diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 000000000..5008ddfcf Binary files /dev/null and b/.DS_Store differ diff --git a/introduction/what.md b/0.1-what.Rmd similarity index 74% rename from introduction/what.md rename to 0.1-what.Rmd index adcfce85b..5c74ecb4e 100644 --- a/introduction/what.md +++ b/0.1-what.Rmd @@ -1,26 +1,23 @@ -# What is Data Visualization? -*by [Jack Dougherty](introduction/who.md), last updated February 28, 2017* +## What is Data Visualization? {#what} +*last updated February 28, 2017* Data visualization is broadly defined as a method of encoding quantitative, relational, or spatial information into images. Classic examples include [Charles Menard's figurative map](https://en.wikipedia.org/wiki/Charles_Joseph_Minard) of Napoleon's defeat and retreat during the Russian campaign of 1812, and [John Snow's dot map](https://en.wikipedia.org/wiki/John_Snow) of cholera cases during the London epidemic of 1854. -![Images: Menard's figurative map (left) and Snow's dot map (right), from Wikimedia](examples-Minard-Snow.png) +![Images: Menard's figurative map (left) and Snow's dot map (right), from Wikimedia](images/0-introduction/examples-Minard-Snow.png) This free online introductory book focuses on selected topics in data visualization: -**Charts and maps:** Despite the growing variety of visualization types, this book features chapters on creating [charts](../chart) and [maps](../map), and a wide range of ways to communicate with these classic models. +**Charts and maps** Despite the growing variety of visualization types, this book features chapters on creating [charts](chart) and [maps](map), and a wide range of ways to communicate with these classic models. **Reusable tools and templates:** Unlike infographics created for one-time use, all of the tools and templates in this book are recyclable, and allow you to upload a new dataset to display your story. **Free and easy-to-learn:** We have selected data visualization tools that are free to use (or work on a freemium model, where advanced features or higher usage requires payment), and searched for those that we believe are easy-to-learn, based on our teaching experience with undergraduate students and non-profit community organizations. -**Interactive on the open web:** Many books assume that you will deliver your data visualizations to in-person audiences on printed paper or presentation slides. But in this book, we show how to [embed interactive charts and maps on your website](../embed), to share with the wider public. +**Interactive on the open web:** Many books assume that you will deliver your data visualizations to in-person audiences on printed paper or presentation slides. But in this book, we show how to [embed interactive charts and maps on your website](embed), to share with the wider public. -**Storytelling:** Data visualization is more than pretty pictures. In this book, the best visualizations are those that [tell your data story](../story) -- and pull readers' attention to what really matters -- by combining images and text, and offering exploration with explanation. +**Storytelling:** Data visualization is more than pretty pictures. In this book, the best visualizations are those that [tell your data story](story) -- and pull readers' attention to what really matters -- by combining images and text, and offering exploration with explanation. -## Learn more +#### Learn more {-} - Michael Friendly and Daniel J. Denis, “Milestones in the History of Thematic Cartography, Statistical Graphics, and Data Visualization,” 2001, http://www.datavis.ca/milestones/ - Isabel Meirelles, Design for Information: An Introduction to the Histories, Theories, and Best Practices Behind Effective Information Visualizations (Rockport Publishers, 2013), http://isabelmeirelles.com/book-design-for-information/ - Edward Tufte, The Visual Display of Quantitative Information (Graphics Press, 1983), and subsequent works at https://www.edwardtufte.com - -{% footer %} -{% endfooter %} diff --git a/introduction/why.md b/0.2-why.Rmd similarity index 94% rename from introduction/why.md rename to 0.2-why.Rmd index 34b110c95..9870c1e57 100644 --- a/introduction/why.md +++ b/0.2-why.Rmd @@ -1,9 +1,9 @@ -# Why this book? -*by [Jack Dougherty](introduction/who.md), last updated February 20, 2017* +## Why this book? {#why} +*last updated February 20, 2017* *Data Visualization for All*, an open-access online textbook, seeks to help you tell your story -- and show your data -- through the power of the public web. -This open-access book reflects what I've learned while teaching data visualization [to undergraduate students at Trinity College](http://commons.trincoll.edu/dataviz), and now [to a global online class on the Trinity edX platform](https://www.edx.org/school/trinityx). Over the past few years, Trinity students and I have built interactive charts and maps in partnership with non-profit organizations in Hartford, Connecticut, to help them share their stories with data on the public web. Also, my students and colleagues have used these tools to create [On The Line: How Schooling, Housing, and Civil Rights Shaped Hartford and its Suburbs](http://ontheline.trincoll.edu), an open-access book-in-progress that features interactive historical maps of urban-suburban change. Students and colleagues who wrote tutorials, designed learning exercises, or developed code templates for *Data Visualization for All* are listed as [co-authors](introduction/who.md). +This open-access book reflects what I've learned while teaching data visualization [to undergraduate students at Trinity College](http://commons.trincoll.edu/dataviz), and now [to a global online class on the Trinity edX platform](https://www.edx.org/school/trinityx). Over the past few years, Trinity students and I have built interactive charts and maps in partnership with non-profit organizations in Hartford, Connecticut, to help them share their stories with data on the public web. Also, my students and colleagues have used these tools to create [On The Line: How Schooling, Housing, and Civil Rights Shaped Hartford and its Suburbs](http://ontheline.trincoll.edu), an open-access book-in-progress that features interactive historical maps of urban-suburban change. Students and colleagues who wrote tutorials, designed learning exercises, or developed code templates for *Data Visualization for All* are listed as [authors and contributors](authors). Although my outstanding colleagues have professional training, do not confuse them with me, the proverbial "Jack of all trades, master of none." I do not consider myself an expert in data visualization, nor should anyone mistake me for a computer scientist or data scientist. Inspect my higher education transcripts and you'll see only one computer science class (something called FORTRAN77 back in 1982), and not a single course in statistics, sadly. Instead, my desire to learn data visualization was driven by my need as an historian to tell stories about urban-suburban places and change over time. If you've ever watched me teach a class or deliver a presentation on these topics -- always talking with my hands in the air -- you'll understand my primal need to create charts and maps. Stories become more persuasive when supported with data, especially well-crafted images that convey data relationships more clearly than words. Furthermore, these data stories become more powerful when we share them online, where they reach broader audiences who can interact with and evaluate our evidence. @@ -14,9 +14,5 @@ All of these data visualization lessons I learned have been **so valuable** -- t If this free book is valuable for your education, then join us by sharing and supporting it for future readers: - Tell your friends about the book and share the link via social media, text, or email - Improve the book by adding comments or suggesting new chapters on our GitBook platform -- [Donate to support DataViz students at Trinity College](../donate) to expand the book and continue work with community partners Try out the tutorials, explore the online examples, share what you've learned with others, and dream about better ways to tell your data stories. - -{% footer %} -{% endfooter %} diff --git a/0.3-authors.Rmd b/0.3-authors.Rmd new file mode 100644 index 000000000..1b6b633a6 --- /dev/null +++ b/0.3-authors.Rmd @@ -0,0 +1,31 @@ +## Authors and Contributors {#authors} + +UPDATE THIS: Contributors to *Data Visualization for All* are credited in the byline to specific pages they authored (or co-authored), hold the copyright to those pages (jointly if co-authored), and have agreed to freely share the work as an open-access book. *Data Visualization for All* is copyrighted by Jack Dougherty and contributors and distributed under a [Creative Commons BY-NC 4.0 International License](http://creativecommons.org/licenses/by-nc/4.0/). You may freely share and modify this content for non-commercial purposes, with a source credit to: http://DataVizForAll.org + +| Co-Authors | About Us | +| --------------- | ------------- | +| ![](images/0-introduction/DoughertyJack-96.jpg) | [Jack Dougherty](http://bit.ly/jackdougherty) is Professor of Educational Studies at Trinity College in Hartford, Connecticut. He and his [DataViz students](http://commons.trincoll.edu/dataviz) partner with community organizations to help tell their data stories on the web. Follow him on [Twitter](https://twitter.com/doughertyjack) and [on GitHub](https://github/com/jackdougherty).| +| ![](images/0-introduction/IlyankouIlya-96.jpg) | [Ilya Ilyankou](https://www.linkedin.com/in/ilya-ilyankou-a64675ab) is completing a double major in Computer Science and Studio Arts in the Class of 2018 at Trinity College. He developed Leaflet and Highcharts code templates for this book. Follow [ilyankou on GitHub](https://github.com/ilyankou). | +| Contributors | | +| ![](images/0-introduction/ArmendarizVeronica-96.jpg) | [Veronica X. Armendariz](https://www.linkedin.com/in/veronica-armendariz-4b814899) earned her bachelor's degree in Educational Studies in 2016 from Trinity College, where she also served as a teaching assistant for the [DataViz internship seminar](http://commons.trincoll.edu/dataviz). She contributed tutorials for this book. | +| ![](images/0-introduction/LamStacy-96.jpg) | Stacy Lam is a co-instructor for the [Data Visualization for All online course](http://www.datavizforall.org/enroll) at Trinity College, where she is a prospective Engineering major in the Class of 2019. She contributed to chapters for this book.| +| ![](images/0-introduction/TatemDavid-96.jpg) | [David Tatem](http://www.trincoll.edu/LITC/its/about/Pages/Learn.aspx) is a co-instructor for the [Data Visualization for All online course](http://www.datavizforall.org/enroll) at Trinity College, where he is an Instructional Technologist who specializes in the Social Sciences. He contributed to chapters for this book.| + +Funding for student contributions to this book was generously provided by the [Community Learning Initiative](http://www.trincoll.edu/urbanglobal/cugs/students/cli/Pages/default.aspx) and [Information Technology Services](http://www.trincoll.edu/LITC/its/Pages/default.aspx) at [Trinity College in Hartford, Connecticut](http://www.trincoll.edu). + +Live videos were produced with Trinity College Information Technology staff and friends: Angie Wolf, Sean Donnelly, Ron Perkins, Samuel Oyebefun, Phil Duffy, and Christopher Brown. + +#### Trademarks {-} +Any use of a trademarked name without a trademark symbol is for readability purposes only. We have no intention of infringing on the trademark. + +- BatchGeo is a registered trademark of BatchGeo, LLC +- CARTO is a registered trademark of CartoDB, Inc. +- GitBook is a registered trademark of FriendCode, Inc. +- GitHub and the GitHub logo are registered trademarks of GitHub, Inc. +- Google and the Google logo are registered trademarks of Google Inc. +- Highcharts is a registered trademark of Highsoft, Norway +- Social Explorer is a registered trademark of Social Explorer, Inc. +- WordPress is a registered trademark of the WordPress Foundation + +#### Disclaimer {-} +The information is this book is provided without warranty. The lead author, contributors, and publisher have neither liability nor responsibility to any person or entity related to any loss or damages arising from the information contained in this book. diff --git a/introduction/how.md b/0.4-how.Rmd similarity index 59% rename from introduction/how.md rename to 0.4-how.Rmd index f6b8e8b6d..7f0901ad4 100644 --- a/introduction/how.md +++ b/0.4-how.Rmd @@ -1,56 +1,55 @@ -# How to Read and Comment -*by [Jack Dougherty](introduction/who.md), last updated February 28, 2017* +## How to Read and Comment {#read} +*last updated February 28, 2017* -*Data Visualization for All* refers to both this open-access digital book and a [free online course](../enroll) by the same name. We refer to them as "the book" and "the course." +** TO DO: update section ** -## Recommended: Read the online edition -We designed the book to be read online, in any modern web browser, on desktops, laptops, or mobile devices. The online edition features interactive charts and maps that you can explore, and video tutorials that you can view at your own pace. If desired, readers can freely download any of the ebook editions--[PDF](https://www.gitbook.com/download/pdf/book/jackdougherty/datavizforall) or [ePUB](https://www.gitbook.com/download/epub/book/jackdougherty/datavizforall) or [Mobi/Kindle](https://www.gitbook.com/download/mobi/book/jackdougherty/datavizforall)--but these do not include the interactive features in the online web edition. Learn more about [how GitBook works](../gitbook) and publish your own book. +*Data Visualization for All* refers to both this open-access digital book and a free online course by the same name. We refer to them as "the book" and "the course." **TO DO: add link to course** -## Open links in new tabs +#### Recommended: Read the online edition {-} +We designed the book to be read online, in any modern web browser, on desktops, laptops, or mobile devices. The online edition features interactive charts and maps that you can explore, and video tutorials that you can view at your own pace. If desired, readers can freely download any of the ebook editions--but these do not include the interactive features in the online web edition. Learn more about [how GitBook works](../gitbook) and publish your own book. + +#### Open links in new tabs {-} Keep your place when reading online and moving between pages. - Two-finger trackpad click - or Control + click (Mac) - or Alt + click (Chromebook) - or right-click (Windows and others) -![Screenshot: Open link in new tab (on Mac)](contextual-menu.png) +![Screenshot: Open link in new tab (on Mac)](images/0-introduction/contextual-menu.png) -## Use a second monitor +#### Use a second monitor {-} If you have a small screen, consider connecting a second monitor, or work next to a second computer or tablet. This allows you to view tutorials in one screen and build visualizations in the other screen. -![Image: Laptop with second monitor, and with tablet](laptop-and-monitor-and-tablet.jpg) +![Image: Laptop with second monitor, and with tablet](images/0-introduction/laptop-and-monitor-and-tablet.jpg) -## Refresh browser +#### Refresh browser {-} To view the most up-to-date content in your web browser, do a "hard refresh" to [bypass any saved content in your browser cache](https://en.wikipedia.org/wiki/Wikipedia:Bypass_your_cache). - Ctrl + F5 (most Windows-Linux browsers) - Command + Shift + R (Chrome or Firefox for Mac) - Shift + Reload button toolbar (Safari for Mac) -## Comment on any paragraph +#### UPDATE Comment on any paragraph {-} - Requires a free account on GitHub http://github.com - Select text and click the plus symbol (+) in margin. - GitBook section headers and lists cannot accept comments. - View other comments in the margins, or all in [Discussions](https://www.gitbook.com/book/jackdougherty/datavizforall/discussions). - Constructive criticism and suggestions are welcome. -![Animation: Comment on GitBook](GitBook-comments-2016-02.gif) +![Animation: Comment on GitBook](images/0-introduction/GitBook-comments-2016-02.gif) -## Suggest revisions on any page +#### UPDATE Suggest revisions on any page {-} - Click "Edit on GitHub" at top of any page, which opens new tab. - ![](GitBook-edit-on-github.png) + ![](images/0-introduction/GitBook-edit-on-github.png) - To view the code behind the page, click Raw button. - To suggest revisions, click Editor button (pencil symbol). Requires free [GitHub account](http://github.com). - ![](GitHub-edit-file.png) + ![](images/0-introduction/GitHub-edit-file.png) - After entering revisions, scroll down to click Propose File Change. - On next screen, click Create Pull Request to submit proposed changes to the book owner. - On next screen, click Create Pull Request again to confirm. - The book owner will review your suggested revisions, and you will receive automatic notification on any changes. -## Propose additional chapters -- [Contact the lead author](who.md) with a summary of your proposed chapter. -- On the [book GitHub repository](https://github.com/JackDougherty/datavizforall), fork a copy to your own GitHub account (requires free signup). -- Create your proposed chapter following the book's existing folder/file structure, in GitHub/GitBook Markdown format, as described in this chapter [about GitBook](../gitbook). +#### Propose additional chapters {-} +- [Contact the authors](introduction.html#who) with a summary of your proposed chapter. +- On the [book GitHub repository](https://github.com/datavizforall), fork a copy to your own GitHub account (requires free signup). +- Create your proposed chapter following the book's existing folder/file structure. - If accepted, the contributing author retains the copyright to their work but agrees to publish it under the Creative Commons BY-NC license. Authors do not receive royalties, but enjoy the eternal rewards of sharing knowledge. - -{% footer %} -{% endfooter %} diff --git a/choose/README.md b/01-choose.Rmd similarity index 58% rename from choose/README.md rename to 01-choose.Rmd index 4289c1e4b..934ff28a1 100644 --- a/choose/README.md +++ b/01-choose.Rmd @@ -1,14 +1,13 @@ -# Choose Tools to Tell Your Data Story -*by [Jack Dougherty, Stacy Lam, and David Tatem](../introduction/who.md), last updated February 10, 2017* +# Choose Tools to Tell Your Data Story {#choose} +*by [Jack Dougherty with Stacy Lam and David Tatem](authors), last updated February 10, 2017* Do you feel overwhelmed by the enormous range of data visualization tools? There's been so many different tools released in recent years that anyone would have a hard time deciding which ones to use. Even if you limit your choices to the dozen or so tools specifically mentioned in this book, how do you make wise decisions? - [Draw and Write Your Data Story](draw) reminds us to start with the most important item in your toolkit: ***your story***. Begin by drawing pictures and writing questions or sentences to capture your ideas on paper, and then choose the most appropriate tools to create your vision. -- [Ask Questions When Choosing Tools](ask) lists several criteria to consider when making software decisions. Many of us look for free or affordable tools in the perfect sweet spot -- easy-to-learn, yet powerful -- and that's the focus of this book. +- [Ask Questions When Choosing Tools](ask) lists several criteria to consider when making software decisions. Many of us look for free or affordable tools in the perfect sweet spot---easy-to-learn, yet powerful---and that's the focus of this book. - [Rate Three Simple Map Tools](rate) invites readers to create a basic interactive point map using three different online tools, and to evaluate each one using selected criteria from the chapter above. -**[Enroll in our free online course](../../enroll)**, which introduces these topics in the brief video below, and offers more exercises and opportunities to interact with instructors and other learners. -{%youtube%}SS1BGp_lxnU{%endyoutube%} +Enroll in our free online course **TO DO add link**, which introduces these topics in the brief video below, and offers more exercises and opportunities to interact with instructors and other learners. -{% footer %} -{% endfooter %} +#### Watch the YouTube Video {-} + diff --git a/choose/draw/README.md b/01.1-draw.Rmd similarity index 90% rename from choose/draw/README.md rename to 01.1-draw.Rmd index 73da530de..31d4806eb 100644 --- a/choose/draw/README.md +++ b/01.1-draw.Rmd @@ -1,14 +1,16 @@ -## Draw and Write Your Data Story -*by [Jack Dougherty, Stacy Lam, and David Tatem](../../introduction/who.md), last updated February 20, 2017* +## Draw and Write Your Data Story {#draw} +*last updated February 20, 2017* Before you dive deeply into software, think about the most important item in your toolkit: **your story**. The primary reason we're designing visualizations is to improve how we communicate our data story to other people, so let's begin there. Push away the computer and pick up some old-school tools: + - colored markers or pencils - lots of blank paper - your imagination First, at the top of the page, write down your data story. + - Is it in the form of a question? If so, figure out how to pose the question. - Or maybe it's in the form of an answer to that question? If so, spell out your clearest statement. - If you're lucky, perhaps you already can envision a full story, with a beginning, middle, and end. @@ -20,6 +22,3 @@ Further down the page (or on a separate sheet), draw quick pictures of the visua - Will your visualization be interactive? Insert arrows, buttons, whatever. Finally, share your data story with someone else and talk through your preliminary ideas. Does your sketch and sentences help to convey the broader idea that you're trying to communicate? If so, this is one good sign that your data story is worth pursuing, with the visualization tools, templates, and techniques in other chapters of this book. - -{% footer %} -{% endfooter %} diff --git a/choose/ask/README.md b/01.2-ask.Rmd similarity index 93% rename from choose/ask/README.md rename to 01.2-ask.Rmd index a6f71f8d5..7e18e89b5 100644 --- a/choose/ask/README.md +++ b/01.2-ask.Rmd @@ -1,9 +1,9 @@ -# Ask Questions When Choosing Tools -*by [Jack Dougherty, Stacy Lam, and David Tatem](../../introduction/who.md), last updated February 6, 2017* +## Ask Questions When Choosing Tools {#ask} +*last updated February 6, 2017* When each of us decides which digital tools best fit our needs, we often face trade-offs. On one hand, many of us prefer easy-to-learn tools, especially those with a drag-and-drop interface, but they often force us to settle for limited options. On the other hand, we also favor powerful tools that allow us to control and customize our work, yet most of these require higher-level coding skills. The goal of this book is to find the best of both worlds: that "sweet spot" where tools are both friendly and flexible. -![Diagram: the 'sweet spot' for easy-to-learn and powerful tools](tool-sweet-spot.png) +![Diagram: the 'sweet spot' for easy-to-learn and powerful tools](images/01-choose/tool-sweet-spot.png) Before testing out new tools, try listing the criteria that guide your decision-making process. What are the most important factors that influence whether or not you add another item to your digital toolkit? Here's the list that came to our minds: @@ -37,7 +37,7 @@ Before testing out new tools, try listing the criteria that guide your decision- That's a long list! It's even longer than the number of tools we'll mention in this book. But don't let it overwhelm you. The diagram at the top of the page illustrates the two most important criteria for the many free tools that are currently available: easy-to-learn and powerful features. -## Learn more about choosing tools +#### Learn more about choosing tools {-} Carl V. Lewis, Dataviz.tools: A curated guide to the best tools, resources and technologies for data visualization, http://dataviz.tools @@ -48,6 +48,3 @@ Lisa Charlotte Rost, “What I Learned Recreating One Chart Using 24 Tools,” S Lisa Spiro and colleagues, DiRT: Digital Research Tools Directory (formerly Bamboo), http://dirtdirectory.org Audrey Watters, “‘The Audrey Test’: Or, What Should Every Techie Know About Education?,” Hack Education, March 17, 2012, http://hackeducation.com/2012/03/17/what-every-techie-should-know-about-education - -{% footer %} -{% endfooter %} diff --git a/choose/rate/README.md b/01.3-rate.Rmd similarity index 63% rename from choose/rate/README.md rename to 01.3-rate.Rmd index b1b0dadf1..defc4e43c 100644 --- a/choose/rate/README.md +++ b/01.3-rate.Rmd @@ -1,5 +1,5 @@ -# Rate Three Simple Map Tools -*by [Jack Dougherty, Stacy Lam, and David Tatem](../../introduction/who.md), last updated March 16, 2017* +## Rate Three Simple Map Tools {#rate} +*last updated March 16, 2017* Let's explore criteria from the previous chapter by comparing three different tools, and reflecting on which factors you feel are most important when making decisions about your toolkit. We'll test three drag-and-drop tools to transform sample address data into a simple interactive point map. @@ -7,23 +7,24 @@ Each tool can **geocode** address data by looking up a location (such as 500 Mai For our sample data, we'll use this table of 9 locations in North America, with 3 intentional mistakes to test for geocoding errors. -![Image: Sample address data screenshot](sample-address-screenshot.png) +![Image: Sample address data screenshot](images/01-choose/sample-address-screenshot.png) -First, click this link and Save to download the sample file to your computer: [sample-address-data in CSV format](https://www.datavizforall.org/choose/rate/sample-address-data.csv). CSV means comma-separated-values, a generic spreadsheet format that many tools can easily open. If you need help with downloading, see this [short video tutorial](https://www.youtube.com/watch?v=-04PQldP9HQ). +First, click this link and Save to download the sample file to your computer: [sample-address-data in CSV format](data/sample-address-data.csv). CSV means comma-separated-values, a generic spreadsheet format that many tools can easily open. If you need help with downloading, see this [short video tutorial](https://www.youtube.com/watch?v=-04PQldP9HQ). Next, build a point map with the sample data, by following the tutorials for the three tools below. | Tool | Step-by-step tutorial in this book | | :---- | :---- | -| [BatchGeo](http://batchgeo.com) | [BatchGeo tutorial](../../map/batchgeo/) | -| [Google My Maps](https://www.google.com/maps/d/) | [My Maps tutorial](../../map/mymaps/) | -| [Carto Builder](http://carto.com) | [Carto tutorial](../../map/carto/) | +| [BatchGeo](http://batchgeo.com) | [BatchGeo tutorial](batchgeo) | +| [Google My Maps](https://www.google.com/maps/d/) | [My Maps tutorial](mymaps) | +| [Carto Builder](http://carto.com) | [Carto tutorial](carto) | Finally, rate your experience using each tool with these selected criteria: + - Easy-to-learn: Which tool was the simplest for creating a basic point map? - Price: Which of these free tools provided the most services at no cost? - Customization: Which tool enabled you to modify the most details about your map? - Data Migration: Which tool most easily allowed you to import and export your data? - Error-friendly: Which tool geocoded most accurately or signaled possible errors? -**Recommended: [Enroll in our free online course](../../enroll)** to compare your ratings to other students. +Recommended: Enroll in our free online course **LINK TO DO** to compare your ratings to other students. diff --git a/spreadsheet/README.md b/02-spreadsheet.Rmd similarity index 87% rename from spreadsheet/README.md rename to 02-spreadsheet.Rmd index dadc2f657..be90f6a42 100644 --- a/spreadsheet/README.md +++ b/02-spreadsheet.Rmd @@ -1,5 +1,5 @@ -# Improve Your Spreadsheet Skills -*by [Jack Dougherty](../introduction/who.md), last updated March 1, 2017* +# Improve Your Spreadsheet Skills {#spreadsheet} +*by [Jack Dougherty](authors), last updated March 1, 2017* Spreadsheets are wonderful tools to organize data into tables of rows and columns. With a spreadsheet, you can sort, filter, calculate, aggregate, and reorganize information to help you find the stories buried inside. @@ -13,14 +13,15 @@ Four common spreadsheet tools: | [LibreOffice](http://www.libreoffice.org) | Free, open-source alternative to Microsoft Office desktop. Donation requested during download. | Which spreadsheet tool should you use? That depends on how you wish to share and store data for your project. + - If you are the **only person** working on a data project, use any spreadsheet tool. - If you need to **protect private data**, avoid online tools and use any desktop spreadsheet. - If you need to **share live data** with others, use Google Sheets. - This introductory online book features Google Sheets because it's a free and easy-to-learn tool for collaborating and sharing data with others. The basic spreadsheet methods shown here are very similar across all spreadsheet tools. But advanced users may need more complex tools to manage very large datasets, or relational databases, or to perform deeper analysis. If you're new to spreadsheets or want to refresh your skills, see the following chapters: + - [Upload and Convert to Google Sheets](upload) - [Make a Copy with Google Sheets](copy) - [Share with Google Sheets](share) @@ -31,7 +32,4 @@ If you're new to spreadsheets or want to refresh your skills, see the following - [Match Data with VLookup](vlookup) - [Collect and Share Survey Data with Google Forms](forms) -**[Enroll in our free online course](../../enroll)**, which offers more spreadsheet exercises and opportunities to interact with instructors and other learners. - -{% footer %} -{% endfooter %} +Enroll in our free online course] which offers more spreadsheet exercises and opportunities to interact with instructors and other learners. diff --git a/spreadsheet/upload/README.md b/02.1-upload.Rmd similarity index 72% rename from spreadsheet/upload/README.md rename to 02.1-upload.Rmd index a3c812188..63525c00b 100644 --- a/spreadsheet/upload/README.md +++ b/02.1-upload.Rmd @@ -1,35 +1,32 @@ -# Upload Files and Convert to Google Sheets -*by [Jack Dougherty](../../introduction/who.md), last updated March 2, 2017* +## Upload Files and Convert to Google Sheets {#upload} +*last updated March 2, 2017* Google Drive can convert many file types into [Google Sheets format](https://www.google.com/sheets/about/): + - Microsoft Excel (.xls and .xlsx) - OpenDocument Spreadsheet (.ods) - Comma-separated values (.csv) - Tab-separated values (.tab) - Text files (.txt) into Google Sheets format -## Tutorial +#### Tutorial {-} 1) Sign in to your free Google Drive account (http://drive.google.com) 2) To convert files into Google Sheets format, open the Settings (upper-right gear symbol), and **check the box** to Convert uploaded files to Google Docs. -![Screenshot: Check the box to Convert uploaded files to Google Docs format](google-drive-settings-convert-uploads.png) +![Screenshot: Check the box to Convert uploaded files to Google Docs format](images/02-spreadsheet/google-drive-settings-convert-uploads.png) 3) To upload your file, use the New > File Upload menu OR drag-and-drop it into your Google Drive screen. -![Screenshot: New > File upload OR Drag-and-drop the file](google-drive-upload-methods.png) +![Screenshot: New > File upload OR Drag-and-drop the file](images/02-spreadsheet/google-drive-upload-methods.png) 4) When your file is successfully converted, the Google Sheets icon will appear. Recommended: Right-click to rename the file and remove the old extension (.xlsx or .csv or other), since it is no longer in this old format. -![Screenshot: Right-click the Google Sheets icon to remove old file extension](google-drive-sheets-icon-rename.png) +![Screenshot: Right-click the Google Sheets icon to remove old file extension](images/02-spreadsheet/google-drive-sheets-icon-rename.png) 5) Google Drive files that display different icons have **not** been converted into Google Sheets format. -![Screenshot: Spreadsheet format icons in Google Drive](google-drive-spreadsheet-icons.png) +![Screenshot: Spreadsheet format icons in Google Drive](images/02-spreadsheet/google-drive-spreadsheet-icons.png) **Beware**: A different way to convert spreadsheets into Google Sheets format is the File > Import menu, but this creates two files in your Google Drive (such as data and data.csv), which is confusing. - - -{% footer %} -{% endfooter %} diff --git a/spreadsheet/copy/README.md b/02.2-copy.Rmd similarity index 59% rename from spreadsheet/copy/README.md rename to 02.2-copy.Rmd index 929ac786e..9bd8a5be9 100644 --- a/spreadsheet/copy/README.md +++ b/02.2-copy.Rmd @@ -1,25 +1,22 @@ -# File > Make a Copy with Google Sheets -*By [Jack Dougherty](../../introduction/who.md), last updated March 17, 2017* +## Make a Copy with Google Sheets {#copy} +*last updated March 17, 2017* In this book, you will open links to Google Sheets that allow you to view -- but not edit -- the contents. How can you quickly make your own version that you can edit? -![Screenshot: View-only in Google Sheets](google-sheets-copy1.png) +![Screenshot: View-only in Google Sheets](images/02-spreadsheet/google-sheets-copy1.png) -## Best solution +#### Best solution {-} 1) Sign in to your Google account in the upper-right corner. Requires a free account. -2) Go to File > Make a Copy to save a duplicate of the spreadsheet to your Google Drive. By default, your copy will be private to you. Go to the [Share Data with Google Sheets](../spreadsheet/share) chapter in this book to allow others to view, comment, or edit your spreadsheet. +2) Go to File > Make a Copy to save a duplicate of the spreadsheet to your Google Drive. By default, your copy will be private to you. Go to the [Share Data with Google Sheets](spreadsheet.html#share) chapter in this book to allow others to view, comment, or edit your spreadsheet. Highly recommended: Create folders in your Google Drive to keep your files organized and easily findable. -![Screenshot: Sign in and File > Make a Copy in Google Sheets](google-sheets-copy2.png) +![Screenshot: Sign in and File > Make a Copy in Google Sheets](images/02-spreadsheet/google-sheets-copy2.png) -## Alternate solution +#### Alternate solution {-} Another option is to File > Download As into a different format, such as: - Microsoft Excel (.xlsx) - OpenData System (.ods), a generic multi-tab spreadsheet - Comma-separated values (.csv), a generic single sheet No Google account is required. - -{% footer %} -{% endfooter %} diff --git a/spreadsheet/share/README.md b/02.3-share.Rmd similarity index 83% rename from spreadsheet/share/README.md rename to 02.3-share.Rmd index c5beb0cb9..006f2be42 100644 --- a/spreadsheet/share/README.md +++ b/02.3-share.Rmd @@ -1,12 +1,11 @@ -# Share Data with Google Sheets -*by [Jack Dougherty](../../introduction/who.md), last updated March 1, 2017* +## Share Data with Google Sheets {#share} +*last updated March 1, 2017* To share live spreadsheet data with other people, use Google Sheets (https://www.google.com/sheets/about/). Requires a free Google Drive account. -## Video with step-by-step tutorial - -{%youtube%}PoLhyld3KLo{%endyoutube%} +#### Video with step-by-step tutorial {-} + 1) Sign in to your Google Drive (http://drive.google.com), and in the New menu, select Google Sheets. @@ -32,9 +31,6 @@ Below those settings, select the Access level: **Tip:** To avoid sending a long Google Sheets link to others, use a free link-shortening service such as Bit.ly (http://bit.ly). Requires a free account. -## Learn more: +#### Learn more {-} - "Share Files from Google Drive," Google help page, https://support.google.com/docs/answer/2494822 - Jack Dougherty, "How to Co-Author and Peer Edit with Google Docs," Web Writing: How and Why for Liberal Arts Teaching and Learning, (2015), http://epress.trincoll.edu/webwriting/chapter/how-to-google-docs - -{% footer %} -{% endfooter %} diff --git a/spreadsheet/csv/README.md b/02.4-csv.Rmd similarity index 55% rename from spreadsheet/csv/README.md rename to 02.4-csv.Rmd index 860591c82..1ee3a3a13 100644 --- a/spreadsheet/csv/README.md +++ b/02.4-csv.Rmd @@ -1,43 +1,41 @@ -# Save Spreadsheets in CSV or ODS Formats -*By [Jack Dougherty](../../introduction/who.md), last updated March 2, 2017* +## Save Spreadsheets in CSV or ODS {#csv} +* last updated March 2, 2017* To transfer spreadsheet data to another platform, or import it into a visualization tool, you may need to convert your file into a different format. Consider two options: -## Comma-separated values (.csv) +#### Comma-separated values (.csv) {-} - to transfer only one sheet of data, with no formulas or formatting, into a wide range of spreadsheet and visualization tools -## OpenDocument Spreadsheet (.ods) +#### OpenDocument Spreadsheet (.ods) {-} - to transfer multiple sheets, with basic formulas and formatting, into many spreadsheet tools (Excel, Google Sheets, LibreOffice) -## Convert to CSV or ODS with Google Sheets +#### Convert to CSV or ODS with Google Sheets {-} In the File > Download As menu, select either ODS (to convert a Google Sheets file with multiple tabs, formulas, and formatting) or CSV (to capture only the data in the current sheet). -![Screenshot: Download Google Sheets data in ODS or CSV format](google-sheets-download-ods-csv.png) +![Screenshot: Download Google Sheets data in ODS or CSV format](images/02-spreadsheet/google-sheets-download-ods-csv.png) -## Convert to ODS with Microsoft Excel +#### Convert to ODS with Microsoft Excel {-} In the File > Save As menu, select ODS format. -![Screenshot: Save as ODS with Excel for Mac](excel-save-as-ods.png) +![Screenshot: Save as ODS with Excel for Mac](images/02-spreadsheet/excel-save-as-ods.png) -## Convert to CSV with Microsoft Excel +#### Convert to CSV with Microsoft Excel {-} 1) Note that CSV format will save only the first sheet of a multi-sheet Excel workbook. If you have source information or other data in other tabs, keep your original Excel file for backup purposes. You can give them parallel file names: + - data.csv - data.xlsx 2) In the Excel file, select the File > Save As menu, and select CSV format. -![Screenshot: Save as CSV in Excel for Mac](excel-save-as-csv.png) +![Screenshot: Save as CSV in Excel for Mac](images/02-spreadsheet/excel-save-as-csv.png) 3) Older versions of Excel may warn you that some features (such as formulas and formatting) will not be saved in a generic CSV data file. Be sure to keep a backup Excel version, then click Continue to save your data into CSV format. -![Screenshot: Older Excel warning before saving in CSV format](excel-save-as-csv-continue.png) - -4) In older versions of Excel, when you quit the appliation, another screen will ask if you wish to save the CSV file a second time. **Don't let Excel confuse you.** If you have not made any changes to the Excel file since the step above, click Don't Save, because you already saved the file in CSV format. +![Screenshot: Older Excel warning before saving in CSV format](images/02-spreadsheet/excel-save-as-csv-continue.png) -![Screenshot: Older Excel version: click Don't Save](excel-quit-csv.png) +4) In older versions of Excel, when you quit the application, another screen will ask if you wish to save the CSV file a second time. **Don't let Excel confuse you.** If you have not made any changes to the Excel file since the step above, click Don't Save, because you already saved the file in CSV format. -{% footer %} -{% endfooter %} +![Screenshot: Older Excel version: click Don't Save](images/02-spreadsheet/excel-quit-csv.png) diff --git a/spreadsheet/sort/README.md b/02.5-sort.Rmd similarity index 66% rename from spreadsheet/sort/README.md rename to 02.5-sort.Rmd index 7f129ec92..74db03bc4 100644 --- a/spreadsheet/sort/README.md +++ b/02.5-sort.Rmd @@ -1,5 +1,5 @@ -# Sort and Filter Data -*By [Jack Dougherty](../../introduction/who.md), last updated January 13, 2017* +## Sort and Filter Data {#sort} +*last updated January 13, 2017* **TO DO** - write intro on the title concepts @@ -7,16 +7,12 @@ - redo visuals: Google Sheets with better example - add Filter data -## Sort data by columns +#### Sort data by columns {-} To sort data rows by a column, select the entire spreadsheet (top-left corner icon), then right-click or look for the sort menu. Be sure to select the entire sheet to avoid accidentally sorting one column without the adjacent ones. -![](SpreadsheetSort640w.gif) +![](images/02-spreadsheet/SpreadsheetSort640w.gif) -## Filter data by columns +#### Filter data by columns {-} -To come * - - -{% footer %} -{% endfooter %} +TO DO diff --git a/spreadsheet/calculate/README.md b/02.6-calculate.Rmd similarity index 79% rename from spreadsheet/calculate/README.md rename to 02.6-calculate.Rmd index cd88c3d0f..fd7640687 100644 --- a/spreadsheet/calculate/README.md +++ b/02.6-calculate.Rmd @@ -1,5 +1,5 @@ -# Calculate with Formulas and Functions -*By [Jack Dougherty](../../introduction/who.md), last updated March 16, 2016* +## Calculate with Formulas and Functions {#calculate} +*last updated March 16, 2016* **TO DO** - when possible, start text by posing a common problem, and how this method can solve it @@ -8,13 +8,13 @@ Simple formulas can save you lots of time. The big advantage of spreadsheet tools is the ability to insert simple formulas to calculate numbers, or combine columns of text, for entire rows and columns. -## Write a simple formula +#### Write a simple formula {-} In most spreadsheets, begin writing a simple formula with an equal sign, and refer to specific cells and functions, such as: - = A2 + B2 + C2 -## Write formulas with built-in functions +#### Write formulas with built-in functions {-} **TO DO** rewrite to show how this is same as above @@ -24,23 +24,23 @@ In most spreadsheets, begin writing a simple formula with an equal sign, and ref - = Average(A2:C2) -## Copy and paste, or drag formulas +#### Copy and paste, or drag formulas {-} If you've inserted a formula into one row, how can you quickly do the same calculation across all rows? Spreadsheets can magically automate calculations across rows or columns. In most cases, you can copy and paste a formula into new cells. Sometimes you can click-and-drag the lower-right corner of a formula cell (which may appear as a cross-hair) to automate calculations. -![](SpreadsheetFormula640w.gif) +![](images/02-spreadsheet/SpreadsheetFormula640w.gif) -## Copy and Paste > Special > Values to replace formulas with data +#### Copy and Paste > Special > Values to replace formulas with data {-} After inserting calculations in a spreadsheet, sometimes dynamic formulas must be replaced with static data before the results can be visualized. One solution is to select and copy a column (or the entire sheet), then paste > special > values to replace the formula with numerical results. -![](SpreadsheetPasteSpecialValues640w.gif) +![](images/02-spreadsheet/SpreadsheetPasteSpecialValues640w.gif) Remember that if you need to check or run the calculations again at a later point, click (or right-click) the tab to save a copy to the spreadsheet as a backup. -## Create a column of consecutive numbers +#### Create a column of consecutive numbers {-} To quickly create a column of consecutive numbers, such as unique ID numbers, in most spreadsheet tools: @@ -49,8 +49,4 @@ To quickly create a column of consecutive numbers, such as unique ID numbers, in - On a Mac, hold down the Option key and drag the cross-hair down to create consecutive numbers - **TO DO** insert equivalent commands for Windows, Chromebook -![](excel-drag-consec.gif) - - -{% footer %} -{% endfooter %} +![](images/02-spreadsheet/excel-drag-consec.gif) diff --git a/spreadsheet/pivot/README.md b/02.7-pivot.Rmd similarity index 71% rename from spreadsheet/pivot/README.md rename to 02.7-pivot.Rmd index 12d1b1e4a..4477c6389 100644 --- a/spreadsheet/pivot/README.md +++ b/02.7-pivot.Rmd @@ -1,20 +1,20 @@ -# Group Data with Pivot Tables -*By [Jack Dougherty](../../introduction/who.md), last updated March 16, 2017* +## Group Data with Pivot Tables {#pivot} +*last updated March 16, 2017* Here's a common problem: You open a large spreadsheet with many rows of data, such as a list of students. Your goal is to count students by categories, such as the number of students by each year of birth. What's the most efficient way to do this? -![Screenshot: Long spreadsheet of student data](spreadsheet-pivot-intro.png) +![Screenshot: Long spreadsheet of student data](images/02-spreadsheet/spreadsheet-pivot-intro.png) A solution: Create a pivot table to aggregate (or group together) and summarize data in another spreadsheet tab. -![Screenshot: Pivot table of count by year of birth](spreadsheet-google-pivot-year.png) +![Screenshot: Pivot table of count by year of birth](images/02-spreadsheet/spreadsheet-google-pivot-year.png) While pivot tables may look different across spreadsheet tools, the concept is the same. -## Video with step-by-step tutorial for Google Sheets -{%youtube%}3sK7-g0otGM{%endyoutube%} +#### Video with step-by-step tutorial for Google Sheets {-} + -1) Click this link and Save to download to your computer: [sample-students in CSV format](https://www.datavizforall.org/spreadsheet/pivot/sample-students.csv). CSV means comma-separated values, a generic spreadsheet format that most tools can easily open. +1) Click this link and Save to download to your computer: [sample-students in CSV format](data/sample-students.csv). CSV means comma-separated values, a generic spreadsheet format that most tools can easily open. 2) Sign into [Google Drive](http://drive.google.com) (requires free account) and drag-and-drop the sample CSV file to instantly upload. Before you do this, make sure your Settings (gear symbol) is set to Convert Uploads to Google Docs editor format (the default setting). @@ -28,16 +28,13 @@ While pivot tables may look different across spreadsheet tools, the concept is t 7) Change Summarize by SUM to Summarize by COUNTA (to count alphabetical or numerical entries), or COUNT (to count only numeric values). -## More Advanced Pivot Table with Google Sheets +#### More Advanced Pivot Table with Google Sheets {-} In addition to grouping by rows, you can create more advanced pivot tables by grouping by columns and filtering results. For example, the pivot table shown below shows rows by birth year, columns by gender (blank, female, male, other), and filters results to show only 18 students from one country: US. -![Screenshot: Advanced pivot table by year of birth and gender for US](spreadsheet-pivot-google-advanced.png) +![Screenshot: Advanced pivot table by year of birth and gender for US](images/02-spreadsheet/spreadsheet-pivot-google-advanced.png) -## Learn More +#### Learn More {-} - Google, Create and Use Pivot Tables Help Page https://support.google.com/docs/answer/1272898 - LibreOffice, Creating Pivot Tables Help Page https://help.libreoffice.org/Calc/Creating_Pivot_Tables - Andrew Ba Tran, "Tutorial: How to Make Pivot Tables in Google Sheets," TrendCT, September 4, 2015, http://trendct.org/2015/09/04/tutorial-how-to-make-pivot-tables-in-google-sheets - -{% footer %} -{% endfooter %} diff --git a/spreadsheet/vlookup/README.md b/02.8-vlookup.Rmd similarity index 61% rename from spreadsheet/vlookup/README.md rename to 02.8-vlookup.Rmd index 37718a83c..b2e58a3dc 100644 --- a/spreadsheet/vlookup/README.md +++ b/02.8-vlookup.Rmd @@ -1,25 +1,26 @@ -# Match Columns with VLOOKUP Function -*By [Jack Dougherty](../../introduction/who.md), last updated March 16, 2017* +## Match Columns with VLOOKUP {#vlookup} +*last updated March 16, 2017* Here's a common problem: Sheet 1 contains a long roster of students enrolled in our *Data Visualization For All* course, with a two-letter code for their nation. Sheet 2 contains the list of codes for each nation. How can we quickly match up this information in one sheet, so that each row contains the nation for each student? -![Screenshot: Problem - How to match columns in two sheets?](vlookup-problem.png) +![Screenshot: Problem - How to match columns in two sheets?](images/02-spreadsheet/vlookup-problem.png) One solution: Spreadsheets contain a VLOOKUP function, which "looks up" data across two or more vertical columns, and automatically fills in matching entries. This tutorial demonstrates how to set up this calculation in Google Sheets and Excel -![Screenshot: Solution - Use the VLookup function](vlookup-solution.png) +![Screenshot: Solution - Use the VLookup function](images/02-spreadsheet/vlookup-solution.png) -## Video with step-by-step tutorial for Google Sheets -{%youtube%}qrzKzts3mV0{%endyoutube%} +#### Video with step-by-step tutorial for Google Sheets {-} + -1) Click this link and Save to download to your computer: [sample-students-nations in .ODS format](sample-students-nations.ods). ODS means OpenDocument System, a generic multi-tab format that most spreadsheet tools can easily open. +1) Click this link and Save to download to your computer: [sample-students-nations in .ODS format](data/sample-students-nations.ods). ODS means OpenDocument System, a generic multi-tab format that most spreadsheet tools can easily open. -2) To upload the downloaded file to Google Sheets, see the [Upload Files and Convert tutorial](../upload) in this book, and remember that Settings (gear symbol) must be set to Convert files to Google format. Or, open the file with Microsoft Excel or LibreOffice, and the directions below will be similar. +2) To upload the downloaded file to Google Sheets, see the [Upload Files and Convert tutorial](upload) in this book, and remember that Settings (gear symbol) must be set to Convert files to Google format. Or, open the file with Microsoft Excel or LibreOffice, and the directions below will be similar. 2) In the students sheet, type "nation" as a column header into cell E1. 3) Click in cell E2, start typing "=VLOOKUP" and the spreadsheet tool will suggest that you complete the formula in this format: -``` + +```markdown VLOOKUP(search_key, range, index, [is_sorted]) ``` - search_key = the Sheet 1 cell we are trying to match @@ -28,6 +29,3 @@ VLOOKUP(search_key, range, index, [is_sorted]) - [is_sorted] = if the first column of the range is sorted, enter "true" to find the closest match; otherwise enter "false" to return exact matches only 4) You can type in the formula, or fill it out by clicking on cells, columns, and sheets as shown in the video above. - -{% footer %} -{% endfooter %} diff --git a/spreadsheet/forms/README.md b/02.9-forms.Rmd similarity index 61% rename from spreadsheet/forms/README.md rename to 02.9-forms.Rmd index d54306d6c..c85b8a5a1 100644 --- a/spreadsheet/forms/README.md +++ b/02.9-forms.Rmd @@ -1,6 +1,3 @@ -# Collect and Share Survey Data with Google Forms +## Collect and Share Data with Google Forms {#forms} **TO DO ** write simple tutorial for Google Forms and explain how to share the spreadsheet; also mention other web form services - -{% footer %} -{% endfooter %} diff --git a/find/README.md b/03-find.Rmd similarity index 74% rename from find/README.md rename to 03-find.Rmd index c235be1c2..df8a587c3 100644 --- a/find/README.md +++ b/03-find.Rmd @@ -1,6 +1,7 @@ -# Find and Know Your Data +# Find and Know Your Data {#find} +*by [Jack Dougherty](authors), last updated March 1, 2017* -## Searching for Open Data +#### Searching for Open Data {-} Increasing numbers of governmental agencies and non-profit organizations are publicly sharing *open data* on the web. When starting a new data visualization project, ask yourself these questions: - Do I have the most relevant data for my project? @@ -9,14 +10,15 @@ Increasing numbers of governmental agencies and non-profit organizations are pub - Which organizations might have collected data for my topic? - Which open data repositories might have published this data? -## What features do open repositories offer? +#### What features do open repositories offer? - View and export: At minimum, most open data repositories allow users to view their data and export it into common spreadsheet formats. Some also provide geographical boundaries for polygon maps. - Built-in visualization tools: Some repositories offer built-in tools for users to create interactive charts or maps on the platform site. Some also provide code snippets for users to embed these built-in visualizations into their own websites. - Static and Live data: Most repositories offer static datasets for a specific time period, but some also provide "live" data that is continuously updated. - Application Programming Interface (APIs): Some repositories provide endpoints with code instructions that allow users to pull data directly from the platform into an external sites or online visualization, which is ideal for continuously updated data. -## Know Your Data +#### Know Your Data Before starting to create charts or maps, get to know your data. + - Where did it come from? - Who compiled the data, and for what purpose? - What do the data labels really mean? @@ -36,15 +38,9 @@ Closely examine your data files to understand their meaning, sources of origin, 1) Always ask: Am I using the best available data? -Compare the HFS list to the City of Hartford’s current list of food establishments: +- Compare the HFS list to the City of Hartford’s current list of food establishments: https://data.hartford.gov/browse -go to Public Health Category -click on the “dataset” version (updated 10 Feb 2016), which is same data but different view than the “map” version -click on light blue “export” button into any format you wish to compare with the HFS list (see screenshot) -decide which list is best for your organization’s goal - -In this week’s seminar, one of our guests is Brett Flodine, who manages City of Hartford open data repository, and he can answer your questions about this data, as well as the pros/cons of his map version. - - -{% footer %} -{% endfooter %} +- go to Public Health Category +- click on the “dataset” version (updated 10 Feb 2016), which is same data but different view than the “map” version +- click on light blue “export” button into any format you wish to compare with the HFS list (see screenshot) +- decide which list is best for your organization’s goal diff --git a/find/us/README.md b/03.1-census.Rmd similarity index 94% rename from find/us/README.md rename to 03.1-census.Rmd index 68a4342e1..de4f0be54 100644 --- a/find/us/README.md +++ b/03.1-census.Rmd @@ -1,4 +1,5 @@ -# United States and Census Bureau open data +## US and Census Bureau Open Data {#census} +*last updated March 1, 2017* **The U.S. Census Bureau** (http://census.gov) collects and shares population, housing, and economic data on its open repositories. - American FactFinder (http://factfinder.census.gov) provides quick facts for a specific location, or links to download more detailed datasets @@ -18,13 +19,13 @@ Census areas are geographic divisions in this *general format*: Common census areas, as shown in [American FactFinder download tool](http://factfinder.census.gov/faces/nav/jsf/pages/download_center.xhtml). -![](Census-geographies.png) +![](images/03-find/Census-geographies.png) **TO DO** Create interactive map of hierarchical census areas in the Hartford region, with buttons to display colors as panes with z-levels Learn more: Explore this visual interactive of US Census geographic areas and definitions (http://www.census.gov/geo/reference/webatlas/) -See also in this book: [Geocode addresses with the US Census Geocoder](../geocode/index.html) +See also in this book: [Geocode addresses with the US Census Geocoder](geocode) **Social Explorer** public version (http://socialexplorer.com) is another reputable source for census and related demographic data, past and present. The platform allows users to create data maps that may be exported as static images or presentation slides. Several academic institutions subscribe to the professional version with additional features. @@ -35,11 +36,8 @@ See also in this book: [Geocode addresses with the US Census Geocoder](../geocod **National Center for Education Statistics (NCES)** (http://nces.ed.gov/) is the primary federal agency for collecting and reporting education data. - Elementary/Secondary Information System (ELSi) (http://nces.ed.gov/ccd/elsi) - create custom tables and charts from the Common Core of Data (CCD) and Private School Survey -## Boundaries +#### Boundaries {-} ** TO DO ** - link and source files and scale - http://mapstarter.com/ - -{% footer %} -{% endfooter %} diff --git a/find/source/README.md b/03.2-source.Rmd similarity index 81% rename from find/source/README.md rename to 03.2-source.Rmd index 11226fc8e..e4fad14a9 100644 --- a/find/source/README.md +++ b/03.2-source.Rmd @@ -1,8 +1,9 @@ -# Source Your Data Files +## Source Your Data Files {#source} +*last updated March 1, 2017* Source your data. Spell out exactly where it came from, so that someone other than you, several years in the future, could understand its origin. -## Label the file name +#### Label the file name {-} Everyone has seen examples of bad file names: - data.xls @@ -12,15 +13,15 @@ Everyone has seen examples of bad file names: Write a short but meaningful file name. If different versions of the data are floating around, add the current date at the end, in YYYY-MM-DD format, perhaps like this: - town-demographics-2016-03-08.xls -## Save source data in separate sheet +#### Save source data in separate sheet {-} If you have doubts when cleaning up columns, click (or right-click) on the spreadsheet tab to copy the sheet to another tab as a backup, to avoid destroying any data. -![](SpreadsheetCopySheet640w.gif) +![](images/03-find/SpreadsheetCopySheet640w.gif) Add a *source* tab, after the data, with notes to remind you and others about its origins and when it was last updated. -![](SpreadsheetSourceTab.png) +![](images/03-find/SpreadsheetSourceTab.png) ** TO DO ** @@ -29,6 +30,3 @@ Source your data - open-source and creative commons - credit sources and collaborators on dataviz products and readme files - Whose perspectives does your data privilege? Whose stories remain untold? - -{% footer %} -{% endfooter %} diff --git a/find/public-private/README.md b/03.3-public.Rmd similarity index 95% rename from find/public-private/README.md rename to 03.3-public.Rmd index 888eccc6d..a317f20a2 100644 --- a/find/public-private/README.md +++ b/03.3-public.Rmd @@ -1,4 +1,4 @@ -# Public or Private Data? +## Public or Private Data? {#public} Many of the free web-based tools in this book require that your publicly share your data. Check each tool and decide whether it is appropriate for your data, which may have some privacy restrictions. @@ -12,6 +12,3 @@ In other cases, individual data is not private. For example: - When individuals contribute to political campaigns, most US and state laws require that the donor name, address, and amount is public data. - When an individual buys home in Connecticut, the owner's name, address, purchase amount, and other details about the home are public data. - -{% footer %} -{% endfooter %} diff --git a/find/good-bad/README.md b/03.4-know.Rmd similarity index 93% rename from find/good-bad/README.md rename to 03.4-know.Rmd index 59afd91be..b6b41ff8c 100644 --- a/find/good-bad/README.md +++ b/03.4-know.Rmd @@ -1,4 +1,4 @@ -# Know Your Data: Is It Good or Bad? +## Know Your Data: Is It Good or Bad? {#know} Before starting to create charts or maps, get to know your data. - Where did it come from? diff --git a/find/ct/README.md b/03.5-ct.Rmd similarity index 58% rename from find/ct/README.md rename to 03.5-ct.Rmd index aa0875844..e7e03d9f7 100644 --- a/find/ct/README.md +++ b/03.5-ct.Rmd @@ -1,9 +1,9 @@ -# Connecticut Open Data and Boundaries -*By [Jack Dougherty](../../introduction/who.md), last updated April 5, 2017* +## Connecticut Open Data {#ct} +*last updated April 5, 2017* Since this book was created in Hartford, Connecticut, we include state and municipal open data repositories and boundary files. -**Connecticut Open Data** (http://data.ct.gov), the official portal for state government agencies, is hosted on the Socrata platform, which offers built-in data visualization tools and APIs. See also how to create a [filtered point map with Socrata](../../map/socrata/index.html) in this book. +**Connecticut Open Data** (http://data.ct.gov), the official portal for state government agencies, is hosted on the Socrata platform, which offers built-in data visualization tools and APIs. See also how to create a [filtered point map with Socrata](filtered-point-map-socrata) in this book. See also separate repositories for individual state agencies: - Office of the State Comptroller (http://www.osc.ct.gov/openCT.html) @@ -19,7 +19,7 @@ See also separate repositories for individual state agencies: **Connecticut Data Collaborative** (http://ctdata.org) is a public-private partnership that advocates for open data access to drive planning, policy, budgeting and decision making in Connecticut at the state, regional and local levels. We democratize public data through custom data exploration tools and a dynamic town profile tool, hosted on the open-source CKAN platform. Users can find state and federal data on topics such as public health, education, crime, municipal data, and racial profiling data. -**Hartford Data** (http://data.hartford.gov), the official portal of the City of Hartford municipal government, is hosted on the Socrata platform, which features built-in visualizations and APIs. See also how to create a [filtered point map with Socrata](../../map/socrata/index.html) in this book. Also, the Hartford Data site links to the City's ArcGIS Online geographic data (http://gisdata.hartford.gov/) and the City's financial data (http://checkbook.hartford.gov/) and budget (http://budget.hartford.gov/). +**Hartford Data** (http://data.hartford.gov), the official portal of the City of Hartford municipal government, is hosted on the Socrata platform, which features built-in visualizations and APIs. See also how to create a [filtered point map with Socrata](filtered-point-map-socrata) in this book. Also, the Hartford Data site links to the City's ArcGIS Online geographic data (http://gisdata.hartford.gov/) and the City's financial data (http://checkbook.hartford.gov/) and budget (http://budget.hartford.gov/). In addition to the official repositories above, Connecticut news organizations that create data visualizations often include links to download data files. @@ -27,25 +27,25 @@ In addition to the official repositories above, Connecticut news organizations t **Hartford Courant Data Desk** (http://www.courant.com/data-desk) produces digital visualizations for the *Hartford Courant*, the largest daily newspaper in Connecticut, owned by Tribune Publishing. Many of these data visualizations are published on the Tableau platform, which allows readers to download the underlying data. -## Boundaries +#### Boundaries {-} - Converted from shapefile WGS84 to GeoJSON format - To download a GeoJSON file, right-click the link and Save to your computer - If you accidentally open the GeoJSON code in your browser, select File > Save Web Page to download it - To view or edit, drag files into http://geojson.io or http://mapshaper.org -- Learn more in the [Transform Your Map Data](../../transform) chapter of this book +- Learn more in the [Transform Your Map Data](transform.html) chapter of this book | Geography | Year-Source-Size | Right-click + Save to download GeoJSON | | :-------- | :------ | :----- | :----- | -| CT outline ![](ct-outline.png) | [2010 Census UConn MAGIC WGS84 1:100,000](http://magic.lib.uconn.edu/connecticut_data.html#boundaries)| [ct-outline.geojson](https://www.datavizforall.org/find/ct/ct-outline.geojson) | -| CT counties ![](ct-counties.png) | [2010 Census UConn MAGIC WGS84 1:100,000](http://magic.lib.uconn.edu/connecticut_data.html#boundaries)| [ct-counties.geojson](https://www.datavizforall.org/find/ct/ct-counties.geojson) | -| CT towns ![](ct-towns.png) | [2010 Census UConn MAGIC WGS84 simplified to 224k](http://magic.lib.uconn.edu/connecticut_data.html#boundaries)| [ct-towns.geojson](https://www.datavizforall.org/find/ct/ct-towns.geojson) | -| CT census tracts ![](ct-tracts-2010.png) | [2010 Census UConn MAGIC WGS84 1:100,000](http://magic.lib.uconn.edu/connecticut_data.html#boundaries)| [ct-tracts-2010.geojson](https://www.datavizforall.org/find/ct/ct-tracts-2010.geojson) | -| Hartford County outline ![](hartfordcounty-outline.png) | [2010 Census UConn MAGIC WGS84 1:100,000](http://magic.lib.uconn.edu/connecticut_data.html#boundaries) | [hartfordcounty-outline.geojson](https://www.datavizforall.org/find/ct/hartfordcounty-outline.geojson) | -| Hartford County towns ![](hartfordcounty-towns.png) | [2010 Census UConn MAGIC WGS84 1:100,000](http://magic.lib.uconn.edu/connecticut_data.html#boundaries) | [hartfordcounty-towns.geojson](https://www.datavizforall.org/find/ct/hartfordcounty-towns.geojson) | -| Hartford County tracts ![](hartfordcounty-tracts-2010.png) | [2010 Census UConn MAGIC WGS84 1:100,000](http://magic.lib.uconn.edu/connecticut_data.html#boundaries) | [hartfordcounty-tracts-2010.geojson](https://www.datavizforall.org/find/ct/hartfordcounty-tracts-2010.geojson) | -| Hartford outline ![](hartford-outline.png) | [2010 Census UConn MAGIC WGS84 1:100,000](http://magic.lib.uconn.edu/connecticut_data.html#boundaries) | [hartford-outline.geojson](https://www.datavizforall.org/find/ct/hartford-outline.geojson) | -| Hartford census tracts ![](hartford-tracts-2010.png) | [2010 Census UConn MAGIC WGS84 1:100,000](http://magic.lib.uconn.edu/connecticut_data.html#boundaries) | [hartford-tracts-2010.geojson](https://www.datavizforall.org/find/ct/hartford-tracts-2010.geojson) | -| Hartford neighborhoods ![](hartford-neighborhoods.png) | [2015 Hartford Open Data 1:50,000](http://gisdata.hartford.gov/datasets/d3deb11bfd9242ce9c927187c512da9e_5) | [hartford-neighborhoods.geojson](https://www.datavizforall.org/find/ct/hartford-neighborhoods.geojson) | +| CT outline ![](data/ct-outline.png) | [2010 Census UConn MAGIC WGS84 1:100,000](http://magic.lib.uconn.edu/connecticut_data.html#boundaries)| [ct-outline.geojson](data/ct-outline.geojson) | +| CT counties ![](data/ct-counties.png) | [2010 Census UConn MAGIC WGS84 1:100,000](http://magic.lib.uconn.edu/connecticut_data.html#boundaries)| [ct-counties.geojson](data/ct-counties.geojson) | +| CT towns ![](data/ct-towns.png) | [2010 Census UConn MAGIC WGS84 simplified to 224k](http://magic.lib.uconn.edu/connecticut_data.html#boundaries)| [ct-towns.geojson](data/ct-towns.geojson) | +| CT census tracts ![](data/ct-tracts-2010.png) | [2010 Census UConn MAGIC WGS84 1:100,000](http://magic.lib.uconn.edu/connecticut_data.html#boundaries)| [ct-tracts-2010.geojson](data/ct-tracts-2010.geojson) | +| Hartford County outline ![](data/hartfordcounty-outline.png) | [2010 Census UConn MAGIC WGS84 1:100,000](http://magic.lib.uconn.edu/connecticut_data.html#boundaries) | [hartfordcounty-outline.geojson](data/hartfordcounty-outline.geojson) | +| Hartford County towns ![](data/hartfordcounty-towns.png) | [2010 Census UConn MAGIC WGS84 1:100,000](http://magic.lib.uconn.edu/connecticut_data.html#boundaries) | [hartfordcounty-towns.geojson](data/hartfordcounty-towns.geojson) | +| Hartford County tracts ![](data/hartfordcounty-tracts-2010.png) | [2010 Census UConn MAGIC WGS84 1:100,000](http://magic.lib.uconn.edu/connecticut_data.html#boundaries) | [hartfordcounty-tracts-2010.geojson](data/hartfordcounty-tracts-2010.geojson) | +| Hartford outline ![](hartford-outline.png) | [2010 Census UConn MAGIC WGS84 1:100,000](http://magic.lib.uconn.edu/connecticut_data.html#boundaries) | [hartford-outline.geojson](data/hartford-outline.geojson) | +| Hartford census tracts ![](data/hartford-tracts-2010.png) | [2010 Census UConn MAGIC WGS84 1:100,000](http://magic.lib.uconn.edu/connecticut_data.html#boundaries) | [hartford-tracts-2010.geojson](data/hartford-tracts-2010.geojson) | +| Hartford neighborhoods ![](data/hartford-neighborhoods.png) | [2015 Hartford Open Data 1:50,000](http://gisdata.hartford.gov/datasets/d3deb11bfd9242ce9c927187c512da9e_5) | [hartford-neighborhoods.geojson](data/hartford-neighborhoods.geojson) | **TO DO** - add Capitol Region Council of Governments (CRCOG) http://www.crcog.org/ @@ -53,6 +53,3 @@ In addition to the official repositories above, Connecticut news organizations t - add Capitol Region Education Council (CREC) http://www.crec.org/ - add school attendance areas from federal site - describe Freedom of Information Act (FOIA) data requests in Connecticut - -{% footer %} -{% endfooter %} diff --git a/clean/README.md b/04-clean.Rmd similarity index 78% rename from clean/README.md rename to 04-clean.Rmd index 2090f3685..93898d3e7 100644 --- a/clean/README.md +++ b/04-clean.Rmd @@ -1,14 +1,11 @@ -# Clean Up Messy Data +# Clean Up Messy Data {#clean} +*By [Jack Dougherty](authors), last updated April 2016* -*By [Jack Dougherty](../../introduction/who.md), last updated April 16, 2016* +TO DO -**TO DO** - write a new intro to match content that I moved into subfolders - http://trendct.org/2015/08/28/getting-rid-of-duplicate-rows-using-google-sheets/ - Clean up data that contains stray commas, or mistyped entries - Advanced clean up with Open Refine; see Alvin Chang's CT Mirror guide http://trendct.org/2015/04/24/john-jonathan-and-johnny-how-to-merge-them-in-open-refine/ - rethink formatting data - see Jake Kara’s “Data Structure Whining” https://github.com/jakekara/publishing-data-for-journalists - -{% footer %} -{% endfooter %} diff --git a/clean/spreadsheets/README.md b/04.1-clean-spreadsheets.Rmd similarity index 81% rename from clean/spreadsheets/README.md rename to 04.1-clean-spreadsheets.Rmd index 777352c35..655c1039f 100644 --- a/clean/spreadsheets/README.md +++ b/04.1-clean-spreadsheets.Rmd @@ -1,23 +1,25 @@ -# Clean Messy Data with Spreadsheet Tools -*By [Jack Dougherty](../../introduction/who.md), last updated April 16, 2016* +## Clean Data with Spreadsheets {#clean-spreadsheets} +*last updated April 16, 2016* **TO DO** reorganize this to feature Google Sheets whenever possible, or Excel Online if needed Sometimes we receive a spreadsheet with problematic data that needs to be cleaned up before we can successfully upload it into a visualization tool. -## Find and Replace with a blank +#### Find and Replace with a blank {-} A common problem with census data is that geographic names contain unnecessary words. For example, when downloading Connecticut county subdivisions (towns), each row appears as: + - Andover town - Ansonia town - Ashford town Our goal is to remove the word "town" from each row, to produce a clean spreadsheet that we can match with other data, like this: + - Andover - Ansonia - Ashford -Here's one quick solution: In any spreadsheet tool, use the Find and Replace command to remove unwanted characters. Try it! Click this link and Save to download to your computer:[find-replace-town-geonames in CSV format](https://www.datavizforall.org/clean/spreadsheets/find-replace-town-geonames.csv). This tutorial shows screens from Excel, but other tools are very similar. +Here's one quick solution: In any spreadsheet tool, use the Find and Replace command to remove unwanted characters. Try it! Click this link and Save to download to your computer:[find-replace-town-geonames in CSV format](data/find-replace-town-geonames.csv). This tutorial shows screens from Excel, but other tools are very similar. 1. Open the Find and Replace command. @@ -27,13 +29,13 @@ Here's one quick solution: In any spreadsheet tool, use the Find and Replace com 4. Press the Replace All button. Since this sample file lists 169 towns, the screen will states that 169 instances of "town" have been replaced. -![](find-replace-blank.png) +![](images/04-clean/find-replace-blank.png) -## Split one column into two with Excel +#### Split one column into two with Excel {-} One common problem is when multiple pieces of data appear in one column, and your goal is to split them into separate columns. If those data pieces are separated by commas (or similar punctuation), you might be able to fix this with a simple spreadsheet command: split text into columns. -Try it! Click this link and Save to download to your computer: [split-coordinate-pairs in CSV format](https://www.datavizforall.org/clean/spreadsheets/split-coordinate-pairs.csv), and open with Excel. (**TO DO** test with other spreadsheet tools) +Try it! Click this link and Save to download to your computer: [split-coordinate-pairs in CSV format](data/split-coordinate-pairs.csv), and open with Excel. (**TO DO** test with other spreadsheet tools) 1. Select the data column you wish to split. @@ -47,13 +49,13 @@ Try it! Click this link and Save to download to your computer: [split-coordinate The coordinate pairs column is now split into two separate columns. Relabel the headers: longitude and latitude. -Animated example from Excel for Windows (thanks @f3mlat): +Animated example from Excel for Windows (thanks `@f3mlat`): -![](excel-win-data-text-to-columns.gif) +![](images/04-clean/excel-win-data-text-to-columns.gif) **TO DO** write directions to split a single address cell "300 Summit St, Hartford CT 06106" into separate columns for address, city, state, zip -## Combine separate data columns into one +#### Combine separate data columns into one {-} Another common data cleaning problem is when you receive address data in separate columns, like this: @@ -71,26 +73,22 @@ One easy solution is to write a simple spreadsheet formula to combine (or concat - =A2 &" " & B2 &" " &C2 &" " &D2 -![](SpreadsheetCombineTerms.png) +![](images/04-clean/SpreadsheetCombineTerms.png) **TO DO** - Confirm that Google Fusion Tables geocoder does not require commas between terms - Clarify what happens with zip code in the example above -## Convert Connecticut town names with CTNamecleaner +#### Convert Connecticut town names with CTNamecleaner {-} In Connecticut, residents often list their village or neighborhood names in their address, but these do not necessarily match the official list of 169 Connecticut town governments (called county subdivisions by the US Census). For example, the Elmwood neighborhood is located in the town of West Hartford, and the Rockville village is located in the town of Vernon. To solve this problem, the data experts at TrendCT/CT Mirror have openly shared a wonderful tool to convert village/neighborhood names into official towns, called CTNamecleaner. -![](CTNamecleaner.png) +![](images/04-clean/CTNamecleaner.png) 1. Open CTNamecleaner with your browser at http://shiny.trendct.org/ctnamecleaner/ -2. Upload a CSV generic spreadsheet. Learn more [about CSV format](../csv/) in this book. +2. Upload a CSV generic spreadsheet. Learn more about CSV format in this book **TO DO add link**. 3. Select the data column to be converted into town names, and download the results. Learn more about [CTNamecleaner on GitHub](https://github.com/trendct/ctnamecleaner), and view the [underlying list of Connecticut place names in a public Google sheet](https://docs.google.com/spreadsheets/d/1WqZIGk2AkHXKYvd4uXy5a2nwyg529e7mMU5610Ale0g/edit#gid=0). - - -{% footer %} -{% endfooter %} diff --git a/clean/open-refine/README.md b/04.2-open-refine.Rmd similarity index 70% rename from clean/open-refine/README.md rename to 04.2-open-refine.Rmd index b5bf2f70c..49fefd401 100644 --- a/clean/open-refine/README.md +++ b/04.2-open-refine.Rmd @@ -1,6 +1,3 @@ -# Clean Messy Data with Open Refine +## Clean Data with Open Refine {#open-refine} -**TO DO ** show basic tutorial with Open Refine; link to Alvin Chang's fabulous [Open Refine tutorial in CT Mirror](http://trendct.org/2015/04/24/john-jonathan-and-johnny-how-to-merge-them-in-open-refine/) - -{% footer %} -{% endfooter %} +**TO DO ** show basic tutorial with Open Refine; link to Alvin Chang's fabulous [Open Refine tutorial in CT Mirror](http://trendct.org/2015/04/24/john-jonathan-and-johnny-how-to-merge-them-in-open-refine/) diff --git a/clean/ctnamecleaner/README.md b/04.3-ctnamecleaner.Rmd similarity index 79% rename from clean/ctnamecleaner/README.md rename to 04.3-ctnamecleaner.Rmd index 7d538e9f8..b6f632f7e 100644 --- a/clean/ctnamecleaner/README.md +++ b/04.3-ctnamecleaner.Rmd @@ -1,8 +1,7 @@ -# Fix Connecticut Town Names with CTNamecleaner +## Fix Connecticut Town Names with CTNamecleaner {#ctnamecleaner} +*last updated April 16, 2016* -*By [Jack Dougherty](../../introduction/who.md), last updated April 16, 2016* - -**TO DO** update this page +**TO DO** update this page; avoid duplication in main chapter text Here's a wonderful data-cleaning tool that's specific to Connecticut, but the idea (and open-source code from TrendCT/CT Mirror) may inspire others to create similar tools for other locations. @@ -10,13 +9,10 @@ In Connecticut, residents often list their village or neighborhood names in thei To solve this problem, the data experts at TrendCT/CT Mirror have openly shared a wonderful tool to convert village/neighborhood names into official towns, called CTNamecleaner. -![](CTNamecleaner.png) +![](images/04-clean/CTNamecleaner.png) 1. Open CTNamecleaner with your browser at http://shiny.trendct.org/ctnamecleaner/ -2. Upload a CSV generic spreadsheet. Learn more [about CSV format](../csv/) in this book. +2. Upload a CSV generic spreadsheet. Learn more about CSV format in this book **TO DO** fix link 3. Select the data column to be converted into town names, and download the results. Learn more about [CTNamecleaner on GitHub](https://github.com/trendct/ctnamecleaner), and view the [underlying list of Connecticut place names in a public Google sheet](https://docs.google.com/spreadsheets/d/1WqZIGk2AkHXKYvd4uXy5a2nwyg529e7mMU5610Ale0g/edit#gid=0). - -{% footer %} -{% endfooter %} diff --git a/05-chart.Rmd b/05-chart.Rmd new file mode 100644 index 000000000..c134d0419 --- /dev/null +++ b/05-chart.Rmd @@ -0,0 +1,33 @@ +# Chart Your Data {#chart} +*by [Jack Dougherty](authors), last updated March 21, 2017* + +Charts pull readers deeper into your story. Even if your data contains geographical information, sometimes a chart tells your story better than a map. But designing meaningful, interactive charts requires careful thought about how to communicate your data story with your audience. In this chapter, you will learn how to: + +- Practice [principles of chart design](chart-design). Learn to identify good charts from bad ones. +- Choose a chart type that matches your story and data format, and follow tutorials in the table below. Beginners may start with easy-to-learn tools such as [Google Sheets](chart-google-sheets) or [Tableau Public](tableau-public), then move up to more powerful tools, such as [Highcharts](highcharts), which require you to [Modify and Host Code Templates with GitHub](github) or another web host. + +See also related chapters in this book: + +- [Draw and write your data story](draw) to capture your ideas on paper +- [Improve spreadsheet skills](spreadsheet), [Find and know your data](find), and [Clean your data](clean) +- [Embed your interactive chart on your website](embed) +- [Detect bias in data stories](detect), including [How to lie with charts](how-to-lie-with-charts) +- [Tell your data story](story), including its most meaningful insights and limitations + +| Basic chart types | Best use and tutorial chapters | +| --- | --- | +| Grouped column or bar
![](images/05-chart/chart-grouped-column.png) | Best to compare categories side-by-side. Vertical columns, or horizontal bars for long labels.
Easy tool: [Google Sheets bar and column tutorial](column-bar-google)
Power tool: [Highcharts templates](highcharts) | +| Separated column or bar
![](images/05-chart/chart-separated-column.png) | Best to compare categories in separate clusters. Vertical columns, or horizontal bars for long labels.
Easy tool: [Google Sheets bar and column tutorial](column-bar-google)
Power tool: [Highcharts templates](highcharts) | +| Stacked column or bar
![](images/05-chart/chart-stacked-column.png) | Best to compare sub-categories, or parts of a whole. Vertical columns, or horizontal bars for long labels.
Easy tool: [Google Sheets bar and column tutorial](column-bar-google)
Power tool: [Highcharts templates](highcharts) | +| Histogram
![](images/05-chart/chart-histogram.png) | Best to show distribution of raw data, with number of values in each bucket.
Easy tool: [Google Sheets bar and column tutorial](column-bar-google)
Power tool: [Highcharts templates](highcharts) | +| Pie chart
![](images/05-chart/chart-pie.png) | Best to show parts of a whole, but hard to estimate size of slices.
Easy tool: [Google Sheets pie chart tutorial](pie-line-area-google)
Power tool: [Highcharts templates](highcharts) | +| Line chart
![](images/05-chart/chart-line.png) | Best to show continuous data, such as change over time.
Easy tool: [Google Sheets line chart tutorial](pie-line-area-google)
Power tool: [Highcharts templates](highcharts) | +| Filtered line chart
![](images/05-chart/chart-filtered-line.png) | Best to show multiple lines of continuous data, with on-off toggle buttons.
Easy tool: [Tableau Public filtered line chart tutorial](filtered-line-chart-tableau) | +| Stacked area chart
![](images/05-chart/chart-stacked-area.png) | Best to show parts of a whole, with change over time.
Easy tool: [Google Sheets stacked area tutorial](pie-line-area-google)
Power tool: [Highcharts templates](highcharts) | +| Scatter chart
![](images/05-chart/chart-scatter.png) | Best to show relationship between two sets of data. Also called an XY chart.
Easy tool: [Google Sheets scatter chart tutorial](scatter-bubble-google) or [Tableau Public scatter chart tutorial](scatter-chart-tableau)
Power tool: [Highcharts templates](highcharts) | +| Bubble chart
![](images/05-chart/chart-bubble.png) | Best to show relationship between three or four sets of data, using bubble size and color.
Easy tool: [Google Sheets bubble chart tutorial](scatter-bubble-google)
Power tool: [Highcharts templates](highcharts) | + +#### For more advanced chart types and tutorials {-} +- [Google Sheets Chart types help page](https://support.google.com/docs/answer/190718) +- [Tableau Public resources page](https://public.tableau.com/en-us/s/resources) +- [Highcharts demo page](http://www.highcharts.com/demo) diff --git a/chart/design/README.md b/05.01-chart-design.Rmd similarity index 84% rename from chart/design/README.md rename to 05.01-chart-design.Rmd index 350bf904f..e40a98b1d 100644 --- a/chart/design/README.md +++ b/05.01-chart-design.Rmd @@ -1,5 +1,5 @@ -# Chart Design Principles -*by [Jack Dougherty](../../introduction/who.md), last updated March 9, 2017* +## Chart Design Principles {#chart-design} +*last updated March 9, 2017* Spot the difference between good and bad charts, based on this compilation of design principles from leading experts, with citations listed below to learn more. @@ -7,17 +7,17 @@ Spot the difference between good and bad charts, based on this compilation of de 2) Before you begin, ask yourself: Do I really need a chart to tell this data story? Or would a table or text alone do a better job? -3) Decide if the best way to communicate with your audience is with static charts (such as images printed on paper) or interactive charts (embedded in a website, with tooltip details and source links). Most of these principles apply to both types, but [this book features tools and tutorials](../../chart) to create interactive charts. +3) Decide if the best way to communicate with your audience is with static charts (such as images printed on paper) or interactive charts (embedded in a website, with tooltip details and source links). Most of these principles apply to both types, but [this book features tools and tutorials](chart) to create interactive charts. 4) Understand basic chart vocabulary: title, labels, horizontal x-axis and vertical y-axis, data series, tooltip, source and credits. *image to come* -5) Identify the [chart type](../../chart) that best matches your story and data format. +5) Identify the [chart type](chart) that best matches your story and data format. 6) Draw visual comparisons that are easy for readers to understand, rather than confusing them (adapted from Gourley p. 19). *image to come* 7) Do the math for your readers. Based on your data story, decide if you should show absolute numbers, percentages, or percent change (Wong pp. 23-25, 104-107). *image and link to come* -8) Order categories logically -- either alphabetically, by value, or sequentially -- depending on your data story (Gourley, p. 19; Wong pp. 70-71). *image to come* +8) Order categories logically---either alphabetically, by value, or sequentially---depending on your data story (Gourley, p. 19; Wong pp. 70-71). *image to come* 9) For long labels, use horizontal bar charts instead of vertical column charts (Wong p. 66). *image to come* @@ -35,9 +35,9 @@ Spot the difference between good and bad charts, based on this compilation of de 14) On static charts, label items directly when possible. (On interactive charts, designers may need to rely on tooltips and text.) Insert a legend in a logical place for readers (Wong, p. 56). -15) Add source credits and bylines -- with links to view data tables and details -- to build credibility and accountability. +15) Add source credits and bylines---with links to view data tables and details---to build credibility and accountability. -16) Avoid “chart junk” -- such as 3D perspective, shadows, and unnecessary ornaments -- which distract readers from your data story. Never use 3D unless you are plotting three-dimensional data (Tufte p. *to come*, Wong p. 62, Knaflic p. 65). *image to come* +16) Avoid “chart junk”--such as 3D perspective, shadows, and unnecessary ornaments---which distract readers from your data story. Never use 3D unless you are plotting three-dimensional data (Tufte p. *to come*, Wong p. 62, Knaflic p. 65). *image to come* 17) De-clutter charts (Knaflic pp. 91-98, 130-135). @@ -47,9 +47,9 @@ Spot the difference between good and bad charts, based on this compilation of de - Use contrast (such as color vs gray) to call attention to your data story (Knaflic pp. 87-88) - *image to come* -See also [Map Design Principles](../../map/design) and [Tell Your Data Story](../../story) chapters in this book. +See also [Map Design Principles](map-design) and [Tell Your Data Story](story) chapters in this book. -## Learn more +#### References {-} Stephanie D. H. Evergreen, Effective Data Visualization: The Right Chart for the Right Data, (Los Angeles: SAGE Publications, Inc, 2016) diff --git a/chart/google-sheets/README.md b/05.02-chart-google-sheets.Rmd similarity index 66% rename from chart/google-sheets/README.md rename to 05.02-chart-google-sheets.Rmd index 2ca61c4b3..097f1ab02 100644 --- a/chart/google-sheets/README.md +++ b/05.02-chart-google-sheets.Rmd @@ -1,9 +1,9 @@ -# Google Sheets Charts -*By [Jack Dougherty](../../introduction/who.md), last updated February 12, 2017* +## Google Sheets Charts {#chart-google-sheets} +*last updated February 12, 2017* Use Google Sheets (http://sheets.google.com), an easy drag-and-drop tool, to create basic interactive charts that you can embed in your website. -## Tool Review +#### Tool Review {-} - Pros: - Free and easy-to-learn tool on the collaborative Google Drive platform. - Edit, share, and publish interactive charts from your data, all in one spreadsheet. @@ -13,20 +13,17 @@ Use Google Sheets (http://sheets.google.com), an easy drag-and-drop tool, to cre - Bubble charts cannot show small, uniform bubbles. - Cannot cite or link to source data inside the chart. - Cannot add annotations to highlight items inside charts. - - For more powerful tools that require more skills, see tutorials in this book on [Tableau Public](../scatter-chart-tableau/) and [Highcharts](../../highcharts/). + - For more powerful tools that require more skills, see tutorials in this book on [Tableau Public](scatter-chart-tableau/) and [Highcharts](highcharts). -## Tutorials +#### Tutorials {-} Follow the Google Sheet Chart tutorials in this book to create: -- [Column and Bar Charts](../column-bar-google) +- [Column and Bar Charts](column-bar-google) - Grouped - Separated - Stacked - Histograms -- [Pie, Line and Area Charts](../pie-line-area-google) -- [Scatter and Bubble Charts](../scatter-bubble-google) +- [Pie, Line and Area Charts](pie-line-area-google) +- [Scatter and Bubble Charts](scatter-bubble-google) -## Learn more +#### Learn more {-} - [Google Sheet chart types help page](https://support.google.com/docs/answer/190718) - -{% footer %} -{% endfooter %} diff --git a/chart/column-bar-google/README.md b/05.03-column-bar-google.Rmd similarity index 83% rename from chart/column-bar-google/README.md rename to 05.03-column-bar-google.Rmd index 9d72b8c87..d84df7567 100644 --- a/chart/column-bar-google/README.md +++ b/05.03-column-bar-google.Rmd @@ -1,13 +1,14 @@ -# Column and Bar Charts with Google Sheets -*By [Jack Dougherty](../../introduction/who.md), last updated April 4, 2017* +## Column and Bar Charts with Google Sheets {#column-bar-google} +*last updated April 4, 2017* + +Follow these tutorials to create different types of column and bar charts with Google Sheets on the Google Drive platform. Requires free account. -Follow these tutorials to create different types of column and bar charts with Google Sheets http://sheets.google.com on the Google Drive platform. Requires free account. - Grouped - Separated - Stacked - Histograms -## Grouped Column and Bar Charts +#### Grouped Column and Bar Charts {-} Best to compare categories side-by-side. Vertical columns, or horizontal bars for long labels. **Try it:** This grouped column chart shows differences in obesity between men and women in each age bracket. Float your cursor over columns to view data details. @@ -22,35 +23,35 @@ Best to compare categories side-by-side. Vertical columns, or horizontal bars fo 3) Select File > Make a Copy to save your own version to your Google Drive. -![Sign in to Google and File > Make a Copy](column-make-copy.png) +![Sign in to Google and File > Make a Copy](images/05-chart/column-make-copy.png) 4) To remove the current chart from your copy of the spreadsheet, select it and press the delete. 5) Format your data in a similar way as shown below. Each row is a data series, which displays as a separate color in the chart. -![Grouped column chart data table](grouped-column-chart-data.png) +![Grouped column chart data table](images/05-chart/grouped-column-chart-data.png) 6) Use your cursor to select only the data you wish to chart, then select Insert > Chart. -![Select data and Insert > Chart](column-insert-chart.png) +![Select data and Insert > Chart](images/05-chart/column-insert-chart.png) 7) In the Chart Editor > Recommendations tab, choose your preferred Column chart (or horizontal Bar chart for longer labels), or see more options in Chart Types tab. Press the Insert button. -![See more options in Chart Types tab](column-chart-types.png) +![See more options in Chart Types tab](images/05-chart/column-chart-types.png) 8) To customize title, labels, and more, click the editing controls in the upper-right corner. -![Customize with editing controls](column-edit-chart.png) +![Customize with editing controls](images/05-chart/column-edit-chart.png) 9) To make your data public, select the blue Share button > Advanced, then Change from Private to Public On the Web, with Anyone Can View. -![Screencast: Share your Google Sheet](column-share.gif) +![Screencast: Share your Google Sheet](images/05-chart/column-share.gif) -10) To embed your chart in another website, click the upper-right chart editing controls, select Publish Chart, select Embed, and press the Publish button. Copy the iframe code and see the [Embed on Your Web](http://www.datavizforall.org/embed/) chapter in this book. +10) To embed your chart in another website, click the upper-right chart editing controls, select Publish Chart, select Embed, and press the Publish button. Copy the iframe code and see the [Embed on Your Web](embed.html) chapter in this book. 11) Reminder: Currently, there is no easy way to cite or link to your source data inside a Google Sheets chart. Instead, cite and link to your source data in the text of the web page, as shown in the example at the top. -## Separated Column and Bar Charts +#### Separated Column and Bar Charts {-} Best to compare categories in separate clusters. Vertical columns, or horizontal bars for long labels. **Try it:** This separated bar chart shows calorie counts of fast food items, separated by restaurant chains. The horizontal bar offers more space for longer labels. Float your cursor over bars to explore data details. @@ -65,11 +66,11 @@ Best to compare categories in separate clusters. Vertical columns, or horizontal 3) Format your data in a similar way as shown below. Each column is a data series, which displays as a separate color in the chart. -![Bar chart data table](bar-chart-data.png) +![Bar chart data table](images/05-chart/bar-chart-data.png) 4) In the Chart Editor > Recommendations tab, choose your preferred Bar chart, or see more options in Chart Types tab. -## Stacked Column and Bar Charts +#### Stacked Column and Bar Charts {-} Best to compare sub-categories, or parts of a whole. Vertical columns, or horizontal bars for long labels. **Try it:** This stacked column chart compares the percentage of overweight residents across nations. Float your cursor over columns to view data details. @@ -84,11 +85,11 @@ Best to compare sub-categories, or parts of a whole. Vertical columns, or horizo 3) Format your data in a similar way as shown below. Each column is a data series, which displays as a separate color in the chart. -![Stacked column chart data table](stacked-column-data.png) +![Stacked column chart data table](images/05-chart/stacked-column-data.png) 4) In the Chart Editor > Recommendations tab, choose Stacked column chart (or Stacked bar chart if you prefer a horizontal orientation), or see more options in Chart Types tab. -## Histograms +#### Histograms {-} Best to show the distribution of raw data, with number of values in each bucket. Typically displayed in vertical columns. **Try it** to come* @@ -98,6 +99,3 @@ Best to show the distribution of raw data, with number of values in each bucket. - Format data into two columns - data labels in the first column - numeric values in second column - -{% footer %} -{% endfooter %} diff --git a/chart/pie-line-area-google/README.md b/05.04-pie-line-area-google.Rmd similarity index 84% rename from chart/pie-line-area-google/README.md rename to 05.04-pie-line-area-google.Rmd index 75159cfe4..4910ef51e 100644 --- a/chart/pie-line-area-google/README.md +++ b/05.04-pie-line-area-google.Rmd @@ -1,14 +1,14 @@ -# Pie, Line, and Area Charts with Google Sheets -*By [Jack Dougherty](../../introduction/who.md), last updated February 12, 2017* +## Pie, Line, and Area Charts with Google Sheets {#pie-line-area-google} +*last updated February 12, 2017* -## Pie Chart +#### Pie Chart {-} Best to show parts of a whole, but hard to estimate size of slices. Try it -- to come Tutorial - to come -## Line Chart +#### Line Chart {-} Best to show change over time with continuous data. **Try it:** In this line chart, the level of chicken (shown in orange) rises steadily and surpasses beef (red) and pork (blue). Float your cursor over lines to view data details. @@ -16,13 +16,14 @@ Best to show change over time with continuous data.

View source data from USDA

**Tutorial:** + - Begin by opening this link in a new tab: [Google Sheet Line chart template](https://docs.google.com/spreadsheets/d/1wkWxxZ2-N5hqkcp7in8bxwdEcT1-XMnt1A8qUXxUSjw/) - Follow most of the same steps in first tutorial above. - Format your data in a similar way as shown below. Each column is a data series, which displays as a separate color in the chart.
-![Line chart data table](line-chart-data.png) +![Line chart data table](images/05-chart/line-chart-data.png) - In the Chart Editor > Recommendations tab, choose Line chart, or see more options in Chart Types tab. -## Stacked Area Chart +#### Stacked Area Chart {-} Best to show part-to-whole relationships that change over time. **Try it:** to come diff --git a/chart/scatter-bubble-google/README.md b/05.05-scatter-bubble-google.Rmd similarity index 86% rename from chart/scatter-bubble-google/README.md rename to 05.05-scatter-bubble-google.Rmd index fd59c37fd..23770ba84 100644 --- a/chart/scatter-bubble-google/README.md +++ b/05.05-scatter-bubble-google.Rmd @@ -1,8 +1,9 @@ -# Scatter and Bubble Charts with Google Sheets +## Scatter and Bubble Charts with Google Sheets {#scatter-bubble-google} +*Last updated Spring 2017* Follow these tutorials to create different types scatter and bubble charts with [Google Sheets](http://sheets.google.com) -## Scatter chart +#### Scatter chart {-} Best to show relationships between two series of data. Also called an XY chart, because each point represents a coordinate value plotted along the horizontal x-axis and the vertical y-axis. **Try it:** This scatter chart reveals a downward slope: nations with lower fertility also tend to have higher life expectancy. But remember that a data correlation does not necessarily show causation. Float your cursor over points to view data details. However, the Google Sheet scatter chart only displays static labels for each country, rather than interactive tooltips. See alternative tools below. @@ -10,16 +11,17 @@ Best to show relationships between two series of data. Also called an XY chart,

View source data from World Bank

**Tutorial:** + - Begin by opening this link in a new tab: [Google Sheets Scatter chart with static data labels](https://docs.google.com/spreadsheets/d/1LJCj3RaVgaQsAZriV_JDQhBrIBSvnH_N1LBCkZK1bqs/) - Follow most of the same steps in first tutorial above. - Format your data in a similar way as shown below. The first column (life expectancy) is the x-axis data series, and the second column (fertility) is the y-axis data series. The third column consists of data labels (names of countries).
-![Scatter chart table data](scatter-chart-data.png) +![Scatter chart table data](images/05-chart/scatter-chart-data.png) - In the Chart Editor > Recommendations tab, choose Scatter chart, or see more options in Chart Types tab. - To display static labels for each point, click the upper-right charter corner for Advanced Editing tools > Customization tab, the scroll down to Series > Data labels > Custom, and press Update. -![Display static point labels](scatter-chart-custom-data-labels.png) -- Since the Google Sheets scatter chart is not ideal, consider using the 3-column bubble chart below, or the [Scatter Chart with Tableau Public tutorial](../scatter-chart-tableau-public/) in this book. +![Display static point labels](images/05-chart/scatter-chart-custom-data-labels.png) +- Since the Google Sheets scatter chart is not ideal, consider using the 3-column bubble chart below, or the [Scatter Chart with Tableau Public tutorial](scatter-chart-tableau) in this book. -## Bubble chart with 3 columns +#### Bubble chart with 3 columns {-} Best to show the relationship between two series of data, similar to the scatter chart above, with labels in tooltips. **Try it:** This bubble chart shows the same data as above on fertility and life expectancy. Float your cursor over each bubble to reveal a tooltip with the country name and the two data points. @@ -32,15 +34,15 @@ Best to show the relationship between two series of data, similar to the scatter - A: label for each bubble - B: numeric data on horizontal x-axis - C: numeric data on vertical y-axis
-![Bubble chart with 3 columns data table](bubble-chart-3-column-data.png) +![Bubble chart with 3 columns data table](images/05-chart/bubble-chart-3-column-data.png) - Follow most of the same steps in the first tutorial above. - In the Chart Editor, skip the Recommendation tab, select the Chart Types tab, then choose Bubble chart (near Scatter chart).
-![Bubble chart types menu](bubble-chart-types.png) +![Bubble chart types menu](images/05-chart/bubble-chart-types.png) - Labels will appear on each bubble by default. To hide labels initially, so that they appear only in the interactive tooltips when floating the cursor over data, customize your chart. Click the editing controls in the upper-right corner, scroll down to Series, and change Labels > Color > None.
-![Hide labels in Google Sheets bubble chart](bubble-chart-hide-labels.png) -- Unfortunately, there is no easy way to reduce all bubbles to a uniformly smaller size. See the Google Sheets Bubble chart with 5 columns below, or create a [Scatter Chart with Tableau Public](../scatter-chart-with-tableau-public/) in this book. +![Hide labels in Google Sheets bubble chart](images/05-chart/bubble-chart-hide-labels.png) +- Unfortunately, there is no easy way to reduce all bubbles to a uniformly smaller size. See the Google Sheets Bubble chart with 5 columns below, or create a [Scatter Chart with Tableau Public](chart.html#scatter-chart-with-tableau-public) in this book. -## Bubble chart with 5 columns +#### Bubble chart with 5 columns {-} Best to show the relationship between three or four series of data. Similar to a scatter chart, but with bubble size and color to represent additional variables. **Try it:** This bubble chart shows fertility and life expectancy for a subset of the nations above, with population (shown by bubble size) and region (shown by bubble color). Float your cursor over bubbles to view data details. @@ -56,8 +58,8 @@ Best to show the relationship between three or four series of data. Similar to a - C: numeric data on vertical y-axis - D: text data to represent bubble color (each category will appear as a new color, or leave blank to display all as one color) - E: numeric data to represent bubble size
- ![Bubble chart with 5 columns data table](bubble-chart-5-column-data.png) + ![Bubble chart with 5 columns data table](images/05-chart/bubble-chart-5-column-data.png) - Labels will appear on each bubble by default. To hide labels in the default display (and show them only in the interactive tooltips when floating the cursor over data), see the 3-column bubble chart tutorial above. -### Learn more +#### Learn more {-} See additional chart types in this [Google Sheets help page](https://support.google.com/docs/answer/190718) diff --git a/05.06-tableau-public.Rmd b/05.06-tableau-public.Rmd new file mode 100644 index 000000000..e61f6b268 --- /dev/null +++ b/05.06-tableau-public.Rmd @@ -0,0 +1,25 @@ +## Create Charts with Tableau Public {#tableau-public} +*last updated March 10, 2017* + +This book includes tutorials to create interactive charts with Tableau Public . Free download requires email signup. + +- [Create an XY Scatter Chart with Tableau Public](scatter-chart-tableau) +- [Create a Filtered Line Chart with Tableau Public](filtered-line-chart-tableau) + +#### Tool Review {-} +- Pros + - Easy-to-learn tool for basic charts, with power to create more advanced visualizations + - Tableau Public (free version) includes most features found in Tableau Desktop (US $999+) + - Connect to multiple data formats: Text (CSV), Google Sheets, Excel, and more + - Combine multiple visualizations and tell stories with dashboard and story point features +- Cons + - Only available as a downloadable application for Mac or Windows + - New users may be overwhelmed by extensive options + - Saving your work online makes it public (hence the name Tableau Public) + - Limited support for maps below the nation or state levels + - Dependent upon Tableau web servers + +#### Learn more {-} +- [Embed Tableau Public on Your Website](iframe-tableau) chapter in this book +- Tableau Public Resources, with how-to videos and sample data +- Tableau Public Support page diff --git a/chart/scatter-chart-tableau/README.md b/05.07-scatter-chart-tableau.Rmd similarity index 74% rename from chart/scatter-chart-tableau/README.md rename to 05.07-scatter-chart-tableau.Rmd index 3db3c8de6..8a75dadf0 100644 --- a/chart/scatter-chart-tableau/README.md +++ b/05.07-scatter-chart-tableau.Rmd @@ -1,23 +1,22 @@ -# Create an XY Scatter Chart with Tableau Public -*by [Jack Dougherty](../../introduction/who.md), last updated March 16, 2017* +## Create XY Scatter Chart with Tableau Public {#scatter-chart-tableau} +*last updated March 16, 2017* -An interactive scatter chart shows the relationship between two variables by displaying a series of XY coordinates. Readers can float their cursor over points to view specific details. The chart below, which illustrates the strong relationship between Connecticut school district income and test scores, was created with the free downloadable tool for Mac and Windows, Tableau Public http://public.tableau.com +An interactive scatter chart shows the relationship between two variables by displaying a series of XY coordinates. Readers can float their cursor over points to view specific details. The chart below, which illustrates the strong relationship between Connecticut school district income and test scores, was created with the free downloadable tool for Mac and Windows, Tableau Public . -## Try it +#### Try it {-} -## Video with step-by-step tutorial +#### Video with step-by-step tutorial {-} + -{%youtube%}70RKjT91cjs{%endyoutube%} +1) Read the [Tableau Public tool review](tableau-public) in this book, then download and install the free application on a Mac or Windows computer from . Requires a free account. -1) Read the [Tableau Public tool review](../tableau-public) in this book, then download and install the free application on a Mac or Windows computer from http://public.tableau.com. Requires a free account. - -2) Click the link and Save to download the sample file to your computer: [ct-districts-income-grades-2009-13 in Excel format](https://www.datavizforall.org/chart/scatter-chart-tableau/ct-districts-income-grades-2009-13.xlsx). +2) Click the link and Save to download the sample file to your computer: [ct-districts-income-grades-2009-13 in Excel format](data/ct-districts-income-grades-2009-13.xlsx). 3) Open the sample file to view three columns: district, median household income, and grade levels (above/below national average for 6th grade Math and English test scores). The Notes tab explains how this data is based on the work of Sean Reardon et al. at the [Stanford Education Data Archive](http://purl.stanford.edu/db586ns4974), Motoko Rich et al. at [The New York Times](http://www.nytimes.com/interactive/2016/04/29/upshot/money-race-and-success-how-your-school-district-compares.html), Andrew Ba Tran at [TrendCT](http://trendct.org/2016/05/06/wealth-and-grades-compare-connecticuts-school-districts/), and the American Community Survey 2009-13 via [Social Explorer](http://socialexplorer.com). -Hint: To prepare your own scatter chart data from different sources, see the [Match Spreadsheet Columns with VLookup Function](../../spreadsheet/vlookup) chapter in this book. +Hint: To prepare your own scatter chart data from different sources, see the [Match Spreadsheet Columns with VLookup Function](vlookup) chapter in this book. 4) In Tableau Public, click Connect to import the data file from your computer. If you downloaded an Excel file, Connect to Excel. Or if you downloaded a CSV file, Connect to Text. Or click "More..." to connect to Google Sheets. @@ -39,7 +38,7 @@ Hint: To prepare your own scatter chart data from different sources, see the [Ma 13) Recommended: Click the Standard menu (above Columns) to change view to Fit Width. -![](tableau-standard-fit-width.png) +![](images/05-chart/tableau-standard-fit-width.png) 14) To publish your chart on the public web, select File > Save to Tableau Public As. Requires signup for a free Tableau account. @@ -47,21 +46,17 @@ Hint: To prepare your own scatter chart data from different sources, see the [Ma 16) After publishing your work on the web, Tableau Public will automatically open the web link in your default browser. Click Edit Details to enter more information. Under Toolbar settings, see checkbox to Allow your workbook and its data to be downloaded by others. -![Screenshot: Toolbar settings in Tableau Public](tableau-toolbar-settings-allow.png) +![Screenshot: Toolbar settings in Tableau Public](images/05-chart/tableau-toolbar-settings-allow.png) Checking this box enables the Download button at the bottom of your published work, which allows users to access your data and workbook, to see how you constructed the visualization. -![Screenshot: Download button in Tableau Public](tableau-download.png) +![Screenshot: Download button in Tableau Public](images/05-chart/tableau-download.png) -17) To insert your Tableau Public visualization in your own website, see the [Embed On Your Web](../../embed/) chapter of this book, and in particular, [Embed Tableau Public on your Website](../../embed/tableau). +17) To insert your Tableau Public visualization in your own website, see the [Embed On Your Web](embed.html) chapter of this book, and in particular, [Embed Tableau Public on your Website](embed.html#tableau). 18) To see all of your published visualizations, go to your Tableau Public online profile, which follows this format: -``` +```markdown https://public.tableau.com/profile/USERNAME ``` - -## Learn more -- Combine multiple visualizations and tell stories with Tableau Public dashboard and story point features. See Tableau Public Resources, with how-to videos and sample data, https://public.tableau.com/en-us/s/resources - -{% footer %} -{% endfooter %} +#### Learn more {-} +- Combine multiple visualizations and tell stories with Tableau Public dashboard and story point features. See Tableau Public Resources, with how-to videos and sample data . diff --git a/chart/filtered-line-chart-tableau/README.md b/05.08-filtered-line-chart-tableau.Rmd similarity index 77% rename from chart/filtered-line-chart-tableau/README.md rename to 05.08-filtered-line-chart-tableau.Rmd index 53422494a..d56d3d8ce 100644 --- a/chart/filtered-line-chart-tableau/README.md +++ b/05.08-filtered-line-chart-tableau.Rmd @@ -1,20 +1,19 @@ -# Create a Filtered Line Chart with Tableau Public -*by [Veronica X. Armendariz and Jack Dougherty](../../introduction/who.md), last updated March 16, 2017* +## Create Filtered Line Chart with Tableau Public {#filtered-line-chart-tableau} +*by [Veronica X. Armendariz and Jack Dougherty](authors), last updated March 16, 2017* -An interactive filtered line chart provides checkboxes to turn on/off selected data lines to make specific comparisons, since displaying all of the lines at once would be overwhelming. Readers can float their cursor over each line to identify the school name and data details. We created this tutorial to help a Hartford non-profit education advocacy group compare cohorts of student achievement levels over time across forty schools. You can create your own version with a free downloadable tool for Mac and Windows computers, Tableau Public, https://public.tableau.com +An interactive filtered line chart provides checkboxes to turn on/off selected data lines to make specific comparisons, since displaying all of the lines at once would be overwhelming. Readers can float their cursor over each line to identify the school name and data details. We created this tutorial to help a Hartford non-profit education advocacy group compare cohorts of student achievement levels over time across forty schools. You can create your own version with a free downloadable tool for Mac and Windows computers, Tableau Public . -## Try it +#### Try it {-} Or right-click the [link to view full-size in a new tab](https://public.tableau.com/views/LineChartSample/Sheet1?:embed=y&:display_count=yes) -## Video with step-by-step tutorial +#### Video with step-by-step tutorial {-} + -{%youtube%}_L4u9mfE8Qo{%endyoutube%} +1) Read the [Tableau Public tool review](tableau-public) in this book, then download and install the free application on a Mac or Windows computer from . Requires a free account. -1) Read the [Tableau Public tool review](../tableau-public) in this book, then download and install the free application on a Mac or Windows computer from http://public.tableau.com. Requires a free account. - -2) Click link and Save file to download to your computer: [sample-filtered-line-chart in CSV format](https://www.datavizforall.org/chart/filtered-line-chart-tableau/sample-filtered-line-chart.csv). CSV means comma-separated values, a generic spreadsheet format that most data tools can easily open. +2) Click link and Save file to download to your computer: [sample-filtered-line-chart in CSV format](data/sample-filtered-line-chart.csv). CSV means comma-separated values, a generic spreadsheet format that most data tools can easily open. Hint: When preparing your own spreadsheet, format your data so that Tableau Public can read it. For example, make sure that Year data is entered as "2007" instead of "1/1/2007". Leave all blank spaces as-is so that Tableau automatically converts them to "null" values during the data import. @@ -52,21 +51,17 @@ Hint: When preparing your own spreadsheet, format your data so that Tableau Publ 19) After publishing your work on the web, Tableau Public will automatically open the web link in your default browser. Click Edit Details to enter more information. Under Toolbar settings, see checkbox to Allow your workbook and its data to be downloaded by others. -![Screenshot: Toolbar settings in Tableau Public](tableau-toolbar-settings-allow.png) +![Screenshot: Toolbar settings in Tableau Public](images/05-chart/tableau-toolbar-settings-allow.png) Checking this box enables the Download button at the bottom of your published work, which allows users to access your data and workbook, to see how you constructed the visualization. -![Screenshot: Download button in Tableau Public](tableau-download.png) +![Screenshot: Download button in Tableau Public](images/05-chart/tableau-download.png) -20) To insert your Tableau Public visualization in your own website, see the [Embed On Your Web](../../embed/) chapter of this book, and in particular, [Embed Tableau Public on your Website](../../embed/tableau). +20) To insert your Tableau Public visualization in your own website, see the [Embed On Your Web](embed) chapter of this book, and in particular, [Embed Tableau Public on your Website](iframe-tableau). 21) To see all of your published visualizations, go to your Tableau Public online profile, which follows this format: -``` +```markdown https://public.tableau.com/profile/USERNAME ``` - -## Learn more -- Combine multiple visualizations and tell stories with Tableau Public dashboard and story point features. See Tableau Public Resources, with how-to videos and sample data, https://public.tableau.com/en-us/s/resources - -{% footer %} -{% endfooter %} +#### Learn more {-} +- Combine multiple visualizations and tell stories with Tableau Public dashboard and story point features. See Tableau Public Resources, with how-to videos and sample data . diff --git a/06-map.Rmd b/06-map.Rmd new file mode 100644 index 000000000..87103f756 --- /dev/null +++ b/06-map.Rmd @@ -0,0 +1,30 @@ +# Map Your Data {#map} +*by [Jack Dougherty, Stacy Lam, and David Tatem](authors), last updated March 21, 2017* + +Maps entice readers to explore your data story and develop a stronger sense of place. But good maps require careful thought about how to clearly communicate spatial concepts with your audience. This book features free tools to create interactive maps that you can embed in your website. In this chapter, you will learn how to: + +- Practice key [principles of map design](map-design). +- Choose a map type that matches your data story and format, with tutorial links in the table below. +Beginners may start with easy-to-learn tools such as [BatchGeo](batchgeo) or [Google My Maps](mymaps), then move up to more powerful tools, such as [Leaflet](leaflet), which require you to [Modify and Host Code Templates with GitHub](github) or other web servers. + +See also related chapters in this book: +- [Draw and write your data story](draw) to capture your ideas on paper +- [Improve spreadsheet skills](spreadsheet), [Find and know your data](find), and [Clean your data](clean) +- [Transform your map data](transform) +- [Embed your interactive chart on your website](embed) +- [Detect bias in data stories](detect), including [How to lie with maps](how-to-lie-with-maps) +- [Tell your data story](story), including its most meaningful insights and limitations + +| Basic map types | Best use and tutorial chapters | +| --- | --- | +| Point map
![](images/06-map/map-point.png) | Best to show specific locations, such as addresses with geocoded coordinates, with colors for different categories.
Easy tools: [BatchGeo tutorial](batchgeo) or [Google My Maps tutorial](mymaps)
Power tool: [Leaflet Maps with Google Sheets](leaflet-maps-with-google-sheets) and other [Leaflet templates](leaflet) | +| Polygon map
![](images/06-map/map-polygon.png) | Best to show regions (such as nations or neighborhoods), with colors or shading to represent data values. Also known as choropleth map.
Easy tool: n/a
Power tool: [Leaflet Maps with Google Sheets](leaflet-maps-with-google-sheets) and other [Leaflet templates](leaflet) | +| Polyline map
![](images/06-map/map-polyline.png) | Best to show routes (such as trails or transit), with colors for different categories.
Easy tool: n/a
Power tool: [Leaflet Maps with Google Sheets](leaflet-maps-with-google-sheets) and other [Leaflet templates](leaflet)| +| Combination map
![](images/06-map/map-point-polygon-polyline.png) | Best to show any combination of points, polygons, or polylines.
Easy tool: n/a
Power tool: [Leaflet Maps with Google Sheets](leaflet-maps-with-google-sheets) and other [Leaflet templates](leafletl) | + +** TO DO ** + +- story map +- heat map +- tab-view map for historical change +- synchronized side-by-side map diff --git a/map/design/README.md b/06.01-map-design.Rmd similarity index 87% rename from map/design/README.md rename to 06.01-map-design.Rmd index b5e59e317..3c5677456 100644 --- a/map/design/README.md +++ b/06.01-map-design.Rmd @@ -1,10 +1,11 @@ -# Map Design Principles -*by [Jack Dougherty](../../introduction/who.md), last updated March 21, 2017* +## Map Design Principles {-} +*last updated March 21, 2017* -## Ask Before You Map +#### Ask Before You Map {-} Before you leap into a mapping project, consider these questions: A) Does your data contain geographic information? Common examples: + - Specific locations or addresses (examples: Trinity College, or 300 Summit St, Hartford, CT) - Latitude and longitude coordinates (example: 41.756, -72.675) - Regions that are legally recognized (such as nations, states, counties, census tracts) or that correspond to a boundary map in your possession (such as designated neighborhoods or health districts) @@ -12,7 +13,9 @@ A) Does your data contain geographic information? Common examples: While there are many more types of geographic information, these examples above are the most common. If your data lacks geographic information, or if you do not possess the corresponding boundary information, it may not be possible to map it. B) Does location really matter to your data story? + Sometimes a well-designed chart, rather than a map, may be the best way to visualize your data story. Consider these alternatives: + - to show change over time across different locations, consider a line chart **insert population change line chart** - to show the relationship between two or more datasets across different locations, consider an XY scatter chart or bubble chart **insert income and test score scatter chart ** @@ -22,10 +25,10 @@ C) If a map is the best way to tell your data story, then choose an appropriate - Pull in relevant principles from the [Chart Design](../chart/design) chapter in this book - Add more map-specific design principles, such as choosing among basemaps to highlight your story -## Design polygon maps with ColorBrewer -One of the most useful tools for creating meaningful polygon (or choropleth) maps is ColorBrewer, http://colorbrewer2.org, created by Cynthia Brewer, Mark Harrower and the Pennsylvania State University. +#### Design polygon maps with ColorBrewer {-} +One of the most useful tools for creating meaningful polygon (or choropleth) maps is ColorBrewer created by Cynthia Brewer, Mark Harrower and the Pennsylvania State University. -![Screenshot: ColorBrewer web interface](colorbrewer.png) +![Screenshot: ColorBrewer web interface](images/06-map/colorbrewer.png) 1) Number of data classes (or "dividers" or "buckets"). More does not necessarily mean better. Try different numbers and color schemes, and decide if you (and your audience) can easily distinguish between them. - a smaller number sorts your data into fewer buckets, and shows a more **coarse map**, but differences in colored ranges become **more visible** @@ -34,6 +37,7 @@ One of the most useful tools for creating meaningful polygon (or choropleth) map ** add screenshot** 2) Nature of data: + - Sequential: best to show steps from lower values (light color) to higher values (dark color) - example: a scale that increases from 1 to 100 - Diverging: best to show extremes (dark colors) around a neutral middle (light color) @@ -44,16 +48,14 @@ One of the most useful tools for creating meaningful polygon (or choropleth) map ** add screenshot ** 3) Pick a color scheme, with options for colorblind-safe and print-friendly. + - Think about the ideal format for your audiences. Are readers more likely to view your visualization on a computer screen, or in print, or both? -4) Click the Export tab to view all options. Some Leaflet map templates in this book use specific color names (such as "red" or "darkgreen") and some use hexadecimal codes, abbreviated as "hex codes" (such as #ff0000 or #336600). To learn more, use a Color Picker tool, such as https://www.w3schools.com/colors/colors_picker.asp +4) Click the Export tab to view all options. Some Leaflet map templates in this book use specific color names (such as "red" or "darkgreen") and some use hexadecimal codes, abbreviated as "hex codes" (such as #ff0000 or #336600). To learn more, use a Color Picker tool, such as -Beware that polygon map design choices about data classes and colors reflect the biases of the author and the software. Read the [Detect Bias in Data Stories](../detect) chapter in this book, especially [How to Lie with Maps](../detect/how-to-lie-with-maps) +Beware that polygon map design choices about data classes and colors reflect the biases of the author and the software. Read the [Detect Bias in Data Stories](detect.html) chapter in this book, especially [How to Lie with Maps](detect.html#how-to-lie-with-maps) -## Learn more +#### Learn more {-} - Axis Maps, "The Basics of Data Classification," 2010, http://axismaps.github.io/thematic-cartography/articles/classification.html - Lisa Charlotte Rost, “Your Friendly Guide to Colors in Data Visualisation,” Lisa Charlotte Rost, April 22, 2016, https://lisacharlotterost.github.io/2016/04/22/Colors-for-DataVis/. - Josh Stevens, "Bivariate Choropleth Maps: A How-To Guide," February 18, 2015, http://www.joshuastevens.net/cartography/make-a-bivariate-choropleth-map/. - -{% footer %} -{% endfooter %} diff --git a/map/batchgeo/README.md b/06.02-batchgeo.Rmd similarity index 67% rename from map/batchgeo/README.md rename to 06.02-batchgeo.Rmd index 5ed6dc650..2aac1105d 100644 --- a/map/batchgeo/README.md +++ b/06.02-batchgeo.Rmd @@ -1,12 +1,14 @@ -# Simple Point Map with BatchGeo -*By [Stacy Lam and Jack Dougherty](../../introduction/who.md), last updated March 16, 2017* +## Simple Point Map with BatchGeo {#batchgeo} +*last updated March 16, 2017* -## Try It -Explore the interactive point map below, or view the full-screen version, created with BatchGeo (http://batchgeo.com). +**TO DO**: BatchGeo changed terms of service to limit free map views to 100. This means that my demo maps may no longer be viewable by users. We should consider pros and cons of dropping this tool from the book. + +#### Try It {-} +Explore the interactive point map below, or [view the full-screen version](https://batchgeo.com/map/8bce6809ea555e48acac7d0bbf396c40), created with BatchGeo . -## Tool Review +#### Tool Review {-} - Pros: - Very easy-to-learn free mapping tool for beginners - Copy and paste data directly into the web interface, or upload with the spreadsheet template @@ -19,13 +21,13 @@ Explore the interactive point map below, or view the full-screen version,created with Google My Maps (https://www.google.com/maps/d/). +#### Try It {-} +Explore the interactive point map below, or [view the full-screen version](https://drive.google.com/open?id=1OPrulm2ISYUb990DJOCoYlt_sWc), created with Google My Maps . -## Tool Review +#### Tool Review {-} - Pros - Easy-to learn free mapping tool to import and style point, polyline, and polygon layers and basemap layers - Share and collaborate through the Google Drive platform @@ -16,51 +16,48 @@ Explore the interactive point map below, or -Let's build a simple point map with sample data, using Google My Maps (https://www.google.com/maps/d/). Requires signing up for a free Google Drive account. +Let's build a simple point map with sample data, using Google My Maps . Requires signing up for a free Google Drive account. -1) Click this link and Save to download to your computer: [sample-address-data in CSV format](https://www.datavizforall.org/map/sample-address-data.csv). CSV means comma-separated values, a generic spreadsheet format that most tools can easily open. For help with downloading, see this [short video tutorial](https://www.youtube.com/watch?v=-04PQldP9HQ). +1) Click this link and Save to download to your computer: [sample-address-data in CSV format](data/sample-address-data.csv). CSV means comma-separated values, a generic spreadsheet format that most tools can easily open. For help with downloading, see this [short video tutorial](https://www.youtube.com/watch?v=-04PQldP9HQ). 2) Open and sign in to Google My Maps https://www.google.com/maps/d/ 3) Click the red + symbol to create a new map, which will be saved automatically to your Google Drive folder. -![Image: Create a new map](mymaps-create-map.png) +![Image: Create a new map](images/06-map/mymaps-create-map.png) 4) In the map layers area, click the blue Import link. Drag-and-drop the CSV address data file into the web interface to import it. -![Image: Import a data layer](mymaps-import.png) +![Image: Import a data layer](images/06-map/mymaps-import.png) -![Image: Drag-and-drop data into My Maps](mymaps-choose-import.png) +![Image: Drag-and-drop data into My Maps](images/06-map/mymaps-choose-import.png) 5) Choose columns to position your placements. Select "Address" for this sample data, then Continue. -![Image: Choose columns to position placemarks ](mymaps-choose-position.png) +![Image: Choose columns to position placemarks ](images/06-map/mymaps-choose-position.png) 6) Choose a column to title your markers. Select "Description" for this sample data, then Finish. -![Image: Choose column to title markers](mymaps-choose-title.png) +![Image: Choose column to title markers](images/06-map/mymaps-choose-title.png) 7) After My Maps uploads and geocodes your sample data, click Open Data Table to inspect the results. -![Image: Open Data Table to inspect geocoding errors](mymaps-fix-errors.png) +![Image: Open Data Table to inspect geocoding errors](images/06-map/mymaps-fix-errors.png) 8) To style the map markers, click Individual Styles. In this sample data, you can select Group Places By > Style By > Group. This will color markers according to the three categories. -![Animation: Style markers by group](mymaps-style-groups-640w.gif) +![Animation: Style markers by group](images/06-map/mymaps-style-groups-640w.gif) 9) To publish your map on the web, click Share, add a map title, change from Private to Public on the Web, so that anyone can view your map. Click Save and Done. -![Image: Share link](mymaps-share.png) +![Image: Share link](images/06-map/mymaps-share.png) -10) To embed the map on your own website, click the three vertical dots next to the map title for more options, and select Embed On My Site. The tool will generate an iframe code for you to copy. For next steps, go to the [Embed on Your Web](../../embed) chapters in this book. +10) To embed the map on your own website, click the three vertical dots next to the map title for more options, and select Embed On My Site. The tool will generate an iframe code for you to copy. For next steps, go to the [Embed on Your Web](embed.html) chapters in this book. -![Image: Embed map on your site](mymaps-embed.png) +![Image: Embed map on your site](images/06-map/mymaps-embed.png) -## Learn more -- Google My Maps Help Page https://support.google.com/mymaps/answer/3024396 - -{% footer %} -{% endfooter %} +#### Learn more {-} +- Google My Maps Help Page diff --git a/map/carto/README.md b/06.04-carto.Rmd similarity index 67% rename from map/carto/README.md rename to 06.04-carto.Rmd index ff23f81d1..a4dc1bb4a 100644 --- a/map/carto/README.md +++ b/06.04-carto.Rmd @@ -1,12 +1,17 @@ -# Point Map with Carto Builder -*By [Jack Dougherty](../../introduction/who.md), last updated March 15, 2017* +## Point Map with Carto Builder {#carto} +*last updated March 15, 2017* -## Try It -Explore the interactive point map below, or view the full-screen version,created with Carto Builder (https://carto.com). +#### TO DO {-} +- Test this tool and decide if it still warrants inclusion in this book +- See note about old versus newer Cartobuilder -- still relevant? +- if this tool stays in the book, check the iframe below to see if update is needed + +#### Try It {-} +Explore the interactive point map below, or [view the full-screen version](https://jackdougherty.carto.com/builder/1abbb430-ec89-11e6-a661-0e05a8b3e3d7/embed) ,created with Carto Builder . -## Tool Review +#### Tool Review {-} - Pros: - Free and powerful drag-and-drop map tool in the browser - Customize point markers and polygon colors by data values @@ -16,20 +21,20 @@ Explore the interactive point map below, or -***Before you begin:*** This tutorial uses the newer Carto Builder, rather than older Carto Editor tool. Learn more at https://carto.com/learn/guides/intro/migrating-from-carto-editor-to-carto-builder If you have an old Carto account that has not automatically updated to the new Builder tool, you may need to create a brand-new account to use this tutorial. +***Before you begin:*** This tutorial uses the newer Carto Builder, rather than older Carto Editor tool. Learn more at . If you have an old Carto account that has not automatically updated to the new Builder tool, you may need to create a brand-new account to use this tutorial. -Let's build a simple point map with sample data, using Carto Builder (https:/carto.com). Requires signing up for a free account. +Let's build a simple point map with sample data, using Carto Builder . Requires signing up for a free account. -1) Click this link and Save to download to your computer: [sample-address-data in CSV format](https://www.datavizforall.org/map/sample-address-data.csv). CSV means comma-separated-values, a generic spreadsheet format that many tools can easily open. +1) Click this link and Save to download to your computer: [sample-address-data in CSV format](data/sample-address-data.csv). CSV means comma-separated-values, a generic spreadsheet format that many tools can easily open. -2) Open Carto in your browser https://carto.com +2) Open Carto in your browser . 3) The Carto Dashboard displays two views: Maps and Datasets. Always begin with Datasets, then move to Maps. (Hint: If your dashboard looks very different than mine, then you might still be using the older Carto Editor, rather than the newer Carto Builder.) -![Image: Carto Builder dashboard: Begin with Datasets](carto-dashboard-maps-datasets.png) +![Image: Carto Builder dashboard: Begin with Datasets](images/06-map/carto-dashboard-maps-datasets.png) 4) First, connect your dataset, and soon we'll turn it into a map. Click blue button to add New Dataset. @@ -54,13 +59,13 @@ Let's build a simple point map with sample data, using Carto Builder (https:/car 14) In Style options, for Aggregation select none (the default). 15) Under Style options: + - select Fill Number to change circle sizes - enter a larger size, such as 13, to make our sample points more visible - - select Fill Color to change circle color - switch from Solid (all points are same color) to By Value, and scroll down to Group (at the bottom) to automatically color by categories for this sample data. (Hint: If you don't see Group in the menu, click somewhere else and try it again.) -![Image: Style points by value](carto-point-style-value.png) +![Image: Style points by value](images/06-map/carto-point-style-value.png) 16) In the Pop-up tab, select a Window Style, then select boxes in Show Items to display. @@ -70,14 +75,11 @@ Let's build a simple point map with sample data, using Carto Builder (https:/car 19) To publish your map on the web: Next to your map file name, click the blue “back” arrow (NOT your browser back button) to return to the data layer. Click the green Public button, and on the next screen, click the blue Publish button. -![Image: Click to rename or publish your map](carto-publish-map.png) +![Image: Click to rename or publish your map](images/06-map/carto-publish-map.png) 20) On the next screen, Get The Link generates a weblink to your map, and Embed It generates an iframe code to insert the live map in your website. For next steps, go to the [Embed on Your Web](../../embed) chapters in this book. 21) If you make edits to your map, you must click the blue Update button to republish your map to the web. -## Learn more -- Getting Started with Carto Builder https://carto.com/learn/guides/intro/getting-started-with-carto-builder - -{% footer %} -{% endfooter %} +#### Learn more {-} +- Getting Started with Carto Builder diff --git a/map/socrata/README.md b/06.05-filtered-point-map-socrata.Rmd similarity index 86% rename from map/socrata/README.md rename to 06.05-filtered-point-map-socrata.Rmd index dcb8b9854..b6fc43999 100644 --- a/map/socrata/README.md +++ b/06.05-filtered-point-map-socrata.Rmd @@ -1,6 +1,5 @@ -# Filtered Point Map with Socrata Open Data - -*By [Veronica X. Armendariz and Jack Dougherty](../../introduction/who.md), last updated March 16, 2016* +## Filtered Point Map with Socrata Open Data {#filtered-point-map-socrata} +*by [Veronica X. Armendariz and Jack Dougherty](authors), last updated March 16, 2016* Open data repositories recently launched by [the State of Connecticut](http://data.ct.gov) and [the City of Hartford](http://data.hartford.gov) both use [the Socrata platform](http://www.socrata.com), which offer user-friendly ways to view, filter, and export data. Also, the Socrata platform includes built-in support to create interactive charts and maps, and to embed them on your own websites. This tutorial demonstrates these features by creating an interactive point map of selected schools from the Connecticut Education Directory in the state data portal. The final product looks like this: @@ -10,60 +9,57 @@ One advantage of creating data visualizations directly on an open data platform But there are limitations to creating your chart or map on an open data repository platform. First, if the agency stops using the platform, or changes the structure of the underlying data, your online chart or map may stop functioning. Second, you are usually limited to using data tables and geographic boundaries that already exist on that platform, since importing your own may not be an option. -If these limitations concern you, a simple alternative is to export data from the open repository (which means that any "live" data would become "static" data), and import it into your preferred dataviz tool, such as those described in other chapters of this book. A second, more advanced alternative, is to learn how to pull live data from the repository directly into your dataviz, using an Application Programming Interface (API), which requires coding skills that are beyond the scope of this tutorial. (To learn more about the Socrata API: https://dev.socrata.com/.) +If these limitations concern you, a simple alternative is to export data from the open repository (which means that any "live" data would become "static" data), and import it into your preferred dataviz tool, such as those described in other chapters of this book. A second, more advanced alternative, is to learn how to pull live data from the repository directly into your dataviz, using an Application Programming Interface (API), which requires coding skills that are beyond the scope of this tutorial. To learn more about the Socrata API: . -## Steps to create a filtered point map -Sign up for a free account ID on any Socrata platform, such as https://data.ct.gov/signup. One account will work on all Socrata sites. +#### Steps to create a filtered point map {-} +Sign up for a free account ID on any Socrata platform, such as . One account will work on all Socrata sites. -![](SocrataMap1.png) +![](images/06-map/SocrataMap1.png) Select your desired dataset in Socrata. In this tutorial, we will use CT Open Data > Education > [CT Education Directory](https://data.ct.gov/Education/Education-Directory/9k2y-kqxn). The data table must include a location column that includes geocoordinates. If there is address data but no geocoordinates, then post a suggestion to the Socrata site administrator to add a geocoded column. -![](SocrataMap2.png) +![](images/06-map/SocrataMap2.png) Filter the data to display only the desired rows. The CT Education Directory lists both district offices and school addresses, but for this map we only wish to display the latter. On the top-right corner of the table, click the Filter tab. -![](SocrataMap3.png) +![](images/06-map/SocrataMap3.png) Add a New Filter Condition, which displays only the rows you select. In this tutorial, select “Organization Type” and “is”, then type the exact name from the table, such as “Public Schools.” Be sure to type it correctly or the filter may not work. If you wish to select multiple types, add a new filter condition for each. In this tutorial, we also will filter for other types: Public Charter Schools, CT Technical High Schools, Regional Schools, State Agency Facilities, Endowed and Incorporated Academies Schools, and Regional Education Service Center Schools. -![](SocrataMap4.png) +![](images/06-map/SocrataMap4.png) Select the Visualize tab and choose Map, which will display several options. First, under Config for Education Direction, select Point Map as the Plot Style, and choose the Location column to identify the geocoordinates. -![](SocrataMap5.png) +![](images/06-map/SocrataMap5.png) Further below in the Visualize > Map options, select the checkbox for Advanced Config for the Education Directory to edit the Flyout Details (similar to a pop-up information window) that displays details when users click on a map point. Select data items you wish to display, such as Title: Name, and additional Flyout Details: Organization Type, Location I, and Website. Further down, select the “w/o labels” checkbox to avoid displaying the column headers in your flyout details. -![](SocrataMap6.png) +![](images/06-map/SocrataMap6.png) In Visualize > Map > Base Maps, select your desired background map, such as Google Roadmap. -![](SocrataMap7.png) +![](images/06-map/SocrataMap7.png) Add a legend to display once you build the map. In the Advanced Configuration area, select the Legend Configuration checkbox and mark its position. After selecting all of these map options, click Apply. Socrata will generate your map with default point colors. Double-check to make sure your data appear, and that your Visualize settings are correct, before moving to the next step. -![](SocrataMap8.png) +![](images/06-map/SocrataMap8.png) Assign point colors and legend labels by returning to the Filter tab, and select Conditional Formatting. Understand the difference between these two features. Previously, we used Filter to display only selected types of data (in this case, school buildings, rather than district administrative offices). Now, we will use Conditional Formatting to assign color codes and labels to our filtered data. -![](SocrataMap9.png) +![](images/06-map/SocrataMap9.png) In the Conditional Formatting section, type a name into the Description that you wish to display in the legend. You may type a shorter name than the longer name that appears in the data table, such as “Charter Schools” instead of the longer “Public Charter Schools.” Also, select a color for each Description. -![](SocrataMap10.png) +![](images/06-map/SocrataMap10.png) Continue to add Conditional Formatting by defining the data columns. In this example, select “All Conditions Apply,” choose “Organization Type” and “Is”, then type the category exactly as it appears in the data table (such as Public Charter Schools). For this map of schools in the CT Education Directory data table, we added several more types (Regional Schools, CT Technical High Schools, etc.) and also added a second rule to identify Magnet Schools (where Organization Type is Public Schools, and Interdistrict Schools is 1). -![](SocrataMap11.png) +![](images/06-map/SocrataMap11.png) After setting all of your Conditional Formatting, press Apply at the bottom of the tab. Double-check that your visualization appears exactly as you wish, then Save As under an appropriate name. Note that your visualization will become **publicly visible** to other users on the Socrata open data platform, though you have the option to remove it via your individual profile view. -![](SocrataMap12.png) - -Visualizations created in the Socrata platform produce HTML iframe codes, which allows you to embed the dataviz in your own website. Select the Embed tab to view and copy the code. Then go to the [Embed on the Web](../../embed) chapters in this book. +![](images/06-map/SocrataMap12.png) -![](SocrataMap13.jpg) +Visualizations created in the Socrata platform produce HTML iframe codes, which allows you to embed the dataviz in your own website. Select the Embed tab to view and copy the code. Then go to the [Embed on the Web](embed.html) chapters in this book. -{% footer %} -{% endfooter %} +![](images/06-map/SocrataMap13.jpg) diff --git a/map/socialexplorer/README.md b/06.06-social-explorer.Rmd similarity index 77% rename from map/socialexplorer/README.md rename to 06.06-social-explorer.Rmd index 3feca7b3b..3ca8e53d1 100644 --- a/map/socialexplorer/README.md +++ b/06.06-social-explorer.Rmd @@ -1,46 +1,43 @@ -# Create Polygon Maps and Storyboards with Free Social Explorer +## Polygon Maps and Storyboards with Social Explorer {#social-explorer} -*by [Jack Dougherty](../../introduction/who.md), last updated February 2016* +*last updated February 2016* -The Social Explorer free edition (http://socialexplorer.com) offers one solution to creating colored polygon maps with US Census demographic data. Explore the embedded sample map below. +The Social Explorer free edition offers one solution to creating colored polygon maps with US Census demographic data. Explore the embedded sample map below. -## Advantages: +#### Advantages {-} - Quick and easy-to-learn - Free edition includes basic census data - Export your static maps into presentation slides - Share link or embed iframe to your interactive map -## Limitations: +#### Limitations {-} - Maps are limited to the demographic data inside the tool. - Polygon map boundaries are limited to state, county, census tract. The tool does not display municipal data for cities, towns, etc. - Full census and historical data requires professional subscription. - Pro subscription available through several academic libraries, but few public libraries. -## Quick overview of features +#### Quick overview of features {-} -Start at the Social Explorer website (http://socialexplorer.com) and click on Maps. This tutorial demonstrates features available on the free edition. +Start at the Social Explorer website and click on Maps. This tutorial demonstrates features available on the free edition. -![](SE-home.png) +![](images/06-map/SE-home.png) The default map view shows US population density, based on the American Community Survey (ACS) 5-year estimates. Click the Change Data button to explore other options. -![](SE-default-map.png) +![](images/06-map/SE-default-map.png) Geographic boundaries automatically change with the zoom level. As you zoom in, the data levels automatically shift from state, to county, to census tract. -![](SE-data-levels.png) +![](images/06-map/SE-data-levels.png) Click the Share button to copy the link to your map, or the iframe code to embed it inside your own website. -![](SE-share-embed.png) +![](images/06-map/SE-share-embed.png) Create a free account to save your online map views. Click the Tell a Story button, add a series of interactive map views, and show change over time. -![](SE-tell-a-story.png) +![](images/06-map/SE-tell-a-story.png) All of the steps above can be done with the free version, but data is limited. Check if an academic library near you has a professional subscription. - -{% footer %} -{% endfooter %} diff --git a/embed/README.md b/07-embed.Rmd similarity index 73% rename from embed/README.md rename to 07-embed.Rmd index 958c2b774..154ca9d4a 100644 --- a/embed/README.md +++ b/07-embed.Rmd @@ -1,24 +1,24 @@ -# Embed on your Web -*by [Jack Dougherty, Stacy Lam, and David Tatem](../introduction/who.md), last updated on March 15, 2017* +# Embed On Your Web {#embed} +*by [Jack Dougherty, Stacy Lam, and David Tatem](authors), last updated on March 15, 2017* After you create a chart or map, how do display it inside your website as an *interactive* visualization? Our goal is not a static picture, but a live chart or map that users can explore. This is an important question for beginners, since data visualizations are not valuable unless you can control where and how your work appears. This chapter walks you through the key steps. First, you need to own a website that supports iframe codes (which we'll explain below). If you do not have a website that supports this, then follow this quick tutorial to [Create a simple web page with GitHub Pages](github-pages). Even if you already have a website, still do this tutorial, because it introduces a tool used many times in this book. Second, you need to copy or create an iframe code from your chart or map. An iframe is one line of HTML code with instructions on how to display a web page from a specific address (called a URL). A simple iframe looks like this: -``` + +```html ``` No coding skills are necessary. See these easy-to-follow examples: + -[Copy iframe from a Google Sheets chart](iframe-google-sheets/) -[Convert a link into an iframe](link-to-iframe) Finally, you need to paste (or embed) the iframe code inside your website. Like a picture frame, an iframe allows you to display one web page (your data visualization) inside another web page (your personal website). But unlike a picture frame, where the image is static, an iframe makes content interactive, so visitors can explore the chart or map on your site, even though it may actually be hosted on an entirely different website. Go to this third tutorial, which combines the two steps above, called [Embed iFrame in GitHub Pages](iframe-github). -See more tutorials in this chapter to copy iframes from other visualization tools (such as [Tableau Public](iframe-tableau)) and embed them in other common websites (such as [WordPress](iframe-wordpress), etc.) ** TO DO: add more tutorials and links ** +See more tutorials in this chapter to copy iframes from other visualization tools (such as [Tableau Public](iframe-tableau) and embed them in other common websites (such as [WordPress](iframe-wordpress), etc.) ** TO DO: add more tutorials and links ** -**[Enroll in our free online course](../../enroll)**, which introduces these topics in the brief video below, and offers more exercises and opportunities to interact with instructors and other learners. -{%youtube%}RP1Zg_kbVGQ{%endyoutube%} +Enroll in our free online course **link to do**, which introduces these topics in the brief video below, and offers more exercises and opportunities to interact with instructors and other learners. -{% footer %} -{% endfooter %} + diff --git a/embed/github-pages/README.md b/07.01-github-pages.Rmd similarity index 81% rename from embed/github-pages/README.md rename to 07.01-github-pages.Rmd index 3ec0a6385..edfbcee6f 100644 --- a/embed/github-pages/README.md +++ b/07.01-github-pages.Rmd @@ -1,17 +1,19 @@ -# Create a Simple Web Page with GitHub Pages -*by [Jack Dougherty](../introduction/who.md), last updated March 15, 2017* +## Create a Simple Web Page with GitHub Pages {#github-pages} +*last updated March 15, 2017* Question: After you create an interactive chart or map, how do you embed the live version in a website that you control? The full answer requires three steps: + - 1) Create a web page that supports iframe codes - 2) Copy or create an iframe code from your visualization - 3) Embed (or paste) the iframe code into your web page -This tutorial focuses on the **first step**. If you don't already have your own website, or if you are not sure whether your site supports iframe codes, then follow the steps below. We will create a simple web page with a free and friendly tool called GitHub (http://github.com), and host it on the public web with the built-in GitHub Pages feature. For **steps 2 and 3**, see the [Copy iframe from Google Sheets](../iframe-google-sheets) tutorial and the [Embed iFrame in GitHub Pages](../iframe-github/) tutorial in this chapter. +This tutorial focuses on the **first step**. If you don't already have your own website, or if you are not sure whether your site supports iframe codes, then follow the steps below. We will create a simple web page with a free and friendly tool called GitHub , and host it on the public web with the built-in GitHub Pages feature. For **steps 2 and 3**, see the [Copy iframe from Google Sheets](iframe-google-sheets) tutorial and the [Embed iFrame in GitHub Pages](iframe-github/) tutorial in this chapter. + +#### Tool Review {-} +GitHub is a versatile tool that can be used to create simple web pages. -## Tool Review -GitHub (http://github.com) is a versatile tool that can be used to create simple web pages. - Pros: - Free and easy-to-learn tool to edit and host simple pages on the public web. - All steps below can be completed in your web browser. @@ -19,17 +21,17 @@ GitHub (http://github.com) is a versatile tool that can be used to create simple - All work on GitHub is public by default. Private repositories (folders) require payment. - New users sometimes confuse the links for code repositories versus published web pages. -## Video with step-by-step tutorial -{%youtube%}AFdogZFyN0c{%endyoutube%} +#### Video with step-by-step tutorial {-} + -1) Sign up for free GitHub account, then sign in, at http://github.com. +1) Sign up for free GitHub account, then sign in, at . 2) Create a new repository (also called a "project" or similar to a "folder"). 3) Name your repository (or "repo"), and select Initialize with a README file. Optional steps: add a description and select a license. 4) Scroll down and click the green button to Create your repo, which will appear in a new browser tab, with this URL format: -``` +```html https://github.com/YOUR-USERNAME/YOUR-REPO-NAME ``` @@ -38,7 +40,7 @@ https://github.com/YOUR-USERNAME/YOUR-REPO-NAME Hint: Do NOT select Theme Chooser for this exercise. It will create additional files that will interfere with displaying an iframe in your README.md file. 6) When the Settings page refreshes, scroll back down to GitHub Pages to see the new link to your published website, which will appear in this format: -``` +```html https://YOUR-USERNAME.github.io/YOUR-REPO-NAME ``` @@ -56,6 +58,3 @@ https://YOUR-USERNAME.github.io/YOUR-REPO-NAME **BE PATIENT!** Your new site may not appear instantly. Refresh the browser every 10 seconds. You may need to wait up to 1 minute for a new site to appear the first time, but later changes will be much faster. Remember that GitHub Pages is designed to create simple web pages and sites. See other web publishing tools mentioned in this chapter to create more sophisticated web sites. - -{% footer %} -{% endfooter %} diff --git a/embed/iframe-google-sheets/README.md b/07.02-iframe-google-sheets.Rmd similarity index 66% rename from embed/iframe-google-sheets/README.md rename to 07.02-iframe-google-sheets.Rmd index f6c941830..dd12923b4 100644 --- a/embed/iframe-google-sheets/README.md +++ b/07.02-iframe-google-sheets.Rmd @@ -1,39 +1,38 @@ -# Copy an iframe code from a Google Sheets interactive chart -*by [Jack Dougherty](../introduction/who.md), last updated March 6, 2017* +## Copy an iframe code from a Google Sheets interactive chart {#iframe-google-sheets} +*last updated March 6, 2017* Question: After you create an interactive chart or map, how do you embed the live version in a website that you control? The full answer requires three steps: + - 1) Create a web page that supports iframe codes - 2) Copy the iframe code from your visualization - 3) Embed (or paste) the iframe code into your web page -This tutorial focuses on the **second step**, and shows how to publish a Google Sheets interactive chart, and copy its iFrame code. Details may differ for other visualization tools, but the general iframe concept will be similar to most cases. For **steps 1 and 3**, see the [Create a Simple Web Page with GitHub Pages](../github-pages/README.md) tutorial and the [Embed iFrame in GitHub Pages](../iframe-github/) tutorial in this chapter. +This tutorial focuses on the **second step**, and shows how to publish a Google Sheets interactive chart, and copy its iFrame code. Details may differ for other visualization tools, but the general iframe concept will be similar to most cases. For **steps 1 and 3**, see the [Create a Simple Web Page with GitHub Pages](github-pages) tutorial and the [Embed iFrame in GitHub Pages](iframe-github/) tutorial in this chapter. -## Tutorial +#### Tutorial {-} -1) Create a Google Sheets chart, which requires a free Google Drive account. Learn more in the [Google Sheets Charts tutorial](../../chart/google-sheets) in this book. +1) Create a Google Sheets chart, which requires a free Google Drive account. Learn more in the [Google Sheets Charts tutorial](charts-google-sheets) in this book. 2) Click the drop-down menu in the upper-right corner of the interactive chart and select Publish chart. Click OK on next screen. -![Screenshot: Drop-down menu to publish a Google Sheets chart](google-sheets-chart-menu-publish.png) +![Screenshot: Drop-down menu to publish a Google Sheets chart](images/07-embed/google-sheets-chart-menu-publish.png) 3) Select the Embed tab, select the Interactive version, and click the blue Publish button. If you make changes to the chart, they will continue to be published to the web automatically, unless you click the Stop button or checkbox at the bottom. -![Screenshot: Publish to the web for a Google Sheets chart](google-sheets-publish.png) +![Screenshot: Publish to the web for a Google Sheets chart](images/07-embed/google-sheets-publish.png) 4) Copy the iframe embed code. -![Screenshot: Copy the iframe code from a Google Sheets chart](google-sheets-publish-copy-iframe.png) +![Screenshot: Copy the iframe code from a Google Sheets chart](images/07-embed/google-sheets-publish-copy-iframe.png) No coding skills are necessary, but it helps to be code-curious. This iframe is a line of HTML code that contains these instructions: + - iframe tags to mark the beginning and end - width and height: to display your chart in a second site, in pixels - seamless frameborder: "0" means no border will appear around the chart in the second site - scrolling: "no" means the chart will not include its own web scrolling feature - src: the web address (or URL) of the visualization to be displayed in the second site -See the next tutorial in this chapter, [Embed iFrame in GitHub Pages](../iframe-github/), to learn how to paste the iframe into a simple web page. Or see related tutorials in this chapter to embed an iframe in other common web sites. - -{% footer %} -{% endfooter %} +See the next tutorial in this chapter, [Embed iFrame in GitHub Pages](iframe-github), to learn how to paste the iframe into a simple web page. Or see related tutorials in this chapter to embed an iframe in other common web sites. diff --git a/embed/link-to-iframe/README.md b/07.03-link-to-iframe.Rmd similarity index 62% rename from embed/link-to-iframe/README.md rename to 07.03-link-to-iframe.Rmd index c10b6e559..4551cc6a8 100644 --- a/embed/link-to-iframe/README.md +++ b/07.03-link-to-iframe.Rmd @@ -1,36 +1,36 @@ -# Convert a Weblink into an iFrame -*by [Jack Dougherty](../introduction/who.md), last updated March 15, 2017* +## Convert a Weblink into an iFrame {#link-to-iframe} +*last updated March 15, 2017* After you publish your data visualization to the web, how do you convert its weblink (or URL) into an iFrame, to embed in your personal website? The answer depends: did you publish your visualization as a code template on GitHub Pages? Or did you publish it using a drop-and-drag tool such as Google Sheets or Tableau Public? -## Published with a code template on GitHub Pages +#### Published with a code template on GitHub Pages {-} If you published your visualization from a code template (such as Leaflet or Highcharts) with GitHub Pages, follow these easy steps: 1) Copy the URL of your published visualization on GitHub, which will be in this format: -``` +```html https://USERNAME.github.io/REPOSITORY ``` -2) Add ```iframe``` tags to the beginning and end, insert ```src=``` and enclose the URL inside quotation marks, like this: -``` +2) Add `iframe` tags to the beginning and end, insert `src=` and enclose the URL inside quotation marks, like this: +```html ``` 3) Optional: Insert preferred width and height (in pixels by default, or percentages), like this: -``` +```html ``` 4) Go to the appropriate tutorial to embed your iframe in your personal website: -- [Embed an iframe in GitHub Pages](../iframe-github) -- [Embed an iframe in WordPress.org](../iframe-wordpress) -## Published with Google Sheets or Tableau Public +- [Embed an iframe in GitHub Pages](iframe-github) +- [Embed an iframe in WordPress.org](iframe-wordpress) + +#### Published with Google Sheets or Tableau Public {-} + Or, if you published your visualization using a drop-and-drag tool, see these tutorials: -- [Copy an iframe code from a Google Sheets interactive chart](../iframe-google-sheets) -- [Embed Tableau Public on your Website](../tableau) -{% footer %} -{% endfooter %} +- [Copy an iframe code from a Google Sheets interactive chart](iframe-google-sheets) +- [Embed Tableau Public on your Website](iframe-tableau) diff --git a/embed/iframe-github/README.md b/07.04-iframe-github.Rmd similarity index 82% rename from embed/iframe-github/README.md rename to 07.04-iframe-github.Rmd index 8dbd0aeea..86434b6e7 100644 --- a/embed/iframe-github/README.md +++ b/07.04-iframe-github.Rmd @@ -1,41 +1,40 @@ -# Embed a Data Visualization iframe in GitHub Pages -*by [Jack Dougherty](../introduction/who.md), last updated March 6, 2017* +## Embed an iframe in GitHub Pages {#iframe-github} +*last updated March 6, 2017* Question: After you create an interactive chart or map, how do you embed the live version in a website that you control? -Here's the full three-step answer that combines lessons from the [Embed on the Web chapter introduction](../embed) and the two previous tutorials: +Here's the full three-step answer that combines lessons from the [Embed on the Web chapter introduction](embed) and the two previous tutorials: -1) First, create a web page that supports iFrame embed codes. If you don't know what that means or don't yet have a personal website, go back to the previous tutorial, [Create a Simple Web Page with GitHub Pages](../github-pages), or see the video and step-by-step instructions below. +1) First, create a web page that supports iFrame embed codes. If you don't know what that means or don't yet have a personal website, go back to the previous tutorial, [Create a Simple Web Page with GitHub Pages](github-pages), or see the video and step-by-step instructions below. -2) Second, copy or create an iframe code from your data visualization. Go back to the previous tutorial, [Copy an iframe code from a Google Sheets interactive chart](../iframe-google-sheets), or see the video and step-by-step instructions below. +2) Second, copy or create an iframe code from your data visualization. Go back to the previous tutorial, [Copy an iframe code from a Google Sheets interactive chart](iframe-google-sheets), or see the video and step-by-step instructions below. 3) Third, embed (or paste) the iframe code into your website. The video and instructions below show how to paste an iframe from a Google Sheets interactive chart into a simple web page with GitHub Pages. -## Try it +#### Try it {-} The goal is to embed the iframe code from a Google Sheets interactive chart, which resides on a Google web server, into your GitHub Pages web site. The result will be similar to the one below: -## Video tutorial and step-by-step instructions +#### Video tutorial and step-by-step instructions {-} + -{%youtube%}enjhlnqaXOE{%endyoutube%} - -1) Sign up for free GitHub account, then sign in, at http://github.com +1) Sign up for free GitHub account, then sign in, at . 2) Create a new repository (also called a "project" or similar to a "folder") 3) Name your repository (or "repo"), and select Initialize with a README file. Optional steps: add a description and select a license. 4) Scroll down and click the green button to Create your repo, which will appear in a new browser tab, with this URL format: -``` +```html https://github.com/YOUR-USERNAME/YOUR-REPO-NAME ``` 5) In your GitHub repo, click on Settings, scroll down to GitHub Pages, select Master branch as your source, then Save. This publishes the code from your repo to the public web. 6) When the Settings page refreshes, scroll back down to GitHub Pages to see the new link to your published website, which will appear in this format: -``` +```html https://YOUR-USERNAME.github.io/YOUR-REPO-NAME ``` @@ -55,9 +54,7 @@ https://YOUR-USERNAME.github.io/YOUR-REPO-NAME **BE PATIENT!** Your new site may not appear instantly. Refresh the browser every 10 seconds. You may need to wait up to 1 minute for a new site to appear the first time, but later changes will be much faster. Important: + - A published README.md file will display an HTML iframe code, unless you add other HTML files (such as index.html) to your repository. Remember that GitHub Pages is designed to create simple web pages and sites. See other web publishing tools mentioned in this chapter to create more sophisticated web sites. - -{% footer %} -{% endfooter %} diff --git a/embed/iframe-wordpress/README.md b/07.05-iframe-wordpress.Rmd similarity index 87% rename from embed/iframe-wordpress/README.md rename to 07.05-iframe-wordpress.Rmd index 42bfa993e..fee34a7d8 100644 --- a/embed/iframe-wordpress/README.md +++ b/07.05-iframe-wordpress.Rmd @@ -1,9 +1,9 @@ -# Embed an iFrame on WordPress.org +## Embed an iFrame on WordPress.org {#iframe-wordpress} +*Last updated February 11, 2016* -*Last updated by [Jack Dougherty](../../introduction/who.md) on February 11, 2016* - -**TO DO** +#### TO DO {-} - rewrite this tutorial to merge the two versions (top and bottom) +- then update all links and check all `code` tags To embed one web page (the data visualization) inside a second web page (the organization's website), we use a simple HTML code known as **iframe**. (Read more about the iframetag at W3Schools.) @@ -13,20 +13,20 @@ The **general iframe concept** works across many data visualization tools and ma To embed your dataviz in a self-hosted Wordpress.org site, the [iframe plugin] (http://wordpress.org/plugins/iframe/) must be installed and activated. This plugin allows authors to embed iframe codes inside posts/pages, in a modified "shortcode" format surrounded by square brackets. Without the plugin, self-hosted WordPress.org sites will usually "strip out" iframe codes for all users except the site administrator. **I have already installed and activated** the iframe plugin on my site, and the Dashboard view looks like this: -![](WordPressOrg-iframe-plugin-activate.jpg) +![](images/07-embed/WordPressOrg-iframe-plugin-activate.jpg) Note that most WordPress.com sites do NOT support an iframe embed code. But details vary, so read and experiment with the examples that follow. -5) To embed the iframe in a WordPress.org site, the iframe plugin must be installed, as explained in the [Embed with iframe on WordPress.org](embed/iframe-wordpress) chapter. +5) To embed the iframe in a WordPress.org site, the iframe plugin must be installed, as explained in the [Embed with iframe on WordPress.org](iframe-wordpress) chapter. **TO DO** fix self-reference 6) Log into your Wordpress.org site and create a new post. In the editor window, switch from the Visual to the Text tab, which allows users to modify the code behind your post. Paste the iframe code from your interactive dataviz. -![](WordPressOrg-text-tab-paste-iframe.png) +![](images/07-embed/WordPressOrg-text-tab-paste-iframe.png) -7) Initially, the code you pasted includes HTML iframe tags at the front (), which looks like this: +7) Initially, the code you pasted includes HTML iframe tags at the front ``, which looks like this: ```javascript @@ -34,7 +34,7 @@ But details vary, so read and experiment with the examples that follow. 8) Modify the front end of the iframe code by replacing the less-than symbol ( < ) with a square opening bracket ( [ ). Modify the back end by erasing the greater-than symbol ( > ) and the end tag ( ). Replace the back end with a square closing bracket ( ] ). -![](WordPressOrg-replace-with-bracket.png) +![](images/07-embed/WordPressOrg-replace-with-bracket.png) Your modified code should look like this: ``` @@ -45,10 +45,6 @@ Your modified code should look like this: 10) If desired, continue to modify the iframe code to improve the display of your dataviz on your website. For example, the initial code was 600 pixels wide (width="600"). To display the dataviz across the full width of your website, change this part of the code to 100% (width="100%"). - The goal is to embed an interactive chart inside your website, so that users can explore the data. This tutorial displays a *very basic chart* to simplify the process, and the end result will appear like the one below. Try it. - -{% footer %} -{% endfooter %} diff --git a/embed/tableau/README.md b/07.06-iframe-tableau.Rmd similarity index 84% rename from embed/tableau/README.md rename to 07.06-iframe-tableau.Rmd index 744282636..d9a882804 100644 --- a/embed/tableau/README.md +++ b/07.06-iframe-tableau.Rmd @@ -1,29 +1,30 @@ -# Embed Tableau Public on your Website -*by [Jack Dougherty](../../introduction/who.md), last updated March 10, 2017* +## Embed Tableau Public on your Website {#iframe-tableau} +*last updated March 10, 2017* -Question: After learning [how to create an interactive data visualization with Tableau Public](../../chart/tableau) in this book, how do I embed it on my website? +Question: After learning [how to create an interactive data visualization with Tableau Public](tableau-public) in this book, how do I embed it on my website? Answer: Tableau Public supports two embedding methods, and your choice depends on your type of website. + - A) Embed code: if you can paste directly into an HTML web page - B) Convert Link to iFrame: to paste into WordPress.org, Wix, SquareSpace, Weebly, and many other web platforms -## Try it +#### Try it {-} Both methods produce an embedded visualization like the one below. Float your cursor over points to view data details. -## A) Embed code method for HTML web pages +#### A) Embed code method for HTML web pages {-} 1) Use this method if you can paste HTML and JavaScript code directly into a website with HTML pages. -2) Go to the public web page of any Tableau Public visualization, such as this sample: https://public.tableau.com/profile/jackdougherty#!/vizhome/CTSchoolDistrictsbyIncomeandGradeLevels2009-13/Sheet1 +2) Go to the public web page of any Tableau Public visualization, such as this sample: 3) Before you begin the embed process, click the upper-right Edit Details button to make any final modifications to the title or toolbar settings. 4) Click the bottom-right Share button, click inside the **Embed Code** field, and copy its contents. A typical embed code is a long string of HTML and JavaScript instructions to display the visualization. -![Screenshot: Edit and Share buttons in Tableau Public web page ](tableau-edit-share.png) +![Screenshot: Edit and Share buttons in Tableau Public web page](images/07-embed/tableau-edit-share.png) 5) Open an HTML page on your website and paste the embed code in the body section. Below is an example of a sample Tableau Public embed code pasted between the body tags of a simple HTML page. @@ -41,17 +42,17 @@ Both methods produce an embedded visualization like the one below. Float your cu ``` -## B) Convert Link to iFrame method +#### B) Convert Link to iFrame method {-} 1) Use this method if you need to paste an iframe into common web authoring platforms (such as WordPress.org, Squarespace, Wix, Weebly, etc.), since these platforms typically do not support HTML and JavaScript code pasted directly into content. -2) Go to the public web page of any Tableau Public visualization, such as this sample: https://public.tableau.com/profile/jackdougherty#!/vizhome/CTSchoolDistrictsbyIncomeandGradeLevels2009-13/Sheet1 +2) Go to the public web page of any Tableau Public visualization, such as this sample: 3) Before you begin the embed process, click the upper-right Edit Details button to make any final modifications to the title or toolbar settings. 4) Click the bottom-right Share button, click inside the **Link** field (NOT the Embed Code field), and copy its contents. -![Screenshot: Edit and Share buttons in Tableau Public web page ](tableau-edit-share.png) +![Screenshot: Edit and Share buttons in Tableau Public web page](images/07-embed/tableau-edit-share.png) 5) A typical link will look similar to this example (scroll to right to see all): @@ -97,14 +98,11 @@ Hint: Insert 90% width, rather than 100, to help readers easily scroll down your ``` -Exceptions to the last step above. As described in the [Embed iFrame on WordPress](../embed/iframe-wordpress) chapter in this book, in a self-hosted WordPress.org site, with the iframe plugin, insert iframe brackets rather than HTML tags to make a shortcode like this (scroll to right to see all): +Exceptions to the last step above. As described in the [Embed iFrame on WordPress](embed.html#iframe-wordpress) chapter in this book, in a self-hosted WordPress.org site, with the iframe plugin, insert iframe brackets rather than HTML tags to make a shortcode like this (scroll to right to see all): ```html [iframe src="https://public.tableau.com/views/CTSchoolDistrictsbyIncomeandGradeLevels2009-13/Sheet1?:showVizHome=no&:embed=true" width="90%" height="500"] ``` -## Learn more -Embedding Tableau Public Views in iFrame, Tableau Support page, http://kb.tableau.com/articles/howto/embedding-tableau-public-views-in-iframes - -{% footer %} -{% endfooter %} +#### Learn more {-} +Embedding Tableau Public Views in iFrame, Tableau Support page diff --git a/github/README.md b/08-github.Rmd similarity index 72% rename from github/README.md rename to 08-github.Rmd index 0c2b129b1..b2878266d 100644 --- a/github/README.md +++ b/08-github.Rmd @@ -1,13 +1,16 @@ -# Modify and Host Code Templates with GitHub -*by [Jack Dougherty, Stacy Lam, and David Tatem](../introduction/who.md), last updated March 11, 2017* +# Modify and Host Code with GitHub {#github} +*by [Jack Dougherty, Stacy Lam, and David Tatem](authors), last updated March 11, 2017* In the first half of this book, we explored free web services that offer easy drag-and-drop tools to create interactive charts and maps, such as Google Sheets, Google My Maps, BatchGeo, Carto, and Tableau Public. But these web services have limited options for designing and customizing your visualizations, and also make you dependent on their web servers to host your work. In this second half of the book, we'll explore how to copy, edit, and host code templates, meaning pre-written software instructions to create visualizations. With templates, no prior coding skills are necessary. You will learn how to make simple edits to insert your data, customize its appearance, and display it on the web on a site you control. -**[Enroll in our free online course](../../enroll)**, which introduces these topics in the brief video below, and offers more exercises and opportunities to interact with instructors and other learners. -{%youtube%}w6dQ-RIQ5bc{%endyoutube%} +Enroll in our free online course *to do: link*, which introduces these topics in the brief video below, and offers more exercises and opportunities to interact with instructors and other learners. -## Tool Review +#### Video overview {-} + + +#### Tool Review {-} GitHub (http://github.com) is a versatile tool to share, edit, and host simple code templates on the public web. Requires a free account. Although advanced coders use more powerful command-line versions of this tool, this introduction demonstrates all of the basic steps using GitHub in the web browser. + - Pros: - Free and easy-to-learn tool that beginners can use in the web browser. - Popular tool to share, copy, and edit open-source code repositories (project folders). @@ -19,13 +22,11 @@ GitHub (http://github.com) is a versatile tool to share, edit, and host simple c - New users often confuse web addresses for code repository versus published web page. In this chapter, you will learn how to: + - [Fork and edit a simple Leaflet map with GitHub](fork-leaflet) - [Fork and edit a Highcharts scatter chart with GitHub](fork-highcharts) - [Create a new repository and upload code with GitHub](create-repo) -- [Choose an open-source code license](license) +- [Choose an open-source code license](choose-license) - [Pull request to merge changes on GitHub](pull-request) -- [Edit code more efficiently with GitHub Desktop and Atom](desktop-atom) -- [Fix Common Code and GitHub Errors](fix) - -{% footer %} -{% endfooter %} +- [Work more efficiently with Atom editor and GitHub Desktop](atom-desktop) +- [Fix Common Code and GitHub Errors](fix-code) diff --git a/github/fork-leaflet/README.md b/08.01-fork-leaflet.Rmd similarity index 91% rename from github/fork-leaflet/README.md rename to 08.01-fork-leaflet.Rmd index d63afd438..86c336cc1 100644 --- a/github/fork-leaflet/README.md +++ b/08.01-fork-leaflet.Rmd @@ -1,25 +1,26 @@ -# Fork and Edit a Simple Leaflet Map with GitHub -*By [Jack Dougherty](../../introduction/who.md), last updated March 25, 2017* +## Fork and Edit a Simple Leaflet Map with GitHub {#fork-leaflet} +*by [Jack Dougherty](authors), last updated March 25, 2017* This tutorial introduces the **basic steps** of working with code templates, using a simple Leaflet map code (http://leafletjs.com) and GitHub in your browser (http://github.com). You will learn how to: + - A) Fork (copy) Leaflet template to your GitHub account - B) Publish your live map to public web with GitHub Pages - C) Modify your map title and add layer controls - D) Geocode addresses [in a Google Sheet](https://docs.google.com/spreadsheets/d/1z_0hKbw8Ff_fdp-XRoRL4YWe6ue0c0EpITveZ2rz1e8/) and upload points from data.csv -Code templates help us to move beyond the limits of drag-and-drop web mapping services (such as BatchGeo and Google MyMaps) and to create more customized visualizations on a web server that you control. Before you begin, learn the broad concepts in the chapter introduction [Modify and Host Code Templates with GitHub](../github). For more advanced examples, see the [Leaflet Map Templates](../leaflet) chapter in this book. If you have problems with this tutorial, go to the [Fix Common GitHub and Code Errors](../fix) chapter in this book. +Code templates help us to move beyond the limits of drag-and-drop web mapping services (such as BatchGeo and Google MyMaps) and to create more customized visualizations on a web server that you control. Before you begin, learn the broad concepts in the chapter introduction [Modify and Host Code Templates with GitHub](github). For more advanced examples, see the [Leaflet Map Templates](leaflet) chapter in this book. If you have problems with this tutorial, go to the [Fix Common GitHub and Code Errors](fix-code) chapter in this book. -## Try it +#### Try it {-} You will begin this tutorial with a simple interactive map that includes one pop-up point: By the end of this tutorial, you will learn how to modify the map, then geocode and upload more data points: -## Video with step-by-step tutorial -{%youtube%}7iUocaxTYqk{%endyoutube%} +#### Video with step-by-step tutorial {-} + -#### A) Fork (copy) Leaflet template to your GitHub account +#### A) Fork (copy) Leaflet template to your GitHub account {-} Before you begin, sign up for a free GitHub account: http://github.com 1) Right-click to open this GitHub code template in a new tab: https://github.com/JackDougherty/leaflet-map-simple @@ -27,18 +28,18 @@ Before you begin, sign up for a free GitHub account: http://github.com 2) In the upper-right corner of the code template, sign in to your free GitHub account 3) In the upper-right corner, click Fork to copy the template (also called a code repository, or repo) into your GitHub account. The web address (URL) of the new copy in your account will follow this format: -``` +```markdown https://github.com/USERNAME/REPOSITORY ``` -Reminder: You can only fork a GitHub repo **one time**. If needed, see how to make a second copy in the [Create a New Repo in GitHub](../create-repo) chapter in this book. +Reminder: You can only fork a GitHub repo **one time**. If needed, see how to make a second copy in the [Create a New Repo in GitHub](create-repo) chapter in this book. -#### B) Publish your live map to public web with GitHub Pages +#### B) Publish your live map to public web with GitHub Pages {-} 4) In your new copy of the code repo, click on Settings, scroll down to the GitHub Pages area, select Master, and Save. This publishes your code template to a live map on a public website that you control. 5) Scroll down to GitHub Pages section again, to select and copy the link to your published web site, which will follow this format: -``` +```markdown https://USERNAME.github.io/REPOSITORY ``` @@ -50,7 +51,7 @@ https://USERNAME.github.io/REPOSITORY 9) On your repo main page, right-click on the link to your published site to open in a new tab. **Be patient** during busy periods, because your website may take up to 1 minute to appear the first time. -#### C) Modify your map title and add layer controls +#### C) Modify your map title and add layer controls {-} 10) Go back to your browser tab for your code repo. Click on the index.html file (which contains the map code), and click the pencil icon to edit it. @@ -146,7 +147,7 @@ But a better way to display several points is to remove the code comment symbols controlLayers.addOverlay(customLayer, 'Markers from data.csv'); ``` -#### D) Geocode addresses in Google Sheet and upload points from data.csv +#### D) Geocode addresses in Google Sheet and upload points from data.csv {-} 18) A better way to display multiple points on your map is to prepare and upload a new data.csv file to your GitHub repository. First, right-click to open this Google Sheets template in a new tab: [Leaflet Maps Simple data points with Geocoder](https://docs.google.com/spreadsheets/d/1z_0hKbw8Ff_fdp-XRoRL4YWe6ue0c0EpITveZ2rz1e8/) @@ -166,11 +167,8 @@ But a better way to display several points is to remove the code comment symbols 26) In your GitHub repository, click Upload Files, then drag-and-drop your new data.csv file, and Commit to upload it. Go to your live map browser tab and refresh to view changes. **Be patient* during busy periods, when some edits may take up to 1 minute to appear. -## Learn more -- To solve problems, see [Fix Common GitHub and Code Errors](../fix) chapter in this book. -- See more [advanced Leaflet Map Templates](../leaflet) in this book +#### Learn more {-} +- To solve problems, see [Fix Common GitHub and Code Errors](fix-code) chapter in this book. +- See more [advanced Leaflet Map Templates](leaflet) in this book - About Leaflet https://leafletjs.com - GitHub Pages features and tutorial, https://pages.github.com - -{% footer %} -{% endfooter %} diff --git a/github/fork-highcharts/README.md b/08.02-fork-highcharts.Rmd similarity index 81% rename from github/fork-highcharts/README.md rename to 08.02-fork-highcharts.Rmd index 42b4fde9d..a243dbb8c 100644 --- a/github/fork-highcharts/README.md +++ b/08.02-fork-highcharts.Rmd @@ -1,27 +1,28 @@ -# Fork and Edit a Highcharts Scatter Chart with GitHub -*By [Jack Dougherty](../../introduction/who.md), last updated March 25, 2017* +## Fork and Edit a Highcharts Scatter Chart with GitHub {-} +*By [Jack Dougherty](author), last updated March 25, 2017* This tutorial introduces the **basic steps** of working with code templates, using a simple Highcharts scatter chart code (http://highcharts.com) and GitHub in your browser (http://github.com). You will learn how to: + - A) Fork (copy) the Highcharts template to your GitHub account - B) Publish your live chart to the public web with GitHub Pages - C) Modify the chart title, subtitle, and axis labels - D) Upload new data points from a comma-separated values (.csv) spreadsheet -Code templates help us to move beyond the limits of drag-and-drop web tools (such as Google Sheets and Tableau Public) and to create more customized visualizations on a web server that you control. Before you begin, learn the broad concepts in the chapter introduction [Modify and Host Code Templates with GitHub](../github). For more advanced examples, see the [Highcharts Templates](../highcharts) chapter in this book. If you have problems with this tutorial, go to the [Fix Common GitHub and Code Errors](../fix) chapter in this book. +Code templates help us to move beyond the limits of drag-and-drop web tools (such as Google Sheets and Tableau Public) and to create more customized visualizations on a web server that you control. Before you begin, learn the broad concepts in the chapter introduction [Modify and Host Code Templates with GitHub](github). For more advanced examples, see the [Highcharts Templates](highcharts) chapter in this book. If you have problems with this tutorial, go to the [Fix Common GitHub and Code Errors](fix-code) chapter in this book. -## Try it +#### Try it {-} You will begin this tutorial with a basic chart template that includes only 7 points. Right-click to open [full-size chart in new tab](https://jackdougherty.github.io/highcharts-scatter-csv/). By the end of this tutorial, you will learn how to modify the chart and add a new CSV spreadsheet with over 160 points. Right-click to open [full-size chart in new tab](https://jackdougherty.github.io/highcharts-scatter-csv-instructor-sample). - -## Video with step-by-step tutorial + -{%youtube%}72pgCZqWg7Q{%endyoutube%} +#### Video with step-by-step tutorial {-} + -#### A) Fork (copy) the Highcharts template to your GitHub account +#### A) Fork (copy) the Highcharts template to your GitHub account {-} Before you begin, sign up for a free GitHub account: http://github.com @@ -30,17 +31,17 @@ Before you begin, sign up for a free GitHub account: http://github.com 2) In the upper-right corner of the code template, sign in to your free GitHub account 3) In the upper-right corner, click Fork to copy the template (also called a code repository, or repo) into your GitHub account. The web address (URL) of the new copy in your account will follow this format: -``` +```markdown https://github.com/USERNAME/REPOSITORY ``` -Reminder: You can only fork a GitHub repo **one time**. If needed, see how to make a second copy in the [Create a New Repo in GitHub](../create-repo) chapter in this book. +Reminder: You can only fork a GitHub repo **one time**. If needed, see how to make a second copy in the [Create a New Repo in GitHub](create-repo) chapter in this book. -#### B) Publish your live chart to the web with GitHub Pages +#### B) Publish your live chart to the web with GitHub Pages {-} 4) In your new copy of the code repo, click on Settings, scroll down to the GitHub Pages area, select Master, and Save. This publishes your code template to a live map on a public website that you control. 5) Scroll down to GitHub Pages section again, to select and copy the link to your published web site, which will follow this format: -``` +```markdown https://USERNAME.github.io/REPOSITORY ``` @@ -52,28 +53,25 @@ https://USERNAME.github.io/REPOSITORY 9) On your repo main page, right-click on the link to your published site to open in a new tab. **Be patient** during busy periods, when your website may take up to 1 minute to appear the first time. -#### C) Modify the chart title, subtitle, and axis labels +#### C) Modify the chart title, subtitle, and axis labels {-} 10) Go back to your browser tab for your code repo. Click on the index.html file (which contains the chart code), and click the pencil icon to edit it. 11) Explore the chart code, which contains HTML, CSS, and JavaScript. Look for code comments that begin with "EDIT" for sections that you can easily change, such as title, subtitle, x-axis and y-axis labels, and tooltip data labels. Scroll down to Commit your changes. 12) Go to your live website browser tab and refresh the page to view your edits. **Be patient** during busy periods, when some edits may take up to 1 minute to appear. -#### D) Upload new data points from a .CSV spreadsheet +#### D) Upload new data points from a .CSV spreadsheet {-} 13) Go to your GitHub code repository tab and click to view the file named: data-scatter.csv -14) GitHub automatically opens CSV files. Although it's possible to edit the file inside GitHub, let's upload a larger data file with the same name. Click this link and Save to download to your computer: [data-scatter in CSV format](https://www.datavizforall.org/github/fork-highcharts/data-scatter.csv). +14) GitHub automatically opens CSV files. Although it's possible to edit the file inside GitHub, let's upload a larger data file with the same name. Click this link and Save to download to your computer: [data-scatter in CSV format](data/data-scatter.csv). 15) In your GitHub code repo, click Upload Files, and drag the new data-scatter.csv into the folder, and Commit changes to replace the existing file with the same name. 16) In your GitHub repo, click the new data-scatter.csv file to inspect the changes. Then go to your live website tab and refresh to see the updated scatter chart. ** Be patient** during busy periods, when changes make take up to 1 minute to appear. -## Learn more -- To solve problems, see the [Fix Common GitHub and Code Errors](../fix) chapter in this book. -- See more [Highcharts Templates](../highcharts) in this book +#### Learn more {-} +- To solve problems, see the [Fix Common GitHub and Code Errors](fix-code) chapter in this book. +- See more [Highcharts Templates](highcharts) in this book - Highcharts Demos http://highcharts.com/demo and Highcharts Docs http://www.highcharts.com/docs - GitHub Pages features and tutorial, https://pages.github.com - -{% footer %} -{% endfooter %} diff --git a/github/create-repo/README.md b/08.03-create-repo.Rmd similarity index 81% rename from github/create-repo/README.md rename to 08.03-create-repo.Rmd index a52eff1a0..26c58b8c3 100644 --- a/github/create-repo/README.md +++ b/08.03-create-repo.Rmd @@ -1,17 +1,18 @@ -# Create a New Repository and Upload Code with GitHub -*By [Jack Dougherty](../../introduction/who.md), last updated March 14, 2017* +## Create a New Repo and Upload Code with GitHub +*by [Jack Dougherty](author), last updated March 14, 2017* Question: If I already forked one copy of a GitHub code repository, GitHub will not allow me to fork it a second time. So how do I make a second copy of a repo? Answer: GitHub has a "one-fork" rule for good reasons, but here's a simple way for beginners to work around it, using only your web browser and any computer (such as Mac, Windows, or Chromebook). + - Create a brand-new repository on GitHub in your browser - Download an existing code repository and unzip the folder - Upload the contents of that folder to your new repository and Commit Changes -## Video with step-by-step tutorial -{%youtube%}Hev2UcoLtfw{%endyoutube%} +#### Video with step-by-step tutorial {-} + -1) Follow these steps if you have already forked a GitHub repository and wish to make a second copy of it. For example, imagine that you have already forked a copy of the Leaflet Maps with Google Sheets repository from https://github.com/jackdougherty/leaflet-maps-with-google-sheets +1) Follow these steps if you have already forked a GitHub repository and wish to make a second copy of it. For example, imagine that you have already forked a copy of the Leaflet Maps with Google Sheets repository from **TO DO change repo address** 2) If you try to "fork" it again, GitHub will simply send you back to the first forked copy you already made. Clicking the "fork" button a second time is useless here. @@ -23,7 +24,4 @@ Answer: GitHub has a "one-fork" rule for good reasons, but here's a simple way f 6) Go to the top level of your brand-new GitHub repository, and click the Upload Files button. Drag-and-drop all of the contents of the code repo you downloaded, EXCEPT the README.md file, because you have already created a new one. Click the Commit Changes button and be patient. During busy periods, a large upload may take 1 minute or more for GitHub to process. -7) When the upload is done, inspect the contents that you copied into your brand-new repository. To publish your new repo to the live web, go to Settings > GitHub Pages > select Master branch > Save. Then copy the link to your published live site and paste into your README.md file for future reference. If you need to review these last steps, see Part B: Publish section of the [Fork and Edit a Leaflet Map](../fork-leaflet) chapter in this book. - -{% footer %} -{% endfooter %} +7) When the upload is done, inspect the contents that you copied into your brand-new repository. To publish your new repo to the live web, go to Settings > GitHub Pages > select Master branch > Save. Then copy the link to your published live site and paste into your README.md file for future reference. If you need to review these last steps, see Part B: Publish section of the [Fork and Edit a Leaflet Map](fork-leaflet) chapter in this book. diff --git a/github/license/README.md b/08.04-choose-license.Rmd similarity index 73% rename from github/license/README.md rename to 08.04-choose-license.Rmd index 58e172e21..06999cb36 100644 --- a/github/license/README.md +++ b/08.04-choose-license.Rmd @@ -1,12 +1,9 @@ -# Choose an Open-Source Code License -*By [Jack Dougherty](../../introduction/who.md), last updated March 25, 2017* +## Choose an Open-Source Code License {#choose-license} +*By [Jack Dougherty](authors), last updated March 25, 2017* -Whether you create a new code repository on GitHub, or fork a copy of someone else's code, you should understand the basic concepts of a software license. Developers have the option to add a ```LICENSE``` file to their GitHub repo, which explains what other people can (or cannot) do with their code. +Whether you create a new code repository on GitHub, or fork a copy of someone else's code, you should understand the basic concepts of a software license. Developers have the option to add a `LICENSE` file to their GitHub repo, which explains what other people can (or cannot) do with their code. On GitHub, free repos are publicly viewable and forkable by other users, so the platform encourages the use of open-source licenses. One example that is commonly used for code templates linked to this book is the MIT License: it allows anyone to copy, modify, and redistribute the code, as long as they credit the author(s) and do not hold them liable. Learn more about different types of open-source code licenses at http://choosealicense.com -## Learn more +#### Learn more {-} Licensing a Repository, GitHub Help page, https://help.github.com/articles/licensing-a-repository/ - -{% footer %} -{% endfooter %} diff --git a/github/pull-request/README.md b/08.05-pull-request.Rmd similarity index 86% rename from github/pull-request/README.md rename to 08.05-pull-request.Rmd index bd88c04fe..ba9537840 100644 --- a/github/pull-request/README.md +++ b/08.05-pull-request.Rmd @@ -1,11 +1,11 @@ -# Pull Request to Merge Changes on GitHub -*By [Jack Dougherty](../../introduction/who.md), last updated March 5, 2016* +## Pull Request to Merge Changes on GitHub {#pull-request} +*By [Jack Dougherty](authors), last updated March 5, 2016* ** TO DO ** - REWRITE this out-of-date page to focus solely on pull requests, branches, and merge changes - Sign up for a [free GitHub account](http://github.com), a free multi-purpose tool that allows you to: + - View and fork a copy of open-source code from other users - Make simple edits to your code directly in the browser - Share your code and receive or suggest revisions to others @@ -19,62 +19,62 @@ This chapter shows the basic steps to use GitHub **entirely in your browser**, w Newcomers can host their code on GitHub, and publish to the web using the GitHub Pages feature, by following step-by-step instructions or this [YouTube video screencast](http://youtu.be/ZVejLE8qtOI). -{%youtube%}ZVejLE8qtOI{%endyoutube%} + This basic tutorial demonstrates how to work with GitHub entirely through the browser. More advanced GitHub users may download other free tools (such as [GitHub for Mac](https://mac.github.com) or [GitHub for Windows](https://windows.github.com)) or use other methods (such as the terminal command line) to work more efficiently. 1) Inside your free GitHub account, create a new repository (also known as a repo) to host your project's code (such as an index.html file and more). -![](GitHub-NewRepo.png) +![](images/08-github/GitHub-NewRepo.png) 2) Enter a repository name and description and check the box to automatically add a README file. If desired, select an open-source license (such as MIT), and click the Create Repository button. -![](GitHub-CreateRepo.png) +![](images/08-github/GitHub-CreateRepo.png) 3) Your new repository automatically starts opens the "master" branch. Use the drop-down menu to create a new branch, and name it "gh-pages" (which is short for GitHub Pages), and press enter or return on your keyboard. -![](GitHub-CreateBranch.png) +![](images/08-github/GitHub-CreateBranch.png) In this tutorial, we do all of our editing and testing work in the gh-pages branch, which automatically appears on the public web. When we're done, we will pull a copy (or sync) our completed work to the master branch for safekeeping and open sharing. 4) To add ONE NEW FILE to the gh-pages branch, click the + button next to the repository name and enter the file name. For example, index.html is the default file name for most web projects. -![](GitHub-CreateNewFile.png) +![](images/08-github/GitHub-CreateNewFile.png) 5) Select the "soft wrap" option (which makes long code strings more readable), and paste code into the editor. In this example, I pasted HTML code that was generated by publishing an interactive chart from a Google Spreadsheet. -![](GitHub-CreateFile.png) +![](images/08-github/GitHub-CreateFile.png) 6) At the bottom, select the "commit" button (which means you are making a code change). Optionally, name and describe your commit, if you wish to track changes to your work. -![](GitHub-CommitButton.png) +![](images/08-github/GitHub-CommitButton.png) 7) Edit an existing file in the gh-pages branch by selecting its title. For example, select the README filename (which should have been automatically generated when you created the repository and the gh-pages branch). On the next screen, select the Edit button. -![](GitHub-EditFile.png) +![](images/08-github/GitHub-EditFile.png) -![](GitHub-EditFile2.png) +![](images/08-github/GitHub-EditFile2.png) -8) When editing the README file, type a link to the live web version of this repository, so that visitors may easily click to view it. The GitHub generic public web address is a combination of your username and ".github.io/" and your repository name, like this: http://USERNAME.github.io/REPOSITORYNAME +8) When editing the README file, type a link to the live web version of this repository, so that visitors may easily click to view it. The GitHub generic public web address is a combination of your username and ".github.io/" and your repository name, like this: `http://USERNAME.github.io/REPOSITORYNAME` In my README file, I typically write it this way so that visitors know to click the link: View live demonstration site at http://JackDougherty.github.io/demo Commit your change to the README file in the gh-pages branch by pressing the green button at the bottom of the editor page. -![](GitHub-EditReadMe.png) +![](images/08-github/GitHub-EditReadMe.png) -Hint: If you named your file "index.html" then you don't need to add anything else to the web address, because the site will automatically point to this default file. But if you entered a different file name, such as "sample.html", then you need to add it to the web address in this way: http://Username.github.io/Repositoryname/sample.html +Hint: If you named your file "index.html" then you don't need to add anything else to the web address, because the site will automatically point to this default file. But if you entered a different file name, such as "sample.html", then you need to add it to the web address in this way: `http://Username.github.io/Repositoryname/sample.html` 9) Select the repository name to go to the upper-most file in the gh-pages branch. 10) To view your live index.html code on the public web, click the link you created in your README file. (Hint: use the right-click feature to open in a new tab/window). Important: The very first time you create a gh-pages branch, it may take up to 10 minutes for its content to appear on the open web. Afterwards, when you add or edit files in this branch, they should appear nearly instantly on the web, though you may need to refresh your browser to view any changes you have made. -![](GitHub-SelectRepoName2.png) +![](images/08-github/GitHub-SelectRepoName2.png) 11) To add MULTIPLE FILES to the gh-pages branch, you could copy and paste each one individually as shown above, or choose one of these labor-saving options: -![](GitHub-ForkCloneDownload.png) +![](images/08-github/GitHub-ForkCloneDownload.png) If a code template already exists somewhere on GitHub, "fork" a copy of the repository to your own account, create a gh-pages branch for the live web, and edit/modify the files as desired. @@ -83,12 +83,12 @@ Advanced coders may use command-line instructions to upload and sync files to Gi 12) To BACKUP and SHARE your work: After adding or editing files in the gh-pages branch, create a "pull request" (to merge files) to the master branch. -![](GitHub-PullRequest.png) +![](images/08-github/GitHub-PullRequest.png) 13) Use the drop-down menus to CAREFULLY select the direction of the merge in this TO-FROM format: TO master branch FROM gh-pages branch -![](GitHub-ToFrom.png) +![](images/08-github/GitHub-ToFrom.png) 14) Follow these steps to finish the pull request, which merges all content TO the master branch FROM gh-pages branch: @@ -99,14 +99,11 @@ TO master branch FROM gh-pages branch - Confirm merge (and another green button!) - Always double-check your repository branch names to do editing and live web testing in the gh-pages branch, then make sync a copy to public share in the master branch. -To embed an interactive data visualization from a GitHub Pages host site into a secondary website (such as an organization's WordPress.org site), see the [Embed iframe with WordPress tutorial in this book](embed/iframe-wordpress/index.html). +To embed an interactive data visualization from a GitHub Pages host site into a secondary website (such as an organization's WordPress.org site), see the [Embed iframe with WordPress tutorial in this book](iframe-wordpress). See my sample repositories, with links to live demo sites, at https://github.com/JackDougherty?tab=repositories. Learn more about GitHub general features to share and collaborate on other users' public code repositories. **TO DO** Reminder: GitHub allows users to create **one fork** of a repo to your account. To create a second copy, go to the repo of your first copy, click Settings, and rename it. But if you rename your repo, you also will need to change any links you created to its live version in the next section. -![](Github-settings-rename.png) - -{% footer %} -{% endfooter %} +![](images/08-github/Github-settings-rename.png) diff --git a/github/desktop-atom/README.md b/08.06-atom-desktop.Rmd similarity index 84% rename from github/desktop-atom/README.md rename to 08.06-atom-desktop.Rmd index de7d30c40..a8b6a0535 100644 --- a/github/desktop-atom/README.md +++ b/08.06-atom-desktop.Rmd @@ -1,12 +1,13 @@ -# Edit Code More Efficiently with GitHub Desktop and Atom Editor - -** TO DO ** revise this outdated page +## Work more efficiently with Atom editor and GitHub Desktop {#atom-desktop} +* TO DO: revise this outdated page * While you can do **nearly** everything in this book with GitHub in your browser, several steps will be faster and more efficient with two related free tools: -- [download GitHub Desktop](https://desktop.github.com/) for Mac/Windows +- download Atom Editor from GitHub (https://atom.io) + +- download GitHub Desktop for Mac or Windows (https://desktop.github.com) -- [download Atom Editor](https://atom.io/) from GitHub +**OLD INSTRUCTIONS** Download the free GitHub Desktop tool to sync and additional GitHub repos on your local Mac or Windows computer. GitHub allows users to create one fork of the basic Searchable Map template repository. To create a second template, or to move and edit multiple files for more advanced versions, download the GitHub for Mac/Windows tool. @@ -17,6 +18,3 @@ GitHub allows users to create one fork of the basic Searchable Map template repo 1. In your hard drive, copy and paste the files from the cloned Searchable Map Template to your cloned second template. Replace the existing README.MD and license files. 1. In your GitHub for Mac/Windows tool, __Commit and Sync__ your second template to your GitHub online account. Title the commit before clicking the button. 1. Refresh your browser to view the synced files in your GitHub account. Start at the top of these directions to remove an old gh-pages branch, create a new gh-pages branch, and edit files. - -{% footer %} -{% endfooter %} diff --git a/github/fix/README.md b/08.07-fix-code.Rmd similarity index 63% rename from github/fix/README.md rename to 08.07-fix-code.Rmd index 5c514d7aa..f0a70e12b 100644 --- a/github/fix/README.md +++ b/08.07-fix-code.Rmd @@ -1,29 +1,29 @@ -# Fix Common GitHub and Code Errors -*By [Jack Dougherty](../../introduction/who.md), last updated March 25, 2017* +## Fix Common GitHub and Code Errors {#fix-code} +*By [Jack Dougherty](authors), last updated March 25, 2017* -What happens if you cannot view your published GitHub repository, or if your code breaks and no longer displays what it was designed to show? These are common problems, especially for newer students, because accidentally clicking the wrong box or mistakenly erasing a single character (such as a semicolon) can make your visualization seem to vanish, even though your work is usually still there. Breaking your code -- and figuring out how to fix it -- is a great way to learn, even if it requires trial and error. +What happens if you cannot view your published GitHub repository, or if your code breaks and no longer displays what it was designed to show? These are common problems, especially for newer students, because accidentally clicking the wrong box or mistakenly erasing a single character (such as a semicolon) can make your visualization seem to vanish, even though your work is usually still there. Breaking your code---and figuring out how to fix it---is a great way to learn, even if it requires trial and error. -## Safely Delete your GitHub Repo and Start Over +#### Safely Delete your GitHub Repo and Start Over {-} If you need to delete your GitHub repo and start over, here's a simple way to safely save your work: -- Go to the top-level of your GitHub repository, similar to ```https://github.com/USERNAME/REPOSITORY``` +- Go to the top-level of your GitHub repository, similar to `https://github.com/USERNAME/REPOSITORY` - Click the green "Clone or Download" button, and select Download Zip to receive a compressed folder of your repo contents on your computer. - In your GitHub repo, click on Settings (upper-right area) and scroll down to Delete This Repository. - To prevent accidental deletions, GitHub requires you to type in the REPOSITORY name. - Now you can start over in one of these ways: - - If you wish to [Create a Simple Web Page with GitHub Pages](../../embed/github-pages), follow that tutorial again. + - If you wish to [Create a Simple Web Page with GitHub Pages](github-pages), follow that tutorial again. - OR - - Fork another copy of the original GitHub repository to your account. After you create your copy, if you wish to add selected files that you previously downloaded to your computer, follow directions to [Upload Code with GitHub](../create-repo) in the second half of this tutorial in this book + - Fork another copy of the original GitHub repository to your account. After you create your copy, if you wish to add selected files that you previously downloaded to your computer, follow directions to [Upload Code with GitHub](create-repo) in the second half of this tutorial in this book -## Problems with Creating a Simple Web Page with GitHub Pages -If you followed the [Create a Simple Web Page with GitHub Pages tutorial](../../embed/github-pages), it should have created two web links (or URLs): -- your code repository, in this format: ```https://github.com/USERNAME/REPOSITORY``` -- your published web page, in this format: ```https://USERNAME.github.io/REPOSITORY``` +#### Problems with Creating a Simple Web Page with GitHub Pages {-} +If you followed the [Create a Simple Web Page with GitHub Pages tutorial](github-pages), it should have created two web links (or URLs): +- your code repository, in this format: `https://github.com/USERNAME/REPOSITORY` +- your published web page, in this format: `https://USERNAME.github.io/REPOSITORY` Be sure to insert your GitHub username, and your GitHub repository name, in the general formats above. -These URLs are NOT case-sensitive, which means that ```https://github.com/USERNAME``` and ```https://gitub.com/username``` point to the same location. +These URLs are NOT case-sensitive, which means that `https://github.com/USERNAME` and `https://gitub.com/username` point to the same location. -#### My simple GitHub web page does not appear +##### My simple GitHub web page does not appear {-} - Make sure that you are pointing to the correct URL for your published web page, in the format shown above. - Be patient. During busy periods on GitHub, it may take up to 1 minute for new content to appear in your browser. - Do a "hard refresh" to [bypass any saved content in your browser cache](https://en.wikipedia.org/wiki/Wikipedia:Bypass_your_cache). @@ -31,19 +31,19 @@ These URLs are NOT case-sensitive, which means that ```https://github.com/USERNA - Command + Shift + R (Chrome or Firefox for Mac) - Shift + Reload button toolbar (Safari for Mac) - Test the link to your published web page in a different browser. If you normally use Chrome, try Firefox. -- On rare occasions, the GitHub service or GitHub Pages feature may be down. Check https://status.github.com/ +- On rare occasions, the GitHub service or GitHub Pages feature may be down. Check . -#### My simple GitHub web page does not display my iFrame -- If you followed the [Create a Simple Web Page with GitHub Pages tutorial](../../embed/github-pages) and inserted an iframe in the README.md file, it will appear in your published web page, under these conditions: +##### My simple GitHub web page does not display my iFrame {-} +- If you followed the [Create a Simple Web Page with GitHub Pages tutorial](github-pages) and inserted an iframe in the README.md file, it will appear in your published web page, under these conditions: - Ideally, your README.md should be the ONLY file in this GitHub repository - Any other files in your repo (such as index.html, default.html, or index.md) will block the iFrame HTML code in your README.md from being published on the web. If you accidentally selected a GitHub Pages Theme, you need to delete any extra files it created: click each file, select trash can to delete it, and commit changes. -![Screenshot: Extra files in GitHub repo will block iFrame in your README](extra-files-block-readme-iframe.png) +![Screenshot: Extra files in GitHub repo will block iFrame in your README](images/08-github/extra-files-block-readme-iframe.png) -## Problems with iFrames +#### Problems with iFrames {-} -#### My iFrame does not appear in my web page -- Go back to the [Embed tutorials in this book](../../embed) to double-check the directions +##### My iFrame does not appear in my web page {-} +- Go back to the [Embed tutorials in this book](embed) to double-check the directions - Items listed in your iFrame (such as the URL, width, or height) should be enclosed inside straight quotation marks (single or double) - BROKEN iFrame (missing quotation marks for width and height) ``` @@ -53,32 +53,32 @@ These URLs are NOT case-sensitive, which means that ```https://github.com/USERNA ``` ``` -- Use only ```https``` (the extra 's' means 'secure'), not ```http```. Some web browsers will block content if it mixes http and https resources, and some code templates in this book require https. +- Use only `https` (the extra 's' means 'secure'), not `http`. Some web browsers will block content if it mixes http and https resources, and some code templates in this book require https. -![Screenshot: Replace http with https](http-vs-https.png) +![Screenshot: Replace http with https](images/08-github/http-vs-https.png) - Use only straight quotes, not curly quotes. Avoid pasting text from a word-processor into GitHub, which can accidentally carry over curly quotes. Typing directly into the GitHub editor will create straight quotes. -![Screenshot: Curly quotes versus straight quotes](curly-vs-straight-quotes.png) +![Screenshot: Curly quotes versus straight quotes](images/08-github/curly-vs-straight-quotes.png) -## Problems with Leaflet Maps with Google Sheets template +#### Problems with Leaflet Maps with Google Sheets template {-} -#### My map does not appear -1) Confirm that you have completed all of the key steps in the [Leaflet Maps with Google Sheets](../../leaflet/with-google-sheets) tutorial in this book, especially these: +##### My map does not appear {-} +1) Confirm that you have completed all of the key steps in the [Leaflet Maps with Google Sheets](leaflet-with-google-sheets) tutorial in this book, especially these: - Sign in to Google and File > Make a Copy of the Google Sheet to your Google Drive. - File > Publish your Google Sheet (Jack often forgets this key step!) - - Copy your Google Sheet web address from top of your browser (usually ends with ```...XYZ/edit#gid=0```) and paste into your ```google-doc-url.js``` file in your GitHub repo. Do NOT copy the *Published* web address (which usually ends with ```...XYZ/pubhtml```) - - When you paste your Google Sheet web address into ```google-doc-url.js```, be careful not to erase single-quote marks or semicolon - - Go to your live map link, which should follow this format: ```https://USERNAME.github.io/REPOSITORY```, refresh the browser, and wait at least 30 seconds. + - Copy your Google Sheet web address from top of your browser (usually ends with `...XYZ/edit#gid=0`) and paste into your `google-doc-url.js` file in your GitHub repo. Do NOT copy the *Published* web address (which usually ends with `...XYZ/pubhtml`) + - When you paste your Google Sheet web address into `google-doc-url.js`, be careful not to erase single-quote marks or semicolon + - Go to your live map link, which should follow this format: `https://USERNAME.github.io/REPOSITORY`, refresh the browser, and wait at least 30 seconds. 2) Check your Google Sheet for errors: - Do NOT rename column headers (in row 1) of any sheet, because the Leaflet Map code looks for these exact words. -![Screenshot: User accidentally renamed column headers in the Points tab](lmwgs-fix-column-headers.png) +![Screenshot: User accidentally renamed column headers in the Points tab](images/08-github/lmwgs-fix-column-headers.png) - Do NOT rename row labels (in column A) of any sheet, due to the same reason above. -![Screenshot: Do not rename or delete](lmwgs-do-not-rename-lables.png) +![Screenshot: Do not rename or delete](images/08-github/lmwgs-do-not-rename-lables.png) - In your Points tab, DO NOT leave any blank rows @@ -86,30 +86,26 @@ These URLs are NOT case-sensitive, which means that ```https://github.com/USERNA 4) If you cannot find the problem, go to the top of this page to Safely Delete Your GitHub Repo and Start Over. Also, make a new copy of the Google Sheet template, give it a new name, and copy data from your old sheet using File > Paste Special > Values Only. -## Problems with Highcharts code templates +#### Problems with Highcharts code templates {-} -#### Chart displays old data +##### Chart displays old data {-} If you upload new data to your Highcharts code template on GitHub Pages, and it does not appear in your browser after refreshing and waiting up to one minute, then GitHub Pages is probably not the cause of the problem. Instead, some browsers continue to show "old" Highcharts in the web cache. The simplest solution is to File > Quit your browser and re-open the link to your Highcharts. -## Problems with Mac Computers +#### Problems with Mac Computers {-} -#### No file extensions +##### No file extensions {-} Several tools in this book will not work properly if your Mac Finder does not display file extensions. In other words, every file should include a period followed by several letters (such as data.csv and map.geojson). If you do not see these extensions at the end of each file name, then go to Finder > Preferences > Advanced and check the box to turn them on, as show below: -![Screenshot: Checkbox to show filename extensions](mac-finder-filename-extensions.png) +![Screenshot: Checkbox to show filename extensions](image/08-github/mac-finder-filename-extensions.png) -## Solve Problems with Browser Developer Tools +#### Solve Problems with Browser Developer Tools {-} Peek inside any website and view the web code under the hood with the browser developer tools. In Chrome for Mac, go to View > Developer > Developer Tools -![](Chrome-developer-tools.png) +![](images/08-github/Chrome-developer-tools.png) In Firefox for Mac, go to Tools > Web Developer > Inspector -![](Firefox-tools-inspector.png) - - -{% footer %} -{% endfooter %} +![](images/08-github/Firefox-tools-inspector.png) diff --git a/transform/README.md b/09-transform.Rmd similarity index 50% rename from transform/README.md rename to 09-transform.Rmd index a3203e785..7727eb543 100644 --- a/transform/README.md +++ b/09-transform.Rmd @@ -1,17 +1,14 @@ -# Transform Your Map Data -*by [Jack Dougherty, Stacy Lam, and David Tatem](../introduction/who.md), last updated March 30, 2017* +# Transform Your Map Data {#transform} +*by [Jack Dougherty with Stacy Lam and David Tatem](authors), last updated March 30, 2017* Interactive web maps are made up of different layers, such as background basemaps, colored or shaded polygons, and/or colored point markers. This chapter describes how to transform your data into layers that you can upload into online map tools and templates. Specifically, you will learn how to: + - [Geocode locations into coordinates with US Census or Google](geocode) -- [Pivot address-level point data into polygon data](pivot) +- [Pivot address-level point data into polygon data](pivot-point-to-polygon) - [Normalize data to create more meaningful polygon maps](normalize) - [Convert map data](convert-geojson) with [GeoJSON.io](geojsonio) or [Mapshaper.org](mapshaper) - [Join spreadsheets and polygon boundaries with MapShaper.org](mapshaper) -- [Upload GeoJSON Data to a Leaflet Map template on GitHub](upload) -- [Pull open repository data into a Leaflet map with APIs](open-data-api) -**[Enroll in our free online course](../../enroll)**, which introduces these topics in the brief video below, and offers more exercises and opportunities to interact with instructors and other learners. -{%youtube%}3sjjVEJY4MY{%endyoutube%} +Enroll in our free online course **TO DO add link**, which introduces these topics in the brief video below, and offers more exercises and opportunities to interact with instructors and other learners. -{% footer %} -{% endfooter %} + diff --git a/transform/geocode/README.md b/09.01-geocode.Rmd similarity index 75% rename from transform/geocode/README.md rename to 09.01-geocode.Rmd index 4e1433f1e..74f199a3a 100644 --- a/transform/geocode/README.md +++ b/09.01-geocode.Rmd @@ -1,34 +1,35 @@ -# Geocode Locations into Coordinates with US Census or Google -*By [Ilya Ilyankou and Jack Dougherty](../../introduction/who.md), last updated September 28, 2017* +## Geocode Locations into Coordinates with US Census or Google {#geocode} +*By [Ilya Ilyankou and Jack Dougherty](authors), last updated September 28, 2017* -Many free map tools geocode locations by placing them on a map, such as the [BatchGeo](../../map/batchgeo) and [Google My Maps tutorials](../../map/mymaps) in this book. But those tools typically do not allow you to easily extract the latitude-longitude coordinates for each point. +Many free map tools geocode locations by placing them on a map, such as the [BatchGeo](batchgeo) and [Google My Maps tutorials](/mymaps) in this book. But those tools typically do not allow you to easily extract the latitude-longitude coordinates for each point. We created two free Google Sheets Geocoder scripts that have several advantages: + - convert locations (Hartford CT) or addresses (300 Summit St, Hartford CT) into latitude-longitude coordinates (41.748, -72.692) inside your Google Sheet - show the location found in the geocoding database, and match quality, to review your results - convert US addresses into US Census geography, such as census tracts, block groups, and blocks As with any geocoding service, accuracy is not guaranteed. Inspect your results in the Found and Quality columns. -## Google Sheets Geocoder: US Census or Google +#### Google Sheets Geocoder: US Census or Google {-} - Geocode locations into latitude, longitude, with source and match quality, inside a Google Sheet -- Go to Google Sheet template, sign in to your account, and File > Make a Copy to your Google Drive https://docs.google.com/spreadsheets/d/1XvtkzuVyQ_7Ud47ypDJ4KOmz_5lOpC9sqeEDBbJ5Pbg/edit#gid=0 +- Go to Google Sheet template, sign in to your account, and File > Make a Copy to your Google Drive - Insert locations, select 6 columns, and select Geocoder menu: US Census or Google (limit 1000 daily per user) - Google Sheets script will ask for permission to run the first time -- Note: The [Leaflet Maps with Google Sheets template](../../leaflet/with-google-sheets) in this book includes this Geocoder script. +- Note: The [Leaflet Maps with Google Sheets template](leaflet-maps-with-google-sheets) in this book includes this Geocoder script. -![Screencast: Google Sheets Geocoder: US Census or Google](google-sheets-geocoder-census-google.gif) +![Screencast: Google Sheets Geocoder: US Census or Google](images/09-transform/google-sheets-geocoder-census-google.gif) -## Google Sheets Geocoder: US Census Geographies +#### Google Sheets Geocoder: US Census Geographies {-} - Geocode US addresses into latitude, longitude, GeoID, census tract, inside a Google Sheet - Go to Google Sheet template, sign in to your account, and File > Make a Copy to your Google Drive https://docs.google.com/spreadsheets/d/1x_E9KwZ88c_kZvhZ13IF7BNwYKTJFxbfDu77sU1vn5w/edit#gid=0 - Insert locations, select 8 columns, and select Geocoder menu: US Census 2010 Geographies - Google Sheets script will ask for permission to run the first time -![Screencast: GoogleSheets Geocoder: US Census Geographies](google-sheets-geocoder-census-geographies.gif) +![Screencast: GoogleSheets Geocoder: US Census Geographies](images/09-transform/google-sheets-geocoder-census-geographies.gif) -#### About US Census 15-character GeoID +##### About US Census 15-character GeoID {-} - Make sure that column G is formatted as text (to preserve leading zeros), not number - Break down a sample GeoID: 090035245022001 - state = 09 @@ -37,26 +38,28 @@ https://docs.google.com/spreadsheets/d/1x_E9KwZ88c_kZvhZ13IF7BNwYKTJFxbfDu77sU1v - block group = 2 - block = 001 -## How it works +##### How it works {-} The Google Sheet Geocoder runs from a script insert in the Google Sheet, which calls one of two free geocoding services: + - US Census Geocoder https://geocoding.geo.census.gov/geocoder. See more detailed documentation at http://www.census.gov/geo/maps-data/data/geocoder.html - Geocode with Google Apps: The Maps Service of Google Apps allows users to geocode street addresses without using the Google Maps API, with a limit of 1,000 searches daily per user, https://developers.google.com/apps-script/reference/maps/geocoder -## How to insert the Geocoder Script into any Google Sheet +##### How to insert the Geocoder Script into any Google Sheet {-} If you do not wish to File > Make a Copy of the Google Sheet templates above, you can insert the open-source Geocoder Scripts into your own Google Sheet: + - Go to [Google Sheets Geocoder repo on GitHub](https://github.com/datavizforall/google-sheets-geocoder) - Sign in to your Google Sheets, then select Tools > Script Editor - File > Create New Script File - Open and copy a script (such as geocoder-census-google.gs) and paste into your Script Editor -- Save and rename to geocoder-census-google.gs) +- Save and rename to geocoder-census-google.gs - Refresh your Google Sheet and look for new Geocoder menu -** TO DO ** +##### TO DO {-} - Also describe and link back how to split columns to form multi-columns addresses - also describe and link back to how to unify columns to form a one-column address - add this https://developers.google.com/maps/faq#geocoder_queryformat -## See also: Batch upload to US Census +#### See also: Batch upload to US Census {-} - Available at US Census Geocoder https://geocoding.geo.census.gov/geocoder/ - Upload CSV table with up to 1000 rows for faster processing, in this format, WITHOUT column headers: @@ -71,22 +74,23 @@ If you do not wish to File > Make a Copy of the Google Sheet templates above, yo - Large batches may be delayed a few minutes during peak time periods - Unmatched addresses need to be manually corrected and re-submitted -### Try it: Batch Upload to US Census -1) Right-click and Save this CSV file to your computer: [sample-addresses-50](https://www.datavizforall.org/transform/geocode/sample-addresses-50.csv). CSV means comma-separated values, a generic spreadsheet format that most data tools can easily open. +#### Try it: Batch Upload to US Census {-} +1) Right-click and Save this CSV file to your computer: [sample-addresses-50](sample-addresses-50.csv). CSV means comma-separated values, a generic spreadsheet format that most data tools can easily open. 2) Use any spreadsheet tool to organize your address data into five columns: any ID number, street, city, state, zip code. **Remove all column headers**. - ![](address-no-column-headers.png) + ![](images/09-transform/address-no-column-headers.png) Hints: -- If your data lacks ID numbers, quickly [create a column of consecutive numbers](../../transform/calculate/index.html), as shown in this book. + +- If your data lacks ID numbers, quickly [create a column of consecutive numbers](calculate), as shown in this book. - If your address data includes apartment numbers, leave them in. - Only the ID and address fields are required. City, state, and zip code may be blank if you lack any of this information, but fewer matches will be exact. - If your address data is combined into one cell, such as: 300 Summit St, Hartford, CT 06106 - - then try to [clean your data with the split column method](../../clean/spreadsheets) in this book. + - then try to [clean your data with the split column method](clean-spreadsheets) in this book. - If you need to temporarily move other non-address data columns into a second spreadsheet, remember to paste the column of ID numbers into the second sheet. After geocoding, sort both sheets by the ID column, then paste to rematch the data. -3) Save the file in CSV generic spreadsheet format, in batches of no more than 1,0000 rows per file. Learn more about [saving in CSV format](../../spreadsheet/csv) in this book. +3) Save the file in CSV generic spreadsheet format, in batches of no more than 1,0000 rows per file. Learn more about [saving in CSV format](csv) in this book. 4) Go to US Census Geocoder (https://www.census.gov/geo/maps-data/data/geocoder.html) @@ -94,19 +98,16 @@ Hints: 6) Click the Choose button to upload your CSV file. Use the default benchmark and vintage settings for the most current data. Click the Get Results button, and be patient if using the service during busy weekday hours. - ![](census-geocoder-batch.png) + ![](images/09-transform/census-geocoder-batch.png) 7) Census Geocoder will download the results through your web browser in a file named: GeocodeResults.csv. Since these results do not contain column headers, use the screenshot below for guidance, or [read the Census Geocoder documentation](http://www.census.gov/geo/maps-data/data/geocoder.html) for more details. - ![](geocode-results.png) + ![](images/09-transform/geocode-results.png) 8) Use a spreadsheet tool to open the CSV file. Sort results by the match quality (columns C and D), with these entries: match exact, match non-exact, tie, no-match. 9) For results without an exact match, check the address for typos, and try to re-geocode in a separate CSV file. The US Census Geocoder tool is very good, but not perfect. For a few rows of hard-to-match data, use a different geocoding tool, such as the Google Maps > What's Here feature described at the top of this page, to look up individual addresses and coordinates. -## Learn more -- Aggregate individual rows of data into groups by census area with [pivot tables](../../spreadsheet/pivot). -- [Download census data](../find) by tract or block group, and use the [VLOOKUP formula](../../spreadsheet/vlookup/) to join or merge this rows of data that you have geocoded by census tract or block group. - -{% footer %} -{% endfooter %} +#### Learn more {-} +- Aggregate individual rows of data into groups by census area with [pivot tables](pivot). +- [Download census data](find) by tract or block group, and use the [VLOOKUP formula](vlookup/) to join or merge this rows of data that you have geocoded by census tract or block group. diff --git a/transform/pivot/README.md b/09.02-pivot-point-to-polygon.Rmd similarity index 60% rename from transform/pivot/README.md rename to 09.02-pivot-point-to-polygon.Rmd index 30faa9629..105d64bf0 100644 --- a/transform/pivot/README.md +++ b/09.02-pivot-point-to-polygon.Rmd @@ -1,24 +1,24 @@ -# Pivot Address-Level Point Data into Polygon Data -*By [Jack Dougherty](../../introduction/who.md), last updated March 30, 2017* +## Pivot Address-Level Point Data into Polygon Data {#pivot-point-to-polygon} +*By [Jack Dougherty](authors), last updated March 30, 2017* Problem: If I begin with address-level point data, how can I transform this into polygon map data? One solution: In any spreadsheet, split your address data into separate columns (such as Street, City, State), then create a pivot table to aggregate rows into groups (such as the number of addresses in each City or State). -If your location data is combined into one column (example: 300 Summit St, Hartford CT), then see the [Spreadsheets: Split Data Columns tutorial](../../clean/spreadsheets) in the Clean Your Data chapter of this book. +If your location data is combined into one column (example: 300 Summit St, Hartford CT), then see the [Spreadsheets: Split Data Columns tutorial](clean-spreadsheets) in this book. Here's an example using a long list of US hospitals from the Medicare open data repository, which is already split into separate columns: https://data.medicare.gov/Hospital-Compare/Hospital-General-Information/xubh-q36u 1) Open the link above, see columns of data (Address, City, State, etc.), and click the blue Export button to download in the CSV generic spreadsheet format. -![Screenshot: Export US Hospital data into CSV format](hospital-socrata-export.png) +![Screenshot: Export US Hospital data into CSV format](images/09-transform/hospital-socrata-export.png) -2) Open the file with any spreadsheet tool, and create a pivot table to count up the number of hospitals in each state. For help, see the [Pivot Table tutorial in the Spreadsheet chapter](../../spreadsheet/pivot) of this book. +2) Open the file with any spreadsheet tool, and create a pivot table to count up the number of hospitals in each state. For help, see the [Pivot Table tutorial](pivot) in this book. -![Screenshot: Pivot Table of US Hospitals by State](hospital-pivot-table.png) +![Screenshot: Pivot Table of US Hospitals by State](images/09-transform/hospital-pivot-table.png) -3) Now you can copy and paste the pivot table raw data of hospitals by US states. See the [Normalize Data tutorial](../normalize) and also the [Edit and Join Spreadsheet with Polygon Map using Mapshaper](../mapshaper) tutorial in this book. +3) Now you can copy and paste the pivot table raw data of hospitals by US states. See the [Normalize Data tutorial](normalize) and also the [Edit and Join Spreadsheet with Polygon Map using Mapshaper](mapshaper) tutorial in this book. -## Other Solutions -- use the [Google Sheets Geocoder: US Census Geographies tutorial](../geocode) in this book to convert addresses into census tracts, etc. -- then pivot +#### Other Solutions {-} +- use the [Google Sheets Geocoder: US Census Geographies tutorial](geocode) in this book to convert addresses into census tracts, etc., and then pivot - do a polygons-to-points spatial join with Mapshaper.org ** TO DO ** diff --git a/transform/normalize/README.md b/09.03-normalize.Rmd similarity index 88% rename from transform/normalize/README.md rename to 09.03-normalize.Rmd index 81777a1de..fd5e80485 100644 --- a/transform/normalize/README.md +++ b/09.03-normalize.Rmd @@ -1,9 +1,8 @@ -# Normalize Data to Create Meaningful Polygon Maps -*By [Jack Dougherty](../../introduction/who.md), last updated March 31, 2017* +## Normalize Data to Create Meaningful Polygon Maps {-} +*By [Jack Dougherty](authors), last updated March 31, 2017* -When preparing polygon maps, normalize your data to create more meaningful comparisons. +When preparing polygon maps, normalize your data to create more meaningful comparisons. Learn the difference between: -Learn the difference between: - **Raw data:** absolute values, such as the population of each US state (example: Connecticut population in 2015 = 3,590,886 people) - **Normalized data:** represented on a standard scale (also known as standardized data), such as the population density of each US state (example: Connecticut 2015 population density = 3,590,886 people / 4,482 square miles = 742 people per square mile, equivalent to 1,922 people per square kilometer) @@ -16,17 +15,18 @@ The difference between raw versus normalized data matters, especially in polygon But raw data still matters, too. Although normalized data allows for easier comparisons across regions of different size, it can hide very low raw data values. For example, imagine two city neighborhoods with equally high unemployment rates of 20%, a normalized value. But if one neighborhood has a labor market population of 5,000 people while the other has only 500, the actual number of unemployed people in the second neighborhood is much smaller, as shown in the table below. -| Neighborhood | Labor Market Population | Unemployment Rate | Actual Unemployed People +| Neighborhood | Labor Market Population | Unemployment Rate | Actual Unemployed People | | :----- | :----- | :----- | :----- | | First | 5,000 | 20% | 1,000 | | Second | 500 | 20%| 100 | -## Different ways to normalize data +#### Different ways to normalize data {-} After you understand the basic concept, also think about different ways to normalize the same data. Your method depends on the type of data story you wish to emphasize. Look at the table excerpt below on US population and land area by state in 2015: -![Screenshot: US population and land area](us-population-area-2015.png) +![Screenshot: US population and land area](images/09-transform/us-population-area-2015.png) There are at two acceptable ways to normalize this raw data: + - Normalized by area: Population per square mile in each state (calculate = pop / square miles) - Normalized by total: Percent of total US population in each state (calculate = state pop / total US pop) @@ -35,7 +35,3 @@ For example: | US State | Population 2015 | Land Area (sq. mi) | Density (per square mile) | Percent of total US pop | | :----- | :----- | :----- | :----- | | Connecticut | 3,590,886 | 4,842 | 741 | 1.1% | - - -{% footer %} -{% endfooter %} diff --git a/09.04-convert-geojson.Rmd b/09.04-convert-geojson.Rmd new file mode 100644 index 000000000..43be248a3 --- /dev/null +++ b/09.04-convert-geojson.Rmd @@ -0,0 +1,15 @@ +## Convert Map Data into GeoJSON format {#convert-geojson} +*By [Jack Dougherty](authors), last updated April 3, 2017* + +When you find map data, it may be stored in one of these common data formats below: + +#### GeoJSON {-} +GeoJSON is newer, popular open format for map data, and works across many tools, so is our top recommendation in this book. GeoJSON files can be used with Leaflet map code, Google Maps JS API code, Carto map tools, and more. Also, your GitHub repository will automatically display any GeoJSON files in a map view. + +GeoJSON data must follow a [structured format](http://geojson.org/), but the file name may end with either `.geojson` or `.json`. The GeoJSON structured format orders coordinates in *longitude-latitude* format, the same as X-Y coordinates in mathematics. This is the opposite of Google Maps and several other web map tools, which order points in *latitude-longitude* format. For example, Hartford Connecticut is located at (-72.67, 41.76) in GeoJSON, but (41.76, -72.67) in Google Maps. + +#### Shapefiles {-} +The shapefile format was created in the 1990s by ESRI, the company that developed ArcGIS software. Shapefiles typically appear as a folder of subfiles with suffixes such as `.shp`, `.shx`, `.dbf`, and others. Although government agencies commonly distribute map data in shapefile format, the standard tools for editing these files---ArcGIS and its free and open-source cousin, QGIS---are not as easy to learn as other tools in this book. For this reason, this book recommends converting shapefiles into one of the more friendlier formats below. + +#### Keyhole Markup Language (or KML) {-} +The KML format rose in popularity during the late 2000s. Google Earth, a free and user-friendly tool, allowed many people to view and edit geographic data. KML files are commonly used in the Google Fusion Tables maps described in this book. Sometimes `.kml` files are distributed in a compressed `.kmz` format. See the chapter on [converting from KMZ to KML format](convert-kmz) in this book. diff --git a/transform/geojsonio/README.md b/09.05-geojsonio.Rmd similarity index 58% rename from transform/geojsonio/README.md rename to 09.05-geojsonio.Rmd index f93b1f6e0..de9a8ec8a 100644 --- a/transform/geojsonio/README.md +++ b/09.05-geojsonio.Rmd @@ -1,46 +1,40 @@ -# Convert, Edit, and Create Map Data with GeoJson.io -*By [Jack Dougherty](../../introduction/who.md), last updated March 26, 2017* +## Convert, Edit, and Create Map Data with GeoJson.io {-} +*By [Jack Dougherty](authors), last updated March 26, 2017* ** TO DO ** + - rewrite into tool review and tutorial format - place polygon conversion at top and specify import-export formats Go to http://geojson.io to explore this open-source web tool to convert, edit, and create GeoJSON map data. The tool was originally developed by Tom MacWright, and is supported by Mapbox.com. -## Convert a CSV spreadsheet of point data into GeoJSON +#### Convert a CSV spreadsheet of point data into GeoJSON {-} Use any spreadsheet tool and prepare a list of coordinate points (known as features). You must include column headers **lat** and **lon**, or a fuller spelling, such as *latitude* and *longitude*. The order of the columns does not matter. Also, you can add more headers to identify each point (example: name) and include more details (known as the properties of the features). -![](name-lat-lon-info.png) +![](images/09-transform/name-lat-lon-info.png) -Save your spreadsheet in generic CSV format. *Hint:* see [Save Spreadsheet as CSV chapter](../../spreadsheet/csv) in this book. +Save your spreadsheet in generic CSV format. *Hint:* see [Save Spreadsheet as CSV chapter](csv) in this book. -Try it! Click this link and Save to download this sample file to your computer: [name-lat-lon-info in CSV format](https://www.datavizforall.org/transform/geojsonio/name-lat-lon-info.csv). CSV means comma-separated values, a generic spreadsheet format that most data tools can easily open. +Try it! Click this link and Save to download this sample file to your computer: [name-lat-lon-info in CSV format](data/name-lat-lon-info.csv). CSV means comma-separated values, a generic spreadsheet format that most data tools can easily open. Drag the CSV file into the GeoJSON.io map window. Flip between the JSON and Table tabs to view or edit the data. -![](dataviz-geojsonio-640.gif) +![Screencast](images/09-transform/dataviz-geojsonio-640.gif) Select the Save menu and export into GeoJSON format. Optional: Login to GeoJSON.io with your GitHub account and save directly to your repository. - -## Convert Shapefile or KML polygons into GeoJSON - -Polygon boundary data is often shared as ArcGIS Shapefiles (.shp) or Keyhole Markup Language (.kml) files. Drag any of these (and other) files into the http://GeoJSON.io map window. Flip between the JSON and Table tabs to view or edit the data. +#### Convert Shapefile or KML polygons into GeoJSON {-} +Polygon boundary data is often shared as ArcGIS Shapefiles (.shp) or Keyhole Markup Language (.kml) files. Drag any of these (and other) files into the map window. Flip between the JSON and Table tabs to view or edit the data. Select the Save menu and export into GeoJSON format. -![](geojson-save-as.png) +![](images/09-transform/geojson-save-as.png) -## Create GeoJSON data with drawing tools - -Use the http://GeoJSON.io drawing tools to create points, polygons, and polylines. Flip between the JSON and Table tabs to view or edit the data. - -## Learn more about GeoJSON.io +#### Create GeoJSON data with drawing tools {-} +Use the drawing tools to create points, polygons, and polylines. Flip between the JSON and Table tabs to view or edit the data. +#### Learn more about GeoJSON.io {-} Read about more advanced features and view the code at https://github.com/mapbox/geojson.io - -{% footer %} -{% endfooter %} diff --git a/transform/mapshaper/README.md b/09.06-mapshaper.Rmd similarity index 79% rename from transform/mapshaper/README.md rename to 09.06-mapshaper.Rmd index b696e766e..7dd21b6e3 100644 --- a/transform/mapshaper/README.md +++ b/09.06-mapshaper.Rmd @@ -1,13 +1,15 @@ -#Convert, Edit, Join, and Dissolve with MapShaper.org -*By [Jack Dougherty](../../introduction/who.md), last updated April 10, 2017* +## Convert, Edit, Join, and Dissolve with MapShaper.org {-} +*By [Jack Dougherty](authors), last updated April 10, 2017* ** TO DO ** + - rewrite into tool review/tutorial format - put conversion at top and clarify import-export formats - recommended browsers: Firefox or Chrome - Mac users: go to Finder > Preferences > Advanced > turn on Show file extensions MapShaper (http://MapShaper.org) is another versatile open-source mapping tool, developed and maintained by [Matthew Bloch on GitHub](https://github.com/mbloch/mapshaper). Using the web interface, users can: + - Import and export map layers in multiple formats: Shapefile, GeoJSON, CSV, and more - Simplify (or smooth out) geographic details to reduce map file size - Edit geography with powerful commands (dissolve, clip, join files, etc.) @@ -16,14 +18,14 @@ This free and easy-to-learn MapShaper.org web tool has replaced *many* of my map The examples below focus on polygon boundary data to illustrate common map editing tasks. But MapShaper.org also works with other data layers, such as tables, points, and lines. -##Import and convert map boundary files +#### Import and convert map boundary files {-} -Try it! Right-click the link and Save to download this sample file to your computer: [ct-towns in GeoJSON format](https://www.datavizforall.org/find/ct/ct-towns.geojson). If you accidentally open a page of GeoJSON code in your browser, select File > Save Page As to download to your computer. +Try it! Right-click the link and Save to download this sample file to your computer: [ct-towns in GeoJSON format](data/ct-towns.geojson). If you accidentally open a page of GeoJSON code in your browser, select File > Save Page As to download to your computer. -1. Drag-and-drop any map layer into the http://MapShaper.org browser window. +1. Drag-and-drop any map layer into the browser window. - Import GeoJSON (.geojson or .json), TopoJSON, CSV, or Shapefile formats - For Shapefiles, import the .shp (features), .dbf (attribute data), and .prj (projection) files. Reminder: the WGS84 projection is most portable across multiple platforms. - - KML/KMZ files are not compatible. To convert these into a format that Mapshaper can import, see the [Convert KMZ to KML](../convert-kmz) and [Geojson.io](../geojsonio) chapters in this book. + - KML/KMZ files are not compatible. To convert these into a format that Mapshaper can import, see the [Convert KMZ to KML](convert-kmz) and [Geojson.io](geojsonio) chapters in this book. 2. Click the Export button and select your preferred format: - Shapefile (best for ArcGIS/QGIS software) @@ -32,19 +34,19 @@ Try it! Right-click the link and Save to download this sample file to your compu - SVG (Scalable Vector Graphics, for print or online) - CSV (Comma Separated Values, generic spreadsheet format) - ![](mapshaper-convert-640.gif) + ![Screencast](images/09-transform/mapshaper-convert-640.gif) -##Edit data for specific polygons +#### Edit data for specific polygons {-} To edit data for any polygon in MapShaper.org: + - Click the "i" information button - Select the polygon - Click inside its pop-up info window to directly edit the data - ![](mapshaper-edit-info.png) - -##Simplify map boundaries to reduce file size + ![](images/09-transform/mapshaper-edit-info.png) +#### Simplify map boundaries to reduce file size {-} If your data visualization project displays a zoomed-out state or national or world map, small geographic details that are invisible at these zoom levels may not be necessary. Consider using the Simplify command to reduce the file size, which may help your interactive web map to load faster for web visitors. The example below began with a detailed map of Connecticut town boundaries (1:100,000 scale) at 2MB, which MapShaper simplified -- without visibly sacrificing details at the statewide zoom level -- to a reduced size of about 200KB. 1. Try it! Download and upload the sample GeoJSON file as described in the Import section above. @@ -57,25 +59,26 @@ If your data visualization project displays a zoomed-out state or national or wo 5. Complete the process by clicking Simplify once again. Export your file in the preferred format for your project. -![](mapshaper-simplify.png) +![](images/09-transform/mapshaper-simplify.png) -##Dissolve internal polygons to create an outline map +#### Dissolve internal polygons to create an outline map {-} MapShaper.org also includes a Console button to type in commands for common map editing tasks. Imagine that you begin with a boundary map that includes internal polygons, but your goal is to remove all of them to create an outline map. Click the Console button, which opens a window to type in commands. Enter the command below, then press return. Close the Console window and Export your outline map. -``` +```markdown -dissolve ``` -![](mapshaper-dissolve-simple-640.gif) +![Screencast](images/09-transform/mapshaper-dissolve-simple-640.gif) -##Clip a map to match an outline layer +#### Clip a map to match an outline layer {-} Imagine that you start with a polygon map of all towns in Connecticut, and an outline map of Hartford County, a larger region that includes some (but not all) of those smaller towns. Your goal is to create a polygon map of all towns inside Hartford County. In other words, we will "clip" the statewide town map using the county outline map. Try it! Right-click the link and Save to download both sample files to your computer: - - [ct-towns in GeoJSON format](https://www.datavizforall.org/find/ct/ct-towns.geojson) - - [hartfordcounty-outline in GeoJSON format](https://www.datavizforall.org/find/ct/hartfordcounty-outline.geojson) + + - [ct-towns in GeoJSON format](data/ct-towns.geojson) + - [hartfordcounty-outline in GeoJSON format](data/hartfordcounty-outline.geojson) - If you accidentally open a page of GeoJSON code in your browser, select File > Save Page As to download to your computer. Refresh the browser to start a new session in http://MapShaper.org. @@ -87,7 +90,7 @@ Refresh the browser to start a new session in http://MapShaper.org. 3. In the drop-down menu, select the first map (ct-towns) to display it as the active layer. 4. Click the Console button, type or paste in the command below, and press enter. -``` +```markdown -clip hartfordcounty-outline.geojson ``` @@ -95,40 +98,40 @@ Refresh the browser to start a new session in http://MapShaper.org. 6. Sometimes the boundaries of the clip layer do not precisely match up with your active layer, due to differences between their sources. If necessary, add the `cleanup` command to remove any null features or small "slivers" that remain after the clip. -``` +```markdown - clip hartfordcounty-outline.geojson cleanup Removed 3 null features and 5 slivers ``` **TO DO** fix animation to match new file names -![](mapshaper-clip-640.gif) - - -##Remove unwanted data columns +![Screencast](images/09-transform/mapshaper-clip-640.gif) +#### Remove unwanted data columns {-} Sometimes your polygon map contains several columns of unwanted data. To quickly remove them, enter the "-filter-fields" Console command to keep only the columns you list. The example below deletes all columns *except* "town": -``` +```markdown -filter-fields town ``` -##Join spreadsheet data with polygon map - +#### Join spreadsheet data with polygon map {-} ** TO DO ** - fix images and animations to map the new file names and column headers A common mapping task is to join (or merge) new data columns into a polygon boundary map, and MapShaper.org makes this very easy. Imagine that you have two files: + - Connecticut town boundary map - a spreadsheet of town population data Your goal is to unite these files, so that you can later display them in a thematic polygon map. Since these two files share a common column of data -- the town names -- you can join them together into one merged file. -![](mapshaper-join-table-concept.png) +![](images/09-transform/mapshaper-join-table-concept.png) Try it! Right-click each link and Save to download two sample files to your computer: -- [ct-towns in GeoJSON format](https://www.datavizforall.org/find/ct/ct-towns.geojson) -- [ct-towns-popdensity in CSV format](https://www.datavizforall.org/transform/mapshaper/ct-towns-popdensity.csv) - - If you accidentally open a page of GeoJSON code in your browser, select File > Save Page As to download to your computer. + +- [ct-towns in GeoJSON format](data/ct-towns.geojson) +- [ct-towns-popdensity in CSV format](data/ct-towns-popdensity.csv) + +If you accidentally open a page of GeoJSON code in your browser, select File > Save Page As to download to your computer. Refresh the browser to start a new session in http://MapShaper.org. @@ -140,49 +143,51 @@ Refresh the browser to start a new session in http://MapShaper.org. 4. Click the drop-down menu and select the map to display it as the active layer. - ![](mapshaper-join-select-map-layer.png) + ![](images/09-transform/mapshaper-join-select-map-layer.png) 5. Click the Console button, type this command, and press return: -``` +```markdown -join ct-towns-popdensity.csv keys=name,name ``` Type this precisely, with **no spaces** between the words in your keys. This command instructs MapShaper to join the active map layer to the CSV table layer, based on their shared column of data, labeled as "name" in both files. In this example, 169 rows are merged together. - ![](mapshaper-join-console.png) + ![](images/09-transform/mapshaper-join-console.png) 6. Click the Console button to close the command window. Select the "i" info button and click any polygon to confirm that it now contains the new table data. Export the file in your preferred format. - ![](mapshaper-join-confirm.png) + ![](images/09-transform/mapshaper-join-confirm.png) -###More about joins +#### More about joins {-} -1. If you don't have a CSV table that matches the columns in your boundary map data, you can easily create one. Upload the boundary map to MapShaper.org, and export in CSV format, and open with any spreadsheet tool. To match data columns in the CSV spreadsheet, use the [VLOOKUP method in this book](../../spreadsheet/vlookup). +1. If you don't have a CSV table that matches the columns in your boundary map data, you can easily create one. Upload the boundary map to MapShaper.org, and export in CSV format, and open with any spreadsheet tool. To match data columns in the CSV spreadsheet, use the [VLOOKUP method in this book](vlookup). 2. The simple join example above uses identical keys (name,name) because the two columns headers are the same. But if you need to join data where the headers are not the same, enter the first key (the polygon map) and the second key (the CSV table). 3. Mapshaper also helps you to keep track of data that are not properly joined or matched. For example, if the polygon map contains 169 rows (one for each town in Connecticut), but the CSV table contains only 168 rows of data, Mapshaper will join all of those with matching keys, and then display this message: -``` +```markdown Joined 168 data records 1/169 target records received no data ``` + To capture data records that are not properly joined, add these terms at the end of your join command: `unjoined unmatched -info`. The first term saves a copy of each unmatched record from the target table to a new layer named "unmatched," and the second term saves a copy of each unjoined record from the source table into another layer named "unjoined." In the example below, see the console command and results, and a screenshot of the two new layers. -``` +```markdown $ -join towns-data.csv keys=name,name unmatched unjoined -info Joined 27 data records 2/29 target records received no data 2/29 source records could not be joined Layer 1 ... ``` -![](mapshaper-unmatched-unjoined.png) -##Merge selected polygons with join and dissolve commands +![](images/09-transform/mapshaper-unmatched-unjoined.png) + +#### Merge selected polygons with join and dissolve commands {-} ** TO DO ** fix screenshots to match new data files and column headers Another common task is to merge selected polygons in a boundary map, which you can do in MapShaper with the join and dissolve commands you learned above. Imagine that you wish to create regional "cluster" boundaries from smaller polygon areas. For example, the [Connecticut Department of Public Health](http://www.ct.gov/dph/cwp/view.asp?a=3123&q=397740) has grouped individual towns, such as Bloomfield and West Hartford, into regional health districts. Your task is to begin with a statewide polygon map of all town boundaries, and to create a new polygon map that displays these regional clusters. -Try it! Right-click the link and Save to download the sample files to your computer: [ct-towns in GeoJSON format](https://www.datavizforall.org/find/ct/ct-towns.geojson). If you accidentally open a page of GeoJSON code in your browser, select File > Save Page As to download to your computer. +Try it! Right-click the link and Save to download the sample files to your computer: [ct-towns in GeoJSON format](data/ct-towns.geojson). If you accidentally open a page of GeoJSON code in your browser, select File > Save Page As to download to your computer. Refresh the browser to start a new session in http://MapShaper.org. @@ -190,13 +195,13 @@ Try it! Right-click the link and Save to download the sample files to your compu 2. Export in CSV format. This steps creates a spreadsheet that lists all of the polygon town names, without geographic details. - ![](towns-export-csv.png) + ![](images/09-transform/towns-export-csv.png) 3. Open the CSV file with any spreadsheet tool. Copy the contents of the "name" column, paste it into a second column, and change the header of this second column to "merged". 4. In the new "merged" column, create new listings for towns you wish to merge together. In this example, Bloomfield and West Hartford are merged into Bloomfield-West Hartford. Leave other towns unchanged. - ![](CT-towns-merged-csv.png) + ![](images/09-transform/CT-towns-merged-csv.png) 5. Save this spreadsheet in CSV format with a new file name, such as: ct-towns-merged.csv. @@ -204,29 +209,26 @@ Try it! Right-click the link and Save to download the sample files to your compu 7. Use the drop-down menu to manage multiple layers in MapShaper. Since the CSV file has no geography, it appears as a series of rectangular cells. Instead, select the ct-towns.geojson map to display it as the active layer. - ![](mapshaper-two-layers.png) + ![](images/09-transform/mapshaper-two-layers.png) 8. Click on the Console button, type in both of the commands below, and press Return at the end of each line: -``` +```markdown -join CT-towns-merged.csv keys=name,name -dissolve merged ``` - How to understand the commands above: - - The first line "joins" the active layer (the polygon map) to the CSV spreadsheet, with "keys" to match their shared data columns, which are both labeled as "name". - - The second line dissolves the polygons of towns listed in the "merged" column of the CSV file. In this simple example, only Bloomfield and West Hartford are dissolved into a combined "Bloomfield-West Hartford" regional health district, and all of the other polygons remain the same. +How to understand the commands above: - ![](mapshaper-towns-merged.png) +- The first line "joins" the active layer (the polygon map) to the CSV spreadsheet, with "keys" to match their shared data columns, which are both labeled as "name". +- The second line dissolves the polygons of towns listed in the "merged" column of the CSV file. In this simple example, only Bloomfield and West Hartford are dissolved into a combined "Bloomfield-West Hartford" regional health district, and all of the other polygons remain the same. -Click the Console button to close its window. Select the "i" information button to inspect your merged polygons. Export the map in your preferred format. + ![](images/09-transform/mapshaper-towns-merged.png) +Click the Console button to close its window. Select the "i" information button to inspect your merged polygons. Export the map in your preferred format. -##Learn more advanced MapShaper methods +#### Learn more advanced MapShaper methods {-} - See the MapShaper GitHub project wiki (https://github.com/mbloch/mapshaper/wiki/) for more command references and tips about map simplification **TO DO**: illustrate concept of a point-to-polygon spatial join. When using the join command, "If the keys= option is missing, Mapshaper will perform a point-to-polygon or polygon-to-point spatial join." - -{% footer %} -{% endfooter %} diff --git a/detect/README.md b/10-detect.Rmd similarity index 65% rename from detect/README.md rename to 10-detect.Rmd index 303399dc9..e29ab731a 100644 --- a/detect/README.md +++ b/10-detect.Rmd @@ -1,19 +1,18 @@ -# Detect Bias in Data Stories -*by [Jack Dougherty, Stacy Lam, and David Tatem](../introduction/who.md), last updated March 17, 2017* +# Detect Bias in Data Stories {#detect} +*by [Jack Dougherty with Stacy Lam, and David Tatem](authors), last updated March 17, 2017* While we like to believe data visualizations simply "tell the truth," when you dig further into this topic, you realize that there are multiple ways to represent reality. In this chapter, you will learn how visualizations display the biases of the people and the software that create them. Although we cannot stop bias, we can teach people to look for and detect it, and be aware of our own. Sections in this chapter: + - [How to Lie with Charts](how-to-lie-with-charts), inspired by Darrell Huff (1954) - [How to Lie with Maps](how-to-lie-with-maps), inspired by Mark Monmonier (1996) -**[Enroll in our free online course](../../enroll)**, which introduces these topics in the brief video below, and offers more exercises and opportunities to interact with instructors and other learners. -{%youtube%}eWfI_ANQT2Q{%endyoutube%} +Enroll in our free online course *TO DO add link*, which introduces these topics in the brief video below, and offers more exercises and opportunities to interact with instructors and other learners. + + -## Learn more +#### Learn more {-} - Darrell Huff, How to Lie with Statistics (W. W. Norton & Company, 1954), http://books.google.com/books?isbn=0393070875 - Mark S. Monmonier, How to Lie with Maps, 2nd ed. (University of Chicago Press, 1996), http://books.google.com/books?isbn=0226534219 - Nathan Yau, “How to Spot Visualization Lies,” FlowingData, February 9, 2017, http://flowingdata.com/2017/02/09/how-to-spot-visualization-lies/ - -{% footer %} -{% endfooter %} diff --git a/detect/how-to-lie-with-charts/README.md b/10.01-how-to-lie-with-charts.Rmd similarity index 72% rename from detect/how-to-lie-with-charts/README.md rename to 10.01-how-to-lie-with-charts.Rmd index 9bdaf88c1..60f132801 100644 --- a/detect/how-to-lie-with-charts/README.md +++ b/10.01-how-to-lie-with-charts.Rmd @@ -1,21 +1,21 @@ -# How to Lie with Charts -*By [Jack Dougherty](../../introduction/who.md), last updated March 25, 2017* +## How to Lie with Charts {#how-to-lie-with-charts} +*By [Jack Dougherty](authors), last updated March 25, 2017* One of the best ways to learn how to detect bias in data visualization is to intentionally manipulate a chart, and tell two (or more) opposing stories with the same data. You’ll learn what to watch out for when viewing other people’s charts, and think more carefully about the ethical issues when you design your own. -This exercise was inspired by Darrell Huff, How to Lie with Statistics (W. W. Norton & Company, 1954), http://books.google.com/books?isbn=0393070875 +This exercise was inspired by a classic book published more than fifty years ago: Darrell Huff, *How to Lie with Statistics* (W. W. Norton & Company, 1954), http://books.google.com/books?isbn=0393070875 -Right-click this link and Save to download this sample data in CSV format to your computer: [us-gross-domestic-product-per-capita](https://www.datavizforall.org/detect/how-to-lie-with-charts/us-gross-domestic-product-per-capita.csv). This historical data on economic productivity comes from the World Bank, World Development Indicators, http://data.worldbank.org/data-catalog/world-development-indicators +Right-click this link and Save to download this sample data in CSV format to your computer: [us-gross-domestic-product-per-capita](data/us-gross-domestic-product-per-capita.csv). This historical data on economic productivity comes from the World Bank, World Development Indicators, http://data.worldbank.org/data-catalog/world-development-indicators Upload the CSV file to your Google Drive (with Settings to Convert to Google format) to create a Google Sheet. -Select the data cells and Insert > Chart > Line chart, similar to the default version shown below +Select the data cells and Insert > Chart > Line chart, similar to the default version shown below: In your Google Sheet chart, double-click the vertical y-axis to edit the Minimum and Maximum values. -![Screenshot: Edit the Min and Max values of the Y-axis](y-axis-min-max.png) +![Screenshot: Edit the Min and Max values of the Y-axis](images/10-detect/y-axis-min-max.png) Make the line look "flatter" (slower economic growth) by lowering the minimum to $36,000, and increasing the maximum to $100,000, as shown below: @@ -26,6 +26,3 @@ Make the line look like a "sharper increase" (faster economic growth) by increas ** TO DO -- add conclusion ** - -{% footer %} -{% endfooter %} diff --git a/detect/how-to-lie-with-maps/README.md b/10.02-how-to-lie-with-maps.Rmd similarity index 78% rename from detect/how-to-lie-with-maps/README.md rename to 10.02-how-to-lie-with-maps.Rmd index 2601d2551..2c8f5bd3e 100644 --- a/detect/how-to-lie-with-maps/README.md +++ b/10.02-how-to-lie-with-maps.Rmd @@ -1,9 +1,9 @@ -# How to Lie with Maps -*By [Jack Dougherty](../../introduction/who.md), last updated March 20, 2017* +## How to Lie with Maps {#how-to-lie-with-maps} +*By [Jack Dougherty](authors), last updated March 20, 2017* One of the best ways to learn how to detect bias in data visualization is to intentionally manipulate a map, and tell two (or more) opposing stories with the same data. You’ll learn what to watch out for when viewing other people’s maps, and think more carefully about the ethical issues when you design your own. -This exercise was inspired by Mark S. Monmonier, How to Lie with Maps, 2nd ed. (University of Chicago Press, 1996), http://books.google.com/books?isbn=0226534219 +This exercise was inspired by Mark S. Monmonier, *How to Lie with Maps, 2nd ed.* (University of Chicago Press, 1996), http://books.google.com/books?isbn=0226534219 First, scroll through this data on Median Household Income for Hartford-area towns, 2011-15, from American Community Survey 5-year estimates. Or right-click to [open this Google Sheet in a new tab](https://docs.google.com/spreadsheets/d/13bFHsXJtADIkUCGgjpO76RjrV0OAu62hzK-J3bXEVsk/edit#gid=556312122). @@ -17,8 +17,4 @@ Why are these two maps portray the same data so differently? To see the answer, ** TO DO ** -Create your own version.... - - -{% footer %} -{% endfooter %} +Create your own version... diff --git a/story/README.md b/11-story.Rmd similarity index 57% rename from story/README.md rename to 11-story.Rmd index f47677089..006f51d0d 100644 --- a/story/README.md +++ b/11-story.Rmd @@ -1,10 +1,11 @@ -# Tell Your Data Story - -** to come ** +# Tell Your Data Story {#story} Tell the story about your data, including its most meaningful insights and limitations Write compelling titles, labels, and sentences to accompany your visualization. Call attention to the most meaningful insights in your chart, and explain any data limitations. -- credit insights to Cole Nussbaumer Knaflic, Storytelling with Data: A Data Visualization Guide for Business Professionals (Wiley, 2015), http://www.storytellingwithdata.com/book/ +This chapter draws inspiration from Cole Nussbaumer Knaflic, *Storytelling with Data: A Data Visualization Guide for Business Professionals* (Wiley, 2015), http://www.storytellingwithdata.com/book/ + - Beginning, Middle, and End - Draw Attention to Meaning + +*TO DO* diff --git a/highcharts/README.md b/12-highcharts.Rmd similarity index 62% rename from highcharts/README.md rename to 12-highcharts.Rmd index e746a5488..6221826b3 100644 --- a/highcharts/README.md +++ b/12-highcharts.Rmd @@ -1,9 +1,9 @@ -# Highcharts Code Templates -*by [Ilya Ilyankou and Jack Dougherty](../introduction/who.md), last updated March 21, 2017* +# Highcharts Code Templates {#highcharts} +*by [Ilya Ilyankou and Jack Dougherty](authors), last updated March 21, 2017* -While beginners appreciate the drag-and-drop chart tools and tutorials described earlier in this book, such as [Google Sheets](../chart/google-sheets) and [Tableau Public](../chart/tableau-public), more advanced users may wish to customize their visualizations, add more complex data, and control exactly how and where their work appears on the web. A more powerful and relatively easy-to-learn solution is to use code templates built with Highcharts, https://highcharts.com, an open-source library, which you can [modify and host on GitHub](../github), as described in a previous chapter in this book. +While beginners appreciate the drag-and-drop chart tools and tutorials described earlier in this book, such as [Google Sheets](google-sheets) and [Tableau Public](tableau-public), more advanced users may wish to customize their visualizations, add more complex data, and control exactly how and where their work appears on the web. A more powerful and relatively easy-to-learn solution is to use code templates built with Highcharts , an open-source library, which you can [modify and host on GitHub](github), as described in this book. -## Tool Review +#### Tool Review {-} - Pros of working with Highcharts (http://highcharts.com): - Open-source code that is free for individuals, schools, and non-profits to use online or download - Easier for beginners to understand than more complex visualization code libraries @@ -15,7 +15,7 @@ While beginners appreciate the drag-and-drop chart tools and tutorials described | --- | --- | | to come | to come | -## Inside Highcharts code templates +#### Inside Highcharts code templates {-} The templates featured above vary from simple to complex, but all of them include three basic types of code: - HTML: to structure content on the web (example: index.html) - CSS, or Cascading Style Sheet: to shape how content appears on the web (example: style.css) @@ -25,8 +25,5 @@ Also, these templates refer to other code elements: - library: link to online instructions to complete routine tasks (example: Highcharts) - data: content to appear in chart, typically in CSV format (example: data.csv) or pulled from Google Sheets -## Learn more +#### Learn more {-} - Highcharts Demos, http://www.highcharts.com/demo - -{% footer %} -{% endfooter %} diff --git a/highcharts/scatter-csv/README.md b/12.01-highcharts-scatter-csv.Rmd similarity index 79% rename from highcharts/scatter-csv/README.md rename to 12.01-highcharts-scatter-csv.Rmd index c53ddacc2..b66ae8d3d 100644 --- a/highcharts/scatter-csv/README.md +++ b/12.01-highcharts-scatter-csv.Rmd @@ -1,17 +1,16 @@ -# Scatter Chart with CSV Data in Highcharts template +## Scatter Chart with CSV Data in Highcharts Template {-} -## Try it +#### Try it {-} You will begin this tutorial with a basic chart template that includes only 7 points By the end of this tutorial, you will learn how to modify the chart and add a new CSV spreadsheet with over 160 points: -## Tutorial +#### Tutorial {-} 1) Right-click to open this GitHub code template in a new tab: https://github.com/JackDougherty/highcharts-scatter-csv -2) Go to the [Fork and Edit a Highcharts Scatter Chart with GitHub tutorial](../../github/fork-highcharts) in this book. +2) Go to the [Fork and Edit a Highcharts Scatter Chart with GitHub tutorial](fork-highcharts) in this book. -{% footer %} -{% endfooter %} +TO DO: finish this diff --git a/leaflet/README.md b/13-leaflet.Rmd similarity index 56% rename from leaflet/README.md rename to 13-leaflet.Rmd index bb15a368e..fbf1ba85c 100644 --- a/leaflet/README.md +++ b/13-leaflet.Rmd @@ -1,9 +1,9 @@ -# Leaflet Map Templates -*by [Ilya Ilyankou and Jack Dougherty](../introduction/who.md), last updated March 21, 2017* +# Leaflet Map Templates {#leaflet} +*by [Ilya Ilyankou and Jack Dougherty](authors), last updated March 21, 2017* -While beginners appreciate the drag-and-drop map tools and tutorials described earlier in this book, such as [BatchGeo](../map/batchgeo), [Google My Maps](../map/mymaps) and [Carto](../map/carto), more advanced users may wish to customize their visualizations, add more complex data and interactivity, and control exactly how and where their work appears on the web. A more powerful and relatively easy-to-learn solution is to use code templates built with Leaflet, https://leafletjs.com, an open-source library, which you can [modify and host on GitHub](../github), as described in a previous chapter in this book. +While beginners appreciate the drag-and-drop map tools and tutorials described earlier in this book, such as [BatchGeo](batchgeo), [Google My Maps](mymaps) and [Carto](carto), more advanced users may wish to customize their visualizations, add more complex data and interactivity, and control exactly how and where their work appears on the web. A more powerful and relatively easy-to-learn solution is to use code templates built with Leaflet , an open-source library, which you can [modify and host on GitHub](github), as described in this book. -## Tool Review +#### Tool Review {-} - Pros of working with Leaflet (https://leafletjs.com): - Open-source code, which anyone can freely use online, download, modify, or expand with plugins - Easier for beginners to understand than some other map code libraries @@ -14,21 +14,20 @@ While beginners appreciate the drag-and-drop map tools and tutorials described e | Leaflet map templates | Best use and tutorial chapters | | --- | --- | -| Leaflet Maps with Google Sheets
![](leaflet-maps-with-google-sheets.png) | Best to show points, polygons, polylines, or point table data. Upload your GeoJSON data and modify settings in linked Google Sheet (or CSV) and GitHub repo.
Template with tutorial: [Leaflet Maps with Google Sheets](with-google-sheets) | +| Leaflet Maps with Google Sheets
![](images/12-leaflet/leaflet-maps-with-google-sheets.png) | Best to show points, polygons, polylines, or point table data. Upload your GeoJSON data and modify settings in linked Google Sheet (or CSV) and GitHub repo.
Template with tutorial: [Leaflet Maps with Google Sheets](leaflet-maps-with-google-sheets) | ** TO DO ** - more template links to come. . . -## Inside Leaflet code templates +#### Inside Leaflet code templates {-} The templates featured below vary from simple to complex, but all of them include three basic types of code: + - HTML: to structure content on the web (example: index.html) - CSS, or Cascading Style Sheet: to shape how content appears on the web (example: style.css) - JavaScript: to create the map and interactivity (example: script.js) Also, these templates refer to other types of code: + - library: link to online instructions to complete routine tasks (examples: Leaflet, jQuery) - basemap tiles: link to online background map (example: Carto Positron, a light-gray street map) - data: content to appear on map, typically in CSV or GeoJSON format (examples: data.csv, data.geojson) - -{% footer %} -{% endfooter %} diff --git a/leaflet/with-google-sheets/README.md b/13.01-leaflet-maps-with-google-sheets.Rmd similarity index 81% rename from leaflet/with-google-sheets/README.md rename to 13.01-leaflet-maps-with-google-sheets.Rmd index f5841b969..c14a63be3 100644 --- a/leaflet/with-google-sheets/README.md +++ b/13.01-leaflet-maps-with-google-sheets.Rmd @@ -1,12 +1,13 @@ -# Leaflet Maps with Google Sheets code template -*by [Ilya Ilyankou and Jack Dougherty](../../introduction/who.md), last updated April 10, 2017* +## Leaflet Maps with Google Sheets template {#leaflet-maps-with-google-sheets} +*by [Ilya Ilyankou and Jack Dougherty](authors), last updated April 10, 2017* -Question: If you have moved beyond simple drag-and-drop point map tools (such as [BatchGeo](../../map/batchgeo) and [Google My Maps](../../map/mymaps) tutorials in this book), and want to create point and/or polygon and/or polyline maps, where should you go? +Question: If you have moved beyond simple drag-and-drop point map tools, such as the [BatchGeo](batchgeo) and [Google My Maps](mymaps) tutorials in this book, and want to create point and/or polygon and/or polyline maps, where should you go? Answer: Copy and customize our open-source template for Leaflet Maps with Google Sheets. Control the map options display data that you upload to your Google Sheet and GitHub repository. No coding skills required, other than pasting one line of code to link your map with your sheet. Requires two free accounts: Google and GitHub. -## Video and list of features -{%youtube%}kUEfB8wD3Vk{%endyoutube%} +#### Video and list of features {-} + + - Best to show points, polygons, and/or polylines, with table of points in map view - Free and open-source code template, built on Leaflet and linked to Google Sheets - Fork the code and host your live map on the web for free with GitHub Pages @@ -16,38 +17,43 @@ Answer: Copy and customize our open-source template for Leaflet Maps with Google - Show multiple polygon layers, each with their own color legend and ranges (numerical or text) - Responsive design resizes your maps to display inside most mobile devices -## Try it +#### Try it {-} Explore the map or right-click to [view full-screen map in a new tab](https://jackdougherty.github.io/leaflet-maps-with-google-sheets/) The map pulls the point data and settings from a linked Google Sheet, which you can explore below or right-click to [view full-screen Sheet in a new tab](https://docs.google.com/spreadsheets/d/1ZxvU8eGyuN9M8GxTU9acKVJv70iC3px_m3EVFsOHN9g) -## Part 1: Create and customize your map +#### Part 1: Create and customize your map {-} In the first part of this tutorial, you will learn how to create your own copy of the Leaflet Maps with Google Sheets template, publish your Google Sheet, and paste its web address into your GitHub repo. + - A) Fork (copy) the code template and publish your version with GitHub Pages - B) File > Make a Copy of Google Sheet template, Share, and File > Publish - C) Paste your Google Sheet URL in two places in your GitHub repo - D) Modify your map settings in the Options tab and test your live map -{%youtube%}-nGdrzMuUnI{%endyoutube%} -## Part 2: Upload and display your map data + + +#### Part 2: Upload and display your map data {-} In the second part of this tutorial, you will learn how to geocode and customize your own point markers, and either hide or upload your own polygon and/or polyline GeoJSON data. + - E) Geocode locations and customize new markers in the Points tab - F) Hide the polygon and polyline legends and default GeoJSON data - G) Upload and display your own polygon GeoJSON data - H) Upload and display your own polyline GeoJSON data - I) Upload and display customized marker icons - J) Optional: Save Google Sheets as CSV and upload to GitHub +- ** TO DO: second half video** -To solve problems, see [Fix Common GitHub and Code Errors](../../github/fix) chapter in this book. +To solve problems, see [Fix Common GitHub and Code Errors](fix-code) chapter in this book. -### A) Fork (copy) the code template and publish your version with GitHub Pages +#### A) Fork (copy) the code template and publish your version with GitHub Pages {-} **Before you begin**, this tutorial assumes that you: -- have a [free Google Drive account](http://drive.google.com), and learned the [File > Make a Copy in Google Sheets](https://www.datavizforall.org/spreadsheet/copy) tutorial in this book -- have a [free GitHub account](http://github.com), and understand concepts from the [Modify and Host Code with GitHub](https://www.datavizforall.org/github) chapter in this book + +- have a [free Google Drive account](http://drive.google.com), and learned the [File > Make a Copy in Google Sheets](copy) tutorial in this book +- have a [free GitHub account](http://github.com), and understand concepts from the [Modify and Host Code with GitHub](github) chapter in this book 1) Right-click to open this GitHub code template in a new tab: https://github.com/JackDougherty/leaflet-maps-with-google-sheets @@ -55,20 +61,20 @@ To solve problems, see [Fix Common GitHub and Code Errors](../../github/fix) cha 3) In the upper-right corner, click Fork to copy the template (also called a code repository, or repo) into your own account. The web address (URL) of the new copy in your account will follow this format: -``` +```markdown https://github.com/USERNAME/leaflet-maps-with-google-sheets ``` -Reminder: You can only fork a GitHub repo **one time**. If needed, see how to make a second copy in the [Create a New Repo in GitHub](../../github/create-repo) chapter in this book. +Reminder: You can only fork a GitHub repo **one time**. If needed, see how to make a second copy in the [Create a New Repo in GitHub](create-repo) chapter in this book. 4) In your new copy of the code repo, click on Settings, scroll down to the GitHub Pages area, select Master, and Save. This publishes your code to a live map on a public website that you control. 5) Scroll down to GitHub Pages section again, and copy the link to your published web site, which will follow this format: -``` +```markdown https://USERNAME.github.io/leaflet-maps-with-google-sheets ``` -![](lmwgs-1-fork-640.gif) +![Screencast](images/12-leaflet/lmwgs-1-fork-640.gif) 6) Scroll up to the top, and click on your repo name to go back to its main page. @@ -78,7 +84,7 @@ https://USERNAME.github.io/leaflet-maps-with-google-sheets 9) On your repo main page, right-click the link to your live map to open in a new tab. **Be patient** during busy periods on GitHub, when your website may take up to 1 minute to appear the first time. -### B) File > Make a Copy of Google Sheet template, Share, and File > Publish +#### B) File > Make a Copy of Google Sheet template, Share, and File > Publish {-} 1) Right-click to open this Google Sheets template in a new tab: https://docs.google.com/spreadsheets/d/1ZxvU8eGyuN9M8GxTU9acKVJv70iC3px_m3EVFsOHN9g @@ -88,19 +94,19 @@ https://USERNAME.github.io/leaflet-maps-with-google-sheets 4) Click the blue Share button, click Advanced, click to change Private to Anyone with the link > Can View the Sheet. This will make your public data easier to view in your map. -![Screencast: Share Google Sheet for anyone with the link to view] +![Screencast: Share Google Sheet for anyone with the link to view](images/12-leaflet/lmwgs-2-make-copy-640.gif) 5) File > Publish the Link to your Google Sheet to the public web, so the Leaflet map code can read it. -![Screenshot: File > Publish the link to your Google Sheet](lmwgs-file-publish.png) +![Screenshot: File > Publish the link to your Google Sheet](images/12-leaflet/lmwgs-file-publish.png) -6) At the top of your browser, copy your Google Sheet web address or URL (which usually ends in ```...XYZ/edit#gid=0```). Do NOT copy the published URL (which usually ends in ```...XYZ/pubhtml```). +6) At the top of your browser, copy your Google Sheet web address or URL (which usually ends in `...XYZ/edit#gid=0`). Do NOT copy the published URL (which usually ends in `...XYZ/pubhtml`). -![Screenshot: Copy the Google Sheet URL, not the Publish URL](lmwgs-copy-sheet-url-not-pub-url.png) +![Screenshot: Copy the Google Sheet URL, not the Publish URL](images/12-leaflet/lmwgs-copy-sheet-url-not-pub-url.png) -### C) Paste your Google Sheet URL in two places in your GitHub repo +#### C) Paste your Google Sheet URL in two places in your GitHub repo {-} -1) First, connect your Google Sheet directly to your Leaflet Map code. In your Github code repo, click to open this file: ```google-doc-url.js``` +1) First, connect your Google Sheet directly to your Leaflet Map code. In your Github code repo, click to open this file: `google-doc-url.js` 2) Click the pencil symbol to edit the file. @@ -108,11 +114,11 @@ https://USERNAME.github.io/leaflet-maps-with-google-sheets 4) Scroll to bottom of page and press Commit to save your changes. Now the Leaflet Map code can locate your published Google Sheet. -![Screencast: Copy Google Sheet URL and paste into GitHub code](lmwgs-paste-google-sheet.png) +![Screencast: Copy Google Sheet URL and paste into GitHub code](images/12-leaflet/lmwgs-paste-google-sheet.png) 5) Next, let's paste your Google Sheet URL in a second place to keep track of it. Go to the README.md file in your GitHub repo, click to open and edit, and paste your Google Sheet web address to replace the existing link near the top. Commit to save your changes. -### D) Modify your map settings in the Options tab and test your live map +#### D) Modify your map settings in the Options tab and test your live map {-} In the top-level of your GitHub repo, test the new links to your map and your Google Sheet to make sure they work and point to your versions. @@ -130,11 +136,12 @@ In your linked Google Sheet, go to the Options Tab and modify these items: Open the link to your live map in a new browser tab and refresh to see your changes. -### E) Geocode locations and customize new markers in the Points tab +#### E) Geocode locations and customize new markers in the Points tab {-} In your new map, our next goal is to add and modify the appearance of a new set of point markers, based on new addresses that you will enter and geocode. In the Points tab of your Google Sheet: + 1) Think of a simple data story that involves at least four geocodeable locations, divided into at least two groups. If you need an example, use this sample table of “Famous Places in New York City”: | Group | Name | Location | @@ -166,7 +173,7 @@ In the Points tab of your Google Sheet: Open the link to your live map in a new browser tab and refresh to see your changes. If your new markers appear correctly, then delete the existing rows that came with this template. -### F) Hide the polygon and polyline legends and default GeoJSON data +#### F) Hide the polygon and polyline legends and default GeoJSON data {-} To show a simple point map, learn how to turn off and hide the polygon and polyline legend and default data that came with this template. (See how to add your own GeoJSON data in section G below.) @@ -185,14 +192,16 @@ In your linked Google Sheet: Go to the browser tab with your new map, and refresh the page to see your changes. Optional: + - in the Options tab, Display Table (cell B 29), turn off to hide the table in your map - or modify the list of item in Table Columns (cell B 30) to change the display in your table -### G) Upload and display your own polygon GeoJSON data +#### G) Upload and display your own polygon GeoJSON data {-} 1) Prepare your polygon file in GeoJSON format. View or modify the GeoJSON file properties (such as name, data fields, etc.) with one of these tools: -- GeoJSON.io, http://geojson.io -- Drag-and-drop your file, and select the Table tab to view or rename properties. See [GeoJSON.io tutorial](../../transform/geojsonio) in this book, OR -- MapShaper, http://mapshaper.org -- Drag-and-drop your file. To edit, see [MapShaper tutorial](../../transform/mapshaper) in this book + +- GeoJSON.io, http://geojson.io -- Drag-and-drop your file, and select the Table tab to view or rename properties. See [GeoJSON.io tutorial](geojsonio) in this book, OR +- MapShaper, http://mapshaper.org -- Drag-and-drop your file. To edit, see [MapShaper tutorial](mapshaper) in this book 2) In your GitHub repo, click to open the Geometry subfolder, then click Upload Files, drag-and-drop your geojson file, and Commit changes @@ -210,26 +219,25 @@ Optional: * TO DO * - Explain: To use both the automatic ColorBrewer Palette and manual colors, insert blanks (goes to automatic palette above), separated by semicolons. -### H) Upload and display your own polyline GeoJSON data +#### H) Upload and display your own polyline GeoJSON data {-} Follow similar steps as described in the Polygon section above, but adjust settings in the Polylines tab of your linked Google Sheet. -### I) Upload and display customized marker icons +#### I) Upload and display customized marker icons {-} -** TO COME ** +** TO DO ** -### J) Optional: Save Google Sheets as CSV and upload to GitHub +#### J) Optional: Save Google Sheets as CSV and upload to GitHub {-} If desired, you can save your table data with your code, rather than in a separate Google Sheet. Go to each Sheet tab and File > Save As in CSV format, with these file names: + - options.csv - points.csv - polygons.csv (also: polygons1.csv, polygons2.csv, etc.) - polylines.csv - notes.csv (or .txt) -Upload these files into the main level of your GitHub code repository, where the template will process them automatically. -## Learn more -To solve problems, see [Fix Common GitHub and Code Errors](../../github/fix) chapter in this book. +Upload these files into the main level of your GitHub code repository, where the template will process them automatically. -{% footer %} -{% endfooter %} +#### Learn more {-} +To solve problems, see [Fix Common GitHub and Code Errors](fix-code) chapter in this book. diff --git a/leaflet/storymaps/README.md b/13.02-leaflet-storymaps-with-google-sheets.Rmd similarity index 80% rename from leaflet/storymaps/README.md rename to 13.02-leaflet-storymaps-with-google-sheets.Rmd index c1fe31419..9b634f948 100644 --- a/leaflet/storymaps/README.md +++ b/13.02-leaflet-storymaps-with-google-sheets.Rmd @@ -1,15 +1,15 @@ -# Leaflet Story Maps with Google Sheets and Scrolling Narrative +## Leaflet Storymaps with Google Sheets and Scrolling Narrative {#leaflet-storymaps-with-google-sheets} -*By [Ilya Ilyankou and Jack Dougherty](../../introduction/who.md), last updated September 28, 2017* +*By [Ilya Ilyankou and Jack Dougherty](authors), last updated September 28, 2017* -## Try it +#### Try it {-} Explore the map or right-click to [view full-screen map in a new tab](https://datavizforall.github.io/leaflet-storymaps-with-google-sheets/) The map pulls the point data and settings from a linked Google Sheet, which you can explore below or right-click to [view full-screen Sheet in a new tab](https://docs.google.com/spreadsheets/d/1AO6XHL_0JafWZF4KEejkdDNqfuZWUk3SlNlQ6MjlRFM/) -## Features +#### Features {-} - Show map points, text, images, and links with scrolling narrative - Free and open-source code template, built on Leaflet and linked to Google Sheets - Fork the code and host your live map on the web for free with GitHub Pages @@ -17,20 +17,21 @@ The map pulls the point data and settings from a linked Google Sheet, which you - Easy-to-modify data and map options in Google Sheet tabs or uploaded CSV files - Responsive design resizes your maps to display inside most mobile devices -## Create Your Own +#### Create Your Own {-} - A) Fork (copy) the code template and publish your version with GitHub Pages - B) File > Make a Copy of Google Sheet template, Share, and File > Publish - C) Paste your Google Sheet URL in two places in your GitHub repo - D) Modify your map settings in the Options tab and test your live map - E) Geocode locations in the Points tab -To solve problems, see [Fix Common GitHub and Code Errors](../../github/fix) chapter in this book. +To solve problems, see [Fix Common GitHub and Code Errors](fix-code) in this book. -### A) Fork (copy) the code template and publish your version with GitHub Pages +#### A) Fork (copy) the code template and publish your version with GitHub Pages {-} **Before you begin**, this tutorial assumes that you: -- have a [free Google Drive account](http://drive.google.com), and learned the [File > Make a Copy in Google Sheets](https://www.datavizforall.org/spreadsheet/copy) tutorial in this book -- have a [free GitHub account](http://github.com), and understand concepts from the [Modify and Host Code with GitHub](https://www.datavizforall.org/github) chapter in this book + +- have a [free Google Drive account](http://drive.google.com), and learned the [File > Make a Copy in Google Sheets](copy) tutorial in this book +- have a [free GitHub account](http://github.com), and understand concepts from the [Modify and Host Code with GitHub](github) chapter in this book 1) Right-click to open this GitHub code template in a new tab: https://github.com/datavizforall/leaflet-storymaps-with-google-sheets @@ -42,7 +43,7 @@ The web address (URL) of the new copy in your account will follow this format: https://github.com/USERNAME/leaflet-storymaps-with-google-sheets ``` -Reminder: You can only fork a GitHub repo **one time**. If needed, see how to make a second copy in the [Create a New Repo in GitHub](../../github/create-repo) chapter in this book. +Reminder: You can only fork a GitHub repo **one time**. If needed, see how to make a second copy in the [Create a New Repo in GitHub](create-repo) chapter in this book. 4) In your new copy of the code repo, click on Settings, scroll down to the GitHub Pages area, select Master, and Save. This publishes your code to a live map on a public website that you control. @@ -59,7 +60,7 @@ https://USERNAME.github.io/leaflet-storymaps-with-google-sheets 9) On your repo main page, right-click the link to your live map to open in a new tab. **Be patient** during busy periods on GitHub, when your website may take up to 1 minute to appear the first time. -### B) File > Make a Copy of Google Sheet template, Share, and File > Publish +#### B) File > Make a Copy of Google Sheet template, Share, and File > Publish {-} 1) Right-click to open this Google Sheets template in a new tab: https://docs.google.com/spreadsheets/d/1AO6XHL_0JafWZF4KEejkdDNqfuZWUk3SlNlQ6MjlRFM/ @@ -71,15 +72,15 @@ https://USERNAME.github.io/leaflet-storymaps-with-google-sheets 5) File > Publish the Link to your Google Sheet to the public web, so the Leaflet map code can read it. -![Screenshot: File > Publish the link to your Google Sheet](lmwgs-file-publish.png) +![Screenshot: File > Publish the link to your Google Sheet](images/12-leaflet/lmwgs-file-publish.png) -6) At the top of your browser, copy your Google Sheet web address or URL (which usually ends in ```...XYZ/edit#gid=0```). Do NOT copy the published URL (which usually ends in ```...XYZ/pubhtml```). +6) At the top of your browser, copy your Google Sheet web address or URL (which usually ends in `...XYZ/edit#gid=0`). Do NOT copy the published URL (which usually ends in `...XYZ/pubhtml`). -![Screenshot: Copy the Google Sheet URL, not the Publish URL](lmwgs-copy-sheet-url-not-pub-url.png) +![Screenshot: Copy the Google Sheet URL, not the Publish URL](images/12-leaflet/lmwgs-copy-sheet-url-not-pub-url.png) -### C) Paste your Google Sheet URL in two places in your GitHub repo +#### C) Paste your Google Sheet URL in two places in your GitHub repo {-} -1) First, connect your Google Sheet directly to your Leaflet Map code. In your Github code repo, click to open this file: ```google-doc-url.js``` +1) First, connect your Google Sheet directly to your Leaflet Map code. In your Github code repo, click to open this file: `google-doc-url.js` 2) Click the pencil symbol to edit the file. @@ -89,7 +90,7 @@ https://USERNAME.github.io/leaflet-storymaps-with-google-sheets 5) Next, let's paste your Google Sheet URL in a second place to keep track of it. Go to the README.md file in your GitHub repo, click to open and edit, and paste your Google Sheet web address to replace the existing link near the top. Commit to save your changes. -### D) Modify your map settings in the Options tab and test your live map +#### D) Modify your map settings in the Options tab and test your live map {-} In the top-level of your GitHub repo, test the new links to your map and your Google Sheet to make sure they work and point to your versions. @@ -107,7 +108,7 @@ In your linked Google Sheet, go to the Options Tab and modify these items: Open the link to your live map in a new browser tab and refresh to see your changes. -### E) Geocode locations and customize new markers in the Points tab +#### E) Geocode locations and customize new markers in the Points tab {-} In your new map, our next goal is to add and modify the appearance of a new set of point markers, based on new addresses that you will enter and geocode. @@ -121,8 +122,5 @@ In the Points tab of your Google Sheet: Open the link to your live map in a new browser tab and refresh to see your changes. If your new markers appear correctly, then delete the existing rows that came with this template. -## Learn more -To solve problems, see [Fix Common GitHub and Code Errors](../../github/fix) chapter in this book. - -{% footer %} -{% endfooter %} +#### Learn more {-} +To solve problems, see [Fix Common GitHub and Code Errors](fix-code) chapter in this book. diff --git a/leaflet/with-socrata/README.md b/13.03-leaflet-maps-with-socrata.Rmd similarity index 79% rename from leaflet/with-socrata/README.md rename to 13.03-leaflet-maps-with-socrata.Rmd index 5f78a9970..386861e82 100644 --- a/leaflet/with-socrata/README.md +++ b/13.03-leaflet-maps-with-socrata.Rmd @@ -1,11 +1,9 @@ -# Leaflet Maps with Socrata API Open Data - -*By [Jack Dougherty](../../introduction/who.md), last updated December 21, 2016* +## Leaflet Maps with Socrata API Open Data {#leaflet-maps-with-socrata} +*By [Jack Dougherty and Ilya Ilyankou](authors), last updated December 21, 2016* **TO DO** insert sample map iframe -## Why pair Leaflet maps with Socrata data? - +#### Why pair Leaflet maps with Socrata data? {-} Leaflet, a friendly and flexible open-source code library for creating interactive web maps, plays nicely with Socrata, an open data platform used by several government agencies and organizations. Benefits of pairing Leaflet and Socrata: - Although the Socrata data platform includes built-in visualization tools for anyone to create charts and maps, Leaflet gives you more control over your map design. Furthermore, Leaflet allows you to create maps that bring together data from both Socrata and non-Socrata sources. @@ -14,9 +12,9 @@ Leaflet, a friendly and flexible open-source code library for creating interacti - However, Socrata GeoJSON endpoints do not currently support "real-time" data, such as up-to-the-minute locations of public transportation, etc. In these cases, you may need to access data through a provider other than Socrata, most likely in a different format, which may require more coding skills. -## About Socrata API endpoints +#### About Socrata API endpoints {-} -**TODO** clean up my rough notes and add visuals +**TODO** clean up rough notes and add visuals Go to any Socrata open data platform, find a dataset, and click the API tab @@ -24,7 +22,7 @@ Copy the API endpoint. The default version ends in .json If you're new to APIs, test the endpoint by pasting it into your browser (Chrome works best at this), and you will see its data stream in JSON format. -Test if this Socrata endpoint supports GeoJSON format by changing the suffix in your browser from ```.json``` to ```.geojson```. GeoJSON format works best with Leaflet because the coding is simpler. +Test if this Socrata endpoint supports GeoJSON format by changing the suffix in your browser from `.json` to `.geojson`. GeoJSON format works best with Leaflet because the coding is simpler. If your endpoint supports GeoJSON format, your browser will display a data stream similar to the one below: @@ -32,20 +30,20 @@ add sample GeoJSON stream Or if you receive the following error, you probably are viewing an older Socrata endpoint that does not support GeoJSON format, but only JSON format: -```GeoJSON/SoQLPack MimeType is only supported for new backend views``` +`GeoJSON/SoQLPack MimeType is only supported for new backend views` If your Socrata endpoint only supports JSON format, but includes data columns with latitude and longitude, see other Leaflet examples further below. -## Register for Socrata App Token +#### Register for Socrata App Token {-} - Socrata requires developers to register for a free app token at https://dev.socrata.com/register -## Demonstration Maps +#### Demonstration Maps {-} -### GeoJSON endpoint with default markers and pop-up info window +#### GeoJSON endpoint with default markers and pop-up info window {-} - map https://jackdougherty.github.io/leaflet-socrata/index.html - code https://github.com/jackdoughety/leaflet-socrata/index.html - data https://data.hartford.gov/Public-Health/Current-Class-1-Class-4-Food-Establishments/xkvv-76v8 -- note: location data appears as latitude and longitude coordinates in the ```geom``` column +- note: location data appears as latitude and longitude coordinates in the `geom` column - steps to create your own (MORE TODO HERE) @@ -55,27 +53,24 @@ If your Socrata endpoint only supports JSON format, but includes data columns wi - paste and explain the code -### GeoJSON endpoint with simple data filter, circle marker styling and pop-up info +#### GeoJSON endpoint with simple data filter, circle marker styling and pop-up info {-} - map https://jackdougherty.github.io/leaflet-socrata/index-geojson-filter-circle.html - code https://github.com/jackdoughety/leaflet-socrata/ - data https://data.ct.gov/Environment-and-Natural-Resources/Agricultural-Commoditites-Grown-By-Farmer/y6p2-px98 -### Multiple Socrata datasets with Leaflet control layers legend +#### Multiple Socrata datasets with Leaflet control layers legend {-} - map https://jackdougherty.github.io/leaflet-socrata/index-control-layers.html - code https://github.com/jackdoughety/leaflet-socrata/index-control-layers.html -### Older JSON-only endpoint, with separate columns for latitude, longitude +#### Older JSON-only endpoint, with separate columns for latitude, longitude {-} - map https://jackdougherty.github.io/leaflet-socrata/index-json.html - code https://github.com/jackdoughety/leaflet-socrata/index-json.html - data https://opendata.demo.socrata.com/Government/Kentucky-Farmers-Market-Map/3bfj-rqn7 -## Learn more +#### Learn more {-} - https://dev.socrata.com/ - https://github.com/chriswhong/simpleSodaLeaflet -## Thanks to +#### Thanks to {-} - Chris Metcalf https://github.com/chrismetcalf - Tyler Klyeklamp https://data.ct.gov/ - -{% footer %} -{% endfooter %} diff --git a/leaflet/data-apis/README.md b/13.04-leaflet-maps-open-data.Rmd similarity index 69% rename from leaflet/data-apis/README.md rename to 13.04-leaflet-maps-open-data.Rmd index 31b19948b..75f9e7fd5 100644 --- a/leaflet/data-apis/README.md +++ b/13.04-leaflet-maps-open-data.Rmd @@ -1,14 +1,14 @@ -# Pull Open Data into Leaflet Map with APIs -*By [Jack Dougherty](../../introduction/who.md), last updated April 10, 2017* +## Pull Open Data into Leaflet Map with APIs {#leaflet-maps-open-apis} +*By [Jack Dougherty and Ilya Ilyankou](authors), last updated April 10, 2017* Up to this point in the book, we’ve built charts and maps using static data that you have downloaded from other sites. But some open data repositories have APIs, or application program interfaces, which means the software that allows computers to communicate with one another. Below is a Leaflet Map template that uses APIs to pull in the most current data from three different open repository platforms: Socrata, Esri ArcGIS Online, and USGS. -## Try it +#### Try it {-} Explore the map below or [view full-screen version in a new tab](https://jackdougherty.github.io/leaflet-data-apis) -## How it works +#### How it works {-} 1) Go to the GitHub repo for the map above: https://github.com/JackDougherty/leaflet-data-apis @@ -16,13 +16,13 @@ Explore the map below or [view full-screen version in a new tab](https://jackdou 3) Inside the open data repo, look for an API button and copy the endpoint. -![Screenshot: Sample API endpoint in Socrata open data repo](ct-open-data-api-endpoint.png) +![Screenshot: Sample API endpoint in Socrata open data repo](images/12-leaflet/ct-open-data-api-endpoint.png) -4) Paste the endpoint link into your browser, change the suffix from ```.json``` to ```.geojson``` and press return. In order to show the endpoint data as points on a map in this simple Leaflet template, the points must already be geocoded inside the open data repo, and the platform must support a GeoJSON endpoint. In your browser, one sign of success is a long stream of GeoJSON data like this: +4) Paste the endpoint link into your browser, change the suffix from `.json` to `.geojson` and press return. In order to show the endpoint data as points on a map in this simple Leaflet template, the points must already be geocoded inside the open data repo, and the platform must support a GeoJSON endpoint. In your browser, one sign of success is a long stream of GeoJSON data like this: -![Screenshot: API endpoint with .geojson suffix in Chrome browser](ct-open-data-geojson.png) +![Screenshot: API endpoint with .geojson suffix in Chrome browser](images/12-leaflet/ct-open-data-geojson.png) -5) In this section of the Leaflet map template, the code includes a jQuery function ```$.getJSON``` to call the open data endpoint in GeoJSON format: ```https://data.ct.gov/resource/v4tt-nt9n.geojson```. It also requires a Socrata app token, and you can get your own token for free at: https://dev.socrata.com/register. Each geocoded school in the Socrata data repository is displayed as a blue circle, with data properties (such as: name) in a clickable pop-up. +5) In this section of the Leaflet map template, the code includes a jQuery function `$.getJSON` to call the open data endpoint in GeoJSON format: `https://data.ct.gov/resource/v4tt-nt9n.geojson`. It also requires a Socrata app token, and you can get your own token for free at: https://dev.socrata.com/register. Each geocoded school in the Socrata data repository is displayed as a blue circle, with data properties (such as: name) in a clickable pop-up. ```javascript // load open data from Socrata endpoint in GeoJSON format @@ -49,6 +49,3 @@ $.getJSON("https://data.ct.gov/resource/v4tt-nt9n.geojson?&$$app_token=QVVY3I72S ``` 5) Fork a copy of this repo, play with the code, and try to insert GeoJSON endpoints from other open data repositories. - -{% footer %} -{% endfooter %} diff --git a/leaflet/polygon-click/README.md b/13.05-leaflet-polygon-map-click.Rmd similarity index 79% rename from leaflet/polygon-click/README.md rename to 13.05-leaflet-polygon-map-click.Rmd index 47a76ad87..19de78e10 100644 --- a/leaflet/polygon-click/README.md +++ b/13.05-leaflet-polygon-map-click.Rmd @@ -1,29 +1,29 @@ -# Leaflet Thematic Polygon Map with Clickable Info Window template - -*By [Jack Dougherty](../../introduction/who.md), last updated March 17, 2016* - -## Try this demo +## Leaflet Thematic Polygon Map with Clickable Info Window template {#leaflet-polygon-map-click} +*By [Jack Dougherty and Ilya Ilyankou](authors), last updated March 17, 2016* +#### Try it {-} -## View demo in new page +#### View demo in new page {-} - https://jackdougherty.github.io/leaflet-map-polygon-click/ -## To Do -Insert internal references to prior steps in this book. See the Edit and Host Code Templates section in this book. Requires a free GitHub account to host your own version on the web. +**To Do** -## Create Your Own: Fork a copy of the code template on GitHub +-Insert internal references to prior steps in this book. See the Edit and Host Code Templates section in this book. +- Requires a free GitHub account to host your own version on the web. + +#### Create Your Own: Fork a copy of the code template on GitHub {-} - https://github.com/jackdougherty/leaflet-map-polygon-click - Remember, if you have already forked one copy, go to your GitHub repository Settings to rename it, or create a new GitHub repo and use GitHub Desktop to upload template Files -## Obtain a polygon boundary map in GeoJSON format +#### Obtain a polygon boundary map in GeoJSON format {-} - Find open data repositories to download maps in geojson and other formats - If map is in shapefile or KML or other format, convert with http://geojson.io or http://mapshaper.org - Import polygon map into http://mapshaper.org. In this example, map filename is: ct-towns-simple.geojson - See tutorial on Mapshaper.org to delete unwanted data columns or simplify file size - Export as CSV to create generic spreadsheet of polygon names. In this example, column header is "town" -## Prepare your spreadsheet data and join with the polygon map +#### Prepare your spreadsheet data and join with the polygon map {-} - Open CSV with any spreadsheet tool to view data column of polygon names. - Download or prepare your new spreadsheet data in rows to match polygon names. - Insert columns of data into the CSV sheet. Use VLOOKUP function if needed. @@ -37,7 +37,7 @@ Insert internal references to prior steps in this book. See the Edit and Host Co - Export the newly joined map with a new filename in GeoJSON format - Change the file suffix from .json to .geojson to avoid confusion. The new joined map data file is now named: ct-towns-density.geojson -## Upload your map data and edit template in your GitHub repo +#### Upload your map data and edit template in your GitHub repo {-} - The GitHub repo you created in the first step contains these files: - ct-towns-density-2010.csv (the spreadsheet joined into the polygon map) - ct-towns-density.geojson (the joined map data file) @@ -54,7 +54,4 @@ Insert internal references to prior steps in this book. See the Edit and Host Co - In GitHub, go to drop-down menu for Master branch, and type "gh-pages" to create new branch - Content in the gh-pages branch will be hosted on the live web - Edit the README.md link to point to your own gh-pages branch, in this format: - - https://USERNAME.github.io/REPO-NAME/ - -{% footer %} -{% endfooter %} + `https://USERNAME.github.io/REPO-NAME/` diff --git a/leaflet/polygon-hover/README.md b/13.06-leaflet-polygon-map-hover.Rmd similarity index 51% rename from leaflet/polygon-hover/README.md rename to 13.06-leaflet-polygon-map-hover.Rmd index 9d1b7f880..b6cefc329 100644 --- a/leaflet/polygon-hover/README.md +++ b/13.06-leaflet-polygon-map-hover.Rmd @@ -1,23 +1,20 @@ -# Leaflet Thematic Polygon Map with Hover Info Window template - -*By [Jack Dougherty](../../introduction/who.md), last updated March 17, 2016* - -## Try this demo +## Leaflet Thematic Polygon Map with Hover Info Window template {#leaflet-polygon-map-hover} +*By [Jack Dougherty and Ilya Ilyankou](authors), last updated March 17, 2016* +#### Try it {-} -## View demo in new page +#### View demo in new page {-} - https://jackdougherty.github.io/leaflet-map-polygon-hover/ -## To Do -Insert internal references to prior steps in this book. See the Edit and Host Code Templates section in this book. Requires a free GitHub account to host your own version on the web. +**To Do** -## Create Your Own: Fork a copy of the code template on GitHub +- Insert internal references to prior steps in this book. See the Edit and Host Code Templates section in this book. +- Requires a free GitHub account to host your own version on the web. + +#### Create Your Own: Fork a copy of the code template on GitHub {-} - https://github.com/jackdougherty/leaflet-map-polygon-hover/ - Remember, if you have already forked one copy, go to your GitHub repository Settings to rename it, or create a new GitHub repo and use GitHub Desktop to upload template Files **TO DO** - describe all steps, which are similar to click version - -{% footer %} -{% endfooter %} diff --git a/leaflet/polygon-tabs/README.md b/13.07-leaflet-polygon-map-multi-year-tabs.Rmd similarity index 50% rename from leaflet/polygon-tabs/README.md rename to 13.07-leaflet-polygon-map-multi-year-tabs.Rmd index 846da40af..e72aa9108 100644 --- a/leaflet/polygon-tabs/README.md +++ b/13.07-leaflet-polygon-map-multi-year-tabs.Rmd @@ -1,23 +1,17 @@ -# Leaflet Thematic Polygon Map with Multi-Year Tabs template - -*By [Jack Dougherty](../../introduction/who.md), last updated March 17, 2016* - -## Try this demo +## Leaflet Thematic Polygon Map with Multi-Year Tabs template {#leaflet-polygon-map-multi-year-tabs} +*By [Jack Dougherty and Ilya Ilyankou](authors), last updated March 17, 2016* +#### Try it {-} -## View demo in new page +#### View demo in new page {-} - https://jackdougherty.github.io/leaflet-map-polygon-tabs/ -## To Do -Insert internal references to prior steps in this book. See the Edit and Host Code Templates section in this book. Requires a free GitHub account to host your own version on the web. +** To Do ** +- Insert internal references to prior steps in this book. See the Edit and Host Code Templates section in this book. +- Requires a free GitHub account to host your own version on the web. +- describe all steps, which are similar to the prior chapter -## Create Your Own: Fork a copy of the code template on GitHub +#### Create Your Own: Fork a copy of the code template on GitHub {-} - https://github.com/jackdougherty/leaflet-map-polygon-tabs/ - Remember, if you have already forked one copy, go to your GitHub repository Settings to rename it, or create a new GitHub repo and use GitHub Desktop to upload template Files - -## TO DO -- describe all steps, which are similar to the prior chapter - -{% footer %} -{% endfooter %} diff --git a/14-peer.Rmd b/14-peer.Rmd new file mode 100644 index 000000000..4d00d4720 --- /dev/null +++ b/14-peer.Rmd @@ -0,0 +1,3 @@ +# Peer Review Samples {#peer} + +* to do * diff --git a/15-bookdown.Rmd b/15-bookdown.Rmd new file mode 100644 index 000000000..be028b5d4 --- /dev/null +++ b/15-bookdown.Rmd @@ -0,0 +1,169 @@ +# Publishing with Bookdown {#bookdown} +*by [Jack Dougherty and Ilya Ilyankou](authors), last updated January 26, 2019* + +For a general introduction to publishing with Bookdown and RStudio in Markdown format, see Yihui Xie, *Bookdown: Authoring Books and Technical Documents with R Markdown*, 2018, https://bookdown.org/yihui/bookdown/. + +#### GitHub and Bookdown workflow ROUGH NOTES {-} +- Install Atom editor, GitHub Desktop, R, RStudio, bookdown package, and tinytex package (to create PDFs) **show steps** +- Compose in Atom editor, following syntax and style guide below. +- Build the book as often as desired with RStudio bookdown. Bookdown settings: build all book formats into the `docs` folder. +- Push changes to repo with GitHub Desktop. +- In your online book repo, set GitHub Pages to publish from `master/docs` +- GitHub Pages custom domain setting adds `CNAME` file to `docs` folder; do not delete +- Manually transfer `404.html` into 'docs' folder, since not auto-built; do not delete +- Manually add `google-analytics-otl.html` to root (where bookdown looks for it) and also to `docs` folder (since bookdown does *not appear* to copy it to there on each build) +- If you have a footer, manually transfer X.X-footer.Rmd to end of each chapter +- For final PDF and eBook builds: + - at present, book builds are not creating PDF versions **TO DO** + - review lessons from Tracey Wilson book, and pehaps create a "printbook" fork on GitHub, remove cover image and footers, and learn more about modifying biblio output across different formats. See solution notes https://stackoverflow.com/questions/48965247/use-csl-file-for-pdf-output-in-bookdown/49145699#49145699 + +#### Syntax and Style Guide {-} + +##### Links with brackets and parentheses {-} +Use brackets and parentheses for an [embedded link](http://example.com) + +Use parentheses only for a non-embedded link (http://example.com) + +Similarly, display URL with angle brackets: + +If necessary, use HTML to create link that opens in a new page + +##### Headers with Cross-Reference Links {-} + +This DataVizForAll book, each chapter and section is a separate .Rmd file. The numerical order of the file names (index.Rmd, 0.1-x.Rmd, 0.2-y.Rmd, 01-z.Rmd, etc) determines the sequence that they will appear in the built book. + +In the index.Rmd file, the settings for the web book state that each chapter and section will be split into its own HTML page, with no automatic numbering. + +```markdown +split_by: section +number_sections: false +``` + +Chapters begin with a first-level header (one hashtag: #) and sections begin with a second-level header (two hashtags: ##). Both chapter and section titles are immediately followed by short ID in curly brackets to enable easy cross-reference links inside the book. The short IDs **MUST** be unique, and ideally **SHOULD** match the .Rmd file name. Although each hashtag chapter/section title is the default ID (such as #Introduction in index.Rmd), it's safer to create a unique short ID for each chapter/section to avoid confusion. + +Bylines appear in italics at the top of each chapter or section, with an embedded cross-reference links to the authors page, followed by the last updated date. + +Examples of chapter and section headers, with short IDs, bylines, and dates: + +```markdown +# Chapter Title {#chapter} +*by [Jack Dougherty and Ilya Ilyankou](authors), last updated January 22, 2019* +``` + +```markdown +## Section Title {#section} +*by [Jack Dougherty and Ilya Ilyankou](authors), last updated January 22, 2019* +``` + +Subheadings inside the chapters/sections must begin with 4 hashtags and end with a no-numbering symbol `{-}`. Note: Using three hashtags makes the subheader appear in the TOC because I have not found way to control toc_depth in web output. Use the no-number symbol to prevent automatic numbering of subheaders (in case we switch the book settings from no-auto-numbering to auto-numbering in the future). + +```markdown +#### Subheadings: use 4 hashtags and a no-number symbol {-} +``` + +To embed an internal cross-reference to any chapter or section in the book, embed a link with brackets [for the text] and parentheses (with the short ID). If the cross-ref appears in the body of the text, ADD THE PHRASE "in this book" to the end of the sentence to allow us to search/find all cross-refs in future if needed: + +```markdown +See the [GitHub tutorial](github) in this book. +``` +NOTE that cross-reference links above are designed for HOSTED WEB BOOKS, and may not work the same in local repo versions, or in ebook/PDF versions. + +#### Bookdown-flavored Markdown Syntax + +For an em-dash, use three hyphens---like this---rather than two hyphens. + +For a block quote, start each line with a caret **AND** add two spaces to insert a line break: + +Code: +```markdown +> I thoroughly disapprove of duels. If a man should challenge me, I would take him kindly and forgivingly by the hand and lead him to a quiet place and kill him. +> --- Mark Twain +> --- notable American author +``` +Demo: + +> I thoroughly disapprove of duels. If a man should challenge me, I would take him kindly and forgivingly by the hand and lead him to a quiet place and kill him. +> --- Mark Twain +> --- notable American author + +Simple footnote + +Code: +```Markdown +A text-only footnote.^[This is a footnote, with no reference] +``` +Demo: +A text-only footnote.^[This is a footnote, with no reference] + +See On The Line book (http://OnTheLine.trincoll.edu) for more details about footnotes using Zotero and Better BibTeX. + +#### Embed images and iframes {-} + +Insert image using Markdown syntax: + +Code: +```Markdown +![Caption using markdown: auto-number does not appear in web, but appears in pdf, text *with italics*, no center-alignment on web, but centered in PDF, with [source link](https://google.com)](images/sample.jpg) +``` +Demo: + +![Caption using markdown: auto-number does not appear in web, but appears in pdf, text *with italics*, no center-alignment on web, but centered in PDF, with [source link](https://google.com)](images/sample.jpg) + +#### Explore the Chart: embedded HTML iframe {-} + +Code: +```HTML + +Recommended: Insert caption and link to view the full-screen version. +``` +Demo: + + +Recommended: Insert caption and link to view the full-screen version. + +#### Scroll the Map: embedded HTML iframe {-} + +Code: +```html + +Recommended: Insert caption and link to view the full-screen version. +``` +Demo: + + +Recommended: Insert caption and link to view the full-screen version. + +#### Watch the YouTube Video: embedded HTML iframe from secure https {-} + +Code: +```html + +Recommended: Insert caption and link to view the full-screen version. +``` +Demo: + + +Recommended: Insert caption and link to view the full-screen version. + +#### Output in other formats {-} + +This book is being built primarily for the web edition, and will require more work to create formatted PDF and EPUB versions. + +Add this later to index.Rmd, and correctly place and indent it + +```markdown + download: [pdf, epub, mobi, docx] +``` + +And also add this to index.Rmd, and correctly place and indent it + +```markdown +bookdown::pdf_book: default + +bookdown::epub_book: + dev: svglite + stylesheet: css/style.css + +bookdown::word_document2: + default +``` diff --git a/16-to-do.Rmd b/16-to-do.Rmd new file mode 100644 index 000000000..5f1a905e2 --- /dev/null +++ b/16-to-do.Rmd @@ -0,0 +1,46 @@ +# Stuff To Do {#stuff-to-do} +for book-in-progress + +#### Discuss with Ilya {-} +- review our Bookdown workflow and style guide and clarify this in chapter 15-bookdown.Rmd + - confirm if my internal cross-reference link format is properly designed + - compare with bookdown guide: https://bookdown.org/yihui/bookdown/cross-references.html + - note that cross-ref for [to-do](#to-do) points to first instance of any section in book named `#to-do` + - decide on header style + - decide if we want to include automated footer (authors, website, licensing, etc.) + - discuss pros/cons of inserting images in Markdown format (current version) vs. bookdown templating (better support for future PDF version?) +- discuss the relationship between the book and the edX course https://www.edx.org/course/data-visualization-all-trinityx-t005x + - I have no interest in updating the edX course, but Trinity offers a small financial incentive to do so + - the edX course has some quiz-type content that we *could* integrate into the book + - discuss if/how we wish to link to the edX course: internal chapter, external site, or neither. Search project for "Enroll" and implement +- study analytics for edX, GitBook, Google, and YouTube to identify most frequently-used pages & resources to prioritize what we work on +- move all of the code templates on GitHub from JackDougherty to DataVizForAll, and change book references (am willing to pay hourly for these not-so-interesting but important tasks) +- discuss next steps toward publication of print version + + +#### Jack's list {-} +- migrate chapters and images from old to new repo +- improve the index.Rmd page to include elements from old https://www.datavizforall.org/ +- modify the GitBook file to note that book has moved to http://datavizforall.org +- update config file to upload contents to new repo +- update 404.html file (if needed) and manually transfer to docs folder +- update Google Analytics file and manually transfer to docs folder +- update ReclaimHosting DNS CNAME file to point to GitHub new repo +- search project for "TO DO" and "TODO" and "to come" and "UPDATE" references, and write content +- search project for "Donate" and decide whether to delete or change references to our own Donate button + ```html +
Improve this book: Donate to DataViz students and add comments or revisions. + + ``` +- rewrite introductory sections to shift perspective from "I" to "We" +- update licensing and About the Authors +- decide if unwritten "Upload GeoJSON Data to a Leaflet Map template on GitHub" chapter belongs in Leaflet section +- rethink BatchGeo chapter, since they now have strict limits on free maps (100 views) and our Batch Geo Demo no longer works +- decide whether to remove all reference to Google Fusion Templates, or keep page to explain how Google deprecated them +- data folder includes us-states files, but not yet listed or linked in 03.1-census +- decide if book will include .bib references. If yes, then restore these lines in index.Rmd + ```markdown + bibliography: book.bib + biblio-style: apalike + link-citations: true + ``` diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 1c9be8a49..000000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1 +0,0 @@ -Learn How to Improve this GitBook at https://github.com/JackDougherty/datavizforall/tree/master/gitbook/improve.md diff --git a/LICENSE b/LICENSE index ef39ed7f6..c633669bb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ -The MIT License (MIT) +MIT License -Copyright (c) 2015 Jack Dougherty +Copyright (c) 2018 Jack Dougherty Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - diff --git a/README.md b/README.md index 53403e8ba..e7e2facf1 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,9 @@ -![](cover_300wide.jpg) +# Data Visualization for All -### Tell your data story with free and easy-to-learn tools. +Open book-in-progress by Jack Dougherty and Ilya Ilyankou -***Data Visualization for All***, an open-access textbook, shows how to design interactive charts and maps for your website. We begin with drag-and-drop tools and gradually work our way up to editing open-source code templates. This friendly introduction includes step-by-step tutorials, video screencasts, and real-world examples. Featured tools include Google Sheets, Tableau Public, Carto, Highcharts, Leaflet, GitHub, and more. +Read online at -[About the authors](introduction/who.md) from [Trinity College, Hartford CT](http://www.trincoll.edu): Jack Dougherty, Veronica X. Armendariz, Ilya Ilyankou, Stacy Lam, David Tatem, and guest contributor Derek Eder. +View source code for text, data, chart and map templates at -[Read for free online](https://www.gitbook.com/read/book/jackdougherty/datavizforall) (recommended) or download the [PDF](https://www.gitbook.com/download/pdf/book/jackdougherty/datavizforall) or [ePUB](https://www.gitbook.com/download/epub/book/jackdougherty/datavizforall) or [Mobi/Kindle](https://www.gitbook.com/download/mobi/book/jackdougherty/datavizforall) editions. - -[Learn how GitBook works](gitbook) and publish your own book. - - -
-Data Visualization for All is copyrighted -by Jack Dougherty and contributors -and distributed under a Creative Commons BY-NC 4.0 International License. -You may freely share and modify this content for non-commercial purposes, with a source credit to http://DataVizForAll.org. -
Improve this book: Donate to DataViz students and add comments or revisions. -
+Built with + diff --git a/SUMMARY.md b/SUMMARY.md deleted file mode 100644 index 5e88106da..000000000 --- a/SUMMARY.md +++ /dev/null @@ -1,110 +0,0 @@ -# Summary - -* [Introduction](README.md) - * [What is Dataviz?](introduction/what.md) - * [Why this Book?](introduction/why.md) - * [Who Created it?](introduction/who.md) - * [How to Read and Comment](introduction/how.md) -* [Donate to DataViz Students](donate/README.md) -* [Enroll in Free edX Course](enroll/README.md) -* [Choose Tools to Tell Story](choose/README.md) - * [Draw Your Data Story](choose/draw/README.md) - * [Ask Questions about Tools](choose/ask/README.md) - * [Rate Three Map Tools](choose/rate/README.md) -* [Improve Spreadsheet Skills](spreadsheet/README.md) - * [Upload to Google Sheets](spreadsheet/upload/README.md) - * [Make Copy Google Sheets](spreadsheet/copy/README.md) - * [Share with Google Sheets](spreadsheet/share/README.md) - * [Save as CSV or ODS Format](spreadsheet/csv/README.md) - * [Sort and Filter Data](spreadsheet/sort/README.md) - * [Calculate with Formulas](spreadsheet/calculate/README.md) - * [Group Data with Pivot Tables](spreadsheet/pivot/README.md) - * [Match Data with VLookup](spreadsheet/vlookup/README.md) - * [Survey with Google Forms](spreadsheet/forms/README.md) -* [Find and Know Your Data](find/README.md) - * [U.S. and Census Open Data](find/us/README.md) - * [Source Your Files](find/source/README.md) - * [Public or Private?](find/public-private/README.md) - * [Good versus Bad Data](find/good-bad/README.md) - * [Connecticut Open Data](find/ct/README.md) -* [Clean Up Messy Data](clean/README.md)) - * [Clean with Spreadsheets](clean/spreadsheets/README.md) - * [Clean with Open Refine](clean/open-refine/README.md) - * [Relabel with CTNamecleaner](clean/ctnamecleaner/README.md) -* [Chart Your Data](chart/README.md) - * [Chart Design Principles](chart/design/README.md) - * [Google Sheets charts](chart/google-sheets/README.md) - * [Column and Bar with Google](chart/column-bar-google/README.md) - * [Pie, Line, Area with Google](chart/pie-line-area-google/README.md) - * [Scatter & Bubble with Google](chart/scatter-bubble-google/README.md) - * [Tableau Public charts](chart/tableau-public/README.md) - * [Scatter Chart with Tableau](chart/scatter-chart-tableau/README.md) - * [Filtered Chart with Tableau](chart/filtered-line-chart-tableau/README.md) - * [Go to Highcharts Templates](highcharts/README.md) -* [Map Your Data](map/README.md) - * [Map Design Principles](map/design/README.md) - * [Point Map with BatchGeo](map/batchgeo/README.md) - * [Point Map with Google My Maps](map/mymaps/README.md) - * [Point Map with Carto Builder](map/carto/README.md) - * [Filtered Point Map in Socrata](map/socrata/README.md) - * [Maps with Social Explorer](map/socialexplorer/README.md) - * [Go to Leaflet Map Templates](leaflet/README.md) -* [Embed On Your Web](embed/README.md) - * [Simple Web with GitHub Pages](embed/github-pages/README.md) - * [Copy iframe from Google Sheets](embed/iframe-google-sheets/README.md) - * [Convert Link into iFrame](embed/link-to-iframe/README.md) - * [Embed iFrame in GitHub Pages](embed/iframe-github/README.md) - * [Embed iFrame in WordPress](embed/iframe-wordpress/README.md) - * [Embed with Tableau Public](embed/tableau/README.md) -* [Modify and Host Code with GitHub](github/README.md) - * [Fork and Edit Leaflet Map](github/fork-leaflet/README.md) - * [Fork and Edit Highcharts](github/fork-highcharts/README.md) - * [Create Repo and Upload Code](github/create-repo/README.md) - * [Choose Open-Source License](github/license/README.md) - * [Pull Request to Merge Changes](github/pull-request/README.md) - * [GitHub Desktop & Atom Editor](github/desktop-atom/README.md) - * [Fix GitHub and Code Errors](github/fix/README.md) -* [Transform Your Map Data](transform/README.md) - * [Geocode into Coordinates](transform/geocode/README.md) - * [Pivot Points into Polygons](transform/pivot/README.md) - * [Normalize Polygon Data](transform/normalize/README.md) - * [Convert into GeoJSON](transform/convert-geojson/README.md) - * [Convert and Edit with GeoJson.io](transform/geojsonio/README.md) - * [Convert-Edit-Join with Mapshaper](transform/mapshaper/README.md) - * [Upload GeoJSON to Leaflet Map](transform/upload/README.md) - * [Pull In Open Data with API](transform/open-data-api/README.md) - * [Convert KMZ to KML](transform/convert-kmz/README.md) -* [Detect Bias in Data Stories](detect/README.md) - * [How to Lie with Charts](detect/how-to-lie-with-charts/README.md) - * [How to Lie with Maps](detect/how-to-lie-with-maps/README.md) -* [Tell Your Data Story](story/README.md) -* [Highcharts Templates](highcharts/README.md) - * [Scatter Chart with CSV Data](highcharts/scatter-csv/README.md) -* [Leaflet Map Templates](leaflet/README.md) - * [Leaflet Maps with Google Sheets](leaflet/with-google-sheets/README.md) - * [Leaflet Story Maps with Scroll](leaflet/storymaps/README.md) - * [Leaflet with Socrata Data](leaflet/with-socrata/README.md) - * [Leaflet with Open Data APIs](leaflet/data-apis/README.md) - * [Polygon Map with Click Info](leaflet/polygon-click/README.md) - * [Polygon Map with Hover Info](leaflet/polygon-hover/README.md) - * [Polygon Map Multi-Year Tabs](leaflet/polygon-tabs/README.md) -* [Google Fusion Templates](fusion/README.md) - * [Point Map with Google Fusion](fusion/point/README.md) - * [Polygon Map with Google Fusion](fusion/polygon/README.md) - * [Layer Wizard for Google Fusion](fusion/wizard/README.md) - * [Searchable Point Map](fusion/searchable-point-map/README.md) - * [Point-Polygon Layers](fusion/point-polygon/README.md) - * [Point-Polygon Dynamic Legend](fusion/point-polygon-legend/README.md) - * [Point-Polygon Results List](fusion/point-polygon-list/README.md) -* [Peer Review Samples](peer/README.md) - * [Section 2 Chart 1](peer/2-chart-1.md) - * [Section 2 Chart 1 notes](peer/2-chart-1-notes.md) - * [Section 2 Chart 2](peer/2-chart-2.md) - * [Section 2 Chart 2 notes](peer/2-chart-2-notes.md) - * [Section 3 Sample 1](peer/3-sample-1.md) - * [Section 3 Sample 1 notes](peer/3-sample-1-notes.md) - * [Section 3 Sample 2](peer/3-sample-2.md) - * [Section 3 Sample 2 notes](peer/3-sample-2-notes.md) -* [About This GitBook](gitbook/README.md) - * [My GitBook Workflow](gitbook/workflow.md) - * [Structure, Plugins, Syntax](gitbook/structure.md) diff --git a/TODO/404.html b/TODO/404.html deleted file mode 100644 index 79564b649..000000000 --- a/TODO/404.html +++ /dev/null @@ -1,5 +0,0 @@ ---- -layout: page -title: 404 ---- -

Sorry, this page does not exist. Go to DataVizBook.org.

diff --git a/TODO/404.md b/TODO/404.md deleted file mode 100644 index c98ffed5b..000000000 --- a/TODO/404.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -layout: page -title: 404 ---- -Sorry, this page does not exist. Go to DataVizBook.org. diff --git a/_bookdown.yml b/_bookdown.yml new file mode 100644 index 000000000..8ed05c674 --- /dev/null +++ b/_bookdown.yml @@ -0,0 +1,8 @@ +output_dir: "docs" +book_filename: "Dougherty-Ilyankou-Data-Visualization-for-All" +edit: https://github.com/datavizforall/datavizforall-bookdown/edit/master/%s +language: + label: + fig: "Image " +ui: + edit: "Edit" diff --git a/book.json b/book.json deleted file mode 100644 index a5e2d3564..000000000 --- a/book.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "plugins": [ - "anchors", - "dataviz-footer@git+https://github.com/JackDougherty/gitbook-plugin-dataviz-footer.git", - "edit-link", - "etoc", - "exercises", - "expandable-chapters-small", - "ga", - "github", - "image-captions", - "quiz", - "sitemap", - "splitter", - "toggle-chapters", - "word-count", - "youtubex" - ], - "pluginsConfig": { - "edit-link": { - "base": "https://github.com/jackdougherty/datavizforall/tree/master", - "label": "Edit on GitHub" - }, - "etoc": { - "mindepth": 2, - "maxdepth": 4, - "notoc": true - }, - "ga": { - "token": "UA-5488840-29" - }, - "github": { - "url": "https://github.com/JackDougherty?tab=repositories" - }, - "image-captions": { - "caption":"_CAPTION_" - }, - "sitemap": { - "hostname": "https://www.datavizforall.org/" - } - } -} diff --git a/chart/README.md b/chart/README.md deleted file mode 100644 index e2116f861..000000000 --- a/chart/README.md +++ /dev/null @@ -1,34 +0,0 @@ -# Chart Your Data -*by [Jack Dougherty](../introduction/who.md), last updated March 21, 2017* - -Charts pull readers deeper into your story. Even if your data contains geographical information, sometimes a chart tells your story better than a map. But designing meaningful, interactive charts requires careful thought about how to communicate your data story with your audience. In this chapter, you will learn how to: -- Practice [principles of chart design](design). Learn to identify good charts from bad ones. -- Choose a chart type that matches your story and data format, and follow tutorials in the table below. Beginners may start with easy-to-learn tools such as [Google Sheets](google-sheets) or [Tableau Public](tableau-public), then move up to more powerful tools, such as [Highcharts](../highcharts), which require you to [Modify and Host Code Templates with GitHub](../github) or another web host. - -See also related chapters in this book: -- [Draw and write your data story](../../choose/draw) to capture your ideas on paper -- [Improve spreadsheet skills](../spreadsheet), [Find and know your data](../find), and [Clean your data](../clean) -- [Embed your interactive chart on your website](../embed) -- [Detect bias in data stories](../detect), including [How to lie with charts](../detect/how-to-lie-with-charts) -- [Tell your data story](../story), including its most meaningful insights and limitations - -| Basic chart types | Best use and tutorial chapters | -| --- | --- | -| Grouped column or bar
![](chart-grouped-column.png) | Best to compare categories side-by-side. Vertical columns, or horizontal bars for long labels.
Easy tool: [Google Sheets bar and column tutorial](column-bar-google)
Power tool: [Highcharts templates](../highcharts/) | -| Separated column or bar
![](chart-separated-column.png) | Best to compare categories in separate clusters. Vertical columns, or horizontal bars for long labels.
Easy tool: [Google Sheets bar and column tutorial](column-bar-google)
Power tool: [Highcharts templates](../highcharts/) | -| Stacked column or bar
![](chart-stacked-column.png) | Best to compare sub-categories, or parts of a whole. Vertical columns, or horizontal bars for long labels.
Easy tool: [Google Sheets bar and column tutorial](column-bar-google)
Power tool: [Highcharts templates](../highcharts/) | -| Histogram
![](chart-histogram.png) | Best to show distribution of raw data, with number of values in each bucket.
Easy tool: [Google Sheets bar and column tutorial](column-bar-google)
Power tool: [Highcharts templates](../highcharts/) | -| Pie chart
![](chart-pie.png) | Best to show parts of a whole, but hard to estimate size of slices.
Easy tool: [Google Sheets pie chart tutorial](pie-line-area-google)
Power tool: [Highcharts templates](../highcharts/) | -| Line chart
![](chart-line.png) | Best to show continuous data, such as change over time.
Easy tool: [Google Sheets line chart tutorial](pie-line-area-google)
Power tool: [Highcharts templates](../highcharts/) | -| Filtered line chart
![](chart-filtered-line.png) | Best to show multiple lines of continuous data, with on-off toggle buttons.
Easy tool: [Tableau Public filtered line chart tutorial](filtered-line-chart-tableau) | -| Stacked area chart
![](chart-stacked-area.png) | Best to show parts of a whole, with change over time.
Easy tool: [Google Sheets stacked area tutorial](pie-line-area-google)
Power tool: [Highcharts templates](../highcharts/) | -| Scatter chart
![](chart-scatter.png) | Best to show relationship between two sets of data. Also called an XY chart.
Easy tool: [Google Sheets scatter chart tutorial](scatter-bubble-google) or [Tableau Public scatter chart tutorial](scatter-chart-tableau-public/)
Power tool: [Highcharts templates](../highcharts) | -| Bubble chart
![](chart-bubble.png) | Best to show relationship between three or four sets of data, using bubble size and color.
Easy tool: [Google Sheets bubble chart tutorial](scatter-bubble-google)
Power tool: [Highcharts templates](../highcharts/) | - -## For more advanced chart types and tutorials: -- [Google Sheets Chart types help page](https://support.google.com/docs/answer/190718) -- [Tableau Public resources page](https://public.tableau.com/en-us/s/resources) -- [Highcharts demo page](http://www.highcharts.com/demo) - -{% footer %} -{% endfooter %} diff --git a/chart/tableau-public/README.md b/chart/tableau-public/README.md deleted file mode 100644 index 6506840c8..000000000 --- a/chart/tableau-public/README.md +++ /dev/null @@ -1,24 +0,0 @@ -# Create Charts with Tableau Public -*by [Jack Dougherty](../introduction/who.md), last updated March 10, 2017* - -This book includes tutorials to create interactive charts with Tableau Public https://public.tableau.com. Free download requires email signup. -- [Create an XY Scatter Chart with Tableau Public](../scatter-chart-tableau) -- [Create a Filtered Line Chart with Tableau Public](../filtered-line-chart-tableau) - -## Tool Review -- Pros - - Easy-to-learn tool for basic charts, with power to create more advanced visualizations - - Free version (Tableau Public) includes most features found in Tableau Desktop (US $999+) - - Connect to multiple data formats: Text (CSV), Google Sheets, Excel, and more - - Combine multiple visualizations and tell stories with dashboard and story point features -- Cons - - Only available as a downloadable application for Mac or Windows - - New users may be overwhelmed by extensive options - - Saving your work online makes it public (hence the name Tableau Public) - - Limited support for maps below the nation or state levels - - Dependent upon Tableau web servers - -## Learn more -- [Embed Tableau Public on Your Website](../../embed/tableau) chapter in this book -- Tableau Public Resources, with how-to videos and sample data, https://public.tableau.com/en-us/s/resources -- Tableau Public Support page, https://www.tableau.com/support/public diff --git a/clean/SpreadsheetBetterColumnHeaders.png b/clean/SpreadsheetBetterColumnHeaders.png deleted file mode 100644 index 6f2930deb..000000000 Binary files a/clean/SpreadsheetBetterColumnHeaders.png and /dev/null differ diff --git a/clean/SpreadsheetFormatZipAsText.png b/clean/SpreadsheetFormatZipAsText.png deleted file mode 100644 index da5f827ca..000000000 Binary files a/clean/SpreadsheetFormatZipAsText.png and /dev/null differ diff --git a/clean/ctnamecleaner/CTNamecleaner.png b/clean/ctnamecleaner/CTNamecleaner.png deleted file mode 100644 index a539e9b92..000000000 Binary files a/clean/ctnamecleaner/CTNamecleaner.png and /dev/null differ diff --git a/clean/old-notes b/clean/old-notes deleted file mode 100644 index ff6de3543..000000000 --- a/clean/old-notes +++ /dev/null @@ -1,21 +0,0 @@ -## old notes to rethink - -## Clean column headers and data cells - -Across the top row, insert short meaningful headers for each column. Avoid special characters that may not be recognized properly by other applications. - -** TO DO ** redo this visual - -![](SpreadsheetBetterColumnHeaders.png) - -Make the data in the column consistent within itself. - -**TO DO** insert example of inconsistent data, then show uniform data - -## Format columns for consistency - -**TO DO ** revise to show example of an inconsistent column, and how reformatting makes consistent - -If your data needs to be formatted, select a spreadsheet column by clicking at the top. Or select the entire spreadsheet by clicking the top-left corner icon. Right-click your selection to reformat data (or use menu commands). For example, reformat the data to change the number of decimal points displayed. Or reformat a zip code from a number (because 06106 will not display the first zero) into a text or zip code field. - -![](SpreadsheetFormatZipAsText.png) diff --git a/clean/spreadsheets/SpreadsheetCombineTerms.png b/clean/spreadsheets/SpreadsheetCombineTerms.png deleted file mode 100644 index 7fb5aad6f..000000000 Binary files a/clean/spreadsheets/SpreadsheetCombineTerms.png and /dev/null differ diff --git a/clean/spreadsheets/excel-data-text-to-columns.png b/clean/spreadsheets/excel-data-text-to-columns.png deleted file mode 100644 index aad41f43f..000000000 Binary files a/clean/spreadsheets/excel-data-text-to-columns.png and /dev/null differ diff --git a/clean/spreadsheets/excel-win-data-text-to-columns.gif b/clean/spreadsheets/excel-win-data-text-to-columns.gif deleted file mode 100644 index ea4dafe13..000000000 Binary files a/clean/spreadsheets/excel-win-data-text-to-columns.gif and /dev/null differ diff --git a/clean/spreadsheets/find-replace-blank.png b/clean/spreadsheets/find-replace-blank.png deleted file mode 100644 index 657906e3e..000000000 Binary files a/clean/spreadsheets/find-replace-blank.png and /dev/null differ diff --git a/clean/spreadsheets/find-replace-town-geonames.csv b/clean/spreadsheets/find-replace-town-geonames.csv deleted file mode 100644 index 875641be6..000000000 --- a/clean/spreadsheets/find-replace-town-geonames.csv +++ /dev/null @@ -1,170 +0,0 @@ -Geo_NAME,Pop2010 -Andover town,3303 -Ansonia town,19249 -Ashford town,4317 -Avon town,18098 -Barkhamsted town,3799 -Beacon Falls town,6049 -Berlin town,19866 -Bethany town,5563 -Bethel town,18584 -Bethlehem town,3607 -Bloomfield town,20486 -Bolton town,4980 -Bozrah town,2627 -Branford town,28026 -Bridgeport town,144229 -Bridgewater town,1727 -Bristol town,60477 -Brookfield town,16452 -Brooklyn town,8210 -Burlington town,9301 -Canaan town,1234 -Canterbury town,5132 -Canton town,10292 -Chaplin town,2305 -Cheshire town,29261 -Chester town,3994 -Clinton town,13260 -Colchester town,16068 -Colebrook town,1485 -Columbia town,5485 -Cornwall town,1420 -Coventry town,12435 -Cromwell town,14005 -Danbury town,80893 -Darien town,20732 -Deep River town,4629 -Derby town,12902 -Durham town,7388 -East Granby town,5148 -East Haddam town,9126 -East Hampton town,12959 -East Hartford town,51252 -East Haven town,29257 -East Lyme town,19159 -East Windsor town,11162 -Eastford town,1749 -Easton town,7490 -Ellington town,15602 -Enfield town,44654 -Essex town,6683 -Fairfield town,59404 -Farmington town,25340 -Franklin town,1922 -Glastonbury town,34427 -Goshen town,2976 -Granby town,11282 -Greenwich town,61171 -Griswold town,11951 -Groton town,40115 -Guilford town,22375 -Haddam town,8346 -Hamden town,60960 -Hampton town,1863 -Hartford town,124775 -Hartland town,2114 -Harwinton town,5642 -Hebron town,9686 -Kent town,2979 -Killingly town,17370 -Killingworth town,6525 -Lebanon town,7308 -Ledyard town,15051 -Lisbon town,4338 -Litchfield town,8466 -Lyme town,2406 -Madison town,18269 -Manchester town,58241 -Mansfield town,26543 -Marlborough town,6404 -Meriden town,60868 -Middlebury town,7575 -Middlefield town,4425 -Middletown town,47648 -Milford town,52759 -Monroe town,19479 -Montville town,19571 -Morris town,2388 -Naugatuck town,31862 -New Britain town,73206 -New Canaan town,19738 -New Fairfield town,13881 -New Hartford town,6970 -New Haven town,129779 -New London town,27620 -New Milford town,28142 -Newington town,30562 -Newtown town,27560 -Norfolk town,1709 -North Branford town,14407 -North Canaan town,3315 -North Haven town,24093 -North Stonington town,5297 -Norwalk town,85603 -Norwich town,40493 -Old Lyme town,7603 -Old Saybrook town,10242 -Orange town,13956 -Oxford town,12683 -Plainfield town,15405 -Plainville town,17716 -Plymouth town,12243 -Pomfret town,4247 -Portland town,9508 -Preston town,4726 -Prospect town,9405 -Putnam town,9584 -Redding town,9158 -Ridgefield town,24638 -Rocky Hill town,19709 -Roxbury town,2262 -Salem town,4151 -Salisbury town,3741 -Scotland town,1726 -Seymour town,16540 -Sharon town,2782 -Shelton town,39559 -Sherman town,3581 -Simsbury town,23511 -Somers town,11444 -South Windsor town,25709 -Southbury town,19904 -Southington town,43069 -Sprague town,2984 -Stafford town,12087 -Stamford town,122643 -Sterling town,3830 -Stonington town,18545 -Stratford town,51384 -Suffield town,15735 -Thomaston town,7887 -Thompson town,9458 -Tolland town,15052 -Torrington town,36383 -Trumbull town,36018 -Union town,854 -Vernon town,29179 -Voluntown town,2603 -Wallingford town,45135 -Warren town,1461 -Washington town,3578 -Waterbury town,110366 -Waterford town,19517 -Watertown town,22514 -West Hartford town,63268 -West Haven town,55564 -Westbrook town,6938 -Weston town,10179 -Westport town,26391 -Wethersfield town,26668 -Willington town,6041 -Wilton town,18062 -Winchester town,11242 -Windham town,25268 -Windsor Locks town,12498 -Windsor town,29044 -Wolcott town,16680 -Woodbridge town,8990 -Woodbury town,9975 -Woodstock town,7964 \ No newline at end of file diff --git a/clean/spreadsheets/split-coordinate-pairs.csv b/clean/spreadsheets/split-coordinate-pairs.csv deleted file mode 100644 index 4b07f6523..000000000 --- a/clean/spreadsheets/split-coordinate-pairs.csv +++ /dev/null @@ -1,11 +0,0 @@ -coordinate pairs -"-72.6841,41.752377" -"-72.6743,41.74627" -"-72.684685,41.745457" -"-72.6754,41.748585" -"-72.682976,41.74496" -"-72.68555,41.739155" -"-72.67143,41.746723" -"-72.683495,41.744053" -"-72.67445,41.751823" -"-72.681046,41.74126" \ No newline at end of file diff --git a/cover.jpg b/cover.jpg deleted file mode 100644 index 9009b6ef4..000000000 Binary files a/cover.jpg and /dev/null differ diff --git a/cover_300wide.jpg b/cover_300wide.jpg deleted file mode 100644 index 176fa5e75..000000000 Binary files a/cover_300wide.jpg and /dev/null differ diff --git a/cover_small.jpg b/cover_small.jpg deleted file mode 100644 index 913e521bf..000000000 Binary files a/cover_small.jpg and /dev/null differ diff --git a/css/style.css b/css/style.css new file mode 100644 index 000000000..d51801c5e --- /dev/null +++ b/css/style.css @@ -0,0 +1,119 @@ +p.caption { + margin-top: 10px; + margin-left: 20px; + font-style: italic; +} + +.book .book-summary ul.summary li span { + cursor: default; +} + +h3.subtitle { + margin-top: -20px !important; +} + +h3.subtitle em { + font-style: normal !important; +} + +p code { + white-space: inherit; +} +pre { + word-break: normal; + word-wrap: normal; +} +pre code { + white-space: inherit; +} +p.flushright { + text-align: right; +} +/* remove blockquote last-child right alignment */ +/* blockquote > p:last-child { + text-align: right; +} */ +/* darken block quote text, but same light border */ +.book .book-body .page-wrapper .page-inner section.normal blockquote { + color: #4d4d4d; + border-left: 4px solid #e5e5e5; +} +blockquote > p:first-child { + text-align: inherit; +} +.h-icon-chevron-left { + background: white; + padding: 3px; + border: #eee 1px solid; + color: #666; + } + +.fa-rotate-315 { + -webkit-transform: rotate(315deg); + -moz-transform: rotate(315deg); + -ms-transform: rotate(315deg); + -o-transform: rotate(315deg); + transform: rotate(315deg); +} + +.rmdreview { + padding: 1em 1em 1em 5em; + margin-bottom: 0px; + background: #f5f5f5 5px center/3em no-repeat; + position:relative; +} + +.rmdreview:before { + content: "\f0e6"; + font-family: FontAwesome; + left:10px; + position:absolute; + top:10px; + bottom: 0px; + font-size: 60px; + } + /* footnote counter to restart numbering for each chapter + thanks @romles https://stackoverflow.com/questions/50616517/restart-endnote-numbering-after-each-gitbook-style-web-chapter-in-r-bookdown */ + + /* don't show the wrong footnote calls */ + .footnote-ref sup { + display: none; + } + + /* use a counter for footnote calls */ + .level1 { + counter-reset: fn-call; + } + + .footnote-ref { + counter-increment: fn-call; + } + + /* generate new footnote calls */ + .footnote-ref::after { + content: counter(fn-call); + position: relative; + top: -.5em; + font-size: 85%; + line-height: 0; + vertical-align: baseline; + } + + /* use a counter for footnotes numbering */ + .footnotes ol { + list-style: none; + counter-reset: fn-number; + } + + .footnotes li { + counter-increment: fn-number; + } + + .footnotes p::before { + content: counter(fn-number) '. '; + } + +/* increase table width */ + table { + width: 100% !important; + } diff --git a/css/toc.css b/css/toc.css new file mode 100644 index 000000000..42899312a --- /dev/null +++ b/css/toc.css @@ -0,0 +1,124 @@ +#TOC ul, +#TOC li, +#TOC span, +#TOC a { + margin: 0; + padding: 0; + position: relative; +} +#TOC { + line-height: 1; + border-radius: 5px 5px 0 0; + background: #141414; + background: linear-gradient(to bottom, #333333 0%, #141414 100%); + border-bottom: 2px solid #0fa1e0; + width: auto; +} +#TOC:after, +#TOC ul:after { + content: ''; + display: block; + clear: both; +} +#TOC a { + background: #141414; + background: linear-gradient(to bottom, #333333 0%, #141414 100%); + color: #ffffff; + display: block; + padding: 19px 20px; + text-decoration: none; + text-shadow: none; +} +#TOC ul { + list-style: none; +} +#TOC > ul > li { + display: inline-block; + float: left; + margin: 0; +} +#TOC > ul > li > a { + color: #ffffff; +} +#TOC > ul > li:hover:after { + content: ''; + display: block; + width: 0; + height: 0; + position: absolute; + left: 50%; + bottom: 0; + border-left: 10px solid transparent; + border-right: 10px solid transparent; + border-bottom: 10px solid #0fa1e0; + margin-left: -10px; +} +#TOC > ul > li:first-child > a { + border-radius: 5px 0 0 0; +} +#TOC.align-right > ul > li:first-child > a, +#TOC.align-center > ul > li:first-child > a { + border-radius: 0; +} +#TOC.align-right > ul > li:last-child > a { + border-radius: 0 5px 0 0; +} +#TOC > ul > li.active > a, +#TOC > ul > li:hover > a { + color: #ffffff; + box-shadow: inset 0 0 3px #000000; + background: #070707; + background: linear-gradient(to bottom, #262626 0%, #070707 100%); +} +#TOC .has-sub { + z-index: 1; +} +#TOC .has-sub:hover > ul { + display: block; +} +#TOC .has-sub ul { + display: none; + position: absolute; + width: 200px; + top: 100%; + left: 0; +} +#TOC .has-sub ul li a { + background: #0fa1e0; + border-bottom: 1px dotted #31b7f1; + filter: none; + display: block; + line-height: 120%; + padding: 10px; + color: #ffffff; +} +#TOC .has-sub ul li:hover a { + background: #0c7fb0; +} +#TOC ul ul li:hover > a { + color: #ffffff; +} +#TOC .has-sub .has-sub:hover > ul { + display: block; +} +#TOC .has-sub .has-sub ul { + display: none; + position: absolute; + left: 100%; + top: 0; +} +#TOC .has-sub .has-sub ul li a { + background: #0c7fb0; + border-bottom: 1px dotted #31b7f1; +} +#TOC .has-sub .has-sub ul li a:hover { + background: #0a6d98; +} +#TOC ul ul li.last > a, +#TOC ul ul li:last-child > a, +#TOC ul ul ul li.last > a, +#TOC ul ul ul li:last-child > a, +#TOC .has-sub ul li:last-child > a, +#TOC .has-sub ul li.last > a { + border-bottom: 0; +} diff --git a/data/.DS_Store b/data/.DS_Store new file mode 100644 index 000000000..5008ddfcf Binary files /dev/null and b/data/.DS_Store differ diff --git a/find/ct/ct-counties.png b/data/ct-counties.png similarity index 100% rename from find/ct/ct-counties.png rename to data/ct-counties.png diff --git a/chart/scatter-chart-tableau/ct-districts-income-grades-2009-13.xlsx b/data/ct-districts-income-grades-2009-13.xlsx similarity index 100% rename from chart/scatter-chart-tableau/ct-districts-income-grades-2009-13.xlsx rename to data/ct-districts-income-grades-2009-13.xlsx diff --git a/find/ct/ct-outline.geojson b/data/ct-outline.geojson similarity index 100% rename from find/ct/ct-outline.geojson rename to data/ct-outline.geojson diff --git a/find/ct/ct-outline.png b/data/ct-outline.png similarity index 100% rename from find/ct/ct-outline.png rename to data/ct-outline.png diff --git a/transform/mapshaper/ct-towns-popdensity.csv b/data/ct-towns-popdensity.csv similarity index 100% rename from transform/mapshaper/ct-towns-popdensity.csv rename to data/ct-towns-popdensity.csv diff --git a/find/ct/ct-towns.geojson b/data/ct-towns.geojson similarity index 100% rename from find/ct/ct-towns.geojson rename to data/ct-towns.geojson diff --git a/find/ct/ct-towns.png b/data/ct-towns.png similarity index 100% rename from find/ct/ct-towns.png rename to data/ct-towns.png diff --git a/find/ct/ct-tracts-2010.geojson b/data/ct-tracts-2010.geojson similarity index 100% rename from find/ct/ct-tracts-2010.geojson rename to data/ct-tracts-2010.geojson diff --git a/find/ct/ct-tracts-2010.png b/data/ct-tracts-2010.png similarity index 100% rename from find/ct/ct-tracts-2010.png rename to data/ct-tracts-2010.png diff --git a/github/fork-highcharts/data-scatter.csv b/data/data-scatter.csv similarity index 100% rename from github/fork-highcharts/data-scatter.csv rename to data/data-scatter.csv diff --git a/find/ct/hartford-neighborhoods.geojson b/data/hartford-neighborhoods.geojson similarity index 100% rename from find/ct/hartford-neighborhoods.geojson rename to data/hartford-neighborhoods.geojson diff --git a/find/ct/hartford-neighborhoods.png b/data/hartford-neighborhoods.png similarity index 100% rename from find/ct/hartford-neighborhoods.png rename to data/hartford-neighborhoods.png diff --git a/find/ct/hartford-outline.geojson b/data/hartford-outline.geojson similarity index 100% rename from find/ct/hartford-outline.geojson rename to data/hartford-outline.geojson diff --git a/find/ct/hartford-outline.png b/data/hartford-outline.png similarity index 100% rename from find/ct/hartford-outline.png rename to data/hartford-outline.png diff --git a/find/ct/hartford-tracts-2010.geojson b/data/hartford-tracts-2010.geojson similarity index 100% rename from find/ct/hartford-tracts-2010.geojson rename to data/hartford-tracts-2010.geojson diff --git a/find/ct/hartford-tracts-2010.png b/data/hartford-tracts-2010.png similarity index 100% rename from find/ct/hartford-tracts-2010.png rename to data/hartford-tracts-2010.png diff --git a/find/ct/hartfordcounty-outline.geojson b/data/hartfordcounty-outline.geojson similarity index 100% rename from find/ct/hartfordcounty-outline.geojson rename to data/hartfordcounty-outline.geojson diff --git a/find/ct/hartfordcounty-outline.png b/data/hartfordcounty-outline.png similarity index 100% rename from find/ct/hartfordcounty-outline.png rename to data/hartfordcounty-outline.png diff --git a/find/ct/hartfordcounty-towns.geojson b/data/hartfordcounty-towns.geojson similarity index 100% rename from find/ct/hartfordcounty-towns.geojson rename to data/hartfordcounty-towns.geojson diff --git a/find/ct/hartfordcounty-towns.png b/data/hartfordcounty-towns.png similarity index 100% rename from find/ct/hartfordcounty-towns.png rename to data/hartfordcounty-towns.png diff --git a/find/ct/hartfordcounty-tracts-2010.geojson b/data/hartfordcounty-tracts-2010.geojson similarity index 100% rename from find/ct/hartfordcounty-tracts-2010.geojson rename to data/hartfordcounty-tracts-2010.geojson diff --git a/find/ct/hartfordcounty-tracts-2010.png b/data/hartfordcounty-tracts-2010.png similarity index 100% rename from find/ct/hartfordcounty-tracts-2010.png rename to data/hartfordcounty-tracts-2010.png diff --git a/transform/geojsonio/name-lat-lon-info.csv b/data/name-lat-lon-info.csv similarity index 100% rename from transform/geojsonio/name-lat-lon-info.csv rename to data/name-lat-lon-info.csv diff --git a/transform/geojsonio/name-lat-lon-info.geojson b/data/name-lat-lon-info.geojson similarity index 100% rename from transform/geojsonio/name-lat-lon-info.geojson rename to data/name-lat-lon-info.geojson diff --git a/choose/rate/sample-address-data.csv b/data/sample-address-data.csv similarity index 100% rename from choose/rate/sample-address-data.csv rename to data/sample-address-data.csv diff --git a/transform/geocode/sample-addresses-50.csv b/data/sample-addresses-50.csv similarity index 100% rename from transform/geocode/sample-addresses-50.csv rename to data/sample-addresses-50.csv diff --git a/chart/filtered-line-chart-tableau/sample-filtered-line-chart.csv b/data/sample-filtered-line-chart.csv similarity index 100% rename from chart/filtered-line-chart-tableau/sample-filtered-line-chart.csv rename to data/sample-filtered-line-chart.csv diff --git a/spreadsheet/vlookup/sample-students-nations.ods b/data/sample-students-nations.ods similarity index 100% rename from spreadsheet/vlookup/sample-students-nations.ods rename to data/sample-students-nations.ods diff --git a/spreadsheet/pivot/sample-students.csv b/data/sample-students.csv similarity index 100% rename from spreadsheet/pivot/sample-students.csv rename to data/sample-students.csv diff --git a/detect/how-to-lie-with-charts/us-gross-domestic-product-per-capita.csv b/data/us-gross-domestic-product-per-capita.csv similarity index 100% rename from detect/how-to-lie-with-charts/us-gross-domestic-product-per-capita.csv rename to data/us-gross-domestic-product-per-capita.csv diff --git a/transform/mapshaper/us-income.csv b/data/us-income.csv similarity index 100% rename from transform/mapshaper/us-income.csv rename to data/us-income.csv diff --git a/transform/normalize/us-population-area-2015.csv b/data/us-population-area-2015.csv similarity index 100% rename from transform/normalize/us-population-area-2015.csv rename to data/us-population-area-2015.csv diff --git a/find/us/us-states-shapefile.zip b/data/us-states-shapefile.zip similarity index 100% rename from find/us/us-states-shapefile.zip rename to data/us-states-shapefile.zip diff --git a/find/us/us-states-shapefile/us-states.dbf b/data/us-states-shapefile/us-states.dbf similarity index 100% rename from find/us/us-states-shapefile/us-states.dbf rename to data/us-states-shapefile/us-states.dbf diff --git a/find/us/us-states-shapefile/us-states.prj b/data/us-states-shapefile/us-states.prj similarity index 100% rename from find/us/us-states-shapefile/us-states.prj rename to data/us-states-shapefile/us-states.prj diff --git a/find/us/us-states-shapefile/us-states.shp b/data/us-states-shapefile/us-states.shp similarity index 100% rename from find/us/us-states-shapefile/us-states.shp rename to data/us-states-shapefile/us-states.shp diff --git a/find/us/us-states-shapefile/us-states.shx b/data/us-states-shapefile/us-states.shx similarity index 100% rename from find/us/us-states-shapefile/us-states.shx rename to data/us-states-shapefile/us-states.shx diff --git a/find/us/us-states.geojson b/data/us-states.geojson similarity index 100% rename from find/us/us-states.geojson rename to data/us-states.geojson diff --git a/find/us/us-states.kml b/data/us-states.kml similarity index 100% rename from find/us/us-states.kml rename to data/us-states.kml diff --git a/datavizforall-book.Rproj b/datavizforall-book.Rproj new file mode 100644 index 000000000..e4c1c67d2 --- /dev/null +++ b/datavizforall-book.Rproj @@ -0,0 +1,18 @@ +Version: 1.0 + +RestoreWorkspace: Default +SaveWorkspace: Default +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: knitr +LaTeX: pdfLaTeX + +AutoAppendNewline: Yes +StripTrailingWhitespace: Yes + +BuildType: Website diff --git a/docs/.DS_Store b/docs/.DS_Store new file mode 100644 index 000000000..5008ddfcf Binary files /dev/null and b/docs/.DS_Store differ diff --git a/docs/404.html b/docs/404.html new file mode 100644 index 000000000..9cc092f7f --- /dev/null +++ b/docs/404.html @@ -0,0 +1,14 @@ + + + + + + + Redirect + + + That page does not exist. If you are not redirected, follow this link. + + diff --git a/docs/CNAME b/docs/CNAME new file mode 100644 index 000000000..6f90db554 --- /dev/null +++ b/docs/CNAME @@ -0,0 +1 @@ +datavizforall.org diff --git a/docs/ask.html b/docs/ask.html new file mode 100644 index 000000000..4e3de4475 --- /dev/null +++ b/docs/ask.html @@ -0,0 +1,324 @@ + + + + + + + + Ask Questions When Choosing Tools | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Ask Questions When Choosing Tools

+

last updated February 6, 2017

+

When each of us decides which digital tools best fit our needs, we often face trade-offs. On one hand, many of us prefer easy-to-learn tools, especially those with a drag-and-drop interface, but they often force us to settle for limited options. On the other hand, we also favor powerful tools that allow us to control and customize our work, yet most of these require higher-level coding skills. The goal of this book is to find the best of both worlds: that “sweet spot” where tools are both friendly and flexible.

+
+Diagram: the sweet spot for easy-to-learn and powerful tools +

Diagram: the ‘sweet spot’ for easy-to-learn and powerful tools

+
+

Before testing out new tools, try listing the criteria that guide your decision-making process. What are the most important factors that influence whether or not you add another item to your digital toolkit? Here’s the list that came to our minds:

+

1) Price: Is the tool free, or is there a “freemium” model to pay for more features or higher usage?

+

2) Easy-to-learn: Is the tool relatively simple for new users without coding skills?

+

3) Power: Does the tool support large amounts of data, and various types of visualizations?

+

4) Customization: Can I modify details about how my work appears?

+

5) Data Migration: Can I easily move my data in and out, in case I switch to a different tool?

+

*** 6) Hosting:*** Can I decide exactly where my data and visualizations will be stored online?

+

*** 7) Support:*** Is the tool actively maintained by its creators, and do they answer questions?

+

*** 8) Open Source:*** Is the tool’s software visible, can it be modified, and redistributed?

+

*** 9) Security:*** Is the tool and my data protected from malicious hackers and malware?

+

*** 10) Collaborative:*** Does the tool allow several people to work together on one shared product?

+

*** 11) Privacy:*** Under the terms of service, is my data and work private or public?

+

*** 12) Error-friendly:*** When something fails, does the tool point out possible problems and solutions?

+

*** 13) Cross-platform:*** Does this tool work across different computer operating systems?

+

*** 14) Mobile-friendly:*** Will it correctly display my work on various mobile devices and browsers?

+

That’s a long list! It’s even longer than the number of tools we’ll mention in this book. But don’t let it overwhelm you. The diagram at the top of the page illustrates the two most important criteria for the many free tools that are currently available: easy-to-learn and powerful features.

+
+

Learn more about choosing tools

+

Carl V. Lewis, Dataviz.tools: A curated guide to the best tools, resources and technologies for data visualization, http://dataviz.tools

+

Lincoln Mullen, “How to Make Prudent Choices About Your Tools,” ProfHacker blog, Chronicle of Higher Education, August 14, 2013, http://www.chronicle.com/blogs/profhacker/how-to-make-prudent-choices-about-your-tools

+

Lisa Charlotte Rost, “What I Learned Recreating One Chart Using 24 Tools,” Source, December 8, 2016, https://source.opennews.org/en-US/articles/what-i-learned-recreating-one-chart-using-24-tools/

+

Lisa Spiro and colleagues, DiRT: Digital Research Tools Directory (formerly Bamboo), http://dirtdirectory.org

+

Audrey Watters, “‘The Audrey Test’: Or, What Should Every Techie Know About Education?,” Hack Education, March 17, 2012, http://hackeducation.com/2012/03/17/what-every-techie-should-know-about-education

+ +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/atom-desktop.html b/docs/atom-desktop.html new file mode 100644 index 000000000..e118cca1c --- /dev/null +++ b/docs/atom-desktop.html @@ -0,0 +1,304 @@ + + + + + + + + Work more efficiently with Atom editor and GitHub Desktop | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Work more efficiently with Atom editor and GitHub Desktop

+
    +
  • TO DO: revise this outdated page *
  • +
+

While you can do nearly everything in this book with GitHub in your browser, several steps will be faster and more efficient with two related free tools:

+ +

OLD INSTRUCTIONS

+

Download the free GitHub Desktop tool to sync and additional GitHub repos on your local Mac or Windows computer. GitHub allows users to create one fork of the basic Searchable Map template repository. To create a second template, or to move and edit multiple files for more advanced versions, download the GitHub for Mac/Windows tool. 1. Download the free tool: GitHub for Mac or GitHub for Windows 1. In the Searchable Map Template in GitHub, click Clone and save to your hard drive 1. In your GitHub browser, create a new repository for your second template, and select options to create a README.MD and license (recommended: MIT). 1. Clone your second template repository to your hard drive 1. In your hard drive, copy and paste the files from the cloned Searchable Map Template to your cloned second template. Replace the existing README.MD and license files. 1. In your GitHub for Mac/Windows tool, Commit and Sync your second template to your GitHub online account. Title the commit before clicking the button. 1. Refresh your browser to view the synced files in your GitHub account. Start at the top of these directions to remove an old gh-pages branch, create a new gh-pages branch, and edit files.

+ +
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/authors.html b/docs/authors.html new file mode 100644 index 000000000..7be093220 --- /dev/null +++ b/docs/authors.html @@ -0,0 +1,353 @@ + + + + + + + + Authors and Contributors | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Authors and Contributors

+

UPDATE THIS: Contributors to Data Visualization for All are credited in the byline to specific pages they authored (or co-authored), hold the copyright to those pages (jointly if co-authored), and have agreed to freely share the work as an open-access book. Data Visualization for All is copyrighted by Jack Dougherty and contributors and distributed under a Creative Commons BY-NC 4.0 International License. You may freely share and modify this content for non-commercial purposes, with a source credit to: http://DataVizForAll.org

+ ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Co-AuthorsAbout Us
Jack Dougherty is Professor of Educational Studies at Trinity College in Hartford, Connecticut. He and his DataViz students partner with community organizations to help tell their data stories on the web. Follow him on Twitter and on GitHub.
Ilya Ilyankou is completing a double major in Computer Science and Studio Arts in the Class of 2018 at Trinity College. He developed Leaflet and Highcharts code templates for this book. Follow ilyankou on GitHub.
Contributors
Veronica X. Armendariz earned her bachelor’s degree in Educational Studies in 2016 from Trinity College, where she also served as a teaching assistant for the DataViz internship seminar. She contributed tutorials for this book.
Stacy Lam is a co-instructor for the Data Visualization for All online course at Trinity College, where she is a prospective Engineering major in the Class of 2019. She contributed to chapters for this book.
David Tatem is a co-instructor for the Data Visualization for All online course at Trinity College, where he is an Instructional Technologist who specializes in the Social Sciences. He contributed to chapters for this book.
+

Funding for student contributions to this book was generously provided by the Community Learning Initiative and Information Technology Services at Trinity College in Hartford, Connecticut.

+

Live videos were produced with Trinity College Information Technology staff and friends: Angie Wolf, Sean Donnelly, Ron Perkins, Samuel Oyebefun, Phil Duffy, and Christopher Brown.

+
+

Trademarks

+

Any use of a trademarked name without a trademark symbol is for readability purposes only. We have no intention of infringing on the trademark.

+
    +
  • BatchGeo is a registered trademark of BatchGeo, LLC
  • +
  • CARTO is a registered trademark of CartoDB, Inc.
  • +
  • GitBook is a registered trademark of FriendCode, Inc.
  • +
  • GitHub and the GitHub logo are registered trademarks of GitHub, Inc.
  • +
  • Google and the Google logo are registered trademarks of Google Inc.
  • +
  • Highcharts is a registered trademark of Highsoft, Norway
  • +
  • Social Explorer is a registered trademark of Social Explorer, Inc.
  • +
  • WordPress is a registered trademark of the WordPress Foundation
  • +
+
+
+

Disclaimer

+

The information is this book is provided without warranty. The lead author, contributors, and publisher have neither liability nor responsibility to any person or entity related to any loss or damages arising from the information contained in this book.

+ +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/batchgeo.html b/docs/batchgeo.html new file mode 100644 index 000000000..903771c31 --- /dev/null +++ b/docs/batchgeo.html @@ -0,0 +1,330 @@ + + + + + + + + Simple Point Map with BatchGeo | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Simple Point Map with BatchGeo

+

last updated March 16, 2017

+

TO DO: BatchGeo changed terms of service to limit free map views to 100. This means that my demo maps may no longer be viewable by users. We should consider pros and cons of dropping this tool from the book.

+
+

Try It

+

Explore the interactive point map below, or view the full-screen version, created with BatchGeo http://batchgeo.com.

+ +
+
+

Tool Review

+
    +
  • Pros:
  • +
  • Very easy-to-learn free mapping tool for beginners
  • +
  • Copy and paste data directly into the web interface, or upload with the spreadsheet template
  • +
  • Many data column labels are automatically recognized, and values are grouped into colored map markers

  • +
  • Cons:
  • +
  • Free version limited to simple point maps, with few editing tools
  • +
  • Free version cannot process more than 250 rows of data
  • +
  • Must manually disable advertisements on your free maps
  • +
  • Cannot extract geocoded data to migrate to another tool
  • +
  • More advanced mapping features require an expensive license

  • +
+
+
+

Tutorial

+

Let’s build a simple point map with sample data. This tool is so easy that most readers probably will skip over this tutorial.

+
    +
  1. Click the link and Save the file to your computer: sample-address-data in CSV format. CSV means comma-separated-values, a generic spreadsheet format that many tools can easily open.

  2. +
  3. Open BatchGeo in your browser at http://batchgeo.com

  4. +
  5. Drag-and-drop the address file into BatchGeo. Or, open the CSV file with any spreadsheet tool, then copy and paste the address data into the web interface. Or, use the BatchGeo template if needed.

  6. +
  7. Click the Validate & Set Options button to review your data, or the Map Now button.

  8. +
  9. BatchGeo will attempt to geocode your address data and display an interactive point map. Colored markers include pop-up data windows.

  10. +
  11. Click the Save and Continue button. Add map title, select Public or Unlisted, and insert your email address.

  12. +
  13. BatchGeo emails you a link to edit your map, or to embed the iframe code in your own website. To learn more, go to the Embed on Your Web chapters in this book.

  14. +
+ +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/bookdown.html b/docs/bookdown.html new file mode 100644 index 000000000..0b131f53f --- /dev/null +++ b/docs/bookdown.html @@ -0,0 +1,424 @@ + + + + + + + + Publishing with Bookdown | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Publishing with Bookdown

+

by Jack Dougherty and Ilya Ilyankou, last updated January 26, 2019

+

For a general introduction to publishing with Bookdown and RStudio in Markdown format, see Yihui Xie, Bookdown: Authoring Books and Technical Documents with R Markdown, 2018, https://bookdown.org/yihui/bookdown/.

+
+

GitHub and Bookdown workflow ROUGH NOTES

+
    +
  • Install Atom editor, GitHub Desktop, R, RStudio, bookdown package, and tinytex package (to create PDFs) show steps
  • +
  • Compose in Atom editor, following syntax and style guide below.
  • +
  • Build the book as often as desired with RStudio bookdown. Bookdown settings: build all book formats into the docs folder.
  • +
  • Push changes to repo with GitHub Desktop.
  • +
  • In your online book repo, set GitHub Pages to publish from master/docs
  • +
  • GitHub Pages custom domain setting adds CNAME file to docs folder; do not delete
  • +
  • Manually transfer 404.html into ‘docs’ folder, since not auto-built; do not delete
  • +
  • Manually add google-analytics-otl.html to root (where bookdown looks for it) and also to docs folder (since bookdown does not appear to copy it to there on each build)
  • +
  • If you have a footer, manually transfer X.X-footer.Rmd to end of each chapter
  • +
  • For final PDF and eBook builds:
  • +
  • at present, book builds are not creating PDF versions TO DO
  • +
  • review lessons from Tracey Wilson book, and pehaps create a “printbook” fork on GitHub, remove cover image and footers, and learn more about modifying biblio output across different formats. See solution notes https://stackoverflow.com/questions/48965247/use-csl-file-for-pdf-output-in-bookdown/49145699#49145699
  • +
+
+
+

Syntax and Style Guide

+ + +
+
+

Bookdown-flavored Markdown Syntax

+

For an em-dash, use three hyphens—like this—rather than two hyphens.

+

For a block quote, start each line with a caret AND add two spaces to insert a line break:

+

Code:

+
> I thoroughly disapprove of duels. If a man should challenge me, I would take him kindly and forgivingly by the hand and lead him to a quiet place and kill him.    
+> --- Mark Twain  
+> --- notable American author  
+

Demo:

+
+

I thoroughly disapprove of duels. If a man should challenge me, I would take him kindly and forgivingly by the hand and lead him to a quiet place and kill him.
+— Mark Twain
+— notable American author

+
+

Simple footnote

+

Code:

+
A text-only footnote.^[This is a footnote, with no reference]
+

Demo: A text-only footnote.1

+

See On The Line book (http://OnTheLine.trincoll.edu) for more details about footnotes using Zotero and Better BibTeX.

+
+
+

Embed images and iframes

+

Insert image using Markdown syntax:

+

Code:

+
![Caption using markdown: auto-number does not appear in web, but appears in pdf, text *with italics*, no center-alignment on web, but centered in PDF, with [source link](https://google.com)](images/sample.jpg)
+

Demo:

+
+Caption using markdown: auto-number does not appear in web, but appears in pdf, text with italics, no center-alignment on web, but centered in PDF, with source link +

Caption using markdown: auto-number does not appear in web, but appears in pdf, text with italics, no center-alignment on web, but centered in PDF, with source link

+
+
+
+

Explore the Chart: embedded HTML iframe

+

Code:

+
<iframe src="https://jackdougherty.github.io/highcharts-scatter-csv-instructor-sample/" width="90%" height="420px"></iframe>
+Recommended: Insert caption and link to view the full-screen version.
+

Demo:

+ +

Recommended: Insert caption and link to view the full-screen version.

+
+
+

Scroll the Map: embedded HTML iframe

+

Code:

+
<iframe src="https://ontheline.github.io/otl-town-borders/" width="90%" height="525px"></iframe>
+Recommended: Insert caption and link to view the full-screen version.
+

Demo:

+ +

Recommended: Insert caption and link to view the full-screen version.

+
+
+

Watch the YouTube Video: embedded HTML iframe from secure https

+

Code:

+
<iframe width="560" height="315" src="https://www.youtube.com/embed/Gl3uIRYYUmI?rel=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
+Recommended: Insert caption and link to view the full-screen version.
+

Demo:

+ +

Recommended: Insert caption and link to view the full-screen version.

+
+
+

Output in other formats

+

This book is being built primarily for the web edition, and will require more work to create formatted PDF and EPUB versions.

+

Add this later to index.Rmd, and correctly place and indent it

+
      download: [pdf, epub, mobi, docx]
+

And also add this to index.Rmd, and correctly place and indent it

+
bookdown::pdf_book: default
+
+bookdown::epub_book:
+  dev: svglite
+  stylesheet: css/style.css
+
+bookdown::word_document2:
+  default
+ +
+
+
+
+
    +
  1. This is a footnote, with no reference

  2. +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/calculate.html b/docs/calculate.html new file mode 100644 index 000000000..c4d34bd80 --- /dev/null +++ b/docs/calculate.html @@ -0,0 +1,347 @@ + + + + + + + + Calculate with Formulas and Functions | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Calculate with Formulas and Functions

+

last updated March 16, 2016

+

TO DO - when possible, start text by posing a common problem, and how this method can solve it - redo visuals: Google Sheets with better examples - see other notes inserted below

+

Simple formulas can save you lots of time. The big advantage of spreadsheet tools is the ability to insert simple formulas to calculate numbers, or combine columns of text, for entire rows and columns.

+
+

Write a simple formula

+

In most spreadsheets, begin writing a simple formula with an equal sign, and refer to specific cells and functions, such as:

+
    +
  • = A2 + B2 + C2
  • +
+
+
+

Write formulas with built-in functions

+

TO DO rewrite to show how this is same as above

+
    +
  • = Sum(A2:C2)
  • +
+

** TO DO ** rewrite to show common numerical and textual functions

+
    +
  • = Average(A2:C2)
  • +
+
+
+

Copy and paste, or drag formulas

+

If you’ve inserted a formula into one row, how can you quickly do the same calculation across all rows?

+

Spreadsheets can magically automate calculations across rows or columns. In most cases, you can copy and paste a formula into new cells. Sometimes you can click-and-drag the lower-right corner of a formula cell (which may appear as a cross-hair) to automate calculations.

+
+ + +
+
+
+

Copy and Paste > Special > Values to replace formulas with data

+

After inserting calculations in a spreadsheet, sometimes dynamic formulas must be replaced with static data before the results can be visualized. One solution is to select and copy a column (or the entire sheet), then paste > special > values to replace the formula with numerical results.

+
+ + +
+

Remember that if you need to check or run the calculations again at a later point, click (or right-click) the tab to save a copy to the spreadsheet as a backup.

+
+
+

Create a column of consecutive numbers

+

To quickly create a column of consecutive numbers, such as unique ID numbers, in most spreadsheet tools:

+
    +
  • Insert the number 1 into a cell and press Return
  • +
  • Click the cell and float the cursor over the bottom-right corner, where it will change into a cross-hair symbol
  • +
  • On a Mac, hold down the Option key and drag the cross-hair down to create consecutive numbers
  • +
  • TO DO insert equivalent commands for Windows, Chromebook
  • +
+
+ + +
+ +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/carto.html b/docs/carto.html new file mode 100644 index 000000000..9cd41df62 --- /dev/null +++ b/docs/carto.html @@ -0,0 +1,382 @@ + + + + + + + + Point Map with Carto Builder | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Point Map with Carto Builder

+

last updated March 15, 2017

+
+

TO DO

+
    +
  • Test this tool and decide if it still warrants inclusion in this book
  • +
  • See note about old versus newer Cartobuilder – still relevant?
  • +
  • if this tool stays in the book, check the iframe below to see if update is needed
  • +
+
+
+

Try It

+

Explore the interactive point map below, or view the full-screen version ,created with Carto Builder https://carto.com.

+ +
+
+

Tool Review

+
    +
  • Pros:
  • +
  • Free and powerful drag-and-drop map tool in the browser
  • +
  • Customize point markers and polygon colors by data values
  • +
  • Additional features include geographic analysis tools
  • +
  • Cons:
  • +
  • Several steps required to create simple point or polygon map
  • +
  • New users may get lost when moving through multiple screens
  • +
  • Free account allows only 400 geocodes per month
  • +
+
+
+

Video with Step-By-Step Tutorial

+ +

Before you begin: This tutorial uses the newer Carto Builder, rather than older Carto Editor tool. Learn more at https://carto.com/learn/guides/intro/migrating-from-carto-editor-to-carto-builder. If you have an old Carto account that has not automatically updated to the new Builder tool, you may need to create a brand-new account to use this tutorial.

+

Let’s build a simple point map with sample data, using Carto Builder https:/carto.com. Requires signing up for a free account.

+
    +
  1. Click this link and Save to download to your computer: sample-address-data in CSV format. CSV means comma-separated-values, a generic spreadsheet format that many tools can easily open.

  2. +
  3. Open Carto in your browser https://carto.com.

  4. +
  5. The Carto Dashboard displays two views: Maps and Datasets. Always begin with Datasets, then move to Maps. (Hint: If your dashboard looks very different than mine, then you might still be using the older Carto Editor, rather than the newer Carto Builder.)

  6. +
+
+Image: Carto Builder dashboard: Begin with Datasets +

Image: Carto Builder dashboard: Begin with Datasets

+
+
    +
  1. First, connect your dataset, and soon we’ll turn it into a map. Click blue button to add New Dataset.

  2. +
  3. Drag-and-drop the CSV sample address data to upload it, and select Connect Dataset. (Be patient. Sometimes this takes more than 30 seconds.)

  4. +
  5. Inspect your connected dataset.

  6. +
  7. Click the blue Create Map button.

  8. +
  9. Click the Edit Your Map button.

  10. +
  11. In your map data layer, click Add Analysis.

  12. +
  13. In the next screen of Analysis options, select Georeference, then click the Add Analysis button.

  14. +
  15. Back in your map data layer, under Georeference options, select Type > Street Addresses (scroll down to the bottom) for this sample data.

  16. +
  17. Under Parameters, for Column Street Address (abbreviated as Col. Street Ad.), select the “address” field for this sample data. Press the Apply button.

  18. +
  19. After Carto has attempted to geocode your address data, click Style This Analysis. Or, go to the map data layer and click the Style tab.

  20. +
  21. In Style options, for Aggregation select none (the default).

  22. +
  23. Under Style options:

  24. +
+
    +
  • select Fill Number to change circle sizes
  • +
  • enter a larger size, such as 13, to make our sample points more visible
  • +
  • select Fill Color to change circle color
  • +
  • switch from Solid (all points are same color) to By Value, and scroll down to Group (at the bottom) to automatically color by categories for this sample data. (Hint: If you don’t see Group in the menu, click somewhere else and try it again.)
  • +
+
+Image: Style points by value +

Image: Style points by value

+
+
    +
  1. In the Pop-up tab, select a Window Style, then select boxes in Show Items to display.

  2. +
  3. In the Legend tab, click Select a Style to display information, and your color-coded groups from above should automatically appear on your map. (Hint: A legend may automatically appear after styling your markers by color.)

  4. +
  5. Before publishing your map: If you wish to rename it, do it now by selecting the three vertical dots next to the file name, and select Rename.

  6. +
  7. To publish your map on the web: Next to your map file name, click the blue “back” arrow (NOT your browser back button) to return to the data layer. Click the green Public button, and on the next screen, click the blue Publish button.

  8. +
+
+Image: Click to rename or publish your map +

Image: Click to rename or publish your map

+
+
    +
  1. On the next screen, Get The Link generates a weblink to your map, and Embed It generates an iframe code to insert the live map in your website. For next steps, go to the Embed on Your Web chapters in this book.

  2. +
  3. If you make edits to your map, you must click the blue Update button to republish your map to the web.

  4. +
+
+
+

Learn more

+ + +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/census.html b/docs/census.html new file mode 100644 index 000000000..7a33235a1 --- /dev/null +++ b/docs/census.html @@ -0,0 +1,313 @@ + + + + + + + + US and Census Bureau Open Data | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

US and Census Bureau Open Data

+

last updated March 1, 2017

+

The U.S. Census Bureau (http://census.gov) collects and shares population, housing, and economic data on its open repositories. - American FactFinder (http://factfinder.census.gov) provides quick facts for a specific location, or links to download more detailed datasets - The Decennial Census is a full count of the population every ten years, most recently in 2010. - The American Community Survey (ACS) (https://www.census.gov/programs-surveys/acs/) is annual sample count, which produces: - 1-year estimates for areas with populations of 65,000+ - 3-year estimates for areas with populations of 20,000+ - 5-year estimates for all census areas

+

Census areas are geographic divisions in this general format: - State - County - County subdivisions (equivalent to Connecticut towns and cities) - Census tracts (designated areas, roughly 2,500 to 8,000 people) - Block groups (sub-unit of tract, roughly 600 to 3,000 people) - Census blocks (sub-unit of block group, but not always a city block)

+

Common census areas, as shown in American FactFinder download tool.

+
+ + +
+

TO DO Create interactive map of hierarchical census areas in the Hartford region, with buttons to display colors as panes with z-levels

+

Learn more: Explore this visual interactive of US Census geographic areas and definitions (http://www.census.gov/geo/reference/webatlas/)

+

See also in this book: Geocode addresses with the US Census Geocoder

+

Social Explorer public version (http://socialexplorer.com) is another reputable source for census and related demographic data, past and present. The platform allows users to create data maps that may be exported as static images or presentation slides. Several academic institutions subscribe to the professional version with additional features.

+

TO DO create tutorial on how to cleanly download census data from Social Explorer and Census.gov to join with geography, especially census tract numbers

+

Data.gov (https://www.data.gov/) is the official open data repository for US federal government agencies, managed by the US General Services Administration, and powered by an open-source CKAN and WordPress platform.

+

National Center for Education Statistics (NCES) (http://nces.ed.gov/) is the primary federal agency for collecting and reporting education data. - Elementary/Secondary Information System (ELSi) (http://nces.ed.gov/ccd/elsi) - create custom tables and charts from the Common Core of Data (CCD) and Private School Survey

+
+

Boundaries

+

** TO DO ** - link and source files and scale - http://mapstarter.com/

+ +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/chart-design.html b/docs/chart-design.html new file mode 100644 index 000000000..7d0f60602 --- /dev/null +++ b/docs/chart-design.html @@ -0,0 +1,348 @@ + + + + + + + + Chart Design Principles | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Chart Design Principles

+

last updated March 9, 2017

+

Spot the difference between good and bad charts, based on this compilation of design principles from leading experts, with citations listed below to learn more.

+
    +
  1. Remember the most important principle: Find meaningful insights in your data, and create visualizations that help you tell these stories. All of the other details below are secondary.

  2. +
  3. Before you begin, ask yourself: Do I really need a chart to tell this data story? Or would a table or text alone do a better job?

  4. +
  5. Decide if the best way to communicate with your audience is with static charts (such as images printed on paper) or interactive charts (embedded in a website, with tooltip details and source links). Most of these principles apply to both types, but this book features tools and tutorials to create interactive charts.

  6. +
  7. Understand basic chart vocabulary: title, labels, horizontal x-axis and vertical y-axis, data series, tooltip, source and credits. image to come

  8. +
  9. Identify the chart type that best matches your story and data format.

  10. +
  11. Draw visual comparisons that are easy for readers to understand, rather than confusing them (adapted from Gourley p. 19). image to come

  12. +
  13. Do the math for your readers. Based on your data story, decide if you should show absolute numbers, percentages, or percent change (Wong pp. 23-25, 104-107). image and link to come

  14. +
  15. Order categories logically—either alphabetically, by value, or sequentially—depending on your data story (Gourley, p. 19; Wong pp. 70-71). image to come

  16. +
  17. For long labels, use horizontal bar charts instead of vertical column charts (Wong p. 66). image to come

  18. +
  19. On bar and column charts, start the vertical y-axis at zero, and choose natural increments (Wong pp. 51-52). But line charts do not need to start at zero, and can focus on specific ranges. See also the How to Lie with Charts and Maps chapter in this book. image and link to come

  20. +
  21. Beware of pie charts. Most readers cannot accurately estimate sizes of different slices. Consider other ways to show part-to-whole relationships, such as bar/column charts, or stacked bar/column charts (Few 2007, pp. 2-4; Wong p. 79). image to come

  22. +
  23. If you choose to use a pie chart, then show no more than 5 slices, and places the largest slices closest to the top at 12 o’clock (Wong, pp. 74-75). image to come

  24. +
  25. Words matter as much as pictures.
  26. +
+
    +
  • Add meaningful titles, labels, and annotations to draw attention to your data story.
  • +
  • Keep typography simple, and use bold type sparingly to highlight your key insights (Wong p. 32; Knaflic pp. 107, 111).
  • +
  • image to come
  • +
+
    +
  1. On static charts, label items directly when possible. (On interactive charts, designers may need to rely on tooltips and text.) Insert a legend in a logical place for readers (Wong, p. 56).

  2. +
  3. Add source credits and bylines—with links to view data tables and details—to build credibility and accountability.

  4. +
  5. Avoid “chart junk”–such as 3D perspective, shadows, and unnecessary ornaments—which distract readers from your data story. Never use 3D unless you are plotting three-dimensional data (Tufte p. to come, Wong p. 62, Knaflic p. 65). image to come

  6. +
  7. De-clutter charts (Knaflic pp. 91-98, 130-135).

  8. +
  9. Choose colors wisely.
  10. +
+
    +
  • Use color to logically organize your data. Avoid random colors (Wong pp. 40, 44).
  • +
  • Avoid bad combinations from opposite sides of color wheel, such as red/green or yellow/blue (Wong pp. 40, 44).
  • +
  • Use contrast (such as color vs gray) to call attention to your data story (Knaflic pp. 87-88)
  • +
  • image to come
  • +
+

See also Map Design Principles and Tell Your Data Story chapters in this book.

+
+

References

+

Stephanie D. H. Evergreen, Effective Data Visualization: The Right Chart for the Right Data, (Los Angeles: SAGE Publications, Inc, 2016)

+

Stephen Few, Now You See It: Simple Visualization Techniques for Quantitative Analysis, (Oakland, Calif: Analytics Press, 2009)

+

Stephen Few, “Save the Pies for Dessert [critique of pie charts],” Visual Business Intelligence Newsletter, 2007, 1–14, http://www.perceptualedge.com/articles/visual_business_intelligence/save_the_pies_for_dessert.pdf

+

Stephen Few, Show Me the Numbers: Designing Tables and Graphs to Enlighten, Second edition (Burlingame, CA: Analytics Press, 2012)

+

Drew Gourley, How to Use Data Visualization to Win Over Your Audience, (Visage and Hubspot, June 2015), https://visage.co/content/data-viz-win-audience

+

Cole Nussbaumer Knaflic, Storytelling with Data: A Data Visualization Guide for Business Professionals, (Hoboken, New Jersey: Wiley, 2015)

+

Cole Nussbaumer Knalfic, “An Updated Post on Pies,” StoryTelling with Data, February 16, 2017, http://www.storytellingwithdata.com/blog/2017/1/10/an-updated-post-on-pies

+

Wayne Lytle, Viz-O-Matic: The Dangers of Glitziness and Other Visualization Faux Pas, 1993 video shared on YouTube, https://www.youtube.com/watch?v=fP-7rhb-qMg

+

Isabel Meirelles, Design for Information: An Introduction to the Histories, Theories, and Best Practices Behind Effective Information Visualizations (Rockport Publishers, 2013), http://isabelmeirelles.com/book-design-for-information/

+

Tableau, Visual Analysis Best Practices: A Guidebook, n.d., http://www.tableau.com/sites/default/files/media/whitepaper_visual-analysis-guidebook_0.pdf.

+

Edward R. Tufte, Beautiful Evidence (Graphics Press, 2006)

+

“WTF Visualizations: Visualizations That Make No Sense,” 2017, http://viz.wtf.

+

xkcd, “University Website,” accessed February 12, 2017, https://xkcd.com/773/

+

Nathan Yau, “One Dataset, Visualized 25 Ways,” FlowingData, January 24, 2017, http://flowingdata.com/2017/01/24/one-dataset-visualized-25-ways/

+

Nathan Yau, “Best Data Visualization Projects of 2016,” FlowingData, December 29, 2016, http://flowingdata.com/2016/12/29/best-data-visualization-projects-of-2016/

+ +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/chart-google-sheets.html b/docs/chart-google-sheets.html new file mode 100644 index 000000000..c3a100fcc --- /dev/null +++ b/docs/chart-google-sheets.html @@ -0,0 +1,321 @@ + + + + + + + + Google Sheets Charts | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Google Sheets Charts

+

last updated February 12, 2017

+

Use Google Sheets (http://sheets.google.com), an easy drag-and-drop tool, to create basic interactive charts that you can embed in your website.

+
+

Tool Review

+
    +
  • Pros:
  • +
  • Free and easy-to-learn tool on the collaborative Google Drive platform.
  • +
  • Edit, share, and publish interactive charts from your data, all in one spreadsheet.
  • +
  • Cons:
  • +
  • Limited control over chart appearance.
  • +
  • Scatter charts cannot show data in tooltips.
  • +
  • Bubble charts cannot show small, uniform bubbles.
  • +
  • Cannot cite or link to source data inside the chart.
  • +
  • Cannot add annotations to highlight items inside charts.
  • +
  • For more powerful tools that require more skills, see tutorials in this book on Tableau Public and Highcharts.
  • +
+
+
+

Tutorials

+

Follow the Google Sheet Chart tutorials in this book to create: - Column and Bar Charts - Grouped - Separated - Stacked - Histograms - Pie, Line and Area Charts - Scatter and Bubble Charts

+
+ +
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/chart.html b/docs/chart.html new file mode 100644 index 000000000..d1c768ac2 --- /dev/null +++ b/docs/chart.html @@ -0,0 +1,370 @@ + + + + + + + + Chart Your Data | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Chart Your Data

+

by Jack Dougherty, last updated March 21, 2017

+

Charts pull readers deeper into your story. Even if your data contains geographical information, sometimes a chart tells your story better than a map. But designing meaningful, interactive charts requires careful thought about how to communicate your data story with your audience. In this chapter, you will learn how to:

+ +

See also related chapters in this book:

+ + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Basic chart typesBest use and tutorial chapters
Grouped column or bar
Best to compare categories side-by-side. Vertical columns, or horizontal bars for long labels.
Easy tool: Google Sheets bar and column tutorial
Power tool: Highcharts templates
Separated column or bar
Best to compare categories in separate clusters. Vertical columns, or horizontal bars for long labels.
Easy tool: Google Sheets bar and column tutorial
Power tool: Highcharts templates
Stacked column or bar
Best to compare sub-categories, or parts of a whole. Vertical columns, or horizontal bars for long labels.
Easy tool: Google Sheets bar and column tutorial
Power tool: Highcharts templates
Histogram
Best to show distribution of raw data, with number of values in each bucket.
Easy tool: Google Sheets bar and column tutorial
Power tool: Highcharts templates
Pie chart
Best to show parts of a whole, but hard to estimate size of slices.
Easy tool: Google Sheets pie chart tutorial
Power tool: Highcharts templates
Line chart
Best to show continuous data, such as change over time.
Easy tool: Google Sheets line chart tutorial
Power tool: Highcharts templates
Filtered line chart
Best to show multiple lines of continuous data, with on-off toggle buttons.
Easy tool: Tableau Public filtered line chart tutorial
Stacked area chart
Best to show parts of a whole, with change over time.
Easy tool: Google Sheets stacked area tutorial
Power tool: Highcharts templates
Scatter chart
Best to show relationship between two sets of data. Also called an XY chart.
Easy tool: Google Sheets scatter chart tutorial or Tableau Public scatter chart tutorial
Power tool: Highcharts templates
Bubble chart
Best to show relationship between three or four sets of data, using bubble size and color.
Easy tool: Google Sheets bubble chart tutorial
Power tool: Highcharts templates
+
+

For more advanced chart types and tutorials

+ + +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/choose-license.html b/docs/choose-license.html new file mode 100644 index 000000000..8d0ebea53 --- /dev/null +++ b/docs/choose-license.html @@ -0,0 +1,301 @@ + + + + + + + + Choose an Open-Source Code License | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Choose an Open-Source Code License

+

By Jack Dougherty, last updated March 25, 2017

+

Whether you create a new code repository on GitHub, or fork a copy of someone else’s code, you should understand the basic concepts of a software license. Developers have the option to add a LICENSE file to their GitHub repo, which explains what other people can (or cannot) do with their code.

+

On GitHub, free repos are publicly viewable and forkable by other users, so the platform encourages the use of open-source licenses. One example that is commonly used for code templates linked to this book is the MIT License: it allows anyone to copy, modify, and redistribute the code, as long as they credit the author(s) and do not hold them liable. Learn more about different types of open-source code licenses at http://choosealicense.com

+
+

Learn more

+

Licensing a Repository, GitHub Help page, https://help.github.com/articles/licensing-a-repository/

+ +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/choose.html b/docs/choose.html new file mode 100644 index 000000000..c5dd885ee --- /dev/null +++ b/docs/choose.html @@ -0,0 +1,307 @@ + + + + + + + + Choose Tools to Tell Your Data Story | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Choose Tools to Tell Your Data Story

+

by Jack Dougherty with Stacy Lam and David Tatem, last updated February 10, 2017

+

Do you feel overwhelmed by the enormous range of data visualization tools? There’s been so many different tools released in recent years that anyone would have a hard time deciding which ones to use. Even if you limit your choices to the dozen or so tools specifically mentioned in this book, how do you make wise decisions?

+
    +
  • Draw and Write Your Data Story reminds us to start with the most important item in your toolkit: your story. Begin by drawing pictures and writing questions or sentences to capture your ideas on paper, and then choose the most appropriate tools to create your vision.
  • +
  • Ask Questions When Choosing Tools lists several criteria to consider when making software decisions. Many of us look for free or affordable tools in the perfect sweet spot—easy-to-learn, yet powerful—and that’s the focus of this book.
  • +
  • Rate Three Simple Map Tools invites readers to create a basic interactive point map using three different online tools, and to evaluate each one using selected criteria from the chapter above.
  • +
+

Enroll in our free online course TO DO add link, which introduces these topics in the brief video below, and offers more exercises and opportunities to interact with instructors and other learners.

+
+

Watch the YouTube Video

+ + +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/clean-spreadsheets.html b/docs/clean-spreadsheets.html new file mode 100644 index 000000000..af42af41a --- /dev/null +++ b/docs/clean-spreadsheets.html @@ -0,0 +1,401 @@ + + + + + + + + Clean Data with Spreadsheets | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Clean Data with Spreadsheets

+

last updated April 16, 2016

+

TO DO reorganize this to feature Google Sheets whenever possible, or Excel Online if needed

+

Sometimes we receive a spreadsheet with problematic data that needs to be cleaned up before we can successfully upload it into a visualization tool.

+
+

Find and Replace with a blank

+

A common problem with census data is that geographic names contain unnecessary words. For example, when downloading Connecticut county subdivisions (towns), each row appears as:

+
    +
  • Andover town
  • +
  • Ansonia town
  • +
  • Ashford town
  • +
+

Our goal is to remove the word “town” from each row, to produce a clean spreadsheet that we can match with other data, like this:

+
    +
  • Andover
  • +
  • Ansonia
  • +
  • Ashford
  • +
+

Here’s one quick solution: In any spreadsheet tool, use the Find and Replace command to remove unwanted characters. Try it! Click this link and Save to download to your computer:find-replace-town-geonames in CSV format. This tutorial shows screens from Excel, but other tools are very similar.

+
    +
  1. Open the Find and Replace command.

  2. +
  3. In the Find field, type " town“, leaving a space before the word, since we wish to remove only that word when by itself. (Otherwise, we would accidentally remove the”town" in Newtown.)

  4. +
  5. In the Replace field, leave it blank, to represent a blank space.

  6. +
  7. Press the Replace All button. Since this sample file lists 169 towns, the screen will states that 169 instances of “town” have been replaced.

  8. +
+
+ + +
+
+
+

Split one column into two with Excel

+

One common problem is when multiple pieces of data appear in one column, and your goal is to split them into separate columns. If those data pieces are separated by commas (or similar punctuation), you might be able to fix this with a simple spreadsheet command: split text into columns.

+

Try it! Click this link and Save to download to your computer: split-coordinate-pairs in CSV format, and open with Excel. (TO DO test with other spreadsheet tools)

+
    +
  1. Select the data column you wish to split.

  2. +
  3. Select Data > Split Text to Column

  4. +
  5. In the wizard screen, select Delimited data and click next.

  6. +
  7. In step 2 of the wizard screen, check the “comma” box, since this symbol divides the data column. Click next.

  8. +
  9. In step 3 of the wizard screen, accept the default General format, and Finish.

  10. +
+

The coordinate pairs column is now split into two separate columns. Relabel the headers: longitude and latitude.

+

Animated example from Excel for Windows (thanks @f3mlat):

+
+ + +
+

TO DO write directions to split a single address cell “300 Summit St, Hartford CT 06106” into separate columns for address, city, state, zip

+
+
+

Combine separate data columns into one

+

Another common data cleaning problem is when you receive address data in separate columns, like this:

+ + + + + + + + + + + + + + + + + +
StreetCityStateZip
100 Main StHartfordCT06106
+

But your data visualization tool requires you to combine all of this terms into one location column, like this:

+ + + + + + + + + + + +
Location
100 Main St, Hartford, CT 06106
+

One easy solution is to write a simple spreadsheet formula to combine (or concatenate) terms, using ampersands (&) as connectors, and quotation marks around blank spaces as separators. For example, if a spreadsheet contained four columns, Address, City, State Zip (A-D), then in column E insert a new header named Location and a formula in this format:

+
    +
  • =A2 &" " & B2 &" " &C2 &" " &D2
  • +
+
+ + +
+

TO DO - Confirm that Google Fusion Tables geocoder does not require commas between terms - Clarify what happens with zip code in the example above

+
+
+

Convert Connecticut town names with CTNamecleaner

+

In Connecticut, residents often list their village or neighborhood names in their address, but these do not necessarily match the official list of 169 Connecticut town governments (called county subdivisions by the US Census). For example, the Elmwood neighborhood is located in the town of West Hartford, and the Rockville village is located in the town of Vernon.

+

To solve this problem, the data experts at TrendCT/CT Mirror have openly shared a wonderful tool to convert village/neighborhood names into official towns, called CTNamecleaner.

+
+ + +
+
    +
  1. Open CTNamecleaner with your browser at http://shiny.trendct.org/ctnamecleaner/
  2. +
  3. Upload a CSV generic spreadsheet. Learn more about CSV format in this book TO DO add link.
  4. +
  5. Select the data column to be converted into town names, and download the results.
  6. +
+

Learn more about CTNamecleaner on GitHub, and view the underlying list of Connecticut place names in a public Google sheet.

+ +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/clean.html b/docs/clean.html new file mode 100644 index 000000000..077854c3c --- /dev/null +++ b/docs/clean.html @@ -0,0 +1,304 @@ + + + + + + + + Clean Up Messy Data | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Clean Up Messy Data

+

By Jack Dougherty, last updated April 2016

+

TO DO

+ + +
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/column-bar-google.html b/docs/column-bar-google.html new file mode 100644 index 000000000..f358a5f1b --- /dev/null +++ b/docs/column-bar-google.html @@ -0,0 +1,413 @@ + + + + + + + + Column and Bar Charts with Google Sheets | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Column and Bar Charts with Google Sheets

+

last updated April 4, 2017

+

Follow these tutorials to create different types of column and bar charts with Google Sheets http://sheets.google.com on the Google Drive platform. Requires free account.

+
    +
  • Grouped
  • +
  • Separated
  • +
  • Stacked
  • +
  • Histograms
  • +
+
+

Grouped Column and Bar Charts

+

Best to compare categories side-by-side. Vertical columns, or horizontal bars for long labels.

+

Try it: This grouped column chart shows differences in obesity between men and women in each age bracket. Float your cursor over columns to view data details.

+ +


View data from CDC and StateOfObesity.org

+

Tutorial:

+
    +
  1. Right-click to open link in new tab: Google Sheet Column chart with grouped data template

  2. +
  3. Sign in to your Google Drive or sign up for a free account

  4. +
  5. Select File > Make a Copy to save your own version to your Google Drive.

  6. +
+
+Sign in to Google and File > Make a Copy +

Sign in to Google and File > Make a Copy

+
+
    +
  1. To remove the current chart from your copy of the spreadsheet, select it and press the delete.

  2. +
  3. Format your data in a similar way as shown below. Each row is a data series, which displays as a separate color in the chart.

  4. +
+
+Grouped column chart data table +

Grouped column chart data table

+
+
    +
  1. Use your cursor to select only the data you wish to chart, then select Insert > Chart.
  2. +
+
+Select data and Insert > Chart +

Select data and Insert > Chart

+
+
    +
  1. In the Chart Editor > Recommendations tab, choose your preferred Column chart (or horizontal Bar chart for longer labels), or see more options in Chart Types tab. Press the Insert button.
  2. +
+
+See more options in Chart Types tab +

See more options in Chart Types tab

+
+
    +
  1. To customize title, labels, and more, click the editing controls in the upper-right corner.
  2. +
+
+Customize with editing controls +

Customize with editing controls

+
+
    +
  1. To make your data public, select the blue Share button > Advanced, then Change from Private to Public On the Web, with Anyone Can View.
  2. +
+
+Screencast: Share your Google Sheet +

Screencast: Share your Google Sheet

+
+
    +
  1. To embed your chart in another website, click the upper-right chart editing controls, select Publish Chart, select Embed, and press the Publish button. Copy the iframe code and see the Embed on Your Web chapter in this book.

  2. +
  3. Reminder: Currently, there is no easy way to cite or link to your source data inside a Google Sheets chart. Instead, cite and link to your source data in the text of the web page, as shown in the example at the top.

  4. +
+
+
+

Separated Column and Bar Charts

+

Best to compare categories in separate clusters. Vertical columns, or horizontal bars for long labels.

+

Try it: This separated bar chart shows calorie counts of fast food items, separated by restaurant chains. The horizontal bar offers more space for longer labels. Float your cursor over bars to explore data details.

+ +


View data from Starbucks and McDonalds

+

** Tutorial:**

+
    +
  1. Right-click to open this link in a new tab: Google Sheet Column chart with separated data template

  2. +
  3. Follow similar steps in the first tutorial above.

  4. +
  5. Format your data in a similar way as shown below. Each column is a data series, which displays as a separate color in the chart.

  6. +
+
+Bar chart data table +

Bar chart data table

+
+
    +
  1. In the Chart Editor > Recommendations tab, choose your preferred Bar chart, or see more options in Chart Types tab.
  2. +
+
+
+

Stacked Column and Bar Charts

+

Best to compare sub-categories, or parts of a whole. Vertical columns, or horizontal bars for long labels.

+

Try it: This stacked column chart compares the percentage of overweight residents across nations. Float your cursor over columns to view data details.

+ +


View data from WHO and CDC

+

Tutorial:

+
    +
  1. Begin by opening this link in a new tab: Google Sheets Stacked column chart template

  2. +
  3. Follow most of the same steps in first tutorial above.

  4. +
  5. Format your data in a similar way as shown below. Each column is a data series, which displays as a separate color in the chart.

  6. +
+
+Stacked column chart data table +

Stacked column chart data table

+
+
    +
  1. In the Chart Editor > Recommendations tab, choose Stacked column chart (or Stacked bar chart if you prefer a horizontal orientation), or see more options in Chart Types tab.
  2. +
+
+
+

Histograms

+

Best to show the distribution of raw data, with number of values in each bucket. Typically displayed in vertical columns.

+

Try it to come*

+

Tutorial: to come *

+
    +
  • Format data into two columns
  • +
  • data labels in the first column
  • +
  • numeric values in second column
  • +
+ +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/convert-edit-and-create-map-data-with-geojson-io.html b/docs/convert-edit-and-create-map-data-with-geojson-io.html new file mode 100644 index 000000000..cbf587f59 --- /dev/null +++ b/docs/convert-edit-and-create-map-data-with-geojson-io.html @@ -0,0 +1,335 @@ + + + + + + + + Convert, Edit, and Create Map Data with GeoJson.io | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Convert, Edit, and Create Map Data with GeoJson.io

+

By Jack Dougherty, last updated March 26, 2017

+

** TO DO **

+
    +
  • rewrite into tool review and tutorial format
  • +
  • place polygon conversion at top and specify import-export formats
  • +
+

Go to http://geojson.io to explore this open-source web tool to convert, edit, and create GeoJSON map data. The tool was originally developed by Tom MacWright, and is supported by Mapbox.com.

+
+

Convert a CSV spreadsheet of point data into GeoJSON

+

Use any spreadsheet tool and prepare a list of coordinate points (known as features). You must include column headers lat and lon, or a fuller spelling, such as latitude and longitude. The order of the columns does not matter. Also, you can add more headers to identify each point (example: name) and include more details (known as the properties of the features).

+
+ + +
+

Save your spreadsheet in generic CSV format. Hint: see Save Spreadsheet as CSV chapter in this book.

+

Try it! Click this link and Save to download this sample file to your computer: name-lat-lon-info in CSV format. CSV means comma-separated values, a generic spreadsheet format that most data tools can easily open.

+

Drag the CSV file into the GeoJSON.io map window. Flip between the JSON and Table tabs to view or edit the data.

+
+Screencast +

Screencast

+
+

Select the Save menu and export into GeoJSON format.

+

Optional: Login to GeoJSON.io with your GitHub account and save directly to your repository.

+
+
+

Convert Shapefile or KML polygons into GeoJSON

+

Polygon boundary data is often shared as ArcGIS Shapefiles (.shp) or Keyhole Markup Language (.kml) files. Drag any of these (and other) files into the http://GeoJSON.io map window. Flip between the JSON and Table tabs to view or edit the data.

+

Select the Save menu and export into GeoJSON format.

+
+ + +
+
+
+

Create GeoJSON data with drawing tools

+

Use the http://GeoJSON.io drawing tools to create points, polygons, and polylines. Flip between the JSON and Table tabs to view or edit the data.

+
+
+

Learn more about GeoJSON.io

+

Read about more advanced features and view the code at https://github.com/mapbox/geojson.io

+ +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/convert-edit-join-and-dissolve-with-mapshaper-org.html b/docs/convert-edit-join-and-dissolve-with-mapshaper-org.html new file mode 100644 index 000000000..0419061cd --- /dev/null +++ b/docs/convert-edit-join-and-dissolve-with-mapshaper-org.html @@ -0,0 +1,528 @@ + + + + + + + + Convert, Edit, Join, and Dissolve with MapShaper.org | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Convert, Edit, Join, and Dissolve with MapShaper.org

+

By Jack Dougherty, last updated April 10, 2017

+

** TO DO **

+
    +
  • rewrite into tool review/tutorial format
  • +
  • put conversion at top and clarify import-export formats
  • +
  • recommended browsers: Firefox or Chrome
  • +
  • Mac users: go to Finder > Preferences > Advanced > turn on Show file extensions
  • +
+

MapShaper (http://MapShaper.org) is another versatile open-source mapping tool, developed and maintained by Matthew Bloch on GitHub. Using the web interface, users can:

+
    +
  • Import and export map layers in multiple formats: Shapefile, GeoJSON, CSV, and more
  • +
  • Simplify (or smooth out) geographic details to reduce map file size
  • +
  • Edit geography with powerful commands (dissolve, clip, join files, etc.)
  • +
+

This free and easy-to-learn MapShaper.org web tool has replaced many of my map preparation tasks that previously required expensive and hard-to-learn ArcGIS software, or its free but still-challenging-to-learn cousin, QGIS. Even advanced GIS users may discover MapShaper.org to be a quick alternative for some common time-consuming tasks.

+

The examples below focus on polygon boundary data to illustrate common map editing tasks. But MapShaper.org also works with other data layers, such as tables, points, and lines.

+
+

Import and convert map boundary files

+

Try it! Right-click the link and Save to download this sample file to your computer: ct-towns in GeoJSON format. If you accidentally open a page of GeoJSON code in your browser, select File > Save Page As to download to your computer.

+
    +
  1. Drag-and-drop any map layer into the http://MapShaper.org browser window.
  2. +
+
    +
  • Import GeoJSON (.geojson or .json), TopoJSON, CSV, or Shapefile formats
  • +
  • For Shapefiles, import the .shp (features), .dbf (attribute data), and .prj (projection) files. Reminder: the WGS84 projection is most portable across multiple platforms.
  • +
  • KML/KMZ files are not compatible. To convert these into a format that Mapshaper can import, see the Convert KMZ to KML and Geojson.io chapters in this book.
  • +
+
    +
  1. Click the Export button and select your preferred format:
  2. +
+
    +
  • Shapefile (best for ArcGIS/QGIS software)
  • +
  • GeoJSON (best for Leaflet and GitHub tools in this book)
  • +
  • TopoJSON (similar to GeoJSON, with topographical data)
  • +
  • SVG (Scalable Vector Graphics, for print or online)
  • +
  • CSV (Comma Separated Values, generic spreadsheet format)
  • +
+
+Screencast +

Screencast

+
+
+
+

Edit data for specific polygons

+

To edit data for any polygon in MapShaper.org:

+
    +
  • Click the “i” information button
  • +
  • Select the polygon
  • +
  • Click inside its pop-up info window to directly edit the data
  • +
+
+ + +
+
+
+

Simplify map boundaries to reduce file size

+

If your data visualization project displays a zoomed-out state or national or world map, small geographic details that are invisible at these zoom levels may not be necessary. Consider using the Simplify command to reduce the file size, which may help your interactive web map to load faster for web visitors. The example below began with a detailed map of Connecticut town boundaries (1:100,000 scale) at 2MB, which MapShaper simplified – without visibly sacrificing details at the statewide zoom level – to a reduced size of about 200KB.

+
    +
  1. Try it! Download and upload the sample GeoJSON file as described in the Import section above.

  2. +
  3. Click the Simplify button to review options, and in most cases, accept the default settings. Click Next.

  4. +
  5. Slide the Simplify button from 100 percent down to an appropriate number for your map zoom level. If important geographic details disappear, you may have gone too far.

  6. +
  7. Look in the upper-left corner and click on recommended Repairs to your map file.

  8. +
  9. Complete the process by clicking Simplify once again. Export your file in the preferred format for your project.

  10. +
+
+ + +
+
+
+

Dissolve internal polygons to create an outline map

+

MapShaper.org also includes a Console button to type in commands for common map editing tasks. Imagine that you begin with a boundary map that includes internal polygons, but your goal is to remove all of them to create an outline map.

+

Click the Console button, which opens a window to type in commands. Enter the command below, then press return. Close the Console window and Export your outline map.

+
-dissolve
+
+Screencast +

Screencast

+
+
+
+

Clip a map to match an outline layer

+

Imagine that you start with a polygon map of all towns in Connecticut, and an outline map of Hartford County, a larger region that includes some (but not all) of those smaller towns. Your goal is to create a polygon map of all towns inside Hartford County. In other words, we will “clip” the statewide town map using the county outline map.

+

Try it! Right-click the link and Save to download both sample files to your computer:

+ +

Refresh the browser to start a new session in http://MapShaper.org.

+
    +
  1. Drag-and-drop the ct-towns.geojson file to import to MapShaper.

  2. +
  3. Drag-and-drop the hartfordcounty-outline.geojson map to MapShaper, and click Import to add this second layer.

  4. +
  5. In the drop-down menu, select the first map (ct-towns) to display it as the active layer.

  6. +
  7. Click the Console button, type or paste in the command below, and press enter.

    +
    -clip hartfordcounty-outline.geojson
  8. +
  9. The command above instructs MapShaper to clip the active map layer (ct-towns) using the second layer (hartfordcounty-outline).

  10. +
  11. Sometimes the boundaries of the clip layer do not precisely match up with your active layer, due to differences between their sources. If necessary, add the cleanup command to remove any null features or small “slivers” that remain after the clip.

  12. +
+
- clip hartfordcounty-outline.geojson cleanup
+Removed 3 null features and 5 slivers
+

TO DO fix animation to match new file names

+
+Screencast +

Screencast

+
+
+
+

Remove unwanted data columns

+

Sometimes your polygon map contains several columns of unwanted data. To quickly remove them, enter the “-filter-fields” Console command to keep only the columns you list. The example below deletes all columns except “town”:

+
-filter-fields town
+
+
+

Join spreadsheet data with polygon map

+

** TO DO ** - fix images and animations to map the new file names and column headers

+

A common mapping task is to join (or merge) new data columns into a polygon boundary map, and MapShaper.org makes this very easy. Imagine that you have two files:

+
    +
  • Connecticut town boundary map
  • +
  • a spreadsheet of town population data
  • +
+

Your goal is to unite these files, so that you can later display them in a thematic polygon map. Since these two files share a common column of data – the town names – you can join them together into one merged file.

+
+ + +
+

Try it! Right-click each link and Save to download two sample files to your computer:

+ +

If you accidentally open a page of GeoJSON code in your browser, select File > Save Page As to download to your computer.

+

Refresh the browser to start a new session in http://MapShaper.org.

+
    +
  1. Drag-and-drop the ct-towns.geojson boundary file into MapShaper. Select the “i” info button and click on any polygon to confirm that the column header is “name”.

  2. +
  3. Open the ct-towns-popdensity.csv file with any spreadsheet tool and confirm that first column header also is “name”. Close this file.

  4. +
  5. Drag-and-drop the ct-towns-popdensity.csv file into MapShaper.org, and select the Import button to add it as a second layer. This table layer will appear as rectangular cells, because it does not contain geographic information.

  6. +
  7. Click the drop-down menu and select the map to display it as the active layer.

  8. +
+
+ + +
+
    +
  1. Click the Console button, type this command, and press return:

    +
    -join ct-towns-popdensity.csv keys=name,name
    +

    Type this precisely, with no spaces between the words in your keys. This command instructs MapShaper to join the active map layer to the CSV table layer, based on their shared column of data, labeled as “name” in both files. In this example, 169 rows are merged together.

  2. +
+
+ + +
+
    +
  1. Click the Console button to close the command window. Select the “i” info button and click any polygon to confirm that it now contains the new table data. Export the file in your preferred format.
  2. +
+
+ + +
+
+
+

More about joins

+
    +
  1. If you don’t have a CSV table that matches the columns in your boundary map data, you can easily create one. Upload the boundary map to MapShaper.org, and export in CSV format, and open with any spreadsheet tool. To match data columns in the CSV spreadsheet, use the VLOOKUP method in this book.

  2. +
  3. The simple join example above uses identical keys (name,name) because the two columns headers are the same. But if you need to join data where the headers are not the same, enter the first key (the polygon map) and the second key (the CSV table).

  4. +
  5. Mapshaper also helps you to keep track of data that are not properly joined or matched. For example, if the polygon map contains 169 rows (one for each town in Connecticut), but the CSV table contains only 168 rows of data, Mapshaper will join all of those with matching keys, and then display this message:

    +
    Joined 168 data records
    +1/169 target records received no data
  6. +
+

To capture data records that are not properly joined, add these terms at the end of your join command: unjoined unmatched -info. The first term saves a copy of each unmatched record from the target table to a new layer named “unmatched,” and the second term saves a copy of each unjoined record from the source table into another layer named “unjoined.” In the example below, see the console command and results, and a screenshot of the two new layers.

+
$ -join towns-data.csv keys=name,name unmatched unjoined -info
+Joined 27 data records
+2/29 target records received no data
+2/29 source records could not be joined
+Layer 1 ...
+
+ + +
+
+
+

Merge selected polygons with join and dissolve commands

+

** TO DO ** fix screenshots to match new data files and column headers

+

Another common task is to merge selected polygons in a boundary map, which you can do in MapShaper with the join and dissolve commands you learned above. Imagine that you wish to create regional “cluster” boundaries from smaller polygon areas. For example, the Connecticut Department of Public Health has grouped individual towns, such as Bloomfield and West Hartford, into regional health districts. Your task is to begin with a statewide polygon map of all town boundaries, and to create a new polygon map that displays these regional clusters.

+

Try it! Right-click the link and Save to download the sample files to your computer: ct-towns in GeoJSON format. If you accidentally open a page of GeoJSON code in your browser, select File > Save Page As to download to your computer.

+

Refresh the browser to start a new session in http://MapShaper.org.

+
    +
  1. Import the ct-towns.geojson map file into http://MapShaper.org.

  2. +
  3. Export in CSV format. This steps creates a spreadsheet that lists all of the polygon town names, without geographic details.

  4. +
+
+ + +
+
    +
  1. Open the CSV file with any spreadsheet tool. Copy the contents of the “name” column, paste it into a second column, and change the header of this second column to “merged”.

  2. +
  3. In the new “merged” column, create new listings for towns you wish to merge together. In this example, Bloomfield and West Hartford are merged into Bloomfield-West Hartford. Leave other towns unchanged.

  4. +
+
+ + +
+
    +
  1. Save this spreadsheet in CSV format with a new file name, such as: ct-towns-merged.csv.

  2. +
  3. Drag this new ct-towns-merged.csv file into MapShaper, and click Import.

  4. +
  5. Use the drop-down menu to manage multiple layers in MapShaper. Since the CSV file has no geography, it appears as a series of rectangular cells. Instead, select the ct-towns.geojson map to display it as the active layer.

  6. +
+
+ + +
+
    +
  1. Click on the Console button, type in both of the commands below, and press Return at the end of each line:
  2. +
+
-join CT-towns-merged.csv keys=name,name
+-dissolve merged
+

How to understand the commands above:

+
    +
  • The first line “joins” the active layer (the polygon map) to the CSV spreadsheet, with “keys” to match their shared data columns, which are both labeled as “name”.
  • +
  • The second line dissolves the polygons of towns listed in the “merged” column of the CSV file. In this simple example, only Bloomfield and West Hartford are dissolved into a combined “Bloomfield-West Hartford” regional health district, and all of the other polygons remain the same.
  • +
+
+ + +
+

Click the Console button to close its window. Select the “i” information button to inspect your merged polygons. Export the map in your preferred format.

+
+
+

Learn more advanced MapShaper methods

+ +

TO DO: illustrate concept of a point-to-polygon spatial join. When using the join command, “If the keys= option is missing, Mapshaper will perform a point-to-polygon or polygon-to-point spatial join.”

+ +
+
+ +
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/convert-geojson.html b/docs/convert-geojson.html new file mode 100644 index 000000000..b20166d9b --- /dev/null +++ b/docs/convert-geojson.html @@ -0,0 +1,309 @@ + + + + + + + + Convert Map Data into GeoJSON format | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Convert Map Data into GeoJSON format

+

By Jack Dougherty, last updated April 3, 2017

+

When you find map data, it may be stored in one of these common data formats below:

+
+

GeoJSON

+

GeoJSON is newer, popular open format for map data, and works across many tools, so is our top recommendation in this book. GeoJSON files can be used with Leaflet map code, Google Maps JS API code, Carto map tools, and more. Also, your GitHub repository will automatically display any GeoJSON files in a map view.

+

GeoJSON data must follow a structured format, but the file name may end with either .geojson or .json. The GeoJSON structured format orders coordinates in longitude-latitude format, the same as X-Y coordinates in mathematics. This is the opposite of Google Maps and several other web map tools, which order points in latitude-longitude format. For example, Hartford Connecticut is located at (-72.67, 41.76) in GeoJSON, but (41.76, -72.67) in Google Maps.

+
+
+

Shapefiles

+

The shapefile format was created in the 1990s by ESRI, the company that developed ArcGIS software. Shapefiles typically appear as a folder of subfiles with suffixes such as .shp, .shx, .dbf, and others. Although government agencies commonly distribute map data in shapefile format, the standard tools for editing these files—ArcGIS and its free and open-source cousin, QGIS—are not as easy to learn as other tools in this book. For this reason, this book recommends converting shapefiles into one of the more friendlier formats below.

+
+
+

Keyhole Markup Language (or KML)

+

The KML format rose in popularity during the late 2000s. Google Earth, a free and user-friendly tool, allowed many people to view and edit geographic data. KML files are commonly used in the Google Fusion Tables maps described in this book. Sometimes .kml files are distributed in a compressed .kmz format. See the chapter on converting from KMZ to KML format in this book.

+ +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/copy.html b/docs/copy.html new file mode 100644 index 000000000..e3f1bcaad --- /dev/null +++ b/docs/copy.html @@ -0,0 +1,316 @@ + + + + + + + + Make a Copy with Google Sheets | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Make a Copy with Google Sheets

+

last updated March 17, 2017

+

In this book, you will open links to Google Sheets that allow you to view – but not edit – the contents. How can you quickly make your own version that you can edit?

+
+Screenshot: View-only in Google Sheets +

Screenshot: View-only in Google Sheets

+
+
+

Best solution

+
    +
  1. Sign in to your Google account in the upper-right corner. Requires a free account.

  2. +
  3. Go to File > Make a Copy to save a duplicate of the spreadsheet to your Google Drive. By default, your copy will be private to you. Go to the Share Data with Google Sheets chapter in this book to allow others to view, comment, or edit your spreadsheet.

  4. +
+

Highly recommended: Create folders in your Google Drive to keep your files organized and easily findable.

+
+Screenshot: Sign in and File > Make a Copy in Google Sheets +

Screenshot: Sign in and File > Make a Copy in Google Sheets

+
+
+
+

Alternate solution

+

Another option is to File > Download As into a different format, such as: - Microsoft Excel (.xlsx) - OpenData System (.ods), a generic multi-tab spreadsheet - Comma-separated values (.csv), a generic single sheet No Google account is required.

+ +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/create-a-new-repo-and-upload-code-with-github.html b/docs/create-a-new-repo-and-upload-code-with-github.html new file mode 100644 index 000000000..7c8a01294 --- /dev/null +++ b/docs/create-a-new-repo-and-upload-code-with-github.html @@ -0,0 +1,316 @@ + + + + + + + + Create a New Repo and Upload Code with GitHub | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Create a New Repo and Upload Code with GitHub

+

by Jack Dougherty, last updated March 14, 2017

+

Question: If I already forked one copy of a GitHub code repository, GitHub will not allow me to fork it a second time. So how do I make a second copy of a repo?

+

Answer: GitHub has a “one-fork” rule for good reasons, but here’s a simple way for beginners to work around it, using only your web browser and any computer (such as Mac, Windows, or Chromebook).

+
    +
  • Create a brand-new repository on GitHub in your browser
  • +
  • Download an existing code repository and unzip the folder
  • +
  • Upload the contents of that folder to your new repository and Commit Changes
  • +
+
+

Video with step-by-step tutorial

+ +
    +
  1. Follow these steps if you have already forked a GitHub repository and wish to make a second copy of it. For example, imagine that you have already forked a copy of the Leaflet Maps with Google Sheets repository from https://github.com/jackdougherty/leaflet-maps-with-google-sheets TO DO change repo address

  2. +
  3. If you try to “fork” it again, GitHub will simply send you back to the first forked copy you already made. Clicking the “fork” button a second time is useless here.

  4. +
  5. Instead, go to your GitHub account and Create a New Repository. Give it a different name, and click the box to create a README.md file, then scroll down to click the Create button.

  6. +
  7. Go to the original repository where you wish to make a second copy, and click the Clone or Download button, and Download a zipped (compressed) file to your computer.

  8. +
  9. In your computer downloads folder, unzip the compressed file, typically by double-clicking it.

  10. +
  11. Go to the top level of your brand-new GitHub repository, and click the Upload Files button. Drag-and-drop all of the contents of the code repo you downloaded, EXCEPT the README.md file, because you have already created a new one. Click the Commit Changes button and be patient. During busy periods, a large upload may take 1 minute or more for GitHub to process.

  12. +
  13. When the upload is done, inspect the contents that you copied into your brand-new repository. To publish your new repo to the live web, go to Settings > GitHub Pages > select Master branch > Save. Then copy the link to your published live site and paste into your README.md file for future reference. If you need to review these last steps, see Part B: Publish section of the Fork and Edit a Leaflet Map chapter in this book.

  14. +
+ +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/css/style.css b/docs/css/style.css new file mode 100644 index 000000000..d51801c5e --- /dev/null +++ b/docs/css/style.css @@ -0,0 +1,119 @@ +p.caption { + margin-top: 10px; + margin-left: 20px; + font-style: italic; +} + +.book .book-summary ul.summary li span { + cursor: default; +} + +h3.subtitle { + margin-top: -20px !important; +} + +h3.subtitle em { + font-style: normal !important; +} + +p code { + white-space: inherit; +} +pre { + word-break: normal; + word-wrap: normal; +} +pre code { + white-space: inherit; +} +p.flushright { + text-align: right; +} +/* remove blockquote last-child right alignment */ +/* blockquote > p:last-child { + text-align: right; +} */ +/* darken block quote text, but same light border */ +.book .book-body .page-wrapper .page-inner section.normal blockquote { + color: #4d4d4d; + border-left: 4px solid #e5e5e5; +} +blockquote > p:first-child { + text-align: inherit; +} +.h-icon-chevron-left { + background: white; + padding: 3px; + border: #eee 1px solid; + color: #666; + } + +.fa-rotate-315 { + -webkit-transform: rotate(315deg); + -moz-transform: rotate(315deg); + -ms-transform: rotate(315deg); + -o-transform: rotate(315deg); + transform: rotate(315deg); +} + +.rmdreview { + padding: 1em 1em 1em 5em; + margin-bottom: 0px; + background: #f5f5f5 5px center/3em no-repeat; + position:relative; +} + +.rmdreview:before { + content: "\f0e6"; + font-family: FontAwesome; + left:10px; + position:absolute; + top:10px; + bottom: 0px; + font-size: 60px; + } + /* footnote counter to restart numbering for each chapter + thanks @romles https://stackoverflow.com/questions/50616517/restart-endnote-numbering-after-each-gitbook-style-web-chapter-in-r-bookdown */ + + /* don't show the wrong footnote calls */ + .footnote-ref sup { + display: none; + } + + /* use a counter for footnote calls */ + .level1 { + counter-reset: fn-call; + } + + .footnote-ref { + counter-increment: fn-call; + } + + /* generate new footnote calls */ + .footnote-ref::after { + content: counter(fn-call); + position: relative; + top: -.5em; + font-size: 85%; + line-height: 0; + vertical-align: baseline; + } + + /* use a counter for footnotes numbering */ + .footnotes ol { + list-style: none; + counter-reset: fn-number; + } + + .footnotes li { + counter-increment: fn-number; + } + + .footnotes p::before { + content: counter(fn-number) '. '; + } + +/* increase table width */ + table { + width: 100% !important; + } diff --git a/docs/csv.html b/docs/csv.html new file mode 100644 index 000000000..b722b95de --- /dev/null +++ b/docs/csv.html @@ -0,0 +1,357 @@ + + + + + + + + Save Spreadsheets in CSV or ODS | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Save Spreadsheets in CSV or ODS

+
    +
  • last updated March 2, 2017*
  • +
+

To transfer spreadsheet data to another platform, or import it into a visualization tool, you may need to convert your file into a different format. Consider two options:

+
+

Comma-separated values (.csv)

+
    +
  • to transfer only one sheet of data, with no formulas or formatting, into a wide range of spreadsheet and visualization tools
  • +
+
+
+

OpenDocument Spreadsheet (.ods)

+
    +
  • to transfer multiple sheets, with basic formulas and formatting, into many spreadsheet tools (Excel, Google Sheets, LibreOffice)
  • +
+
+
+

Convert to CSV or ODS with Google Sheets

+

In the File > Download As menu, select either ODS (to convert a Google Sheets file with multiple tabs, formulas, and formatting) or CSV (to capture only the data in the current sheet).

+
+Screenshot: Download Google Sheets data in ODS or CSV format +

Screenshot: Download Google Sheets data in ODS or CSV format

+
+
+
+

Convert to ODS with Microsoft Excel

+

In the File > Save As menu, select ODS format.

+
+Screenshot: Save as ODS with Excel for Mac +

Screenshot: Save as ODS with Excel for Mac

+
+
+
+

Convert to CSV with Microsoft Excel

+
    +
  1. Note that CSV format will save only the first sheet of a multi-sheet Excel workbook. If you have source information or other data in other tabs, keep your original Excel file for backup purposes. You can give them parallel file names:
  2. +
+
    +
  • data.csv
  • +
  • data.xlsx
  • +
+
    +
  1. In the Excel file, select the File > Save As menu, and select CSV format.
  2. +
+
+Screenshot: Save as CSV in Excel for Mac +

Screenshot: Save as CSV in Excel for Mac

+
+
    +
  1. Older versions of Excel may warn you that some features (such as formulas and formatting) will not be saved in a generic CSV data file. Be sure to keep a backup Excel version, then click Continue to save your data into CSV format.
  2. +
+
+Screenshot: Older Excel warning before saving in CSV format +

Screenshot: Older Excel warning before saving in CSV format

+
+
    +
  1. In older versions of Excel, when you quit the application, another screen will ask if you wish to save the CSV file a second time. Don’t let Excel confuse you. If you have not made any changes to the Excel file since the step above, click Don’t Save, because you already saved the file in CSV format.
  2. +
+
+Screenshot: Older Excel version: click Don’t Save +

Screenshot: Older Excel version: click Don’t Save

+
+ +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/ct.html b/docs/ct.html new file mode 100644 index 000000000..a3b4bc1cc --- /dev/null +++ b/docs/ct.html @@ -0,0 +1,396 @@ + + + + + + + + Connecticut Open Data | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Connecticut Open Data

+

last updated April 5, 2017

+

Since this book was created in Hartford, Connecticut, we include state and municipal open data repositories and boundary files.

+

Connecticut Open Data (http://data.ct.gov), the official portal for state government agencies, is hosted on the Socrata platform, which offers built-in data visualization tools and APIs. See also how to create a filtered point map with Socrata in this book.

+

See also separate repositories for individual state agencies: - Office of the State Comptroller (http://www.osc.ct.gov/openCT.html) - CT State Department of Education (http://www.sde.ct.gov/sde/cwp/view.asp?a=2758&q=334520) - Office of Policy and Management (http://ct.gov/opm/cwp/view.asp?a=3006&Q=383258&opmNav_GID=1386) - link to all CT state government agencies (http://portal.ct.gov/Department-and-Agencies/)

+

Connecticut State Data Center (http://ctsdc.uconn.edu/), part of the U.S. Census Data Center Network, is the lead agency for US Census data and other socioeconomic data for Connecticut, and is based at the University of Connecticut Libraries. The site also features data visualizations created on the Tableau platform and provides population projections for the state of Connecticut.

+

MAGIC: The Map and Geographic Information Center (http://magic.lib.uconn.edu), based at the University of Connecticut Libraries, specializes in providing geographic, aerial photography, and map images for the state, past and present. The site also features interactive maps.

+

DataHaven (http://ctdatahaven.org/), a non-profit organization, collects and interprets information about Connecticut neighborhoods, such as its Community Wellbeing Survey. Data resources feature neighborhood profiles for densely-populated areas (New Haven and Hartford-West Hartford), and town profiles for other areas across the state.

+

Connecticut Data Collaborative (http://ctdata.org) is a public-private partnership that advocates for open data access to drive planning, policy, budgeting and decision making in Connecticut at the state, regional and local levels. We democratize public data through custom data exploration tools and a dynamic town profile tool, hosted on the open-source CKAN platform. Users can find state and federal data on topics such as public health, education, crime, municipal data, and racial profiling data.

+

Hartford Data (http://data.hartford.gov), the official portal of the City of Hartford municipal government, is hosted on the Socrata platform, which features built-in visualizations and APIs. See also how to create a filtered point map with Socrata in this book. Also, the Hartford Data site links to the City’s ArcGIS Online geographic data (http://gisdata.hartford.gov/) and the City’s financial data (http://checkbook.hartford.gov/) and budget (http://budget.hartford.gov/).

+

In addition to the official repositories above, Connecticut news organizations that create data visualizations often include links to download data files.

+

Connecticut Mirror / Trend CT (http://ctmirror.org/) and (http://trendct.org/) are publications of the Connecticut News Project, an independent, nonpartisan, nonprofit organization that focuses on state policy issues. Most of their data visualizations are built with open-source code, with publicly accessible data files. See also their GitHub repository (https://github.com/trendct).

+

Hartford Courant Data Desk (http://www.courant.com/data-desk) produces digital visualizations for the Hartford Courant, the largest daily newspaper in Connecticut, owned by Tribune Publishing. Many of these data visualizations are published on the Tableau platform, which allows readers to download the underlying data.

+
+

Boundaries

+
    +
  • Converted from shapefile WGS84 to GeoJSON format
  • +
  • To download a GeoJSON file, right-click the link and Save to your computer
  • +
  • If you accidentally open the GeoJSON code in your browser, select File > Save Web Page to download it
  • +
  • To view or edit, drag files into http://geojson.io or http://mapshaper.org
  • +
  • Learn more in the Transform Your Map Data chapter of this book
  • +
+ ++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GeographyYear-Source-SizeRight-click + Save to download GeoJSON
CT outline 2010 Census UConn MAGIC WGS84 1:100,000ct-outline.geojson
CT counties 2010 Census UConn MAGIC WGS84 1:100,000ct-counties.geojson
CT towns 2010 Census UConn MAGIC WGS84 simplified to 224kct-towns.geojson
CT census tracts 2010 Census UConn MAGIC WGS84 1:100,000ct-tracts-2010.geojson
Hartford County outline 2010 Census UConn MAGIC WGS84 1:100,000hartfordcounty-outline.geojson
Hartford County towns 2010 Census UConn MAGIC WGS84 1:100,000hartfordcounty-towns.geojson
Hartford County tracts 2010 Census UConn MAGIC WGS84 1:100,000hartfordcounty-tracts-2010.geojson
Hartford outline 2010 Census UConn MAGIC WGS84 1:100,000hartford-outline.geojson
Hartford census tracts 2010 Census UConn MAGIC WGS84 1:100,000hartford-tracts-2010.geojson
Hartford neighborhoods 2015 Hartford Open Data 1:50,000hartford-neighborhoods.geojson
+

TO DO - add Capitol Region Council of Governments (CRCOG) http://www.crcog.org/ - add school districts (and clarify elementary-secondary) - add Capitol Region Education Council (CREC) http://www.crec.org/ - add school attendance areas from federal site - describe Freedom of Information Act (FOIA) data requests in Connecticut

+ +
+
+ +
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/ctnamecleaner.html b/docs/ctnamecleaner.html new file mode 100644 index 000000000..95c7b1d48 --- /dev/null +++ b/docs/ctnamecleaner.html @@ -0,0 +1,310 @@ + + + + + + + + Fix Connecticut Town Names with CTNamecleaner | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Fix Connecticut Town Names with CTNamecleaner

+

last updated April 16, 2016

+

TO DO update this page; avoid duplication in main chapter text

+

Here’s a wonderful data-cleaning tool that’s specific to Connecticut, but the idea (and open-source code from TrendCT/CT Mirror) may inspire others to create similar tools for other locations.

+

In Connecticut, residents often list their village or neighborhood names in their address, but these do not necessarily match the official list of 169 Connecticut town governments (called county subdivisions by the US Census). For example, the Elmwood neighborhood is located in the town of West Hartford, and the Rockville village is located in the town of Vernon.

+

To solve this problem, the data experts at TrendCT/CT Mirror have openly shared a wonderful tool to convert village/neighborhood names into official towns, called CTNamecleaner.

+
+ + +
+
    +
  1. Open CTNamecleaner with your browser at http://shiny.trendct.org/ctnamecleaner/
  2. +
  3. Upload a CSV generic spreadsheet. Learn more about CSV format in this book TO DO fix link
  4. +
  5. Select the data column to be converted into town names, and download the results.
  6. +
+

Learn more about CTNamecleaner on GitHub, and view the underlying list of Connecticut place names in a public Google sheet.

+ +
+ +
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/data/ct-counties.png b/docs/data/ct-counties.png new file mode 100644 index 000000000..01b48b079 Binary files /dev/null and b/docs/data/ct-counties.png differ diff --git a/docs/data/ct-districts-income-grades-2009-13.xlsx b/docs/data/ct-districts-income-grades-2009-13.xlsx new file mode 100644 index 000000000..9800e9231 Binary files /dev/null and b/docs/data/ct-districts-income-grades-2009-13.xlsx differ diff --git a/docs/data/ct-outline.geojson b/docs/data/ct-outline.geojson new file mode 100644 index 000000000..3848f5a2b --- /dev/null +++ b/docs/data/ct-outline.geojson @@ -0,0 +1,3 @@ +{"type":"FeatureCollection","features":[ +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.10216675837141,42.02881055787289],[-72.10206675833835,42.02880455787487],[-72.09981175759619,42.02873155793174],[-72.09512675605,42.028505558035576],[-72.09498875600451,42.028499558038746],[-72.09040575449204,42.028279558140476],[-72.08966675424904,42.02825955815985],[-72.08940975416454,42.02825255816659],[-72.08915275407996,42.028244558173135],[-72.08914575407765,42.02824455817335],[-72.08913375407373,42.02824455817373],[-72.08603775305552,42.02815855825446],[-72.08583475298875,42.0281525582597],[-72.08477175263789,42.02810055828309],[-72.08453575256036,42.02809555828955],[-72.08176675165087,42.02803955836576],[-72.07342674889455,42.027570558537484],[-72.07204974844211,42.02754055857496],[-72.07183974837311,42.02753555858058],[-72.06698974677964,42.02743055871266],[-72.06349674563202,42.02735555880787],[-72.06246374529377,42.02735355883991],[-72.05975074440549,42.02734955892428],[-72.05944874430675,42.02735155893413],[-72.05313274224213,42.02740255914211],[-72.05287174215681,42.0274045591507],[-72.05283874214605,42.027405559151916],[-72.0479477405442,42.02739155930264],[-72.04677874016136,42.02738855933873],[-72.04655274008736,42.02738855934582],[-72.04632774001365,42.027387559352675],[-72.04486973953615,42.027383559397634],[-72.04477473950504,42.02738355940062],[-72.04247973875344,42.027377559471425],[-72.0408677382237,42.02734155951504],[-72.03954773778995,42.02731255955082],[-72.03481973623647,42.02721155967959],[-72.03464673617962,42.02720755968425],[-72.03464473617896,42.02720755968431],[-72.03276473556124,42.02716755973553],[-72.02980273458864,42.027115559818355],[-72.02965673454067,42.027112559822356],[-72.02951073449277,42.02711055982654],[-72.02808873402581,42.02708555986628],[-72.02802673400548,42.02708455986803],[-72.02374473259947,42.02701055998793],[-72.02261873223101,42.027013560023775],[-72.01325872916954,42.0270645603267],[-72.01044672824587,42.02701056040436],[-72.0103447282123,42.027007560406965],[-72.01011472813485,42.026969560406854],[-72.01003672810933,42.02696956040929],[-72.00598072677884,42.026924560527576],[-72.00596872677492,42.02692456052796],[-72.00142872529025,42.026955560675994],[-71.99951872466563,42.02696856073825],[-71.99833472427979,42.027000560781445],[-71.99310272256314,42.026936560932796],[-71.9921617222546,42.026928560960684],[-71.98893572119688,42.02690256105657],[-71.98768072078539,42.02689256109388],[-71.98764872077486,42.02689156109469],[-71.98682872050509,42.026868561115904],[-71.97878271785758,42.02663756132297],[-71.97862271780491,42.026632561327006],[-71.97647571710034,42.02660456138872],[-71.97596071693133,42.02659756140347],[-71.97509071664582,42.02658656142853],[-71.97422171636062,42.02657456145339],[-71.97399471628616,42.02657256146008],[-71.97376871621199,42.02656956146657],[-71.97226271571775,42.02654956150976],[-71.97135171541878,42.026537561535925],[-71.97123071537877,42.02653056153836],[-71.96743671412446,42.02631756161588],[-71.96739671411126,42.026315561616734],[-71.96672071388906,42.02630056163498],[-71.963021712674,42.026232561737416],[-71.96134371212213,42.026189561781536],[-71.95982971162417,42.026150561821304],[-71.95876571127418,42.02612256184914],[-71.95866971124264,42.02612056185174],[-71.95857171121042,42.02611856185442],[-71.95844671116933,42.02611556185774],[-71.95832171112824,42.02611256186107],[-71.95794971100597,42.02610456187114],[-71.95646671051888,42.02607856191244],[-71.95621871043745,42.026074561919415],[-71.9560937103964,42.02607256192292],[-71.95538871016521,42.02606656194378],[-71.95524971011963,42.02606556194793],[-71.95445970986056,42.02605856197124],[-71.95441570984615,42.02605856197261],[-71.95428470980313,42.026056561976326],[-71.9521997091126,42.025918562014844],[-71.95207870907272,42.02591356201765],[-71.94655170725838,42.02583456217492],[-71.94649170723861,42.025832562176426],[-71.94453270659254,42.02575156222195],[-71.94442370655656,42.025746562224384],[-71.94413670646192,42.02573456223103],[-71.93991770507233,42.0255925623353],[-71.93930270487037,42.02558256235256],[-71.93790070441005,42.025561562392255],[-71.93789470440811,42.02556156239245],[-71.93692570408804,42.025512562413226],[-71.92885670143522,42.02532856262941],[-71.92571870040358,42.02525756271357],[-71.92094369883367,42.0251485628414],[-71.92078169878037,42.02514456284566],[-71.91911069823074,42.02510156288947],[-71.91697069752674,42.02504556294535],[-71.91311569625859,42.0249455630462],[-71.90318069299035,42.02468856330612],[-71.90286069288507,42.02468056331454],[-71.90101269227816,42.0246505633663],[-71.90076569219686,42.024643563372635],[-71.89554769048004,42.024504563508295],[-71.89135668910112,42.024392563617155],[-71.89078068891155,42.02437656363199],[-71.89033368876571,42.024386563647816],[-71.89020468872361,42.02438956365242],[-71.89015668870795,42.024390563654094],[-71.89007668868186,42.02439256365698],[-71.88994868863992,42.02439256366097],[-71.8898276886003,42.02439256366473],[-71.88970668856066,42.02439256366849],[-71.88946868848271,42.0243925636759],[-71.88802368801154,42.02443056372817],[-71.88797968799722,42.02443156372972],[-71.88440768682035,42.02430856381717],[-71.88409468671938,42.024336563832286],[-71.88380468662575,42.024360563845924],[-71.88330668646023,42.02431756385313],[-71.88306868638111,42.02429656385649],[-71.88283568630557,42.02431056386643],[-71.88264868624528,42.02432756387553],[-71.88217368608947,42.02432356388953],[-71.87959368524322,42.02430256396571],[-71.87738268451801,42.024284564031014],[-71.87727468448291,42.02428956403532],[-71.87443968355174,42.02424356411461],[-71.8729726830778,42.02436156418294],[-71.8714096825588,42.02423556420727],[-71.87118068248276,42.024217564210915],[-71.86598068077409,42.024121564354054],[-71.86591768075347,42.02412156435601],[-71.86191967944387,42.02412156448024],[-71.86090667911203,42.02412156451171],[-71.86039867894564,42.02412156452748],[-71.85932367859351,42.024121564560886],[-71.85499067717213,42.024085564688555],[-71.853852676799,42.024079564722726],[-71.85335467663559,42.02407456473724],[-71.8525536763728,42.02406756476077],[-71.85077267578849,42.02405156481299],[-71.8507026757655,42.02405056481497],[-71.8498216754765,42.02404356484097],[-71.84572667413322,42.02401056496176],[-71.84571767413026,42.02401056496204],[-71.84561767409745,42.02400956496494],[-71.84559567409026,42.024009564965645],[-71.84430167366524,42.02398956500195],[-71.84413867361167,42.02398656500643],[-71.84397567355816,42.023984565011105],[-71.84284567318704,42.0239675650429],[-71.84256767309576,42.023963565050764],[-71.8416476727937,42.023951565077006],[-71.84164667279337,42.02395156507704],[-71.8403156723569,42.02394356511682],[-71.83928167201789,42.02393856514795],[-71.83925067200772,42.0239385651489],[-71.83786767155422,42.02393056519028],[-71.83761467147129,42.023929565197946],[-71.83760367146768,42.02392956519828],[-71.83746767142314,42.0239295652025],[-71.83575067086151,42.023945565258856],[-71.8357236708527,42.023945565259694],[-71.83535567073122,42.02392956526804],[-71.83458767047782,42.0238965652855],[-71.8345226704564,42.023894565287144],[-71.8334166700918,42.023853565313566],[-71.83340467008784,42.02385356531394],[-71.83332267006088,42.023851565316086],[-71.83230766972736,42.023833565344106],[-71.83229966972473,42.02383356534435],[-71.83223466970345,42.02383356534637],[-71.8308596692539,42.023849565392105],[-71.83063766918048,42.02383756539669],[-71.83056366915602,42.023833565398206],[-71.83055666915374,42.02383356539841],[-71.82848966847487,42.023803565456774],[-71.82732266809157,42.023785565489504],[-71.82721966805774,42.02378356549231],[-71.8238676669561,42.02372156558432],[-71.82324366675519,42.023784565615806],[-71.82121466608885,42.023755565673135],[-71.80865166196268,42.02357156602709],[-71.80466666065384,42.02351356613937],[-71.80258665997152,42.023498566200914],[-71.80255965996268,42.02349856620176],[-71.80254565995814,42.02349956620238],[-71.80064965934129,42.023577566276145],[-71.80028165913242,42.021992565982245],[-71.8002806591315,42.021981565980155],[-71.80028165913177,42.02198056597992],[-71.79989865864611,42.01551356474602],[-71.79989365864134,42.01545756473539],[-71.7998926586408,42.01545356473464],[-71.7998026585635,42.014594564571944],[-71.7997586585254,42.014169564491446],[-71.79956265835696,42.01229756413683],[-71.799242658017,42.00807356333288],[-71.79919565778751,42.00422656259301],[-71.7991936577828,42.00415356257901],[-71.79919265777723,42.004059562560926],[-71.7991086575297,42.00010556180152],[-71.7989966572586,41.99589156099279],[-71.79881565682193,41.989105559690266],[-71.7987636565853,41.98515555893034],[-71.7987636565839,41.985130558925505],[-71.79876365658217,41.98509955891954],[-71.7987366564565,41.98299755851508],[-71.79869265629337,41.98032155800044],[-71.79864665609247,41.97697755735703],[-71.7986466560893,41.97692055734605],[-71.7986466560868,41.976875557337365],[-71.79857965578893,41.971908556381514],[-71.79854965569727,41.97043555609834],[-71.79854865569517,41.970403556092194],[-71.79854565568704,41.970274556067395],[-71.79841065527879,41.96371955480715],[-71.79837965522617,41.96295455466052],[-71.7983596551914,41.96244655456316],[-71.79834265516169,41.96201155447976],[-71.79832965513928,41.96168455441707],[-71.79832865513791,41.96166555441344],[-71.79832865513708,41.96165055441055],[-71.79831365510972,41.96124655433306],[-71.79831265510806,41.96122255432848],[-71.79830565509512,41.961030554291646],[-71.79830365509167,41.96098055428206],[-71.79830265506959,41.96058855420646],[-71.79830265506754,41.96055155419932],[-71.79829965496687,41.95875555385292],[-71.79829965496654,41.95874955385174],[-71.79829865490397,41.957628553635494],[-71.79825165482742,41.95652655342432],[-71.79822265478074,41.95585655329595],[-71.79820065474624,41.9553645532017],[-71.79818865466012,41.953883552916295],[-71.79816865465295,41.953872552914795],[-71.79809965462758,41.953822552907276],[-71.79806865461279,41.953738552892034],[-71.79805865448384,41.95147355245527],[-71.79805565434063,41.94891055196075],[-71.79812665436144,41.948866551950076],[-71.79808965424935,41.94706455160345],[-71.79807565421659,41.94655655150583],[-71.79807465421406,41.946516551498156],[-71.79803865412299,41.94508755122346],[-71.79803865412228,41.94507455122094],[-71.798015653929,41.94172555057525],[-71.79801465392573,41.941672550565045],[-71.79801465392369,41.94163555055791],[-71.79801465391954,41.94156055054344],[-71.79800565388621,41.94101255043793],[-71.79793665360478,41.936344549538966],[-71.79793565360247,41.93630854953205],[-71.79793565360086,41.93627954952645],[-71.79792665356392,41.93566654940838],[-71.79792465355534,41.93552354938083],[-71.79792265354803,41.935403549357744],[-71.79791065347315,41.934123549111],[-71.79791065342333,41.93322454893745],[-71.79791065341871,41.93314154892142],[-71.79789765338586,41.93262554882221],[-71.79789465337086,41.932372548773444],[-71.79789365336232,41.932224548744884],[-71.79789365336188,41.93221654874335],[-71.797892653358,41.93215254873103],[-71.79789165334763,41.931971548696104],[-71.79788665331263,41.93136954858003],[-71.79788365329226,41.93101954851256],[-71.79777465312036,41.92856154804132],[-71.79773265305336,41.92760054785706],[-71.7977266530433,41.92745454782906],[-71.7977256530412,41.92742254782292],[-71.7975476527593,41.92338654704905],[-71.79746265258547,41.92075054654259],[-71.79735565236783,41.91745354590914],[-71.79730065232047,41.91692354580848],[-71.79729965231881,41.916899545803865],[-71.7972686522817,41.916412545710756],[-71.79726565227661,41.91633854569657],[-71.79726265227104,41.91625554568063],[-71.79726165226988,41.91624054567775],[-71.79711265200993,41.91242654494565],[-71.79710565199728,41.91223954490974],[-71.7971056519959,41.912214544904906],[-71.79702465185427,41.9101355445058],[-71.79690065163491,41.906905543885635],[-71.79682865147568,41.90445454341431],[-71.79675665131428,41.90196354293525],[-71.79671165121441,41.90042454263926],[-71.79669865118275,41.89992954254401],[-71.7966956511763,41.89983054252498],[-71.79668365114775,41.899385542439354],[-71.79657365099104,41.897203542021096],[-71.7965666509857,41.897148542010676],[-71.79655565097801,41.89707454199671],[-71.79656365097514,41.89697554197733],[-71.79652265086887,41.89529654165414],[-71.79652065086621,41.89526054164725],[-71.79643465064271,41.8917285409673],[-71.79619165025476,41.88615053989664],[-71.79595664987274,41.8806305388368],[-71.79586364968017,41.87769653827241],[-71.79574464949808,41.875105537775106],[-71.79542864903678,41.868626536531984],[-71.79540864900669,41.868200536450225],[-71.7954046490008,41.868117536434305],[-71.79535664893082,41.86713453624568],[-71.79535364892695,41.86708253623571],[-71.7953236488835,41.866473536118875],[-71.79531664887323,41.866328536091025],[-71.79528964883407,41.86577953598568],[-71.79528764883214,41.865756535981305],[-71.79528664882987,41.86572153597455],[-71.7949666484082,41.85998053487401],[-71.79494164837259,41.85948353477864],[-71.79493364836219,41.859342534751626],[-71.79491464833565,41.858974534681025],[-71.79491164833159,41.85891853467029],[-71.79490664832414,41.85881353465013],[-71.7946806480076,41.85441753380669],[-71.79452464773689,41.850436533041304],[-71.79448064766015,41.849306532824016],[-71.79447764765548,41.84923953281114],[-71.79447464765052,41.84916753279732],[-71.79447164764564,41.849096532783655],[-71.79446364763163,41.848890532744036],[-71.7942376472351,41.843041531619214],[-71.79422964722106,41.84283453157939],[-71.79417964713923,41.84164753135125],[-71.79417764713455,41.84157453133717],[-71.79417364712498,41.84142453130826],[-71.7941216470907,41.84111153124928],[-71.79411564708117,41.84097453122297],[-71.79412164706488,41.840643531158726],[-71.79413464703457,41.84001653103697],[-71.79411764702279,41.83990353101563],[-71.79407764697964,41.8393585309114],[-71.7937966465285,41.83284252965885],[-71.79379064651927,41.83271052963349],[-71.79368964637514,41.83069452924636],[-71.79361564626882,41.8292045289602],[-71.79353264615294,41.82759452865106],[-71.7934786460738,41.82647852843668],[-71.79344064601545,41.82564552827658],[-71.79334364583526,41.82295052775778],[-71.79331064576157,41.82180852753769],[-71.7933156457616,41.82177952753191],[-71.79330264574611,41.82157552749282],[-71.79329664573392,41.821389527456994],[-71.79328464572315,41.82126552743334],[-71.79326564568295,41.82064852731447],[-71.79316164545777,41.817177526645544],[-71.79316064545678,41.817165526643244],[-71.79314464540889,41.816390526493656],[-71.79314364540673,41.8163575264873],[-71.7931016453122,41.81489052620452],[-71.7930976453025,41.814737526175],[-71.79311464530413,41.81466652616073],[-71.79312764530536,41.81461152614967],[-71.7928946451145,41.81252952575363],[-71.79286764502095,41.810990525456404],[-71.79285564499875,41.81065852539247],[-71.79280064490608,41.80930152513134],[-71.7928046449027,41.80921652511475],[-71.79259364454794,41.804024524115555],[-71.792364644255,41.80006152335487],[-71.79236064425012,41.7999965233424],[-71.79213564393649,41.79563252250382],[-71.79212464392046,41.79540652246039],[-71.79207964388836,41.79509052240055],[-71.79207964388803,41.79508452239937],[-71.79207664388616,41.795068522396356],[-71.79207064387562,41.794912522366324],[-71.79205864385453,41.79460052230625],[-71.79200664376313,41.793247522045675],[-71.79191964359586,41.79072352155927],[-71.79191164358033,41.79048852151398],[-71.79193664354938,41.78977652137523],[-71.7919406435422,41.78962252134528],[-71.79192764352125,41.78931852128676],[-71.79192164350971,41.78914452125323],[-71.7915736429643,41.78129251974214],[-71.79147764282921,41.779405519379345],[-71.79137264268118,41.777336518981514],[-71.79137064267877,41.77730451897538],[-71.79125464248706,41.774505518436335],[-71.79106664218968,41.770210517609435],[-71.79106664218848,41.77018851760518],[-71.79064764115587,41.75387451445437],[-71.79063364112189,41.75333851435083],[-71.79055464091978,41.75012551373001],[-71.79032764072302,41.74789151330362],[-71.79032364071672,41.74780051328608],[-71.79031464070061,41.747560513239804],[-71.79019564048932,41.74441751263371],[-71.79015064041077,41.743253512409254],[-71.79013464038184,41.74282151232592],[-71.7901176403509,41.74235851223661],[-71.79007064033176,41.74228951222467],[-71.79008964026723,41.74099951197379],[-71.79009464024918,41.74064051190398],[-71.79007164021579,41.74016851181311],[-71.79005564018995,41.739792511740646],[-71.7900166401274,41.73888451156565],[-71.78990263991679,41.735722510955576],[-71.7898716398532,41.734747510767306],[-71.7898616398329,41.734436510707276],[-71.78976863964509,41.731564510152765],[-71.78972963940805,41.72747150935954],[-71.78971163939073,41.72726250931952],[-71.78970963935929,41.72670050921052],[-71.78970363924067,41.72457150879744],[-71.78967563918754,41.723768508642415],[-71.78959263902861,41.72136250817791],[-71.78956563897584,41.72056050802306],[-71.78956363897214,41.72050450801225],[-71.78955763896109,41.7203385079802],[-71.78953463891726,41.719675507852195],[-71.78952763890287,41.71945450780951],[-71.78947663880382,41.717950507519085],[-71.78932363850687,41.71344050664814],[-71.78927463841174,41.71199550636908],[-71.78927263840792,41.71193750635786],[-71.78924463835541,41.711145506204936],[-71.78916363819894,41.70877050574623],[-71.78913663814683,41.70797950559344],[-71.78912863813073,41.70773350554592],[-71.78912863813046,41.70772850554494],[-71.7890636381038,41.70762950552771],[-71.78907063810237,41.7075615055143],[-71.78907863810105,41.70748950550008],[-71.78911763810936,41.707408505483144],[-71.78906963801508,41.705972505205764],[-71.7890326379458,41.704927505003944],[-71.78892363773865,41.701792504398405],[-71.78888763766972,41.70074750419653],[-71.78880463751112,41.69834450373233],[-71.78871863733852,41.69570250322177],[-71.78871563733227,41.695606503203216],[-71.78871463732993,41.695569503196054],[-71.78869263728893,41.694951503076666],[-71.78868563727528,41.6947435030365],[-71.78866363723299,41.69410150291243],[-71.7885986371064,41.692175502540266],[-71.78857963706876,41.69160050242914],[-71.7885776370645,41.69153450241638],[-71.78857563706127,41.69148750240732],[-71.78854063699433,41.69047250221119],[-71.7884326367849,41.68728750159569],[-71.78839763671547,41.6862265013906],[-71.78838163668563,41.685776501303664],[-71.78834663661608,41.684713501098194],[-71.78833663659731,41.68442950104331],[-71.78832163656787,41.683980500956515],[-71.78822563638178,41.68114950040933],[-71.7879386358239,41.67265549876732],[-71.7878436356383,41.66982549822014],[-71.78784263563672,41.6698024982157],[-71.78781063558955,41.669130498086055],[-71.7877126354438,41.66704749768412],[-71.78768263539801,41.666388497556945],[-71.78768163539664,41.66636949755328],[-71.78768063539545,41.66635349755019],[-71.78764363533804,41.66552349738997],[-71.78753463516647,41.663033496909236],[-71.78749863510947,41.662204496749155],[-71.78744463502484,41.660977496512245],[-71.78743063500286,41.66065849645065],[-71.78728863477306,41.657298495801676],[-71.78723963469271,41.65611949557393],[-71.7872476346928,41.65607349556473],[-71.78730763458309,41.653703495102015],[-71.7874886342543,41.64659349371366],[-71.78754163415887,41.64452649330999],[-71.78754963414501,41.644224493251],[-71.78756163412083,41.643709493150446],[-71.78760163404975,41.64216649284907],[-71.78761463402596,41.6416524927487],[-71.78762163401332,41.641378492695175],[-71.78763863398288,41.64071849256627],[-71.78764263397534,41.64055649253462],[-71.7876496339627,41.640282492481106],[-71.78765163396035,41.640227492470345],[-71.78765163395941,41.64021049246703],[-71.78765663394944,41.63999749242545],[-71.78765863394621,41.63992649241158],[-71.78767163392892,41.63953149233433],[-71.78771263387782,41.638348492102935],[-71.7877266338609,41.63795449202585],[-71.78773163385327,41.637784491992626],[-71.78774863383106,41.637275491893064],[-71.78775563382413,41.637106491859974],[-71.78776063381699,41.63694549182851],[-71.78777763379632,41.636464491734394],[-71.78778363378954,41.636304491703086],[-71.78779563377333,41.635934491630735],[-71.78779863376904,41.63583849161197],[-71.78783463372571,41.63482749141416],[-71.78784363371561,41.63458849136739],[-71.7878466337095,41.634458491341995],[-71.7878646336786,41.633783491210124],[-71.78787363366264,41.63343749114253],[-71.78792263357985,41.631624490788255],[-71.78795663352288,41.63037549054419],[-71.78798463347643,41.629355490344835],[-71.78798663347338,41.62928749033154],[-71.78798863347038,41.629220490318446],[-71.78799063346682,41.629143490303406],[-71.78799363346367,41.62906749028853],[-71.78799763345712,41.628923490260384],[-71.7880366333926,41.62750548998325],[-71.78810863327243,41.62486848946786],[-71.78812763324206,41.62419748933671],[-71.78814463321304,41.62356248921259],[-71.78819563312601,41.62165948884066],[-71.78821363309734,41.621025488716704],[-71.7882166330961,41.62098448870863],[-71.78829163302515,41.61923248836534],[-71.78837663294719,41.617291487984915],[-71.78855463281825,41.61385648731081],[-71.7886476327511,41.612065486959295],[-71.78866663273567,41.611668486881435],[-71.78866963273448,41.611628486873556],[-71.78872363268954,41.61047948664821],[-71.7887426326742,41.61008348657053],[-71.78876163265808,41.609673486490124],[-71.78877663264593,41.609360486428734],[-71.78880363262269,41.60877148631322],[-71.78885363258186,41.60772148610727],[-71.78885663257994,41.607668486096856],[-71.78890263257624,41.60732448602848],[-71.78899463247107,41.60484048554201],[-71.78904463241604,41.60352948528519],[-71.78908463235646,41.60219448502401],[-71.78920663217835,41.59818948424037],[-71.78924763211916,41.59685548397931],[-71.7892916321061,41.596351483879815],[-71.78941763207015,41.59493448359998],[-71.78942463206732,41.59484048358146],[-71.7894626320523,41.59433648348213],[-71.78948063203404,41.5938924833951],[-71.78950163201472,41.593411483300784],[-71.78953663197997,41.59256248313435],[-71.78955563196207,41.592119483047476],[-71.78957563194267,41.591642482953965],[-71.78960263191678,41.59100448282886],[-71.78963563188442,41.59021148267338],[-71.7896566318654,41.589735482580025],[-71.78968863183532,41.58899048243393],[-71.7897066318201,41.58860248235781],[-71.78970863181873,41.58856548235053],[-71.78978863174648,41.586756481995685],[-71.7898216317168,41.58601248184974],[-71.78984563169423,41.5854534817401],[-71.78986763167534,41.58497348164593],[-71.78987963166402,41.584693481591025],[-71.78990563164031,41.58410148147488],[-71.78991963162737,41.58377948141174],[-71.78993763161122,41.58337448133228],[-71.7899446316052,41.58322148130225],[-71.78995263159818,41.583044481267535],[-71.78997563157694,41.58251548116376],[-71.7899846315703,41.582339481129196],[-71.78998663156813,41.582287481119],[-71.78999263156155,41.58213048108823],[-71.78999563155976,41.5820794810782],[-71.79000063155495,41.581960481054864],[-71.79004363151601,41.580986480863785],[-71.7901216314463,41.57923548052024],[-71.79018763138484,41.57770848022069],[-71.79021963135555,41.576977480077275],[-71.79022763134834,41.57679648004177],[-71.79023563134115,41.576616480006464],[-71.79027463130454,41.57570847982834],[-71.79030063128107,41.575120479712965],[-71.79036463122067,41.57362447941948],[-71.79039163119471,41.572984479293936],[-71.79039663119009,41.57286947927138],[-71.79042863115943,41.572113479123075],[-71.79043063115816,41.572077479116],[-71.79043063115724,41.57206047911268],[-71.79043163115483,41.57201047910291],[-71.79043263115429,41.57199447909976],[-71.79043263115287,41.57196847909469],[-71.79043463114934,41.57189147907963],[-71.79043663114865,41.5718664790747],[-71.79043763114755,41.5718404790696],[-71.79044263113985,41.57166847903592],[-71.79045263112637,41.571360478975606],[-71.7904606311136,41.57107747892021],[-71.79046763110517,41.570880478881605],[-71.79047263109585,41.570678478842076],[-71.79049063106895,41.570075478724014],[-71.7904956310625,41.56992647869482],[-71.7904986310607,41.56987547868478],[-71.79053763103454,41.56915947854405],[-71.79065663095675,41.567012478121974],[-71.79069663093097,41.56629747798138],[-71.79069163092679,41.56625047797239],[-71.79068263091878,41.566157477954526],[-71.79067763091471,41.56611247794591],[-71.79067263091058,41.56606647793711],[-71.79069363089721,41.56569447786397],[-71.79076063085851,41.56457947764459],[-71.79078363084588,41.56420847757157],[-71.79077763083703,41.564081477547],[-71.79079863082086,41.563657477463714],[-71.79081363081065,41.56337947740907],[-71.79088463078195,41.56242447722074],[-71.79093663077634,41.562008477138065],[-71.79095663077435,41.56185147710684],[-71.79097863076566,41.56155947704926],[-71.79097263075828,41.56145947702995],[-71.79098363070457,41.560404476823955],[-71.79102063054479,41.55723947620586],[-71.79103363049182,41.55618547599996],[-71.79104563047446,41.555793475923174],[-71.79108363042307,41.55461847569294],[-71.79109663040609,41.55422747561631],[-71.79110463039565,41.553987475569265],[-71.79111863037825,41.553582475489875],[-71.7911296303648,41.55326847542833],[-71.79113863035478,41.55302947538146],[-71.79114663034434,41.5527894753344],[-71.79117363031408,41.5520694751932],[-71.79118263030402,41.551830475146346],[-71.79118663029865,41.551707475122235],[-71.79119263029182,41.55154547509045],[-71.79119963028293,41.551339475050064],[-71.79120463027795,41.55121747502614],[-71.79122163025787,41.55074547493359],[-71.79127663019904,41.549330474655996],[-71.79129463017934,41.5488594745636],[-71.79131863015357,41.54824047444219],[-71.79139163007667,41.54638447407803],[-71.7914166300513,41.54576647395677],[-71.79142063004605,41.54564547393303],[-71.79143563003142,41.54528547386237],[-71.79144063002653,41.54516547383881],[-71.79158362987377,41.54148947311756],[-71.79165362980102,41.53972747277177],[-71.79193662954567,41.53331647151264],[-71.79205362942926,41.53046547095291],[-71.79220662928,41.526791470231466],[-71.79224862924454,41.52588447005322],[-71.79237362914283,41.523255469536444],[-71.7923756291386,41.52316546951884],[-71.7924056290993,41.522259469341144],[-71.79244562904466,41.521010469096204],[-71.79248562899106,41.51978046885496],[-71.79255062893911,41.51843046858955],[-71.79260662889443,41.517268468361074],[-71.79266762884676,41.51602146811588],[-71.79276162877261,41.51408646773536],[-71.79276662876737,41.51395946771042],[-71.79298962856598,41.50889846671583],[-71.79299462856149,41.50878546669361],[-71.7930466285236,41.507772466494295],[-71.7931506284483,41.505755466097405],[-71.79316062844924,41.50571246608871],[-71.79322262845513,41.50544746603508],[-71.79322462845327,41.50540146602603],[-71.79326662841316,41.504407465830724],[-71.79335862832689,41.50225946540858],[-71.79341662827579,41.500966465154384],[-71.79343962825655,41.50047246505725],[-71.79350262820614,41.49916146479937],[-71.79353362818124,41.4985144646721],[-71.79362862810727,41.496575464290615],[-71.79366062808276,41.495929464163495],[-71.7936986280524,41.4951394640081],[-71.79377562799237,41.493566463698585],[-71.79381462796209,41.49277146354216],[-71.79385362793211,41.491982463386904],[-71.7939636278468,41.48974246294612],[-71.79400762781137,41.488822462765114],[-71.79401862780263,41.48859446272025],[-71.79405262777671,41.48791046258564],[-71.79453862747204,41.479346460898114],[-71.79467962738376,41.476863460408794],[-71.79471762735965,41.47618846027576],[-71.79477862732078,41.47510146006155],[-71.79496362720494,41.47184245941922],[-71.79502562716647,41.47075645920514],[-71.79510362711828,41.46939445893665],[-71.79533762697379,41.46530845813111],[-71.79541562692562,41.4639464578626],[-71.7954616268979,41.46315545770661],[-71.79560062681502,41.460782457238636],[-71.79564762678767,41.45999245708281],[-71.79584062671415,41.45746645658325],[-71.79629662654195,41.451524455407906],[-71.79636362647545,41.44988845508607],[-71.79638862644985,41.44926345496312],[-71.79646862637308,41.44735845458829],[-71.79650362633845,41.44650545442046],[-71.7966096262349,41.44394645391693],[-71.79664562620063,41.44309445374926],[-71.79664962619552,41.44297545372587],[-71.79666462618124,41.44262045365599],[-71.79666962617651,41.442502453632784],[-71.79667062617575,41.44248245362882],[-71.79667162617399,41.442443453621166],[-71.79667862616682,41.442268453586756],[-71.79668162616466,41.44221045357531],[-71.79668462616095,41.44212345355822],[-71.79669562615065,41.44186645350763],[-71.79669962614733,41.4417804534907],[-71.79669962614598,41.44175545348582],[-71.7967026261429,41.441680453471065],[-71.79670362614192,41.44165645346633],[-71.79670862613672,41.44152945344135],[-71.79672462612159,41.44115245336715],[-71.79673062611674,41.44102645334233],[-71.79673062611616,41.44101545334017],[-71.79673162611469,41.44098245333369],[-71.79673262611446,41.44097245333172],[-71.7967376261093,41.44084645330691],[-71.79675262609402,41.44047245323334],[-71.79675862608923,41.44034745320872],[-71.79675962608717,41.44030345320008],[-71.79676562608232,41.44017745317526],[-71.79676562608216,41.44017445317467],[-71.79676762608057,41.440132453166406],[-71.79677862606883,41.439848453110514],[-71.79681362603425,41.438996452942874],[-71.79682562602291,41.438713452887164],[-71.79687262597788,41.43759545266712],[-71.79688062596469,41.437302452609586],[-71.79690262592815,41.43649245245052],[-71.7969106259128,41.436159452385155],[-71.79693862586814,41.43516245218933],[-71.79694862585349,41.4348304521241],[-71.79697162581432,41.433965451954265],[-71.79697962580323,41.43371145190435],[-71.79707662570867,41.43137245144394],[-71.7971126256738,41.43050845127389],[-71.79714762564092,41.42968745111225],[-71.79725362554282,41.42722745062787],[-71.79728662551281,41.42647145047899],[-71.79728762550967,41.42640745046644],[-71.79728762550843,41.426384450461946],[-71.79729662550183,41.42620745042704],[-71.79732662547941,41.425610450309364],[-71.79733762547228,41.4254114502701],[-71.79734962546237,41.42515545021966],[-71.79736062545366,41.42492745017472],[-71.79736162545271,41.42490345016999],[-71.79738062543818,41.424519450094316],[-71.79738662543319,41.424390450068906],[-71.79739862542336,41.42413545001865],[-71.79746262537175,41.4227914497538],[-71.79765562521729,41.41875944895915],[-71.79771662516974,41.417508448712546],[-71.7977206251661,41.41741644869442],[-71.79772362516317,41.417344448680254],[-71.79773862515093,41.417026448617584],[-71.79774262514825,41.41695244860299],[-71.79774462514706,41.41691844859626],[-71.79774762514394,41.416842448581306],[-71.79774562513752,41.41673544856042],[-71.79812062525691,41.41668244853861],[-71.79839162533302,41.41645544848591],[-71.79926862559324,41.415979448366],[-71.79951362566592,41.4158464483325],[-71.79985262577185,41.41576144830552],[-71.80023662589186,41.415665448275014],[-71.80073962604914,41.41554144823537],[-71.80143962627795,41.41555344821636],[-71.80169362636614,41.41565344822815],[-71.8017266263776,41.415666448229686],[-71.802065626504,41.415961448277045],[-71.80208362651796,41.416111448305834],[-71.80249762667232,41.41647144836363],[-71.80290762683201,41.41695444844559],[-71.80325362696426,41.41731544850565],[-71.80368462711127,41.417436448516156],[-71.80434862732129,41.41731744847259],[-71.80517762758208,41.41714244841303],[-71.80581062777424,41.41687944834223],[-71.80588162779577,41.41684944833419],[-71.80589562780006,41.416844448332775],[-71.80610862786739,41.41680544831865],[-71.8061856278918,41.41679244831375],[-71.80681262809019,41.41668144827288],[-71.80696062814144,41.416737448279314],[-71.80723762823742,41.41684244829138],[-71.807754628425,41.41719644834484],[-71.80805262853289,41.41739544837467],[-71.80857662871195,41.417548448388594],[-71.80908762889068,41.4177744484172],[-71.80921262893446,41.41783044842432],[-71.80979162914012,41.418144448468034],[-71.81050062939201,41.41852944852169],[-71.81073762947497,41.41863544853519],[-71.81145462972611,41.41895844857646],[-71.81215062996719,41.41922144860664],[-71.81290063022195,41.41941244862109],[-71.81379863051546,41.419427448596565],[-71.81400463058284,41.41943144859104],[-71.81486363086618,41.419493448576915],[-71.81488963087477,41.419495448576505],[-71.81495363089634,41.4195084485771],[-71.8152246309878,41.41956644858015],[-71.81527363100436,41.41957744858082],[-71.81531563101844,41.419584448580906],[-71.81612063128844,41.419725448583876],[-71.81641163138751,41.41980344859022],[-71.81690463155532,41.41993544860099],[-71.81808863193723,41.419860448550104],[-71.819389632348,41.4196144484622],[-71.81971663245038,41.41953644843695],[-71.82033063264265,41.41939044838962],[-71.82070663274841,41.419079448317284],[-71.82077363276724,41.41902344830428],[-71.82097463282369,41.41885544826527],[-71.82104263284288,41.41880044825243],[-71.8217656330492,41.41825644812391],[-71.82276763335484,41.41786844801737],[-71.82336963353272,41.41752844793244],[-71.823418633546,41.41747844792116],[-71.82373163363786,41.41729044787483],[-71.82387363367778,41.4171724478474],[-71.82398163370564,41.41703644781749],[-71.82414663374519,41.41677244776079],[-71.8242736337592,41.41626544765774],[-71.82430463374642,41.41584144757383],[-71.82438463375243,41.41546944749862],[-71.82457363380185,41.41524344744863],[-71.82492063390013,41.41496944738441],[-71.8253846340366,41.414695447316625],[-71.82593663421159,41.41460444728193],[-71.82612863427251,41.41457344726999],[-71.82721863462383,41.414500447222366],[-71.82790263483825,41.41434244717054],[-71.8292886352602,41.41379044702017],[-71.83062863566444,41.4131884468614],[-71.83141263589908,41.41280144676171],[-71.83184363603021,41.41262844671466],[-71.83341663650651,41.4119544465347],[-71.83410763671208,41.41159044644234],[-71.83456063686036,41.41160244643083],[-71.83465863689246,41.41160544642842],[-71.83498663701037,41.41180944645829],[-71.83523863710033,41.41195444647895],[-71.83567163725338,41.41217544650894],[-71.83579763729796,41.412240446517806],[-71.8363856374897,41.41224244650021],[-71.83688363765168,41.41223644648379],[-71.83789063799365,41.412491446502855],[-71.83925863843449,41.4123984464428],[-71.8393986384772,41.412344446427944],[-71.8396976385685,41.41223044639651],[-71.84038863875902,41.41158844624975],[-71.8404406387734,41.41154044623878],[-71.84054863880552,41.411483446224324],[-71.84106363895891,41.41121644615632],[-71.84123563901018,41.41112744613363],[-71.84163263912838,41.410920446081],[-71.84177163916974,41.41084744606246],[-71.84202963924665,41.41071444602855],[-71.84242663935196,41.41026844592914],[-71.84262763939029,41.40976544582458],[-71.84260763937557,41.409613445795465],[-71.84257663935288,41.40938044575082],[-71.8424996392954,41.408780445635784],[-71.84249663929376,41.40876844563352],[-71.84249063928992,41.40873344562687],[-71.84248863928867,41.40872244562477],[-71.84235263921033,41.40809244550567],[-71.84244663922725,41.407838445453095],[-71.84293563934996,41.40715944530528],[-71.84322963939339,41.40618944510649],[-71.84337663942559,41.40589844504506],[-71.84359163946549,41.405339444929105],[-71.84346063941386,41.40517444490082],[-71.84325663930933,41.40446944476911],[-71.84280063914302,41.404141444718896],[-71.84232763897194,41.403827444671926],[-71.8423266389715,41.403825444671575],[-71.84219663892087,41.40367244464562],[-71.84173963875051,41.40327544458191],[-71.84172663874486,41.40324944457723],[-71.84155363867796,41.403054444544345],[-71.84150663864241,41.40267944447241],[-71.84138063853487,41.40144744423518],[-71.84121963842652,41.40041244403756],[-71.84106863833705,41.3996664438962],[-71.84115063834068,41.39923844380995],[-71.84195663851732,41.397644443473325],[-71.84200463852541,41.39750444344446],[-71.8422446385703,41.39688744331636],[-71.84225763853587,41.39617044317565],[-71.84221163849979,41.39577944310053],[-71.84220963847804,41.39538844302405],[-71.84219863847352,41.39537144302107],[-71.8417226382786,41.39463344289119],[-71.84141463816906,41.39446344286734],[-71.84137263815413,41.39444044286413],[-71.84112463805914,41.39417744282023],[-71.8410426380281,41.39409744280709],[-71.84103463802505,41.394089442805765],[-71.84099163800798,41.394032442795925],[-71.84096863799941,41.39401244279272],[-71.8406086378615,41.39363044272896],[-71.83998763760862,41.392694442564746],[-71.83962363746208,41.3921764424745],[-71.83874963711719,41.391062442283186],[-71.83817063690374,41.39060344221105],[-71.8381186368846,41.390562442204605],[-71.83671663640489,41.390138442164485],[-71.83605763618034,41.389956442149014],[-71.83570863606143,41.3898604421409],[-71.83538463594564,41.38967144211382],[-71.8353486359328,41.38965044211079],[-71.83524063589421,41.38958744210177],[-71.83520463588133,41.38956644209877],[-71.83455763565019,41.38918944204475],[-71.83433263556608,41.38898944201248],[-71.83367563532045,41.38840444191805],[-71.83313063511284,41.38784744182569],[-71.83265563492124,41.38716444170649],[-71.832600634868,41.38650944157995],[-71.83259163485882,41.3863934415575],[-71.83266663486444,41.386044441486895],[-71.83287263490261,41.385507441375466],[-71.83288263490437,41.38547944136968],[-71.83291363491016,41.385399441353066],[-71.83292463491227,41.38537244134745],[-71.83295863491855,41.385283441328994],[-71.83295563491663,41.38526544132555],[-71.8329706349207,41.38525044132216],[-71.83316663495702,41.38473944121611],[-71.83339563498309,41.38383844103272],[-71.83344963497584,41.383377440940805],[-71.83346563497672,41.38329744092467],[-71.83348163497762,41.38321744090852],[-71.83349263497797,41.383157440896426],[-71.8335276349799,41.3829814408609],[-71.83353963498064,41.382922440849],[-71.8335506349811,41.382864440837295],[-71.83355363498153,41.382854440835246],[-71.8335456349701,41.38269044080338],[-71.83354363496629,41.38263244079208],[-71.83354063496188,41.38256844077966],[-71.8335316349486,41.382376440742334],[-71.83352963494454,41.38231344073005],[-71.83352763494169,41.38227244072208],[-71.83351763493735,41.38225244071848],[-71.83343163490021,41.382083440688035],[-71.83340363488807,41.38202744067792],[-71.83336063486954,41.38194344066278],[-71.83323563481557,41.381697440618446],[-71.83323263481441,41.38169444061795],[-71.83316863478996,41.381627440606785],[-71.8331036347651,41.381559440595446],[-71.83291063469123,41.381355440561414],[-71.83284663466677,41.38128844055025],[-71.83275163463041,41.38118844053358],[-71.83273663462468,41.3811724405309],[-71.8325286345391,41.38084244047264],[-71.83245663450938,41.38072644045214],[-71.83236963447361,41.38058844042776],[-71.83233963446136,41.38054244041969],[-71.83208263435634,41.38014744035021],[-71.8319526343073,41.38002344032989],[-71.83179663424843,41.37987444030549],[-71.83178363424351,41.37986144030334],[-71.83174463422884,41.379825440297495],[-71.83173163422397,41.379813440295536],[-71.83159163417113,41.37967944027356],[-71.83144363411529,41.37953844025049],[-71.83112963400211,41.37933644022055],[-71.83096763394373,41.37923244020513],[-71.83083163389473,41.379145440192254],[-71.8307326338525,41.37896044015905],[-71.83063763381185,41.37878044012671],[-71.830666633811,41.37858944008842],[-71.83079763384113,41.37835644003879],[-71.83109763392099,41.37802443996461],[-71.83129763397432,41.377804439915415],[-71.83135663399118,41.377760439905],[-71.83147063402379,41.377676439885064],[-71.83186263413143,41.37730343980005],[-71.83213463420734,41.37706743974552],[-71.83238863425883,41.376487439624185],[-71.83239763426086,41.37647043962058],[-71.8325896343043,41.376115439545195],[-71.83265663431229,41.375858439492816],[-71.8326746343058,41.37562943944743],[-71.83269963429714,41.375317439385576],[-71.83262363426385,41.37515943935694],[-71.83253163422377,41.374971439322955],[-71.83250863421249,41.374901439309944],[-71.83246863419272,41.37477643928669],[-71.83237463414638,41.374484439232376],[-71.83177963385296,41.37263643888867],[-71.83177563385097,41.37262343888624],[-71.83171263381976,41.372425438849405],[-71.83165263378991,41.37223443881382],[-71.83165363378284,41.37209643878677],[-71.83165663376198,41.37169143870736],[-71.83165763375095,41.371480438666005],[-71.8316606337404,41.371266438624],[-71.83166563374053,41.37123843861836],[-71.83168163374154,41.3711604386026],[-71.83184463375113,41.37035243843937],[-71.83195463377432,41.37011743838999],[-71.83199763378337,41.37002543837067],[-71.83206963379851,41.369871438338286],[-71.83249963391586,41.3694484382423],[-71.83254163392738,41.36940843823319],[-71.8327766339915,41.36917743818077],[-71.83317963410805,41.368903438114785],[-71.83386963430765,41.36843543800203],[-71.83433763444305,41.36811843792566],[-71.83437563445398,41.3680914379192],[-71.83501363463836,41.36765543781431],[-71.83573263484652,41.367171437697536],[-71.83653663507941,41.36663143756719],[-71.83697163520522,41.3663364374961],[-71.83703463522349,41.36629443748596],[-71.8375366353515,41.365634437341335],[-71.83763363537626,41.36550743731349],[-71.8376356353747,41.36546643730541],[-71.83766763535309,41.364871437187894],[-71.83767463534808,41.36473643716124],[-71.83768263534343,41.364601437134546],[-71.83768563534025,41.36452443711937],[-71.83769763533178,41.36429443707395],[-71.837701635329,41.36421843705895],[-71.8377116353224,41.3640354370228],[-71.8377226353158,41.36384643698544],[-71.83773163530978,41.36368043695265],[-71.83774163530259,41.36348643691434],[-71.83774463530165,41.3634504369072],[-71.83775163529604,41.363304436878394],[-71.83775263529505,41.363279436873455],[-71.83775463529417,41.36325143686791],[-71.83775663529237,41.363205436858856],[-71.8377586352917,41.36318143685408],[-71.83775963529004,41.3631444368468],[-71.83776663528647,41.36303543682524],[-71.83776863528517,41.36299943681813],[-71.83777763527905,41.362831436784944],[-71.83787363516615,41.36015343625741],[-71.83780763508267,41.359002436033954],[-71.83765463499675,41.35833243590738],[-71.83733263481574,41.356918435640196],[-71.83728663478986,41.35671643560203],[-71.83676863453472,41.35511143530342],[-71.83604463423886,41.35399643510709],[-71.83390163347521,41.352778434933924],[-71.83130363254952,41.35130343472427],[-71.83118663249033,41.35091143465103],[-71.83116063247729,41.35082643463517],[-71.8306096321994,41.3489974342936],[-71.83016963197738,41.34753443402035],[-71.82990263184253,41.346644433854095],[-71.82977963178057,41.346237433778114],[-71.8297676317708,41.346128433757116],[-71.82941863148481,41.34292443313984],[-71.8294046314734,41.3427964331152],[-71.82936563144155,41.342440433046605],[-71.8293846314467,41.34242143304232],[-71.82947963147298,41.34233443302235],[-71.82953663148864,41.34228043301003],[-71.82970963153633,41.34211943297319],[-71.82976763155237,41.34206643296103],[-71.8299396315998,41.341906432924425],[-71.83045563174208,41.341426432814586],[-71.8306276317895,41.341266432777964],[-71.83178163210759,41.34019143253204],[-71.83342763256147,41.338661432181894],[-71.83524563306267,41.33696943179471],[-71.83622763333342,41.33605643158575],[-71.83631363335707,41.335975431567256],[-71.83640063338112,41.33589543154892],[-71.83728063362369,41.3350764313615],[-71.83879763406952,41.33417843113914],[-71.84004463443598,41.33344043095638],[-71.84103563472718,41.33285343081104],[-71.84129263480278,41.33270243077358],[-71.84461163577815,41.330738430287184],[-71.84494063587886,41.330618430253594],[-71.84770963672658,41.32961242997179],[-71.84882963702073,41.32829942968016],[-71.85192363783331,41.32467242887452],[-71.85417763848243,41.323093428496044],[-71.85480763866383,41.32265142839013],[-71.85624863907894,41.32164442814865],[-71.85745863942742,41.320797427945585],[-71.85899563991337,41.32052642784548],[-71.8591756399702,41.3204934278335],[-71.8597156401409,41.32039742779818],[-71.85989664019817,41.32036642778656],[-71.86106764056831,41.320158427709984],[-71.86458264167959,41.31953842748096],[-71.86575464205016,41.319332427404724],[-71.86620064219109,41.3192524273754],[-71.86653864229797,41.3191934273535],[-71.86750264262932,41.319517427387545],[-71.86793264277713,41.319662427402825],[-71.86935364326558,41.320140427453104],[-71.87361864473162,41.321575427604],[-71.87451364503926,41.32187642763564],[-71.87501164521484,41.32212542766922],[-71.87643564571677,41.32283542776486],[-71.87828664636929,41.32376042788957],[-71.88070764722276,41.324969428052505],[-71.8821316477248,41.32568142814849],[-71.88392164835213,41.32650642825544],[-71.88929265023454,41.32898342857656],[-71.89108365086227,41.329809428683625],[-71.89118065089627,41.329854428689465],[-71.89147265099864,41.329989428706995],[-71.89157065103298,41.330034428712814],[-71.89200565118804,41.33028342874829],[-71.89206765119746,41.33008342870721],[-71.89283165132396,41.327814428239044],[-71.89310565138983,41.32738142814578],[-71.89365765152273,41.32651242795855],[-71.89432565168366,41.32546242773226],[-71.89880765276276,41.31840542621151],[-71.90030165312251,41.31605442570481],[-71.90129165331257,41.31359942519312],[-71.90165865338312,41.31269142500385],[-71.90558465435153,41.306941423756044],[-71.90707765471984,41.3047554232816],[-71.9071136547287,41.3047024232701],[-71.90722165475529,41.304543423235614],[-71.90725865476455,41.304491423224285],[-71.90966765558332,41.30513242327621],[-71.91689565803995,41.30705542343186],[-71.91930565885906,41.307696423483705],[-71.92337866024337,41.30877942357124],[-71.9294516623075,41.3103954237019],[-71.93567766426423,41.30909742325644],[-71.93980466556124,41.3082374229612],[-71.94767266803386,41.3065974223982],[-71.95674667088538,41.304707421749065],[-71.97127867545164,41.30167942070898],[-71.9736896762092,41.30117742053647],[-71.97641867706662,41.300608420341035],[-71.97914767792409,41.30004042014578],[-71.9865616802534,41.29849541961493],[-71.99948668431388,41.295802418689355],[-71.99951768432356,41.29579441868684],[-72.0077656868899,41.293620418006746],[-72.00868868717703,41.293376417930496],[-72.01601268945578,41.29144641732658],[-72.01739968988726,41.29108041721211],[-72.01921469045196,41.2906024170625],[-72.02142469111679,41.28960041679795],[-72.02273169151,41.289008416641614],[-72.02819669315397,41.28653041598733],[-72.04459269808584,41.279099414024714],[-72.05005869972982,41.27662241337038],[-72.0504786998561,41.27643141331996],[-72.05173970023532,41.27585941316889],[-72.05216070036198,41.27566941311865],[-72.05274370053728,41.27540441304869],[-72.05449370106358,41.27461141283918],[-72.05507770123926,41.27434741276939],[-72.057477701961,41.27325941248196],[-72.0646787041265,41.269995411619604],[-72.06707970484855,41.26890841133231],[-72.06877870535945,41.26813841112883],[-72.07001870573224,41.267575410980136],[-72.07047770587033,41.267368410925364],[-72.07612670756892,41.264808410248826],[-72.07883570838337,41.26357940992412],[-72.0817757092674,41.26224840957224],[-72.0817927092727,41.26224440957095],[-72.08184770928995,41.26223240956687],[-72.08186570929563,41.262229409565734],[-72.08205570935532,41.26219040955222],[-72.08262970953565,41.262073409511544],[-72.08282070959572,41.26203540949819],[-72.08414071001047,41.26176740940487],[-72.08546071042524,41.26149940931155],[-72.08736871102472,41.26111140917653],[-72.09551071358294,41.25945840860083],[-72.10101271531154,41.25834040821153],[-72.10556071674037,41.25741640788975],[-72.10628971696936,41.257267407837986],[-72.10847671765643,41.2568234076833],[-72.10920671788578,41.256675407631704],[-72.11567171991666,41.255360407173896],[-72.13506872600964,41.25141940580085],[-72.14153472804058,41.25010640534318],[-72.14373772873509,41.24970640519651],[-72.15034673081861,41.2485074047567],[-72.15255073151346,41.248108404610186],[-72.15901273355053,41.24693640418013],[-72.17840073966214,41.243424402890355],[-72.18486374169922,41.24225340246026],[-72.18508274176818,41.242212402445425],[-72.18574274197624,41.242093402401615],[-72.18596274204563,41.242054402387126],[-72.18605174207363,41.24203740238102],[-72.18632174215878,41.24198940236323],[-72.18641174218716,41.241973402357324],[-72.19320774432914,41.24074240190503],[-72.1953007449888,41.24036340176574],[-72.20418874778991,41.2387524011739],[-72.21229075034321,41.23728540063459],[-72.21359675075475,41.23704840054755],[-72.22039375289661,41.23581640009478],[-72.2260207546697,41.23479639971987],[-72.24290175998873,41.231738398595304],[-72.24852976176193,41.2307193982204],[-72.24873376182614,41.23068139820659],[-72.24934876201999,41.23057139816589],[-72.24955376208457,41.23053439815225],[-72.26593376723741,41.22742939703349],[-72.3150727826923,41.218116393675395],[-72.33145378784326,41.2150123925553],[-72.33145878784482,41.215011392554956],[-72.33147478784981,41.215007392553666],[-72.33148078785176,41.21500739255348],[-72.34448979194192,41.21254139166351],[-72.38351980421133,41.20514438899226],[-72.39652980830047,41.202679388101515],[-72.39769280866595,41.202458388021746],[-72.40118080976217,41.201797387782875],[-72.40234481012804,41.20157738770325],[-72.40551481112426,41.20097638748609],[-72.41502381411252,41.1991733868345],[-72.41819481510905,41.19857338661743],[-72.41889281532836,41.198440386569466],[-72.42098981598734,41.19804338642587],[-72.42168881620702,41.19791138637807],[-72.43124381920946,41.196100385723255],[-72.4599088282155,41.1906663837579],[-72.46946483121752,41.18885638310275],[-72.47085483165414,41.1885923830073],[-72.47502783296498,41.18780138272104],[-72.47641983340228,41.18753838262571],[-72.48671583663632,41.18558638191923],[-72.51760484633748,41.179732379799276],[-72.52790184957105,41.177782379092555],[-72.55156385699772,41.17324637745724],[-72.5518168570771,41.17319737743966],[-72.57522586442326,41.16871137582133],[-72.61135287575816,41.16178637332195],[-72.6235628795884,41.15944537247672],[-72.64747888708999,41.15486237082101],[-72.65618188981944,41.15319337021807],[-72.68229289800755,41.14818836840891],[-72.69099690073678,41.14652136780591],[-72.69174090097002,41.146378367754245],[-72.69397290166984,41.14595036759951],[-72.69471790190345,41.14580836754802],[-72.7029379044805,41.14423036697768],[-72.72759691221044,41.13949636526613],[-72.7358179147873,41.13791936469558],[-72.73853291563819,41.13739736450691],[-72.74667791819094,41.13583336394121],[-72.74939391904222,41.13531336375284],[-72.75851992190317,41.133578363122275],[-72.78589793048504,41.12837536123029],[-72.7950249333457,41.12664236059962],[-72.79664293385277,41.126334360487654],[-72.80149693537403,41.12541236015212],[-72.80311593588145,41.1251053600403],[-72.8033689359607,41.125056360022626],[-72.80362093603961,41.12500736000498],[-72.80805793742923,41.12414835969505],[-72.81572493983047,41.12266635915991],[-72.82288594207307,41.12128135865983],[-72.82782894362107,41.12032635831482],[-72.83145794475747,41.11962435806133],[-72.84234594816678,41.1175173573005],[-72.84597594930347,41.116816357047114],[-72.84663394950944,41.11668835700098],[-72.84860695012725,41.11630735686325],[-72.84926595033362,41.11618035681729],[-72.8514289510108,41.11576135666603],[-72.85791795304247,41.11450635621258],[-72.86008195372001,41.11408835606146],[-72.86060695388434,41.113986356024675],[-72.86218295437774,41.11368135591449],[-72.86270895454248,41.113580355877865],[-72.86290795460474,41.11354135586386],[-72.86350795479258,41.113425355821946],[-72.86370795485523,41.113387355808094],[-72.86748595603801,41.11265635554397],[-72.87882295958708,41.11046335475138],[-72.88260196077009,41.10973335448736],[-72.88339296101763,41.10957935443185],[-72.88576896176139,41.109119354265616],[-72.88656096200936,41.108967354210485],[-72.89130296349364,41.10804935387873],[-72.9055319679473,41.10529735288355],[-72.91027496943184,41.10438135255202],[-72.92408097375255,41.101711351586125],[-72.96549998671243,41.093700348686625],[-72.97930699103185,41.091031347719856],[-72.98335499229815,41.09024834743628],[-72.99549899609673,41.08789834658518],[-72.99954799736324,41.087116346301656],[-73.00454299891108,41.08589234590095],[-73.01952900355462,41.0822213446988],[-73.0245250051026,41.08099834429812],[-73.03000900680162,41.07965434385796],[-73.04646401189933,41.075623342537355],[-73.05194901359846,41.074280342097204],[-73.0652010177032,41.07103334103314],[-73.10495803001528,41.061293337839686],[-73.11821103411872,41.05804733677483],[-73.12405703592859,41.056614336304804],[-73.14159504135779,41.052317334894845],[-73.14744204316777,41.05088633442498],[-73.14979204389516,41.05031033423597],[-73.1568450460782,41.048582333668755],[-73.15919604680593,41.04800733347987],[-73.16232304777374,41.04724133322839],[-73.17170405067701,41.04494233247365],[-73.1748310516448,41.044177332222304],[-73.17536605181037,41.04404633217929],[-73.17697105230707,41.043653332050205],[-73.17750605247264,41.04352233200717],[-73.17765105251749,41.04348633199543],[-73.1780870526524,41.0433793319603],[-73.17823305269764,41.04334433194869],[-73.17928105302192,41.04308733186434],[-73.18242805399578,41.042316331611154],[-73.18347705432045,41.04206033152694],[-73.1910860566724,41.04015033090567],[-73.20203606005695,41.03740433001198],[-73.21391506372821,41.034423329041886],[-73.22059506579255,41.032747328496356],[-73.22106006593624,41.03263032845831],[-73.22152506607998,41.03251432842046],[-73.22304006654811,41.03213332829655],[-73.22758906795383,41.03099232792506],[-73.22910506842229,41.030612327801315],[-73.22964306859024,41.03050732776325],[-73.23125906909486,41.0301953276496],[-73.23179806926319,41.0300913276117],[-73.2330810696598,41.029772327507466],[-73.23693007084982,41.02881932719554],[-73.23821407124686,41.028502327091644],[-73.23884107144121,41.02835632704266],[-73.24072607202575,41.02792032689592],[-73.2413540722205,41.02777532684707],[-73.24259707260585,41.02748632675],[-73.24632907376301,41.02662232645931],[-73.2475730741487,41.02633432636239],[-73.24796907427142,41.02624132633128],[-73.24916107464102,41.02596532623843],[-73.24955807476415,41.02587432620767],[-73.2547250763801,41.024924325853505],[-73.26128907843294,41.023719325403896],[-73.27022608122773,41.02207732479138],[-73.27302008210144,41.02156432459994],[-73.27420708247264,41.02134632451859],[-73.27539308284348,41.021128324437264],[-73.27859508384131,41.020479324205844],[-73.28820408683582,41.01853632351216],[-73.29140708783392,41.01788832328085],[-73.29243808815515,41.01767932320631],[-73.2955330891196,41.0170533229828],[-73.29656508944123,41.0168453229084],[-73.29657108944305,41.01684332290783],[-73.29659108944927,41.016839322906385],[-73.29659808945148,41.01683832290596],[-73.31219009430966,41.0136833217795],[-73.35896810888178,41.00422231839886],[-73.37456111373818,41.00106831727125],[-73.37528311396035,41.00087531720981],[-73.3774501146273,41.000297317025634],[-73.37817311484983,41.00010531696435],[-73.37902011511416,40.99994331690491],[-73.38156111590726,40.99946131672739],[-73.382409116172,40.99930131666832],[-73.38268611625843,40.99924831664888],[-73.3835171165178,40.99909031659075],[-73.38379511660459,40.99903831657147],[-73.38495311696602,40.9988183164905],[-73.38843011805128,40.99815931624768],[-73.38958911841306,40.997940316166854],[-73.39805512104512,40.99615531554008],[-73.42345312894041,40.99080131365934],[-73.4319201315722,40.989017313032335],[-73.43247413174433,40.98889931299105],[-73.43413613226093,40.988549312868],[-73.43469113243349,40.98843331282707],[-73.43621813290802,40.98811031271373],[-73.44080213433278,40.98714531237437],[-73.44233013480768,40.98682331226121],[-73.4451561356859,40.98622631205155],[-73.45363413832067,40.98443931142336],[-73.45646113919923,40.98384431121403],[-73.46438114166034,40.98217431062693],[-73.48814114904296,40.97716630886555],[-73.49606215150386,40.9754973082783],[-73.49956615259214,40.97475330801735],[-73.50026015280787,40.97460930796634],[-73.51286615672633,40.97199530703977],[-73.51706815803243,40.97112430673092],[-73.51920715869717,40.97067930657339],[-73.52562716069257,40.96934830610143],[-73.52776716135772,40.96890530594422],[-73.53105216237813,40.968215305700944],[-73.54090716543944,40.966147304971365],[-73.54419316646015,40.96545830472821],[-73.54608916704902,40.96505930458759],[-73.55177916881641,40.96386630416648],[-73.55367616940562,40.963468304026],[-73.5551131698519,40.963166303919515],[-73.55942617119146,40.962261303600116],[-73.56086417163812,40.961960303493754],[-73.56114017172378,40.9619013034731],[-73.5619721719822,40.96172730341159],[-73.56224917206823,40.961669303391105],[-73.56385117256573,40.961332303272286],[-73.56866017405923,40.96032330291614],[-73.57026317455707,40.95998730279745],[-73.57369817562382,40.95926630254297],[-73.58400317882392,40.957104301779594],[-73.58743917989092,40.956384301525205],[-73.59007418070904,40.955830301329755],[-73.59067018089416,40.955706301285794],[-73.59797718316165,40.954149300739644],[-73.60061118397901,40.9535883005428],[-73.6015621842739,40.953382300471056],[-73.60251318456874,40.95317530039912],[-73.60306418473957,40.95305530035741],[-73.60833818637477,40.951909299958764],[-73.6104281870235,40.95146829980337],[-73.61288618778656,40.95095129962092],[-73.61289718779061,40.95096029962233],[-73.64621019999299,40.97643730353073],[-73.64802120065652,40.97782230374302],[-73.64983320132036,40.97920730395528],[-73.65636920371533,40.984209304721894],[-73.65638020371928,40.984216304722906],[-73.65641320373138,40.98424130472672],[-73.65642420373548,40.98425130472832],[-73.6567002038366,40.984462304760655],[-73.65677220386297,40.98451730476908],[-73.65691420391832,40.984683304796974],[-73.65739120410424,40.98524230489099],[-73.65761620419202,40.9855073049356],[-73.65938120488009,40.98757630528357],[-73.65967220499354,40.987917305340915],[-73.6595322049597,40.98811430538421],[-73.65947520494603,40.988196305402184],[-73.65929220490207,40.988458305459666],[-73.6589122048106,40.9889993055784],[-73.65887920480168,40.989029305585376],[-73.65877120477276,40.989132305609175],[-73.65863120473526,40.989265305639876],[-73.65780020452362,40.990246305859884],[-73.65722920437832,40.99092230601142],[-73.6579732046805,40.992005306199474],[-73.6590332050944,40.99325930641065],[-73.65904320509833,40.99327130641267],[-73.65910720512328,40.9933463064253],[-73.65963720534518,40.994233306581904],[-73.65964020534955,40.99429230659339],[-73.65965320536748,40.99453130663988],[-73.65958520537008,40.99495830672592],[-73.65951820537309,40.99538630681214],[-73.65950820537336,40.99544730682444],[-73.6594952053741,40.99553330684176],[-73.65938420539503,40.99652030703913],[-73.65931020540904,40.997179307170924],[-73.65941720546529,40.99755730724157],[-73.6597282056289,40.99865830744741],[-73.65973720563363,40.998690307453394],[-73.65994020574044,40.999409307587804],[-73.66005820580236,40.99982430766535],[-73.66013520584272,41.0000943077158],[-73.6602112058828,41.00036530776648],[-73.66024220589678,41.00043430777899],[-73.66026920590882,41.000492307789486],[-73.66017520588638,41.00062930781947],[-73.6601332058765,41.00069330783343],[-73.65969220578182,41.00152030801028],[-73.65855620555953,41.004026308539544],[-73.65808320544889,41.00475530869821],[-73.65802120543597,41.004878308724386],[-73.65796020542341,41.00500230875075],[-73.65791720541444,41.005087308768836],[-73.65787520540577,41.00517230878692],[-73.65778220538569,41.00534430882373],[-73.65769120536626,41.005517308860675],[-73.65721520526421,41.00641230905202],[-73.65684720519187,41.007218309222324],[-73.65606620503848,41.008931309584206],[-73.65527720494525,41.01173531016042],[-73.65524220494116,41.011860310186094],[-73.65525620496834,41.01225431026294],[-73.65532120499454,41.01234531027864],[-73.65541420503075,41.01245331029677],[-73.65565120512059,41.01268631033467],[-73.65611820529752,41.0131433104089],[-73.65620520533457,41.013299310436636],[-73.65629420537218,41.01345431046411],[-73.65690220563037,41.014533310655736],[-73.65737320581522,41.0151053107524],[-73.65787320601677,41.015805310873226],[-73.65814020612015,41.01610531092326],[-73.6586802063294,41.01671431102491],[-73.65877320636653,41.01683831104617],[-73.65899320645752,41.01718631110717],[-73.65907920649043,41.017276311122004],[-73.65944820663152,41.017659311184936],[-73.66045520700763,41.01855031132647],[-73.66173620748576,41.01967831150545],[-73.6618482075276,41.019777311521175],[-73.66267320783562,41.02050531163671],[-73.6627572078671,41.02058131164886],[-73.66351120816641,41.02155531181501],[-73.66352320817131,41.021573311818145],[-73.6636052082035,41.02167331183504],[-73.66385920830145,41.021951311881196],[-73.66407520838517,41.02219531192191],[-73.66418020842475,41.02229431193787],[-73.66467320862472,41.02300531206104],[-73.66519020882822,41.0236433121691],[-73.66524120884824,41.02370531217958],[-73.6652582088549,41.02372531218293],[-73.66560720899207,41.02415231225516],[-73.66654020935891,41.025296312448724],[-73.666716209428,41.02551031248487],[-73.66678320945434,41.02559231249873],[-73.66917321039313,41.02850531299107],[-73.66977321063852,41.029405313147734],[-73.67037821087183,41.03006731325758],[-73.67051221093978,41.030496313337274],[-73.67060721099011,41.0308383134012],[-73.67107521118126,41.031535313522404],[-73.67135121128901,41.03186031357703],[-73.6714122113129,41.03193331358932],[-73.6717682114519,41.03235231365971],[-73.6718332114773,41.03242931367265],[-73.67192721151409,41.03254131369151],[-73.67192821151447,41.032542313691685],[-73.67199921154118,41.032608313702276],[-73.67218821161482,41.03282831373918],[-73.67223821163567,41.03291031375359],[-73.67223921163605,41.03291131375374],[-73.67224121163687,41.03291431375428],[-73.67234821167716,41.03301431377035],[-73.67249921173594,41.033189313799674],[-73.67263221178865,41.03335931382862],[-73.6727192118237,41.03348031384946],[-73.67275721183854,41.033525313857034],[-73.67275821183887,41.033525313857005],[-73.67288921189042,41.03368631388423],[-73.67300421193599,41.03383331390927],[-73.67309821197126,41.03391931392302],[-73.67370821220989,41.0346453140452],[-73.67371221221147,41.03465031404607],[-73.6745182125282,41.03563431421235],[-73.67480521263894,41.03594931426464],[-73.67481021264085,41.03595431426543],[-73.6749232126853,41.03609331428896],[-73.67498821271084,41.0361723143023],[-73.67499121271203,41.03617631430298],[-73.67505921273923,41.03626731431858],[-73.67512421276435,41.03633931433055],[-73.67519221279066,41.03641531434319],[-73.67531221283708,41.03654931436551],[-73.67548821290441,41.03673231439557],[-73.67554721292696,41.03679331440558],[-73.675600212947,41.03684431441383],[-73.67565221296718,41.036903314423675],[-73.67574421300303,41.037010314441616],[-73.67591921307702,41.037314314495426],[-73.67600821311201,41.03742331451386],[-73.67611821315477,41.03754931453492],[-73.67618621318114,41.03762631454777],[-73.67625421320822,41.03771531456298],[-73.6763502132465,41.037842314584694],[-73.67637521325433,41.03783831458309],[-73.67638421325726,41.03783831458279],[-73.67641721327043,41.03788231459033],[-73.67658021333587,41.03810531462865],[-73.67705821352206,41.03866031472166],[-73.67744521367287,41.0391103147971],[-73.67746421368027,41.039132314800774],[-73.6775482137129,41.039228314816825],[-73.67776621379953,41.039511314865095],[-73.67778321380618,41.03953131486845],[-73.67787921384199,41.03961531488174],[-73.67788121384277,41.039617314882065],[-73.67805221390941,41.039816314915434],[-73.67853821409865,41.04037931500974],[-73.6785632141084,41.0404083150146],[-73.67856521410921,41.04041131501512],[-73.67856521410927,41.04041231501532],[-73.67877721419664,41.04074131507279],[-73.67890521424768,41.0409103151017],[-73.67927621439517,41.04139231518391],[-73.67951321448697,41.04165831522823],[-73.67975521458078,41.04193131527375],[-73.67977221458749,41.041952315277314],[-73.68184621537338,41.04397731560568],[-73.68247421561799,41.044705315727604],[-73.68294821580587,41.045311315830716],[-73.68296121581069,41.04532231583244],[-73.68571921690389,41.04884731643213],[-73.68676621731878,41.05018331665933],[-73.68683421734575,41.05027031667414],[-73.6869022173727,41.050357316688924],[-73.68695621739413,41.05042631670067],[-73.68701021741552,41.05049531671241],[-73.68717421748056,41.05070531674814],[-73.6879672177895,41.05162531690221],[-73.68953021840352,41.05352631722303],[-73.6898272185214,41.05390831728805],[-73.69071821887509,41.055055317483344],[-73.69101521899303,41.05543831754857],[-73.69125221908682,41.055738317599506],[-73.6914822191779,41.05603031764911],[-73.6918612193287,41.05652431773336],[-73.69195321936562,41.05664931775481],[-73.69218221945728,41.056957317807594],[-73.69226121948789,41.057046317822426],[-73.69227721949409,41.05706431782543],[-73.69234721952172,41.057151317840145],[-73.692505219582,41.05731231786646],[-73.69259021961439,41.057398317880505],[-73.6926692196445,41.05747831789355],[-73.69270821965985,41.057526317901676],[-73.69304121979079,41.057933317970395],[-73.6931532198348,41.058069317993336],[-73.69349121996763,41.058481318062896],[-73.69395322014738,41.05901231815163],[-73.69420722024822,41.05933931820731],[-73.69468222042798,41.0597983182815],[-73.6961742210137,41.061604318585964],[-73.6962532210448,41.06170131860234],[-73.6964162211089,41.061900318635935],[-73.70507422451537,41.07250332042622],[-73.70554522470223,41.07310632052872],[-73.70557522471411,41.073144320535164],[-73.70570622476615,41.07331332056393],[-73.70630522500373,41.074079320694096],[-73.71039422662584,41.07931132158322],[-73.71153722707928,41.080773321831614],[-73.71161422710985,41.08087232184844],[-73.71184722720221,41.08116932189889],[-73.71192522723318,41.08126932191589],[-73.71379722797467,41.08364332231867],[-73.71514922851237,41.08539532261687],[-73.71545122863218,41.08578132268244],[-73.71547922864333,41.085818322688745],[-73.71581122877501,41.08624232276075],[-73.71706422926952,41.08779932302403],[-73.71773822954563,41.08881132319982],[-73.71787622960133,41.08900432323301],[-73.71798922964602,41.089146323257054],[-73.71804722966893,41.08921832326923],[-73.71806122967442,41.089235323272106],[-73.7186762299174,41.090004323402255],[-73.71884022997911,41.090155323426366],[-73.71935523017285,41.09063132350247],[-73.71940123019014,41.09067332350917],[-73.72057723063246,41.091758323682555],[-73.72101923079869,41.09216532374756],[-73.72122523087668,41.09236432377969],[-73.72166723104382,41.09278732384784],[-73.72172723106652,41.09284532385718],[-73.72211023121135,41.093211323916115],[-73.72271123143848,41.09378432400836],[-73.72338323169363,41.09444532411543],[-73.72347223172966,41.09457132413717],[-73.72361723178838,41.09477732417266],[-73.72477823226134,41.0964733244661],[-73.72496123233594,41.096741324512486],[-73.72514323241002,41.0970063245583],[-73.72533523248822,41.097286324606735],[-73.72617323282954,41.0985093248183],[-73.72621323284581,41.09856732482832],[-73.72651623296758,41.09898132489929],[-73.72682223309064,41.09940032497114],[-73.7268462331003,41.0994333249768],[-73.72777623347412,41.10070432519468],[-73.71376622933265,41.107252326940895],[-73.71365022929794,41.10729932695393],[-73.71355122926848,41.10734232696564],[-73.71340422922505,41.107411326984],[-73.71296122909402,41.10761732703901],[-73.71227322888885,41.10790832711879],[-73.71222622887484,41.10792832712426],[-73.7060222270415,41.110842327900194],[-73.70590122700571,41.11089832791517],[-73.70587122699682,41.11091232791891],[-73.70581522698026,41.11093832792586],[-73.70567522693891,41.11100432794342],[-73.7055352268975,41.11106932796078],[-73.70362022632197,41.11180332816788],[-73.70354322629886,41.11183332817631],[-73.70344622627044,41.11188332818932],[-73.70330022622761,41.111957328208625],[-73.7031542261848,41.112031328227964],[-73.70284122609301,41.11219132826963],[-73.7027342260619,41.11225032828474],[-73.7007042254725,41.113385328574125],[-73.70000422526299,41.11366832865269],[-73.69605422408057,41.115264329095936],[-73.69595922405267,41.11531232910847],[-73.69500622377225,41.11578132923182],[-73.68947522214475,41.11850432994792],[-73.68607522113999,41.120104330373636],[-73.67902321905618,41.1234283312576],[-73.67677521839282,41.124504331542596],[-73.67641821828748,41.12467533158786],[-73.66993521636698,41.127651332384794],[-73.66980621632875,41.12771033240062],[-73.66968821629384,41.12776533241527],[-73.66802721580174,41.128527332619356],[-73.66780521573638,41.128636332648036],[-73.66721321556177,41.128921332723394],[-73.665932215184,41.1295393328867],[-73.6656482151003,41.1296773329231],[-73.66497421490165,41.130004333009396],[-73.66177021394871,41.131411333390716],[-73.66160821390054,41.13148233340996],[-73.66112221375589,41.13169433346752],[-73.66096121370809,41.13176633348694],[-73.6608742136822,41.131804333497264],[-73.66057421359693,41.13200433354633],[-73.65613721227852,41.133975334078755],[-73.6561232122743,41.13398033408019],[-73.65608521226301,41.133997334084775],[-73.65607321225947,41.134003334086344],[-73.65607221225913,41.13400333408639],[-73.65597121222856,41.13403833409657],[-73.65563421212624,41.134150334129636],[-73.6554742120777,41.134204334145494],[-73.65543721206693,41.13422433415064],[-73.65535421204278,41.13427033416239],[-73.6543742117573,41.134804334299275],[-73.65167421096079,41.136104334642916],[-73.65158221093347,41.13614533465399],[-73.64459720885907,41.13927133549659],[-73.64407520870431,41.13950933556041],[-73.63967320739835,41.14150433609627],[-73.63776620682975,41.142319336318764],[-73.63774920682465,41.1423263363207],[-73.63774820682438,41.14232733632093],[-73.63772720681848,41.142342336324546],[-73.63772420681768,41.14234533632524],[-73.63735420671522,41.14263933639497],[-73.63601520631745,41.14323733655623],[-73.63563720619868,41.14329433657988],[-73.63550220615868,41.143356336596476],[-73.63486020596663,41.14362033666936],[-73.63475020593344,41.14366033668081],[-73.63473720593069,41.14368533668613],[-73.63471620592398,41.14368633668702],[-73.63471620592402,41.14368733668722],[-73.63464920590296,41.14369733669139],[-73.63445720584507,41.14376833671163],[-73.63440520583164,41.1438263367247],[-73.63428620579403,41.14384033673136],[-73.63396720569929,41.143983336769885],[-73.6338592056669,41.14402633678186],[-73.63385820566657,41.14402633678189],[-73.63382820565758,41.14403833678526],[-73.6337012056193,41.14408533679864],[-73.63352820556835,41.14417033682099],[-73.63232920521537,41.14476133697623],[-73.63021120459153,41.145800337249476],[-73.62948720437613,41.146118337335615],[-73.62928220431571,41.14621833736195],[-73.62906120425014,41.14631833738883],[-73.62879720417176,41.14643733742083],[-73.6282692040148,41.14667133748405],[-73.62668620354431,41.147375337674085],[-73.62615920338779,41.147611337737665],[-73.62576420327034,41.14778633778496],[-73.62458220291913,41.148313337927114],[-73.6245722029162,41.14831833792842],[-73.62436220284599,41.14827733792733],[-73.62417520279052,41.14836233795015],[-73.6224902022905,41.14912533815508],[-73.62209020217185,41.14930733820391],[-73.61743520079045,41.15141533877005],[-73.61575020029045,41.152179338975166],[-73.61547320020809,41.152302339008365],[-73.61464419996166,41.15267033910775],[-73.61436819987969,41.152794339141124],[-73.61420719983207,41.1528703391613],[-73.61419719982908,41.1528743391624],[-73.61404619978441,41.152945339181294],[-73.61401219977436,41.152961339185545],[-73.61396019975896,41.15298533919195],[-73.61368419967728,41.153114339226306],[-73.6136201996584,41.153145339234484],[-73.61351319962655,41.153192339247205],[-73.61237519928846,41.15370133938436],[-73.60896219827445,41.15522833979576],[-73.60853319814707,41.155421339847685],[-73.60782519793678,41.15573933993328],[-73.60778719792543,41.15575533993764],[-73.60767619789249,41.1558053399511],[-73.60763919788153,41.15582233995564],[-73.60721619775582,41.15601134000659],[-73.60617919744779,41.15647634013179],[-73.60594819737908,41.156578340159356],[-73.60552619725375,41.156768340210455],[-73.6044591969367,41.157245340339],[-73.6012571959854,41.15867934072519],[-73.60019119566873,41.15915734085389],[-73.5998761955763,41.15931834089578],[-73.59977219554575,41.159371340909566],[-73.5985181951779,41.16001434107674],[-73.59833519512422,41.16010834110116],[-73.59815119507029,41.16020334112582],[-73.598099195055,41.160229341132606],[-73.5978951949951,41.1603333411597],[-73.59728419481591,41.16064734124128],[-73.5972461948048,41.16066734124644],[-73.59711119476853,41.16079434127574],[-73.59709919476472,41.16079534127631],[-73.59708919476257,41.160814341280386],[-73.59702319474479,41.16087534129447],[-73.5970021947392,41.160896341299285],[-73.5959671944293,41.16131834141598],[-73.59286319349997,41.16258634176645],[-73.59182919319048,41.163010341883506],[-73.59069419285352,41.1635233420213],[-73.58932219244622,41.16414434218804],[-73.58841119217564,41.164554342298295],[-73.58728819184225,41.1650623424347],[-73.58615419150563,41.16557634257264],[-73.58608719148573,41.165606342580716],[-73.58602019146586,41.165637342588994],[-73.58588019142428,41.16570034260594],[-73.58581319140438,41.16573034261401],[-73.58561319134503,41.16582134263841],[-73.5852421912349,41.16598934268352],[-73.58475119108905,41.16621034274293],[-73.5847121910775,41.16622834274774],[-73.58455019102945,41.16630234276756],[-73.58421019092852,41.16645634280891],[-73.58054318983979,41.168115343254335],[-73.57914118942358,41.16875034342476],[-73.57905718939858,41.168787343434786],[-73.5788051893237,41.1689003434652],[-73.57880018932227,41.16890334346595],[-73.57872218929909,41.168938343475354],[-73.57736018889514,41.169562343642326],[-73.57327718768427,41.17143434414309],[-73.57191618728069,41.172059344310206],[-73.57087618697227,41.17253634443778],[-73.57076518693928,41.17258634445122],[-73.5673131859155,41.17416934487462],[-73.56616318557451,41.17469834501598],[-73.56588118548976,41.17480834504681],[-73.56503618523593,41.17514034513958],[-73.56494318520804,41.1751773451499],[-73.56476018515386,41.17526334517274],[-73.5644791850706,41.17539334520743],[-73.56363718482122,41.175785345311844],[-73.56335718473836,41.17591734534688],[-73.56239518445344,41.1763653454662],[-73.55950918359879,41.177712345824766],[-73.55854818331423,41.17816134594423],[-73.55837118326178,41.17824334596611],[-73.55784218310511,41.17849034603184],[-73.55766618305304,41.17857334605387],[-73.55610818259164,41.179300346247366],[-73.55602818256794,41.179337346257235],[-73.55595518254631,41.179371346266294],[-73.55548918240828,41.179588346324095],[-73.55537518237456,41.17964234633841],[-73.55526018234046,41.179695346352574],[-73.5551601823109,41.17974234636505],[-73.55506018228128,41.17978934637754],[-73.55487518222641,41.17987434640026],[-73.55478418219948,41.17991734641168],[-73.55471218217814,41.17995034642049],[-73.5540101819703,41.18027934650796],[-73.55389118193504,41.18033434652264],[-73.5537731819001,41.180389346537275],[-73.55146918121784,41.18146634682379],[-73.54899918048383,41.18257634712223],[-73.54005117782496,41.18660334820444],[-73.54001317781331,41.18661434820785],[-73.53599717662114,41.18844334869774],[-73.53588517658807,41.18849734871199],[-73.52910817458185,41.19168234955786],[-73.52629017374768,41.19300834990991],[-73.52603017367001,41.19311834993995],[-73.52530417345298,41.193423350023494],[-73.52529417344998,41.1934273500246],[-73.52484117331467,41.193619350077064],[-73.52454317322783,41.193783350118935],[-73.52426117314575,41.1939403501589],[-73.52377117299697,41.19410635020749],[-73.52375117299079,41.19411135020912],[-73.5236761729685,41.19414535021824],[-73.52334317286967,41.19429735025894],[-73.5230831727928,41.19442135029173],[-73.52256417264117,41.194700350363355],[-73.52252417262943,41.19472135036878],[-73.52233817257522,41.194823350394856],[-73.52159817235511,41.195153350483714],[-73.52116517222638,41.195347350535904],[-73.52098117217157,41.19542835055779],[-73.51706917101717,41.19733335105896],[-73.51692817097552,41.197401351076905],[-73.51678717093394,41.197470351095035],[-73.51418017016464,41.198740351429116],[-73.51399417011156,41.19886235145907],[-73.5138641700722,41.19890835147234],[-73.51386417007225,41.19890935147254],[-73.51386317007191,41.198909351472565],[-73.51280416975699,41.19938335160009],[-73.51280416975706,41.19938435160028],[-73.51280316975678,41.19938535160052],[-73.51173116943535,41.19981935172063],[-73.51170516942855,41.199847351726966],[-73.51160916939989,41.199888351738146],[-73.51157716938954,41.1998883517392],[-73.5115771693896,41.199889351739394],[-73.51157616938927,41.19988935173942],[-73.51156916938709,41.19989035173984],[-73.51015016896426,41.20051135190795],[-73.51014916896395,41.20051135190797],[-73.51014816896368,41.20051235190819],[-73.50917516867378,41.20093835202349],[-73.50395916712523,41.203320352660725],[-73.49590216472097,41.20678935360389],[-73.49556616462066,41.20693335364308],[-73.49545316458695,41.206982353656386],[-73.49500316445268,41.207176353709094],[-73.49461416433662,41.20734435375473],[-73.49456016432043,41.207366353760804],[-73.49422516422057,41.20751235380036],[-73.49396316414234,41.20762435383087],[-73.49172916347558,41.208585354092186],[-73.48841316248604,41.21001435448055],[-73.48747516221414,41.210557354617514],[-73.48683816202933,41.210923354709976],[-73.48534416158256,41.21155135488185],[-73.48511016151319,41.21166035491084],[-73.48500316148136,41.21170835492374],[-73.48489916145053,41.21175635493655],[-73.48269616079737,41.21278035520911],[-73.48392616128396,41.21432035546947],[-73.48632816223433,41.21732935597815],[-73.48797816288713,41.21939535632736],[-73.48854116310896,41.220084356443394],[-73.49140816423885,41.223596357034864],[-73.49645316622755,41.22978135807645],[-73.49889116718879,41.23277135857988],[-73.50101316802532,41.23537135901756],[-73.5012341681125,41.23564335906337],[-73.50140116817832,41.2358473590977],[-73.50147416820717,41.235938359113064],[-73.50170016829624,41.236214359159476],[-73.50176516832188,41.23629435917296],[-73.50253316862471,41.237236359331526],[-73.50263716866569,41.23736335935291],[-73.50266016867508,41.23739735935878],[-73.50340416896883,41.238316359513654],[-73.50437516935207,41.2395133597153],[-73.50499016959485,41.24027235984318],[-73.5064921701878,41.242125360155356],[-73.50832317091063,41.24438436053589],[-73.50986317151863,41.246284360855896],[-73.5099631715581,41.246407360876624],[-73.51054917178958,41.24713236099879],[-73.51230917248483,41.249310361365765],[-73.51289617271672,41.25003636148808],[-73.51290617272072,41.25004936149028],[-73.51293817273336,41.250089361497025],[-73.51294917273773,41.2501033614994],[-73.51745717450608,41.25546336239653],[-73.51746517450924,41.25547336239823],[-73.51749717452208,41.255516362405565],[-73.51750717452613,41.25553036240796],[-73.51751017452733,41.255534362408646],[-73.52341917685321,41.26269236361005],[-73.52366317694872,41.26297836365778],[-73.5237461769814,41.26307936367474],[-73.5247641773776,41.26423436386644],[-73.52520917755074,41.26473836395005],[-73.52523117755983,41.26477236395596],[-73.52529817758544,41.26484036396703],[-73.52571317774958,41.26535636405396],[-73.52628417797565,41.26607036417437],[-73.5263171779886,41.266109364180885],[-73.52855517886601,41.268757364623454],[-73.536678182051,41.2783683662293],[-73.53670418206123,41.27839936623449],[-73.53688318213148,41.2786123662701],[-73.53838818272168,41.28039336656761],[-73.54059818358829,41.283007367004195],[-73.54071818363553,41.2831523670285],[-73.54355618475292,41.28658536760391],[-73.54811518654826,41.29210336852869],[-73.54884618683553,41.29297736867486],[-73.5488501868371,41.2929823686757],[-73.55096318766287,41.2954293690827],[-73.54988018766755,41.301530370307475],[-73.54986018768342,41.301914370382946],[-73.54968818783055,41.30539837106749],[-73.54960318790313,41.307117371405226],[-73.54948118842478,41.316754373286635],[-73.5492941885294,41.31958937384503],[-73.54908918878658,41.3251423749333],[-73.54897418881687,41.3263003751626],[-73.54897418881716,41.326305375163585],[-73.54861018891414,41.32999037589322],[-73.54824218899464,41.33341437657209],[-73.54823718899613,41.33346737658257],[-73.54814318902284,41.33444737677649],[-73.54805018904734,41.33538437696201],[-73.54790518906832,41.33654837719344],[-73.54712418918274,41.34284437844496],[-73.54709018918813,41.34312537850077],[-73.5469201892395,41.34494937886145],[-73.54628318943473,41.35182938022161],[-73.5462101894569,41.35261438037681],[-73.54597118951011,41.35485138082005],[-73.54596918951023,41.35486438082265],[-73.54565018958102,41.35784638141349],[-73.54529418968052,41.36152438214092],[-73.5452591896899,41.36187938221116],[-73.54515618971885,41.36294638242217],[-73.54512218972864,41.36330238249255],[-73.54504318973903,41.36391838261502],[-73.54480718977057,41.36576638298236],[-73.54472918978135,41.36638338310498],[-73.5445331898076,41.3679193834103],[-73.5439461898868,41.3725283843263],[-73.54375118991346,41.37406538463172],[-73.54374518991408,41.37410938464049],[-73.54372818991648,41.37424438466731],[-73.54372318991749,41.37428938467623],[-73.54366018992596,41.37478338477439],[-73.54362018993163,41.375102384837774],[-73.54347218995174,41.37626638506907],[-73.54342618995813,41.376630385141404],[-73.54341718996291,41.37676238516736],[-73.54326519005483,41.379177385642095],[-73.54281019033117,41.38642638706683],[-73.54265919042355,41.3888423875416],[-73.54265819042496,41.38887238754748],[-73.54262919043813,41.3892583876235],[-73.54262319044466,41.38940338765188],[-73.54262319044578,41.389422387655564],[-73.5426021904418,41.38947038766559],[-73.54257219044855,41.38975238772142],[-73.54256319047174,41.39019838780843],[-73.542587190483,41.3902583878193],[-73.54257319048976,41.39045138785728],[-73.5425611904971,41.390643387895025],[-73.54253719051009,41.390998387964835],[-73.54247019058218,41.392602388278895],[-73.54236319062134,41.39386438852781],[-73.54152019093,41.40380739048852],[-73.54147019094863,41.40440239060583],[-73.54134119095595,41.40524139077316],[-73.54132919095686,41.405323390789505],[-73.54114519095405,41.40629339098413],[-73.54112019095163,41.406390391003804],[-73.54110319095152,41.406482391022244],[-73.54046919104178,41.41153239202466],[-73.54044719104498,41.411708392059616],[-73.54042419104775,41.41188339209435],[-73.5404111910497,41.41198839211521],[-73.54008719109459,41.4145473926232],[-73.54007619109659,41.41464239264204],[-73.53994519111464,41.41567539284708],[-73.53975119114153,41.41720739315119],[-73.53888819126198,41.42403639450655],[-73.53838419132153,41.42783939526202],[-73.53840519132898,41.42785039526344],[-73.53812919136747,41.430033395696626],[-73.53806719137587,41.430519395793084],[-73.53788919139873,41.43189339606586],[-73.53774319143172,41.43326339633679],[-73.53773219143436,41.43336939635773],[-73.53767419144746,41.433913396465314],[-73.53763319145739,41.43430939654358],[-73.53751019148741,41.43550139677916],[-73.53747019149772,41.43589839685759],[-73.53726219154875,41.43791839725678],[-73.5370941915996,41.43971439761112],[-73.53702719162368,41.440495397765],[-73.53681419169186,41.442835398226435],[-73.53673419171163,41.443614398380355],[-73.5367331917113,41.44361439838039],[-73.53658519174041,41.444928398640435],[-73.53658419174008,41.44492839864047],[-73.53640719174996,41.446074398868845],[-73.53633519175983,41.446640398981124],[-73.53628819177868,41.44722139909548],[-73.53606519188101,41.45019839968084],[-73.53605619190577,41.45067039977279],[-73.5360471919214,41.45098639983441],[-73.53603719193927,41.451346399904644],[-73.53600119201354,41.452811400190235],[-73.53598719202408,41.45306840024058],[-73.53597719203357,41.453285400283036],[-73.53589319210947,41.45504340062708],[-73.53587219212737,41.4554644007095],[-73.53586319213436,41.45563340074261],[-73.53584319213998,41.45583940078324],[-73.53583719215206,41.45607840082985],[-73.53582319215931,41.45627940086933],[-73.53579919217238,41.45663440093903],[-73.53579119217697,41.45675740096317],[-73.53578419218177,41.4568774009867],[-73.53577019219425,41.45716740104344],[-73.5357321922159,41.45774640115709],[-73.5356071922839,41.45959540152012],[-73.53556919232656,41.46053240170324],[-73.53540919236511,41.462072402007436],[-73.53535519239162,41.46282240215479],[-73.53530519239298,41.463121402214476],[-73.535287192404,41.46340840227078],[-73.53527019240401,41.46350240228958],[-73.53527019243923,41.46410240240603],[-73.53526619243898,41.46412040240964],[-73.5352521924486,41.46436140245688],[-73.53522219244896,41.464533402491256],[-73.53521119244846,41.46458540250171],[-73.53517119245997,41.46500240258397],[-73.53512919247642,41.46551440268471],[-73.5350701924977,41.466202402820194],[-73.53507019249963,41.46623540282659],[-73.53507319253781,41.46686940294952],[-73.5350501925411,41.46705240298579],[-73.53497019255333,41.46770240311459],[-73.53497019255997,41.46781540313652],[-73.53497019257746,41.46811340319435],[-73.53497019259449,41.46840340325062],[-73.53490319260814,41.46900540336966],[-73.53487019261487,41.46930240342839],[-73.53485719262005,41.469462403459865],[-73.53480819264188,41.47010440358605],[-73.53475219265702,41.470671403697935],[-73.53467019267654,41.471456403852976],[-73.53461619270531,41.472244404007654],[-73.53457019272905,41.47290240413686],[-73.53453319274072,41.473305404216276],[-73.53436819280832,41.47536640462163],[-73.53432219281235,41.47568940468582],[-73.53429119281508,41.47590640472895],[-73.53420219282623,41.47658740486403],[-73.53412019283854,41.477249404995185],[-73.53406119285161,41.47779740510345],[-73.53404519285581,41.47795740513502],[-73.53397619289197,41.47895340533054],[-73.53396619289848,41.479119405363065],[-73.5339561929037,41.47926340539132],[-73.53395319291,41.4793874054155],[-73.53394819295163,41.48012340555844],[-73.5338581930188,41.48176340587957],[-73.53325119331076,41.490079407512695],[-73.53322319332473,41.49047140758964],[-73.53318619334453,41.491012407695806],[-73.53287719348978,41.4951864085155],[-73.5327361935572,41.49711040889327],[-73.53269319357554,41.49765940900115],[-73.53260719361106,41.498737409213035],[-73.53260419361153,41.49876240921799],[-73.53260319361276,41.49878840922305],[-73.53257019362769,41.499224409308695],[-73.53256319363054,41.499311409325806],[-73.53250519365633,41.50006940947468],[-73.53245219366559,41.500519409563694],[-73.5317781938909,41.50806341104866],[-73.53177819389096,41.50806441104884],[-73.53112919410799,41.51532741247823],[-73.53095919416506,41.51723341285329],[-73.5309051941831,41.517837412972135],[-73.53074319423726,41.51964941332869],[-73.53068919425532,41.520253413447534],[-73.53060919428226,41.52115141362422],[-73.53056919429595,41.52160441371333],[-73.53053519430748,41.521987413788686],[-73.5303671943626,41.52384841415491],[-73.53028719438959,41.524747414331756],[-73.53028419438974,41.524766414335545],[-73.53027919439165,41.52482641434734],[-73.5302781943925,41.524846414351245],[-73.53023519440629,41.52531741444394],[-73.53011019444898,41.52673041472188],[-73.53006819446318,41.52720241481473],[-73.52945519466839,41.53406041616378],[-73.52945019467018,41.5341184161752],[-73.52944519467198,41.534176416186604],[-73.52931419471558,41.53563741647398],[-73.52922919472451,41.53625641659672],[-73.52896219475049,41.53816641697559],[-73.52895119475087,41.53823341698892],[-73.52769319503419,41.54995941930181],[-73.52742519519346,41.55413442011916],[-73.52740619520063,41.55436042016355],[-73.52609819561357,41.56854942295393],[-73.52600219578176,41.571926423610726],[-73.5259951957914,41.57212842365006],[-73.52475219609249,41.58405442599923],[-73.52386619631491,41.5926834276981],[-73.52232519671108,41.607840430680795],[-73.52147919693309,41.616233432331704],[-73.5214591969382,41.61642943237024],[-73.52143619694203,41.61662043240793],[-73.52104219700126,41.619781433032124],[-73.52101919702267,41.620269433127234],[-73.52097219706495,41.62124143331668],[-73.52083319719242,41.62415743388495],[-73.52078819723368,41.62510143406892],[-73.52078619723476,41.625130434074585],[-73.52063419737313,41.62830143469252],[-73.52017919778885,41.63781543654617],[-73.52002819792774,41.64098743716406],[-73.5200251979293,41.641030437172475],[-73.52001919793513,41.64116143719797],[-73.5200181979374,41.641205437206516],[-73.51996319795967,41.64188243733914],[-73.51980119802768,41.6439174377377],[-73.51974719805031,41.644595437870464],[-73.51965319809369,41.6458424381145],[-73.51937519822536,41.64958643884698],[-73.51928319826946,41.650834439091106],[-73.51814619880763,41.66613344208351],[-73.51812219881386,41.66636944212987],[-73.5180981988206,41.66661444217797],[-73.51808119882202,41.66673144220111],[-73.5180721988226,41.66679044221282],[-73.51806519882395,41.66685144222483],[-73.51801219884999,41.66758044236734],[-73.51783119894242,41.67012844286532],[-73.51777119897338,41.67097844303141],[-73.51776819897454,41.67101444303846],[-73.51776219897917,41.67112544306009],[-73.51776019898072,41.67116244306732],[-73.51756419911203,41.67444744370798],[-73.51698019950751,41.684303445629816],[-73.51678619963967,41.68758944627042],[-73.51674019964997,41.68801444635396],[-73.51660619968233,41.68929144660485],[-73.51656219969334,41.68971744668853],[-73.51645219973575,41.69103244694593],[-73.51612619986427,41.69497744771798],[-73.5160591998904,41.69578344787572],[-73.51601819990739,41.696293447975485],[-73.51542920006797,41.702213449137204],[-73.51506820016665,41.705845449849846],[-73.51429020037924,41.713669451384774],[-73.51421120040563,41.71454445155615],[-73.51388920051491,41.71813945226014],[-73.51372320057064,41.71998245262104],[-73.51319120075053,41.72590945378152],[-73.51297220083497,41.72852345429275],[-73.51270820093792,41.73169345491264],[-73.51231820108944,41.73636645582637],[-73.51211520116863,41.73880345630282],[-73.51210020117438,41.738981456337626],[-73.51205920118767,41.739428456425145],[-73.5119372012279,41.740769456687644],[-73.51193120123054,41.740846456702684],[-73.51192220123377,41.74094945672284],[-73.51190820124515,41.74121745677495],[-73.51183920130262,41.74255845703568],[-73.51163320147552,41.74658445781834],[-73.51156520153336,41.74792645807919],[-73.51151420157531,41.7489084582701],[-73.5114542016269,41.75010145850196],[-73.51136420170212,41.7518544588427],[-73.51131420174447,41.75283745903375],[-73.5113032017478,41.752953459056464],[-73.51127320175871,41.75330045912431],[-73.51126320176245,41.753417459147194],[-73.51125020176752,41.75357345917767],[-73.51119920180524,41.75448445935489],[-73.51102120193839,41.757688459978056],[-73.51096220198293,41.75875746018593],[-73.51041720216483,41.76477746136364],[-73.50961620243254,41.77362846309489],[-73.50878120271084,41.78283846489597],[-73.50848220281134,41.786149465543325],[-73.50817820287399,41.78885346607395],[-73.50811620289387,41.78952346620498],[-73.5079312029537,41.79153246659786],[-73.50787020297396,41.792203466729035],[-73.50771320302523,41.79391646706395],[-73.50746220310798,41.796667467601765],[-73.50724120317899,41.79905846806927],[-73.50708920322823,41.800709468392036],[-73.50708420323038,41.80077246840432],[-73.50588220366278,41.81454347109385],[-73.50524620389183,41.82183047251666],[-73.50525020389476,41.82185847252191],[-73.50525820390588,41.82200047254895],[-73.5053162040405,41.823936472919314],[-73.50531320404023,41.82394847292173],[-73.50528820403834,41.824052472942554],[-73.50528120404168,41.82414647296088],[-73.50525720405045,41.824423473014946],[-73.50430820432226,41.8341214749114],[-73.50193820500213,41.858339479645316],[-73.5019542050153,41.85847247967034],[-73.50198520504053,41.85872547971792],[-73.50179320508406,41.86049348006402],[-73.50113720523433,41.86655848125113],[-73.50102120526145,41.86764048146287],[-73.50094520527877,41.86834148160006],[-73.50091820528435,41.86858048164688],[-73.50078220531357,41.86980548188673],[-73.50037320540106,41.873482482606676],[-73.50023820543069,41.87470848284667],[-73.50016120544666,41.8753924829806],[-73.49993320549575,41.877446483382705],[-73.49990520550193,41.877701483432624],[-73.499892205507,41.877856483462814],[-73.49986420551444,41.878132483516765],[-73.49978520553405,41.878887483664386],[-73.49955020559352,41.881152484107204],[-73.49947320561382,41.881908484254964],[-73.49944520561961,41.88215648430353],[-73.4993642056381,41.88290348444966],[-73.49933720564425,41.883152484498375],[-73.49918420567822,41.88454748477136],[-73.49872620578053,41.88873448559059],[-73.49857420581486,41.89013048586369],[-73.49857320581474,41.89013348586431],[-73.49857220581495,41.89014248586607],[-73.49857220581518,41.89014648586686],[-73.49851820582607,41.89062048595964],[-73.4983582058594,41.89204248623799],[-73.49830520587068,41.89251748633096],[-73.4982962058761,41.89265648635793],[-73.49732020639202,41.90653448905428],[-73.49731720639356,41.90657648906245],[-73.4970542065762,41.911040489927856],[-73.49705720657953,41.91107948993524],[-73.49705820658104,41.91109948993905],[-73.4970572065853,41.911175489953656],[-73.4967562069073,41.91816349130446],[-73.49667920699024,41.91995949165158],[-73.49660220707321,41.92175649199888],[-73.4966002070755,41.921805492008346],[-73.49659320707467,41.92182949201318],[-73.49653020708784,41.92238949212272],[-73.4965272070885,41.92241649212799],[-73.49600820724726,41.92786449319037],[-73.494592207681,41.94273049608853],[-73.49445120772414,41.9442094963768],[-73.49444820772545,41.9442474963842],[-73.49393820788171,41.949599497427286],[-73.49393120788297,41.94965849743882],[-73.49392920788274,41.94966549744023],[-73.49392720788342,41.94968749744451],[-73.49392620788358,41.94969549744607],[-73.49385020789263,41.95025649755616],[-73.49362620792115,41.95194049788647],[-73.4935512079306,41.95250249799671],[-73.49352820793322,41.95267049802968],[-73.49347020794133,41.9531184981175],[-73.49346220794209,41.9531744981285],[-73.49344020794511,41.95334349816163],[-73.49343320795224,41.95349949819177],[-73.49342720795885,41.95364149821919],[-73.4934162079699,41.95388449826613],[-73.49341220797369,41.953969498282554],[-73.49340520798087,41.95412649831289],[-73.49339920798555,41.95423649833416],[-73.49339620798891,41.95430849834806],[-73.49338820799728,41.95449049838322],[-73.4933842080006,41.9545674983981],[-73.49338120800324,41.95462749840972],[-73.49339320801009,41.9546764984187],[-73.4933832080119,41.95476049843513],[-73.49338220801206,41.954768498436714],[-73.49331420802643,41.95537449855514],[-73.49308020807659,41.95747149896487],[-73.49300220809337,41.958171499101645],[-73.49299820809382,41.95820049910734],[-73.49298920809632,41.95829049912489],[-73.49298920809662,41.958295499125846],[-73.4929882080978,41.95832049913068],[-73.49297620810667,41.95853249917171],[-73.49296420811078,41.95866549919758],[-73.4928742081439,41.95970149939915],[-73.49284520815529,41.96004749946642],[-73.49283520815825,41.96015049948651],[-73.49272220820045,41.96146149974153],[-73.49255820826234,41.963374500113595],[-73.49235620833707,41.965705500567054],[-73.4922422083792,41.96702050082282],[-73.4922362083822,41.96710250083873],[-73.49222720838434,41.96718650085514],[-73.49222420839311,41.967348500886274],[-73.49167620862929,41.97422550222219],[-73.49150320870373,41.976394502643494],[-73.49111520887179,41.981275503591434],[-73.49064120907627,41.98722350474649],[-73.49042220917087,41.98997350528047],[-73.48961620951971,42.00010050724648],[-73.48951820962743,42.00241350769256],[-73.48947220967838,42.003505507903135],[-73.4892242099509,42.0093555090312],[-73.48912721005908,42.01166950947733],[-73.48912321006327,42.01176050949489],[-73.48911921006753,42.01185250951261],[-73.48907821011295,42.012825509700214],[-73.48894521026098,42.01599251031073],[-73.48893221027504,42.01629551036916],[-73.4889082103021,42.01687251048038],[-73.48890121030132,42.01689751048539],[-73.48887321032568,42.017451510592345],[-73.48886021033667,42.017703510641],[-73.48882321037037,42.0184605107871],[-73.48881121038174,42.018713510835916],[-73.4887842104066,42.01927051094339],[-73.48870421048174,42.02094451126639],[-73.48868221050255,42.02140751135572],[-73.48868421050675,42.02146651136694],[-73.48868221050834,42.021503511374085],[-73.48866921051977,42.021762511424086],[-73.48863121055442,42.02254051157422],[-73.48862121056432,42.02275851161626],[-73.48861421056455,42.02279951162433],[-73.48854321062912,42.02425051190433],[-73.488333210824,42.02860551274454],[-73.48826321088899,42.03005751302466],[-73.48807321106399,42.03397451378029],[-73.48761721148665,42.04341651560137],[-73.48750421158974,42.04572851604726],[-73.48748921160374,42.046040516107425],[-73.48747321161973,42.04639051617488],[-73.48731521176532,42.04964651680277],[-73.48341921050313,42.049749516953426],[-73.48272521027832,42.04976851698038],[-73.47732720852335,42.04980951716964],[-73.47173020670819,42.04992751738027],[-73.46783520544503,42.05001051752698],[-73.4676552053866,42.05001351753359],[-73.46711820521249,42.05002551755393],[-73.46694020515477,42.050029517560674],[-73.465767204774,42.05004851760371],[-73.46225020363255,42.050109517733496],[-73.46107820325216,42.05012951777667],[-73.45842120238974,42.05017451787448],[-73.45045019980249,42.050310518168075],[-73.44779419894041,42.05035651826602],[-73.4459621983457,42.05038651833324],[-73.44046719656204,42.050480518535586],[-73.43863619596773,42.05051251860312],[-73.43826619584762,42.05051851861668],[-73.4371581954881,42.05053951865786],[-73.43678919536835,42.050546518671574],[-73.43678019536542,42.05054651867187],[-73.43675319535663,42.050546518672775],[-73.43674519535408,42.05054751867325],[-73.43511519482443,42.05056651873154],[-73.43281319407656,42.0505955188143],[-73.43022819323224,42.050553518892954],[-73.42860019270057,42.050528518942755],[-73.42859419269861,42.05052851894296],[-73.42857719269307,42.050528518943544],[-73.42857219269145,42.0505285189437],[-73.42638819197812,42.05049351901023],[-73.42622919192635,42.05049351901555],[-73.42616919190674,42.05049251901738],[-73.42605519186944,42.05048951902063],[-73.42262519074718,42.05040251911899],[-73.42248419070103,42.05039851912294],[-73.42072819012647,42.0503535191732],[-73.41504018826535,42.05020851933609],[-73.41314418764497,42.050160519390424],[-73.41153618711884,42.050119519436464],[-73.40671418554122,42.049999519575046],[-73.40510718501551,42.04996051962141],[-73.4008551836228,42.04982951973876],[-73.39166718061337,42.049547519992416],[-73.3881011794461,42.04945052009322],[-73.3838501780546,42.049335520213475],[-73.38213217749221,42.04928852026197],[-73.37697817580506,42.0491485204076],[-73.37526117524303,42.04910252045623],[-73.37517517521485,42.04909952045853],[-73.37502317516503,42.04909452046265],[-73.3749471751405,42.04909852046598],[-73.37491817513107,42.049098520466934],[-73.37483317510363,42.04910252047054],[-73.37456217501597,42.04911252048152],[-73.37293417448353,42.04907652052908],[-73.36723717262053,42.04895452069624],[-73.36533817199957,42.04891452075208],[-73.36139817071108,42.04882952086751],[-73.35637216906748,42.04872252101501],[-73.349583166843,42.048506521200515],[-73.34564516555274,42.04838252130833],[-73.34484616529161,42.04836852133234],[-73.34244916450837,42.04832852140474],[-73.34165016424731,42.04831552142894],[-73.34159716422998,42.04831452143053],[-73.34151916420451,42.04831352143294],[-73.34143916417833,42.048311521435224],[-73.3413871641614,42.04831152143694],[-73.3412831641274,42.048309521440046],[-73.34097316402611,42.048304521449445],[-73.3408701639925,42.04830352145268],[-73.3408281639787,42.048301521453716],[-73.34076516395811,42.048300521455616],[-73.34070216393752,42.04829952145753],[-73.34066016392386,42.04829952145893],[-73.34062516391239,42.048298521459905],[-73.3405751638961,42.04829852146158],[-73.34052316387911,42.04829752146313],[-73.34048916386801,42.04829752146426],[-73.34008316373553,42.048293521477056],[-73.33958316357149,42.048274521490114],[-73.33686816268123,42.04817752156221],[-73.33596416238481,42.04814552158626],[-73.32833815989056,42.04798052180924],[-73.32772915969144,42.04796852182725],[-73.32763015965897,42.0479645218298],[-73.3267451593692,42.04794052185474],[-73.32564815900979,42.04790652188483],[-73.32416615852433,42.04786252192587],[-73.31972015706796,42.047730522048944],[-73.31924715691302,42.047716522062046],[-73.31823915658283,42.04768652208992],[-73.31698815617307,42.047649522124566],[-73.31323615494401,42.04753852222847],[-73.31198615453455,42.04750152226307],[-73.31197015452928,42.04750052226342],[-73.31192515451455,42.047499522264715],[-73.31191015450966,42.04749952226521],[-73.31188915450277,42.04749852226573],[-73.31182715448244,42.047496522267416],[-73.31180715447591,42.0474965222681],[-73.31029015397924,42.04745552231081],[-73.30877415348286,42.04741452235351],[-73.30540115237794,42.04731452244683],[-73.30416515197301,42.04727752248096],[-73.29626614938556,42.04704652270001],[-73.29589414926365,42.0470345227101],[-73.29558914916264,42.04700752271511],[-73.29474614888366,42.046935522729406],[-73.29460914883806,42.046919522730924],[-73.29383114857913,42.046828522739425],[-73.29338714843267,42.046798522748475],[-73.28850114683722,42.046740522900144],[-73.2884721468277,42.046739522900914],[-73.288239146751,42.04672652290619],[-73.28820614674014,42.0467245229069],[-73.28812914671487,42.04672152290891],[-73.28785814662574,42.04670752291525],[-73.28754314652251,42.04669752292383],[-73.28731114644654,42.046691522930416],[-73.28715514639542,42.04668652293464],[-73.28699914634427,42.04668152293888],[-73.28659014621034,42.04667052295041],[-73.28618114607644,42.04665952296192],[-73.28615414606759,42.04665852296263],[-73.28607314604099,42.046655522964755],[-73.28604714603253,42.04665552296562],[-73.286021146024,42.04665452296628],[-73.28594414599874,42.04665152296828],[-73.28591914599059,42.046651522969114],[-73.28321114510356,42.04657352304438],[-73.27508614244216,42.046340523270295],[-73.2723791415555,42.04626352334567],[-73.27221914150313,42.04625952335022],[-73.27190714140086,42.046249523358696],[-73.27049414093793,42.0462075233977],[-73.2700231407836,42.046193523410686],[-73.26860514031897,42.04615052344965],[-73.26435313892584,42.04602352356681],[-73.26293613846158,42.045981523605924],[-73.26168013805004,42.04594352364043],[-73.25791413681608,42.04583052374408],[-73.25665913640489,42.04579352377875],[-73.25641913632674,42.045794523786924],[-73.25570013609286,42.045801523812166],[-73.2554611360151,42.045803523820496],[-73.25523713594163,42.04579552382642],[-73.25456513572121,42.045771523844174],[-73.25434213564806,42.045763523850056],[-73.25020213428836,42.04558652395385],[-73.24953313406868,42.045558523970726],[-73.24220813166923,42.04535152417459],[-73.23777913021473,42.04516552428618],[-73.23745413010806,42.0451525242945],[-73.23363712886065,42.04509452441022],[-73.23357612884072,42.045093524412046],[-73.23339512878157,42.04509052441749],[-73.233335128762,42.04509052441948],[-73.23325712873647,42.04508852442169],[-73.23302312865994,42.04508452442871],[-73.23294512863448,42.0450835244311],[-73.23256612850933,42.04505652443853],[-73.23143212813494,42.044975524460696],[-73.2313531281089,42.044970524462364],[-73.2310541280102,42.04494952446827],[-73.23080312792762,42.04493652447412],[-73.23005012767989,42.04489752449165],[-73.22979912759739,42.0448855244977],[-73.22933312744503,42.044877524511655],[-73.22863112721552,42.044865524532675],[-73.22682512662522,42.04483652458709],[-73.22513012607006,42.04479052463459],[-73.22396312568793,42.0447605246676],[-73.22026812447803,42.04466552477212],[-73.21951512423148,42.044646524793464],[-73.21098212143798,42.044438525036895],[-73.20918612084947,42.04438552508635],[-73.2054931196395,42.044279525188585],[-73.203573119011,42.04423452524368],[-73.20292611879923,42.044219525262264],[-73.19781611712568,42.04408552540611],[-73.19589811649756,42.04403552546015],[-73.19575211644975,42.04403152546424],[-73.195533116378,42.044025525470346],[-73.19531411630626,42.04401952547646],[-73.1951681162585,42.04401652548072],[-73.19511911624241,42.04401452548196],[-73.19504611621848,42.04401252548402],[-73.19497311619457,42.04401052548604],[-73.19492511617888,42.044009525487446],[-73.19482711614675,42.04400652549012],[-73.19468111609899,42.044003525494375],[-73.19453411605083,42.0439995254985],[-73.1944371160191,42.043997525501325],[-73.19416411592964,42.043989525508856],[-73.19375511579572,42.0439795255205],[-73.19334811566242,42.043968525531895],[-73.19307611557339,42.043962525539754],[-73.19288911551209,42.04395652554481],[-73.19114011493889,42.04390452559285],[-73.18533511303656,42.04373352575254],[-73.18340011240248,42.04367752580598],[-73.18116311166938,42.04361152586746],[-73.17780911057025,42.04351352595983],[-73.17445510947107,42.04341452605202],[-73.17221910873833,42.04334952611364],[-73.17175010858443,42.04333252612592],[-73.17034210812253,42.04328352616317],[-73.16987410796904,42.04326752617562],[-73.16928910777719,42.043248526191356],[-73.16901510768734,42.04323952619872],[-73.16644010684318,42.04315952626867],[-73.16558210656194,42.04313352629211],[-73.16325410579879,42.04306152635541],[-73.15864110428654,42.04291952648094],[-73.15627110351102,42.04287052655001],[-73.15394310274932,42.042823526618065],[-73.15019510152288,42.042746526727356],[-73.14817410086162,42.04270552678638],[-73.13895409783952,42.042431527038914],[-73.13594109685192,42.04234252712151],[-73.13572909678157,42.04232152712449],[-73.13520909661138,42.042310527139584],[-73.13512309658321,42.04230852714205],[-73.13486509649893,42.042305527150006],[-73.13477909647084,42.04230452715265],[-73.1339400961957,42.042277527175244],[-73.13259409575438,42.042235527211695],[-73.13142509537117,42.04220052724366],[-73.13058709509654,42.042176527266754],[-73.13036609502402,42.04216852727254],[-73.12970609480747,42.04214552728994],[-73.12948609473534,42.042138527295876],[-73.12903809458832,42.04212252730761],[-73.12836809436857,42.04210052732555],[-73.12769709414844,42.04207752734333],[-73.12725009400181,42.042062527355235],[-73.1257910935243,42.04203152739753],[-73.12455309311913,42.042005527433446],[-73.12141709208943,42.04188352751372],[-73.12022709169872,42.041837527544246],[-73.11996009161172,42.04183852755326],[-73.11973409153822,42.04184152756129],[-73.1177600908924,42.041804527619455],[-73.11675509056296,42.0417745276469],[-73.10714208741173,42.04148952790984],[-73.10393808636141,42.04139452799744],[-73.10320108611982,42.04137252801756],[-73.10209608575755,42.04133952804773],[-73.10099008539497,42.04130652807791],[-73.10025408515368,42.041284528098004],[-73.09634808387318,42.04116852820472],[-73.09551508360002,42.04114252822723],[-73.09345808292564,42.04108052828324],[-73.0870560808267,42.0408885284577],[-73.0812980789381,42.04070252861201],[-73.07656007738402,42.04054952873897],[-73.07644507734634,42.04054652874217],[-73.07440907667701,42.04045552879188],[-73.06795707455602,42.0401685289496],[-73.0676640744597,42.04015552895677],[-73.06580507385188,42.04012852901287],[-73.06383407320735,42.04009852907207],[-73.05940407175883,42.04003352920561],[-73.05792207127323,42.039994529246954],[-73.05595207062781,42.039944529302275],[-73.05579007057467,42.03993952930664],[-73.05530707041646,42.039927529320266],[-73.05514607036373,42.039923529324795],[-73.05333006976882,42.039878529376],[-73.05325506974384,42.03986952937674],[-73.05298906965527,42.03983852937956],[-73.05272406956712,42.03980952938273],[-73.05203806933872,42.039730529390205],[-73.05000806867407,42.03968652944863],[-73.04896306833203,42.039665529479024],[-73.04887006830158,42.03966352948169],[-73.04827806810776,42.03965052949871],[-73.04622606743594,42.03960652955784],[-73.04554206721203,42.039592529577675],[-73.04539806716484,42.03958852958166],[-73.04428806679994,42.0395395296088],[-73.04085606567591,42.039459529706484],[-73.03689106437727,42.03936652981917],[-73.03684406436193,42.03936652982071],[-73.03671306431903,42.03936352982445],[-73.0361430641323,42.03934952984053],[-73.03295806308905,42.039273529930774],[-73.03006406214115,42.03920553001298],[-73.02470706038983,42.0391355301758],[-73.02340505996418,42.03911853021537],[-73.02022105892325,42.03907753031223],[-73.01834505830897,42.03903653036605],[-73.01271905646666,42.03891353052746],[-73.01133405601314,42.038883530567254],[-73.01107905592986,42.038881530575246],[-73.01084405585308,42.038879530582584],[-73.01042405571587,42.03887553059563],[-73.00916505530462,42.03886553063511],[-73.00874605516776,42.03886253064831],[-73.0085530551047,42.03886053065426],[-73.00010505233902,42.038689530899106],[-72.99955005215634,42.03866153091196],[-72.99647905115309,42.03863553100788],[-72.99623705107405,42.038633531015435],[-72.98416604713042,42.0385305313921],[-72.98415604712716,42.03853053139243],[-72.98412804711802,42.038530531393334],[-72.98411904711509,42.03853053139365],[-72.97900804544523,42.038486531553],[-72.97779404504861,42.038476531590916],[-72.97759504498363,42.03847553159726],[-72.97740404492122,42.03847353160314],[-72.9747320440484,42.038453531687],[-72.96639304132424,42.03838953194834],[-72.96628304128829,42.03838853195174],[-72.94871603557247,42.03864653257719],[-72.9443220341428,42.038712532733825],[-72.94351303387573,42.03865953275019],[-72.94281803364329,42.038563532754566],[-72.94005403271949,42.03818953277342],[-72.93977603262866,42.03818753278215],[-72.93229503018452,42.038130533016265],[-72.93192003006197,42.03812753302796],[-72.92719602851811,42.03808453317442],[-72.92677202837955,42.03808053318753],[-72.9254190279375,42.03807053322991],[-72.92541802793717,42.03807053322994],[-72.92411102751014,42.0380605332708],[-72.92403902748663,42.03806053327317],[-72.92087102645155,42.03803653337228],[-72.91627902495124,42.038002533516035],[-72.90250302045013,42.03790053394714],[-72.89791201895001,42.037866534090746],[-72.89627001841345,42.03785353414192],[-72.89134401680379,42.03781653429587],[-72.89006501638589,42.03780753433593],[-72.8897030162676,42.037804534347195],[-72.88276601400084,42.037753534564104],[-72.88269901397891,42.0377525345661],[-72.8747710113863,42.03766053480744],[-72.87454501131359,42.03767853481827],[-72.87442901127585,42.037680534822435],[-72.8695640096897,42.037706534986285],[-72.86535700831725,42.03771553512536],[-72.8636200077505,42.03771753518245],[-72.86340900768145,42.03771453518876],[-72.86277800747499,42.03770553520763],[-72.86256800740628,42.03770253521392],[-72.86219600728487,42.03770253522606],[-72.86185000717194,42.037702535237344],[-72.86119400695576,42.03766653525186],[-72.86100900689479,42.03765653525599],[-72.85304900427148,42.03722353543269],[-72.84745300242723,42.03691953555694],[-72.84714300232505,42.03690253556378],[-72.84635300206652,42.036890535587254],[-72.84585200190253,42.03688253560206],[-72.84434900141068,42.03686053564686],[-72.84384900124708,42.03685353566182],[-72.84223800071987,42.036829535709764],[-72.83740699913888,42.036757535853454],[-72.83579699861197,42.03673353590133],[-72.83561599855271,42.036730535906656],[-72.83507299837503,42.03672253592283],[-72.83489199831583,42.036720535928346],[-72.83337599781967,42.03669753597335],[-72.82882799633133,42.036631536108914],[-72.82731299583554,42.03660953615405],[-72.82695299571768,42.036603536164634],[-72.82684199568139,42.03660253616806],[-72.82587299536509,42.03660253619964],[-72.8255129952476,42.03660253621136],[-72.82464799496526,42.03660253623954],[-72.82430399485287,42.036600536250376],[-72.82422699482773,42.036600536252884],[-72.8239759947458,42.03660053626107],[-72.81702899247435,42.03653453647469],[-72.8168929924299,42.036533536478935],[-72.81675799238577,42.036532536483136],[-72.81662299234158,42.036530536487156],[-72.81648899229779,42.03652953649134],[-72.81576099205981,42.03652353651388],[-72.81354199133426,42.03650253658211],[-72.81566799051467,42.01065553155384],[-72.81600699038412,42.006533530751625],[-72.8161539903276,42.00474753040403],[-72.81659499015811,41.999389529361125],[-72.81674199010163,41.99760352901344],[-72.81599098986126,41.99768352905324],[-72.8137379891403,41.99792652917319],[-72.81298798890036,41.99800852921335],[-72.8086069874935,41.998397529430534],[-72.80854198747264,41.998403529433794],[-72.79492398311515,41.999883530160744],[-72.79482998308505,41.99989353016573],[-72.79454898299517,41.99992453018082],[-72.79445598296546,41.99993553018595],[-72.79384098276874,42.00000353021899],[-72.79051198170464,42.00038553040054],[-72.78972998145474,42.000476530443414],[-72.78490397991224,42.001032530706986],[-72.7799209783195,42.001606530979075],[-72.77868297792375,42.00174853104656],[-72.77473997666343,42.00220353126199],[-72.77109897549812,42.00259853145607],[-72.77052297531044,42.00260353147573],[-72.77025797522394,42.00260353148434],[-72.77025697522362,42.00260353148437],[-72.77023897521774,42.002603531484944],[-72.76673897409874,42.00300353167539],[-72.76668397410343,42.00339153175167],[-72.76625497413889,42.00639853234292],[-72.7661399741484,42.0072045325014],[-72.76613997418792,42.00788153263135],[-72.76609797417431,42.007883532633116],[-72.76587497410755,42.00798653266012],[-72.76569097405583,42.008129532693545],[-72.765522974008,42.00824953272204],[-72.76523897392028,42.00833453274759],[-72.76473297376077,42.00843153278262],[-72.76468197374423,42.008433532784665],[-72.76350597336324,42.00848253283226],[-72.76303897321378,42.0085335328572],[-72.7625559730605,42.008608532887266],[-72.7622029729533,42.00874553292505],[-72.76177397282756,42.008990532986],[-72.76159697277812,42.0091335330192],[-72.76147397274866,42.00931653305833],[-72.76137497272866,42.00952753310204],[-72.76132097272502,42.00976753314987],[-72.7613669727471,42.00988853317161],[-72.76152797280562,42.00999053318595],[-72.7618189729073,42.01010553319858],[-72.76194897295674,42.0102255332174],[-72.76196097296179,42.01024453322066],[-72.76206397300462,42.01040253324765],[-72.76207897301688,42.01052853327137],[-72.76206397301833,42.010637533292766],[-72.7621399730541,42.0108255333264],[-72.7624159731749,42.011351533418406],[-72.76265697326986,42.01163053346414],[-72.76276797331357,42.01175853348511],[-72.76286797335054,42.011832533496055],[-72.76295497338516,42.01193953351379],[-72.76307397343248,42.01208453353775],[-72.76315097346725,42.01224953356692],[-72.76324297351765,42.012598533630914],[-72.7632199735175,42.012724533655856],[-72.7631119735036,42.013090533729624],[-72.76307997349602,42.01313953374007],[-72.76284897344198,42.013505533817835],[-72.76278997342816,42.013598533837595],[-72.76268997340152,42.01370153386059],[-72.76237497331405,42.01396453392131],[-72.76204497321434,42.014101533958325],[-72.76192997317848,42.01413053396763],[-72.76155497306534,42.01428953401032],[-72.76144397303509,42.014391534033514],[-72.76097897290839,42.01482153413112],[-72.76087897288876,42.01504453417719],[-72.7607949728837,42.01542753425343],[-72.76066397285162,42.015610534292804],[-72.76057997282781,42.01567253430744],[-72.75985997264557,42.0165765345043],[-72.75986697264898,42.01659553450776],[-72.75987397265213,42.0166105345104],[-72.75974297262367,42.016855534561685],[-72.75971997262683,42.017038534597546],[-72.75975797264661,42.0171645346205],[-72.75988097270047,42.0173995346616],[-72.76009597277633,42.01749653467324],[-72.76050997290413,42.01737053463562],[-72.76058497292702,42.017343534628004],[-72.76065497294847,42.01731953462112],[-72.76079197299154,42.01729153461132],[-72.76099897305977,42.0173025346067],[-72.76153597324644,42.01749753462669],[-72.76193397338903,42.01771453465542],[-72.76230997353582,42.01812653472229],[-72.76238597357197,42.01832053475703],[-72.7626009737009,42.01932653494314],[-72.76280797379322,42.0197505350178],[-72.76296097384684,42.019813535024916],[-72.76365097407951,42.01994053502688],[-72.76407997422417,42.020019535028126],[-72.76443997434401,42.02005953502411],[-72.76466297441384,42.02000853500708],[-72.76487797447767,42.019899534979174],[-72.7652919745964,42.01961853491181],[-72.76553897467917,42.01965553491088],[-72.76554097469106,42.019847534947665],[-72.76556997470408,42.019908534958425],[-72.76554397469938,42.01997353497175],[-72.76548297468787,42.02011753500137],[-72.76539097466217,42.02019153501856],[-72.76527597463733,42.02040853506395],[-72.76515297460283,42.02050553508655],[-72.76481597449983,42.020625535120516],[-72.76460897443756,42.02071653514472],[-72.76452397441918,42.02087653517818],[-72.7644469744234,42.0213795352772],[-72.76447797444257,42.021534535305946],[-72.76453097446453,42.02161453531957],[-72.76462297449892,42.0216885353308],[-72.7647609745463,42.02172853533398],[-72.7648609745798,42.02174353533361],[-72.76498397462113,42.021763535333456],[-72.76515997468292,42.02183753534195],[-72.7652519747203,42.02196353536315],[-72.76525897473194,42.02212353539362],[-72.76522097472922,42.02228953542671],[-72.76513597470884,42.02241553545365],[-72.76503697467915,42.02246053546551],[-72.7648529746154,42.0223975354594],[-72.76466897454436,42.02220953542929],[-72.764377974441,42.02206653541129],[-72.76408597434265,42.022014535410804],[-72.76394097429129,42.02194553540227],[-72.76387897426707,42.021877535391226],[-72.76377197421444,42.02157453533656],[-72.76374897419589,42.02138553530103],[-72.7636649741558,42.021168535262106],[-72.76354297411528,42.02115653526377],[-72.76340497407325,42.02120853527823],[-72.76285197391172,42.02153353535856],[-72.76233797376462,42.02188753544319],[-72.76230797375713,42.021927535451844],[-72.76182397362088,42.022299535538934],[-72.7616939735894,42.02248753557925],[-72.76167997358543,42.02249753558162],[-72.76155597355108,42.02260253560579],[-72.76131797348039,42.02272253563656],[-72.76127797346756,42.022726535638625],[-72.76109897341036,42.02274753564848],[-72.76098097337268,42.022761535654986],[-72.76073497329027,42.02272553565606],[-72.76062797325446,42.02271053565666],[-72.75995297301938,42.02245853563021],[-72.7597049729307,42.02232653561293],[-72.75958597288819,42.0222635356047],[-72.75940897282075,42.022098535578785],[-72.75920297272981,42.021692535507555],[-72.75917197270667,42.02146953546576],[-72.75917997269626,42.021246535422705],[-72.75911097266439,42.02108653539423],[-72.75893497260023,42.02097153537788],[-72.75872797252761,42.02088553536811],[-72.75851297245545,42.02085153536856],[-72.75805297230661,42.020874535387904],[-72.75791397226214,42.020889535395305],[-72.7576949721921,42.020914535407194],[-72.75750397213301,42.02097053542415],[-72.75737097209193,42.021010535436154],[-72.75707197200133,42.021130535468885],[-72.75687197194672,42.0213135355105],[-72.75684897194189,42.02135953552007],[-72.75672597191675,42.021616535573386],[-72.75658097187713,42.021748535603436],[-72.75642697183781,42.021936535644514],[-72.75638897183413,42.02208553567433],[-72.75641897185191,42.022222535699655],[-72.75660297193068,42.02254253575511],[-72.75667197196621,42.022765535795656],[-72.75664097196308,42.0228855358197],[-72.75656397194666,42.02303453585078],[-72.75655197194374,42.023051535854435],[-72.75620397186184,42.02359453596993],[-72.75614397184768,42.02368753598973],[-72.75597297180745,42.02395453604652],[-72.75596597180592,42.02396753604923],[-72.75591897179648,42.02406853607014],[-72.75588097178874,42.024148536086734],[-72.75582697178706,42.02442153614086],[-72.75578797178612,42.024623536180904],[-72.75570397176868,42.02479453621645],[-72.75537397168061,42.025131536291845],[-72.75519097162959,42.02528053632637],[-72.75506697159511,42.02538353635017],[-72.75489597154606,42.02549953637796],[-72.75479297151647,42.02556853639455],[-72.75471397149389,42.02562353640768],[-72.75452997143977,42.02572553643323],[-72.75449097143009,42.02577753644447],[-72.75446797142455,42.02581153645174],[-72.75442997141647,42.025885536467165],[-72.75431497139697,42.0261945365302],[-72.75420797137214,42.02636753656687],[-72.7539849713206,42.02673153664397],[-72.75396897132238,42.02685153666751],[-72.75389997130954,42.0270175367016],[-72.75377697128071,42.027211536742826],[-72.75356997122282,42.02737753678141],[-72.75326197113482,42.02759253683266],[-72.75293297104092,42.02782353688767],[-72.75284397101747,42.02791953690898],[-72.75269897097913,42.02807353694324],[-72.75253397093566,42.028251536982744],[-72.75232397088654,42.02858453705344],[-72.75226497087287,42.0286805370738],[-72.75221397086119,42.028765537091765],[-72.75212597084092,42.028910537122435],[-72.75202697081818,42.02907453715713],[-72.75191897080033,42.02937253721781],[-72.75186197079105,42.029532537250354],[-72.75178097077774,42.029757537296156],[-72.75176597077537,42.0298005373049],[-72.75185697083714,42.0303495374073],[-72.75192897086595,42.0304405374224],[-72.75195697087713,42.03047553742822],[-72.7520409709149,42.03065253745944],[-72.752277971008,42.03092153750336],[-72.75245497107313,42.03104753752181],[-72.75252997110195,42.03112153753355],[-72.7528379712202,42.03142453758171],[-72.7530229712892,42.03157153760391],[-72.75323597136855,42.031739537629235],[-72.75370297154039,42.03207153767777],[-72.75414797170035,42.03232253771149],[-72.75416797170735,42.032330537712355],[-72.75479497192782,42.032600537743804],[-72.75512097204243,42.032740537760084],[-72.75514697205146,42.03274953776097],[-72.75587997230559,42.033003537785895],[-72.75623897242819,42.03309553779189],[-72.75660997255494,42.033191537798274],[-72.7570839727168,42.03331353780628],[-72.75717597274918,42.03335353781096],[-72.75717597275188,42.03339953781978],[-72.7570759727247,42.03349353784108],[-72.75696097269365,42.0336045378661],[-72.75685297268579,42.034073537959586],[-72.75679197267253,42.03418753798344],[-72.75659197262125,42.03442753803599],[-72.7562239725198,42.0347475381093],[-72.75616197250324,42.03481053812342],[-72.75600897247163,42.035124538188626],[-72.7559399724615,42.03533653823154],[-72.75594797246913,42.035422538247786],[-72.75597797249594,42.03571353830263],[-72.75599497252959,42.036194538394376],[-72.75585097248305,42.03620253840056],[-72.75583897247918,42.03620353840116],[-72.75541897234328,42.03622453841882],[-72.75527497229675,42.03623253842503],[-72.75503997222071,42.03624453843496],[-72.7543349719927,42.036281538464955],[-72.75410097191705,42.03629453847505],[-72.75393897186468,42.03630353848203],[-72.7516059710977,42.036213538540515],[-72.7513409710106,42.036203538547205],[-72.74784396987128,42.03624553866878],[-72.74555996912724,42.03627453874847],[-72.74509396897544,42.03628053876476],[-72.74149896780413,42.036323538889675],[-72.724254962186,42.0365365394899],[-72.72217996150994,42.036562539562155],[-72.7218979614181,42.036566539572085],[-72.71916496052764,42.036600539667205],[-72.71893796045369,42.036603539675134],[-72.71591195946019,42.03651153975556],[-72.71589295945394,42.03651053975599],[-72.71563795937027,42.036503539762904],[-72.71552395933348,42.036511539768135],[-72.71436495896023,42.03660053982278],[-72.71433795895159,42.03660353982423],[-72.71413795890375,42.036903539888286],[-72.71339695866179,42.03690353991229],[-72.71231595830879,42.03690353994732],[-72.71190395817426,42.036903539960676],[-72.71100895788199,42.03690353998967],[-72.70887595718544,42.03690354005878],[-72.70398395558792,42.036903540217274],[-72.70247895509644,42.036903540266024],[-72.70034695440022,42.03690354033507],[-72.7002449543669,42.03690354033838],[-72.70003695429897,42.036903540345115],[-72.69994095426645,42.036883540344384],[-72.69984095423268,42.036864540344],[-72.69953695412984,42.03680354034211],[-72.69945295410241,42.03680354034485],[-72.69661795317688,42.03680854043761],[-72.69638895310216,42.03680954044521],[-72.69629195307013,42.03680354044721],[-72.68775595025323,42.03630154062723],[-72.6862409497531,42.036209540658604],[-72.68613694971879,42.03620354066082],[-72.68602094968038,42.036194540662855],[-72.68288294864129,42.035949540717375],[-72.68288194864097,42.03594954071741],[-72.67843494716847,42.0356035407949],[-72.67833194713425,42.035593540796306],[-72.67554794621006,42.03533654083705],[-72.67303494537578,42.035103540873614],[-72.67301594536944,42.035101540873846],[-72.66328894214115,42.03421754101872],[-72.66320494211325,42.0342095410199],[-72.6574839402213,42.033806541127475],[-72.65743594020543,42.03380354112844],[-72.64718593679899,42.032795541266154],[-72.64345693556004,42.032434541317286],[-72.64314893545794,42.032408541322255],[-72.64299093540562,42.03239654132505],[-72.6416509349626,42.03230454135066],[-72.64163393495699,42.03230354135102],[-72.63982493436029,42.032203541390246],[-72.63925493417186,42.03216454140116],[-72.63754493360669,42.03205054143449],[-72.63697593341863,42.03201254144556],[-72.63683393337173,42.03200354144842],[-72.63319993217456,42.03182854153213],[-72.62187492844366,42.03128354179297],[-72.61813492721154,42.03110354187906],[-72.6180999272001,42.0311035418802],[-72.6178629271227,42.03110354188784],[-72.61715192689043,42.031103541910774],[-72.6169479268238,42.03110354191735],[-72.61691492681302,42.03110354191842],[-72.61683392678655,42.03110354192103],[-72.61675292675997,42.03110154192325],[-72.61626792660104,42.03109254193716],[-72.61610692654833,42.03109054194198],[-72.61523292626195,42.03107554196727],[-72.61261092540298,42.03103254204358],[-72.61173792511697,42.03101854206905],[-72.61159092506877,42.03101554207319],[-72.61115292492529,42.03100854208598],[-72.6110069248775,42.0310065420903],[-72.6108339248208,42.03100354209531],[-72.61051892471663,42.03098154210125],[-72.60905592423286,42.03088054212902],[-72.60856892407185,42.0308475421384],[-72.60844092402952,42.03083854214078],[-72.6082509239667,42.03082554214443],[-72.60805992390348,42.030811542147894],[-72.60793392386188,42.030803542150416],[-72.60777492375685,42.02988854197987],[-72.6075389236002,42.02851654172405],[-72.60730192344315,42.027143541468085],[-72.60714492333881,42.026228541297456],[-72.60713592333303,42.02617954128836],[-72.60712392332488,42.026106541274714],[-72.60711092331634,42.02603254126092],[-72.6071029233109,42.025983541251776],[-72.60706892328837,42.02578654121504],[-72.60701892325505,42.025493541160394],[-72.60696692322095,42.02519854110542],[-72.60693392319887,42.02500354106905],[-72.60641692302998,42.02500354108572],[-72.60486692252368,42.025003541135675],[-72.60435092235512,42.0250035411523],[-72.60433392234957,42.02500354115284],[-72.60404592225538,42.02500154116175],[-72.60313292195679,42.024995541190016],[-72.60285492186593,42.024994541198794],[-72.60282892185742,42.02499454119963],[-72.60244792173279,42.02499154121132],[-72.60130592135934,42.02498454124678],[-72.60095192124365,42.024983541257996],[-72.60092592123516,42.02498354125883],[-72.60040692106584,42.024987541276325],[-72.59885192055853,42.02499854132854],[-72.5983339203896,42.025003541346194],[-72.59830792038105,42.02500254134685],[-72.59822892035507,42.02499954134881],[-72.59820392034685,42.02499854134942],[-72.59662191982665,42.02493954138906],[-72.59187891826706,42.02476354150806],[-72.59029791774724,42.024705541547824],[-72.59023291772588,42.02470354154956],[-72.59020891771804,42.02470354155032],[-72.58994391763146,42.02470354155885],[-72.58985591760273,42.0247035415617],[-72.58984991760076,42.0247035415619],[-72.58983491759587,42.02470354156237],[-72.58982991759423,42.02470354156253],[-72.58959491751746,42.0247035415701],[-72.5893109174247,42.024703541579235],[-72.58910291735675,42.02470354158595],[-72.58775591691672,42.02470354162933],[-72.5872379167475,42.02470354164601],[-72.58659191653645,42.02470354166681],[-72.58465591590401,42.024703541729146],[-72.5840109156933,42.024703541749915],[-72.58393291566782,42.02470354175242],[-72.58387391564855,42.02470354175432],[-72.5834639155146,42.02470354176752],[-72.58282391530553,42.02470354178813],[-72.58279091529477,42.02470354178918],[-72.58233291514513,42.02470354180394],[-72.58163291494542,42.025203541922465],[-72.581549914921,42.025250541934184],[-72.58085491471661,42.025641542031636],[-72.57951891432376,42.026394542219236],[-72.57612591332592,42.02830554269542],[-72.57590691326267,42.02844854272992],[-72.5750809130232,42.02897354285733],[-72.57426891278787,42.029490542982735],[-72.57417091275948,42.02955354299799],[-72.57323591248846,42.03014854314233],[-72.56812891085028,42.030672543407285],[-72.56177690881707,42.031400543751424],[-72.5613869086926,42.03145154377376],[-72.56135690868292,42.03145354377513],[-72.56099590856613,42.03147354379056],[-72.55995190822779,42.03152154383337],[-72.55943490806195,42.03157454386018],[-72.55323090607126,42.032203544180476],[-72.55301090600042,42.032221544190996],[-72.54124790221377,42.033205544758076],[-72.54105890215287,42.03322054476703],[-72.54087090209232,42.033235544775955],[-72.54087090209238,42.03323654477613],[-72.53930390158797,42.03336854485185],[-72.53665090073379,42.03358854497934],[-72.53594090050531,42.03364954501386],[-72.53157589910008,42.03401454522417],[-72.5308898988792,42.03407154525716],[-72.5288318982167,42.034244545356486],[-72.52814689799618,42.034302545389615],[-72.52813089799102,42.03430354539033],[-72.52743989776522,42.03430354541252],[-72.52532089707276,42.034303545480576],[-72.52461489684207,42.03430354550324],[-72.52370389654438,42.034303545532495],[-72.52097389565223,42.034303545620155],[-72.52023289541009,42.03430354564394],[-72.52006389535521,42.03430954565052],[-72.51947889516518,42.03432954567314],[-72.51772389459515,42.034389545741],[-72.51733089446752,42.0344035457563],[-72.51713989440476,42.03439754576128],[-72.51554989388227,42.03434754580272],[-72.51078189231548,42.03419854592712],[-72.50919289179339,42.03414954596871],[-72.49958888864884,42.034047546257206],[-72.49284388644213,42.03400754646582],[-72.49274588641005,42.034006546468774],[-72.49207088618904,42.03399954648907],[-72.49203888617859,42.0339995464901],[-72.48469488377513,42.03394354671474],[-72.47985688219177,42.033906546862674],[-72.46958987884166,42.03400354721018],[-72.46957787883774,42.034003547210574],[-72.46012187574905,42.03403954752026],[-72.45973387562256,42.03404554753383],[-72.45972887562094,42.034045547533985],[-72.45818587511808,42.034071547588375],[-72.45668087462248,42.034007547624256],[-72.45637687452309,42.03400754763398],[-72.45635387451551,42.034006547634526],[-72.45608887442803,42.03399154764013],[-72.45583887434603,42.03398654764716],[-72.4494478722499,42.03386354782805],[-72.4445998706606,42.033783547967765],[-72.44226386989423,42.03373554803326],[-72.44174286972392,42.03373554804993],[-72.44165386969485,42.03373554805277],[-72.44144786962744,42.033734548059165],[-72.43786486844887,42.03360754814934],[-72.43639286796679,42.033591548193336],[-72.43576886776373,42.03360754821636],[-72.43550486767725,42.03360454822423],[-72.43544886765896,42.03360454822602],[-72.4341468672326,42.033591548265164],[-72.43274386677321,42.0335785483075],[-72.42813186526303,42.03353454844647],[-72.41880986221035,42.03344354872686],[-72.41878786220317,42.03344354872756],[-72.41687386157585,42.03341554878333],[-72.41635086140435,42.0334065487983],[-72.415803861225,42.03339754881405],[-72.41553286113619,42.033393548821934],[-72.39743185520135,42.03309554934257],[-72.39307985377575,42.03304754947222],[-72.39303385376058,42.03304554947331],[-72.39203985343296,42.03299954949618],[-72.39192285339466,42.03299854949972],[-72.3895758526264,42.03298254957152],[-72.38925785252174,42.03297054957935],[-72.38925485252075,42.03297054957945],[-72.38599185144633,42.032838549658166],[-72.38595685143495,42.032839549659485],[-72.37452684769335,42.03276155000894],[-72.36774184547278,42.03272555021827],[-72.36771884546525,42.03272555021901],[-72.36707084525285,42.03271655023793],[-72.36699184522686,42.032713550239876],[-72.36573084481248,42.03267755027313],[-72.36559684476853,42.032675550277006],[-72.36557384476103,42.03267555027774],[-72.3550308413044,42.03251455058265],[-72.35367084085799,42.03248455062019],[-72.35356084082191,42.0324825506233],[-72.34840883913331,42.03241455077428],[-72.3389268360161,42.03212455102034],[-72.33888183600138,42.03212455102177],[-72.33885683599324,42.032125551022766],[-72.33725483546984,42.03213355107526],[-72.33371083431209,42.03215455119205],[-72.3248018313914,42.032027551451],[-72.32196083046003,42.03198755153364],[-72.32182183041463,42.031988551538255],[-72.32125783023065,42.03199655155772],[-72.32124983022803,42.03199655155798],[-72.32104383016085,42.03199955156511],[-72.31714882888224,42.03191555167277],[-72.31708582886162,42.03191555167477],[-72.30846382603858,42.03185755193764],[-72.30572482514177,42.0318395520212],[-72.29992882324406,42.03180255219819],[-72.2999218232417,42.03180155219821],[-72.29963882314904,42.03179955220683],[-72.29155982050544,42.031777552459126],[-72.2915438205002,42.03177755245964],[-72.28743481915565,42.031766552587946],[-72.28028281681527,42.031746552811065],[-72.27984581667228,42.03174555282474],[-72.27894381637714,42.03174355285297],[-72.27163481398537,42.03172455308117],[-72.27157781396673,42.031724553082974],[-72.27067581366964,42.03168855310466],[-72.27059981364461,42.031685553106485],[-72.26212981087292,42.03166455337101],[-72.24952380674763,42.03163455376473],[-72.24897180655927,42.03149755375587],[-72.24881380650535,42.03145855375339],[-72.24722780598563,42.03144255380055],[-72.24129280404074,42.03138255397699],[-72.24128680403878,42.03138255397718],[-72.24098180393894,42.03138155398664],[-72.23978580354706,42.03137055402241],[-72.23947680344583,42.03136755403161],[-72.23226880108459,42.03131055424883],[-72.22858279987715,42.03128255436014],[-72.22830779978707,42.03128055436846],[-72.22830679978676,42.03128055436849],[-72.22688679932158,42.03126955441131],[-72.22687579931792,42.031268554411454],[-72.22677979928645,42.0312675544143],[-72.2125787946323,42.03112255483565],[-72.21257079462968,42.0311225548359],[-72.21240179457433,42.03112155484106],[-72.21088979407914,42.03111255488714],[-72.20508179217697,42.03107755506403],[-72.20461179202303,42.031074555078305],[-72.19892079015887,42.031035555250675],[-72.19889579015067,42.03103555525146],[-72.19882779012838,42.03103455525343],[-72.19876579010808,42.03103455525539],[-72.19519278893765,42.03100955536348],[-72.18802278658809,42.03094555557767],[-72.18668678615033,42.030934555617755],[-72.18464878548265,42.03091955567921],[-72.17850378346964,42.03087755586515],[-72.17548978248225,42.03085655595626],[-72.1754357824645,42.030855555957785],[-72.17543378246386,42.03085555595784],[-72.17406478201558,42.0308495559999],[-72.17100378101291,42.03083055609285],[-72.17059878088027,42.03082855610524],[-72.16875678027459,42.03077655615337],[-72.16839678015623,42.0307665561628],[-72.16833378013554,42.0307655561646],[-72.16610177940339,42.030733556228874],[-72.16562377924664,42.0307275562428],[-72.16295777837216,42.03069055631978],[-72.15783077669091,42.03062755646938],[-72.15112777449363,42.03055955666765],[-72.1500807741505,42.03055055669893],[-72.15007177414756,42.03055055669921],[-72.14866477368643,42.03053855674125],[-72.14837477359187,42.03054455675155],[-72.14742477328203,42.030562556784965],[-72.14731177324522,42.03056555678909],[-72.14652077298744,42.03058455681768],[-72.14572877272941,42.03060455684649],[-72.14502877250143,42.0306235568722],[-72.14480077242715,42.03062955688055],[-72.14479877242648,42.03062955688061],[-72.14400877216694,42.03061155690205],[-72.143238771914,42.03059455692304],[-72.14319177189857,42.03059355692433],[-72.14310477187016,42.03059455692726],[-72.14229677160353,42.030555556945224],[-72.14197777149829,42.0305405569524],[-72.14010777088119,42.03044955699381],[-72.13681776979618,42.03030255706919],[-72.13681376979484,42.03030155706914],[-72.13621376959684,42.030272557082455],[-72.13621176959613,42.03027155708232],[-72.13571576943284,42.03025455709467],[-72.1356877694236,42.03025355709537],[-72.13507476922148,42.030226557109486],[-72.13503176920723,42.03022355711026],[-72.13111576791698,42.030069557203994],[-72.12617676628658,42.02982155731181],[-72.12612776627037,42.02981855731279],[-72.12452076574162,42.02976855735377],[-72.12446776572445,42.02977155735601],[-72.12400976557531,42.02978455737293],[-72.12258876510798,42.02974455740997],[-72.12237376503728,42.02973855741559],[-72.1198597642105,42.029667557481055],[-72.11861676380173,42.02963255751347],[-72.11856776378563,42.02963155751482],[-72.11184376156679,42.02930955766446],[-72.10949876079373,42.0292105577192],[-72.1063897597687,42.02907855779162],[-72.10369675887766,42.028907557843425],[-72.10360375884687,42.0289015578452],[-72.10339575877806,42.028888557849235],[-72.10309475867848,42.02886955785505],[-72.10277875857393,42.028849557861136],[-72.10274075856138,42.02884755786194],[-72.10246175846905,42.028829557867255],[-72.10216675837141,42.02881055787289]]]},"properties":{"name":"Connecticut"}} +]} \ No newline at end of file diff --git a/docs/data/ct-outline.png b/docs/data/ct-outline.png new file mode 100644 index 000000000..4e75d016b Binary files /dev/null and b/docs/data/ct-outline.png differ diff --git a/docs/data/ct-towns-popdensity.csv b/docs/data/ct-towns-popdensity.csv new file mode 100644 index 000000000..2c7c0d022 --- /dev/null +++ b/docs/data/ct-towns-popdensity.csv @@ -0,0 +1,170 @@ +name,pop2010,land-sq-miles-2010,density2010 +Andover,3303,15.4474569,213.8216 +Ansonia,19249,6.018885802,3198.1 +Ashford,4317,38.76182283,111.3725 +Avon,18098,23.15396365,781.6372 +Barkhamsted,3799,36.25374635,104.7892 +Beacon Falls,6049,9.66829576,625.6532 +Berlin,19866,26.32437525,754.6618 +Bethany,5563,21.12921604,263.2847 +Bethel,18584,16.88854157,1100.391 +Bethlehem,3607,19.37503958,186.1674 +Bloomfield,20486,26.08592472,785.3277 +Bolton,4980,14.40723277,345.6597 +Bozrah,2627,19.96461296,131.5828 +Branford,28026,21.83456603,1283.561 +Bridgeport,144229,15.97388405,9029.05 +Bridgewater,1727,16.39522963,105.3355 +Bristol,60477,26.41093936,2289.847 +Brookfield,16452,19.77292868,832.0467 +Brooklyn,8210,29.09115255,282.2164 +Burlington,9301,29.74061965,312.7373 +Canaan,1234,32.91234091,37.49353 +Canterbury,5132,39.94478121,128.4774 +Canton,10292,24.58566758,418.6179 +Chaplin,2305,19.42731472,118.6474 +Cheshire,29261,33.06952465,884.8328 +Chester,3994,16.05147978,248.8244 +Clinton,13260,16.20684266,818.1729 +Colchester,16068,48.98308409,328.0316 +Colebrook,1485,31.5314264,47.09587 +Columbia,5485,21.37270443,256.6357 +Cornwall,1420,46.06099797,30.82869 +Coventry,12435,37.56921499,330.9891 +Cromwell,14005,12.45276349,1124.65 +Danbury,80893,41.89184815,1930.996 +Darien,20732,12.65539609,1638.194 +Deep River,4629,13.51356222,342.5448 +Derby,12902,5.055472844,2552.086 +Durham,7388,23.65904398,312.2696 +East Granby,5148,17.56419566,293.0963 +East Haddam,9126,54.25331083,168.2109 +East Hampton,12959,35.65007405,363.5056 +East Hartford,51252,17.99628879,2847.92 +East Haven,29257,12.30480682,2377.689 +East Lyme,19159,33.9962718,563.5618 +East Windsor,11162,26.25070078,425.2077 +Eastford,1749,28.92084442,60.47541 +Easton,7490,27.41854248,273.1728 +Ellington,15602,34.06009294,458.0727 +Enfield,44654,33.27030087,1342.158 +Essex,6683,10.40243121,642.446 +Fairfield,59404,29.90270534,1986.576 +Farmington,25340,28.01631513,904.473 +Franklin,1922,19.48899532,98.61976 +Glastonbury,34427,51.26983754,671.4865 +Goshen,2976,43.6314176,68.20773 +Granby,11282,40.67812515,277.3481 +Greenwich,61171,47.62205848,1284.51 +Griswold,11951,34.70655154,344.3442 +Groton,40115,31.0307847,1292.749 +Guilford,22375,47.11784302,474.8732 +Haddam,8346,43.93690164,189.9542 +Hamden,60960,32.64635975,1867.283 +Hampton,1863,25.09219502,74.24619 +Hartford,124775,17.38086972,7178.87 +Hartland,2114,33.07935017,63.90694 +Harwinton,5642,30.79310329,183.2228 +Hebron,9686,36.93698349,262.2304 +Kent,2979,48.5500566,61.35935 +Killingly,17370,48.30627478,359.5806 +Killingworth,6525,35.33088184,184.6826 +Lebanon,7308,54.0980298,135.0881 +Ledyard,15051,38.21899406,393.8094 +Lisbon,4338,16.28693569,266.3484 +Litchfield,8466,56.09865683,150.9127 +Lyme,2406,31.84044405,75.56427 +Madison,18269,36.14733968,505.4037 +Manchester,58241,27.40275245,2125.37 +Mansfield,26543,44.59940664,595.1425 +Marlborough,6404,23.35114912,274.2477 +Meriden,60868,23.7930724,2558.224 +Middlebury,7575,17.7510058,426.7364 +Middlefield,4425,12.64859142,349.8413 +Middletown,47648,41.01805568,1161.635 +Milford,52759,22.17541085,2379.167 +Monroe,19479,26.07260883,747.1059 +Montville,19571,41.95422681,466.4846 +Morris,2388,17.34600933,137.6685 +Naugatuck,31862,16.30768482,1953.803 +New Britain,73206,13.39309062,5465.953 +New Canaan,19738,22.19472677,889.3104 +New Fairfield,13881,20.44198351,679.0437 +New Hartford,6970,37.03771292,188.1866 +New Haven,129779,18.6786348,6947.992 +New London,27620,5.615268488,4918.732 +New Milford,28142,61.565981,457.1031 +Newington,30562,13.14095509,2325.706 +Newtown,27560,57.65862699,477.9857 +Norfolk,1709,45.32196751,37.70798 +North Branford,14407,24.75733169,581.9286 +North Canaan,3315,19.46636664,170.2937 +North Haven,24093,20.83975679,1156.108 +North Stonington,5297,54.24807219,97.64402 +Norwalk,85603,22.85997155,3744.668 +Norwich,40493,28.06196785,1442.985 +Old Lyme,7603,23.01538386,330.3443 +Old Saybrook,10242,15.04407742,680.7995 +Orange,13956,17.18105567,812.29 +Oxford,12683,32.74198645,387.362 +Plainfield,15405,42.35947039,363.6731 +Plainville,17716,9.710522211,1824.413 +Plymouth,12243,21.89234236,559.2366 +Pomfret,4247,40.32886639,105.3092 +Portland,9508,23.35024255,407.1906 +Preston,4726,30.81519142,153.3659 +Prospect,9405,14.22528599,661.1467 +Putnam,9584,20.30436126,472.0168 +Redding,9158,31.49919459,290.7376 +Ridgefield,24638,34.51536609,713.827 +Rocky Hill,19709,13.45437585,1464.877 +Roxbury,2262,26.3016848,86.0021 +Salem,4151,28.91893862,143.5392 +Salisbury,3741,57.24179108,65.35435 +Scotland,1726,18.63232417,92.63471 +Seymour,16540,14.5176302,1139.304 +Sharon,2782,58.76518965,47.34095 +Shelton,39559,30.6256863,1291.693 +Sherman,3581,21.89178174,163.5774 +Simsbury,23511,33.92374945,693.0543 +Somers,11444,28.36848665,403.4054 +South Windsor,25709,28.06282346,916.123 +Southbury,19904,38.99243085,510.458 +Southington,43069,35.91211079,1199.289 +Sprague,2984,13.24920733,225.221 +Stafford,12087,58.0361855,208.2666 +Stamford,122643,37.63854041,3258.442 +Sterling,3830,27.22007978,140.705 +Stonington,18545,38.65646945,479.7386 +Stratford,51384,17.48088254,2939.44 +Suffield,15735,42.26290778,372.3123 +Thomaston,7887,11.96873885,658.9667 +Thompson,9458,46.90283662,201.6509 +Tolland,15052,39.62700985,379.8419 +Torrington,36383,39.7541116,915.2009 +Trumbull,36018,23.32288335,1544.32 +Union,854,28.79602531,29.65687 +Vernon,29179,17.69911984,1648.613 +Voluntown,2603,38.96085696,66.81065 +Wallingford,45135,39.04011602,1156.119 +Warren,1461,26.30878908,55.53277 +Washington,3578,38.07054859,93.98341 +Waterbury,110366,28.51917152,3869.888 +Waterford,19517,32.76767305,595.6175 +Watertown,22514,29.00569423,776.1924 +West Hartford,63268,21.83704326,2897.279 +West Haven,55564,10.74671234,5170.325 +Westbrook,6938,15.78315884,439.5825 +Weston,10179,19.79867706,514.1252 +Westport,26391,19.95774961,1322.344 +Wethersfield,26668,12.3102107,2166.332 +Willington,6041,33.29371101,181.4457 +Wilton,18062,26.80497052,673.8303 +Winchester,11242,32.51216299,345.7783 +Windham,25268,26.97229485,936.8131 +Windsor Locks,12498,9.023590071,1385.036 +Windsor,29044,29.5040533,984.4071 +Wolcott,16680,20.43453483,816.2652 +Woodbridge,8990,18.81179372,477.8917 +Woodbury,9975,36.39874162,274.0479 +Woodstock,7964,60.64526631,131.321 \ No newline at end of file diff --git a/docs/data/ct-towns.geojson b/docs/data/ct-towns.geojson new file mode 100644 index 000000000..054ad58b5 --- /dev/null +++ b/docs/data/ct-towns.geojson @@ -0,0 +1,171 @@ +{"type":"FeatureCollection","features":[ +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.405966,41.428202],[-73.391559,41.425373],[-73.380139,41.422942],[-73.378953,41.420531],[-73.368374,41.397085],[-73.363599,41.38619],[-73.36072,41.378797],[-73.354859,41.367746],[-73.351342,41.357805],[-73.348904,41.353344],[-73.347714,41.350244],[-73.359715,41.347019],[-73.380748,41.343206],[-73.394297,41.340421],[-73.414466,41.336891],[-73.417453,41.336257],[-73.424331,41.335297],[-73.425398,41.337857],[-73.430578,41.355734],[-73.433367,41.366761],[-73.43423,41.368326],[-73.435022,41.372407],[-73.432647,41.378484],[-73.423935,41.382354],[-73.411986,41.391726],[-73.407103,41.396134],[-73.407803,41.397197],[-73.4046,41.402125],[-73.401177,41.402862],[-73.40345,41.409319],[-73.405022,41.412449],[-73.406111,41.416069],[-73.405966,41.428202]]]},"properties":{"name":"Bethel"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.244169,41.2266],[-73.23743,41.227179],[-73.222923,41.227506],[-73.212439,41.228474],[-73.208475,41.227802],[-73.205454,41.228173],[-73.20461,41.229002],[-73.201416,41.229474],[-73.201073,41.228303],[-73.196625,41.227791],[-73.193608,41.226643],[-73.190858,41.22504],[-73.190591,41.223465],[-73.187272,41.220534],[-73.183278,41.220707],[-73.180881,41.221826],[-73.17493,41.222521],[-73.169546,41.222772],[-73.164685,41.225655],[-73.157637,41.228385],[-73.159085,41.225942],[-73.16132,41.22413],[-73.162828,41.220233],[-73.158156,41.206004],[-73.156761,41.201278],[-73.154456,41.194804],[-73.153897,41.192252],[-73.155177,41.19026],[-73.155193,41.187471],[-73.154232,41.183038],[-73.155425,41.177981],[-73.158755,41.173671],[-73.162309,41.164172],[-73.165756,41.154305],[-73.179856,41.152605],[-73.221058,41.139904],[-73.232636,41.14253],[-73.234794,41.143779],[-73.235079,41.144841],[-73.232857,41.147612],[-73.233697,41.152107],[-73.236093,41.152395],[-73.23722,41.153669],[-73.23723,41.155142],[-73.233878,41.157186],[-73.227447,41.163003],[-73.227427,41.16411],[-73.225474,41.164977],[-73.22227,41.168936],[-73.223702,41.170164],[-73.226735,41.169103],[-73.227221,41.171346],[-73.225776,41.172489],[-73.225813,41.173592],[-73.223866,41.17401],[-73.223082,41.176365],[-73.219276,41.179045],[-73.219648,41.181488],[-73.21777,41.182812],[-73.220372,41.187957],[-73.219987,41.189782],[-73.21914,41.197767],[-73.22912,41.209353],[-73.232871,41.213488],[-73.236384,41.217898],[-73.238942,41.220566],[-73.244169,41.2266]]]},"properties":{"name":"Bridgeport"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.426943,41.463842],[-73.429717,41.469743],[-73.431286,41.468834],[-73.432716,41.470466],[-73.433008,41.47187],[-73.435431,41.470872],[-73.434847,41.467946],[-73.435621,41.466241],[-73.437636,41.465741],[-73.440161,41.469833],[-73.442146,41.470599],[-73.443336,41.472601],[-73.44441,41.477569],[-73.442971,41.479315],[-73.44346,41.480925],[-73.443395,41.484031],[-73.442096,41.485581],[-73.437028,41.483621],[-73.441467,41.491302],[-73.430766,41.498002],[-73.425466,41.499302],[-73.419086,41.501446],[-73.414166,41.503602],[-73.402465,41.509102],[-73.386965,41.514802],[-73.385065,41.512502],[-73.384965,41.511002],[-73.387465,41.509102],[-73.388565,41.506502],[-73.387065,41.505202],[-73.381965,41.503602],[-73.378965,41.501902],[-73.376765,41.499002],[-73.375264,41.489202],[-73.364104,41.48529],[-73.358863,41.482102],[-73.349264,41.479403],[-73.347664,41.478103],[-73.340063,41.476703],[-73.336663,41.475703],[-73.33157,41.472685],[-73.337176,41.466232],[-73.340321,41.463118],[-73.346058,41.456743],[-73.354261,41.448016],[-73.359931,41.442705],[-73.364033,41.437585],[-73.37047,41.430483],[-73.374846,41.42512],[-73.378953,41.420531],[-73.380139,41.422942],[-73.391559,41.425373],[-73.405966,41.428202],[-73.415788,41.430345],[-73.423784,41.45487],[-73.424856,41.459562],[-73.426943,41.463842]]]},"properties":{"name":"Brookfield"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.405966,41.428202],[-73.406111,41.416069],[-73.405022,41.412449],[-73.40345,41.409319],[-73.401177,41.402862],[-73.4046,41.402125],[-73.407803,41.397197],[-73.407103,41.396134],[-73.411986,41.391726],[-73.423935,41.382354],[-73.432647,41.378484],[-73.435022,41.372407],[-73.43423,41.368326],[-73.433367,41.366761],[-73.430578,41.355734],[-73.425398,41.337857],[-73.424331,41.335297],[-73.435516,41.333307],[-73.446133,41.331255],[-73.451418,41.330467],[-73.470358,41.326956],[-73.472832,41.332093],[-73.47586,41.337444],[-73.485402,41.356625],[-73.487055,41.35727],[-73.501574,41.362003],[-73.502684,41.365323],[-73.504848,41.373407],[-73.506445,41.377417],[-73.524591,41.37707],[-73.532595,41.375545],[-73.538233,41.37567],[-73.54205,41.376848],[-73.543417,41.376762],[-73.54247,41.392602],[-73.54147,41.404402],[-73.541103,41.406482],[-73.537889,41.431893],[-73.537094,41.439714],[-73.535584,41.440732],[-73.530201,41.441835],[-73.514281,41.445644],[-73.5031,41.447713],[-73.494365,41.449691],[-73.485358,41.451271],[-73.472943,41.454619],[-73.468989,41.455514],[-73.466004,41.455747],[-73.456053,41.457994],[-73.439367,41.461002],[-73.426943,41.463842],[-73.424856,41.459562],[-73.423784,41.45487],[-73.415788,41.430345],[-73.405966,41.428202]]]},"properties":{"name":"Danbury"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.500757,41.114422],[-73.495813,41.114149],[-73.493417,41.11448],[-73.48621,41.114206],[-73.485594,41.113857],[-73.479028,41.114615],[-73.474566,41.114704],[-73.469087,41.108296],[-73.462139,41.101141],[-73.455522,41.092867],[-73.453531,41.091425],[-73.453349,41.088389],[-73.450766,41.088268],[-73.45012,41.086462],[-73.448189,41.086045],[-73.447246,41.08442],[-73.447122,41.081379],[-73.445946,41.076674],[-73.446628,41.076339],[-73.44762,41.071915],[-73.444825,41.070032],[-73.444047,41.068358],[-73.445516,41.065398],[-73.446565,41.057704],[-73.449262,41.052681],[-73.455365,41.033705],[-73.45646,41.020457],[-73.456461,40.983844],[-73.496062,40.975497],[-73.495766,41.019005],[-73.495766,41.028605],[-73.495305,41.043346],[-73.495858,41.048654],[-73.497871,41.049397],[-73.502481,41.055985],[-73.506319,41.058893],[-73.508745,41.063486],[-73.509098,41.065743],[-73.510141,41.067194],[-73.509737,41.069861],[-73.511832,41.072836],[-73.513735,41.073063],[-73.51539,41.074352],[-73.517412,41.078035],[-73.518153,41.08028],[-73.516976,41.081176],[-73.516031,41.083957],[-73.51672,41.085086],[-73.515181,41.086217],[-73.514497,41.0885],[-73.515621,41.08916],[-73.514388,41.091566],[-73.514964,41.094172],[-73.509826,41.102866],[-73.509404,41.104603],[-73.511399,41.105656],[-73.511514,41.107479],[-73.50937,41.109712],[-73.50651,41.109563],[-73.500757,41.114422]]]},"properties":{"name":"Darien"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.248557,41.231985],[-73.249558,41.2319],[-73.252014,41.228385],[-73.255582,41.222409],[-73.25656,41.219304],[-73.260192,41.215438],[-73.262099,41.212884],[-73.263297,41.212548],[-73.269434,41.220129],[-73.279565,41.231602],[-73.282352,41.22911],[-73.284606,41.225126],[-73.28804,41.223954],[-73.290775,41.220097],[-73.294841,41.21803],[-73.299825,41.213802],[-73.301864,41.212737],[-73.307419,41.212899],[-73.318314,41.21275],[-73.329015,41.213433],[-73.326395,41.21576],[-73.325342,41.220304],[-73.323639,41.222229],[-73.324831,41.224479],[-73.325846,41.224667],[-73.326747,41.226741],[-73.325811,41.227236],[-73.330898,41.233269],[-73.333893,41.235828],[-73.33679,41.240171],[-73.341433,41.245633],[-73.347529,41.251973],[-73.360955,41.266368],[-73.363394,41.268839],[-73.368812,41.274983],[-73.350796,41.281767],[-73.342144,41.284777],[-73.327645,41.290167],[-73.316487,41.293964],[-73.309873,41.295989],[-73.304799,41.297772],[-73.314219,41.308207],[-73.31572,41.30879],[-73.315998,41.310928],[-73.317936,41.311936],[-73.318693,41.313913],[-73.320373,41.315395],[-73.325163,41.322303],[-73.315063,41.327624],[-73.305862,41.332303],[-73.297755,41.328709],[-73.28956,41.325441],[-73.273034,41.31865],[-73.273094,41.316229],[-73.271625,41.31339],[-73.270724,41.309981],[-73.271293,41.309234],[-73.270719,41.307005],[-73.272024,41.303932],[-73.273095,41.302966],[-73.276175,41.301605],[-73.27603,41.300667],[-73.278172,41.298411],[-73.274372,41.293814],[-73.27522,41.291828],[-73.274493,41.283901],[-73.267312,41.275057],[-73.253711,41.259143],[-73.248541,41.253413],[-73.247747,41.252089],[-73.243835,41.247496],[-73.239791,41.24335],[-73.236101,41.23844],[-73.245392,41.232928],[-73.248557,41.231985]]]},"properties":{"name":"Easton"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.232636,41.14253],[-73.236086,41.137138],[-73.241659,41.127404],[-73.264259,41.114504],[-73.269852,41.116698],[-73.290065,41.12405],[-73.29771,41.123831],[-73.298865,41.124903],[-73.297252,41.126048],[-73.297566,41.127562],[-73.296535,41.129703],[-73.297183,41.132149],[-73.296128,41.133683],[-73.298951,41.140657],[-73.298069,41.142876],[-73.298812,41.144815],[-73.300061,41.145578],[-73.303388,41.145862],[-73.304254,41.148989],[-73.305101,41.150084],[-73.304601,41.15192],[-73.307402,41.152341],[-73.318101,41.166992],[-73.323296,41.173728],[-73.328645,41.180994],[-73.333768,41.188285],[-73.338458,41.194547],[-73.337708,41.19684],[-73.333574,41.198714],[-73.332977,41.200974],[-73.333297,41.202863],[-73.33236,41.204027],[-73.330736,41.208326],[-73.328909,41.210011],[-73.330312,41.211241],[-73.329015,41.213433],[-73.318314,41.21275],[-73.307419,41.212899],[-73.301864,41.212737],[-73.299825,41.213802],[-73.294841,41.21803],[-73.290775,41.220097],[-73.28804,41.223954],[-73.284606,41.225126],[-73.282352,41.22911],[-73.279565,41.231602],[-73.269434,41.220129],[-73.263297,41.212548],[-73.262099,41.212884],[-73.260192,41.215438],[-73.25656,41.219304],[-73.255582,41.222409],[-73.252014,41.228385],[-73.249558,41.2319],[-73.248557,41.231985],[-73.244169,41.2266],[-73.238942,41.220566],[-73.236384,41.217898],[-73.232871,41.213488],[-73.22912,41.209353],[-73.21914,41.197767],[-73.219987,41.189782],[-73.220372,41.187957],[-73.21777,41.182812],[-73.219648,41.181488],[-73.219276,41.179045],[-73.223082,41.176365],[-73.223866,41.17401],[-73.225813,41.173592],[-73.225776,41.172489],[-73.227221,41.171346],[-73.226735,41.169103],[-73.223702,41.170164],[-73.22227,41.168936],[-73.225474,41.164977],[-73.227427,41.16411],[-73.227447,41.163003],[-73.233878,41.157186],[-73.23723,41.155142],[-73.23722,41.153669],[-73.236093,41.152395],[-73.233697,41.152107],[-73.232857,41.147612],[-73.235079,41.144841],[-73.234794,41.143779],[-73.232636,41.14253]]]},"properties":{"name":"Fairfield"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.553676,40.963468],[-73.59067,40.955706],[-73.612886,40.950951],[-73.656772,40.984517],[-73.659672,40.987917],[-73.657229,40.990922],[-73.659637,40.994233],[-73.65931,40.997179],[-73.660269,41.000492],[-73.656066,41.008931],[-73.655242,41.01186],[-73.656902,41.014533],[-73.659448,41.017659],[-73.662757,41.020581],[-73.670378,41.030067],[-73.671075,41.031535],[-73.679772,41.041952],[-73.682474,41.044705],[-73.692182,41.056957],[-73.696174,41.061604],[-73.705074,41.072503],[-73.718676,41.090004],[-73.723383,41.094445],[-73.727776,41.100704],[-73.705535,41.111069],[-73.700704,41.113385],[-73.696054,41.115264],[-73.689475,41.118504],[-73.664974,41.130004],[-73.651674,41.136104],[-73.634405,41.143826],[-73.632285,41.141653],[-73.626428,41.134615],[-73.622671,41.129126],[-73.617588,41.122758],[-73.611837,41.115047],[-73.607193,41.109543],[-73.596476,41.095408],[-73.587572,41.084606],[-73.578954,41.073544],[-73.577614,41.071634],[-73.568344,41.059683],[-73.567377,41.054482],[-73.566266,41.0522],[-73.565005,41.046751],[-73.563155,41.04024],[-73.560088,41.035103],[-73.55569,41.028439],[-73.55515,41.025158],[-73.550928,41.022195],[-73.553853,41.022188],[-73.553676,40.963468]]]},"properties":{"name":"Greenwich"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.18327,41.391719],[-73.181169,41.389619],[-73.174155,41.384183],[-73.166566,41.383364],[-73.161254,41.383861],[-73.157978,41.382967],[-73.158833,41.379692],[-73.157924,41.377231],[-73.157056,41.376704],[-73.159651,41.374913],[-73.159443,41.372922],[-73.170581,41.357906],[-73.176815,41.337595],[-73.180616,41.332981],[-73.184719,41.326503],[-73.1893,41.320439],[-73.192116,41.316368],[-73.195015,41.312828],[-73.204801,41.299368],[-73.227372,41.297612],[-73.242147,41.295933],[-73.257828,41.295405],[-73.27237,41.294103],[-73.274372,41.293814],[-73.278172,41.298411],[-73.27603,41.300667],[-73.276175,41.301605],[-73.273095,41.302966],[-73.272024,41.303932],[-73.270719,41.307005],[-73.271293,41.309234],[-73.270724,41.309981],[-73.271625,41.31339],[-73.273094,41.316229],[-73.273034,41.31865],[-73.28956,41.325441],[-73.297755,41.328709],[-73.305862,41.332303],[-73.299762,41.335473],[-73.277459,41.346556],[-73.26817,41.351307],[-73.261371,41.35512],[-73.256185,41.357327],[-73.237773,41.366639],[-73.22952,41.371058],[-73.228081,41.368617],[-73.229267,41.366394],[-73.227962,41.365176],[-73.225266,41.365297],[-73.222701,41.364063],[-73.219028,41.364459],[-73.216631,41.365563],[-73.214912,41.367243],[-73.213229,41.367875],[-73.210395,41.367892],[-73.201993,41.372251],[-73.20117,41.37414],[-73.201978,41.375106],[-73.202321,41.377998],[-73.203619,41.378914],[-73.199035,41.382225],[-73.197781,41.382159],[-73.19588,41.38753],[-73.194444,41.388683],[-73.191397,41.388919],[-73.190063,41.388294],[-73.187118,41.389126],[-73.186199,41.390192],[-73.18327,41.391719]]]},"properties":{"name":"Monroe"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.554784,41.179917],[-73.535997,41.188443],[-73.523751,41.194111],[-73.512803,41.199385],[-73.503959,41.20332],[-73.488413,41.210014],[-73.484899,41.211756],[-73.484407,41.20903],[-73.482291,41.207624],[-73.480262,41.207919],[-73.478719,41.205289],[-73.475691,41.19906],[-73.473109,41.195086],[-73.472034,41.194388],[-73.472853,41.191419],[-73.470141,41.189598],[-73.47282,41.185001],[-73.472209,41.182689],[-73.473502,41.181909],[-73.473007,41.180696],[-73.469991,41.179138],[-73.468747,41.177431],[-73.467163,41.177596],[-73.465267,41.175956],[-73.465429,41.170242],[-73.466835,41.16551],[-73.464728,41.163886],[-73.464023,41.161269],[-73.457044,41.160122],[-73.454629,41.159089],[-73.452975,41.159791],[-73.449813,41.157181],[-73.448907,41.153762],[-73.449499,41.150108],[-73.450616,41.148715],[-73.457798,41.136422],[-73.466211,41.125778],[-73.474566,41.114704],[-73.479028,41.114615],[-73.485594,41.113857],[-73.48621,41.114206],[-73.493417,41.11448],[-73.495813,41.114149],[-73.500757,41.114422],[-73.507841,41.114204],[-73.510814,41.114504],[-73.515723,41.114315],[-73.521928,41.114867],[-73.522501,41.118896],[-73.525131,41.126108],[-73.534058,41.149827],[-73.534216,41.151634],[-73.533055,41.15198],[-73.532331,41.154606],[-73.534869,41.155725],[-73.535785,41.157803],[-73.538725,41.16006],[-73.540022,41.160075],[-73.541988,41.163137],[-73.543747,41.163665],[-73.553053,41.174178],[-73.552266,41.176088],[-73.5536,41.179207],[-73.554784,41.179917]]]},"properties":{"name":"New Canaan"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.530689,41.520253],[-73.514904,41.52263],[-73.509743,41.523597],[-73.500009,41.525068],[-73.485937,41.527939],[-73.481211,41.528589],[-73.477635,41.529485],[-73.47485,41.529521],[-73.466035,41.532396],[-73.461921,41.532996],[-73.455166,41.534457],[-73.450565,41.535101],[-73.445931,41.525262],[-73.442767,41.514102],[-73.445267,41.509502],[-73.444567,41.508902],[-73.443567,41.503902],[-73.444067,41.501802],[-73.443067,41.500002],[-73.441467,41.491302],[-73.437028,41.483621],[-73.442096,41.485581],[-73.443395,41.484031],[-73.44346,41.480925],[-73.442971,41.479315],[-73.44441,41.477569],[-73.443336,41.472601],[-73.442146,41.470599],[-73.440161,41.469833],[-73.437636,41.465741],[-73.435621,41.466241],[-73.434847,41.467946],[-73.435431,41.470872],[-73.433008,41.47187],[-73.432716,41.470466],[-73.431286,41.468834],[-73.429717,41.469743],[-73.426943,41.463842],[-73.439367,41.461002],[-73.456053,41.457994],[-73.466004,41.455747],[-73.468989,41.455514],[-73.472943,41.454619],[-73.485358,41.451271],[-73.494365,41.449691],[-73.5031,41.447713],[-73.514281,41.445644],[-73.530201,41.441835],[-73.535584,41.440732],[-73.537094,41.439714],[-73.536065,41.450198],[-73.535569,41.460532],[-73.533858,41.481763],[-73.532736,41.49711],[-73.530689,41.520253]]]},"properties":{"name":"New Fairfield"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.305862,41.332303],[-73.315063,41.327624],[-73.325163,41.322303],[-73.333063,41.318103],[-73.33503,41.321881],[-73.343823,41.340996],[-73.347714,41.350244],[-73.348904,41.353344],[-73.351342,41.357805],[-73.354859,41.367746],[-73.36072,41.378797],[-73.363599,41.38619],[-73.368374,41.397085],[-73.378953,41.420531],[-73.374846,41.42512],[-73.37047,41.430483],[-73.364033,41.437585],[-73.359931,41.442705],[-73.354261,41.448016],[-73.346058,41.456743],[-73.340321,41.463118],[-73.337176,41.466232],[-73.33157,41.472685],[-73.326775,41.469523],[-73.312874,41.467423],[-73.310474,41.468823],[-73.305034,41.471159],[-73.302762,41.471447],[-73.299594,41.470119],[-73.298266,41.467639],[-73.298314,41.464775],[-73.299834,41.460791],[-73.299861,41.458442],[-73.300794,41.455911],[-73.300074,41.452487],[-73.297761,41.448284],[-73.294708,41.447377],[-73.291264,41.448116],[-73.287799,41.450323],[-73.280739,41.452311],[-73.278254,41.452643],[-73.273697,41.451653],[-73.270244,41.448013],[-73.267494,41.443589],[-73.265789,41.436811],[-73.264525,41.43508],[-73.262266,41.433968],[-73.259206,41.433337],[-73.256951,41.43386],[-73.251191,41.43778],[-73.24676,41.439503],[-73.244335,41.439566],[-73.242345,41.43608],[-73.24229,41.429849],[-73.238412,41.426261],[-73.235912,41.426161],[-73.22997,41.429132],[-73.22648,41.430317],[-73.218236,41.429078],[-73.217136,41.428378],[-73.214436,41.425078],[-73.211836,41.422778],[-73.207689,41.420552],[-73.201558,41.415804],[-73.199758,41.413204],[-73.196758,41.411404],[-73.190258,41.410304],[-73.186558,41.408604],[-73.184858,41.406304],[-73.185358,41.402204],[-73.187558,41.399604],[-73.187958,41.397304],[-73.18327,41.391719],[-73.186199,41.390192],[-73.187118,41.389126],[-73.190063,41.388294],[-73.191397,41.388919],[-73.194444,41.388683],[-73.19588,41.38753],[-73.197781,41.382159],[-73.199035,41.382225],[-73.203619,41.378914],[-73.202321,41.377998],[-73.201978,41.375106],[-73.20117,41.37414],[-73.201993,41.372251],[-73.210395,41.367892],[-73.213229,41.367875],[-73.214912,41.367243],[-73.216631,41.365563],[-73.219028,41.364459],[-73.222701,41.364063],[-73.225266,41.365297],[-73.227962,41.365176],[-73.229267,41.366394],[-73.228081,41.368617],[-73.22952,41.371058],[-73.237773,41.366639],[-73.256185,41.357327],[-73.261371,41.35512],[-73.26817,41.351307],[-73.277459,41.346556],[-73.299762,41.335473],[-73.305862,41.332303]]]},"properties":{"name":"Newtown"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.383801,41.02879],[-73.390282,41.020969],[-73.45646,41.020457],[-73.455365,41.033705],[-73.449262,41.052681],[-73.446565,41.057704],[-73.445516,41.065398],[-73.444047,41.068358],[-73.444825,41.070032],[-73.44762,41.071915],[-73.446628,41.076339],[-73.445946,41.076674],[-73.447122,41.081379],[-73.447246,41.08442],[-73.448189,41.086045],[-73.45012,41.086462],[-73.450766,41.088268],[-73.453349,41.088389],[-73.453531,41.091425],[-73.455522,41.092867],[-73.462139,41.101141],[-73.469087,41.108296],[-73.474566,41.114704],[-73.466211,41.125778],[-73.457798,41.136422],[-73.450616,41.148715],[-73.449499,41.150108],[-73.448907,41.153762],[-73.447996,41.153804],[-73.437461,41.156173],[-73.431874,41.157649],[-73.418579,41.160865],[-73.415403,41.162894],[-73.404846,41.167396],[-73.400566,41.168864],[-73.398584,41.170065],[-73.394802,41.171268],[-73.392111,41.170651],[-73.387074,41.170503],[-73.386814,41.166411],[-73.388449,41.158005],[-73.388087,41.156492],[-73.38853,41.153847],[-73.38877,41.148956],[-73.386685,41.146014],[-73.382724,41.142348],[-73.382905,41.139051],[-73.381472,41.131911],[-73.380149,41.121912],[-73.382031,41.116742],[-73.384312,41.107321],[-73.383466,41.104517],[-73.384444,41.102902],[-73.382878,41.099724],[-73.383424,41.098052],[-73.383256,41.095691],[-73.383663,41.091304],[-73.383663,41.071604],[-73.383563,41.070304],[-73.383863,41.057705],[-73.383801,41.02879]]]},"properties":{"name":"Norwalk"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.430103,41.254336],[-73.433521,41.258748],[-73.438191,41.265195],[-73.444113,41.274162],[-73.447139,41.278483],[-73.450575,41.300311],[-73.454416,41.307611],[-73.457971,41.309014],[-73.461968,41.311282],[-73.466052,41.312215],[-73.467972,41.318284],[-73.469791,41.32578],[-73.470358,41.326956],[-73.451418,41.330467],[-73.446133,41.331255],[-73.435516,41.333307],[-73.424331,41.335297],[-73.417453,41.336257],[-73.414466,41.336891],[-73.394297,41.340421],[-73.380748,41.343206],[-73.359715,41.347019],[-73.347714,41.350244],[-73.343823,41.340996],[-73.33503,41.321881],[-73.333063,41.318103],[-73.325163,41.322303],[-73.320373,41.315395],[-73.318693,41.313913],[-73.317936,41.311936],[-73.315998,41.310928],[-73.31572,41.30879],[-73.314219,41.308207],[-73.304799,41.297772],[-73.309873,41.295989],[-73.316487,41.293964],[-73.327645,41.290167],[-73.342144,41.284777],[-73.350796,41.281767],[-73.368812,41.274983],[-73.372951,41.273417],[-73.382459,41.270402],[-73.416079,41.258994],[-73.430103,41.254336]]]},"properties":{"name":"Redding"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.543417,41.376762],[-73.54205,41.376848],[-73.538233,41.37567],[-73.532595,41.375545],[-73.524591,41.37707],[-73.506445,41.377417],[-73.504848,41.373407],[-73.502684,41.365323],[-73.501574,41.362003],[-73.487055,41.35727],[-73.485402,41.356625],[-73.47586,41.337444],[-73.472832,41.332093],[-73.470358,41.326956],[-73.469791,41.32578],[-73.467972,41.318284],[-73.466052,41.312215],[-73.461968,41.311282],[-73.457971,41.309014],[-73.454416,41.307611],[-73.450575,41.300311],[-73.447139,41.278483],[-73.444113,41.274162],[-73.438191,41.265195],[-73.456489,41.257389],[-73.460812,41.255716],[-73.463637,41.254199],[-73.463927,41.252827],[-73.469235,41.251967],[-73.481067,41.246687],[-73.484936,41.245093],[-73.492893,41.241211],[-73.502533,41.237236],[-73.512949,41.250103],[-73.523419,41.262692],[-73.540598,41.283007],[-73.550963,41.295429],[-73.54988,41.30153],[-73.549603,41.307117],[-73.549481,41.316754],[-73.549089,41.325142],[-73.54805,41.335384],[-73.54709,41.343125],[-73.545122,41.363302],[-73.543417,41.376762]]]},"properties":{"name":"Ridgefield"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.146883,41.255375],[-73.150792,41.261586],[-73.155267,41.269095],[-73.17391,41.268624],[-73.17864,41.272644],[-73.179033,41.273739],[-73.184489,41.27933],[-73.187764,41.282277],[-73.188168,41.283099],[-73.199272,41.294021],[-73.20072,41.294939],[-73.204801,41.299368],[-73.195015,41.312828],[-73.192116,41.316368],[-73.1893,41.320439],[-73.184719,41.326503],[-73.180616,41.332981],[-73.176815,41.337595],[-73.170581,41.357906],[-73.159443,41.372922],[-73.159651,41.374913],[-73.157056,41.376704],[-73.150956,41.370204],[-73.147556,41.367704],[-73.139574,41.361219],[-73.138156,41.353904],[-73.136055,41.351204],[-73.126155,41.346604],[-73.124655,41.345304],[-73.123455,41.343604],[-73.122855,41.341404],[-73.120855,41.338504],[-73.115755,41.332204],[-73.114755,41.331604],[-73.096854,41.322604],[-73.093241,41.321015],[-73.090939,41.319264],[-73.086651,41.314503],[-73.08526,41.313708],[-73.082053,41.313104],[-73.078953,41.311604],[-73.077653,41.307704],[-73.075353,41.305604],[-73.067852,41.301004],[-73.066152,41.299504],[-73.065052,41.297604],[-73.065252,41.294904],[-73.068752,41.289204],[-73.071252,41.287304],[-73.078853,41.284504],[-73.083753,41.281504],[-73.086853,41.276604],[-73.088683,41.271745],[-73.087753,41.265304],[-73.087853,41.260104],[-73.086753,41.254604],[-73.088753,41.255404],[-73.090873,41.25709],[-73.094559,41.256222],[-73.095266,41.25806],[-73.098269,41.25927],[-73.103118,41.259783],[-73.102953,41.261651],[-73.104617,41.263564],[-73.106852,41.263886],[-73.107229,41.26498],[-73.10605,41.267058],[-73.108296,41.26859],[-73.114172,41.266598],[-73.124389,41.263378],[-73.131401,41.261027],[-73.143897,41.257167],[-73.146883,41.255375]]]},"properties":{"name":"Shelton"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.450565,41.535101],[-73.455166,41.534457],[-73.461921,41.532996],[-73.466035,41.532396],[-73.47485,41.529521],[-73.477635,41.529485],[-73.481211,41.528589],[-73.485937,41.527939],[-73.500009,41.525068],[-73.509743,41.523597],[-73.514904,41.52263],[-73.530689,41.520253],[-73.529314,41.535637],[-73.527693,41.549959],[-73.527406,41.55436],[-73.526098,41.568549],[-73.525995,41.572128],[-73.521479,41.616233],[-73.521042,41.619781],[-73.520018,41.641205],[-73.518081,41.666731],[-73.514785,41.665894],[-73.51038,41.666506],[-73.506924,41.66581],[-73.50693,41.664037],[-73.503953,41.661781],[-73.497953,41.658901],[-73.494865,41.661222],[-73.493649,41.66087],[-73.491889,41.656022],[-73.490321,41.653286],[-73.484687,41.647438],[-73.486729,41.647061],[-73.488075,41.645656],[-73.49003,41.646422],[-73.493767,41.644702],[-73.49629,41.642506],[-73.495981,41.640403],[-73.496763,41.638522],[-73.497811,41.638153],[-73.492081,41.62511],[-73.488529,41.617414],[-73.479792,41.600806],[-73.474006,41.588349],[-73.455164,41.547203],[-73.454018,41.542695],[-73.450565,41.535101]]]},"properties":{"name":"Sherman"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.634405,41.143826],[-73.624362,41.148277],[-73.600191,41.159157],[-73.597002,41.160896],[-73.591829,41.16301],[-73.578805,41.1689],[-73.554784,41.179917],[-73.5536,41.179207],[-73.552266,41.176088],[-73.553053,41.174178],[-73.543747,41.163665],[-73.541988,41.163137],[-73.540022,41.160075],[-73.538725,41.16006],[-73.535785,41.157803],[-73.534869,41.155725],[-73.532331,41.154606],[-73.533055,41.15198],[-73.534216,41.151634],[-73.534058,41.149827],[-73.525131,41.126108],[-73.522501,41.118896],[-73.521928,41.114867],[-73.515723,41.114315],[-73.510814,41.114504],[-73.507841,41.114204],[-73.500757,41.114422],[-73.50651,41.109563],[-73.50937,41.109712],[-73.511514,41.107479],[-73.511399,41.105656],[-73.509404,41.104603],[-73.509826,41.102866],[-73.514964,41.094172],[-73.514388,41.091566],[-73.515621,41.08916],[-73.514497,41.0885],[-73.515181,41.086217],[-73.51672,41.085086],[-73.516031,41.083957],[-73.516976,41.081176],[-73.518153,41.08028],[-73.517412,41.078035],[-73.51539,41.074352],[-73.513735,41.073063],[-73.511832,41.072836],[-73.509737,41.069861],[-73.510141,41.067194],[-73.509098,41.065743],[-73.508745,41.063486],[-73.506319,41.058893],[-73.502481,41.055985],[-73.497871,41.049397],[-73.495858,41.048654],[-73.495305,41.043346],[-73.495766,41.028605],[-73.495766,41.019005],[-73.496062,40.975497],[-73.553676,40.963468],[-73.553853,41.022188],[-73.550928,41.022195],[-73.55515,41.025158],[-73.55569,41.028439],[-73.560088,41.035103],[-73.563155,41.04024],[-73.565005,41.046751],[-73.566266,41.0522],[-73.567377,41.054482],[-73.568344,41.059683],[-73.577614,41.071634],[-73.578954,41.073544],[-73.587572,41.084606],[-73.596476,41.095408],[-73.607193,41.109543],[-73.611837,41.115047],[-73.617588,41.122758],[-73.622671,41.129126],[-73.626428,41.134615],[-73.632285,41.141653],[-73.634405,41.143826]]]},"properties":{"name":"Stamford"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.165756,41.154305],[-73.162309,41.164172],[-73.158755,41.173671],[-73.155425,41.177981],[-73.154232,41.183038],[-73.155193,41.187471],[-73.155177,41.19026],[-73.153897,41.192252],[-73.154456,41.194804],[-73.156761,41.201278],[-73.158156,41.206004],[-73.162828,41.220233],[-73.16132,41.22413],[-73.159085,41.225942],[-73.157637,41.228385],[-73.153826,41.23006],[-73.153696,41.230923],[-73.150467,41.232406],[-73.146742,41.236838],[-73.140652,41.237995],[-73.143184,41.24123],[-73.143329,41.245042],[-73.145233,41.249858],[-73.145503,41.254385],[-73.146883,41.255375],[-73.143897,41.257167],[-73.131401,41.261027],[-73.124389,41.263378],[-73.114172,41.266598],[-73.108296,41.26859],[-73.10605,41.267058],[-73.107229,41.26498],[-73.106852,41.263886],[-73.104617,41.263564],[-73.102953,41.261651],[-73.103118,41.259783],[-73.098269,41.25927],[-73.095266,41.25806],[-73.094559,41.256222],[-73.090873,41.25709],[-73.088753,41.255404],[-73.086753,41.254604],[-73.087351,41.2518],[-73.091151,41.246491],[-73.093404,41.244623],[-73.101574,41.240096],[-73.104953,41.236603],[-73.107554,41.232504],[-73.109954,41.229404],[-73.110554,41.227404],[-73.110454,41.225304],[-73.108354,41.218304],[-73.110254,41.214004],[-73.110654,41.207805],[-73.109254,41.204105],[-73.110554,41.200305],[-73.115354,41.193505],[-73.121353,41.187504],[-73.122454,41.182905],[-73.122354,41.179805],[-73.121454,41.177605],[-73.119854,41.175705],[-73.116054,41.173705],[-73.10778,41.168613],[-73.107453,41.168405],[-73.095353,41.146605],[-73.130524,41.146288],[-73.165756,41.154305]]]},"properties":{"name":"Stratford"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.274372,41.293814],[-73.27237,41.294103],[-73.257828,41.295405],[-73.242147,41.295933],[-73.227372,41.297612],[-73.204801,41.299368],[-73.20072,41.294939],[-73.199272,41.294021],[-73.188168,41.283099],[-73.187764,41.282277],[-73.184489,41.27933],[-73.179033,41.273739],[-73.17864,41.272644],[-73.17391,41.268624],[-73.155267,41.269095],[-73.150792,41.261586],[-73.146883,41.255375],[-73.145503,41.254385],[-73.145233,41.249858],[-73.143329,41.245042],[-73.143184,41.24123],[-73.140652,41.237995],[-73.146742,41.236838],[-73.150467,41.232406],[-73.153696,41.230923],[-73.153826,41.23006],[-73.157637,41.228385],[-73.164685,41.225655],[-73.169546,41.222772],[-73.17493,41.222521],[-73.180881,41.221826],[-73.183278,41.220707],[-73.187272,41.220534],[-73.190591,41.223465],[-73.190858,41.22504],[-73.193608,41.226643],[-73.196625,41.227791],[-73.201073,41.228303],[-73.201416,41.229474],[-73.20461,41.229002],[-73.205454,41.228173],[-73.208475,41.227802],[-73.212439,41.228474],[-73.222923,41.227506],[-73.23743,41.227179],[-73.244169,41.2266],[-73.248557,41.231985],[-73.245392,41.232928],[-73.236101,41.23844],[-73.239791,41.24335],[-73.243835,41.247496],[-73.247747,41.252089],[-73.248541,41.253413],[-73.253711,41.259143],[-73.267312,41.275057],[-73.274493,41.283901],[-73.27522,41.291828],[-73.274372,41.293814]]]},"properties":{"name":"Trumbull"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.368812,41.274983],[-73.363394,41.268839],[-73.360955,41.266368],[-73.347529,41.251973],[-73.341433,41.245633],[-73.33679,41.240171],[-73.333893,41.235828],[-73.330898,41.233269],[-73.325811,41.227236],[-73.326747,41.226741],[-73.325846,41.224667],[-73.324831,41.224479],[-73.323639,41.222229],[-73.325342,41.220304],[-73.326395,41.21576],[-73.329015,41.213433],[-73.330312,41.211241],[-73.328909,41.210011],[-73.330736,41.208326],[-73.33236,41.204027],[-73.333297,41.202863],[-73.332977,41.200974],[-73.333574,41.198714],[-73.337708,41.19684],[-73.338458,41.194547],[-73.342097,41.192738],[-73.345525,41.190288],[-73.351316,41.18717],[-73.36173,41.180904],[-73.371604,41.174693],[-73.377582,41.182807],[-73.379569,41.185785],[-73.383592,41.191052],[-73.388788,41.198614],[-73.393265,41.204104],[-73.397026,41.209652],[-73.404257,41.219394],[-73.415893,41.235641],[-73.425198,41.24819],[-73.430103,41.254336],[-73.416079,41.258994],[-73.382459,41.270402],[-73.372951,41.273417],[-73.368812,41.274983]]]},"properties":{"name":"Weston"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.387074,41.170503],[-73.384867,41.174441],[-73.381475,41.182575],[-73.379569,41.185785],[-73.377582,41.182807],[-73.371604,41.174693],[-73.36173,41.180904],[-73.351316,41.18717],[-73.345525,41.190288],[-73.342097,41.192738],[-73.338458,41.194547],[-73.333768,41.188285],[-73.328645,41.180994],[-73.323296,41.173728],[-73.318101,41.166992],[-73.307402,41.152341],[-73.304601,41.15192],[-73.305101,41.150084],[-73.304254,41.148989],[-73.303388,41.145862],[-73.300061,41.145578],[-73.298812,41.144815],[-73.298069,41.142876],[-73.298951,41.140657],[-73.296128,41.133683],[-73.297183,41.132149],[-73.296535,41.129703],[-73.297566,41.127562],[-73.297252,41.126048],[-73.298865,41.124903],[-73.29771,41.123831],[-73.29556,41.079605],[-73.361362,41.075404],[-73.368462,41.047305],[-73.383801,41.02879],[-73.383863,41.057705],[-73.383563,41.070304],[-73.383663,41.071604],[-73.383663,41.091304],[-73.383256,41.095691],[-73.383424,41.098052],[-73.382878,41.099724],[-73.384444,41.102902],[-73.383466,41.104517],[-73.384312,41.107321],[-73.382031,41.116742],[-73.380149,41.121912],[-73.381472,41.131911],[-73.382905,41.139051],[-73.382724,41.142348],[-73.386685,41.146014],[-73.38877,41.148956],[-73.38853,41.153847],[-73.388087,41.156492],[-73.388449,41.158005],[-73.386814,41.166411],[-73.387074,41.170503]]]},"properties":{"name":"Westport"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.438191,41.265195],[-73.433521,41.258748],[-73.430103,41.254336],[-73.425198,41.24819],[-73.415893,41.235641],[-73.404257,41.219394],[-73.397026,41.209652],[-73.393265,41.204104],[-73.388788,41.198614],[-73.383592,41.191052],[-73.379569,41.185785],[-73.381475,41.182575],[-73.384867,41.174441],[-73.387074,41.170503],[-73.392111,41.170651],[-73.394802,41.171268],[-73.398584,41.170065],[-73.400566,41.168864],[-73.404846,41.167396],[-73.415403,41.162894],[-73.418579,41.160865],[-73.431874,41.157649],[-73.437461,41.156173],[-73.447996,41.153804],[-73.448907,41.153762],[-73.449813,41.157181],[-73.452975,41.159791],[-73.454629,41.159089],[-73.457044,41.160122],[-73.464023,41.161269],[-73.464728,41.163886],[-73.466835,41.16551],[-73.465429,41.170242],[-73.465267,41.175956],[-73.467163,41.177596],[-73.468747,41.177431],[-73.469991,41.179138],[-73.473007,41.180696],[-73.473502,41.181909],[-73.472209,41.182689],[-73.47282,41.185001],[-73.470141,41.189598],[-73.472853,41.191419],[-73.472034,41.194388],[-73.473109,41.195086],[-73.475691,41.19906],[-73.478719,41.205289],[-73.480262,41.207919],[-73.482291,41.207624],[-73.484407,41.20903],[-73.484899,41.211756],[-73.482696,41.21278],[-73.487978,41.219395],[-73.502533,41.237236],[-73.492893,41.241211],[-73.484936,41.245093],[-73.481067,41.246687],[-73.469235,41.251967],[-73.463927,41.252827],[-73.463637,41.254199],[-73.460812,41.255716],[-73.456489,41.257389],[-73.438191,41.265195]]]},"properties":{"name":"Wilton"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.135417,41.504014],[-72.13613,41.50486],[-72.142452,41.504188],[-72.14405,41.504978],[-72.151071,41.50655],[-72.158997,41.508895],[-72.161983,41.510125],[-72.16572,41.510559],[-72.171165,41.513951],[-72.178297,41.515911],[-72.182239,41.516268],[-72.182539,41.512767],[-72.186722,41.512921],[-72.191059,41.514161],[-72.193489,41.511989],[-72.199523,41.513045],[-72.227625,41.518706],[-72.226447,41.525308],[-72.224124,41.530306],[-72.220968,41.536006],[-72.219111,41.538823],[-72.218424,41.540706],[-72.204162,41.570846],[-72.202244,41.575202],[-72.195948,41.587415],[-72.194025,41.590407],[-72.156777,41.580887],[-72.138711,41.576418],[-72.135845,41.573522],[-72.134982,41.569537],[-72.135763,41.568938],[-72.132124,41.56485],[-72.132137,41.560111],[-72.132582,41.55505],[-72.132681,41.548473],[-72.133883,41.546393],[-72.136203,41.543734],[-72.140549,41.536824],[-72.140657,41.536295],[-72.139059,41.52974],[-72.137126,41.5232],[-72.133557,41.51237],[-72.13293,41.508936],[-72.135417,41.504014]]]},"properties":{"name":"Bozrah"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.430768,41.524575],[-72.432676,41.527954],[-72.437052,41.53495],[-72.443947,41.54643],[-72.446854,41.550385],[-72.446861,41.551382],[-72.449183,41.554047],[-72.457695,41.568409],[-72.460625,41.572964],[-72.466731,41.583907],[-72.453931,41.585507],[-72.41723,41.590606],[-72.41063,41.601806],[-72.408929,41.601906],[-72.407329,41.599406],[-72.404462,41.59717],[-72.401196,41.595499],[-72.394104,41.592811],[-72.384955,41.588558],[-72.383762,41.589132],[-72.38386,41.590788],[-72.38237,41.592074],[-72.382036,41.593815],[-72.380518,41.595473],[-72.377614,41.596245],[-72.376596,41.597709],[-72.375448,41.601332],[-72.371367,41.599492],[-72.367821,41.600208],[-72.365218,41.599788],[-72.36372,41.601167],[-72.361592,41.600799],[-72.360612,41.599313],[-72.358886,41.598292],[-72.355852,41.597618],[-72.352263,41.599067],[-72.343541,41.599258],[-72.328096,41.605479],[-72.324511,41.618578],[-72.313126,41.60953],[-72.309506,41.611522],[-72.292891,41.598132],[-72.287116,41.59415],[-72.264274,41.575767],[-72.261958,41.574009],[-72.249517,41.562723],[-72.24741,41.560375],[-72.237478,41.553234],[-72.231039,41.548753],[-72.227824,41.546211],[-72.219111,41.538823],[-72.229684,41.536791],[-72.282091,41.52576],[-72.314402,41.519165],[-72.322932,41.518127],[-72.323395,41.534258],[-72.344567,41.532425],[-72.358577,41.531444],[-72.361635,41.530826],[-72.374529,41.529917],[-72.38329,41.528979],[-72.413545,41.526246],[-72.422262,41.52531],[-72.430768,41.524575]]]},"properties":{"name":"Colchester"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.184523,41.276005],[-72.203323,41.275905],[-72.248524,41.275905],[-72.248343,41.29734],[-72.248789,41.300042],[-72.250621,41.304726],[-72.253281,41.309543],[-72.254608,41.309915],[-72.25474,41.312537],[-72.256031,41.3156],[-72.25707,41.320432],[-72.258321,41.321853],[-72.258144,41.323398],[-72.256403,41.325908],[-72.259313,41.329694],[-72.261333,41.334006],[-72.265094,41.339282],[-72.265612,41.340923],[-72.270719,41.350454],[-72.274505,41.3561],[-72.276726,41.366305],[-72.277941,41.375287],[-72.277907,41.376316],[-72.279248,41.388214],[-72.280033,41.391688],[-72.282155,41.405907],[-72.281006,41.412873],[-72.280447,41.414481],[-72.279951,41.418605],[-72.2791,41.421817],[-72.279062,41.426065],[-72.277597,41.433385],[-72.276637,41.440457],[-72.248754,41.442595],[-72.242025,41.443206],[-72.219308,41.412131],[-72.212124,41.402305],[-72.192765,41.375557],[-72.191562,41.373078],[-72.193257,41.37046],[-72.192589,41.369068],[-72.193032,41.367106],[-72.189431,41.358474],[-72.189615,41.354602],[-72.188123,41.349505],[-72.188823,41.346405],[-72.188223,41.345605],[-72.182923,41.344205],[-72.181123,41.342705],[-72.179936,41.336652],[-72.179301,41.334631],[-72.180492,41.328064],[-72.179853,41.32574],[-72.1762,41.324008],[-72.177529,41.322224],[-72.182621,41.320621],[-72.182906,41.315971],[-72.184523,41.276005]]]},"properties":{"name":"East Lyme"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.104122,41.600806],[-72.11141,41.58791],[-72.118744,41.574386],[-72.12335,41.566863],[-72.125196,41.563353],[-72.134982,41.569537],[-72.135845,41.573522],[-72.138711,41.576418],[-72.156777,41.580887],[-72.194025,41.590407],[-72.19221,41.593779],[-72.189665,41.597437],[-72.18766,41.601991],[-72.175178,41.625084],[-72.168567,41.63777],[-72.163154,41.64792],[-72.161805,41.64996],[-72.157547,41.657635],[-72.153392,41.665651],[-72.147951,41.665298],[-72.124784,41.66208],[-72.120329,41.661933],[-72.113399,41.635011],[-72.111313,41.628744],[-72.108455,41.617905],[-72.104122,41.600806]]]},"properties":{"name":"Franklin"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.863409,41.514934],[-71.874514,41.516592],[-71.902861,41.52027],[-71.926041,41.541044],[-71.940117,41.553568],[-71.954581,41.566538],[-71.982162,41.565927],[-71.989234,41.565649],[-71.988873,41.568644],[-71.988037,41.57133],[-71.988272,41.573082],[-71.989655,41.575992],[-71.989014,41.579605],[-71.988363,41.580808],[-71.985918,41.58304],[-71.984504,41.585056],[-71.984843,41.586261],[-71.987018,41.588263],[-71.986799,41.589526],[-71.984793,41.592325],[-71.984572,41.597949],[-71.98823,41.603542],[-71.990881,41.60401],[-71.99155,41.605538],[-71.986348,41.609312],[-71.984407,41.610112],[-71.982757,41.615132],[-71.983018,41.61779],[-71.982532,41.619471],[-71.979134,41.6237],[-71.97857,41.62622],[-71.979224,41.627766],[-71.979013,41.631449],[-71.976312,41.635643],[-71.975254,41.638125],[-71.954984,41.634807],[-71.951937,41.634336],[-71.90907,41.638673],[-71.884423,41.641212],[-71.883871,41.63003],[-71.88322,41.625106],[-71.88007,41.608006],[-71.876379,41.585955],[-71.876357,41.584602],[-71.874972,41.578894],[-71.874269,41.572766],[-71.871822,41.559927],[-71.863409,41.514934]]]},"properties":{"name":"Griswold"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.961296,41.397907],[-71.958686,41.397867],[-71.960806,41.394868],[-71.960645,41.390059],[-71.958633,41.388123],[-71.961219,41.386788],[-71.96422,41.382601],[-71.96353,41.37912],[-71.964529,41.375073],[-71.965493,41.374148],[-71.967325,41.369744],[-71.966922,41.365674],[-71.967711,41.3612],[-71.967075,41.358069],[-71.970276,41.352096],[-71.971122,41.351374],[-71.970218,41.349106],[-71.969551,41.345132],[-71.97326,41.340327],[-71.97506,41.337158],[-71.976118,41.333006],[-71.979918,41.330406],[-71.981248,41.328739],[-71.980748,41.326339],[-71.976848,41.320039],[-71.980148,41.31434],[-71.981113,41.31116],[-71.979148,41.30004],[-71.999487,41.295802],[-72.019215,41.290602],[-72.050059,41.276622],[-72.05512,41.276606],[-72.05512,41.278006],[-72.064585,41.285877],[-72.06872,41.289706],[-72.07965,41.29887],[-72.081322,41.312723],[-72.085321,41.339206],[-72.086721,41.348106],[-72.085921,41.349506],[-72.086121,41.352606],[-72.086821,41.355706],[-72.087621,41.361906],[-72.088218,41.364331],[-72.091621,41.371906],[-72.093221,41.377106],[-72.092922,41.387006],[-72.092922,41.388906],[-72.094222,41.392706],[-72.097222,41.396206],[-72.095822,41.400406],[-72.080492,41.400194],[-72.070121,41.399906],[-72.061076,41.399909],[-72.042331,41.399414],[-72.041743,41.399511],[-72.022373,41.39935],[-72.011218,41.399026],[-71.992988,41.398784],[-71.973422,41.398305],[-71.961296,41.397907]]]},"properties":{"name":"Groton"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.23956,41.714199],[-72.234998,41.7107],[-72.223907,41.702913],[-72.217177,41.69802],[-72.20824,41.692258],[-72.195532,41.682964],[-72.186652,41.676291],[-72.178277,41.671214],[-72.17547,41.669003],[-72.173335,41.667867],[-72.157547,41.657635],[-72.161805,41.64996],[-72.163154,41.64792],[-72.168567,41.63777],[-72.175178,41.625084],[-72.18766,41.601991],[-72.189665,41.597437],[-72.19221,41.593779],[-72.194025,41.590407],[-72.195948,41.587415],[-72.202244,41.575202],[-72.204162,41.570846],[-72.218424,41.540706],[-72.219111,41.538823],[-72.227824,41.546211],[-72.231039,41.548753],[-72.237478,41.553234],[-72.24741,41.560375],[-72.249517,41.562723],[-72.261958,41.574009],[-72.264274,41.575767],[-72.287116,41.59415],[-72.292891,41.598132],[-72.309506,41.611522],[-72.313126,41.60953],[-72.324511,41.618578],[-72.327019,41.625106],[-72.329227,41.629605],[-72.334227,41.643606],[-72.330814,41.644706],[-72.303644,41.65399],[-72.294864,41.660167],[-72.27867,41.671983],[-72.26915,41.67126],[-72.267022,41.674664],[-72.26749,41.675602],[-72.266142,41.677281],[-72.267254,41.678055],[-72.267859,41.68154],[-72.269569,41.684816],[-72.269393,41.685716],[-72.272158,41.688626],[-72.274763,41.69069],[-72.2743,41.692456],[-72.271841,41.692383],[-72.270122,41.691335],[-72.268826,41.692399],[-72.266565,41.690681],[-72.263937,41.691842],[-72.260884,41.696687],[-72.260729,41.698653],[-72.258422,41.698447],[-72.257945,41.699577],[-72.254093,41.700507],[-72.252008,41.699086],[-72.250046,41.699661],[-72.251355,41.701231],[-72.25125,41.703332],[-72.247447,41.704116],[-72.245982,41.703727],[-72.244022,41.706537],[-72.247303,41.706936],[-72.245702,41.710959],[-72.243265,41.712261],[-72.244131,41.714389],[-72.241369,41.713266],[-72.23956,41.714199]]]},"properties":{"name":"Lebanon"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.095822,41.400406],[-72.095522,41.402206],[-72.096022,41.408806],[-72.093022,41.415806],[-72.095622,41.425306],[-72.096622,41.429406],[-72.092422,41.436706],[-72.087922,41.439406],[-72.085522,41.445106],[-72.082822,41.448906],[-72.073622,41.456306],[-72.070822,41.460306],[-72.070022,41.463606],[-72.064916,41.465704],[-72.063105,41.467499],[-72.060283,41.47149],[-72.058093,41.473594],[-72.058712,41.478302],[-72.058418,41.479904],[-72.055071,41.483653],[-72.050077,41.48495],[-72.046729,41.485231],[-72.039925,41.484457],[-72.039674,41.482898],[-72.033827,41.484805],[-72.023632,41.483109],[-72.018748,41.483888],[-72.005916,41.484805],[-71.993503,41.485309],[-71.978326,41.486096],[-71.956619,41.487406],[-71.951254,41.470193],[-71.94983,41.466245],[-71.94744,41.458225],[-71.948132,41.456919],[-71.949152,41.451685],[-71.949353,41.449229],[-71.947056,41.446399],[-71.94661,41.443363],[-71.945831,41.441682],[-71.942894,41.441387],[-71.942426,41.439575],[-71.943739,41.437484],[-71.942574,41.434803],[-71.943271,41.433654],[-71.943243,41.429075],[-71.947289,41.426878],[-71.950773,41.424525],[-71.953387,41.420289],[-71.953564,41.418574],[-71.956464,41.415669],[-71.956872,41.413847],[-71.95827,41.412745],[-71.961011,41.412525],[-71.962817,41.411457],[-71.962402,41.410126],[-71.963676,41.40703],[-71.962655,41.404107],[-71.962201,41.400808],[-71.963046,41.400223],[-71.961296,41.397907],[-71.973422,41.398305],[-71.992988,41.398784],[-72.011218,41.399026],[-72.022373,41.39935],[-72.041743,41.399511],[-72.042331,41.399414],[-72.061076,41.399909],[-72.070121,41.399906],[-72.080492,41.400194],[-72.095822,41.400406]]]},"properties":{"name":"Ledyard"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.031217,41.64725],[-71.975254,41.638125],[-71.976312,41.635643],[-71.979013,41.631449],[-71.979224,41.627766],[-71.97857,41.62622],[-71.979134,41.6237],[-71.982532,41.619471],[-71.983018,41.61779],[-71.982757,41.615132],[-71.984407,41.610112],[-71.986348,41.609312],[-71.99155,41.605538],[-71.990881,41.60401],[-71.98823,41.603542],[-71.984572,41.597949],[-71.984793,41.592325],[-71.986799,41.589526],[-71.987018,41.588263],[-71.984843,41.586261],[-71.984504,41.585056],[-71.985918,41.58304],[-71.988363,41.580808],[-71.989014,41.579605],[-71.989655,41.575992],[-71.988272,41.573082],[-71.988037,41.57133],[-71.988873,41.568644],[-71.989234,41.565649],[-71.990602,41.564794],[-71.992064,41.566008],[-71.994449,41.566403],[-72.000039,41.565662],[-72.003321,41.566609],[-72.007028,41.568695],[-72.010111,41.569488],[-72.011942,41.567924],[-72.012686,41.56475],[-72.013751,41.562664],[-72.015778,41.557309],[-72.01916,41.553971],[-72.022692,41.553435],[-72.026782,41.554948],[-72.029544,41.555284],[-72.032133,41.554952],[-72.035223,41.55372],[-72.036843,41.553946],[-72.041415,41.555592],[-72.046121,41.556006],[-72.043209,41.561097],[-72.0434,41.562968],[-72.045626,41.568708],[-72.045901,41.57057],[-72.045202,41.573771],[-72.041185,41.580438],[-72.041681,41.581732],[-72.044475,41.583021],[-72.045969,41.585309],[-72.047517,41.594099],[-72.047865,41.594831],[-72.047046,41.595179],[-72.043594,41.600937],[-72.040976,41.603951],[-72.037934,41.606451],[-72.035444,41.611455],[-72.037549,41.617301],[-72.037778,41.618814],[-72.03993,41.622391],[-72.040384,41.624001],[-72.040621,41.628381],[-72.039033,41.629927],[-72.032485,41.634793],[-72.031897,41.639532],[-72.03196,41.642052],[-72.030779,41.643669],[-72.031217,41.64725]]]},"properties":{"name":"Lisbon"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.369148,41.342345],[-72.372159,41.343441],[-72.377688,41.346473],[-72.379398,41.349754],[-72.37923,41.35163],[-72.377627,41.360236],[-72.377367,41.364486],[-72.376429,41.369106],[-72.374972,41.372527],[-72.374926,41.373931],[-72.376005,41.376263],[-72.381602,41.380614],[-72.382595,41.382488],[-72.384834,41.385198],[-72.387181,41.386062],[-72.394894,41.387558],[-72.397247,41.387672],[-72.402023,41.388553],[-72.405296,41.388452],[-72.411752,41.389532],[-72.416214,41.389355],[-72.421553,41.390535],[-72.423515,41.391896],[-72.425684,41.39575],[-72.426293,41.397719],[-72.425664,41.400813],[-72.425251,41.401988],[-72.425103,41.408574],[-72.42548,41.411664],[-72.426856,41.414281],[-72.430338,41.418904],[-72.43079,41.420172],[-72.433711,41.424003],[-72.427613,41.423297],[-72.409478,41.425303],[-72.40303,41.424782],[-72.399794,41.426118],[-72.390522,41.427192],[-72.339449,41.432683],[-72.305532,41.43629],[-72.304869,41.432736],[-72.286578,41.439082],[-72.276637,41.440457],[-72.277597,41.433385],[-72.279062,41.426065],[-72.2791,41.421817],[-72.279951,41.418605],[-72.280447,41.414481],[-72.281006,41.412873],[-72.282155,41.405907],[-72.280033,41.391688],[-72.279248,41.388214],[-72.277907,41.376316],[-72.277941,41.375287],[-72.276726,41.366305],[-72.28663,41.364442],[-72.29636,41.362446],[-72.304512,41.36118],[-72.31036,41.359815],[-72.326131,41.356949],[-72.331118,41.35635],[-72.334319,41.35558],[-72.336669,41.353129],[-72.338013,41.350877],[-72.339129,41.353127],[-72.350133,41.350941],[-72.354034,41.350007],[-72.354616,41.34875],[-72.354271,41.346192],[-72.360263,41.34496],[-72.36297,41.343675],[-72.366959,41.343243],[-72.369148,41.342345]]]},"properties":{"name":"Lyme"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.227625,41.518706],[-72.199523,41.513045],[-72.193489,41.511989],[-72.191059,41.514161],[-72.186722,41.512921],[-72.182539,41.512767],[-72.182239,41.516268],[-72.178297,41.515911],[-72.171165,41.513951],[-72.16572,41.510559],[-72.161983,41.510125],[-72.158997,41.508895],[-72.151071,41.50655],[-72.14405,41.504978],[-72.142452,41.504188],[-72.13613,41.50486],[-72.135417,41.504014],[-72.132935,41.502614],[-72.127227,41.503215],[-72.123711,41.502022],[-72.121077,41.502731],[-72.118296,41.502486],[-72.114893,41.500654],[-72.112178,41.500996],[-72.111683,41.502044],[-72.108319,41.502885],[-72.106215,41.501179],[-72.106721,41.499978],[-72.103955,41.49904],[-72.099214,41.494592],[-72.093683,41.497218],[-72.084014,41.493922],[-72.081021,41.492107],[-72.080499,41.489182],[-72.077614,41.485094],[-72.074426,41.481816],[-72.073425,41.478396],[-72.073625,41.474976],[-72.071324,41.471151],[-72.069922,41.465819],[-72.070022,41.463606],[-72.070822,41.460306],[-72.073622,41.456306],[-72.082822,41.448906],[-72.085522,41.445106],[-72.087922,41.439406],[-72.092422,41.436706],[-72.096622,41.429406],[-72.095622,41.425306],[-72.106479,41.426998],[-72.120118,41.42491],[-72.121258,41.424903],[-72.155538,41.420118],[-72.166182,41.41857],[-72.169808,41.418325],[-72.179376,41.416613],[-72.199669,41.413725],[-72.204657,41.413833],[-72.219308,41.412131],[-72.242025,41.443206],[-72.221525,41.446304],[-72.222463,41.456502],[-72.212688,41.457461],[-72.215125,41.473506],[-72.216812,41.481347],[-72.216767,41.485714],[-72.217525,41.494702],[-72.218254,41.500175],[-72.224437,41.509752],[-72.226276,41.513322],[-72.227625,41.518706]]]},"properties":{"name":"Montville"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.05512,41.276606],[-72.08912,41.276506],[-72.09376,41.286852],[-72.101474,41.304951],[-72.10199,41.309344],[-72.100599,41.311249],[-72.100583,41.313159],[-72.102435,41.315533],[-72.105103,41.321702],[-72.108637,41.328568],[-72.108492,41.33043],[-72.110354,41.335765],[-72.113454,41.343612],[-72.118316,41.347771],[-72.121599,41.351127],[-72.128531,41.357642],[-72.128321,41.365314],[-72.123926,41.369611],[-72.122307,41.370644],[-72.118503,41.374751],[-72.110519,41.382686],[-72.105495,41.384044],[-72.092922,41.387006],[-72.093221,41.377106],[-72.091621,41.371906],[-72.088218,41.364331],[-72.087621,41.361906],[-72.086821,41.355706],[-72.086121,41.352606],[-72.085921,41.349506],[-72.086721,41.348106],[-72.085321,41.339206],[-72.081322,41.312723],[-72.07965,41.29887],[-72.06872,41.289706],[-72.064585,41.285877],[-72.05512,41.278006],[-72.05512,41.276606]]]},"properties":{"name":"New London"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.943271,41.433654],[-71.942574,41.434803],[-71.943739,41.437484],[-71.942426,41.439575],[-71.942894,41.441387],[-71.945831,41.441682],[-71.94661,41.443363],[-71.947056,41.446399],[-71.949353,41.449229],[-71.949152,41.451685],[-71.948132,41.456919],[-71.94744,41.458225],[-71.94983,41.466245],[-71.951254,41.470193],[-71.956619,41.487406],[-71.95942,41.497306],[-71.96101,41.502002],[-71.967228,41.528674],[-71.946219,41.52588],[-71.902861,41.52027],[-71.874514,41.516592],[-71.863409,41.514934],[-71.847306,41.512942],[-71.841192,41.511864],[-71.83158,41.510771],[-71.812864,41.508158],[-71.793161,41.505712],[-71.794053,41.48791],[-71.795648,41.459992],[-71.796297,41.451524],[-71.79698,41.433711],[-71.797748,41.416842],[-71.799514,41.415846],[-71.801727,41.415666],[-71.803685,41.417436],[-71.806813,41.416681],[-71.812901,41.419412],[-71.816905,41.419935],[-71.820331,41.41939],[-71.824147,41.416772],[-71.825385,41.414695],[-71.827903,41.414342],[-71.834108,41.41159],[-71.835798,41.41224],[-71.839259,41.412398],[-71.84203,41.410714],[-71.842489,41.408722],[-71.844954,41.408855],[-71.856416,41.411772],[-71.869034,41.414383],[-71.893546,41.420739],[-71.906059,41.423892],[-71.927806,41.429558],[-71.943271,41.433654]]]},"properties":{"name":"North Stonington"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.134982,41.569537],[-72.125196,41.563353],[-72.12335,41.566863],[-72.118744,41.574386],[-72.11141,41.58791],[-72.104122,41.600806],[-72.088001,41.603785],[-72.066925,41.607452],[-72.063938,41.608306],[-72.060739,41.607237],[-72.055341,41.604644],[-72.05391,41.603389],[-72.049483,41.597462],[-72.047865,41.594831],[-72.047517,41.594099],[-72.045969,41.585309],[-72.044475,41.583021],[-72.041681,41.581732],[-72.041185,41.580438],[-72.045202,41.573771],[-72.045901,41.57057],[-72.045626,41.568708],[-72.0434,41.562968],[-72.043209,41.561097],[-72.046121,41.556006],[-72.046321,41.554906],[-72.045621,41.550606],[-72.046721,41.548106],[-72.048921,41.546306],[-72.050265,41.54181],[-72.04565,41.540573],[-72.046905,41.535173],[-72.043521,41.532516],[-72.040318,41.531104],[-72.051903,41.51745],[-72.058642,41.512086],[-72.067704,41.517542],[-72.071722,41.497906],[-72.072532,41.491897],[-72.078021,41.490714],[-72.081021,41.492107],[-72.084014,41.493922],[-72.093683,41.497218],[-72.099214,41.494592],[-72.103955,41.49904],[-72.106721,41.499978],[-72.106215,41.501179],[-72.108319,41.502885],[-72.111683,41.502044],[-72.112178,41.500996],[-72.114893,41.500654],[-72.118296,41.502486],[-72.121077,41.502731],[-72.123711,41.502022],[-72.127227,41.503215],[-72.132935,41.502614],[-72.135417,41.504014],[-72.13293,41.508936],[-72.133557,41.51237],[-72.137126,41.5232],[-72.139059,41.52974],[-72.140657,41.536295],[-72.140549,41.536824],[-72.136203,41.543734],[-72.133883,41.546393],[-72.132681,41.548473],[-72.132582,41.55505],[-72.132137,41.560111],[-72.132124,41.56485],[-72.135763,41.568938],[-72.134982,41.569537]]]},"properties":{"name":"Norwich"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.248524,41.275905],[-72.249524,41.274805],[-72.259825,41.273505],[-72.270525,41.273805],[-72.282226,41.273413],[-72.290326,41.272505],[-72.302326,41.271505],[-72.311356,41.271315],[-72.328354,41.271506],[-72.333528,41.272206],[-72.338319,41.275535],[-72.341706,41.280494],[-72.343141,41.286452],[-72.349549,41.29631],[-72.349931,41.300002],[-72.349232,41.310918],[-72.347445,41.318549],[-72.347917,41.321792],[-72.349122,41.3245],[-72.351243,41.326377],[-72.35338,41.329841],[-72.357835,41.335143],[-72.36249,41.33895],[-72.366059,41.341087],[-72.369148,41.342345],[-72.366959,41.343243],[-72.36297,41.343675],[-72.360263,41.34496],[-72.354271,41.346192],[-72.354616,41.34875],[-72.354034,41.350007],[-72.350133,41.350941],[-72.339129,41.353127],[-72.338013,41.350877],[-72.336669,41.353129],[-72.334319,41.35558],[-72.331118,41.35635],[-72.326131,41.356949],[-72.31036,41.359815],[-72.304512,41.36118],[-72.29636,41.362446],[-72.28663,41.364442],[-72.276726,41.366305],[-72.274505,41.3561],[-72.270719,41.350454],[-72.265612,41.340923],[-72.265094,41.339282],[-72.261333,41.334006],[-72.259313,41.329694],[-72.256403,41.325908],[-72.258144,41.323398],[-72.258321,41.321853],[-72.25707,41.320432],[-72.256031,41.3156],[-72.25474,41.312537],[-72.254608,41.309915],[-72.253281,41.309543],[-72.250621,41.304726],[-72.248789,41.300042],[-72.248343,41.29734],[-72.248524,41.275905]]]},"properties":{"name":"Old Lyme"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.070022,41.463606],[-72.069922,41.465819],[-72.071324,41.471151],[-72.073625,41.474976],[-72.073425,41.478396],[-72.074426,41.481816],[-72.077614,41.485094],[-72.080499,41.489182],[-72.081021,41.492107],[-72.078021,41.490714],[-72.072532,41.491897],[-72.071722,41.497906],[-72.067704,41.517542],[-72.058642,41.512086],[-72.051903,41.51745],[-72.040318,41.531104],[-72.043521,41.532516],[-72.046905,41.535173],[-72.04565,41.540573],[-72.050265,41.54181],[-72.048921,41.546306],[-72.046721,41.548106],[-72.045621,41.550606],[-72.046321,41.554906],[-72.046121,41.556006],[-72.041415,41.555592],[-72.036843,41.553946],[-72.035223,41.55372],[-72.032133,41.554952],[-72.029544,41.555284],[-72.026782,41.554948],[-72.022692,41.553435],[-72.01916,41.553971],[-72.015778,41.557309],[-72.013751,41.562664],[-72.012686,41.56475],[-72.011942,41.567924],[-72.010111,41.569488],[-72.007028,41.568695],[-72.003321,41.566609],[-72.000039,41.565662],[-71.994449,41.566403],[-71.992064,41.566008],[-71.990602,41.564794],[-71.989234,41.565649],[-71.982162,41.565927],[-71.954581,41.566538],[-71.940117,41.553568],[-71.926041,41.541044],[-71.902861,41.52027],[-71.946219,41.52588],[-71.967228,41.528674],[-71.96101,41.502002],[-71.95942,41.497306],[-71.956619,41.487406],[-71.978326,41.486096],[-71.993503,41.485309],[-72.005916,41.484805],[-72.018748,41.483888],[-72.023632,41.483109],[-72.033827,41.484805],[-72.039674,41.482898],[-72.039925,41.484457],[-72.046729,41.485231],[-72.050077,41.48495],[-72.055071,41.483653],[-72.058418,41.479904],[-72.058712,41.478302],[-72.058093,41.473594],[-72.060283,41.47149],[-72.063105,41.467499],[-72.064916,41.465704],[-72.070022,41.463606]]]},"properties":{"name":"Preston"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.242025,41.443206],[-72.248754,41.442595],[-72.276637,41.440457],[-72.286578,41.439082],[-72.304869,41.432736],[-72.305532,41.43629],[-72.312538,41.478419],[-72.315247,41.478099],[-72.321257,41.508915],[-72.322932,41.518127],[-72.314402,41.519165],[-72.282091,41.52576],[-72.229684,41.536791],[-72.219111,41.538823],[-72.220968,41.536006],[-72.224124,41.530306],[-72.226447,41.525308],[-72.227625,41.518706],[-72.226276,41.513322],[-72.224437,41.509752],[-72.218254,41.500175],[-72.217525,41.494702],[-72.216767,41.485714],[-72.216812,41.481347],[-72.215125,41.473506],[-72.212688,41.457461],[-72.222463,41.456502],[-72.221525,41.446304],[-72.242025,41.443206]]]},"properties":{"name":"Salem"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.120329,41.661933],[-72.105652,41.659536],[-72.103524,41.659313],[-72.0924,41.657194],[-72.062052,41.652247],[-72.031217,41.64725],[-72.030779,41.643669],[-72.03196,41.642052],[-72.031897,41.639532],[-72.032485,41.634793],[-72.039033,41.629927],[-72.040621,41.628381],[-72.040384,41.624001],[-72.03993,41.622391],[-72.037778,41.618814],[-72.037549,41.617301],[-72.035444,41.611455],[-72.037934,41.606451],[-72.040976,41.603951],[-72.043594,41.600937],[-72.047046,41.595179],[-72.047865,41.594831],[-72.049483,41.597462],[-72.05391,41.603389],[-72.055341,41.604644],[-72.060739,41.607237],[-72.063938,41.608306],[-72.066925,41.607452],[-72.088001,41.603785],[-72.104122,41.600806],[-72.108455,41.617905],[-72.111313,41.628744],[-72.113399,41.635011],[-72.120329,41.661933]]]},"properties":{"name":"Sprague"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.961296,41.397907],[-71.963046,41.400223],[-71.962201,41.400808],[-71.962655,41.404107],[-71.963676,41.40703],[-71.962402,41.410126],[-71.962817,41.411457],[-71.961011,41.412525],[-71.95827,41.412745],[-71.956872,41.413847],[-71.956464,41.415669],[-71.953564,41.418574],[-71.953387,41.420289],[-71.950773,41.424525],[-71.947289,41.426878],[-71.943243,41.429075],[-71.943271,41.433654],[-71.927806,41.429558],[-71.906059,41.423892],[-71.893546,41.420739],[-71.869034,41.414383],[-71.856416,41.411772],[-71.844954,41.408855],[-71.842489,41.408722],[-71.843592,41.405339],[-71.841554,41.403054],[-71.841069,41.399666],[-71.842245,41.396887],[-71.84221,41.395388],[-71.838119,41.390562],[-71.835709,41.38986],[-71.833131,41.387847],[-71.832592,41.386393],[-71.833528,41.382272],[-71.830798,41.378356],[-71.832135,41.377067],[-71.8327,41.375317],[-71.831653,41.372234],[-71.83207,41.369871],[-71.837035,41.366294],[-71.837634,41.365507],[-71.837808,41.359002],[-71.836769,41.355111],[-71.836045,41.353996],[-71.831304,41.351303],[-71.82978,41.346237],[-71.829366,41.34244],[-71.837281,41.335076],[-71.844612,41.330738],[-71.84771,41.329612],[-71.851924,41.324672],[-71.857459,41.320797],[-71.866539,41.319193],[-71.874514,41.321876],[-71.882132,41.325681],[-71.892006,41.330283],[-71.892832,41.327814],[-71.900302,41.316054],[-71.901659,41.312691],[-71.907259,41.304491],[-71.929452,41.310395],[-71.979148,41.30004],[-71.981113,41.31116],[-71.980148,41.31434],[-71.976848,41.320039],[-71.980748,41.326339],[-71.981248,41.328739],[-71.979918,41.330406],[-71.976118,41.333006],[-71.97506,41.337158],[-71.97326,41.340327],[-71.969551,41.345132],[-71.970218,41.349106],[-71.971122,41.351374],[-71.970276,41.352096],[-71.967075,41.358069],[-71.967711,41.3612],[-71.966922,41.365674],[-71.967325,41.369744],[-71.965493,41.374148],[-71.964529,41.375073],[-71.96353,41.37912],[-71.96422,41.382601],[-71.961219,41.386788],[-71.958633,41.388123],[-71.960645,41.390059],[-71.960806,41.394868],[-71.958686,41.397867],[-71.961296,41.397907]]]},"properties":{"name":"Stonington"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.793161,41.505712],[-71.812864,41.508158],[-71.83158,41.510771],[-71.841192,41.511864],[-71.847306,41.512942],[-71.863409,41.514934],[-71.871822,41.559927],[-71.874269,41.572766],[-71.874972,41.578894],[-71.876357,41.584602],[-71.876379,41.585955],[-71.88007,41.608006],[-71.88322,41.625106],[-71.883871,41.63003],[-71.884423,41.641212],[-71.874517,41.642137],[-71.857918,41.644235],[-71.846993,41.643765],[-71.82009,41.641852],[-71.817438,41.641874],[-71.787659,41.639926],[-71.788196,41.621659],[-71.789463,41.594336],[-71.790814,41.563379],[-71.791654,41.539727],[-71.792486,41.51978],[-71.793161,41.505712]]]},"properties":{"name":"Voluntown"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.08912,41.276506],[-72.154222,41.276205],[-72.184523,41.276005],[-72.182906,41.315971],[-72.182621,41.320621],[-72.177529,41.322224],[-72.1762,41.324008],[-72.179853,41.32574],[-72.180492,41.328064],[-72.179301,41.334631],[-72.179936,41.336652],[-72.181123,41.342705],[-72.182923,41.344205],[-72.188223,41.345605],[-72.188823,41.346405],[-72.188123,41.349505],[-72.189615,41.354602],[-72.189431,41.358474],[-72.193032,41.367106],[-72.192589,41.369068],[-72.193257,41.37046],[-72.191562,41.373078],[-72.192765,41.375557],[-72.212124,41.402305],[-72.219308,41.412131],[-72.204657,41.413833],[-72.199669,41.413725],[-72.179376,41.416613],[-72.169808,41.418325],[-72.166182,41.41857],[-72.155538,41.420118],[-72.121258,41.424903],[-72.120118,41.42491],[-72.106479,41.426998],[-72.095622,41.425306],[-72.093022,41.415806],[-72.096022,41.408806],[-72.095522,41.402206],[-72.095822,41.400406],[-72.097222,41.396206],[-72.094222,41.392706],[-72.092922,41.388906],[-72.092922,41.387006],[-72.105495,41.384044],[-72.110519,41.382686],[-72.118503,41.374751],[-72.122307,41.370644],[-72.123926,41.369611],[-72.128321,41.365314],[-72.128531,41.357642],[-72.121599,41.351127],[-72.118316,41.347771],[-72.113454,41.343612],[-72.110354,41.335765],[-72.108492,41.33043],[-72.108637,41.328568],[-72.105103,41.321702],[-72.102435,41.315533],[-72.100583,41.313159],[-72.100599,41.311249],[-72.10199,41.309344],[-72.101474,41.304951],[-72.09376,41.286852],[-72.08912,41.276506]]]},"properties":{"name":"Waterford"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.113996,41.831699],[-72.125951,41.833919],[-72.133986,41.834587],[-72.145114,41.834864],[-72.164559,41.834922],[-72.200234,41.835054],[-72.21772,41.835193],[-72.216901,41.884473],[-72.216457,41.888071],[-72.216307,41.892827],[-72.21664,41.898641],[-72.216535,41.910712],[-72.216704,41.923124],[-72.217289,41.94325],[-72.217261,41.949362],[-72.216981,41.95817],[-72.207081,41.958622],[-72.195777,41.959326],[-72.190662,41.959153],[-72.171621,41.959428],[-72.151655,41.959311],[-72.152651,41.955709],[-72.152623,41.952943],[-72.150537,41.951609],[-72.150678,41.94947],[-72.149652,41.946957],[-72.149344,41.943955],[-72.147044,41.942538],[-72.146635,41.939076],[-72.145379,41.93834],[-72.144934,41.93422],[-72.144391,41.933259],[-72.145039,41.930626],[-72.144747,41.928826],[-72.141136,41.923727],[-72.139961,41.923195],[-72.138897,41.92117],[-72.13981,41.918383],[-72.139393,41.916193],[-72.135362,41.913399],[-72.132832,41.910419],[-72.127571,41.902709],[-72.125089,41.898621],[-72.12216,41.89442],[-72.115273,41.883431],[-72.112918,41.879331],[-72.112809,41.872416],[-72.112443,41.862789],[-72.113996,41.831699]]]},"properties":{"name":"Ashford"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.906182,41.826826],[-71.907386,41.825805],[-71.907938,41.823273],[-71.906866,41.82109],[-71.908078,41.81773],[-71.908893,41.816984],[-71.913918,41.816279],[-71.913948,41.81531],[-71.911397,41.814818],[-71.908671,41.815714],[-71.906581,41.815457],[-71.902014,41.816658],[-71.899554,41.816475],[-71.896504,41.813961],[-71.895328,41.812433],[-71.894879,41.810462],[-71.895691,41.809654],[-71.897966,41.809424],[-71.899202,41.808439],[-71.898425,41.807178],[-71.88725,41.801823],[-71.885711,41.796575],[-71.886398,41.79532],[-71.889958,41.793609],[-71.889742,41.789491],[-71.888722,41.7872],[-71.888965,41.784887],[-71.890602,41.783802],[-71.899631,41.781452],[-71.903743,41.78018],[-71.90581,41.776481],[-71.905701,41.773128],[-71.906695,41.771673],[-71.909774,41.769856],[-71.910795,41.768117],[-71.913517,41.766031],[-71.913962,41.764102],[-71.915601,41.761467],[-71.917242,41.759723],[-71.918035,41.758161],[-71.917436,41.756525],[-71.915074,41.755381],[-71.913666,41.754028],[-71.912919,41.751773],[-71.913881,41.748444],[-71.915324,41.746577],[-71.914089,41.743931],[-71.913944,41.742339],[-71.960572,41.749514],[-71.986122,41.753896],[-71.997683,41.755715],[-72.003742,41.756531],[-72.022904,41.759634],[-72.021483,41.765896],[-72.018007,41.782644],[-72.014492,41.804998],[-71.99197,41.806142],[-71.992263,41.818532],[-71.97763,41.818316],[-71.978059,41.820897],[-71.976662,41.824188],[-71.976606,41.826777],[-71.94014,41.826927],[-71.932983,41.826779],[-71.92192,41.826865],[-71.906182,41.826826]]]},"properties":{"name":"Brooklyn"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.913944,41.742339],[-71.916383,41.738709],[-71.918955,41.73614],[-71.922155,41.734395],[-71.923739,41.734115],[-71.927863,41.73494],[-71.931044,41.734772],[-71.933485,41.730737],[-71.935455,41.729482],[-71.941696,41.727026],[-71.943897,41.725323],[-71.944833,41.723018],[-71.947065,41.723142],[-71.950197,41.725242],[-71.953196,41.726418],[-71.956259,41.726227],[-71.957551,41.724046],[-71.957276,41.721751],[-71.958133,41.719625],[-71.962766,41.716142],[-71.966123,41.714708],[-71.96633,41.714073],[-71.963952,41.710758],[-71.965415,41.708479],[-71.962589,41.705504],[-71.961888,41.699547],[-71.962673,41.698096],[-71.962409,41.695779],[-71.96052,41.692535],[-71.959293,41.691914],[-71.957396,41.692592],[-71.955912,41.69178],[-71.95449,41.688851],[-71.954636,41.686169],[-71.956144,41.682699],[-71.955654,41.67978],[-71.953308,41.677069],[-71.953509,41.675292],[-71.948424,41.674777],[-71.952315,41.651835],[-71.954984,41.634807],[-71.975254,41.638125],[-72.031217,41.64725],[-72.062052,41.652247],[-72.053452,41.684381],[-72.052921,41.688281],[-72.056179,41.701383],[-72.055461,41.70685],[-72.052566,41.731432],[-72.045834,41.730482],[-72.040512,41.737056],[-72.030323,41.749979],[-72.022904,41.759634],[-72.003742,41.756531],[-71.997683,41.755715],[-71.986122,41.753896],[-71.960572,41.749514],[-71.913944,41.742339]]]},"properties":{"name":"Canterbury"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.164559,41.834922],[-72.145114,41.834864],[-72.133986,41.834587],[-72.125951,41.833919],[-72.113996,41.831699],[-72.092447,41.831679],[-72.092758,41.814197],[-72.094058,41.799029],[-72.095545,41.780181],[-72.096576,41.768329],[-72.099729,41.757114],[-72.102629,41.744444],[-72.112046,41.745906],[-72.122522,41.748777],[-72.150739,41.752851],[-72.156322,41.7535],[-72.156894,41.753827],[-72.157265,41.758803],[-72.160678,41.794154],[-72.164282,41.830195],[-72.164559,41.834922]]]},"properties":{"name":"Chaplin"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.151655,41.959311],[-72.134896,41.959275],[-72.123633,41.958989],[-72.09923,41.958957],[-72.098562,41.958956],[-72.098027,41.94212],[-72.097378,41.917712],[-72.097025,41.915003],[-72.087183,41.914839],[-72.055508,41.914518],[-72.050403,41.91475],[-72.043953,41.914561],[-72.04437,41.899582],[-72.044374,41.886462],[-72.044512,41.875106],[-72.044739,41.831557],[-72.049543,41.831496],[-72.084447,41.83174],[-72.092447,41.831679],[-72.113996,41.831699],[-72.112443,41.862789],[-72.112809,41.872416],[-72.112918,41.879331],[-72.115273,41.883431],[-72.12216,41.89442],[-72.125089,41.898621],[-72.127571,41.902709],[-72.132832,41.910419],[-72.135362,41.913399],[-72.139393,41.916193],[-72.13981,41.918383],[-72.138897,41.92117],[-72.139961,41.923195],[-72.141136,41.923727],[-72.144747,41.928826],[-72.145039,41.930626],[-72.144391,41.933259],[-72.144934,41.93422],[-72.145379,41.93834],[-72.146635,41.939076],[-72.147044,41.942538],[-72.149344,41.943955],[-72.149652,41.946957],[-72.150678,41.94947],[-72.150537,41.951609],[-72.152623,41.952943],[-72.152651,41.955709],[-72.151655,41.959311]]]},"properties":{"name":"Eastford"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.092447,41.831679],[-72.084447,41.83174],[-72.049543,41.831496],[-72.044739,41.831557],[-72.0318,41.831726],[-72.021402,41.828208],[-72.016319,41.812671],[-72.014492,41.804998],[-72.018007,41.782644],[-72.021483,41.765896],[-72.022904,41.759634],[-72.030323,41.749979],[-72.040512,41.737056],[-72.045834,41.730482],[-72.052566,41.731432],[-72.080986,41.735141],[-72.084023,41.736519],[-72.102629,41.744444],[-72.099729,41.757114],[-72.096576,41.768329],[-72.095545,41.780181],[-72.094058,41.799029],[-72.092758,41.814197],[-72.092447,41.831679]]]},"properties":{"name":"Hampton"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.906182,41.826826],[-71.904512,41.829593],[-71.904413,41.83148],[-71.907288,41.832675],[-71.910148,41.835814],[-71.910861,41.838318],[-71.914265,41.840723],[-71.916071,41.844901],[-71.918357,41.845644],[-71.919736,41.84692],[-71.920978,41.849519],[-71.922015,41.850148],[-71.925151,41.84952],[-71.92734,41.850781],[-71.927132,41.853402],[-71.926157,41.856364],[-71.92349,41.859091],[-71.923235,41.862103],[-71.921888,41.864417],[-71.919188,41.867818],[-71.917361,41.86925],[-71.914213,41.869961],[-71.912026,41.869086],[-71.909628,41.869616],[-71.908967,41.872084],[-71.905208,41.873602],[-71.903387,41.877061],[-71.901709,41.877845],[-71.898343,41.880653],[-71.892343,41.881944],[-71.867987,41.887829],[-71.852693,41.891374],[-71.832013,41.896305],[-71.824773,41.898105],[-71.811205,41.901053],[-71.796829,41.904455],[-71.796435,41.891729],[-71.795864,41.877697],[-71.794681,41.854418],[-71.794174,41.841425],[-71.793441,41.825646],[-71.793098,41.814738],[-71.792125,41.795407],[-71.791255,41.774506],[-71.798431,41.773684],[-71.822331,41.770741],[-71.838706,41.768842],[-71.871889,41.764851],[-71.87445,41.764466],[-71.891323,41.762709],[-71.917242,41.759723],[-71.915601,41.761467],[-71.913962,41.764102],[-71.913517,41.766031],[-71.910795,41.768117],[-71.909774,41.769856],[-71.906695,41.771673],[-71.905701,41.773128],[-71.90581,41.776481],[-71.903743,41.78018],[-71.899631,41.781452],[-71.890602,41.783802],[-71.888965,41.784887],[-71.888722,41.7872],[-71.889742,41.789491],[-71.889958,41.793609],[-71.886398,41.79532],[-71.885711,41.796575],[-71.88725,41.801823],[-71.898425,41.807178],[-71.899202,41.808439],[-71.897966,41.809424],[-71.895691,41.809654],[-71.894879,41.810462],[-71.895328,41.812433],[-71.896504,41.813961],[-71.899554,41.816475],[-71.902014,41.816658],[-71.906581,41.815457],[-71.908671,41.815714],[-71.911397,41.814818],[-71.913948,41.81531],[-71.913918,41.816279],[-71.908893,41.816984],[-71.908078,41.81773],[-71.906866,41.82109],[-71.907938,41.823273],[-71.907386,41.825805],[-71.906182,41.826826]]]},"properties":{"name":"Killingly"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.913944,41.742339],[-71.914089,41.743931],[-71.915324,41.746577],[-71.913881,41.748444],[-71.912919,41.751773],[-71.913666,41.754028],[-71.915074,41.755381],[-71.917436,41.756525],[-71.918035,41.758161],[-71.917242,41.759723],[-71.891323,41.762709],[-71.87445,41.764466],[-71.871889,41.764851],[-71.838706,41.768842],[-71.841124,41.751779],[-71.841862,41.747572],[-71.845214,41.725756],[-71.846498,41.716729],[-71.855706,41.6572],[-71.857918,41.644235],[-71.874517,41.642137],[-71.884423,41.641212],[-71.90907,41.638673],[-71.951937,41.634336],[-71.954984,41.634807],[-71.952315,41.651835],[-71.948424,41.674777],[-71.953509,41.675292],[-71.953308,41.677069],[-71.955654,41.67978],[-71.956144,41.682699],[-71.954636,41.686169],[-71.95449,41.688851],[-71.955912,41.69178],[-71.957396,41.692592],[-71.959293,41.691914],[-71.96052,41.692535],[-71.962409,41.695779],[-71.962673,41.698096],[-71.961888,41.699547],[-71.962589,41.705504],[-71.965415,41.708479],[-71.963952,41.710758],[-71.96633,41.714073],[-71.966123,41.714708],[-71.962766,41.716142],[-71.958133,41.719625],[-71.957276,41.721751],[-71.957551,41.724046],[-71.956259,41.726227],[-71.953196,41.726418],[-71.950197,41.725242],[-71.947065,41.723142],[-71.944833,41.723018],[-71.943897,41.725323],[-71.941696,41.727026],[-71.935455,41.729482],[-71.933485,41.730737],[-71.931044,41.734772],[-71.927863,41.73494],[-71.923739,41.734115],[-71.922155,41.734395],[-71.918955,41.73614],[-71.916383,41.738709],[-71.913944,41.742339]]]},"properties":{"name":"Plainfield"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.014492,41.804998],[-72.016319,41.812671],[-72.021402,41.828208],[-72.0318,41.831726],[-72.044739,41.831557],[-72.044512,41.875106],[-72.044374,41.886462],[-72.04437,41.899582],[-72.043953,41.914561],[-72.02158,41.914316],[-72.005218,41.914413],[-71.999425,41.914819],[-71.984886,41.915119],[-71.978667,41.91543],[-71.962809,41.915775],[-71.955946,41.916174],[-71.94783,41.916326],[-71.933848,41.91687],[-71.933002,41.909913],[-71.931674,41.905173],[-71.92731,41.900931],[-71.92566,41.897583],[-71.924039,41.892453],[-71.922508,41.888661],[-71.921231,41.886764],[-71.923475,41.883507],[-71.923063,41.881486],[-71.923727,41.878034],[-71.924966,41.874543],[-71.923205,41.87049],[-71.917361,41.86925],[-71.919188,41.867818],[-71.921888,41.864417],[-71.923235,41.862103],[-71.92349,41.859091],[-71.926157,41.856364],[-71.927132,41.853402],[-71.92734,41.850781],[-71.925151,41.84952],[-71.922015,41.850148],[-71.920978,41.849519],[-71.919736,41.84692],[-71.918357,41.845644],[-71.916071,41.844901],[-71.914265,41.840723],[-71.910861,41.838318],[-71.910148,41.835814],[-71.907288,41.832675],[-71.904413,41.83148],[-71.904512,41.829593],[-71.906182,41.826826],[-71.92192,41.826865],[-71.932983,41.826779],[-71.94014,41.826927],[-71.976606,41.826777],[-71.976662,41.824188],[-71.978059,41.820897],[-71.97763,41.818316],[-71.992263,41.818532],[-71.99197,41.806142],[-72.014492,41.804998]]]},"properties":{"name":"Pomfret"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.933848,41.91687],[-71.927356,41.917058],[-71.929545,41.924576],[-71.931793,41.931583],[-71.883905,41.932052],[-71.879275,41.931983],[-71.86494,41.932167],[-71.849271,41.932165],[-71.829166,41.93228],[-71.797895,41.932373],[-71.796829,41.904455],[-71.811205,41.901053],[-71.824773,41.898105],[-71.832013,41.896305],[-71.852693,41.891374],[-71.867987,41.887829],[-71.892343,41.881944],[-71.898343,41.880653],[-71.901709,41.877845],[-71.903387,41.877061],[-71.905208,41.873602],[-71.908967,41.872084],[-71.909628,41.869616],[-71.912026,41.869086],[-71.914213,41.869961],[-71.917361,41.86925],[-71.923205,41.87049],[-71.924966,41.874543],[-71.923727,41.878034],[-71.923063,41.881486],[-71.923475,41.883507],[-71.921231,41.886764],[-71.922508,41.888661],[-71.924039,41.892453],[-71.92566,41.897583],[-71.92731,41.900931],[-71.931674,41.905173],[-71.933002,41.909913],[-71.933848,41.91687]]]},"properties":{"name":"Putnam"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.410252,41.765513],[-72.380921,41.763868],[-72.357517,41.766849],[-72.354569,41.767158],[-72.353272,41.765852],[-72.339984,41.751208],[-72.336794,41.747482],[-72.328873,41.738827],[-72.330346,41.736213],[-72.33438,41.731466],[-72.342622,41.722336],[-72.350721,41.711889],[-72.353804,41.706737],[-72.356479,41.701505],[-72.360732,41.701106],[-72.398747,41.696916],[-72.412394,41.715806],[-72.41391,41.718591],[-72.415659,41.720464],[-72.419114,41.725111],[-72.421728,41.730351],[-72.422819,41.731968],[-72.418419,41.732114],[-72.403623,41.734],[-72.405106,41.738809],[-72.405334,41.742603],[-72.410252,41.765513]]]},"properties":{"name":"Andover"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.418892,41.806568],[-72.41627,41.795777],[-72.410252,41.765513],[-72.405334,41.742603],[-72.405106,41.738809],[-72.403623,41.734],[-72.418419,41.732114],[-72.422819,41.731968],[-72.435471,41.730281],[-72.453729,41.728209],[-72.46013,41.727307],[-72.463018,41.741901],[-72.4639,41.74558],[-72.46513,41.750206],[-72.46723,41.762906],[-72.468725,41.770483],[-72.473469,41.798273],[-72.4709,41.798606],[-72.455141,41.801457],[-72.448696,41.802104],[-72.439224,41.803631],[-72.429429,41.804909],[-72.418892,41.806568]]]},"properties":{"name":"Bolton"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.334227,41.643606],[-72.344009,41.66872],[-72.351472,41.687169],[-72.356479,41.701505],[-72.353804,41.706737],[-72.350721,41.711889],[-72.342622,41.722336],[-72.33438,41.731466],[-72.330346,41.736213],[-72.328873,41.738827],[-72.327744,41.738113],[-72.328557,41.73639],[-72.327136,41.734492],[-72.323099,41.733625],[-72.321824,41.733817],[-72.320755,41.732385],[-72.316601,41.731979],[-72.315055,41.731156],[-72.310569,41.731377],[-72.306984,41.729047],[-72.303927,41.72825],[-72.302134,41.727264],[-72.300296,41.725217],[-72.298025,41.726161],[-72.294612,41.725002],[-72.28476,41.72512],[-72.284476,41.722607],[-72.282462,41.721997],[-72.280616,41.722386],[-72.279334,41.723643],[-72.274318,41.721034],[-72.27245,41.721138],[-72.268331,41.71996],[-72.266371,41.718051],[-72.263312,41.71805],[-72.259179,41.722182],[-72.256965,41.722194],[-72.253547,41.721014],[-72.252705,41.721929],[-72.249184,41.723194],[-72.246597,41.722909],[-72.245286,41.720494],[-72.244247,41.716931],[-72.242815,41.716454],[-72.23956,41.714199],[-72.241369,41.713266],[-72.244131,41.714389],[-72.243265,41.712261],[-72.245702,41.710959],[-72.247303,41.706936],[-72.244022,41.706537],[-72.245982,41.703727],[-72.247447,41.704116],[-72.25125,41.703332],[-72.251355,41.701231],[-72.250046,41.699661],[-72.252008,41.699086],[-72.254093,41.700507],[-72.257945,41.699577],[-72.258422,41.698447],[-72.260729,41.698653],[-72.260884,41.696687],[-72.263937,41.691842],[-72.266565,41.690681],[-72.268826,41.692399],[-72.270122,41.691335],[-72.271841,41.692383],[-72.2743,41.692456],[-72.274763,41.69069],[-72.272158,41.688626],[-72.269393,41.685716],[-72.269569,41.684816],[-72.267859,41.68154],[-72.267254,41.678055],[-72.266142,41.677281],[-72.26749,41.675602],[-72.267022,41.674664],[-72.26915,41.67126],[-72.27867,41.671983],[-72.294864,41.660167],[-72.303644,41.65399],[-72.330814,41.644706],[-72.334227,41.643606]]]},"properties":{"name":"Columbia"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.328873,41.738827],[-72.336794,41.747482],[-72.339984,41.751208],[-72.353272,41.765852],[-72.354569,41.767158],[-72.357517,41.766849],[-72.380921,41.763868],[-72.410252,41.765513],[-72.41627,41.795777],[-72.418892,41.806568],[-72.420428,41.818307],[-72.421528,41.825507],[-72.405164,41.827028],[-72.395602,41.828232],[-72.376084,41.829969],[-72.357636,41.832184],[-72.337348,41.834321],[-72.336769,41.834583],[-72.312723,41.837605],[-72.309745,41.837781],[-72.310146,41.836068],[-72.310184,41.834933],[-72.308513,41.833151],[-72.310959,41.829404],[-72.313072,41.829415],[-72.31416,41.827929],[-72.312965,41.827142],[-72.314005,41.822471],[-72.31307,41.820434],[-72.313817,41.81853],[-72.316782,41.816368],[-72.316679,41.814506],[-72.315015,41.813173],[-72.315322,41.809298],[-72.316101,41.807751],[-72.316032,41.805565],[-72.310224,41.802934],[-72.309766,41.80063],[-72.312856,41.79916],[-72.311917,41.797612],[-72.309016,41.796296],[-72.305447,41.795469],[-72.303978,41.79703],[-72.299646,41.79713],[-72.295215,41.795275],[-72.291558,41.795334],[-72.280545,41.784084],[-72.280222,41.77923],[-72.276109,41.77718],[-72.275363,41.776105],[-72.275189,41.773788],[-72.271983,41.771213],[-72.272411,41.767167],[-72.271118,41.766183],[-72.271055,41.764287],[-72.269513,41.764041],[-72.26891,41.762144],[-72.270395,41.761528],[-72.270873,41.759773],[-72.267905,41.75639],[-72.266132,41.75336],[-72.265772,41.750318],[-72.267659,41.747453],[-72.267394,41.744105],[-72.265772,41.743684],[-72.263536,41.740476],[-72.260679,41.734147],[-72.261351,41.732756],[-72.259702,41.729627],[-72.254004,41.729523],[-72.252644,41.72821],[-72.252004,41.727158],[-72.253202,41.725804],[-72.252013,41.724249],[-72.249524,41.724474],[-72.246597,41.722909],[-72.249184,41.723194],[-72.252705,41.721929],[-72.253547,41.721014],[-72.256965,41.722194],[-72.259179,41.722182],[-72.263312,41.71805],[-72.266371,41.718051],[-72.268331,41.71996],[-72.27245,41.721138],[-72.274318,41.721034],[-72.279334,41.723643],[-72.280616,41.722386],[-72.282462,41.721997],[-72.284476,41.722607],[-72.28476,41.72512],[-72.294612,41.725002],[-72.298025,41.726161],[-72.300296,41.725217],[-72.302134,41.727264],[-72.303927,41.72825],[-72.306984,41.729047],[-72.310569,41.731377],[-72.315055,41.731156],[-72.316601,41.731979],[-72.320755,41.732385],[-72.321824,41.733817],[-72.323099,41.733625],[-72.327136,41.734492],[-72.328557,41.73639],[-72.327744,41.738113],[-72.328873,41.738827]]]},"properties":{"name":"Coventry"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.30685,41.94061],[-72.307545,41.937518],[-72.30922,41.933545],[-72.308873,41.931101],[-72.306905,41.929636],[-72.307747,41.929388],[-72.321576,41.928154],[-72.344669,41.925334],[-72.352336,41.924291],[-72.372703,41.921782],[-72.383472,41.920595],[-72.394693,41.919517],[-72.411543,41.917657],[-72.429517,41.915031],[-72.431312,41.915057],[-72.42933,41.893911],[-72.429623,41.891907],[-72.42878,41.881279],[-72.428018,41.874607],[-72.441663,41.872797],[-72.458395,41.870809],[-72.463103,41.870108],[-72.481929,41.867805],[-72.48533,41.867206],[-72.495538,41.866],[-72.496811,41.860625],[-72.501928,41.859466],[-72.518331,41.856908],[-72.517331,41.869906],[-72.516931,41.873506],[-72.516228,41.888151],[-72.515231,41.899206],[-72.51513,41.906106],[-72.514732,41.913406],[-72.514131,41.928604],[-72.514129,41.932573],[-72.513631,41.943006],[-72.513331,41.94541],[-72.505529,41.946406],[-72.49273,41.947506],[-72.490143,41.947722],[-72.482349,41.949001],[-72.457974,41.951789],[-72.44733,41.953115],[-72.430064,41.95501],[-72.425224,41.955407],[-72.412119,41.956892],[-72.406747,41.957173],[-72.407327,41.941806],[-72.407227,41.941406],[-72.391521,41.941707],[-72.371765,41.941813],[-72.366792,41.94151],[-72.353578,41.941467],[-72.326248,41.941102],[-72.30685,41.94061]]]},"properties":{"name":"Ellington"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.45223,41.688807],[-72.45303,41.692307],[-72.45693,41.711307],[-72.46013,41.727307],[-72.453729,41.728209],[-72.435471,41.730281],[-72.422819,41.731968],[-72.421728,41.730351],[-72.419114,41.725111],[-72.415659,41.720464],[-72.41391,41.718591],[-72.412394,41.715806],[-72.398747,41.696916],[-72.360732,41.701106],[-72.356479,41.701505],[-72.351472,41.687169],[-72.344009,41.66872],[-72.334227,41.643606],[-72.329227,41.629605],[-72.327019,41.625106],[-72.324511,41.618578],[-72.328096,41.605479],[-72.343541,41.599258],[-72.352263,41.599067],[-72.355852,41.597618],[-72.358886,41.598292],[-72.360612,41.599313],[-72.361592,41.600799],[-72.36372,41.601167],[-72.365218,41.599788],[-72.367821,41.600208],[-72.371367,41.599492],[-72.375448,41.601332],[-72.376596,41.597709],[-72.377614,41.596245],[-72.380518,41.595473],[-72.382036,41.593815],[-72.38237,41.592074],[-72.38386,41.590788],[-72.383762,41.589132],[-72.384955,41.588558],[-72.394104,41.592811],[-72.401196,41.595499],[-72.404462,41.59717],[-72.407329,41.599406],[-72.408929,41.601906],[-72.41063,41.601806],[-72.409486,41.608603],[-72.409509,41.620054],[-72.408972,41.622636],[-72.407882,41.625104],[-72.409218,41.630757],[-72.413552,41.634512],[-72.413853,41.636924],[-72.420928,41.648207],[-72.42753,41.659707],[-72.42943,41.662307],[-72.43733,41.666606],[-72.44813,41.671906],[-72.45163,41.687107],[-72.45223,41.688807]]]},"properties":{"name":"Hebron"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.156322,41.7535],[-72.157627,41.751813],[-72.160802,41.750132],[-72.16486,41.750011],[-72.165812,41.751715],[-72.168485,41.75224],[-72.171649,41.748476],[-72.174127,41.751193],[-72.176038,41.751445],[-72.177991,41.752669],[-72.177871,41.755379],[-72.1832,41.756137],[-72.187657,41.75519],[-72.187986,41.75375],[-72.185887,41.752359],[-72.186655,41.75122],[-72.189405,41.750106],[-72.188772,41.748423],[-72.189418,41.746715],[-72.192876,41.744353],[-72.195645,41.739619],[-72.19569,41.737038],[-72.19444,41.734953],[-72.192912,41.734727],[-72.190999,41.732588],[-72.192105,41.730421],[-72.19497,41.729978],[-72.198918,41.731454],[-72.199013,41.729406],[-72.198127,41.728184],[-72.206297,41.728045],[-72.228503,41.728084],[-72.252644,41.72821],[-72.254004,41.729523],[-72.259702,41.729627],[-72.261351,41.732756],[-72.260679,41.734147],[-72.263536,41.740476],[-72.265772,41.743684],[-72.267394,41.744105],[-72.267659,41.747453],[-72.265772,41.750318],[-72.266132,41.75336],[-72.267905,41.75639],[-72.270873,41.759773],[-72.270395,41.761528],[-72.26891,41.762144],[-72.269513,41.764041],[-72.271055,41.764287],[-72.271118,41.766183],[-72.272411,41.767167],[-72.271983,41.771213],[-72.275189,41.773788],[-72.275363,41.776105],[-72.276109,41.77718],[-72.280222,41.77923],[-72.280545,41.784084],[-72.291558,41.795334],[-72.295215,41.795275],[-72.299646,41.79713],[-72.303978,41.79703],[-72.305447,41.795469],[-72.309016,41.796296],[-72.311917,41.797612],[-72.312856,41.79916],[-72.309766,41.80063],[-72.310224,41.802934],[-72.316032,41.805565],[-72.316101,41.807751],[-72.315322,41.809298],[-72.315015,41.813173],[-72.316679,41.814506],[-72.316782,41.816368],[-72.313817,41.81853],[-72.31307,41.820434],[-72.314005,41.822471],[-72.312965,41.827142],[-72.31416,41.827929],[-72.313072,41.829415],[-72.310959,41.829404],[-72.308513,41.833151],[-72.310184,41.834933],[-72.310146,41.836068],[-72.300226,41.835899],[-72.296584,41.836268],[-72.269796,41.836027],[-72.236036,41.835431],[-72.21772,41.835193],[-72.200234,41.835054],[-72.164559,41.834922],[-72.164282,41.830195],[-72.160678,41.794154],[-72.157265,41.758803],[-72.156894,41.753827],[-72.156322,41.7535]]]},"properties":{"name":"Mansfield"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.062052,41.652247],[-72.0924,41.657194],[-72.103524,41.659313],[-72.105652,41.659536],[-72.120329,41.661933],[-72.119678,41.664451],[-72.120189,41.683491],[-72.1211,41.69746],[-72.12249,41.712762],[-72.112046,41.745906],[-72.102629,41.744444],[-72.084023,41.736519],[-72.080986,41.735141],[-72.052566,41.731432],[-72.055461,41.70685],[-72.056179,41.701383],[-72.052921,41.688281],[-72.053452,41.684381],[-72.062052,41.652247]]]},"properties":{"name":"Scotland"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.787659,41.639926],[-71.817438,41.641874],[-71.82009,41.641852],[-71.846993,41.643765],[-71.857918,41.644235],[-71.855706,41.6572],[-71.846498,41.716729],[-71.845214,41.725756],[-71.841862,41.747572],[-71.841124,41.751779],[-71.838706,41.768842],[-71.822331,41.770741],[-71.798431,41.773684],[-71.791255,41.774506],[-71.791067,41.770189],[-71.790555,41.750126],[-71.790328,41.747892],[-71.789769,41.731565],[-71.789704,41.724572],[-71.787844,41.669825],[-71.787248,41.656073],[-71.787659,41.639926]]]},"properties":{"name":"Sterling"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.797895,41.932373],[-71.829166,41.93228],[-71.849271,41.932165],[-71.86494,41.932167],[-71.879275,41.931983],[-71.883905,41.932052],[-71.931793,41.931583],[-71.942541,41.965212],[-71.945228,41.973978],[-71.953523,42.000107],[-71.956643,42.008464],[-71.963022,42.026233],[-71.954285,42.026057],[-71.939918,42.025593],[-71.890781,42.024377],[-71.88798,42.024432],[-71.865981,42.024122],[-71.835724,42.023946],[-71.804667,42.023514],[-71.80065,42.023578],[-71.800282,42.021981],[-71.799243,42.008074],[-71.798816,41.989106],[-71.79858,41.971909],[-71.798299,41.957629],[-71.798069,41.953739],[-71.797895,41.932373]]]},"properties":{"name":"Thompson"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.23956,41.714199],[-72.242815,41.716454],[-72.244247,41.716931],[-72.245286,41.720494],[-72.246597,41.722909],[-72.249524,41.724474],[-72.252013,41.724249],[-72.253202,41.725804],[-72.252004,41.727158],[-72.252644,41.72821],[-72.228503,41.728084],[-72.206297,41.728045],[-72.198127,41.728184],[-72.199013,41.729406],[-72.198918,41.731454],[-72.19497,41.729978],[-72.192105,41.730421],[-72.190999,41.732588],[-72.192912,41.734727],[-72.19444,41.734953],[-72.19569,41.737038],[-72.195645,41.739619],[-72.192876,41.744353],[-72.189418,41.746715],[-72.188772,41.748423],[-72.189405,41.750106],[-72.186655,41.75122],[-72.185887,41.752359],[-72.187986,41.75375],[-72.187657,41.75519],[-72.1832,41.756137],[-72.177871,41.755379],[-72.177991,41.752669],[-72.176038,41.751445],[-72.174127,41.751193],[-72.171649,41.748476],[-72.168485,41.75224],[-72.165812,41.751715],[-72.16486,41.750011],[-72.160802,41.750132],[-72.157627,41.751813],[-72.156322,41.7535],[-72.150739,41.752851],[-72.122522,41.748777],[-72.112046,41.745906],[-72.12249,41.712762],[-72.1211,41.69746],[-72.120189,41.683491],[-72.119678,41.664451],[-72.120329,41.661933],[-72.124784,41.66208],[-72.147951,41.665298],[-72.153392,41.665651],[-72.157547,41.657635],[-72.173335,41.667867],[-72.17547,41.669003],[-72.178277,41.671214],[-72.186652,41.676291],[-72.195532,41.682964],[-72.20824,41.692258],[-72.217177,41.69802],[-72.223907,41.702913],[-72.234998,41.7107],[-72.23956,41.714199]]]},"properties":{"name":"Windham"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.931793,41.931583],[-71.929545,41.924576],[-71.927356,41.917058],[-71.933848,41.91687],[-71.94783,41.916326],[-71.955946,41.916174],[-71.962809,41.915775],[-71.978667,41.91543],[-71.984886,41.915119],[-71.999425,41.914819],[-72.005218,41.914413],[-72.02158,41.914316],[-72.043953,41.914561],[-72.050403,41.91475],[-72.055508,41.914518],[-72.087183,41.914839],[-72.097025,41.915003],[-72.097378,41.917712],[-72.098027,41.94212],[-72.098562,41.958956],[-72.09923,41.958957],[-72.100318,41.984985],[-72.101161,41.999082],[-72.10147,42.010621],[-72.101881,42.016813],[-72.102167,42.028811],[-72.090406,42.02828],[-72.081767,42.02804],[-72.073427,42.027571],[-72.063497,42.027356],[-72.04248,42.027378],[-72.023745,42.027011],[-72.013259,42.027065],[-72.005981,42.026925],[-71.998335,42.027001],[-71.987681,42.026893],[-71.971352,42.026538],[-71.963022,42.026233],[-71.956643,42.008464],[-71.953523,42.000107],[-71.945228,41.973978],[-71.942541,41.965212],[-71.931793,41.931583]]]},"properties":{"name":"Woodstock"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.49273,41.947506],[-72.498929,41.977902],[-72.499731,41.984304],[-72.503229,42.003304],[-72.504631,42.009505],[-72.509193,42.03415],[-72.479857,42.033907],[-72.460122,42.03404],[-72.435769,42.033608],[-72.41881,42.033444],[-72.397432,42.033096],[-72.398779,42.024819],[-72.401349,42.004358],[-72.402032,42.000107],[-72.404491,41.97981],[-72.404425,41.979078],[-72.407059,41.957219],[-72.406747,41.957173],[-72.412119,41.956892],[-72.425224,41.955407],[-72.430064,41.95501],[-72.44733,41.953115],[-72.457974,41.951789],[-72.482349,41.949001],[-72.490143,41.947722],[-72.49273,41.947506]]]},"properties":{"name":"Somers"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.205082,42.031078],[-72.214895,42.000104],[-72.216421,41.996427],[-72.229823,41.967572],[-72.234899,41.957592],[-72.236794,41.958301],[-72.236615,41.956059],[-72.236839,41.945461],[-72.236327,41.943782],[-72.236706,41.939872],[-72.245295,41.939898],[-72.260486,41.940225],[-72.278086,41.940392],[-72.290658,41.94064],[-72.306329,41.940717],[-72.30685,41.94061],[-72.326248,41.941102],[-72.353578,41.941467],[-72.366792,41.94151],[-72.371765,41.941813],[-72.391521,41.941707],[-72.407227,41.941406],[-72.407327,41.941806],[-72.406747,41.957173],[-72.407059,41.957219],[-72.404425,41.979078],[-72.404491,41.97981],[-72.402032,42.000107],[-72.401349,42.004358],[-72.398779,42.024819],[-72.397432,42.033096],[-72.385957,42.03284],[-72.367742,42.032726],[-72.348409,42.032415],[-72.338927,42.032125],[-72.333711,42.032155],[-72.317149,42.031916],[-72.299639,42.0318],[-72.249524,42.031635],[-72.248814,42.031459],[-72.205082,42.031078]]]},"properties":{"name":"Stafford"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.428018,41.874607],[-72.42878,41.881279],[-72.429623,41.891907],[-72.42933,41.893911],[-72.431312,41.915057],[-72.429517,41.915031],[-72.411543,41.917657],[-72.394693,41.919517],[-72.383472,41.920595],[-72.372703,41.921782],[-72.352336,41.924291],[-72.344669,41.925334],[-72.321576,41.928154],[-72.307747,41.929388],[-72.306905,41.929636],[-72.306719,41.927079],[-72.30517,41.925281],[-72.305207,41.924222],[-72.303251,41.922864],[-72.301722,41.920559],[-72.299052,41.91948],[-72.297468,41.915936],[-72.297662,41.914497],[-72.296823,41.9111],[-72.293806,41.908928],[-72.293008,41.906999],[-72.291185,41.906322],[-72.290832,41.904984],[-72.292678,41.900528],[-72.291089,41.896984],[-72.293039,41.895601],[-72.299222,41.893997],[-72.30239,41.891856],[-72.303223,41.889561],[-72.299062,41.888872],[-72.298558,41.887422],[-72.301254,41.886887],[-72.302603,41.883875],[-72.306308,41.883245],[-72.306456,41.88099],[-72.308983,41.878055],[-72.308114,41.875923],[-72.309256,41.874366],[-72.311671,41.873988],[-72.311859,41.872218],[-72.310219,41.870429],[-72.31018,41.86777],[-72.307919,41.864951],[-72.307992,41.863341],[-72.306454,41.860361],[-72.307181,41.856116],[-72.303769,41.853332],[-72.304188,41.850638],[-72.30612,41.850536],[-72.309685,41.847947],[-72.308907,41.844868],[-72.309542,41.842938],[-72.308836,41.840891],[-72.309745,41.837781],[-72.312723,41.837605],[-72.336769,41.834583],[-72.337348,41.834321],[-72.357636,41.832184],[-72.376084,41.829969],[-72.395602,41.828232],[-72.405164,41.827028],[-72.421528,41.825507],[-72.424628,41.85034],[-72.427405,41.871468],[-72.428018,41.874607]]]},"properties":{"name":"Tolland"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.102167,42.028811],[-72.101881,42.016813],[-72.10147,42.010621],[-72.101161,41.999082],[-72.100318,41.984985],[-72.09923,41.958957],[-72.123633,41.958989],[-72.134896,41.959275],[-72.151655,41.959311],[-72.171621,41.959428],[-72.190662,41.959153],[-72.195777,41.959326],[-72.207081,41.958622],[-72.216981,41.95817],[-72.224373,41.957848],[-72.234899,41.957592],[-72.229823,41.967572],[-72.216421,41.996427],[-72.214895,42.000104],[-72.205082,42.031078],[-72.170599,42.030829],[-72.148665,42.030539],[-72.143105,42.030595],[-72.126177,42.029822],[-72.118568,42.029632],[-72.102167,42.028811]]]},"properties":{"name":"Union"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.473469,41.798273],[-72.47603,41.813006],[-72.485208,41.812285],[-72.491575,41.811403],[-72.507532,41.809707],[-72.505431,41.820307],[-72.504436,41.824683],[-72.499051,41.850317],[-72.498734,41.853338],[-72.496811,41.860625],[-72.495538,41.866],[-72.48533,41.867206],[-72.481929,41.867805],[-72.463103,41.870108],[-72.458395,41.870809],[-72.441663,41.872797],[-72.428018,41.874607],[-72.427405,41.871468],[-72.424628,41.85034],[-72.421528,41.825507],[-72.420428,41.818307],[-72.418892,41.806568],[-72.429429,41.804909],[-72.439224,41.803631],[-72.448696,41.802104],[-72.455141,41.801457],[-72.4709,41.798606],[-72.473469,41.798273]]]},"properties":{"name":"Vernon"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.234899,41.957592],[-72.224373,41.957848],[-72.216981,41.95817],[-72.217261,41.949362],[-72.217289,41.94325],[-72.216704,41.923124],[-72.216535,41.910712],[-72.21664,41.898641],[-72.216307,41.892827],[-72.216457,41.888071],[-72.216901,41.884473],[-72.21772,41.835193],[-72.236036,41.835431],[-72.269796,41.836027],[-72.296584,41.836268],[-72.300226,41.835899],[-72.310146,41.836068],[-72.309745,41.837781],[-72.308836,41.840891],[-72.309542,41.842938],[-72.308907,41.844868],[-72.309685,41.847947],[-72.30612,41.850536],[-72.304188,41.850638],[-72.303769,41.853332],[-72.307181,41.856116],[-72.306454,41.860361],[-72.307992,41.863341],[-72.307919,41.864951],[-72.31018,41.86777],[-72.310219,41.870429],[-72.311859,41.872218],[-72.311671,41.873988],[-72.309256,41.874366],[-72.308114,41.875923],[-72.308983,41.878055],[-72.306456,41.88099],[-72.306308,41.883245],[-72.302603,41.883875],[-72.301254,41.886887],[-72.298558,41.887422],[-72.299062,41.888872],[-72.303223,41.889561],[-72.30239,41.891856],[-72.299222,41.893997],[-72.293039,41.895601],[-72.291089,41.896984],[-72.292678,41.900528],[-72.290832,41.904984],[-72.291185,41.906322],[-72.293008,41.906999],[-72.293806,41.908928],[-72.296823,41.9111],[-72.297662,41.914497],[-72.297468,41.915936],[-72.299052,41.91948],[-72.301722,41.920559],[-72.303251,41.922864],[-72.305207,41.924222],[-72.30517,41.925281],[-72.306719,41.927079],[-72.306905,41.929636],[-72.308873,41.931101],[-72.30922,41.933545],[-72.307545,41.937518],[-72.30685,41.94061],[-72.306329,41.940717],[-72.290658,41.94064],[-72.278086,41.940392],[-72.260486,41.940225],[-72.245295,41.939898],[-72.236706,41.939872],[-72.236327,41.943782],[-72.236839,41.945461],[-72.236615,41.956059],[-72.236794,41.958301],[-72.234899,41.957592]]]},"properties":{"name":"Willington"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.908481,41.776051],[-72.917653,41.777747],[-72.920476,41.779581],[-72.921597,41.782545],[-72.924947,41.787793],[-72.92466,41.792623],[-72.925524,41.79871],[-72.928083,41.801773],[-72.927415,41.803715],[-72.924254,41.804802],[-72.921392,41.805202],[-72.921184,41.807125],[-72.919771,41.806958],[-72.915362,41.80757],[-72.915855,41.810386],[-72.887772,41.813942],[-72.885845,41.813899],[-72.870202,41.816138],[-72.866357,41.816496],[-72.857086,41.817816],[-72.848817,41.818744],[-72.84003,41.820224],[-72.819309,41.822442],[-72.808012,41.823896],[-72.798553,41.824893],[-72.79783,41.814324],[-72.798328,41.811024],[-72.797242,41.804707],[-72.797955,41.796553],[-72.798943,41.791934],[-72.800043,41.791835],[-72.796743,41.758807],[-72.804127,41.758702],[-72.820132,41.757904],[-72.827743,41.759126],[-72.853145,41.762107],[-72.85929,41.762608],[-72.867028,41.763732],[-72.873219,41.764021],[-72.881055,41.76549],[-72.884192,41.765603],[-72.895238,41.764693],[-72.901218,41.768704],[-72.901078,41.771633],[-72.902159,41.775128],[-72.904717,41.776204],[-72.908481,41.776051]]]},"properties":{"name":"Avon"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.840245,41.569106],[-72.836536,41.580543],[-72.833875,41.583252],[-72.826458,41.586872],[-72.824081,41.596704],[-72.823461,41.604341],[-72.8202,41.606903],[-72.818327,41.606874],[-72.819366,41.615607],[-72.822809,41.617627],[-72.82056,41.619306],[-72.820234,41.621156],[-72.822256,41.621597],[-72.81799,41.627597],[-72.825252,41.627677],[-72.825244,41.629855],[-72.824037,41.631436],[-72.823332,41.633615],[-72.81499,41.644488],[-72.814189,41.645714],[-72.800129,41.646789],[-72.796389,41.647209],[-72.778573,41.648252],[-72.771874,41.648326],[-72.76722,41.648917],[-72.758154,41.64973],[-72.750358,41.650175],[-72.749875,41.646973],[-72.736179,41.648594],[-72.727164,41.649492],[-72.727357,41.652205],[-72.722244,41.652581],[-72.715297,41.652714],[-72.713834,41.636213],[-72.713826,41.634812],[-72.71234,41.630607],[-72.713898,41.627713],[-72.715915,41.625007],[-72.715528,41.622829],[-72.713288,41.620847],[-72.71308,41.619294],[-72.711135,41.618044],[-72.712568,41.616692],[-72.712768,41.614072],[-72.713645,41.610744],[-72.715925,41.606432],[-72.714539,41.604318],[-72.72368,41.603053],[-72.729941,41.601506],[-72.731672,41.595787],[-72.742841,41.594406],[-72.752942,41.592505],[-72.752182,41.578902],[-72.769198,41.57721],[-72.780092,41.575899],[-72.801244,41.573106],[-72.805244,41.566606],[-72.809244,41.562005],[-72.810243,41.562405],[-72.819146,41.554306],[-72.821244,41.554203],[-72.826142,41.555905],[-72.825744,41.564306],[-72.829645,41.562405],[-72.827645,41.571007],[-72.840245,41.569106]]]},"properties":{"name":"Berlin"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.686138,41.802907],[-72.68604,41.800176],[-72.690077,41.800852],[-72.691394,41.807576],[-72.697817,41.807153],[-72.707759,41.806979],[-72.717591,41.806631],[-72.729432,41.806426],[-72.74044,41.806107],[-72.750622,41.805958],[-72.752594,41.805601],[-72.765439,41.805297],[-72.770857,41.805312],[-72.797242,41.804707],[-72.798328,41.811024],[-72.79783,41.814324],[-72.798553,41.824893],[-72.784551,41.826601],[-72.783337,41.826915],[-72.784439,41.833315],[-72.783487,41.836566],[-72.784268,41.837786],[-72.785157,41.843423],[-72.784441,41.855707],[-72.780849,41.862094],[-72.774541,41.874207],[-72.770404,41.880798],[-72.771388,41.885126],[-72.766946,41.895895],[-72.765055,41.902623],[-72.760586,41.905714],[-72.760504,41.902932],[-72.755599,41.900037],[-72.751729,41.898326],[-72.74848,41.896454],[-72.744942,41.896065],[-72.742201,41.894855],[-72.737807,41.892385],[-72.742965,41.877361],[-72.717701,41.87198],[-72.699646,41.86803],[-72.697684,41.867515],[-72.689692,41.866253],[-72.689519,41.860155],[-72.68823,41.838812],[-72.68681,41.823583],[-72.686138,41.802907]]]},"properties":{"name":"Bloomfield"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.998551,41.712506],[-72.978935,41.714598],[-72.971477,41.715626],[-72.969539,41.715644],[-72.959527,41.716679],[-72.946565,41.717745],[-72.943082,41.718844],[-72.930486,41.719849],[-72.926952,41.720384],[-72.91638,41.721412],[-72.905026,41.722185],[-72.898271,41.723185],[-72.897032,41.71728],[-72.895642,41.712412],[-72.894575,41.706649],[-72.893715,41.699589],[-72.892884,41.696701],[-72.891297,41.689958],[-72.889513,41.679325],[-72.886664,41.666016],[-72.886493,41.663155],[-72.88517,41.658319],[-72.883389,41.649476],[-72.901514,41.647624],[-72.910121,41.647123],[-72.923912,41.6455],[-72.922131,41.642854],[-72.921955,41.641148],[-72.92778,41.640733],[-72.928605,41.645462],[-72.938502,41.644319],[-72.950549,41.642905],[-72.96021,41.641977],[-72.96615,41.641006],[-72.983251,41.639606],[-72.985551,41.649407],[-72.985843,41.652084],[-72.98825,41.663005],[-72.992051,41.683105],[-72.993251,41.687806],[-72.993551,41.690206],[-72.995851,41.699605],[-72.997551,41.708306],[-72.998551,41.712506]]]},"properties":{"name":"Bristol"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.016937,41.798191],[-72.99955,41.800031],[-72.988438,41.801554],[-72.972747,41.803369],[-72.949025,41.806439],[-72.938187,41.807805],[-72.925624,41.80922],[-72.921184,41.807125],[-72.921392,41.805202],[-72.924254,41.804802],[-72.927415,41.803715],[-72.928083,41.801773],[-72.925524,41.79871],[-72.92466,41.792623],[-72.924947,41.787793],[-72.921597,41.782545],[-72.920476,41.779581],[-72.917653,41.777747],[-72.908481,41.776051],[-72.904928,41.758098],[-72.904247,41.750244],[-72.902687,41.744429],[-72.902003,41.739579],[-72.899831,41.732054],[-72.898271,41.723185],[-72.905026,41.722185],[-72.91638,41.721412],[-72.926952,41.720384],[-72.930486,41.719849],[-72.943082,41.718844],[-72.946565,41.717745],[-72.959527,41.716679],[-72.969539,41.715644],[-72.971477,41.715626],[-72.978935,41.714598],[-72.998551,41.712506],[-72.998951,41.714406],[-73.003294,41.736442],[-73.006646,41.750106],[-73.009058,41.761436],[-73.009996,41.764702],[-73.012257,41.77514],[-73.014408,41.786078],[-73.016535,41.795663],[-73.016937,41.798191]]]},"properties":{"name":"Burlington"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.949025,41.806439],[-72.941648,41.826203],[-72.940545,41.828804],[-72.93753,41.83728],[-72.936349,41.839806],[-72.939096,41.842514],[-72.942246,41.843453],[-72.946527,41.843636],[-72.951188,41.842705],[-72.953652,41.846688],[-72.953648,41.853893],[-72.95196,41.858155],[-72.946343,41.874036],[-72.946179,41.877243],[-72.940648,41.895205],[-72.915347,41.896806],[-72.906646,41.920205],[-72.905946,41.921705],[-72.876645,41.920805],[-72.875169,41.890745],[-72.873662,41.854359],[-72.873019,41.837398],[-72.872692,41.83568],[-72.870697,41.819126],[-72.870202,41.816138],[-72.885845,41.813899],[-72.887772,41.813942],[-72.915855,41.810386],[-72.915362,41.80757],[-72.919771,41.806958],[-72.921184,41.807125],[-72.925624,41.80922],[-72.938187,41.807805],[-72.949025,41.806439]]]},"properties":{"name":"Canton"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.737807,41.892385],[-72.742201,41.894855],[-72.744942,41.896065],[-72.74848,41.896454],[-72.751729,41.898326],[-72.755599,41.900037],[-72.760504,41.902932],[-72.760586,41.905714],[-72.758662,41.907073],[-72.75893,41.908154],[-72.761548,41.910497],[-72.762194,41.911839],[-72.764898,41.913252],[-72.764785,41.914973],[-72.767088,41.915058],[-72.767989,41.915807],[-72.768155,41.917728],[-72.770588,41.918057],[-72.778228,41.917774],[-72.785441,41.918006],[-72.778859,41.938545],[-72.775461,41.948419],[-72.775163,41.950272],[-72.771529,41.960516],[-72.767267,41.974105],[-72.76294,41.985905],[-72.744154,41.981826],[-72.728258,41.978195],[-72.720817,41.976729],[-72.708523,41.973838],[-72.707623,41.973362],[-72.711837,41.960828],[-72.71617,41.949813],[-72.704319,41.949274],[-72.687637,41.948105],[-72.693431,41.929604],[-72.695356,41.922284],[-72.695907,41.92244],[-72.703504,41.924706],[-72.713637,41.927006],[-72.722213,41.927937],[-72.729226,41.915598],[-72.737807,41.892385]]]},"properties":{"name":"East Granby"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.646036,41.797607],[-72.639896,41.798295],[-72.627788,41.798914],[-72.625014,41.798744],[-72.58349,41.800652],[-72.581533,41.789907],[-72.579991,41.782724],[-72.579837,41.780696],[-72.578473,41.774023],[-72.575626,41.757071],[-72.571234,41.733807],[-72.575482,41.733364],[-72.586511,41.73187],[-72.59777,41.730561],[-72.603952,41.729461],[-72.622576,41.726958],[-72.634241,41.725097],[-72.636336,41.724907],[-72.647837,41.727907],[-72.642637,41.735207],[-72.642537,41.739907],[-72.644637,41.745707],[-72.649037,41.750208],[-72.655937,41.754308],[-72.661337,41.758707],[-72.665115,41.76577],[-72.664909,41.769536],[-72.664161,41.772198],[-72.657937,41.776907],[-72.651837,41.779007],[-72.645936,41.785907],[-72.645236,41.791307],[-72.646036,41.797607]]]},"properties":{"name":"East Hartford"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.621735,41.904606],[-72.622679,41.917118],[-72.624091,41.929204],[-72.623435,41.934306],[-72.606933,41.936106],[-72.597938,41.936748],[-72.590424,41.937523],[-72.577368,41.938666],[-72.559892,41.940344],[-72.538607,41.943042],[-72.525104,41.94448],[-72.513331,41.94541],[-72.513631,41.943006],[-72.514129,41.932573],[-72.514131,41.928604],[-72.514732,41.913406],[-72.51513,41.906106],[-72.515231,41.899206],[-72.516228,41.888151],[-72.516931,41.873506],[-72.517331,41.869906],[-72.530833,41.869695],[-72.541322,41.869406],[-72.552679,41.869239],[-72.578989,41.868572],[-72.582562,41.868335],[-72.593604,41.868293],[-72.605602,41.868047],[-72.616604,41.868605],[-72.619265,41.868305],[-72.619466,41.879555],[-72.619694,41.88285],[-72.620449,41.887149],[-72.620442,41.890413],[-72.621544,41.893187],[-72.620686,41.897721],[-72.621735,41.904606]]]},"properties":{"name":"East Windsor"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.509193,42.03415],[-72.504631,42.009505],[-72.503229,42.003304],[-72.499731,41.984304],[-72.498929,41.977902],[-72.49273,41.947506],[-72.505529,41.946406],[-72.513331,41.94541],[-72.525104,41.94448],[-72.538607,41.943042],[-72.559892,41.940344],[-72.577368,41.938666],[-72.590424,41.937523],[-72.597938,41.936748],[-72.606933,41.936106],[-72.623435,41.934306],[-72.613965,41.943477],[-72.613102,41.94698],[-72.611635,41.960796],[-72.609534,41.964904],[-72.607034,41.973805],[-72.60358,41.98978],[-72.607534,41.999305],[-72.604906,42.011917],[-72.606934,42.025004],[-72.598334,42.025004],[-72.590233,42.024704],[-72.582333,42.024704],[-72.573236,42.030149],[-72.561387,42.031452],[-72.553231,42.032204],[-72.528131,42.034304],[-72.517331,42.034404],[-72.509193,42.03415]]]},"properties":{"name":"Enfield"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.796743,41.758807],[-72.794974,41.747476],[-72.782472,41.748181],[-72.781161,41.745927],[-72.779065,41.73023],[-72.777639,41.731097],[-72.772829,41.736855],[-72.768933,41.739584],[-72.768775,41.737579],[-72.762472,41.73771],[-72.762542,41.733461],[-72.762254,41.725773],[-72.76218,41.718349],[-72.76197,41.715803],[-72.771669,41.714621],[-72.782993,41.712848],[-72.792199,41.70578],[-72.795951,41.703407],[-72.798152,41.701207],[-72.8101,41.691837],[-72.815443,41.687828],[-72.836049,41.690905],[-72.851276,41.693523],[-72.863344,41.695406],[-72.877787,41.698103],[-72.892884,41.696701],[-72.893715,41.699589],[-72.894575,41.706649],[-72.895642,41.712412],[-72.897032,41.71728],[-72.898271,41.723185],[-72.899831,41.732054],[-72.902003,41.739579],[-72.902687,41.744429],[-72.904247,41.750244],[-72.904928,41.758098],[-72.908481,41.776051],[-72.904717,41.776204],[-72.902159,41.775128],[-72.901078,41.771633],[-72.901218,41.768704],[-72.895238,41.764693],[-72.884192,41.765603],[-72.881055,41.76549],[-72.873219,41.764021],[-72.867028,41.763732],[-72.85929,41.762608],[-72.853145,41.762107],[-72.827743,41.759126],[-72.820132,41.757904],[-72.804127,41.758702],[-72.796743,41.758807]]]},"properties":{"name":"Farmington"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.544231,41.642704],[-72.587835,41.637807],[-72.630525,41.63329],[-72.627837,41.640207],[-72.624437,41.645107],[-72.623536,41.650307],[-72.628137,41.661707],[-72.628022,41.666045],[-72.624798,41.669309],[-72.612017,41.672508],[-72.609523,41.674608],[-72.608631,41.681283],[-72.61073,41.684206],[-72.615736,41.688107],[-72.629736,41.689407],[-72.632683,41.689869],[-72.635665,41.691551],[-72.63668,41.693464],[-72.635327,41.698663],[-72.626889,41.701047],[-72.619717,41.702477],[-72.617613,41.704037],[-72.615938,41.707109],[-72.622036,41.712207],[-72.63831,41.71411],[-72.640574,41.714534],[-72.648869,41.723104],[-72.636336,41.724907],[-72.634241,41.725097],[-72.622576,41.726958],[-72.603952,41.729461],[-72.59777,41.730561],[-72.586511,41.73187],[-72.575482,41.733364],[-72.571234,41.733807],[-72.567665,41.734355],[-72.549235,41.736116],[-72.531899,41.738343],[-72.52727,41.738617],[-72.516257,41.739832],[-72.505652,41.741235],[-72.50331,41.741215],[-72.500781,41.741885],[-72.489124,41.743006],[-72.4639,41.74558],[-72.463018,41.741901],[-72.46013,41.727307],[-72.45693,41.711307],[-72.45303,41.692307],[-72.45223,41.688807],[-72.460981,41.687976],[-72.469876,41.686798],[-72.476799,41.686102],[-72.482726,41.6813],[-72.478946,41.673462],[-72.47732,41.668764],[-72.485998,41.666253],[-72.497308,41.662407],[-72.501115,41.655728],[-72.505432,41.647007],[-72.521833,41.645507],[-72.532133,41.644007],[-72.544231,41.642704]]]},"properties":{"name":"Glastonbury"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.785441,41.918006],[-72.793171,41.918291],[-72.817842,41.918701],[-72.82643,41.918916],[-72.854955,41.920312],[-72.876645,41.920805],[-72.905946,41.921705],[-72.902969,41.93137],[-72.902245,41.932004],[-72.898619,41.942198],[-72.892726,41.958154],[-72.887061,41.97313],[-72.886559,41.974734],[-72.87949,41.994219],[-72.877616,41.999],[-72.877621,42.00017],[-72.874544,42.008831],[-72.873002,42.011637],[-72.869161,42.021348],[-72.866795,42.027941],[-72.86382,42.035392],[-72.86362,42.037718],[-72.847143,42.036903],[-72.826842,42.036603],[-72.813542,42.036503],[-72.816742,41.997604],[-72.793841,42.000004],[-72.77474,42.002204],[-72.778413,41.989449],[-72.76294,41.985905],[-72.767267,41.974105],[-72.771529,41.960516],[-72.775163,41.950272],[-72.775461,41.948419],[-72.778859,41.938545],[-72.785441,41.918006]]]},"properties":{"name":"Granby"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.647837,41.727907],[-72.655603,41.729916],[-72.664836,41.728601],[-72.671165,41.728003],[-72.691036,41.725409],[-72.704839,41.724508],[-72.705939,41.724308],[-72.710234,41.724193],[-72.714562,41.723638],[-72.715001,41.731371],[-72.714896,41.737302],[-72.71537,41.744362],[-72.714783,41.756436],[-72.716152,41.765632],[-72.716471,41.770806],[-72.713903,41.777423],[-72.715206,41.787165],[-72.715163,41.789995],[-72.715854,41.795138],[-72.717081,41.801037],[-72.71802,41.802195],[-72.717591,41.806631],[-72.707759,41.806979],[-72.697817,41.807153],[-72.691394,41.807576],[-72.690077,41.800852],[-72.68604,41.800176],[-72.686138,41.802907],[-72.683247,41.803466],[-72.658676,41.807324],[-72.660431,41.806194],[-72.662743,41.805638],[-72.662862,41.8015],[-72.660295,41.801416],[-72.655736,41.806001],[-72.648486,41.806103],[-72.645641,41.805842],[-72.646036,41.797607],[-72.645236,41.791307],[-72.645936,41.785907],[-72.651837,41.779007],[-72.657937,41.776907],[-72.664161,41.772198],[-72.664909,41.769536],[-72.665115,41.76577],[-72.661337,41.758707],[-72.655937,41.754308],[-72.649037,41.750208],[-72.644637,41.745707],[-72.642537,41.739907],[-72.642637,41.735207],[-72.647837,41.727907]]]},"properties":{"name":"Hartford"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.86362,42.037718],[-72.86382,42.035392],[-72.866795,42.027941],[-72.869161,42.021348],[-72.873002,42.011637],[-72.874544,42.008831],[-72.877621,42.00017],[-72.877616,41.999],[-72.87949,41.994219],[-72.886559,41.974734],[-72.887061,41.97313],[-72.894981,41.972909],[-72.914253,41.972154],[-72.941849,41.970991],[-72.95328,41.970729],[-72.962687,41.970376],[-73.001402,41.968381],[-73.01771,41.96748],[-73.029538,41.966615],[-73.02054,42.000103],[-73.008746,42.038863],[-72.99955,42.038662],[-72.966283,42.038389],[-72.944322,42.038713],[-72.940054,42.03819],[-72.882766,42.037754],[-72.874771,42.037661],[-72.86362,42.037718]]]},"properties":{"name":"Hartland"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.58349,41.800652],[-72.579589,41.802088],[-72.575917,41.802902],[-72.555339,41.808098],[-72.535565,41.812981],[-72.530959,41.813985],[-72.521078,41.816554],[-72.516688,41.817214],[-72.513741,41.818175],[-72.505431,41.820307],[-72.507532,41.809707],[-72.491575,41.811403],[-72.485208,41.812285],[-72.47603,41.813006],[-72.473469,41.798273],[-72.468725,41.770483],[-72.46723,41.762906],[-72.46513,41.750206],[-72.4639,41.74558],[-72.489124,41.743006],[-72.500781,41.741885],[-72.50331,41.741215],[-72.505652,41.741235],[-72.516257,41.739832],[-72.52727,41.738617],[-72.531899,41.738343],[-72.549235,41.736116],[-72.567665,41.734355],[-72.571234,41.733807],[-72.575626,41.757071],[-72.578473,41.774023],[-72.579837,41.780696],[-72.579991,41.782724],[-72.581533,41.789907],[-72.58349,41.800652]]]},"properties":{"name":"Manchester"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.41063,41.601806],[-72.41723,41.590606],[-72.453931,41.585507],[-72.466731,41.583907],[-72.472603,41.592396],[-72.476922,41.599995],[-72.495731,41.631007],[-72.504876,41.645542],[-72.505432,41.647007],[-72.501115,41.655728],[-72.497308,41.662407],[-72.485998,41.666253],[-72.47732,41.668764],[-72.478946,41.673462],[-72.482726,41.6813],[-72.476799,41.686102],[-72.469876,41.686798],[-72.460981,41.687976],[-72.45223,41.688807],[-72.45163,41.687107],[-72.44813,41.671906],[-72.43733,41.666606],[-72.42943,41.662307],[-72.42753,41.659707],[-72.420928,41.648207],[-72.413853,41.636924],[-72.413552,41.634512],[-72.409218,41.630757],[-72.407882,41.625104],[-72.408972,41.622636],[-72.409509,41.620054],[-72.409486,41.608603],[-72.41063,41.601806]]]},"properties":{"name":"Marlborough"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.76197,41.715803],[-72.759724,41.702656],[-72.757042,41.685507],[-72.755984,41.681125],[-72.753475,41.666928],[-72.751916,41.659164],[-72.750553,41.653956],[-72.750358,41.650175],[-72.758154,41.64973],[-72.76722,41.648917],[-72.771874,41.648326],[-72.778573,41.648252],[-72.796389,41.647209],[-72.800129,41.646789],[-72.814189,41.645714],[-72.819186,41.645012],[-72.82074,41.655723],[-72.822574,41.655718],[-72.82429,41.661861],[-72.825625,41.668498],[-72.823412,41.672576],[-72.81978,41.683112],[-72.815443,41.687828],[-72.8101,41.691837],[-72.798152,41.701207],[-72.795951,41.703407],[-72.792199,41.70578],[-72.782993,41.712848],[-72.771669,41.714621],[-72.76197,41.715803]]]},"properties":{"name":"New Britain"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.750358,41.650175],[-72.750553,41.653956],[-72.751916,41.659164],[-72.753475,41.666928],[-72.755984,41.681125],[-72.757042,41.685507],[-72.759724,41.702656],[-72.76197,41.715803],[-72.76218,41.718349],[-72.759456,41.71839],[-72.742834,41.720703],[-72.73164,41.721808],[-72.714562,41.723638],[-72.710234,41.724193],[-72.705939,41.724308],[-72.708041,41.710382],[-72.704847,41.696983],[-72.705191,41.695308],[-72.703244,41.688923],[-72.700365,41.674581],[-72.706941,41.673722],[-72.70604,41.668807],[-72.703001,41.654279],[-72.709072,41.65316],[-72.715297,41.652714],[-72.722244,41.652581],[-72.727357,41.652205],[-72.727164,41.649492],[-72.736179,41.648594],[-72.749875,41.646973],[-72.750358,41.650175]]]},"properties":{"name":"Newington"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.815443,41.687828],[-72.81978,41.683112],[-72.823412,41.672576],[-72.825625,41.668498],[-72.82429,41.661861],[-72.822574,41.655718],[-72.846767,41.653417],[-72.864596,41.65124],[-72.883389,41.649476],[-72.88517,41.658319],[-72.886493,41.663155],[-72.886664,41.666016],[-72.889513,41.679325],[-72.891297,41.689958],[-72.892884,41.696701],[-72.877787,41.698103],[-72.863344,41.695406],[-72.851276,41.693523],[-72.836049,41.690905],[-72.815443,41.687828]]]},"properties":{"name":"Plainville"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.713898,41.627713],[-72.71234,41.630607],[-72.713826,41.634812],[-72.713834,41.636213],[-72.715297,41.652714],[-72.709072,41.65316],[-72.703001,41.654279],[-72.70604,41.668807],[-72.688375,41.671002],[-72.683112,41.671859],[-72.682408,41.670845],[-72.676924,41.669911],[-72.671747,41.669608],[-72.669827,41.66996],[-72.666971,41.672649],[-72.665338,41.680106],[-72.649116,41.684988],[-72.632074,41.686807],[-72.626981,41.687095],[-72.615736,41.688107],[-72.61073,41.684206],[-72.608631,41.681283],[-72.609523,41.674608],[-72.612017,41.672508],[-72.624798,41.669309],[-72.628022,41.666045],[-72.628137,41.661707],[-72.623536,41.650307],[-72.624437,41.645107],[-72.627837,41.640207],[-72.647137,41.637207],[-72.650838,41.636907],[-72.675683,41.63313],[-72.688639,41.631407],[-72.70234,41.629307],[-72.713898,41.627713]]]},"properties":{"name":"Rocky Hill"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.870202,41.816138],[-72.870697,41.819126],[-72.872692,41.83568],[-72.873019,41.837398],[-72.873662,41.854359],[-72.875169,41.890745],[-72.876645,41.920805],[-72.854955,41.920312],[-72.82643,41.918916],[-72.817842,41.918701],[-72.793171,41.918291],[-72.785441,41.918006],[-72.778228,41.917774],[-72.770588,41.918057],[-72.768155,41.917728],[-72.767989,41.915807],[-72.767088,41.915058],[-72.764785,41.914973],[-72.764898,41.913252],[-72.762194,41.911839],[-72.761548,41.910497],[-72.75893,41.908154],[-72.758662,41.907073],[-72.760586,41.905714],[-72.765055,41.902623],[-72.766946,41.895895],[-72.771388,41.885126],[-72.770404,41.880798],[-72.774541,41.874207],[-72.780849,41.862094],[-72.784441,41.855707],[-72.785157,41.843423],[-72.784268,41.837786],[-72.783487,41.836566],[-72.784439,41.833315],[-72.783337,41.826915],[-72.784551,41.826601],[-72.798553,41.824893],[-72.808012,41.823896],[-72.819309,41.822442],[-72.84003,41.820224],[-72.848817,41.818744],[-72.857086,41.817816],[-72.866357,41.816496],[-72.870202,41.816138]]]},"properties":{"name":"Simsbury"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.938502,41.644319],[-72.928605,41.645462],[-72.92778,41.640733],[-72.921955,41.641148],[-72.922131,41.642854],[-72.923912,41.6455],[-72.910121,41.647123],[-72.901514,41.647624],[-72.883389,41.649476],[-72.864596,41.65124],[-72.846767,41.653417],[-72.822574,41.655718],[-72.82074,41.655723],[-72.819186,41.645012],[-72.814189,41.645714],[-72.81499,41.644488],[-72.823332,41.633615],[-72.824037,41.631436],[-72.825244,41.629855],[-72.825252,41.627677],[-72.81799,41.627597],[-72.822256,41.621597],[-72.820234,41.621156],[-72.82056,41.619306],[-72.822809,41.617627],[-72.819366,41.615607],[-72.818327,41.606874],[-72.8202,41.606903],[-72.823461,41.604341],[-72.824081,41.596704],[-72.826458,41.586872],[-72.833875,41.583252],[-72.836536,41.580543],[-72.840245,41.569106],[-72.848542,41.567337],[-72.845742,41.553505],[-72.84515,41.547419],[-72.844148,41.544705],[-72.849832,41.545338],[-72.852708,41.546299],[-72.859682,41.547232],[-72.868203,41.548855],[-72.86837,41.55219],[-72.869515,41.554539],[-72.871917,41.554881],[-72.873307,41.556494],[-72.873957,41.559162],[-72.879749,41.562462],[-72.879257,41.56316],[-72.883886,41.56382],[-72.892344,41.563004],[-72.915649,41.560404],[-72.917048,41.560105],[-72.927154,41.559062],[-72.946351,41.556805],[-72.94543,41.559886],[-72.942616,41.571134],[-72.938047,41.590605],[-72.935848,41.598205],[-72.933645,41.607802],[-72.934047,41.612203],[-72.935208,41.619427],[-72.938148,41.640305],[-72.938502,41.644319]]]},"properties":{"name":"Southington"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.58349,41.800652],[-72.625014,41.798744],[-72.627788,41.798914],[-72.639896,41.798295],[-72.646036,41.797607],[-72.645641,41.805842],[-72.644255,41.813073],[-72.640395,41.825248],[-72.638928,41.828762],[-72.637235,41.830543],[-72.629936,41.837207],[-72.625612,41.845737],[-72.624903,41.848669],[-72.619265,41.868305],[-72.616604,41.868605],[-72.605602,41.868047],[-72.593604,41.868293],[-72.582562,41.868335],[-72.578989,41.868572],[-72.552679,41.869239],[-72.541322,41.869406],[-72.530833,41.869695],[-72.517331,41.869906],[-72.518331,41.856908],[-72.501928,41.859466],[-72.496811,41.860625],[-72.498734,41.853338],[-72.499051,41.850317],[-72.504436,41.824683],[-72.505431,41.820307],[-72.513741,41.818175],[-72.516688,41.817214],[-72.521078,41.816554],[-72.530959,41.813985],[-72.535565,41.812981],[-72.555339,41.808098],[-72.575917,41.802902],[-72.579589,41.802088],[-72.58349,41.800652]]]},"properties":{"name":"South Windsor"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.606934,42.025004],[-72.604906,42.011917],[-72.607534,41.999305],[-72.60358,41.98978],[-72.607034,41.973805],[-72.609534,41.964904],[-72.611635,41.960796],[-72.613102,41.94698],[-72.613965,41.943477],[-72.624535,41.9439],[-72.637679,41.944726],[-72.651745,41.946092],[-72.659513,41.946316],[-72.670975,41.946967],[-72.687637,41.948105],[-72.704319,41.949274],[-72.71617,41.949813],[-72.711837,41.960828],[-72.707623,41.973362],[-72.708523,41.973838],[-72.720817,41.976729],[-72.728258,41.978195],[-72.744154,41.981826],[-72.76294,41.985905],[-72.778413,41.989449],[-72.77474,42.002204],[-72.766739,42.003004],[-72.76614,42.007882],[-72.762556,42.008609],[-72.761819,42.010106],[-72.763243,42.012599],[-72.75986,42.016577],[-72.76231,42.018127],[-72.762961,42.019814],[-72.765483,42.020118],[-72.761318,42.022723],[-72.757072,42.021131],[-72.755704,42.024795],[-72.75453,42.025726],[-72.751766,42.029801],[-72.753703,42.032072],[-72.757084,42.033314],[-72.755995,42.036195],[-72.751341,42.036204],[-72.718938,42.036604],[-72.714138,42.036904],[-72.700037,42.036904],[-72.686137,42.036204],[-72.678435,42.035604],[-72.663205,42.03421],[-72.657436,42.033804],[-72.643457,42.032435],[-72.636834,42.032004],[-72.618135,42.031104],[-72.607934,42.030804],[-72.606934,42.025004]]]},"properties":{"name":"Suffield"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.714562,41.723638],[-72.73164,41.721808],[-72.742834,41.720703],[-72.759456,41.71839],[-72.76218,41.718349],[-72.762254,41.725773],[-72.762542,41.733461],[-72.762472,41.73771],[-72.768775,41.737579],[-72.768933,41.739584],[-72.772829,41.736855],[-72.777639,41.731097],[-72.779065,41.73023],[-72.781161,41.745927],[-72.782472,41.748181],[-72.794974,41.747476],[-72.796743,41.758807],[-72.800043,41.791835],[-72.798943,41.791934],[-72.797955,41.796553],[-72.797242,41.804707],[-72.770857,41.805312],[-72.765439,41.805297],[-72.752594,41.805601],[-72.750622,41.805958],[-72.74044,41.806107],[-72.729432,41.806426],[-72.717591,41.806631],[-72.71802,41.802195],[-72.717081,41.801037],[-72.715854,41.795138],[-72.715163,41.789995],[-72.715206,41.787165],[-72.713903,41.777423],[-72.716471,41.770806],[-72.716152,41.765632],[-72.714783,41.756436],[-72.71537,41.744362],[-72.714896,41.737302],[-72.715001,41.731371],[-72.714562,41.723638]]]},"properties":{"name":"West Hartford"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.70604,41.668807],[-72.706941,41.673722],[-72.700365,41.674581],[-72.703244,41.688923],[-72.705191,41.695308],[-72.704847,41.696983],[-72.708041,41.710382],[-72.705939,41.724308],[-72.704839,41.724508],[-72.691036,41.725409],[-72.671165,41.728003],[-72.664836,41.728601],[-72.655603,41.729916],[-72.647837,41.727907],[-72.636336,41.724907],[-72.648869,41.723104],[-72.640574,41.714534],[-72.63831,41.71411],[-72.622036,41.712207],[-72.615938,41.707109],[-72.617613,41.704037],[-72.619717,41.702477],[-72.626889,41.701047],[-72.635327,41.698663],[-72.63668,41.693464],[-72.635665,41.691551],[-72.632683,41.689869],[-72.629736,41.689407],[-72.615736,41.688107],[-72.626981,41.687095],[-72.632074,41.686807],[-72.649116,41.684988],[-72.665338,41.680106],[-72.666971,41.672649],[-72.669827,41.66996],[-72.671747,41.669608],[-72.676924,41.669911],[-72.682408,41.670845],[-72.683112,41.671859],[-72.688375,41.671002],[-72.70604,41.668807]]]},"properties":{"name":"Wethersfield"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.737807,41.892385],[-72.729226,41.915598],[-72.722213,41.927937],[-72.713637,41.927006],[-72.703504,41.924706],[-72.695907,41.92244],[-72.693224,41.920102],[-72.686138,41.918107],[-72.679562,41.917575],[-72.676368,41.916821],[-72.672694,41.915043],[-72.663981,41.908929],[-72.659392,41.906848],[-72.65252,41.904539],[-72.642749,41.900107],[-72.639835,41.897605],[-72.635428,41.903317],[-72.621735,41.904606],[-72.620686,41.897721],[-72.621544,41.893187],[-72.620442,41.890413],[-72.620449,41.887149],[-72.619694,41.88285],[-72.619466,41.879555],[-72.619265,41.868305],[-72.624903,41.848669],[-72.625612,41.845737],[-72.629936,41.837207],[-72.637235,41.830543],[-72.638928,41.828762],[-72.640395,41.825248],[-72.644255,41.813073],[-72.645641,41.805842],[-72.648486,41.806103],[-72.655736,41.806001],[-72.660295,41.801416],[-72.662862,41.8015],[-72.662743,41.805638],[-72.660431,41.806194],[-72.658676,41.807324],[-72.683247,41.803466],[-72.686138,41.802907],[-72.68681,41.823583],[-72.68823,41.838812],[-72.689519,41.860155],[-72.689692,41.866253],[-72.697684,41.867515],[-72.699646,41.86803],[-72.717701,41.87198],[-72.742965,41.877361],[-72.737807,41.892385]]]},"properties":{"name":"Windsor"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.621735,41.904606],[-72.635428,41.903317],[-72.639835,41.897605],[-72.642749,41.900107],[-72.65252,41.904539],[-72.659392,41.906848],[-72.663981,41.908929],[-72.672694,41.915043],[-72.676368,41.916821],[-72.679562,41.917575],[-72.686138,41.918107],[-72.693224,41.920102],[-72.695907,41.92244],[-72.695356,41.922284],[-72.693431,41.929604],[-72.687637,41.948105],[-72.670975,41.946967],[-72.659513,41.946316],[-72.651745,41.946092],[-72.637679,41.944726],[-72.624535,41.9439],[-72.613965,41.943477],[-72.623435,41.934306],[-72.624091,41.929204],[-72.622679,41.917118],[-72.621735,41.904606]]]},"properties":{"name":"Windsor Locks"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.524063,41.376187],[-72.533232,41.404523],[-72.538783,41.421499],[-72.52416,41.424821],[-72.505252,41.426847],[-72.503022,41.427009],[-72.450984,41.433673],[-72.445001,41.43167],[-72.437903,41.428283],[-72.435931,41.426825],[-72.433711,41.424003],[-72.43079,41.420172],[-72.430338,41.418904],[-72.426856,41.414281],[-72.42548,41.411664],[-72.425103,41.408574],[-72.425251,41.401988],[-72.425664,41.400813],[-72.431749,41.40139],[-72.433559,41.401806],[-72.436613,41.400377],[-72.437073,41.39777],[-72.439306,41.396111],[-72.442314,41.392597],[-72.446761,41.391233],[-72.459971,41.386595],[-72.454572,41.382385],[-72.498565,41.378797],[-72.511214,41.377419],[-72.51569,41.376683],[-72.522383,41.376539],[-72.524063,41.376187]]]},"properties":{"name":"Chester"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.535943,41.2546],[-72.545838,41.260312],[-72.547236,41.262507],[-72.547656,41.264331],[-72.546361,41.267406],[-72.547036,41.271608],[-72.54434,41.273705],[-72.545144,41.275484],[-72.548047,41.277423],[-72.545987,41.280343],[-72.548874,41.2819],[-72.551129,41.280591],[-72.554895,41.280595],[-72.557237,41.282],[-72.557435,41.283703],[-72.55914,41.284739],[-72.561133,41.287508],[-72.563935,41.288706],[-72.565629,41.292401],[-72.56756,41.294182],[-72.570147,41.294427],[-72.569978,41.296654],[-72.571964,41.298421],[-72.575954,41.300929],[-72.576341,41.302433],[-72.579876,41.30401],[-72.582503,41.306394],[-72.5856,41.307356],[-72.585658,41.30986],[-72.583588,41.3109],[-72.574418,41.31468],[-72.573582,41.314837],[-72.558822,41.322314],[-72.549549,41.327399],[-72.531729,41.336772],[-72.526204,41.338328],[-72.512035,41.341607],[-72.508169,41.330369],[-72.499556,41.30775],[-72.49956,41.306232],[-72.495252,41.29517],[-72.492556,41.287165],[-72.487235,41.273708],[-72.483395,41.262352],[-72.489027,41.260176],[-72.492035,41.258448],[-72.494851,41.256352],[-72.497876,41.252544],[-72.499535,41.251105],[-72.501743,41.247803],[-72.516527,41.248203],[-72.517983,41.248763],[-72.521071,41.250971],[-72.526319,41.255627],[-72.527903,41.250123],[-72.535943,41.2546]]]},"properties":{"name":"Clinton"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.627837,41.640207],[-72.630525,41.63329],[-72.630774,41.62767],[-72.625524,41.619339],[-72.61892,41.614112],[-72.617639,41.611948],[-72.617457,41.607714],[-72.619472,41.60425],[-72.622332,41.602356],[-72.628218,41.600475],[-72.635847,41.596057],[-72.638136,41.594028],[-72.640777,41.589869],[-72.643768,41.584117],[-72.645645,41.582355],[-72.647753,41.578829],[-72.648803,41.575244],[-72.651547,41.573114],[-72.654035,41.572301],[-72.656102,41.573403],[-72.65623,41.576089],[-72.65821,41.579096],[-72.660247,41.578711],[-72.661136,41.58027],[-72.665454,41.581886],[-72.668098,41.583557],[-72.667899,41.586257],[-72.665378,41.587112],[-72.667294,41.589246],[-72.66728,41.591428],[-72.670358,41.591739],[-72.673196,41.594694],[-72.671813,41.597634],[-72.67276,41.598954],[-72.675188,41.599797],[-72.676267,41.598495],[-72.678828,41.597118],[-72.680326,41.597381],[-72.680957,41.600499],[-72.684073,41.60187],[-72.689216,41.600778],[-72.693692,41.601622],[-72.69607,41.600442],[-72.701081,41.602172],[-72.703554,41.602382],[-72.705887,41.603383],[-72.70774,41.602666],[-72.708491,41.603788],[-72.712447,41.602431],[-72.714539,41.604318],[-72.715925,41.606432],[-72.713645,41.610744],[-72.712768,41.614072],[-72.712568,41.616692],[-72.711135,41.618044],[-72.71308,41.619294],[-72.713288,41.620847],[-72.715528,41.622829],[-72.715915,41.625007],[-72.713898,41.627713],[-72.70234,41.629307],[-72.688639,41.631407],[-72.675683,41.63313],[-72.650838,41.636907],[-72.647137,41.637207],[-72.627837,41.640207]]]},"properties":{"name":"Cromwell"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.513951,41.346411],[-72.518142,41.358463],[-72.524063,41.376187],[-72.522383,41.376539],[-72.51569,41.376683],[-72.511214,41.377419],[-72.498565,41.378797],[-72.454572,41.382385],[-72.459971,41.386595],[-72.446761,41.391233],[-72.442314,41.392597],[-72.439306,41.396111],[-72.437073,41.39777],[-72.436613,41.400377],[-72.433559,41.401806],[-72.431749,41.40139],[-72.425664,41.400813],[-72.426293,41.397719],[-72.425684,41.39575],[-72.423515,41.391896],[-72.421553,41.390535],[-72.416214,41.389355],[-72.411752,41.389532],[-72.405296,41.388452],[-72.402023,41.388553],[-72.397247,41.387672],[-72.394894,41.387558],[-72.387181,41.386062],[-72.384834,41.385198],[-72.382595,41.382488],[-72.394153,41.378228],[-72.398543,41.377519],[-72.412939,41.374113],[-72.424304,41.365042],[-72.425231,41.364506],[-72.441191,41.358008],[-72.446058,41.356185],[-72.454917,41.351915],[-72.468944,41.345389],[-72.472725,41.334217],[-72.476931,41.334505],[-72.489078,41.342073],[-72.498234,41.347607],[-72.513951,41.346411]]]},"properties":{"name":"Deep River"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.677897,41.496238],[-72.677596,41.494846],[-72.671063,41.49576],[-72.633702,41.500209],[-72.632952,41.49779],[-72.629497,41.488731],[-72.627904,41.485423],[-72.630822,41.478369],[-72.63704,41.463837],[-72.631361,41.459687],[-72.622648,41.454618],[-72.619175,41.451463],[-72.608961,41.443098],[-72.614792,41.441753],[-72.623702,41.441048],[-72.626891,41.440552],[-72.63838,41.439591],[-72.645027,41.43921],[-72.653673,41.438133],[-72.654194,41.438264],[-72.666834,41.435702],[-72.671093,41.435372],[-72.67874,41.433805],[-72.68254,41.433805],[-72.70494,41.430205],[-72.710421,41.429081],[-72.720641,41.427405],[-72.730472,41.425936],[-72.746142,41.423305],[-72.740341,41.436204],[-72.739121,41.438302],[-72.738529,41.446178],[-72.736569,41.464491],[-72.733887,41.485376],[-72.730972,41.486015],[-72.690105,41.493326],[-72.679163,41.494601],[-72.677897,41.496238]]]},"properties":{"name":"Durham"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.322932,41.518127],[-72.321257,41.508915],[-72.315247,41.478099],[-72.312538,41.478419],[-72.305532,41.43629],[-72.339449,41.432683],[-72.390522,41.427192],[-72.399794,41.426118],[-72.40303,41.424782],[-72.409478,41.425303],[-72.427613,41.423297],[-72.433711,41.424003],[-72.435931,41.426825],[-72.437903,41.428283],[-72.445001,41.43167],[-72.450984,41.433673],[-72.454229,41.435345],[-72.457197,41.438668],[-72.463078,41.450131],[-72.464892,41.452552],[-72.468546,41.463924],[-72.468492,41.465826],[-72.469558,41.468756],[-72.471939,41.472069],[-72.474576,41.473956],[-72.477537,41.475038],[-72.476826,41.483751],[-72.477271,41.488654],[-72.479012,41.489594],[-72.483062,41.489542],[-72.485688,41.491421],[-72.486345,41.493112],[-72.487916,41.500371],[-72.487848,41.502244],[-72.485718,41.504996],[-72.484034,41.509045],[-72.482097,41.511768],[-72.481618,41.514166],[-72.482786,41.515182],[-72.482593,41.518451],[-72.480374,41.519473],[-72.47944,41.521848],[-72.475531,41.524263],[-72.469743,41.52966],[-72.46862,41.531088],[-72.465927,41.532685],[-72.463558,41.533524],[-72.461696,41.535423],[-72.459314,41.539172],[-72.458658,41.536825],[-72.455399,41.531031],[-72.454194,41.529773],[-72.44955,41.522538],[-72.430768,41.524575],[-72.422262,41.52531],[-72.413545,41.526246],[-72.38329,41.528979],[-72.374529,41.529917],[-72.361635,41.530826],[-72.358577,41.531444],[-72.344567,41.532425],[-72.323395,41.534258],[-72.322932,41.518127]]]},"properties":{"name":"East Haddam"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.505432,41.647007],[-72.504876,41.645542],[-72.495731,41.631007],[-72.476922,41.599995],[-72.472603,41.592396],[-72.466731,41.583907],[-72.460625,41.572964],[-72.457695,41.568409],[-72.449183,41.554047],[-72.446861,41.551382],[-72.446854,41.550385],[-72.443947,41.54643],[-72.437052,41.53495],[-72.432676,41.527954],[-72.430768,41.524575],[-72.44955,41.522538],[-72.454194,41.529773],[-72.455399,41.531031],[-72.458658,41.536825],[-72.459314,41.539172],[-72.461696,41.535423],[-72.463558,41.533524],[-72.465927,41.532685],[-72.46862,41.531088],[-72.469743,41.52966],[-72.475531,41.524263],[-72.47944,41.521848],[-72.480374,41.519473],[-72.485049,41.518743],[-72.500104,41.516737],[-72.514525,41.515357],[-72.538478,41.512683],[-72.551998,41.511233],[-72.554913,41.511058],[-72.555737,41.514575],[-72.556195,41.519328],[-72.555859,41.524966],[-72.553799,41.530482],[-72.551342,41.535312],[-72.550946,41.538081],[-72.551129,41.543002],[-72.552471,41.547519],[-72.554638,41.550868],[-72.560803,41.554057],[-72.562768,41.558436],[-72.559529,41.562322],[-72.559214,41.566449],[-72.558398,41.568927],[-72.557675,41.578045],[-72.554088,41.581524],[-72.55041,41.586468],[-72.54655,41.592167],[-72.542995,41.596432],[-72.541909,41.601819],[-72.540797,41.605373],[-72.54449,41.615826],[-72.529291,41.617443],[-72.531229,41.62112],[-72.544231,41.642704],[-72.532133,41.644007],[-72.521833,41.645507],[-72.505432,41.647007]]]},"properties":{"name":"East Hampton"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.472725,41.334217],[-72.468944,41.345389],[-72.454917,41.351915],[-72.446058,41.356185],[-72.441191,41.358008],[-72.425231,41.364506],[-72.424304,41.365042],[-72.412939,41.374113],[-72.398543,41.377519],[-72.394153,41.378228],[-72.382595,41.382488],[-72.381602,41.380614],[-72.376005,41.376263],[-72.374926,41.373931],[-72.374972,41.372527],[-72.376429,41.369106],[-72.377367,41.364486],[-72.377627,41.360236],[-72.37923,41.35163],[-72.379398,41.349754],[-72.377688,41.346473],[-72.372159,41.343441],[-72.369148,41.342345],[-72.374529,41.337606],[-72.381364,41.333759],[-72.383876,41.331992],[-72.39062,41.332241],[-72.40053,41.331906],[-72.40273,41.331606],[-72.408631,41.329659],[-72.42073,41.325405],[-72.425526,41.324229],[-72.428367,41.324618],[-72.428079,41.325487],[-72.43203,41.326556],[-72.435786,41.330971],[-72.471928,41.334006],[-72.472725,41.334217]]]},"properties":{"name":"Essex"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.450984,41.433673],[-72.503022,41.427009],[-72.505252,41.426847],[-72.52416,41.424821],[-72.538783,41.421499],[-72.548918,41.419211],[-72.555343,41.418153],[-72.56629,41.415771],[-72.57,41.414778],[-72.592285,41.430912],[-72.607526,41.442141],[-72.608961,41.443098],[-72.619175,41.451463],[-72.622648,41.454618],[-72.631361,41.459687],[-72.63704,41.463837],[-72.630822,41.478369],[-72.627904,41.485423],[-72.629497,41.488731],[-72.632952,41.49779],[-72.633702,41.500209],[-72.625242,41.50125],[-72.620772,41.502014],[-72.608484,41.503544],[-72.581013,41.507496],[-72.563543,41.51013],[-72.554913,41.511058],[-72.551998,41.511233],[-72.538478,41.512683],[-72.514525,41.515357],[-72.500104,41.516737],[-72.485049,41.518743],[-72.480374,41.519473],[-72.482593,41.518451],[-72.482786,41.515182],[-72.481618,41.514166],[-72.482097,41.511768],[-72.484034,41.509045],[-72.485718,41.504996],[-72.487848,41.502244],[-72.487916,41.500371],[-72.486345,41.493112],[-72.485688,41.491421],[-72.483062,41.489542],[-72.479012,41.489594],[-72.477271,41.488654],[-72.476826,41.483751],[-72.477537,41.475038],[-72.474576,41.473956],[-72.471939,41.472069],[-72.469558,41.468756],[-72.468492,41.465826],[-72.468546,41.463924],[-72.464892,41.452552],[-72.463078,41.450131],[-72.457197,41.438668],[-72.454229,41.435345],[-72.450984,41.433673]]]},"properties":{"name":"Haddam"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.585658,41.30986],[-72.588208,41.311475],[-72.587063,41.313714],[-72.589416,41.315141],[-72.58781,41.316053],[-72.585319,41.318626],[-72.585338,41.320559],[-72.586345,41.324252],[-72.587342,41.324334],[-72.589446,41.322671],[-72.592344,41.323252],[-72.594791,41.326133],[-72.595709,41.328043],[-72.597006,41.328553],[-72.599514,41.327271],[-72.600502,41.3259],[-72.602511,41.325985],[-72.605227,41.327617],[-72.6084,41.328189],[-72.611289,41.327429],[-72.612078,41.329228],[-72.61427,41.329628],[-72.614928,41.333585],[-72.613605,41.336231],[-72.614406,41.33701],[-72.61269,41.340874],[-72.612706,41.342422],[-72.611214,41.343241],[-72.611391,41.347104],[-72.612646,41.350693],[-72.611606,41.352335],[-72.612656,41.353842],[-72.612238,41.3591],[-72.612234,41.362682],[-72.609747,41.363376],[-72.609347,41.365365],[-72.610141,41.367156],[-72.608133,41.367412],[-72.609242,41.370537],[-72.608841,41.373521],[-72.612617,41.378002],[-72.614007,41.380788],[-72.613838,41.384406],[-72.612329,41.386187],[-72.616033,41.38875],[-72.618011,41.391664],[-72.620023,41.392255],[-72.62591,41.397173],[-72.625028,41.3991],[-72.626279,41.400197],[-72.629018,41.40124],[-72.630831,41.403597],[-72.630588,41.406951],[-72.63227,41.40813],[-72.632517,41.410458],[-72.631605,41.411629],[-72.636984,41.412743],[-72.637802,41.412328],[-72.641635,41.413744],[-72.649215,41.417353],[-72.650483,41.419127],[-72.64879,41.422006],[-72.645185,41.425814],[-72.642352,41.429331],[-72.646135,41.431133],[-72.649505,41.430932],[-72.648364,41.435156],[-72.649291,41.43562],[-72.652216,41.434536],[-72.654462,41.436113],[-72.653673,41.438133],[-72.645027,41.43921],[-72.63838,41.439591],[-72.626891,41.440552],[-72.623702,41.441048],[-72.614792,41.441753],[-72.608961,41.443098],[-72.607526,41.442141],[-72.592285,41.430912],[-72.57,41.414778],[-72.56629,41.415771],[-72.555343,41.418153],[-72.548918,41.419211],[-72.538783,41.421499],[-72.533232,41.404523],[-72.524063,41.376187],[-72.518142,41.358463],[-72.513951,41.346411],[-72.512035,41.341607],[-72.526204,41.338328],[-72.531729,41.336772],[-72.549549,41.327399],[-72.558822,41.322314],[-72.573582,41.314837],[-72.574418,41.31468],[-72.583588,41.3109],[-72.585658,41.30986]]]},"properties":{"name":"Killingworth"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.733887,41.485376],[-72.743331,41.483122],[-72.744743,41.497706],[-72.74603,41.513443],[-72.746503,41.520689],[-72.747243,41.528811],[-72.748879,41.544287],[-72.742528,41.544081],[-72.734865,41.544335],[-72.733585,41.546166],[-72.72262,41.547967],[-72.711666,41.548661],[-72.711204,41.547727],[-72.700904,41.549036],[-72.694555,41.549539],[-72.6882,41.538639],[-72.688094,41.537041],[-72.682576,41.531097],[-72.680924,41.522514],[-72.68127,41.516877],[-72.68046,41.514716],[-72.679055,41.507997],[-72.677897,41.496238],[-72.679163,41.494601],[-72.690105,41.493326],[-72.730972,41.486015],[-72.733887,41.485376]]]},"properties":{"name":"Middlefield"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.714539,41.604318],[-72.712447,41.602431],[-72.708491,41.603788],[-72.70774,41.602666],[-72.705887,41.603383],[-72.703554,41.602382],[-72.701081,41.602172],[-72.69607,41.600442],[-72.693692,41.601622],[-72.689216,41.600778],[-72.684073,41.60187],[-72.680957,41.600499],[-72.680326,41.597381],[-72.678828,41.597118],[-72.676267,41.598495],[-72.675188,41.599797],[-72.67276,41.598954],[-72.671813,41.597634],[-72.673196,41.594694],[-72.670358,41.591739],[-72.66728,41.591428],[-72.667294,41.589246],[-72.665378,41.587112],[-72.667899,41.586257],[-72.668098,41.583557],[-72.665454,41.581886],[-72.661136,41.58027],[-72.660247,41.578711],[-72.65821,41.579096],[-72.65623,41.576089],[-72.656102,41.573403],[-72.654035,41.572301],[-72.651547,41.573114],[-72.648803,41.575244],[-72.648456,41.567848],[-72.647034,41.565564],[-72.644298,41.562918],[-72.638683,41.560396],[-72.628925,41.560989],[-72.623849,41.560569],[-72.61817,41.56137],[-72.611635,41.562648],[-72.60809,41.562766],[-72.603152,41.560496],[-72.595212,41.558101],[-72.592634,41.557818],[-72.588697,41.558215],[-72.579847,41.557948],[-72.573468,41.557109],[-72.565731,41.554858],[-72.560803,41.554057],[-72.554638,41.550868],[-72.552471,41.547519],[-72.551129,41.543002],[-72.550946,41.538081],[-72.551342,41.535312],[-72.553799,41.530482],[-72.555859,41.524966],[-72.556195,41.519328],[-72.555737,41.514575],[-72.554913,41.511058],[-72.563543,41.51013],[-72.581013,41.507496],[-72.608484,41.503544],[-72.620772,41.502014],[-72.625242,41.50125],[-72.633702,41.500209],[-72.671063,41.49576],[-72.677596,41.494846],[-72.677897,41.496238],[-72.679055,41.507997],[-72.68046,41.514716],[-72.68127,41.516877],[-72.680924,41.522514],[-72.682576,41.531097],[-72.688094,41.537041],[-72.6882,41.538639],[-72.694555,41.549539],[-72.700904,41.549036],[-72.711204,41.547727],[-72.711666,41.548661],[-72.72262,41.547967],[-72.733585,41.546166],[-72.734865,41.544335],[-72.742528,41.544081],[-72.748879,41.544287],[-72.750243,41.559207],[-72.750843,41.564207],[-72.752182,41.578902],[-72.752942,41.592505],[-72.742841,41.594406],[-72.731672,41.595787],[-72.729941,41.601506],[-72.72368,41.603053],[-72.714539,41.604318]]]},"properties":{"name":"Middletown"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.369148,41.342345],[-72.366059,41.341087],[-72.36249,41.33895],[-72.357835,41.335143],[-72.35338,41.329841],[-72.351243,41.326377],[-72.349122,41.3245],[-72.347917,41.321792],[-72.347445,41.318549],[-72.349232,41.310918],[-72.349931,41.300002],[-72.349549,41.29631],[-72.343141,41.286452],[-72.341706,41.280494],[-72.338319,41.275535],[-72.333528,41.272206],[-72.332154,41.27111],[-72.331498,41.268363],[-72.332902,41.265578],[-72.335618,41.263686],[-72.339555,41.261901],[-72.343309,41.261031],[-72.353486,41.259521],[-72.36457,41.257617],[-72.374529,41.256706],[-72.38503,41.253906],[-72.40033,41.255406],[-72.418231,41.257906],[-72.416636,41.278573],[-72.421585,41.283709],[-72.42847,41.302897],[-72.432853,41.314684],[-72.431709,41.31672],[-72.42873,41.319252],[-72.426474,41.321822],[-72.425526,41.324229],[-72.42073,41.325405],[-72.408631,41.329659],[-72.40273,41.331606],[-72.40053,41.331906],[-72.39062,41.332241],[-72.383876,41.331992],[-72.381364,41.333759],[-72.374529,41.337606],[-72.369148,41.342345]]]},"properties":{"name":"Old Saybrook"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.630525,41.63329],[-72.587835,41.637807],[-72.544231,41.642704],[-72.531229,41.62112],[-72.529291,41.617443],[-72.54449,41.615826],[-72.540797,41.605373],[-72.541909,41.601819],[-72.542995,41.596432],[-72.54655,41.592167],[-72.55041,41.586468],[-72.554088,41.581524],[-72.557675,41.578045],[-72.558398,41.568927],[-72.559214,41.566449],[-72.559529,41.562322],[-72.562768,41.558436],[-72.560803,41.554057],[-72.565731,41.554858],[-72.573468,41.557109],[-72.579847,41.557948],[-72.588697,41.558215],[-72.592634,41.557818],[-72.595212,41.558101],[-72.603152,41.560496],[-72.60809,41.562766],[-72.611635,41.562648],[-72.61817,41.56137],[-72.623849,41.560569],[-72.628925,41.560989],[-72.638683,41.560396],[-72.644298,41.562918],[-72.647034,41.565564],[-72.648456,41.567848],[-72.648803,41.575244],[-72.647753,41.578829],[-72.645645,41.582355],[-72.643768,41.584117],[-72.640777,41.589869],[-72.638136,41.594028],[-72.635847,41.596057],[-72.628218,41.600475],[-72.622332,41.602356],[-72.619472,41.60425],[-72.617457,41.607714],[-72.617639,41.611948],[-72.61892,41.614112],[-72.625524,41.619339],[-72.630774,41.62767],[-72.630525,41.63329]]]},"properties":{"name":"Portland"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.425526,41.324229],[-72.426474,41.321822],[-72.42873,41.319252],[-72.431709,41.31672],[-72.432853,41.314684],[-72.42847,41.302897],[-72.421585,41.283709],[-72.416636,41.278573],[-72.418231,41.257906],[-72.424778,41.257766],[-72.428228,41.256996],[-72.456833,41.250107],[-72.48705,41.250151],[-72.483395,41.262352],[-72.487235,41.273708],[-72.492556,41.287165],[-72.495252,41.29517],[-72.49956,41.306232],[-72.499556,41.30775],[-72.508169,41.330369],[-72.512035,41.341607],[-72.513951,41.346411],[-72.498234,41.347607],[-72.489078,41.342073],[-72.476931,41.334505],[-72.472725,41.334217],[-72.471928,41.334006],[-72.435786,41.330971],[-72.43203,41.326556],[-72.428079,41.325487],[-72.428367,41.324618],[-72.425526,41.324229]]]},"properties":{"name":"Westbrook"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.940648,41.895205],[-72.942125,41.894995],[-72.965773,41.893594],[-72.972624,41.893017],[-72.99813,41.891149],[-73.014907,41.890032],[-73.036503,41.888496],[-73.03994,41.888348],[-73.053535,41.887333],[-73.049224,41.904516],[-73.047884,41.909467],[-73.044212,41.924401],[-73.042657,41.931257],[-73.040437,41.939228],[-73.038337,41.947627],[-73.034025,41.96631],[-73.029538,41.966615],[-73.01771,41.96748],[-73.001402,41.968381],[-72.962687,41.970376],[-72.95328,41.970729],[-72.941849,41.970991],[-72.914253,41.972154],[-72.894981,41.972909],[-72.887061,41.97313],[-72.892726,41.958154],[-72.898619,41.942198],[-72.902245,41.932004],[-72.902969,41.93137],[-72.905946,41.921705],[-72.906646,41.920205],[-72.915347,41.896806],[-72.940648,41.895205]]]},"properties":{"name":"Barkhamsted"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.170757,41.669204],[-73.169184,41.661578],[-73.165795,41.64873],[-73.165558,41.646594],[-73.1637,41.638157],[-73.16161,41.629922],[-73.157757,41.612704],[-73.17962,41.611099],[-73.224007,41.607057],[-73.249575,41.604976],[-73.25351,41.60454],[-73.255427,41.616541],[-73.258594,41.642691],[-73.261447,41.664649],[-73.232617,41.665987],[-73.228782,41.666374],[-73.203815,41.667593],[-73.195296,41.668205],[-73.18842,41.668276],[-73.170757,41.669204]]]},"properties":{"name":"Bethlehem"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.343068,41.565863],[-73.342222,41.560624],[-73.341044,41.54958],[-73.339249,41.54452],[-73.338675,41.541089],[-73.33644,41.53379],[-73.334751,41.522383],[-73.332988,41.513502],[-73.330312,41.504417],[-73.31889,41.505197],[-73.320875,41.503623],[-73.321579,41.500423],[-73.323115,41.497911],[-73.325515,41.495319],[-73.326843,41.492711],[-73.324875,41.489575],[-73.326843,41.485975],[-73.327115,41.484535],[-73.322667,41.480775],[-73.320907,41.477015],[-73.312778,41.469943],[-73.310474,41.468823],[-73.312874,41.467423],[-73.326775,41.469523],[-73.33157,41.472685],[-73.336663,41.475703],[-73.340063,41.476703],[-73.347664,41.478103],[-73.349264,41.479403],[-73.358863,41.482102],[-73.364104,41.48529],[-73.375264,41.489202],[-73.376765,41.499002],[-73.378965,41.501902],[-73.381965,41.503602],[-73.387065,41.505202],[-73.388565,41.506502],[-73.387465,41.509102],[-73.384965,41.511002],[-73.385065,41.512502],[-73.386965,41.514802],[-73.393922,41.516881],[-73.397413,41.518282],[-73.399781,41.520108],[-73.4026,41.525114],[-73.404521,41.531222],[-73.404739,41.537028],[-73.403546,41.540584],[-73.40073,41.54259],[-73.399465,41.544032],[-73.396966,41.543704],[-73.393816,41.544782],[-73.392296,41.544792],[-73.390665,41.546854],[-73.388969,41.547884],[-73.39078,41.54968],[-73.390316,41.554298],[-73.391172,41.556033],[-73.388345,41.557586],[-73.379075,41.562151],[-73.372048,41.565113],[-73.364636,41.564894],[-73.349433,41.565689],[-73.343068,41.565863]]]},"properties":{"name":"Bridgewater"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.36178,41.918359],[-73.362541,41.920905],[-73.361355,41.922998],[-73.356668,41.925342],[-73.357183,41.927066],[-73.360381,41.929477],[-73.361688,41.931211],[-73.361119,41.932826],[-73.361883,41.934507],[-73.36479,41.934966],[-73.366345,41.936101],[-73.366415,41.937632],[-73.363337,41.941415],[-73.366459,41.943222],[-73.366271,41.946292],[-73.367159,41.948345],[-73.369632,41.950618],[-73.370157,41.951947],[-73.369824,41.954968],[-73.37008,41.957864],[-73.372538,41.959338],[-73.372923,41.961731],[-73.367855,41.966368],[-73.367136,41.971171],[-73.368452,41.973515],[-73.371637,41.976521],[-73.372983,41.980573],[-73.372431,41.982164],[-73.369988,41.983437],[-73.367075,41.982161],[-73.366257,41.984601],[-73.367998,41.987478],[-73.366738,41.992465],[-73.367477,41.994764],[-73.365921,41.996549],[-73.365876,41.998336],[-73.363977,41.998997],[-73.363237,42.001185],[-73.358623,42.001478],[-73.357358,42.002586],[-73.316588,42.00008],[-73.249538,41.994616],[-73.243606,41.99403],[-73.248966,41.969088],[-73.249346,41.964345],[-73.251981,41.955314],[-73.263042,41.916193],[-73.310068,41.917213],[-73.341094,41.918218],[-73.354988,41.9182],[-73.36178,41.918359]]]},"properties":{"name":"Canaan"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.151495,41.959735],[-73.143127,41.988633],[-73.139807,42.000491],[-73.130011,42.033053],[-73.12725,42.042063],[-73.087056,42.040889],[-73.067664,42.040156],[-73.05333,42.039879],[-73.052038,42.039731],[-73.030064,42.039206],[-73.008746,42.038863],[-73.02054,42.000103],[-73.029538,41.966615],[-73.034025,41.96631],[-73.064239,41.963922],[-73.076471,41.963404],[-73.091837,41.962511],[-73.102605,41.96227],[-73.120393,41.961363],[-73.124738,41.960981],[-73.151495,41.959735]]]},"properties":{"name":"Colebrook"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.41013,41.788294],[-73.407695,41.79217],[-73.403427,41.795398],[-73.399582,41.798774],[-73.394874,41.805058],[-73.391761,41.807472],[-73.388704,41.807203],[-73.386448,41.80825],[-73.381118,41.812147],[-73.377662,41.81352],[-73.373959,41.816828],[-73.372675,41.820368],[-73.37161,41.821543],[-73.371896,41.822828],[-73.373869,41.825074],[-73.37673,41.824852],[-73.378638,41.82566],[-73.38295,41.828984],[-73.383933,41.83011],[-73.383681,41.831951],[-73.382274,41.833823],[-73.378629,41.836657],[-73.377607,41.839563],[-73.374182,41.845539],[-73.374039,41.848035],[-73.375751,41.850316],[-73.373739,41.854268],[-73.374606,41.858111],[-73.373308,41.861689],[-73.371151,41.864204],[-73.369456,41.865309],[-73.368292,41.868383],[-73.363685,41.869201],[-73.363832,41.871605],[-73.365422,41.875008],[-73.365078,41.878692],[-73.365817,41.881949],[-73.365385,41.884284],[-73.362952,41.885409],[-73.360458,41.885861],[-73.35841,41.88706],[-73.357792,41.888188],[-73.35872,41.891911],[-73.35919,41.895999],[-73.360652,41.897063],[-73.361067,41.89904],[-73.359693,41.902406],[-73.360587,41.906291],[-73.361272,41.911681],[-73.360869,41.914666],[-73.361105,41.917568],[-73.36178,41.918359],[-73.354988,41.9182],[-73.341094,41.918218],[-73.310068,41.917213],[-73.263042,41.916193],[-73.267118,41.901351],[-73.268207,41.898141],[-73.275116,41.873769],[-73.283031,41.844615],[-73.286001,41.834145],[-73.291529,41.813354],[-73.293631,41.806098],[-73.296256,41.796271],[-73.300179,41.782395],[-73.301368,41.779012],[-73.354646,41.78026],[-73.358474,41.78045],[-73.371714,41.780641],[-73.386922,41.781019],[-73.414838,41.781457],[-73.412821,41.784885],[-73.41013,41.788294]]]},"properties":{"name":"Cornwall"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.298565,41.779036],[-73.301368,41.779012],[-73.300179,41.782395],[-73.296256,41.796271],[-73.293631,41.806098],[-73.291529,41.813354],[-73.286001,41.834145],[-73.283031,41.844615],[-73.275116,41.873769],[-73.268207,41.898141],[-73.267118,41.901351],[-73.263042,41.916193],[-73.255535,41.915807],[-73.251803,41.915856],[-73.222043,41.915163],[-73.184922,41.913851],[-73.165006,41.913255],[-73.170665,41.894283],[-73.173124,41.886334],[-73.180564,41.861235],[-73.182238,41.856097],[-73.183284,41.851953],[-73.192567,41.820987],[-73.200944,41.793162],[-73.201837,41.790022],[-73.224605,41.78815],[-73.231336,41.787179],[-73.249548,41.785325],[-73.266166,41.783117],[-73.298565,41.779036]]]},"properties":{"name":"Goshen"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.998951,41.714406],[-73.03688,41.710203],[-73.047883,41.709071],[-73.055263,41.708168],[-73.068403,41.707101],[-73.070456,41.709892],[-73.071892,41.710975],[-73.078774,41.71468],[-73.081504,41.717039],[-73.087507,41.717571],[-73.089165,41.719522],[-73.092184,41.721989],[-73.094133,41.725261],[-73.097651,41.729793],[-73.098998,41.730658],[-73.101574,41.730845],[-73.105079,41.734667],[-73.105231,41.736037],[-73.108785,41.73844],[-73.111775,41.739127],[-73.114228,41.740463],[-73.115572,41.741935],[-73.115361,41.745038],[-73.113996,41.747699],[-73.11288,41.748303],[-73.112103,41.75072],[-73.114067,41.753801],[-73.116755,41.755989],[-73.117213,41.757152],[-73.116143,41.760698],[-73.117202,41.762929],[-73.116031,41.766725],[-73.116192,41.769818],[-73.1183,41.772456],[-73.12039,41.774105],[-73.119772,41.77565],[-73.118298,41.777286],[-73.117156,41.781374],[-73.112471,41.78223],[-73.112094,41.784951],[-73.110285,41.787918],[-73.103678,41.795088],[-73.104093,41.798398],[-73.088045,41.798529],[-73.076684,41.798459],[-73.059576,41.798249],[-73.034722,41.798176],[-73.016937,41.798191],[-73.016535,41.795663],[-73.014408,41.786078],[-73.012257,41.77514],[-73.009996,41.764702],[-73.009058,41.761436],[-73.006646,41.750106],[-73.003294,41.736442],[-72.998951,41.714406]]]},"properties":{"name":"Harwinton"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.378753,41.699388],[-73.383996,41.698766],[-73.383563,41.694823],[-73.383113,41.687069],[-73.382125,41.683335],[-73.391826,41.681942],[-73.401315,41.68078],[-73.419116,41.678869],[-73.444556,41.675918],[-73.45324,41.67501],[-73.456661,41.674991],[-73.468098,41.673414],[-73.499617,41.669737],[-73.504076,41.669111],[-73.506924,41.66581],[-73.51038,41.666506],[-73.514785,41.665894],[-73.518081,41.666731],[-73.516786,41.687589],[-73.516018,41.696293],[-73.51429,41.713669],[-73.511922,41.740949],[-73.510962,41.758757],[-73.508482,41.786149],[-73.507931,41.791532],[-73.482142,41.790646],[-73.452499,41.789702],[-73.430865,41.788943],[-73.41013,41.788294],[-73.412821,41.784885],[-73.414838,41.781457],[-73.386922,41.781019],[-73.393229,41.76094],[-73.401576,41.754368],[-73.398549,41.736177],[-73.389442,41.719779],[-73.383476,41.709321],[-73.383486,41.708336],[-73.380047,41.703992],[-73.380145,41.70121],[-73.378753,41.699388]]]},"properties":{"name":"Kent"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.119772,41.77565],[-73.12039,41.774105],[-73.1183,41.772456],[-73.116192,41.769818],[-73.116031,41.766725],[-73.117202,41.762929],[-73.116143,41.760698],[-73.117213,41.757152],[-73.116755,41.755989],[-73.114067,41.753801],[-73.112103,41.75072],[-73.11288,41.748303],[-73.113996,41.747699],[-73.115361,41.745038],[-73.115572,41.741935],[-73.114228,41.740463],[-73.111775,41.739127],[-73.108785,41.73844],[-73.105231,41.736037],[-73.105079,41.734667],[-73.101574,41.730845],[-73.098998,41.730658],[-73.097651,41.729793],[-73.094133,41.725261],[-73.092184,41.721989],[-73.089165,41.719522],[-73.087507,41.717571],[-73.081504,41.717039],[-73.078774,41.71468],[-73.071892,41.710975],[-73.070456,41.709892],[-73.068403,41.707101],[-73.076702,41.703032],[-73.083703,41.699279],[-73.095409,41.694488],[-73.115319,41.684927],[-73.117749,41.684017],[-73.121727,41.681879],[-73.134717,41.675565],[-73.138737,41.67411],[-73.141355,41.672757],[-73.147547,41.690665],[-73.152302,41.704116],[-73.154773,41.709854],[-73.156801,41.715865],[-73.173304,41.714127],[-73.182633,41.713502],[-73.189406,41.712587],[-73.200074,41.711637],[-73.253977,41.709004],[-73.260345,41.708489],[-73.271035,41.708159],[-73.276314,41.707855],[-73.275491,41.695228],[-73.288237,41.704772],[-73.294271,41.708682],[-73.295819,41.710849],[-73.293322,41.71467],[-73.292749,41.718791],[-73.294262,41.725044],[-73.295296,41.726035],[-73.295891,41.730712],[-73.295225,41.732304],[-73.29357,41.73373],[-73.293308,41.736605],[-73.293796,41.737728],[-73.295189,41.750082],[-73.29617,41.763354],[-73.297263,41.769064],[-73.298565,41.779036],[-73.266166,41.783117],[-73.249548,41.785325],[-73.231336,41.787179],[-73.224605,41.78815],[-73.201837,41.790022],[-73.178504,41.79238],[-73.171912,41.792947],[-73.163182,41.794001],[-73.158593,41.78477],[-73.138622,41.780065],[-73.124555,41.776843],[-73.12212,41.7766],[-73.119772,41.77565]]]},"properties":{"name":"Litchfield"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.261447,41.664649],[-73.260631,41.676449],[-73.260558,41.683831],[-73.266834,41.688375],[-73.275491,41.695228],[-73.276314,41.707855],[-73.271035,41.708159],[-73.260345,41.708489],[-73.253977,41.709004],[-73.200074,41.711637],[-73.189406,41.712587],[-73.182633,41.713502],[-73.173304,41.714127],[-73.156801,41.715865],[-73.154773,41.709854],[-73.152302,41.704116],[-73.147547,41.690665],[-73.141355,41.672757],[-73.141532,41.672717],[-73.142032,41.672302],[-73.159764,41.670476],[-73.170757,41.669204],[-73.18842,41.668276],[-73.195296,41.668205],[-73.203815,41.667593],[-73.228782,41.666374],[-73.232617,41.665987],[-73.261447,41.664649]]]},"properties":{"name":"Morris"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.053535,41.887333],[-73.03994,41.888348],[-73.036503,41.888496],[-73.014907,41.890032],[-72.99813,41.891149],[-72.972624,41.893017],[-72.965773,41.893594],[-72.942125,41.894995],[-72.940648,41.895205],[-72.946179,41.877243],[-72.946343,41.874036],[-72.95196,41.858155],[-72.953648,41.853893],[-72.953652,41.846688],[-72.951188,41.842705],[-72.946527,41.843636],[-72.942246,41.843453],[-72.939096,41.842514],[-72.936349,41.839806],[-72.93753,41.83728],[-72.940545,41.828804],[-72.941648,41.826203],[-72.949025,41.806439],[-72.972747,41.803369],[-72.988438,41.801554],[-72.99955,41.800031],[-73.016937,41.798191],[-73.034722,41.798176],[-73.059576,41.798249],[-73.076684,41.798459],[-73.076148,41.799303],[-73.073373,41.808901],[-73.069492,41.82422],[-73.067672,41.830386],[-73.067251,41.833191],[-73.063031,41.849417],[-73.059768,41.86348],[-73.056685,41.874934],[-73.053535,41.887333]]]},"properties":{"name":"New Hartford"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.450565,41.535101],[-73.454018,41.542695],[-73.455164,41.547203],[-73.474006,41.588349],[-73.479792,41.600806],[-73.488529,41.617414],[-73.492081,41.62511],[-73.497811,41.638153],[-73.496763,41.638522],[-73.495981,41.640403],[-73.49629,41.642506],[-73.493767,41.644702],[-73.49003,41.646422],[-73.488075,41.645656],[-73.486729,41.647061],[-73.484687,41.647438],[-73.490321,41.653286],[-73.491889,41.656022],[-73.493649,41.66087],[-73.494865,41.661222],[-73.497953,41.658901],[-73.503953,41.661781],[-73.50693,41.664037],[-73.506924,41.66581],[-73.504076,41.669111],[-73.499617,41.669737],[-73.468098,41.673414],[-73.456661,41.674991],[-73.45324,41.67501],[-73.444556,41.675918],[-73.419116,41.678869],[-73.401315,41.68078],[-73.391826,41.681942],[-73.382125,41.683335],[-73.380508,41.671654],[-73.377859,41.658992],[-73.374195,41.657469],[-73.370413,41.655294],[-73.35942,41.64708],[-73.35908,41.646529],[-73.356408,41.629983],[-73.354665,41.62244],[-73.350205,41.601749],[-73.34862,41.595191],[-73.343068,41.565863],[-73.349433,41.565689],[-73.364636,41.564894],[-73.372048,41.565113],[-73.379075,41.562151],[-73.388345,41.557586],[-73.391172,41.556033],[-73.390316,41.554298],[-73.39078,41.54968],[-73.388969,41.547884],[-73.390665,41.546854],[-73.392296,41.544792],[-73.393816,41.544782],[-73.396966,41.543704],[-73.399465,41.544032],[-73.40073,41.54259],[-73.403546,41.540584],[-73.404739,41.537028],[-73.404521,41.531222],[-73.4026,41.525114],[-73.399781,41.520108],[-73.397413,41.518282],[-73.393922,41.516881],[-73.386965,41.514802],[-73.402465,41.509102],[-73.414166,41.503602],[-73.419086,41.501446],[-73.425466,41.499302],[-73.430766,41.498002],[-73.441467,41.491302],[-73.443067,41.500002],[-73.444067,41.501802],[-73.443567,41.503902],[-73.444567,41.508902],[-73.445267,41.509502],[-73.442767,41.514102],[-73.445931,41.525262],[-73.450565,41.535101]]]},"properties":{"name":"New Milford"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.232945,42.045084],[-73.226825,42.044837],[-73.192889,42.043957],[-73.158641,42.04292],[-73.148174,42.042706],[-73.12725,42.042063],[-73.130011,42.033053],[-73.139807,42.000491],[-73.143127,41.988633],[-73.151495,41.959735],[-73.15466,41.948725],[-73.165006,41.913255],[-73.184922,41.913851],[-73.222043,41.915163],[-73.251803,41.915856],[-73.255535,41.915807],[-73.263042,41.916193],[-73.251981,41.955314],[-73.249346,41.964345],[-73.248966,41.969088],[-73.243606,41.99403],[-73.240812,42.007714],[-73.236467,42.027633],[-73.232945,42.045084]]]},"properties":{"name":"Norfolk"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.232945,42.045084],[-73.236467,42.027633],[-73.240812,42.007714],[-73.243606,41.99403],[-73.249538,41.994616],[-73.316588,42.00008],[-73.357358,42.002586],[-73.357396,42.004871],[-73.359061,42.00784],[-73.359159,42.009882],[-73.358115,42.012534],[-73.356615,42.013824],[-73.351111,42.016444],[-73.350964,42.018404],[-73.352343,42.021126],[-73.352167,42.023064],[-73.35325,42.023915],[-73.352428,42.028696],[-73.349448,42.031524],[-73.346351,42.036042],[-73.344893,42.03747],[-73.342231,42.043349],[-73.340405,42.044431],[-73.34066,42.0483],[-73.327729,42.047969],[-73.295894,42.047035],[-73.287858,42.046708],[-73.232945,42.045084]]]},"properties":{"name":"North Canaan"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.983251,41.639606],[-73.004047,41.628585],[-73.021472,41.627112],[-73.018651,41.614105],[-73.036157,41.615205],[-73.050363,41.609756],[-73.063988,41.639579],[-73.06482,41.641047],[-73.064093,41.64488],[-73.062057,41.659743],[-73.061175,41.665204],[-73.060864,41.669667],[-73.060201,41.674288],[-73.060788,41.674309],[-73.058968,41.682704],[-73.058448,41.686552],[-73.055725,41.702899],[-73.055263,41.708168],[-73.047883,41.709071],[-73.03688,41.710203],[-72.998951,41.714406],[-72.998551,41.712506],[-72.997551,41.708306],[-72.995851,41.699605],[-72.993551,41.690206],[-72.993251,41.687806],[-72.992051,41.683105],[-72.98825,41.663005],[-72.985843,41.652084],[-72.985551,41.649407],[-72.983251,41.639606]]]},"properties":{"name":"Plymouth"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.252266,41.512142],[-73.254472,41.512007],[-73.269657,41.510375],[-73.299386,41.507031],[-73.307898,41.506007],[-73.31889,41.505197],[-73.330312,41.504417],[-73.332988,41.513502],[-73.334751,41.522383],[-73.33644,41.53379],[-73.338675,41.541089],[-73.339249,41.54452],[-73.341044,41.54958],[-73.342222,41.560624],[-73.343068,41.565863],[-73.34862,41.595191],[-73.332836,41.59647],[-73.327767,41.596566],[-73.3206,41.597795],[-73.311957,41.599043],[-73.301707,41.59979],[-73.293279,41.600586],[-73.281535,41.601903],[-73.267337,41.603207],[-73.265793,41.591741],[-73.261199,41.562615],[-73.261061,41.558552],[-73.258028,41.536944],[-73.255844,41.527542],[-73.254011,41.51891],[-73.252266,41.512142]]]},"properties":{"name":"Roxbury"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.34066,42.0483],[-73.340405,42.044431],[-73.342231,42.043349],[-73.344893,42.03747],[-73.346351,42.036042],[-73.349448,42.031524],[-73.352428,42.028696],[-73.35325,42.023915],[-73.352167,42.023064],[-73.352343,42.021126],[-73.350964,42.018404],[-73.351111,42.016444],[-73.356615,42.013824],[-73.358115,42.012534],[-73.359159,42.009882],[-73.359061,42.00784],[-73.357396,42.004871],[-73.357358,42.002586],[-73.358623,42.001478],[-73.363237,42.001185],[-73.363977,41.998997],[-73.365876,41.998336],[-73.365921,41.996549],[-73.367477,41.994764],[-73.366738,41.992465],[-73.367998,41.987478],[-73.366257,41.984601],[-73.367075,41.982161],[-73.369988,41.983437],[-73.372431,41.982164],[-73.372983,41.980573],[-73.371637,41.976521],[-73.368452,41.973515],[-73.367136,41.971171],[-73.367855,41.966368],[-73.372923,41.961731],[-73.372538,41.959338],[-73.37008,41.957864],[-73.369824,41.954968],[-73.370157,41.951947],[-73.369632,41.950618],[-73.367159,41.948345],[-73.366271,41.946292],[-73.366459,41.943222],[-73.363337,41.941415],[-73.366415,41.937632],[-73.366345,41.936101],[-73.36479,41.934966],[-73.361883,41.934507],[-73.361119,41.932826],[-73.361688,41.931211],[-73.360381,41.929477],[-73.357183,41.927066],[-73.356668,41.925342],[-73.361355,41.922998],[-73.362541,41.920905],[-73.36178,41.918359],[-73.374614,41.918652],[-73.390808,41.918879],[-73.42221,41.92015],[-73.444736,41.920875],[-73.467368,41.921238],[-73.476113,41.921444],[-73.496602,41.921756],[-73.493938,41.949599],[-73.49344,41.953343],[-73.492224,41.967349],[-73.489616,42.000101],[-73.48886,42.017704],[-73.487315,42.049647],[-73.432813,42.050596],[-73.405107,42.049961],[-73.375023,42.049095],[-73.356372,42.048723],[-73.34066,42.0483]]]},"properties":{"name":"Salisbury"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.41013,41.788294],[-73.430865,41.788943],[-73.452499,41.789702],[-73.482142,41.790646],[-73.507931,41.791532],[-73.505246,41.82183],[-73.505257,41.824423],[-73.501938,41.858339],[-73.501985,41.858725],[-73.498305,41.892517],[-73.497317,41.906576],[-73.496602,41.921756],[-73.476113,41.921444],[-73.467368,41.921238],[-73.444736,41.920875],[-73.42221,41.92015],[-73.390808,41.918879],[-73.374614,41.918652],[-73.36178,41.918359],[-73.361105,41.917568],[-73.360869,41.914666],[-73.361272,41.911681],[-73.360587,41.906291],[-73.359693,41.902406],[-73.361067,41.89904],[-73.360652,41.897063],[-73.35919,41.895999],[-73.35872,41.891911],[-73.357792,41.888188],[-73.35841,41.88706],[-73.360458,41.885861],[-73.362952,41.885409],[-73.365385,41.884284],[-73.365817,41.881949],[-73.365078,41.878692],[-73.365422,41.875008],[-73.363832,41.871605],[-73.363685,41.869201],[-73.368292,41.868383],[-73.369456,41.865309],[-73.371151,41.864204],[-73.373308,41.861689],[-73.374606,41.858111],[-73.373739,41.854268],[-73.375751,41.850316],[-73.374039,41.848035],[-73.374182,41.845539],[-73.377607,41.839563],[-73.378629,41.836657],[-73.382274,41.833823],[-73.383681,41.831951],[-73.383933,41.83011],[-73.38295,41.828984],[-73.378638,41.82566],[-73.37673,41.824852],[-73.373869,41.825074],[-73.371896,41.822828],[-73.37161,41.821543],[-73.372675,41.820368],[-73.373959,41.816828],[-73.377662,41.81352],[-73.381118,41.812147],[-73.386448,41.80825],[-73.388704,41.807203],[-73.391761,41.807472],[-73.394874,41.805058],[-73.399582,41.798774],[-73.403427,41.795398],[-73.407695,41.79217],[-73.41013,41.788294]]]},"properties":{"name":"Sharon"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.141532,41.672717],[-73.141355,41.672757],[-73.138737,41.67411],[-73.134717,41.675565],[-73.121727,41.681879],[-73.117749,41.684017],[-73.115319,41.684927],[-73.095409,41.694488],[-73.083703,41.699279],[-73.076702,41.703032],[-73.068403,41.707101],[-73.055263,41.708168],[-73.055725,41.702899],[-73.058448,41.686552],[-73.058968,41.682704],[-73.060788,41.674309],[-73.060201,41.674288],[-73.060864,41.669667],[-73.061175,41.665204],[-73.062057,41.659743],[-73.064093,41.64488],[-73.06482,41.641047],[-73.063988,41.639579],[-73.050363,41.609756],[-73.058025,41.606748],[-73.05862,41.60911],[-73.058424,41.614342],[-73.057899,41.616209],[-73.05912,41.619786],[-73.063122,41.620908],[-73.066497,41.623217],[-73.068404,41.62646],[-73.069683,41.62679],[-73.071497,41.628466],[-73.077357,41.630991],[-73.077976,41.631849],[-73.077307,41.633877],[-73.079401,41.63797],[-73.080854,41.642218],[-73.08133,41.64528],[-73.081038,41.647459],[-73.082682,41.64762],[-73.093072,41.65161],[-73.094926,41.654839],[-73.100362,41.656606],[-73.105659,41.657935],[-73.107317,41.656604],[-73.109236,41.658036],[-73.114022,41.656804],[-73.114455,41.65814],[-73.113755,41.661078],[-73.117027,41.661659],[-73.119706,41.661558],[-73.121726,41.660367],[-73.123564,41.663296],[-73.125374,41.664231],[-73.129343,41.663635],[-73.131654,41.661677],[-73.133876,41.664319],[-73.138445,41.668622],[-73.139306,41.668522],[-73.141532,41.672717]]]},"properties":{"name":"Thomaston"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.076684,41.798459],[-73.088045,41.798529],[-73.104093,41.798398],[-73.103678,41.795088],[-73.110285,41.787918],[-73.112094,41.784951],[-73.112471,41.78223],[-73.117156,41.781374],[-73.118298,41.777286],[-73.119772,41.77565],[-73.12212,41.7766],[-73.124555,41.776843],[-73.138622,41.780065],[-73.158593,41.78477],[-73.163182,41.794001],[-73.171912,41.792947],[-73.178504,41.79238],[-73.201837,41.790022],[-73.200944,41.793162],[-73.192567,41.820987],[-73.183284,41.851953],[-73.182238,41.856097],[-73.180564,41.861235],[-73.173124,41.886334],[-73.170665,41.894283],[-73.162428,41.893114],[-73.158154,41.891967],[-73.153187,41.887369],[-73.15328,41.885699],[-73.151596,41.885568],[-73.151533,41.881724],[-73.152823,41.877116],[-73.153164,41.872637],[-73.136726,41.874879],[-73.124759,41.876419],[-73.110523,41.87859],[-73.103607,41.879527],[-73.070886,41.884565],[-73.053535,41.887333],[-73.056685,41.874934],[-73.059768,41.86348],[-73.063031,41.849417],[-73.067251,41.833191],[-73.067672,41.830386],[-73.069492,41.82422],[-73.073373,41.808901],[-73.076148,41.799303],[-73.076684,41.798459]]]},"properties":{"name":"Torrington"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.386922,41.781019],[-73.371714,41.780641],[-73.358474,41.78045],[-73.354646,41.78026],[-73.301368,41.779012],[-73.298565,41.779036],[-73.297263,41.769064],[-73.29617,41.763354],[-73.295189,41.750082],[-73.293796,41.737728],[-73.293308,41.736605],[-73.29357,41.73373],[-73.295225,41.732304],[-73.295891,41.730712],[-73.295296,41.726035],[-73.294262,41.725044],[-73.292749,41.718791],[-73.293322,41.71467],[-73.295819,41.710849],[-73.294271,41.708682],[-73.30506,41.70503],[-73.341936,41.697268],[-73.344305,41.696881],[-73.378753,41.699388],[-73.380145,41.70121],[-73.380047,41.703992],[-73.383486,41.708336],[-73.383476,41.709321],[-73.389442,41.719779],[-73.398549,41.736177],[-73.401576,41.754368],[-73.393229,41.76094],[-73.386922,41.781019]]]},"properties":{"name":"Warren"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.261447,41.664649],[-73.258594,41.642691],[-73.255427,41.616541],[-73.25351,41.60454],[-73.267337,41.603207],[-73.281535,41.601903],[-73.293279,41.600586],[-73.301707,41.59979],[-73.311957,41.599043],[-73.3206,41.597795],[-73.327767,41.596566],[-73.332836,41.59647],[-73.34862,41.595191],[-73.350205,41.601749],[-73.354665,41.62244],[-73.356408,41.629983],[-73.35908,41.646529],[-73.35942,41.64708],[-73.370413,41.655294],[-73.374195,41.657469],[-73.377859,41.658992],[-73.380508,41.671654],[-73.382125,41.683335],[-73.383113,41.687069],[-73.383563,41.694823],[-73.383996,41.698766],[-73.378753,41.699388],[-73.344305,41.696881],[-73.341936,41.697268],[-73.30506,41.70503],[-73.294271,41.708682],[-73.288237,41.704772],[-73.275491,41.695228],[-73.266834,41.688375],[-73.260558,41.683831],[-73.260631,41.676449],[-73.261447,41.664649]]]},"properties":{"name":"Washington"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.093854,41.570204],[-73.115056,41.564704],[-73.127159,41.561703],[-73.145037,41.55783],[-73.147274,41.567303],[-73.14835,41.569271],[-73.148379,41.572174],[-73.154474,41.599813],[-73.157757,41.612704],[-73.16161,41.629922],[-73.1637,41.638157],[-73.165558,41.646594],[-73.165795,41.64873],[-73.169184,41.661578],[-73.170757,41.669204],[-73.159764,41.670476],[-73.142032,41.672302],[-73.141532,41.672717],[-73.139306,41.668522],[-73.138445,41.668622],[-73.133876,41.664319],[-73.131654,41.661677],[-73.129343,41.663635],[-73.125374,41.664231],[-73.123564,41.663296],[-73.121726,41.660367],[-73.119706,41.661558],[-73.117027,41.661659],[-73.113755,41.661078],[-73.114455,41.65814],[-73.114022,41.656804],[-73.109236,41.658036],[-73.107317,41.656604],[-73.105659,41.657935],[-73.100362,41.656606],[-73.094926,41.654839],[-73.093072,41.65161],[-73.082682,41.64762],[-73.081038,41.647459],[-73.08133,41.64528],[-73.080854,41.642218],[-73.079401,41.63797],[-73.077307,41.633877],[-73.077976,41.631849],[-73.077357,41.630991],[-73.071497,41.628466],[-73.069683,41.62679],[-73.068404,41.62646],[-73.066497,41.623217],[-73.063122,41.620908],[-73.05912,41.619786],[-73.057899,41.616209],[-73.058424,41.614342],[-73.05862,41.60911],[-73.058025,41.606748],[-73.05947,41.606187],[-73.058947,41.602729],[-73.060701,41.600819],[-73.060245,41.597376],[-73.060151,41.593492],[-73.059459,41.591613],[-73.057425,41.589332],[-73.058011,41.588655],[-73.06415,41.588504],[-73.077826,41.587488],[-73.082956,41.585624],[-73.086346,41.580403],[-73.092354,41.570504],[-73.093854,41.570204]]]},"properties":{"name":"Watertown"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.170665,41.894283],[-73.165006,41.913255],[-73.15466,41.948725],[-73.151495,41.959735],[-73.124738,41.960981],[-73.120393,41.961363],[-73.102605,41.96227],[-73.091837,41.962511],[-73.076471,41.963404],[-73.064239,41.963922],[-73.034025,41.96631],[-73.038337,41.947627],[-73.040437,41.939228],[-73.042657,41.931257],[-73.044212,41.924401],[-73.047884,41.909467],[-73.049224,41.904516],[-73.053535,41.887333],[-73.070886,41.884565],[-73.103607,41.879527],[-73.110523,41.87859],[-73.124759,41.876419],[-73.136726,41.874879],[-73.153164,41.872637],[-73.152823,41.877116],[-73.151533,41.881724],[-73.151596,41.885568],[-73.15328,41.885699],[-73.153187,41.887369],[-73.158154,41.891967],[-73.162428,41.893114],[-73.170665,41.894283]]]},"properties":{"name":"Winchester"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.267337,41.603207],[-73.25351,41.60454],[-73.249575,41.604976],[-73.224007,41.607057],[-73.17962,41.611099],[-73.157757,41.612704],[-73.154474,41.599813],[-73.148379,41.572174],[-73.14835,41.569271],[-73.147274,41.567303],[-73.145037,41.55783],[-73.164677,41.557096],[-73.15777,41.524639],[-73.15631,41.518724],[-73.155731,41.515287],[-73.155813,41.514216],[-73.170772,41.512552],[-73.187603,41.510577],[-73.204198,41.508535],[-73.219725,41.510233],[-73.242766,41.512993],[-73.252266,41.512142],[-73.254011,41.51891],[-73.255844,41.527542],[-73.258028,41.536944],[-73.261061,41.558552],[-73.261199,41.562615],[-73.265793,41.591741],[-73.267337,41.603207]]]},"properties":{"name":"Woodbury"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.047163,41.360539],[-73.046446,41.352094],[-73.046335,41.346086],[-73.043719,41.342328],[-73.042944,41.338831],[-73.042333,41.338579],[-73.039982,41.332365],[-73.038935,41.328018],[-73.039142,41.326662],[-73.044454,41.325932],[-73.050977,41.324714],[-73.053512,41.324622],[-73.055799,41.32388],[-73.058268,41.324015],[-73.06502,41.325253],[-73.066167,41.326361],[-73.068864,41.326306],[-73.076379,41.328958],[-73.077259,41.330342],[-73.080381,41.331187],[-73.084518,41.333023],[-73.088088,41.335082],[-73.089701,41.337712],[-73.092864,41.33947],[-73.095666,41.339328],[-73.096256,41.3413],[-73.102354,41.352904],[-73.100541,41.354026],[-73.098126,41.356598],[-73.097848,41.357534],[-73.094812,41.360703],[-73.091752,41.360283],[-73.085628,41.362981],[-73.081089,41.36294],[-73.077127,41.362206],[-73.07074,41.360231],[-73.049935,41.360218],[-73.047163,41.360539]]]},"properties":{"name":"Ansonia"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.083586,41.403774],[-73.08872,41.408975],[-73.090546,41.411448],[-73.092699,41.413458],[-73.086403,41.433736],[-73.085033,41.43693],[-73.083456,41.439143],[-73.078614,41.457792],[-73.077367,41.465197],[-73.070199,41.460547],[-73.067777,41.459964],[-73.064484,41.457575],[-73.061769,41.456276],[-73.060266,41.457901],[-73.056466,41.458969],[-73.054177,41.460862],[-73.053491,41.462185],[-73.053521,41.466076],[-73.052118,41.468968],[-73.050251,41.468194],[-73.048517,41.468642],[-73.044949,41.468663],[-73.043304,41.46817],[-73.041438,41.468883],[-73.039189,41.466395],[-73.036654,41.465905],[-73.03426,41.466409],[-73.03235,41.465338],[-73.030472,41.465915],[-73.026186,41.461566],[-73.025752,41.459604],[-73.024971,41.45124],[-73.024957,41.4383],[-73.025221,41.434575],[-73.02946,41.4195],[-73.041652,41.420904],[-73.063109,41.423606],[-73.065269,41.418778],[-73.067882,41.416671],[-73.069583,41.413781],[-73.070257,41.411368],[-73.075889,41.410407],[-73.081866,41.405598],[-73.083586,41.403774]]]},"properties":{"name":"Beacon Falls"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.954874,41.394483],[-72.965605,41.393616],[-72.972451,41.392791],[-73.000624,41.390507],[-73.029983,41.388515],[-73.032595,41.390034],[-73.034256,41.391796],[-73.036844,41.391341],[-73.039147,41.393543],[-73.040291,41.393724],[-73.042412,41.395624],[-73.043644,41.394987],[-73.046866,41.395213],[-73.047544,41.395842],[-73.04641,41.401699],[-73.041652,41.420904],[-73.02946,41.4195],[-73.025221,41.434575],[-73.024957,41.4383],[-73.024971,41.45124],[-73.025752,41.459604],[-73.00423,41.462565],[-73.003504,41.4671],[-73.001812,41.471167],[-72.981902,41.468577],[-72.965882,41.466258],[-72.957339,41.465333],[-72.952393,41.464597],[-72.948049,41.464105],[-72.947449,41.460105],[-72.949049,41.455805],[-72.951449,41.454405],[-72.952549,41.452905],[-72.957149,41.450105],[-72.95814,41.448845],[-72.957921,41.445206],[-72.963239,41.439413],[-72.963488,41.43755],[-72.961581,41.432442],[-72.955249,41.428933],[-72.950714,41.427821],[-72.952561,41.419382],[-72.940153,41.411232],[-72.938931,41.408592],[-72.941231,41.407399],[-72.944733,41.406238],[-72.953521,41.399751],[-72.952911,41.396954],[-72.954874,41.394483]]]},"properties":{"name":"Bethany"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.823844,41.318332],[-72.822413,41.318811],[-72.799172,41.324331],[-72.786019,41.316288],[-72.780532,41.313197],[-72.775043,41.308705],[-72.771343,41.305101],[-72.764688,41.306865],[-72.74606,41.310613],[-72.746696,41.308048],[-72.742039,41.297206],[-72.738135,41.286294],[-72.735823,41.284076],[-72.728471,41.269141],[-72.72805,41.268003],[-72.732251,41.265578],[-72.731275,41.263723],[-72.731865,41.262666],[-72.734957,41.26264],[-72.739345,41.258804],[-72.735242,41.252104],[-72.739638,41.247736],[-72.75943,41.239752],[-72.76095,41.24004],[-72.763078,41.241832],[-72.764246,41.244984],[-72.76639,41.252456],[-72.768806,41.254152],[-72.775207,41.253832],[-72.781639,41.254728],[-72.784215,41.2554],[-72.787111,41.250952],[-72.789831,41.248488],[-72.793015,41.246504],[-72.802103,41.242664],[-72.80652,41.241256],[-72.810984,41.240232],[-72.816264,41.23972],[-72.8246,41.246744],[-72.826104,41.250072],[-72.827224,41.251272],[-72.826552,41.255816],[-72.829176,41.252376],[-72.833432,41.248328],[-72.835304,41.247176],[-72.838552,41.247688],[-72.839608,41.248424],[-72.843401,41.253272],[-72.845641,41.254904],[-72.848041,41.253944],[-72.847785,41.25076],[-72.848713,41.24828],[-72.851689,41.245896],[-72.856441,41.244617],[-72.860297,41.244169],[-72.858958,41.248375],[-72.857244,41.252204],[-72.854177,41.256122],[-72.852272,41.259059],[-72.851928,41.262189],[-72.853341,41.264134],[-72.856431,41.264538],[-72.857705,41.265576],[-72.860488,41.26614],[-72.862381,41.268316],[-72.862632,41.273593],[-72.862009,41.275483],[-72.860912,41.276198],[-72.85947,41.278887],[-72.859345,41.28102],[-72.860824,41.283021],[-72.860324,41.285139],[-72.858972,41.287737],[-72.855823,41.290881],[-72.85086,41.293649],[-72.843745,41.296405],[-72.841266,41.298005],[-72.840182,41.299804],[-72.838366,41.308802],[-72.837294,41.31258],[-72.835014,41.314401],[-72.823844,41.318332]]]},"properties":{"name":"Branford"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.956789,41.555303],[-72.946351,41.556805],[-72.927154,41.559062],[-72.917048,41.560105],[-72.915649,41.560404],[-72.892344,41.563004],[-72.883886,41.56382],[-72.879257,41.56316],[-72.879749,41.562462],[-72.873957,41.559162],[-72.873307,41.556494],[-72.871917,41.554881],[-72.869515,41.554539],[-72.86837,41.55219],[-72.868203,41.548855],[-72.859682,41.547232],[-72.852708,41.546299],[-72.852211,41.545801],[-72.85169,41.540294],[-72.853665,41.533623],[-72.85667,41.53421],[-72.858926,41.529499],[-72.859026,41.52743],[-72.856818,41.527419],[-72.856768,41.526203],[-72.853263,41.524996],[-72.853604,41.521404],[-72.850798,41.516517],[-72.849572,41.514601],[-72.84861,41.509859],[-72.846298,41.502837],[-72.848379,41.500108],[-72.853269,41.494572],[-72.852702,41.494355],[-72.871265,41.469474],[-72.873511,41.466038],[-72.877381,41.46119],[-72.876645,41.459683],[-72.886668,41.447965],[-72.900099,41.452996],[-72.916936,41.45972],[-72.926746,41.460308],[-72.935944,41.462707],[-72.940973,41.463428],[-72.948049,41.464105],[-72.952393,41.464597],[-72.950069,41.469127],[-72.949957,41.471762],[-72.949101,41.472915],[-72.947713,41.477433],[-72.944745,41.478918],[-72.943736,41.48328],[-72.943649,41.488463],[-72.941505,41.491663],[-72.941596,41.49431],[-72.940813,41.495708],[-72.937622,41.497143],[-72.934648,41.501254],[-72.935058,41.50757],[-72.947325,41.521176],[-72.948963,41.52269],[-72.953221,41.52394],[-72.956468,41.525326],[-72.96725,41.529246],[-72.969366,41.530242],[-72.968565,41.531318],[-72.965477,41.537535],[-72.962253,41.544743],[-72.957601,41.553406],[-72.956789,41.555303]]]},"properties":{"name":"Cheshire"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.124655,41.345304],[-73.118869,41.347698],[-73.111987,41.349763],[-73.102354,41.352904],[-73.096256,41.3413],[-73.095666,41.339328],[-73.092864,41.33947],[-73.089701,41.337712],[-73.088088,41.335082],[-73.084518,41.333023],[-73.080381,41.331187],[-73.077259,41.330342],[-73.076379,41.328958],[-73.068864,41.326306],[-73.066167,41.326361],[-73.06502,41.325253],[-73.058268,41.324015],[-73.055799,41.32388],[-73.053512,41.324622],[-73.050977,41.324714],[-73.044454,41.325932],[-73.039142,41.326662],[-73.040421,41.318553],[-73.040708,41.313899],[-73.043167,41.31332],[-73.049111,41.311308],[-73.053197,41.311151],[-73.056702,41.312176],[-73.058985,41.311635],[-73.061747,41.310087],[-73.065028,41.306135],[-73.066415,41.302957],[-73.067852,41.301004],[-73.075353,41.305604],[-73.077653,41.307704],[-73.078953,41.311604],[-73.082053,41.313104],[-73.08526,41.313708],[-73.086651,41.314503],[-73.090939,41.319264],[-73.093241,41.321015],[-73.096854,41.322604],[-73.114755,41.331604],[-73.115755,41.332204],[-73.120855,41.338504],[-73.122855,41.341404],[-73.123455,41.343604],[-73.124655,41.345304]]]},"properties":{"name":"Derby"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.860297,41.244169],[-72.862041,41.239257],[-72.905082,41.239129],[-72.899596,41.247715],[-72.898839,41.248755],[-72.896919,41.248493],[-72.895028,41.249743],[-72.891402,41.25121],[-72.889204,41.251056],[-72.887255,41.252985],[-72.887107,41.25516],[-72.887433,41.282323],[-72.887707,41.285717],[-72.885796,41.289146],[-72.882518,41.293238],[-72.878123,41.301151],[-72.873641,41.306855],[-72.869424,41.315687],[-72.866279,41.323716],[-72.864245,41.327506],[-72.86031,41.336647],[-72.846224,41.33909],[-72.827989,41.342366],[-72.827962,41.351196],[-72.827147,41.351448],[-72.827134,41.361498],[-72.822827,41.361801],[-72.822537,41.364204],[-72.817004,41.363885],[-72.81707,41.359735],[-72.817753,41.33999],[-72.822887,41.321998],[-72.823844,41.318332],[-72.835014,41.314401],[-72.837294,41.31258],[-72.838366,41.308802],[-72.840182,41.299804],[-72.841266,41.298005],[-72.843745,41.296405],[-72.85086,41.293649],[-72.855823,41.290881],[-72.858972,41.287737],[-72.860324,41.285139],[-72.860824,41.283021],[-72.859345,41.28102],[-72.85947,41.278887],[-72.860912,41.276198],[-72.862009,41.275483],[-72.862632,41.273593],[-72.862381,41.268316],[-72.860488,41.26614],[-72.857705,41.265576],[-72.856431,41.264538],[-72.853341,41.264134],[-72.851928,41.262189],[-72.852272,41.259059],[-72.854177,41.256122],[-72.857244,41.252204],[-72.858958,41.248375],[-72.860297,41.244169]]]},"properties":{"name":"East Haven"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.735242,41.252104],[-72.739345,41.258804],[-72.734957,41.26264],[-72.731865,41.262666],[-72.731275,41.263723],[-72.732251,41.265578],[-72.72805,41.268003],[-72.728471,41.269141],[-72.735823,41.284076],[-72.738135,41.286294],[-72.742039,41.297206],[-72.746696,41.308048],[-72.74606,41.310613],[-72.74268,41.320864],[-72.741451,41.323699],[-72.742135,41.33457],[-72.743836,41.346366],[-72.743598,41.346653],[-72.746825,41.382564],[-72.749298,41.398098],[-72.745972,41.396909],[-72.742745,41.403012],[-72.740555,41.404661],[-72.732818,41.41201],[-72.731307,41.414196],[-72.728199,41.417645],[-72.723375,41.419152],[-72.72216,41.422931],[-72.721456,41.423725],[-72.720641,41.427405],[-72.710421,41.429081],[-72.70494,41.430205],[-72.68254,41.433805],[-72.67874,41.433805],[-72.67895,41.422672],[-72.6793,41.396418],[-72.679253,41.391557],[-72.679672,41.379768],[-72.678221,41.371864],[-72.67865,41.360418],[-72.678155,41.357411],[-72.676024,41.353439],[-72.676015,41.351598],[-72.674962,41.348574],[-72.66834,41.339286],[-72.665286,41.335383],[-72.6641,41.335453],[-72.660805,41.332116],[-72.658449,41.330299],[-72.655487,41.331343],[-72.654987,41.330719],[-72.650474,41.328398],[-72.650184,41.326509],[-72.647556,41.325541],[-72.645301,41.322973],[-72.642374,41.322476],[-72.642012,41.320407],[-72.640041,41.318403],[-72.638279,41.318033],[-72.635944,41.315504],[-72.636302,41.314349],[-72.635401,41.312728],[-72.631741,41.309455],[-72.632595,41.307725],[-72.632946,41.305224],[-72.633929,41.304055],[-72.633257,41.299368],[-72.64066,41.294155],[-72.643878,41.291615],[-72.645624,41.288995],[-72.647099,41.289828],[-72.64829,41.288381],[-72.646093,41.287446],[-72.64741,41.285951],[-72.646574,41.283908],[-72.645043,41.2827],[-72.644433,41.280941],[-72.646848,41.28113],[-72.649278,41.279564],[-72.647988,41.27591],[-72.64969,41.274418],[-72.652156,41.2748],[-72.654361,41.273996],[-72.654267,41.27126],[-72.656564,41.269883],[-72.654508,41.265705],[-72.655529,41.2663],[-72.658506,41.265203],[-72.662446,41.269327],[-72.664933,41.270494],[-72.668216,41.267697],[-72.669272,41.265566],[-72.670733,41.266942],[-72.672326,41.267204],[-72.674688,41.265715],[-72.672148,41.264425],[-72.666852,41.259753],[-72.667313,41.251259],[-72.670512,41.248133],[-72.672016,41.247763],[-72.677342,41.250315],[-72.678222,41.249833],[-72.678317,41.245314],[-72.680917,41.247964],[-72.684529,41.255146],[-72.685732,41.251473],[-72.687873,41.249648],[-72.689525,41.247465],[-72.69224,41.247205],[-72.693536,41.245313],[-72.694971,41.244691],[-72.697004,41.245887],[-72.704541,41.244118],[-72.706693,41.244998],[-72.709101,41.244515],[-72.722966,41.246976],[-72.725356,41.248256],[-72.732908,41.249859],[-72.735242,41.252104]]]},"properties":{"name":"Guilford"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.97291,41.347404],[-72.97433,41.350489],[-72.975226,41.355457],[-72.975397,41.359945],[-72.974109,41.365282],[-72.967349,41.377745],[-72.961133,41.387945],[-72.957035,41.392981],[-72.954874,41.394483],[-72.952911,41.396954],[-72.953521,41.399751],[-72.944733,41.406238],[-72.941231,41.407399],[-72.938931,41.408592],[-72.940153,41.411232],[-72.952561,41.419382],[-72.950714,41.427821],[-72.955249,41.428933],[-72.961581,41.432442],[-72.963488,41.43755],[-72.963239,41.439413],[-72.957921,41.445206],[-72.95814,41.448845],[-72.957149,41.450105],[-72.952549,41.452905],[-72.951449,41.454405],[-72.949049,41.455805],[-72.947449,41.460105],[-72.948049,41.464105],[-72.940973,41.463428],[-72.935944,41.462707],[-72.926746,41.460308],[-72.916936,41.45972],[-72.900099,41.452996],[-72.886668,41.447965],[-72.877096,41.444298],[-72.855461,41.435833],[-72.851361,41.43439],[-72.854361,41.430851],[-72.856073,41.429835],[-72.858488,41.429449],[-72.861783,41.425935],[-72.864095,41.426582],[-72.869224,41.42623],[-72.874214,41.426314],[-72.877346,41.424489],[-72.881615,41.423191],[-72.883153,41.423317],[-72.884569,41.411414],[-72.886371,41.411303],[-72.885814,41.405046],[-72.886375,41.400438],[-72.887525,41.396838],[-72.88718,41.393651],[-72.890815,41.393375],[-72.892843,41.389481],[-72.893201,41.386771],[-72.895557,41.383596],[-72.89961,41.380254],[-72.903787,41.378115],[-72.908025,41.366526],[-72.899625,41.364734],[-72.893829,41.363226],[-72.88615,41.361931],[-72.881746,41.360905],[-72.881882,41.358886],[-72.883923,41.357166],[-72.884467,41.354744],[-72.882905,41.353123],[-72.876971,41.353484],[-72.874457,41.351691],[-72.873253,41.349407],[-72.874943,41.347409],[-72.877241,41.346622],[-72.879643,41.347496],[-72.881151,41.346508],[-72.878764,41.344638],[-72.880158,41.343392],[-72.882854,41.343709],[-72.886774,41.341158],[-72.887973,41.339673],[-72.889253,41.334115],[-72.888846,41.332605],[-72.889646,41.331405],[-72.892646,41.330305],[-72.893311,41.328905],[-72.902542,41.327203],[-72.913238,41.333602],[-72.926979,41.334595],[-72.93519,41.335338],[-72.94311,41.336274],[-72.953975,41.337374],[-72.956992,41.339855],[-72.955181,41.342354],[-72.952868,41.343801],[-72.951359,41.343955],[-72.951483,41.347115],[-72.95393,41.347434],[-72.952809,41.349086],[-72.95467,41.35017],[-72.957746,41.350398],[-72.958644,41.349087],[-72.961256,41.349015],[-72.962061,41.346305],[-72.964188,41.346427],[-72.964461,41.343796],[-72.966841,41.345443],[-72.96833,41.347983],[-72.97291,41.347404]]]},"properties":{"name":"Hamden"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.654508,41.265705],[-72.656564,41.269883],[-72.654267,41.27126],[-72.654361,41.273996],[-72.652156,41.2748],[-72.64969,41.274418],[-72.647988,41.27591],[-72.649278,41.279564],[-72.646848,41.28113],[-72.644433,41.280941],[-72.645043,41.2827],[-72.646574,41.283908],[-72.64741,41.285951],[-72.646093,41.287446],[-72.64829,41.288381],[-72.647099,41.289828],[-72.645624,41.288995],[-72.643878,41.291615],[-72.64066,41.294155],[-72.633257,41.299368],[-72.633929,41.304055],[-72.632946,41.305224],[-72.632595,41.307725],[-72.631741,41.309455],[-72.635401,41.312728],[-72.636302,41.314349],[-72.635944,41.315504],[-72.638279,41.318033],[-72.640041,41.318403],[-72.642012,41.320407],[-72.642374,41.322476],[-72.645301,41.322973],[-72.647556,41.325541],[-72.650184,41.326509],[-72.650474,41.328398],[-72.654987,41.330719],[-72.655487,41.331343],[-72.658449,41.330299],[-72.660805,41.332116],[-72.6641,41.335453],[-72.665286,41.335383],[-72.66834,41.339286],[-72.674962,41.348574],[-72.676015,41.351598],[-72.676024,41.353439],[-72.678155,41.357411],[-72.67865,41.360418],[-72.678221,41.371864],[-72.679672,41.379768],[-72.679253,41.391557],[-72.6793,41.396418],[-72.67895,41.422672],[-72.67874,41.433805],[-72.671093,41.435372],[-72.666834,41.435702],[-72.654194,41.438264],[-72.653673,41.438133],[-72.654462,41.436113],[-72.652216,41.434536],[-72.649291,41.43562],[-72.648364,41.435156],[-72.649505,41.430932],[-72.646135,41.431133],[-72.642352,41.429331],[-72.645185,41.425814],[-72.64879,41.422006],[-72.650483,41.419127],[-72.649215,41.417353],[-72.641635,41.413744],[-72.637802,41.412328],[-72.636984,41.412743],[-72.631605,41.411629],[-72.632517,41.410458],[-72.63227,41.40813],[-72.630588,41.406951],[-72.630831,41.403597],[-72.629018,41.40124],[-72.626279,41.400197],[-72.625028,41.3991],[-72.62591,41.397173],[-72.620023,41.392255],[-72.618011,41.391664],[-72.616033,41.38875],[-72.612329,41.386187],[-72.613838,41.384406],[-72.614007,41.380788],[-72.612617,41.378002],[-72.608841,41.373521],[-72.609242,41.370537],[-72.608133,41.367412],[-72.610141,41.367156],[-72.609347,41.365365],[-72.609747,41.363376],[-72.612234,41.362682],[-72.612238,41.3591],[-72.612656,41.353842],[-72.611606,41.352335],[-72.612646,41.350693],[-72.611391,41.347104],[-72.611214,41.343241],[-72.612706,41.342422],[-72.61269,41.340874],[-72.614406,41.33701],[-72.613605,41.336231],[-72.614928,41.333585],[-72.61427,41.329628],[-72.612078,41.329228],[-72.611289,41.327429],[-72.6084,41.328189],[-72.605227,41.327617],[-72.602511,41.325985],[-72.600502,41.3259],[-72.599514,41.327271],[-72.597006,41.328553],[-72.595709,41.328043],[-72.594791,41.326133],[-72.592344,41.323252],[-72.589446,41.322671],[-72.587342,41.324334],[-72.586345,41.324252],[-72.585338,41.320559],[-72.585319,41.318626],[-72.58781,41.316053],[-72.589416,41.315141],[-72.587063,41.313714],[-72.588208,41.311475],[-72.585658,41.30986],[-72.5856,41.307356],[-72.582503,41.306394],[-72.579876,41.30401],[-72.576341,41.302433],[-72.575954,41.300929],[-72.571964,41.298421],[-72.569978,41.296654],[-72.570147,41.294427],[-72.56756,41.294182],[-72.565629,41.292401],[-72.563935,41.288706],[-72.561133,41.287508],[-72.55914,41.284739],[-72.557435,41.283703],[-72.557237,41.282],[-72.554895,41.280595],[-72.551129,41.280591],[-72.548874,41.2819],[-72.545987,41.280343],[-72.548047,41.277423],[-72.545144,41.275484],[-72.54434,41.273705],[-72.547036,41.271608],[-72.546361,41.267406],[-72.547656,41.264331],[-72.547236,41.262507],[-72.545838,41.260312],[-72.535943,41.2546],[-72.537005,41.254121],[-72.53665,41.251591],[-72.538396,41.250301],[-72.541917,41.249937],[-72.54446,41.248672],[-72.553157,41.255973],[-72.564307,41.264052],[-72.568468,41.266835],[-72.575102,41.270111],[-72.578893,41.27145],[-72.582821,41.272003],[-72.585382,41.271816],[-72.589928,41.270141],[-72.59502,41.269948],[-72.598198,41.268954],[-72.600737,41.269551],[-72.602273,41.270621],[-72.605292,41.271141],[-72.608958,41.270251],[-72.615085,41.27212],[-72.624011,41.271567],[-72.626131,41.270714],[-72.630416,41.270073],[-72.633153,41.268044],[-72.635903,41.267281],[-72.641249,41.267125],[-72.649566,41.265322],[-72.650976,41.266283],[-72.654508,41.265705]]]},"properties":{"name":"Madison"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.852708,41.546299],[-72.849832,41.545338],[-72.844148,41.544705],[-72.84515,41.547419],[-72.845742,41.553505],[-72.848542,41.567337],[-72.840245,41.569106],[-72.827645,41.571007],[-72.829645,41.562405],[-72.825744,41.564306],[-72.826142,41.555905],[-72.821244,41.554203],[-72.819146,41.554306],[-72.810243,41.562405],[-72.809244,41.562005],[-72.805244,41.566606],[-72.801244,41.573106],[-72.780092,41.575899],[-72.769198,41.57721],[-72.752182,41.578902],[-72.750843,41.564207],[-72.750243,41.559207],[-72.748879,41.544287],[-72.747243,41.528811],[-72.746503,41.520689],[-72.74603,41.513443],[-72.744743,41.497706],[-72.749447,41.497428],[-72.759819,41.495757],[-72.768501,41.495564],[-72.772486,41.496299],[-72.77687,41.498349],[-72.782086,41.499716],[-72.792906,41.503368],[-72.795948,41.504612],[-72.800284,41.505426],[-72.804697,41.506778],[-72.809028,41.507661],[-72.815182,41.508548],[-72.823357,41.510607],[-72.828393,41.511562],[-72.830467,41.509505],[-72.837592,41.513242],[-72.840839,41.513699],[-72.850798,41.516517],[-72.853604,41.521404],[-72.853263,41.524996],[-72.856768,41.526203],[-72.856818,41.527419],[-72.859026,41.52743],[-72.858926,41.529499],[-72.85667,41.53421],[-72.853665,41.533623],[-72.85169,41.540294],[-72.852211,41.545801],[-72.852708,41.546299]]]},"properties":{"name":"Meriden"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.104235,41.489404],[-73.113541,41.488499],[-73.125018,41.48756],[-73.144162,41.488461],[-73.157891,41.489417],[-73.156837,41.492977],[-73.157886,41.496475],[-73.160354,41.498064],[-73.159034,41.500736],[-73.157903,41.501744],[-73.156784,41.505509],[-73.158382,41.508169],[-73.157899,41.509877],[-73.155692,41.512454],[-73.155731,41.515287],[-73.15631,41.518724],[-73.15777,41.524639],[-73.164677,41.557096],[-73.145037,41.55783],[-73.127159,41.561703],[-73.115056,41.564704],[-73.093854,41.570204],[-73.09127,41.555752],[-73.08816,41.541207],[-73.086617,41.536706],[-73.083728,41.531495],[-73.080202,41.52597],[-73.072267,41.518308],[-73.070115,41.514309],[-73.077257,41.514078],[-73.088429,41.514083],[-73.094686,41.513813],[-73.094748,41.511519],[-73.095758,41.510491],[-73.096008,41.504961],[-73.095405,41.501509],[-73.097385,41.500673],[-73.099593,41.498044],[-73.101869,41.496963],[-73.102375,41.495121],[-73.103445,41.494594],[-73.104533,41.492066],[-73.104235,41.489404]]]},"properties":{"name":"Middlebury"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.10778,41.168613],[-73.116054,41.173705],[-73.119854,41.175705],[-73.121454,41.177605],[-73.122354,41.179805],[-73.122454,41.182905],[-73.121353,41.187504],[-73.115354,41.193505],[-73.110554,41.200305],[-73.109254,41.204105],[-73.110654,41.207805],[-73.110254,41.214004],[-73.108354,41.218304],[-73.110454,41.225304],[-73.110554,41.227404],[-73.109954,41.229404],[-73.107554,41.232504],[-73.104953,41.236603],[-73.101574,41.240096],[-73.093404,41.244623],[-73.091151,41.246491],[-73.087351,41.2518],[-73.086753,41.254604],[-73.087853,41.260104],[-73.087753,41.265304],[-73.088683,41.271745],[-73.086853,41.276604],[-73.078557,41.273354],[-73.072278,41.269724],[-73.061256,41.264207],[-73.051512,41.259508],[-73.044145,41.256823],[-73.035162,41.254386],[-73.030308,41.252787],[-73.026981,41.252317],[-73.017986,41.250085],[-73.012716,41.249519],[-73.000618,41.246691],[-72.995015,41.245719],[-72.992052,41.244917],[-72.993353,41.244481],[-72.994623,41.241604],[-72.992128,41.239009],[-72.993403,41.235807],[-72.992616,41.234214],[-72.986722,41.235433],[-72.979048,41.230405],[-72.984348,41.218905],[-72.995997,41.213318],[-73.006315,41.215988],[-73.008069,41.210215],[-73.009407,41.209716],[-73.013925,41.205091],[-73.015372,41.20446],[-73.020256,41.20432],[-73.020444,41.206532],[-73.023024,41.207329],[-73.026985,41.207599],[-73.031499,41.207074],[-73.034674,41.205982],[-73.037374,41.203903],[-73.038399,41.202014],[-73.045331,41.209487],[-73.049736,41.210635],[-73.052302,41.210114],[-73.055496,41.208889],[-73.03755,41.195105],[-73.057851,41.185405],[-73.073647,41.196574],[-73.078715,41.194738],[-73.082457,41.19247],[-73.088218,41.187798],[-73.09209,41.183465],[-73.092881,41.182071],[-73.095227,41.180182],[-73.100986,41.173988],[-73.102563,41.17402],[-73.105069,41.172861],[-73.10778,41.168613]]]},"properties":{"name":"Milford"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.070115,41.514309],[-73.066509,41.514228],[-73.055017,41.514665],[-73.047553,41.515212],[-73.039505,41.516594],[-73.027926,41.517931],[-73.018171,41.519842],[-73.016551,41.514004],[-73.014691,41.50841],[-73.010345,41.494308],[-73.005184,41.479316],[-73.002785,41.474548],[-73.001812,41.471167],[-73.003504,41.4671],[-73.00423,41.462565],[-73.025752,41.459604],[-73.026186,41.461566],[-73.030472,41.465915],[-73.03235,41.465338],[-73.03426,41.466409],[-73.036654,41.465905],[-73.039189,41.466395],[-73.041438,41.468883],[-73.043304,41.46817],[-73.044949,41.468663],[-73.048517,41.468642],[-73.050251,41.468194],[-73.052118,41.468968],[-73.053521,41.466076],[-73.053491,41.462185],[-73.054177,41.460862],[-73.056466,41.458969],[-73.060266,41.457901],[-73.061769,41.456276],[-73.064484,41.457575],[-73.067777,41.459964],[-73.070199,41.460547],[-73.077367,41.465197],[-73.092577,41.474984],[-73.096447,41.477631],[-73.103356,41.481745],[-73.10432,41.483603],[-73.104235,41.489404],[-73.104533,41.492066],[-73.103445,41.494594],[-73.102375,41.495121],[-73.101869,41.496963],[-73.099593,41.498044],[-73.097385,41.500673],[-73.095405,41.501509],[-73.096008,41.504961],[-73.095758,41.510491],[-73.094748,41.511519],[-73.094686,41.513813],[-73.088429,41.514083],[-73.077257,41.514078],[-73.070115,41.514309]]]},"properties":{"name":"Naugatuck"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.938465,41.281017],[-72.939928,41.283557],[-72.940746,41.286001],[-72.939947,41.28722],[-72.942931,41.289015],[-72.947216,41.292991],[-72.947919,41.292072],[-72.952006,41.294474],[-72.949875,41.296201],[-72.952172,41.298161],[-72.952645,41.299443],[-72.9563,41.301613],[-72.956872,41.303017],[-72.956099,41.305587],[-72.957434,41.306656],[-72.956297,41.310467],[-72.963709,41.310913],[-72.972487,41.311953],[-72.989149,41.313305],[-72.998049,41.314105],[-72.99681,41.323607],[-72.988941,41.328901],[-72.988744,41.330194],[-72.985016,41.333025],[-72.983311,41.337315],[-72.974069,41.341602],[-72.970187,41.342905],[-72.97291,41.347404],[-72.96833,41.347983],[-72.966841,41.345443],[-72.964461,41.343796],[-72.964188,41.346427],[-72.962061,41.346305],[-72.961256,41.349015],[-72.958644,41.349087],[-72.957746,41.350398],[-72.95467,41.35017],[-72.952809,41.349086],[-72.95393,41.347434],[-72.951483,41.347115],[-72.951359,41.343955],[-72.952868,41.343801],[-72.955181,41.342354],[-72.956992,41.339855],[-72.953975,41.337374],[-72.94311,41.336274],[-72.93519,41.335338],[-72.926979,41.334595],[-72.913238,41.333602],[-72.902542,41.327203],[-72.893311,41.328905],[-72.892646,41.330305],[-72.889646,41.331405],[-72.888846,41.332605],[-72.879184,41.334101],[-72.87617,41.334015],[-72.869938,41.334783],[-72.866206,41.336018],[-72.863289,41.336025],[-72.86031,41.336647],[-72.864245,41.327506],[-72.866279,41.323716],[-72.869424,41.315687],[-72.873641,41.306855],[-72.878123,41.301151],[-72.882518,41.293238],[-72.885796,41.289146],[-72.887707,41.285717],[-72.887433,41.282323],[-72.887107,41.25516],[-72.887255,41.252985],[-72.889204,41.251056],[-72.891402,41.25121],[-72.895028,41.249743],[-72.896919,41.248493],[-72.898839,41.248755],[-72.899596,41.247715],[-72.900683,41.246521],[-72.903904,41.247966],[-72.903884,41.250934],[-72.902783,41.25299],[-72.898956,41.255145],[-72.893966,41.256882],[-72.893672,41.260065],[-72.896035,41.263608],[-72.899444,41.267021],[-72.902135,41.268777],[-72.905706,41.270337],[-72.903107,41.274379],[-72.903964,41.276619],[-72.903695,41.278325],[-72.905956,41.282708],[-72.92122,41.281685],[-72.926396,41.283074],[-72.930966,41.280454],[-72.93451,41.281927],[-72.938465,41.281017]]]},"properties":{"name":"New Haven"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.817723,41.399457],[-72.798629,41.405137],[-72.792531,41.407486],[-72.782418,41.410913],[-72.776494,41.413375],[-72.746142,41.423305],[-72.730472,41.425936],[-72.720641,41.427405],[-72.721456,41.423725],[-72.72216,41.422931],[-72.723375,41.419152],[-72.728199,41.417645],[-72.731307,41.414196],[-72.732818,41.41201],[-72.740555,41.404661],[-72.742745,41.403012],[-72.745972,41.396909],[-72.749298,41.398098],[-72.746825,41.382564],[-72.743598,41.346653],[-72.743836,41.346366],[-72.742135,41.33457],[-72.741451,41.323699],[-72.74268,41.320864],[-72.74606,41.310613],[-72.764688,41.306865],[-72.771343,41.305101],[-72.775043,41.308705],[-72.780532,41.313197],[-72.786019,41.316288],[-72.799172,41.324331],[-72.822413,41.318811],[-72.823844,41.318332],[-72.822887,41.321998],[-72.817753,41.33999],[-72.81707,41.359735],[-72.817004,41.363885],[-72.817344,41.369876],[-72.817454,41.377534],[-72.817347,41.385484],[-72.817723,41.399457]]]},"properties":{"name":"North Branford"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.817004,41.363885],[-72.822537,41.364204],[-72.822827,41.361801],[-72.827134,41.361498],[-72.827147,41.351448],[-72.827962,41.351196],[-72.827989,41.342366],[-72.846224,41.33909],[-72.86031,41.336647],[-72.863289,41.336025],[-72.866206,41.336018],[-72.869938,41.334783],[-72.87617,41.334015],[-72.879184,41.334101],[-72.888846,41.332605],[-72.889253,41.334115],[-72.887973,41.339673],[-72.886774,41.341158],[-72.882854,41.343709],[-72.880158,41.343392],[-72.878764,41.344638],[-72.881151,41.346508],[-72.879643,41.347496],[-72.877241,41.346622],[-72.874943,41.347409],[-72.873253,41.349407],[-72.874457,41.351691],[-72.876971,41.353484],[-72.882905,41.353123],[-72.884467,41.354744],[-72.883923,41.357166],[-72.881882,41.358886],[-72.881746,41.360905],[-72.88615,41.361931],[-72.893829,41.363226],[-72.899625,41.364734],[-72.908025,41.366526],[-72.903787,41.378115],[-72.89961,41.380254],[-72.895557,41.383596],[-72.893201,41.386771],[-72.892843,41.389481],[-72.890815,41.393375],[-72.88718,41.393651],[-72.887525,41.396838],[-72.886375,41.400438],[-72.885814,41.405046],[-72.886371,41.411303],[-72.884569,41.411414],[-72.883153,41.423317],[-72.881615,41.423191],[-72.877346,41.424489],[-72.874214,41.426314],[-72.869224,41.42623],[-72.864095,41.426582],[-72.861783,41.425935],[-72.858488,41.429449],[-72.856073,41.429835],[-72.854361,41.430851],[-72.851361,41.43439],[-72.850087,41.433979],[-72.850897,41.43201],[-72.84964,41.428724],[-72.847722,41.427153],[-72.84517,41.427204],[-72.844308,41.426368],[-72.840108,41.426411],[-72.837607,41.427076],[-72.834788,41.425336],[-72.834461,41.424332],[-72.831035,41.423993],[-72.827405,41.424386],[-72.82696,41.419495],[-72.827108,41.409728],[-72.827355,41.406926],[-72.827609,41.396649],[-72.817723,41.399457],[-72.817347,41.385484],[-72.817454,41.377534],[-72.817344,41.369876],[-72.817004,41.363885]]]},"properties":{"name":"North Haven"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.992052,41.244917],[-72.995015,41.245719],[-73.000618,41.246691],[-73.012716,41.249519],[-73.017986,41.250085],[-73.026981,41.252317],[-73.030308,41.252787],[-73.035162,41.254386],[-73.044145,41.256823],[-73.051512,41.259508],[-73.061256,41.264207],[-73.072278,41.269724],[-73.078557,41.273354],[-73.086853,41.276604],[-73.083753,41.281504],[-73.078853,41.284504],[-73.071252,41.287304],[-73.068752,41.289204],[-73.065252,41.294904],[-73.065052,41.297604],[-73.066152,41.299504],[-73.067852,41.301004],[-73.066415,41.302957],[-73.065028,41.306135],[-73.061747,41.310087],[-73.058985,41.311635],[-73.056702,41.312176],[-73.053197,41.311151],[-73.049111,41.311308],[-73.043167,41.31332],[-73.040708,41.313899],[-73.033577,41.313137],[-73.028065,41.311887],[-73.020628,41.311103],[-73.014779,41.310831],[-73.013075,41.310327],[-73.008765,41.310418],[-73.000698,41.312631],[-72.998049,41.314105],[-72.989149,41.313305],[-72.984269,41.301798],[-72.985989,41.290286],[-72.987303,41.288257],[-72.986189,41.285745],[-72.987062,41.283395],[-72.987119,41.281543],[-72.985649,41.280464],[-72.982986,41.281298],[-72.979944,41.2792],[-72.986469,41.273057],[-72.992028,41.268097],[-72.991954,41.266798],[-72.992434,41.251613],[-72.991535,41.250898],[-72.992367,41.248697],[-72.990461,41.247732],[-72.990961,41.24507],[-72.992052,41.244917]]]},"properties":{"name":"Orange"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.147556,41.367704],[-73.150956,41.370204],[-73.157056,41.376704],[-73.157924,41.377231],[-73.158833,41.379692],[-73.157978,41.382967],[-73.161254,41.383861],[-73.166566,41.383364],[-73.174155,41.384183],[-73.181169,41.389619],[-73.18327,41.391719],[-73.187958,41.397304],[-73.187558,41.399604],[-73.185358,41.402204],[-73.184858,41.406304],[-73.186558,41.408604],[-73.190258,41.410304],[-73.196758,41.411404],[-73.199758,41.413204],[-73.201558,41.415804],[-73.207689,41.420552],[-73.198425,41.426468],[-73.19387,41.429147],[-73.184857,41.434106],[-73.177103,41.439161],[-73.164756,41.447779],[-73.163929,41.448893],[-73.165512,41.450612],[-73.166044,41.452552],[-73.164752,41.453978],[-73.165853,41.456756],[-73.164702,41.458317],[-73.162098,41.457587],[-73.161817,41.459191],[-73.160378,41.459609],[-73.16005,41.461441],[-73.158072,41.462562],[-73.157828,41.466053],[-73.15909,41.468113],[-73.15968,41.47114],[-73.157906,41.473868],[-73.156553,41.4779],[-73.156076,41.483017],[-73.157891,41.489417],[-73.144162,41.488461],[-73.125018,41.48756],[-73.113541,41.488499],[-73.104235,41.489404],[-73.10432,41.483603],[-73.103356,41.481745],[-73.096447,41.477631],[-73.092577,41.474984],[-73.077367,41.465197],[-73.078614,41.457792],[-73.083456,41.439143],[-73.085033,41.43693],[-73.086403,41.433736],[-73.092699,41.413458],[-73.090546,41.411448],[-73.08872,41.408975],[-73.083586,41.403774],[-73.088658,41.399704],[-73.095635,41.399005],[-73.107542,41.398623],[-73.110527,41.398112],[-73.113765,41.388777],[-73.115834,41.386272],[-73.123951,41.38169],[-73.124254,41.381032],[-73.136703,41.373752],[-73.147556,41.367704]]]},"properties":{"name":"Oxford"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.952393,41.464597],[-72.957339,41.465333],[-72.965882,41.466258],[-72.981902,41.468577],[-73.001812,41.471167],[-73.002785,41.474548],[-73.005184,41.479316],[-73.010345,41.494308],[-73.014691,41.50841],[-73.016551,41.514004],[-73.018171,41.519842],[-73.011311,41.522164],[-73.005086,41.523701],[-72.999552,41.525935],[-72.980045,41.533092],[-72.97763,41.533825],[-72.969366,41.530242],[-72.96725,41.529246],[-72.956468,41.525326],[-72.953221,41.52394],[-72.948963,41.52269],[-72.947325,41.521176],[-72.935058,41.50757],[-72.934648,41.501254],[-72.937622,41.497143],[-72.940813,41.495708],[-72.941596,41.49431],[-72.941505,41.491663],[-72.943649,41.488463],[-72.943736,41.48328],[-72.944745,41.478918],[-72.947713,41.477433],[-72.949101,41.472915],[-72.949957,41.471762],[-72.950069,41.469127],[-72.952393,41.464597]]]},"properties":{"name":"Prospect"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.047163,41.360539],[-73.049935,41.360218],[-73.07074,41.360231],[-73.077127,41.362206],[-73.081089,41.36294],[-73.085628,41.362981],[-73.091752,41.360283],[-73.094812,41.360703],[-73.097848,41.357534],[-73.098126,41.356598],[-73.100541,41.354026],[-73.102354,41.352904],[-73.111987,41.349763],[-73.118869,41.347698],[-73.124655,41.345304],[-73.126155,41.346604],[-73.136055,41.351204],[-73.138156,41.353904],[-73.139574,41.361219],[-73.147556,41.367704],[-73.136703,41.373752],[-73.124254,41.381032],[-73.123951,41.38169],[-73.115834,41.386272],[-73.113765,41.388777],[-73.110527,41.398112],[-73.107542,41.398623],[-73.095635,41.399005],[-73.088658,41.399704],[-73.083586,41.403774],[-73.081866,41.405598],[-73.075889,41.410407],[-73.070257,41.411368],[-73.069583,41.413781],[-73.067882,41.416671],[-73.065269,41.418778],[-73.063109,41.423606],[-73.041652,41.420904],[-73.04641,41.401699],[-73.047544,41.395842],[-73.048204,41.391507],[-73.049071,41.381061],[-73.047163,41.360539]]]},"properties":{"name":"Seymour"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.155731,41.515287],[-73.155692,41.512454],[-73.157899,41.509877],[-73.158382,41.508169],[-73.156784,41.505509],[-73.157903,41.501744],[-73.159034,41.500736],[-73.160354,41.498064],[-73.157886,41.496475],[-73.156837,41.492977],[-73.157891,41.489417],[-73.156076,41.483017],[-73.156553,41.4779],[-73.157906,41.473868],[-73.15968,41.47114],[-73.15909,41.468113],[-73.157828,41.466053],[-73.158072,41.462562],[-73.16005,41.461441],[-73.160378,41.459609],[-73.161817,41.459191],[-73.162098,41.457587],[-73.164702,41.458317],[-73.165853,41.456756],[-73.164752,41.453978],[-73.166044,41.452552],[-73.165512,41.450612],[-73.163929,41.448893],[-73.164756,41.447779],[-73.177103,41.439161],[-73.184857,41.434106],[-73.19387,41.429147],[-73.198425,41.426468],[-73.207689,41.420552],[-73.211836,41.422778],[-73.214436,41.425078],[-73.217136,41.428378],[-73.218236,41.429078],[-73.22648,41.430317],[-73.22997,41.429132],[-73.235912,41.426161],[-73.238412,41.426261],[-73.24229,41.429849],[-73.242345,41.43608],[-73.244335,41.439566],[-73.24676,41.439503],[-73.251191,41.43778],[-73.256951,41.43386],[-73.259206,41.433337],[-73.262266,41.433968],[-73.264525,41.43508],[-73.265789,41.436811],[-73.267494,41.443589],[-73.270244,41.448013],[-73.273697,41.451653],[-73.278254,41.452643],[-73.280739,41.452311],[-73.287799,41.450323],[-73.291264,41.448116],[-73.294708,41.447377],[-73.297761,41.448284],[-73.300074,41.452487],[-73.300794,41.455911],[-73.299861,41.458442],[-73.299834,41.460791],[-73.298314,41.464775],[-73.298266,41.467639],[-73.299594,41.470119],[-73.302762,41.471447],[-73.305034,41.471159],[-73.310474,41.468823],[-73.312778,41.469943],[-73.320907,41.477015],[-73.322667,41.480775],[-73.327115,41.484535],[-73.326843,41.485975],[-73.324875,41.489575],[-73.326843,41.492711],[-73.325515,41.495319],[-73.323115,41.497911],[-73.321579,41.500423],[-73.320875,41.503623],[-73.31889,41.505197],[-73.307898,41.506007],[-73.299386,41.507031],[-73.269657,41.510375],[-73.254472,41.512007],[-73.252266,41.512142],[-73.242766,41.512993],[-73.219725,41.510233],[-73.204198,41.508535],[-73.187603,41.510577],[-73.170772,41.512552],[-73.155813,41.514216],[-73.155731,41.515287]]]},"properties":{"name":"Southbury"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.746142,41.423305],[-72.776494,41.413375],[-72.782418,41.410913],[-72.792531,41.407486],[-72.798629,41.405137],[-72.817723,41.399457],[-72.827609,41.396649],[-72.827355,41.406926],[-72.827108,41.409728],[-72.82696,41.419495],[-72.827405,41.424386],[-72.831035,41.423993],[-72.834461,41.424332],[-72.834788,41.425336],[-72.837607,41.427076],[-72.840108,41.426411],[-72.844308,41.426368],[-72.84517,41.427204],[-72.847722,41.427153],[-72.84964,41.428724],[-72.850897,41.43201],[-72.850087,41.433979],[-72.851361,41.43439],[-72.855461,41.435833],[-72.877096,41.444298],[-72.886668,41.447965],[-72.876645,41.459683],[-72.877381,41.46119],[-72.873511,41.466038],[-72.871265,41.469474],[-72.852702,41.494355],[-72.853269,41.494572],[-72.848379,41.500108],[-72.846298,41.502837],[-72.84861,41.509859],[-72.849572,41.514601],[-72.850798,41.516517],[-72.840839,41.513699],[-72.837592,41.513242],[-72.830467,41.509505],[-72.828393,41.511562],[-72.823357,41.510607],[-72.815182,41.508548],[-72.809028,41.507661],[-72.804697,41.506778],[-72.800284,41.505426],[-72.795948,41.504612],[-72.792906,41.503368],[-72.782086,41.499716],[-72.77687,41.498349],[-72.772486,41.496299],[-72.768501,41.495564],[-72.759819,41.495757],[-72.749447,41.497428],[-72.744743,41.497706],[-72.743331,41.483122],[-72.733887,41.485376],[-72.736569,41.464491],[-72.738529,41.446178],[-72.739121,41.438302],[-72.740341,41.436204],[-72.746142,41.423305]]]},"properties":{"name":"Wallingford"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.093854,41.570204],[-73.092354,41.570504],[-73.086346,41.580403],[-73.082956,41.585624],[-73.077826,41.587488],[-73.06415,41.588504],[-73.058011,41.588655],[-73.057425,41.589332],[-73.059459,41.591613],[-73.060151,41.593492],[-73.060245,41.597376],[-73.060701,41.600819],[-73.058947,41.602729],[-73.05947,41.606187],[-73.058025,41.606748],[-73.050363,41.609756],[-73.036157,41.615205],[-73.018651,41.614105],[-73.017444,41.609821],[-73.016986,41.60613],[-73.014932,41.596312],[-73.01205,41.583786],[-73.002466,41.574311],[-73.001735,41.573947],[-72.996754,41.569068],[-72.991404,41.564158],[-72.985169,41.558139],[-72.979854,41.553357],[-72.972813,41.553815],[-72.968069,41.553873],[-72.956789,41.555303],[-72.957601,41.553406],[-72.962253,41.544743],[-72.965477,41.537535],[-72.968565,41.531318],[-72.969366,41.530242],[-72.97763,41.533825],[-72.980045,41.533092],[-72.999552,41.525935],[-73.005086,41.523701],[-73.011311,41.522164],[-73.018171,41.519842],[-73.027926,41.517931],[-73.039505,41.516594],[-73.047553,41.515212],[-73.055017,41.514665],[-73.066509,41.514228],[-73.070115,41.514309],[-73.072267,41.518308],[-73.080202,41.52597],[-73.083728,41.531495],[-73.086617,41.536706],[-73.08816,41.541207],[-73.09127,41.555752],[-73.093854,41.570204]]]},"properties":{"name":"Waterbury"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.986722,41.235433],[-72.992616,41.234214],[-72.993403,41.235807],[-72.992128,41.239009],[-72.994623,41.241604],[-72.993353,41.244481],[-72.992052,41.244917],[-72.990961,41.24507],[-72.990461,41.247732],[-72.992367,41.248697],[-72.991535,41.250898],[-72.992434,41.251613],[-72.991954,41.266798],[-72.992028,41.268097],[-72.986469,41.273057],[-72.979944,41.2792],[-72.982986,41.281298],[-72.985649,41.280464],[-72.987119,41.281543],[-72.987062,41.283395],[-72.986189,41.285745],[-72.987303,41.288257],[-72.985989,41.290286],[-72.984269,41.301798],[-72.989149,41.313305],[-72.972487,41.311953],[-72.963709,41.310913],[-72.956297,41.310467],[-72.957434,41.306656],[-72.956099,41.305587],[-72.956872,41.303017],[-72.9563,41.301613],[-72.952645,41.299443],[-72.952172,41.298161],[-72.949875,41.296201],[-72.952006,41.294474],[-72.947919,41.292072],[-72.947216,41.292991],[-72.942931,41.289015],[-72.939947,41.28722],[-72.940746,41.286001],[-72.939928,41.283557],[-72.938465,41.281017],[-72.938061,41.278293],[-72.936919,41.277093],[-72.936227,41.273045],[-72.934365,41.270848],[-72.931245,41.268834],[-72.930895,41.26233],[-72.932961,41.26017],[-72.940454,41.258453],[-72.94185,41.257658],[-72.946644,41.257001],[-72.948913,41.2561],[-72.953598,41.255116],[-72.958208,41.252325],[-72.960368,41.252237],[-72.962909,41.250107],[-72.962881,41.248262],[-72.964292,41.246933],[-72.968807,41.243737],[-72.970435,41.241646],[-72.970435,41.240548],[-72.971837,41.237177],[-72.975503,41.233513],[-72.978005,41.233223],[-72.979692,41.234486],[-72.981492,41.234484],[-72.984242,41.23562],[-72.986722,41.235433]]]},"properties":{"name":"West Haven"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.018651,41.614105],[-73.021472,41.627112],[-73.004047,41.628585],[-72.983251,41.639606],[-72.96615,41.641006],[-72.96021,41.641977],[-72.950549,41.642905],[-72.938502,41.644319],[-72.938148,41.640305],[-72.935208,41.619427],[-72.934047,41.612203],[-72.933645,41.607802],[-72.935848,41.598205],[-72.938047,41.590605],[-72.942616,41.571134],[-72.94543,41.559886],[-72.946351,41.556805],[-72.956789,41.555303],[-72.968069,41.553873],[-72.972813,41.553815],[-72.979854,41.553357],[-72.985169,41.558139],[-72.991404,41.564158],[-72.996754,41.569068],[-73.001735,41.573947],[-73.002466,41.574311],[-73.01205,41.583786],[-73.014932,41.596312],[-73.016986,41.60613],[-73.017444,41.609821],[-73.018651,41.614105]]]},"properties":{"name":"Wolcott"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.047544,41.395842],[-73.046866,41.395213],[-73.043644,41.394987],[-73.042412,41.395624],[-73.040291,41.393724],[-73.039147,41.393543],[-73.036844,41.391341],[-73.034256,41.391796],[-73.032595,41.390034],[-73.029983,41.388515],[-73.000624,41.390507],[-72.972451,41.392791],[-72.965605,41.393616],[-72.954874,41.394483],[-72.957035,41.392981],[-72.961133,41.387945],[-72.967349,41.377745],[-72.974109,41.365282],[-72.975397,41.359945],[-72.975226,41.355457],[-72.97433,41.350489],[-72.97291,41.347404],[-72.970187,41.342905],[-72.974069,41.341602],[-72.983311,41.337315],[-72.985016,41.333025],[-72.988744,41.330194],[-72.988941,41.328901],[-72.99681,41.323607],[-72.998049,41.314105],[-73.000698,41.312631],[-73.008765,41.310418],[-73.013075,41.310327],[-73.014779,41.310831],[-73.020628,41.311103],[-73.028065,41.311887],[-73.033577,41.313137],[-73.040708,41.313899],[-73.040421,41.318553],[-73.039142,41.326662],[-73.038935,41.328018],[-73.039982,41.332365],[-73.042333,41.338579],[-73.042944,41.338831],[-73.043719,41.342328],[-73.046335,41.346086],[-73.046446,41.352094],[-73.047163,41.360539],[-73.049071,41.381061],[-73.048204,41.391507],[-73.047544,41.395842]]]},"properties":{"name":"Woodbridge"}} +]} \ No newline at end of file diff --git a/docs/data/ct-towns.png b/docs/data/ct-towns.png new file mode 100644 index 000000000..a695510d2 Binary files /dev/null and b/docs/data/ct-towns.png differ diff --git a/docs/data/ct-tracts-2010.geojson b/docs/data/ct-tracts-2010.geojson new file mode 100644 index 000000000..195a3d46d --- /dev/null +++ b/docs/data/ct-tracts-2010.geojson @@ -0,0 +1 @@ +{"type":"FeatureCollection","features":[{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.49548715486033,41.037535320479044],[-73.49530515513398,41.043346321625094],[-73.49585815561626,41.04865432264822],[-73.49668315591363,41.049196322727475],[-73.49787115630872,41.049397322727934],[-73.50025515727347,41.05280432331798],[-73.50248115817436,41.05598532386879],[-73.50631915958016,41.0588933243131],[-73.50652915966958,41.05927032438014],[-73.5070581598947,41.06021832454867],[-73.50732816002257,41.06092832467902],[-73.50712115995647,41.06094132468837],[-73.50704615993178,41.06093332468926],[-73.50694915989996,41.06092432469067],[-73.50682315985817,41.060905324691085],[-73.50675015983398,41.060894324691326],[-73.50654415976527,41.06085632469063],[-73.5063361596952,41.06080532468747],[-73.50627315967354,41.06078232468502],[-73.50595115956287,41.06066532467264],[-73.50560015944113,41.06051832465535],[-73.50533615934968,41.06041032464284],[-73.50490515920129,41.0602493246254],[-73.5049031592006,41.06024832462528],[-73.5044481590433,41.06006732460472],[-73.50431315899702,41.06002032459995],[-73.5041271589333,41.0599563245935],[-73.5039131588591,41.059867324583074],[-73.50378215881372,41.05981332457677],[-73.50367415877653,41.05977332457247],[-73.50335215866588,41.0596563245601],[-73.50324515862908,41.059617324555965],[-73.5030681585681,41.05955032454864],[-73.50253615838487,41.059350324526875],[-73.50236015832427,41.05928432451971],[-73.50228015829596,41.059241324513906],[-73.50196915819117,41.0591653245092],[-73.5008691578207,41.05889832449295],[-73.50077215778832,41.05887932449241],[-73.5007011577646,41.058865324491975],[-73.5004971576959,41.05881632448907],[-73.50045215768108,41.05881132448956],[-73.50037215765417,41.05879232448847],[-73.50012215757138,41.058756324489615],[-73.49977715745717,41.05870732449132],[-73.49960815740084,41.05867632449079],[-73.49938015732572,41.05865032449318],[-73.4993721573231,41.058649324493246],[-73.49919615726569,41.05863932449705],[-73.4991211572409,41.05862932449755],[-73.4987551571199,41.058580324499964],[-73.49820015693835,41.05853932451012],[-73.49781915681436,41.058522324519295],[-73.49733115665593,41.058507324532364],[-73.49678815648122,41.058518324552345],[-73.49648015638233,41.05852832456441],[-73.49609415625875,41.0585463245806],[-73.49581015616825,41.058567324594016],[-73.49562115610824,41.05858532460376],[-73.4952451559905,41.05864932462865],[-73.49470615582258,41.058756324667314],[-73.49418215565991,41.05887032470685],[-73.49382115554809,41.05895332473498],[-73.49331615539087,41.05905532477155],[-73.4931981553542,41.059080324780325],[-73.49279415522895,41.059171324811416],[-73.4926351551792,41.05919932482212],[-73.49263315517851,41.05919832482199],[-73.49226315506465,41.05929632485335],[-73.49187515494424,41.05938132488275],[-73.4916881548867,41.05943132489869],[-73.49147715482093,41.059472324913656],[-73.49104215468613,41.059571324947335],[-73.49059115454645,41.059675324982514],[-73.48973415427973,41.05985032504495],[-73.48959115423528,41.059880325055516],[-73.48942215418327,41.0599253250699],[-73.48929915414482,41.05994732507824],[-73.48927015413568,41.05995132507997],[-73.48918415410884,41.05996732508593],[-73.48915615410014,41.05997332508804],[-73.48876415397928,41.0600733251205],[-73.4883041538375,41.06019132515872],[-73.48758315361373,41.06034932521336],[-73.48736115354484,41.06039832523024],[-73.48727415351864,41.06043132523957],[-73.48719315349373,41.06045332524654],[-73.4869871534306,41.06051232526487],[-73.48662815332064,41.06061632529703],[-73.48637415324319,41.06069632532106],[-73.48617115318136,41.06076132534045],[-73.4861121531635,41.0607823253465],[-73.48605515314588,41.06079632535112],[-73.48594015311089,41.06083332536216],[-73.48551215298069,41.060973325403644],[-73.48525515290308,41.06106732543051],[-73.48502915283491,41.06115132545438],[-73.48493815280753,41.061186325464234],[-73.48479115276338,41.06124432548042],[-73.4846681527267,41.06129732549485],[-73.48458015270057,41.061337325505605],[-73.48446615266708,41.06139532552071],[-73.48442415265454,41.0614133255256],[-73.4841901525851,41.06152032555426],[-73.48405615254458,41.06156832556807],[-73.48394315251078,41.061615325581],[-73.483783152463,41.06168332559959],[-73.4834051523497,41.06183632564197],[-73.48315215227484,41.061956325673805],[-73.48294715221547,41.062075325703866],[-73.48274815216016,41.062231325740974],[-73.4826631521367,41.0623013257575],[-73.48245915207472,41.0623693257775],[-73.48234915204102,41.0624013257874],[-73.48197515192443,41.06247432581398],[-73.48108915164948,41.06266932588127],[-73.48071415153142,41.06272232590396],[-73.48043415144322,41.062761325920796],[-73.48021315137323,41.06278532593274],[-73.47998215130013,41.062811325945404],[-73.47976015122981,41.062835325957394],[-73.47949915114901,41.06289632597792],[-73.47935115110592,41.06297832599885],[-73.47923915107623,41.06309132602468],[-73.47915215106083,41.06331332607106],[-73.479150151062,41.0633453260774],[-73.47914515106612,41.06344532609718],[-73.47914415106769,41.06347832610367],[-73.47914315106821,41.06349332610665],[-73.47916615108085,41.06358432612374],[-73.47918415108943,41.06363232613256],[-73.47921515110694,41.06376332615724],[-73.47920615111461,41.06394832619381],[-73.47919015112954,41.06429932626317],[-73.47914615114068,41.06474232635148],[-73.47909515114935,41.06518132643923],[-73.47905415114755,41.065381326479795],[-73.47895815114356,41.0658533265755],[-73.4789041511302,41.065924326591194],[-73.4788171511089,41.066043326617375],[-73.47874115108975,41.0661373266383],[-73.47868615107598,41.06620732665383],[-73.47853015103689,41.06640432669757],[-73.47838415100048,41.06659232673922],[-73.47805715091773,41.06699132682817],[-73.47789915087786,41.0671863268716],[-73.47768615082397,41.06744632692955],[-73.4776671508191,41.06746832693449],[-73.47715715069,41.068090327073165],[-73.47697315064364,41.06831832712391],[-73.47674515058637,41.06860432718746],[-73.476650150561,41.06869732720881],[-73.4764971505203,41.06884932724363],[-73.47637615048919,41.068988327274845],[-73.47628915046687,41.069089327297505],[-73.4761941504422,41.069194327321206],[-73.4759681503893,41.06954532739744],[-73.47588315036958,41.069680327426695],[-73.47560715031015,41.070199327537516],[-73.4754141502649,41.070497327602254],[-73.47535615024964,41.07055832761611],[-73.47522715021587,41.07069632764741],[-73.47505015016738,41.07084732768282],[-73.4749931501513,41.07088832769272],[-73.4748301501054,41.0710063277212],[-73.47451815001473,41.071182327765946],[-73.47432514995904,41.071298327795],[-73.47400114986323,41.07145232783583],[-73.47386114982024,41.07149132784807],[-73.47362814974878,41.07155732786864],[-73.47281614949578,41.07171932792701],[-73.47278614948651,41.071726327929376],[-73.47218514930081,41.071873327977904],[-73.47211214927994,41.071920327989524],[-73.47204414926061,41.07196632800076],[-73.4718961492261,41.07219832805109],[-73.47188014922178,41.072213328054566],[-73.47162014915308,41.07248032811543],[-73.47141914909454,41.072591328143794],[-73.47130514906081,41.072645328158124],[-73.47112414900846,41.07275232818504],[-73.4710341489821,41.07279932819719],[-73.47095914896234,41.072877328214936],[-73.47087514894037,41.07296732823533],[-73.4706461488779,41.07316832828226],[-73.47026314876051,41.07327832831638],[-73.46988014864282,41.07338332834952],[-73.46989314864904,41.073418328355935],[-73.46994314867268,41.07354932838],[-73.46997014868774,41.07366032840088],[-73.47003314871692,41.073814328428995],[-73.4698701486669,41.07386032844337],[-73.46900014839981,41.07410332851951],[-73.46716514785295,41.07490332873652],[-73.46677014773866,41.07513532879494],[-73.46637114762405,41.07538432885685],[-73.46598314751544,41.075676328926804],[-73.46561714741607,41.076005329003294],[-73.4652451473156,41.07634932908293],[-73.46513414728749,41.07648432911303],[-73.46502114725945,41.076632329145745],[-73.46480414720591,41.076921329209526],[-73.46445814712324,41.07742932932046],[-73.46434614709673,41.07759832935725],[-73.46399814698323,41.07757932936494],[-73.46295514664317,41.07752332938815],[-73.46260814653004,41.07750532939598],[-73.46143214614689,41.07744732942316],[-73.45982814562433,41.077369329460424],[-73.45790714499844,41.07727432950476],[-73.45673314461598,41.07721732953205],[-73.45605814439631,41.07718832954848],[-73.45403614373826,41.077102329597864],[-73.45336214351897,41.07707432961447],[-73.45266114329037,41.077036329629976],[-73.4511261427898,41.07695332966398],[-73.45056114260679,41.07694432968073],[-73.4498601423798,41.07693432970174],[-73.44968114232228,41.07693932970857],[-73.4491451421501,41.07695632972946],[-73.44896714209295,41.07696232973646],[-73.44841814191929,41.07702632976701],[-73.4467751413996,41.07721932985866],[-73.44622714122633,41.077284329889345],[-73.44617114120187,41.07717332986941],[-73.44616914119764,41.07711032985713],[-73.44616914119759,41.07710932985694],[-73.44619414120433,41.07708632985161],[-73.44624114121707,41.07704332984163],[-73.44621314120278,41.07695132982451],[-73.44614914117876,41.076893329815235],[-73.44599714112148,41.07675032979217],[-73.44595814110563,41.07669332978228],[-73.44594614110068,41.076674329778946],[-73.44593414108748,41.07651132974739],[-73.44593214108545,41.07648732974275],[-73.44604014111279,41.07635532971332],[-73.44613514114096,41.07631132970158],[-73.44626514118295,41.07631132969733],[-73.44644114124192,41.07634832969881],[-73.44649714126069,41.07636032969934],[-73.4466281413018,41.07633932969093],[-73.44675114133399,41.076207329661024],[-73.44695514136973,41.07568032955102],[-73.44702014136809,41.07528432947124],[-73.44699814134405,41.07498832941394],[-73.44693314130768,41.074719329363326],[-73.44692214128726,41.07442432930584],[-73.44712314133074,41.074049329225744],[-73.44754314141566,41.073162329038055],[-73.44756514142003,41.07311432902792],[-73.4475011413885,41.072924328992784],[-73.44750614138319,41.07280332896888],[-73.44749914137745,41.07274232895715],[-73.44762014136923,41.071915328791036],[-73.4448251403588,41.07003232851333],[-73.44404714001183,41.068358328210536],[-73.44527014026743,41.06591932769219],[-73.44551614031711,41.06539832758197],[-73.44568714031065,41.064319327364764],[-73.44606914029653,41.061913326880386],[-73.4463691402476,41.05936132637002],[-73.44656514021624,41.05770432603859],[-73.44696514028885,41.0567143258313],[-73.44726214034284,41.055980325677595],[-73.44851114062841,41.05391832523222],[-73.44906514075517,41.05300532503498],[-73.44926214080027,41.05268132496498],[-73.45058914099299,41.048552324111505],[-73.45450714210244,41.04582532344823],[-73.4575701430503,41.04510332320627],[-73.45977114374868,41.044887323091835],[-73.46193114441355,41.04431632290908],[-73.4645091452312,41.044057322773845],[-73.46929414671439,41.04297432240464],[-73.4731231477073,41.03871432144333],[-73.47388814778516,41.035754320837434],[-73.4766641484752,41.03214432003806],[-73.48116214995213,41.03257731997569],[-73.48422415103562,41.03423832020129],[-73.48958315287305,41.036115320393975],[-73.49283715392359,41.03611532028731],[-73.49554215477623,41.035754320127765],[-73.49548715486033,41.037535320479044]]]},"properties":{"name":303,"geoid":"09001030300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.5225011682508,41.118896335538324],[-73.52302616850335,41.12033833580337],[-73.52460416926206,41.12466533659854],[-73.52513116951533,41.12610833686366],[-73.52570216978769,41.12763533714377],[-73.52741517060485,41.13221733798421],[-73.52798717087762,41.13374533826443],[-73.52801517089111,41.133822338278584],[-73.5281021709325,41.134053338320925],[-73.52813117094631,41.134130338335034],[-73.52832717103986,41.13465533843132],[-73.52891617132093,41.136231338720364],[-73.52911317141486,41.1367573388168],[-73.52993917180872,41.13896233922109],[-73.53010617188836,41.13940833930287],[-73.53176117267732,41.14382134011185],[-73.53241917299115,41.145578340433936],[-73.53314117333545,41.14750434078695],[-73.53319317336032,41.14764434081264],[-73.5332461733855,41.147784340838285],[-73.53328317340288,41.147878340855435],[-73.53332017342018,41.14797134087242],[-73.533439173476,41.14827234092738],[-73.53402217374875,41.149736341194576],[-73.53405817376562,41.1498273412112],[-73.53409717379039,41.15003834125118],[-73.53413517381478,41.15024834129102],[-73.53404917378658,41.150241341292485],[-73.53402817377963,41.15023834129259],[-73.5336591736569,41.15017734129281],[-73.53346617359033,41.15010434128488],[-73.53294717340802,41.14985034125229],[-73.5329011733909,41.14981134124618],[-73.53277617334446,41.14970634122975],[-73.53270617331364,41.14956434120429],[-73.53265217326502,41.14902334110024],[-73.53258217323439,41.148884341075345],[-73.53248917320026,41.14881334106452],[-73.53239417316732,41.148774341060005],[-73.53226117312187,41.148731341055985],[-73.53204717305024,41.14868834105462],[-73.53178017296146,41.1486443410548],[-73.53124517279178,41.148699341083194],[-73.53090417268074,41.14868434109148],[-73.53077417263873,41.14868434109576],[-73.53026417247285,41.14866534110884],[-73.52977117231532,41.14869534113094],[-73.5296821722881,41.14872234113916],[-73.52841717190205,41.14911534125771],[-73.52839417189314,41.14908934125337],[-73.52832517186646,41.149013341240774],[-73.52830317185791,41.148988341236624],[-73.52807017176005,41.1485963411676],[-73.52791917169657,41.148341341122695],[-73.52779817162542,41.147785341017894],[-73.52770717156778,41.14729534092503],[-73.52769317155871,41.147216340910035],[-73.52757817150102,41.146860340844164],[-73.52740617144782,41.146901340857866],[-73.52723417139524,41.1469533408737],[-73.52699617132077,41.14699534088975],[-73.5267991712588,41.14702434090191],[-73.5267491712431,41.14703234090513],[-73.52612017104772,41.147168340952454],[-73.52477917062818,41.14740634104316],[-73.52445017052533,41.14746634106572],[-73.52416317043566,41.14751934108555],[-73.52377217031325,41.14758734111172],[-73.52366417027842,41.14758834111549],[-73.52350517022711,41.14758934112089],[-73.52337017018361,41.14759134112574],[-73.52303017007151,41.147552341129305],[-73.52287317001979,41.147535341131146],[-73.52219716979691,41.14745734113814],[-73.52174316964722,41.147405341142914],[-73.52079616933543,41.147304341154324],[-73.52016916912935,41.14724334116302],[-73.51972616898372,41.147200341169196],[-73.51949516890707,41.14716534116996],[-73.51937516886716,41.14714534117],[-73.5190151687475,41.147087341170504],[-73.51889516870764,41.14706834117073],[-73.51853516859046,41.14705334117966],[-73.51832016852553,41.14713234120218],[-73.51829616851859,41.147146341205705],[-73.51782416838292,41.147438341278374],[-73.51769416834799,41.14756134130672],[-73.51733116824862,41.14787234137952],[-73.51706616817084,41.14800834141485],[-73.51673416806749,41.14807634143907],[-73.51673116806651,41.14807634143917],[-73.51631916794072,41.14820334147758],[-73.51614416788786,41.14826734149586],[-73.51603816785585,41.14830634150699],[-73.51584416779687,41.14837034152589],[-73.515739167765,41.148406341536386],[-73.51547716768536,41.14849334156204],[-73.51511916757794,41.148636341601794],[-73.51496816753456,41.14873034162515],[-73.5147001674577,41.14889934166704],[-73.51455616741602,41.148983341688215],[-73.51439816736797,41.14903534170358],[-73.51400116724511,41.14912934173505],[-73.51386916720432,41.14916134174564],[-73.51262316680919,41.149291341812095],[-73.51179316654516,41.14936334185349],[-73.51164516649808,41.14937634186089],[-73.51106016631421,41.14946534189756],[-73.51066916619004,41.14950334191787],[-73.51029916607163,41.14952334193396],[-73.5100131659808,41.14955034194865],[-73.50915916571009,41.149641341994545],[-73.50789816531388,41.149836342074174],[-73.5068981650014,41.1500213421433],[-73.50681116496494,41.14987634211778],[-73.50668316490948,41.14963134207406],[-73.50655916484845,41.14926734200692],[-73.50638216476966,41.14889234193937],[-73.50625216470958,41.14857834188223],[-73.5060671646274,41.1481893418122],[-73.50585716453773,41.14781034174495],[-73.50574016448721,41.14758934170555],[-73.50569816446908,41.147510341691486],[-73.5055531644042,41.14719734163501],[-73.50525216427697,41.14667634154297],[-73.50489216412385,41.14603734142978],[-73.5047361640598,41.14580034138855],[-73.50468216403756,41.14571734137408],[-73.50450516396386,41.14543034132375],[-73.50432216389062,41.14518534128182],[-73.5042631638664,41.14509534126616],[-73.5041081638027,41.14485934122508],[-73.50401416375864,41.144621341181605],[-73.50391616371425,41.14440034114157],[-73.50388816370078,41.14432334112743],[-73.50387716369544,41.14429234112173],[-73.5036671636002,41.143816341035496],[-73.50352016352956,41.143414340961655],[-73.50330516343281,41.14294034087598],[-73.50326016341252,41.14284034085791],[-73.50320216338739,41.142729340838095],[-73.50316816337254,41.142662340826085],[-73.50312016335025,41.14254434080458],[-73.50302216330631,41.142331340766134],[-73.5029731632829,41.1421993407419],[-73.50293316326456,41.142105340724825],[-73.50289116323873,41.141892340684514],[-73.50285216321438,41.14168834064589],[-73.50269616313827,41.141241340563546],[-73.50262916310794,41.14109034053619],[-73.50261916309837,41.14098034051501],[-73.50259116307107,41.14066334045389],[-73.50257616305754,41.14051234042482],[-73.50255016304091,41.1403693403977],[-73.50259316304323,41.14016834035696],[-73.50262616303979,41.13992334030792],[-73.502624163038,41.139903340304066],[-73.50260816302213,41.13971734026819],[-73.50262216301871,41.13957934024072],[-73.50263116299612,41.13913634015374],[-73.50266916298372,41.13870734006852],[-73.50286416301923,41.13822933996857],[-73.50294816302686,41.137890339899464],[-73.50298416302462,41.13764933985111],[-73.50300916302326,41.13748533981819],[-73.5030241630116,41.13719833976154],[-73.50303316299637,41.136883339699594],[-73.5030291629684,41.13641933960891],[-73.50302716294766,41.13607033954068],[-73.50303716293811,41.13584833949688],[-73.50306416293725,41.13568133946333],[-73.50311916295018,41.13559733944507],[-73.50332916300232,41.13532433938473],[-73.50347316304064,41.135181339352016],[-73.50353316305666,41.13512333933868],[-73.50363116307913,41.13496333930416],[-73.50374816310813,41.134810339270366],[-73.50382116311916,41.13459233922529],[-73.50392916312767,41.1341333391319],[-73.5039721631312,41.13395333909524],[-73.5039301631028,41.133695339046135],[-73.50388016307174,41.13343633899708],[-73.50374216300696,41.13308533893293],[-73.50351416291102,41.13269833886467],[-73.50326816281165,41.132352338805035],[-73.50316916277382,41.13225033878833],[-73.50301416271463,41.13209233876251],[-73.50275316261555,41.13183533872078],[-73.50269416259094,41.13173933870392],[-73.50260416255831,41.131677338694736],[-73.50245416250394,41.13157433867952],[-73.50231816245712,41.131524338674204],[-73.50221616242207,41.13148833867051],[-73.50180716228138,41.13133933865479],[-73.50180216227959,41.13133633865437],[-73.50163716222131,41.13125033864297],[-73.50147416216338,41.13115833863032],[-73.50138716213067,41.13107833861751],[-73.50126816208319,41.130921338590696],[-73.50123616206083,41.13071233855083],[-73.50124616203975,41.130289338467705],[-73.50124716203892,41.13026933846375],[-73.50126516202057,41.12984933838096],[-73.50125816200486,41.129615338335384],[-73.50126216199634,41.12944433830177],[-73.50126516199256,41.12936233828563],[-73.50129116195767,41.128609338137366],[-73.50134116195595,41.128298338074835],[-73.50134516195357,41.12823433806218],[-73.5013631619435,41.12795833800755],[-73.50136916193813,41.1278313379825],[-73.50136516192913,41.127697337956405],[-73.50138116192747,41.127578337932576],[-73.5014481619352,41.12733633788301],[-73.5014941619388,41.12714033784312],[-73.50149216192412,41.12689633779543],[-73.50148516191985,41.1268613377888],[-73.50141416187391,41.12646133771282],[-73.5012751618125,41.12617433766121],[-73.50109916173798,41.1258673376069],[-73.50088316164303,41.12542933752825],[-73.50083216161941,41.12530533750565],[-73.50078816159763,41.12517333748126],[-73.50072016156794,41.12503933745727],[-73.5006821615482,41.12490933743306],[-73.5003491614014,41.12422733731047],[-73.5003201613883,41.12416233729871],[-73.5001601613158,41.1238003372331],[-73.5000621612722,41.123592337195596],[-73.49994016121335,41.12325433713343],[-73.49984316116736,41.12299933708669],[-73.49981216114222,41.122736337036216],[-73.49980916113941,41.12270433703006],[-73.49970816108114,41.12225833694606],[-73.49968816105974,41.1219983368958],[-73.49963116103184,41.12183333686538],[-73.49959816101571,41.12173833684786],[-73.49952916097826,41.12147433679844],[-73.49942016092615,41.12118033674446],[-73.49940016091652,41.121125336734345],[-73.49916416081638,41.120709336660646],[-73.49914916082251,41.12090033669854],[-73.49914916082963,41.121024336722826],[-73.49910916082204,41.121117336742344],[-73.49907316081537,41.12120333676037],[-73.4988681607746,41.12164633685384],[-73.49862516072294,41.12211333695326],[-73.49855716070839,41.12224233698075],[-73.49849616069551,41.12236133700605],[-73.49835016066233,41.12260433705844],[-73.498167160616,41.122827337108106],[-73.49807116059357,41.122976337140436],[-73.497955160565,41.1231313371746],[-73.49788616054795,41.123222337194676],[-73.49786716054331,41.12324833720039],[-73.49775316051738,41.12343833724134],[-73.49764716049137,41.123581337272824],[-73.49755616046639,41.12365833729089],[-73.49735316041162,41.123846337334356],[-73.497214160372,41.12393833735693],[-73.49672816023453,41.12427833743947],[-73.49617216007587,41.12464333752921],[-73.49611216005839,41.12467633753765],[-73.49589515999541,41.12480033756905],[-73.49571815994314,41.12488533759151],[-73.49539715984321,41.124951337614974],[-73.49531315983181,41.12522533767138],[-73.49529815982962,41.12527133768088],[-73.49525215982366,41.12542633771274],[-73.49509815980109,41.1258993378104],[-73.49505315979695,41.12608033784731],[-73.49500715979102,41.12623533787917],[-73.4949991597901,41.12626433788511],[-73.49494515977953,41.12638433791037],[-73.49486615976292,41.12653933794332],[-73.49467015971271,41.126767337994394],[-73.49465915970997,41.1267813379975],[-73.4944521596585,41.12704933805677],[-73.4943261596299,41.12726033810222],[-73.49422815960831,41.12743533813968],[-73.49420815960748,41.12753333815954],[-73.49419315960705,41.1276103381751],[-73.49417915961536,41.127833338219226],[-73.49414615961102,41.12794333824184],[-73.49413115960917,41.12799533825251],[-73.49410115960724,41.128130338279924],[-73.49408415960974,41.128269338307696],[-73.49408415961048,41.12828233831024],[-73.49408915961868,41.1283973383326],[-73.49402715959889,41.1284013383354],[-73.49396915958039,41.1284053383381],[-73.49386615954803,41.12842133834461],[-73.49384515954152,41.12842633834628],[-73.49378615952345,41.12844333835155],[-73.49374515950772,41.12840033834449],[-73.49362215946057,41.12827133832327],[-73.49362115946019,41.12827033832312],[-73.49357815944413,41.12823233831708],[-73.49347115942018,41.128417338356805],[-73.49335915939544,41.12861633839946],[-73.49315115934203,41.128856338453275],[-73.4930711593193,41.12891033846646],[-73.49289515926944,41.129032338496145],[-73.49293015928241,41.12906133850067],[-73.4930351593214,41.129149338514445],[-73.49307015933442,41.12917933851916],[-73.49275915925136,41.12948233858869],[-73.49259515920677,41.129628338622666],[-73.49237715914376,41.12975733865508],[-73.49181715897744,41.130011338723214],[-73.49141115885527,41.130168338767284],[-73.4906771586294,41.13036433882977],[-73.4900661584405,41.130512338878816],[-73.48989015838622,41.1305573388934],[-73.48969215832558,41.130615338911284],[-73.48948815826554,41.13071733893793],[-73.4893531582263,41.130793338957254],[-73.48886415808117,41.13101733901718],[-73.48860215800399,41.13114733905123],[-73.48788715779351,41.131504339144605],[-73.487500157681,41.1317223392],[-73.48754015770012,41.131830339219825],[-73.4874691576789,41.13186033922803],[-73.48735715764391,41.13188133923582],[-73.4872861576227,41.13191133924403],[-73.48722615760555,41.13195033925363],[-73.48714115758281,41.132032339272484],[-73.4867481574722,41.13231733934117],[-73.4864191573792,41.1325483393972],[-73.48618015731076,41.13270133943501],[-73.48603715727032,41.13280133945928],[-73.48533815707061,41.133256339571304],[-73.48507615699843,41.1334733396224],[-73.48489215694721,41.13361633965643],[-73.4843721568027,41.134025339753585],[-73.48433815679245,41.134038339757225],[-73.48423615676197,41.13408133976901],[-73.48411515672372,41.13409633977592],[-73.48392215666395,41.134141339791064],[-73.48391015666019,41.13414333979185],[-73.48376415661532,41.13418333980447],[-73.48358415656163,41.134261339825656],[-73.48347015652901,41.13433433984369],[-73.48334115649118,41.134401339861036],[-73.48315615643703,41.134499339886304],[-73.48256315626521,41.134843339973116],[-73.48236015620645,41.134962340003085],[-73.4813451559098,41.13550734014309],[-73.48076715574226,41.135841340227465],[-73.48074715573647,41.135853340230476],[-73.48032415561521,41.136121340296825],[-73.48018415557443,41.1361993403167],[-73.48018915557824,41.136237340323966],[-73.48020415558943,41.136347340345],[-73.48020615559034,41.13635234034592],[-73.48022315559786,41.136387340352215],[-73.48001015553166,41.136433340368214],[-73.47983215547639,41.136472340381694],[-73.47970515543594,41.13648234038783],[-73.47942415534754,41.136524340405266],[-73.4793671553297,41.1365343404091],[-73.47915415526317,41.13657434042392],[-73.4790971552454,41.13658534042795],[-73.4788361551636,41.13662934044515],[-73.47867015511174,41.13666034045665],[-73.47722015465871,41.13693034055714],[-73.47702215459692,41.13696834057108],[-73.47687415455106,41.13700234058259],[-73.47674115451015,41.137038340594],[-73.47664315447987,41.13706234060192],[-73.47641815441044,41.13711934062047],[-73.47635215438986,41.137132340625186],[-73.47625415435935,41.13715234063232],[-73.4762031543435,41.13716334063616],[-73.47590715424744,41.137156340644495],[-73.47575215419563,41.137126340643725],[-73.47492815390616,41.13672234059171],[-73.47419015364834,41.136385340549985],[-73.47408515361191,41.13634234054501],[-73.47367615346937,41.13616134052301],[-73.47329015333729,41.13603334051064],[-73.47271515314104,41.13585134049389],[-73.4723541530179,41.13573834048362],[-73.47144015270665,41.13546134045941],[-73.47115715261077,41.13538434045364],[-73.47098515255227,41.13533334044929],[-73.47076215247641,41.135267340443704],[-73.47069415245353,41.135251340442814],[-73.47040215235532,41.135184340439274],[-73.47014015226722,41.13512434043614],[-73.46971315212511,41.13505234043606],[-73.469364152009,41.13499434043616],[-73.46901415189302,41.13494434043787],[-73.46791115151463,41.13456134039912],[-73.46770515144266,41.13446734038747],[-73.46761215141018,41.13442534038231],[-73.46728715130381,41.13440134038827],[-73.46703715122486,41.134433340402744],[-73.46701815121916,41.13444134040493],[-73.46676415114347,41.134552340435],[-73.46650515106421,41.134629340458574],[-73.46646715105256,41.134640340461985],[-73.46644515104579,41.134646340463874],[-73.46596515089948,41.13479934050958],[-73.46555515077307,41.1349053405438],[-73.46527715068831,41.13499334057015],[-73.46507415062523,41.13503734058542],[-73.46468615050243,41.135082340606964],[-73.46467215049796,41.13508334060762],[-73.46406615030565,41.13514434063945],[-73.46403615029561,41.135138340639266],[-73.46394615026556,41.13512134063889],[-73.46391615025559,41.13511634063889],[-73.4632131500207,41.134982340635744],[-73.4630301499599,41.134953340636066],[-73.46209814965049,41.13480934063847],[-73.4618591495713,41.134775340639656],[-73.46157114947404,41.134702340634824],[-73.46038114907418,41.13443534062161],[-73.45972814885478,41.134289340614465],[-73.45950614877937,41.13422534060922],[-73.46019414895122,41.13334634041456],[-73.4622601494676,41.1307123398311],[-73.46294914963984,41.129834339636595],[-73.46330214972927,41.12940533954102],[-73.46436214999795,41.128119339254454],[-73.46471615008777,41.12769133915903],[-73.46480215010912,41.12757933913428],[-73.46506015017327,41.12724433906022],[-73.46514715019498,41.12713333903563],[-73.46535915024788,41.12686133897542],[-73.46572415033923,41.12639833887279],[-73.46597915040303,41.12607433880098],[-73.46599815040776,41.12604933879546],[-73.466211150461,41.12577833873541],[-73.46642215051224,41.12548333867073],[-73.46673015058714,41.12505433857661],[-73.46707515067324,41.12461233847875],[-73.46729915072926,41.124327338415604],[-73.46737915074878,41.12421733839144],[-73.46849515102178,41.12269133805599],[-73.46854515103398,41.12262233804084],[-73.4685961510465,41.122553338025675],[-73.46865415106093,41.122478338009074],[-73.46871315107568,41.122403337992445],[-73.47017815144191,41.12053733757898],[-73.47108315165696,41.1191893372853],[-73.4716231517917,41.118497337132055],[-73.4729111521133,41.11685033676726],[-73.47324615219692,41.11642133667223],[-73.47378715233204,41.11573033651915],[-73.4739421523703,41.115524336473726],[-73.47440915248586,41.11490933633794],[-73.47456615252483,41.11470433629265],[-73.47545815281198,41.114686336259844],[-73.47773115354373,41.11464133617642],[-73.47813515367373,41.11463233616139],[-73.47902815396125,41.11461533612874],[-73.47956015412973,41.114556336099724],[-73.48115515463503,41.11438233601328],[-73.48168815480389,41.11432433598443],[-73.48246915505081,41.11423033594036],[-73.48481215579164,41.11395033580861],[-73.48559415603894,41.1138573357647],[-73.48559715604065,41.113870335767146],[-73.48560715604617,41.113910335774655],[-73.48561115604828,41.11392433577727],[-73.48600015618571,41.11412933580465],[-73.48621015625798,41.11420633581283],[-73.48631915629377,41.11421633581121],[-73.48663915639847,41.114239335805195],[-73.48721915658538,41.11423133578459],[-73.48765115672569,41.114244335772945],[-73.4879831568326,41.11423833576088],[-73.48820815690534,41.11423933575367],[-73.48880515709907,41.11425433573701],[-73.48941315729714,41.11428333572272],[-73.49130515790772,41.114272335658406],[-73.49191015810592,41.11432033564794],[-73.49222815820961,41.11433733564082],[-73.49261615833576,41.114351335630815],[-73.49295815844809,41.114383335625845],[-73.49323815854146,41.11443433562664],[-73.49341715860193,41.114480335629764],[-73.49427515887226,41.11436133557829],[-73.49485915905633,41.114281335543424],[-73.49560315929075,41.11417833549881],[-73.49581315935694,41.11414933548623],[-73.4968501596998,41.114286335478994],[-73.49770915998384,41.114400335473086],[-73.50062016092575,41.11442733538272],[-73.50075716096971,41.11442233537724],[-73.50219416143138,41.11437833532141],[-73.50265316157879,41.11436333530338],[-73.50463516221559,41.11430333522649],[-73.50784116324554,41.11420433510172],[-73.50805216331668,41.11425633510497],[-73.50825316338442,41.11430533510796],[-73.50844216344626,41.11431933510449],[-73.5094981637921,41.11440133508584],[-73.51081416422312,41.11450433506273],[-73.51179516453782,41.11446633502304],[-73.51474116548289,41.11435233490385],[-73.51572316579795,41.11431533486431],[-73.5170441662273,41.11436133482988],[-73.5199441671699,41.11446333475447],[-73.52100716751556,41.114503334727345],[-73.5223291679455,41.11455433469384],[-73.5222481679229,41.11461633470864],[-73.5220081678562,41.11480433475336],[-73.52192816783398,41.11486733476832],[-73.52193216783768,41.1149093347764],[-73.5219441678488,41.115035334800694],[-73.52194916785284,41.11507733480875],[-73.5219641678784,41.11543733487874],[-73.52201216795618,41.11652033508922],[-73.52202816798211,41.11688133515937],[-73.52205516800198,41.11707533519647],[-73.5220611680156,41.117278335236016],[-73.52212016804928,41.117532335283805],[-73.52214016806298,41.11765833530783],[-73.52217116808416,41.117852335344786],[-73.52223716811744,41.11806033538334],[-73.52243516821746,41.11868733549959],[-73.5225011682508,41.118896335538324]]]},"properties":{"name":353,"geoid":"09001035300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.57481218077459,41.04291631892873],[-73.57455518070145,41.04308731897072],[-73.57424518061329,41.04329431902153],[-73.57379218048523,41.04361031909841],[-73.57354018041406,41.04378731914143],[-73.57337318036645,41.04389731916849],[-73.57316718030779,41.04403331920194],[-73.5728761802253,41.04423231925054],[-73.57276318019336,41.044311319269745],[-73.57271218017891,41.04434631927829],[-73.57261618015252,41.04442631929714],[-73.57252718012813,41.04450231931497],[-73.57232518007214,41.04466231935299],[-73.57222818004537,41.04474131937168],[-73.57206017999745,41.04485131939879],[-73.57182117993278,41.0450683194492],[-73.57134217980338,41.045507319551064],[-73.57065217961575,41.04611831969359],[-73.57064717961448,41.04612431969491],[-73.57033717952574,41.04632131974376],[-73.57021717949206,41.046409319764955],[-73.56979117936817,41.04664631982546],[-73.56978217936549,41.04665031982653],[-73.56953517929323,41.04678031986017],[-73.5691601791834,41.046975319910736],[-73.5685451790069,41.04735832000608],[-73.5684861789896,41.047389320014105],[-73.56830217893597,41.047489320039766],[-73.56805817886598,41.04764232007779],[-73.56772417876881,41.04782732012507],[-73.56769917876126,41.047836320127665],[-73.56721517861651,41.0480363201828],[-73.56679317848857,41.04818032022493],[-73.566553178416,41.04826532024949],[-73.5663751783622,41.048329320267904],[-73.56616417829727,41.04838432028563],[-73.5659971782453,41.048418320297785],[-73.56597317823791,41.04842432029975],[-73.56578717818063,41.04847232031529],[-73.56566817814347,41.04849432032352],[-73.56549917809063,41.048524320334955],[-73.56533217803853,41.04855532034653],[-73.56526617799649,41.048194320277915],[-73.56507017787106,41.04711132007199],[-73.56502517784213,41.04686032002424],[-73.56500517782942,41.04675132000354],[-73.5649801778167,41.046670319988465],[-73.56489217777194,41.04638531993547],[-73.56455717760089,41.04528931973154],[-73.5645031775733,41.04511231969861],[-73.56444517754379,41.04492431966366],[-73.56428217745727,41.04433331955311],[-73.56418617740641,41.04398731948842],[-73.56348717703499,41.041446319013055],[-73.5634121769953,41.041176318962556],[-73.56329317693192,41.04074131888115],[-73.56315517685863,41.04024031878744],[-73.56274117668524,41.03954731866512],[-73.56270317666926,41.039482318653626],[-73.56266417665294,41.03941731864216],[-73.56258317661906,41.03928231861835],[-73.56255417660688,41.03923331860967],[-73.56150417616715,41.037475318299386],[-73.5614731761541,41.037422318290005],[-73.5614411761407,41.03736931828066],[-73.5614031761257,41.0373213182725],[-73.56008817557405,41.03510331788066],[-73.5592081752136,41.03377031764809],[-73.55656917413265,41.02977231695052],[-73.55649817410355,41.02966431693165],[-73.55645717408676,41.02960231692084],[-73.55641617406992,41.029539316909826],[-73.55638217405597,41.02948731690074],[-73.556348174042,41.029435316891664],[-73.55569017377256,41.02843931671787],[-73.55564017375349,41.02838831670951],[-73.5556241737474,41.02837231670691],[-73.55560117372933,41.02818631667115],[-73.55559317372277,41.02811731665789],[-73.55564317373732,41.02808931665074],[-73.55568017372536,41.02767231656772],[-73.55568717372354,41.02760131655354],[-73.55565817369373,41.02724431648447],[-73.55562917368025,41.02717231647129],[-73.55542617360659,41.027030316450094],[-73.55536117357804,41.026898316426326],[-73.55527417352917,41.02653531635796],[-73.55527917352218,41.026385316328366],[-73.55528117352041,41.02634331632006],[-73.55535417353865,41.02625031629942],[-73.55533217352838,41.02619531628934],[-73.5552381734946,41.02613531628066],[-73.55523517348954,41.02606331626662],[-73.5552311734841,41.025991316252636],[-73.55523017348223,41.02596431624738],[-73.55525917348878,41.025915316236805],[-73.55527317349302,41.025910316235375],[-73.55533217351108,41.02589331623008],[-73.55522317346806,41.025756316206795],[-73.55524617347217,41.02569831619465],[-73.5552521734733,41.02568431619171],[-73.55532517349451,41.025643316181274],[-73.55515017341023,41.02515831609184],[-73.55474417325188,41.024681316011595],[-73.55428317307656,41.0242183159359],[-73.55365217284908,41.023802315875],[-73.55239817240307,41.02308131577473],[-73.55226817235658,41.0230023157635],[-73.5509281718779,41.022195315649164],[-73.55385317282146,41.02218831555168],[-73.55383517244366,41.01569431427781],[-73.5565601732067,41.01366331378964],[-73.55885617387317,41.01236331345903],[-73.56096117450282,41.01149731321987],[-73.56250717498182,41.01115031310095],[-73.56266817502195,41.01094431305524],[-73.56464317551514,41.00842831249646],[-73.56493017530595,41.00315831145248],[-73.56655617549576,40.997310310250896],[-73.57095717679995,40.995288309709245],[-73.57841817919466,40.995071309421384],[-73.58578418164966,40.99644330944856],[-73.58751818237869,40.99940330997265],[-73.58754118250532,41.001483310380245],[-73.58760918288318,41.007692311596784],[-73.57196917840498,41.01760531405675],[-73.57298917887837,41.02012131451694],[-73.57346917910115,41.021305314733496],[-73.5753291799363,41.025401315476],[-73.57392117954066,41.02642531572323],[-73.57226517927957,41.03119031671254],[-73.57225317927782,41.0312273167202],[-73.57224117927602,41.03126331672765],[-73.57223717927538,41.03127431672993],[-73.57222817927281,41.03128031673141],[-73.57217517925817,41.031323316741585],[-73.57215817925353,41.03133831674509],[-73.57222817927838,41.03137731675044],[-73.57226617929184,41.03139831675331],[-73.57259217940744,41.031579316778085],[-73.5727011794461,41.03164031678648],[-73.57277417947157,41.031673316790545],[-73.57289117951244,41.03172731679728],[-73.57300217954949,41.031749316797956],[-73.57308117957596,41.03176631679869],[-73.57312117959243,41.03182831680953],[-73.5731641796101,41.03189431682107],[-73.57321317963086,41.03198031683632],[-73.57322317963656,41.03202331684444],[-73.57324117964649,41.03209531685797],[-73.5732871796721,41.03228331689333],[-73.57329217967862,41.032368316909846],[-73.5732961796837,41.03243431692267],[-73.57332917970112,41.032552316944724],[-73.57335217972495,41.03283831700006],[-73.57329117972218,41.033133317059956],[-73.57327217971931,41.033190317071735],[-73.57325717971742,41.03324131708224],[-73.57315417969568,41.033442317125065],[-73.57281617960199,41.033710317188756],[-73.57279417959592,41.033728317193],[-73.57255417953148,41.033955317245436],[-73.57219017943864,41.034384317341555],[-73.57201017939937,41.03471231741182],[-73.5718991793753,41.034917317455694],[-73.57179217935034,41.03508431749197],[-73.57167417932861,41.035369317551755],[-73.57160917931672,41.035527317584894],[-73.5714751793007,41.036002317682474],[-73.57129817925468,41.036195317726154],[-73.57109017920068,41.03642431777792],[-73.57081817913081,41.03673631784805],[-73.57074317911166,41.03682431786778],[-73.57055317906817,41.037135317935046],[-73.57045717905109,41.037377317985666],[-73.57039917904751,41.03764131803937],[-73.57035917904773,41.037870318085595],[-73.57034617904792,41.03794631810093],[-73.57024517903379,41.03826831816741],[-73.57045917910808,41.03835931817821],[-73.57049517912057,41.03837431817997],[-73.57056117914301,41.038394318181716],[-73.57084317924144,41.03852331819774],[-73.57107117932453,41.038689318222815],[-73.57126017939346,41.03882731824365],[-73.57149017948353,41.039103318290216],[-73.57152117949583,41.03914331829704],[-73.57179517960463,41.03949831835766],[-73.57211817973091,41.03988231842235],[-73.57229617980106,41.04010331845984],[-73.57233817981759,41.04015531846866],[-73.57255917990409,41.04041931851316],[-73.57283918000363,41.04057931853533],[-73.57300318006202,41.040674318548575],[-73.57343418021489,41.04091431858146],[-73.57365118029463,41.041083318607456],[-73.57365718029716,41.041093318609214],[-73.57377118034456,41.041278318641744],[-73.5738271803678,41.041368318657554],[-73.5738941804011,41.04157131869516],[-73.57394518042626,41.04172331872331],[-73.57403518046675,41.04192231875936],[-73.57413418050864,41.04209531879003],[-73.57417718052542,41.04214631879863],[-73.57421918054173,41.042194318806665],[-73.57426418056029,41.042264318818894],[-73.5743021805758,41.04232131882884],[-73.57440518061578,41.04243831884839],[-73.57443218062626,41.04246931885357],[-73.57450318065429,41.04255831886871],[-73.57470918073452,41.0427973189088],[-73.57481218077459,41.04291631892873]]]},"properties":{"name":110,"geoid":"09001011000"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.48630015440052,41.081319329366664],[-73.48635215441246,41.08123432934829],[-73.48642615442655,41.08106332931235],[-73.48648315443756,41.080934329285185],[-73.4866201544677,41.08068832923248],[-73.48682415451178,41.0803073291511],[-73.48685115451774,41.08025932914081],[-73.48690015452819,41.080165329120774],[-73.48694315454051,41.08013832911407],[-73.48698115454917,41.080075329100474],[-73.48743415470751,41.080285329126774],[-73.48790015487263,41.080540329161465],[-73.48804915492872,41.08067932918381],[-73.48805815493208,41.080687329185096],[-73.48815015497107,41.08084932921384],[-73.4882011550044,41.0811433292698],[-73.48819615500749,41.08122532928602],[-73.48820115501226,41.081280329296625],[-73.4881751550089,41.08136832931473],[-73.48815915500855,41.081452329331725],[-73.48795615496431,41.0818243294113],[-73.4879471549685,41.081948329435896],[-73.48794515497984,41.08215732947693],[-73.48800815500753,41.082285329499946],[-73.48816415506387,41.0823893295152],[-73.48830615511301,41.08244632952173],[-73.48844015515789,41.082474329522796],[-73.48883615528457,41.0824533295057],[-73.4890701553586,41.082426329492726],[-73.48931115543266,41.08236032947188],[-73.48953515550282,41.08232232945707],[-73.48992615562292,41.08221432942308],[-73.48998615564136,41.08219832941797],[-73.49031515574057,41.08207532938307],[-73.49065015584188,41.08195532934857],[-73.49108615597325,41.08179032930191],[-73.49124115602048,41.08174132928723],[-73.4915691561254,41.081723329272926],[-73.4919911562605,41.081702329254966],[-73.49288715655105,41.08172332922966],[-73.49304215660169,41.08173332922653],[-73.49353315676223,41.081767329217094],[-73.49443215705581,41.081824329198746],[-73.49443615705717,41.08182532919882],[-73.49508715727052,41.081879329188034],[-73.49598415756279,41.08192432916741],[-73.49698615789039,41.08199432914824],[-73.49712815793711,41.08200932914651],[-73.49734515800859,41.08203332914409],[-73.49768015812089,41.08210532914719],[-73.49801615823262,41.082161329147134],[-73.49800515823577,41.082278329170435],[-73.49800015823766,41.08233932918256],[-73.49801015825128,41.08252032921771],[-73.49800215825512,41.08263232923991],[-73.49799515825961,41.082750329263256],[-73.49793715825487,41.08299432931299],[-73.49788715825129,41.083213329357555],[-73.49769315821692,41.08370632946055],[-73.49760115820062,41.08394032950942],[-73.49750715818442,41.084187329560905],[-73.49733815815547,41.08463432965406],[-73.49717715811902,41.08490532971246],[-73.49704315808881,41.08513332976153],[-73.49694615806139,41.085201329778045],[-73.49689615804839,41.08525632979046],[-73.49684215804159,41.08544132982849],[-73.49678915803597,41.085642329869636],[-73.49677815803501,41.085687329878816],[-73.49678415804503,41.08582832990624],[-73.49680915805891,41.08592932992521],[-73.49686115808198,41.086039329945066],[-73.49743015833712,41.08728333017015],[-73.49767715844793,41.08782433026807],[-73.49781415849023,41.0877903302569],[-73.49828415863807,41.08772133022796],[-73.49962415905966,41.08752633014573],[-73.50011415921314,41.08744333011338],[-73.50022215924699,41.0874253301063],[-73.50038215929803,41.08741433009891],[-73.50071615941147,41.08751133010694],[-73.50074915942596,41.08757833011898],[-73.50080715945562,41.08776833015432],[-73.5008661594855,41.087957330189404],[-73.50099015954711,41.088333330259026],[-73.50103515957456,41.08855833030163],[-73.5010901596078,41.08882833035274],[-73.5010821596112,41.08893233037337],[-73.50112715963932,41.08916933041833],[-73.50113215964296,41.08920433042502],[-73.5012351597165,41.08990633055921],[-73.50129215975963,41.09033733064178],[-73.50134215979753,41.09071633071441],[-73.50139315983202,41.09103033077425],[-73.50142115985076,41.09119933080644],[-73.50140715988005,41.091788330922306],[-73.50142015989555,41.0919853309605],[-73.50144115992063,41.09230433102229],[-73.50148815995216,41.092589331076596],[-73.50149715995795,41.0926393310861],[-73.50149515997245,41.09290333113789],[-73.50153416000308,41.093217331198126],[-73.50152716001452,41.09345633124519],[-73.5015271600163,41.09348733125126],[-73.50151716001955,41.093600331273734],[-73.50147616001435,41.093740331302506],[-73.50180616012459,41.093804331304206],[-73.50187216014713,41.09382533130616],[-73.50202916020082,41.09387733131119],[-73.50232216029993,41.09395533131685],[-73.50272516043319,41.09400933131418],[-73.50306716054628,41.094055331311964],[-73.50332716063194,41.0940843313091],[-73.5034721606792,41.0940923313059],[-73.50386816080832,41.09411333129701],[-73.50399816085077,41.09412133129431],[-73.50477016110004,41.094120331268755],[-73.50505716119355,41.09413433126206],[-73.50545416132292,41.094154331252945],[-73.50550416133922,41.0941573312519],[-73.50592316147726,41.09420433124734],[-73.50615416155337,41.094230331244844],[-73.50643016164773,41.0943213312536],[-73.5066761617341,41.09444233126923],[-73.50723216192947,41.09471733130484],[-73.50724616193442,41.09472433130574],[-73.50744116200485,41.09485433132481],[-73.50765416207742,41.09492033133074],[-73.50779016212475,41.09497933133783],[-73.50794916217856,41.09502233134104],[-73.50811616223464,41.0950593313428],[-73.50813616224114,41.09506033134233],[-73.50841316233209,41.09508633133833],[-73.50875016244215,41.09510733133137],[-73.50943616266527,41.095134331314114],[-73.50964916273405,41.095134331307115],[-73.51015416289732,41.09513733129111],[-73.51042316298408,41.09513533128189],[-73.51059516303958,41.09513433127604],[-73.51100216317016,41.09511933125972],[-73.51123116324304,41.095100331248474],[-73.51125316325009,41.09509933124756],[-73.51149916332783,41.09506933123359],[-73.51167316338423,41.095073331228654],[-73.5116951633914,41.095074331228126],[-73.511889163454,41.09507333122156],[-73.51219516355323,41.09508033121287],[-73.51237016360999,41.095084331207914],[-73.51247616364434,41.09508633120482],[-73.51250116365253,41.09508833120439],[-73.51289416378168,41.09512733119911],[-73.51302516382475,41.09514033119736],[-73.51325616390032,41.0951573311931],[-73.51330716391709,41.09516233119239],[-73.51348216397464,41.09518033119018],[-73.51396216413264,41.095232331184576],[-73.51415116419513,41.09525733118326],[-73.51435116426127,41.09528433118199],[-73.51443316428798,41.09528833118007],[-73.51434616427113,41.09548433122132],[-73.51420816423887,41.0956983312678],[-73.51410516421112,41.095794331289994],[-73.51377316412199,41.096109331362605],[-73.51355516406639,41.09636733142032],[-73.51351116407076,41.09669133148523],[-73.5134381640658,41.09701533155109],[-73.51332216403277,41.097092331569996],[-73.51321316399728,41.097087331572595],[-73.51315516397946,41.09710333157763],[-73.5131381639777,41.097168331590936],[-73.51309716397365,41.09732833162362],[-73.51308216398742,41.09765233168759],[-73.51301316397083,41.097751331709254],[-73.51272616390209,41.09816833180037],[-73.51273416391201,41.09829633182518],[-73.51274016391888,41.09838233184185],[-73.51272616392792,41.098618331888524],[-73.51262416390726,41.09883233193381],[-73.51254416390003,41.09915633199991],[-73.51243516387649,41.09935933204324],[-73.51228216383873,41.09956233208804],[-73.5121301637928,41.09961733210382],[-73.5118831637105,41.099573332103304],[-73.51176716367215,41.09955833210418],[-73.5117521636672,41.099556332104285],[-73.51172316365972,41.099589332111705],[-73.5114691635982,41.09994633218999],[-73.511415163588,41.100072332216435],[-73.51115616353904,41.10067633234327],[-73.51110216352987,41.100820332373246],[-73.51100316351328,41.101088332428986],[-73.51077816345008,41.101253332468715],[-73.51062616341513,41.10149933252191],[-73.51048016338251,41.10175233257625],[-73.51034216335337,41.102021332633484],[-73.51036416336365,41.10207633264353],[-73.51048716340716,41.10214233265242],[-73.51058216344192,41.1022133326632],[-73.51074116350276,41.1023783326903],[-73.5107561635133,41.1024773327092],[-73.51066816348832,41.102537332723834],[-73.510436163415,41.102565332736944],[-73.51021816334612,41.10259233274941],[-73.51008816330793,41.102658332766595],[-73.50982616323525,41.102866332815964],[-73.50977016322268,41.102962332836604],[-73.50974616321729,41.10300333284542],[-73.50974616322613,41.103157332875575],[-73.50973116323013,41.10331133290624],[-73.50963716321397,41.10355833295772],[-73.50963816321554,41.103580332962],[-73.50964016322146,41.10367233297994],[-73.50944916316978,41.1038463330203],[-73.50940416319872,41.104603333170054],[-73.50944616322452,41.10481633321039],[-73.50965716329515,41.10485933321188],[-73.50978816335326,41.105134333261425],[-73.5099331634105,41.105315333292126],[-73.51006416345689,41.105386333301716],[-73.51026516352492,41.10544033330569],[-73.51028916353307,41.10544733330628],[-73.5105211636083,41.10545233329963],[-73.51116716382333,41.10556333330012],[-73.5113991639036,41.105656333310726],[-73.51150016394382,41.10578833333325],[-73.51159516398869,41.10603533337851],[-73.51158716401511,41.106540333477696],[-73.51147016401737,41.10723733361803],[-73.5115141640455,41.10747933366399],[-73.51144816403267,41.10762733369514],[-73.51117916396504,41.1079623337696],[-73.51112116395889,41.108181333814386],[-73.51103416394407,41.10841233386248],[-73.51081616388215,41.108560333898645],[-73.51058316381385,41.108681333929994],[-73.51032916374348,41.10888433397809],[-73.51021316372461,41.10920833404538],[-73.51014716370864,41.10930133406576],[-73.51001716366882,41.109339334077475],[-73.50993716364017,41.10929033407051],[-73.50984316360729,41.10924633406498],[-73.50979916359337,41.10925133406741],[-73.50950816351138,41.10946033411789],[-73.50937016348126,41.10971233417179],[-73.50932016346638,41.10973433417774],[-73.50924016344055,41.109734334180374],[-73.50887016331569,41.109641334174306],[-73.5087031632624,41.109652334181966],[-73.50848516319697,41.10973933420616],[-73.50808516308449,41.110030334276296],[-73.50783816300975,41.11011833430166],[-73.50756216292152,41.11013433431386],[-73.50739616286475,41.11007933430855],[-73.50727216281808,41.10996433429011],[-73.50714216276567,41.10978333425893],[-73.50692316268582,41.10962433423498],[-73.5068011626413,41.10953533422156],[-73.50667716259997,41.10951333422134],[-73.50651016254889,41.10956333423661],[-73.50625616248104,41.10981033429332],[-73.50597316240383,41.11005733435101],[-73.50579116235066,41.110155334376174],[-73.50529016221503,41.11061133448195],[-73.50455616200253,41.11103933458989],[-73.50449116198716,41.11113733461123],[-73.50449116198973,41.11118233462004],[-73.50369816177307,41.11186933478063],[-73.50275716151607,41.11268733497175],[-73.50132216112407,41.113932335262724],[-73.50075716096971,41.11442233537724],[-73.50062016092575,41.11442733538272],[-73.49770915998384,41.114400335473086],[-73.4968501596998,41.114286335478994],[-73.49581315935694,41.11414933548623],[-73.49560315929075,41.11417833549881],[-73.49485915905633,41.114281335543424],[-73.49427515887226,41.11436133557829],[-73.49341715860193,41.114480335629764],[-73.49323815854146,41.11443433562664],[-73.49295815844809,41.114383335625845],[-73.49261615833576,41.114351335630815],[-73.49222815820961,41.11433733564082],[-73.49191015810592,41.11432033564794],[-73.49130515790772,41.114272335658406],[-73.48941315729714,41.11428333572272],[-73.48880515709907,41.11425433573701],[-73.48820815690534,41.11423933575367],[-73.4879831568326,41.11423833576088],[-73.48765115672569,41.114244335772945],[-73.48721915658538,41.11423133578459],[-73.48663915639847,41.114239335805195],[-73.48631915629377,41.11421633581121],[-73.48621015625798,41.11420633581283],[-73.48600015618571,41.11412933580465],[-73.48561115604828,41.11392433577727],[-73.48560715604617,41.113910335774655],[-73.48559715604065,41.113870335767146],[-73.48559415603894,41.1138573357647],[-73.48481215579164,41.11395033580861],[-73.48246915505081,41.11423033594036],[-73.48168815480389,41.11432433598443],[-73.48115515463503,41.11438233601328],[-73.47956015412973,41.114556336099724],[-73.47902815396125,41.11461533612874],[-73.47813515367373,41.11463233616139],[-73.47773115354373,41.11464133617642],[-73.47545815281198,41.114686336259844],[-73.47456615252483,41.11470433629265],[-73.47443215247162,41.11453133626316],[-73.47403215231272,41.11401433617505],[-73.47389915225986,41.113842336145716],[-73.47370815218703,41.11364833611399],[-73.47313815196955,41.113067336018915],[-73.4729481518971,41.11287433598735],[-73.4721751515948,41.11195833583331],[-73.46985915068902,41.109211335371256],[-73.46908715038713,41.108296335217354],[-73.46877315026912,41.10800733517106],[-73.46783414991616,41.107142335032414],[-73.46752114979851,41.10685433498626],[-73.46643314938079,41.1056993347957],[-73.46316914812775,41.10223533422414],[-73.46213914773229,41.101141334043575],[-73.46208414771097,41.101079334033244],[-73.46173214756925,41.100590333948965],[-73.46158414750968,41.10038533391365],[-73.46135614741925,41.10009233386373],[-73.4606301471313,41.09916033370494],[-73.46026114698493,41.09868633362415],[-73.45969314676401,41.09803333351484],[-73.4579891461015,41.096077333187424],[-73.45742114588066,41.09542533307828],[-73.45580614524279,41.09339733273382],[-73.45580714523676,41.09328633271202],[-73.45577014520666,41.092969332651116],[-73.4564051454077,41.09289833261638],[-73.4575271457626,41.09276633255375],[-73.45801414591625,41.09270233252524],[-73.45818414595644,41.0924453324693],[-73.45820714596398,41.09244733246894],[-73.45890014619646,41.09259733247561],[-73.45959414641698,41.09253333244033],[-73.46028014663405,41.09245433240236],[-73.46157714704482,41.09231133233181],[-73.46185814713303,41.09226633231378],[-73.46187914713961,41.092263332312505],[-73.46247614732881,41.09219933228039],[-73.46279214742958,41.092176332265524],[-73.46309714752682,41.0921543322512],[-73.46315414755786,41.092374332292444],[-73.46332014762982,41.092694332349716],[-73.46332314763178,41.092712332353145],[-73.46341614768792,41.093167332439265],[-73.46358714776244,41.09350433249969],[-73.46408814797236,41.094343332647675],[-73.46428014805277,41.09466433270428],[-73.46440314809854,41.094769332720816],[-73.46447514812178,41.09476933271846],[-73.4647111481979,41.094767332710326],[-73.46471614819947,41.094766332709966],[-73.46496914827954,41.09473733269599],[-73.46542614842073,41.09462533265906],[-73.46566114849338,41.09456833264019],[-73.4661341486409,41.09447633260664],[-73.46618914865782,41.0944613326019],[-73.46715314895535,41.094219332522876],[-73.46775714914145,41.094062332472284],[-73.46828014930267,41.093927332428684],[-73.46841914936184,41.09417633247292],[-73.46939014967332,41.09413833243362],[-73.47043015000698,41.09409833239168],[-73.47129415028503,41.0940803323598],[-73.47210615054634,41.09406333232984],[-73.47368115104898,41.09395633225721],[-73.47531615157229,41.09387233218712],[-73.47556215165078,41.09385533217571],[-73.47568615168859,41.09381633216399],[-73.47594115176642,41.093737332140144],[-73.47595615177104,41.093733332138875],[-73.47666515198395,41.093452332060565],[-73.47668715199043,41.09344133205769],[-73.47693215206338,41.09333333202847],[-73.47688915204594,41.09327133201775],[-73.47682715202086,41.09318333200253],[-73.47675715199291,41.09309033198659],[-73.476712151975,41.09303133197651],[-73.47652915190031,41.09275933192922],[-73.47651315189381,41.09273633192525],[-73.47633515182193,41.09248533188188],[-73.47619715176413,41.09225433184116],[-73.47604415169582,41.0919253317817],[-73.4759841516701,41.09181433176192],[-73.47581715159819,41.09150133170607],[-73.47561315151593,41.091215331656706],[-73.47559515150861,41.09118933165222],[-73.47540515143459,41.09096833161512],[-73.47508115131508,41.09070933157502],[-73.47482915122308,41.09052433154702],[-73.4745471511202,41.090318331515896],[-73.47447015109194,41.090259331506864],[-73.47428715102618,41.09014333149014],[-73.4741701509838,41.090063331478305],[-73.47405715094018,41.089939331457714],[-73.4738851508702,41.08968733141396],[-73.47374415081217,41.089469331375874],[-73.47357715073998,41.08915133131902],[-73.47345415068439,41.08887433126878],[-73.47340215065951,41.08873333124285],[-73.4733991506519,41.08861733122022],[-73.47388015079906,41.088474331176414],[-73.47438715095578,41.08835133113567],[-73.47614215150219,41.087994331008154],[-73.4742971508532,41.08706833088719],[-73.47457515093043,41.086849330835136],[-73.47520115110434,41.086355330717794],[-73.47612315138144,41.085994330616806],[-73.47617215139607,41.08597333061109],[-73.47618415138803,41.08576533056993],[-73.47623515139132,41.08553533052317],[-73.4763431514073,41.08520533045497],[-73.47627815136997,41.084920330401225],[-73.47629215136189,41.08470033035766],[-73.47637915137803,41.08449133031384],[-73.47645915139601,41.084354330284356],[-73.47671415144863,41.08383533017428],[-73.47675815146508,41.08387433018048],[-73.47680415148187,41.08390833018562],[-73.47684315149506,41.083918330186314],[-73.47702615155708,41.08396933019031],[-73.47724315162945,41.08400933019104],[-73.47730115164889,41.08402133019148],[-73.47745415170031,41.08405633019332],[-73.47774215179625,41.08410733019386],[-73.47797815187494,41.08415033019455],[-73.47850615205225,41.08426833020036],[-73.47860315208436,41.084282330199926],[-73.47889415218076,41.08432433019861],[-73.47929115230474,41.084250330171066],[-73.47929715230661,41.08424933017069],[-73.47935715232485,41.08422933016481],[-73.47997315251243,41.084030330105584],[-73.48017215257245,41.083956330084554],[-73.48040415263799,41.08379233004481],[-73.48044115264851,41.08376733003869],[-73.48068315271992,41.083649330007624],[-73.48077315274863,41.0836433300035],[-73.48096115280815,41.08362232999321],[-73.48098915281724,41.0836233299925],[-73.48142215295802,41.08363932998141],[-73.48164115302944,41.083651329976576],[-73.48164715303143,41.08365232997659],[-73.48185915309996,41.08365332996982],[-73.48206015316345,41.08362832995832],[-73.48225715322495,41.0835913299446],[-73.48254915331508,41.08351832992073],[-73.48265315334679,41.08348532991084],[-73.48284815340625,41.0834243298925],[-73.48306115347219,41.0833743298757],[-73.48309815348328,41.08335932987156],[-73.4831211534902,41.083350329869035],[-73.48322415352116,41.08331032985781],[-73.48349215360034,41.08318132982373],[-73.4837781536836,41.08302232978319],[-73.4838761537118,41.082962329768215],[-73.4841201537823,41.08281732973179],[-73.48438915386156,41.082684329696896],[-73.48482715399071,41.08246932964038],[-73.48506315406118,41.082369329613044],[-73.4852081541047,41.08231132959692],[-73.48532315413927,41.08226632958433],[-73.4854941541919,41.0822213295699],[-73.48550315419418,41.08221032956743],[-73.48553315420214,41.08218032956058],[-73.48554315420482,41.082170329558295],[-73.48570015424606,41.08200532952081],[-73.48590715430059,41.081790329471865],[-73.48615315436308,41.081494329405785],[-73.48630015440052,41.081319329366664]]]},"properties":{"name":301,"geoid":"09001030100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.45580614524279,41.09339733273382],[-73.4555221451207,41.09286733263925],[-73.45414814461803,41.09184033248304],[-73.45398114455496,41.09168133245734],[-73.45355314443006,41.09191433251703],[-73.45350914440358,41.09170033247652],[-73.45353114439494,41.09142533242192],[-73.45362514440612,41.09109033235318],[-73.45371214442577,41.090942332321326],[-73.45369014441206,41.09082733229951],[-73.45359614436939,41.090612332260456],[-73.45360314436165,41.09043733222593],[-73.45366814436309,41.09009633215697],[-73.45359114431417,41.08967633207718],[-73.45342914421141,41.08879533190982],[-73.45334914416233,41.08838933183288],[-73.4534071441682,41.08816433178687],[-73.45347214418477,41.08808733176965],[-73.45372614425584,41.0878953317237],[-73.45384214428483,41.087747331690885],[-73.45388614429088,41.08760433166141],[-73.45382814426554,41.08748933164077],[-73.45374814423494,41.08740633162713],[-73.45359514418553,41.08740633163214],[-73.45337814412517,41.08757633167258],[-73.45314614405399,41.08764233169312],[-73.45251414384984,41.08764233171383],[-73.45236214380326,41.087686331727426],[-73.4522171437602,41.087752331745115],[-73.45221714376683,41.08786833176785],[-73.45223914377766,41.087933331779865],[-73.45227514379152,41.087972331786325],[-73.45228214379847,41.08805433180217],[-73.45204314373511,41.08829633185744],[-73.45190514370405,41.08853233190821],[-73.45176014366477,41.08866433193884],[-73.45159314361301,41.08870233195175],[-73.45130314351364,41.08860333194186],[-73.450766143321,41.08826833189379],[-73.45067214328442,41.088159331875495],[-73.45063514326993,41.0881153318681],[-73.45060614325553,41.08802733185181],[-73.45056914320242,41.08730833171209],[-73.45054014318333,41.08713833167971],[-73.45033714310641,41.08694033164756],[-73.45032314308713,41.086682331597444],[-73.45025014305698,41.08656733157731],[-73.45022114304663,41.08655033157492],[-73.45022114304508,41.08652333156964],[-73.45012014300896,41.08646233156098],[-73.4498941429347,41.08644033156408],[-73.44947414280217,41.086495331588615],[-73.44909614267411,41.08639133158061],[-73.44887814259894,41.08630833157149],[-73.44818914236133,41.08604533154251],[-73.44812414233591,41.08596833152954],[-73.44808214231703,41.085875331512696],[-73.44797114226704,41.085628331467916],[-73.44781914220408,41.08538633142546],[-73.44747114207061,41.08501833136473],[-73.44731814200614,41.0847553313182],[-73.44724614196372,41.084420331254876],[-73.44731814195653,41.083888331148245],[-73.44731114193196,41.08349833107202],[-73.44725114190263,41.083324331039876],[-73.44703514179692,41.08269633092384],[-73.44685414172655,41.08248833088901],[-73.44685314172543,41.082474330886285],[-73.44685014172218,41.08243433087854],[-73.44685014172143,41.08242133087599],[-73.44684614171544,41.08233933086005],[-73.44694814173397,41.08208733080732],[-73.44702814175442,41.081993330786275],[-73.44705714175785,41.08188933076493],[-73.44705714175574,41.08185233075768],[-73.44705714174498,41.08166433072082],[-73.44712214174967,41.08137933066282],[-73.44707814172475,41.08119233062761],[-73.44695514166712,41.080879330570276],[-73.446737141576,41.080517330506446],[-73.44662414151549,41.08009733042782],[-73.44649114144408,41.079600330334735],[-73.44651214144486,41.07949533031347],[-73.44652714142583,41.07907833023123],[-73.44636014136002,41.078870330195926],[-73.4463161413395,41.078760330175804],[-73.44634514134474,41.07868833016073],[-73.44653414139329,41.07846933011161],[-73.44657714140179,41.07837533009176],[-73.44657814140079,41.078352330087235],[-73.44658514139465,41.078205330058175],[-73.44651214135855,41.077986330017644],[-73.44637414129983,41.07773932997374],[-73.44635314128423,41.07758532994423],[-73.44636714128715,41.07755732993828],[-73.44622714122633,41.077284329889345],[-73.4467751413996,41.07721932985866],[-73.44841814191929,41.07702632976701],[-73.44896714209295,41.07696232973646],[-73.4491451421501,41.07695632972946],[-73.44968114232228,41.07693932970857],[-73.4498601423798,41.07693432970174],[-73.45056114260679,41.07694432968073],[-73.4511261427898,41.07695332966398],[-73.45266114329037,41.077036329629976],[-73.45336214351897,41.07707432961447],[-73.45403614373826,41.077102329597864],[-73.45605814439631,41.07718832954848],[-73.45673314461598,41.07721732953205],[-73.45790714499844,41.07727432950476],[-73.45982814562433,41.077369329460424],[-73.46143214614689,41.07744732942316],[-73.46260814653004,41.07750532939598],[-73.46295514664317,41.07752332938815],[-73.46399814698323,41.07757932936494],[-73.46434614709673,41.07759832935725],[-73.46479814724181,41.0775823293393],[-73.46615714767812,41.07753632928574],[-73.46661114782395,41.077522329268106],[-73.46709914797876,41.07747332924251],[-73.46856414844363,41.07732832916606],[-73.4690531485988,41.07728032914061],[-73.46929114867442,41.077258329128504],[-73.470007148902,41.077194329092485],[-73.47024614897805,41.07717432908072],[-73.47044114903956,41.07714832906924],[-73.47102514922383,41.07707232903519],[-73.4712211492857,41.077047329023856],[-73.47188014949494,41.076984328989894],[-73.47199714953214,41.07697432898411],[-73.47385915012339,41.07679732888835],[-73.47451915033301,41.07673532885456],[-73.47531115058312,41.07663632880919],[-73.47607315082384,41.07654232876576],[-73.4771731511663,41.07631832868577],[-73.47766115131668,41.07619232864508],[-73.47843415155494,41.075993328580715],[-73.47912815176262,41.07570632850168],[-73.48000015202369,41.075347328402714],[-73.48115315236032,41.07472332824256],[-73.48181415255335,41.0743663281509],[-73.48196715261125,41.07451432817489],[-73.48200315262768,41.07459832819018],[-73.48217115270417,41.07498632826074],[-73.48215615271094,41.07518932830102],[-73.4821051527108,41.07547432835856],[-73.48207015271117,41.075678328399704],[-73.48210115272653,41.07577132841691],[-73.4821141527301,41.07576032841434],[-73.48240215281015,41.07553432836059],[-73.4830441529888,41.07503332824131],[-73.48331315306397,41.0748293281925],[-73.48362015314996,41.07459932813734],[-73.48388315324686,41.07480832816968],[-73.48391015325684,41.074830328173114],[-73.48430815339752,41.07504232820161],[-73.48438215342424,41.075091328208785],[-73.48448315346573,41.07524632823586],[-73.48452115349221,41.07549432828323],[-73.48454015350528,41.07561532830632],[-73.48449515350278,41.07582532834897],[-73.4843631534755,41.076093328405825],[-73.48432315346899,41.07620532842911],[-73.48425015345762,41.07641832847325],[-73.4840851534225,41.0767353285408],[-73.48394615339629,41.07706132860927],[-73.48385315338355,41.0773633286715],[-73.48381115337811,41.07750532870074],[-73.4838041533837,41.07764232872781],[-73.48378115338379,41.077773328754255],[-73.4837551533841,41.0779253287849],[-73.48375815339926,41.07817332883341],[-73.48380415342541,41.07837032887053],[-73.48388715346196,41.07854032890112],[-73.48396015349552,41.07871432893284],[-73.48396115349588,41.078715328932994],[-73.48403215352307,41.07878932894518],[-73.48454015370135,41.079037328977115],[-73.48495415385032,41.07930432901587],[-73.48510015390936,41.07951132905164],[-73.4851601539366,41.079648329076534],[-73.48517215394831,41.079785329103004],[-73.48508115393548,41.08007432916263],[-73.48508615395247,41.080342329215],[-73.48513915398154,41.08055132925423],[-73.48523515402316,41.08073632928734],[-73.48539415408466,41.0809133293168],[-73.48541015409066,41.08092832931923],[-73.48550415412596,41.081014329332994],[-73.48563415417293,41.08110132934578],[-73.48586015425148,41.08119832935738],[-73.48630015440052,41.081319329366664],[-73.48615315436308,41.081494329405785],[-73.48590715430059,41.081790329471865],[-73.48570015424606,41.08200532952081],[-73.48554315420482,41.082170329558295],[-73.48553315420214,41.08218032956058],[-73.48550315419418,41.08221032956743],[-73.4854941541919,41.0822213295699],[-73.48532315413927,41.08226632958433],[-73.4852081541047,41.08231132959692],[-73.48506315406118,41.082369329613044],[-73.48482715399071,41.08246932964038],[-73.48438915386156,41.082684329696896],[-73.4841201537823,41.08281732973179],[-73.4838761537118,41.082962329768215],[-73.4837781536836,41.08302232978319],[-73.48349215360034,41.08318132982373],[-73.48322415352116,41.08331032985781],[-73.4831211534902,41.083350329869035],[-73.48309815348328,41.08335932987156],[-73.48306115347219,41.0833743298757],[-73.48284815340625,41.0834243298925],[-73.48265315334679,41.08348532991084],[-73.48254915331508,41.08351832992073],[-73.48225715322495,41.0835913299446],[-73.48206015316345,41.08362832995832],[-73.48185915309996,41.08365332996982],[-73.48164715303143,41.08365232997659],[-73.48164115302944,41.083651329976576],[-73.48142215295802,41.08363932998141],[-73.48098915281724,41.0836233299925],[-73.48096115280815,41.08362232999321],[-73.48077315274863,41.0836433300035],[-73.48068315271992,41.083649330007624],[-73.48044115264851,41.08376733003869],[-73.48040415263799,41.08379233004481],[-73.48017215257245,41.083956330084554],[-73.47997315251243,41.084030330105584],[-73.47935715232485,41.08422933016481],[-73.47929715230661,41.08424933017069],[-73.47929115230474,41.084250330171066],[-73.47889415218076,41.08432433019861],[-73.47860315208436,41.084282330199926],[-73.47850615205225,41.08426833020036],[-73.47797815187494,41.08415033019455],[-73.47774215179625,41.08410733019386],[-73.47745415170031,41.08405633019332],[-73.47730115164889,41.08402133019148],[-73.47724315162945,41.08400933019104],[-73.47702615155708,41.08396933019031],[-73.47684315149506,41.083918330186314],[-73.47680415148187,41.08390833018562],[-73.47675815146508,41.08387433018048],[-73.47671415144863,41.08383533017428],[-73.47645915139601,41.084354330284356],[-73.47637915137803,41.08449133031384],[-73.47629215136189,41.08470033035766],[-73.47627815136997,41.084920330401225],[-73.4763431514073,41.08520533045497],[-73.47623515139132,41.08553533052317],[-73.47618415138803,41.08576533056993],[-73.47617215139607,41.08597333061109],[-73.47612315138144,41.085994330616806],[-73.47520115110434,41.086355330717794],[-73.47457515093043,41.086849330835136],[-73.4742971508532,41.08706833088719],[-73.47614215150219,41.087994331008154],[-73.47438715095578,41.08835133113567],[-73.47388015079906,41.088474331176414],[-73.4733991506519,41.08861733122022],[-73.47340215065951,41.08873333124285],[-73.47345415068439,41.08887433126878],[-73.47357715073998,41.08915133131902],[-73.47374415081217,41.089469331375874],[-73.4738851508702,41.08968733141396],[-73.47405715094018,41.089939331457714],[-73.4741701509838,41.090063331478305],[-73.47428715102618,41.09014333149014],[-73.47447015109194,41.090259331506864],[-73.4745471511202,41.090318331515896],[-73.47482915122308,41.09052433154702],[-73.47508115131508,41.09070933157502],[-73.47540515143459,41.09096833161512],[-73.47559515150861,41.09118933165222],[-73.47561315151593,41.091215331656706],[-73.47581715159819,41.09150133170607],[-73.4759841516701,41.09181433176192],[-73.47604415169582,41.0919253317817],[-73.47619715176413,41.09225433184116],[-73.47633515182193,41.09248533188188],[-73.47651315189381,41.09273633192525],[-73.47652915190031,41.09275933192922],[-73.476712151975,41.09303133197651],[-73.47675715199291,41.09309033198659],[-73.47682715202086,41.09318333200253],[-73.47688915204594,41.09327133201775],[-73.47693215206338,41.09333333202847],[-73.47668715199043,41.09344133205769],[-73.47666515198395,41.093452332060565],[-73.47595615177104,41.093733332138875],[-73.47594115176642,41.093737332140144],[-73.47568615168859,41.09381633216399],[-73.47556215165078,41.09385533217571],[-73.47531615157229,41.09387233218712],[-73.47368115104898,41.09395633225721],[-73.47210615054634,41.09406333232984],[-73.47129415028503,41.0940803323598],[-73.47043015000698,41.09409833239168],[-73.46939014967332,41.09413833243362],[-73.46841914936184,41.09417633247292],[-73.46828014930267,41.093927332428684],[-73.46775714914145,41.094062332472284],[-73.46715314895535,41.094219332522876],[-73.46618914865782,41.0944613326019],[-73.4661341486409,41.09447633260664],[-73.46566114849338,41.09456833264019],[-73.46542614842073,41.09462533265906],[-73.46496914827954,41.09473733269599],[-73.46471614819947,41.094766332709966],[-73.4647111481979,41.094767332710326],[-73.46447514812178,41.09476933271846],[-73.46440314809854,41.094769332720816],[-73.46428014805277,41.09466433270428],[-73.46408814797236,41.094343332647675],[-73.46358714776244,41.09350433249969],[-73.46341614768792,41.093167332439265],[-73.46332314763178,41.092712332353145],[-73.46332014762982,41.092694332349716],[-73.46315414755786,41.092374332292444],[-73.46309714752682,41.0921543322512],[-73.46279214742958,41.092176332265524],[-73.46247614732881,41.09219933228039],[-73.46187914713961,41.092263332312505],[-73.46185814713303,41.09226633231378],[-73.46157714704482,41.09231133233181],[-73.46028014663405,41.09245433240236],[-73.45959414641698,41.09253333244033],[-73.45890014619646,41.09259733247561],[-73.45820714596398,41.09244733246894],[-73.45818414595644,41.0924453324693],[-73.45801414591625,41.09270233252524],[-73.4575271457626,41.09276633255375],[-73.4564051454077,41.09289833261638],[-73.45577014520666,41.092969332651116],[-73.45580714523676,41.09328633271202],[-73.45580614524279,41.09339733273382]]]},"properties":{"name":302,"geoid":"09001030200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.51000616143115,41.070417326451505],[-73.50989216139367,41.0704053264529],[-73.50743616058524,41.070137326480996],[-73.50661816031449,41.070022326485315],[-73.50655816029473,41.0700153264859],[-73.5064001602428,41.06999932648796],[-73.5059561600969,41.06995532649391],[-73.505929160088,41.0699523264942],[-73.5058211600525,41.069941326495595],[-73.5057721600364,41.06993632649623],[-73.50510615981622,41.06984732650065],[-73.50495215976528,41.069826326501605],[-73.4992131578751,41.06918132656353],[-73.49626215690348,41.068855326596456],[-73.49472715639926,41.06870632661762],[-73.49356415602215,41.06867932665049],[-73.49343915598259,41.06869332665733],[-73.49195215551167,41.06885532673789],[-73.49110715524962,41.06904432680266],[-73.49093515519661,41.069088326816946],[-73.4904191550377,41.06922332686034],[-73.49024815498505,41.06926832687477],[-73.48988315487613,41.06942432691732],[-73.48879215455072,41.06989432704527],[-73.48842815444216,41.070051327088],[-73.48765415421809,41.070503327202],[-73.48708215405487,41.07087832729429],[-73.48477515339684,41.07239732766777],[-73.48315215293746,41.073528327942725],[-73.48266415279946,41.07387032802579],[-73.48181415255335,41.0743663281509],[-73.48115315236032,41.07472332824256],[-73.48000015202369,41.075347328402714],[-73.47912815176262,41.07570632850168],[-73.47843415155494,41.075993328580715],[-73.47766115131668,41.07619232864508],[-73.4771731511663,41.07631832868577],[-73.47607315082384,41.07654232876576],[-73.47531115058312,41.07663632880919],[-73.47451915033301,41.07673532885456],[-73.47385915012339,41.07679732888835],[-73.47199714953214,41.07697432898411],[-73.47188014949494,41.076984328989894],[-73.4712211492857,41.077047329023856],[-73.47102514922383,41.07707232903519],[-73.47044114903956,41.07714832906924],[-73.47024614897805,41.07717432908072],[-73.470007148902,41.077194329092485],[-73.46929114867442,41.077258329128504],[-73.4690531485988,41.07728032914061],[-73.46856414844363,41.07732832916606],[-73.46709914797876,41.07747332924251],[-73.46661114782395,41.077522329268106],[-73.46615714767812,41.07753632928574],[-73.46479814724181,41.0775823293393],[-73.46434614709673,41.07759832935725],[-73.46445814712324,41.07742932932046],[-73.46480414720591,41.076921329209526],[-73.46502114725945,41.076632329145745],[-73.46513414728749,41.07648432911303],[-73.4652451473156,41.07634932908293],[-73.46561714741607,41.076005329003294],[-73.46598314751544,41.075676328926804],[-73.46637114762405,41.07538432885685],[-73.46677014773866,41.07513532879494],[-73.46716514785295,41.07490332873652],[-73.46900014839981,41.07410332851951],[-73.4698701486669,41.07386032844337],[-73.47003314871692,41.073814328428995],[-73.46997014868774,41.07366032840088],[-73.46994314867268,41.07354932838],[-73.46989314864904,41.073418328355935],[-73.46988014864282,41.07338332834952],[-73.47026314876051,41.07327832831638],[-73.4706461488779,41.07316832828226],[-73.47087514894037,41.07296732823533],[-73.47095914896234,41.072877328214936],[-73.4710341489821,41.07279932819719],[-73.47112414900846,41.07275232818504],[-73.47130514906081,41.072645328158124],[-73.47141914909454,41.072591328143794],[-73.47162014915308,41.07248032811543],[-73.47188014922178,41.072213328054566],[-73.4718961492261,41.07219832805109],[-73.47204414926061,41.07196632800076],[-73.47211214927994,41.071920327989524],[-73.47218514930081,41.071873327977904],[-73.47278614948651,41.071726327929376],[-73.47281614949578,41.07171932792701],[-73.47362814974878,41.07155732786864],[-73.47386114982024,41.07149132784807],[-73.47400114986323,41.07145232783583],[-73.47432514995904,41.071298327795],[-73.47451815001473,41.071182327765946],[-73.4748301501054,41.0710063277212],[-73.4749931501513,41.07088832769272],[-73.47505015016738,41.07084732768282],[-73.47522715021587,41.07069632764741],[-73.47535615024964,41.07055832761611],[-73.4754141502649,41.070497327602254],[-73.47560715031015,41.070199327537516],[-73.47588315036958,41.069680327426695],[-73.4759681503893,41.06954532739744],[-73.4761941504422,41.069194327321206],[-73.47628915046687,41.069089327297505],[-73.47637615048919,41.068988327274845],[-73.4764971505203,41.06884932724363],[-73.476650150561,41.06869732720881],[-73.47674515058637,41.06860432718746],[-73.47697315064364,41.06831832712391],[-73.47715715069,41.068090327073165],[-73.4776671508191,41.06746832693449],[-73.47768615082397,41.06744632692955],[-73.47789915087786,41.0671863268716],[-73.47805715091773,41.06699132682817],[-73.47838415100048,41.06659232673922],[-73.47853015103689,41.06640432669757],[-73.47868615107598,41.06620732665383],[-73.47874115108975,41.0661373266383],[-73.4788171511089,41.066043326617375],[-73.4789041511302,41.065924326591194],[-73.47895815114356,41.0658533265755],[-73.47905415114755,41.065381326479795],[-73.47909515114935,41.06518132643923],[-73.47914615114068,41.06474232635148],[-73.47919015112954,41.06429932626317],[-73.47920615111461,41.06394832619381],[-73.47921515110694,41.06376332615724],[-73.47918415108943,41.06363232613256],[-73.47916615108085,41.06358432612374],[-73.47914315106821,41.06349332610665],[-73.47914415106769,41.06347832610367],[-73.47914515106612,41.06344532609718],[-73.479150151062,41.0633453260774],[-73.47915215106083,41.06331332607106],[-73.47923915107623,41.06309132602468],[-73.47935115110592,41.06297832599885],[-73.47949915114901,41.06289632597792],[-73.47976015122981,41.062835325957394],[-73.47998215130013,41.062811325945404],[-73.48021315137323,41.06278532593274],[-73.48043415144322,41.062761325920796],[-73.48071415153142,41.06272232590396],[-73.48108915164948,41.06266932588127],[-73.48197515192443,41.06247432581398],[-73.48234915204102,41.0624013257874],[-73.48245915207472,41.0623693257775],[-73.4826631521367,41.0623013257575],[-73.48274815216016,41.062231325740974],[-73.48294715221547,41.062075325703866],[-73.48315215227484,41.061956325673805],[-73.4834051523497,41.06183632564197],[-73.483783152463,41.06168332559959],[-73.48394315251078,41.061615325581],[-73.48405615254458,41.06156832556807],[-73.4841901525851,41.06152032555426],[-73.48442415265454,41.0614133255256],[-73.48446615266708,41.06139532552071],[-73.48458015270057,41.061337325505605],[-73.4846681527267,41.06129732549485],[-73.48479115276338,41.06124432548042],[-73.48493815280753,41.061186325464234],[-73.48502915283491,41.06115132545438],[-73.48525515290308,41.06106732543051],[-73.48551215298069,41.060973325403644],[-73.48594015311089,41.06083332536216],[-73.48605515314588,41.06079632535112],[-73.4861121531635,41.0607823253465],[-73.48617115318136,41.06076132534045],[-73.48637415324319,41.06069632532106],[-73.48662815332064,41.06061632529703],[-73.4869871534306,41.06051232526487],[-73.48719315349373,41.06045332524654],[-73.48727415351864,41.06043132523957],[-73.48736115354484,41.06039832523024],[-73.48758315361373,41.06034932521336],[-73.4883041538375,41.06019132515872],[-73.48876415397928,41.0600733251205],[-73.48915615410014,41.05997332508804],[-73.48918415410884,41.05996732508593],[-73.48927015413568,41.05995132507997],[-73.48929915414482,41.05994732507824],[-73.48942215418327,41.0599253250699],[-73.48959115423528,41.059880325055516],[-73.48973415427973,41.05985032504495],[-73.49059115454645,41.059675324982514],[-73.49104215468613,41.059571324947335],[-73.49147715482093,41.059472324913656],[-73.4916881548867,41.05943132489869],[-73.49187515494424,41.05938132488275],[-73.49226315506465,41.05929632485335],[-73.49263315517851,41.05919832482199],[-73.4926351551792,41.05919932482212],[-73.49279415522895,41.059171324811416],[-73.4931981553542,41.059080324780325],[-73.49331615539087,41.05905532477155],[-73.49382115554809,41.05895332473498],[-73.49418215565991,41.05887032470685],[-73.49470615582258,41.058756324667314],[-73.4952451559905,41.05864932462865],[-73.49562115610824,41.05858532460376],[-73.49581015616825,41.058567324594016],[-73.49609415625875,41.0585463245806],[-73.49648015638233,41.05852832456441],[-73.49678815648122,41.058518324552345],[-73.49733115665593,41.058507324532364],[-73.49781915681436,41.058522324519295],[-73.49820015693835,41.05853932451012],[-73.4987551571199,41.058580324499964],[-73.4991211572409,41.05862932449755],[-73.49919615726569,41.05863932449705],[-73.4993721573231,41.058649324493246],[-73.49938015732572,41.05865032449318],[-73.49960815740084,41.05867632449079],[-73.49977715745717,41.05870732449132],[-73.50012215757138,41.058756324489615],[-73.50037215765417,41.05879232448847],[-73.50045215768108,41.05881132448956],[-73.5004971576959,41.05881632448907],[-73.5007011577646,41.058865324491975],[-73.50077215778832,41.05887932449241],[-73.5008691578207,41.05889832449295],[-73.50196915819117,41.0591653245092],[-73.50228015829596,41.059241324513906],[-73.50236015832427,41.05928432451971],[-73.50253615838487,41.059350324526875],[-73.5030681585681,41.05955032454864],[-73.50324515862908,41.059617324555965],[-73.50335215866588,41.0596563245601],[-73.50367415877653,41.05977332457247],[-73.50378215881372,41.05981332457677],[-73.5039131588591,41.059867324583074],[-73.5041271589333,41.0599563245935],[-73.50431315899702,41.06002032459995],[-73.5044481590433,41.06006732460472],[-73.5049031592006,41.06024832462528],[-73.50490515920129,41.0602493246254],[-73.50533615934968,41.06041032464284],[-73.50560015944113,41.06051832465535],[-73.50595115956287,41.06066532467264],[-73.50627315967354,41.06078232468502],[-73.5063361596952,41.06080532468747],[-73.50654415976527,41.06085632469063],[-73.50675015983398,41.060894324691326],[-73.50682315985817,41.060905324691085],[-73.50694915989996,41.06092432469067],[-73.50704615993178,41.06093332468926],[-73.50712115995647,41.06094132468837],[-73.50732816002257,41.06092832467902],[-73.5073401600273,41.06094332468158],[-73.50735016003304,41.06098732468984],[-73.50737716004824,41.06110032471114],[-73.50756816013477,41.06153432478997],[-73.5081441603525,41.06208832487969],[-73.50846816050033,41.06284232501689],[-73.5085521605387,41.06303832505256],[-73.50874516062667,41.063486325134065],[-73.50874216064429,41.06381032519768],[-73.50874716067874,41.064383325309876],[-73.50889416076076,41.06498632542328],[-73.5089351607826,41.06513632545134],[-73.50909816087001,41.065743325564995],[-73.50909916087039,41.065744325565156],[-73.50928616094964,41.06607332562352],[-73.50940416099965,41.06628132566043],[-73.50965516109906,41.06660132571492],[-73.509726161124,41.06663632571945],[-73.5099531612071,41.06680732574552],[-73.51014116128997,41.06719432581523],[-73.51010216128626,41.0673493258469],[-73.50994316123871,41.06741532586505],[-73.50998116125874,41.06755032589027],[-73.50990816124049,41.067643325910886],[-73.50983316124758,41.0681893260204],[-73.50989016129154,41.06863532610596],[-73.5098961612983,41.068719326122235],[-73.50993016133927,41.06924232622365],[-73.5097511613053,41.069658326311085],[-73.50973716131244,41.06986132635134],[-73.50996216140342,41.07018132640668],[-73.51000616143115,41.070417326451505]]]},"properties":{"name":304,"geoid":"09001030400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.48630015440052,41.081319329366664],[-73.48586015425148,41.08119832935738],[-73.48563415417293,41.08110132934578],[-73.48550415412596,41.081014329332994],[-73.48541015409066,41.08092832931923],[-73.48539415408466,41.0809133293168],[-73.48523515402316,41.08073632928734],[-73.48513915398154,41.08055132925423],[-73.48508615395247,41.080342329215],[-73.48508115393548,41.08007432916263],[-73.48517215394831,41.079785329103004],[-73.4851601539366,41.079648329076534],[-73.48510015390936,41.07951132905164],[-73.48495415385032,41.07930432901587],[-73.48454015370135,41.079037328977115],[-73.48403215352307,41.07878932894518],[-73.48396115349588,41.078715328932994],[-73.48396015349552,41.07871432893284],[-73.48388715346196,41.07854032890112],[-73.48380415342541,41.07837032887053],[-73.48375815339926,41.07817332883341],[-73.4837551533841,41.0779253287849],[-73.48378115338379,41.077773328754255],[-73.4838041533837,41.07764232872781],[-73.48381115337811,41.07750532870074],[-73.48385315338355,41.0773633286715],[-73.48394615339629,41.07706132860927],[-73.4840851534225,41.0767353285408],[-73.48425015345762,41.07641832847325],[-73.48432315346899,41.07620532842911],[-73.4843631534755,41.076093328405825],[-73.48449515350278,41.07582532834897],[-73.48454015350528,41.07561532830632],[-73.48452115349221,41.07549432828323],[-73.48448315346573,41.07524632823586],[-73.48438215342424,41.075091328208785],[-73.48430815339752,41.07504232820161],[-73.48391015325684,41.074830328173114],[-73.48388315324686,41.07480832816968],[-73.48362015314996,41.07459932813734],[-73.48331315306397,41.0748293281925],[-73.4830441529888,41.07503332824131],[-73.48240215281015,41.07553432836059],[-73.4821141527301,41.07576032841434],[-73.48210115272653,41.07577132841691],[-73.48207015271117,41.075678328399704],[-73.4821051527108,41.07547432835856],[-73.48215615271094,41.07518932830102],[-73.48217115270417,41.07498632826074],[-73.48200315262768,41.07459832819018],[-73.48196715261125,41.07451432817489],[-73.48181415255335,41.0743663281509],[-73.48266415279946,41.07387032802579],[-73.48315215293746,41.073528327942725],[-73.48477515339684,41.07239732766777],[-73.48708215405487,41.07087832729429],[-73.48765415421809,41.070503327202],[-73.48842815444216,41.070051327088],[-73.48879215455072,41.06989432704527],[-73.48988315487613,41.06942432691732],[-73.49024815498505,41.06926832687477],[-73.4904191550377,41.06922332686034],[-73.49093515519661,41.069088326816946],[-73.49110715524962,41.06904432680266],[-73.49195215551167,41.06885532673789],[-73.49343915598259,41.06869332665733],[-73.49356415602215,41.06867932665049],[-73.49472715639926,41.06870632661762],[-73.49626215690348,41.068855326596456],[-73.4992131578751,41.06918132656353],[-73.50495215976528,41.069826326501605],[-73.50510615981622,41.06984732650065],[-73.5057721600364,41.06993632649623],[-73.5058211600525,41.069941326495595],[-73.505929160088,41.0699523264942],[-73.5059561600969,41.06995532649391],[-73.5064001602428,41.06999932648796],[-73.50655816029473,41.0700153264859],[-73.50661816031449,41.070022326485315],[-73.50743616058524,41.070137326480996],[-73.50989216139367,41.0704053264529],[-73.51000616143115,41.070417326451505],[-73.51008516148076,41.07083732653123],[-73.51011316149031,41.07084632653208],[-73.51065116167476,41.071033326551074],[-73.51081016173048,41.071109326560745],[-73.51093416179499,41.071536326640384],[-73.51093416180554,41.07172032667645],[-73.51093716183279,41.072178326766135],[-73.51093716183503,41.07221732677378],[-73.51134516199376,41.07268832685271],[-73.51136916200193,41.07269532685329],[-73.51183216215952,41.072836326865726],[-73.51231316231633,41.072862326855024],[-73.5130981625677,41.07282532682199],[-73.51339116266857,41.07293432683373],[-73.51373516278704,41.07306332684771],[-73.51399316288136,41.073255326876875],[-73.5140811629135,41.07332032688673],[-73.5141691629457,41.07338632689678],[-73.51428116299283,41.07357732693054],[-73.51433816301667,41.07367232694729],[-73.51444116305377,41.07373932695704],[-73.51454816309229,41.07380832696704],[-73.51517916331946,41.074216327026285],[-73.5153901633954,41.07435232704601],[-73.5153511633848,41.074387327054154],[-73.51532616337816,41.07441232705988],[-73.51529616337042,41.074446327067534],[-73.51527016336617,41.074518327082494],[-73.51525316336352,41.07456832709286],[-73.51512416332356,41.074597327102786],[-73.51504016329753,41.07461632710926],[-73.51475416321193,41.07473432714178],[-73.51468316319072,41.074764327150014],[-73.51463116317495,41.07478232715523],[-73.5147161632093,41.07490232717596],[-73.51476616322945,41.07497232718804],[-73.51508516334171,41.075133327209116],[-73.5152181633885,41.07520032721789],[-73.51529116341419,41.07523732722273],[-73.51551216349193,41.075348327237236],[-73.51558616351795,41.07538532724206],[-73.5158811636217,41.07553332726136],[-73.51611916370605,41.07566432727922],[-73.51724316418732,41.077726327646445],[-73.51741216425962,41.078035327701464],[-73.51739416426214,41.07818032773047],[-73.51729116427776,41.07903232790083],[-73.51757916438649,41.079306327945076],[-73.51776916446498,41.07960532799744],[-73.51774016446711,41.07980532803758],[-73.51785516450633,41.07984132804086],[-73.51801216456529,41.07998532806391],[-73.51815316462775,41.08028032811711],[-73.51793216457541,41.08061232818943],[-73.51729516438895,41.08094732827601],[-73.5169761642991,41.081176328331374],[-73.5168281642872,41.08180232845891],[-73.51677816429867,41.08228332855482],[-73.51672516431192,41.082812328660225],[-73.51631616420153,41.08319032874775],[-73.5162061641718,41.08329132877115],[-73.51603916413521,41.083593328835825],[-73.51603116415352,41.08395732890742],[-73.51674516440556,41.084331328957234],[-73.51684316445932,41.08471632902947],[-73.51681316445466,41.0848043290477],[-73.51672016444083,41.085086329106],[-73.51665516442301,41.08514132911892],[-73.51621916429511,41.08536632917734],[-73.51568216413236,41.08555232923143],[-73.51552216408827,41.08568432926256],[-73.51518116400875,41.0862173293782],[-73.51491216395706,41.08683032950716],[-73.51476716392924,41.08716132957679],[-73.51462816391269,41.08765532967815],[-73.51459916390712,41.08772132969204],[-73.51451416390665,41.08819132978692],[-73.51449716390697,41.08829232980728],[-73.5144971639189,41.08850032984803],[-73.51462016397218,41.088736329890224],[-73.51479416403629,41.088874329911555],[-73.51523016418278,41.08897332991661],[-73.51550516427726,41.089072329926985],[-73.51562116431978,41.08916032994042],[-73.51566516434468,41.08934632997541],[-73.51559216433563,41.08959933002739],[-73.51549016431652,41.08984033007796],[-73.51526516425776,41.09008233013277],[-73.51482916414847,41.09063133025465],[-73.51471316412484,41.090872330305686],[-73.51446816407568,41.09139433041602],[-73.51438816405972,41.09156633045235],[-73.5143421640936,41.092415330620206],[-73.51459216419117,41.092708330669396],[-73.5146461642123,41.09277233068015],[-73.51474816424994,41.09285433069286],[-73.51486016429288,41.0929723307123],[-73.51493616432202,41.09305233072548],[-73.5149801643476,41.09325033076282],[-73.51490016434347,41.093628330839515],[-73.51495116438487,41.09406233092286],[-73.5149641643954,41.09417233094399],[-73.51489216438694,41.09443033099689],[-73.51481216437134,41.0946083310344],[-73.51472416435446,41.09480933107666],[-73.51452516430787,41.09511733114354],[-73.5144701642951,41.0952043311624],[-73.51443316428798,41.09528833118007],[-73.51435116426127,41.09528433118199],[-73.51415116419513,41.09525733118326],[-73.51396216413264,41.095232331184576],[-73.51348216397464,41.09518033119018],[-73.51330716391709,41.09516233119239],[-73.51325616390032,41.0951573311931],[-73.51302516382475,41.09514033119736],[-73.51289416378168,41.09512733119911],[-73.51250116365253,41.09508833120439],[-73.51247616364434,41.09508633120482],[-73.51237016360999,41.095084331207914],[-73.51219516355323,41.09508033121287],[-73.511889163454,41.09507333122156],[-73.5116951633914,41.095074331228126],[-73.51167316338423,41.095073331228654],[-73.51149916332783,41.09506933123359],[-73.51125316325009,41.09509933124756],[-73.51123116324304,41.095100331248474],[-73.51100216317016,41.09511933125972],[-73.51059516303958,41.09513433127604],[-73.51042316298408,41.09513533128189],[-73.51015416289732,41.09513733129111],[-73.50964916273405,41.095134331307115],[-73.50943616266527,41.095134331314114],[-73.50875016244215,41.09510733133137],[-73.50841316233209,41.09508633133833],[-73.50813616224114,41.09506033134233],[-73.50811616223464,41.0950593313428],[-73.50794916217856,41.09502233134104],[-73.50779016212475,41.09497933133783],[-73.50765416207742,41.09492033133074],[-73.50744116200485,41.09485433132481],[-73.50724616193442,41.09472433130574],[-73.50723216192947,41.09471733130484],[-73.5066761617341,41.09444233126923],[-73.50643016164773,41.0943213312536],[-73.50615416155337,41.094230331244844],[-73.50592316147726,41.09420433124734],[-73.50550416133922,41.0941573312519],[-73.50545416132292,41.094154331252945],[-73.50505716119355,41.09413433126206],[-73.50477016110004,41.094120331268755],[-73.50399816085077,41.09412133129431],[-73.50386816080832,41.09411333129701],[-73.5034721606792,41.0940923313059],[-73.50332716063194,41.0940843313091],[-73.50306716054628,41.094055331311964],[-73.50272516043319,41.09400933131418],[-73.50232216029993,41.09395533131685],[-73.50202916020082,41.09387733131119],[-73.50187216014713,41.09382533130616],[-73.50180616012459,41.093804331304206],[-73.50147616001435,41.093740331302506],[-73.50151716001955,41.093600331273734],[-73.5015271600163,41.09348733125126],[-73.50152716001452,41.09345633124519],[-73.50153416000308,41.093217331198126],[-73.50149515997245,41.09290333113789],[-73.50149715995795,41.0926393310861],[-73.50148815995216,41.092589331076596],[-73.50144115992063,41.09230433102229],[-73.50142015989555,41.0919853309605],[-73.50140715988005,41.091788330922306],[-73.50142115985076,41.09119933080644],[-73.50139315983202,41.09103033077425],[-73.50134215979753,41.09071633071441],[-73.50129215975963,41.09033733064178],[-73.5012351597165,41.08990633055921],[-73.50113215964296,41.08920433042502],[-73.50112715963932,41.08916933041833],[-73.5010821596112,41.08893233037337],[-73.5010901596078,41.08882833035274],[-73.50103515957456,41.08855833030163],[-73.50099015954711,41.088333330259026],[-73.5008661594855,41.087957330189404],[-73.50080715945562,41.08776833015432],[-73.50074915942596,41.08757833011898],[-73.50071615941147,41.08751133010694],[-73.50038215929803,41.08741433009891],[-73.50022215924699,41.0874253301063],[-73.50011415921314,41.08744333011338],[-73.49962415905966,41.08752633014573],[-73.49828415863807,41.08772133022796],[-73.49781415849023,41.0877903302569],[-73.49767715844793,41.08782433026807],[-73.49743015833712,41.08728333017015],[-73.49686115808198,41.086039329945066],[-73.49680915805891,41.08592932992521],[-73.49678415804503,41.08582832990624],[-73.49677815803501,41.085687329878816],[-73.49678915803597,41.085642329869636],[-73.49684215804159,41.08544132982849],[-73.49689615804839,41.08525632979046],[-73.49694615806139,41.085201329778045],[-73.49704315808881,41.08513332976153],[-73.49717715811902,41.08490532971246],[-73.49733815815547,41.08463432965406],[-73.49750715818442,41.084187329560905],[-73.49760115820062,41.08394032950942],[-73.49769315821692,41.08370632946055],[-73.49788715825129,41.083213329357555],[-73.49793715825487,41.08299432931299],[-73.49799515825961,41.082750329263256],[-73.49800215825512,41.08263232923991],[-73.49801015825128,41.08252032921771],[-73.49800015823766,41.08233932918256],[-73.49800515823577,41.082278329170435],[-73.49801615823262,41.082161329147134],[-73.49768015812089,41.08210532914719],[-73.49734515800859,41.08203332914409],[-73.49712815793711,41.08200932914651],[-73.49698615789039,41.08199432914824],[-73.49598415756279,41.08192432916741],[-73.49508715727052,41.081879329188034],[-73.49443615705717,41.08182532919882],[-73.49443215705581,41.081824329198746],[-73.49353315676223,41.081767329217094],[-73.49304215660169,41.08173332922653],[-73.49288715655105,41.08172332922966],[-73.4919911562605,41.081702329254966],[-73.4915691561254,41.081723329272926],[-73.49124115602048,41.08174132928723],[-73.49108615597325,41.08179032930191],[-73.49065015584188,41.08195532934857],[-73.49031515574057,41.08207532938307],[-73.48998615564136,41.08219832941797],[-73.48992615562292,41.08221432942308],[-73.48953515550282,41.08232232945707],[-73.48931115543266,41.08236032947188],[-73.4890701553586,41.082426329492726],[-73.48883615528457,41.0824533295057],[-73.48844015515789,41.082474329522796],[-73.48830615511301,41.08244632952173],[-73.48816415506387,41.0823893295152],[-73.48800815500753,41.082285329499946],[-73.48794515497984,41.08215732947693],[-73.4879471549685,41.081948329435896],[-73.48795615496431,41.0818243294113],[-73.48815915500855,41.081452329331725],[-73.4881751550089,41.08136832931473],[-73.48820115501226,41.081280329296625],[-73.48819615500749,41.08122532928602],[-73.4882011550044,41.0811433292698],[-73.48815015497107,41.08084932921384],[-73.48805815493208,41.080687329185096],[-73.48804915492872,41.08067932918381],[-73.48790015487263,41.080540329161465],[-73.48743415470751,41.080285329126774],[-73.48698115454917,41.080075329100474],[-73.48694315454051,41.08013832911407],[-73.48690015452819,41.080165329120774],[-73.48685115451774,41.08025932914081],[-73.48682415451178,41.0803073291511],[-73.4866201544677,41.08068832923248],[-73.48648315443756,41.080934329285185],[-73.48642615442655,41.08106332931235],[-73.48635215441246,41.08123432934829],[-73.48630015440052,41.081319329366664]]]},"properties":{"name":305,"geoid":"09001030500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.24383508551648,41.2474963698152],[-73.24278108511875,41.246508369656524],[-73.24223308491578,41.246061369587025],[-73.24103208445628,41.24482536938467],[-73.23979108397018,41.2433503691369],[-73.23817308332198,41.2411743687644],[-73.23741508301835,41.24015536858995],[-73.23682108278044,41.239357368453355],[-73.23673108274141,41.23918436842247],[-73.23657208268052,41.23901936839541],[-73.23652008266065,41.23896636838675],[-73.23625208255451,41.23862736832923],[-73.23616508252123,41.238537368314475],[-73.23610108249497,41.238440368297596],[-73.24539208518729,41.23292836691767],[-73.24568108527573,41.232839366890836],[-73.24757808585656,41.232258366715484],[-73.24821108605035,41.232064366656935],[-73.2482840860733,41.2320523666522],[-73.24850308614218,41.232017366638225],[-73.2485770861655,41.232006366633684],[-73.24857308616392,41.232001366632815],[-73.24856108615936,41.23198936663087],[-73.24855708615782,41.23198536663022],[-73.24861308617555,41.23197836662702],[-73.24874408621724,41.231966366620405],[-73.24900608630429,41.2320053666195],[-73.2492750863901,41.231983366606435],[-73.24955808647695,41.23190036658099],[-73.24965308650141,41.23179036655638],[-73.24988408656348,41.231568366505456],[-73.24990508656914,41.231548366500874],[-73.24997208658083,41.23137336646449],[-73.2500010865874,41.23132436645397],[-73.25007708660463,41.23119536642628],[-73.25014208662127,41.2311183664091],[-73.25016408662525,41.23106336639765],[-73.25032408666793,41.23090436636136],[-73.25064208676162,41.230742366319326],[-73.25101508687152,41.23055336627023],[-73.2511680869195,41.23052636625996],[-73.25131408696612,41.230515366253066],[-73.25137208698239,41.23047136624258],[-73.25139408697945,41.230295366207436],[-73.25135008695896,41.23018636618758],[-73.2513360869478,41.23007036616536],[-73.25122008689648,41.22982936612204],[-73.25124908689924,41.22971336609842],[-73.25156908697615,41.229247365996905],[-73.25178808703262,41.22899536594049],[-73.25195508706754,41.228660365869594],[-73.2520140870709,41.2283853658139],[-73.25198508703704,41.227957365731186],[-73.25194208700839,41.22769936568216],[-73.25225508707264,41.227051365545286],[-73.25256108715008,41.22667336546143],[-73.25318708732101,41.22611936533274],[-73.25345608739774,41.225938365288584],[-73.25354908742244,41.2258443652672],[-73.25364208744712,41.2257493652456],[-73.25383508749294,41.22545836518242],[-73.2540520875355,41.22497436508073],[-73.25426208758914,41.22472336502481],[-73.25438708761563,41.22447936497304],[-73.25441908762251,41.22441836496008],[-73.25450408764058,41.224253364925055],[-73.25451208763373,41.22408836489254],[-73.25462108765839,41.223902364852634],[-73.25478108768878,41.223528364774296],[-73.25486908770817,41.22336936474036],[-73.25488308770991,41.223320364730306],[-73.25527708780415,41.2227383646037],[-73.25558208788405,41.22240936452943],[-73.25565208789465,41.22219836448592],[-73.25565508789511,41.222189364484045],[-73.2556700878843,41.22191536443],[-73.25580108790538,41.22154236435281],[-73.25630408801513,41.22061436415499],[-73.25642008803413,41.220290364087866],[-73.25643508803087,41.22014836405962],[-73.25646408802861,41.21994436401878],[-73.2564500880015,41.21954936394202],[-73.2564770880056,41.21946836392531],[-73.25654908802129,41.21933536389695],[-73.25656008802308,41.219304363890544],[-73.25749908826313,41.21818736364154],[-73.25767308830979,41.21801836360284],[-73.25786208836185,41.217859363565594],[-73.25799308839483,41.21769436352906],[-73.25809908842312,41.217589363505084],[-73.2582700884688,41.21742036346645],[-73.25837108849808,41.21736036345144],[-73.25856108854859,41.21716836340772],[-73.25896808866457,41.216893363340674],[-73.25907008869477,41.21684436332778],[-73.25936108878662,41.21680336331028],[-73.25949908883018,41.21678436330207],[-73.25991308895662,41.21665236326277],[-73.26004408899091,41.216510363230725],[-73.26020508901226,41.215972363120294],[-73.26024108900944,41.21571936306966],[-73.26019808897985,41.215445363017494],[-73.2601920889775,41.21543836301632],[-73.26040608903558,41.215242362971004],[-73.2604870890575,41.2151673629537],[-73.26080808914183,41.214825362876375],[-73.26081408914345,41.214819362875005],[-73.26129008927136,41.21436236277015],[-73.26144708931096,41.21416636272669],[-73.26156208933773,41.213983362687166],[-73.26162808935061,41.21383536265607],[-73.2617890893802,41.21344136257379],[-73.26181208938512,41.21339736256444],[-73.26197008941946,41.213103362501805],[-73.26209908944868,41.21288436245477],[-73.26238408953635,41.21280436242984],[-73.26280708966642,41.21268536239278],[-73.26329708981716,41.21254836235003],[-73.26434309023219,41.21388736257775],[-73.26479609041193,41.214467362676395],[-73.2650730905181,41.21475636272388],[-73.26520609056995,41.214910362749656],[-73.26533009061836,41.21505536277397],[-73.26541909065527,41.21519736279882],[-73.2655210906984,41.215374362830104],[-73.2656490907491,41.215536362857605],[-73.2658100908113,41.21571336288697],[-73.26633109101508,41.21632836299023],[-73.26667809115074,41.21673736305888],[-73.2667180911669,41.21679336306853],[-73.26689509123857,41.217045363112035],[-73.26732109140332,41.217515363190024],[-73.2673790914261,41.21758536320183],[-73.26814809172772,41.218508363357195],[-73.26905309208402,41.219617363544515],[-73.26933209219581,41.21999336360893],[-73.2694340922366,41.22012936363218],[-73.26973509235334,41.22046736368844],[-73.27001809246202,41.22076636373767],[-73.27019609253153,41.22097436377253],[-73.27047209263709,41.22125836381905],[-73.27070309272546,41.221496363858044],[-73.27106309286616,41.221919363929],[-73.27149209303114,41.22237636400434],[-73.27184309316503,41.222731364062284],[-73.27188609318146,41.222775364069484],[-73.2720450932438,41.222965364101434],[-73.27224009332434,41.2232703641547],[-73.27229309334618,41.22335236416899],[-73.27248909342319,41.223589364208934],[-73.2726460934833,41.22375236423567],[-73.27269009350019,41.22379836424324],[-73.27292409358661,41.22398536427215],[-73.27299609361688,41.22410736429366],[-73.27313409366796,41.22421936431105],[-73.27334309375203,41.22450636436033],[-73.27356309384427,41.22487436442508],[-73.27364009387435,41.22496436444016],[-73.27383309395064,41.22520636448118],[-73.27385509395933,41.22523336448574],[-73.27405109403472,41.2254423645202],[-73.27417609408289,41.22557736454252],[-73.27426809411769,41.22566536455672],[-73.27446909419493,41.225878364591786],[-73.2745100942106,41.22592036459866],[-73.27451909421404,41.22592936460013],[-73.27474409429995,41.22615836463754],[-73.27478409431554,41.226204364645234],[-73.27486609434675,41.22628636465858],[-73.27493309437273,41.22636136467106],[-73.27499809439726,41.22642236468085],[-73.27517709446619,41.22661436471255],[-73.27524509449198,41.22668036472322],[-73.27549909458823,41.226926364763024],[-73.275516094595,41.22694836476678],[-73.2755440946051,41.226966364769375],[-73.27564409464301,41.227063364785074],[-73.2757140946695,41.22713036479588],[-73.27598709477387,41.22741036484171],[-73.27617109484349,41.22758636487012],[-73.27638709492724,41.22782836491036],[-73.27657409500533,41.22813536496427],[-73.27673709506989,41.22834136499921],[-73.27686809512052,41.228485365023076],[-73.2770170951802,41.228685365057295],[-73.27749209536894,41.22929736516142],[-73.27759009540627,41.22939536517737],[-73.27777109548214,41.2296973652305],[-73.27789409553138,41.229862365258725],[-73.27803809558823,41.23004136528902],[-73.27812509562132,41.230127365302984],[-73.27853609577745,41.23053136536853],[-73.2788400958886,41.23075436540219],[-73.27895709593528,41.23090836542848],[-73.2792190960506,41.23144136552409],[-73.27925709606967,41.231559365545905],[-73.27936409610538,41.23157836554612],[-73.27947009614134,41.23160736554834],[-73.27956509617178,41.23160236554426],[-73.27976409622876,41.23147236551236],[-73.28002309629781,41.2312143654535],[-73.2803210963768,41.230909365384164],[-73.28035309638483,41.2308693653753],[-73.28056809643924,41.230604365316495],[-73.2808930965229,41.230228365232406],[-73.28146009667681,41.22971136511286],[-73.28159509671688,41.229648365096146],[-73.2818940968018,41.22944136504593],[-73.28203209684102,41.22934636502287],[-73.28229309691439,41.22915236497642],[-73.28235209693106,41.229110364966296],[-73.28261609699314,41.22870236487794],[-73.28290509704746,41.22801736473463],[-73.28321509711668,41.22747436461838],[-73.28331909714306,41.227347364590166],[-73.28340709716484,41.22723036456442],[-73.28352809719662,41.22710136453526],[-73.28366409723107,41.226934364498184],[-73.28377609726152,41.22683336447481],[-73.28381309726834,41.226743364456006],[-73.28383209726242,41.22653236441413],[-73.28388309726317,41.226257364358716],[-73.28389509726449,41.226212364349536],[-73.28392509726837,41.22611036432862],[-73.28394809726738,41.22596336429914],[-73.28401709727643,41.22573136425153],[-73.28415609730763,41.22549036419991],[-73.28430509734537,41.22530736415926],[-73.28440609737363,41.22523036414091],[-73.28444009738314,41.22520436413474],[-73.2846060974324,41.22512636411406],[-73.2851560975994,41.22493436405859],[-73.28543309768354,41.22483836403079],[-73.28633609795722,41.22451436393799],[-73.28678709809674,41.22440236390137],[-73.28730009825605,41.22428536386177],[-73.28746909830645,41.2242103638416],[-73.28764409835874,41.22413436382103],[-73.28804009847657,41.22395436377291],[-73.28815709850637,41.22381336374154],[-73.2883720985603,41.22354036368117],[-73.28861309860875,41.22302436357245],[-73.28892509867157,41.22235836343208],[-73.28914309872191,41.222005363355954],[-73.28940109878354,41.22162336327287],[-73.289601098834,41.22137436321767],[-73.29015409897842,41.22077136308176],[-73.29077509914079,41.220097362929735],[-73.29138509932042,41.21978736284922],[-73.29158809938016,41.21968336282227],[-73.29199409949973,41.21947736276876],[-73.29255109966377,41.21919436269525],[-73.29310709982748,41.218911362621775],[-73.29397410008278,41.21847036250727],[-73.29402710009833,41.21844236250006],[-73.29484110033815,41.21803036239296],[-73.29495910036995,41.21791936236742],[-73.29531610046655,41.21758836229105],[-73.29543610049912,41.21747936226583],[-73.29565910055994,41.217281362219836],[-73.29583310060546,41.217093362177415],[-73.29584110060755,41.217084362175406],[-73.2962201007086,41.216707362089316],[-73.29657310080503,41.216396362016994],[-73.29693010090479,41.216121361951565],[-73.29706410094225,41.21601836192707],[-73.2971281009609,41.21598236191794],[-73.2975401010811,41.21575336185974],[-73.29761710110286,41.21569836184646],[-73.2978281011625,41.21554736181006],[-73.29880410143083,41.214718361616114],[-73.2997061016763,41.213908361428324],[-73.29982510170873,41.21380236140373],[-73.300300101852,41.213620361352625],[-73.30103610206274,41.21314136123495],[-73.30161310223504,41.212890361167055],[-73.30173810227056,41.21280436114615],[-73.30175710227627,41.21279636114396],[-73.3018641023075,41.21273736112894],[-73.30731010407867,41.21289636098219],[-73.3074191041141,41.21289936097923],[-73.31178810552424,41.212839360824816],[-73.31831410763054,41.21275036059421],[-73.3240361095068,41.21318736049265],[-73.32443510963601,41.21318936048001],[-73.32563511002466,41.213196360442154],[-73.32603511015425,41.21319936042966],[-73.32663111034971,41.21324536041919],[-73.32841911093625,41.2133863603883],[-73.32901511113175,41.213433360378005],[-73.32899911112698,41.213440360379884],[-73.32895211111304,41.21346236038573],[-73.32893711110864,41.21347036038779],[-73.32877111105934,41.21354736040826],[-73.32844411096582,41.213761360460786],[-73.32791711081208,41.2140533605351],[-73.32782411078679,41.21413736055457],[-73.32746911069017,41.21445536062833],[-73.32743211068117,41.21450736063969],[-73.32701511058079,41.215109360770995],[-73.32665111048613,41.215512360861666],[-73.32639511041751,41.215760360918516],[-73.32599511029682,41.2159123609613],[-73.32582611024829,41.216019360987744],[-73.32567511021101,41.21622136103217],[-73.32583611027587,41.216444361070494],[-73.32597511033535,41.2166973611154],[-73.32591711040041,41.21815936140306],[-73.32576211037085,41.21851836147831],[-73.32551311032148,41.21906236159277],[-73.32529911027925,41.21953336169182],[-73.32547311036632,41.22007036179109],[-73.32534211033736,41.22030436184111],[-73.32490311020811,41.220527361899045],[-73.32470911015096,41.22062536192454],[-73.32417811000307,41.22104236202339],[-73.32398710995909,41.22135336209041],[-73.32363510987831,41.2219303622147],[-73.32363910989675,41.22222936227299],[-73.32423911014638,41.22319736244258],[-73.32440611024474,41.22397036258818],[-73.32456511031346,41.2242713626418],[-73.32483111041145,41.22447936267376],[-73.32501811047356,41.22450736267312],[-73.32551511063873,41.22458336267173],[-73.32584611075065,41.224667362677316],[-73.3259861108183,41.22505736274896],[-73.3261511108811,41.22522136277561],[-73.32637211096522,41.225441362811374],[-73.32648211101859,41.22575136286837],[-73.32652611103508,41.22579036287455],[-73.32670211110086,41.22594436289888],[-73.32671311111378,41.22610736293038],[-73.326721111123,41.22622336295278],[-73.32692511120517,41.226505363001216],[-73.32691411120305,41.22653036300647],[-73.32685511119274,41.226683363038305],[-73.32674711116113,41.22674136305316],[-73.326538111095,41.22676736306508],[-73.3263901110482,41.226786363073614],[-73.3259141108961,41.226819363095636],[-73.32580411087179,41.227016363137736],[-73.32580811088152,41.227163363166326],[-73.32581111088666,41.22723636318051],[-73.32595111094349,41.22743736321521],[-73.32594511094236,41.22745136321813],[-73.32601611097039,41.227539363233014],[-73.32622111105117,41.22779136327555],[-73.32630111108269,41.22788936329207],[-73.32705111137824,41.22881136344772],[-73.32722411144644,41.229024363483695],[-73.32734511149202,41.229136363501624],[-73.32735211149445,41.22913936350197],[-73.32749811154542,41.22920436350988],[-73.3277161116229,41.229325363526414],[-73.3277261116266,41.229333363527644],[-73.32783011166512,41.229418363540866],[-73.32799911173007,41.229597363570306],[-73.32815011179012,41.22979236360347],[-73.328313111856,41.230021363642884],[-73.32852311194232,41.23034136369856],[-73.32866311199983,41.23055436373558],[-73.32871711202087,41.23061636374593],[-73.32877211204217,41.23067736375605],[-73.32877911204494,41.23068636375758],[-73.32898311212668,41.230960363804456],[-73.3292791122406,41.231276363856516],[-73.32936711227451,41.23137136387219],[-73.32953711233846,41.23152736389712],[-73.32970811240878,41.23178836394252],[-73.32984511246849,41.232056363990395],[-73.3298481124698,41.23206236399148],[-73.33002511253792,41.23225136402262],[-73.3302471126186,41.232405364045455],[-73.33050711272189,41.23273936410221],[-73.33073211281318,41.23306136415775],[-73.33075411282208,41.2330923641631],[-73.33089811287881,41.233269364192964],[-73.33095311289799,41.233293364195845],[-73.3313651130417,41.23347436421774],[-73.33172811317351,41.233724364254705],[-73.33219511334734,41.23412036431681],[-73.33224411336549,41.234160364323024],[-73.33266711352263,41.234513364378145],[-73.33303611366384,41.234893364440325],[-73.33365211390117,41.2355553645495],[-73.3338931139948,41.23582836459496],[-73.33408411407488,41.23614636465082],[-73.33426211414705,41.23640036469462],[-73.33446311422647,41.236650364736896],[-73.33449811424025,41.23669336474416],[-73.3346721143171,41.23705136480839],[-73.3349271144258,41.23750736488914],[-73.3349911144538,41.23763436491184],[-73.335092114496,41.23780036494097],[-73.33516111452701,41.23795136496821],[-73.3353561146048,41.238207365011846],[-73.33550111466465,41.23843236505105],[-73.33587411480717,41.23881236511306],[-73.33592111482761,41.238903365129325],[-73.33600411485928,41.23898736514301],[-73.33607511488817,41.2390903651608],[-73.33613511491367,41.23919636517956],[-73.33648311505344,41.23966936526056],[-73.33671411514842,41.24002136532176],[-73.33679011518161,41.24017136534857],[-73.34143311699779,41.245633366263476],[-73.34224411730868,41.24647636640158],[-73.34752911933487,41.25197336730203],[-73.34790311947894,41.25237436736809],[-73.35021412036922,41.25485136777608],[-73.35076712058229,41.25544436787374],[-73.35400412182948,41.25891536844539],[-73.35484312215272,41.25981436859341],[-73.35568112247569,41.26071436874165],[-73.35826912347292,41.26348936919857],[-73.35831812349178,41.263541369207104],[-73.3609551245079,41.266368369672506],[-73.361096124565,41.26656736970673],[-73.36151912473645,41.26716736980997],[-73.36165312479075,41.26735736984265],[-73.36166112479391,41.26736736984435],[-73.36339412543953,41.268839370074836],[-73.36447712586073,41.270067370279],[-73.36772812712526,41.27375437089194],[-73.36881212754689,41.27498337109623],[-73.3668701269603,41.27571037130178],[-73.36549612654537,41.276226371447535],[-73.36321212585555,41.27708337168966],[-73.36105312520446,41.27791037192185],[-73.359118124621,41.27865337213027],[-73.35812212432015,41.27902637223572],[-73.35745312411801,41.27927637230644],[-73.35624012375158,41.2797303724348],[-73.35246012260959,41.281144372834625],[-73.35079612210689,41.28176737301072],[-73.34906512158123,41.28236837318474],[-73.34387412000504,41.284174373707245],[-73.34325611981744,41.28439037376964],[-73.34314911978498,41.28442837378056],[-73.34304111975221,41.284466373791524],[-73.34296711972969,41.284491373798815],[-73.34289311970718,41.28451637380611],[-73.34214411947977,41.28477737388159],[-73.34208411945258,41.28464237385721],[-73.34188611936169,41.28417737377298],[-73.34178911930992,41.28382337370708],[-73.34177311930134,41.283764373696094],[-73.34162311922562,41.28329237360891],[-73.34153311917375,41.28289737353479],[-73.34147511913406,41.28253437346585],[-73.34144811910794,41.2822323734078],[-73.3413911190714,41.281918373348404],[-73.34130511902738,41.28163737329639],[-73.34116511896208,41.28129037323327],[-73.34102111889874,41.2809993731812],[-73.3409701188763,41.28089637316276],[-73.34076911878768,41.28048737308955],[-73.3406961187538,41.28030937305721],[-73.34052211867865,41.27998237299909],[-73.34017511852845,41.27932437288206],[-73.33979811837516,41.278781372788444],[-73.3396051182994,41.27855037274969],[-73.33939811821996,41.27833437271431],[-73.33903611808253,41.27798237265748],[-73.33867611794753,41.277661372606644],[-73.33833411782197,41.2774033725675],[-73.33813911775127,41.277271372548114],[-73.33797711769256,41.277162372532146],[-73.33758111754828,41.27688237249046],[-73.33716711739827,41.27660437244978],[-73.33662411719921,41.276199372388525],[-73.33610611700819,41.27579337232627],[-73.33510311663282,41.27491237218716],[-73.33470011648089,41.27453837212737],[-73.33424711631174,41.27414737206588],[-73.3337861161428,41.273804372014034],[-73.33372411611957,41.27374937200535],[-73.33360511607502,41.27364437198874],[-73.33311011588137,41.27306337189155],[-73.33296411581892,41.2727993718448],[-73.33287711577024,41.27244237177796],[-73.33286211574053,41.272010371694144],[-73.33288411574183,41.2719093716737],[-73.33287911573039,41.27173837164049],[-73.33288011571953,41.271544371602594],[-73.3330021157377,41.27117337152618],[-73.33307811574804,41.27092537147528],[-73.33305011572429,41.27067037142643],[-73.33300911569611,41.27041137137721],[-73.33292211564168,41.269954371290865],[-73.33279911557754,41.26953137121232],[-73.33269511552952,41.269281371166926],[-73.3326711155184,41.269223371156386],[-73.33251911545268,41.26893637110535],[-73.33246511543119,41.26886637109345],[-73.3323531153866,41.26872137106881],[-73.33218311531944,41.26851037103319],[-73.33185611519582,41.26820137098356],[-73.33159511509778,41.26796537094605],[-73.33125311497524,41.267759370917034],[-73.33104511490147,41.26764737090198],[-73.33058411473674,41.267377370864374],[-73.33014311457957,41.26712637082981],[-73.3297731144439,41.26684937078784],[-73.3296881144112,41.26675937077306],[-73.32958911437377,41.26666537075794],[-73.3291461141934,41.26602237064692],[-73.32859311397263,41.2652953705231],[-73.32851011393875,41.265173370502],[-73.32800911373404,41.26443337037392],[-73.32780911365057,41.26410737031685],[-73.3274991135264,41.263692370245955],[-73.32709411335695,41.26302537012899],[-73.32667711318464,41.26237537001574],[-73.3262921130329,41.26190336993618],[-73.32606611294425,41.26163336989085],[-73.32596311290315,41.26149836986787],[-73.3258831128633,41.26125536982304],[-73.3258191128397,41.26120536981538],[-73.32582211282377,41.26091136975788],[-73.32573811277322,41.260504369681165],[-73.32572611276576,41.26044236966944],[-73.32563811272223,41.26018036962117],[-73.32544611263359,41.25971936953745],[-73.32524111254155,41.25927236945687],[-73.32518411250855,41.25901936940934],[-73.3250921124654,41.25878636936685],[-73.32445911217249,41.25725436908843],[-73.32434811212302,41.25701836904598],[-73.3242651120826,41.256782369002615],[-73.32426211208099,41.25677136900057],[-73.32404111198224,41.256297368915234],[-73.32381911188426,41.25584236883363],[-73.32356411176978,41.25528636873341],[-73.32333211166205,41.25471836863008],[-73.32326811163037,41.254527368594886],[-73.32320411159704,41.25430736855401],[-73.32321111158522,41.25406236850594],[-73.32323511157931,41.25382436845869],[-73.32332411159072,41.2535213683966],[-73.32332411156533,41.253079368310274],[-73.32328511151107,41.25235436816997],[-73.32324211146911,41.25186636807607],[-73.32319111142797,41.25143736799396],[-73.32302111134723,41.25098936791203],[-73.32290011128394,41.250569367833954],[-73.3228921112797,41.25054036782857],[-73.32273111120088,41.25007536774301],[-73.32258511112359,41.24955236764565],[-73.32238211103453,41.249145367572794],[-73.32220211096094,41.24887836752653],[-73.32201411088482,41.248612367480725],[-73.32177611079076,41.24831536743049],[-73.32173311077362,41.24825936742097],[-73.3209081104452,41.24718936723896],[-73.32063311033576,41.24683336717843],[-73.32042011027009,41.246890367196514],[-73.32036511025328,41.24690736720164],[-73.32022111020945,41.246955367215726],[-73.3198221100865,41.24706336724987],[-73.31956511000789,41.2471423672737],[-73.31944310997063,41.247181367285314],[-73.31938310995207,41.247196367290215],[-73.31929710992539,41.24721636729692],[-73.31921710990065,41.24723636730345],[-73.31900210983406,41.24728836732064],[-73.31855810969543,41.24737636735235],[-73.3181341095667,41.247524367395116],[-73.31786110948276,41.24760136741909],[-73.31767510942746,41.247686367441766],[-73.31765010942011,41.24769936744513],[-73.31720010928849,41.2479433675075],[-73.31660510911023,41.24819236757559],[-73.31600410893283,41.24849036765344],[-73.31537910874411,41.24872636771998],[-73.31522110869665,41.248790367737634],[-73.31491710859774,41.24878136774582],[-73.31459810849366,41.24876636775332],[-73.31362410817465,41.24870036777229],[-73.3134501081182,41.24869836777758],[-73.31280510790918,41.24869336779769],[-73.31272710788302,41.24867736779712],[-73.31242610778222,41.24861836779544],[-73.31188310759318,41.24838636776788],[-73.3111141073273,41.24809036773521],[-73.31102610729775,41.24807136773436],[-73.31094210727193,41.2480953677418],[-73.31081410723057,41.248096367746165],[-73.31069310719181,41.2481033677515],[-73.31063910717502,41.24811536775562],[-73.31047610712456,41.24815536776876],[-73.30997410697368,41.24835736782461],[-73.30943410681247,41.24859336788837],[-73.30928910676703,41.24861936789817],[-73.30915410672476,41.24864436790748],[-73.3088131066169,41.24868736792702],[-73.308615106554,41.24870836793759],[-73.30835910647104,41.24870636794557],[-73.30821210642394,41.24871436795195],[-73.30805410637223,41.248704367955156],[-73.30749610619617,41.24878336798882],[-73.30725410611986,41.248818368003576],[-73.30641410585234,41.24889436804587],[-73.30612110575964,41.24893136806268],[-73.30608210574736,41.248937368065114],[-73.3057551056443,41.24898536808518],[-73.30506910542972,41.249115368133],[-73.30454210526777,41.24926536817951],[-73.30399110510028,41.24945436823445],[-73.3036301049916,41.24959636827398],[-73.30348110494681,41.24965636829055],[-73.3034481049371,41.249673368294985],[-73.30331910489942,41.24974436831305],[-73.30300210480354,41.24986136834626],[-73.30267410470135,41.24993036837047],[-73.30237310460679,41.24998036839006],[-73.30210610452279,41.250022368406995],[-73.30178910442467,41.25010036843259],[-73.30164810438191,41.25015036844696],[-73.30152510434526,41.25020536846172],[-73.30120110425067,41.25038436850727],[-73.30100010419466,41.25054236854469],[-73.30025410398437,41.25108536867512],[-73.29996310390304,41.25130936872839],[-73.2997361038396,41.251484368769994],[-73.2994921037701,41.25164936881018],[-73.2992231036924,41.25181236885082],[-73.29896110361481,41.251938368883984],[-73.29809710336288,41.252421369006555],[-73.29744610317795,41.25287036911552],[-73.29740410316647,41.252907369124124],[-73.29715410309318,41.25304036915826],[-73.29674610297232,41.25323536920968],[-73.29656510291815,41.25331236923064],[-73.29560410262057,41.25354736930794],[-73.2955371025997,41.25356136931286],[-73.2952191025009,41.253633369337315],[-73.29502210243581,41.25361036933926],[-73.29477610235516,41.253592369343785],[-73.29473810234263,41.25358836934423],[-73.29431410220293,41.2535453693497],[-73.2939491020821,41.25349836935244],[-73.2933951018948,41.253359369343386],[-73.29284410170773,41.25320736933168],[-73.29225510150614,41.253016369313634],[-73.29167010130665,41.25283936929818],[-73.29058510093344,41.25245536925862],[-73.28954310057145,41.25202436920846],[-73.28846710020173,41.25165036917055],[-73.28796010002685,41.25146236915038],[-73.28743509984659,41.25128236913238],[-73.28655409954327,41.25096536909924],[-73.28611709939145,41.250784369078154],[-73.28572809925566,41.25061236905725],[-73.28552209918297,41.250507369043476],[-73.28527009909234,41.250349369020846],[-73.28502209900186,41.25017136899417],[-73.28477909891204,41.24997636896401],[-73.28463009885606,41.24984136894252],[-73.28444809878941,41.24970636892208],[-73.28425609871948,41.249570368901786],[-73.28407909865375,41.24942336887885],[-73.28385309857156,41.24926536885537],[-73.2836070984847,41.249139368838776],[-73.28336009839948,41.249047368828876],[-73.28310409831009,41.248933368814974],[-73.28299209827269,41.248913368814726],[-73.28281309821297,41.248882368814506],[-73.2825160981106,41.24877336880291],[-73.28236809806073,41.24873936880111],[-73.28218309799753,41.24868136879582],[-73.28186509788762,41.24855936878237],[-73.2815560977829,41.24847736877644],[-73.2811290976374,41.24835036876558],[-73.28089309755828,41.248302368763895],[-73.28057809745431,41.248267368767344],[-73.28024809734761,41.248269368778516],[-73.28004209728076,41.24826636878464],[-73.2799930972653,41.248273368787615],[-73.27978509719954,41.248300368799676],[-73.27958909713614,41.248301368806274],[-73.27949109710494,41.24831036881123],[-73.27875009687034,41.248402368853384],[-73.2783190967335,41.24844836887643],[-73.27788309659408,41.248478368896535],[-73.2772990963705,41.24787536879781],[-73.27667109612855,41.24720036868644],[-73.27647209605045,41.24696136864625],[-73.27647709606154,41.24712636867831],[-73.27645809605852,41.24718136868968],[-73.27594409591627,41.247602368788705],[-73.27551809579856,41.24795436887137],[-73.27468409557382,41.24874336905272],[-73.2744340955031,41.24892136909565],[-73.27416509542657,41.24910536914038],[-73.27402709539048,41.24925536917418],[-73.27393109536403,41.249336369193145],[-73.2735980952726,41.24962136925968],[-73.27342109522317,41.24975836929222],[-73.27322909516772,41.24987536932133],[-73.27305409511193,41.24989036932999],[-73.27287609505477,41.24989836933735],[-73.27261209497,41.24991036934831],[-73.27216409482783,41.2499603693727],[-73.27182209471836,41.24998136938796],[-73.27147009460566,41.250003369403736],[-73.27112009449468,41.25004336942299],[-73.27053209431064,41.25015336946367],[-73.27040909427296,41.2501903694749],[-73.27014209419258,41.25029636950432],[-73.26993109412733,41.25034936952156],[-73.26973609406461,41.25035636952928],[-73.26963809403311,41.25036036953327],[-73.26932609393339,41.250382369547744],[-73.26883209377392,41.250390369565416],[-73.26841909363664,41.250327369566605],[-73.26810009353156,41.25029536957075],[-73.26787609345716,41.250262369571615],[-73.26774309341106,41.250209369565596],[-73.26765309338067,41.25018736956424],[-73.2675120933325,41.250143369560256],[-73.26724809324544,41.250115369563396],[-73.2669260931379,41.25005736956257],[-73.26669709306309,41.250045369567694],[-73.26646509298534,41.24999936956628],[-73.26624909291387,41.24997236956805],[-73.2660130928361,41.24994836957106],[-73.26580509276484,41.249879369564376],[-73.26523209257151,41.249742369556294],[-73.26484209243661,41.24959136953952],[-73.264533092328,41.249441369520305],[-73.2643660922693,41.24936036950993],[-73.2637960920715,41.249128369483195],[-73.26342809193754,41.248869369444606],[-73.26299309177972,41.24857236940077],[-73.26291509175263,41.24854036939708],[-73.26290709174988,41.24853736939674],[-73.26285709173291,41.24852336939564],[-73.26263309165937,41.24850536939943],[-73.26254109162919,41.24849836940106],[-73.2622770915439,41.24850136941026],[-73.26212609149519,41.24850436941576],[-73.26178109137842,41.248415369409635],[-73.26151009128561,41.24832636940109],[-73.26139009124451,41.248287369397396],[-73.26125609119941,41.2482573693959],[-73.26078509104084,41.24815036939036],[-73.2603340908798,41.247887369353684],[-73.26003409076704,41.24761436931012],[-73.25991809072491,41.24753436929829],[-73.25984009069656,41.24748036929028],[-73.25957909060332,41.2473273692689],[-73.25939309053905,41.2472563692611],[-73.25930309050831,41.24722836925856],[-73.25920809047523,41.247187369253645],[-73.2590830904324,41.24714636924972],[-73.25885609035217,41.24702836923406],[-73.25862609026719,41.24684436920561],[-73.25827309012944,41.246434369137035],[-73.2580460900421,41.24619236909715],[-73.25780608994633,41.24587636904324],[-73.25742308979521,41.24540236896312],[-73.25732708975006,41.24515636891818],[-73.25723708971165,41.24499436888946],[-73.25716708967887,41.24481736885717],[-73.25715408965932,41.244549368805224],[-73.257116089635,41.24433936876543],[-73.25708108961446,41.244178368735106],[-73.25707808961285,41.24416736873307],[-73.25703108958733,41.24398736869943],[-73.25700308956202,41.24370336864486],[-73.25695108952945,41.243428368592824],[-73.25689708950053,41.2432283685555],[-73.2567920894548,41.24302336851887],[-73.25669308941383,41.24286736849162],[-73.2566610893935,41.24269336845867],[-73.256535089349,41.24262836845006],[-73.256363089286,41.24250036843067],[-73.25625808924863,41.24244136842257],[-73.25616908921553,41.24236636841081],[-73.2561630892133,41.24236136841003],[-73.25611708919618,41.242322368403904],[-73.2559020891195,41.24219836838669],[-73.2557260890559,41.24208236836976],[-73.2555350889856,41.24193436834707],[-73.25541908894026,41.24179836832427],[-73.25534708890963,41.24167036830163],[-73.25522208886373,41.24157536828713],[-73.25473008869422,41.241396368268205],[-73.25417408850275,41.241195368247034],[-73.25412508848586,41.241177368245125],[-73.2540560884621,41.24115236824249],[-73.25397608843484,41.241128368240396],[-73.2539270884181,41.241113368239056],[-73.25391408842421,41.24129336827466],[-73.25386308842121,41.24152936832245],[-73.25384808842325,41.241650368346576],[-73.2539500884679,41.241853368382905],[-73.25398008847922,41.2418813683874],[-73.25407308851429,41.24196836840138],[-73.2541750885608,41.24220436844416],[-73.25430608861484,41.242407368479554],[-73.25432708863079,41.24256736851014],[-73.25444308868843,41.24291836857494],[-73.25468308877494,41.24307236859721],[-73.25494508886729,41.24320436861446],[-73.25512708893375,41.24333636863431],[-73.25526508898626,41.243473368656595],[-73.25532308901386,41.24362736868478],[-73.2553950890426,41.24372236870099],[-73.2554240890541,41.24375936870728],[-73.25547508908754,41.24405536876345],[-73.25538008907563,41.244384368830836],[-73.25531508906062,41.24448936885347],[-73.25494408894045,41.24448836886537],[-73.25480708889742,41.24451136887433],[-73.25475508888115,41.24452136887799],[-73.25455108881981,41.24460336890066],[-73.25430308874144,41.24463636891518],[-73.25378708857033,41.244565368918146],[-73.25336508842773,41.244460368911376],[-73.25331508841138,41.244457368912414],[-73.2531250883494,41.244449368917046],[-73.25286608826516,41.24444236892414],[-73.25280608824563,41.24444036892569],[-73.2527460882262,41.24444036892764],[-73.25266708820051,41.24443836892984],[-73.25188208794859,41.24447636896286],[-73.25167808788724,41.244558368985516],[-73.2512270877563,41.24482136905162],[-73.25113908773285,41.24490936907167],[-73.2510230876997,41.244986369090505],[-73.25097108768321,41.24499236909337],[-73.2507610876168,41.245019369105485],[-73.25030308747134,41.245068369129996],[-73.24999908737743,41.24514736915533],[-73.24956308724198,41.24524636918891],[-73.2488720870318,41.24548236925754],[-73.24824708684332,41.2457243693252],[-73.24808008679996,41.24591136936717],[-73.24815208683391,41.24609736940117],[-73.24810908682566,41.2461963694219],[-73.24791308677104,41.24635036945838],[-73.24764408669054,41.24646536948963],[-73.24742608662281,41.24651536950651],[-73.24692408646065,41.24652136952404],[-73.24632008626891,41.246587369556615],[-73.24586208612884,41.24673036959948],[-73.24575108609541,41.246774369611686],[-73.24567708607312,41.24680336961978],[-73.2453890859864,41.246917369651435],[-73.24483708582373,41.24719736972414],[-73.24452408573026,41.24733436976111],[-73.24420408563296,41.24744436979303],[-73.24388408553159,41.24748336981108],[-73.24383508551648,41.2474963698152]]]},"properties":{"name":1051,"geoid":"09001105100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.24623808646272,41.25043837031167],[-73.24585808631299,41.24997137023284],[-73.24472008586449,41.2485713699964],[-73.24434108571512,41.2481053699177],[-73.24423908567513,41.24798336989719],[-73.2439360855561,41.24761736983556],[-73.24383508551648,41.2474963698152],[-73.24388408553159,41.24748336981108],[-73.24420408563296,41.24744436979303],[-73.24452408573026,41.24733436976111],[-73.24483708582373,41.24719736972414],[-73.2453890859864,41.246917369651435],[-73.24567708607312,41.24680336961978],[-73.24575108609541,41.246774369611686],[-73.24586208612884,41.24673036959948],[-73.24632008626891,41.246587369556615],[-73.24692408646065,41.24652136952404],[-73.24742608662281,41.24651536950651],[-73.24764408669054,41.24646536948963],[-73.24791308677104,41.24635036945838],[-73.24810908682566,41.2461963694219],[-73.24815208683391,41.24609736940117],[-73.24808008679996,41.24591136936717],[-73.24824708684332,41.2457243693252],[-73.2488720870318,41.24548236925754],[-73.24956308724198,41.24524636918891],[-73.24999908737743,41.24514736915533],[-73.25030308747134,41.245068369129996],[-73.2507610876168,41.245019369105485],[-73.25097108768321,41.24499236909337],[-73.2510230876997,41.244986369090505],[-73.25113908773285,41.24490936907167],[-73.2512270877563,41.24482136905162],[-73.25167808788724,41.244558368985516],[-73.25188208794859,41.24447636896286],[-73.25266708820051,41.24443836892984],[-73.2527460882262,41.24444036892764],[-73.25280608824563,41.24444036892569],[-73.25286608826516,41.24444236892414],[-73.2531250883494,41.244449368917046],[-73.25331508841138,41.244457368912414],[-73.25336508842773,41.244460368911376],[-73.25378708857033,41.244565368918146],[-73.25430308874144,41.24463636891518],[-73.25455108881981,41.24460336890066],[-73.25475508888115,41.24452136887799],[-73.25480708889742,41.24451136887433],[-73.25494408894045,41.24448836886537],[-73.25531508906062,41.24448936885347],[-73.25538008907563,41.244384368830836],[-73.25547508908754,41.24405536876345],[-73.2554240890541,41.24375936870728],[-73.2553950890426,41.24372236870099],[-73.25532308901386,41.24362736868478],[-73.25526508898626,41.243473368656595],[-73.25512708893375,41.24333636863431],[-73.25494508886729,41.24320436861446],[-73.25468308877494,41.24307236859721],[-73.25444308868843,41.24291836857494],[-73.25432708863079,41.24256736851014],[-73.25430608861484,41.242407368479554],[-73.2541750885608,41.24220436844416],[-73.25407308851429,41.24196836840138],[-73.25398008847922,41.2418813683874],[-73.2539500884679,41.241853368382905],[-73.25384808842325,41.241650368346576],[-73.25386308842121,41.24152936832245],[-73.25391408842421,41.24129336827466],[-73.2539270884181,41.241113368239056],[-73.25397608843484,41.241128368240396],[-73.2540560884621,41.24115236824249],[-73.25412508848586,41.241177368245125],[-73.25417408850275,41.241195368247034],[-73.25473008869422,41.241396368268205],[-73.25522208886373,41.24157536828713],[-73.25534708890963,41.24167036830163],[-73.25541908894026,41.24179836832427],[-73.2555350889856,41.24193436834707],[-73.2557260890559,41.24208236836976],[-73.2559020891195,41.24219836838669],[-73.25611708919618,41.242322368403904],[-73.2561630892133,41.24236136841003],[-73.25616908921553,41.24236636841081],[-73.25625808924863,41.24244136842257],[-73.256363089286,41.24250036843067],[-73.256535089349,41.24262836845006],[-73.2566610893935,41.24269336845867],[-73.25669308941383,41.24286736849162],[-73.2567920894548,41.24302336851887],[-73.25689708950053,41.2432283685555],[-73.25695108952945,41.243428368592824],[-73.25700308956202,41.24370336864486],[-73.25703108958733,41.24398736869943],[-73.25707808961285,41.24416736873307],[-73.25708108961446,41.244178368735106],[-73.257116089635,41.24433936876543],[-73.25715408965932,41.244549368805224],[-73.25716708967887,41.24481736885717],[-73.25723708971165,41.24499436888946],[-73.25732708975006,41.24515636891818],[-73.25742308979521,41.24540236896312],[-73.25780608994633,41.24587636904324],[-73.2580460900421,41.24619236909715],[-73.25827309012944,41.246434369137035],[-73.25862609026719,41.24684436920561],[-73.25885609035217,41.24702836923406],[-73.2590830904324,41.24714636924972],[-73.25920809047523,41.247187369253645],[-73.25930309050831,41.24722836925856],[-73.25939309053905,41.2472563692611],[-73.25957909060332,41.2473273692689],[-73.25984009069656,41.24748036929028],[-73.25991809072491,41.24753436929829],[-73.26003409076704,41.24761436931012],[-73.2603340908798,41.247887369353684],[-73.26078509104084,41.24815036939036],[-73.26125609119941,41.2482573693959],[-73.26139009124451,41.248287369397396],[-73.26151009128561,41.24832636940109],[-73.26178109137842,41.248415369409635],[-73.26212609149519,41.24850436941576],[-73.2622770915439,41.24850136941026],[-73.26254109162919,41.24849836940106],[-73.26263309165937,41.24850536939943],[-73.26285709173291,41.24852336939564],[-73.26290709174988,41.24853736939674],[-73.26291509175263,41.24854036939708],[-73.26299309177972,41.24857236940077],[-73.26342809193754,41.248869369444606],[-73.2637960920715,41.249128369483195],[-73.2643660922693,41.24936036950993],[-73.264533092328,41.249441369520305],[-73.26484209243661,41.24959136953952],[-73.26523209257151,41.249742369556294],[-73.26580509276484,41.249879369564376],[-73.2660130928361,41.24994836957106],[-73.26624909291387,41.24997236956805],[-73.26646509298534,41.24999936956628],[-73.26669709306309,41.250045369567694],[-73.2669260931379,41.25005736956257],[-73.26724809324544,41.250115369563396],[-73.2675120933325,41.250143369560256],[-73.26765309338067,41.25018736956424],[-73.26774309341106,41.250209369565596],[-73.26787609345716,41.250262369571615],[-73.26810009353156,41.25029536957075],[-73.26841909363664,41.250327369566605],[-73.26883209377392,41.250390369565416],[-73.26932609393339,41.250382369547744],[-73.26963809403311,41.25036036953327],[-73.26973609406461,41.25035636952928],[-73.26993109412733,41.25034936952156],[-73.27014209419258,41.25029636950432],[-73.27040909427296,41.2501903694749],[-73.27053209431064,41.25015336946367],[-73.27112009449468,41.25004336942299],[-73.27147009460566,41.250003369403736],[-73.27182209471836,41.24998136938796],[-73.27216409482783,41.2499603693727],[-73.27261209497,41.24991036934831],[-73.27287609505477,41.24989836933735],[-73.27305409511193,41.24989036932999],[-73.27322909516772,41.24987536932133],[-73.27342109522317,41.24975836929222],[-73.2735980952726,41.24962136925968],[-73.27393109536403,41.249336369193145],[-73.27402709539048,41.24925536917418],[-73.27416509542657,41.24910536914038],[-73.2744340955031,41.24892136909565],[-73.27468409557382,41.24874336905272],[-73.27551809579856,41.24795436887137],[-73.27594409591627,41.247602368788705],[-73.27645809605852,41.24718136868968],[-73.27647709606154,41.24712636867831],[-73.27647209605045,41.24696136864625],[-73.27667109612855,41.24720036868644],[-73.2772990963705,41.24787536879781],[-73.27788309659408,41.248478368896535],[-73.2783190967335,41.24844836887643],[-73.27875009687034,41.248402368853384],[-73.27949109710494,41.24831036881123],[-73.27958909713614,41.248301368806274],[-73.27978509719954,41.248300368799676],[-73.2799930972653,41.248273368787615],[-73.28004209728076,41.24826636878464],[-73.28024809734761,41.248269368778516],[-73.28057809745431,41.248267368767344],[-73.28089309755828,41.248302368763895],[-73.2811290976374,41.24835036876558],[-73.2815560977829,41.24847736877644],[-73.28186509788762,41.24855936878237],[-73.28218309799753,41.24868136879582],[-73.28236809806073,41.24873936880111],[-73.2825160981106,41.24877336880291],[-73.28281309821297,41.248882368814506],[-73.28299209827269,41.248913368814726],[-73.28310409831009,41.248933368814974],[-73.28336009839948,41.249047368828876],[-73.2836070984847,41.249139368838776],[-73.28385309857156,41.24926536885537],[-73.28407909865375,41.24942336887885],[-73.28425609871948,41.249570368901786],[-73.28444809878941,41.24970636892208],[-73.28463009885606,41.24984136894252],[-73.28477909891204,41.24997636896401],[-73.28502209900186,41.25017136899417],[-73.28527009909234,41.250349369020846],[-73.28552209918297,41.250507369043476],[-73.28572809925566,41.25061236905725],[-73.28611709939145,41.250784369078154],[-73.28655409954327,41.25096536909924],[-73.28743509984659,41.25128236913238],[-73.28796010002685,41.25146236915038],[-73.28846710020173,41.25165036917055],[-73.28954310057145,41.25202436920846],[-73.29058510093344,41.25245536925862],[-73.29167010130665,41.25283936929818],[-73.29225510150614,41.253016369313634],[-73.29284410170773,41.25320736933168],[-73.2933951018948,41.253359369343386],[-73.2939491020821,41.25349836935244],[-73.29431410220293,41.2535453693497],[-73.29473810234263,41.25358836934423],[-73.29477610235516,41.253592369343785],[-73.29502210243581,41.25361036933926],[-73.2952191025009,41.253633369337315],[-73.2955371025997,41.25356136931286],[-73.29560410262057,41.25354736930794],[-73.29656510291815,41.25331236923064],[-73.29674610297232,41.25323536920968],[-73.29715410309318,41.25304036915826],[-73.29740410316647,41.252907369124124],[-73.29744610317795,41.25287036911552],[-73.29809710336288,41.252421369006555],[-73.29896110361481,41.251938368883984],[-73.2992231036924,41.25181236885082],[-73.2994921037701,41.25164936881018],[-73.2997361038396,41.251484368769994],[-73.29996310390304,41.25130936872839],[-73.30025410398437,41.25108536867512],[-73.30100010419466,41.25054236854469],[-73.30120110425067,41.25038436850727],[-73.30152510434526,41.25020536846172],[-73.30164810438191,41.25015036844696],[-73.30178910442467,41.25010036843259],[-73.30210610452279,41.250022368406995],[-73.30237310460679,41.24998036839006],[-73.30267410470135,41.24993036837047],[-73.30300210480354,41.24986136834626],[-73.30331910489942,41.24974436831305],[-73.3034481049371,41.249673368294985],[-73.30348110494681,41.24965636829055],[-73.3036301049916,41.24959636827398],[-73.30399110510028,41.24945436823445],[-73.30454210526777,41.24926536817951],[-73.30506910542972,41.249115368133],[-73.3057551056443,41.24898536808518],[-73.30608210574736,41.248937368065114],[-73.30612110575964,41.24893136806268],[-73.30641410585234,41.24889436804587],[-73.30725410611986,41.248818368003576],[-73.30749610619617,41.24878336798882],[-73.30805410637223,41.248704367955156],[-73.30821210642394,41.24871436795195],[-73.30835910647104,41.24870636794557],[-73.308615106554,41.24870836793759],[-73.3088131066169,41.24868736792702],[-73.30915410672476,41.24864436790748],[-73.30928910676703,41.24861936789817],[-73.30943410681247,41.24859336788837],[-73.30997410697368,41.24835736782461],[-73.31047610712456,41.24815536776876],[-73.31063910717502,41.24811536775562],[-73.31069310719181,41.2481033677515],[-73.31081410723057,41.248096367746165],[-73.31094210727193,41.2480953677418],[-73.31102610729775,41.24807136773436],[-73.3111141073273,41.24809036773521],[-73.31188310759318,41.24838636776788],[-73.31242610778222,41.24861836779544],[-73.31272710788302,41.24867736779712],[-73.31280510790918,41.24869336779769],[-73.3134501081182,41.24869836777758],[-73.31362410817465,41.24870036777229],[-73.31459810849366,41.24876636775332],[-73.31491710859774,41.24878136774582],[-73.31522110869665,41.248790367737634],[-73.31537910874411,41.24872636771998],[-73.31600410893283,41.24849036765344],[-73.31660510911023,41.24819236757559],[-73.31720010928849,41.2479433675075],[-73.31765010942011,41.24769936744513],[-73.31767510942746,41.247686367441766],[-73.31786110948276,41.24760136741909],[-73.3181341095667,41.247524367395116],[-73.31855810969543,41.24737636735235],[-73.31900210983406,41.24728836732064],[-73.31921710990065,41.24723636730345],[-73.31929710992539,41.24721636729692],[-73.31938310995207,41.247196367290215],[-73.31944310997063,41.247181367285314],[-73.31956511000789,41.2471423672737],[-73.3198221100865,41.24706336724987],[-73.32022111020945,41.246955367215726],[-73.32036511025328,41.24690736720164],[-73.32042011027009,41.246890367196514],[-73.32063311033576,41.24683336717843],[-73.3209081104452,41.24718936723896],[-73.32173311077362,41.24825936742097],[-73.32177611079076,41.24831536743049],[-73.32201411088482,41.248612367480725],[-73.32220211096094,41.24887836752653],[-73.32238211103453,41.249145367572794],[-73.32258511112359,41.24955236764565],[-73.32273111120088,41.25007536774301],[-73.3228921112797,41.25054036782857],[-73.32290011128394,41.250569367833954],[-73.32302111134723,41.25098936791203],[-73.32319111142797,41.25143736799396],[-73.32324211146911,41.25186636807607],[-73.32328511151107,41.25235436816997],[-73.32332411156533,41.253079368310274],[-73.32332411159072,41.2535213683966],[-73.32323511157931,41.25382436845869],[-73.32321111158522,41.25406236850594],[-73.32320411159704,41.25430736855401],[-73.32326811163037,41.254527368594886],[-73.32333211166205,41.25471836863008],[-73.32356411176978,41.25528636873341],[-73.32381911188426,41.25584236883363],[-73.32404111198224,41.256297368915234],[-73.32426211208099,41.25677136900057],[-73.3242651120826,41.256782369002615],[-73.32434811212302,41.25701836904598],[-73.32445911217249,41.25725436908843],[-73.3250921124654,41.25878636936685],[-73.32518411250855,41.25901936940934],[-73.32524111254155,41.25927236945687],[-73.32544611263359,41.25971936953745],[-73.32563811272223,41.26018036962117],[-73.32572611276576,41.26044236966944],[-73.32573811277322,41.260504369681165],[-73.32582211282377,41.26091136975788],[-73.3258191128397,41.26120536981538],[-73.3258831128633,41.26125536982304],[-73.32596311290315,41.26149836986787],[-73.32606611294425,41.26163336989085],[-73.3262921130329,41.26190336993618],[-73.32667711318464,41.26237537001574],[-73.32709411335695,41.26302537012899],[-73.3274991135264,41.263692370245955],[-73.32780911365057,41.26410737031685],[-73.32800911373404,41.26443337037392],[-73.32851011393875,41.265173370502],[-73.32859311397263,41.2652953705231],[-73.3291461141934,41.26602237064692],[-73.32958911437377,41.26666537075794],[-73.3296881144112,41.26675937077306],[-73.3297731144439,41.26684937078784],[-73.33014311457957,41.26712637082981],[-73.33058411473674,41.267377370864374],[-73.33104511490147,41.26764737090198],[-73.33125311497524,41.267759370917034],[-73.33159511509778,41.26796537094605],[-73.33185611519582,41.26820137098356],[-73.33218311531944,41.26851037103319],[-73.3323531153866,41.26872137106881],[-73.33246511543119,41.26886637109345],[-73.33251911545268,41.26893637110535],[-73.3326711155184,41.269223371156386],[-73.33269511552952,41.269281371166926],[-73.33279911557754,41.26953137121232],[-73.33292211564168,41.269954371290865],[-73.33300911569611,41.27041137137721],[-73.33305011572429,41.27067037142643],[-73.33307811574804,41.27092537147528],[-73.3330021157377,41.27117337152618],[-73.33288011571953,41.271544371602594],[-73.33287911573039,41.27173837164049],[-73.33288411574183,41.2719093716737],[-73.33286211574053,41.272010371694144],[-73.33287711577024,41.27244237177796],[-73.33296411581892,41.2727993718448],[-73.33311011588137,41.27306337189155],[-73.33360511607502,41.27364437198874],[-73.33372411611957,41.27374937200535],[-73.3337861161428,41.273804372014034],[-73.33424711631174,41.27414737206588],[-73.33470011648089,41.27453837212737],[-73.33510311663282,41.27491237218716],[-73.33610611700819,41.27579337232627],[-73.33662411719921,41.276199372388525],[-73.33716711739827,41.27660437244978],[-73.33758111754828,41.27688237249046],[-73.33797711769256,41.277162372532146],[-73.33813911775127,41.277271372548114],[-73.33833411782197,41.2774033725675],[-73.33867611794753,41.277661372606644],[-73.33903611808253,41.27798237265748],[-73.33939811821996,41.27833437271431],[-73.3396051182994,41.27855037274969],[-73.33979811837516,41.278781372788444],[-73.34017511852845,41.27932437288206],[-73.34052211867865,41.27998237299909],[-73.3406961187538,41.28030937305721],[-73.34076911878768,41.28048737308955],[-73.3409701188763,41.28089637316276],[-73.34102111889874,41.2809993731812],[-73.34116511896208,41.28129037323327],[-73.34130511902738,41.28163737329639],[-73.3413911190714,41.281918373348404],[-73.34144811910794,41.2822323734078],[-73.34147511913406,41.28253437346585],[-73.34153311917375,41.28289737353479],[-73.34162311922562,41.28329237360891],[-73.34177311930134,41.283764373696094],[-73.34178911930992,41.28382337370708],[-73.34188611936169,41.28417737377298],[-73.34208411945258,41.28464237385721],[-73.34214411947977,41.28477737388159],[-73.34123111920424,41.285124373979215],[-73.33849311837814,41.286169374272816],[-73.33758111810296,41.28651737437059],[-73.33752011808444,41.2865383743767],[-73.33745711806537,41.28656137438325],[-73.3373491180339,41.28662237439869],[-73.33729411801795,41.28665437440672],[-73.33608511765222,41.28709937453316],[-73.3324591165555,41.28843737491299],[-73.33125111619012,41.288883375039575],[-73.331231116184,41.28888937504141],[-73.33118711617068,41.288905375045964],[-73.33117111616578,41.288910375047465],[-73.33115111615972,41.28891737504948],[-73.33108511613972,41.288941375056325],[-73.33044911594685,41.28916737512125],[-73.32834611530926,41.28991737533647],[-73.32764511509671,41.29016737540819],[-73.32732911499937,41.29025337543533],[-73.32638111470756,41.29051537551748],[-73.32606611461061,41.29060237554477],[-73.32568911449697,41.29074837558561],[-73.32471611420385,41.29112837569161],[-73.32455811415579,41.29118237570732],[-73.32417711404004,41.29131437574554],[-73.32310511371426,41.291683375852635],[-73.31989111273772,41.29279437617464],[-73.31882011241234,41.29316537628208],[-73.31835211226986,41.29332237632803],[-73.31833111226354,41.29333037633027],[-73.31695311184463,41.293803376467665],[-73.31648711170304,41.29396437651433],[-73.31516411129797,41.294368376636456],[-73.31119511008295,41.2955843770036],[-73.30987310967825,41.29598937712587],[-73.30885810937012,41.296345377228555],[-73.3058131084458,41.29741537753693],[-73.30479910813804,41.297772377639774],[-73.30488710817252,41.297876377657175],[-73.30500610821852,41.298006377678654],[-73.30506810824251,41.29807437768987],[-73.30515310827596,41.2981773777072],[-73.30522210830267,41.29825337771976],[-73.30545010839225,41.29852737776575],[-73.3056311084611,41.298705377794555],[-73.30566810847516,41.29874137780037],[-73.3057701085133,41.29883037781439],[-73.30587210855064,41.298905377825676],[-73.30656710882165,41.2997043779588],[-73.30663010884624,41.29977737797096],[-73.30747510916669,41.300591378102105],[-73.30792510934785,41.30120737820754],[-73.30824210947293,41.30159737827322],[-73.30846510956292,41.301906378326215],[-73.30864210963138,41.302100378358254],[-73.30888410972499,41.30236537840203],[-73.30934210990036,41.302835378478704],[-73.30937010991143,41.30287037848462],[-73.30966411002866,41.3032533785497],[-73.30989811012347,41.30358437860661],[-73.3099661101498,41.30365937861901],[-73.31021211024525,41.3039333786644],[-73.31055711037358,41.30422237870947],[-73.31088711049533,41.30448137874919],[-73.31112811058846,41.304743378792395],[-73.31139511069937,41.30516837886655],[-73.31199511092738,41.30575437896118],[-73.31202411093804,41.305776378964545],[-73.31239211107315,41.3060533790065],[-73.31264911116834,41.30626137903866],[-73.3127431112089,41.30643737906991],[-73.3128401112509,41.30662137910261],[-73.31297111130743,41.306866379146115],[-73.31320811139886,41.30712137918809],[-73.31335011145366,41.307274379213275],[-73.31421911178874,41.30820737936678],[-73.31436211183993,41.30829237937868],[-73.31480211198128,41.30827237936037],[-73.31497611203719,41.308265379353294],[-73.31523511212376,41.30831237935399],[-73.31547111220738,41.30843737937063],[-73.31565411227787,41.308632379402674],[-73.31572011230834,41.308790379431315],[-73.31572011231059,41.308829379438926],[-73.31569811231596,41.30904637948197],[-73.31561111229942,41.309248379524206],[-73.31551011228613,41.30958537959324],[-73.31549011229062,41.309775379630935],[-73.3155421123208,41.31000737967448],[-73.31570211239115,41.310329379732046],[-73.31582411244672,41.310608379782465],[-73.31599811252151,41.31092837983916],[-73.31637611266315,41.3112623798919],[-73.31665411276141,41.311405379910696],[-73.31702011288532,41.31149937991703],[-73.31729111297798,41.31158437992473],[-73.31766511310926,41.311761379946994],[-73.3179361132071,41.311936379972245],[-73.31793711320746,41.31193737997241],[-73.31810511327241,41.31212038000258],[-73.31824611333292,41.31237838004828],[-73.31832211337264,41.31264038009689],[-73.31839011340993,41.31290538014633],[-73.3184571134364,41.31298838016031],[-73.31852911346196,41.31302738016556],[-73.31875611354249,41.31314938018192],[-73.31907511365374,41.31328738019838],[-73.3189801136296,41.31340238022392],[-73.31876911357621,41.313661380281324],[-73.31873611357182,41.31377038030366],[-73.31869311356613,41.313913380332956],[-73.31877611359825,41.31400438034799],[-73.31885111362656,41.31407438035916],[-73.31895611366818,41.314206380381464],[-73.31900311368753,41.314278380393965],[-73.31903711370148,41.31432938040279],[-73.31912311373573,41.31444038042163],[-73.31923811378223,41.31460138044925],[-73.31933011381999,41.31473938047314],[-73.31969411396585,41.31522538055599],[-73.31975011398792,41.315293380567404],[-73.3198221140146,41.31535238057656],[-73.3199041140433,41.31538938058109],[-73.31993911405554,41.31540538058305],[-73.32006911409916,41.31543138058386],[-73.32018811413826,41.31544138058192],[-73.32028111416727,41.31542238057516],[-73.32033311418301,41.31540338056975],[-73.3203731141955,41.3153953805669],[-73.3213311145853,41.31677638080478],[-73.32420511575489,41.320921381518716],[-73.3251631161448,41.32230338175674],[-73.32399311580144,41.32291938191517],[-73.32314211555166,41.323366382030194],[-73.31708211377341,41.32655938285119],[-73.315063113181,41.32762438312493],[-73.31322211263871,41.32855938336751],[-73.30770211101294,41.33136738409566],[-73.3059901105087,41.3322383843215],[-73.30586211047098,41.33230338433837],[-73.30424010990424,41.331584384251336],[-73.29937610820465,41.32942738399018],[-73.29856810792234,41.329069383946845],[-73.29775510763828,41.328709383903266],[-73.2961161070698,41.32805538382945],[-73.2911991053644,41.3260943836081],[-73.28956010479597,41.325441383534425],[-73.28840310439315,41.324953383477144],[-73.28493310318522,41.323492383305826],[-73.28377710278279,41.32300538324869],[-73.28170110206193,41.32216238315224],[-73.27962810134214,41.32132138305605],[-73.27910910116198,41.321111383032076],[-73.27707010045397,41.3202833829373],[-73.27547509990016,41.3196363828633],[-73.2734000991797,41.31879438276694],[-73.27336409916757,41.31878638276656],[-73.27325609913129,41.318763382765596],[-73.27322109911954,41.318756382765386],[-73.27319409910976,41.31873838276276],[-73.2730340990529,41.31865038275083],[-73.27293209901197,41.318513382727446],[-73.27266309891374,41.3183203826986],[-73.27258309888157,41.31821138267997],[-73.27256909887008,41.318090382656834],[-73.27245909882214,41.317876382618685],[-73.27246009881486,41.31774438259293],[-73.27263409886082,41.31756338255194],[-73.27264909886125,41.31748638253644],[-73.272634098845,41.317288382498305],[-73.27269309886094,41.31723338248566],[-73.27281309889567,41.317161382467674],[-73.27283109890092,41.31715138246516],[-73.27297009893208,41.31691038241361],[-73.27301309893777,41.31676738238433],[-73.2729700989207,41.31671238237499],[-73.27270809883176,41.3166413823697],[-73.27260609879396,41.31655838235686],[-73.27265709880604,41.31648138234017],[-73.27286809886873,41.31638338231418],[-73.27309409893307,41.31622938227675],[-73.27310909893573,41.31619138226884],[-73.27309409892834,41.316147382260766],[-73.27297809888445,41.31603738224311],[-73.27285409884331,41.316020382243835],[-73.27276609881199,41.31597138223715],[-73.27272309879112,41.31585038221497],[-73.27271609878251,41.31574038219375],[-73.27278109879794,41.3156423821725],[-73.27285409880766,41.31540038212292],[-73.27274509876415,41.31525738209861],[-73.27270909874396,41.31510938207091],[-73.2726210987126,41.31505938206404],[-73.27244709865658,41.3150653820709],[-73.27238809863523,41.31502638206522],[-73.27233809860672,41.31481238202511],[-73.27242509862513,41.31464238198912],[-73.27243209862172,41.314543381969585],[-73.27225809855909,41.31443438195401],[-73.27224309855325,41.314417381951195],[-73.27225109855367,41.314379381943525],[-73.27231609857056,41.31430738192735],[-73.27238909858697,41.31418138190039],[-73.27238209858089,41.31411538188776],[-73.27225809853098,41.313945381858645],[-73.27214909848809,41.31381338183646],[-73.27201809843967,41.31370938182047],[-73.27178509836135,41.31365938181833],[-73.27171209833423,41.313599381809006],[-73.27162509829407,41.313390381771086],[-73.27175609832861,41.313253381740076],[-73.27177809832975,41.31314938171909],[-73.27172009830716,41.31308338170811],[-73.27170509829881,41.313022381696705],[-73.27182209832475,41.312814381652316],[-73.27183709832607,41.31275338163993],[-73.2718220983175,41.31268838162775],[-73.2717930983005,41.312556381602946],[-73.27158209821827,41.31231438156264],[-73.27156009819694,41.312067381515185],[-73.27159709819001,41.311738381449814],[-73.27159009818423,41.31167738143814],[-73.27151009815424,41.311606381426905],[-73.27129109808487,41.31163338143934],[-73.2712260980667,41.3116833814512],[-73.2711750980502,41.31168338145289],[-73.27112409803176,41.31165038144812],[-73.2709640979692,41.31146338141686],[-73.27092009794298,41.311255381377734],[-73.2709270979443,41.31123838137418],[-73.27094209794694,41.31120038136629],[-73.27105109797432,41.31106238133581],[-73.27106609797383,41.31096938131717],[-73.27103009796,41.31093138131094],[-73.27095709793474,41.310903381307874],[-73.27092009791706,41.31080438128976],[-73.2709790979302,41.31070038126756],[-73.2709720979178,41.31052438123346],[-73.27100809792096,41.31037638120341],[-73.27092809789062,41.310299381191],[-73.27084109785835,41.31022838118001],[-73.27072409780627,41.30998138113566],[-73.27072409780213,41.30990938112161],[-73.27081909782535,41.30977838109295],[-73.27095009786464,41.309723381077944],[-73.27101609787525,41.3095363810393],[-73.2712930979476,41.30923438097135],[-73.27129309794007,41.3091033809458],[-73.27121209790849,41.3090103809303],[-73.27116909789171,41.30896038092197],[-73.27099509782748,41.30882338090092],[-73.27089309778145,41.30859738086018],[-73.27080609772236,41.308059380758074],[-73.27070409768018,41.3079003807304],[-73.27077009768608,41.30763138067578],[-73.27076209767498,41.30748338064715],[-73.27063909762124,41.307241380603976],[-73.27071209763955,41.30714838058345],[-73.27071909763359,41.307005380555324],[-73.27104709772625,41.30676938049857],[-73.27112709774491,41.306643380471385],[-73.27136709781195,41.30645738042725],[-73.27138209781425,41.306413380418185],[-73.2713530978011,41.306347380406265],[-73.27118609773913,41.30621038038498],[-73.27112009771614,41.30618238038169],[-73.27110509770847,41.30613338037262],[-73.27134609776881,41.30582538030467],[-73.27154309781153,41.305458380226625],[-73.27160109780792,41.30506838014865],[-73.27184209784238,41.304310379992906],[-73.27202409787958,41.30393237991323],[-73.27219909792647,41.30376237987435],[-73.27249809801222,41.30356937982691],[-73.27279609808794,41.303207379746574],[-73.27295709813407,41.303103379721016],[-73.27309509817091,41.30296637968978],[-73.27343709827534,41.30285637965714],[-73.2738450984029,41.302777379628395],[-73.2738960984189,41.30276837962498],[-73.27401309845243,41.302692379606334],[-73.27423109851073,41.30247837955746],[-73.27428909852348,41.30237337953508],[-73.27451509858786,41.30222037949784],[-73.27509809876463,41.30201137943802],[-73.27546209887716,41.30191837940799],[-73.2757750989703,41.30177537936986],[-73.27611009907314,41.301677379339786],[-73.27617509909007,41.30160537932362],[-73.27615309908,41.30155437931438],[-73.27599309900715,41.30118837924821],[-73.27595709898004,41.30091937919691],[-73.2760300989892,41.30066737914536],[-73.27622009903273,41.30035437907809],[-73.27640209908061,41.300162379034674],[-73.27676909918246,41.29986637896494],[-73.27802609953146,41.29885637872681],[-73.27807709954384,41.2987843787111],[-73.27815009955772,41.29861437867554],[-73.27817209955316,41.298411378635215],[-73.27809209951243,41.29815337858749],[-73.27801909948123,41.29802137856413],[-73.27791009943833,41.29788937854193],[-73.27770609936157,41.29770337851232],[-73.27740809924583,41.297368378456696],[-73.27720409916019,41.297027378396834],[-73.27712409912958,41.29694537838345],[-73.27668809897166,41.296654378340904],[-73.27652009890812,41.296495378315385],[-73.27633109883303,41.29625337827434],[-73.2760550987162,41.29577537819009],[-73.2757280985917,41.295451378137564],[-73.27566309856523,41.29535737812136],[-73.27554609851767,41.2951883780922],[-73.27541509846893,41.29507837807501],[-73.27534909844564,41.29504537807073],[-73.27499309830706,41.29463937800315],[-73.27488409826417,41.294507377980956],[-73.2746440981729,41.29427137794275],[-73.27455609813808,41.29416137792417],[-73.27441109807822,41.293936377885],[-73.27437209805858,41.29381437786247],[-73.27434609804546,41.29373237784732],[-73.2743380980262,41.29344237779099],[-73.27442409803423,41.29309737772085],[-73.27443309803517,41.29306337771393],[-73.27445509803943,41.29301337770346],[-73.27457909806856,41.292821377661944],[-73.27464509808081,41.292662377628766],[-73.27483409812781,41.29241537757437],[-73.2750670981894,41.292174377519736],[-73.27522009821908,41.29182837744723],[-73.27524909821744,41.2916363774088],[-73.2752420982073,41.29149937738231],[-73.27514809815888,41.291186377324294],[-73.275149098158,41.29116537732017],[-73.2751770981506,41.29087837726325],[-73.27514109812508,41.29063737721739],[-73.27506109808873,41.29045537718451],[-73.27499609802587,41.28972737704455],[-73.27493209796334,41.28899937690457],[-73.27487109790331,41.28829837676977],[-73.27475309778589,41.2869183765043],[-73.27457409760844,41.284837376104015],[-73.2745490975833,41.28454037604687],[-73.27452309755776,41.28424237598956],[-73.27449309752848,41.283901375923975],[-73.27434409747003,41.283723375894105],[-73.27383509727024,41.28311437579186],[-73.27332509707011,41.28250437568946],[-73.27315809700457,41.282304375655876],[-73.27254709676481,41.28157437553336],[-73.27177009645987,41.280644375377214],[-73.27163909640518,41.28043037533972],[-73.2716620964027,41.2802573753052],[-73.27166809640258,41.28022137529797],[-73.27163909639037,41.280172375289354],[-73.27134809628225,41.27993037525161],[-73.27128309625743,41.279864375240855],[-73.27114509619352,41.27952937517997],[-73.27118109619543,41.279359375145624],[-73.27116709618709,41.279293375133186],[-73.27110109616385,41.279260375128906],[-73.27106909615382,41.27926637513112],[-73.2707670960595,41.279326375152685],[-73.27069409603396,41.27929337514864],[-73.27067909602721,41.279260375142684],[-73.26731209469592,41.275057374432144],[-73.26496009378106,41.27238337398687],[-73.26477209370795,41.27216937395123],[-73.26420909348701,41.271495373838015],[-73.2617280925137,41.26852937333987],[-73.25895009143377,41.26537937281541],[-73.25600609028005,41.26187837222775],[-73.25571509016739,41.26155637217434],[-73.2548450898305,41.26059237201446],[-73.25455608971856,41.26027137196118],[-73.2543870896509,41.260045371922565],[-73.25388008944797,41.25936837180688],[-73.25371108938039,41.259143371768445],[-73.25267708898,41.25799737157832],[-73.24957508777891,41.25455937100794],[-73.24854108737856,41.25341337081778],[-73.24843408733888,41.25332537080408],[-73.24835008730304,41.25317437077732],[-73.2478970871098,41.25236037063307],[-73.24774708704572,41.25208937058502],[-73.2476490870073,41.251972370565355],[-73.24735708689269,41.2516213705063],[-73.2472600868546,41.251504370486614],[-73.24716008681528,41.251383370466236],[-73.24686008669757,41.251023370405676],[-73.2468550866956,41.25101737040468],[-73.24676008665838,41.25090437038568],[-73.24665508661901,41.25081037037074],[-73.24634208650174,41.25053137032645],[-73.24623808646272,41.25043837031167]]]},"properties":{"name":1052,"geoid":"09001105200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.25565208789465,41.22219836448592],[-73.25558208788405,41.22240936452943],[-73.25527708780415,41.2227383646037],[-73.25488308770991,41.223320364730306],[-73.25486908770817,41.22336936474036],[-73.25478108768878,41.223528364774296],[-73.25462108765839,41.223902364852634],[-73.25451208763373,41.22408836489254],[-73.25450408764058,41.224253364925055],[-73.25441908762251,41.22441836496008],[-73.25438708761563,41.22447936497304],[-73.25426208758914,41.22472336502481],[-73.2540520875355,41.22497436508073],[-73.25383508749294,41.22545836518242],[-73.25364208744712,41.2257493652456],[-73.25354908742244,41.2258443652672],[-73.25345608739774,41.225938365288584],[-73.25318708732101,41.22611936533274],[-73.25256108715008,41.22667336546143],[-73.25225508707264,41.227051365545286],[-73.25194208700839,41.22769936568216],[-73.25198508703704,41.227957365731186],[-73.2520140870709,41.2283853658139],[-73.25195508706754,41.228660365869594],[-73.25178808703262,41.22899536594049],[-73.25156908697615,41.229247365996905],[-73.25124908689924,41.22971336609842],[-73.25122008689648,41.22982936612204],[-73.2513360869478,41.23007036616536],[-73.25135008695896,41.23018636618758],[-73.25139408697945,41.230295366207436],[-73.25137208698239,41.23047136624258],[-73.25131408696612,41.230515366253066],[-73.2511680869195,41.23052636625996],[-73.25101508687152,41.23055336627023],[-73.25064208676162,41.230742366319326],[-73.25032408666793,41.23090436636136],[-73.25016408662525,41.23106336639765],[-73.25014208662127,41.2311183664091],[-73.25007708660463,41.23119536642628],[-73.2500010865874,41.23132436645397],[-73.24997208658083,41.23137336646449],[-73.24990508656914,41.231548366500874],[-73.24988408656348,41.231568366505456],[-73.24965308650141,41.23179036655638],[-73.24955808647695,41.23190036658099],[-73.2492750863901,41.231983366606435],[-73.24900608630429,41.2320053666195],[-73.24874408621724,41.231966366620405],[-73.24861308617555,41.23197836662702],[-73.24855708615782,41.23198536663022],[-73.24839908609695,41.231815366602135],[-73.24831308606376,41.23172136658657],[-73.24828508605263,41.23168536658044],[-73.24813108599285,41.231511366551445],[-73.24793708591774,41.23129636651576],[-73.24778308585813,41.231125366487355],[-73.24754008576214,41.230822366436044],[-73.24724408564852,41.230510366384706],[-73.24678208546713,41.22995336629089],[-73.24641008532369,41.22955036622423],[-73.246265085266,41.22936236619221],[-73.24624908525968,41.22934236618882],[-73.24615508522062,41.22919136616236],[-73.24593608512934,41.228834366099704],[-73.24578308506678,41.22860636606013],[-73.24572308504165,41.22850636604253],[-73.24545808493106,41.228072365966334],[-73.24539008490324,41.227970365948615],[-73.24535508488893,41.22791836593959],[-73.24534908488647,41.22790936593802],[-73.24528408486012,41.22781636592196],[-73.24521608482783,41.22763636588898],[-73.24513108479242,41.227498365864776],[-73.24509608477743,41.227434365853405],[-73.24500808473975,41.227273365824814],[-73.24486508468672,41.2271553658064],[-73.24477808465444,41.22708336579515],[-73.24476108464803,41.227067365792585],[-73.24468908462084,41.22699936578163],[-73.24462208459659,41.22695436577502],[-73.24451808455795,41.22686736576141],[-73.24443208452674,41.22680836575268],[-73.24437608450644,41.22677036574707],[-73.24427308447001,41.226716365739875],[-73.24425208446185,41.226692365735865],[-73.24418908443751,41.226623365724414],[-73.24416908442974,41.22660036572057],[-73.24397908435618,41.22638936568551],[-73.24383408430005,41.22622836565877],[-73.24372108425723,41.226119365641146],[-73.24341908414297,41.22583036559448],[-73.24338008412805,41.225790365587926],[-73.24327708408866,41.22568436557057],[-73.24317408405037,41.225597365556915],[-73.24302308399092,41.22541236552566],[-73.24277808389441,41.2251113654748],[-73.242578083815,41.22485436543108],[-73.24243208375705,41.22466736539928],[-73.24207108361868,41.22429036533733],[-73.24190608355522,41.224114365308296],[-73.24148408339286,41.223663365233875],[-73.24056808302875,41.22247936503223],[-73.24046108298647,41.2223453650095],[-73.24032808293387,41.22217836498118],[-73.24024508290141,41.22208036496475],[-73.24010408284703,41.22192736493941],[-73.23996708279356,41.221767364912594],[-73.23949608261215,41.221260364828815],[-73.23937708256632,41.22113236480765],[-73.23894208239321,41.22056636471115],[-73.23810708207486,41.2197243645737],[-73.23762008188926,41.219234364493765],[-73.23721208173116,41.21877836441789],[-73.23690908161483,41.21845836436518],[-73.23668408152831,41.21821836432558],[-73.23668008152677,41.21821436432493],[-73.23638408141295,41.21789836427277],[-73.2360280812732,41.21746936420048],[-73.2358090811864,41.21719036415307],[-73.23558208109723,41.21691536410669],[-73.23506208088777,41.21619436398263],[-73.23455308068682,41.215560363875205],[-73.2340810805005,41.214972363775594],[-73.2338590804129,41.21469636372884],[-73.23317308014693,41.213926363600606],[-73.23290108003641,41.2135323635324],[-73.23287108002417,41.21348836352477],[-73.23222607977486,41.21277736340674],[-73.23192407966032,41.21248336335905],[-73.23189207964815,41.21245136335384],[-73.23172907958448,41.212260363321775],[-73.23158507953163,41.212150363304964],[-73.23143107947003,41.2119443632697],[-73.23124707940167,41.21179036324556],[-73.23075007920968,41.21124436315497],[-73.2307480792089,41.21124236315463],[-73.23007407895098,41.210545363040254],[-73.22979307884007,41.21019536298095],[-73.22953507873906,41.209888362929284],[-73.22933007865787,41.20962836288511],[-73.22928307863862,41.20955736287276],[-73.22912007857423,41.209353362838165],[-73.22894107850522,41.209159362806055],[-73.22883407846254,41.20901836278194],[-73.22871907841906,41.20890836276417],[-73.22831507826194,41.20844636268697],[-73.2275010779454,41.207515362531346],[-73.22742707791666,41.207431362517326],[-73.22720707783107,41.20717936247519],[-73.22713407780266,41.20709536246115],[-73.22710507779001,41.20703836245094],[-73.22704407776628,41.20696836243923],[-73.22673407764594,41.20661736238067],[-73.226631077606,41.206501362361315],[-73.22653307756771,41.206386362342016],[-73.22638507750978,41.2062103623124],[-73.22623907745306,41.20604436228468],[-73.22614007741457,41.2059313622658],[-73.22564407721937,41.20532336216301],[-73.22665007750965,41.20470436200922],[-73.22679607755131,41.204606361985284],[-73.22737607771855,41.20424736189619],[-73.22752307776223,41.20417936187812],[-73.22759807778155,41.20409236185865],[-73.22789807787335,41.2039993618307],[-73.22811207793592,41.20388236180085],[-73.22825707797783,41.203794361778925],[-73.22910907822447,41.20328436165144],[-73.22937707830286,41.20313836161418],[-73.22946707832921,41.20308936160165],[-73.22973907840878,41.20294136156386],[-73.22983007843551,41.2028933615515],[-73.23001707848906,41.202771361521556],[-73.23004307849656,41.20275536151758],[-73.23051907863002,41.20239436143148],[-73.23055407863986,41.20236836142526],[-73.23073607869138,41.202239361394106],[-73.2309380787469,41.20206636135369],[-73.2309860787601,41.202025361344106],[-73.23121607882769,41.201905361313145],[-73.2314860789057,41.20174136127228],[-73.23160307893741,41.20163336124735],[-73.231605078938,41.201632361247086],[-73.23171307896081,41.201419361201914],[-73.23171807896101,41.201394361196854],[-73.23176407896243,41.20115836114918],[-73.23176907896274,41.20113536114453],[-73.2318460789755,41.20092236110036],[-73.23192107898348,41.20063636104197],[-73.23198307899428,41.20047436100826],[-73.23203907900427,41.200331360978474],[-73.23210307902171,41.200274360965246],[-73.23280407922067,41.19978536084676],[-73.2335730794429,41.19931836073037],[-73.23404107957684,41.1990113606551],[-73.2344150796847,41.198780360597745],[-73.23475307979031,41.198714360573845],[-73.23505707988703,41.19868536055828],[-73.23510707989996,41.1986283605455],[-73.23515807992615,41.19879836057709],[-73.2356460800644,41.19845336049372],[-73.23595008015337,41.19828836045155],[-73.2363290802568,41.19795136037329],[-73.23661108033538,41.197729360320686],[-73.23691808045898,41.19815436039384],[-73.23720508057123,41.19849436045101],[-73.23783508082428,41.19935636059915],[-73.23792808086013,41.19945736061588],[-73.23803208090321,41.19962236064476],[-73.23822108097886,41.199876360688286],[-73.23841508105474,41.20010636072698],[-73.23855808110845,41.20023636074776],[-73.23869208115877,41.20035836076726],[-73.2386930811591,41.20035836076723],[-73.23916408132754,41.200639360806875],[-73.23932208138403,41.20073336082011],[-73.23941408141478,41.20075036082044],[-73.23948108143875,41.200790360826076],[-73.23955308146405,41.20082536083059],[-73.23961308148596,41.20086936083725],[-73.23978008154697,41.20099136085568],[-73.24027608173343,41.201446360928536],[-73.24034408175973,41.20152136094099],[-73.24056308184451,41.2017653609816],[-73.24067708188974,41.201911361006445],[-73.2407720819275,41.2020343610274],[-73.2410090820228,41.20236036108347],[-73.24111908206702,41.20251136110944],[-73.2412890821311,41.202670361134984],[-73.24154208222662,41.202909361173504],[-73.24173708230644,41.20320236122446],[-73.24186708235962,41.20339736125839],[-73.24196308239787,41.20352336127989],[-73.24211408245812,41.203722361313915],[-73.24213308246574,41.203748361318375],[-73.24224508251102,41.203906361345624],[-73.24233808254851,41.20403636136804],[-73.24250208261265,41.20423036140065],[-73.24252508262165,41.204257361405176],[-73.24298408280254,41.204824361501146],[-73.24314508286595,41.20502236153462],[-73.2432610829113,41.205159361557634],[-73.2433370829407,41.2052433615716],[-73.24374208309744,41.20569336164643],[-73.24389408315965,41.20592136168607],[-73.243912083167,41.20594836169076],[-73.24403008321856,41.20618236173269],[-73.2442220832977,41.206480361784735],[-73.2443130833352,41.206621361809326],[-73.24441608338441,41.20689936186035],[-73.24455808345023,41.2072473619238],[-73.24461208348025,41.20746736196506],[-73.24469808352781,41.207812362029735],[-73.24471508353723,41.20788136204268],[-73.24476608356565,41.2080903620819],[-73.2447840835755,41.208160362095],[-73.24480508359547,41.208391362139494],[-73.244800083597,41.20844636215042],[-73.24478908360291,41.20861236218324],[-73.24476708361036,41.20886736223383],[-73.24470508361523,41.2093043623213],[-73.24468408361705,41.20945536235151],[-73.24468108362385,41.2095913623782],[-73.24481008367611,41.20977536240999],[-73.2449730837421,41.21000736245006],[-73.24522208384005,41.21031136250141],[-73.24536608389663,41.210486362530936],[-73.24550608393771,41.210412362511896],[-73.24592908406204,41.2101923624551],[-73.24607008410355,41.210120362436435],[-73.24647908422388,41.20990936238185],[-73.24706808439731,41.20960836230382],[-73.24771508458859,41.20929136222075],[-73.24812908471102,41.20908936216775],[-73.24833908479091,41.209298362201785],[-73.24838908481047,41.209357362211705],[-73.24851308485887,41.20950236223604],[-73.24860608489817,41.20966336226448],[-73.24895408504854,41.21032436238241],[-73.24898808506325,41.21038936239401],[-73.249105085117,41.21066736244457],[-73.2492990851892,41.21083236247052],[-73.24936408521536,41.210922362486],[-73.24944308524614,41.21101336250123],[-73.24979208538284,41.21142936257121],[-73.2500390854834,41.21179036263376],[-73.2501930855463,41.21201936267353],[-73.25035008560752,41.21220136270401],[-73.25075308576643,41.21270036278845],[-73.25038708565788,41.2128733628342],[-73.25018208559804,41.212987362863174],[-73.24980308548442,41.213145362906424],[-73.24971508545958,41.213209362921795],[-73.24974308547414,41.21330536293965],[-73.24978608549445,41.21341736296016],[-73.2498880855358,41.21356336298539],[-73.24998408557744,41.21374836301844],[-73.25007708561553,41.213888363042784],[-73.25016308565387,41.21407236307597],[-73.2502010856728,41.214188363097406],[-73.25030808571712,41.21435836312716],[-73.25044408577216,41.214551363160474],[-73.25064908585658,41.214867363215575],[-73.25070508588456,41.215040363247596],[-73.25069608588909,41.21517036327331],[-73.25059708586288,41.21527236329647],[-73.25053008584399,41.215321363308234],[-73.2500590857027,41.2155163633617],[-73.24973708560391,41.21561136339077],[-73.25006208573058,41.215987363453706],[-73.25035308584496,41.216341363513436],[-73.25065508596003,41.21664436356286],[-73.25080908602003,41.216822363592634],[-73.25085908603958,41.216881363602546],[-73.25097508608839,41.21707836363727],[-73.251082086131,41.217218363661175],[-73.25133108622909,41.2175243637129],[-73.25141308626048,41.21760936372683],[-73.25150008629527,41.21772536374668],[-73.25158208632666,41.217810363760634],[-73.25165108635721,41.21795436378654],[-73.25175008639532,41.21806036380404],[-73.25177908640649,41.21809136380915],[-73.25204108650577,41.21834536385028],[-73.25205608651154,41.21836136385292],[-73.25250608668513,41.21885036393385],[-73.2525930867187,41.2189453639496],[-73.25266508674648,41.2190233639625],[-73.25286808682354,41.2192223639948],[-73.25296208685916,41.21931336400954],[-73.25331908699458,41.21966136406594],[-73.25342708703634,41.219780364085686],[-73.25350408706593,41.21986236409922],[-73.253561087088,41.219925364109656],[-73.25360508710482,41.21997036411703],[-73.2536650871279,41.2200343641276],[-73.2541080872992,41.220523364208766],[-73.25444108742589,41.22085436426263],[-73.25469208752067,41.221091364300776],[-73.2549450876181,41.2213633643457],[-73.2550830876717,41.2215193643717],[-73.25516908770517,41.22161836438826],[-73.2552040877188,41.22165836439494],[-73.2553090877598,41.22178136441556],[-73.25534508777379,41.22182236442241],[-73.25540408779679,41.22189036443377],[-73.25540808779834,41.22189536443463],[-73.25553708784948,41.22205936446249],[-73.25559108787057,41.22212236447305],[-73.25561908788151,41.22215536447858],[-73.25565208789465,41.22219836448592]]]},"properties":{"name":601,"geoid":"09001060100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.23661108033538,41.197729360320686],[-73.23660208033145,41.19771136031745],[-73.23685408040255,41.19752836027346],[-73.23735208054015,41.197115360176454],[-73.2379060806953,41.19669236007568],[-73.23803708072958,41.19655036004363],[-73.2381710807652,41.19641436001266],[-73.23844908084038,41.19615535995294],[-73.23882108094399,41.195861359883324],[-73.23898908099127,41.1957373598536],[-73.23919908104779,41.19553635980744],[-73.23940908110603,41.19536635976734],[-73.23954508114207,41.19522635973553],[-73.23967808118019,41.19514035971437],[-73.24002308127581,41.194859359648184],[-73.24023208133619,41.19473235961653],[-73.24030608135716,41.19468035960394],[-73.24045608139977,41.19457635957871],[-73.2405370814241,41.19454335956962],[-73.24062208144977,41.1945113595606],[-73.2408030815018,41.194396359532206],[-73.24108808158381,41.19421735948792],[-73.24136008166361,41.19407335945088],[-73.24155108171972,41.19397335942511],[-73.24161908173927,41.193930359414495],[-73.24171508176697,41.19387135939982],[-73.24182108179714,41.19379935938228],[-73.24188808181627,41.1937543593713],[-73.24214008188834,41.193588359330626],[-73.24248608198748,41.19336335927533],[-73.24291008211041,41.193113359212624],[-73.24317008218581,41.19296035917423],[-73.24331008222569,41.19286535915108],[-73.2434010822518,41.19280635913658],[-73.24351408228429,41.192735359119],[-73.24362108231469,41.19266135910106],[-73.24372408234254,41.19256535907892],[-73.24381508236475,41.19243835905112],[-73.24387708237803,41.19231935902581],[-73.24393008238775,41.192189358998654],[-73.24395308239205,41.19213435898714],[-73.24400608239712,41.19192235894393],[-73.24406808240988,41.19179435891687],[-73.24410408241857,41.19174235890553],[-73.24417808243668,41.191640358883156],[-73.24431708247215,41.191473358845954],[-73.24449108252074,41.19133835881388],[-73.24453708253404,41.191310358806916],[-73.24471408258532,41.1912053587806],[-73.24503208267794,41.19102535873503],[-73.24516008271532,41.19095435871697],[-73.24555708282934,41.19070135865454],[-73.2458730829183,41.190468358598686],[-73.24594908294065,41.190429358588574],[-73.24627508303674,41.19026435854568],[-73.24634808305831,41.19022835853626],[-73.2465020831039,41.19015435851677],[-73.24657708312743,41.190141358511795],[-73.24665808315291,41.190128358506605],[-73.24688608322103,41.19002935847982],[-73.24705808327252,41.18995635845993],[-73.247324083351,41.18982335842525],[-73.24753808341174,41.18967435838913],[-73.2475750834223,41.18964935838303],[-73.24775508347506,41.1895533583584],[-73.24799208354126,41.18936935831468],[-73.24849108368075,41.1889843582231],[-73.2487130837438,41.18883035818575],[-73.24896008381404,41.18866035814444],[-73.24916008387028,41.18851235810897],[-73.24922508388865,41.188465358097666],[-73.24938708393508,41.18836035807183],[-73.24953208397605,41.18825635804678],[-73.2497670840417,41.18807435800351],[-73.24998008410321,41.187944357971155],[-73.25053108425685,41.18751235786868],[-73.2510170843938,41.18715635778321],[-73.25121508444599,41.18694835773606],[-73.25136808448826,41.186821357706215],[-73.25146608451438,41.18672335768387],[-73.25158208454671,41.18663235766226],[-73.2515970845449,41.186515357638896],[-73.25176908459821,41.18647435762527],[-73.25285508490715,41.185730357444335],[-73.25304908496004,41.185557357404164],[-73.2532600850181,41.18537835736227],[-73.25338008504941,41.185246357332524],[-73.25358108510207,41.18502935728353],[-73.25387408518014,41.18473635721665],[-73.25413008524694,41.18445535715333],[-73.25440508532176,41.184207357095865],[-73.25467608539411,41.183938357034386],[-73.25479908542603,41.18380035700337],[-73.2548720854444,41.18370835698301],[-73.25492108545677,41.18364735696947],[-73.25498108547055,41.183548356948144],[-73.25499708545517,41.183188356877174],[-73.25496708543648,41.18303035684724],[-73.2551280854954,41.18315035686547],[-73.2551770855137,41.18319335687229],[-73.2552830855533,41.183286356887045],[-73.25542208560518,41.1834073569062],[-73.25555408565553,41.18354135692812],[-73.25572608572425,41.183770356967344],[-73.25588708578847,41.183983357003754],[-73.25606608584235,41.18391235698405],[-73.25627908590653,41.183829356960864],[-73.25658108599585,41.18368235692227],[-73.25659108599858,41.18367335692019],[-73.25674208604052,41.183552356891596],[-73.25700808611045,41.18326935682756],[-73.25701808611282,41.1832543568243],[-73.25715708614695,41.18306435678259],[-73.25734208619015,41.182772356719425],[-73.25754108623805,41.1824833566564],[-73.25775008629442,41.18228635661104],[-73.25793908634549,41.18210935657024],[-73.25805208637664,41.182014356547974],[-73.25822108642285,41.18186635651352],[-73.25824708643002,41.18184435650835],[-73.25839908647578,41.181784356491676],[-73.25853008651599,41.181746356479955],[-73.25871408657517,41.181740356472794],[-73.2588680866251,41.18174235646818],[-73.25892708664425,41.18174335646645],[-73.25902008667252,41.181711356457164],[-73.25907908668972,41.18167835644878],[-73.25925608674136,41.18157935642365],[-73.25930408675539,41.181553356417],[-73.25974408687834,41.18121335633613],[-73.25990608692375,41.18109035630678],[-73.26043608707873,41.180801356232976],[-73.26052708710503,41.180746356219245],[-73.26067308714279,41.180580356182006],[-73.26080008716933,41.180325356127966],[-73.26084208718048,41.18028235611819],[-73.26088108719001,41.180228356106355],[-73.26105908724999,41.180270356108764],[-73.2611350872832,41.180421356135845],[-73.26126208733432,41.18059735616615],[-73.26133108736065,41.18066735617761],[-73.26150608742189,41.18074835618775],[-73.26156508744182,41.180763356188784],[-73.26163308746484,41.18078135619008],[-73.26161808746451,41.18086035620603],[-73.2616170874668,41.180906356215075],[-73.26157908747082,41.18119235627227],[-73.26157908748914,41.181513356335095],[-73.2615230874851,41.18176035638525],[-73.26113108739253,41.182360356515424],[-73.26105808737425,41.1824543565362],[-73.26099908736178,41.182570356560824],[-73.26094108734964,41.1826863565854],[-73.26081308732262,41.182938356638886],[-73.26068608729595,41.18319135669253],[-73.25999308715019,41.184566356984156],[-73.26001608717787,41.18492135705288],[-73.26005508722571,41.185538357172334],[-73.2600950872738,41.18615435729157],[-73.26011108729347,41.186408357340746],[-73.26012808731348,41.186662357389885],[-73.26064008749876,41.187006357440524],[-73.2606200875624,41.18823535768166],[-73.26032808760571,41.19064935816347],[-73.26023908765562,41.19202835843616],[-73.26020608764912,41.19210135845153],[-73.26018208764425,41.19215235846227],[-73.26016008764012,41.19220435847316],[-73.25994108758792,41.19253135854429],[-73.25979208756688,41.193007358642255],[-73.25967208754979,41.19338835872069],[-73.2596030875398,41.193604358765214],[-73.25955208753273,41.193769358799145],[-73.25952508752894,41.193856358817044],[-73.25899708739819,41.19455835897157],[-73.25878308733512,41.19466635899968],[-73.25856808727166,41.19477335902761],[-73.25843308723185,41.19484135904529],[-73.25800708711238,41.19516335912218],[-73.25736908699619,41.19674435945224],[-73.25686908690525,41.19798535971128],[-73.25681808689275,41.198055359726624],[-73.25666708685581,41.19826435977243],[-73.2566170868437,41.19833535978796],[-73.25641808679507,41.19861135984843],[-73.25621408674944,41.19896835992491],[-73.25604208670485,41.19916235996845],[-73.25588008666294,41.19934636000971],[-73.25581408664787,41.19945636003339],[-73.25566108660776,41.199621360070644],[-73.25534108653899,41.20023036020019],[-73.25523908653042,41.20065836028722],[-73.25515808654623,41.20139436043384],[-73.2551650865726,41.201816360516155],[-73.25516908658207,41.201959360543995],[-73.25517908660191,41.20225036060058],[-73.25512108659193,41.2024043606326],[-73.25494608654655,41.20260136067682],[-73.25490308653265,41.20260136067822],[-73.25488108652804,41.20264536068754],[-73.2548150865108,41.20271736070377],[-73.25471508647946,41.20273536071054],[-73.25468508646998,41.202739360712314],[-73.25465508646056,41.20274436071427],[-73.25448108641368,41.2029093607522],[-73.2543790863813,41.20292036075768],[-73.25490908665525,41.20471436109131],[-73.25572208699441,41.206046361325335],[-73.25654408733054,41.207274361538715],[-73.25659908735965,41.20747236157565],[-73.25686808745766,41.20766436160443],[-73.25697008749597,41.207757361619294],[-73.25705708753327,41.20791736164777],[-73.2571000875588,41.20812036168605],[-73.25706408755279,41.20821936170659],[-73.25710008757541,41.20841136174296],[-73.25670708746982,41.20878936182968],[-73.25659808744273,41.2089323618612],[-73.256459087415,41.2092343619248],[-73.25640108742947,41.2098163620405],[-73.25635008742708,41.21006336209046],[-73.25623308740772,41.21038736215763],[-73.25620408741742,41.21072136222389],[-73.25626208744625,41.210897362256425],[-73.25649408752919,41.21103536227586],[-73.25664708758185,41.21109036228162],[-73.25671208760569,41.21113936228907],[-73.25681408764967,41.21133136232331],[-73.25687308767328,41.211410362336835],[-73.25697308771335,41.21154536235997],[-73.25692208770752,41.2117323623982],[-73.2569660877277,41.2118363624171],[-73.25708208777279,41.21196836243914],[-73.25715508781241,41.21224836249151],[-73.25708908780865,41.21255636255388],[-73.25710308782038,41.21268236257807],[-73.25720508785842,41.21277036259196],[-73.25730708789457,41.21282536259939],[-73.25753908798342,41.21306636263895],[-73.25759708800784,41.21316536265642],[-73.2577640880697,41.213302362677766],[-73.25791008812011,41.21335736268379],[-73.25799008815326,41.21348436270599],[-73.25815708821513,41.21362136272735],[-73.25850508834095,41.21385236276116],[-73.2586360883871,41.21391836276981],[-73.25880308845024,41.21407736279546],[-73.25883208846341,41.21414336280741],[-73.25891908850178,41.21432236283959],[-73.25893208850867,41.21436936284835],[-73.25896308852522,41.21448336286963],[-73.25893408852025,41.21456036288562],[-73.25889608850959,41.21458936289253],[-73.25884708849584,41.21462636290138],[-73.25899208854248,41.21462136289566],[-73.25930008865188,41.21479136291886],[-73.25935008866968,41.21481936292272],[-73.25956208874615,41.21495736294279],[-73.25984908884966,41.215143362969805],[-73.25985208885325,41.21518936297872],[-73.25992908887835,41.21519236297678],[-73.26010408894281,41.215329362997856],[-73.2601920889775,41.21543836301632],[-73.26019808897985,41.215445363017494],[-73.26024108900944,41.21571936306966],[-73.26020508901226,41.215972363120294],[-73.26004408899091,41.216510363230725],[-73.25991308895662,41.21665236326277],[-73.25949908883018,41.21678436330207],[-73.25936108878662,41.21680336331028],[-73.25907008869477,41.21684436332778],[-73.25896808866457,41.216893363340674],[-73.25856108854859,41.21716836340772],[-73.25837108849808,41.21736036345144],[-73.2582700884688,41.21742036346645],[-73.25809908842312,41.217589363505084],[-73.25799308839483,41.21769436352906],[-73.25786208836185,41.217859363565594],[-73.25767308830979,41.21801836360284],[-73.25749908826313,41.21818736364154],[-73.25656008802308,41.219304363890544],[-73.25654908802129,41.21933536389695],[-73.2564770880056,41.21946836392531],[-73.2564500880015,41.21954936394202],[-73.25646408802861,41.21994436401878],[-73.25643508803087,41.22014836405962],[-73.25642008803413,41.220290364087866],[-73.25630408801513,41.22061436415499],[-73.25580108790538,41.22154236435281],[-73.2556700878843,41.22191536443],[-73.25565508789511,41.222189364484045],[-73.25565208789465,41.22219836448592],[-73.25561908788151,41.22215536447858],[-73.25559108787057,41.22212236447305],[-73.25553708784948,41.22205936446249],[-73.25540808779834,41.22189536443463],[-73.25540408779679,41.22189036443377],[-73.25534508777379,41.22182236442241],[-73.2553090877598,41.22178136441556],[-73.2552040877188,41.22165836439494],[-73.25516908770517,41.22161836438826],[-73.2550830876717,41.2215193643717],[-73.2549450876181,41.2213633643457],[-73.25469208752067,41.221091364300776],[-73.25444108742589,41.22085436426263],[-73.2541080872992,41.220523364208766],[-73.2536650871279,41.2200343641276],[-73.25360508710482,41.21997036411703],[-73.253561087088,41.219925364109656],[-73.25350408706593,41.21986236409922],[-73.25342708703634,41.219780364085686],[-73.25331908699458,41.21966136406594],[-73.25296208685916,41.21931336400954],[-73.25286808682354,41.2192223639948],[-73.25266508674648,41.2190233639625],[-73.2525930867187,41.2189453639496],[-73.25250608668513,41.21885036393385],[-73.25205608651154,41.21836136385292],[-73.25204108650577,41.21834536385028],[-73.25177908640649,41.21809136380915],[-73.25175008639532,41.21806036380404],[-73.25165108635721,41.21795436378654],[-73.25158208632666,41.217810363760634],[-73.25150008629527,41.21772536374668],[-73.25141308626048,41.21760936372683],[-73.25133108622909,41.2175243637129],[-73.251082086131,41.217218363661175],[-73.25097508608839,41.21707836363727],[-73.25085908603958,41.216881363602546],[-73.25080908602003,41.216822363592634],[-73.25065508596003,41.21664436356286],[-73.25035308584496,41.216341363513436],[-73.25006208573058,41.215987363453706],[-73.24973708560391,41.21561136339077],[-73.2500590857027,41.2155163633617],[-73.25053008584399,41.215321363308234],[-73.25059708586288,41.21527236329647],[-73.25069608588909,41.21517036327331],[-73.25070508588456,41.215040363247596],[-73.25064908585658,41.214867363215575],[-73.25044408577216,41.214551363160474],[-73.25030808571712,41.21435836312716],[-73.2502010856728,41.214188363097406],[-73.25016308565387,41.21407236307597],[-73.25007708561553,41.213888363042784],[-73.24998408557744,41.21374836301844],[-73.2498880855358,41.21356336298539],[-73.24978608549445,41.21341736296016],[-73.24974308547414,41.21330536293965],[-73.24971508545958,41.213209362921795],[-73.24980308548442,41.213145362906424],[-73.25018208559804,41.212987362863174],[-73.25038708565788,41.2128733628342],[-73.25075308576643,41.21270036278845],[-73.25035008560752,41.21220136270401],[-73.2501930855463,41.21201936267353],[-73.2500390854834,41.21179036263376],[-73.24979208538284,41.21142936257121],[-73.24944308524614,41.21101336250123],[-73.24936408521536,41.210922362486],[-73.2492990851892,41.21083236247052],[-73.249105085117,41.21066736244457],[-73.24898808506325,41.21038936239401],[-73.24895408504854,41.21032436238241],[-73.24860608489817,41.20966336226448],[-73.24851308485887,41.20950236223604],[-73.24838908481047,41.209357362211705],[-73.24833908479091,41.209298362201785],[-73.24812908471102,41.20908936216775],[-73.24771508458859,41.20929136222075],[-73.24706808439731,41.20960836230382],[-73.24647908422388,41.20990936238185],[-73.24607008410355,41.210120362436435],[-73.24592908406204,41.2101923624551],[-73.24550608393771,41.210412362511896],[-73.24536608389663,41.210486362530936],[-73.24522208384005,41.21031136250141],[-73.2449730837421,41.21000736245006],[-73.24481008367611,41.20977536240999],[-73.24468108362385,41.2095913623782],[-73.24468408361705,41.20945536235151],[-73.24470508361523,41.2093043623213],[-73.24476708361036,41.20886736223383],[-73.24478908360291,41.20861236218324],[-73.244800083597,41.20844636215042],[-73.24480508359547,41.208391362139494],[-73.2447840835755,41.208160362095],[-73.24476608356565,41.2080903620819],[-73.24471508353723,41.20788136204268],[-73.24469808352781,41.207812362029735],[-73.24461208348025,41.20746736196506],[-73.24455808345023,41.2072473619238],[-73.24441608338441,41.20689936186035],[-73.2443130833352,41.206621361809326],[-73.2442220832977,41.206480361784735],[-73.24403008321856,41.20618236173269],[-73.243912083167,41.20594836169076],[-73.24389408315965,41.20592136168607],[-73.24374208309744,41.20569336164643],[-73.2433370829407,41.2052433615716],[-73.2432610829113,41.205159361557634],[-73.24314508286595,41.20502236153462],[-73.24298408280254,41.204824361501146],[-73.24252508262165,41.204257361405176],[-73.24250208261265,41.20423036140065],[-73.24233808254851,41.20403636136804],[-73.24224508251102,41.203906361345624],[-73.24213308246574,41.203748361318375],[-73.24211408245812,41.203722361313915],[-73.24196308239787,41.20352336127989],[-73.24186708235962,41.20339736125839],[-73.24173708230644,41.20320236122446],[-73.24154208222662,41.202909361173504],[-73.2412890821311,41.202670361134984],[-73.24111908206702,41.20251136110944],[-73.2410090820228,41.20236036108347],[-73.2407720819275,41.2020343610274],[-73.24067708188974,41.201911361006445],[-73.24056308184451,41.2017653609816],[-73.24034408175973,41.20152136094099],[-73.24027608173343,41.201446360928536],[-73.23978008154697,41.20099136085568],[-73.23961308148596,41.20086936083725],[-73.23955308146405,41.20082536083059],[-73.23948108143875,41.200790360826076],[-73.23941408141478,41.20075036082044],[-73.23932208138403,41.20073336082011],[-73.23916408132754,41.200639360806875],[-73.2386930811591,41.20035836076723],[-73.23869208115877,41.20035836076726],[-73.23855808110845,41.20023636074776],[-73.23841508105474,41.20010636072698],[-73.23822108097886,41.199876360688286],[-73.23803208090321,41.19962236064476],[-73.23792808086013,41.19945736061588],[-73.23783508082428,41.19935636059915],[-73.23720508057123,41.19849436045101],[-73.23691808045898,41.19815436039384],[-73.23661108033538,41.197729360320686]]]},"properties":{"name":602,"geoid":"09001060200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.3018641023075,41.21273736112894],[-73.30175710227627,41.21279636114396],[-73.30173810227056,41.21280436114615],[-73.30161310223504,41.212890361167055],[-73.30103610206274,41.21314136123495],[-73.300300101852,41.213620361352625],[-73.29982510170873,41.21380236140373],[-73.2997061016763,41.213908361428324],[-73.29880410143083,41.214718361616114],[-73.2978281011625,41.21554736181006],[-73.29761710110286,41.21569836184646],[-73.2975401010811,41.21575336185974],[-73.2971281009609,41.21598236191794],[-73.29706410094225,41.21601836192707],[-73.29693010090479,41.216121361951565],[-73.29657310080503,41.216396362016994],[-73.2962201007086,41.216707362089316],[-73.29584110060755,41.217084362175406],[-73.29583310060546,41.217093362177415],[-73.29565910055994,41.217281362219836],[-73.29543610049912,41.21747936226583],[-73.29531610046655,41.21758836229105],[-73.29495910036995,41.21791936236742],[-73.29484110033815,41.21803036239296],[-73.29402710009833,41.21844236250006],[-73.29397410008278,41.21847036250727],[-73.29310709982748,41.218911362621775],[-73.29255109966377,41.21919436269525],[-73.29199409949973,41.21947736276876],[-73.29158809938016,41.21968336282227],[-73.29138509932042,41.21978736284922],[-73.29077509914079,41.220097362929735],[-73.29015409897842,41.22077136308176],[-73.289601098834,41.22137436321767],[-73.28940109878354,41.22162336327287],[-73.28914309872191,41.222005363355954],[-73.28892509867157,41.22235836343208],[-73.28861309860875,41.22302436357245],[-73.2883720985603,41.22354036368117],[-73.28815709850637,41.22381336374154],[-73.28804009847657,41.22395436377291],[-73.28764409835874,41.22413436382103],[-73.28746909830645,41.2242103638416],[-73.28730009825605,41.22428536386177],[-73.28678709809674,41.22440236390137],[-73.28633609795722,41.22451436393799],[-73.28543309768354,41.22483836403079],[-73.2851560975994,41.22493436405859],[-73.2846060974324,41.22512636411406],[-73.28444009738314,41.22520436413474],[-73.28440609737363,41.22523036414091],[-73.28430509734537,41.22530736415926],[-73.28415609730763,41.22549036419991],[-73.28401709727643,41.22573136425153],[-73.28394809726738,41.22596336429914],[-73.28392509726837,41.22611036432862],[-73.28389509726449,41.226212364349536],[-73.28388309726317,41.226257364358716],[-73.28383209726242,41.22653236441413],[-73.28381309726834,41.226743364456006],[-73.28377609726152,41.22683336447481],[-73.28366409723107,41.226934364498184],[-73.28352809719662,41.22710136453526],[-73.28340709716484,41.22723036456442],[-73.28331909714306,41.227347364590166],[-73.28321509711668,41.22747436461838],[-73.28290509704746,41.22801736473463],[-73.28261609699314,41.22870236487794],[-73.28235209693106,41.229110364966296],[-73.28229309691439,41.22915236497642],[-73.28203209684102,41.22934636502287],[-73.2818940968018,41.22944136504593],[-73.28159509671688,41.229648365096146],[-73.28146009667681,41.22971136511286],[-73.2808930965229,41.230228365232406],[-73.28056809643924,41.230604365316495],[-73.28035309638483,41.2308693653753],[-73.2803210963768,41.230909365384164],[-73.28002309629781,41.2312143654535],[-73.27976409622876,41.23147236551236],[-73.27956509617178,41.23160236554426],[-73.27947009614134,41.23160736554834],[-73.27936409610538,41.23157836554612],[-73.27925709606967,41.231559365545905],[-73.2792190960506,41.23144136552409],[-73.27895709593528,41.23090836542848],[-73.2788400958886,41.23075436540219],[-73.27853609577745,41.23053136536853],[-73.27812509562132,41.230127365302984],[-73.27803809558823,41.23004136528902],[-73.27789409553138,41.229862365258725],[-73.27777109548214,41.2296973652305],[-73.27759009540627,41.22939536517737],[-73.27749209536894,41.22929736516142],[-73.2770170951802,41.228685365057295],[-73.27686809512052,41.228485365023076],[-73.27673709506989,41.22834136499921],[-73.27657409500533,41.22813536496427],[-73.27638709492724,41.22782836491036],[-73.27617109484349,41.22758636487012],[-73.27598709477387,41.22741036484171],[-73.2757140946695,41.22713036479588],[-73.27564409464301,41.227063364785074],[-73.2755440946051,41.226966364769375],[-73.275516094595,41.22694836476678],[-73.27549909458823,41.226926364763024],[-73.27524509449198,41.22668036472322],[-73.27517709446619,41.22661436471255],[-73.27499809439726,41.22642236468085],[-73.27493309437273,41.22636136467106],[-73.27486609434675,41.22628636465858],[-73.27478409431554,41.226204364645234],[-73.27474409429995,41.22615836463754],[-73.27451909421404,41.22592936460013],[-73.2745100942106,41.22592036459866],[-73.27446909419493,41.225878364591786],[-73.27426809411769,41.22566536455672],[-73.27417609408289,41.22557736454252],[-73.27405109403472,41.2254423645202],[-73.27385509395933,41.22523336448574],[-73.27383309395064,41.22520636448118],[-73.27364009387435,41.22496436444016],[-73.27356309384427,41.22487436442508],[-73.27334309375203,41.22450636436033],[-73.27313409366796,41.22421936431105],[-73.27299609361688,41.22410736429366],[-73.27292409358661,41.22398536427215],[-73.27269009350019,41.22379836424324],[-73.2726460934833,41.22375236423567],[-73.27248909342319,41.223589364208934],[-73.27229309334618,41.22335236416899],[-73.27224009332434,41.2232703641547],[-73.2720450932438,41.222965364101434],[-73.27188609318146,41.222775364069484],[-73.27184309316503,41.222731364062284],[-73.27149209303114,41.22237636400434],[-73.27106309286616,41.221919363929],[-73.27070309272546,41.221496363858044],[-73.27047209263709,41.22125836381905],[-73.27019609253153,41.22097436377253],[-73.27001809246202,41.22076636373767],[-73.26973509235334,41.22046736368844],[-73.2694340922366,41.22012936363218],[-73.26933209219581,41.21999336360893],[-73.26905309208402,41.219617363544515],[-73.26814809172772,41.218508363357195],[-73.2673790914261,41.21758536320183],[-73.26732109140332,41.217515363190024],[-73.26689509123857,41.217045363112035],[-73.2667180911669,41.21679336306853],[-73.26667809115074,41.21673736305888],[-73.26633109101508,41.21632836299023],[-73.2658100908113,41.21571336288697],[-73.2656490907491,41.215536362857605],[-73.2655210906984,41.215374362830104],[-73.26541909065527,41.21519736279882],[-73.26533009061836,41.21505536277397],[-73.26520609056995,41.214910362749656],[-73.2650730905181,41.21475636272388],[-73.26479609041193,41.214467362676395],[-73.26434309023219,41.21388736257775],[-73.26329708981716,41.21254836235003],[-73.26280708966642,41.21268536239278],[-73.26238408953635,41.21280436242984],[-73.26209908944868,41.21288436245477],[-73.26197008941946,41.213103362501805],[-73.26181208938512,41.21339736256444],[-73.2617890893802,41.21344136257379],[-73.26162808935061,41.21383536265607],[-73.26156208933773,41.213983362687166],[-73.26144708931096,41.21416636272669],[-73.26129008927136,41.21436236277015],[-73.26081408914345,41.214819362875005],[-73.26080808914183,41.214825362876375],[-73.2604870890575,41.2151673629537],[-73.26040608903558,41.215242362971004],[-73.2601920889775,41.21543836301632],[-73.26010408894281,41.215329362997856],[-73.25992908887835,41.21519236297678],[-73.25985208885325,41.21518936297872],[-73.25984908884966,41.215143362969805],[-73.25956208874615,41.21495736294279],[-73.25935008866968,41.21481936292272],[-73.25930008865188,41.21479136291886],[-73.25899208854248,41.21462136289566],[-73.25884708849584,41.21462636290138],[-73.25889608850959,41.21458936289253],[-73.25893408852025,41.21456036288562],[-73.25896308852522,41.21448336286963],[-73.25893208850867,41.21436936284835],[-73.25891908850178,41.21432236283959],[-73.25883208846341,41.21414336280741],[-73.25880308845024,41.21407736279546],[-73.2586360883871,41.21391836276981],[-73.25850508834095,41.21385236276116],[-73.25815708821513,41.21362136272735],[-73.25799008815326,41.21348436270599],[-73.25791008812011,41.21335736268379],[-73.2577640880697,41.213302362677766],[-73.25759708800784,41.21316536265642],[-73.25753908798342,41.21306636263895],[-73.25730708789457,41.21282536259939],[-73.25720508785842,41.21277036259196],[-73.25710308782038,41.21268236257807],[-73.25708908780865,41.21255636255388],[-73.25715508781241,41.21224836249151],[-73.25708208777279,41.21196836243914],[-73.2569660877277,41.2118363624171],[-73.25692208770752,41.2117323623982],[-73.25697308771335,41.21154536235997],[-73.25687308767328,41.211410362336835],[-73.25681408764967,41.21133136232331],[-73.25671208760569,41.21113936228907],[-73.25664708758185,41.21109036228162],[-73.25649408752919,41.21103536227586],[-73.25626208744625,41.210897362256425],[-73.25620408741742,41.21072136222389],[-73.25623308740772,41.21038736215763],[-73.25635008742708,41.21006336209046],[-73.25640108742947,41.2098163620405],[-73.256459087415,41.2092343619248],[-73.25659808744273,41.2089323618612],[-73.25670708746982,41.20878936182968],[-73.25710008757541,41.20841136174296],[-73.25706408755279,41.20821936170659],[-73.2571000875588,41.20812036168605],[-73.25705708753327,41.20791736164777],[-73.25697008749597,41.207757361619294],[-73.25686808745766,41.20766436160443],[-73.25659908735965,41.20747236157565],[-73.25654408733054,41.207274361538715],[-73.25572208699441,41.206046361325335],[-73.25490908665525,41.20471436109131],[-73.2543790863813,41.20292036075768],[-73.25448108641368,41.2029093607522],[-73.25465508646056,41.20274436071427],[-73.25468508646998,41.202739360712314],[-73.25471508647946,41.20273536071054],[-73.2548150865108,41.20271736070377],[-73.25488108652804,41.20264536068754],[-73.25490308653265,41.20260136067822],[-73.25494608654655,41.20260136067682],[-73.25512108659193,41.2024043606326],[-73.25517908660191,41.20225036060058],[-73.25516908658207,41.201959360543995],[-73.2551650865726,41.201816360516155],[-73.25515808654623,41.20139436043384],[-73.25523908653042,41.20065836028722],[-73.25534108653899,41.20023036020019],[-73.25566108660776,41.199621360070644],[-73.25581408664787,41.19945636003339],[-73.25588008666294,41.19934636000971],[-73.25604208670485,41.19916235996845],[-73.25621408674944,41.19896835992491],[-73.25641808679507,41.19861135984843],[-73.2566170868437,41.19833535978796],[-73.25666708685581,41.19826435977243],[-73.25681808689275,41.198055359726624],[-73.25686908690525,41.19798535971128],[-73.25736908699619,41.19674435945224],[-73.25800708711238,41.19516335912218],[-73.25843308723185,41.19484135904529],[-73.25856808727166,41.19477335902761],[-73.25878308733512,41.19466635899968],[-73.25899708739819,41.19455835897157],[-73.25952508752894,41.193856358817044],[-73.25955208753273,41.193769358799145],[-73.2596030875398,41.193604358765214],[-73.25967208754979,41.19338835872069],[-73.25979208756688,41.193007358642255],[-73.25994108758792,41.19253135854429],[-73.26016008764012,41.19220435847316],[-73.26018208764425,41.19215235846227],[-73.26020608764912,41.19210135845153],[-73.26023908765562,41.19202835843616],[-73.26032808760571,41.19064935816347],[-73.2606200875624,41.18823535768166],[-73.26064008749876,41.187006357440524],[-73.26012808731348,41.186662357389885],[-73.26011108729347,41.186408357340746],[-73.2600950872738,41.18615435729157],[-73.26005508722571,41.185538357172334],[-73.26001608717787,41.18492135705288],[-73.25999308715019,41.184566356984156],[-73.26068608729595,41.18319135669253],[-73.26081308732262,41.182938356638886],[-73.26094108734964,41.1826863565854],[-73.26099908736178,41.182570356560824],[-73.26105808737425,41.1824543565362],[-73.26113108739253,41.182360356515424],[-73.2615230874851,41.18176035638525],[-73.26157908748914,41.181513356335095],[-73.26157908747082,41.18119235627227],[-73.2616170874668,41.180906356215075],[-73.26161808746451,41.18086035620603],[-73.26163308746484,41.18078135619008],[-73.26164108746408,41.18072235617827],[-73.26182108748813,41.18012335605519],[-73.26194708751783,41.179929356013126],[-73.2621480875715,41.17973035596763],[-73.26244808765463,41.17948635591011],[-73.26269808772223,41.179253355856375],[-73.26287508776734,41.17904035580893],[-73.26314108783423,41.17870435573451],[-73.26329408787329,41.178521355693704],[-73.26359908795867,41.17828835563818],[-73.26394908806756,41.17821235561191],[-73.26413008812287,41.17815535559487],[-73.26455008824632,41.177937355538525],[-73.26526408845184,41.17749135542799],[-73.26558308854021,41.177231355366715],[-73.2657050885676,41.17701935532125],[-73.26579608859167,41.17692535529989],[-73.26600208865598,41.17688435528517],[-73.2663140887555,41.1768593552701],[-73.26649208880691,41.17675135524316],[-73.2670520889583,41.176229355122764],[-73.26763408911137,41.175612354983066],[-73.26808808922499,41.17502935485417],[-73.26828608926108,41.174539354751815],[-73.26834108926627,41.17431835470677],[-73.26823008921724,41.17408835466536],[-73.2682820892274,41.17397135464077],[-73.26844208927089,41.173826354607186],[-73.26847208927984,41.17381335460367],[-73.26849508928927,41.17384835460976],[-73.26852208930029,41.17388835461671],[-73.26856308931715,41.17395135462771],[-73.2686070893352,41.174018354639394],[-73.26863908934841,41.17406835464813],[-73.26882508942289,41.1743193546912],[-73.26904008950653,41.17456635473254],[-73.26910408953181,41.174646354746116],[-73.26916008955324,41.17470435475564],[-73.26912408954752,41.17480835477719],[-73.26930408961853,41.17503235481516],[-73.26947308968433,41.175227354847806],[-73.26978108980308,41.17556235490334],[-73.2698460898281,41.17563235491493],[-73.27021608996925,41.17600835497647],[-73.27043009005239,41.176252355017255],[-73.27107009029876,41.17694135513124],[-73.27135809041046,41.17726635518546],[-73.27180409058407,41.17778035527154],[-73.27183209059497,41.177812355276885],[-73.27208409069185,41.17808135532132],[-73.27222409074678,41.17825035534983],[-73.272324090787,41.17838835537358],[-73.27239309081293,41.17845135538367],[-73.27246309084023,41.17853335539743],[-73.2728240909842,41.17900935547883],[-73.27286809100174,41.17906735548873],[-73.2730750910808,41.17927935552349],[-73.27308309108398,41.17928935552518],[-73.2735050912497,41.17980135561162],[-73.27395009142454,41.18034235570298],[-73.27398309143739,41.18038035570936],[-73.2742230915309,41.18065835575594],[-73.27429309155984,41.18076835577518],[-73.27435509158451,41.180849355789015],[-73.27439609160142,41.18091335580021],[-73.2744360916179,41.18097535581102],[-73.27448909163802,41.18102735581947],[-73.2745440916594,41.18109035583001],[-73.2745950916792,41.1811483558397],[-73.2747090917235,41.18127835586144],[-73.27505109185641,41.1816683559266],[-73.27516509190079,41.181799355948506],[-73.27525909193952,41.181945355974015],[-73.27537309198375,41.18207435599556],[-73.27576809213684,41.18251735606937],[-73.27587909218137,41.18266835609529],[-73.27603609224111,41.1828253561209],[-73.27605909225022,41.18285435612582],[-73.27614309228345,41.18296035614383],[-73.27630209234287,41.18310035616604],[-73.27636809236846,41.18317435617837],[-73.27644209239713,41.1832573561922],[-73.27657909244905,41.18339035621376],[-73.27665209247667,41.183460356225076],[-73.27675009251408,41.18356035624145],[-73.27684409255124,41.18367835626148],[-73.2772420927042,41.184102356331465],[-73.27725209270805,41.184113356333306],[-73.27806909302844,41.185095356498806],[-73.27811809304771,41.185155356508965],[-73.27813909305577,41.18517735651258],[-73.2781740930692,41.18521435651868],[-73.27832309312666,41.18537635654552],[-73.27841009316143,41.18549235656538],[-73.27844309317346,41.185516356568996],[-73.27872509328652,41.18589835663455],[-73.27892309336245,41.1861063566688],[-73.2791080934335,41.18630235670111],[-73.2793140935126,41.18652035673704],[-73.27943909355972,41.18663735675587],[-73.27954909359958,41.186712356766954],[-73.27970009365711,41.18686435679178],[-73.27983309371163,41.187065356826764],[-73.27988509373267,41.18713935683955],[-73.28018709385444,41.187560356912066],[-73.28034409392104,41.18783735696115],[-73.2804700939731,41.18803535699578],[-73.28063409403559,41.188200357022716],[-73.28081909410356,41.18834235704447],[-73.28089609413225,41.18840835705486],[-73.28104609418807,41.188536357075016],[-73.28128909428108,41.18878835711641],[-73.2813690943117,41.18887135713004],[-73.28161009440392,41.18912035717089],[-73.2816910944349,41.189204357184686],[-73.28193309452793,41.189462357227264],[-73.2821630946172,41.18972235727062],[-73.28246909473602,41.19006935732855],[-73.28301709495108,41.19073035743999],[-73.28349109514015,41.191355357546804],[-73.28349509514172,41.19136035754765],[-73.28394309531706,41.19189235763711],[-73.28398609533394,41.19194435764588],[-73.28411809538561,41.19210135767229],[-73.28416309540319,41.1921543576812],[-73.28421909542507,41.19222035769229],[-73.2844970955312,41.19250335773857],[-73.28455709555455,41.192572357750116],[-73.28530109584345,41.19341535789077],[-73.28551309592642,41.19366735793314],[-73.28567709599194,41.193885357970444],[-73.28568909599673,41.193901357973175],[-73.28579909604244,41.194078358004205],[-73.28601309612733,41.19435235805083],[-73.28604909614097,41.1943873580565],[-73.28615709618192,41.19449235807352],[-73.28619409619594,41.19452835807935],[-73.28628309622967,41.194614358093276],[-73.28634709625392,41.194676358103315],[-73.28653909632672,41.19486335813363],[-73.28679009642364,41.19513835817924],[-73.28747909669141,41.19592335831032],[-73.28767309676694,41.196146358347605],[-73.28962809752893,41.198411358726865],[-73.28974809757604,41.198556358751304],[-73.29007309770361,41.198948358817375],[-73.29010909771796,41.198995358825385],[-73.2902250977641,41.19914635885113],[-73.29072709796039,41.19973835895054],[-73.29212509850699,41.201387359227446],[-73.29217809852796,41.20145435923882],[-73.29223109854884,41.2015193592498],[-73.29244609863373,41.2017873592952],[-73.29272109874186,41.20212235935173],[-73.29316709891738,41.202668359443976],[-73.29332909898113,41.2028663594774],[-73.2936090990911,41.20320535953456],[-73.29388809920071,41.20354335959155],[-73.2942100993272,41.20393335965731],[-73.29426909935223,41.20403735967573],[-73.29437109939177,41.20415135969469],[-73.29452009944562,41.20425035970919],[-73.29454109945345,41.20426835971203],[-73.29497409961564,41.204654359773386],[-73.29504609964488,41.20475835979137],[-73.29538709978146,41.205217359870005],[-73.29549509982463,41.20536135989464],[-73.29551209983134,41.205382359898174],[-73.29596610001039,41.20594435999326],[-73.29644610019893,41.20652536009122],[-73.2969791004103,41.207205360206785],[-73.29746010060113,41.20782036031134],[-73.29761910066779,41.208086360358166],[-73.29775110072107,41.20827136039003],[-73.2978281007499,41.208339360400814],[-73.2978621007626,41.20836936040556],[-73.29800110081246,41.20845436041763],[-73.29814310086456,41.20856236043413],[-73.29826910090945,41.20863436044408],[-73.29839810095588,41.20871636045591],[-73.29864610105187,41.208991360501585],[-73.29917810125977,41.20961636060643],[-73.29920910127169,41.20964936061186],[-73.29929410130445,41.20974136062708],[-73.29964210143864,41.210118360689435],[-73.2996441014394,41.21012036068976],[-73.3001521016376,41.21071136078872],[-73.30062110182047,41.21125536087978],[-73.30076810187782,41.211426360908405],[-73.3018641023075,41.21273736112894]]]},"properties":{"name":603,"geoid":"09001060300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.30602210022494,41.15277734926202],[-73.306117100253,41.15273034924972],[-73.30628810030373,41.15265034922848],[-73.30693810049613,41.152338349146206],[-73.30727910060473,41.1523093491294],[-73.30740210064636,41.15234134913165],[-73.307691100762,41.15273034919839],[-73.30807910091585,41.15322734928306],[-73.30903910129818,41.15448634949826],[-73.31000510168502,41.15579034972205],[-73.31034410182235,41.156275349805945],[-73.31065210194701,41.15671434988185],[-73.31091510205358,41.15709134994708],[-73.31131310221411,41.15764835004314],[-73.31137110223726,41.15772535005632],[-73.31172510237893,41.15820135013795],[-73.3120811025209,41.158671350218356],[-73.31274210278448,41.159543350367485],[-73.31280210280879,41.15962935038237],[-73.31313110294175,41.16009435046267],[-73.31347210307956,41.160576350545895],[-73.31355710311396,41.16069735056681],[-73.31368310316482,41.160874350597354],[-73.31382310322039,41.16105435062802],[-73.31391410325654,41.161172350648144],[-73.31412010333894,41.16144835069546],[-73.31418710336568,41.161537350710695],[-73.3142011033713,41.16155635071396],[-73.31446410347847,41.16194335078113],[-73.3148731036441,41.162527350882094],[-73.31497210368371,41.1626603509049],[-73.3152441037927,41.163028350968055],[-73.3152951038136,41.16310535098146],[-73.31537310384556,41.16322335100202],[-73.31544610387596,41.163342351022926],[-73.31549510389638,41.16342235103699],[-73.31580010401497,41.163771351095356],[-73.31584510403283,41.163829351105235],[-73.31609310413144,41.164151351160164],[-73.31647410428374,41.164660351247356],[-73.31681010441879,41.16512235132683],[-73.31685410443646,41.165182351337144],[-73.31709710453762,41.165577351406526],[-73.31726310460462,41.1658103514467],[-73.3174791046918,41.16611335149895],[-73.3177721048089,41.16650435156592],[-73.31794510487799,41.16673435160528],[-73.31801310490644,41.166847351625194],[-73.3181011049432,41.16699235165069],[-73.3182471050003,41.1671653516798],[-73.31833310503389,41.167266351696746],[-73.31869310517615,41.167718351773466],[-73.31907510532808,41.168215351858265],[-73.319238105393,41.16842835189463],[-73.31962610554602,41.16891035197631],[-73.31971610558159,41.16902335199546],[-73.3199071056604,41.16932135204757],[-73.32081410602102,41.1704983522483],[-73.32138010624729,41.17125435237777],[-73.32171310638044,41.17169935245399],[-73.32199110649105,41.172061352515755],[-73.32200910649824,41.17208535251986],[-73.3222711066047,41.172465352585675],[-73.32329610700845,41.17372835279936],[-73.32441110746954,41.17548535310675],[-73.32476910761255,41.1759613531882],[-73.32486510765087,41.176088353209906],[-73.32505610772637,41.17632835325064],[-73.32604610811782,41.177574353462106],[-73.32674210839564,41.17849535361957],[-73.32692610846911,41.17873935366131],[-73.32699910849936,41.17885535368161],[-73.3272081085859,41.17918635373956],[-73.32747310869202,41.17954335380075],[-73.32761510874808,41.179720353830724],[-73.32774510879933,41.179881353858],[-73.32776710880806,41.179909353862755],[-73.32787510885002,41.180032353883284],[-73.32802010890796,41.18022535391632],[-73.32811410894477,41.180337353935144],[-73.32813810895415,41.18036535393984],[-73.32827310900691,41.18052435396654],[-73.32834710903616,41.18061735398232],[-73.32857110912475,41.180899354030174],[-73.3286361091504,41.180980354043896],[-73.32864510915412,41.18099435404635],[-73.3292101093887,41.18190035420514],[-73.32925710940907,41.181990354221206],[-73.32929610942591,41.18206435423442],[-73.32964710956901,41.182581354324086],[-73.32981610963702,41.18281435436416],[-73.32998910970664,41.18305335440526],[-73.33065210997016,41.18391035455126],[-73.33131911023837,41.18482735470884],[-73.33150811031432,41.18508635475333],[-73.33153911032682,41.18512935476074],[-73.33179611042975,41.18547535482002],[-73.33200411051425,41.185776354872104],[-73.33244411069207,41.18639635497901],[-73.33274111081246,41.18682135505244],[-73.33275011081611,41.186834355054685],[-73.33290311087812,41.18705335509253],[-73.33337011106433,41.18766735519736],[-73.33374011121631,41.1882313552956],[-73.33376811122845,41.18828535530525],[-73.33466911158459,41.18941535549682],[-73.33505511174049,41.18995735559022],[-73.33548011191198,41.19055135569251],[-73.33551911192863,41.19062235570514],[-73.33556111194797,41.1907223557233],[-73.33561311196948,41.19080435573765],[-73.33566111198816,41.19085935574684],[-73.33575311202326,41.190952355762015],[-73.33579011203894,41.191017355773525],[-73.33585711206632,41.19111735579089],[-73.33593411209364,41.19115935579659],[-73.33608511215549,41.19138635583606],[-73.3361081121671,41.191459355849595],[-73.33611011216803,41.191464355850485],[-73.33612011217906,41.19160035587676],[-73.33651611232736,41.19195335593285],[-73.3367841124322,41.19227035598612],[-73.33687411246738,41.19237635600389],[-73.33707411254825,41.19265835605251],[-73.33711611256703,41.19274935606894],[-73.33716811259028,41.19286135608914],[-73.33718811260253,41.19296235610825],[-73.33722311261786,41.19303235612079],[-73.33732211265425,41.193108356132406],[-73.33744011269539,41.19316035613872],[-73.33764311277692,41.193437356186266],[-73.3382541130222,41.194269356329],[-73.33845811310411,41.1945473563767],[-73.33840511308841,41.19457235638332],[-73.3382161130361,41.194726356419615],[-73.338107113015,41.194973356471486],[-73.33807011301464,41.1951763565124],[-73.33800911300644,41.19537735655369],[-73.33794711299812,41.195582356595814],[-73.33789311298794,41.19570935662242],[-73.33775811296249,41.196027356689015],[-73.33774411296363,41.19612635670884],[-73.33780211300223,41.19647235677459],[-73.33770811299291,41.196840356849634],[-73.33766411298208,41.196900356862805],[-73.33747011292937,41.19707535690337],[-73.33740211291088,41.197136356917525],[-73.33727211287794,41.19729535695287],[-73.33718511285483,41.197383356972914],[-73.33695911278832,41.197498357002786],[-73.33671211271633,41.19763635703785],[-73.33656811267124,41.19766235704763],[-73.33641411262309,41.197691357058346],[-73.33565811238829,41.1978613571163],[-73.33560711237315,41.197885357122665],[-73.33552111234764,41.1979253571333],[-73.33542611231955,41.19797135714539],[-73.33525111226552,41.198016357159915],[-73.3351601122375,41.19804135716777],[-73.33490211215789,41.198108357189334],[-73.33445211202556,41.19833935724919],[-73.33426911197027,41.198407357268465],[-73.33397911188786,41.198606357316876],[-73.33368711179787,41.19868435734167],[-73.33357411176304,41.19871435735123],[-73.33347811173942,41.198844357379784],[-73.3334721117391,41.198872357385454],[-73.33342711173808,41.19910835743308],[-73.33345611176628,41.199437357496464],[-73.33342011176536,41.1996243575342],[-73.33334711174768,41.199728357556936],[-73.33330911174671,41.19992535759668],[-73.33328211174151,41.1999873576097],[-73.33319511172466,41.200184357651054],[-73.3331881117299,41.2003153576769],[-73.33315111172962,41.200519357718015],[-73.33303511170311,41.20071135775935],[-73.3329771116994,41.20097435781267],[-73.3330061117277,41.201304357876246],[-73.33311511178495,41.201688357947766],[-73.33314411180504,41.201875357983376],[-73.33316611182345,41.202072358021184],[-73.33317611182837,41.20210135802653],[-73.33325411186672,41.20233035806875],[-73.33331211190747,41.202714358141954],[-73.33329711191115,41.20286335817157],[-73.33302111184359,41.203242358254684],[-73.33262211173808,41.20365335834809],[-73.33236011167476,41.20402735842978],[-73.33233811167663,41.2041843584612],[-73.33233811167676,41.20418635846159],[-73.3323751117092,41.20454335853018],[-73.33246211174924,41.20475135856801],[-73.33249111177376,41.20501535861866],[-73.33241811175391,41.20508135863397],[-73.33195311163526,41.20563535875747],[-73.3318451116136,41.20586735880637],[-73.3317791116004,41.2060093588363],[-73.33170511158924,41.2062323588823],[-73.33157611156962,41.206618358962],[-73.33153911155989,41.20665735897083],[-73.33134611152406,41.207121359067855],[-73.33132111151957,41.207184359081],[-73.33119011148281,41.20728235910443],[-73.33106011145371,41.20750835915287],[-73.33095811144553,41.20794135924085],[-73.33095211144439,41.207955359243776],[-73.33086411142675,41.20814435928361],[-73.33080011141125,41.208235359303494],[-73.33073611139577,41.20832635932338],[-73.33066111137433,41.2083753593354],[-73.33058711135318,41.20842435934741],[-73.33039811129555,41.2084853593655],[-73.33013711121833,41.20861135939868],[-73.32994111116278,41.20874835943186],[-73.32964211108055,41.209001359491104],[-73.32935911101765,41.2095013595981],[-73.32922811098089,41.20959935962154],[-73.32890911090132,41.21001135971251],[-73.32892711091235,41.21010235972972],[-73.328933110916,41.21013235973538],[-73.32894611092364,41.21019235974668],[-73.32916311100772,41.210434359786916],[-73.32944711110653,41.21055535980127],[-73.32970811119408,41.2106093598033],[-73.33010111132185,41.2106203597926],[-73.33024711137864,41.21078735982047],[-73.33031211140397,41.210862359833015],[-73.33035511142798,41.21103835986602],[-73.33034111142813,41.21112035988251],[-73.3303121114257,41.21124135990711],[-73.33017711138872,41.21135835993439],[-73.33017411138799,41.21136235993527],[-73.32999211133593,41.21148135996448],[-73.32994811132335,41.21151035997159],[-73.32966511124093,41.21166936001194],[-73.32959011122004,41.21172836002592],[-73.32939611116616,41.21188336006256],[-73.32934011116225,41.212131360112856],[-73.32928011115816,41.212398360167015],[-73.32921411116834,41.2129483602767],[-73.32922211117315,41.21298736028405],[-73.3292111111723,41.213034360293605],[-73.32915611116974,41.213300360347404],[-73.32912711116352,41.2133553603591],[-73.3290471111398,41.21339336036913],[-73.32901511113175,41.213433360378005],[-73.32841911093625,41.2133863603883],[-73.32663111034971,41.21324536041919],[-73.32603511015425,41.21319936042966],[-73.32563511002466,41.213196360442154],[-73.32443510963601,41.21318936048001],[-73.3240361095068,41.21318736049265],[-73.31831410763054,41.21275036059421],[-73.31178810552424,41.212839360824816],[-73.3074191041141,41.21289936097923],[-73.30731010407867,41.21289636098219],[-73.3018641023075,41.21273736112894],[-73.30076810187782,41.211426360908405],[-73.30062110182047,41.21125536087978],[-73.3001521016376,41.21071136078872],[-73.2996441014394,41.21012036068976],[-73.29964210143864,41.210118360689435],[-73.29929410130445,41.20974136062708],[-73.29920910127169,41.20964936061186],[-73.29917810125977,41.20961636060643],[-73.29864610105187,41.208991360501585],[-73.29839810095588,41.20871636045591],[-73.29826910090945,41.20863436044408],[-73.29814310086456,41.20856236043413],[-73.29800110081246,41.20845436041763],[-73.2978621007626,41.20836936040556],[-73.2978281007499,41.208339360400814],[-73.29775110072107,41.20827136039003],[-73.29761910066779,41.208086360358166],[-73.29746010060113,41.20782036031134],[-73.2969791004103,41.207205360206785],[-73.29644610019893,41.20652536009122],[-73.29596610001039,41.20594435999326],[-73.29551209983134,41.205382359898174],[-73.29549509982463,41.20536135989464],[-73.29538709978146,41.205217359870005],[-73.29504609964488,41.20475835979137],[-73.29497409961564,41.204654359773386],[-73.29454109945345,41.20426835971203],[-73.29452009944562,41.20425035970919],[-73.29437109939177,41.20415135969469],[-73.29426909935223,41.20403735967573],[-73.2942100993272,41.20393335965731],[-73.29388809920071,41.20354335959155],[-73.2936090990911,41.20320535953456],[-73.29332909898113,41.2028663594774],[-73.29316709891738,41.202668359443976],[-73.29272109874186,41.20212235935173],[-73.29244609863373,41.2017873592952],[-73.29223109854884,41.2015193592498],[-73.29217809852796,41.20145435923882],[-73.29212509850699,41.201387359227446],[-73.29072709796039,41.19973835895054],[-73.2902250977641,41.19914635885113],[-73.29010909771796,41.198995358825385],[-73.29007309770361,41.198948358817375],[-73.28974809757604,41.198556358751304],[-73.28962809752893,41.198411358726865],[-73.28767309676694,41.196146358347605],[-73.28747909669141,41.19592335831032],[-73.28679009642364,41.19513835817924],[-73.28653909632672,41.19486335813363],[-73.28634709625392,41.194676358103315],[-73.28628309622967,41.194614358093276],[-73.28619409619594,41.19452835807935],[-73.28615709618192,41.19449235807352],[-73.28604909614097,41.1943873580565],[-73.28601309612733,41.19435235805083],[-73.28579909604244,41.194078358004205],[-73.28568909599673,41.193901357973175],[-73.28567709599194,41.193885357970444],[-73.28551309592642,41.19366735793314],[-73.28530109584345,41.19341535789077],[-73.28455709555455,41.192572357750116],[-73.2844970955312,41.19250335773857],[-73.28421909542507,41.19222035769229],[-73.28416309540319,41.1921543576812],[-73.28411809538561,41.19210135767229],[-73.28398609533394,41.19194435764588],[-73.28394309531706,41.19189235763711],[-73.28349509514172,41.19136035754765],[-73.28349109514015,41.191355357546804],[-73.28301709495108,41.19073035743999],[-73.28246909473602,41.19006935732855],[-73.2821630946172,41.18972235727062],[-73.28193309452793,41.189462357227264],[-73.2816910944349,41.189204357184686],[-73.28161009440392,41.18912035717089],[-73.2813690943117,41.18887135713004],[-73.28128909428108,41.18878835711641],[-73.28104609418807,41.188536357075016],[-73.28089609413225,41.18840835705486],[-73.28081909410356,41.18834235704447],[-73.28063409403559,41.188200357022716],[-73.2804700939731,41.18803535699578],[-73.28034409392104,41.18783735696115],[-73.28018709385444,41.187560356912066],[-73.27988509373267,41.18713935683955],[-73.27983309371163,41.187065356826764],[-73.27970009365711,41.18686435679178],[-73.27954909359958,41.186712356766954],[-73.27943909355972,41.18663735675587],[-73.2793140935126,41.18652035673704],[-73.2791080934335,41.18630235670111],[-73.27892309336245,41.1861063566688],[-73.27872509328652,41.18589835663455],[-73.27844309317346,41.185516356568996],[-73.27841009316143,41.18549235656538],[-73.27832309312666,41.18537635654552],[-73.2781740930692,41.18521435651868],[-73.27813909305577,41.18517735651258],[-73.27811809304771,41.185155356508965],[-73.27806909302844,41.185095356498806],[-73.27725209270805,41.184113356333306],[-73.2772420927042,41.184102356331465],[-73.27684409255124,41.18367835626148],[-73.27675009251408,41.18356035624145],[-73.27665209247667,41.183460356225076],[-73.27657909244905,41.18339035621376],[-73.27644209239713,41.1832573561922],[-73.27636809236846,41.18317435617837],[-73.27630209234287,41.18310035616604],[-73.27614309228345,41.18296035614383],[-73.27605909225022,41.18285435612582],[-73.27603609224111,41.1828253561209],[-73.27587909218137,41.18266835609529],[-73.27576809213684,41.18251735606937],[-73.27537309198375,41.18207435599556],[-73.27525909193952,41.181945355974015],[-73.27516509190079,41.181799355948506],[-73.27505109185641,41.1816683559266],[-73.2747090917235,41.18127835586144],[-73.2745950916792,41.1811483558397],[-73.2745440916594,41.18109035583001],[-73.27448909163802,41.18102735581947],[-73.2744360916179,41.18097535581102],[-73.27439609160142,41.18091335580021],[-73.27435509158451,41.180849355789015],[-73.27429309155984,41.18076835577518],[-73.2742230915309,41.18065835575594],[-73.27398309143739,41.18038035570936],[-73.27395009142454,41.18034235570298],[-73.2735050912497,41.17980135561162],[-73.27308309108398,41.17928935552518],[-73.2730750910808,41.17927935552349],[-73.27286809100174,41.17906735548873],[-73.2728240909842,41.17900935547883],[-73.27246309084023,41.17853335539743],[-73.27239309081293,41.17845135538367],[-73.272324090787,41.17838835537358],[-73.27222409074678,41.17825035534983],[-73.27208409069185,41.17808135532132],[-73.27183209059497,41.177812355276885],[-73.27180409058407,41.17778035527154],[-73.27135809041046,41.17726635518546],[-73.27107009029876,41.17694135513124],[-73.27043009005239,41.176252355017255],[-73.27021608996925,41.17600835497647],[-73.2698460898281,41.17563235491493],[-73.26978108980308,41.17556235490334],[-73.26947308968433,41.175227354847806],[-73.26930408961853,41.17503235481516],[-73.26912408954752,41.17480835477719],[-73.26916008955324,41.17470435475564],[-73.26975608973481,41.174507354697674],[-73.27059108998708,41.17419435460922],[-73.27124809018335,41.17390935453206],[-73.27128009019289,41.173895354528256],[-73.27184409036097,41.17364335446056],[-73.27233209050708,41.17343735440435],[-73.27267309061165,41.17333635437348],[-73.27272009062598,41.173321354369],[-73.27339209083065,41.17309835430347],[-73.27428309109891,41.17274835420594],[-73.27494209129794,41.172500354135934],[-73.27501509132023,41.172477354129065],[-73.27512009135147,41.172429354116254],[-73.27536909142711,41.1723433540913],[-73.27561209150024,41.1722473540646],[-73.27565009151174,41.172233354060616],[-73.27578709155159,41.17215535404088],[-73.27592009159096,41.17209135402404],[-73.27609009164134,41.17201035400264],[-73.27650709176334,41.17178435394483],[-73.27673809183062,41.17165435391185],[-73.27699209190457,41.17151035387539],[-73.27699909190639,41.17150235387359],[-73.27709909193327,41.17140635385154],[-73.2772000919599,41.17130035382751],[-73.27732909199004,41.171097353783566],[-73.2773720919894,41.170842353732255],[-73.27744009198851,41.170441353651555],[-73.27749509199157,41.17018335359927],[-73.27752109199434,41.17008435357904],[-73.27757709200053,41.169875353536305],[-73.27758009200019,41.1698523535317],[-73.27759209200333,41.169839353528765],[-73.27764109201061,41.16968935349782],[-73.27771409202516,41.16953035346433],[-73.27777309203907,41.16943935344458],[-73.27784109205531,41.16933835342259],[-73.27797109208701,41.16915735338293],[-73.27806409211203,41.16906835336248],[-73.27837409219576,41.168778353295615],[-73.2786730922753,41.168477353226955],[-73.27872409228895,41.16842735321551],[-73.27884709232,41.16827435318155],[-73.27892409233783,41.168150353154765],[-73.27893109233862,41.16812435314946],[-73.27903509235136,41.167758353074426],[-73.2791800923722,41.16730135298024],[-73.27922809237843,41.16713835294678],[-73.27924509238062,41.16708035293486],[-73.27931209239374,41.16693035290332],[-73.27933309239808,41.16688735289422],[-73.27943509242284,41.16674335286271],[-73.27945509242802,41.16672035285756],[-73.28015109260983,41.1659613526863],[-73.28071009275608,41.16535535254947],[-73.28075209276712,41.16531035253927],[-73.28083309278902,41.16523535252197],[-73.28107009285324,41.16501735247157],[-73.28116209287748,41.1649203524496],[-73.28135609292858,41.16471635240334],[-73.28147709296042,41.16458835237434],[-73.2818890930695,41.164164352277915],[-73.28206809311844,41.164007352241335],[-73.2821650931441,41.163907352218594],[-73.28222409315983,41.163848352205136],[-73.28245009322403,41.163692352167224],[-73.28266709328594,41.16354735213178],[-73.28269909329515,41.16352735212683],[-73.28321309344726,41.163279352061515],[-73.28362909357189,41.16310535201391],[-73.2840490936985,41.16294335196851],[-73.28437009379525,41.16281935193378],[-73.28445509382092,41.16278735192474],[-73.28476609391512,41.16267535189269],[-73.2848670939458,41.16264035188254],[-73.28495309397093,41.16259335187054],[-73.28531209407626,41.16240435182184],[-73.28561709416572,41.16224335178039],[-73.28573209419939,41.162181351764495],[-73.28580809422174,41.162142351754376],[-73.28607009429741,41.16198335171474],[-73.28618209432982,41.16191635169797],[-73.28624709435174,41.16193235169898],[-73.28644309441789,41.161980351701985],[-73.28650909444022,41.161997351703164],[-73.28680909454145,41.16207135170788],[-73.28697909459889,41.162114351710755],[-73.28725309469031,41.16216335171141],[-73.2877120948455,41.162281351719564],[-73.28782409488339,41.16231035172159],[-73.28800709494635,41.16237635172854],[-73.28808109497056,41.16238135172712],[-73.2883910950722,41.1624053517217],[-73.2885630951283,41.162413351717674],[-73.28862709514917,41.16241635171616],[-73.28880809520703,41.16240435170792],[-73.28950609542011,41.16218235164172],[-73.2901180956087,41.162018351589666],[-73.29017809562703,41.161999351584],[-73.29071209579045,41.16183635153468],[-73.29126709595751,41.161618351473905],[-73.29171109609123,41.16144535142558],[-73.29208809620542,41.16130935138666],[-73.29261909636625,41.161118351331965],[-73.29295309646854,41.161017351301304],[-73.29335809659261,41.16089635126443],[-73.2935290966458,41.1608593512516],[-73.29399609679051,41.16074835121464],[-73.29459209697401,41.160586351163516],[-73.29485909705569,41.16050435113874],[-73.29486109705624,41.1605023511383],[-73.29521009715428,41.160242351076015],[-73.29544009721896,41.160072351035254],[-73.29598409737436,41.159712350947046],[-73.29619009743283,41.15956935091232],[-73.29646009750948,41.15938235086691],[-73.29708309768661,41.158955350763016],[-73.29764609784672,41.15857035066927],[-73.29826109802102,41.15813935056486],[-73.29939209834173,41.15734935037332],[-73.29978109845389,41.15711035031385],[-73.29990009848723,41.15702035029235],[-73.30043909863866,41.156619350196266],[-73.30048409865134,41.156586350188334],[-73.30123009886303,41.156068350062604],[-73.30124509886738,41.15605935006036],[-73.30137609890403,41.15595935003651],[-73.30183009903135,41.15561734995474],[-73.3018620990406,41.155598349949976],[-73.30201109908383,41.15551134992809],[-73.30213109911733,41.15541834990597],[-73.30251409922452,41.15512634983631],[-73.30278409929831,41.15488934978111],[-73.30286009931675,41.154781349757485],[-73.30291609933039,41.15470334974039],[-73.30309209937909,41.15455934970645],[-73.30325009941889,41.15436134966254],[-73.30346109947692,41.15418234962062],[-73.30350609948954,41.15414834961249],[-73.30364609952899,41.15404634958796],[-73.30390809960652,41.153920349554745],[-73.30460509981002,41.153536349456836],[-73.3050350999348,41.15328634939387],[-73.3052090999853,41.15318534936842],[-73.30522109998884,41.153179349366845],[-73.30555310008668,41.153012349323326],[-73.30602210022494,41.15277734926202]]]},"properties":{"name":604,"geoid":"09001060400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.26916008955324,41.17470435475564],[-73.26910408953181,41.174646354746116],[-73.26904008950653,41.17456635473254],[-73.26882508942289,41.1743193546912],[-73.26863908934841,41.17406835464813],[-73.2686070893352,41.174018354639394],[-73.26856308931715,41.17395135462771],[-73.26852208930029,41.17388835461671],[-73.26849508928927,41.17384835460976],[-73.26847208927984,41.17381335460367],[-73.26875708936468,41.17368435456913],[-73.26903408944654,41.173548354533494],[-73.26917308948613,41.17345435451057],[-73.26965308963554,41.17335135447478],[-73.27018508979674,41.17316035442007],[-73.27044908987986,41.17312035440364],[-73.27068308995534,41.17311635439524],[-73.27089609002738,41.17317135439906],[-73.27108009009123,41.173247354407955],[-73.27127509015284,41.1732213543965],[-73.27139609018856,41.17316135438082],[-73.27184809032188,41.172935354321865],[-73.2718880903323,41.17289135431194],[-73.27202509036692,41.172721354274216],[-73.27209809037765,41.17249535422759],[-73.27207109035447,41.17224235417897],[-73.27191909029652,41.17208835415377],[-73.27192109029232,41.172003354137054],[-73.27215109035303,41.17176335408259],[-73.27234009039078,41.17135335399619],[-73.27241309039958,41.17109335394292],[-73.27240909038287,41.170823353890206],[-73.27222209031696,41.1707283538777],[-73.27188109019815,41.170579353859644],[-73.27175109014782,41.1704343538355],[-73.27152309005959,41.17018035379321],[-73.27131808998597,41.17005235377483],[-73.27115408992705,41.16994935376001],[-73.2711420899227,41.16994135375883],[-73.27110708991013,41.16991935375566],[-73.27109608990617,41.16991235375466],[-73.2710270898814,41.16986935374849],[-73.27097708986179,41.169809353738366],[-73.27067208974226,41.169443353676655],[-73.27059308971128,41.16934835366064],[-73.27056408970088,41.169330353658054],[-73.27028908960199,41.16915635363295],[-73.26975808941108,41.168820353584465],[-73.26944908930199,41.16866035356321],[-73.26916008920001,41.16851135354346],[-73.2689290891185,41.168392353527686],[-73.26869908902049,41.16797835345413],[-73.26868808901578,41.16795835345058],[-73.26908408911486,41.16744935333804],[-73.26984308929349,41.1662763530837],[-73.26986808929404,41.16614435305706],[-73.26988608929457,41.166051353038256],[-73.27001108930233,41.165478352922015],[-73.27004008930932,41.165436352912835],[-73.27025008935956,41.16512635284533],[-73.27052208941933,41.16463135273956],[-73.27082808949955,41.164302352665196],[-73.2711110895806,41.164118352619965],[-73.27138408965718,41.16391235257073],[-73.27146908968135,41.16385435255661],[-73.2719410898159,41.16353635247899],[-73.27200908983892,41.163554352480304],[-73.27202808984165,41.163494352467936],[-73.2723870899482,41.16332635242335],[-73.27250608997807,41.16317535238991],[-73.27251008997071,41.16302335236003],[-73.27246508994912,41.16290035233742],[-73.27231808988944,41.162687352300495],[-73.27205508979137,41.16245935226443],[-73.2714660895681,41.161885352171225],[-73.27113108943924,41.16152535211165],[-73.27129908947659,41.16122735204784],[-73.27161908956147,41.16090035197339],[-73.27243408979895,41.160442351857185],[-73.27323809004044,41.16011635176718],[-73.27329509005715,41.160086351759446],[-73.27341509009231,41.16002235174301],[-73.2735350901275,41.15995835172657],[-73.27360509014797,41.159920351716856],[-73.27391509023877,41.159754351674266],[-73.27430909034958,41.159462351604255],[-73.27452109040235,41.15918535154313],[-73.2746340904243,41.15892935148933],[-73.27468509042677,41.158683351439485],[-73.27467909042089,41.15861435142618],[-73.27465709041064,41.15855935141612],[-73.27467109041261,41.15851435140686],[-73.27466209040365,41.1584083513864],[-73.27467909039963,41.15824135135315],[-73.27464209038612,41.15821435134907],[-73.27460209036326,41.158040351316295],[-73.27455809034112,41.157901351290526],[-73.27445509028902,41.157572351229454],[-73.27422209018899,41.15713935115226],[-73.27397109010217,41.15704035114104],[-73.27395909009806,41.15703635114063],[-73.27360308998314,41.15704035115303],[-73.27352408995758,41.15704035115561],[-73.27328808988142,41.15704335116387],[-73.27321008985626,41.15704435116661],[-73.27317208984219,41.15701335116179],[-73.27316008983779,41.1570043511604],[-73.27281708972554,41.15698135116707],[-73.27253008962957,41.156926351165644],[-73.27222208952033,41.15675735114259],[-73.27215308949651,41.156731351139726],[-73.27170208934398,41.156614351131495],[-73.27160208931019,41.15658935112987],[-73.27132008921284,41.15648135111791],[-73.27114108915009,41.156396351107084],[-73.27097108908366,41.15619535107327],[-73.27086408903844,41.15600935104033],[-73.27068508896711,41.15577335099994],[-73.27065908895464,41.15570235098689],[-73.27066308894176,41.155453350938],[-73.27078008897045,41.155293350902866],[-73.27082408898214,41.15524835089262],[-73.27107008906046,41.1552263508803],[-73.27108508906309,41.15518735087218],[-73.27121608909297,41.15496835082502],[-73.27136908913181,41.15478135078344],[-73.27147908915879,41.15463035075027],[-73.27165208920128,41.15439435069843],[-73.27170308921391,41.15432635068346],[-73.272015089302,41.15410135062924],[-73.27212408932944,41.15396435059887],[-73.27216808933866,41.153876350580205],[-73.2722550893627,41.15380435056327],[-73.27234308937832,41.15357935051635],[-73.27236408938325,41.1535463505092],[-73.27238608938819,41.15350835050104],[-73.27255408942067,41.15312435042037],[-73.27255408941501,41.153025350400995],[-73.2725320894051,41.152976350392116],[-73.27250608938944,41.152849350368086],[-73.27243808934837,41.1525143503047],[-73.27246008934553,41.152339350269706],[-73.27247408934628,41.152273350256344],[-73.27261208939058,41.15226735025067],[-73.27243608928511,41.15141535008954],[-73.27247408927848,41.1510833500233],[-73.27267108931085,41.15053334990915],[-73.27275208933875,41.1505633499124],[-73.2728460893711,41.150597349916005],[-73.2730700894293,41.15034734985976],[-73.27318008945797,41.15022634983248],[-73.27351208954506,41.14987034975196],[-73.27377908961799,41.14963434969705],[-73.273852089638,41.14957134968233],[-73.27404708969316,41.14943234964876],[-73.2741140897126,41.14939334963894],[-73.27424808975579,41.149390349633975],[-73.27437708979863,41.1494103496337],[-73.27454808985736,41.14947034963988],[-73.27457108986525,41.1494783496407],[-73.27496209000265,41.14967034966558],[-73.27513109006203,41.149753349676324],[-73.27526009010518,41.149778349677014],[-73.27538509014488,41.14976534967042],[-73.27559909020925,41.14968034964679],[-73.27598009032026,41.14946634959247],[-73.2760220903326,41.149444349586815],[-73.27643609045299,41.14920734952691],[-73.27666109051874,41.149084349495496],[-73.27700609061974,41.14889834944785],[-73.27733309071492,41.14871234940076],[-73.2775570907802,41.14858734936899],[-73.27771509082591,41.148492349345254],[-73.27795209089453,41.14835134930991],[-73.27818509096144,41.14820334927334],[-73.27834109100631,41.14810534924907],[-73.27840209102412,41.148071349240425],[-73.2785880910784,41.147968349214196],[-73.27865009109655,41.1479353492057],[-73.27905109121393,41.147719349150364],[-73.28001909149742,41.14720034901718],[-73.28015509153788,41.14713834900062],[-73.28026409157012,41.1470853489867],[-73.28047209163174,41.146986348960525],[-73.280678091693,41.14689234893542],[-73.2808270917364,41.1468083489141],[-73.2810650918058,41.14667534888031],[-73.28128009186923,41.14656834885237],[-73.2814340919147,41.14649234883247],[-73.28221609214611,41.14611534873315],[-73.28258609225554,41.14593534868586],[-73.2828470923335,41.145822348655216],[-73.28369809258798,41.14545834855622],[-73.28400009268057,41.14536934852895],[-73.28428309276667,41.14527434850113],[-73.28540409311474,41.14502034841488],[-73.28580709323126,41.14477834835435],[-73.2866480934774,41.14432434823803],[-73.28708809360776,41.14411534818279],[-73.28715209362485,41.144052348168366],[-73.28737209368393,41.143840348119674],[-73.28773009377798,41.14345934803339],[-73.28810609387918,41.14310134795103],[-73.28821809391147,41.14303234793386],[-73.28830009393678,41.14301134792709],[-73.2883710939589,41.14299634792182],[-73.28849809399853,41.142971347912784],[-73.28858309402476,41.14294934790572],[-73.2886540940467,41.14293134789988],[-73.28886209411105,41.142880347883114],[-73.28902109416038,41.142843347870695],[-73.28929709424644,41.14278734785074],[-73.28947909430056,41.142704347828555],[-73.28963609434733,41.142634347809725],[-73.28967109435725,41.142609347803685],[-73.2898960944206,41.14244434776405],[-73.29022409450643,41.14208934768382],[-73.29044309456154,41.14181334762263],[-73.29061709460542,41.14159634757447],[-73.29077809464864,41.14144134753887],[-73.29085809467293,41.141413347530765],[-73.29120709477901,41.14129434749609],[-73.29134709482386,41.141287347490156],[-73.29152909488018,41.14124234747541],[-73.2917450949453,41.14115934745213],[-73.29175309494777,41.14115734745148],[-73.29204609503864,41.1410893474286],[-73.29209209505231,41.141068347423],[-73.29213409506487,41.14105034741811],[-73.2922370950966,41.14102234740927],[-73.29228609511169,41.14100934740513],[-73.29240309514748,41.140973347394265],[-73.29250409517803,41.140936347383715],[-73.29257109519838,41.14091334737704],[-73.29274209524952,41.14084034735717],[-73.29285309528153,41.14077234734023],[-73.29312109536029,41.14063334730428],[-73.29332609542058,41.14052834727702],[-73.2935570955194,41.14095134735236],[-73.29388009565754,41.141542347457595],[-73.29432609583786,41.14217534756705],[-73.29451909591589,41.142449347614416],[-73.29459009594261,41.14251534762502],[-73.29463209595791,41.14254534762955],[-73.29466209596886,41.14256734763287],[-73.29478009600454,41.1425243476206],[-73.29503209608097,41.14243534759497],[-73.29524309614511,41.14236334757399],[-73.29539809619233,41.142312347558956],[-73.29559409625247,41.1422553475414],[-73.29618509643394,41.14208634748905],[-73.2961870964346,41.14208634748898],[-73.29638309649494,41.14203334747221],[-73.2963940964996,41.142052347475584],[-73.2964270965137,41.14211234748625],[-73.29643909651877,41.14213334748998],[-73.29649209653488,41.14211534748472],[-73.2967000965982,41.14204634746444],[-73.29683809664186,41.1420293474566],[-73.29699809669108,41.14198534744278],[-73.29701709669666,41.14197534744021],[-73.29721509675534,41.141881347415335],[-73.29725909676867,41.14186534741076],[-73.29737509680804,41.141898347413445],[-73.29757909687932,41.14199134742501],[-73.29762209689383,41.142002347425766],[-73.29771209692352,41.1420123474248],[-73.2979630970063,41.1420403474221],[-73.29806509703864,41.14202934741663],[-73.29808409704457,41.14202534741522],[-73.29826809709962,41.14194734739395],[-73.29850109716124,41.14170634733915],[-73.2985010971537,41.1415743473133],[-73.2984970971515,41.14155834731029],[-73.29846509713236,41.14140434728118],[-73.29837809709386,41.14122234724836],[-73.29818209702238,41.14108034722694],[-73.29813509700449,41.141033347219256],[-73.29813209699975,41.140967347206434],[-73.29818009700776,41.14083534717902],[-73.29829309703108,41.1406033471299],[-73.29835209704,41.14042534709311],[-73.2983910970387,41.140181347044056],[-73.29834009700278,41.13984034697892],[-73.2983760970054,41.1396823469468],[-73.29844409702831,41.13969834694772],[-73.2986150970873,41.13976334695487],[-73.29866109710451,41.13980434696141],[-73.29895109724691,41.140657347119024],[-73.29900209726843,41.140745347134626],[-73.29899509727183,41.14084434715423],[-73.29895909726423,41.140915347169305],[-73.2987410971981,41.140992347191485],[-73.29871209719656,41.14112934721927],[-73.29888609727038,41.141437347273914],[-73.29891509728758,41.141574347299816],[-73.29889309728951,41.141733347331666],[-73.29885609728053,41.14178534734305],[-73.29876709725933,41.141918347372005],[-73.29864609723063,41.14210134741179],[-73.2983440971571,41.142524347504484],[-73.29806909708823,41.14287634758239],[-73.2980140970786,41.14301934761219],[-73.29802509709943,41.143322347671166],[-73.29809309713409,41.14354434771243],[-73.29811009714666,41.14366834773616],[-73.2982650972128,41.14394934778614],[-73.29848609730075,41.14423834783554],[-73.29881209743908,41.14481534793792],[-73.29898109750503,41.145013347971194],[-73.299177097576,41.145146347990845],[-73.29953009769476,41.1452273479952],[-73.29965309773728,41.1452753480006],[-73.29979909779236,41.145413348022856],[-73.29980409779432,41.14541934802388],[-73.29986509781834,41.145494348036586],[-73.3000610978865,41.14557834804665],[-73.30050709803403,41.145636348043475],[-73.30066509808432,41.14562234803557],[-73.3010440981988,41.14548034799542],[-73.30118809824582,41.14548834799228],[-73.30126209827164,41.14552134799634],[-73.3016610984168,41.14580434803875],[-73.30199109853145,41.14594334805522],[-73.3021640985883,41.14595934805271],[-73.30231709863601,41.14592834804164],[-73.30274409876205,41.14571734798641],[-73.30291009881516,41.145707347979055],[-73.30308909887397,41.145723347976336],[-73.30329309894445,41.14580234798516],[-73.30338809897859,41.14586234799382],[-73.3035210990314,41.14603434802317],[-73.30365709908938,41.146279348066706],[-73.30368209910252,41.146368348083335],[-73.30354109910097,41.14714034823911],[-73.30361909914627,41.1474923483055],[-73.30369609918053,41.147656348335104],[-73.30389709925574,41.14783534836361],[-73.30414809934628,41.147999348387536],[-73.30422609937881,41.148127348410064],[-73.30423609939989,41.14844034847103],[-73.30420809940566,41.148700348522844],[-73.30425409943703,41.14898934857794],[-73.3043880994868,41.14910234859569],[-73.30468209958664,41.14918534860238],[-73.30565109990621,41.14929434859212],[-73.30584309997218,41.14936234859918],[-73.30595710001315,41.14943434860955],[-73.30598310002487,41.14949234862007],[-73.30596810002207,41.149528348627605],[-73.30589710000254,41.14958834864168],[-73.30547809987645,41.14975334868764],[-73.3053090998283,41.14986734871547],[-73.30510109977342,41.15008434876475],[-73.30503209976474,41.15032334881379],[-73.3050290997923,41.1508233489118],[-73.30497809979475,41.15115534897846],[-73.30482409976105,41.15143734903871],[-73.30466409972357,41.15168734909287],[-73.3046010997165,41.15192034914054],[-73.30471209977031,41.152234349198416],[-73.30477809980228,41.15242034923268],[-73.30486509983594,41.15251734924883],[-73.30504809990175,41.15263334926559],[-73.30587310017305,41.15271234925415],[-73.30600310021771,41.152758349258924],[-73.30602210022494,41.15277734926202],[-73.30555310008668,41.153012349323326],[-73.30522109998884,41.153179349366845],[-73.3052090999853,41.15318534936842],[-73.3050350999348,41.15328634939387],[-73.30460509981002,41.153536349456836],[-73.30390809960652,41.153920349554745],[-73.30364609952899,41.15404634958796],[-73.30350609948954,41.15414834961249],[-73.30346109947692,41.15418234962062],[-73.30325009941889,41.15436134966254],[-73.30309209937909,41.15455934970645],[-73.30291609933039,41.15470334974039],[-73.30286009931675,41.154781349757485],[-73.30278409929831,41.15488934978111],[-73.30251409922452,41.15512634983631],[-73.30213109911733,41.15541834990597],[-73.30201109908383,41.15551134992809],[-73.3018620990406,41.155598349949976],[-73.30183009903135,41.15561734995474],[-73.30137609890403,41.15595935003651],[-73.30124509886738,41.15605935006036],[-73.30123009886303,41.156068350062604],[-73.30048409865134,41.156586350188334],[-73.30043909863866,41.156619350196266],[-73.29990009848723,41.15702035029235],[-73.29978109845389,41.15711035031385],[-73.29939209834173,41.15734935037332],[-73.29826109802102,41.15813935056486],[-73.29764609784672,41.15857035066927],[-73.29708309768661,41.158955350763016],[-73.29646009750948,41.15938235086691],[-73.29619009743283,41.15956935091232],[-73.29598409737436,41.159712350947046],[-73.29544009721896,41.160072351035254],[-73.29521009715428,41.160242351076015],[-73.29486109705624,41.1605023511383],[-73.29485909705569,41.16050435113874],[-73.29459209697401,41.160586351163516],[-73.29399609679051,41.16074835121464],[-73.2935290966458,41.1608593512516],[-73.29335809659261,41.16089635126443],[-73.29295309646854,41.161017351301304],[-73.29261909636625,41.161118351331965],[-73.29208809620542,41.16130935138666],[-73.29171109609123,41.16144535142558],[-73.29126709595751,41.161618351473905],[-73.29071209579045,41.16183635153468],[-73.29017809562703,41.161999351584],[-73.2901180956087,41.162018351589666],[-73.28950609542011,41.16218235164172],[-73.28880809520703,41.16240435170792],[-73.28862709514917,41.16241635171616],[-73.2885630951283,41.162413351717674],[-73.2883910950722,41.1624053517217],[-73.28808109497056,41.16238135172712],[-73.28800709494635,41.16237635172854],[-73.28782409488339,41.16231035172159],[-73.2877120948455,41.162281351719564],[-73.28725309469031,41.16216335171141],[-73.28697909459889,41.162114351710755],[-73.28680909454145,41.16207135170788],[-73.28650909444022,41.161997351703164],[-73.28644309441789,41.161980351701985],[-73.28624709435174,41.16193235169898],[-73.28618209432982,41.16191635169797],[-73.28607009429741,41.16198335171474],[-73.28580809422174,41.162142351754376],[-73.28573209419939,41.162181351764495],[-73.28561709416572,41.16224335178039],[-73.28531209407626,41.16240435182184],[-73.28495309397093,41.16259335187054],[-73.2848670939458,41.16264035188254],[-73.28476609391512,41.16267535189269],[-73.28445509382092,41.16278735192474],[-73.28437009379525,41.16281935193378],[-73.2840490936985,41.16294335196851],[-73.28362909357189,41.16310535201391],[-73.28321309344726,41.163279352061515],[-73.28269909329515,41.16352735212683],[-73.28266709328594,41.16354735213178],[-73.28245009322403,41.163692352167224],[-73.28222409315983,41.163848352205136],[-73.2821650931441,41.163907352218594],[-73.28206809311844,41.164007352241335],[-73.2818890930695,41.164164352277915],[-73.28147709296042,41.16458835237434],[-73.28135609292858,41.16471635240334],[-73.28116209287748,41.1649203524496],[-73.28107009285324,41.16501735247157],[-73.28083309278902,41.16523535252197],[-73.28075209276712,41.16531035253927],[-73.28071009275608,41.16535535254947],[-73.28015109260983,41.1659613526863],[-73.27945509242802,41.16672035285756],[-73.27943509242284,41.16674335286271],[-73.27933309239808,41.16688735289422],[-73.27931209239374,41.16693035290332],[-73.27924509238062,41.16708035293486],[-73.27922809237843,41.16713835294678],[-73.2791800923722,41.16730135298024],[-73.27903509235136,41.167758353074426],[-73.27893109233862,41.16812435314946],[-73.27892409233783,41.168150353154765],[-73.27884709232,41.16827435318155],[-73.27872409228895,41.16842735321551],[-73.2786730922753,41.168477353226955],[-73.27837409219576,41.168778353295615],[-73.27806409211203,41.16906835336248],[-73.27797109208701,41.16915735338293],[-73.27784109205531,41.16933835342259],[-73.27777309203907,41.16943935344458],[-73.27771409202516,41.16953035346433],[-73.27764109201061,41.16968935349782],[-73.27759209200333,41.169839353528765],[-73.27758009200019,41.1698523535317],[-73.27757709200053,41.169875353536305],[-73.27752109199434,41.17008435357904],[-73.27749509199157,41.17018335359927],[-73.27744009198851,41.170441353651555],[-73.2773720919894,41.170842353732255],[-73.27732909199004,41.171097353783566],[-73.2772000919599,41.17130035382751],[-73.27709909193327,41.17140635385154],[-73.27699909190639,41.17150235387359],[-73.27699209190457,41.17151035387539],[-73.27673809183062,41.17165435391185],[-73.27650709176334,41.17178435394483],[-73.27609009164134,41.17201035400264],[-73.27592009159096,41.17209135402404],[-73.27578709155159,41.17215535404088],[-73.27565009151174,41.172233354060616],[-73.27561209150024,41.1722473540646],[-73.27536909142711,41.1723433540913],[-73.27512009135147,41.172429354116254],[-73.27501509132023,41.172477354129065],[-73.27494209129794,41.172500354135934],[-73.27428309109891,41.17274835420594],[-73.27339209083065,41.17309835430347],[-73.27272009062598,41.173321354369],[-73.27267309061165,41.17333635437348],[-73.27233209050708,41.17343735440435],[-73.27184409036097,41.17364335446056],[-73.27128009019289,41.173895354528256],[-73.27124809018335,41.17390935453206],[-73.27059108998708,41.17419435460922],[-73.26975608973481,41.174507354697674],[-73.26916008955324,41.17470435475564]]]},"properties":{"name":605,"geoid":"09001060500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.27267108931085,41.15053334990915],[-73.2728290893457,41.150248349848205],[-73.27306008938265,41.14958534971086],[-73.27311408936986,41.14905434960511],[-73.27294308928163,41.148476349497464],[-73.27271108917759,41.147967349405334],[-73.27235908902881,41.147354349296734],[-73.27244008904482,41.147175349259044],[-73.2725720890707,41.14688034919696],[-73.27272908910179,41.14653434912409],[-73.27301908915905,41.145893348989105],[-73.273521089258,41.14478034875478],[-73.27402408935728,41.1436673485204],[-73.27408708936962,41.14352634849074],[-73.27416208938436,41.143359348455576],[-73.27426908940569,41.14312634840646],[-73.27451308945379,41.142585348292556],[-73.27455308946172,41.14249734827401],[-73.27459208946934,41.14240934825551],[-73.27462508947708,41.14235834824445],[-73.27464708948233,41.142325348237264],[-73.27470208949532,41.14224134821901],[-73.2747240895005,41.142207348211635],[-73.27475808950864,41.14215734820074],[-73.27474308950335,41.142149348199666],[-73.27465908947511,41.14213034819868],[-73.27465408947349,41.14213034819884],[-73.2747430894952,41.14200634817166],[-73.27479008950675,41.14194234815759],[-73.27496008954243,41.141603348085646],[-73.27502908955698,41.141467348056764],[-73.27504408956014,41.141437348050395],[-73.27506608955757,41.14126734801639],[-73.27509508956443,41.14122334800682],[-73.27524108960819,41.14116234799013],[-73.2752770896167,41.14110734797817],[-73.27527708960876,41.14096834795095],[-73.27545308966,41.14086834792563],[-73.275444089656,41.1408493479222],[-73.27515408954224,41.14049834786289],[-73.27495108946718,41.14033334783717],[-73.2747260893791,41.140064347791814],[-73.27458808933103,41.14000434778454],[-73.27437008925708,41.13994334777968],[-73.27429408922572,41.13982434775885],[-73.27425208920985,41.13978434775238],[-73.27418408917687,41.13959134771679],[-73.27408408910496,41.1388963475839],[-73.27441708917551,41.138244347445344],[-73.27447108918707,41.13814034742322],[-73.27452408919824,41.13803534740092],[-73.27457508920897,41.13793434737947],[-73.27462608921977,41.13783434735822],[-73.27476808924986,41.13755634729912],[-73.27497408930388,41.13733534724914],[-73.27690708981073,41.13525834677933],[-73.2776940900171,41.134413346588175],[-73.28151609115984,41.13277634614306],[-73.28282609153138,41.131861345921145],[-73.28426209187865,41.12980534547157],[-73.28494909204488,41.128823345256805],[-73.28646009246404,41.12760434496876],[-73.28718009265631,41.12689234480582],[-73.28934309323431,41.12476034431764],[-73.29006509342736,41.12405034415501],[-73.2915930939189,41.124006344096635],[-73.29393509467228,41.12393834400705],[-73.29618009539452,41.12387434392141],[-73.29771009588676,41.12383134386315],[-73.29794109597364,41.124045343897556],[-73.29812709604359,41.12421734392521],[-73.29818009606358,41.12426734393326],[-73.29824109608654,41.124324343942455],[-73.29863409623434,41.12468834400098],[-73.29875109627838,41.12479734401854],[-73.29880809629984,41.12485034402707],[-73.29886509632128,41.12490334403559],[-73.29892909634283,41.12491834403644],[-73.29897709636563,41.12504634405995],[-73.29902409638818,41.1251753440837],[-73.29883309632729,41.12519034409287],[-73.29866409627594,41.12524834410973],[-73.29805109609627,41.12557334419338],[-73.29771009599636,41.12575534424013],[-73.29737509590024,41.12596934429298],[-73.29725209586498,41.12604834431247],[-73.2971110958387,41.12638734438348],[-73.29718009588424,41.12679534446118],[-73.29745809600404,41.12732034455499],[-73.29756609605275,41.127562344598886],[-73.29748409603222,41.12766734462213],[-73.29712709592562,41.127822344664125],[-73.29692309587168,41.12803334471211],[-73.29684309586553,41.12837934478252],[-73.29695009591732,41.12868134483819],[-73.29703009595036,41.12880734486028],[-73.29713709599464,41.1289773448901],[-73.29713209600294,41.129151344924345],[-73.29700509597055,41.12930334495827],[-73.29686709593201,41.12941034498373],[-73.29665309587239,41.12957834502362],[-73.29653509584135,41.129703345051944],[-73.2965590958548,41.12980334507076],[-73.29663409588369,41.12988434508418],[-73.29672209591754,41.129979345099926],[-73.29678709594432,41.130080345117605],[-73.29685809597345,41.13018834513644],[-73.29687009598952,41.130402345177984],[-73.29700509604774,41.130658345223736],[-73.29708009607724,41.13075034523932],[-73.29721409612998,41.13091534526728],[-73.29724609614152,41.13093634527034],[-73.29725309614527,41.13096234527522],[-73.29731209617402,41.13113234530662],[-73.29736009619747,41.13127134533227],[-73.29736409620399,41.13136334535017],[-73.29737809622304,41.13161834539966],[-73.29718309619027,41.132149345510044],[-73.29687309611377,41.132566345601845],[-73.2966980960707,41.13280334565396],[-73.29661509605116,41.13293134568175],[-73.2963530959894,41.13333434576922],[-73.29612809593654,41.133683345844915],[-73.29620909597726,41.13393834589224],[-73.29641509605813,41.13418834593449],[-73.29661109613723,41.13446434598219],[-73.29662609614749,41.1345593460003],[-73.29667209617793,41.1348323460523],[-73.29680809623058,41.13498434607763],[-73.29690809626928,41.13509634609631],[-73.29702409631413,41.13522534611781],[-73.29712509636153,41.13548334616506],[-73.29714009636848,41.13552034617181],[-73.29721709639799,41.135601346185176],[-73.29717509638857,41.13567434620084],[-73.29719809640437,41.13582134622889],[-73.29719409641186,41.135975346259194],[-73.2970660963795,41.136133346294315],[-73.29678709630237,41.136363346348446],[-73.29666809627255,41.136515346382104],[-73.29668009628824,41.13672234642226],[-73.29678209633005,41.1368773464493],[-73.29695609639367,41.137006346468894],[-73.2970100964153,41.13707934648144],[-73.29717409648087,41.13729934651919],[-73.29743709657885,41.137526346555084],[-73.29771709669004,41.13788834661686],[-73.29786709676208,41.13830134669288],[-73.29786109676601,41.13840434671326],[-73.29864109709457,41.13974334695011],[-73.29866109710451,41.13980434696141],[-73.2986150970873,41.13976334695487],[-73.29844409702831,41.13969834694772],[-73.2983760970054,41.1396823469468],[-73.29834009700278,41.13984034697892],[-73.2983910970387,41.140181347044056],[-73.29835209704,41.14042534709311],[-73.29829309703108,41.1406033471299],[-73.29818009700776,41.14083534717902],[-73.29813209699975,41.140967347206434],[-73.29813509700449,41.141033347219256],[-73.29818209702238,41.14108034722694],[-73.29837809709386,41.14122234724836],[-73.29846509713236,41.14140434728118],[-73.2984970971515,41.14155834731029],[-73.2985010971537,41.1415743473133],[-73.29850109716124,41.14170634733915],[-73.29826809709962,41.14194734739395],[-73.29808409704457,41.14202534741522],[-73.29806509703864,41.14202934741663],[-73.2979630970063,41.1420403474221],[-73.29771209692352,41.1420123474248],[-73.29762209689383,41.142002347425766],[-73.29757909687932,41.14199134742501],[-73.29737509680804,41.141898347413445],[-73.29725909676867,41.14186534741076],[-73.29721509675534,41.141881347415335],[-73.29701709669666,41.14197534744021],[-73.29699809669108,41.14198534744278],[-73.29683809664186,41.1420293474566],[-73.2967000965982,41.14204634746444],[-73.29649209653488,41.14211534748472],[-73.29643909651877,41.14213334748998],[-73.2964270965137,41.14211234748625],[-73.2963940964996,41.142052347475584],[-73.29638309649494,41.14203334747221],[-73.2961870964346,41.14208634748898],[-73.29618509643394,41.14208634748905],[-73.29559409625247,41.1422553475414],[-73.29539809619233,41.142312347558956],[-73.29524309614511,41.14236334757399],[-73.29503209608097,41.14243534759497],[-73.29478009600454,41.1425243476206],[-73.29466209596886,41.14256734763287],[-73.29463209595791,41.14254534762955],[-73.29459009594261,41.14251534762502],[-73.29451909591589,41.142449347614416],[-73.29432609583786,41.14217534756705],[-73.29388009565754,41.141542347457595],[-73.2935570955194,41.14095134735236],[-73.29332609542058,41.14052834727702],[-73.29312109536029,41.14063334730428],[-73.29285309528153,41.14077234734023],[-73.29274209524952,41.14084034735717],[-73.29257109519838,41.14091334737704],[-73.29250409517803,41.140936347383715],[-73.29240309514748,41.140973347394265],[-73.29228609511169,41.14100934740513],[-73.2922370950966,41.14102234740927],[-73.29213409506487,41.14105034741811],[-73.29209209505231,41.141068347423],[-73.29204609503864,41.1410893474286],[-73.29175309494777,41.14115734745148],[-73.2917450949453,41.14115934745213],[-73.29152909488018,41.14124234747541],[-73.29134709482386,41.141287347490156],[-73.29120709477901,41.14129434749609],[-73.29085809467293,41.141413347530765],[-73.29077809464864,41.14144134753887],[-73.29061709460542,41.14159634757447],[-73.29044309456154,41.14181334762263],[-73.29022409450643,41.14208934768382],[-73.2898960944206,41.14244434776405],[-73.28967109435725,41.142609347803685],[-73.28963609434733,41.142634347809725],[-73.28947909430056,41.142704347828555],[-73.28929709424644,41.14278734785074],[-73.28902109416038,41.142843347870695],[-73.28886209411105,41.142880347883114],[-73.2886540940467,41.14293134789988],[-73.28858309402476,41.14294934790572],[-73.28849809399853,41.142971347912784],[-73.2883710939589,41.14299634792182],[-73.28830009393678,41.14301134792709],[-73.28821809391147,41.14303234793386],[-73.28810609387918,41.14310134795103],[-73.28773009377798,41.14345934803339],[-73.28737209368393,41.143840348119674],[-73.28715209362485,41.144052348168366],[-73.28708809360776,41.14411534818279],[-73.2866480934774,41.14432434823803],[-73.28580709323126,41.14477834835435],[-73.28540409311474,41.14502034841488],[-73.28428309276667,41.14527434850113],[-73.28400009268057,41.14536934852895],[-73.28369809258798,41.14545834855622],[-73.2828470923335,41.145822348655216],[-73.28258609225554,41.14593534868586],[-73.28221609214611,41.14611534873315],[-73.2814340919147,41.14649234883247],[-73.28128009186923,41.14656834885237],[-73.2810650918058,41.14667534888031],[-73.2808270917364,41.1468083489141],[-73.280678091693,41.14689234893542],[-73.28047209163174,41.146986348960525],[-73.28026409157012,41.1470853489867],[-73.28015509153788,41.14713834900062],[-73.28001909149742,41.14720034901718],[-73.27905109121393,41.147719349150364],[-73.27865009109655,41.1479353492057],[-73.2785880910784,41.147968349214196],[-73.27840209102412,41.148071349240425],[-73.27834109100631,41.14810534924907],[-73.27818509096144,41.14820334927334],[-73.27795209089453,41.14835134930991],[-73.27771509082591,41.148492349345254],[-73.2775570907802,41.14858734936899],[-73.27733309071492,41.14871234940076],[-73.27700609061974,41.14889834944785],[-73.27666109051874,41.149084349495496],[-73.27643609045299,41.14920734952691],[-73.2760220903326,41.149444349586815],[-73.27598009032026,41.14946634959247],[-73.27559909020925,41.14968034964679],[-73.27538509014488,41.14976534967042],[-73.27526009010518,41.149778349677014],[-73.27513109006203,41.149753349676324],[-73.27496209000265,41.14967034966558],[-73.27457108986525,41.1494783496407],[-73.27454808985736,41.14947034963988],[-73.27437708979863,41.1494103496337],[-73.27424808975579,41.149390349633975],[-73.2741140897126,41.14939334963894],[-73.27404708969316,41.14943234964876],[-73.273852089638,41.14957134968233],[-73.27377908961799,41.14963434969705],[-73.27351208954506,41.14987034975196],[-73.27318008945797,41.15022634983248],[-73.2730700894293,41.15034734985976],[-73.2728460893711,41.150597349916005],[-73.27275208933875,41.1505633499124],[-73.27267108931085,41.15053334990915]]]},"properties":{"name":606,"geoid":"09001060600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.42248013957801,41.182387351247364],[-73.42173913928333,41.18142835108412],[-73.42149013916847,41.18083035097535],[-73.42146913915863,41.18077735096567],[-73.42134113909272,41.180350350886364],[-73.4209741389127,41.17928235068953],[-73.42059613871325,41.17793835043908],[-73.42023613850431,41.1763273501358],[-73.42022213849283,41.176206350112594],[-73.42014613843087,41.17555534998777],[-73.42014813842451,41.17543334996383],[-73.42019113833167,41.173575349599005],[-73.4201781382159,41.171632349219365],[-73.42017713820591,41.17146434918653],[-73.42015213811513,41.170024348905656],[-73.42014213808038,41.169475348798606],[-73.4201321380404,41.16883534867374],[-73.42018513794396,41.16685734828504],[-73.42019613792432,41.16645334820564],[-73.4202051378901,41.16580634807877],[-73.4202351377883,41.163864347697846],[-73.42044713781556,41.16314534755022],[-73.42050213782737,41.16304134752808],[-73.4215011380431,41.16117334712983],[-73.42176313810437,41.160765347041426],[-73.4222341382148,41.160037346883534],[-73.42330613854593,41.15976834679576],[-73.42434413886653,41.15950834671086],[-73.4265271395417,41.158977346535366],[-73.42760213987427,41.158717346449244],[-73.4282821400843,41.158547346393675],[-73.43032514071548,41.15803834622709],[-73.43100614092592,41.1578693461717],[-73.43117914097925,41.157824346157234],[-73.43170014114013,41.15769334611451],[-73.43170514114169,41.15769234611414],[-73.43187414119384,41.1576493461002],[-73.43253214139793,41.157499346049256],[-73.43450614201038,41.15705334589723],[-73.43516514221484,41.15690434584646],[-73.43548514231254,41.15680434581642],[-73.4364451426056,41.156504345726226],[-73.4367651427033,41.15640434569615],[-73.43690414274555,41.1563573456824],[-73.4373211428724,41.156219345641716],[-73.43746114291501,41.156173345628126],[-73.43838514320281,41.155984345560825],[-73.44115814406666,41.1554193453593],[-73.44208314435484,41.15523134529218],[-73.44214514437351,41.15520734528543],[-73.44233414443056,41.15513734526554],[-73.44239714444961,41.15511434525898],[-73.44302714464423,41.154957345207585],[-73.44491714522809,41.154487345053596],[-73.44498314524851,41.15447134504831],[-73.44556014543082,41.15439834501509],[-73.44604714558133,41.15427834497563],[-73.44750814603309,41.15392234485803],[-73.44799614618402,41.15380434481892],[-73.44883314645232,41.15376534478382],[-73.44890714647606,41.1537623447808],[-73.44891114647943,41.153798344787724],[-73.4490121465224,41.153978344819635],[-73.44908114655368,41.15413434484788],[-73.44913014657267,41.154189344857045],[-73.44914914658335,41.15426834487187],[-73.44916314659126,41.154327344882965],[-73.44919014660813,41.15446934490986],[-73.44922514662652,41.15459234493277],[-73.44925814666178,41.15502034501544],[-73.44929614668732,41.15525134505938],[-73.44947814679091,41.15603034520584],[-73.44971014691181,41.15682934535457],[-73.44974014692374,41.15686834536121],[-73.44973614692526,41.15691734537092],[-73.44981314696533,41.15718134542005],[-73.45014314709849,41.157642345499426],[-73.45040314720337,41.1580053455619],[-73.45087914738637,41.158512345645484],[-73.45141414757255,41.15874334567311],[-73.45196714776307,41.15894834569508],[-73.45219714785334,41.15922534574171],[-73.45254314798902,41.159640345811546],[-73.45287514810299,41.15975634582334],[-73.45297514813733,41.159791345826896],[-73.4534871482858,41.159495345752184],[-73.45410014847685,41.159372345707986],[-73.45429514853294,41.159251345677916],[-73.45443614857356,41.15916534565646],[-73.45462914863158,41.15908934563526],[-73.45488914872033,41.15917134564276],[-73.45538814889714,41.159441345679205],[-73.45633714922505,41.159810345720246],[-73.45704414947151,41.16012234575806],[-73.45746114961118,41.160207345761],[-73.4577161496906,41.16015534574245],[-73.45795114976386,41.16010834572554],[-73.45830814987475,41.16003034569856],[-73.45840614990523,41.16000934569123],[-73.45865714999003,41.16007334569551],[-73.45878715003396,41.1601063456977],[-73.45935415023808,41.16046934575009],[-73.45988715042817,41.16077934579323],[-73.46001015047005,41.16081634579644],[-73.46038915059916,41.16093134580648],[-73.46052215064113,41.16091334579859],[-73.4611231508309,41.1608353457636],[-73.46164515100149,41.16086834575291],[-73.46209615115357,41.160978345759624],[-73.4622161511941,41.161008345761545],[-73.46262015132778,41.16106234575884],[-73.46298115144721,41.16111034575638],[-73.46332915155998,41.16111534574592],[-73.46357015164635,41.16126334576696],[-73.46402315179314,41.16126934575326],[-73.46429515189566,41.161523345794016],[-73.46402715182623,41.1618223458613],[-73.46428115192673,41.162142345915555],[-73.46419615191066,41.16234034595708],[-73.4640971518921,41.16257434600611],[-73.4640741518975,41.16279734605048],[-73.46418115194399,41.163004346087455],[-73.46435515200857,41.16314934611011],[-73.46462715212489,41.16364334619781],[-73.46463715212955,41.16366834620238],[-73.46472815217152,41.16388634624202],[-73.465009152275,41.16410634627582],[-73.46527315235791,41.16406434625894],[-73.46547615242422,41.16407634625462],[-73.46568415250766,41.16435834630295],[-73.46581315255465,41.16445034631671],[-73.46616015266552,41.164428346301],[-73.4662791527051,41.16444734630082],[-73.46646515277678,41.16464834633401],[-73.46650015279579,41.16478234635907],[-73.46658615284193,41.16510134641865],[-73.46665615287469,41.16527734645078],[-73.4666871528892,41.16535534646501],[-73.46683515294595,41.165510346490464],[-73.46681315294315,41.16558534650586],[-73.46655315290921,41.16645634668478],[-73.4657101528001,41.16929534726774],[-73.46542915276379,41.17024234746219],[-73.46537415274669,41.170254347466354],[-73.46522515269922,41.17026634747359],[-73.46513315266758,41.17023334747016],[-73.46507815264778,41.17019834746512],[-73.4650421526349,41.170176347462],[-73.46489215258048,41.170073347446795],[-73.46472515251769,41.16992034742235],[-73.4645541524549,41.16978934740236],[-73.46445215241633,41.16969234738672],[-73.46424015234166,41.16958534737276],[-73.46418315232253,41.16957334737229],[-73.46390415222896,41.169514347369926],[-73.463824152202,41.16949534736883],[-73.46356915211607,41.16943434736528],[-73.46343715207163,41.16940334736356],[-73.46300015192394,41.16929134735601],[-73.46287515188105,41.16924834735171],[-73.46281215186013,41.169238347351815],[-73.46271015182634,41.169224347352426],[-73.46255315177463,41.16920734735426],[-73.46219315165757,41.16919534736375],[-73.46202215160407,41.16922634737543],[-73.46198415159105,41.16921334737412],[-73.46190415156374,41.169188347371865],[-73.4617411515105,41.169178347375265],[-73.46160015146721,41.16921834738771],[-73.46139415140627,41.16931634741365],[-73.46129715138372,41.16946934744675],[-73.46118015136075,41.169727347501066],[-73.46102115132068,41.169924347544814],[-73.46075315124969,41.17019634760682],[-73.46070815123785,41.1702433476175],[-73.46055615120059,41.17044934766277],[-73.46039915116123,41.17064734770666],[-73.46026415112219,41.170727347726746],[-73.46018915110061,41.170773347738205],[-73.4599221510228,41.170921347775916],[-73.45986615100759,41.17097134778754],[-73.4597511509765,41.17107734781205],[-73.45926115083618,41.17139134788956],[-73.4588261507107,41.17165434795528],[-73.45840615058789,41.17187934801308],[-73.45805615048559,41.17206734806134],[-73.45722915023846,41.17241834815716],[-73.45688315013379,41.17254334819296],[-73.4565651500367,41.17264234822277],[-73.45592614983963,41.17280734827603],[-73.45572714977737,41.172843348289604],[-73.45547214969848,41.17290434830991],[-73.45499614954977,41.17299434834316],[-73.45445414937981,41.17308534837875],[-73.45392114921418,41.17320134841894],[-73.45360014911451,41.17327234844336],[-73.4528521488802,41.17340234849335],[-73.45261814880656,41.17343734850788],[-73.45237714873016,41.17346334852089],[-73.45217614864896,41.17318134847234],[-73.45210414861684,41.173027348444585],[-73.45204614858872,41.1728643484146],[-73.45203514858325,41.172831348408515],[-73.45198614855315,41.17258334836162],[-73.45193614849781,41.17190234823007],[-73.45184014842934,41.171251348105905],[-73.45176414838001,41.1708203480241],[-73.45171014834449,41.17050634796445],[-73.45161514830423,41.1703403479351],[-73.45150114825951,41.17020334791205],[-73.45135014820148,41.17004334788571],[-73.45123214815362,41.16987434785654],[-73.45102914806827,41.16953134779612],[-73.45102114806512,41.16952134779442],[-73.45079214797516,41.16924434774776],[-73.45049114786299,41.168985347706965],[-73.44997014767353,41.168619347652495],[-73.44985814763444,41.16856934764639],[-73.44976214760152,41.16853634764309],[-73.44926614743906,41.16849934765214],[-73.44887214731061,41.16848034766135],[-73.44880214728782,41.168477347663064],[-73.44855814720917,41.16848134767186],[-73.44837114714677,41.16844734767135],[-73.44823814710044,41.16838934766438],[-73.44815214706874,41.168321347653894],[-73.44812014705435,41.16825134764125],[-73.44797114701312,41.16837134766961],[-73.44789314699214,41.16844534768665],[-73.4478681469855,41.16847034769236],[-73.4478271469754,41.16852534770447],[-73.44754814690207,41.16881834777093],[-73.44742814687343,41.168995347809506],[-73.44734614685557,41.169145347841535],[-73.44732814685177,41.169180347848965],[-73.44724314683839,41.16942534789967],[-73.44721014683347,41.16952534792032],[-73.44705514682032,41.17016834805118],[-73.44700314683084,41.1706433481458],[-73.44693614684518,41.171269348270435],[-73.44690014685935,41.17171834835944],[-73.44685914687109,41.17215334844585],[-73.44673314686004,41.17266934855092],[-73.44649914680492,41.17302634862842],[-73.44637014677323,41.17320034866669],[-73.44622314673549,41.17337034870476],[-73.44594914666038,41.173604348759525],[-73.44573814660085,41.17375534879599],[-73.44556814655176,41.173857348821514],[-73.44551514653654,41.173890348829715],[-73.44538014649594,41.17394334884451],[-73.44528314646773,41.17399834885844],[-73.44495414636891,41.174129348894866],[-73.44480714632404,41.17417534890869],[-73.44457714625308,41.174234348927776],[-73.44440114619856,41.17427534894157],[-73.44367914597515,41.17444934899931],[-73.4426351456522,41.17470234908306],[-73.44151614530622,41.174976349173384],[-73.44099514514522,41.17510534921571],[-73.4407951450832,41.17515134923128],[-73.44054814500657,41.175207349250336],[-73.44026514491884,41.17527234927233],[-73.43997314482738,41.175323349291894],[-73.43985214479008,41.175355349302116],[-73.43980814477634,41.17536334930512],[-73.4395611446993,41.175412349322826],[-73.43939114464733,41.175464349338576],[-73.43825314429795,41.1757863494389],[-73.43751114407027,41.1759983495047],[-73.437190143973,41.17611134953735],[-73.43684714386941,41.17623834957345],[-73.43614714365701,41.17648034964375],[-73.43533614341445,41.17682134973704],[-73.4346721432142,41.17707234980793],[-73.434415143136,41.17715734983299],[-73.43397814300319,41.17730434987607],[-73.43344414283693,41.17741534991531],[-73.43309914272976,41.17749134994149],[-73.43274214261974,41.17758534997159],[-73.43273614261787,41.17758634997198],[-73.43238814251008,41.17766834999944],[-73.43183614234144,41.177839350050995],[-73.43165714228685,41.17789635006802],[-73.4313011421784,41.17801135010218],[-73.43098814208548,41.17815535014063],[-73.43097914208285,41.178160350141894],[-73.43067014198955,41.17827535017452],[-73.43024914186378,41.17845535022354],[-73.43003214179897,41.178548350248846],[-73.42971614170465,41.17868435028579],[-73.42957914166563,41.178776350308304],[-73.42956914166287,41.17878435031019],[-73.42941414161844,41.17888335033464],[-73.42916414154543,41.17901935036944],[-73.4291531415421,41.179023350370585],[-73.4290011414966,41.179086350387884],[-73.4288921414645,41.179141350402226],[-73.4287301414169,41.17922435042377],[-73.42856814136944,41.1793093504457],[-73.42846114133818,41.17936735046055],[-73.42801914120842,41.17959635051984],[-73.427977141196,41.17961635052512],[-73.42756614107479,41.17981935057831],[-73.42687014086805,41.18013735066335],[-73.4266791408102,41.18020535068291],[-73.42648614075188,41.180276350703124],[-73.42597514059736,41.18046235075625],[-73.42560514048739,41.18063035080125],[-73.42530114039745,41.180775350839575],[-73.42497414030132,41.180942350882965],[-73.42475314023734,41.18107235091564],[-73.42453614017619,41.181229350953465],[-73.42429314010863,41.18142035099878],[-73.42415514007084,41.18153935102659],[-73.42377413996093,41.18177035108426],[-73.42313213977118,41.18208035116593],[-73.42308313975649,41.18210035117145],[-73.42281913967872,41.18223235120593],[-73.42277413966526,41.18225135121112],[-73.42272413965064,41.18227835121803],[-73.42248013957801,41.182387351247364]]]},"properties":{"name":453,"geoid":"09001045300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.38707412744822,41.170503350083166],[-73.38726212750755,41.17047835007213],[-73.3875921276118,41.1704353500529],[-73.38782712768898,41.17045635004932],[-73.38801712775138,41.170473350046436],[-73.38893412805011,41.170512350024026],[-73.39168512894646,41.170632349957415],[-73.3921111290853,41.17065134994719],[-73.3925781292452,41.17080634996222],[-73.39278812931556,41.170849349963746],[-73.39342112952771,41.170980349968644],[-73.39363212959847,41.17102434997035],[-73.39386612967687,41.1710723499721],[-73.39456812991229,41.171219349977854],[-73.39480212999077,41.171268349979776],[-73.39555813022137,41.17102734990786],[-73.39782713091361,41.17030634969248],[-73.39830913106067,41.17015334964676],[-73.39844713110281,41.17011034963383],[-73.39858413114455,41.170065349620536],[-73.39870713118084,41.170005349604764],[-73.39877513120108,41.16997434959648],[-73.39896513125734,41.16988434957265],[-73.39908013129141,41.16983034955831],[-73.39908513129292,41.16982834955776],[-73.39920413132812,41.169771349542714],[-73.39947613140563,41.169589349498196],[-73.40029313163856,41.169045349365014],[-73.40056613171645,41.16886434932064],[-73.40142113197602,41.168570349235125],[-73.40399013275604,41.1676893489786],[-73.40484613301598,41.167396348893234],[-73.40661213354329,41.16663634868667],[-73.41121113491667,41.164659348149186],[-73.41191113512564,41.16435734806716],[-73.41367813565331,41.16359834786074],[-73.41396513573845,41.16346534782532],[-73.4148301359952,41.1630663477189],[-73.41511813608072,41.162934347683624],[-73.41534513615301,41.16291534767247],[-73.41540313617057,41.16289434766646],[-73.41548813619501,41.162841347653305],[-73.41553113620718,41.16281134764603],[-73.41585913630048,41.16258934759183],[-73.41663113652025,41.16207034746499],[-73.41699813662473,41.16182334740463],[-73.41738313673575,41.16158934734622],[-73.41853913706927,41.16088934717136],[-73.41857913708083,41.16086534716536],[-73.41897913720696,41.160810347141485],[-73.41912113725115,41.16078034713097],[-73.4191671372655,41.16077134712769],[-73.41954813738401,41.16069034709937],[-73.41961813740585,41.16067634709433],[-73.4196911374286,41.160661347089],[-73.41978713745826,41.16063734708116],[-73.42006313754351,41.1605683470586],[-73.42019913758557,41.16053534704768],[-73.4217251380574,41.16016134692449],[-73.4222341382148,41.160037346883534],[-73.42176313810437,41.160765347041426],[-73.4215011380431,41.16117334712983],[-73.42050213782737,41.16304134752808],[-73.42044713781556,41.16314534755022],[-73.4202351377883,41.163864347697846],[-73.4202051378901,41.16580634807877],[-73.42019613792432,41.16645334820564],[-73.42018513794396,41.16685734828504],[-73.4201321380404,41.16883534867374],[-73.42014213808038,41.169475348798606],[-73.42015213811513,41.170024348905656],[-73.42017713820591,41.17146434918653],[-73.4201781382159,41.171632349219365],[-73.42019113833167,41.173575349599005],[-73.42014813842451,41.17543334996383],[-73.42014613843087,41.17555534998777],[-73.42022213849283,41.176206350112594],[-73.42023613850431,41.1763273501358],[-73.42059613871325,41.17793835043908],[-73.4209741389127,41.17928235068953],[-73.42134113909272,41.180350350886364],[-73.42146913915863,41.18077735096567],[-73.42149013916847,41.18083035097535],[-73.42173913928333,41.18142835108412],[-73.42248013957801,41.182387351247364],[-73.42234813953874,41.182446351263216],[-73.42215513948133,41.18253335128657],[-73.42118513919313,41.18297535140482],[-73.42101413914237,41.18305435142589],[-73.42093813912113,41.18311235143972],[-73.42088113910518,41.18315535144999],[-73.42084313909456,41.183184351456916],[-73.42079613908092,41.18321135146373],[-73.42059013902097,41.18332735149317],[-73.42018313890495,41.18359835155952],[-73.41981513880225,41.18388135162693],[-73.4194451386957,41.18410935168365],[-73.41886513847916,41.18360435160394],[-73.41882113846597,41.18362235160889],[-73.41801713816889,41.18297635150892],[-73.41730913790562,41.1823783514152],[-73.41709313782626,41.182212351389815],[-73.41694613777337,41.182119351376464],[-73.4168171377273,41.182043351365834],[-73.4168031377222,41.182033351364325],[-73.41665813766906,41.181924351347774],[-73.41633113755185,41.181724351319374],[-73.4160801374631,41.181592351301795],[-73.41599213742913,41.181496351285915],[-73.41569613732332,41.18132035126119],[-73.41560713729218,41.18127935125609],[-73.41535213720228,41.18114935123903],[-73.41515813713363,41.181046351225255],[-73.41485513702733,41.18090135120682],[-73.41477213699878,41.180871351203685],[-73.41468813696989,41.18084135120058],[-73.41438913686777,41.180746351191786],[-73.41404113674977,41.18065135118463],[-73.41325513648479,41.18046235117343],[-73.41290213636717,41.18040135117309],[-73.41226813615592,41.18029235117254],[-73.41215813612587,41.18038835119492],[-73.41207813610316,41.18044335120831],[-73.41168213598829,41.18067235126608],[-73.41084313574079,41.181086351374546],[-73.41081513573253,41.181100351378205],[-73.41063913568102,41.18119435140237],[-73.4103991356121,41.18134535143977],[-73.40989113548964,41.182073351598795],[-73.4098121354736,41.18223835163365],[-73.40970513545628,41.18253935169602],[-73.40968013545373,41.18263535171561],[-73.40968813546061,41.18271035173002],[-73.40967413546332,41.18283635175512],[-73.40971713548889,41.18303935179342],[-73.40985313555124,41.18335935185152],[-73.40999713562084,41.18376035192522],[-73.41023213572227,41.18420335200415],[-73.41028413574941,41.18438335203765],[-73.41030813576845,41.18457935207519],[-73.4102831357741,41.184818352122754],[-73.41027713578312,41.18500935216029],[-73.41018913577224,41.18531535222303],[-73.41006313574127,41.18548535226041],[-73.40989713570066,41.18571235231023],[-73.4098271356841,41.18581835233325],[-73.40965513563832,41.185989352372324],[-73.40956713561353,41.18605335238774],[-73.40946413558517,41.18613935240793],[-73.4087711353809,41.186484352498105],[-73.40871513536217,41.18647335249779],[-73.40863213533447,41.18645835249759],[-73.40854713530629,41.18644635249802],[-73.40849113528778,41.186439352498496],[-73.40820613520407,41.18658635253658],[-73.40802313515445,41.18675235257504],[-73.4076171350536,41.187282352691994],[-73.40745313500884,41.187426352725524],[-73.40719613493529,41.18759235276641],[-73.40687613484118,41.18775535280878],[-73.40653513473603,41.18784435283737],[-73.40617213462204,41.1879033528608],[-73.40581213450932,41.1879673528851],[-73.40478613418283,41.18805935293675],[-73.40333113372046,41.188200353012],[-73.40316713366703,41.188193353016004],[-73.40301813361752,41.188170353016396],[-73.40301913361594,41.18813735300991],[-73.40255413346294,41.18809135301616],[-73.40191813325316,41.18801935302292],[-73.40164613316503,41.18801635303125],[-73.4014361330985,41.18804035304282],[-73.40055013281946,41.18817035309729],[-73.3995231324977,41.18835035316614],[-73.39944013247087,41.188350353168865],[-73.39843313215628,41.188542353239406],[-73.3975511318797,41.18869235329764],[-73.39754313189054,41.18892635334367],[-73.39754213189192,41.18895635334955],[-73.397556131923,41.18941835343945],[-73.39754213193056,41.189629353481166],[-73.39752713193924,41.189864353527604],[-73.39755513197315,41.19029735361134],[-73.39757313199401,41.190559353662],[-73.3976091320477,41.191291353803955],[-73.39761713206794,41.19159835386371],[-73.3976301320971,41.19203335394835],[-73.39763913210611,41.19213935396876],[-73.39766913213424,41.19246035403055],[-73.39767913214364,41.19256735405114],[-73.39768013215424,41.19274635408612],[-73.39768213216655,41.19294935412574],[-73.39774113220452,41.19327835418814],[-73.39775913221595,41.19337635420671],[-73.39778913222992,41.19345035422018],[-73.39780913223932,41.19350135422951],[-73.39796513230414,41.193751354273275],[-73.39822213241077,41.194161354345006],[-73.39850613253084,41.1946523544317],[-73.39868213260522,41.19495635448538],[-73.39868613260904,41.19500035449383],[-73.39870313261711,41.19504535450209],[-73.39872013262647,41.19511235451461],[-73.39872413262862,41.19512735451743],[-73.39873113263802,41.19525135454144],[-73.39865213262314,41.1954373545804],[-73.39859613260872,41.195501354594754],[-73.398543132593,41.19552635460137],[-73.3983981325502,41.195597354620006],[-73.39826613251125,41.19566235463704],[-73.39804913244436,41.19571935465529],[-73.3980031324302,41.19573235465934],[-73.39781413237222,41.195786354676095],[-73.39761813231273,41.195854354695804],[-73.39746213226687,41.19593435471658],[-73.39692013211504,41.1963423548141],[-73.39658613202155,41.19659535487452],[-73.39631713194623,41.19679835492301],[-73.39621413191666,41.19686335493911],[-73.39589513182516,41.197066354989246],[-73.39497713155029,41.19744935509419],[-73.39497313154905,41.19745035509453],[-73.39455613142518,41.19764135514555],[-73.39435013136499,41.19775335517418],[-73.39424313133435,41.197822355191185],[-73.39413413130323,41.19789435520883],[-73.39383213121607,41.19807735525451],[-73.39367413117556,41.19826135529567],[-73.3934851311277,41.19849235534702],[-73.39345313112034,41.19854435535822],[-73.393267131078,41.19885435542493],[-73.39285413094875,41.198929355453124],[-73.39251213084181,41.19899335547685],[-73.39210013070864,41.19899435549054],[-73.39174513059234,41.1989683554971],[-73.39160313054589,41.198959355499994],[-73.39137513047147,41.19894735550512],[-73.39118413040977,41.19894835551156],[-73.39110413038395,41.19894935551438],[-73.3909341303293,41.198955355521136],[-73.39082813029532,41.19896035552558],[-73.39019613009735,41.19907235556819],[-73.38995113002065,41.199116355584806],[-73.38938712984407,41.19921735562304],[-73.38927512980905,41.19923835563082],[-73.38915912977244,41.199254355637756],[-73.3887881296157,41.19861435552479],[-73.38844812947762,41.19812435544013],[-73.38774112919049,41.19710635526426],[-73.3864391286617,41.19523035494013],[-73.38462512792223,41.19256835447906],[-73.38359212750115,41.19105235421646],[-73.38355012748028,41.19092535419299],[-73.3833831274148,41.19072535415935],[-73.38270512714531,41.189850354010446],[-73.38257812709402,41.18967235397981],[-73.38249512705588,41.18947535394399],[-73.38211412691085,41.18909535388218],[-73.38178712678635,41.18876835382891],[-73.38113712652165,41.187818353664426],[-73.38083412639824,41.187375353587704],[-73.38069712634406,41.18720335355856],[-73.38069312634248,41.187198353557726],[-73.38029712618474,41.186681353469574],[-73.38016412613182,41.1865083534401],[-73.38004712608554,41.18636135341518],[-73.38004412608434,41.1863573534145],[-73.37982712599954,41.18610235337173],[-73.37968712594439,41.18593035334268],[-73.37956912589792,41.18578535331818],[-73.37998912599306,41.18507635316577],[-73.3812511262792,41.182950352708644],[-73.38147512633013,41.182575352627964],[-73.38186712640217,41.181621352428536],[-73.38233312648791,41.18048935219186],[-73.38261412653976,41.17980935204965],[-73.38426412684359,41.17580435121222],[-73.38437412686488,41.1755553511599],[-73.3847051269292,41.17481035100334],[-73.38481612695087,41.17456235095118],[-73.38486712696043,41.17444135092584],[-73.38513712701969,41.173952350821324],[-73.38613912723987,41.172142350434434],[-73.38647312731328,41.17153935030554],[-73.38659312734016,41.17133135026091],[-73.38695312742095,41.17071035012763],[-73.38707412744822,41.170503350083166]]]},"properties":{"name":454,"geoid":"09001045400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.26137109737424,41.35512039024088],[-73.26150209742295,41.35522939025783],[-73.26200109761436,41.35574539034205],[-73.2624070977641,41.35606139039034],[-73.26314509803147,41.356552390461864],[-73.26338909811905,41.3567003904827],[-73.263643098212,41.35688539051044],[-73.26376409825727,41.35699039052693],[-73.26390409831426,41.357192390561714],[-73.26393109832854,41.35728839057953],[-73.2640120983686,41.35752839062364],[-73.26409909841621,41.35786539068644],[-73.26411909842794,41.35795639070352],[-73.264142098445,41.3581233907353],[-73.26421509848288,41.35837039078105],[-73.2642460984975,41.358449390795414],[-73.26431609853013,41.358622390826824],[-73.26441209857248,41.35881739086168],[-73.26455509863084,41.35902639089772],[-73.26485109874629,41.35936539095406],[-73.26523409889798,41.359844391034855],[-73.26528209891809,41.359923391048675],[-73.26540709897057,41.360131391085105],[-73.26557909904469,41.36045039114162],[-73.26576909912866,41.36083939121119],[-73.26598009921766,41.36119739127402],[-73.26606209925028,41.361302391291794],[-73.26622209931301,41.361491391323376],[-73.26643909939692,41.361727391362244],[-73.26646709940657,41.36173739136327],[-73.26656209943994,41.36178239136892],[-73.26670009949267,41.36192139139149],[-73.26685709955149,41.36205939141324],[-73.26698409959835,41.362158391428366],[-73.26768909986093,41.3627513915208],[-73.26834310010707,41.36334539161513],[-73.26852310017439,41.363501391639595],[-73.26862110021196,41.36360239165607],[-73.26878710027555,41.36377239168376],[-73.2689301003325,41.36395639171492],[-73.26906010038522,41.36414039174652],[-73.26918810043655,41.36431139177562],[-73.26935610050394,41.36453639181396],[-73.26951710056977,41.36477339185483],[-73.2696821006353,41.36498239189015],[-73.26994710074126,41.365331391949454],[-73.26997710075295,41.365365391955095],[-73.27026610086574,41.36569739201031],[-73.27050610095802,41.36594939205154],[-73.27056910098224,41.36601539206232],[-73.27074910105291,41.36622939209811],[-73.27089210111308,41.36646939214018],[-73.27096110114368,41.366612392165784],[-73.27101410117037,41.366777392196184],[-73.27102110117643,41.3668433922088],[-73.27102710118126,41.366893392218344],[-73.27104810119378,41.366992392236945],[-73.27105410120218,41.36710439225856],[-73.27104710120487,41.36719039227553],[-73.27100010120292,41.36742039232188],[-73.27098510120157,41.36748139233424],[-73.27088810119362,41.36788839241669],[-73.2708441012067,41.368362392510434],[-73.2708441012072,41.368371392512195],[-73.27083610122133,41.36866139256894],[-73.27084710123009,41.368751392586105],[-73.27087110124042,41.36879539259389],[-73.27106010132616,41.36922039267048],[-73.27118610138712,41.36956939273432],[-73.27166310160551,41.37067639293431],[-73.27170310162523,41.37079339295577],[-73.27208010178867,41.37150939308287],[-73.27214810183159,41.37187139315114],[-73.2721601018449,41.37203439318248],[-73.27214410185297,41.3722643932278],[-73.27213910186347,41.37247439326887],[-73.27209210185667,41.37262039329883],[-73.27207310185207,41.37264739330472],[-73.27195310182498,41.37285139334837],[-73.27168210176559,41.373344393453245],[-73.27156110174883,41.37373339353296],[-73.27150410175095,41.374090393604355],[-73.27149910176017,41.37427839364111],[-73.27152110177805,41.37446439367661],[-73.27166010184779,41.3748923937554],[-73.27173510188084,41.37504439378257],[-73.27186810193524,41.37524039381636],[-73.27232510210537,41.37562239387579],[-73.27255310218824,41.37577839389869],[-73.27275410225919,41.37587939391178],[-73.27290610231192,41.3759393939185],[-73.27311910238572,41.37602239392767],[-73.27332410245683,41.376103393936745],[-73.27336610247123,41.37611739393809],[-73.27352210252485,41.376170393943305],[-73.27365410257016,41.37621439394754],[-73.27405010270613,41.37634739396049],[-73.27418210275151,41.37639239396493],[-73.27444210284003,41.37646639397082],[-73.27486510298407,41.37658739398052],[-73.27521310310468,41.37672339399562],[-73.27546610319237,41.3768223940066],[-73.27564910325742,41.37692239402009],[-73.2759161033525,41.37707039404016],[-73.27620810345485,41.3772043940567],[-73.27639910352175,41.37729139406738],[-73.27654610357469,41.377383394080496],[-73.2767041036312,41.377475394093224],[-73.27720810381147,41.37776939413395],[-73.27763310396286,41.37800639416619],[-73.27786710404625,41.37813739418403],[-73.27794310407364,41.37818539419089],[-73.27831810420744,41.37839839422008],[-73.27846210425884,41.378480394231325],[-73.2791251044945,41.37884139427991],[-73.27922210452996,41.378911394290355],[-73.27945410461116,41.379015394303],[-73.27954710464371,41.37905739430814],[-73.27983910474717,41.37921039432837],[-73.28054410499442,41.37953639436874],[-73.28124810524139,41.37986339440935],[-73.28247910567227,41.38041739447689],[-73.28266910573856,41.38049939448663],[-73.28300110585451,41.38064439450399],[-73.2832321059382,41.3807973945262],[-73.28333210597613,41.38089339454163],[-73.28343310601574,41.38101239456147],[-73.28351410604668,41.381093394574584],[-73.28379510615856,41.38145439463567],[-73.28409110627567,41.38182139469742],[-73.28438410639681,41.38227539477622],[-73.28452510645926,41.382565394828035],[-73.28461510650176,41.38279639487007],[-73.28466610652916,41.382984394905],[-73.28475610657148,41.38321239494643],[-73.2847951065929,41.383364394974755],[-73.28484010662268,41.38362739502447],[-73.2848841066595,41.38401839509914],[-73.28490610669061,41.3844333951792],[-73.2849331067198,41.38478739524723],[-73.2849241067382,41.38515639531937],[-73.28494010675293,41.38532139535097],[-73.28495010676582,41.385488395383156],[-73.28502210680827,41.385819395445225],[-73.28523210690727,41.38635539554267],[-73.28552610703912,41.38698839565625],[-73.28571210712036,41.38735139572082],[-73.28585210718327,41.387655395775425],[-73.28600110724388,41.387868395811985],[-73.286090107282,41.388029395840405],[-73.28626010734305,41.38813239585489],[-73.28641310740065,41.388271395876934],[-73.2867051075066,41.38846739590552],[-73.28800110797354,41.3892803960213],[-73.28804810799055,41.38931139602579],[-73.28834310809712,41.3895013960531],[-73.28922810841689,41.39007239613522],[-73.28925310842598,41.39008939613772],[-73.28951310852115,41.39027839616598],[-73.28966910857775,41.39038339618131],[-73.29013810874814,41.39070139622783],[-73.29029510880513,41.39080739624332],[-73.29036610883306,41.390892396257534],[-73.29058010891724,41.39114939630054],[-73.2905971089239,41.39116939630387],[-73.29065310894586,41.39123539631488],[-73.29070610897126,41.39137739634078],[-73.2907371089873,41.39148139636001],[-73.29073910898823,41.39148639636091],[-73.29081410902228,41.39165439639116],[-73.2908601090464,41.3918143964208],[-73.29091410907195,41.391953396446084],[-73.29096210909941,41.392159396484594],[-73.29097510910744,41.392225396497004],[-73.29102610913876,41.39248139654517],[-73.2910901091799,41.39283439661176],[-73.29110310918793,41.392900396624185],[-73.29116410922539,41.393206396681734],[-73.29122610926618,41.393564396749376],[-73.29135210932515,41.39387839680636],[-73.29147210937641,41.39409239684407],[-73.29148510938155,41.39410839684677],[-73.29165510944866,41.39431639688167],[-73.29176110948983,41.394434396901154],[-73.29188510953928,41.39459439692822],[-73.29188910954079,41.39459839692888],[-73.29232610970817,41.39504439700135],[-73.2924721097641,41.39519339702556],[-73.29254510979209,41.39526839703776],[-73.29319211003754,41.39588739713702],[-73.2932981100782,41.39599639715475],[-73.29353011017136,41.396307397207664],[-73.29381711028785,41.39671339727727],[-73.29414911042568,41.39723639736815],[-73.29422211045764,41.397380397393775],[-73.2943061104935,41.39752939742001],[-73.29442811054442,41.39772639745434],[-73.29447011056358,41.39782239747164],[-73.29452311058765,41.39794139749308],[-73.29467111065088,41.3982053975396],[-73.2947661106931,41.39840339757502],[-73.2948181107155,41.39849939759198],[-73.29505611081849,41.39894639767115],[-73.29540911096868,41.399565397780044],[-73.29551211101025,41.39970739780429],[-73.29563911105998,41.39985539782893],[-73.29571511109033,41.3999543978457],[-73.29621211128871,41.4005993979549],[-73.29664111145763,41.40111639804143],[-73.29670411148238,41.40119139805396],[-73.2969671115849,41.40149039810351],[-73.29717211166616,41.40174639814659],[-73.2973781117461,41.4019743981842],[-73.29739011175074,41.40198739818633],[-73.29808011202682,41.40289439834017],[-73.29839011214642,41.40322539839442],[-73.29862011223196,41.40341539842384],[-73.29888511233045,41.403633398457565],[-73.29899511237176,41.40373139847302],[-73.29905211239236,41.40376839847835],[-73.29911311241497,41.40381739848587],[-73.29906111240408,41.40392039850763],[-73.29895911237746,41.40403139853257],[-73.29890811236538,41.404108398549226],[-73.2988131123404,41.4042083985718],[-73.29856411226635,41.40432339860234],[-73.29802711211106,41.40464739868298],[-73.29755111196093,41.40471839871241],[-73.29708111181347,41.40480239874416],[-73.29691911176496,41.404871398762914],[-73.29682711173717,41.40490639877273],[-73.29686911175443,41.40496939878363],[-73.29696711179255,41.4050793988018],[-73.29550111137233,41.40602739903433],[-73.2953271113219,41.40613039906006],[-73.29512011125996,41.40621939908417],[-73.29450911107752,41.40648839915654],[-73.29435611103187,41.40655639917479],[-73.29330911076418,41.407794399449976],[-73.29307811070328,41.40803539950444],[-73.2923861105209,41.408759399667986],[-73.29215611046035,41.40900139972261],[-73.29200511041292,41.409027399732636],[-73.29190511038163,41.409046399739594],[-73.29155411027173,41.40911339976414],[-73.29150511025645,41.409123399767694],[-73.29140511022524,41.409144399775066],[-73.29119111015845,41.409188399790644],[-73.29106811012095,41.40922939980266],[-73.29098311009584,41.40927139981359],[-73.29082211004683,41.40932639982959],[-73.29062110998736,41.40942439985524],[-73.29024510987344,41.409561399894216],[-73.29013310983956,41.40960339990607],[-73.28943410962484,41.40980739996867],[-73.28920910955452,41.40985239998481],[-73.28892510946402,41.409879399999376],[-73.28862010936645,41.40990140001365],[-73.28821010923271,41.409886400024185],[-73.28786710911871,41.40983740002589],[-73.28766510905018,41.4097844000222],[-73.28744010897674,41.40977540002782],[-73.2872721089228,41.409784400035086],[-73.28702310884384,41.40981440004908],[-73.28659210870526,41.40983340006692],[-73.28656810869761,41.4098354000681],[-73.286259108597,41.409827400076665],[-73.28616710856666,41.40981840007793],[-73.286053108529,41.40980640007933],[-73.2857041084151,41.40979240008805],[-73.28553910836092,41.40978040009114],[-73.28535810830256,41.40978540009803],[-73.28513710823132,41.409792400106646],[-73.28496610817447,41.4097674001074],[-73.28480910812226,41.40974440010806],[-73.28436210797084,41.40963140010073],[-73.28424010792743,41.409564400091696],[-73.28411810788447,41.40950540008421],[-73.2839981078398,41.40940540006871],[-73.28395010781729,41.409285400046926],[-73.28394510781499,41.40927340004476],[-73.28393110778853,41.40889439997148],[-73.28374810771238,41.40860339992086],[-73.28347810760006,41.40817439984625],[-73.28321510748859,41.407720399766546],[-73.28304410741598,41.407423399714375],[-73.28246410723864,41.407607399769184],[-73.28072710670774,41.4081613999339],[-73.28051510664295,41.40822939995408],[-73.2803691065957,41.40823039995906],[-73.28024410655415,41.40821239995965],[-73.28015210652057,41.408147399950025],[-73.27994110643525,41.40785439989994],[-73.27968110632843,41.40746439983259],[-73.27950710625683,41.40720139978713],[-73.27921410613874,41.406801399718894],[-73.27865910591312,41.40601039958319],[-73.27832510578193,41.40561339951688],[-73.2782061057347,41.405463399491595],[-73.27799410565044,41.4051943994462],[-73.27770310553362,41.40480539938005],[-73.27764210551439,41.40481439938381],[-73.27753810548171,41.40483239939071],[-73.27746010545737,41.404848399396386],[-73.27740010543867,41.40486139940087],[-73.27717110536693,41.40490439941675],[-73.27696610530349,41.40495639943358],[-73.27638710512048,41.40503639946813],[-73.27629610509139,41.40504339947246],[-73.27594410497916,41.40507539949023],[-73.27550410484147,41.40516039952119],[-73.27530810478066,41.405207399536756],[-73.27510810471827,41.405249399551465],[-73.27496910467767,41.405326399571024],[-73.27480310463126,41.40545439960136],[-73.27465510458909,41.405554399625665],[-73.27411210443188,41.4058793997067],[-73.27379610433772,41.40602239974488],[-73.27319410415268,41.40619639979845],[-73.27283910404363,41.40630039983033],[-73.27234210389199,41.40646339987831],[-73.27218010384352,41.406533399897235],[-73.27213410382977,41.40655339990264],[-73.27207510381216,41.40657939990962],[-73.2720361038005,41.40659639991422],[-73.27196010377777,41.40662939992313],[-73.27177710372251,41.40669939994274],[-73.27113810352968,41.40694640001175],[-73.27068810339192,41.407086400053714],[-73.27032110327961,41.40720140008813],[-73.27014410322472,41.40724440010227],[-73.2700381031916,41.40726540010984],[-73.26995910316693,41.407281400115544],[-73.26977310310951,41.40733140013137],[-73.26965410307203,41.40735040013897],[-73.26947210301745,41.407426400159714],[-73.26932310297437,41.407516400182104],[-73.26923610294952,41.40757440019624],[-73.26899610288115,41.40773740023581],[-73.26884810283983,41.407852400263046],[-73.26867910279435,41.4080134002999],[-73.26864010278432,41.408058400309926],[-73.26852010275374,41.408202400341885],[-73.26832310270504,41.40846440039932],[-73.26799510264867,41.40932840057817],[-73.26782510261957,41.40977840067128],[-73.2676821025696,41.40971540066369],[-73.26761610254657,41.40968740066041],[-73.26749210250205,41.40961240064989],[-73.26728010242566,41.40947940063094],[-73.26714810237813,41.40939740061932],[-73.26698710232057,41.40930440060651],[-73.26689210228776,41.40926940060282],[-73.26677010224545,41.40922140059747],[-73.26656910217497,41.40912940058615],[-73.26648110214391,41.409085400580466],[-73.26644410213116,41.40907240057915],[-73.26630110208187,41.40902140057392],[-73.26612310201948,41.40894040056399],[-73.26600110197735,41.408895400559224],[-73.26555810182238,41.40869840053541],[-73.26493010160334,41.40843040050383],[-73.26430810138551,41.408149400469554],[-73.26421910135434,41.40810940046466],[-73.26404910129642,41.4080604004607],[-73.26391010124985,41.4080344004602],[-73.26373910119365,41.40802040046307],[-73.2635531011316,41.40799040046333],[-73.26341210108734,41.40801540047282],[-73.2632801010441,41.40800740047559],[-73.2628881009231,41.40811240050885],[-73.26279410089393,41.4081344005162],[-73.2624731007944,41.40821240054189],[-73.2621441006915,41.40827740056532],[-73.2618401005947,41.40830740058111],[-73.26162110052556,41.4083394005945],[-73.26137910044994,41.408388400611976],[-73.26125310041144,41.40842840062387],[-73.26100310033426,41.408495400645094],[-73.2606571002282,41.40860040067685],[-73.26052110018567,41.40862740068657],[-73.26027810010974,41.40867640070407],[-73.26010410005468,41.40869940071422],[-73.25984909997202,41.40869940072256],[-73.25975109993962,41.408688400723655],[-73.25973309994777,41.40893040077131],[-73.25972909994947,41.408982400781575],[-73.2596860999413,41.40908240080243],[-73.2595400998914,41.409037400798454],[-73.25884509965358,41.408820400778986],[-73.25835109948024,41.408591400750616],[-73.2580060993576,41.40840440072552],[-73.25759209921198,41.408206400700564],[-73.25715109905506,41.40796440066791],[-73.25665609887713,41.40766140062515],[-73.2563530987666,41.40744840059364],[-73.25600909864315,41.407241400564615],[-73.25549509845484,41.40686540050828],[-73.2552230983564,41.406687400482554],[-73.25498309826895,41.406520400457914],[-73.25402009791986,41.40588040036489],[-73.25310309758977,41.40531140028421],[-73.25269809744499,41.405077400251926],[-73.25240009733724,41.40488440022413],[-73.252391097334,41.40487840022324],[-73.25205609721397,41.40468040019569],[-73.25129709693955,41.40418840012479],[-73.25060409668815,41.40372440005718],[-73.25031009657974,41.40349740002263],[-73.25015809652373,41.40338040000483],[-73.24993509644035,41.403188399974766],[-73.24967709634339,41.40295739993825],[-73.24956209630095,41.4028673999245],[-73.24950509627924,41.40281139991546],[-73.24944009625457,41.40274939990553],[-73.24936909622642,41.40266039989053],[-73.24925109618087,41.40253339986968],[-73.24917709615058,41.40242439985088],[-73.24887009603232,41.40209939979768],[-73.24872209597353,41.40191239976613],[-73.24867109595324,41.40184739975515],[-73.24845609587247,41.40165539972483],[-73.24812509574899,41.40137439968096],[-73.24776309562016,41.40117539965409],[-73.24751609553445,41.4010773996431],[-73.24727609545262,41.40100739963732],[-73.24706409538148,41.400965399636085],[-73.24677109528466,41.400933399639456],[-73.246545095208,41.40087439963537],[-73.24629609512553,41.40084339963747],[-73.24556509488028,41.40069939963337],[-73.24493709466721,41.400534399621804],[-73.24480909462322,41.40049139961763],[-73.24448609451235,41.400384399607354],[-73.24409309437597,41.400228399589864],[-73.24377409426432,41.40008539957246],[-73.2436720942299,41.400061399571136],[-73.24351309417118,41.3999373995522],[-73.2432460940618,41.39954139948386],[-73.24242709371475,41.39812739923544],[-73.24230209366098,41.39789739919478],[-73.24213609357133,41.39727639907934],[-73.24201709351183,41.396913399012554],[-73.24186609345008,41.39669139897429],[-73.241734093402,41.39659939896071],[-73.24159109334919,41.396487398943584],[-73.24144209329604,41.39640339893211],[-73.24134609326339,41.396376398929974],[-73.24125409323143,41.3963393989258],[-73.24098109313896,41.39627039892129],[-73.2406420930255,41.39620839892033],[-73.24018509287203,41.39611539891717],[-73.2395440926583,41.396012398918074],[-73.2391570925297,41.395957398920025],[-73.23873109238868,41.39590639892402],[-73.2382950922439,41.395846398926615],[-73.23774009206073,41.395789398933665],[-73.2373290919274,41.395787398946716],[-73.23711909185789,41.39576239894872],[-73.23594309148423,41.39589239901248],[-73.2352970912806,41.39599239905307],[-73.23487509114508,41.396014399071156],[-73.23424809094038,41.3959883990866],[-73.23395209084205,41.3959473990883],[-73.23367809074921,41.39587739908362],[-73.23336709064323,41.39578739907627],[-73.23280309044503,41.39552039904273],[-73.23264109038809,41.39544339903304],[-73.23214609021288,41.3951873989994],[-73.23151308998885,41.39486039895644],[-73.23143808996183,41.394813398949736],[-73.23074808971771,41.39445839890319],[-73.22982408938968,41.393963398837045],[-73.22964508932554,41.39385739882225],[-73.22935208922158,41.393701398801475],[-73.22915708915326,41.393612398790516],[-73.22896208908406,41.39350839877665],[-73.22865408897424,41.39333539875304],[-73.22804508875778,41.3930043987085],[-73.22756008858687,41.392766398678035],[-73.22686608834607,41.392491398647174],[-73.22656708824609,41.392438398646625],[-73.22632008816252,41.39237739864282],[-73.2260790880817,41.392330398641555],[-73.22576808797784,41.39227739864138],[-73.22545408787236,41.39221339863919],[-73.22539008785088,41.392200398638764],[-73.22533508783248,41.39219039863862],[-73.22515908777352,41.392157398637934],[-73.22498408771415,41.3921113986347],[-73.22486808767484,41.392081398632655],[-73.22462908759326,41.39201039862663],[-73.22391508734968,41.391799398608875],[-73.22384908732718,41.39178039860737],[-73.22368008726907,41.39172239860157],[-73.22291308700538,41.39146039857564],[-73.22272208693971,41.39139539856923],[-73.2218850866545,41.391153398549456],[-73.22157408654681,41.39103439853646],[-73.22128608644798,41.39093939852736],[-73.2210330863608,41.390849398518114],[-73.22060108621301,41.39071439850595],[-73.22041308614872,41.3906563985008],[-73.22011308604871,41.39060839850126],[-73.21980708594705,41.390565398502886],[-73.21944708582288,41.39043539848934],[-73.21914308571863,41.39033639847999],[-73.21868108555972,41.39017739846413],[-73.21810208536064,41.389979398444495],[-73.21783208526593,41.38985439842898],[-73.21724208506059,41.38960939840055],[-73.2163850847685,41.38936139838025],[-73.21606308465914,41.389274398373836],[-73.21580408456977,41.38918039836399],[-73.21570608453663,41.389156398362516],[-73.21531108440318,41.389062398357126],[-73.21529508439784,41.389059398357055],[-73.21463108417534,41.38893339835421],[-73.21433808407765,41.38888639835463],[-73.21412208400598,41.38885739835605],[-73.21394808394986,41.388862398362704],[-73.21374008387893,41.38880139835762],[-73.2134710837891,41.38875539835745],[-73.21293808361149,41.3886713983585],[-73.21261308350321,41.38862039835918],[-73.21233108340995,41.38858839836215],[-73.21222708337562,41.38857739836342],[-73.21179108323244,41.38854539837143],[-73.21141708311117,41.38854439838344],[-73.21105008299078,41.38851939839057],[-73.21068408287162,41.388510398400754],[-73.21040708277998,41.38847839840357],[-73.21014208268994,41.3884063983982],[-73.21002008264712,41.38834939839109],[-73.20972808254292,41.38818339836832],[-73.20956608248402,41.388072398352],[-73.20946708244736,41.38799339833984],[-73.20941308242745,41.38795139833343],[-73.20888108222219,41.3873813982398],[-73.20861508212475,41.38718639821053],[-73.20859408211724,41.387174398208884],[-73.2083480820291,41.38702839818848],[-73.20816908196717,41.38696039818109],[-73.20774308181885,41.38678239816033],[-73.2074590817151,41.386579398130074],[-73.20731108165681,41.38640039810006],[-73.20722608162657,41.386353398093675],[-73.2070780815744,41.38628039808429],[-73.20679808148058,41.3862273980831],[-73.20669208143333,41.38600339804295],[-73.20658608139074,41.385860398018565],[-73.20653508137029,41.385792398007],[-73.20623308125629,41.38551239796232],[-73.20600808117432,41.385355397939094],[-73.20568608106167,41.38521139792156],[-73.20557408102358,41.38518039791918],[-73.2054150809691,41.38512939791444],[-73.20531508093566,41.38511139791422],[-73.20516908088621,41.38507439791177],[-73.20497208082034,41.385039397911385],[-73.2048260807723,41.385027397913824],[-73.20471508073524,41.38500839791376],[-73.20460808070109,41.38501739791898],[-73.20448508066075,41.385009397921436],[-73.20423508058042,41.38502139793193],[-73.20416308055701,41.3850203979341],[-73.20405708052253,41.385018397937166],[-73.20382508044982,41.385061397953116],[-73.20352108035564,41.385137397977836],[-73.20338208031318,41.38518239799115],[-73.2032060802604,41.38525639801129],[-73.20288208016493,41.38542239805419],[-73.20266508010265,41.38556239808853],[-73.20265408009959,41.38557139809064],[-73.20249708005672,41.38571039812284],[-73.20220707998389,41.386078398203956],[-73.20205407994625,41.38628639824945],[-73.20173307987154,41.38679639835925],[-73.20142407980167,41.38732239847176],[-73.20118707974027,41.38759039853169],[-73.20103007969858,41.38775039856796],[-73.2006730796002,41.388051398638225],[-73.20041807952676,41.388211398677704],[-73.20010807943954,41.3884423987328],[-73.19985207936514,41.388591398770174],[-73.19953007927043,41.38875939881339],[-73.19925407918736,41.388870398844006],[-73.19891207908161,41.38895939887251],[-73.19842107893056,41.38910039891598],[-73.19792307877661,41.38923039895756],[-73.1979040787708,41.38923639895934],[-73.1975410786559,41.38928439898054],[-73.19707507850748,41.389330399004706],[-73.19645207830565,41.38933239902542],[-73.19585707811035,41.38929039903667],[-73.19550907799324,41.389215399033425],[-73.19515507787533,41.38916039903425],[-73.19481407776277,41.38912539903858],[-73.1948110777618,41.38912539903867],[-73.19445107764408,41.389107399046914],[-73.19364107738271,41.38912839907744],[-73.19275507709585,41.389134399107505],[-73.19174807677015,41.38914739914291],[-73.19164607673709,41.389147399146225],[-73.19148007668328,41.38914739915166],[-73.19116307657953,41.389130399158674],[-73.19099307652218,41.389091399156634],[-73.19086407647876,41.38906339915539],[-73.19060307639117,41.38901139915377],[-73.19025707627341,41.38891439914618],[-73.18951807602207,41.38870939913036],[-73.18924407592817,41.38862139912217],[-73.18922307592103,41.3886153991217],[-73.18894307582566,41.38853539911525],[-73.18887907580377,41.38851539911343],[-73.18937807595896,41.38840139907496],[-73.18973507607085,41.38833439905026],[-73.19006307617487,41.38829439903178],[-73.1903330762647,41.388334399030754],[-73.19056607634667,41.388446399044966],[-73.190857076454,41.38867239907948],[-73.19108407653552,41.38881039909894],[-73.19129207660707,41.38888239910618],[-73.19139707664326,41.38891939910996],[-73.19219107689953,41.388900399080356],[-73.19234007694726,41.388890399073546],[-73.19301507716348,41.38884539904276],[-73.1944440776174,41.38868339896458],[-73.19459007766173,41.38863139894969],[-73.19517307783052,41.38828039886232],[-73.19552307792435,41.38793939878449],[-73.19564607795444,41.38776939874738],[-73.19588007801654,41.38753039869321],[-73.19609107806205,41.38713239860882],[-73.19618607807692,41.386855398551766],[-73.19619307804079,41.386188398421666],[-73.1963390780471,41.38547539827806],[-73.19649207807143,41.38503639818758],[-73.19655907808625,41.38491639816201],[-73.1965940780942,41.38485739814937],[-73.19693607819292,41.38464639809714],[-73.19710407823692,41.38446439805622],[-73.1973000782833,41.38416639799179],[-73.19743907831368,41.38391139793758],[-73.1975260783298,41.383701397893844],[-73.1975540783314,41.38357139786763],[-73.19696107810282,41.38293939776389],[-73.19712507814695,41.382782397727965],[-73.19761707827958,41.382315397620964],[-73.19778107832376,41.382159397585234],[-73.19846307855241,41.38229139758869],[-73.19867007862186,41.38233239758991],[-73.19880107866439,41.38233339758584],[-73.19889007869087,41.38229239757494],[-73.19896307871257,41.382258397565934],[-73.19903507873403,41.38222539755717],[-73.19972007892918,41.381758397443846],[-73.2000990790389,41.38153039738709],[-73.20027507908894,41.38140839735758],[-73.20041207912794,41.3813143973348],[-73.20074807922809,41.38116239729423],[-73.20090107927494,41.3811143972799],[-73.20092907928256,41.38108939727411],[-73.20101307930565,41.38101739725734],[-73.20104207931368,41.38099339725173],[-73.20109707932879,41.380946397240784],[-73.20120707935548,41.3807903972068],[-73.2013960794084,41.38064539717241],[-73.20168807949423,41.38049239713307],[-73.20191407955708,41.380311397090445],[-73.20227007965828,41.38006439703072],[-73.202526079728,41.379834396977586],[-73.2027240797848,41.37970639694618],[-73.20328407994873,41.3794003968683],[-73.20346608000013,41.37926839683664],[-73.20358208002875,41.37911239680248],[-73.20361908002934,41.37891439676274],[-73.20356807999855,41.378666396716085],[-73.20345807994852,41.378416396670985],[-73.20321007984823,41.37807039661169],[-73.20317407983522,41.37804739660838],[-73.2031350798223,41.378042396608684],[-73.20302807978676,41.378027396609255],[-73.20254707963277,41.378060396631376],[-73.20232107955594,41.377998396626666],[-73.20210207946195,41.37759839655592],[-73.20218307947036,41.3772883964929],[-73.20215407944993,41.377096396456444],[-73.202088079403,41.37665239637212],[-73.20201507936012,41.37631839630945],[-73.20197807931082,41.37566939618423],[-73.20200707930985,41.37548939614824],[-73.20197807927843,41.375106396074585],[-73.2019060792494,41.37500739605765],[-73.20176007918977,41.37479339602072],[-73.20136007903959,41.37443639596424],[-73.20119207897254,41.37421739592707],[-73.20117007896098,41.37414039591279],[-73.20130107895957,41.37337739575988],[-73.20136707897119,41.37320739572463],[-73.20170907906277,41.37287239564821],[-73.20176007907452,41.37278939563037],[-73.20186207908803,41.3724493955608],[-73.2019930791191,41.37225139551797],[-73.20232907921442,41.372015395461034],[-73.20275807934402,41.371851395415085],[-73.20305007942821,41.371669395370105],[-73.20334907950838,41.37137839530367],[-73.20355307956788,41.371263395274596],[-73.20364007959391,41.37122539526437],[-73.20388107966,41.371016395215776],[-73.20407707971627,41.37089039518484],[-73.20461707987737,41.370648395120085],[-73.20486407995017,41.370522395087484],[-73.2054470801287,41.37034139503318],[-73.20601608031087,41.37030239500702],[-73.2061980803667,41.37024739499037],[-73.20648908045216,41.37009339495088],[-73.20661308048825,41.370022394932995],[-73.20709408063277,41.36982439487873],[-73.20718108065779,41.36976939486517],[-73.20742908072276,41.36950139480487],[-73.20790308086147,41.36924239473895],[-73.20836908099893,41.36900639467776],[-73.2092800812683,41.36855639456038],[-73.20973208140121,41.36832039449963],[-73.20991408145544,41.36823739447753],[-73.2101910815307,41.3679853944194],[-73.21039508159147,41.36789239439462],[-73.21131308188104,41.36775439433778],[-73.21205608212153,41.367749394312554],[-73.21279908236578,41.36780939429999],[-73.21322908250893,41.36787539429881],[-73.213375082555,41.367853394289746],[-73.21366608264262,41.36773739425767],[-73.21389208270706,41.36758439422047],[-73.21395708272657,41.367557394213094],[-73.21400208274018,41.367540394208305],[-73.21440208286441,41.367446394176945],[-73.21477408297707,41.367309394138104],[-73.214912083018,41.36724339412075],[-73.21513808307985,41.36704539407479],[-73.21516708308201,41.3669193940493],[-73.21512408305702,41.3667273940133],[-73.21568508322046,41.36640839393284],[-73.21591008328333,41.36623339389141],[-73.21631108338796,41.36579339379259],[-73.21663108347845,41.36556339373734],[-73.21753508374329,41.36507439361256],[-73.21781208382673,41.36496439358209],[-73.218132083926,41.36488739355663],[-73.21838008400003,41.364777393527106],[-73.21854808404758,41.364657393498256],[-73.21881708412714,41.36452539346376],[-73.21889708414929,41.36445939344828],[-73.21902808419173,41.364459393444],[-73.21923008425432,41.36440939342767],[-73.21970608440193,41.36429439338973],[-73.21983008444184,41.36428939338471],[-73.21983908444459,41.36428639338382],[-73.22004208450761,41.36423839336784],[-73.22051508465434,41.36412439333019],[-73.22077008473472,41.36408539331426],[-73.22118508486288,41.36397539327928],[-73.22146908495367,41.36395339326574],[-73.2218400850759,41.36398839326042],[-73.22210308516254,41.36401339325672],[-73.2223800852533,41.36403039325098],[-73.22270108535923,41.36406339324693],[-73.22337108558831,41.36427139326558],[-73.22374308571898,41.36444739328771],[-73.22436208594802,41.364941393363736],[-73.22458808602941,41.365083393384026],[-73.22482208611058,41.365176393394506],[-73.22500408616894,41.3651653933864],[-73.22512108620909,41.36520439339019],[-73.22520108623847,41.365264393399265],[-73.22526608626143,41.36529739340357],[-73.2254990863316,41.365204393377844],[-73.22557208635146,41.36513839336259],[-73.22566708638159,41.365127393357355],[-73.22581308643333,41.36520439336758],[-73.22597308648893,41.36526939337502],[-73.22611108653174,41.365236393364086],[-73.22626408657662,41.36515439334311],[-73.22640308662073,41.365138393335464],[-73.22662208669227,41.36514839333026],[-73.22677408674,41.365121393320045],[-73.22689008677848,41.36513739331936],[-73.22715308686595,41.36517639331837],[-73.22737208693215,41.36509339329506],[-73.22760508700738,41.36508839328647],[-73.22796208712812,41.36517639329194],[-73.22823208723392,41.36549439334507],[-73.22840708730041,41.36566439337248],[-73.22845008731596,41.365692393376534],[-73.2284610873204,41.3657073933791],[-73.22848008732683,41.365712393379454],[-73.22866208739254,41.36582939339629],[-73.22871308740937,41.3658343933956],[-73.22877208743037,41.36586739340011],[-73.22883708745933,41.36600439342466],[-73.22893208749898,41.366158393451556],[-73.22896408751078,41.36618339345538],[-73.22918008759066,41.36635539348185],[-73.22926708762111,41.36639439348659],[-73.2293260876475,41.366520393509205],[-73.22928208764844,41.36678439356207],[-73.22928908765444,41.366849393574505],[-73.2294060876984,41.36695439359114],[-73.22933408770757,41.36751939370356],[-73.22919508768499,41.36790939378406],[-73.22909008766098,41.368083393821394],[-73.22906408765519,41.368129393831204],[-73.22898408763336,41.36820039384765],[-73.22879508757372,41.36822839385926],[-73.22846008746643,41.368250393874504],[-73.22842608745691,41.368276393880684],[-73.22829908742152,41.36837639390431],[-73.22808108736473,41.36861739395837],[-73.22806908736212,41.36863939396305],[-73.22804408735718,41.36869439397458],[-73.22806608736875,41.368771393988865],[-73.22816808740623,41.36884839400052],[-73.2282920874562,41.36901839402958],[-73.22832208747886,41.36924339407244],[-73.2284750875509,41.369633394143406],[-73.22849708756274,41.36971539415866],[-73.22853308757855,41.36978739417152],[-73.22852608758066,41.36986339418655],[-73.22862608762095,41.37000039420996],[-73.22877408768066,41.37020439424487],[-73.22886908771525,41.3702703942546],[-73.22900808776265,41.37031139425807],[-73.22905108777734,41.370324394259185],[-73.22912008780679,41.37044739428089],[-73.22926208786724,41.37069839432514],[-73.22943208793437,41.37090739436031],[-73.2294670879482,41.370950394367526],[-73.22951008796373,41.37097839437158],[-73.22952008797158,41.37105839438683],[-73.22969108802009,41.37093839435787],[-73.23003808812213,41.370757394311276],[-73.23163408859138,41.369924394096884],[-73.23216708874813,41.36964739402552],[-73.23276408892433,41.369347393947564],[-73.23455508945284,41.368446393713555],[-73.2351530896294,41.368147393635766],[-73.23777309039157,41.3666393932564],[-73.24132709143893,41.36482839278747],[-73.24430209231694,41.36333539239941],[-73.24648109296012,41.36224339211545],[-73.24955809386825,41.36070039171427],[-73.25321809494676,41.358836391231456],[-73.25388809514426,41.35849639114332],[-73.25594609575057,41.35744639087146],[-73.25618509582115,41.35732739084046],[-73.26137109737424,41.35512039024088]]]},"properties":{"name":2305.02,"geoid":"09001230502"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.26782510261957,41.40977840067128],[-73.26800010268295,41.40989340068791],[-73.26824310277091,41.410052400710896],[-73.26851810287152,41.4102514007406],[-73.2686881029338,41.41037540075914],[-73.26928910315299,41.41079740082157],[-73.26997010339973,41.41124740088679],[-73.27022810349185,41.41139440090694],[-73.27024610349844,41.41140740090889],[-73.27080110370225,41.41182140097124],[-73.27116710383557,41.41207540100866],[-73.2718831040895,41.41245340105875],[-73.27282610442145,41.41290840111637],[-73.27322610455954,41.413054401131646],[-73.27369910471921,41.41316440113755],[-73.27437810494969,41.41334440115031],[-73.27535510527977,41.41357640116343],[-73.27556610535112,41.41362740116642],[-73.27670510573641,41.41390640118338],[-73.27714610589052,41.414099401206464],[-73.27730810594961,41.414213401223336],[-73.27755610604018,41.414389401249444],[-73.27777710612298,41.41458240127972],[-73.27792810617949,41.41471340130027],[-73.27797410619725,41.4147624013083],[-73.27804610622496,41.414838401320715],[-73.27810610624904,41.41491840133432],[-73.27814810626583,41.41497340134364],[-73.27757910607389,41.414843401337],[-73.27756110606782,41.414839401336806],[-73.27661110575042,41.41467540133605],[-73.2757851054738,41.41452140133317],[-73.27519410527589,41.41441140133114],[-73.27456910506655,41.41429440132886],[-73.27416610493158,41.41421940132748],[-73.27269910443937,41.41393040131932],[-73.27207610423041,41.413808401316004],[-73.27161910407939,41.41375840132126],[-73.27130110397353,41.41371040132234],[-73.27127410396454,41.41370640132245],[-73.2706811037686,41.41364140132922],[-73.27018210360733,41.41364940134714],[-73.2698971035149,41.41364840135629],[-73.26968910344792,41.41365640136465],[-73.26923410330312,41.41370240138852],[-73.26896810321887,41.41373640140385],[-73.2688321031758,41.4137544014118],[-73.268511103075,41.41381040143321],[-73.2682011029783,41.41387540145601],[-73.26812910295563,41.413887401460705],[-73.26806710293617,41.41389840146487],[-73.26791710289,41.41394040147796],[-73.26784810286878,41.413960401484125],[-73.26773710283413,41.41398340149223],[-73.2669401025877,41.41418940155842],[-73.26660710248746,41.414322401595186],[-73.2660881023298,41.41450540164781],[-73.26555210216914,41.41473140170932],[-73.26514110204882,41.41495440176617],[-73.26523410208317,41.41502740177734],[-73.2653261021174,41.41510340178909],[-73.2652011020818,41.41518840180972],[-73.26515510206919,41.415228401819014],[-73.26495110201256,41.41539240185759],[-73.26439910185621,41.41578340195174],[-73.26408510177573,41.41615140203361],[-73.26400510175459,41.416234402052375],[-73.26346310161207,41.4168084021818],[-73.26183910118812,41.418580402579686],[-73.26043410081864,41.420067402914945],[-73.26042710081673,41.420073402916344],[-73.26015610074674,41.42038240298535],[-73.25998310070106,41.420562403026],[-73.25954310058805,41.42107440314002],[-73.25924910050956,41.421365403206245],[-73.25865310035053,41.42195640334071],[-73.25758710006939,41.423070403592305],[-73.25755210006022,41.42310840360085],[-73.25681709986279,41.423814403762236],[-73.25485109933592,41.4257254041983],[-73.25424009917145,41.426306404331314],[-73.2536400990117,41.42690740446786],[-73.25244809869038,41.42803340472587],[-73.2521280986042,41.428337404795485],[-73.25194909855676,41.42852040483694],[-73.25178209851302,41.42870040487741],[-73.25137209840062,41.42905540495987],[-73.25100909830326,41.42940640504002],[-73.25093109828293,41.42949240505929],[-73.25086809826529,41.429540405070696],[-73.25073409823011,41.42968340510289],[-73.2507050982237,41.42973540511395],[-73.25068209821876,41.42977840512307],[-73.25059309819544,41.42987440514466],[-73.25055309818508,41.42991940515473],[-73.25042909815129,41.43003040518036],[-73.2502970981155,41.430151405208214],[-73.25007709805757,41.430383405260535],[-73.249964098028,41.43050540528796],[-73.24987509800452,41.43059840530896],[-73.2498190979899,41.430659405322665],[-73.24969809795749,41.43077740534957],[-73.24960009793104,41.43086940537068],[-73.24950709790605,41.430958405391024],[-73.24936209786699,41.4310964054226],[-73.24928709784709,41.431172405439845],[-73.24904609778329,41.43142040549596],[-73.2486330976724,41.43181840558688],[-73.24841309761341,41.432031405635506],[-73.24833109759133,41.43210940565337],[-73.24808809752615,41.43234440570703],[-73.24800709750446,41.43242340572504],[-73.24790609747957,41.43255940575479],[-73.24788509747444,41.43258840576113],[-73.24761209740441,41.4329084058323],[-73.2475810973968,41.43295040584147],[-73.24748309737306,41.433089405871705],[-73.24737509734678,41.43324040590461],[-73.24726409732283,41.43344840594869],[-73.24705809727864,41.43383940603147],[-73.24683109723738,41.434398406147594],[-73.24676109722681,41.43460840619073],[-73.24669009721623,41.434823406234855],[-73.2466380972103,41.435012406273316],[-73.24658809720437,41.43519040630956],[-73.24654709719982,41.43534140634028],[-73.24647609719584,41.43567040640658],[-73.24646809719675,41.43573140641868],[-73.24644709720059,41.43591540645516],[-73.24641909720347,41.43612240649633],[-73.24643409722437,41.4363994065497],[-73.24643809722873,41.436452406559866],[-73.24648109725858,41.436727406611936],[-73.24653809728764,41.43691040664564],[-73.24657709731254,41.43712240668559],[-73.24663509734049,41.4372804067144],[-73.24667609736261,41.43743340674281],[-73.24671609738611,41.4376154067769],[-73.24679609742194,41.437786406807525],[-73.24680509742596,41.437805406810924],[-73.24687109745466,41.43793140683326],[-73.24692909748133,41.438067406857805],[-73.24702809752331,41.43823840688781],[-73.24713709756963,41.438428406921176],[-73.24721309760179,41.438558406943976],[-73.24748809771565,41.43898540701799],[-73.24748909771608,41.438987407018345],[-73.2475590977451,41.43909640703723],[-73.24807909790651,41.4389724069961],[-73.24760809776498,41.43916540704906],[-73.24744109771483,41.43923440706793],[-73.24693009756076,41.43943540712375],[-73.24676009750958,41.43950340714254],[-73.2462690973579,41.43963340718389],[-73.24526009704637,41.439903407269455],[-73.24481109689131,41.43973940725225],[-73.24433509672697,41.43956640723421],[-73.24383409652746,41.43892540712598],[-73.24355809641756,41.43857240706639],[-73.24351409639335,41.43840040703439],[-73.24329809627457,41.437557406877545],[-73.2428710960979,41.436896406763005],[-73.24278509606233,41.436763406739956],[-73.24260809598904,41.43648840669229],[-73.2423450958802,41.43608040662156],[-73.2423320957882,41.434562406326805],[-73.24233109578499,41.43451240631711],[-73.24231809569591,41.43304440603208],[-73.24231109564775,41.4322504058779],[-73.24230409559964,41.43145740572393],[-73.24229009550217,41.42984940541166],[-73.24226409549199,41.42981940540668],[-73.24123409508981,41.42863840521072],[-73.24090909496704,41.42833740516282],[-73.23993709459974,41.427434405019014],[-73.23961409447763,41.42713340497103],[-73.23910709429198,41.42676540491604],[-73.2390120942572,41.42669640490574],[-73.23841209403756,41.42626140484077],[-73.23754109375315,41.426226404862476],[-73.23739609370574,41.42621940486586],[-73.23715709362774,41.42621040487192],[-73.23677209350205,41.426195404881604],[-73.23659609344459,41.426188404886],[-73.23607109327315,41.42616740489912],[-73.23593709322944,41.426162404902506],[-73.23591209322127,41.426161404903134],[-73.23589809321709,41.426167404904774],[-73.23402509266391,41.42710340514812],[-73.22997009146644,41.42913240567543],[-73.22826309093453,41.42950540580381],[-73.22677009046934,41.429832405916244],[-73.22674109046271,41.42988040592654],[-73.2266110904332,41.4300994059734],[-73.22648009040333,41.43031740602007],[-73.22379208951429,41.430014406049075],[-73.2220790889478,41.42982240606775],[-73.22085808853822,41.429585406061584],[-73.21823608765882,41.429078406048724],[-73.21713608726175,41.428378405948536],[-73.2163940869688,41.427471405796375],[-73.214682086293,41.425379405445426],[-73.21443608619585,41.425078405394906],[-73.21344308582323,41.424200405256585],[-73.21209208531626,41.42300540506828],[-73.21183608522014,41.42277840503249],[-73.21150808510365,41.42260240500896],[-73.20982708450654,41.42169940488822],[-73.20919808428316,41.42136240484324],[-73.20814508390914,41.42079740476772],[-73.20791708382815,41.420674404751246],[-73.20768908374718,41.42055240473496],[-73.20745908366402,41.420403404713475],[-73.20657908333914,41.41971740460877],[-73.20369408227407,41.41746840426545],[-73.2015580814856,41.41580440401146],[-73.19975808075215,41.413204403564315],[-73.19818008016665,41.41192240336638],[-73.19815808015846,41.41190440336359],[-73.19675807967576,41.41140440331201],[-73.19630707952518,41.411328403311934],[-73.19371907866086,41.4108904033112],[-73.19113007779623,41.410452403310494],[-73.1911160777915,41.410449403310366],[-73.19025807750498,41.41030440331014],[-73.18870607696071,41.409591403222045],[-73.18655807620745,41.40860440310004],[-73.18649607618252,41.408520403085724],[-73.18615507604541,41.40805940300712],[-73.1858140759083,41.407598402928535],[-73.18485807552385,41.406304402707875],[-73.18535807544997,41.402204401893485],[-73.18755807601356,41.39960440131556],[-73.1881580761275,41.39820440102343],[-73.18795807601087,41.39730440085474],[-73.1842260745452,41.392858400110896],[-73.18386607440382,41.3924294000391],[-73.18350607426243,41.3920003999673],[-73.18338807421613,41.3918603999439],[-73.18327007416978,41.3917193999203],[-73.18403807439567,41.39131839981716],[-73.18480707462196,41.39091839971418],[-73.18550307482671,41.39055539962082],[-73.18619907503144,41.390192399527415],[-73.1863740750749,41.38996139947672],[-73.18662807513998,41.38966139941003],[-73.18684807519635,41.38940139935222],[-73.18706007525591,41.389242399314334],[-73.18711807526805,41.38912639928987],[-73.18765807543299,41.38895039923798],[-73.18799307554134,41.38894639922626],[-73.18817507559847,41.388913399213905],[-73.188364075649,41.38872739917151],[-73.18873607575931,41.388548399124524],[-73.18887907580377,41.38851539911343],[-73.18894307582566,41.38853539911525],[-73.18922307592103,41.3886153991217],[-73.18924407592817,41.38862139912217],[-73.18951807602207,41.38870939913036],[-73.19025707627341,41.38891439914618],[-73.19060307639117,41.38901139915377],[-73.19086407647876,41.38906339915539],[-73.19099307652218,41.389091399156634],[-73.19116307657953,41.389130399158674],[-73.19148007668328,41.38914739915166],[-73.19164607673709,41.389147399146225],[-73.19174807677015,41.38914739914291],[-73.19275507709585,41.389134399107505],[-73.19364107738271,41.38912839907744],[-73.19445107764408,41.389107399046914],[-73.1948110777618,41.38912539903867],[-73.19481407776277,41.38912539903858],[-73.19515507787533,41.38916039903425],[-73.19550907799324,41.389215399033425],[-73.19585707811035,41.38929039903667],[-73.19645207830565,41.38933239902542],[-73.19707507850748,41.389330399004706],[-73.1975410786559,41.38928439898054],[-73.1979040787708,41.38923639895934],[-73.19792307877661,41.38923039895756],[-73.19842107893056,41.38910039891598],[-73.19891207908161,41.38895939887251],[-73.19925407918736,41.388870398844006],[-73.19953007927043,41.38875939881339],[-73.19985207936514,41.388591398770174],[-73.20010807943954,41.3884423987328],[-73.20041807952676,41.388211398677704],[-73.2006730796002,41.388051398638225],[-73.20103007969858,41.38775039856796],[-73.20118707974027,41.38759039853169],[-73.20142407980167,41.38732239847176],[-73.20173307987154,41.38679639835925],[-73.20205407994625,41.38628639824945],[-73.20220707998389,41.386078398203956],[-73.20249708005672,41.38571039812284],[-73.20265408009959,41.38557139809064],[-73.20266508010265,41.38556239808853],[-73.20288208016493,41.38542239805419],[-73.2032060802604,41.38525639801129],[-73.20338208031318,41.38518239799115],[-73.20352108035564,41.385137397977836],[-73.20382508044982,41.385061397953116],[-73.20405708052253,41.385018397937166],[-73.20416308055701,41.3850203979341],[-73.20423508058042,41.38502139793193],[-73.20448508066075,41.385009397921436],[-73.20460808070109,41.38501739791898],[-73.20471508073524,41.38500839791376],[-73.2048260807723,41.385027397913824],[-73.20497208082034,41.385039397911385],[-73.20516908088621,41.38507439791177],[-73.20531508093566,41.38511139791422],[-73.2054150809691,41.38512939791444],[-73.20557408102358,41.38518039791918],[-73.20568608106167,41.38521139792156],[-73.20600808117432,41.385355397939094],[-73.20623308125629,41.38551239796232],[-73.20653508137029,41.385792398007],[-73.20658608139074,41.385860398018565],[-73.20669208143333,41.38600339804295],[-73.20679808148058,41.3862273980831],[-73.2070780815744,41.38628039808429],[-73.20722608162657,41.386353398093675],[-73.20731108165681,41.38640039810006],[-73.2074590817151,41.386579398130074],[-73.20774308181885,41.38678239816033],[-73.20816908196717,41.38696039818109],[-73.2083480820291,41.38702839818848],[-73.20859408211724,41.387174398208884],[-73.20861508212475,41.38718639821053],[-73.20888108222219,41.3873813982398],[-73.20941308242745,41.38795139833343],[-73.20946708244736,41.38799339833984],[-73.20956608248402,41.388072398352],[-73.20972808254292,41.38818339836832],[-73.21002008264712,41.38834939839109],[-73.21014208268994,41.3884063983982],[-73.21040708277998,41.38847839840357],[-73.21068408287162,41.388510398400754],[-73.21105008299078,41.38851939839057],[-73.21141708311117,41.38854439838344],[-73.21179108323244,41.38854539837143],[-73.21222708337562,41.38857739836342],[-73.21233108340995,41.38858839836215],[-73.21261308350321,41.38862039835918],[-73.21293808361149,41.3886713983585],[-73.2134710837891,41.38875539835745],[-73.21374008387893,41.38880139835762],[-73.21394808394986,41.388862398362704],[-73.21412208400598,41.38885739835605],[-73.21433808407765,41.38888639835463],[-73.21463108417534,41.38893339835421],[-73.21529508439784,41.389059398357055],[-73.21531108440318,41.389062398357126],[-73.21570608453663,41.389156398362516],[-73.21580408456977,41.38918039836399],[-73.21606308465914,41.389274398373836],[-73.2163850847685,41.38936139838025],[-73.21724208506059,41.38960939840055],[-73.21783208526593,41.38985439842898],[-73.21810208536064,41.389979398444495],[-73.21868108555972,41.39017739846413],[-73.21914308571863,41.39033639847999],[-73.21944708582288,41.39043539848934],[-73.21980708594705,41.390565398502886],[-73.22011308604871,41.39060839850126],[-73.22041308614872,41.3906563985008],[-73.22060108621301,41.39071439850595],[-73.2210330863608,41.390849398518114],[-73.22128608644798,41.39093939852736],[-73.22157408654681,41.39103439853646],[-73.2218850866545,41.391153398549456],[-73.22272208693971,41.39139539856923],[-73.22291308700538,41.39146039857564],[-73.22368008726907,41.39172239860157],[-73.22384908732718,41.39178039860737],[-73.22391508734968,41.391799398608875],[-73.22462908759326,41.39201039862663],[-73.22486808767484,41.392081398632655],[-73.22498408771415,41.3921113986347],[-73.22515908777352,41.392157398637934],[-73.22533508783248,41.39219039863862],[-73.22539008785088,41.392200398638764],[-73.22545408787236,41.39221339863919],[-73.22576808797784,41.39227739864138],[-73.2260790880817,41.392330398641555],[-73.22632008816252,41.39237739864282],[-73.22656708824609,41.392438398646625],[-73.22686608834607,41.392491398647174],[-73.22756008858687,41.392766398678035],[-73.22804508875778,41.3930043987085],[-73.22865408897424,41.39333539875304],[-73.22896208908406,41.39350839877665],[-73.22915708915326,41.393612398790516],[-73.22935208922158,41.393701398801475],[-73.22964508932554,41.39385739882225],[-73.22982408938968,41.393963398837045],[-73.23074808971771,41.39445839890319],[-73.23143808996183,41.394813398949736],[-73.23151308998885,41.39486039895644],[-73.23214609021288,41.3951873989994],[-73.23264109038809,41.39544339903304],[-73.23280309044503,41.39552039904273],[-73.23336709064323,41.39578739907627],[-73.23367809074921,41.39587739908362],[-73.23395209084205,41.3959473990883],[-73.23424809094038,41.3959883990866],[-73.23487509114508,41.396014399071156],[-73.2352970912806,41.39599239905307],[-73.23594309148423,41.39589239901248],[-73.23711909185789,41.39576239894872],[-73.2373290919274,41.395787398946716],[-73.23774009206073,41.395789398933665],[-73.2382950922439,41.395846398926615],[-73.23873109238868,41.39590639892402],[-73.2391570925297,41.395957398920025],[-73.2395440926583,41.396012398918074],[-73.24018509287203,41.39611539891717],[-73.2406420930255,41.39620839892033],[-73.24098109313896,41.39627039892129],[-73.24125409323143,41.3963393989258],[-73.24134609326339,41.396376398929974],[-73.24144209329604,41.39640339893211],[-73.24159109334919,41.396487398943584],[-73.241734093402,41.39659939896071],[-73.24186609345008,41.39669139897429],[-73.24201709351183,41.396913399012554],[-73.24213609357133,41.39727639907934],[-73.24230209366098,41.39789739919478],[-73.24242709371475,41.39812739923544],[-73.2432460940618,41.39954139948386],[-73.24351309417118,41.3999373995522],[-73.2436720942299,41.400061399571136],[-73.24377409426432,41.40008539957246],[-73.24409309437597,41.400228399589864],[-73.24448609451235,41.400384399607354],[-73.24480909462322,41.40049139961763],[-73.24493709466721,41.400534399621804],[-73.24556509488028,41.40069939963337],[-73.24629609512553,41.40084339963747],[-73.246545095208,41.40087439963537],[-73.24677109528466,41.400933399639456],[-73.24706409538148,41.400965399636085],[-73.24727609545262,41.40100739963732],[-73.24751609553445,41.4010773996431],[-73.24776309562016,41.40117539965409],[-73.24812509574899,41.40137439968096],[-73.24845609587247,41.40165539972483],[-73.24867109595324,41.40184739975515],[-73.24872209597353,41.40191239976613],[-73.24887009603232,41.40209939979768],[-73.24917709615058,41.40242439985088],[-73.24925109618087,41.40253339986968],[-73.24936909622642,41.40266039989053],[-73.24944009625457,41.40274939990553],[-73.24950509627924,41.40281139991546],[-73.24956209630095,41.4028673999245],[-73.24967709634339,41.40295739993825],[-73.24993509644035,41.403188399974766],[-73.25015809652373,41.40338040000483],[-73.25031009657974,41.40349740002263],[-73.25060409668815,41.40372440005718],[-73.25129709693955,41.40418840012479],[-73.25205609721397,41.40468040019569],[-73.252391097334,41.40487840022324],[-73.25240009733724,41.40488440022413],[-73.25269809744499,41.405077400251926],[-73.25310309758977,41.40531140028421],[-73.25402009791986,41.40588040036489],[-73.25498309826895,41.406520400457914],[-73.2552230983564,41.406687400482554],[-73.25549509845484,41.40686540050828],[-73.25600909864315,41.407241400564615],[-73.2563530987666,41.40744840059364],[-73.25665609887713,41.40766140062515],[-73.25715109905506,41.40796440066791],[-73.25759209921198,41.408206400700564],[-73.2580060993576,41.40840440072552],[-73.25835109948024,41.408591400750616],[-73.25884509965358,41.408820400778986],[-73.2595400998914,41.409037400798454],[-73.2596860999413,41.40908240080243],[-73.25972909994947,41.408982400781575],[-73.25973309994777,41.40893040077131],[-73.25975109993962,41.408688400723655],[-73.25984909997202,41.40869940072256],[-73.26010410005468,41.40869940071422],[-73.26027810010974,41.40867640070407],[-73.26052110018567,41.40862740068657],[-73.2606571002282,41.40860040067685],[-73.26100310033426,41.408495400645094],[-73.26125310041144,41.40842840062387],[-73.26137910044994,41.408388400611976],[-73.26162110052556,41.4083394005945],[-73.2618401005947,41.40830740058111],[-73.2621441006915,41.40827740056532],[-73.2624731007944,41.40821240054189],[-73.26279410089393,41.4081344005162],[-73.2628881009231,41.40811240050885],[-73.2632801010441,41.40800740047559],[-73.26341210108734,41.40801540047282],[-73.2635531011316,41.40799040046333],[-73.26373910119365,41.40802040046307],[-73.26391010124985,41.4080344004602],[-73.26404910129642,41.4080604004607],[-73.26421910135434,41.40810940046466],[-73.26430810138551,41.408149400469554],[-73.26493010160334,41.40843040050383],[-73.26555810182238,41.40869840053541],[-73.26600110197735,41.408895400559224],[-73.26612310201948,41.40894040056399],[-73.26630110208187,41.40902140057392],[-73.26644410213116,41.40907240057915],[-73.26648110214391,41.409085400580466],[-73.26656910217497,41.40912940058615],[-73.26677010224545,41.40922140059747],[-73.26689210228776,41.40926940060282],[-73.26698710232057,41.40930440060651],[-73.26714810237813,41.40939740061932],[-73.26728010242566,41.40947940063094],[-73.26749210250205,41.40961240064989],[-73.26761610254657,41.40968740066041],[-73.2676821025696,41.40971540066369],[-73.26782510261957,41.40977840067128]]]},"properties":{"name":2305.01,"geoid":"09001230501"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.47810916984263,41.39427139073439],[-73.47803716981693,41.39423039072881],[-73.47782116973981,41.39410739071204],[-73.47774916971417,41.394067390706645],[-73.47765616968137,41.39402139070078],[-73.4773781695833,41.39388339068312],[-73.47728616955091,41.39383839067743],[-73.47705516947312,41.39378739067513],[-73.4768371693998,41.3937403906732],[-73.47652216930217,41.393815390698194],[-73.47637016925604,41.393868390713536],[-73.4761481691887,41.39394639073605],[-73.47610516917572,41.39396239074058],[-73.47604216915677,41.39398739074753],[-73.47597516913602,41.39400339075284],[-73.4759311691224,41.39401439075643],[-73.47584316909574,41.39404539076537],[-73.47579316908006,41.39405439076877],[-73.47561716902506,41.3940883907812],[-73.47538516895419,41.39416139080307],[-73.4753761689514,41.394163390803755],[-73.47524116891054,41.39421239081774],[-73.47509016886245,41.394226390825466],[-73.47502116884088,41.394239390830265],[-73.47487616879609,41.394276390842265],[-73.47465916872785,41.394311390856245],[-73.47439816864706,41.39437539087732],[-73.47402716853055,41.39443739090163],[-73.4738781684826,41.39444239090753],[-73.47376816844593,41.39442439090767],[-73.47355216837396,41.394389390908],[-73.47323116826605,41.39432139090538],[-73.47301516819313,41.39427039090262],[-73.47300216818886,41.394269390902856],[-73.47282916813279,41.39426839090837],[-73.47274316810558,41.39427939091335],[-73.4727091680951,41.39428839091624],[-73.47261116806494,41.394315390924724],[-73.47257816805484,41.39432539092776],[-73.47235616798558,41.39437039094384],[-73.47221316794104,41.39440039095438],[-73.47186716783341,41.39447639098062],[-73.47169016777744,41.394499390990944],[-73.47167516777274,41.39450239099203],[-73.47146516770394,41.394488390996244],[-73.47135716766788,41.39446939099612],[-73.47121816762146,41.39444539099603],[-73.47103816755991,41.3943893909911],[-73.47093416752436,41.39435739098832],[-73.47060516740366,41.394114390951934],[-73.4704881673607,41.39402739093888],[-73.46991016715064,41.39363439088157],[-73.46960616703886,41.39340539084708],[-73.46928016691902,41.3931603908102],[-73.46869816674612,41.393427390881364],[-73.46776716646966,41.39385639099556],[-73.46694416622343,41.39420439109044],[-73.46635616604762,41.39445439115846],[-73.46607016595749,41.39449739117629],[-73.46566316582933,41.394559391201796],[-73.46521216568597,41.39460539122564],[-73.46492516559478,41.39463539124097],[-73.46481916553603,41.394216391162985],[-73.46469616546776,41.39372839107213],[-73.4645131653636,41.392957390928245],[-73.46449116535094,41.3928623909105],[-73.46439216530028,41.39254339085171],[-73.46426216526616,41.39268039088267],[-73.46417416524318,41.39277439090385],[-73.46389716516796,41.39302339096144],[-73.46383516514946,41.39305039096874],[-73.46379816513847,41.393067390973265],[-73.46365316509326,41.39309739098389],[-73.4635341650552,41.39310539098937],[-73.46337216500262,41.39310339099434],[-73.46323216495678,41.39309439099721],[-73.46323516495272,41.39300839098039],[-73.46331316482966,41.390462390482654],[-73.4633771648176,41.38989939037104],[-73.46355616485272,41.3895073902889],[-73.46420416500061,41.388444390060734],[-73.46490016517612,41.38758838987123],[-73.46527016526953,41.38713538977091],[-73.46551416531265,41.38651938964302],[-73.46579616529156,41.3845893892583],[-73.46582516529466,41.384481389236335],[-73.46595016530893,41.38403138914467],[-73.46624616537197,41.383468389025374],[-73.46648316543119,41.38316738895899],[-73.46655016544787,41.38308138894005],[-73.46688216553102,41.38266338884776],[-73.46707116558457,41.382532388816045],[-73.46729816564901,41.3823763887782],[-73.46730416565077,41.38237338877742],[-73.46765616575705,41.3822413887401],[-73.46799416585698,41.38207838869724],[-73.46806916587917,41.38204238868776],[-73.46858916603654,41.38185338863379],[-73.46864516605362,41.38183538862845],[-73.46905716617972,41.38171038859053],[-73.46941716628994,41.38160138855742],[-73.46954916633135,41.3815783885486],[-73.46994616645598,41.38151138852245],[-73.47007916649781,41.38149038851395],[-73.47054616664698,41.38145538849172],[-73.47094516677723,41.381473388482036],[-73.47109816682716,41.381480388478344],[-73.47245916728134,41.381712388478505],[-73.47349916763291,41.381967388493756],[-73.47434316791828,41.38217538850632],[-73.47442316794529,41.38219438850737],[-73.47450416797263,41.38221338850839],[-73.47498916813635,41.38232838851474],[-73.47515116819108,41.38236738851698],[-73.47521116821976,41.38252638854591],[-73.47525016823839,41.382629388564666],[-73.47539216830633,41.38300638863331],[-73.4754531683354,41.38316638866242],[-73.47559916841494,41.38372038876534],[-73.47564416844565,41.38399738881773],[-73.47566216845779,41.384105388838144],[-73.47573416851598,41.38470438895229],[-73.47575616860296,41.38607438921803],[-73.47578016863864,41.386553389310386],[-73.47582316870228,41.387406389474876],[-73.47583216871585,41.38758938951018],[-73.47585516874918,41.38803338959576],[-73.47584816875326,41.388142389617215],[-73.47586116876813,41.38832538965237],[-73.47608816883785,41.38826038963223],[-73.47621916887816,41.3882243896209],[-73.47642816894258,41.388168389603095],[-73.47676216904314,41.38803838956677],[-73.47681316905854,41.3880193895614],[-73.47698316910973,41.38795338954292],[-73.47722616918061,41.387819389508834],[-73.47726016919057,41.38780138950421],[-73.47783816935602,41.38742938941276],[-73.47792216937908,41.38735838939617],[-73.4781351694376,41.38717938935431],[-73.47846816955966,41.38742338939076],[-73.47848716956663,41.38743738939286],[-73.47880516967862,41.38759238941249],[-73.4793681698706,41.38775838942617],[-73.47961716995798,41.38787438944048],[-73.47974617000322,41.3879343894479],[-73.47997317008542,41.38808338946938],[-73.48007217011386,41.38802138945404],[-73.48037017019955,41.38783638940821],[-73.4804701702284,41.38777538939302],[-73.4806431702812,41.38772038937662],[-73.48080817033157,41.38766838936105],[-73.48117617044781,41.38761838933917],[-73.4813561705047,41.38759438932854],[-73.48167317060512,41.38755638931066],[-73.48205017072661,41.387546389296276],[-73.48228817080337,41.38754138928742],[-73.48265517092825,41.387645389295514],[-73.48277717097325,41.38773938930976],[-73.48286717100937,41.38785938933012],[-73.48288717102406,41.3880003893569],[-73.48285417104486,41.388540389463],[-73.48290017106862,41.38869238949105],[-73.48294317110143,41.38901638955263],[-73.48295617111087,41.389106389569704],[-73.48293517112374,41.38944338963595],[-73.48281517109892,41.389684389686785],[-73.48288517112312,41.389710389689526],[-73.48309717119636,41.389789389697874],[-73.48316817122092,41.38981638970077],[-73.48337917129619,41.38993538971694],[-73.48347917133182,41.389991389724536],[-73.48358817137255,41.39008438973902],[-73.48370717142605,41.39034138978506],[-73.48371317143895,41.39052938982142],[-73.48367017143381,41.39068038985219],[-73.48361617142021,41.390746389866834],[-73.48362417142647,41.39080938987881],[-73.48364817144542,41.39100138991535],[-73.48365617145176,41.39106538992755],[-73.48294417122511,41.39113238996412],[-73.481259170689,41.39129439005134],[-73.48081117054738,41.39135339007762],[-73.48062617048895,41.39137839008858],[-73.48012117033447,41.39153339013544],[-73.47995417028267,41.391572390148546],[-73.47975717022167,41.39162039016439],[-73.47945617012843,41.391692390188354],[-73.47937817010427,41.39171139019462],[-73.479292170078,41.39173839020272],[-73.47926717007591,41.39184139022357],[-73.4792051700848,41.39233839032228],[-73.47910717009948,41.3931343904803],[-73.47903817008081,41.39319739049485],[-73.47881617001772,41.39334839053154],[-73.47877117001407,41.39353539056941],[-73.47873417002926,41.39400139066124],[-73.47868617004904,41.39460739078068],[-73.47857117000773,41.39453739077086],[-73.47828816990612,41.39436639074696],[-73.47822616988412,41.39433339074261],[-73.47810916984263,41.39427139073439]]]},"properties":{"name":2107.02,"geoid":"09001210702"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.46323216495678,41.39309439099721],[-73.46337216500262,41.39310339099434],[-73.4635341650552,41.39310539098937],[-73.46365316509326,41.39309739098389],[-73.46379816513847,41.393067390973265],[-73.46383516514946,41.39305039096874],[-73.46389716516796,41.39302339096144],[-73.46417416524318,41.39277439090385],[-73.46426216526616,41.39268039088267],[-73.46439216530028,41.39254339085171],[-73.46449116535094,41.3928623909105],[-73.4645131653636,41.392957390928245],[-73.46469616546776,41.39372839107213],[-73.46481916553603,41.394216391162985],[-73.46492516559478,41.39463539124097],[-73.46521216568597,41.39460539122564],[-73.46566316582933,41.394559391201796],[-73.46607016595749,41.39449739117629],[-73.46635616604762,41.39445439115846],[-73.46694416622343,41.39420439109044],[-73.46776716646966,41.39385639099556],[-73.46869816674612,41.393427390881364],[-73.46928016691902,41.3931603908102],[-73.46960616703886,41.39340539084708],[-73.46991016715064,41.39363439088157],[-73.4704881673607,41.39402739093888],[-73.47060516740366,41.394114390951934],[-73.47093416752436,41.39435739098832],[-73.47103816755991,41.3943893909911],[-73.47121816762146,41.39444539099603],[-73.47135716766788,41.39446939099612],[-73.47146516770394,41.394488390996244],[-73.47167516777274,41.39450239099203],[-73.47169016777744,41.394499390990944],[-73.47186716783341,41.39447639098062],[-73.47221316794104,41.39440039095438],[-73.47235616798558,41.39437039094384],[-73.47257816805484,41.39432539092776],[-73.47261116806494,41.394315390924724],[-73.4727091680951,41.39428839091624],[-73.47274316810558,41.39427939091335],[-73.47282916813279,41.39426839090837],[-73.47300216818886,41.394269390902856],[-73.47301516819313,41.39427039090262],[-73.47323116826605,41.39432139090538],[-73.47355216837396,41.394389390908],[-73.47376816844593,41.39442439090767],[-73.4738781684826,41.39444239090753],[-73.47402716853055,41.39443739090163],[-73.47439816864706,41.39437539087732],[-73.47465916872785,41.394311390856245],[-73.47487616879609,41.394276390842265],[-73.47502116884088,41.394239390830265],[-73.47509016886245,41.394226390825466],[-73.47524116891054,41.39421239081774],[-73.4753761689514,41.394163390803755],[-73.47538516895419,41.39416139080307],[-73.47561716902506,41.3940883907812],[-73.47579316908006,41.39405439076877],[-73.47584316909574,41.39404539076537],[-73.4759311691224,41.39401439075643],[-73.47597516913602,41.39400339075284],[-73.47604216915677,41.39398739074753],[-73.47610516917572,41.39396239074058],[-73.4761481691887,41.39394639073605],[-73.47637016925604,41.393868390713536],[-73.47652216930217,41.393815390698194],[-73.4768371693998,41.3937403906732],[-73.47705516947312,41.39378739067513],[-73.47728616955091,41.39383839067743],[-73.4773781695833,41.39388339068312],[-73.47765616968137,41.39402139070078],[-73.47774916971417,41.394067390706645],[-73.47782116973981,41.39410739071204],[-73.47803716981693,41.39423039072881],[-73.47810916984263,41.39427139073439],[-73.4780741698397,41.39441539076358],[-73.47793216982416,41.39493739086978],[-73.47782016980725,41.395269390938026],[-73.47781016980535,41.395292390942835],[-73.47773016979133,41.39549639098515],[-73.47749816973902,41.395887391068854],[-73.47725116968009,41.39624839114721],[-73.4766811695344,41.396915391295764],[-73.47609016937798,41.39751439143178],[-73.47580516929904,41.39774339148572],[-73.47497816907037,41.39841439164354],[-73.47486816903995,41.39850339166447],[-73.47406816881173,41.399032391793796],[-73.47383816874496,41.39916439182705],[-73.47311116853415,41.39958639193314],[-73.47268216840679,41.399784391985825],[-73.47111716793778,41.40043239216356],[-73.47050216774966,41.40062139222064],[-73.47007416761817,41.400743392258505],[-73.47001416759979,41.40076139226399],[-73.4695671674625,41.40088939230366],[-73.468756167212,41.40109739237089],[-73.46843416711198,41.40117039239574],[-73.46770216688473,41.4013383924526],[-73.46747016681299,41.40139639247155],[-73.46741416679573,41.401411392476305],[-73.46714916671328,41.40146939249634],[-73.46660816654634,41.40161039254164],[-73.46660216654449,41.40161239254223],[-73.46613116639874,41.401728392580345],[-73.46588316632327,41.401811392604685],[-73.46548716620353,41.40195739264617],[-73.46511916609333,41.402111392688255],[-73.46502716606606,41.402154392699664],[-73.46452416591735,41.40239739276354],[-73.4643131658479,41.40237839276681],[-73.4640861657777,41.4024353927854],[-73.463747165673,41.40252239281352],[-73.46347816558956,41.40258539283466],[-73.4632311655137,41.40265639285663],[-73.46299616544407,41.40276739288597],[-73.46284316539972,41.40285639290833],[-73.46282716539505,41.40286539291061],[-73.4626661653491,41.40297139293654],[-73.46244416528425,41.403092392967395],[-73.46224516519365,41.40264339288668],[-73.46221516517984,41.402573392874054],[-73.46208716511047,41.40209439278515],[-73.46202916507367,41.40178539272699],[-73.46200616506063,41.40168939270909],[-73.46195216503004,41.40146439266712],[-73.46186416498755,41.40122439262337],[-73.46185616498374,41.401203392619536],[-73.46172316491456,41.40075539253683],[-73.46167716488257,41.40046239248138],[-73.46166616487453,41.40038539246677],[-73.4616421648527,41.400144392420685],[-73.46157916480901,41.399744392345],[-73.46157116479696,41.39958239231377],[-73.46156916479289,41.39952339230236],[-73.46152716476576,41.39929139225865],[-73.46095516457208,41.39914639224934],[-73.46079416451737,41.39910239224611],[-73.46047016440733,41.39901439223971],[-73.46024816433525,41.39901139224646],[-73.46006216427618,41.39903139225648],[-73.45985016421255,41.39911739228021],[-73.45958516413052,41.39918239230161],[-73.45935716405943,41.39922939231828],[-73.45908416397533,41.399303392341686],[-73.45875016386961,41.39934539236089],[-73.45858416381783,41.39937939237298],[-73.45845216377671,41.39940739238279],[-73.458102163667,41.39946939240639],[-73.45783716358129,41.399471392415556],[-73.45773816354433,41.399387392402495],[-73.45759316348939,41.399250392380644],[-73.45726416336468,41.39893839233084],[-73.4575621634553,41.39883739230137],[-73.45770216349807,41.39879339228818],[-73.45782416353548,41.39875739227714],[-73.4582041636509,41.398626392239116],[-73.45856716375947,41.398472392197164],[-73.45887916385121,41.39831239215575],[-73.4589761638794,41.398257392141865],[-73.45913216392485,41.39817039211979],[-73.45937516399498,41.39802339208317],[-73.45961916406453,41.397861392043616],[-73.45979516411485,41.397746392015435],[-73.45985916413277,41.39769839200399],[-73.4602581642444,41.39739639193207],[-73.4603451642718,41.397383391926674],[-73.46047816431377,41.39736439191859],[-73.46057616434392,41.3973373919101],[-73.46063016436024,41.39731739190443],[-73.46046716430564,41.39728639190378],[-73.46039316427895,41.39723939189709],[-73.46028116424239,41.397234391899815],[-73.46005616416406,41.39714039188897],[-73.45837016357699,41.396435391807586],[-73.45780916338164,41.396200391780404],[-73.45767316333213,41.396106391766615],[-73.45767116333141,41.39610539176648],[-73.45752916328019,41.396015391753664],[-73.45737216321723,41.39580739171842],[-73.4573201631976,41.3957593917108],[-73.45719716315124,41.395647391693075],[-73.45717816314318,41.39561439168729],[-73.45715616313376,41.39557539168043],[-73.45710616311509,41.39553239167372],[-73.45707816310468,41.39550939167017],[-73.45707616310187,41.39547239166304],[-73.45707416309683,41.39539739164852],[-73.45706616309234,41.39536439164237],[-73.4570581630877,41.395329391635826],[-73.45693616303888,41.395169391608746],[-73.45657016289252,41.394691391527864],[-73.45644816284374,41.39453239150098],[-73.45609116270363,41.39411139143089],[-73.45574616256819,41.39370439136313],[-73.45557716250117,41.39349339132768],[-73.4550461622906,41.39283039121627],[-73.4550361622866,41.39281739121408],[-73.45487716222267,41.39260339117771],[-73.45466816214532,41.39243739115233],[-73.45482516219406,41.39240139114013],[-73.45507116227057,41.39234739112152],[-73.45530016234228,41.39230539110578],[-73.45545916239213,41.39227739109508],[-73.4555571624227,41.392257391087966],[-73.45559016243304,41.39225139108572],[-73.45577416249093,41.392222391073986],[-73.45585616251702,41.392214391069736],[-73.45595716254927,41.39220639106484],[-73.45644216270387,41.392164391040644],[-73.45699916288319,41.39214639101874],[-73.45739516301026,41.392126391001774],[-73.45788816316991,41.39212639098549],[-73.4583711633286,41.392165390977134],[-73.458906163503,41.39218539096333],[-73.45920016359784,41.39217939095246],[-73.4594801636891,41.39218939094516],[-73.45993216384053,41.39227639094714],[-73.46039316399556,41.39237539095117],[-73.46083216414496,41.39249939096077],[-73.46129916430921,41.392723390988934],[-73.46139116434222,41.392778390996575],[-73.46158916441081,41.39285539100502],[-73.4617301644613,41.39293839101651],[-73.46178516448161,41.39298139102304],[-73.46203416456883,41.3930943910368],[-73.46211016459502,41.39312139103953],[-73.46226316464427,41.39311639103351],[-73.46235916467501,41.393110391029175],[-73.46251816472596,41.393101391022164],[-73.46288316484515,41.393118391013424],[-73.46323216495678,41.39309439099721]]]},"properties":{"name":2107.01,"geoid":"09001210701"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.18945406461812,41.18972036028618],[-73.18882606421111,41.1861383596055],[-73.1885630641249,41.18611935961032],[-73.1883790640648,41.18610935961432],[-73.18895306424523,41.186015359577304],[-73.18896606424943,41.186015359576885],[-73.1891930643308,41.18615435959672],[-73.18922906434251,41.186155359595745],[-73.18948706442625,41.18615935958815],[-73.18975006451095,41.18615235957826],[-73.19005806460858,41.186116359561204],[-73.19027806467749,41.18607635954624],[-73.19053806475789,41.186010359524865],[-73.19085206485354,41.185905359494136],[-73.19107306492124,41.18583835947385],[-73.19146506504208,41.18573235944038],[-73.19154906506758,41.18570235943177],[-73.19180406514678,41.18564435941214],[-73.19186106516443,41.18563035940755],[-73.1918930651744,41.18562335940515],[-73.1920350652188,41.185596359395255],[-73.19209306523703,41.185586359391415],[-73.19215006525695,41.18561235939464],[-73.19222506528325,41.18564835939926],[-73.19232606531783,41.18568135940244],[-73.1923870653387,41.185701359404376],[-73.19256906539567,41.185667359391815],[-73.19257006539685,41.18568235939472],[-73.19257706539976,41.18569335939665],[-73.19262506541943,41.185766359409364],[-73.19262706542024,41.1857693594099],[-73.19264406542683,41.18578835941306],[-73.19269706544752,41.185850359423476],[-73.19276206547048,41.185884359428016],[-73.19291506552216,41.185922359430485],[-73.19308206557791,41.18595235943095],[-73.19323506562839,41.18596935942929],[-73.19338806567848,41.18597935942629],[-73.1932560656419,41.18608735945171],[-73.19349406573502,41.186370359499385],[-73.19370806582431,41.18672235956132],[-73.19383206587429,41.18689535959116],[-73.19428306605398,41.18748835969259],[-73.19449506614471,41.18787735976182],[-73.19459006618479,41.18804135979084],[-73.19470706623329,41.18822835982365],[-73.19504806637438,41.18876835991825],[-73.19506206638012,41.1887893599219],[-73.19518806643129,41.18897235995363],[-73.19525906646012,41.18907535997149],[-73.19547406654746,41.189387360025556],[-73.19554606657668,41.18949136004358],[-73.19563006661105,41.189617360065505],[-73.19575506666219,41.18980536009826],[-73.19588706671573,41.18999536013114],[-73.19597506675132,41.19012036015273],[-73.19606006678644,41.190254360176205],[-73.19631506689193,41.19065736024681],[-73.19640006692711,41.19079236027046],[-73.19652506697832,41.19098136030339],[-73.19671306705544,41.19126736035325],[-73.19690606713384,41.19154736040178],[-73.19703606718654,41.191734360434154],[-73.19712706722392,41.1918733604584],[-73.19726306727972,41.19208036049448],[-73.19740806733837,41.192286360530076],[-73.19750506737749,41.19242236055356],[-73.19771106746296,41.192752360611436],[-73.19800406758459,41.193223360694105],[-73.19835206772603,41.1937293607818],[-73.19857406781612,41.19405036083741],[-73.19868706786255,41.194223360867596],[-73.19885606793193,41.19448136091259],[-73.19902406800134,41.1947453609588],[-73.19913606804755,41.19492036098939],[-73.19925006809419,41.19509136101915],[-73.19959506823504,41.19560436110834],[-73.19971106828238,41.19577636113823],[-73.20006406842566,41.196286361226555],[-73.20042306857079,41.196794361314275],[-73.20082006873542,41.19742936142564],[-73.2008790687593,41.19751336144016],[-73.20105706883137,41.197767361484075],[-73.20111706885562,41.19785236149876],[-73.20113906886475,41.19788736150488],[-73.20120606889253,41.197994361523655],[-73.20122906890202,41.19803036152994],[-73.2013040689325,41.19813936154883],[-73.20141906897922,41.19830636157777],[-73.20152506902305,41.19847336160701],[-73.20159706905278,41.198586361626774],[-73.20170006909466,41.19873636165278],[-73.20201206922138,41.199188361731075],[-73.20211606926364,41.199339361757254],[-73.20217406928896,41.19945436177787],[-73.20219806929889,41.1994923617845],[-73.20223606931462,41.199552361795014],[-73.20248806941747,41.199926361859994],[-73.20258606945745,41.20007136188519],[-73.20271006950829,41.200259361917944],[-73.20308206966087,41.200824362016384],[-73.20320606971177,41.20101336204934],[-73.20325506973236,41.20109636206399],[-73.20340306979443,41.201345362107894],[-73.20345306981534,41.201428362122506],[-73.2035580698596,41.20160836215431],[-73.20372106992816,41.20188636220342],[-73.20387106999193,41.20215336225076],[-73.20397407003568,41.202336362283226],[-73.20405507006943,41.202468362306405],[-73.20418107012182,41.202672362342234],[-73.20429107016889,41.20287336237797],[-73.2043670702013,41.20301036240231],[-73.20449507025519,41.20322936244099],[-73.20468707033591,41.20355536249852],[-73.20487407041551,41.20389036255799],[-73.20499807046835,41.204113362597575],[-73.20502707048077,41.204166362607005],[-73.20511407051798,41.204325362635274],[-73.20514307053038,41.204378362644704],[-73.20493107046637,41.20445936266744],[-73.20429507027444,41.20470336273585],[-73.20408407021083,41.20478536275875],[-73.2040360701963,41.20480336276382],[-73.2038940701536,41.20486036277959],[-73.20384707013953,41.20488036278501],[-73.20368507009029,41.204936362801234],[-73.20320206994359,41.20510536285],[-73.20304106989471,41.20516236286639],[-73.20287306984399,41.20522636288437],[-73.20236906969201,41.20542236293908],[-73.20220206964173,41.20548836295742],[-73.20201906956746,41.20522436291172],[-73.20174906945772,41.20483236284382],[-73.20145806934133,41.20444236277698],[-73.20126706926487,41.20418536273291],[-73.20106606918273,41.20388536268075],[-73.20076506905966,41.2034353626025],[-73.20045806893519,41.20299436252619],[-73.20025306885204,41.20269936247514],[-73.20006006877384,41.2024233624274],[-73.19948206853978,41.20159836228477],[-73.19929006846203,41.201324362237415],[-73.1990880683798,41.20102836218606],[-73.19878206825531,41.20058136210856],[-73.19848906813525,41.200138362031396],[-73.19829306805484,41.19984036197947],[-73.19822106802607,41.199744361963006],[-73.19817206800651,41.19967936195189],[-73.19799706793775,41.19946636191591],[-73.19792206790822,41.19937436190033],[-73.19782306787232,41.19930636189024],[-73.19781206786836,41.19929936188924],[-73.197553067776,41.19914936186829],[-73.19751206776164,41.199130361865905],[-73.19740506772416,41.19908036185959],[-73.19719806766958,41.19929836190899],[-73.19715306765781,41.199347361920026],[-73.19689606759216,41.19965536198865],[-73.19665006753023,41.199966362057474],[-73.1966330675265,41.199997362064096],[-73.1965590675104,41.200135362093505],[-73.19651206750295,41.20027136212163],[-73.1963980674702,41.20034436213963],[-73.19635306745603,41.200351362142456],[-73.1961070673788,41.20039336215864],[-73.19593206732155,41.20038236216219],[-73.19581506728282,41.20036736216306],[-73.19580206727856,41.20036636216328],[-73.19575806726272,41.200338362159236],[-73.19564506722722,41.20035736216662],[-73.1952490670978,41.200335362175174],[-73.19495506700173,41.2003193621816],[-73.19413606675693,41.200675362277856],[-73.19377306664848,41.20083436232075],[-73.19369406662376,41.20084936232626],[-73.19365706661179,41.20084936232746],[-73.19362206660087,41.20085636232995],[-73.19342706654008,41.20089736234431],[-73.19328706649642,41.200926362354544],[-73.19317106645899,41.200928362358695],[-73.19303706641578,41.200931362363626],[-73.19301906640986,41.20092936236383],[-73.19294206638429,41.20091836236417],[-73.19272006631068,41.20088736236532],[-73.19271406630862,41.20088536236512],[-73.19264106628374,41.20086336236319],[-73.19261606627293,41.200815362354604],[-73.19261406627193,41.2008093623535],[-73.19249406623399,41.20082536236053],[-73.19237906619814,41.200849362368956],[-73.1923170661788,41.20086236237351],[-73.19226306616152,41.20086536237585],[-73.19212706611385,41.20080136236775],[-73.19232906618772,41.20095036239035],[-73.1921240661205,41.20093536239408],[-73.19200806608602,41.2009893624084],[-73.19196006607055,41.200990362410145],[-73.1913700659011,41.201368362503274],[-73.19083606574705,41.20169836258518],[-73.18998406550129,41.20222536271594],[-73.18966406540989,41.2024393627682],[-73.18947906535833,41.202585362802786],[-73.1894010653374,41.202661362820194],[-73.18935706532562,41.20270436283002],[-73.18922406528631,41.202770362847254],[-73.18919906527036,41.20263236282108],[-73.18907306521501,41.20237636277507],[-73.1889330651533,41.202088362723266],[-73.18891406514489,41.202048362716056],[-73.18869106505193,41.2016833626519],[-73.1885330649927,41.20154136262925],[-73.18852606499009,41.201535362628285],[-73.1884740649715,41.201504362623915],[-73.18824506488986,41.201372362605525],[-73.18800206480319,41.20123136258583],[-73.18727306454326,41.20081036252713],[-73.18703006445664,41.20067036250764],[-73.18672906434932,41.20049636248336],[-73.18604706410613,41.20010236242841],[-73.18601106409608,41.200130362435054],[-73.18598906408855,41.2001233624344],[-73.185946064065,41.19995436240272],[-73.18594606406432,41.19994236240038],[-73.18596506405075,41.19959536233188],[-73.18596706404934,41.19955936232476],[-73.18604106405792,41.19928936226954],[-73.18608406406314,41.199136362238185],[-73.18640406413235,41.19853236210962],[-73.18642806413436,41.19843136208909],[-73.18650506414187,41.198125362026694],[-73.18652006414337,41.198066362014664],[-73.18650306413119,41.19794936199234],[-73.18649106412236,41.197862361975695],[-73.18636006406062,41.19752236191343],[-73.18631506404213,41.19745336190137],[-73.186217064002,41.19730536187561],[-73.18621506400116,41.197302361875074],[-73.18608406394006,41.196973361814955],[-73.18606206391422,41.1966443617513],[-73.18607706388812,41.19610036164434],[-73.18616306388942,41.195634361550354],[-73.18620806388994,41.19538736150058],[-73.18628806390673,41.195227361466685],[-73.18662206399208,41.194827361377556],[-73.18681106402822,41.19438736128532],[-73.18683306403413,41.194366361280494],[-73.18693306406304,41.1943053612653],[-73.18931306470196,41.19199636073618],[-73.18945406461812,41.18972036028618]]]},"properties":{"name":2572,"geoid":"09001257200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.25509308435522,41.16334835299059],[-73.2550040843155,41.16315635295591],[-73.25478908421667,41.16264235286226],[-73.25478508421499,41.162635352861024],[-73.25463608415112,41.16236035281202],[-73.2545350841062,41.162145352773216],[-73.25435608402823,41.16179335271011],[-73.25412308392804,41.161357352632336],[-73.25405508389811,41.16121835260733],[-73.2539540838573,41.16107535258262],[-73.25390908383771,41.160987352566856],[-73.25369708374578,41.16057735249347],[-73.25334208359165,41.15988735236991],[-73.25327308356198,41.1597583523469],[-73.25290308340173,41.15904635221952],[-73.25205608303499,41.15741735192809],[-73.25191008296049,41.15693835183903],[-73.25184208291053,41.156447351745115],[-73.25184008290918,41.15643535174283],[-73.2517330828358,41.15575435161294],[-73.2517090828134,41.1554973515634],[-73.25168908279544,41.15529535152449],[-73.25163008275094,41.15484935143907],[-73.25160108273379,41.15471235141318],[-73.25159208272197,41.15455635138292],[-73.25151208267201,41.154133351302704],[-73.25145908263102,41.15371435122237],[-73.25145408262672,41.15366735121331],[-73.2515480826486,41.15351735118088],[-73.2515590826514,41.15350435117798],[-73.25145408260292,41.153249351131464],[-73.25138508257116,41.15308335110118],[-73.25134908254311,41.15279535104595],[-73.25129208250544,41.152457350981614],[-73.25118008243146,41.15179435085541],[-73.25116408241159,41.15153635080541],[-73.25112608238815,41.15134035076825],[-73.25111908238382,41.15130435076142],[-73.25108208235774,41.151056350714065],[-73.2510760823475,41.15091035068567],[-73.25104908233011,41.15075835065677],[-73.25104708232467,41.15067435064038],[-73.25104508231787,41.15056635061929],[-73.25105608231337,41.15042435059114],[-73.25106408231122,41.150341350574614],[-73.25107908231033,41.15024035055434],[-73.25110008230921,41.15010135052643],[-73.25109308229773,41.14993935049494],[-73.25108908229069,41.149838350475285],[-73.25108708228822,41.14980635046908],[-73.2510840822836,41.14974235045664],[-73.25108608228254,41.14971235045069],[-73.25109008228206,41.149681350444496],[-73.2510560822628,41.1495363504172],[-73.25101008223677,41.14934035038033],[-73.25097708222224,41.149272350368065],[-73.25092908219955,41.14914635034496],[-73.25092108219519,41.14911535033915],[-73.25088408217508,41.14897235031235],[-73.2508660821638,41.14887635029411],[-73.25082208214188,41.14874135026911],[-73.25076508211554,41.148602350243735],[-73.25072808209843,41.148512350227314],[-73.25070108208538,41.14843635021331],[-73.25068108207573,41.14838035020299],[-73.25064808206152,41.14831835019191],[-73.25061108204358,41.148213350172554],[-73.2505850820309,41.14813835015871],[-73.25053108200693,41.14802435013813],[-73.2504780819833,41.14791035011752],[-73.25033308192606,41.1477283500866],[-73.25031708192037,41.14771935008536],[-73.25020908188185,41.14765635007653],[-73.25293608263686,41.14542434955065],[-73.25446508307729,41.14447334931464],[-73.25489108320039,41.14421534925027],[-73.25561008341306,41.14386634915852],[-73.25758308400198,41.1430013489249],[-73.25848108427438,41.1426843488336],[-73.26001008474333,41.14223534869591],[-73.26171508527297,41.14185234856542],[-73.26325508575391,41.14155134845636],[-73.26851608743856,41.141255348227205],[-73.27273108879206,41.141085348056734],[-73.27527708960876,41.14096834795095],[-73.2752770896167,41.14110734797817],[-73.27524108960819,41.14116234799013],[-73.27509508956443,41.14122334800682],[-73.27506608955757,41.14126734801639],[-73.27504408956014,41.141437348050395],[-73.27502908955698,41.141467348056764],[-73.27496008954243,41.141603348085646],[-73.27479008950675,41.14194234815759],[-73.2747430894952,41.14200634817166],[-73.27465408947349,41.14213034819884],[-73.27465908947511,41.14213034819868],[-73.27474308950335,41.142149348199666],[-73.27475808950864,41.14215734820074],[-73.2747240895005,41.142207348211635],[-73.27470208949532,41.14224134821901],[-73.27464708948233,41.142325348237264],[-73.27462508947708,41.14235834824445],[-73.27459208946934,41.14240934825551],[-73.27455308946172,41.14249734827401],[-73.27451308945379,41.142585348292556],[-73.27426908940569,41.14312634840646],[-73.27416208938436,41.143359348455576],[-73.27408708936962,41.14352634849074],[-73.27402408935728,41.1436673485204],[-73.273521089258,41.14478034875478],[-73.27301908915905,41.145893348989105],[-73.27272908910179,41.14653434912409],[-73.2725720890707,41.14688034919696],[-73.27244008904482,41.147175349259044],[-73.27235908902881,41.147354349296734],[-73.27271108917759,41.147967349405334],[-73.27294308928163,41.148476349497464],[-73.27311408936986,41.14905434960511],[-73.27306008938265,41.14958534971086],[-73.2728290893457,41.150248349848205],[-73.27267108931085,41.15053334990915],[-73.27247408927848,41.1510833500233],[-73.27243608928511,41.15141535008954],[-73.27261208939058,41.15226735025067],[-73.27247408934628,41.152273350256344],[-73.27246008934553,41.152339350269706],[-73.27243808934837,41.1525143503047],[-73.27250608938944,41.152849350368086],[-73.2725320894051,41.152976350392116],[-73.27255408941501,41.153025350400995],[-73.27255408942067,41.15312435042037],[-73.27238608938819,41.15350835050104],[-73.27236408938325,41.1535463505092],[-73.27234308937832,41.15357935051635],[-73.2722550893627,41.15380435056327],[-73.27216808933866,41.153876350580205],[-73.27212408932944,41.15396435059887],[-73.272015089302,41.15410135062924],[-73.27170308921391,41.15432635068346],[-73.27165208920128,41.15439435069843],[-73.27147908915879,41.15463035075027],[-73.27136908913181,41.15478135078344],[-73.27121608909297,41.15496835082502],[-73.27108508906309,41.15518735087218],[-73.27107008906046,41.1552263508803],[-73.27082408898214,41.15524835089262],[-73.27078008897045,41.155293350902866],[-73.27066308894176,41.155453350938],[-73.27065908895464,41.15570235098689],[-73.27068508896711,41.15577335099994],[-73.27086408903844,41.15600935104033],[-73.27097108908366,41.15619535107327],[-73.27114108915009,41.156396351107084],[-73.27132008921284,41.15648135111791],[-73.27160208931019,41.15658935112987],[-73.27170208934398,41.156614351131495],[-73.27215308949651,41.156731351139726],[-73.27222208952033,41.15675735114259],[-73.27253008962957,41.156926351165644],[-73.27281708972554,41.15698135116707],[-73.27316008983779,41.1570043511604],[-73.27317208984219,41.15701335116179],[-73.27321008985626,41.15704435116661],[-73.27328808988142,41.15704335116387],[-73.27352408995758,41.15704035115561],[-73.27360308998314,41.15704035115303],[-73.27395909009806,41.15703635114063],[-73.27397109010217,41.15704035114104],[-73.27422209018899,41.15713935115226],[-73.27445509028902,41.157572351229454],[-73.27455809034112,41.157901351290526],[-73.27460209036326,41.158040351316295],[-73.27464209038612,41.15821435134907],[-73.27467909039963,41.15824135135315],[-73.27466209040365,41.1584083513864],[-73.27467109041261,41.15851435140686],[-73.27465709041064,41.15855935141612],[-73.27467909042089,41.15861435142618],[-73.27468509042677,41.158683351439485],[-73.2746340904243,41.15892935148933],[-73.27452109040235,41.15918535154313],[-73.27430909034958,41.159462351604255],[-73.27391509023877,41.159754351674266],[-73.27360509014797,41.159920351716856],[-73.2735350901275,41.15995835172657],[-73.27341509009231,41.16002235174301],[-73.27329509005715,41.160086351759446],[-73.27323809004044,41.16011635176718],[-73.27243408979895,41.160442351857185],[-73.27161908956147,41.16090035197339],[-73.27129908947659,41.16122735204784],[-73.27113108943924,41.16152535211165],[-73.2714660895681,41.161885352171225],[-73.27205508979137,41.16245935226443],[-73.27231808988944,41.162687352300495],[-73.27246508994912,41.16290035233742],[-73.27251008997071,41.16302335236003],[-73.27250608997807,41.16317535238991],[-73.2723870899482,41.16332635242335],[-73.27202808984165,41.163494352467936],[-73.27200908983892,41.163554352480304],[-73.2719410898159,41.16353635247899],[-73.27146908968135,41.16385435255661],[-73.27138408965718,41.16391235257073],[-73.2711110895806,41.164118352619965],[-73.27082808949955,41.164302352665196],[-73.27052208941933,41.16463135273956],[-73.27025008935956,41.16512635284533],[-73.27004008930932,41.165436352912835],[-73.27001108930233,41.165478352922015],[-73.26988608929457,41.166051353038256],[-73.26986808929404,41.16614435305706],[-73.26984308929349,41.1662763530837],[-73.26908408911486,41.16744935333804],[-73.26868808901578,41.16795835345058],[-73.26869908902049,41.16797835345413],[-73.2689290891185,41.168392353527686],[-73.26916008920001,41.16851135354346],[-73.26944908930199,41.16866035356321],[-73.26975808941108,41.168820353584465],[-73.27028908960199,41.16915635363295],[-73.27056408970088,41.169330353658054],[-73.27059308971128,41.16934835366064],[-73.27067208974226,41.169443353676655],[-73.27097708986179,41.169809353738366],[-73.2710270898814,41.16986935374849],[-73.27109608990617,41.16991235375466],[-73.27110708991013,41.16991935375566],[-73.2711420899227,41.16994135375883],[-73.27115408992705,41.16994935376001],[-73.27131808998597,41.17005235377483],[-73.27152309005959,41.17018035379321],[-73.27175109014782,41.1704343538355],[-73.27188109019815,41.170579353859644],[-73.27222209031696,41.1707283538777],[-73.27240909038287,41.170823353890206],[-73.27241309039958,41.17109335394292],[-73.27234009039078,41.17135335399619],[-73.27215109035303,41.17176335408259],[-73.27192109029232,41.172003354137054],[-73.27191909029652,41.17208835415377],[-73.27207109035447,41.17224235417897],[-73.27209809037765,41.17249535422759],[-73.27202509036692,41.172721354274216],[-73.2718880903323,41.17289135431194],[-73.27184809032188,41.172935354321865],[-73.27139609018856,41.17316135438082],[-73.27127509015284,41.1732213543965],[-73.27108009009123,41.173247354407955],[-73.27089609002738,41.17317135439906],[-73.27068308995534,41.17311635439524],[-73.27044908987986,41.17312035440364],[-73.27018508979674,41.17316035442007],[-73.26965308963554,41.17335135447478],[-73.26917308948613,41.17345435451057],[-73.26903408944654,41.173548354533494],[-73.26875708936468,41.17368435456913],[-73.26847208927984,41.17381335460367],[-73.2684460892687,41.17376535459511],[-73.26838808924394,41.17366035457645],[-73.26832308921493,41.173520354551165],[-73.26825108918366,41.17338035452612],[-73.26819108915797,41.173270354506535],[-73.26815408914207,41.17320135449424],[-73.26805008909821,41.17302235446258],[-73.26800908908051,41.17294435444866],[-73.26795108905546,41.172834354429014],[-73.26786008902009,41.17273035441163],[-73.26782908900887,41.17270935440853],[-73.26782208900607,41.17270035440699],[-73.26768408895077,41.17251335437488],[-73.26762208892643,41.17243835436222],[-73.26752108888806,41.172338354345925],[-73.26749208887657,41.17230135433964],[-73.26746208886539,41.172275354335525],[-73.2674540888624,41.172268354334406],[-73.26731908881234,41.17215635431689],[-73.26726608879308,41.172119354311384],[-73.26718808876483,41.172066354303524],[-73.26711408873724,41.17200235429341],[-73.26706608871939,41.171961354286964],[-73.26700708870386,41.172024354301215],[-73.26695208868894,41.17207435431279],[-73.26693208868384,41.17209835431812],[-73.26663308860925,41.172486354403816],[-73.26658508859782,41.17255835441948],[-73.26648108857343,41.17272035445456],[-73.26642508856027,41.17280735447343],[-73.26622808851673,41.17316135454914],[-73.26613008849215,41.17328635457678],[-73.26611808848874,41.173294354578736],[-73.26593208843711,41.17344435461415],[-73.26577508838812,41.173476354625535],[-73.26547908829211,41.1734713546342],[-73.26511308817206,41.17344235464044],[-73.26473708804802,41.17340035464445],[-73.26418408786645,41.17335335465326],[-73.26413408784987,41.173346354653525],[-73.26368808770226,41.17328835465669],[-73.26345708762679,41.17327535466167],[-73.26343208761867,41.173274354662276],[-73.26328808757093,41.17325435466306],[-73.26314908752495,41.173236354664056],[-73.26306008749701,41.173251354669894],[-73.26295908746644,41.17328835468042],[-73.26286008743777,41.17334735469519],[-73.26281808742631,41.1733843547038],[-73.26269308739242,41.17349935473038],[-73.2625150873422,41.17362835476143],[-73.26245008732391,41.17367635477294],[-73.26228708727767,41.173790354800566],[-73.26197808719003,41.17400635485289],[-73.26179908713937,41.17413335488359],[-73.26120608697005,41.1745283549802],[-73.26105808692787,41.174628355004586],[-73.26038108673063,41.17501035510139],[-73.26008508664259,41.17514535513745],[-73.25987808657956,41.1752143551577],[-73.25959508649193,41.175283355180426],[-73.25944408644392,41.17529835518828],[-73.25925008638144,41.17530335519556],[-73.25912908634253,41.17530735520028],[-73.25884808625061,41.17528935520592],[-73.2585410861493,41.17525435520906],[-73.2583580860849,41.175163355197206],[-73.25832208607056,41.175116355189175],[-73.25829908606147,41.17508735518424],[-73.25826708604605,41.174998355167865],[-73.25822908602578,41.1748583551417],[-73.25826508601986,41.17455035508024],[-73.25829708601893,41.17435235504046],[-73.25830108601903,41.174331355036216],[-73.2583150860098,41.17409035498859],[-73.25828708599134,41.173925354957206],[-73.2582860859906,41.17391835495586],[-73.2582250859548,41.17363635490266],[-73.2582050859429,41.173541354884705],[-73.25820008593901,41.17350135487706],[-73.25819308593299,41.173435354864345],[-73.25818108592262,41.17332135484243],[-73.25818708592165,41.173270354832255],[-73.25823808591443,41.17285435474917],[-73.25831108588832,41.1719823545761],[-73.25834308589076,41.17184335454785],[-73.25836908589517,41.17177335453331],[-73.25858508592025,41.170987354372414],[-73.25866908592302,41.17055935428591],[-73.25866708591666,41.1704593542664],[-73.25864708590113,41.17030035423592],[-73.2586240858864,41.170172354211616],[-73.25847908581987,41.16982835414899],[-73.2583220857565,41.169607354110845],[-73.25817308569445,41.16936435406812],[-73.25767208548466,41.16852735392058],[-73.25752808542298,41.16826235387339],[-73.25713808525606,41.16754735374612],[-73.25709108523662,41.16747335373316],[-73.25692908516982,41.167220353688904],[-73.25679008510997,41.166959353642326],[-73.2567770851045,41.166937353638446],[-73.25675308509452,41.16689835363159],[-73.25664208504836,41.16671835359996],[-73.25660508503296,41.16665835358942],[-73.25652808500098,41.16653435356765],[-73.25647208497762,41.16644235355147],[-73.25631808491134,41.16615335349991],[-73.25625008488205,41.16602535347706],[-73.25603108479206,41.16568935341841],[-73.25594008475326,41.165525353389256],[-73.255841084711,41.165345353357225],[-73.2556990846528,41.16513035331976],[-73.25561308461342,41.16492735328281],[-73.25541808452606,41.16450135320576],[-73.25527108444471,41.163908353094456],[-73.255259084438,41.16385835308505],[-73.25509308435522,41.16334835299059]]]},"properties":{"name":607,"geoid":"09001060700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.25509308435522,41.16334835299059],[-73.25477108425967,41.16349935303064],[-73.25436008413789,41.16369535308238],[-73.25392408400614,41.163858353128475],[-73.25378708396444,41.16390435314195],[-73.25345108386223,41.1640183531752],[-73.25335008383172,41.164056353185934],[-73.25331208381984,41.16406335318854],[-73.25307808374693,41.16411235320574],[-73.2528810836849,41.16414235321802],[-73.25273708363964,41.164165353227204],[-73.25253408357557,41.164193353239305],[-73.25231308350584,41.16422435325256],[-73.25192308338222,41.16426935327405],[-73.25190008337498,41.16427235327538],[-73.25172308331982,41.16430935328839],[-73.25165308329802,41.16432435329362],[-73.25153908326246,41.16434735330183],[-73.25136308320769,41.16438535331498],[-73.25099008309186,41.16447035334376],[-73.25080808303544,41.16451335335811],[-73.25063108298298,41.1645973533803],[-73.25057508296605,41.16461835338623],[-73.25048708293957,41.16465335339595],[-73.24996308278173,41.16485835345314],[-73.24985808274909,41.16488135346106],[-73.24961008267204,41.16493735348009],[-73.2494330826202,41.16503235350444],[-73.24942508261802,41.16503935350608],[-73.24898608250196,41.16549535360964],[-73.24884008246339,41.16564735364415],[-73.24873008243156,41.16571335366065],[-73.24867208241491,41.165750353669786],[-73.24847608235663,41.165840353693774],[-73.24838508232943,41.16587935370436],[-73.24826808229447,41.16593035371815],[-73.24812708225177,41.16598135373272],[-73.2477080821251,41.16613735377692],[-73.2475680820828,41.16618935379164],[-73.24744208204484,41.16623935380552],[-73.24706808193258,41.16639235384765],[-73.24694308189504,41.166443353861695],[-73.24683308186215,41.16649035387448],[-73.24665508180894,41.16656735389534],[-73.24650108176264,41.16662935391249],[-73.2463910817297,41.166675353925065],[-73.2461240816497,41.166787353955684],[-73.24598508160808,41.16684635397175],[-73.24578908154668,41.166881353984984],[-73.24565508150424,41.16689735399247],[-73.24552108146158,41.16690935399918],[-73.24527408138296,41.16693235401172],[-73.24525708137757,41.16693435401267],[-73.24499308129583,41.16699835403377],[-73.24477908122876,41.16703635404818],[-73.24434808109626,41.16715835408609],[-73.24412708103102,41.167268354114825],[-73.24388608096086,41.167405354149466],[-73.24348008084627,41.16769935422024],[-73.24270708062468,41.16819935434326],[-73.24248708056268,41.16836035438194],[-73.24227608049983,41.1684553544074],[-73.24220408047847,41.168489354416394],[-73.24200808041887,41.168556354435886],[-73.24161708029897,41.16867235447131],[-73.24139608023123,41.168738354491424],[-73.24135008021682,41.16874635449449],[-73.24121408017442,41.16877435450438],[-73.24116908016042,41.16878435450781],[-73.24101808011329,41.16881435451858],[-73.2409720800991,41.168826354522444],[-73.24038807991904,41.168982354571966],[-73.24019407985922,41.169034354588455],[-73.24010207981824,41.16883735455289],[-73.2400940798136,41.16880135454609],[-73.2400490797864,41.1685793545041],[-73.24002307975498,41.16817535442586],[-73.24007607976547,41.168058354401225],[-73.24007907976622,41.16805435440034],[-73.24017407978704,41.1678803543632],[-73.2402100797967,41.167845354355165],[-73.2403480798325,41.16769035432032],[-73.24040007984627,41.16763635430806],[-73.2408360799622,41.16719535420755],[-73.24100808000937,41.167046354172776],[-73.2412220800681,41.166862354129805],[-73.24153408015543,41.16662335407287],[-73.24179508022756,41.1664073540221],[-73.24193708026388,41.16623835398438],[-73.24203808028254,41.165992353932936],[-73.24206808028723,41.165904353914726],[-73.24211808029749,41.16580035389275],[-73.24243008034416,41.16484735369601],[-73.24281108040944,41.163829353484296],[-73.24288908041993,41.16357035343105],[-73.24281408039043,41.16347835341548],[-73.24270208034366,41.163293353382905],[-73.24258308028757,41.162984353326266],[-73.2425330802632,41.16284035329969],[-73.24252508025373,41.16271935327626],[-73.24251208024478,41.16263635326044],[-73.24248308023016,41.16254435324336],[-73.24256708023906,41.16222335317777],[-73.2426030802393,41.16202335313745],[-73.24261008022678,41.16176335308632],[-73.24269408023369,41.161407353013864],[-73.24317208036001,41.16091035290102],[-73.24403808058892,41.16001035269663],[-73.2442880806546,41.1597433526362],[-73.24455908072467,41.15943435256689],[-73.24458608072976,41.15937035255348],[-73.24460008073137,41.15931935254303],[-73.24428108062182,41.15920735253149],[-73.24413808057373,41.159175352529864],[-73.24392608050037,41.15909135252031],[-73.24376708044348,41.15899535250667],[-73.24362608039233,41.15889835249227],[-73.24358908037782,41.158853352484655],[-73.24329408026551,41.1585573524363],[-73.24313808020861,41.15844435241923],[-73.24302908016455,41.158289352392416],[-73.24301008015703,41.15826535238835],[-73.24290808011675,41.158137352366595],[-73.24279708007445,41.15802535234828],[-73.24267108002654,41.157899352327696],[-73.24245707994585,41.15769835229529],[-73.24234307990288,41.157591352278054],[-73.24226807987482,41.15752435226738],[-73.24204307979065,41.157324352235506],[-73.24196907976297,41.15725835222501],[-73.24187207972419,41.157128352202704],[-73.24177807968859,41.15703735218794],[-73.24162907963014,41.15685735215752],[-73.24150407958192,41.15672035213476],[-73.24139107953717,41.15657635211024],[-73.2412150794685,41.15637035207562],[-73.24115207944438,41.156304352064744],[-73.24111407942308,41.15614635203504],[-73.24102407938412,41.155973352004075],[-73.24101507937999,41.15595235200026],[-73.24362208011718,41.15408735155027],[-73.24410708025432,41.15374035146654],[-73.24420608028089,41.153644351444505],[-73.24552208064533,41.152568351190986],[-73.24592908075807,41.15223635111274],[-73.24757108120032,41.15067435075342],[-73.24900608157104,41.14903235038517],[-73.24909008159268,41.14893535036344],[-73.25020908188185,41.14765635007653],[-73.25031708192037,41.14771935008536],[-73.25033308192606,41.1477283500866],[-73.2504780819833,41.14791035011752],[-73.25053108200693,41.14802435013813],[-73.2505850820309,41.14813835015871],[-73.25061108204358,41.148213350172554],[-73.25064808206152,41.14831835019191],[-73.25068108207573,41.14838035020299],[-73.25070108208538,41.14843635021331],[-73.25072808209843,41.148512350227314],[-73.25076508211554,41.148602350243735],[-73.25082208214188,41.14874135026911],[-73.2508660821638,41.14887635029411],[-73.25088408217508,41.14897235031235],[-73.25092108219519,41.14911535033915],[-73.25092908219955,41.14914635034496],[-73.25097708222224,41.149272350368065],[-73.25101008223677,41.14934035038033],[-73.2510560822628,41.1495363504172],[-73.25109008228206,41.149681350444496],[-73.25108608228254,41.14971235045069],[-73.2510840822836,41.14974235045664],[-73.25108708228822,41.14980635046908],[-73.25108908229069,41.149838350475285],[-73.25109308229773,41.14993935049494],[-73.25110008230921,41.15010135052643],[-73.25107908231033,41.15024035055434],[-73.25106408231122,41.150341350574614],[-73.25105608231337,41.15042435059114],[-73.25104508231787,41.15056635061929],[-73.25104708232467,41.15067435064038],[-73.25104908233011,41.15075835065677],[-73.2510760823475,41.15091035068567],[-73.25108208235774,41.151056350714065],[-73.25111908238382,41.15130435076142],[-73.25112608238815,41.15134035076825],[-73.25116408241159,41.15153635080541],[-73.25118008243146,41.15179435085541],[-73.25129208250544,41.152457350981614],[-73.25134908254311,41.15279535104595],[-73.25138508257116,41.15308335110118],[-73.25145408260292,41.153249351131464],[-73.2515590826514,41.15350435117798],[-73.2515480826486,41.15351735118088],[-73.25145408262672,41.15366735121331],[-73.25145908263102,41.15371435122237],[-73.25151208267201,41.154133351302704],[-73.25159208272197,41.15455635138292],[-73.25160108273379,41.15471235141318],[-73.25163008275094,41.15484935143907],[-73.25168908279544,41.15529535152449],[-73.2517090828134,41.1554973515634],[-73.2517330828358,41.15575435161294],[-73.25184008290918,41.15643535174283],[-73.25184208291053,41.156447351745115],[-73.25191008296049,41.15693835183903],[-73.25205608303499,41.15741735192809],[-73.25290308340173,41.15904635221952],[-73.25327308356198,41.1597583523469],[-73.25334208359165,41.15988735236991],[-73.25369708374578,41.16057735249347],[-73.25390908383771,41.160987352566856],[-73.2539540838573,41.16107535258262],[-73.25405508389811,41.16121835260733],[-73.25412308392804,41.161357352632336],[-73.25435608402823,41.16179335271011],[-73.2545350841062,41.162145352773216],[-73.25463608415112,41.16236035281202],[-73.25478508421499,41.162635352861024],[-73.25478908421667,41.16264235286226],[-73.2550040843155,41.16315635295591],[-73.25509308435522,41.16334835299059]]]},"properties":{"name":608,"geoid":"09001060800"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.2585410861493,41.17525435520906],[-73.25836908609135,41.175214355206826],[-73.25836008608835,41.175212355206725],[-73.25814108601685,41.175201355211705],[-73.2578460859244,41.17525335523149],[-73.25767308587025,41.17528535524339],[-73.25742208579764,41.1754363552811],[-73.25734208577548,41.17550135529643],[-73.25703408569042,41.17575735535656],[-73.25645808553466,41.17629335548021],[-73.25623108547323,41.17650435552891],[-73.25616908545655,41.17656335554248],[-73.25598908540785,41.176730355581014],[-73.25544908526187,41.17723435569724],[-73.25527008521354,41.17740235573595],[-73.25511108516753,41.177497355759726],[-73.25499308513288,41.177559355775685],[-73.25426208491868,41.17795035587601],[-73.25415008488596,41.17801235589179],[-73.25387208480487,41.17816735593117],[-73.25355608469384,41.17801335591132],[-73.25348208466804,41.177980355907266],[-73.25340008463951,41.17794535590309],[-73.25272708440507,41.17765235586763],[-73.25229808425475,41.177450355842076],[-73.2519080841181,41.177266355818745],[-73.25178008407376,41.17721535581293],[-73.25157908400428,41.17713735580421],[-73.25140108394197,41.177054355793764],[-73.25127708389854,41.17699635578644],[-73.25115608385688,41.17695235578176],[-73.25097408379425,41.17688635577477],[-73.25079708373259,41.17680935576546],[-73.25068008369183,41.17675835575929],[-73.25054108364418,41.17671135575461],[-73.25026208354623,41.17657635573727],[-73.2500830834834,41.176490355726266],[-73.24987308340533,41.17631235569825],[-73.24965308332041,41.17607135565824],[-73.24949308326124,41.17594135563802],[-73.24939208322458,41.17587135562758],[-73.24927508318278,41.1758023556179],[-73.24917608314887,41.17576935561466],[-73.24911508312799,41.17574935561273],[-73.24903008309953,41.17573235561216],[-73.24872908299952,41.17568635561296],[-73.24852808293353,41.17566935561616],[-73.24822708283479,41.175645355621256],[-73.24792608273705,41.17563935562988],[-73.24772508267185,41.17563635563584],[-73.24756308262013,41.17564835564346],[-73.24732008254264,41.17566835565529],[-73.24710308247649,41.17573935567624],[-73.24709008247268,41.17574635567802],[-73.24695108243239,41.1758283556986],[-73.24680608237766,41.1756913556765],[-73.24651008226594,41.17541135563132],[-73.24637908221581,41.17527535560897],[-73.24624108216301,41.17513235558546],[-73.24616508213391,41.17505335557247],[-73.24608208210218,41.17496735555836],[-73.24598008206208,41.1748433555374],[-73.24594308204836,41.174812355532524],[-73.24586008201751,41.17474235552154],[-73.24584408201149,41.1747273555191],[-73.24579908199453,41.174685355512345],[-73.24578508198921,41.174671355510064],[-73.24563808193282,41.174516355484506],[-73.24519708176364,41.17405135540785],[-73.24505108170763,41.17389735538245],[-73.2449500816693,41.17379835536635],[-73.2446470815544,41.173502355318284],[-73.24454608151616,41.17340435530237],[-73.24443808147494,41.173294355284355],[-73.24427008141086,41.173123355256344],[-73.24412208135368,41.172960355229236],[-73.24402008131426,41.17284735521045],[-73.24397808129878,41.17281435520537],[-73.24390608127223,41.17275735519654],[-73.2438580812539,41.172708355188504],[-73.24382108123984,41.172671355182466],[-73.24351008112123,41.17235535513073],[-73.24318408099911,41.17206335508418],[-73.24311608097022,41.171942355062704],[-73.24295908090586,41.17170435502122],[-73.2426120807757,41.17139035497104],[-73.24240808070037,41.171226354945574],[-73.24223908063767,41.171085354923456],[-73.2420850805798,41.17094435490087],[-73.24181008047591,41.17068235485852],[-73.24160908039931,41.170479354825325],[-73.24153008036863,41.170389354810276],[-73.24141508032527,41.17028135479288],[-73.2411340802179,41.16999235474543],[-73.24088208012277,41.16975335470685],[-73.24074708007072,41.16960635468246],[-73.24055907999828,41.169402354648625],[-73.24033007991143,41.16917835461223],[-73.24022607987203,41.16907735459584],[-73.24019407985922,41.169034354588455],[-73.24038807991904,41.168982354571966],[-73.2409720800991,41.168826354522444],[-73.24101808011329,41.16881435451858],[-73.24116908016042,41.16878435450781],[-73.24121408017442,41.16877435450438],[-73.24135008021682,41.16874635449449],[-73.24139608023123,41.168738354491424],[-73.24161708029897,41.16867235447131],[-73.24200808041887,41.168556354435886],[-73.24220408047847,41.168489354416394],[-73.24227608049983,41.1684553544074],[-73.24248708056268,41.16836035438194],[-73.24270708062468,41.16819935434326],[-73.24348008084627,41.16769935422024],[-73.24388608096086,41.167405354149466],[-73.24412708103102,41.167268354114825],[-73.24434808109626,41.16715835408609],[-73.24477908122876,41.16703635404818],[-73.24499308129583,41.16699835403377],[-73.24525708137757,41.16693435401267],[-73.24527408138296,41.16693235401172],[-73.24552108146158,41.16690935399918],[-73.24565508150424,41.16689735399247],[-73.24578908154668,41.166881353984984],[-73.24598508160808,41.16684635397175],[-73.2461240816497,41.166787353955684],[-73.2463910817297,41.166675353925065],[-73.24650108176264,41.16662935391249],[-73.24665508180894,41.16656735389534],[-73.24683308186215,41.16649035387448],[-73.24694308189504,41.166443353861695],[-73.24706808193258,41.16639235384765],[-73.24744208204484,41.16623935380552],[-73.2475680820828,41.16618935379164],[-73.2477080821251,41.16613735377692],[-73.24812708225177,41.16598135373272],[-73.24826808229447,41.16593035371815],[-73.24838508232943,41.16587935370436],[-73.24847608235663,41.165840353693774],[-73.24867208241491,41.165750353669786],[-73.24873008243156,41.16571335366065],[-73.24884008246339,41.16564735364415],[-73.24898608250196,41.16549535360964],[-73.24942508261802,41.16503935350608],[-73.2494330826202,41.16503235350444],[-73.24961008267204,41.16493735348009],[-73.24985808274909,41.16488135346106],[-73.24996308278173,41.16485835345314],[-73.25048708293957,41.16465335339595],[-73.25057508296605,41.16461835338623],[-73.25063108298298,41.1645973533803],[-73.25080808303544,41.16451335335811],[-73.25099008309186,41.16447035334376],[-73.25136308320769,41.16438535331498],[-73.25153908326246,41.16434735330183],[-73.25165308329802,41.16432435329362],[-73.25172308331982,41.16430935328839],[-73.25190008337498,41.16427235327538],[-73.25192308338222,41.16426935327405],[-73.25231308350584,41.16422435325256],[-73.25253408357557,41.164193353239305],[-73.25273708363964,41.164165353227204],[-73.2528810836849,41.16414235321802],[-73.25307808374693,41.16411235320574],[-73.25331208381984,41.16406335318854],[-73.25335008383172,41.164056353185934],[-73.25345108386223,41.1640183531752],[-73.25378708396444,41.16390435314195],[-73.25392408400614,41.163858353128475],[-73.25436008413789,41.16369535308238],[-73.25477108425967,41.16349935303064],[-73.25509308435522,41.16334835299059],[-73.255259084438,41.16385835308505],[-73.25527108444471,41.163908353094456],[-73.25541808452606,41.16450135320576],[-73.25561308461342,41.16492735328281],[-73.2556990846528,41.16513035331976],[-73.255841084711,41.165345353357225],[-73.25594008475326,41.165525353389256],[-73.25603108479206,41.16568935341841],[-73.25625008488205,41.16602535347706],[-73.25631808491134,41.16615335349991],[-73.25647208497762,41.16644235355147],[-73.25652808500098,41.16653435356765],[-73.25660508503296,41.16665835358942],[-73.25664208504836,41.16671835359996],[-73.25675308509452,41.16689835363159],[-73.2567770851045,41.166937353638446],[-73.25679008510997,41.166959353642326],[-73.25692908516982,41.167220353688904],[-73.25709108523662,41.16747335373316],[-73.25713808525606,41.16754735374612],[-73.25752808542298,41.16826235387339],[-73.25767208548466,41.16852735392058],[-73.25817308569445,41.16936435406812],[-73.2583220857565,41.169607354110845],[-73.25847908581987,41.16982835414899],[-73.2586240858864,41.170172354211616],[-73.25864708590113,41.17030035423592],[-73.25866708591666,41.1704593542664],[-73.25866908592302,41.17055935428591],[-73.25858508592025,41.170987354372414],[-73.25836908589517,41.17177335453331],[-73.25834308589076,41.17184335454785],[-73.25831108588832,41.1719823545761],[-73.25823808591443,41.17285435474917],[-73.25818708592165,41.173270354832255],[-73.25818108592262,41.17332135484243],[-73.25819308593299,41.173435354864345],[-73.25820008593901,41.17350135487706],[-73.2582050859429,41.173541354884705],[-73.2582250859548,41.17363635490266],[-73.2582860859906,41.17391835495586],[-73.25828708599134,41.173925354957206],[-73.2583150860098,41.17409035498859],[-73.25830108601903,41.174331355036216],[-73.25829708601893,41.17435235504046],[-73.25826508601986,41.17455035508024],[-73.25822908602578,41.1748583551417],[-73.25826708604605,41.174998355167865],[-73.25829908606147,41.17508735518424],[-73.25832208607056,41.175116355189175],[-73.2583580860849,41.175163355197206],[-73.2585410861493,41.17525435520906]]]},"properties":{"name":609,"geoid":"09001060900"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.23610307908056,41.17860035659404],[-73.23611907908139,41.178524356578635],[-73.23611107907324,41.178426356559726],[-73.23609307906258,41.17834135654367],[-73.23625807911829,41.17838235654634],[-73.23666407925101,41.17840635653783],[-73.23678607929084,41.17841235653504],[-73.23692607933692,41.17842635653322],[-73.23703307936512,41.17831335650763],[-73.23711107938834,41.17827835649823],[-73.23721707942003,41.17823235648579],[-73.23754007951861,41.17812835645493],[-73.23775107958306,41.178061356434945],[-73.23779707959724,41.17804935643112],[-73.23803107966961,41.17799035641195],[-73.23826607974222,41.17793035639255],[-73.2385930798433,41.177847356365675],[-73.23897007995934,41.17774335633306],[-73.23920508003175,41.177679356312886],[-73.23937108008339,41.17764335630043],[-73.23957708014709,41.17759135628357],[-73.23965908017225,41.1775673562762],[-73.24003508028784,41.17746135624322],[-73.24101408058955,41.177197356159695],[-73.24105408060193,41.17718735615644],[-73.2413350806901,41.1771393561379],[-73.24147708073536,41.17712735613093],[-73.24160408078188,41.1772223561454],[-73.24162808079072,41.17724135614835],[-73.24190408089284,41.17746635618341],[-73.24206008095157,41.1776113562067],[-73.24208308096021,41.17763235621009],[-73.24220908100651,41.17772935622495],[-73.24225708102415,41.17776635623065],[-73.24240208107739,41.17787735624764],[-73.2424510810954,41.17791535625349],[-73.24274208118163,41.177776356216825],[-73.24304908127264,41.177630356178256],[-73.24361908144179,41.17736235610725],[-73.24391208152883,41.1772263560711],[-73.244120081591,41.17713635604672],[-73.24432208165082,41.17703935602117],[-73.24460608173507,41.17690535598569],[-73.2455540820179,41.17648635587283],[-73.2459670821412,41.17630535582398],[-73.24615008219318,41.17617835579317],[-73.24617908220142,41.17615835578832],[-73.24638908226304,41.176047355759756],[-73.24660808233048,41.17598735574088],[-73.24672108236616,41.175972355734274],[-73.24677208238171,41.175955355729286],[-73.24682608239821,41.1759383557242],[-73.24688308241426,41.17589635571414],[-73.24695108243239,41.1758283556986],[-73.24709008247268,41.17574635567802],[-73.24710308247649,41.17573935567624],[-73.24732008254264,41.17566835565529],[-73.24756308262013,41.17564835564346],[-73.24772508267185,41.17563635563584],[-73.24792608273705,41.17563935562988],[-73.24822708283479,41.175645355621256],[-73.24852808293353,41.17566935561616],[-73.24872908299952,41.17568635561296],[-73.24903008309953,41.17573235561216],[-73.24911508312799,41.17574935561273],[-73.24917608314887,41.17576935561466],[-73.24927508318278,41.1758023556179],[-73.24939208322458,41.17587135562758],[-73.24949308326124,41.17594135563802],[-73.24965308332041,41.17607135565824],[-73.24987308340533,41.17631235569825],[-73.2500830834834,41.176490355726266],[-73.25026208354623,41.17657635573727],[-73.25054108364418,41.17671135575461],[-73.25068008369183,41.17675835575929],[-73.25079708373259,41.17680935576546],[-73.25097408379425,41.17688635577477],[-73.25115608385688,41.17695235578176],[-73.25127708389854,41.17699635578644],[-73.25140108394197,41.177054355793764],[-73.25157908400428,41.17713735580421],[-73.25178008407376,41.17721535581293],[-73.2519080841181,41.177266355818745],[-73.25229808425475,41.177450355842076],[-73.25272708440507,41.17765235586763],[-73.25340008463951,41.17794535590309],[-73.25348208466804,41.177980355907266],[-73.25355608469384,41.17801335591132],[-73.25387208480487,41.17816735593117],[-73.25415008488596,41.17801235589179],[-73.25426208491868,41.17795035587601],[-73.25499308513288,41.177559355775685],[-73.25511108516753,41.177497355759726],[-73.25527008521354,41.17740235573595],[-73.25544908526187,41.17723435569724],[-73.25598908540785,41.176730355581014],[-73.25616908545655,41.17656335554248],[-73.25623108547323,41.17650435552891],[-73.25645808553466,41.17629335548021],[-73.25703408569042,41.17575735535656],[-73.25734208577548,41.17550135529643],[-73.25742208579764,41.1754363552811],[-73.25767308587025,41.17528535524339],[-73.2578460859244,41.17525335523149],[-73.25814108601685,41.175201355211705],[-73.25836008608835,41.175212355206725],[-73.25836908609135,41.175214355206826],[-73.2585410861493,41.17525435520906],[-73.25884808625061,41.17528935520592],[-73.25912908634253,41.17530735520028],[-73.25925008638144,41.17530335519556],[-73.25944408644392,41.17529835518828],[-73.25959508649193,41.175283355180426],[-73.25987808657956,41.1752143551577],[-73.26008508664259,41.17514535513745],[-73.26038108673063,41.17501035510139],[-73.26105808692787,41.174628355004586],[-73.26120608697005,41.1745283549802],[-73.26179908713937,41.17413335488359],[-73.26197808719003,41.17400635485289],[-73.26228708727767,41.173790354800566],[-73.26245008732391,41.17367635477294],[-73.2625150873422,41.17362835476143],[-73.26269308739242,41.17349935473038],[-73.26281808742631,41.1733843547038],[-73.26286008743777,41.17334735469519],[-73.26295908746644,41.17328835468042],[-73.26306008749701,41.173251354669894],[-73.26314908752495,41.173236354664056],[-73.26328808757093,41.17325435466306],[-73.26343208761867,41.173274354662276],[-73.26345708762679,41.17327535466167],[-73.26368808770226,41.17328835465669],[-73.26413408784987,41.173346354653525],[-73.26418408786645,41.17335335465326],[-73.26473708804802,41.17340035464445],[-73.26511308817206,41.17344235464044],[-73.26547908829211,41.1734713546342],[-73.26577508838812,41.173476354625535],[-73.26593208843711,41.17344435461415],[-73.26611808848874,41.173294354578736],[-73.26613008849215,41.17328635457678],[-73.26622808851673,41.17316135454914],[-73.26642508856027,41.17280735447343],[-73.26648108857343,41.17272035445456],[-73.26658508859782,41.17255835441948],[-73.26663308860925,41.172486354403816],[-73.26693208868384,41.17209835431812],[-73.26695208868894,41.17207435431279],[-73.26700708870386,41.172024354301215],[-73.26706608871939,41.171961354286964],[-73.26711408873724,41.17200235429341],[-73.26718808876483,41.172066354303524],[-73.26726608879308,41.172119354311384],[-73.26731908881234,41.17215635431689],[-73.2674540888624,41.172268354334406],[-73.26746208886539,41.172275354335525],[-73.26749208887657,41.17230135433964],[-73.26752108888806,41.172338354345925],[-73.26762208892643,41.17243835436222],[-73.26768408895077,41.17251335437488],[-73.26782208900607,41.17270035440699],[-73.26782908900887,41.17270935440853],[-73.26786008902009,41.17273035441163],[-73.26795108905546,41.172834354429014],[-73.26800908908051,41.17294435444866],[-73.26805008909821,41.17302235446258],[-73.26815408914207,41.17320135449424],[-73.26819108915797,41.173270354506535],[-73.26825108918366,41.17338035452612],[-73.26832308921493,41.173520354551165],[-73.26838808924394,41.17366035457645],[-73.2684460892687,41.17376535459511],[-73.26847208927984,41.17381335460367],[-73.26844208927089,41.173826354607186],[-73.2682820892274,41.17397135464077],[-73.26823008921724,41.17408835466536],[-73.26834108926627,41.17431835470677],[-73.26828608926108,41.174539354751815],[-73.26808808922499,41.17502935485417],[-73.26763408911137,41.175612354983066],[-73.2670520889583,41.176229355122764],[-73.26649208880691,41.17675135524316],[-73.2663140887555,41.1768593552701],[-73.26600208865598,41.17688435528517],[-73.26579608859167,41.17692535529989],[-73.2657050885676,41.17701935532125],[-73.26558308854021,41.177231355366715],[-73.26526408845184,41.17749135542799],[-73.26455008824632,41.177937355538525],[-73.26413008812287,41.17815535559487],[-73.26394908806756,41.17821235561191],[-73.26359908795867,41.17828835563818],[-73.26329408787329,41.178521355693704],[-73.26314108783423,41.17870435573451],[-73.26287508776734,41.17904035580893],[-73.26269808772223,41.179253355856375],[-73.26244808765463,41.17948635591011],[-73.2621480875715,41.17973035596763],[-73.26194708751783,41.179929356013126],[-73.26182108748813,41.18012335605519],[-73.26164108746408,41.18072235617827],[-73.26163308746484,41.18078135619008],[-73.26156508744182,41.180763356188784],[-73.26150608742189,41.18074835618775],[-73.26133108736065,41.18066735617761],[-73.26126208733432,41.18059735616615],[-73.2611350872832,41.180421356135845],[-73.26105908724999,41.180270356108764],[-73.26088108719001,41.180228356106355],[-73.26084208718048,41.18028235611819],[-73.26080008716933,41.180325356127966],[-73.26067308714279,41.180580356182006],[-73.26052708710503,41.180746356219245],[-73.26043608707873,41.180801356232976],[-73.25990608692375,41.18109035630678],[-73.25974408687834,41.18121335633613],[-73.25930408675539,41.181553356417],[-73.25925608674136,41.18157935642365],[-73.25907908668972,41.18167835644878],[-73.25902008667252,41.181711356457164],[-73.25892708664425,41.18174335646645],[-73.2588680866251,41.18174235646818],[-73.25871408657517,41.181740356472794],[-73.25853008651599,41.181746356479955],[-73.25839908647578,41.181784356491676],[-73.25824708643002,41.18184435650835],[-73.25822108642285,41.18186635651352],[-73.25805208637664,41.182014356547974],[-73.25793908634549,41.18210935657024],[-73.25775008629442,41.18228635661104],[-73.25754108623805,41.1824833566564],[-73.25734208619015,41.182772356719425],[-73.25715708614695,41.18306435678259],[-73.25701808611282,41.1832543568243],[-73.25700808611045,41.18326935682756],[-73.25674208604052,41.183552356891596],[-73.25659108599858,41.18367335692019],[-73.25658108599585,41.18368235692227],[-73.25627908590653,41.183829356960864],[-73.25606608584235,41.18391235698405],[-73.25588708578847,41.183983357003754],[-73.25572608572425,41.183770356967344],[-73.25555408565553,41.18354135692812],[-73.25542208560518,41.1834073569062],[-73.2552830855533,41.183286356887045],[-73.2551770855137,41.18319335687229],[-73.2551280854954,41.18315035686547],[-73.25496708543648,41.18303035684724],[-73.25499708545517,41.183188356877174],[-73.25498108547055,41.183548356948144],[-73.25492108545677,41.18364735696947],[-73.2548720854444,41.18370835698301],[-73.25479908542603,41.18380035700337],[-73.25467608539411,41.183938357034386],[-73.25440508532176,41.184207357095865],[-73.25413008524694,41.18445535715333],[-73.25387408518014,41.18473635721665],[-73.25358108510207,41.18502935728353],[-73.25338008504941,41.185246357332524],[-73.2532600850181,41.18537835736227],[-73.25304908496004,41.185557357404164],[-73.25285508490715,41.185730357444335],[-73.25176908459821,41.18647435762527],[-73.2515970845449,41.186515357638896],[-73.25158208454671,41.18663235766226],[-73.25146608451438,41.18672335768387],[-73.25136808448826,41.186821357706215],[-73.25121508444599,41.18694835773606],[-73.2510170843938,41.18715635778321],[-73.25053108425685,41.18751235786868],[-73.24998008410321,41.187944357971155],[-73.2497670840417,41.18807435800351],[-73.24953208397605,41.18825635804678],[-73.24938708393508,41.18836035807183],[-73.24922508388865,41.188465358097666],[-73.24916008387028,41.18851235810897],[-73.24896008381404,41.18866035814444],[-73.2487130837438,41.18883035818575],[-73.24849108368075,41.1889843582231],[-73.24799208354126,41.18936935831468],[-73.24775508347506,41.1895533583584],[-73.2475750834223,41.18964935838303],[-73.24753808341174,41.18967435838913],[-73.247324083351,41.18982335842525],[-73.24705808327252,41.18995635845993],[-73.24688608322103,41.19002935847982],[-73.24665808315291,41.190128358506605],[-73.24657708312743,41.190141358511795],[-73.2465020831039,41.19015435851677],[-73.24634808305831,41.19022835853626],[-73.24627508303674,41.19026435854568],[-73.24594908294065,41.190429358588574],[-73.2458730829183,41.190468358598686],[-73.24555708282934,41.19070135865454],[-73.24516008271532,41.19095435871697],[-73.24503208267794,41.19102535873503],[-73.24471408258532,41.1912053587806],[-73.24453708253404,41.191310358806916],[-73.24449108252074,41.19133835881388],[-73.24431708247215,41.191473358845954],[-73.24417808243668,41.191640358883156],[-73.24410408241857,41.19174235890553],[-73.24406808240988,41.19179435891687],[-73.24400608239712,41.19192235894393],[-73.24395308239205,41.19213435898714],[-73.24393008238775,41.192189358998654],[-73.24387708237803,41.19231935902581],[-73.24381508236475,41.19243835905112],[-73.24372408234254,41.19256535907892],[-73.24362108231469,41.19266135910106],[-73.24351408228429,41.192735359119],[-73.2434010822518,41.19280635913658],[-73.24331008222569,41.19286535915108],[-73.24317008218581,41.19296035917423],[-73.24291008211041,41.193113359212624],[-73.24248608198748,41.19336335927533],[-73.24214008188834,41.193588359330626],[-73.24188808181627,41.1937543593713],[-73.24182108179714,41.19379935938228],[-73.24171508176697,41.19387135939982],[-73.24161908173927,41.193930359414495],[-73.24155108171972,41.19397335942511],[-73.24136008166361,41.19407335945088],[-73.24108808158381,41.19421735948792],[-73.2408030815018,41.194396359532206],[-73.24062208144977,41.1945113595606],[-73.2405370814241,41.19454335956962],[-73.24045608139977,41.19457635957871],[-73.24030608135716,41.19468035960394],[-73.24023208133619,41.19473235961653],[-73.24002308127581,41.194859359648184],[-73.23967808118019,41.19514035971437],[-73.23954508114207,41.19522635973553],[-73.23940908110603,41.19536635976734],[-73.23919908104779,41.19553635980744],[-73.23898908099127,41.1957373598536],[-73.23882108094399,41.195861359883324],[-73.23844908084038,41.19615535995294],[-73.2381710807652,41.19641436001266],[-73.23768008058471,41.19603535995449],[-73.23738208047429,41.19579035991625],[-73.23688008028823,41.19537635985159],[-73.2365640801696,41.19508935980573],[-73.23628008006544,41.1948743597729],[-73.23610307999523,41.194647359734255],[-73.23574207985195,41.19418335965521],[-73.23551207976905,41.19403435963355],[-73.23530407969403,41.1938993596139],[-73.23527107968215,41.19387835961086],[-73.23504007959126,41.19359535956301],[-73.23499107957198,41.19353535955287],[-73.23483607951225,41.19336735952504],[-73.23480107949221,41.19321435949623],[-73.2347340794627,41.193077359471616],[-73.23471307944982,41.192970359451365],[-73.23469107942508,41.19266135939163],[-73.23469107942161,41.19260035937968],[-73.23469307941866,41.19253735936729],[-73.23469407940175,41.19223535930817],[-73.23469207938994,41.192039359269884],[-73.2346900793755,41.191797359222605],[-73.23466607934812,41.19145335915608],[-73.23465907933941,41.19134035913419],[-73.2346090793196,41.19127635912329],[-73.23458407929479,41.190983359066784],[-73.23455307927979,41.19089635905076],[-73.23447707924295,41.190681359011165],[-73.23416307910804,41.19009735890711],[-73.23406807906306,41.18984735886128],[-73.23393107899821,41.18948735879529],[-73.23367507888646,41.18898035870441],[-73.2335650788384,41.18876135866514],[-73.23318307867568,41.18807535854333],[-73.23295707858477,41.187763358489626],[-73.23281107852351,41.187517358446236],[-73.23276207850297,41.187435358431784],[-73.23247207838797,41.187064358368616],[-73.23235507834158,41.18691435834307],[-73.2320050782028,41.18646635826678],[-73.23188907815677,41.186317358241396],[-73.23264707836763,41.18571335809854],[-73.23264807836783,41.18571135809811],[-73.2334450785856,41.18500735793442],[-73.23407307876047,41.18451035781674],[-73.23478707894782,41.18374335764341],[-73.23496307899404,41.1835553576009],[-73.23511307903044,41.183342357554324],[-73.23516807903648,41.183136357512225],[-73.23517207903079,41.18301335748803],[-73.23515007901715,41.18289935746643],[-73.23511707900094,41.182802357448516],[-73.2350590789709,41.18260435741164],[-73.23505207896756,41.18258535740816],[-73.23503807895595,41.18246135738434],[-73.23505707895647,41.18236235736436],[-73.23513307897268,41.18221535733312],[-73.23538707901737,41.18155735719607],[-73.23544007902689,41.18142335716813],[-73.23559907905538,41.18102035708408],[-73.23565307906527,41.18088735705629],[-73.23571007907636,41.180758357029205],[-73.23581707909736,41.18051935697894],[-73.23587407910732,41.18037035694792],[-73.2359250791164,41.18024035692083],[-73.23595307911748,41.180100356892495],[-73.23595907911783,41.18007235688683],[-73.23597907911085,41.17983635684],[-73.23600407910993,41.17967835680825],[-73.23602807910977,41.17953935678027],[-73.23607107910956,41.17929135673033],[-73.23607707910098,41.17910635669392],[-73.23609507909501,41.17889935665282],[-73.23611107909471,41.17880335663352],[-73.23610307908056,41.17860035659404]]]},"properties":{"name":610,"geoid":"09001061000"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.21801307349442,41.183292358100516],[-73.21884207373488,41.18280435797804],[-73.2191810738321,41.18258535792416],[-73.21951407392898,41.18239435787597],[-73.2200910740895,41.181934357767176],[-73.2206150742341,41.18149635766443],[-73.22068507425209,41.1814143576461],[-73.22084207429508,41.18127735761418],[-73.22120007439332,41.18096835754207],[-73.22132407442834,41.18087835752042],[-73.22145307446489,41.18078735749842],[-73.22149807447815,41.18076435749245],[-73.22159507450714,41.18072235748107],[-73.22173007454757,41.18066535746553],[-73.22189607459866,41.180619357451135],[-73.2219990746304,41.1805913574423],[-73.22213307468095,41.18071735746262],[-73.22233307475635,41.180905357492904],[-73.22253007483127,41.18110135752486],[-73.22266107488106,41.18123135754605],[-73.22276907492223,41.18134035756386],[-73.22309307504574,41.18166835761754],[-73.22320207508727,41.18177835763554],[-73.22337307515103,41.18192635765893],[-73.22369107526947,41.18219935770203],[-73.22378707530338,41.18224935770869],[-73.22392207534604,41.182231357700786],[-73.22393507534956,41.18221935769801],[-73.22410907539755,41.18207335766378],[-73.22434207546173,41.181876357617654],[-73.22449207550308,41.18175035758811],[-73.22487807560799,41.18139935750687],[-73.22500907564184,41.181249357473234],[-73.22521207569456,41.18102135742202],[-73.22580507589132,41.18110735741958],[-73.22609007598594,41.18114935741853],[-73.22627007604697,41.18119835742229],[-73.22652607614016,41.18138035744956],[-73.22671407620675,41.181481357463234],[-73.22690707627575,41.18159635747946],[-73.22707607633782,41.181726357499414],[-73.22732007643171,41.18198835754276],[-73.2275680765271,41.18225435758675],[-73.22773707659118,41.18241935761355],[-73.2277540765976,41.18243535761613],[-73.22780507661695,41.18248535762426],[-73.22782207662341,41.18250235762704],[-73.22792707666434,41.1826243576475],[-73.2282430767876,41.182993357709435],[-73.22834907682893,41.18311635773006],[-73.22845807687096,41.18323535774981],[-73.22878507699727,41.18359535780964],[-73.22889507703974,41.183715357829534],[-73.22909907711872,41.183943357867534],[-73.22923107716987,41.1840913578922],[-73.22958507730596,41.184469357954676],[-73.22974307736425,41.184595357974196],[-73.22998307745284,41.184787358003966],[-73.23024707754955,41.184985358034126],[-73.23036907759428,41.185077358048154],[-73.23102407783146,41.18552035811354],[-73.23106307784579,41.18555035811817],[-73.23132607794246,41.18575335814933],[-73.23141307797442,41.18582035815961],[-73.23144607798717,41.18585635816559],[-73.23164607806413,41.18607135820116],[-73.23177607811371,41.18620335822277],[-73.23188907815677,41.186317358241396],[-73.2320050782028,41.18646635826678],[-73.23235507834158,41.18691435834307],[-73.23247207838797,41.187064358368616],[-73.23276207850297,41.187435358431784],[-73.23281107852351,41.187517358446236],[-73.23295707858477,41.187763358489626],[-73.23318307867568,41.18807535854333],[-73.2335650788384,41.18876135866514],[-73.23367507888646,41.18898035870441],[-73.23393107899821,41.18948735879529],[-73.23406807906306,41.18984735886128],[-73.23416307910804,41.19009735890711],[-73.23447707924295,41.190681359011165],[-73.23455307927979,41.19089635905076],[-73.23458407929479,41.190983359066784],[-73.2346090793196,41.19127635912329],[-73.23465907933941,41.19134035913419],[-73.23466607934812,41.19145335915608],[-73.2346900793755,41.191797359222605],[-73.23469207938994,41.192039359269884],[-73.23469407940175,41.19223535930817],[-73.23469307941866,41.19253735936729],[-73.23469107942161,41.19260035937968],[-73.23469107942508,41.19266135939163],[-73.23471307944982,41.192970359451365],[-73.2347340794627,41.193077359471616],[-73.23480107949221,41.19321435949623],[-73.23483607951225,41.19336735952504],[-73.23499107957198,41.19353535955287],[-73.23504007959126,41.19359535956301],[-73.23527107968215,41.19387835961086],[-73.23530407969403,41.1938993596139],[-73.23551207976905,41.19403435963355],[-73.23574207985195,41.19418335965521],[-73.23610307999523,41.194647359734255],[-73.23628008006544,41.1948743597729],[-73.2365640801696,41.19508935980573],[-73.23688008028823,41.19537635985159],[-73.23738208047429,41.19579035991625],[-73.23768008058471,41.19603535995449],[-73.2381710807652,41.19641436001266],[-73.23803708072958,41.19655036004363],[-73.2379060806953,41.19669236007568],[-73.23735208054015,41.197115360176454],[-73.23685408040255,41.19752836027346],[-73.23660208033145,41.19771136031745],[-73.23661108033538,41.197729360320686],[-73.2363290802568,41.19795136037329],[-73.23595008015337,41.19828836045155],[-73.2356460800644,41.19845336049372],[-73.23515807992615,41.19879836057709],[-73.23510707989996,41.1986283605455],[-73.23505707988703,41.19868536055828],[-73.23475307979031,41.198714360573845],[-73.2344150796847,41.198780360597745],[-73.23404107957684,41.1990113606551],[-73.2335730794429,41.19931836073037],[-73.23280407922067,41.19978536084676],[-73.23210307902171,41.200274360965246],[-73.23203907900427,41.200331360978474],[-73.23198307899428,41.20047436100826],[-73.23192107898348,41.20063636104197],[-73.2318460789755,41.20092236110036],[-73.23176907896274,41.20113536114453],[-73.23176407896243,41.20115836114918],[-73.23171807896101,41.201394361196854],[-73.23171307896081,41.201419361201914],[-73.231605078938,41.201632361247086],[-73.23160307893741,41.20163336124735],[-73.2314860789057,41.20174136127228],[-73.23121607882769,41.201905361313145],[-73.2309860787601,41.202025361344106],[-73.2309380787469,41.20206636135369],[-73.23073607869138,41.202239361394106],[-73.23055407863986,41.20236836142526],[-73.23051907863002,41.20239436143148],[-73.23004307849656,41.20275536151758],[-73.23001707848906,41.202771361521556],[-73.22983007843551,41.2028933615515],[-73.22973907840878,41.20294136156386],[-73.22946707832921,41.20308936160165],[-73.22937707830286,41.20313836161418],[-73.22910907822447,41.20328436165144],[-73.22825707797783,41.203794361778925],[-73.22811207793592,41.20388236180085],[-73.22789807787335,41.2039993618307],[-73.22759807778155,41.20409236185865],[-73.22752307776223,41.20417936187812],[-73.22737607771855,41.20424736189619],[-73.22679607755131,41.204606361985284],[-73.22665007750965,41.20470436200922],[-73.22564407721937,41.20532336216301],[-73.22503807698546,41.20466036205303],[-73.2244270767459,41.20392736192953],[-73.22441207673853,41.20388336192141],[-73.22441007673794,41.20388436192167],[-73.22414407663743,41.20363136188083],[-73.22391007654545,41.203346361832686],[-73.22362807643599,41.203027361779455],[-73.22353807639973,41.20290236175794],[-73.22343707635902,41.202761361733636],[-73.22323707628271,41.202558361700426],[-73.22313007624187,41.202449361682596],[-73.22310007622777,41.2023723616685],[-73.2230640762107,41.2022773616511],[-73.22297707617592,41.202161361631234],[-73.22292807615636,41.20209636162011],[-73.22254207600648,41.201658361546976],[-73.22249407598787,41.20160436153797],[-73.2219970757941,41.20102736144126],[-73.22192807576741,41.20095036142845],[-73.22150107559797,41.200402361335115],[-73.22142507556825,41.20031236131998],[-73.22105007542146,41.199866361244915],[-73.22088707535885,41.199693361216376],[-73.22059407524641,41.19938436116546],[-73.22037907516624,41.19919836113606],[-73.22024307511556,41.199081361117585],[-73.22020807510165,41.19903636110993],[-73.22015707508254,41.19899036110259],[-73.22000607502581,41.1988523610805],[-73.21995607500705,41.19880736107333],[-73.21975907493292,41.19862536104412],[-73.21974707492842,41.19861436104236],[-73.21951907484174,41.19838836100556],[-73.21936707478122,41.19818936097157],[-73.2192610747363,41.19800336093862],[-73.21924507472949,41.19797436093347],[-73.21919807470753,41.19785636091191],[-73.21914007468371,41.19776736089638],[-73.21920207467595,41.19727936079889],[-73.21930407466422,41.196494360641985],[-73.21936207464412,41.19581236050666],[-73.21940407462986,41.195323360409624],[-73.21942007462616,41.19516736037858],[-73.21947007461577,41.194701360285784],[-73.21947207461585,41.19469136028376],[-73.21947807460953,41.19454636025519],[-73.21948107460565,41.194461360238456],[-73.21949307459502,41.19420636018816],[-73.2194970745915,41.19412236017161],[-73.2195280745848,41.19382836011307],[-73.219625074566,41.192947359937534],[-73.21965807455999,41.192654359879135],[-73.2196660745555,41.19253035985461],[-73.21967907454996,41.192359359820735],[-73.21970407454671,41.19216035978098],[-73.21972007454494,41.19203835975659],[-73.21973507454479,41.19195035973887],[-73.2197590745451,41.19181935971247],[-73.21976707454021,41.191688359686566],[-73.21977307453713,41.19160035966916],[-73.21981207453871,41.19140635962992],[-73.21982207453277,41.19124535959809],[-73.21983807452474,41.19101335955218],[-73.21987007452108,41.190767359503],[-73.21989107451881,41.190608359471206],[-73.21990907451519,41.19044235943813],[-73.21996707450576,41.18994735933938],[-73.21998707450281,41.189782359306456],[-73.2200030744974,41.189596359269544],[-73.22003707448721,41.18922435919562],[-73.22003607447628,41.18903835915927],[-73.22003507446537,41.188852359122905],[-73.22007407447197,41.18874635910089],[-73.22019107449171,41.18842835903485],[-73.22023007449829,41.188322359012844],[-73.22025807450315,41.188248358997456],[-73.22034307451823,41.18803035895204],[-73.22037207452345,41.1879573589368],[-73.22032407450187,41.18785135891763],[-73.2202070744489,41.18758635886957],[-73.22018007443722,41.187534358860255],[-73.22012607441394,41.187432358842045],[-73.22006207438531,41.18729335881694],[-73.21992507432405,41.186996358763274],[-73.21985407429494,41.18688835874443],[-73.21984107428963,41.18686935874115],[-73.21979007426641,41.18675135871972],[-73.21971207423314,41.18661035869466],[-73.21959707418408,41.18640235865768],[-73.21949107413725,41.186182358618076],[-73.21942207410672,41.18603835859213],[-73.21940207409797,41.18599835858496],[-73.21934507407275,41.18587935856352],[-73.21932607406438,41.1858403585565],[-73.21928007404425,41.185748358539996],[-73.21914407398454,41.1854723584904],[-73.21909907396478,41.185381358474054],[-73.21901207392695,41.18521135844362],[-73.21885207385712,41.184894358386785],[-73.21871907379786,41.18460935833533],[-73.21872107379839,41.18460735833485],[-73.21869307378677,41.18456235832697],[-73.21854207372151,41.184274358275516],[-73.21844207367926,41.1841003582447],[-73.2184150736668,41.18403535823286],[-73.21835907364236,41.183924358212955],[-73.21845407366912,41.18385435819616],[-73.21844607366478,41.18382335819035],[-73.21837907364456,41.18384935819762],[-73.21831207362197,41.18383335819667],[-73.21815607355536,41.18355035814635],[-73.21812007353964,41.18347835813344],[-73.21801307349442,41.183292358100516]]]},"properties":{"name":611,"geoid":"09001061100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.23188907815677,41.186317358241396],[-73.23177607811371,41.18620335822277],[-73.23164607806413,41.18607135820116],[-73.23144607798717,41.18585635816559],[-73.23141307797442,41.18582035815961],[-73.23132607794246,41.18575335814933],[-73.23106307784579,41.18555035811817],[-73.23102407783146,41.18552035811354],[-73.23036907759428,41.185077358048154],[-73.23024707754955,41.184985358034126],[-73.22998307745284,41.184787358003966],[-73.22974307736425,41.184595357974196],[-73.22958507730596,41.184469357954676],[-73.22923107716987,41.1840913578922],[-73.22909907711872,41.183943357867534],[-73.22889507703974,41.183715357829534],[-73.22878507699727,41.18359535780964],[-73.22845807687096,41.18323535774981],[-73.22834907682893,41.18311635773006],[-73.2282430767876,41.182993357709435],[-73.22792707666434,41.1826243576475],[-73.22782207662341,41.18250235762704],[-73.22780507661695,41.18248535762426],[-73.2277540765976,41.18243535761613],[-73.22773707659118,41.18241935761355],[-73.2275680765271,41.18225435758675],[-73.22732007643171,41.18198835754276],[-73.22707607633782,41.181726357499414],[-73.22690707627575,41.18159635747946],[-73.22671407620675,41.181481357463234],[-73.22652607614016,41.18138035744956],[-73.22627007604697,41.18119835742229],[-73.22609007598594,41.18114935741853],[-73.22580507589132,41.18110735741958],[-73.22521207569456,41.18102135742202],[-73.22500907564184,41.181249357473234],[-73.22487807560799,41.18139935750687],[-73.22449207550308,41.18175035758811],[-73.22434207546173,41.181876357617654],[-73.22410907539755,41.18207335766378],[-73.22393507534956,41.18221935769801],[-73.22392207534604,41.182231357700786],[-73.22378707530338,41.18224935770869],[-73.22369107526947,41.18219935770203],[-73.22337307515103,41.18192635765893],[-73.22320207508727,41.18177835763554],[-73.22309307504574,41.18166835761754],[-73.22276907492223,41.18134035756386],[-73.22266107488106,41.18123135754605],[-73.22253007483127,41.18110135752486],[-73.22233307475635,41.180905357492904],[-73.22213307468095,41.18071735746262],[-73.2219990746304,41.1805913574423],[-73.22189607459866,41.180619357451135],[-73.22173007454757,41.18066535746553],[-73.22159507450714,41.18072235748107],[-73.22149807447815,41.18076435749245],[-73.22145307446489,41.18078735749842],[-73.22132407442834,41.18087835752042],[-73.22120007439332,41.18096835754207],[-73.22084207429508,41.18127735761418],[-73.22068507425209,41.1814143576461],[-73.2206150742341,41.18149635766443],[-73.2200910740895,41.181934357767176],[-73.21951407392898,41.18239435787597],[-73.2191810738321,41.18258535792416],[-73.21884207373488,41.18280435797804],[-73.21801307349442,41.183292358100516],[-73.21789407344258,41.183058358058574],[-73.21785007342368,41.18297635804395],[-73.2177870733957,41.182843358019966],[-73.21777007338844,41.18281235801446],[-73.2179990734572,41.18271835798861],[-73.21844207357026,41.182186357870094],[-73.21863107362076,41.18199935782736],[-73.21890007370217,41.18190035779923],[-73.219161073786,41.1818893577886],[-73.2194520738764,41.18182335776622],[-73.2195250738975,41.18177935775524],[-73.21955407390473,41.181741357746866],[-73.21963407392344,41.1816153577196],[-73.21964807392074,41.18148835769429],[-73.21961907390795,41.18142835768347],[-73.21946607384061,41.18111535762719],[-73.21930607377413,41.18085735758189],[-73.21918307372121,41.180626357540675],[-73.21912407368463,41.1803193574825],[-73.21918907368568,41.179968357411695],[-73.21919007368368,41.17992735740363],[-73.21919707367199,41.179682357355446],[-73.21921307367317,41.17961235734123],[-73.21926907367781,41.17937535729302],[-73.21924707365476,41.17909535723892],[-73.21927607366128,41.1790453572282],[-73.219988073868,41.17862935712363],[-73.22065407406127,41.17823935702565],[-73.22091107413597,41.17809035698812],[-73.22133207425999,41.17787635693255],[-73.22160807434018,41.17771635689227],[-73.22210207447412,41.177261356787156],[-73.22220407449961,41.177129356758],[-73.22252107458945,41.17690535670384],[-73.22290807469922,41.176634356638225],[-73.22303907473382,41.176497356607136],[-73.22307307473889,41.176393356585685],[-73.22313307475744,41.1763783565808],[-73.22314607476144,41.17637435657958],[-73.2233690748308,41.17632535656276],[-73.22344407485416,41.17630935655718],[-73.22397007501802,41.176198356518356],[-73.22400907503811,41.17632935654273],[-73.2239910750393,41.176452356567395],[-73.22399707504185,41.17646335656936],[-73.22406407507059,41.176587356591455],[-73.22423107513237,41.17672335661264],[-73.22427007514716,41.17676135661881],[-73.22436907518464,41.176857356634386],[-73.22439907519583,41.1768833566385],[-73.22452107523833,41.17693635664491],[-73.22475107531845,41.17703635665701],[-73.2250130754068,41.17709935666082],[-73.2251820754638,41.17714035666336],[-73.22532207551309,41.17721035667251],[-73.2253720755307,41.177235356675766],[-73.22560107560966,41.17732035668497],[-73.22575807566439,41.17738935669337],[-73.22590207571461,41.17745335670123],[-73.22663407596882,41.17775835673713],[-73.22672607600042,41.177790356740395],[-73.22683207603686,41.17782835674438],[-73.22705107611343,41.177928356756844],[-73.22741607623905,41.178060356770814],[-73.2276570763209,41.1781283567763],[-73.22787307639221,41.178153356774175],[-73.2285360766072,41.178161356754174],[-73.22926607684344,41.17816235673063],[-73.22933607686598,41.17816035672798],[-73.22974907699923,41.178153356713175],[-73.23022707715405,41.178156356698224],[-73.23041107721346,41.178154356691856],[-73.2306870773027,41.17815335668268],[-73.23096307739219,41.178156356674286],[-73.23114707745184,41.178158356668696],[-73.23147707755834,41.17815335665699],[-73.23246707787786,41.178139356622054],[-73.23279807798471,41.17813535661051],[-73.23283507799151,41.17804435659149],[-73.2328390779883,41.17796535657591],[-73.23305707806448,41.17806435658819],[-73.23333807816199,41.17818035660174],[-73.23362607826357,41.17832735662117],[-73.23409907842567,41.17848635663691],[-73.23447307855334,41.17860335664765],[-73.23454207857668,41.178621356648925],[-73.23598107903811,41.17854835658784],[-73.23603507905823,41.17859435659508],[-73.23610307908056,41.17860035659404],[-73.23611107909471,41.17880335663352],[-73.23609507909501,41.17889935665282],[-73.23607707910098,41.17910635669392],[-73.23607107910956,41.17929135673033],[-73.23602807910977,41.17953935678027],[-73.23600407910993,41.17967835680825],[-73.23597907911085,41.17983635684],[-73.23595907911783,41.18007235688683],[-73.23595307911748,41.180100356892495],[-73.2359250791164,41.18024035692083],[-73.23587407910732,41.18037035694792],[-73.23581707909736,41.18051935697894],[-73.23571007907636,41.180758357029205],[-73.23565307906527,41.18088735705629],[-73.23559907905538,41.18102035708408],[-73.23544007902689,41.18142335716813],[-73.23538707901737,41.18155735719607],[-73.23513307897268,41.18221535733312],[-73.23505707895647,41.18236235736436],[-73.23503807895595,41.18246135738434],[-73.23505207896756,41.18258535740816],[-73.2350590789709,41.18260435741164],[-73.23511707900094,41.182802357448516],[-73.23515007901715,41.18289935746643],[-73.23517207903079,41.18301335748803],[-73.23516807903648,41.183136357512225],[-73.23511307903044,41.183342357554324],[-73.23496307899404,41.1835553576009],[-73.23478707894782,41.18374335764341],[-73.23407307876047,41.18451035781674],[-73.2334450785856,41.18500735793442],[-73.23264807836783,41.18571135809811],[-73.23264707836763,41.18571335809854],[-73.23188907815677,41.186317358241396]]]},"properties":{"name":612,"geoid":"09001061200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.22307307473889,41.176393356585685],[-73.2230820747402,41.1763653565799],[-73.22307507473138,41.176250356557624],[-73.22301707470513,41.17611835653367],[-73.22294307466353,41.175808356475386],[-73.22293707466015,41.175783356470696],[-73.22291507463717,41.175504356416795],[-73.22289307462718,41.175454356407734],[-73.22306707466727,41.17516935634628],[-73.22320507470377,41.17502635631379],[-73.22332907472328,41.1746643562389],[-73.22334307471934,41.174515356209284],[-73.22341607473363,41.17435135617481],[-73.22359507478458,41.1742293561451],[-73.22369107481197,41.174164356129246],[-73.22369207481229,41.17416435612922],[-73.22386607485981,41.174010356093426],[-73.22401807490962,41.17402135609063],[-73.22412307494457,41.17403835609055],[-73.22460407510475,41.17411835609059],[-73.22468007513007,41.17413135609066],[-73.22487607519315,41.17412535608311],[-73.22524607530849,41.174048356056005],[-73.22549307538088,41.17391635602214],[-73.22572607544535,41.17372435597699],[-73.22581307546596,41.173592355948315],[-73.22580707545977,41.17351735593383],[-73.22579807545019,41.17340035591122],[-73.22576207543541,41.173345355901624],[-73.2256740753954,41.17314235586474],[-73.22568307539358,41.1730593558482],[-73.22604007551182,41.17310735584599],[-73.2271110758667,41.17325435583996],[-73.227468075985,41.173303355837945],[-73.22772307607029,41.17335235583925],[-73.22810607619854,41.17342835584168],[-73.22848607632609,41.17350935584519],[-73.22874107641175,41.17356435584767],[-73.22879707642286,41.17344135582176],[-73.22881107642569,41.173411355815425],[-73.22888407643636,41.173184355768626],[-73.22893307644522,41.173061355742945],[-73.22894107644673,41.17304235573898],[-73.22897707645224,41.172934355716656],[-73.2290180764606,41.1728483556985],[-73.22908407647431,41.17271435567011],[-73.2291320764825,41.17258535564329],[-73.22916607648843,41.17249635562477],[-73.22932307653635,41.17244535560968],[-73.22979707668097,41.17229235556433],[-73.22995507672925,41.1722423555494],[-73.23001507674759,41.17222335554373],[-73.23011307677764,41.17219435553486],[-73.23019707680305,41.17216335552608],[-73.2302570768212,41.172141355519805],[-73.23036307685405,41.17211535551127],[-73.23051807690211,41.17207935549918],[-73.2306790769512,41.17202635548359],[-73.2307840769833,41.1719933554737],[-73.23095007703404,41.171941355458124],[-73.2311950771091,41.17186735543568],[-73.23145007718676,41.171782355410755],[-73.23161607723736,41.171728355394784],[-73.23178607728973,41.171681355380045],[-73.23204907737076,41.1716103553576],[-73.23229707744672,41.17153535533485],[-73.2324670774989,41.17148535531954],[-73.23262907754868,41.17143935530527],[-73.23290607763397,41.17136335528137],[-73.23311707769928,41.17131135526434],[-73.23315807771196,41.17130135526106],[-73.2332780777486,41.171262355249524],[-73.2333820777804,41.171230355239864],[-73.23353907782858,41.171184355225776],[-73.23369607787647,41.17113335521067],[-73.23380107790857,41.1711003552008],[-73.23387007792992,41.171083355195236],[-73.233983077965,41.17105735518646],[-73.23407707799382,41.171029355177915],[-73.234146078015,41.17100935517177],[-73.23430107806293,41.17097035515909],[-73.23441607809802,41.17093335514811],[-73.23442907810205,41.1709303551471],[-73.23457307814705,41.17090235513693],[-73.2347180781933,41.17089035512987],[-73.2351190783266,41.17095335512917],[-73.23524607836929,41.17098135513052],[-73.23552007846143,41.17104235513355],[-73.23562407849558,41.17105135513194],[-73.2357220785278,41.171060355130514],[-73.23582907856276,41.1710663551282],[-73.23593707859683,41.171051355121755],[-73.23594807860036,41.1710503551212],[-73.2360420786303,41.17104235511658],[-73.23616907866774,41.17097835509991],[-73.23640907873867,41.17086035506901],[-73.23654807877915,41.17078135504903],[-73.23667307881566,41.170712355031455],[-73.2367330788328,41.170672355021665],[-73.23691607888523,41.17055335499243],[-73.23697707890274,41.170514354982814],[-73.23705007892356,41.17046535497085],[-73.23727007898637,41.17031835493491],[-73.23734407900758,41.17027035492311],[-73.23739807902271,41.17022935491333],[-73.23756107906856,41.17010835488434],[-73.23761607908408,41.170068354874715],[-73.23770707911117,41.17002735486373],[-73.23784607915266,41.169966354847276],[-73.23798007919244,41.16990335483057],[-73.23807107921948,41.169861354819396],[-73.23811707923329,41.169842354814186],[-73.23825807927565,41.16978535479845],[-73.23830507928984,41.169767354793386],[-73.23843107932879,41.16973535478302],[-73.23850007935013,41.169718354777444],[-73.23874507942456,41.16963335475284],[-73.23879907944027,41.16960235474503],[-73.23891407947382,41.16953835472874],[-73.23916407954809,41.16942235469791],[-73.23933207959807,41.16934535467738],[-73.23977807973235,41.16916935462841],[-73.23993207977931,41.16911935461361],[-73.24019407985922,41.169034354588455],[-73.24022607987203,41.16907735459584],[-73.24033007991143,41.16917835461223],[-73.24055907999828,41.169402354648625],[-73.24074708007072,41.16960635468246],[-73.24088208012277,41.16975335470685],[-73.2411340802179,41.16999235474543],[-73.24141508032527,41.17028135479288],[-73.24153008036863,41.170389354810276],[-73.24160908039931,41.170479354825325],[-73.24181008047591,41.17068235485852],[-73.2420850805798,41.17094435490087],[-73.24223908063767,41.171085354923456],[-73.24240808070037,41.171226354945574],[-73.2426120807757,41.17139035497104],[-73.24295908090586,41.17170435502122],[-73.24311608097022,41.171942355062704],[-73.24318408099911,41.17206335508418],[-73.24351008112123,41.17235535513073],[-73.24382108123984,41.172671355182466],[-73.2438580812539,41.172708355188504],[-73.24390608127223,41.17275735519654],[-73.24397808129878,41.17281435520537],[-73.24402008131426,41.17284735521045],[-73.24412208135368,41.172960355229236],[-73.24427008141086,41.173123355256344],[-73.24443808147494,41.173294355284355],[-73.24454608151616,41.17340435530237],[-73.2446470815544,41.173502355318284],[-73.2449500816693,41.17379835536635],[-73.24505108170763,41.17389735538245],[-73.24519708176364,41.17405135540785],[-73.24563808193282,41.174516355484506],[-73.24578508198921,41.174671355510064],[-73.24579908199453,41.174685355512345],[-73.24584408201149,41.1747273555191],[-73.24586008201751,41.17474235552154],[-73.24594308204836,41.174812355532524],[-73.24598008206208,41.1748433555374],[-73.24608208210218,41.17496735555836],[-73.24616508213391,41.17505335557247],[-73.24624108216301,41.17513235558546],[-73.24637908221581,41.17527535560897],[-73.24651008226594,41.17541135563132],[-73.24680608237766,41.1756913556765],[-73.24695108243239,41.1758283556986],[-73.24688308241426,41.17589635571414],[-73.24682608239821,41.1759383557242],[-73.24677208238171,41.175955355729286],[-73.24672108236616,41.175972355734274],[-73.24660808233048,41.17598735574088],[-73.24638908226304,41.176047355759756],[-73.24617908220142,41.17615835578832],[-73.24615008219318,41.17617835579317],[-73.2459670821412,41.17630535582398],[-73.2455540820179,41.17648635587283],[-73.24460608173507,41.17690535598569],[-73.24432208165082,41.17703935602117],[-73.244120081591,41.17713635604672],[-73.24391208152883,41.1772263560711],[-73.24361908144179,41.17736235610725],[-73.24304908127264,41.177630356178256],[-73.24274208118163,41.177776356216825],[-73.2424510810954,41.17791535625349],[-73.24240208107739,41.17787735624764],[-73.24225708102415,41.17776635623065],[-73.24220908100651,41.17772935622495],[-73.24208308096021,41.17763235621009],[-73.24206008095157,41.1776113562067],[-73.24190408089284,41.17746635618341],[-73.24162808079072,41.17724135614835],[-73.24160408078188,41.1772223561454],[-73.24147708073536,41.17712735613093],[-73.2413350806901,41.1771393561379],[-73.24105408060193,41.17718735615644],[-73.24101408058955,41.177197356159695],[-73.24003508028784,41.17746135624322],[-73.23965908017225,41.1775673562762],[-73.23957708014709,41.17759135628357],[-73.23937108008339,41.17764335630043],[-73.23920508003175,41.177679356312886],[-73.23897007995934,41.17774335633306],[-73.2385930798433,41.177847356365675],[-73.23826607974222,41.17793035639255],[-73.23803107966961,41.17799035641195],[-73.23779707959724,41.17804935643112],[-73.23775107958306,41.178061356434945],[-73.23754007951861,41.17812835645493],[-73.23721707942003,41.17823235648579],[-73.23711107938834,41.17827835649823],[-73.23703307936512,41.17831335650763],[-73.23692607933692,41.17842635653322],[-73.23678607929084,41.17841235653504],[-73.23666407925101,41.17840635653783],[-73.23625807911829,41.17838235654634],[-73.23609307906258,41.17834135654367],[-73.23611107907324,41.178426356559726],[-73.23611907908139,41.178524356578635],[-73.23610307908056,41.17860035659404],[-73.23603507905823,41.17859435659508],[-73.23598107903811,41.17854835658784],[-73.23454207857668,41.178621356648925],[-73.23447307855334,41.17860335664765],[-73.23409907842567,41.17848635663691],[-73.23362607826357,41.17832735662117],[-73.23333807816199,41.17818035660174],[-73.23305707806448,41.17806435658819],[-73.2328390779883,41.17796535657591],[-73.23283507799151,41.17804435659149],[-73.23279807798471,41.17813535661051],[-73.23246707787786,41.178139356622054],[-73.23147707755834,41.17815335665699],[-73.23114707745184,41.178158356668696],[-73.23096307739219,41.178156356674286],[-73.2306870773027,41.17815335668268],[-73.23041107721346,41.178154356691856],[-73.23022707715405,41.178156356698224],[-73.22974907699923,41.178153356713175],[-73.22933607686598,41.17816035672798],[-73.22926607684344,41.17816235673063],[-73.2285360766072,41.178161356754174],[-73.22787307639221,41.178153356774175],[-73.2276570763209,41.1781283567763],[-73.22741607623905,41.178060356770814],[-73.22705107611343,41.177928356756844],[-73.22683207603686,41.17782835674438],[-73.22672607600042,41.177790356740395],[-73.22663407596882,41.17775835673713],[-73.22590207571461,41.17745335670123],[-73.22575807566439,41.17738935669337],[-73.22560107560966,41.17732035668497],[-73.2253720755307,41.177235356675766],[-73.22532207551309,41.17721035667251],[-73.2251820754638,41.17714035666336],[-73.2250130754068,41.17709935666082],[-73.22475107531845,41.17703635665701],[-73.22452107523833,41.17693635664491],[-73.22439907519583,41.1768833566385],[-73.22436907518464,41.176857356634386],[-73.22427007514716,41.17676135661881],[-73.22423107513237,41.17672335661264],[-73.22406407507059,41.176587356591455],[-73.22399707504185,41.17646335656936],[-73.2239910750393,41.176452356567395],[-73.22400907503811,41.17632935654273],[-73.22397007501802,41.176198356518356],[-73.22344407485416,41.17630935655718],[-73.2233690748308,41.17632535656276],[-73.22314607476144,41.17637435657958],[-73.22313307475744,41.1763783565808],[-73.22307307473889,41.176393356585685]]]},"properties":{"name":613,"geoid":"09001061300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.22441807459988,41.16630535456701],[-73.22450007462508,41.16628235455984],[-73.22458107464995,41.166258354552504],[-73.22493707475925,41.166155354520775],[-73.227544075561,41.16542235429253],[-73.22877307593129,41.1649423541586],[-73.22960007617044,41.16444335403402],[-73.23010207631258,41.164087353948],[-73.23160907673959,41.16302335369069],[-73.2321120768821,41.16266835360482],[-73.23230107693513,41.162525353570686],[-73.23286907709462,41.16209935346881],[-73.23305907714801,41.16195735343482],[-73.23538807779333,41.16005735298707],[-73.24101507937999,41.15595235200026],[-73.24102407938412,41.155973352004075],[-73.24111407942308,41.15614635203504],[-73.24115207944438,41.156304352064744],[-73.2412150794685,41.15637035207562],[-73.24139107953717,41.15657635211024],[-73.24150407958192,41.15672035213476],[-73.24162907963014,41.15685735215752],[-73.24177807968859,41.15703735218794],[-73.24187207972419,41.157128352202704],[-73.24196907976297,41.15725835222501],[-73.24204307979065,41.157324352235506],[-73.24226807987482,41.15752435226738],[-73.24234307990288,41.157591352278054],[-73.24245707994585,41.15769835229529],[-73.24267108002654,41.157899352327696],[-73.24279708007445,41.15802535234828],[-73.24290808011675,41.158137352366595],[-73.24301008015703,41.15826535238835],[-73.24302908016455,41.158289352392416],[-73.24313808020861,41.15844435241923],[-73.24329408026551,41.1585573524363],[-73.24358908037782,41.158853352484655],[-73.24362608039233,41.15889835249227],[-73.24376708044348,41.15899535250667],[-73.24392608050037,41.15909135252031],[-73.24413808057373,41.159175352529864],[-73.24428108062182,41.15920735253149],[-73.24460008073137,41.15931935254303],[-73.24458608072976,41.15937035255348],[-73.24455908072467,41.15943435256689],[-73.2442880806546,41.1597433526362],[-73.24403808058892,41.16001035269663],[-73.24317208036001,41.16091035290102],[-73.24269408023369,41.161407353013864],[-73.24261008022678,41.16176335308632],[-73.2426030802393,41.16202335313745],[-73.24256708023906,41.16222335317777],[-73.24248308023016,41.16254435324336],[-73.24251208024478,41.16263635326044],[-73.24252508025373,41.16271935327626],[-73.2425330802632,41.16284035329969],[-73.24258308028757,41.162984353326266],[-73.24270208034366,41.163293353382905],[-73.24281408039043,41.16347835341548],[-73.24288908041993,41.16357035343105],[-73.24281108040944,41.163829353484296],[-73.24243008034416,41.16484735369601],[-73.24211808029749,41.16580035389275],[-73.24206808028723,41.165904353914726],[-73.24203808028254,41.165992353932936],[-73.24193708026388,41.16623835398438],[-73.24179508022756,41.1664073540221],[-73.24153408015543,41.16662335407287],[-73.2412220800681,41.166862354129805],[-73.24100808000937,41.167046354172776],[-73.2408360799622,41.16719535420755],[-73.24040007984627,41.16763635430806],[-73.2403480798325,41.16769035432032],[-73.2402100797967,41.167845354355165],[-73.24017407978704,41.1678803543632],[-73.24007907976622,41.16805435440034],[-73.24007607976547,41.168058354401225],[-73.24002307975498,41.16817535442586],[-73.2400490797864,41.1685793545041],[-73.2400940798136,41.16880135454609],[-73.24010207981824,41.16883735455289],[-73.24019407985922,41.169034354588455],[-73.23993207977931,41.16911935461361],[-73.23977807973235,41.16916935462841],[-73.23933207959807,41.16934535467738],[-73.23916407954809,41.16942235469791],[-73.23891407947382,41.16953835472874],[-73.23879907944027,41.16960235474503],[-73.23874507942456,41.16963335475284],[-73.23850007935013,41.169718354777444],[-73.23843107932879,41.16973535478302],[-73.23830507928984,41.169767354793386],[-73.23825807927565,41.16978535479845],[-73.23811707923329,41.169842354814186],[-73.23807107921948,41.169861354819396],[-73.23798007919244,41.16990335483057],[-73.23784607915266,41.169966354847276],[-73.23770707911117,41.17002735486373],[-73.23761607908408,41.170068354874715],[-73.23756107906856,41.17010835488434],[-73.23739807902271,41.17022935491333],[-73.23734407900758,41.17027035492311],[-73.23727007898637,41.17031835493491],[-73.23705007892356,41.17046535497085],[-73.23697707890274,41.170514354982814],[-73.23691607888523,41.17055335499243],[-73.2367330788328,41.170672355021665],[-73.23667307881566,41.170712355031455],[-73.23654807877915,41.17078135504903],[-73.23640907873867,41.17086035506901],[-73.23616907866774,41.17097835509991],[-73.2360420786303,41.17104235511658],[-73.23594807860036,41.1710503551212],[-73.23593707859683,41.171051355121755],[-73.23582907856276,41.1710663551282],[-73.2357220785278,41.171060355130514],[-73.23562407849558,41.17105135513194],[-73.23552007846143,41.17104235513355],[-73.23524607836929,41.17098135513052],[-73.2351190783266,41.17095335512917],[-73.2347180781933,41.17089035512987],[-73.23457307814705,41.17090235513693],[-73.23442907810205,41.1709303551471],[-73.23441607809802,41.17093335514811],[-73.23430107806293,41.17097035515909],[-73.234146078015,41.17100935517177],[-73.23407707799382,41.171029355177915],[-73.233983077965,41.17105735518646],[-73.23387007792992,41.171083355195236],[-73.23380107790857,41.1711003552008],[-73.23369607787647,41.17113335521067],[-73.23353907782858,41.171184355225776],[-73.2333820777804,41.171230355239864],[-73.2332780777486,41.171262355249524],[-73.23315807771196,41.17130135526106],[-73.23311707769928,41.17131135526434],[-73.23290607763397,41.17136335528137],[-73.23262907754868,41.17143935530527],[-73.2324670774989,41.17148535531954],[-73.23229707744672,41.17153535533485],[-73.23204907737076,41.1716103553576],[-73.23178607728973,41.171681355380045],[-73.23161607723736,41.171728355394784],[-73.23145007718676,41.171782355410755],[-73.2311950771091,41.17186735543568],[-73.23095007703404,41.171941355458124],[-73.2307840769833,41.1719933554737],[-73.2306790769512,41.17202635548359],[-73.23051807690211,41.17207935549918],[-73.23036307685405,41.17211535551127],[-73.2302570768212,41.172141355519805],[-73.23019707680305,41.17216335552608],[-73.23011307677764,41.17219435553486],[-73.23001507674759,41.17222335554373],[-73.22995507672925,41.1722423555494],[-73.22979707668097,41.17229235556433],[-73.22932307653635,41.17244535560968],[-73.22916607648843,41.17249635562477],[-73.2291320764825,41.17258535564329],[-73.22908407647431,41.17271435567011],[-73.2290180764606,41.1728483556985],[-73.22897707645224,41.172934355716656],[-73.22894107644673,41.17304235573898],[-73.22893307644522,41.173061355742945],[-73.22888407643636,41.173184355768626],[-73.22881107642569,41.173411355815425],[-73.22879707642286,41.17344135582176],[-73.22874107641175,41.17356435584767],[-73.22848607632609,41.17350935584519],[-73.22810607619854,41.17342835584168],[-73.22772307607029,41.17335235583925],[-73.227468075985,41.173303355837945],[-73.2271110758667,41.17325435583996],[-73.22604007551182,41.17310735584599],[-73.22568307539358,41.1730593558482],[-73.22570307538918,41.17286835581016],[-73.22574007539494,41.172759355787626],[-73.22575407539719,41.172719355779336],[-73.22575407538723,41.172544355745075],[-73.22577607539121,41.172489355733596],[-73.22601607545793,41.17229735568821],[-73.22630207554026,41.17211835564387],[-73.22636307555779,41.172079355634246],[-73.22651707560222,41.17198435561065],[-73.22655407561196,41.17194535560181],[-73.22666907564229,41.171824355574394],[-73.22681407567735,41.17161635552895],[-73.22694407571515,41.17154135551003],[-73.22713407577054,41.171434355482916],[-73.22722107579366,41.17134635546287],[-73.22725007579749,41.17124835544273],[-73.22723507578698,41.17114935542384],[-73.22719207576806,41.171061355408],[-73.22706807571637,41.17085835537231],[-73.22700307568192,41.17062235532821],[-73.2270530756912,41.17050135530289],[-73.22747507581836,41.170336355256865],[-73.2274780758192,41.17033435525638],[-73.22757607584916,41.17030335524713],[-73.22765607587101,41.17023235523063],[-73.22768507587224,41.170089355201696],[-73.22767107586272,41.17000135518491],[-73.2275800758283,41.16991435517085],[-73.22756207582151,41.1698973551681],[-73.22739407576341,41.169831355160646],[-73.2271760756901,41.169782355158134],[-73.22711807566972,41.16975435515453],[-73.2270970756586,41.16967835514033],[-73.22717607568165,41.16963435512916],[-73.22725607570378,41.16956835511364],[-73.22763407581886,41.169441355076486],[-73.22779407586219,41.169293355042306],[-73.2278080758636,41.16923835503109],[-73.22768407580948,41.168992354986955],[-73.22735107570139,41.1689863549966],[-73.22705007560724,41.16904335501755],[-73.22673507550874,41.16910335503953],[-73.22637607540824,41.16937835510503],[-73.22602307529911,41.16946735513394],[-73.22590907526393,41.16949735514351],[-73.22579407523378,41.16962135517153],[-73.22572307524347,41.17019535528621],[-73.2255790752077,41.170385355328094],[-73.225358075153,41.170680355393024],[-73.22503807505794,41.170829355432595],[-73.22477907497392,41.170825355440236],[-73.22461407491477,41.17072435542582],[-73.22449007486338,41.17052635539108],[-73.22462607489477,41.17030435534321],[-73.22500607499806,41.169959355263316],[-73.2252510750696,41.169823355228715],[-73.22529107507542,41.169698355202954],[-73.22518207503605,41.16962635519239],[-73.22457107483542,41.16957435520207],[-73.22424907474614,41.16983635526383],[-73.22370207458782,41.170164355345825],[-73.22392707468138,41.17052935540996],[-73.22414607477252,41.17088535547254],[-73.22401007474275,41.17113535552592],[-73.22384207469067,41.171175355539205],[-73.22356407459891,41.17114335554198],[-73.2232820744771,41.170606355446004],[-73.22325207443369,41.170014355331084],[-73.2232460744247,41.169890355307004],[-73.22311307436756,41.16964235526275],[-73.22303407433363,41.169495355236556],[-73.22237407410272,41.16919035519828],[-73.22227007405463,41.168936355151935],[-73.2223020740631,41.168903355144444],[-73.22238507408522,41.16882035512548],[-73.22259007414011,41.16861935507948],[-73.22262307414886,41.16858535507174],[-73.2226320741513,41.16857735506988],[-73.22273207417884,41.16849235504999],[-73.2227690741891,41.16846235504292],[-73.22285507421272,41.16838835502564],[-73.22286807421635,41.16837835502324],[-73.22296607424335,41.16829535500381],[-73.22308407427583,41.168195354980405],[-73.22311507428431,41.16816835497411],[-73.2232020743083,41.16809535495701],[-73.22332307434154,41.1679913549327],[-73.22342907437083,41.16790335491203],[-73.2236030744129,41.16765335485742],[-73.22359807440918,41.16761635485035],[-73.22357807439371,41.167458354820056],[-73.22354207436601,41.16717635476601],[-73.22356007436872,41.16712135475466],[-73.22364207438171,41.1668833547054],[-73.22405407450658,41.16673535466302],[-73.22436607460075,41.16661635462959],[-73.22441007461407,41.16660035462503],[-73.22441807459988,41.16630535456701]]]},"properties":{"name":614,"geoid":"09001061400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.23263607590613,41.14253034964358],[-73.23332607606797,41.141451349409785],[-73.23539507655333,41.138216348708745],[-73.23608607671554,41.137138348475084],[-73.23720007696518,41.135191348057404],[-73.24054407771477,41.1293503468042],[-73.24165907796478,41.12740434638661],[-73.24186807803966,41.1275323464049],[-73.24249607826458,41.127916346459756],[-73.24270607833984,41.12804534647821],[-73.24275607835276,41.12798834646542],[-73.24285607837878,41.12787734644041],[-73.24292507839925,41.12784434643171],[-73.242951078407,41.12783334642871],[-73.24299807842239,41.127836346427785],[-73.24320807849864,41.12798334644975],[-73.24383807872765,41.12842734651629],[-73.24404907880428,41.12857534653844],[-73.24403507880005,41.12858034653988],[-73.24398107878486,41.12862034654947],[-73.24387707875577,41.12870034656853],[-73.24380907873895,41.12879134658858],[-73.24379707873604,41.1288083465923],[-73.24374807872223,41.12884434660094],[-73.24364607869344,41.12891834661875],[-73.24355807866867,41.12898334663434],[-73.24353607866321,41.12901234664074],[-73.24354207866674,41.129040346646036],[-73.24364907870846,41.12916534666706],[-73.24368007871973,41.12918734667036],[-73.24378307875725,41.12926134668152],[-73.24450307901574,41.1297123467465],[-73.24555707939419,41.13037334684177],[-73.24613207960148,41.13074834689657],[-73.24665407978962,41.13108834694625],[-73.24736708004667,41.131553347014176],[-73.2474790800872,41.13162934702543],[-73.24764608014775,41.13174434704254],[-73.24781908021001,41.13185534705867],[-73.24793408025143,41.13192934706944],[-73.24825508036764,41.13214734710171],[-73.24874008054331,41.13247834715081],[-73.24922308071764,41.13279734719762],[-73.24954808083498,41.13301234722918],[-73.2496900808857,41.13309634724102],[-73.25005908101754,41.133316347272135],[-73.25010508103513,41.13336434728004],[-73.2501410810489,41.13340134728613],[-73.25023308108257,41.13347034729666],[-73.25044108115809,41.13361534731829],[-73.2507090812554,41.133802347346226],[-73.25108408138948,41.134027347378115],[-73.25130308146781,41.13415934739686],[-73.25143808151722,41.134260347412265],[-73.25158808157211,41.134372347429334],[-73.2518600816699,41.13454534745439],[-73.25200308172138,41.13463734746776],[-73.25201408172558,41.13464834746957],[-73.2520480817385,41.13468234747512],[-73.25206008174308,41.13469434747709],[-73.25214008177132,41.13473634748272],[-73.2522920818251,41.134817347493644],[-73.2523810818569,41.134870347501135],[-73.25246008188513,41.13491734750777],[-73.25258908193247,41.13501634752297],[-73.25281008201362,41.13518634754909],[-73.252978082075,41.13531034756792],[-73.25310908212295,41.135408347582874],[-73.25326408218,41.13553034760174],[-73.25327808218518,41.13554134760342],[-73.2537650823599,41.135844347646966],[-73.25383108238357,41.13588534765286],[-73.25392408241805,41.13596234766492],[-73.25395108242849,41.13599234766993],[-73.25399108244397,41.13603734767743],[-73.254029082459,41.13608534768561],[-73.25405508246922,41.136117347691034],[-73.25416808251317,41.13624734771282],[-73.25432008257332,41.13644034774569],[-73.25437408259499,41.13651434775843],[-73.25467508271542,41.13692034782817],[-73.25522608293424,41.137634347950154],[-73.2552970829629,41.13773434796744],[-73.25559508308291,41.13814934803906],[-73.25602208325763,41.13879334815134],[-73.25628408336485,41.139188348220195],[-73.25649508344931,41.13947334826917],[-73.25653308346473,41.139528348278716],[-73.25655508347337,41.13955534828329],[-73.256775083564,41.13989734834313],[-73.25699708365362,41.14021034839722],[-73.2572960837771,41.14068134847977],[-73.25756208388768,41.14111234855555],[-73.25745708385422,41.14112134856072],[-73.25714508375502,41.141151348576756],[-73.25704108372197,41.14116134858209],[-73.25685208366623,41.141256348606845],[-73.25660908359397,41.1413673486365],[-73.25656208358001,41.141389348642335],[-73.25647808355556,41.14143734865447],[-73.25632708351402,41.141565348684445],[-73.2561610834692,41.14172134872042],[-73.25624208349713,41.14175134872365],[-73.25637708354311,41.1417923487273],[-73.25650808358844,41.14184434873323],[-73.25663208363417,41.14194334874858],[-73.25668708365498,41.14199634875717],[-73.25678208369209,41.14210834877603],[-73.25707508380479,41.1424233488282],[-73.25730808389511,41.14268634887215],[-73.25745608395304,41.14286334890199],[-73.25763408400543,41.14277234887838],[-73.25758308400198,41.1430013489249],[-73.25561008341306,41.14386634915852],[-73.25489108320039,41.14421534925027],[-73.25446508307729,41.14447334931464],[-73.25293608263686,41.14542434955065],[-73.25020908188185,41.14765635007653],[-73.24909008159268,41.14893535036344],[-73.24900608157104,41.14903235038517],[-73.24757108120032,41.15067435075342],[-73.24592908075807,41.15223635111274],[-73.24552208064533,41.152568351190986],[-73.24420608028089,41.153644351444505],[-73.24410708025432,41.15374035146654],[-73.24362208011718,41.15408735155027],[-73.24101507937999,41.15595235200026],[-73.23538807779333,41.16005735298707],[-73.23305907714801,41.16195735343482],[-73.23286907709462,41.16209935346881],[-73.23230107693513,41.162525353570686],[-73.2321120768821,41.16266835360482],[-73.23160907673959,41.16302335369069],[-73.23010207631258,41.164087353948],[-73.22960007617044,41.16444335403402],[-73.22877307593129,41.1649423541586],[-73.227544075561,41.16542235429253],[-73.22493707475925,41.166155354520775],[-73.22458107464995,41.166258354552504],[-73.22450007462508,41.16628235455984],[-73.22441807459988,41.16630535456701],[-73.22442507458786,41.16605435451764],[-73.22449607460638,41.165976354500074],[-73.224540074618,41.16593035448962],[-73.22506207478098,41.16582635445231],[-73.22536507486649,41.165606354399365],[-73.22538307486671,41.165508354379604],[-73.22542907486812,41.16527135433169],[-73.22544607486712,41.165157354308825],[-73.22547407486596,41.164977354272665],[-73.22562807490395,41.16476935422695],[-73.22601807502967,41.16476135421271],[-73.2270120753278,41.16434935409973],[-73.2271250753617,41.164302354086864],[-73.22742707544847,41.164110354039444],[-73.22746507543874,41.16372335396243],[-73.22747707543596,41.16360635393913],[-73.22747507543379,41.1635793539339],[-73.2274540754024,41.16314735385],[-73.22744707539195,41.163003353822035],[-73.22758107542546,41.1628303537838],[-73.227986075527,41.16231235366921],[-73.22804307554141,41.16224135365346],[-73.22813607556648,41.162153353633194],[-73.22886107576213,41.1614693534757],[-73.22999407608683,41.160734353294956],[-73.23012607612466,41.16064835327383],[-73.23015707613376,41.160632353269676],[-73.23117207641018,41.1597193530579],[-73.23387807714145,41.15718635247392],[-73.23532907756055,41.15630235225364],[-73.23677907797928,41.15541735203319],[-73.2372300781095,41.15514235196466],[-73.23723007809761,41.15493335192375],[-73.23722907809041,41.15481235190007],[-73.23722807808319,41.15469135187641],[-73.23722407805522,41.154222351784696],[-73.23722307804306,41.154014351743996],[-73.23722107803052,41.15380535170311],[-73.23722107802665,41.1537373516898],[-73.23722007802245,41.15366935167653],[-73.23692307791738,41.15351135165523],[-73.2361740776178,41.15250435148234],[-73.23609307758541,41.152395351463625],[-73.23399607689272,41.15214335148244],[-73.23384707684352,41.15212535148374],[-73.23369707679396,41.15210735148509],[-73.23363307675352,41.151760351419206],[-73.23360807673785,41.15162735139396],[-73.23357007671348,41.15141435135349],[-73.23341307661416,41.15056135119151],[-73.23334407657055,41.15018735112051],[-73.23325707651516,41.1497083510295],[-73.233251076513,41.149704351028916],[-73.2331960764902,41.14961635101348],[-73.23314207646774,41.14952835099798],[-73.23313507645261,41.149302350953946],[-73.2331350764508,41.149270350947674],[-73.23316107645506,41.14919735093253],[-73.2331000764173,41.14888035087242],[-73.23309207641232,41.14883835086445],[-73.23302307636963,41.148480350796575],[-73.23298107634344,41.14825835075445],[-73.23293807631684,41.14803535071218],[-73.23291707630395,41.147928350691885],[-73.23289807629189,41.14782435067214],[-73.23285707626657,41.14761235063195],[-73.23443107668919,41.14609035028266],[-73.23507907682776,41.14484135001694],[-73.2349950767828,41.14452834995836],[-73.23491107673776,41.14421434989956],[-73.23485207670628,41.143996349858774],[-73.23479407667519,41.14377934981816],[-73.2340740764221,41.14342434977199],[-73.2338430763392,41.1432803497513],[-73.23361207625635,41.14313734973078],[-73.23338307617419,41.1429953497104],[-73.23312407608125,41.142834349687284],[-73.23263607590613,41.14253034964358]]]},"properties":{"name":615,"geoid":"09001061500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.29006509342736,41.12405034415501],[-73.28934309323431,41.12476034431764],[-73.28718009265631,41.12689234480582],[-73.28646009246404,41.12760434496876],[-73.28494909204488,41.128823345256805],[-73.28426209187865,41.12980534547157],[-73.28282609153138,41.131861345921145],[-73.28151609115984,41.13277634614306],[-73.2776940900171,41.134413346588175],[-73.27690708981073,41.13525834677933],[-73.27497408930388,41.13733534724914],[-73.27476808924986,41.13755634729912],[-73.27462608921977,41.13783434735822],[-73.27457508920897,41.13793434737947],[-73.27452408919824,41.13803534740092],[-73.27447108918707,41.13814034742322],[-73.27441708917551,41.138244347445344],[-73.27408408910496,41.1388963475839],[-73.27418408917687,41.13959134771679],[-73.27425208920985,41.13978434775238],[-73.27429408922572,41.13982434775885],[-73.27437008925708,41.13994334777968],[-73.27458808933103,41.14000434778454],[-73.2747260893791,41.140064347791814],[-73.27495108946718,41.14033334783717],[-73.27515408954224,41.14049834786289],[-73.275444089656,41.1408493479222],[-73.27545308966,41.14086834792563],[-73.27527708960876,41.14096834795095],[-73.27273108879206,41.141085348056734],[-73.26851608743856,41.141255348227205],[-73.26325508575391,41.14155134845636],[-73.26171508527297,41.14185234856542],[-73.26001008474333,41.14223534869591],[-73.25848108427438,41.1426843488336],[-73.25758308400198,41.1430013489249],[-73.25763408400543,41.14277234887838],[-73.25745608395304,41.14286334890199],[-73.25730808389511,41.14268634887215],[-73.25707508380479,41.1424233488282],[-73.25678208369209,41.14210834877603],[-73.25668708365498,41.14199634875717],[-73.25663208363417,41.14194334874858],[-73.25650808358844,41.14184434873323],[-73.25637708354311,41.1417923487273],[-73.25624208349713,41.14175134872365],[-73.2561610834692,41.14172134872042],[-73.25632708351402,41.141565348684445],[-73.25647808355556,41.14143734865447],[-73.25656208358001,41.141389348642335],[-73.25660908359397,41.1413673486365],[-73.25685208366623,41.141256348606845],[-73.25704108372197,41.14116134858209],[-73.25714508375502,41.141151348576756],[-73.25745708385422,41.14112134856072],[-73.25756208388768,41.14111234855555],[-73.2572960837771,41.14068134847977],[-73.25699708365362,41.14021034839722],[-73.256775083564,41.13989734834313],[-73.25655508347337,41.13955534828329],[-73.25653308346473,41.139528348278716],[-73.25649508344931,41.13947334826917],[-73.25628408336485,41.139188348220195],[-73.25602208325763,41.13879334815134],[-73.25559508308291,41.13814934803906],[-73.2552970829629,41.13773434796744],[-73.25522608293424,41.137634347950154],[-73.25467508271542,41.13692034782817],[-73.25437408259499,41.13651434775843],[-73.25432008257332,41.13644034774569],[-73.25416808251317,41.13624734771282],[-73.25405508246922,41.136117347691034],[-73.254029082459,41.13608534768561],[-73.25399108244397,41.13603734767743],[-73.25395108242849,41.13599234766993],[-73.25392408241805,41.13596234766492],[-73.25383108238357,41.13588534765286],[-73.2537650823599,41.135844347646966],[-73.25327808218518,41.13554134760342],[-73.25326408218,41.13553034760174],[-73.25310908212295,41.135408347582874],[-73.252978082075,41.13531034756792],[-73.25281008201362,41.13518634754909],[-73.25258908193247,41.13501634752297],[-73.25246008188513,41.13491734750777],[-73.2523810818569,41.134870347501135],[-73.2522920818251,41.134817347493644],[-73.25214008177132,41.13473634748272],[-73.25206008174308,41.13469434747709],[-73.2520480817385,41.13468234747512],[-73.25201408172558,41.13464834746957],[-73.25200308172138,41.13463734746776],[-73.2518600816699,41.13454534745439],[-73.25158808157211,41.134372347429334],[-73.25143808151722,41.134260347412265],[-73.25130308146781,41.13415934739686],[-73.25108408138948,41.134027347378115],[-73.2507090812554,41.133802347346226],[-73.25044108115809,41.13361534731829],[-73.25023308108257,41.13347034729666],[-73.2501410810489,41.13340134728613],[-73.25010508103513,41.13336434728004],[-73.25005908101754,41.133316347272135],[-73.2496900808857,41.13309634724102],[-73.24954808083498,41.13301234722918],[-73.24922308071764,41.13279734719762],[-73.24874008054331,41.13247834715081],[-73.24825508036764,41.13214734710171],[-73.24793408025143,41.13192934706944],[-73.24781908021001,41.13185534705867],[-73.24764608014775,41.13174434704254],[-73.2474790800872,41.13162934702543],[-73.24736708004667,41.131553347014176],[-73.24665407978962,41.13108834694625],[-73.24613207960148,41.13074834689657],[-73.24555707939419,41.13037334684177],[-73.24450307901574,41.1297123467465],[-73.24378307875725,41.12926134668152],[-73.24368007871973,41.12918734667036],[-73.24364907870846,41.12916534666706],[-73.24354207866674,41.129040346646036],[-73.24353607866321,41.12901234664074],[-73.24355807866867,41.12898334663434],[-73.24364607869344,41.12891834661875],[-73.24374807872223,41.12884434660094],[-73.24379707873604,41.1288083465923],[-73.24380907873895,41.12879134658858],[-73.24387707875577,41.12870034656853],[-73.24398107878486,41.12862034654947],[-73.24403507880005,41.12858034653988],[-73.24404907880428,41.12857534653844],[-73.24383807872765,41.12842734651629],[-73.24320807849864,41.12798334644975],[-73.24299807842239,41.127836346427785],[-73.242951078407,41.12783334642871],[-73.24292507839925,41.12784434643171],[-73.24285607837878,41.12787734644041],[-73.24275607835276,41.12798834646542],[-73.24270607833984,41.12804534647821],[-73.24249607826458,41.127916346459756],[-73.24186807803966,41.1275323464049],[-73.24165907796478,41.12740434638661],[-73.2472220795834,41.124228345583425],[-73.26391308443935,41.11470134317358],[-73.26425908454004,41.11450434312372],[-73.26985208647326,41.11669834337189],[-73.27389408786382,41.118168343528545],[-73.27994008994388,41.12036734376283],[-73.28602209203632,41.12257934399838],[-73.29006509342736,41.12405034415501]]]},"properties":{"name":616,"geoid":"09001061600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.66488920959023,41.038556315103456],[-73.66507620965317,41.03860131510609],[-73.66517320968453,41.03860231510308],[-73.6652232097007,41.03860331510163],[-73.66527520971765,41.038606315100495],[-73.66536120974568,41.03861131509862],[-73.66541820976431,41.03861531509754],[-73.66570820985804,41.03861831508854],[-73.66615721000417,41.038640315078034],[-73.66646921010488,41.038641315067906],[-73.66667821017299,41.03865331506336],[-73.66691521024904,41.03864631505415],[-73.6670392102755,41.03841131500398],[-73.66714421029204,41.03811031494149],[-73.66726521030947,41.03773531486398],[-73.6675542103816,41.03736931478266],[-73.66794421048182,41.03692531468273],[-73.66831921057612,41.036462314579566],[-73.66842421060176,41.03631931454805],[-73.66854521063209,41.03616831451444],[-73.66864021065707,41.03607031449209],[-73.66878421069494,41.03592131445813],[-73.66890721072755,41.03579831442994],[-73.66901221075541,41.03569431440607],[-73.66941621086426,41.03532131431959],[-73.66975021095489,41.035024314250315],[-73.67003621103257,41.03477131419126],[-73.67025221109193,41.03459231414903],[-73.67036921112422,41.03449731412653],[-73.67053221116832,41.03435031409232],[-73.6706772112057,41.03418731405557],[-73.67077321122999,41.034071314029646],[-73.67082321124104,41.033983314010754],[-73.6708802112539,41.03388731399004],[-73.67097721127725,41.03374931395978],[-73.6710412112913,41.03363531393531],[-73.67117321132046,41.033402313885254],[-73.67123721133501,41.03329631386236],[-73.67130621135085,41.03318531383832],[-73.67135321136159,41.03310831382167],[-73.67163821143416,41.03277231374637],[-73.67173721145883,41.03264631371839],[-73.67192821151447,41.032542313691685],[-73.67199921154118,41.032608313702276],[-73.67218821161482,41.03282831373918],[-73.67223821163567,41.03291031375359],[-73.67223921163605,41.03291131375374],[-73.67224121163687,41.03291431375428],[-73.67234821167716,41.03301431377035],[-73.67249921173594,41.033189313799674],[-73.67263221178865,41.03335931382862],[-73.6727192118237,41.03348031384946],[-73.67275721183854,41.033525313857034],[-73.67275821183887,41.033525313857005],[-73.67288921189042,41.03368631388423],[-73.67300421193599,41.03383331390927],[-73.67309821197126,41.03391931392302],[-73.67370821220989,41.0346453140452],[-73.67371221221147,41.03465031404607],[-73.6745182125282,41.03563431421235],[-73.67480521263894,41.03594931426464],[-73.67481021264085,41.03595431426543],[-73.6749232126853,41.03609331428896],[-73.67498821271084,41.0361723143023],[-73.67499121271203,41.03617631430298],[-73.67505921273923,41.03626731431858],[-73.67512421276435,41.03633931433055],[-73.67519221279066,41.03641531434319],[-73.67531221283708,41.03654931436551],[-73.67548821290441,41.03673231439557],[-73.67554721292696,41.03679331440558],[-73.675600212947,41.03684431441383],[-73.67565221296718,41.036903314423675],[-73.67574421300303,41.037010314441616],[-73.67591921307702,41.037314314495426],[-73.67600821311201,41.03742331451386],[-73.67611821315477,41.03754931453492],[-73.67618621318114,41.03762631454777],[-73.67625421320822,41.03771531456298],[-73.6763502132465,41.037842314584694],[-73.67637521325433,41.03783831458309],[-73.67638421325726,41.03783831458279],[-73.67641721327043,41.03788231459033],[-73.67658021333587,41.03810531462865],[-73.67705821352206,41.03866031472166],[-73.67744521367287,41.0391103147971],[-73.67746421368027,41.039132314800774],[-73.6775482137129,41.039228314816825],[-73.67776621379953,41.039511314865095],[-73.67778321380618,41.03953131486845],[-73.67787921384199,41.03961531488174],[-73.67788121384277,41.039617314882065],[-73.67805221390941,41.039816314915434],[-73.67853821409865,41.04037931500974],[-73.6785632141084,41.0404083150146],[-73.67856521410921,41.04041131501512],[-73.67856521410927,41.04041231501532],[-73.67877721419664,41.04074131507279],[-73.67890521424768,41.0409103151017],[-73.67927621439517,41.04139231518391],[-73.67951321448697,41.04165831522823],[-73.67975521458078,41.04193131527375],[-73.67977221458749,41.041952315277314],[-73.68184621537338,41.04397731560568],[-73.68247421561799,41.044705315727604],[-73.68294821580587,41.045311315830716],[-73.68296121581069,41.04532231583244],[-73.68571921690389,41.04884731643213],[-73.68676621731878,41.05018331665933],[-73.68683421734575,41.05027031667414],[-73.6869022173727,41.050357316688924],[-73.68695621739413,41.05042631670067],[-73.68701021741552,41.05049531671241],[-73.68717421748056,41.05070531674814],[-73.6879672177895,41.05162531690221],[-73.68953021840352,41.05352631722303],[-73.6898272185214,41.05390831728805],[-73.69071821887509,41.055055317483344],[-73.69101521899303,41.05543831754857],[-73.69125221908682,41.055738317599506],[-73.6914822191779,41.05603031764911],[-73.6918612193287,41.05652431773336],[-73.69195321936562,41.05664931775481],[-73.69218221945728,41.056957317807594],[-73.69226121948789,41.057046317822426],[-73.69227721949409,41.05706431782543],[-73.69234721952172,41.057151317840145],[-73.692505219582,41.05731231786646],[-73.69259021961439,41.057398317880505],[-73.6926692196445,41.05747831789355],[-73.69270821965985,41.057526317901676],[-73.69304121979079,41.057933317970395],[-73.6931532198348,41.058069317993336],[-73.69349121996763,41.058481318062896],[-73.69395322014738,41.05901231815163],[-73.69420722024822,41.05933931820731],[-73.69468222042798,41.0597983182815],[-73.6961742210137,41.061604318585964],[-73.6962532210448,41.06170131860234],[-73.6964162211089,41.061900318635935],[-73.70507422451537,41.07250332042622],[-73.70554522470223,41.07310632052872],[-73.70557522471411,41.073144320535164],[-73.70570622476615,41.07331332056393],[-73.70630522500373,41.074079320694096],[-73.71039422662584,41.07931132158322],[-73.71153722707928,41.080773321831614],[-73.71161422710985,41.08087232184844],[-73.71184722720221,41.08116932189889],[-73.71192522723318,41.08126932191589],[-73.71379722797467,41.08364332231867],[-73.71514922851237,41.08539532261687],[-73.71545122863218,41.08578132268244],[-73.71547922864333,41.085818322688745],[-73.71581122877501,41.08624232276075],[-73.71706422926952,41.08779932302403],[-73.71773822954563,41.08881132319982],[-73.71787622960133,41.08900432323301],[-73.71798922964602,41.089146323257054],[-73.71804722966893,41.08921832326923],[-73.71806122967442,41.089235323272106],[-73.7186762299174,41.090004323402255],[-73.71884022997911,41.090155323426366],[-73.71935523017285,41.09063132350247],[-73.71940123019014,41.09067332350917],[-73.72057723063246,41.091758323682555],[-73.72101923079869,41.09216532374756],[-73.72122523087668,41.09236432377969],[-73.72166723104382,41.09278732384784],[-73.72172723106652,41.09284532385718],[-73.72211023121135,41.093211323916115],[-73.72271123143848,41.09378432400836],[-73.72338323169363,41.09444532411543],[-73.72347223172966,41.09457132413717],[-73.72361723178838,41.09477732417266],[-73.72477823226134,41.0964733244661],[-73.72496123233594,41.096741324512486],[-73.72514323241002,41.0970063245583],[-73.72533523248822,41.097286324606735],[-73.72617323282954,41.0985093248183],[-73.72621323284581,41.09856732482832],[-73.72651623296758,41.09898132489929],[-73.72682223309064,41.09940032497114],[-73.7268462331003,41.0994333249768],[-73.72777623347412,41.10070432519468],[-73.71376622933265,41.107252326940895],[-73.71365022929794,41.10729932695393],[-73.71355122926848,41.10734232696564],[-73.71340422922505,41.107411326984],[-73.71296122909402,41.10761732703901],[-73.71227322888885,41.10790832711879],[-73.71222622887484,41.10792832712426],[-73.7060222270415,41.110842327900194],[-73.70590122700571,41.11089832791517],[-73.70587122699682,41.11091232791891],[-73.70581522698026,41.11093832792586],[-73.70567522693891,41.11100432794342],[-73.7055352268975,41.11106932796078],[-73.70362022632197,41.11180332816788],[-73.70354322629886,41.11183332817631],[-73.70344622627044,41.11188332818932],[-73.70330022622761,41.111957328208625],[-73.7031542261848,41.112031328227964],[-73.70284122609301,41.11219132826963],[-73.7027342260619,41.11225032828474],[-73.7007042254725,41.113385328574125],[-73.70000422526299,41.11366832865269],[-73.69605422408057,41.115264329095936],[-73.69595922405267,41.11531232910847],[-73.69500622377225,41.11578132923182],[-73.68947522214475,41.11850432994792],[-73.68607522113999,41.120104330373636],[-73.67902321905618,41.1234283312576],[-73.67677521839282,41.124504331542596],[-73.67641821828748,41.12467533158786],[-73.66993521636698,41.127651332384794],[-73.66980621632875,41.12771033240062],[-73.66968821629384,41.12776533241527],[-73.66802721580174,41.128527332619356],[-73.66780521573638,41.128636332648036],[-73.66836621589982,41.128331332569786],[-73.66848121592267,41.128084332517666],[-73.6685502159407,41.12801133250111],[-73.66868521597321,41.127820332459265],[-73.66887321602226,41.12761933241371],[-73.66897721604073,41.127358332359215],[-73.6689742160233,41.127074332303756],[-73.66897821600878,41.12680133225023],[-73.66899521599817,41.12652333219527],[-73.66912121602435,41.12627333214219],[-73.6691372160133,41.12599333208689],[-73.6690942159774,41.12561333201398],[-73.66892821589566,41.125127331924396],[-73.66891521588586,41.125030331905855],[-73.66894121588699,41.12490533188054],[-73.66882721583086,41.12457133181898],[-73.6687382157962,41.12446933180196],[-73.66863621575546,41.12433433177894],[-73.66863721575157,41.12426133176461],[-73.66862621574181,41.12415433174404],[-73.6686442157413,41.12404533172214],[-73.66892021581646,41.12380433166584],[-73.66953321599158,41.12341133156865],[-73.6698492160756,41.12310033149734],[-73.67003821611424,41.122714331415565],[-73.67010321612209,41.122487331369015],[-73.67012421611628,41.12227033132586],[-73.6701312161072,41.12207433128727],[-73.67013821610053,41.1219203312569],[-73.67008021605396,41.12143933116474],[-73.66989921595997,41.1208253310506],[-73.66954021579954,41.12005633091202],[-73.66948421577729,41.1199843308998],[-73.6694222157469,41.119805330866825],[-73.66934621571414,41.11966333084156],[-73.66925921567756,41.11951633081567],[-73.66912721562706,41.11938033079344],[-73.66910621561294,41.11925333076929],[-73.66904421558638,41.11914033074923],[-73.66896321555396,41.11903233073078],[-73.66891821553341,41.118928330711924],[-73.66881621548978,41.118743330679095],[-73.66821721524292,41.117819330518145],[-73.66761021499335,41.116893330357044],[-73.66753621496142,41.116754330332306],[-73.66747421493272,41.116604330305],[-73.66746521492999,41.11660733030589],[-73.66723321483192,41.1162073302353],[-73.66699221473306,41.115843330172055],[-73.66685121467805,41.11567933014464],[-73.6667252146283,41.11552233011809],[-73.66662121458528,41.11535933008963],[-73.6665132145411,41.1151983300617],[-73.66635121447085,41.1148883300064],[-73.66629021444028,41.11470032997162],[-73.6661722143832,41.114372329911355],[-73.6662382144041,41.1143653299078],[-73.66642821446435,41.11434632989779],[-73.6664392144679,41.11434632989742],[-73.66650721448984,41.11434632989516],[-73.66695821462496,41.11416532984482],[-73.6671062146674,41.11407332982193],[-73.66726621471238,41.11395832979413],[-73.66736321473856,41.11386932977349],[-73.66739521474008,41.1137173297427],[-73.66738821472839,41.11355432971103],[-73.66735821470898,41.11338632967914],[-73.66731521468085,41.11314032963242],[-73.66705821452076,41.11180732938007],[-73.6667902143572,41.11047632912847],[-73.66675121433664,41.11033832910275],[-73.66668321430225,41.11012332906293],[-73.66661321426946,41.109947329030796],[-73.66651821422839,41.10976732899872],[-73.66640921418278,41.109587328967095],[-73.66627321411822,41.109230328901724],[-73.66624721410341,41.109119328880865],[-73.66619621407432,41.108901328839885],[-73.66618421404796,41.10851232876415],[-73.66618421402389,41.10809632868273],[-73.66621321402029,41.107872328637946],[-73.6662122140071,41.10765032859453],[-73.66621421400052,41.10752532857],[-73.6662062139911,41.10740732854716],[-73.66613221395426,41.10718332850576],[-73.66620221396015,41.106894328446884],[-73.66620521395971,41.106870328442085],[-73.66625121395836,41.10659032838575],[-73.6663072139654,41.10639932834652],[-73.66639421398988,41.106337328331506],[-73.66644421400424,41.10630632832379],[-73.66669921408156,41.10622032829851],[-73.66759621436213,41.1060653282385],[-73.6678262144329,41.10600532821914],[-73.667922214461,41.105955328206164],[-73.66799621447251,41.105741328161834],[-73.66800621447418,41.10571432815622],[-73.6680322144762,41.105604328133815],[-73.66808221447528,41.10530932807443],[-73.66810821446295,41.1049513280035],[-73.66814221446849,41.10485732798397],[-73.66819621447759,41.104713327953995],[-73.6682612144911,41.10458432792661],[-73.66830721450087,41.10449632790785],[-73.66831721450136,41.10444932789834],[-73.66830721448878,41.104287327866956],[-73.66818021442782,41.10394232780362],[-73.66811221439268,41.103714327761246],[-73.66802421434686,41.10341332770524],[-73.66787021425012,41.10260032755121],[-73.66781221422146,41.10242832751944],[-73.66776021419443,41.102251327486535],[-73.66767121415408,41.10205032745012],[-73.66759521411716,41.10183632741075],[-73.66746121404984,41.10142032733377],[-73.66744121404038,41.10136832732425],[-73.66730221397411,41.100998327256406],[-73.66717921391833,41.100720327206076],[-73.66715021390249,41.1006083271851],[-73.66711521388235,41.1004553271563],[-73.66707021385626,41.10025532711865],[-73.66701221382678,41.10006932708416],[-73.6669962138178,41.100003327071775],[-73.66698621381191,41.09995732706309],[-73.66695521379587,41.09985332704377],[-73.6669382137857,41.09977232702847],[-73.66693821378564,41.09977132702827],[-73.66692221377176,41.099620326999236],[-73.66692121376606,41.09952732698107],[-73.66692121376137,41.0994463269652],[-73.66692021375636,41.09936532694938],[-73.66692921375869,41.09935532694713],[-73.66687621371925,41.09896932687333],[-73.66687521371823,41.098957326871016],[-73.66684121368517,41.09857532679735],[-73.66678121361227,41.097649326618054],[-73.66676921360097,41.0975213265934],[-73.66672821355994,41.09704032650059],[-73.66672221354892,41.09688332647005],[-73.66672621353234,41.09657432640942],[-73.66674221352183,41.09630332635583],[-73.66680121353124,41.096136326321194],[-73.66690121354749,41.09585932626365],[-73.66704321356411,41.09535432616009],[-73.66737921359923,41.09408632590071],[-73.66752621362772,41.09375832583164],[-73.66764221365221,41.09353432578394],[-73.6677012136648,41.09342232576006],[-73.66783221368982,41.09312432569737],[-73.66797321371938,41.09284832563866],[-73.66803321373065,41.09270832560929],[-73.66807621373714,41.0925803255828],[-73.66813021374247,41.092371325540086],[-73.66822421376251,41.09219332550214],[-73.66825121376355,41.09206032547518],[-73.6682932137682,41.091906325443645],[-73.66832621375879,41.09155932537461],[-73.668369213757,41.091288325320136],[-73.6683702137523,41.09120132530306],[-73.66837321374494,41.091057325274775],[-73.66834121372212,41.09084132523354],[-73.66823121366829,41.09052432517511],[-73.66818621363903,41.09026932512666],[-73.668157213627,41.090223325118615],[-73.66804521357179,41.0898933250577],[-73.66791021350723,41.08953032499108],[-73.6678542134785,41.08934632495692],[-73.6677962134473,41.089130324916546],[-73.66774221341508,41.08887432486821],[-73.66771621339237,41.08862632482051],[-73.66761921333516,41.08817832473599],[-73.66760021332256,41.08806632471468],[-73.66754721329217,41.08783632467139],[-73.6675072132722,41.087714324648836],[-73.66748821325982,41.08760632462833],[-73.66736421319753,41.08722132455703],[-73.66727021314917,41.08690932449905],[-73.66721021311746,41.08669532445913],[-73.66713421307725,41.086424324408576],[-73.66702221302376,41.08612432435354],[-73.66688121295924,41.08579532429376],[-73.66675321290403,41.085554324250815],[-73.66661721284312,41.08526032419773],[-73.66655521281943,41.085196324187244],[-73.66641621276642,41.08505532416423],[-73.66637121274907,41.085006324156126],[-73.666311212726,41.08494232414558],[-73.6662932127191,41.084923324142444],[-73.66623921269836,41.084866324133095],[-73.66622221269178,41.08484732412992],[-73.66607621263074,41.08460632408756],[-73.66600421260053,41.084485324066236],[-73.66578121251324,41.08422032402173],[-73.66561221245124,41.08409132400206],[-73.6654892124072,41.08401632399144],[-73.66534221235462,41.08392732397887],[-73.66524021231962,41.083891323975195],[-73.66501721224094,41.08377532395984],[-73.66488321219371,41.08370632395077],[-73.66456221207832,41.08350232392143],[-73.6644142120212,41.0833403238946],[-73.66437021200423,41.08329232388665],[-73.66427721196497,41.0831323238584],[-73.66424921195333,41.08308732385051],[-73.66419121192924,41.08299432383423],[-73.66417221192057,41.082950323826225],[-73.66415121191108,41.08290332381772],[-73.66405121186996,41.08275032379107],[-73.66398821184298,41.082635323770624],[-73.66387221179289,41.08241632373157],[-73.66372821173064,41.08214332368288],[-73.6635982116775,41.08194932364918],[-73.66334721157037,41.081497323568954],[-73.66315621149396,41.08124132352513],[-73.66305621145077,41.08105232349143],[-73.66302021143427,41.08096832347617],[-73.66297121141172,41.080851323454866],[-73.66288821137492,41.08067832342373],[-73.66277421132585,41.08046532338577],[-73.66275621131753,41.08042232337797],[-73.66264021126919,41.08023332334478],[-73.66256021123674,41.0801183233249],[-73.66254421123024,41.08009532332093],[-73.66199421100485,41.07926632317675],[-73.66188821096077,41.079095323146774],[-73.6616732108714,41.0787493230861],[-73.661662210867,41.078734323083516],[-73.66162921085379,41.078690323076],[-73.66161821084943,41.07867632307362],[-73.66155321082084,41.078544323049925],[-73.66138621074897,41.07823332299453],[-73.66133421072828,41.078165322982926],[-73.66114121065132,41.077911322939556],[-73.66089721055876,41.07767232290082],[-73.66073021049802,41.07755332288303],[-73.66043521039234,41.07737232285732],[-73.66012621028037,41.07716032282602],[-73.65997121022673,41.07709732281881],[-73.65991321020667,41.077074322816216],[-73.65947821004966,41.07678632277418],[-73.65935421000589,41.07672132276556],[-73.65921520995391,41.07659832274605],[-73.65913420992494,41.07654932273913],[-73.65888220983,41.076313322701246],[-73.65874720977828,41.076172322678076],[-73.65860820972513,41.07602832265448],[-73.65802720948473,41.07511232249426],[-73.65784820940013,41.07464732240908],[-73.6575542092531,41.073744322241915],[-73.65752420923512,41.0736003222147],[-73.65740520916376,41.07302932210676],[-73.6573012091093,41.0726673220393],[-73.65697120896806,41.07206532193228],[-73.65668620884594,41.071543321839435],[-73.65637320871959,41.07110432176378],[-73.65635820870715,41.07097232173841],[-73.6563072086748,41.070697321686225],[-73.6562362086329,41.070368321624116],[-73.65608220856302,41.070018321560646],[-73.65575320842336,41.06943832145788],[-73.6556922083956,41.06929832143246],[-73.65565820838115,41.069238321421835],[-73.6554292082887,41.06891632136634],[-73.6550512081431,41.06850732129868],[-73.65500920812717,41.06846632129204],[-73.65494520810222,41.06839132127944],[-73.65475620802827,41.06816732124182],[-73.65469320800369,41.0680933212294],[-73.65413320778775,41.0674833211284],[-73.65401720774307,41.067357321107565],[-73.65376920765121,41.067152321075575],[-73.65292520733372,41.06637032095026],[-73.65266120723156,41.06607632090138],[-73.65237720712086,41.06574632084608],[-73.65237120711855,41.065739320844926],[-73.65204420699185,41.06537232078382],[-73.65184420691179,41.06510332073771],[-73.65144820676075,41.06470032067184],[-73.6513972067413,41.06464832066334],[-73.650844206534,41.064148320583634],[-73.65072120648946,41.06406432057124],[-73.65053320642464,41.063992320563344],[-73.65027620634142,41.063987320570845],[-73.65000920625694,41.06401632058536],[-73.64999320625188,41.06401832058627],[-73.64970920616173,41.064044320600765],[-73.64944720607794,41.064057320611965],[-73.64930520603103,41.06403832061293],[-73.6491712059862,41.064011320612074],[-73.64905520594705,41.06398132061001],[-73.64902220593594,41.063973320609534],[-73.64868720581872,41.06381532058965],[-73.64821620565017,41.063528320548976],[-73.64805620558816,41.06334832051899],[-73.64803020557804,41.063318320513964],[-73.64791720552198,41.06297832045107],[-73.64792620551536,41.06281332041844],[-73.64792820551432,41.0627843204127],[-73.64795520551209,41.062594320374565],[-73.64801220551503,41.06232632032017],[-73.64801420551542,41.062322320319325],[-73.648079205528,41.062176320288565],[-73.64825020556806,41.06191432023159],[-73.64831120557882,41.06175932019918],[-73.64839720559648,41.061584320162055],[-73.64861420563663,41.06106632005338],[-73.64883420567747,41.060543319943626],[-73.6489002056829,41.06026831988755],[-73.64892120568305,41.06015331986431],[-73.64903220569126,41.05967431976679],[-73.64923720572611,41.059131319653595],[-73.64929220573732,41.05901831962963],[-73.64950420579535,41.05883831958736],[-73.64986820589958,41.05860831953025],[-73.65002920594188,41.05844131949222],[-73.65020420597904,41.05810631942078],[-73.65028720599383,41.05789831937728],[-73.65032220600023,41.05781331935946],[-73.65035220600558,41.05773831934377],[-73.6503902060088,41.057581319311744],[-73.65044820602019,41.057454319284936],[-73.6504972060282,41.057319319256855],[-73.65069420607033,41.05694731917745],[-73.65082620610445,41.05680031914428],[-73.65085220611198,41.05678531914048],[-73.65094920614006,41.05672931912629],[-73.65112120619001,41.056633319101806],[-73.65131120624383,41.05650331907005],[-73.65142920627736,41.05642431905067],[-73.65159520631599,41.05616531899443],[-73.65159820631678,41.056162318993735],[-73.65179320636553,41.055916318939076],[-73.65211220645041,41.05560331886719],[-73.6522502064906,41.055528318847955],[-73.65231820651049,41.055492318838645],[-73.6525242065709,41.055387318811256],[-73.65265420660974,41.05533331879637],[-73.65278820665021,41.05528531878254],[-73.65291320668639,41.05521331876431],[-73.653177206753,41.054891318692476],[-73.65331820678692,41.05469031864843],[-73.65340920680885,41.054561318620124],[-73.65356820684764,41.05434431857235],[-73.65367420687014,41.05414131852907],[-73.65372620688339,41.05408031851539],[-73.6537792068948,41.053981318494245],[-73.65394220692659,41.0536203184181],[-73.65406620695454,41.05341131837304],[-73.6541752069835,41.05330331834827],[-73.65453520708817,41.05310431829737],[-73.65462320711329,41.05304731828329],[-73.65486520718112,41.052869318240404],[-73.65502220721942,41.052655318193274],[-73.65512420723839,41.05241331814247],[-73.65524420726236,41.05215731808834],[-73.65534920728344,41.051935318041345],[-73.65545920730641,41.05171831799519],[-73.65560020733791,41.051475317942895],[-73.65578320738183,41.0512133178855],[-73.65587620740395,41.05107631785558],[-73.65606220744482,41.05074431778435],[-73.65611620745678,41.05064931776395],[-73.65623720747968,41.05036931770507],[-73.6564882075342,41.04991031760681],[-73.65686920762325,41.04932231747896],[-73.65695520764348,41.04919231745064],[-73.65718520769956,41.0488773173813],[-73.65725020771539,41.048788317361705],[-73.65736620774284,41.048615317323964],[-73.65737620774532,41.048602317321084],[-73.6575102077784,41.04842631728216],[-73.65761320780155,41.04825131724446],[-73.657904207871,41.04782731715172],[-73.6579242078759,41.04780031714577],[-73.65798020788694,41.04767831712],[-73.65801020788813,41.0475313170902],[-73.65811020786721,41.046608316905974],[-73.65817820787599,41.04638031685902],[-73.65819920787949,41.04632331684716],[-73.658340207904,41.045959316771146],[-73.65850120793083,41.045523316680345],[-73.65866820795985,41.04509231659035],[-73.65874320797676,41.04496531656297],[-73.65885420800447,41.044825316531856],[-73.65895520803315,41.044757316515195],[-73.65910920807997,41.044707316500315],[-73.65930520814352,41.04471331649501],[-73.65973220828666,41.044806316499134],[-73.65999620837903,41.04493131651491],[-73.66019620844745,41.04499831652143],[-73.66039720851892,41.045113316537346],[-73.66062420859741,41.04520431654768],[-73.66075920864287,41.04523731654969],[-73.66076720864555,41.04523931654982],[-73.66107820874612,41.04524331654032],[-73.6612192087915,41.04524131653527],[-73.66140120884619,41.04517131651553],[-73.66166520892497,41.045060316485056],[-73.66180220896311,41.044955316459955],[-73.66191320899789,41.04493731645275],[-73.6619752090066,41.044741316412285],[-73.66209720901972,41.044286316319045],[-73.66221220903799,41.04395931625114],[-73.66239920907917,41.043627316179894],[-73.66240220907974,41.04362031617842],[-73.66263820912972,41.04316631608162],[-73.66327120925872,41.041861315804866],[-73.6633592092776,41.04169631576961],[-73.66347920930346,41.04147331572192],[-73.66362320933143,41.04115231565422],[-73.66410420943318,41.0402253154566],[-73.66428220946773,41.039828315372894],[-73.6645052095113,41.03933631526907],[-73.66470320955528,41.03899131519488],[-73.66488920959023,41.038556315103456]]]},"properties":{"name":101.01,"geoid":"09001010101"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.65500920812717,41.06846632129204],[-73.6550512081431,41.06850732129868],[-73.6554292082887,41.06891632136634],[-73.65565820838115,41.069238321421835],[-73.6556922083956,41.06929832143246],[-73.65575320842336,41.06943832145788],[-73.65608220856302,41.070018321560646],[-73.6562362086329,41.070368321624116],[-73.6563072086748,41.070697321686225],[-73.65635820870715,41.07097232173841],[-73.65637320871959,41.07110432176378],[-73.65668620884594,41.071543321839435],[-73.65697120896806,41.07206532193228],[-73.6573012091093,41.0726673220393],[-73.65740520916376,41.07302932210676],[-73.65752420923512,41.0736003222147],[-73.6575542092531,41.073744322241915],[-73.65784820940013,41.07464732240908],[-73.65802720948473,41.07511232249426],[-73.65860820972513,41.07602832265448],[-73.65874720977828,41.076172322678076],[-73.65888220983,41.076313322701246],[-73.65913420992494,41.07654932273913],[-73.65921520995391,41.07659832274605],[-73.65935421000589,41.07672132276556],[-73.65947821004966,41.07678632277418],[-73.65991321020667,41.077074322816216],[-73.65997121022673,41.07709732281881],[-73.66012621028037,41.07716032282602],[-73.66043521039234,41.07737232285732],[-73.66073021049802,41.07755332288303],[-73.66089721055876,41.07767232290082],[-73.66114121065132,41.077911322939556],[-73.66133421072828,41.078165322982926],[-73.66138621074897,41.07823332299453],[-73.66155321082084,41.078544323049925],[-73.66161821084943,41.07867632307362],[-73.66162921085379,41.078690323076],[-73.661662210867,41.078734323083516],[-73.6616732108714,41.0787493230861],[-73.66188821096077,41.079095323146774],[-73.66199421100485,41.07926632317675],[-73.66254421123024,41.08009532332093],[-73.66256021123674,41.0801183233249],[-73.66264021126919,41.08023332334478],[-73.66275621131753,41.08042232337797],[-73.66277421132585,41.08046532338577],[-73.66288821137492,41.08067832342373],[-73.66297121141172,41.080851323454866],[-73.66302021143427,41.08096832347617],[-73.66305621145077,41.08105232349143],[-73.66315621149396,41.08124132352513],[-73.66334721157037,41.081497323568954],[-73.6635982116775,41.08194932364918],[-73.66372821173064,41.08214332368288],[-73.66387221179289,41.08241632373157],[-73.66398821184298,41.082635323770624],[-73.66405121186996,41.08275032379107],[-73.66415121191108,41.08290332381772],[-73.66417221192057,41.082950323826225],[-73.66419121192924,41.08299432383423],[-73.66424921195333,41.08308732385051],[-73.66427721196497,41.0831323238584],[-73.66437021200423,41.08329232388665],[-73.6644142120212,41.0833403238946],[-73.66456221207832,41.08350232392143],[-73.66488321219371,41.08370632395077],[-73.66501721224094,41.08377532395984],[-73.66524021231962,41.083891323975195],[-73.66534221235462,41.08392732397887],[-73.6654892124072,41.08401632399144],[-73.66561221245124,41.08409132400206],[-73.66578121251324,41.08422032402173],[-73.66600421260053,41.084485324066236],[-73.66607621263074,41.08460632408756],[-73.66622221269178,41.08484732412992],[-73.66623921269836,41.084866324133095],[-73.6662932127191,41.084923324142444],[-73.666311212726,41.08494232414558],[-73.66637121274907,41.085006324156126],[-73.66641621276642,41.08505532416423],[-73.66655521281943,41.085196324187244],[-73.66661721284312,41.08526032419773],[-73.66675321290403,41.085554324250815],[-73.66688121295924,41.08579532429376],[-73.66702221302376,41.08612432435354],[-73.66713421307725,41.086424324408576],[-73.66721021311746,41.08669532445913],[-73.66727021314917,41.08690932449905],[-73.66736421319753,41.08722132455703],[-73.66748821325982,41.08760632462833],[-73.6675072132722,41.087714324648836],[-73.66754721329217,41.08783632467139],[-73.66760021332256,41.08806632471468],[-73.66761921333516,41.08817832473599],[-73.66771621339237,41.08862632482051],[-73.66774221341508,41.08887432486821],[-73.6677962134473,41.089130324916546],[-73.6678542134785,41.08934632495692],[-73.66791021350723,41.08953032499108],[-73.66804521357179,41.0898933250577],[-73.668157213627,41.090223325118615],[-73.66818621363903,41.09026932512666],[-73.66823121366829,41.09052432517511],[-73.66834121372212,41.09084132523354],[-73.66837321374494,41.091057325274775],[-73.6683702137523,41.09120132530306],[-73.668369213757,41.091288325320136],[-73.66832621375879,41.09155932537461],[-73.6682932137682,41.091906325443645],[-73.66825121376355,41.09206032547518],[-73.66822421376251,41.09219332550214],[-73.66813021374247,41.092371325540086],[-73.66807621373714,41.0925803255828],[-73.66803321373065,41.09270832560929],[-73.66797321371938,41.09284832563866],[-73.66783221368982,41.09312432569737],[-73.6677012136648,41.09342232576006],[-73.66764221365221,41.09353432578394],[-73.66752621362772,41.09375832583164],[-73.66737921359923,41.09408632590071],[-73.66704321356411,41.09535432616009],[-73.66690121354749,41.09585932626365],[-73.66680121353124,41.096136326321194],[-73.66674221352183,41.09630332635583],[-73.66672621353234,41.09657432640942],[-73.66672221354892,41.09688332647005],[-73.66672821355994,41.09704032650059],[-73.66676921360097,41.0975213265934],[-73.66678121361227,41.097649326618054],[-73.66684121368517,41.09857532679735],[-73.66687521371823,41.098957326871016],[-73.66687621371925,41.09896932687333],[-73.66692921375869,41.09935532694713],[-73.66692021375636,41.09936532694938],[-73.66692121376137,41.0994463269652],[-73.66692121376606,41.09952732698107],[-73.66692221377176,41.099620326999236],[-73.66693821378564,41.09977132702827],[-73.6669382137857,41.09977232702847],[-73.66695521379587,41.09985332704377],[-73.66698621381191,41.09995732706309],[-73.6669962138178,41.100003327071775],[-73.66701221382678,41.10006932708416],[-73.66707021385626,41.10025532711865],[-73.66711521388235,41.1004553271563],[-73.66715021390249,41.1006083271851],[-73.66717921391833,41.100720327206076],[-73.66730221397411,41.100998327256406],[-73.66744121404038,41.10136832732425],[-73.66746121404984,41.10142032733377],[-73.66759521411716,41.10183632741075],[-73.66767121415408,41.10205032745012],[-73.66776021419443,41.102251327486535],[-73.66781221422146,41.10242832751944],[-73.66787021425012,41.10260032755121],[-73.66802421434686,41.10341332770524],[-73.66811221439268,41.103714327761246],[-73.66818021442782,41.10394232780362],[-73.66830721448878,41.104287327866956],[-73.66831721450136,41.10444932789834],[-73.66830721450087,41.10449632790785],[-73.6682612144911,41.10458432792661],[-73.66819621447759,41.104713327953995],[-73.66814221446849,41.10485732798397],[-73.66810821446295,41.1049513280035],[-73.66808221447528,41.10530932807443],[-73.6680322144762,41.105604328133815],[-73.66800621447418,41.10571432815622],[-73.66799621447251,41.105741328161834],[-73.667922214461,41.105955328206164],[-73.6678262144329,41.10600532821914],[-73.66759621436213,41.1060653282385],[-73.66669921408156,41.10622032829851],[-73.66644421400424,41.10630632832379],[-73.66639421398988,41.106337328331506],[-73.6663072139654,41.10639932834652],[-73.66625121395836,41.10659032838575],[-73.66620521395971,41.106870328442085],[-73.66620221396015,41.106894328446884],[-73.66613221395426,41.10718332850576],[-73.6662062139911,41.10740732854716],[-73.66621421400052,41.10752532857],[-73.6662122140071,41.10765032859453],[-73.66621321402029,41.107872328637946],[-73.66618421402389,41.10809632868273],[-73.66618421404796,41.10851232876415],[-73.66619621407432,41.108901328839885],[-73.66624721410341,41.109119328880865],[-73.66627321411822,41.109230328901724],[-73.66640921418278,41.109587328967095],[-73.66651821422839,41.10976732899872],[-73.66661321426946,41.109947329030796],[-73.66668321430225,41.11012332906293],[-73.66675121433664,41.11033832910275],[-73.6667902143572,41.11047632912847],[-73.66705821452076,41.11180732938007],[-73.66731521468085,41.11314032963242],[-73.66735821470898,41.11338632967914],[-73.66738821472839,41.11355432971103],[-73.66739521474008,41.1137173297427],[-73.66736321473856,41.11386932977349],[-73.66726621471238,41.11395832979413],[-73.6671062146674,41.11407332982193],[-73.66695821462496,41.11416532984482],[-73.66650721448984,41.11434632989516],[-73.6664392144679,41.11434632989742],[-73.66642821446435,41.11434632989779],[-73.6662382144041,41.1143653299078],[-73.6661722143832,41.114372329911355],[-73.66629021444028,41.11470032997162],[-73.66635121447085,41.1148883300064],[-73.6665132145411,41.1151983300617],[-73.66662121458528,41.11535933008963],[-73.6667252146283,41.11552233011809],[-73.66685121467805,41.11567933014464],[-73.66699221473306,41.115843330172055],[-73.66723321483192,41.1162073302353],[-73.66746521492999,41.11660733030589],[-73.66747421493272,41.116604330305],[-73.66753621496142,41.116754330332306],[-73.66761021499335,41.116893330357044],[-73.66821721524292,41.117819330518145],[-73.66881621548978,41.118743330679095],[-73.66891821553341,41.118928330711924],[-73.66896321555396,41.11903233073078],[-73.66904421558638,41.11914033074923],[-73.66910621561294,41.11925333076929],[-73.66912721562706,41.11938033079344],[-73.66925921567756,41.11951633081567],[-73.66934621571414,41.11966333084156],[-73.6694222157469,41.119805330866825],[-73.66948421577729,41.1199843308998],[-73.66954021579954,41.12005633091202],[-73.66989921595997,41.1208253310506],[-73.67008021605396,41.12143933116474],[-73.67013821610053,41.1219203312569],[-73.6701312161072,41.12207433128727],[-73.67012421611628,41.12227033132586],[-73.67010321612209,41.122487331369015],[-73.67003821611424,41.122714331415565],[-73.6698492160756,41.12310033149734],[-73.66953321599158,41.12341133156865],[-73.66892021581646,41.12380433166584],[-73.6686442157413,41.12404533172214],[-73.66862621574181,41.12415433174404],[-73.66863721575157,41.12426133176461],[-73.66863621575546,41.12433433177894],[-73.6687382157962,41.12446933180196],[-73.66882721583086,41.12457133181898],[-73.66894121588699,41.12490533188054],[-73.66891521588586,41.125030331905855],[-73.66892821589566,41.125127331924396],[-73.6690942159774,41.12561333201398],[-73.6691372160133,41.12599333208689],[-73.66912121602435,41.12627333214219],[-73.66899521599817,41.12652333219527],[-73.66897821600878,41.12680133225023],[-73.6689742160233,41.127074332303756],[-73.66897721604073,41.127358332359215],[-73.66887321602226,41.12761933241371],[-73.66868521597321,41.127820332459265],[-73.6685502159407,41.12801133250111],[-73.66848121592267,41.128084332517666],[-73.66836621589982,41.128331332569786],[-73.66780521573638,41.128636332648036],[-73.66721321556177,41.128921332723394],[-73.665932215184,41.1295393328867],[-73.6656482151003,41.1296773329231],[-73.66497421490165,41.130004333009396],[-73.66177021394871,41.131411333390716],[-73.66160821390054,41.13148233340996],[-73.66112221375589,41.13169433346752],[-73.66096121370809,41.13176633348694],[-73.6608742136822,41.131804333497264],[-73.66057421359693,41.13200433354633],[-73.65613721227852,41.133975334078755],[-73.6561232122743,41.13398033408019],[-73.65608521226301,41.133997334084775],[-73.65607321225947,41.134003334086344],[-73.65607221225913,41.13400333408639],[-73.65597121222856,41.13403833409657],[-73.65563421212624,41.134150334129636],[-73.6554742120777,41.134204334145494],[-73.65543721206693,41.13422433415064],[-73.65535421204278,41.13427033416239],[-73.6543742117573,41.134804334299275],[-73.65167421096079,41.136104334642916],[-73.65158221093347,41.13614533465399],[-73.64459720885907,41.13927133549659],[-73.64407520870431,41.13950933556041],[-73.63967320739835,41.14150433609627],[-73.63776620682975,41.142319336318764],[-73.63774920682465,41.1423263363207],[-73.63774820682438,41.14232733632093],[-73.63772720681848,41.142342336324546],[-73.63772420681768,41.14234533632524],[-73.63735420671522,41.14263933639497],[-73.63601520631745,41.14323733655623],[-73.63563720619868,41.14329433657988],[-73.63550220615868,41.143356336596476],[-73.63486020596663,41.14362033666936],[-73.63475020593344,41.14366033668081],[-73.63473720593069,41.14368533668613],[-73.63471620592398,41.14368633668702],[-73.63471620592402,41.14368733668722],[-73.63464920590296,41.14369733669139],[-73.63445720584507,41.14376833671163],[-73.63440520583164,41.1438263367247],[-73.6342882057861,41.14369233670235],[-73.63228520502123,41.14165333636985],[-73.63126220461685,41.140374336153535],[-73.6305952043558,41.13958533602128],[-73.63029020423647,41.139225335960944],[-73.62998120411552,41.138859335899575],[-73.62962620397661,41.138440335829365],[-73.62910620377312,41.13782533572627],[-73.62901820373867,41.13772133570885],[-73.62893020370426,41.1376173356914],[-73.62777120325065,41.136246335461564],[-73.62763720319916,41.13610433543822],[-73.62735020308884,41.135799335388036],[-73.62706020297733,41.13549033533718],[-73.62650520275234,41.1346993352008],[-73.62642820272262,41.13461533518691],[-73.62602320255759,41.1340233350845],[-73.62544120232043,41.13317233493727],[-73.62267120119199,41.12912633423728],[-73.62246020110852,41.128861334192415],[-73.62137120067791,41.12749533396114],[-73.62062320038119,41.12654033379901],[-73.61950819993895,41.125118333557616],[-73.61835319948393,41.123698333317925],[-73.61774819924564,41.12295533319252],[-73.61758819918259,41.12275833315924],[-73.61665419880866,41.1215063329451],[-73.61663719880191,41.12148433294137],[-73.61558619838114,41.12007533270035],[-73.61378619766054,41.11766233228757],[-73.6128361972802,41.11638833206961],[-73.61284919728477,41.11639433207036],[-73.61285219728573,41.11639433207025],[-73.61290519730336,41.11640333207027],[-73.61292319730941,41.116407332070466],[-73.6129001972988,41.116352332060444],[-73.61271819722705,41.11612733202243],[-73.61205919696731,41.11531433188506],[-73.61201319694916,41.11525733187542],[-73.61183719688022,41.11504733184013],[-73.61090819651668,41.11394633165532],[-73.6106981964345,41.11369733161352],[-73.60812119542614,41.1106433311008],[-73.607193195063,41.10954333091611],[-73.6070231949953,41.10932133087827],[-73.60651619479323,41.108656330764816],[-73.60634719472591,41.10843533072713],[-73.60572319447782,41.10762733058955],[-73.60385119373353,41.105203330176785],[-73.60322719348544,41.10439533003917],[-73.60280019331509,41.10383232994304],[-73.60161419284186,41.102266329675565],[-73.60152119280478,41.102144329654756],[-73.60109519263483,41.10158232955878],[-73.60070819248035,41.101070329471284],[-73.60012019224563,41.10029232933835],[-73.59955019201807,41.09953732920931],[-73.59916419186398,41.09902632912199],[-73.59862619164853,41.09830232899797],[-73.59701319100262,41.096131328626036],[-73.59647619078756,41.09540832850216],[-73.59655519081014,41.09535732848956],[-73.5967951908788,41.09520432845169],[-73.59687519090174,41.09515432843925],[-73.5969851909339,41.09509632842427],[-73.5971801909847,41.09488532837651],[-73.59737919103812,41.09469732833313],[-73.59751119107612,41.09461732831312],[-73.5977111911339,41.094499328283405],[-73.59823519129188,41.09430532822813],[-73.59834519132853,41.09432532822841],[-73.59868819143826,41.09430732821357],[-73.5988061914745,41.09427532820341],[-73.59890019150157,41.09421832818914],[-73.59911119155913,41.094035328146354],[-73.59924719159174,41.09383932810347],[-73.59936319162382,41.09374632808142],[-73.59951919166694,41.093620328051614],[-73.59963619169716,41.0934893280221],[-73.599774191733,41.09333832798798],[-73.60001119180123,41.09319432795194],[-73.60019219185486,41.093111327929726],[-73.60035119190673,41.093120327926236],[-73.60038319190086,41.09283932787015],[-73.60038419189391,41.09271332784544],[-73.60038519189031,41.09264532783208],[-73.60048119187917,41.09191432768576],[-73.60056319188422,41.091542327610185],[-73.60056919188384,41.09150232760217],[-73.60062419188125,41.09114932753121],[-73.6006461918857,41.09110332752147],[-73.60072819188537,41.090638327427705],[-73.60073019188566,41.09063232742646],[-73.60079019187968,41.0901923273383],[-73.60075919185405,41.08992132728624],[-73.60070119182139,41.08967932724076],[-73.60066719179886,41.089479327202696],[-73.60066719178913,41.0893103271696],[-73.60066919178553,41.08923632715504],[-73.60067619177585,41.08902932711427],[-73.60065019175228,41.08876632706362],[-73.60064919174224,41.08859732703055],[-73.6006481917271,41.088340326980244],[-73.6006281917064,41.08809332693252],[-73.60061619169291,41.08792632690021],[-73.60058219166787,41.087682326853546],[-73.60057819166457,41.08764732684681],[-73.60050019161329,41.08719432676065],[-73.60046519158823,41.086955326714985],[-73.60043019156291,41.08671232666855],[-73.60042019155064,41.08655532663812],[-73.60040919153624,41.08636732660167],[-73.60035919150421,41.08609132654925],[-73.60033219148667,41.085938326520164],[-73.60032519147855,41.08583632650043],[-73.60032419147181,41.085725326478716],[-73.60037519148403,41.08565132646253],[-73.60041019148397,41.085454326422784],[-73.60043819148747,41.08535832640306],[-73.60043719147401,41.08513032635844],[-73.60044219146256,41.08490332631379],[-73.60051319145897,41.08444332622135],[-73.60059119145781,41.08398632612924],[-73.60065119145379,41.08358032604773],[-73.60066219145321,41.083508326033275],[-73.60071619144223,41.083015325934916],[-73.60090419148334,41.08267532586211],[-73.60109419152813,41.08238832579964],[-73.60128519157205,41.08208032573298],[-73.60135119158022,41.08185232568615],[-73.60141519158037,41.08149632561429],[-73.60154119158902,41.08094032550121],[-73.60159219157673,41.08044132540178],[-73.60170219160499,41.08031532537347],[-73.60181919160615,41.0796803252452],[-73.60225819170675,41.07896632509085],[-73.60282519183276,41.07797632487819],[-73.60297919186813,41.077727324824316],[-73.60311919186965,41.07696932467119],[-73.60314319187027,41.07684532464611],[-73.60340619191805,41.07620132451126],[-73.6034521919005,41.07563832439943],[-73.6035371919077,41.07528732432786],[-73.60359719190554,41.074913324252606],[-73.60366619191278,41.074652324199185],[-73.60379719195727,41.07469032420231],[-73.60394319200681,41.074732324205726],[-73.60409919206303,41.07483432422056],[-73.604172192087,41.07484132421952],[-73.60430419213048,41.07485632421811],[-73.60430919213208,41.07485632421795],[-73.60450119219342,41.074845324209456],[-73.60485219230794,41.074866324202],[-73.60504219237157,41.07490632420356],[-73.60512219240103,41.074969324213264],[-73.60531619248293,41.075304324272516],[-73.60538819251339,41.07542932429462],[-73.60563819262208,41.0759153243816],[-73.60575019266508,41.07603432440122],[-73.60586319270283,41.07605632440181],[-73.60655919292138,41.07595032435808],[-73.60662919294398,41.07595032435577],[-73.60676619298815,41.07594932435105],[-73.60677719299176,41.075950324350885],[-73.60690219303353,41.07597532435167],[-73.60709319309859,41.07603432435692],[-73.60722919314716,41.0761153243683],[-73.60789019338306,41.0765063244231],[-73.60802519342847,41.076538324424924],[-73.60816419347599,41.07658432442934],[-73.60831119352511,41.076613324430184],[-73.60875719366956,41.076621324417026],[-73.60920419381377,41.07662032440209],[-73.60961619394514,41.076592324383014],[-73.60970719397297,41.07656532437473],[-73.60978219399527,41.07653232436577],[-73.60987719402485,41.07651332435893],[-73.61022519413442,41.076465324338045],[-73.61053419423088,41.07640832431669],[-73.61127119445487,41.07616732424515],[-73.6115501945421,41.076118324226336],[-73.61179419462219,41.076141324222796],[-73.61187619464877,41.07614332422049],[-73.61220019476166,41.07628732423802],[-73.61253619487785,41.07642132425317],[-73.61271619494194,41.07652532426761],[-73.61284419498716,41.076593324276715],[-73.61286019499286,41.076602324277935],[-73.61290419500959,41.076646324285115],[-73.61292619501928,41.0766913242932],[-73.61297619503364,41.07666032428549],[-73.61309119506384,41.07654032425817],[-73.61310919506337,41.07643132423622],[-73.61314519506917,41.076330324215256],[-73.61321319508627,41.076246324196546],[-73.61331519511482,41.0761703241783],[-73.61342119514356,41.076075324156186],[-73.61355119518029,41.075984324134076],[-73.61382819525927,41.07580332408947],[-73.61402819531176,41.07559432404193],[-73.61411819533541,41.07550032402053],[-73.61431619538952,41.0753303239807],[-73.61435919540213,41.07530832397496],[-73.61456519546847,41.07530532396758],[-73.6147431955299,41.07537432397522],[-73.61492119559605,41.07552532399893],[-73.61499219562116,41.07556332400404],[-73.6151841956852,41.075599324004756],[-73.61556419580549,41.07555832398419],[-73.61571519585338,41.075543323976255],[-73.61590319591664,41.07558832397886],[-73.6163431960736,41.075847324015086],[-73.61653119613739,41.075901324019476],[-73.6166331961702,41.07589932401572],[-73.61693719626804,41.0758943240047],[-73.61695819627482,41.07589432400402],[-73.61711519632456,41.075878323995695],[-73.61725919636973,41.07585532398643],[-73.61732919639117,41.0758353239802],[-73.6173981964135,41.07583632397811],[-73.61774519652268,41.07578732395708],[-73.6178421965533,41.07577532395151],[-73.61814519664914,41.07574132393486],[-73.61829119669177,41.07566332391475],[-73.61831319669824,41.075652323911875],[-73.61850919675912,41.075611323897384],[-73.61877919684731,41.07562932389199],[-73.6188451968689,41.07563432389079],[-73.61894419690132,41.075642323889106],[-73.61918019697865,41.075662323885226],[-73.61921819699018,41.075649323881414],[-73.61934819702971,41.07560732386891],[-73.61936219703342,41.07559332386568],[-73.61950919707206,41.075440323830875],[-73.61955019706575,41.0751013237631],[-73.61957919706818,41.07498132373864],[-73.61959819707018,41.074909323723894],[-73.61968019709174,41.07482432370454],[-73.61971019709688,41.07474532368807],[-73.6197641971094,41.07466032366963],[-73.61994519715698,41.074472323626836],[-73.62008819720164,41.07444632361701],[-73.62013919721645,41.074417323609644],[-73.62027419725776,41.07437832359755],[-73.62039619729565,41.07435232358843],[-73.6204181973023,41.07434432358613],[-73.62059519735601,41.07428532356874],[-73.62075319740586,41.0742653235596],[-73.62085519743941,41.07427632355839],[-73.62094419746907,41.0742923235586],[-73.62105219750329,41.07428132355287],[-73.62114919753165,41.07423032353968],[-73.62134919758913,41.074107323508976],[-73.62149419763006,41.07400532348421],[-73.62168019768679,41.0739483234669],[-73.62181419772965,41.073941323461106],[-73.62214119783951,41.074016323465],[-73.6224381979378,41.07405832346344],[-73.62286819807468,41.074025323442775],[-73.62311419815306,41.07400732343114],[-73.62371819834378,41.0739343233969],[-73.62367019831112,41.07363632334009],[-73.62361519827596,41.07333432328274],[-73.62361119827392,41.073321323280325],[-73.62342419817368,41.07262932315091],[-73.62328119809708,41.07210132305217],[-73.6232251980695,41.0719363230217],[-73.62306519799638,41.0715633229539],[-73.62305819799296,41.07154332295021],[-73.62290419791748,41.0710963228677],[-73.62287019789821,41.07095232284061],[-73.62291819791147,41.070913322831395],[-73.62294419791868,41.07089332282661],[-73.62306119795514,41.070870322818244],[-73.62309519796594,41.07086732281654],[-73.62315819798603,41.07086332281367],[-73.62325119801531,41.070850322808056],[-73.6238941982199,41.070799322776836],[-73.62392419822946,41.070797322775455],[-73.62453819842545,41.07075932274775],[-73.62512719861849,41.070810322738296],[-73.62558219876355,41.07077932271721],[-73.62602119890283,41.07073732269449],[-73.62622419896823,41.07073532268739],[-73.626555199075,41.070734322676266],[-73.62699319921471,41.07070532265612],[-73.62723219928894,41.07065532263844],[-73.62736019932774,41.070611322625595],[-73.62785519947798,41.07044632257693],[-73.62832019961866,41.070283322529626],[-73.62836719963292,41.07026732252495],[-73.62844119965605,41.07025432251995],[-73.62850419967586,41.070245322516115],[-73.62881219977095,41.070170322491244],[-73.62885819978791,41.07020732249697],[-73.62887419979378,41.07021932249881],[-73.62892319981098,41.07024332250189],[-73.62901219984292,41.07029932250992],[-73.62906319986124,41.07033132251451],[-73.62920019991687,41.07052932254879],[-73.62975820013091,41.07111832264576],[-73.63030020033968,41.07170532274288],[-73.63036520036631,41.07180332275994],[-73.63058120045106,41.07206432280393],[-73.63099720061427,41.072566322888555],[-73.63108920065838,41.07281632293449],[-73.6311562007214,41.07353432307296],[-73.63127620081394,41.074467323251795],[-73.63129820083407,41.07469332329533],[-73.6313372008595,41.07491632333774],[-73.6313912008988,41.075295323410195],[-73.63142820092799,41.07559432346756],[-73.63150520095958,41.07571132348793],[-73.63158220098863,41.07578432349968],[-73.63169920103044,41.07585432350953],[-73.63269120138067,41.07637532357886],[-73.63339820162945,41.07673232362543],[-73.63345520165137,41.0767933236355],[-73.63356520169252,41.076891323651054],[-73.63362820171902,41.07699832366994],[-73.63372320175637,41.07711432368954],[-73.63379520178707,41.077243323712416],[-73.63386520181264,41.07729532372031],[-73.63397520185087,41.07734232372587],[-73.6340222018676,41.07736932372961],[-73.63408320188941,41.07740632373484],[-73.63427520195339,41.077441323735364],[-73.63447420202051,41.07749132373859],[-73.63513420224177,41.0776343237448],[-73.63577620245505,41.07773932374416],[-73.63628720262165,41.07776832373297],[-73.63647620268264,41.07776832372672],[-73.63656220270995,41.07776032372231],[-73.6371532028977,41.077708323692605],[-73.637359202962,41.077670323678355],[-73.63738320296923,41.07766132367579],[-73.63764420304814,41.07756932364915],[-73.63781220309886,41.077508323631655],[-73.63798820315036,41.07741632360782],[-73.63817620320543,41.07731932358261],[-73.63844420328749,41.07724232355868],[-73.63875820338676,41.07720632354124],[-73.63908120348847,41.07716232352196],[-73.63908920349101,41.077161323521494],[-73.63927920355013,41.07712332350778],[-73.63944920360247,41.07707932349354],[-73.63966420366846,41.077020323474876],[-73.63986820372955,41.076938323452076],[-73.63994820375318,41.07690032344199],[-73.640256203847,41.07680332341281],[-73.64045120390703,41.07675332339657],[-73.64057520394523,41.07672132338622],[-73.6407142039899,41.07671832338104],[-73.6408912040486,41.07674532338047],[-73.64114420413516,41.07683032338876],[-73.64159120427452,41.07674532335735],[-73.6418112043435,41.07671032334322],[-73.64212620444228,41.07666032332302],[-73.6426422046009,41.07652332327915],[-73.64276320463523,41.07644132325907],[-73.64281020464863,41.07641032325146],[-73.64306720471117,41.076057323173806],[-73.64346720481318,41.07558732306852],[-73.64372720489177,41.075495323041906],[-73.64429120506124,41.075277322980575],[-73.64475420519177,41.07495032290122],[-73.64504420527102,41.074701322842856],[-73.64515920530148,41.0745863228165],[-73.6457802054748,41.07411632270393],[-73.64600220553895,41.073986322671125],[-73.64614420557997,41.07390332265018],[-73.64652120568515,41.07361732258168],[-73.6466562057208,41.073480322550374],[-73.64670320573343,41.07343632254022],[-73.64680420576062,41.07334232251847],[-73.64691920578994,41.07320732248821],[-73.64715320585334,41.07299732243934],[-73.64740020592168,41.07280032239259],[-73.64771520601285,41.07261832234652],[-73.6480372061065,41.07244032230102],[-73.64839520621032,41.07223732224942],[-73.64853720625014,41.07213332222435],[-73.64914220641562,41.071617322103265],[-73.64932920646639,41.07145132206457],[-73.649401206486,41.07138832204984],[-73.64989620662116,41.07096232195003],[-73.65013520668751,41.0707753219055],[-73.65015820669325,41.07074632189906],[-73.65029320673214,41.07066532187872],[-73.65043420677331,41.07059032185937],[-73.6510582069668,41.07045332181191],[-73.6517082071704,41.07034632176948],[-73.65207520728478,41.07027632174362],[-73.65263620744796,41.069966321664346],[-73.65284420750704,41.069827321630235],[-73.65307520757415,41.069698321597336],[-73.65319020760752,41.06963332158079],[-73.65352620770221,41.06939532152306],[-73.65362220772904,41.069323321505784],[-73.65385220779346,41.06915332146488],[-73.65400920783925,41.06906932144323],[-73.654490207977,41.06876632136796],[-73.65500920812717,41.06846632129204]]]},"properties":{"name":101.02,"geoid":"09001010102"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.60670719070875,41.03666631665264],[-73.6070001908033,41.03666631664298],[-73.607879191087,41.03666731661421],[-73.60817319118192,41.03666831660473],[-73.60840519125748,41.03668031659943],[-73.6087521913706,41.03670031659191],[-73.6091041914855,41.03672331658482],[-73.60933719156161,41.03673931658029],[-73.6093901915786,41.036737316578154],[-73.60950119161431,41.0367353165741],[-73.6095491916301,41.03674031657349],[-73.60960219164753,41.03674631657292],[-73.60972619168828,41.03675931657138],[-73.6099451917604,41.03678431656906],[-73.61010019181111,41.03679631656631],[-73.6102251918521,41.03680731656436],[-73.61028019187005,41.03681131656332],[-73.6104451919241,41.03682531656063],[-73.61050119194246,41.036830316559765],[-73.61067019199727,41.03683531655518],[-73.61078719203566,41.03684631655347],[-73.61083019204983,41.03685131655304],[-73.61164619231768,41.03693031654163],[-73.61193319241197,41.03695931653786],[-73.61234419254492,41.0369653165255],[-73.61357719294384,41.036983316488374],[-73.61398919307712,41.03698931647598],[-73.61451819324863,41.03700331646129],[-73.61452919325222,41.03700431646113],[-73.61538419352836,41.03700831643371],[-73.61610819376244,41.037016316411425],[-73.6166381939338,41.03702231639512],[-73.61669819395324,41.03702331639334],[-73.61676119397333,41.03701931639048],[-73.61713119409168,41.037001316374756],[-73.61725519413136,41.03699531636948],[-73.61720619414855,41.03756931648367],[-73.61720119415033,41.0376283164954],[-73.61719919418597,41.03825931661922],[-73.6172471942313,41.038778316719416],[-73.61738719430512,41.039276316812455],[-73.61748719435757,41.03962731687797],[-73.61746519435434,41.03969431689184],[-73.61743919435392,41.03983331691997],[-73.61724919431437,41.04021131700034],[-73.61717619429983,41.040368317033554],[-73.61709219428319,41.040550317072],[-73.61675619421744,41.04129231722858],[-73.61642519415095,41.041993317376956],[-73.6164071941474,41.04203231738519],[-73.61620619411221,41.042548317493],[-73.61612719409621,41.04271331752796],[-73.61610719409195,41.042751317536066],[-73.61604419407857,41.04287231756188],[-73.61601919407683,41.042982317584254],[-73.61593119409272,41.04375231773814],[-73.61585519410313,41.04435931785967],[-73.61583319410654,41.04454231789627],[-73.61570919408685,41.04489531796958],[-73.61557719406294,41.04522031803765],[-73.61552319405985,41.045469318088244],[-73.61548019406001,41.04571331813751],[-73.6154711940655,41.045859318166436],[-73.61547719407542,41.04599831819348],[-73.61552519410264,41.0462023182319],[-73.61556419412629,41.04639431826827],[-73.61558019413732,41.04649631828773],[-73.61561819415654,41.0466173183102],[-73.61563119416493,41.04669031832408],[-73.61598419433484,41.047663318503204],[-73.6164011945251,41.04863131867925],[-73.61648019456918,41.04895431873997],[-73.61650619459346,41.049230318793214],[-73.61650319459788,41.049324318811756],[-73.61648619459608,41.04938831882486],[-73.61650319461118,41.04955531885704],[-73.61649219461643,41.04970831888739],[-73.61646219463157,41.05013931897288],[-73.61649519467439,41.05069831908137],[-73.61644719468984,41.05123631918841],[-73.61640519468591,41.05140331922255],[-73.61631919466579,41.05153631925146],[-73.61641019470039,41.05162731926629],[-73.61644419471334,41.05166131927183],[-73.61656719476328,41.05183931930268],[-73.61662219478396,41.051890319310864],[-73.61666219479842,41.051917319314825],[-73.61676819483695,41.05199231932604],[-73.61681919485673,41.052050319335734],[-73.61690719489086,41.05214931935223],[-73.6169601949129,41.052235319367334],[-73.61700219493025,41.0523013193789],[-73.61705319494214,41.05222231936173],[-73.6171811949723,41.05202831931949],[-73.61721919498284,41.05199831931234],[-73.61729319500343,41.051941319298734],[-73.61749119504431,41.05154131921379],[-73.61755319505725,41.05141831918763],[-73.61774919508946,41.0508793190755],[-73.61785319509353,41.05036631897149],[-73.61789019509992,41.050270318951455],[-73.61805319512864,41.04985531886473],[-73.61816319514412,41.04950731879288],[-73.6182861951616,41.04912131871314],[-73.61844419517416,41.04845331857697],[-73.61845919517552,41.04839331856472],[-73.61854019518493,41.04810231850499],[-73.61931419543423,41.048094318477894],[-73.6194011954623,41.04809431847502],[-73.62028619574934,41.048119318450745],[-73.62031519575876,41.04812031844997],[-73.62061519585579,41.04812431844086],[-73.62096619596879,41.048119318428306],[-73.62131319608267,41.04815231842333],[-73.62163519618812,41.048179318418],[-73.62240819644131,41.04824431840525],[-73.6224311964538,41.04833231842175],[-73.62250019649132,41.04859731847142],[-73.62252419650419,41.04868631848809],[-73.62258819653883,41.0489293185336],[-73.62268519659118,41.049295318602155],[-73.62278519664441,41.049659318670216],[-73.6228531966804,41.04990331871581],[-73.62370919695756,41.049919318690705],[-73.62433819716122,41.049931318672314],[-73.62459219724349,41.04993631866492],[-73.62468919727276,41.049901318654854],[-73.62489219733057,41.04976731862189],[-73.62548519746846,41.0488383184202],[-73.62561519749895,41.048639318376914],[-73.62599219758768,41.048067318252315],[-73.62608619760978,41.047924318221185],[-73.62613419762015,41.047835318202154],[-73.62627919765163,41.04756931814522],[-73.62632819766237,41.04748131812635],[-73.62642919768966,41.04738931810498],[-73.62644219769335,41.04738031810279],[-73.626637197749,41.047254318071666],[-73.62675919778343,41.047168318050765],[-73.62682719780354,41.04713631804225],[-73.6269661978447,41.04707231802512],[-73.62706919788374,41.04717331804153],[-73.62738019800155,41.047476318090666],[-73.62748419804093,41.04757731810704],[-73.62758519807434,41.04759131810644],[-73.62773819812502,41.04761431810591],[-73.62789019817492,41.04762931810384],[-73.62795119819502,41.04763631810318],[-73.62799119820724,41.04762431809952],[-73.62848119836909,41.0476893180961],[-73.62876719846233,41.047705318089804],[-73.62903019854804,41.04772031808405],[-73.62914819858622,41.047722318080545],[-73.62935019865273,41.047745318078405],[-73.62953419871516,41.04779831808273],[-73.62974719878649,41.04784331808452],[-73.6299981988709,41.047902318087814],[-73.63027519896345,41.047957318089445],[-73.6304631990249,41.04797131808599],[-73.6306671990921,41.04799531808396],[-73.63091719917267,41.047993318075314],[-73.63108219922603,41.047995318070264],[-73.63121119926784,41.047998318066604],[-73.63136119931697,41.048011318064205],[-73.63146019935014,41.04803231806504],[-73.6315681993859,41.04804831806461],[-73.631691199428,41.04809031806879],[-73.63184119947982,41.04814931807541],[-73.63196919952325,41.048186318078436],[-73.63197319952464,41.048188318078694],[-73.6321251995786,41.048273318090345],[-73.63227519962994,41.048324318095396],[-73.63233719965099,41.04834231809688],[-73.6324651996946,41.048382318100494],[-73.63289119983476,41.04842931809565],[-73.63298119986426,41.04843731809426],[-73.63325819995521,41.04846431809041],[-73.63393420017523,41.04849731807456],[-73.6344952003573,41.04851531805957],[-73.63453720037097,41.04851731805858],[-73.63483220046719,41.048535318052366],[-73.63505620054052,41.04855331804851],[-73.63545420067027,41.04857631803987],[-73.63548820068142,41.04857931803934],[-73.63592420082331,41.04860031802908],[-73.63637220096719,41.04858831801193],[-73.6366472010539,41.048553317995996],[-73.63674320108426,41.04854231799066],[-73.63704220117792,41.04849331797119],[-73.63712020120307,41.04849331796862],[-73.63715620121475,41.048494317967624],[-73.6372802012532,41.048467317958256],[-73.63735220127587,41.048457317953904],[-73.63743020130046,41.04844731794935],[-73.63745020131228,41.048540317966946],[-73.63751320134867,41.04881931801956],[-73.63753520136113,41.04891231803706],[-73.63763820139776,41.04897131804524],[-73.63782020146252,41.04907631805981],[-73.63793520150502,41.049169318074235],[-73.63802820153931,41.04924431808587],[-73.63812120156801,41.04922131807829],[-73.63822420160038,41.04920631807195],[-73.63845120167392,41.049211318065446],[-73.63887620181723,41.04931831807239],[-73.63904920187582,41.049366318076075],[-73.63933420197233,41.04944531808216],[-73.63975220211682,41.0496123181011],[-73.64000820220646,41.04973431811656],[-73.64029020230818,41.04992031814371],[-73.64041120235288,41.050018318158926],[-73.64061820243872,41.05034931821698],[-73.64080120252093,41.05075131828975],[-73.64098320260575,41.051204318372534],[-73.64111620266361,41.05146331841891],[-73.64117220268795,41.051572318438424],[-73.64133320276005,41.05192231850171],[-73.64157320285628,41.05224831855769],[-73.64165820288966,41.052351318575084],[-73.64185820296831,41.05259631861649],[-73.6421552030812,41.0528923186647],[-73.64231320314123,41.05304931869027],[-73.64261220325501,41.05334931873919],[-73.6428592033525,41.0536583187916],[-73.64305520343108,41.05392431883726],[-73.64326620351358,41.0541743188793],[-73.64335020354973,41.054331318907295],[-73.64345420359106,41.05446631893032],[-73.6435752036364,41.05457531894769],[-73.64361420365101,41.054610318953266],[-73.64393120376414,41.05479831897965],[-73.6442122038631,41.05494231899858],[-73.64432820390417,41.055005319007094],[-73.64456320398905,41.05516231903012],[-73.64471920404705,41.055295319051034],[-73.64473420405265,41.05530831905309],[-73.64494820413658,41.05556631909657],[-73.6451842042283,41.055836319141704],[-73.64535920429836,41.05607231918218],[-73.64550720435702,41.05626131921433],[-73.64564920441494,41.0564713192508],[-73.64579520447761,41.056741319298894],[-73.64581920448823,41.056791319307905],[-73.64594020454162,41.0570403193527],[-73.64606220459957,41.05736231941179],[-73.64625520469671,41.05796731952398],[-73.64640620476962,41.058386319601105],[-73.64652420482659,41.058714319661505],[-73.64654120484096,41.05886831969111],[-73.64655120486452,41.05922131975996],[-73.64653620487584,41.05950131981532],[-73.64652920489307,41.059839319881796],[-73.64657120491503,41.059985319909025],[-73.64664420494718,41.060134319935806],[-73.64671020497373,41.06022531995148],[-73.64729220520461,41.06097232007862],[-73.64753920530173,41.06127432012964],[-73.64787820543506,41.061689320199775],[-73.64799320548082,41.06183932022537],[-73.6480792055189,41.06201832025761],[-73.648079205528,41.062176320288565],[-73.64801420551542,41.062322320319325],[-73.64801220551503,41.06232632032017],[-73.64795520551209,41.062594320374565],[-73.64792820551432,41.0627843204127],[-73.64792620551536,41.06281332041844],[-73.64791720552198,41.06297832045107],[-73.64803020557804,41.063318320513964],[-73.64805620558816,41.06334832051899],[-73.64821620565017,41.063528320548976],[-73.64868720581872,41.06381532058965],[-73.64902220593594,41.063973320609534],[-73.64905520594705,41.06398132061001],[-73.6491712059862,41.064011320612074],[-73.64930520603103,41.06403832061293],[-73.64944720607794,41.064057320611965],[-73.64970920616173,41.064044320600765],[-73.64999320625188,41.06401832058627],[-73.65000920625694,41.06401632058536],[-73.65027620634142,41.063987320570845],[-73.65053320642464,41.063992320563344],[-73.65072120648946,41.06406432057124],[-73.650844206534,41.064148320583634],[-73.6513972067413,41.06464832066334],[-73.65144820676075,41.06470032067184],[-73.65184420691179,41.06510332073771],[-73.65204420699185,41.06537232078382],[-73.65237120711855,41.065739320844926],[-73.65237720712086,41.06574632084608],[-73.65266120723156,41.06607632090138],[-73.65292520733372,41.06637032095026],[-73.65376920765121,41.067152321075575],[-73.65401720774307,41.067357321107565],[-73.65413320778775,41.0674833211284],[-73.65469320800369,41.0680933212294],[-73.65475620802827,41.06816732124182],[-73.65494520810222,41.06839132127944],[-73.65500920812717,41.06846632129204],[-73.654490207977,41.06876632136796],[-73.65400920783925,41.06906932144323],[-73.65385220779346,41.06915332146488],[-73.65362220772904,41.069323321505784],[-73.65352620770221,41.06939532152306],[-73.65319020760752,41.06963332158079],[-73.65307520757415,41.069698321597336],[-73.65284420750704,41.069827321630235],[-73.65263620744796,41.069966321664346],[-73.65207520728478,41.07027632174362],[-73.6517082071704,41.07034632176948],[-73.6510582069668,41.07045332181191],[-73.65043420677331,41.07059032185937],[-73.65029320673214,41.07066532187872],[-73.65015820669325,41.07074632189906],[-73.65013520668751,41.0707753219055],[-73.64989620662116,41.07096232195003],[-73.649401206486,41.07138832204984],[-73.64932920646639,41.07145132206457],[-73.64914220641562,41.071617322103265],[-73.64853720625014,41.07213332222435],[-73.64839520621032,41.07223732224942],[-73.6480372061065,41.07244032230102],[-73.64771520601285,41.07261832234652],[-73.64740020592168,41.07280032239259],[-73.64715320585334,41.07299732243934],[-73.64691920578994,41.07320732248821],[-73.64680420576062,41.07334232251847],[-73.64670320573343,41.07343632254022],[-73.6466562057208,41.073480322550374],[-73.64652120568515,41.07361732258168],[-73.64614420557997,41.07390332265018],[-73.64600220553895,41.073986322671125],[-73.6457802054748,41.07411632270393],[-73.64515920530148,41.0745863228165],[-73.64504420527102,41.074701322842856],[-73.64475420519177,41.07495032290122],[-73.64429120506124,41.075277322980575],[-73.64372720489177,41.075495323041906],[-73.64346720481318,41.07558732306852],[-73.64306720471117,41.076057323173806],[-73.64281020464863,41.07641032325146],[-73.64276320463523,41.07644132325907],[-73.6426422046009,41.07652332327915],[-73.64212620444228,41.07666032332302],[-73.6418112043435,41.07671032334322],[-73.64159120427452,41.07674532335735],[-73.64114420413516,41.07683032338876],[-73.6408912040486,41.07674532338047],[-73.6407142039899,41.07671832338104],[-73.64057520394523,41.07672132338622],[-73.64045120390703,41.07675332339657],[-73.640256203847,41.07680332341281],[-73.63994820375318,41.07690032344199],[-73.63986820372955,41.076938323452076],[-73.63966420366846,41.077020323474876],[-73.63944920360247,41.07707932349354],[-73.63927920355013,41.07712332350778],[-73.63908920349101,41.077161323521494],[-73.63908120348847,41.07716232352196],[-73.63875820338676,41.07720632354124],[-73.63844420328749,41.07724232355868],[-73.63817620320543,41.07731932358261],[-73.63798820315036,41.07741632360782],[-73.63781220309886,41.077508323631655],[-73.63764420304814,41.07756932364915],[-73.63738320296923,41.07766132367579],[-73.637359202962,41.077670323678355],[-73.6371532028977,41.077708323692605],[-73.63656220270995,41.07776032372231],[-73.63647620268264,41.07776832372672],[-73.63628720262165,41.07776832373297],[-73.63577620245505,41.07773932374416],[-73.63513420224177,41.0776343237448],[-73.63447420202051,41.07749132373859],[-73.63427520195339,41.077441323735364],[-73.63408320188941,41.07740632373484],[-73.6340222018676,41.07736932372961],[-73.63397520185087,41.07734232372587],[-73.63386520181264,41.07729532372031],[-73.63379520178707,41.077243323712416],[-73.63372320175637,41.07711432368954],[-73.63362820171902,41.07699832366994],[-73.63356520169252,41.076891323651054],[-73.63345520165137,41.0767933236355],[-73.63339820162945,41.07673232362543],[-73.63269120138067,41.07637532357886],[-73.63169920103044,41.07585432350953],[-73.63158220098863,41.07578432349968],[-73.63150520095958,41.07571132348793],[-73.63142820092799,41.07559432346756],[-73.6313912008988,41.075295323410195],[-73.6313372008595,41.07491632333774],[-73.63129820083407,41.07469332329533],[-73.63127620081394,41.074467323251795],[-73.6311562007214,41.07353432307296],[-73.63108920065838,41.07281632293449],[-73.63099720061427,41.072566322888555],[-73.63058120045106,41.07206432280393],[-73.63036520036631,41.07180332275994],[-73.63030020033968,41.07170532274288],[-73.62975820013091,41.07111832264576],[-73.62920019991687,41.07052932254879],[-73.62906319986124,41.07033132251451],[-73.62901219984292,41.07029932250992],[-73.62892319981098,41.07024332250189],[-73.62887419979378,41.07021932249881],[-73.62885819978791,41.07020732249697],[-73.62881219977095,41.070170322491244],[-73.62850419967586,41.070245322516115],[-73.62844119965605,41.07025432251995],[-73.62836719963292,41.07026732252495],[-73.62832019961866,41.070283322529626],[-73.62785519947798,41.07044632257693],[-73.62736019932774,41.070611322625595],[-73.62723219928894,41.07065532263844],[-73.62699319921471,41.07070532265612],[-73.626555199075,41.070734322676266],[-73.62622419896823,41.07073532268739],[-73.62602119890283,41.07073732269449],[-73.62558219876355,41.07077932271721],[-73.62512719861849,41.070810322738296],[-73.62453819842545,41.07075932274775],[-73.62392419822946,41.070797322775455],[-73.6238941982199,41.070799322776836],[-73.62325119801531,41.070850322808056],[-73.62315819798603,41.07086332281367],[-73.62309519796594,41.07086732281654],[-73.62306119795514,41.070870322818244],[-73.62294419791868,41.07089332282661],[-73.62291819791147,41.070913322831395],[-73.62287019789821,41.07095232284061],[-73.62290419791748,41.0710963228677],[-73.62305819799296,41.07154332295021],[-73.62306519799638,41.0715633229539],[-73.6232251980695,41.0719363230217],[-73.62328119809708,41.07210132305217],[-73.62342419817368,41.07262932315091],[-73.62361119827392,41.073321323280325],[-73.62361519827596,41.07333432328274],[-73.62367019831112,41.07363632334009],[-73.62371819834378,41.0739343233969],[-73.62311419815306,41.07400732343114],[-73.62286819807468,41.074025323442775],[-73.6224381979378,41.07405832346344],[-73.62214119783951,41.074016323465],[-73.62181419772965,41.073941323461106],[-73.62168019768679,41.0739483234669],[-73.62149419763006,41.07400532348421],[-73.62134919758913,41.074107323508976],[-73.62114919753165,41.07423032353968],[-73.62105219750329,41.07428132355287],[-73.62094419746907,41.0742923235586],[-73.62085519743941,41.07427632355839],[-73.62075319740586,41.0742653235596],[-73.62059519735601,41.07428532356874],[-73.6204181973023,41.07434432358613],[-73.62039619729565,41.07435232358843],[-73.62027419725776,41.07437832359755],[-73.62013919721645,41.074417323609644],[-73.62008819720164,41.07444632361701],[-73.61994519715698,41.074472323626836],[-73.6197641971094,41.07466032366963],[-73.61971019709688,41.07474532368807],[-73.61968019709174,41.07482432370454],[-73.61959819707018,41.074909323723894],[-73.61957919706818,41.07498132373864],[-73.61955019706575,41.0751013237631],[-73.61950919707206,41.075440323830875],[-73.61936219703342,41.07559332386568],[-73.61934819702971,41.07560732386891],[-73.61921819699018,41.075649323881414],[-73.61918019697865,41.075662323885226],[-73.61894419690132,41.075642323889106],[-73.6188451968689,41.07563432389079],[-73.61877919684731,41.07562932389199],[-73.61850919675912,41.075611323897384],[-73.61831319669824,41.075652323911875],[-73.61829119669177,41.07566332391475],[-73.61814519664914,41.07574132393486],[-73.6178421965533,41.07577532395151],[-73.61774519652268,41.07578732395708],[-73.6173981964135,41.07583632397811],[-73.61732919639117,41.0758353239802],[-73.61725919636973,41.07585532398643],[-73.61711519632456,41.075878323995695],[-73.61695819627482,41.07589432400402],[-73.61693719626804,41.0758943240047],[-73.6166331961702,41.07589932401572],[-73.61653119613739,41.075901324019476],[-73.6163431960736,41.075847324015086],[-73.61590319591664,41.07558832397886],[-73.61571519585338,41.075543323976255],[-73.61556419580549,41.07555832398419],[-73.6151841956852,41.075599324004756],[-73.61499219562116,41.07556332400404],[-73.61492119559605,41.07552532399893],[-73.6147431955299,41.07537432397522],[-73.61456519546847,41.07530532396758],[-73.61435919540213,41.07530832397496],[-73.61431619538952,41.0753303239807],[-73.61411819533541,41.07550032402053],[-73.61402819531176,41.07559432404193],[-73.61382819525927,41.07580332408947],[-73.61355119518029,41.075984324134076],[-73.61342119514356,41.076075324156186],[-73.61331519511482,41.0761703241783],[-73.61321319508627,41.076246324196546],[-73.61314519506917,41.076330324215256],[-73.61310919506337,41.07643132423622],[-73.61309119506384,41.07654032425817],[-73.61297619503364,41.07666032428549],[-73.61292619501928,41.0766913242932],[-73.61290419500959,41.076646324285115],[-73.61286019499286,41.076602324277935],[-73.61284419498716,41.076593324276715],[-73.61271619494194,41.07652532426761],[-73.61253619487785,41.07642132425317],[-73.61220019476166,41.07628732423802],[-73.61187619464877,41.07614332422049],[-73.61179419462219,41.076141324222796],[-73.6115501945421,41.076118324226336],[-73.61127119445487,41.07616732424515],[-73.61053419423088,41.07640832431669],[-73.61022519413442,41.076465324338045],[-73.60987719402485,41.07651332435893],[-73.60978219399527,41.07653232436577],[-73.60970719397297,41.07656532437473],[-73.60961619394514,41.076592324383014],[-73.60920419381377,41.07662032440209],[-73.60875719366956,41.076621324417026],[-73.60831119352511,41.076613324430184],[-73.60816419347599,41.07658432442934],[-73.60802519342847,41.076538324424924],[-73.60789019338306,41.0765063244231],[-73.60722919314716,41.0761153243683],[-73.60709319309859,41.07603432435692],[-73.60690219303353,41.07597532435167],[-73.60677719299176,41.075950324350885],[-73.60676619298815,41.07594932435105],[-73.60662919294398,41.07595032435577],[-73.60655919292138,41.07595032435808],[-73.60586319270283,41.07605632440181],[-73.60575019266508,41.07603432440122],[-73.60563819262208,41.0759153243816],[-73.60538819251339,41.07542932429462],[-73.60531619248293,41.075304324272516],[-73.60512219240103,41.074969324213264],[-73.60504219237157,41.07490632420356],[-73.60485219230794,41.074866324202],[-73.60450119219342,41.074845324209456],[-73.60430919213208,41.07485632421795],[-73.60430419213048,41.07485632421811],[-73.604172192087,41.07484132421952],[-73.60409919206303,41.07483432422056],[-73.60394319200681,41.074732324205726],[-73.60379719195727,41.07469032420231],[-73.60366619191278,41.074652324199185],[-73.60371619192374,41.074562324179894],[-73.60379619194138,41.074420324149436],[-73.60382019194078,41.07427532412024],[-73.60383719194047,41.074174324099886],[-73.60409519197445,41.07331832392365],[-73.60432519200185,41.07250532375676],[-73.60449719202263,41.07190232363294],[-73.60462119203459,41.07141432353322],[-73.60468619203253,41.071014323452694],[-73.60464419198033,41.0703433233226],[-73.60463719194473,41.06976432320938],[-73.60471319193661,41.06919732309577],[-73.6048641919462,41.06851732295753],[-73.60487619194357,41.06840432293498],[-73.6048721919359,41.06829332291337],[-73.60480919187415,41.06757432277455],[-73.60480619186086,41.06736032273271],[-73.60480119183151,41.06687832263842],[-73.6048051917966,41.06624932251502],[-73.60478619175436,41.06562232239275],[-73.60470019170869,41.06531132233465],[-73.60458919165767,41.065047322286574],[-73.60458819165149,41.06494532226661],[-73.6045881916356,41.064669322212524],[-73.6046021916205,41.06432832214522],[-73.60463819161029,41.06394932206977],[-73.60466119159699,41.06358932199845],[-73.60471619157398,41.062881321857866],[-73.60471919157145,41.06282032184582],[-73.60475919154354,41.06211132170554],[-73.60478519152669,41.061672321618644],[-73.60482219150381,41.06106732149884],[-73.60485619147393,41.06035732135856],[-73.60487119146178,41.06006232130023],[-73.60488519145807,41.05991932127175],[-73.60490519145803,41.05980632124894],[-73.60496719145875,41.05947132118124],[-73.60498819145909,41.05935932115859],[-73.60501619145903,41.05920132112669],[-73.60507719145926,41.05886332105845],[-73.60511419146357,41.058730321031135],[-73.60515819146889,41.0585763209995],[-73.60524619147924,41.05826232093505],[-73.60535019150215,41.05807732089536],[-73.60543719152153,41.057926320862904],[-73.6057591915964,41.057421320753285],[-73.60619219169472,41.05670132059789],[-73.60621919170092,41.05665732058838],[-73.60630819170214,41.056179320491744],[-73.6062901916878,41.05603132046331],[-73.6062901916874,41.05602432046195],[-73.6062511916654,41.05586032043108],[-73.60624219164688,41.05558932037825],[-73.60623819163706,41.05544132034939],[-73.60621019161296,41.05517932029893],[-73.60626119161797,41.05498032025827],[-73.60633019163524,41.054893320238925],[-73.60636619164438,41.0548503202293],[-73.6065061916818,41.05471532019823],[-73.60666519172511,41.05457632016574],[-73.60679719176024,41.0544463201359],[-73.60687019177753,41.054337320112126],[-73.60695819179931,41.05422232008668],[-73.60704019180915,41.053933320027326],[-73.60706019178677,41.053432319928454],[-73.60705919178554,41.05341631992535],[-73.60704619174797,41.052836319812066],[-73.6070601917465,41.052732319791225],[-73.60709419174373,41.05249331974324],[-73.60713419175306,41.05243131972977],[-73.60719219176679,41.052344319710805],[-73.60743219183475,41.05217931967055],[-73.60755819186535,41.052004319632076],[-73.60767519188833,41.05174731957784],[-73.60774919189898,41.051517319530305],[-73.60787719190282,41.050866319398466],[-73.60786519187812,41.050504319327885],[-73.60779619183862,41.050204319271366],[-73.607456191682,41.049389319122774],[-73.6072931916114,41.04907631906679],[-73.60715919154755,41.04871831900101],[-73.60694819145111,41.04822531891132],[-73.60664219130044,41.04732231874435],[-73.60660019127377,41.047094318701035],[-73.60660019126905,41.047012318684956],[-73.60658219124609,41.046714318627124],[-73.60700619131542,41.04554031838296],[-73.60698619130201,41.0454193183599],[-73.60690119125594,41.04509531829916],[-73.60689019124142,41.04490431826207],[-73.60681219119893,41.044603318205624],[-73.60667319111883,41.04399031809001],[-73.60669019110291,41.043618318016506],[-73.60670219109247,41.04336931796728],[-73.6066201910315,41.04276931785233],[-73.60654819099379,41.04251731780529],[-73.60652619098214,41.04243831779051],[-73.60643619093729,41.04216331773957],[-73.60636119089763,41.04189431768929],[-73.60623219082892,41.041423317601186],[-73.60615819078544,41.04108231753675],[-73.60609919075075,41.040810317485345],[-73.6060611907294,41.040652317455624],[-73.60601919070555,41.040473317421906],[-73.60593719066232,41.040181317367335],[-73.60589419063948,41.04002531733818],[-73.6057591905602,41.039404317220836],[-73.60569219052054,41.03909031716147],[-73.60562419044714,41.03819531698819],[-73.60554219039047,41.03766931688773],[-73.60551219037215,41.037519316859296],[-73.60545919033943,41.03724731680771],[-73.60537319029173,41.03690031674248],[-73.60509119020026,41.036892316750205],[-73.6050751901951,41.03689231675073],[-73.60465119005771,41.03688231676276],[-73.60418118990582,41.036878316777454],[-73.60388418980986,41.036876316786845],[-73.60375718976645,41.03683431678279],[-73.60364318972755,41.03679731677928],[-73.60338518963992,41.03672131677288],[-73.60337518963637,41.03671531677204],[-73.60325918959518,41.036650316763115],[-73.60335918962704,41.03664331675844],[-73.60354618968745,41.036644316752486],[-73.6044101899666,41.0366503167252],[-73.60469919006003,41.03665331671626],[-73.60482919010198,41.03665331671196],[-73.60522119022866,41.036656316699656],[-73.60535219027099,41.0366573166955],[-73.60562319035849,41.03665831668678],[-73.60643619062117,41.036664316661174],[-73.60670719070875,41.03666631665264]]]},"properties":{"name":102.01,"geoid":"09001010201"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.60704619174797,41.052836319812066],[-73.60705919178554,41.05341631992535],[-73.60706019178677,41.053432319928454],[-73.60704019180915,41.053933320027326],[-73.60695819179931,41.05422232008668],[-73.60687019177753,41.054337320112126],[-73.60679719176024,41.0544463201359],[-73.60666519172511,41.05457632016574],[-73.6065061916818,41.05471532019823],[-73.60636619164438,41.0548503202293],[-73.60633019163524,41.054893320238925],[-73.60626119161797,41.05498032025827],[-73.60621019161296,41.05517932029893],[-73.60623819163706,41.05544132034939],[-73.60624219164688,41.05558932037825],[-73.6062511916654,41.05586032043108],[-73.6062901916874,41.05602432046195],[-73.6062901916878,41.05603132046331],[-73.60630819170214,41.056179320491744],[-73.60621919170092,41.05665732058838],[-73.60619219169472,41.05670132059789],[-73.6057591915964,41.057421320753285],[-73.60543719152153,41.057926320862904],[-73.60535019150215,41.05807732089536],[-73.60524619147924,41.05826232093505],[-73.60515819146889,41.0585763209995],[-73.60511419146357,41.058730321031135],[-73.60507719145926,41.05886332105845],[-73.60501619145903,41.05920132112669],[-73.60498819145909,41.05935932115859],[-73.60496719145875,41.05947132118124],[-73.60490519145803,41.05980632124894],[-73.60488519145807,41.05991932127175],[-73.60487119146178,41.06006232130023],[-73.60485619147393,41.06035732135856],[-73.60482219150381,41.06106732149884],[-73.60478519152669,41.061672321618644],[-73.60475919154354,41.06211132170554],[-73.60471919157145,41.06282032184582],[-73.60471619157398,41.062881321857866],[-73.60466119159699,41.06358932199845],[-73.60463819161029,41.06394932206977],[-73.6046021916205,41.06432832214522],[-73.6045881916356,41.064669322212524],[-73.60458819165149,41.06494532226661],[-73.60458919165767,41.065047322286574],[-73.60470019170869,41.06531132233465],[-73.60478619175436,41.06562232239275],[-73.6048051917966,41.06624932251502],[-73.60480119183151,41.06687832263842],[-73.60480619186086,41.06736032273271],[-73.60480919187415,41.06757432277455],[-73.6048721919359,41.06829332291337],[-73.60487619194357,41.06840432293498],[-73.6048641919462,41.06851732295753],[-73.60471319193661,41.06919732309577],[-73.60463719194473,41.06976432320938],[-73.60464419198033,41.0703433233226],[-73.60468619203253,41.071014323452694],[-73.60462119203459,41.07141432353322],[-73.60449719202263,41.07190232363294],[-73.60432519200185,41.07250532375676],[-73.60409519197445,41.07331832392365],[-73.60383719194047,41.074174324099886],[-73.60382019194078,41.07427532412024],[-73.60379619194138,41.074420324149436],[-73.60371619192374,41.074562324179894],[-73.60366619191278,41.074652324199185],[-73.60359719190554,41.074913324252606],[-73.6035371919077,41.07528732432786],[-73.6034521919005,41.07563832439943],[-73.60340619191805,41.07620132451126],[-73.60314319187027,41.07684532464611],[-73.60311919186965,41.07696932467119],[-73.60297919186813,41.077727324824316],[-73.60282519183276,41.07797632487819],[-73.60225819170675,41.07896632509085],[-73.60181919160615,41.0796803252452],[-73.60170219160499,41.08031532537347],[-73.60159219157673,41.08044132540178],[-73.60154119158902,41.08094032550121],[-73.60141519158037,41.08149632561429],[-73.60135119158022,41.08185232568615],[-73.60128519157205,41.08208032573298],[-73.60109419152813,41.08238832579964],[-73.60090419148334,41.08267532586211],[-73.60071619144223,41.083015325934916],[-73.60066219145321,41.083508326033275],[-73.60065119145379,41.08358032604773],[-73.60059119145781,41.08398632612924],[-73.60051319145897,41.08444332622135],[-73.60044219146256,41.08490332631379],[-73.60043719147401,41.08513032635844],[-73.60043819148747,41.08535832640306],[-73.60041019148397,41.085454326422784],[-73.60037519148403,41.08565132646253],[-73.60032419147181,41.085725326478716],[-73.60032519147855,41.08583632650043],[-73.60033219148667,41.085938326520164],[-73.60035919150421,41.08609132654925],[-73.60040919153624,41.08636732660167],[-73.60042019155064,41.08655532663812],[-73.60043019156291,41.08671232666855],[-73.60046519158823,41.086955326714985],[-73.60050019161329,41.08719432676065],[-73.60057819166457,41.08764732684681],[-73.60058219166787,41.087682326853546],[-73.60061619169291,41.08792632690021],[-73.6006281917064,41.08809332693252],[-73.6006481917271,41.088340326980244],[-73.60064919174224,41.08859732703055],[-73.60065019175228,41.08876632706362],[-73.60067619177585,41.08902932711427],[-73.60066919178553,41.08923632715504],[-73.60066719178913,41.0893103271696],[-73.60066719179886,41.089479327202696],[-73.60070119182139,41.08967932724076],[-73.60075919185405,41.08992132728624],[-73.60079019187968,41.0901923273383],[-73.60073019188566,41.09063232742646],[-73.60072819188537,41.090638327427705],[-73.6006461918857,41.09110332752147],[-73.60062419188125,41.09114932753121],[-73.60056919188384,41.09150232760217],[-73.60056319188422,41.091542327610185],[-73.60048119187917,41.09191432768576],[-73.60038519189031,41.09264532783208],[-73.60038419189391,41.09271332784544],[-73.60038319190086,41.09283932787015],[-73.60035119190673,41.093120327926236],[-73.60019219185486,41.093111327929726],[-73.60001119180123,41.09319432795194],[-73.599774191733,41.09333832798798],[-73.59963619169716,41.0934893280221],[-73.59951919166694,41.093620328051614],[-73.59936319162382,41.09374632808142],[-73.59924719159174,41.09383932810347],[-73.59911119155913,41.094035328146354],[-73.59890019150157,41.09421832818914],[-73.5988061914745,41.09427532820341],[-73.59868819143826,41.09430732821357],[-73.59834519132853,41.09432532822841],[-73.59823519129188,41.09430532822813],[-73.5977111911339,41.094499328283405],[-73.59751119107612,41.09461732831312],[-73.59737919103812,41.09469732833313],[-73.5971801909847,41.09488532837651],[-73.5969851909339,41.09509632842427],[-73.59687519090174,41.09515432843925],[-73.5967951908788,41.09520432845169],[-73.59655519081014,41.09535732848956],[-73.59647619078756,41.09540832850216],[-73.59527619032521,41.09410832828716],[-73.59340318958738,41.09179832789651],[-73.59309018946408,41.09141232783122],[-73.5924491892116,41.09062232769762],[-73.58757218729058,41.08460632668002],[-73.58329318559342,41.07912132574645],[-73.58013518434092,41.07507232505714],[-73.58006318431342,41.07499832504501],[-73.58003918430428,41.07497432504109],[-73.57983818422414,41.07470932499579],[-73.57917518395983,41.073835324846364],[-73.57895418387176,41.073544324796615],[-73.57868518376294,41.07316232473062],[-73.57788118343747,41.072016324532534],[-73.57769518336212,41.07175032448653],[-73.5776551833459,41.07169232447648],[-73.57761418332932,41.07163432446646],[-73.57756318331106,41.071603324462075],[-73.5775441833043,41.071592324460546],[-73.5774751832796,41.071550324454584],[-73.5774131832574,41.07151232444919],[-73.57736318323953,41.07148232444496],[-73.57718818316815,41.07122332439996],[-73.57666518295474,41.0704483242653],[-73.57649118288373,41.07019032422046],[-73.57571818257641,41.069185324048966],[-73.57339918165447,41.06617032353441],[-73.5726261813472,41.06516632336307],[-73.57176918100751,41.06406932317628],[-73.56920017998915,41.06077932261593],[-73.56834417964986,41.05968332242925],[-73.56832917964265,41.0596423224217],[-73.5682861796219,41.0595223223996],[-73.56827217961506,41.05948232239223],[-73.56833717963565,41.05947532238871],[-73.5685341796981,41.059455322378305],[-73.56860017971906,41.05944932237495],[-73.56877117977373,41.059440322367564],[-73.56888117980866,41.05943032236197],[-73.56929217993938,41.05939632234179],[-73.56961318003955,41.05933632231945],[-73.56971118006855,41.059290322307206],[-73.56996718014435,41.05917132227545],[-73.57031718024813,41.05901132223258],[-73.57214318078861,41.05815932200542],[-73.57297918103697,41.05778532190459],[-73.57339518116619,41.05769732187363],[-73.57357318122303,41.05768632186562],[-73.57413318140475,41.05770332185052],[-73.5743871814879,41.05772332184607],[-73.57449518152282,41.05772432184272],[-73.57515718173799,41.05775032182601],[-73.57557218187206,41.05775232181275],[-73.57586918196886,41.0577683218061],[-73.57639918214205,41.05780532179592],[-73.57674818225591,41.05782632178854],[-73.57690918230847,41.057836321785196],[-73.57701618234368,41.05784832178402],[-73.57770818257275,41.05794732178065],[-73.57790618263707,41.057954321775505],[-73.5779091826381,41.0579553217756],[-73.57819218272476,41.0578743217504],[-73.57894218295336,41.05763932167962],[-73.5790221829781,41.05762032167328],[-73.57931818307145,41.05758232165608],[-73.57947518312167,41.05757432164935],[-73.57950318313058,41.057572321648024],[-73.57958018315522,41.0575683216447],[-73.57958918315812,41.0575683216444],[-73.5796181831676,41.05757032164385],[-73.57984518324167,41.05758432163911],[-73.58019718335656,41.05760632163182],[-73.5805291834647,41.057623321624234],[-73.58075818353934,41.05763632161925],[-73.58094818360064,41.05763532161277],[-73.58118818367804,41.057634321604695],[-73.58148418377289,41.057622321592596],[-73.58152018378446,41.05762132159121],[-73.5815951838086,41.057620321588544],[-73.58170818384365,41.05759532157992],[-73.5820241839465,41.05761032157245],[-73.58218718399958,41.05761832156865],[-73.58221618400893,41.057618321567695],[-73.58241118403792,41.05702732144542],[-73.58246618405302,41.05698132143458],[-73.58425918453553,41.05530732104736],[-73.58448418458866,41.054968320973494],[-73.5855281848354,41.053398320631295],[-73.58561218484326,41.05306332056287],[-73.58599418487844,41.05153032024971],[-73.58555418458747,41.04893831975598],[-73.58612518473062,41.04822231959679],[-73.58644518481087,41.047821319507634],[-73.58712318498945,41.04712131934803],[-73.58825818528838,41.04594831908065],[-73.58865718533487,41.0445163187867],[-73.58887918536072,41.04371931862309],[-73.58910218538689,41.04292231845946],[-73.5891271853898,41.042832318440986],[-73.58915218539265,41.042741318422316],[-73.5892011853983,41.04256431838599],[-73.5892511854043,41.04238831834984],[-73.58927518540708,41.042301318331994],[-73.58929918540981,41.04221431831414],[-73.58937018543352,41.04222831831455],[-73.58940318544457,41.04223531831483],[-73.58958618550422,41.04224531831077],[-73.58965918552805,41.04225031830934],[-73.58971318554566,41.042253318308155],[-73.58989018560301,41.04225731830309],[-73.59004118565204,41.042262318299116],[-73.59040618576879,41.04224431828356],[-73.59058218582422,41.042220318273046],[-73.59063318584032,41.0422143182702],[-73.59081018589544,41.042179318257496],[-73.59075718589168,41.04241131830476],[-73.59071818588758,41.042559318335044],[-73.59065118587188,41.042662318357465],[-73.590634185868,41.04269031836351],[-73.59057318585594,41.04282331839161],[-73.59039718581674,41.0431293184574],[-73.59031218580527,41.04340731851474],[-73.59033018581499,41.04347531852746],[-73.59033318581781,41.04350731853364],[-73.59044318585829,41.04359431854708],[-73.59050918588213,41.043638318553526],[-73.59086318600671,41.04381831857717],[-73.59091118602359,41.0438423185803],[-73.59132918616969,41.04403731860476],[-73.5913591861783,41.04401831860006],[-73.59144918620417,41.04396331858629],[-73.59148018621313,41.04394531858176],[-73.5916041862585,41.0440383185959],[-73.59179018632656,41.04417831861724],[-73.59196718639231,41.044328318640815],[-73.59208618643653,41.044429318656704],[-73.59218218646348,41.04435931863983],[-73.59247118654487,41.044152318589695],[-73.59256818657225,41.044084318573184],[-73.59268218660354,41.043988318550596],[-73.59276018662507,41.04392531853567],[-73.592864186654,41.04384431851636],[-73.59299818669287,41.043768318497044],[-73.59313318673235,41.04369731847867],[-73.59326918677148,41.04361431845792],[-73.59341718681958,41.043620318454224],[-73.59343718682611,41.04362131845377],[-73.59339818681661,41.04367531846564],[-73.59343918683346,41.043738318476635],[-73.59346618684351,41.04376131848025],[-73.59351718686065,41.04377331848094],[-73.59358418687813,41.0437013184646],[-73.5936251868893,41.043665318456206],[-73.59367418689925,41.04356331843457],[-73.59380118692806,41.04335131838882],[-73.59403718698177,41.04296031830436],[-73.59442318707346,41.0423883181795],[-73.59448918708746,41.042261318152406],[-73.59455318709759,41.04207831811443],[-73.59453918709009,41.04202631810468],[-73.59447318705432,41.04177431805743],[-73.59432118699377,41.04157431802322],[-73.59443018702594,41.04152231800944],[-73.59476018712367,41.04136931796856],[-73.59487018715622,41.04131831795494],[-73.59501118719868,41.0412653179399],[-73.59518918725233,41.0411993179211],[-73.59543018732384,41.04109031789178],[-73.59556818736488,41.04102931787527],[-73.59565518739323,41.04103431787339],[-73.59579418743857,41.04104231787037],[-73.5959181874795,41.04105831786943],[-73.59600618750858,41.04107031786888],[-73.59593918749472,41.041205317897564],[-73.59593718749655,41.04124831790607],[-73.59593218750733,41.04146431794859],[-73.59599418754074,41.04169731799224],[-73.59605918756787,41.04180431801108],[-73.59606818757157,41.041818318013526],[-73.59616718761202,41.04196631803929],[-73.59623518763713,41.04202131804784],[-73.59643118770549,41.04211031805883],[-73.59656418775187,41.042170318066205],[-73.59690918787345,41.04234831808975],[-73.59725318799313,41.042499318108035],[-73.59742618805339,41.04257631811743],[-73.59753418809038,41.04261331812113],[-73.5976181881191,41.04264131812385],[-73.59770518814888,41.04267131812687],[-73.597878188206,41.04269331812549],[-73.59796718823539,41.04270531812491],[-73.59791418823231,41.0429493181745],[-73.59782818822754,41.04334931825577],[-73.59774618822017,41.04368131832358],[-73.59768718821515,41.04392531837338],[-73.59764318821009,41.04408431840599],[-73.59757318820263,41.04434731845987],[-73.59751018819465,41.04456231850412],[-73.59746518818926,41.04472131853677],[-73.5974391881876,41.044838318560565],[-73.59736318818341,41.04519231863249],[-73.5973411881823,41.045296318653605],[-73.59734018818281,41.04531131865658],[-73.59732418818916,41.04551131869633],[-73.59743218822781,41.04557731870572],[-73.59772418832453,41.045620318704515],[-73.59876418866901,41.04577431870045],[-73.5995751889369,41.04588131869471],[-73.60019318914105,41.045963318690426],[-73.60022118914048,41.045796318656755],[-73.60026518914037,41.04554731860648],[-73.60031118914084,41.04529731855594],[-73.60034318914168,41.04513231852253],[-73.60036418914397,41.04505431850655],[-73.60043018915182,41.0448203184585],[-73.6004521891545,41.04474331844268],[-73.600640189222,41.044862318459806],[-73.60088218930896,41.04501631848203],[-73.60123318943121,41.04517231850105],[-73.60143818950264,41.04526431851233],[-73.60145418950862,41.045278318514555],[-73.60150518952766,41.045323318521696],[-73.60152218953401,41.04533831852409],[-73.60162118957464,41.04548931855043],[-73.6017971896556,41.04590931862698],[-73.6018081896604,41.04593131863092],[-73.60199218974088,41.04629831869681],[-73.60212318979339,41.046476318727414],[-73.60223618983952,41.04664431875663],[-73.60242518991227,41.046848318790396],[-73.60258218997339,41.0470303188209],[-73.6028531900759,41.04729231886335],[-73.60305219014909,41.04744831888738],[-73.60344219029251,41.047753318934326],[-73.603587190344,41.04783531894564],[-73.6036311903601,41.04786831895064],[-73.60376319041146,41.0480203189761],[-73.60386619046828,41.0484303190531],[-73.60388219047539,41.048464319059235],[-73.60412719058344,41.04896831914997],[-73.60446419073912,41.04978431929885],[-73.60458619078713,41.04993431932423],[-73.60474119084462,41.05006431934461],[-73.60500819094,41.050224319367175],[-73.60511519097822,41.0502883193762],[-73.60516419099575,41.050318319380466],[-73.60563819116304,41.05056731941366],[-73.60569519118575,41.05064231942648],[-73.60586219124971,41.0508173194553],[-73.60591519127091,41.050888319467454],[-73.60621719139138,41.05128831953592],[-73.60641619147505,41.05162631959563],[-73.60652919153257,41.051992319663654],[-73.606597191567,41.05220931970396],[-73.60668719160623,41.05238631973569],[-73.60676019163485,41.05247431975052],[-73.60687319167909,41.05260931977327],[-73.60697619172008,41.05274431979635],[-73.60704619174797,41.052836319812066]]]},"properties":{"name":102.02,"geoid":"09001010202"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.6231981959128,41.03462731570914],[-73.6232811959344,41.034537315688745],[-73.62341519596949,41.03439531565648],[-73.62353719600205,41.03427731562933],[-73.62362619602594,41.034193315609905],[-73.62367819603864,41.03412231559426],[-73.62380919607205,41.033968315559754],[-73.62396219611124,41.03379131551999],[-73.62425419618647,41.03346131544564],[-73.62437819621968,41.033343315418406],[-73.62439619622452,41.03332631541449],[-73.62461519628427,41.03313631537001],[-73.62473019632884,41.0332663153917],[-73.62474819633582,41.033286315395024],[-73.62506219645904,41.0336673154594],[-73.62511619648019,41.03373231547037],[-73.62516919650149,41.03380531548293],[-73.62542419660402,41.03415731554356],[-73.62547319662374,41.034225315555275],[-73.62587019678107,41.034733315641816],[-73.626215196919,41.03519631572123],[-73.62647519702304,41.03554631578129],[-73.62657919705204,41.03546731576237],[-73.62662519706464,41.03542831575321],[-73.62690619714226,41.035201315699425],[-73.62707519718948,41.03507431566895],[-73.62722919723262,41.034960315641506],[-73.62727719724573,41.034919315631896],[-73.62742319728594,41.034799315603536],[-73.62747219729945,41.03475931559408],[-73.62776719738152,41.03453131553963],[-73.62799519744496,41.0343553154976],[-73.62848919758403,41.03400231541209],[-73.62861919761875,41.033876315383075],[-73.62865419762866,41.03385231537722],[-73.6289651977172,41.03364731532675],[-73.62905219774291,41.03360631531584],[-73.62911419776137,41.0335793153085],[-73.62916519777438,41.033519315295045],[-73.62921319778515,41.0334373152774],[-73.62920919778277,41.0334183152738],[-73.629218197784,41.03338931526782],[-73.6292221977846,41.03337731526533],[-73.62923819778504,41.03329531524872],[-73.62958919789271,41.033198315218115],[-73.62965319791245,41.03318231521286],[-73.62978319795255,41.033150315202306],[-73.63027719810562,41.03304031516442],[-73.63076419825619,41.032926315126005],[-73.63091019830117,41.03288931511395],[-73.63132819843011,41.03278631507997],[-73.63143319846272,41.032764315072185],[-73.63174919856094,41.032699315049015],[-73.63185519859391,41.03267831504139],[-73.63195419862467,41.032657315034015],[-73.63225319871762,41.032596315012185],[-73.63235319874875,41.03257631500497],[-73.63239519876085,41.03255131499866],[-73.63245619877777,41.03250331498724],[-73.63248219878507,41.03248431498267],[-73.63254819880194,41.03240731496539],[-73.63260219881475,41.03232731494793],[-73.63265019882208,41.03218531491848],[-73.63266219882405,41.03215231491161],[-73.63266819882075,41.03206131489357],[-73.63248319875058,41.03187931486397],[-73.6321541986258,41.03155531481129],[-73.63192619853963,41.03133631477585],[-73.63174019846932,41.03115731474689],[-73.63147219836789,41.03089731470473],[-73.63146319836437,41.030886314702876],[-73.6312561982835,41.03064131466165],[-73.631030198194,41.03035331461261],[-73.63090119813955,41.030130314573135],[-73.63082319810287,41.02993031453649],[-73.630683198037,41.02957031447049],[-73.63059119799428,41.029343314429],[-73.63051519796232,41.029214314406204],[-73.63042319792373,41.029059314378834],[-73.63027919786674,41.028876314347684],[-73.63004519777658,41.02862131430539],[-73.62975419766641,41.028338314259486],[-73.6297411976616,41.028327314257766],[-73.62961519761512,41.0282263142421],[-73.62941819754452,41.028103314224474],[-73.62950319756601,41.02800031420146],[-73.62978219764089,41.02773731414068],[-73.62998219769592,41.027572314101725],[-73.6306161978784,41.02718831400549],[-73.63076719792183,41.02709631398247],[-73.63093819797253,41.02701831396153],[-73.63132919808912,41.02685231391608],[-73.6317031982023,41.02672231387824],[-73.63179119822891,41.02669131386926],[-73.63209719832126,41.02658031383739],[-73.6325121984445,41.026395313787425],[-73.63267019849032,41.02630531376455],[-73.63305619860213,41.02608431370847],[-73.63379219881125,41.02559131358748],[-73.63410219889907,41.02537931353569],[-73.63417319891943,41.02533531352472],[-73.63428119895053,41.02527031350841],[-73.63438219897898,41.02519831349095],[-73.63445119899855,41.02515131347945],[-73.63463519905112,41.02503331345024],[-73.63479019909464,41.02492031342296],[-73.63485419911268,41.02487531341202],[-73.63505719917065,41.02474431337962],[-73.63538819926379,41.024507313322225],[-73.63575519936914,41.024280313265585],[-73.63581719938679,41.0242393132555],[-73.63616419948603,41.02401831320071],[-73.6361791994903,41.02400831319825],[-73.63622319950295,41.02398131319149],[-73.63623919950759,41.023972313189205],[-73.63636119954343,41.02391131317322],[-73.63672419965019,41.023731313125936],[-73.63672919965163,41.02372831312519],[-73.63685019968699,41.02366431310863],[-73.63691219970504,41.02363031309992],[-73.63699319972875,41.023588313089014],[-73.63706619975041,41.02355531308013],[-73.63743319985954,41.023394313036434],[-73.63773419994946,41.02326931300199],[-73.63795820001644,41.02317731297654],[-73.63813720006902,41.023087312952995],[-73.6381492000726,41.02308231295162],[-73.63833720012865,41.02300231292973],[-73.63867920022864,41.02282231288313],[-73.63876520025384,41.02277831287167],[-73.63885120027818,41.02271931285727],[-73.63897920031431,41.022629312835384],[-73.63924420038933,41.02244731279094],[-73.63936020042141,41.02235431276886],[-73.6394842004559,41.022258312745954],[-73.63960020048985,41.022198312730346],[-73.63969920051699,41.0221143127106],[-73.63994420059964,41.02217731271488],[-73.64012020065815,41.02220731271496],[-73.64033520072657,41.02219131270473],[-73.64069520083824,41.022113312677554],[-73.64115020097434,41.02192731262606],[-73.64137520104029,41.02181231259606],[-73.64164120111592,41.02163531255257],[-73.64194120119748,41.02137031249069],[-73.64215120125405,41.02117631244572],[-73.64225420128142,41.02107431242229],[-73.64237520131228,41.02093231239046],[-73.64239720131258,41.02081431236659],[-73.6428302014414,41.02062531231523],[-73.64283020144123,41.020622312314636],[-73.64315720154131,41.02052831228541],[-73.64345320163261,41.02045531226132],[-73.64357520166834,41.020392312244944],[-73.64371120170705,41.02030231222279],[-73.64429320185776,41.019658312077254],[-73.64460120193876,41.019339312004526],[-73.64466320195083,41.0192013119754],[-73.64460320192404,41.01907231195208],[-73.64557120220285,41.01849031180596],[-73.64564820222499,41.018443311794194],[-73.64588120229216,41.01830431175924],[-73.64595920231473,41.01825931174785],[-73.64605420234211,41.01820231173353],[-73.64634120242485,41.0180313116905],[-73.64634420242577,41.01803031169021],[-73.64643820245303,41.017977311676724],[-73.64689420258534,41.01772031161125],[-73.6469262025947,41.01770331160686],[-73.64749320276059,41.01740731153008],[-73.64827020298587,41.01696631141793],[-73.64872620311817,41.016709311352464],[-73.64900020321521,41.01685931137285],[-73.64914220326544,41.016936311383255],[-73.64954020340566,41.01714231141054],[-73.6497972034957,41.01726631142639],[-73.64983720350982,41.017287311429186],[-73.65011220360721,41.01743831144973],[-73.65016620363114,41.01755131147012],[-73.65019020364427,41.01764531148777],[-73.65019620364737,41.01766531149151],[-73.65019820365485,41.017784311514774],[-73.65018520366246,41.01798931155542],[-73.65014420366397,41.018245311607004],[-73.6501242036609,41.01830431161923],[-73.65005420365051,41.018516311663134],[-73.65004220364872,41.01855231167059],[-73.65000520364318,41.01866331169359],[-73.64999420364174,41.01870031170122],[-73.64998020363977,41.018744311710286],[-73.649887203622,41.01895731175515],[-73.64980120361004,41.01923131181174],[-73.64981220361912,41.01932731183021],[-73.64982520362958,41.01943631185115],[-73.64991720367283,41.019672311894425],[-73.64996420370387,41.01994831194701],[-73.6499832037246,41.020202311996215],[-73.6500002037382,41.02034331202331],[-73.65006620377814,41.02066731208468],[-73.65013720381819,41.0209653121408],[-73.65022520386371,41.02126331219636],[-73.65023920387084,41.02130831220472],[-73.6503882039533,41.0219063123171],[-73.65042620397206,41.02201931233802],[-73.65045120398284,41.0220663123464],[-73.65053520401891,41.02222231237424],[-73.65067920408332,41.02253431243068],[-73.65069720409132,41.022572312437546],[-73.65073520411082,41.02269831246099],[-73.65070520411594,41.0229553125124],[-73.65073720414013,41.02319631255861],[-73.65085220419242,41.02346031260661],[-73.65093020422695,41.023623312636005],[-73.65094320423414,41.02367531264577],[-73.65099720426393,41.023890312686156],[-73.65102420428693,41.02413831273392],[-73.65106120430819,41.02430031276448],[-73.65117020435504,41.02450331280069],[-73.65128220440583,41.02475831284701],[-73.6513522044355,41.02488131286882],[-73.65137020444729,41.02498531288864],[-73.65136020444884,41.02506831290523],[-73.65135520446287,41.025340312958754],[-73.65136220447918,41.025584313006384],[-73.65139120449683,41.02572831303366],[-73.65148020453583,41.02590731306584],[-73.65154920456447,41.02601831308532],[-73.65166120460873,41.02615931310929],[-73.65177820465695,41.026341313141124],[-73.65183220468145,41.026464313163466],[-73.6518552046929,41.02653431317643],[-73.6518702047004,41.02658031318496],[-73.65189020472958,41.02697531326176],[-73.6519272047581,41.02726331331703],[-73.65195520478382,41.02755331337299],[-73.65224220488787,41.027752313402544],[-73.65233520492194,41.0278233134134],[-73.65251220498693,41.027960313434434],[-73.65279820509296,41.02819931347186],[-73.65301420517842,41.02847331351846],[-73.65309620521288,41.028612313543015],[-73.65325120527727,41.02886231358691],[-73.65334920531792,41.029019313614484],[-73.65352620538776,41.02924031365198],[-73.65358320541023,41.02931131366403],[-73.65368020544855,41.029433313684734],[-73.65375320547763,41.02952931370115],[-73.65380920549995,41.02960331371382],[-73.65385220551707,41.029659313723386],[-73.65386120552064,41.029671313725444],[-73.65399120557134,41.02982331375097],[-73.65399920557444,41.02983231375246],[-73.65404420559125,41.02987231375882],[-73.65422420565876,41.03003631378505],[-73.65434020570223,41.0301413138018],[-73.65436520571157,41.0301633138053],[-73.6546912058305,41.03040231384141],[-73.65491620591081,41.03053631386025],[-73.65515920599968,41.03071831388792],[-73.6553162060574,41.030841313906855],[-73.6553522060707,41.03087031391136],[-73.65553820613808,41.030998313930304],[-73.65565420617877,41.031055313937664],[-73.65568020618792,41.03106831393936],[-73.65589620626037,41.031116313941624],[-73.65621220636645,41.03118831394533],[-73.65653620647798,41.031310313958535],[-73.65660620650335,41.03135831396564],[-73.65676320656534,41.03155531399909],[-73.65690320662192,41.031753314033296],[-73.65698820665631,41.03187431405423],[-73.65708320669789,41.03206431408834],[-73.65726120677063,41.03233031413463],[-73.65728720678139,41.03237131414181],[-73.65741620683494,41.032578314178146],[-73.65750320686789,41.03266331419193],[-73.65776620696761,41.032921314233846],[-73.65778020697292,41.03293531423613],[-73.65785620700147,41.03300531424733],[-73.6579272070282,41.03307131425793],[-73.65814320710938,41.03327131429002],[-73.65821520713646,41.033338314300785],[-73.65848620723841,41.03359031434124],[-73.65850820724665,41.03361031434444],[-73.65878720735452,41.03392031439602],[-73.6590662074606,41.03419931444151],[-73.65923420752696,41.034410314477334],[-73.65925520753521,41.03443631448174],[-73.65947420762068,41.03469331452491],[-73.65956120765469,41.034796314542234],[-73.65982220775675,41.03510631459439],[-73.6599092077908,41.035210314611916],[-73.66004020784268,41.03537731464032],[-73.66026020792974,41.03565631468776],[-73.66046420800701,41.03585531472003],[-73.6604922080176,41.03588231472442],[-73.6605712080466,41.035943314733764],[-73.66062720806761,41.03599431474193],[-73.66078820812493,41.03608731475484],[-73.66081220813346,41.036101314756785],[-73.66102120820935,41.0362483147787],[-73.66124920829189,41.036404314801764],[-73.66125820829515,41.03641031480263],[-73.66140120834723,41.03651331481812],[-73.66154020839949,41.036642314838815],[-73.66158820841808,41.03669631484782],[-73.66161220842778,41.0367303148537],[-73.6617702084915,41.0369513148918],[-73.66189120854247,41.03715831492839],[-73.66202320860032,41.037423314975996],[-73.66206520861952,41.0375213149938],[-73.66211720864315,41.03764031501544],[-73.66213620865418,41.03772531503149],[-73.6621492086634,41.03781231504811],[-73.66239620873704,41.03770731501934],[-73.66245320875431,41.03768831501374],[-73.66266020881729,41.03762231499396],[-73.66290620889332,41.03756431497446],[-73.66308020894883,41.03755331496656],[-73.66323020899752,41.03755831496259],[-73.66335120903786,41.03758131496309],[-73.6634172090602,41.037599314964446],[-73.6634722090788,41.037614314965566],[-73.66356820911203,41.03765331497006],[-73.66372720916655,41.03770931497577],[-73.66393020924384,41.03791431500927],[-73.66394920925106,41.03793331501236],[-73.66415120932666,41.03811431504117],[-73.66450320945239,41.038325315070914],[-73.66463420950002,41.03841831508482],[-73.66463820950149,41.03842131508528],[-73.66488920959023,41.038556315103456],[-73.66470320955528,41.03899131519488],[-73.6645052095113,41.03933631526907],[-73.66428220946773,41.039828315372894],[-73.66410420943318,41.0402253154566],[-73.66362320933143,41.04115231565422],[-73.66347920930346,41.04147331572192],[-73.6633592092776,41.04169631576961],[-73.66327120925872,41.041861315804866],[-73.66263820912972,41.04316631608162],[-73.66240220907974,41.04362031617842],[-73.66239920907917,41.043627316179894],[-73.66221220903799,41.04395931625114],[-73.66209720901972,41.044286316319045],[-73.6619752090066,41.044741316412285],[-73.66191320899789,41.04493731645275],[-73.66180220896311,41.044955316459955],[-73.66166520892497,41.045060316485056],[-73.66140120884619,41.04517131651553],[-73.6612192087915,41.04524131653527],[-73.66107820874612,41.04524331654032],[-73.66076720864555,41.04523931654982],[-73.66075920864287,41.04523731654969],[-73.66062420859741,41.04520431654768],[-73.66039720851892,41.045113316537346],[-73.66019620844745,41.04499831652143],[-73.65999620837903,41.04493131651491],[-73.65973220828666,41.044806316499134],[-73.65930520814352,41.04471331649501],[-73.65910920807997,41.044707316500315],[-73.65895520803315,41.044757316515195],[-73.65885420800447,41.044825316531856],[-73.65874320797676,41.04496531656297],[-73.65866820795985,41.04509231659035],[-73.65850120793083,41.045523316680345],[-73.658340207904,41.045959316771146],[-73.65819920787949,41.04632331684716],[-73.65817820787599,41.04638031685902],[-73.65811020786721,41.046608316905974],[-73.65801020788813,41.0475313170902],[-73.65798020788694,41.04767831712],[-73.6579242078759,41.04780031714577],[-73.657904207871,41.04782731715172],[-73.65761320780155,41.04825131724446],[-73.6575102077784,41.04842631728216],[-73.65737620774532,41.048602317321084],[-73.65736620774284,41.048615317323964],[-73.65725020771539,41.048788317361705],[-73.65718520769956,41.0488773173813],[-73.65695520764348,41.04919231745064],[-73.65686920762325,41.04932231747896],[-73.6564882075342,41.04991031760681],[-73.65623720747968,41.05036931770507],[-73.65611620745678,41.05064931776395],[-73.65606220744482,41.05074431778435],[-73.65587620740395,41.05107631785558],[-73.65578320738183,41.0512133178855],[-73.65560020733791,41.051475317942895],[-73.65545920730641,41.05171831799519],[-73.65534920728344,41.051935318041345],[-73.65524420726236,41.05215731808834],[-73.65512420723839,41.05241331814247],[-73.65502220721942,41.052655318193274],[-73.65486520718112,41.052869318240404],[-73.65462320711329,41.05304731828329],[-73.65453520708817,41.05310431829737],[-73.6541752069835,41.05330331834827],[-73.65406620695454,41.05341131837304],[-73.65394220692659,41.0536203184181],[-73.6537792068948,41.053981318494245],[-73.65372620688339,41.05408031851539],[-73.65367420687014,41.05414131852907],[-73.65356820684764,41.05434431857235],[-73.65340920680885,41.054561318620124],[-73.65331820678692,41.05469031864843],[-73.653177206753,41.054891318692476],[-73.65291320668639,41.05521331876431],[-73.65278820665021,41.05528531878254],[-73.65265420660974,41.05533331879637],[-73.6525242065709,41.055387318811256],[-73.65231820651049,41.055492318838645],[-73.6522502064906,41.055528318847955],[-73.65211220645041,41.05560331886719],[-73.65179320636553,41.055916318939076],[-73.65159820631678,41.056162318993735],[-73.65159520631599,41.05616531899443],[-73.65142920627736,41.05642431905067],[-73.65131120624383,41.05650331907005],[-73.65112120619001,41.056633319101806],[-73.65094920614006,41.05672931912629],[-73.65085220611198,41.05678531914048],[-73.65082620610445,41.05680031914428],[-73.65069420607033,41.05694731917745],[-73.6504972060282,41.057319319256855],[-73.65044820602019,41.057454319284936],[-73.6503902060088,41.057581319311744],[-73.65035220600558,41.05773831934377],[-73.65032220600023,41.05781331935946],[-73.65028720599383,41.05789831937728],[-73.65020420597904,41.05810631942078],[-73.65002920594188,41.05844131949222],[-73.64986820589958,41.05860831953025],[-73.64950420579535,41.05883831958736],[-73.64929220573732,41.05901831962963],[-73.64923720572611,41.059131319653595],[-73.64903220569126,41.05967431976679],[-73.64892120568305,41.06015331986431],[-73.6489002056829,41.06026831988755],[-73.64883420567747,41.060543319943626],[-73.64861420563663,41.06106632005338],[-73.64839720559648,41.061584320162055],[-73.64831120557882,41.06175932019918],[-73.64825020556806,41.06191432023159],[-73.648079205528,41.062176320288565],[-73.6480792055189,41.06201832025761],[-73.64799320548082,41.06183932022537],[-73.64787820543506,41.061689320199775],[-73.64753920530173,41.06127432012964],[-73.64729220520461,41.06097232007862],[-73.64671020497373,41.06022531995148],[-73.64664420494718,41.060134319935806],[-73.64657120491503,41.059985319909025],[-73.64652920489307,41.059839319881796],[-73.64653620487584,41.05950131981532],[-73.64655120486452,41.05922131975996],[-73.64654120484096,41.05886831969111],[-73.64652420482659,41.058714319661505],[-73.64640620476962,41.058386319601105],[-73.64625520469671,41.05796731952398],[-73.64606220459957,41.05736231941179],[-73.64594020454162,41.0570403193527],[-73.64581920448823,41.056791319307905],[-73.64579520447761,41.056741319298894],[-73.64564920441494,41.0564713192508],[-73.64550720435702,41.05626131921433],[-73.64535920429836,41.05607231918218],[-73.6451842042283,41.055836319141704],[-73.64494820413658,41.05556631909657],[-73.64473420405265,41.05530831905309],[-73.64471920404705,41.055295319051034],[-73.64456320398905,41.05516231903012],[-73.64432820390417,41.055005319007094],[-73.6442122038631,41.05494231899858],[-73.64393120376414,41.05479831897965],[-73.64361420365101,41.054610318953266],[-73.6435752036364,41.05457531894769],[-73.64345420359106,41.05446631893032],[-73.64335020354973,41.054331318907295],[-73.64326620351358,41.0541743188793],[-73.64305520343108,41.05392431883726],[-73.6428592033525,41.0536583187916],[-73.64261220325501,41.05334931873919],[-73.64231320314123,41.05304931869027],[-73.6421552030812,41.0528923186647],[-73.64185820296831,41.05259631861649],[-73.64165820288966,41.052351318575084],[-73.64157320285628,41.05224831855769],[-73.64133320276005,41.05192231850171],[-73.64117220268795,41.051572318438424],[-73.64111620266361,41.05146331841891],[-73.64098320260575,41.051204318372534],[-73.64080120252093,41.05075131828975],[-73.64061820243872,41.05034931821698],[-73.64041120235288,41.050018318158926],[-73.64029020230818,41.04992031814371],[-73.64000820220646,41.04973431811656],[-73.63975220211682,41.0496123181011],[-73.63933420197233,41.04944531808216],[-73.63904920187582,41.049366318076075],[-73.63887620181723,41.04931831807239],[-73.63845120167392,41.049211318065446],[-73.63822420160038,41.04920631807195],[-73.63812120156801,41.04922131807829],[-73.63802820153931,41.04924431808587],[-73.63793520150502,41.049169318074235],[-73.63782020146252,41.04907631805981],[-73.63763820139776,41.04897131804524],[-73.63753520136113,41.04891231803706],[-73.63751320134867,41.04881931801956],[-73.63745020131228,41.048540317966946],[-73.63743020130046,41.04844731794935],[-73.63735220127587,41.048457317953904],[-73.6372802012532,41.048467317958256],[-73.63715620121475,41.048494317967624],[-73.63712020120307,41.04849331796862],[-73.63704220117792,41.04849331797119],[-73.63674320108426,41.04854231799066],[-73.6366472010539,41.048553317995996],[-73.63637220096719,41.04858831801193],[-73.63592420082331,41.04860031802908],[-73.63548820068142,41.04857931803934],[-73.63545420067027,41.04857631803987],[-73.63505620054052,41.04855331804851],[-73.63483220046719,41.048535318052366],[-73.63453720037097,41.04851731805858],[-73.6344952003573,41.04851531805957],[-73.63393420017523,41.04849731807456],[-73.63325819995521,41.04846431809041],[-73.63298119986426,41.04843731809426],[-73.63289119983476,41.04842931809565],[-73.6324651996946,41.048382318100494],[-73.63233719965099,41.04834231809688],[-73.63227519962994,41.048324318095396],[-73.6321251995786,41.048273318090345],[-73.63197319952464,41.048188318078694],[-73.63196919952325,41.048186318078436],[-73.63184119947982,41.04814931807541],[-73.631691199428,41.04809031806879],[-73.6315681993859,41.04804831806461],[-73.63146019935014,41.04803231806504],[-73.63136119931697,41.048011318064205],[-73.63121119926784,41.047998318066604],[-73.63108219922603,41.047995318070264],[-73.63091719917267,41.047993318075314],[-73.6306671990921,41.04799531808396],[-73.6304631990249,41.04797131808599],[-73.63027519896345,41.047957318089445],[-73.6299981988709,41.047902318087814],[-73.62974719878649,41.04784331808452],[-73.62953419871516,41.04779831808273],[-73.62935019865273,41.047745318078405],[-73.62914819858622,41.047722318080545],[-73.62903019854804,41.04772031808405],[-73.62876719846233,41.047705318089804],[-73.62848119836909,41.0476893180961],[-73.62799119820724,41.04762431809952],[-73.62795119819502,41.04763631810318],[-73.62789019817492,41.04762931810384],[-73.62773819812502,41.04761431810591],[-73.62758519807434,41.04759131810644],[-73.62748419804093,41.04757731810704],[-73.62738019800155,41.047476318090666],[-73.62706919788374,41.04717331804153],[-73.6269661978447,41.04707231802512],[-73.62682719780354,41.04713631804225],[-73.62675919778343,41.047168318050765],[-73.626637197749,41.047254318071666],[-73.62644219769335,41.04738031810279],[-73.62642919768966,41.04738931810498],[-73.62632819766237,41.04748131812635],[-73.62627919765163,41.04756931814522],[-73.62613419762015,41.047835318202154],[-73.62608619760978,41.047924318221185],[-73.62599219758768,41.048067318252315],[-73.62561519749895,41.048639318376914],[-73.62548519746846,41.0488383184202],[-73.62489219733057,41.04976731862189],[-73.62468919727276,41.049901318654854],[-73.62459219724349,41.04993631866492],[-73.62433819716122,41.049931318672314],[-73.62370919695756,41.049919318690705],[-73.6228531966804,41.04990331871581],[-73.62278519664441,41.049659318670216],[-73.62268519659118,41.049295318602155],[-73.62258819653883,41.0489293185336],[-73.62252419650419,41.04868631848809],[-73.62250019649132,41.04859731847142],[-73.6224311964538,41.04833231842175],[-73.62240819644131,41.04824431840525],[-73.62163519618812,41.048179318418],[-73.62131319608267,41.04815231842333],[-73.62096619596879,41.048119318428306],[-73.62061519585579,41.04812431844086],[-73.62031519575876,41.04812031844997],[-73.62028619574934,41.048119318450745],[-73.6194011954623,41.04809431847502],[-73.61931419543423,41.048094318477894],[-73.61854019518493,41.04810231850499],[-73.61845919517552,41.04839331856472],[-73.61844419517416,41.04845331857697],[-73.6182861951616,41.04912131871314],[-73.61816319514412,41.04950731879288],[-73.61805319512864,41.04985531886473],[-73.61789019509992,41.050270318951455],[-73.61785319509353,41.05036631897149],[-73.61774919508946,41.0508793190755],[-73.61755319505725,41.05141831918763],[-73.61749119504431,41.05154131921379],[-73.61729319500343,41.051941319298734],[-73.61721919498284,41.05199831931234],[-73.6171811949723,41.05202831931949],[-73.61705319494214,41.05222231936173],[-73.61700219493025,41.0523013193789],[-73.6169601949129,41.052235319367334],[-73.61690719489086,41.05214931935223],[-73.61681919485673,41.052050319335734],[-73.61676819483695,41.05199231932604],[-73.61666219479842,41.051917319314825],[-73.61662219478396,41.051890319310864],[-73.61656719476328,41.05183931930268],[-73.61644419471334,41.05166131927183],[-73.61641019470039,41.05162731926629],[-73.61631919466579,41.05153631925146],[-73.61640519468591,41.05140331922255],[-73.61644719468984,41.05123631918841],[-73.61649519467439,41.05069831908137],[-73.61646219463157,41.05013931897288],[-73.61649219461643,41.04970831888739],[-73.61650319461118,41.04955531885704],[-73.61648619459608,41.04938831882486],[-73.61650319459788,41.049324318811756],[-73.61650619459346,41.049230318793214],[-73.61648019456918,41.04895431873997],[-73.6164011945251,41.04863131867925],[-73.61598419433484,41.047663318503204],[-73.61563119416493,41.04669031832408],[-73.61561819415654,41.0466173183102],[-73.61558019413732,41.04649631828773],[-73.61556419412629,41.04639431826827],[-73.61552519410264,41.0462023182319],[-73.61547719407542,41.04599831819348],[-73.6154711940655,41.045859318166436],[-73.61548019406001,41.04571331813751],[-73.61552319405985,41.045469318088244],[-73.61557719406294,41.04522031803765],[-73.61570919408685,41.04489531796958],[-73.61583319410654,41.04454231789627],[-73.61585519410313,41.04435931785967],[-73.61593119409272,41.04375231773814],[-73.61601919407683,41.042982317584254],[-73.61604419407857,41.04287231756188],[-73.61610719409195,41.042751317536066],[-73.61612719409621,41.04271331752796],[-73.61620619411221,41.042548317493],[-73.6164071941474,41.04203231738519],[-73.61642519415095,41.041993317376956],[-73.61675619421744,41.04129231722858],[-73.61709219428319,41.040550317072],[-73.61717619429983,41.040368317033554],[-73.61724919431437,41.04021131700034],[-73.61743919435392,41.03983331691997],[-73.61746519435434,41.03969431689184],[-73.61748719435757,41.03962731687797],[-73.61738719430512,41.039276316812455],[-73.6172471942313,41.038778316719416],[-73.61719919418597,41.03825931661922],[-73.61720119415033,41.0376283164954],[-73.61720619414855,41.03756931648367],[-73.61725519413136,41.03699531636948],[-73.61735219416114,41.03696931636119],[-73.61747119419863,41.03695331635412],[-73.61751019421024,41.036936316349504],[-73.61772319427678,41.03689831633504],[-73.617743194283,41.036894316333594],[-73.61806619438373,41.036833316310975],[-73.61844619450122,41.036744316281],[-73.61907419469438,41.036579316227936],[-73.61920419473448,41.03654731621737],[-73.61969219488533,41.03643231617873],[-73.61992919495808,41.036367316158156],[-73.62028119506624,41.03627331612813],[-73.62063919517577,41.03616931609594],[-73.6208761952484,41.036102316074974],[-73.62102419529306,41.03604831605951],[-73.62130719537723,41.035924316025856],[-73.6213161953799,41.035920316024786],[-73.62136719539515,41.03589931601897],[-73.62212319561424,41.03546731590932],[-73.6224591957084,41.03521931584961],[-73.6224991957198,41.0351933158432],[-73.62276019579443,41.035026315801844],[-73.62288319582846,41.03492831577856],[-73.62295219584763,41.03487431576569],[-73.62304619587381,41.03480231574848],[-73.62308419588372,41.03476131573917],[-73.6231391958982,41.034704315726174],[-73.62314419589934,41.03469631572446],[-73.6231981959128,41.03462731570914]]]},"properties":{"name":103,"geoid":"09001010300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.67192821151447,41.032542313691685],[-73.67173721145883,41.03264631371839],[-73.67163821143416,41.03277231374637],[-73.67135321136159,41.03310831382167],[-73.67130621135085,41.03318531383832],[-73.67123721133501,41.03329631386236],[-73.67117321132046,41.033402313885254],[-73.6710412112913,41.03363531393531],[-73.67097721127725,41.03374931395978],[-73.6708802112539,41.03388731399004],[-73.67082321124104,41.033983314010754],[-73.67077321122999,41.034071314029646],[-73.6706772112057,41.03418731405557],[-73.67053221116832,41.03435031409232],[-73.67036921112422,41.03449731412653],[-73.67025221109193,41.03459231414903],[-73.67003621103257,41.03477131419126],[-73.66975021095489,41.035024314250315],[-73.66941621086426,41.03532131431959],[-73.66901221075541,41.03569431440607],[-73.66890721072755,41.03579831442994],[-73.66878421069494,41.03592131445813],[-73.66864021065707,41.03607031449209],[-73.66854521063209,41.03616831451444],[-73.66842421060176,41.03631931454805],[-73.66831921057612,41.036462314579566],[-73.66794421048182,41.03692531468273],[-73.6675542103816,41.03736931478266],[-73.66726521030947,41.03773531486398],[-73.66714421029204,41.03811031494149],[-73.6670392102755,41.03841131500398],[-73.66691521024904,41.03864631505415],[-73.66667821017299,41.03865331506336],[-73.66646921010488,41.038641315067906],[-73.66615721000417,41.038640315078034],[-73.66570820985804,41.03861831508854],[-73.66541820976431,41.03861531509754],[-73.66536120974568,41.03861131509862],[-73.66527520971765,41.038606315100495],[-73.6652232097007,41.03860331510163],[-73.66517320968453,41.03860231510308],[-73.66507620965317,41.03860131510609],[-73.66488920959023,41.038556315103456],[-73.66463820950149,41.03842131508528],[-73.66463420950002,41.03841831508482],[-73.66450320945239,41.038325315070914],[-73.66415120932666,41.03811431504117],[-73.66394920925106,41.03793331501236],[-73.66393020924384,41.03791431500927],[-73.66372720916655,41.03770931497577],[-73.66356820911203,41.03765331497006],[-73.6634722090788,41.037614314965566],[-73.6634172090602,41.037599314964446],[-73.66335120903786,41.03758131496309],[-73.66323020899752,41.03755831496259],[-73.66308020894883,41.03755331496656],[-73.66290620889332,41.03756431497446],[-73.66266020881729,41.03762231499396],[-73.66245320875431,41.03768831501374],[-73.66239620873704,41.03770731501934],[-73.6621492086634,41.03781231504811],[-73.66213620865418,41.03772531503149],[-73.66211720864315,41.03764031501544],[-73.66206520861952,41.0375213149938],[-73.66202320860032,41.037423314975996],[-73.66189120854247,41.03715831492839],[-73.6617702084915,41.0369513148918],[-73.66161220842778,41.0367303148537],[-73.66158820841808,41.03669631484782],[-73.66154020839949,41.036642314838815],[-73.66140120834723,41.03651331481812],[-73.66125820829515,41.03641031480263],[-73.66124920829189,41.036404314801764],[-73.66102120820935,41.0362483147787],[-73.66081220813346,41.036101314756785],[-73.66078820812493,41.03608731475484],[-73.66062720806761,41.03599431474193],[-73.6605712080466,41.035943314733764],[-73.6604922080176,41.03588231472442],[-73.66046420800701,41.03585531472003],[-73.66026020792974,41.03565631468776],[-73.66004020784268,41.03537731464032],[-73.6599092077908,41.035210314611916],[-73.65982220775675,41.03510631459439],[-73.65956120765469,41.034796314542234],[-73.65947420762068,41.03469331452491],[-73.65925520753521,41.03443631448174],[-73.65923420752696,41.034410314477334],[-73.6590662074606,41.03419931444151],[-73.65878720735452,41.03392031439602],[-73.65850820724665,41.03361031434444],[-73.65848620723841,41.03359031434124],[-73.65821520713646,41.033338314300785],[-73.65814320710938,41.03327131429002],[-73.6579272070282,41.03307131425793],[-73.65785620700147,41.03300531424733],[-73.65778020697292,41.03293531423613],[-73.65776620696761,41.032921314233846],[-73.65750320686789,41.03266331419193],[-73.65741620683494,41.032578314178146],[-73.65728720678139,41.03237131414181],[-73.65726120677063,41.03233031413463],[-73.65708320669789,41.03206431408834],[-73.65698820665631,41.03187431405423],[-73.65690320662192,41.031753314033296],[-73.65676320656534,41.03155531399909],[-73.65660620650335,41.03135831396564],[-73.65653620647798,41.031310313958535],[-73.65621220636645,41.03118831394533],[-73.65589620626037,41.031116313941624],[-73.65568020618792,41.03106831393936],[-73.65565420617877,41.031055313937664],[-73.65553820613808,41.030998313930304],[-73.6553522060707,41.03087031391136],[-73.6553162060574,41.030841313906855],[-73.65515920599968,41.03071831388792],[-73.65491620591081,41.03053631386025],[-73.6546912058305,41.03040231384141],[-73.65436520571157,41.0301633138053],[-73.65434020570223,41.0301413138018],[-73.65422420565876,41.03003631378505],[-73.65404420559125,41.02987231375882],[-73.65399920557444,41.02983231375246],[-73.65399120557134,41.02982331375097],[-73.65386120552064,41.029671313725444],[-73.65385220551707,41.029659313723386],[-73.65380920549995,41.02960331371382],[-73.65375320547763,41.02952931370115],[-73.65368020544855,41.029433313684734],[-73.65358320541023,41.02931131366403],[-73.65352620538776,41.02924031365198],[-73.65334920531792,41.029019313614484],[-73.65325120527727,41.02886231358691],[-73.65309620521288,41.028612313543015],[-73.65301420517842,41.02847331351846],[-73.65279820509296,41.02819931347186],[-73.65251220498693,41.027960313434434],[-73.65233520492194,41.0278233134134],[-73.65224220488787,41.027752313402544],[-73.65195520478382,41.02755331337299],[-73.6519272047581,41.02726331331703],[-73.65189020472958,41.02697531326176],[-73.6518702047004,41.02658031318496],[-73.6518552046929,41.02653431317643],[-73.65183220468145,41.026464313163466],[-73.65177820465695,41.026341313141124],[-73.65166120460873,41.02615931310929],[-73.65154920456447,41.02601831308532],[-73.65148020453583,41.02590731306584],[-73.65139120449683,41.02572831303366],[-73.65136220447918,41.025584313006384],[-73.65135520446287,41.025340312958754],[-73.65136020444884,41.02506831290523],[-73.65137020444729,41.02498531288864],[-73.6513522044355,41.02488131286882],[-73.65128220440583,41.02475831284701],[-73.65117020435504,41.02450331280069],[-73.65106120430819,41.02430031276448],[-73.65102420428693,41.02413831273392],[-73.65099720426393,41.023890312686156],[-73.65094320423414,41.02367531264577],[-73.65093020422695,41.023623312636005],[-73.65085220419242,41.02346031260661],[-73.65073720414013,41.02319631255861],[-73.65070520411594,41.0229553125124],[-73.65073520411082,41.02269831246099],[-73.65069720409132,41.022572312437546],[-73.65067920408332,41.02253431243068],[-73.65053520401891,41.02222231237424],[-73.65045120398284,41.0220663123464],[-73.65042620397206,41.02201931233802],[-73.6503882039533,41.0219063123171],[-73.65023920387084,41.02130831220472],[-73.65022520386371,41.02126331219636],[-73.65013720381819,41.0209653121408],[-73.65006620377814,41.02066731208468],[-73.6500002037382,41.02034331202331],[-73.6499832037246,41.020202311996215],[-73.64996420370387,41.01994831194701],[-73.64991720367283,41.019672311894425],[-73.64982520362958,41.01943631185115],[-73.64981220361912,41.01932731183021],[-73.64980120361004,41.01923131181174],[-73.649887203622,41.01895731175515],[-73.64998020363977,41.018744311710286],[-73.64999420364174,41.01870031170122],[-73.65000520364318,41.01866331169359],[-73.65004220364872,41.01855231167059],[-73.65005420365051,41.018516311663134],[-73.6501242036609,41.01830431161923],[-73.65014420366397,41.018245311607004],[-73.65018520366246,41.01798931155542],[-73.65019820365485,41.017784311514774],[-73.65019620364737,41.01766531149151],[-73.65019020364427,41.01764531148777],[-73.65016620363114,41.01755131147012],[-73.65011220360721,41.01743831144973],[-73.64983720350982,41.017287311429186],[-73.6497972034957,41.01726631142639],[-73.64954020340566,41.01714231141054],[-73.64914220326544,41.016936311383255],[-73.64900020321521,41.01685931137285],[-73.64872620311817,41.016709311352464],[-73.64873920312203,41.016703311350845],[-73.6487602031284,41.01669631134879],[-73.6487782031334,41.01668231134544],[-73.64879020313681,41.01667431134348],[-73.64897420319063,41.01657831131858],[-73.64922320326356,41.01644931128506],[-73.64951620334774,41.01627031124026],[-73.649694203399,41.016162311213215],[-73.64986620344841,41.01605731118693],[-73.65038520359789,41.0157453111086],[-73.65046620362125,41.015697311096496],[-73.65055920364816,41.01564331108283],[-73.65083620372832,41.0154833110423],[-73.65120520383519,41.015272310988735],[-73.6515442039319,41.015052310934394],[-73.65165320396304,41.01498231091706],[-73.65192420404067,41.014812310874774],[-73.6523002041504,41.01461131082293],[-73.6525652042277,41.01446931078632],[-73.65317320439593,41.0139843106711],[-73.65331120443378,41.013868310643794],[-73.65362220451587,41.01355131057134],[-73.65384720457797,41.0133693105282],[-73.65410520464916,41.01316031047868],[-73.65440320473142,41.01291931042156],[-73.65474520482535,41.01263431035435],[-73.65488620486514,41.01253531033027],[-73.65525620496834,41.01225431026294],[-73.65532120499454,41.01234531027864],[-73.65541420503075,41.01245331029677],[-73.65565120512059,41.01268631033467],[-73.65611820529752,41.0131433104089],[-73.65620520533457,41.013299310436636],[-73.65629420537218,41.01345431046411],[-73.65690220563037,41.014533310655736],[-73.65737320581522,41.0151053107524],[-73.65787320601677,41.015805310873226],[-73.65814020612015,41.01610531092326],[-73.6586802063294,41.01671431102491],[-73.65877320636653,41.01683831104617],[-73.65899320645752,41.01718631110717],[-73.65907920649043,41.017276311122004],[-73.65944820663152,41.017659311184936],[-73.66045520700763,41.01855031132647],[-73.66173620748576,41.01967831150545],[-73.6618482075276,41.019777311521175],[-73.66267320783562,41.02050531163671],[-73.6627572078671,41.02058131164886],[-73.66351120816641,41.02155531181501],[-73.66352320817131,41.021573311818145],[-73.6636052082035,41.02167331183504],[-73.66385920830145,41.021951311881196],[-73.66407520838517,41.02219531192191],[-73.66418020842475,41.02229431193787],[-73.66467320862472,41.02300531206104],[-73.66519020882822,41.0236433121691],[-73.66524120884824,41.02370531217958],[-73.6652582088549,41.02372531218293],[-73.66560720899207,41.02415231225516],[-73.66654020935891,41.025296312448724],[-73.666716209428,41.02551031248487],[-73.66678320945434,41.02559231249873],[-73.66917321039313,41.02850531299107],[-73.66977321063852,41.029405313147734],[-73.67037821087183,41.03006731325758],[-73.67051221093978,41.030496313337274],[-73.67060721099011,41.0308383134012],[-73.67107521118126,41.031535313522404],[-73.67135121128901,41.03186031357703],[-73.6714122113129,41.03193331358932],[-73.6717682114519,41.03235231365971],[-73.6718332114773,41.03242931367265],[-73.67192721151409,41.03254131369151],[-73.67192821151447,41.032542313691685]]]},"properties":{"name":104,"geoid":"09001010400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.65488620486514,41.01253531033027],[-73.65474520482535,41.01263431035435],[-73.65440320473142,41.01291931042156],[-73.65410520464916,41.01316031047868],[-73.65384720457797,41.0133693105282],[-73.65362220451587,41.01355131057134],[-73.65331120443378,41.013868310643794],[-73.65317320439593,41.0139843106711],[-73.6525652042277,41.01446931078632],[-73.6523002041504,41.01461131082293],[-73.65192420404067,41.014812310874774],[-73.65165320396304,41.01498231091706],[-73.6515442039319,41.015052310934394],[-73.65120520383519,41.015272310988735],[-73.65083620372832,41.0154833110423],[-73.65055920364816,41.01564331108283],[-73.65046620362125,41.015697311096496],[-73.65038520359789,41.0157453111086],[-73.64986620344841,41.01605731118693],[-73.649694203399,41.016162311213215],[-73.64951620334774,41.01627031124026],[-73.64922320326356,41.01644931128506],[-73.64897420319063,41.01657831131858],[-73.64879020313681,41.01667431134348],[-73.6487782031334,41.01668231134544],[-73.6487602031284,41.01669631134879],[-73.64873920312203,41.016703311350845],[-73.64872620311817,41.016709311352464],[-73.64827020298587,41.01696631141793],[-73.64749320276059,41.01740731153008],[-73.6469262025947,41.01770331160686],[-73.64689420258534,41.01772031161125],[-73.64643820245303,41.017977311676724],[-73.64634420242577,41.01803031169021],[-73.64634120242485,41.0180313116905],[-73.64605420234211,41.01820231173353],[-73.64595920231473,41.01825931174785],[-73.64588120229216,41.01830431175924],[-73.64564820222499,41.018443311794194],[-73.64557120220285,41.01849031180596],[-73.64460320192404,41.01907231195208],[-73.64466320195083,41.0192013119754],[-73.64460120193876,41.019339312004526],[-73.64429320185776,41.019658312077254],[-73.64371120170705,41.02030231222279],[-73.64357520166834,41.020392312244944],[-73.64345320163261,41.02045531226132],[-73.64315720154131,41.02052831228541],[-73.64283020144123,41.020622312314636],[-73.6428302014414,41.02062531231523],[-73.64239720131258,41.02081431236659],[-73.64237520131228,41.02093231239046],[-73.64225420128142,41.02107431242229],[-73.64215120125405,41.02117631244572],[-73.64194120119748,41.02137031249069],[-73.64164120111592,41.02163531255257],[-73.64137520104029,41.02181231259606],[-73.64115020097434,41.02192731262606],[-73.64069520083824,41.022113312677554],[-73.64033520072657,41.02219131270473],[-73.64012020065815,41.02220731271496],[-73.63994420059964,41.02217731271488],[-73.63969920051699,41.0221143127106],[-73.63960020048985,41.022198312730346],[-73.6394842004559,41.022258312745954],[-73.63936020042141,41.02235431276886],[-73.63924420038933,41.02244731279094],[-73.63897920031431,41.022629312835384],[-73.63885120027818,41.02271931285727],[-73.63876520025384,41.02277831287167],[-73.63867920022864,41.02282231288313],[-73.63833720012865,41.02300231292973],[-73.6381492000726,41.02308231295162],[-73.63813720006902,41.023087312952995],[-73.63795820001644,41.02317731297654],[-73.63773419994946,41.02326931300199],[-73.63743319985954,41.023394313036434],[-73.63706619975041,41.02355531308013],[-73.63699319972875,41.023588313089014],[-73.63691219970504,41.02363031309992],[-73.63685019968699,41.02366431310863],[-73.63672919965163,41.02372831312519],[-73.63672419965019,41.023731313125936],[-73.63636119954343,41.02391131317322],[-73.63623919950759,41.023972313189205],[-73.63622319950295,41.02398131319149],[-73.6361791994903,41.02400831319825],[-73.63616419948603,41.02401831320071],[-73.63581719938679,41.0242393132555],[-73.63575519936914,41.024280313265585],[-73.63538819926379,41.024507313322225],[-73.63505719917065,41.02474431337962],[-73.63485419911268,41.02487531341202],[-73.63479019909464,41.02492031342296],[-73.63463519905112,41.02503331345024],[-73.63445119899855,41.02515131347945],[-73.63438219897898,41.02519831349095],[-73.63428119895053,41.02527031350841],[-73.63417319891943,41.02533531352472],[-73.63410219889907,41.02537931353569],[-73.63379219881125,41.02559131358748],[-73.63305619860213,41.02608431370847],[-73.63267019849032,41.02630531376455],[-73.6325121984445,41.026395313787425],[-73.63209719832126,41.02658031383739],[-73.63179119822891,41.02669131386926],[-73.6317031982023,41.02672231387824],[-73.63132919808912,41.02685231391608],[-73.63093819797253,41.02701831396153],[-73.63076719792183,41.02709631398247],[-73.6306161978784,41.02718831400549],[-73.62998219769592,41.027572314101725],[-73.62978219764089,41.02773731414068],[-73.62950319756601,41.02800031420146],[-73.62941819754452,41.028103314224474],[-73.62938719753593,41.0281283142304],[-73.62935719752775,41.028154314236495],[-73.62930119751297,41.02821131424952],[-73.62927419750592,41.028240314256095],[-73.62924919749418,41.02817631424436],[-73.62910819743344,41.027911314197034],[-73.62906119741311,41.02782131418094],[-73.62894919735845,41.02749931412147],[-73.62878219728002,41.02707231404323],[-73.62870419724392,41.026882314008525],[-73.62860719719887,41.02664331396483],[-73.62859919719268,41.02658031395275],[-73.62860919719333,41.0265353139436],[-73.62868819721105,41.02640031391451],[-73.62870719721539,41.026369313907814],[-73.62890419726608,41.02614531385738],[-73.62898919728757,41.026042313834374],[-73.62909019731327,41.02592231380748],[-73.62936119737896,41.02554431372441],[-73.62971319746538,41.02507231362022],[-73.63008519755775,41.024591313513596],[-73.63015519757641,41.02452331349795],[-73.63031619761722,41.02432931345459],[-73.6306741977069,41.0238803133547],[-73.63085819775257,41.02364231330195],[-73.63050719763302,41.02353231329194],[-73.62977119738238,41.0233033132713],[-73.62945719727544,41.023205313262416],[-73.62941519726115,41.023192313261255],[-73.62911219715707,41.02308231324968],[-73.62908319714714,41.02307231324867],[-73.62902319712576,41.02303731324379],[-73.62888319707601,41.0229573132327],[-73.62876719703428,41.022882313221814],[-73.62868419700445,41.02282931321415],[-73.62842819691127,41.02264531318649],[-73.62815819681302,41.02245131315735],[-73.62772019665796,41.0222123131249],[-73.62761719662238,41.02217131312026],[-73.62753619659446,41.02214031311686],[-73.62731719652047,41.02208231311268],[-73.62731019651224,41.02197831309251],[-73.6273081965093,41.02193831308473],[-73.62727019648841,41.02178831305657],[-73.62725519647898,41.021708313041366],[-73.62725119647568,41.021673313034626],[-73.6272401964662,41.02157031301478],[-73.62722919645238,41.02139131298003],[-73.62720519643294,41.021188312941],[-73.62889319696845,41.021030312854336],[-73.63055119748762,41.02075631274593],[-73.6323791980523,41.020320312600106],[-73.63227219795368,41.01920531238489],[-73.63315419828265,41.019978312507476],[-73.63436519863383,41.019291312332754],[-73.63565519899228,41.018287312093236],[-73.63751319950022,41.01669631171981],[-73.64526620160821,41.009860310122825],[-73.64534220162905,41.00979631010778],[-73.64557220169225,41.00960531006272],[-73.64564920171347,41.00954231004779],[-73.64614820185466,41.00919830996385],[-73.64713920213507,41.00851530979713],[-73.64764420227796,41.00816730971218],[-73.6481442024195,41.00782430962839],[-73.64873720259723,41.00758830956251],[-73.65051720313062,41.00687930936466],[-73.6511112033087,41.006644309298956],[-73.65136320338537,41.006564309274935],[-73.65211920361544,41.0063243092029],[-73.65237120369213,41.00624430917888],[-73.65244820372443,41.00637430920185],[-73.65252020375466,41.006496309223415],[-73.65266520381749,41.00677530927338],[-73.65273520384783,41.00691030929756],[-73.65276520386088,41.00696930930815],[-73.6528062038786,41.007047309322104],[-73.65285920389921,41.00710830933233],[-73.65288620390906,41.00712830933536],[-73.6529402039288,41.007168309341424],[-73.65300220395132,41.00721230934802],[-73.6530152039559,41.007219309348955],[-73.6531492040034,41.007293309359056],[-73.65325220404023,41.007356309368035],[-73.65333020406821,41.00740530937507],[-73.65347420412131,41.00752130939308],[-73.65350220413161,41.00754330939646],[-73.65361120417282,41.00764830941347],[-73.65373720422329,41.00781930944288],[-73.65381420425595,41.007955309467015],[-73.65382320425977,41.007971309469866],[-73.65391920429866,41.00810930949377],[-73.65402820434258,41.008261309519995],[-73.65435620447465,41.00871830959885],[-73.65446620451894,41.00887130962524],[-73.65455420456135,41.00911530967022],[-73.65457820457289,41.00918130968236],[-73.6547022046288,41.00945830973262],[-73.65477520466324,41.0096473097673],[-73.65481820468717,41.00982230980023],[-73.65482720469139,41.009845309804426],[-73.65486720471004,41.00994530982274],[-73.65496320474786,41.01006430984291],[-73.65497820476921,41.01035130989874],[-73.65497820477036,41.010371309902666],[-73.65498120478166,41.010551309937874],[-73.6549932047975,41.010759309978305],[-73.65497920480828,41.011025310030945],[-73.65495320481537,41.01129431008459],[-73.65494920481673,41.01134031009374],[-73.65487520480735,41.01159231014562],[-73.65481420479976,41.01180231018884],[-73.65473420479678,41.012199310269374],[-73.654778204823,41.01240831030893],[-73.65488620486514,41.01253531033027]]]},"properties":{"name":105,"geoid":"09001010500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.62424719548581,41.02131331306304],[-73.62461619560376,41.021294313047136],[-73.6252941958205,41.02125931301793],[-73.62720519643294,41.021188312941],[-73.62722919645238,41.02139131298003],[-73.6272401964662,41.02157031301478],[-73.62725119647568,41.021673313034626],[-73.62725519647898,41.021708313041366],[-73.62727019648841,41.02178831305657],[-73.6273081965093,41.02193831308473],[-73.62731019651224,41.02197831309251],[-73.62731719652047,41.02208231311268],[-73.62753619659446,41.02214031311686],[-73.62761719662238,41.02217131312026],[-73.62772019665796,41.0222123131249],[-73.62815819681302,41.02245131315735],[-73.62842819691127,41.02264531318649],[-73.62868419700445,41.02282931321415],[-73.62876719703428,41.022882313221814],[-73.62888319707601,41.0229573132327],[-73.62902319712576,41.02303731324379],[-73.62908319714714,41.02307231324867],[-73.62911219715707,41.02308231324968],[-73.62941519726115,41.023192313261255],[-73.62945719727544,41.023205313262416],[-73.62977119738238,41.0233033132713],[-73.63050719763302,41.02353231329194],[-73.63085819775257,41.02364231330195],[-73.6306741977069,41.0238803133547],[-73.63031619761722,41.02432931345459],[-73.63015519757641,41.02452331349795],[-73.63008519755775,41.024591313513596],[-73.62971319746538,41.02507231362022],[-73.62936119737896,41.02554431372441],[-73.62909019731327,41.02592231380748],[-73.62898919728757,41.026042313834374],[-73.62890419726608,41.02614531385738],[-73.62870719721539,41.026369313907814],[-73.62868819721105,41.02640031391451],[-73.62860919719333,41.0265353139436],[-73.62859919719268,41.02658031395275],[-73.62860719719887,41.02664331396483],[-73.62870419724392,41.026882314008525],[-73.62878219728002,41.02707231404323],[-73.62894919735845,41.02749931412147],[-73.62906119741311,41.02782131418094],[-73.62910819743344,41.027911314197034],[-73.62924919749418,41.02817631424436],[-73.62927419750592,41.028240314256095],[-73.62930119751297,41.02821131424952],[-73.62935719752775,41.028154314236495],[-73.62938719753593,41.0281283142304],[-73.62941819754452,41.028103314224474],[-73.62961519761512,41.0282263142421],[-73.6297411976616,41.028327314257766],[-73.62975419766641,41.028338314259486],[-73.63004519777658,41.02862131430539],[-73.63027919786674,41.028876314347684],[-73.63042319792373,41.029059314378834],[-73.63051519796232,41.029214314406204],[-73.63059119799428,41.029343314429],[-73.630683198037,41.02957031447049],[-73.63082319810287,41.02993031453649],[-73.63090119813955,41.030130314573135],[-73.631030198194,41.03035331461261],[-73.6312561982835,41.03064131466165],[-73.63146319836437,41.030886314702876],[-73.63147219836789,41.03089731470473],[-73.63174019846932,41.03115731474689],[-73.63192619853963,41.03133631477585],[-73.6321541986258,41.03155531481129],[-73.63248319875058,41.03187931486397],[-73.63266819882075,41.03206131489357],[-73.63266219882405,41.03215231491161],[-73.63265019882208,41.03218531491848],[-73.63260219881475,41.03232731494793],[-73.63254819880194,41.03240731496539],[-73.63248219878507,41.03248431498267],[-73.63245619877777,41.03250331498724],[-73.63239519876085,41.03255131499866],[-73.63235319874875,41.03257631500497],[-73.63225319871762,41.032596315012185],[-73.63195419862467,41.032657315034015],[-73.63185519859391,41.03267831504139],[-73.63174919856094,41.032699315049015],[-73.63143319846272,41.032764315072185],[-73.63132819843011,41.03278631507997],[-73.63091019830117,41.03288931511395],[-73.63076419825619,41.032926315126005],[-73.63027719810562,41.03304031516442],[-73.62978319795255,41.033150315202306],[-73.62965319791245,41.03318231521286],[-73.62958919789271,41.033198315218115],[-73.62923819778504,41.03329531524872],[-73.6292221977846,41.03337731526533],[-73.629218197784,41.03338931526782],[-73.62920919778277,41.0334183152738],[-73.62921319778515,41.0334373152774],[-73.62916519777438,41.033519315295045],[-73.62911419776137,41.0335793153085],[-73.62905219774291,41.03360631531584],[-73.6289651977172,41.03364731532675],[-73.62865419762866,41.03385231537722],[-73.62861919761875,41.033876315383075],[-73.62848919758403,41.03400231541209],[-73.62799519744496,41.0343553154976],[-73.62776719738152,41.03453131553963],[-73.62747219729945,41.03475931559408],[-73.62742319728594,41.034799315603536],[-73.62727719724573,41.034919315631896],[-73.62722919723262,41.034960315641506],[-73.62707519718948,41.03507431566895],[-73.62690619714226,41.035201315699425],[-73.62662519706464,41.03542831575321],[-73.62657919705204,41.03546731576237],[-73.62647519702304,41.03554631578129],[-73.626215196919,41.03519631572123],[-73.62587019678107,41.034733315641816],[-73.62547319662374,41.034225315555275],[-73.62542419660402,41.03415731554356],[-73.62516919650149,41.03380531548293],[-73.62511619648019,41.03373231547037],[-73.62506219645904,41.0336673154594],[-73.62474819633582,41.033286315395024],[-73.62473019632884,41.0332663153917],[-73.62461519628427,41.03313631537001],[-73.62439619622452,41.03332631541449],[-73.62437819621968,41.033343315418406],[-73.62425419618647,41.03346131544564],[-73.62396219611124,41.03379131551999],[-73.62380919607205,41.033968315559754],[-73.62367819603864,41.03412231559426],[-73.62362619602594,41.034193315609905],[-73.62353719600205,41.03427731562933],[-73.62341519596949,41.03439531565648],[-73.6232811959344,41.034537315688745],[-73.6231981959128,41.03462731570914],[-73.62300819583287,41.034303315651854],[-73.6230011958298,41.03428931564935],[-73.62298019582043,41.034244315641224],[-73.62289619578316,41.03406731560927],[-73.6226221956657,41.03356231551926],[-73.62247219559906,41.03324531546203],[-73.6224301955804,41.03315631544597],[-73.62236019554925,41.03300731541906],[-73.62230019552344,41.03289531539907],[-73.62226919550889,41.03281631538461],[-73.62225119550038,41.032769315375965],[-73.62216819546309,41.032586315342826],[-73.62213419544773,41.03251031532904],[-73.62207519542089,41.032374315304295],[-73.62191219534662,41.03199731523575],[-73.62190419534255,41.0319713152309],[-73.62190219534172,41.031968315230394],[-73.62183519531261,41.0318383152071],[-73.62175919528121,41.03171831518607],[-73.62165519523683,41.031530315152615],[-73.62169019521536,41.03096031503967],[-73.62174019519722,41.03036431492113],[-73.62176119520015,41.03029731490729],[-73.62176719520191,41.03029431490649],[-73.62192419521577,41.029654314775804],[-73.62201419521163,41.02907731465965],[-73.62205019520675,41.02879031460217],[-73.62213119521375,41.028457314534194],[-73.6221891952178,41.028202314482265],[-73.62227519522445,41.027835314407426],[-73.62237719523478,41.02744231432698],[-73.62244319524157,41.02719031427538],[-73.6225031952461,41.0269323142228],[-73.6226831952598,41.02616031406543],[-73.62272919526337,41.02596431402547],[-73.62274019526336,41.02590231401294],[-73.62276319526352,41.02577631398748],[-73.62278619526383,41.02565231396239],[-73.62283219526407,41.02539831391105],[-73.62285619526463,41.02527331388573],[-73.62287519526478,41.0251693138647],[-73.62293119526491,41.02485731380165],[-73.62295119526544,41.024754313780804],[-73.62312219529963,41.02438931370355],[-73.62354019538374,41.02350631351655],[-73.62362019539708,41.02328931347135],[-73.6236361953999,41.02324831346279],[-73.62380819543728,41.02293331339533],[-73.62376819541252,41.02272731335622],[-73.62371119537703,41.02242931329965],[-73.62363519533444,41.02211531324055],[-73.6235871953073,41.021912313202314],[-73.62375219535933,41.02189131319275],[-73.62401219544142,41.02186031317809],[-73.62424719551505,41.0218223131629],[-73.6244121955668,41.02179631315234],[-73.62438619555267,41.02169631313359],[-73.62436519554119,41.0216143131182],[-73.62429519550825,41.02143431308519],[-73.6242841955032,41.02140831308046],[-73.62424719548581,41.02131331306304]]]},"properties":{"name":106,"geoid":"09001010600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.61725519413136,41.03699531636948],[-73.61713119409168,41.037001316374756],[-73.61676119397333,41.03701931639048],[-73.61669819395324,41.03702331639334],[-73.6166381939338,41.03702231639512],[-73.61610819376244,41.037016316411425],[-73.61538419352836,41.03700831643371],[-73.61452919325222,41.03700431646113],[-73.61451819324863,41.03700331646129],[-73.61398919307712,41.03698931647598],[-73.61357719294384,41.036983316488374],[-73.61234419254492,41.0369653165255],[-73.61193319241197,41.03695931653786],[-73.61164619231768,41.03693031654163],[-73.61083019204983,41.03685131655304],[-73.61078719203566,41.03684631655347],[-73.61067019199727,41.03683531655518],[-73.61050119194246,41.036830316559765],[-73.6104451919241,41.03682531656063],[-73.61028019187005,41.03681131656332],[-73.6102251918521,41.03680731656436],[-73.61010019181111,41.03679631656631],[-73.6099451917604,41.03678431656906],[-73.60972619168828,41.03675931657138],[-73.60960219164753,41.03674631657292],[-73.6095491916301,41.03674031657349],[-73.60950119161431,41.0367353165741],[-73.6093901915786,41.036737316578154],[-73.60933719156161,41.03673931658029],[-73.6091041914855,41.03672331658482],[-73.6087521913706,41.03670031659191],[-73.60840519125748,41.03668031659943],[-73.60817319118192,41.03666831660473],[-73.607879191087,41.03666731661421],[-73.6070001908033,41.03666631664298],[-73.60670719070875,41.03666631665264],[-73.60665119066879,41.03628531657976],[-73.60661719064402,41.036045316533816],[-73.60647619056363,41.03543831641941],[-73.60640419052443,41.035160316367254],[-73.60630919047237,41.03478831629743],[-73.6062191904222,41.034420316228214],[-73.60619519040686,41.03428831620311],[-73.60617619039428,41.034176316181785],[-73.60609919035682,41.033956316141165],[-73.60591019027783,41.033643316086014],[-73.60561219015175,41.03312231599363],[-73.60555519012075,41.03290331595256],[-73.60549719008894,41.03267531590975],[-73.60548419006888,41.03239931585605],[-73.60550519006335,41.03218531581338],[-73.60553919005508,41.031850315746546],[-73.60556219004492,41.03154431568578],[-73.60557919003818,41.03133131564343],[-73.60560819002667,41.030968315571286],[-73.6056221900216,41.030801315538056],[-73.6056561900036,41.03029731543808],[-73.60564618997643,41.0298803153566],[-73.60564618997574,41.029868315354264],[-73.6056561899588,41.02951731528508],[-73.60565518994223,41.02923431522959],[-73.60565418991834,41.028824315149194],[-73.6056611898955,41.02838731506326],[-73.6056661898809,41.02810531500776],[-73.60566618987953,41.028081315003064],[-73.60566718987855,41.02805831499851],[-73.60567518987301,41.027917314970594],[-73.60567818987136,41.02787131496147],[-73.6076821904673,41.026989314722435],[-73.60886619081934,41.02646731458102],[-73.61298319204369,41.0246563140901],[-73.61369419225515,41.02434431400546],[-73.61569919285147,41.02346331376656],[-73.61573819286318,41.02344831376234],[-73.6157741928741,41.02343631375879],[-73.61585019289701,41.0234083137508],[-73.61585819289935,41.023404313749744],[-73.61589819291144,41.02339031374569],[-73.61591619291681,41.02338231374352],[-73.61597019293296,41.023360313737435],[-73.6159891929387,41.02335331373542],[-73.61664319313535,41.023103313664826],[-73.61698719323887,41.02297331362799],[-73.61864019374231,41.022453313471495],[-73.6193091939461,41.02224331340825],[-73.62028519424669,41.021994313327234],[-73.62211519481032,41.0215283131755],[-73.622770195016,41.02143031313469],[-73.6232421951661,41.02139231311167],[-73.62424719548581,41.02131331306304],[-73.6242841955032,41.02140831308046],[-73.62429519550825,41.02143431308519],[-73.62436519554119,41.0216143131182],[-73.62438619555267,41.02169631313359],[-73.6244121955668,41.02179631315234],[-73.62424719551505,41.0218223131629],[-73.62401219544142,41.02186031317809],[-73.62375219535933,41.02189131319275],[-73.6235871953073,41.021912313202314],[-73.62363519533444,41.02211531324055],[-73.62371119537703,41.02242931329965],[-73.62376819541252,41.02272731335622],[-73.62380819543728,41.02293331339533],[-73.6236361953999,41.02324831346279],[-73.62362019539708,41.02328931347135],[-73.62354019538374,41.02350631351655],[-73.62312219529963,41.02438931370355],[-73.62295119526544,41.024754313780804],[-73.62293119526491,41.02485731380165],[-73.62287519526478,41.0251693138647],[-73.62285619526463,41.02527331388573],[-73.62283219526407,41.02539831391105],[-73.62278619526383,41.02565231396239],[-73.62276319526352,41.02577631398748],[-73.62274019526336,41.02590231401294],[-73.62272919526337,41.02596431402547],[-73.6226831952598,41.02616031406543],[-73.6225031952461,41.0269323142228],[-73.62244319524157,41.02719031427538],[-73.62237719523478,41.02744231432698],[-73.62227519522445,41.027835314407426],[-73.6221891952178,41.028202314482265],[-73.62213119521375,41.028457314534194],[-73.62205019520675,41.02879031460217],[-73.62201419521163,41.02907731465965],[-73.62192419521577,41.029654314775804],[-73.62176719520191,41.03029431490649],[-73.62176119520015,41.03029731490729],[-73.62174019519722,41.03036431492113],[-73.62169019521536,41.03096031503967],[-73.62165519523683,41.031530315152615],[-73.62175919528121,41.03171831518607],[-73.62183519531261,41.0318383152071],[-73.62190219534172,41.031968315230394],[-73.62190419534255,41.0319713152309],[-73.62191219534662,41.03199731523575],[-73.62207519542089,41.032374315304295],[-73.62213419544773,41.03251031532904],[-73.62216819546309,41.032586315342826],[-73.62225119550038,41.032769315375965],[-73.62226919550889,41.03281631538461],[-73.62230019552344,41.03289531539907],[-73.62236019554925,41.03300731541906],[-73.6224301955804,41.03315631544597],[-73.62247219559906,41.03324531546203],[-73.6226221956657,41.03356231551926],[-73.62289619578316,41.03406731560927],[-73.62298019582043,41.034244315641224],[-73.6230011958298,41.03428931564935],[-73.62300819583287,41.034303315651854],[-73.6231981959128,41.03462731570914],[-73.62314419589934,41.03469631572446],[-73.6231391958982,41.034704315726174],[-73.62308419588372,41.03476131573917],[-73.62304619587381,41.03480231574848],[-73.62295219584763,41.03487431576569],[-73.62288319582846,41.03492831577856],[-73.62276019579443,41.035026315801844],[-73.6224991957198,41.0351933158432],[-73.6224591957084,41.03521931584961],[-73.62212319561424,41.03546731590932],[-73.62136719539515,41.03589931601897],[-73.6213161953799,41.035920316024786],[-73.62130719537723,41.035924316025856],[-73.62102419529306,41.03604831605951],[-73.6208761952484,41.036102316074974],[-73.62063919517577,41.03616931609594],[-73.62028119506624,41.03627331612813],[-73.61992919495808,41.036367316158156],[-73.61969219488533,41.03643231617873],[-73.61920419473448,41.03654731621737],[-73.61907419469438,41.036579316227936],[-73.61844619450122,41.036744316281],[-73.61806619438373,41.036833316310975],[-73.617743194283,41.036894316333594],[-73.61772319427678,41.03689831633504],[-73.61751019421024,41.036936316349504],[-73.61747119419863,41.03695331635412],[-73.61735219416114,41.03696931636119],[-73.61725519413136,41.03699531636948]]]},"properties":{"name":107,"geoid":"09001010700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.58929918540981,41.04221431831414],[-73.58929918540608,41.042149318301384],[-73.58930018539525,41.041955318263305],[-73.5893011853919,41.04189131825073],[-73.58956618541974,41.04088731804511],[-73.58960118542686,41.04081431802963],[-73.5910811857314,41.03780131738998],[-73.59157518583314,41.0367973171768],[-73.59218518596131,41.03560131692213],[-73.59401718634653,41.032015316158436],[-73.59462818647509,41.030820315903895],[-73.59491018656264,41.030760315882844],[-73.59575518682499,41.03058031581972],[-73.59603818691284,41.030520315798626],[-73.59672718712766,41.030389315750234],[-73.59816018757445,41.03011731564968],[-73.59879418777174,41.0299903156039],[-73.59948318798621,41.02985331555433],[-73.59973518806476,41.02980531553661],[-73.60049118830055,41.02966331548385],[-73.60074418837948,41.0296163154663],[-73.60113018849864,41.029522315435145],[-73.60229118885702,41.0292393153414],[-73.60267818897657,41.0291463153104],[-73.6032771891552,41.028891315240664],[-73.60507718969201,41.02812531503109],[-73.60567818987136,41.02787131496147],[-73.60567518987301,41.027917314970594],[-73.60566718987855,41.02805831499851],[-73.60566618987953,41.028081315003064],[-73.6056661898809,41.02810531500776],[-73.6056611898955,41.02838731506326],[-73.60565418991834,41.028824315149194],[-73.60565518994223,41.02923431522959],[-73.6056561899588,41.02951731528508],[-73.60564618997574,41.029868315354264],[-73.60564618997643,41.0298803153566],[-73.6056561900036,41.03029731543808],[-73.6056221900216,41.030801315538056],[-73.60560819002667,41.030968315571286],[-73.60557919003818,41.03133131564343],[-73.60556219004492,41.03154431568578],[-73.60553919005508,41.031850315746546],[-73.60550519006335,41.03218531581338],[-73.60548419006888,41.03239931585605],[-73.60549719008894,41.03267531590975],[-73.60555519012075,41.03290331595256],[-73.60561219015175,41.03312231599363],[-73.60591019027783,41.033643316086014],[-73.60609919035682,41.033956316141165],[-73.60617619039428,41.034176316181785],[-73.60619519040686,41.03428831620311],[-73.6062191904222,41.034420316228214],[-73.60630919047237,41.03478831629743],[-73.60640419052443,41.035160316367254],[-73.60647619056363,41.03543831641941],[-73.60661719064402,41.036045316533816],[-73.60665119066879,41.03628531657976],[-73.60670719070875,41.03666631665264],[-73.60643619062117,41.036664316661174],[-73.60562319035849,41.03665831668678],[-73.60535219027099,41.0366573166955],[-73.60522119022866,41.036656316699656],[-73.60482919010198,41.03665331671196],[-73.60469919006003,41.03665331671626],[-73.6044101899666,41.0366503167252],[-73.60354618968745,41.036644316752486],[-73.60335918962704,41.03664331675844],[-73.60325918959518,41.036650316763115],[-73.60337518963637,41.03671531677204],[-73.60338518963992,41.03672131677288],[-73.60364318972755,41.03679731677928],[-73.60375718976645,41.03683431678279],[-73.60388418980986,41.036876316786845],[-73.60418118990582,41.036878316777454],[-73.60465119005771,41.03688231676276],[-73.6050751901951,41.03689231675073],[-73.60509119020026,41.036892316750205],[-73.60537319029173,41.03690031674248],[-73.60545919033943,41.03724731680771],[-73.60551219037215,41.037519316859296],[-73.60554219039047,41.03766931688773],[-73.60562419044714,41.03819531698819],[-73.60569219052054,41.03909031716147],[-73.6057591905602,41.039404317220836],[-73.60589419063948,41.04002531733818],[-73.60593719066232,41.040181317367335],[-73.60601919070555,41.040473317421906],[-73.6060611907294,41.040652317455624],[-73.60609919075075,41.040810317485345],[-73.60615819078544,41.04108231753675],[-73.60623219082892,41.041423317601186],[-73.60636119089763,41.04189431768929],[-73.60643619093729,41.04216331773957],[-73.60652619098214,41.04243831779051],[-73.60654819099379,41.04251731780529],[-73.6066201910315,41.04276931785233],[-73.60670219109247,41.04336931796728],[-73.60669019110291,41.043618318016506],[-73.60667319111883,41.04399031809001],[-73.60681219119893,41.044603318205624],[-73.60689019124142,41.04490431826207],[-73.60690119125594,41.04509531829916],[-73.60698619130201,41.0454193183599],[-73.60700619131542,41.04554031838296],[-73.60658219124609,41.046714318627124],[-73.60660019126905,41.047012318684956],[-73.60660019127377,41.047094318701035],[-73.60664219130044,41.04732231874435],[-73.60694819145111,41.04822531891132],[-73.60715919154755,41.04871831900101],[-73.6072931916114,41.04907631906679],[-73.607456191682,41.049389319122774],[-73.60779619183862,41.050204319271366],[-73.60786519187812,41.050504319327885],[-73.60787719190282,41.050866319398466],[-73.60774919189898,41.051517319530305],[-73.60767519188833,41.05174731957784],[-73.60755819186535,41.052004319632076],[-73.60743219183475,41.05217931967055],[-73.60719219176679,41.052344319710805],[-73.60713419175306,41.05243131972977],[-73.60709419174373,41.05249331974324],[-73.6070601917465,41.052732319791225],[-73.60704619174797,41.052836319812066],[-73.60697619172008,41.05274431979635],[-73.60687319167909,41.05260931977327],[-73.60676019163485,41.05247431975052],[-73.60668719160623,41.05238631973569],[-73.606597191567,41.05220931970396],[-73.60652919153257,41.051992319663654],[-73.60641619147505,41.05162631959563],[-73.60621719139138,41.05128831953592],[-73.60591519127091,41.050888319467454],[-73.60586219124971,41.0508173194553],[-73.60569519118575,41.05064231942648],[-73.60563819116304,41.05056731941366],[-73.60516419099575,41.050318319380466],[-73.60511519097822,41.0502883193762],[-73.60500819094,41.050224319367175],[-73.60474119084462,41.05006431934461],[-73.60458619078713,41.04993431932423],[-73.60446419073912,41.04978431929885],[-73.60412719058344,41.04896831914997],[-73.60388219047539,41.048464319059235],[-73.60386619046828,41.0484303190531],[-73.60376319041146,41.0480203189761],[-73.6036311903601,41.04786831895064],[-73.603587190344,41.04783531894564],[-73.60344219029251,41.047753318934326],[-73.60305219014909,41.04744831888738],[-73.6028531900759,41.04729231886335],[-73.60258218997339,41.0470303188209],[-73.60242518991227,41.046848318790396],[-73.60223618983952,41.04664431875663],[-73.60212318979339,41.046476318727414],[-73.60199218974088,41.04629831869681],[-73.6018081896604,41.04593131863092],[-73.6017971896556,41.04590931862698],[-73.60162118957464,41.04548931855043],[-73.60152218953401,41.04533831852409],[-73.60150518952766,41.045323318521696],[-73.60145418950862,41.045278318514555],[-73.60143818950264,41.04526431851233],[-73.60123318943121,41.04517231850105],[-73.60088218930896,41.04501631848203],[-73.600640189222,41.044862318459806],[-73.6004521891545,41.04474331844268],[-73.60043018915182,41.0448203184585],[-73.60036418914397,41.04505431850655],[-73.60034318914168,41.04513231852253],[-73.60031118914084,41.04529731855594],[-73.60026518914037,41.04554731860648],[-73.60022118914048,41.045796318656755],[-73.60019318914105,41.045963318690426],[-73.5995751889369,41.04588131869471],[-73.59876418866901,41.04577431870045],[-73.59772418832453,41.045620318704515],[-73.59743218822781,41.04557731870572],[-73.59732418818916,41.04551131869633],[-73.59734018818281,41.04531131865658],[-73.5973411881823,41.045296318653605],[-73.59736318818341,41.04519231863249],[-73.5974391881876,41.044838318560565],[-73.59746518818926,41.04472131853677],[-73.59751018819465,41.04456231850412],[-73.59757318820263,41.04434731845987],[-73.59764318821009,41.04408431840599],[-73.59768718821515,41.04392531837338],[-73.59774618822017,41.04368131832358],[-73.59782818822754,41.04334931825577],[-73.59791418823231,41.0429493181745],[-73.59796718823539,41.04270531812491],[-73.597878188206,41.04269331812549],[-73.59770518814888,41.04267131812687],[-73.5976181881191,41.04264131812385],[-73.59753418809038,41.04261331812113],[-73.59742618805339,41.04257631811743],[-73.59725318799313,41.042499318108035],[-73.59690918787345,41.04234831808975],[-73.59656418775187,41.042170318066205],[-73.59643118770549,41.04211031805883],[-73.59623518763713,41.04202131804784],[-73.59616718761202,41.04196631803929],[-73.59606818757157,41.041818318013526],[-73.59605918756787,41.04180431801108],[-73.59599418754074,41.04169731799224],[-73.59593218750733,41.04146431794859],[-73.59593718749655,41.04124831790607],[-73.59593918749472,41.041205317897564],[-73.59600618750858,41.04107031786888],[-73.5959181874795,41.04105831786943],[-73.59579418743857,41.04104231787037],[-73.59565518739323,41.04103431787339],[-73.59556818736488,41.04102931787527],[-73.59543018732384,41.04109031789178],[-73.59518918725233,41.0411993179211],[-73.59501118719868,41.0412653179399],[-73.59487018715622,41.04131831795494],[-73.59476018712367,41.04136931796856],[-73.59443018702594,41.04152231800944],[-73.59432118699377,41.04157431802322],[-73.59447318705432,41.04177431805743],[-73.59453918709009,41.04202631810468],[-73.59455318709759,41.04207831811443],[-73.59448918708746,41.042261318152406],[-73.59442318707346,41.0423883181795],[-73.59403718698177,41.04296031830436],[-73.59380118692806,41.04335131838882],[-73.59367418689925,41.04356331843457],[-73.5936251868893,41.043665318456206],[-73.59358418687813,41.0437013184646],[-73.59351718686065,41.04377331848094],[-73.59346618684351,41.04376131848025],[-73.59343918683346,41.043738318476635],[-73.59339818681661,41.04367531846564],[-73.59343718682611,41.04362131845377],[-73.59341718681958,41.043620318454224],[-73.59326918677148,41.04361431845792],[-73.59313318673235,41.04369731847867],[-73.59299818669287,41.043768318497044],[-73.592864186654,41.04384431851636],[-73.59276018662507,41.04392531853567],[-73.59268218660354,41.043988318550596],[-73.59256818657225,41.044084318573184],[-73.59247118654487,41.044152318589695],[-73.59218218646348,41.04435931863983],[-73.59208618643653,41.044429318656704],[-73.59196718639231,41.044328318640815],[-73.59179018632656,41.04417831861724],[-73.5916041862585,41.0440383185959],[-73.59148018621313,41.04394531858176],[-73.59144918620417,41.04396331858629],[-73.5913591861783,41.04401831860006],[-73.59132918616969,41.04403731860476],[-73.59091118602359,41.0438423185803],[-73.59086318600671,41.04381831857717],[-73.59050918588213,41.043638318553526],[-73.59044318585829,41.04359431854708],[-73.59033318581781,41.04350731853364],[-73.59033018581499,41.04347531852746],[-73.59031218580527,41.04340731851474],[-73.59039718581674,41.0431293184574],[-73.59057318585594,41.04282331839161],[-73.590634185868,41.04269031836351],[-73.59065118587188,41.042662318357465],[-73.59071818588758,41.042559318335044],[-73.59075718589168,41.04241131830476],[-73.59081018589544,41.042179318257496],[-73.59063318584032,41.0422143182702],[-73.59058218582422,41.042220318273046],[-73.59040618576879,41.04224431828356],[-73.59004118565204,41.042262318299116],[-73.58989018560301,41.04225731830309],[-73.58971318554566,41.042253318308155],[-73.58965918552805,41.04225031830934],[-73.58958618550422,41.04224531831077],[-73.58940318544457,41.04223531831483],[-73.58937018543352,41.04222831831455],[-73.58929918540981,41.04221431831414]]]},"properties":{"name":108,"geoid":"09001010800"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.56827217961506,41.05948232239223],[-73.56809317949983,41.05848232220207],[-73.56755617915418,41.05548232163157],[-73.56737717903894,41.054482321441405],[-73.56732017902078,41.05448632144407],[-73.56715217896742,41.05450132145254],[-73.56709617894961,41.054506321455364],[-73.566965178887,41.05415232139027],[-73.56657517870025,41.053092321195265],[-73.56644517863799,41.05273932113034],[-73.5663971786142,41.052594321103484],[-73.56636517859846,41.05250032108611],[-73.56626617854928,41.05220032103053],[-73.56619517850145,41.05176632094777],[-73.56615517847429,41.05151832090046],[-73.565990178387,41.05092532078962],[-73.56549617812544,41.04914732045722],[-73.56533217803853,41.04855532034653],[-73.56549917809063,41.048524320334955],[-73.56566817814347,41.04849432032352],[-73.56578717818063,41.04847232031529],[-73.56597317823791,41.04842432029975],[-73.5659971782453,41.048418320297785],[-73.56616417829727,41.04838432028563],[-73.5663751783622,41.048329320267904],[-73.566553178416,41.04826532024949],[-73.56679317848857,41.04818032022493],[-73.56721517861651,41.0480363201828],[-73.56769917876126,41.047836320127665],[-73.56772417876881,41.04782732012507],[-73.56805817886598,41.04764232007779],[-73.56830217893597,41.047489320039766],[-73.5684861789896,41.047389320014105],[-73.5685451790069,41.04735832000608],[-73.5691601791834,41.046975319910736],[-73.56953517929323,41.04678031986017],[-73.56978217936549,41.04665031982653],[-73.56979117936817,41.04664631982546],[-73.57021717949206,41.046409319764955],[-73.57033717952574,41.04632131974376],[-73.57064717961448,41.04612431969491],[-73.57065217961575,41.04611831969359],[-73.57134217980338,41.045507319551064],[-73.57182117993278,41.0450683194492],[-73.57206017999745,41.04485131939879],[-73.57222818004537,41.04474131937168],[-73.57232518007214,41.04466231935299],[-73.57252718012813,41.04450231931497],[-73.57261618015252,41.04442631929714],[-73.57271218017891,41.04434631927829],[-73.57276318019336,41.044311319269745],[-73.5728761802253,41.04423231925054],[-73.57316718030779,41.04403331920194],[-73.57337318036645,41.04389731916849],[-73.57354018041406,41.04378731914143],[-73.57379218048523,41.04361031909841],[-73.57424518061329,41.04329431902153],[-73.57455518070145,41.04308731897072],[-73.57481218077459,41.04291631892873],[-73.57524818089773,41.04261031885438],[-73.57571418103073,41.04230731877962],[-73.57595818110255,41.042186318747866],[-73.57622118118036,41.04206331871508],[-73.5764181812397,41.041989318694085],[-73.57663918130662,41.0419123186717],[-73.57691318139261,41.041870318654446],[-73.57719318148081,41.04183231863778],[-73.57872418196665,41.041688318559146],[-73.57872518196716,41.04169131855971],[-73.57878918198712,41.041679318555246],[-73.57885218200677,41.04166731855082],[-73.57962618225157,41.041580318508274],[-73.58024418244759,41.04152031847617],[-73.58034718248025,41.04151031847081],[-73.58075318260776,41.04144931844549],[-73.58112718272578,41.04140231842396],[-73.58129918277865,41.04135631840928],[-73.5818001829357,41.04127531837689],[-73.58225318307753,41.04119931834708],[-73.58269718321715,41.04113531831991],[-73.58314518335598,41.041035318285545],[-73.58351618347108,41.04095431825745],[-73.58396218360951,41.04085831822393],[-73.58463318381894,41.04073431817753],[-73.58472318384705,41.04071831817142],[-73.584938183917,41.040728318166316],[-73.58501118394103,41.04073631816547],[-73.58512818397949,41.04074831816398],[-73.58528518403234,41.04078631816626],[-73.58550018410483,41.040840318169764],[-73.5857431841867,41.040900318173534],[-73.58609418430582,41.04100231818198],[-73.58636318439719,41.041081318188624],[-73.58657118446851,41.0411543181961],[-73.58683518455906,41.04124731820564],[-73.58718418468094,41.04140831822572],[-73.5873851847512,41.04150231823753],[-73.58764318484175,41.04162931825394],[-73.5876651848495,41.04164031825538],[-73.5878821849244,41.0417253182649],[-73.58843418511691,41.04197531829575],[-73.58869718520863,41.042094318310426],[-73.58879718524211,41.042115318311254],[-73.58908418533831,41.04217731831395],[-73.58909718534261,41.04217931831392],[-73.5891991853765,41.0421963183139],[-73.58921918538313,41.04219931831382],[-73.58927218540074,41.04220831831385],[-73.58927918540306,41.04220931831381],[-73.58929918540981,41.04221431831414],[-73.58927518540708,41.042301318331994],[-73.5892511854043,41.04238831834984],[-73.5892011853983,41.04256431838599],[-73.58915218539265,41.042741318422316],[-73.5891271853898,41.042832318440986],[-73.58910218538689,41.04292231845946],[-73.58887918536072,41.04371931862309],[-73.58865718533487,41.0445163187867],[-73.58825818528838,41.04594831908065],[-73.58712318498945,41.04712131934803],[-73.58644518481087,41.047821319507634],[-73.58612518473062,41.04822231959679],[-73.58555418458747,41.04893831975598],[-73.58599418487844,41.05153032024971],[-73.58561218484326,41.05306332056287],[-73.5855281848354,41.053398320631295],[-73.58448418458866,41.054968320973494],[-73.58425918453553,41.05530732104736],[-73.58246618405302,41.05698132143458],[-73.58241118403792,41.05702732144542],[-73.58221618400893,41.057618321567695],[-73.58218718399958,41.05761832156865],[-73.5820241839465,41.05761032157245],[-73.58170818384365,41.05759532157992],[-73.5815951838086,41.057620321588544],[-73.58152018378446,41.05762132159121],[-73.58148418377289,41.057622321592596],[-73.58118818367804,41.057634321604695],[-73.58094818360064,41.05763532161277],[-73.58075818353934,41.05763632161925],[-73.5805291834647,41.057623321624234],[-73.58019718335656,41.05760632163182],[-73.57984518324167,41.05758432163911],[-73.5796181831676,41.05757032164385],[-73.57958918315812,41.0575683216444],[-73.57958018315522,41.0575683216447],[-73.57950318313058,41.057572321648024],[-73.57947518312167,41.05757432164935],[-73.57931818307145,41.05758232165608],[-73.5790221829781,41.05762032167328],[-73.57894218295336,41.05763932167962],[-73.57819218272476,41.0578743217504],[-73.5779091826381,41.0579553217756],[-73.57790618263707,41.057954321775505],[-73.57770818257275,41.05794732178065],[-73.57701618234368,41.05784832178402],[-73.57690918230847,41.057836321785196],[-73.57674818225591,41.05782632178854],[-73.57639918214205,41.05780532179592],[-73.57586918196886,41.0577683218061],[-73.57557218187206,41.05775232181275],[-73.57515718173799,41.05775032182601],[-73.57449518152282,41.05772432184272],[-73.5743871814879,41.05772332184607],[-73.57413318140475,41.05770332185052],[-73.57357318122303,41.05768632186562],[-73.57339518116619,41.05769732187363],[-73.57297918103697,41.05778532190459],[-73.57214318078861,41.05815932200542],[-73.57031718024813,41.05901132223258],[-73.56996718014435,41.05917132227545],[-73.56971118006855,41.059290322307206],[-73.56961318003955,41.05933632231945],[-73.56929217993938,41.05939632234179],[-73.56888117980866,41.05943032236197],[-73.56877117977373,41.059440322367564],[-73.56860017971906,41.05944932237495],[-73.5685341796981,41.059455322378305],[-73.56833717963565,41.05947532238871],[-73.56827217961506,41.05948232239223]]]},"properties":{"name":109,"geoid":"09001010900"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.58760918288318,41.007692311596784],[-73.58956118344199,41.00645431128956],[-73.59196118412906,41.004932310911855],[-73.59319718458131,41.005865311054315],[-73.5954931853676,41.0066593111346],[-73.59735618598111,41.00687631111588],[-73.59734918615437,41.009936311716686],[-73.5973441862737,41.01204431213055],[-73.59676418624092,41.01473431267754],[-73.59678218629739,41.015617312850225],[-73.59661318630937,41.01677631308322],[-73.59639618627402,41.017380313208875],[-73.59544218607805,41.01932931362272],[-73.59491218603657,41.02158631408301],[-73.59455618600919,41.023110314393755],[-73.59460618633483,41.02850131544973],[-73.59462818647509,41.030820315903895],[-73.59401718634653,41.032015316158436],[-73.59218518596131,41.03560131692213],[-73.59157518583314,41.0367973171768],[-73.5910811857314,41.03780131738998],[-73.58960118542686,41.04081431802963],[-73.58956618541974,41.04088731804511],[-73.5893011853919,41.04189131825073],[-73.58930018539525,41.041955318263305],[-73.58929918540608,41.042149318301384],[-73.58929918540981,41.04221431831414],[-73.58927918540306,41.04220931831381],[-73.58927218540074,41.04220831831385],[-73.58921918538313,41.04219931831382],[-73.5891991853765,41.0421963183139],[-73.58909718534261,41.04217931831392],[-73.58908418533831,41.04217731831395],[-73.58879718524211,41.042115318311254],[-73.58869718520863,41.042094318310426],[-73.58843418511691,41.04197531829575],[-73.5878821849244,41.0417253182649],[-73.5876651848495,41.04164031825538],[-73.58764318484175,41.04162931825394],[-73.5873851847512,41.04150231823753],[-73.58718418468094,41.04140831822572],[-73.58683518455906,41.04124731820564],[-73.58657118446851,41.0411543181961],[-73.58636318439719,41.041081318188624],[-73.58609418430582,41.04100231818198],[-73.5857431841867,41.040900318173534],[-73.58550018410483,41.040840318169764],[-73.58528518403234,41.04078631816626],[-73.58512818397949,41.04074831816398],[-73.58501118394103,41.04073631816547],[-73.584938183917,41.040728318166316],[-73.58472318384705,41.04071831817142],[-73.58463318381894,41.04073431817753],[-73.58396218360951,41.04085831822393],[-73.58351618347108,41.04095431825745],[-73.58314518335598,41.041035318285545],[-73.58269718321715,41.04113531831991],[-73.58225318307753,41.04119931834708],[-73.5818001829357,41.04127531837689],[-73.58129918277865,41.04135631840928],[-73.58112718272578,41.04140231842396],[-73.58075318260776,41.04144931844549],[-73.58034718248025,41.04151031847081],[-73.58024418244759,41.04152031847617],[-73.57962618225157,41.041580318508274],[-73.57885218200677,41.04166731855082],[-73.57878918198712,41.041679318555246],[-73.57872518196716,41.04169131855971],[-73.57872418196665,41.041688318559146],[-73.57719318148081,41.04183231863778],[-73.57691318139261,41.041870318654446],[-73.57663918130662,41.0419123186717],[-73.5764181812397,41.041989318694085],[-73.57622118118036,41.04206331871508],[-73.57595818110255,41.042186318747866],[-73.57571418103073,41.04230731877962],[-73.57524818089773,41.04261031885438],[-73.57481218077459,41.04291631892873],[-73.57470918073452,41.0427973189088],[-73.57450318065429,41.04255831886871],[-73.57443218062626,41.04246931885357],[-73.57440518061578,41.04243831884839],[-73.5743021805758,41.04232131882884],[-73.57426418056029,41.042264318818894],[-73.57421918054173,41.042194318806665],[-73.57417718052542,41.04214631879863],[-73.57413418050864,41.04209531879003],[-73.57403518046675,41.04192231875936],[-73.57394518042626,41.04172331872331],[-73.5738941804011,41.04157131869516],[-73.5738271803678,41.041368318657554],[-73.57377118034456,41.041278318641744],[-73.57365718029716,41.041093318609214],[-73.57365118029463,41.041083318607456],[-73.57343418021489,41.04091431858146],[-73.57300318006202,41.040674318548575],[-73.57283918000363,41.04057931853533],[-73.57255917990409,41.04041931851316],[-73.57233817981759,41.04015531846866],[-73.57229617980106,41.04010331845984],[-73.57211817973091,41.03988231842235],[-73.57179517960463,41.03949831835766],[-73.57152117949583,41.03914331829704],[-73.57149017948353,41.039103318290216],[-73.57126017939346,41.03882731824365],[-73.57107117932453,41.038689318222815],[-73.57084317924144,41.03852331819774],[-73.57056117914301,41.038394318181716],[-73.57049517912057,41.03837431817997],[-73.57045917910808,41.03835931817821],[-73.57024517903379,41.03826831816741],[-73.57034617904792,41.03794631810093],[-73.57035917904773,41.037870318085595],[-73.57039917904751,41.03764131803937],[-73.57045717905109,41.037377317985666],[-73.57055317906817,41.037135317935046],[-73.57074317911166,41.03682431786778],[-73.57081817913081,41.03673631784805],[-73.57109017920068,41.03642431777792],[-73.57129817925468,41.036195317726154],[-73.5714751793007,41.036002317682474],[-73.57160917931672,41.035527317584894],[-73.57167417932861,41.035369317551755],[-73.57179217935034,41.03508431749197],[-73.5718991793753,41.034917317455694],[-73.57201017939937,41.03471231741182],[-73.57219017943864,41.034384317341555],[-73.57255417953148,41.033955317245436],[-73.57279417959592,41.033728317193],[-73.57281617960199,41.033710317188756],[-73.57315417969568,41.033442317125065],[-73.57325717971742,41.03324131708224],[-73.57327217971931,41.033190317071735],[-73.57329117972218,41.033133317059956],[-73.57335217972495,41.03283831700006],[-73.57332917970112,41.032552316944724],[-73.5732961796837,41.03243431692267],[-73.57329217967862,41.032368316909846],[-73.5732871796721,41.03228331689333],[-73.57324117964649,41.03209531685797],[-73.57322317963656,41.03202331684444],[-73.57321317963086,41.03198031683632],[-73.5731641796101,41.03189431682107],[-73.57312117959243,41.03182831680953],[-73.57308117957596,41.03176631679869],[-73.57300217954949,41.031749316797956],[-73.57289117951244,41.03172731679728],[-73.57277417947157,41.031673316790545],[-73.5727011794461,41.03164031678648],[-73.57259217940744,41.031579316778085],[-73.57226617929184,41.03139831675331],[-73.57222817927838,41.03137731675044],[-73.57215817925353,41.03133831674509],[-73.57217517925817,41.031323316741585],[-73.57222817927281,41.03128031673141],[-73.57223717927538,41.03127431672993],[-73.57224117927602,41.03126331672765],[-73.57225317927782,41.0312273167202],[-73.57226517927957,41.03119031671254],[-73.57392117954066,41.02642531572323],[-73.5753291799363,41.025401315476],[-73.57346917910115,41.021305314733496],[-73.57298917887837,41.02012131451694],[-73.57196917840498,41.01760531405675],[-73.58760918288318,41.007692311596784]]]},"properties":{"name":111,"geoid":"09001011100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.64526620160821,41.009860310122825],[-73.63751319950022,41.01669631171981],[-73.63565519899228,41.018287312093236],[-73.63436519863383,41.019291312332754],[-73.63315419828265,41.019978312507476],[-73.63227219795368,41.01920531238489],[-73.6323791980523,41.020320312600106],[-73.63055119748762,41.02075631274593],[-73.62889319696845,41.021030312854336],[-73.62720519643294,41.021188312941],[-73.6252941958205,41.02125931301793],[-73.62461619560376,41.021294313047136],[-73.62424719548581,41.02131331306304],[-73.6232421951661,41.02139231311167],[-73.622770195016,41.02143031313469],[-73.62211519481032,41.0215283131755],[-73.62028519424669,41.021994313327234],[-73.6193091939461,41.02224331340825],[-73.61864019374231,41.022453313471495],[-73.61698719323887,41.02297331362799],[-73.61664319313535,41.023103313664826],[-73.6159891929387,41.02335331373542],[-73.61597019293296,41.023360313737435],[-73.61591619291681,41.02338231374352],[-73.61589819291144,41.02339031374569],[-73.61585819289935,41.023404313749744],[-73.61585019289701,41.0234083137508],[-73.6157741928741,41.02343631375879],[-73.61573819286318,41.02344831376234],[-73.61569919285147,41.02346331376656],[-73.61369419225515,41.02434431400546],[-73.61298319204369,41.0246563140901],[-73.60886619081934,41.02646731458102],[-73.6076821904673,41.026989314722435],[-73.60567818987136,41.02787131496147],[-73.60507718969201,41.02812531503109],[-73.6032771891552,41.028891315240664],[-73.60267818897657,41.0291463153104],[-73.60229118885702,41.0292393153414],[-73.60113018849864,41.029522315435145],[-73.60074418837948,41.0296163154663],[-73.60049118830055,41.02966331548385],[-73.59973518806476,41.02980531553661],[-73.59948318798621,41.02985331555433],[-73.59879418777174,41.0299903156039],[-73.59816018757445,41.03011731564968],[-73.59672718712766,41.030389315750234],[-73.59603818691284,41.030520315798626],[-73.59575518682499,41.03058031581972],[-73.59491018656264,41.030760315882844],[-73.59462818647509,41.030820315903895],[-73.59460618633483,41.02850131544973],[-73.59455618600919,41.023110314393755],[-73.59491218603657,41.02158631408301],[-73.59544218607805,41.01932931362272],[-73.59639618627402,41.017380313208875],[-73.59661318630937,41.01677631308322],[-73.59678218629739,41.015617312850225],[-73.59676418624092,41.01473431267754],[-73.5973441862737,41.01204431213055],[-73.59734918615437,41.009936311716686],[-73.59735618598111,41.00687631111588],[-73.60132818726258,41.00687631098514],[-73.60515418847623,41.00651531078832],[-73.61003218990905,41.00406031014586],[-73.61271019069426,41.002688309788354],[-73.61481519135253,41.002326309647984],[-73.61444019115339,41.000964309392984],[-73.61428319069505,40.993857308003],[-73.61526619102726,40.99412130802247],[-73.61758619179679,40.99449030801851],[-73.6200981926255,40.9948113079988],[-73.62198619325196,40.99511530799628],[-73.62389019388822,40.995500308009156],[-73.62542519441088,40.99598030805279],[-73.62670519485138,40.99646130810505],[-73.62751719512885,40.99673230813148],[-73.63573219797274,41.000112308524194],[-73.63703419842345,41.000647308586295],[-73.63806619878056,41.0010693086351],[-73.63916719916156,41.00151930868712],[-73.6411641998527,41.00233730878181],[-73.64219720021022,41.002760308830766],[-73.6427952004174,41.003009308859916],[-73.64459120103969,41.003757308947485],[-73.64519020124727,41.004007308976774],[-73.64546520133523,41.00399430896517],[-73.64548020133961,41.00398630896311],[-73.64582120144057,41.003829308921034],[-73.6459372014704,41.003697308891304],[-73.64595120146986,41.00360930887357],[-73.64592220145454,41.00350530885413],[-73.64596820146242,41.003384308828856],[-73.64605320147724,41.003165308783075],[-73.64608320148416,41.003117308772666],[-73.64612320149764,41.0031273087733],[-73.64624620153921,41.00316030877573],[-73.64628720155308,41.00317130877654],[-73.64622720153866,41.0032573087954],[-73.64617320152928,41.00339730882465],[-73.64617620153376,41.00345830883653],[-73.64619120154286,41.00353230885055],[-73.64620220155139,41.003619308867265],[-73.6462552015744,41.00372230888572],[-73.64629820159,41.0037523088902],[-73.64633420160307,41.00377730889391],[-73.64640320162859,41.00383430890282],[-73.64724220191276,41.00407030892146],[-73.64792120213416,41.00411130890712],[-73.64818020221747,41.00410730889779],[-73.6486592023716,41.004101308880806],[-73.64882720242471,41.004082308871546],[-73.64848020232866,41.00435830893714],[-73.648216202254,41.00454130898177],[-73.6478452021512,41.00483430905151],[-73.6477862021347,41.004878309062086],[-73.64747020204638,41.00511530911901],[-73.64729020199654,41.00525830915302],[-73.64706120193199,41.00542030919236],[-73.6467412018433,41.00567330925257],[-73.64642820175777,41.00594130931548],[-73.64632820172959,41.00601230933271],[-73.64621620169764,41.00608530935074],[-73.64566620155162,41.00663130947602],[-73.64518420142618,41.00715330959436],[-73.64503820138626,41.0072783096237],[-73.64481220132225,41.00743330966157],[-73.64470520129198,41.007507309679625],[-73.64433120118404,41.00772830973532],[-73.64422520115417,41.00780330975355],[-73.64410920112464,41.00794030978423],[-73.64400420110209,41.008137309826374],[-73.64398720110131,41.00821930984301],[-73.64400420111421,41.00834830986777],[-73.64404820113168,41.0084053098775],[-73.64414220116883,41.00852430989776],[-73.64417920118387,41.008578309907136],[-73.64422120120088,41.00863830991751],[-73.6442672012195,41.00870430992896],[-73.64432320124298,41.008798309945554],[-73.64439620127361,41.00892130996728],[-73.64455720133846,41.009146310006116],[-73.64461220135993,41.009211310017065],[-73.6446512013757,41.00926631002656],[-73.64476120142018,41.00942331005374],[-73.6448472014538,41.009525310070906],[-73.64486420146044,41.009545310074294],[-73.64490320147458,41.0095723100783],[-73.64501520151599,41.00966431009266],[-73.64516120156951,41.009776310109814],[-73.64518120157688,41.009792310112296],[-73.64526620160821,41.009860310122825]]]},"properties":{"name":112,"geoid":"09001011200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.61428319069505,40.993857308003],[-73.61297119025163,40.9935053079771],[-73.61129218967504,40.99289530791262],[-73.60420918724284,40.99032430764098],[-73.60544118750063,40.98788830712211],[-73.61376218998598,40.984422306167616],[-73.61672719084304,40.98269030572988],[-73.61864019128204,40.979585305057135],[-73.62103119194147,40.97763630459565],[-73.62638819361537,40.97669730423485],[-73.63050119494598,40.97676930411351],[-73.6355701966967,40.97879130434363],[-73.63710019742624,40.98290630510128],[-73.64140519898866,40.98593830555475],[-73.64557820045658,40.98806430583458],[-73.64633420061881,40.98664330553068],[-73.64983320132036,40.97920730395528],[-73.65636920371533,40.984209304721894],[-73.65638020371928,40.984216304722906],[-73.65641320373138,40.98424130472672],[-73.65642420373548,40.98425130472832],[-73.6567002038366,40.984462304760655],[-73.65677220386297,40.98451730476908],[-73.65691420391832,40.984683304796974],[-73.65739120410424,40.98524230489099],[-73.65761620419202,40.9855073049356],[-73.65938120488009,40.98757630528357],[-73.65967220499354,40.987917305340915],[-73.6595322049597,40.98811430538421],[-73.65947520494603,40.988196305402184],[-73.65929220490207,40.988458305459666],[-73.6589122048106,40.9889993055784],[-73.65887920480168,40.989029305585376],[-73.65877120477276,40.989132305609175],[-73.65863120473526,40.989265305639876],[-73.65780020452362,40.990246305859884],[-73.65722920437832,40.99092230601142],[-73.6579732046805,40.992005306199474],[-73.6590332050944,40.99325930641065],[-73.65904320509833,40.99327130641267],[-73.65910720512328,40.9933463064253],[-73.65963720534518,40.994233306581904],[-73.65964020534955,40.99429230659339],[-73.65965320536748,40.99453130663988],[-73.65958520537008,40.99495830672592],[-73.65951820537309,40.99538630681214],[-73.65950820537336,40.99544730682444],[-73.6594952053741,40.99553330684176],[-73.65938420539503,40.99652030703913],[-73.65931020540904,40.997179307170924],[-73.65941720546529,40.99755730724157],[-73.6597282056289,40.99865830744741],[-73.65973720563363,40.998690307453394],[-73.65994020574044,40.999409307587804],[-73.66005820580236,40.99982430766535],[-73.66013520584272,41.0000943077158],[-73.6602112058828,41.00036530776648],[-73.66024220589678,41.00043430777899],[-73.66026920590882,41.000492307789486],[-73.66017520588638,41.00062930781947],[-73.6601332058765,41.00069330783343],[-73.65969220578182,41.00152030801028],[-73.65855620555953,41.004026308539544],[-73.65808320544889,41.00475530869821],[-73.65802120543597,41.004878308724386],[-73.65796020542341,41.00500230875075],[-73.65791720541444,41.005087308768836],[-73.65787520540577,41.00517230878692],[-73.65778220538569,41.00534430882373],[-73.65769120536626,41.005517308860675],[-73.65721520526421,41.00641230905202],[-73.65684720519187,41.007218309222324],[-73.65606620503848,41.008931309584206],[-73.65527720494525,41.01173531016042],[-73.65524220494116,41.011860310186094],[-73.65525620496834,41.01225431026294],[-73.65488620486514,41.01253531033027],[-73.654778204823,41.01240831030893],[-73.65473420479678,41.012199310269374],[-73.65481420479976,41.01180231018884],[-73.65487520480735,41.01159231014562],[-73.65494920481673,41.01134031009374],[-73.65495320481537,41.01129431008459],[-73.65497920480828,41.011025310030945],[-73.6549932047975,41.010759309978305],[-73.65498120478166,41.010551309937874],[-73.65497820477036,41.010371309902666],[-73.65497820476921,41.01035130989874],[-73.65496320474786,41.01006430984291],[-73.65486720471004,41.00994530982274],[-73.65482720469139,41.009845309804426],[-73.65481820468717,41.00982230980023],[-73.65477520466324,41.0096473097673],[-73.6547022046288,41.00945830973262],[-73.65457820457289,41.00918130968236],[-73.65455420456135,41.00911530967022],[-73.65446620451894,41.00887130962524],[-73.65435620447465,41.00871830959885],[-73.65402820434258,41.008261309519995],[-73.65391920429866,41.00810930949377],[-73.65382320425977,41.007971309469866],[-73.65381420425595,41.007955309467015],[-73.65373720422329,41.00781930944288],[-73.65361120417282,41.00764830941347],[-73.65350220413161,41.00754330939646],[-73.65347420412131,41.00752130939308],[-73.65333020406821,41.00740530937507],[-73.65325220404023,41.007356309368035],[-73.6531492040034,41.007293309359056],[-73.6530152039559,41.007219309348955],[-73.65300220395132,41.00721230934802],[-73.6529402039288,41.007168309341424],[-73.65288620390906,41.00712830933536],[-73.65285920389921,41.00710830933233],[-73.6528062038786,41.007047309322104],[-73.65276520386088,41.00696930930815],[-73.65273520384783,41.00691030929756],[-73.65266520381749,41.00677530927338],[-73.65252020375466,41.006496309223415],[-73.65244820372443,41.00637430920185],[-73.65237120369213,41.00624430917888],[-73.65211920361544,41.0063243092029],[-73.65136320338537,41.006564309274935],[-73.6511112033087,41.006644309298956],[-73.65051720313062,41.00687930936466],[-73.64873720259723,41.00758830956251],[-73.6481442024195,41.00782430962839],[-73.64764420227796,41.00816730971218],[-73.64713920213507,41.00851530979713],[-73.64614820185466,41.00919830996385],[-73.64564920171347,41.00954231004779],[-73.64557220169225,41.00960531006272],[-73.64534220162905,41.00979631010778],[-73.64526620160821,41.009860310122825],[-73.64518120157688,41.009792310112296],[-73.64516120156951,41.009776310109814],[-73.64501520151599,41.00966431009266],[-73.64490320147458,41.0095723100783],[-73.64486420146044,41.009545310074294],[-73.6448472014538,41.009525310070906],[-73.64476120142018,41.00942331005374],[-73.6446512013757,41.00926631002656],[-73.64461220135993,41.009211310017065],[-73.64455720133846,41.009146310006116],[-73.64439620127361,41.00892130996728],[-73.64432320124298,41.008798309945554],[-73.6442672012195,41.00870430992896],[-73.64422120120088,41.00863830991751],[-73.64417920118387,41.008578309907136],[-73.64414220116883,41.00852430989776],[-73.64404820113168,41.0084053098775],[-73.64400420111421,41.00834830986777],[-73.64398720110131,41.00821930984301],[-73.64400420110209,41.008137309826374],[-73.64410920112464,41.00794030978423],[-73.64422520115417,41.00780330975355],[-73.64433120118404,41.00772830973532],[-73.64470520129198,41.007507309679625],[-73.64481220132225,41.00743330966157],[-73.64503820138626,41.0072783096237],[-73.64518420142618,41.00715330959436],[-73.64566620155162,41.00663130947602],[-73.64621620169764,41.00608530935074],[-73.64632820172959,41.00601230933271],[-73.64642820175777,41.00594130931548],[-73.6467412018433,41.00567330925257],[-73.64706120193199,41.00542030919236],[-73.64729020199654,41.00525830915302],[-73.64747020204638,41.00511530911901],[-73.6477862021347,41.004878309062086],[-73.6478452021512,41.00483430905151],[-73.648216202254,41.00454130898177],[-73.64848020232866,41.00435830893714],[-73.64882720242471,41.004082308871546],[-73.6486592023716,41.004101308880806],[-73.64818020221747,41.00410730889779],[-73.64792120213416,41.00411130890712],[-73.64724220191276,41.00407030892146],[-73.64640320162859,41.00383430890282],[-73.64633420160307,41.00377730889391],[-73.64629820159,41.0037523088902],[-73.6462552015744,41.00372230888572],[-73.64620220155139,41.003619308867265],[-73.64619120154286,41.00353230885055],[-73.64617620153376,41.00345830883653],[-73.64617320152928,41.00339730882465],[-73.64622720153866,41.0032573087954],[-73.64628720155308,41.00317130877654],[-73.64624620153921,41.00316030877573],[-73.64612320149764,41.0031273087733],[-73.64608320148416,41.003117308772666],[-73.64605320147724,41.003165308783075],[-73.64596820146242,41.003384308828856],[-73.64592220145454,41.00350530885413],[-73.64595120146986,41.00360930887357],[-73.6459372014704,41.003697308891304],[-73.64582120144057,41.003829308921034],[-73.64548020133961,41.00398630896311],[-73.64546520133523,41.00399430896517],[-73.64519020124727,41.004007308976774],[-73.64459120103969,41.003757308947485],[-73.6427952004174,41.003009308859916],[-73.64219720021022,41.002760308830766],[-73.6411641998527,41.00233730878181],[-73.63916719916156,41.00151930868712],[-73.63806619878056,41.0010693086351],[-73.63703419842345,41.000647308586295],[-73.63573219797274,41.000112308524194],[-73.62751719512885,40.99673230813148],[-73.62670519485138,40.99646130810505],[-73.62542519441088,40.99598030805279],[-73.62389019388822,40.995500308009156],[-73.62198619325196,40.99511530799628],[-73.6200981926255,40.9948113079988],[-73.61758619179679,40.99449030801851],[-73.61526619102726,40.99412130802247],[-73.61428319069505,40.993857308003]]]},"properties":{"name":113,"geoid":"09001011300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.24613209156556,41.339977387787975],[-73.24605509152993,41.339791387754246],[-73.24606809151744,41.33950138769728],[-73.24609609151986,41.33938538767375],[-73.24613809152395,41.339220387640225],[-73.24621909152536,41.33878838755338],[-73.24632609153224,41.338305387455726],[-73.24643709154424,41.33788838737081],[-73.24652409155546,41.33759338731046],[-73.24681509161324,41.336959387177366],[-73.24695109164195,41.336692387120884],[-73.24699709165179,41.33660438710222],[-73.24704009165819,41.33647338707528],[-73.24708009166568,41.33637838705546],[-73.24712809167623,41.336291387036944],[-73.24721609169588,41.33613738700404],[-73.24760909179537,41.335653386896844],[-73.24774409182903,41.33547838685831],[-73.24795309188127,41.33520938679906],[-73.2482170919469,41.33486338672298],[-73.24841609199646,41.33460438666598],[-73.2485760920357,41.33438538661807],[-73.24863609204996,41.334295386598555],[-73.2487770920812,41.33404438654502],[-73.2488660920959,41.33379838649416],[-73.24887609209625,41.333748386484096],[-73.2489320920988,41.333477386429436],[-73.24895409209697,41.33332138639829],[-73.24897009209526,41.33320138637438],[-73.24897409209493,41.3331733863688],[-73.24905509210272,41.33285238630356],[-73.24909809211015,41.332739386280124],[-73.24919809213293,41.3325723862443],[-73.24941709218794,41.332295386183155],[-73.2494710922016,41.33222838616832],[-73.2499220923172,41.33169838605026],[-73.24995309232449,41.3316503860399],[-73.24999409233537,41.331608386030375],[-73.24997309231988,41.331457386001595],[-73.24998809231283,41.33125038596076],[-73.25005609232893,41.33114738593845],[-73.25012509234595,41.33105438591808],[-73.25021109236863,41.33096438589772],[-73.25021909237013,41.33094538589376],[-73.2502990923861,41.33077238585741],[-73.25032309238611,41.3306373858303],[-73.25034909239153,41.33058538581932],[-73.25042509241466,41.33055938581176],[-73.25048609243132,41.33050538579924],[-73.25051909243216,41.330334385764836],[-73.25060009243506,41.32992838568303],[-73.25059909242863,41.32982238566239],[-73.25059809241839,41.32964938562869],[-73.2503480923233,41.329404385589086],[-73.25010809223062,41.32914438554625],[-73.24982309212496,41.32891238551033],[-73.24981709212278,41.328908385509735],[-73.24968209207509,41.3288393855007],[-73.24934909195383,41.328606385466145],[-73.2490610918495,41.32841438543812],[-73.2485670916747,41.32815738540413],[-73.24799309147227,41.327870385366936],[-73.24762409134141,41.327673385340574],[-73.2472530912102,41.32748138531525],[-73.24702509112848,41.32734438529598],[-73.24633009087931,41.326926385237186],[-73.24611309080092,41.32678538521678],[-73.24590909072582,41.32662838519282],[-73.24572009065706,41.32649738517345],[-73.24553609058694,41.32631438514378],[-73.2454620905578,41.326224385128654],[-73.24506809040258,41.325744385047926],[-73.24466109024036,41.325215384958064],[-73.24460409021269,41.32505538492872],[-73.24457509018158,41.32467738485597],[-73.24458209016149,41.32428838477988],[-73.24454309013265,41.324006384726154],[-73.24450009011498,41.323941384714885],[-73.24441709008093,41.323816384693224],[-73.24433109004846,41.32373638468042],[-73.24418008999359,41.323632384665075],[-73.24396008991576,41.32351838465004],[-73.24381108986354,41.32344938464144],[-73.24371208982973,41.323419384638825],[-73.24360908979546,41.32340338463907],[-73.2435320897689,41.32337538463614],[-73.24335008970449,41.32328038462354],[-73.24324308966517,41.32319938461126],[-73.24314708962989,41.32312638460014],[-73.24293708955419,41.322992384580864],[-73.24266108945535,41.3228283845579],[-73.24240008935914,41.32262538452684],[-73.24216808927014,41.322384384487414],[-73.24200908920675,41.322177384452225],[-73.24186108914583,41.32195138441298],[-73.24153908901337,41.32146138432794],[-73.24151908900477,41.32142438432139],[-73.24137008894036,41.32114338427145],[-73.24136508893815,41.321133384269665],[-73.241252088893,41.3209843842443],[-73.24111408883934,41.32082838421836],[-73.24098508879325,41.32075338420796],[-73.24085908875055,41.320720384205636],[-73.24061108866483,41.320626384195386],[-73.2405080886292,41.32058738419115],[-73.24031308856208,41.32051838418406],[-73.24011108849258,41.32044738417681],[-73.23986208840904,41.32039738417519],[-73.23959308832117,41.320384384181445],[-73.23958908831987,41.32038438418157],[-73.23769108771471,41.320552384276276],[-73.23746008763904,41.32053738428091],[-73.23739308761641,41.32052138427998],[-73.2373380875979,41.320509384279426],[-73.23716608753902,41.3204543842743],[-73.2370410874944,41.32038238426435],[-73.2369020874426,41.32026438424587],[-73.23676608739245,41.32015838422964],[-73.23670808736918,41.32008038421632],[-73.23669208736274,41.320058384212544],[-73.23655908730721,41.319841384174566],[-73.23655608730594,41.3198363841737],[-73.23651008728628,41.31975338415901],[-73.23629408719432,41.319370384091364],[-73.23618708714335,41.31908638403947],[-73.23605008707807,41.31872238397295],[-73.2359110870006,41.31815738386729],[-73.23572108690168,41.31750638374652],[-73.23564808686201,41.31722738369449],[-73.23557408682363,41.31697638364794],[-73.23556908682046,41.316949383642836],[-73.23553708679975,41.31676938360878],[-73.23552208678508,41.31659838357591],[-73.23547508674781,41.31621438350254],[-73.2354550867292,41.31600338346205],[-73.23543008670522,41.31572638340883],[-73.23537308666648,41.31537338334184],[-73.23534008664386,41.31516538330235],[-73.2353180866229,41.31492438325605],[-73.23517108653412,41.314207383120994],[-73.23512708651006,41.314036383089075],[-73.23506308647504,41.313787383042595],[-73.23479308633954,41.31295038288815],[-73.23458108622746,41.31219438274758],[-73.23440208612908,41.31149038261611],[-73.2342210860347,41.310867382500476],[-73.23420008601917,41.310715382471514],[-73.23418908601109,41.31063638245646],[-73.23411008596237,41.310233382380424],[-73.23405308592416,41.30988938231518],[-73.23401408589383,41.30958138225636],[-73.23399708587445,41.30933938220971],[-73.23396108584919,41.30910238216464],[-73.23387508578793,41.30852038205391],[-73.23380508574328,41.30813738198148],[-73.23378608571585,41.30776638190973],[-73.23378408570976,41.30767138189125],[-73.23378108569781,41.307480381854084],[-73.23379708568636,41.30719038179698],[-73.23335008554696,41.307284381829916],[-73.2329860854324,41.307342381853104],[-73.23227008520722,41.30745938189929],[-73.23115308485488,41.30762438196791],[-73.23090608477493,41.30762538197615],[-73.23072008471344,41.30760338197795],[-73.23054108465259,41.30755338197402],[-73.23047708463082,41.307535381972606],[-73.22980308439266,41.30718938192708],[-73.22972008436304,41.307141381920424],[-73.22947108427428,41.307000381901034],[-73.22938908424503,41.30695338189455],[-73.22913008415347,41.30681938187685],[-73.22878708403087,41.30661938184903],[-73.22848808392274,41.30642238182033],[-73.22824408383138,41.30620738178635],[-73.22779708366164,41.305772381716054],[-73.2273290834807,41.30526038163142],[-73.22728408345884,41.3051333816081],[-73.22719108341839,41.30495338157601],[-73.2270680833622,41.304668381524436],[-73.22692208329994,41.30440738147827],[-73.22664908319288,41.30408238142376],[-73.22650608313619,41.3039013813931],[-73.22593608292857,41.30350038133345],[-73.2256380828223,41.303330381310005],[-73.22529008270135,41.303186381293244],[-73.22504908261674,41.30307238127887],[-73.22480508252914,41.30292338125775],[-73.22426008233109,41.302547381202146],[-73.22408808226704,41.302402381179476],[-73.22389408219738,41.302283381162574],[-73.22380208216615,41.302258381160705],[-73.22368908212745,41.30222138115715],[-73.22355908208436,41.30220438115808],[-73.22356208208448,41.30218938115506],[-73.22340908203388,41.30217138115653],[-73.22323808197432,41.30209838114788],[-73.22303308190362,41.302023381139925],[-73.22281308182875,41.3019603811348],[-73.2223460816694,41.3018193811225],[-73.22204908156908,41.30174738111814],[-73.22173508146274,41.301666381112575],[-73.22148308137625,41.30158138110421],[-73.22139708134391,41.30150338109178],[-73.22135208132413,41.301412381075494],[-73.22138208132323,41.301227381038416],[-73.2213680813066,41.3010163809977],[-73.22131908124813,41.30027338085431],[-73.22127508120815,41.299824380768115],[-73.22123708117314,41.29942838069208],[-73.22123008116411,41.29931038066929],[-73.22122608116179,41.29929238066591],[-73.22120608114854,41.299174380643535],[-73.22116808111979,41.29888738058877],[-73.22115108110653,41.29875238056297],[-73.22114308110021,41.29868738055056],[-73.22113708109467,41.298624380538456],[-73.22111808107486,41.29838638049262],[-73.22110808106328,41.298240380464456],[-73.22110008105332,41.298112380439754],[-73.22235408145376,41.298012380379355],[-73.22611708265526,41.29771138019794],[-73.22737208305605,41.2976123801377],[-73.22843008339183,41.297492380079774],[-73.23160608439997,41.29713537990653],[-73.23202908453429,41.29708837988356],[-73.23266508473614,41.29701637984878],[-73.2329890848378,41.29695937982708],[-73.23396508514409,41.296788379761885],[-73.23429008524612,41.296732379740355],[-73.2358610857457,41.29657137965769],[-73.24057508724488,41.296092379410425],[-73.240786087312,41.29607137939946],[-73.24214708774487,41.295933379328126],[-73.24246808784773,41.29591437931395],[-73.2434340881574,41.2958593792717],[-73.24375608826067,41.29584137925766],[-73.24422708841337,41.295844379242894],[-73.24564108887179,41.29585337919851],[-73.24611308902483,41.29585637918368],[-73.24621208905673,41.295853379179874],[-73.24621908905898,41.29585337917965],[-73.24651208915323,41.29584237916794],[-73.24661208918546,41.295839379164086],[-73.2472420893881,41.29581537913884],[-73.24913608999732,41.29574337906298],[-73.24976709020034,41.29572037903789],[-73.24996909026525,41.29571137902955],[-73.25057809046113,41.29568837900517],[-73.2505800904618,41.29568837900511],[-73.25078109052642,41.29568037899699],[-73.25117909065429,41.295662378980495],[-73.25237409103828,41.29561037893133],[-73.25277309116652,41.295593378914994],[-73.25333909134851,41.29557037889202],[-73.25504109189586,41.29550437882359],[-73.2556080920782,41.295482378800784],[-73.25605109222076,41.295466378783196],[-73.25630209230152,41.29545737877324],[-73.25738409264979,41.295420378730704],[-73.2578280927927,41.29540537871327],[-73.25820209291159,41.29536637869346],[-73.25932609326907,41.29525337863471],[-73.2597010933884,41.29521637861525],[-73.26050409364493,41.295155378577114],[-73.26291609441564,41.29497537846323],[-73.26372009467254,41.294915378425266],[-73.26414509480789,41.294875378403574],[-73.26542409521527,41.29475737833878],[-73.265850095351,41.29471837831724],[-73.26715309576578,41.2945943782505],[-73.26735509583015,41.294576378240386],[-73.27106509701134,41.294225378050704],[-73.271560097169,41.294179378025554],[-73.27237009742691,41.294103377984264],[-73.27277009755309,41.294045377959876],[-73.27283509757363,41.294036377956],[-73.273971097932,41.29387137788669],[-73.27437209805858,41.29381437786247],[-73.27441109807822,41.293936377885],[-73.27455609813808,41.29416137792417],[-73.2746440981729,41.29427137794275],[-73.27488409826417,41.294507377980956],[-73.27499309830706,41.29463937800315],[-73.27534909844564,41.29504537807073],[-73.27541509846893,41.29507837807501],[-73.27554609851767,41.2951883780922],[-73.27566309856523,41.29535737812136],[-73.2757280985917,41.295451378137564],[-73.2760550987162,41.29577537819009],[-73.27633109883303,41.29625337827434],[-73.27652009890812,41.296495378315385],[-73.27668809897166,41.296654378340904],[-73.27712409912958,41.29694537838345],[-73.27720409916019,41.297027378396834],[-73.27740809924583,41.297368378456696],[-73.27770609936157,41.29770337851232],[-73.27791009943833,41.29788937854193],[-73.27801909948123,41.29802137856413],[-73.27809209951243,41.29815337858749],[-73.27817209955316,41.298411378635215],[-73.27815009955772,41.29861437867554],[-73.27807709954384,41.2987843787111],[-73.27802609953146,41.29885637872681],[-73.27676909918246,41.29986637896494],[-73.27640209908061,41.300162379034674],[-73.27622009903273,41.30035437907809],[-73.2760300989892,41.30066737914536],[-73.27595709898004,41.30091937919691],[-73.27599309900715,41.30118837924821],[-73.27615309908,41.30155437931438],[-73.27617509909007,41.30160537932362],[-73.27611009907314,41.301677379339786],[-73.2757750989703,41.30177537936986],[-73.27546209887716,41.30191837940799],[-73.27509809876463,41.30201137943802],[-73.27451509858786,41.30222037949784],[-73.27428909852348,41.30237337953508],[-73.27423109851073,41.30247837955746],[-73.27401309845243,41.302692379606334],[-73.2738960984189,41.30276837962498],[-73.2738450984029,41.302777379628395],[-73.27343709827534,41.30285637965714],[-73.27309509817091,41.30296637968978],[-73.27295709813407,41.303103379721016],[-73.27279609808794,41.303207379746574],[-73.27249809801222,41.30356937982691],[-73.27219909792647,41.30376237987435],[-73.27202409787958,41.30393237991323],[-73.27184209784238,41.304310379992906],[-73.27160109780792,41.30506838014865],[-73.27154309781153,41.305458380226625],[-73.27134609776881,41.30582538030467],[-73.27110509770847,41.30613338037262],[-73.27112009771614,41.30618238038169],[-73.27118609773913,41.30621038038498],[-73.2713530978011,41.306347380406265],[-73.27138209781425,41.306413380418185],[-73.27136709781195,41.30645738042725],[-73.27112709774491,41.306643380471385],[-73.27104709772625,41.30676938049857],[-73.27071909763359,41.307005380555324],[-73.27071209763955,41.30714838058345],[-73.27063909762124,41.307241380603976],[-73.27076209767498,41.30748338064715],[-73.27077009768608,41.30763138067578],[-73.27070409768018,41.3079003807304],[-73.27080609772236,41.308059380758074],[-73.27089309778145,41.30859738086018],[-73.27099509782748,41.30882338090092],[-73.27116909789171,41.30896038092197],[-73.27121209790849,41.3090103809303],[-73.27129309794007,41.3091033809458],[-73.2712930979476,41.30923438097135],[-73.27101609787525,41.3095363810393],[-73.27095009786464,41.309723381077944],[-73.27081909782535,41.30977838109295],[-73.27072409780213,41.30990938112161],[-73.27072409780627,41.30998138113566],[-73.27084109785835,41.31022838118001],[-73.27092809789062,41.310299381191],[-73.27100809792096,41.31037638120341],[-73.2709720979178,41.31052438123346],[-73.2709790979302,41.31070038126756],[-73.27092009791706,41.31080438128976],[-73.27095709793474,41.310903381307874],[-73.27103009796,41.31093138131094],[-73.27106609797383,41.31096938131717],[-73.27105109797432,41.31106238133581],[-73.27094209794694,41.31120038136629],[-73.2709270979443,41.31123838137418],[-73.27092009794298,41.311255381377734],[-73.2709640979692,41.31146338141686],[-73.27112409803176,41.31165038144812],[-73.2711750980502,41.31168338145289],[-73.2712260980667,41.3116833814512],[-73.27129109808487,41.31163338143934],[-73.27151009815424,41.311606381426905],[-73.27159009818423,41.31167738143814],[-73.27159709819001,41.311738381449814],[-73.27156009819694,41.312067381515185],[-73.27158209821827,41.31231438156264],[-73.2717930983005,41.312556381602946],[-73.2718220983175,41.31268838162775],[-73.27183709832607,41.31275338163993],[-73.27182209832475,41.312814381652316],[-73.27170509829881,41.313022381696705],[-73.27172009830716,41.31308338170811],[-73.27177809832975,41.31314938171909],[-73.27175609832861,41.313253381740076],[-73.27162509829407,41.313390381771086],[-73.27171209833423,41.313599381809006],[-73.27178509836135,41.31365938181833],[-73.27201809843967,41.31370938182047],[-73.27214909848809,41.31381338183646],[-73.27225809853098,41.313945381858645],[-73.27238209858089,41.31411538188776],[-73.27238909858697,41.31418138190039],[-73.27231609857056,41.31430738192735],[-73.27225109855367,41.314379381943525],[-73.27224309855325,41.314417381951195],[-73.27225809855909,41.31443438195401],[-73.27243209862172,41.314543381969585],[-73.27242509862513,41.31464238198912],[-73.27233809860672,41.31481238202511],[-73.27238809863523,41.31502638206522],[-73.27244709865658,41.3150653820709],[-73.2726210987126,41.31505938206404],[-73.27270909874396,41.31510938207091],[-73.27274509876415,41.31525738209861],[-73.27285409880766,41.31540038212292],[-73.27278109879794,41.3156423821725],[-73.27271609878251,41.31574038219375],[-73.27272309879112,41.31585038221497],[-73.27276609881199,41.31597138223715],[-73.27285409884331,41.316020382243835],[-73.27297809888445,41.31603738224311],[-73.27309409892834,41.316147382260766],[-73.27310909893573,41.31619138226884],[-73.27309409893307,41.31622938227675],[-73.27286809886873,41.31638338231418],[-73.27265709880604,41.31648138234017],[-73.27260609879396,41.31655838235686],[-73.27270809883176,41.3166413823697],[-73.2729700989207,41.31671238237499],[-73.27301309893777,41.31676738238433],[-73.27297009893208,41.31691038241361],[-73.27283109890092,41.31715138246516],[-73.27281309889567,41.317161382467674],[-73.27269309886094,41.31723338248566],[-73.272634098845,41.317288382498305],[-73.27264909886125,41.31748638253644],[-73.27263409886082,41.31756338255194],[-73.27246009881486,41.31774438259293],[-73.27245909882214,41.317876382618685],[-73.27256909887008,41.318090382656834],[-73.27258309888157,41.31821138267997],[-73.27266309891374,41.3183203826986],[-73.27293209901197,41.318513382727446],[-73.2730340990529,41.31865038275083],[-73.27319409910976,41.31873838276276],[-73.27322109911954,41.318756382765386],[-73.27325609913129,41.318763382765596],[-73.27336409916757,41.31878638276656],[-73.2734000991797,41.31879438276694],[-73.27547509990016,41.3196363828633],[-73.27707010045397,41.3202833829373],[-73.27910910116198,41.321111383032076],[-73.27962810134214,41.32132138305605],[-73.28170110206193,41.32216238315224],[-73.28377710278279,41.32300538324869],[-73.28493310318522,41.323492383305826],[-73.28840310439315,41.324953383477144],[-73.28956010479597,41.325441383534425],[-73.2911991053644,41.3260943836081],[-73.2961161070698,41.32805538382945],[-73.29775510763828,41.328709383903266],[-73.29856810792234,41.329069383946845],[-73.29937610820465,41.32942738399018],[-73.30424010990424,41.331584384251336],[-73.30586211047098,41.33230338433837],[-73.30515811026311,41.332652384429444],[-73.3050231102232,41.33271838444672],[-73.30250910948094,41.3339663847723],[-73.302106109362,41.33416738482468],[-73.30167110923358,41.33438338488103],[-73.30128910912242,41.33460138493602],[-73.30014310878889,41.335254385100825],[-73.29976210867812,41.33547338515599],[-73.29940910857353,41.33564238520047],[-73.2987591083811,41.335956385282955],[-73.29835210826054,41.33615138533429],[-73.29800010815632,41.33632138537895],[-73.2978581081139,41.336383385395685],[-73.29743410798741,41.3365713854462],[-73.29729310794544,41.336635385463296],[-73.29706810787879,41.336743385491715],[-73.2963931076789,41.33706838557716],[-73.29626010763957,41.337133385594186],[-73.2961681076123,41.33717738560576],[-73.29596610755493,41.337317385639665],[-73.29536110738327,41.33773838574152],[-73.29516010732628,41.33787938577559],[-73.29457710715336,41.33815538584847],[-73.2928311066356,41.33898438606718],[-73.29224910646309,41.33926138614023],[-73.29186910634932,41.33942338618424],[-73.28457110419285,41.3430223871245],[-73.28421110408655,41.34320138717117],[-73.28349410387474,41.34355638726381],[-73.28314810377259,41.34372838730866],[-73.27888110251256,41.345848387861416],[-73.2774591020927,41.346556388045904],[-73.27676710188922,41.34691538813851],[-73.27469210127917,41.347993388416455],[-73.27400110107605,41.34835338850921],[-73.27344810091229,41.34862038857934],[-73.27286410073947,41.34890438865378],[-73.27179010042151,41.34942438879024],[-73.27154110034787,41.34954638882216],[-73.27123810025819,41.34969338886072],[-73.27120210024316,41.3496353888506],[-73.27115910022135,41.34949838882531],[-73.27116910021279,41.34929338878503],[-73.27124610020851,41.34878638868372],[-73.27126810021052,41.34869738866566],[-73.27127110021091,41.34868738866362],[-73.27131010021026,41.34845638861733],[-73.27132410020177,41.34823038857284],[-73.27136510019693,41.347916388510306],[-73.2713911001969,41.34776938848081],[-73.27144410020013,41.34752738843192],[-73.27162110021992,41.34687538829908],[-73.27173210023554,41.34652238822665],[-73.27200410027831,41.345735388064405],[-73.27204010028414,41.34563438804355],[-73.27212110029555,41.34537638799061],[-73.27231510032307,41.344763387864816],[-73.27238110031998,41.344338387779835],[-73.27240710029758,41.34380338767471],[-73.27239710029227,41.34376738766803],[-73.27237610028091,41.34368838765333],[-73.27233810026328,41.34359638763663],[-73.27227710023989,41.34353338762635],[-73.27210510018004,41.34346138761794],[-73.2720311001552,41.34344638761744],[-73.27176910007056,41.3434503876268],[-73.27153109999556,41.34348638764159],[-73.27135509994287,41.34356138766198],[-73.27092109981395,41.34376438771572],[-73.27084309978926,41.343774387720224],[-73.2707160997499,41.34380538773041],[-73.27059309971145,41.34382938773912],[-73.27040809965162,41.34383138774557],[-73.27021309958783,41.34382038774981],[-73.26962909939532,41.343762387757586],[-73.2694160993251,41.34374138776046],[-73.2686340990663,41.34364638776754],[-73.26861709907266,41.343852387808234],[-73.26858709907268,41.34402138784216],[-73.26854209906455,41.34413338786545],[-73.26852409906127,41.34417738787462],[-73.26848009905449,41.34430738790139],[-73.2684120990351,41.34435338791256],[-73.26833409901042,41.34436338791708],[-73.26816809895536,41.34434138791822],[-73.26782009884154,41.344322387925885],[-73.26774309881638,41.344318387927636],[-73.26742509871306,41.344313387937056],[-73.26703209858753,41.344344387955964],[-73.26651309842137,41.34437838797955],[-73.26580109819476,41.344448388016474],[-73.26516409799152,41.34450238804784],[-73.26474509785622,41.34451038806309],[-73.26431309771604,41.34450638807645],[-73.26409509764412,41.3444833880791],[-73.26375209752995,41.34443038807997],[-73.26357209747007,41.3444033880806],[-73.26323609735904,41.34436538808418],[-73.26312909732444,41.34436638808787],[-73.26299309727882,41.34433938808708],[-73.26292809725447,41.344282388078085],[-73.26297909725643,41.34402938802711],[-73.26299409725266,41.34387938799738],[-73.2630190972553,41.343784387978054],[-73.26264209713126,41.34375138798394],[-73.26253709709603,41.3437303879833],[-73.26200209691645,41.34362138797954],[-73.26092509655362,41.34337938796759],[-73.26077509650203,41.34332738796236],[-73.26049109644042,41.34385538807454],[-73.26024409638609,41.34430138816954],[-73.26015709636694,41.344458388202966],[-73.25995009632346,41.34486838828965],[-73.25978009629362,41.345306388380564],[-73.25971809628759,41.34555038843014],[-73.25968709628924,41.34575338847071],[-73.25967909631186,41.346191388556335],[-73.25968209632953,41.34648138861276],[-73.2596960963442,41.34665738864659],[-73.25969909635604,41.34684638868334],[-73.25972809640598,41.34755038881958],[-73.25981609646219,41.348031388910435],[-73.25991509652783,41.3486143890208],[-73.25974809647693,41.34867038903717],[-73.25947009639235,41.34876538906477],[-73.25925309632672,41.34884638908765],[-73.25908909627714,41.348908389105084],[-73.25857009612001,41.349099389159285],[-73.258008095951,41.34932638922189],[-73.25794909593223,41.34933238922499],[-73.25786609590591,41.34934238922966],[-73.25771509585603,41.34932538923128],[-73.25760409581893,41.34930538923102],[-73.25748609577626,41.34922838921985],[-73.25736409573109,41.34913038920475],[-73.25717509565608,41.34889138916438],[-73.25698209558101,41.3486733891282],[-73.25663209544979,41.34836338907923],[-73.25633309534226,41.34817838905293],[-73.25609209525722,41.34805738903726],[-73.25587309518154,41.34797538902844],[-73.25553309506685,41.34789638902415],[-73.25551209505976,41.34789138902386],[-73.25481709482418,41.347710389011304],[-73.25475909480453,41.347695389010276],[-73.25381309448244,41.347424388988394],[-73.25365209442654,41.34735938898098],[-73.25342209434675,41.34726738897057],[-73.25304809421648,41.347109388952],[-73.25265909408078,41.346941388931995],[-73.25212109389318,41.34671038890456],[-73.25131009361088,41.34637038886479],[-73.25106109351874,41.34617138883415],[-73.250526093317,41.34567738875537],[-73.25039309326787,41.34557238873924],[-73.25013609317062,41.345329388700286],[-73.25001909312368,41.345172388673504],[-73.24992009308396,41.34503938865083],[-73.24975309301335,41.34475238860034],[-73.24941409287653,41.34428338852001],[-73.24922909280014,41.34399738847033],[-73.24902009271372,41.34367238841381],[-73.24872709258658,41.34311238831424],[-73.24857009251848,41.34281238826091],[-73.24831009241144,41.34241638819221],[-73.24829109240396,41.34239338818836],[-73.24798109228215,41.34202138812598],[-73.24766109216208,41.34173638808088],[-73.24739409206131,41.34148838804128],[-73.24721809199607,41.34134538801914],[-73.2470430919312,41.341203387997176],[-73.24685109186004,41.34104738797305],[-73.24682909185181,41.34102838797007],[-73.24672409181154,41.34091938795226],[-73.24667309179203,41.34086738794378],[-73.2465240917308,41.34064238790479],[-73.24647509170912,41.3405413878867],[-73.24640909167992,41.34040538786236],[-73.24635409165738,41.34032338784817],[-73.24626509162084,41.34018938782497],[-73.24619309159095,41.34007538780509],[-73.24614109156934,41.33999238779061],[-73.24613909156852,41.3399893877901],[-73.24613309156607,41.33998038778853],[-73.24613209156556,41.339977387787975]]]},"properties":{"name":1001,"geoid":"09001100100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.24613209156556,41.339977387787975],[-73.24579909146033,41.340023387807825],[-73.24553309137576,41.34005138782198],[-73.24500809120734,41.340080387844765],[-73.24472809111847,41.34011238786016],[-73.24442509102234,41.34014738787689],[-73.24407709091258,41.34019938789838],[-73.24373409080385,41.34024138791778],[-73.24333909068768,41.34044638797064],[-73.2431190906239,41.34057638800317],[-73.24294909057372,41.34066138802529],[-73.24272509050614,41.340748388049555],[-73.24240009040683,41.34085238808045],[-73.24214309032733,41.34091738810151],[-73.24201309028614,41.34093338810887],[-73.24187309024128,41.340942388115195],[-73.24151809012514,41.3409223881229],[-73.24117009001031,41.340886388127245],[-73.24095808994151,41.34088438813379],[-73.24068108985338,41.3409123881483],[-73.24065708984584,41.34091638814986],[-73.24038908976217,41.34097138816933],[-73.24010008967302,41.341049388193966],[-73.23974308956393,41.341163388227855],[-73.23937208945172,41.341302388267074],[-73.23930808943209,41.34132138827286],[-73.23901808934319,41.341409388299475],[-73.23874308925697,41.34145938831821],[-73.23846908916735,41.341444388324234],[-73.2384590891641,41.34144438832457],[-73.23825308909554,41.34141238832505],[-73.23767908890365,41.341309388323715],[-73.23718108873832,41.34124038832653],[-73.23653008852074,41.34112438832519],[-73.2359740883358,41.34104038832696],[-73.23593408832231,41.34103138832651],[-73.23576808826657,41.34099738832532],[-73.2355140881828,41.34097138832853],[-73.2350840880417,41.34094038833653],[-73.23478308794661,41.34098238835455],[-73.23459408788726,41.341015388367154],[-73.23442608783513,41.34105538838044],[-73.23427508778835,41.34109238839258],[-73.2340710877261,41.34115938841231],[-73.2338770876664,41.341214388429364],[-73.23354308756275,41.34129338845565],[-73.23322908746445,41.34135338847761],[-73.23289908736248,41.341439388505144],[-73.23260308727234,41.3415393885343],[-73.23249208723816,41.341570388543964],[-73.2322410871609,41.34164138856602],[-73.23185708704415,41.34177438860447],[-73.23166808698723,41.34184938862526],[-73.23150108693703,41.34191738864398],[-73.2312230868555,41.34206538868189],[-73.23111908682431,41.34210938869386],[-73.23098908678553,41.34216738870941],[-73.23093708677041,41.342197388716954],[-73.2307110867046,41.342326388749484],[-73.2305140866449,41.34239838876994],[-73.23034708659567,41.34248338879197],[-73.22998308648862,41.342672388840704],[-73.22961308637915,41.34285338888805],[-73.22924808627158,41.34303938893622],[-73.22856508606661,41.343323389013875],[-73.22856008606516,41.343326389014614],[-73.22797608589258,41.34361538909002],[-73.22781208584536,41.34371838911546],[-73.22775608582934,41.343755389124496],[-73.22765508580058,41.34382438914124],[-73.2272730856898,41.34405038919776],[-73.22709708564003,41.34417638922806],[-73.22688508558007,41.34432838926461],[-73.22669508551257,41.344225389250745],[-73.22623508534929,41.343977389217414],[-73.22612108530954,41.34392838921159],[-73.22592308524062,41.34384538920187],[-73.22577108518608,41.3437533891889],[-73.22555308510798,41.34362338917068],[-73.22534808503076,41.343435389140716],[-73.2252180849818,41.343316389121775],[-73.22510608493977,41.343216389105926],[-73.22497208488946,41.34309638908691],[-73.22477408481473,41.34291238905751],[-73.22466408477327,41.342811389041415],[-73.22454708472883,41.342697389023016],[-73.22433808465121,41.34252538899631],[-73.22424508461609,41.34243838898239],[-73.22405508454423,41.34225938895369],[-73.22384308446749,41.34211938893333],[-73.22359208437597,41.341941388906825],[-73.22306808418953,41.34165138886738],[-73.22283108410636,41.34154038885349],[-73.22274808407722,41.3415013888486],[-73.22245108397168,41.34133938882672],[-73.22233108392993,41.34128938882087],[-73.22200608381488,41.34111938879835],[-73.22167308369742,41.34095338877686],[-73.22138408359052,41.340722388741256],[-73.22135708358059,41.34070138873805],[-73.22120708351939,41.34048238870026],[-73.22107908346051,41.340179388645346],[-73.22098708341616,41.33992638859904],[-73.2209300833877,41.33975238856698],[-73.22084208334752,41.339549388530266],[-73.2206010832424,41.33907838844632],[-73.21996008298916,41.338285388312656],[-73.2196350828641,41.33794138825618],[-73.21944008278909,41.33773538822239],[-73.21925208271801,41.33755838819402],[-73.21904608263931,41.33735038816019],[-73.21884408256335,41.33716738813109],[-73.21852608245987,41.3371593881399],[-73.2175740821502,41.33713738816669],[-73.21755508214402,41.33713738816731],[-73.21725808204613,41.33710838817134],[-73.21724208204084,41.33710638817147],[-73.21681508189438,41.336965388157914],[-73.2166270818291,41.33688938814924],[-73.21625108169867,41.336739388132244],[-73.21566008149198,41.336474388099866],[-73.21508208129099,41.33623538807213],[-73.21477708118567,41.33612238806004],[-73.21462508113326,41.336067388054275],[-73.21416408097197,41.33585938802876],[-73.2138570808675,41.33577238802181],[-73.21366608080378,41.3357403880218],[-73.21355908076848,41.33572938802314],[-73.21344008072923,41.33571738802469],[-73.21312308062377,41.33566938802567],[-73.21241108038906,41.33559938803524],[-73.21170708016207,41.3356183880619],[-73.21164308014144,41.335620388064385],[-73.21108907996391,41.33565438808909],[-73.21080807987258,41.335649388097266],[-73.21052307977943,41.33563538810383],[-73.21036807973012,41.33565138811201],[-73.21013307965555,41.33567838812494],[-73.20962807949152,41.33567138814004],[-73.20949507944528,41.33561638813365],[-73.20935507939117,41.33546438810859],[-73.20931407937158,41.33535438808848],[-73.20927707935489,41.33527238807368],[-73.20886007918143,41.33460438795705],[-73.20881307916271,41.33454338794669],[-73.2083750789879,41.33397038784925],[-73.20834607897639,41.33393338784298],[-73.20820407891878,41.33373138780822],[-73.20806007886041,41.33352738777315],[-73.20784807877274,41.333196387715525],[-73.20772107872178,41.33302538768632],[-73.2077070787161,41.333005387682874],[-73.20754007864821,41.33276538764153],[-73.20744007860657,41.33260438761338],[-73.20730207854895,41.33237938757402],[-73.20712707847814,41.332133387531755],[-73.20701907843429,41.331979387505235],[-73.20678007833679,41.33162938744479],[-73.20668007831638,41.3318383874888],[-73.20660007829913,41.331989387520856],[-73.20664007831678,41.33207138753556],[-73.20645007826228,41.33219438756572],[-73.20638107823741,41.3321503875594],[-73.20622207818457,41.33212738756009],[-73.20576207803438,41.332107387571185],[-73.20539107790866,41.33201138756458],[-73.20494707776085,41.33194238756558],[-73.20426107753302,41.33184538756904],[-73.20359907731132,41.33171938756604],[-73.20350507727369,41.33159438754474],[-73.20339807723586,41.33153938753749],[-73.20326307718685,41.33144738752395],[-73.20289307704688,41.33109738746777],[-73.20273607698952,41.33098438745086],[-73.20252607691606,41.33088938743918],[-73.20225807682526,41.33082038743446],[-73.2020390767503,41.33075038742794],[-73.2014150765394,41.33059838741864],[-73.20077307632285,41.33044938741052],[-73.19996807607556,41.330685387482774],[-73.19919407583849,41.3309243875546],[-73.1987460757015,41.33106638759689],[-73.19856407564521,41.331113387612],[-73.19836507558372,41.33116538762862],[-73.19676007509015,41.33162638777081],[-73.19666807506187,41.33165338777908],[-73.19603907486903,41.331844387836824],[-73.19527207463378,41.33207538790686],[-73.19508407457619,41.33213338792431],[-73.19440507436788,41.33233738798622],[-73.19334207404079,41.33263938807974],[-73.1929680739263,41.33275638811473],[-73.19220507369296,41.33299838818678],[-73.191587073502,41.33316038823853],[-73.19155707349276,41.33316838824105],[-73.19054107317886,41.33343538832622],[-73.18973107292794,41.33363638839181],[-73.18911207273626,41.3337913884422],[-73.1888950726685,41.333836388458046],[-73.18842807252294,41.33393638849276],[-73.18824707246708,41.33398538850821],[-73.18821307245666,41.33399538851127],[-73.18803107239992,41.334034388524806],[-73.18756107225187,41.33410838855455],[-73.18686007203121,41.33422138859941],[-73.18615007180696,41.334322388642235],[-73.18568007165854,41.3343903886708],[-73.18546507159083,41.33442438868443],[-73.18525107152355,41.33446038869844],[-73.18482207138817,41.33452338872468],[-73.1848210713879,41.33452438872491],[-73.18460607131908,41.33453938873485],[-73.18403807113728,41.33457838876094],[-73.18378007105447,41.334592388772094],[-73.18326307088861,41.334621388794574],[-73.18243807062541,41.33469338883549],[-73.18161907036222,41.33473138886957],[-73.18130407026004,41.334729388879445],[-73.18103907017411,41.334728388887875],[-73.1804780699917,41.334717388904004],[-73.18020706990434,41.33472538891437],[-73.17978806976934,41.334739388930764],[-73.17939406964214,41.33474738894515],[-73.17912406955506,41.334754388955304],[-73.17907406953881,41.33475338895675],[-73.17892706949111,41.33475238896135],[-73.17887806947525,41.33475238896293],[-73.17899906950854,41.3346493889389],[-73.17936206960852,41.334341388867024],[-73.17948406964219,41.33423938884317],[-73.17971006970099,41.33398738878666],[-73.18038906987773,41.33323238861731],[-73.18061606993689,41.33298138856098],[-73.18141907012216,41.33167438827994],[-73.18286207045514,41.32932638777505],[-73.18387607069533,41.327784387441284],[-73.18471907089504,41.326503387163996],[-73.18540707106564,41.325590386963526],[-73.18747507157887,41.322854386362536],[-73.18816407174984,41.321942386162206],[-73.18839107180612,41.3216413860961],[-73.18907207197508,41.32073938589796],[-73.18930007203174,41.32043938583203],[-73.18939607205306,41.320268385795536],[-73.1896840721172,41.31975938568687],[-73.18978007213856,41.31958938565059],[-73.19024707225292,41.31894438550956],[-73.19164807259608,41.31701238508705],[-73.1921160727108,41.316368384946166],[-73.19235907277233,41.31606838487972],[-73.19308907295726,41.315168384680376],[-73.19333307301919,41.3148693846141],[-73.19366907310462,41.314460384523365],[-73.19467807336135,41.31323638425171],[-73.19501507344715,41.31282838416112],[-73.19503507345208,41.312801384155215],[-73.19509607346731,41.312722384137814],[-73.19511707347263,41.31269638413205],[-73.19537407353589,41.3123473840556],[-73.196146073726,41.311300383826186],[-73.19640407378964,41.31095238374988],[-73.19691807391627,41.31025638359734],[-73.19846107429672,41.308172383140466],[-73.19897607442373,41.30747738298809],[-73.19941507452951,41.30684138284969],[-73.20073307484718,41.30493338243445],[-73.20117307495332,41.30429838229622],[-73.20158107505345,41.303739382173845],[-73.20280707535453,41.302062381806664],[-73.20321607545505,41.301504381684445],[-73.20324407546177,41.30146338167553],[-73.2033320754832,41.301340381648664],[-73.20336107549033,41.30130038163991],[-73.20364807556112,41.30091338155505],[-73.20451307577491,41.299754381300694],[-73.2048010758461,41.29936838121598],[-73.20509507593997,41.29934438120171],[-73.20560307610221,41.299304381177365],[-73.21124107790277,41.29885738090645],[-73.21194007812672,41.29881438087527],[-73.21403707879864,41.298687380782155],[-73.21473707902304,41.29864638075135],[-73.21552907927577,41.29858038071266],[-73.21643307956428,41.298505380668544],[-73.21790808003496,41.298382380596465],[-73.2187020802884,41.29831738055791],[-73.2191810804412,41.2982763805343],[-73.22062008090016,41.29815238046321],[-73.22110008105332,41.298112380439754],[-73.22110808106328,41.298240380464456],[-73.22111808107486,41.29838638049262],[-73.22113708109467,41.298624380538456],[-73.22114308110021,41.29868738055056],[-73.22115108110653,41.29875238056297],[-73.22116808111979,41.29888738058877],[-73.22120608114854,41.299174380643535],[-73.22122608116179,41.29929238066591],[-73.22123008116411,41.29931038066929],[-73.22123708117314,41.29942838069208],[-73.22127508120815,41.299824380768115],[-73.22131908124813,41.30027338085431],[-73.2213680813066,41.3010163809977],[-73.22138208132323,41.301227381038416],[-73.22135208132413,41.301412381075494],[-73.22139708134391,41.30150338109178],[-73.22148308137625,41.30158138110421],[-73.22173508146274,41.301666381112575],[-73.22204908156908,41.30174738111814],[-73.2223460816694,41.3018193811225],[-73.22281308182875,41.3019603811348],[-73.22303308190362,41.302023381139925],[-73.22323808197432,41.30209838114788],[-73.22340908203388,41.30217138115653],[-73.22356208208448,41.30218938115506],[-73.22355908208436,41.30220438115808],[-73.22368908212745,41.30222138115715],[-73.22380208216615,41.302258381160705],[-73.22389408219738,41.302283381162574],[-73.22408808226704,41.302402381179476],[-73.22426008233109,41.302547381202146],[-73.22480508252914,41.30292338125775],[-73.22504908261674,41.30307238127887],[-73.22529008270135,41.303186381293244],[-73.2256380828223,41.303330381310005],[-73.22593608292857,41.30350038133345],[-73.22650608313619,41.3039013813931],[-73.22664908319288,41.30408238142376],[-73.22692208329994,41.30440738147827],[-73.2270680833622,41.304668381524436],[-73.22719108341839,41.30495338157601],[-73.22728408345884,41.3051333816081],[-73.2273290834807,41.30526038163142],[-73.22779708366164,41.305772381716054],[-73.22824408383138,41.30620738178635],[-73.22848808392274,41.30642238182033],[-73.22878708403087,41.30661938184903],[-73.22913008415347,41.30681938187685],[-73.22938908424503,41.30695338189455],[-73.22947108427428,41.307000381901034],[-73.22972008436304,41.307141381920424],[-73.22980308439266,41.30718938192708],[-73.23047708463082,41.307535381972606],[-73.23054108465259,41.30755338197402],[-73.23072008471344,41.30760338197795],[-73.23090608477493,41.30762538197615],[-73.23115308485488,41.30762438196791],[-73.23227008520722,41.30745938189929],[-73.2329860854324,41.307342381853104],[-73.23335008554696,41.307284381829916],[-73.23379708568636,41.30719038179698],[-73.23378108569781,41.307480381854084],[-73.23378408570976,41.30767138189125],[-73.23378608571585,41.30776638190973],[-73.23380508574328,41.30813738198148],[-73.23387508578793,41.30852038205391],[-73.23396108584919,41.30910238216464],[-73.23399708587445,41.30933938220971],[-73.23401408589383,41.30958138225636],[-73.23405308592416,41.30988938231518],[-73.23411008596237,41.310233382380424],[-73.23418908601109,41.31063638245646],[-73.23420008601917,41.310715382471514],[-73.2342210860347,41.310867382500476],[-73.23440208612908,41.31149038261611],[-73.23458108622746,41.31219438274758],[-73.23479308633954,41.31295038288815],[-73.23506308647504,41.313787383042595],[-73.23512708651006,41.314036383089075],[-73.23517108653412,41.314207383120994],[-73.2353180866229,41.31492438325605],[-73.23534008664386,41.31516538330235],[-73.23537308666648,41.31537338334184],[-73.23543008670522,41.31572638340883],[-73.2354550867292,41.31600338346205],[-73.23547508674781,41.31621438350254],[-73.23552208678508,41.31659838357591],[-73.23553708679975,41.31676938360878],[-73.23556908682046,41.316949383642836],[-73.23557408682363,41.31697638364794],[-73.23564808686201,41.31722738369449],[-73.23572108690168,41.31750638374652],[-73.2359110870006,41.31815738386729],[-73.23605008707807,41.31872238397295],[-73.23618708714335,41.31908638403947],[-73.23629408719432,41.319370384091364],[-73.23651008728628,41.31975338415901],[-73.23655608730594,41.3198363841737],[-73.23655908730721,41.319841384174566],[-73.23669208736274,41.320058384212544],[-73.23670808736918,41.32008038421632],[-73.23676608739245,41.32015838422964],[-73.2369020874426,41.32026438424587],[-73.2370410874944,41.32038238426435],[-73.23716608753902,41.3204543842743],[-73.2373380875979,41.320509384279426],[-73.23739308761641,41.32052138427998],[-73.23746008763904,41.32053738428091],[-73.23769108771471,41.320552384276276],[-73.23958908831987,41.32038438418157],[-73.23959308832117,41.320384384181445],[-73.23986208840904,41.32039738417519],[-73.24011108849258,41.32044738417681],[-73.24031308856208,41.32051838418406],[-73.2405080886292,41.32058738419115],[-73.24061108866483,41.320626384195386],[-73.24085908875055,41.320720384205636],[-73.24098508879325,41.32075338420796],[-73.24111408883934,41.32082838421836],[-73.241252088893,41.3209843842443],[-73.24136508893815,41.321133384269665],[-73.24137008894036,41.32114338427145],[-73.24151908900477,41.32142438432139],[-73.24153908901337,41.32146138432794],[-73.24186108914583,41.32195138441298],[-73.24200908920675,41.322177384452225],[-73.24216808927014,41.322384384487414],[-73.24240008935914,41.32262538452684],[-73.24266108945535,41.3228283845579],[-73.24293708955419,41.322992384580864],[-73.24314708962989,41.32312638460014],[-73.24324308966517,41.32319938461126],[-73.24335008970449,41.32328038462354],[-73.2435320897689,41.32337538463614],[-73.24360908979546,41.32340338463907],[-73.24371208982973,41.323419384638825],[-73.24381108986354,41.32344938464144],[-73.24396008991576,41.32351838465004],[-73.24418008999359,41.323632384665075],[-73.24433109004846,41.32373638468042],[-73.24441709008093,41.323816384693224],[-73.24450009011498,41.323941384714885],[-73.24454309013265,41.324006384726154],[-73.24458209016149,41.32428838477988],[-73.24457509018158,41.32467738485597],[-73.24460409021269,41.32505538492872],[-73.24466109024036,41.325215384958064],[-73.24506809040258,41.325744385047926],[-73.2454620905578,41.326224385128654],[-73.24553609058694,41.32631438514378],[-73.24572009065706,41.32649738517345],[-73.24590909072582,41.32662838519282],[-73.24611309080092,41.32678538521678],[-73.24633009087931,41.326926385237186],[-73.24702509112848,41.32734438529598],[-73.2472530912102,41.32748138531525],[-73.24762409134141,41.327673385340574],[-73.24799309147227,41.327870385366936],[-73.2485670916747,41.32815738540413],[-73.2490610918495,41.32841438543812],[-73.24934909195383,41.328606385466145],[-73.24968209207509,41.3288393855007],[-73.24981709212278,41.328908385509735],[-73.24982309212496,41.32891238551033],[-73.25010809223062,41.32914438554625],[-73.2503480923233,41.329404385589086],[-73.25059809241839,41.32964938562869],[-73.25059909242863,41.32982238566239],[-73.25060009243506,41.32992838568303],[-73.25051909243216,41.330334385764836],[-73.25048609243132,41.33050538579924],[-73.25042509241466,41.33055938581176],[-73.25034909239153,41.33058538581932],[-73.25032309238611,41.3306373858303],[-73.2502990923861,41.33077238585741],[-73.25021909237013,41.33094538589376],[-73.25021109236863,41.33096438589772],[-73.25012509234595,41.33105438591808],[-73.25005609232893,41.33114738593845],[-73.24998809231283,41.33125038596076],[-73.24997309231988,41.331457386001595],[-73.24999409233537,41.331608386030375],[-73.24995309232449,41.3316503860399],[-73.2499220923172,41.33169838605026],[-73.2494710922016,41.33222838616832],[-73.24941709218794,41.332295386183155],[-73.24919809213293,41.3325723862443],[-73.24909809211015,41.332739386280124],[-73.24905509210272,41.33285238630356],[-73.24897409209493,41.3331733863688],[-73.24897009209526,41.33320138637438],[-73.24895409209697,41.33332138639829],[-73.2489320920988,41.333477386429436],[-73.24887609209625,41.333748386484096],[-73.2488660920959,41.33379838649416],[-73.2487770920812,41.33404438654502],[-73.24863609204996,41.334295386598555],[-73.2485760920357,41.33438538661807],[-73.24841609199646,41.33460438666598],[-73.2482170919469,41.33486338672298],[-73.24795309188127,41.33520938679906],[-73.24774409182903,41.33547838685831],[-73.24760909179537,41.335653386896844],[-73.24721609169588,41.33613738700404],[-73.24712809167623,41.336291387036944],[-73.24708009166568,41.33637838705546],[-73.24704009165819,41.33647338707528],[-73.24699709165179,41.33660438710222],[-73.24695109164195,41.336692387120884],[-73.24681509161324,41.336959387177366],[-73.24652409155546,41.33759338731046],[-73.24643709154424,41.33788838737081],[-73.24632609153224,41.338305387455726],[-73.24621909152536,41.33878838755338],[-73.24613809152395,41.339220387640225],[-73.24609609151986,41.33938538767375],[-73.24606809151744,41.33950138769728],[-73.24605509152993,41.339791387754246],[-73.24613209156556,41.339977387787975]]]},"properties":{"name":1002,"geoid":"09001100200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.18887907580377,41.38851539911343],[-73.18873607575931,41.388548399124524],[-73.188364075649,41.38872739917151],[-73.18817507559847,41.388913399213905],[-73.18799307554134,41.38894639922626],[-73.18765807543299,41.38895039923798],[-73.18711807526805,41.38912639928987],[-73.18706007525591,41.389242399314334],[-73.18684807519635,41.38940139935222],[-73.18662807513998,41.38966139941003],[-73.1863740750749,41.38996139947672],[-73.18619907503144,41.390192399527415],[-73.18550307482671,41.39055539962082],[-73.18480707462196,41.39091839971418],[-73.18403807439567,41.39131839981716],[-73.18327007416978,41.3917193999203],[-73.18159407353009,41.390044399648794],[-73.18120007337973,41.38965039958492],[-73.18116907336788,41.3896193995799],[-73.17602707147185,41.385634398971526],[-73.1757250713605,41.385400398935786],[-73.17494007107108,41.384792398842976],[-73.17415507078162,41.38418339874996],[-73.17388007068097,41.38398339871998],[-73.17335707048964,41.3836043986632],[-73.17299407036731,41.383523398659264],[-73.17266307025582,41.38345039865582],[-73.17241707018188,41.38355139868353],[-73.17168506996198,41.3838543987664],[-73.17144206988908,41.383956398794176],[-73.17134006985526,41.383943398794976],[-73.16895306906477,41.3836533988163],[-73.16656606827436,41.383364398837784],[-73.16655706826225,41.38320439880692],[-73.16125406658085,41.38386139910766],[-73.15865706571266,41.38340439910324],[-73.15797806546745,41.38296739904024],[-73.15883306555656,41.37969239837447],[-73.15792406512062,41.37723139792467],[-73.15705606480898,41.376704397850276],[-73.15716906484417,41.37667939784171],[-73.158012065093,41.37625339773127],[-73.15959206553103,41.374961397428116],[-73.15965106554741,41.37491339741683],[-73.15958006548553,41.37423639728726],[-73.15952806543987,41.37373439719115],[-73.1594430653657,41.37292239703574],[-73.1597070654308,41.372565396957576],[-73.16786206744321,41.36157039454958],[-73.17050806809627,41.35800539376863],[-73.17058106811426,41.35790639374695],[-73.17059606811951,41.35791339374782],[-73.17064206813565,41.357934393750426],[-73.17065806814126,41.35794239375147],[-73.1707550681527,41.35759339368028],[-73.17105006818835,41.356548393467016],[-73.17114806820014,41.356200393396],[-73.17159006825948,41.35473739309645],[-73.17291606843769,41.350352392198545],[-73.17335906849739,41.348890391899126],[-73.17375406854907,41.3475593916268],[-73.17494306870542,41.34356639080964],[-73.1753390687575,41.342236390537444],[-73.17556006878937,41.34154339039513],[-73.17622706888643,41.33946638996844],[-73.17645006891901,41.338774389826256],[-73.1768150689697,41.337595389584486],[-73.17887806947525,41.33475238896293],[-73.17892706949111,41.33475238896135],[-73.17907406953881,41.33475338895675],[-73.17912406955506,41.334754388955304],[-73.17939406964214,41.33474738894515],[-73.17978806976934,41.334739388930764],[-73.18020706990434,41.33472538891437],[-73.1804780699917,41.334717388904004],[-73.18103907017411,41.334728388887875],[-73.18130407026004,41.334729388879445],[-73.18161907036222,41.33473138886957],[-73.18243807062541,41.33469338883549],[-73.18326307088861,41.334621388794574],[-73.18378007105447,41.334592388772094],[-73.18403807113728,41.33457838876094],[-73.18460607131908,41.33453938873485],[-73.1848210713879,41.33452438872491],[-73.18482207138817,41.33452338872468],[-73.18525107152355,41.33446038869844],[-73.18546507159083,41.33442438868443],[-73.18568007165854,41.3343903886708],[-73.18615007180696,41.334322388642235],[-73.18686007203121,41.33422138859941],[-73.18756107225187,41.33410838855455],[-73.18803107239992,41.334034388524806],[-73.18821307245666,41.33399538851127],[-73.18824707246708,41.33398538850821],[-73.18842807252294,41.33393638849276],[-73.1888950726685,41.333836388458046],[-73.18911207273626,41.3337913884422],[-73.18973107292794,41.33363638839181],[-73.19054107317886,41.33343538832622],[-73.19155707349276,41.33316838824105],[-73.191587073502,41.33316038823853],[-73.19220507369296,41.33299838818678],[-73.1929680739263,41.33275638811473],[-73.19334207404079,41.33263938807974],[-73.19440507436788,41.33233738798622],[-73.19508407457619,41.33213338792431],[-73.19527207463378,41.33207538790686],[-73.19603907486903,41.331844387836824],[-73.19666807506187,41.33165338777908],[-73.19676007509015,41.33162638777081],[-73.19836507558372,41.33116538762862],[-73.19856407564521,41.331113387612],[-73.1987460757015,41.33106638759689],[-73.19919407583849,41.3309243875546],[-73.19996807607556,41.330685387482774],[-73.20077307632285,41.33044938741052],[-73.2014150765394,41.33059838741864],[-73.2020390767503,41.33075038742794],[-73.20225807682526,41.33082038743446],[-73.20252607691606,41.33088938743918],[-73.20273607698952,41.33098438745086],[-73.20289307704688,41.33109738746777],[-73.20326307718685,41.33144738752395],[-73.20339807723586,41.33153938753749],[-73.20350507727369,41.33159438754474],[-73.20359907731132,41.33171938756604],[-73.20426107753302,41.33184538756904],[-73.20494707776085,41.33194238756558],[-73.20539107790866,41.33201138756458],[-73.20576207803438,41.332107387571185],[-73.20622207818457,41.33212738756009],[-73.20638107823741,41.3321503875594],[-73.20645007826228,41.33219438756572],[-73.20664007831678,41.33207138753556],[-73.20660007829913,41.331989387520856],[-73.20668007831638,41.3318383874888],[-73.20678007833679,41.33162938744479],[-73.20701907843429,41.331979387505235],[-73.20712707847814,41.332133387531755],[-73.20730207854895,41.33237938757402],[-73.20744007860657,41.33260438761338],[-73.20754007864821,41.33276538764153],[-73.2077070787161,41.333005387682874],[-73.20772107872178,41.33302538768632],[-73.20784807877274,41.333196387715525],[-73.20806007886041,41.33352738777315],[-73.20820407891878,41.33373138780822],[-73.20834607897639,41.33393338784298],[-73.2083750789879,41.33397038784925],[-73.20881307916271,41.33454338794669],[-73.20886007918143,41.33460438795705],[-73.20927707935489,41.33527238807368],[-73.20931407937158,41.33535438808848],[-73.20935507939117,41.33546438810859],[-73.20949507944528,41.33561638813365],[-73.20962807949152,41.33567138814004],[-73.21013307965555,41.33567838812494],[-73.21036807973012,41.33565138811201],[-73.21052307977943,41.33563538810383],[-73.21080807987258,41.335649388097266],[-73.21108907996391,41.33565438808909],[-73.21164308014144,41.335620388064385],[-73.21170708016207,41.3356183880619],[-73.21241108038906,41.33559938803524],[-73.21312308062377,41.33566938802567],[-73.21344008072923,41.33571738802469],[-73.21355908076848,41.33572938802314],[-73.21366608080378,41.3357403880218],[-73.2138570808675,41.33577238802181],[-73.21416408097197,41.33585938802876],[-73.21462508113326,41.336067388054275],[-73.21477708118567,41.33612238806004],[-73.21508208129099,41.33623538807213],[-73.21566008149198,41.336474388099866],[-73.21625108169867,41.336739388132244],[-73.2166270818291,41.33688938814924],[-73.21681508189438,41.336965388157914],[-73.21724208204084,41.33710638817147],[-73.21725808204613,41.33710838817134],[-73.21755508214402,41.33713738816731],[-73.2175740821502,41.33713738816669],[-73.21852608245987,41.3371593881399],[-73.21884408256335,41.33716738813109],[-73.21904608263931,41.33735038816019],[-73.21925208271801,41.33755838819402],[-73.21944008278909,41.33773538822239],[-73.2196350828641,41.33794138825618],[-73.21996008298916,41.338285388312656],[-73.2206010832424,41.33907838844632],[-73.22084208334752,41.339549388530266],[-73.2209300833877,41.33975238856698],[-73.22098708341616,41.33992638859904],[-73.22107908346051,41.340179388645346],[-73.22120708351939,41.34048238870026],[-73.22135708358059,41.34070138873805],[-73.22138408359052,41.340722388741256],[-73.22167308369742,41.34095338877686],[-73.22200608381488,41.34111938879835],[-73.22233108392993,41.34128938882087],[-73.22245108397168,41.34133938882672],[-73.22274808407722,41.3415013888486],[-73.22283108410636,41.34154038885349],[-73.22306808418953,41.34165138886738],[-73.22359208437597,41.341941388906825],[-73.22384308446749,41.34211938893333],[-73.22405508454423,41.34225938895369],[-73.22424508461609,41.34243838898239],[-73.22433808465121,41.34252538899631],[-73.22454708472883,41.342697389023016],[-73.22466408477327,41.342811389041415],[-73.22477408481473,41.34291238905751],[-73.22497208488946,41.34309638908691],[-73.22510608493977,41.343216389105926],[-73.2252180849818,41.343316389121775],[-73.22534808503076,41.343435389140716],[-73.22555308510798,41.34362338917068],[-73.22577108518608,41.3437533891889],[-73.22592308524062,41.34384538920187],[-73.22612108530954,41.34392838921159],[-73.22623508534929,41.343977389217414],[-73.22669508551257,41.344225389250745],[-73.22688508558007,41.34432838926461],[-73.22709708564003,41.34417638922806],[-73.2272730856898,41.34405038919776],[-73.22765508580058,41.34382438914124],[-73.22775608582934,41.343755389124496],[-73.22781208584536,41.34371838911546],[-73.22797608589258,41.34361538909002],[-73.22856008606516,41.343326389014614],[-73.22856508606661,41.343323389013875],[-73.22924808627158,41.34303938893622],[-73.22961308637915,41.34285338888805],[-73.22998308648862,41.342672388840704],[-73.23034708659567,41.34248338879197],[-73.2305140866449,41.34239838876994],[-73.2307110867046,41.342326388749484],[-73.23093708677041,41.342197388716954],[-73.23098908678553,41.34216738870941],[-73.23111908682431,41.34210938869386],[-73.2312230868555,41.34206538868189],[-73.23150108693703,41.34191738864398],[-73.23166808698723,41.34184938862526],[-73.23185708704415,41.34177438860447],[-73.2322410871609,41.34164138856602],[-73.23249208723816,41.341570388543964],[-73.23260308727234,41.3415393885343],[-73.23289908736248,41.341439388505144],[-73.23322908746445,41.34135338847761],[-73.23354308756275,41.34129338845565],[-73.2338770876664,41.341214388429364],[-73.2340710877261,41.34115938841231],[-73.23427508778835,41.34109238839258],[-73.23442608783513,41.34105538838044],[-73.23459408788726,41.341015388367154],[-73.23478308794661,41.34098238835455],[-73.2350840880417,41.34094038833653],[-73.2355140881828,41.34097138832853],[-73.23576808826657,41.34099738832532],[-73.23593408832231,41.34103138832651],[-73.2359740883358,41.34104038832696],[-73.23653008852074,41.34112438832519],[-73.23718108873832,41.34124038832653],[-73.23767908890365,41.341309388323715],[-73.23825308909554,41.34141238832505],[-73.2384590891641,41.34144438832457],[-73.23846908916735,41.341444388324234],[-73.23874308925697,41.34145938831821],[-73.23901808934319,41.341409388299475],[-73.23930808943209,41.34132138827286],[-73.23937208945172,41.341302388267074],[-73.23974308956393,41.341163388227855],[-73.24010008967302,41.341049388193966],[-73.24038908976217,41.34097138816933],[-73.24065708984584,41.34091638814986],[-73.24068108985338,41.3409123881483],[-73.24095808994151,41.34088438813379],[-73.24117009001031,41.340886388127245],[-73.24151809012514,41.3409223881229],[-73.24187309024128,41.340942388115195],[-73.24201309028614,41.34093338810887],[-73.24214309032733,41.34091738810151],[-73.24240009040683,41.34085238808045],[-73.24272509050614,41.340748388049555],[-73.24294909057372,41.34066138802529],[-73.2431190906239,41.34057638800317],[-73.24333909068768,41.34044638797064],[-73.24373409080385,41.34024138791778],[-73.24407709091258,41.34019938789838],[-73.24442509102234,41.34014738787689],[-73.24472809111847,41.34011238786016],[-73.24500809120734,41.340080387844765],[-73.24553309137576,41.34005138782198],[-73.24579909146033,41.340023387807825],[-73.24613209156556,41.339977387787975],[-73.24613309156607,41.33998038778853],[-73.24613909156852,41.3399893877901],[-73.24614109156934,41.33999238779061],[-73.24619309159095,41.34007538780509],[-73.24626509162084,41.34018938782497],[-73.24635409165738,41.34032338784817],[-73.24640909167992,41.34040538786236],[-73.24647509170912,41.3405413878867],[-73.2465240917308,41.34064238790479],[-73.24667309179203,41.34086738794378],[-73.24672409181154,41.34091938795226],[-73.24682909185181,41.34102838797007],[-73.24685109186004,41.34104738797305],[-73.2470430919312,41.341203387997176],[-73.24721809199607,41.34134538801914],[-73.24739409206131,41.34148838804128],[-73.24766109216208,41.34173638808088],[-73.24798109228215,41.34202138812598],[-73.24829109240396,41.34239338818836],[-73.24831009241144,41.34241638819221],[-73.24857009251848,41.34281238826091],[-73.24872709258658,41.34311238831424],[-73.24902009271372,41.34367238841381],[-73.24922909280014,41.34399738847033],[-73.24941409287653,41.34428338852001],[-73.24975309301335,41.34475238860034],[-73.24992009308396,41.34503938865083],[-73.25001909312368,41.345172388673504],[-73.25013609317062,41.345329388700286],[-73.25039309326787,41.34557238873924],[-73.250526093317,41.34567738875537],[-73.25106109351874,41.34617138883415],[-73.25131009361088,41.34637038886479],[-73.25212109389318,41.34671038890456],[-73.25265909408078,41.346941388931995],[-73.25304809421648,41.347109388952],[-73.25342209434675,41.34726738897057],[-73.25365209442654,41.34735938898098],[-73.25381309448244,41.347424388988394],[-73.25475909480453,41.347695389010276],[-73.25481709482418,41.347710389011304],[-73.25551209505976,41.34789138902386],[-73.25553309506685,41.34789638902415],[-73.25587309518154,41.34797538902844],[-73.25609209525722,41.34805738903726],[-73.25633309534226,41.34817838905293],[-73.25663209544979,41.34836338907923],[-73.25698209558101,41.3486733891282],[-73.25717509565608,41.34889138916438],[-73.25736409573109,41.34913038920475],[-73.25748609577626,41.34922838921985],[-73.25760409581893,41.34930538923102],[-73.25771509585603,41.34932538923128],[-73.25786609590591,41.34934238922966],[-73.25794909593223,41.34933238922499],[-73.258008095951,41.34932638922189],[-73.25857009612001,41.349099389159285],[-73.25908909627714,41.348908389105084],[-73.25925309632672,41.34884638908765],[-73.25947009639235,41.34876538906477],[-73.25974809647693,41.34867038903717],[-73.25991509652783,41.3486143890208],[-73.25981609646219,41.348031388910435],[-73.25972809640598,41.34755038881958],[-73.25969909635604,41.34684638868334],[-73.2596960963442,41.34665738864659],[-73.25968209632953,41.34648138861276],[-73.25967909631186,41.346191388556335],[-73.25968709628924,41.34575338847071],[-73.25971809628759,41.34555038843014],[-73.25978009629362,41.345306388380564],[-73.25995009632346,41.34486838828965],[-73.26015709636694,41.344458388202966],[-73.26024409638609,41.34430138816954],[-73.26049109644042,41.34385538807454],[-73.26077509650203,41.34332738796236],[-73.26092509655362,41.34337938796759],[-73.26200209691645,41.34362138797954],[-73.26253709709603,41.3437303879833],[-73.26264209713126,41.34375138798394],[-73.2630190972553,41.343784387978054],[-73.26299409725266,41.34387938799738],[-73.26297909725643,41.34402938802711],[-73.26292809725447,41.344282388078085],[-73.26299309727882,41.34433938808708],[-73.26312909732444,41.34436638808787],[-73.26323609735904,41.34436538808418],[-73.26357209747007,41.3444033880806],[-73.26375209752995,41.34443038807997],[-73.26409509764412,41.3444833880791],[-73.26431309771604,41.34450638807645],[-73.26474509785622,41.34451038806309],[-73.26516409799152,41.34450238804784],[-73.26580109819476,41.344448388016474],[-73.26651309842137,41.34437838797955],[-73.26703209858753,41.344344387955964],[-73.26742509871306,41.344313387937056],[-73.26774309881638,41.344318387927636],[-73.26782009884154,41.344322387925885],[-73.26816809895536,41.34434138791822],[-73.26833409901042,41.34436338791708],[-73.2684120990351,41.34435338791256],[-73.26848009905449,41.34430738790139],[-73.26852409906127,41.34417738787462],[-73.26854209906455,41.34413338786545],[-73.26858709907268,41.34402138784216],[-73.26861709907266,41.343852387808234],[-73.2686340990663,41.34364638776754],[-73.2694160993251,41.34374138776046],[-73.26962909939532,41.343762387757586],[-73.27021309958783,41.34382038774981],[-73.27040809965162,41.34383138774557],[-73.27059309971145,41.34382938773912],[-73.2707160997499,41.34380538773041],[-73.27084309978926,41.343774387720224],[-73.27092109981395,41.34376438771572],[-73.27135509994287,41.34356138766198],[-73.27153109999556,41.34348638764159],[-73.27176910007056,41.3434503876268],[-73.2720311001552,41.34344638761744],[-73.27210510018004,41.34346138761794],[-73.27227710023989,41.34353338762635],[-73.27233810026328,41.34359638763663],[-73.27237610028091,41.34368838765333],[-73.27239710029227,41.34376738766803],[-73.27240710029758,41.34380338767471],[-73.27238110031998,41.344338387779835],[-73.27231510032307,41.344763387864816],[-73.27212110029555,41.34537638799061],[-73.27204010028414,41.34563438804355],[-73.27200410027831,41.345735388064405],[-73.27173210023554,41.34652238822665],[-73.27162110021992,41.34687538829908],[-73.27144410020013,41.34752738843192],[-73.2713911001969,41.34776938848081],[-73.27136510019693,41.347916388510306],[-73.27132410020177,41.34823038857284],[-73.27131010021026,41.34845638861733],[-73.27127110021091,41.34868738866362],[-73.27126810021052,41.34869738866566],[-73.27124610020851,41.34878638868372],[-73.27116910021279,41.34929338878503],[-73.27115910022135,41.34949838882531],[-73.27120210024316,41.3496353888506],[-73.27123810025819,41.34969338886072],[-73.27062410007782,41.350015388943554],[-73.26878309953725,41.35098438919257],[-73.26817009935726,41.35130738927558],[-73.26249909770327,41.354488390080846],[-73.26236009766262,41.35456439010021],[-73.26222109762202,41.35464139011976],[-73.26137109737424,41.35512039024088],[-73.25618509582115,41.35732739084046],[-73.25594609575057,41.35744639087146],[-73.25388809514426,41.35849639114332],[-73.25321809494676,41.358836391231456],[-73.24955809386825,41.36070039171427],[-73.24648109296012,41.36224339211545],[-73.24430209231694,41.36333539239941],[-73.24132709143893,41.36482839278747],[-73.23777309039157,41.3666393932564],[-73.2351530896294,41.368147393635766],[-73.23455508945284,41.368446393713555],[-73.23276408892433,41.369347393947564],[-73.23216708874813,41.36964739402552],[-73.23163408859138,41.369924394096884],[-73.23003808812213,41.370757394311276],[-73.22969108802009,41.37093839435787],[-73.22952008797158,41.37105839438683],[-73.22951008796373,41.37097839437158],[-73.2294670879482,41.370950394367526],[-73.22943208793437,41.37090739436031],[-73.22926208786724,41.37069839432514],[-73.22912008780679,41.37044739428089],[-73.22905108777734,41.370324394259185],[-73.22900808776265,41.37031139425807],[-73.22886908771525,41.3702703942546],[-73.22877408768066,41.37020439424487],[-73.22862608762095,41.37000039420996],[-73.22852608758066,41.36986339418655],[-73.22853308757855,41.36978739417152],[-73.22849708756274,41.36971539415866],[-73.2284750875509,41.369633394143406],[-73.22832208747886,41.36924339407244],[-73.2282920874562,41.36901839402958],[-73.22816808740623,41.36884839400052],[-73.22806608736875,41.368771393988865],[-73.22804408735718,41.36869439397458],[-73.22806908736212,41.36863939396305],[-73.22808108736473,41.36861739395837],[-73.22829908742152,41.36837639390431],[-73.22842608745691,41.368276393880684],[-73.22846008746643,41.368250393874504],[-73.22879508757372,41.36822839385926],[-73.22898408763336,41.36820039384765],[-73.22906408765519,41.368129393831204],[-73.22909008766098,41.368083393821394],[-73.22919508768499,41.36790939378406],[-73.22933408770757,41.36751939370356],[-73.2294060876984,41.36695439359114],[-73.22928908765444,41.366849393574505],[-73.22928208764844,41.36678439356207],[-73.2293260876475,41.366520393509205],[-73.22926708762111,41.36639439348659],[-73.22918008759066,41.36635539348185],[-73.22896408751078,41.36618339345538],[-73.22893208749898,41.366158393451556],[-73.22883708745933,41.36600439342466],[-73.22877208743037,41.36586739340011],[-73.22871308740937,41.3658343933956],[-73.22866208739254,41.36582939339629],[-73.22848008732683,41.365712393379454],[-73.2284610873204,41.3657073933791],[-73.22845008731596,41.365692393376534],[-73.22840708730041,41.36566439337248],[-73.22823208723392,41.36549439334507],[-73.22796208712812,41.36517639329194],[-73.22760508700738,41.36508839328647],[-73.22737208693215,41.36509339329506],[-73.22715308686595,41.36517639331837],[-73.22689008677848,41.36513739331936],[-73.22677408674,41.365121393320045],[-73.22662208669227,41.36514839333026],[-73.22640308662073,41.365138393335464],[-73.22626408657662,41.36515439334311],[-73.22611108653174,41.365236393364086],[-73.22597308648893,41.36526939337502],[-73.22581308643333,41.36520439336758],[-73.22566708638159,41.365127393357355],[-73.22557208635146,41.36513839336259],[-73.2254990863316,41.365204393377844],[-73.22526608626143,41.36529739340357],[-73.22520108623847,41.365264393399265],[-73.22512108620909,41.36520439339019],[-73.22500408616894,41.3651653933864],[-73.22482208611058,41.365176393394506],[-73.22458808602941,41.365083393384026],[-73.22436208594802,41.364941393363736],[-73.22374308571898,41.36444739328771],[-73.22337108558831,41.36427139326558],[-73.22270108535923,41.36406339324693],[-73.2223800852533,41.36403039325098],[-73.22210308516254,41.36401339325672],[-73.2218400850759,41.36398839326042],[-73.22146908495367,41.36395339326574],[-73.22118508486288,41.36397539327928],[-73.22077008473472,41.36408539331426],[-73.22051508465434,41.36412439333019],[-73.22004208450761,41.36423839336784],[-73.21983908444459,41.36428639338382],[-73.21983008444184,41.36428939338471],[-73.21970608440193,41.36429439338973],[-73.21923008425432,41.36440939342767],[-73.21902808419173,41.364459393444],[-73.21889708414929,41.36445939344828],[-73.21881708412714,41.36452539346376],[-73.21854808404758,41.364657393498256],[-73.21838008400003,41.364777393527106],[-73.218132083926,41.36488739355663],[-73.21781208382673,41.36496439358209],[-73.21753508374329,41.36507439361256],[-73.21663108347845,41.36556339373734],[-73.21631108338796,41.36579339379259],[-73.21591008328333,41.36623339389141],[-73.21568508322046,41.36640839393284],[-73.21512408305702,41.3667273940133],[-73.21516708308201,41.3669193940493],[-73.21513808307985,41.36704539407479],[-73.214912083018,41.36724339412075],[-73.21477408297707,41.367309394138104],[-73.21440208286441,41.367446394176945],[-73.21400208274018,41.367540394208305],[-73.21395708272657,41.367557394213094],[-73.21389208270706,41.36758439422047],[-73.21366608264262,41.36773739425767],[-73.213375082555,41.367853394289746],[-73.21322908250893,41.36787539429881],[-73.21279908236578,41.36780939429999],[-73.21205608212153,41.367749394312554],[-73.21131308188104,41.36775439433778],[-73.21039508159147,41.36789239439462],[-73.2101910815307,41.3679853944194],[-73.20991408145544,41.36823739447753],[-73.20973208140121,41.36832039449963],[-73.2092800812683,41.36855639456038],[-73.20836908099893,41.36900639467776],[-73.20790308086147,41.36924239473895],[-73.20742908072276,41.36950139480487],[-73.20718108065779,41.36976939486517],[-73.20709408063277,41.36982439487873],[-73.20661308048825,41.370022394932995],[-73.20648908045216,41.37009339495088],[-73.2061980803667,41.37024739499037],[-73.20601608031087,41.37030239500702],[-73.2054470801287,41.37034139503318],[-73.20486407995017,41.370522395087484],[-73.20461707987737,41.370648395120085],[-73.20407707971627,41.37089039518484],[-73.20388107966,41.371016395215776],[-73.20364007959391,41.37122539526437],[-73.20355307956788,41.371263395274596],[-73.20334907950838,41.37137839530367],[-73.20305007942821,41.371669395370105],[-73.20275807934402,41.371851395415085],[-73.20232907921442,41.372015395461034],[-73.2019930791191,41.37225139551797],[-73.20186207908803,41.3724493955608],[-73.20176007907452,41.37278939563037],[-73.20170907906277,41.37287239564821],[-73.20136707897119,41.37320739572463],[-73.20130107895957,41.37337739575988],[-73.20117007896098,41.37414039591279],[-73.20119207897254,41.37421739592707],[-73.20136007903959,41.37443639596424],[-73.20176007918977,41.37479339602072],[-73.2019060792494,41.37500739605765],[-73.20197807927843,41.375106396074585],[-73.20200707930985,41.37548939614824],[-73.20197807931082,41.37566939618423],[-73.20201507936012,41.37631839630945],[-73.202088079403,41.37665239637212],[-73.20215407944993,41.377096396456444],[-73.20218307947036,41.3772883964929],[-73.20210207946195,41.37759839655592],[-73.20232107955594,41.377998396626666],[-73.20254707963277,41.378060396631376],[-73.20302807978676,41.378027396609255],[-73.2031350798223,41.378042396608684],[-73.20317407983522,41.37804739660838],[-73.20321007984823,41.37807039661169],[-73.20345807994852,41.378416396670985],[-73.20356807999855,41.378666396716085],[-73.20361908002934,41.37891439676274],[-73.20358208002875,41.37911239680248],[-73.20346608000013,41.37926839683664],[-73.20328407994873,41.3794003968683],[-73.2027240797848,41.37970639694618],[-73.202526079728,41.379834396977586],[-73.20227007965828,41.38006439703072],[-73.20191407955708,41.380311397090445],[-73.20168807949423,41.38049239713307],[-73.2013960794084,41.38064539717241],[-73.20120707935548,41.3807903972068],[-73.20109707932879,41.380946397240784],[-73.20104207931368,41.38099339725173],[-73.20101307930565,41.38101739725734],[-73.20092907928256,41.38108939727411],[-73.20090107927494,41.3811143972799],[-73.20074807922809,41.38116239729423],[-73.20041207912794,41.3813143973348],[-73.20027507908894,41.38140839735758],[-73.2000990790389,41.38153039738709],[-73.19972007892918,41.381758397443846],[-73.19903507873403,41.38222539755717],[-73.19896307871257,41.382258397565934],[-73.19889007869087,41.38229239757494],[-73.19880107866439,41.38233339758584],[-73.19867007862186,41.38233239758991],[-73.19846307855241,41.38229139758869],[-73.19778107832376,41.382159397585234],[-73.19761707827958,41.382315397620964],[-73.19712507814695,41.382782397727965],[-73.19696107810282,41.38293939776389],[-73.1975540783314,41.38357139786763],[-73.1975260783298,41.383701397893844],[-73.19743907831368,41.38391139793758],[-73.1973000782833,41.38416639799179],[-73.19710407823692,41.38446439805622],[-73.19693607819292,41.38464639809714],[-73.1965940780942,41.38485739814937],[-73.19655907808625,41.38491639816201],[-73.19649207807143,41.38503639818758],[-73.1963390780471,41.38547539827806],[-73.19619307804079,41.386188398421666],[-73.19618607807692,41.386855398551766],[-73.19609107806205,41.38713239860882],[-73.19588007801654,41.38753039869321],[-73.19564607795444,41.38776939874738],[-73.19552307792435,41.38793939878449],[-73.19517307783052,41.38828039886232],[-73.19459007766173,41.38863139894969],[-73.1944440776174,41.38868339896458],[-73.19301507716348,41.38884539904276],[-73.19234007694726,41.388890399073546],[-73.19219107689953,41.388900399080356],[-73.19139707664326,41.38891939910996],[-73.19129207660707,41.38888239910618],[-73.19108407653552,41.38881039909894],[-73.190857076454,41.38867239907948],[-73.19056607634667,41.388446399044966],[-73.1903330762647,41.388334399030754],[-73.19006307617487,41.38829439903178],[-73.18973507607085,41.38833439905026],[-73.18937807595896,41.38840139907496],[-73.18887907580377,41.38851539911343]]]},"properties":{"name":1003,"geoid":"09001100300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.19830007338152,41.29310138020454],[-73.1983580734036,41.293158380213775],[-73.19853407347038,41.29332938024143],[-73.1985930734928,41.293387380250834],[-73.19872807354375,41.293513380271015],[-73.19913607369772,41.29389438033211],[-73.19927207374903,41.29402138035246],[-73.1995610738531,41.29420438037878],[-73.20043007416614,41.29475538045803],[-73.20072007427059,41.29493938048451],[-73.20082307431028,41.29504938050262],[-73.20115407443859,41.29541838056386],[-73.20127107448394,41.29554838058542],[-73.201550074592,41.29585738063664],[-73.20245507494269,41.29686238080331],[-73.20262207500737,41.29704738083398],[-73.20288907511082,41.29734338088305],[-73.20327107525773,41.297748380949656],[-73.20441807569884,41.29896338114941],[-73.2048010758461,41.29936838121598],[-73.20451307577491,41.299754381300694],[-73.20364807556112,41.30091338155505],[-73.20336107549033,41.30130038163991],[-73.2033320754832,41.301340381648664],[-73.20324407546177,41.30146338167553],[-73.20321607545505,41.301504381684445],[-73.20280707535453,41.302062381806664],[-73.20158107505345,41.303739382173845],[-73.20117307495332,41.30429838229622],[-73.20073307484718,41.30493338243445],[-73.19941507452951,41.30684138284969],[-73.19897607442373,41.30747738298809],[-73.19846107429672,41.308172383140466],[-73.19691807391627,41.31025638359734],[-73.19640407378964,41.31095238374988],[-73.196146073726,41.311300383826186],[-73.19537407353589,41.3123473840556],[-73.19511707347263,41.31269638413205],[-73.19509607346731,41.312722384137814],[-73.19503507345208,41.312801384155215],[-73.19501507344715,41.31282838416112],[-73.19467807336135,41.31323638425171],[-73.19366907310462,41.314460384523365],[-73.19333307301919,41.3148693846141],[-73.19308907295726,41.315168384680376],[-73.19235907277233,41.31606838487972],[-73.1921160727108,41.316368384946166],[-73.19164807259608,41.31701238508705],[-73.19024707225292,41.31894438550956],[-73.18978007213856,41.31958938565059],[-73.1896840721172,41.31975938568687],[-73.18939607205306,41.320268385795536],[-73.18930007203174,41.32043938583203],[-73.18907207197508,41.32073938589796],[-73.18839107180612,41.3216413860961],[-73.18816407174984,41.321942386162206],[-73.18747507157887,41.322854386362536],[-73.18540707106564,41.325590386963526],[-73.18471907089504,41.326503387163996],[-73.18387607069533,41.327784387441284],[-73.18286207045514,41.32932638777505],[-73.18141907012216,41.33167438827994],[-73.18061606993689,41.33298138856098],[-73.18038906987773,41.33323238861731],[-73.17971006970099,41.33398738878666],[-73.17948406964219,41.33423938884317],[-73.17936206960852,41.334341388867024],[-73.17899906950854,41.3346493889389],[-73.17887806947525,41.33475238896293],[-73.1768150689697,41.337595389584486],[-73.17671506893184,41.33750038956922],[-73.17667006891446,41.33745138956113],[-73.17644206882647,41.33720538952058],[-73.17570206853372,41.33628138936451],[-73.17515006831695,41.335620389253585],[-73.17506406828582,41.335563389245266],[-73.17449706808364,41.335241389200924],[-73.17395906789234,41.33494538916074],[-73.1729360675359,41.33451038910921],[-73.1724980673847,41.33434838909187],[-73.17202306721678,41.33410438905976],[-73.17165806708954,41.33394738904103],[-73.17148406703039,41.333899389037335],[-73.17133206697832,41.333850389032726],[-73.17091806683918,41.33376338902923],[-73.16917706624511,41.33324138898411],[-73.16906706620729,41.33320338898028],[-73.16890906615048,41.3331053889663],[-73.16864406605144,41.33287538893008],[-73.16849306598688,41.332602388881746],[-73.16838406593682,41.33234538883517],[-73.16834506591232,41.33213838879607],[-73.16831906589164,41.3319243887552],[-73.16835306589228,41.331743388718785],[-73.16841606590411,41.33159338868749],[-73.16852106592714,41.33140138864661],[-73.16960606619553,41.32994938832812],[-73.17042206640426,41.32897738811198],[-73.17060406644818,41.328714388054756],[-73.17083506649497,41.32822438795168],[-73.17090206650093,41.327949387895856],[-73.1709320664953,41.32768138784262],[-73.17091706648263,41.327545387816585],[-73.17087806645922,41.32735738778118],[-73.1708390664383,41.32721238775416],[-73.17082806643135,41.327153387743024],[-73.17085006643022,41.32700938771421],[-73.17089406643406,41.32682738767729],[-73.17097606644941,41.32663138763639],[-73.17108606647308,41.32642238759204],[-73.17119806650186,41.32629138756285],[-73.17123606651091,41.3262343875505],[-73.17129106652622,41.32619038754012],[-73.17140306655477,41.32605538751014],[-73.1715360665871,41.32586738746914],[-73.17159006659159,41.32564038742311],[-73.17160006658574,41.32548138739177],[-73.17159006657012,41.325265387349965],[-73.17155106654066,41.32497138729389],[-73.17149506651185,41.32478538725941],[-73.17144806649124,41.324691387242616],[-73.17136306645678,41.3245703872218],[-73.17127606642296,41.3244723872055],[-73.17121606639918,41.32439638719263],[-73.17110606635413,41.32423238716424],[-73.17108206634029,41.32412638714432],[-73.17111506631616,41.323518387024656],[-73.17117306630007,41.32290938690397],[-73.17081706618032,41.32283238690054],[-73.1703970660384,41.32273038689431],[-73.16999506590305,41.322641386890034],[-73.16995006588789,41.32263138688954],[-73.16949406573579,41.32255538688957],[-73.16910306560457,41.32247638688687],[-73.16888106552858,41.32240538688023],[-73.16808206524918,41.3220473868364],[-73.16765906510074,41.321848386811354],[-73.16664606474846,41.321428386762385],[-73.16569606441861,41.32104338671818],[-73.16537206430205,41.32084138668931],[-73.16511606420903,41.3206653866633],[-73.16399306380738,41.32000538657109],[-73.16360106366457,41.31972938652999],[-73.16346706361144,41.3195593865012],[-73.16335406356754,41.31943238648009],[-73.16323306352467,41.31936838647153],[-73.1630930634785,41.319354386473364],[-73.16286706340355,41.31932438647485],[-73.16257306330681,41.31929838647934],[-73.16227806320934,41.319265386482506],[-73.16200706312262,41.31928438649502],[-73.1617590630446,41.319325386511096],[-73.16172806303496,41.31933238651347],[-73.1614780629571,41.31938738653234],[-73.16133306291167,41.31941438654232],[-73.16113806285014,41.31944338655431],[-73.16033006258736,41.31942638657728],[-73.15994406246257,41.319431386590814],[-73.15933406226544,41.3194403866124],[-73.15909006218259,41.31937438660745],[-73.15869506204773,41.3192543865969],[-73.15837706194041,41.3191793865926],[-73.15801406182233,41.31917138660285],[-73.15742806163692,41.31924938663712],[-73.15718906156015,41.319261386647234],[-73.15700106149684,41.31921938664516],[-73.15687006145023,41.31914638663516],[-73.15679606142254,41.319081386624894],[-73.1564150612875,41.31887938659788],[-73.15622406122235,41.31882238659298],[-73.1560630611699,41.31881738659723],[-73.15557506101177,41.3188173866131],[-73.15547706098013,41.318819386616674],[-73.15509706085764,41.31883038663118],[-73.15496206081345,41.318822386634004],[-73.15447706064886,41.31869238662441],[-73.15398906048031,41.31851038660477],[-73.15364606036391,41.318418386597976],[-73.1532900602453,41.318361386598426],[-73.15317506020676,41.31833938659788],[-73.15295306013255,41.31829938659728],[-73.1528170600866,41.31826638659526],[-73.15270806004979,41.31824038659373],[-73.15241005994618,41.31811738657943],[-73.15223305988695,41.31808438657875],[-73.15211305984762,41.31807638658109],[-73.151915059785,41.31810338659279],[-73.15147405965405,41.31831238664791],[-73.15133305961042,41.318348386659515],[-73.15131805960569,41.31835038666039],[-73.15102605951374,41.318397386679045],[-73.15077505943134,41.318378386683506],[-73.15037105929876,41.318349386690976],[-73.14994505916208,41.31837338670952],[-73.14971005908875,41.318422386726716],[-73.14936605898616,41.318577386768126],[-73.14934405897965,41.318588386771],[-73.14860805876873,41.31907038688896],[-73.14780005853326,41.31953138700517],[-73.147785058529,41.31954138700761],[-73.14749605844689,41.31974338705642],[-73.14727505838364,41.319889387092076],[-73.14710305833441,41.32000338711991],[-73.14689805827325,41.32009538714453],[-73.14684105825633,41.320122387151635],[-73.14662505819102,41.32020438717466],[-73.14589705797182,41.3204963872553],[-73.14569705791135,41.32057238727663],[-73.14529505778995,41.32072738731993],[-73.14509905771784,41.32057738729704],[-73.14498005767318,41.32047038728003],[-73.14487005763188,41.32037138726429],[-73.14476105759061,41.32026738724755],[-73.1446550575498,41.32015438722894],[-73.14446005747861,41.32001438720796],[-73.14408105735231,41.319953387208386],[-73.14393905730549,41.31993938721028],[-73.14360505719553,41.31990938721527],[-73.14353505717213,41.31989638721501],[-73.14346105714733,41.31988238721468],[-73.14290405694254,41.31945738714986],[-73.14281505690998,41.31939238714007],[-73.14232005672905,41.31903338708612],[-73.14214305666522,41.31892038706981],[-73.14194905659768,41.31883838706013],[-73.14180105654843,41.31881538706045],[-73.1416170564889,41.31881738706682],[-73.1414350564286,41.31879438706824],[-73.14130505638356,41.318743387062526],[-73.1412240563516,41.318643387045654],[-73.14118805630473,41.3180273869266],[-73.14115605628179,41.31780738688473],[-73.14111605625293,41.31752938683179],[-73.141021056188,41.31693238671839],[-73.14073705609243,41.31687038671553],[-73.14055705603222,41.316837386714944],[-73.14041405598445,41.31681238671471],[-73.13995905583266,41.31673638671465],[-73.13932905562663,41.31670338672868],[-73.13914805556757,41.316696386733206],[-73.13867605541367,41.316679386745214],[-73.13855805537955,41.31675138676311],[-73.1384040553329,41.31680838677922],[-73.13839105532881,41.316810386780034],[-73.1382780552938,41.31683838678917],[-73.13750905506244,41.317150386875035],[-73.13744605504357,41.317177386882356],[-73.13722505497819,41.3172863869108],[-73.13708405493453,41.317322386922406],[-73.13687805486882,41.31734038693262],[-73.13669805481182,41.31736338694294],[-73.13577805452059,41.31748438699644],[-73.13511205430929,41.31756338703349],[-73.13474805419385,41.317607387053904],[-73.13458305414113,41.317620387061794],[-73.13457005413693,41.31762038706221],[-73.13453405412548,41.317624387064164],[-73.13452205412163,41.31762538706476],[-73.13413105397306,41.317242387002736],[-73.13388005387704,41.31698538696073],[-73.1337500538273,41.316852386939],[-73.13355605375342,41.316659386907645],[-73.13296705352488,41.316000386798194],[-73.13277905344962,41.31574938675531],[-73.13249305330541,41.314847386588596],[-73.1324730532924,41.314733386566985],[-73.13237205322689,41.31415938645825],[-73.132330053195,41.313839386397184],[-73.13228605316051,41.31348538632954],[-73.13222305311707,41.31308238625293],[-73.13213105306568,41.312704386182155],[-73.1320600530284,41.31245438613568],[-73.13198605298453,41.312106386070155],[-73.13184805291912,41.311744386003994],[-73.13173505286879,41.31150438596083],[-73.13158905280875,41.31128138592206],[-73.1314570527524,41.3110433858799],[-73.13133905269942,41.31078538583337],[-73.13131005268829,41.31075538582846],[-73.13123905265844,41.310635385807345],[-73.13116405262426,41.31046238577603],[-73.13109605259405,41.310319385750326],[-73.13100505255554,41.31016138572245],[-73.13088905250812,41.30998938569264],[-73.13080105247323,41.309877385673644],[-73.13049105235774,41.309614385632365],[-73.1301460522303,41.309340385590104],[-73.13003705218887,41.309233385572746],[-73.12996005215764,41.3091233855538],[-73.12994405214445,41.30898338552699],[-73.12997005213255,41.308627385456674],[-73.13008205215365,41.30836138540111],[-73.12985705206454,41.30807738535299],[-73.12968905199509,41.30781438530712],[-73.12962905197224,41.30775538529754],[-73.12933805186151,41.307467385250796],[-73.12899305173745,41.307252385220025],[-73.12855105158178,41.30703438519182],[-73.12830305149788,41.30697238518777],[-73.128202051464,41.30695238518716],[-73.12806505141955,41.306951385191404],[-73.12788405136136,41.30695938519883],[-73.12759605126863,41.306969385210145],[-73.12753605124934,41.306972385212674],[-73.12715105112333,41.30695038522088],[-73.12685505102176,41.30685138521118],[-73.12751405120899,41.306390385099796],[-73.12802605135455,41.30603438501369],[-73.12914905167517,41.305276384829284],[-73.1293290517274,41.305169384802554],[-73.12950805177749,41.3050313847698],[-73.12982305186593,41.30479238471291],[-73.12994905189927,41.304661384683264],[-73.13012005194611,41.30451138464843],[-73.13081605212001,41.303607384449386],[-73.13084005212606,41.30357738444275],[-73.13150605229836,41.30281538427239],[-73.13195805241764,41.30233938416479],[-73.13252905257433,41.301843384049434],[-73.13285105266706,41.301640383999356],[-73.13300605271313,41.30156738398008],[-73.13312105274827,41.30153038396911],[-73.13321305277648,41.30150238396067],[-73.13339905283465,41.3014653839474],[-73.13347605285873,41.301450383941976],[-73.13453505319713,41.30136738389139],[-73.1346590532373,41.30136738388736],[-73.13488405331033,41.301369383880434],[-73.13503205335816,41.301367383875245],[-73.1351570533986,41.30136638387099],[-73.13531405344939,41.301365383865694],[-73.13594605365125,41.30131438383521],[-73.13612305370616,41.301271383821074],[-73.1365150538279,41.3011793837904],[-73.13709205400637,41.30103038374257],[-73.1376550541789,41.30085738369052],[-73.13788305424876,41.30078738366945],[-73.13819305433843,41.300598383622486],[-73.13853505443632,41.300372383567264],[-73.13878405450546,41.30017038351974],[-73.13917805461507,41.29985438344526],[-73.13955905472297,41.29958238337979],[-73.13970705476476,41.299474383353896],[-73.13983705480157,41.29938138333153],[-73.14012105488347,41.299204383287744],[-73.14017105489813,41.29917738328085],[-73.14022105491284,41.299151383274165],[-73.14033105494477,41.299086383257894],[-73.14051705500155,41.29902538323995],[-73.14071205506056,41.29895238321936],[-73.14130105524045,41.298760383162765],[-73.14401205606862,41.2978823829033],[-73.14422305613303,41.29781338288298],[-73.14436005617492,41.297769382869944],[-73.14453205622712,41.297707382852245],[-73.14468705627354,41.297641382834335],[-73.14492205634345,41.29753238280542],[-73.14516505641538,41.2974133827743],[-73.14521005642843,41.29738638276756],[-73.14527705644797,41.297348382757974],[-73.14535005646955,41.297312382748565],[-73.1453980564838,41.29728938274253],[-73.14551405651629,41.29720038272138],[-73.14578805659319,41.29699238267188],[-73.14586105661324,41.29692938265719],[-73.14597305664417,41.2968353826352],[-73.14603305666061,41.29678338262311],[-73.14619905670646,41.296644382590586],[-73.14621705671148,41.296630382587274],[-73.14628105672948,41.29658238257582],[-73.14643605677519,41.29650338255538],[-73.14658605682179,41.296468382543665],[-73.1467400568702,41.296442382533584],[-73.1469110569245,41.29642338252432],[-73.147105056988,41.29643438252015],[-73.14731405705577,41.29643538251357],[-73.14880405756163,41.29684038254422],[-73.14948405778473,41.2968893825317],[-73.15006205797359,41.296917382518394],[-73.15025405803578,41.29691738251214],[-73.15049305811232,41.296901382501254],[-73.1506330581581,41.29690938249828],[-73.15097905827255,41.29695038249503],[-73.15131205838324,41.29699938249377],[-73.15162905848908,41.2970543824942],[-73.15189205857718,41.29710538249563],[-73.15208505864133,41.29713338249481],[-73.15238605874198,41.29718838249577],[-73.15275105886504,41.2972723825003],[-73.15307105897305,41.297348382504744],[-73.15338405907801,41.297410382506676],[-73.15386705924234,41.297548382517924],[-73.15387305924436,41.297549382517914],[-73.1543600594091,41.29767138252591],[-73.15485705957686,41.2977893825328],[-73.15501705963058,41.29782238253404],[-73.15526605971786,41.297938382548594],[-73.15533005974095,41.29797938255451],[-73.15543605977918,41.298047382564334],[-73.15573605989009,41.29828738260144],[-73.15579505991286,41.298351382612005],[-73.1558840599472,41.298447382627856],[-73.15597805998306,41.29854238264335],[-73.15604006000675,41.298605382653626],[-73.15623906008597,41.298863382697526],[-73.15625506009228,41.2988833827009],[-73.1564890601837,41.29915638274659],[-73.15680106030388,41.29949038280164],[-73.15689806034095,41.29958938281782],[-73.15712706042851,41.299823382856054],[-73.1571750604475,41.299883382866206],[-73.1573210605051,41.30006338289658],[-73.15737006052439,41.300123382906705],[-73.15754406059179,41.30031638293872],[-73.15764706063167,41.30043038295762],[-73.1579370607398,41.3006783829966],[-73.15808106079726,41.30086738302881],[-73.15808506079884,41.300872383029656],[-73.15824806086331,41.30107638306417],[-73.15833506089979,41.30122138308966],[-73.15842206093619,41.301365383114934],[-73.15856606100039,41.30167238317017],[-73.15863906103286,41.301826383197856],[-73.15869506105705,41.30193238321672],[-73.15874906108039,41.30203438323488],[-73.15887606113371,41.302247383272324],[-73.15893906116005,41.30235138329058],[-73.15975306140898,41.30209238321357],[-73.1599010614543,41.30204638319978],[-73.1608750617547,41.30178138311638],[-73.16206106211891,41.30143138300952],[-73.16221606216622,41.30138038299452],[-73.16239206222004,41.30132438297788],[-73.16271406231938,41.30123738295041],[-73.16304106242079,41.30115838292437],[-73.16313806246531,41.30138738296591],[-73.16332006255173,41.30186738305367],[-73.1633710625759,41.30200138307817],[-73.16354706265327,41.30235738314193],[-73.16367506270676,41.30256738317876],[-73.16389506279181,41.30280838321865],[-73.164083062863,41.302988383247666],[-73.16438506297212,41.30318538327629],[-73.16470806308624,41.30335138329818],[-73.16484506313819,41.303483383319495],[-73.16488506315338,41.3035223833258],[-73.16501006320286,41.303679383352375],[-73.1651110632448,41.30384038338052],[-73.16522306329244,41.304039383415706],[-73.1652520633066,41.30412238343096],[-73.16538206335687,41.30426538345464],[-73.16538606335853,41.304271383455685],[-73.16558406343816,41.30454238350213],[-73.1656380634613,41.304641383519694],[-73.1657110634928,41.30477838354407],[-73.16574806350867,41.30484638355613],[-73.16581306353586,41.30495338357489],[-73.16591406356709,41.30492738356654],[-73.16610206362165,41.30481638353877],[-73.16626806367205,41.30475738352185],[-73.16627006367271,41.30475738352179],[-73.16644706372519,41.30467238349944],[-73.1666920637969,41.30453838346532],[-73.16696206387664,41.30440338343019],[-73.16727106396617,41.30421838338405],[-73.1675860640588,41.30405338334159],[-73.16802906418914,41.30382338328231],[-73.16813406422105,41.30378638327167],[-73.1683450642841,41.30369338324665],[-73.16836906429141,41.3036853832443],[-73.16860206436289,41.30361538322307],[-73.16879706442538,41.30360338321437],[-73.16906806451273,41.303595383204005],[-73.16943706463323,41.30361238319534],[-73.16945906464036,41.303612383194626],[-73.16982606476,41.30362538318521],[-73.1703110649208,41.30368938318192],[-73.17034206493094,41.303691383181324],[-73.17086706510368,41.3037373831732],[-73.17104106516123,41.30375838317165],[-73.1712800652394,41.303771383166406],[-73.17143806529162,41.30378938316479],[-73.17162106535123,41.30379538316],[-73.17190006544277,41.303815383154834],[-73.17203106548578,41.303825383152514],[-73.1724200656138,41.30386038314669],[-73.17394606611985,41.304064383136854],[-73.1742170662092,41.30409138313332],[-73.17503906647971,41.30416538312102],[-73.17594006677145,41.30416238309112],[-73.17651306695649,41.30415238307052],[-73.17651106696196,41.30425938309148],[-73.17806106746863,41.30433838305646],[-73.17831906755193,41.30433338304709],[-73.17856406762888,41.304291383030915],[-73.17888906772623,41.30415238299321],[-73.17907506778087,41.30405438296804],[-73.17938006787361,41.30394838293742],[-73.17968206796544,41.30384338290711],[-73.18005906808128,41.303733382873375],[-73.18040106818984,41.30369438285464],[-73.18081306832198,41.30367138283675],[-73.18110606841508,41.303639382820954],[-73.18138806850048,41.30353538279148],[-73.18156206855376,41.30348138277528],[-73.1817300686045,41.303417382757324],[-73.18190606865866,41.30336738274184],[-73.18210306871826,41.30329338272099],[-73.18217206873894,41.30326438271308],[-73.18230906878006,41.30320738269751],[-73.18249506883419,41.303100382670564],[-73.18264306887808,41.3030293826519],[-73.18277106891507,41.30295138263249],[-73.18291006895757,41.30290738261939],[-73.18341706911582,41.30280238258239],[-73.1837820692285,41.3027053825516],[-73.18391706927018,41.30266938254018],[-73.18427806937922,41.3025313825015],[-73.18451506945233,41.30246738248129],[-73.18465306949498,41.30243138246977],[-73.18505206962172,41.302387382448195],[-73.18533606971148,41.30234838243136],[-73.18596606991237,41.302292382399926],[-73.18600906992613,41.30228938239794],[-73.18687407019601,41.30210938233465],[-73.18783707050105,41.30198838227968],[-73.18846507070003,41.30191038224401],[-73.18897307086257,41.30187538222066],[-73.18914107091636,41.30186438221303],[-73.18976107111423,41.30181238218269],[-73.19042407132659,41.30177038215293],[-73.19049907135036,41.30176138214873],[-73.19100607151135,41.30170438212111],[-73.19106807153098,41.30169638211751],[-73.19125607159062,41.3016743821071],[-73.19131907161068,41.301668382103884],[-73.1917320717412,41.30161138207932],[-73.1919960718247,41.301576382063885],[-73.1925350719956,41.30151138203366],[-73.19284207209304,41.30147638201683],[-73.19297407213502,41.30146238200979],[-73.19310107217541,41.30144938200312],[-73.19338707226552,41.30140538198523],[-73.1935100723042,41.301385381977305],[-73.19361507233737,41.30137038197096],[-73.19373107237243,41.30132638195862],[-73.19386207241115,41.30126138194165],[-73.19397507244459,41.301206381927244],[-73.19411107248482,41.30113938190975],[-73.1941180724869,41.30113638190892],[-73.19452607261117,41.300998381868716],[-73.19454107261564,41.30099138186686],[-73.1946810726576,41.30093238185077],[-73.1947810726893,41.30092038184519],[-73.1948760727202,41.30092238184249],[-73.19538907288722,41.30093738182872],[-73.19546507291133,41.30092838182448],[-73.19556907294444,41.30091838181912],[-73.19566107297368,41.30090838181419],[-73.19568707298095,41.30088838180944],[-73.19569307298265,41.300884381808466],[-73.19577507300681,41.300842381797594],[-73.19580507301575,41.30082838179389],[-73.1953580728334,41.30017238168041],[-73.195335072824,41.300138381674536],[-73.1950390727001,41.29964938158874],[-73.19470907255536,41.298988381470494],[-73.19448807246059,41.29858338139864],[-73.1942250723466,41.298080381309035],[-73.19402207225852,41.297690381239526],[-73.19382007217655,41.29740138118968],[-73.19416107228231,41.297319381162595],[-73.19420707229663,41.29730938115913],[-73.194842072497,41.297216381120315],[-73.1952020726111,41.2971723811],[-73.19541407267835,41.29714738108822],[-73.19554807271984,41.29711438107741],[-73.19582907280618,41.297032381052254],[-73.19598807285391,41.2969663810342],[-73.1961190728933,41.29691338101959],[-73.19629507294252,41.296777380987315],[-73.1965130729962,41.296481380922444],[-73.19670607303846,41.29612738084708],[-73.1968140730597,41.295887380796714],[-73.19694607308584,41.29559738073582],[-73.1970020730962,41.29546138070745],[-73.19716607312665,41.29506538062481],[-73.19719107313045,41.29499038060937],[-73.19728307314463,41.29471738055309],[-73.19742407317341,41.29442238049091],[-73.197513073194,41.29427838045989],[-73.1977780732653,41.29402438040169],[-73.19785307328644,41.29396938038852],[-73.19799907332457,41.29380938035252],[-73.19803607333374,41.293760380341766],[-73.19808507334602,41.29369738032787],[-73.19819407336976,41.29349538028489],[-73.19823707337264,41.29330238024582],[-73.19824107337303,41.29328638024257],[-73.19825507337491,41.293240380233144],[-73.198261073376,41.29322538023002],[-73.19826807337684,41.29320038022491],[-73.19829207338032,41.293125380209474],[-73.19830007338152,41.29310138020454]]]},"properties":{"name":1105,"geoid":"09001110500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.5068981650014,41.1500213421433],[-73.50703016505649,41.1502373421812],[-73.50717216511511,41.15045834221977],[-73.5074281652166,41.15078434227513],[-73.50781616537726,41.151397342382275],[-73.50791416541614,41.15152234240352],[-73.50804616546783,41.15167934242989],[-73.50817616552054,41.151865342461996],[-73.50829916557498,41.15212034250782],[-73.50841916562942,41.1523923425571],[-73.50852116567943,41.15268834261165],[-73.50863716573475,41.15299834266847],[-73.50868216575506,41.15309834268655],[-73.50882816582124,41.15342834274631],[-73.50896916588513,41.15374634280387],[-73.50907616593652,41.15403834285748],[-73.5092161660018,41.15438634292095],[-73.50935816606912,41.15475834298905],[-73.50955016615433,41.155160343061375],[-73.50994616632309,41.15586834318683],[-73.51003716636313,41.15605334322002],[-73.51011616639714,41.15620034324618],[-73.51021016643892,41.156398343281815],[-73.51024716645705,41.15650534330153],[-73.51027416647008,41.15658034331531],[-73.51058416660274,41.15714434341544],[-73.51082516670989,41.15765234350687],[-73.51093716676563,41.15799134356949],[-73.51105416682265,41.15832534363097],[-73.51107916683772,41.15844634365381],[-73.51111516685893,41.15861234368509],[-73.51129516694624,41.15911834377815],[-73.51132216695963,41.1591993437931],[-73.51137916698774,41.15936734382409],[-73.51142216700566,41.159437343836366],[-73.51146816702479,41.159511343849324],[-73.51138216699597,41.15949334384863],[-73.51137816699462,41.159492343848555],[-73.51110716690533,41.15946234385161],[-73.51101716687567,41.15945234385262],[-73.50976816646423,41.159316343867125],[-73.50952216638248,41.1592773438676],[-73.50908816623988,41.15923634387386],[-73.50877616613906,41.159236343884125],[-73.50843516603014,41.15925834389965],[-73.50786316585003,41.159340343934524],[-73.50697216557114,41.15949734399455],[-73.50646216541021,41.15956434402444],[-73.506064165285,41.15962334404908],[-73.5058101652058,41.159673344067215],[-73.5054101650775,41.15969034408372],[-73.50522616501812,41.159691344089964],[-73.50506316496464,41.159677344092586],[-73.5046931648441,41.15966034410143],[-73.50453716479333,41.1596543441054],[-73.504117164656,41.15962634411374],[-73.50358416448255,41.15960534412717],[-73.50341416442727,41.15959934413159],[-73.5032161643619,41.1595753441334],[-73.50312916433147,41.15953534412844],[-73.5030281642962,41.159489344122775],[-73.50294316426671,41.15945434411872],[-73.50287216424124,41.159410344112445],[-73.5028511642337,41.1593973441106],[-73.50278416421084,41.1593763441087],[-73.50250116410608,41.159145344072826],[-73.50240016406705,41.15903434405444],[-73.50192316388272,41.158510343967635],[-73.50140916368673,41.15799134388303],[-73.50133816365917,41.15791134386971],[-73.50119916360511,41.157752343843185],[-73.50098716352412,41.157535343807695],[-73.50088916349588,41.15759534382267],[-73.5006561634274,41.157713343853416],[-73.50048616337678,41.157788343873676],[-73.50028916331813,41.15787534389719],[-73.50000816323545,41.158016343933994],[-73.499798163171,41.15807534395245],[-73.49960116310929,41.158109343965585],[-73.49888516287916,41.158131343993446],[-73.49886316287206,41.15813134399417],[-73.49830216269119,41.15813834401399],[-73.49827716268308,41.15813834401481],[-73.49820516265994,41.15814034401757],[-73.49818216265258,41.158141344018524],[-73.49770316249933,41.15816834403956],[-73.49764116247935,41.1581693440418],[-73.49728616236533,41.15818134405582],[-73.49689816223838,41.1581543440633],[-73.49676416219395,41.15813434406378],[-73.4964471620859,41.15803734405525],[-73.49619016199163,41.15784234402556],[-73.49612616196714,41.157776344014756],[-73.49591016188458,41.157554343978425],[-73.49577216182931,41.15736934394678],[-73.49569016179477,41.1572293439221],[-73.49553816173055,41.15696734387584],[-73.49545216169608,41.15685134385598],[-73.49543316168823,41.15682134385073],[-73.49534516165208,41.1566873438274],[-73.49525516161815,41.156603343813934],[-73.49508616155455,41.15644734378899],[-73.49497916151509,41.156362343775875],[-73.49488416148002,41.15628634376413],[-73.49457616136546,41.15602534372319],[-73.49432216127184,41.155825343692435],[-73.49417116121701,41.15572034367686],[-73.49402516116061,41.15556034365035],[-73.49395016112936,41.155438343628944],[-73.49390216110395,41.15526634359688],[-73.49383316107105,41.15508234356315],[-73.49374316103464,41.154955343541275],[-73.49363716100599,41.15505234356373],[-73.49349616097845,41.1553653436296],[-73.49345116097663,41.15558634367431],[-73.49352716103967,41.156254343802495],[-73.49357516106781,41.15647434384395],[-73.49362716109522,41.15665834387825],[-73.49390716125646,41.157887344109454],[-73.4939581612909,41.15819934416879],[-73.49400916132224,41.15845734421758],[-73.49405116135361,41.15876634427666],[-73.49392216130789,41.15869634426721],[-73.49379716126283,41.15861534425548],[-73.49369416122143,41.15847434423129],[-73.49363216119212,41.15831334420183],[-73.49355816115872,41.158148344171984],[-73.49329916104847,41.15768734409033],[-73.49321316101083,41.15751634405971],[-73.49307616096131,41.157425344046395],[-73.49296616092445,41.157402344045515],[-73.49284816088584,41.15739434404784],[-73.49245416076124,41.15744134406998],[-73.49181016055819,41.157529344108376],[-73.49163716050586,41.157591344126196],[-73.49147516046035,41.15771034415481],[-73.49132216041488,41.15777934417333],[-73.49111716035151,41.15782934418986],[-73.49095716030124,41.1578543442],[-73.49080916025406,41.157865344207025],[-73.49065416020292,41.1578473442086],[-73.49054116016421,41.157809344204885],[-73.49039916011355,41.15772634419332],[-73.49027716006842,41.15762734417796],[-73.49017816002753,41.15747234415091],[-73.49015316000856,41.157283344114745],[-73.490122159991,41.157152344090136],[-73.49004615995653,41.156980344058994],[-73.489955159919,41.156839344034395],[-73.48988815988746,41.15666734400296],[-73.48979215984998,41.1565553439842],[-73.48966615980427,41.15646834397131],[-73.48962915978453,41.15633334394613],[-73.48959815977125,41.15627634393601],[-73.48958215976032,41.15617634391697],[-73.4895901597622,41.15616434391435],[-73.48961915976945,41.15612734390616],[-73.48965315977605,41.15605134389018],[-73.48963215976369,41.1559543438719],[-73.48961515975147,41.15583734384955],[-73.48960015974005,41.15572334382775],[-73.48958415972827,41.15560834380578],[-73.48951715969297,41.155371343761615],[-73.48942815965101,41.15514234371975],[-73.48932415960418,41.15491234367817],[-73.48898615946484,41.15438934358696],[-73.48874915936842,41.154044343527254],[-73.48862615931513,41.153809343485335],[-73.48847715925258,41.153559343441316],[-73.48832415918946,41.15332134339978],[-73.48828115916187,41.15308334335463],[-73.48828115915076,41.152890343316884],[-73.48830415914772,41.152708343280516],[-73.48831315914666,41.15263934326672],[-73.48836915914922,41.15236934321205],[-73.4884461591504,41.1519573431289],[-73.48846615915409,41.15190934311887],[-73.48851215916619,41.151861343107946],[-73.48856715918004,41.151793343092834],[-73.48866315920544,41.151695343070514],[-73.4885031591485,41.15160434305796],[-73.48833915909061,41.151519343046736],[-73.48822015904767,41.15144134303538],[-73.4880971590047,41.151385343028466],[-73.4877741588983,41.15135034303225],[-73.48754815882475,41.15134134303791],[-73.48739515876996,41.151248343024754],[-73.48729615873032,41.15111534300197],[-73.48725515870981,41.15098934297867],[-73.48548315813456,41.15094334302792],[-73.48545615811634,41.15077834299652],[-73.48545515810974,41.15066934297523],[-73.48548115811079,41.150541342949325],[-73.48555515812772,41.150420342923226],[-73.48560115813724,41.150327342903516],[-73.48569915816142,41.15019734287486],[-73.48526315801098,41.1500313428567],[-73.48511915796153,41.14998034285147],[-73.48485015786913,41.149885342841706],[-73.48478415784646,41.149862342839384],[-73.48431015768118,41.14965134281368],[-73.48407015759693,41.14953534279886],[-73.48386615752538,41.1494373427864],[-73.48381715750776,41.149406342781944],[-73.48361015743346,41.14927734276349],[-73.48346115737995,41.1491843427502],[-73.48306615723884,41.1489503427174],[-73.48299015721119,41.14889634270934],[-73.48279215713914,41.148756342688436],[-73.48267615709781,41.14868934267914],[-73.4825171570412,41.14859834266657],[-73.48234915697897,41.14846034264509],[-73.48224615694086,41.14837634263203],[-73.4819431568292,41.14813734259522],[-73.48192515682257,41.148123342593074],[-73.48171415674352,41.14793434256303],[-73.48157515669142,41.14780934254313],[-73.48131815659242,41.14753234249737],[-73.4810801565015,41.14728834245745],[-73.48091915643842,41.14709634242517],[-73.48077015637837,41.146889342389564],[-73.48040015622723,41.14634034229429],[-73.48039415622478,41.146331342292726],[-73.48002415607245,41.145761342193346],[-73.47990815602397,41.14557034215978],[-73.47987015600806,41.1455073421487],[-73.47953815587226,41.14501134206254],[-73.47941415582154,41.14482634203041],[-73.4790221556612,41.14424034192861],[-73.47889415560799,41.14403434189251],[-73.47865415550814,41.14364634182446],[-73.47850615544846,41.14344034178902],[-73.47831715537599,41.143242341756476],[-73.4780001552516,41.14286034169213],[-73.47782615518688,41.14271234166888],[-73.47760015510526,41.14256334164714],[-73.47709215492613,41.14230234161275],[-73.47683415483493,41.14216634159461],[-73.47655415473594,41.14201834157484],[-73.4762811546375,41.14184034154898],[-73.47603115454683,41.14166834152353],[-73.47570915443146,41.14147134149555],[-73.4754391543342,41.14129734147037],[-73.4754011543205,41.141272341466724],[-73.47501315418424,41.14108334144248],[-73.47446515398838,41.14075634139647],[-73.47390115378728,41.1404283413508],[-73.47361115368494,41.14027834133096],[-73.47299215346652,41.139958341288654],[-73.4728521534171,41.139885341278976],[-73.47260515332991,41.13975734126203],[-73.472445153272,41.13964934124614],[-73.47231615322526,41.13956134123317],[-73.47136715288718,41.13901434115726],[-73.4707091526502,41.1385903410959],[-73.47052515258396,41.13847234107883],[-73.47006815242159,41.13821634104373],[-73.46966915228172,41.13802634101964],[-73.46954515223828,41.137967341012164],[-73.46859715189781,41.13737334092702],[-73.46774315159405,41.136889340860314],[-73.46696015131324,41.136405340791285],[-73.46639015111204,41.13610934075206],[-73.465829150914,41.135817340713324],[-73.46581515090912,41.1358113407126],[-73.46535115074788,41.13561434068927],[-73.46492215059953,41.13544534067028],[-73.46470515052478,41.13536434066155],[-73.46459415048677,41.13532734065794],[-73.46447615044434,41.13525234064715],[-73.46406615030565,41.13514434063945],[-73.46467215049796,41.13508334060762],[-73.46468615050243,41.135082340606964],[-73.46507415062523,41.13503734058542],[-73.46527715068831,41.13499334057015],[-73.46555515077307,41.1349053405438],[-73.46596515089948,41.13479934050958],[-73.46644515104579,41.134646340463874],[-73.46646715105256,41.134640340461985],[-73.46650515106421,41.134629340458574],[-73.46676415114347,41.134552340435],[-73.46701815121916,41.13444134040493],[-73.46703715122486,41.134433340402744],[-73.46728715130381,41.13440134038827],[-73.46761215141018,41.13442534038231],[-73.46770515144266,41.13446734038747],[-73.46791115151463,41.13456134039912],[-73.46901415189302,41.13494434043787],[-73.469364152009,41.13499434043616],[-73.46971315212511,41.13505234043606],[-73.47014015226722,41.13512434043614],[-73.47040215235532,41.135184340439274],[-73.47069415245353,41.135251340442814],[-73.47076215247641,41.135267340443704],[-73.47098515255227,41.13533334044929],[-73.47115715261077,41.13538434045364],[-73.47144015270665,41.13546134045941],[-73.4723541530179,41.13573834048362],[-73.47271515314104,41.13585134049389],[-73.47329015333729,41.13603334051064],[-73.47367615346937,41.13616134052301],[-73.47408515361191,41.13634234054501],[-73.47419015364834,41.136385340549985],[-73.47492815390616,41.13672234059171],[-73.47575215419563,41.137126340643725],[-73.47590715424744,41.137156340644495],[-73.4762031543435,41.13716334063616],[-73.47625415435935,41.13715234063232],[-73.47635215438986,41.137132340625186],[-73.47641815441044,41.13711934062047],[-73.47664315447987,41.13706234060192],[-73.47674115451015,41.137038340594],[-73.47687415455106,41.13700234058259],[-73.47702215459692,41.13696834057108],[-73.47722015465871,41.13693034055714],[-73.47867015511174,41.13666034045665],[-73.4788361551636,41.13662934044515],[-73.4790971552454,41.13658534042795],[-73.47915415526317,41.13657434042392],[-73.4793671553297,41.1365343404091],[-73.47942415534754,41.136524340405266],[-73.47970515543594,41.13648234038783],[-73.47983215547639,41.136472340381694],[-73.48001015553166,41.136433340368214],[-73.48022315559786,41.136387340352215],[-73.48020615559034,41.13635234034592],[-73.48020415558943,41.136347340345],[-73.48018915557824,41.136237340323966],[-73.48018415557443,41.1361993403167],[-73.48032415561521,41.136121340296825],[-73.48074715573647,41.135853340230476],[-73.48076715574226,41.135841340227465],[-73.4813451559098,41.13550734014309],[-73.48236015620645,41.134962340003085],[-73.48256315626521,41.134843339973116],[-73.48315615643703,41.134499339886304],[-73.48334115649118,41.134401339861036],[-73.48347015652901,41.13433433984369],[-73.48358415656163,41.134261339825656],[-73.48376415661532,41.13418333980447],[-73.48391015666019,41.13414333979185],[-73.48392215666395,41.134141339791064],[-73.48411515672372,41.13409633977592],[-73.48423615676197,41.13408133976901],[-73.48433815679245,41.134038339757225],[-73.4843721568027,41.134025339753585],[-73.48489215694721,41.13361633965643],[-73.48507615699843,41.1334733396224],[-73.48533815707061,41.133256339571304],[-73.48603715727032,41.13280133945928],[-73.48618015731076,41.13270133943501],[-73.4864191573792,41.1325483393972],[-73.4867481574722,41.13231733934117],[-73.48714115758281,41.132032339272484],[-73.48722615760555,41.13195033925363],[-73.4872861576227,41.13191133924403],[-73.48735715764391,41.13188133923582],[-73.4874691576789,41.13186033922803],[-73.48754015770012,41.131830339219825],[-73.487500157681,41.1317223392],[-73.48788715779351,41.131504339144605],[-73.48860215800399,41.13114733905123],[-73.48886415808117,41.13101733901718],[-73.4893531582263,41.130793338957254],[-73.48948815826554,41.13071733893793],[-73.48969215832558,41.130615338911284],[-73.48989015838622,41.1305573388934],[-73.4900661584405,41.130512338878816],[-73.4906771586294,41.13036433882977],[-73.49141115885527,41.130168338767284],[-73.49181715897744,41.130011338723214],[-73.49237715914376,41.12975733865508],[-73.49259515920677,41.129628338622666],[-73.49275915925136,41.12948233858869],[-73.49307015933442,41.12917933851916],[-73.4930351593214,41.129149338514445],[-73.49293015928241,41.12906133850067],[-73.49289515926944,41.129032338496145],[-73.4930711593193,41.12891033846646],[-73.49315115934203,41.128856338453275],[-73.49335915939544,41.12861633839946],[-73.49347115942018,41.128417338356805],[-73.49357815944413,41.12823233831708],[-73.49362115946019,41.12827033832312],[-73.49362215946057,41.12827133832327],[-73.49374515950772,41.12840033834449],[-73.49378615952345,41.12844333835155],[-73.49384515954152,41.12842633834628],[-73.49386615954803,41.12842133834461],[-73.49396915958039,41.1284053383381],[-73.49402715959889,41.1284013383354],[-73.49408915961868,41.1283973383326],[-73.49408415961048,41.12828233831024],[-73.49408415960974,41.128269338307696],[-73.49410115960724,41.128130338279924],[-73.49413115960917,41.12799533825251],[-73.49414615961102,41.12794333824184],[-73.49417915961536,41.127833338219226],[-73.49419315960705,41.1276103381751],[-73.49420815960748,41.12753333815954],[-73.49422815960831,41.12743533813968],[-73.4943261596299,41.12726033810222],[-73.4944521596585,41.12704933805677],[-73.49465915970997,41.1267813379975],[-73.49467015971271,41.126767337994394],[-73.49486615976292,41.12653933794332],[-73.49494515977953,41.12638433791037],[-73.4949991597901,41.12626433788511],[-73.49500715979102,41.12623533787917],[-73.49505315979695,41.12608033784731],[-73.49509815980109,41.1258993378104],[-73.49525215982366,41.12542633771274],[-73.49529815982962,41.12527133768088],[-73.49531315983181,41.12522533767138],[-73.49539715984321,41.124951337614974],[-73.49571815994314,41.12488533759151],[-73.49589515999541,41.12480033756905],[-73.49611216005839,41.12467633753765],[-73.49617216007587,41.12464333752921],[-73.49672816023453,41.12427833743947],[-73.497214160372,41.12393833735693],[-73.49735316041162,41.123846337334356],[-73.49755616046639,41.12365833729089],[-73.49764716049137,41.123581337272824],[-73.49775316051738,41.12343833724134],[-73.49786716054331,41.12324833720039],[-73.49788616054795,41.123222337194676],[-73.497955160565,41.1231313371746],[-73.49807116059357,41.122976337140436],[-73.498167160616,41.122827337108106],[-73.49835016066233,41.12260433705844],[-73.49849616069551,41.12236133700605],[-73.49855716070839,41.12224233698075],[-73.49862516072294,41.12211333695326],[-73.4988681607746,41.12164633685384],[-73.49907316081537,41.12120333676037],[-73.49910916082204,41.121117336742344],[-73.49914916082963,41.121024336722826],[-73.49914916082251,41.12090033669854],[-73.49916416081638,41.120709336660646],[-73.49940016091652,41.121125336734345],[-73.49942016092615,41.12118033674446],[-73.49952916097826,41.12147433679844],[-73.49959816101571,41.12173833684786],[-73.49963116103184,41.12183333686538],[-73.49968816105974,41.1219983368958],[-73.49970816108114,41.12225833694606],[-73.49980916113941,41.12270433703006],[-73.49981216114222,41.122736337036216],[-73.49984316116736,41.12299933708669],[-73.49994016121335,41.12325433713343],[-73.5000621612722,41.123592337195596],[-73.5001601613158,41.1238003372331],[-73.5003201613883,41.12416233729871],[-73.5003491614014,41.12422733731047],[-73.5006821615482,41.12490933743306],[-73.50072016156794,41.12503933745727],[-73.50078816159763,41.12517333748126],[-73.50083216161941,41.12530533750565],[-73.50088316164303,41.12542933752825],[-73.50109916173798,41.1258673376069],[-73.5012751618125,41.12617433766121],[-73.50141416187391,41.12646133771282],[-73.50148516191985,41.1268613377888],[-73.50149216192412,41.12689633779543],[-73.5014941619388,41.12714033784312],[-73.5014481619352,41.12733633788301],[-73.50138116192747,41.127578337932576],[-73.50136516192913,41.127697337956405],[-73.50136916193813,41.1278313379825],[-73.5013631619435,41.12795833800755],[-73.50134516195357,41.12823433806218],[-73.50134116195595,41.128298338074835],[-73.50129116195767,41.128609338137366],[-73.50126516199256,41.12936233828563],[-73.50126216199634,41.12944433830177],[-73.50125816200486,41.129615338335384],[-73.50126516202057,41.12984933838096],[-73.50124716203892,41.13026933846375],[-73.50124616203975,41.130289338467705],[-73.50123616206083,41.13071233855083],[-73.50126816208319,41.130921338590696],[-73.50138716213067,41.13107833861751],[-73.50147416216338,41.13115833863032],[-73.50163716222131,41.13125033864297],[-73.50180216227959,41.13133633865437],[-73.50180716228138,41.13133933865479],[-73.50221616242207,41.13148833867051],[-73.50231816245712,41.131524338674204],[-73.50245416250394,41.13157433867952],[-73.50260416255831,41.131677338694736],[-73.50269416259094,41.13173933870392],[-73.50275316261555,41.13183533872078],[-73.50301416271463,41.13209233876251],[-73.50316916277382,41.13225033878833],[-73.50326816281165,41.132352338805035],[-73.50351416291102,41.13269833886467],[-73.50374216300696,41.13308533893293],[-73.50388016307174,41.13343633899708],[-73.5039301631028,41.133695339046135],[-73.5039721631312,41.13395333909524],[-73.50392916312767,41.1341333391319],[-73.50382116311916,41.13459233922529],[-73.50374816310813,41.134810339270366],[-73.50363116307913,41.13496333930416],[-73.50353316305666,41.13512333933868],[-73.50347316304064,41.135181339352016],[-73.50332916300232,41.13532433938473],[-73.50311916295018,41.13559733944507],[-73.50306416293725,41.13568133946333],[-73.50303716293811,41.13584833949688],[-73.50302716294766,41.13607033954068],[-73.5030291629684,41.13641933960891],[-73.50303316299637,41.136883339699594],[-73.5030241630116,41.13719833976154],[-73.50300916302326,41.13748533981819],[-73.50298416302462,41.13764933985111],[-73.50294816302686,41.137890339899464],[-73.50286416301923,41.13822933996857],[-73.50266916298372,41.13870734006852],[-73.50263116299612,41.13913634015374],[-73.50262216301871,41.13957934024072],[-73.50260816302213,41.13971734026819],[-73.502624163038,41.139903340304066],[-73.50262616303979,41.13992334030792],[-73.50259316304323,41.14016834035696],[-73.50255016304091,41.1403693403977],[-73.50257616305754,41.14051234042482],[-73.50259116307107,41.14066334045389],[-73.50261916309837,41.14098034051501],[-73.50262916310794,41.14109034053619],[-73.50269616313827,41.141241340563546],[-73.50285216321438,41.14168834064589],[-73.50289116323873,41.141892340684514],[-73.50293316326456,41.142105340724825],[-73.5029731632829,41.1421993407419],[-73.50302216330631,41.142331340766134],[-73.50312016335025,41.14254434080458],[-73.50316816337254,41.142662340826085],[-73.50320216338739,41.142729340838095],[-73.50326016341252,41.14284034085791],[-73.50330516343281,41.14294034087598],[-73.50352016352956,41.143414340961655],[-73.5036671636002,41.143816341035496],[-73.50387716369544,41.14429234112173],[-73.50388816370078,41.14432334112743],[-73.50391616371425,41.14440034114157],[-73.50401416375864,41.144621341181605],[-73.5041081638027,41.14485934122508],[-73.5042631638664,41.14509534126616],[-73.50432216389062,41.14518534128182],[-73.50450516396386,41.14543034132375],[-73.50468216403756,41.14571734137408],[-73.5047361640598,41.14580034138855],[-73.50489216412385,41.14603734142978],[-73.50525216427697,41.14667634154297],[-73.5055531644042,41.14719734163501],[-73.50569816446908,41.147510341691486],[-73.50574016448721,41.14758934170555],[-73.50585716453773,41.14781034174495],[-73.5060671646274,41.1481893418122],[-73.50625216470958,41.14857834188223],[-73.50638216476966,41.14889234193937],[-73.50655916484845,41.14926734200692],[-73.50668316490948,41.14963134207406],[-73.50681116496494,41.14987634211778],[-73.5068981650014,41.1500213421433]]]},"properties":{"name":351,"geoid":"09001035100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.49405116135361,41.15876634427666],[-73.49400916132224,41.15845734421758],[-73.4939581612909,41.15819934416879],[-73.49390716125646,41.157887344109454],[-73.49362716109522,41.15665834387825],[-73.49357516106781,41.15647434384395],[-73.49352716103967,41.156254343802495],[-73.49345116097663,41.15558634367431],[-73.49349616097845,41.1553653436296],[-73.49363716100599,41.15505234356373],[-73.49374316103464,41.154955343541275],[-73.49383316107105,41.15508234356315],[-73.49390216110395,41.15526634359688],[-73.49395016112936,41.155438343628944],[-73.49402516116061,41.15556034365035],[-73.49417116121701,41.15572034367686],[-73.49432216127184,41.155825343692435],[-73.49457616136546,41.15602534372319],[-73.49488416148002,41.15628634376413],[-73.49497916151509,41.156362343775875],[-73.49508616155455,41.15644734378899],[-73.49525516161815,41.156603343813934],[-73.49534516165208,41.1566873438274],[-73.49543316168823,41.15682134385073],[-73.49545216169608,41.15685134385598],[-73.49553816173055,41.15696734387584],[-73.49569016179477,41.1572293439221],[-73.49577216182931,41.15736934394678],[-73.49591016188458,41.157554343978425],[-73.49612616196714,41.157776344014756],[-73.49619016199163,41.15784234402556],[-73.4964471620859,41.15803734405525],[-73.49676416219395,41.15813434406378],[-73.49689816223838,41.1581543440633],[-73.49728616236533,41.15818134405582],[-73.49764116247935,41.1581693440418],[-73.49770316249933,41.15816834403956],[-73.49818216265258,41.158141344018524],[-73.49820516265994,41.15814034401757],[-73.49827716268308,41.15813834401481],[-73.49830216269119,41.15813834401399],[-73.49886316287206,41.15813134399417],[-73.49888516287916,41.158131343993446],[-73.49960116310929,41.158109343965585],[-73.499798163171,41.15807534395245],[-73.50000816323545,41.158016343933994],[-73.50028916331813,41.15787534389719],[-73.50048616337678,41.157788343873676],[-73.5006561634274,41.157713343853416],[-73.50088916349588,41.15759534382267],[-73.50098716352412,41.157535343807695],[-73.50119916360511,41.157752343843185],[-73.50133816365917,41.15791134386971],[-73.50140916368673,41.15799134388303],[-73.50192316388272,41.158510343967635],[-73.50240016406705,41.15903434405444],[-73.50250116410608,41.159145344072826],[-73.50278416421084,41.1593763441087],[-73.5028511642337,41.1593973441106],[-73.50287216424124,41.159410344112445],[-73.50294316426671,41.15945434411872],[-73.5030281642962,41.159489344122775],[-73.50312916433147,41.15953534412844],[-73.5032161643619,41.1595753441334],[-73.50341416442727,41.15959934413159],[-73.50358416448255,41.15960534412717],[-73.504117164656,41.15962634411374],[-73.50453716479333,41.1596543441054],[-73.5046931648441,41.15966034410143],[-73.50506316496464,41.159677344092586],[-73.50522616501812,41.159691344089964],[-73.5054101650775,41.15969034408372],[-73.5058101652058,41.159673344067215],[-73.506064165285,41.15962334404908],[-73.50646216541021,41.15956434402444],[-73.50697216557114,41.15949734399455],[-73.50786316585003,41.159340343934524],[-73.50843516603014,41.15925834389965],[-73.50877616613906,41.159236343884125],[-73.50908816623988,41.15923634387386],[-73.50952216638248,41.1592773438676],[-73.50976816646423,41.159316343867125],[-73.51101716687567,41.15945234385262],[-73.51110716690533,41.15946234385161],[-73.51137816699462,41.159492343848555],[-73.51138216699597,41.15949334384863],[-73.51146816702479,41.159511343849324],[-73.51142216700566,41.159437343836366],[-73.51137916698774,41.15936734382409],[-73.51132216695963,41.1591993437931],[-73.51129516694624,41.15911834377815],[-73.51111516685893,41.15861234368509],[-73.51107916683772,41.15844634365381],[-73.51105416682265,41.15832534363097],[-73.51093716676563,41.15799134356949],[-73.51082516670989,41.15765234350687],[-73.51058416660274,41.15714434341544],[-73.51027416647008,41.15658034331531],[-73.51024716645705,41.15650534330153],[-73.51021016643892,41.156398343281815],[-73.51011616639714,41.15620034324618],[-73.51003716636313,41.15605334322002],[-73.50994616632309,41.15586834318683],[-73.50955016615433,41.155160343061375],[-73.50935816606912,41.15475834298905],[-73.5092161660018,41.15438634292095],[-73.50907616593652,41.15403834285748],[-73.50896916588513,41.15374634280387],[-73.50882816582124,41.15342834274631],[-73.50868216575506,41.15309834268655],[-73.50863716573475,41.15299834266847],[-73.50852116567943,41.15268834261165],[-73.50841916562942,41.1523923425571],[-73.50829916557498,41.15212034250782],[-73.50817616552054,41.151865342461996],[-73.50804616546783,41.15167934242989],[-73.50791416541614,41.15152234240352],[-73.50781616537726,41.151397342382275],[-73.5074281652166,41.15078434227513],[-73.50717216511511,41.15045834221977],[-73.50703016505649,41.1502373421812],[-73.5068981650014,41.1500213421433],[-73.50789816531388,41.149836342074174],[-73.50915916571009,41.149641341994545],[-73.5100131659808,41.14955034194865],[-73.51029916607163,41.14952334193396],[-73.51066916619004,41.14950334191787],[-73.51106016631421,41.14946534189756],[-73.51164516649808,41.14937634186089],[-73.51179316654516,41.14936334185349],[-73.51262316680919,41.149291341812095],[-73.51386916720432,41.14916134174564],[-73.51400116724511,41.14912934173505],[-73.51439816736797,41.14903534170358],[-73.51455616741602,41.148983341688215],[-73.5147001674577,41.14889934166704],[-73.51496816753456,41.14873034162515],[-73.51511916757794,41.148636341601794],[-73.51547716768536,41.14849334156204],[-73.515739167765,41.148406341536386],[-73.51584416779687,41.14837034152589],[-73.51603816785585,41.14830634150699],[-73.51614416788786,41.14826734149586],[-73.51631916794072,41.14820334147758],[-73.51673116806651,41.14807634143917],[-73.51673416806749,41.14807634143907],[-73.51706616817084,41.14800834141485],[-73.51733116824862,41.14787234137952],[-73.51769416834799,41.14756134130672],[-73.51782416838292,41.147438341278374],[-73.51829616851859,41.147146341205705],[-73.51832016852553,41.14713234120218],[-73.51853516859046,41.14705334117966],[-73.51889516870764,41.14706834117073],[-73.5190151687475,41.147087341170504],[-73.51937516886716,41.14714534117],[-73.51949516890707,41.14716534116996],[-73.51972616898372,41.147200341169196],[-73.52016916912935,41.14724334116302],[-73.52079616933543,41.147304341154324],[-73.52174316964722,41.147405341142914],[-73.52219716979691,41.14745734113814],[-73.52287317001979,41.147535341131146],[-73.52303017007151,41.147552341129305],[-73.52337017018361,41.14759134112574],[-73.52350517022711,41.14758934112089],[-73.52366417027842,41.14758834111549],[-73.52377217031325,41.14758734111172],[-73.52416317043566,41.14751934108555],[-73.52445017052533,41.14746634106572],[-73.52477917062818,41.14740634104316],[-73.52612017104772,41.147168340952454],[-73.5267491712431,41.14703234090513],[-73.5267991712588,41.14702434090191],[-73.52699617132077,41.14699534088975],[-73.52723417139524,41.1469533408737],[-73.52740617144782,41.146901340857866],[-73.52757817150102,41.146860340844164],[-73.52769317155871,41.147216340910035],[-73.52770717156778,41.14729534092503],[-73.52779817162542,41.147785341017894],[-73.52791917169657,41.148341341122695],[-73.52807017176005,41.1485963411676],[-73.52830317185791,41.148988341236624],[-73.52832517186646,41.149013341240774],[-73.52839417189314,41.14908934125337],[-73.52841717190205,41.14911534125771],[-73.5296821722881,41.14872234113916],[-73.52977117231532,41.14869534113094],[-73.53026417247285,41.14866534110884],[-73.53077417263873,41.14868434109576],[-73.53090417268074,41.14868434109148],[-73.53124517279178,41.148699341083194],[-73.53178017296146,41.1486443410548],[-73.53204717305024,41.14868834105462],[-73.53226117312187,41.148731341055985],[-73.53239417316732,41.148774341060005],[-73.53248917320026,41.14881334106452],[-73.53258217323439,41.148884341075345],[-73.53265217326502,41.14902334110024],[-73.53270617331364,41.14956434120429],[-73.53277617334446,41.14970634122975],[-73.5329011733909,41.14981134124618],[-73.53294717340802,41.14985034125229],[-73.53346617359033,41.15010434128488],[-73.5336591736569,41.15017734129281],[-73.53402817377963,41.15023834129259],[-73.53404917378658,41.150241341292485],[-73.53413517381478,41.15024834129102],[-73.53436017394276,41.15120734147121],[-73.53437017396237,41.15149134152644],[-73.53435217395875,41.15152934153444],[-73.53421617392088,41.15163434155948],[-73.53347017368588,41.15173934160459],[-73.5330551735657,41.15198034166541],[-73.53299117355812,41.152207341711915],[-73.53272617351755,41.15298834187341],[-73.53264217350487,41.15323934192528],[-73.5327421735489,41.15344234196169],[-73.53304817365674,41.15359834198213],[-73.53304917366093,41.15366534199521],[-73.53305717368077,41.15396434205343],[-73.5328841736379,41.154190342103334],[-73.5323281734702,41.15439734216212],[-73.53233117348323,41.15460634220292],[-73.53260317358223,41.1547993422317],[-73.53308317374972,41.15501434225795],[-73.53333817384468,41.15523234229218],[-73.53347817389324,41.15529034229892],[-73.53397917405772,41.15533534229121],[-73.53429617416258,41.155377342289],[-73.53460217427036,41.15553234230923],[-73.53486917436777,41.15572534233817],[-73.53491817438838,41.15580834235279],[-73.5349911744175,41.15590434236916],[-73.53515117450867,41.15658834249767],[-73.53547717463724,41.15699134256575],[-73.53555017468707,41.15744634265234],[-73.53578517478358,41.15780334271442],[-73.53613117490808,41.15802334274605],[-73.53646917503043,41.158251342779515],[-73.53724317529897,41.15857134281659],[-73.53745617538672,41.15889934287372],[-73.53837017571661,41.15949834296073],[-73.53872517586372,41.160060343058944],[-73.53883517589708,41.160022343047885],[-73.5393251760656,41.16019934306637],[-73.53977017620315,41.16009134303058],[-73.54002217628366,41.160075343019145],[-73.54017917633743,41.16012834302433],[-73.54044317643202,41.16028934304712],[-73.5409431766326,41.160965343162836],[-73.54095617666785,41.16150334326761],[-73.54124917678432,41.16188134333188],[-73.54132017681252,41.16197234334734],[-73.5415681769098,41.16226934339724],[-73.54177317700845,41.162831343500386],[-73.54198817709558,41.16313734355313],[-73.54236917723317,41.163388343589666],[-73.54374717769441,41.16366534359841],[-73.54398917779517,41.164056343666886],[-73.54413417788336,41.164772343802106],[-73.5442021779111,41.164872343819425],[-73.54422617792012,41.16489434382293],[-73.54423017792263,41.1649153438269],[-73.54428217794388,41.16499234384025],[-73.54439717799079,41.1651613438695],[-73.54453417803633,41.16518334386929],[-73.54462717806729,41.16519934386934],[-73.54464617807298,41.16519134386716],[-73.54469617809097,41.16522334387177],[-73.54548717837571,41.16572834394443],[-73.54736717910447,41.16782934429325],[-73.54924817983353,41.1699293446418],[-73.54935517987504,41.17004934466174],[-73.54946317991686,41.170169344681646],[-73.55124318060692,41.17215834501177],[-73.55302418129726,41.17414634534165],[-73.55305318130847,41.17417834534697],[-73.55229818117049,41.17601234573038],[-73.55226618116454,41.176088345746294],[-73.55230418118138,41.1761673457605],[-73.55284318142012,41.17728434596106],[-73.55338218165879,41.1784003461614],[-73.55357118173094,41.1785923461927],[-73.55360418174665,41.17867934620862],[-73.55364318176501,41.17877934622688],[-73.55360018177585,41.179207346311955],[-73.55362218178777,41.17929034632746],[-73.55373818183445,41.1794493463547],[-73.55402118193791,41.17965734638602],[-73.55413718197829,41.17970734639197],[-73.55421718200444,41.1797123463903],[-73.55443518208031,41.17980634640149],[-73.55463918215379,41.17993734642036],[-73.55478418219948,41.17991734641168],[-73.55471218217814,41.17995034642049],[-73.5540101819703,41.18027934650796],[-73.55389118193504,41.18033434652264],[-73.5537731819001,41.180389346537275],[-73.55146918121784,41.18146634682379],[-73.54899918048383,41.18257634712223],[-73.54005117782496,41.18660334820444],[-73.54001317781331,41.18661434820785],[-73.53599717662114,41.18844334869774],[-73.53588517658807,41.18849734871199],[-73.52910817458185,41.19168234955786],[-73.52629017374768,41.19300834990991],[-73.52603017367001,41.19311834993995],[-73.52530417345298,41.193423350023494],[-73.52529417344998,41.1934273500246],[-73.52484117331467,41.193619350077064],[-73.52454317322783,41.193783350118935],[-73.52426117314575,41.1939403501589],[-73.52377117299697,41.19410635020749],[-73.52375117299079,41.19411135020912],[-73.5236761729685,41.19414535021824],[-73.52334317286967,41.19429735025894],[-73.5230831727928,41.19442135029173],[-73.52256417264117,41.194700350363355],[-73.52252417262943,41.19472135036878],[-73.52233817257522,41.194823350394856],[-73.52159817235511,41.195153350483714],[-73.52116517222638,41.195347350535904],[-73.52098117217157,41.19542835055779],[-73.51706917101717,41.19733335105896],[-73.51692817097552,41.197401351076905],[-73.51678717093394,41.197470351095035],[-73.51418017016464,41.198740351429116],[-73.51399417011156,41.19886235145907],[-73.5138641700722,41.19890835147234],[-73.51386417007225,41.19890935147254],[-73.51386317007191,41.198909351472565],[-73.51280416975699,41.19938335160009],[-73.51280416975706,41.19938435160028],[-73.51280316975678,41.19938535160052],[-73.51173116943535,41.19981935172063],[-73.51170516942855,41.199847351726966],[-73.51160916939989,41.199888351738146],[-73.51157716938954,41.1998883517392],[-73.5115771693896,41.199889351739394],[-73.51157616938927,41.19988935173942],[-73.51156916938709,41.19989035173984],[-73.51015016896426,41.20051135190795],[-73.51014916896395,41.20051135190797],[-73.51014816896368,41.20051235190819],[-73.50917516867378,41.20093835202349],[-73.50909916863927,41.20076635199239],[-73.50891516855893,41.20040535192791],[-73.50879416850208,41.20009835187191],[-73.50874416847681,41.1999403518427],[-73.5086891684481,41.19975135180757],[-73.50862016841575,41.199577351775844],[-73.5083921683021,41.19888535164812],[-73.5082631682354,41.19845235156778],[-73.50811616816202,41.198004351485075],[-73.50801316811503,41.19776735144217],[-73.50778016800051,41.19708835131715],[-73.507615167918,41.19658335122391],[-73.50746716783893,41.196042351123054],[-73.50731216774864,41.19534635099217],[-73.50722016769552,41.19494135091603],[-73.50719016767475,41.19474935087951],[-73.50715516765098,41.194533350838455],[-73.50713916763291,41.1943103507954],[-73.50712216761825,41.19415135076489],[-73.50710416760573,41.19403535074281],[-73.50709116759407,41.193906350718024],[-73.50701516755403,41.19363835066815],[-73.50695316752379,41.1934613506356],[-73.50677216743296,41.192901350532125],[-73.50660216733448,41.19214735039036],[-73.50647716727346,41.191790350324716],[-73.5063871672241,41.19143935025908],[-73.50630316718375,41.19121035021709],[-73.50624716715456,41.1910183501814],[-73.50617616711304,41.19069635012082],[-73.50604516704836,41.19030935004949],[-73.505957167006,41.19006835000529],[-73.5059061669793,41.18989134997238],[-73.50586216695811,41.18977034995017],[-73.50580616692424,41.18949734989866],[-73.50563216683983,41.189009349809],[-73.50550016676814,41.18850634971505],[-73.50512916659278,41.187545349539434],[-73.50496616651735,41.187151349467776],[-73.50427716623771,41.18616434929754],[-73.50411816617033,41.18588734924863],[-73.50408116615296,41.18579334923148],[-73.50403616613289,41.1856973492142],[-73.50394316609439,41.18555134918873],[-73.50387916606563,41.185411349163466],[-73.5036901659926,41.185204349129215],[-73.50351916592919,41.18506334910728],[-73.50337516587433,41.18491934908388],[-73.50325116582756,41.184803349065284],[-73.50322216581716,41.18478534906273],[-73.50226116547262,41.18419734897942],[-73.50201916538553,41.18404334895729],[-73.50171116527463,41.18384634892892],[-73.50140016515921,41.18358834888871],[-73.50110216504808,41.183331348848284],[-73.50099216500664,41.18322934883198],[-73.50083716494824,41.18308534880892],[-73.5006581648778,41.182867348772206],[-73.5005321648263,41.182680348739794],[-73.5004161647802,41.18253134871449],[-73.50040916477384,41.182460348700836],[-73.5004021647675,41.182389348687195],[-73.50043016476859,41.182251348659285],[-73.50031716470808,41.181835348581686],[-73.5003071647027,41.18179834857477],[-73.50024816466951,41.18155334852883],[-73.50019516463836,41.18131034848307],[-73.50007316457886,41.18096234841905],[-73.50001916455432,41.18083934839677],[-73.49992516451424,41.18067134836702],[-73.49973116443147,41.180323348305386],[-73.49970016441637,41.18023534828919],[-73.49964216439055,41.18011234826706],[-73.49961916437695,41.1800053482469],[-73.49952916433772,41.17982934821545],[-73.49947416431255,41.17970134819224],[-73.4994681643098,41.17968734818971],[-73.49942316428827,41.179566348167526],[-73.49936116426085,41.179438348144544],[-73.49924016420849,41.17920834810356],[-73.49917716418258,41.17911234808685],[-73.49879116400047,41.17811734790504],[-73.49867416394697,41.177845347855694],[-73.49840916382557,41.1772253477432],[-73.49815516371142,41.17666934764286],[-73.49785416358105,41.17609534754054],[-73.49776216354077,41.175912347507776],[-73.49748516341926,41.17535734740837],[-73.49732316334972,41.175059347355436],[-73.49715616327873,41.17476434730326],[-73.4966771630694,41.173818347134045],[-73.49652216300063,41.17349434707579],[-73.49612416282727,41.172718346937145],[-73.4957731626723,41.171997346807714],[-73.49554616257194,41.171529346723666],[-73.49527416244999,41.17093834661704],[-73.49512816238824,41.17068534657238],[-73.49505816235725,41.170540346546325],[-73.49504616235193,41.170515346541826],[-73.49498216231898,41.17030234650228],[-73.49487416227238,41.17009934646614],[-73.49485416226365,41.17006034645916],[-73.4948161622451,41.169951346439106],[-73.49478216222853,41.16985434642124],[-73.49468216218348,41.169633346381325],[-73.49464216216754,41.169581346372475],[-73.49458116214316,41.16950034635864],[-73.49448716209434,41.16918034629915],[-73.49447616208853,41.16914134629189],[-73.49440116203839,41.16869134620634],[-73.49439816202593,41.16849234616754],[-73.49442216202173,41.168284346126065],[-73.49445816202845,41.16819934610825],[-73.49450216203672,41.168096346086664],[-73.4945621620439,41.167884346043245],[-73.49465616205487,41.16754734597424],[-73.4947931620712,41.16706234587488],[-73.49490416207637,41.16652934576698],[-73.49497616208,41.166188345697925],[-73.49524116211465,41.165303345516115],[-73.49540416212415,41.16455334536407],[-73.49541516211323,41.164302345314624],[-73.49536116208414,41.164100345276886],[-73.49536516206862,41.16380834521965],[-73.49530016203052,41.1635113451637],[-73.49516616196601,41.163143345096124],[-73.49502416189547,41.16271534501709],[-73.49482916180335,41.16221034492473],[-73.4945901616934,41.16164234482148],[-73.49454816166866,41.16144834478493],[-73.49444616161122,41.16102334470516],[-73.49441016159268,41.16090334468285],[-73.49434516155907,41.16068434464217],[-73.49429916151547,41.16018534454607],[-73.4942891614952,41.1598893444885],[-73.49423916146065,41.15957034442774],[-73.49405116135361,41.15876634427666]]]},"properties":{"name":352,"geoid":"09001035200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.46542915276379,41.17024234746219],[-73.4657101528001,41.16929534726774],[-73.46655315290921,41.16645634668478],[-73.46681315294315,41.16558534650586],[-73.46683515294595,41.165510346490464],[-73.4666871528892,41.16535534646501],[-73.46665615287469,41.16527734645078],[-73.46658615284193,41.16510134641865],[-73.46650015279579,41.16478234635907],[-73.46646515277678,41.16464834633401],[-73.4662791527051,41.16444734630082],[-73.46616015266552,41.164428346301],[-73.46581315255465,41.16445034631671],[-73.46568415250766,41.16435834630295],[-73.46547615242422,41.16407634625462],[-73.46527315235791,41.16406434625894],[-73.465009152275,41.16410634627582],[-73.46472815217152,41.16388634624202],[-73.46463715212955,41.16366834620238],[-73.46462715212489,41.16364334619781],[-73.46435515200857,41.16314934611011],[-73.46418115194399,41.163004346087455],[-73.4640741518975,41.16279734605048],[-73.4640971518921,41.16257434600611],[-73.46419615191066,41.16234034595708],[-73.46428115192673,41.162142345915555],[-73.46402715182623,41.1618223458613],[-73.46429515189566,41.161523345794016],[-73.46402315179314,41.16126934575326],[-73.46357015164635,41.16126334576696],[-73.46332915155998,41.16111534574592],[-73.46298115144721,41.16111034575638],[-73.46262015132778,41.16106234575884],[-73.4622161511941,41.161008345761545],[-73.46209615115357,41.160978345759624],[-73.46164515100149,41.16086834575291],[-73.4611231508309,41.1608353457636],[-73.46052215064113,41.16091334579859],[-73.46038915059916,41.16093134580648],[-73.46001015047005,41.16081634579644],[-73.45988715042817,41.16077934579323],[-73.45935415023808,41.16046934575009],[-73.45878715003396,41.1601063456977],[-73.45865714999003,41.16007334569551],[-73.45840614990523,41.16000934569123],[-73.45830814987475,41.16003034569856],[-73.45795114976386,41.16010834572554],[-73.4577161496906,41.16015534574245],[-73.45746114961118,41.160207345761],[-73.45704414947151,41.16012234575806],[-73.45633714922505,41.159810345720246],[-73.45538814889714,41.159441345679205],[-73.45488914872033,41.15917134564276],[-73.45462914863158,41.15908934563526],[-73.45443614857356,41.15916534565646],[-73.45429514853294,41.159251345677916],[-73.45410014847685,41.159372345707986],[-73.4534871482858,41.159495345752184],[-73.45297514813733,41.159791345826896],[-73.45287514810299,41.15975634582334],[-73.45254314798902,41.159640345811546],[-73.45219714785334,41.15922534574171],[-73.45196714776307,41.15894834569508],[-73.45141414757255,41.15874334567311],[-73.45087914738637,41.158512345645484],[-73.45040314720337,41.1580053455619],[-73.45014314709849,41.157642345499426],[-73.44981314696533,41.15718134542005],[-73.44973614692526,41.15691734537092],[-73.44974014692374,41.15686834536121],[-73.44971014691181,41.15682934535457],[-73.44947814679091,41.15603034520584],[-73.44929614668732,41.15525134505938],[-73.44925814666178,41.15502034501544],[-73.44922514662652,41.15459234493277],[-73.44919014660813,41.15446934490986],[-73.44916314659126,41.154327344882965],[-73.44914914658335,41.15426834487187],[-73.44913014657267,41.154189344857045],[-73.44908114655368,41.15413434484788],[-73.4490121465224,41.153978344819635],[-73.44891114647943,41.153798344787724],[-73.44890714647606,41.1537623447808],[-73.44881414643939,41.15364734476136],[-73.44883614644495,41.15362034475535],[-73.44889914646141,41.15355234473997],[-73.44901914646061,41.152863344601215],[-73.44937914645823,41.150796344184926],[-73.44947914645769,41.150224344069706],[-73.4494991464575,41.15010834404635],[-73.44954514646916,41.15005234403388],[-73.44968414650442,41.14988434399644],[-73.44973114651646,41.14982934398414],[-73.44990814656086,41.14960634393469],[-73.45043814669371,41.148937343786386],[-73.4506161467385,41.14871534373709],[-73.45091614680528,41.148190343624506],[-73.45108614684328,41.14789534356119],[-73.45128514688763,41.14754734348654],[-73.4518181470064,41.146616343286865],[-73.4521191470736,41.14609234317444],[-73.45234714712711,41.145741343098265],[-73.45303314728834,41.14468834286968],[-73.45326214734227,41.144338342793645],[-73.45363214742228,41.14364934264665],[-73.45474414766288,41.141581342205406],[-73.45511514774326,41.14089334205857],[-73.45527614778169,41.14065634200688],[-73.4552791477823,41.14065034200562],[-73.45577414790046,41.139922341846884],[-73.45594014794021,41.139680341794055],[-73.45631114802268,41.13902834165426],[-73.45742614827076,41.137073341235],[-73.45779814835358,41.136422341095354],[-73.45800314840241,41.136119341029314],[-73.45861814854906,41.13521234083158],[-73.45871214857159,41.13507534080168],[-73.45882414859838,41.13491134076589],[-73.45896014863439,41.13477334073443],[-73.45936914874298,41.13436234064052],[-73.45950614877937,41.13422534060922],[-73.45972814885478,41.134289340614465],[-73.46038114907418,41.13443534062161],[-73.46157114947404,41.134702340634824],[-73.4618591495713,41.134775340639656],[-73.46209814965049,41.13480934063847],[-73.4630301499599,41.134953340636066],[-73.4632131500207,41.134982340635744],[-73.46391615025559,41.13511634063889],[-73.46394615026556,41.13512134063889],[-73.46403615029561,41.135138340639266],[-73.46406615030565,41.13514434063945],[-73.46447615044434,41.13525234064715],[-73.46459415048677,41.13532734065794],[-73.46470515052478,41.13536434066155],[-73.46492215059953,41.13544534067028],[-73.46535115074788,41.13561434068927],[-73.46581515090912,41.1358113407126],[-73.465829150914,41.135817340713324],[-73.46639015111204,41.13610934075206],[-73.46696015131324,41.136405340791285],[-73.46774315159405,41.136889340860314],[-73.46859715189781,41.13737334092702],[-73.46954515223828,41.137967341012164],[-73.46966915228172,41.13802634101964],[-73.47006815242159,41.13821634104373],[-73.47052515258396,41.13847234107883],[-73.4707091526502,41.1385903410959],[-73.47136715288718,41.13901434115726],[-73.47231615322526,41.13956134123317],[-73.472445153272,41.13964934124614],[-73.47260515332991,41.13975734126203],[-73.4728521534171,41.139885341278976],[-73.47299215346652,41.139958341288654],[-73.47361115368494,41.14027834133096],[-73.47390115378728,41.1404283413508],[-73.47446515398838,41.14075634139647],[-73.47501315418424,41.14108334144248],[-73.4754011543205,41.141272341466724],[-73.4754391543342,41.14129734147037],[-73.47570915443146,41.14147134149555],[-73.47603115454683,41.14166834152353],[-73.4762811546375,41.14184034154898],[-73.47655415473594,41.14201834157484],[-73.47683415483493,41.14216634159461],[-73.47709215492613,41.14230234161275],[-73.47760015510526,41.14256334164714],[-73.47782615518688,41.14271234166888],[-73.4780001552516,41.14286034169213],[-73.47831715537599,41.143242341756476],[-73.47850615544846,41.14344034178902],[-73.47865415550814,41.14364634182446],[-73.47889415560799,41.14403434189251],[-73.4790221556612,41.14424034192861],[-73.47941415582154,41.14482634203041],[-73.47953815587226,41.14501134206254],[-73.47987015600806,41.1455073421487],[-73.47990815602397,41.14557034215978],[-73.48002415607245,41.145761342193346],[-73.48039415622478,41.146331342292726],[-73.48040015622723,41.14634034229429],[-73.48077015637837,41.146889342389564],[-73.48091915643842,41.14709634242517],[-73.4810801565015,41.14728834245745],[-73.48131815659242,41.14753234249737],[-73.48157515669142,41.14780934254313],[-73.48171415674352,41.14793434256303],[-73.48192515682257,41.148123342593074],[-73.4819431568292,41.14813734259522],[-73.48224615694086,41.14837634263203],[-73.48234915697897,41.14846034264509],[-73.4825171570412,41.14859834266657],[-73.48267615709781,41.14868934267914],[-73.48279215713914,41.148756342688436],[-73.48299015721119,41.14889634270934],[-73.48306615723884,41.1489503427174],[-73.48346115737995,41.1491843427502],[-73.48361015743346,41.14927734276349],[-73.48381715750776,41.149406342781944],[-73.48386615752538,41.1494373427864],[-73.48407015759693,41.14953534279886],[-73.48431015768118,41.14965134281368],[-73.48478415784646,41.149862342839384],[-73.48485015786913,41.149885342841706],[-73.48511915796153,41.14998034285147],[-73.48526315801098,41.1500313428567],[-73.48569915816142,41.15019734287486],[-73.48560115813724,41.150327342903516],[-73.48555515812772,41.150420342923226],[-73.48548115811079,41.150541342949325],[-73.48545515810974,41.15066934297523],[-73.48545615811634,41.15077834299652],[-73.48548315813456,41.15094334302792],[-73.48725515870981,41.15098934297867],[-73.48729615873032,41.15111534300197],[-73.48739515876996,41.151248343024754],[-73.48754815882475,41.15134134303791],[-73.4877741588983,41.15135034303225],[-73.4880971590047,41.151385343028466],[-73.48822015904767,41.15144134303538],[-73.48833915909061,41.151519343046736],[-73.4885031591485,41.15160434305796],[-73.48866315920544,41.151695343070514],[-73.48856715918004,41.151793343092834],[-73.48851215916619,41.151861343107946],[-73.48846615915409,41.15190934311887],[-73.4884461591504,41.1519573431289],[-73.48836915914922,41.15236934321205],[-73.48831315914666,41.15263934326672],[-73.48830415914772,41.152708343280516],[-73.48828115915076,41.152890343316884],[-73.48828115916187,41.15308334335463],[-73.48832415918946,41.15332134339978],[-73.48847715925258,41.153559343441316],[-73.48862615931513,41.153809343485335],[-73.48874915936842,41.154044343527254],[-73.48898615946484,41.15438934358696],[-73.48932415960418,41.15491234367817],[-73.48942815965101,41.15514234371975],[-73.48951715969297,41.155371343761615],[-73.48958415972827,41.15560834380578],[-73.48960015974005,41.15572334382775],[-73.48961515975147,41.15583734384955],[-73.48963215976369,41.1559543438719],[-73.48965315977605,41.15605134389018],[-73.48961915976945,41.15612734390616],[-73.4895901597622,41.15616434391435],[-73.48958215976032,41.15617634391697],[-73.48959815977125,41.15627634393601],[-73.48962915978453,41.15633334394613],[-73.48966615980427,41.15646834397131],[-73.48979215984998,41.1565553439842],[-73.48988815988746,41.15666734400296],[-73.489955159919,41.156839344034395],[-73.49004615995653,41.156980344058994],[-73.490122159991,41.157152344090136],[-73.49015316000856,41.157283344114745],[-73.49017816002753,41.15747234415091],[-73.49027716006842,41.15762734417796],[-73.49039916011355,41.15772634419332],[-73.49054116016421,41.157809344204885],[-73.49065416020292,41.1578473442086],[-73.49080916025406,41.157865344207025],[-73.49095716030124,41.1578543442],[-73.49111716035151,41.15782934418986],[-73.49132216041488,41.15777934417333],[-73.49147516046035,41.15771034415481],[-73.49163716050586,41.157591344126196],[-73.49181016055819,41.157529344108376],[-73.49245416076124,41.15744134406998],[-73.49284816088584,41.15739434404784],[-73.49296616092445,41.157402344045515],[-73.49307616096131,41.157425344046395],[-73.49321316101083,41.15751634405971],[-73.49329916104847,41.15768734409033],[-73.49355816115872,41.158148344171984],[-73.49363216119212,41.15831334420183],[-73.49369416122143,41.15847434423129],[-73.49379716126283,41.15861534425548],[-73.49392216130789,41.15869634426721],[-73.49405116135361,41.15876634427666],[-73.49423916146065,41.15957034442774],[-73.4942891614952,41.1598893444885],[-73.49429916151547,41.16018534454607],[-73.49434516155907,41.16068434464217],[-73.49441016159268,41.16090334468285],[-73.49444616161122,41.16102334470516],[-73.49454816166866,41.16144834478493],[-73.4945901616934,41.16164234482148],[-73.49482916180335,41.16221034492473],[-73.49502416189547,41.16271534501709],[-73.49516616196601,41.163143345096124],[-73.49530016203052,41.1635113451637],[-73.49536516206862,41.16380834521965],[-73.49536116208414,41.164100345276886],[-73.49541516211323,41.164302345314624],[-73.49540416212415,41.16455334536407],[-73.49524116211465,41.165303345516115],[-73.49497616208,41.166188345697925],[-73.49490416207637,41.16652934576698],[-73.4947931620712,41.16706234587488],[-73.49465616205487,41.16754734597424],[-73.4945621620439,41.167884346043245],[-73.49450216203672,41.168096346086664],[-73.49445816202845,41.16819934610825],[-73.49442216202173,41.168284346126065],[-73.49439816202593,41.16849234616754],[-73.49440116203839,41.16869134620634],[-73.49447616208853,41.16914134629189],[-73.49448716209434,41.16918034629915],[-73.49458116214316,41.16950034635864],[-73.49464216216754,41.169581346372475],[-73.49468216218348,41.169633346381325],[-73.49478216222853,41.16985434642124],[-73.4948161622451,41.169951346439106],[-73.49485416226365,41.17006034645916],[-73.49487416227238,41.17009934646614],[-73.49498216231898,41.17030234650228],[-73.49504616235193,41.170515346541826],[-73.49505816235725,41.170540346546325],[-73.49512816238824,41.17068534657238],[-73.49527416244999,41.17093834661704],[-73.49554616257194,41.171529346723666],[-73.4957731626723,41.171997346807714],[-73.49612416282727,41.172718346937145],[-73.49652216300063,41.17349434707579],[-73.4966771630694,41.173818347134045],[-73.49715616327873,41.17476434730326],[-73.49732316334972,41.175059347355436],[-73.49748516341926,41.17535734740837],[-73.49776216354077,41.175912347507776],[-73.49785416358105,41.17609534754054],[-73.49815516371142,41.17666934764286],[-73.49840916382557,41.1772253477432],[-73.49867416394697,41.177845347855694],[-73.49879116400047,41.17811734790504],[-73.49917716418258,41.17911234808685],[-73.49924016420849,41.17920834810356],[-73.49936116426085,41.179438348144544],[-73.49942316428827,41.179566348167526],[-73.4994681643098,41.17968734818971],[-73.49947416431255,41.17970134819224],[-73.49952916433772,41.17982934821545],[-73.49961916437695,41.1800053482469],[-73.49964216439055,41.18011234826706],[-73.49970016441637,41.18023534828919],[-73.49973116443147,41.180323348305386],[-73.49992516451424,41.18067134836702],[-73.50001916455432,41.18083934839677],[-73.50007316457886,41.18096234841905],[-73.50019516463836,41.18131034848307],[-73.50024816466951,41.18155334852883],[-73.5003071647027,41.18179834857477],[-73.50031716470808,41.181835348581686],[-73.50043016476859,41.182251348659285],[-73.5004021647675,41.182389348687195],[-73.50040916477384,41.182460348700836],[-73.5004161647802,41.18253134871449],[-73.5005321648263,41.182680348739794],[-73.5006581648778,41.182867348772206],[-73.50083716494824,41.18308534880892],[-73.50099216500664,41.18322934883198],[-73.50110216504808,41.183331348848284],[-73.50140016515921,41.18358834888871],[-73.50171116527463,41.18384634892892],[-73.50201916538553,41.18404334895729],[-73.50226116547262,41.18419734897942],[-73.50322216581716,41.18478534906273],[-73.50325116582756,41.184803349065284],[-73.50337516587433,41.18491934908388],[-73.50351916592919,41.18506334910728],[-73.5036901659926,41.185204349129215],[-73.50387916606563,41.185411349163466],[-73.50394316609439,41.18555134918873],[-73.50403616613289,41.1856973492142],[-73.50408116615296,41.18579334923148],[-73.50411816617033,41.18588734924863],[-73.50427716623771,41.18616434929754],[-73.50496616651735,41.187151349467776],[-73.50512916659278,41.187545349539434],[-73.50550016676814,41.18850634971505],[-73.50563216683983,41.189009349809],[-73.50580616692424,41.18949734989866],[-73.50586216695811,41.18977034995017],[-73.5059061669793,41.18989134997238],[-73.505957167006,41.19006835000529],[-73.50604516704836,41.19030935004949],[-73.50617616711304,41.19069635012082],[-73.50624716715456,41.1910183501814],[-73.50630316718375,41.19121035021709],[-73.5063871672241,41.19143935025908],[-73.50647716727346,41.191790350324716],[-73.50660216733448,41.19214735039036],[-73.50677216743296,41.192901350532125],[-73.50695316752379,41.1934613506356],[-73.50701516755403,41.19363835066815],[-73.50709116759407,41.193906350718024],[-73.50710416760573,41.19403535074281],[-73.50712216761825,41.19415135076489],[-73.50713916763291,41.1943103507954],[-73.50715516765098,41.194533350838455],[-73.50719016767475,41.19474935087951],[-73.50722016769552,41.19494135091603],[-73.50731216774864,41.19534635099217],[-73.50746716783893,41.196042351123054],[-73.507615167918,41.19658335122391],[-73.50778016800051,41.19708835131715],[-73.50801316811503,41.19776735144217],[-73.50811616816202,41.198004351485075],[-73.5082631682354,41.19845235156778],[-73.5083921683021,41.19888535164812],[-73.50862016841575,41.199577351775844],[-73.5086891684481,41.19975135180757],[-73.50874416847681,41.1999403518427],[-73.50879416850208,41.20009835187191],[-73.50891516855893,41.20040535192791],[-73.50909916863927,41.20076635199239],[-73.50917516867378,41.20093835202349],[-73.50395916712523,41.203320352660725],[-73.49590216472097,41.20678935360389],[-73.49556616462066,41.20693335364308],[-73.49545316458695,41.206982353656386],[-73.49500316445268,41.207176353709094],[-73.49461416433662,41.20734435375473],[-73.49456016432043,41.207366353760804],[-73.49422516422057,41.20751235380036],[-73.49396316414234,41.20762435383087],[-73.49172916347558,41.208585354092186],[-73.48841316248604,41.21001435448055],[-73.48747516221414,41.210557354617514],[-73.48683816202933,41.210923354709976],[-73.48534416158256,41.21155135488185],[-73.48511016151319,41.21166035491084],[-73.48500316148136,41.21170835492374],[-73.48489916145053,41.21175635493655],[-73.48480016139015,41.21126535484388],[-73.48440716113409,41.209030354420186],[-73.48421216106956,41.209004354421516],[-73.48378116088466,41.20821535428156],[-73.4837661608744,41.20812135426369],[-73.4836711608374,41.20801235424551],[-73.48347516076798,41.20790735423145],[-73.48278416053256,41.20769935421355],[-73.48269016049963,41.20765535420805],[-73.48229116036885,41.207624354215135],[-73.4814931601381,41.20809635433361],[-73.48026215972989,41.20791935433954],[-73.4792521593376,41.20678035415025],[-73.47910915928117,41.206603354120375],[-73.47891715920706,41.20639435408584],[-73.47887815918878,41.20629635406799],[-73.47883915917069,41.206201354050705],[-73.4788281591567,41.2060203540157],[-73.4787311590972,41.20553235392354],[-73.478711159085,41.20543335390486],[-73.47871915907929,41.205289353876445],[-73.47841215894564,41.20469335377009],[-73.47782815869112,41.20355435356675],[-73.47776115866193,41.203423353543364],[-73.47748815854395,41.2029083534517],[-73.47717415840833,41.20231735334655],[-73.47687715827472,41.20166535322891],[-73.4764571580856,41.20074035306196],[-73.47644315807939,41.20071135305677],[-73.4764081580637,41.20063535304307],[-73.47598715787429,41.19971135287634],[-73.47569115774108,41.19906035275884],[-73.47437315721437,41.19731535246117],[-73.47427315717444,41.19718335243867],[-73.47424315715958,41.19709435242226],[-73.47415715711662,41.19683135237368],[-73.47400415705455,41.19661235233592],[-73.47375715696327,41.19641435230534],[-73.47367715693522,41.19637635230055],[-73.4735751569007,41.19634935229863],[-73.4733641568315,41.19633235230224],[-73.47321115677858,41.196272352295566],[-73.47313115674574,41.19615135227454],[-73.47310215673257,41.19608535226259],[-73.47317515672198,41.1954923521443],[-73.47316015670035,41.195201352087906],[-73.47310915667724,41.19508635206711],[-73.47203415628947,41.19438835196604],[-73.47281715643125,41.19245635156267],[-73.47294715644098,41.19189635144893],[-73.47285315638312,41.191419351358775],[-73.47268415631824,41.191241351329545],[-73.4725041562491,41.19105135129832],[-73.47222715614467,41.19079335125699],[-73.47184215600407,41.190513351214925],[-73.47089715566983,41.190014351148456],[-73.47070115559669,41.18984435112167],[-73.47014115540148,41.189598351091995],[-73.47066215550558,41.188482350856695],[-73.47131615563644,41.1870843505619],[-73.47221115587911,41.18627435037412],[-73.47237015590557,41.18584135028426],[-73.4723341558866,41.185714350260604],[-73.47238515589457,41.185566350230005],[-73.47247915591672,41.18542335019896],[-73.47282015600264,41.18500135010524],[-73.47285615598639,41.184517350009436],[-73.47281315596685,41.18441934999169],[-73.47281315595072,41.18413934993695],[-73.47277715591373,41.18369934985211],[-73.47277615591248,41.18368334984902],[-73.47272515589157,41.183606349835635],[-73.47260215584264,41.18344734980859],[-73.47245615578024,41.18318334976178],[-73.47240515574923,41.182931349714195],[-73.47237615573577,41.182860349701265],[-73.47220915567195,41.18268934967332],[-73.47225215567605,41.18251934963867],[-73.47230315569064,41.18248634963054],[-73.47272415582488,41.182454349610445],[-73.47273915582966,41.182453349609766],[-73.47276015583594,41.1824443496073],[-73.47286815586837,41.182401349595345],[-73.4729041558792,41.18238734959143],[-73.47309515593652,41.182310349570095],[-73.47332815600076,41.1821183495249],[-73.47337815601314,41.18205234951035],[-73.47350215604497,41.18190934947832],[-73.4734581560251,41.18181134946058],[-73.47338515599608,41.18171734944462],[-73.47329815596453,41.181657349435746],[-73.47325515594653,41.18158634942327],[-73.47328415594069,41.18132234937071],[-73.47325315592228,41.18117634934318],[-73.47321815590104,41.181004349310705],[-73.4730071558151,41.180696349257424],[-73.47273815571678,41.180499349227745],[-73.4722511555429,41.180213349187845],[-73.47142315525856,41.17992334915836],[-73.47135015523271,41.179884349153134],[-73.47106315512411,41.179609349108794],[-73.47098515509464,41.17953534909689],[-73.47027415485046,41.17928634907158],[-73.46999115475047,41.17913834905194],[-73.4698961547106,41.178979349023976],[-73.46978715466241,41.17875434898357],[-73.46958415458539,41.17855634895152],[-73.46953815456385,41.178440348930344],[-73.46948915454075,41.17831434890732],[-73.46948215453222,41.17820534888624],[-73.46935115447565,41.17795834884224],[-73.46906715436674,41.1776613487935],[-73.46885615428873,41.1774913487672],[-73.46874715425007,41.177431348759036],[-73.46850715417058,41.17739834876048],[-73.46847115415912,41.17740134876224],[-73.46821015407586,41.17742034877454],[-73.46770315391888,41.17754034881467],[-73.46744715383964,41.17760134883502],[-73.46716315374755,41.17759634884338],[-73.46696715367722,41.17747534882615],[-73.46688715364033,41.17728334879123],[-73.4666331535437,41.177031348750305],[-73.46637815344228,41.17670134869416],[-73.46621115338229,41.17659734867931],[-73.46588415327027,41.17648734866854],[-73.46585215325827,41.176458348663914],[-73.46560015316334,41.17622434862644],[-73.46555015314301,41.17615234861401],[-73.4653971530854,41.17601034859126],[-73.46526715304027,41.17595634858498],[-73.46529915298481,41.17481334836041],[-73.46539615281884,41.17138434768663],[-73.46542915276379,41.17024234746219]]]},"properties":{"name":354,"geoid":"09001035400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.53260719361106,41.498737409213035],[-73.53154419327069,41.49880640926174],[-73.53076819301897,41.49880140928656],[-73.53026919285448,41.49875340929384],[-73.52975519267576,41.49854640927077],[-73.52966119264136,41.4984794092609],[-73.5295791926114,41.49842140925238],[-73.5294171925482,41.49823940922248],[-73.52934119251857,41.49815440920852],[-73.5293581925141,41.497984409175],[-73.52942219250703,41.497511409081135],[-73.5294351925093,41.49747840907432],[-73.52974219256727,41.4967724089272],[-73.52979719257355,41.49657640888738],[-73.52982719255255,41.496053408784974],[-73.52963719246047,41.495534408690645],[-73.5296331924584,41.495521408688255],[-73.5293301923252,41.49492540858275],[-73.52913119224594,41.49467340854048],[-73.52888119214632,41.49435640848731],[-73.52860719203227,41.49392640841304],[-73.52859019202398,41.49387940840448],[-73.52848519197222,41.49357740834941],[-73.52840119193749,41.493449408327386],[-73.52834619191056,41.49329440829915],[-73.52828119186398,41.49286040821714],[-73.52807419176054,41.49224140810397],[-73.5280581917519,41.492182408093065],[-73.52800119172069,41.49196540805287],[-73.52785719164989,41.49155440797795],[-73.52765519155712,41.49108940789448],[-73.52755919151876,41.49096640787381],[-73.52726619140694,41.49067840782769],[-73.52720419138495,41.49064640782354],[-73.52684419126116,41.49052440781185],[-73.52651819115079,41.49044340780696],[-73.52539319077066,41.49017740779274],[-73.5248561905837,41.489956407767714],[-73.52471019053351,41.48990740776306],[-73.52433319040391,41.48978040775094],[-73.52376419021505,41.48970340775491],[-73.52333819007896,41.48973640777545],[-73.52326919005725,41.489747407779895],[-73.52256618983606,41.48985940782495],[-73.52227518974559,41.48992440784721],[-73.52080718928953,41.49025740796056],[-73.51951918889007,41.490561408062284],[-73.51932318882905,41.490603408076936],[-73.51913518877059,41.49064540809133],[-73.51871018863238,41.4906364081037],[-73.51845118854553,41.490586408102594],[-73.51832618850342,41.49055940810151],[-73.5178821883539,41.49046240809744],[-73.51750518822698,41.49038140809426],[-73.51654818790517,41.490181408087224],[-73.51610418775591,41.49008940808412],[-73.5163821878219,41.489679407995375],[-73.51646318784097,41.48955740796903],[-73.51677018791301,41.48909040786826],[-73.51709818799023,41.48859540776135],[-73.51756418810551,41.48798740762794],[-73.51805918823999,41.487546407525976],[-73.51831318830801,41.48730340747042],[-73.51922518855515,41.4864804072805],[-73.51982618871811,41.48593940715561],[-73.5201301888021,41.4856924070976],[-73.5201351888035,41.48568840709667],[-73.52029518884365,41.48548940705275],[-73.52048818889219,41.48525140700017],[-73.52065218892747,41.48494740693577],[-73.5206921889331,41.48482240691019],[-73.52077318894476,41.484574406859394],[-73.52077518894501,41.48456740685797],[-73.5207841889357,41.48435940681732],[-73.52082618892742,41.48398640674357],[-73.52082818892725,41.4839724067408],[-73.52084018890952,41.483604406669016],[-73.5209681888698,41.48222140639648],[-73.52100718885825,41.48180940631525],[-73.52101918885181,41.481633406280714],[-73.52108318883292,41.48095840614764],[-73.52113918881734,41.480384406034446],[-73.5212411887651,41.47893140574915],[-73.52128918874098,41.47825540561642],[-73.52136818871634,41.477399405447734],[-73.52137818871569,41.4773334054346],[-73.52151418871209,41.476521405272536],[-73.5216141886983,41.47573440511653],[-73.52182918871294,41.47479740492759],[-73.5218421887053,41.474595404887964],[-73.52186218869512,41.47431140483219],[-73.5218071886546,41.473924404758925],[-73.52174418861999,41.47368240471406],[-73.52164218857604,41.473496404681356],[-73.5215621885416,41.473351404655894],[-73.52126918842514,41.4729844045944],[-73.52113818837303,41.47281940456673],[-73.52113518837189,41.47281640456625],[-73.52080518824323,41.47244540450522],[-73.52070618820461,41.47233440448696],[-73.52029918803271,41.47165140436795],[-73.52016118795642,41.47111340426813],[-73.52014018794459,41.47102740425215],[-73.52009918790729,41.47061840417414],[-73.52009618789137,41.47036340412476],[-73.52009618789108,41.47035840412377],[-73.52003018782534,41.469602403979266],[-73.52000818780338,41.469349403930906],[-73.5199191877696,41.469265403917554],[-73.5198931877598,41.46924140391377],[-73.51959718765517,41.469092403894656],[-73.51948918761701,41.46903840388779],[-73.5189371874195,41.4687194038442],[-73.5189151874116,41.468706403842404],[-73.5177991870279,41.46832840380608],[-73.51720318682908,41.46823040380684],[-73.51710318679577,41.46821440380705],[-73.51647418658635,41.468118403809285],[-73.51627318651931,41.46808540380957],[-73.5158411863735,41.4679854038045],[-73.51552418626918,41.46795740380957],[-73.51532718620729,41.46799040382251],[-73.51512418614635,41.46807240384516],[-73.51509318613806,41.46810240385203],[-73.51440618595579,41.46878940400813],[-73.51421018590274,41.46896740404917],[-73.51378518578115,41.469241404116445],[-73.51157318513383,41.470422404419004],[-73.51154018512372,41.47043240442206],[-73.511176185013,41.47055540445799],[-73.51014618468889,41.4707184045238],[-73.50940218445454,41.47083240457061],[-73.50906918434973,41.47088440459173],[-73.50840718414346,41.47102440464087],[-73.50810618405036,41.47109940466541],[-73.50720418377222,41.471339404741904],[-73.50647818354845,41.47153440480383],[-73.50614418344546,41.47162340483217],[-73.50548518324236,41.471800404888384],[-73.50536518320489,41.47182440489701],[-73.50515818314214,41.471898404918235],[-73.50514618313856,41.47190340491961],[-73.50502018310151,41.471967404936215],[-73.50483318304572,41.47204940495832],[-73.50480818303468,41.47199940494946],[-73.50477318301927,41.471929404937015],[-73.50471818299732,41.471859404925276],[-73.50470218299097,41.47183940492193],[-73.504677182982,41.47182440491982],[-73.50425618283002,41.47155840488219],[-73.50412018278057,41.471466404868835],[-73.50386818269065,41.47132540484982],[-73.50383218267815,41.471311404848315],[-73.50333618250686,41.47113040482962],[-73.50288818235282,41.47097840481499],[-73.50206218207497,41.47080340480843],[-73.50134418183202,41.47062740479808],[-73.5010821817421,41.47054140479008],[-73.50098918170893,41.47048940478307],[-73.50078218163513,41.47037440476762],[-73.50020118141902,41.46989840469451],[-73.50011618138743,41.469829404683935],[-73.49986118129269,41.46962240465222],[-73.49977718126148,41.469554404641805],[-73.49947318114353,41.46922240458746],[-73.49931718107577,41.46892840453557],[-73.4992681810544,41.468834404518944],[-73.4987841808663,41.46830040443137],[-73.49822218065661,41.467829404358575],[-73.49770718047102,41.467509404313546],[-73.49754418041383,41.467434404304406],[-73.49683518016491,41.46710640426425],[-73.4955831797208,41.46644940417824],[-73.49494017947912,41.46587940408892],[-73.49358617896056,41.46451540386905],[-73.49267517860714,41.46352040370612],[-73.49232717847606,41.46320740365689],[-73.49220717842636,41.46302240362496],[-73.4920361783466,41.46260640354988],[-73.49203817834719,41.462605403549624],[-73.49210317836004,41.4624654035203],[-73.49340917877552,41.462335403451775],[-73.49461817915588,41.46214240337424],[-73.49652617975417,41.461804403245395],[-73.49673017981951,41.461791403236106],[-73.4967951798395,41.46177340323046],[-73.49701017990587,41.46171740321247],[-73.49757818007986,41.46154640316044],[-73.49783918015986,41.461468403136635],[-73.49799118020452,41.46139040311648],[-73.4981971802651,41.461285403089256],[-73.49843618033368,41.46113440305202],[-73.49858118037533,41.46104340302954],[-73.49861318038462,41.461025403025005],[-73.49870918041255,41.46097140301133],[-73.49874218042225,41.46095440300694],[-73.49881318044292,41.46091440299682],[-73.49902918050599,41.46079640296676],[-73.49910218052734,41.46075740295677],[-73.49911518053113,41.46075040295498],[-73.49951318065375,41.46064240292082],[-73.49965318069486,41.46057040290219],[-73.49979118073543,41.460499402883855],[-73.49997418078527,41.46033840284653],[-73.50001618079676,41.46030240283814],[-73.50026018085713,41.45998340276813],[-73.50039518087421,41.45952840267534],[-73.50054218090764,41.45928640262348],[-73.50078918097174,41.459014402562495],[-73.50096318101978,41.45887240252916],[-73.50123618110054,41.45874140249468],[-73.50163818122374,41.458621402458064],[-73.50200518133998,41.45857640243716],[-73.50205718135676,41.458575402435244],[-73.50304118167529,41.45857140240184],[-73.5035771818482,41.458559402381745],[-73.50518418236678,41.45852540232186],[-73.50572118254007,41.45851440230192],[-73.5054161824076,41.457939402200424],[-73.50538918239597,41.45789040219181],[-73.50448218200629,41.456253401904085],[-73.50436818195645,41.45603340186515],[-73.5040451818151,41.455406401754146],[-73.5039721817802,41.45521440171929],[-73.50375618167655,41.45463940161482],[-73.50368418164204,41.454448401580116],[-73.5035921815942,41.45414040152339],[-73.50331718145102,41.45321640135311],[-73.50326318142292,41.45303540131977],[-73.50323718140694,41.452906401295564],[-73.50284818122478,41.45194740112227],[-73.50283618121931,41.451920401117434],[-73.50249818106519,41.45115840098068],[-73.50227418094744,41.45038640083824],[-73.5021251808778,41.4500214007723],[-73.50209718085996,41.44987140074411],[-73.50217018087628,41.449746400717395],[-73.50253418097357,41.44939440063698],[-73.50262318099603,41.44928540061289],[-73.50272818101895,41.449096400572714],[-73.50288618105368,41.448815400512885],[-73.50306618108112,41.44828840040461],[-73.50308818107754,41.44810540036835],[-73.50304818106277,41.44807440036365],[-73.50298018103899,41.44804440036008],[-73.50280818097882,41.44796840035102],[-73.50263418091878,41.44790540034456],[-73.50251718087843,41.44786340034028],[-73.50263318091423,41.44783340033061],[-73.50298318102229,41.44774240030134],[-73.50310018105849,41.44771340029184],[-73.50533718175916,41.447305400138454],[-73.50956518308345,41.446534399848595],[-73.51048718337225,41.446366399785404],[-73.5120461838598,41.446069399676055],[-73.51428118455878,41.44564439951942],[-73.51566818498874,41.44531539940956],[-73.5198291862787,41.44433039908028],[-73.52121718670902,41.44400239897055],[-73.52301318726526,41.4435683988267],[-73.52840418893504,41.442268398395434],[-73.53020118949165,41.44183539825172],[-73.53052618959026,41.44172239821899],[-73.53069218964201,41.44168839820689],[-73.53143118987263,41.44153939815343],[-73.53160918992768,41.44149539813897],[-73.5322031901128,41.441371398095185],[-73.53270719026992,41.44126739805827],[-73.53306419038162,41.44120039803342],[-73.53413819071771,41.44100039795895],[-73.53449619082976,41.44093439793425],[-73.53558419117027,41.440732397858895],[-73.53602819130832,41.440634397825136],[-73.53615019134536,41.440592397812935],[-73.53633119140075,41.44053739779625],[-73.53674419152108,41.44030839773809],[-73.53692519156299,41.440023397676725],[-73.5370941915996,41.43971439761112],[-73.53702719162368,41.440495397765],[-73.53681419169186,41.442835398226435],[-73.53673419171163,41.443614398380355],[-73.5367331917113,41.44361439838039],[-73.53658519174041,41.444928398640435],[-73.53658419174008,41.44492839864047],[-73.53640719174996,41.446074398868845],[-73.53633519175983,41.446640398981124],[-73.53628819177868,41.44722139909548],[-73.53606519188101,41.45019839968084],[-73.53605619190577,41.45067039977279],[-73.5360471919214,41.45098639983441],[-73.53603719193927,41.451346399904644],[-73.53600119201354,41.452811400190235],[-73.53598719202408,41.45306840024058],[-73.53597719203357,41.453285400283036],[-73.53589319210947,41.45504340062708],[-73.53587219212737,41.4554644007095],[-73.53586319213436,41.45563340074261],[-73.53584319213998,41.45583940078324],[-73.53583719215206,41.45607840082985],[-73.53582319215931,41.45627940086933],[-73.53579919217238,41.45663440093903],[-73.53579119217697,41.45675740096317],[-73.53578419218177,41.4568774009867],[-73.53577019219425,41.45716740104344],[-73.5357321922159,41.45774640115709],[-73.5356071922839,41.45959540152012],[-73.53556919232656,41.46053240170324],[-73.53540919236511,41.462072402007436],[-73.53535519239162,41.46282240215479],[-73.53530519239298,41.463121402214476],[-73.535287192404,41.46340840227078],[-73.53527019240401,41.46350240228958],[-73.53527019243923,41.46410240240603],[-73.53526619243898,41.46412040240964],[-73.5352521924486,41.46436140245688],[-73.53522219244896,41.464533402491256],[-73.53521119244846,41.46458540250171],[-73.53517119245997,41.46500240258397],[-73.53512919247642,41.46551440268471],[-73.5350701924977,41.466202402820194],[-73.53507019249963,41.46623540282659],[-73.53507319253781,41.46686940294952],[-73.5350501925411,41.46705240298579],[-73.53497019255333,41.46770240311459],[-73.53497019255997,41.46781540313652],[-73.53497019257746,41.46811340319435],[-73.53497019259449,41.46840340325062],[-73.53490319260814,41.46900540336966],[-73.53487019261487,41.46930240342839],[-73.53485719262005,41.469462403459865],[-73.53480819264188,41.47010440358605],[-73.53475219265702,41.470671403697935],[-73.53467019267654,41.471456403852976],[-73.53461619270531,41.472244404007654],[-73.53457019272905,41.47290240413686],[-73.53453319274072,41.473305404216276],[-73.53436819280832,41.47536640462163],[-73.53432219281235,41.47568940468582],[-73.53429119281508,41.47590640472895],[-73.53420219282623,41.47658740486403],[-73.53412019283854,41.477249404995185],[-73.53406119285161,41.47779740510345],[-73.53404519285581,41.47795740513502],[-73.53397619289197,41.47895340533054],[-73.53396619289848,41.479119405363065],[-73.5339561929037,41.47926340539132],[-73.53395319291,41.4793874054155],[-73.53394819295163,41.48012340555844],[-73.5338581930188,41.48176340587957],[-73.53325119331076,41.490079407512695],[-73.53322319332473,41.49047140758964],[-73.53318619334453,41.491012407695806],[-73.53287719348978,41.4951864085155],[-73.5327361935572,41.49711040889327],[-73.53269319357554,41.49765940900115],[-73.53260719361106,41.498737409213035]]]},"properties":{"name":2201,"geoid":"09001220100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.53260719361106,41.498737409213035],[-73.53260419361153,41.49876240921799],[-73.53260319361276,41.49878840922305],[-73.53257019362769,41.499224409308695],[-73.53256319363054,41.499311409325806],[-73.53250519365633,41.50006940947468],[-73.53245219366559,41.500519409563694],[-73.5317781938909,41.50806341104866],[-73.53177819389096,41.50806441104884],[-73.53112919410799,41.51532741247823],[-73.53095919416506,41.51723341285329],[-73.5309051941831,41.517837412972135],[-73.53074319423726,41.51964941332869],[-73.53068919425532,41.520253413447534],[-73.52911219375763,41.52048041354396],[-73.52438519226583,41.52116141383306],[-73.52280919176852,41.52138941392962],[-73.52270019173419,41.521406413936546],[-73.52146719134595,41.52159941401493],[-73.51744119007839,41.5222314142712],[-73.5161001896562,41.52244241435664],[-73.51601118962806,41.522454414361924],[-73.51574418954377,41.522492414378156],[-73.51565618951601,41.52250541438361],[-73.51550518946847,41.522529414393276],[-73.51505418932679,41.52260541442299],[-73.51490418927965,41.522630414432804],[-73.51459918918417,41.522687414453976],[-73.51368518889822,41.522862414518265],[-73.51338118880312,41.52292041453962],[-73.51265318857513,41.52305541458997],[-73.5104701878915,41.52346141474115],[-73.50974318766389,41.523597414791666],[-73.50866518732249,41.52373341485382],[-73.50543318629904,41.524142415040444],[-73.50435618595803,41.52427941510276],[-73.50066018479953,41.52494941535534],[-73.50000918459551,41.52506841540001],[-73.48961718135183,41.52718841615584],[-73.48593718020312,41.5279394164235],[-73.48595718020502,41.52786141640774],[-73.48597918019418,41.527555416347695],[-73.48598618019481,41.52752741634203],[-73.4860521802028,41.52729941629567],[-73.486139180221,41.52712941625983],[-73.48617618021214,41.5267744161898],[-73.4862991802285,41.5263744161082],[-73.48632418023456,41.5263394161006],[-73.48639418025171,41.52624541608004],[-73.48641618024932,41.526083416047925],[-73.48638718023223,41.5259524160235],[-73.48610918012707,41.52569641598311],[-73.48579517999227,41.525134415884615],[-73.48564117993432,41.52499741586318],[-73.48551617988575,41.52486041584077],[-73.4854661798613,41.524720415815295],[-73.48546517985065,41.52454441578122],[-73.48550117985809,41.52447241576608],[-73.48545817982036,41.52406741568901],[-73.48543517979567,41.523774415632985],[-73.4853701797682,41.52366541561401],[-73.48534117974711,41.52346641557641],[-73.48534717973953,41.52330441554481],[-73.48508417962817,41.52285941546727],[-73.48500417958049,41.522489415398226],[-73.48500317955236,41.5220164153066],[-73.48494417950752,41.52157841522365],[-73.48489317948359,41.52145241520093],[-73.48485717944173,41.520938415102485],[-73.4848091794152,41.52075141506783],[-73.4847611793886,41.52056341503299],[-73.48470317936045,41.520404415004094],[-73.48469517935445,41.52034641499311],[-73.48483417938981,41.520181414956525],[-73.4849281794063,41.51994341490727],[-73.48493617940201,41.51982641488434],[-73.48492917939687,41.51977741487506],[-73.48486317937142,41.51970841486389],[-73.48470217931201,41.51958541484537],[-73.48402217907041,41.51922441479797],[-73.48387617901504,41.51908741477624],[-73.48386217899487,41.51882141472516],[-73.48386117898768,41.51870441470251],[-73.48377417894916,41.51852841467127],[-73.48366417890462,41.51837741464567],[-73.48360517887569,41.518210414615254],[-73.48354617883803,41.517894414555954],[-73.48315917868058,41.51734941446314],[-73.48307217864094,41.51715441442824],[-73.48299117859025,41.51673841435028],[-73.48298317857495,41.51652241430867],[-73.48277117849129,41.516267414266274],[-73.4824571783713,41.5159574142166],[-73.48225217828619,41.51563941416174],[-73.4819891781669,41.51505941405803],[-73.48156517799372,41.51445041395402],[-73.48147017795146,41.51425541391938],[-73.48117717780761,41.51342241376761],[-73.48111117778011,41.51331841374963],[-73.4807751776556,41.51305241370921],[-73.48071617762085,41.5127864136596],[-73.48062917758462,41.51264941363593],[-73.48058517754734,41.512257413561386],[-73.48043117747008,41.511791413476146],[-73.48035017742022,41.5113894134009],[-73.48031317740347,41.5113084133864],[-73.4802341773733,41.511230413373916],[-73.47964117715846,41.51084441331874],[-73.47934217705073,41.510660413292996],[-73.4792691770397,41.51087541333708],[-73.4791671770124,41.51097341335948],[-73.47908717698905,41.51101741337066],[-73.47895517694803,41.51104741338085],[-73.47846617679177,41.511085413404444],[-73.47813717668966,41.51116241343028],[-73.47780117659397,41.51138741348504],[-73.47753917651703,41.51152341352008],[-73.47732717646245,41.511764413573836],[-73.47690317634422,41.51209141365131],[-73.4764801762171,41.51226141369829],[-73.4760201760798,41.512462413752516],[-73.47572117599276,41.51263041379499],[-73.47566217597412,41.5126384137985],[-73.47540617588801,41.51258541379672],[-73.47531617585561,41.51253041378904],[-73.47464717561496,41.51212441373251],[-73.4743981755211,41.51190041369732],[-73.47426617546078,41.51160141364374],[-73.47417117542095,41.51144741361702],[-73.47373317525593,41.51105441355536],[-73.47339717513353,41.510824413521895],[-73.47297317498285,41.51059841349215],[-73.4726081748442,41.51025141343694],[-73.47241017477538,41.510172413428194],[-73.4723081747409,41.510148413426926],[-73.4721401746932,41.5102634134548],[-73.4719361746322,41.510350413478434],[-73.47181917459474,41.51035841348386],[-73.47143217445574,41.5101274134519],[-73.47134517443226,41.51020741347029],[-73.47116217438762,41.51045741352483],[-73.47094317433017,41.51068841357688],[-73.47091817432126,41.510674413575],[-73.47084617429545,41.51063241356924],[-73.47082217428692,41.51061941356751],[-73.47084617429269,41.51058541356013],[-73.47107617434912,41.5102764134926],[-73.47134717441584,41.509916413413805],[-73.47151717445121,41.50958041334302],[-73.47151617444555,41.50948941332541],[-73.4714961744319,41.509367413302414],[-73.47136217437692,41.509170413268656],[-73.47112317427874,41.50881741320814],[-73.47095117420687,41.50854241316051],[-73.47088917418093,41.5084424131432],[-73.47045217399616,41.50770741301514],[-73.47038517396783,41.50759441299546],[-73.47033817394168,41.50740841296096],[-73.47030017392179,41.5072794129372],[-73.47029217391744,41.50724941293165],[-73.47021217387032,41.50688841286429],[-73.47018417385362,41.50675841284002],[-73.4701601738401,41.5066604128218],[-73.47009117380054,41.50636741276728],[-73.47006817378741,41.506270412749224],[-73.47003917377093,41.506149412726735],[-73.46996017372584,41.50581741266497],[-73.46995117372117,41.505787412659444],[-73.46991517370257,41.50566941263775],[-73.46991117370075,41.50566041263614],[-73.46990217369643,41.50563641263178],[-73.46989917369498,41.505628412630344],[-73.4697741736411,41.50540041259027],[-73.46951617352997,41.50493141250788],[-73.46940917348256,41.50471441246935],[-73.469295173432,41.50448241242812],[-73.46922417339799,41.50429441239402],[-73.46901217329638,41.503733412292256],[-73.46894217326272,41.50354641225833],[-73.46895517326622,41.503534412255554],[-73.46895217326137,41.50346841224285],[-73.46897117325534,41.5032604122019],[-73.46897917325353,41.50318541218708],[-73.46901417325209,41.50296741214364],[-73.46909817326312,41.50269141208732],[-73.46923517329259,41.50243641203333],[-73.46937517332294,41.50218041197907],[-73.46954717336432,41.501935411925835],[-73.46988617344591,41.50145341182113],[-73.47006017348056,41.50108241174341],[-73.47009317347337,41.50077741168317],[-73.4700421734131,41.50003141154018],[-73.46996117334331,41.499288411398766],[-73.46986717326817,41.49852641125408],[-73.46984517325059,41.498348411220306],[-73.4698061732271,41.49816341118571],[-73.46956517308186,41.49701841097161],[-73.46930617294682,41.496146410811065],[-73.46903017280619,41.495273410650874],[-73.46899717278514,41.49509641061762],[-73.46890217273717,41.494803410563954],[-73.46876417267521,41.49450941051149],[-73.4685421725782,41.49408141043583],[-73.46721417203608,41.49217441010991],[-73.46683517187479,41.49151840999522],[-73.4666971718084,41.491148409928],[-73.4659471714754,41.489613409655064],[-73.46578617140607,41.48932040960357],[-73.46540817124323,41.48863140948241],[-73.46510417111189,41.488071409383835],[-73.46477417096928,41.48746240927661],[-73.46458017087149,41.48686640916741],[-73.46452117081962,41.48630740906092],[-73.46447017076812,41.485710408946765],[-73.46447117074251,41.485267408860786],[-73.46435517065011,41.484331408683026],[-73.46436917064204,41.48411640864086],[-73.46436817064136,41.48411040863973],[-73.46434417061415,41.4837784085761],[-73.46429617058025,41.483465408516956],[-73.46429317057866,41.483454408514916],[-73.46424517055051,41.48323940847479],[-73.46431317056347,41.483084408442465],[-73.46431417054048,41.48268640836521],[-73.46430417052055,41.48240140831023],[-73.46441417052625,41.48189040820745],[-73.46455017054826,41.48151340812978],[-73.46455217054874,41.48151040812913],[-73.46470817057886,41.48116140805626],[-73.46495317063494,41.48076340797091],[-73.46529617071779,41.480280407865834],[-73.46611317092639,41.479321407652684],[-73.46620617094909,41.47919440762496],[-73.46666017105996,41.478575407489814],[-73.46723717119428,41.47767640729625],[-73.46735317121384,41.47736840723264],[-73.46735317119622,41.47706740717422],[-73.46735417117968,41.476779407118315],[-73.46739617116414,41.476281407020274],[-73.4674701711713,41.47599440696212],[-73.46757317118865,41.475720406905545],[-73.46776217122934,41.47536940683117],[-73.46781917124329,41.475292406814326],[-73.46793517127198,41.475140406780994],[-73.46797917128127,41.47505540676304],[-73.46802417129093,41.47497140674524],[-73.46811917131427,41.47484440671744],[-73.46813617131856,41.474823406712815],[-73.46835417136613,41.47442940662914],[-73.46843117138295,41.47429040659961],[-73.46852317140338,41.47413040656551],[-73.46855717141118,41.4740754065537],[-73.46895317150236,41.47344140641756],[-73.4690861715331,41.4732304063722],[-73.46928817158468,41.47299340631952],[-73.46932417159395,41.47295240631036],[-73.46962717167334,41.47263140623804],[-73.46983117172417,41.47237040618062],[-73.46990017174184,41.47229040616282],[-73.47001617177176,41.47215940613355],[-73.47010617179495,41.47205740611077],[-73.47026417183626,41.47188840607273],[-73.47059317191263,41.4713724059617],[-73.470634171922,41.47130540594733],[-73.4714241721045,41.4700504056776],[-73.47148617211629,41.469908405647985],[-73.47149917210574,41.46965640559864],[-73.4715611721102,41.46938940554476],[-73.47163617212742,41.46926840551879],[-73.47166517213417,41.4692234055091],[-73.47171317214774,41.469189405500906],[-73.47178117216703,41.46914240548953],[-73.47180717217486,41.46913240548673],[-73.47202517224022,41.46904240546205],[-73.47215317227865,41.46899040544771],[-73.47254817240012,41.468879405413084],[-73.47292117251989,41.468860405397045],[-73.47298217254338,41.46892440540744],[-73.47311417259341,41.469048405427145],[-73.47322817263574,41.469140405441216],[-73.47345117271858,41.46932140546898],[-73.47385617286668,41.469609405511456],[-73.47410617295441,41.469724405525504],[-73.47429317301656,41.46975140552455],[-73.47432217302627,41.46975640552455],[-73.47471017315179,41.46975340551112],[-73.47501017324883,41.469750405500605],[-73.47552417341073,41.469671405468254],[-73.47565217345075,41.46964640545915],[-73.47609717358989,41.469560405427735],[-73.47654517372627,41.46941040538377],[-73.47707517388486,41.46918640532274],[-73.47749717401521,41.469077405287614],[-73.47840517430197,41.468950405232874],[-73.4793481745998,41.46881940517622],[-73.4795661746691,41.468796405164525],[-73.48016017485804,41.46873640513321],[-73.48022417487854,41.46873240513032],[-73.48044417494923,41.4687224051211],[-73.48057617499164,41.46871640511555],[-73.48063517501129,41.46872540511532],[-73.48087217509018,41.46876140511447],[-73.48119417520066,41.46886640512419],[-73.48137717526353,41.46892740512996],[-73.4815691753283,41.46897140513214],[-73.48166617536006,41.468977405130104],[-73.48195417545462,41.46899840512462],[-73.48239117559133,41.468915405094045],[-73.48253217563416,41.468866405079865],[-73.48275017570052,41.46879340505846],[-73.4828091757181,41.468767405051466],[-73.48310517580633,41.468636405016234],[-73.4832491758493,41.468573404999226],[-73.48363617595975,41.468318404936916],[-73.48388017602382,41.46806240487914],[-73.484105176083,41.46782840482628],[-73.48433817614362,41.46757440476925],[-73.48503917632605,41.46681140459794],[-73.48527317638703,41.466558404541075],[-73.48567917649297,41.46612140444281],[-73.48533817637379,41.46597240442519],[-73.4847121761628,41.465833404418944],[-73.48447317608317,41.46579540441949],[-73.48400317592656,41.4657214044207],[-73.48376517584529,41.465650404414795],[-73.48353417576642,41.465581404409065],[-73.48320717565106,41.46542040438865],[-73.48263117544788,41.465137404352795],[-73.48243817537667,41.464989404330474],[-73.48228717531951,41.46484840430809],[-73.48202217521913,41.46460040426874],[-73.48173617510018,41.46415140419105],[-73.48166017506537,41.46397740415979],[-73.48153317500696,41.463682404106734],[-73.4810931747911,41.462430403878265],[-73.48092517470812,41.461942403789116],[-73.48089717469418,41.46185940377392],[-73.48080117465115,41.46165540373752],[-73.4806081745676,41.4612964036742],[-73.4804701745105,41.46108440363762],[-73.48005617433932,41.460451403528445],[-73.47991817428226,41.46024040349206],[-73.47943517408575,41.45955640337526],[-73.47929017402672,41.45935040334008],[-73.47794817348557,41.45753240303158],[-73.47745117328517,41.45685940291737],[-73.47714717316288,41.45645240284841],[-73.47694117308005,41.456177402801835],[-73.47636117283642,41.45522440263603],[-73.47633417282432,41.45516740262585],[-73.47612017272813,41.45470840254381],[-73.47603917269178,41.4545354025129],[-73.47597617266347,41.45440040248877],[-73.47579517258325,41.454031402423134],[-73.47578917258066,41.45402040242119],[-73.47569717254115,41.45385440239201],[-73.47591517260857,41.4537994023741],[-73.47657017281117,41.45363540232057],[-73.47678917287895,41.453581402302845],[-73.4776731731511,41.453338402226386],[-73.47921117362465,41.452916402093514],[-73.4803301739703,41.45262840200054],[-73.48121917424503,41.45240140192703],[-73.48219117454552,41.45215540184707],[-73.48314217483959,41.451916401769175],[-73.48509117543772,41.45134840159433],[-73.48535817551969,41.45127140157054],[-73.48608417575551,41.451282401548625],[-73.48645417586953,41.45118240151697],[-73.48756317621121,41.45088240142197],[-73.48793417632561,41.45078340139046],[-73.48831917644804,41.450744401370144],[-73.4894751768156,41.45062640130893],[-73.4898611769384,41.45058840128876],[-73.49000617698135,41.45051940127056],[-73.49013017702005,41.4504944012616],[-73.49097717728476,41.45032940120149],[-73.49126017737328,41.450275401181635],[-73.4915531774645,41.4502124011597],[-73.4924331777386,41.450025401094244],[-73.49272717783019,41.44996340107247],[-73.49305317793218,41.449901401049615],[-73.49398617822422,41.44972740098491],[-73.49403417823949,41.44972240098237],[-73.49436517834488,41.44969140096538],[-73.49473117845841,41.44960540093654],[-73.49582917879903,41.44934840085027],[-73.49619617891294,41.44926340082159],[-73.49746017930596,41.448983400725346],[-73.50125218048501,41.44814240043638],[-73.50251718087843,41.44786340034028],[-73.50263418091878,41.44790540034456],[-73.50280818097882,41.44796840035102],[-73.50298018103899,41.44804440036008],[-73.50304818106277,41.44807440036365],[-73.50308818107754,41.44810540036835],[-73.50306618108112,41.44828840040461],[-73.50288618105368,41.448815400512885],[-73.50272818101895,41.449096400572714],[-73.50262318099603,41.44928540061289],[-73.50253418097357,41.44939440063698],[-73.50217018087628,41.449746400717395],[-73.50209718085996,41.44987140074411],[-73.5021251808778,41.4500214007723],[-73.50227418094744,41.45038640083824],[-73.50249818106519,41.45115840098068],[-73.50283618121931,41.451920401117434],[-73.50284818122478,41.45194740112227],[-73.50323718140694,41.452906401295564],[-73.50326318142292,41.45303540131977],[-73.50331718145102,41.45321640135311],[-73.5035921815942,41.45414040152339],[-73.50368418164204,41.454448401580116],[-73.50375618167655,41.45463940161482],[-73.5039721817802,41.45521440171929],[-73.5040451818151,41.455406401754146],[-73.50436818195645,41.45603340186515],[-73.50448218200629,41.456253401904085],[-73.50538918239597,41.45789040219181],[-73.5054161824076,41.457939402200424],[-73.50572118254007,41.45851440230192],[-73.50518418236678,41.45852540232186],[-73.5035771818482,41.458559402381745],[-73.50304118167529,41.45857140240184],[-73.50205718135676,41.458575402435244],[-73.50200518133998,41.45857640243716],[-73.50163818122374,41.458621402458064],[-73.50123618110054,41.45874140249468],[-73.50096318101978,41.45887240252916],[-73.50078918097174,41.459014402562495],[-73.50054218090764,41.45928640262348],[-73.50039518087421,41.45952840267534],[-73.50026018085713,41.45998340276813],[-73.50001618079676,41.46030240283814],[-73.49997418078527,41.46033840284653],[-73.49979118073543,41.460499402883855],[-73.49965318069486,41.46057040290219],[-73.49951318065375,41.46064240292082],[-73.49911518053113,41.46075040295498],[-73.49910218052734,41.46075740295677],[-73.49902918050599,41.46079640296676],[-73.49881318044292,41.46091440299682],[-73.49874218042225,41.46095440300694],[-73.49870918041255,41.46097140301133],[-73.49861318038462,41.461025403025005],[-73.49858118037533,41.46104340302954],[-73.49843618033368,41.46113440305202],[-73.4981971802651,41.461285403089256],[-73.49799118020452,41.46139040311648],[-73.49783918015986,41.461468403136635],[-73.49757818007986,41.46154640316044],[-73.49701017990587,41.46171740321247],[-73.4967951798395,41.46177340323046],[-73.49673017981951,41.461791403236106],[-73.49652617975417,41.461804403245395],[-73.49461817915588,41.46214240337424],[-73.49340917877552,41.462335403451775],[-73.49210317836004,41.4624654035203],[-73.49203817834719,41.462605403549624],[-73.4920361783466,41.46260640354988],[-73.49220717842636,41.46302240362496],[-73.49232717847606,41.46320740365689],[-73.49267517860714,41.46352040370612],[-73.49358617896056,41.46451540386905],[-73.49494017947912,41.46587940408892],[-73.4955831797208,41.46644940417824],[-73.49683518016491,41.46710640426425],[-73.49754418041383,41.467434404304406],[-73.49770718047102,41.467509404313546],[-73.49822218065661,41.467829404358575],[-73.4987841808663,41.46830040443137],[-73.4992681810544,41.468834404518944],[-73.49931718107577,41.46892840453557],[-73.49947318114353,41.46922240458746],[-73.49977718126148,41.469554404641805],[-73.49986118129269,41.46962240465222],[-73.50011618138743,41.469829404683935],[-73.50020118141902,41.46989840469451],[-73.50078218163513,41.47037440476762],[-73.50098918170893,41.47048940478307],[-73.5010821817421,41.47054140479008],[-73.50134418183202,41.47062740479808],[-73.50206218207497,41.47080340480843],[-73.50288818235282,41.47097840481499],[-73.50333618250686,41.47113040482962],[-73.50383218267815,41.471311404848315],[-73.50386818269065,41.47132540484982],[-73.50412018278057,41.471466404868835],[-73.50425618283002,41.47155840488219],[-73.504677182982,41.47182440491982],[-73.50470218299097,41.47183940492193],[-73.50471818299732,41.471859404925276],[-73.50477318301927,41.471929404937015],[-73.50480818303468,41.47199940494946],[-73.50483318304572,41.47204940495832],[-73.50502018310151,41.471967404936215],[-73.50514618313856,41.47190340491961],[-73.50515818314214,41.471898404918235],[-73.50536518320489,41.47182440489701],[-73.50548518324236,41.471800404888384],[-73.50614418344546,41.47162340483217],[-73.50647818354845,41.47153440480383],[-73.50720418377222,41.471339404741904],[-73.50810618405036,41.47109940466541],[-73.50840718414346,41.47102440464087],[-73.50906918434973,41.47088440459173],[-73.50940218445454,41.47083240457061],[-73.51014618468889,41.4707184045238],[-73.511176185013,41.47055540445799],[-73.51154018512372,41.47043240442206],[-73.51157318513383,41.470422404419004],[-73.51378518578115,41.469241404116445],[-73.51421018590274,41.46896740404917],[-73.51440618595579,41.46878940400813],[-73.51509318613806,41.46810240385203],[-73.51512418614635,41.46807240384516],[-73.51532718620729,41.46799040382251],[-73.51552418626918,41.46795740380957],[-73.5158411863735,41.4679854038045],[-73.51627318651931,41.46808540380957],[-73.51647418658635,41.468118403809285],[-73.51710318679577,41.46821440380705],[-73.51720318682908,41.46823040380684],[-73.5177991870279,41.46832840380608],[-73.5189151874116,41.468706403842404],[-73.5189371874195,41.4687194038442],[-73.51948918761701,41.46903840388779],[-73.51959718765517,41.469092403894656],[-73.5198931877598,41.46924140391377],[-73.5199191877696,41.469265403917554],[-73.52000818780338,41.469349403930906],[-73.52003018782534,41.469602403979266],[-73.52009618789108,41.47035840412377],[-73.52009618789137,41.47036340412476],[-73.52009918790729,41.47061840417414],[-73.52014018794459,41.47102740425215],[-73.52016118795642,41.47111340426813],[-73.52029918803271,41.47165140436795],[-73.52070618820461,41.47233440448696],[-73.52080518824323,41.47244540450522],[-73.52113518837189,41.47281640456625],[-73.52113818837303,41.47281940456673],[-73.52126918842514,41.4729844045944],[-73.5215621885416,41.473351404655894],[-73.52164218857604,41.473496404681356],[-73.52174418861999,41.47368240471406],[-73.5218071886546,41.473924404758925],[-73.52186218869512,41.47431140483219],[-73.5218421887053,41.474595404887964],[-73.52182918871294,41.47479740492759],[-73.5216141886983,41.47573440511653],[-73.52151418871209,41.476521405272536],[-73.52137818871569,41.4773334054346],[-73.52136818871634,41.477399405447734],[-73.52128918874098,41.47825540561642],[-73.5212411887651,41.47893140574915],[-73.52113918881734,41.480384406034446],[-73.52108318883292,41.48095840614764],[-73.52101918885181,41.481633406280714],[-73.52100718885825,41.48180940631525],[-73.5209681888698,41.48222140639648],[-73.52084018890952,41.483604406669016],[-73.52082818892725,41.4839724067408],[-73.52082618892742,41.48398640674357],[-73.5207841889357,41.48435940681732],[-73.52077518894501,41.48456740685797],[-73.52077318894476,41.484574406859394],[-73.5206921889331,41.48482240691019],[-73.52065218892747,41.48494740693577],[-73.52048818889219,41.48525140700017],[-73.52029518884365,41.48548940705275],[-73.5201351888035,41.48568840709667],[-73.5201301888021,41.4856924070976],[-73.51982618871811,41.48593940715561],[-73.51922518855515,41.4864804072805],[-73.51831318830801,41.48730340747042],[-73.51805918823999,41.487546407525976],[-73.51756418810551,41.48798740762794],[-73.51709818799023,41.48859540776135],[-73.51677018791301,41.48909040786826],[-73.51646318784097,41.48955740796903],[-73.5163821878219,41.489679407995375],[-73.51610418775591,41.49008940808412],[-73.51654818790517,41.490181408087224],[-73.51750518822698,41.49038140809426],[-73.5178821883539,41.49046240809744],[-73.51832618850342,41.49055940810151],[-73.51845118854553,41.490586408102594],[-73.51871018863238,41.4906364081037],[-73.51913518877059,41.49064540809133],[-73.51932318882905,41.490603408076936],[-73.51951918889007,41.490561408062284],[-73.52080718928953,41.49025740796056],[-73.52227518974559,41.48992440784721],[-73.52256618983606,41.48985940782495],[-73.52326919005725,41.489747407779895],[-73.52333819007896,41.48973640777545],[-73.52376419021505,41.48970340775491],[-73.52433319040391,41.48978040775094],[-73.52471019053351,41.48990740776306],[-73.5248561905837,41.489956407767714],[-73.52539319077066,41.49017740779274],[-73.52651819115079,41.49044340780696],[-73.52684419126116,41.49052440781185],[-73.52720419138495,41.49064640782354],[-73.52726619140694,41.49067840782769],[-73.52755919151876,41.49096640787381],[-73.52765519155712,41.49108940789448],[-73.52785719164989,41.49155440797795],[-73.52800119172069,41.49196540805287],[-73.5280581917519,41.492182408093065],[-73.52807419176054,41.49224140810397],[-73.52828119186398,41.49286040821714],[-73.52834619191056,41.49329440829915],[-73.52840119193749,41.493449408327386],[-73.52848519197222,41.49357740834941],[-73.52859019202398,41.49387940840448],[-73.52860719203227,41.49392640841304],[-73.52888119214632,41.49435640848731],[-73.52913119224594,41.49467340854048],[-73.5293301923252,41.49492540858275],[-73.5296331924584,41.495521408688255],[-73.52963719246047,41.495534408690645],[-73.52982719255255,41.496053408784974],[-73.52979719257355,41.49657640888738],[-73.52974219256727,41.4967724089272],[-73.5294351925093,41.49747840907432],[-73.52942219250703,41.497511409081135],[-73.5293581925141,41.497984409175],[-73.52934119251857,41.49815440920852],[-73.5294171925482,41.49823940922248],[-73.5295791926114,41.49842140925238],[-73.52966119264136,41.4984794092609],[-73.52975519267576,41.49854640927077],[-73.53026919285448,41.49875340929384],[-73.53076819301897,41.49880140928656],[-73.53154419327069,41.49880640926174],[-73.53260719361106,41.498737409213035]]]},"properties":{"name":2202,"geoid":"09001220200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.33157012693091,41.47268541080588],[-73.32930712611112,41.47120441059275],[-73.32755912547694,41.470044410424975],[-73.3273501254011,41.46990541040486],[-73.32677512519247,41.46952341034958],[-73.32415512432253,41.46917041036721],[-73.32320312400645,41.46904241037365],[-73.32225012369005,41.468914410380144],[-73.32215012365681,41.46890041038071],[-73.32205012362363,41.46888741038148],[-73.32157512346592,41.46882341038467],[-73.32095712325973,41.46872341038558],[-73.31902112261402,41.46841241038884],[-73.31632712171537,41.46797841039313],[-73.31451912111228,41.467687410396046],[-73.31363212081645,41.467545410397626],[-73.3128741205636,41.467423410398844],[-73.31175312023818,41.46807741056273],[-73.31111312005233,41.46845041065621],[-73.31047411986685,41.46882341074967],[-73.31036911983523,41.46886541076129],[-73.30954611958735,41.46919141085166],[-73.30856411929946,41.4697164109859],[-73.30817011918397,41.46992741103983],[-73.30760911901551,41.470158411103135],[-73.30653811869388,41.47059941122399],[-73.30503411823878,41.47115941138218],[-73.30431411801369,41.47130341143382],[-73.30397811790569,41.47131941144797],[-73.30276211751885,41.47144741151279],[-73.30180311719901,41.47129441151459],[-73.3015621171186,41.47125541151493],[-73.3006021167841,41.47085541146879],[-73.30012211660807,41.47050441141638],[-73.29959411641453,41.47011941135896],[-73.29917811624618,41.469543411260744],[-73.29826611583992,41.467639410920874],[-73.29823411574313,41.466151410632875],[-73.29831411568918,41.464775410362954],[-73.29889011576911,41.46293540998659],[-73.29933811585305,41.46187940976673],[-73.2998341159507,41.46079140953906],[-73.2998611158231,41.458442409081805],[-73.30079411597869,41.4559114085594],[-73.3005701158225,41.454471408286956],[-73.30007411554658,41.45248740791773],[-73.29951411528054,41.451031407653176],[-73.29893811502234,41.449799407432685],[-73.29866611490544,41.44930440734543],[-73.29840411479846,41.44892440728018],[-73.29826911474339,41.44872940724672],[-73.29776111455288,41.44828440717693],[-73.29593411392773,41.44771740712672],[-73.29535611373056,41.44754840711285],[-73.29528611370682,41.44753040711164],[-73.29470811351057,41.44737740710088],[-73.2939491132637,41.44736340712308],[-73.29126411243692,41.448116407357574],[-73.28779911144156,41.450323407900214],[-73.28319611002445,41.451620408303356],[-73.28073910926793,41.45231140851827],[-73.27825410848148,41.45264340866431],[-73.27390910701803,41.4516994086234],[-73.27369710694664,41.45165340862141],[-73.27355110689044,41.451500408596466],[-73.2724071064497,41.450295408399796],[-73.27126410600928,41.44909040820309],[-73.27024410561619,41.448013408027215],[-73.26923210519436,41.4463954077459],[-73.26830810480925,41.444918407489105],[-73.26797210466852,41.44436940739341],[-73.2678721046266,41.4442054073648],[-73.26777110458436,41.444041407336236],[-73.26749410446838,41.44358940725747],[-73.26740810442062,41.443246407193605],[-73.2669791041826,41.44153740687545],[-73.26654910394434,41.439830406557704],[-73.26649010391185,41.43959940651472],[-73.26643210387968,41.439368406471715],[-73.26627510379265,41.43874440635554],[-73.26611810370558,41.438119406239174],[-73.26598810363332,41.43759940614234],[-73.2658581035612,41.437081406045884],[-73.2657891035232,41.436811405995655],[-73.26551710343409,41.43679540600147],[-73.2654661034018,41.43652340595026],[-73.26513710325331,41.435800405820466],[-73.26452510301324,41.435080405700525],[-73.26367910270773,41.434540405623274],[-73.26265710235245,41.434126405576265],[-73.26226610221654,41.43396840555835],[-73.26029010154984,41.43351740553542],[-73.25920610118801,41.43333740553594],[-73.25843910094137,41.433372405567866],[-73.25773510072472,41.43357240562982],[-73.25695110048721,41.433860405711506],[-73.25652410036282,41.43410340577275],[-73.25639110032417,41.43418040579208],[-73.2555271000746,41.434708405923054],[-73.25527210000459,41.434927405974],[-73.25472709985505,41.435396406083015],[-73.2539590996403,41.435988406223295],[-73.2535560995275,41.436297406296575],[-73.25352309951825,41.43632240630252],[-73.25347909950595,41.43635640631059],[-73.2532610994446,41.436517406349026],[-73.25298309936646,41.436724406398376],[-73.25243909920859,41.43704440647842],[-73.25146509892593,41.43761740662174],[-73.2513940989053,41.43765840663204],[-73.25119109884653,41.4377804066624],[-73.2504430986235,41.43811740675241],[-73.25023109856028,41.43821240677785],[-73.25000109848855,41.4382614067949],[-73.24978109841994,41.43830840681125],[-73.24956009835105,41.43835640682783],[-73.24807909790651,41.4389724069961],[-73.2475590977451,41.43909640703723],[-73.24748909771608,41.438987407018345],[-73.24748809771565,41.43898540701799],[-73.24721309760179,41.438558406943976],[-73.24713709756963,41.438428406921176],[-73.24702809752331,41.43823840688781],[-73.24692909748133,41.438067406857805],[-73.24687109745466,41.43793140683326],[-73.24680509742596,41.437805406810924],[-73.24679609742194,41.437786406807525],[-73.24671609738611,41.4376154067769],[-73.24667609736261,41.43743340674281],[-73.24663509734049,41.4372804067144],[-73.24657709731254,41.43712240668559],[-73.24653809728764,41.43691040664564],[-73.24648109725858,41.436727406611936],[-73.24643809722873,41.436452406559866],[-73.24643409722437,41.4363994065497],[-73.24641909720347,41.43612240649633],[-73.24644709720059,41.43591540645516],[-73.24646809719675,41.43573140641868],[-73.24647609719584,41.43567040640658],[-73.24654709719982,41.43534140634028],[-73.24658809720437,41.43519040630956],[-73.2466380972103,41.435012406273316],[-73.24669009721623,41.434823406234855],[-73.24676109722681,41.43460840619073],[-73.24683109723738,41.434398406147594],[-73.24705809727864,41.43383940603147],[-73.24726409732283,41.43344840594869],[-73.24737509734678,41.43324040590461],[-73.24748309737306,41.433089405871705],[-73.2475810973968,41.43295040584147],[-73.24761209740441,41.4329084058323],[-73.24788509747444,41.43258840576113],[-73.24790609747957,41.43255940575479],[-73.24800709750446,41.43242340572504],[-73.24808809752615,41.43234440570703],[-73.24833109759133,41.43210940565337],[-73.24841309761341,41.432031405635506],[-73.2486330976724,41.43181840558688],[-73.24904609778329,41.43142040549596],[-73.24928709784709,41.431172405439845],[-73.24936209786699,41.4310964054226],[-73.24950709790605,41.430958405391024],[-73.24960009793104,41.43086940537068],[-73.24969809795749,41.43077740534957],[-73.2498190979899,41.430659405322665],[-73.24987509800452,41.43059840530896],[-73.249964098028,41.43050540528796],[-73.25007709805757,41.430383405260535],[-73.2502970981155,41.430151405208214],[-73.25042909815129,41.43003040518036],[-73.25055309818508,41.42991940515473],[-73.25059309819544,41.42987440514466],[-73.25068209821876,41.42977840512307],[-73.2507050982237,41.42973540511395],[-73.25073409823011,41.42968340510289],[-73.25086809826529,41.429540405070696],[-73.25093109828293,41.42949240505929],[-73.25100909830326,41.42940640504002],[-73.25137209840062,41.42905540495987],[-73.25178209851302,41.42870040487741],[-73.25194909855676,41.42852040483694],[-73.2521280986042,41.428337404795485],[-73.25244809869038,41.42803340472587],[-73.2536400990117,41.42690740446786],[-73.25424009917145,41.426306404331314],[-73.25485109933592,41.4257254041983],[-73.25681709986279,41.423814403762236],[-73.25755210006022,41.42310840360085],[-73.25758710006939,41.423070403592305],[-73.25865310035053,41.42195640334071],[-73.25924910050956,41.421365403206245],[-73.25954310058805,41.42107440314002],[-73.25998310070106,41.420562403026],[-73.26015610074674,41.42038240298535],[-73.26042710081673,41.420073402916344],[-73.26043410081864,41.420067402914945],[-73.26183910118812,41.418580402579686],[-73.26346310161207,41.4168084021818],[-73.26400510175459,41.416234402052375],[-73.26408510177573,41.41615140203361],[-73.26439910185621,41.41578340195174],[-73.26495110201256,41.41539240185759],[-73.26515510206919,41.415228401819014],[-73.2652011020818,41.41518840180972],[-73.2653261021174,41.41510340178909],[-73.26523410208317,41.41502740177734],[-73.26514110204882,41.41495440176617],[-73.26555210216914,41.41473140170932],[-73.2660881023298,41.41450540164781],[-73.26660710248746,41.414322401595186],[-73.2669401025877,41.41418940155842],[-73.26773710283413,41.41398340149223],[-73.26784810286878,41.413960401484125],[-73.26791710289,41.41394040147796],[-73.26806710293617,41.41389840146487],[-73.26812910295563,41.413887401460705],[-73.2682011029783,41.41387540145601],[-73.268511103075,41.41381040143321],[-73.2688321031758,41.4137544014118],[-73.26896810321887,41.41373640140385],[-73.26923410330312,41.41370240138852],[-73.26968910344792,41.41365640136465],[-73.2698971035149,41.41364840135629],[-73.27018210360733,41.41364940134714],[-73.2706811037686,41.41364140132922],[-73.27127410396454,41.41370640132245],[-73.27130110397353,41.41371040132234],[-73.27161910407939,41.41375840132126],[-73.27207610423041,41.413808401316004],[-73.27269910443937,41.41393040131932],[-73.27416610493158,41.41421940132748],[-73.27456910506655,41.41429440132886],[-73.27519410527589,41.41441140133114],[-73.2757851054738,41.41452140133317],[-73.27661110575042,41.41467540133605],[-73.27756110606782,41.414839401336806],[-73.27757910607389,41.414843401337],[-73.27814810626583,41.41497340134364],[-73.27810610624904,41.41491840133432],[-73.27804610622496,41.414838401320715],[-73.27797410619725,41.4147624013083],[-73.27792810617949,41.41471340130027],[-73.27777710612298,41.41458240127972],[-73.27755610604018,41.414389401249444],[-73.27730810594961,41.414213401223336],[-73.27714610589052,41.414099401206464],[-73.27670510573641,41.41390640118338],[-73.27556610535112,41.41362740116642],[-73.27535510527977,41.41357640116343],[-73.27437810494969,41.41334440115031],[-73.27369910471921,41.41316440113755],[-73.27322610455954,41.413054401131646],[-73.27282610442145,41.41290840111637],[-73.2718831040895,41.41245340105875],[-73.27116710383557,41.41207540100866],[-73.27080110370225,41.41182140097124],[-73.27024610349844,41.41140740090889],[-73.27022810349185,41.41139440090694],[-73.26997010339973,41.41124740088679],[-73.26928910315299,41.41079740082157],[-73.2686881029338,41.41037540075914],[-73.26851810287152,41.4102514007406],[-73.26824310277091,41.410052400710896],[-73.26800010268295,41.40989340068791],[-73.26782510261957,41.40977840067128],[-73.26799510264867,41.40932840057817],[-73.26832310270504,41.40846440039932],[-73.26852010275374,41.408202400341885],[-73.26864010278432,41.408058400309926],[-73.26867910279435,41.4080134002999],[-73.26884810283983,41.407852400263046],[-73.26899610288115,41.40773740023581],[-73.26923610294952,41.40757440019624],[-73.26932310297437,41.407516400182104],[-73.26947210301745,41.407426400159714],[-73.26965410307203,41.40735040013897],[-73.26977310310951,41.40733140013137],[-73.26995910316693,41.407281400115544],[-73.2700381031916,41.40726540010984],[-73.27014410322472,41.40724440010227],[-73.27032110327961,41.40720140008813],[-73.27068810339192,41.407086400053714],[-73.27113810352968,41.40694640001175],[-73.27177710372251,41.40669939994274],[-73.27196010377777,41.40662939992313],[-73.2720361038005,41.40659639991422],[-73.27207510381216,41.40657939990962],[-73.27213410382977,41.40655339990264],[-73.27218010384352,41.406533399897235],[-73.27234210389199,41.40646339987831],[-73.27283910404363,41.40630039983033],[-73.27319410415268,41.40619639979845],[-73.27379610433772,41.40602239974488],[-73.27411210443188,41.4058793997067],[-73.27465510458909,41.405554399625665],[-73.27480310463126,41.40545439960136],[-73.27496910467767,41.405326399571024],[-73.27510810471827,41.405249399551465],[-73.27530810478066,41.405207399536756],[-73.27550410484147,41.40516039952119],[-73.27594410497916,41.40507539949023],[-73.27629610509139,41.40504339947246],[-73.27638710512048,41.40503639946813],[-73.27696610530349,41.40495639943358],[-73.27717110536693,41.40490439941675],[-73.27740010543867,41.40486139940087],[-73.27746010545737,41.404848399396386],[-73.27753810548171,41.40483239939071],[-73.27764210551439,41.40481439938381],[-73.27770310553362,41.40480539938005],[-73.27799410565044,41.4051943994462],[-73.2782061057347,41.405463399491595],[-73.27832510578193,41.40561339951688],[-73.27865910591312,41.40601039958319],[-73.27921410613874,41.406801399718894],[-73.27950710625683,41.40720139978713],[-73.27968110632843,41.40746439983259],[-73.27994110643525,41.40785439989994],[-73.28015210652057,41.408147399950025],[-73.28024410655415,41.40821239995965],[-73.2803691065957,41.40823039995906],[-73.28051510664295,41.40822939995408],[-73.28072710670774,41.4081613999339],[-73.28246410723864,41.407607399769184],[-73.28304410741598,41.407423399714375],[-73.28321510748859,41.407720399766546],[-73.28347810760006,41.40817439984625],[-73.28374810771238,41.40860339992086],[-73.28393110778853,41.40889439997148],[-73.28394510781499,41.40927340004476],[-73.28395010781729,41.409285400046926],[-73.2839981078398,41.40940540006871],[-73.28411810788447,41.40950540008421],[-73.28424010792743,41.409564400091696],[-73.28436210797084,41.40963140010073],[-73.28480910812226,41.40974440010806],[-73.28496610817447,41.4097674001074],[-73.28513710823132,41.409792400106646],[-73.28535810830256,41.40978540009803],[-73.28553910836092,41.40978040009114],[-73.2857041084151,41.40979240008805],[-73.286053108529,41.40980640007933],[-73.28616710856666,41.40981840007793],[-73.286259108597,41.409827400076665],[-73.28656810869761,41.4098354000681],[-73.28659210870526,41.40983340006692],[-73.28702310884384,41.40981440004908],[-73.2872721089228,41.409784400035086],[-73.28744010897674,41.40977540002782],[-73.28766510905018,41.4097844000222],[-73.28786710911871,41.40983740002589],[-73.28821010923271,41.409886400024185],[-73.28862010936645,41.40990140001365],[-73.28892510946402,41.409879399999376],[-73.28920910955452,41.40985239998481],[-73.28943410962484,41.40980739996867],[-73.29013310983956,41.40960339990607],[-73.29024510987344,41.409561399894216],[-73.29062110998736,41.40942439985524],[-73.29082211004683,41.40932639982959],[-73.29098311009584,41.40927139981359],[-73.29106811012095,41.40922939980266],[-73.29119111015845,41.409188399790644],[-73.29140511022524,41.409144399775066],[-73.29114711018792,41.40994439993915],[-73.29103411019821,41.41075540010063],[-73.29101511020033,41.410898400129064],[-73.29109211029265,41.41206240035297],[-73.29110511029918,41.412102400360325],[-73.29133611041532,41.41281540049144],[-73.2915171105011,41.41328440057675],[-73.2919911106996,41.414059400711956],[-73.29251411090867,41.414743400827845],[-73.29292511106765,41.41518840090091],[-73.29311311114033,41.41539140093423],[-73.29426911155905,41.416152401044336],[-73.29465411169424,41.416332401066704],[-73.29581211210086,41.41687340113395],[-73.29619811223644,41.41705440115649],[-73.29768111275432,41.41769740123289],[-73.29871911311679,41.41814740128635],[-73.30027311366341,41.41888940137968],[-73.30100511392446,41.419300401435585],[-73.30199011427892,41.41990840152151],[-73.30336711477439,41.420757401641424],[-73.30376211491775,41.42102240167999],[-73.30431611511905,41.42139740173474],[-73.3071611161527,41.423323402015875],[-73.30811011649753,41.423966402109755],[-73.30811611649906,41.423959402108196],[-73.30818611652036,41.42393540210123],[-73.30821311652662,41.423892402092],[-73.30827311654082,41.42380140207232],[-73.30829511654174,41.42369440205079],[-73.30819411650262,41.42358440203271],[-73.30816611649222,41.423561402029165],[-73.3080631164539,41.423476402016014],[-73.30848111657825,41.42328440196496],[-73.30872211664969,41.423169401934686],[-73.309080116756,41.42300140189028],[-73.30967411693628,41.422790401829744],[-73.30973711695543,41.42276840182338],[-73.31033611713646,41.42254240175977],[-73.31073911725571,41.42234640170841],[-73.31086211729216,41.42228740169291],[-73.3113901174479,41.42202240162404],[-73.31162511751809,41.42191940159631],[-73.31233111772907,41.421611401513225],[-73.31256711779963,41.42150940148564],[-73.31288511789471,41.42137140144836],[-73.31298711792526,41.42132840143666],[-73.3131521179748,41.421260401417996],[-73.31332111802661,41.42120940140253],[-73.31363011811794,41.42105740136284],[-73.31382511817478,41.42094740133504],[-73.31421011828633,41.42071940127804],[-73.31446511836029,41.42056940124051],[-73.31460711840178,41.42049140122067],[-73.31471411844329,41.42060940124013],[-73.31479411847437,41.4206984012548],[-73.31506011857455,41.420939401292934],[-73.31517911861937,41.421047401310034],[-73.31525711864947,41.42113040132361],[-73.31547411873318,41.42136140136141],[-73.31549211874018,41.421381401364684],[-73.31556811876985,41.42146840137913],[-73.31560311878351,41.42150840138575],[-73.31571111882548,41.421628401405535],[-73.31574711883951,41.42166940141232],[-73.31577611885136,41.42171140141955],[-73.31577811885211,41.42171340141985],[-73.31584711888026,41.42181340143705],[-73.31586711888814,41.42183740144105],[-73.31590011890115,41.421877401447766],[-73.31655411910494,41.421736401398846],[-73.31672211915736,41.421701401386514],[-73.31733311934974,41.4216044013476],[-73.31762311944212,41.42157640133264],[-73.3178601195148,41.42150540131104],[-73.31815311960025,41.42134140126952],[-73.31826511963527,41.42131940126156],[-73.31849211970913,41.42132440125509],[-73.31872811978596,41.421330401248504],[-73.3190871199033,41.42134740124],[-73.31916111992726,41.421347401237576],[-73.3199021201615,41.42124540119341],[-73.32013312023184,41.42116740117064],[-73.3208511204505,41.42092540110001],[-73.32295412109106,41.42021840089345],[-73.32389512137766,41.41990240080109],[-73.3238561213638,41.419881400798275],[-73.32376112133024,41.41983340079206],[-73.32373812132221,41.41982340079089],[-73.32369812130825,41.419806400788886],[-73.3237661213227,41.41967540076117],[-73.32380812133081,41.41958040074132],[-73.32385312133972,41.4194824007208],[-73.323955121366,41.41936540069468],[-73.3240241213826,41.41926640067315],[-73.32412512140716,41.41912540064243],[-73.32431312146524,41.41907640062672],[-73.32433712147272,41.41907140062497],[-73.32444612150076,41.418945400596876],[-73.32447212150605,41.41889140058553],[-73.3250101216878,41.41901940059274],[-73.32662412223318,41.41940440061459],[-73.327162122415,41.41953340062199],[-73.32725412244615,41.41955640062344],[-73.32753012253966,41.41962640062799],[-73.32762212257086,41.41965040062963],[-73.32808512272582,41.41973540063093],[-73.32814712274656,41.41974640063105],[-73.32972612327502,41.42003540063535],[-73.3302521234511,41.42013240063694],[-73.33041312348489,41.419815400569995],[-73.3304241234873,41.419795400565754],[-73.33094312359684,41.418784400352095],[-73.33111612363344,41.41844840028106],[-73.33112112363452,41.41843940027917],[-73.33113812363852,41.41841340027356],[-73.33114412364,41.41840540027179],[-73.33128212368605,41.41842840027174],[-73.33133012370213,41.41843740027191],[-73.33162012379734,41.418458400266466],[-73.33170412382474,41.41846140026429],[-73.33171912382964,41.41846240026398],[-73.33180112385645,41.41846640026207],[-73.33192912389833,41.418473400259224],[-73.33210912395735,41.41848540025563],[-73.33251012408894,41.4185134002479],[-73.33290012421757,41.418552400242675],[-73.3331641243047,41.41857940023925],[-73.33354512443032,41.418616400233915],[-73.3339651245685,41.41865240022711],[-73.33439312470985,41.418698400222006],[-73.33557412509953,41.41881840020652],[-73.33676612549196,41.41892440018794],[-73.3368181255095,41.418936400188585],[-73.3373411256814,41.41897840017955],[-73.3386851261234,41.41908940015695],[-73.33873912614128,41.41909640015653],[-73.33880612616265,41.41909040015316],[-73.33945912637866,41.41916640014647],[-73.3397591264779,41.41920140014343],[-73.34070312678786,41.419271400126],[-73.34177612714335,41.419405400116766],[-73.34283012748953,41.41948540009769],[-73.34341612768301,41.41954740009047],[-73.34482212814564,41.41966840006776],[-73.3453171283079,41.41970040005769],[-73.34568212842849,41.41974040005346],[-73.34604612854848,41.41977540004832],[-73.3465221287054,41.419821400041606],[-73.3471151289048,41.41994640004641],[-73.34734312898235,41.42000940005118],[-73.34768712909829,41.42008640005482],[-73.34823812928437,41.42021640006196],[-73.34861112940995,41.420297400065465],[-73.34880212947346,41.42032540006462],[-73.34964412975596,41.42049140006921],[-73.34990012984174,41.42054040007031],[-73.35016912992954,41.4205514000636],[-73.35072413010869,41.42053940004301],[-73.35142813033106,41.42044040000061],[-73.35145713033977,41.420428399997334],[-73.35154713036694,41.42039439998776],[-73.35157713037609,41.42038439998483],[-73.35205513052092,41.42021139993547],[-73.3521081305366,41.42018539992867],[-73.35240513062442,41.4200403998907],[-73.35264013069302,41.4199103998577],[-73.35340113091088,41.41941539973641],[-73.35355813095501,41.4192993997087],[-73.35401713108436,41.418965399628654],[-73.35409613110764,41.418925399618274],[-73.35426813115836,41.41883939959588],[-73.35433013117624,41.41880139958647],[-73.35440713119864,41.41875739957537],[-73.35474613129676,41.41855539952495],[-73.35489113133758,41.418449399499565],[-73.35536913147256,41.41810639941714],[-73.35586213161453,41.41780039934143],[-73.35629013173468,41.41748139926532],[-73.3563081317399,41.417470399262584],[-73.35680513188422,41.41718239919023],[-73.3568611318999,41.41714039918023],[-73.35697513193209,41.417058399160524],[-73.35702713194625,41.41701239914988],[-73.35708113196115,41.41696739913936],[-73.35731913203072,41.41683739910624],[-73.35745813207147,41.41676339908727],[-73.35781313217493,41.4165643990369],[-73.35804613224497,41.416470399010954],[-73.35817913228504,41.416418398996484],[-73.35830413232377,41.41638739898633],[-73.35849913238404,41.41633739897019],[-73.35862313242248,41.416307398960285],[-73.35909413257066,41.41623139893],[-73.35929413263361,41.4161993989172],[-73.35973913277844,41.416210398904695],[-73.36034313297509,41.41622639888794],[-73.36047913301903,41.41622439888308],[-73.36101513319198,41.416212398863124],[-73.36107613321177,41.416212398861106],[-73.36152213335673,41.41622039884798],[-73.36205813353017,41.41621639882956],[-73.36236013362796,41.41621539881943],[-73.36316513388978,41.41623239879625],[-73.36366513405294,41.416252398783676],[-73.36368913406078,41.416253398783084],[-73.36420213422728,41.41625839876718],[-73.36440813429327,41.41624539875786],[-73.36461713436006,41.41622939874788],[-73.36489613444937,41.416210398735],[-73.36544513462347,41.416145398704295],[-73.36585613475222,41.416069398675994],[-73.36626713488107,41.41599539864809],[-73.36630413489256,41.4159863986451],[-73.36642313492936,41.41595639863538],[-73.36689013507394,41.415840398597425],[-73.3670471351226,41.41580239858487],[-73.36724813518452,41.415747398567575],[-73.36773713533523,41.41561439852561],[-73.36785113536989,41.41557539851427],[-73.36804913543023,41.415509398494926],[-73.3684261355461,41.41540139846152],[-73.36878213565437,41.41527939842608],[-73.36880713566198,41.415271398423705],[-73.37026213610821,41.414837398291404],[-73.37109413636365,41.41459439821677],[-73.37185813659833,41.41437339814865],[-73.37247913678928,41.41419639809379],[-73.37263513683689,41.414146398078934],[-73.37321913701535,41.41396139802373],[-73.37433213735767,41.41364639792584],[-73.37445713739758,41.413636397919774],[-73.3747431374881,41.413599397903155],[-73.37498813756659,41.41358439789218],[-73.37499013756725,41.41358439789212],[-73.37561513777021,41.4135923978731],[-73.37579713783033,41.413612397871006],[-73.37647913813821,41.41510839813943],[-73.37852713906256,41.419596398944584],[-73.37895313925493,41.42053139911233],[-73.37621113854458,41.423594399798105],[-73.37517213827542,41.42475540005802],[-73.37498713822751,41.424962400104356],[-73.374846138191,41.425120400139704],[-73.37371113790407,41.426510400447285],[-73.37047013708485,41.430483401326285],[-73.37026113702933,41.43069340137398],[-73.37016513700353,41.430784401394845],[-73.36923913675513,41.43167340159812],[-73.3689311366726,41.431970401665986],[-73.36403313541184,41.43758540291856],[-73.35993113438022,41.44270540404858],[-73.3544251328896,41.4477584052117],[-73.35441713288951,41.447801405220304],[-73.35426113285145,41.44801640526722],[-73.3522911323348,41.4501114057391],[-73.3460581307002,41.456743407232715],[-73.34461713032623,41.45834440759114],[-73.34032112921133,41.46311840865987],[-73.34031312920891,41.46312140866071],[-73.34019612917535,41.463196408679124],[-73.34005712913465,41.46327140869827],[-73.33968412903253,41.463594408773275],[-73.33717612837296,41.46623240936818],[-73.3363071281484,41.4672154095877],[-73.33471812773804,41.46901640998976],[-73.33359212744392,41.47023541026356],[-73.33295112728719,41.47111341045516],[-73.3326851272155,41.47136341051247],[-73.33157012693091,41.47268541080588]]]},"properties":{"name":2301,"geoid":"09001230100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.36837413446591,41.397085394900905],[-73.37419513709673,41.409918397205395],[-73.37451513724325,41.41065639733837],[-73.37547613768339,41.41287339773786],[-73.37579713783033,41.413612397871006],[-73.37561513777021,41.4135923978731],[-73.37499013756725,41.41358439789212],[-73.37498813756659,41.41358439789218],[-73.3747431374881,41.413599397903155],[-73.37445713739758,41.413636397919774],[-73.37433213735767,41.41364639792584],[-73.37321913701535,41.41396139802373],[-73.37263513683689,41.414146398078934],[-73.37247913678928,41.41419639809379],[-73.37185813659833,41.41437339814865],[-73.37109413636365,41.41459439821677],[-73.37026213610821,41.414837398291404],[-73.36880713566198,41.415271398423705],[-73.36878213565437,41.41527939842608],[-73.3684261355461,41.41540139846152],[-73.36804913543023,41.415509398494926],[-73.36785113536989,41.41557539851427],[-73.36773713533523,41.41561439852561],[-73.36724813518452,41.415747398567575],[-73.3670471351226,41.41580239858487],[-73.36689013507394,41.415840398597425],[-73.36642313492936,41.41595639863538],[-73.36630413489256,41.4159863986451],[-73.36626713488107,41.41599539864809],[-73.36585613475222,41.416069398675994],[-73.36544513462347,41.416145398704295],[-73.36489613444937,41.416210398735],[-73.36461713436006,41.41622939874788],[-73.36440813429327,41.41624539875786],[-73.36420213422728,41.41625839876718],[-73.36368913406078,41.416253398783084],[-73.36366513405294,41.416252398783676],[-73.36316513388978,41.41623239879625],[-73.36236013362796,41.41621539881943],[-73.36205813353017,41.41621639882956],[-73.36152213335673,41.41622039884798],[-73.36107613321177,41.416212398861106],[-73.36101513319198,41.416212398863124],[-73.36047913301903,41.41622439888308],[-73.36034313297509,41.41622639888794],[-73.35973913277844,41.416210398904695],[-73.35929413263361,41.4161993989172],[-73.35909413257066,41.41623139893],[-73.35862313242248,41.416307398960285],[-73.35849913238404,41.41633739897019],[-73.35830413232377,41.41638739898633],[-73.35817913228504,41.416418398996484],[-73.35804613224497,41.416470399010954],[-73.35781313217493,41.4165643990369],[-73.35745813207147,41.41676339908727],[-73.35731913203072,41.41683739910624],[-73.35708113196115,41.41696739913936],[-73.35702713194625,41.41701239914988],[-73.35697513193209,41.417058399160524],[-73.3568611318999,41.41714039918023],[-73.35680513188422,41.41718239919023],[-73.3563081317399,41.417470399262584],[-73.35629013173468,41.41748139926532],[-73.35586213161453,41.41780039934143],[-73.35536913147256,41.41810639941714],[-73.35489113133758,41.418449399499565],[-73.35474613129676,41.41855539952495],[-73.35440713119864,41.41875739957537],[-73.35433013117624,41.41880139958647],[-73.35426813115836,41.41883939959588],[-73.35409613110764,41.418925399618274],[-73.35401713108436,41.418965399628654],[-73.35355813095501,41.4192993997087],[-73.35340113091088,41.41941539973641],[-73.35264013069302,41.4199103998577],[-73.35240513062442,41.4200403998907],[-73.3521081305366,41.42018539992867],[-73.35205513052092,41.42021139993547],[-73.35157713037609,41.42038439998483],[-73.35154713036694,41.42039439998776],[-73.35145713033977,41.420428399997334],[-73.35142813033106,41.42044040000061],[-73.35072413010869,41.42053940004301],[-73.35016912992954,41.4205514000636],[-73.34990012984174,41.42054040007031],[-73.34964412975596,41.42049140006921],[-73.34880212947346,41.42032540006462],[-73.34861112940995,41.420297400065465],[-73.34823812928437,41.42021640006196],[-73.34768712909829,41.42008640005482],[-73.34734312898235,41.42000940005118],[-73.3471151289048,41.41994640004641],[-73.3465221287054,41.419821400041606],[-73.34604612854848,41.41977540004832],[-73.34568212842849,41.41974040005346],[-73.3453171283079,41.41970040005769],[-73.34482212814564,41.41966840006776],[-73.34341612768301,41.41954740009047],[-73.34283012748953,41.41948540009769],[-73.34177612714335,41.419405400116766],[-73.34070312678786,41.419271400126],[-73.3397591264779,41.41920140014343],[-73.33945912637866,41.41916640014647],[-73.33880612616265,41.41909040015316],[-73.33873912614128,41.41909640015653],[-73.3386851261234,41.41908940015695],[-73.3373411256814,41.41897840017955],[-73.3368181255095,41.418936400188585],[-73.33676612549196,41.41892440018794],[-73.33557412509953,41.41881840020652],[-73.33439312470985,41.418698400222006],[-73.3339651245685,41.41865240022711],[-73.33354512443032,41.418616400233915],[-73.3331641243047,41.41857940023925],[-73.33290012421757,41.418552400242675],[-73.33251012408894,41.4185134002479],[-73.33210912395735,41.41848540025563],[-73.33192912389833,41.418473400259224],[-73.33180112385645,41.41846640026207],[-73.33171912382964,41.41846240026398],[-73.33170412382474,41.41846140026429],[-73.33162012379734,41.418458400266466],[-73.33133012370213,41.41843740027191],[-73.33128212368605,41.41842840027174],[-73.33114412364,41.41840540027179],[-73.33157712371711,41.4173154000456],[-73.33287512394827,41.4140483993676],[-73.33330912402576,41.41295939914155],[-73.33291312387854,41.41263339909114],[-73.33276012382728,41.41260439909054],[-73.33256312376275,41.41259239909467],[-73.33215412362546,41.41251039909216],[-73.33153412341122,41.41228039906782],[-73.33114812328243,41.41221639906804],[-73.33105312325154,41.41221439907077],[-73.33042612304835,41.41221439909137],[-73.33036112302828,41.41223139909681],[-73.33028812300276,41.412199399093],[-73.33021512296125,41.41189139903549],[-73.32998812284005,41.411069398883065],[-73.32974812272606,41.4104443987694],[-73.32959412266605,41.41027039874061],[-73.32931012256755,41.41015839872816],[-73.32912012250318,41.41011039872505],[-73.32869012234913,41.40985639868977],[-73.3285961223152,41.4097963986812],[-73.32849312228147,41.40979039868342],[-73.32823812220025,41.40981439869645],[-73.32809212215172,41.409793398697175],[-73.32805612213899,41.40977539869485],[-73.3278881220758,41.409624398671],[-73.3277061219981,41.40930139861415],[-73.32753812192814,41.40903339856753],[-73.32742912188785,41.40894739855439],[-73.32724612182025,41.40880439853259],[-73.32718012179173,41.40868139851082],[-73.3271951217901,41.40856939848855],[-73.3275661218759,41.40797539836082],[-73.32796212198033,41.40756339826767],[-73.32587412122037,41.40612439805633],[-73.32535312101291,41.405457397943685],[-73.32511112091653,41.405147397891334],[-73.32294712005469,41.402374397422946],[-73.32282412000569,41.40221639739624],[-73.32206211970224,41.401240397231376],[-73.32202311969256,41.401291397242574],[-73.32188611965756,41.40145339727858],[-73.32181211963653,41.40150439729096],[-73.32169011959874,41.40153439730078],[-73.32154111955164,41.401554397309575],[-73.32108111940438,41.4015853973307],[-73.32076011930202,41.40161439734689],[-73.3206581192695,41.401623397352],[-73.32053411922973,41.40163039735742],[-73.32045211920345,41.40163539736109],[-73.32021811912786,41.40163939736954],[-73.32002911906487,41.40160939736992],[-73.31921811878547,41.40132239734069],[-73.31884311865679,41.40119839732889],[-73.31853211854744,41.4010503973103],[-73.3182341184419,41.40089539728992],[-73.31775811827823,41.40073239727384],[-73.31761011822823,41.40069739727189],[-73.31743511817142,41.400695397277254],[-73.31658211790005,41.400782397322175],[-73.31576211763975,41.40087539736719],[-73.31554711757153,41.400900397379104],[-73.31470311730192,41.40096739741985],[-73.31439611720324,41.40098139743265],[-73.31411511711325,41.40099939744537],[-73.31379811703246,41.401378397529506],[-73.31374211701952,41.40146839754885],[-73.31327711691338,41.40223739771373],[-73.31283511681565,41.403023397881164],[-73.3128291168144,41.4030353978837],[-73.3125041167374,41.4035243979895],[-73.31246611671232,41.40330339794776],[-73.31244411669735,41.40316839792222],[-73.31238011666167,41.40291039787412],[-73.31233311663122,41.40264739782449],[-73.31231511661959,41.40254739780562],[-73.31228011660156,41.4024313977842],[-73.31201411651789,41.402475397801496],[-73.31171411642092,41.40247939781212],[-73.31154611636525,41.402458397813554],[-73.31121811625665,41.402418397816525],[-73.31096311617513,41.40243739782859],[-73.31029211597192,41.40268339789847],[-73.30993411586084,41.40276839792675],[-73.30961511576007,41.402813397946],[-73.30939711569275,41.40287039796423],[-73.30933811567456,41.40288639796928],[-73.30899511556518,41.40291739798658],[-73.30866211545712,41.40291439799691],[-73.30811211527853,41.4029083980138],[-73.3077991151826,41.403003398042536],[-73.30766011513744,41.40300139804671],[-73.30756511510475,41.40296839804341],[-73.30751711508658,41.40292339803624],[-73.30720111496719,41.4026293979894],[-73.30647211470115,41.40211439791312],[-73.30568511443165,41.40186439789029],[-73.3054071143371,41.40178739788445],[-73.30467111408055,41.40147539784789],[-73.30437111397993,41.40141639784623],[-73.30432111396318,41.401407397846135],[-73.30392111382251,41.4012163978221],[-73.30371511374697,41.40106439779928],[-73.30366411372212,41.40092039777294],[-73.30357811369048,41.4008553977631],[-73.30341411363462,41.40080839775935],[-73.30324911358902,41.400944397791214],[-73.30303711352946,41.401102397828915],[-73.30297411351542,41.4012123978524],[-73.30292811351313,41.40143039789631],[-73.30290111351809,41.40166739794331],[-73.3027711135179,41.40239239808862],[-73.30276411353215,41.40267739814431],[-73.30276411355594,41.40308839822428],[-73.3028131136015,41.403601398322486],[-73.30281911361745,41.40384339836937],[-73.30292011368131,41.404381398470726],[-73.30296511370557,41.40454839850174],[-73.3030021137227,41.40463739851783],[-73.30293511369624,41.40455539850409],[-73.30238311347244,41.40377939837122],[-73.30183011325002,41.403032398244015],[-73.30164211319321,41.403103398264015],[-73.30150011314915,41.403137398275284],[-73.30057311286,41.403331398343425],[-73.30008511270856,41.40344739838202],[-73.29958711255347,41.403556398419546],[-73.29944111250934,41.40361139843504],[-73.29935411248306,41.40364439844432],[-73.29919511243756,41.403748398469766],[-73.29911311241497,41.40381739848587],[-73.29905211239236,41.40376839847835],[-73.29899511237176,41.40373139847302],[-73.29888511233045,41.403633398457565],[-73.29862011223196,41.40341539842384],[-73.29839011214642,41.40322539839442],[-73.29808011202682,41.40289439834017],[-73.29739011175074,41.40198739818633],[-73.2973781117461,41.4019743981842],[-73.29717211166616,41.40174639814659],[-73.2969671115849,41.40149039810351],[-73.29670411148238,41.40119139805396],[-73.29664111145763,41.40111639804143],[-73.29621211128871,41.4005993979549],[-73.29571511109033,41.3999543978457],[-73.29563911105998,41.39985539782893],[-73.29551211101025,41.39970739780429],[-73.29540911096868,41.399565397780044],[-73.29505611081849,41.39894639767115],[-73.2948181107155,41.39849939759198],[-73.2947661106931,41.39840339757502],[-73.29467111065088,41.3982053975396],[-73.29452311058765,41.39794139749308],[-73.29447011056358,41.39782239747164],[-73.29442811054442,41.39772639745434],[-73.2943061104935,41.39752939742001],[-73.29422211045764,41.397380397393775],[-73.29414911042568,41.39723639736815],[-73.29381711028785,41.39671339727727],[-73.29353011017136,41.396307397207664],[-73.2932981100782,41.39599639715475],[-73.29371211022075,41.39614139716937],[-73.29413511036674,41.39629539718549],[-73.29477011058857,41.39657339721876],[-73.29495311065082,41.396624397222716],[-73.29515211071923,41.39669239722941],[-73.29566011088797,41.39676339722656],[-73.29625411108304,41.396808397215835],[-73.29646711115379,41.3968383972147],[-73.2968191112754,41.396968397228456],[-73.29748911151309,41.39732439727575],[-73.29778611161747,41.39746539729345],[-73.29806611171458,41.39757539730567],[-73.2984411118446,41.39772239732198],[-73.29865711191742,41.397771397324426],[-73.29871111193522,41.39777639732363],[-73.29876811195405,41.397782397322935],[-73.2988921119959,41.39781139732451],[-73.29899611203011,41.39782039732284],[-73.29911211206885,41.397840397322945],[-73.2991941120951,41.39783439731907],[-73.2993141121345,41.39784339731689],[-73.29947311218439,41.39781539730623],[-73.29951711219647,41.397777397297396],[-73.29972811225454,41.39759939725583],[-73.2999101123034,41.39742439721581],[-73.29991411230452,41.39742139721509],[-73.30006511234679,41.39730639718776],[-73.30028111240371,41.39708039713671],[-73.30035611242164,41.396970397112845],[-73.30040411243101,41.39686339709043],[-73.30041911243408,41.39683239708392],[-73.30044211243505,41.39672039706138],[-73.3004801124418,41.396624397041464],[-73.30115411264448,41.3963523969664],[-73.30119511265679,41.39633539696175],[-73.30143811272985,41.39623739693472],[-73.30250211305011,41.39581339681732],[-73.30269111310949,41.395781396804885],[-73.30275011312867,41.39578239680313],[-73.30291111318883,41.39592039682471],[-73.30317111329217,41.396250396880404],[-73.30319011329914,41.3962643968825],[-73.30322911331349,41.39629439688707],[-73.30338611336559,41.39631539688601],[-73.30359811343018,41.39624439686523],[-73.30383611350376,41.39618339684556],[-73.30392611353103,41.39615039683617],[-73.3042101136146,41.39600439679844],[-73.30470711376732,41.39586039675412],[-73.3048981138229,41.39575139672664],[-73.30512411388467,41.39555339668072],[-73.3055911140054,41.39502439656244],[-73.30627911418333,41.39424639638849],[-73.30656911426654,41.394060396342766],[-73.30711211442141,41.393696396254114],[-73.30722811445264,41.3935863962289],[-73.30735211448034,41.393370396182796],[-73.30754811450271,41.392659396038006],[-73.30769311452782,41.392281395959685],[-73.30785511456857,41.392078395914865],[-73.30801811461414,41.3919533958852],[-73.30825711468836,41.391897395866465],[-73.30840311473433,41.391874395857194],[-73.30854111477696,41.39183839584566],[-73.30873511483728,41.39179439583072],[-73.30885211487183,41.3917363958156],[-73.30897511490781,41.39166939579853],[-73.309208114977,41.39156039576968],[-73.30946511505192,41.391416395733216],[-73.30969811512142,41.391312395705334],[-73.30995111519634,41.39119039567329],[-73.30998611520646,41.391169395668065],[-73.31017811526242,41.39106139564073],[-73.3105811153691,41.39064839554714],[-73.31109211550523,41.39013939543132],[-73.31127211555233,41.38994539538765],[-73.31145011559751,41.38972939533978],[-73.31155211560053,41.389210395235416],[-73.31166611561761,41.38886739516492],[-73.31169211562263,41.388808395152594],[-73.31176111563624,41.388657395120944],[-73.31182411564532,41.38846139508072],[-73.31192311566272,41.38820739502804],[-73.311984115666,41.38792239497058],[-73.3119921156445,41.38750639488934],[-73.3120241156328,41.38712439481394],[-73.31210311563757,41.38676439474127],[-73.31214811563034,41.38638739466643],[-73.31218011561867,41.38600639459122],[-73.31220311561148,41.385753394541226],[-73.31222111557682,41.38505339440438],[-73.31225611557336,41.38479739435342],[-73.31228811556609,41.384492394292984],[-73.31229311556677,41.384476394289706],[-73.31242611558824,41.384102394212555],[-73.31271511564371,41.383442394074606],[-73.31288511568485,41.3832013940221],[-73.31299811570538,41.382923393964276],[-73.31301511570939,41.38289739395867],[-73.3130791157249,41.38280739393905],[-73.31316111574189,41.38264139390405],[-73.31326811576123,41.382376393848965],[-73.31334611575689,41.381864393746746],[-73.31338511575275,41.38157439368901],[-73.31339211575212,41.38152439367904],[-73.31339811573372,41.38117239361032],[-73.3133531157023,41.38088139355515],[-73.31309811557627,41.380130393417325],[-73.31287011545862,41.37937339327745],[-73.31281211543175,41.379233393252086],[-73.3127321153945,41.37903739321656],[-73.31269711536744,41.378765393164755],[-73.31271911536953,41.378678393147084],[-73.31272611536474,41.378556393123105],[-73.31274611536486,41.37844639310104],[-73.312836115367,41.37797939300717],[-73.31296711539622,41.377750392958305],[-73.31307411542268,41.377608392927144],[-73.31309711542845,41.377579392920744],[-73.3132341154679,41.3774943928997],[-73.31358111557317,41.37737039286418],[-73.31404511571944,41.37730039283534],[-73.31444511584769,41.37727739281774],[-73.31484511597354,41.37721239279197],[-73.31535811613065,41.377055392744566],[-73.31569511623086,41.37690039270333],[-73.3159691163124,41.37677539267001],[-73.31621011638366,41.37665739263914],[-73.31631711641683,41.376631392630564],[-73.31652611647793,41.376517392601514],[-73.31662611649948,41.37632939256163],[-73.3166611165071,41.37626539254802],[-73.31678111653048,41.375997392491904],[-73.31686511654277,41.37573939243892],[-73.31688011654505,41.375694392429665],[-73.3169521165598,41.375546392398505],[-73.31704511657878,41.37535339235787],[-73.31705111658015,41.37534339235573],[-73.31726511663575,41.37510639230257],[-73.31734511665792,41.37504139228728],[-73.3175061167025,41.3749103922565],[-73.31767211674848,41.37477539222478],[-73.31845811697124,41.37422439209171],[-73.31856011700019,41.374153392074554],[-73.31925511719781,41.37367739195907],[-73.3194441172499,41.37351939192211],[-73.31976811733823,41.373231391855406],[-73.32026811747383,41.37277539175021],[-73.32066811758138,41.37239439166292],[-73.32075811760636,41.372322391645945],[-73.32080811761801,41.37224339162892],[-73.32083611762313,41.372175391614775],[-73.32083911761794,41.372068391593835],[-73.320822117606,41.37195739157278],[-73.32077811757416,41.37165339151504],[-73.3207371175306,41.37112939141434],[-73.32075011752751,41.371003391389394],[-73.32078111753282,41.37092139137242],[-73.32080111753757,41.370891391365916],[-73.32082111754244,41.37086339135982],[-73.32087811755743,41.370803391346264],[-73.32097011758295,41.37072939132883],[-73.32103311760088,41.3706863913184],[-73.32108511761577,41.37065239131007],[-73.3215771177661,41.37049639126354],[-73.32192111787182,41.370397391232984],[-73.32222111796405,41.3703113912064],[-73.32261911808659,41.37020139117193],[-73.32291111817663,41.37012239114697],[-73.32354811837463,41.36997839109802],[-73.32382911846348,41.36994039108141],[-73.32401211852138,41.36991639107074],[-73.3242401185943,41.369900391060135],[-73.32446911866757,41.369884391049496],[-73.32551011900212,41.36983839100638],[-73.32583911910886,41.36984139099618],[-73.32644411930532,41.36984939097788],[-73.32684911943697,41.369857390966146],[-73.32707411951009,41.36986139095954],[-73.32760811968787,41.36994439095818],[-73.32794411979798,41.36996639095143],[-73.32836411993358,41.36995839093609],[-73.32873912005367,41.36993439091912],[-73.32910912017044,41.369881390896666],[-73.32936912025218,41.36983839087974],[-73.32956712031383,41.36979539086487],[-73.32974912036943,41.36973739084761],[-73.32991912042056,41.3696693908288],[-73.33031412054008,41.36952339078741],[-73.33055312061126,41.36941539075853],[-73.33065012064017,41.36937239074698],[-73.33100712074588,41.36920039070178],[-73.33140512086527,41.369035390656585],[-73.33169212094664,41.368835390608226],[-73.33190112100048,41.36859539055463],[-73.3322371211173,41.36873339057047],[-73.33252812121856,41.36885439058448],[-73.3330781214109,41.36909939061413],[-73.3332381214666,41.36916639062192],[-73.33357412158365,41.36930839063855],[-73.33358612158781,41.36931339063913],[-73.33395712171621,41.36945539065459],[-73.33419112179722,41.36954539066444],[-73.33438712186447,41.36961039067066],[-73.33452712191253,41.36965739067521],[-73.33483212201642,41.36974539068233],[-73.33500812207707,41.36980839068883],[-73.33512912211813,41.369840390691074],[-73.33515912212835,41.369849390691854],[-73.33522912215277,41.369879390695395],[-73.33551712225179,41.369978390705214],[-73.33561412228426,41.36999639070553],[-73.33590712238234,41.370051390706614],[-73.3360051224152,41.370070390707106],[-73.33641412255571,41.370209390720746],[-73.33681512269317,41.37034039073308],[-73.33731512286816,41.37056539076047],[-73.33783012305472,41.37090639080996],[-73.33820112318912,41.371152390845666],[-73.33858712333337,41.37148439089763],[-73.33914712355185,41.372125391004026],[-73.33967512376334,41.37282439112279],[-73.33989712384903,41.373062391161824],[-73.3400941239255,41.373281391198],[-73.34031412400465,41.37341739121723],[-73.34071412414566,41.373615391242666],[-73.34204512460555,41.37411139129551],[-73.34264512481215,41.37432339131707],[-73.3433951250705,41.37458939134421],[-73.34382612522059,41.37477039136529],[-73.34431612539053,41.374964391386975],[-73.34454012546657,41.375024391391285],[-73.34472612553076,41.375092391398425],[-73.34476212554304,41.37510339139937],[-73.34544012577466,41.3753103914174],[-73.34566712585224,41.37538039142356],[-73.34603612597877,41.37550139143501],[-73.34695512629389,41.37580239146342],[-73.34707712633654,41.37585639146991],[-73.34714012635823,41.37587839147211],[-73.34730812641611,41.375938391478286],[-73.34750212648375,41.376021391488074],[-73.34770512655454,41.37610839149834],[-73.3482071267258,41.376257391510855],[-73.3486891268895,41.37638839152052],[-73.3489091269632,41.37643039152146],[-73.3496531272124,41.37657239152466],[-73.35070912756426,41.37674139152287],[-73.35105412768054,41.376819391526695],[-73.3514011278011,41.37696039154275],[-73.3525241281992,41.37755339162128],[-73.3530401283817,41.37781839165591],[-73.35369112861193,41.378152391699516],[-73.35402012872775,41.37831239171986],[-73.35435612884577,41.37847039173957],[-73.35474212898207,41.378665391764834],[-73.35491812904431,41.378755391776565],[-73.3555141292532,41.37902839181011],[-73.35592012939541,41.379213391832785],[-73.35631412953353,41.379394391855065],[-73.35670312967407,41.379645391891124],[-73.35679412970696,41.37970439189962],[-73.35775113004998,41.3802743919791],[-73.35788713009971,41.38037239199371],[-73.35801413014619,41.38046439200743],[-73.3582481302335,41.38066339203848],[-73.358507130331,41.380898392075714],[-73.35882113044924,41.381183392120846],[-73.35929113062555,41.38159839218617],[-73.35955413072423,41.38183139222287],[-73.35966213076478,41.381927392238005],[-73.35998813088723,41.382218392283924],[-73.359998130891,41.38222739228534],[-73.36010713093079,41.38230439229674],[-73.36035513102127,41.382479392322644],[-73.36056113109724,41.38263939234702],[-73.3606481311288,41.38269739235545],[-73.36201413162372,41.38360239248665],[-73.36221913169796,41.383737392506184],[-73.36232113173523,41.38381039251703],[-73.3627271318835,41.38409939255994],[-73.36286913193517,41.38419739257434],[-73.36292413196338,41.38437639260735],[-73.36308913204799,41.384914392706634],[-73.36314513207657,41.385094392739816],[-73.36323513211843,41.38531339277948],[-73.36350813224496,41.38597039289836],[-73.36359913228718,41.386190392938175],[-73.36364513230822,41.386296392957284],[-73.36393813244199,41.38696639307802],[-73.36401113247538,41.38713439310831],[-73.36455313272255,41.38836939333081],[-73.3674181340298,41.39490639450845],[-73.36774013417664,41.395639394640476],[-73.36837413446591,41.397085394900905]]]},"properties":{"name":2303,"geoid":"09001230300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.26137109737424,41.35512039024088],[-73.26222109762202,41.35464139011976],[-73.26236009766262,41.35456439010021],[-73.26249909770327,41.354488390080846],[-73.26817009935726,41.35130738927558],[-73.26878309953725,41.35098438919257],[-73.27062410007782,41.350015388943554],[-73.27123810025819,41.34969338886072],[-73.27154110034787,41.34954638882216],[-73.27179010042151,41.34942438879024],[-73.27286410073947,41.34890438865378],[-73.27344810091229,41.34862038857934],[-73.27400110107605,41.34835338850921],[-73.27469210127917,41.347993388416455],[-73.27676710188922,41.34691538813851],[-73.2774591020927,41.346556388045904],[-73.27888110251256,41.345848387861416],[-73.28314810377259,41.34372838730866],[-73.28349410387474,41.34355638726381],[-73.28421110408655,41.34320138717117],[-73.28457110419285,41.3430223871245],[-73.29186910634932,41.33942338618424],[-73.29224910646309,41.33926138614023],[-73.2928311066356,41.33898438606718],[-73.29457710715336,41.33815538584847],[-73.29516010732628,41.33787938577559],[-73.29536110738327,41.33773838574152],[-73.29596610755493,41.337317385639665],[-73.2961681076123,41.33717738560576],[-73.29626010763957,41.337133385594186],[-73.2963931076789,41.33706838557716],[-73.29706810787879,41.336743385491715],[-73.29729310794544,41.336635385463296],[-73.29743410798741,41.3365713854462],[-73.2978581081139,41.336383385395685],[-73.29800010815632,41.33632138537895],[-73.29835210826054,41.33615138533429],[-73.2987591083811,41.335956385282955],[-73.29940910857353,41.33564238520047],[-73.29976210867812,41.33547338515599],[-73.30014310878889,41.335254385100825],[-73.30128910912242,41.33460138493602],[-73.30167110923358,41.33438338488103],[-73.302106109362,41.33416738482468],[-73.30250910948094,41.3339663847723],[-73.3050231102232,41.33271838444672],[-73.30515811026311,41.332652384429444],[-73.30586211047098,41.33230338433837],[-73.3059901105087,41.3322383843215],[-73.30770211101294,41.33136738409566],[-73.31322211263871,41.32855938336751],[-73.315063113181,41.32762438312493],[-73.31708211377341,41.32655938285119],[-73.32314211555166,41.323366382030194],[-73.32399311580144,41.32291938191517],[-73.3251631161448,41.32230338175674],[-73.3253761162065,41.32217738172518],[-73.32601711639244,41.32180238163109],[-73.32623111645452,41.3216773815997],[-73.3330631184606,41.31810338067899],[-73.33503011931542,41.32188138135101],[-73.33579611965837,41.32352638164657],[-73.33809612068804,41.32846338253344],[-73.33886312103142,41.330109382829086],[-73.33940412127582,41.33130838304501],[-73.34317912298074,41.339662384549065],[-73.34333612305197,41.3400153846127],[-73.34382312326638,41.34099638478786],[-73.34413812341248,41.341759384926156],[-73.34502312382307,41.343905385315225],[-73.34617312435651,41.34669138582022],[-73.34677912463768,41.34816038608649],[-73.346868124679,41.34837638612564],[-73.34730312487294,41.34929438629018],[-73.34771412506096,41.35024438646173],[-73.34815812526207,41.3512353866402],[-73.34890412562561,41.35334438702648],[-73.35134212667323,41.35780538781524],[-73.35485912838763,41.36774638963543],[-73.36072013092613,41.37879739159403],[-73.3610101310609,41.379502391721715],[-73.3618831314663,41.38161839210485],[-73.36217413160148,41.38232439223267],[-73.36220113161579,41.38242039225048],[-73.36228313165915,41.38271039230422],[-73.36231113167385,41.38280739232218],[-73.36242213172586,41.38308439237242],[-73.36275713188277,41.383919392523914],[-73.36286913193517,41.38419739257434],[-73.3627271318835,41.38409939255994],[-73.36232113173523,41.38381039251703],[-73.36221913169796,41.383737392506184],[-73.36201413162372,41.38360239248665],[-73.3606481311288,41.38269739235545],[-73.36056113109724,41.38263939234702],[-73.36035513102127,41.382479392322644],[-73.36010713093079,41.38230439229674],[-73.359998130891,41.38222739228534],[-73.35998813088723,41.382218392283924],[-73.35966213076478,41.381927392238005],[-73.35955413072423,41.38183139222287],[-73.35929113062555,41.38159839218617],[-73.35882113044924,41.381183392120846],[-73.358507130331,41.380898392075714],[-73.3582481302335,41.38066339203848],[-73.35801413014619,41.38046439200743],[-73.35788713009971,41.38037239199371],[-73.35775113004998,41.3802743919791],[-73.35679412970696,41.37970439189962],[-73.35670312967407,41.379645391891124],[-73.35631412953353,41.379394391855065],[-73.35592012939541,41.379213391832785],[-73.3555141292532,41.37902839181011],[-73.35491812904431,41.378755391776565],[-73.35474212898207,41.378665391764834],[-73.35435612884577,41.37847039173957],[-73.35402012872775,41.37831239171986],[-73.35369112861193,41.378152391699516],[-73.3530401283817,41.37781839165591],[-73.3525241281992,41.37755339162128],[-73.3514011278011,41.37696039154275],[-73.35105412768054,41.376819391526695],[-73.35070912756426,41.37674139152287],[-73.3496531272124,41.37657239152466],[-73.3489091269632,41.37643039152146],[-73.3486891268895,41.37638839152052],[-73.3482071267258,41.376257391510855],[-73.34770512655454,41.37610839149834],[-73.34750212648375,41.376021391488074],[-73.34730812641611,41.375938391478286],[-73.34714012635823,41.37587839147211],[-73.34707712633654,41.37585639146991],[-73.34695512629389,41.37580239146342],[-73.34603612597877,41.37550139143501],[-73.34566712585224,41.37538039142356],[-73.34544012577466,41.3753103914174],[-73.34476212554304,41.37510339139937],[-73.34472612553076,41.375092391398425],[-73.34454012546657,41.375024391391285],[-73.34431612539053,41.374964391386975],[-73.34382612522059,41.37477039136529],[-73.3433951250705,41.37458939134421],[-73.34264512481215,41.37432339131707],[-73.34204512460555,41.37411139129551],[-73.34071412414566,41.373615391242666],[-73.34031412400465,41.37341739121723],[-73.3400941239255,41.373281391198],[-73.33989712384903,41.373062391161824],[-73.33967512376334,41.37282439112279],[-73.33914712355185,41.372125391004026],[-73.33858712333337,41.37148439089763],[-73.33820112318912,41.371152390845666],[-73.33783012305472,41.37090639080996],[-73.33731512286816,41.37056539076047],[-73.33681512269317,41.37034039073308],[-73.33641412255571,41.370209390720746],[-73.3360051224152,41.370070390707106],[-73.33590712238234,41.370051390706614],[-73.33561412228426,41.36999639070553],[-73.33551712225179,41.369978390705214],[-73.33522912215277,41.369879390695395],[-73.33515912212835,41.369849390691854],[-73.33512912211813,41.369840390691074],[-73.33500812207707,41.36980839068883],[-73.33483212201642,41.36974539068233],[-73.33452712191253,41.36965739067521],[-73.33438712186447,41.36961039067066],[-73.33419112179722,41.36954539066444],[-73.33395712171621,41.36945539065459],[-73.33358612158781,41.36931339063913],[-73.33357412158365,41.36930839063855],[-73.3332381214666,41.36916639062192],[-73.3330781214109,41.36909939061413],[-73.33252812121856,41.36885439058448],[-73.3322371211173,41.36873339057047],[-73.33190112100048,41.36859539055463],[-73.33169212094664,41.368835390608226],[-73.33140512086527,41.369035390656585],[-73.33100712074588,41.36920039070178],[-73.33065012064017,41.36937239074698],[-73.33055312061126,41.36941539075853],[-73.33031412054008,41.36952339078741],[-73.32991912042056,41.3696693908288],[-73.32974912036943,41.36973739084761],[-73.32956712031383,41.36979539086487],[-73.32936912025218,41.36983839087974],[-73.32910912017044,41.369881390896666],[-73.32873912005367,41.36993439091912],[-73.32836411993358,41.36995839093609],[-73.32794411979798,41.36996639095143],[-73.32760811968787,41.36994439095818],[-73.32707411951009,41.36986139095954],[-73.32684911943697,41.369857390966146],[-73.32644411930532,41.36984939097788],[-73.32583911910886,41.36984139099618],[-73.32551011900212,41.36983839100638],[-73.32446911866757,41.369884391049496],[-73.3242401185943,41.369900391060135],[-73.32401211852138,41.36991639107074],[-73.32382911846348,41.36994039108141],[-73.32354811837463,41.36997839109802],[-73.32291111817663,41.37012239114697],[-73.32261911808659,41.37020139117193],[-73.32222111796405,41.3703113912064],[-73.32192111787182,41.370397391232984],[-73.3215771177661,41.37049639126354],[-73.32108511761577,41.37065239131007],[-73.32103311760088,41.3706863913184],[-73.32097011758295,41.37072939132883],[-73.32087811755743,41.370803391346264],[-73.32082111754244,41.37086339135982],[-73.32080111753757,41.370891391365916],[-73.32078111753282,41.37092139137242],[-73.32075011752751,41.371003391389394],[-73.3207371175306,41.37112939141434],[-73.32077811757416,41.37165339151504],[-73.320822117606,41.37195739157278],[-73.32083911761794,41.372068391593835],[-73.32083611762313,41.372175391614775],[-73.32080811761801,41.37224339162892],[-73.32075811760636,41.372322391645945],[-73.32066811758138,41.37239439166292],[-73.32026811747383,41.37277539175021],[-73.31976811733823,41.373231391855406],[-73.3194441172499,41.37351939192211],[-73.31925511719781,41.37367739195907],[-73.31856011700019,41.374153392074554],[-73.31845811697124,41.37422439209171],[-73.31767211674848,41.37477539222478],[-73.3175061167025,41.3749103922565],[-73.31734511665792,41.37504139228728],[-73.31726511663575,41.37510639230257],[-73.31705111658015,41.37534339235573],[-73.31704511657878,41.37535339235787],[-73.3169521165598,41.375546392398505],[-73.31688011654505,41.375694392429665],[-73.31686511654277,41.37573939243892],[-73.31678111653048,41.375997392491904],[-73.3166611165071,41.37626539254802],[-73.31662611649948,41.37632939256163],[-73.31652611647793,41.376517392601514],[-73.31631711641683,41.376631392630564],[-73.31621011638366,41.37665739263914],[-73.3159691163124,41.37677539267001],[-73.31569511623086,41.37690039270333],[-73.31535811613065,41.377055392744566],[-73.31484511597354,41.37721239279197],[-73.31444511584769,41.37727739281774],[-73.31404511571944,41.37730039283534],[-73.31358111557317,41.37737039286418],[-73.3132341154679,41.3774943928997],[-73.31309711542845,41.377579392920744],[-73.31307411542268,41.377608392927144],[-73.31296711539622,41.377750392958305],[-73.312836115367,41.37797939300717],[-73.31274611536486,41.37844639310104],[-73.31272611536474,41.378556393123105],[-73.31271911536953,41.378678393147084],[-73.31269711536744,41.378765393164755],[-73.3127321153945,41.37903739321656],[-73.31281211543175,41.379233393252086],[-73.31287011545862,41.37937339327745],[-73.31309811557627,41.380130393417325],[-73.3133531157023,41.38088139355515],[-73.31339811573372,41.38117239361032],[-73.31339211575212,41.38152439367904],[-73.31338511575275,41.38157439368901],[-73.31334611575689,41.381864393746746],[-73.31326811576123,41.382376393848965],[-73.31316111574189,41.38264139390405],[-73.3130791157249,41.38280739393905],[-73.31301511570939,41.38289739395867],[-73.31299811570538,41.382923393964276],[-73.31288511568485,41.3832013940221],[-73.31271511564371,41.383442394074606],[-73.31242611558824,41.384102394212555],[-73.31229311556677,41.384476394289706],[-73.31228811556609,41.384492394292984],[-73.31225611557336,41.38479739435342],[-73.31222111557682,41.38505339440438],[-73.31220311561148,41.385753394541226],[-73.31218011561867,41.38600639459122],[-73.31214811563034,41.38638739466643],[-73.31210311563757,41.38676439474127],[-73.3120241156328,41.38712439481394],[-73.3119921156445,41.38750639488934],[-73.311984115666,41.38792239497058],[-73.31192311566272,41.38820739502804],[-73.31182411564532,41.38846139508072],[-73.31176111563624,41.388657395120944],[-73.31169211562263,41.388808395152594],[-73.31166611561761,41.38886739516492],[-73.31155211560053,41.389210395235416],[-73.31145011559751,41.38972939533978],[-73.31127211555233,41.38994539538765],[-73.31109211550523,41.39013939543132],[-73.3105811153691,41.39064839554714],[-73.31017811526242,41.39106139564073],[-73.30998611520646,41.391169395668065],[-73.30995111519634,41.39119039567329],[-73.30969811512142,41.391312395705334],[-73.30946511505192,41.391416395733216],[-73.309208114977,41.39156039576968],[-73.30897511490781,41.39166939579853],[-73.30885211487183,41.3917363958156],[-73.30873511483728,41.39179439583072],[-73.30854111477696,41.39183839584566],[-73.30840311473433,41.391874395857194],[-73.30825711468836,41.391897395866465],[-73.30801811461414,41.3919533958852],[-73.30785511456857,41.392078395914865],[-73.30769311452782,41.392281395959685],[-73.30754811450271,41.392659396038006],[-73.30735211448034,41.393370396182796],[-73.30722811445264,41.3935863962289],[-73.30711211442141,41.393696396254114],[-73.30656911426654,41.394060396342766],[-73.30627911418333,41.39424639638849],[-73.3055911140054,41.39502439656244],[-73.30512411388467,41.39555339668072],[-73.3048981138229,41.39575139672664],[-73.30470711376732,41.39586039675412],[-73.3042101136146,41.39600439679844],[-73.30392611353103,41.39615039683617],[-73.30383611350376,41.39618339684556],[-73.30359811343018,41.39624439686523],[-73.30338611336559,41.39631539688601],[-73.30322911331349,41.39629439688707],[-73.30319011329914,41.3962643968825],[-73.30317111329217,41.396250396880404],[-73.30291111318883,41.39592039682471],[-73.30275011312867,41.39578239680313],[-73.30269111310949,41.395781396804885],[-73.30250211305011,41.39581339681732],[-73.30143811272985,41.39623739693472],[-73.30119511265679,41.39633539696175],[-73.30115411264448,41.3963523969664],[-73.3004801124418,41.396624397041464],[-73.30044211243505,41.39672039706138],[-73.30041911243408,41.39683239708392],[-73.30040411243101,41.39686339709043],[-73.30035611242164,41.396970397112845],[-73.30028111240371,41.39708039713671],[-73.30006511234679,41.39730639718776],[-73.29991411230452,41.39742139721509],[-73.2999101123034,41.39742439721581],[-73.29972811225454,41.39759939725583],[-73.29951711219647,41.397777397297396],[-73.29947311218439,41.39781539730623],[-73.2993141121345,41.39784339731689],[-73.2991941120951,41.39783439731907],[-73.29911211206885,41.397840397322945],[-73.29899611203011,41.39782039732284],[-73.2988921119959,41.39781139732451],[-73.29876811195405,41.397782397322935],[-73.29871111193522,41.39777639732363],[-73.29865711191742,41.397771397324426],[-73.2984411118446,41.39772239732198],[-73.29806611171458,41.39757539730567],[-73.29778611161747,41.39746539729345],[-73.29748911151309,41.39732439727575],[-73.2968191112754,41.396968397228456],[-73.29646711115379,41.3968383972147],[-73.29625411108304,41.396808397215835],[-73.29566011088797,41.39676339722656],[-73.29515211071923,41.39669239722941],[-73.29495311065082,41.396624397222716],[-73.29477011058857,41.39657339721876],[-73.29413511036674,41.39629539718549],[-73.29371211022075,41.39614139716937],[-73.2932981100782,41.39599639715475],[-73.29319211003754,41.39588739713702],[-73.29254510979209,41.39526839703776],[-73.2924721097641,41.39519339702556],[-73.29232610970817,41.39504439700135],[-73.29188910954079,41.39459839692888],[-73.29188510953928,41.39459439692822],[-73.29176110948983,41.394434396901154],[-73.29165510944866,41.39431639688167],[-73.29148510938155,41.39410839684677],[-73.29147210937641,41.39409239684407],[-73.29135210932515,41.39387839680636],[-73.29122610926618,41.393564396749376],[-73.29116410922539,41.393206396681734],[-73.29110310918793,41.392900396624185],[-73.2910901091799,41.39283439661176],[-73.29102610913876,41.39248139654517],[-73.29097510910744,41.392225396497004],[-73.29096210909941,41.392159396484594],[-73.29091410907195,41.391953396446084],[-73.2908601090464,41.3918143964208],[-73.29081410902228,41.39165439639116],[-73.29073910898823,41.39148639636091],[-73.2907371089873,41.39148139636001],[-73.29070610897126,41.39137739634078],[-73.29065310894586,41.39123539631488],[-73.2905971089239,41.39116939630387],[-73.29058010891724,41.39114939630054],[-73.29036610883306,41.390892396257534],[-73.29029510880513,41.39080739624332],[-73.29013810874814,41.39070139622783],[-73.28966910857775,41.39038339618131],[-73.28951310852115,41.39027839616598],[-73.28925310842598,41.39008939613772],[-73.28922810841689,41.39007239613522],[-73.28834310809712,41.3895013960531],[-73.28804810799055,41.38931139602579],[-73.28800110797354,41.3892803960213],[-73.2867051075066,41.38846739590552],[-73.28641310740065,41.388271395876934],[-73.28626010734305,41.38813239585489],[-73.286090107282,41.388029395840405],[-73.28600110724388,41.387868395811985],[-73.28585210718327,41.387655395775425],[-73.28571210712036,41.38735139572082],[-73.28552610703912,41.38698839565625],[-73.28523210690727,41.38635539554267],[-73.28502210680827,41.385819395445225],[-73.28495010676582,41.385488395383156],[-73.28494010675293,41.38532139535097],[-73.2849241067382,41.38515639531937],[-73.2849331067198,41.38478739524723],[-73.28490610669061,41.3844333951792],[-73.2848841066595,41.38401839509914],[-73.28484010662268,41.38362739502447],[-73.2847951065929,41.383364394974755],[-73.28475610657148,41.38321239494643],[-73.28466610652916,41.382984394905],[-73.28461510650176,41.38279639487007],[-73.28452510645926,41.382565394828035],[-73.28438410639681,41.38227539477622],[-73.28409110627567,41.38182139469742],[-73.28379510615856,41.38145439463567],[-73.28351410604668,41.381093394574584],[-73.28343310601574,41.38101239456147],[-73.28333210597613,41.38089339454163],[-73.2832321059382,41.3807973945262],[-73.28300110585451,41.38064439450399],[-73.28266910573856,41.38049939448663],[-73.28247910567227,41.38041739447689],[-73.28124810524139,41.37986339440935],[-73.28054410499442,41.37953639436874],[-73.27983910474717,41.37921039432837],[-73.27954710464371,41.37905739430814],[-73.27945410461116,41.379015394303],[-73.27922210452996,41.378911394290355],[-73.2791251044945,41.37884139427991],[-73.27846210425884,41.378480394231325],[-73.27831810420744,41.37839839422008],[-73.27794310407364,41.37818539419089],[-73.27786710404625,41.37813739418403],[-73.27763310396286,41.37800639416619],[-73.27720810381147,41.37776939413395],[-73.2767041036312,41.377475394093224],[-73.27654610357469,41.377383394080496],[-73.27639910352175,41.37729139406738],[-73.27620810345485,41.3772043940567],[-73.2759161033525,41.37707039404016],[-73.27564910325742,41.37692239402009],[-73.27546610319237,41.3768223940066],[-73.27521310310468,41.37672339399562],[-73.27486510298407,41.37658739398052],[-73.27444210284003,41.37646639397082],[-73.27418210275151,41.37639239396493],[-73.27405010270613,41.37634739396049],[-73.27365410257016,41.37621439394754],[-73.27352210252485,41.376170393943305],[-73.27336610247123,41.37611739393809],[-73.27332410245683,41.376103393936745],[-73.27311910238572,41.37602239392767],[-73.27290610231192,41.3759393939185],[-73.27275410225919,41.37587939391178],[-73.27255310218824,41.37577839389869],[-73.27232510210537,41.37562239387579],[-73.27186810193524,41.37524039381636],[-73.27173510188084,41.37504439378257],[-73.27166010184779,41.3748923937554],[-73.27152110177805,41.37446439367661],[-73.27149910176017,41.37427839364111],[-73.27150410175095,41.374090393604355],[-73.27156110174883,41.37373339353296],[-73.27168210176559,41.373344393453245],[-73.27195310182498,41.37285139334837],[-73.27207310185207,41.37264739330472],[-73.27209210185667,41.37262039329883],[-73.27213910186347,41.37247439326887],[-73.27214410185297,41.3722643932278],[-73.2721601018449,41.37203439318248],[-73.27214810183159,41.37187139315114],[-73.27208010178867,41.37150939308287],[-73.27170310162523,41.37079339295577],[-73.27166310160551,41.37067639293431],[-73.27118610138712,41.36956939273432],[-73.27106010132616,41.36922039267048],[-73.27087110124042,41.36879539259389],[-73.27084710123009,41.368751392586105],[-73.27083610122133,41.36866139256894],[-73.2708441012072,41.368371392512195],[-73.2708441012067,41.368362392510434],[-73.27088810119362,41.36788839241669],[-73.27098510120157,41.36748139233424],[-73.27100010120292,41.36742039232188],[-73.27104710120487,41.36719039227553],[-73.27105410120218,41.36710439225856],[-73.27104810119378,41.366992392236945],[-73.27102710118126,41.366893392218344],[-73.27102110117643,41.3668433922088],[-73.27101410117037,41.366777392196184],[-73.27096110114368,41.366612392165784],[-73.27089210111308,41.36646939214018],[-73.27074910105291,41.36622939209811],[-73.27056910098224,41.36601539206232],[-73.27050610095802,41.36594939205154],[-73.27026610086574,41.36569739201031],[-73.26997710075295,41.365365391955095],[-73.26994710074126,41.365331391949454],[-73.2696821006353,41.36498239189015],[-73.26951710056977,41.36477339185483],[-73.26935610050394,41.36453639181396],[-73.26918810043655,41.36431139177562],[-73.26906010038522,41.36414039174652],[-73.2689301003325,41.36395639171492],[-73.26878710027555,41.36377239168376],[-73.26862110021196,41.36360239165607],[-73.26852310017439,41.363501391639595],[-73.26834310010707,41.36334539161513],[-73.26768909986093,41.3627513915208],[-73.26698409959835,41.362158391428366],[-73.26685709955149,41.36205939141324],[-73.26670009949267,41.36192139139149],[-73.26656209943994,41.36178239136892],[-73.26646709940657,41.36173739136327],[-73.26643909939692,41.361727391362244],[-73.26622209931301,41.361491391323376],[-73.26606209925028,41.361302391291794],[-73.26598009921766,41.36119739127402],[-73.26576909912866,41.36083939121119],[-73.26557909904469,41.36045039114162],[-73.26540709897057,41.360131391085105],[-73.26528209891809,41.359923391048675],[-73.26523409889798,41.359844391034855],[-73.26485109874629,41.35936539095406],[-73.26455509863084,41.35902639089772],[-73.26441209857248,41.35881739086168],[-73.26431609853013,41.358622390826824],[-73.2642460984975,41.358449390795414],[-73.26421509848288,41.35837039078105],[-73.264142098445,41.3581233907353],[-73.26411909842794,41.35795639070352],[-73.26409909841621,41.35786539068644],[-73.2640120983686,41.35752839062364],[-73.26393109832854,41.35728839057953],[-73.26390409831426,41.357192390561714],[-73.26376409825727,41.35699039052693],[-73.263643098212,41.35688539051044],[-73.26338909811905,41.3567003904827],[-73.26314509803147,41.356552390461864],[-73.2624070977641,41.35606139039034],[-73.26200109761436,41.35574539034205],[-73.26150209742295,41.35522939025783],[-73.26137109737424,41.35512039024088]]]},"properties":{"name":2304,"geoid":"09001230400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.29140511022524,41.409144399775066],[-73.29150511025645,41.409123399767694],[-73.29155411027173,41.40911339976414],[-73.29190511038163,41.409046399739594],[-73.29200511041292,41.409027399732636],[-73.29215611046035,41.40900139972261],[-73.2923861105209,41.408759399667986],[-73.29307811070328,41.40803539950444],[-73.29330911076418,41.407794399449976],[-73.29435611103187,41.40655639917479],[-73.29450911107752,41.40648839915654],[-73.29512011125996,41.40621939908417],[-73.2953271113219,41.40613039906006],[-73.29550111137233,41.40602739903433],[-73.29696711179255,41.4050793988018],[-73.29686911175443,41.40496939878363],[-73.29682711173717,41.40490639877273],[-73.29691911176496,41.404871398762914],[-73.29708111181347,41.40480239874416],[-73.29755111196093,41.40471839871241],[-73.29802711211106,41.40464739868298],[-73.29856411226635,41.40432339860234],[-73.2988131123404,41.4042083985718],[-73.29890811236538,41.404108398549226],[-73.29895911237746,41.40403139853257],[-73.29906111240408,41.40392039850763],[-73.29911311241497,41.40381739848587],[-73.29919511243756,41.403748398469766],[-73.29935411248306,41.40364439844432],[-73.29944111250934,41.40361139843504],[-73.29958711255347,41.403556398419546],[-73.30008511270856,41.40344739838202],[-73.30057311286,41.403331398343425],[-73.30150011314915,41.403137398275284],[-73.30164211319321,41.403103398264015],[-73.30183011325002,41.403032398244015],[-73.30238311347244,41.40377939837122],[-73.30293511369624,41.40455539850409],[-73.3030021137227,41.40463739851783],[-73.30296511370557,41.40454839850174],[-73.30292011368131,41.404381398470726],[-73.30281911361745,41.40384339836937],[-73.3028131136015,41.403601398322486],[-73.30276411355594,41.40308839822428],[-73.30276411353215,41.40267739814431],[-73.3027711135179,41.40239239808862],[-73.30290111351809,41.40166739794331],[-73.30292811351313,41.40143039789631],[-73.30297411351542,41.4012123978524],[-73.30303711352946,41.401102397828915],[-73.30324911358902,41.400944397791214],[-73.30341411363462,41.40080839775935],[-73.30357811369048,41.4008553977631],[-73.30366411372212,41.40092039777294],[-73.30371511374697,41.40106439779928],[-73.30392111382251,41.4012163978221],[-73.30432111396318,41.401407397846135],[-73.30437111397993,41.40141639784623],[-73.30467111408055,41.40147539784789],[-73.3054071143371,41.40178739788445],[-73.30568511443165,41.40186439789029],[-73.30647211470115,41.40211439791312],[-73.30720111496719,41.4026293979894],[-73.30751711508658,41.40292339803624],[-73.30756511510475,41.40296839804341],[-73.30766011513744,41.40300139804671],[-73.3077991151826,41.403003398042536],[-73.30811211527853,41.4029083980138],[-73.30866211545712,41.40291439799691],[-73.30899511556518,41.40291739798658],[-73.30933811567456,41.40288639796928],[-73.30939711569275,41.40287039796423],[-73.30961511576007,41.402813397946],[-73.30993411586084,41.40276839792675],[-73.31029211597192,41.40268339789847],[-73.31096311617513,41.40243739782859],[-73.31121811625665,41.402418397816525],[-73.31154611636525,41.402458397813554],[-73.31171411642092,41.40247939781212],[-73.31201411651789,41.402475397801496],[-73.31228011660156,41.4024313977842],[-73.31231511661959,41.40254739780562],[-73.31233311663122,41.40264739782449],[-73.31238011666167,41.40291039787412],[-73.31244411669735,41.40316839792222],[-73.31246611671232,41.40330339794776],[-73.3125041167374,41.4035243979895],[-73.3128291168144,41.4030353978837],[-73.31283511681565,41.403023397881164],[-73.31327711691338,41.40223739771373],[-73.31374211701952,41.40146839754885],[-73.31379811703246,41.401378397529506],[-73.31411511711325,41.40099939744537],[-73.31439611720324,41.40098139743265],[-73.31470311730192,41.40096739741985],[-73.31554711757153,41.400900397379104],[-73.31576211763975,41.40087539736719],[-73.31658211790005,41.400782397322175],[-73.31743511817142,41.400695397277254],[-73.31761011822823,41.40069739727189],[-73.31775811827823,41.40073239727384],[-73.3182341184419,41.40089539728992],[-73.31853211854744,41.4010503973103],[-73.31884311865679,41.40119839732889],[-73.31921811878547,41.40132239734069],[-73.32002911906487,41.40160939736992],[-73.32021811912786,41.40163939736954],[-73.32045211920345,41.40163539736109],[-73.32053411922973,41.40163039735742],[-73.3206581192695,41.401623397352],[-73.32076011930202,41.40161439734689],[-73.32108111940438,41.4015853973307],[-73.32154111955164,41.401554397309575],[-73.32169011959874,41.40153439730078],[-73.32181211963653,41.40150439729096],[-73.32188611965756,41.40145339727858],[-73.32202311969256,41.401291397242574],[-73.32206211970224,41.401240397231376],[-73.32282412000569,41.40221639739624],[-73.32294712005469,41.402374397422946],[-73.32511112091653,41.405147397891334],[-73.32535312101291,41.405457397943685],[-73.32587412122037,41.40612439805633],[-73.32796212198033,41.40756339826767],[-73.3275661218759,41.40797539836082],[-73.3271951217901,41.40856939848855],[-73.32718012179173,41.40868139851082],[-73.32724612182025,41.40880439853259],[-73.32742912188785,41.40894739855439],[-73.32753812192814,41.40903339856753],[-73.3277061219981,41.40930139861415],[-73.3278881220758,41.409624398671],[-73.32805612213899,41.40977539869485],[-73.32809212215172,41.409793398697175],[-73.32823812220025,41.40981439869645],[-73.32849312228147,41.40979039868342],[-73.3285961223152,41.4097963986812],[-73.32869012234913,41.40985639868977],[-73.32912012250318,41.41011039872505],[-73.32931012256755,41.41015839872816],[-73.32959412266605,41.41027039874061],[-73.32974812272606,41.4104443987694],[-73.32998812284005,41.411069398883065],[-73.33021512296125,41.41189139903549],[-73.33028812300276,41.412199399093],[-73.33036112302828,41.41223139909681],[-73.33042612304835,41.41221439909137],[-73.33105312325154,41.41221439907077],[-73.33114812328243,41.41221639906804],[-73.33153412341122,41.41228039906782],[-73.33215412362546,41.41251039909216],[-73.33256312376275,41.41259239909467],[-73.33276012382728,41.41260439909054],[-73.33291312387854,41.41263339909114],[-73.33330912402576,41.41295939914155],[-73.33287512394827,41.4140483993676],[-73.33157712371711,41.4173154000456],[-73.33114412364,41.41840540027179],[-73.33113812363852,41.41841340027356],[-73.33112112363452,41.41843940027917],[-73.33111612363344,41.41844840028106],[-73.33094312359684,41.418784400352095],[-73.3304241234873,41.419795400565754],[-73.33041312348489,41.419815400569995],[-73.3302521234511,41.42013240063694],[-73.32972612327502,41.42003540063535],[-73.32814712274656,41.41974640063105],[-73.32808512272582,41.41973540063093],[-73.32762212257086,41.41965040062963],[-73.32753012253966,41.41962640062799],[-73.32725412244615,41.41955640062344],[-73.327162122415,41.41953340062199],[-73.32662412223318,41.41940440061459],[-73.3250101216878,41.41901940059274],[-73.32447212150605,41.41889140058553],[-73.32444612150076,41.418945400596876],[-73.32433712147272,41.41907140062497],[-73.32431312146524,41.41907640062672],[-73.32412512140716,41.41912540064243],[-73.3240241213826,41.41926640067315],[-73.323955121366,41.41936540069468],[-73.32385312133972,41.4194824007208],[-73.32380812133081,41.41958040074132],[-73.3237661213227,41.41967540076117],[-73.32369812130825,41.419806400788886],[-73.32373812132221,41.41982340079089],[-73.32376112133024,41.41983340079206],[-73.3238561213638,41.419881400798275],[-73.32389512137766,41.41990240080109],[-73.32295412109106,41.42021840089345],[-73.3208511204505,41.42092540110001],[-73.32013312023184,41.42116740117064],[-73.3199021201615,41.42124540119341],[-73.31916111992726,41.421347401237576],[-73.3190871199033,41.42134740124],[-73.31872811978596,41.421330401248504],[-73.31849211970913,41.42132440125509],[-73.31826511963527,41.42131940126156],[-73.31815311960025,41.42134140126952],[-73.3178601195148,41.42150540131104],[-73.31762311944212,41.42157640133264],[-73.31733311934974,41.4216044013476],[-73.31672211915736,41.421701401386514],[-73.31655411910494,41.421736401398846],[-73.31590011890115,41.421877401447766],[-73.31586711888814,41.42183740144105],[-73.31584711888026,41.42181340143705],[-73.31577811885211,41.42171340141985],[-73.31577611885136,41.42171140141955],[-73.31574711883951,41.42166940141232],[-73.31571111882548,41.421628401405535],[-73.31560311878351,41.42150840138575],[-73.31556811876985,41.42146840137913],[-73.31549211874018,41.421381401364684],[-73.31547411873318,41.42136140136141],[-73.31525711864947,41.42113040132361],[-73.31517911861937,41.421047401310034],[-73.31506011857455,41.420939401292934],[-73.31479411847437,41.4206984012548],[-73.31471411844329,41.42060940124013],[-73.31460711840178,41.42049140122067],[-73.31446511836029,41.42056940124051],[-73.31421011828633,41.42071940127804],[-73.31382511817478,41.42094740133504],[-73.31363011811794,41.42105740136284],[-73.31332111802661,41.42120940140253],[-73.3131521179748,41.421260401417996],[-73.31298711792526,41.42132840143666],[-73.31288511789471,41.42137140144836],[-73.31256711779963,41.42150940148564],[-73.31233111772907,41.421611401513225],[-73.31162511751809,41.42191940159631],[-73.3113901174479,41.42202240162404],[-73.31086211729216,41.42228740169291],[-73.31073911725571,41.42234640170841],[-73.31033611713646,41.42254240175977],[-73.30973711695543,41.42276840182338],[-73.30967411693628,41.422790401829744],[-73.309080116756,41.42300140189028],[-73.30872211664969,41.423169401934686],[-73.30848111657825,41.42328440196496],[-73.3080631164539,41.423476402016014],[-73.30816611649222,41.423561402029165],[-73.30819411650262,41.42358440203271],[-73.30829511654174,41.42369440205079],[-73.30827311654082,41.42380140207232],[-73.30821311652662,41.423892402092],[-73.30818611652036,41.42393540210123],[-73.30811611649906,41.423959402108196],[-73.30811011649753,41.423966402109755],[-73.3071611161527,41.423323402015875],[-73.30431611511905,41.42139740173474],[-73.30376211491775,41.42102240167999],[-73.30336711477439,41.420757401641424],[-73.30199011427892,41.41990840152151],[-73.30100511392446,41.419300401435585],[-73.30027311366341,41.41888940137968],[-73.29871911311679,41.41814740128635],[-73.29768111275432,41.41769740123289],[-73.29619811223644,41.41705440115649],[-73.29581211210086,41.41687340113395],[-73.29465411169424,41.416332401066704],[-73.29426911155905,41.416152401044336],[-73.29311311114033,41.41539140093423],[-73.29292511106765,41.41518840090091],[-73.29251411090867,41.414743400827845],[-73.2919911106996,41.414059400711956],[-73.2915171105011,41.41328440057675],[-73.29133611041532,41.41281540049144],[-73.29110511029918,41.412102400360325],[-73.29109211029265,41.41206240035297],[-73.29101511020033,41.410898400129064],[-73.29103411019821,41.41075540010063],[-73.29114711018792,41.40994439993915],[-73.29140511022524,41.409144399775066]]]},"properties":{"name":2302,"geoid":"09001230200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.41897913720696,41.160810347141485],[-73.41857913708083,41.16086534716536],[-73.41853913706927,41.16088934717136],[-73.41738313673575,41.16158934734622],[-73.41699813662473,41.16182334740463],[-73.41663113652025,41.16207034746499],[-73.41585913630048,41.16258934759183],[-73.41553113620718,41.16281134764603],[-73.41548813619501,41.162841347653305],[-73.41540313617057,41.16289434766646],[-73.41534513615301,41.16291534767247],[-73.41511813608072,41.162934347683624],[-73.4148301359952,41.1630663477189],[-73.41396513573845,41.16346534782532],[-73.41367813565331,41.16359834786074],[-73.41191113512564,41.16435734806716],[-73.41121113491667,41.164659348149186],[-73.40661213354329,41.16663634868667],[-73.40484613301598,41.167396348893234],[-73.40399013275604,41.1676893489786],[-73.40142113197602,41.168570349235125],[-73.40056613171645,41.16886434932064],[-73.40029313163856,41.169045349365014],[-73.39947613140563,41.169589349498196],[-73.39920413132812,41.169771349542714],[-73.39908513129292,41.16982834955776],[-73.39908013129141,41.16983034955831],[-73.39896513125734,41.16988434957265],[-73.39877513120108,41.16997434959648],[-73.39870713118084,41.170005349604764],[-73.39858413114455,41.170065349620536],[-73.39844713110281,41.17011034963383],[-73.39830913106067,41.17015334964676],[-73.39782713091361,41.17030634969248],[-73.39555813022137,41.17102734990786],[-73.39480212999077,41.171268349979776],[-73.39456812991229,41.171219349977854],[-73.39386612967687,41.1710723499721],[-73.39363212959847,41.17102434997035],[-73.39342112952771,41.170980349968644],[-73.39278812931556,41.170849349963746],[-73.3925781292452,41.17080634996222],[-73.3921111290853,41.17065134994719],[-73.39168512894646,41.170632349957415],[-73.38893412805011,41.170512350024026],[-73.38801712775138,41.170473350046436],[-73.38782712768898,41.17045635004932],[-73.3875921276118,41.1704353500529],[-73.38726212750755,41.17047835007213],[-73.38707412744822,41.170503350083166],[-73.38702512742525,41.170379350060514],[-73.38697312740133,41.17025535003795],[-73.38686312735321,41.17003634999871],[-73.38677012731036,41.169813349958126],[-73.38678612720778,41.167934349589984],[-73.38678412719476,41.16771834954778],[-73.38678312717786,41.167429349491265],[-73.38677912715616,41.16707334942174],[-73.38677812714357,41.16685934937989],[-73.38681412712954,41.16641134929106],[-73.38690012713194,41.16596834920158],[-73.3874161271468,41.163317348665956],[-73.38758912715213,41.162434348487494],[-73.38769812716204,41.16199234839744],[-73.38802812719278,41.160667348127355],[-73.38813812720306,41.16022634803746],[-73.38822012716912,41.15917134782832],[-73.38844912717634,41.15800534759263],[-73.38837612713537,41.157702347535725],[-73.38815912701318,41.15679434736512],[-73.38808712697262,41.156492347308365],[-73.38810412697552,41.15644734729902],[-73.3881511269862,41.15636834728201],[-73.3883011270206,41.156122347228944],[-73.38838312704108,41.15601734720572],[-73.38847112706324,41.155907347181305],[-73.38857512708768,41.1557473471466],[-73.38888912716176,41.155268347042565],[-73.3889941271866,41.155109347008],[-73.38902512719392,41.155062346997816],[-73.38914512722121,41.154861346954526],[-73.38932112726143,41.15457034689182],[-73.38963312733772,41.154141346797644],[-73.38963712733877,41.15413734679673],[-73.38978912737412,41.153896346744574],[-73.38981112737922,41.15386134673701],[-73.3899751274151,41.15356234667312],[-73.39002712742692,41.153475346654396],[-73.3901511274555,41.153274346610985],[-73.39034212750182,41.15300534655209],[-73.3905731275474,41.152497346445095],[-73.39067112756982,41.15233534641018],[-73.390750127589,41.15222434638587],[-73.39078812759831,41.152172346374456],[-73.39102612765546,41.15182734629913],[-73.39103812765832,41.15180934629522],[-73.39135312773591,41.15138634620211],[-73.39160712779842,41.15104434612685],[-73.39224712795327,41.150135345927985],[-73.39302912814236,41.14902334568474],[-73.39378412832242,41.14790634544136],[-73.39383012833214,41.147816345422235],[-73.3938921283425,41.147647345387135],[-73.39393212834804,41.14751834536057],[-73.39397412835486,41.14740034533608],[-73.39398812835726,41.14736334532839],[-73.39424612840824,41.14679734520916],[-73.39444312844117,41.14626034509759],[-73.39458912846757,41.145897345021744],[-73.39466012848048,41.14572234498516],[-73.3947541284914,41.14538234491552],[-73.3947881284941,41.14523734488603],[-73.39484012849864,41.14502334484243],[-73.39487512849719,41.144800344797616],[-73.39489912849656,41.14465434476827],[-73.39494912850009,41.14443334472337],[-73.39509712851144,41.143796344593824],[-73.39510012851098,41.14377134458883],[-73.39511212850941,41.14367634456983],[-73.39513712851016,41.14354834454395],[-73.39522412852317,41.14328434448942],[-73.39526112852677,41.14313834445963],[-73.3953711285385,41.14272234437459],[-73.39549012855406,41.14232234429239],[-73.3956201285806,41.142052344235275],[-73.3959861286664,41.14148434411209],[-73.39621612872155,41.141149344038986],[-73.39660712882262,41.14070734393965],[-73.3969541289128,41.14032334385311],[-73.39700312892583,41.140274343841924],[-73.39770512910934,41.13951634367053],[-73.39780512913553,41.1394093436463],[-73.39809512921163,41.13910134357651],[-73.39810512921407,41.13908734357344],[-73.39819712923722,41.13897234354792],[-73.39831312926759,41.13884834351983],[-73.39835212927734,41.13879834350879],[-73.39843512929839,41.13869734348628],[-73.39856812932742,41.13845334343415],[-73.39865312933897,41.13817534337694],[-73.39872312934887,41.13795334333118],[-73.39882112936452,41.13767334327316],[-73.39887312937067,41.13748734323503],[-73.39888012937173,41.1374663432307],[-73.39894512938369,41.13730834319763],[-73.39900312939281,41.137140343162834],[-73.39920012943692,41.13679834308944],[-73.3992561294494,41.136700343068405],[-73.39953412951617,41.136297342980406],[-73.39958812952865,41.13621034296161],[-73.39976112956883,41.13593534290208],[-73.39981512957735,41.13577934286978],[-73.39993612960798,41.13563134283683],[-73.3999991296212,41.1355063428103],[-73.40002812962878,41.13547534280329],[-73.40030112970078,41.13519134273873],[-73.40056612976997,41.13490434267386],[-73.40075412981713,41.1346663426211],[-73.40077412982215,41.134641342615566],[-73.40091812985901,41.13447234257776],[-73.40098712987589,41.13437734255689],[-73.40101312988303,41.13435534255174],[-73.40105612990037,41.13441534256207],[-73.40105312990853,41.13457534259351],[-73.4010671299175,41.134652342608135],[-73.4010761299232,41.13470134261742],[-73.40111312994426,41.134860342647336],[-73.40116912997114,41.13501334267547],[-73.40117112998888,41.135312342733954],[-73.4011861300087,41.13557334278457],[-73.4011901300132,41.135629342795404],[-73.40121013002779,41.135771342822544],[-73.4012531300477,41.1358763428417],[-73.40127213005657,41.135924342850466],[-73.40141613011556,41.13614134288825],[-73.40142213011784,41.13614734288923],[-73.40150013014696,41.136215342899995],[-73.4017891302564,41.136495342945345],[-73.40206513036003,41.13674734298566],[-73.40213913038619,41.136786342990874],[-73.4024241304869,41.136936343010916],[-73.40264113056283,41.13703734302359],[-73.40282713062793,41.137124343034536],[-73.40296113067478,41.13718634304228],[-73.4032981307922,41.13733434306023],[-73.40351913086917,41.137431343071995],[-73.40378213096093,41.137549343086484],[-73.40410113107237,41.13769434310443],[-73.40453213122794,41.137978343145924],[-73.40454413123226,41.1379863431471],[-73.40473113130429,41.13818834318053],[-73.40514313145322,41.13846334322088],[-73.40543413155392,41.138579343234056],[-73.40572413165464,41.13870134324844],[-73.40603213175848,41.13877634325305],[-73.4063421318627,41.13884634325661],[-73.40652613192361,41.138871343255474],[-73.40670613198344,41.138900343255266],[-73.40681513201925,41.13891034325364],[-73.40691113204994,41.13890434324934],[-73.40693213206372,41.13902634327253],[-73.40701113210477,41.139297343323],[-73.40711913215583,41.13957934337467],[-73.40732413225057,41.14007634346526],[-73.40752813234265,41.14053234354786],[-73.40759213236883,41.14062834356455],[-73.40763213238795,41.14073634358438],[-73.40774713243998,41.14099534363132],[-73.40801713256197,41.14160134374112],[-73.40852813277967,41.142518343903895],[-73.40854213278564,41.14254334390834],[-73.40858413280282,41.142606343919304],[-73.40863813282503,41.142689343933775],[-73.40875113287038,41.142843343960216],[-73.40911513301418,41.14329934403756],[-73.40927413307811,41.14351834407524],[-73.409346133107,41.14361634409206],[-73.40938113312107,41.143664344100316],[-73.40960413321642,41.144070344172476],[-73.4098091333083,41.144517344253266],[-73.40997113337671,41.14479734430277],[-73.41014513345021,41.145098344356],[-73.41024713350062,41.14540234441216],[-73.41029413352429,41.1455503444396],[-73.41035913355692,41.14575334447721],[-73.4104291335936,41.14599834452287],[-73.41047313361642,41.14614834455079],[-73.4105561336589,41.1464213446015],[-73.41064013370193,41.146698344652975],[-73.41075513377102,41.14725534475824],[-73.41077313378183,41.147342344774685],[-73.41080513379993,41.14747734480005],[-73.41081113380524,41.14753634481141],[-73.41091713385642,41.14783134486567],[-73.41096013387714,41.14795034488756],[-73.41111513395356,41.14840934497232],[-73.41120913400223,41.14872834503169],[-73.41122013400796,41.148766345038766],[-73.41130313404987,41.14902934508753],[-73.41137813408702,41.14925434512911],[-73.4114471341209,41.149456345166385],[-73.41166513421712,41.14990534524711],[-73.41166713421794,41.149908345247646],[-73.411779134266,41.15011534528448],[-73.41202713436687,41.150476345347016],[-73.41216613442711,41.15074334539471],[-73.41224213445993,41.150887345420415],[-73.41243513454681,41.15131434549767],[-73.41248813457288,41.151470345526455],[-73.41256013460661,41.15165234555971],[-73.41259713462831,41.15182234559178],[-73.41255913463391,41.152134345654076],[-73.4125831346652,41.15254434573354],[-73.41264213470266,41.15286534579443],[-73.41266813471887,41.15300134582019],[-73.41273913476722,41.15344434590457],[-73.41277513478742,41.15359334593255],[-73.41286413482851,41.15380834597172],[-73.4129361348649,41.154037346014164],[-73.41293713486566,41.15404434601549],[-73.41299613489723,41.154262346056235],[-73.41313613496543,41.154662346129925],[-73.41322913500655,41.154855346164645],[-73.41324713501811,41.154955346183634],[-73.41322013502361,41.15520334623305],[-73.41322513503411,41.15535834626321],[-73.41322313503753,41.155429346277174],[-73.41322213504043,41.15548534628817],[-73.41322713504876,41.1556023463109],[-73.41328113507018,41.155671346322634],[-73.41343413512875,41.155830346348736],[-73.41354013516927,41.155939346366594],[-73.4136341352052,41.15603634638249],[-73.41383213528398,41.156293346426295],[-73.41392613532136,41.15641534644709],[-73.41422613541425,41.15634434642336],[-73.41425113542182,41.156335346420775],[-73.41511413568398,41.15604234633518],[-73.41520313571108,41.15601334632658],[-73.41527113573187,41.15599234632024],[-73.41552913581216,41.15593834630122],[-73.4160001359646,41.15594134628637],[-73.41616913602014,41.15595734628396],[-73.41639713609598,41.15599434628373],[-73.41643713610935,41.156002346283984],[-73.41671613620288,41.15606034628618],[-73.41703013630746,41.15611434628647],[-73.41714613634652,41.156141346287946],[-73.41729313639519,41.15616134628705],[-73.41760113649585,41.15618034628067],[-73.41792713660145,41.15618434627078],[-73.41860913682194,41.15618534624862],[-73.4191581369972,41.15614634622299],[-73.4192661370317,41.156139346218076],[-73.41941113707817,41.15613234621196],[-73.41957113713121,41.15615534621121],[-73.42005413728027,41.15603234617131],[-73.41991713724639,41.15621334621124],[-73.4198331372388,41.15655434628071],[-73.41982513723758,41.156578346285656],[-73.41977213723044,41.15675234632145],[-73.41968913722455,41.157117346395594],[-73.4196281372236,41.157444346461574],[-73.41964613724551,41.157724346515785],[-73.41966813726165,41.15788234654598],[-73.41972613728754,41.15800634656834],[-73.41985413733666,41.158141346590554],[-73.41995513737245,41.15819634659801],[-73.41999813738722,41.15821134659955],[-73.42025113747434,41.15830434660945],[-73.42057713758415,41.15838134661383],[-73.4205151375673,41.15843734662682],[-73.42036113752287,41.15853034665007],[-73.42017013747089,41.15870034668958],[-73.42010913745409,41.158751346701564],[-73.41972213734803,41.15908334677921],[-73.41951113729162,41.15928834682623],[-73.41934913725215,41.15951334687558],[-73.41921013722036,41.15974234692494],[-73.41909613719727,41.15998234697564],[-73.4190441371904,41.160155347011184],[-73.41898513718269,41.160353347051874],[-73.418972137201,41.160745347129],[-73.41897213720122,41.16074934712977],[-73.41897313720222,41.16076134713209],[-73.41897413720284,41.16076634713305],[-73.41897413720329,41.160774347134605],[-73.41897713720581,41.16080134713979],[-73.41897913720696,41.160810347141485]]]},"properties":{"name":425,"geoid":"09001042500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.38112712312667,41.12861134207741],[-73.3813321231891,41.1285443420576],[-73.38175112331675,41.12840834201726],[-73.38210512342414,41.12828534198159],[-73.38254212355652,41.12813034193695],[-73.38294512368002,41.128012341900664],[-73.3834081238211,41.12786234185615],[-73.38365312389624,41.127791341834225],[-73.38374012392303,41.127768341826865],[-73.3838651239611,41.127727341814754],[-73.38406212402174,41.12767434179794],[-73.38428812409069,41.12760234177643],[-73.38475812423664,41.12749834174071],[-73.3860991246543,41.1272223416428],[-73.38748512508317,41.12688834153205],[-73.38790112521129,41.1267773414967],[-73.3893801256686,41.12641534137744],[-73.39095912615637,41.12602034124841],[-73.39111412620325,41.12596434123238],[-73.39152212633005,41.1258753412016],[-73.39284712674,41.125555341095584],[-73.39420112716009,41.12524934099136],[-73.39434212720339,41.12520934097891],[-73.39502412741442,41.12504534092447],[-73.39536712752019,41.12495634089582],[-73.39567212761368,41.12486734086842],[-73.39578312766294,41.12510134091061],[-73.39580712767223,41.12512834091511],[-73.39587912770016,41.125209340928635],[-73.39590312770945,41.125236340933135],[-73.39597212773627,41.12531534094636],[-73.3960011277516,41.12541934096578],[-73.3961531278199,41.12575434102641],[-73.39648712796647,41.126429341147684],[-73.39679812810189,41.12703934125697],[-73.39684212812331,41.12716534128021],[-73.39753412844536,41.12888434159422],[-73.39718012833293,41.128919341612665],[-73.3969611282645,41.12896034162787],[-73.39673112819257,41.129002341643606],[-73.39654912813626,41.12904634165818],[-73.39631912806513,41.12910234167668],[-73.39591812794337,41.12923934171663],[-73.39579812790596,41.129263341725256],[-73.39564412785894,41.1293113417397],[-73.39554112782855,41.12936234175306],[-73.39543612780068,41.12946834177723],[-73.39541212779567,41.129516341787436],[-73.39537312778776,41.129598341804765],[-73.3953371277838,41.12973234183218],[-73.39531912778885,41.12992234186999],[-73.39567312790841,41.13001234187603],[-73.39585712797431,41.13012434189195],[-73.39594512800676,41.130194341902765],[-73.39600612802928,41.13024334191037],[-73.39614212807987,41.130359341928646],[-73.39621812810775,41.13041734193751],[-73.39625212812349,41.130500341952654],[-73.39633912816599,41.13075134199895],[-73.39635912817901,41.13086634202082],[-73.39638012819286,41.13098934204423],[-73.39641312822774,41.13141234212596],[-73.39642912825613,41.13181834220496],[-73.39644412827552,41.132072342254205],[-73.3964501282801,41.13211834226302],[-73.39646412829002,41.13221234228097],[-73.39649812831851,41.132518342339786],[-73.3965231283432,41.13280834239575],[-73.39679912842816,41.132734342372224],[-73.39685912844669,41.13271934236734],[-73.39717112854332,41.13264534234263],[-73.39754612866027,41.13257134231586],[-73.39763912868936,41.1325543423095],[-73.39792212877798,41.13250434229044],[-73.39793312878852,41.13262634231397],[-73.39798712881239,41.132738342334136],[-73.39799712881681,41.13275934233791],[-73.39812112886501,41.13290134236168],[-73.39824312891103,41.13301634238019],[-73.39844412898604,41.133191342407876],[-73.39851312901222,41.13325934241895],[-73.39860412904673,41.1333483424334],[-73.3986841290778,41.133439342448604],[-73.39876212911172,41.13359134247581],[-73.39889512916936,41.13384734252157],[-73.39898212920944,41.13405634255967],[-73.39904812923989,41.13421534258864],[-73.39911712927174,41.13438234261908],[-73.39932612936815,41.13488634271093],[-73.3993961294004,41.135054342741526],[-73.39943012941814,41.135172342763525],[-73.39948512944669,41.135360342798535],[-73.39956812948222,41.135512342825585],[-73.39962812950786,41.13562134284497],[-73.39965812951978,41.13566034285162],[-73.39969812953564,41.13571134286029],[-73.39977112956164,41.135753342866124],[-73.39981512957735,41.13577934286978],[-73.39976112956883,41.13593534290208],[-73.39958812952865,41.13621034296161],[-73.39953412951617,41.136297342980406],[-73.3992561294494,41.136700343068405],[-73.39920012943692,41.13679834308944],[-73.39900312939281,41.137140343162834],[-73.39894512938369,41.13730834319763],[-73.39888012937173,41.1374663432307],[-73.39887312937067,41.13748734323503],[-73.39882112936452,41.13767334327316],[-73.39872312934887,41.13795334333118],[-73.39865312933897,41.13817534337694],[-73.39856812932742,41.13845334343415],[-73.39843512929839,41.13869734348628],[-73.39835212927734,41.13879834350879],[-73.39831312926759,41.13884834351983],[-73.39819712923722,41.13897234354792],[-73.39810512921407,41.13908734357344],[-73.39809512921163,41.13910134357651],[-73.39780512913553,41.1394093436463],[-73.39770512910934,41.13951634367053],[-73.39700312892583,41.140274343841924],[-73.3969541289128,41.14032334385311],[-73.39660712882262,41.14070734393965],[-73.39621612872155,41.141149344038986],[-73.3959861286664,41.14148434411209],[-73.3956201285806,41.142052344235275],[-73.39549012855406,41.14232234429239],[-73.3953711285385,41.14272234437459],[-73.39526112852677,41.14313834445963],[-73.39522412852317,41.14328434448942],[-73.39513712851016,41.14354834454395],[-73.39511212850941,41.14367634456983],[-73.39510012851098,41.14377134458883],[-73.39509712851144,41.143796344593824],[-73.39494912850009,41.14443334472337],[-73.39489912849656,41.14465434476827],[-73.39487512849719,41.144800344797616],[-73.39484012849864,41.14502334484243],[-73.3947881284941,41.14523734488603],[-73.3947541284914,41.14538234491552],[-73.39466012848048,41.14572234498516],[-73.39458912846757,41.145897345021744],[-73.39444312844117,41.14626034509759],[-73.39424612840824,41.14679734520916],[-73.39398812835726,41.14736334532839],[-73.39397412835486,41.14740034533608],[-73.39393212834804,41.14751834536057],[-73.3938921283425,41.147647345387135],[-73.39383012833214,41.147816345422235],[-73.39378412832242,41.14790634544136],[-73.39302912814236,41.14902334568474],[-73.39224712795327,41.150135345927985],[-73.39160712779842,41.15104434612685],[-73.39135312773591,41.15138634620211],[-73.39103812765832,41.15180934629522],[-73.39102612765546,41.15182734629913],[-73.39078812759831,41.152172346374456],[-73.390750127589,41.15222434638587],[-73.39067112756982,41.15233534641018],[-73.3905731275474,41.152497346445095],[-73.39034212750182,41.15300534655209],[-73.3901511274555,41.153274346610985],[-73.39002712742692,41.153475346654396],[-73.3899751274151,41.15356234667312],[-73.38981112737922,41.15386134673701],[-73.38978912737412,41.153896346744574],[-73.38963712733877,41.15413734679673],[-73.38963312733772,41.154141346797644],[-73.38932112726143,41.15457034689182],[-73.38914512722121,41.154861346954526],[-73.38902512719392,41.155062346997816],[-73.3889941271866,41.155109347008],[-73.38888912716176,41.155268347042565],[-73.38857512708768,41.1557473471466],[-73.38847112706324,41.155907347181305],[-73.38838312704108,41.15601734720572],[-73.3883011270206,41.156122347228944],[-73.3881511269862,41.15636834728201],[-73.38810412697552,41.15644734729902],[-73.38808712697262,41.156492347308365],[-73.3881751269707,41.15596234720177],[-73.38844112696583,41.15437634688264],[-73.38853012696427,41.1538473467762],[-73.38872812684528,41.150652346144355],[-73.38877112681975,41.149964346008275],[-73.38877012676168,41.148956345811],[-73.3883971266114,41.148437345721604],[-73.38778112636545,41.14762034558183],[-73.38746512623221,41.14707734548588],[-73.38735012618554,41.14691134545715],[-73.38708412607772,41.14653034539126],[-73.3866851259192,41.146014345303314],[-73.38644012582607,41.145771345263746],[-73.3862461257518,41.14556934523056],[-73.38601812566458,41.14533334519181],[-73.38560712551116,41.14497434513497],[-73.38509912531957,41.144496345058016],[-73.38493912525873,41.14433734503213],[-73.38474912518788,41.14417234500604],[-73.38459412512695,41.14398334497411],[-73.38446512507711,41.14384134495052],[-73.38435312503638,41.143762344938736],[-73.38425912500276,41.14370534493065],[-73.38410412494541,41.143579344911046],[-73.38352812473249,41.143112344838464],[-73.38308512456632,41.14271134477444],[-73.38286412448349,41.142512344742705],[-73.38277012444773,41.14241834472738],[-73.38276212444441,41.1424053447251],[-73.38272412442885,41.142348344715174],[-73.3826781243927,41.14197634464386],[-73.38267312438248,41.14182634461464],[-73.38268512437877,41.141693344588205],[-73.38287712441576,41.141255344496166],[-73.38293012442206,41.14106634445744],[-73.38290212439715,41.14078934440412],[-73.38288012438404,41.14068434438428],[-73.38286712437164,41.140541344356706],[-73.3828111243362,41.140238344299206],[-73.3827681243001,41.139850344224655],[-73.38288912433434,41.139765344204044],[-73.38290812430468,41.13913934408085],[-73.38290612430076,41.139082344069756],[-73.38290512429866,41.13905134406372],[-73.38193312370741,41.13420934314738],[-73.38147212342692,41.13191134271244],[-73.3816091234696,41.13188334270248],[-73.38158212345299,41.13174534267633],[-73.3815591234364,41.13158534264574],[-73.38153212341886,41.131431342616466],[-73.38152812341602,41.13140434261132],[-73.3815071233994,41.13123234257831],[-73.38147312337864,41.13106134254594],[-73.38145112336169,41.130889342512965],[-73.38144812335946,41.13086734250877],[-73.38142312334325,41.13072534248176],[-73.38140312332997,41.13060634245912],[-73.38138612331956,41.130520342442836],[-73.38138212331421,41.13044934242905],[-73.3813731233018,41.13028334239684],[-73.3813701232989,41.130249342390286],[-73.3813631232913,41.13015634237228],[-73.38135112328177,41.1300573423533],[-73.38133812327024,41.12992934232865],[-73.38129412323904,41.129632342271925],[-73.38123912320124,41.12928234220517],[-73.3812141231831,41.12910634217152],[-73.38119112316593,41.12893634213898],[-73.3811761231548,41.12882634211792],[-73.38115412314133,41.12871534209691],[-73.38111512312358,41.128625342080554],[-73.38112712312667,41.12861134207741]]]},"properties":{"name":426,"geoid":"09001042600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.42133813621545,41.13022434107731],[-73.42147613625822,41.130192341066525],[-73.42158013629103,41.13017834106038],[-73.42158013629098,41.13017734106017],[-73.4217641363482,41.13013834104652],[-73.42223113649649,41.130092341022205],[-73.42231713652389,41.13008534101802],[-73.42256413660267,41.13006734100641],[-73.42264813662902,41.13005334100092],[-73.42273713665706,41.13004034099544],[-73.42289413670463,41.12998534097954],[-73.4229751367292,41.129957340971394],[-73.42300513674267,41.13002334098334],[-73.42309513678316,41.130222341019355],[-73.42312613679702,41.13028934103146],[-73.4232091368344,41.13047334106478],[-73.4232931368722,41.13065934109846],[-73.42345513694565,41.131027341165186],[-73.42353713698276,41.13121234119873],[-73.42357113700021,41.13132534121974],[-73.42367313705266,41.13166534128297],[-73.42370713707018,41.131779341304195],[-73.42382213713022,41.132178341378534],[-73.4239411371888,41.132529341443366],[-73.42394813719255,41.13255534144822],[-73.42419513731984,41.133383341602254],[-73.42423113734247,41.13357534163867],[-73.42427513736591,41.13373634166875],[-73.42429813738505,41.133940341707934],[-73.42440113745188,41.1345253418191],[-73.42445113749157,41.134936341897934],[-73.42447113750718,41.135095341928405],[-73.42455713755233,41.13539834198492],[-73.42463713759705,41.1357273420467],[-73.42480313764962,41.135708342037546],[-73.42499213770948,41.135687342027246],[-73.42527713779948,41.13565034201066],[-73.4253031378077,41.13564734200922],[-73.42547113786102,41.13563034200038],[-73.42556913789207,41.13561934199502],[-73.42563613791337,41.13561334199165],[-73.42586613798788,41.13561634198471],[-73.42589713799795,41.13561734198389],[-73.42590813800163,41.135619341983904],[-73.42596513802056,41.135628341983804],[-73.42596113801166,41.13549534195789],[-73.42609113803819,41.13522534190078],[-73.42668813820309,41.13473634178548],[-73.42717213835544,41.13466534175571],[-73.42735813841654,41.13468234175295],[-73.42752513846706,41.134622341735735],[-73.4278881385529,41.13407334161634],[-73.42801913858739,41.133936341585226],[-73.42822913864137,41.13369434153096],[-73.42868013873647,41.13281034134311],[-73.4288761387822,41.13250334127657],[-73.42894113880229,41.13248734127131],[-73.42915213887076,41.132492341265376],[-73.42920313888885,41.13252034126919],[-73.42925113891583,41.13272034130677],[-73.42930313894736,41.132977341355385],[-73.42942713901353,41.133432341440404],[-73.42960413909373,41.13383334151312],[-73.42964913911166,41.13389234152319],[-73.42966413911758,41.13391134152642],[-73.4297931391775,41.13422934158446],[-73.42981013919017,41.13435434160836],[-73.42987713924032,41.13485134170348],[-73.42965413918873,41.13520834178068],[-73.42972113922103,41.1353943418149],[-73.42975313923608,41.13547634182991],[-73.42978213925021,41.13555934184521],[-73.42983213927513,41.135712341873514],[-73.42988913930341,41.13588434190534],[-73.43001613936012,41.13615734195462],[-73.43008513939087,41.13630434198114],[-73.43011113940304,41.13637034199319],[-73.43012713941069,41.136413342001084],[-73.43013913941628,41.13644334200657],[-73.43030613948608,41.13671934205514],[-73.4303681395119,41.13682034207289],[-73.43034113950416,41.13683734207708],[-73.43025913949016,41.13705534212246],[-73.43015613947276,41.137332342180066],[-73.42999613944427,41.13773734226459],[-73.42997713944173,41.13780034227755],[-73.42990313943245,41.13805534232989],[-73.43010513953553,41.138714342452275],[-73.43071213984528,41.14069434281999],[-73.43091513994874,41.141354342942535],[-73.43091913995192,41.14138734294887],[-73.43093213996193,41.141488342968216],[-73.4309371399655,41.141522342974696],[-73.43115014005404,41.141866343035055],[-73.43179114032043,41.142898343216046],[-73.43200514040939,41.14324334327656],[-73.43214314046782,41.14348434331922],[-73.4322201405004,41.1436183433429],[-73.43259414064129,41.14396734339898],[-73.43267614067616,41.14411334342486],[-73.43281314073432,41.144355343467744],[-73.4326871408218,41.14658934390912],[-73.43266614083727,41.14697734398575],[-73.43262714082874,41.14704834400093],[-73.43249114083942,41.1480003441917],[-73.43217114078385,41.148834344365426],[-73.43178714070989,41.14970834454907],[-73.43168914068477,41.14982234457458],[-73.4299471402378,41.15184534502763],[-73.42963414015753,41.15220934510912],[-73.42961714015972,41.1523433451359],[-73.42935014020097,41.15456534557948],[-73.42909014012805,41.154759345625976],[-73.42831213991003,41.155342345765554],[-73.42805313983752,41.15553734581222],[-73.42768613971842,41.155529345822686],[-73.42658713936186,41.15550634585422],[-73.42653313934436,41.155505345855794],[-73.42653113933785,41.15540334583589],[-73.42661313935326,41.15521034579543],[-73.42637713926653,41.15502834576756],[-73.42628213923423,41.15500034576521],[-73.42626513922822,41.154991345764],[-73.42593013910971,41.15481334574015],[-73.42582913907707,41.154813345743456],[-73.42567613903077,41.15486834575924],[-73.42543413896024,41.155002345793385],[-73.4251711388863,41.155195345839786],[-73.4250691388577,41.155271345858004],[-73.42487413879867,41.155341345878085],[-73.42479313877261,41.155343345881136],[-73.42471013876276,41.15563934594178],[-73.42426713868299,41.15674434617253],[-73.42273913833107,41.15921834670673],[-73.4222341382148,41.160037346883534],[-73.4217251380574,41.16016134692449],[-73.42019913758557,41.16053534704768],[-73.42006313754351,41.1605683470586],[-73.41978713745826,41.16063734708116],[-73.4196911374286,41.160661347089],[-73.41961813740585,41.16067634709433],[-73.41954813738401,41.16069034709937],[-73.4191671372655,41.16077134712769],[-73.41912113725115,41.16078034713097],[-73.41897913720696,41.160810347141485],[-73.41897713720581,41.16080134713979],[-73.41897413720329,41.160774347134605],[-73.41897413720284,41.16076634713305],[-73.41897313720222,41.16076134713209],[-73.41897213720122,41.16074934712977],[-73.418972137201,41.160745347129],[-73.41898513718269,41.160353347051874],[-73.4190441371904,41.160155347011184],[-73.41909613719727,41.15998234697564],[-73.41921013722036,41.15974234692494],[-73.41934913725215,41.15951334687558],[-73.41951113729162,41.15928834682623],[-73.41972213734803,41.15908334677921],[-73.42010913745409,41.158751346701564],[-73.42017013747089,41.15870034668958],[-73.42036113752287,41.15853034665007],[-73.4205151375673,41.15843734662682],[-73.42057713758415,41.15838134661383],[-73.42025113747434,41.15830434660945],[-73.41999813738722,41.15821134659955],[-73.41995513737245,41.15819634659801],[-73.41985413733666,41.158141346590554],[-73.41972613728754,41.15800634656834],[-73.41966813726165,41.15788234654598],[-73.41964613724551,41.157724346515785],[-73.4196281372236,41.157444346461574],[-73.41968913722455,41.157117346395594],[-73.41977213723044,41.15675234632145],[-73.41982513723758,41.156578346285656],[-73.4198331372388,41.15655434628071],[-73.41991713724639,41.15621334621124],[-73.42005413728027,41.15603234617131],[-73.41957113713121,41.15615534621121],[-73.41941113707817,41.15613234621196],[-73.4192661370317,41.156139346218076],[-73.4191581369972,41.15614634622299],[-73.41860913682194,41.15618534624862],[-73.41792713660145,41.15618434627078],[-73.41760113649585,41.15618034628067],[-73.41729313639519,41.15616134628705],[-73.41714613634652,41.156141346287946],[-73.41703013630746,41.15611434628647],[-73.41671613620288,41.15606034628618],[-73.41643713610935,41.156002346283984],[-73.41639713609598,41.15599434628373],[-73.41616913602014,41.15595734628396],[-73.4160001359646,41.15594134628637],[-73.41552913581216,41.15593834630122],[-73.41527113573187,41.15599234632024],[-73.41520313571108,41.15601334632658],[-73.41511413568398,41.15604234633518],[-73.41425113542182,41.156335346420775],[-73.41422613541425,41.15634434642336],[-73.41392613532136,41.15641534644709],[-73.41383213528398,41.156293346426295],[-73.4136341352052,41.15603634638249],[-73.41354013516927,41.155939346366594],[-73.41343413512875,41.155830346348736],[-73.41328113507018,41.155671346322634],[-73.41322713504876,41.1556023463109],[-73.41322213504043,41.15548534628817],[-73.41322313503753,41.155429346277174],[-73.41322513503411,41.15535834626321],[-73.41322013502361,41.15520334623305],[-73.41324713501811,41.154955346183634],[-73.41322913500655,41.154855346164645],[-73.41313613496543,41.154662346129925],[-73.41299613489723,41.154262346056235],[-73.41293713486566,41.15404434601549],[-73.4129361348649,41.154037346014164],[-73.41286413482851,41.15380834597172],[-73.41277513478742,41.15359334593255],[-73.41273913476722,41.15344434590457],[-73.41266813471887,41.15300134582019],[-73.41264213470266,41.15286534579443],[-73.4125831346652,41.15254434573354],[-73.41255913463391,41.152134345654076],[-73.41259713462831,41.15182234559178],[-73.41256013460661,41.15165234555971],[-73.41248813457288,41.151470345526455],[-73.41243513454681,41.15131434549767],[-73.41224213445993,41.150887345420415],[-73.41216613442711,41.15074334539471],[-73.41202713436687,41.150476345347016],[-73.411779134266,41.15011534528448],[-73.41166713421794,41.149908345247646],[-73.41166513421712,41.14990534524711],[-73.4114471341209,41.149456345166385],[-73.41137813408702,41.14925434512911],[-73.41130313404987,41.14902934508753],[-73.41122013400796,41.148766345038766],[-73.41120913400223,41.14872834503169],[-73.41111513395356,41.14840934497232],[-73.41096013387714,41.14795034488756],[-73.41091713385642,41.14783134486567],[-73.41081113380524,41.14753634481141],[-73.41080513379993,41.14747734480005],[-73.41077313378183,41.147342344774685],[-73.41075513377102,41.14725534475824],[-73.41064013370193,41.146698344652975],[-73.4105561336589,41.1464213446015],[-73.41047313361642,41.14614834455079],[-73.4104291335936,41.14599834452287],[-73.41035913355692,41.14575334447721],[-73.41029413352429,41.1455503444396],[-73.41024713350062,41.14540234441216],[-73.41014513345021,41.145098344356],[-73.40997113337671,41.14479734430277],[-73.4098091333083,41.144517344253266],[-73.40960413321642,41.144070344172476],[-73.40938113312107,41.143664344100316],[-73.409346133107,41.14361634409206],[-73.40927413307811,41.14351834407524],[-73.40911513301418,41.14329934403756],[-73.40875113287038,41.142843343960216],[-73.40863813282503,41.142689343933775],[-73.40858413280282,41.142606343919304],[-73.40854213278564,41.14254334390834],[-73.40852813277967,41.142518343903895],[-73.40801713256197,41.14160134374112],[-73.40774713243998,41.14099534363132],[-73.40763213238795,41.14073634358438],[-73.40759213236883,41.14062834356455],[-73.40752813234265,41.14053234354786],[-73.40732413225057,41.14007634346526],[-73.40711913215583,41.13957934337467],[-73.40701113210477,41.139297343323],[-73.40693213206372,41.13902634327253],[-73.40691113204994,41.13890434324934],[-73.40693813205203,41.13878834322573],[-73.4069711320568,41.13868534320449],[-73.40711513208647,41.13839134314221],[-73.40719413210171,41.13821134310438],[-73.40723613210594,41.1380483430711],[-73.4072471321,41.137882343038235],[-73.40730313209565,41.13749034295965],[-73.40733213209778,41.13736434293403],[-73.40724013205761,41.13718234290142],[-73.40715013200463,41.13676534282272],[-73.4070901319722,41.13653734278004],[-73.40704613194256,41.13626834272881],[-73.40704213193698,41.13619334271425],[-73.40705313193817,41.13615234270587],[-73.4070681319412,41.13612034269911],[-73.40709413194749,41.136083342691016],[-73.40717413197065,41.13603634267919],[-73.40743413205367,41.13601834266716],[-73.40802213224414,41.13602634264948],[-73.4082841323282,41.136015342638736],[-73.40830213233426,41.136019342638924],[-73.40845213238451,41.1360503426401],[-73.40849313239828,41.13605934264049],[-73.40868413246316,41.13611434264504],[-73.40883913251842,41.13620434265757],[-73.40887013252993,41.13623034266164],[-73.40899013257429,41.136327342676715],[-73.40910313261422,41.13638734268476],[-73.40927313267255,41.136446342690746],[-73.40950113275085,41.136526342698936],[-73.40978013284635,41.13661934270801],[-73.41002413292905,41.13668634271314],[-73.41015913297423,41.136713342714],[-73.41046213307578,41.13677634271642],[-73.41062513313132,41.136826342720866],[-73.41081913319745,41.136886342726264],[-73.4110821332871,41.1369673427335],[-73.41138313338887,41.13704534273892],[-73.41167913348939,41.13713034274588],[-73.41190413356469,41.137175342747305],[-73.41227213368786,41.137249342749755],[-73.41241413373275,41.13723134274157],[-73.41251613376377,41.13719734273159],[-73.41256913378014,41.137184342727295],[-73.41266813381095,41.13716334271995],[-73.41285013386621,41.13710134270184],[-73.41329413399883,41.13691134265011],[-73.41342313403715,41.13685234263433],[-73.41370213412017,41.136727342600715],[-73.41396113419763,41.136618342570884],[-73.414353134315,41.136455342526126],[-73.41473613442915,41.1362873424807],[-73.41499413450612,41.13617534245032],[-73.41493013447999,41.136080342433814],[-73.41473813440173,41.1357973423847],[-73.41467513437597,41.13570334236836],[-73.41533813457478,41.13543334229378],[-73.41602613478115,41.135154342216616],[-73.41734413517872,41.134658342076335],[-73.41737013518659,41.13464934207373],[-73.4179451353648,41.13451634202884],[-73.41804213539514,41.13449834202214],[-73.4182451354585,41.13445934200785],[-73.41828413547073,41.1344523420052],[-73.41879313563207,41.13439734197776],[-73.41885813565172,41.13437334197093],[-73.4190541357111,41.134304341951015],[-73.41940013581176,41.1341093419015],[-73.41947513583362,41.134068341891],[-73.42041113610215,41.13347534174423],[-73.4205361361381,41.13339734172487],[-73.42072013618781,41.13322734168556],[-73.42079113620387,41.13310734165974],[-73.420950136245,41.13292834161949],[-73.42102413626421,41.13284634160101],[-73.42124013631903,41.13258434154263],[-73.42155013640088,41.13226434146982],[-73.42170313643972,41.13207934142858],[-73.42187613648365,41.13187034138199],[-73.42189813648474,41.1317653413607],[-73.42190513648517,41.131733341354206],[-73.42190413647953,41.13164034133603],[-73.42188713647197,41.131604341329535],[-73.42175413641264,41.131319341278086],[-73.4216961363841,41.13114834124651],[-73.42164313635803,41.1309923412177],[-73.42158013633058,41.13086834119548],[-73.4215701363259,41.13084334119091],[-73.42140113624454,41.13037634110501],[-73.42136313622618,41.1302703410855],[-73.42133813621545,41.13022434107731]]]},"properties":{"name":427,"geoid":"09001042700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.40691113204994,41.13890434324934],[-73.40681513201925,41.13891034325364],[-73.40670613198344,41.138900343255266],[-73.40652613192361,41.138871343255474],[-73.4063421318627,41.13884634325661],[-73.40603213175848,41.13877634325305],[-73.40572413165464,41.13870134324844],[-73.40543413155392,41.138579343234056],[-73.40514313145322,41.13846334322088],[-73.40473113130429,41.13818834318053],[-73.40454413123226,41.1379863431471],[-73.40453213122794,41.137978343145924],[-73.40410113107237,41.13769434310443],[-73.40378213096093,41.137549343086484],[-73.40351913086917,41.137431343071995],[-73.4032981307922,41.13733434306023],[-73.40296113067478,41.13718634304228],[-73.40282713062793,41.137124343034536],[-73.40264113056283,41.13703734302359],[-73.4024241304869,41.136936343010916],[-73.40213913038619,41.136786342990874],[-73.40206513036003,41.13674734298566],[-73.4017891302564,41.136495342945345],[-73.40150013014696,41.136215342899995],[-73.40142213011784,41.13614734288923],[-73.40141613011556,41.13614134288825],[-73.40127213005657,41.135924342850466],[-73.4012531300477,41.1358763428417],[-73.40121013002779,41.135771342822544],[-73.4011901300132,41.135629342795404],[-73.4011861300087,41.13557334278457],[-73.40117112998888,41.135312342733954],[-73.40116912997114,41.13501334267547],[-73.40111312994426,41.134860342647336],[-73.4010761299232,41.13470134261742],[-73.4010671299175,41.134652342608135],[-73.40105312990853,41.13457534259351],[-73.40105612990037,41.13441534256207],[-73.40101312988303,41.13435534255174],[-73.40098712987589,41.13437734255689],[-73.40091812985901,41.13447234257776],[-73.40077412982215,41.134641342615566],[-73.40075412981713,41.1346663426211],[-73.40056612976997,41.13490434267386],[-73.40030112970078,41.13519134273873],[-73.40002812962878,41.13547534280329],[-73.3999991296212,41.1355063428103],[-73.39993612960798,41.13563134283683],[-73.39981512957735,41.13577934286978],[-73.39977112956164,41.135753342866124],[-73.39969812953564,41.13571134286029],[-73.39965812951978,41.13566034285162],[-73.39962812950786,41.13562134284497],[-73.39956812948222,41.135512342825585],[-73.39948512944669,41.135360342798535],[-73.39943012941814,41.135172342763525],[-73.3993961294004,41.135054342741526],[-73.39932612936815,41.13488634271093],[-73.39911712927174,41.13438234261908],[-73.39904812923989,41.13421534258864],[-73.39898212920944,41.13405634255967],[-73.39889512916936,41.13384734252157],[-73.39876212911172,41.13359134247581],[-73.3986841290778,41.133439342448604],[-73.39860412904673,41.1333483424334],[-73.39851312901222,41.13325934241895],[-73.39844412898604,41.133191342407876],[-73.39824312891103,41.13301634238019],[-73.39812112886501,41.13290134236168],[-73.39799712881681,41.13275934233791],[-73.39798712881239,41.132738342334136],[-73.39793312878852,41.13262634231397],[-73.39792212877798,41.13250434229044],[-73.39763912868936,41.1325543423095],[-73.39754612866027,41.13257134231586],[-73.39717112854332,41.13264534234263],[-73.39685912844669,41.13271934236734],[-73.39679912842816,41.132734342372224],[-73.3965231283432,41.13280834239575],[-73.39649812831851,41.132518342339786],[-73.39646412829002,41.13221234228097],[-73.3964501282801,41.13211834226302],[-73.39644412827552,41.132072342254205],[-73.39642912825613,41.13181834220496],[-73.39641312822774,41.13141234212596],[-73.39638012819286,41.13098934204423],[-73.39635912817901,41.13086634202082],[-73.39633912816599,41.13075134199895],[-73.39625212812349,41.130500341952654],[-73.39621812810775,41.13041734193751],[-73.39614212807987,41.130359341928646],[-73.39600612802928,41.13024334191037],[-73.39594512800676,41.130194341902765],[-73.39585712797431,41.13012434189195],[-73.39567312790841,41.13001234187603],[-73.39531912778885,41.12992234186999],[-73.3953371277838,41.12973234183218],[-73.39537312778776,41.129598341804765],[-73.39541212779567,41.129516341787436],[-73.39543612780068,41.12946834177723],[-73.39554112782855,41.12936234175306],[-73.39564412785894,41.1293113417397],[-73.39579812790596,41.129263341725256],[-73.39591812794337,41.12923934171663],[-73.39631912806513,41.12910234167668],[-73.39654912813626,41.12904634165818],[-73.39673112819257,41.129002341643606],[-73.3969611282645,41.12896034162787],[-73.39718012833293,41.128919341612665],[-73.39753412844536,41.12888434159422],[-73.39684212812331,41.12716534128021],[-73.39679812810189,41.12703934125697],[-73.39648712796647,41.126429341147684],[-73.3961531278199,41.12575434102641],[-73.3960011277516,41.12541934096578],[-73.39597212773627,41.12531534094636],[-73.39590312770945,41.125236340933135],[-73.39587912770016,41.125209340928635],[-73.39580712767223,41.12512834091511],[-73.39578312766294,41.12510134091061],[-73.39567212761368,41.12486734086842],[-73.39595412770156,41.12481034084803],[-73.39612912775634,41.124779340836234],[-73.39625212779455,41.124752340826916],[-73.39751512818354,41.12441634071979],[-73.39854212850062,41.12415734063545],[-73.3987161285548,41.12412134062272],[-73.39897612863534,41.124060340602256],[-73.39925812872235,41.12398834057893],[-73.39966412884746,41.123881340544685],[-73.39988812891649,41.1238223405258],[-73.40088412922361,41.123564340442684],[-73.40129112934916,41.12345934040879],[-73.40149512941171,41.12340034039056],[-73.40161412944826,41.12336734038021],[-73.40210312959722,41.123208340333065],[-73.4023061296591,41.12314334031368],[-73.40234112966834,41.12310734030548],[-73.4024681297063,41.12305334029076],[-73.4025611297342,41.123015340280276],[-73.40297912985795,41.12281734022782],[-73.40315012990864,41.12273734020655],[-73.40336212996937,41.12260134017298],[-73.40372013007082,41.12235234011249],[-73.40383213010233,41.12227034009276],[-73.40408013017212,41.12208934004919],[-73.40410813017911,41.12205334004122],[-73.40424913022042,41.12197934002211],[-73.40451613029437,41.12176333997107],[-73.40484013038763,41.121563339921295],[-73.40503613044297,41.12142333988746],[-73.40527213051288,41.12131233985799],[-73.4054481305685,41.12129033984792],[-73.40601313075196,41.121305339832375],[-73.4060941307783,41.12130833983031],[-73.40636913086708,41.12130633982092],[-73.40683913102056,41.121334339811014],[-73.40704713108916,41.12135833980892],[-73.40722213114691,41.1213793398073],[-73.40759513126724,41.1213753397943],[-73.4076771312938,41.12137633979181],[-73.40788813136233,41.121382339786074],[-73.40804713141392,41.12138633978167],[-73.40818713145941,41.12139033977788],[-73.4085271315693,41.12139033976675],[-73.40868713162101,41.121390339761504],[-73.40887713170324,41.12175433982658],[-73.4089141317192,41.12182433983908],[-73.40914113181644,41.12224133991332],[-73.40940813192951,41.122709339996256],[-73.40947513195816,41.122831340017946],[-73.4096751320434,41.12319134008191],[-73.40970513205897,41.123294340101104],[-73.4097161320674,41.123379340117395],[-73.40971913206958,41.12340034012141],[-73.40975613209028,41.12355334015016],[-73.40986213214664,41.12393934022229],[-73.40991413217417,41.12412634025721],[-73.40999613221938,41.124453340318574],[-73.41007113226068,41.124751340374466],[-73.41010713228263,41.124931340408544],[-73.4101771323151,41.12510334043994],[-73.41020713232972,41.125189340455805],[-73.41022013234318,41.125351340487114],[-73.41023013234775,41.12537434049129],[-73.41021413234441,41.12540634049808],[-73.41022813234979,41.125421340500544],[-73.41025713236098,41.125453340505885],[-73.41026113236519,41.12550434051574],[-73.41029913238086,41.12556334052605],[-73.41032513239436,41.12565234054263],[-73.41037413241386,41.125716340553545],[-73.41042413242887,41.125696340548],[-73.41048013244605,41.12568034054304],[-73.4105141324567,41.12567434054073],[-73.41057613247617,41.12566434053675],[-73.41083913255748,41.12560034051561],[-73.4108971325756,41.12558934051156],[-73.41094713259149,41.12558434050893],[-73.4109561325944,41.12558434050864],[-73.41098513260292,41.12556934050476],[-73.41102213261469,41.12556634050297],[-73.41107613262969,41.12552334049277],[-73.41128113269907,41.12557834049682],[-73.41175413287004,41.12589434054323],[-73.41205513297689,41.126061340566096],[-73.41243213311274,41.12630634060171],[-73.41292913329274,41.12664434065164],[-73.4130561333397,41.12674734066765],[-73.41334913344777,41.126981340703885],[-73.4135451335176,41.127094340719594],[-73.41365513355743,41.12716934073069],[-73.41374313358594,41.127170340728014],[-73.41392913364719,41.12719034072584],[-73.41412813371664,41.12728034073694],[-73.41432613378666,41.12738534075102],[-73.41466613390868,41.1275973407814],[-73.41500213402868,41.12779634080937],[-73.41578113431027,41.128317340885886],[-73.41616513444927,41.12857734092422],[-73.41654813458847,41.12884634096436],[-73.41664913462407,41.12889834097123],[-73.41669413463998,41.12892234097447],[-73.41694713473025,41.129070340995156],[-73.41704613476563,41.12912934100346],[-73.41716313480725,41.12919634101276],[-73.41730613485818,41.12927834102414],[-73.417522134934,41.1293833410376],[-73.41764413497685,41.12944334104538],[-73.41816713515827,41.129659341070536],[-73.41866213533149,41.12989034109955],[-73.41899113544639,41.13004034111815],[-73.41936913557882,41.13021934114082],[-73.41944513560465,41.13024134114265],[-73.41958913565455,41.130300341149486],[-73.41983213573694,41.13036734115464],[-73.4201541358414,41.13037434114546],[-73.4203231358955,41.130365341138166],[-73.42045013593655,41.13036534113401],[-73.4209021360788,41.13029834110608],[-73.42133813621545,41.13022434107731],[-73.42136313622618,41.1302703410855],[-73.42140113624454,41.13037634110501],[-73.4215701363259,41.13084334119091],[-73.42158013633058,41.13086834119548],[-73.42164313635803,41.1309923412177],[-73.4216961363841,41.13114834124651],[-73.42175413641264,41.131319341278086],[-73.42188713647197,41.131604341329535],[-73.42190413647953,41.13164034133603],[-73.42190513648517,41.131733341354206],[-73.42189813648474,41.1317653413607],[-73.42187613648365,41.13187034138199],[-73.42170313643972,41.13207934142858],[-73.42155013640088,41.13226434146982],[-73.42124013631903,41.13258434154263],[-73.42102413626421,41.13284634160101],[-73.420950136245,41.13292834161949],[-73.42079113620387,41.13310734165974],[-73.42072013618781,41.13322734168556],[-73.4205361361381,41.13339734172487],[-73.42041113610215,41.13347534174423],[-73.41947513583362,41.134068341891],[-73.41940013581176,41.1341093419015],[-73.4190541357111,41.134304341951015],[-73.41885813565172,41.13437334197093],[-73.41879313563207,41.13439734197776],[-73.41828413547073,41.1344523420052],[-73.4182451354585,41.13445934200785],[-73.41804213539514,41.13449834202214],[-73.4179451353648,41.13451634202884],[-73.41737013518659,41.13464934207373],[-73.41734413517872,41.134658342076335],[-73.41602613478115,41.135154342216616],[-73.41533813457478,41.13543334229378],[-73.41467513437597,41.13570334236836],[-73.41473813440173,41.1357973423847],[-73.41493013447999,41.136080342433814],[-73.41499413450612,41.13617534245032],[-73.41473613442915,41.1362873424807],[-73.414353134315,41.136455342526126],[-73.41396113419763,41.136618342570884],[-73.41370213412017,41.136727342600715],[-73.41342313403715,41.13685234263433],[-73.41329413399883,41.13691134265011],[-73.41285013386621,41.13710134270184],[-73.41266813381095,41.13716334271995],[-73.41256913378014,41.137184342727295],[-73.41251613376377,41.13719734273159],[-73.41241413373275,41.13723134274157],[-73.41227213368786,41.137249342749755],[-73.41190413356469,41.137175342747305],[-73.41167913348939,41.13713034274588],[-73.41138313338887,41.13704534273892],[-73.4110821332871,41.1369673427335],[-73.41081913319745,41.136886342726264],[-73.41062513313132,41.136826342720866],[-73.41046213307578,41.13677634271642],[-73.41015913297423,41.136713342714],[-73.41002413292905,41.13668634271314],[-73.40978013284635,41.13661934270801],[-73.40950113275085,41.136526342698936],[-73.40927313267255,41.136446342690746],[-73.40910313261422,41.13638734268476],[-73.40899013257429,41.136327342676715],[-73.40887013252993,41.13623034266164],[-73.40883913251842,41.13620434265757],[-73.40868413246316,41.13611434264504],[-73.40849313239828,41.13605934264049],[-73.40845213238451,41.1360503426401],[-73.40830213233426,41.136019342638924],[-73.4082841323282,41.136015342638736],[-73.40802213224414,41.13602634264948],[-73.40743413205367,41.13601834266716],[-73.40717413197065,41.13603634267919],[-73.40709413194749,41.136083342691016],[-73.4070681319412,41.13612034269911],[-73.40705313193817,41.13615234270587],[-73.40704213193698,41.13619334271425],[-73.40704613194256,41.13626834272881],[-73.4070901319722,41.13653734278004],[-73.40715013200463,41.13676534282272],[-73.40724013205761,41.13718234290142],[-73.40733213209778,41.13736434293403],[-73.40730313209565,41.13749034295965],[-73.4072471321,41.137882343038235],[-73.40723613210594,41.1380483430711],[-73.40719413210171,41.13821134310438],[-73.40711513208647,41.13839134314221],[-73.4069711320568,41.13868534320449],[-73.40693813205203,41.13878834322573],[-73.40691113204994,41.13890434324934]]]},"properties":{"name":428,"geoid":"09001042800"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.4309371399655,41.141522342974696],[-73.4316081401714,41.141331342915315],[-73.43299614059744,41.14093834279287],[-73.43356214077005,41.14075834273908],[-73.4336151407863,41.14074334273442],[-73.43428814099316,41.14055734267594],[-73.43481414115466,41.14040934262974],[-73.43543314134479,41.14023634257556],[-73.43638814163704,41.13995034248827],[-73.43660114170225,41.13988734246895],[-73.43690614179447,41.139776342437216],[-73.4372861419093,41.139637342397556],[-73.43752114198173,41.1395763423779],[-73.43812014216648,41.13942234232812],[-73.43939814255978,41.13907834221887],[-73.43951214259491,41.139048342209264],[-73.43989314271184,41.13894034217563],[-73.44002214275147,41.13890434216435],[-73.44009914277508,41.13888234215752],[-73.44017714279903,41.13886034215065],[-73.4401931428039,41.13885534214915],[-73.44070914296223,41.138708342103456],[-73.4408821430154,41.13866034208837],[-73.44104614306393,41.138582342067735],[-73.44248614350577,41.13817234194025],[-73.44378614390683,41.13784034183262],[-73.4445891441539,41.137623341763806],[-73.44483414422872,41.13754734174089],[-73.44503714429018,41.13747534172015],[-73.44600814458745,41.137187341631915],[-73.44621114464985,41.13713134161429],[-73.44697714488521,41.13691934154767],[-73.44765114509116,41.13671234148504],[-73.44897414549963,41.13638034137665],[-73.44956614568004,41.13619034132003],[-73.45017914586873,41.13602634126783],[-73.45127114620401,41.13571934117189],[-73.45155214629004,41.13563634114643],[-73.45190414639777,41.13553134111432],[-73.45285414668868,41.135251341028344],[-73.45296114672159,41.13522234101915],[-73.45331614683093,41.13512834098912],[-73.45354714690184,41.135063340968806],[-73.45385614699681,41.13497834094202],[-73.45419414710003,41.13487334091038],[-73.4542371471131,41.134859340906225],[-73.45446714718337,41.13478834088478],[-73.45454614720659,41.13474834087436],[-73.45477114727453,41.134665340850745],[-73.4548891473095,41.134610340836105],[-73.45526914742226,41.134435340789366],[-73.45538614745604,41.13436534077182],[-73.45554314750213,41.13428434075082],[-73.45609914766447,41.13398234067345],[-73.45611114766795,41.13397534067168],[-73.45652314778937,41.133771340618225],[-73.45693514790635,41.133490340549706],[-73.45733214802053,41.13324434048851],[-73.45774314813832,41.13298234042372],[-73.45820314827422,41.132760340365174],[-73.45844414834355,41.132611340328104],[-73.45869514841614,41.13246334029091],[-73.45886114846303,41.13234534026235],[-73.46047214892602,41.13134234001309],[-73.46204014937716,41.130375339772336],[-73.46227114944195,41.13020333973108],[-73.46264114955092,41.13001933968291],[-73.46294914963984,41.129834339636595],[-73.4622601494676,41.1307123398311],[-73.46019414895122,41.13334634041456],[-73.45950614877937,41.13422534060922],[-73.45936914874298,41.13436234064052],[-73.45896014863439,41.13477334073443],[-73.45882414859838,41.13491134076589],[-73.45871214857159,41.13507534080168],[-73.45861814854906,41.13521234083158],[-73.45800314840241,41.136119341029314],[-73.45779814835358,41.136422341095354],[-73.45742614827076,41.137073341235],[-73.45631114802268,41.13902834165426],[-73.45594014794021,41.139680341794055],[-73.45577414790046,41.139922341846884],[-73.4552791477823,41.14065034200562],[-73.45527614778169,41.14065634200688],[-73.45511514774326,41.14089334205857],[-73.45474414766288,41.141581342205406],[-73.45363214742228,41.14364934264665],[-73.45326214734227,41.144338342793645],[-73.45303314728834,41.14468834286968],[-73.45234714712711,41.145741343098265],[-73.4521191470736,41.14609234317444],[-73.4518181470064,41.146616343286865],[-73.45128514688763,41.14754734348654],[-73.45108614684328,41.14789534356119],[-73.45091614680528,41.148190343624506],[-73.4506161467385,41.14871534373709],[-73.45043814669371,41.148937343786386],[-73.44990814656086,41.14960634393469],[-73.44973114651646,41.14982934398414],[-73.44968414650442,41.14988434399644],[-73.44954514646916,41.15005234403388],[-73.4494991464575,41.15010834404635],[-73.44947914645769,41.150224344069706],[-73.44937914645823,41.150796344184926],[-73.44901914646061,41.152863344601215],[-73.44889914646141,41.15355234473997],[-73.44883614644495,41.15362034475535],[-73.44881414643939,41.15364734476136],[-73.44890714647606,41.1537623447808],[-73.44883314645232,41.15376534478382],[-73.44799614618402,41.15380434481892],[-73.44750814603309,41.15392234485803],[-73.44604714558133,41.15427834497563],[-73.44556014543082,41.15439834501509],[-73.44498314524851,41.15447134504831],[-73.44491714522809,41.154487345053596],[-73.44302714464423,41.154957345207585],[-73.44239714444961,41.15511434525898],[-73.44233414443056,41.15513734526554],[-73.44214514437351,41.15520734528543],[-73.44208314435484,41.15523134529218],[-73.44115814406666,41.1554193453593],[-73.43838514320281,41.155984345560825],[-73.43746114291501,41.156173345628126],[-73.4373211428724,41.156219345641716],[-73.43690414274555,41.1563573456824],[-73.4367651427033,41.15640434569615],[-73.4364451426056,41.156504345726226],[-73.43548514231254,41.15680434581642],[-73.43516514221484,41.15690434584646],[-73.43450614201038,41.15705334589723],[-73.43253214139793,41.157499346049256],[-73.43187414119384,41.1576493461002],[-73.43170514114169,41.15769234611414],[-73.43170014114013,41.15769334611451],[-73.43117914097925,41.157824346157234],[-73.43100614092592,41.1578693461717],[-73.43032514071548,41.15803834622709],[-73.4282821400843,41.158547346393675],[-73.42760213987427,41.158717346449244],[-73.4265271395417,41.158977346535366],[-73.42434413886653,41.15950834671086],[-73.42330613854593,41.15976834679576],[-73.4222341382148,41.160037346883534],[-73.42273913833107,41.15921834670673],[-73.42426713868299,41.15674434617253],[-73.42471013876276,41.15563934594178],[-73.42479313877261,41.155343345881136],[-73.42487413879867,41.155341345878085],[-73.4250691388577,41.155271345858004],[-73.4251711388863,41.155195345839786],[-73.42543413896024,41.155002345793385],[-73.42567613903077,41.15486834575924],[-73.42582913907707,41.154813345743456],[-73.42593013910971,41.15481334574015],[-73.42626513922822,41.154991345764],[-73.42628213923423,41.15500034576521],[-73.42637713926653,41.15502834576756],[-73.42661313935326,41.15521034579543],[-73.42653113933785,41.15540334583589],[-73.42653313934436,41.155505345855794],[-73.42658713936186,41.15550634585422],[-73.42768613971842,41.155529345822686],[-73.42805313983752,41.15553734581222],[-73.42831213991003,41.155342345765554],[-73.42909014012805,41.154759345625976],[-73.42935014020097,41.15456534557948],[-73.42961714015972,41.1523433451359],[-73.42963414015753,41.15220934510912],[-73.4299471402378,41.15184534502763],[-73.43168914068477,41.14982234457458],[-73.43178714070989,41.14970834454907],[-73.43217114078385,41.148834344365426],[-73.43249114083942,41.1480003441917],[-73.43262714082874,41.14704834400093],[-73.43266614083727,41.14697734398575],[-73.4326871408218,41.14658934390912],[-73.43281314073432,41.144355343467744],[-73.43267614067616,41.14411334342486],[-73.43259414064129,41.14396734339898],[-73.4322201405004,41.1436183433429],[-73.43214314046782,41.14348434331922],[-73.43200514040939,41.14324334327656],[-73.43179114032043,41.142898343216046],[-73.43115014005404,41.141866343035055],[-73.4309371399655,41.141522342974696]]]},"properties":{"name":429,"geoid":"09001042900"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.45247214606779,41.126582339343614],[-73.45253214609252,41.126675339359856],[-73.45261114612354,41.12677133937606],[-73.45300714628443,41.127345339475475],[-73.45319314635454,41.12751933950344],[-73.45353914647848,41.1277313395336],[-73.45391314661077,41.127930339560294],[-73.45420214671498,41.128119339587826],[-73.45477314693129,41.12867333967756],[-73.45528714712773,41.12920233976427],[-73.45565914726781,41.12954833981981],[-73.45566914727145,41.12955533982085],[-73.45618314745865,41.129923339876036],[-73.45621114748239,41.13017933992523],[-73.45636014754555,41.13044133997165],[-73.4565251476125,41.13067834001263],[-73.45702514781203,41.13134034012584],[-73.45729014791358,41.131617340171374],[-73.45749914799524,41.13186334021268],[-73.45770514808251,41.13222434027659],[-73.45790214815788,41.13242834031006],[-73.45820314827422,41.132760340365174],[-73.45774314813832,41.13298234042372],[-73.45733214802053,41.13324434048851],[-73.45693514790635,41.133490340549706],[-73.45652314778937,41.133771340618225],[-73.45611114766795,41.13397534067168],[-73.45609914766447,41.13398234067345],[-73.45554314750213,41.13428434075082],[-73.45538614745604,41.13436534077182],[-73.45526914742226,41.134435340789366],[-73.4548891473095,41.134610340836105],[-73.45477114727453,41.134665340850745],[-73.45454614720659,41.13474834087436],[-73.45446714718337,41.13478834088478],[-73.4542371471131,41.134859340906225],[-73.45419414710003,41.13487334091038],[-73.45385614699681,41.13497834094202],[-73.45354714690184,41.135063340968806],[-73.45331614683093,41.13512834098912],[-73.45296114672159,41.13522234101915],[-73.45285414668868,41.135251341028344],[-73.45190414639777,41.13553134111432],[-73.45155214629004,41.13563634114643],[-73.45127114620401,41.13571934117189],[-73.45017914586873,41.13602634126783],[-73.44956614568004,41.13619034132003],[-73.44897414549963,41.13638034137665],[-73.44765114509116,41.13671234148504],[-73.44697714488521,41.13691934154767],[-73.44621114464985,41.13713134161429],[-73.44600814458745,41.137187341631915],[-73.44503714429018,41.13747534172015],[-73.44483414422872,41.13754734174089],[-73.4445891441539,41.137623341763806],[-73.44378614390683,41.13784034183262],[-73.44248614350577,41.13817234194025],[-73.44104614306393,41.138582342067735],[-73.4408821430154,41.13866034208837],[-73.44070914296223,41.138708342103456],[-73.4401931428039,41.13885534214915],[-73.44017714279903,41.13886034215065],[-73.44009914277508,41.13888234215752],[-73.44002214275147,41.13890434216435],[-73.43989314271184,41.13894034217563],[-73.43951214259491,41.139048342209264],[-73.43939814255978,41.13907834221887],[-73.43812014216648,41.13942234232812],[-73.43752114198173,41.1395763423779],[-73.4372861419093,41.139637342397556],[-73.43690614179447,41.139776342437216],[-73.43660114170225,41.13988734246895],[-73.43638814163704,41.13995034248827],[-73.43543314134479,41.14023634257556],[-73.43481414115466,41.14040934262974],[-73.43428814099316,41.14055734267594],[-73.4336151407863,41.14074334273442],[-73.43356214077005,41.14075834273908],[-73.43299614059744,41.14093834279287],[-73.4316081401714,41.141331342915315],[-73.4309371399655,41.141522342974696],[-73.43093213996193,41.141488342968216],[-73.43091913995192,41.14138734294887],[-73.43091513994874,41.141354342942535],[-73.43071213984528,41.14069434281999],[-73.43010513953553,41.138714342452275],[-73.42990313943245,41.13805534232989],[-73.42997713944173,41.13780034227755],[-73.42999613944427,41.13773734226459],[-73.43015613947276,41.137332342180066],[-73.43025913949016,41.13705534212246],[-73.43034113950416,41.13683734207708],[-73.4303681395119,41.13682034207289],[-73.43030613948608,41.13671934205514],[-73.43013913941628,41.13644334200657],[-73.43012713941069,41.136413342001084],[-73.43011113940304,41.13637034199319],[-73.43008513939087,41.13630434198114],[-73.43001613936012,41.13615734195462],[-73.42988913930341,41.13588434190534],[-73.42983213927513,41.135712341873514],[-73.42978213925021,41.13555934184521],[-73.42975313923608,41.13547634182991],[-73.42972113922103,41.1353943418149],[-73.42965413918873,41.13520834178068],[-73.42987713924032,41.13485134170348],[-73.42981013919017,41.13435434160836],[-73.4297931391775,41.13422934158446],[-73.42966413911758,41.13391134152642],[-73.42964913911166,41.13389234152319],[-73.42960413909373,41.13383334151312],[-73.42942713901353,41.133432341440404],[-73.42930313894736,41.132977341355385],[-73.42925113891583,41.13272034130677],[-73.42920313888885,41.13252034126919],[-73.42839713859037,41.13185734116577],[-73.42845213858064,41.13137734107],[-73.42830113849809,41.13078834095962],[-73.42814113841528,41.130246340858726],[-73.42786713828153,41.129457340713216],[-73.42782113825909,41.12932534068888],[-73.42779413824687,41.12926434067781],[-73.42755013813552,41.12869734057478],[-73.42746913809856,41.128509340540624],[-73.42745313809121,41.1284713405337],[-73.4270261379044,41.12761934038085],[-73.42677913780079,41.12720434030769],[-73.42624913757851,41.12631434015076],[-73.42645113764335,41.12630634014257],[-73.4266591377112,41.126317340137916],[-73.42676013774405,41.126321340135384],[-73.42686413777824,41.12633134013395],[-73.42698613781761,41.12633034012975],[-73.42719013788479,41.126352340127376],[-73.42731513792542,41.12635634012407],[-73.42746513797407,41.12635934011974],[-73.42782913809437,41.12640634011701],[-73.42832713825831,41.12645834011089],[-73.42880513841502,41.12649734010286],[-73.42907813850253,41.126485340091556],[-73.42912313851713,41.12648634009028],[-73.42916113852942,41.12648634008904],[-73.42924913855741,41.12647834008458],[-73.42935013858954,41.12646934007952],[-73.42939713860403,41.126457340075625],[-73.42957313866108,41.126460340070444],[-73.42986513875223,41.126404340049916],[-73.42955413864335,41.12625834003151],[-73.42963813867055,41.12625934002896],[-73.4297161386964,41.12627034002855],[-73.42979413872258,41.12628734002932],[-73.43038513890406,41.126121339977466],[-73.43065413898933,41.12609233996296],[-73.43083813904529,41.12603133994498],[-73.43104113911363,41.12607933994772],[-73.43139713924226,41.12631633998248],[-73.43163613932926,41.126486340007936],[-73.43181913939624,41.12662334002878],[-73.43199313946049,41.12676334005047],[-73.43213413951007,41.12683334005957],[-73.4324151396035,41.12687934005936],[-73.43269213969496,41.126913340056944],[-73.43288013975412,41.12688534004531],[-73.43334313990208,41.12685634002446],[-73.43381114004788,41.12676133999051],[-73.43399614010457,41.12670733997386],[-73.4342831401902,41.12658333994018],[-73.434441140238,41.12652633992385],[-73.4344731402473,41.12650833991926],[-73.43452414026251,41.12648633991329],[-73.43505314041703,41.126199339839765],[-73.43541614052097,41.12596633978222],[-73.4355201405517,41.12591633976903],[-73.43561114057813,41.12586433975586],[-73.43601814070712,41.12582033973391],[-73.43638614082337,41.125773339712644],[-73.43687814098493,41.12581833970534],[-73.43731214112327,41.12578533968464],[-73.43739114114766,41.12576533967814],[-73.43752414119196,41.12578833967827],[-73.4377261412562,41.12577033966813],[-73.43787214130212,41.12574833965904],[-73.43826914143094,41.125757339647805],[-73.43899214166612,41.12578433962938],[-73.43914414171581,41.125794339626346],[-73.43917214172487,41.125794339625436],[-73.43928514176149,41.12579633962214],[-73.43943114181079,41.125833339624585],[-73.43950314183473,41.12584533962457],[-73.43961114187074,41.125864339624755],[-73.43970614190125,41.12586133962105],[-73.4399341419754,41.12586933961514],[-73.44007614202013,41.12584933960657],[-73.44017314205169,41.12585333960418],[-73.44039814212503,41.12586433959895],[-73.44049214215599,41.12587433959783],[-73.44109114235754,41.12601333960541],[-73.44126214241444,41.1260423396055],[-73.44150214249579,41.126108339610546],[-73.44160814252912,41.12609233960393],[-73.44172214256395,41.12605733959334],[-73.4421921427027,41.12582833953308],[-73.44225214272065,41.125803339526236],[-73.44225814272312,41.12581233952779],[-73.4426351428361,41.12565833948528],[-73.44280614288826,41.12560433946909],[-73.44285914290477,41.12559333946521],[-73.44305714296628,41.12555033945029],[-73.44359014313926,41.125563339435374],[-73.44454714344947,41.12558033940732],[-73.44492814357396,41.125604339399516],[-73.4453041436957,41.12560833938797],[-73.44554614377097,41.12555733937005],[-73.4456441438008,41.12552533936058],[-73.44572114382356,41.1254883393508],[-73.4458621438661,41.1254353393358],[-73.44624114398047,41.12529433929577],[-73.44652314406524,41.12518333926478],[-73.4467431441314,41.125097339240725],[-73.44707314423486,41.12504233921914],[-73.44710414424476,41.125040339217726],[-73.44759514440165,41.12500933919556],[-73.44799714453247,41.12502533918552],[-73.44819614459882,41.12506133918603],[-73.44825914461987,41.12507333918631],[-73.44854914470879,41.12498933916036],[-73.44867514475185,41.125030339164255],[-73.44890114482924,41.125106339171744],[-73.44906114488168,41.125119339169025],[-73.44919414492534,41.12513133916701],[-73.44939214499534,41.12523633918108],[-73.44947214502487,41.125300339190986],[-73.44962214507642,41.12535433919665],[-73.45021914528166,41.12556933921915],[-73.45051514538454,41.12569533923413],[-73.45097214554185,41.125863339252035],[-73.4509861455466,41.12586733925235],[-73.45144714570445,41.12602233926759],[-73.45166414577956,41.126109339277505],[-73.45183714583943,41.12617833928533],[-73.45209414593228,41.126349339310394],[-73.45227214599605,41.126458339325914],[-73.45247214606779,41.126582339343614]]]},"properties":{"name":430,"geoid":"09001043000"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.43611013932245,41.10112933489432],[-73.43637913940121,41.100987334857685],[-73.43768313978651,41.10035833469172],[-73.43893814015557,41.099722334525985],[-73.43914914021705,41.09960533449615],[-73.43936514028037,41.09949233446692],[-73.43983914041735,41.09921033439614],[-73.44000314046491,41.099115334372144],[-73.44015114050654,41.09900733434614],[-73.44069214066054,41.098644334257294],[-73.4408501407055,41.098538334231336],[-73.44122414081015,41.09825533416363],[-73.44165414092932,41.09791033408194],[-73.44206314104096,41.09755233399839],[-73.44250514116212,41.097174333909834],[-73.44262914119565,41.097060333883434],[-73.44324814136355,41.09650033375343],[-73.44374714149843,41.096040333646926],[-73.44395014155337,41.095854333603825],[-73.44489114180888,41.09500733340702],[-73.44491914181646,41.094981333400995],[-73.44526114190953,41.09467733333022],[-73.44577014204826,41.09422833322556],[-73.44600514211199,41.09401533317611],[-73.44671314230412,41.09337633302768],[-73.44694914236821,41.093164332978404],[-73.44742514249732,41.092733332878346],[-73.4477351425815,41.09245433281351],[-73.44813014269111,41.092140332739035],[-73.44843414277588,41.091905332683005],[-73.44873214285954,41.09168533263013],[-73.44893814291832,41.09154933259674],[-73.44894114291917,41.09154733259624],[-73.44921414299861,41.091394332557314],[-73.44949714308041,41.0912263325151],[-73.4497201431469,41.09112933248878],[-73.44993914321168,41.091025332461236],[-73.45054914339329,41.09075533238834],[-73.45185514378792,41.09027933225226],[-73.45337514424814,41.08974133209699],[-73.45350914428903,41.08969933208437],[-73.45359114431417,41.08967633207718],[-73.45366814436309,41.09009633215697],[-73.45360314436165,41.09043733222593],[-73.45359614436939,41.090612332260456],[-73.45369014441206,41.09082733229951],[-73.45371214442577,41.090942332321326],[-73.45362514440612,41.09109033235318],[-73.45353114439494,41.09142533242192],[-73.45350914440358,41.09170033247652],[-73.45355314443006,41.09191433251703],[-73.45398114455496,41.09168133245734],[-73.45414814461803,41.09184033248304],[-73.4555221451207,41.09286733263925],[-73.45580614524279,41.09339733273382],[-73.45742114588066,41.09542533307828],[-73.4579891461015,41.096077333187424],[-73.45969314676401,41.09803333351484],[-73.46026114698493,41.09868633362415],[-73.4606301471313,41.09916033370494],[-73.46135614741925,41.10009233386373],[-73.46158414750968,41.10038533391365],[-73.46173214756925,41.100590333948965],[-73.46208414771097,41.101079334033244],[-73.46213914773229,41.101141334043575],[-73.46316914812775,41.10223533422414],[-73.46643314938079,41.1056993347957],[-73.46752114979851,41.10685433498626],[-73.46783414991616,41.107142335032414],[-73.46877315026912,41.10800733517106],[-73.46908715038713,41.108296335217354],[-73.46985915068902,41.109211335371256],[-73.4721751515948,41.11195833583331],[-73.4729481518971,41.11287433598735],[-73.47313815196955,41.113067336018915],[-73.47370815218703,41.11364833611399],[-73.47389915225986,41.113842336145716],[-73.47403215231272,41.11401433617505],[-73.47443215247162,41.11453133626316],[-73.47456615252483,41.11470433629265],[-73.47440915248586,41.11490933633794],[-73.4739421523703,41.115524336473726],[-73.47378715233204,41.11573033651915],[-73.47324615219692,41.11642133667223],[-73.4729111521133,41.11685033676726],[-73.4716231517917,41.118497337132055],[-73.47108315165696,41.1191893372853],[-73.47017815144191,41.12053733757898],[-73.46871315107568,41.122403337992445],[-73.46865415106093,41.122478338009074],[-73.4685961510465,41.122553338025675],[-73.46854515103398,41.12262233804084],[-73.46849515102178,41.12269133805599],[-73.46737915074878,41.12421733839144],[-73.46729915072926,41.124327338415604],[-73.46707515067324,41.12461233847875],[-73.46673015058714,41.12505433857661],[-73.46642215051224,41.12548333867073],[-73.466211150461,41.12577833873541],[-73.46599815040776,41.12604933879546],[-73.46597915040303,41.12607433880098],[-73.46572415033923,41.12639833887279],[-73.46535915024788,41.12686133897542],[-73.46514715019498,41.12713333903563],[-73.46506015017327,41.12724433906022],[-73.46480215010912,41.12757933913428],[-73.46471615008777,41.12769133915903],[-73.46436214999795,41.128119339254454],[-73.46330214972927,41.12940533954102],[-73.46294914963984,41.129834339636595],[-73.46264114955092,41.13001933968291],[-73.46227114944195,41.13020333973108],[-73.46204014937716,41.130375339772336],[-73.46047214892602,41.13134234001309],[-73.45886114846303,41.13234534026235],[-73.45869514841614,41.13246334029091],[-73.45844414834355,41.132611340328104],[-73.45820314827422,41.132760340365174],[-73.45790214815788,41.13242834031006],[-73.45770514808251,41.13222434027659],[-73.45749914799524,41.13186334021268],[-73.45729014791358,41.131617340171374],[-73.45702514781203,41.13134034012584],[-73.4565251476125,41.13067834001263],[-73.45636014754555,41.13044133997165],[-73.45621114748239,41.13017933992523],[-73.45618314745865,41.129923339876036],[-73.45566914727145,41.12955533982085],[-73.45565914726781,41.12954833981981],[-73.45528714712773,41.12920233976427],[-73.45477314693129,41.12867333967756],[-73.45420214671498,41.128119339587826],[-73.45391314661077,41.127930339560294],[-73.45353914647848,41.1277313395336],[-73.45319314635454,41.12751933950344],[-73.45300714628443,41.127345339475475],[-73.45261114612354,41.12677133937606],[-73.45253214609252,41.126675339359856],[-73.45247214606779,41.126582339343614],[-73.45237814602255,41.126323339295986],[-73.45229714598203,41.1260733392497],[-73.45225014595579,41.125880339213445],[-73.45219814592642,41.125661339172275],[-73.45209714587737,41.12537533911957],[-73.45202814583861,41.125088339065634],[-73.45198014581393,41.124928339035876],[-73.45194214574595,41.12395733884699],[-73.4519091457213,41.1237133388003],[-73.45181414564874,41.122983338660454],[-73.45181514562852,41.122625338590325],[-73.45182314561445,41.122335338533276],[-73.4518261456108,41.12225433851731],[-73.45189214562312,41.1220973384844],[-73.4521571456795,41.121587338375846],[-73.4522991457076,41.12127733831048],[-73.4525911457607,41.12055833816011],[-73.45283614580552,41.11995933803476],[-73.45287414581155,41.119850338012164],[-73.45287614581201,41.11984733801151],[-73.45290514581359,41.11971133798392],[-73.45293114581045,41.11951033794371],[-73.45294614580884,41.119397337921086],[-73.45293814580165,41.11931733790569],[-73.45294114579632,41.119207337884035],[-73.45292614577984,41.11900433784477],[-73.45289314575834,41.11881533780884],[-73.45288514575391,41.11878333780284],[-73.45279914570543,41.11842233773496],[-73.45270614566034,41.11816033768669],[-73.4524511455427,41.1175453375746],[-73.45224914544875,41.117045337483304],[-73.45216014540738,41.11682533744314],[-73.45199114533328,41.116485337382095],[-73.451970145321,41.11638933736398],[-73.45198414531714,41.11624333733493],[-73.45197214530899,41.11616833732062],[-73.45207814533423,41.11601133728641],[-73.45214114535061,41.11594233727082],[-73.45220014536709,41.115897337260066],[-73.45224414537948,41.11586533725238],[-73.45235014540984,41.11579733723558],[-73.45325214567873,41.115404337129014],[-73.45404514591453,41.11504833703329],[-73.45466414609865,41.11477133695873],[-73.45447814602836,41.11459333692998],[-73.45423114593204,41.114305336881664],[-73.45387514579312,41.11388833681165],[-73.45359314568412,41.11357633675979],[-73.45330614557372,41.113268336708884],[-73.45313514551114,41.11314033668941],[-73.45305814548317,41.11308633668136],[-73.45287014541697,41.11299133666893],[-73.45258014531493,41.112845336649826],[-73.45231114521911,41.11269033662829],[-73.4520201451185,41.112575336615315],[-73.45186114506214,41.11248833660348],[-73.45140114489347,41.11213833654999],[-73.45130914485753,41.11203033653186],[-73.45115514479369,41.111784336488725],[-73.45101714472995,41.11145033642782],[-73.45097514469393,41.11105833635242],[-73.45095714467186,41.11077533629757],[-73.45096814466976,41.11067633627781],[-73.45100314467504,41.11057133625611],[-73.45102314467364,41.11043433622861],[-73.4510481446748,41.11031333620408],[-73.45103414466827,41.11027833619769],[-73.45076514457682,41.11019933619104],[-73.45066614454274,41.11016233618704],[-73.45060314452083,41.110135336183816],[-73.4505741445107,41.110122336182215],[-73.45039714444785,41.110023336168624],[-73.45020714438186,41.1099433361592],[-73.45010614434638,41.109893336152695],[-73.44981614424638,41.10978333614066],[-73.44881614390896,41.109533336124464],[-73.44848014379346,41.109412336111774],[-73.44834514374743,41.109370336107965],[-73.44821514370372,41.10934033610636],[-73.44810114366453,41.10929933610207],[-73.44669714319483,41.109018336093044],[-73.44651014313102,41.108959336087615],[-73.44605314297488,41.108811336073586],[-73.44591414292671,41.10875433606699],[-73.44556014280397,41.108608336050004],[-73.44540814275015,41.10852633603891],[-73.44505414261373,41.10814133597508],[-73.44479614251124,41.10780733591812],[-73.44452614241185,41.10759533588543],[-73.44449014239865,41.107568335881325],[-73.44427314231933,41.10740733585689],[-73.44414514227093,41.10728433583699],[-73.44402014222305,41.107153335815426],[-73.44383214215291,41.10698933578944],[-73.44368614209841,41.10686133576916],[-73.44333014195927,41.10644033569835],[-73.44321414191396,41.10630333567531],[-73.44318014189952,41.106243335664665],[-73.44309314186586,41.106146335648525],[-73.44302314183717,41.10604033563004],[-73.44297214181823,41.10599733562329],[-73.44264914169844,41.105728335581176],[-73.44244814162035,41.105498335542705],[-73.44228314155662,41.105316335512455],[-73.44223514153808,41.105263335503636],[-73.44215414150823,41.10519933549375],[-73.44205614147428,41.10515933548913],[-73.4420211414616,41.10513533548556],[-73.44193314143196,41.10511433548434],[-73.44178614138247,41.10507933548229],[-73.44167014134361,41.105055335481396],[-73.44158214131421,41.105038335480955],[-73.44154314130161,41.10503833548223],[-73.44152814129674,41.105038335482725],[-73.44143114126433,41.10501933548217],[-73.44139414125198,41.10501233548203],[-73.4412871412162,41.104991335481415],[-73.44103314113127,41.104941335479936],[-73.44096614111014,41.10495033548389],[-73.44085914107649,41.10496633549054],[-73.44065414100855,41.10493633549138],[-73.44025814087843,41.104898335496905],[-73.44008514082046,41.104862335495525],[-73.43988414075156,41.10479333548859],[-73.43924014052988,41.10455533546305],[-73.4387001403432,41.104342335439014],[-73.43849214027256,41.10428233543407],[-73.43754913994681,41.103914335392865],[-73.43739113989204,41.103849335385306],[-73.43717413981645,41.103753335373604],[-73.43699613975366,41.10366133536141],[-73.43696413974176,41.10363433535717],[-73.4367851396785,41.103539335344415],[-73.43673813966154,41.10350833533989],[-73.43665013962871,41.103431335327684],[-73.43644013955054,41.103251335299305],[-73.43643713954935,41.10324733529859],[-73.43619313945385,41.10295633524958],[-73.43604913939593,41.102757335215315],[-73.43591113933881,41.10253833517693],[-73.43598713936085,41.10249433516581],[-73.43595413934601,41.10242133515258],[-73.43595013934087,41.10235433513958],[-73.43595813933763,41.10225233511933],[-73.43598413933749,41.102103335089296],[-73.43602113933336,41.10182233503303],[-73.43607913933369,41.10150033496802],[-73.43610313932997,41.10130033492805],[-73.43611013932245,41.10112933489432]]]},"properties":{"name":431,"geoid":"09001043100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.43010613754682,41.10399833565312],[-73.43026413759338,41.10392033563266],[-73.43061713769865,41.10376633559092],[-73.43086013777136,41.10366533556318],[-73.431254137887,41.1034613355103],[-73.4331081384349,41.102568335274604],[-73.43487213895624,41.10171933505048],[-73.4357861392263,41.10127833493414],[-73.43596713928014,41.10119733491232],[-73.43611013932245,41.10112933489432],[-73.43610313932997,41.10130033492805],[-73.43607913933369,41.10150033496802],[-73.43602113933336,41.10182233503303],[-73.43598413933749,41.102103335089296],[-73.43595813933763,41.10225233511933],[-73.43595013934087,41.10235433513958],[-73.43595413934601,41.10242133515258],[-73.43598713936085,41.10249433516581],[-73.43591113933881,41.10253833517693],[-73.43604913939593,41.102757335215315],[-73.43619313945385,41.10295633524958],[-73.43643713954935,41.10324733529859],[-73.43644013955054,41.103251335299305],[-73.43665013962871,41.103431335327684],[-73.43673813966154,41.10350833533989],[-73.4367851396785,41.103539335344415],[-73.43696413974176,41.10363433535717],[-73.43699613975366,41.10366133536141],[-73.43717413981645,41.103753335373604],[-73.43739113989204,41.103849335385306],[-73.43754913994681,41.103914335392865],[-73.43849214027256,41.10428233543407],[-73.4387001403432,41.104342335439014],[-73.43924014052988,41.10455533546305],[-73.43988414075156,41.10479333548859],[-73.44008514082046,41.104862335495525],[-73.44025814087843,41.104898335496905],[-73.44065414100855,41.10493633549138],[-73.44085914107649,41.10496633549054],[-73.44096614111014,41.10495033548389],[-73.44103314113127,41.104941335479936],[-73.4412871412162,41.104991335481415],[-73.44139414125198,41.10501233548203],[-73.44143114126433,41.10501933548217],[-73.44152814129674,41.105038335482725],[-73.44154314130161,41.10503833548223],[-73.44158214131421,41.105038335480955],[-73.44167014134361,41.105055335481396],[-73.44178614138247,41.10507933548229],[-73.44193314143196,41.10511433548434],[-73.4420211414616,41.10513533548556],[-73.44205614147428,41.10515933548913],[-73.44215414150823,41.10519933549375],[-73.44223514153808,41.105263335503636],[-73.44228314155662,41.105316335512455],[-73.44244814162035,41.105498335542705],[-73.44264914169844,41.105728335581176],[-73.44297214181823,41.10599733562329],[-73.44302314183717,41.10604033563004],[-73.44309314186586,41.106146335648525],[-73.44318014189952,41.106243335664665],[-73.44321414191396,41.10630333567531],[-73.44333014195927,41.10644033569835],[-73.44368614209841,41.10686133576916],[-73.44383214215291,41.10698933578944],[-73.44402014222305,41.107153335815426],[-73.44414514227093,41.10728433583699],[-73.44427314231933,41.10740733585689],[-73.44449014239865,41.107568335881325],[-73.44452614241185,41.10759533588543],[-73.44479614251124,41.10780733591812],[-73.44505414261373,41.10814133597508],[-73.44540814275015,41.10852633603891],[-73.44556014280397,41.108608336050004],[-73.44591414292671,41.10875433606699],[-73.44605314297488,41.108811336073586],[-73.44651014313102,41.108959336087615],[-73.44669714319483,41.109018336093044],[-73.44810114366453,41.10929933610207],[-73.44821514370372,41.10934033610636],[-73.44834514374743,41.109370336107965],[-73.44848014379346,41.109412336111774],[-73.44881614390896,41.109533336124464],[-73.44981614424638,41.10978333614066],[-73.45010614434638,41.109893336152695],[-73.45020714438186,41.1099433361592],[-73.45039714444785,41.110023336168624],[-73.4505741445107,41.110122336182215],[-73.45060314452083,41.110135336183816],[-73.45066614454274,41.11016233618704],[-73.45076514457682,41.11019933619104],[-73.45103414466827,41.11027833619769],[-73.4510481446748,41.11031333620408],[-73.45102314467364,41.11043433622861],[-73.45100314467504,41.11057133625611],[-73.45096814466976,41.11067633627781],[-73.45095714467186,41.11077533629757],[-73.45097514469393,41.11105833635242],[-73.45101714472995,41.11145033642782],[-73.45115514479369,41.111784336488725],[-73.45130914485753,41.11203033653186],[-73.45140114489347,41.11213833654999],[-73.45186114506214,41.11248833660348],[-73.4520201451185,41.112575336615315],[-73.45231114521911,41.11269033662829],[-73.45258014531493,41.112845336649826],[-73.45287014541697,41.11299133666893],[-73.45305814548317,41.11308633668136],[-73.45313514551114,41.11314033668941],[-73.45330614557372,41.113268336708884],[-73.45359314568412,41.11357633675979],[-73.45387514579312,41.11388833681165],[-73.45423114593204,41.114305336881664],[-73.45447814602836,41.11459333692998],[-73.45466414609865,41.11477133695873],[-73.45404514591453,41.11504833703329],[-73.45325214567873,41.115404337129014],[-73.45235014540984,41.11579733723558],[-73.45224414537948,41.11586533725238],[-73.45220014536709,41.115897337260066],[-73.45214114535061,41.11594233727082],[-73.45207814533423,41.11601133728641],[-73.45197214530899,41.11616833732062],[-73.45198414531714,41.11624333733493],[-73.451970145321,41.11638933736398],[-73.45199114533328,41.116485337382095],[-73.45216014540738,41.11682533744314],[-73.45224914544875,41.117045337483304],[-73.4524511455427,41.1175453375746],[-73.45270614566034,41.11816033768669],[-73.45279914570543,41.11842233773496],[-73.45288514575391,41.11878333780284],[-73.45289314575834,41.11881533780884],[-73.45292614577984,41.11900433784477],[-73.45294114579632,41.119207337884035],[-73.45293814580165,41.11931733790569],[-73.45294614580884,41.119397337921086],[-73.45293114581045,41.11951033794371],[-73.45290514581359,41.11971133798392],[-73.45287614581201,41.11984733801151],[-73.45287414581155,41.119850338012164],[-73.45283614580552,41.11995933803476],[-73.4525911457607,41.12055833816011],[-73.4522991457076,41.12127733831048],[-73.4521571456795,41.121587338375846],[-73.45189214562312,41.1220973384844],[-73.4518261456108,41.12225433851731],[-73.45182314561445,41.122335338533276],[-73.45181514562852,41.122625338590325],[-73.45181414564874,41.122983338660454],[-73.4519091457213,41.1237133388003],[-73.45194214574595,41.12395733884699],[-73.45198014581393,41.124928339035876],[-73.45202814583861,41.125088339065634],[-73.45209714587737,41.12537533911957],[-73.45219814592642,41.125661339172275],[-73.45225014595579,41.125880339213445],[-73.45229714598203,41.1260733392497],[-73.45237814602255,41.126323339295986],[-73.45247214606779,41.126582339343614],[-73.45227214599605,41.126458339325914],[-73.45209414593228,41.126349339310394],[-73.45183714583943,41.12617833928533],[-73.45166414577956,41.126109339277505],[-73.45144714570445,41.12602233926759],[-73.4509861455466,41.12586733925235],[-73.45097214554185,41.125863339252035],[-73.45051514538454,41.12569533923413],[-73.45021914528166,41.12556933921915],[-73.44962214507642,41.12535433919665],[-73.44947214502487,41.125300339190986],[-73.44939214499534,41.12523633918108],[-73.44919414492534,41.12513133916701],[-73.44906114488168,41.125119339169025],[-73.44890114482924,41.125106339171744],[-73.44867514475185,41.125030339164255],[-73.44854914470879,41.12498933916036],[-73.44825914461987,41.12507333918631],[-73.44819614459882,41.12506133918603],[-73.44799714453247,41.12502533918552],[-73.44759514440165,41.12500933919556],[-73.44710414424476,41.125040339217726],[-73.44707314423486,41.12504233921914],[-73.4467431441314,41.125097339240725],[-73.44652314406524,41.12518333926478],[-73.44624114398047,41.12529433929577],[-73.4458621438661,41.1254353393358],[-73.44572114382356,41.1254883393508],[-73.4456441438008,41.12552533936058],[-73.44554614377097,41.12555733937005],[-73.4453041436957,41.12560833938797],[-73.44492814357396,41.125604339399516],[-73.44454714344947,41.12558033940732],[-73.44359014313926,41.125563339435374],[-73.44305714296628,41.12555033945029],[-73.44285914290477,41.12559333946521],[-73.44280614288826,41.12560433946909],[-73.4426351428361,41.12565833948528],[-73.44225814272312,41.12581233952779],[-73.44225214272065,41.125803339526236],[-73.4421921427027,41.12582833953308],[-73.44172214256395,41.12605733959334],[-73.44160814252912,41.12609233960393],[-73.44150214249579,41.126108339610546],[-73.44126214241444,41.1260423396055],[-73.44109114235754,41.12601333960541],[-73.44049214215599,41.12587433959783],[-73.44039814212503,41.12586433959895],[-73.44017314205169,41.12585333960418],[-73.44007614202013,41.12584933960657],[-73.4399341419754,41.12586933961514],[-73.43970614190125,41.12586133962105],[-73.43961114187074,41.125864339624755],[-73.43950314183473,41.12584533962457],[-73.43943114181079,41.125833339624585],[-73.43928514176149,41.12579633962214],[-73.43931814176378,41.125650339592454],[-73.43927914174076,41.12546833955809],[-73.43913314167555,41.12515433950139],[-73.43910414166253,41.12509033948981],[-73.43903814163293,41.12494633946377],[-73.4387571415106,41.124396339365276],[-73.43849614139887,41.123918339280216],[-73.43834714133094,41.12357333921755],[-73.43818914126692,41.123347339178466],[-73.43811414123655,41.12324033915997],[-73.43801014119497,41.123101339136156],[-73.4377841411047,41.12280033908461],[-73.43763114104615,41.1226413390585],[-73.43749614099485,41.12250733903668],[-73.43747714098768,41.12248933903378],[-73.43728414091555,41.122319339006815],[-73.43718814087353,41.122127338972355],[-73.43716814085367,41.12189333892718],[-73.43719114085502,41.12178733890567],[-73.43727414087168,41.12161033886828],[-73.43733414088545,41.12151233884713],[-73.43738514089861,41.121454338834084],[-73.43747614092221,41.12135333881134],[-73.43757514094924,41.121266338791045],[-73.43760314095404,41.12119233877564],[-73.43757814094354,41.12115033876824],[-73.43756614093921,41.12114233876705],[-73.43771014097538,41.1209613387269],[-73.43814314108425,41.12041933860655],[-73.4382881411208,41.120239338566535],[-73.43848614117839,41.12012833853832],[-73.4385511411964,41.12007633852601],[-73.43872914124584,41.119935338492546],[-73.43894814130567,41.11974433844798],[-73.4390991413465,41.119605338415795],[-73.43925814139065,41.11947933838591],[-73.43926114139138,41.119475338385044],[-73.43936614141953,41.1193743383618],[-73.43949414145493,41.11927033833725],[-73.43933814139638,41.119128338314546],[-73.43923514135771,41.11903433829951],[-73.43889414122742,41.11868333824194],[-73.43879414118919,41.11858033822506],[-73.43875314117304,41.118529338216405],[-73.43869414114984,41.11845733820423],[-73.43858514110688,41.118322338181365],[-73.4385421410879,41.11823333816534],[-73.43853814108637,41.11822933816468],[-73.43847714106269,41.118160338153174],[-73.43842914103402,41.11793033810971],[-73.43841914102207,41.11777833808025],[-73.43842514102103,41.11772633806987],[-73.43844014101998,41.11762333804922],[-73.43850514103325,41.11748833802064],[-73.43860114105618,41.11734733798987],[-73.43883114111708,41.1171133379365],[-73.43896014115435,41.11703633791719],[-73.43929714124944,41.11679533785894],[-73.43930514125174,41.11679033785771],[-73.43941314128216,41.11671233783889],[-73.43945514129031,41.1166173378189],[-73.43946814128348,41.116425337780875],[-73.43937214123676,41.11615133773035],[-73.4391531411303,41.1155283376155],[-73.43914614111614,41.115320337574985],[-73.43914314110903,41.115213337554124],[-73.43917914111465,41.11510833753239],[-73.4392161411231,41.115047337519215],[-73.43935114115416,41.11482833747189],[-73.43934714115076,41.11479133746479],[-73.43929614110294,41.11424433735932],[-73.43929414110097,41.11422133735486],[-73.43928514108565,41.114004337312664],[-73.43926114107266,41.113913337295614],[-73.43918714103249,41.11362933724241],[-73.43918514102634,41.11353333722368],[-73.4391661410162,41.11346333721058],[-73.43915814101184,41.11343233720478],[-73.43909414098124,41.113259337172984],[-73.43896514092924,41.11307933714196],[-73.43893514091624,41.11302133713158],[-73.43886014088345,41.11287233710485],[-73.43884814087815,41.112847337100355],[-73.43884014086073,41.112588337049885],[-73.43881314083855,41.11235333700472],[-73.438755140811,41.11219933697646],[-73.43874714080741,41.11218233697338],[-73.43869614078424,41.11206533695214],[-73.43864914076568,41.11200633694213],[-73.43857514073456,41.11188033691986],[-73.4380411405258,41.11124833681356],[-73.43766214038432,41.110916336760944],[-73.43745114030979,41.11080533674612],[-73.43728014024882,41.110705336732124],[-73.43724814023744,41.11068733672965],[-73.43708714018042,41.11060033671788],[-73.43687714010903,41.11053833671261],[-73.4367421400641,41.11051533671253],[-73.4366131400224,41.11051533671676],[-73.4364231399617,41.110527336725326],[-73.43628613991802,41.11053733673179],[-73.43591013978947,41.11041433672001],[-73.43587713977807,41.11040133671854],[-73.43570013971717,41.110336336711605],[-73.43561413968835,41.1103183367109],[-73.43534313960008,41.11030633671742],[-73.43443513930465,41.11027033674013],[-73.4342981392578,41.1102253367358],[-73.43427913925096,41.11021333673406],[-73.43417113921235,41.11014833672487],[-73.43405013916949,41.11008233671591],[-73.43399913914848,41.11000333670209],[-73.43394813912846,41.10994133669162],[-73.43391113911392,41.10989633668401],[-73.43380713907187,41.10974933665863],[-73.43376113905336,41.109685336647594],[-73.43371413903441,41.1096193366362],[-73.43357413897799,41.109424336602586],[-73.43352813895942,41.10935933659136],[-73.43344813892996,41.10929633658166],[-73.43338813890725,41.10923833657224],[-73.43308013879079,41.108942336524336],[-73.43300413876032,41.108839336506655],[-73.43289513871663,41.108691336481236],[-73.4328281386892,41.108590336463635],[-73.43270613863929,41.10840733643179],[-73.43265113861408,41.10827733640812],[-73.4326041385926,41.108167336388114],[-73.43258613858438,41.10812533638048],[-73.43245013852348,41.10782933632693],[-73.43235613848252,41.10764433629377],[-73.43218813840912,41.10731033623383],[-73.43191513829304,41.10682333614736],[-73.43154513813958,41.1062313360435],[-73.43149013811666,41.10614133602766],[-73.43118813799086,41.10564833594096],[-73.43109613795875,41.10560633593574],[-73.43094913790746,41.10554033592763],[-73.43082113786261,41.10547933591989],[-73.43073113783107,41.10543633591438],[-73.43039713768555,41.10477933579661],[-73.43010613754682,41.10399833565312]]]},"properties":{"name":432,"geoid":"09001043200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.43847714106269,41.118160338153174],[-73.43853814108637,41.11822933816468],[-73.4385421410879,41.11823333816534],[-73.43858514110688,41.118322338181365],[-73.43869414114984,41.11845733820423],[-73.43875314117304,41.118529338216405],[-73.43879414118919,41.11858033822506],[-73.43889414122742,41.11868333824194],[-73.43923514135771,41.11903433829951],[-73.43933814139638,41.119128338314546],[-73.43949414145493,41.11927033833725],[-73.43936614141953,41.1193743383618],[-73.43926114139138,41.119475338385044],[-73.43925814139065,41.11947933838591],[-73.4390991413465,41.119605338415795],[-73.43894814130567,41.11974433844798],[-73.43872914124584,41.119935338492546],[-73.4385511411964,41.12007633852601],[-73.43848614117839,41.12012833853832],[-73.4382881411208,41.120239338566535],[-73.43814314108425,41.12041933860655],[-73.43771014097538,41.1209613387269],[-73.43756614093921,41.12114233876705],[-73.43757814094354,41.12115033876824],[-73.43760314095404,41.12119233877564],[-73.43757514094924,41.121266338791045],[-73.43747614092221,41.12135333881134],[-73.43738514089861,41.121454338834084],[-73.43733414088545,41.12151233884713],[-73.43727414087168,41.12161033886828],[-73.43719114085502,41.12178733890567],[-73.43716814085367,41.12189333892718],[-73.43718814087353,41.122127338972355],[-73.43728414091555,41.122319339006815],[-73.43747714098768,41.12248933903378],[-73.43749614099485,41.12250733903668],[-73.43763114104615,41.1226413390585],[-73.4377841411047,41.12280033908461],[-73.43801014119497,41.123101339136156],[-73.43811414123655,41.12324033915997],[-73.43818914126692,41.123347339178466],[-73.43834714133094,41.12357333921755],[-73.43849614139887,41.123918339280216],[-73.4387571415106,41.124396339365276],[-73.43903814163293,41.12494633946377],[-73.43910414166253,41.12509033948981],[-73.43913314167555,41.12515433950139],[-73.43927914174076,41.12546833955809],[-73.43931814176378,41.125650339592454],[-73.43928514176149,41.12579633962214],[-73.43917214172487,41.125794339625436],[-73.43914414171581,41.125794339626346],[-73.43899214166612,41.12578433962938],[-73.43826914143094,41.125757339647805],[-73.43787214130212,41.12574833965904],[-73.4377261412562,41.12577033966813],[-73.43752414119196,41.12578833967827],[-73.43739114114766,41.12576533967814],[-73.43731214112327,41.12578533968464],[-73.43687814098493,41.12581833970534],[-73.43638614082337,41.125773339712644],[-73.43601814070712,41.12582033973391],[-73.43561114057813,41.12586433975586],[-73.4355201405517,41.12591633976903],[-73.43541614052097,41.12596633978222],[-73.43505314041703,41.126199339839765],[-73.43452414026251,41.12648633991329],[-73.4344731402473,41.12650833991926],[-73.434441140238,41.12652633992385],[-73.4342831401902,41.12658333994018],[-73.43399614010457,41.12670733997386],[-73.43381114004788,41.12676133999051],[-73.43334313990208,41.12685634002446],[-73.43288013975412,41.12688534004531],[-73.43269213969496,41.126913340056944],[-73.4324151396035,41.12687934005936],[-73.43213413951007,41.12683334005957],[-73.43199313946049,41.12676334005047],[-73.43181913939624,41.12662334002878],[-73.43163613932926,41.126486340007936],[-73.43139713924226,41.12631633998248],[-73.43104113911363,41.12607933994772],[-73.43083813904529,41.12603133994498],[-73.43065413898933,41.12609233996296],[-73.43038513890406,41.126121339977466],[-73.42979413872258,41.12628734002932],[-73.4297161386964,41.12627034002855],[-73.42963813867055,41.12625934002896],[-73.42955413864335,41.12625834003151],[-73.42986513875223,41.126404340049916],[-73.42957313866108,41.126460340070444],[-73.42939713860403,41.126457340075625],[-73.42935013858954,41.12646934007952],[-73.42924913855741,41.12647834008458],[-73.42916113852942,41.12648634008904],[-73.42912313851713,41.12648634009028],[-73.42907813850253,41.126485340091556],[-73.42880513841502,41.12649734010286],[-73.42832713825831,41.12645834011089],[-73.42782913809437,41.12640634011701],[-73.42746513797407,41.12635934011974],[-73.42731513792542,41.12635634012407],[-73.42719013788479,41.126352340127376],[-73.42698613781761,41.12633034012975],[-73.42686413777824,41.12633134013395],[-73.42676013774405,41.126321340135384],[-73.4266591377112,41.126317340137916],[-73.42645113764335,41.12630634014257],[-73.42624913757851,41.12631434015076],[-73.42614313753435,41.12614134012035],[-73.42586513742147,41.12573934005074],[-73.42571113736162,41.12556334002132],[-73.42559813731845,41.1254473400023],[-73.42557513730873,41.125407339995235],[-73.42535613722123,41.12511533994522],[-73.4249941370753,41.124610339858165],[-73.42452113688883,41.12402333975871],[-73.42400313668837,41.12344633966267],[-73.42366913656136,41.12311333960839],[-73.4233871364524,41.122802339556735],[-73.42194513590212,41.12133033931567],[-73.42157513576134,41.12096033925531],[-73.42127013564308,41.12061633919792],[-73.42120713561911,41.12055333918765],[-73.42092713550625,41.12016233912024],[-73.42088713549016,41.120107339110774],[-73.42085313547649,41.12006033910268],[-73.42063613538873,41.11975233904947],[-73.42057913536567,41.11967133903545],[-73.42056513535995,41.119650339031814],[-73.4205281353449,41.119596339022436],[-73.42051613533994,41.11957733901912],[-73.42046713531991,41.11950433900641],[-73.42042613530312,41.11944233899562],[-73.42042113530104,41.119434338994225],[-73.42038513528638,41.119381338985015],[-73.42037613528265,41.11936733898257],[-73.42034913527169,41.11932833897581],[-73.42034113526837,41.119315338973536],[-73.42030013525158,41.119253338962736],[-73.42019813520928,41.11909033893415],[-73.42012913518069,41.11898033891486],[-73.41996713511283,41.118709338867085],[-73.41980213504162,41.11839733881138],[-73.4196791349884,41.118162338769366],[-73.4192771348007,41.11715233858469],[-73.41902613466942,41.116276338421315],[-73.41899913465383,41.116156338398696],[-73.41911613469672,41.1162453384123],[-73.41928213475856,41.11638833843488],[-73.41946713482442,41.116494338449584],[-73.41975513492619,41.11664633846993],[-73.41984513495704,41.11667733847306],[-73.4199671349994,41.11672833847905],[-73.42015913506184,41.116735338474136],[-73.42023713508671,41.11672933847041],[-73.42030013510414,41.11667833845835],[-73.42035313511879,41.1166353384482],[-73.42048413515099,41.11645833840924],[-73.42076413527846,41.1171043385266],[-73.42132213545499,41.11703833849541],[-73.4214121354838,41.11703333849147],[-73.42180113561615,41.11714933850146],[-73.42202813569162,41.11718633850128],[-73.42225913576814,41.11721933850017],[-73.42246413583656,41.117257338500906],[-73.42262813589208,41.11730133850415],[-73.42312313605977,41.11743633851437],[-73.42328813611574,41.11748233851798],[-73.42341713616047,41.11753533852413],[-73.42351813619554,41.11757833852926],[-73.42375313627674,41.11767033853958],[-73.42380513629487,41.11769333854239],[-73.4238391363068,41.11770933854441],[-73.42393913634058,41.11773533854622],[-73.42431413645828,41.117674338521994],[-73.4245611365358,41.11763433850607],[-73.42519713673474,41.11751933846272],[-73.42543013680596,41.11744833844117],[-73.42557013684885,41.11740733842856],[-73.4257901369153,41.11732633840549],[-73.42600713698114,41.11725133838368],[-73.4264031371013,41.11711533834408],[-73.42666313718057,41.117032338319305],[-73.42688313724771,41.11696333829858],[-73.42703013729252,41.116916338284554],[-73.42714913732887,41.11687933827342],[-73.4273371373867,41.116828338257264],[-73.42748313743381,41.116827338252286],[-73.42752013744577,41.11682733825108],[-73.42763913748387,41.11682133824601],[-73.42770913750671,41.116825338244496],[-73.42791913757532,41.116838338240164],[-73.42792213757636,41.11683933824026],[-73.42798913759863,41.11685033824023],[-73.42835213771616,41.11685433822911],[-73.42858013778937,41.116846338220085],[-73.42880513786037,41.11681633820685],[-73.42899513792084,41.11680033819747],[-73.42910313797242,41.117091338250944],[-73.4292531380364,41.11736233829912],[-73.42935513807647,41.11748633832005],[-73.42950413813195,41.11761433834024],[-73.42971113820468,41.11771633835344],[-73.4300711383213,41.11772133834262],[-73.43050213846033,41.11771733832771],[-73.4307211385307,41.117710338319185],[-73.43108713864792,41.117692338303655],[-73.43129913871954,41.11774633830728],[-73.43136313874268,41.11778933831362],[-73.43155413881132,41.11791033833106],[-73.4316301388395,41.1179733383409],[-73.43167313885706,41.11803733835203],[-73.43177213889594,41.11815733837229],[-73.43190313894729,41.11831533839894],[-73.43207513901434,41.118515338432495],[-73.43212413903338,41.118571338441846],[-73.43216913905188,41.11864033845388],[-73.43224413907618,41.11864133845163],[-73.4323831391212,41.11864333844746],[-73.4324691391494,41.11865033844603],[-73.43254513917435,41.11865733844491],[-73.43280713925965,41.118668338438475],[-73.43320313938871,41.11868733842922],[-73.43359613951598,41.11869233841731],[-73.43386013960158,41.118697338409646],[-73.43441613978203,41.118711338394164],[-73.43445813979571,41.118713338393185],[-73.43505213998897,41.11873633837823],[-73.43521614004197,41.118736338372855],[-73.43561114017041,41.118750338362645],[-73.4358001402315,41.118750338356456],[-73.43591114026673,41.11873933835067],[-73.43602314030079,41.118702338339745],[-73.43606914031383,41.118670338331974],[-73.43614014033403,41.11862233832025],[-73.43624314036272,41.118542338301204],[-73.43646514042781,41.118426338271206],[-73.43653514044716,41.11836933825775],[-73.43662314047153,41.118298338240955],[-73.43690414055162,41.11811133819512],[-73.43695514056621,41.11807833818699],[-73.4372701406594,41.11792833814729],[-73.43733714067845,41.11788333813628],[-73.4376001407576,41.11778133810768],[-73.4376571407744,41.117753338100336],[-73.43787614084518,41.117753338093166],[-73.43803714089927,41.11778933809493],[-73.43815214093985,41.1178493381029],[-73.43817414094758,41.11786033810434],[-73.43847714106269,41.118160338153174]]]},"properties":{"name":433,"geoid":"09001043300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.42624913757851,41.12631434015076],[-73.42677913780079,41.12720434030769],[-73.4270261379044,41.12761934038085],[-73.42745313809121,41.1284713405337],[-73.42746913809856,41.128509340540624],[-73.42755013813552,41.12869734057478],[-73.42779413824687,41.12926434067781],[-73.42782113825909,41.12932534068888],[-73.42786713828153,41.129457340713216],[-73.42814113841528,41.130246340858726],[-73.42830113849809,41.13078834095962],[-73.42845213858064,41.13137734107],[-73.42839713859037,41.13185734116577],[-73.42920313888885,41.13252034126919],[-73.42915213887076,41.132492341265376],[-73.42894113880229,41.13248734127131],[-73.4288761387822,41.13250334127657],[-73.42868013873647,41.13281034134311],[-73.42822913864137,41.13369434153096],[-73.42801913858739,41.133936341585226],[-73.4278881385529,41.13407334161634],[-73.42752513846706,41.134622341735735],[-73.42735813841654,41.13468234175295],[-73.42717213835544,41.13466534175571],[-73.42668813820309,41.13473634178548],[-73.42609113803819,41.13522534190078],[-73.42596113801166,41.13549534195789],[-73.42596513802056,41.135628341983804],[-73.42590813800163,41.135619341983904],[-73.42589713799795,41.13561734198389],[-73.42586613798788,41.13561634198471],[-73.42563613791337,41.13561334199165],[-73.42556913789207,41.13561934199502],[-73.42547113786102,41.13563034200038],[-73.4253031378077,41.13564734200922],[-73.42527713779948,41.13565034201066],[-73.42499213770948,41.135687342027246],[-73.42480313764962,41.135708342037546],[-73.42463713759705,41.1357273420467],[-73.42455713755233,41.13539834198492],[-73.42447113750718,41.135095341928405],[-73.42445113749157,41.134936341897934],[-73.42440113745188,41.1345253418191],[-73.42429813738505,41.133940341707934],[-73.42427513736591,41.13373634166875],[-73.42423113734247,41.13357534163867],[-73.42419513731984,41.133383341602254],[-73.42394813719255,41.13255534144822],[-73.4239411371888,41.132529341443366],[-73.42382213713022,41.132178341378534],[-73.42370713707018,41.131779341304195],[-73.42367313705266,41.13166534128297],[-73.42357113700021,41.13132534121974],[-73.42353713698276,41.13121234119873],[-73.42345513694565,41.131027341165186],[-73.4232931368722,41.13065934109846],[-73.4232091368344,41.13047334106478],[-73.42312613679702,41.13028934103146],[-73.42309513678316,41.130222341019355],[-73.42300513674267,41.13002334098334],[-73.4229751367292,41.129957340971394],[-73.42289413670463,41.12998534097954],[-73.42273713665706,41.13004034099544],[-73.42264813662902,41.13005334100092],[-73.42256413660267,41.13006734100641],[-73.42231713652389,41.13008534101802],[-73.42223113649649,41.130092341022205],[-73.4217641363482,41.13013834104652],[-73.42158013629098,41.13017734106017],[-73.42158013629103,41.13017834106038],[-73.42147613625822,41.130192341066525],[-73.42133813621545,41.13022434107731],[-73.4209021360788,41.13029834110608],[-73.42045013593655,41.13036534113401],[-73.4203231358955,41.130365341138166],[-73.4201541358414,41.13037434114546],[-73.41983213573694,41.13036734115464],[-73.41958913565455,41.130300341149486],[-73.41944513560465,41.13024134114265],[-73.41936913557882,41.13021934114082],[-73.41899113544639,41.13004034111815],[-73.41866213533149,41.12989034109955],[-73.41816713515827,41.129659341070536],[-73.41764413497685,41.12944334104538],[-73.417522134934,41.1293833410376],[-73.41730613485818,41.12927834102414],[-73.41716313480725,41.12919634101276],[-73.41704613476563,41.12912934100346],[-73.41694713473025,41.129070340995156],[-73.41669413463998,41.12892234097447],[-73.41664913462407,41.12889834097123],[-73.41654813458847,41.12884634096436],[-73.41616513444927,41.12857734092422],[-73.41578113431027,41.128317340885886],[-73.41500213402868,41.12779634080937],[-73.41466613390868,41.1275973407814],[-73.41432613378666,41.12738534075102],[-73.41412813371664,41.12728034073694],[-73.41392913364719,41.12719034072584],[-73.41374313358594,41.127170340728014],[-73.41365513355743,41.12716934073069],[-73.4135451335176,41.127094340719594],[-73.41334913344777,41.126981340703885],[-73.4130561333397,41.12674734066765],[-73.41292913329274,41.12664434065164],[-73.41243213311274,41.12630634060171],[-73.41205513297689,41.126061340566096],[-73.41175413287004,41.12589434054323],[-73.41128113269907,41.12557834049682],[-73.41107613262969,41.12552334049277],[-73.41102213261469,41.12556634050297],[-73.41098513260292,41.12556934050476],[-73.4109561325944,41.12558434050864],[-73.41094713259149,41.12558434050893],[-73.4108971325756,41.12558934051156],[-73.41083913255748,41.12560034051561],[-73.41057613247617,41.12566434053675],[-73.4105141324567,41.12567434054073],[-73.41048013244605,41.12568034054304],[-73.41042413242887,41.125696340548],[-73.41037413241386,41.125716340553545],[-73.41032513239436,41.12565234054263],[-73.41029913238086,41.12556334052605],[-73.41026113236519,41.12550434051574],[-73.41025713236098,41.125453340505885],[-73.41022813234979,41.125421340500544],[-73.41021413234441,41.12540634049808],[-73.41023013234775,41.12537434049129],[-73.41022013234318,41.125351340487114],[-73.41020713232972,41.125189340455805],[-73.4101771323151,41.12510334043994],[-73.41010713228263,41.124931340408544],[-73.41007113226068,41.124751340374466],[-73.40999613221938,41.124453340318574],[-73.40991413217417,41.12412634025721],[-73.40986213214664,41.12393934022229],[-73.40975613209028,41.12355334015016],[-73.40971913206958,41.12340034012141],[-73.4097161320674,41.123379340117395],[-73.40970513205897,41.123294340101104],[-73.4096751320434,41.12319134008191],[-73.40947513195816,41.122831340017946],[-73.40940813192951,41.122709339996256],[-73.40914113181644,41.12224133991332],[-73.4089141317192,41.12182433983908],[-73.40887713170324,41.12175433982658],[-73.40868713162101,41.121390339761504],[-73.4089961317224,41.12141733975668],[-73.4092011317897,41.12143533975349],[-73.40951913189514,41.12148233975229],[-73.40984913200546,41.12154633975402],[-73.40991613202796,41.12156133975477],[-73.4102191321299,41.12163133975856],[-73.41046013221232,41.12171033976614],[-73.4105571322456,41.12174433976963],[-73.41070913229775,41.121797339775036],[-73.41115413245181,41.121976339795516],[-73.41132413251036,41.1220393398023],[-73.41151713257621,41.12210033980793],[-73.4115631325914,41.12210533980738],[-73.41164713261911,41.122115339806605],[-73.41181513267391,41.12212433980287],[-73.41192013270766,41.122121339798845],[-73.41197113272362,41.12211233979542],[-73.41212513277208,41.12208933978587],[-73.4121771327885,41.12208233978279],[-73.41229113282395,41.12205833977436],[-73.41233513283773,41.12205033977136],[-73.41257013291022,41.12199033975192],[-73.41262813292789,41.12197133974629],[-73.41274013296214,41.121937339735965],[-73.41293513302297,41.12189933972214],[-73.4130801330683,41.1218723397121],[-73.41331913314117,41.12179633968939],[-73.41350513319763,41.12173233967077],[-73.41350613319784,41.12173033967035],[-73.41359413322284,41.12167033965572],[-73.41366613324278,41.121612339642],[-73.41400613333178,41.12124733955937],[-73.41407113334888,41.12117933954392],[-73.41482413355271,41.12048933938413],[-73.41494313358591,41.12039733936222],[-73.41515213364778,41.120298339335974],[-73.41519113365942,41.12028133933136],[-73.415394133721,41.120211339311005],[-73.4156211337895,41.12012633928694],[-73.41570313381422,41.12009533927817],[-73.41594913388833,41.120001339251715],[-73.41603213391343,41.11997133924311],[-73.41617013395499,41.11991833922822],[-73.41617213395564,41.11991833922815],[-73.41627913398885,41.11989433921995],[-73.41658313407936,41.11975933918355],[-73.41671913411993,41.119700339167544],[-73.41677113413479,41.11966633915918],[-73.41693013418045,41.119566339134394],[-73.41695613418801,41.119551339130595],[-73.41698213419525,41.11953133912583],[-73.41699513419952,41.119532339125605],[-73.41707213422056,41.119465339109944],[-73.4171401342391,41.11940533909597],[-73.41733813430727,41.1194783391038],[-73.41779513446315,41.11962133911684],[-73.41829613463162,41.119736339122944],[-73.41877513478362,41.11968733909767],[-73.41923313492404,41.119555339056824],[-73.4195161350124,41.11950133903699],[-73.41982113511035,41.119490339024836],[-73.42020913523167,41.11941933899823],[-73.4203001352601,41.11940233899192],[-73.42038513528638,41.119381338985015],[-73.42042113530104,41.119434338994225],[-73.42042613530312,41.11944233899562],[-73.42046713531991,41.11950433900641],[-73.42051613533994,41.11957733901912],[-73.4205281353449,41.119596339022436],[-73.42056513535995,41.119650339031814],[-73.42057913536567,41.11967133903545],[-73.42063613538873,41.11975233904947],[-73.42085313547649,41.12006033910268],[-73.42088713549016,41.120107339110774],[-73.42092713550625,41.12016233912024],[-73.42120713561911,41.12055333918765],[-73.42127013564308,41.12061633919792],[-73.42157513576134,41.12096033925531],[-73.42194513590212,41.12133033931567],[-73.4233871364524,41.122802339556735],[-73.42366913656136,41.12311333960839],[-73.42400313668837,41.12344633966267],[-73.42452113688883,41.12402333975871],[-73.4249941370753,41.124610339858165],[-73.42535613722123,41.12511533994522],[-73.42557513730873,41.125407339995235],[-73.42559813731845,41.1254473400023],[-73.42571113736162,41.12556334002132],[-73.42586513742147,41.12573934005074],[-73.42614313753435,41.12614134012035],[-73.42624913757851,41.12631434015076]]]},"properties":{"name":434,"geoid":"09001043400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.3813281226145,41.11851734009362],[-73.38152312267175,41.11841634006747],[-73.38183312276183,41.118239340022676],[-73.38207712283354,41.11811433999021],[-73.38232512290655,41.11798933995761],[-73.38278912304246,41.11774333989425],[-73.38293012308397,41.117672339875725],[-73.38305712312062,41.117595339856486],[-73.38342212322688,41.11739033980439],[-73.38385212335258,41.11715833974488],[-73.38397312338752,41.11708533972663],[-73.38417612344735,41.11698433970022],[-73.38432712349197,41.116911339680975],[-73.38446812353378,41.11684533966343],[-73.38481712363532,41.11664833961342],[-73.38487612364958,41.11656433959504],[-73.38502412369043,41.1164423395663],[-73.38508412370703,41.11639333955474],[-73.38563912386948,41.11609733947859],[-73.38598112396745,41.115877339424316],[-73.3863841240838,41.115634339363545],[-73.38713712430413,41.115231339259964],[-73.38756312442945,41.11501533920373],[-73.3879001245287,41.1148463391596],[-73.38832112465134,41.11461133909978],[-73.38868312475638,41.114402339047004],[-73.38935712495504,41.11406733895932],[-73.39005412516246,41.1137553388754],[-73.39034112524763,41.113622338839974],[-73.39068212534966,41.11347933880079],[-73.39119012550239,41.11327933874501],[-73.39185712570428,41.113040338676385],[-73.3935731262297,41.112530338520344],[-73.3953681267817,41.112039338365435],[-73.39572112689089,41.111953338337045],[-73.3959761269698,41.11189233831675],[-73.39651712713635,41.11174733827065],[-73.39673412720396,41.11170333825495],[-73.39693112726482,41.11165433823889],[-73.39747312743151,41.111506338192164],[-73.3979491275774,41.111367338149364],[-73.3982291276644,41.11130633812826],[-73.39829412768486,41.11129733812437],[-73.39838712771339,41.111270338116036],[-73.39854612776277,41.111235338103974],[-73.39855412777027,41.11132133812056],[-73.39855712777228,41.11133933812399],[-73.39857012778025,41.11140533813649],[-73.39860212780346,41.11163033817953],[-73.39860112780428,41.11165033818349],[-73.39859912780963,41.11175533820412],[-73.39860012781665,41.11187233822701],[-73.39859512781818,41.111927338237955],[-73.39859412781922,41.1119513382427],[-73.39858612784484,41.11244433833953],[-73.39858512784467,41.112447338340154],[-73.39857612785167,41.11262033837435],[-73.39856012784946,41.11267233838505],[-73.39853112785381,41.11291233843303],[-73.39852012785552,41.11300433845141],[-73.39847012785422,41.11326433850398],[-73.39831012782587,41.11367233858915],[-73.39826312781537,41.11375433860675],[-73.39811712778294,41.11401233866208],[-73.39802912776592,41.11421233870414],[-73.39796412775138,41.114325338728406],[-73.39795812775007,41.11433633873075],[-73.39780312771704,41.11463433879421],[-73.39766912768619,41.1148523388413],[-73.39754212765943,41.11510233889443],[-73.39745912764378,41.11529733893535],[-73.39745812764374,41.11530233893636],[-73.39734512761774,41.11548633897609],[-73.39729612760947,41.115618339003554],[-73.39714212756797,41.11576333903701],[-73.39708812755356,41.11581633904916],[-73.39698112752522,41.11592533907402],[-73.39679012747338,41.11609833911416],[-73.39667612744198,41.116193339136494],[-73.39651412739745,41.11633033916863],[-73.39637012735605,41.11642033919097],[-73.39618412730344,41.11655133922272],[-73.39597712724506,41.11670033925868],[-73.39556912713162,41.1170223393351],[-73.39525112704388,41.11728533939702],[-73.39524812704303,41.117287339397514],[-73.39500212698138,41.117599339466686],[-73.39505812700463,41.11768933948249],[-73.39513812703785,41.117818339505135],[-73.39521312707062,41.117967339531866],[-73.39526112709156,41.11806233954891],[-73.39539812714935,41.11829833959065],[-73.39581112732337,41.119007339716035],[-73.39594912738151,41.11924433975794],[-73.39595612738556,41.11927533976379],[-73.3959781273981,41.11937033978168],[-73.39598612740252,41.1194023397877],[-73.39604512742754,41.11950633980614],[-73.39614112746823,41.1196753398361],[-73.39623212750564,41.11981533986055],[-73.39629812753275,41.11991633987818],[-73.3963921275717,41.12006633990447],[-73.39653412763047,41.120291339943904],[-73.39665712768384,41.120529339986504],[-73.3967401277197,41.12068734001473],[-73.39682012775225,41.120804340035036],[-73.3969371277999,41.1209763400649],[-73.39703012784125,41.121173340100455],[-73.39709212786866,41.12130234012369],[-73.39714512789126,41.12139834014075],[-73.39729112795345,41.1216603401873],[-73.39730412795925,41.121688340192364],[-73.39735112798017,41.12178834021041],[-73.39738812799669,41.12186834022487],[-73.39750212804744,41.12211134026874],[-73.39754012806435,41.122192340283355],[-73.39761712809383,41.12227234029652],[-73.3977831281683,41.12263634036238],[-73.39789912821614,41.12281734039404],[-73.39826212837117,41.12347634051124],[-73.39842212844715,41.12390034058905],[-73.39848612847435,41.124014340609286],[-73.39854212850062,41.12415734063545],[-73.39751512818354,41.12441634071979],[-73.39625212779455,41.124752340826916],[-73.39612912775634,41.124779340836234],[-73.39595412770156,41.12481034084803],[-73.39567212761368,41.12486734086842],[-73.39536712752019,41.12495634089582],[-73.39502412741442,41.12504534092447],[-73.39434212720339,41.12520934097891],[-73.39420112716009,41.12524934099136],[-73.39284712674,41.125555341095584],[-73.39152212633005,41.1258753412016],[-73.39111412620325,41.12596434123238],[-73.39095912615637,41.12602034124841],[-73.3893801256686,41.12641534137744],[-73.38790112521129,41.1267773414967],[-73.38748512508317,41.12688834153205],[-73.3860991246543,41.1272223416428],[-73.38475812423664,41.12749834174071],[-73.38428812409069,41.12760234177643],[-73.38406212402174,41.12767434179794],[-73.3838651239611,41.127727341814754],[-73.38374012392303,41.127768341826865],[-73.38365312389624,41.127791341834225],[-73.3834081238211,41.12786234185615],[-73.38294512368002,41.128012341900664],[-73.38254212355652,41.12813034193695],[-73.38210512342414,41.12828534198159],[-73.38175112331675,41.12840834201726],[-73.3813321231891,41.1285443420576],[-73.38112712312667,41.12861134207741],[-73.38079912293446,41.12710434179298],[-73.38074412285647,41.12605134158853],[-73.3805341227273,41.124979341385426],[-73.38045712267856,41.12456234130627],[-73.38037512258694,41.12342334108584],[-73.38025412249387,41.12247934090488],[-73.3801491224275,41.12191234079725],[-73.38017512239807,41.12125034066671],[-73.38017412239185,41.12114734064657],[-73.3803291224356,41.12103634061975],[-73.38032712243398,41.12101934061649],[-73.3813281226145,41.11851734009362]]]},"properties":{"name":435,"geoid":"09001043500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.40868713162101,41.121390339761504],[-73.4085271315693,41.12139033976675],[-73.40818713145941,41.12139033977788],[-73.40804713141392,41.12138633978167],[-73.40788813136233,41.121382339786074],[-73.4076771312938,41.12137633979181],[-73.40759513126724,41.1213753397943],[-73.40722213114691,41.1213793398073],[-73.40704713108916,41.12135833980892],[-73.40683913102056,41.121334339811014],[-73.40636913086708,41.12130633982092],[-73.4060941307783,41.12130833983031],[-73.40601313075196,41.121305339832375],[-73.4054481305685,41.12129033984792],[-73.40527213051288,41.12131233985799],[-73.40503613044297,41.12142333988746],[-73.40484013038763,41.121563339921295],[-73.40451613029437,41.12176333997107],[-73.40424913022042,41.12197934002211],[-73.40410813017911,41.12205334004122],[-73.40408013017212,41.12208934004919],[-73.40383213010233,41.12227034009276],[-73.40372013007082,41.12235234011249],[-73.40336212996937,41.12260134017298],[-73.40315012990864,41.12273734020655],[-73.40297912985795,41.12281734022782],[-73.4025611297342,41.123015340280276],[-73.4024681297063,41.12305334029076],[-73.40234112966834,41.12310734030548],[-73.4023061296591,41.12314334031368],[-73.40210312959722,41.123208340333065],[-73.40161412944826,41.12336734038021],[-73.40149512941171,41.12340034039056],[-73.40129112934916,41.12345934040879],[-73.40088412922361,41.123564340442684],[-73.39988812891649,41.1238223405258],[-73.39966412884746,41.123881340544685],[-73.39925812872235,41.12398834057893],[-73.39897612863534,41.124060340602256],[-73.3987161285548,41.12412134062272],[-73.39854212850062,41.12415734063545],[-73.39848612847435,41.124014340609286],[-73.39842212844715,41.12390034058905],[-73.39826212837117,41.12347634051124],[-73.39789912821614,41.12281734039404],[-73.3977831281683,41.12263634036238],[-73.39761712809383,41.12227234029652],[-73.39754012806435,41.122192340283355],[-73.39750212804744,41.12211134026874],[-73.39738812799669,41.12186834022487],[-73.39735112798017,41.12178834021041],[-73.39730412795925,41.121688340192364],[-73.39729112795345,41.1216603401873],[-73.39714512789126,41.12139834014075],[-73.39709212786866,41.12130234012369],[-73.39703012784125,41.121173340100455],[-73.3969371277999,41.1209763400649],[-73.39682012775225,41.120804340035036],[-73.3967401277197,41.12068734001473],[-73.39665712768384,41.120529339986504],[-73.39653412763047,41.120291339943904],[-73.3963921275717,41.12006633990447],[-73.39629812753275,41.11991633987818],[-73.39623212750564,41.11981533986055],[-73.39614112746823,41.1196753398361],[-73.39604512742754,41.11950633980614],[-73.39598612740252,41.1194023397877],[-73.3959781273981,41.11937033978168],[-73.39595612738556,41.11927533976379],[-73.39594912738151,41.11924433975794],[-73.39581112732337,41.119007339716035],[-73.39539812714935,41.11829833959065],[-73.39526112709156,41.11806233954891],[-73.39521312707062,41.117967339531866],[-73.39513812703785,41.117818339505135],[-73.39505812700463,41.11768933948249],[-73.39500212698138,41.117599339466686],[-73.39524812704303,41.117287339397514],[-73.39525112704388,41.11728533939702],[-73.39556912713162,41.1170223393351],[-73.39597712724506,41.11670033925868],[-73.39618412730344,41.11655133922272],[-73.39637012735605,41.11642033919097],[-73.39651412739745,41.11633033916863],[-73.39667612744198,41.116193339136494],[-73.39679012747338,41.11609833911416],[-73.39698112752522,41.11592533907402],[-73.39708812755356,41.11581633904916],[-73.39714212756797,41.11576333903701],[-73.39729612760947,41.115618339003554],[-73.39734512761774,41.11548633897609],[-73.39745812764374,41.11530233893636],[-73.39745912764378,41.11529733893535],[-73.39754212765943,41.11510233889443],[-73.39766912768619,41.1148523388413],[-73.39780312771704,41.11463433879421],[-73.39795812775007,41.11433633873075],[-73.39796412775138,41.114325338728406],[-73.39802912776592,41.11421233870414],[-73.39811712778294,41.11401233866208],[-73.39826312781537,41.11375433860675],[-73.39831012782587,41.11367233858915],[-73.39847012785422,41.11326433850398],[-73.39852012785552,41.11300433845141],[-73.39853112785381,41.11291233843303],[-73.39856012784946,41.11267233838505],[-73.39857612785167,41.11262033837435],[-73.39858512784467,41.112447338340154],[-73.39858612784484,41.11244433833953],[-73.39859412781922,41.1119513382427],[-73.39859512781818,41.111927338237955],[-73.39860012781665,41.11187233822701],[-73.39859912780963,41.11175533820412],[-73.39860112780428,41.11165033818349],[-73.39860212780346,41.11163033817953],[-73.39857012778025,41.11140533813649],[-73.39855712777228,41.11133933812399],[-73.39855412777027,41.11132133812056],[-73.39854612776277,41.111235338103974],[-73.39870112781064,41.11119633809126],[-73.39930712799656,41.11102333803754],[-73.40011712824518,41.110793337966],[-73.40129912860468,41.11040033785033],[-73.40156512868515,41.11030433782282],[-73.4017591287439,41.110235337802955],[-73.40230012890609,41.110014337741944],[-73.40259612899476,41.10989233770837],[-73.40348812926221,41.109528337607856],[-73.40378512935125,41.109407337574446],[-73.40426012949399,41.10921933752208],[-73.40452912957488,41.1091133374925],[-73.40464812961012,41.10905733747764],[-73.40521112977838,41.10881833741239],[-73.40568812992367,41.10866333736642],[-73.40587112997942,41.10860433734887],[-73.40618213007569,41.1085303373242],[-73.40634713012707,41.10849633731213],[-73.40652913018504,41.10848133730323],[-73.40670213023841,41.10843733728897],[-73.40715413037812,41.108326337252414],[-73.40780213057882,41.10817433720143],[-73.4082511307186,41.10808133716852],[-73.40877013088024,41.10797533713077],[-73.40891613092508,41.10793433711795],[-73.40892013092626,41.10793233711744],[-73.40905713096869,41.10790033710669],[-73.4093121310483,41.107851337088746],[-73.40938013106958,41.10783933708416],[-73.40953513111823,41.107814337074196],[-73.40957713113119,41.107803337070656],[-73.40970313117023,41.10777433706086],[-73.40974613118355,41.107764337057496],[-73.40991313123517,41.10772333704401],[-73.4104151313906,41.10760433700426],[-73.41058313144264,41.10756533699112],[-73.4110191316607,41.10891433724117],[-73.41109813170013,41.109157337286184],[-73.41162113196151,41.11077233758549],[-73.40952413140637,41.11291333807356],[-73.40951713142282,41.113240338137864],[-73.4094951314843,41.11443933837346],[-73.40911413137738,41.11472233844137],[-73.4090661313661,41.11479633845744],[-73.40892313133277,41.11502133850619],[-73.40887613132186,41.11509633852243],[-73.40890113133139,41.115121338526514],[-73.4089761313599,41.11519633853874],[-73.40899513136713,41.115215338541844],[-73.40900113136948,41.11522233854302],[-73.40910713141122,41.115353338565214],[-73.40917713144061,41.11547133858603],[-73.40917713144066,41.11547233858622],[-73.40922713146512,41.11561733861299],[-73.40926113149368,41.11592433867203],[-73.40925313149852,41.11605433869776],[-73.4092541315068,41.11619333872496],[-73.4092471315118,41.116320338750064],[-73.40924913151616,41.11638533876273],[-73.40925213152144,41.116460338777316],[-73.40928613153774,41.11655333879443],[-73.40938213157413,41.1166473388097],[-73.40922413153247,41.11681133884699],[-73.40875113140788,41.11730533895924],[-73.40859413136658,41.117470338996704],[-73.40848613133095,41.11745733899769],[-73.4083221312768,41.11743733899915],[-73.40816513122499,41.11741833900056],[-73.40805913118996,41.117405339001486],[-73.40805213119029,41.117450339010524],[-73.40803113119117,41.117584339037464],[-73.40802513119186,41.11763033904667],[-73.40802013119189,41.11765933905252],[-73.40801713119197,41.117677339056144],[-73.40801113119318,41.1177323390671],[-73.4079991311944,41.11782133908493],[-73.40799413119557,41.11787033909469],[-73.40817813125385,41.11784933908456],[-73.40818713125739,41.11786033908642],[-73.40828213129461,41.117974339105636],[-73.40829313130085,41.118021339114485],[-73.408323131324,41.11825633915955],[-73.4083691313593,41.11861333922796],[-73.40836713137885,41.11896633929718],[-73.40836713139247,41.119204339343796],[-73.40834713139395,41.11934333937168],[-73.40834513139504,41.11937333937761],[-73.40832113140982,41.11976733945557],[-73.40830113140993,41.11988233947875],[-73.40827313141057,41.12005133951278],[-73.40830813143418,41.12026633955375],[-73.4083091314346,41.1202683395541],[-73.4083851314727,41.12050433959784],[-73.40845213150979,41.12077433964854],[-73.40849713153109,41.12089233967017],[-73.40857513156803,41.121097339707774],[-73.40859713157847,41.1211553397184],[-73.4086641316102,41.1213313397507],[-73.40868713162101,41.121390339761504]]]},"properties":{"name":436,"geoid":"09001043600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.40868713162101,41.121390339761504],[-73.4086641316102,41.1213313397507],[-73.40859713157847,41.1211553397184],[-73.40857513156803,41.121097339707774],[-73.40849713153109,41.12089233967017],[-73.40845213150979,41.12077433964854],[-73.4083851314727,41.12050433959784],[-73.4083091314346,41.1202683395541],[-73.40830813143418,41.12026633955375],[-73.40827313141057,41.12005133951278],[-73.40830113140993,41.11988233947875],[-73.40832113140982,41.11976733945557],[-73.40834513139504,41.11937333937761],[-73.40834713139395,41.11934333937168],[-73.40836713139247,41.119204339343796],[-73.40836713137885,41.11896633929718],[-73.4083691313593,41.11861333922796],[-73.408323131324,41.11825633915955],[-73.40829313130085,41.118021339114485],[-73.40828213129461,41.117974339105636],[-73.40818713125739,41.11786033908642],[-73.40817813125385,41.11784933908456],[-73.40799413119557,41.11787033909469],[-73.4079991311944,41.11782133908493],[-73.40801113119318,41.1177323390671],[-73.40801713119197,41.117677339056144],[-73.40802013119189,41.11765933905252],[-73.40802513119186,41.11763033904667],[-73.40803113119117,41.117584339037464],[-73.40805213119029,41.117450339010524],[-73.40805913118996,41.117405339001486],[-73.40816513122499,41.11741833900056],[-73.4083221312768,41.11743733899915],[-73.40848613133095,41.11745733899769],[-73.40859413136658,41.117470338996704],[-73.40875113140788,41.11730533895924],[-73.40922413153247,41.11681133884699],[-73.40938213157413,41.1166473388097],[-73.40928613153774,41.11655333879443],[-73.40925213152144,41.116460338777316],[-73.40924913151616,41.11638533876273],[-73.4092471315118,41.116320338750064],[-73.4092541315068,41.11619333872496],[-73.40925313149852,41.11605433869776],[-73.40926113149368,41.11592433867203],[-73.40922713146512,41.11561733861299],[-73.40917713144066,41.11547233858622],[-73.40917713144061,41.11547133858603],[-73.40910713141122,41.115353338565214],[-73.40900113136948,41.11522233854302],[-73.40899513136713,41.115215338541844],[-73.4089761313599,41.11519633853874],[-73.40890113133139,41.115121338526514],[-73.40887613132186,41.11509633852243],[-73.40892313133277,41.11502133850619],[-73.4090661313661,41.11479633845744],[-73.40911413137738,41.11472233844137],[-73.4094951314843,41.11443933837346],[-73.40951713142282,41.113240338137864],[-73.40952413140637,41.11291333807356],[-73.41162113196151,41.11077233758549],[-73.41109813170013,41.109157337286184],[-73.4110191316607,41.10891433724117],[-73.41058313144264,41.10756533699112],[-73.41067313147046,41.107543336983866],[-73.41079713150887,41.10751433697411],[-73.4109441315542,41.10747633696186],[-73.41103513158231,41.10745333695437],[-73.41145413171151,41.10734533691951],[-73.41206913190132,41.10718933686882],[-73.4125421320474,41.10707133683021],[-73.41271413210025,41.10702333681517],[-73.41299213218578,41.10694833679139],[-73.41313413222979,41.106915336780276],[-73.41353613235412,41.10681833674811],[-73.41364213238701,41.106794336739945],[-73.41405613251546,41.10670133670817],[-73.41461613269122,41.10661033667201],[-73.41510613284663,41.10655933664598],[-73.41518813287284,41.10655433664231],[-73.41571013303995,41.106527336619955],[-73.41583513307995,41.10652033661448],[-73.41627613322258,41.106522336600435],[-73.41766113367285,41.10657033656452],[-73.41840813391646,41.106609336547706],[-73.41862913398832,41.10661733654204],[-73.4189471340922,41.10663733653554],[-73.41928013420056,41.10665033652719],[-73.41945313425693,41.106658336523104],[-73.41978313436384,41.10666333651327],[-73.42000913443738,41.10667233650763],[-73.4197511343876,41.10725933663109],[-73.41951013434114,41.10780833674655],[-73.4190501342558,41.1089143369783],[-73.41901713425206,41.10903533700309],[-73.4188981342393,41.10948433709495],[-73.41883313422774,41.1096493371294],[-73.41882713422655,41.10966233713216],[-73.41881113422377,41.109704337140904],[-73.41880613422296,41.109718337143796],[-73.41880113422421,41.10976833715377],[-73.41879513422656,41.10984333716865],[-73.4187821342266,41.109917337183575],[-73.41877513422719,41.10996733719361],[-73.41880513425548,41.110292337256304],[-73.41880513425703,41.11031933726158],[-73.41880713426964,41.11052833730247],[-73.41879413431425,41.11138133747],[-73.41879013433324,41.11173533753948],[-73.41878713434153,41.11189733757132],[-73.41878013436715,41.11238433766696],[-73.41877813437469,41.11252733769503],[-73.41877713437549,41.11254733769899],[-73.41877313438285,41.11269833772869],[-73.41876113440496,41.113152337818036],[-73.41875813441155,41.11328433784399],[-73.4187581344127,41.113304337847914],[-73.41875513442454,41.11352833789189],[-73.41875313443872,41.113787337942696],[-73.4187591344643,41.11420033802339],[-73.41876313447831,41.11442233806676],[-73.41876313447848,41.11442533806734],[-73.41877313449264,41.11461633810442],[-73.41877413449377,41.11463033810714],[-73.41884013455022,41.11524433822526],[-73.41886213456907,41.115449338264696],[-73.41893613461714,41.11587133834493],[-73.41899913465383,41.116156338398696],[-73.41902613466942,41.116276338421315],[-73.4192771348007,41.11715233858469],[-73.4196791349884,41.118162338769366],[-73.41980213504162,41.11839733881138],[-73.41996713511283,41.118709338867085],[-73.42012913518069,41.11898033891486],[-73.42019813520928,41.11909033893415],[-73.42030013525158,41.119253338962736],[-73.42034113526837,41.119315338973536],[-73.42034913527169,41.11932833897581],[-73.42037613528265,41.11936733898257],[-73.42038513528638,41.119381338985015],[-73.4203001352601,41.11940233899192],[-73.42020913523167,41.11941933899823],[-73.41982113511035,41.119490339024836],[-73.4195161350124,41.11950133903699],[-73.41923313492404,41.119555339056824],[-73.41877513478362,41.11968733909767],[-73.41829613463162,41.119736339122944],[-73.41779513446315,41.11962133911684],[-73.41733813430727,41.1194783391038],[-73.4171401342391,41.11940533909597],[-73.41707213422056,41.119465339109944],[-73.41699513419952,41.119532339125605],[-73.41698213419525,41.11953133912583],[-73.41695613418801,41.119551339130595],[-73.41693013418045,41.119566339134394],[-73.41677113413479,41.11966633915918],[-73.41671913411993,41.119700339167544],[-73.41658313407936,41.11975933918355],[-73.41627913398885,41.11989433921995],[-73.41617213395564,41.11991833922815],[-73.41617013395499,41.11991833922822],[-73.41603213391343,41.11997133924311],[-73.41594913388833,41.120001339251715],[-73.41570313381422,41.12009533927817],[-73.4156211337895,41.12012633928694],[-73.415394133721,41.120211339311005],[-73.41519113365942,41.12028133933136],[-73.41515213364778,41.120298339335974],[-73.41494313358591,41.12039733936222],[-73.41482413355271,41.12048933938413],[-73.41407113334888,41.12117933954392],[-73.41400613333178,41.12124733955937],[-73.41366613324278,41.121612339642],[-73.41359413322284,41.12167033965572],[-73.41350613319784,41.12173033967035],[-73.41350513319763,41.12173233967077],[-73.41331913314117,41.12179633968939],[-73.4130801330683,41.1218723397121],[-73.41293513302297,41.12189933972214],[-73.41274013296214,41.121937339735965],[-73.41262813292789,41.12197133974629],[-73.41257013291022,41.12199033975192],[-73.41233513283773,41.12205033977136],[-73.41229113282395,41.12205833977436],[-73.4121771327885,41.12208233978279],[-73.41212513277208,41.12208933978587],[-73.41197113272362,41.12211233979542],[-73.41192013270766,41.122121339798845],[-73.41181513267391,41.12212433980287],[-73.41164713261911,41.122115339806605],[-73.4115631325914,41.12210533980738],[-73.41151713257621,41.12210033980793],[-73.41132413251036,41.1220393398023],[-73.41115413245181,41.121976339795516],[-73.41070913229775,41.121797339775036],[-73.4105571322456,41.12174433976963],[-73.41046013221232,41.12171033976614],[-73.4102191321299,41.12163133975856],[-73.40991613202796,41.12156133975477],[-73.40984913200546,41.12154633975402],[-73.40951913189514,41.12148233975229],[-73.4092011317897,41.12143533975349],[-73.4089961317224,41.12141733975668],[-73.40868713162101,41.121390339761504]]]},"properties":{"name":437,"geoid":"09001043700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.41899913465383,41.116156338398696],[-73.41893613461714,41.11587133834493],[-73.41886213456907,41.115449338264696],[-73.41884013455022,41.11524433822526],[-73.41877413449377,41.11463033810714],[-73.41877313449264,41.11461633810442],[-73.41876313447848,41.11442533806734],[-73.41876313447831,41.11442233806676],[-73.4187591344643,41.11420033802339],[-73.41875313443872,41.113787337942696],[-73.41875513442454,41.11352833789189],[-73.4187581344127,41.113304337847914],[-73.41875813441155,41.11328433784399],[-73.41876113440496,41.113152337818036],[-73.41877313438285,41.11269833772869],[-73.41877713437549,41.11254733769899],[-73.41877813437469,41.11252733769503],[-73.41878013436715,41.11238433766696],[-73.41878713434153,41.11189733757132],[-73.41879013433324,41.11173533753948],[-73.41879413431425,41.11138133747],[-73.41880713426964,41.11052833730247],[-73.41880513425703,41.11031933726158],[-73.41880513425548,41.110292337256304],[-73.41877513422719,41.10996733719361],[-73.4187821342266,41.109917337183575],[-73.41879513422656,41.10984333716865],[-73.41880113422421,41.10976833715377],[-73.41880613422296,41.109718337143796],[-73.41881113422377,41.109704337140904],[-73.41882713422655,41.10966233713216],[-73.41883313422774,41.1096493371294],[-73.4188981342393,41.10948433709495],[-73.41901713425206,41.10903533700309],[-73.4190501342558,41.1089143369783],[-73.41951013434114,41.10780833674655],[-73.4197511343876,41.10725933663109],[-73.42000913443738,41.10667233650763],[-73.42004413444874,41.10667333650669],[-73.4201521344838,41.10667633650374],[-73.42018913449581,41.10667733650272],[-73.42035713454891,41.10665633649312],[-73.42146413490936,41.10670433646628],[-73.42149513491925,41.10670233646488],[-73.42154413493473,41.10669633646209],[-73.42167213497554,41.10668633645592],[-73.42181613502115,41.1066703364481],[-73.42193313505803,41.10665433644114],[-73.42204113509179,41.106634336433665],[-73.42218013513492,41.106603336423056],[-73.42221913514702,41.10659433642],[-73.42234913518799,41.106576336412225],[-73.42258813526257,41.10653033639538],[-73.4226761352901,41.10651433638936],[-73.42273413530785,41.10649733638415],[-73.42283813534056,41.106481336377605],[-73.4229661353802,41.10645133636753],[-73.42308513541722,41.10642633635873],[-73.42324413546625,41.106385336345504],[-73.42357613556912,41.10630833631955],[-73.42386113565662,41.10622833629454],[-73.42449613585066,41.10603333623553],[-73.42517213605646,41.1058133361703],[-73.42537013611617,41.10573833614912],[-73.42555213617194,41.10568533613277],[-73.42571413622143,41.105635336117686],[-73.42585313626347,41.10558533610333],[-73.42653013646975,41.10536733603845],[-73.42716813666443,41.105167335978365],[-73.42766013681396,41.105002335929925],[-73.42810213694882,41.10486333588823],[-73.42837713703207,41.10476533586002],[-73.42844913705409,41.104743335853335],[-73.4286241371065,41.104671335833515],[-73.42880113715962,41.10460033581379],[-73.42905813723573,41.10447933578168],[-73.42914513726161,41.10444033577119],[-73.42931913731354,41.10436533575079],[-73.42947613736031,41.10429633573213],[-73.42947813736083,41.10429433573167],[-73.4297251374335,41.1041693356991],[-73.42994513749856,41.10406433567132],[-73.42997513750751,41.104051335667776],[-73.43010613754682,41.10399833565312],[-73.43039713768555,41.10477933579661],[-73.43073113783107,41.10543633591438],[-73.43082113786261,41.10547933591989],[-73.43094913790746,41.10554033592763],[-73.43109613795875,41.10560633593574],[-73.43118813799086,41.10564833594096],[-73.43149013811666,41.10614133602766],[-73.43154513813958,41.1062313360435],[-73.43191513829304,41.10682333614736],[-73.43218813840912,41.10731033623383],[-73.43235613848252,41.10764433629377],[-73.43245013852348,41.10782933632693],[-73.43258613858438,41.10812533638048],[-73.4326041385926,41.108167336388114],[-73.43265113861408,41.10827733640812],[-73.43270613863929,41.10840733643179],[-73.4328281386892,41.108590336463635],[-73.43289513871663,41.108691336481236],[-73.43300413876032,41.108839336506655],[-73.43308013879079,41.108942336524336],[-73.43338813890725,41.10923833657224],[-73.43344813892996,41.10929633658166],[-73.43352813895942,41.10935933659136],[-73.43357413897799,41.109424336602586],[-73.43371413903441,41.1096193366362],[-73.43376113905336,41.109685336647594],[-73.43380713907187,41.10974933665863],[-73.43391113911392,41.10989633668401],[-73.43394813912846,41.10994133669162],[-73.43399913914848,41.11000333670209],[-73.43405013916949,41.11008233671591],[-73.43417113921235,41.11014833672487],[-73.43427913925096,41.11021333673406],[-73.4342981392578,41.1102253367358],[-73.43443513930465,41.11027033674013],[-73.43534313960008,41.11030633671742],[-73.43561413968835,41.1103183367109],[-73.43570013971717,41.110336336711605],[-73.43587713977807,41.11040133671854],[-73.43591013978947,41.11041433672001],[-73.43628613991802,41.11053733673179],[-73.4364231399617,41.110527336725326],[-73.4366131400224,41.11051533671676],[-73.4367421400641,41.11051533671253],[-73.43687714010903,41.11053833671261],[-73.43708714018042,41.11060033671788],[-73.43724814023744,41.11068733672965],[-73.43728014024882,41.110705336732124],[-73.43745114030979,41.11080533674612],[-73.43766214038432,41.110916336760944],[-73.4380411405258,41.11124833681356],[-73.43857514073456,41.11188033691986],[-73.43864914076568,41.11200633694213],[-73.43869614078424,41.11206533695214],[-73.43874714080741,41.11218233697338],[-73.438755140811,41.11219933697646],[-73.43881314083855,41.11235333700472],[-73.43884014086073,41.112588337049885],[-73.43884814087815,41.112847337100355],[-73.43886014088345,41.11287233710485],[-73.43893514091624,41.11302133713158],[-73.43896514092924,41.11307933714196],[-73.43909414098124,41.113259337172984],[-73.43915814101184,41.11343233720478],[-73.4391661410162,41.11346333721058],[-73.43918514102634,41.11353333722368],[-73.43918714103249,41.11362933724241],[-73.43926114107266,41.113913337295614],[-73.43928514108565,41.114004337312664],[-73.43929414110097,41.11422133735486],[-73.43929614110294,41.11424433735932],[-73.43934714115076,41.11479133746479],[-73.43935114115416,41.11482833747189],[-73.4392161411231,41.115047337519215],[-73.43917914111465,41.11510833753239],[-73.43914314110903,41.115213337554124],[-73.43914614111614,41.115320337574985],[-73.4391531411303,41.1155283376155],[-73.43937214123676,41.11615133773035],[-73.43946814128348,41.116425337780875],[-73.43945514129031,41.1166173378189],[-73.43941314128216,41.11671233783889],[-73.43930514125174,41.11679033785771],[-73.43929714124944,41.11679533785894],[-73.43896014115435,41.11703633791719],[-73.43883114111708,41.1171133379365],[-73.43860114105618,41.11734733798987],[-73.43850514103325,41.11748833802064],[-73.43844014101998,41.11762333804922],[-73.43842514102103,41.11772633806987],[-73.43841914102207,41.11777833808025],[-73.43842914103402,41.11793033810971],[-73.43847714106269,41.118160338153174],[-73.43817414094758,41.11786033810434],[-73.43815214093985,41.1178493381029],[-73.43803714089927,41.11778933809493],[-73.43787614084518,41.117753338093166],[-73.4376571407744,41.117753338100336],[-73.4376001407576,41.11778133810768],[-73.43733714067845,41.11788333813628],[-73.4372701406594,41.11792833814729],[-73.43695514056621,41.11807833818699],[-73.43690414055162,41.11811133819512],[-73.43662314047153,41.118298338240955],[-73.43653514044716,41.11836933825775],[-73.43646514042781,41.118426338271206],[-73.43624314036272,41.118542338301204],[-73.43614014033403,41.11862233832025],[-73.43606914031383,41.118670338331974],[-73.43602314030079,41.118702338339745],[-73.43591114026673,41.11873933835067],[-73.4358001402315,41.118750338356456],[-73.43561114017041,41.118750338362645],[-73.43521614004197,41.118736338372855],[-73.43505213998897,41.11873633837823],[-73.43445813979571,41.118713338393185],[-73.43441613978203,41.118711338394164],[-73.43386013960158,41.118697338409646],[-73.43359613951598,41.11869233841731],[-73.43320313938871,41.11868733842922],[-73.43280713925965,41.118668338438475],[-73.43254513917435,41.11865733844491],[-73.4324691391494,41.11865033844603],[-73.4323831391212,41.11864333844746],[-73.43224413907618,41.11864133845163],[-73.43216913905188,41.11864033845388],[-73.43212413903338,41.118571338441846],[-73.43207513901434,41.118515338432495],[-73.43190313894729,41.11831533839894],[-73.43177213889594,41.11815733837229],[-73.43167313885706,41.11803733835203],[-73.4316301388395,41.1179733383409],[-73.43155413881132,41.11791033833106],[-73.43136313874268,41.11778933831362],[-73.43129913871954,41.11774633830728],[-73.43108713864792,41.117692338303655],[-73.4307211385307,41.117710338319185],[-73.43050213846033,41.11771733832771],[-73.4300711383213,41.11772133834262],[-73.42971113820468,41.11771633835344],[-73.42950413813195,41.11761433834024],[-73.42935513807647,41.11748633832005],[-73.4292531380364,41.11736233829912],[-73.42910313797242,41.117091338250944],[-73.42899513792084,41.11680033819747],[-73.42880513786037,41.11681633820685],[-73.42858013778937,41.116846338220085],[-73.42835213771616,41.11685433822911],[-73.42798913759863,41.11685033824023],[-73.42792213757636,41.11683933824026],[-73.42791913757532,41.116838338240164],[-73.42770913750671,41.116825338244496],[-73.42763913748387,41.11682133824601],[-73.42752013744577,41.11682733825108],[-73.42748313743381,41.116827338252286],[-73.4273371373867,41.116828338257264],[-73.42714913732887,41.11687933827342],[-73.42703013729252,41.116916338284554],[-73.42688313724771,41.11696333829858],[-73.42666313718057,41.117032338319305],[-73.4264031371013,41.11711533834408],[-73.42600713698114,41.11725133838368],[-73.4257901369153,41.11732633840549],[-73.42557013684885,41.11740733842856],[-73.42543013680596,41.11744833844117],[-73.42519713673474,41.11751933846272],[-73.4245611365358,41.11763433850607],[-73.42431413645828,41.117674338521994],[-73.42393913634058,41.11773533854622],[-73.4238391363068,41.11770933854441],[-73.42380513629487,41.11769333854239],[-73.42375313627674,41.11767033853958],[-73.42351813619554,41.11757833852926],[-73.42341713616047,41.11753533852413],[-73.42328813611574,41.11748233851798],[-73.42312313605977,41.11743633851437],[-73.42262813589208,41.11730133850415],[-73.42246413583656,41.117257338500906],[-73.42225913576814,41.11721933850017],[-73.42202813569162,41.11718633850128],[-73.42180113561615,41.11714933850146],[-73.4214121354838,41.11703333849147],[-73.42132213545499,41.11703833849541],[-73.42076413527846,41.1171043385266],[-73.42048413515099,41.11645833840924],[-73.42035313511879,41.1166353384482],[-73.42030013510414,41.11667833845835],[-73.42023713508671,41.11672933847041],[-73.42015913506184,41.116735338474136],[-73.4199671349994,41.11672833847905],[-73.41984513495704,41.11667733847306],[-73.41975513492619,41.11664633846993],[-73.41946713482442,41.116494338449584],[-73.41928213475856,41.11638833843488],[-73.41911613469672,41.1162453384123],[-73.41899913465383,41.116156338398696]]]},"properties":{"name":438,"geoid":"09001043800"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.42885513610706,41.08589633214642],[-73.42933013620207,41.08487433193053],[-73.43036313640916,41.0826593314625],[-73.43096213656143,41.081938331301544],[-73.43133713665685,41.08148833120105],[-73.4316841367452,41.081073331108335],[-73.43208013685685,41.0807883310395],[-73.43268613702773,41.08035333093439],[-73.43331213720995,41.080003330845265],[-73.433738137334,41.079766330784864],[-73.43501513771537,41.079221330636194],[-73.43543013783938,41.07904533058811],[-73.43641413814082,41.07875833049964],[-73.43720013838706,41.07862433044763],[-73.43759613851115,41.07855733042153],[-73.43807313866145,41.078491330392986],[-73.43907313897665,41.07835433033337],[-73.44044913941032,41.078165330251274],[-73.44083813953245,41.07810333022637],[-73.44200813989988,41.07792033015219],[-73.44239814002245,41.07786033012766],[-73.44267714011028,41.077820330110676],[-73.44351714037494,41.07770333006023],[-73.44379714046315,41.07766433004342],[-73.44399714052562,41.077627330029614],[-73.44459814071348,41.07751732998837],[-73.44479914077633,41.077481329974724],[-73.44490514080967,41.07746532996811],[-73.44522514091044,41.07742032994882],[-73.44533214094415,41.077405329942366],[-73.44551014100023,41.077380329931636],[-73.44604814116987,41.07730832989991],[-73.44622714122633,41.077284329889345],[-73.44636714128715,41.07755732993828],[-73.44635314128423,41.07758532994423],[-73.44637414129983,41.07773932997374],[-73.44651214135855,41.077986330017644],[-73.44658514139465,41.078205330058175],[-73.44657814140079,41.078352330087235],[-73.44657714140179,41.07837533009176],[-73.44653414139329,41.07846933011161],[-73.44634514134474,41.07868833016073],[-73.4463161413395,41.078760330175804],[-73.44636014136002,41.078870330195926],[-73.44652714142583,41.07907833023123],[-73.44651214144486,41.07949533031347],[-73.44649114144408,41.079600330334735],[-73.44662414151549,41.08009733042782],[-73.446737141576,41.080517330506446],[-73.44695514166712,41.080879330570276],[-73.44707814172475,41.08119233062761],[-73.44712214174967,41.08137933066282],[-73.44705714174498,41.08166433072082],[-73.44705714175574,41.08185233075768],[-73.44705714175785,41.08188933076493],[-73.44702814175442,41.081993330786275],[-73.44694814173397,41.08208733080732],[-73.44684614171544,41.08233933086005],[-73.44685014172143,41.08242133087599],[-73.44685014172218,41.08243433087854],[-73.44685314172543,41.082474330886285],[-73.44685414172655,41.08248833088901],[-73.44703514179692,41.08269633092384],[-73.44725114190263,41.083324331039876],[-73.44731114193196,41.08349833107202],[-73.44731814195653,41.083888331148245],[-73.44724614196372,41.084420331254876],[-73.44731814200614,41.0847553313182],[-73.44747114207061,41.08501833136473],[-73.44781914220408,41.08538633142546],[-73.44797114226704,41.085628331467916],[-73.44808214231703,41.085875331512696],[-73.44812414233591,41.08596833152954],[-73.44818914236133,41.08604533154251],[-73.44887814259894,41.08630833157149],[-73.44909614267411,41.08639133158061],[-73.44947414280217,41.086495331588615],[-73.4498941429347,41.08644033156408],[-73.45012014300896,41.08646233156098],[-73.45022114304508,41.08652333156964],[-73.45022114304663,41.08655033157492],[-73.45025014305698,41.08656733157731],[-73.45032314308713,41.086682331597444],[-73.45033714310641,41.08694033164756],[-73.45054014318333,41.08713833167971],[-73.45056914320242,41.08730833171209],[-73.45060614325553,41.08802733185181],[-73.45063514326993,41.0881153318681],[-73.45067214328442,41.088159331875495],[-73.450766143321,41.08826833189379],[-73.45130314351364,41.08860333194186],[-73.45159314361301,41.08870233195175],[-73.45176014366477,41.08866433193884],[-73.45190514370405,41.08853233190821],[-73.45204314373511,41.08829633185744],[-73.45228214379847,41.08805433180217],[-73.45227514379152,41.087972331786325],[-73.45223914377766,41.087933331779865],[-73.45221714376683,41.08786833176785],[-73.4522171437602,41.087752331745115],[-73.45236214380326,41.087686331727426],[-73.45251414384984,41.08764233171383],[-73.45314614405399,41.08764233169312],[-73.45337814412517,41.08757633167258],[-73.45359514418553,41.08740633163214],[-73.45374814423494,41.08740633162713],[-73.45382814426554,41.08748933164077],[-73.45388614429088,41.08760433166141],[-73.45384214428483,41.087747331690885],[-73.45372614425584,41.0878953317237],[-73.45347214418477,41.08808733176965],[-73.4534071441682,41.08816433178687],[-73.45334914416233,41.08838933183288],[-73.45342914421141,41.08879533190982],[-73.45359114431417,41.08967633207718],[-73.45350914428903,41.08969933208437],[-73.45337514424814,41.08974133209699],[-73.45185514378792,41.09027933225226],[-73.45054914339329,41.09075533238834],[-73.44993914321168,41.091025332461236],[-73.4497201431469,41.09112933248878],[-73.44949714308041,41.0912263325151],[-73.44921414299861,41.091394332557314],[-73.44894114291917,41.09154733259624],[-73.44893814291832,41.09154933259674],[-73.44873214285954,41.09168533263013],[-73.44843414277588,41.091905332683005],[-73.44813014269111,41.092140332739035],[-73.4477351425815,41.09245433281351],[-73.44742514249732,41.092733332878346],[-73.44694914236821,41.093164332978404],[-73.44671314230412,41.09337633302768],[-73.44600514211199,41.09401533317611],[-73.44577014204826,41.09422833322556],[-73.44526114190953,41.09467733333022],[-73.44491914181646,41.094981333400995],[-73.44489114180888,41.09500733340702],[-73.44395014155337,41.095854333603825],[-73.44374714149843,41.096040333646926],[-73.44324814136355,41.09650033375343],[-73.44262914119565,41.097060333883434],[-73.44250514116212,41.097174333909834],[-73.44206314104096,41.09755233399839],[-73.44165414092932,41.09791033408194],[-73.44122414081015,41.09825533416363],[-73.4408501407055,41.098538334231336],[-73.44069214066054,41.098644334257294],[-73.44015114050654,41.09900733434614],[-73.44000314046491,41.099115334372144],[-73.43983914041735,41.09921033439614],[-73.43936514028037,41.09949233446692],[-73.43914914021705,41.09960533449615],[-73.43893814015557,41.099722334525985],[-73.43768313978651,41.10035833469172],[-73.43637913940121,41.100987334857685],[-73.43611013932245,41.10112933489432],[-73.43596713928014,41.10119733491232],[-73.4357861392263,41.10127833493414],[-73.43487213895624,41.10171933505048],[-73.4331081384349,41.102568335274604],[-73.431254137887,41.1034613355103],[-73.43086013777136,41.10366533556318],[-73.43061713769865,41.10376633559092],[-73.43026413759338,41.10392033563266],[-73.43010613754682,41.10399833565312],[-73.43006013752411,41.103861335627776],[-73.42992213745616,41.10345333555235],[-73.42987713743383,41.10331733552717],[-73.42980613739888,41.10310733548836],[-73.42959513729471,41.10247833537202],[-73.42952513726013,41.102269335333354],[-73.42944813722306,41.10205633529413],[-73.429220137113,41.10142033517699],[-73.42914513707665,41.1012083351379],[-73.42898713700039,41.10076833505686],[-73.42881813692496,41.100404334991055],[-73.42861813683793,41.1000123349208],[-73.42877713688391,41.09991833489717],[-73.42900613695025,41.099784334863415],[-73.42926613702676,41.099653334829235],[-73.42943213707562,41.099570334807524],[-73.42952313710309,41.09953633479789],[-73.42956713711644,41.0995213347935],[-73.4297001371561,41.09946333477778],[-73.42978813718166,41.099413334765096],[-73.42987313720639,41.09936533475292],[-73.42981213717677,41.09919233472101],[-73.42980813717148,41.09912233470743],[-73.42979413714906,41.09880933464653],[-73.42987913716809,41.09866233461496],[-73.42995913718867,41.098570334594314],[-73.43003613720916,41.098493334576695],[-73.43007513722041,41.09847033457091],[-73.43012713723557,41.09844133456354],[-73.43030613728916,41.09836733454316],[-73.43041713732372,41.09834433453502],[-73.43052313735734,41.0983333345294],[-73.43061313738596,41.09832533452488],[-73.43103113751991,41.09830633450748],[-73.43118213756784,41.098291334499585],[-73.4314021376377,41.09827033448828],[-73.43176213775202,41.09823533446962],[-73.43160813761433,41.09669833417347],[-73.43155513755816,41.09601633404156],[-73.43148313750494,41.095492333941216],[-73.43140013745186,41.095033333853976],[-73.43138913744322,41.0949443338369],[-73.43137513743478,41.094876333824025],[-73.43127113740091,41.09487133382646],[-73.43123213737464,41.094632333780886],[-73.43118013734691,41.09444133374515],[-73.4309651372409,41.09380233362697],[-73.43077313714299,41.09317533351037],[-73.43071213711535,41.093036333485124],[-73.4306321370825,41.09291433346384],[-73.4304681370095,41.0925643334006],[-73.43016913689168,41.09219333333769],[-73.43026913691938,41.09211233331853],[-73.4300771368317,41.09166433323701],[-73.42987113674285,41.09127433316731],[-73.42982813672393,41.091186333151484],[-73.42980613670487,41.09097733311123],[-73.42984513670078,41.09068533305272],[-73.4299601367151,41.090286332970756],[-73.42999013670888,41.09000833291528],[-73.42999313670796,41.08997533290872],[-73.42999613670784,41.08995633290489],[-73.42998113669849,41.089877332889905],[-73.42997613669505,41.08984533288378],[-73.429957136683,41.08974233286424],[-73.42993513666899,41.089621332841226],[-73.42991513665183,41.08943433280523],[-73.42990413664236,41.0893313327854],[-73.42989913663824,41.08928733277695],[-73.42987413662017,41.08911233274346],[-73.42987213660705,41.0888943327008],[-73.42987213660693,41.08889233270041],[-73.42990113660338,41.088666332655144],[-73.43002213662537,41.088367332592576],[-73.43009613663658,41.08814533254664],[-73.43007513662063,41.08798533251597],[-73.43005613661119,41.087927332505224],[-73.43000213658773,41.08782233248642],[-73.42995113656738,41.087754332474745],[-73.4298581365344,41.0877033324678],[-73.4298221365217,41.08768433246525],[-73.42964113645989,41.087626332459806],[-73.42943913639202,41.0875803324574],[-73.42947113639423,41.087438332428526],[-73.4295501364002,41.0870963323589],[-73.42957613640408,41.087017332342555],[-73.4296241364118,41.08688133231433],[-73.42968113642057,41.08671233227933],[-73.42973713642944,41.08655133224596],[-73.42978413643944,41.08646033222657],[-73.42992213647484,41.086300332190696],[-73.42996013648536,41.08626933218336],[-73.43009913652392,41.08615833215706],[-73.42999213648758,41.08612733215448],[-73.42967113637857,41.08603433214675],[-73.42956413634228,41.08600433214439],[-73.42942213629514,41.0859823321447],[-73.42927013624467,41.08595833214499],[-73.42899613615381,41.08591733214592],[-73.42885513610706,41.08589633214642]]]},"properties":{"name":439,"geoid":"09001043900"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.42347013482868,41.093964333904076],[-73.42448613509373,41.09285933365424],[-73.42463313513123,41.092684333615125],[-73.42507613524431,41.09215933349773],[-73.42522413528219,41.0919853334588],[-73.42548013534882,41.09170433339535],[-73.42625213555003,41.09086133320483],[-73.42650913561704,41.09058133314154],[-73.42686513570676,41.09013933304326],[-73.42698813573462,41.08993133299846],[-73.42730513580644,41.08939633288321],[-73.4280651359583,41.08775833253728],[-73.42840713602688,41.08702533238238],[-73.42846713603781,41.08687733235143],[-73.42864913607133,41.08643533225883],[-73.42871013608263,41.086288332228],[-73.42873813608716,41.086209332211595],[-73.42882613610217,41.085974332162664],[-73.42885513610706,41.08589633214642],[-73.42899613615381,41.08591733214592],[-73.42927013624467,41.08595833214499],[-73.42942213629514,41.0859823321447],[-73.42956413634228,41.08600433214439],[-73.42967113637857,41.08603433214675],[-73.42999213648758,41.08612733215448],[-73.43009913652392,41.08615833215706],[-73.42996013648536,41.08626933218336],[-73.42992213647484,41.086300332190696],[-73.42978413643944,41.08646033222657],[-73.42973713642944,41.08655133224596],[-73.42968113642057,41.08671233227933],[-73.4296241364118,41.08688133231433],[-73.42957613640408,41.087017332342555],[-73.4295501364002,41.0870963323589],[-73.42947113639423,41.087438332428526],[-73.42943913639202,41.0875803324574],[-73.42964113645989,41.087626332459806],[-73.4298221365217,41.08768433246525],[-73.4298581365344,41.0877033324678],[-73.42995113656738,41.087754332474745],[-73.43000213658773,41.08782233248642],[-73.43005613661119,41.087927332505224],[-73.43007513662063,41.08798533251597],[-73.43009613663658,41.08814533254664],[-73.43002213662537,41.088367332592576],[-73.42990113660338,41.088666332655144],[-73.42987213660693,41.08889233270041],[-73.42987213660705,41.0888943327008],[-73.42987413662017,41.08911233274346],[-73.42989913663824,41.08928733277695],[-73.42990413664236,41.0893313327854],[-73.42991513665183,41.08943433280523],[-73.42993513666899,41.089621332841226],[-73.429957136683,41.08974233286424],[-73.42997613669505,41.08984533288378],[-73.42998113669849,41.089877332889905],[-73.42999613670784,41.08995633290489],[-73.42999313670796,41.08997533290872],[-73.42999013670888,41.09000833291528],[-73.4299601367151,41.090286332970756],[-73.42984513670078,41.09068533305272],[-73.42980613670487,41.09097733311123],[-73.42982813672393,41.091186333151484],[-73.42987113674285,41.09127433316731],[-73.4300771368317,41.09166433323701],[-73.43026913691938,41.09211233331853],[-73.43016913689168,41.09219333333769],[-73.4304681370095,41.0925643334006],[-73.4306321370825,41.09291433346384],[-73.43071213711535,41.093036333485124],[-73.43077313714299,41.09317533351037],[-73.4309651372409,41.09380233362697],[-73.43118013734691,41.09444133374515],[-73.43123213737464,41.094632333780886],[-73.43127113740091,41.09487133382646],[-73.43137513743478,41.094876333824025],[-73.43138913744322,41.0949443338369],[-73.43140013745186,41.095033333853976],[-73.43148313750494,41.095492333941216],[-73.43155513755816,41.09601633404156],[-73.43160813761433,41.09669833417347],[-73.43176213775202,41.09823533446962],[-73.4314021376377,41.09827033448828],[-73.43118213756784,41.098291334499585],[-73.43103113751991,41.09830633450748],[-73.43061313738596,41.09832533452488],[-73.43052313735734,41.0983333345294],[-73.43041713732372,41.09834433453502],[-73.43030613728916,41.09836733454316],[-73.43012713723557,41.09844133456354],[-73.43007513722041,41.09847033457091],[-73.43003613720916,41.098493334576695],[-73.42995913718867,41.098570334594314],[-73.42987913716809,41.09866233461496],[-73.42979413714906,41.09880933464653],[-73.42980813717148,41.09912233470743],[-73.42981213717677,41.09919233472101],[-73.42987313720639,41.09936533475292],[-73.42978813718166,41.099413334765096],[-73.4297001371561,41.09946333477778],[-73.42956713711644,41.0995213347935],[-73.42952313710309,41.09953633479789],[-73.42943213707562,41.099570334807524],[-73.42926613702676,41.099653334829235],[-73.42900613695025,41.099784334863415],[-73.42877713688391,41.09991833489717],[-73.42861813683793,41.1000123349208],[-73.42881813692496,41.100404334991055],[-73.42898713700039,41.10076833505686],[-73.42914513707665,41.1012083351379],[-73.429220137113,41.10142033517699],[-73.42944813722306,41.10205633529413],[-73.42952513726013,41.102269335333354],[-73.42959513729471,41.10247833537202],[-73.42980613739888,41.10310733548836],[-73.42987713743383,41.10331733552717],[-73.42992213745616,41.10345333555235],[-73.43006013752411,41.103861335627776],[-73.43010613754682,41.10399833565312],[-73.42997513750751,41.104051335667776],[-73.42994513749856,41.10406433567132],[-73.4297251374335,41.1041693356991],[-73.42947813736083,41.10429433573167],[-73.42947613736031,41.10429633573213],[-73.42931913731354,41.10436533575079],[-73.42914513726161,41.10444033577119],[-73.42905813723573,41.10447933578168],[-73.42880113715962,41.10460033581379],[-73.4286241371065,41.104671335833515],[-73.42844913705409,41.104743335853335],[-73.42837713703207,41.10476533586002],[-73.42810213694882,41.10486333588823],[-73.42766013681396,41.105002335929925],[-73.42716813666443,41.105167335978365],[-73.42653013646975,41.10536733603845],[-73.42585313626347,41.10558533610333],[-73.42571413622143,41.105635336117686],[-73.42555213617194,41.10568533613277],[-73.42537013611617,41.10573833614912],[-73.42517213605646,41.1058133361703],[-73.42449613585066,41.10603333623553],[-73.42386113565662,41.10622833629454],[-73.42357613556912,41.10630833631955],[-73.42324413546625,41.106385336345504],[-73.42308513541722,41.10642633635873],[-73.4229661353802,41.10645133636753],[-73.42283813534056,41.106481336377605],[-73.42273413530785,41.10649733638415],[-73.4226761352901,41.10651433638936],[-73.42258813526257,41.10653033639538],[-73.42234913518799,41.106576336412225],[-73.42221913514702,41.10659433642],[-73.42218013513492,41.106603336423056],[-73.42204113509179,41.106634336433665],[-73.42193313505803,41.10665433644114],[-73.42181613502115,41.1066703364481],[-73.42167213497554,41.10668633645592],[-73.42154413493473,41.10669633646209],[-73.42149513491925,41.10670233646488],[-73.42146413490936,41.10670433646628],[-73.42035713454891,41.10665633649312],[-73.42018913449581,41.10667733650272],[-73.4201521344838,41.10667633650374],[-73.42004413444874,41.10667333650669],[-73.42000913443738,41.10667233650763],[-73.41978313436384,41.10666333651327],[-73.41945313425693,41.106658336523104],[-73.41945013425011,41.10655633650322],[-73.41945513424625,41.10646033648423],[-73.41950413425319,41.10630533645226],[-73.41955213426127,41.106175336425224],[-73.41956913426408,41.10612833641546],[-73.41960613426727,41.105975336384276],[-73.41962513426826,41.105885336366015],[-73.41965013427125,41.105796336347744],[-73.41974613425202,41.10491833617257],[-73.41977713424055,41.10454233609789],[-73.41980813423761,41.10431633605259],[-73.41983913422287,41.10388333596673],[-73.41983813421672,41.10378133594678],[-73.41984613421478,41.10370233593103],[-73.4198401342078,41.10361433591399],[-73.41983913420044,41.10349133588993],[-73.41986213419203,41.1032143358349],[-73.41991613415811,41.10231633565715],[-73.4199231341503,41.102140335622444],[-73.41996413415576,41.102004335594444],[-73.41994113414782,41.10199533559344],[-73.41998813416042,41.10195033558308],[-73.42004713417337,41.1018433355602],[-73.42015413420148,41.10173033553453],[-73.42017013420575,41.101714335530886],[-73.42029013423901,41.10161833550815],[-73.4207161343515,41.10117833540798],[-73.42089213439885,41.10101233536968],[-73.4211421344662,41.100777335315456],[-73.42123613449101,41.10068033529337],[-73.42151913456586,41.10039033522728],[-73.42160813458946,41.100300335206725],[-73.42161413459101,41.100293335205166],[-73.42173413462179,41.10015333517381],[-73.42180313463962,41.100075335156255],[-73.42191613466365,41.099857335109846],[-73.42192513466563,41.0998413351064],[-73.42197813467801,41.0997583350884],[-73.4220161346859,41.09968133507207],[-73.42205113469325,41.099612335057415],[-73.42208113469711,41.099510335036435],[-73.42215713470668,41.099248334982605],[-73.42215913470692,41.099241334981166],[-73.42231413473326,41.09882633489477],[-73.42246213475998,41.0984573348176],[-73.42252113477068,41.09831133478707],[-73.42258313478472,41.09820633476445],[-73.4228901348472,41.09756433462859],[-73.42321313491883,41.096992334505934],[-73.42325013492437,41.09688033448276],[-73.42332713493907,41.096702334445354],[-73.42364813499337,41.09583833426554],[-73.42343913492537,41.09583033427081],[-73.42343613489764,41.09536233417918],[-73.42343313487208,41.094932334095006],[-73.42344513487048,41.094836334075794],[-73.42348413486677,41.09455133401867],[-73.42349213486386,41.094455333999576],[-73.42350813485847,41.094270333962804],[-73.42353813486169,41.09415733393968],[-73.42359213486924,41.093984333904004],[-73.42347013482868,41.093964333904076]]]},"properties":{"name":440,"geoid":"09001044000"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.41945313425693,41.106658336523104],[-73.41928013420056,41.10665033652719],[-73.4189471340922,41.10663733653554],[-73.41862913398832,41.10661733654204],[-73.41840813391646,41.106609336547706],[-73.41766113367285,41.10657033656452],[-73.41627613322258,41.106522336600435],[-73.41583513307995,41.10652033661448],[-73.41571013303995,41.106527336619955],[-73.41518813287284,41.10655433664231],[-73.41510613284663,41.10655933664598],[-73.41461613269122,41.10661033667201],[-73.41405613251546,41.10670133670817],[-73.41364213238701,41.106794336739945],[-73.41353613235412,41.10681833674811],[-73.41313413222979,41.106915336780276],[-73.41299213218578,41.10694833679139],[-73.41271413210025,41.10702333681517],[-73.4125421320474,41.10707133683021],[-73.41206913190132,41.10718933686882],[-73.41145413171151,41.10734533691951],[-73.41103513158231,41.10745333695437],[-73.4109441315542,41.10747633696186],[-73.41079713150887,41.10751433697411],[-73.41067313147046,41.107543336983866],[-73.41058313144264,41.10756533699112],[-73.4104791313054,41.10575333663947],[-73.41067113136336,41.10568233661929],[-73.41436613247946,41.104320336231496],[-73.41538613274003,41.10311433596179],[-73.41531613268666,41.10257633585866],[-73.41505613248813,41.10057433547485],[-73.41493913243181,41.10025033541519],[-73.41458913226326,41.09928033523656],[-73.41447313220729,41.09895733517706],[-73.41375413192245,41.098038335020476],[-73.41159813106826,41.09528233455087],[-73.41136513097598,41.09498533450029],[-73.41073713074587,41.09450933442753],[-73.40946413027713,41.093504334272204],[-73.41203813107506,41.09291433407235],[-73.41216013111283,41.09288533406267],[-73.41217313111675,41.09288033406128],[-73.41238513117861,41.0927643340316],[-73.41431513176238,41.092068333832025],[-73.41456013184258,41.09208633382756],[-73.41472113189437,41.0920823338215],[-73.4148651319397,41.092061333812666],[-73.4150571319964,41.091968333788174],[-73.41507913200294,41.091958333785485],[-73.41526913205458,41.09178733374574],[-73.41550213212281,41.09166433371402],[-73.41559313215004,41.09162633370359],[-73.41570313218301,41.091581333691174],[-73.41578813220795,41.091537333679774],[-73.41600813227846,41.09152733367061],[-73.41635513238971,41.09151233365632],[-73.41667113249062,41.091491333641855],[-73.41689213256127,41.09147833363208],[-73.41692313257352,41.091517333638706],[-73.4169711325924,41.09157633364871],[-73.41701413260971,41.09163633365907],[-73.41704413262175,41.09167733366612],[-73.4172431326793,41.091559333636475],[-73.41784113285244,41.09120833354812],[-73.41804113291036,41.09109133351862],[-73.41831513298992,41.090934333478884],[-73.41849813304312,41.090830333452516],[-73.41897413317992,41.09053333337873],[-73.4191331332267,41.09045333335784],[-73.41924213325885,41.09039933334368],[-73.41935113329583,41.090430333346205],[-73.41942813332237,41.09045933334937],[-73.41955513334669,41.09016733328797],[-73.41975313341342,41.0902153332909],[-73.42001313350113,41.09028033329513],[-73.42035013361374,41.09034533329685],[-73.42055113368087,41.090384333297926],[-73.42058913369345,41.09038933329765],[-73.42070513373186,41.09040533329699],[-73.42074413374479,41.0904113332969],[-73.42083613378418,41.09058033332701],[-73.42111213390233,41.09108733341736],[-73.42120513394204,41.09125633344744],[-73.42135813400736,41.09153433349692],[-73.42181713420347,41.09237033364575],[-73.42197013426883,41.092649333695434],[-73.42210313432474,41.09287533373538],[-73.4225041344932,41.09355533385553],[-73.42263813454946,41.09378233389563],[-73.42271113458081,41.0939183339199],[-73.42293113465179,41.09391633391231],[-73.42324413475183,41.09389733389833],[-73.42338013479875,41.09394933390408],[-73.42347013482868,41.093964333904076],[-73.42359213486924,41.093984333904004],[-73.42353813486169,41.09415733393968],[-73.42350813485847,41.094270333962804],[-73.42349213486386,41.094455333999576],[-73.42348413486677,41.09455133401867],[-73.42344513487048,41.094836334075794],[-73.42343313487208,41.094932334095006],[-73.42343613489764,41.09536233417918],[-73.42343913492537,41.09583033427081],[-73.42364813499337,41.09583833426554],[-73.42332713493907,41.096702334445354],[-73.42325013492437,41.09688033448276],[-73.42321313491883,41.096992334505934],[-73.4228901348472,41.09756433462859],[-73.42258313478472,41.09820633476445],[-73.42252113477068,41.09831133478707],[-73.42246213475998,41.0984573348176],[-73.42231413473326,41.09882633489477],[-73.42215913470692,41.099241334981166],[-73.42215713470668,41.099248334982605],[-73.42208113469711,41.099510335036435],[-73.42205113469325,41.099612335057415],[-73.4220161346859,41.09968133507207],[-73.42197813467801,41.0997583350884],[-73.42192513466563,41.0998413351064],[-73.42191613466365,41.099857335109846],[-73.42180313463962,41.100075335156255],[-73.42173413462179,41.10015333517381],[-73.42161413459101,41.100293335205166],[-73.42160813458946,41.100300335206725],[-73.42151913456586,41.10039033522728],[-73.42123613449101,41.10068033529337],[-73.4211421344662,41.100777335315456],[-73.42089213439885,41.10101233536968],[-73.4207161343515,41.10117833540798],[-73.42029013423901,41.10161833550815],[-73.42017013420575,41.101714335530886],[-73.42015413420148,41.10173033553453],[-73.42004713417337,41.1018433355602],[-73.41998813416042,41.10195033558308],[-73.41994113414782,41.10199533559344],[-73.41996413415576,41.102004335594444],[-73.4199231341503,41.102140335622444],[-73.41991613415811,41.10231633565715],[-73.41986213419203,41.1032143358349],[-73.41983913420044,41.10349133588993],[-73.4198401342078,41.10361433591399],[-73.41984613421478,41.10370233593103],[-73.41983813421672,41.10378133594678],[-73.41983913422287,41.10388333596673],[-73.41980813423761,41.10431633605259],[-73.41977713424055,41.10454233609789],[-73.41974613425202,41.10491833617257],[-73.41965013427125,41.105796336347744],[-73.41962513426826,41.105885336366015],[-73.41960613426727,41.105975336384276],[-73.41956913426408,41.10612833641546],[-73.41955213426127,41.106175336425224],[-73.41950413425319,41.10630533645226],[-73.41945513424625,41.10646033648423],[-73.41945013425011,41.10655633650322],[-73.41945313425693,41.106658336523104]]]},"properties":{"name":441,"geoid":"09001044100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.40946413027713,41.093504334272204],[-73.41073713074587,41.09450933442753],[-73.41136513097598,41.09498533450029],[-73.41159813106826,41.09528233455087],[-73.41375413192245,41.098038335020476],[-73.41447313220729,41.09895733517706],[-73.41458913226326,41.09928033523656],[-73.41493913243181,41.10025033541519],[-73.41505613248813,41.10057433547485],[-73.41531613268666,41.10257633585866],[-73.41538613274003,41.10311433596179],[-73.41436613247946,41.104320336231496],[-73.41067113136336,41.10568233661929],[-73.4104791313054,41.10575333663947],[-73.41058313144264,41.10756533699112],[-73.4104151313906,41.10760433700426],[-73.40991313123517,41.10772333704401],[-73.40974613118355,41.107764337057496],[-73.40970313117023,41.10777433706086],[-73.40957713113119,41.107803337070656],[-73.40953513111823,41.107814337074196],[-73.40938013106958,41.10783933708416],[-73.4093121310483,41.107851337088746],[-73.40905713096869,41.10790033710669],[-73.40892013092626,41.10793233711744],[-73.40891613092508,41.10793433711795],[-73.40877013088024,41.10797533713077],[-73.4082511307186,41.10808133716852],[-73.40780213057882,41.10817433720143],[-73.40715413037812,41.108326337252414],[-73.40670213023841,41.10843733728897],[-73.40652913018504,41.10848133730323],[-73.40634713012707,41.10849633731213],[-73.40618213007569,41.1085303373242],[-73.40587112997942,41.10860433734887],[-73.40568812992367,41.10866333736642],[-73.40521112977838,41.10881833741239],[-73.40464812961012,41.10905733747764],[-73.40452912957488,41.1091133374925],[-73.40426012949399,41.10921933752208],[-73.40378512935125,41.109407337574446],[-73.40348812926221,41.109528337607856],[-73.40259612899476,41.10989233770837],[-73.40230012890609,41.110014337741944],[-73.4017591287439,41.110235337802955],[-73.40156512868515,41.11030433782282],[-73.40129912860468,41.11040033785033],[-73.40011712824518,41.110793337966],[-73.39930712799656,41.11102333803754],[-73.39870112781064,41.11119633809126],[-73.39854612776277,41.111235338103974],[-73.39852412775143,41.111161338090206],[-73.39846112771855,41.11094233804934],[-73.3984411277079,41.11086933803571],[-73.39843012769566,41.11071733800628],[-73.39841412767716,41.11048433796116],[-73.3984211276667,41.11026133791723],[-73.39842712765993,41.11010933788725],[-73.39844812765939,41.109981337861484],[-73.39848312766517,41.10988433784134],[-73.39848912766642,41.10987233783878],[-73.39854012767763,41.109780337819096],[-73.39871912772206,41.109545337767194],[-73.39893012777536,41.10928533770935],[-73.39900212779361,41.10919733768976],[-73.39908812781567,41.10909733766734],[-73.39917412783814,41.10900433764632],[-73.39932512787774,41.108843337609834],[-73.39943012790499,41.10872633758347],[-73.39951512792715,41.10863333756246],[-73.39956612794036,41.10857633754963],[-73.39959312794657,41.10853233754012],[-73.39971312797472,41.108346337499746],[-73.39978112798812,41.10819633746814],[-73.39983512799893,41.108080337443646],[-73.39995212802587,41.10789033740257],[-73.40011312806321,41.10763333734696],[-73.40029612810433,41.107318337279246],[-73.40040812812956,41.10712633723797],[-73.40051312815433,41.1069663372032],[-73.40064412818546,41.106770337160505],[-73.40081812822505,41.10647933709779],[-73.40084812823201,41.10643133708739],[-73.40090612824376,41.10630933706159],[-73.40095612825381,41.106202337039],[-73.40098812826044,41.10613733702522],[-73.40102812826736,41.10603233700333],[-73.40107412827749,41.10594933698556],[-73.40109212827953,41.10588333697204],[-73.40109612828059,41.10587933697113],[-73.40114412829368,41.10583733696132],[-73.40116812829864,41.10578833695094],[-73.40111812827712,41.10569433693415],[-73.40105712825073,41.10557733691322],[-73.40099212822204,41.1054433368891],[-73.4009761282151,41.105412336883546],[-73.40093012819487,41.105318336866624],[-73.40088712817612,41.105233336851384],[-73.40078112812911,41.10501033681114],[-73.40059612805385,41.10473933676409],[-73.40043112798321,41.1044363367101],[-73.4002211278951,41.10408233664761],[-73.4001501278649,41.103955336625035],[-73.40005012782224,41.10377433659284],[-73.39993412777349,41.10357733655803],[-73.39986112774277,41.10345233653592],[-73.40041412791061,41.10326233648061],[-73.40087612805212,41.10312633643884],[-73.40111512812642,41.10307533642103],[-73.40124912816715,41.10303033640784],[-73.4027461286341,41.102736336301255],[-73.4028641286705,41.10270633629152],[-73.40291312868548,41.10269133628699],[-73.402728128618,41.102556336266574],[-73.40260112856981,41.102431336246234],[-73.40216812841462,41.10216433620807],[-73.401785128274,41.101869336162785],[-73.40145612815277,41.1016083361224],[-73.40138912812728,41.10154133611147],[-73.40134512810924,41.10147433609977],[-73.40131812809696,41.10141233608851],[-73.40126912807257,41.1012623360607],[-73.40126612807096,41.10125133605866],[-73.40119112803147,41.10098433600877],[-73.4011371280042,41.10081233597683],[-73.4010901279805,41.100663335949164],[-73.40107412797137,41.10059433593619],[-73.40105112795817,41.10049333591713],[-73.40099312792498,41.100240335869444],[-73.40090712788296,41.09999133582346],[-73.40085112785547,41.099827335793144],[-73.40080212782993,41.09965733576144],[-73.40072012778721,41.099373335708464],[-73.40063612774772,41.09915733566888],[-73.400573127718,41.098993335638795],[-73.40050012768332,41.09879933560316],[-73.40038412762823,41.09849133554659],[-73.40029012758221,41.09821733549596],[-73.40022412754973,41.0980223354599],[-73.40014912751539,41.097845335427664],[-73.39992412741235,41.09731433533095],[-73.39985012737839,41.09713833529888],[-73.39969012729901,41.096654335209244],[-73.39951512721522,41.09617733512147],[-73.39933112713166,41.095755335044764],[-73.39932912712827,41.09570733503543],[-73.39931612712098,41.09565333502528],[-73.39930912711431,41.095576335010406],[-73.39929512710705,41.09552833500147],[-73.3992601270919,41.09546133498947],[-73.39924312708254,41.0953933349767],[-73.39918212705597,41.09527333495517],[-73.40146012776331,41.09477033478208],[-73.40265612813437,41.094501334690264],[-73.40287712820246,41.094443334671666],[-73.40311712827652,41.094382334651854],[-73.40352812840322,41.09427533461744],[-73.40354012840676,41.09426933461588],[-73.40371912846041,41.094196334595715],[-73.40374312846669,41.09417033458984],[-73.40378212847871,41.09416033458661],[-73.40390012851535,41.09413433457765],[-73.40394012852782,41.09412633457477],[-73.40946413027713,41.093504334272204]]]},"properties":{"name":442,"geoid":"09001044200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.43264715420257,41.378484389164775],[-73.430081153432,41.379522389451374],[-73.42912115315026,41.3800233895805],[-73.42898415310974,41.380089389597856],[-73.42793015279817,41.38060138973225],[-73.42788115278377,41.38062638973874],[-73.4247181518491,41.38216839014305],[-73.42456115180043,41.38220539015543],[-73.42409115165466,41.3823163901925],[-73.42393515160637,41.38235439020506],[-73.42262915109242,41.38078838994342],[-73.42166715072975,41.37990838980391],[-73.41767214918791,41.375637389104476],[-73.41719614900285,41.375105389016646],[-73.41577114844875,41.373510388753196],[-73.41529614826412,41.37297938866551],[-73.4150091481447,41.37252338858621],[-73.41483114805673,41.37200138849048],[-73.41469414796813,41.371239388346694],[-73.41488314795119,41.3698933880785],[-73.41514114799054,41.36913238792188],[-73.41532214802454,41.3687083878334],[-73.41554414806049,41.368089387705595],[-73.41624514817858,41.366213387317345],[-73.41672314826327,41.36500638706665],[-73.41701014829974,41.36403338686779],[-73.41742214832506,41.36217138649175],[-73.41833514836341,41.357738385598665],[-73.41840214836618,41.35741238553297],[-73.41853714836151,41.35657838536615],[-73.4185801483076,41.35540938513713],[-73.41846214799128,41.35061538420757],[-73.41870314801031,41.34959838400159],[-73.41943314813697,41.347707383609304],[-73.42034114824993,41.34458638297159],[-73.42057714827315,41.343669382785215],[-73.42100114816249,41.33939338193843],[-73.4212301481972,41.338713381798435],[-73.42180214831082,41.33747938153923],[-73.42304614859921,41.33550738111415],[-73.42433114900301,41.335297381030905],[-73.42539814949683,41.33785738149443],[-73.42546614953278,41.338097381538944],[-73.42551814955992,41.33827538157189],[-73.42558114959309,41.33849538161268],[-73.42779115075507,41.34619438303933],[-73.42796915084865,41.34681438315422],[-73.42880315128734,41.34972138369282],[-73.42957515168905,41.35233638417654],[-73.43057815221103,41.35573438480508],[-73.4316811528297,41.36023938564576],[-73.43233015319367,41.36288838614001],[-73.43241315324029,41.36322838620345],[-73.43266415338094,41.364250386394104],[-73.43274815342795,41.36459138645771],[-73.43287115349297,41.365025386538136],[-73.43324315368906,41.3663273867793],[-73.43336715375442,41.366761386859686],[-73.43370515389947,41.367374386967846],[-73.43423015412479,41.368326387135816],[-73.43439815425698,41.369665387390874],[-73.43459415438721,41.37081438760802],[-73.4347701544824,41.371471387730075],[-73.43502215461838,41.37240738790393],[-73.43457015452876,41.37338338810875],[-73.43428515447245,41.374002388238594],[-73.43419715446593,41.374380388315075],[-73.43393315444654,41.37551738854505],[-73.43384615444039,41.375896388621655],[-73.43350115436776,41.3765683887638],[-73.43330315432607,41.37695438884543],[-73.4331661542973,41.377222388902105],[-73.43306215427825,41.37747438895457],[-73.43275015422124,41.37823138911216],[-73.43264715420257,41.378484389164775]]]},"properties":{"name":2001,"geoid":"09001200100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.37895313925493,41.42053139911233],[-73.37852713906256,41.419596398944584],[-73.37647913813821,41.41510839813943],[-73.37579713783033,41.413612397871006],[-73.37547613768339,41.41287339773786],[-73.37451513724325,41.41065639733837],[-73.37419513709673,41.409918397205395],[-73.36837413446591,41.397085394900905],[-73.36853913451792,41.397060394890616],[-73.36869613456874,41.39705939488526],[-73.36951513483403,41.3970593948583],[-73.36966813488286,41.39704639485073],[-73.36999113498592,41.397019394834864],[-73.37099413530208,41.39686839477249],[-73.37117913536045,41.39684139476115],[-73.37235513573032,41.3966503946853],[-73.3734161360627,41.39645539461245],[-73.3739901362422,41.39634439457198],[-73.37411113628008,41.39632139456352],[-73.37445113638638,41.39625539453947],[-73.37472813647464,41.39623039452551],[-73.37499313655834,41.39619339450959],[-73.37513013660192,41.396179394502354],[-73.37526213664357,41.396160394494316],[-73.37673813710546,41.39588039439126],[-73.37801613750545,41.395639394302336],[-73.37844713763812,41.39551939426479],[-73.37929213789484,41.39522639417998],[-73.3794611379462,41.395168394163136],[-73.38005913812307,41.39487839408703],[-73.38068413830696,41.394558394004214],[-73.38155513855763,41.394016393870096],[-73.38164913858485,41.39396039385611],[-73.38318113902919,41.393066393631756],[-73.383245139048,41.39303339362325],[-73.38343913910522,41.39293639359797],[-73.38350413912441,41.39290439358961],[-73.3836721391743,41.39282639356891],[-73.38399713927089,41.39267639352902],[-73.38417913932513,41.392595393507285],[-73.3843491393759,41.392521393487286],[-73.38450113942126,41.39245439346925],[-73.38482013951645,41.39231439343151],[-73.3849621395597,41.3922673934177],[-73.38512013960788,41.39221539340236],[-73.3853591396807,41.39213639337914],[-73.38552913973332,41.39209439336536],[-73.38609213990767,41.39195639331997],[-73.38677614011995,41.39179639326633],[-73.38682614013551,41.39178539326256],[-73.3869961401889,41.39175639325131],[-73.3871981402528,41.39173039323961],[-73.38721414025787,41.3917283932387],[-73.38726214027314,41.39172339323613],[-73.38727914027858,41.39172239323537],[-73.38767414040599,41.39171339322063],[-73.38863714071675,41.39169339318502],[-73.3888601407894,41.39170039317905],[-73.38925614091843,41.39171339316854],[-73.38939714096438,41.39171839316486],[-73.39000514116584,41.39179639316003],[-73.39051314133053,41.391798393143695],[-73.39092314146019,41.39174439311968],[-73.39132114158305,41.39164039308634],[-73.39176214171337,41.391424393029794],[-73.3928321420175,41.39069339285234],[-73.39307914208985,41.39056139281853],[-73.39349214220792,41.39029139275239],[-73.39394014233591,41.38999639268025],[-73.39532314272891,41.38905039245065],[-73.39553214278683,41.38888239241109],[-73.39565114282104,41.38880739239257],[-73.39568914283132,41.38877239238452],[-73.39595214290267,41.388534392329554],[-73.39608214293527,41.38837039229336],[-73.39608814293662,41.38836039229121],[-73.39619914296345,41.38820339225702],[-73.3963841430116,41.38800039221144],[-73.39641814302028,41.38796039220252],[-73.39655714305589,41.387798392166424],[-73.39688114314032,41.38744539208707],[-73.39704014317986,41.38723939204176],[-73.39706114318544,41.38721839203698],[-73.39729814324915,41.3869933919854],[-73.39735414326385,41.386934391972076],[-73.39752414330887,41.38676139193282],[-73.39758114332395,41.38670339191966],[-73.39771314335883,41.386567391888846],[-73.39777614337551,41.386503391874335],[-73.39812614346981,41.386175391798986],[-73.39826514350734,41.38604639176931],[-73.39828014351104,41.38602639176493],[-73.39832814352317,41.38596739175187],[-73.39834414352725,41.38594839174763],[-73.39870414364692,41.386001391746085],[-73.39895114373029,41.38605939174926],[-73.39901714375405,41.386100391755036],[-73.3993081438551,41.38621739176822],[-73.39954914393412,41.386234391763594],[-73.39975314399776,41.38619239174871],[-73.39994314405762,41.3861633917368],[-73.40051814425762,41.38640039176397],[-73.40099214441832,41.3865243917725],[-73.40131214452906,41.386646391785675],[-73.40168114466583,41.38694339183131],[-73.40196114476959,41.38716839186586],[-73.4027991450723,41.38770739194312],[-73.40327314524684,41.38806939199794],[-73.40362214536354,41.388132391998695],[-73.40416914555422,41.388365392026],[-73.40569314607264,41.38879239205887],[-73.4057221460815,41.388783392056155],[-73.40579514609632,41.38863139202418],[-73.40581714608776,41.388361391970925],[-73.40584614610057,41.38842039198145],[-73.40611514620677,41.38874839203638],[-73.4063851463049,41.3889323920633],[-73.40695414650975,41.38928639211341],[-73.40738314667026,41.389657392171465],[-73.40747114670249,41.38972139218101],[-73.40757314674214,41.38983539219984],[-73.40777714682936,41.390199392263916],[-73.40809014697598,41.39097839240513],[-73.40819914703489,41.39138439248054],[-73.4082941470888,41.39178239255482],[-73.40832314711811,41.39212539262059],[-73.4082431471136,41.39249339269482],[-73.40816914709637,41.392609392719834],[-73.40791414702637,41.39282639277044],[-73.40784114700999,41.39295139279716],[-73.40782714700798,41.39299439280598],[-73.40777614700093,41.39315739283938],[-73.40766614696888,41.393219392855066],[-73.4076081469493,41.39320539285425],[-73.40741114688689,41.39322939286539],[-73.40733814686529,41.39326439287462],[-73.40730214685752,41.39333139288883],[-73.40725814686105,41.39363739294982],[-73.40722914685475,41.393690392961076],[-73.4072141468601,41.39386639299582],[-73.40726514689237,41.39413739304684],[-73.40736014693105,41.39427339307016],[-73.40737414694215,41.394386393091686],[-73.40730814692833,41.39451639311915],[-73.40715514689091,41.39472539316484],[-73.40714014688838,41.39476539317312],[-73.4070671468694,41.39484539319109],[-73.40704614686497,41.39488639319975],[-73.40702414686697,41.39504339323101],[-73.40712514690684,41.395166393251614],[-73.40730814697255,41.395277393267186],[-73.40738814700556,41.39539939328826],[-73.40748214704837,41.395612393326616],[-73.4074681470457,41.39564439333329],[-73.40736614701547,41.39569239334599],[-73.40730014699531,41.39571339335225],[-73.40729414699551,41.39575039335964],[-73.40726414699597,41.39592539339466],[-73.40719814698133,41.3960413934194],[-73.40716914697293,41.39605839342366],[-73.40710314695596,41.396134393440626],[-73.40719814699389,41.39625739346142],[-73.40726414701713,41.396289393465466],[-73.40752614711059,41.39643739348562],[-73.40766514715811,41.39648039348941],[-73.4077301471818,41.39652539349601],[-73.4077991472079,41.396590393506386],[-73.40780314720945,41.39659439350704],[-73.4078541472386,41.39681139354756],[-73.40780314723118,41.396968393579776],[-73.40781014724158,41.39710839360678],[-73.40783914725382,41.39715739361535],[-73.40780314724448,41.397197393624324],[-73.40764214719827,41.397299393649455],[-73.4074961471608,41.39746839368714],[-73.40724214709375,41.397730393746485],[-73.40684014697791,41.397977393807764],[-73.40663614691479,41.39802839382442],[-73.40662114691385,41.39809539383794],[-73.40684014699518,41.39827439386555],[-73.40683214700096,41.398418393893806],[-73.40675914698173,41.398494393910994],[-73.40669414696137,41.398506393915476],[-73.40650414690309,41.39856239393263],[-73.40646814689478,41.39862039394509],[-73.40651914691422,41.39867039395315],[-73.40667214696629,41.39871339395646],[-73.40670114697701,41.39873639395997],[-73.40670114698254,41.39883139397846],[-73.40654014693887,41.39897739401216],[-73.40632914687716,41.3990913940413],[-73.40631014687204,41.3991093940454],[-73.40622014684807,41.39919839406569],[-73.40621214685542,41.39936939409921],[-73.40625614687856,41.399522394127516],[-73.40601514682312,41.3999113942111],[-73.40601514682702,41.399978394224135],[-73.40595714681318,41.400063394242586],[-73.40588414679081,41.40008539424927],[-73.40576014675366,41.400137394263496],[-73.40568014674076,41.40036139430968],[-73.40561414672824,41.4005133943414],[-73.40569414676968,41.400780394390715],[-73.40568114676644,41.400797394394445],[-73.40567214676435,41.40081139439746],[-73.4053881466721,41.40080739440605],[-73.40522014662206,41.40088239442616],[-73.40516914660861,41.40093539443814],[-73.40489914652721,41.40103939446727],[-73.4048121465021,41.40109239448047],[-73.40473114648367,41.40122639450919],[-73.40470214648839,41.4014693945574],[-73.40460014647331,41.40177839462088],[-73.40459214647677,41.40188239464136],[-73.40468714651415,41.401996394660394],[-73.40464314650248,41.402040394670415],[-73.4046001464935,41.40212539468834],[-73.40462214650148,41.40214039469055],[-73.40476714655449,41.40224439470598],[-73.40484014658402,41.40234539472323],[-73.40481114657929,41.40242539473974],[-73.40481114658347,41.40249739475374],[-73.40489114661129,41.40253039475752],[-73.4049781466435,41.402599394768075],[-73.40498314664784,41.40264639477706],[-73.40422114640351,41.40268939481054],[-73.40408714636057,41.4026973948165],[-73.40193814567151,41.402818394910845],[-73.40117714542755,41.4028623949445],[-73.40098614537794,41.40307339499182],[-73.40089714535495,41.40317339501421],[-73.40083814534309,41.40329839504045],[-73.40082614534845,41.40345739507176],[-73.40101814543239,41.40383139513818],[-73.40114814548926,41.404085395183294],[-73.40163014569046,41.404860395318124],[-73.40211514589093,41.405606395447215],[-73.40226414596943,41.40612639554344],[-73.40227714597626,41.406171395551745],[-73.40240814604836,41.40668139564661],[-73.40253614610806,41.40699539570345],[-73.40264514616076,41.407294395758],[-73.40309714636992,41.40837339595292],[-73.40345014653929,41.409319396125234],[-73.40402214679565,41.41054139634399],[-73.40436714694673,41.41121739646406],[-73.40471614709853,41.411883396582034],[-73.40502214723058,41.412449396682014],[-73.40506614725123,41.412559396701944],[-73.4052521473383,41.413020396785434],[-73.40545314743697,41.413597396891],[-73.40569814756576,41.41444639704799],[-73.40580814762087,41.41478139710949],[-73.40585914764502,41.41491239713328],[-73.40589614766236,41.41500439714994],[-73.40594514769458,41.41528539720296],[-73.40596114770184,41.41532139720944],[-73.40602014772847,41.41545039723257],[-73.40600814772779,41.41550539724364],[-73.4059731477261,41.41567139727707],[-73.4059721477259,41.4156733972775],[-73.40596114772559,41.41572939728875],[-73.40611114779396,41.41606939734991],[-73.40607714779797,41.416327397401176],[-73.40604314782205,41.41693039751954],[-73.406029147821,41.41699039753166],[-73.40603914782983,41.41708639755],[-73.40604714783643,41.417155397563164],[-73.40604714785366,41.41745139762069],[-73.40605514786265,41.41756139764181],[-73.40606214786963,41.41764239765733],[-73.40607314787523,41.41767739766377],[-73.40609214788348,41.417713397670134],[-73.4060831478907,41.41788739770425],[-73.40605614791255,41.41841339780743],[-73.40604814792015,41.41858839784171],[-73.40605014793185,41.41877839787856],[-73.40605614796702,41.41934939798937],[-73.4060581479788,41.419540398026435],[-73.40604514803033,41.4204983982131],[-73.40600714818554,41.42337639877378],[-73.40599514823747,41.42433539896058],[-73.40599014827573,41.425020399093874],[-73.40597514839051,41.42707539949381],[-73.40597014842878,41.42776039962708],[-73.40596814843326,41.427848399644255],[-73.40596614844804,41.428113399695825],[-73.40596614845322,41.42820239971312],[-73.40396714778258,41.427807399702296],[-73.40262314733165,41.427541399694896],[-73.40042814659529,41.42710839968314],[-73.39797014577076,41.4266243996701],[-73.39597114510016,41.42623039965942],[-73.39577214503284,41.42618139965646],[-73.39517614483137,41.42603739964812],[-73.39497814476442,41.4259893996453],[-73.39429414453558,41.42586539964376],[-73.39224214384929,41.42549639963967],[-73.39155914362084,41.425373399638275],[-73.39070214333258,41.42519139963113],[-73.39029514319566,41.425104399627635],[-73.38650514192078,41.42429739959565],[-73.38524214149597,41.42402939958517],[-73.38478314134184,41.42393639958223],[-73.3834071408798,41.42365739957333],[-73.38333814085662,41.423643399572875],[-73.382949140726,41.42356439957033],[-73.38238714053662,41.42343939956455],[-73.38070113996868,41.42306639954758],[-73.38013913977937,41.42294239954199],[-73.37995313969753,41.422571399475984],[-73.3793951394522,41.42146139927858],[-73.37921013937083,41.42109239921293],[-73.37895313925493,41.42053139911233]]]},"properties":{"name":2003.01,"geoid":"09001200301"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.39834414352725,41.38594839174763],[-73.39832814352317,41.38596739175187],[-73.39828014351104,41.38602639176493],[-73.39826514350734,41.38604639176931],[-73.39812614346981,41.386175391798986],[-73.39777614337551,41.386503391874335],[-73.39771314335883,41.386567391888846],[-73.39758114332395,41.38670339191966],[-73.39752414330887,41.38676139193282],[-73.39735414326385,41.386934391972076],[-73.39729814324915,41.3869933919854],[-73.39706114318544,41.38721839203698],[-73.39704014317986,41.38723939204176],[-73.39688114314032,41.38744539208707],[-73.39655714305589,41.387798392166424],[-73.39641814302028,41.38796039220252],[-73.3963841430116,41.38800039221144],[-73.39619914296345,41.38820339225702],[-73.39608814293662,41.38836039229121],[-73.39608214293527,41.38837039229336],[-73.39595214290267,41.388534392329554],[-73.39568914283132,41.38877239238452],[-73.39565114282104,41.38880739239257],[-73.39553214278683,41.38888239241109],[-73.39532314272891,41.38905039245065],[-73.39394014233591,41.38999639268025],[-73.39349214220792,41.39029139275239],[-73.39307914208985,41.39056139281853],[-73.3928321420175,41.39069339285234],[-73.39176214171337,41.391424393029794],[-73.39132114158305,41.39164039308634],[-73.39092314146019,41.39174439311968],[-73.39051314133053,41.391798393143695],[-73.39000514116584,41.39179639316003],[-73.38939714096438,41.39171839316486],[-73.38925614091843,41.39171339316854],[-73.3888601407894,41.39170039317905],[-73.38863714071675,41.39169339318502],[-73.38767414040599,41.39171339322063],[-73.38727914027858,41.39172239323537],[-73.38726214027314,41.39172339323613],[-73.38721414025787,41.3917283932387],[-73.3871981402528,41.39173039323961],[-73.3869961401889,41.39175639325131],[-73.38682614013551,41.39178539326256],[-73.38677614011995,41.39179639326633],[-73.38609213990767,41.39195639331997],[-73.38552913973332,41.39209439336536],[-73.3853591396807,41.39213639337914],[-73.38512013960788,41.39221539340236],[-73.3849621395597,41.3922673934177],[-73.38482013951645,41.39231439343151],[-73.38450113942126,41.39245439346925],[-73.3843491393759,41.392521393487286],[-73.38417913932513,41.392595393507285],[-73.38399713927089,41.39267639352902],[-73.3836721391743,41.39282639356891],[-73.38350413912441,41.39290439358961],[-73.38343913910522,41.39293639359797],[-73.383245139048,41.39303339362325],[-73.38318113902919,41.393066393631756],[-73.38164913858485,41.39396039385611],[-73.38155513855763,41.394016393870096],[-73.38068413830696,41.394558394004214],[-73.38005913812307,41.39487839408703],[-73.3794611379462,41.395168394163136],[-73.37929213789484,41.39522639417998],[-73.37844713763812,41.39551939426479],[-73.37801613750545,41.395639394302336],[-73.37673813710546,41.39588039439126],[-73.37526213664357,41.396160394494316],[-73.37513013660192,41.396179394502354],[-73.37499313655834,41.39619339450959],[-73.37472813647464,41.39623039452551],[-73.37445113638638,41.39625539453947],[-73.37411113628008,41.39632139456352],[-73.3739901362422,41.39634439457198],[-73.3734161360627,41.39645539461245],[-73.37235513573032,41.3966503946853],[-73.37117913536045,41.39684139476115],[-73.37099413530208,41.39686839477249],[-73.36999113498592,41.397019394834864],[-73.36966813488286,41.39704639485073],[-73.36951513483403,41.3970593948583],[-73.36869613456874,41.39705939488526],[-73.36853913451792,41.397060394890616],[-73.36837413446591,41.397085394900905],[-73.36774013417664,41.395639394640476],[-73.3674181340298,41.39490639450845],[-73.36455313272255,41.38836939333081],[-73.36401113247538,41.38713439310831],[-73.36393813244199,41.38696639307802],[-73.36364513230822,41.386296392957284],[-73.36359913228718,41.386190392938175],[-73.36350813224496,41.38597039289836],[-73.36323513211843,41.38531339277948],[-73.36314513207657,41.385094392739816],[-73.36308913204799,41.384914392706634],[-73.36292413196338,41.38437639260735],[-73.36286913193517,41.38419739257434],[-73.36275713188277,41.383919392523914],[-73.36242213172586,41.38308439237242],[-73.36231113167385,41.38280739232218],[-73.36228313165915,41.38271039230422],[-73.36220113161579,41.38242039225048],[-73.36217413160148,41.38232439223267],[-73.3618831314663,41.38161839210485],[-73.3610101310609,41.379502391721715],[-73.36072013092613,41.37879739159403],[-73.35485912838763,41.36774638963543],[-73.35134212667323,41.35780538781524],[-73.34890412562561,41.35334438702648],[-73.34815812526207,41.3512353866402],[-73.34771412506096,41.35024438646173],[-73.34971812567841,41.34969838628959],[-73.3502151258316,41.34956438624718],[-73.35087412603485,41.34938838619126],[-73.35355712686214,41.34866938596311],[-73.35733912802827,41.347655385641374],[-73.35971512876091,41.34701938543945],[-73.35977512877976,41.34700938543554],[-73.35995412883616,41.3469823854244],[-73.3600151288554,41.34697338542064],[-73.36001312885024,41.34689538540551],[-73.36023812891987,41.34683938538721],[-73.36109812919108,41.34671338533443],[-73.36385813006157,41.34631138516544],[-73.36459413029209,41.34617638511498],[-73.36575513065578,41.34596438503554],[-73.36656313090887,41.34581638498016],[-73.36693113102412,41.34574838495483],[-73.37045813212866,41.345099384712526],[-73.37127913238582,41.34494938465632],[-73.37163513249733,41.34488438463196],[-73.37345713306786,41.34454838450663],[-73.37892513478013,41.34354138413075],[-73.3803101352139,41.34328738403575],[-73.38074813535103,41.34320638400558],[-73.38171713564891,41.342932383920335],[-73.38185913569356,41.3429093839112],[-73.38192913571554,41.34289738390656],[-73.38256813591647,41.34279438386548],[-73.38278213598379,41.34276038385182],[-73.38358713623512,41.342599383793996],[-73.38369113626759,41.34257838378648],[-73.38484213662682,41.34234638370345],[-73.38521513674331,41.34227238367678],[-73.39102413855669,41.34110738325881],[-73.39308513920014,41.34069538311077],[-73.39332713927531,41.34064038309211],[-73.39405413950112,41.34047538303606],[-73.39429713957668,41.34042138301755],[-73.39833014084152,41.33971538274734],[-73.41043214463684,41.33759738193655],[-73.41235314523928,41.33726138180787],[-73.41446614590188,41.33689138166624],[-73.41506314608777,41.33676438162185],[-73.41685514664583,41.33638338148862],[-73.41745314683212,41.33625738144439],[-73.42304614859921,41.33550738111415],[-73.42180214831082,41.33747938153923],[-73.4212301481972,41.338713381798435],[-73.42100114816249,41.33939338193843],[-73.42057714827315,41.343669382785215],[-73.42034114824993,41.34458638297159],[-73.41943314813697,41.347707383609304],[-73.41870314801031,41.34959838400159],[-73.41846214799128,41.35061538420757],[-73.4185801483076,41.35540938513713],[-73.41853714836151,41.35657838536615],[-73.41840214836618,41.35741238553297],[-73.41833514836341,41.357738385598665],[-73.41742214832506,41.36217138649175],[-73.41701014829974,41.36403338686779],[-73.41672314826327,41.36500638706665],[-73.41624514817858,41.366213387317345],[-73.41554414806049,41.368089387705595],[-73.41532214802454,41.3687083878334],[-73.41529514801228,41.3686473878224],[-73.41522014797636,41.36844738778595],[-73.41510014792293,41.368196387741044],[-73.41489114783198,41.36779538766988],[-73.41464014772824,41.367408387602836],[-73.41457414769478,41.36720038756451],[-73.41445214764472,41.367018387533115],[-73.41418914755079,41.366867387512386],[-73.41404214749988,41.36681038750612],[-73.41393214746043,41.366744387496894],[-73.41374814739802,41.36669538749343],[-73.41361714735494,41.3666843874956],[-73.41323914723759,41.366771387525006],[-73.41312814720351,41.36680338753488],[-73.41263714705275,41.3669453875787],[-73.41231714695726,41.36708538761649],[-73.4122311469304,41.36710238762264],[-73.41215714690325,41.36704738761434],[-73.41195614679202,41.36625238746622],[-73.41184614674567,41.366067387433844],[-73.41153414662901,41.36579838739176],[-73.41129814653803,41.36554738735067],[-73.41097414640555,41.36507238726888],[-73.41067314627865,41.3645653871801],[-73.41058414623646,41.36433438713805],[-73.41043414616506,41.363941387066504],[-73.41041214615458,41.36388338705593],[-73.4101041460119,41.36314338692201],[-73.4100751459952,41.36301738689845],[-73.4100561459814,41.36288538687337],[-73.41004914597409,41.362798386856674],[-73.41004314596672,41.36270538683876],[-73.41002614595524,41.36260238681927],[-73.4099791459163,41.36219338674119],[-73.40997814591292,41.362140386730914],[-73.40997714589983,41.36192038668812],[-73.40985014585283,41.361819386672636],[-73.40977314581414,41.361582386629024],[-73.40967414575476,41.3611113865406],[-73.40961314571238,41.360721386466686],[-73.40960714570795,41.36067838645851],[-73.40954014567906,41.360554386436576],[-73.40942614563734,41.36047138642417],[-73.4086611453742,41.360205386397574],[-73.40848214530597,41.360028386369],[-73.4082751452238,41.359767386325004],[-73.40807914514811,41.359556386290386],[-73.40774714502234,41.359241386239994],[-73.40763114497686,41.35910538621733],[-73.4075731449523,41.359005386199776],[-73.40741414487394,41.35854238611488],[-73.40733914484015,41.35837838608541],[-73.4072281447966,41.35824738606356],[-73.40707214474169,41.35817138605389],[-73.4069901447138,41.35814838605212],[-73.40671414461997,41.35807138604621],[-73.4065041445493,41.35802538604416],[-73.40591914435926,41.3580143860613],[-73.40572614429374,41.35796238605752],[-73.40545814419706,41.35779138603304],[-73.40536214416238,41.35772938602414],[-73.40502214403399,41.357414385973996],[-73.40472914392574,41.35718338593867],[-73.40469614391354,41.357157385934705],[-73.40448714383554,41.35697938590692],[-73.40442414381144,41.356915385896535],[-73.40438314379573,41.35687338588969],[-73.4042781437561,41.35677638587427],[-73.40422114373568,41.356742385869524],[-73.4041451437084,41.35669638586307],[-73.40369714356727,41.35676438589107],[-73.40341714348085,41.3568373859145],[-73.4030111433781,41.35733238602423],[-73.4024691432288,41.35778438613009],[-73.40213114313642,41.35807838619844],[-73.40198914309362,41.35813338621383],[-73.4017121430074,41.35819338623464],[-73.40114314282819,41.358280386270316],[-73.4008921427489,41.35831438628519],[-73.40091014275913,41.35839038629939],[-73.40098314280046,41.358695386356366],[-73.40105014284198,41.359037386420766],[-73.40111114289513,41.359613386530896],[-73.4011891429576,41.36025538665332],[-73.40126614300017,41.36055938670999],[-73.40139814306954,41.36101838679499],[-73.40144214309144,41.36115038681925],[-73.40156514315227,41.36151238688568],[-73.40159614316678,41.36158938689964],[-73.40179914326187,41.36209538699147],[-73.40185714329016,41.36225938702149],[-73.40196114334107,41.36255638707587],[-73.40197314334686,41.36258938708192],[-73.40221614345343,41.36307038716755],[-73.40241314354647,41.363574387259185],[-73.40243114355502,41.36362138726775],[-73.40281814374589,41.364751387474975],[-73.40305814386433,41.36545338760373],[-73.40311614389282,41.36562038763432],[-73.40338814402322,41.36635038776748],[-73.40344614404515,41.366404387776065],[-73.40346814405402,41.3664343877812],[-73.40353514408093,41.36652438779651],[-73.40355814409017,41.36655538780179],[-73.40372014415331,41.36673938783228],[-73.4037341441586,41.36675238783433],[-73.40399314425622,41.366989387871946],[-73.40411314430146,41.3670993878894],[-73.40432514438062,41.36728038791765],[-73.40452614445574,41.367453387944714],[-73.4051331446859,41.36803238803742],[-73.40522814472125,41.36811138804968],[-73.4053151447536,41.36818338806082],[-73.40582114494194,41.368605388126305],[-73.40610614505177,41.3689073881757],[-73.40650814521155,41.36941738826173],[-73.40668514528551,41.36970438831177],[-73.40686614536247,41.3700203883673],[-73.40701414542873,41.370336388423944],[-73.40704114544084,41.37039438843434],[-73.40719714551278,41.37076338850101],[-73.40728014555422,41.37101438854715],[-73.40736914559564,41.371231388586445],[-73.4074261456393,41.37166538866903],[-73.40743414564717,41.37175638868649],[-73.40699014549972,41.37169338868884],[-73.40644314531534,41.37156838868253],[-73.40642114530797,41.37156438868248],[-73.40553914501382,41.37141738868292],[-73.40524314491462,41.37135938868137],[-73.40506514485621,41.371346388684714],[-73.40468714473235,41.371321388692294],[-73.40439114463464,41.3712893886958],[-73.4040991445385,41.37126238870018],[-73.40403214451652,41.371257388701416],[-73.40363014438564,41.37124538871231],[-73.40355414436092,41.371243388714426],[-73.40315114423063,41.37124738872847],[-73.40301614418634,41.37123738873098],[-73.40278114411007,41.371234388738124],[-73.40271614408873,41.37122938873929],[-73.4023691439749,41.371204388745866],[-73.40174114376951,41.37116938875972],[-73.40141514366324,41.371157388768125],[-73.4014131436626,41.37115738876819],[-73.40098214352109,41.37112438877596],[-73.40087014348529,41.3711323887812],[-73.40070114342963,41.37111638878365],[-73.4003491433154,41.371112388794465],[-73.39989914316949,41.371109388808705],[-73.3991501429331,41.37121538885399],[-73.39901814289146,41.37123438886204],[-73.39846914271308,41.37122438887816],[-73.39845914270978,41.37122338887829],[-73.39782714250303,41.37118738889209],[-73.39763114243857,41.371170388895244],[-73.39730814233323,41.37115738890334],[-73.39698214222904,41.37118138891875],[-73.39664114211472,41.37111438891694],[-73.39636014201953,41.37104238891217],[-73.39610514193254,41.370966388905785],[-73.39598614189146,41.37092238890113],[-73.39538814168505,41.37070238887799],[-73.39472614145579,41.37044638884994],[-73.394441141354,41.370282388827405],[-73.39370714108925,41.36981638876086],[-73.39294814081428,41.369313388687935],[-73.39285614078014,41.369238388676365],[-73.39274514074047,41.36917438866756],[-73.3926271406978,41.369097388656456],[-73.39180014039094,41.368424388552675],[-73.39142114025556,41.368206388522715],[-73.39128814020525,41.368081388502745],[-73.39121114017644,41.368014388492234],[-73.39116014015737,41.36797038848536],[-73.39098714008644,41.367713388441025],[-73.39065013993914,41.36705538832402],[-73.39041013984146,41.36671138826496],[-73.39030113979982,41.36660138824712],[-73.39018713975709,41.366501388231406],[-73.39015713974644,41.366485388229286],[-73.39008013971923,41.36644638822421],[-73.38998113968528,41.36641338822106],[-73.38995413967622,41.366408388220975],[-73.38983913963789,41.36638938822105],[-73.38971213959611,41.3663783882231],[-73.38961213956385,41.36638038822677],[-73.38949913952848,41.36640138823458],[-73.3893181394741,41.36647438825475],[-73.38930113946907,41.36648238825687],[-73.3891091394099,41.36653438827331],[-73.38917713943874,41.36665238829405],[-73.38928413948419,41.366838388326734],[-73.3893771395244,41.36701238835755],[-73.38944213955246,41.36713338837897],[-73.39020413986493,41.36826638857444],[-73.39029013990903,41.368546388626115],[-73.39031613992219,41.36862838864121],[-73.39056414004676,41.36939138878158],[-73.39087914021512,41.37053538899389],[-73.39111314035023,41.371558389185324],[-73.39115214037017,41.37168438920857],[-73.39121814039937,41.37181938923267],[-73.39141014048279,41.37218538929759],[-73.39151814052798,41.3723613893283],[-73.39167914059153,41.37255838936133],[-73.39184314065706,41.37277238939759],[-73.39218114078166,41.37303338943726],[-73.3923931408598,41.373196389462],[-73.39296514107008,41.373628389527276],[-73.39351514127094,41.37402038958545],[-73.3937651413628,41.37420838961382],[-73.39389514141057,41.37430538962841],[-73.39401214145354,41.37439338964168],[-73.39474414172089,41.37491538971919],[-73.39503914183031,41.37515438975599],[-73.39509914185253,41.37520238976336],[-73.39528214192136,41.37536738978944],[-73.395354141951,41.37547638980828],[-73.39508414186622,41.37552238982613],[-73.39452814168803,41.37555438985066],[-73.39409814155196,41.375609389875535],[-73.39380814146081,41.375657389894414],[-73.39335314131537,41.375690389915825],[-73.39319614126393,41.37568038991903],[-73.39302014120625,41.37566838992249],[-73.39276014111746,41.375589389915675],[-73.39250214102886,41.37550238990723],[-73.39200914085845,41.37531738988748],[-73.39164514073518,41.375224389881346],[-73.39142914066377,41.37519938988359],[-73.39112314056364,41.37518138989015],[-73.39093214050234,41.37519138989838],[-73.3909551405141,41.375265389912045],[-73.39092514051663,41.37547638995409],[-73.39087514050507,41.3755563899713],[-73.39060514043207,41.375805390028646],[-73.39058314043017,41.37589539004689],[-73.39061214044558,41.37599939006619],[-73.39090314057064,41.37653039015995],[-73.3912311406894,41.37674639019119],[-73.39127414070728,41.37681439020301],[-73.39135414076829,41.37741939031812],[-73.39122314075864,41.37798439043239],[-73.39117214074707,41.3780693904506],[-73.39070514062391,41.37855339056017],[-73.39048614056166,41.37870339059658],[-73.39034814051819,41.3787243906052],[-73.39012314044525,41.37872339061242],[-73.38997614039765,41.37872339061725],[-73.38988114037026,41.378781390631666],[-73.3896481403173,41.379169390714836],[-73.38961814031148,41.37923639072887],[-73.38958914031751,41.37950239078159],[-73.38972014038565,41.3799453908635],[-73.38999614049929,41.38036339093576],[-73.39002514051442,41.380462390954065],[-73.39002614052079,41.380566390974266],[-73.3899741405047,41.38057939097851],[-73.38990914048695,41.38063639099174],[-73.38979314045218,41.3806843910049],[-73.38969014042375,41.38076939102483],[-73.38963914041291,41.38086739104558],[-73.38969014043546,41.38097139106413],[-73.38983614048628,41.38103239107121],[-73.39006914056327,41.38105839106859],[-73.39020014060837,41.38110439107324],[-73.39028014063805,41.38116939108323],[-73.3902731406381,41.38120939109127],[-73.39017914061293,41.38130039111206],[-73.39014214060315,41.38133839112067],[-73.39012714060142,41.38139239113168],[-73.39012014061326,41.381635391179195],[-73.39015614063328,41.381779391206045],[-73.39027914068085,41.38191239122787],[-73.39039614072507,41.38202139124524],[-73.39041114073753,41.382152391270225],[-73.39033014073577,41.38257439135501],[-73.39027214076744,41.38344339152602],[-73.3902931407881,41.383682391571824],[-73.39037314082898,41.3839403916194],[-73.39042314086197,41.38422939167399],[-73.3904601408776,41.38429239168504],[-73.39055514091051,41.3843293916891],[-73.39072214097129,41.38444439170598],[-73.39088314103688,41.38467639174582],[-73.39105014110079,41.38484539177321],[-73.39123314116674,41.38496039178955],[-73.39135614120855,41.38499439179212],[-73.39144414123972,41.38504039179818],[-73.3917061413316,41.3851613918131],[-73.39191014140464,41.38528139182972],[-73.39231814154468,41.38541739184276],[-73.39278514170807,41.38562639186806],[-73.39292314175498,41.3856643918709],[-73.39307614180517,41.38567539186799],[-73.39328814186908,41.38559339184507],[-73.3935791419499,41.38536239179054],[-73.39383114202451,41.3852413917587],[-73.39398114206897,41.38517039173994],[-73.39446914222141,41.38507339170499],[-73.39482614233708,41.385074391693436],[-73.39530714248775,41.384986391660476],[-73.39542414252756,41.38501939166305],[-73.39554314256993,41.385085391671964],[-73.39586814268583,41.385268391696854],[-73.39661114293756,41.38545939170957],[-73.39756614326227,41.385724391729674],[-73.3976221432815,41.38574339173152],[-73.39816414346745,41.38592239174851],[-73.39834414352725,41.38594839174763]]]},"properties":{"name":2003.02,"geoid":"09001200302"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.40729414699551,41.39575039335964],[-73.40730014699531,41.39571339335225],[-73.40736614701547,41.39569239334599],[-73.4074681470457,41.39564439333329],[-73.40748214704837,41.395612393326616],[-73.40738814700556,41.39539939328826],[-73.40730814697255,41.395277393267186],[-73.40712514690684,41.395166393251614],[-73.40702414686697,41.39504339323101],[-73.40704614686497,41.39488639319975],[-73.4070671468694,41.39484539319109],[-73.40714014688838,41.39476539317312],[-73.40715514689091,41.39472539316484],[-73.40730814692833,41.39451639311915],[-73.40737414694215,41.394386393091686],[-73.40736014693105,41.39427339307016],[-73.40726514689237,41.39413739304684],[-73.4072141468601,41.39386639299582],[-73.40722914685475,41.393690392961076],[-73.40725814686105,41.39363739294982],[-73.40730214685752,41.39333139288883],[-73.40733814686529,41.39326439287462],[-73.40741114688689,41.39322939286539],[-73.4076081469493,41.39320539285425],[-73.40766614696888,41.393219392855066],[-73.40777614700093,41.39315739283938],[-73.40782714700798,41.39299439280598],[-73.40784114700999,41.39295139279716],[-73.40791414702637,41.39282639277044],[-73.40816914709637,41.392609392719834],[-73.4082431471136,41.39249339269482],[-73.40832314711811,41.39212539262059],[-73.4082941470888,41.39178239255482],[-73.40819914703489,41.39138439248054],[-73.40809014697598,41.39097839240513],[-73.40777714682936,41.390199392263916],[-73.40757314674214,41.38983539219984],[-73.40747114670249,41.38972139218101],[-73.40738314667026,41.389657392171465],[-73.40695414650975,41.38928639211341],[-73.4063851463049,41.3889323920633],[-73.40611514620677,41.38874839203638],[-73.40584614610057,41.38842039198145],[-73.40581714608776,41.388361391970925],[-73.40579514609632,41.38863139202418],[-73.4057221460815,41.388783392056155],[-73.40569314607264,41.38879239205887],[-73.40416914555422,41.388365392026],[-73.40362214536354,41.388132391998695],[-73.40327314524684,41.38806939199794],[-73.4027991450723,41.38770739194312],[-73.40196114476959,41.38716839186586],[-73.40168114466583,41.38694339183131],[-73.40131214452906,41.386646391785675],[-73.40099214441832,41.3865243917725],[-73.40051814425762,41.38640039176397],[-73.39994314405762,41.3861633917368],[-73.39975314399776,41.38619239174871],[-73.39954914393412,41.386234391763594],[-73.3993081438551,41.38621739176822],[-73.39901714375405,41.386100391755036],[-73.39895114373029,41.38605939174926],[-73.39870414364692,41.386001391746085],[-73.39834414352725,41.38594839174763],[-73.39816414346745,41.38592239174851],[-73.3976221432815,41.38574339173152],[-73.39756614326227,41.385724391729674],[-73.39661114293756,41.38545939170957],[-73.39586814268583,41.385268391696854],[-73.39554314256993,41.385085391671964],[-73.39542414252756,41.38501939166305],[-73.39530714248775,41.384986391660476],[-73.39482614233708,41.385074391693436],[-73.39446914222141,41.38507339170499],[-73.39398114206897,41.38517039173994],[-73.39383114202451,41.3852413917587],[-73.3935791419499,41.38536239179054],[-73.39328814186908,41.38559339184507],[-73.39307614180517,41.38567539186799],[-73.39292314175498,41.3856643918709],[-73.39278514170807,41.38562639186806],[-73.39231814154468,41.38541739184276],[-73.39191014140464,41.38528139182972],[-73.3917061413316,41.3851613918131],[-73.39144414123972,41.38504039179818],[-73.39135614120855,41.38499439179212],[-73.39123314116674,41.38496039178955],[-73.39105014110079,41.38484539177321],[-73.39088314103688,41.38467639174582],[-73.39072214097129,41.38444439170598],[-73.39055514091051,41.3843293916891],[-73.3904601408776,41.38429239168504],[-73.39042314086197,41.38422939167399],[-73.39037314082898,41.3839403916194],[-73.3902931407881,41.383682391571824],[-73.39027214076744,41.38344339152602],[-73.39033014073577,41.38257439135501],[-73.39041114073753,41.382152391270225],[-73.39039614072507,41.38202139124524],[-73.39027914068085,41.38191239122787],[-73.39015614063328,41.381779391206045],[-73.39012014061326,41.381635391179195],[-73.39012714060142,41.38139239113168],[-73.39014214060315,41.38133839112067],[-73.39017914061293,41.38130039111206],[-73.3902731406381,41.38120939109127],[-73.39028014063805,41.38116939108323],[-73.39020014060837,41.38110439107324],[-73.39006914056327,41.38105839106859],[-73.38983614048628,41.38103239107121],[-73.38969014043546,41.38097139106413],[-73.38963914041291,41.38086739104558],[-73.38969014042375,41.38076939102483],[-73.38979314045218,41.3806843910049],[-73.38990914048695,41.38063639099174],[-73.3899741405047,41.38057939097851],[-73.39002614052079,41.380566390974266],[-73.39002514051442,41.380462390954065],[-73.38999614049929,41.38036339093576],[-73.38972014038565,41.3799453908635],[-73.38958914031751,41.37950239078159],[-73.38961814031148,41.37923639072887],[-73.3896481403173,41.379169390714836],[-73.38988114037026,41.378781390631666],[-73.38997614039765,41.37872339061725],[-73.39012314044525,41.37872339061242],[-73.39034814051819,41.3787243906052],[-73.39048614056166,41.37870339059658],[-73.39070514062391,41.37855339056017],[-73.39117214074707,41.3780693904506],[-73.39122314075864,41.37798439043239],[-73.39135414076829,41.37741939031812],[-73.39127414070728,41.37681439020301],[-73.3912311406894,41.37674639019119],[-73.39090314057064,41.37653039015995],[-73.39061214044558,41.37599939006619],[-73.39058314043017,41.37589539004689],[-73.39060514043207,41.375805390028646],[-73.39087514050507,41.3755563899713],[-73.39092514051663,41.37547638995409],[-73.3909551405141,41.375265389912045],[-73.39093214050234,41.37519138989838],[-73.39112314056364,41.37518138989015],[-73.39142914066377,41.37519938988359],[-73.39164514073518,41.375224389881346],[-73.39200914085845,41.37531738988748],[-73.39250214102886,41.37550238990723],[-73.39276014111746,41.375589389915675],[-73.39302014120625,41.37566838992249],[-73.39319614126393,41.37568038991903],[-73.39335314131537,41.375690389915825],[-73.39380814146081,41.375657389894414],[-73.39409814155196,41.375609389875535],[-73.39452814168803,41.37555438985066],[-73.39508414186622,41.37552238982613],[-73.395354141951,41.37547638980828],[-73.39528214192136,41.37536738978944],[-73.39509914185253,41.37520238976336],[-73.39503914183031,41.37515438975599],[-73.39474414172089,41.37491538971919],[-73.39401214145354,41.37439338964168],[-73.39389514141057,41.37430538962841],[-73.3937651413628,41.37420838961382],[-73.39351514127094,41.37402038958545],[-73.39296514107008,41.373628389527276],[-73.3923931408598,41.373196389462],[-73.39218114078166,41.37303338943726],[-73.39184314065706,41.37277238939759],[-73.39167914059153,41.37255838936133],[-73.39151814052798,41.3723613893283],[-73.39141014048279,41.37218538929759],[-73.39121814039937,41.37181938923267],[-73.39115214037017,41.37168438920857],[-73.39111314035023,41.371558389185324],[-73.39087914021512,41.37053538899389],[-73.39056414004676,41.36939138878158],[-73.39031613992219,41.36862838864121],[-73.39029013990903,41.368546388626115],[-73.39020413986493,41.36826638857444],[-73.38944213955246,41.36713338837897],[-73.3893771395244,41.36701238835755],[-73.38928413948419,41.366838388326734],[-73.38917713943874,41.36665238829405],[-73.3891091394099,41.36653438827331],[-73.38930113946907,41.36648238825687],[-73.3893181394741,41.36647438825475],[-73.38949913952848,41.36640138823458],[-73.38961213956385,41.36638038822677],[-73.38971213959611,41.3663783882231],[-73.38983913963789,41.36638938822105],[-73.38995413967622,41.366408388220975],[-73.38998113968528,41.36641338822106],[-73.39008013971923,41.36644638822421],[-73.39015713974644,41.366485388229286],[-73.39018713975709,41.366501388231406],[-73.39030113979982,41.36660138824712],[-73.39041013984146,41.36671138826496],[-73.39065013993914,41.36705538832402],[-73.39098714008644,41.367713388441025],[-73.39116014015737,41.36797038848536],[-73.39121114017644,41.368014388492234],[-73.39128814020525,41.368081388502745],[-73.39142114025556,41.368206388522715],[-73.39180014039094,41.368424388552675],[-73.3926271406978,41.369097388656456],[-73.39274514074047,41.36917438866756],[-73.39285614078014,41.369238388676365],[-73.39294814081428,41.369313388687935],[-73.39370714108925,41.36981638876086],[-73.394441141354,41.370282388827405],[-73.39472614145579,41.37044638884994],[-73.39538814168505,41.37070238887799],[-73.39598614189146,41.37092238890113],[-73.39610514193254,41.370966388905785],[-73.39636014201953,41.37104238891217],[-73.39664114211472,41.37111438891694],[-73.39698214222904,41.37118138891875],[-73.39730814233323,41.37115738890334],[-73.39763114243857,41.371170388895244],[-73.39782714250303,41.37118738889209],[-73.39845914270978,41.37122338887829],[-73.39846914271308,41.37122438887816],[-73.39901814289146,41.37123438886204],[-73.3991501429331,41.37121538885399],[-73.39989914316949,41.371109388808705],[-73.4003491433154,41.371112388794465],[-73.40070114342963,41.37111638878365],[-73.40087014348529,41.3711323887812],[-73.40098214352109,41.37112438877596],[-73.4014131436626,41.37115738876819],[-73.40141514366324,41.371157388768125],[-73.40174114376951,41.37116938875972],[-73.4023691439749,41.371204388745866],[-73.40271614408873,41.37122938873929],[-73.40278114411007,41.371234388738124],[-73.40301614418634,41.37123738873098],[-73.40315114423063,41.37124738872847],[-73.40355414436092,41.371243388714426],[-73.40363014438564,41.37124538871231],[-73.40403214451652,41.371257388701416],[-73.4040991445385,41.37126238870018],[-73.40439114463464,41.3712893886958],[-73.40468714473235,41.371321388692294],[-73.40506514485621,41.371346388684714],[-73.40524314491462,41.37135938868137],[-73.40553914501382,41.37141738868292],[-73.40642114530797,41.37156438868248],[-73.40644314531534,41.37156838868253],[-73.40699014549972,41.37169338868884],[-73.40743414564717,41.37175638868649],[-73.4074261456393,41.37166538866903],[-73.40736914559564,41.371231388586445],[-73.40728014555422,41.37101438854715],[-73.40719714551278,41.37076338850101],[-73.40704114544084,41.37039438843434],[-73.40701414542873,41.370336388423944],[-73.40686614536247,41.3700203883673],[-73.40668514528551,41.36970438831177],[-73.40650814521155,41.36941738826173],[-73.40610614505177,41.3689073881757],[-73.40582114494194,41.368605388126305],[-73.4053151447536,41.36818338806082],[-73.40522814472125,41.36811138804968],[-73.4051331446859,41.36803238803742],[-73.40452614445574,41.367453387944714],[-73.40432514438062,41.36728038791765],[-73.40411314430146,41.3670993878894],[-73.40399314425622,41.366989387871946],[-73.4037341441586,41.36675238783433],[-73.40372014415331,41.36673938783228],[-73.40355814409017,41.36655538780179],[-73.40353514408093,41.36652438779651],[-73.40346814405402,41.3664343877812],[-73.40344614404515,41.366404387776065],[-73.40338814402322,41.36635038776748],[-73.40311614389282,41.36562038763432],[-73.40305814386433,41.36545338760373],[-73.40281814374589,41.364751387474975],[-73.40243114355502,41.36362138726775],[-73.40241314354647,41.363574387259185],[-73.40221614345343,41.36307038716755],[-73.40197314334686,41.36258938708192],[-73.40196114334107,41.36255638707587],[-73.40185714329016,41.36225938702149],[-73.40179914326187,41.36209538699147],[-73.40159614316678,41.36158938689964],[-73.40156514315227,41.36151238688568],[-73.40144214309144,41.36115038681925],[-73.40139814306954,41.36101838679499],[-73.40126614300017,41.36055938670999],[-73.4011891429576,41.36025538665332],[-73.40111114289513,41.359613386530896],[-73.40105014284198,41.359037386420766],[-73.40098314280046,41.358695386356366],[-73.40091014275913,41.35839038629939],[-73.4008921427489,41.35831438628519],[-73.40114314282819,41.358280386270316],[-73.4017121430074,41.35819338623464],[-73.40198914309362,41.35813338621383],[-73.40213114313642,41.35807838619844],[-73.4024691432288,41.35778438613009],[-73.4030111433781,41.35733238602423],[-73.40341714348085,41.3568373859145],[-73.40369714356727,41.35676438589107],[-73.4041451437084,41.35669638586307],[-73.40422114373568,41.356742385869524],[-73.4042781437561,41.35677638587427],[-73.40438314379573,41.35687338588969],[-73.40442414381144,41.356915385896535],[-73.40448714383554,41.35697938590692],[-73.40469614391354,41.357157385934705],[-73.40472914392574,41.35718338593867],[-73.40502214403399,41.357414385973996],[-73.40536214416238,41.35772938602414],[-73.40545814419706,41.35779138603304],[-73.40572614429374,41.35796238605752],[-73.40591914435926,41.3580143860613],[-73.4065041445493,41.35802538604416],[-73.40671414461997,41.35807138604621],[-73.4069901447138,41.35814838605212],[-73.40707214474169,41.35817138605389],[-73.4072281447966,41.35824738606356],[-73.40733914484015,41.35837838608541],[-73.40741414487394,41.35854238611488],[-73.4075731449523,41.359005386199776],[-73.40763114497686,41.35910538621733],[-73.40774714502234,41.359241386239994],[-73.40807914514811,41.359556386290386],[-73.4082751452238,41.359767386325004],[-73.40848214530597,41.360028386369],[-73.4086611453742,41.360205386397574],[-73.40942614563734,41.36047138642417],[-73.40954014567906,41.360554386436576],[-73.40960714570795,41.36067838645851],[-73.40961314571238,41.360721386466686],[-73.40967414575476,41.3611113865406],[-73.40977314581414,41.361582386629024],[-73.40985014585283,41.361819386672636],[-73.40997714589983,41.36192038668812],[-73.40997814591292,41.362140386730914],[-73.4099791459163,41.36219338674119],[-73.41002614595524,41.36260238681927],[-73.41004314596672,41.36270538683876],[-73.41004914597409,41.362798386856674],[-73.4100561459814,41.36288538687337],[-73.4100751459952,41.36301738689845],[-73.4101041460119,41.36314338692201],[-73.41041214615458,41.36388338705593],[-73.41043414616506,41.363941387066504],[-73.41058414623646,41.36433438713805],[-73.41067314627865,41.3645653871801],[-73.41097414640555,41.36507238726888],[-73.41129814653803,41.36554738735067],[-73.41153414662901,41.36579838739176],[-73.41184614674567,41.366067387433844],[-73.41195614679202,41.36625238746622],[-73.41215714690325,41.36704738761434],[-73.4122311469304,41.36710238762264],[-73.41231714695726,41.36708538761649],[-73.41263714705275,41.3669453875787],[-73.41312814720351,41.36680338753488],[-73.41323914723759,41.366771387525006],[-73.41361714735494,41.3666843874956],[-73.41374814739802,41.36669538749343],[-73.41393214746043,41.366744387496894],[-73.41404214749988,41.36681038750612],[-73.41418914755079,41.366867387512386],[-73.41445214764472,41.367018387533115],[-73.41457414769478,41.36720038756451],[-73.41464014772824,41.367408387602836],[-73.41489114783198,41.36779538766988],[-73.41510014792293,41.368196387741044],[-73.41522014797636,41.36844738778595],[-73.41529514801228,41.3686473878224],[-73.41532214802454,41.3687083878334],[-73.41514114799054,41.36913238792188],[-73.41488314795119,41.3698933880785],[-73.41469414796813,41.371239388346694],[-73.41483114805673,41.37200138849048],[-73.4150091481447,41.37252338858621],[-73.41529614826412,41.37297938866551],[-73.41577114844875,41.373510388753196],[-73.41719614900285,41.375105389016646],[-73.41767214918791,41.375637389104476],[-73.42166715072975,41.37990838980391],[-73.42262915109242,41.38078838994342],[-73.42393515160637,41.38235439020506],[-73.42330615143126,41.38284639032152],[-73.42097415078243,41.38467639075444],[-73.41803914996572,41.38697839129906],[-73.41637814950352,41.3882813916073],[-73.4154291492394,41.38902539178333],[-73.4151911491732,41.389212391827556],[-73.4119861482813,41.39172639242226],[-73.408928147454,41.39453339306907],[-73.40772014712728,41.39564339332478],[-73.40729414699551,41.39575039335964]]]},"properties":{"name":2002,"geoid":"09001200200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.22813607556648,41.162153353633194],[-73.22808507554743,41.16210835362605],[-73.22808207554635,41.16210635362575],[-73.2280280755262,41.1620593536183],[-73.22793207549049,41.16197735360537],[-73.22788207547185,41.16193435359857],[-73.22776407542776,41.16183035358204],[-73.22741207529614,41.16151835353239],[-73.22729507525243,41.16141535351601],[-73.22717607520795,41.16131035349933],[-73.22682207507567,41.16099835344972],[-73.22670407503158,41.16089435343321],[-73.2265850749871,41.160789353416504],[-73.22623107485484,41.1604773533669],[-73.22611307481074,41.16037335335038],[-73.22584907471213,41.16014135331351],[-73.22506607441974,41.15945435320443],[-73.2250580744167,41.15944635320313],[-73.22486407434336,41.159260353172996],[-73.22479807431927,41.159212353165735],[-73.22470607429497,41.15930835318754],[-73.22456807425867,41.15945535322081],[-73.224435074224,41.159602353253916],[-73.22434607420091,41.159702353276394],[-73.22407607410486,41.159549353255194],[-73.22396807406645,41.15948835324676],[-73.22376207399621,41.15942535324112],[-73.22364007395775,41.1594433532486],[-73.22324107383352,41.15952835327822],[-73.2231830738155,41.159541353282634],[-73.2228820737221,41.159611353306126],[-73.22283907370313,41.15952235329011],[-73.22274707365852,41.15926135324197],[-73.22266107361516,41.15898835319132],[-73.22262707360011,41.158917353178516],[-73.22252807355616,41.158707353140585],[-73.22249507354151,41.15863735312796],[-73.22244807351862,41.158502353103046],[-73.22237807348448,41.15830035306577],[-73.22229707344697,41.158101353029416],[-73.22224407342229,41.15796935300529],[-73.22210207335606,41.15761235293999],[-73.22167907315837,41.15654235274418],[-73.2215380730925,41.156186352679036],[-73.22146207305954,41.15603935265272],[-73.22141607303773,41.15591735263031],[-73.22120407294159,41.155432352542206],[-73.22101007285129,41.154948352453715],[-73.22094207281803,41.15475035241714],[-73.22094607278754,41.154191352307535],[-73.22085907275935,41.15419035231017],[-73.220552072656,41.15411935230622],[-73.21998207246692,41.154037352308684],[-73.21941007227666,41.15394535230923],[-73.21915307219219,41.15392235231309],[-73.21894607212484,41.15391535231842],[-73.21870007204794,41.15396235233562],[-73.21841307195992,41.154047352361594],[-73.21809807186614,41.15419035239984],[-73.21789707180832,41.15431735243123],[-73.21775007176817,41.154447352461474],[-73.217631071737,41.15457635249061],[-73.21750307169883,41.15463335250592],[-73.21711907158455,41.15480835255267],[-73.21699207154681,41.154867352568345],[-73.2168250714966,41.15493435258689],[-73.21632407134601,41.15513635264272],[-73.21615807129615,41.15520435266143],[-73.21575807117584,41.155364352705774],[-73.21455807081492,41.15584435283874],[-73.2141580706946,41.15600435288308],[-73.2166050713693,41.15394735240073],[-73.21665807138402,41.15390435239057],[-73.21915807202225,41.150904351721785],[-73.22088907227844,41.145559350618534],[-73.22145807236276,41.14380435025624],[-73.22163707234454,41.14246434998788],[-73.22165807234224,41.14230434995585],[-73.22156907229326,41.141949349889195],[-73.22118507208191,41.14041534960113],[-73.2210580720118,41.13990434950512],[-73.22337307279045,41.14042934953281],[-73.2303200751271,41.14200434961577],[-73.23263607590613,41.14253034964358],[-73.23312407608125,41.142834349687284],[-73.23338307617419,41.1429953497104],[-73.23361207625635,41.14313734973078],[-73.2338430763392,41.1432803497513],[-73.2340740764221,41.14342434977199],[-73.23479407667519,41.14377934981816],[-73.23485207670628,41.143996349858774],[-73.23491107673776,41.14421434989956],[-73.2349950767828,41.14452834995836],[-73.23507907682776,41.14484135001694],[-73.23443107668919,41.14609035028266],[-73.23285707626657,41.14761235063195],[-73.23289807629189,41.14782435067214],[-73.23291707630395,41.147928350691885],[-73.23293807631684,41.14803535071218],[-73.23298107634344,41.14825835075445],[-73.23302307636963,41.148480350796575],[-73.23309207641232,41.14883835086445],[-73.2331000764173,41.14888035087242],[-73.23316107645506,41.14919735093253],[-73.2331350764508,41.149270350947674],[-73.23313507645261,41.149302350953946],[-73.23314207646774,41.14952835099798],[-73.2331960764902,41.14961635101348],[-73.233251076513,41.149704351028916],[-73.23325707651516,41.1497083510295],[-73.23334407657055,41.15018735112051],[-73.23341307661416,41.15056135119151],[-73.23357007671348,41.15141435135349],[-73.23360807673785,41.15162735139396],[-73.23363307675352,41.151760351419206],[-73.23369707679396,41.15210735148509],[-73.23384707684352,41.15212535148374],[-73.23399607689272,41.15214335148244],[-73.23609307758541,41.152395351463625],[-73.2361740776178,41.15250435148234],[-73.23692307791738,41.15351135165523],[-73.23722007802245,41.15366935167653],[-73.23722107802665,41.1537373516898],[-73.23722107803052,41.15380535170311],[-73.23722307804306,41.154014351743996],[-73.23722407805522,41.154222351784696],[-73.23722807808319,41.15469135187641],[-73.23722907809041,41.15481235190007],[-73.23723007809761,41.15493335192375],[-73.2372300781095,41.15514235196466],[-73.23677907797928,41.15541735203319],[-73.23532907756055,41.15630235225364],[-73.23387807714145,41.15718635247392],[-73.23117207641018,41.1597193530579],[-73.23015707613376,41.160632353269676],[-73.23012607612466,41.16064835327383],[-73.22999407608683,41.160734353294956],[-73.22886107576213,41.1614693534757],[-73.22813607556648,41.162153353633194]]]},"properties":{"name":701,"geoid":"09001070100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.21615807129615,41.15520435266143],[-73.21632407134601,41.15513635264272],[-73.2168250714966,41.15493435258689],[-73.21699207154681,41.154867352568345],[-73.21711907158455,41.15480835255267],[-73.21750307169883,41.15463335250592],[-73.217631071737,41.15457635249061],[-73.21775007176817,41.154447352461474],[-73.21789707180832,41.15431735243123],[-73.21809807186614,41.15419035239984],[-73.21841307195992,41.154047352361594],[-73.21870007204794,41.15396235233562],[-73.21894607212484,41.15391535231842],[-73.21915307219219,41.15392235231309],[-73.21941007227666,41.15394535230923],[-73.21998207246692,41.154037352308684],[-73.220552072656,41.15411935230622],[-73.22085907275935,41.15419035231017],[-73.22094607278754,41.154191352307535],[-73.22094207281803,41.15475035241714],[-73.22101007285129,41.154948352453715],[-73.22120407294159,41.155432352542206],[-73.22141607303773,41.15591735263031],[-73.22146207305954,41.15603935265272],[-73.2215380730925,41.156186352679036],[-73.22167907315837,41.15654235274418],[-73.22210207335606,41.15761235293999],[-73.22224407342229,41.15796935300529],[-73.22229707344697,41.158101353029416],[-73.22237807348448,41.15830035306577],[-73.22244807351862,41.158502353103046],[-73.22249507354151,41.15863735312796],[-73.22252807355616,41.158707353140585],[-73.22262707360011,41.158917353178516],[-73.22266107361516,41.15898835319132],[-73.22274707365852,41.15926135324197],[-73.22283907370313,41.15952235329011],[-73.2228820737221,41.159611353306126],[-73.2231830738155,41.159541353282634],[-73.22324107383352,41.15952835327822],[-73.22364007395775,41.1594433532486],[-73.22376207399621,41.15942535324112],[-73.22396807406645,41.15948835324676],[-73.22407607410486,41.159549353255194],[-73.22434607420091,41.159702353276394],[-73.224435074224,41.159602353253916],[-73.22456807425867,41.15945535322081],[-73.22470607429497,41.15930835318754],[-73.22479807431927,41.159212353165735],[-73.22486407434336,41.159260353172996],[-73.2250580744167,41.15944635320313],[-73.22506607441974,41.15945435320443],[-73.22584907471213,41.16014135331351],[-73.22611307481074,41.16037335335038],[-73.22623107485484,41.1604773533669],[-73.2265850749871,41.160789353416504],[-73.22670407503158,41.16089435343321],[-73.22682207507567,41.16099835344972],[-73.22717607520795,41.16131035349933],[-73.22729507525243,41.16141535351601],[-73.22741207529614,41.16151835353239],[-73.22776407542776,41.16183035358204],[-73.22788207547185,41.16193435359857],[-73.22793207549049,41.16197735360537],[-73.2280280755262,41.1620593536183],[-73.22808207554635,41.16210635362575],[-73.22808507554743,41.16210835362605],[-73.22813607556648,41.162153353633194],[-73.22804307554141,41.16224135365346],[-73.227986075527,41.16231235366921],[-73.22758107542546,41.1628303537838],[-73.22744707539195,41.163003353822035],[-73.2274540754024,41.16314735385],[-73.22747507543379,41.1635793539339],[-73.22747707543596,41.16360635393913],[-73.22746507543874,41.16372335396243],[-73.22742707544847,41.164110354039444],[-73.2271250753617,41.164302354086864],[-73.2270120753278,41.16434935409973],[-73.22601807502967,41.16476135421271],[-73.22562807490395,41.16476935422695],[-73.22547407486596,41.164977354272665],[-73.22544607486712,41.165157354308825],[-73.22542907486812,41.16527135433169],[-73.22538307486671,41.165508354379604],[-73.22536507486649,41.165606354399365],[-73.22506207478098,41.16582635445231],[-73.224540074618,41.16593035448962],[-73.22449607460638,41.165976354500074],[-73.22442507458786,41.16605435451764],[-73.22441807459988,41.16630535456701],[-73.22438607458986,41.16631135456922],[-73.2242900745597,41.16632735457548],[-73.2239070744395,41.16639235460064],[-73.22378007439964,41.166414354609074],[-73.22361407434828,41.16645535462251],[-73.22311807419494,41.1665803546631],[-73.22295307414392,41.16662235467668],[-73.22276807408572,41.16665135468836],[-73.22221407391137,41.1667373547232],[-73.22203007385355,41.166767354735065],[-73.22156307370643,41.16683735476394],[-73.22140007365512,41.16686235477413],[-73.22016207326514,41.16704835485077],[-73.21969507311809,41.167119354879844],[-73.21905407291499,41.16719435491535],[-73.21892607287447,41.167210354922645],[-73.21713207230609,41.16742235502244],[-73.21649207210335,41.167498355058115],[-73.2165150721095,41.16747535505285],[-73.21658507212838,41.167409355037655],[-73.21660907213489,41.16738735503258],[-73.21665207214659,41.167348355023535],[-73.21667907215402,41.167325355018164],[-73.21679307218639,41.167246354999],[-73.21684107220004,41.16721335499097],[-73.21695707223121,41.16710135496528],[-73.21708107226473,41.166985354938525],[-73.21717507229053,41.16690435491962],[-73.21731007232658,41.166770354888996],[-73.21742507235737,41.16665735486315],[-73.21746607236801,41.16661135485279],[-73.21748907237445,41.16659335484852],[-73.21748907237439,41.166592354848326],[-73.21769407243012,41.166406354805254],[-73.21776307244899,41.16634535479105],[-73.21782407246542,41.16628735477772],[-73.21800807251518,41.16611535473807],[-73.21807007253197,41.16605835472491],[-73.21818707256386,41.165953354700534],[-73.21830007259469,41.16585235467709],[-73.21853007265648,41.165630354626146],[-73.21864407268723,41.16552235460128],[-73.21840607260205,41.165379354581034],[-73.21822507253627,41.16525235456204],[-73.21821007253092,41.165243354560765],[-73.21779307238208,41.16499835452633],[-73.21735407222326,41.16470335448283],[-73.21690007206038,41.164422354442564],[-73.21655107193517,41.16420635441159],[-73.21649307191426,41.16416835440605],[-73.21646907190505,41.16414335440192],[-73.2165990719408,41.16403235437597],[-73.2168390720069,41.16382935432842],[-73.21698607204674,41.16369335429701],[-73.21711307208123,41.163577354270174],[-73.21710007206889,41.1634343542426],[-73.21708507205419,41.163261354209205],[-73.21705507203073,41.1630193541628],[-73.21705207202919,41.16300935416093],[-73.21702107201126,41.16287035413472],[-73.2169880719854,41.16260335408351],[-73.2169530719574,41.16231035402726],[-73.21688507190674,41.16180635393079],[-73.21686307189013,41.161639353898785],[-73.21684507187874,41.16154135388019],[-73.21681507185845,41.16135535384473],[-73.21679507184504,41.16123335382149],[-73.21672507179771,41.160799353738774],[-73.2166960717778,41.1606143537035],[-73.21662607173435,41.16024835363409],[-73.21655507167756,41.15965335351987],[-73.2165160716511,41.159410353473554],[-73.21657407166225,41.15927635344543],[-73.21666007168905,41.15925835343911],[-73.21665907168662,41.15922135343189],[-73.21665707167966,41.15911035341021],[-73.21665707167755,41.15907335340298],[-73.21655707160119,41.15829935325464],[-73.21625707137214,41.15597735280962],[-73.21615807129615,41.15520435266143]]]},"properties":{"name":702,"geoid":"09001070200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.2141580706946,41.15600435288308],[-73.21455807081492,41.15584435283874],[-73.21575807117584,41.155364352705774],[-73.21615807129615,41.15520435266143],[-73.21625707137214,41.15597735280962],[-73.21655707160119,41.15829935325464],[-73.21665707167755,41.15907335340298],[-73.21665707167966,41.15911035341021],[-73.21665907168662,41.15922135343189],[-73.21666007168905,41.15925835343911],[-73.21657407166225,41.15927635344543],[-73.2165160716511,41.159410353473554],[-73.21655507167756,41.15965335351987],[-73.21662607173435,41.16024835363409],[-73.2166960717778,41.1606143537035],[-73.21672507179771,41.160799353738774],[-73.21679507184504,41.16123335382149],[-73.21681507185845,41.16135535384473],[-73.21684507187874,41.16154135388019],[-73.21686307189013,41.161639353898785],[-73.21688507190674,41.16180635393079],[-73.2169530719574,41.16231035402726],[-73.2169880719854,41.16260335408351],[-73.21702107201126,41.16287035413472],[-73.21705207202919,41.16300935416093],[-73.21705507203073,41.1630193541628],[-73.21708507205419,41.163261354209205],[-73.21710007206889,41.1634343542426],[-73.21711307208123,41.163577354270174],[-73.21698607204674,41.16369335429701],[-73.2168390720069,41.16382935432842],[-73.2165990719408,41.16403235437597],[-73.21646907190505,41.16414335440192],[-73.21649307191426,41.16416835440605],[-73.21655107193517,41.16420635441159],[-73.21690007206038,41.164422354442564],[-73.21735407222326,41.16470335448283],[-73.21779307238208,41.16499835452633],[-73.21821007253092,41.165243354560765],[-73.21822507253627,41.16525235456204],[-73.21840607260205,41.165379354581034],[-73.21864407268723,41.16552235460128],[-73.21853007265648,41.165630354626146],[-73.21830007259469,41.16585235467709],[-73.21818707256386,41.165953354700534],[-73.21807007253197,41.16605835472491],[-73.21800807251518,41.16611535473807],[-73.21782407246542,41.16628735477772],[-73.21776307244899,41.16634535479105],[-73.21769407243012,41.166406354805254],[-73.21748907237439,41.166592354848326],[-73.21748907237445,41.16659335484852],[-73.21746607236801,41.16661135485279],[-73.21742507235737,41.16665735486315],[-73.21731007232658,41.166770354888996],[-73.21717507229053,41.16690435491962],[-73.21708107226473,41.166985354938525],[-73.21695707223121,41.16710135496528],[-73.21684107220004,41.16721335499097],[-73.21679307218639,41.167246354999],[-73.21667907215402,41.167325355018164],[-73.21665207214659,41.167348355023535],[-73.21660907213489,41.16738735503258],[-73.21658507212838,41.167409355037655],[-73.2165150721095,41.16747535505285],[-73.21649207210335,41.167498355058115],[-73.21582207189009,41.167560355092014],[-73.21381207125027,41.16774535519352],[-73.2131430710374,41.16780835522759],[-73.21265907088325,41.16785135525171],[-73.21120707042083,41.16798135532433],[-73.21072407026706,41.16802535534864],[-73.21026907012178,41.16805935537009],[-73.20890606968675,41.16816435543489],[-73.20845206954189,41.168200355456705],[-73.2076030692714,41.168274355498745],[-73.20505606846001,41.16849835562531],[-73.20420806818994,41.16857435566773],[-73.2041850681826,41.16857635566887],[-73.20411606816074,41.16858435567267],[-73.20409406815386,41.16858835567416],[-73.20348806796044,41.16863535570306],[-73.20242406762088,41.16871835575383],[-73.2016720673817,41.16879135579254],[-73.20106806718968,41.168851355823904],[-73.20033006695446,41.16891435586019],[-73.19823006628518,41.169094355963615],[-73.19811706624913,41.169103355969035],[-73.19738006601429,41.16916735600551],[-73.1969310658706,41.16919535602555],[-73.19730206598247,41.1690513559853],[-73.19727506596452,41.168889355954455],[-73.19829806625057,41.16809835576637],[-73.19945106656891,41.167135355540374],[-73.19965406662398,41.166948355497176],[-73.19986406668157,41.16676635545472],[-73.20017906676877,41.16650735539377],[-73.2005920668832,41.16616935531418],[-73.20100106699553,41.16581735523198],[-73.20111906702851,41.16572635521034],[-73.20144406711965,41.165479355151426],[-73.20239906738666,41.1647403549757],[-73.20372206775669,41.16371935473283],[-73.20523106817446,41.16247935444101],[-73.20590406836081,41.16192735431105],[-73.20611106841768,41.16174935426947],[-73.20613006842028,41.16168735425672],[-73.20622106845309,41.16174635426531],[-73.20630006848211,41.16180735427469],[-73.20636406850504,41.16184635428025],[-73.20662906857218,41.16151935420761],[-73.20664306857361,41.16146435419639],[-73.20682106862317,41.161323354162995],[-73.2073580687731,41.160904354063504],[-73.20753706882304,41.16076435403029],[-73.20881506917873,41.15974735378962],[-73.2112580698587,41.157804353329766],[-73.21277007029448,41.15686535309677],[-73.2141580706946,41.15600435288308]]]},"properties":{"name":703,"geoid":"09001070300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.19945106656891,41.167135355540374],[-73.19918606646776,41.16686435549591],[-73.19892706636816,41.166586355449894],[-73.1988320663315,41.16648235543261],[-73.19854706622155,41.16617035538075],[-73.19845306618524,41.16606635536345],[-73.19838106615812,41.16599935535266],[-73.1982560661111,41.16588335533401],[-73.19817106607879,41.165799355320324],[-73.19810206605261,41.16573135530924],[-73.19805206603347,41.16567935530068],[-73.19795206599517,41.16557435528337],[-73.19790006597583,41.16553035527643],[-73.19784606595582,41.165485355269354],[-73.19762706587039,41.165229355226366],[-73.19709806571451,41.16549835529619],[-73.19671706560084,41.165667355341654],[-73.19653006554562,41.16576035536593],[-73.19620706545037,41.16592335540834],[-73.19596106537657,41.16602535543629],[-73.19576906531904,41.16610635545838],[-73.1956290652638,41.16593135542866],[-73.19544206519,41.165697355388915],[-73.19520506509726,41.16541535534138],[-73.19506206504134,41.16524535531272],[-73.19491406499829,41.16533035533418],[-73.19447206486993,41.16558835539904],[-73.19432506482725,41.16567435542065],[-73.19394506471657,41.16589035547528],[-73.19339406455623,41.16620635555504],[-73.19281906439016,41.166558355642636],[-73.19264006433858,41.16666935567017],[-73.19244306428108,41.1667793556981],[-73.19223806420001,41.166520355654036],[-73.1919290640778,41.16612935558749],[-73.1916410639619,41.16572935551851],[-73.1914490638846,41.16546235547245],[-73.19125506380784,41.16521635543058],[-73.19092706367806,41.16480035535975],[-73.19068106358014,41.16447735530446],[-73.1904930635052,41.164229355262016],[-73.19010806338477,41.1643023552888],[-73.18984406330162,41.164342355305195],[-73.18963206323416,41.16436235531598],[-73.18939306315887,41.16439835533079],[-73.18896506302369,41.16445635535603],[-73.18834706282797,41.16453135539077],[-73.18787706267952,41.164595355418555],[-73.18811506279653,41.1652993555487],[-73.18833406290521,41.16596535567202],[-73.18816206285115,41.16599335568307],[-73.18784406275132,41.16604735570397],[-73.1876460626889,41.166076355716065],[-73.18747406263472,41.16610235572674],[-73.18642406230381,41.16625835579135],[-73.18597406216337,41.16634935582377],[-73.18557006203532,41.16639635584608],[-73.18575806213211,41.16702935596393],[-73.18429706167946,41.16738335608066],[-73.18421206165279,41.16739835608636],[-73.18395806157338,41.167447356104184],[-73.18387406154717,41.16746435611024],[-73.18368506149164,41.167563356135766],[-73.18354806145321,41.16766735616056],[-73.18330106138272,41.16783335620107],[-73.1831440613355,41.167896356218506],[-73.18314206133496,41.16789835621897],[-73.18293606127068,41.16794035623386],[-73.18283806123472,41.167865356222364],[-73.18283506123363,41.167863356222064],[-73.18266506117266,41.167758356207024],[-73.1825980611482,41.1677093561996],[-73.18253006112414,41.16767335619476],[-73.18252706112305,41.16767135619446],[-73.18243406108854,41.16759335618221],[-73.18241306106997,41.167386356142345],[-73.18240306106054,41.16727735612133],[-73.18235306102449,41.16692735605441],[-73.18231106100204,41.16677135602522],[-73.18225806097352,41.166571355987784],[-73.18222506095773,41.16648135597122],[-73.1821290609115,41.16621435592205],[-73.18209706089611,41.16612535590567],[-73.1819380608162,41.1656243558127],[-73.18129406058242,41.16517735574604],[-73.17806905941177,41.16293935541233],[-73.17699405902157,41.16219335530108],[-73.1771530590427,41.16165935519133],[-73.17763105910643,41.16005735486207],[-73.17779105912796,41.15952435475246],[-73.1782030591827,41.15814035446803],[-73.1794430593483,41.153988353614515],[-73.17985605940345,41.15260535333019],[-73.18115905980218,41.152202353209],[-73.18507106099953,41.1509973528461],[-73.18637506139862,41.15059535272507],[-73.19331106352126,41.14845635208108],[-73.20807906804048,41.143904350710145],[-73.2141210698892,41.14204135014903],[-73.2210580720118,41.13990434950512],[-73.22118507208191,41.14041534960113],[-73.22156907229326,41.141949349889195],[-73.22165807234224,41.14230434995585],[-73.22163707234454,41.14246434998788],[-73.22145807236276,41.14380435025624],[-73.22088907227844,41.145559350618534],[-73.21915807202225,41.150904351721785],[-73.21665807138402,41.15390435239057],[-73.2166050713693,41.15394735240073],[-73.2141580706946,41.15600435288308],[-73.21277007029448,41.15686535309677],[-73.2112580698587,41.157804353329766],[-73.20881506917873,41.15974735378962],[-73.20753706882304,41.16076435403029],[-73.2073580687731,41.160904354063504],[-73.20682106862317,41.161323354162995],[-73.20664306857361,41.16146435419639],[-73.20662906857218,41.16151935420761],[-73.20636406850504,41.16184635428025],[-73.20630006848211,41.16180735427469],[-73.20622106845309,41.16174635426531],[-73.20613006842028,41.16168735425672],[-73.20611106841768,41.16174935426947],[-73.20590406836081,41.16192735431105],[-73.20523106817446,41.16247935444101],[-73.20372206775669,41.16371935473283],[-73.20239906738666,41.1647403549757],[-73.20144406711965,41.165479355151426],[-73.20111906702851,41.16572635521034],[-73.20100106699553,41.16581735523198],[-73.2005920668832,41.16616935531418],[-73.20017906676877,41.16650735539377],[-73.19986406668157,41.16676635545472],[-73.19965406662398,41.166948355497176],[-73.19945106656891,41.167135355540374]]]},"properties":{"name":704,"geoid":"09001070400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.19945106656891,41.167135355540374],[-73.19829806625057,41.16809835576637],[-73.19727506596452,41.168889355954455],[-73.19730206598247,41.1690513559853],[-73.1969310658706,41.16919535602555],[-73.19439406506143,41.16940235614841],[-73.19392406491181,41.16944535617208],[-73.19251306446272,41.16957735624372],[-73.19204406431345,41.169621356267555],[-73.19177706422853,41.16964735628131],[-73.19097906397492,41.169728356323056],[-73.19071306389043,41.16975635633719],[-73.19046406381175,41.16978935635173],[-73.1898710636244,41.169869356386634],[-73.18972106357745,41.16989735639698],[-73.18947606350089,41.169945356414324],[-73.18946206349459,41.16991435640871],[-73.18942106347616,41.169823356392214],[-73.18940806347025,41.169793356386776],[-73.18930306342389,41.169575356347494],[-73.18915506335838,41.16926535629158],[-73.18896606327851,41.1689363562333],[-73.18884606322783,41.16872735619626],[-73.18871406317282,41.16851135615825],[-73.18864306314316,41.16839335613746],[-73.18835306301824,41.167846356039746],[-73.18823506296744,41.167624356000104],[-73.18807706289917,41.16732235594609],[-73.18786206280613,41.166909355872185],[-73.18762106269968,41.166408355781904],[-73.18747406263472,41.16610235572674],[-73.1876460626889,41.166076355716065],[-73.18784406275132,41.16604735570397],[-73.18816206285115,41.16599335568307],[-73.18833406290521,41.16596535567202],[-73.18811506279653,41.1652993555487],[-73.18787706267952,41.164595355418555],[-73.18834706282797,41.16453135539077],[-73.18896506302369,41.16445635535603],[-73.18939306315887,41.16439835533079],[-73.18963206323416,41.16436235531598],[-73.18984406330162,41.164342355305195],[-73.19010806338477,41.1643023552888],[-73.1904930635052,41.164229355262016],[-73.19068106358014,41.16447735530446],[-73.19092706367806,41.16480035535975],[-73.19125506380784,41.16521635543058],[-73.1914490638846,41.16546235547245],[-73.1916410639619,41.16572935551851],[-73.1919290640778,41.16612935558749],[-73.19223806420001,41.166520355654036],[-73.19244306428108,41.1667793556981],[-73.19264006433858,41.16666935567017],[-73.19281906439016,41.166558355642636],[-73.19339406455623,41.16620635555504],[-73.19394506471657,41.16589035547528],[-73.19432506482725,41.16567435542065],[-73.19447206486993,41.16558835539904],[-73.19491406499829,41.16533035533418],[-73.19506206504134,41.16524535531272],[-73.19520506509726,41.16541535534138],[-73.19544206519,41.165697355388915],[-73.1956290652638,41.16593135542866],[-73.19576906531904,41.16610635545838],[-73.19596106537657,41.16602535543629],[-73.19620706545037,41.16592335540834],[-73.19653006554562,41.16576035536593],[-73.19671706560084,41.165667355341654],[-73.19709806571451,41.16549835529619],[-73.19762706587039,41.165229355226366],[-73.19784606595582,41.165485355269354],[-73.19790006597583,41.16553035527643],[-73.19795206599517,41.16557435528337],[-73.19805206603347,41.16567935530068],[-73.19810206605261,41.16573135530924],[-73.19817106607879,41.165799355320324],[-73.1982560661111,41.16588335533401],[-73.19838106615812,41.16599935535266],[-73.19845306618524,41.16606635536345],[-73.19854706622155,41.16617035538075],[-73.1988320663315,41.16648235543261],[-73.19892706636816,41.166586355449894],[-73.19918606646776,41.16686435549591],[-73.19945106656891,41.167135355540374]]]},"properties":{"name":705,"geoid":"09001070500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.39854612776277,41.111235338103974],[-73.39838712771339,41.111270338116036],[-73.39829412768486,41.11129733812437],[-73.3982291276644,41.11130633812826],[-73.3979491275774,41.111367338149364],[-73.39747312743151,41.111506338192164],[-73.39693112726482,41.11165433823889],[-73.39673412720396,41.11170333825495],[-73.39651712713635,41.11174733827065],[-73.3959761269698,41.11189233831675],[-73.39572112689089,41.111953338337045],[-73.3953681267817,41.112039338365435],[-73.3935731262297,41.112530338520344],[-73.39185712570428,41.113040338676385],[-73.39119012550239,41.11327933874501],[-73.39068212534966,41.11347933880079],[-73.39034112524763,41.113622338839974],[-73.39005412516246,41.1137553388754],[-73.38935712495504,41.11406733895932],[-73.38868312475638,41.114402339047004],[-73.38832112465134,41.11461133909978],[-73.3879001245287,41.1148463391596],[-73.38756312442945,41.11501533920373],[-73.38713712430413,41.115231339259964],[-73.3863841240838,41.115634339363545],[-73.38598112396745,41.115877339424316],[-73.38563912386948,41.11609733947859],[-73.38508412370703,41.11639333955474],[-73.38502412369043,41.1164423395663],[-73.38487612364958,41.11656433959504],[-73.38481712363532,41.11664833961342],[-73.38446812353378,41.11684533966343],[-73.38432712349197,41.116911339680975],[-73.38417612344735,41.11698433970022],[-73.38397312338752,41.11708533972663],[-73.38385212335258,41.11715833974488],[-73.38342212322688,41.11739033980439],[-73.38305712312062,41.117595339856486],[-73.38293012308397,41.117672339875725],[-73.38278912304246,41.11774333989425],[-73.38232512290655,41.11798933995761],[-73.38207712283354,41.11811433999021],[-73.38183312276183,41.118239340022676],[-73.38152312267175,41.11841634006747],[-73.3813281226145,41.11851734009362],[-73.3814681226394,41.11816134001931],[-73.38175212269026,41.11744533986976],[-73.38189012271492,41.11709633979688],[-73.38203112274026,41.116742339722926],[-73.38213712275007,41.11631433963561],[-73.38245612277983,41.115031339373814],[-73.38256312279,41.11460433928665],[-73.38291212281953,41.11314733898978],[-73.38396212290918,41.10877733809921],[-73.38397312291032,41.10873533809061],[-73.38403312291526,41.108482338039074],[-73.38409412292052,41.10822933798751],[-73.3843121229391,41.10732133780246],[-73.38422412290323,41.10719133777985],[-73.38415812287442,41.10706033775635],[-73.38409412284636,41.10693133773315],[-73.38402912281622,41.106771337703925],[-73.38393312277042,41.10651233765631],[-73.38391812276235,41.106456337645824],[-73.38382412271838,41.10621833760226],[-73.3838211227169,41.10620933760059],[-73.38372912267127,41.10593133754913],[-73.38349212255869,41.1053013374334],[-73.38347712255158,41.10526133742605],[-73.38340712250964,41.1049233373621],[-73.3834341225013,41.10462433730263],[-73.38346612250552,41.10451733728062],[-73.3837941225756,41.10388833714663],[-73.3838961225989,41.103719337110185],[-73.38406412263822,41.10345733705334],[-73.38420812267204,41.10323433700493],[-73.384376122713,41.10300133695377],[-73.38444412272932,41.10290233693216],[-73.38443112272171,41.10284233692082],[-73.38439312269924,41.102664336887166],[-73.384381122692,41.10260533687602],[-73.38436012268191,41.102547336865335],[-73.38429712265172,41.10237533683369],[-73.384277122642,41.10231833682315],[-73.3841431225924,41.10220833680599],[-73.38406612256388,41.10214433679596],[-73.38399312251681,41.10173333671778],[-73.38396412249779,41.10156433668561],[-73.38390012246575,41.10136533664871],[-73.38370812236965,41.10076933653817],[-73.38364412233767,41.10057133650145],[-73.38364412233555,41.1005343364942],[-73.38364612233003,41.100426336472964],[-73.38364812232862,41.100390336465836],[-73.38293712207276,41.0999333363995],[-73.38287812204176,41.09972433636048],[-73.38342412212273,41.09805233601492],[-73.38346312209262,41.09730433586704],[-73.38325612193364,41.09569133555764],[-73.38328112193813,41.09562833554446],[-73.38328212193662,41.095596335538154],[-73.3832921219229,41.095299335479616],[-73.38329612191853,41.09520033546008],[-73.38336912189759,41.094420335304804],[-73.38358912183529,41.092083334839494],[-73.38366312181473,41.09130433468437],[-73.38508812223135,41.090536334487254],[-73.38626312257496,41.08990433432496],[-73.3879631230101,41.08790433387733],[-73.38829412306927,41.08706733370241],[-73.38889012317595,41.085562333387884],[-73.38973812332752,41.08341733293962],[-73.38986312335004,41.08310433287416],[-73.39196312393724,41.081504332491825],[-73.39516312492549,41.0807043322304],[-73.39580212513627,41.08078033222441],[-73.39766312575033,41.08100433220753],[-73.39805012588639,41.08119733223272],[-73.39832812598414,41.081336332250885],[-73.39886312617229,41.08160433228595],[-73.39910212626316,41.081843332325],[-73.39932312634717,41.082064332361114],[-73.40039812675585,41.08313933253675],[-73.40056312681858,41.083304332563706],[-73.40321812787147,41.08672033314661],[-73.40415212824185,41.087921333351524],[-73.40617212904297,41.090520333794956],[-73.40946413027713,41.093504334272204],[-73.40394012852782,41.09412633457477],[-73.40390012851535,41.09413433457765],[-73.40378212847871,41.09416033458661],[-73.40374312846669,41.09417033458984],[-73.40371912846041,41.094196334595715],[-73.40354012840676,41.09426933461588],[-73.40352812840322,41.09427533461744],[-73.40311712827652,41.094382334651854],[-73.40287712820246,41.094443334671666],[-73.40265612813437,41.094501334690264],[-73.40146012776331,41.09477033478208],[-73.39918212705597,41.09527333495517],[-73.39924312708254,41.0953933349767],[-73.3992601270919,41.09546133498947],[-73.39929512710705,41.09552833500147],[-73.39930912711431,41.095576335010406],[-73.39931612712098,41.09565333502528],[-73.39932912712827,41.09570733503543],[-73.39933112713166,41.095755335044764],[-73.39951512721522,41.09617733512147],[-73.39969012729901,41.096654335209244],[-73.39985012737839,41.09713833529888],[-73.39992412741235,41.09731433533095],[-73.40014912751539,41.097845335427664],[-73.40022412754973,41.0980223354599],[-73.40029012758221,41.09821733549596],[-73.40038412762823,41.09849133554659],[-73.40050012768332,41.09879933560316],[-73.400573127718,41.098993335638795],[-73.40063612774772,41.09915733566888],[-73.40072012778721,41.099373335708464],[-73.40080212782993,41.09965733576144],[-73.40085112785547,41.099827335793144],[-73.40090712788296,41.09999133582346],[-73.40099312792498,41.100240335869444],[-73.40105112795817,41.10049333591713],[-73.40107412797137,41.10059433593619],[-73.4010901279805,41.100663335949164],[-73.4011371280042,41.10081233597683],[-73.40119112803147,41.10098433600877],[-73.40126612807096,41.10125133605866],[-73.40126912807257,41.1012623360607],[-73.40131812809696,41.10141233608851],[-73.40134512810924,41.10147433609977],[-73.40138912812728,41.10154133611147],[-73.40145612815277,41.1016083361224],[-73.401785128274,41.101869336162785],[-73.40216812841462,41.10216433620807],[-73.40260112856981,41.102431336246234],[-73.402728128618,41.102556336266574],[-73.40291312868548,41.10269133628699],[-73.4028641286705,41.10270633629152],[-73.4027461286341,41.102736336301255],[-73.40124912816715,41.10303033640784],[-73.40111512812642,41.10307533642103],[-73.40087612805212,41.10312633643884],[-73.40041412791061,41.10326233648061],[-73.39986112774277,41.10345233653592],[-73.39993412777349,41.10357733655803],[-73.40005012782224,41.10377433659284],[-73.4001501278649,41.103955336625035],[-73.4002211278951,41.10408233664761],[-73.40043112798321,41.1044363367101],[-73.40059612805385,41.10473933676409],[-73.40078112812911,41.10501033681114],[-73.40088712817612,41.105233336851384],[-73.40093012819487,41.105318336866624],[-73.4009761282151,41.105412336883546],[-73.40099212822204,41.1054433368891],[-73.40105712825073,41.10557733691322],[-73.40111812827712,41.10569433693415],[-73.40116812829864,41.10578833695094],[-73.40114412829368,41.10583733696132],[-73.40109612828059,41.10587933697113],[-73.40109212827953,41.10588333697204],[-73.40107412827749,41.10594933698556],[-73.40102812826736,41.10603233700333],[-73.40098812826044,41.10613733702522],[-73.40095612825381,41.106202337039],[-73.40090612824376,41.10630933706159],[-73.40084812823201,41.10643133708739],[-73.40081812822505,41.10647933709779],[-73.40064412818546,41.106770337160505],[-73.40051312815433,41.1069663372032],[-73.40040812812956,41.10712633723797],[-73.40029612810433,41.107318337279246],[-73.40011312806321,41.10763333734696],[-73.39995212802587,41.10789033740257],[-73.39983512799893,41.108080337443646],[-73.39978112798812,41.10819633746814],[-73.39971312797472,41.108346337499746],[-73.39959312794657,41.10853233754012],[-73.39956612794036,41.10857633754963],[-73.39951512792715,41.10863333756246],[-73.39943012790499,41.10872633758347],[-73.39932512787774,41.108843337609834],[-73.39917412783814,41.10900433764632],[-73.39908812781567,41.10909733766734],[-73.39900212779361,41.10919733768976],[-73.39893012777536,41.10928533770935],[-73.39871912772206,41.109545337767194],[-73.39854012767763,41.109780337819096],[-73.39848912766642,41.10987233783878],[-73.39848312766517,41.10988433784134],[-73.39844812765939,41.109981337861484],[-73.39842712765993,41.11010933788725],[-73.3984211276667,41.11026133791723],[-73.39841412767716,41.11048433796116],[-73.39843012769566,41.11071733800628],[-73.3984411277079,41.11086933803571],[-73.39846112771855,41.11094233804934],[-73.39852412775143,41.111161338090206],[-73.39854612776277,41.111235338103974]]]},"properties":{"name":443,"geoid":"09001044300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.38386311996338,41.05770532808839],[-73.39341312288853,41.05490032722625],[-73.42206513166329,41.04648632463918],[-73.42336413206108,41.046105324521946],[-73.42646413317635,41.04810532481305],[-73.4288601341948,41.052392325575816],[-73.42938213438794,41.0528223256431],[-73.43095013496804,41.054113325845094],[-73.43147313516155,41.054544325912545],[-73.43123113508751,41.05461632593458],[-73.43050513486536,41.05483232600071],[-73.43026413479168,41.0549053260229],[-73.42766413405468,41.056705326461056],[-73.42679813382321,41.05755032665515],[-73.42326413287891,41.06100432744827],[-73.42227013270256,41.063539327978006],[-73.42036413236467,41.06840432899452],[-73.42035913237605,41.068632329039396],[-73.42026413259505,41.073004329899874],[-73.42035513264008,41.073278329950654],[-73.42056413274337,41.07390433006657],[-73.42043713271192,41.07407233010366],[-73.42026413266929,41.0743043301548],[-73.42028413268827,41.0745233301971],[-73.42034413274536,41.075183330324556],[-73.42036413276443,41.075404330367235],[-73.42057613287446,41.076131330502854],[-73.4208991330418,41.077234330708556],[-73.42199013341,41.07751033072699],[-73.42272613365846,41.077697330739575],[-73.4238461340693,41.078555330871154],[-73.42401913413204,41.07867533088903],[-73.42378813407204,41.07893133094678],[-73.42363713403468,41.079131330990926],[-73.42349213399939,41.07933333103528],[-73.42343813398838,41.0794463310592],[-73.42328113395654,41.07977633112904],[-73.4231641339384,41.080120331200305],[-73.42259913386336,41.08200133158759],[-73.42251713384825,41.08220033162929],[-73.4224471338355,41.08237333166548],[-73.42236813382,41.08254833170238],[-73.42228013380381,41.082762331747205],[-73.42211113376739,41.08308033181509],[-73.42206713375815,41.08316733183357],[-73.42199113373792,41.08324333185096],[-73.42182713369563,41.08343033189299],[-73.4216151336449,41.0837413319609],[-73.42143813360356,41.084018332020996],[-73.4213231335826,41.08430133208024],[-73.42127813358029,41.08451533212366],[-73.42126713358297,41.08462433214539],[-73.42122213358375,41.08489233219939],[-73.42116013357675,41.08512033224611],[-73.42115213358022,41.085226332267155],[-73.42115213358421,41.0852963322809],[-73.42101513354218,41.08533533229302],[-73.42087613350328,41.08544033231814],[-73.42092313353281,41.085691332365826],[-73.42087313356929,41.086612332548],[-73.4208051335819,41.08721733266882],[-73.42042913353127,41.088456332924004],[-73.42044813354849,41.08865033296141],[-73.42074413374479,41.0904113332969],[-73.42070513373186,41.09040533329699],[-73.42058913369345,41.09038933329765],[-73.42055113368087,41.090384333297926],[-73.42035013361374,41.09034533329685],[-73.42001313350113,41.09028033329513],[-73.41975313341342,41.0902153332909],[-73.41955513334669,41.09016733328797],[-73.41942813332237,41.09045933334937],[-73.41935113329583,41.090430333346205],[-73.41924213325885,41.09039933334368],[-73.4191331332267,41.09045333335784],[-73.41897413317992,41.09053333337873],[-73.41849813304312,41.090830333452516],[-73.41831513298992,41.090934333478884],[-73.41804113291036,41.09109133351862],[-73.41784113285244,41.09120833354812],[-73.4172431326793,41.091559333636475],[-73.41704413262175,41.09167733366612],[-73.41701413260971,41.09163633365907],[-73.4169711325924,41.09157633364871],[-73.41692313257352,41.091517333638706],[-73.41689213256127,41.09147833363208],[-73.41667113249062,41.091491333641855],[-73.41635513238971,41.09151233365632],[-73.41600813227846,41.09152733367061],[-73.41578813220795,41.091537333679774],[-73.41570313218301,41.091581333691174],[-73.41559313215004,41.09162633370359],[-73.41550213212281,41.09166433371402],[-73.41526913205458,41.09178733374574],[-73.41507913200294,41.091958333785485],[-73.4150571319964,41.091968333788174],[-73.4148651319397,41.092061333812666],[-73.41472113189437,41.0920823338215],[-73.41456013184258,41.09208633382756],[-73.41431513176238,41.092068333832025],[-73.41238513117861,41.0927643340316],[-73.41217313111675,41.09288033406128],[-73.41216013111283,41.09288533406267],[-73.41203813107506,41.09291433407235],[-73.40946413027713,41.093504334272204],[-73.40617212904297,41.090520333794956],[-73.40415212824185,41.087921333351524],[-73.40321812787147,41.08672033314661],[-73.40056312681858,41.083304332563706],[-73.40039812675585,41.08313933253675],[-73.39932312634717,41.082064332361114],[-73.39910212626316,41.081843332325],[-73.39886312617229,41.08160433228595],[-73.39832812598414,41.081336332250885],[-73.39805012588639,41.08119733223272],[-73.39766312575033,41.08100433220753],[-73.39580212513627,41.08078033222441],[-73.39516312492549,41.0807043322304],[-73.39196312393724,41.081504332491825],[-73.38986312335004,41.08310433287416],[-73.38973812332752,41.08341733293962],[-73.38889012317595,41.085562333387884],[-73.38829412306927,41.08706733370241],[-73.3879631230101,41.08790433387733],[-73.38626312257496,41.08990433432496],[-73.38508812223135,41.090536334487254],[-73.38366312181473,41.09130433468437],[-73.38366312158988,41.087364333911935],[-73.38366312091559,41.07554433159421],[-73.38366312069091,41.07160433082147],[-73.38364212066931,41.07134433077116],[-73.38358212060544,41.070564330620144],[-73.38356312058448,41.07030433056976],[-73.38362212045989,41.06778433007353],[-73.3837521201906,41.06232232899783],[-73.3838021200872,41.06022432858461],[-73.38386311996338,41.05770532808839]]]},"properties":{"name":444,"geoid":"09001044400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.4316841367452,41.081073331108335],[-73.43133713665685,41.08148833120105],[-73.43096213656143,41.081938331301544],[-73.43036313640916,41.0826593314625],[-73.42933013620207,41.08487433193053],[-73.42885513610706,41.08589633214642],[-73.42882613610217,41.085974332162664],[-73.42873813608716,41.086209332211595],[-73.42871013608263,41.086288332228],[-73.42864913607133,41.08643533225883],[-73.42846713603781,41.08687733235143],[-73.42840713602688,41.08702533238238],[-73.4280651359583,41.08775833253728],[-73.42730513580644,41.08939633288321],[-73.42698813573462,41.08993133299846],[-73.42686513570676,41.09013933304326],[-73.42650913561704,41.09058133314154],[-73.42625213555003,41.09086133320483],[-73.42548013534882,41.09170433339535],[-73.42522413528219,41.0919853334588],[-73.42507613524431,41.09215933349773],[-73.42463313513123,41.092684333615125],[-73.42448613509373,41.09285933365424],[-73.42347013482868,41.093964333904076],[-73.42338013479875,41.09394933390408],[-73.42324413475183,41.09389733389833],[-73.42293113465179,41.09391633391231],[-73.42271113458081,41.0939183339199],[-73.42263813454946,41.09378233389563],[-73.4225041344932,41.09355533385553],[-73.42210313432474,41.09287533373538],[-73.42197013426883,41.092649333695434],[-73.42181713420347,41.09237033364575],[-73.42135813400736,41.09153433349692],[-73.42120513394204,41.09125633344744],[-73.42111213390233,41.09108733341736],[-73.42083613378418,41.09058033332701],[-73.42074413374479,41.0904113332969],[-73.42044813354849,41.08865033296141],[-73.42042913353127,41.088456332924004],[-73.4208051335819,41.08721733266882],[-73.42087313356929,41.086612332548],[-73.42092313353281,41.085691332365826],[-73.42087613350328,41.08544033231814],[-73.42101513354218,41.08533533229302],[-73.42115213358421,41.0852963322809],[-73.42115213358022,41.085226332267155],[-73.42116013357675,41.08512033224611],[-73.42122213358375,41.08489233219939],[-73.42126713358297,41.08462433214539],[-73.42127813358029,41.08451533212366],[-73.4213231335826,41.08430133208024],[-73.42143813360356,41.084018332020996],[-73.4216151336449,41.0837413319609],[-73.42182713369563,41.08343033189299],[-73.42199113373792,41.08324333185096],[-73.42206713375815,41.08316733183357],[-73.42211113376739,41.08308033181509],[-73.42228013380381,41.082762331747205],[-73.42236813382,41.08254833170238],[-73.4224471338355,41.08237333166548],[-73.42251713384825,41.08220033162929],[-73.42259913386336,41.08200133158759],[-73.4231641339384,41.080120331200305],[-73.42328113395654,41.07977633112904],[-73.42343813398838,41.0794463310592],[-73.42349213399939,41.07933333103528],[-73.42363713403468,41.079131330990926],[-73.42378813407204,41.07893133094678],[-73.42401913413204,41.07867533088903],[-73.42410813415312,41.07854133085984],[-73.42414913416397,41.07849933085028],[-73.42458313427971,41.07807133075215],[-73.42462213429066,41.078042330745184],[-73.42480113434124,41.07791533071442],[-73.4249081343712,41.07783533069524],[-73.42495713438555,41.07780933068855],[-73.42526513447586,41.077648330646895],[-73.42546913453684,41.077562330623365],[-73.4256441345892,41.07748933060332],[-73.42597813468596,41.07729433055416],[-73.42654813485117,41.0769633304706],[-73.42696813497102,41.07668633040255],[-73.42715713502504,41.07656333037225],[-73.42728813506189,41.076467330349146],[-73.427413135097,41.07637533032702],[-73.42755413513673,41.0762733303024],[-73.42779813520629,41.07611133026265],[-73.42792813524342,41.076026330241724],[-73.42797413525624,41.075990330233175],[-73.42811213529474,41.07588433020786],[-73.42811413529539,41.07588433020779],[-73.42816013530836,41.075851330199825],[-73.42844413538833,41.07564533015015],[-73.42845813539216,41.07563333014733],[-73.42898613553747,41.075191330043374],[-73.42931113562739,41.07492732998099],[-73.4295991357072,41.07469632992626],[-73.42969613574232,41.07476232993603],[-73.42985913580137,41.07487432995266],[-73.4299861358477,41.074967329966746],[-73.43008213588273,41.07503732997733],[-73.43012113590412,41.075191330006234],[-73.43029213599587,41.07583033012594],[-73.43092913633767,41.07821033057174],[-73.43114213645185,41.07900433072043],[-73.43112813646346,41.079286330776185],[-73.43109013649972,41.08013533094387],[-73.43107713651175,41.08041933099999],[-73.43119813655827,41.08054933102151],[-73.43156213669832,41.08094233108665],[-73.4316841367452,41.081073331108335]]]},"properties":{"name":445,"geoid":"09001044500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.44622714122633,41.077284329889345],[-73.44604814116987,41.07730832989991],[-73.44551014100023,41.077380329931636],[-73.44533214094415,41.077405329942366],[-73.44522514091044,41.07742032994882],[-73.44490514080967,41.07746532996811],[-73.44479914077633,41.077481329974724],[-73.44459814071348,41.07751732998837],[-73.44399714052562,41.077627330029614],[-73.44379714046315,41.07766433004342],[-73.44351714037494,41.07770333006023],[-73.44267714011028,41.077820330110676],[-73.44239814002245,41.07786033012766],[-73.44200813989988,41.07792033015219],[-73.44083813953245,41.07810333022637],[-73.44044913941032,41.078165330251274],[-73.43907313897665,41.07835433033337],[-73.43807313866145,41.078491330392986],[-73.43759613851115,41.07855733042153],[-73.43720013838706,41.07862433044763],[-73.43641413814082,41.07875833049964],[-73.43543013783938,41.07904533058811],[-73.43501513771537,41.079221330636194],[-73.433738137334,41.079766330784864],[-73.43331213720995,41.080003330845265],[-73.43268613702773,41.08035333093439],[-73.43208013685685,41.0807883310395],[-73.4316841367452,41.081073331108335],[-73.43156213669832,41.08094233108665],[-73.43119813655827,41.08054933102151],[-73.43107713651175,41.08041933099999],[-73.43109013649972,41.08013533094387],[-73.43112813646346,41.079286330776185],[-73.43114213645185,41.07900433072043],[-73.43092913633767,41.07821033057174],[-73.43029213599587,41.07583033012594],[-73.43012113590412,41.075191330006234],[-73.43008213588273,41.07503732997733],[-73.4299861358477,41.074967329966746],[-73.42985913580137,41.07487432995266],[-73.42969613574232,41.07476232993603],[-73.4295991357072,41.07469632992626],[-73.42931113562739,41.07492732998099],[-73.42898613553747,41.075191330043374],[-73.42845813539216,41.07563333014733],[-73.42844413538833,41.07564533015015],[-73.42816013530836,41.075851330199825],[-73.42811413529539,41.07588433020779],[-73.42811213529474,41.07588433020786],[-73.42797413525624,41.075990330233175],[-73.42792813524342,41.076026330241724],[-73.42779813520629,41.07611133026265],[-73.42755413513673,41.0762733303024],[-73.427413135097,41.07637533032702],[-73.42728813506189,41.076467330349146],[-73.42715713502504,41.07656333037225],[-73.42696813497102,41.07668633040255],[-73.42654813485117,41.0769633304706],[-73.42597813468596,41.07729433055416],[-73.4256441345892,41.07748933060332],[-73.42546913453684,41.077562330623365],[-73.42526513447586,41.077648330646895],[-73.42495713438555,41.07780933068855],[-73.4249081343712,41.07783533069524],[-73.42480113434124,41.07791533071442],[-73.42462213429066,41.078042330745184],[-73.42458313427971,41.07807133075215],[-73.42414913416397,41.07849933085028],[-73.42410813415312,41.07854133085984],[-73.42401913413204,41.07867533088903],[-73.4238461340693,41.078555330871154],[-73.42272613365846,41.077697330739575],[-73.42199013341,41.07751033072699],[-73.4208991330418,41.077234330708556],[-73.42057613287446,41.076131330502854],[-73.42036413276443,41.075404330367235],[-73.42034413274536,41.075183330324556],[-73.42028413268827,41.0745233301971],[-73.42026413266929,41.0743043301548],[-73.42043713271192,41.07407233010366],[-73.42056413274337,41.07390433006657],[-73.42035513264008,41.073278329950654],[-73.42026413259505,41.073004329899874],[-73.42035913237605,41.068632329039396],[-73.42036413236467,41.06840432899452],[-73.42227013270256,41.063539327978006],[-73.42326413287891,41.06100432744827],[-73.42679813382321,41.05755032665515],[-73.42766413405468,41.056705326461056],[-73.43026413479168,41.0549053260229],[-73.43050513486536,41.05483232600071],[-73.43123113508751,41.05461632593458],[-73.43147313516155,41.054544325912545],[-73.43491113621323,41.05351632559841],[-73.43896413745307,41.05230532522823],[-73.44548413958447,41.05275632510336],[-73.44906514075517,41.05300532503498],[-73.44851114062841,41.05391832523222],[-73.44726214034284,41.055980325677595],[-73.44696514028885,41.0567143258313],[-73.44656514021624,41.05770432603859],[-73.4463691402476,41.05936132637002],[-73.44606914029653,41.061913326880386],[-73.44568714031065,41.064319327364764],[-73.44551614031711,41.06539832758197],[-73.44527014026743,41.06591932769219],[-73.44404714001183,41.068358328210536],[-73.4448251403588,41.07003232851333],[-73.44762014136923,41.071915328791036],[-73.44749914137745,41.07274232895715],[-73.44750614138319,41.07280332896888],[-73.4475011413885,41.072924328992784],[-73.44756514142003,41.07311432902792],[-73.44754314141566,41.073162329038055],[-73.44712314133074,41.074049329225744],[-73.44692214128726,41.07442432930584],[-73.44693314130768,41.074719329363326],[-73.44699814134405,41.07498832941394],[-73.44702014136809,41.07528432947124],[-73.44695514136973,41.07568032955102],[-73.44675114133399,41.076207329661024],[-73.4466281413018,41.07633932969093],[-73.44649714126069,41.07636032969934],[-73.44644114124192,41.07634832969881],[-73.44626514118295,41.07631132969733],[-73.44613514114096,41.07631132970158],[-73.44604014111279,41.07635532971332],[-73.44593214108545,41.07648732974275],[-73.44593414108748,41.07651132974739],[-73.44594614110068,41.076674329778946],[-73.44595814110563,41.07669332978228],[-73.44599714112148,41.07675032979217],[-73.44614914117876,41.076893329815235],[-73.44621314120278,41.07695132982451],[-73.44624114121707,41.07704332984163],[-73.44619414120433,41.07708632985161],[-73.44616914119759,41.07710932985694],[-73.44616914119764,41.07711032985713],[-73.44617114120187,41.07717332986941],[-73.44622714122633,41.077284329889345]]]},"properties":{"name":446,"geoid":"09001044600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.43010314618742,41.254336365053994],[-73.43018514622338,41.25449936508312],[-73.43057714638788,41.255152365197695],[-73.43158514679652,41.25658236544368],[-73.43352114754788,41.25874836580276],[-73.43458414798029,41.26028136606699],[-73.4350671481693,41.26084836616175],[-73.43511314818834,41.2609203661743],[-73.43513114819578,41.26094836617917],[-73.43518114821657,41.26102836619314],[-73.43522314823396,41.26109436620464],[-73.43526514825137,41.261160366216146],[-73.43532214827506,41.26125136623202],[-73.43532614827663,41.26125636623286],[-73.43538714830193,41.2613523662496],[-73.43614914860163,41.26227336640427],[-73.43819114943103,41.26519536690731],[-73.43872314964696,41.26595336703771],[-73.44031915029487,41.268230367429496],[-73.44085115051087,41.26898936756009],[-73.4408561505131,41.269000367562064],[-73.44087415052086,41.26903336756791],[-73.44088015052347,41.26904536757006],[-73.4415261507916,41.2700683677484],[-73.44346615159672,41.273138368283504],[-73.44411315186522,41.27416236846198],[-73.44417615189008,41.274239368474944],[-73.44436515196463,41.274471368513964],[-73.44442815198954,41.27454936852711],[-73.44449915201736,41.27463336854117],[-73.4447141521015,41.27488536858324],[-73.4447861521297,41.274970368597465],[-73.44579015254126,41.27647036885702],[-73.44713915309416,41.27848336920529],[-73.44763115342417,41.281436369765075],[-73.44792915362368,41.283218370102816],[-73.44794015363206,41.28330137011866],[-73.44797515365791,41.283552370166454],[-73.44798715366666,41.28363637018245],[-73.44809615374365,41.28435737031946],[-73.44842615397559,41.286520370730436],[-73.44853615405296,41.28724237086761],[-73.44957115475604,41.29360237207373],[-73.44962915479402,41.29393437213654],[-73.45050115536321,41.29889037307409],[-73.45057715545089,41.29997937328388],[-73.45057515546948,41.30031137334868],[-73.45205715611768,41.30322237386733],[-73.45208615613036,41.303279373877466],[-73.45211615614336,41.30333637388761],[-73.4530671565593,41.30520337422019],[-73.45326715669356,41.3064033744475],[-73.45441615713538,41.307611374645106],[-73.45587315764088,41.30819837471149],[-73.45726115812175,41.30874537477235],[-73.45740115817031,41.30880137477867],[-73.45754215821924,41.30885837478512],[-73.45782815831781,41.30896237479597],[-73.45797115836712,41.309014374801386],[-73.46196815979205,41.31128237511164],[-73.46605216116774,41.3122153751588],[-73.46632916130488,41.31303437530927],[-73.46730616180932,41.316279375909374],[-73.46743916187563,41.316680375983125],[-73.46783816207449,41.31788237620418],[-73.46797216214115,41.318284376278086],[-73.46833516234564,41.3197833765582],[-73.46942716296006,41.32428037739829],[-73.46979116316496,41.32578037767849],[-73.47035816341672,41.32695637788889],[-73.46722716243629,41.327522378102444],[-73.46625316213118,41.32769637816846],[-73.46550316189628,41.32783137821952],[-73.46543116187372,41.327844378224405],[-73.4653601618515,41.32785737822929],[-73.46528016182648,41.327872378234844],[-73.4652001618014,41.32788637824021],[-73.46333216121626,41.3282203783669],[-73.46311316114769,41.32826037838191],[-73.46295516109818,41.32828837839257],[-73.46279616104842,41.32831737840347],[-73.46235916091149,41.328395378433086],[-73.46017016022707,41.32880937858592],[-73.45360615817472,41.33005237904452],[-73.45141815749064,41.33046737919751],[-73.4503601571573,41.33062437926296],[-73.44719015615873,41.33109737945961],[-73.44613315582576,41.33125537952523],[-73.44461215535047,41.33154837963244],[-73.44335315495711,41.331792379721456],[-73.44155115439402,41.33214037984864],[-73.44066915411845,41.332311379911],[-73.43551615250824,41.33330738027482],[-73.43224915148124,41.333833380484926],[-73.4295521506335,41.334269380658704],[-73.42942215059118,41.3342653806622],[-73.42433114900301,41.335297381030905],[-73.42304614859921,41.33550738111415],[-73.41745314683212,41.33625738144439],[-73.41746814683465,41.336217381436114],[-73.41753314684294,41.33599738139111],[-73.41774414688084,41.335472381281896],[-73.41791014691074,41.33506138119637],[-73.41832914697771,41.33387638095172],[-73.41840414699034,41.3336753809101],[-73.41846914700226,41.333518380877386],[-73.41854514701755,41.33335738084351],[-73.41868314705017,41.33314938079844],[-73.41880914708005,41.33296138075768],[-73.41905314714022,41.33263638068633],[-73.41919514717766,41.33248938065301],[-73.41930514720609,41.332365380625234],[-73.4194811472517,41.332169380581256],[-73.41961414728368,41.33197838053965],[-73.41971014730694,41.3318433805102],[-73.4197481473163,41.331792380499024],[-73.41978314732513,41.33174938048949],[-73.41984214733715,41.331627380463765],[-73.41987014734296,41.33157138045193],[-73.4201981474224,41.33110938035114],[-73.42073214755179,41.330359380187446],[-73.42117114765664,41.32971638004771],[-73.42149214773347,41.32924937994616],[-73.42159914775903,41.329092379912055],[-73.4216181477636,41.32906537990617],[-73.42180314780362,41.328722379833245],[-73.42186214781493,41.32858837980519],[-73.42193914782985,41.32841537976896],[-73.4219691478283,41.328221379730174],[-73.42198914782354,41.328027379691726],[-73.42200814781752,41.327817379650156],[-73.42201914780915,41.32761137960967],[-73.42205814780588,41.327337379555],[-73.42210214780278,41.32703737949511],[-73.42216714781348,41.32685937945829],[-73.42223814782628,41.32668337942165],[-73.42237314785619,41.326445379370846],[-73.42249414788226,41.32621937932283],[-73.4226491479176,41.32596337926783],[-73.42280414795381,41.32572237921578],[-73.42330414807203,41.3249693790526],[-73.42355514812674,41.324511378955094],[-73.42356514812835,41.32448337894931],[-73.42364114814089,41.32427537890627],[-73.4237091481479,41.32401637885357],[-73.42375814814976,41.323774378804806],[-73.42383714815567,41.323435378736136],[-73.4239841481543,41.322590378566645],[-73.42411814815337,41.321825378413166],[-73.42412614815105,41.321740378396335],[-73.42402014805104,41.320606378178844],[-73.42381314795931,41.32017937810245],[-73.42364114788451,41.319849378043806],[-73.4234411477935,41.31939537796191],[-73.42324114770535,41.31899137788978],[-73.42275214749802,41.3181443777408],[-73.42189614714526,41.31683737751427],[-73.42103014679317,41.315597377301096],[-73.42022814647194,41.31453237711992],[-73.41836114573539,41.312247376735996],[-73.41810914563878,41.311987376693615],[-73.41786014554481,41.311756376656774],[-73.41761314545487,41.311583376631184],[-73.41731014534894,41.31144737661463],[-73.4170491452583,41.31134137660256],[-73.41684014518603,41.31126137659385],[-73.41593314487343,41.310932376559556],[-73.41511414459487,41.31069937654108],[-73.41475914447571,41.31062537653835],[-73.41438614435005,41.310540376534036],[-73.4141671442765,41.31049437653229],[-73.41395714420668,41.31046237653295],[-73.41257814375197,41.31031737655004],[-73.41230614365982,41.31024637654516],[-73.41206314357638,41.310163376536956],[-73.41181214348755,41.31003237651969],[-73.41159914341033,41.30988937649882],[-73.41143314334757,41.309733376473886],[-73.41104814319999,41.30933637640915],[-73.41082014311459,41.30913537637747],[-73.41060814303462,41.30893937634623],[-73.41048614298953,41.30884237633132],[-73.41028714291886,41.30873437631682],[-73.40997614280926,41.30857937629683],[-73.40956314266613,41.30841637627864],[-73.40915214252321,41.30824537625883],[-73.40869714236723,41.308094376244334],[-73.40847114228944,41.30801437623619],[-73.40499214109181,41.306776376109234],[-73.40473014100061,41.30666537609621],[-73.40449314091684,41.30654337608021],[-73.4042661408359,41.30641437606253],[-73.40400914074023,41.306198376028874],[-73.40381514066866,41.30604637600561],[-73.40380314066412,41.30603537600387],[-73.40350014054843,41.30573037595437],[-73.40318614042576,41.30536637589373],[-73.40292414032471,41.30508537584756],[-73.40266614022323,41.304774375795404],[-73.40229014007643,41.30434037572314],[-73.40190413992785,41.30393137565609],[-73.40163313982238,41.303624375605146],[-73.40137613972414,41.3033633755627],[-73.40107213960592,41.303020375505824],[-73.40082413950674,41.302693375450204],[-73.40070513945618,41.30248537541357],[-73.40063313942325,41.30231837538338],[-73.40057613939382,41.3021283753482],[-73.40054313937493,41.301986375321604],[-73.40055913934681,41.30141037520876],[-73.4005591393237,41.30101037513077],[-73.40057113932092,41.300895375107956],[-73.40054913929325,41.300539375039264],[-73.40051413926966,41.300327374999064],[-73.40048413925234,41.30019637497451],[-73.40040113920875,41.29990637492069],[-73.40034313917695,41.29968137487874],[-73.40026013913437,41.29940937482842],[-73.400163139093,41.29923637479787],[-73.40005813904807,41.29904737476446],[-73.39969613891074,41.29869837470831],[-73.39936713879052,41.298460374672715],[-73.39900913866194,41.29824037464158],[-73.39889113861925,41.29816237463025],[-73.3987801385784,41.29807737461733],[-73.39775613819349,41.2971513744704],[-73.39680113783194,41.29624337432471],[-73.39618613760125,41.29569537423805],[-73.39559613737401,41.29506737413496],[-73.39541913730453,41.29485637409964],[-73.39525813723863,41.29461737405831],[-73.39522513722505,41.294567374049635],[-73.39519313721205,41.29452137404172],[-73.39490713709493,41.29409637396823],[-73.39450313691145,41.293183373803444],[-73.39420413679048,41.29276437373154],[-73.39385513664841,41.292260373644716],[-73.39380913662735,41.29215337362535],[-73.39380113661518,41.291987373593244],[-73.39378013659822,41.291811373559604],[-73.393795136598,41.29172337354195],[-73.39388613661414,41.291493373494106],[-73.39400513664417,41.291346373461515],[-73.39407713666152,41.29124337343907],[-73.39416113667764,41.29105137339886],[-73.39416313667198,41.29094237337753],[-73.39413413665919,41.29088337336699],[-73.39404113662015,41.2907283733398],[-73.39381713653582,41.290523373307195],[-73.39331813635513,41.29019137325882],[-73.39320413631583,41.290149373254366],[-73.39230413602098,41.290087373271845],[-73.39130813568784,41.289900373268075],[-73.39099913558529,41.28985637326965],[-73.39077813551536,41.289884373282376],[-73.3905981354585,41.28990837329297],[-73.39041713540237,41.2899503733071],[-73.39019913533221,41.28995737331564],[-73.38997713525724,41.28990337331239],[-73.38981113519688,41.28978837329541],[-73.38971213515866,41.28968137327779],[-73.389661135134,41.28954037325197],[-73.38972413513027,41.28912237316836],[-73.38975813512668,41.28886937311789],[-73.3897611351199,41.28873537309166],[-73.38963513507065,41.28858837306712],[-73.38938213497582,41.28836437303175],[-73.38914413488781,41.28817437300249],[-73.38898913483102,41.28805937298516],[-73.3888441347774,41.287943372967284],[-73.38856013467597,41.287778372944416],[-73.38832913459522,41.287674372931725],[-73.38802213448973,41.287568372921136],[-73.3875441343247,41.2873893729019],[-73.3874721342989,41.2873463728959],[-73.38740213427147,41.28726337288199],[-73.38739213426315,41.28717537286516],[-73.38739513425185,41.28696237282352],[-73.38736813422688,41.286681372769586],[-73.3873251342066,41.286571372749535],[-73.38724713417433,41.28644937272829],[-73.3872591341743,41.28638137271464],[-73.38731413418925,41.286332372703285],[-73.3874711342321,41.286194372671204],[-73.38769813429293,41.28597537262103],[-73.38784913432995,41.28577037257608],[-73.3879551343537,41.28558737253691],[-73.3880831343672,41.28510337243829],[-73.38812413436217,41.28478637237509],[-73.38812313434002,41.2844083723014],[-73.3880651343106,41.28422337226719],[-73.3880021342797,41.284041372233766],[-73.38776013418547,41.28376537218788],[-73.38753813410592,41.28363237216922],[-73.38715213397134,41.28346437214912],[-73.3857371334865,41.282998372104664],[-73.38559113343571,41.28293737209756],[-73.38541713337415,41.282846372085515],[-73.38535813335339,41.28281737208179],[-73.38504113324181,41.28266137206176],[-73.38492013319879,41.282594372052664],[-73.38453913306179,41.282357372018936],[-73.3839491328434,41.28188137194544],[-73.38322613257388,41.281265371848995],[-73.38218313218512,41.28037737170999],[-73.38189413208092,41.28019237168337],[-73.38167313200218,41.280067371666256],[-73.38148813193676,41.27997137165359],[-73.38123413184829,41.27986237164066],[-73.38106013178563,41.2797523716249],[-73.38091413173464,41.279687371617015],[-73.38075213167737,41.27960337160596],[-73.38064313163736,41.27952137159353],[-73.38052713159107,41.279369371567675],[-73.38042913155321,41.27926337155021],[-73.38039013153714,41.27920337153978],[-73.37983213130136,41.27824637137137],[-73.37939513110422,41.27728037119722],[-73.37906613095502,41.276539371063436],[-73.37902213093061,41.27636237103033],[-73.37903113089834,41.275752370911015],[-73.37906213089798,41.275572370874876],[-73.37926213093995,41.27517737079123],[-73.37929113094614,41.275122370779556],[-73.37948213099499,41.27489737072938],[-73.38017213118414,41.27430537059122],[-73.38049013127407,41.27408037053687],[-73.3807471313426,41.273826370478886],[-73.38083613136119,41.27364937044142],[-73.38090413137226,41.27345937040211],[-73.38094413137217,41.27323337035671],[-73.38095513137216,41.27317137034424],[-73.38093713135693,41.27300837031302],[-73.38090913133823,41.272841370281355],[-73.3808991313334,41.27281337027621],[-73.38075813126436,41.27240737020161],[-73.38042513111166,41.27162837006052],[-73.3802581310351,41.271237369989706],[-73.38031013104978,41.271200369980775],[-73.38046713109425,41.27109036995416],[-73.38052013110934,41.27105436994538],[-73.38090713122702,41.27092336990711],[-73.38207113158113,41.270532369792626],[-73.3824591316992,41.270402369754514],[-73.38918213374313,41.268120369088514],[-73.4032991380347,41.26333036769018],[-73.40853613962666,41.26155436717154],[-73.40935513987554,41.26127536709019],[-73.41607914191938,41.25899436642409],[-73.41666414209745,41.25880036636699],[-73.41842014263194,41.258218366195706],[-73.4190061428104,41.258025366138774],[-73.41935514291731,41.25792136610701],[-73.42040314323835,41.257609366011685],[-73.42075314334562,41.25750636598007],[-73.42138414353714,41.257287365916596],[-73.42270814393903,41.25682936578368],[-73.42327814411193,41.2566303657261],[-73.4239101443037,41.2564103656624],[-73.42499814463524,41.25605636555753],[-73.42528614472306,41.255963365529915],[-73.42671314515721,41.25548736539011],[-73.4268681452039,41.255427365373286],[-73.42732314534572,41.25533436534018],[-73.42931814594844,41.25459536513036],[-73.43010314618742,41.254336365053994]]]},"properties":{"name":2401,"geoid":"09001240100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.3251631161448,41.32230338175674],[-73.32420511575489,41.320921381518716],[-73.3213311145853,41.31677638080478],[-73.3203731141955,41.3153953805669],[-73.32033311418301,41.31540338056975],[-73.32028111416727,41.31542238057516],[-73.32018811413826,41.31544138058192],[-73.32006911409916,41.31543138058386],[-73.31993911405554,41.31540538058305],[-73.3199041140433,41.31538938058109],[-73.3198221140146,41.31535238057656],[-73.31975011398792,41.315293380567404],[-73.31969411396585,41.31522538055599],[-73.31933011381999,41.31473938047314],[-73.31923811378223,41.31460138044925],[-73.31912311373573,41.31444038042163],[-73.31903711370148,41.31432938040279],[-73.31900311368753,41.314278380393965],[-73.31895611366818,41.314206380381464],[-73.31885111362656,41.31407438035916],[-73.31877611359825,41.31400438034799],[-73.31869311356613,41.313913380332956],[-73.31873611357182,41.31377038030366],[-73.31876911357621,41.313661380281324],[-73.3189801136296,41.31340238022392],[-73.31907511365374,41.31328738019838],[-73.31875611354249,41.31314938018192],[-73.31852911346196,41.31302738016556],[-73.3184571134364,41.31298838016031],[-73.31839011340993,41.31290538014633],[-73.31832211337264,41.31264038009689],[-73.31824611333292,41.31237838004828],[-73.31810511327241,41.31212038000258],[-73.31793711320746,41.31193737997241],[-73.3179361132071,41.311936379972245],[-73.31766511310926,41.311761379946994],[-73.31729111297798,41.31158437992473],[-73.31702011288532,41.31149937991703],[-73.31665411276141,41.311405379910696],[-73.31637611266315,41.3112623798919],[-73.31599811252151,41.31092837983916],[-73.31582411244672,41.310608379782465],[-73.31570211239115,41.310329379732046],[-73.3155421123208,41.31000737967448],[-73.31549011229062,41.309775379630935],[-73.31551011228613,41.30958537959324],[-73.31561111229942,41.309248379524206],[-73.31569811231596,41.30904637948197],[-73.31572011231059,41.308829379438926],[-73.31572011230834,41.308790379431315],[-73.31565411227787,41.308632379402674],[-73.31547111220738,41.30843737937063],[-73.31523511212376,41.30831237935399],[-73.31497611203719,41.308265379353294],[-73.31480211198128,41.30827237936037],[-73.31436211183993,41.30829237937868],[-73.31421911178874,41.30820737936678],[-73.31335011145366,41.307274379213275],[-73.31320811139886,41.30712137918809],[-73.31297111130743,41.306866379146115],[-73.3128401112509,41.30662137910261],[-73.3127431112089,41.30643737906991],[-73.31264911116834,41.30626137903866],[-73.31239211107315,41.3060533790065],[-73.31202411093804,41.305776378964545],[-73.31199511092738,41.30575437896118],[-73.31139511069937,41.30516837886655],[-73.31112811058846,41.304743378792395],[-73.31088711049533,41.30448137874919],[-73.31055711037358,41.30422237870947],[-73.31021211024525,41.3039333786644],[-73.3099661101498,41.30365937861901],[-73.30989811012347,41.30358437860661],[-73.30966411002866,41.3032533785497],[-73.30937010991143,41.30287037848462],[-73.30934210990036,41.302835378478704],[-73.30888410972499,41.30236537840203],[-73.30864210963138,41.302100378358254],[-73.30846510956292,41.301906378326215],[-73.30824210947293,41.30159737827322],[-73.30792510934785,41.30120737820754],[-73.30747510916669,41.300591378102105],[-73.30663010884624,41.29977737797096],[-73.30656710882165,41.2997043779588],[-73.30587210855064,41.298905377825676],[-73.3057701085133,41.29883037781439],[-73.30566810847516,41.29874137780037],[-73.3056311084611,41.298705377794555],[-73.30545010839225,41.29852737776575],[-73.30522210830267,41.29825337771976],[-73.30515310827596,41.2981773777072],[-73.30506810824251,41.29807437768987],[-73.30500610821852,41.298006377678654],[-73.30488710817252,41.297876377657175],[-73.30479910813804,41.297772377639774],[-73.3058131084458,41.29741537753693],[-73.30885810937012,41.296345377228555],[-73.30987310967825,41.29598937712587],[-73.31119511008295,41.2955843770036],[-73.31516411129797,41.294368376636456],[-73.31648711170304,41.29396437651433],[-73.31695311184463,41.293803376467665],[-73.31833111226354,41.29333037633027],[-73.31835211226986,41.29332237632803],[-73.31882011241234,41.29316537628208],[-73.31989111273772,41.29279437617464],[-73.32310511371426,41.291683375852635],[-73.32417711404004,41.29131437574554],[-73.32455811415579,41.29118237570732],[-73.32471611420385,41.29112837569161],[-73.32568911449697,41.29074837558561],[-73.32606611461061,41.29060237554477],[-73.32638111470756,41.29051537551748],[-73.32732911499937,41.29025337543533],[-73.32764511509671,41.29016737540819],[-73.32834611530926,41.28991737533647],[-73.33044911594685,41.28916737512125],[-73.33108511613972,41.288941375056325],[-73.33115111615972,41.28891737504948],[-73.33117111616578,41.288910375047465],[-73.33118711617068,41.288905375045964],[-73.331231116184,41.28888937504141],[-73.33125111619012,41.288883375039575],[-73.3324591165555,41.28843737491299],[-73.33608511765222,41.28709937453316],[-73.33729411801795,41.28665437440672],[-73.3373491180339,41.28662237439869],[-73.33745711806537,41.28656137438325],[-73.33752011808444,41.2865383743767],[-73.33758111810296,41.28651737437059],[-73.33849311837814,41.286169374272816],[-73.34123111920424,41.285124373979215],[-73.34214411947977,41.28477737388159],[-73.34289311970718,41.28451637380611],[-73.34296711972969,41.284491373798815],[-73.34304111975221,41.284466373791524],[-73.34314911978498,41.28442837378056],[-73.34325611981744,41.28439037376964],[-73.34387412000504,41.284174373707245],[-73.34906512158123,41.28236837318474],[-73.35079612210689,41.28176737301072],[-73.35246012260959,41.281144372834625],[-73.35624012375158,41.2797303724348],[-73.35745312411801,41.27927637230644],[-73.35812212432015,41.27902637223572],[-73.359118124621,41.27865337213027],[-73.36105312520446,41.27791037192185],[-73.36321212585555,41.27708337168966],[-73.36549612654537,41.276226371447535],[-73.3668701269603,41.27571037130178],[-73.36881212754689,41.27498337109623],[-73.36901112760692,41.27490737107487],[-73.36961112778795,41.2746793710107],[-73.36981212784868,41.27460437098945],[-73.37001112790938,41.274540370970456],[-73.37008112793085,41.27451937096406],[-73.37035012801299,41.27443437093865],[-73.37043512803895,41.27440737093059],[-73.37060512808975,41.27433437091076],[-73.37079812814754,41.27425337088864],[-73.37112312824529,41.274124370852796],[-73.3712431282814,41.274077370839684],[-73.37168712841503,41.27390237079098],[-73.37205512852576,41.2737573707506],[-73.37209812853864,41.27373937074569],[-73.37242412863682,41.273612370710204],[-73.37252912867379,41.273664370716894],[-73.37253912867702,41.27366437071657],[-73.37261612870195,41.273664370714044],[-73.3727181287334,41.273637370705444],[-73.372769128748,41.27360437069731],[-73.37286412877523,41.2735433706823],[-73.3728781287785,41.27352137067755],[-73.37295112879612,41.27341737065487],[-73.37369712902463,41.273193370586675],[-73.3759361297106,41.27252337038247],[-73.37668312993952,41.272301370314636],[-73.37739713015824,41.27208737024945],[-73.37780613028364,41.27196637021241],[-73.37954213081562,41.271449370054576],[-73.3802581310351,41.271237369989706],[-73.38042513111166,41.27162837006052],[-73.38075813126436,41.27240737020161],[-73.3808991313334,41.27281337027621],[-73.38090913133823,41.272841370281355],[-73.38093713135693,41.27300837031302],[-73.38095513137216,41.27317137034424],[-73.38094413137217,41.27323337035671],[-73.38090413137226,41.27345937040211],[-73.38083613136119,41.27364937044142],[-73.3807471313426,41.273826370478886],[-73.38049013127407,41.27408037053687],[-73.38017213118414,41.27430537059122],[-73.37948213099499,41.27489737072938],[-73.37929113094614,41.275122370779556],[-73.37926213093995,41.27517737079123],[-73.37906213089798,41.275572370874876],[-73.37903113089834,41.275752370911015],[-73.37902213093061,41.27636237103033],[-73.37906613095502,41.276539371063436],[-73.37939513110422,41.27728037119722],[-73.37983213130136,41.27824637137137],[-73.38039013153714,41.27920337153978],[-73.38042913155321,41.27926337155021],[-73.38052713159107,41.279369371567675],[-73.38064313163736,41.27952137159353],[-73.38075213167737,41.27960337160596],[-73.38091413173464,41.279687371617015],[-73.38106013178563,41.2797523716249],[-73.38123413184829,41.27986237164066],[-73.38148813193676,41.27997137165359],[-73.38167313200218,41.280067371666256],[-73.38189413208092,41.28019237168337],[-73.38218313218512,41.28037737170999],[-73.38322613257388,41.281265371848995],[-73.3839491328434,41.28188137194544],[-73.38453913306179,41.282357372018936],[-73.38492013319879,41.282594372052664],[-73.38504113324181,41.28266137206176],[-73.38535813335339,41.28281737208179],[-73.38541713337415,41.282846372085515],[-73.38559113343571,41.28293737209756],[-73.3857371334865,41.282998372104664],[-73.38715213397134,41.28346437214912],[-73.38753813410592,41.28363237216922],[-73.38776013418547,41.28376537218788],[-73.3880021342797,41.284041372233766],[-73.3880651343106,41.28422337226719],[-73.38812313434002,41.2844083723014],[-73.38812413436217,41.28478637237509],[-73.3880831343672,41.28510337243829],[-73.3879551343537,41.28558737253691],[-73.38784913432995,41.28577037257608],[-73.38769813429293,41.28597537262103],[-73.3874711342321,41.286194372671204],[-73.38731413418925,41.286332372703285],[-73.3872591341743,41.28638137271464],[-73.38724713417433,41.28644937272829],[-73.3873251342066,41.286571372749535],[-73.38736813422688,41.286681372769586],[-73.38739513425185,41.28696237282352],[-73.38739213426315,41.28717537286516],[-73.38740213427147,41.28726337288199],[-73.3874721342989,41.2873463728959],[-73.3875441343247,41.2873893729019],[-73.38802213448973,41.287568372921136],[-73.38832913459522,41.287674372931725],[-73.38856013467597,41.287778372944416],[-73.3888441347774,41.287943372967284],[-73.38898913483102,41.28805937298516],[-73.38914413488781,41.28817437300249],[-73.38938213497582,41.28836437303175],[-73.38963513507065,41.28858837306712],[-73.3897611351199,41.28873537309166],[-73.38975813512668,41.28886937311789],[-73.38972413513027,41.28912237316836],[-73.389661135134,41.28954037325197],[-73.38971213515866,41.28968137327779],[-73.38981113519688,41.28978837329541],[-73.38997713525724,41.28990337331239],[-73.39019913533221,41.28995737331564],[-73.39041713540237,41.2899503733071],[-73.3905981354585,41.28990837329297],[-73.39077813551536,41.289884373282376],[-73.39099913558529,41.28985637326965],[-73.39130813568784,41.289900373268075],[-73.39230413602098,41.290087373271845],[-73.39320413631583,41.290149373254366],[-73.39331813635513,41.29019137325882],[-73.39381713653582,41.290523373307195],[-73.39404113662015,41.2907283733398],[-73.39413413665919,41.29088337336699],[-73.39416313667198,41.29094237337753],[-73.39416113667764,41.29105137339886],[-73.39407713666152,41.29124337343907],[-73.39400513664417,41.291346373461515],[-73.39388613661414,41.291493373494106],[-73.393795136598,41.29172337354195],[-73.39378013659822,41.291811373559604],[-73.39380113661518,41.291987373593244],[-73.39380913662735,41.29215337362535],[-73.39385513664841,41.292260373644716],[-73.39420413679048,41.29276437373154],[-73.39450313691145,41.293183373803444],[-73.39490713709493,41.29409637396823],[-73.39519313721205,41.29452137404172],[-73.39522513722505,41.294567374049635],[-73.39525813723863,41.29461737405831],[-73.39541913730453,41.29485637409964],[-73.39559613737401,41.29506737413496],[-73.39618613760125,41.29569537423805],[-73.39680113783194,41.29624337432471],[-73.39775613819349,41.2971513744704],[-73.3987801385784,41.29807737461733],[-73.39889113861925,41.29816237463025],[-73.39900913866194,41.29824037464158],[-73.39936713879052,41.298460374672715],[-73.39969613891074,41.29869837470831],[-73.40005813904807,41.29904737476446],[-73.400163139093,41.29923637479787],[-73.40026013913437,41.29940937482842],[-73.40034313917695,41.29968137487874],[-73.40040113920875,41.29990637492069],[-73.40048413925234,41.30019637497451],[-73.40051413926966,41.300327374999064],[-73.40054913929325,41.300539375039264],[-73.40057113932092,41.300895375107956],[-73.4005591393237,41.30101037513077],[-73.40055913934681,41.30141037520876],[-73.40054313937493,41.301986375321604],[-73.40057613939382,41.3021283753482],[-73.40063313942325,41.30231837538338],[-73.40070513945618,41.30248537541357],[-73.40082413950674,41.302693375450204],[-73.40107213960592,41.303020375505824],[-73.40137613972414,41.3033633755627],[-73.40163313982238,41.303624375605146],[-73.40190413992785,41.30393137565609],[-73.40229014007643,41.30434037572314],[-73.40266614022323,41.304774375795404],[-73.40292414032471,41.30508537584756],[-73.40318614042576,41.30536637589373],[-73.40350014054843,41.30573037595437],[-73.40380314066412,41.30603537600387],[-73.40381514066866,41.30604637600561],[-73.40400914074023,41.306198376028874],[-73.4042661408359,41.30641437606253],[-73.40449314091684,41.30654337608021],[-73.40473014100061,41.30666537609621],[-73.40499214109181,41.306776376109234],[-73.40847114228944,41.30801437623619],[-73.40869714236723,41.308094376244334],[-73.40915214252321,41.30824537625883],[-73.40956314266613,41.30841637627864],[-73.40997614280926,41.30857937629683],[-73.41028714291886,41.30873437631682],[-73.41048614298953,41.30884237633132],[-73.41060814303462,41.30893937634623],[-73.41082014311459,41.30913537637747],[-73.41104814319999,41.30933637640915],[-73.41143314334757,41.309733376473886],[-73.41159914341033,41.30988937649882],[-73.41181214348755,41.31003237651969],[-73.41206314357638,41.310163376536956],[-73.41230614365982,41.31024637654516],[-73.41257814375197,41.31031737655004],[-73.41395714420668,41.31046237653295],[-73.4141671442765,41.31049437653229],[-73.41438614435005,41.310540376534036],[-73.41475914447571,41.31062537653835],[-73.41511414459487,41.31069937654108],[-73.41593314487343,41.310932376559556],[-73.41684014518603,41.31126137659385],[-73.4170491452583,41.31134137660256],[-73.41731014534894,41.31144737661463],[-73.41761314545487,41.311583376631184],[-73.41786014554481,41.311756376656774],[-73.41810914563878,41.311987376693615],[-73.41836114573539,41.312247376735996],[-73.42022814647194,41.31453237711992],[-73.42103014679317,41.315597377301096],[-73.42189614714526,41.31683737751427],[-73.42275214749802,41.3181443777408],[-73.42324114770535,41.31899137788978],[-73.4234411477935,41.31939537796191],[-73.42364114788451,41.319849378043806],[-73.42381314795931,41.32017937810245],[-73.42402014805104,41.320606378178844],[-73.42412614815105,41.321740378396335],[-73.42411814815337,41.321825378413166],[-73.4239841481543,41.322590378566645],[-73.42383714815567,41.323435378736136],[-73.42375814814976,41.323774378804806],[-73.4237091481479,41.32401637885357],[-73.42364114814089,41.32427537890627],[-73.42356514812835,41.32448337894931],[-73.42355514812674,41.324511378955094],[-73.42330414807203,41.3249693790526],[-73.42280414795381,41.32572237921578],[-73.4226491479176,41.32596337926783],[-73.42249414788226,41.32621937932283],[-73.42237314785619,41.326445379370846],[-73.42223814782628,41.32668337942165],[-73.42216714781348,41.32685937945829],[-73.42210214780278,41.32703737949511],[-73.42205814780588,41.327337379555],[-73.42201914780915,41.32761137960967],[-73.42200814781752,41.327817379650156],[-73.42198914782354,41.328027379691726],[-73.4219691478283,41.328221379730174],[-73.42193914782985,41.32841537976896],[-73.42186214781493,41.32858837980519],[-73.42180314780362,41.328722379833245],[-73.4216181477636,41.32906537990617],[-73.42159914775903,41.329092379912055],[-73.42149214773347,41.32924937994616],[-73.42117114765664,41.32971638004771],[-73.42073214755179,41.330359380187446],[-73.4201981474224,41.33110938035114],[-73.41987014734296,41.33157138045193],[-73.41984214733715,41.331627380463765],[-73.41978314732513,41.33174938048949],[-73.4197481473163,41.331792380499024],[-73.41971014730694,41.3318433805102],[-73.41961414728368,41.33197838053965],[-73.4194811472517,41.332169380581256],[-73.41930514720609,41.332365380625234],[-73.41919514717766,41.33248938065301],[-73.41905314714022,41.33263638068633],[-73.41880914708005,41.33296138075768],[-73.41868314705017,41.33314938079844],[-73.41854514701755,41.33335738084351],[-73.41846914700226,41.333518380877386],[-73.41840414699034,41.3336753809101],[-73.41832914697771,41.33387638095172],[-73.41791014691074,41.33506138119637],[-73.41774414688084,41.335472381281896],[-73.41753314684294,41.33599738139111],[-73.41746814683465,41.336217381436114],[-73.41745314683212,41.33625738144439],[-73.41685514664583,41.33638338148862],[-73.41506314608777,41.33676438162185],[-73.41446614590188,41.33689138166624],[-73.41235314523928,41.33726138180787],[-73.41043214463684,41.33759738193655],[-73.39833014084152,41.33971538274734],[-73.39429713957668,41.34042138301755],[-73.39405413950112,41.34047538303606],[-73.39332713927531,41.34064038309211],[-73.39308513920014,41.34069538311077],[-73.39102413855669,41.34110738325881],[-73.38521513674331,41.34227238367678],[-73.38484213662682,41.34234638370345],[-73.38369113626759,41.34257838378648],[-73.38358713623512,41.342599383793996],[-73.38278213598379,41.34276038385182],[-73.38256813591647,41.34279438386548],[-73.38192913571554,41.34289738390656],[-73.38185913569356,41.3429093839112],[-73.38171713564891,41.342932383920335],[-73.38074813535103,41.34320638400558],[-73.3803101352139,41.34328738403575],[-73.37892513478013,41.34354138413075],[-73.37345713306786,41.34454838450663],[-73.37163513249733,41.34488438463196],[-73.37127913238582,41.34494938465632],[-73.37045813212866,41.345099384712526],[-73.36693113102412,41.34574838495483],[-73.36656313090887,41.34581638498016],[-73.36575513065578,41.34596438503554],[-73.36459413029209,41.34617638511498],[-73.36385813006157,41.34631138516544],[-73.36109812919108,41.34671338533443],[-73.36023812891987,41.34683938538721],[-73.36001312885024,41.34689538540551],[-73.3600151288554,41.34697338542064],[-73.35995412883616,41.3469823854244],[-73.35977512877976,41.34700938543554],[-73.35971512876091,41.34701938543945],[-73.35733912802827,41.347655385641374],[-73.35355712686214,41.34866938596311],[-73.35087412603485,41.34938838619126],[-73.3502151258316,41.34956438624718],[-73.34971812567841,41.34969838628959],[-73.34771412506096,41.35024438646173],[-73.34730312487294,41.34929438629018],[-73.346868124679,41.34837638612564],[-73.34677912463768,41.34816038608649],[-73.34617312435651,41.34669138582022],[-73.34502312382307,41.343905385315225],[-73.34413812341248,41.341759384926156],[-73.34382312326638,41.34099638478786],[-73.34333612305197,41.3400153846127],[-73.34317912298074,41.339662384549065],[-73.33940412127582,41.33130838304501],[-73.33886312103142,41.330109382829086],[-73.33809612068804,41.32846338253344],[-73.33579611965837,41.32352638164657],[-73.33503011931542,41.32188138135101],[-73.3330631184606,41.31810338067899],[-73.32623111645452,41.3216773815997],[-73.32601711639244,41.32180238163109],[-73.3253761162065,41.32217738172518],[-73.3251631161448,41.32230338175674]]]},"properties":{"name":2402,"geoid":"09001240200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.52984718324154,41.336825377845166],[-73.52953118313998,41.336837377857975],[-73.52929918306447,41.33682937786408],[-73.52917018302213,41.3368193778664],[-73.52892818294289,41.3368033778713],[-73.52789518260438,41.336730377891264],[-73.52714218235886,41.33669837790995],[-73.52646618213849,41.336670377926865],[-73.52635918210323,41.33665937792826],[-73.52625418206868,41.33664937792979],[-73.5260391819987,41.33664237793554],[-73.52593318196428,41.33664037793867],[-73.52542818180274,41.3366723779616],[-73.52530418176424,41.336700377971155],[-73.52412718139911,41.33697037806267],[-73.52346018119324,41.33714137811802],[-73.5228481810044,41.337299378169035],[-73.52250118089813,41.33740237820057],[-73.52207118076643,41.33753037823972],[-73.52146318058045,41.33771537829584],[-73.52135118054626,41.337750378306374],[-73.52113618048338,41.33786537833587],[-73.52105518045961,41.33790737834673],[-73.52095918043466,41.33801237837035],[-73.52085518040695,41.33811437839365],[-73.52071018036673,41.338229378420834],[-73.5206291803456,41.338316378440446],[-73.52059418033647,41.338354378449],[-73.52038618028703,41.338661378515674],[-73.5201681802292,41.33887937856532],[-73.51999918018342,41.3390323786007],[-73.51984018013815,41.33913837862659],[-73.51973518010993,41.339237378649344],[-73.5191251799385,41.339683378756355],[-73.51897817989722,41.33979137878225],[-73.51891117987904,41.33985137879613],[-73.51881917985405,41.33993337881515],[-73.51861317979902,41.3401333788609],[-73.51846017975632,41.34025037888874],[-73.51821717968318,41.3403443789151],[-73.51804917963027,41.34036937892551],[-73.51798717961078,41.34037937892951],[-73.51776217953797,41.34037937893695],[-73.5174111794235,41.340364378945644],[-73.51685217924471,41.34040037897115],[-73.51618517903266,41.34046537900585],[-73.51584317892396,41.34049937902378],[-73.5155761788423,41.34058037904839],[-73.51529917875642,41.3406453790702],[-73.51505817868384,41.34073837909628],[-73.51502817867473,41.34074837909922],[-73.514752178591,41.34084437912703],[-73.5143951784813,41.34094437915831],[-73.51415117840537,41.3409963791765],[-73.51335017815283,41.34111137922539],[-73.51278217797386,41.34119437926033],[-73.51263417792696,41.34121137926855],[-73.51255817790133,41.341193379267544],[-73.51247517787341,41.34117537926678],[-73.51236717783561,41.34112637926082],[-73.51233517782444,41.34111237925915],[-73.512235177789,41.34105937925213],[-73.51207617773073,41.340942379234605],[-73.51199717769981,41.34085037921931],[-73.51199217769778,41.340843379218114],[-73.51193617767477,41.34075937920361],[-73.51187917764986,41.3406483791839],[-73.51182017760748,41.340248379107955],[-73.51180817760043,41.34019437909784],[-73.51174417756121,41.33987637903805],[-73.51170517754366,41.339791379022785],[-73.51164617752009,41.33971437900975],[-73.51156017748845,41.33964937899993],[-73.51145317745012,41.33958537899101],[-73.51111717733225,41.33942837897155],[-73.51088417725,41.33931137895648],[-73.51078517721514,41.33926237895021],[-73.51068417717426,41.33912137892608],[-73.51064517715668,41.33903637891083],[-73.51064717715262,41.33895537889498],[-73.51066317714289,41.33869937884463],[-73.51061317711803,41.33855037881727],[-73.51058317710304,41.338459378800536],[-73.51050417707322,41.33838637878893],[-73.51044817705329,41.338355378784755],[-73.51035817702247,41.338326378782085],[-73.50949317675035,41.338460378836764],[-73.50908617662238,41.33852437886269],[-73.50875917651953,41.33857537888342],[-73.5086221764764,41.33859637889205],[-73.50723417604033,41.33882137898174],[-73.5071611760174,41.33883337898651],[-73.5067791758995,41.338931379018206],[-73.50643517579744,41.33909037906054],[-73.50634417576967,41.33911937906918],[-73.50597417565703,41.33924137910517],[-73.50540917548042,41.33934837914469],[-73.50522317542273,41.33939137915921],[-73.5049591753394,41.33942737917494],[-73.50478817528474,41.33943937918294],[-73.50470717525894,41.339446379186974],[-73.5045301752052,41.33950737920469],[-73.50449917519605,41.33952237920867],[-73.50436117515517,41.33958737922587],[-73.50368017495165,41.339877379304845],[-73.50349617489374,41.33990537931637],[-73.50342917487265,41.339915379320544],[-73.50237717452829,41.339848379342264],[-73.5021131744452,41.33988837935879],[-73.50194417439329,41.33993637937372],[-73.50174817433486,41.340022379396935],[-73.5014541742449,41.34011137942398],[-73.50109717413413,41.34019337945174],[-73.50043517392007,41.340196379474214],[-73.49997917377017,41.34015637948149],[-73.49962917365656,41.34015037949189],[-73.49955417363222,41.34014937949417],[-73.49943517359326,41.34014137949656],[-73.49935617356645,41.34012037949507],[-73.49925817353271,41.340085379491505],[-73.49868717332656,41.33971837943891],[-73.49850217326087,41.33961837942556],[-73.49830317319211,41.339543379417535],[-73.49814617313862,41.33949737941376],[-73.49807317311424,41.33948437941364],[-73.49794517307149,41.33946137941338],[-73.49772317299737,41.33942237941313],[-73.49755917294365,41.3394113794164],[-73.49743017290149,41.33940437941931],[-73.49737117288224,41.33940137942068],[-73.49735117287571,41.33940037942114],[-73.49723817283883,41.339395379423905],[-73.49711717280026,41.33940537942984],[-73.4970401727758,41.33941337943396],[-73.49671217265092,41.33909137938209],[-73.49642417254294,41.338837379342145],[-73.49614017242666,41.338418379269946],[-73.49607717240139,41.338334379255656],[-73.49567017223808,41.337791379163384],[-73.49522017205604,41.33716537905636],[-73.49490117191901,41.33658437895375],[-73.49479717186354,41.33620937888417],[-73.49467317180405,41.335876378823414],[-73.4946451717698,41.33544337874001],[-73.49466917172383,41.33451937855928],[-73.4946751717171,41.33437037853007],[-73.49472317166664,41.33323537830746],[-73.49468617164565,41.333080378278495],[-73.49469517163932,41.332921378247235],[-73.49472417163678,41.332716378206335],[-73.49472417163648,41.33271137820537],[-73.49473017163139,41.33259037818161],[-73.4947131716124,41.33235837813697],[-73.49467417158971,41.33218537810458],[-73.49459817156142,41.33212137809463],[-73.4945951715603,41.33211937809433],[-73.49440817149421,41.332023378081814],[-73.49409117138273,41.33187037806249],[-73.493767171268,41.33170037804009],[-73.49367317123357,41.331631378029755],[-73.49362217121391,41.331577378020924],[-73.49355217118554,41.33147837800395],[-73.49347917114017,41.33110437793353],[-73.49347217112529,41.33088737789148],[-73.49340817107776,41.33042637780382],[-73.49316817093215,41.32925737758406],[-73.49308517088686,41.32894037752506],[-73.49301417083863,41.32850637744288],[-73.4929791708205,41.328389377421246],[-73.49294817079917,41.32819437738427],[-73.49285117075804,41.328027377354964],[-73.49268717069485,41.32785337732649],[-73.49230017054744,41.32747137726486],[-73.49195117041289,41.327099377203936],[-73.49171117031591,41.326767377147185],[-73.4914061701944,41.32637437708071],[-73.49150417017592,41.32551137690937],[-73.49195217012937,41.32221537625253],[-73.49171216999777,41.32128737607968],[-73.49152016990217,41.320711375973794],[-73.49080016966828,41.32069537599446],[-73.49018016944697,41.32033937594557],[-73.49013516940813,41.319921375865626],[-73.49010716938075,41.31960637580518],[-73.49007916934974,41.31922837573247],[-73.4900611693298,41.31898537568571],[-73.49000316924179,41.3177933754554],[-73.49001116918264,41.316730375248035],[-73.4900121691743,41.31658137521897],[-73.48998716915895,41.31645637519544],[-73.48994116913744,41.31634237517474],[-73.4898081690829,41.31614437514056],[-73.48970016903756,41.31596537510925],[-73.48967816902831,41.315928375102764],[-73.48933816889416,41.31551337503313],[-73.48899516875937,41.315103374964565],[-73.48884016869843,41.31491737493346],[-73.48860916860765,41.31464137488729],[-73.48841916852811,41.31433037483297],[-73.48829416847576,41.31412537479716],[-73.48840116849976,41.313942374757964],[-73.4884901685174,41.313750374717614],[-73.48851816852327,41.31369537470598],[-73.48867816855686,41.3133823746397],[-73.48885116860343,41.31322037460243],[-73.48905016865946,41.313076374567814],[-73.48927216871829,41.31285237451682],[-73.48938316874647,41.312719374487244],[-73.48941616874967,41.312590374461024],[-73.48947016875518,41.312384374419096],[-73.48940616871914,41.31212037436977],[-73.48917616863486,41.311950374344235],[-73.4887331684666,41.311521374275266],[-73.4882981682966,41.311017374191415],[-73.48814116823662,41.3108593741658],[-73.4880111681895,41.310772374153146],[-73.487863168138,41.31071037414594],[-73.4877211680923,41.31071437415142],[-73.48754216803356,41.310700374154585],[-73.48743116799788,41.310704374159045],[-73.48733416796006,41.3105933741406],[-73.48722616791645,41.310444374115136],[-73.4871901678993,41.31034937409782],[-73.48716816788684,41.310257374080614],[-73.48716216788334,41.31023037407554],[-73.48718216787823,41.3100313740361],[-73.48719416786204,41.30968537396829],[-73.48729016787335,41.309345373898864],[-73.48738816787987,41.30891137381105],[-73.48736316786604,41.308812373792584],[-73.4873131678447,41.30872337377689],[-73.4873381678518,41.30870637377275],[-73.48751216790126,41.30858837374401],[-73.48809516806358,41.308135373636496],[-73.48827116811077,41.307967373597954],[-73.48862316820731,41.307668373528045],[-73.48880716825512,41.30746637348262],[-73.48895616829502,41.30732337344982],[-73.48901516830982,41.30724937343346],[-73.48914616834108,41.307057373391714],[-73.4892451683656,41.30692837336332],[-73.48935716838972,41.306719373318884],[-73.48946716840695,41.30640337325367],[-73.48956116842321,41.30615937320302],[-73.48959716842887,41.30605637318175],[-73.48969716844469,41.30577137312291],[-73.48976716845712,41.3055953730863],[-73.48984716847168,41.30540037304566],[-73.49001816850942,41.305097372980946],[-73.49030516857536,41.304633372881064],[-73.49050616862243,41.30432437281421],[-73.49077516868569,41.30391437272541],[-73.49097416873515,41.30365737266876],[-73.49099016873893,41.303633372663555],[-73.49141016883947,41.303024372531006],[-73.49156816887422,41.30274237247083],[-73.49174216891264,41.30243437240504],[-73.49186716894079,41.3022223723596],[-73.49202016897549,41.301967372304844],[-73.4921181689925,41.3017143722523],[-73.49214616899185,41.301547372218835],[-73.49218916899173,41.30130537217023],[-73.49222616896347,41.30061237203396],[-73.4922951689135,41.2993663717888],[-73.49232216887381,41.29853237162536],[-73.49233116886171,41.298273371574574],[-73.49237116884957,41.29784137148904],[-73.49237216884862,41.29781937148472],[-73.49237816884684,41.29775537147206],[-73.49238116884659,41.297734371467854],[-73.49238216884659,41.297728371466654],[-73.49239516884533,41.2976343714479],[-73.49243716884169,41.29733737138862],[-73.49245216884081,41.29723837136883],[-73.49252416884012,41.29682537128595],[-73.49261816883931,41.29628737117797],[-73.49272616883353,41.29558537103757],[-73.49279016883021,41.29517137095474],[-73.4933991690346,41.29529837095941],[-73.49374316914961,41.295362370960525],[-73.49437116935957,41.29547937096262],[-73.49477416949185,41.29551237095575],[-73.4949041695342,41.29551737095242],[-73.49526216964799,41.295482370933776],[-73.49541216969529,41.29546137092475],[-73.49557716974734,41.29543837091481],[-73.49645517002148,41.2952673708525],[-73.49662517007476,41.295238370841226],[-73.49694517017528,41.29518637082054],[-73.4975811703735,41.29505637077421],[-73.49782217044827,41.295001370755514],[-73.49820517056718,41.294915370726116],[-73.49853517066742,41.29480337069339],[-73.49877017073894,41.29472537067043],[-73.49893517078894,41.29466737065368],[-73.49920417087063,41.29457537062686],[-73.49943317094042,41.29450137060487],[-73.49960017099137,41.29444837058902],[-73.4995431709692,41.29438437057844],[-73.49949617094715,41.29426637055698],[-73.4994781709342,41.2941433705336],[-73.49943017091186,41.294026370512384],[-73.49942417090458,41.29393437049465],[-73.49947317091261,41.293799370466694],[-73.4998651710381,41.29377637044929],[-73.5004221712122,41.29367137041043],[-73.50141917152811,41.293557370355295],[-73.5023351718192,41.29346737030751],[-73.50257917189732,41.29345337029673],[-73.50277817196258,41.29346837029307],[-73.50297417202847,41.29351137029499],[-73.50318417210053,41.2935823703019],[-73.50342017217983,41.293633370304036],[-73.50367417226676,41.293715370311645],[-73.5038251723159,41.293720370307625],[-73.50384117232102,41.29371937030692],[-73.50399217234254,41.2932483702101],[-73.50398517235831,41.29355937027096],[-73.50409717240848,41.293799370314055],[-73.50410917239553,41.29350937025711],[-73.50418317243586,41.29379137030965],[-73.5041921724406,41.2938233703156],[-73.50430117250745,41.29436737041804],[-73.50440417257491,41.294955370529266],[-73.50447817261951,41.2953113705962],[-73.50455517267879,41.29590337070907],[-73.50465517274633,41.296509370823884],[-73.50474517279481,41.29684337088603],[-73.5048071728342,41.29717637094889],[-73.50487717288391,41.297642371037405],[-73.50500617295909,41.29821837114541],[-73.5051401730223,41.29856037120764],[-73.50546617316998,41.29928737133858],[-73.50577217330144,41.29984637143743],[-73.5057801733049,41.29986137144008],[-73.50598617339656,41.30029237151728],[-73.50610517344836,41.300521371557984],[-73.50614117346848,41.30066737158525],[-73.50620317351817,41.30117737168261],[-73.50620817352723,41.30130537170738],[-73.50622517355256,41.301647371773484],[-73.50633617361026,41.3020223718429],[-73.50640317364814,41.30230137189506],[-73.50657917373289,41.3027803719826],[-73.50663617376105,41.30294737201325],[-73.50674517380757,41.30314137204747],[-73.50683117384706,41.303342372083804],[-73.50694017389395,41.30354237211918],[-73.50694317389522,41.303547372120065],[-73.50706317394447,41.30372737215119],[-73.50720817400644,41.30398637219687],[-73.50739917407968,41.30418337222894],[-73.50746317410392,41.304244372238706],[-73.50765817417764,41.30442737226794],[-73.50772317420228,41.30448937227787],[-73.50784617424958,41.30461837229895],[-73.50793217428267,41.304709372313845],[-73.50835117444385,41.305150372385945],[-73.5085881745318,41.305344372415924],[-73.50882417461936,41.30553737244574],[-73.50890817465374,41.30566137246713],[-73.50891317465576,41.30566837246833],[-73.50899817468989,41.305782372487734],[-73.50910517473221,41.30591537251013],[-73.50914517475285,41.306047372534515],[-73.50914717475513,41.306075372539915],[-73.50916017476862,41.306235372570654],[-73.50913217476781,41.30637737259926],[-73.50906317475525,41.30654537263427],[-73.50894517472719,41.30671937267208],[-73.50883617470197,41.30689237270939],[-73.5087331746827,41.30713437275995],[-73.50873017468336,41.307162372765504],[-73.50871317468949,41.30736237280503],[-73.50876517473687,41.30788837290581],[-73.50881817477128,41.308185372961944],[-73.5089201748228,41.30850437302074],[-73.50908517491628,41.30919437314973],[-73.50916917496508,41.30956637321944],[-73.50931917503452,41.30992637328463],[-73.50944617508829,41.31014437332292],[-73.5094931751082,41.31022537333715],[-73.50989017526832,41.310770373430216],[-73.51002617532558,41.31099837347015],[-73.5100921753508,41.31106537348103],[-73.51029117542699,41.311268373514],[-73.51035817545262,41.311336373525045],[-73.51056117552875,41.31151637355341],[-73.51069117557547,41.3115963735647],[-73.51080117561443,41.31165437357236],[-73.51115417573945,41.31184037359694],[-73.5114011758256,41.31194737360963],[-73.5115991758948,41.31203637362043],[-73.5119701760292,41.31228337365631],[-73.51211917608688,41.31244637368313],[-73.51217217610844,41.312522373696176],[-73.51229417615804,41.31269637372604],[-73.51238917619767,41.31284937375272],[-73.51248417623567,41.31297437377393],[-73.51257417627346,41.31312337379998],[-73.5126131762967,41.313306373834365],[-73.51266317632603,41.31353237387675],[-73.51270817637803,41.31417637400073],[-73.51273017639717,41.31438337404032],[-73.51276917643072,41.31474337410918],[-73.51284617650133,41.315529374259754],[-73.51285317650738,41.3155943742722],[-73.51291217656072,41.31618337438499],[-73.51293917658177,41.31639537442539],[-73.51298717660713,41.31656437445674],[-73.51302617662452,41.316646374471425],[-73.51306717664389,41.31675137449053],[-73.51314017667693,41.31691337451967],[-73.51317817669539,41.31701937453908],[-73.51325417672781,41.31715437456286],[-73.51336317677419,41.31734537459646],[-73.51360017686955,41.31766637465116],[-73.51380517694605,41.31784137467847],[-73.5138481769613,41.31786437468154],[-73.51400617701755,41.31795237469345],[-73.51407817704245,41.31798037469654],[-73.5141491770663,41.317995374697105],[-73.51430517711763,41.31801037469487],[-73.51443617716217,41.31804737469775],[-73.51466417723874,41.31809537469957],[-73.51478117727753,41.31811137469883],[-73.51489717731668,41.31813937470044],[-73.51508817738039,41.31817237470055],[-73.51525917743749,41.31820237470073],[-73.51545517750147,41.318212374696216],[-73.51569617758298,41.318273374700134],[-73.51598017767988,41.3183593747075],[-73.51633717780305,41.318491374721404],[-73.51674217794282,41.31864137473723],[-73.51702217803906,41.31873837474688],[-73.51759717823674,41.31893837476682],[-73.51786317832837,41.31903437477675],[-73.51814317842485,41.31913537478716],[-73.51842917852494,41.31926537480303],[-73.51860217858551,41.31934437481269],[-73.51871717862822,41.3194393748274],[-73.51879217865769,41.31952837484226],[-73.51905917876798,41.3199393749135],[-73.51907417877416,41.31996237491747],[-73.51926317884795,41.32017937495349],[-73.51934817888126,41.32027937497017],[-73.51955117896084,41.32051837501001],[-73.5196111789837,41.320577375019525],[-73.51970517901958,41.32067137503471],[-73.51981817906209,41.320773375050855],[-73.52007317916214,41.32107537510125],[-73.52037117927917,41.32142937516035],[-73.52057217935884,41.32168137520278],[-73.52105317954513,41.32220837528954],[-73.52116617958717,41.32230237530411],[-73.52158817974414,41.32265337535852],[-73.52168117977867,41.32272937537025],[-73.52185017984137,41.32286737539154],[-73.52196817988461,41.32295437540457],[-73.5220661799205,41.32302637541536],[-73.52218617996077,41.32305137541626],[-73.52225317998355,41.32307037541775],[-73.52238918002908,41.32309637541832],[-73.52278418016186,41.323182375422014],[-73.52283118017738,41.323187375421426],[-73.5229171802058,41.323197375420534],[-73.52332618034325,41.32328537542414],[-73.52360218043486,41.32332537542281],[-73.52470118079256,41.32336137539348],[-73.52516418094193,41.3233543753768],[-73.52562218108977,41.323348375360474],[-73.52573218112529,41.32334737535664],[-73.52585018116521,41.32337737535859],[-73.52592918119369,41.323427375365725],[-73.52626618132322,41.32377937542313],[-73.52718018167435,41.3247313755783],[-73.52730318171861,41.32480837558924],[-73.52771718186766,41.325067375626],[-73.52763118184647,41.325181375651034],[-73.52761918184356,41.32519837565474],[-73.52756218183049,41.325290375674555],[-73.52752818182309,41.32535237568775],[-73.52753118184229,41.325665375748606],[-73.52753318185248,41.32582937578048],[-73.52758818189118,41.32618837584858],[-73.52759818189732,41.32623837585798],[-73.52759518190287,41.326350375879905],[-73.52761018191232,41.32642937589478],[-73.52761418191804,41.32650537590946],[-73.52761918192391,41.32657837592351],[-73.52764518194768,41.32684237597407],[-73.52767718197045,41.32705537601449],[-73.52764518199047,41.32757737611721],[-73.52755918199297,41.32809837622151],[-73.52751518199989,41.32846137629366],[-73.5274921819968,41.32853637630903],[-73.52740518198524,41.328821376367415],[-73.52732418197878,41.32916037643611],[-73.52730618197481,41.32919237644294],[-73.52708118192496,41.329586376527104],[-73.52704618191736,41.32965037654073],[-73.52690418188317,41.32985237658476],[-73.52682918186694,41.32999037661412],[-73.52678318185998,41.330126376642134],[-73.52678018186563,41.33024037666441],[-73.52680118187932,41.3303583766867],[-73.52681118188808,41.33045337670487],[-73.52685718190953,41.33056637672537],[-73.52691118194355,41.330850376778876],[-73.5269101819433,41.33085137677911],[-73.52690818195101,41.330995376807216],[-73.52688018195057,41.33114337683696],[-73.52680418193421,41.331284376866925],[-73.52739518215363,41.33176837694164],[-73.5279221823476,41.33217137700267],[-73.52848518255544,41.332612377069914],[-73.52894918273103,41.33304937713966],[-73.52933618286373,41.33317737715178],[-73.52971718299735,41.33335537717383],[-73.5300431831142,41.333550377201014],[-73.53050518327596,41.33376137722681],[-73.53103918346035,41.33396037724788],[-73.53124518353272,41.33405837726015],[-73.53145618360902,41.334196377280044],[-73.53169818370579,41.33451337733375],[-73.53182918376285,41.33476537737849],[-73.53220318391288,41.335263377463065],[-73.53227718394167,41.33534637747678],[-73.53231418395754,41.33541337748861],[-73.53246918402394,41.335692377537804],[-73.53246818402695,41.335749377548936],[-73.53246118402679,41.335785377556185],[-73.53244218402371,41.33583837756713],[-73.53242418401992,41.33587337757453],[-73.53238718401,41.33590837758257],[-73.53222718396229,41.33597837760149],[-73.5318881838596,41.336098377636084],[-73.53087318355308,41.336474377742874],[-73.52984718324154,41.336825377845166]]]},"properties":{"name":2451,"geoid":"09001245100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.4873131678447,41.30872337377689],[-73.48736316786604,41.308812373792584],[-73.48738816787987,41.30891137381105],[-73.48729016787335,41.309345373898864],[-73.48719416786204,41.30968537396829],[-73.48718216787823,41.3100313740361],[-73.48716216788334,41.31023037407554],[-73.48716816788684,41.310257374080614],[-73.4871901678993,41.31034937409782],[-73.48722616791645,41.310444374115136],[-73.48733416796006,41.3105933741406],[-73.48743116799788,41.310704374159045],[-73.48754216803356,41.310700374154585],[-73.4877211680923,41.31071437415142],[-73.487863168138,41.31071037414594],[-73.4880111681895,41.310772374153146],[-73.48814116823662,41.3108593741658],[-73.4882981682966,41.311017374191415],[-73.4887331684666,41.311521374275266],[-73.48917616863486,41.311950374344235],[-73.48940616871914,41.31212037436977],[-73.48947016875518,41.312384374419096],[-73.48941616874967,41.312590374461024],[-73.48938316874647,41.312719374487244],[-73.48927216871829,41.31285237451682],[-73.48905016865946,41.313076374567814],[-73.48885116860343,41.31322037460243],[-73.48867816855686,41.3133823746397],[-73.48851816852327,41.31369537470598],[-73.4884901685174,41.313750374717614],[-73.48840116849976,41.313942374757964],[-73.48829416847576,41.31412537479716],[-73.48841916852811,41.31433037483297],[-73.48860916860765,41.31464137488729],[-73.48884016869843,41.31491737493346],[-73.48899516875937,41.315103374964565],[-73.48933816889416,41.31551337503313],[-73.48967816902831,41.315928375102764],[-73.48970016903756,41.31596537510925],[-73.4898081690829,41.31614437514056],[-73.48994116913744,41.31634237517474],[-73.48998716915895,41.31645637519544],[-73.4900121691743,41.31658137521897],[-73.49001116918264,41.316730375248035],[-73.49000316924179,41.3177933754554],[-73.4900611693298,41.31898537568571],[-73.49007916934974,41.31922837573247],[-73.49010716938075,41.31960637580518],[-73.49013516940813,41.319921375865626],[-73.49018016944697,41.32033937594557],[-73.49080016966828,41.32069537599446],[-73.49152016990217,41.320711375973794],[-73.49171216999777,41.32128737607968],[-73.49195217012937,41.32221537625253],[-73.49150417017592,41.32551137690937],[-73.4914061701944,41.32637437708071],[-73.49171117031591,41.326767377147185],[-73.49195117041289,41.327099377203936],[-73.49230017054744,41.32747137726486],[-73.49268717069485,41.32785337732649],[-73.49285117075804,41.328027377354964],[-73.49294817079917,41.32819437738427],[-73.4929791708205,41.328389377421246],[-73.49301417083863,41.32850637744288],[-73.49308517088686,41.32894037752506],[-73.49316817093215,41.32925737758406],[-73.49340817107776,41.33042637780382],[-73.49347217112529,41.33088737789148],[-73.49347917114017,41.33110437793353],[-73.49355217118554,41.33147837800395],[-73.49362217121391,41.331577378020924],[-73.49367317123357,41.331631378029755],[-73.493767171268,41.33170037804009],[-73.49409117138273,41.33187037806249],[-73.49440817149421,41.332023378081814],[-73.4945951715603,41.33211937809433],[-73.49459817156142,41.33212137809463],[-73.49467417158971,41.33218537810458],[-73.4947131716124,41.33235837813697],[-73.49473017163139,41.33259037818161],[-73.49472417163648,41.33271137820537],[-73.49472417163678,41.332716378206335],[-73.49469517163932,41.332921378247235],[-73.49468617164565,41.333080378278495],[-73.49472317166664,41.33323537830746],[-73.4946751717171,41.33437037853007],[-73.49466917172383,41.33451937855928],[-73.4946451717698,41.33544337874001],[-73.49467317180405,41.335876378823414],[-73.49479717186354,41.33620937888417],[-73.49490117191901,41.33658437895375],[-73.49522017205604,41.33716537905636],[-73.49567017223808,41.337791379163384],[-73.49607717240139,41.338334379255656],[-73.49614017242666,41.338418379269946],[-73.49642417254294,41.338837379342145],[-73.49671217265092,41.33909137938209],[-73.4970401727758,41.33941337943396],[-73.49711717280026,41.33940537942984],[-73.49723817283883,41.339395379423905],[-73.49735117287571,41.33940037942114],[-73.49737117288224,41.33940137942068],[-73.49743017290149,41.33940437941931],[-73.49755917294365,41.3394113794164],[-73.49772317299737,41.33942237941313],[-73.49794517307149,41.33946137941338],[-73.49807317311424,41.33948437941364],[-73.49814617313862,41.33949737941376],[-73.49830317319211,41.339543379417535],[-73.49850217326087,41.33961837942556],[-73.49868717332656,41.33971837943891],[-73.49925817353271,41.340085379491505],[-73.49935617356645,41.34012037949507],[-73.49943517359326,41.34014137949656],[-73.49955417363222,41.34014937949417],[-73.49962917365656,41.34015037949189],[-73.49997917377017,41.34015637948149],[-73.50043517392007,41.340196379474214],[-73.50109717413413,41.34019337945174],[-73.5014541742449,41.34011137942398],[-73.50174817433486,41.340022379396935],[-73.50194417439329,41.33993637937372],[-73.5021131744452,41.33988837935879],[-73.50237717452829,41.339848379342264],[-73.50342917487265,41.339915379320544],[-73.50349617489374,41.33990537931637],[-73.50368017495165,41.339877379304845],[-73.50436117515517,41.33958737922587],[-73.50449917519605,41.33952237920867],[-73.5045301752052,41.33950737920469],[-73.50470717525894,41.339446379186974],[-73.50478817528474,41.33943937918294],[-73.5049591753394,41.33942737917494],[-73.50522317542273,41.33939137915921],[-73.50540917548042,41.33934837914469],[-73.50597417565703,41.33924137910517],[-73.50634417576967,41.33911937906918],[-73.50643517579744,41.33909037906054],[-73.5067791758995,41.338931379018206],[-73.5071611760174,41.33883337898651],[-73.50723417604033,41.33882137898174],[-73.5086221764764,41.33859637889205],[-73.50875917651953,41.33857537888342],[-73.50908617662238,41.33852437886269],[-73.50949317675035,41.338460378836764],[-73.51035817702247,41.338326378782085],[-73.51044817705329,41.338355378784755],[-73.51050417707322,41.33838637878893],[-73.51058317710304,41.338459378800536],[-73.51061317711803,41.33855037881727],[-73.51066317714289,41.33869937884463],[-73.51064717715262,41.33895537889498],[-73.51064517715668,41.33903637891083],[-73.51068417717426,41.33912137892608],[-73.51078517721514,41.33926237895021],[-73.51088417725,41.33931137895648],[-73.51111717733225,41.33942837897155],[-73.51145317745012,41.33958537899101],[-73.51156017748845,41.33964937899993],[-73.51164617752009,41.33971437900975],[-73.51170517754366,41.339791379022785],[-73.51174417756121,41.33987637903805],[-73.51180817760043,41.34019437909784],[-73.51182017760748,41.340248379107955],[-73.51187917764986,41.3406483791839],[-73.51193617767477,41.34075937920361],[-73.51199217769778,41.340843379218114],[-73.51199717769981,41.34085037921931],[-73.51207617773073,41.340942379234605],[-73.512235177789,41.34105937925213],[-73.51233517782444,41.34111237925915],[-73.51236717783561,41.34112637926082],[-73.51247517787341,41.34117537926678],[-73.51255817790133,41.341193379267544],[-73.51263417792696,41.34121137926855],[-73.51278217797386,41.34119437926033],[-73.51335017815283,41.34111137922539],[-73.51415117840537,41.3409963791765],[-73.5143951784813,41.34094437915831],[-73.514752178591,41.34084437912703],[-73.51502817867473,41.34074837909922],[-73.51505817868384,41.34073837909628],[-73.51529917875642,41.3406453790702],[-73.5155761788423,41.34058037904839],[-73.51584317892396,41.34049937902378],[-73.51618517903266,41.34046537900585],[-73.51685217924471,41.34040037897115],[-73.5174111794235,41.340364378945644],[-73.51776217953797,41.34037937893695],[-73.51798717961078,41.34037937892951],[-73.51804917963027,41.34036937892551],[-73.51821717968318,41.3403443789151],[-73.51846017975632,41.34025037888874],[-73.51861317979902,41.3401333788609],[-73.51881917985405,41.33993337881515],[-73.51891117987904,41.33985137879613],[-73.51897817989722,41.33979137878225],[-73.5191251799385,41.339683378756355],[-73.51973518010993,41.339237378649344],[-73.51984018013815,41.33913837862659],[-73.51999918018342,41.3390323786007],[-73.5201681802292,41.33887937856532],[-73.52038618028703,41.338661378515674],[-73.52059418033647,41.338354378449],[-73.5206291803456,41.338316378440446],[-73.52071018036673,41.338229378420834],[-73.52085518040695,41.33811437839365],[-73.52095918043466,41.33801237837035],[-73.52105518045961,41.33790737834673],[-73.52113618048338,41.33786537833587],[-73.52135118054626,41.337750378306374],[-73.52146318058045,41.33771537829584],[-73.52207118076643,41.33753037823972],[-73.52250118089813,41.33740237820057],[-73.5228481810044,41.337299378169035],[-73.52346018119324,41.33714137811802],[-73.52412718139911,41.33697037806267],[-73.52530418176424,41.336700377971155],[-73.52542818180274,41.3366723779616],[-73.52593318196428,41.33664037793867],[-73.5260391819987,41.33664237793554],[-73.52625418206868,41.33664937792979],[-73.52635918210323,41.33665937792826],[-73.52646618213849,41.336670377926865],[-73.52714218235886,41.33669837790995],[-73.52789518260438,41.336730377891264],[-73.52892818294289,41.3368033778713],[-73.52917018302213,41.3368193778664],[-73.52929918306447,41.33682937786408],[-73.52953118313998,41.336837377857975],[-73.52984718324154,41.336825377845166],[-73.52984918326311,41.337184377915],[-73.52983118326777,41.33736437795064],[-73.52982818327564,41.33751637798033],[-73.52981618327975,41.3376533780074],[-73.52982418329071,41.33779737803518],[-73.52982618329348,41.33783337804213],[-73.52986218331806,41.33805537808415],[-73.52988918333361,41.338172378106044],[-73.52997218339549,41.338773378220296],[-73.52999318341416,41.33897737825932],[-73.53003718344284,41.33922537830615],[-73.53011318348707,41.33956237836926],[-73.53017118351633,41.33974237840237],[-73.53022018354518,41.33996537844416],[-73.53031318359473,41.34029937850611],[-73.53036618362512,41.34052637854856],[-73.53040418364486,41.34065437857221],[-73.53041618365096,41.34069237857921],[-73.53045018367098,41.34084737860827],[-73.53048518368966,41.34097337863163],[-73.53049718369721,41.34103637864351],[-73.53051518370869,41.341133378661794],[-73.53053218372281,41.34128137869004],[-73.53060618376568,41.34160637875086],[-73.53061118377397,41.34172037877288],[-73.5305711837704,41.34188137880555],[-73.53055018376995,41.341990378827475],[-73.53051118376375,41.34210037885018],[-73.53050918376357,41.342108378851805],[-73.53033818372118,41.34233037890067],[-73.5302391836946,41.34242437892227],[-73.53011018366306,41.34259937896059],[-73.52995418362185,41.342758378996706],[-73.52973818356605,41.343000379050956],[-73.52952318351151,41.34325837910831],[-73.52928918345222,41.343540379170946],[-73.52921118343387,41.3436583791965],[-73.52918218343096,41.343769379219076],[-73.52914818342478,41.34385237923635],[-73.52909218341583,41.34400937926876],[-73.5290481834088,41.34413337929436],[-73.52903418340672,41.34417537930301],[-73.5288601833844,41.34475837942224],[-73.52873918336317,41.345066379486205],[-73.5286231833432,41.34536737954863],[-73.5286091833414,41.345414379558264],[-73.52848818332545,41.34581237963974],[-73.52847418332398,41.345865379650505],[-73.52837318331456,41.34626437973152],[-73.52814818328389,41.346987379879714],[-73.52806818327142,41.34721737992713],[-73.5279151832479,41.347663380019],[-73.52788718324722,41.34780738004795],[-73.52789018325589,41.347939380073555],[-73.52784818326013,41.3482453801345],[-73.5278361832615,41.34833538015241],[-73.52781918327068,41.348587380202034],[-73.5277891832692,41.34872838023046],[-73.52779618328184,41.34890638026489],[-73.52777718328134,41.349003380284394],[-73.52776118328957,41.3492333803297],[-73.52773618329634,41.34948838038015],[-73.52771518331737,41.34996538047368],[-73.52771018331771,41.349999380480476],[-73.52770018331933,41.35008238049696],[-73.52768518331914,41.35016238051302],[-73.5276531833183,41.35032538054581],[-73.52761218331283,41.35045938057325],[-73.52755218329924,41.350559380594696],[-73.52727318324148,41.35111738071254],[-73.52707618320079,41.351513380796135],[-73.52663918312,41.35255338101302],[-73.52651418309547,41.352826381070294],[-73.52643418308001,41.35300538110777],[-73.52629918305999,41.35341138119126],[-73.52615418303935,41.35386238128382],[-73.5259771830145,41.3544183813979],[-73.52573718298358,41.35522038156192],[-73.52565718297339,41.35548938161691],[-73.5256371829722,41.3555803816353],[-73.52559718296463,41.35567238165453],[-73.52556318296249,41.35582438168523],[-73.52551518295478,41.355958381712895],[-73.52536018293738,41.35652038182739],[-73.52529918293081,41.35674638187339],[-73.52529518293028,41.35675938187605],[-73.52514418292566,41.357518382028765],[-73.52494618292212,41.35855638223732],[-73.52487218293093,41.359118382349116],[-73.52482918293649,41.35945238241554],[-73.52478018293486,41.35969638246465],[-73.52472918293539,41.359988382523156],[-73.5246991829346,41.360141382553934],[-73.52467218293414,41.36028338258245],[-73.52463418294073,41.36060738264674],[-73.524616182944,41.36076338267771],[-73.52431318284827,41.360803382695515],[-73.52340518256165,41.3609273827497],[-73.52310318246634,41.36096938276788],[-73.52250518227659,41.36103438280032],[-73.52231718221698,41.36105538281062],[-73.5217521820369,41.36110338283867],[-73.52154218197,41.36112138284912],[-73.51974118139934,41.361331382949594],[-73.51809018087916,41.36157438305151],[-73.5177161807616,41.361634383075575],[-73.51750218069444,41.36167038308966],[-73.5171891805961,41.36172138310995],[-73.51637518033945,41.36183838315965],[-73.51608918024894,41.36187338317593],[-73.51568118011987,41.36192438319935],[-73.51523117997725,41.36197638322436],[-73.51494617988698,41.36201038324042],[-73.51470517981072,41.36204038325422],[-73.51424517966522,41.362098383280724],[-73.51398217958179,41.362127383295075],[-73.51374117950537,41.3621543833083],[-73.5134331794083,41.36219938332724],[-73.51264317915935,41.362315383375964],[-73.51237317907436,41.36235638339288],[-73.5122051790215,41.362382383403485],[-73.51178717888988,41.36244538342959],[-73.5116891788588,41.36245638343496],[-73.51013517836607,41.36263238352061],[-73.50961717820185,41.36269138354923],[-73.50885217795955,41.362782383592254],[-73.50841217782028,41.36283638361732],[-73.50839417781458,41.36283838361831],[-73.5067471772972,41.363108383725326],[-73.5065701772415,41.363135383736434],[-73.50581017700245,41.363254383784735],[-73.50510317678001,41.36336438382951],[-73.50508317677365,41.36336638383058],[-73.50395717641659,41.36349338389253],[-73.50312117615124,41.363583383937694],[-73.50289217607961,41.363626383953644],[-73.5025621759765,41.363689383976805],[-73.50217817585848,41.363797384010525],[-73.50210317582498,41.36363938398225],[-73.5018801757252,41.363165383897396],[-73.50180617569208,41.3630083838693],[-73.50178417567915,41.36290838385057],[-73.50172017564113,41.36261138379489],[-73.50169917562854,41.36251238377632],[-73.50157417555843,41.3620033836814],[-73.50083417530448,41.36175538365761],[-73.49773017423941,41.36071938355863],[-73.4971231740311,41.3605163835392],[-73.49588617360666,41.36010338349973],[-73.49411917300169,41.35953638344779],[-73.4888211711878,41.35783638329204],[-73.48705517058325,41.35727038324023],[-73.48540217001063,41.35662538316932],[-73.48412516944795,41.35405938271204],[-73.4779261667167,41.341597380490576],[-73.47586016580664,41.337444379750075],[-73.47552016566353,41.336875379650486],[-73.4745031652352,41.3351683793516],[-73.47416416509242,41.334599379251976],[-73.47389716497685,41.33409737916301],[-73.47309816463094,41.332594378896665],[-73.47283216451574,41.33209337880786],[-73.47222316424529,41.33083037858196],[-73.47178116404892,41.32991237841774],[-73.47170316401427,41.329750378388745],[-73.47162616397995,41.32958837835974],[-73.47154116394219,41.329412378328264],[-73.4714551639041,41.329235378296616],[-73.470399163435,41.327042377904284],[-73.47035816341672,41.32695637788889],[-73.46979116316496,41.32578037767849],[-73.46942716296006,41.32428037739829],[-73.46833516234564,41.3197833765582],[-73.46797216214115,41.318284376278086],[-73.46783816207449,41.31788237620418],[-73.46743916187563,41.316680375983125],[-73.46730616180932,41.316279375909374],[-73.46632916130488,41.31303437530927],[-73.46605216116774,41.3122153751588],[-73.46196815979205,41.31128237511164],[-73.45797115836712,41.309014374801386],[-73.45782815831781,41.30896237479597],[-73.45754215821924,41.30885837478512],[-73.45740115817031,41.30880137477867],[-73.45726115812175,41.30874537477235],[-73.45587315764088,41.30819837471149],[-73.45441615713538,41.307611374645106],[-73.45326715669356,41.3064033744475],[-73.4530671565593,41.30520337422019],[-73.45211615614336,41.30333637388761],[-73.45208615613036,41.303279373877466],[-73.45205715611768,41.30322237386733],[-73.45057515546948,41.30031137334868],[-73.45068115550417,41.300318373346556],[-73.45095815559317,41.30030737333528],[-73.45122215567685,41.30027737332074],[-73.45219515598417,41.300147373263336],[-73.45225415600287,41.300140373260035],[-73.45360315643829,41.30012137321187],[-73.45407515659116,41.3001243731969],[-73.45424115664125,41.30006137317917],[-73.45434115666956,41.29999137316223],[-73.45443315669665,41.299945373150216],[-73.45447715670979,41.29992637314508],[-73.45456015673457,41.29989037313532],[-73.45470715677662,41.29979537311195],[-73.4547811567982,41.29975437310153],[-73.45487515682561,41.29970237308829],[-73.45517115690787,41.29946937303311],[-73.45545615698451,41.29920037297127],[-73.45557815701679,41.299076372943084],[-73.45560915702502,41.29904537293602],[-73.45578115707292,41.29891137290423],[-73.45584115708857,41.298846372889585],[-73.4559261571107,41.29875337286864],[-73.45595715711916,41.298726372862376],[-73.45616715717685,41.29854937282094],[-73.45635815723263,41.29844537279437],[-73.45636815723557,41.298440372793074],[-73.45652415728246,41.29837837277584],[-73.45677415735827,41.298290372750444],[-73.45695815741496,41.29824137273483],[-73.45704315744125,41.298220372727926],[-73.45736715754306,41.29816837270712],[-73.45783515768372,41.29798237265545],[-73.45824215780465,41.29779637260576],[-73.45834315783472,41.29775137259366],[-73.4586681579331,41.29763437256014],[-73.45873915795403,41.29759937255099],[-73.45886515799208,41.297552372537645],[-73.45898515802801,41.29750237252397],[-73.45922015809651,41.29737237249088],[-73.45980215826619,41.297050372408926],[-73.45983315827527,41.29703437240479],[-73.45996915831356,41.296935372381],[-73.46005115833324,41.296817372355285],[-73.46005415832686,41.29669037233044],[-73.46010915833352,41.2964983722912],[-73.46012315833187,41.29639137226987],[-73.46011715831688,41.296166372226196],[-73.46014815831938,41.296036372199836],[-73.46017715832366,41.29594837218173],[-73.46029815835801,41.29586537216155],[-73.46037215837785,41.29579437214527],[-73.46044215839869,41.295763372136925],[-73.4605161584197,41.295712372124534],[-73.46061715844947,41.29566237211147],[-73.46070215847517,41.295631372102626],[-73.46082915851434,41.29559837209199],[-73.46099815856729,41.29556837208057],[-73.4612831586561,41.29550937205969],[-73.46187715884656,41.295479372034265],[-73.46227115897432,41.29548437202225],[-73.46255015906517,41.295494372015],[-73.46267015910341,41.2954843720091],[-73.46268015910664,41.29548437200878],[-73.46281215914614,41.2954283719935],[-73.46293615918218,41.295358371975766],[-73.46311115923174,41.29523637194621],[-73.4633931593078,41.29497437188585],[-73.46369015938977,41.294730371828486],[-73.46350115930267,41.294282371747364],[-73.46339615925406,41.2940303717017],[-73.46326815918931,41.29362737162734],[-73.46309015910629,41.2931883715476],[-73.46302115906781,41.29290937149548],[-73.46298615904819,41.29276637146876],[-73.46297115902375,41.29242837140336],[-73.46293115899552,41.292164371353195],[-73.46292815899159,41.29211337134334],[-73.46292015898024,41.29196237131418],[-73.4629021589632,41.29176837127694],[-73.46290815894139,41.2913583711968],[-73.46289215892769,41.29121137116865],[-73.46291715893328,41.29116837115946],[-73.4629751589466,41.29107437113922],[-73.46312115898533,41.290927371105745],[-73.46320715900812,41.29084037108594],[-73.46345115908086,41.29073337105703],[-73.46376215916787,41.29049837100097],[-73.4639031592078,41.29040037097721],[-73.46404215924728,41.290305370954115],[-73.46465615942421,41.28993037086074],[-73.46500715952214,41.28966037079654],[-73.46538115962737,41.289388370731174],[-73.46555515967944,41.28931537071121],[-73.46570915972654,41.28926837069699],[-73.46585115977041,41.28923237068527],[-73.46606715983832,41.28919837067152],[-73.46637015993305,41.28914137065043],[-73.46640515994402,41.289135370648104],[-73.46658916000189,41.28910637063638],[-73.46675116005161,41.28906037062208],[-73.46729416021299,41.28881337055601],[-73.46746716026439,41.288734370534904],[-73.46770216033333,41.28861237050338],[-73.46885016067039,41.28801937034991],[-73.46890816068645,41.28797237033883],[-73.46909616073863,41.287823370303585],[-73.46921916076818,41.28764637026501],[-73.46953016086688,41.28761337024833],[-73.4695361608687,41.28761137024774],[-73.47023716108843,41.28748937020085],[-73.47047516116173,41.287425370180515],[-73.47078416125694,41.28734337015434],[-73.47097216131642,41.28732037014367],[-73.471223161401,41.2873783701467],[-73.47129116142305,41.28737937014465],[-73.47180116158863,41.28738937012979],[-73.47214516170085,41.28740537012156],[-73.47255616183062,41.28735037009729],[-73.47282616191468,41.28729337007728],[-73.47306716198982,41.287244370059774],[-73.47333316207322,41.287198370042034],[-73.47347116211715,41.287186370035144],[-73.47361216216252,41.28718237002974],[-73.4737841622205,41.287222370031856],[-73.47379916222572,41.28722837003254],[-73.47398516229069,41.28731137004259],[-73.47417416235734,41.28740637005486],[-73.47434316241849,41.28751837007114],[-73.47449716247696,41.28766737009512],[-73.47455116250214,41.28780037011928],[-73.47452916250191,41.28791937014319],[-73.47450016249769,41.28800837016152],[-73.47448716249829,41.28809137017814],[-73.47451116251179,41.28819037019664],[-73.47454016252303,41.2882223702019],[-73.47464916256543,41.2883453702223],[-73.4747351625983,41.28843237023643],[-73.47487816265156,41.28855337025532],[-73.47496116269035,41.288759370292745],[-73.4750041627118,41.28888937031669],[-73.4750521627417,41.28913737036346],[-73.47505616274393,41.28915337036644],[-73.47511716277224,41.2893013703933],[-73.4751261627818,41.289416370415424],[-73.47516216279804,41.289495370429634],[-73.47516916280367,41.28955337044071],[-73.47528816285028,41.28969337046407],[-73.47546416291584,41.28984237048733],[-73.47570616300317,41.289998370509764],[-73.47596916310056,41.29021037054244],[-73.47612016315475,41.290302370555395],[-73.47625516320538,41.29042237057433],[-73.47637816325148,41.29053137059154],[-73.47650916330296,41.290688370617815],[-73.47668516336971,41.29085737064497],[-73.47689116344674,41.29103637067307],[-73.47708016351488,41.291157370690435],[-73.47726416358347,41.29131337071479],[-73.47746616365932,41.29149437074341],[-73.47746616365937,41.2914953707436],[-73.47772616376336,41.29183837080192],[-73.47778916378948,41.29193737081914],[-73.47780516380237,41.29207037084454],[-73.47780216380947,41.29220937087174],[-73.4776651637823,41.29250537093396],[-73.47751516374316,41.292667370970506],[-73.47746616373612,41.29281937100174],[-73.47748316374603,41.29289537101601],[-73.47747016374734,41.292990371034946],[-73.47753616378384,41.29325137108365],[-73.47743616376341,41.293457371127126],[-73.47735516375622,41.29378537119374],[-73.4772831637521,41.29411637126065],[-73.47727016375707,41.29427437129188],[-73.47726116376106,41.294393371315365],[-73.47723316376539,41.29462437136132],[-73.47716416375302,41.29479637139714],[-73.47710016373813,41.294896371418744],[-73.47703716373043,41.29511537146352],[-73.477050163742,41.29524237148785],[-73.47677516365314,41.295244371497304],[-73.47666716361833,41.295246371501264],[-73.47595516338478,41.29519137151403],[-73.47568216329529,41.29517137151912],[-73.47589916337368,41.295312371539445],[-73.47602616342368,41.29546637156528],[-73.47605016343314,41.29549537157014],[-73.47637316355404,41.295778371614674],[-73.47662916365525,41.29609537166804],[-73.4769291637757,41.296498371736696],[-73.4769441637817,41.2965183717401],[-73.47717216387692,41.29688837180471],[-73.47728116392175,41.297053371833265],[-73.47761116405741,41.29755137191946],[-73.4776961640924,41.297680371941816],[-73.47772216410296,41.297717371948174],[-73.47788716417007,41.29795437198894],[-73.4779551641977,41.298051372005595],[-73.47813216427245,41.29835337205862],[-73.47821516430895,41.29851937208826],[-73.4782901643431,41.29868937211891],[-73.47830216434836,41.2987133721232],[-73.47835916437359,41.29883037214413],[-73.47842416440308,41.29897637217044],[-73.47856816447265,41.29937237224288],[-73.47860416449345,41.299530372272486],[-73.4786431645157,41.29969637230356],[-73.4788051646347,41.30084437252201],[-73.47885416466755,41.301137372577486],[-73.4788781646825,41.30126137260086],[-73.47891116470258,41.30142337263137],[-73.4789231647119,41.30151737264928],[-73.47894516472412,41.30160537266571],[-73.47895416474061,41.30183937271103],[-73.4786831646552,41.30187837272757],[-73.47830116453486,41.30193437275109],[-73.4779521644287,41.3020513727854],[-73.47789216441059,41.302073372791675],[-73.47777416437512,41.30212037280473],[-73.47763516433264,41.30216337281769],[-73.47756016431842,41.30233637285388],[-73.4775211643163,41.30251737289046],[-73.47752116431798,41.302546372896096],[-73.47753016433516,41.302792372943756],[-73.4775831643663,41.30303337298898],[-73.47775216445066,41.30354537308321],[-73.47783016448507,41.303703373111425],[-73.47800916456394,41.30406437317588],[-73.47822516468075,41.30487337332643],[-73.47853016484558,41.306013373538555],[-73.47861516488909,41.30628937358954],[-73.47884216501767,41.3072393737672],[-73.47885316502523,41.307308373780295],[-73.4789191650706,41.3077223738588],[-73.47893216509912,41.308141373940025],[-73.47920016518601,41.30814437393176],[-73.47923016519601,41.308149373931755],[-73.47928416521395,41.30815737393153],[-73.47940616525452,41.30817637393121],[-73.4796151653272,41.30826337394127],[-73.47993316543817,41.30840237395786],[-73.48026416555402,41.30855337397638],[-73.48027816555897,41.30856037397728],[-73.48056916566321,41.30873437400158],[-73.48073516572187,41.308819374012664],[-73.48075416572858,41.30882937401398],[-73.48119516588052,41.30898837403043],[-73.48126416590377,41.309004374031275],[-73.48144616596528,41.30904937403403],[-73.48173216606536,41.309179374049926],[-73.48223016623966,41.30940637407773],[-73.4825941663665,41.30956237409613],[-73.48265116638639,41.30958737409912],[-73.48275016642023,41.309618374101895],[-73.4828991664692,41.309631374099496],[-73.48298316649642,41.309632374096935],[-73.48321816656963,41.30958337407963],[-73.48335116661023,41.30954137406705],[-73.48338016661914,41.30953337406453],[-73.48367816670577,41.30936437402177],[-73.48382616674975,41.309297374003826],[-73.48397516679694,41.3092793739954],[-73.48414116684808,41.30923537398136],[-73.48429916689729,41.30920237396971],[-73.4846671670128,41.30914137394568],[-73.48512516715667,41.309066373915954],[-73.48573016735402,41.30909437390144],[-73.48586816739812,41.30908437389492],[-73.48629416753207,41.30901737386782],[-73.48649916759454,41.30895137384818],[-73.48666116764326,41.308887373830366],[-73.48677716767898,41.3088563738205],[-73.48688816771416,41.308843373814284],[-73.48697516774405,41.30887337381727],[-73.48706116777466,41.308921373823786],[-73.48727916783244,41.30870137377372],[-73.48729516783719,41.308694373771836],[-73.4873131678447,41.30872337377689]]]},"properties":{"name":2452,"geoid":"09001245200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.50399217234254,41.2932483702101],[-73.50384117232102,41.29371937030692],[-73.5038251723159,41.293720370307625],[-73.50367417226676,41.293715370311645],[-73.50342017217983,41.293633370304036],[-73.50318417210053,41.2935823703019],[-73.50297417202847,41.29351137029499],[-73.50277817196258,41.29346837029307],[-73.50257917189732,41.29345337029673],[-73.5023351718192,41.29346737030751],[-73.50141917152811,41.293557370355295],[-73.5004221712122,41.29367137041043],[-73.4998651710381,41.29377637044929],[-73.49947317091261,41.293799370466694],[-73.49942417090458,41.29393437049465],[-73.49943017091186,41.294026370512384],[-73.4994781709342,41.2941433705336],[-73.49949617094715,41.29426637055698],[-73.4995431709692,41.29438437057844],[-73.49960017099137,41.29444837058902],[-73.49943317094042,41.29450137060487],[-73.49920417087063,41.29457537062686],[-73.49893517078894,41.29466737065368],[-73.49877017073894,41.29472537067043],[-73.49853517066742,41.29480337069339],[-73.49820517056718,41.294915370726116],[-73.49782217044827,41.295001370755514],[-73.4975811703735,41.29505637077421],[-73.49694517017528,41.29518637082054],[-73.49662517007476,41.295238370841226],[-73.49645517002148,41.2952673708525],[-73.49557716974734,41.29543837091481],[-73.49541216969529,41.29546137092475],[-73.49526216964799,41.295482370933776],[-73.4949041695342,41.29551737095242],[-73.49477416949185,41.29551237095575],[-73.49437116935957,41.29547937096262],[-73.49374316914961,41.295362370960525],[-73.4933991690346,41.29529837095941],[-73.49279016883021,41.29517137095474],[-73.49272616883353,41.29558537103757],[-73.49261816883931,41.29628737117797],[-73.49252416884012,41.29682537128595],[-73.49245216884081,41.29723837136883],[-73.49243716884169,41.29733737138862],[-73.49239516884533,41.2976343714479],[-73.49238216884659,41.297728371466654],[-73.49238116884659,41.297734371467854],[-73.49237816884684,41.29775537147206],[-73.49237216884862,41.29781937148472],[-73.49237116884957,41.29784137148904],[-73.49233116886171,41.298273371574574],[-73.49232216887381,41.29853237162536],[-73.4922951689135,41.2993663717888],[-73.49222616896347,41.30061237203396],[-73.49218916899173,41.30130537217023],[-73.49214616899185,41.301547372218835],[-73.4921181689925,41.3017143722523],[-73.49202016897549,41.301967372304844],[-73.49186716894079,41.3022223723596],[-73.49174216891264,41.30243437240504],[-73.49156816887422,41.30274237247083],[-73.49141016883947,41.303024372531006],[-73.49099016873893,41.303633372663555],[-73.49097416873515,41.30365737266876],[-73.49077516868569,41.30391437272541],[-73.49050616862243,41.30432437281421],[-73.49030516857536,41.304633372881064],[-73.49001816850942,41.305097372980946],[-73.48984716847168,41.30540037304566],[-73.48976716845712,41.3055953730863],[-73.48969716844469,41.30577137312291],[-73.48959716842887,41.30605637318175],[-73.48956116842321,41.30615937320302],[-73.48946716840695,41.30640337325367],[-73.48935716838972,41.306719373318884],[-73.4892451683656,41.30692837336332],[-73.48914616834108,41.307057373391714],[-73.48901516830982,41.30724937343346],[-73.48895616829502,41.30732337344982],[-73.48880716825512,41.30746637348262],[-73.48862316820731,41.307668373528045],[-73.48827116811077,41.307967373597954],[-73.48809516806358,41.308135373636496],[-73.48751216790126,41.30858837374401],[-73.4873381678518,41.30870637377275],[-73.4873131678447,41.30872337377689],[-73.48729516783719,41.308694373771836],[-73.48727916783244,41.30870137377372],[-73.48706116777466,41.308921373823786],[-73.48697516774405,41.30887337381727],[-73.48688816771416,41.308843373814284],[-73.48677716767898,41.3088563738205],[-73.48666116764326,41.308887373830366],[-73.48649916759454,41.30895137384818],[-73.48629416753207,41.30901737386782],[-73.48586816739812,41.30908437389492],[-73.48573016735402,41.30909437390144],[-73.48512516715667,41.309066373915954],[-73.4846671670128,41.30914137394568],[-73.48429916689729,41.30920237396971],[-73.48414116684808,41.30923537398136],[-73.48397516679694,41.3092793739954],[-73.48382616674975,41.309297374003826],[-73.48367816670577,41.30936437402177],[-73.48338016661914,41.30953337406453],[-73.48335116661023,41.30954137406705],[-73.48321816656963,41.30958337407963],[-73.48298316649642,41.309632374096935],[-73.4828991664692,41.309631374099496],[-73.48275016642023,41.309618374101895],[-73.48265116638639,41.30958737409912],[-73.4825941663665,41.30956237409613],[-73.48223016623966,41.30940637407773],[-73.48173216606536,41.309179374049926],[-73.48144616596528,41.30904937403403],[-73.48126416590377,41.309004374031275],[-73.48119516588052,41.30898837403043],[-73.48075416572858,41.30882937401398],[-73.48073516572187,41.308819374012664],[-73.48056916566321,41.30873437400158],[-73.48027816555897,41.30856037397728],[-73.48026416555402,41.30855337397638],[-73.47993316543817,41.30840237395786],[-73.4796151653272,41.30826337394127],[-73.47940616525452,41.30817637393121],[-73.47928416521395,41.30815737393153],[-73.47923016519601,41.308149373931755],[-73.47920016518601,41.30814437393176],[-73.47893216509912,41.308141373940025],[-73.4789191650706,41.3077223738588],[-73.47885316502523,41.307308373780295],[-73.47884216501767,41.3072393737672],[-73.47861516488909,41.30628937358954],[-73.47853016484558,41.306013373538555],[-73.47822516468075,41.30487337332643],[-73.47800916456394,41.30406437317588],[-73.47783016448507,41.303703373111425],[-73.47775216445066,41.30354537308321],[-73.4775831643663,41.30303337298898],[-73.47753016433516,41.302792372943756],[-73.47752116431798,41.302546372896096],[-73.4775211643163,41.30251737289046],[-73.47756016431842,41.30233637285388],[-73.47763516433264,41.30216337281769],[-73.47777416437512,41.30212037280473],[-73.47789216441059,41.302073372791675],[-73.4779521644287,41.3020513727854],[-73.47830116453486,41.30193437275109],[-73.4786831646552,41.30187837272757],[-73.47895416474061,41.30183937271103],[-73.47894516472412,41.30160537266571],[-73.4789231647119,41.30151737264928],[-73.47891116470258,41.30142337263137],[-73.4788781646825,41.30126137260086],[-73.47885416466755,41.301137372577486],[-73.4788051646347,41.30084437252201],[-73.4786431645157,41.29969637230356],[-73.47860416449345,41.299530372272486],[-73.47856816447265,41.29937237224288],[-73.47842416440308,41.29897637217044],[-73.47835916437359,41.29883037214413],[-73.47830216434836,41.2987133721232],[-73.4782901643431,41.29868937211891],[-73.47821516430895,41.29851937208826],[-73.47813216427245,41.29835337205862],[-73.4779551641977,41.298051372005595],[-73.47788716417007,41.29795437198894],[-73.47772216410296,41.297717371948174],[-73.4776961640924,41.297680371941816],[-73.47761116405741,41.29755137191946],[-73.47728116392175,41.297053371833265],[-73.47717216387692,41.29688837180471],[-73.4769441637817,41.2965183717401],[-73.4769291637757,41.296498371736696],[-73.47662916365525,41.29609537166804],[-73.47637316355404,41.295778371614674],[-73.47605016343314,41.29549537157014],[-73.47602616342368,41.29546637156528],[-73.47589916337368,41.295312371539445],[-73.47568216329529,41.29517137151912],[-73.47595516338478,41.29519137151403],[-73.47666716361833,41.295246371501264],[-73.47677516365314,41.295244371497304],[-73.477050163742,41.29524237148785],[-73.47703716373043,41.29511537146352],[-73.47710016373813,41.294896371418744],[-73.47716416375302,41.29479637139714],[-73.47723316376539,41.29462437136132],[-73.47726116376106,41.294393371315365],[-73.47727016375707,41.29427437129188],[-73.4772831637521,41.29411637126065],[-73.47735516375622,41.29378537119374],[-73.47743616376341,41.293457371127126],[-73.47753616378384,41.29325137108365],[-73.47747016374734,41.292990371034946],[-73.47748316374603,41.29289537101601],[-73.47746616373612,41.29281937100174],[-73.47751516374316,41.292667370970506],[-73.4776651637823,41.29250537093396],[-73.47780216380947,41.29220937087174],[-73.47780516380237,41.29207037084454],[-73.47778916378948,41.29193737081914],[-73.47772616376336,41.29183837080192],[-73.47746616365937,41.2914953707436],[-73.47746616365932,41.29149437074341],[-73.47726416358347,41.29131337071479],[-73.47708016351488,41.291157370690435],[-73.47689116344674,41.29103637067307],[-73.47668516336971,41.29085737064497],[-73.47650916330296,41.290688370617815],[-73.47637816325148,41.29053137059154],[-73.47625516320538,41.29042237057433],[-73.47612016315475,41.290302370555395],[-73.47596916310056,41.29021037054244],[-73.47570616300317,41.289998370509764],[-73.47546416291584,41.28984237048733],[-73.47528816285028,41.28969337046407],[-73.47516916280367,41.28955337044071],[-73.47516216279804,41.289495370429634],[-73.4751261627818,41.289416370415424],[-73.47511716277224,41.2893013703933],[-73.47505616274393,41.28915337036644],[-73.4750521627417,41.28913737036346],[-73.4750041627118,41.28888937031669],[-73.47496116269035,41.288759370292745],[-73.47487816265156,41.28855337025532],[-73.4747351625983,41.28843237023643],[-73.47464916256543,41.2883453702223],[-73.47454016252303,41.2882223702019],[-73.47451116251179,41.28819037019664],[-73.47448716249829,41.28809137017814],[-73.47450016249769,41.28800837016152],[-73.47452916250191,41.28791937014319],[-73.47455116250214,41.28780037011928],[-73.47449716247696,41.28766737009512],[-73.47434316241849,41.28751837007114],[-73.47417416235734,41.28740637005486],[-73.47398516229069,41.28731137004259],[-73.47379916222572,41.28722837003254],[-73.4737841622205,41.287222370031856],[-73.47361216216252,41.28718237002974],[-73.47347116211715,41.287186370035144],[-73.47333316207322,41.287198370042034],[-73.47306716198982,41.287244370059774],[-73.47282616191468,41.28729337007728],[-73.47255616183062,41.28735037009729],[-73.47214516170085,41.28740537012156],[-73.47180116158863,41.28738937012979],[-73.47129116142305,41.28737937014465],[-73.471223161401,41.2873783701467],[-73.47097216131642,41.28732037014367],[-73.47078416125694,41.28734337015434],[-73.47047516116173,41.287425370180515],[-73.47023716108843,41.28748937020085],[-73.4695361608687,41.28761137024774],[-73.46953016086688,41.28761337024833],[-73.46921916076818,41.28764637026501],[-73.46909616073863,41.287823370303585],[-73.46890816068645,41.28797237033883],[-73.46885016067039,41.28801937034991],[-73.46770216033333,41.28861237050338],[-73.46746716026439,41.288734370534904],[-73.46729416021299,41.28881337055601],[-73.46675116005161,41.28906037062208],[-73.46658916000189,41.28910637063638],[-73.46640515994402,41.289135370648104],[-73.46637015993305,41.28914137065043],[-73.46606715983832,41.28919837067152],[-73.46585115977041,41.28923237068527],[-73.46570915972654,41.28926837069699],[-73.46555515967944,41.28931537071121],[-73.46538115962737,41.289388370731174],[-73.46500715952214,41.28966037079654],[-73.46465615942421,41.28993037086074],[-73.46404215924728,41.290305370954115],[-73.4639031592078,41.29040037097721],[-73.46376215916787,41.29049837100097],[-73.46345115908086,41.29073337105703],[-73.46320715900812,41.29084037108594],[-73.46312115898533,41.290927371105745],[-73.4629751589466,41.29107437113922],[-73.46291715893328,41.29116837115946],[-73.46289215892769,41.29121137116865],[-73.46290815894139,41.2913583711968],[-73.4629021589632,41.29176837127694],[-73.46292015898024,41.29196237131418],[-73.46292815899159,41.29211337134334],[-73.46293115899552,41.292164371353195],[-73.46297115902375,41.29242837140336],[-73.46298615904819,41.29276637146876],[-73.46302115906781,41.29290937149548],[-73.46309015910629,41.2931883715476],[-73.46326815918931,41.29362737162734],[-73.46339615925406,41.2940303717017],[-73.46350115930267,41.294282371747364],[-73.46369015938977,41.294730371828486],[-73.4633931593078,41.29497437188585],[-73.46311115923174,41.29523637194621],[-73.46293615918218,41.295358371975766],[-73.46281215914614,41.2954283719935],[-73.46268015910664,41.29548437200878],[-73.46267015910341,41.2954843720091],[-73.46255015906517,41.295494372015],[-73.46227115897432,41.29548437202225],[-73.46187715884656,41.295479372034265],[-73.4612831586561,41.29550937205969],[-73.46099815856729,41.29556837208057],[-73.46082915851434,41.29559837209199],[-73.46070215847517,41.295631372102626],[-73.46061715844947,41.29566237211147],[-73.4605161584197,41.295712372124534],[-73.46044215839869,41.295763372136925],[-73.46037215837785,41.29579437214527],[-73.46029815835801,41.29586537216155],[-73.46017715832366,41.29594837218173],[-73.46014815831938,41.296036372199836],[-73.46011715831688,41.296166372226196],[-73.46012315833187,41.29639137226987],[-73.46010915833352,41.2964983722912],[-73.46005415832686,41.29669037233044],[-73.46005115833324,41.296817372355285],[-73.45996915831356,41.296935372381],[-73.45983315827527,41.29703437240479],[-73.45980215826619,41.297050372408926],[-73.45922015809651,41.29737237249088],[-73.45898515802801,41.29750237252397],[-73.45886515799208,41.297552372537645],[-73.45873915795403,41.29759937255099],[-73.4586681579331,41.29763437256014],[-73.45834315783472,41.29775137259366],[-73.45824215780465,41.29779637260576],[-73.45783515768372,41.29798237265545],[-73.45736715754306,41.29816837270712],[-73.45704315744125,41.298220372727926],[-73.45695815741496,41.29824137273483],[-73.45677415735827,41.298290372750444],[-73.45652415728246,41.29837837277584],[-73.45636815723557,41.298440372793074],[-73.45635815723263,41.29844537279437],[-73.45616715717685,41.29854937282094],[-73.45595715711916,41.298726372862376],[-73.4559261571107,41.29875337286864],[-73.45584115708857,41.298846372889585],[-73.45578115707292,41.29891137290423],[-73.45560915702502,41.29904537293602],[-73.45557815701679,41.299076372943084],[-73.45545615698451,41.29920037297127],[-73.45517115690787,41.29946937303311],[-73.45487515682561,41.29970237308829],[-73.4547811567982,41.29975437310153],[-73.45470715677662,41.29979537311195],[-73.45456015673457,41.29989037313532],[-73.45447715670979,41.29992637314508],[-73.45443315669665,41.299945373150216],[-73.45434115666956,41.29999137316223],[-73.45424115664125,41.30006137317917],[-73.45407515659116,41.3001243731969],[-73.45360315643829,41.30012137321187],[-73.45225415600287,41.300140373260035],[-73.45219515598417,41.300147373263336],[-73.45122215567685,41.30027737332074],[-73.45095815559317,41.30030737333528],[-73.45068115550417,41.300318373346556],[-73.45057515546948,41.30031137334868],[-73.45057715545089,41.29997937328388],[-73.45050115536321,41.29889037307409],[-73.44962915479402,41.29393437213654],[-73.44957115475604,41.29360237207373],[-73.44853615405296,41.28724237086761],[-73.44842615397559,41.286520370730436],[-73.44809615374365,41.28435737031946],[-73.44798715366666,41.28363637018245],[-73.44797515365791,41.283552370166454],[-73.44794015363206,41.28330137011866],[-73.44792915362368,41.283218370102816],[-73.44763115342417,41.281436369765075],[-73.44713915309416,41.27848336920529],[-73.44579015254126,41.27647036885702],[-73.4447861521297,41.274970368597465],[-73.4447141521015,41.27488536858324],[-73.44449915201736,41.27463336854117],[-73.44442815198954,41.27454936852711],[-73.44436515196463,41.274471368513964],[-73.44417615189008,41.274239368474944],[-73.44411315186522,41.27416236846198],[-73.44346615159672,41.273138368283504],[-73.4415261507916,41.2700683677484],[-73.44088015052347,41.26904536757006],[-73.44087415052086,41.26903336756791],[-73.4408561505131,41.269000367562064],[-73.44085115051087,41.26898936756009],[-73.44031915029487,41.268230367429496],[-73.43872314964696,41.26595336703771],[-73.43819114943103,41.26519536690731],[-73.43827414945646,41.26517036689969],[-73.43852214953235,41.2650953668769],[-73.43860614955814,41.26507136686945],[-73.43947414982323,41.26479936678783],[-73.43972114989597,41.2646753667555],[-73.43977214991104,41.264650366748945],[-73.43981614992363,41.26462236674205],[-73.43983114992791,41.2646123667396],[-73.4400081499786,41.26449836671151],[-73.44006814999587,41.26446136670232],[-73.44014115002405,41.264540366715345],[-73.44018515004042,41.26457736672113],[-73.44030015008312,41.264672366735866],[-73.44052515017121,41.264937366780174],[-73.4405481501802,41.26496436678469],[-73.44064315021608,41.26505336679893],[-73.44069215023586,41.26512136681058],[-73.4407681502664,41.26522436682819],[-73.44083915029533,41.26532736684595],[-73.44088715031491,41.265397366858025],[-73.44092215032981,41.265459366868974],[-73.4410271503746,41.265646366902],[-73.44106315038987,41.265709366913114],[-73.4410961504039,41.265767366923356],[-73.44119515044603,41.265942366954235],[-73.44122815046013,41.26600136696466],[-73.44127915048425,41.266133366988754],[-73.4413601505224,41.26634036702647],[-73.44142815055544,41.266531367061496],[-73.44146515057342,41.26663536708058],[-73.44147015057685,41.26666636708646],[-73.441476150581,41.26670436709367],[-73.44149615059405,41.26681836711526],[-73.44150315059856,41.26685736712264],[-73.4415241506135,41.26699836714947],[-73.44154615062887,41.267141367176656],[-73.44159515066086,41.26742036722946],[-73.44160615066801,41.267482367241215],[-73.44161015067029,41.2674993672444],[-73.44162815067956,41.2675593672555],[-73.44167015069442,41.267581367258416],[-73.44173515071755,41.267617367263306],[-73.44179615073924,41.26765136726794],[-73.44183815075421,41.267675367271224],[-73.44198915080429,41.26769636727037],[-73.44213915085398,41.26771636726934],[-73.44215415085891,41.26771836726922],[-73.44224615088945,41.26773136726873],[-73.44230415090867,41.2677393672684],[-73.44309915117373,41.26787536726876],[-73.4434141512788,41.26793036726912],[-73.4435961513396,41.26796336726958],[-73.44366415136206,41.2679713672689],[-73.44388115143364,41.267995367266444],[-73.44391415144456,41.26799936726614],[-73.4439281514492,41.268001367266066],[-73.4442231515484,41.26806636726904],[-73.44488515177267,41.2682413672814],[-73.44525115189785,41.26835836729219],[-73.44540715195119,41.26840836729681],[-73.44571015205297,41.26847336729953],[-73.44592115212488,41.26853636730487],[-73.44599315214943,41.268558367306795],[-73.44620615222256,41.26863136731403],[-73.4462171522263,41.26863436731424],[-73.44655415234064,41.268726367321115],[-73.44666615237867,41.26875736732346],[-73.44676515241261,41.268790367326666],[-73.44712415253528,41.26890336733689],[-73.44725415257972,41.2689443673406],[-73.44771815273744,41.269076367351076],[-73.44821415290558,41.2692093673607],[-73.44844315298327,41.26927136736526],[-73.44857915302947,41.26930936736821],[-73.44878015309773,41.269365367372515],[-73.44938315330258,41.26953436738563],[-73.44958415337088,41.26959136739014],[-73.44990915347995,41.26965936739271],[-73.45006315353285,41.26971236739798],[-73.45035415363283,41.26981336740811],[-73.4504121536528,41.2698343674103],[-73.45215815424264,41.27026636743711],[-73.45238015431634,41.27029936743623],[-73.45260615438819,41.2702773674245],[-73.45270215441786,41.27025336741665],[-73.45326615459223,41.27011336737078],[-73.45348115465849,41.27005636735258],[-73.45387315477933,41.26995336731959],[-73.45409415484748,41.269895367301],[-73.45437715493586,41.26984036728095],[-73.45463315501739,41.269818367268215],[-73.45482915508062,41.26981536726119],[-73.45507015515928,41.269827367255594],[-73.45507415516057,41.26982736725545],[-73.45519215520014,41.26985136725626],[-73.45529815523594,41.269877367257834],[-73.45538215526622,41.269931367265606],[-73.45543715528713,41.26998536727434],[-73.45551715531603,41.27003736728185],[-73.45576415540742,41.270236367312535],[-73.45593115547142,41.27040836734059],[-73.45603915551277,41.27051936735868],[-73.45644515566141,41.27081836740365],[-73.45660015571734,41.27091836741806],[-73.4568571558068,41.27102736743087],[-73.45727215595059,41.27119236744939],[-73.45764415607798,41.271314367460924],[-73.45791915617221,41.271405367469626],[-73.45811715624211,41.27150636748282],[-73.4582531562886,41.27154936748673],[-73.4585321563841,41.271640367495294],[-73.45875915646127,41.2717043675003],[-73.45883015648545,41.27172536750206],[-73.4590771565684,41.27177836750427],[-73.45945015669277,41.27184236750446],[-73.4596981567737,41.27185436749864],[-73.45991715684488,41.2718603674926],[-73.46033515697977,41.271854367477665],[-73.4603581569872,41.27185436747691],[-73.46086515715186,41.271865367462354],[-73.46166215740926,41.27185836743474],[-73.46210215755247,41.271873367423176],[-73.46293915782499,41.271903367401464],[-73.46324215792549,41.27194636739986],[-73.46350015801191,41.27199736740131],[-73.46375315810076,41.27211836741658],[-73.46400915819203,41.272264367436634],[-73.46445215834812,41.27248536746515],[-73.46498315853614,41.272766367502484],[-73.46517615860536,41.27288336751896],[-73.46526315863925,41.27298236753539],[-73.46531615866195,41.27307836755237],[-73.46539015869456,41.273228367579186],[-73.46541915870729,41.273286367589556],[-73.46559815877944,41.27353236763164],[-73.46571915882305,41.27360936764267],[-73.46584315886824,41.27369736765576],[-73.46598615891752,41.2737493676612],[-73.46616315897668,41.273782367661795],[-73.46640315905583,41.273808367658965],[-73.4665701591106,41.27382136765599],[-73.4667521591693,41.27381836764941],[-73.46694115922877,41.273789367637534],[-73.46717215930146,41.27375436762309],[-73.46733215935139,41.27372236761158],[-73.46751515940733,41.27366636759462],[-73.46773515947335,41.27357736757002],[-73.4678751595121,41.27346436754337],[-73.46800115954308,41.27329536750624],[-73.46807215955707,41.27314036747366],[-73.4680871595482,41.272903367426956],[-73.46809415954526,41.27281336740916],[-73.4680641595187,41.27252236735338],[-73.46805315950608,41.27236536732312],[-73.4681591595263,41.27212236727223],[-73.46817015952847,41.272098367267176],[-73.46823615954372,41.271993367244534],[-73.46832415956514,41.27187136721782],[-73.46848715960878,41.271714367181815],[-73.46870915967209,41.27156736714583],[-73.46879115969554,41.271514367132795],[-73.46892415973267,41.27141236710852],[-73.46914715979206,41.271192367058255],[-73.4693781598555,41.2709973670126],[-73.46939315985966,41.27098536700977],[-73.46970815994321,41.27066836693754],[-73.46999016001602,41.27035036686623],[-73.47021116007247,41.27009036680821],[-73.47034016010603,41.269949366776466],[-73.47048016014351,41.26981436674552],[-73.47065716019365,41.26969136671569],[-73.47067016019744,41.2696843667139],[-73.47078816023239,41.26962836669906],[-73.47100416029936,41.269578366682204],[-73.47126816038417,41.26956836667157],[-73.47143016043832,41.269598366672085],[-73.47145016044519,41.26960536667278],[-73.47165816051721,41.26968736668193],[-73.47180816056864,41.26973736668674],[-73.47198116062697,41.26977836668904],[-73.47201816063946,41.26978736668958],[-73.47216416068831,41.26981536669024],[-73.47227416072262,41.26979336668231],[-73.47242716076916,41.26974236666732],[-73.47251016079318,41.26969336665503],[-73.47260616082221,41.26965836664504],[-73.47265216083615,41.2696423666404],[-73.47304516095865,41.269562366611844],[-73.47373216117364,41.269437366564816],[-73.47399816125707,41.269392366547265],[-73.47446516140363,41.26931436651667],[-73.47456316143365,41.26928536650777],[-73.47469316147395,41.26925536649765],[-73.47496116155793,41.26920836647965],[-73.47504316158364,41.26919436647422],[-73.47542016170468,41.26917836645867],[-73.47618716195615,41.26923636644471],[-73.47648016205189,41.26925336643838],[-73.47672016213033,41.26926736643319],[-73.47698816221695,41.26926636642417],[-73.47710016225344,41.26927036642126],[-73.47726916230854,41.26927836641725],[-73.47743716236366,41.269291366414244],[-73.47755016240077,41.26930136641247],[-73.47800416254874,41.26932036640122],[-73.4788051628098,41.269354366381435],[-73.47936816299215,41.26935836636366],[-73.47982416313987,41.26936236634942],[-73.47980216309338,41.26868236621749],[-73.47979616308015,41.26848736617964],[-73.47987116306608,41.26782536604803],[-73.48001116304792,41.266729365829605],[-73.48001716304557,41.26665536581497],[-73.48003216304029,41.26648036578034],[-73.48005416303901,41.266335365751324],[-73.480049163029,41.26619036572319],[-73.4800971630363,41.26604836569391],[-73.48009916303337,41.265986365681755],[-73.48055916318297,41.266000365669306],[-73.48132716343282,41.26602536564888],[-73.4819371636328,41.26607136563774],[-73.48239716378366,41.266107365629615],[-73.48248916381384,41.26611436562795],[-73.48276616390464,41.26613536562291],[-73.48285916393519,41.26614336562141],[-73.4830921640115,41.26615936561685],[-73.48379316424105,41.26620836560331],[-73.48387516426794,41.26621436560176],[-73.48402816431712,41.26620936559575],[-73.48417316436381,41.26620536559019],[-73.4843161644104,41.266211365586635],[-73.4847251645438,41.26623036557687],[-73.48517116469401,41.266333365582256],[-73.48545316478899,41.26639836558565],[-73.48570316487154,41.266427365583056],[-73.48609516500099,41.26647336557911],[-73.48645716512004,41.26650736557381],[-73.48670916520294,41.26653136557019],[-73.48694816528142,41.266551365566194],[-73.48706516531925,41.26655136556235],[-73.48721016536615,41.26655136555757],[-73.48747816545156,41.26652936554445],[-73.48782016555906,41.26647536552264],[-73.48812716565527,41.266422365502166],[-73.488464165761,41.266365365479935],[-73.48848016576616,41.26636536547941],[-73.4887091658404,41.26636836547244],[-73.48876516585858,41.266369365470794],[-73.4889141659103,41.266430365477774],[-73.48901816594694,41.26648236548449],[-73.48918316600705,41.26659836550169],[-73.48931316605395,41.26668236551379],[-73.48950716612399,41.26680836553197],[-73.4895541661402,41.266825365533734],[-73.48966216617744,41.266865365537996],[-73.4897001661899,41.26686836553732],[-73.48975116620663,41.26687236553641],[-73.48979616622137,41.2668753655355],[-73.4899031662569,41.2668913655351],[-73.4900901663191,41.26692136553479],[-73.49036116640839,41.26694936553132],[-73.49036316640908,41.26695036553144],[-73.49051516645812,41.266948365526034],[-73.49073616654364,41.26719036556597],[-73.49075516655117,41.267214365570034],[-73.49094216662554,41.267454365610675],[-73.49117816671082,41.267608365632945],[-73.49143316679887,41.267704365643255],[-73.49164316687008,41.26776136564744],[-73.49174716690538,41.26779036564967],[-73.49199816698787,41.267812365645675],[-73.49206716700976,41.26780536564203],[-73.49222216705904,41.267790365634006],[-73.4922741670751,41.26777736562976],[-73.49234216709618,41.267761365624374],[-73.49257916717428,41.267786365621454],[-73.49272916722587,41.26783936562685],[-73.4928361672633,41.26788836563287],[-73.49292716729518,41.267930365638065],[-73.4931121673593,41.268004365646405],[-73.49320116739122,41.268058365654],[-73.49333716743898,41.268123365662206],[-73.49355916751205,41.26814536565916],[-73.49384116760366,41.268152365651225],[-73.49403316766634,41.26816236564684],[-73.49419616772074,41.268191365647134],[-73.49430916775934,41.26822636565024],[-73.49431816776246,41.268230365650716],[-73.49444116780515,41.2682803656564],[-73.49448516782113,41.26831036566081],[-73.49451916783408,41.26834436566634],[-73.49459216786101,41.26840136567504],[-73.49463516787756,41.26844736568259],[-73.49474816791741,41.268504365689985],[-73.4947891679355,41.268587365704825],[-73.4948611679673,41.26873436573113],[-73.4949261679939,41.26883036574771],[-73.49497916801556,41.26890836576117],[-73.49507116805326,41.26904536578487],[-73.49522316811289,41.26922636581514],[-73.49526516813064,41.269298365827815],[-73.4953251681559,41.26939936584554],[-73.49544316820493,41.26958636587811],[-73.49557316826035,41.26981736591888],[-73.49568216830788,41.270029365956646],[-73.49583716837326,41.27029236600284],[-73.49599916844109,41.27055836604938],[-73.49625216854696,41.270973366121986],[-73.49641416861412,41.27122836616638],[-73.49660316869253,41.27152636621827],[-73.49671716874023,41.27171336625097],[-73.49688416881123,41.27200636630263],[-73.49690816882136,41.27204736630983],[-73.49706316888336,41.272251366344506],[-73.49718816893936,41.272520366392854],[-73.4972251689668,41.2727873664437],[-73.49746016914048,41.27447236676459],[-73.49747316914986,41.274561366781526],[-73.49749216916915,41.27478836682518],[-73.49753416919698,41.27503436687177],[-73.497537169204,41.275138366891944],[-73.49754216921518,41.27530336692396],[-73.49756016922964,41.275452366952436],[-73.4975741692402,41.27555636697226],[-73.49761516926314,41.27572336700348],[-73.4976551692854,41.27588436703355],[-73.49772516932798,41.27622836709833],[-73.49776016934912,41.27639736713013],[-73.4977801693634,41.27653236715581],[-73.4978181693895,41.27677036720097],[-73.49783816940094,41.2768563672171],[-73.49785616941129,41.276934367231696],[-73.49788716942909,41.27706836725682],[-73.49794216946195,41.27732836730571],[-73.49801516950552,41.27767236737039],[-73.498070169549,41.27811536745496],[-73.49810316957503,41.27838036750555],[-73.49816216961666,41.278769367579464],[-73.49827016969282,41.279480367714555],[-73.49831316973341,41.27994036780283],[-73.49835116976843,41.280332367878025],[-73.49836616978644,41.2805593679218],[-73.49839216981584,41.28092136799153],[-73.49840716983937,41.28124336805383],[-73.49841916985655,41.28147236809809],[-73.49841616985718,41.28150036810365],[-73.49841216985861,41.28154736811294],[-73.49841916986308,41.281585368120126],[-73.4984251698667,41.28161436812558],[-73.49843116987897,41.28179236816009],[-73.49845116991652,41.282328368263954],[-73.4984561699255,41.28245536828854],[-73.49846016992983,41.282507368298575],[-73.49847116994196,41.282655368327056],[-73.49850416997839,41.28309936841254],[-73.49851616999085,41.283247368441],[-73.49855917002478,41.28359236850687],[-73.49858717004682,41.28381636854962],[-73.49871417013483,41.28462536870317],[-73.49876817017226,41.284969368768465],[-73.49880017020041,41.285276368827255],[-73.49884017023537,41.285656368900035],[-73.49891617028896,41.28615636899503],[-73.4989251702942,41.286196369002525],[-73.49899617033469,41.28649836905906],[-73.49904617036223,41.28669436909564],[-73.49919117041837,41.28685336912184],[-73.49937217048846,41.28705236915469],[-73.4995351705543,41.28727836919336],[-73.49971617063055,41.28758336924685],[-73.49985417069387,41.287905369305065],[-73.4998831707072,41.28797336931737],[-73.49992917073276,41.28815736935173],[-73.49993317074305,41.28831236938181],[-73.49994217075488,41.288466369411545],[-73.49994317075613,41.288482369414645],[-73.49996717077602,41.28869136945459],[-73.49992717077731,41.288936369503666],[-73.49990117077172,41.28898536951407],[-73.499822170755,41.28913736954633],[-73.49991217078927,41.2892263695607],[-73.49998217081713,41.28931636957595],[-73.50000217082652,41.28936636958503],[-73.50019917091868,41.289856369674055],[-73.50030817096639,41.290071369712386],[-73.50035117098652,41.29017836973181],[-73.50038817100378,41.29026936974834],[-73.5004391710251,41.290352369762836],[-73.5005031710502,41.29042836977554],[-73.50115217128203,41.290805369827616],[-73.50143317138244,41.290969369850316],[-73.5020351716,41.29136236990705],[-73.50245217174957,41.29161536994262],[-73.50306117196915,41.29200436999834],[-73.50332217206328,41.29217137002228],[-73.50353117214,41.29232837004598],[-73.50368817219602,41.292418370058336],[-73.5037861722348,41.2925403700789],[-73.5039121722918,41.29282037012931],[-73.50393717230443,41.292898370143696],[-73.50396917232818,41.293129370187664],[-73.50399217234254,41.2932483702101]]]},"properties":{"name":2453,"geoid":"09001245300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.48493616338881,41.245093361445214],[-73.48632016379901,41.24444736127353],[-73.49047516503069,41.242511360758705],[-73.49186116544163,41.241866360587125],[-73.49206716550064,41.24173536055477],[-73.49255616564072,41.24142336047775],[-73.49268616567801,41.241341360457454],[-73.49289316573743,41.24121136042526],[-73.49308616579486,41.2411253604021],[-73.49366516596712,41.24086636033247],[-73.49385916602495,41.24078136030949],[-73.49470616627883,41.24043536021403],[-73.49570616657859,41.24002736010142],[-73.49724916704116,41.23939835992778],[-73.4980971672954,41.239053359832475],[-73.49817116731727,41.23901735982301],[-73.49836016736009,41.2387013597551],[-73.50202316845679,41.23718435933819],[-73.50253316862471,41.237236359331526],[-73.50263716866569,41.23736335935291],[-73.50266016867508,41.23739735935878],[-73.50340416896883,41.238316359513654],[-73.50437516935207,41.2395133597153],[-73.50499016959485,41.24027235984318],[-73.5064921701878,41.242125360155356],[-73.50832317091063,41.24438436053589],[-73.50986317151863,41.246284360855896],[-73.5099631715581,41.246407360876624],[-73.51054917178958,41.24713236099879],[-73.51230917248483,41.249310361365765],[-73.51289617271672,41.25003636148808],[-73.51290617272072,41.25004936149028],[-73.51293817273336,41.250089361497025],[-73.51294917273773,41.2501033614994],[-73.51745717450608,41.25546336239653],[-73.51744217450245,41.25548436240113],[-73.51744317450324,41.255492362402656],[-73.51744117450329,41.25550436240505],[-73.51743217450131,41.25552036240849],[-73.51742917450149,41.25554036241249],[-73.51742817450204,41.25555536241546],[-73.51743317450452,41.25557036241821],[-73.51722717443928,41.25559436242969],[-73.51706517438974,41.2556433624446],[-73.51678317430667,41.255783362481225],[-73.51658717425535,41.25599136252829],[-73.51651217423739,41.25610036255201],[-73.51610417413538,41.25661636266616],[-73.51604917412229,41.256697362683774],[-73.51585617407638,41.25698236274576],[-73.51577817406282,41.25718336278755],[-73.51567217403874,41.257359362825376],[-73.51560017402437,41.2575133628578],[-73.51557517402956,41.2577423629033],[-73.51542017400052,41.25810636297943],[-73.51538117402838,41.25880436311692],[-73.51537917403034,41.258849363125755],[-73.51531917402676,41.25912236318099],[-73.51523117401557,41.25942036324205],[-73.51520117401395,41.25955936327015],[-73.5151401740008,41.259673363294404],[-73.51504417397909,41.25983436332898],[-73.51494317395402,41.25996536335788],[-73.51483817392558,41.260060363379864],[-73.51471517388893,41.260114363394464],[-73.51457717384545,41.26013436340293],[-73.51445417380731,41.26016236341244],[-73.5142981737561,41.26014936341506],[-73.51415917370981,41.260126363415154],[-73.5139281736329,41.260088363415356],[-73.51346417348117,41.26005936342502],[-73.51334417345268,41.26023736346371],[-73.5131371734037,41.26054736353103],[-73.51299117336983,41.2607773635807],[-73.51287617334317,41.26095936362002],[-73.51263617328644,41.26131936369817],[-73.51223517319181,41.261924363829436],[-73.51190817311317,41.262392363931525],[-73.51166217305422,41.26274736400889],[-73.511617173044,41.262822364025006],[-73.51155517302998,41.26292636404736],[-73.51146217300615,41.26303436407147],[-73.51140617299194,41.26310136408641],[-73.51129617296522,41.26325436411988],[-73.51122217295021,41.263408364152376],[-73.51115317293625,41.26355236418273],[-73.51101717290109,41.26370436421687],[-73.51082517284837,41.2638663642548],[-73.51061717278992,41.26401836429133],[-73.51045917274647,41.264150364322305],[-73.51028617269905,41.26429736435668],[-73.51019117267364,41.264389364377756],[-73.5100031726234,41.264571364419474],[-73.50985417258477,41.264736364456574],[-73.50977917256643,41.264838364478955],[-73.50901717236869,41.265678364667956],[-73.5084051722093,41.266343364817864],[-73.50804817211134,41.266645364888554],[-73.50784417205962,41.266891364943284],[-73.5077081720186,41.26694236495772],[-73.50769517201468,41.26694736495912],[-73.50761417199087,41.2669883649698],[-73.50740017192692,41.26707936499463],[-73.50713817184793,41.267178365022566],[-73.50679017174014,41.26726036505005],[-73.50656617167006,41.267301365065435],[-73.50633717159751,41.26732736507806],[-73.50470117105975,41.267178365102986],[-73.5043891709575,41.26715536510879],[-73.50413917087715,41.267164365118795],[-73.50388917079816,41.26719636513328],[-73.503728170748,41.267229365145035],[-73.50300417052624,41.26744336521067],[-73.5027901704646,41.26757436524328],[-73.50234517033569,41.26783336530848],[-73.50212017027549,41.26805036535824],[-73.50198617024108,41.2682043653927],[-73.50199317023505,41.268061365364574],[-73.50199117023267,41.26803136535879],[-73.50196617019806,41.267573365270266],[-73.50195217019021,41.26751636525962],[-73.5019121701676,41.267349365228355],[-73.5018851701489,41.26717736519569],[-73.50180417009298,41.2666643650983],[-73.50177817007464,41.26649336506579],[-73.50175717005692,41.26630436502963],[-73.50172217002728,41.26598836496914],[-73.5016491699897,41.26574736492453],[-73.50159416996142,41.265566364891036],[-73.50155816994561,41.265494364878165],[-73.5014511698986,41.26528036483996],[-73.50141616988317,41.265209364827264],[-73.50132916984988,41.265120364812766],[-73.5013081698418,41.26509836480917],[-73.5010351697418,41.26489636477878],[-73.50093616970557,41.2648233647678],[-73.5006471696056,41.26471136475548],[-73.50061916959592,41.26470036475426],[-73.4997511693019,41.264471364738206],[-73.49966416927244,41.2644483647366],[-73.49944816920072,41.26441636473749],[-73.49938116917029,41.26426536471025],[-73.49918316908007,41.26381336462858],[-73.49911716905004,41.263663364601506],[-73.49890716894562,41.263033364485516],[-73.49884016891217,41.26283036444812],[-73.4985301687708,41.26212036431983],[-73.49825516863991,41.26139636418765],[-73.49818416860444,41.26118036414785],[-73.49804216853339,41.260746364067856],[-73.49796316849677,41.260555364033195],[-73.49789116846345,41.26038236400182],[-73.49777716841061,41.260106363951735],[-73.49773616838333,41.25986436390587],[-73.49773016838051,41.25984936390315],[-73.49765916834758,41.259677363871916],[-73.49752916829236,41.25944936383172],[-73.49745916826258,41.259326363810025],[-73.49719916814438,41.25873736370368],[-73.49719316814169,41.25872436370135],[-73.49711916810867,41.25856736367316],[-73.49707216809021,41.25851136366378],[-73.49693116805284,41.258653363696126],[-73.49670016798693,41.258805363733416],[-73.49644516791425,41.25897436377478],[-73.4961721678318,41.25907536380349],[-73.49606716780058,41.25912236381613],[-73.49597916777518,41.25917536382938],[-73.49585916774448,41.25931536386065],[-73.4957391677205,41.259571363914546],[-73.495662167703,41.25969936394207],[-73.49557316768295,41.25985036397447],[-73.49547216765731,41.2599713640014],[-73.49538616763616,41.260086364026684],[-73.49525016760178,41.26025236406356],[-73.49524316759985,41.26025836406496],[-73.49514316757325,41.260357364087554],[-73.49502416753992,41.26044636410885],[-73.49493716751398,41.260484364119144],[-73.49474116745557,41.26057036414238],[-73.49467416743539,41.260596364149656],[-73.4946141674174,41.26062036415633],[-73.49446516737228,41.26067336417157],[-73.49442316735869,41.26067336417296],[-73.49436916734128,41.26067436417494],[-73.49430116732017,41.26068936418011],[-73.4942611673078,41.260699364183374],[-73.49427516731447,41.26073636419013],[-73.49431716733454,41.260848364210595],[-73.4943321673416,41.260886364217534],[-73.49451016742684,41.26136436430491],[-73.49462416747936,41.261634364353824],[-73.49471316751648,41.26177836437898],[-73.49482016756116,41.2619523644094],[-73.49488516759041,41.262094364434965],[-73.49519116771503,41.26253736451132],[-73.49534616778098,41.26281036455946],[-73.49544316782521,41.26303236459958],[-73.49561116789855,41.26336036465803],[-73.49577016797546,41.26380036473863],[-73.49594916806818,41.264401364849974],[-73.49596316807524,41.26444536485809],[-73.49603416811506,41.264736364912515],[-73.49606516813655,41.264934364950115],[-73.49612416817331,41.26523936500768],[-73.49613916818488,41.265355365029805],[-73.49618916821554,41.26560536507692],[-73.49618816821824,41.26565736508711],[-73.49618716823181,41.26589736513395],[-73.4961261682265,41.26614636518455],[-73.49599216820184,41.26646836525178],[-73.49596516819732,41.26654136526692],[-73.49592316819067,41.26666136529171],[-73.49582716816849,41.26681436532471],[-73.49575716815716,41.26700936536506],[-73.4957501681561,41.267030365369386],[-73.49556216812155,41.26748336546396],[-73.49550516810868,41.267579365484586],[-73.49542116809252,41.2677693655244],[-73.49536516808263,41.26791136555396],[-73.49534516807931,41.26796536556514],[-73.49526416806304,41.26813736560137],[-73.49523016805617,41.26820836561635],[-73.49516516804177,41.268322365640714],[-73.4951421680367,41.268363365649485],[-73.49507116801826,41.26844136566704],[-73.49502816800943,41.26852936568562],[-73.49500416800457,41.268579365696176],[-73.49496516799809,41.26868536571813],[-73.4949721680076,41.26881036574228],[-73.49497916801556,41.26890836576117],[-73.4949261679939,41.26883036574771],[-73.4948611679673,41.26873436573113],[-73.4947891679355,41.268587365704825],[-73.49474816791741,41.268504365689985],[-73.49463516787756,41.26844736568259],[-73.49459216786101,41.26840136567504],[-73.49451916783408,41.26834436566634],[-73.49448516782113,41.26831036566081],[-73.49444116780515,41.2682803656564],[-73.49431816776246,41.268230365650716],[-73.49430916775934,41.26822636565024],[-73.49419616772074,41.268191365647134],[-73.49403316766634,41.26816236564684],[-73.49384116760366,41.268152365651225],[-73.49355916751205,41.26814536565916],[-73.49333716743898,41.268123365662206],[-73.49320116739122,41.268058365654],[-73.4931121673593,41.268004365646405],[-73.49292716729518,41.267930365638065],[-73.4928361672633,41.26788836563287],[-73.49272916722587,41.26783936562685],[-73.49257916717428,41.267786365621454],[-73.49234216709618,41.267761365624374],[-73.4922741670751,41.26777736562976],[-73.49222216705904,41.267790365634006],[-73.49206716700976,41.26780536564203],[-73.49199816698787,41.267812365645675],[-73.49174716690538,41.26779036564967],[-73.49164316687008,41.26776136564744],[-73.49143316679887,41.267704365643255],[-73.49117816671082,41.267608365632945],[-73.49094216662554,41.267454365610675],[-73.49075516655117,41.267214365570034],[-73.49073616654364,41.26719036556597],[-73.49051516645812,41.266948365526034],[-73.49036316640908,41.26695036553144],[-73.49036116640839,41.26694936553132],[-73.4900901663191,41.26692136553479],[-73.4899031662569,41.2668913655351],[-73.48979616622137,41.2668753655355],[-73.48975116620663,41.26687236553641],[-73.4897001661899,41.26686836553732],[-73.48966216617744,41.266865365537996],[-73.4895541661402,41.266825365533734],[-73.48950716612399,41.26680836553197],[-73.48931316605395,41.26668236551379],[-73.48918316600705,41.26659836550169],[-73.48901816594694,41.26648236548449],[-73.4889141659103,41.266430365477774],[-73.48876516585858,41.266369365470794],[-73.4887091658404,41.26636836547244],[-73.48848016576616,41.26636536547941],[-73.488464165761,41.266365365479935],[-73.48812716565527,41.266422365502166],[-73.48782016555906,41.26647536552264],[-73.48747816545156,41.26652936554445],[-73.48721016536615,41.26655136555757],[-73.48706516531925,41.26655136556235],[-73.48694816528142,41.266551365566194],[-73.48670916520294,41.26653136557019],[-73.48645716512004,41.26650736557381],[-73.48609516500099,41.26647336557911],[-73.48570316487154,41.266427365583056],[-73.48545316478899,41.26639836558565],[-73.48517116469401,41.266333365582256],[-73.4847251645438,41.26623036557687],[-73.4843161644104,41.266211365586635],[-73.48417316436381,41.26620536559019],[-73.48402816431712,41.26620936559575],[-73.48387516426794,41.26621436560176],[-73.48379316424105,41.26620836560331],[-73.4830921640115,41.26615936561685],[-73.48285916393519,41.26614336562141],[-73.48276616390464,41.26613536562291],[-73.48248916381384,41.26611436562795],[-73.48239716378366,41.266107365629615],[-73.4819371636328,41.26607136563774],[-73.48132716343282,41.26602536564888],[-73.48055916318297,41.266000365669306],[-73.48009916303337,41.265986365681755],[-73.4800971630363,41.26604836569391],[-73.480049163029,41.26619036572319],[-73.48005416303901,41.266335365751324],[-73.48003216304029,41.26648036578034],[-73.48001716304557,41.26665536581497],[-73.48001116304792,41.266729365829605],[-73.47987116306608,41.26782536604803],[-73.47979616308015,41.26848736617964],[-73.47980216309338,41.26868236621749],[-73.47982416313987,41.26936236634942],[-73.47936816299215,41.26935836636366],[-73.4788051628098,41.269354366381435],[-73.47800416254874,41.26932036640122],[-73.47755016240077,41.26930136641247],[-73.47743716236366,41.269291366414244],[-73.47726916230854,41.26927836641725],[-73.47710016225344,41.26927036642126],[-73.47698816221695,41.26926636642417],[-73.47672016213033,41.26926736643319],[-73.47648016205189,41.26925336643838],[-73.47618716195615,41.26923636644471],[-73.47542016170468,41.26917836645867],[-73.47504316158364,41.26919436647422],[-73.47496116155793,41.26920836647965],[-73.47469316147395,41.26925536649765],[-73.47456316143365,41.26928536650777],[-73.47446516140363,41.26931436651667],[-73.47399816125707,41.269392366547265],[-73.47373216117364,41.269437366564816],[-73.47304516095865,41.269562366611844],[-73.47265216083615,41.2696423666404],[-73.47260616082221,41.26965836664504],[-73.47251016079318,41.26969336665503],[-73.47242716076916,41.26974236666732],[-73.47227416072262,41.26979336668231],[-73.47216416068831,41.26981536669024],[-73.47201816063946,41.26978736668958],[-73.47198116062697,41.26977836668904],[-73.47180816056864,41.26973736668674],[-73.47165816051721,41.26968736668193],[-73.47145016044519,41.26960536667278],[-73.47143016043832,41.269598366672085],[-73.47126816038417,41.26956836667157],[-73.47100416029936,41.269578366682204],[-73.47078816023239,41.26962836669906],[-73.47067016019744,41.2696843667139],[-73.47065716019365,41.26969136671569],[-73.47048016014351,41.26981436674552],[-73.47034016010603,41.269949366776466],[-73.47021116007247,41.27009036680821],[-73.46999016001602,41.27035036686623],[-73.46970815994321,41.27066836693754],[-73.46939315985966,41.27098536700977],[-73.4693781598555,41.2709973670126],[-73.46914715979206,41.271192367058255],[-73.46892415973267,41.27141236710852],[-73.46879115969554,41.271514367132795],[-73.46870915967209,41.27156736714583],[-73.46848715960878,41.271714367181815],[-73.46832415956514,41.27187136721782],[-73.46823615954372,41.271993367244534],[-73.46817015952847,41.272098367267176],[-73.4681591595263,41.27212236727223],[-73.46805315950608,41.27236536732312],[-73.4680641595187,41.27252236735338],[-73.46809415954526,41.27281336740916],[-73.4680871595482,41.272903367426956],[-73.46807215955707,41.27314036747366],[-73.46800115954308,41.27329536750624],[-73.4678751595121,41.27346436754337],[-73.46773515947335,41.27357736757002],[-73.46751515940733,41.27366636759462],[-73.46733215935139,41.27372236761158],[-73.46717215930146,41.27375436762309],[-73.46694115922877,41.273789367637534],[-73.4667521591693,41.27381836764941],[-73.4665701591106,41.27382136765599],[-73.46640315905583,41.273808367658965],[-73.46616315897668,41.273782367661795],[-73.46598615891752,41.2737493676612],[-73.46584315886824,41.27369736765576],[-73.46571915882305,41.27360936764267],[-73.46559815877944,41.27353236763164],[-73.46541915870729,41.273286367589556],[-73.46539015869456,41.273228367579186],[-73.46531615866195,41.27307836755237],[-73.46526315863925,41.27298236753539],[-73.46517615860536,41.27288336751896],[-73.46498315853614,41.272766367502484],[-73.46445215834812,41.27248536746515],[-73.46400915819203,41.272264367436634],[-73.46375315810076,41.27211836741658],[-73.46350015801191,41.27199736740131],[-73.46324215792549,41.27194636739986],[-73.46293915782499,41.271903367401464],[-73.46210215755247,41.271873367423176],[-73.46166215740926,41.27185836743474],[-73.46086515715186,41.271865367462354],[-73.4603581569872,41.27185436747691],[-73.46033515697977,41.271854367477665],[-73.45991715684488,41.2718603674926],[-73.4596981567737,41.27185436749864],[-73.45945015669277,41.27184236750446],[-73.4590771565684,41.27177836750427],[-73.45883015648545,41.27172536750206],[-73.45875915646127,41.2717043675003],[-73.4585321563841,41.271640367495294],[-73.4582531562886,41.27154936748673],[-73.45811715624211,41.27150636748282],[-73.45791915617221,41.271405367469626],[-73.45764415607798,41.271314367460924],[-73.45727215595059,41.27119236744939],[-73.4568571558068,41.27102736743087],[-73.45660015571734,41.27091836741806],[-73.45644515566141,41.27081836740365],[-73.45603915551277,41.27051936735868],[-73.45593115547142,41.27040836734059],[-73.45576415540742,41.270236367312535],[-73.45551715531603,41.27003736728185],[-73.45543715528713,41.26998536727434],[-73.45538215526622,41.269931367265606],[-73.45529815523594,41.269877367257834],[-73.45519215520014,41.26985136725626],[-73.45507415516057,41.26982736725545],[-73.45507015515928,41.269827367255594],[-73.45482915508062,41.26981536726119],[-73.45463315501739,41.269818367268215],[-73.45437715493586,41.26984036728095],[-73.45409415484748,41.269895367301],[-73.45387315477933,41.26995336731959],[-73.45348115465849,41.27005636735258],[-73.45326615459223,41.27011336737078],[-73.45270215441786,41.27025336741665],[-73.45260615438819,41.2702773674245],[-73.45238015431634,41.27029936743623],[-73.45215815424264,41.27026636743711],[-73.4504121536528,41.2698343674103],[-73.45035415363283,41.26981336740811],[-73.45006315353285,41.26971236739798],[-73.44990915347995,41.26965936739271],[-73.44958415337088,41.26959136739014],[-73.44938315330258,41.26953436738563],[-73.44878015309773,41.269365367372515],[-73.44857915302947,41.26930936736821],[-73.44844315298327,41.26927136736526],[-73.44821415290558,41.2692093673607],[-73.44771815273744,41.269076367351076],[-73.44725415257972,41.2689443673406],[-73.44712415253528,41.26890336733689],[-73.44676515241261,41.268790367326666],[-73.44666615237867,41.26875736732346],[-73.44655415234064,41.268726367321115],[-73.4462171522263,41.26863436731424],[-73.44620615222256,41.26863136731403],[-73.44599315214943,41.268558367306795],[-73.44592115212488,41.26853636730487],[-73.44571015205297,41.26847336729953],[-73.44540715195119,41.26840836729681],[-73.44525115189785,41.26835836729219],[-73.44488515177267,41.2682413672814],[-73.4442231515484,41.26806636726904],[-73.4439281514492,41.268001367266066],[-73.44391415144456,41.26799936726614],[-73.44388115143364,41.267995367266444],[-73.44366415136206,41.2679713672689],[-73.4435961513396,41.26796336726958],[-73.4434141512788,41.26793036726912],[-73.44309915117373,41.26787536726876],[-73.44230415090867,41.2677393672684],[-73.44224615088945,41.26773136726873],[-73.44215415085891,41.26771836726922],[-73.44213915085398,41.26771636726934],[-73.44198915080429,41.26769636727037],[-73.44183815075421,41.267675367271224],[-73.44179615073924,41.26765136726794],[-73.44173515071755,41.267617367263306],[-73.44167015069442,41.267581367258416],[-73.44162815067956,41.2675593672555],[-73.44161015067029,41.2674993672444],[-73.44160615066801,41.267482367241215],[-73.44159515066086,41.26742036722946],[-73.44154615062887,41.267141367176656],[-73.4415241506135,41.26699836714947],[-73.44150315059856,41.26685736712264],[-73.44149615059405,41.26681836711526],[-73.441476150581,41.26670436709367],[-73.44147015057685,41.26666636708646],[-73.44146515057342,41.26663536708058],[-73.44142815055544,41.266531367061496],[-73.4413601505224,41.26634036702647],[-73.44127915048425,41.266133366988754],[-73.44122815046013,41.26600136696466],[-73.44119515044603,41.265942366954235],[-73.4410961504039,41.265767366923356],[-73.44106315038987,41.265709366913114],[-73.4410271503746,41.265646366902],[-73.44092215032981,41.265459366868974],[-73.44088715031491,41.265397366858025],[-73.44083915029533,41.26532736684595],[-73.4407681502664,41.26522436682819],[-73.44069215023586,41.26512136681058],[-73.44064315021608,41.26505336679893],[-73.4405481501802,41.26496436678469],[-73.44052515017121,41.264937366780174],[-73.44030015008312,41.264672366735866],[-73.44018515004042,41.26457736672113],[-73.44014115002405,41.264540366715345],[-73.44006814999587,41.26446136670232],[-73.44035115007961,41.264326366666666],[-73.44120015033086,41.26392136655972],[-73.441484150415,41.263787366524234],[-73.44157815044328,41.26375036651392],[-73.44186215052885,41.263641366483306],[-73.4419571505575,41.263605366473136],[-73.44215315061639,41.26352736645148],[-73.44274015079284,41.2632943663867],[-73.44293715085212,41.26321736636519],[-73.44452415132594,41.26253236617931],[-73.4492851527474,41.26047936562202],[-73.45087315322155,41.25979536543626],[-73.45248715370707,41.25916236525963],[-73.45328715394533,41.25880736516402],[-73.45568815466049,41.25774336487735],[-73.45648915489912,41.2573893647819],[-73.45665515495212,41.2573773647741],[-73.45685415501336,41.257323364757],[-73.45702215506229,41.257229364733135],[-73.45739515517386,41.25707236469022],[-73.45761715524034,41.256980364664955],[-73.45795115534001,41.256835364625665],[-73.45833315545316,41.256655364577966],[-73.45861915553827,41.25652736454356],[-73.45900315565294,41.25636236449871],[-73.45990515592442,41.25601136440053],[-73.46007215597444,41.25594236438156],[-73.46007415597502,41.25594136438131],[-73.46039015607217,41.25585336435372],[-73.46081215620073,41.255716364313095],[-73.46099115625366,41.25563036429042],[-73.46158815642538,41.255260364198556],[-73.46177015647939,41.25517636417617],[-73.46199815654718,41.25507336414855],[-73.46211715658161,41.25500336413099],[-73.46258615672227,41.254812364078255],[-73.46286015680407,41.25469436404622],[-73.46300615684731,41.254625364027945],[-73.46319215689846,41.254469363991376],[-73.46331815693692,41.254429363979426],[-73.46341015696419,41.254386363968],[-73.46347315698247,41.254350363958906],[-73.46363715702678,41.25419936392403],[-73.46365115702936,41.254165363916925],[-73.46369715703527,41.25401036388517],[-73.46378715705144,41.253786363838486],[-73.46383815706285,41.25369836381964],[-73.46386115706837,41.25366536381244],[-73.4639401570878,41.25355936378914],[-73.46401915710635,41.253438363762925],[-73.46400815709511,41.253305363737326],[-73.46394015706363,41.25314136370757],[-73.46392215704503,41.252920363665034],[-73.46392715704128,41.25282736364671],[-73.46498815737449,41.252655363578214],[-73.46817315837477,41.252138363372445],[-73.46923515870837,41.251967363304104],[-73.46941615876193,41.25188136328134],[-73.46975515886233,41.25172136323895],[-73.47131715932491,41.25098436304368],[-73.47183815947926,41.25073936297869],[-73.47203815954302,41.25072336296898],[-73.47212515956926,41.25069036295967],[-73.47295115981888,41.25038736287333],[-73.4732271599023,41.25028636284454],[-73.47336615994362,41.25022336282766],[-73.47339515995229,41.25021136282436],[-73.4735631600023,41.250136362804184],[-73.47374316005589,41.25005636278265],[-73.47378316006774,41.250037362777604],[-73.47392316010949,41.24997636276111],[-73.47892716159457,41.24767136214639],[-73.47961616179907,41.247354362061806],[-73.48106716222975,41.24668736188383],[-73.48136216231839,41.24657036185127],[-73.48189216247708,41.24635036179087],[-73.48348416295369,41.2456893616094],[-73.48401516311276,41.24547036154915],[-73.48419916316786,41.24539436152826],[-73.4847511633333,41.245168361465964],[-73.48493616338881,41.245093361445214]]]},"properties":{"name":2454,"geoid":"09001245400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.49876817017226,41.284969368768465],[-73.49871417013483,41.28462536870317],[-73.49858717004682,41.28381636854962],[-73.49855917002478,41.28359236850687],[-73.49851616999085,41.283247368441],[-73.49850416997839,41.28309936841254],[-73.49847116994196,41.282655368327056],[-73.49846016992983,41.282507368298575],[-73.4984561699255,41.28245536828854],[-73.49845116991652,41.282328368263954],[-73.49843116987897,41.28179236816009],[-73.4984251698667,41.28161436812558],[-73.49841916986308,41.281585368120126],[-73.49841216985861,41.28154736811294],[-73.49841616985718,41.28150036810365],[-73.49841916985655,41.28147236809809],[-73.49840716983937,41.28124336805383],[-73.49839216981584,41.28092136799153],[-73.49836616978644,41.2805593679218],[-73.49835116976843,41.280332367878025],[-73.49831316973341,41.27994036780283],[-73.49827016969282,41.279480367714555],[-73.49816216961666,41.278769367579464],[-73.49810316957503,41.27838036750555],[-73.498070169549,41.27811536745496],[-73.49801516950552,41.27767236737039],[-73.49794216946195,41.27732836730571],[-73.49788716942909,41.27706836725682],[-73.49785616941129,41.276934367231696],[-73.49783816940094,41.2768563672171],[-73.4978181693895,41.27677036720097],[-73.4977801693634,41.27653236715581],[-73.49776016934912,41.27639736713013],[-73.49772516932798,41.27622836709833],[-73.4976551692854,41.27588436703355],[-73.49761516926314,41.27572336700348],[-73.4975741692402,41.27555636697226],[-73.49756016922964,41.275452366952436],[-73.49754216921518,41.27530336692396],[-73.497537169204,41.275138366891944],[-73.49753416919698,41.27503436687177],[-73.49749216916915,41.27478836682518],[-73.49747316914986,41.274561366781526],[-73.49746016914048,41.27447236676459],[-73.4972251689668,41.2727873664437],[-73.49718816893936,41.272520366392854],[-73.49706316888336,41.272251366344506],[-73.49690816882136,41.27204736630983],[-73.49688416881123,41.27200636630263],[-73.49671716874023,41.27171336625097],[-73.49660316869253,41.27152636621827],[-73.49641416861412,41.27122836616638],[-73.49625216854696,41.270973366121986],[-73.49599916844109,41.27055836604938],[-73.49583716837326,41.27029236600284],[-73.49568216830788,41.270029365956646],[-73.49557316826035,41.26981736591888],[-73.49544316820493,41.26958636587811],[-73.4953251681559,41.26939936584554],[-73.49526516813064,41.269298365827815],[-73.49522316811289,41.26922636581514],[-73.49507116805326,41.26904536578487],[-73.49497916801556,41.26890836576117],[-73.4949721680076,41.26881036574228],[-73.49496516799809,41.26868536571813],[-73.49500416800457,41.268579365696176],[-73.49502816800943,41.26852936568562],[-73.49507116801826,41.26844136566704],[-73.4951421680367,41.268363365649485],[-73.49516516804177,41.268322365640714],[-73.49523016805617,41.26820836561635],[-73.49526416806304,41.26813736560137],[-73.49534516807931,41.26796536556514],[-73.49536516808263,41.26791136555396],[-73.49542116809252,41.2677693655244],[-73.49550516810868,41.267579365484586],[-73.49556216812155,41.26748336546396],[-73.4957501681561,41.267030365369386],[-73.49575716815716,41.26700936536506],[-73.49582716816849,41.26681436532471],[-73.49592316819067,41.26666136529171],[-73.49596516819732,41.26654136526692],[-73.49599216820184,41.26646836525178],[-73.4961261682265,41.26614636518455],[-73.49618716823181,41.26589736513395],[-73.49618816821824,41.26565736508711],[-73.49618916821554,41.26560536507692],[-73.49613916818488,41.265355365029805],[-73.49612416817331,41.26523936500768],[-73.49606516813655,41.264934364950115],[-73.49603416811506,41.264736364912515],[-73.49596316807524,41.26444536485809],[-73.49594916806818,41.264401364849974],[-73.49577016797546,41.26380036473863],[-73.49561116789855,41.26336036465803],[-73.49544316782521,41.26303236459958],[-73.49534616778098,41.26281036455946],[-73.49519116771503,41.26253736451132],[-73.49488516759041,41.262094364434965],[-73.49482016756116,41.2619523644094],[-73.49471316751648,41.26177836437898],[-73.49462416747936,41.261634364353824],[-73.49451016742684,41.26136436430491],[-73.4943321673416,41.260886364217534],[-73.49431716733454,41.260848364210595],[-73.49427516731447,41.26073636419013],[-73.4942611673078,41.260699364183374],[-73.49430116732017,41.26068936418011],[-73.49436916734128,41.26067436417494],[-73.49442316735869,41.26067336417296],[-73.49446516737228,41.26067336417157],[-73.4946141674174,41.26062036415633],[-73.49467416743539,41.260596364149656],[-73.49474116745557,41.26057036414238],[-73.49493716751398,41.260484364119144],[-73.49502416753992,41.26044636410885],[-73.49514316757325,41.260357364087554],[-73.49524316759985,41.26025836406496],[-73.49525016760178,41.26025236406356],[-73.49538616763616,41.260086364026684],[-73.49547216765731,41.2599713640014],[-73.49557316768295,41.25985036397447],[-73.495662167703,41.25969936394207],[-73.4957391677205,41.259571363914546],[-73.49585916774448,41.25931536386065],[-73.49597916777518,41.25917536382938],[-73.49606716780058,41.25912236381613],[-73.4961721678318,41.25907536380349],[-73.49644516791425,41.25897436377478],[-73.49670016798693,41.258805363733416],[-73.49693116805284,41.258653363696126],[-73.49707216809021,41.25851136366378],[-73.49711916810867,41.25856736367316],[-73.49719316814169,41.25872436370135],[-73.49719916814438,41.25873736370368],[-73.49745916826258,41.259326363810025],[-73.49752916829236,41.25944936383172],[-73.49765916834758,41.259677363871916],[-73.49773016838051,41.25984936390315],[-73.49773616838333,41.25986436390587],[-73.49777716841061,41.260106363951735],[-73.49789116846345,41.26038236400182],[-73.49796316849677,41.260555364033195],[-73.49804216853339,41.260746364067856],[-73.49818416860444,41.26118036414785],[-73.49825516863991,41.26139636418765],[-73.4985301687708,41.26212036431983],[-73.49884016891217,41.26283036444812],[-73.49890716894562,41.263033364485516],[-73.49911716905004,41.263663364601506],[-73.49918316908007,41.26381336462858],[-73.49938116917029,41.26426536471025],[-73.49944816920072,41.26441636473749],[-73.49966416927244,41.2644483647366],[-73.4997511693019,41.264471364738206],[-73.50061916959592,41.26470036475426],[-73.5006471696056,41.26471136475548],[-73.50093616970557,41.2648233647678],[-73.5010351697418,41.26489636477878],[-73.5013081698418,41.26509836480917],[-73.50132916984988,41.265120364812766],[-73.50141616988317,41.265209364827264],[-73.5014511698986,41.26528036483996],[-73.50155816994561,41.265494364878165],[-73.50159416996142,41.265566364891036],[-73.5016491699897,41.26574736492453],[-73.50172217002728,41.26598836496914],[-73.50175717005692,41.26630436502963],[-73.50177817007464,41.26649336506579],[-73.50180417009298,41.2666643650983],[-73.5018851701489,41.26717736519569],[-73.5019121701676,41.267349365228355],[-73.50195217019021,41.26751636525962],[-73.50196617019806,41.267573365270266],[-73.50199117023267,41.26803136535879],[-73.50199317023505,41.268061365364574],[-73.50198617024108,41.2682043653927],[-73.50212017027549,41.26805036535824],[-73.50234517033569,41.26783336530848],[-73.5027901704646,41.26757436524328],[-73.50300417052624,41.26744336521067],[-73.503728170748,41.267229365145035],[-73.50388917079816,41.26719636513328],[-73.50413917087715,41.267164365118795],[-73.5043891709575,41.26715536510879],[-73.50470117105975,41.267178365102986],[-73.50633717159751,41.26732736507806],[-73.50656617167006,41.267301365065435],[-73.50679017174014,41.26726036505005],[-73.50713817184793,41.267178365022566],[-73.50740017192692,41.26707936499463],[-73.50761417199087,41.2669883649698],[-73.50769517201468,41.26694736495912],[-73.5077081720186,41.26694236495772],[-73.50784417205962,41.266891364943284],[-73.50804817211134,41.266645364888554],[-73.5084051722093,41.266343364817864],[-73.50901717236869,41.265678364667956],[-73.50977917256643,41.264838364478955],[-73.50985417258477,41.264736364456574],[-73.5100031726234,41.264571364419474],[-73.51019117267364,41.264389364377756],[-73.51028617269905,41.26429736435668],[-73.51045917274647,41.264150364322305],[-73.51061717278992,41.26401836429133],[-73.51082517284837,41.2638663642548],[-73.51101717290109,41.26370436421687],[-73.51115317293625,41.26355236418273],[-73.51122217295021,41.263408364152376],[-73.51129617296522,41.26325436411988],[-73.51140617299194,41.26310136408641],[-73.51146217300615,41.26303436407147],[-73.51155517302998,41.26292636404736],[-73.511617173044,41.262822364025006],[-73.51166217305422,41.26274736400889],[-73.51190817311317,41.262392363931525],[-73.51223517319181,41.261924363829436],[-73.51263617328644,41.26131936369817],[-73.51287617334317,41.26095936362002],[-73.51299117336983,41.2607773635807],[-73.5131371734037,41.26054736353103],[-73.51334417345268,41.26023736346371],[-73.51346417348117,41.26005936342502],[-73.5139281736329,41.260088363415356],[-73.51415917370981,41.260126363415154],[-73.5142981737561,41.26014936341506],[-73.51445417380731,41.26016236341244],[-73.51457717384545,41.26013436340293],[-73.51471517388893,41.260114363394464],[-73.51483817392558,41.260060363379864],[-73.51494317395402,41.25996536335788],[-73.51504417397909,41.25983436332898],[-73.5151401740008,41.259673363294404],[-73.51520117401395,41.25955936327015],[-73.51523117401557,41.25942036324205],[-73.51531917402676,41.25912236318099],[-73.51537917403034,41.258849363125755],[-73.51538117402838,41.25880436311692],[-73.51542017400052,41.25810636297943],[-73.51557517402956,41.2577423629033],[-73.51560017402437,41.2575133628578],[-73.51567217403874,41.257359362825376],[-73.51577817406282,41.25718336278755],[-73.51585617407638,41.25698236274576],[-73.51604917412229,41.256697362683774],[-73.51610417413538,41.25661636266616],[-73.51651217423739,41.25610036255201],[-73.51658717425535,41.25599136252829],[-73.51678317430667,41.255783362481225],[-73.51706517438974,41.2556433624446],[-73.51722717443928,41.25559436242969],[-73.51743317450452,41.25557036241821],[-73.51742817450204,41.25555536241546],[-73.51742917450149,41.25554036241249],[-73.51743217450131,41.25552036240849],[-73.51744117450329,41.25550436240505],[-73.51744317450324,41.255492362402656],[-73.51744217450245,41.25548436240113],[-73.51745717450608,41.25546336239653],[-73.51746517450924,41.25547336239823],[-73.51749717452208,41.255516362405565],[-73.51750717452613,41.25553036240796],[-73.51751017452733,41.255534362408646],[-73.52341917685321,41.26269236361005],[-73.52366317694872,41.26297836365778],[-73.5237461769814,41.26307936367474],[-73.5247641773776,41.26423436386644],[-73.52520917755074,41.26473836395005],[-73.52523117755983,41.26477236395596],[-73.52529817758544,41.26484036396703],[-73.52571317774958,41.26535636405396],[-73.52628417797565,41.26607036417437],[-73.5263171779886,41.266109364180885],[-73.52855517886601,41.268757364623454],[-73.536678182051,41.2783683662293],[-73.53670418206123,41.27839936623449],[-73.53688318213148,41.2786123662701],[-73.53838818272168,41.28039336656761],[-73.54059818358829,41.283007367004195],[-73.54036418352146,41.28315936704156],[-73.54020118347361,41.28324336706332],[-73.5399991834138,41.28333836708854],[-73.53983218336559,41.28343836711355],[-73.53971718333288,41.28351536713235],[-73.53956618329299,41.28366936716736],[-73.53950218327618,41.28373636718256],[-73.53934418323125,41.28384236720843],[-73.53901618313411,41.28399636724931],[-73.5389771831226,41.284015367254305],[-73.5388171830745,41.284078367271874],[-73.53865518302393,41.28410936728328],[-73.53803818283326,41.2842623673335],[-73.53793318280168,41.28430336734497],[-73.53781418276674,41.284364367360794],[-73.53774318274638,41.284409367371886],[-73.53770818273641,41.284432367377555],[-73.53755318269394,41.2845643674084],[-73.53711418256101,41.28472036745333],[-73.53673218244363,41.28482636748663],[-73.53660618240566,41.284874367500144],[-73.5364841823694,41.28492936751489],[-73.53607618225371,41.28520936758298],[-73.53593718221182,41.2852623675979],[-73.53549518208403,41.2855233676634],[-73.5350731819669,41.28585636774228],[-73.53492218192369,41.28595336776616],[-73.53478518188132,41.285986367777134],[-73.53472318186219,41.286002367782295],[-73.53441618176764,41.28608436780844],[-73.53425818172002,41.286144367825365],[-73.53407818166622,41.28622036784612],[-73.53394118162889,41.286340367874054],[-73.53376418157723,41.2864363678986],[-73.53354018150273,41.28640136789919],[-73.53346518147785,41.28639036789952],[-73.53334818143837,41.28636236789794],[-73.53321918139368,41.28631136789225],[-73.5331251813598,41.28625136788367],[-73.53302618132331,41.28617436787192],[-73.53298118130584,41.286124367863664],[-73.53297118130197,41.286113367861844],[-73.53295218129489,41.286097367859355],[-73.53292018128303,41.28607136785535],[-73.5327651812271,41.28597136784097],[-73.53261318117391,41.285902367832556],[-73.53257118115923,41.28588336783023],[-73.53241118110712,41.28587736783436],[-73.53212418101704,41.28592436785299],[-73.53196118096588,41.28595136786365],[-73.53188918094409,41.28597736787111],[-73.53174418090033,41.28603136788643],[-73.53167718088041,41.28606136789449],[-73.53160918086033,41.28609436790316],[-73.53154318084137,41.28613536791334],[-73.53146818081994,41.286184367925365],[-73.53133118077808,41.28622636793808],[-73.53125818075587,41.28625036794517],[-73.53085318063602,41.286442367996],[-73.53040618050005,41.28659036803963],[-73.53009618040322,41.28664936806137],[-73.52985118032588,41.286682368075894],[-73.52974218029208,41.286707368084386],[-73.52960718024963,41.28672836809294],[-73.5293891801782,41.28671236809703],[-73.52929018014436,41.286681368094236],[-73.52913918009216,41.28662336808793],[-73.52899218004188,41.28657636808361],[-73.52884517999212,41.286538368081075],[-73.52871917995087,41.286529368083485],[-73.52854117989199,41.28650736808508],[-73.52830217981493,41.286511368093755],[-73.52794417970269,41.28657236811747],[-73.52781617966441,41.28662636813224],[-73.52769317962684,41.28666436814371],[-73.52754917958374,41.28672436816017],[-73.52738017953716,41.28686336819285],[-73.52729517951612,41.28697436821731],[-73.52720517949454,41.28710436824562],[-73.52710417946759,41.28720236826806],[-73.5270481794551,41.28729936828881],[-73.52703417945476,41.28737136830332],[-73.52702617946018,41.28750936833049],[-73.52704017947443,41.287676368362575],[-73.5271121795138,41.2879533684142],[-73.52713417953008,41.28811136844428],[-73.5271451795405,41.288229368466915],[-73.52711517954032,41.28839336849987],[-73.52701017952019,41.28863136854974],[-73.5269231795017,41.28879736858498],[-73.52674917945772,41.28900936863205],[-73.52661417942439,41.28918736867122],[-73.52644917938218,41.289379368714094],[-73.52612417930732,41.2899003688264],[-73.5260031792759,41.29003336885632],[-73.52583717922785,41.290130368880725],[-73.5257301791973,41.2902003688979],[-73.52549817912494,41.29024636891453],[-73.52527117905231,41.29026036892476],[-73.52515917901539,41.29024836892613],[-73.52494617894453,41.29021436892653],[-73.52477117888931,41.290238368937004],[-73.5245371788141,41.29024636894629],[-73.52444917878319,41.29020436894102],[-73.5243311787406,41.29012836893008],[-73.52409817866076,41.290051368922796],[-73.52382117856739,41.289986368919266],[-73.52354317847438,41.289933368918135],[-73.52319417836028,41.289912368925556],[-73.52289317826362,41.28992436893784],[-73.52234517809244,41.29002936897642],[-73.52215717803598,41.290104368997255],[-73.52187917795462,41.2902513690351],[-73.52155017785721,41.29040636907618],[-73.52113917774237,41.290718369150575],[-73.52099617770209,41.29082136917539],[-73.52087717766935,41.290920369198616],[-73.5207191776179,41.29091436920266],[-73.52065217759576,41.290906369203306],[-73.52059417757665,41.29090036920406],[-73.52050717754823,41.29089536920596],[-73.52025117746332,41.29085936920741],[-73.52002317738435,41.29076936919739],[-73.51999717737529,41.290758369196105],[-73.51979017730328,41.290671369185986],[-73.51961117724004,41.29057936917396],[-73.51939817716436,41.290462369158185],[-73.51923617710439,41.290332369138206],[-73.51914117706727,41.2902223691199],[-73.51903617702106,41.29001136908224],[-73.51900117700005,41.28984436905084],[-73.51895617697271,41.28962436900944],[-73.51890517693543,41.28926636894133],[-73.51883817689999,41.28902936889735],[-73.51879617687398,41.28881536885701],[-73.51870017682661,41.288534368805415],[-73.51868717682014,41.28849536879822],[-73.51860117678281,41.28833136876909],[-73.51845617671638,41.28799536870838],[-73.51831817665607,41.287725368660304],[-73.51822917661892,41.28758136863517],[-73.51810917656424,41.28730836858592],[-73.51798217650384,41.286975368525184],[-73.51782517642442,41.286482368434264],[-73.51781817642085,41.286459368429995],[-73.517540176275,41.285496368251444],[-73.51745617623726,41.285314368218735],[-73.51739417621124,41.2852113682007],[-73.51733017618437,41.28510536818214],[-73.51720117613552,41.284982368162424],[-73.51715217611809,41.284955368158776],[-73.51704817608108,41.2848973681509],[-73.51689017602818,41.284866368150084],[-73.51678217599209,41.28484636814976],[-73.51650417589723,41.28476136814236],[-73.516429175871,41.2847273681382],[-73.51628317581994,41.28466136813016],[-73.51590617568453,41.28442936809737],[-73.5158701756716,41.28440736809427],[-73.51572017561833,41.284325368083245],[-73.5155751755643,41.284202368064044],[-73.51537117548908,41.284043368039775],[-73.51506617537079,41.28370536798394],[-73.5149131753132,41.28356536796171],[-73.51458717519051,41.28326836791456],[-73.51440317512403,41.28314836789725],[-73.51419117505081,41.28306836788865],[-73.51408017501245,41.28302636788413],[-73.5138371749298,41.282956367878505],[-73.51291317461451,41.28267336785384],[-73.51284617459167,41.282653367852134],[-73.51248017446854,41.282571367848234],[-73.51227417439992,41.28253736784841],[-73.51199617430774,41.28249836784999],[-73.5117891742399,41.28248336785391],[-73.51164117419333,41.28250536786308],[-73.5115811741745,41.282515367867006],[-73.5110481740032,41.28253436788831],[-73.5107871739176,41.28251436789303],[-73.51055517384036,41.28247636789329],[-73.50992117362613,41.2823183678834],[-73.50943117346652,41.28229936789588],[-73.50917317338289,41.28229636790382],[-73.50912817336862,41.28230136790627],[-73.50895717331454,41.28232236791602],[-73.50868917323191,41.282392367938506],[-73.50847217316289,41.28241236794957],[-73.50838817313588,41.28241536795293],[-73.50829417310536,41.28241336795564],[-73.50801417301332,41.28238836796002],[-73.50758717287314,41.28235236796708],[-73.50729817277674,41.28230236796689],[-73.50717917273734,41.282286367967686],[-73.50712017271785,41.282279367968265],[-73.50690017264539,41.282257367971255],[-73.50655817253474,41.282256367982335],[-73.50633517246358,41.282273367993014],[-73.50618117241451,41.28228636800064],[-73.50587917232123,41.282362368025424],[-73.50551517220761,41.282433368051294],[-73.50526717212907,41.28246236806513],[-73.50474317196206,41.28250536809081],[-73.5046591719346,41.282500368092606],[-73.50451817188859,41.28249336809589],[-73.50437617184144,41.282472368096485],[-73.5042101717859,41.28244036809574],[-73.5040991717493,41.28242836809706],[-73.50409817175286,41.28249536811014],[-73.50409717175943,41.282614368133395],[-73.50410717176749,41.282697368149236],[-73.50411617177429,41.282764368162006],[-73.50422417184153,41.283321368267046],[-73.50425317185925,41.283465368294166],[-73.50431017189709,41.283799368357414],[-73.50433817191553,41.28396136838808],[-73.5043461719397,41.284333368460345],[-73.50430217194103,41.284601368514046],[-73.50421517192181,41.28475536854696],[-73.50408317188504,41.28485736857121],[-73.50402017186587,41.28487836857738],[-73.50393117183889,41.284909368586355],[-73.50377617179025,41.28493536859655],[-73.50360017173465,41.28495836860683],[-73.50346117168957,41.28495636861105],[-73.50343117168028,41.28496336861339],[-73.50340217167043,41.284955368612785],[-73.5033621716575,41.2849553686141],[-73.50335717165586,41.284955368614284],[-73.50325917162301,41.28493536861362],[-73.50316517159197,41.284924368614554],[-73.50311117157351,41.284907368613034],[-73.50306517155828,41.28490136861338],[-73.5029651715253,41.28489036861454],[-73.50266217142666,41.28487936862239],[-73.50264817142212,41.284879368622846],[-73.50232617131681,41.28485936862958],[-73.5021091712454,41.284838368632656],[-73.50175417113095,41.28484536864573],[-73.50145217103362,41.28485136865688],[-73.50135017100003,41.284841368658284],[-73.50129717098261,41.284836368659064],[-73.50104517090166,41.28484636866934],[-73.50094417086929,41.28485136867364],[-73.5005091707305,41.28488436869442],[-73.49970117047285,41.28494836873359],[-73.4992031703122,41.28495636875158],[-73.49914417029318,41.284957368753716],[-73.49876817017226,41.284969368768465]]]},"properties":{"name":2455,"geoid":"09001245500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.50399217234254,41.2932483702101],[-73.50396917232818,41.293129370187664],[-73.50393717230443,41.292898370143696],[-73.5039121722918,41.29282037012931],[-73.5037861722348,41.2925403700789],[-73.50368817219602,41.292418370058336],[-73.50353117214,41.29232837004598],[-73.50332217206328,41.29217137002228],[-73.50306117196915,41.29200436999834],[-73.50245217174957,41.29161536994262],[-73.5020351716,41.29136236990705],[-73.50143317138244,41.290969369850316],[-73.50115217128203,41.290805369827616],[-73.5005031710502,41.29042836977554],[-73.5004391710251,41.290352369762836],[-73.50038817100378,41.29026936974834],[-73.50035117098652,41.29017836973181],[-73.50030817096639,41.290071369712386],[-73.50019917091868,41.289856369674055],[-73.50000217082652,41.28936636958503],[-73.49998217081713,41.28931636957595],[-73.49991217078927,41.2892263695607],[-73.499822170755,41.28913736954633],[-73.49990117077172,41.28898536951407],[-73.49992717077731,41.288936369503666],[-73.49996717077602,41.28869136945459],[-73.49994317075613,41.288482369414645],[-73.49994217075488,41.288466369411545],[-73.49993317074305,41.28831236938181],[-73.49992917073276,41.28815736935173],[-73.4998831707072,41.28797336931737],[-73.49985417069387,41.287905369305065],[-73.49971617063055,41.28758336924685],[-73.4995351705543,41.28727836919336],[-73.49937217048846,41.28705236915469],[-73.49919117041837,41.28685336912184],[-73.49904617036223,41.28669436909564],[-73.49899617033469,41.28649836905906],[-73.4989251702942,41.286196369002525],[-73.49891617028896,41.28615636899503],[-73.49884017023537,41.285656368900035],[-73.49880017020041,41.285276368827255],[-73.49876817017226,41.284969368768465],[-73.49914417029318,41.284957368753716],[-73.4992031703122,41.28495636875158],[-73.49970117047285,41.28494836873359],[-73.5005091707305,41.28488436869442],[-73.50094417086929,41.28485136867364],[-73.50104517090166,41.28484636866934],[-73.50129717098261,41.284836368659064],[-73.50135017100003,41.284841368658284],[-73.50145217103362,41.28485136865688],[-73.50175417113095,41.28484536864573],[-73.5021091712454,41.284838368632656],[-73.50232617131681,41.28485936862958],[-73.50264817142212,41.284879368622846],[-73.50266217142666,41.28487936862239],[-73.5029651715253,41.28489036861454],[-73.50306517155828,41.28490136861338],[-73.50311117157351,41.284907368613034],[-73.50316517159197,41.284924368614554],[-73.50325917162301,41.28493536861362],[-73.50335717165586,41.284955368614284],[-73.5033621716575,41.2849553686141],[-73.50340217167043,41.284955368612785],[-73.50343117168028,41.28496336861339],[-73.50346117168957,41.28495636861105],[-73.50360017173465,41.28495836860683],[-73.50377617179025,41.28493536859655],[-73.50393117183889,41.284909368586355],[-73.50402017186587,41.28487836857738],[-73.50408317188504,41.28485736857121],[-73.50421517192181,41.28475536854696],[-73.50430217194103,41.284601368514046],[-73.5043461719397,41.284333368460345],[-73.50433817191553,41.28396136838808],[-73.50431017189709,41.283799368357414],[-73.50425317185925,41.283465368294166],[-73.50422417184153,41.283321368267046],[-73.50411617177429,41.282764368162006],[-73.50410717176749,41.282697368149236],[-73.50409717175943,41.282614368133395],[-73.50409817175286,41.28249536811014],[-73.5040991717493,41.28242836809706],[-73.5042101717859,41.28244036809574],[-73.50437617184144,41.282472368096485],[-73.50451817188859,41.28249336809589],[-73.5046591719346,41.282500368092606],[-73.50474317196206,41.28250536809081],[-73.50526717212907,41.28246236806513],[-73.50551517220761,41.282433368051294],[-73.50587917232123,41.282362368025424],[-73.50618117241451,41.28228636800064],[-73.50633517246358,41.282273367993014],[-73.50655817253474,41.282256367982335],[-73.50690017264539,41.282257367971255],[-73.50712017271785,41.282279367968265],[-73.50717917273734,41.282286367967686],[-73.50729817277674,41.28230236796689],[-73.50758717287314,41.28235236796708],[-73.50801417301332,41.28238836796002],[-73.50829417310536,41.28241336795564],[-73.50838817313588,41.28241536795293],[-73.50847217316289,41.28241236794957],[-73.50868917323191,41.282392367938506],[-73.50895717331454,41.28232236791602],[-73.50912817336862,41.28230136790627],[-73.50917317338289,41.28229636790382],[-73.50943117346652,41.28229936789588],[-73.50992117362613,41.2823183678834],[-73.51055517384036,41.28247636789329],[-73.5107871739176,41.28251436789303],[-73.5110481740032,41.28253436788831],[-73.5115811741745,41.282515367867006],[-73.51164117419333,41.28250536786308],[-73.5117891742399,41.28248336785391],[-73.51199617430774,41.28249836784999],[-73.51227417439992,41.28253736784841],[-73.51248017446854,41.282571367848234],[-73.51284617459167,41.282653367852134],[-73.51291317461451,41.28267336785384],[-73.5138371749298,41.282956367878505],[-73.51408017501245,41.28302636788413],[-73.51419117505081,41.28306836788865],[-73.51440317512403,41.28314836789725],[-73.51458717519051,41.28326836791456],[-73.5149131753132,41.28356536796171],[-73.51506617537079,41.28370536798394],[-73.51537117548908,41.284043368039775],[-73.5155751755643,41.284202368064044],[-73.51572017561833,41.284325368083245],[-73.5158701756716,41.28440736809427],[-73.51590617568453,41.28442936809737],[-73.51628317581994,41.28466136813016],[-73.516429175871,41.2847273681382],[-73.51650417589723,41.28476136814236],[-73.51678217599209,41.28484636814976],[-73.51689017602818,41.284866368150084],[-73.51704817608108,41.2848973681509],[-73.51715217611809,41.284955368158776],[-73.51720117613552,41.284982368162424],[-73.51733017618437,41.28510536818214],[-73.51739417621124,41.2852113682007],[-73.51745617623726,41.285314368218735],[-73.517540176275,41.285496368251444],[-73.51781817642085,41.286459368429995],[-73.51782517642442,41.286482368434264],[-73.51798217650384,41.286975368525184],[-73.51810917656424,41.28730836858592],[-73.51822917661892,41.28758136863517],[-73.51831817665607,41.287725368660304],[-73.51845617671638,41.28799536870838],[-73.51860117678281,41.28833136876909],[-73.51868717682014,41.28849536879822],[-73.51870017682661,41.288534368805415],[-73.51879617687398,41.28881536885701],[-73.51883817689999,41.28902936889735],[-73.51890517693543,41.28926636894133],[-73.51895617697271,41.28962436900944],[-73.51900117700005,41.28984436905084],[-73.51903617702106,41.29001136908224],[-73.51914117706727,41.2902223691199],[-73.51923617710439,41.290332369138206],[-73.51939817716436,41.290462369158185],[-73.51961117724004,41.29057936917396],[-73.51979017730328,41.290671369185986],[-73.51999717737529,41.290758369196105],[-73.52002317738435,41.29076936919739],[-73.52025117746332,41.29085936920741],[-73.52050717754823,41.29089536920596],[-73.52059417757665,41.29090036920406],[-73.52065217759576,41.290906369203306],[-73.5207191776179,41.29091436920266],[-73.52087717766935,41.290920369198616],[-73.52099617770209,41.29082136917539],[-73.52113917774237,41.290718369150575],[-73.52155017785721,41.29040636907618],[-73.52187917795462,41.2902513690351],[-73.52215717803598,41.290104368997255],[-73.52234517809244,41.29002936897642],[-73.52289317826362,41.28992436893784],[-73.52319417836028,41.289912368925556],[-73.52354317847438,41.289933368918135],[-73.52382117856739,41.289986368919266],[-73.52409817866076,41.290051368922796],[-73.5243311787406,41.29012836893008],[-73.52444917878319,41.29020436894102],[-73.5245371788141,41.29024636894629],[-73.52477117888931,41.290238368937004],[-73.52494617894453,41.29021436892653],[-73.52515917901539,41.29024836892613],[-73.52527117905231,41.29026036892476],[-73.52549817912494,41.29024636891453],[-73.5257301791973,41.2902003688979],[-73.52583717922785,41.290130368880725],[-73.5260031792759,41.29003336885632],[-73.52612417930732,41.2899003688264],[-73.52644917938218,41.289379368714094],[-73.52661417942439,41.28918736867122],[-73.52674917945772,41.28900936863205],[-73.5269231795017,41.28879736858498],[-73.52701017952019,41.28863136854974],[-73.52711517954032,41.28839336849987],[-73.5271451795405,41.288229368466915],[-73.52713417953008,41.28811136844428],[-73.5271121795138,41.2879533684142],[-73.52704017947443,41.287676368362575],[-73.52702617946018,41.28750936833049],[-73.52703417945476,41.28737136830332],[-73.5270481794551,41.28729936828881],[-73.52710417946759,41.28720236826806],[-73.52720517949454,41.28710436824562],[-73.52729517951612,41.28697436821731],[-73.52738017953716,41.28686336819285],[-73.52754917958374,41.28672436816017],[-73.52769317962684,41.28666436814371],[-73.52781617966441,41.28662636813224],[-73.52794417970269,41.28657236811747],[-73.52830217981493,41.286511368093755],[-73.52854117989199,41.28650736808508],[-73.52871917995087,41.286529368083485],[-73.52884517999212,41.286538368081075],[-73.52899218004188,41.28657636808361],[-73.52913918009216,41.28662336808793],[-73.52929018014436,41.286681368094236],[-73.5293891801782,41.28671236809703],[-73.52960718024963,41.28672836809294],[-73.52974218029208,41.286707368084386],[-73.52985118032588,41.286682368075894],[-73.53009618040322,41.28664936806137],[-73.53040618050005,41.28659036803963],[-73.53085318063602,41.286442367996],[-73.53125818075587,41.28625036794517],[-73.53133118077808,41.28622636793808],[-73.53146818081994,41.286184367925365],[-73.53154318084137,41.28613536791334],[-73.53160918086033,41.28609436790316],[-73.53167718088041,41.28606136789449],[-73.53174418090033,41.28603136788643],[-73.53188918094409,41.28597736787111],[-73.53196118096588,41.28595136786365],[-73.53212418101704,41.28592436785299],[-73.53241118110712,41.28587736783436],[-73.53257118115923,41.28588336783023],[-73.53261318117391,41.285902367832556],[-73.5327651812271,41.28597136784097],[-73.53292018128303,41.28607136785535],[-73.53295218129489,41.286097367859355],[-73.53297118130197,41.286113367861844],[-73.53298118130584,41.286124367863664],[-73.53302618132331,41.28617436787192],[-73.5331251813598,41.28625136788367],[-73.53321918139368,41.28631136789225],[-73.53334818143837,41.28636236789794],[-73.53346518147785,41.28639036789952],[-73.53354018150273,41.28640136789919],[-73.53376418157723,41.2864363678986],[-73.53394118162889,41.286340367874054],[-73.53407818166622,41.28622036784612],[-73.53425818172002,41.286144367825365],[-73.53441618176764,41.28608436780844],[-73.53472318186219,41.286002367782295],[-73.53478518188132,41.285986367777134],[-73.53492218192369,41.28595336776616],[-73.5350731819669,41.28585636774228],[-73.53549518208403,41.2855233676634],[-73.53593718221182,41.2852623675979],[-73.53607618225371,41.28520936758298],[-73.5364841823694,41.28492936751489],[-73.53660618240566,41.284874367500144],[-73.53673218244363,41.28482636748663],[-73.53711418256101,41.28472036745333],[-73.53755318269394,41.2845643674084],[-73.53770818273641,41.284432367377555],[-73.53774318274638,41.284409367371886],[-73.53781418276674,41.284364367360794],[-73.53793318280168,41.28430336734497],[-73.53803818283326,41.2842623673335],[-73.53865518302393,41.28410936728328],[-73.5388171830745,41.284078367271874],[-73.5389771831226,41.284015367254305],[-73.53901618313411,41.28399636724931],[-73.53934418323125,41.28384236720843],[-73.53950218327618,41.28373636718256],[-73.53956618329299,41.28366936716736],[-73.53971718333288,41.28351536713235],[-73.53983218336559,41.28343836711355],[-73.5399991834138,41.28333836708854],[-73.54020118347361,41.28324336706332],[-73.54036418352146,41.28315936704156],[-73.54059818358829,41.283007367004195],[-73.54071818363553,41.2831523670285],[-73.54355618475292,41.28658536760391],[-73.54811518654826,41.29210336852869],[-73.54884618683553,41.29297736867486],[-73.5488501868371,41.2929823686757],[-73.55096318766287,41.2954293690827],[-73.54988018766755,41.301530370307475],[-73.54986018768342,41.301914370382946],[-73.54968818783055,41.30539837106749],[-73.54960318790313,41.307117371405226],[-73.54948118842478,41.316754373286635],[-73.5492941885294,41.31958937384503],[-73.54908918878658,41.3251423749333],[-73.54897418881687,41.3263003751626],[-73.54897418881716,41.326305375163585],[-73.54861018891414,41.32999037589322],[-73.54824218899464,41.33341437657209],[-73.54823718899613,41.33346737658257],[-73.54814318902284,41.33444737677649],[-73.54805018904734,41.33538437696201],[-73.54790518906832,41.33654837719344],[-73.54712418918274,41.34284437844496],[-73.54709018918813,41.34312537850077],[-73.5469201892395,41.34494937886145],[-73.54628318943473,41.35182938022161],[-73.5462101894569,41.35261438037681],[-73.54597118951011,41.35485138082005],[-73.54596918951023,41.35486438082265],[-73.54565018958102,41.35784638141349],[-73.54529418968052,41.36152438214092],[-73.5452591896899,41.36187938221116],[-73.54515618971885,41.36294638242217],[-73.54512218972864,41.36330238249255],[-73.54504318973903,41.36391838261502],[-73.54480718977057,41.36576638298236],[-73.54472918978135,41.36638338310498],[-73.5445331898076,41.3679193834103],[-73.5439461898868,41.3725283843263],[-73.54375118991346,41.37406538463172],[-73.54374518991408,41.37410938464049],[-73.54372818991648,41.37424438466731],[-73.54372318991749,41.37428938467623],[-73.54366018992596,41.37478338477439],[-73.54362018993163,41.375102384837774],[-73.54347218995174,41.37626638506907],[-73.54342618995813,41.376630385141404],[-73.54341718996291,41.37676238516736],[-73.54314318987522,41.37677938517976],[-73.5423231896128,41.37683038521686],[-73.54205018952548,41.37684838522941],[-73.54128618926443,41.37661238520882],[-73.53899618848195,41.37590538514719],[-73.53858218834044,41.375777385136026],[-73.53823318822124,41.37567038512678],[-73.53812518818658,41.37567538513133],[-73.53780018808233,41.3756913851452],[-73.53769318804804,41.375697385149934],[-73.53729818791943,41.375684385160476],[-73.53671918773102,41.375667385176364],[-73.53492518714717,41.375612385225104],[-73.53459418703945,41.37560238523414],[-73.53380018678111,41.37557938525597],[-73.53282718646447,41.37555038528255],[-73.53278018644919,41.37554938528392],[-73.53264118640405,41.37554638528793],[-73.5325951863891,41.37554538528927],[-73.53097718587748,41.37575238538313],[-73.53056318574663,41.37580638540735],[-73.52618618438393,41.37673238573244],[-73.52459118388737,41.377070385851],[-73.52317818343155,41.37709738590305],[-73.52275518329512,41.37710538591862],[-73.52181718299249,41.37712238595299],[-73.51349718030853,41.377280386259166],[-73.51333218025536,41.37728438626541],[-73.51072417941398,41.377333386361265],[-73.51036117929635,41.37733138637289],[-73.50927517894458,41.37732738640805],[-73.50891317882733,41.37732638641984],[-73.50847417868604,41.37734038643709],[-73.50715817826259,41.377384386489204],[-73.50672017812174,41.3774003865068],[-73.50666517810411,41.37740338650921],[-73.50649917805097,41.37741338651664],[-73.50644517803373,41.377417386519205],[-73.5060181778357,41.37639238633396],[-73.5057031776896,41.37563538619713],[-73.50550517759768,41.37515838611088],[-73.50544617757112,41.37503038608793],[-73.5048481772829,41.37340738579199],[-73.50481417726508,41.37329038577034],[-73.5046021771534,41.372552385633796],[-73.50452817711815,41.372358385598496],[-73.50448417709656,41.37223238557544],[-73.50444717707667,41.3720963855502],[-73.50438317704037,41.37182938550037],[-73.50424117695167,41.37109638536247],[-73.50424017695123,41.3710943853621],[-73.50387717675856,41.36980538512334],[-73.50342017654057,41.36860338490459],[-73.50323717643217,41.36775938474642],[-73.5031571763844,41.367384384676114],[-73.50300717629128,41.36661938453223],[-73.50294217625506,41.366359384483786],[-73.502748176147,41.36558238433901],[-73.50268417611117,41.36532338429074],[-73.5026111760752,41.36511138425188],[-73.50258017605975,41.365018384234816],[-73.5022781759086,41.36410238406658],[-73.50217817585848,41.363797384010525],[-73.5025621759765,41.363689383976805],[-73.50289217607961,41.363626383953644],[-73.50312117615124,41.363583383937694],[-73.50395717641659,41.36349338389253],[-73.50508317677365,41.36336638383058],[-73.50510317678001,41.36336438382951],[-73.50581017700245,41.363254383784735],[-73.5065701772415,41.363135383736434],[-73.5067471772972,41.363108383725326],[-73.50839417781458,41.36283838361831],[-73.50841217782028,41.36283638361732],[-73.50885217795955,41.362782383592254],[-73.50961717820185,41.36269138354923],[-73.51013517836607,41.36263238352061],[-73.5116891788588,41.36245638343496],[-73.51178717888988,41.36244538342959],[-73.5122051790215,41.362382383403485],[-73.51237317907436,41.36235638339288],[-73.51264317915935,41.362315383375964],[-73.5134331794083,41.36219938332724],[-73.51374117950537,41.3621543833083],[-73.51398217958179,41.362127383295075],[-73.51424517966522,41.362098383280724],[-73.51470517981072,41.36204038325422],[-73.51494617988698,41.36201038324042],[-73.51523117997725,41.36197638322436],[-73.51568118011987,41.36192438319935],[-73.51608918024894,41.36187338317593],[-73.51637518033945,41.36183838315965],[-73.5171891805961,41.36172138310995],[-73.51750218069444,41.36167038308966],[-73.5177161807616,41.361634383075575],[-73.51809018087916,41.36157438305151],[-73.51974118139934,41.361331382949594],[-73.52154218197,41.36112138284912],[-73.5217521820369,41.36110338283867],[-73.52231718221698,41.36105538281062],[-73.52250518227659,41.36103438280032],[-73.52310318246634,41.36096938276788],[-73.52340518256165,41.3609273827497],[-73.52431318284827,41.360803382695515],[-73.524616182944,41.36076338267771],[-73.52463418294073,41.36060738264674],[-73.52467218293414,41.36028338258245],[-73.5246991829346,41.360141382553934],[-73.52472918293539,41.359988382523156],[-73.52478018293486,41.35969638246465],[-73.52482918293649,41.35945238241554],[-73.52487218293093,41.359118382349116],[-73.52494618292212,41.35855638223732],[-73.52514418292566,41.357518382028765],[-73.52529518293028,41.35675938187605],[-73.52529918293081,41.35674638187339],[-73.52536018293738,41.35652038182739],[-73.52551518295478,41.355958381712895],[-73.52556318296249,41.35582438168523],[-73.52559718296463,41.35567238165453],[-73.5256371829722,41.3555803816353],[-73.52565718297339,41.35548938161691],[-73.52573718298358,41.35522038156192],[-73.5259771830145,41.3544183813979],[-73.52615418303935,41.35386238128382],[-73.52629918305999,41.35341138119126],[-73.52643418308001,41.35300538110777],[-73.52651418309547,41.352826381070294],[-73.52663918312,41.35255338101302],[-73.52707618320079,41.351513380796135],[-73.52727318324148,41.35111738071254],[-73.52755218329924,41.350559380594696],[-73.52761218331283,41.35045938057325],[-73.5276531833183,41.35032538054581],[-73.52768518331914,41.35016238051302],[-73.52770018331933,41.35008238049696],[-73.52771018331771,41.349999380480476],[-73.52771518331737,41.34996538047368],[-73.52773618329634,41.34948838038015],[-73.52776118328957,41.3492333803297],[-73.52777718328134,41.349003380284394],[-73.52779618328184,41.34890638026489],[-73.5277891832692,41.34872838023046],[-73.52781918327068,41.348587380202034],[-73.5278361832615,41.34833538015241],[-73.52784818326013,41.3482453801345],[-73.52789018325589,41.347939380073555],[-73.52788718324722,41.34780738004795],[-73.5279151832479,41.347663380019],[-73.52806818327142,41.34721737992713],[-73.52814818328389,41.346987379879714],[-73.52837318331456,41.34626437973152],[-73.52847418332398,41.345865379650505],[-73.52848818332545,41.34581237963974],[-73.5286091833414,41.345414379558264],[-73.5286231833432,41.34536737954863],[-73.52873918336317,41.345066379486205],[-73.5288601833844,41.34475837942224],[-73.52903418340672,41.34417537930301],[-73.5290481834088,41.34413337929436],[-73.52909218341583,41.34400937926876],[-73.52914818342478,41.34385237923635],[-73.52918218343096,41.343769379219076],[-73.52921118343387,41.3436583791965],[-73.52928918345222,41.343540379170946],[-73.52952318351151,41.34325837910831],[-73.52973818356605,41.343000379050956],[-73.52995418362185,41.342758378996706],[-73.53011018366306,41.34259937896059],[-73.5302391836946,41.34242437892227],[-73.53033818372118,41.34233037890067],[-73.53050918376357,41.342108378851805],[-73.53051118376375,41.34210037885018],[-73.53055018376995,41.341990378827475],[-73.5305711837704,41.34188137880555],[-73.53061118377397,41.34172037877288],[-73.53060618376568,41.34160637875086],[-73.53053218372281,41.34128137869004],[-73.53051518370869,41.341133378661794],[-73.53049718369721,41.34103637864351],[-73.53048518368966,41.34097337863163],[-73.53045018367098,41.34084737860827],[-73.53041618365096,41.34069237857921],[-73.53040418364486,41.34065437857221],[-73.53036618362512,41.34052637854856],[-73.53031318359473,41.34029937850611],[-73.53022018354518,41.33996537844416],[-73.53017118351633,41.33974237840237],[-73.53011318348707,41.33956237836926],[-73.53003718344284,41.33922537830615],[-73.52999318341416,41.33897737825932],[-73.52997218339549,41.338773378220296],[-73.52988918333361,41.338172378106044],[-73.52986218331806,41.33805537808415],[-73.52982618329348,41.33783337804213],[-73.52982418329071,41.33779737803518],[-73.52981618327975,41.3376533780074],[-73.52982818327564,41.33751637798033],[-73.52983118326777,41.33736437795064],[-73.52984918326311,41.337184377915],[-73.52984718324154,41.336825377845166],[-73.53087318355308,41.336474377742874],[-73.5318881838596,41.336098377636084],[-73.53222718396229,41.33597837760149],[-73.53238718401,41.33590837758257],[-73.53242418401992,41.33587337757453],[-73.53244218402371,41.33583837756713],[-73.53246118402679,41.335785377556185],[-73.53246818402695,41.335749377548936],[-73.53246918402394,41.335692377537804],[-73.53231418395754,41.33541337748861],[-73.53227718394167,41.33534637747678],[-73.53220318391288,41.335263377463065],[-73.53182918376285,41.33476537737849],[-73.53169818370579,41.33451337733375],[-73.53145618360902,41.334196377280044],[-73.53124518353272,41.33405837726015],[-73.53103918346035,41.33396037724788],[-73.53050518327596,41.33376137722681],[-73.5300431831142,41.333550377201014],[-73.52971718299735,41.33335537717383],[-73.52933618286373,41.33317737715178],[-73.52894918273103,41.33304937713966],[-73.52848518255544,41.332612377069914],[-73.5279221823476,41.33217137700267],[-73.52739518215363,41.33176837694164],[-73.52680418193421,41.331284376866925],[-73.52688018195057,41.33114337683696],[-73.52690818195101,41.330995376807216],[-73.5269101819433,41.33085137677911],[-73.52691118194355,41.330850376778876],[-73.52685718190953,41.33056637672537],[-73.52681118188808,41.33045337670487],[-73.52680118187932,41.3303583766867],[-73.52678018186563,41.33024037666441],[-73.52678318185998,41.330126376642134],[-73.52682918186694,41.32999037661412],[-73.52690418188317,41.32985237658476],[-73.52704618191736,41.32965037654073],[-73.52708118192496,41.329586376527104],[-73.52730618197481,41.32919237644294],[-73.52732418197878,41.32916037643611],[-73.52740518198524,41.328821376367415],[-73.5274921819968,41.32853637630903],[-73.52751518199989,41.32846137629366],[-73.52755918199297,41.32809837622151],[-73.52764518199047,41.32757737611721],[-73.52767718197045,41.32705537601449],[-73.52764518194768,41.32684237597407],[-73.52761918192391,41.32657837592351],[-73.52761418191804,41.32650537590946],[-73.52761018191232,41.32642937589478],[-73.52759518190287,41.326350375879905],[-73.52759818189732,41.32623837585798],[-73.52758818189118,41.32618837584858],[-73.52753318185248,41.32582937578048],[-73.52753118184229,41.325665375748606],[-73.52752818182309,41.32535237568775],[-73.52756218183049,41.325290375674555],[-73.52761918184356,41.32519837565474],[-73.52763118184647,41.325181375651034],[-73.52771718186766,41.325067375626],[-73.52730318171861,41.32480837558924],[-73.52718018167435,41.3247313755783],[-73.52626618132322,41.32377937542313],[-73.52592918119369,41.323427375365725],[-73.52585018116521,41.32337737535859],[-73.52573218112529,41.32334737535664],[-73.52562218108977,41.323348375360474],[-73.52516418094193,41.3233543753768],[-73.52470118079256,41.32336137539348],[-73.52360218043486,41.32332537542281],[-73.52332618034325,41.32328537542414],[-73.5229171802058,41.323197375420534],[-73.52283118017738,41.323187375421426],[-73.52278418016186,41.323182375422014],[-73.52238918002908,41.32309637541832],[-73.52225317998355,41.32307037541775],[-73.52218617996077,41.32305137541626],[-73.5220661799205,41.32302637541536],[-73.52196817988461,41.32295437540457],[-73.52185017984137,41.32286737539154],[-73.52168117977867,41.32272937537025],[-73.52158817974414,41.32265337535852],[-73.52116617958717,41.32230237530411],[-73.52105317954513,41.32220837528954],[-73.52057217935884,41.32168137520278],[-73.52037117927917,41.32142937516035],[-73.52007317916214,41.32107537510125],[-73.51981817906209,41.320773375050855],[-73.51970517901958,41.32067137503471],[-73.5196111789837,41.320577375019525],[-73.51955117896084,41.32051837501001],[-73.51934817888126,41.32027937497017],[-73.51926317884795,41.32017937495349],[-73.51907417877416,41.31996237491747],[-73.51905917876798,41.3199393749135],[-73.51879217865769,41.31952837484226],[-73.51871717862822,41.3194393748274],[-73.51860217858551,41.31934437481269],[-73.51842917852494,41.31926537480303],[-73.51814317842485,41.31913537478716],[-73.51786317832837,41.31903437477675],[-73.51759717823674,41.31893837476682],[-73.51702217803906,41.31873837474688],[-73.51674217794282,41.31864137473723],[-73.51633717780305,41.318491374721404],[-73.51598017767988,41.3183593747075],[-73.51569617758298,41.318273374700134],[-73.51545517750147,41.318212374696216],[-73.51525917743749,41.31820237470073],[-73.51508817738039,41.31817237470055],[-73.51489717731668,41.31813937470044],[-73.51478117727753,41.31811137469883],[-73.51466417723874,41.31809537469957],[-73.51443617716217,41.31804737469775],[-73.51430517711763,41.31801037469487],[-73.5141491770663,41.317995374697105],[-73.51407817704245,41.31798037469654],[-73.51400617701755,41.31795237469345],[-73.5138481769613,41.31786437468154],[-73.51380517694605,41.31784137467847],[-73.51360017686955,41.31766637465116],[-73.51336317677419,41.31734537459646],[-73.51325417672781,41.31715437456286],[-73.51317817669539,41.31701937453908],[-73.51314017667693,41.31691337451967],[-73.51306717664389,41.31675137449053],[-73.51302617662452,41.316646374471425],[-73.51298717660713,41.31656437445674],[-73.51293917658177,41.31639537442539],[-73.51291217656072,41.31618337438499],[-73.51285317650738,41.3155943742722],[-73.51284617650133,41.315529374259754],[-73.51276917643072,41.31474337410918],[-73.51273017639717,41.31438337404032],[-73.51270817637803,41.31417637400073],[-73.51266317632603,41.31353237387675],[-73.5126131762967,41.313306373834365],[-73.51257417627346,41.31312337379998],[-73.51248417623567,41.31297437377393],[-73.51238917619767,41.31284937375272],[-73.51229417615804,41.31269637372604],[-73.51217217610844,41.312522373696176],[-73.51211917608688,41.31244637368313],[-73.5119701760292,41.31228337365631],[-73.5115991758948,41.31203637362043],[-73.5114011758256,41.31194737360963],[-73.51115417573945,41.31184037359694],[-73.51080117561443,41.31165437357236],[-73.51069117557547,41.3115963735647],[-73.51056117552875,41.31151637355341],[-73.51035817545262,41.311336373525045],[-73.51029117542699,41.311268373514],[-73.5100921753508,41.31106537348103],[-73.51002617532558,41.31099837347015],[-73.50989017526832,41.310770373430216],[-73.5094931751082,41.31022537333715],[-73.50944617508829,41.31014437332292],[-73.50931917503452,41.30992637328463],[-73.50916917496508,41.30956637321944],[-73.50908517491628,41.30919437314973],[-73.5089201748228,41.30850437302074],[-73.50881817477128,41.308185372961944],[-73.50876517473687,41.30788837290581],[-73.50871317468949,41.30736237280503],[-73.50873017468336,41.307162372765504],[-73.5087331746827,41.30713437275995],[-73.50883617470197,41.30689237270939],[-73.50894517472719,41.30671937267208],[-73.50906317475525,41.30654537263427],[-73.50913217476781,41.30637737259926],[-73.50916017476862,41.306235372570654],[-73.50914717475513,41.306075372539915],[-73.50914517475285,41.306047372534515],[-73.50910517473221,41.30591537251013],[-73.50899817468989,41.305782372487734],[-73.50891317465576,41.30566837246833],[-73.50890817465374,41.30566137246713],[-73.50882417461936,41.30553737244574],[-73.5085881745318,41.305344372415924],[-73.50835117444385,41.305150372385945],[-73.50793217428267,41.304709372313845],[-73.50784617424958,41.30461837229895],[-73.50772317420228,41.30448937227787],[-73.50765817417764,41.30442737226794],[-73.50746317410392,41.304244372238706],[-73.50739917407968,41.30418337222894],[-73.50720817400644,41.30398637219687],[-73.50706317394447,41.30372737215119],[-73.50694317389522,41.303547372120065],[-73.50694017389395,41.30354237211918],[-73.50683117384706,41.303342372083804],[-73.50674517380757,41.30314137204747],[-73.50663617376105,41.30294737201325],[-73.50657917373289,41.3027803719826],[-73.50640317364814,41.30230137189506],[-73.50633617361026,41.3020223718429],[-73.50622517355256,41.301647371773484],[-73.50620817352723,41.30130537170738],[-73.50620317351817,41.30117737168261],[-73.50614117346848,41.30066737158525],[-73.50610517344836,41.300521371557984],[-73.50598617339656,41.30029237151728],[-73.5057801733049,41.29986137144008],[-73.50577217330144,41.29984637143743],[-73.50546617316998,41.29928737133858],[-73.5051401730223,41.29856037120764],[-73.50500617295909,41.29821837114541],[-73.50487717288391,41.297642371037405],[-73.5048071728342,41.29717637094889],[-73.50474517279481,41.29684337088603],[-73.50465517274633,41.296509370823884],[-73.50455517267879,41.29590337070907],[-73.50447817261951,41.2953113705962],[-73.50440417257491,41.294955370529266],[-73.50430117250745,41.29436737041804],[-73.5041921724406,41.2938233703156],[-73.50418317243586,41.29379137030965],[-73.50410917239553,41.29350937025711],[-73.50409717240848,41.293799370314055],[-73.50398517235831,41.29355937027096],[-73.50399217234254,41.2932483702101]]]},"properties":{"name":2456,"geoid":"09001245600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.18589906630672,41.239567370151164],[-73.18585506629721,41.23965037016881],[-73.1858730663075,41.23972837018347],[-73.1858850663132,41.23976037018935],[-73.18608706640924,41.24029737028775],[-73.18609706641391,41.24032237029232],[-73.18610906641898,41.24034337029601],[-73.18620206645804,41.24050037032368],[-73.1862240664661,41.2405163703261],[-73.18651806657365,41.24073337035896],[-73.18685206670074,41.241065370413],[-73.18698006674668,41.24114437042427],[-73.18744906689511,41.24108437039731],[-73.18767806696891,41.24107837038869],[-73.18769606697475,41.24107837038812],[-73.18785206703546,41.24125737041802],[-73.18797106708415,41.241435370448954],[-73.18823706718761,41.241739370499715],[-73.18821506718821,41.24187437052682],[-73.18819706718357,41.241895370531516],[-73.18820706718822,41.24192037053608],[-73.18816306718934,41.242189370590076],[-73.18813606719355,41.242416370635326],[-73.18829706725262,41.242538370653925],[-73.18839106728821,41.242628370668456],[-73.18835506730072,41.24305237075252],[-73.18851806738614,41.243624370859],[-73.18885706753319,41.2442773709756],[-73.18884906754684,41.24456237103158],[-73.18856506746053,41.24466137106016],[-73.18831006737894,41.24467837107177],[-73.18810306731586,41.244747371091975],[-73.1880290673019,41.24492237112859],[-73.18803506731312,41.24508537116025],[-73.18804106732294,41.24522337118703],[-73.18825706740019,41.24535137120502],[-73.1887110675541,41.24547237121391],[-73.189295067741,41.24543437118749],[-73.18953906781876,41.24541237117526],[-73.18963906785058,41.245402371170066],[-73.1899410679468,41.24537537115497],[-73.19004206797901,41.24536637114992],[-73.19007106798823,41.2453633711484],[-73.19015906801626,41.245355371143965],[-73.19018906802586,41.2453533711426],[-73.19021706803474,41.2453503711411],[-73.19061506816361,41.245350371128175],[-73.19119206835045,41.24535037110941],[-73.19149906844409,41.2452493710797],[-73.19183206854578,41.24514237104796],[-73.19201806860475,41.24512037103762],[-73.19231206870225,41.245160371035865],[-73.19275906884653,41.24515237101976],[-73.19347506907395,41.24507537098145],[-73.19366606913717,41.24509937097992],[-73.19447606942762,41.24559337105015],[-73.1952120696855,41.24593637109323],[-73.1952360696939,41.245947371094594],[-73.1955440698022,41.2460973711139],[-73.19595406995184,41.246393371158405],[-73.19628707006737,41.246528371173966],[-73.19640607010675,41.24654337117303],[-73.19660107017133,41.24656837117157],[-73.19669707020314,41.246581371171],[-73.19717307036463,41.24671037118072],[-73.19736407042943,41.246762371184666],[-73.19772807055294,41.24686137119219],[-73.19819607071173,41.24698837120177],[-73.19871407089498,41.24726037123809],[-73.19877507091574,41.247278371239624],[-73.19913707103929,41.24738937124954],[-73.19930607109698,41.247441371254205],[-73.19994607131483,41.24762737126973],[-73.20021607141166,41.24779237129319],[-73.20031307144977,41.24790937131291],[-73.20034207146115,41.2479443713188],[-73.20061707159272,41.24868937145544],[-73.20077707165503,41.248873371486184],[-73.20080407166475,41.24889037148864],[-73.20122207181517,41.24915437152663],[-73.20146507190327,41.24931937155097],[-73.20159407196229,41.24962137160578],[-73.20156107196223,41.24980737164321],[-73.20141007192481,41.250008371687386],[-73.20138807193237,41.250265371738315],[-73.20131107193147,41.250686371823086],[-73.20142207197559,41.250829371847416],[-73.20173407208962,41.25105737188182],[-73.20174307209305,41.25106637188328],[-73.20203407220362,41.25135237192969],[-73.2024960723624,41.25151337194614],[-73.20284407248818,41.25174237197956],[-73.2027490724606,41.25179837199358],[-73.20267407243875,41.25184137200443],[-73.20248707238457,41.2519523720322],[-73.20237107235393,41.25207337205961],[-73.20226507232948,41.25224637209687],[-73.20216407230637,41.25241437213298],[-73.20214507230205,41.25244637213984],[-73.20210107229414,41.25255737216297],[-73.20201507227908,41.25278137220954],[-73.2019850722824,41.25300937225507],[-73.20197807228374,41.25307237226759],[-73.20194307227737,41.25315937228574],[-73.20192007227313,41.25321537229742],[-73.20187707226044,41.25323737230314],[-73.2018110722425,41.253297372316986],[-73.20176507222911,41.25332337232357],[-73.201658072198,41.25338537233916],[-73.20144007212775,41.25339137234744],[-73.20131607208978,41.25342937235887],[-73.2010570720119,41.25353437238783],[-73.20082607194253,41.2536293724139],[-73.20076407192387,41.25365437242082],[-73.20057507186772,41.25374237244416],[-73.20029807176923,41.25358837242306],[-73.20017407172719,41.25355537242065],[-73.19998507165943,41.25344037240435],[-73.19986907162031,41.25341337240285],[-73.19984607161396,41.25343237240729],[-73.19964307155747,41.25359437244555],[-73.19935007146759,41.25368137247209],[-73.19929407145042,41.253698372477224],[-73.19924507143483,41.253703372479784],[-73.19892307133247,41.25373637249671],[-73.19887207131629,41.25374237249956],[-73.19882007130055,41.253761372504954],[-73.19877307128623,41.2537773725096],[-73.19872007127022,41.25379737251523],[-73.19865207125179,41.25386037252974],[-73.19861607124209,41.25389437253758],[-73.19839807118315,41.25409837258452],[-73.19837007117567,41.254126372590896],[-73.19808007109307,41.25432437263902],[-73.1977380710012,41.25465437271464],[-73.19771307099407,41.254671372718754],[-73.19747307092652,41.254849372761335],[-73.19745607092146,41.25485737276347],[-73.1974460709191,41.254872372766705],[-73.1973620709016,41.25504237280265],[-73.19735407090455,41.25513937282188],[-73.19735207090956,41.255238372841276],[-73.19741707095281,41.25562737291517],[-73.19742107095857,41.25570537293029],[-73.19743907098281,41.2560273729926],[-73.19744807102775,41.25676337313611],[-73.19749207105428,41.25697837317668],[-73.19758707110041,41.25724737322615],[-73.1978970712189,41.257564373278],[-73.19794007123534,41.2576083732852],[-73.19837207139967,41.258036373354756],[-73.19851507145387,41.25817437337707],[-73.19860207148781,41.258275373393964],[-73.19862707149846,41.25832037340193],[-73.19870007152964,41.25845237342535],[-73.19881207157665,41.258640373458434],[-73.19891807162486,41.258883373502464],[-73.19914607172527,41.2593483735859],[-73.19918707174328,41.25943137360078],[-73.19927307178713,41.25971137365268],[-73.19934107183451,41.2601553737372],[-73.19935307184268,41.26023037375145],[-73.19937207185745,41.26038137378033],[-73.19934207186243,41.26063837383152],[-73.1993090718601,41.26078437386111],[-73.19924607184694,41.26091137388798],[-73.19903607180026,41.261284373967676],[-73.19897807178903,41.261416373995345],[-73.19887307176907,41.26166237404683],[-73.1988100717585,41.261834374082476],[-73.19874707175016,41.26204537412573],[-73.19873907174934,41.26207637413205],[-73.19867907175112,41.26244737420648],[-73.19871407177685,41.26269937425457],[-73.1987450717994,41.262918374296326],[-73.1988040718328,41.26316837434326],[-73.19889207188216,41.263533374411686],[-73.19895807192593,41.26392537448611],[-73.19900107195443,41.26418037453452],[-73.19856507181798,41.26426337456491],[-73.1979530716265,41.26438037460768],[-73.19726607141362,41.26454837466286],[-73.19683607128042,41.26465437469756],[-73.19646407116527,41.26474737472782],[-73.19537607083032,41.2650513748226],[-73.19531107081035,41.265070374828426],[-73.19492807069095,41.2651513748567],[-73.19472907062845,41.26518537486982],[-73.19427707048528,41.265241374895446],[-73.1939910703938,41.265261374908675],[-73.19370907030203,41.265253374916284],[-73.19291107004463,41.265271374945755],[-73.19275006999301,41.26528037495275],[-73.19217606980901,41.265313374977865],[-73.19169606965416,41.26532337499545],[-73.19104306944284,41.26532637501727],[-73.19085606938292,41.265337375025496],[-73.19039906923658,41.26536637504603],[-73.19022706918226,41.2653903750563],[-73.19009706914147,41.26541337506503],[-73.189957069098,41.265446375076024],[-73.1893910689269,41.265659375136046],[-73.18936706891962,41.26566837513859],[-73.18929506889786,41.2656953751462],[-73.18927106889059,41.265704375148744],[-73.18915506885573,41.2657513751617],[-73.18898006880409,41.26583937518456],[-73.1888750687727,41.26588537519696],[-73.18877906874407,41.26592837520849],[-73.18803706851834,41.26618337528243],[-73.18763906839658,41.266308375319795],[-73.18722406826973,41.26644037535906],[-73.1871680682528,41.266461375365],[-73.1870820682269,41.26649537537443],[-73.186998068201,41.26651837538166],[-73.18694106818344,41.266534375386634],[-73.18659606807825,41.26664837542011],[-73.18658906807615,41.266651375420935],[-73.1865550680657,41.266661375424],[-73.18596706788544,41.26683937547788],[-73.18555806776082,41.26697637551796],[-73.18521406765609,41.267093375551994],[-73.18510506762291,41.26713037556276],[-73.18491406756164,41.26714037557093],[-73.18473506750246,41.26711937557264],[-73.1845990674572,41.26709837557296],[-73.18454406743895,41.26709037557319],[-73.18426806734631,41.26703337557103],[-73.18412406729712,41.26698837556692],[-73.183946067237,41.266945375564305],[-73.18350506708356,41.26675937554233],[-73.18325906699692,41.266637375526486],[-73.18305506692224,41.26648637550363],[-73.18288606686212,41.26639237549075],[-73.18274706681271,41.26631537548024],[-73.18254506674147,41.26621337546689],[-73.1823180666638,41.26614037546001],[-73.18214006660283,41.26608237545445],[-73.18201106655894,41.266045375451434],[-73.18184606650287,41.26599937544782],[-73.18131106632212,41.26586837543961],[-73.18119506628268,41.265835375436936],[-73.1810810662441,41.26580637543498],[-73.18077106613926,41.265728375429816],[-73.18060406608438,41.26571437543252],[-73.1805520660673,41.265710375433414],[-73.18033706599711,41.26570037543847],[-73.1801360659324,41.265707375446354],[-73.18010306592183,41.26570937544782],[-73.17993706586873,41.26572037545537],[-73.17980806582877,41.2657523754658],[-73.17956406575506,41.26584537549191],[-73.17953406574601,41.26585737549522],[-73.17925306566028,41.26594937552234],[-73.17897106557744,41.266098375560624],[-73.17866006548466,41.26623737559788],[-73.1784960654364,41.266322375619815],[-73.17848706543373,41.26632637562088],[-73.17829606537694,41.26641537564449],[-73.17812106532337,41.26646937566071],[-73.17726006505364,41.26662937571996],[-73.17689206493841,41.2666983757454],[-73.17573406457531,41.26690737582386],[-73.17556506452269,41.266944375836594],[-73.17534906445206,41.266932375841265],[-73.17525706442146,41.26691837584152],[-73.17521306440688,41.2669123758418],[-73.17512106437546,41.266884375839304],[-73.17498906432861,41.26681237582953],[-73.17478106424886,41.266595375793905],[-73.17459406417721,41.266401375762086],[-73.17416706401451,41.265973375692354],[-73.17387306391974,41.265981375703454],[-73.17347206379054,41.26599337571884],[-73.17299406363608,41.26599937573556],[-73.17270106354144,41.26600337574585],[-73.17263206354242,41.266412375828],[-73.17263006355125,41.26657837586049],[-73.1726290635668,41.26685637591482],[-73.17267106358766,41.26698337593826],[-73.17288806367038,41.267201375973805],[-73.17303706373075,41.267413376010374],[-73.17319306379629,41.26767637605668],[-73.17322706381141,41.267748376069626],[-73.17332806385166,41.267880376092144],[-73.17342506389328,41.26805937612396],[-73.17342906389521,41.26807037612596],[-73.17347706391698,41.268179376145696],[-73.17349006392303,41.268211376151534],[-73.17353806395055,41.268421376190986],[-73.17355006396282,41.268568376219314],[-73.17359706398068,41.26861437622677],[-73.17288106374959,41.26862837625278],[-73.17073306305647,41.26867337633138],[-73.17028706291258,41.26868337634782],[-73.17015306286937,41.268686376352775],[-73.17001806282582,41.26868937635774],[-73.16991306279192,41.268691376361545],[-73.16967706271578,41.26869637637019],[-73.16944006263935,41.26870237637906],[-73.16899706249639,41.2687113763952],[-73.1659340615083,41.268780376508225],[-73.16491306117892,41.26880337654589],[-73.16408706091288,41.268829376577806],[-73.1616110601155,41.26890937667387],[-73.16147006007013,41.26891437667943],[-73.16078705985086,41.26894837670825],[-73.16017405965431,41.268983376735],[-73.15956705945972,41.26901837676156],[-73.15915505932625,41.269018376774945],[-73.15841005908501,41.26901937679933],[-73.158335059061,41.26902437680275],[-73.15819305901559,41.269034376809316],[-73.15772305886513,41.26906537683064],[-73.15729305872728,41.26909037684949],[-73.15688205859553,41.26911437686752],[-73.15600405831076,41.26910737689466],[-73.1555740581713,41.26910437690803],[-73.15526705807136,41.269095376916255],[-73.15448405774454,41.26781237669104],[-73.15267405698896,41.26484337616981],[-73.1525100569205,41.26457437612258],[-73.1523700568613,41.26433137607963],[-73.1516940565753,41.26315537587183],[-73.15163605655076,41.263054375853976],[-73.15107805631466,41.26208337568236],[-73.1508820562318,41.26174337562231],[-73.15079205619371,41.261586375594554],[-73.15048805607009,41.26114537551826],[-73.15003705588674,41.26049137540511],[-73.14957705569971,41.259824375289725],[-73.1492740555765,41.25938437521358],[-73.14911205551405,41.25920937518463],[-73.14902005547867,41.25911137516848],[-73.14880305537785,41.25857537507078],[-73.1487140553365,41.25835537503069],[-73.14863405529837,41.25814137499147],[-73.14859705528411,41.25810137498485],[-73.14776305494162,41.256831374763756],[-73.14772305492518,41.256770374753124],[-73.14768305490882,41.256710374742696],[-73.14762505488501,41.25662237472739],[-73.1475680548616,41.25653537471224],[-73.14736805477943,41.25623037465913],[-73.14742905479622,41.25617837464698],[-73.1476000548446,41.25605537461739],[-73.14785605491616,41.2558563745702],[-73.14809905498353,41.25565737452342],[-73.14837805506278,41.25546237447627],[-73.1485950551212,41.25525437442857],[-73.14888805520026,41.25497637436474],[-73.14926705530465,41.25465437428953],[-73.14935505532894,41.254580374272194],[-73.14948405536309,41.254446374241816],[-73.14975505543723,41.254207374186315],[-73.1498960554756,41.25407937415672],[-73.15021705556303,41.25378937408964],[-73.15073405570607,41.253361373989215],[-73.15108605580467,41.25309137392503],[-73.15116905582757,41.253021373908645],[-73.15159205594433,41.25266637382554],[-73.15163105595504,41.25263237381764],[-73.15168705597054,41.252586373806835],[-73.15175105598817,41.25253237379421],[-73.15179105599927,41.252499373786456],[-73.15187605602267,41.25242737376962],[-73.15203205606579,41.25229737373915],[-73.15213005609242,41.25220737371837],[-73.15213905609485,41.25219937371653],[-73.15221305611502,41.25213237370103],[-73.15285905632092,41.252074373668734],[-73.15311905640334,41.25204337365423],[-73.15322505643626,41.2520183736459],[-73.15325105644393,41.25200537364252],[-73.1533830564832,41.25194437362631],[-73.15354205653001,41.251862373605135],[-73.15375205659058,41.25173137357272],[-73.15396705665553,41.251649373549704],[-73.15417405671658,41.251544373522464],[-73.15478405690028,41.25130137345516],[-73.15540205708862,41.251094373394665],[-73.15615705732178,41.25089537333126],[-73.15617905732861,41.25089037332956],[-73.15628305736098,41.25086737332169],[-73.15652405743454,41.25078837329843],[-73.15690005754655,41.25061737325281],[-73.1569890575723,41.25056337323935],[-73.15714005761659,41.25048237321863],[-73.15727705765178,41.25032137318272],[-73.15747805770616,41.25013337313945],[-73.15775505777893,41.24983637307242],[-73.15791805782185,41.2496633730333],[-73.15835805793829,41.24920637292972],[-73.15863305801892,41.24905837289186],[-73.15976305836303,41.24867537278031],[-73.16004705844969,41.24858237275292],[-73.16089605870894,41.24830737267161],[-73.1611840587992,41.2482543726519],[-73.16162605893773,41.24817337262172],[-73.16205405907353,41.248124372598234],[-73.16234605916625,41.2480923725825],[-73.1623640591829,41.248282372619066],[-73.16237005919106,41.24839137264017],[-73.16239605922613,41.24885837273059],[-73.16243005926175,41.24929037281392],[-73.16245505928696,41.249590372871744],[-73.16246205929461,41.24968537289007],[-73.1624790593088,41.24983737291924],[-73.1625160593388,41.25015337297979],[-73.16259705938336,41.25047537304009],[-73.16262405939743,41.25056837305738],[-73.16269505943406,41.250807373101786],[-73.16290505951956,41.251114373154955],[-73.16295205953945,41.25119637316947],[-73.16307505959159,41.251412373207685],[-73.16332705969687,41.2518273732806],[-73.16359905980724,41.25221837334817],[-73.16371605985374,41.25236937337389],[-73.16377205987605,41.25244237338634],[-73.16399305996495,41.252746373438555],[-73.16429606007254,41.25291237346116],[-73.1643840601032,41.25295037346573],[-73.16450506014436,41.25298537346865],[-73.16498006030307,41.25307037346982],[-73.16532306041671,41.25311537346748],[-73.16568806053837,41.25317637346755],[-73.16618406070157,41.25322137346024],[-73.16660506083967,41.25325237345261],[-73.16699106096301,41.25322337343442],[-73.16734106107396,41.253181373414826],[-73.16766006117572,41.25315437339919],[-73.16834006139332,41.25310837336812],[-73.16875406152477,41.25306237334568],[-73.16893206158133,41.25304337333619],[-73.16914606164846,41.253005373321805],[-73.1691590616481,41.25292537330575],[-73.16915906164701,41.25290637330205],[-73.16921506166258,41.25286137329142],[-73.16930506167581,41.25258237323399],[-73.16960706174338,41.252052373120605],[-73.1700460618309,41.25109437291915],[-73.17011106183655,41.25082437286425],[-73.17013906183914,41.25071037284107],[-73.17014606184019,41.250689372836746],[-73.17019206184831,41.25057037281198],[-73.1712020621826,41.250697372804],[-73.17144706226448,41.25074137280464],[-73.17221506252102,41.25087937280665],[-73.17242306259249,41.25095137281397],[-73.1725550626395,41.25102637282434],[-73.17284206275183,41.251366372881456],[-73.17305506284465,41.25178437295623],[-73.17325006290257,41.2516923729319],[-73.1733630629362,41.25164037291806],[-73.17342706295285,41.25156937290212],[-73.17349406296931,41.25147737288197],[-73.17352406297007,41.251320372850316],[-73.17356206297376,41.25116937281957],[-73.17356306297403,41.251168372819336],[-73.17363606299253,41.25107837279938],[-73.17372606301932,41.251037372788446],[-73.17382906305286,41.25104037278568],[-73.17387506306783,41.251041372784385],[-73.17407906313416,41.25104637277874],[-73.17430806321322,41.2511323727881],[-73.1744480632616,41.251185372793906],[-73.17456706330384,41.251250372802744],[-73.17477806337882,41.251367372818756],[-73.17493806343332,41.25141437282273],[-73.17506906347796,41.2514533728261],[-73.17512206349225,41.25140337281461],[-73.17544206358244,41.251167372758104],[-73.17553006360157,41.251003372723176],[-73.17564506362974,41.250844372688384],[-73.1757260636497,41.25073437266425],[-73.17598106372382,41.250586372627055],[-73.17608306374899,41.25044837259675],[-73.17617006375748,41.25010337252651],[-73.17628206378834,41.250008372504304],[-73.17642006382674,41.24989837247832],[-73.1766390638773,41.24954137240146],[-73.17685006393248,41.24931137234964],[-73.17728606406583,41.249173372308505],[-73.17735206408376,41.24911337229464],[-73.17746806411539,41.24900937227054],[-73.17759906414527,41.2487893722233],[-73.17786806421638,41.24850937215983],[-73.17791406422975,41.24848237215306],[-73.17818806430941,41.24832337211308],[-73.17819406431128,41.248322372112696],[-73.17824606432784,41.248317372110016],[-73.17876306448994,41.24822437207506],[-73.17882106450593,41.2481753720636],[-73.17885706451473,41.248125372052655],[-73.17886506450915,41.24798237202446],[-73.17889506451273,41.24787437200236],[-73.17890106451364,41.24785637199865],[-73.17897406453447,41.2478073719867],[-73.17917806459636,41.247734371965805],[-73.1794430646767,41.24763837193843],[-73.17952706470226,41.24760937193003],[-73.17959206472239,41.2475933719248],[-73.17991906482102,41.247466371889345],[-73.18000706484015,41.247302371854445],[-73.18001406484021,41.2472633718466],[-73.17999206482669,41.24715137182543],[-73.17994906479976,41.24692337178226],[-73.17997606480617,41.24688237177337],[-73.18005006482367,41.24676937174889],[-73.1801690648581,41.24669737173093],[-73.1802250648744,41.24666537172286],[-73.18034106491072,41.2466433717148],[-73.18057406498177,41.24656637169218],[-73.18078506504982,41.24656137168435],[-73.1809670651071,41.24653237167277],[-73.18117106517133,41.24650037165988],[-73.18123906519317,41.246497371657085],[-73.18132906523498,41.24671937169756],[-73.18133806523726,41.24670837169511],[-73.18269806559968,41.245342371383934],[-73.18275606560474,41.245101371334954],[-73.18286106562994,41.244947371301436],[-73.18321906573011,41.24467137123586],[-73.18354806582227,41.244419371175916],[-73.18365506585222,41.24433737115642],[-73.1843520660765,41.24431237112888],[-73.18458206614835,41.24426637111242],[-73.184720066173,41.24391537103933],[-73.18482206620011,41.243811371015695],[-73.18510606628361,41.243663370977536],[-73.18523706631662,41.243498370941026],[-73.18529006632721,41.24338337091683],[-73.18543306635628,41.24308137085315],[-73.18553506638087,41.242933370820914],[-73.1856800664228,41.242845370798996],[-73.18581906645932,41.24269637076536],[-73.18578806644436,41.24261037074956],[-73.18569806640062,41.242354370702444],[-73.18566906638638,41.24226937068678],[-73.18551406629462,41.24154037054932],[-73.185461066263,41.2412873705016],[-73.18478806602172,41.24087737044332],[-73.18485206601535,41.2404023703484],[-73.18515006609614,41.240127370284966],[-73.18519506610342,41.23999937025848],[-73.18524006611064,41.2398703702318],[-73.18525706611477,41.23984637022657],[-73.18537506614379,41.23968537019126],[-73.18553506619136,41.23961137017159],[-73.18563706622287,41.23958437016301],[-73.18587006629706,41.239562370151134],[-73.18589906630672,41.239567370151164]]]},"properties":{"name":906,"geoid":"09001090600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.22737208305605,41.2976123801377],[-73.22611708265526,41.29771138019794],[-73.22235408145376,41.298012380379355],[-73.22110008105332,41.298112380439754],[-73.22062008090016,41.29815238046321],[-73.2191810804412,41.2982763805343],[-73.2187020802884,41.29831738055791],[-73.21790808003496,41.298382380596465],[-73.21643307956428,41.298505380668544],[-73.21552907927577,41.29858038071266],[-73.21473707902304,41.29864638075135],[-73.21403707879864,41.298687380782155],[-73.21194007812672,41.29881438087527],[-73.21124107790277,41.29885738090645],[-73.20560307610221,41.299304381177365],[-73.20509507593997,41.29934438120171],[-73.2048010758461,41.29936838121598],[-73.20441807569884,41.29896338114941],[-73.20327107525773,41.297748380949656],[-73.20288907511082,41.29734338088305],[-73.20262207500737,41.29704738083398],[-73.20245507494269,41.29686238080331],[-73.201550074592,41.29585738063664],[-73.20127107448394,41.29554838058542],[-73.20115407443859,41.29541838056386],[-73.20082307431028,41.29504938050262],[-73.20072007427059,41.29493938048451],[-73.20043007416614,41.29475538045803],[-73.1995610738531,41.29420438037878],[-73.19927207374903,41.29402138035246],[-73.19913607369772,41.29389438033211],[-73.19872807354375,41.293513380271015],[-73.1985930734928,41.293387380250834],[-73.19853407347038,41.29332938024143],[-73.1983580734036,41.293158380213775],[-73.19830007338152,41.29310138020454],[-73.19683707282415,41.29164237996738],[-73.1924510711531,41.2872653792557],[-73.19098907059616,41.28580737901865],[-73.19092307057176,41.28575437901044],[-73.1907280704995,41.28559537898574],[-73.19066307047547,41.28554337897771],[-73.19016407028589,41.28505437889848],[-73.18866706971711,41.28358737866076],[-73.18816806952759,41.28309937858172],[-73.18812306951033,41.283052378574006],[-73.18798806945854,41.28291137855087],[-73.18794306944127,41.28286437854317],[-73.18787906941427,41.28275437852376],[-73.18777606937073,41.28257637849236],[-73.18776906935857,41.28240337845881],[-73.18776406934973,41.282277378434365],[-73.18747706924152,41.28201037839157],[-73.18661606891698,41.28121137826357],[-73.1863290688088,41.280945378220984],[-73.18603406869788,41.280676378178036],[-73.18515206836625,41.27987237804974],[-73.1848580682557,41.27960437800698],[-73.18448906812054,41.27933037796547],[-73.18241606732889,41.277226377622036],[-73.18226606727144,41.27707137759665],[-73.18193306714478,41.27674237754323],[-73.18093406676483,41.27575537738295],[-73.18060106663825,41.27542737732973],[-73.1802740665137,41.27510137727671],[-73.18023506649884,41.27506237727035],[-73.18000506641127,41.2748333772331],[-73.17933906615272,41.27408337710828],[-73.17903306603395,41.27373937705106],[-73.17896906600757,41.2736403770338],[-73.17893906599146,41.2735283770129],[-73.17886406595089,41.27324337695968],[-73.17877206590526,41.27296637690857],[-73.17872806588495,41.272860376889305],[-73.17864006584412,41.272644376849975],[-73.17832306573014,41.27244637682161],[-73.17808206564345,41.27229537679995],[-73.17745506540881,41.27174237671233],[-73.17717606530432,41.27149537667315],[-73.1766230650956,41.27097637658976],[-73.17659606508542,41.27095137658576],[-73.17584506480712,41.27033737649025],[-73.17486206444308,41.26953737636593],[-73.17448806430458,41.26923337631872],[-73.1742950642309,41.26903737628672],[-73.17391006408262,41.268624376218554],[-73.17359706398068,41.26861437622677],[-73.17355006396282,41.268568376219314],[-73.17353806395055,41.268421376190986],[-73.17349006392303,41.268211376151534],[-73.17347706391698,41.268179376145696],[-73.17342906389521,41.26807037612596],[-73.17342506389328,41.26805937612396],[-73.17332806385166,41.267880376092144],[-73.17322706381141,41.267748376069626],[-73.17319306379629,41.26767637605668],[-73.17303706373075,41.267413376010374],[-73.17288806367038,41.267201375973805],[-73.17267106358766,41.26698337593826],[-73.1726290635668,41.26685637591482],[-73.17263006355125,41.26657837586049],[-73.17263206354242,41.266412375828],[-73.17270106354144,41.26600337574585],[-73.17299406363608,41.26599937573556],[-73.17347206379054,41.26599337571884],[-73.17387306391974,41.265981375703454],[-73.17416706401451,41.265973375692354],[-73.17459406417721,41.266401375762086],[-73.17478106424886,41.266595375793905],[-73.17498906432861,41.26681237582953],[-73.17512106437546,41.266884375839304],[-73.17521306440688,41.2669123758418],[-73.17525706442146,41.26691837584152],[-73.17534906445206,41.266932375841265],[-73.17556506452269,41.266944375836594],[-73.17573406457531,41.26690737582386],[-73.17689206493841,41.2666983757454],[-73.17726006505364,41.26662937571996],[-73.17812106532337,41.26646937566071],[-73.17829606537694,41.26641537564449],[-73.17848706543373,41.26632637562088],[-73.1784960654364,41.266322375619815],[-73.17866006548466,41.26623737559788],[-73.17897106557744,41.266098375560624],[-73.17925306566028,41.26594937552234],[-73.17953406574601,41.26585737549522],[-73.17956406575506,41.26584537549191],[-73.17980806582877,41.2657523754658],[-73.17993706586873,41.26572037545537],[-73.18010306592183,41.26570937544782],[-73.1801360659324,41.265707375446354],[-73.18033706599711,41.26570037543847],[-73.1805520660673,41.265710375433414],[-73.18060406608438,41.26571437543252],[-73.18077106613926,41.265728375429816],[-73.1810810662441,41.26580637543498],[-73.18119506628268,41.265835375436936],[-73.18131106632212,41.26586837543961],[-73.18184606650287,41.26599937544782],[-73.18201106655894,41.266045375451434],[-73.18214006660283,41.26608237545445],[-73.1823180666638,41.26614037546001],[-73.18254506674147,41.26621337546689],[-73.18274706681271,41.26631537548024],[-73.18288606686212,41.26639237549075],[-73.18305506692224,41.26648637550363],[-73.18325906699692,41.266637375526486],[-73.18350506708356,41.26675937554233],[-73.183946067237,41.266945375564305],[-73.18412406729712,41.26698837556692],[-73.18426806734631,41.26703337557103],[-73.18454406743895,41.26709037557319],[-73.1845990674572,41.26709837557296],[-73.18473506750246,41.26711937557264],[-73.18491406756164,41.26714037557093],[-73.18510506762291,41.26713037556276],[-73.18521406765609,41.267093375551994],[-73.18555806776082,41.26697637551796],[-73.18596706788544,41.26683937547788],[-73.1865550680657,41.266661375424],[-73.18658906807615,41.266651375420935],[-73.18659606807825,41.26664837542011],[-73.18694106818344,41.266534375386634],[-73.186998068201,41.26651837538166],[-73.1870820682269,41.26649537537443],[-73.1871680682528,41.266461375365],[-73.18722406826973,41.26644037535906],[-73.18763906839658,41.266308375319795],[-73.18803706851834,41.26618337528243],[-73.18877906874407,41.26592837520849],[-73.1888750687727,41.26588537519696],[-73.18898006880409,41.26583937518456],[-73.18915506885573,41.2657513751617],[-73.18927106889059,41.265704375148744],[-73.18929506889786,41.2656953751462],[-73.18936706891962,41.26566837513859],[-73.1893910689269,41.265659375136046],[-73.189957069098,41.265446375076024],[-73.19009706914147,41.26541337506503],[-73.19022706918226,41.2653903750563],[-73.19039906923658,41.26536637504603],[-73.19085606938292,41.265337375025496],[-73.19104306944284,41.26532637501727],[-73.19169606965416,41.26532337499545],[-73.19217606980901,41.265313374977865],[-73.19275006999301,41.26528037495275],[-73.19291107004463,41.265271374945755],[-73.19370907030203,41.265253374916284],[-73.1939910703938,41.265261374908675],[-73.19427707048528,41.265241374895446],[-73.19472907062845,41.26518537486982],[-73.19492807069095,41.2651513748567],[-73.19531107081035,41.265070374828426],[-73.19537607083032,41.2650513748226],[-73.19646407116527,41.26474737472782],[-73.19683607128042,41.26465437469756],[-73.19726607141362,41.26454837466286],[-73.1979530716265,41.26438037460768],[-73.19856507181798,41.26426337456491],[-73.19900107195443,41.26418037453452],[-73.19895807192593,41.26392537448611],[-73.19889207188216,41.263533374411686],[-73.1988040718328,41.26316837434326],[-73.1987450717994,41.262918374296326],[-73.19871407177685,41.26269937425457],[-73.19867907175112,41.26244737420648],[-73.19873907174934,41.26207637413205],[-73.19874707175016,41.26204537412573],[-73.1988100717585,41.261834374082476],[-73.19887307176907,41.26166237404683],[-73.19897807178903,41.261416373995345],[-73.19903607180026,41.261284373967676],[-73.19924607184694,41.26091137388798],[-73.1993090718601,41.26078437386111],[-73.19934207186243,41.26063837383152],[-73.19937207185745,41.26038137378033],[-73.19935307184268,41.26023037375145],[-73.19934107183451,41.2601553737372],[-73.19927307178713,41.25971137365268],[-73.19918707174328,41.25943137360078],[-73.19914607172527,41.2593483735859],[-73.19891807162486,41.258883373502464],[-73.19881207157665,41.258640373458434],[-73.19870007152964,41.25845237342535],[-73.19862707149846,41.25832037340193],[-73.19860207148781,41.258275373393964],[-73.19851507145387,41.25817437337707],[-73.19837207139967,41.258036373354756],[-73.19794007123534,41.2576083732852],[-73.1978970712189,41.257564373278],[-73.19758707110041,41.25724737322615],[-73.19749207105428,41.25697837317668],[-73.19744807102775,41.25676337313611],[-73.19743907098281,41.2560273729926],[-73.19742107095857,41.25570537293029],[-73.19741707095281,41.25562737291517],[-73.19735207090956,41.255238372841276],[-73.19735407090455,41.25513937282188],[-73.1973620709016,41.25504237280265],[-73.1974460709191,41.254872372766705],[-73.19745607092146,41.25485737276347],[-73.19747307092652,41.254849372761335],[-73.19771307099407,41.254671372718754],[-73.1977380710012,41.25465437271464],[-73.19808007109307,41.25432437263902],[-73.19837007117567,41.254126372590896],[-73.19839807118315,41.25409837258452],[-73.19861607124209,41.25389437253758],[-73.19865207125179,41.25386037252974],[-73.19872007127022,41.25379737251523],[-73.19877307128623,41.2537773725096],[-73.19882007130055,41.253761372504954],[-73.19887207131629,41.25374237249956],[-73.19892307133247,41.25373637249671],[-73.19924507143483,41.253703372479784],[-73.19929407145042,41.253698372477224],[-73.19935007146759,41.25368137247209],[-73.19964307155747,41.25359437244555],[-73.19984607161396,41.25343237240729],[-73.19986907162031,41.25341337240285],[-73.19998507165943,41.25344037240435],[-73.20017407172719,41.25355537242065],[-73.20029807176923,41.25358837242306],[-73.20057507186772,41.25374237244416],[-73.20076407192387,41.25365437242082],[-73.20082607194253,41.2536293724139],[-73.2010570720119,41.25353437238783],[-73.20131607208978,41.25342937235887],[-73.20144007212775,41.25339137234744],[-73.201658072198,41.25338537233916],[-73.20176507222911,41.25332337232357],[-73.2018110722425,41.253297372316986],[-73.20187707226044,41.25323737230314],[-73.20192007227313,41.25321537229742],[-73.20194307227737,41.25315937228574],[-73.20197807228374,41.25307237226759],[-73.2019850722824,41.25300937225507],[-73.20201507227908,41.25278137220954],[-73.20210107229414,41.25255737216297],[-73.20214507230205,41.25244637213984],[-73.20216407230637,41.25241437213298],[-73.20226507232948,41.25224637209687],[-73.20237107235393,41.25207337205961],[-73.20248707238457,41.2519523720322],[-73.20267407243875,41.25184137200443],[-73.2027490724606,41.25179837199358],[-73.20284407248818,41.25174237197956],[-73.20317107261067,41.25203337202577],[-73.2034850727221,41.25220437204897],[-73.20370407279535,41.25224537204986],[-73.20391107286466,41.25228537205094],[-73.20394807287882,41.25232337205716],[-73.20399907289938,41.252394372069375],[-73.2040410729159,41.25244537207797],[-73.20412707294757,41.25251237208826],[-73.20528707335595,41.253086372162656],[-73.20627207370511,41.25361537223399],[-73.20635807373763,41.25369737224721],[-73.20647507378193,41.25380937226528],[-73.20695907397914,41.25451837238804],[-73.20704307401337,41.25464137240935],[-73.20751007420367,41.255325372527786],[-73.20779207430378,41.255479372548706],[-73.20828407446828,41.255570372550466],[-73.20856807456191,41.255599372546875],[-73.2088950746747,41.255720372559885],[-73.20914407476309,41.25585637257836],[-73.20962707494171,41.256245372638624],[-73.20990107505534,41.25668137271489],[-73.2101030751351,41.256932372757355],[-73.21024907519813,41.25720837280653],[-73.21039607525964,41.2574513728492],[-73.21053407531437,41.25762737287909],[-73.21089807545643,41.25805037294988],[-73.2115530757004,41.258608373037575],[-73.21156107570339,41.25861537303868],[-73.2116330757383,41.258818373076],[-73.21175307578379,41.258934373094746],[-73.21187407582956,41.259049373113285],[-73.21190607584151,41.259077373117705],[-73.21207707591408,41.25937837317094],[-73.21215707594563,41.25947737318767],[-73.21226707598846,41.259603373208705],[-73.21250707607435,41.25974637322883],[-73.21271807615393,41.25994337326044],[-73.21284207620324,41.260103373287656],[-73.21292207625237,41.260509373364364],[-73.21294407628835,41.26101437346228],[-73.21303107633192,41.261283373512015],[-73.21300907634422,41.26162337357914],[-73.21295107634425,41.261952373645286],[-73.21302407638362,41.26222737369662],[-73.21315507643952,41.26246337373846],[-73.21325707647947,41.26258437375878],[-73.21370107662514,41.262617373750764],[-73.213927076703,41.262699373759425],[-73.21438507686541,41.262946373792765],[-73.21456707692685,41.26299037379543],[-73.21506207708931,41.26302837378673],[-73.21533107718082,41.26310537379302],[-73.21541807720929,41.26311037379117],[-73.21575307732559,41.263247373807005],[-73.21603707742761,41.26342337383215],[-73.21630607752884,41.26367037387163],[-73.21645907758909,41.26385737390318],[-73.21662607764813,41.263944373914725],[-73.21699007777201,41.264049373923385],[-73.21716507783113,41.26409237392609],[-73.2174630779377,41.26426837395076],[-73.21766007801281,41.264466373983],[-73.21771807803908,41.264597374006705],[-73.21778807809086,41.26510637410384],[-73.21782707811963,41.26538837415766],[-73.21787107816051,41.265854374247226],[-73.21789307818429,41.266145374303356],[-73.21794407820647,41.26624437432103],[-73.21801707823514,41.26633237433583],[-73.21801007823505,41.26637037434349],[-73.21825007832878,41.26665037439036],[-73.21886107857532,41.26750137453666],[-73.21919607871989,41.26813237464899],[-73.21935707878427,41.268346374685535],[-73.21952407887073,41.268912374790645],[-73.2196560789512,41.26957137491504],[-73.21967807899469,41.270207375038524],[-73.21974307904058,41.27064137512115],[-73.21993307911814,41.27092137516965],[-73.22011507918587,41.271075375193796],[-73.2201580792054,41.27117337521153],[-73.2201000791923,41.27127237523275],[-73.21989707913818,41.27147537527901],[-73.21972207909627,41.271733375335096],[-73.21972207909816,41.27176637534153],[-73.21953307905585,41.272096375412126],[-73.21945307904498,41.27235937546611],[-73.21953307909352,41.27275437554062],[-73.21951907909275,41.27282037555396],[-73.2193300790482,41.27311137561695],[-73.21931807905011,41.273212375637065],[-73.21930807905214,41.27330437565535],[-73.21938807909056,41.27352337569551],[-73.21992007932378,41.274588375886154],[-73.22003707938084,41.27492337594776],[-73.22008007941362,41.27525237601059],[-73.22005907941654,41.27542237604447],[-73.2199930794156,41.27577937611631],[-73.21997207943618,41.276257376210346],[-73.21999407944924,41.27636137622994],[-73.21998607944887,41.27640037623781],[-73.22021207954468,41.27679537630757],[-73.22024907956452,41.276932376333114],[-73.22029207959538,41.2772283763895],[-73.22030007963352,41.277849376510495],[-73.22042407969629,41.27824437658358],[-73.22046807972971,41.27857937664756],[-73.22033007970168,41.278870376708866],[-73.22032207970288,41.278936376722015],[-73.2203440797119,41.27896937672775],[-73.22036607973031,41.27916637676549],[-73.2204170797525,41.27926537678315],[-73.22045307976568,41.27929237678724],[-73.22077407987403,41.279369376791834],[-73.22088307991197,41.27941537679726],[-73.22104307996773,41.27948437680552],[-73.22150908013754,41.27981437685476],[-73.22182308026879,41.28033037694527],[-73.22188008029256,41.280423376961565],[-73.22186608029271,41.28050537697803],[-73.22183008028392,41.280555376988985],[-73.22187008030788,41.28074737702515],[-73.221902080327,41.28090037705399],[-73.22212108040644,41.281049377075945],[-73.22228808046397,41.28110937708222],[-73.22244108051288,41.28109837707509],[-73.22254008054655,41.28112637707733],[-73.22259408056495,41.28114237707868],[-73.22280508063706,41.281208377084695],[-73.22309608074131,41.28138337710937],[-73.22323508079543,41.281542377135885],[-73.22354808091157,41.281800377176054],[-73.22362808095134,41.28204237722069],[-73.22373008099501,41.28222837725368],[-73.22379508102146,41.28232237726991],[-73.22379508103275,41.28251937730838],[-73.22365708099876,41.28270637734936],[-73.22347008095333,41.282970377407004],[-73.22343208094416,41.283025377418994],[-73.22333708093038,41.283321377479865],[-73.22336708095142,41.283519377517536],[-73.22333008094286,41.28357937753045],[-73.2231440808879,41.283671377554484],[-73.22313008088373,41.28367737755611],[-73.22308908087159,41.28369737756134],[-73.22307608086783,41.28370537756332],[-73.22297908083917,41.283753377575856],[-73.22284308079902,41.28382137759357],[-73.22278508078337,41.28387637760619],[-73.22276508078207,41.28396637762442],[-73.22274308078102,41.284072377645835],[-73.22273408078038,41.28411237765394],[-73.22276408079783,41.284247377679314],[-73.22277008080115,41.284271377683794],[-73.22289408086176,41.28462837774945],[-73.22298408089686,41.28473237776681],[-73.22310208094292,41.28486937778971],[-73.22317808097256,41.28495737780443],[-73.22331708104399,41.285418377889876],[-73.22355708114246,41.285780377952726],[-73.22367308118883,41.285934377979],[-73.22384808125462,41.28609337800434],[-73.22408108133106,41.28611037800006],[-73.22454008147179,41.285972377958174],[-73.22475308153516,41.2858743779321],[-73.22489608157764,41.28580737791436],[-73.2249650815982,41.285776377906046],[-73.2250990816392,41.28573437789349],[-73.22526008169173,41.28574137788961],[-73.22544208175698,41.285851377905146],[-73.22586408190996,41.28613637794703],[-73.22619908203325,41.286394377986475],[-73.22657108216282,41.28655337800538],[-73.22677408223676,41.286696378026676],[-73.22694908229623,41.28674537803053],[-73.2271530823601,41.28670737801647],[-73.22756808248758,41.286586377979326],[-73.22779308256172,41.286608377976286],[-73.22799708263311,41.28670137798777],[-73.22817208269637,41.28681637800454],[-73.22836808277651,41.287107378054934],[-73.22862708287396,41.28734437809276],[-73.22903208300514,41.28734437807955],[-73.22932508310673,41.28746137809285],[-73.2301190833952,41.288008378173735],[-73.23030008346007,41.2881173781891],[-73.23098008370366,41.28852537824656],[-73.2311060837579,41.288759378288134],[-73.23117208378459,41.288852378304135],[-73.23123008380904,41.28895137832156],[-73.23128108382808,41.28899537832849],[-73.2313740838586,41.28900237832682],[-73.23141208387112,41.28900637832637],[-73.23170308396377,41.28897837831142],[-73.23196508405492,41.289088378324344],[-73.23219808413164,41.28911037832104],[-73.23282408433401,41.28910437829945],[-73.2334790845584,41.28931837831987],[-73.2337630846513,41.28933437831372],[-73.23386508468215,41.289296378302986],[-73.23387208468397,41.28928837830119],[-73.23388508468834,41.28929137830135],[-73.23392608470215,41.28930037830177],[-73.23394008470689,41.289304378302106],[-73.23407708473717,41.289058378249614],[-73.23449008482883,41.28832437809289],[-73.2346280848595,41.28807937804055],[-73.23472208488803,41.288046378031055],[-73.23489008493917,41.287989378014444],[-73.23501008497787,41.287986378009954],[-73.23511008501018,41.28798537800649],[-73.23502008499779,41.288277378066425],[-73.23493208498574,41.288564378125315],[-73.23478808496816,41.28907137822896],[-73.23477308496834,41.28915937824664],[-73.23475508496922,41.28927637827005],[-73.2347110849654,41.28945837830701],[-73.23469408497446,41.28971237835714],[-73.23465408498743,41.290164378446654],[-73.23462408498573,41.29030437847497],[-73.23460608498345,41.29036637848766],[-73.23455608497753,41.29054537852422],[-73.23450308496678,41.29065737854782],[-73.2344290849509,41.29079837857775],[-73.23419708489516,41.291136378651274],[-73.23403408485295,41.2913213786927],[-73.23392208482414,41.291451378721725],[-73.23345408469443,41.29183237881135],[-73.23299408456539,41.29218037889428],[-73.23277808450509,41.29234837893409],[-73.23257308444792,41.29250937897222],[-73.23206908430872,41.29292837907041],[-73.2320180842945,41.29296837907989],[-73.23196808428106,41.293016379090886],[-73.2318460842474,41.29311837911477],[-73.23132008410576,41.293619379229696],[-73.23122108407914,41.293714379251476],[-73.23076508396294,41.29426337937349],[-73.23044108387602,41.29457737944533],[-73.23016308380414,41.29489437951625],[-73.22948608362199,41.2955413796646],[-73.22934708358551,41.295690379698215],[-73.22930508357386,41.29572437970622],[-73.22919508354333,41.29581337972718],[-73.22845908334538,41.29651837988875],[-73.2282360832854,41.29673137993759],[-73.22810308324962,41.296859379966904],[-73.22776708315993,41.29719238004285],[-73.22758508311219,41.29738838008703],[-73.22745408307797,41.29753138011921],[-73.22737208305605,41.2976123801377]]]},"properties":{"name":907,"geoid":"09001090700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.19790206645484,41.173945356924044],[-73.19798406648847,41.17407035694587],[-73.19823306659038,41.17444535701118],[-73.1983160666244,41.17457135703317],[-73.19835606664081,41.174632357043805],[-73.19841306666403,41.17471635705841],[-73.19845406667993,41.17476235706607],[-73.19849206669471,41.17480635707346],[-73.19854006671343,41.174862357082866],[-73.1986180667442,41.17495935709932],[-73.19862806674824,41.17497335710174],[-73.19872806678842,41.17511135712551],[-73.19889006685217,41.17531035715921],[-73.19898106688792,41.17542135717799],[-73.19888006686013,41.1755073571981],[-73.19874906682575,41.17564835722997],[-73.1987290668206,41.17567135723512],[-73.19847906675739,41.175982357304115],[-73.19823606669831,41.17632635737934],[-73.19815206667641,41.17641935740028],[-73.1980590666523,41.17652435742385],[-73.19794506662365,41.17666935745595],[-73.19784806659847,41.17677835748042],[-73.19755806652317,41.17710435755367],[-73.19746206649835,41.17721435757832],[-73.19737906647667,41.17730535759882],[-73.19724406644157,41.17745635763277],[-73.19713706641421,41.1775843576613],[-73.19705906639439,41.17767935768242],[-73.19690306635134,41.17781035771314],[-73.19665006628307,41.178049357768145],[-73.19644406622653,41.178227357809675],[-73.19605806612186,41.1785833578919],[-73.19581706605872,41.1788443579508],[-73.19569006603042,41.17906935799898],[-73.1955870660072,41.17924735803716],[-73.19554206599622,41.17931035805097],[-73.19547606598044,41.1794083580723],[-73.1953680659589,41.17964435812199],[-73.19524606592923,41.17981635815961],[-73.19511306589897,41.180041358207994],[-73.19508506589264,41.18008935821829],[-73.1949950658754,41.18029835826212],[-73.19498306587441,41.1803493582725],[-73.19494706587149,41.18050235830361],[-73.1949350658705,41.180553358313986],[-73.19492106586925,41.180611358325805],[-73.19491906586902,41.18061835832724],[-73.19488106586792,41.18081535836701],[-73.19486906586779,41.18088135838034],[-73.19483006586574,41.181067358418005],[-73.19477306586334,41.18134935847506],[-73.19469506585362,41.18162235853104],[-73.19464406584758,41.181806358568714],[-73.19461806584593,41.18192535859286],[-73.19454206584176,41.18228435866559],[-73.1945170658405,41.18240435868989],[-73.19446106583032,41.18254435871911],[-73.19443106582507,41.18262235873535],[-73.19436206581616,41.182858358783776],[-73.19431206580651,41.182973358807914],[-73.19425306579538,41.18311335883723],[-73.19414906577744,41.183389358894644],[-73.1939370657409,41.18395335901191],[-73.19385706573043,41.18422435906756],[-73.19377506572003,41.184508359125815],[-73.1936420657039,41.18498135922271],[-73.19357306569707,41.185253359278185],[-73.19346006568271,41.18564435935838],[-73.19338806567848,41.18597935942629],[-73.19323506562839,41.18596935942929],[-73.19308206557791,41.18595235943095],[-73.19291506552216,41.185922359430485],[-73.19276206547048,41.185884359428016],[-73.19269706544752,41.185850359423476],[-73.19264406542683,41.18578835941306],[-73.19262706542024,41.1857693594099],[-73.19262506541943,41.185766359409364],[-73.19257706539976,41.18569335939665],[-73.19257006539685,41.18568235939472],[-73.19256906539567,41.185667359391815],[-73.1923870653387,41.185701359404376],[-73.19232606531783,41.18568135940244],[-73.19222506528325,41.18564835939926],[-73.19215006525695,41.18561235939464],[-73.19209306523703,41.185586359391415],[-73.1920350652188,41.185596359395255],[-73.1918930651744,41.18562335940515],[-73.19186106516443,41.18563035940755],[-73.19180406514678,41.18564435941214],[-73.19154906506758,41.18570235943177],[-73.19146506504208,41.18573235944038],[-73.19107306492124,41.18583835947385],[-73.19085206485354,41.185905359494136],[-73.19053806475789,41.186010359524865],[-73.19027806467749,41.18607635954624],[-73.19005806460858,41.186116359561204],[-73.18975006451095,41.18615235957826],[-73.18948706442625,41.18615935958815],[-73.18922906434251,41.186155359595745],[-73.1891930643308,41.18615435959672],[-73.18896606424943,41.186015359576885],[-73.18895306424523,41.186015359577304],[-73.1883790640648,41.18610935961432],[-73.1888790641524,41.18480435934268],[-73.18792106376787,41.18349435911733],[-73.1862570631958,41.18290435905587],[-73.1857540630065,41.18243835898097],[-73.18575906300472,41.18237835896906],[-73.1859710629467,41.180151358526246],[-73.18604206292754,41.17940935837867],[-73.18567506269467,41.17740235799767],[-73.1842570620654,41.174404357456716],[-73.1834960617839,41.17378435736002],[-73.18121606094041,41.17192435706978],[-73.18045606065922,41.17130435697304],[-73.1798360604336,41.170864356907],[-73.17797605975674,41.16954435670884],[-73.17735605953109,41.169104356642784],[-73.1769250593558,41.16847335653318],[-73.17585605892077,41.166904356260595],[-73.17585605889852,41.16651235618382],[-73.17585605886968,41.16600435608435],[-73.17592905887938,41.165759356034],[-73.17614105890746,41.16504535588729],[-73.1767810589931,41.162906355447625],[-73.17699405902157,41.16219335530108],[-73.17806905941177,41.16293935541233],[-73.18129406058242,41.16517735574604],[-73.1819380608162,41.1656243558127],[-73.18209706089611,41.16612535590567],[-73.1821290609115,41.16621435592205],[-73.18222506095773,41.16648135597122],[-73.18225806097352,41.166571355987784],[-73.18231106100204,41.16677135602522],[-73.18235306102449,41.16692735605441],[-73.18240306106054,41.16727735612133],[-73.18241306106997,41.167386356142345],[-73.18243406108854,41.16759335618221],[-73.18252706112305,41.16767135619446],[-73.18253006112414,41.16767335619476],[-73.1825980611482,41.1677093561996],[-73.18266506117266,41.167758356207024],[-73.18283506123363,41.167863356222064],[-73.18283806123472,41.167865356222364],[-73.18293606127068,41.16794035623386],[-73.18314206133496,41.16789835621897],[-73.1831440613355,41.167896356218506],[-73.18330106138272,41.16783335620107],[-73.18354806145321,41.16766735616056],[-73.18368506149164,41.167563356135766],[-73.18387406154717,41.16746435611024],[-73.18395806157338,41.167447356104184],[-73.18421206165279,41.16739835608636],[-73.18429706167946,41.16738335608066],[-73.18575806213211,41.16702935596393],[-73.18557006203532,41.16639635584608],[-73.18597406216337,41.16634935582377],[-73.18642406230381,41.16625835579135],[-73.18747406263472,41.16610235572674],[-73.18762106269968,41.166408355781904],[-73.18786206280613,41.166909355872185],[-73.18807706289917,41.16732235594609],[-73.18823506296744,41.167624356000104],[-73.18835306301824,41.167846356039746],[-73.18864306314316,41.16839335613746],[-73.18871406317282,41.16851135615825],[-73.18884606322783,41.16872735619626],[-73.18896606327851,41.1689363562333],[-73.18915506335838,41.16926535629158],[-73.18930306342389,41.169575356347494],[-73.18940806347025,41.169793356386776],[-73.18942106347616,41.169823356392214],[-73.18946206349459,41.16991435640871],[-73.18947606350089,41.169945356414324],[-73.18972106357745,41.16989735639698],[-73.1898710636244,41.169869356386634],[-73.19046406381175,41.16978935635173],[-73.19071306389043,41.16975635633719],[-73.19097906397492,41.169728356323056],[-73.19177706422853,41.16964735628131],[-73.19204406431345,41.169621356267555],[-73.19251306446272,41.16957735624372],[-73.19392406491181,41.16944535617208],[-73.19439406506143,41.16940235614841],[-73.19441406506928,41.16942635615247],[-73.19447406509296,41.169501356165206],[-73.19449406510084,41.16952635616945],[-73.19453406511623,41.169569356176574],[-73.19465406516251,41.169700356198334],[-73.19469006517637,41.1697393562048],[-73.19469406517794,41.16974435620565],[-73.19481606522675,41.169908356233805],[-73.1948700652485,41.16998335624672],[-73.19508506533475,41.17027735629732],[-73.19521806538678,41.170435356323935],[-73.19525606540239,41.17049335633406],[-73.19528206541254,41.170524356339286],[-73.19552206550858,41.17084735639473],[-73.19570206557972,41.17107435643334],[-73.19577806561028,41.17117935645145],[-73.1958890656549,41.171332356477784],[-73.19601806570557,41.17148935650434],[-73.19610206573854,41.17159135652159],[-73.19613006574971,41.171628356527926],[-73.19621606578391,41.17174035654706],[-73.19624506579545,41.17177835655355],[-73.19632306582677,41.17188535657197],[-73.19655906592149,41.17220835662757],[-73.19663806595321,41.17231635664614],[-73.1966600659623,41.17235135665228],[-73.1966930659759,41.17240235666119],[-73.1967370659928,41.17244935666898],[-73.19676606600395,41.17248035667411],[-73.196816066024,41.1725483566858],[-73.19691906606523,41.17268735670966],[-73.19696806608478,41.1727523567208],[-73.1970190661052,41.172821356732655],[-73.19709606613557,41.172917356748925],[-73.19720006617656,41.173046356770826],[-73.19733406622875,41.173201356796824],[-73.19741606626062,41.17329535681257],[-73.19744206627091,41.17332835681819],[-73.19752006630185,41.17342835683523],[-73.19754606631217,41.17346235684104],[-73.19761906634115,41.17355635685707],[-73.19762506634355,41.17356435685845],[-73.19783106642629,41.173847356907174],[-73.19790206645484,41.173945356924044]]]},"properties":{"name":706,"geoid":"09001070600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.19439406506143,41.16940235614841],[-73.1969310658706,41.16919535602555],[-73.19738006601429,41.16916735600551],[-73.19811706624913,41.169103355969035],[-73.19823006628518,41.169094355963615],[-73.20033006695446,41.16891435586019],[-73.20106806718968,41.168851355823904],[-73.2016720673817,41.16879135579254],[-73.20242406762088,41.16871835575383],[-73.20348806796044,41.16863535570306],[-73.20409406815386,41.16858835567416],[-73.20411606816074,41.16858435567267],[-73.2041850681826,41.16857635566887],[-73.20420806818994,41.16857435566773],[-73.20505606846001,41.16849835562531],[-73.2076030692714,41.168274355498745],[-73.20845206954189,41.168200355456705],[-73.20845806954547,41.16822935546218],[-73.2084760695563,41.16831735547883],[-73.20848206955995,41.1683473554845],[-73.20855206960745,41.16878435556779],[-73.20876406975061,41.17009535581759],[-73.20883506979844,41.17053235590085],[-73.20869806975662,41.17057635591391],[-73.20860906972942,41.170604355922286],[-73.2079310695226,41.170825355987574],[-73.207706069454,41.17089935600936],[-73.20748006938491,41.17097035603061],[-73.2071190692747,41.171086356065054],[-73.20680206917766,41.17118335609432],[-73.20657606910851,41.17125335611537],[-73.20640206905506,41.17130335613082],[-73.20611306896637,41.17138835615683],[-73.20588306889621,41.171463356179],[-73.2057110688438,41.17152035619574],[-73.2056320688195,41.17154235620261],[-73.20544206876106,41.17159635621935],[-73.20539706874736,41.17161135622374],[-73.20532006872399,41.17163835623154],[-73.20518806868357,41.17167835624366],[-73.20494406860892,41.17175435626646],[-73.20479606856375,41.17180235628065],[-73.20466606852419,41.171846356293486],[-73.20426506840171,41.171974356331575],[-73.20371106823254,41.17215135638421],[-73.20306106803373,41.17235435644506],[-73.20266006791115,41.17248035648276],[-73.20236706782153,41.172571356510076],[-73.20189106767597,41.172720356554706],[-73.2014930675547,41.17285235659349],[-73.20120306746637,41.17294935662188],[-73.20093706738513,41.17303435664717],[-73.20048306724658,41.17318135669068],[-73.20013806714063,41.17328135672145],[-73.19987106705872,41.1733603567456],[-73.19947706693793,41.17347835678148],[-73.19886006674888,41.17366435683794],[-73.19829606657575,41.17382935688855],[-73.19790206645484,41.173945356924044],[-73.19783106642629,41.173847356907174],[-73.19762506634355,41.17356435685845],[-73.19761906634115,41.17355635685707],[-73.19754606631217,41.17346235684104],[-73.19752006630185,41.17342835683523],[-73.19744206627091,41.17332835681819],[-73.19741606626062,41.17329535681257],[-73.19733406622875,41.173201356796824],[-73.19720006617656,41.173046356770826],[-73.19709606613557,41.172917356748925],[-73.1970190661052,41.172821356732655],[-73.19696806608478,41.1727523567208],[-73.19691906606523,41.17268735670966],[-73.196816066024,41.1725483566858],[-73.19676606600395,41.17248035667411],[-73.1967370659928,41.17244935666898],[-73.1966930659759,41.17240235666119],[-73.1966600659623,41.17235135665228],[-73.19663806595321,41.17231635664614],[-73.19655906592149,41.17220835662757],[-73.19632306582677,41.17188535657197],[-73.19624506579545,41.17177835655355],[-73.19621606578391,41.17174035654706],[-73.19613006574971,41.171628356527926],[-73.19610206573854,41.17159135652159],[-73.19601806570557,41.17148935650434],[-73.1958890656549,41.171332356477784],[-73.19577806561028,41.17117935645145],[-73.19570206557972,41.17107435643334],[-73.19552206550858,41.17084735639473],[-73.19528206541254,41.170524356339286],[-73.19525606540239,41.17049335633406],[-73.19521806538678,41.170435356323935],[-73.19508506533475,41.17027735629732],[-73.1948700652485,41.16998335624672],[-73.19481606522675,41.169908356233805],[-73.19469406517794,41.16974435620565],[-73.19469006517637,41.1697393562048],[-73.19465406516251,41.169700356198334],[-73.19453406511623,41.169569356176574],[-73.19449406510084,41.16952635616945],[-73.19447406509296,41.169501356165206],[-73.19441406506928,41.16942635615247],[-73.19439406506143,41.16940235614841]]]},"properties":{"name":709,"geoid":"09001070900"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.22568307539358,41.1730593558482],[-73.2256740753954,41.17314235586474],[-73.22576207543541,41.173345355901624],[-73.22579807545019,41.17340035591122],[-73.22580707545977,41.17351735593383],[-73.22581307546596,41.173592355948315],[-73.22572607544535,41.17372435597699],[-73.22549307538088,41.17391635602214],[-73.22524607530849,41.174048356056005],[-73.22487607519315,41.17412535608311],[-73.22468007513007,41.17413135609066],[-73.22460407510475,41.17411835609059],[-73.22412307494457,41.17403835609055],[-73.22401807490962,41.17402135609063],[-73.22386607485981,41.174010356093426],[-73.22369207481229,41.17416435612922],[-73.22369107481197,41.174164356129246],[-73.22359507478458,41.1742293561451],[-73.22341607473363,41.17435135617481],[-73.22334307471934,41.174515356209284],[-73.22332907472328,41.1746643562389],[-73.22320507470377,41.17502635631379],[-73.22306707466727,41.17516935634628],[-73.22289307462718,41.175454356407734],[-73.22291507463717,41.175504356416795],[-73.22293707466015,41.175783356470696],[-73.22294307466353,41.175808356475386],[-73.22301707470513,41.17611835653367],[-73.22307507473138,41.176250356557624],[-73.2230820747402,41.1763653565799],[-73.22307307473889,41.176393356585685],[-73.22287007467607,41.17644335660207],[-73.22226007448374,41.17653235663931],[-73.22219307446264,41.176542356643445],[-73.22143507422034,41.17659435667826],[-73.2210720741051,41.17663335669771],[-73.22079207401855,41.17670435672069],[-73.22071307399116,41.176672356716985],[-73.2205630739452,41.17671735673067],[-73.22038007388984,41.17678535674994],[-73.22010007380374,41.1768643567745],[-73.21985007372776,41.17695035679945],[-73.21976007370039,41.17698135680845],[-73.21907107349111,41.17722135687783],[-73.2184630733064,41.17743235693887],[-73.21822007323071,41.17748435695695],[-73.21823507323188,41.17741935694375],[-73.21756007298785,41.1769693568776],[-73.21711007282521,41.1766703568337],[-73.21597007241081,41.17587035671412],[-73.21531707217478,41.17543535665018],[-73.2152510721509,41.17539135664371],[-73.21514907211376,41.17531835663274],[-73.21464907193182,41.17496435657968],[-73.21448307187144,41.17484735656217],[-73.21408207172655,41.17458135652313],[-73.21287907129202,41.17378535640638],[-73.21268707122266,41.17365835638773],[-73.21248107114793,41.17351635636663],[-73.21217007103512,41.17330235633484],[-73.2112370706967,41.172660356239476],[-73.21092607058397,41.17244735620786],[-73.21050407042574,41.17206635614698],[-73.21004007025176,41.171647356080015],[-73.20924406995296,41.17092235596393],[-73.20908406989287,41.17077635594053],[-73.20896206984767,41.170675355924715],[-73.20883506979844,41.17053235590085],[-73.20876406975061,41.17009535581759],[-73.20855206960745,41.16878435556779],[-73.20848206955995,41.1683473554845],[-73.2084760695563,41.16831735547883],[-73.20845806954547,41.16822935546218],[-73.20845206954189,41.168200355456705],[-73.20890606968675,41.16816435543489],[-73.21026907012178,41.16805935537009],[-73.21072407026706,41.16802535534864],[-73.21120707042083,41.16798135532433],[-73.21265907088325,41.16785135525171],[-73.2131430710374,41.16780835522759],[-73.21381207125027,41.16774535519352],[-73.21582207189009,41.167560355092014],[-73.21649207210335,41.167498355058115],[-73.21713207230609,41.16742235502244],[-73.21892607287447,41.167210354922645],[-73.21905407291499,41.16719435491535],[-73.21969507311809,41.167119354879844],[-73.22016207326514,41.16704835485077],[-73.22140007365512,41.16686235477413],[-73.22156307370643,41.16683735476394],[-73.22203007385355,41.166767354735065],[-73.22221407391137,41.1667373547232],[-73.22276807408572,41.16665135468836],[-73.22295307414392,41.16662235467668],[-73.22311807419494,41.1665803546631],[-73.22361407434828,41.16645535462251],[-73.22378007439964,41.166414354609074],[-73.2239070744395,41.16639235460064],[-73.2242900745597,41.16632735457548],[-73.22438607458986,41.16631135456922],[-73.22441807459988,41.16630535456701],[-73.22441007461407,41.16660035462503],[-73.22436607460075,41.16661635462959],[-73.22405407450658,41.16673535466302],[-73.22364207438171,41.1668833547054],[-73.22356007436872,41.16712135475466],[-73.22354207436601,41.16717635476601],[-73.22357807439371,41.167458354820056],[-73.22359807440918,41.16761635485035],[-73.2236030744129,41.16765335485742],[-73.22342907437083,41.16790335491203],[-73.22332307434154,41.1679913549327],[-73.2232020743083,41.16809535495701],[-73.22311507428431,41.16816835497411],[-73.22308407427583,41.168195354980405],[-73.22296607424335,41.16829535500381],[-73.22286807421635,41.16837835502324],[-73.22285507421272,41.16838835502564],[-73.2227690741891,41.16846235504292],[-73.22273207417884,41.16849235504999],[-73.2226320741513,41.16857735506988],[-73.22262307414886,41.16858535507174],[-73.22259007414011,41.16861935507948],[-73.22238507408522,41.16882035512548],[-73.2223020740631,41.168903355144444],[-73.22227007405463,41.168936355151935],[-73.22237407410272,41.16919035519828],[-73.22303407433363,41.169495355236556],[-73.22311307436756,41.16964235526275],[-73.2232460744247,41.169890355307004],[-73.22325207443369,41.170014355331084],[-73.2232820744771,41.170606355446004],[-73.22356407459891,41.17114335554198],[-73.22384207469067,41.171175355539205],[-73.22401007474275,41.17113535552592],[-73.22414607477252,41.17088535547254],[-73.22392707468138,41.17052935540996],[-73.22370207458782,41.170164355345825],[-73.22424907474614,41.16983635526383],[-73.22457107483542,41.16957435520207],[-73.22518207503605,41.16962635519239],[-73.22529107507542,41.169698355202954],[-73.2252510750696,41.169823355228715],[-73.22500607499806,41.169959355263316],[-73.22462607489477,41.17030435534321],[-73.22449007486338,41.17052635539108],[-73.22461407491477,41.17072435542582],[-73.22477907497392,41.170825355440236],[-73.22503807505794,41.170829355432595],[-73.225358075153,41.170680355393024],[-73.2255790752077,41.170385355328094],[-73.22572307524347,41.17019535528621],[-73.22579407523378,41.16962135517153],[-73.22590907526393,41.16949735514351],[-73.22602307529911,41.16946735513394],[-73.22637607540824,41.16937835510503],[-73.22673507550874,41.16910335503953],[-73.22705007560724,41.16904335501755],[-73.22735107570139,41.1689863549966],[-73.22768407580948,41.168992354986955],[-73.2278080758636,41.16923835503109],[-73.22779407586219,41.169293355042306],[-73.22763407581886,41.169441355076486],[-73.22725607570378,41.16956835511364],[-73.22717607568165,41.16963435512916],[-73.2270970756586,41.16967835514033],[-73.22711807566972,41.16975435515453],[-73.2271760756901,41.169782355158134],[-73.22739407576341,41.169831355160646],[-73.22756207582151,41.1698973551681],[-73.2275800758283,41.16991435517085],[-73.22767107586272,41.17000135518491],[-73.22768507587224,41.170089355201696],[-73.22765607587101,41.17023235523063],[-73.22757607584916,41.17030335524713],[-73.2274780758192,41.17033435525638],[-73.22747507581836,41.170336355256865],[-73.2270530756912,41.17050135530289],[-73.22700307568192,41.17062235532821],[-73.22706807571637,41.17085835537231],[-73.22719207576806,41.171061355408],[-73.22723507578698,41.17114935542384],[-73.22725007579749,41.17124835544273],[-73.22722107579366,41.17134635546287],[-73.22713407577054,41.171434355482916],[-73.22694407571515,41.17154135551003],[-73.22681407567735,41.17161635552895],[-73.22666907564229,41.171824355574394],[-73.22655407561196,41.17194535560181],[-73.22651707560222,41.17198435561065],[-73.22636307555779,41.172079355634246],[-73.22630207554026,41.17211835564387],[-73.22601607545793,41.17229735568821],[-73.22577607539121,41.172489355733596],[-73.22575407538723,41.172544355745075],[-73.22575407539719,41.172719355779336],[-73.22574007539494,41.172759355787626],[-73.22570307538918,41.17286835581016],[-73.22568307539358,41.1730593558482]]]},"properties":{"name":710,"geoid":"09001071000"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.21822007323071,41.17748435695695],[-73.2180670731861,41.17757035697875],[-73.21763807305783,41.177755357028914],[-73.21709807289682,41.17799635709364],[-73.2166870727738,41.178171357141245],[-73.21626007264632,41.17835935719193],[-73.21596507255798,41.178484357225976],[-73.21582507251615,41.17854535724247],[-73.21545807240713,41.17871635728786],[-73.21521207233374,41.17882535731719],[-73.21508907229683,41.178876357331184],[-73.21479407220838,41.17899935736483],[-73.21476007219817,41.17901335736868],[-73.21466007216827,41.17905635738036],[-73.21462707215844,41.179071357384345],[-73.21427107205412,41.17926235743332],[-73.2141360720146,41.17933535745198],[-73.21366407187546,41.179574357514106],[-73.21330807177023,41.17974935755993],[-73.21319207173622,41.17981135757583],[-73.21283707163221,41.18000235762476],[-73.21264007157393,41.18009835764994],[-73.21205107139984,41.18038835772584],[-73.21185507134194,41.1804853577512],[-73.2116650712861,41.180584357776745],[-73.21141407121243,41.180717357810934],[-73.21109107111685,41.180874357852154],[-73.21089907106015,41.18096935787698],[-73.2107730710123,41.18084535785681],[-73.21066807097242,41.180741357839864],[-73.21045007089043,41.1805403578076],[-73.21038707086691,41.18048535779889],[-73.21025507081758,41.18036935778046],[-73.21013307077203,41.18026235776349],[-73.21002407073134,41.18016735774843],[-73.20975307063206,41.179963357717305],[-73.20962507058515,41.17986735770267],[-73.20949907053819,41.17975835768543],[-73.2092730704539,41.1795623576544],[-73.20912407039818,41.17943035763341],[-73.20900107035212,41.17932035761587],[-73.20886407030112,41.179203357597416],[-73.20866207022597,41.1790313575703],[-73.20845307014856,41.17885935754342],[-73.20831507009748,41.178746357525796],[-73.20801906998598,41.17847035748138],[-73.20771606987337,41.17821435744111],[-73.2070200696147,41.177626357348615],[-73.20694206958554,41.17755735733764],[-73.20668606948966,41.17732835730111],[-73.20649406942002,41.17719635728152],[-73.20611906930012,41.177221357298585],[-73.20572906917451,41.177232357313414],[-73.20566406910292,41.1763433571415],[-73.20556306901295,41.17533635694763],[-73.20552406896712,41.17475235683456],[-73.20545006890713,41.17411835671285],[-73.20552306893022,41.174109356708726],[-73.20574206899965,41.17408435669671],[-73.20581606902321,41.174077356692926],[-73.20575606898792,41.17379835664026],[-73.20568306894502,41.17345935657626],[-73.20559806888913,41.17296035648132],[-73.205551068858,41.17268035642805],[-73.20550706883188,41.17247135638855],[-73.20545106879857,41.17220435633809],[-73.2053680687513,41.1718453562705],[-73.20532006872399,41.17163835623154],[-73.20539706874736,41.17161135622374],[-73.20544206876106,41.17159635621935],[-73.2056320688195,41.17154235620261],[-73.2057110688438,41.17152035619574],[-73.20588306889621,41.171463356179],[-73.20611306896637,41.17138835615683],[-73.20640206905506,41.17130335613082],[-73.20657606910851,41.17125335611537],[-73.20680206917766,41.17118335609432],[-73.2071190692747,41.171086356065054],[-73.20748006938491,41.17097035603061],[-73.207706069454,41.17089935600936],[-73.2079310695226,41.170825355987574],[-73.20860906972942,41.170604355922286],[-73.20869806975662,41.17057635591391],[-73.20883506979844,41.17053235590085],[-73.20896206984767,41.170675355924715],[-73.20908406989287,41.17077635594053],[-73.20924406995296,41.17092235596393],[-73.21004007025176,41.171647356080015],[-73.21050407042574,41.17206635614698],[-73.21092607058397,41.17244735620786],[-73.2112370706967,41.172660356239476],[-73.21217007103512,41.17330235633484],[-73.21248107114793,41.17351635636663],[-73.21268707122266,41.17365835638773],[-73.21287907129202,41.17378535640638],[-73.21408207172655,41.17458135652313],[-73.21448307187144,41.17484735656217],[-73.21464907193182,41.17496435657968],[-73.21514907211376,41.17531835663274],[-73.2152510721509,41.17539135664371],[-73.21531707217478,41.17543535665018],[-73.21597007241081,41.17587035671412],[-73.21711007282521,41.1766703568337],[-73.21756007298785,41.1769693568776],[-73.21823507323188,41.17741935694375],[-73.21822007323071,41.17748435695695]]]},"properties":{"name":711,"geoid":"09001071100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.19898106688792,41.17542135717799],[-73.19889006685217,41.17531035715921],[-73.19872806678842,41.17511135712551],[-73.19862806674824,41.17497335710174],[-73.1986180667442,41.17495935709932],[-73.19854006671343,41.174862357082866],[-73.19849206669471,41.17480635707346],[-73.19845406667993,41.17476235706607],[-73.19841306666403,41.17471635705841],[-73.19835606664081,41.174632357043805],[-73.1983160666244,41.17457135703317],[-73.19823306659038,41.17444535701118],[-73.19798406648847,41.17407035694587],[-73.19790206645484,41.173945356924044],[-73.19829606657575,41.17382935688855],[-73.19886006674888,41.17366435683794],[-73.19947706693793,41.17347835678148],[-73.19987106705872,41.1733603567456],[-73.20013806714063,41.17328135672145],[-73.20048306724658,41.17318135669068],[-73.20093706738513,41.17303435664717],[-73.20120306746637,41.17294935662188],[-73.2014930675547,41.17285235659349],[-73.20189106767597,41.172720356554706],[-73.20236706782153,41.172571356510076],[-73.20266006791115,41.17248035648276],[-73.20306106803373,41.17235435644506],[-73.20371106823254,41.17215135638421],[-73.20426506840171,41.171974356331575],[-73.20466606852419,41.171846356293486],[-73.20479606856375,41.17180235628065],[-73.20494406860892,41.17175435626646],[-73.20518806868357,41.17167835624366],[-73.20532006872399,41.17163835623154],[-73.2053680687513,41.1718453562705],[-73.20545106879857,41.17220435633809],[-73.20550706883188,41.17247135638855],[-73.205551068858,41.17268035642805],[-73.20559806888913,41.17296035648132],[-73.20568306894502,41.17345935657626],[-73.20575606898792,41.17379835664026],[-73.20581606902321,41.174077356692926],[-73.20574206899965,41.17408435669671],[-73.20552306893022,41.174109356708726],[-73.20545006890713,41.17411835671285],[-73.20552406896712,41.17475235683456],[-73.20556306901295,41.17533635694763],[-73.20566406910292,41.1763433571415],[-73.20572906917451,41.177232357313414],[-73.20611906930012,41.177221357298585],[-73.20649406942002,41.17719635728152],[-73.20668606948966,41.17732835730111],[-73.20694206958554,41.17755735733764],[-73.2070200696147,41.177626357348615],[-73.20771606987337,41.17821435744111],[-73.20801906998598,41.17847035748138],[-73.20831507009748,41.178746357525796],[-73.20845307014856,41.17885935754342],[-73.20866207022597,41.1790313575703],[-73.20886407030112,41.179203357597416],[-73.20900107035212,41.17932035761587],[-73.20912407039818,41.17943035763341],[-73.2092730704539,41.1795623576544],[-73.20949907053819,41.17975835768543],[-73.20962507058515,41.17986735770267],[-73.20975307063206,41.179963357717305],[-73.21002407073134,41.18016735774843],[-73.21013307077203,41.18026235776349],[-73.21025507081758,41.18036935778046],[-73.21038707086691,41.18048535779889],[-73.21045007089043,41.1805403578076],[-73.21066807097242,41.180741357839864],[-73.2107730710123,41.18084535785681],[-73.21089907106015,41.18096935787698],[-73.21072907101002,41.18105535789933],[-73.21022107086048,41.18131635796694],[-73.21005207081075,41.18140335798945],[-73.20985507075275,41.18150435801563],[-73.20978907073317,41.18153535802384],[-73.20899407049775,41.18191935812482],[-73.20872907041935,41.18204835815869],[-73.20851607035691,41.1821623581879],[-73.20821707026943,41.18232535822953],[-73.20787407016827,41.182498358274536],[-73.20765907010491,41.18260735830285],[-73.20724706998445,41.182833358360476],[-73.20668906981948,41.183107358432224],[-73.20618706962915,41.18261735835262],[-73.20611706960244,41.18254635834099],[-73.20601406956315,41.18244135832379],[-73.20590606952238,41.18233935830734],[-73.20583506949558,41.18227235829652],[-73.20468906905538,41.18105335809514],[-73.20437706893775,41.180760358047934],[-73.2040780688245,41.18047035800087],[-73.20390506875928,41.18030835797478],[-73.20364806866237,41.18006635793576],[-73.20339306856562,41.17981635789509],[-73.20322506850187,41.17965135786826],[-73.20310306845603,41.179539357850295],[-73.20274006831954,41.1792053577967],[-73.20261906827407,41.179094357778894],[-73.20245206821055,41.17892735775163],[-73.20217306810443,41.17864935770628],[-73.20194506801849,41.178435357671795],[-73.20177306795372,41.17827535764606],[-73.20166706791305,41.17816335762757],[-73.20135106779169,41.17782735757205],[-73.2012460677514,41.177716357553734],[-73.20112606770643,41.17760835753649],[-73.20110606769892,41.17759035753361],[-73.20089706762066,41.1774033575038],[-73.2007630675708,41.177289357485826],[-73.20064006752514,41.177186357469665],[-73.2003820674275,41.17693735742928],[-73.2000730673105,41.176638357380774],[-73.19960406713355,41.17619535730928],[-73.19956806711997,41.1761613573038],[-73.19953706710788,41.17612535729776],[-73.1994430670712,41.176015357279276],[-73.19936006703975,41.175934357266115],[-73.19928706701009,41.17582835724773],[-73.19915806695772,41.175641357215305],[-73.19906106691944,41.17552035719476],[-73.19898106688792,41.17542135717799]]]},"properties":{"name":712,"geoid":"09001071200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.20618706962915,41.18261735835262],[-73.20379706883342,41.18222535835353],[-73.20346006872045,41.18215635835095],[-73.20325106865087,41.182122358351094],[-73.20284206851481,41.18205735835165],[-73.20270406846915,41.182039358352604],[-73.20217906829441,41.18195435835301],[-73.20164506811597,41.18185535835098],[-73.20109406793134,41.18174435834715],[-73.2006150677694,41.18162235833883],[-73.20056206775185,41.18161535833919],[-73.20014106760952,41.1815083583319],[-73.19961706743284,41.18138335832445],[-73.19957406741841,41.18137435832408],[-73.19902106723082,41.18122235831229],[-73.19851906706016,41.181078358300404],[-73.19825706697226,41.181023358298134],[-73.19800006688544,41.18095935829396],[-73.19760006674991,41.180852358286],[-73.19725306663386,41.18078635828435],[-73.19707806657485,41.18074435828181],[-73.19699306654626,41.18072535828085],[-73.19621706628541,41.180554358272566],[-73.19551306604995,41.18042035826918],[-73.19539706601118,41.18039835826865],[-73.19515906593062,41.180336358264235],[-73.1949950658754,41.18029835826212],[-73.19508506589264,41.18008935821829],[-73.19511306589897,41.180041358207994],[-73.19524606592923,41.17981635815961],[-73.1953680659589,41.17964435812199],[-73.19547606598044,41.1794083580723],[-73.19554206599622,41.17931035805097],[-73.1955870660072,41.17924735803716],[-73.19569006603042,41.17906935799898],[-73.19581706605872,41.1788443579508],[-73.19605806612186,41.1785833578919],[-73.19644406622653,41.178227357809675],[-73.19665006628307,41.178049357768145],[-73.19690306635134,41.17781035771314],[-73.19705906639439,41.17767935768242],[-73.19713706641421,41.1775843576613],[-73.19724406644157,41.17745635763277],[-73.19737906647667,41.17730535759882],[-73.19746206649835,41.17721435757832],[-73.19755806652317,41.17710435755367],[-73.19784806659847,41.17677835748042],[-73.19794506662365,41.17666935745595],[-73.1980590666523,41.17652435742385],[-73.19815206667641,41.17641935740028],[-73.19823606669831,41.17632635737934],[-73.19847906675739,41.175982357304115],[-73.1987290668206,41.17567135723512],[-73.19874906682575,41.17564835722997],[-73.19888006686013,41.1755073571981],[-73.19898106688792,41.17542135717799],[-73.19906106691944,41.17552035719476],[-73.19915806695772,41.175641357215305],[-73.19928706701009,41.17582835724773],[-73.19936006703975,41.175934357266115],[-73.1994430670712,41.176015357279276],[-73.19953706710788,41.17612535729776],[-73.19956806711997,41.1761613573038],[-73.19960406713355,41.17619535730928],[-73.2000730673105,41.176638357380774],[-73.2003820674275,41.17693735742928],[-73.20064006752514,41.177186357469665],[-73.2007630675708,41.177289357485826],[-73.20089706762066,41.1774033575038],[-73.20110606769892,41.17759035753361],[-73.20112606770643,41.17760835753649],[-73.2012460677514,41.177716357553734],[-73.20135106779169,41.17782735757205],[-73.20166706791305,41.17816335762757],[-73.20177306795372,41.17827535764606],[-73.20194506801849,41.178435357671795],[-73.20217306810443,41.17864935770628],[-73.20245206821055,41.17892735775163],[-73.20261906827407,41.179094357778894],[-73.20274006831954,41.1792053577967],[-73.20310306845603,41.179539357850295],[-73.20322506850187,41.17965135786826],[-73.20339306856562,41.17981635789509],[-73.20364806866237,41.18006635793576],[-73.20390506875928,41.18030835797478],[-73.2040780688245,41.18047035800087],[-73.20437706893775,41.180760358047934],[-73.20468906905538,41.18105335809514],[-73.20583506949558,41.18227235829652],[-73.20590606952238,41.18233935830734],[-73.20601406956315,41.18244135832379],[-73.20611706960244,41.18254635834099],[-73.20618706962915,41.18261735835262]]]},"properties":{"name":713,"geoid":"09001071300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.19338806567848,41.18597935942629],[-73.1935770657409,41.186001359424466],[-73.19381706581953,41.18601835941999],[-73.19453306605443,41.18607435940771],[-73.19508506623579,41.18612235939919],[-73.19561606641095,41.1861803593933],[-73.19634106665042,41.18626535938638],[-73.19640706666421,41.186132359358204],[-73.1964920666821,41.185963359322386],[-73.1965830666979,41.18572335927245],[-73.1966360667072,41.185585359243724],[-73.19670006671973,41.185441359213456],[-73.19677906673544,41.18526835917704],[-73.19688406675463,41.18500835912274],[-73.19694306676547,41.18486335909244],[-73.19700006677579,41.18472035906261],[-73.19705506678596,41.184586359034576],[-73.1971800668099,41.184296358973754],[-73.19724106682163,41.184155358944174],[-73.1972970668319,41.18401735891535],[-73.19746806686375,41.183604358828966],[-73.1975250668744,41.18346735880029],[-73.1975860668863,41.1833293587713],[-73.1976810669049,41.18311635872654],[-73.19775006691542,41.182908358683584],[-73.19779906692312,41.18276535865399],[-73.19784906693346,41.18266235863221],[-73.19792306694893,41.18251335860064],[-73.19798606695987,41.18234735856611],[-73.19802806696738,41.182240358543794],[-73.1980910669798,41.18210035851434],[-73.19818706699886,41.181889358469924],[-73.19827606701567,41.181678358425735],[-73.19833606702706,41.181537358396184],[-73.19840306703867,41.18136035835937],[-73.19851906706016,41.181078358300404],[-73.19902106723082,41.18122235831229],[-73.19957406741841,41.18137435832408],[-73.19961706743284,41.18138335832445],[-73.20014106760952,41.1815083583319],[-73.20056206775185,41.18161535833919],[-73.2006150677694,41.18162235833883],[-73.20109406793134,41.18174435834715],[-73.20164506811597,41.18185535835098],[-73.20217906829441,41.18195435835301],[-73.20270406846915,41.182039358352604],[-73.20284206851481,41.18205735835165],[-73.20325106865087,41.182122358351094],[-73.20346006872045,41.18215635835095],[-73.20379706883342,41.18222535835353],[-73.20618706962915,41.18261735835262],[-73.20668906981948,41.183107358432224],[-73.20649306976658,41.183292358474816],[-73.20607806965526,41.18369635856736],[-73.20582206958387,41.183897358615006],[-73.2057710695706,41.18395435862783],[-73.20547506949137,41.18424535869438],[-73.2049010693378,41.18481035882362],[-73.2039810690884,41.185659359019674],[-73.20374406902432,41.185881359070834],[-73.2035940689838,41.18602235910329],[-73.20243606867109,41.18711235935424],[-73.20205006856689,41.187476359438],[-73.2017490684853,41.18775435950218],[-73.20153106842557,41.187944359546464],[-73.20146806840809,41.18799535955848],[-73.20145806840534,41.188004359560566],[-73.2012960683599,41.188126359589695],[-73.20092206825267,41.188369359649414],[-73.20075706820474,41.18846535967356],[-73.20067706818324,41.188542359691226],[-73.20044606811611,41.188676359724944],[-73.19996506798593,41.189124359828256],[-73.1996380678962,41.18940735989426],[-73.19931806780647,41.1896503599522],[-73.19891406769804,41.190042360042035],[-73.19852706759238,41.19038636012193],[-73.19840306755795,41.19048636014553],[-73.19816206749245,41.19070636019641],[-73.19794306743337,41.19091336024403],[-73.19747706730634,41.19133136034097],[-73.19703606718654,41.191734360434154],[-73.19690606713384,41.19154736040178],[-73.19671306705544,41.19126736035325],[-73.19652506697832,41.19098136030339],[-73.19640006692711,41.19079236027046],[-73.19631506689193,41.19065736024681],[-73.19606006678644,41.190254360176205],[-73.19597506675132,41.19012036015273],[-73.19588706671573,41.18999536013114],[-73.19575506666219,41.18980536009826],[-73.19563006661105,41.189617360065505],[-73.19554606657668,41.18949136004358],[-73.19547406654746,41.189387360025556],[-73.19525906646012,41.18907535997149],[-73.19518806643129,41.18897235995363],[-73.19506206638012,41.1887893599219],[-73.19504806637438,41.18876835991825],[-73.19470706623329,41.18822835982365],[-73.19459006618479,41.18804135979084],[-73.19449506614471,41.18787735976182],[-73.19428306605398,41.18748835969259],[-73.19383206587429,41.18689535959116],[-73.19370806582431,41.18672235956132],[-73.19349406573502,41.186370359499385],[-73.1932560656419,41.18608735945171],[-73.19338806567848,41.18597935942629]]]},"properties":{"name":714,"geoid":"09001071400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.0897150391128,41.309070386849015],[-73.08996303920516,41.309280386881966],[-73.09004603923611,41.309351386893134],[-73.09032503934111,41.309607386934054],[-73.09060903944999,41.309902386982436],[-73.0906650394713,41.30995838699155],[-73.09089703955964,41.310188387028916],[-73.09105903962049,41.31033538705238],[-73.09133203972313,41.31058338709194],[-73.0915190397965,41.31080738712958],[-73.09166003985187,41.31097738715821],[-73.09171103987069,41.31101738716436],[-73.091804039905,41.31109038717559],[-73.09185103992375,41.31115238718617],[-73.09189103993968,41.31120438719502],[-73.0920120399845,41.31130238721022],[-73.09201503998568,41.3113063872109],[-73.09209104001563,41.311399387226594],[-73.09226004008197,41.311602387260734],[-73.09232804010823,41.31167638727298],[-73.09243704015039,41.31179638729289],[-73.0925720402026,41.311944387317375],[-73.09277704028186,41.31216938735466],[-73.09298304036076,41.31238238738955],[-73.09312304041441,41.312527387413304],[-73.09318704042563,41.31236038737865],[-73.09328604044322,41.31210638732586],[-73.09337704045869,41.31186038727488],[-73.09343904046925,41.31169338724028],[-73.09350904047656,41.311423387185314],[-73.09354704048077,41.31128138715636],[-73.09369104050559,41.31089838707695],[-73.0937980405328,41.310767387047896],[-73.09389704056204,41.310717387034934],[-73.093934040573,41.310699387030226],[-73.09417004064794,41.310672387017306],[-73.09433504070041,41.31065438700845],[-73.09436404070986,41.31065538700769],[-73.09453904076732,41.310668387004554],[-73.09473404083228,41.310699387004284],[-73.09493904090169,41.31075138700778],[-73.09498304091662,41.31076338700872],[-73.09512404096529,41.31081538701427],[-73.09524404100367,41.31080638700865],[-73.09540804105619,41.31079538700117],[-73.09560304111754,41.31076338698862],[-73.09572304115541,41.31074538698119],[-73.09573704116265,41.31079238698992],[-73.09573204117544,41.31104538703947],[-73.0957830412133,41.3114193871108],[-73.09577704122367,41.31163538715318],[-73.0957490412243,41.311805387187256],[-73.09572204121959,41.311876387201984],[-73.09567204123886,41.31249838732502],[-73.09558604125706,41.313306387485504],[-73.09556504129111,41.314022387625926],[-73.09553504130467,41.31443038770652],[-73.09551504130438,41.314539387728445],[-73.09548704129674,41.31456438773423],[-73.0954540412874,41.314588387739995],[-73.09545404128832,41.31460438774312],[-73.09571004136508,41.31449538771355],[-73.09594304143283,41.314359387679445],[-73.0960780414712,41.31426538765673],[-73.09613104148475,41.314201387642505],[-73.0961030414738,41.31416838763699],[-73.09627604150346,41.31370538754101],[-73.09638104151324,41.31328038745464],[-73.09708504174874,41.31340938745701],[-73.09751704189401,41.31350138746096],[-73.09739104187297,41.313848387532765],[-73.09731404186786,41.31419638760319],[-73.09734304188497,41.31433138762858],[-73.09736804189785,41.31441538764417],[-73.09748104194155,41.3145393876647],[-73.09750904195289,41.31457938767161],[-73.09759404198736,41.314700387692476],[-73.0976230419991,41.31474138769953],[-73.09773304204268,41.314880387723086],[-73.09789004210484,41.315078387756635],[-73.09807104217566,41.31529138779234],[-73.0981860422207,41.315427387815156],[-73.09832404227545,41.315603387845016],[-73.09873904244024,41.3161343879352],[-73.09880204246522,41.316214387948776],[-73.09890104250154,41.31628838796001],[-73.09877704246723,41.31639138798412],[-73.09840804236543,41.31670338805697],[-73.0982850423315,41.31680738808126],[-73.0984060423782,41.3169383881029],[-73.09858804244841,41.31713538813545],[-73.0987730425195,41.317330388167505],[-73.0988970425671,41.31746038818885],[-73.09871104251305,41.31756938821615],[-73.09843604243322,41.317732388256886],[-73.09816004235358,41.3179043882994],[-73.0979780423011,41.31801838832755],[-73.09822304239283,41.31823438836175],[-73.09895804266814,41.31888438846476],[-73.09920304275992,41.31910138849915],[-73.09904104270936,41.31913538851104],[-73.09891604267038,41.319162388520375],[-73.09866104259123,41.31922338854055],[-73.09855704255871,41.31924438854802],[-73.09839504250814,41.3192783885599],[-73.09842404252873,41.319474388597214],[-73.09843704253619,41.31953138860791],[-73.09846804255373,41.31966238863247],[-73.09857204262326,41.32029038875165],[-73.0985820426297,41.32034638876226],[-73.09860404264823,41.32054638880057],[-73.09875404269931,41.320589388804095],[-73.09920404285256,41.320719388814865],[-73.09920804285397,41.32072138881512],[-73.09935604290408,41.32075838881754],[-73.09933804289989,41.320787388823774],[-73.09927304288796,41.320947388857114],[-73.09917104286113,41.321056388881686],[-73.09911804284455,41.32106738888556],[-73.09872704272286,41.321155388915415],[-73.09803504250394,41.32124938895621],[-73.09791404246762,41.32130038897009],[-73.09785304244936,41.321326388977134],[-73.09770804241079,41.32147438901072],[-73.09766404240389,41.32160338903731],[-73.09766104240337,41.32161138903895],[-73.09765204240183,41.32163538904395],[-73.09765004240168,41.321644389045765],[-73.09746704233709,41.32155138903355],[-73.09737904230496,41.32148838902411],[-73.09730704227867,41.32143638901629],[-73.097242042256,41.32140838901296],[-73.09716904223421,41.321441389021764],[-73.09714704222993,41.321491389032225],[-73.09768604242478,41.321844389083616],[-73.0978240424747,41.3219353890969],[-73.0978170424737,41.32195738910142],[-73.09777304246158,41.32199538911028],[-73.0977080424415,41.32201238911569],[-73.09752904238611,41.32205838913047],[-73.09735104233108,41.32210538914541],[-73.09727804230903,41.322133389153244],[-73.09719104228364,41.322182389165626],[-73.0970530422449,41.322287389190585],[-73.09703604223944,41.32228838919134],[-73.09692204220335,41.32230338919797],[-73.09685504218083,41.32228938919741],[-73.09685504218763,41.322408389220634],[-73.0968540421941,41.322527389243874],[-73.09685404219849,41.3226043892589],[-73.09664904212714,41.32251838924878],[-73.09644504205616,41.3224333892388],[-73.0956570417821,41.32210638920055],[-73.0932410409368,41.321015389066],[-73.09093904009079,41.31926438879894],[-73.08918003941781,41.31746038850391],[-73.08904403936529,41.317312388479436],[-73.08867803922196,41.3168793884068],[-73.08866203921576,41.31686138840379],[-73.08831003907801,41.31644638833422],[-73.0871210386132,41.315053388100885],[-73.08665803843226,41.31451138801011],[-73.08665103842952,41.31450338800876],[-73.08660503841311,41.31447738800518],[-73.08664903842369,41.31441238799107],[-73.08668203843176,41.31436638798102],[-73.0866890384335,41.31435738797903],[-73.08677603845499,41.31423938795319],[-73.08683703846997,41.31415538793482],[-73.08693303849509,41.314050387911216],[-73.08702603851958,41.31395138788887],[-73.08706203852903,41.313912387880094],[-73.08717303855833,41.31379538785366],[-73.08721003856816,41.31375738784506],[-73.08725703857979,41.31369438783122],[-73.08732403859662,41.31360838781227],[-73.08741403862071,41.313519387791985],[-73.08747103863608,41.31346538777961],[-73.08751603864435,41.31335438775647],[-73.08753903864907,41.31330638774636],[-73.08756203865384,41.31325938773643],[-73.08778803871392,41.31302838768403],[-73.08789303874237,41.31293038766151],[-73.08800403877264,41.31283038763838],[-73.088023038778,41.312816387635024],[-73.08815703881601,41.31272138761214],[-73.08832503886386,41.31260538758406],[-73.08858903894269,41.31248738755247],[-73.08874003898786,41.31242138753468],[-73.08863603894692,41.312294387513276],[-73.08847903888508,41.31210238748089],[-73.08831403882148,41.3119243874515],[-73.08820303877864,41.31180438743167],[-73.08806103872521,41.3116743874109],[-73.08786103864989,41.31149038738146],[-73.08765003856898,41.31127038734537],[-73.08751803851831,41.31113238732271],[-73.08745203849261,41.31105638731001],[-73.08736203845751,41.31095238729264],[-73.08723103840968,41.31085838727852],[-73.08721003840203,41.31084338727627],[-73.08716603838447,41.31078538726637],[-73.0874040384571,41.31070638724324],[-73.08812103867609,41.31047138717413],[-73.08836003874909,41.310393387151166],[-73.08851803879162,41.31024138711637],[-73.08867403883382,41.31009438708262],[-73.08900003892225,41.30979238701311],[-73.08908003894395,41.309718386996074],[-73.08915403896326,41.309636386977665],[-73.08927403899605,41.309529386952896],[-73.08932403900974,41.30948538694269],[-73.08951703905902,41.309252386890954],[-73.08961003908557,41.30918938687563],[-73.08964103909454,41.30917038687092],[-73.0897150391128,41.309070386849015]]]},"properties":{"name":1101,"geoid":"09001110100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.12042204731576,41.27842137986881],[-73.1208270474513,41.27849737987052],[-73.12108904753822,41.27853337986905],[-73.12125704759448,41.27856537986986],[-73.12135604762683,41.27857037986763],[-73.12150604767756,41.27860737986999],[-73.12159404770833,41.27864737987495],[-73.12174804776387,41.27874637988929],[-73.12199804786367,41.279076379945636],[-73.12241404802145,41.27948038001105],[-73.12280404816548,41.279790380058955],[-73.12312104828116,41.280018380093196],[-73.12329904834453,41.280118380106956],[-73.12345604840121,41.280220380121804],[-73.12369704848476,41.28031638013272],[-73.1241550486414,41.280461380146185],[-73.12431004869413,41.28050538014975],[-73.12450404875901,41.28054138015049],[-73.12479604885516,41.280568380146306],[-73.12494904890393,41.2805543801386],[-73.12517404897694,41.28055638013169],[-73.12541204905365,41.2805493801226],[-73.12564704912796,41.28051738010872],[-73.1259470492203,41.28043238008239],[-73.12619904929623,41.28033238005467],[-73.12680904947469,41.27999637996927],[-73.12716004957306,41.279727379905346],[-73.12749904966749,41.27945737984161],[-73.12767104971739,41.2793553798161],[-73.1278490497709,41.27928237979607],[-73.12879505006568,41.279077379725344],[-73.12894105011117,41.279045379714354],[-73.12939205025441,41.27899537968997],[-73.12974705036821,41.27897437967434],[-73.1301040504834,41.27896637966119],[-73.13020805051767,41.27897637965977],[-73.13031505055336,41.27899437965981],[-73.1304720506089,41.27907637967074],[-73.13073205070577,41.27929837970566],[-73.13140105095648,41.27989437980036],[-73.13167105105595,41.28010437983261],[-73.13196605116512,41.28034337986972],[-73.13231505129673,41.28066837992186],[-73.13258705140007,41.28093537996519],[-73.13277005146956,41.281114379994214],[-73.13309505159481,41.28146438005202],[-73.13337905170368,41.28176038010061],[-73.13352105175812,41.281908380124904],[-73.13364005180422,41.282040380146825],[-73.13395205192212,41.282335380194304],[-73.13433005206329,41.28266338024611],[-73.13428505205407,41.282757380265906],[-73.13416605202337,41.28289538029673],[-73.13445405211714,41.28290338028896],[-73.13445605211648,41.282880380284396],[-73.134572052154,41.28287938028043],[-73.13469705219391,41.28286938027443],[-73.13528905238486,41.28285438025228],[-73.13592905258967,41.28281038022292],[-73.13645305275806,41.282786380201216],[-73.1369860529281,41.28274038017493],[-73.13717105298713,41.28272438016581],[-73.13733805304015,41.28270538015667],[-73.1373550530456,41.28270438015593],[-73.13711805299016,41.28307838023665],[-73.13693905294923,41.28337738030086],[-73.13690205296119,41.28379738038407],[-73.13694405300475,41.28432238048525],[-73.13694405300481,41.28432338048544],[-73.1370700530766,41.284866380587395],[-73.13709705309864,41.28509938063202],[-73.13697305307223,41.285340380683095],[-73.13676305301954,41.28560938074244],[-73.1364950529491,41.28589638080718],[-73.13644805294014,41.28600638083021],[-73.13644005294513,41.286139380856426],[-73.13649905297447,41.28631838088947],[-73.13650705297849,41.28634338089409],[-73.13675405308292,41.286771380969654],[-73.13701505319172,41.28719638104417],[-73.13703705320033,41.28722238104852],[-73.1370910532216,41.28728838105966],[-73.13712405323452,41.287327381066206],[-73.13733505330698,41.28739938107343],[-73.1374220533361,41.28741538107371],[-73.13747305335575,41.2874703810828],[-73.13751005337183,41.28754238109567],[-73.13758205339732,41.28758038110074],[-73.13774205345103,41.287613381102],[-73.13799705354587,41.2878273811355],[-73.13840405368937,41.288031381162114],[-73.13843105369949,41.28805538116594],[-73.13852805373581,41.28814138117957],[-73.13857205376132,41.28833838121662],[-73.13857805378804,41.28877238130116],[-73.13862905381585,41.28897038133817],[-73.13867305383415,41.28904138135059],[-73.13875305386098,41.289057381351135],[-73.13882605387744,41.28893138132416],[-73.1391460539786,41.28888738130517],[-73.1391970539945,41.28887638130137],[-73.1392260540061,41.28891538130803],[-73.13956105411809,41.28897538130887],[-73.13951705411198,41.289118381338234],[-73.13949505411051,41.28921738135827],[-73.13969905419167,41.28948138140321],[-73.13975005420909,41.289497381404665],[-73.13992405426204,41.28943738138731],[-73.1399970542882,41.28948138139353],[-73.13999705429163,41.28954138140525],[-73.13991705427074,41.28962938142502],[-73.13984405425427,41.289755381452],[-73.13991005427972,41.28982638146371],[-73.14012805435353,41.28988238146757],[-73.1401860543754,41.289936381476224],[-73.14015705438324,41.29023838153615],[-73.14020005440004,41.29028838154449],[-73.14062205454456,41.290425381557554],[-73.1406880545688,41.29047538156517],[-73.14073905459091,41.290573381582654],[-73.14082605462133,41.290612381587444],[-73.14095705467412,41.290793381618535],[-73.14100805469188,41.29081538162117],[-73.14131305479977,41.2909743816423],[-73.14143705483401,41.29087038161798],[-73.14153205486353,41.29084838161059],[-73.14161205489167,41.290887381615626],[-73.14178605496494,41.29118338166774],[-73.1419830550335,41.291266381677566],[-73.14201905504858,41.29132638168811],[-73.14196805503583,41.29139238170266],[-73.14201905505548,41.291447381711734],[-73.14232505515493,41.29145238170278],[-73.14239805518108,41.291496381708996],[-73.1423540551703,41.29155738172233],[-73.14239705518548,41.291579381725235],[-73.14244105519877,41.29156238172048],[-73.14252105522532,41.291573381720035],[-73.14257205524596,41.291645381732444],[-73.1425070552277,41.291694381744115],[-73.14247705522173,41.29176038175797],[-73.14252105524102,41.291848381773725],[-73.1426080552711,41.29188138177734],[-73.14272505531305,41.291952381787404],[-73.142870055376,41.29223238183737],[-73.14332805553788,41.292468381868574],[-73.14376505569766,41.29278738191665],[-73.14393505576095,41.29293138193925],[-73.14395105576686,41.29294438194127],[-73.14397205577346,41.2929403819398],[-73.14464305598317,41.29280638189185],[-73.14483105606635,41.293196381961884],[-73.14504205615823,41.29360838203548],[-73.14533205628298,41.294147382131285],[-73.14602205657093,41.29527538232909],[-73.14636405671995,41.29594438244858],[-73.14643705675621,41.296165382489356],[-73.14646005677206,41.296312382517286],[-73.14644505677035,41.296367382528516],[-73.14628105672948,41.29658238257582],[-73.14621705671148,41.296630382587274],[-73.14619905670646,41.296644382590586],[-73.14603305666061,41.29678338262311],[-73.14597305664417,41.2968353826352],[-73.14586105661324,41.29692938265719],[-73.14578805659319,41.29699238267188],[-73.14551405651629,41.29720038272138],[-73.1453980564838,41.29728938274253],[-73.14535005646955,41.297312382748565],[-73.14527705644797,41.297348382757974],[-73.14521005642843,41.29738638276756],[-73.14516505641538,41.2974133827743],[-73.14492205634345,41.29753238280542],[-73.14468705627354,41.297641382834335],[-73.14453205622712,41.297707382852245],[-73.14436005617492,41.297769382869944],[-73.14422305613303,41.29781338288298],[-73.14401205606862,41.2978823829033],[-73.14130105524045,41.298760383162765],[-73.14071205506056,41.29895238321936],[-73.14051705500155,41.29902538323995],[-73.14033105494477,41.299086383257894],[-73.14022105491284,41.299151383274165],[-73.14017105489813,41.29917738328085],[-73.14012105488347,41.299204383287744],[-73.13983705480157,41.29938138333153],[-73.13970705476476,41.299474383353896],[-73.13955905472297,41.29958238337979],[-73.13917805461507,41.29985438344526],[-73.13878405450546,41.30017038351974],[-73.13853505443632,41.300372383567264],[-73.13819305433843,41.300598383622486],[-73.13788305424876,41.30078738366945],[-73.1376550541789,41.30085738369052],[-73.13709205400637,41.30103038374257],[-73.1365150538279,41.3011793837904],[-73.13612305370616,41.301271383821074],[-73.13594605365125,41.30131438383521],[-73.13531405344939,41.301365383865694],[-73.1351570533986,41.30136638387099],[-73.13503205335816,41.301367383875245],[-73.13488405331033,41.301369383880434],[-73.1346590532373,41.30136738388736],[-73.13453505319713,41.30136738389139],[-73.13347605285873,41.301450383941976],[-73.13339905283465,41.3014653839474],[-73.13321305277648,41.30150238396067],[-73.13312105274827,41.30153038396911],[-73.13300605271313,41.30156738398008],[-73.13285105266706,41.301640383999356],[-73.13252905257433,41.301843384049434],[-73.13195805241764,41.30233938416479],[-73.13150605229836,41.30281538427239],[-73.13084005212606,41.30357738444275],[-73.13081605212001,41.303607384449386],[-73.13012005194611,41.30451138464843],[-73.12994905189927,41.304661384683264],[-73.12982305186593,41.30479238471291],[-73.12950805177749,41.3050313847698],[-73.1293290517274,41.305169384802554],[-73.12914905167517,41.305276384829284],[-73.12802605135455,41.30603438501369],[-73.12751405120899,41.306390385099796],[-73.12685505102176,41.30685138521118],[-73.12632005087016,41.307232385302896],[-73.12550805063967,41.3078033854407],[-73.12542805061688,41.30785838545404],[-73.12519905055191,41.30802038549308],[-73.12460205038148,41.30842338559111],[-73.12434905030824,41.3085763856292],[-73.12378905015035,41.30898938572799],[-73.1237250501324,41.309038385739626],[-73.12324404999373,41.309339385813985],[-73.12195704961813,41.31006538599745],[-73.1215690495056,41.31029638605514],[-73.12124804941168,41.31047338610009],[-73.12098904933664,41.31062938613897],[-73.1202620491263,41.31107138624881],[-73.1195600489305,41.31162638637991],[-73.11947904890792,41.31169038639503],[-73.11939904888683,41.31177538641422],[-73.11894004876584,41.31226138652397],[-73.1187570487176,41.31245538656776],[-73.11859104867439,41.31264038660927],[-73.1182900485961,41.31297738668479],[-73.11767904843983,41.31370838684729],[-73.11759804842025,41.31382538687274],[-73.11749904839651,41.31397138690446],[-73.11726304833395,41.31421538695973],[-73.11704704827945,41.314486387019635],[-73.11697104826034,41.314583387041026],[-73.11668804818815,41.314925387116965],[-73.11638904811085,41.31526838719359],[-73.1163780481079,41.3152793871961],[-73.11614204804593,41.315533387253325],[-73.11568104792474,41.316027387364684],[-73.11560604790547,41.31611538738429],[-73.11518104779651,41.31661938749643],[-73.11472704767186,41.317013387588055],[-73.11443304758761,41.31720638763525],[-73.11417304751242,41.31736538767474],[-73.11397004745264,41.31747038770181],[-73.1137630473912,41.31756938772784],[-73.11375404738857,41.31757438772911],[-73.11344904729636,41.31769038776164],[-73.11311204719365,41.31780438779482],[-73.11301304716191,41.317810387799206],[-73.11280004709509,41.31784938781373],[-73.11256804702204,41.31788638782847],[-73.11199604684396,41.31801438787202],[-73.11146504667786,41.318119387909746],[-73.11100204653589,41.31826038795227],[-73.11030504632575,41.31853638802875],[-73.11018804629018,41.31857738804055],[-73.11007104625465,41.31861938805253],[-73.1099040462039,41.31867838806947],[-73.10973704615319,41.3187383880866],[-73.10962204611826,41.318779388098335],[-73.10949204607824,41.318816388109774],[-73.10905804594432,41.31893438814688],[-73.10877404585408,41.31896538816214],[-73.10835404572279,41.31905038819236],[-73.10693204527189,41.31922438827245],[-73.10669104519387,41.319226388280654],[-73.10594504495542,41.31928438831617],[-73.10516704470608,41.319333388350984],[-73.10457504451507,41.31934838837311],[-73.10444104447197,41.31935438837862],[-73.10427304441804,41.31936338838583],[-73.10404104434303,41.31936638839395],[-73.1039080443001,41.319369388398854],[-73.1037090442352,41.31936238840394],[-73.10365904421893,41.319361388405355],[-73.10311704404043,41.3193113884132],[-73.10292004397554,41.319293388416064],[-73.10247304382696,41.31922838841789],[-73.1023750437944,41.319214388418324],[-73.10212204371173,41.31920238842419],[-73.10145204348973,41.31911738842933],[-73.10112704338223,41.31907938843248],[-73.10078204326813,41.31903938843586],[-73.100680043234,41.31902038843544],[-73.10065804322663,41.31901638843539],[-73.10064404322186,41.31901238843506],[-73.1005390431863,41.318985388433184],[-73.1005040431745,41.31897738843277],[-73.10038004313425,41.31897638843659],[-73.10032304311578,41.318976388438436],[-73.10015704306083,41.31895638843993],[-73.10001004301365,41.31896438844626],[-73.09988704297419,41.31897138845162],[-73.09974904293077,41.318994388460574],[-73.09941304282518,41.319052388482795],[-73.09933804280185,41.319069388488536],[-73.09920304275992,41.31910138849915],[-73.09895804266814,41.31888438846476],[-73.09822304239283,41.31823438836175],[-73.0979780423011,41.31801838832755],[-73.09816004235358,41.3179043882994],[-73.09843604243322,41.317732388256886],[-73.09871104251305,41.31756938821615],[-73.0988970425671,41.31746038818885],[-73.0987730425195,41.317330388167505],[-73.09858804244841,41.31713538813545],[-73.0984060423782,41.3169383881029],[-73.0982850423315,41.31680738808126],[-73.09840804236543,41.31670338805697],[-73.09877704246723,41.31639138798412],[-73.09890104250154,41.31628838796001],[-73.09880204246522,41.316214387948776],[-73.09873904244024,41.3161343879352],[-73.09832404227545,41.315603387845016],[-73.0981860422207,41.315427387815156],[-73.09807104217566,41.31529138779234],[-73.09789004210484,41.315078387756635],[-73.09773304204268,41.314880387723086],[-73.0976230419991,41.31474138769953],[-73.09759404198736,41.314700387692476],[-73.09750904195289,41.31457938767161],[-73.09748104194155,41.3145393876647],[-73.09736804189785,41.31441538764417],[-73.09734304188497,41.31433138762858],[-73.09731404186786,41.31419638760319],[-73.09739104187297,41.313848387532765],[-73.09751704189401,41.31350138746096],[-73.09708504174874,41.31340938745701],[-73.09638104151324,41.31328038745464],[-73.09627604150346,41.31370538754101],[-73.0961030414738,41.31416838763699],[-73.09613104148475,41.314201387642505],[-73.0960780414712,41.31426538765673],[-73.09594304143283,41.314359387679445],[-73.09571004136508,41.31449538771355],[-73.09545404128832,41.31460438774312],[-73.0954540412874,41.314588387739995],[-73.09548704129674,41.31456438773423],[-73.09551504130438,41.314539387728445],[-73.09553504130467,41.31443038770652],[-73.09556504129111,41.314022387625926],[-73.09558604125706,41.313306387485504],[-73.09567204123886,41.31249838732502],[-73.09572204121959,41.311876387201984],[-73.0957490412243,41.311805387187256],[-73.09577704122367,41.31163538715318],[-73.0957830412133,41.3114193871108],[-73.09573204117544,41.31104538703947],[-73.09573704116265,41.31079238698992],[-73.09572304115541,41.31074538698119],[-73.09560304111754,41.31076338698862],[-73.09540804105619,41.31079538700117],[-73.09524404100367,41.31080638700865],[-73.09512404096529,41.31081538701427],[-73.09498304091662,41.31076338700872],[-73.09493904090169,41.31075138700778],[-73.09473404083228,41.310699387004284],[-73.09453904076732,41.310668387004554],[-73.09436404070986,41.31065538700769],[-73.09433504070041,41.31065438700845],[-73.09417004064794,41.310672387017306],[-73.093934040573,41.310699387030226],[-73.09389704056204,41.310717387034934],[-73.0937980405328,41.310767387047896],[-73.09369104050559,41.31089838707695],[-73.09354704048077,41.31128138715636],[-73.09350904047656,41.311423387185314],[-73.09343904046925,41.31169338724028],[-73.09337704045869,41.31186038727488],[-73.09328604044322,41.31210638732586],[-73.09318704042563,41.31236038737865],[-73.09312304041441,41.312527387413304],[-73.09298304036076,41.31238238738955],[-73.09277704028186,41.31216938735466],[-73.0925720402026,41.311944387317375],[-73.09243704015039,41.31179638729289],[-73.09232804010823,41.31167638727298],[-73.09226004008197,41.311602387260734],[-73.09209104001563,41.311399387226594],[-73.09201503998568,41.3113063872109],[-73.0920120399845,41.31130238721022],[-73.09189103993968,41.31120438719502],[-73.09185103992375,41.31115238718617],[-73.091804039905,41.31109038717559],[-73.09171103987069,41.31101738716436],[-73.09166003985187,41.31097738715821],[-73.0915190397965,41.31080738712958],[-73.09133203972313,41.31058338709194],[-73.09105903962049,41.31033538705238],[-73.09089703955964,41.310188387028916],[-73.0906650394713,41.30995838699155],[-73.09060903944999,41.309902386982436],[-73.09032503934111,41.309607386934054],[-73.09004603923611,41.309351386893134],[-73.08996303920516,41.309280386881966],[-73.0897150391128,41.309070386849015],[-73.08992803917603,41.30896838682219],[-73.09009303922272,41.30884938679362],[-73.0901630392432,41.30881038678374],[-73.09055103935701,41.308601386730366],[-73.09071003940431,41.308527386710765],[-73.09088303945657,41.30846038669207],[-73.09098803948594,41.308378386672665],[-73.09105003949918,41.308258386647225],[-73.09134003957138,41.30787638656327],[-73.09134603957287,41.3078683865615],[-73.0914170395912,41.3077863865432],[-73.0917450396833,41.30753738648396],[-73.09186203971605,41.3074463864624],[-73.09231103984428,41.30714338638871],[-73.09231303984487,41.30714238638845],[-73.09281503999004,41.30683538631224],[-73.0930910400693,41.306656386268365],[-73.09333504013554,41.30643138621652],[-73.0936810402313,41.30614438614928],[-73.09393904030027,41.30588738609076],[-73.09394404030172,41.30588438609],[-73.09423304038812,41.30575738605585],[-73.09451104047521,41.305704386036496],[-73.09460304050502,41.305704386033504],[-73.09504604064472,41.305636386005865],[-73.09511504066491,41.30559838599621],[-73.09535604073554,41.305467385962835],[-73.09557104079222,41.30523938591135],[-73.09578604084825,41.30500038585773],[-73.09579604085036,41.3049803858535],[-73.09605404090748,41.30451538575436],[-73.09611204092039,41.30441238573238],[-73.09612104092245,41.304397385729146],[-73.09620804094244,41.304253385698225],[-73.09635104098423,41.30417338567797],[-73.09646904102125,41.30415238567004],[-73.0965260410398,41.30415338566839],[-73.09669204109277,41.30413938566027],[-73.0967160411005,41.3041383856593],[-73.09680604112997,41.304143385657355],[-73.09690104116022,41.304134385652524],[-73.09710004122529,41.30414438564804],[-73.09719304125531,41.30414238564462],[-73.0972140412621,41.30414238564394],[-73.09736104130992,41.30414538563975],[-73.09738504131302,41.304063385622975],[-73.09742804131886,41.30392138559387],[-73.09744404132233,41.303891385587484],[-73.09747604132912,41.30382838557414],[-73.09751504133747,41.30375338555824],[-73.09757604135007,41.30362738553167],[-73.09767504137594,41.303518385507175],[-73.09802204147135,41.303219385437565],[-73.0981540415079,41.303110385412],[-73.09837304156866,41.30293138536995],[-73.09876504167991,41.302654385303164],[-73.09916704178173,41.30215538519271],[-73.09939404184001,41.30188738513304],[-73.0996040418901,41.301572385064745],[-73.09976304193034,41.30137438502092],[-73.09998404198559,41.301087384957725],[-73.10003204199768,41.301026384944265],[-73.10031804206714,41.30061938485553],[-73.10049604210823,41.30032838479295],[-73.10070804215597,41.29996038471422],[-73.10076404216551,41.29980938468292],[-73.10087004218401,41.29953138462524],[-73.10119104222441,41.298415384396925],[-73.10126604223223,41.29812638433806],[-73.10141504224823,41.29756038422273],[-73.10144104225218,41.29748138420646],[-73.10144804224674,41.29734638417986],[-73.10145904223897,41.297147384140665],[-73.10142504221028,41.29683738408123],[-73.1013930421921,41.29670038405553],[-73.10134504216447,41.29648838401568],[-73.10129404213735,41.296302383981015],[-73.10125304211667,41.29617238395696],[-73.10120504209247,41.29602138392904],[-73.10112904205144,41.29573338387527],[-73.10111604204101,41.2956243838544],[-73.10100804198755,41.29530038379464],[-73.10098504197582,41.29522538378074],[-73.10089104192747,41.29491138372249],[-73.10085804190913,41.29477738369738],[-73.10081204188346,41.29458838366197],[-73.1007530418525,41.29438038362327],[-73.10071604183305,41.29424938359889],[-73.10096804191517,41.29425738359229],[-73.10122004199694,41.294259383584496],[-73.1014630420735,41.2942213835692],[-73.1015060420871,41.29421538356664],[-73.10211104227508,41.294074383519515],[-73.10264304243746,41.293898383467884],[-73.10288304251613,41.293914383463225],[-73.10315804260529,41.29391538345452],[-73.10343504269774,41.293962383454705],[-73.10350804272224,41.29397738345527],[-73.10360404275454,41.29399838345626],[-73.10364304276933,41.29403638346242],[-73.10374504280803,41.29413538347844],[-73.10394104287971,41.2942783835],[-73.10429004299917,41.29439038351057],[-73.10450804307158,41.294421383509544],[-73.10451204307294,41.29442238350961],[-73.10460404310331,41.294432383508585],[-73.10503604324438,41.294451383498284],[-73.10516804328657,41.29444138349204],[-73.10538804335694,41.2944253834818],[-73.10578004348288,41.29440638346537],[-73.10589804352084,41.294401383460574],[-73.1061620436058,41.29439138345006],[-73.10644304369583,41.29437338343743],[-73.1067470437948,41.29438138342915],[-73.106959043864,41.29439038342404],[-73.10707504390193,41.29439638342144],[-73.10734704399307,41.294449383422965],[-73.10794904420462,41.29473838345988],[-73.10804604423927,41.29479538346787],[-73.10829504433087,41.29498638349709],[-73.108608044447,41.2952443835373],[-73.10893704456598,41.29546138356901],[-73.10920004463466,41.295171383503856],[-73.1094120446867,41.29487938343998],[-73.1096120447348,41.29458638337627],[-73.10986004479162,41.29417338328759],[-73.11020804486955,41.293562383156996],[-73.11025204487838,41.293467383137035],[-73.11037504490706,41.29327138309477],[-73.11096604503498,41.292156382857875],[-73.11154804515864,41.29101738261659],[-73.11159904517112,41.29094638260107],[-73.11164704518181,41.29086138258292],[-73.11198604526018,41.29030938246413],[-73.11206604527683,41.290146382429704],[-73.11220904530656,41.28985538236825],[-73.11222104530914,41.28983238236337],[-73.11240104535167,41.28955538230343],[-73.11269504542264,41.28912938221072],[-73.11275104543628,41.28905038219347],[-73.11281304545153,41.288965382174865],[-73.11291404547319,41.288771382133696],[-73.11298504548941,41.28865238210816],[-73.11319704553787,41.28829738203196],[-73.11326904555446,41.28817938200657],[-73.11332604556758,41.28808538198637],[-73.11349904560772,41.28780638192629],[-73.11355704562122,41.28771338190623],[-73.11428404579543,41.286637381672534],[-73.11445704583495,41.28634738161028],[-73.11452104584966,41.28624138158751],[-73.11477804591057,41.285849381502615],[-73.11501004596465,41.28547938142284],[-73.11518904600703,41.28520538136352],[-73.11538804605662,41.28494438130608],[-73.11550604608284,41.28473338126106],[-73.11570904613458,41.284487381206425],[-73.11589404617645,41.28417038113852],[-73.11615204624101,41.28383638106492],[-73.11624004626177,41.283700381035494],[-73.11649904632822,41.28339438096735],[-73.11679704640369,41.283024380885415],[-73.11719704650183,41.28247238076464],[-73.11729004652494,41.2823493807376],[-73.11740504655377,41.282201380704976],[-73.11783604666427,41.28169038059118],[-73.11798404669877,41.28145438054028],[-73.11828404677306,41.28105238045204],[-73.1186320468597,41.280594380351296],[-73.11870304687842,41.28051938033436],[-73.11880604690576,41.28041338031029],[-73.11946904707153,41.279553380120824],[-73.11965904711987,41.27932138006935],[-73.11985704717073,41.27908838001742],[-73.11998004720175,41.27893337998316],[-73.12031904728748,41.27851037988953],[-73.12042204731576,41.27842137986881]]]},"properties":{"name":1103.01,"geoid":"09001110301"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.11357704443816,41.26683237782672],[-73.11417204461759,41.26659837776172],[-73.118216045855,41.2653233773815],[-73.11968704630509,41.26485937724316],[-73.12024204647506,41.26468737719155],[-73.12438904774385,41.26337837680131],[-73.13040304957698,41.26136137621218],[-73.1314010498812,41.261027376114534],[-73.13910705223827,41.25858937538816],[-73.14192105309904,41.25770037512314],[-73.14224605319885,41.25760437509384],[-73.14322505349962,41.25731837500617],[-73.1435510535998,41.25722337497702],[-73.14389705370866,41.25716737495487],[-73.14601005431597,41.25581537462209],[-73.14688305457364,41.25537537450777],[-73.14689705457958,41.255400374512206],[-73.1469410545983,41.25547837452602],[-73.14695605460462,41.25550437453061],[-73.14696705460926,41.25552337453397],[-73.1471480546835,41.25579737458166],[-73.14736805477943,41.25623037465913],[-73.1475680548616,41.25653537471224],[-73.14762505488501,41.25662237472739],[-73.14768305490882,41.256710374742696],[-73.14772305492518,41.256770374753124],[-73.14776305494162,41.256831374763756],[-73.14859705528411,41.25810137498485],[-73.14863405529837,41.25814137499147],[-73.1487140553365,41.25835537503069],[-73.14880305537785,41.25857537507078],[-73.14902005547867,41.25911137516848],[-73.14911205551405,41.25920937518463],[-73.1492740555765,41.25938437521358],[-73.14957705569971,41.259824375289725],[-73.15003705588674,41.26049137540511],[-73.15048805607009,41.26114537551826],[-73.15079205619371,41.261586375594554],[-73.1508820562318,41.26174337562231],[-73.15107805631466,41.26208337568236],[-73.15163605655076,41.263054375853976],[-73.1516940565753,41.26315537587183],[-73.1523700568613,41.26433137607963],[-73.1525100569205,41.26457437612258],[-73.15267405698896,41.26484337616981],[-73.15448405774454,41.26781237669104],[-73.15526705807136,41.269095376916255],[-73.1555740581713,41.26910437690803],[-73.15600405831076,41.26910737689466],[-73.15688205859553,41.26911437686752],[-73.15729305872728,41.26909037684949],[-73.15772305886513,41.26906537683064],[-73.15819305901559,41.269034376809316],[-73.158335059061,41.26902437680275],[-73.15841005908501,41.26901937679933],[-73.15915505932625,41.269018376774945],[-73.15956705945972,41.26901837676156],[-73.16017405965431,41.268983376735],[-73.16078705985086,41.26894837670825],[-73.16147006007013,41.26891437667943],[-73.1616110601155,41.26890937667387],[-73.16408706091288,41.268829376577806],[-73.16491306117892,41.26880337654589],[-73.16479206115228,41.26902337659279],[-73.16477606114881,41.26905337659917],[-73.16461206111374,41.26936937666621],[-73.1644120610633,41.269620376721754],[-73.16429006103115,41.269749376750916],[-73.16417706100151,41.269871376778426],[-73.164098060981,41.269960376798366],[-73.16398206095084,41.270090376827525],[-73.16392806093695,41.270153376841584],[-73.1635120608303,41.27064537695122],[-73.16344306081406,41.27075237697436],[-73.16330606078212,41.270970377021385],[-73.16312406073985,41.27126237708434],[-73.16299006071586,41.271602377155105],[-73.16298206071474,41.27162837716045],[-73.16281706069572,41.272231377283575],[-73.1627470606909,41.272544377346996],[-73.16262006067066,41.272910377422605],[-73.1625100606508,41.27318637748009],[-73.16240906063086,41.273410377527114],[-73.16227806060135,41.273636377575514],[-73.16223006058917,41.27369537758861],[-73.16216806057359,41.27377437760604],[-73.16202006053742,41.273980377651085],[-73.16178306047783,41.274281377717585],[-73.16117306032454,41.27505737788896],[-73.16109806030609,41.27515937791133],[-73.16107206029976,41.2751963779194],[-73.16095606027054,41.27534237795168],[-73.16089706025639,41.27542937797058],[-73.16059806018461,41.275868378066036],[-73.16032606012642,41.27639237817721],[-73.15999506005441,41.277009378308485],[-73.15966305998501,41.277677378449724],[-73.15948905995155,41.278078378533685],[-73.15936405992763,41.27836837859439],[-73.15922205989841,41.27866237865641],[-73.15891405981908,41.27902037873634],[-73.15886905980821,41.27908537875051],[-73.15879005978918,41.27920037877552],[-73.15872505977231,41.27927337879189],[-73.1586740597592,41.27933337880527],[-73.15829105966351,41.27983037891477],[-73.15807605961055,41.28012237897878],[-73.15787705956157,41.28039337903816],[-73.15741805944644,41.28098137916791],[-73.15695205933365,41.2816493793135],[-73.1566750592683,41.282076379405886],[-73.15636305919413,41.28254737950799],[-73.15612805913833,41.28290337958514],[-73.1557990590579,41.28336137968526],[-73.15565205902301,41.28358437973358],[-73.15556305900166,41.283715379762064],[-73.15548405898167,41.28381337978378],[-73.15547205897887,41.28383237978786],[-73.15538105895779,41.283979379819534],[-73.15530205893802,41.28408137984201],[-73.15508405888481,41.28438637990865],[-73.15462805877044,41.284970380037514],[-73.15413305864384,41.28556138016899],[-73.15386805857558,41.285869380237735],[-73.15322105840892,41.28662138040559],[-73.15277405829548,41.28717038052732],[-73.15234605818692,41.28769738064412],[-73.15121805789506,41.288985380932246],[-73.15092305781816,41.289312381005686],[-73.15064205775042,41.28972038109447],[-73.14973505753821,41.29114938140293],[-73.14969105752789,41.29121838141784],[-73.14879605732051,41.292664381729224],[-73.14872905730543,41.29278038175405],[-73.14861905728087,41.2929743817955],[-73.1485130572547,41.293117381826875],[-73.14843505723566,41.29322638185068],[-73.1483810572229,41.29330938186863],[-73.14831805720895,41.29342238189273],[-73.14822605718868,41.293589381928335],[-73.14812005716342,41.29374838196282],[-73.14795305711898,41.29391738200123],[-73.14790305710545,41.29396438201204],[-73.1477390570614,41.29412338204841],[-73.14749805699174,41.294270382084925],[-73.14714605689008,41.294487382138726],[-73.14701905685368,41.294570382159066],[-73.14696105683642,41.29459738216621],[-73.14680805679794,41.29479138220906],[-73.14673105678115,41.294934382239475],[-73.14676905679985,41.29504638226012],[-73.14731405705577,41.29643538251357],[-73.147105056988,41.29643438252015],[-73.1469110569245,41.29642338252432],[-73.1467400568702,41.296442382533584],[-73.14658605682179,41.296468382543665],[-73.14643605677519,41.29650338255538],[-73.14628105672948,41.29658238257582],[-73.14644505677035,41.296367382528516],[-73.14646005677206,41.296312382517286],[-73.14643705675621,41.296165382489356],[-73.14636405671995,41.29594438244858],[-73.14602205657093,41.29527538232909],[-73.14533205628298,41.294147382131285],[-73.14504205615823,41.29360838203548],[-73.14483105606635,41.293196381961884],[-73.14464305598317,41.29280638189185],[-73.14397205577346,41.2929403819398],[-73.14395105576686,41.29294438194127],[-73.14393505576095,41.29293138193925],[-73.14376505569766,41.29278738191665],[-73.14332805553788,41.292468381868574],[-73.142870055376,41.29223238183737],[-73.14272505531305,41.291952381787404],[-73.1426080552711,41.29188138177734],[-73.14252105524102,41.291848381773725],[-73.14247705522173,41.29176038175797],[-73.1425070552277,41.291694381744115],[-73.14257205524596,41.291645381732444],[-73.14252105522532,41.291573381720035],[-73.14244105519877,41.29156238172048],[-73.14239705518548,41.291579381725235],[-73.1423540551703,41.29155738172233],[-73.14239805518108,41.291496381708996],[-73.14232505515493,41.29145238170278],[-73.14201905505548,41.291447381711734],[-73.14196805503583,41.29139238170266],[-73.14201905504858,41.29132638168811],[-73.1419830550335,41.291266381677566],[-73.14178605496494,41.29118338166774],[-73.14161205489167,41.290887381615626],[-73.14153205486353,41.29084838161059],[-73.14143705483401,41.29087038161798],[-73.14131305479977,41.2909743816423],[-73.14100805469188,41.29081538162117],[-73.14095705467412,41.290793381618535],[-73.14082605462133,41.290612381587444],[-73.14073905459091,41.290573381582654],[-73.1406880545688,41.29047538156517],[-73.14062205454456,41.290425381557554],[-73.14020005440004,41.29028838154449],[-73.14015705438324,41.29023838153615],[-73.1401860543754,41.289936381476224],[-73.14012805435353,41.28988238146757],[-73.13991005427972,41.28982638146371],[-73.13984405425427,41.289755381452],[-73.13991705427074,41.28962938142502],[-73.13999705429163,41.28954138140525],[-73.1399970542882,41.28948138139353],[-73.13992405426204,41.28943738138731],[-73.13975005420909,41.289497381404665],[-73.13969905419167,41.28948138140321],[-73.13949505411051,41.28921738135827],[-73.13951705411198,41.289118381338234],[-73.13956105411809,41.28897538130887],[-73.1392260540061,41.28891538130803],[-73.1391970539945,41.28887638130137],[-73.1391460539786,41.28888738130517],[-73.13882605387744,41.28893138132416],[-73.13875305386098,41.289057381351135],[-73.13867305383415,41.28904138135059],[-73.13862905381585,41.28897038133817],[-73.13857805378804,41.28877238130116],[-73.13857205376132,41.28833838121662],[-73.13852805373581,41.28814138117957],[-73.13843105369949,41.28805538116594],[-73.13840405368937,41.288031381162114],[-73.13799705354587,41.2878273811355],[-73.13774205345103,41.287613381102],[-73.13758205339732,41.28758038110074],[-73.13751005337183,41.28754238109567],[-73.13747305335575,41.2874703810828],[-73.1374220533361,41.28741538107371],[-73.13733505330698,41.28739938107343],[-73.13712405323452,41.287327381066206],[-73.1370910532216,41.28728838105966],[-73.13703705320033,41.28722238104852],[-73.13701505319172,41.28719638104417],[-73.13675405308292,41.286771380969654],[-73.13650705297849,41.28634338089409],[-73.13649905297447,41.28631838088947],[-73.13644005294513,41.286139380856426],[-73.13644805294014,41.28600638083021],[-73.1364950529491,41.28589638080718],[-73.13676305301954,41.28560938074244],[-73.13697305307223,41.285340380683095],[-73.13709705309864,41.28509938063202],[-73.1370700530766,41.284866380587395],[-73.13694405300481,41.28432338048544],[-73.13694405300475,41.28432238048525],[-73.13690205296119,41.28379738038407],[-73.13693905294923,41.28337738030086],[-73.13711805299016,41.28307838023665],[-73.1373550530456,41.28270438015593],[-73.13733805304015,41.28270538015667],[-73.13717105298713,41.28272438016581],[-73.1369860529281,41.28274038017493],[-73.13645305275806,41.282786380201216],[-73.13592905258967,41.28281038022292],[-73.13528905238486,41.28285438025228],[-73.13469705219391,41.28286938027443],[-73.134572052154,41.28287938028043],[-73.13445605211648,41.282880380284396],[-73.13445405211714,41.28290338028896],[-73.13416605202337,41.28289538029673],[-73.13428505205407,41.282757380265906],[-73.13433005206329,41.28266338024611],[-73.13395205192212,41.282335380194304],[-73.13364005180422,41.282040380146825],[-73.13352105175812,41.281908380124904],[-73.13337905170368,41.28176038010061],[-73.13309505159481,41.28146438005202],[-73.13277005146956,41.281114379994214],[-73.13258705140007,41.28093537996519],[-73.13231505129673,41.28066837992186],[-73.13196605116512,41.28034337986972],[-73.13167105105595,41.28010437983261],[-73.13140105095648,41.27989437980036],[-73.13073205070577,41.27929837970566],[-73.1304720506089,41.27907637967074],[-73.13031505055336,41.27899437965981],[-73.13020805051767,41.27897637965977],[-73.1301040504834,41.27896637966119],[-73.12974705036821,41.27897437967434],[-73.12939205025441,41.27899537968997],[-73.12894105011117,41.279045379714354],[-73.12879505006568,41.279077379725344],[-73.1278490497709,41.27928237979607],[-73.12767104971739,41.2793553798161],[-73.12749904966749,41.27945737984161],[-73.12716004957306,41.279727379905346],[-73.12680904947469,41.27999637996927],[-73.12619904929623,41.28033238005467],[-73.1259470492203,41.28043238008239],[-73.12564704912796,41.28051738010872],[-73.12541204905365,41.2805493801226],[-73.12517404897694,41.28055638013169],[-73.12494904890393,41.2805543801386],[-73.12479604885516,41.280568380146306],[-73.12450404875901,41.28054138015049],[-73.12431004869413,41.28050538014975],[-73.1241550486414,41.280461380146185],[-73.12369704848476,41.28031638013272],[-73.12345604840121,41.280220380121804],[-73.12329904834453,41.280118380106956],[-73.12312104828116,41.280018380093196],[-73.12280404816548,41.279790380058955],[-73.12241404802145,41.27948038001105],[-73.12199804786367,41.279076379945636],[-73.12174804776387,41.27874637988929],[-73.12159404770833,41.27864737987495],[-73.12150604767756,41.27860737986999],[-73.12135604762683,41.27857037986763],[-73.12125704759448,41.27856537986986],[-73.12108904753822,41.27853337986905],[-73.1208270474513,41.27849737987052],[-73.12042204731576,41.27842137986881],[-73.12095004745957,41.27794337975831],[-73.12114304751167,41.27776037971633],[-73.12117404752001,41.27773037970944],[-73.12122804753459,41.277679379697744],[-73.12129204755185,41.277618379683744],[-73.12138704757797,41.27753637966465],[-73.12197904774045,41.27702237954505],[-73.12133604751786,41.27677137951687],[-73.12094504738273,41.27662337950064],[-73.12084004734702,41.276593379498195],[-73.12070104729857,41.27653337949098],[-73.1203650471828,41.276412379478245],[-73.12009604708881,41.27629237946351],[-73.11973804696629,41.27617737945266],[-73.11920104677964,41.27595437942652],[-73.11881104664268,41.275768379402834],[-73.11849204652572,41.275529379366496],[-73.11803804636396,41.2752713793308],[-73.11760404620689,41.27498237928843],[-73.11743504614678,41.274888379275545],[-73.11716404604935,41.274719379251316],[-73.11693004596302,41.27453437922278],[-73.11678204591108,41.27446437921388],[-73.116739045896,41.27444437921138],[-73.1164810458053,41.27431937919531],[-73.11634604575724,41.27424337918485],[-73.11620504570702,41.2741633791738],[-73.11597204562509,41.27405037915928],[-73.11581704557061,41.27397537914965],[-73.11540404542427,41.273755379120075],[-73.1152940453843,41.273679379108785],[-73.11508304530759,41.27353237908689],[-73.11504404529381,41.27351237908425],[-73.11494704525664,41.27341137906767],[-73.11477304518995,41.273230379037955],[-73.11451604508517,41.272852378972445],[-73.11438904503107,41.272625378932204],[-73.11436604502147,41.272587378925536],[-73.11429704499264,41.2724733789055],[-73.1142750449834,41.27243637889898],[-73.11416204492525,41.272058378828795],[-73.11415604491745,41.271955378808876],[-73.1141460449039,41.27177437877384],[-73.11414004489554,41.27166137875196],[-73.1141360448686,41.27121137866416],[-73.11419604485819,41.270687378559856],[-73.11420304485738,41.270633378549064],[-73.1142480448629,41.27047437851655],[-73.11428204486714,41.27035537849219],[-73.11440904488829,41.27000437841951],[-73.11451104490985,41.269802378376724],[-73.11452104491201,41.269783378372686],[-73.11458904491711,41.269486378312465],[-73.11459804491105,41.2693283782813],[-73.1145900448974,41.269134378243656],[-73.11459804489333,41.26901737822054],[-73.11462604489647,41.268913378199315],[-73.11454904486624,41.26882037818364],[-73.11442104481155,41.268588378142454],[-73.1143070447629,41.26838237810592],[-73.11394604460126,41.26759737796423],[-73.1139200445901,41.267549377955696],[-73.11378304453132,41.26729637791072],[-73.11374104451275,41.26720937789507],[-73.11370404449657,41.2671353778818],[-73.11369604449294,41.26711737787854],[-73.11360304445098,41.26690937784092],[-73.11359404444686,41.266888377837105],[-73.11357704443816,41.26683237782672]]]},"properties":{"name":1103.02,"geoid":"09001110302"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.14731405705577,41.29643538251357],[-73.14676905679985,41.29504638226012],[-73.14673105678115,41.294934382239475],[-73.14680805679794,41.29479138220906],[-73.14696105683642,41.29459738216621],[-73.14701905685368,41.294570382159066],[-73.14714605689008,41.294487382138726],[-73.14749805699174,41.294270382084925],[-73.1477390570614,41.29412338204841],[-73.14790305710545,41.29396438201204],[-73.14795305711898,41.29391738200123],[-73.14812005716342,41.29374838196282],[-73.14822605718868,41.293589381928335],[-73.14831805720895,41.29342238189273],[-73.1483810572229,41.29330938186863],[-73.14843505723566,41.29322638185068],[-73.1485130572547,41.293117381826875],[-73.14861905728087,41.2929743817955],[-73.14872905730543,41.29278038175405],[-73.14879605732051,41.292664381729224],[-73.14969105752789,41.29121838141784],[-73.14973505753821,41.29114938140293],[-73.15064205775042,41.28972038109447],[-73.15092305781816,41.289312381005686],[-73.15121805789506,41.288985380932246],[-73.15234605818692,41.28769738064412],[-73.15277405829548,41.28717038052732],[-73.15322105840892,41.28662138040559],[-73.15386805857558,41.285869380237735],[-73.15413305864384,41.28556138016899],[-73.15462805877044,41.284970380037514],[-73.15508405888481,41.28438637990865],[-73.15530205893802,41.28408137984201],[-73.15538105895779,41.283979379819534],[-73.15547205897887,41.28383237978786],[-73.15548405898167,41.28381337978378],[-73.15556305900166,41.283715379762064],[-73.15565205902301,41.28358437973358],[-73.1557990590579,41.28336137968526],[-73.15612805913833,41.28290337958514],[-73.15636305919413,41.28254737950799],[-73.1566750592683,41.282076379405886],[-73.15695205933365,41.2816493793135],[-73.15741805944644,41.28098137916791],[-73.15787705956157,41.28039337903816],[-73.15807605961055,41.28012237897878],[-73.15829105966351,41.27983037891477],[-73.1586740597592,41.27933337880527],[-73.15872505977231,41.27927337879189],[-73.15879005978918,41.27920037877552],[-73.15886905980821,41.27908537875051],[-73.15891405981908,41.27902037873634],[-73.15922205989841,41.27866237865641],[-73.15936405992763,41.27836837859439],[-73.15948905995155,41.278078378533685],[-73.15966305998501,41.277677378449724],[-73.15999506005441,41.277009378308485],[-73.16032606012642,41.27639237817721],[-73.16059806018461,41.275868378066036],[-73.16089706025639,41.27542937797058],[-73.16095606027054,41.27534237795168],[-73.16107206029976,41.2751963779194],[-73.16109806030609,41.27515937791133],[-73.16117306032454,41.27505737788896],[-73.16178306047783,41.274281377717585],[-73.16202006053742,41.273980377651085],[-73.16216806057359,41.27377437760604],[-73.16223006058917,41.27369537758861],[-73.16227806060135,41.273636377575514],[-73.16240906063086,41.273410377527114],[-73.1625100606508,41.27318637748009],[-73.16262006067066,41.272910377422605],[-73.1627470606909,41.272544377346996],[-73.16281706069572,41.272231377283575],[-73.16298206071474,41.27162837716045],[-73.16299006071586,41.271602377155105],[-73.16312406073985,41.27126237708434],[-73.16330606078212,41.270970377021385],[-73.16344306081406,41.27075237697436],[-73.1635120608303,41.27064537695122],[-73.16392806093695,41.270153376841584],[-73.16398206095084,41.270090376827525],[-73.164098060981,41.269960376798366],[-73.16417706100151,41.269871376778426],[-73.16429006103115,41.269749376750916],[-73.1644120610633,41.269620376721754],[-73.16461206111374,41.26936937666621],[-73.16477606114881,41.26905337659917],[-73.16479206115228,41.26902337659279],[-73.16491306117892,41.26880337654589],[-73.1659340615083,41.268780376508225],[-73.16899706249639,41.2687113763952],[-73.16944006263935,41.26870237637906],[-73.16967706271578,41.26869637637019],[-73.16991306279192,41.268691376361545],[-73.17001806282582,41.26868937635774],[-73.17015306286937,41.268686376352775],[-73.17028706291258,41.26868337634782],[-73.17073306305647,41.26867337633138],[-73.17288106374959,41.26862837625278],[-73.17359706398068,41.26861437622677],[-73.17391006408262,41.268624376218554],[-73.1742950642309,41.26903737628672],[-73.17448806430458,41.26923337631872],[-73.17486206444308,41.26953737636593],[-73.17584506480712,41.27033737649025],[-73.17659606508542,41.27095137658576],[-73.1766230650956,41.27097637658976],[-73.17717606530432,41.27149537667315],[-73.17745506540881,41.27174237671233],[-73.17808206564345,41.27229537679995],[-73.17832306573014,41.27244637682161],[-73.17864006584412,41.272644376849975],[-73.17872806588495,41.272860376889305],[-73.17877206590526,41.27296637690857],[-73.17886406595089,41.27324337695968],[-73.17893906599146,41.2735283770129],[-73.17896906600757,41.2736403770338],[-73.17903306603395,41.27373937705106],[-73.17933906615272,41.27408337710828],[-73.18000506641127,41.2748333772331],[-73.18023506649884,41.27506237727035],[-73.1802740665137,41.27510137727671],[-73.18060106663825,41.27542737732973],[-73.18093406676483,41.27575537738295],[-73.18193306714478,41.27674237754323],[-73.18226606727144,41.27707137759665],[-73.18241606732889,41.277226377622036],[-73.18448906812054,41.27933037796547],[-73.1848580682557,41.27960437800698],[-73.18515206836625,41.27987237804974],[-73.18603406869788,41.280676378178036],[-73.1863290688088,41.280945378220984],[-73.18661606891698,41.28121137826357],[-73.18747706924152,41.28201037839157],[-73.18776406934973,41.282277378434365],[-73.18776906935857,41.28240337845881],[-73.18777606937073,41.28257637849236],[-73.18787906941427,41.28275437852376],[-73.18794306944127,41.28286437854317],[-73.18798806945854,41.28291137855087],[-73.18812306951033,41.283052378574006],[-73.18816806952759,41.28309937858172],[-73.18866706971711,41.28358737866076],[-73.19016407028589,41.28505437889848],[-73.19066307047547,41.28554337897771],[-73.1907280704995,41.28559537898574],[-73.19092307057176,41.28575437901044],[-73.19098907059616,41.28580737901865],[-73.1924510711531,41.2872653792557],[-73.19683707282415,41.29164237996738],[-73.19830007338152,41.29310138020454],[-73.19829207338032,41.293125380209474],[-73.19826807337684,41.29320038022491],[-73.198261073376,41.29322538023002],[-73.19825507337491,41.293240380233144],[-73.19824107337303,41.29328638024257],[-73.19823707337264,41.29330238024582],[-73.19819407336976,41.29349538028489],[-73.19808507334602,41.29369738032787],[-73.19803607333374,41.293760380341766],[-73.19799907332457,41.29380938035252],[-73.19785307328644,41.29396938038852],[-73.1977780732653,41.29402438040169],[-73.197513073194,41.29427838045989],[-73.19742407317341,41.29442238049091],[-73.19728307314463,41.29471738055309],[-73.19719107313045,41.29499038060937],[-73.19716607312665,41.29506538062481],[-73.1970020730962,41.29546138070745],[-73.19694607308584,41.29559738073582],[-73.1968140730597,41.295887380796714],[-73.19670607303846,41.29612738084708],[-73.1965130729962,41.296481380922444],[-73.19629507294252,41.296777380987315],[-73.1961190728933,41.29691338101959],[-73.19598807285391,41.2969663810342],[-73.19582907280618,41.297032381052254],[-73.19554807271984,41.29711438107741],[-73.19541407267835,41.29714738108822],[-73.1952020726111,41.2971723811],[-73.194842072497,41.297216381120315],[-73.19420707229663,41.29730938115913],[-73.19416107228231,41.297319381162595],[-73.19382007217655,41.29740138118968],[-73.19402207225852,41.297690381239526],[-73.1942250723466,41.298080381309035],[-73.19448807246059,41.29858338139864],[-73.19470907255536,41.298988381470494],[-73.1950390727001,41.29964938158874],[-73.195335072824,41.300138381674536],[-73.1953580728334,41.30017238168041],[-73.19580507301575,41.30082838179389],[-73.19577507300681,41.300842381797594],[-73.19569307298265,41.300884381808466],[-73.19568707298095,41.30088838180944],[-73.19566107297368,41.30090838181419],[-73.19556907294444,41.30091838181912],[-73.19546507291133,41.30092838182448],[-73.19538907288722,41.30093738182872],[-73.1948760727202,41.30092238184249],[-73.1947810726893,41.30092038184519],[-73.1946810726576,41.30093238185077],[-73.19454107261564,41.30099138186686],[-73.19452607261117,41.300998381868716],[-73.1941180724869,41.30113638190892],[-73.19411107248482,41.30113938190975],[-73.19397507244459,41.301206381927244],[-73.19386207241115,41.30126138194165],[-73.19373107237243,41.30132638195862],[-73.19361507233737,41.30137038197096],[-73.1935100723042,41.301385381977305],[-73.19338707226552,41.30140538198523],[-73.19310107217541,41.30144938200312],[-73.19297407213502,41.30146238200979],[-73.19284207209304,41.30147638201683],[-73.1925350719956,41.30151138203366],[-73.1919960718247,41.301576382063885],[-73.1917320717412,41.30161138207932],[-73.19131907161068,41.301668382103884],[-73.19125607159062,41.3016743821071],[-73.19106807153098,41.30169638211751],[-73.19100607151135,41.30170438212111],[-73.19049907135036,41.30176138214873],[-73.19042407132659,41.30177038215293],[-73.18976107111423,41.30181238218269],[-73.18914107091636,41.30186438221303],[-73.18897307086257,41.30187538222066],[-73.18846507070003,41.30191038224401],[-73.18783707050105,41.30198838227968],[-73.18687407019601,41.30210938233465],[-73.18600906992613,41.30228938239794],[-73.18596606991237,41.302292382399926],[-73.18533606971148,41.30234838243136],[-73.18505206962172,41.302387382448195],[-73.18465306949498,41.30243138246977],[-73.18451506945233,41.30246738248129],[-73.18427806937922,41.3025313825015],[-73.18391706927018,41.30266938254018],[-73.1837820692285,41.3027053825516],[-73.18341706911582,41.30280238258239],[-73.18291006895757,41.30290738261939],[-73.18277106891507,41.30295138263249],[-73.18264306887808,41.3030293826519],[-73.18249506883419,41.303100382670564],[-73.18230906878006,41.30320738269751],[-73.18217206873894,41.30326438271308],[-73.18210306871826,41.30329338272099],[-73.18190606865866,41.30336738274184],[-73.1817300686045,41.303417382757324],[-73.18156206855376,41.30348138277528],[-73.18138806850048,41.30353538279148],[-73.18110606841508,41.303639382820954],[-73.18081306832198,41.30367138283675],[-73.18040106818984,41.30369438285464],[-73.18005906808128,41.303733382873375],[-73.17968206796544,41.30384338290711],[-73.17938006787361,41.30394838293742],[-73.17907506778087,41.30405438296804],[-73.17888906772623,41.30415238299321],[-73.17856406762888,41.304291383030915],[-73.17831906755193,41.30433338304709],[-73.17806106746863,41.30433838305646],[-73.17651106696196,41.30425938309148],[-73.17651306695649,41.30415238307052],[-73.17594006677145,41.30416238309112],[-73.17503906647971,41.30416538312102],[-73.1742170662092,41.30409138313332],[-73.17394606611985,41.304064383136854],[-73.1724200656138,41.30386038314669],[-73.17203106548578,41.303825383152514],[-73.17190006544277,41.303815383154834],[-73.17162106535123,41.30379538316],[-73.17143806529162,41.30378938316479],[-73.1712800652394,41.303771383166406],[-73.17104106516123,41.30375838317165],[-73.17086706510368,41.3037373831732],[-73.17034206493094,41.303691383181324],[-73.1703110649208,41.30368938318192],[-73.16982606476,41.30362538318521],[-73.16945906464036,41.303612383194626],[-73.16943706463323,41.30361238319534],[-73.16906806451273,41.303595383204005],[-73.16879706442538,41.30360338321437],[-73.16860206436289,41.30361538322307],[-73.16836906429141,41.3036853832443],[-73.1683450642841,41.30369338324665],[-73.16813406422105,41.30378638327167],[-73.16802906418914,41.30382338328231],[-73.1675860640588,41.30405338334159],[-73.16727106396617,41.30421838338405],[-73.16696206387664,41.30440338343019],[-73.1666920637969,41.30453838346532],[-73.16644706372519,41.30467238349944],[-73.16627006367271,41.30475738352179],[-73.16626806367205,41.30475738352185],[-73.16610206362165,41.30481638353877],[-73.16591406356709,41.30492738356654],[-73.16581306353586,41.30495338357489],[-73.16574806350867,41.30484638355613],[-73.1657110634928,41.30477838354407],[-73.1656380634613,41.304641383519694],[-73.16558406343816,41.30454238350213],[-73.16538606335853,41.304271383455685],[-73.16538206335687,41.30426538345464],[-73.1652520633066,41.30412238343096],[-73.16522306329244,41.304039383415706],[-73.1651110632448,41.30384038338052],[-73.16501006320286,41.303679383352375],[-73.16488506315338,41.3035223833258],[-73.16484506313819,41.303483383319495],[-73.16470806308624,41.30335138329818],[-73.16438506297212,41.30318538327629],[-73.164083062863,41.302988383247666],[-73.16389506279181,41.30280838321865],[-73.16367506270676,41.30256738317876],[-73.16354706265327,41.30235738314193],[-73.1633710625759,41.30200138307817],[-73.16332006255173,41.30186738305367],[-73.16313806246531,41.30138738296591],[-73.16304106242079,41.30115838292437],[-73.16271406231938,41.30123738295041],[-73.16239206222004,41.30132438297788],[-73.16221606216622,41.30138038299452],[-73.16206106211891,41.30143138300952],[-73.1608750617547,41.30178138311638],[-73.1599010614543,41.30204638319978],[-73.15975306140898,41.30209238321357],[-73.15893906116005,41.30235138329058],[-73.15887606113371,41.302247383272324],[-73.15874906108039,41.30203438323488],[-73.15869506105705,41.30193238321672],[-73.15863906103286,41.301826383197856],[-73.15856606100039,41.30167238317017],[-73.15842206093619,41.301365383114934],[-73.15833506089979,41.30122138308966],[-73.15824806086331,41.30107638306417],[-73.15808506079884,41.300872383029656],[-73.15808106079726,41.30086738302881],[-73.1579370607398,41.3006783829966],[-73.15764706063167,41.30043038295762],[-73.15754406059179,41.30031638293872],[-73.15737006052439,41.300123382906705],[-73.1573210605051,41.30006338289658],[-73.1571750604475,41.299883382866206],[-73.15712706042851,41.299823382856054],[-73.15689806034095,41.29958938281782],[-73.15680106030388,41.29949038280164],[-73.1564890601837,41.29915638274659],[-73.15625506009228,41.2988833827009],[-73.15623906008597,41.298863382697526],[-73.15604006000675,41.298605382653626],[-73.15597805998306,41.29854238264335],[-73.1558840599472,41.298447382627856],[-73.15579505991286,41.298351382612005],[-73.15573605989009,41.29828738260144],[-73.15543605977918,41.298047382564334],[-73.15533005974095,41.29797938255451],[-73.15526605971786,41.297938382548594],[-73.15501705963058,41.29782238253404],[-73.15485705957686,41.2977893825328],[-73.1543600594091,41.29767138252591],[-73.15387305924436,41.297549382517914],[-73.15386705924234,41.297548382517924],[-73.15338405907801,41.297410382506676],[-73.15307105897305,41.297348382504744],[-73.15275105886504,41.2972723825003],[-73.15238605874198,41.29718838249577],[-73.15208505864133,41.29713338249481],[-73.15189205857718,41.29710538249563],[-73.15162905848908,41.2970543824942],[-73.15131205838324,41.29699938249377],[-73.15097905827255,41.29695038249503],[-73.1506330581581,41.29690938249828],[-73.15049305811232,41.296901382501254],[-73.15025405803578,41.29691738251214],[-73.15006205797359,41.296917382518394],[-73.14948405778473,41.2968893825317],[-73.14880405756163,41.29684038254422],[-73.14731405705577,41.29643538251357]]]},"properties":{"name":1104,"geoid":"09001110400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.12042204731576,41.27842137986881],[-73.12031904728748,41.27851037988953],[-73.11998004720175,41.27893337998316],[-73.11985704717073,41.27908838001742],[-73.11965904711987,41.27932138006935],[-73.11946904707153,41.279553380120824],[-73.11880604690576,41.28041338031029],[-73.11870304687842,41.28051938033436],[-73.1186320468597,41.280594380351296],[-73.11828404677306,41.28105238045204],[-73.11798404669877,41.28145438054028],[-73.11783604666427,41.28169038059118],[-73.11740504655377,41.282201380704976],[-73.11729004652494,41.2823493807376],[-73.11719704650183,41.28247238076464],[-73.11679704640369,41.283024380885415],[-73.11649904632822,41.28339438096735],[-73.11624004626177,41.283700381035494],[-73.11615204624101,41.28383638106492],[-73.11589404617645,41.28417038113852],[-73.11570904613458,41.284487381206425],[-73.11550604608284,41.28473338126106],[-73.11538804605662,41.28494438130608],[-73.11518904600703,41.28520538136352],[-73.11501004596465,41.28547938142284],[-73.11477804591057,41.285849381502615],[-73.11452104584966,41.28624138158751],[-73.11445704583495,41.28634738161028],[-73.11428404579543,41.286637381672534],[-73.11355704562122,41.28771338190623],[-73.11349904560772,41.28780638192629],[-73.11332604556758,41.28808538198637],[-73.11326904555446,41.28817938200657],[-73.11319704553787,41.28829738203196],[-73.11298504548941,41.28865238210816],[-73.11291404547319,41.288771382133696],[-73.11281304545153,41.288965382174865],[-73.11275104543628,41.28905038219347],[-73.11269504542264,41.28912938221072],[-73.11240104535167,41.28955538230343],[-73.11222104530914,41.28983238236337],[-73.11220904530656,41.28985538236825],[-73.11206604527683,41.290146382429704],[-73.11198604526018,41.29030938246413],[-73.11164704518181,41.29086138258292],[-73.11159904517112,41.29094638260107],[-73.11154804515864,41.29101738261659],[-73.11096604503498,41.292156382857875],[-73.11037504490706,41.29327138309477],[-73.11025204487838,41.293467383137035],[-73.11020804486955,41.293562383156996],[-73.10986004479162,41.29417338328759],[-73.1096120447348,41.29458638337627],[-73.1094120446867,41.29487938343998],[-73.10920004463466,41.295171383503856],[-73.10893704456598,41.29546138356901],[-73.108608044447,41.2952443835373],[-73.10829504433087,41.29498638349709],[-73.10804604423927,41.29479538346787],[-73.10794904420462,41.29473838345988],[-73.10734704399307,41.294449383422965],[-73.10707504390193,41.29439638342144],[-73.106959043864,41.29439038342404],[-73.1067470437948,41.29438138342915],[-73.10644304369583,41.29437338343743],[-73.1061620436058,41.29439138345006],[-73.10589804352084,41.294401383460574],[-73.10578004348288,41.29440638346537],[-73.10538804335694,41.2944253834818],[-73.10516804328657,41.29444138349204],[-73.10503604324438,41.294451383498284],[-73.10460404310331,41.294432383508585],[-73.10451204307294,41.29442238350961],[-73.10450804307158,41.294421383509544],[-73.10429004299917,41.29439038351057],[-73.10394104287971,41.2942783835],[-73.10374504280803,41.29413538347844],[-73.10364304276933,41.29403638346242],[-73.10360404275454,41.29399838345626],[-73.10350804272224,41.29397738345527],[-73.10343504269774,41.293962383454705],[-73.10315804260529,41.29391538345452],[-73.10288304251613,41.293914383463225],[-73.10264304243746,41.293898383467884],[-73.10211104227508,41.294074383519515],[-73.1015060420871,41.29421538356664],[-73.1014630420735,41.2942213835692],[-73.10122004199694,41.294259383584496],[-73.10096804191517,41.29425738359229],[-73.10071604183305,41.29424938359889],[-73.1007530418525,41.29438038362327],[-73.10081204188346,41.29458838366197],[-73.10085804190913,41.29477738369738],[-73.10089104192747,41.29491138372249],[-73.10098504197582,41.29522538378074],[-73.10100804198755,41.29530038379464],[-73.10111604204101,41.2956243838544],[-73.10112904205144,41.29573338387527],[-73.10120504209247,41.29602138392904],[-73.10125304211667,41.29617238395696],[-73.10129404213735,41.296302383981015],[-73.10134504216447,41.29648838401568],[-73.1013930421921,41.29670038405553],[-73.10142504221028,41.29683738408123],[-73.10145904223897,41.297147384140665],[-73.10144804224674,41.29734638417986],[-73.10144104225218,41.29748138420646],[-73.10141504224823,41.29756038422273],[-73.10126604223223,41.29812638433806],[-73.10119104222441,41.298415384396925],[-73.10087004218401,41.29953138462524],[-73.10076404216551,41.29980938468292],[-73.10070804215597,41.29996038471422],[-73.10049604210823,41.30032838479295],[-73.10031804206714,41.30061938485553],[-73.10003204199768,41.301026384944265],[-73.09998404198559,41.301087384957725],[-73.09976304193034,41.30137438502092],[-73.0996040418901,41.301572385064745],[-73.09939404184001,41.30188738513304],[-73.09916704178173,41.30215538519271],[-73.09876504167991,41.302654385303164],[-73.09837304156866,41.30293138536995],[-73.0981540415079,41.303110385412],[-73.09802204147135,41.303219385437565],[-73.09767504137594,41.303518385507175],[-73.09757604135007,41.30362738553167],[-73.09751504133747,41.30375338555824],[-73.09724604122113,41.303241385467004],[-73.09676504101297,41.30232438530358],[-73.0965250409218,41.30208938526548],[-73.0964540408918,41.30196638524377],[-73.09634404084525,41.30177538521005],[-73.0962900408224,41.30168138519345],[-73.09612404074363,41.30124338511332],[-73.09593204065035,41.30069838501313],[-73.09591104063574,41.30056138498706],[-73.09584704060856,41.30044838496708],[-73.0957550405711,41.300314384943896],[-73.09558604051037,41.300209384928884],[-73.09543804045789,41.30013038491824],[-73.09539004044092,41.30010538491492],[-73.09514804035977,41.30005738491339],[-73.09358703980371,41.29917638479197],[-73.09349003976912,41.29912138478438],[-73.09329103970016,41.299042384775404],[-73.09312903963763,41.29886638474629],[-73.09286903953941,41.29862138470688],[-73.09265703945925,41.29842038467451],[-73.09205903923373,41.29786338458513],[-73.09105403885468,41.296926384434734],[-73.09103903885062,41.29694038443795],[-73.0908600388011,41.29708938447284],[-73.09077003877883,41.2972103844994],[-73.09072403876826,41.29728638451573],[-73.09051403871246,41.29750138456451],[-73.09049003870547,41.297515384568015],[-73.09035803866736,41.29759738458831],[-73.09019003861737,41.29767538460898],[-73.08994503854242,41.29775338463216],[-73.08972403847194,41.297773384643214],[-73.08869903814752,41.297909384702976],[-73.0880910379538,41.297967384733994],[-73.08798603792042,41.297978384739565],[-73.08727703769596,41.298071384780684],[-73.08603803730422,41.298243384854416],[-73.08592903726982,41.298259384861055],[-73.08547503712713,41.29833738489099],[-73.08353803652095,41.298715385027556],[-73.08234703614569,41.29890338510283],[-73.08208803606415,41.29894538511943],[-73.08172403595115,41.299032385148195],[-73.0814610358748,41.299188385187186],[-73.08119203579604,41.2993363852248],[-73.08104703574428,41.29925238521309],[-73.08083203566754,41.299128385195836],[-73.08063103559392,41.298979385173276],[-73.08049803554518,41.298880385158235],[-73.08040903551125,41.298791385143744],[-73.08039103550395,41.29876538513925],[-73.08034403548474,41.2986953851271],[-73.08032503547652,41.298659385120686],[-73.08016403540698,41.29835438506633],[-73.08009103537546,41.29821638504177],[-73.07993803530943,41.297927384990295],[-73.07974503522604,41.297561384925075],[-73.07947703511071,41.29706138483611],[-73.07932303504447,41.296774384785074],[-73.07928803502944,41.2967093847735],[-73.07918603498548,41.296518384739514],[-73.07915203497083,41.2964543847281],[-73.07902403491204,41.296150384672885],[-73.07889003485205,41.295859384620414],[-73.07885803483765,41.29578838460758],[-73.07836703461663,41.29470138441121],[-73.07832303459197,41.2945183843769],[-73.07826903456507,41.29435338434644],[-73.07821003452096,41.29391438426261],[-73.07819303450492,41.29372938422704],[-73.07816903448159,41.293456384174505],[-73.078184034476,41.293272384138085],[-73.07819303446844,41.29308838410185],[-73.0782050344676,41.293005384085255],[-73.0780480344154,41.292982384085846],[-73.07789103436403,41.29297338408916],[-73.07773103431587,41.29303838410705],[-73.07768603430243,41.29305838411241],[-73.07753103425898,41.29317738414067],[-73.07726403418803,41.293451384202825],[-73.07717403416247,41.29351438421805],[-73.07707603413257,41.293547384227665],[-73.07701103411182,41.29355238423075],[-73.07687303406342,41.293488384222705],[-73.07671903400517,41.29334138419899],[-73.07663003396654,41.29316938416829],[-73.07655803393523,41.29302938414327],[-73.07642803387581,41.292725384088115],[-73.07638903385924,41.29265638407591],[-73.07627503381056,41.29245038403936],[-73.07627403381008,41.2924473840388],[-73.07622903379207,41.29238738402855],[-73.07613703375532,41.2922653840077],[-73.07611803374773,41.29224038400343],[-73.07598803369785,41.29210438398109],[-73.07580103363226,41.29201638396995],[-73.07577303362302,41.29201338397027],[-73.07562203357345,41.29200238397302],[-73.07545603351971,41.292003383978575],[-73.07535703348884,41.292024383985876],[-73.07518803343629,41.29206338399897],[-73.07482803332914,41.292230384043236],[-73.074624033269,41.292335384070356],[-73.07445203321832,41.292424384093295],[-73.07438103319615,41.292439384098536],[-73.07440303320074,41.29239438408903],[-73.07447103321519,41.29226138406085],[-73.07449403322015,41.29221738405152],[-73.07467003325846,41.29188838398157],[-73.07480403328772,41.2916393839286],[-73.07491303331366,41.29147438389285],[-73.07505803334453,41.29119138383288],[-73.07512203336036,41.29110538381402],[-73.07525103339268,41.29093838377721],[-73.07531603340902,41.2908553837589],[-73.07552303346648,41.290686383719205],[-73.07567303350842,41.29056938369148],[-73.07579503354262,41.2904753836692],[-73.07598703359697,41.29033738363602],[-73.07613603363951,41.29023638361148],[-73.07629403368468,41.290130383585655],[-73.07603403359616,41.29005538357943],[-73.07592103355698,41.2900103835743],[-73.07578103350855,41.28995638356827],[-73.0750920332769,41.289809383561874],[-73.07478203317162,41.2897243835553],[-73.07440503304358,41.289621383547384],[-73.07429503300662,41.289598383546455],[-73.07413003295122,41.289564383545155],[-73.0739730328974,41.289512383540085],[-73.07386803286143,41.28947838353685],[-73.07375003282199,41.28945738353656],[-73.07359103276892,41.28943038353643],[-73.07340803270537,41.28935538352772],[-73.07329803266715,41.28931038352248],[-73.07336303268634,41.289277383513934],[-73.07347603270952,41.28904138346418],[-73.07360203273568,41.28878338340973],[-73.07400703283678,41.28825338329308],[-73.07403703284432,41.2882153832847],[-73.07424703289765,41.28795638322732],[-73.07441603294306,41.28779238318981],[-73.07456803298398,41.28764538315616],[-73.07480303304452,41.287371383095056],[-73.07489203306773,41.28727238307284],[-73.07505103310935,41.28709838303371],[-73.0751740331418,41.28696838300433],[-73.07524303316008,41.28689638298803],[-73.0755450332399,41.28657938291634],[-73.07566903327275,41.28645038288713],[-73.07562503325059,41.2863113828614],[-73.07549503318478,41.28589538278436],[-73.075452033163,41.28575738275878],[-73.07672103354759,41.2852893826263],[-73.07885303419377,41.28450438240395],[-73.08037703463445,41.283570382172165],[-73.08120903487507,41.2830613820458],[-73.08137003492162,41.282962382021246],[-73.08153103496822,41.282864381996895],[-73.08296403538257,41.28198638177899],[-73.0837530356108,41.28150438165929],[-73.08595403612597,41.278024380908214],[-73.08672903630736,41.276799380643794],[-73.08679103632194,41.27670238062283],[-73.08685303633644,41.27660438060168],[-73.08721903639973,41.27563238039995],[-73.08831603658926,41.2727163797947],[-73.08868303665292,41.2717453795931],[-73.08867703665047,41.271736379591545],[-73.08865903664328,41.27171237958743],[-73.08865303664088,41.271704379586055],[-73.08852903655031,41.27081837941697],[-73.08840403645948,41.26993337924809],[-73.08829103637707,41.269128379094454],[-73.08817803629469,41.26832337894081],[-73.08817203629046,41.268283378933184],[-73.0877530359853,41.26530437836463],[-73.0878350357706,41.261060377532566],[-73.08785303572208,41.26010437734515],[-73.08763003558633,41.25898737713405],[-73.08743003546493,41.257991376945846],[-73.08719103531958,41.25679637672001],[-73.08675303505312,41.254604376305714],[-73.0870310351495,41.25471537631842],[-73.08730903524585,41.25482637633113],[-73.08803103549619,41.25511537636424],[-73.08875303574648,41.25540437639737],[-73.09087303652908,41.2570903766583],[-73.09455903767379,41.25622237636932],[-73.09489803780795,41.256650376441996],[-73.09526603800732,41.25806037670567],[-73.09560103812655,41.25824837673157],[-73.09563803813971,41.258269376734475],[-73.09598003825926,41.25842337675351],[-73.09631503837369,41.25852737676298],[-73.09670103850038,41.258556376756154],[-73.09674403851456,41.25856037675555],[-73.09677903852702,41.258580376758324],[-73.0968310385455,41.2586093767623],[-73.09691203857737,41.25870837677903],[-73.09692603858471,41.25875737678815],[-73.09697703860344,41.25879637679411],[-73.09706403863434,41.25884437680069],[-73.09711703865317,41.25887337680464],[-73.0971520386656,41.25889237680721],[-73.09743803876376,41.25898937681691],[-73.0975710388094,41.2590343768214],[-73.09772403886191,41.259086376826616],[-73.09785003890514,41.25912837683074],[-73.09823003903551,41.259256376843446],[-73.09826903904893,41.259270376844924],[-73.09836003907945,41.259288376845504],[-73.09883403923833,41.25938237684852],[-73.09906203931327,41.25940137684484],[-73.0995220394613,41.25938437682663],[-73.09984803956692,41.259384376816065],[-73.10004303963112,41.259402376813284],[-73.10042003975751,41.25947737681573],[-73.10082203989177,41.25954837681658],[-73.10107603997427,41.25955237680913],[-73.10123004002236,41.25952037679788],[-73.10165404015481,41.259434376767345],[-73.10192204024099,41.25942337675652],[-73.10220904033284,41.259403376743315],[-73.10262604047003,41.25944037673704],[-73.10297604058789,41.25951937674114],[-73.10307704062636,41.25962037675762],[-73.10311804064891,41.25978337678814],[-73.10306504065382,41.260171376865685],[-73.10298004067769,41.2610753770451],[-73.10295204069183,41.26148337712574],[-73.10295304070172,41.26165137715854],[-73.10299704072074,41.26173537717354],[-73.10305204074561,41.261859377196],[-73.10325304082468,41.262104377237364],[-73.1034300408931,41.262299377269734],[-73.10367204098486,41.262534377307816],[-73.103950041099,41.262957377381476],[-73.10401004112305,41.263038377395354],[-73.10410704116175,41.263166377417235],[-73.10438004126418,41.263412377456454],[-73.1046170413496,41.26356437747848],[-73.10488204144102,41.26366237748904],[-73.10521204155272,41.26374637749477],[-73.10553104165804,41.26378137749128],[-73.10587804176824,41.26374237747241],[-73.10632204191138,41.26373037745569],[-73.10661404200904,41.26378437745678],[-73.10674404205427,41.263839377463306],[-73.10685204209194,41.263886377469],[-73.10708204217761,41.26408237749984],[-73.10726204225259,41.26437537755127],[-73.10727104227149,41.264656377605895],[-73.10722904227632,41.264980377670554],[-73.10713204225522,41.26516137770907],[-73.10693804221542,41.2655663777945],[-73.10673704217227,41.26595237787643],[-73.10669104217051,41.266183377923056],[-73.10661504215477,41.266339377956],[-73.10659404214907,41.266358377960394],[-73.10650804212564,41.26643637797843],[-73.10624604204834,41.266569378012896],[-73.10600904197695,41.266664378039145],[-73.10595504196277,41.26672237805222],[-73.10594004196075,41.26677237806247],[-73.10592604195897,41.26682037807232],[-73.10596204197623,41.2669193780905],[-73.10605004201265,41.2670583781148],[-73.10630504210671,41.26725937814581],[-73.10654804219465,41.267421378169594],[-73.10698404235087,41.267684378206845],[-73.10781704263773,41.267983378238284],[-73.10786804265614,41.26801637824307],[-73.10804804272122,41.268135378260496],[-73.1082410427895,41.268236378273976],[-73.10830104281857,41.26840537830506],[-73.10829604282746,41.26859037834135],[-73.10840504286078,41.26855537833098],[-73.10935704315195,41.26825237824093],[-73.11045604348811,41.26790337813712],[-73.11275204419734,41.26729637794412],[-73.11357704443816,41.26683237782672],[-73.11359404444686,41.266888377837105],[-73.11360304445098,41.26690937784092],[-73.11369604449294,41.26711737787854],[-73.11370404449657,41.2671353778818],[-73.11374104451275,41.26720937789507],[-73.11378304453132,41.26729637791072],[-73.1139200445901,41.267549377955696],[-73.11394604460126,41.26759737796423],[-73.1143070447629,41.26838237810592],[-73.11442104481155,41.268588378142454],[-73.11454904486624,41.26882037818364],[-73.11462604489647,41.268913378199315],[-73.11459804489333,41.26901737822054],[-73.1145900448974,41.269134378243656],[-73.11459804491105,41.2693283782813],[-73.11458904491711,41.269486378312465],[-73.11452104491201,41.269783378372686],[-73.11451104490985,41.269802378376724],[-73.11440904488829,41.27000437841951],[-73.11428204486714,41.27035537849219],[-73.1142480448629,41.27047437851655],[-73.11420304485738,41.270633378549064],[-73.11419604485819,41.270687378559856],[-73.1141360448686,41.27121137866416],[-73.11414004489554,41.27166137875196],[-73.1141460449039,41.27177437877384],[-73.11415604491745,41.271955378808876],[-73.11416204492525,41.272058378828795],[-73.1142750449834,41.27243637889898],[-73.11429704499264,41.2724733789055],[-73.11436604502147,41.272587378925536],[-73.11438904503107,41.272625378932204],[-73.11451604508517,41.272852378972445],[-73.11477304518995,41.273230379037955],[-73.11494704525664,41.27341137906767],[-73.11504404529381,41.27351237908425],[-73.11508304530759,41.27353237908689],[-73.1152940453843,41.273679379108785],[-73.11540404542427,41.273755379120075],[-73.11581704557061,41.27397537914965],[-73.11597204562509,41.27405037915928],[-73.11620504570702,41.2741633791738],[-73.11634604575724,41.27424337918485],[-73.1164810458053,41.27431937919531],[-73.116739045896,41.27444437921138],[-73.11678204591108,41.27446437921388],[-73.11693004596302,41.27453437922278],[-73.11716404604935,41.274719379251316],[-73.11743504614678,41.274888379275545],[-73.11760404620689,41.27498237928843],[-73.11803804636396,41.2752713793308],[-73.11849204652572,41.275529379366496],[-73.11881104664268,41.275768379402834],[-73.11920104677964,41.27595437942652],[-73.11973804696629,41.27617737945266],[-73.12009604708881,41.27629237946351],[-73.1203650471828,41.276412379478245],[-73.12070104729857,41.27653337949098],[-73.12084004734702,41.276593379498195],[-73.12094504738273,41.27662337950064],[-73.12133604751786,41.27677137951687],[-73.12197904774045,41.27702237954505],[-73.12138704757797,41.27753637966465],[-73.12129204755185,41.277618379683744],[-73.12122804753459,41.277679379697744],[-73.12117404752001,41.27773037970944],[-73.12114304751167,41.27776037971633],[-73.12095004745957,41.27794337975831],[-73.12042204731576,41.27842137986881]]]},"properties":{"name":1102.02,"geoid":"09001110202"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.12685505102176,41.30685138521118],[-73.12715105112333,41.30695038522088],[-73.12753605124934,41.306972385212674],[-73.12759605126863,41.306969385210145],[-73.12788405136136,41.30695938519883],[-73.12806505141955,41.306951385191404],[-73.128202051464,41.30695238518716],[-73.12830305149788,41.30697238518777],[-73.12855105158178,41.30703438519182],[-73.12899305173745,41.307252385220025],[-73.12933805186151,41.307467385250796],[-73.12962905197224,41.30775538529754],[-73.12968905199509,41.30781438530712],[-73.12985705206454,41.30807738535299],[-73.13008205215365,41.30836138540111],[-73.12997005213255,41.308627385456674],[-73.12994405214445,41.30898338552699],[-73.12996005215764,41.3091233855538],[-73.13003705218887,41.309233385572746],[-73.1301460522303,41.309340385590104],[-73.13049105235774,41.309614385632365],[-73.13080105247323,41.309877385673644],[-73.13088905250812,41.30998938569264],[-73.13100505255554,41.31016138572245],[-73.13109605259405,41.310319385750326],[-73.13116405262426,41.31046238577603],[-73.13123905265844,41.310635385807345],[-73.13131005268829,41.31075538582846],[-73.13133905269942,41.31078538583337],[-73.1314570527524,41.3110433858799],[-73.13158905280875,41.31128138592206],[-73.13173505286879,41.31150438596083],[-73.13184805291912,41.311744386003994],[-73.13198605298453,41.312106386070155],[-73.1320600530284,41.31245438613568],[-73.13213105306568,41.312704386182155],[-73.13222305311707,41.31308238625293],[-73.13228605316051,41.31348538632954],[-73.132330053195,41.313839386397184],[-73.13237205322689,41.31415938645825],[-73.1324730532924,41.314733386566985],[-73.13249305330541,41.314847386588596],[-73.13277905344962,41.31574938675531],[-73.13296705352488,41.316000386798194],[-73.13355605375342,41.316659386907645],[-73.1337500538273,41.316852386939],[-73.13388005387704,41.31698538696073],[-73.13413105397306,41.317242387002736],[-73.13452205412163,41.31762538706476],[-73.13453405412548,41.317624387064164],[-73.13457005413693,41.31762038706221],[-73.13458305414113,41.317620387061794],[-73.13474805419385,41.317607387053904],[-73.13511205430929,41.31756338703349],[-73.13577805452059,41.31748438699644],[-73.13669805481182,41.31736338694294],[-73.13687805486882,41.31734038693262],[-73.13708405493453,41.317322386922406],[-73.13722505497819,41.3172863869108],[-73.13744605504357,41.317177386882356],[-73.13750905506244,41.317150386875035],[-73.1382780552938,41.31683838678917],[-73.13839105532881,41.316810386780034],[-73.1384040553329,41.31680838677922],[-73.13855805537955,41.31675138676311],[-73.13867605541367,41.316679386745214],[-73.13914805556757,41.316696386733206],[-73.13932905562663,41.31670338672868],[-73.13995905583266,41.31673638671465],[-73.14041405598445,41.31681238671471],[-73.14055705603222,41.316837386714944],[-73.14073705609243,41.31687038671553],[-73.141021056188,41.31693238671839],[-73.14111605625293,41.31752938683179],[-73.14115605628179,41.31780738688473],[-73.14118805630473,41.3180273869266],[-73.1412240563516,41.318643387045654],[-73.14130505638356,41.318743387062526],[-73.1414350564286,41.31879438706824],[-73.1416170564889,41.31881738706682],[-73.14180105654843,41.31881538706045],[-73.14194905659768,41.31883838706013],[-73.14214305666522,41.31892038706981],[-73.14232005672905,41.31903338708612],[-73.14281505690998,41.31939238714007],[-73.14290405694254,41.31945738714986],[-73.14346105714733,41.31988238721468],[-73.14353505717213,41.31989638721501],[-73.14360505719553,41.31990938721527],[-73.14393905730549,41.31993938721028],[-73.14408105735231,41.319953387208386],[-73.14446005747861,41.32001438720796],[-73.1446550575498,41.32015438722894],[-73.14476105759061,41.32026738724755],[-73.14487005763188,41.32037138726429],[-73.14498005767318,41.32047038728003],[-73.14509905771784,41.32057738729704],[-73.14529505778995,41.32072738731993],[-73.14569705791135,41.32057238727663],[-73.14589705797182,41.3204963872553],[-73.14662505819102,41.32020438717466],[-73.14684105825633,41.320122387151635],[-73.14689805827325,41.32009538714453],[-73.14710305833441,41.32000338711991],[-73.14727505838364,41.319889387092076],[-73.14749605844689,41.31974338705642],[-73.147785058529,41.31954138700761],[-73.14780005853326,41.31953138700517],[-73.14860805876873,41.31907038688896],[-73.14934405897965,41.318588386771],[-73.14936605898616,41.318577386768126],[-73.14971005908875,41.318422386726716],[-73.14994505916208,41.31837338670952],[-73.15037105929876,41.318349386690976],[-73.15077505943134,41.318378386683506],[-73.15102605951374,41.318397386679045],[-73.15131805960569,41.31835038666039],[-73.15133305961042,41.318348386659515],[-73.15147405965405,41.31831238664791],[-73.151915059785,41.31810338659279],[-73.15211305984762,41.31807638658109],[-73.15223305988695,41.31808438657875],[-73.15241005994618,41.31811738657943],[-73.15270806004979,41.31824038659373],[-73.1528170600866,41.31826638659526],[-73.15295306013255,41.31829938659728],[-73.15317506020676,41.31833938659788],[-73.1532900602453,41.318361386598426],[-73.15364606036391,41.318418386597976],[-73.15398906048031,41.31851038660477],[-73.15447706064886,41.31869238662441],[-73.15496206081345,41.318822386634004],[-73.15509706085764,41.31883038663118],[-73.15547706098013,41.318819386616674],[-73.15557506101177,41.3188173866131],[-73.1560630611699,41.31881738659723],[-73.15622406122235,41.31882238659298],[-73.1564150612875,41.31887938659788],[-73.15679606142254,41.319081386624894],[-73.15687006145023,41.31914638663516],[-73.15700106149684,41.31921938664516],[-73.15718906156015,41.319261386647234],[-73.15742806163692,41.31924938663712],[-73.15801406182233,41.31917138660285],[-73.15837706194041,41.3191793865926],[-73.15869506204773,41.3192543865969],[-73.15909006218259,41.31937438660745],[-73.15933406226544,41.3194403866124],[-73.15994406246257,41.319431386590814],[-73.16033006258736,41.31942638657728],[-73.16113806285014,41.31944338655431],[-73.16133306291167,41.31941438654232],[-73.1614780629571,41.31938738653234],[-73.16172806303496,41.31933238651347],[-73.1617590630446,41.319325386511096],[-73.16200706312262,41.31928438649502],[-73.16227806320934,41.319265386482506],[-73.16257306330681,41.31929838647934],[-73.16286706340355,41.31932438647485],[-73.1630930634785,41.319354386473364],[-73.16323306352467,41.31936838647153],[-73.16335406356754,41.31943238648009],[-73.16346706361144,41.3195593865012],[-73.16360106366457,41.31972938652999],[-73.16399306380738,41.32000538657109],[-73.16511606420903,41.3206653866633],[-73.16537206430205,41.32084138668931],[-73.16569606441861,41.32104338671818],[-73.16664606474846,41.321428386762385],[-73.16765906510074,41.321848386811354],[-73.16808206524918,41.3220473868364],[-73.16888106552858,41.32240538688023],[-73.16910306560457,41.32247638688687],[-73.16949406573579,41.32255538688957],[-73.16995006588789,41.32263138688954],[-73.16999506590305,41.322641386890034],[-73.1703970660384,41.32273038689431],[-73.17081706618032,41.32283238690054],[-73.17117306630007,41.32290938690397],[-73.17111506631616,41.323518387024656],[-73.17108206634029,41.32412638714432],[-73.17110606635413,41.32423238716424],[-73.17121606639918,41.32439638719263],[-73.17127606642296,41.3244723872055],[-73.17136306645678,41.3245703872218],[-73.17144806649124,41.324691387242616],[-73.17149506651185,41.32478538725941],[-73.17155106654066,41.32497138729389],[-73.17159006657012,41.325265387349965],[-73.17160006658574,41.32548138739177],[-73.17159006659159,41.32564038742311],[-73.1715360665871,41.32586738746914],[-73.17140306655477,41.32605538751014],[-73.17129106652622,41.32619038754012],[-73.17123606651091,41.3262343875505],[-73.17119806650186,41.32629138756285],[-73.17108606647308,41.32642238759204],[-73.17097606644941,41.32663138763639],[-73.17089406643406,41.32682738767729],[-73.17085006643022,41.32700938771421],[-73.17082806643135,41.327153387743024],[-73.1708390664383,41.32721238775416],[-73.17087806645922,41.32735738778118],[-73.17091706648263,41.327545387816585],[-73.1709320664953,41.32768138784262],[-73.17090206650093,41.327949387895856],[-73.17083506649497,41.32822438795168],[-73.17060406644818,41.328714388054756],[-73.17042206640426,41.32897738811198],[-73.16960606619553,41.32994938832812],[-73.16852106592714,41.33140138864661],[-73.16841606590411,41.33159338868749],[-73.16835306589228,41.331743388718785],[-73.16831906589164,41.3319243887552],[-73.16834506591232,41.33213838879607],[-73.16838406593682,41.33234538883517],[-73.16849306598688,41.332602388881746],[-73.16864406605144,41.33287538893008],[-73.16890906615048,41.3331053889663],[-73.16906706620729,41.33320338898028],[-73.16917706624511,41.33324138898411],[-73.17091806683918,41.33376338902923],[-73.17133206697832,41.333850389032726],[-73.17148406703039,41.333899389037335],[-73.17165806708954,41.33394738904103],[-73.17202306721678,41.33410438905976],[-73.1724980673847,41.33434838909187],[-73.1729360675359,41.33451038910921],[-73.17395906789234,41.33494538916074],[-73.17449706808364,41.335241389200924],[-73.17506406828582,41.335563389245266],[-73.17515006831695,41.335620389253585],[-73.17570206853372,41.33628138936451],[-73.17644206882647,41.33720538952058],[-73.17667006891446,41.33745138956113],[-73.17671506893184,41.33750038956922],[-73.1768150689697,41.337595389584486],[-73.17645006891901,41.338774389826256],[-73.17622706888643,41.33946638996844],[-73.17556006878937,41.34154339039513],[-73.1753390687575,41.342236390537444],[-73.17494306870542,41.34356639080964],[-73.17375406854907,41.3475593916268],[-73.17335906849739,41.348890391899126],[-73.17291606843769,41.350352392198545],[-73.17159006825948,41.35473739309645],[-73.17114806820014,41.356200393396],[-73.17105006818835,41.356548393467016],[-73.1707550681527,41.35759339368028],[-73.17065806814126,41.35794239375147],[-73.17064206813565,41.357934393750426],[-73.17059606811951,41.35791339374782],[-73.17058106811426,41.35790639374695],[-73.17050806809627,41.35800539376863],[-73.16786206744321,41.36157039454958],[-73.1597070654308,41.372565396957576],[-73.1594430653657,41.37292239703574],[-73.15952806543987,41.37373439719115],[-73.15958006548553,41.37423639728726],[-73.15965106554741,41.37491339741683],[-73.15959206553103,41.374961397428116],[-73.158012065093,41.37625339773127],[-73.15716906484417,41.37667939784171],[-73.15705606480898,41.376704397850276],[-73.15665806465579,41.376283397781215],[-73.15555406423024,41.37510439758748],[-73.15095606245855,41.3702043967825],[-73.1494920619222,41.36912739662027],[-73.14852406156763,41.36841639651324],[-73.147556061213,41.367704396406005],[-73.14356505973333,41.3644613959039],[-73.14226805925246,41.36340739574069],[-73.13957405825379,41.361219395401896],[-73.1395560582471,41.361204395399575],[-73.13954705824153,41.36115839539087],[-73.13815605737507,41.35390439402217],[-73.13771105719806,41.353332393925136],[-73.13706705694189,41.352504393784656],[-73.13642205668542,41.35167639364421],[-73.13605505653942,41.35120439356412],[-73.1326620553494,41.34962839336718],[-73.13053305460264,41.34863839324336],[-73.12956105426176,41.348187393187025],[-73.12646005317414,41.34674639300683],[-73.12615505306715,41.34660439298906],[-73.12489105259478,41.345509392816616],[-73.12477305255064,41.34540639280036],[-73.12465505250657,41.3453043927843],[-73.12455505246604,41.34516239275987],[-73.12442905241501,41.34498439272926],[-73.12427705235338,41.344768392692075],[-73.12403605225582,41.344428392633596],[-73.1237960521585,41.34408739257492],[-73.12375305214108,41.3440263925644],[-73.12366205210421,41.34389739254221],[-73.1235280520499,41.34370739250951],[-73.12345505202035,41.3436043924918],[-73.12305705180782,41.34214439222002],[-73.12285505170004,41.341404392082275],[-73.12240105151416,41.340727391965004],[-73.12219205142927,41.340427391913266],[-73.12085505088592,41.33850439158169],[-73.1158100488945,41.33227239052998],[-73.11575504887278,41.3322043905185],[-73.11475504851438,41.331604390433924],[-73.11462904846995,41.331541390425734],[-73.11173504744883,41.33008639023584],[-73.108842046428,41.328630390045696],[-73.10558204527784,41.32699238983192],[-73.10232304412804,41.325354389618084],[-73.10177304393402,41.32507838958208],[-73.10122304373994,41.324801389545875],[-73.09798904259895,41.32317538933351],[-73.09742104239854,41.32288938929612],[-73.09685404219849,41.3226043892589],[-73.0968540421941,41.322527389243874],[-73.09685504218763,41.322408389220634],[-73.09685504218083,41.32228938919741],[-73.09692204220335,41.32230338919797],[-73.09703604223944,41.32228838919134],[-73.0970530422449,41.322287389190585],[-73.09719104228364,41.322182389165626],[-73.09727804230903,41.322133389153244],[-73.09735104233108,41.32210538914541],[-73.09752904238611,41.32205838913047],[-73.0977080424415,41.32201238911569],[-73.09777304246158,41.32199538911028],[-73.0978170424737,41.32195738910142],[-73.0978240424747,41.3219353890969],[-73.09768604242478,41.321844389083616],[-73.09714704222993,41.321491389032225],[-73.09716904223421,41.321441389021764],[-73.097242042256,41.32140838901296],[-73.09730704227867,41.32143638901629],[-73.09737904230496,41.32148838902411],[-73.09746704233709,41.32155138903355],[-73.09765004240168,41.321644389045765],[-73.09765204240183,41.32163538904395],[-73.09766104240337,41.32161138903895],[-73.09766404240389,41.32160338903731],[-73.09770804241079,41.32147438901072],[-73.09785304244936,41.321326388977134],[-73.09791404246762,41.32130038897009],[-73.09803504250394,41.32124938895621],[-73.09872704272286,41.321155388915415],[-73.09911804284455,41.32106738888556],[-73.09917104286113,41.321056388881686],[-73.09927304288796,41.320947388857114],[-73.09933804289989,41.320787388823774],[-73.09935604290408,41.32075838881754],[-73.09920804285397,41.32072138881512],[-73.09920404285256,41.320719388814865],[-73.09875404269931,41.320589388804095],[-73.09860404264823,41.32054638880057],[-73.0985820426297,41.32034638876226],[-73.09857204262326,41.32029038875165],[-73.09846804255373,41.31966238863247],[-73.09843704253619,41.31953138860791],[-73.09842404252873,41.319474388597214],[-73.09839504250814,41.3192783885599],[-73.09855704255871,41.31924438854802],[-73.09866104259123,41.31922338854055],[-73.09891604267038,41.319162388520375],[-73.09904104270936,41.31913538851104],[-73.09920304275992,41.31910138849915],[-73.09933804280185,41.319069388488536],[-73.09941304282518,41.319052388482795],[-73.09974904293077,41.318994388460574],[-73.09988704297419,41.31897138845162],[-73.10001004301365,41.31896438844626],[-73.10015704306083,41.31895638843993],[-73.10032304311578,41.318976388438436],[-73.10038004313425,41.31897638843659],[-73.1005040431745,41.31897738843277],[-73.1005390431863,41.318985388433184],[-73.10064404322186,41.31901238843506],[-73.10065804322663,41.31901638843539],[-73.100680043234,41.31902038843544],[-73.10078204326813,41.31903938843586],[-73.10112704338223,41.31907938843248],[-73.10145204348973,41.31911738842933],[-73.10212204371173,41.31920238842419],[-73.1023750437944,41.319214388418324],[-73.10247304382696,41.31922838841789],[-73.10292004397554,41.319293388416064],[-73.10311704404043,41.3193113884132],[-73.10365904421893,41.319361388405355],[-73.1037090442352,41.31936238840394],[-73.1039080443001,41.319369388398854],[-73.10404104434303,41.31936638839395],[-73.10427304441804,41.31936338838583],[-73.10444104447197,41.31935438837862],[-73.10457504451507,41.31934838837311],[-73.10516704470608,41.319333388350984],[-73.10594504495542,41.31928438831617],[-73.10669104519387,41.319226388280654],[-73.10693204527189,41.31922438827245],[-73.10835404572279,41.31905038819236],[-73.10877404585408,41.31896538816214],[-73.10905804594432,41.31893438814688],[-73.10949204607824,41.318816388109774],[-73.10962204611826,41.318779388098335],[-73.10973704615319,41.3187383880866],[-73.1099040462039,41.31867838806947],[-73.11007104625465,41.31861938805253],[-73.11018804629018,41.31857738804055],[-73.11030504632575,41.31853638802875],[-73.11100204653589,41.31826038795227],[-73.11146504667786,41.318119387909746],[-73.11199604684396,41.31801438787202],[-73.11256804702204,41.31788638782847],[-73.11280004709509,41.31784938781373],[-73.11301304716191,41.317810387799206],[-73.11311204719365,41.31780438779482],[-73.11344904729636,41.31769038776164],[-73.11375404738857,41.31757438772911],[-73.1137630473912,41.31756938772784],[-73.11397004745264,41.31747038770181],[-73.11417304751242,41.31736538767474],[-73.11443304758761,41.31720638763525],[-73.11472704767186,41.317013387588055],[-73.11518104779651,41.31661938749643],[-73.11560604790547,41.31611538738429],[-73.11568104792474,41.316027387364684],[-73.11614204804593,41.315533387253325],[-73.1163780481079,41.3152793871961],[-73.11638904811085,41.31526838719359],[-73.11668804818815,41.314925387116965],[-73.11697104826034,41.314583387041026],[-73.11704704827945,41.314486387019635],[-73.11726304833395,41.31421538695973],[-73.11749904839651,41.31397138690446],[-73.11759804842025,41.31382538687274],[-73.11767904843983,41.31370838684729],[-73.1182900485961,41.31297738668479],[-73.11859104867439,41.31264038660927],[-73.1187570487176,41.31245538656776],[-73.11894004876584,41.31226138652397],[-73.11939904888683,41.31177538641422],[-73.11947904890792,41.31169038639503],[-73.1195600489305,41.31162638637991],[-73.1202620491263,41.31107138624881],[-73.12098904933664,41.31062938613897],[-73.12124804941168,41.31047338610009],[-73.1215690495056,41.31029638605514],[-73.12195704961813,41.31006538599745],[-73.12324404999373,41.309339385813985],[-73.1237250501324,41.309038385739626],[-73.12378905015035,41.30898938572799],[-73.12434905030824,41.3085763856292],[-73.12460205038148,41.30842338559111],[-73.12519905055191,41.30802038549308],[-73.12542805061688,41.30785838545404],[-73.12550805063967,41.3078033854407],[-73.12632005087016,41.307232385302896],[-73.12685505102176,41.30685138521118]]]},"properties":{"name":1106,"geoid":"09001110600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.45056516915702,41.53510141898441],[-73.45103816930802,41.535061418960986],[-73.45391417021631,41.53465041878603],[-73.45516617061088,41.53445741870713],[-73.46192117271504,41.53299641820009],[-73.4619701727288,41.5329604181915],[-73.46205917275397,41.53289741817633],[-73.46208017275673,41.53282841816226],[-73.46209817275921,41.532771418150624],[-73.4635841732322,41.532622418072485],[-73.46516817373607,41.53245841798818],[-73.4660351740135,41.5323964179474],[-73.46639617412488,41.532300417916844],[-73.46747917445917,41.53201441782551],[-73.46784117457095,41.531919417795095],[-73.46800217461852,41.53184041777444],[-73.46810117464773,41.53179141776166],[-73.46888217487835,41.531407417661356],[-73.46914317495549,41.531280417628096],[-73.46959317509315,41.531140417586016],[-73.47000417521888,41.53101241754759],[-73.47094317550612,41.53072041745987],[-73.47139317564375,41.53058041741783],[-73.47183817578039,41.530450417377864],[-73.47317317619024,41.53006041725801],[-73.47349817629008,41.52996641722901],[-73.47360417632045,41.529898417212316],[-73.47367317634053,41.52985941720248],[-73.47371017635135,41.52983941719736],[-73.4739001764106,41.529799417183305],[-73.47397817643494,41.529783417177626],[-73.47415217648822,41.52973041716158],[-73.47467517664852,41.52957341711381],[-73.4748501767022,41.529521417097925],[-73.47499017674747,41.52951941709291],[-73.47540917688312,41.529516417078426],[-73.47555017692878,41.52951541707353],[-73.47576717699883,41.52951041706538],[-73.47642117720999,41.52949641704098],[-73.47664017728074,41.52949241703293],[-73.47683917734516,41.52949041702595],[-73.47743517753811,41.529486417005394],[-73.47763517760288,41.52948541699856],[-73.47782217766203,41.52946041698752],[-73.47838317783953,41.52938641695457],[-73.47857117789906,41.52936241694367],[-73.4785911779053,41.52935841694223],[-73.4786541779251,41.52934741693802],[-73.47867517793172,41.52934441693674],[-73.47880917797333,41.529313416926286],[-73.4792141780991,41.52921941689463],[-73.47934917814109,41.529189416884336],[-73.47952917819515,41.529116416864234],[-73.48006917835733,41.52889741680387],[-73.48025017841177,41.528825416783924],[-73.4804421784712,41.52877741676823],[-73.48101817864955,41.52863541672161],[-73.48121117870942,41.528589416706296],[-73.48138217876384,41.52857241669732],[-73.4818971789279,41.52852341667074],[-73.48206917898271,41.52850741666194],[-73.48221317902785,41.52848141665211],[-73.4826481791644,41.52840541662296],[-73.48279317920993,41.5283804166133],[-73.48329317936789,41.52831041658314],[-73.48342117940827,41.52829141657521],[-73.48379217952554,41.52824041655301],[-73.48486417986419,41.528090416488375],[-73.48530818000441,41.528027416461434],[-73.48593718020312,41.5279394164235],[-73.48961718135183,41.52718841615584],[-73.50000918459551,41.52506841540001],[-73.50066018479953,41.52494941535534],[-73.50435618595803,41.52427941510276],[-73.50543318629904,41.524142415040444],[-73.50866518732249,41.52373341485382],[-73.50974318766389,41.523597414791666],[-73.5104701878915,41.52346141474115],[-73.51265318857513,41.52305541458997],[-73.51338118880312,41.52292041453962],[-73.51368518889822,41.522862414518265],[-73.51459918918417,41.522687414453976],[-73.51490418927965,41.522630414432804],[-73.51505418932679,41.52260541442299],[-73.51550518946847,41.522529414393276],[-73.51565618951601,41.52250541438361],[-73.51574418954377,41.522492414378156],[-73.51601118962806,41.522454414361924],[-73.5161001896562,41.52244241435664],[-73.51744119007839,41.5222314142712],[-73.52146719134595,41.52159941401493],[-73.52270019173419,41.521406413936546],[-73.52280919176852,41.52138941392962],[-73.52438519226583,41.52116141383306],[-73.52911219375763,41.52048041354396],[-73.53068919425532,41.520253413447534],[-73.53060919428226,41.52115141362422],[-73.53056919429595,41.52160441371333],[-73.53053519430748,41.521987413788686],[-73.5303671943626,41.52384841415491],[-73.53028719438959,41.524747414331756],[-73.53028419438974,41.524766414335545],[-73.53027919439165,41.52482641434734],[-73.5302781943925,41.524846414351245],[-73.53023519440629,41.52531741444394],[-73.53011019444898,41.52673041472188],[-73.53006819446318,41.52720241481473],[-73.52945519466839,41.53406041616378],[-73.52945019467018,41.5341184161752],[-73.52944519467198,41.534176416186604],[-73.52931419471558,41.53563741647398],[-73.52922919472451,41.53625641659672],[-73.52896219475049,41.53816641697559],[-73.52895119475087,41.53823341698892],[-73.52769319503419,41.54995941930181],[-73.52742519519346,41.55413442011916],[-73.52740619520063,41.55436042016355],[-73.52609819561357,41.56854942295393],[-73.52600219578176,41.571926423610726],[-73.5259951957914,41.57212842365006],[-73.52475219609249,41.58405442599923],[-73.52386619631491,41.5926834276981],[-73.52232519671108,41.607840430680795],[-73.52147919693309,41.616233432331704],[-73.5214591969382,41.61642943237024],[-73.52143619694203,41.61662043240793],[-73.52104219700126,41.619781433032124],[-73.52101919702267,41.620269433127234],[-73.52097219706495,41.62124143331668],[-73.52083319719242,41.62415743388495],[-73.52078819723368,41.62510143406892],[-73.52078619723476,41.625130434074585],[-73.52063419737313,41.62830143469252],[-73.52017919778885,41.63781543654617],[-73.52002819792774,41.64098743716406],[-73.5200251979293,41.641030437172475],[-73.52001919793513,41.64116143719797],[-73.5200181979374,41.641205437206516],[-73.51996319795967,41.64188243733914],[-73.51980119802768,41.6439174377377],[-73.51974719805031,41.644595437870464],[-73.51965319809369,41.6458424381145],[-73.51937519822536,41.64958643884698],[-73.51928319826946,41.650834439091106],[-73.51814619880763,41.66613344208351],[-73.51812219881386,41.66636944212987],[-73.5180981988206,41.66661444217797],[-73.51808119882202,41.66673144220111],[-73.5180741988197,41.666730442201164],[-73.51762419867332,41.66672444221502],[-73.51728419855355,41.666565442195655],[-73.51672719835587,41.666279442159],[-73.51602019810827,41.66597244212332],[-73.51595119808565,41.66596844212484],[-73.5152791978654,41.665931442140106],[-73.5147851977029,41.66589444214944],[-73.5138211973967,41.666005442203],[-73.51115019655914,41.66649644238687],[-73.51038019630987,41.66650644241445],[-73.5098211961183,41.666334442399894],[-73.5093561959622,41.66624644239841],[-73.5091661958993,41.66622544240067],[-73.50804019552682,41.666105442415045],[-73.50702219518224,41.66586544240265],[-73.5069241951472,41.66581044239529],[-73.5068341951087,41.66565344236796],[-73.50680219507079,41.665189442279434],[-73.50686619506216,41.66469344218154],[-73.50693019504405,41.66403744205272],[-73.50673819496657,41.66378144200971],[-73.50669719495083,41.663740442003146],[-73.50629019479466,41.66333344193812],[-73.50502519433675,41.662533441825786],[-73.50441319411277,41.66210444176334],[-73.50395319394435,41.66178144171629],[-73.5032351936907,41.661432441672815],[-73.50285019355465,41.661244441649345],[-73.50161719311906,41.66064544157476],[-73.50152819308722,41.66059544156807],[-73.50107719292583,41.660341441534044],[-73.50062519276413,41.660087441500046],[-73.49956919238628,41.659493441420516],[-73.49876919210111,41.65906144136374],[-73.49855319202588,41.65897444135413],[-73.49828919193399,41.65886944134264],[-73.49795319182685,41.65890144136001],[-73.49748919169056,41.659142441422034],[-73.49686519151463,41.65959044152933],[-73.49620919133778,41.660198441668605],[-73.4954411911246,41.66080644181161],[-73.49514519104122,41.6610204418628],[-73.49486519096233,41.661222441911136],[-73.49472119091845,41.66127044192521],[-73.49445819083572,41.66131444194246],[-73.49443319082783,41.66131844194406],[-73.4943081907842,41.66126644193818],[-73.49396919066591,41.661126441922434],[-73.4936491905469,41.66087044188367],[-73.49339319043067,41.66031044178402],[-73.49302519024302,41.65915844157381],[-73.49274519011048,41.658454441447155],[-73.4924011899477,41.65759044129175],[-73.4919821897356,41.65630444105731],[-73.49188918968873,41.65602244100594],[-73.49180218965019,41.655848440975234],[-73.49140918947612,41.655062440836495],[-73.49086518924373,41.65411844067227],[-73.49032118901796,41.653286440529676],[-73.48942418866801,41.65229144036734],[-73.48929718861847,41.65215044034432],[-73.48771318800034,41.65039044005708],[-73.48636918749041,41.64914243986072],[-73.48551418715772,41.64820843970874],[-73.48515318701727,41.64781443964462],[-73.48468718684384,41.6474384395875],[-73.4847971868735,41.64733643956412],[-73.48495018691845,41.64725743954378],[-73.48503818693665,41.64708243950704],[-73.48508918694954,41.64702043949336],[-73.48540418704079,41.64683543944714],[-73.48565318712154,41.646834439438656],[-73.48633318734969,41.64696143944056],[-73.48653118741724,41.647017439444795],[-73.48658218743384,41.647018439443286],[-73.48672918748407,41.6470614394467],[-73.48680918750956,41.647053439442494],[-73.48683818751684,41.64701743943458],[-73.48691118752858,41.64681543939311],[-73.48698518755033,41.64677743938332],[-73.48708018757986,41.646755439375895],[-73.48721818762506,41.64676243937266],[-73.48737218766236,41.64654843932617],[-73.48754218771072,41.64643343929832],[-73.48773118776286,41.64627843926207],[-73.48779018777455,41.64615243923577],[-73.48773918775184,41.64604843921737],[-73.48798718781704,41.64579043915926],[-73.48807518783768,41.645656439130455],[-73.48814818785989,41.645631439123186],[-73.48828018790496,41.64566943912613],[-73.48829418791831,41.64581843915446],[-73.48838318795204,41.64590043916733],[-73.48860318802863,41.645988439177],[-73.48910718819766,41.64608143917821],[-73.48929018825508,41.64604843916574],[-73.48933418826807,41.64602643916002],[-73.48945218830032,41.64592443913639],[-73.4895321883239,41.645884439126],[-73.48967818837009,41.64586443911727],[-73.48973718839035,41.645883439118975],[-73.48975918839986,41.645923439125966],[-73.4897741884197,41.64617643917436],[-73.48978818842582,41.64620343917912],[-73.48989818846933,41.646335439200946],[-73.49003018851731,41.64642243921337],[-73.49013218854998,41.6464154392086],[-73.49033018861121,41.64636443919217],[-73.49068118871102,41.646126439134505],[-73.49087918875088,41.645714439048305],[-73.49139618890821,41.6455384389971],[-73.49144018892142,41.645520438992165],[-73.49147718893282,41.64551043898899],[-73.49156618895988,41.64547943898005],[-73.49183718904253,41.645390438953825],[-73.49210718912516,41.64530643892859],[-73.49226718917295,41.645236438909755],[-73.4925001892397,41.6450874388732],[-73.49252318924634,41.64507343886973],[-73.49267718929248,41.645008438852045],[-73.49297718938092,41.64485843881308],[-73.49329918947954,41.644759438783225],[-73.49376718962799,41.64470243875665],[-73.49386318965655,41.64465843874495],[-73.49411118972735,41.644495438705206],[-73.49444418981658,41.64417743863266],[-73.4944701898236,41.644153438627164],[-73.49477718991515,41.64401743859067],[-73.49482818992881,41.6439684385795],[-73.49496418995767,41.64371043852512],[-73.49498818996273,41.64366443851545],[-73.49500818996769,41.64363843850974],[-73.49516619000723,41.643440438466236],[-73.49520119001603,41.643397438456766],[-73.4952241900225,41.64338043845271],[-73.49528919004062,41.643330438440884],[-73.49548619009578,41.64318243840574],[-73.4955521901143,41.643133438394074],[-73.49558219012266,41.64311043838862],[-73.49562519013472,41.64307843838101],[-73.4956721901479,41.64304343837268],[-73.49570319015665,41.64302143836739],[-73.49573519016568,41.6429984383619],[-73.49583119019275,41.64292943834536],[-73.49586319020177,41.64290643833984],[-73.49604219025218,41.642777438308975],[-73.4961881902904,41.64262243827416],[-73.49621219029648,41.64259343826776],[-73.49629019031661,41.64250643824834],[-73.49636319033023,41.64233643821308],[-73.49634219031569,41.64220543818846],[-73.49634819030136,41.64193043813513],[-73.49634619029241,41.64179043810814],[-73.49634119027405,41.64150743805362],[-73.49634919026002,41.641226437999066],[-73.49635519024983,41.64102143795926],[-73.49637019025121,41.64096243794736],[-73.4962811902162,41.64085843793023],[-73.49625019020512,41.640841437927975],[-73.49622819019662,41.640818437924274],[-73.49619519018552,41.640811437924],[-73.49617119017695,41.6407984379223],[-73.49606919014055,41.64074243791486],[-73.4960401901277,41.64068443790463],[-73.49602519012095,41.640652437898936],[-73.49602119011824,41.64062843789443],[-73.49599419010072,41.64048043786673],[-73.49598119009194,41.64040343785229],[-73.49604019009806,41.64018343780782],[-73.4960971901088,41.64005243778061],[-73.49615719012016,41.63991543775215],[-73.49637019016046,41.639428437650956],[-73.49640419016693,41.63935143763494],[-73.49654319019982,41.6391454375905],[-73.49666019022322,41.63889943753909],[-73.49671119022624,41.638670437493126],[-73.49676319023433,41.6385224374628],[-73.49684219025738,41.63847843745167],[-73.49704819031959,41.63840043742974],[-73.49729219038976,41.638248437392235],[-73.49733319040159,41.63822343738604],[-73.49768519051342,41.638183437366585],[-73.49781119055251,41.63815343735661],[-73.49772119051124,41.637949437320174],[-73.49745219038778,41.637337437210874],[-73.49736319034682,41.63713343717442],[-73.4957141895898,41.63337943650385],[-73.49208118792235,41.62511043502652],[-73.49069318729728,41.6221524345009],[-73.48895218651326,41.618441433841376],[-73.48891318649571,41.61835843382662],[-73.48890218649068,41.61833343382215],[-73.4887681864277,41.6180034337628],[-73.48872418640698,41.6178944337432],[-73.48852918631539,41.617414433656876],[-73.48834518623502,41.617064433595324],[-73.48678618555437,41.61410243307446],[-73.48198818345969,41.60498243147031],[-73.48083618295676,41.60279143108482],[-73.47979218250103,41.60080643073557],[-73.47894118211718,41.598978430410256],[-73.47795418167168,41.596852430031774],[-73.47499318033528,41.59047442889619],[-73.47400617988991,41.5883494285178],[-73.47307217946643,41.58630342815292],[-73.47027317819726,41.580168427058574],[-73.46946817783221,41.57840242674347],[-73.4693191777681,41.57813442669655],[-73.46927617774962,41.578057426683074],[-73.46914917769487,41.57782742664278],[-73.46910717767679,41.57775142662947],[-73.46896817761704,41.57750242658588],[-73.46872817750531,41.576926426482345],[-73.46796817715143,41.57510242615453],[-73.4676531770092,41.57442142603316],[-73.46727317683741,41.573596425886066],[-73.46641117644792,41.571728425553054],[-73.46382517527955,41.566124424553934],[-73.46296317489018,41.56425742422102],[-73.46136817416975,41.56080242360493],[-73.46133417415433,41.560727423591544],[-73.4576041724644,41.55255542213259],[-73.45741017237646,41.55212942205651],[-73.45604217175679,41.54913242152133],[-73.45516417135876,41.54720342117677],[-73.45447117097072,41.54442242066099],[-73.45401817072239,41.54269542034142],[-73.4527021701256,41.53979841982373],[-73.45197916979778,41.53820741953943],[-73.45056516915702,41.53510141898441]]]},"properties":{"name":2571,"geoid":"09001257100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.53527716894426,41.05914732341177],[-73.53566916905251,41.05882832333635],[-73.53607016916412,41.058517323262194],[-73.53672316934471,41.05799032313739],[-73.53700516942428,41.05779032308891],[-73.53736316952553,41.05754032302812],[-73.53773916962803,41.05721132295125],[-73.53785416966075,41.05713432293238],[-73.53701016937627,41.05692532291915],[-73.53624716911835,41.0567233229046],[-73.53608116906224,41.056679322901445],[-73.5361191690346,41.05598332276371],[-73.53607116897567,41.05522632261687],[-73.53615716900349,41.055227322614236],[-73.5360831689464,41.05464832250313],[-73.5361071689183,41.054023322379784],[-73.53597716880792,41.05283032215011],[-73.53597816873364,41.051529321894954],[-73.53592616870154,41.051262321844284],[-73.53585916865971,41.050910321777465],[-73.5358331686253,41.05045632168927],[-73.53581816860498,41.05018632163682],[-73.53581516860064,41.05012732162535],[-73.53580716858863,41.04996332159345],[-73.53580416858709,41.049953321591595],[-73.53578816857873,41.04989732158115],[-73.53606716866277,41.049792321551365],[-73.53632616874178,41.04971232152718],[-73.53652216880019,41.04962732150406],[-73.53675516886968,41.049527321476795],[-73.53694516892601,41.04944032145349],[-73.53737216905324,41.04925532140319],[-73.53769816914931,41.04909532136109],[-73.5382101693013,41.048863321298754],[-73.53866716943793,41.04867332124647],[-73.5388401694897,41.04860232122687],[-73.53940516966118,41.04841232117104],[-73.53975716976858,41.04830332113809],[-73.5402541699203,41.04815132109194],[-73.54081417009151,41.04798432104079],[-73.54116817019982,41.047880321008755],[-73.54153117031062,41.047769320975064],[-73.54176417038182,41.047699320953676],[-73.54197417044594,41.047635320934226],[-73.54262117064297,41.04742932087257],[-73.54278517069301,41.047378320857156],[-73.54298517075411,41.047318320838826],[-73.54323817083149,41.04724332081581],[-73.54398617106038,41.04702432074826],[-73.5439991710643,41.047019320746855],[-73.54425217114151,41.04694132072323],[-73.54440517118807,41.0468923207086],[-73.5444621712055,41.04687532070339],[-73.5447611712972,41.04679132067708],[-73.54486717132964,41.046760320667524],[-73.54489217133735,41.04675432066553],[-73.5450221713772,41.04671732065401],[-73.54501117137893,41.046809320672395],[-73.5449861713829,41.04701932071441],[-73.54493417139147,41.04746132080281],[-73.54514617148375,41.04787732087743],[-73.54528417154391,41.04814932092623],[-73.54540817159798,41.048394320970196],[-73.54577417175726,41.04911132109878],[-73.5457761717591,41.04913232110284],[-73.54581517178735,41.04940532115509],[-73.54586517182456,41.049772321225426],[-73.54551217176542,41.0507283214245],[-73.54545317175547,41.05088632145742],[-73.54547017181866,41.05189232165414],[-73.54563917189255,41.05222932171467],[-73.54573217193325,41.052415321748086],[-73.54573217195579,41.052808321825154],[-73.5455761719569,41.053705322006174],[-73.54545117192596,41.053869322042445],[-73.54532717189517,41.05403032207808],[-73.54521317186695,41.05418032211124],[-73.54510417183566,41.054248322128174],[-73.54421417158044,41.05480732226704],[-73.54388117149497,41.055191322353274],[-73.54358117141807,41.05553932243138],[-73.54359517142593,41.055597322442296],[-73.54369817148459,41.05604032252576],[-73.5443121717123,41.05655432260637],[-73.54507717196019,41.05657032258435],[-73.54541017207062,41.05662132258341],[-73.5458811722578,41.0572333226879],[-73.54592317227507,41.05729832269927],[-73.5459601722903,41.05735532270924],[-73.54607417233709,41.05752932273961],[-73.54611217235268,41.05758732274972],[-73.54615217236909,41.05764832276037],[-73.54627217241833,41.0578313227923],[-73.54629917243095,41.05789932280475],[-73.54641017248287,41.05817932285599],[-73.54645817255059,41.059089323032836],[-73.54638717252813,41.05909732303674],[-73.54587817236728,41.059158323065425],[-73.54562117228306,41.05913632306957],[-73.54548117223534,41.05909232306555],[-73.54517517212372,41.05886832303169],[-73.54501517206653,41.058772323018125],[-73.54480017198915,41.05863332299795],[-73.54477617197934,41.05859732299168],[-73.54466317194108,41.05856632298932],[-73.5446021719199,41.05854032298622],[-73.54453417189623,41.05851032298258],[-73.54434317183502,41.05851832299044],[-73.5438991716941,41.05856032301325],[-73.54345817155442,41.05860732303697],[-73.5431601714612,41.058659323056965],[-73.54226617118154,41.058815323116946],[-73.54196917108871,41.0588683231371],[-73.5415661709625,41.05893632316368],[-73.54096617077465,41.05903832320342],[-73.5403601705851,41.0591443232441],[-73.53995917045971,41.05921532327122],[-73.53979817040893,41.05923632328062],[-73.53892317013333,41.05935632333291],[-73.53818316990227,41.0594933233841],[-73.5374151696614,41.05961632343345],[-73.53686816944396,41.058904323311836],[-73.53652916933945,41.05899032333984],[-73.53613416921725,41.05908332337107],[-73.53598316917005,41.05911032338131],[-73.53579516911148,41.05914732339475],[-73.53557116903974,41.05915732340407],[-73.53527716894426,41.05914732341177]]]},"properties":{"name":201,"geoid":"09001020100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.63440520583164,41.1438263367247],[-73.63428620579403,41.14384033673136],[-73.63396720569929,41.143983336769885],[-73.6338592056669,41.14402633678186],[-73.63385820566657,41.14402633678189],[-73.63382820565758,41.14403833678526],[-73.6337012056193,41.14408533679864],[-73.63352820556835,41.14417033682099],[-73.63232920521537,41.14476133697623],[-73.63021120459153,41.145800337249476],[-73.62948720437613,41.146118337335615],[-73.62928220431571,41.14621833736195],[-73.62906120425014,41.14631833738883],[-73.62879720417176,41.14643733742083],[-73.6282692040148,41.14667133748405],[-73.62668620354431,41.147375337674085],[-73.62615920338779,41.147611337737665],[-73.62576420327034,41.14778633778496],[-73.62458220291913,41.148313337927114],[-73.6245722029162,41.14831833792842],[-73.62436220284599,41.14827733792733],[-73.62417520279052,41.14836233795015],[-73.6224902022905,41.14912533815508],[-73.62209020217185,41.14930733820391],[-73.61743520079045,41.15141533877005],[-73.61575020029045,41.152179338975166],[-73.61547320020809,41.152302339008365],[-73.61464419996166,41.15267033910775],[-73.61436819987969,41.152794339141124],[-73.61420719983207,41.1528703391613],[-73.61419719982908,41.1528743391624],[-73.61404619978441,41.152945339181294],[-73.61401219977436,41.152961339185545],[-73.61396019975896,41.15298533919195],[-73.61368419967728,41.153114339226306],[-73.6136201996584,41.153145339234484],[-73.61351319962655,41.153192339247205],[-73.61237519928846,41.15370133938436],[-73.60896219827445,41.15522833979576],[-73.60853319814707,41.155421339847685],[-73.60782519793678,41.15573933993328],[-73.60778719792543,41.15575533993764],[-73.60767619789249,41.1558053399511],[-73.60763919788153,41.15582233995564],[-73.60721619775582,41.15601134000659],[-73.60617919744779,41.15647634013179],[-73.60594819737908,41.156578340159356],[-73.60552619725375,41.156768340210455],[-73.6044591969367,41.157245340339],[-73.6012571959854,41.15867934072519],[-73.60019119566873,41.15915734085389],[-73.5998761955763,41.15931834089578],[-73.59977219554575,41.159371340909566],[-73.5985181951779,41.16001434107674],[-73.59833519512422,41.16010834110116],[-73.59815119507029,41.16020334112582],[-73.598099195055,41.160229341132606],[-73.5978951949951,41.1603333411597],[-73.59728419481591,41.16064734124128],[-73.5972461948048,41.16066734124644],[-73.59711119476853,41.16079434127574],[-73.59709619476206,41.16076634127075],[-73.59695819470251,41.16050734122469],[-73.59689719467661,41.160400341205765],[-73.59667019458037,41.160004341135846],[-73.59647519449234,41.15957134105763],[-73.59630919441956,41.15924034099839],[-73.59629519441285,41.15920234099143],[-73.59615019434155,41.15877934091351],[-73.5961661943367,41.15860634087915],[-73.59618719433124,41.15839434083701],[-73.59621119432123,41.1580873407762],[-73.59622619431605,41.15791434074187],[-73.59623419430592,41.15769434069859],[-73.59625819427549,41.15703434056873],[-73.59626619426535,41.156814340525465],[-73.59627519426316,41.15672634050795],[-73.59630019425822,41.15650134046313],[-73.59629919425576,41.156464340455926],[-73.59629919425072,41.15637734043892],[-73.59629919424476,41.156274340418776],[-73.5962911942393,41.156224340409274],[-73.59626219421952,41.15604434037504],[-73.59615019416871,41.15579134032926],[-73.59608819414059,41.15565134030393],[-73.59607319413324,41.15560834029602],[-73.59593819407854,41.15541634026293],[-73.59564719396054,41.1550013401914],[-73.59542219387376,41.154757340151114],[-73.59523319380085,41.15455234011727],[-73.59521119379228,41.15452734011312],[-73.59479819363217,41.15406534003642],[-73.59469419359182,41.15394834001697],[-73.59432419344999,41.1535623399537],[-73.59362119317788,41.15278333982459],[-73.5934781931222,41.15261933979725],[-73.59305119295581,41.15212733971513],[-73.59236619269231,41.15139633959479],[-73.59229819266524,41.151308339579835],[-73.59205419256827,41.150994339526484],[-73.59173819244437,41.15061633946299],[-73.59157019237414,41.15034033941457],[-73.59141019230616,41.150058339364705],[-73.5913131922609,41.149817339320784],[-73.59123619222504,41.149627339286155],[-73.59120819219699,41.149298339222746],[-73.59116619216995,41.149065339178556],[-73.59120519216896,41.1488303391313],[-73.59123219216208,41.148560339077605],[-73.59126119215671,41.14830533902678],[-73.59138719213354,41.14720033880649],[-73.59146319210993,41.146367338641056],[-73.59152919209022,41.145657338500015],[-73.59152019204605,41.14494333836065],[-73.59131119191723,41.14388233816001],[-73.59118519183929,41.14323733803801],[-73.59115619181973,41.143061338004536],[-73.59107319176431,41.14256633791047],[-73.5909971917136,41.14211333782436],[-73.59096719168923,41.14185933777566],[-73.59093319166675,41.14166033773787],[-73.59088719162936,41.141270337663094],[-73.59087419161905,41.14116433764277],[-73.59086919161247,41.141078337626126],[-73.59086719160857,41.14102233761523],[-73.59083019157104,41.1405793375298],[-73.59087519156016,41.140139337442214],[-73.59090419155362,41.13986433738747],[-73.5909411915478,41.139556337326],[-73.59094519153676,41.1393433372842],[-73.59090419151256,41.139153337248395],[-73.59077119145198,41.13884833719311],[-73.59075319144368,41.13880533718529],[-73.59060719137533,41.13843833711833],[-73.5905511913518,41.13834433710179],[-73.59030619123635,41.137715336986815],[-73.59022819119411,41.137420336931676],[-73.5902211911903,41.13739333692663],[-73.5898741910159,41.13631433672699],[-73.58972019095005,41.13603533667749],[-73.58959719089994,41.13585533664633],[-73.58916919073596,41.13540933657321],[-73.58872319056901,41.135013336510454],[-73.58842619046185,41.13481833648211],[-73.58821019038388,41.13467633646144],[-73.58784719025539,41.13448133643528],[-73.58754619015038,41.1343463364188],[-73.5874761901247,41.13429333641074],[-73.58733519007495,41.13422033640111],[-73.58683418989398,41.13388833635268],[-73.58672218985353,41.13381433634191],[-73.58650418977435,41.13366233631936],[-73.58609018962241,41.13334633627121],[-73.58578718951229,41.13313433623972],[-73.58502518923328,41.13256433615334],[-73.58499818922324,41.13254133614973],[-73.58486718917428,41.13242633613155],[-73.58459818907654,41.13223833610365],[-73.58438818900031,41.132092336082],[-73.58374218876436,41.13161933601078],[-73.58347118866551,41.13142333598137],[-73.58286818844566,41.13098833591614],[-73.5821341881768,41.13043733583255],[-73.58139218790569,41.12989233575038],[-73.58107618778686,41.12960133570386],[-73.58078418767737,41.129338335662034],[-73.58058518760276,41.12915933563357],[-73.5799941873753,41.128525335529],[-73.57957618721774,41.12813433546627],[-73.57956618721411,41.12812733546526],[-73.57889718697041,41.12764833539357],[-73.57853318684252,41.127469335370556],[-73.5780321866717,41.127313335356554],[-73.57802518666934,41.12731133535639],[-73.57747218648146,41.12715033534313],[-73.57737818644976,41.12712733534172],[-73.57724318640426,41.12709433533971],[-73.5770981863549,41.127050335335895],[-73.57700618632357,41.12702233533345],[-73.57671618622626,41.126959335330675],[-73.57652518616217,41.12691733532877],[-73.57642518612866,41.12689633532796],[-73.57591318595442,41.1267423353147],[-73.57533618575368,41.126493335285],[-73.5751511856883,41.12639533527192],[-73.5751501856879,41.126394335271755],[-73.57505718565511,41.12634633526544],[-73.57471418553423,41.126171335242496],[-73.57452018546373,41.126035335222284],[-73.5739511852517,41.12554533514517],[-73.57371418515567,41.12520733508682],[-73.5736871851421,41.125123335071265],[-73.5736451851249,41.12506033506032],[-73.57359818510527,41.12498333504681],[-73.57353618507385,41.124785335010095],[-73.57346418504325,41.124658334987615],[-73.57345118503642,41.12461233497904],[-73.57342018501797,41.12446633495149],[-73.57339318500453,41.12438433493633],[-73.57326018493232,41.12387733484149],[-73.57324318492333,41.12381633483011],[-73.57317318488613,41.1235633347829],[-73.57311618485585,41.12335733474446],[-73.57303618480664,41.12295233466784],[-73.57294718475725,41.122594334600706],[-73.57282318469622,41.12223033453355],[-73.57262318459374,41.12157333441155],[-73.5725821845691,41.12137533437414],[-73.57250918452982,41.12110333432331],[-73.57243118448784,41.120812334268926],[-73.5722591844023,41.12029233417282],[-73.5721451843376,41.119808334081846],[-73.57213418433122,41.11975933407261],[-73.57208918429362,41.119359333995796],[-73.57210818426793,41.11880733388712],[-73.57214618425242,41.11832533379152],[-73.57215418424953,41.118230333772665],[-73.57215518422679,41.11783033369432],[-73.57214618418854,41.11721733357462],[-73.57212118414968,41.11668333347094],[-73.5721251841346,41.1163993334152],[-73.57210018411332,41.11617033337118],[-73.57209218410608,41.11608933335561],[-73.57202518406501,41.11575233329184],[-73.57189018400153,41.11540733322875],[-73.57180118396133,41.11520833319273],[-73.57168418391154,41.11500033315587],[-73.57145118380892,41.11452533307057],[-73.57106718362775,41.11353333288901],[-73.57095318357317,41.11322533283248],[-73.57090018353185,41.112805332752],[-73.57085918350546,41.11257733270872],[-73.57085718348903,41.112303332655145],[-73.57088118347598,41.11194233258367],[-73.57087418345026,41.11153533250422],[-73.57086618344128,41.11142433248276],[-73.57085118342266,41.11118533243645],[-73.57082418340254,41.11098733239858],[-73.57074718335849,41.11065433233592],[-73.5706301833048,41.11037833228575],[-73.57042618320764,41.10983533218616],[-73.57028718314143,41.10946533211829],[-73.57021618310904,41.10930133208852],[-73.56990618296746,41.10858133195776],[-73.56948218279044,41.10788533183546],[-73.56941818276395,41.107784331817804],[-73.5692961827135,41.107592331784225],[-73.56911818263895,41.10729633173214],[-73.56868018246286,41.10669433162869],[-73.56805718221229,41.10583733148142],[-73.56735518193173,41.10490233132147],[-73.56713918184545,41.1046153312724],[-73.56689918175073,41.104316331221746],[-73.5667101816759,41.10407633118097],[-73.56660018163075,41.103909331151904],[-73.56653918160258,41.10376233112513],[-73.56644818156559,41.10363033110228],[-73.56628518150103,41.103423331067106],[-73.56622018147588,41.103351331055144],[-73.56610918143113,41.10319633102846],[-73.56604918140687,41.103111331013785],[-73.56600218138864,41.10305833100495],[-73.56612718142433,41.102977330984984],[-73.56624718145974,41.10291933096966],[-73.56646718152363,41.10279533093814],[-73.56661718156845,41.102732330920844],[-73.56677918161564,41.10264333089808],[-73.56740718179867,41.102300330810216],[-73.56803418198369,41.10199733073023],[-73.56849118211953,41.10179333067522],[-73.56882018221907,41.10167733064167],[-73.56916218232351,41.10157333061002],[-73.56954518244218,41.101486330580364],[-73.56979018251853,41.10143833056289],[-73.57007518260876,41.10140733054743],[-73.57178718315606,41.10131133047221],[-73.57339518366861,41.10119533039651],[-73.57477718410887,41.10109133033058],[-73.5761241845384,41.10099733026778],[-73.57627518458672,41.100989330261235],[-73.5766631847106,41.10096533024374],[-73.57689618478548,41.100959330234886],[-73.5773031849152,41.1009293302156],[-73.57777818506655,41.1008943301931],[-73.57828018522673,41.10086133017008],[-73.57849118529411,41.100848330160574],[-73.58012918581525,41.10071333008014],[-73.58121118615927,41.10062033002626],[-73.58203418642101,41.100551329985606],[-73.58218918647107,41.1005513299805],[-73.58231718651169,41.10053932997392],[-73.58291518670293,41.10050732994795],[-73.58305518674774,41.10050032994195],[-73.58377918697892,41.100455329909266],[-73.58439318717753,41.1004613298902],[-73.58509518740402,41.10045832986647],[-73.58542818751154,41.10045832985549],[-73.58582318763976,41.1004703298448],[-73.58641118783066,41.10048832982894],[-73.58676018794404,41.10050032981978],[-73.58817618840546,41.10057332978738],[-73.58856318853162,41.10059432977874],[-73.58870018857635,41.10060332977598],[-73.58876518859765,41.100608329774815],[-73.58884418862343,41.10061332977319],[-73.58940618880709,41.1006513297621],[-73.59038918912835,41.10071832974279],[-73.59132818943722,41.10081732973121],[-73.59165218954386,41.10085232972737],[-73.59197018964744,41.100868329720015],[-73.59219618972129,41.10088332971549],[-73.59250218982002,41.1008823297052],[-73.59277218990744,41.10088632969709],[-73.59309519001121,41.100877329684664],[-73.5934691901303,41.10084832966665],[-73.59398819029569,41.100810329642094],[-73.59427119038445,41.100765329623954],[-73.59456019047511,41.100719329605404],[-73.59509619063888,41.1005583295562],[-73.59564119080407,41.1003713295016],[-73.596704191123,41.099950329384086],[-73.59776019144135,41.0995583292725],[-73.59779719145256,41.09954532926872],[-73.59905619183169,41.09907132913438],[-73.59916419186398,41.09902632912199],[-73.59955019201807,41.09953732920931],[-73.60012019224563,41.10029232933835],[-73.60070819248035,41.101070329471284],[-73.60109519263483,41.10158232955878],[-73.60152119280478,41.102144329654756],[-73.60161419284186,41.102266329675565],[-73.60280019331509,41.10383232994304],[-73.60322719348544,41.10439533003917],[-73.60385119373353,41.105203330176785],[-73.60572319447782,41.10762733058955],[-73.60634719472591,41.10843533072713],[-73.60651619479323,41.108656330764816],[-73.6070231949953,41.10932133087827],[-73.607193195063,41.10954333091611],[-73.60812119542614,41.1106433311008],[-73.6106981964345,41.11369733161352],[-73.61090819651668,41.11394633165532],[-73.61183719688022,41.11504733184013],[-73.61201319694916,41.11525733187542],[-73.61205919696731,41.11531433188506],[-73.61271819722705,41.11612733202243],[-73.6129001972988,41.116352332060444],[-73.61292319730941,41.116407332070466],[-73.61290519730336,41.11640333207027],[-73.61285219728573,41.11639433207025],[-73.61284919728477,41.11639433207036],[-73.6128361972802,41.11638833206961],[-73.61378619766054,41.11766233228757],[-73.61558619838114,41.12007533270035],[-73.61663719880191,41.12148433294137],[-73.61665419880866,41.1215063329451],[-73.61758819918259,41.12275833315924],[-73.61774819924564,41.12295533319252],[-73.61835319948393,41.123698333317925],[-73.61950819993895,41.125118333557616],[-73.62062320038119,41.12654033379901],[-73.62137120067791,41.12749533396114],[-73.62246020110852,41.128861334192415],[-73.62267120119199,41.12912633423728],[-73.62544120232043,41.13317233493727],[-73.62602320255759,41.1340233350845],[-73.62642820272262,41.13461533518691],[-73.62650520275234,41.1346993352008],[-73.62706020297733,41.13549033533718],[-73.62735020308884,41.135799335388036],[-73.62763720319916,41.13610433543822],[-73.62777120325065,41.136246335461564],[-73.62893020370426,41.1376173356914],[-73.62901820373867,41.13772133570885],[-73.62910620377312,41.13782533572627],[-73.62962620397661,41.138440335829365],[-73.62998120411552,41.138859335899575],[-73.63029020423647,41.139225335960944],[-73.6305952043558,41.13958533602128],[-73.63126220461685,41.140374336153535],[-73.63228520502123,41.14165333636985],[-73.6342882057861,41.14369233670235],[-73.63440520583164,41.1438263367247]]]},"properties":{"name":202,"geoid":"09001020200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.55478418219948,41.17991734641168],[-73.55463918215379,41.17993734642036],[-73.55443518208031,41.17980634640149],[-73.55421718200444,41.1797123463903],[-73.55413718197829,41.17970734639197],[-73.55402118193791,41.17965734638602],[-73.55373818183445,41.1794493463547],[-73.55362218178777,41.17929034632746],[-73.55360018177585,41.179207346311955],[-73.55364318176501,41.17877934622688],[-73.55360418174665,41.17867934620862],[-73.55357118173094,41.1785923461927],[-73.55338218165879,41.1784003461614],[-73.55284318142012,41.17728434596106],[-73.55230418118138,41.1761673457605],[-73.55226618116454,41.176088345746294],[-73.55229818117049,41.17601234573038],[-73.55305318130847,41.17417834534697],[-73.55302418129726,41.17414634534165],[-73.55124318060692,41.17215834501177],[-73.54946317991686,41.170169344681646],[-73.54935517987504,41.17004934466174],[-73.54924817983353,41.1699293446418],[-73.54736717910447,41.16782934429325],[-73.54548717837571,41.16572834394443],[-73.54469617809097,41.16522334387177],[-73.54464617807298,41.16519134386716],[-73.54462717806729,41.16519934386934],[-73.54453417803633,41.16518334386929],[-73.54439717799079,41.1651613438695],[-73.54428217794388,41.16499234384025],[-73.54423017792263,41.1649153438269],[-73.54422617792012,41.16489434382293],[-73.5442021779111,41.164872343819425],[-73.54413417788336,41.164772343802106],[-73.54398917779517,41.164056343666886],[-73.54374717769441,41.16366534359841],[-73.54236917723317,41.163388343589666],[-73.54198817709558,41.16313734355313],[-73.54177317700845,41.162831343500386],[-73.5415681769098,41.16226934339724],[-73.54132017681252,41.16197234334734],[-73.54124917678432,41.16188134333188],[-73.54095617666785,41.16150334326761],[-73.5409431766326,41.160965343162836],[-73.54044317643202,41.16028934304712],[-73.54017917633743,41.16012834302433],[-73.54002217628366,41.160075343019145],[-73.53977017620315,41.16009134303058],[-73.5393251760656,41.16019934306637],[-73.53883517589708,41.160022343047885],[-73.53872517586372,41.160060343058944],[-73.53837017571661,41.15949834296073],[-73.53745617538672,41.15889934287372],[-73.53724317529897,41.15857134281659],[-73.53646917503043,41.158251342779515],[-73.53613117490808,41.15802334274605],[-73.53578517478358,41.15780334271442],[-73.53555017468707,41.15744634265234],[-73.53547717463724,41.15699134256575],[-73.53515117450867,41.15658834249767],[-73.5349911744175,41.15590434236916],[-73.53491817438838,41.15580834235279],[-73.53486917436777,41.15572534233817],[-73.53460217427036,41.15553234230923],[-73.53429617416258,41.155377342289],[-73.53397917405772,41.15533534229121],[-73.53347817389324,41.15529034229892],[-73.53333817384468,41.15523234229218],[-73.53308317374972,41.15501434225795],[-73.53260317358223,41.1547993422317],[-73.53233117348323,41.15460634220292],[-73.5323281734702,41.15439734216212],[-73.5328841736379,41.154190342103334],[-73.53305717368077,41.15396434205343],[-73.53304917366093,41.15366534199521],[-73.53304817365674,41.15359834198213],[-73.5327421735489,41.15344234196169],[-73.53264217350487,41.15323934192528],[-73.53272617351755,41.15298834187341],[-73.53299117355812,41.152207341711915],[-73.5330551735657,41.15198034166541],[-73.53347017368588,41.15173934160459],[-73.53421617392088,41.15163434155948],[-73.53435217395875,41.15152934153444],[-73.53437017396237,41.15149134152644],[-73.53436017394276,41.15120734147121],[-73.53413517381478,41.15024834129102],[-73.53409717379039,41.15003834125118],[-73.53405817376562,41.1498273412112],[-73.53402217374875,41.149736341194576],[-73.533439173476,41.14827234092738],[-73.53332017342018,41.14797134087242],[-73.53328317340288,41.147878340855435],[-73.5332461733855,41.147784340838285],[-73.53319617333153,41.14712834071158],[-73.53316217330125,41.14679334064716],[-73.53323817329162,41.146200340528644],[-73.533862173415,41.1448433402426],[-73.53416517343622,41.14351333997241],[-73.53461317353151,41.14265533978978],[-73.53972417470521,41.13437133800047],[-73.54000217479815,41.13442533800189],[-73.54002417480542,41.13442833800174],[-73.54038117492367,41.13447933799997],[-73.54065817501115,41.13444433798401],[-73.54095017510231,41.13438933796361],[-73.54108217514452,41.134382337957895],[-73.54122917519373,41.13441233795891],[-73.54134017523266,41.134465337965636],[-73.5414481752726,41.134553337979305],[-73.54168017536652,41.134882338036036],[-73.54181217542067,41.13508233807083],[-73.54216617557579,41.13578933819752],[-73.54241117567182,41.13608233824679],[-73.54252417571357,41.136173338260875],[-73.54299017587608,41.13638133828622],[-73.54328517597605,41.136462338292354],[-73.54345517603252,41.13648933829203],[-73.5437601761308,41.136485338281204],[-73.54415517625489,41.136424338256255],[-73.54415817625575,41.13642233825576],[-73.54441517633272,41.13631733822675],[-73.5445751763776,41.13619933819839],[-73.54469417640584,41.136022338159826],[-73.54478317642122,41.13579033811151],[-73.54515617651012,41.135242337991976],[-73.54533917655834,41.13505333794897],[-73.54551517660725,41.134915337916176],[-73.54554817661663,41.13489333791077],[-73.54566317664974,41.13482333789328],[-73.54585717670014,41.134610337845224],[-73.54605417675178,41.13440233779802],[-73.54602517672842,41.13415933775141],[-73.54596417667815,41.13362933764971],[-73.54592217665335,41.13343433761295],[-73.54587217662342,41.133195337567805],[-73.5461151766982,41.133130337547094],[-73.54635617677141,41.13305033752349],[-73.54653817682755,41.13300433750849],[-73.54674017688993,41.13295433749205],[-73.54742517711195,41.13296733747203],[-73.54799717728713,41.1328013374207],[-73.54855217745425,41.13259033736113],[-73.54886617754887,41.13247233732769],[-73.54921117765456,41.132372337296744],[-73.5493361776928,41.1323353372854],[-73.54941717771764,41.132312337278215],[-73.5496351777831,41.1322263372542],[-73.54970917780659,41.13221933725041],[-73.54984017784822,41.13220733724373],[-73.54999117789849,41.13223333724384],[-73.55025217798766,41.13231733725168],[-73.55059917810905,41.132479337271945],[-73.55060517811117,41.13248233727234],[-73.55089317821354,41.13264433729456],[-73.5510791782787,41.13273233730563],[-73.55141517839247,41.13282333731239],[-73.5517451784981,41.13280633729819],[-73.55213317862268,41.132793337282855],[-73.55264317878365,41.13272833725333],[-73.55295017888035,41.132685337234804],[-73.5531641789478,41.13265633722206],[-73.55375517913426,41.13257933718753],[-73.55448117936393,41.13249533714715],[-73.55467717942578,41.1324703371358],[-73.55521317959501,41.13240233710484],[-73.55623517991577,41.132240337039455],[-73.55730418025391,41.13211633697994],[-73.55743718029608,41.13210233697282],[-73.5583621805896,41.13201133692453],[-73.55835518057039,41.13171733686722],[-73.55834618053981,41.13123733677358],[-73.55831318050608,41.130837336696416],[-73.5582891804815,41.13054533664005],[-73.55892718068873,41.13056533662292],[-73.55900918071549,41.13057033662121],[-73.55939618084189,41.13059433661315],[-73.55987618099691,41.13059433659733],[-73.55998018102925,41.13057233658961],[-73.56023118110107,41.130412336550016],[-73.56046818116855,41.130254336511285],[-73.56065718122835,41.130233336500936],[-73.56107518136423,41.13024833649009],[-73.56116118139227,41.130252336488034],[-73.56179418159994,41.13030833647814],[-73.56243418181103,41.130384336471906],[-73.56248718182852,41.13039033647133],[-73.5630591820167,41.130450336464214],[-73.56327718208823,41.13046933646075],[-73.56390018229278,41.13052733645157],[-73.5647921825858,41.13061233643878],[-73.56516518270568,41.13060233642452],[-73.56551218281835,41.13061233641505],[-73.56559918284361,41.13056333640259],[-73.56560918284495,41.13053033639581],[-73.56554718280769,41.13023133633935],[-73.5655601827883,41.129822336258854],[-73.56564318280317,41.12961533621562],[-73.56571418282263,41.12955533620154],[-73.56574518282652,41.12944933617977],[-73.56577918282552,41.129241336137945],[-73.56576318279272,41.12876233604472],[-73.56582418280159,41.12857433600593],[-73.56586018280964,41.12851233599261],[-73.56594818282953,41.12836433596075],[-73.56604718285563,41.128262335937514],[-73.56619218289711,41.128169335914535],[-73.5663711829526,41.1281293359008],[-73.56652518300072,41.12810133589026],[-73.56661518302823,41.12807433588201],[-73.56672918305941,41.12797633585907],[-73.5667631830667,41.127912335845416],[-73.56680518307581,41.127835335828955],[-73.5668221830757,41.127738335809426],[-73.56688018308574,41.12758733577795],[-73.56699318311139,41.12739933573744],[-73.5669971831124,41.12739433573633],[-73.56713718315552,41.127358335724665],[-73.56717518316782,41.127358335723414],[-73.56740118324088,41.12735933571615],[-73.56764418331906,41.12735433570716],[-73.56764718332002,41.127354335707054],[-73.5677901833655,41.1273423357],[-73.5678571833855,41.12731333569212],[-73.56789018339123,41.127228335674396],[-73.56792918339836,41.127133335654506],[-73.56803418342437,41.12699633562424],[-73.5680901834383,41.12692433560831],[-73.56834018351351,41.126828335581266],[-73.56844518354518,41.12678933557017],[-73.56872718362848,41.12665433553447],[-73.56903818372489,41.12658433551052],[-73.56909918374453,41.1265833355083],[-73.56936818383141,41.12658333549943],[-73.56971918394466,41.12658133548748],[-73.57030718413486,41.12658633546906],[-73.57046718418404,41.126543335455366],[-73.57074418426514,41.12639833541785],[-73.5710071843408,41.12623733537767],[-73.571150184383,41.12616833535945],[-73.57151018448538,41.1259273353004],[-73.57213518466386,41.125522335200536],[-73.57260518479191,41.12511033510442],[-73.57316318495377,41.12479233502378],[-73.57320318496531,41.12476833501775],[-73.57326918498391,41.124721335006384],[-73.57336018500962,41.12465733499085],[-73.57345118503642,41.12461233497904],[-73.57346418504325,41.124658334987615],[-73.57353618507385,41.124785335010095],[-73.57359818510527,41.12498333504681],[-73.5736451851249,41.12506033506032],[-73.5736871851421,41.125123335071265],[-73.57371418515567,41.12520733508682],[-73.5739511852517,41.12554533514517],[-73.57452018546373,41.126035335222284],[-73.57471418553423,41.126171335242496],[-73.57505718565511,41.12634633526544],[-73.5751501856879,41.126394335271755],[-73.5751511856883,41.12639533527192],[-73.57533618575368,41.126493335285],[-73.57591318595442,41.1267423353147],[-73.57642518612866,41.12689633532796],[-73.57652518616217,41.12691733532877],[-73.57671618622626,41.126959335330675],[-73.57700618632357,41.12702233533345],[-73.5770981863549,41.127050335335895],[-73.57724318640426,41.12709433533971],[-73.57737818644976,41.12712733534172],[-73.57747218648146,41.12715033534313],[-73.57802518666934,41.12731133535639],[-73.5780321866717,41.127313335356554],[-73.57853318684252,41.127469335370556],[-73.57889718697041,41.12764833539357],[-73.57956618721411,41.12812733546526],[-73.57957618721774,41.12813433546627],[-73.5799941873753,41.128525335529],[-73.58058518760276,41.12915933563357],[-73.58078418767737,41.129338335662034],[-73.58107618778686,41.12960133570386],[-73.58139218790569,41.12989233575038],[-73.5821341881768,41.13043733583255],[-73.58286818844566,41.13098833591614],[-73.58347118866551,41.13142333598137],[-73.58374218876436,41.13161933601078],[-73.58438818900031,41.132092336082],[-73.58459818907654,41.13223833610365],[-73.58486718917428,41.13242633613155],[-73.58499818922324,41.13254133614973],[-73.58502518923328,41.13256433615334],[-73.58578718951229,41.13313433623972],[-73.58609018962241,41.13334633627121],[-73.58650418977435,41.13366233631936],[-73.58672218985353,41.13381433634191],[-73.58683418989398,41.13388833635268],[-73.58733519007495,41.13422033640111],[-73.5874761901247,41.13429333641074],[-73.58754619015038,41.1343463364188],[-73.58784719025539,41.13448133643528],[-73.58821019038388,41.13467633646144],[-73.58842619046185,41.13481833648211],[-73.58872319056901,41.135013336510454],[-73.58916919073596,41.13540933657321],[-73.58959719089994,41.13585533664633],[-73.58972019095005,41.13603533667749],[-73.5898741910159,41.13631433672699],[-73.5902211911903,41.13739333692663],[-73.59022819119411,41.137420336931676],[-73.59030619123635,41.137715336986815],[-73.5905511913518,41.13834433710179],[-73.59060719137533,41.13843833711833],[-73.59075319144368,41.13880533718529],[-73.59077119145198,41.13884833719311],[-73.59090419151256,41.139153337248395],[-73.59094519153676,41.1393433372842],[-73.5909411915478,41.139556337326],[-73.59090419155362,41.13986433738747],[-73.59087519156016,41.140139337442214],[-73.59083019157104,41.1405793375298],[-73.59086719160857,41.14102233761523],[-73.59086919161247,41.141078337626126],[-73.59087419161905,41.14116433764277],[-73.59088719162936,41.141270337663094],[-73.59093319166675,41.14166033773787],[-73.59096719168923,41.14185933777566],[-73.5909971917136,41.14211333782436],[-73.59107319176431,41.14256633791047],[-73.59115619181973,41.143061338004536],[-73.59118519183929,41.14323733803801],[-73.59131119191723,41.14388233816001],[-73.59152019204605,41.14494333836065],[-73.59152919209022,41.145657338500015],[-73.59146319210993,41.146367338641056],[-73.59138719213354,41.14720033880649],[-73.59126119215671,41.14830533902678],[-73.59123219216208,41.148560339077605],[-73.59120519216896,41.1488303391313],[-73.59116619216995,41.149065339178556],[-73.59120819219699,41.149298339222746],[-73.59123619222504,41.149627339286155],[-73.5913131922609,41.149817339320784],[-73.59141019230616,41.150058339364705],[-73.59157019237414,41.15034033941457],[-73.59173819244437,41.15061633946299],[-73.59205419256827,41.150994339526484],[-73.59229819266524,41.151308339579835],[-73.59236619269231,41.15139633959479],[-73.59305119295581,41.15212733971513],[-73.5934781931222,41.15261933979725],[-73.59362119317788,41.15278333982459],[-73.59432419344999,41.1535623399537],[-73.59469419359182,41.15394834001697],[-73.59479819363217,41.15406534003642],[-73.59521119379228,41.15452734011312],[-73.59523319380085,41.15455234011727],[-73.59542219387376,41.154757340151114],[-73.59564719396054,41.1550013401914],[-73.59593819407854,41.15541634026293],[-73.59607319413324,41.15560834029602],[-73.59608819414059,41.15565134030393],[-73.59615019416871,41.15579134032926],[-73.59626219421952,41.15604434037504],[-73.5962911942393,41.156224340409274],[-73.59629919424476,41.156274340418776],[-73.59629919425072,41.15637734043892],[-73.59629919425576,41.156464340455926],[-73.59630019425822,41.15650134046313],[-73.59627519426316,41.15672634050795],[-73.59626619426535,41.156814340525465],[-73.59625819427549,41.15703434056873],[-73.59623419430592,41.15769434069859],[-73.59622619431605,41.15791434074187],[-73.59621119432123,41.1580873407762],[-73.59618719433124,41.15839434083701],[-73.5961661943367,41.15860634087915],[-73.59615019434155,41.15877934091351],[-73.59629519441285,41.15920234099143],[-73.59630919441956,41.15924034099839],[-73.59647519449234,41.15957134105763],[-73.59667019458037,41.160004341135846],[-73.59689719467661,41.160400341205765],[-73.59695819470251,41.16050734122469],[-73.59709619476206,41.16076634127075],[-73.59711119476853,41.16079434127574],[-73.59709919476472,41.16079534127631],[-73.59708919476257,41.160814341280386],[-73.59702319474479,41.16087534129447],[-73.5970021947392,41.160896341299285],[-73.5959671944293,41.16131834141598],[-73.59286319349997,41.16258634176645],[-73.59182919319048,41.163010341883506],[-73.59069419285352,41.1635233420213],[-73.58932219244622,41.16414434218804],[-73.58841119217564,41.164554342298295],[-73.58728819184225,41.1650623424347],[-73.58615419150563,41.16557634257264],[-73.58608719148573,41.165606342580716],[-73.58602019146586,41.165637342588994],[-73.58588019142428,41.16570034260594],[-73.58581319140438,41.16573034261401],[-73.58561319134503,41.16582134263841],[-73.5852421912349,41.16598934268352],[-73.58475119108905,41.16621034274293],[-73.5847121910775,41.16622834274774],[-73.58455019102945,41.16630234276756],[-73.58421019092852,41.16645634280891],[-73.58054318983979,41.168115343254335],[-73.57914118942358,41.16875034342476],[-73.57905718939858,41.168787343434786],[-73.5788051893237,41.1689003434652],[-73.57880018932227,41.16890334346595],[-73.57872218929909,41.168938343475354],[-73.57736018889514,41.169562343642326],[-73.57327718768427,41.17143434414309],[-73.57191618728069,41.172059344310206],[-73.57087618697227,41.17253634443778],[-73.57076518693928,41.17258634445122],[-73.5673131859155,41.17416934487462],[-73.56616318557451,41.17469834501598],[-73.56588118548976,41.17480834504681],[-73.56503618523593,41.17514034513958],[-73.56494318520804,41.1751773451499],[-73.56476018515386,41.17526334517274],[-73.5644791850706,41.17539334520743],[-73.56363718482122,41.175785345311844],[-73.56335718473836,41.17591734534688],[-73.56239518445344,41.1763653454662],[-73.55950918359879,41.177712345824766],[-73.55854818331423,41.17816134594423],[-73.55837118326178,41.17824334596611],[-73.55784218310511,41.17849034603184],[-73.55766618305304,41.17857334605387],[-73.55610818259164,41.179300346247366],[-73.55602818256794,41.179337346257235],[-73.55595518254631,41.179371346266294],[-73.55548918240828,41.179588346324095],[-73.55537518237456,41.17964234633841],[-73.55526018234046,41.179695346352574],[-73.5551601823109,41.17974234636505],[-73.55506018228128,41.17978934637754],[-73.55487518222641,41.17987434640026],[-73.55478418219948,41.17991734641168]]]},"properties":{"name":203,"geoid":"09001020300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.5332461733855,41.147784340838285],[-73.53319317336032,41.14764434081264],[-73.53314117333545,41.14750434078695],[-73.53241917299115,41.145578340433936],[-73.53176117267732,41.14382134011185],[-73.53010617188836,41.13940833930287],[-73.52993917180872,41.13896233922109],[-73.52911317141486,41.1367573388168],[-73.52891617132093,41.136231338720364],[-73.52832717103986,41.13465533843132],[-73.52813117094631,41.134130338335034],[-73.5281021709325,41.134053338320925],[-73.52801517089111,41.133822338278584],[-73.52798717087762,41.13374533826443],[-73.52741517060485,41.13221733798421],[-73.52570216978769,41.12763533714377],[-73.52513116951533,41.12610833686366],[-73.52460416926206,41.12466533659854],[-73.52302616850335,41.12033833580337],[-73.5225011682508,41.118896335538324],[-73.52365916862313,41.11886633549436],[-73.52457716891833,41.11884333545965],[-73.52616516942828,41.118791335397226],[-73.52690416966635,41.11878033537075],[-73.5271331697397,41.11876933536107],[-73.5276231698967,41.11874733534063],[-73.52807717003927,41.1186763353118],[-73.52828317010355,41.118637335297386],[-73.52843417015066,41.11860833528675],[-73.52857717019468,41.11857033527459],[-73.52899817032433,41.118460335239206],[-73.52945017046262,41.118326335198084],[-73.52970117053944,41.11825233517534],[-73.5297391705509,41.11823833517135],[-73.53081517087571,41.117843335058616],[-73.53226717131416,41.117312334906856],[-73.53403717184732,41.11664233471743],[-73.5347901720742,41.11635833463705],[-73.53511217217158,41.11624333460393],[-73.53541917226468,41.11613833457326],[-73.53578717237549,41.11599833453374],[-73.5368431726958,41.115637334428314],[-73.5380941730753,41.11521033430353],[-73.53938217346301,41.11471933416499],[-73.54114217399601,41.114103333986435],[-73.54201917425975,41.11376433389121],[-73.54292617453255,41.11341433379281],[-73.54372217477047,41.1130813337014],[-73.54374217477643,41.11307233369899],[-73.54380317479462,41.11304633369187],[-73.54382417480096,41.11303833368962],[-73.54434717495828,41.112837333633045],[-73.54538517527067,41.11244033352115],[-73.5459151754294,41.11222433346139],[-73.54643517558526,41.11201433340316],[-73.54668417566029,41.11192033337655],[-73.54739417587444,41.11165733330168],[-73.54743417588644,41.111641333297236],[-73.54768317596128,41.11154433327003],[-73.54817717610919,41.11134233321422],[-73.5496601765533,41.11073733304692],[-73.54974817657971,41.11070233303716],[-73.55015017669923,41.11052333298889],[-73.55037117676625,41.11044733296672],[-73.55062817684423,41.110360332941234],[-73.55103117696558,41.11020733289801],[-73.55125017703153,41.11012433287454],[-73.55177817718928,41.109902332813675],[-73.55212017729119,41.109754332773434],[-73.55240817737715,41.10963133273986],[-73.55400017785418,41.108987332561334],[-73.55475117807967,41.10869133247865],[-73.55553217831428,41.108385332393],[-73.5555601783227,41.10837433238992],[-73.55563217834438,41.10834733238226],[-73.55570017836484,41.10832133237493],[-73.55639917857532,41.108056332300016],[-73.55656617862564,41.10799333228218],[-73.55712417879322,41.10777433222092],[-73.55760717893612,41.107547332160564],[-73.55813817909356,41.10730333209529],[-73.55862217923347,41.10701833202354],[-73.5586261792345,41.10701433202262],[-73.55903217935025,41.10674733195697],[-73.55931517943134,41.10656833191259],[-73.55945217946972,41.10646633188811],[-73.56056717979268,41.10582233172527],[-73.5609251798964,41.10561533167294],[-73.5622871802981,41.104953331498436],[-73.56274618042795,41.10463433142085],[-73.56323118056753,41.104338331346916],[-73.56353118065968,41.104256331320975],[-73.56353618066113,41.104253331320216],[-73.56392818077728,41.10407233127185],[-73.56439718091568,41.10384533121195],[-73.56468418100046,41.103708331175675],[-73.5648341810445,41.10363233115584],[-73.56502718110133,41.103536331130684],[-73.56528418117641,41.10339933109538],[-73.56543318121999,41.103320331075025],[-73.56568118129304,41.103198331042954],[-73.56600218138864,41.10305833100495],[-73.56604918140687,41.103111331013785],[-73.56610918143113,41.10319633102846],[-73.56622018147588,41.103351331055144],[-73.56628518150103,41.103423331067106],[-73.56644818156559,41.10363033110228],[-73.56653918160258,41.10376233112513],[-73.56660018163075,41.103909331151904],[-73.5667101816759,41.10407633118097],[-73.56689918175073,41.104316331221746],[-73.56713918184545,41.1046153312724],[-73.56735518193173,41.10490233132147],[-73.56805718221229,41.10583733148142],[-73.56868018246286,41.10669433162869],[-73.56911818263895,41.10729633173214],[-73.5692961827135,41.107592331784225],[-73.56941818276395,41.107784331817804],[-73.56948218279044,41.10788533183546],[-73.56990618296746,41.10858133195776],[-73.57021618310904,41.10930133208852],[-73.57028718314143,41.10946533211829],[-73.57042618320764,41.10983533218616],[-73.5706301833048,41.11037833228575],[-73.57074718335849,41.11065433233592],[-73.57082418340254,41.11098733239858],[-73.57085118342266,41.11118533243645],[-73.57086618344128,41.11142433248276],[-73.57087418345026,41.11153533250422],[-73.57088118347598,41.11194233258367],[-73.57085718348903,41.112303332655145],[-73.57085918350546,41.11257733270872],[-73.57090018353185,41.112805332752],[-73.57095318357317,41.11322533283248],[-73.57106718362775,41.11353333288901],[-73.57145118380892,41.11452533307057],[-73.57168418391154,41.11500033315587],[-73.57180118396133,41.11520833319273],[-73.57189018400153,41.11540733322875],[-73.57202518406501,41.11575233329184],[-73.57209218410608,41.11608933335561],[-73.57210018411332,41.11617033337118],[-73.5721251841346,41.1163993334152],[-73.57212118414968,41.11668333347094],[-73.57214618418854,41.11721733357462],[-73.57215518422679,41.11783033369432],[-73.57215418424953,41.118230333772665],[-73.57214618425242,41.11832533379152],[-73.57210818426793,41.11880733388712],[-73.57208918429362,41.119359333995796],[-73.57213418433122,41.11975933407261],[-73.5721451843376,41.119808334081846],[-73.5722591844023,41.12029233417282],[-73.57243118448784,41.120812334268926],[-73.57250918452982,41.12110333432331],[-73.5725821845691,41.12137533437414],[-73.57262318459374,41.12157333441155],[-73.57282318469622,41.12223033453355],[-73.57294718475725,41.122594334600706],[-73.57303618480664,41.12295233466784],[-73.57311618485585,41.12335733474446],[-73.57317318488613,41.1235633347829],[-73.57324318492333,41.12381633483011],[-73.57326018493232,41.12387733484149],[-73.57339318500453,41.12438433493633],[-73.57342018501797,41.12446633495149],[-73.57345118503642,41.12461233497904],[-73.57336018500962,41.12465733499085],[-73.57326918498391,41.124721335006384],[-73.57320318496531,41.12476833501775],[-73.57316318495377,41.12479233502378],[-73.57260518479191,41.12511033510442],[-73.57213518466386,41.125522335200536],[-73.57151018448538,41.1259273353004],[-73.571150184383,41.12616833535945],[-73.5710071843408,41.12623733537767],[-73.57074418426514,41.12639833541785],[-73.57046718418404,41.126543335455366],[-73.57030718413486,41.12658633546906],[-73.56971918394466,41.12658133548748],[-73.56936818383141,41.12658333549943],[-73.56909918374453,41.1265833355083],[-73.56903818372489,41.12658433551052],[-73.56872718362848,41.12665433553447],[-73.56844518354518,41.12678933557017],[-73.56834018351351,41.126828335581266],[-73.5680901834383,41.12692433560831],[-73.56803418342437,41.12699633562424],[-73.56792918339836,41.127133335654506],[-73.56789018339123,41.127228335674396],[-73.5678571833855,41.12731333569212],[-73.5677901833655,41.1273423357],[-73.56764718332002,41.127354335707054],[-73.56764418331906,41.12735433570716],[-73.56740118324088,41.12735933571615],[-73.56717518316782,41.127358335723414],[-73.56713718315552,41.127358335724665],[-73.5669971831124,41.12739433573633],[-73.56699318311139,41.12739933573744],[-73.56688018308574,41.12758733577795],[-73.5668221830757,41.127738335809426],[-73.56680518307581,41.127835335828955],[-73.5667631830667,41.127912335845416],[-73.56672918305941,41.12797633585907],[-73.56661518302823,41.12807433588201],[-73.56652518300072,41.12810133589026],[-73.5663711829526,41.1281293359008],[-73.56619218289711,41.128169335914535],[-73.56604718285563,41.128262335937514],[-73.56594818282953,41.12836433596075],[-73.56586018280964,41.12851233599261],[-73.56582418280159,41.12857433600593],[-73.56576318279272,41.12876233604472],[-73.56577918282552,41.129241336137945],[-73.56574518282652,41.12944933617977],[-73.56571418282263,41.12955533620154],[-73.56564318280317,41.12961533621562],[-73.5655601827883,41.129822336258854],[-73.56554718280769,41.13023133633935],[-73.56560918284495,41.13053033639581],[-73.56559918284361,41.13056333640259],[-73.56551218281835,41.13061233641505],[-73.56516518270568,41.13060233642452],[-73.5647921825858,41.13061233643878],[-73.56390018229278,41.13052733645157],[-73.56327718208823,41.13046933646075],[-73.5630591820167,41.130450336464214],[-73.56248718182852,41.13039033647133],[-73.56243418181103,41.130384336471906],[-73.56179418159994,41.13030833647814],[-73.56116118139227,41.130252336488034],[-73.56107518136423,41.13024833649009],[-73.56065718122835,41.130233336500936],[-73.56046818116855,41.130254336511285],[-73.56023118110107,41.130412336550016],[-73.55998018102925,41.13057233658961],[-73.55987618099691,41.13059433659733],[-73.55939618084189,41.13059433661315],[-73.55900918071549,41.13057033662121],[-73.55892718068873,41.13056533662292],[-73.5582891804815,41.13054533664005],[-73.55831318050608,41.130837336696416],[-73.55834618053981,41.13123733677358],[-73.55835518057039,41.13171733686722],[-73.5583621805896,41.13201133692453],[-73.55743718029608,41.13210233697282],[-73.55730418025391,41.13211633697994],[-73.55623517991577,41.132240337039455],[-73.55521317959501,41.13240233710484],[-73.55467717942578,41.1324703371358],[-73.55448117936393,41.13249533714715],[-73.55375517913426,41.13257933718753],[-73.5531641789478,41.13265633722206],[-73.55295017888035,41.132685337234804],[-73.55264317878365,41.13272833725333],[-73.55213317862268,41.132793337282855],[-73.5517451784981,41.13280633729819],[-73.55141517839247,41.13282333731239],[-73.5510791782787,41.13273233730563],[-73.55089317821354,41.13264433729456],[-73.55060517811117,41.13248233727234],[-73.55059917810905,41.132479337271945],[-73.55025217798766,41.13231733725168],[-73.54999117789849,41.13223333724384],[-73.54984017784822,41.13220733724373],[-73.54970917780659,41.13221933725041],[-73.5496351777831,41.1322263372542],[-73.54941717771764,41.132312337278215],[-73.5493361776928,41.1323353372854],[-73.54921117765456,41.132372337296744],[-73.54886617754887,41.13247233732769],[-73.54855217745425,41.13259033736113],[-73.54799717728713,41.1328013374207],[-73.54742517711195,41.13296733747203],[-73.54674017688993,41.13295433749205],[-73.54653817682755,41.13300433750849],[-73.54635617677141,41.13305033752349],[-73.5461151766982,41.133130337547094],[-73.54587217662342,41.133195337567805],[-73.54592217665335,41.13343433761295],[-73.54596417667815,41.13362933764971],[-73.54602517672842,41.13415933775141],[-73.54605417675178,41.13440233779802],[-73.54585717670014,41.134610337845224],[-73.54566317664974,41.13482333789328],[-73.54554817661663,41.13489333791077],[-73.54551517660725,41.134915337916176],[-73.54533917655834,41.13505333794897],[-73.54515617651012,41.135242337991976],[-73.54478317642122,41.13579033811151],[-73.54469417640584,41.136022338159826],[-73.5445751763776,41.13619933819839],[-73.54441517633272,41.13631733822675],[-73.54415817625575,41.13642233825576],[-73.54415517625489,41.136424338256255],[-73.5437601761308,41.136485338281204],[-73.54345517603252,41.13648933829203],[-73.54328517597605,41.136462338292354],[-73.54299017587608,41.13638133828622],[-73.54252417571357,41.136173338260875],[-73.54241117567182,41.13608233824679],[-73.54216617557579,41.13578933819752],[-73.54181217542067,41.13508233807083],[-73.54168017536652,41.134882338036036],[-73.5414481752726,41.134553337979305],[-73.54134017523266,41.134465337965636],[-73.54122917519373,41.13441233795891],[-73.54108217514452,41.134382337957895],[-73.54095017510231,41.13438933796361],[-73.54065817501115,41.13444433798401],[-73.54038117492367,41.13447933799997],[-73.54002417480542,41.13442833800174],[-73.54000217479815,41.13442533800189],[-73.53972417470521,41.13437133800047],[-73.53461317353151,41.14265533978978],[-73.53416517343622,41.14351333997241],[-73.533862173415,41.1448433402426],[-73.53323817329162,41.146200340528644],[-73.53316217330125,41.14679334064716],[-73.53319617333153,41.14712834071158],[-73.5332461733855,41.147784340838285]]]},"properties":{"name":204,"geoid":"09001020400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.59647619078756,41.09540832850216],[-73.59701319100262,41.096131328626036],[-73.59862619164853,41.09830232899797],[-73.59916419186398,41.09902632912199],[-73.59905619183169,41.09907132913438],[-73.59779719145256,41.09954532926872],[-73.59776019144135,41.0995583292725],[-73.596704191123,41.099950329384086],[-73.59564119080407,41.1003713295016],[-73.59509619063888,41.1005583295562],[-73.59456019047511,41.100719329605404],[-73.59427119038445,41.100765329623954],[-73.59398819029569,41.100810329642094],[-73.5934691901303,41.10084832966665],[-73.59309519001121,41.100877329684664],[-73.59277218990744,41.10088632969709],[-73.59250218982002,41.1008823297052],[-73.59219618972129,41.10088332971549],[-73.59197018964744,41.100868329720015],[-73.59165218954386,41.10085232972737],[-73.59132818943722,41.10081732973121],[-73.59038918912835,41.10071832974279],[-73.58940618880709,41.1006513297621],[-73.58884418862343,41.10061332977319],[-73.58876518859765,41.100608329774815],[-73.58870018857635,41.10060332977598],[-73.58856318853162,41.10059432977874],[-73.58817618840546,41.10057332978738],[-73.58676018794404,41.10050032981978],[-73.58641118783066,41.10048832982894],[-73.58582318763976,41.1004703298448],[-73.58542818751154,41.10045832985549],[-73.58509518740402,41.10045832986647],[-73.58439318717753,41.1004613298902],[-73.58377918697892,41.100455329909266],[-73.58305518674774,41.10050032994195],[-73.58291518670293,41.10050732994795],[-73.58231718651169,41.10053932997392],[-73.58218918647107,41.1005513299805],[-73.58203418642101,41.100551329985606],[-73.58121118615927,41.10062033002626],[-73.58012918581525,41.10071333008014],[-73.57849118529411,41.100848330160574],[-73.57828018522673,41.10086133017008],[-73.57777818506655,41.1008943301931],[-73.5773031849152,41.1009293302156],[-73.57689618478548,41.100959330234886],[-73.5766631847106,41.10096533024374],[-73.57627518458672,41.100989330261235],[-73.5761241845384,41.10099733026778],[-73.57477718410887,41.10109133033058],[-73.57339518366861,41.10119533039651],[-73.57178718315606,41.10131133047221],[-73.57007518260876,41.10140733054743],[-73.56979018251853,41.10143833056289],[-73.56954518244218,41.101486330580364],[-73.56916218232351,41.10157333061002],[-73.56882018221907,41.10167733064167],[-73.56849118211953,41.10179333067522],[-73.56803418198369,41.10199733073023],[-73.56740718179867,41.102300330810216],[-73.56677918161564,41.10264333089808],[-73.56661718156845,41.102732330920844],[-73.56646718152363,41.10279533093814],[-73.56624718145974,41.10291933096966],[-73.56612718142433,41.102977330984984],[-73.56600218138864,41.10305833100495],[-73.56591618135147,41.10289533097586],[-73.56586318133085,41.10283433096566],[-73.56580618130765,41.10275133095129],[-73.565734181279,41.102657330935266],[-73.56564218124342,41.10255533091832],[-73.56553718120192,41.10242333089593],[-73.56545618117235,41.10236433088705],[-73.5652771811061,41.10221733086416],[-73.56538318113871,41.102189330855175],[-73.56533118111564,41.10208033083555],[-73.56526418108858,41.101986330819344],[-73.56523218107262,41.10188833080121],[-73.56511218102187,41.10168033076444],[-73.56501518097726,41.10144933072239],[-73.56499018096264,41.101335330700884],[-73.56494818093785,41.10114033066407],[-73.56491018091964,41.101037330645156],[-73.56490318091525,41.10100033063814],[-73.56488418090261,41.10088733061663],[-73.56485818088005,41.10064133056931],[-73.56482118084709,41.10027633049906],[-73.56475118080347,41.099911330429876],[-73.56470518077467,41.099669330383996],[-73.56462518072829,41.099312330316714],[-73.56462418072734,41.09930133031461],[-73.56459318069032,41.09883233022377],[-73.56449618063291,41.09837933013824],[-73.56446918061303,41.09818533010114],[-73.56441818057515,41.097813330029965],[-73.5643191805154,41.097330329938615],[-73.56429218049907,41.097198329913645],[-73.56428818049662,41.09717832990987],[-73.56409718040368,41.09663532980981],[-73.5640121803668,41.0964713297805],[-73.56383618029058,41.096134329720286],[-73.5637451802521,41.09597632969234],[-73.56361118019531,41.09574132965072],[-73.56346918013966,41.095571329622096],[-73.56321718002981,41.095076329533434],[-73.562988179934,41.094696329466565],[-73.56283217986669,41.09440232941412],[-73.56271417981772,41.09421332938097],[-73.56254117974592,41.09393632933242],[-73.56240417968402,41.0936293292768],[-73.56233817965418,41.093481329249975],[-73.56207417954246,41.09302132916858],[-73.56181517943351,41.09258132909092],[-73.56143717927735,41.0919883289872],[-73.56107317912385,41.091363328876774],[-73.56046317886802,41.09034032869644],[-73.5603841788332,41.09017832866732],[-73.56033917881332,41.090085328650595],[-73.5601141787168,41.0896703285767],[-73.55965617851919,41.08880632842252],[-73.55946717844093,41.08850632836998],[-73.55939317841221,41.08842232835596],[-73.55933617838942,41.088346328342936],[-73.55926917836197,41.088245328325364],[-73.55900317825721,41.08791732826986],[-73.55829517798433,41.08714732814232],[-73.55770117776112,41.086601328054925],[-73.55674917739876,41.085645327898966],[-73.55662417735174,41.085529327880344],[-73.55661917735002,41.085527327880115],[-73.5566251773497,41.08548832787228],[-73.5560421770955,41.08434132766675],[-73.55599317707504,41.08426032765249],[-73.5557411769694,41.0838383275781],[-73.55566317693955,41.0837573275648],[-73.55549917686768,41.08342832750573],[-73.5554911768402,41.08299532742116],[-73.55559617685122,41.08259732733973],[-73.55649317712192,41.08226832724573],[-73.55655117712577,41.08200932719308],[-73.55637317705174,41.081721327142496],[-73.5561721769694,41.08141832708976],[-73.55607417692931,41.08127132706417],[-73.5561401769166,41.08067932694599],[-73.55616617691912,41.08057732692516],[-73.556539176958,41.079158326634825],[-73.55689717703551,41.07849632649333],[-73.55687317700415,41.07808532641358],[-73.55686817699666,41.077983326393756],[-73.55662217689446,41.07758732632425],[-73.55656517686222,41.0773463262789],[-73.55656717685942,41.077286326267085],[-73.55631917674698,41.07672332616491],[-73.55620217669389,41.07645632611644],[-73.5557231765247,41.07620332608263],[-73.55573417651541,41.07598032603856],[-73.55581417645384,41.07445932573785],[-73.55627217655491,41.073645325563255],[-73.55671117664188,41.072692325362034],[-73.5566811765717,41.07163932515664],[-73.55691317662418,41.07124932507258],[-73.55702417664934,41.071063325032476],[-73.55685117653977,41.07012832485489],[-73.55697617655206,41.06964032475514],[-73.55701417655578,41.069491324724694],[-73.55700817655023,41.06942832471254],[-73.55697217651498,41.06901732463317],[-73.55697517650233,41.06878032458661],[-73.55697917649123,41.06856432454416],[-73.55698117648308,41.068411324514095],[-73.55709117649911,41.06807232444404],[-73.55748117655608,41.066872324195984],[-73.55755017656352,41.066614324143146],[-73.55764917657447,41.06624832406814],[-73.55763617656285,41.06611932404329],[-73.5577111765869,41.06611632404024],[-73.55771817658915,41.06611632404],[-73.55777117660638,41.06611832403864],[-73.55812817672255,41.06613432403003],[-73.55817617673787,41.06613132402787],[-73.55831117678099,41.066123324021866],[-73.55838617679609,41.065964323988226],[-73.55844817680874,41.06583632396109],[-73.55853917682825,41.06566432392437],[-73.55858017683458,41.06554432389951],[-73.55858917683393,41.06548232388706],[-73.55861817683333,41.06530932385219],[-73.55860617681908,41.06512832381712],[-73.55858217678899,41.06473932374165],[-73.55852217676163,41.06460032371639],[-73.55845117672924,41.064435323686375],[-73.55843217671925,41.064368323673875],[-73.55841017670744,41.064286323658514],[-73.55839917669688,41.06416432363496],[-73.55839317669103,41.06409632362183],[-73.55839417666321,41.06360632352575],[-73.55847717666599,41.06318832344106],[-73.5584961766692,41.063137323430446],[-73.558538176676,41.063019323405925],[-73.55879917671963,41.062312323258745],[-73.55891117671892,41.06167032312921],[-73.55896517671528,41.0613033230555],[-73.55912117673904,41.06084032295958],[-73.55959317683943,41.05993532276665],[-73.55967617685715,41.05977732273293],[-73.559885176892,41.059209322614706],[-73.55990017689166,41.059119322596565],[-73.55991917688523,41.058900322553],[-73.56004717692828,41.05893032255467],[-73.56007217693669,41.05893632255503],[-73.56014717696114,41.05894032255334],[-73.56043717705744,41.058987322553016],[-73.56056817710098,41.059009322553024],[-73.56108317727384,41.0591243225586],[-73.56126917733631,41.05916632256072],[-73.5617341774903,41.05923432255876],[-73.56226617766205,41.05923432254125],[-73.56265917778984,41.05925032253147],[-73.56318817796186,41.05927232251838],[-73.56394017820674,41.05930932250087],[-73.56435917834321,41.0593303224912],[-73.56538417867822,41.059402322471584],[-73.56616817893416,41.059452322455584],[-73.56619417894255,41.05945232245473],[-73.56694717918701,41.05947632243466],[-73.56719817926853,41.05948532242815],[-73.56738117932808,41.0594933224237],[-73.56780417946467,41.059494322409975],[-73.56795417951294,41.05949132240445],[-73.56820617959404,41.05948732239537],[-73.5682191795982,41.05948632239474],[-73.56825817961055,41.05948232239268],[-73.56827217961506,41.05948232239223],[-73.5682861796219,41.0595223223996],[-73.56832917964265,41.0596423224217],[-73.56834417964986,41.05968332242925],[-73.56920017998915,41.06077932261593],[-73.57176918100751,41.06406932317628],[-73.5726261813472,41.06516632336307],[-73.57339918165447,41.06617032353441],[-73.57571818257641,41.069185324048966],[-73.57649118288373,41.07019032422046],[-73.57666518295474,41.0704483242653],[-73.57718818316815,41.07122332439996],[-73.57736318323953,41.07148232444496],[-73.5774131832574,41.07151232444919],[-73.5774751832796,41.071550324454584],[-73.5775441833043,41.071592324460546],[-73.57756318331106,41.071603324462075],[-73.57761418332932,41.07163432446646],[-73.5776551833459,41.07169232447648],[-73.57769518336212,41.07175032448653],[-73.57788118343747,41.072016324532534],[-73.57868518376294,41.07316232473062],[-73.57895418387176,41.073544324796615],[-73.57917518395983,41.073835324846364],[-73.57983818422414,41.07470932499579],[-73.58003918430428,41.07497432504109],[-73.58006318431342,41.07499832504501],[-73.58013518434092,41.07507232505714],[-73.58329318559342,41.07912132574645],[-73.58757218729058,41.08460632668002],[-73.5924491892116,41.09062232769762],[-73.59309018946408,41.09141232783122],[-73.59340318958738,41.09179832789651],[-73.59527619032521,41.09410832828716],[-73.59647619078756,41.09540832850216]]]},"properties":{"name":205,"geoid":"09001020500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.54906817481103,41.083773327784996],[-73.5490741747967,41.083490327729336],[-73.54908117479248,41.08337732770696],[-73.54910317478245,41.08307932764785],[-73.54909817476911,41.082875327608065],[-73.5491361747713,41.08270032757251],[-73.54915417477085,41.08259132755055],[-73.54923117477807,41.082284327487876],[-73.54925817477702,41.082114327453674],[-73.54934217479052,41.08187732740446],[-73.54952317481747,41.08132932729114],[-73.54982217486227,41.08042932710494],[-73.54989817487328,41.0801933270562],[-73.54996317487931,41.079933327003104],[-73.54998517487618,41.0797553269675],[-73.54999117487311,41.07966832695026],[-73.55000117486956,41.0795503269268],[-73.55000417486276,41.07941532690026],[-73.54999017484901,41.079254326869176],[-73.54997417483465,41.07909432683834],[-73.54996717482157,41.07890632680172],[-73.54996217481158,41.07876032677329],[-73.54996817479973,41.07852032672606],[-73.54996517478888,41.07834832669245],[-73.54996417478831,41.07834432669169],[-73.54995417477434,41.07815732665537],[-73.5499541747671,41.07803132663069],[-73.54995517476024,41.07790632660616],[-73.5499211747349,41.07765632655828],[-73.5499051747226,41.07753232653452],[-73.54989817471701,41.07747432652339],[-73.5498891747095,41.077394326508],[-73.54986617469685,41.07730332649093],[-73.54985317468945,41.07724732648038],[-73.54981017466791,41.07711432645573],[-73.54980417466483,41.07709432645201],[-73.54964617459295,41.07673132638608],[-73.54959117456791,41.07660432636298],[-73.5495841745608,41.07652032634676],[-73.54950417452177,41.07629032630432],[-73.54946217450222,41.076186326285324],[-73.5492711744131,41.07570832619792],[-73.5491211743321,41.07514132609174],[-73.54904517429583,41.07493732605426],[-73.54896917425953,41.07473232601659],[-73.54889817422463,41.07452432597816],[-73.54887517420406,41.074295325934045],[-73.54885917419527,41.07423232592221],[-73.54884517418748,41.074175325911504],[-73.54885717417216,41.07384132584565],[-73.54887917417278,41.073728325822785],[-73.54893717417019,41.07335732574818],[-73.5489841741687,41.07306732568978],[-73.54902617416649,41.0727923256345],[-73.54909817416359,41.07233732554296],[-73.54916617416457,41.07197232546918],[-73.54921817416574,41.071700325414156],[-73.54941517423394,41.07178032542335],[-73.54946517425248,41.07182232542995],[-73.54958417429677,41.07192432544603],[-73.54965617432524,41.072015325461486],[-73.5497711743692,41.07213432548103],[-73.54985317440166,41.07223832549872],[-73.55000517446072,41.072412325527814],[-73.55002217446793,41.07244232553313],[-73.5501611745267,41.072684325576],[-73.55038217461374,41.07295732562223],[-73.55060117470461,41.07330832568382],[-73.55067617473624,41.07343732570663],[-73.55071917475503,41.07352232572187],[-73.5508811748257,41.07384232577926],[-73.55107217490172,41.07409232582197],[-73.55112717492362,41.07416432583427],[-73.55142317504436,41.07460232591037],[-73.55172717517245,41.075123326002476],[-73.55207817531893,41.07570032610399],[-73.55225917539352,41.07598132615312],[-73.55234317542605,41.07607532616877],[-73.55240117544845,41.076139326179394],[-73.55253317549824,41.076264326199556],[-73.55268517556236,41.0765263262459],[-73.552897175653,41.07691232631456],[-73.55302317570374,41.0770873263447],[-73.55308617572909,41.07717432635968],[-73.55328117582101,41.07767832645203],[-73.55336017585813,41.07788032648902],[-73.55340417588192,41.0780473265203],[-73.55348817592692,41.07835832657849],[-73.55353517595309,41.078549326614365],[-73.55357817597661,41.078717326645865],[-73.55362117599866,41.07885932667229],[-73.55364717601965,41.07907832671433],[-73.55369517605756,41.07946832678917],[-73.55381017613533,41.080175326923936],[-73.55387017617568,41.08054032699347],[-73.55388217619426,41.080796327043245],[-73.55388317619489,41.08080132704419],[-73.55397317624998,41.08125432712999],[-73.55401417628046,41.081554327187426],[-73.55404817630564,41.081801327234714],[-73.55408917633032,41.082000327272354],[-73.55416517637615,41.08237032734233],[-73.55421917640636,41.08259332738427],[-73.55428817643941,41.082780327418625],[-73.5543991764848,41.0829463274475],[-73.55451817653345,41.08312432747846],[-73.55466017659064,41.08332132751238],[-73.55475217662655,41.08342932753053],[-73.55488317667758,41.083581327556],[-73.55510017676237,41.083837327599014],[-73.55529817684021,41.084079327639905],[-73.55536817686769,41.08416432765427],[-73.5557791770313,41.08470132774594],[-73.55602217712665,41.08499532779554],[-73.55615117717412,41.08509632781109],[-73.55626617721722,41.085200327827664],[-73.5563701772557,41.0852853278409],[-73.5565261773149,41.08543932786594],[-73.55657117733197,41.085483327873064],[-73.55661917735002,41.085527327880115],[-73.55662417735174,41.085529327880344],[-73.55674917739876,41.085645327898966],[-73.55770117776112,41.086601328054925],[-73.55829517798433,41.08714732814232],[-73.55900317825721,41.08791732826986],[-73.55926917836197,41.088245328325364],[-73.55933617838942,41.088346328342936],[-73.55939317841221,41.08842232835596],[-73.55946717844093,41.08850632836998],[-73.55965617851919,41.08880632842252],[-73.5601141787168,41.0896703285767],[-73.56033917881332,41.090085328650595],[-73.5603841788332,41.09017832866732],[-73.56046317886802,41.09034032869644],[-73.56107317912385,41.091363328876774],[-73.56143717927735,41.0919883289872],[-73.56181517943351,41.09258132909092],[-73.56207417954246,41.09302132916858],[-73.56233817965418,41.093481329249975],[-73.56240417968402,41.0936293292768],[-73.56254117974592,41.09393632933242],[-73.56271417981772,41.09421332938097],[-73.56283217986669,41.09440232941412],[-73.562988179934,41.094696329466565],[-73.56321718002981,41.095076329533434],[-73.56346918013966,41.095571329622096],[-73.56361118019531,41.09574132965072],[-73.5637451802521,41.09597632969234],[-73.56383618029058,41.096134329720286],[-73.5640121803668,41.0964713297805],[-73.56409718040368,41.09663532980981],[-73.56428818049662,41.09717832990987],[-73.56429218049907,41.097198329913645],[-73.5643191805154,41.097330329938615],[-73.56441818057515,41.097813330029965],[-73.56446918061303,41.09818533010114],[-73.56449618063291,41.09837933013824],[-73.56459318069032,41.09883233022377],[-73.56462418072734,41.09930133031461],[-73.56462518072829,41.099312330316714],[-73.56470518077467,41.099669330383996],[-73.56475118080347,41.099911330429876],[-73.56482118084709,41.10027633049906],[-73.56485818088005,41.10064133056931],[-73.56488418090261,41.10088733061663],[-73.56490318091525,41.10100033063814],[-73.56491018091964,41.101037330645156],[-73.56494818093785,41.10114033066407],[-73.56499018096264,41.101335330700884],[-73.56501518097726,41.10144933072239],[-73.56511218102187,41.10168033076444],[-73.56523218107262,41.10188833080121],[-73.56526418108858,41.101986330819344],[-73.56533118111564,41.10208033083555],[-73.56538318113871,41.102189330855175],[-73.5652771811061,41.10221733086416],[-73.56545618117235,41.10236433088705],[-73.56553718120192,41.10242333089593],[-73.56564218124342,41.10255533091832],[-73.565734181279,41.102657330935266],[-73.56580618130765,41.10275133095129],[-73.56586318133085,41.10283433096566],[-73.56591618135147,41.10289533097586],[-73.56600218138864,41.10305833100495],[-73.56568118129304,41.103198331042954],[-73.56543318121999,41.103320331075025],[-73.56528418117641,41.10339933109538],[-73.56502718110133,41.103536331130684],[-73.5648341810445,41.10363233115584],[-73.56468418100046,41.103708331175675],[-73.56439718091568,41.10384533121195],[-73.56392818077728,41.10407233127185],[-73.56353618066113,41.104253331320216],[-73.56353118065968,41.104256331320975],[-73.56323118056753,41.104338331346916],[-73.56274618042795,41.10463433142085],[-73.5622871802981,41.104953331498436],[-73.5609251798964,41.10561533167294],[-73.56056717979268,41.10582233172527],[-73.55945217946972,41.10646633188811],[-73.55931517943134,41.10656833191259],[-73.55903217935025,41.10674733195697],[-73.5586261792345,41.10701433202262],[-73.55862217923347,41.10701833202354],[-73.55813817909356,41.10730333209529],[-73.55760717893612,41.107547332160564],[-73.55712417879322,41.10777433222092],[-73.55656617862564,41.10799333228218],[-73.55639917857532,41.108056332300016],[-73.55570017836484,41.10832133237493],[-73.55563217834438,41.10834733238226],[-73.5555601783227,41.10837433238992],[-73.55553217831428,41.108385332393],[-73.55475117807967,41.10869133247865],[-73.55400017785418,41.108987332561334],[-73.55240817737715,41.10963133273986],[-73.55212017729119,41.109754332773434],[-73.55177817718928,41.109902332813675],[-73.55125017703153,41.11012433287454],[-73.55103117696558,41.11020733289801],[-73.55062817684423,41.110360332941234],[-73.55037117676625,41.11044733296672],[-73.55015017669923,41.11052333298889],[-73.54974817657971,41.11070233303716],[-73.5496601765533,41.11073733304692],[-73.54817717610919,41.11134233321422],[-73.54768317596128,41.11154433327003],[-73.54743417588644,41.111641333297236],[-73.54739417587444,41.11165733330168],[-73.54668417566029,41.11192033337655],[-73.54643517558526,41.11201433340316],[-73.54650117559352,41.11178733335654],[-73.54650717559436,41.11176833335262],[-73.54661817560978,41.11141333327946],[-73.54668617561396,41.111104333216716],[-73.54673717561718,41.11087433317],[-73.54675217561991,41.110837333162245],[-73.5467641756221,41.11080833315619],[-73.54678817562501,41.11072433313894],[-73.5468001756267,41.11068633313111],[-73.54683917563091,41.11054033310124],[-73.54684917563212,41.11050533309405],[-73.54697917565124,41.11010833301204],[-73.54702717565853,41.10996533298246],[-73.54704617565913,41.109869332963044],[-73.5470471756594,41.10986833296281],[-73.54713917567321,41.109592332905734],[-73.54717017567793,41.109500332886704],[-73.54722117568421,41.10932333285035],[-73.54729917569439,41.10906233279668],[-73.54738917570832,41.10879933274223],[-73.54745017571807,41.10862633270634],[-73.5475521757297,41.10825633263054],[-73.54761717573746,41.10802633258335],[-73.54784317576762,41.10728233243022],[-73.54787517577059,41.107154332404114],[-73.54797017577992,41.10678333232833],[-73.54813417580066,41.10622333221327],[-73.54817717580515,41.10606033217993],[-73.54839117582875,41.10526933201799],[-73.54840417582322,41.10510033198446],[-73.54840817582148,41.10504733197394],[-73.54840917578974,41.10449033186483],[-73.54835517574648,41.10404133177869],[-73.54831617572225,41.103839331740424],[-73.5482831757014,41.103662331706836],[-73.5482261756677,41.103396331656604],[-73.54818317563677,41.103100331600054],[-73.54814417561141,41.10287833155786],[-73.54809317557823,41.10258833150276],[-73.54801617553203,41.102217331432634],[-73.54797117550488,41.10199833139122],[-73.5479611754927,41.10184233136099],[-73.54786217543449,41.10138633127495],[-73.54783017541547,41.10123533124643],[-73.54780417539655,41.10105233121145],[-73.54777917537794,41.10086933117643],[-73.54770217533357,41.100530331112566],[-73.54769917533133,41.100508331108365],[-73.54768217531532,41.100325331073066],[-73.54767817531108,41.10027433106321],[-73.5476691752995,41.10012333103394],[-73.54766617529565,41.100073331024255],[-73.54764917527963,41.09989033098898],[-73.5476481752785,41.09987633098626],[-73.54765217526852,41.09968033094774],[-73.5476741752639,41.099476330907045],[-73.54767617525671,41.09934033088036],[-73.5476811752478,41.099157330844335],[-73.547697175249,41.099088330830305],[-73.5477251752512,41.09896933080608],[-73.54772917524724,41.09887833078813],[-73.54773317524452,41.09880833077429],[-73.54775517523994,41.0986053307338],[-73.54776317523843,41.09853433071962],[-73.54775217522608,41.09838133069002],[-73.5477601752205,41.09823933066194],[-73.54775217520393,41.09799633061461],[-73.54774717519065,41.09779333057501],[-73.5477361751726,41.09754133052601],[-73.54772317514987,41.09721933046338],[-73.54768617511303,41.09678633037978],[-73.54766617509213,41.09653533033127],[-73.54765817508098,41.09638633030236],[-73.54763517504801,41.09594233021613],[-73.54762817503723,41.09579433018739],[-73.54762817503327,41.09572533017388],[-73.54762817502159,41.0955223301341],[-73.547629175018,41.09545433012075],[-73.54762917501525,41.09540633011135],[-73.54762817501394,41.09538933010805],[-73.54762217500094,41.09519733007063],[-73.54762117499695,41.09513333005813],[-73.54760717497892,41.09489833001256],[-73.54758417494682,41.09446932992929],[-73.54758817493229,41.094194329875286],[-73.54759217492013,41.09396032982932],[-73.5475941749096,41.09376632979125],[-73.54759917488707,41.093346329708815],[-73.54760617488002,41.093184329676845],[-73.54760717487962,41.09317132967426],[-73.54763417487808,41.09299332963851],[-73.54764117487476,41.09289632961927],[-73.54765517486915,41.09272032958434],[-73.54767317486842,41.09260632956141],[-73.54768917486813,41.092511329542276],[-73.5477011748658,41.09240332952073],[-73.54772617486145,41.0921873294776],[-73.54773517485823,41.092081329456526],[-73.54774517485532,41.09197432943524],[-73.54776517484834,41.09174032938875],[-73.54778917484033,41.091466329334274],[-73.54783317483077,41.09105332925193],[-73.54783517483062,41.09103932924912],[-73.54788217483261,41.090810329202704],[-73.54791717483525,41.09065932917196],[-73.54793117483645,41.09060132916015],[-73.54797217484422,41.0905063291402],[-73.54802917484561,41.09021032908032],[-73.5480591748466,41.090059329049744],[-73.54806517484757,41.09004232904622],[-73.54808617485148,41.08999232903574],[-73.54809317485281,41.089976329032375],[-73.54814517485879,41.08978832899383],[-73.54821817486776,41.08953432894166],[-73.54831317488096,41.089230328879],[-73.54837217488938,41.08904532884081],[-73.5484361749005,41.08887932880617],[-73.54845417490384,41.088836328797164],[-73.54851817491087,41.08859932874863],[-73.54858917492052,41.088368328701044],[-73.54864217492786,41.08819832866599],[-73.54876917494012,41.08769832856384],[-73.54878917494067,41.087595328543],[-73.54889517494514,41.08707832843823],[-73.54893117494409,41.08685732839375],[-73.54895717494333,41.086698328361734],[-73.54898317494006,41.08649532832111],[-73.54902517493989,41.0862563282729],[-73.54905517492847,41.08588932820001],[-73.54906717492472,41.08575632817355],[-73.54907617492162,41.08565232815288],[-73.54908817489584,41.0851363280514],[-73.5490921748865,41.08495132801501],[-73.54909117488461,41.08492432800975],[-73.5490881748472,41.08429032788564],[-73.54908717483477,41.08407932784433],[-73.54907717482946,41.08404332783761],[-73.5490801748218,41.0838933278081],[-73.54906817481103,41.083773327784996]]]},"properties":{"name":206,"geoid":"09001020600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.50075716096971,41.11442233537724],[-73.50132216112407,41.113932335262724],[-73.50275716151607,41.11268733497175],[-73.50369816177307,41.11186933478063],[-73.50449116198973,41.11118233462004],[-73.50449116198716,41.11113733461123],[-73.50455616200253,41.11103933458989],[-73.50529016221503,41.11061133448195],[-73.50579116235066,41.110155334376174],[-73.50597316240383,41.11005733435101],[-73.50625616248104,41.10981033429332],[-73.50651016254889,41.10956333423661],[-73.50667716259997,41.10951333422134],[-73.5068011626413,41.10953533422156],[-73.50692316268582,41.10962433423498],[-73.50714216276567,41.10978333425893],[-73.50727216281808,41.10996433429011],[-73.50739616286475,41.11007933430855],[-73.50756216292152,41.11013433431386],[-73.50783816300975,41.11011833430166],[-73.50808516308449,41.110030334276296],[-73.50848516319697,41.10973933420616],[-73.5087031632624,41.109652334181966],[-73.50887016331569,41.109641334174306],[-73.50924016344055,41.109734334180374],[-73.50932016346638,41.10973433417774],[-73.50937016348126,41.10971233417179],[-73.50950816351138,41.10946033411789],[-73.50979916359337,41.10925133406741],[-73.50984316360729,41.10924633406498],[-73.50993716364017,41.10929033407051],[-73.51001716366882,41.109339334077475],[-73.51014716370864,41.10930133406576],[-73.51021316372461,41.10920833404538],[-73.51032916374348,41.10888433397809],[-73.51058316381385,41.108681333929994],[-73.51081616388215,41.108560333898645],[-73.51103416394407,41.10841233386248],[-73.51112116395889,41.108181333814386],[-73.51117916396504,41.1079623337696],[-73.51144816403267,41.10762733369514],[-73.5115141640455,41.10747933366399],[-73.51147016401737,41.10723733361803],[-73.51158716401511,41.106540333477696],[-73.51159516398869,41.10603533337851],[-73.51150016394382,41.10578833333325],[-73.5113991639036,41.105656333310726],[-73.51116716382333,41.10556333330012],[-73.5105211636083,41.10545233329963],[-73.51028916353307,41.10544733330628],[-73.51026516352492,41.10544033330569],[-73.51006416345689,41.105386333301716],[-73.5099331634105,41.105315333292126],[-73.50978816335326,41.105134333261425],[-73.50965716329515,41.10485933321188],[-73.50944616322452,41.10481633321039],[-73.50940416319872,41.104603333170054],[-73.50944916316978,41.1038463330203],[-73.50964016322146,41.10367233297994],[-73.50963816321554,41.103580332962],[-73.50963716321397,41.10355833295772],[-73.50973116323013,41.10331133290624],[-73.50974616322613,41.103157332875575],[-73.50974616321729,41.10300333284542],[-73.50977016322268,41.102962332836604],[-73.51001316330233,41.102982332832525],[-73.51008516332557,41.10298233283016],[-73.51083016356638,41.10298533280627],[-73.51103016362902,41.102951332793026],[-73.51109416364912,41.10294133278898],[-73.51134116372607,41.10289233277125],[-73.51149316377384,41.10286933276175],[-73.51167116382985,41.10284333275081],[-73.51194916391694,41.10279633273246],[-73.51210116396462,41.10277133272258],[-73.51233116403631,41.10272633270619],[-73.51240316405877,41.10271233270108],[-73.5128711642017,41.102569332657694],[-73.51300816424423,41.10253933264731],[-73.51307916426634,41.10252533264224],[-73.51318116429871,41.102515332636926],[-73.51324016431721,41.10250533263303],[-73.51343616438126,41.10251833262912],[-73.51364716445113,41.10254833262808],[-73.51384916451919,41.10259733263103],[-73.51442916471461,41.10273833263959],[-73.51534316502465,41.10299633266007],[-73.51560516511307,41.10306233266439],[-73.51564216512526,41.10306633266394],[-73.51580716517958,41.10308433266206],[-73.51597916523703,41.10311733266286],[-73.51625616532667,41.10312033265434],[-73.51627916531486,41.10278533258796],[-73.51631416530327,41.102387332508876],[-73.51635716529965,41.102082332447694],[-73.51645216531087,41.10174333237819],[-73.51652716531561,41.10140433230932],[-73.51662416532383,41.10100233222738],[-73.51665916532485,41.10082333219117],[-73.51671016533011,41.10062833215132],[-73.51672216533021,41.10056233213798],[-73.5168621653611,41.100313332084596],[-73.51706216541452,41.10011833203984],[-73.51711416542935,41.10008433203147],[-73.51711816543082,41.10008733203191],[-73.51741416551711,41.09992533199045],[-73.517769165621,41.09973833194217],[-73.51869516589245,41.09925733181749],[-73.51948616612317,41.09882633170706],[-73.51975616620268,41.098692331671934],[-73.51988616624162,41.09863933165728],[-73.52000816627464,41.09852833163153],[-73.52017016631312,41.09828733157899],[-73.52021416632013,41.09816233155306],[-73.52023416631583,41.097975331515755],[-73.52021616629767,41.09776033147425],[-73.5210601665713,41.09777833145001],[-73.52187116683352,41.09778333142434],[-73.52233616698405,41.09778933141022],[-73.52267616709436,41.0977983314008],[-73.5229351671784,41.09780533139365],[-73.52325916728128,41.09777433137694],[-73.52378016745067,41.09779433136374],[-73.52395816750823,41.09779533135806],[-73.52405216753905,41.09780333135654],[-73.52422516759772,41.09785233136045],[-73.52438916765398,41.097909331366225],[-73.52452916770253,41.09796733137298],[-73.52465216774591,41.09803133138147],[-73.52495716785278,41.09817633139984],[-73.52497016785742,41.098184331400994],[-73.5252571679601,41.09835833142563],[-73.52559216808156,41.098589331459856],[-73.52574516813605,41.09867733147206],[-73.52587916818172,41.09871933147589],[-73.52589916818859,41.098726331476605],[-73.52605616824029,41.09874333147477],[-73.52622916829765,41.09876933147417],[-73.52652116839268,41.09878233146712],[-73.52694016852911,41.098801331457054],[-73.52724016862575,41.098797331446406],[-73.52739816867638,41.098790331439844],[-73.52749016870587,41.09878633143603],[-73.52769016876958,41.09877133142652],[-73.52777316879624,41.0987683314232],[-73.52790216883767,41.09876433141819],[-73.5280241688762,41.09874933141121],[-73.5281081689028,41.09874033140671],[-73.52833216897366,41.098714331394234],[-73.52873216910018,41.09866833137207],[-73.52900316918542,41.098628331355314],[-73.52922716925593,41.09859633134169],[-73.52951716934895,41.098585331329986],[-73.52963916938691,41.09856033132109],[-73.52989016946516,41.09851133130324],[-73.53050016965945,41.09846433127397],[-73.5308791697817,41.0984613312609],[-73.53129516991594,41.09845933124683],[-73.53137816992185,41.09809633117299],[-73.53142816992582,41.097884331129826],[-73.53150116993848,41.0976943310902],[-73.53160716993557,41.09704833096017],[-73.53161216993485,41.09700733095198],[-73.53166216992983,41.09663933087825],[-73.53167416992864,41.09655133086062],[-73.53169016992757,41.096442330838734],[-73.53169716992083,41.09628633080795],[-73.53170116991707,41.096198330790585],[-73.53168416990222,41.09603533075921],[-73.53169016989716,41.09591333073511],[-73.53169216989595,41.09588133072877],[-73.53174416988394,41.09538033062892],[-73.53175016987191,41.09513733058113],[-73.5317591698704,41.09506033056576],[-73.53177516986896,41.094945330542686],[-73.53180816987009,41.09477933050909],[-73.5322161700123,41.09496133053133],[-73.53344317043998,41.09550833059812],[-73.53385217058259,41.09569133062052],[-73.5341561706902,41.09585533064263],[-73.53423517071818,41.09589833064845],[-73.53470417088192,41.09611233067495],[-73.53491917095738,41.09621733068845],[-73.53509817101974,41.09629633069804],[-73.5354151711303,41.09643833071542],[-73.5357051712306,41.0965543307286],[-73.53614417138245,41.09672933074843],[-73.5364841715035,41.09692533077565],[-73.5365211715192,41.096990330787165],[-73.53667817158554,41.097262330835285],[-73.53688917167575,41.09764633090356],[-73.53712617177706,41.09807733098018],[-73.53754117195203,41.09878933110598],[-73.53776317204557,41.099169331173115],[-73.53789717210093,41.09937933120983],[-73.53799317214396,41.09958833124762],[-73.53802317215725,41.09965133125896],[-73.53814517220799,41.09984833129354],[-73.53825217224939,41.099967331313316],[-73.53835217228927,41.10009933133589],[-73.53847717233597,41.10020933135333],[-73.53867517240779,41.100346331373636],[-73.53885117247054,41.10044933138801],[-73.53897717251284,41.100477331389364],[-73.53904317253554,41.1005013313919],[-73.5391481725717,41.10054033139607],[-73.53932517263172,41.10059033140003],[-73.53950917269202,41.10060533139691],[-73.53986517280951,41.10064933139381],[-73.53992817282986,41.10064933139174],[-73.5408731731351,41.100650331360846],[-73.54119417323761,41.100630331346366],[-73.54161617337252,41.10060633132778],[-73.54194217347751,41.10060133131607],[-73.54200717349862,41.100603331314325],[-73.5426301737009,41.10062233129754],[-73.54318217388055,41.100646331284075],[-73.54318717388222,41.10064733128411],[-73.54332117392785,41.10068833128772],[-73.54355517400809,41.10076933129588],[-73.54376617408064,41.10084633130402],[-73.54379217409043,41.100870331307874],[-73.54384517411025,41.10091733131533],[-73.54419617423886,41.10118233135567],[-73.54439317431213,41.10135033138208],[-73.54440417431609,41.1013573313831],[-73.54452917436159,41.10144633139641],[-73.54462217439477,41.10150133140414],[-73.54464417440268,41.10151533140614],[-73.54471217442723,41.10156033141273],[-73.54473517443553,41.1015753314149],[-73.54490917449793,41.101683331430316],[-73.5450681745545,41.10177433144292],[-73.54525217461813,41.101847331451154],[-73.54533417464594,41.10187033145296],[-73.54540717467077,41.10189233145487],[-73.54558417473133,41.1019513314606],[-73.54578317480004,41.10202833146912],[-73.54601717488002,41.10210533147651],[-73.54623517495307,41.102151331478346],[-73.54647117502894,41.102145331469394],[-73.54678817512982,41.10211933145388],[-73.54730217529276,41.10206633142656],[-73.54797117550488,41.10199833139122],[-73.54801617553203,41.102217331432634],[-73.54809317557823,41.10258833150276],[-73.54814417561141,41.10287833155786],[-73.54818317563677,41.103100331600054],[-73.5482261756677,41.103396331656604],[-73.5482831757014,41.103662331706836],[-73.54831617572225,41.103839331740424],[-73.54835517574648,41.10404133177869],[-73.54840917578974,41.10449033186483],[-73.54840817582148,41.10504733197394],[-73.54840417582322,41.10510033198446],[-73.54839117582875,41.10526933201799],[-73.54817717580515,41.10606033217993],[-73.54813417580066,41.10622333221327],[-73.54797017577992,41.10678333232833],[-73.54787517577059,41.107154332404114],[-73.54784317576762,41.10728233243022],[-73.54761717573746,41.10802633258335],[-73.5475521757297,41.10825633263054],[-73.54745017571807,41.10862633270634],[-73.54738917570832,41.10879933274223],[-73.54729917569439,41.10906233279668],[-73.54722117568421,41.10932333285035],[-73.54717017567793,41.109500332886704],[-73.54713917567321,41.109592332905734],[-73.5470471756594,41.10986833296281],[-73.54704617565913,41.109869332963044],[-73.54702717565853,41.10996533298246],[-73.54697917565124,41.11010833301204],[-73.54684917563212,41.11050533309405],[-73.54683917563091,41.11054033310124],[-73.5468001756267,41.11068633313111],[-73.54678817562501,41.11072433313894],[-73.5467641756221,41.11080833315619],[-73.54675217561991,41.110837333162245],[-73.54673717561718,41.11087433317],[-73.54668617561396,41.111104333216716],[-73.54661817560978,41.11141333327946],[-73.54650717559436,41.11176833335262],[-73.54650117559352,41.11178733335654],[-73.54643517558526,41.11201433340316],[-73.5459151754294,41.11222433346139],[-73.54538517527067,41.11244033352115],[-73.54434717495828,41.112837333633045],[-73.54382417480096,41.11303833368962],[-73.54380317479462,41.11304633369187],[-73.54374217477643,41.11307233369899],[-73.54372217477047,41.1130813337014],[-73.54292617453255,41.11341433379281],[-73.54201917425975,41.11376433389121],[-73.54114217399601,41.114103333986435],[-73.53938217346301,41.11471933416499],[-73.5380941730753,41.11521033430353],[-73.5368431726958,41.115637334428314],[-73.53578717237549,41.11599833453374],[-73.53541917226468,41.11613833457326],[-73.53511217217158,41.11624333460393],[-73.5347901720742,41.11635833463705],[-73.53403717184732,41.11664233471743],[-73.53226717131416,41.117312334906856],[-73.53081517087571,41.117843335058616],[-73.5297391705509,41.11823833517135],[-73.52970117053944,41.11825233517534],[-73.52945017046262,41.118326335198084],[-73.52899817032433,41.118460335239206],[-73.52857717019468,41.11857033527459],[-73.52843417015066,41.11860833528675],[-73.52828317010355,41.118637335297386],[-73.52807717003927,41.1186763353118],[-73.5276231698967,41.11874733534063],[-73.5271331697397,41.11876933536107],[-73.52690416966635,41.11878033537075],[-73.52616516942828,41.118791335397226],[-73.52457716891833,41.11884333545965],[-73.52365916862313,41.11886633549436],[-73.5225011682508,41.118896335538324],[-73.52243516821746,41.11868733549959],[-73.52223716811744,41.11806033538334],[-73.52217116808416,41.117852335344786],[-73.52214016806298,41.11765833530783],[-73.52212016804928,41.117532335283805],[-73.5220611680156,41.117278335236016],[-73.52205516800198,41.11707533519647],[-73.52202816798211,41.11688133515937],[-73.52201216795618,41.11652033508922],[-73.5219641678784,41.11543733487874],[-73.52194916785284,41.11507733480875],[-73.5219441678488,41.115035334800694],[-73.52193216783768,41.1149093347764],[-73.52192816783398,41.11486733476832],[-73.5220081678562,41.11480433475336],[-73.5222481679229,41.11461633470864],[-73.5223291679455,41.11455433469384],[-73.52100716751556,41.114503334727345],[-73.5199441671699,41.11446333475447],[-73.5170441662273,41.11436133482988],[-73.51572316579795,41.11431533486431],[-73.51474116548289,41.11435233490385],[-73.51179516453782,41.11446633502304],[-73.51081416422312,41.11450433506273],[-73.5094981637921,41.11440133508584],[-73.50844216344626,41.11431933510449],[-73.50825316338442,41.11430533510796],[-73.50805216331668,41.11425633510497],[-73.50784116324554,41.11420433510172],[-73.50463516221559,41.11430333522649],[-73.50265316157879,41.11436333530338],[-73.50219416143138,41.11437833532141],[-73.50075716096971,41.11442233537724]]]},"properties":{"name":207,"geoid":"09001020700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.19338806567848,41.18597935942629],[-73.19346006568271,41.18564435935838],[-73.19357306569707,41.185253359278185],[-73.1936420657039,41.18498135922271],[-73.19377506572003,41.184508359125815],[-73.19385706573043,41.18422435906756],[-73.1939370657409,41.18395335901191],[-73.19414906577744,41.183389358894644],[-73.19425306579538,41.18311335883723],[-73.19431206580651,41.182973358807914],[-73.19436206581616,41.182858358783776],[-73.19443106582507,41.18262235873535],[-73.19446106583032,41.18254435871911],[-73.1945170658405,41.18240435868989],[-73.19454206584176,41.18228435866559],[-73.19461806584593,41.18192535859286],[-73.19464406584758,41.181806358568714],[-73.19469506585362,41.18162235853104],[-73.19477306586334,41.18134935847506],[-73.19483006586574,41.181067358418005],[-73.19486906586779,41.18088135838034],[-73.19488106586792,41.18081535836701],[-73.19491906586902,41.18061835832724],[-73.19492106586925,41.180611358325805],[-73.1949350658705,41.180553358313986],[-73.19494706587149,41.18050235830361],[-73.19498306587441,41.1803493582725],[-73.1949950658754,41.18029835826212],[-73.19515906593062,41.180336358264235],[-73.19539706601118,41.18039835826865],[-73.19551306604995,41.18042035826918],[-73.19621706628541,41.180554358272566],[-73.19699306654626,41.18072535828085],[-73.19707806657485,41.18074435828181],[-73.19725306663386,41.18078635828435],[-73.19760006674991,41.180852358286],[-73.19800006688544,41.18095935829396],[-73.19825706697226,41.181023358298134],[-73.19851906706016,41.181078358300404],[-73.19840306703867,41.18136035835937],[-73.19833606702706,41.181537358396184],[-73.19827606701567,41.181678358425735],[-73.19818706699886,41.181889358469924],[-73.1980910669798,41.18210035851434],[-73.19802806696738,41.182240358543794],[-73.19798606695987,41.18234735856611],[-73.19792306694893,41.18251335860064],[-73.19784906693346,41.18266235863221],[-73.19779906692312,41.18276535865399],[-73.19775006691542,41.182908358683584],[-73.1976810669049,41.18311635872654],[-73.1975860668863,41.1833293587713],[-73.1975250668744,41.18346735880029],[-73.19746806686375,41.183604358828966],[-73.1972970668319,41.18401735891535],[-73.19724106682163,41.184155358944174],[-73.1971800668099,41.184296358973754],[-73.19705506678596,41.184586359034576],[-73.19700006677579,41.18472035906261],[-73.19694306676547,41.18486335909244],[-73.19688406675463,41.18500835912274],[-73.19677906673544,41.18526835917704],[-73.19670006671973,41.185441359213456],[-73.1966360667072,41.185585359243724],[-73.1965830666979,41.18572335927245],[-73.1964920666821,41.185963359322386],[-73.19640706666421,41.186132359358204],[-73.19634106665042,41.18626535938638],[-73.19561606641095,41.1861803593933],[-73.19508506623579,41.18612235939919],[-73.19453306605443,41.18607435940771],[-73.19381706581953,41.18601835941999],[-73.1935770657409,41.186001359424466],[-73.19338806567848,41.18597935942629]]]},"properties":{"name":716,"geoid":"09001071600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.20636707037526,41.19470036071145],[-73.20645707041089,41.19481436073083],[-73.20660607046975,41.19500136076257],[-73.20672307051679,41.19516236079028],[-73.20681007055164,41.195280360810536],[-73.2068810705821,41.19541136083386],[-73.20699307063008,41.19561736087053],[-73.20709007067222,41.195806360904356],[-73.20715907070213,41.19593936092814],[-73.20731907077307,41.19627536098869],[-73.20748807084695,41.19661236104915],[-73.2058380703449,41.19717336121252],[-73.20499007008668,41.19745836129584],[-73.20373906970578,41.197879361418856],[-73.20244506931124,41.198305361544236],[-73.20159706905278,41.198586361626774],[-73.20152506902305,41.19847336160701],[-73.20141906897922,41.19830636157777],[-73.2013040689325,41.19813936154883],[-73.20122906890202,41.19803036152994],[-73.20120606889253,41.197994361523655],[-73.20113906886475,41.19788736150488],[-73.20111706885562,41.19785236149876],[-73.20105706883137,41.197767361484075],[-73.2008790687593,41.19751336144016],[-73.20082006873542,41.19742936142564],[-73.20042306857079,41.196794361314275],[-73.20006406842566,41.196286361226555],[-73.19971106828238,41.19577636113823],[-73.19959506823504,41.19560436110834],[-73.19925006809419,41.19509136101915],[-73.19913606804755,41.19492036098939],[-73.19902406800134,41.1947453609588],[-73.19885606793193,41.19448136091259],[-73.19868706786255,41.194223360867596],[-73.19857406781612,41.19405036083741],[-73.19835206772603,41.1937293607818],[-73.19800406758459,41.193223360694105],[-73.19771106746296,41.192752360611436],[-73.19750506737749,41.19242236055356],[-73.19740806733837,41.192286360530076],[-73.19726306727972,41.19208036049448],[-73.19712706722392,41.1918733604584],[-73.19703606718654,41.191734360434154],[-73.19747706730634,41.19133136034097],[-73.19794306743337,41.19091336024403],[-73.19816206749245,41.19070636019641],[-73.19840306755795,41.19048636014553],[-73.19852706759238,41.19038636012193],[-73.19891406769804,41.190042360042035],[-73.19931806780647,41.1896503599522],[-73.1996380678962,41.18940735989426],[-73.19996506798593,41.189124359828256],[-73.20024106808185,41.18924035984199],[-73.20066506822931,41.18942035986344],[-73.20107206837042,41.189585359882514],[-73.2013510684672,41.18969935989577],[-73.20210506873022,41.19003335993664],[-73.20279106896983,41.19034235997481],[-73.20288606900245,41.1903753599782],[-73.20300406904474,41.190447359988454],[-73.2031030690819,41.19053736000285],[-73.20327006914783,41.190746360038325],[-73.203456069223,41.19100936008376],[-73.20356706926519,41.19111936010167],[-73.20386906938612,41.1915263601715],[-73.20403506945013,41.191707360201534],[-73.20412306948522,41.19182336022138],[-73.20438906959112,41.19217136028084],[-73.20447806962652,41.192287360300654],[-73.20453006964739,41.19235836031285],[-73.20468606971001,41.192571360349476],[-73.20473906973125,41.19264336036183],[-73.20478106974763,41.19269236037005],[-73.20490906979744,41.19283936039466],[-73.2049520698142,41.19288936040306],[-73.2050410698496,41.19300536042286],[-73.20530806995599,41.19335636048286],[-73.20539806999177,41.19347336050283],[-73.20541406999827,41.193496360506806],[-73.20546407001844,41.19356636051889],[-73.2054810700253,41.19359036052303],[-73.20556207005745,41.19369436054075],[-73.20580507015397,41.1940083605943],[-73.20588707018648,41.19411336061218],[-73.20598407022449,41.19422936063173],[-73.20613607028399,41.194410360662204],[-73.20627207033773,41.194581360691245],[-73.20636707037526,41.19470036071145]]]},"properties":{"name":719,"geoid":"09001071900"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.21352007248962,41.19117935979003],[-73.21289607230541,41.19149035987116],[-73.21196907203188,41.19195535999228],[-73.21112507178233,41.19236936010072],[-73.21102307175211,41.192418360113614],[-73.21039807156734,41.192725360194004],[-73.20959307132942,41.19312236029785],[-73.2083780709705,41.193724360455114],[-73.2071740706141,41.194308360608524],[-73.20636707037526,41.19470036071145],[-73.20627207033773,41.194581360691245],[-73.20613607028399,41.194410360662204],[-73.20598407022449,41.19422936063173],[-73.20588707018648,41.19411336061218],[-73.20580507015397,41.1940083605943],[-73.20556207005745,41.19369436054075],[-73.2054810700253,41.19359036052303],[-73.20546407001844,41.19356636051889],[-73.20541406999827,41.193496360506806],[-73.20539806999177,41.19347336050283],[-73.20530806995599,41.19335636048286],[-73.2050410698496,41.19300536042286],[-73.2049520698142,41.19288936040306],[-73.20490906979744,41.19283936039466],[-73.20478106974763,41.19269236037005],[-73.20473906973125,41.19264336036183],[-73.20468606971001,41.192571360349476],[-73.20453006964739,41.19235836031285],[-73.20447806962652,41.192287360300654],[-73.20438906959112,41.19217136028084],[-73.20412306948522,41.19182336022138],[-73.20403506945013,41.191707360201534],[-73.20386906938612,41.1915263601715],[-73.20356706926519,41.19111936010167],[-73.203456069223,41.19100936008376],[-73.20327006914783,41.190746360038325],[-73.2031030690819,41.19053736000285],[-73.20300406904474,41.190447359988454],[-73.20288606900245,41.1903753599782],[-73.20279106896983,41.19034235997481],[-73.20210506873022,41.19003335993664],[-73.2013510684672,41.18969935989577],[-73.20107206837042,41.189585359882514],[-73.20066506822931,41.18942035986344],[-73.20024106808185,41.18924035984199],[-73.19996506798593,41.189124359828256],[-73.20044606811611,41.188676359724944],[-73.20067706818324,41.188542359691226],[-73.20075706820474,41.18846535967356],[-73.20092206825267,41.188369359649414],[-73.2012960683599,41.188126359589695],[-73.20145806840534,41.188004359560566],[-73.20146806840809,41.18799535955848],[-73.20153106842557,41.187944359546464],[-73.2017490684853,41.18775435950218],[-73.20205006856689,41.187476359438],[-73.20243606867109,41.18711235935424],[-73.2035940689838,41.18602235910329],[-73.20374406902432,41.185881359070834],[-73.2039810690884,41.185659359019674],[-73.2049010693378,41.18481035882362],[-73.20547506949137,41.18424535869438],[-73.2057710695706,41.18395435862783],[-73.20582206958387,41.183897358615006],[-73.20607806965526,41.18369635856736],[-73.20649306976658,41.183292358474816],[-73.20668906981948,41.183107358432224],[-73.20696506992894,41.18346135849255],[-73.20725807004332,41.183805358550345],[-73.20732907007121,41.183891358564885],[-73.20754507015579,41.184149358608366],[-73.20761807018431,41.18423535862282],[-73.20764807019566,41.18426435862752],[-73.20774007023044,41.18435235864177],[-73.20777107024219,41.18438235864663],[-73.207840070269,41.184461358659846],[-73.20804707034966,41.18470135870009],[-73.20811707037686,41.18478135871348],[-73.20814607038842,41.18481935871998],[-73.20819807040911,41.18488735873159],[-73.20823207042307,41.18493935874067],[-73.20826007043445,41.18498035874778],[-73.20860507056886,41.18538035881486],[-73.20874407062388,41.1855563588448],[-73.20880807064886,41.18563135885739],[-73.20900107072418,41.18585735889536],[-73.20906607074954,41.185933358908116],[-73.2091010707632,41.185974358915004],[-73.20920807080482,41.1860973589356],[-73.20924407081887,41.186139358942654],[-73.20932107084903,41.186231358958146],[-73.20951607092522,41.18646135899684],[-73.2095550709404,41.18650635900438],[-73.20963507097146,41.186597359019586],[-73.20965207097811,41.18661735902293],[-73.20970607099912,41.18667935903333],[-73.20972507100645,41.18670035903683],[-73.20979107103192,41.18677235904876],[-73.20996307109804,41.186956359079176],[-73.20998907110845,41.1869913590852],[-73.21004807113206,41.187070359098726],[-73.21013207116452,41.187163359114216],[-73.21021907119821,41.18726035913036],[-73.21037707126021,41.187451359162594],[-73.21045807129194,41.187548359178955],[-73.2104860713026,41.18757635918354],[-73.21057007133474,41.18766335919784],[-73.21059907134575,41.18769235920256],[-73.21103907152165,41.188280359303334],[-73.21153907171589,41.18885035939864],[-73.2120240719056,41.189425359495395],[-73.21212007194316,41.1895393595146],[-73.21238607204731,41.189856359567976],[-73.21240907205633,41.18988435957271],[-73.21250607209431,41.19000035959226],[-73.21261007213447,41.190114359611194],[-73.21275007218856,41.190268359636775],[-73.21292207225498,41.19045735966817],[-73.21302607229518,41.1905723596873],[-73.21312407233378,41.19069335970778],[-73.21342107245063,41.191057359769374],[-73.21352007248962,41.19117935979003]]]},"properties":{"name":720,"geoid":"09001072000"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.21822007323071,41.17748435695695],[-73.2184630733064,41.17743235693887],[-73.21907107349111,41.17722135687783],[-73.21976007370039,41.17698135680845],[-73.21985007372776,41.17695035679945],[-73.22010007380374,41.1768643567745],[-73.22038007388984,41.17678535674994],[-73.2205630739452,41.17671735673067],[-73.22071307399116,41.176672356716985],[-73.22079207401855,41.17670435672069],[-73.2210720741051,41.17663335669771],[-73.22143507422034,41.17659435667826],[-73.22219307446264,41.176542356643445],[-73.22226007448374,41.17653235663931],[-73.22287007467607,41.17644335660207],[-73.22307307473889,41.176393356585685],[-73.22303907473382,41.176497356607136],[-73.22290807469922,41.176634356638225],[-73.22252107458945,41.17690535670384],[-73.22220407449961,41.177129356758],[-73.22210207447412,41.177261356787156],[-73.22160807434018,41.17771635689227],[-73.22133207425999,41.17787635693255],[-73.22091107413597,41.17809035698812],[-73.22065407406127,41.17823935702565],[-73.219988073868,41.17862935712363],[-73.21927607366128,41.1790453572282],[-73.21924707365476,41.17909535723892],[-73.21926907367781,41.17937535729302],[-73.21921307367317,41.17961235734123],[-73.21919707367199,41.179682357355446],[-73.21919007368368,41.17992735740363],[-73.21918907368568,41.179968357411695],[-73.21912407368463,41.1803193574825],[-73.21918307372121,41.180626357540675],[-73.21930607377413,41.18085735758189],[-73.21946607384061,41.18111535762719],[-73.21961907390795,41.18142835768347],[-73.21964807392074,41.18148835769429],[-73.21963407392344,41.1816153577196],[-73.21955407390473,41.181741357746866],[-73.2195250738975,41.18177935775524],[-73.2194520738764,41.18182335776622],[-73.219161073786,41.1818893577886],[-73.21890007370217,41.18190035779923],[-73.21863107362076,41.18199935782736],[-73.21844207357026,41.182186357870094],[-73.2179990734572,41.18271835798861],[-73.21777007338844,41.18281235801446],[-73.2177870733957,41.182843358019966],[-73.21785007342368,41.18297635804395],[-73.21789407344258,41.183058358058574],[-73.21801307349442,41.183292358100516],[-73.21812007353964,41.18347835813344],[-73.21815607355536,41.18355035814635],[-73.21831207362197,41.18383335819667],[-73.21837907364456,41.18384935819762],[-73.21844607366478,41.18382335819035],[-73.21845407366912,41.18385435819616],[-73.21835907364236,41.183924358212955],[-73.2184150736668,41.18403535823286],[-73.21844207367926,41.1841003582447],[-73.21854207372151,41.184274358275516],[-73.21869307378677,41.18456235832697],[-73.21872107379839,41.18460735833485],[-73.21871907379786,41.18460935833533],[-73.21885207385712,41.184894358386785],[-73.21901207392695,41.18521135844362],[-73.21909907396478,41.185381358474054],[-73.21914407398454,41.1854723584904],[-73.21928007404425,41.185748358539996],[-73.21932607406438,41.1858403585565],[-73.21934507407275,41.18587935856352],[-73.21940207409797,41.18599835858496],[-73.21942207410672,41.18603835859213],[-73.21949107413725,41.186182358618076],[-73.21959707418408,41.18640235865768],[-73.21971207423314,41.18661035869466],[-73.21979007426641,41.18675135871972],[-73.21984107428963,41.18686935874115],[-73.21985407429494,41.18688835874443],[-73.21992507432405,41.186996358763274],[-73.22006207438531,41.18729335881694],[-73.22012607441394,41.187432358842045],[-73.22018007443722,41.187534358860255],[-73.2202070744489,41.18758635886957],[-73.22032407450187,41.18785135891763],[-73.22037207452345,41.1879573589368],[-73.22034307451823,41.18803035895204],[-73.22025807450315,41.188248358997456],[-73.22023007449829,41.188322359012844],[-73.22019107449171,41.18842835903485],[-73.22007407447197,41.18874635910089],[-73.22003507446537,41.188852359122905],[-73.22003607447628,41.18903835915927],[-73.22003707448721,41.18922435919562],[-73.2200030744974,41.189596359269544],[-73.21998707450281,41.189782359306456],[-73.21996707450576,41.18994735933938],[-73.21990907451519,41.19044235943813],[-73.21989107451881,41.190608359471206],[-73.21987007452108,41.190767359503],[-73.21983807452474,41.19101335955218],[-73.21982207453277,41.19124535959809],[-73.21981207453871,41.19140635962992],[-73.21977307453713,41.19160035966916],[-73.21976707454021,41.191688359686566],[-73.2197590745451,41.19181935971247],[-73.21973507454479,41.19195035973887],[-73.21972007454494,41.19203835975659],[-73.21970407454671,41.19216035978098],[-73.21967907454996,41.192359359820735],[-73.2196660745555,41.19253035985461],[-73.21965807455999,41.192654359879135],[-73.219625074566,41.192947359937534],[-73.2195280745848,41.19382836011307],[-73.2194970745915,41.19412236017161],[-73.21949307459502,41.19420636018816],[-73.21948107460565,41.194461360238456],[-73.21947807460953,41.19454636025519],[-73.21947207461585,41.19469136028376],[-73.21947007461577,41.194701360285784],[-73.21942007462616,41.19516736037858],[-73.21940407462986,41.195323360409624],[-73.21936207464412,41.19581236050666],[-73.21930407466422,41.196494360641985],[-73.21920207467595,41.19727936079889],[-73.21914007468371,41.19776736089638],[-73.21900607462962,41.19757936086396],[-73.21881807455357,41.197312360817826],[-73.21858907446332,41.19702936076991],[-73.21844507440652,41.19685036073956],[-73.21834307436673,41.19673136071961],[-73.21803707424736,41.19637436065969],[-73.21793507420762,41.19625636063993],[-73.21769407411311,41.19596636059103],[-73.21728507395517,41.19551736051647],[-73.21746807400265,41.1953113604702],[-73.21717807391325,41.19538936049491],[-73.2168830738001,41.19507936044383],[-73.2165970736895,41.19476236039112],[-73.21629007356964,41.194402360330656],[-73.21614707351378,41.19423436030243],[-73.21583007339005,41.19386336024014],[-73.21536507320903,41.19332736015036],[-73.21519107314127,41.19312636011671],[-73.21505607308876,41.19297136009075],[-73.21495607304973,41.1928543600711],[-73.2146570729331,41.19250536001253],[-73.21455807289445,41.19238935999305],[-73.21445307285278,41.19225435997004],[-73.21413807272789,41.19185135990144],[-73.21403307268628,41.191717359878616],[-73.21392907264652,41.191610359861066],[-73.21377407258727,41.191450359834796],[-73.21362107252844,41.19128735980788],[-73.21352007248962,41.19117935979003],[-73.21342107245063,41.191057359769374],[-73.21312407233378,41.19069335970778],[-73.21302607229518,41.1905723596873],[-73.21292207225498,41.19045735966817],[-73.21275007218856,41.190268359636775],[-73.21261007213447,41.190114359611194],[-73.21250607209431,41.19000035959226],[-73.21240907205633,41.18988435957271],[-73.21238607204731,41.189856359567976],[-73.21212007194316,41.1895393595146],[-73.2120240719056,41.189425359495395],[-73.21153907171589,41.18885035939864],[-73.21103907152165,41.188280359303334],[-73.21059907134575,41.18769235920256],[-73.21057007133474,41.18766335919784],[-73.2104860713026,41.18757635918354],[-73.21045807129194,41.187548359178955],[-73.21037707126021,41.187451359162594],[-73.21021907119821,41.18726035913036],[-73.21013207116452,41.187163359114216],[-73.21004807113206,41.187070359098726],[-73.20998907110845,41.1869913590852],[-73.20996307109804,41.186956359079176],[-73.20979107103192,41.18677235904876],[-73.20972507100645,41.18670035903683],[-73.20970607099912,41.18667935903333],[-73.20965207097811,41.18661735902293],[-73.20963507097146,41.186597359019586],[-73.2095550709404,41.18650635900438],[-73.20951607092522,41.18646135899684],[-73.20932107084903,41.186231358958146],[-73.20924407081887,41.186139358942654],[-73.20920807080482,41.1860973589356],[-73.2091010707632,41.185974358915004],[-73.20906607074954,41.185933358908116],[-73.20900107072418,41.18585735889536],[-73.20880807064886,41.18563135885739],[-73.20874407062388,41.1855563588448],[-73.20860507056886,41.18538035881486],[-73.20826007043445,41.18498035874778],[-73.20823207042307,41.18493935874067],[-73.20819807040911,41.18488735873159],[-73.20814607038842,41.18481935871998],[-73.20811707037686,41.18478135871348],[-73.20804707034966,41.18470135870009],[-73.207840070269,41.184461358659846],[-73.20777107024219,41.18438235864663],[-73.20774007023044,41.18435235864177],[-73.20764807019566,41.18426435862752],[-73.20761807018431,41.18423535862282],[-73.20754507015579,41.184149358608366],[-73.20732907007121,41.183891358564885],[-73.20725807004332,41.183805358550345],[-73.20696506992894,41.18346135849255],[-73.20668906981948,41.183107358432224],[-73.20724706998445,41.182833358360476],[-73.20765907010491,41.18260735830285],[-73.20787407016827,41.182498358274536],[-73.20821707026943,41.18232535822953],[-73.20851607035691,41.1821623581879],[-73.20872907041935,41.18204835815869],[-73.20899407049775,41.18191935812482],[-73.20978907073317,41.18153535802384],[-73.20985507075275,41.18150435801563],[-73.21005207081075,41.18140335798945],[-73.21022107086048,41.18131635796694],[-73.21072907101002,41.18105535789933],[-73.21089907106015,41.18096935787698],[-73.21109107111685,41.180874357852154],[-73.21141407121243,41.180717357810934],[-73.2116650712861,41.180584357776745],[-73.21185507134194,41.1804853577512],[-73.21205107139984,41.18038835772584],[-73.21264007157393,41.18009835764994],[-73.21283707163221,41.18000235762476],[-73.21319207173622,41.17981135757583],[-73.21330807177023,41.17974935755993],[-73.21366407187546,41.179574357514106],[-73.2141360720146,41.17933535745198],[-73.21427107205412,41.17926235743332],[-73.21462707215844,41.179071357384345],[-73.21466007216827,41.17905635738036],[-73.21476007219817,41.17901335736868],[-73.21479407220838,41.17899935736483],[-73.21508907229683,41.178876357331184],[-73.21521207233374,41.17882535731719],[-73.21545807240713,41.17871635728786],[-73.21582507251615,41.17854535724247],[-73.21596507255798,41.178484357225976],[-73.21626007264632,41.17835935719193],[-73.2166870727738,41.178171357141245],[-73.21709807289682,41.17799635709364],[-73.21763807305783,41.177755357028914],[-73.2180670731861,41.17757035697875],[-73.21822007323071,41.17748435695695]]]},"properties":{"name":721,"geoid":"09001072100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.22313007624187,41.202449361682596],[-73.2229350761835,41.202532361705174],[-73.22267207610487,41.202646361736015],[-73.22234807600721,41.2027723617712],[-73.22215207594816,41.20284936179265],[-73.22198707589797,41.20290536180897],[-73.22174107582319,41.2029903618336],[-73.22149607574903,41.20308036185915],[-73.22133307569969,41.20314036187621],[-73.22116507564881,41.2032013618936],[-73.22091007557162,41.203295361920276],[-73.22066807549895,41.20339436194751],[-73.22050407544975,41.20346236196615],[-73.22034207540045,41.203517361982165],[-73.22009707532595,41.20360136200657],[-73.21986107525471,41.203691362031854],[-73.21970207520678,41.20375336204916],[-73.21954207515859,41.20381636206668],[-73.2190620750141,41.204006362119465],[-73.21890307496628,41.20407036213715],[-73.21874307490911,41.203976362123974],[-73.21826507473853,41.203697362084924],[-73.21823007472605,41.20367736208217],[-73.21809707467989,41.20362236207571],[-73.21793407462178,41.20352836206264],[-73.21771307454294,41.20340036204478],[-73.2174410744467,41.203256362025456],[-73.21727507438803,41.203169362013846],[-73.21704807430726,41.20304136199617],[-73.21671607418915,41.202854361970395],[-73.21636207406391,41.20266736194532],[-73.21613207398258,41.20254636192912],[-73.21593307391191,41.20243636191408],[-73.2153360737,41.20210836186932],[-73.21513807362972,41.20199936185444],[-73.21495607356495,41.201896361840205],[-73.21441207337138,41.20158936179783],[-73.21423107330699,41.20148736178376],[-73.21417807328788,41.20145336177883],[-73.21410207326056,41.20140536177191],[-73.21402007323134,41.20135836176538],[-73.21396707321249,41.20132836176122],[-73.21387607317808,41.20124136174717],[-73.213606073076,41.20098336170547],[-73.21351607304197,41.200897361691574],[-73.21347407302568,41.20085036168375],[-73.21342307300587,41.200792361674054],[-73.21334507297624,41.20071536166153],[-73.21330107295957,41.200672361654554],[-73.21317807291179,41.200532361631154],[-73.21300407284413,41.200333361597885],[-73.2128050727674,41.20011736156209],[-73.21268007271921,41.19998136153955],[-73.21246207263849,41.199803361511805],[-73.21189107243463,41.19946836146482],[-73.21148807229302,41.19927236143958],[-73.21124107220403,41.199113361416494],[-73.21120507219209,41.19910836141669],[-73.21044407192278,41.19870436136238],[-73.21019507183497,41.198577361345635],[-73.2100920717985,41.198522361338206],[-73.20978507168974,41.198357361315914],[-73.20968307165366,41.19830336130867],[-73.20932607152706,41.19810936128231],[-73.20877107133023,41.19780736124126],[-73.2083360711759,41.19756936120883],[-73.20778707098285,41.19729936117384],[-73.20772707095544,41.197159361148394],[-73.20748807084695,41.19661236104915],[-73.20731907077307,41.19627536098869],[-73.20715907070213,41.19593936092814],[-73.20709007067222,41.195806360904356],[-73.20699307063008,41.19561736087053],[-73.2068810705821,41.19541136083386],[-73.20681007055164,41.195280360810536],[-73.20672307051679,41.19516236079028],[-73.20660607046975,41.19500136076257],[-73.20645707041089,41.19481436073083],[-73.20636707037526,41.19470036071145],[-73.2071740706141,41.194308360608524],[-73.2083780709705,41.193724360455114],[-73.20959307132942,41.19312236029785],[-73.21039807156734,41.192725360194004],[-73.21102307175211,41.192418360113614],[-73.21112507178233,41.19236936010072],[-73.21196907203188,41.19195535999228],[-73.21289607230541,41.19149035987116],[-73.21352007248962,41.19117935979003],[-73.21362107252844,41.19128735980788],[-73.21377407258727,41.191450359834796],[-73.21392907264652,41.191610359861066],[-73.21403307268628,41.191717359878616],[-73.21413807272789,41.19185135990144],[-73.21445307285278,41.19225435997004],[-73.21455807289445,41.19238935999305],[-73.2146570729331,41.19250536001253],[-73.21495607304973,41.1928543600711],[-73.21505607308876,41.19297136009075],[-73.21519107314127,41.19312636011671],[-73.21536507320903,41.19332736015036],[-73.21583007339005,41.19386336024014],[-73.21614707351378,41.19423436030243],[-73.21629007356964,41.194402360330656],[-73.2165970736895,41.19476236039112],[-73.2168830738001,41.19507936044383],[-73.21717807391325,41.19538936049491],[-73.21746807400265,41.1953113604702],[-73.21728507395517,41.19551736051647],[-73.21769407411311,41.19596636059103],[-73.21793507420762,41.19625636063993],[-73.21803707424736,41.19637436065969],[-73.21834307436673,41.19673136071961],[-73.21844507440652,41.19685036073956],[-73.21858907446332,41.19702936076991],[-73.21881807455357,41.197312360817826],[-73.21900607462962,41.19757936086396],[-73.21914007468371,41.19776736089638],[-73.21919807470753,41.19785636091191],[-73.21924507472949,41.19797436093347],[-73.2192610747363,41.19800336093862],[-73.21936707478122,41.19818936097157],[-73.21951907484174,41.19838836100556],[-73.21974707492842,41.19861436104236],[-73.21975907493292,41.19862536104412],[-73.21995607500705,41.19880736107333],[-73.22000607502581,41.1988523610805],[-73.22015707508254,41.19899036110259],[-73.22020807510165,41.19903636110993],[-73.22024307511556,41.199081361117585],[-73.22037907516624,41.19919836113606],[-73.22059407524641,41.19938436116546],[-73.22088707535885,41.199693361216376],[-73.22105007542146,41.199866361244915],[-73.22142507556825,41.20031236131998],[-73.22150107559797,41.200402361335115],[-73.22192807576741,41.20095036142845],[-73.2219970757941,41.20102736144126],[-73.22249407598787,41.20160436153797],[-73.22254207600648,41.201658361546976],[-73.22292807615636,41.20209636162011],[-73.22297707617592,41.202161361631234],[-73.2230640762107,41.2022773616511],[-73.22310007622777,41.2023723616685],[-73.22313007624187,41.202449361682596]]]},"properties":{"name":722,"geoid":"09001072200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.20769007158184,41.20836336334145],[-73.20760407154715,41.208243363320776],[-73.20745707148774,41.20803536328487],[-73.2073530714453,41.20788136325811],[-73.20727207141213,41.20775936323689],[-73.20719307137942,41.207634363215014],[-73.20708007133248,41.20745236318308],[-73.20695307128067,41.20726436315044],[-73.20687107124716,41.207142363129236],[-73.20679307121469,41.207015363106926],[-73.20668107116806,41.20683336307498],[-73.20655307111576,41.20664236304176],[-73.20647107108226,41.20652036302056],[-73.20636207103735,41.20635136299104],[-73.2062050709727,41.20610836294861],[-73.20602507090003,41.20585536290498],[-73.20591007085349,41.20569236287683],[-73.20587207083784,41.20563336286653],[-73.20580707081103,41.205532362848885],[-73.20575407078991,41.20546236283691],[-73.20571207077319,41.205407362827515],[-73.20566507075262,41.20531336281065],[-73.20552507069122,41.205031362760025],[-73.20547907067098,41.204937362743145],[-73.20541107064261,41.20482536272344],[-73.2052100705584,41.20448936266425],[-73.20514307053038,41.204378362644704],[-73.20511407051798,41.204325362635274],[-73.20502707048077,41.204166362607005],[-73.20499807046835,41.204113362597575],[-73.20487407041551,41.20389036255799],[-73.20468707033591,41.20355536249852],[-73.20449507025519,41.20322936244099],[-73.2043670702013,41.20301036240231],[-73.20429107016889,41.20287336237797],[-73.20418107012182,41.202672362342234],[-73.20405507006943,41.202468362306405],[-73.20397407003568,41.202336362283226],[-73.20387106999193,41.20215336225076],[-73.20372106992816,41.20188636220342],[-73.2035580698596,41.20160836215431],[-73.20345306981534,41.201428362122506],[-73.20340306979443,41.201345362107894],[-73.20325506973236,41.20109636206399],[-73.20320606971177,41.20101336204934],[-73.20308206966087,41.200824362016384],[-73.20271006950829,41.200259361917944],[-73.20258606945745,41.20007136188519],[-73.20248806941747,41.199926361859994],[-73.20223606931462,41.199552361795014],[-73.20219806929889,41.1994923617845],[-73.20217406928896,41.19945436177787],[-73.20211606926364,41.199339361757254],[-73.20201206922138,41.199188361731075],[-73.20170006909466,41.19873636165278],[-73.20159706905278,41.198586361626774],[-73.20244506931124,41.198305361544236],[-73.20373906970578,41.197879361418856],[-73.20499007008668,41.19745836129584],[-73.2058380703449,41.19717336121252],[-73.20748807084695,41.19661236104915],[-73.20772707095544,41.197159361148394],[-73.20778707098285,41.19729936117384],[-73.2083360711759,41.19756936120883],[-73.20877107133023,41.19780736124126],[-73.20932607152706,41.19810936128231],[-73.20968307165366,41.19830336130867],[-73.20978507168974,41.198357361315914],[-73.2100920717985,41.198522361338206],[-73.21019507183497,41.198577361345635],[-73.21044407192278,41.19870436136238],[-73.21120507219209,41.19910836141669],[-73.21124107220403,41.199113361416494],[-73.21148807229302,41.19927236143958],[-73.21189107243463,41.19946836146482],[-73.21246207263849,41.199803361511805],[-73.21268007271921,41.19998136153955],[-73.2128050727674,41.20011736156209],[-73.21300407284413,41.200333361597885],[-73.21317807291179,41.200532361631154],[-73.21330107295957,41.200672361654554],[-73.21334507297624,41.20071536166153],[-73.21342307300587,41.200792361674054],[-73.21347407302568,41.20085036168375],[-73.21351607304197,41.200897361691574],[-73.213606073076,41.20098336170547],[-73.21387607317808,41.20124136174717],[-73.21396707321249,41.20132836176122],[-73.21402007323134,41.20135836176538],[-73.21410207326056,41.20140536177191],[-73.21417807328788,41.20145336177883],[-73.21423107330699,41.20148736178376],[-73.21441207337138,41.20158936179783],[-73.21495607356495,41.201896361840205],[-73.21513807362972,41.20199936185444],[-73.2153360737,41.20210836186932],[-73.21593307391191,41.20243636191408],[-73.21613207398258,41.20254636192912],[-73.21636207406391,41.20266736194532],[-73.21671607418915,41.202854361970395],[-73.21704807430726,41.20304136199617],[-73.21727507438803,41.203169362013846],[-73.2174410744467,41.203256362025456],[-73.21771307454294,41.20340036204478],[-73.21793407462178,41.20352836206264],[-73.21809707467989,41.20362236207571],[-73.21823007472605,41.20367736208217],[-73.21826507473853,41.203697362084924],[-73.21874307490911,41.203976362123974],[-73.21890307496628,41.20407036213715],[-73.21858907487162,41.20419236217122],[-73.21765007458862,41.20455936227354],[-73.21733707449434,41.20468236230779],[-73.21716607444225,41.204739362324496],[-73.21665307428619,41.20491436237542],[-73.21648307423447,41.204972362392276],[-73.21616607413901,41.205097362427054],[-73.2156910739961,41.205287362479645],[-73.2152140738521,41.205469362530756],[-73.21489707375645,41.205591362564945],[-73.21456707365694,41.2057193626007],[-73.21440807360862,41.20577436261662],[-73.21432007358192,41.20580536262556],[-73.2134330733137,41.20613636271914],[-73.2130190731896,41.206310362766644],[-73.21294907316852,41.20633736277418],[-73.21246507302297,41.206532362828064],[-73.21206507290216,41.20668436287081],[-73.21159007275887,41.20686736292205],[-73.21122907265011,41.20700936296157],[-73.21087107254229,41.207150363000785],[-73.2104740724228,41.2073083630446],[-73.2099160722541,41.207517363103605],[-73.20989207224692,41.20752736310635],[-73.2093100720705,41.20773736316634],[-73.20845907181314,41.208054363256004],[-73.2082420717478,41.20814036327989],[-73.20769007158184,41.20836336334145]]]},"properties":{"name":723,"geoid":"09001072300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.54906817481103,41.083773327784996],[-73.5490801748218,41.0838933278081],[-73.54907717482946,41.08404332783761],[-73.54908717483477,41.08407932784433],[-73.5490881748472,41.08429032788564],[-73.54909117488461,41.08492432800975],[-73.5490921748865,41.08495132801501],[-73.54908817489584,41.0851363280514],[-73.54907617492162,41.08565232815288],[-73.54906717492472,41.08575632817355],[-73.54905517492847,41.08588932820001],[-73.54902517493989,41.0862563282729],[-73.54898317494006,41.08649532832111],[-73.54895717494333,41.086698328361734],[-73.54893117494409,41.08685732839375],[-73.54889517494514,41.08707832843823],[-73.54878917494067,41.087595328543],[-73.54876917494012,41.08769832856384],[-73.54864217492786,41.08819832866599],[-73.54858917492052,41.088368328701044],[-73.54851817491087,41.08859932874863],[-73.54845417490384,41.088836328797164],[-73.5484361749005,41.08887932880617],[-73.54837217488938,41.08904532884081],[-73.54831317488096,41.089230328879],[-73.54821817486776,41.08953432894166],[-73.54814517485879,41.08978832899383],[-73.54809317485281,41.089976329032375],[-73.54808617485148,41.08999232903574],[-73.54806517484757,41.09004232904622],[-73.5480591748466,41.090059329049744],[-73.54802917484561,41.09021032908032],[-73.54797217484422,41.0905063291402],[-73.54793117483645,41.09060132916015],[-73.54791717483525,41.09065932917196],[-73.54788217483261,41.090810329202704],[-73.54783517483062,41.09103932924912],[-73.54783317483077,41.09105332925193],[-73.54778917484033,41.091466329334274],[-73.54776517484834,41.09174032938875],[-73.54774517485532,41.09197432943524],[-73.54773517485823,41.092081329456526],[-73.54772617486145,41.0921873294776],[-73.5477011748658,41.09240332952073],[-73.54768917486813,41.092511329542276],[-73.54767317486842,41.09260632956141],[-73.54765517486915,41.09272032958434],[-73.54764117487476,41.09289632961927],[-73.54763417487808,41.09299332963851],[-73.54760717487962,41.09317132967426],[-73.54760617488002,41.093184329676845],[-73.54759917488707,41.093346329708815],[-73.5475941749096,41.09376632979125],[-73.54759217492013,41.09396032982932],[-73.54758817493229,41.094194329875286],[-73.54758417494682,41.09446932992929],[-73.54760717497892,41.09489833001256],[-73.54762117499695,41.09513333005813],[-73.54762217500094,41.09519733007063],[-73.54762817501394,41.09538933010805],[-73.54762917501525,41.09540633011135],[-73.547629175018,41.09545433012075],[-73.54762817502159,41.0955223301341],[-73.54762817503327,41.09572533017388],[-73.54762817503723,41.09579433018739],[-73.54763517504801,41.09594233021613],[-73.54765817508098,41.09638633030236],[-73.54766617509213,41.09653533033127],[-73.54768617511303,41.09678633037978],[-73.54772317514987,41.09721933046338],[-73.5477361751726,41.09754133052601],[-73.54774717519065,41.09779333057501],[-73.54775217520393,41.09799633061461],[-73.5477601752205,41.09823933066194],[-73.54775217522608,41.09838133069002],[-73.54776317523843,41.09853433071962],[-73.54775517523994,41.0986053307338],[-73.54773317524452,41.09880833077429],[-73.54772917524724,41.09887833078813],[-73.5477251752512,41.09896933080608],[-73.547697175249,41.099088330830305],[-73.5476811752478,41.099157330844335],[-73.54767617525671,41.09934033088036],[-73.5476741752639,41.099476330907045],[-73.54765217526852,41.09968033094774],[-73.5476481752785,41.09987633098626],[-73.54764917527963,41.09989033098898],[-73.54766617529565,41.100073331024255],[-73.5476691752995,41.10012333103394],[-73.54767817531108,41.10027433106321],[-73.54768217531532,41.100325331073066],[-73.54769917533133,41.100508331108365],[-73.54770217533357,41.100530331112566],[-73.54777917537794,41.10086933117643],[-73.54780417539655,41.10105233121145],[-73.54783017541547,41.10123533124643],[-73.54786217543449,41.10138633127495],[-73.5479611754927,41.10184233136099],[-73.54797117550488,41.10199833139122],[-73.54730217529276,41.10206633142656],[-73.54678817512982,41.10211933145388],[-73.54647117502894,41.102145331469394],[-73.54623517495307,41.102151331478346],[-73.54601717488002,41.10210533147651],[-73.54578317480004,41.10202833146912],[-73.54558417473133,41.1019513314606],[-73.54540717467077,41.10189233145487],[-73.54533417464594,41.10187033145296],[-73.54525217461813,41.101847331451154],[-73.5450681745545,41.10177433144292],[-73.54490917449793,41.101683331430316],[-73.54473517443553,41.1015753314149],[-73.54471217442723,41.10156033141273],[-73.54464417440268,41.10151533140614],[-73.54462217439477,41.10150133140414],[-73.54452917436159,41.10144633139641],[-73.54440417431609,41.1013573313831],[-73.54439317431213,41.10135033138208],[-73.54419617423886,41.10118233135567],[-73.54384517411025,41.10091733131533],[-73.54379217409043,41.100870331307874],[-73.54376617408064,41.10084633130402],[-73.54355517400809,41.10076933129588],[-73.54332117392785,41.10068833128772],[-73.54318717388222,41.10064733128411],[-73.54318217388055,41.100646331284075],[-73.5426301737009,41.10062233129754],[-73.54200717349862,41.100603331314325],[-73.54194217347751,41.10060133131607],[-73.54161617337252,41.10060633132778],[-73.54119417323761,41.100630331346366],[-73.5408731731351,41.100650331360846],[-73.53992817282986,41.10064933139174],[-73.53986517280951,41.10064933139381],[-73.53950917269202,41.10060533139691],[-73.53932517263172,41.10059033140003],[-73.5391481725717,41.10054033139607],[-73.53904317253554,41.1005013313919],[-73.53897717251284,41.100477331389364],[-73.53885117247054,41.10044933138801],[-73.53867517240779,41.100346331373636],[-73.53847717233597,41.10020933135333],[-73.53835217228927,41.10009933133589],[-73.53825217224939,41.099967331313316],[-73.53814517220799,41.09984833129354],[-73.53802317215725,41.09965133125896],[-73.53799317214396,41.09958833124762],[-73.53789717210093,41.09937933120983],[-73.53776317204557,41.099169331173115],[-73.53754117195203,41.09878933110598],[-73.53712617177706,41.09807733098018],[-73.53688917167575,41.09764633090356],[-73.53667817158554,41.097262330835285],[-73.5365211715192,41.096990330787165],[-73.5364841715035,41.09692533077565],[-73.53614417138245,41.09672933074843],[-73.5357051712306,41.0965543307286],[-73.5354151711303,41.09643833071542],[-73.53509817101974,41.09629633069804],[-73.53491917095738,41.09621733068845],[-73.53470417088192,41.09611233067495],[-73.53423517071818,41.09589833064845],[-73.5341561706902,41.09585533064263],[-73.53385217058259,41.09569133062052],[-73.53344317043998,41.09550833059812],[-73.5322161700123,41.09496133053133],[-73.53180816987009,41.09477933050909],[-73.5319431698781,41.09416033038339],[-73.53201516987895,41.09377033030462],[-73.53207616987996,41.09344533023894],[-73.53215716988653,41.09310433016948],[-73.53224216989943,41.09285133011713],[-73.53229016990355,41.09265333007673],[-73.53238916992547,41.09247833003921],[-73.53253716996264,41.0922933299981],[-73.5326421699862,41.09211332995938],[-73.5330141700714,41.09150532982803],[-73.53333517014747,41.09102532972344],[-73.53351017018898,41.09076432966655],[-73.53365817021998,41.090472329604474],[-73.53380717024754,41.090114329529435],[-73.5339691702775,41.089725329447894],[-73.53403817029043,41.089562329413695],[-73.53414017030366,41.08921932934313],[-73.53421317030664,41.0888613292706],[-73.53423817029622,41.08853932920667],[-73.53424217029533,41.08850132919911],[-73.53429617028881,41.08808432911564],[-73.53431217028036,41.087847329068666],[-73.53433317026968,41.08754332900841],[-73.5343481702629,41.08734132896835],[-73.53437317025926,41.087137328927554],[-73.53440417025577,41.0869023288805],[-73.53441717025377,41.08679432885889],[-73.53445917024888,41.086473328794625],[-73.53447317024731,41.0863673287734],[-73.53449817024614,41.086206328741014],[-73.53449817024419,41.08617232873436],[-73.53450517023066,41.08589732868026],[-73.5344751702089,41.08568732864009],[-73.53445217019565,41.08558632862106],[-73.53441017017107,41.08539432858482],[-73.53432917013114,41.08515432854045],[-73.53429517011567,41.0850763285263],[-73.53413917004472,41.08471832846128],[-73.5339671699547,41.08411832834936],[-73.5339301699352,41.083986328324706],[-73.53386916990453,41.083795328289305],[-73.53388616989933,41.083609328252294],[-73.53392716988695,41.08316332816354],[-73.53392816988084,41.08305132814157],[-73.53393116987112,41.082865328105015],[-73.53416116994943,41.08293532811116],[-73.53417916995558,41.08294132811175],[-73.5347921701624,41.083096328121975],[-73.53486317018586,41.08310532812139],[-73.53510217026499,41.08313932812021],[-73.53533717034088,41.08313932811247],[-73.53564117043916,41.08314132810286],[-73.53604117057014,41.083173328095995],[-73.53607517058131,41.08317632809546],[-73.53627617064662,41.083183328090215],[-73.53659317074793,41.08316532807627],[-73.53736817099579,41.08312332804255],[-73.53754517105213,41.08310932803398],[-73.53786217115317,41.08308632801905],[-73.53816617124959,41.083056328003174],[-73.53872017142545,41.08300332797455],[-73.53907817153915,41.08297032795632],[-73.53938317163609,41.082943327940995],[-73.53949517167007,41.08290532792987],[-73.53957217169304,41.08287232792087],[-73.5400381718322,41.08267532786694],[-73.54013517186173,41.082644327857665],[-73.54032917192099,41.08258532783974],[-73.54051617197895,41.08254332782535],[-73.54069817203543,41.08250332781154],[-73.54108117215536,41.0824383277862],[-73.54127117221493,41.08240732777386],[-73.54152217229293,41.082354327755226],[-73.54173417235886,41.08231032773963],[-73.5422631725204,41.08214932769068],[-73.5425091725956,41.082075327668086],[-73.54257517261829,41.08209932767062],[-73.54268017265775,41.08219632768617],[-73.5427081726683,41.082222327690346],[-73.54281517271404,41.08241732772503],[-73.54289117274341,41.08250132773898],[-73.54296617277534,41.08263532776277],[-73.54303017280156,41.08273232777968],[-73.5430411728061,41.08274932778266],[-73.54316117285366,41.08290232780867],[-73.54339917293348,41.08295432781105],[-73.54349117296438,41.08297532781213],[-73.54367217302381,41.08299232780951],[-73.54384717307963,41.0829803278014],[-73.54398417312197,41.08294732779043],[-73.54411117315948,41.082886327774304],[-73.5441351731666,41.08287532777136],[-73.54422817319293,41.08281132775575],[-73.54427517320272,41.08271732773579],[-73.54546217359389,41.08285432772357],[-73.54593517374988,41.082911327719174],[-73.54672317400973,41.083005327711675],[-73.54693317406591,41.08280332766518],[-73.54722117414337,41.0825333276028],[-73.54727617415821,41.082482327591],[-73.54735017418623,41.08255432760268],[-73.54738817420059,41.08259032760848],[-73.54746917423253,41.082691327625604],[-73.54752417425617,41.08279332764378],[-73.5475591742686,41.082813327646534],[-73.54758217427609,41.082814327645984],[-73.54761817428681,41.08279832764166],[-73.54780117433613,41.082628327602336],[-73.54793017437139,41.082517327576326],[-73.54805317440439,41.08240032754936],[-73.54806917440968,41.08240232754923],[-73.5483391745157,41.08273032760461],[-73.54861917462568,41.08307132766221],[-73.54878417469388,41.08333032770753],[-73.54906817481103,41.083773327784996]]]},"properties":{"name":208,"geoid":"09001020800"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.51443316428798,41.09528833118007],[-73.5144701642951,41.0952043311624],[-73.51452516430787,41.09511733114354],[-73.51472416435446,41.09480933107666],[-73.51481216437134,41.0946083310344],[-73.51489216438694,41.09443033099689],[-73.5149641643954,41.09417233094399],[-73.51495116438487,41.09406233092286],[-73.51490016434347,41.093628330839515],[-73.5149801643476,41.09325033076282],[-73.51493616432202,41.09305233072548],[-73.51486016429288,41.0929723307123],[-73.51474816424994,41.09285433069286],[-73.5146461642123,41.09277233068015],[-73.51459216419117,41.092708330669396],[-73.5143421640936,41.092415330620206],[-73.51438816405972,41.09156633045235],[-73.51446816407568,41.09139433041602],[-73.51471316412484,41.090872330305686],[-73.51482916414847,41.09063133025465],[-73.51526516425776,41.09008233013277],[-73.51549016431652,41.08984033007796],[-73.51559216433563,41.08959933002739],[-73.51566516434468,41.08934632997541],[-73.51562116431978,41.08916032994042],[-73.51550516427726,41.089072329926985],[-73.51523016418278,41.08897332991661],[-73.51479416403629,41.088874329911555],[-73.51462016397218,41.088736329890224],[-73.5144971639189,41.08850032984803],[-73.51449716390697,41.08829232980728],[-73.51451416390665,41.08819132978692],[-73.51459916390712,41.08772132969204],[-73.51462816391269,41.08765532967815],[-73.51476716392924,41.08716132957679],[-73.51491216395706,41.08683032950716],[-73.51494516396876,41.08684832950959],[-73.5150451640042,41.08690332951711],[-73.51507916401627,41.0869223295197],[-73.51517616405081,41.08697832952748],[-73.51546916415514,41.08714732955098],[-73.51556716419005,41.08720432955892],[-73.51563716424434,41.087756329664785],[-73.51582916439224,41.089252329951606],[-73.51580816439223,41.089370329975424],[-73.515800164392,41.089411329983704],[-73.51570016439116,41.089959330094366],[-73.51588616444343,41.08982333006161],[-73.51599816447514,41.08974533004265],[-73.51601116447885,41.08973733004065],[-73.51639316459489,41.089609330003015],[-73.51651016463215,41.0896003299974],[-73.51661316466449,41.089584329990906],[-73.51678716472276,41.089620329992215],[-73.51705816481515,41.08970532999998],[-73.51713416484108,41.08972933000218],[-73.51719916486299,41.089745330003176],[-73.5174141649354,41.0897973300063],[-73.51749616496303,41.08981733000753],[-73.51765116501527,41.089855330009875],[-73.51773816504539,41.08989033001388],[-73.51781716507273,41.08992233001755],[-73.5179611651077,41.08972132997343],[-73.51800316511792,41.089663329960686],[-73.51823216516547,41.08920332986303],[-73.51830416518068,41.089063329833216],[-73.51841816520493,41.08884432978658],[-73.51864916528194,41.088886329787215],[-73.51914016544568,41.08897632978871],[-73.51934516551349,41.08900432978746],[-73.51957916559093,41.089037329786244],[-73.52004016574665,41.089156329794406],[-73.52009116579362,41.08968732989677],[-73.52016016582193,41.089792329915056],[-73.52024216585325,41.08987632992882],[-73.52049816594199,41.08998232994118],[-73.52061916598176,41.08999432993955],[-73.5207671660291,41.08998632993313],[-73.52110816613838,41.08997132991897],[-73.5212141661718,41.08995732991275],[-73.52136216621855,41.08993932990436],[-73.52144916624619,41.08993132989994],[-73.52158316628882,41.08992032989337],[-73.52171116632874,41.08989532988427],[-73.52179816635591,41.089879329878265],[-73.52197416641138,41.08985532986778],[-73.52207816644416,41.08984132986161],[-73.52236016653275,41.08979832984393],[-73.52250316657917,41.089802329840005],[-73.52268116663704,41.08980932983552],[-73.5226841666278,41.08963132980054],[-73.52269316662415,41.08951732977792],[-73.52270016662183,41.08943732976201],[-73.52273916662327,41.08924332972271],[-73.52277916662028,41.08896632966713],[-73.52284316662411,41.08867332960762],[-73.52284516662385,41.08865732960442],[-73.52289416662319,41.08837032954657],[-73.5232511667378,41.08835832953249],[-73.52385516693177,41.088339329508905],[-73.52432416708334,41.08834132949388],[-73.52468216719912,41.088344329482695],[-73.52507116732497,41.0883483294707],[-73.52623916770294,41.088362329435036],[-73.52662916782919,41.08836732942319],[-73.52688916791321,41.08836832941486],[-73.52729216804352,41.08837132940219],[-73.52767016816685,41.08839332939408],[-73.52793116825205,41.08840932938861],[-73.5278271682519,41.088991329506065],[-73.52777816825228,41.08927332956293],[-73.52758016822912,41.089983329708545],[-73.52747016823633,41.090727329857934],[-73.52738416824224,41.09131332997557],[-73.52760816831884,41.0913873299827],[-73.52796516844094,41.091506329994274],[-73.52827616854844,41.091629330008146],[-73.52849716862485,41.09171733001811],[-73.52871216869993,41.09181533003025],[-73.52893616877532,41.091868330033265],[-73.52923916887605,41.091918330033096],[-73.529338168909,41.09193533003317],[-73.52945516894792,41.091955330033244],[-73.52985816907841,41.091961330021164],[-73.53016816917639,41.09192433000372],[-73.53039516924366,41.091819329975685],[-73.53064116931155,41.09161832992822],[-73.53094516938009,41.091102329817126],[-73.531076169412,41.09092132977735],[-73.53124316945275,41.090692329727005],[-73.53152416952041,41.090290329639],[-73.5316941695669,41.09014432960482],[-73.53192216963285,41.09001032957105],[-73.53201016965834,41.08995932955816],[-73.53233816975822,41.089854329526815],[-73.53267316986484,41.0898273295105],[-73.53296816996252,41.08986932950902],[-73.53332517008228,41.08994732951257],[-73.53334517008909,41.089953329513094],[-73.53380717024754,41.090114329529435],[-73.53365817021998,41.090472329604474],[-73.53351017018898,41.09076432966655],[-73.53333517014747,41.09102532972344],[-73.5330141700714,41.09150532982803],[-73.5326421699862,41.09211332995938],[-73.53253716996264,41.0922933299981],[-73.53238916992547,41.09247833003921],[-73.53229016990355,41.09265333007673],[-73.53224216989943,41.09285133011713],[-73.53215716988653,41.09310433016948],[-73.53207616987996,41.09344533023894],[-73.53201516987895,41.09377033030462],[-73.5319431698781,41.09416033038339],[-73.53180816987009,41.09477933050909],[-73.53177516986896,41.094945330542686],[-73.5317591698704,41.09506033056576],[-73.53175016987191,41.09513733058113],[-73.53174416988394,41.09538033062892],[-73.53169216989595,41.09588133072877],[-73.53169016989716,41.09591333073511],[-73.53168416990222,41.09603533075921],[-73.53170116991707,41.096198330790585],[-73.53169716992083,41.09628633080795],[-73.53169016992757,41.096442330838734],[-73.53167416992864,41.09655133086062],[-73.53166216992983,41.09663933087825],[-73.53161216993485,41.09700733095198],[-73.53160716993557,41.09704833096017],[-73.53150116993848,41.0976943310902],[-73.53142816992582,41.097884331129826],[-73.53137816992185,41.09809633117299],[-73.53129516991594,41.09845933124683],[-73.5308791697817,41.0984613312609],[-73.53050016965945,41.09846433127397],[-73.52989016946516,41.09851133130324],[-73.52963916938691,41.09856033132109],[-73.52951716934895,41.098585331329986],[-73.52922716925593,41.09859633134169],[-73.52900316918542,41.098628331355314],[-73.52873216910018,41.09866833137207],[-73.52833216897366,41.098714331394234],[-73.5281081689028,41.09874033140671],[-73.5280241688762,41.09874933141121],[-73.52790216883767,41.09876433141819],[-73.52777316879624,41.0987683314232],[-73.52769016876958,41.09877133142652],[-73.52749016870587,41.09878633143603],[-73.52739816867638,41.098790331439844],[-73.52724016862575,41.098797331446406],[-73.52694016852911,41.098801331457054],[-73.52652116839268,41.09878233146712],[-73.52622916829765,41.09876933147417],[-73.52605616824029,41.09874333147477],[-73.52589916818859,41.098726331476605],[-73.52587916818172,41.09871933147589],[-73.52574516813605,41.09867733147206],[-73.52559216808156,41.098589331459856],[-73.5252571679601,41.09835833142563],[-73.52497016785742,41.098184331400994],[-73.52495716785278,41.09817633139984],[-73.52465216774591,41.09803133138147],[-73.52452916770253,41.09796733137298],[-73.52438916765398,41.097909331366225],[-73.52422516759772,41.09785233136045],[-73.52405216753905,41.09780333135654],[-73.52395816750823,41.09779533135806],[-73.52378016745067,41.09779433136374],[-73.52325916728128,41.09777433137694],[-73.5229351671784,41.09780533139365],[-73.52267616709436,41.0977983314008],[-73.52233616698405,41.09778933141022],[-73.52187116683352,41.09778333142434],[-73.5210601665713,41.09777833145001],[-73.52021616629767,41.09776033147425],[-73.52023416631583,41.097975331515755],[-73.52021416632013,41.09816233155306],[-73.52017016631312,41.09828733157899],[-73.52000816627464,41.09852833163153],[-73.51988616624162,41.09863933165728],[-73.51975616620268,41.098692331671934],[-73.51948616612317,41.09882633170706],[-73.51869516589245,41.09925733181749],[-73.517769165621,41.09973833194217],[-73.51741416551711,41.09992533199045],[-73.51711816543082,41.10008733203191],[-73.51711416542935,41.10008433203147],[-73.51706216541452,41.10011833203984],[-73.5168621653611,41.100313332084596],[-73.51672216533021,41.10056233213798],[-73.51671016533011,41.10062833215132],[-73.51665916532485,41.10082333219117],[-73.51662416532383,41.10100233222738],[-73.51652716531561,41.10140433230932],[-73.51645216531087,41.10174333237819],[-73.51635716529965,41.102082332447694],[-73.51631416530327,41.102387332508876],[-73.51627916531486,41.10278533258796],[-73.51625616532667,41.10312033265434],[-73.51597916523703,41.10311733266286],[-73.51580716517958,41.10308433266206],[-73.51564216512526,41.10306633266394],[-73.51560516511307,41.10306233266439],[-73.51534316502465,41.10299633266007],[-73.51442916471461,41.10273833263959],[-73.51384916451919,41.10259733263103],[-73.51364716445113,41.10254833262808],[-73.51343616438126,41.10251833262912],[-73.51324016431721,41.10250533263303],[-73.51318116429871,41.102515332636926],[-73.51307916426634,41.10252533264224],[-73.51300816424423,41.10253933264731],[-73.5128711642017,41.102569332657694],[-73.51240316405877,41.10271233270108],[-73.51233116403631,41.10272633270619],[-73.51210116396462,41.10277133272258],[-73.51194916391694,41.10279633273246],[-73.51167116382985,41.10284333275081],[-73.51149316377384,41.10286933276175],[-73.51134116372607,41.10289233277125],[-73.51109416364912,41.10294133278898],[-73.51103016362902,41.102951332793026],[-73.51083016356638,41.10298533280627],[-73.51008516332557,41.10298233283016],[-73.51001316330233,41.102982332832525],[-73.50977016322268,41.102962332836604],[-73.50982616323525,41.102866332815964],[-73.51008816330793,41.102658332766595],[-73.51021816334612,41.10259233274941],[-73.510436163415,41.102565332736944],[-73.51066816348832,41.102537332723834],[-73.5107561635133,41.1024773327092],[-73.51074116350276,41.1023783326903],[-73.51058216344192,41.1022133326632],[-73.51048716340716,41.10214233265242],[-73.51036416336365,41.10207633264353],[-73.51034216335337,41.102021332633484],[-73.51048016338251,41.10175233257625],[-73.51062616341513,41.10149933252191],[-73.51077816345008,41.101253332468715],[-73.51100316351328,41.101088332428986],[-73.51110216352987,41.100820332373246],[-73.51115616353904,41.10067633234327],[-73.511415163588,41.100072332216435],[-73.5114691635982,41.09994633218999],[-73.51172316365972,41.099589332111705],[-73.5117521636672,41.099556332104285],[-73.51176716367215,41.09955833210418],[-73.5118831637105,41.099573332103304],[-73.5121301637928,41.09961733210382],[-73.51228216383873,41.09956233208804],[-73.51243516387649,41.09935933204324],[-73.51254416390003,41.09915633199991],[-73.51262416390726,41.09883233193381],[-73.51272616392792,41.098618331888524],[-73.51274016391888,41.09838233184185],[-73.51273416391201,41.09829633182518],[-73.51272616390209,41.09816833180037],[-73.51301316397083,41.097751331709254],[-73.51308216398742,41.09765233168759],[-73.51309716397365,41.09732833162362],[-73.5131381639777,41.097168331590936],[-73.51315516397946,41.09710333157763],[-73.51321316399728,41.097087331572595],[-73.51332216403277,41.097092331569996],[-73.5134381640658,41.09701533155109],[-73.51351116407076,41.09669133148523],[-73.51355516406639,41.09636733142032],[-73.51377316412199,41.096109331362605],[-73.51410516421112,41.095794331289994],[-73.51420816423887,41.0956983312678],[-73.51434616427113,41.09548433122132],[-73.51443316428798,41.09528833118007]]]},"properties":{"name":209,"geoid":"09001020900"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.53388316960056,41.07842432723633],[-73.53388416960316,41.07846332724394],[-73.5338881696112,41.07858132726692],[-73.53389016961415,41.0786213272747],[-73.53389416962204,41.07873632729711],[-73.53390716964611,41.079082327364475],[-73.53391216965439,41.07919832738705],[-73.53392016966868,41.07940232742678],[-73.53391916966876,41.079409327428166],[-73.53390616970108,41.08004532755323],[-73.53390216971204,41.080258327595104],[-73.53390816972626,41.08047232763685],[-73.53392016975184,41.08085032771053],[-73.53391516976555,41.08111732776302],[-73.53391116977667,41.08133332780547],[-73.5339051697795,41.081416327821934],[-73.53390716978515,41.081503327838924],[-73.53391916981843,41.08201532793886],[-73.53392316982954,41.08218632797224],[-73.53392716983807,41.082312327996796],[-73.53393416985192,41.08251432803614],[-73.53393216986157,41.082693328071294],[-73.53393216986886,41.082820328096176],[-73.533931169869,41.082828328097776],[-73.53393116987056,41.082855328103065],[-73.53393116987112,41.082865328105015],[-73.53392816988084,41.08305132814157],[-73.53392716988695,41.08316332816354],[-73.53388616989933,41.083609328252294],[-73.53386916990453,41.083795328289305],[-73.5339301699352,41.083986328324706],[-73.5339671699547,41.08411832834936],[-73.53413917004472,41.08471832846128],[-73.53429517011567,41.0850763285263],[-73.53432917013114,41.08515432854045],[-73.53441017017107,41.08539432858482],[-73.53445217019565,41.08558632862106],[-73.5344751702089,41.08568732864009],[-73.53450517023066,41.08589732868026],[-73.53449817024419,41.08617232873436],[-73.53449817024614,41.086206328741014],[-73.53447317024731,41.0863673287734],[-73.53445917024888,41.086473328794625],[-73.53441717025377,41.08679432885889],[-73.53440417025577,41.0869023288805],[-73.53437317025926,41.087137328927554],[-73.5343481702629,41.08734132896835],[-73.53433317026968,41.08754332900841],[-73.53431217028036,41.087847329068666],[-73.53429617028881,41.08808432911564],[-73.53424217029533,41.08850132919911],[-73.53423817029622,41.08853932920667],[-73.53421317030664,41.0888613292706],[-73.53414017030366,41.08921932934313],[-73.53403817029043,41.089562329413695],[-73.5339691702775,41.089725329447894],[-73.53380717024754,41.090114329529435],[-73.53334517008909,41.089953329513094],[-73.53332517008228,41.08994732951257],[-73.53296816996252,41.08986932950902],[-73.53267316986484,41.0898273295105],[-73.53233816975822,41.089854329526815],[-73.53201016965834,41.08995932955816],[-73.53192216963285,41.09001032957105],[-73.5316941695669,41.09014432960482],[-73.53152416952041,41.090290329639],[-73.53124316945275,41.090692329727005],[-73.531076169412,41.09092132977735],[-73.53094516938009,41.091102329817126],[-73.53064116931155,41.09161832992822],[-73.53039516924366,41.091819329975685],[-73.53016816917639,41.09192433000372],[-73.52985816907841,41.091961330021164],[-73.52945516894792,41.091955330033244],[-73.529338168909,41.09193533003317],[-73.52923916887605,41.091918330033096],[-73.52893616877532,41.091868330033265],[-73.52871216869993,41.09181533003025],[-73.52849716862485,41.09171733001811],[-73.52827616854844,41.091629330008146],[-73.52796516844094,41.091506329994274],[-73.52760816831884,41.0913873299827],[-73.52738416824224,41.09131332997557],[-73.52747016823633,41.090727329857934],[-73.52758016822912,41.089983329708545],[-73.52777816825228,41.08927332956293],[-73.5278271682519,41.088991329506065],[-73.52793116825205,41.08840932938861],[-73.52767016816685,41.08839332939408],[-73.52729216804352,41.08837132940219],[-73.52688916791321,41.08836832941486],[-73.52662916782919,41.08836732942319],[-73.52623916770294,41.088362329435036],[-73.52507116732497,41.0883483294707],[-73.52468216719912,41.088344329482695],[-73.52432416708334,41.08834132949388],[-73.52385516693177,41.088339329508905],[-73.5232511667378,41.08835832953249],[-73.52289416662319,41.08837032954657],[-73.52284516662385,41.08865732960442],[-73.52284316662411,41.08867332960762],[-73.52277916662028,41.08896632966713],[-73.52273916662327,41.08924332972271],[-73.52270016662183,41.08943732976201],[-73.52269316662415,41.08951732977792],[-73.5226841666278,41.08963132980054],[-73.52268116663704,41.08980932983552],[-73.52250316657917,41.089802329840005],[-73.52236016653275,41.08979832984393],[-73.52207816644416,41.08984132986161],[-73.52197416641138,41.08985532986778],[-73.52179816635591,41.089879329878265],[-73.52171116632874,41.08989532988427],[-73.52158316628882,41.08992032989337],[-73.52144916624619,41.08993132989994],[-73.52136216621855,41.08993932990436],[-73.5212141661718,41.08995732991275],[-73.52110816613838,41.08997132991897],[-73.5207671660291,41.08998632993313],[-73.52061916598176,41.08999432993955],[-73.52049816594199,41.08998232994118],[-73.52024216585325,41.08987632992882],[-73.52016016582193,41.089792329915056],[-73.52009116579362,41.08968732989677],[-73.52004016574665,41.089156329794406],[-73.51957916559093,41.089037329786244],[-73.51934516551349,41.08900432978746],[-73.51914016544568,41.08897632978871],[-73.51864916528194,41.088886329787215],[-73.51841816520493,41.08884432978658],[-73.51830416518068,41.089063329833216],[-73.51823216516547,41.08920332986303],[-73.51800316511792,41.089663329960686],[-73.5179611651077,41.08972132997343],[-73.51781716507273,41.08992233001755],[-73.51773816504539,41.08989033001388],[-73.51765116501527,41.089855330009875],[-73.51749616496303,41.08981733000753],[-73.5174141649354,41.0897973300063],[-73.51719916486299,41.089745330003176],[-73.51713416484108,41.08972933000218],[-73.51705816481515,41.08970532999998],[-73.51678716472276,41.089620329992215],[-73.51661316466449,41.089584329990906],[-73.51651016463215,41.0896003299974],[-73.51639316459489,41.089609330003015],[-73.51601116447885,41.08973733004065],[-73.51599816447514,41.08974533004265],[-73.51588616444343,41.08982333006161],[-73.51570016439116,41.089959330094366],[-73.515800164392,41.089411329983704],[-73.51580816439223,41.089370329975424],[-73.51582916439224,41.089252329951606],[-73.51563716424434,41.087756329664785],[-73.51556716419005,41.08720432955892],[-73.51546916415514,41.08714732955098],[-73.51517616405081,41.08697832952748],[-73.51507916401627,41.0869223295197],[-73.5150451640042,41.08690332951711],[-73.51494516396876,41.08684832950959],[-73.51491216395706,41.08683032950716],[-73.51518116400875,41.0862173293782],[-73.51552216408827,41.08568432926256],[-73.51568216413236,41.08555232923143],[-73.51621916429511,41.08536632917734],[-73.51665516442301,41.08514132911892],[-73.51672016444083,41.085086329106],[-73.51681316445466,41.0848043290477],[-73.51684316445932,41.08471632902947],[-73.51674516440556,41.084331328957234],[-73.51603116415352,41.08395732890742],[-73.51603916413521,41.083593328835825],[-73.5162061641718,41.08329132877115],[-73.51631616420153,41.08319032874775],[-73.51672516431192,41.082812328660225],[-73.51677816429867,41.08228332855482],[-73.5168281642872,41.08180232845891],[-73.5169761642991,41.081176328331374],[-73.51729516438895,41.08094732827601],[-73.51793216457541,41.08061232818943],[-73.51815316462775,41.08028032811711],[-73.51801216456529,41.07998532806391],[-73.51785516450633,41.07984132804086],[-73.51774016446711,41.07980532803758],[-73.51776916446498,41.07960532799744],[-73.51757916438649,41.079306327945076],[-73.51729116427776,41.07903232790083],[-73.51739416426214,41.07818032773047],[-73.51741216425962,41.078035327701464],[-73.51724316418732,41.077726327646445],[-73.51611916370605,41.07566432727922],[-73.5158811636217,41.07553332726136],[-73.51558616351795,41.07538532724206],[-73.51567016354238,41.075338327230085],[-73.5157541635668,41.0752913272181],[-73.51601316364223,41.075148327181566],[-73.51625416371171,41.07500332714524],[-73.51641916375934,41.0749043271204],[-73.51648416377814,41.074866327110826],[-73.5165541637985,41.074827327100884],[-73.51663316382103,41.074775327088105],[-73.51667416383238,41.07474232708029],[-73.51673416384907,41.074695327069094],[-73.516842163888,41.074766327079466],[-73.51699916394163,41.074817327084304],[-73.51736916406495,41.07488432708528],[-73.51769916417524,41.074949327087175],[-73.51779516421003,41.07501532709696],[-73.51782016422018,41.0750513271032],[-73.51788916424819,41.07515132712053],[-73.51816216438371,41.07597732727346],[-73.51831616445044,41.07627332732642],[-73.51849316452285,41.07653932737273],[-73.51864716458738,41.07679732741824],[-73.51875916463129,41.07693232744103],[-73.51880616464832,41.076964327445744],[-73.51887716467273,41.07699032744852],[-73.5190431647272,41.077005327446],[-73.51957016489605,41.07698232742418],[-73.52007316505959,41.077001327411374],[-73.52012516507693,41.077011327411626],[-73.520179165095,41.077022327411996],[-73.5202551651215,41.07705632741617],[-73.52027916513232,41.07711032742596],[-73.5203011651455,41.07721532744581],[-73.52032916520403,41.078078327614044],[-73.52040816523184,41.07811832761928],[-73.5204761652573,41.078179327629],[-73.5204811652592,41.07818432762981],[-73.52049016526544,41.07824232764088],[-73.52050616527646,41.07834432766035],[-73.5204691652722,41.07847832768783],[-73.52041416525925,41.078562327706095],[-73.52033916524141,41.07867332773033],[-73.5203271652387,41.07869332773463],[-73.52020416520459,41.0787913277579],[-73.5202181652168,41.07892532778369],[-73.52022016522272,41.079017327801665],[-73.52022116522471,41.07904632780729],[-73.52028016525479,41.07923832784299],[-73.52030116526703,41.07933332786092],[-73.52038916530468,41.07949432788957],[-73.52043816532677,41.07960332790933],[-73.52043116532748,41.07965532791976],[-73.52042416532919,41.0797243279335],[-73.5203741653217,41.07987532796475],[-73.52040316533123,41.07987832796437],[-73.52049316536099,41.07989032796378],[-73.5205231653709,41.079894327963565],[-73.52073516544195,41.07993932796542],[-73.52089316549494,41.0799733279669],[-73.52137816565568,41.080045327965074],[-73.52159416572725,41.08007732796423],[-73.52164416572178,41.07970032788871],[-73.52167016572128,41.07954532785747],[-73.52168816572139,41.07944632783749],[-73.52170916571777,41.07926532780133],[-73.52176716572241,41.079019327751205],[-73.52185316573433,41.07874332769428],[-73.5219561657515,41.07846332763604],[-73.52207016577475,41.07822632758583],[-73.52220916580991,41.07805732754815],[-73.5222111658104,41.078054327547484],[-73.5223511658471,41.07790632751387],[-73.52253216588949,41.07762632745306],[-73.52265216593017,41.07766032745578],[-73.52278916597727,41.07771032746107],[-73.52283116599187,41.07772832746322],[-73.52294016602978,41.07777532746885],[-73.52303916606226,41.077784327467356],[-73.52356416624522,41.07801832749597],[-73.5236811662857,41.07806532750134],[-73.52371116629608,41.078077327502704],[-73.52400616639817,41.07819632751633],[-73.52423516647687,41.07827932752507],[-73.52459316659993,41.078409327538786],[-73.52492216671324,41.078532327552075],[-73.52515116679213,41.078618327561394],[-73.52528916683995,41.078675327568035],[-73.52540916688163,41.07872632757408],[-73.52564516696208,41.07880032758083],[-73.52571616698597,41.078817327581824],[-73.52575716699985,41.07882832758264],[-73.52585816703466,41.07886632758676],[-73.52596516707155,41.07890732759129],[-73.52613116712894,41.078973327598774],[-73.52628416718196,41.07903632760608],[-73.5263911672191,41.079081327611384],[-73.52664616730576,41.07915632761769],[-73.52672216733161,41.07917932761969],[-73.52685716737709,41.07921232762174],[-73.52696616741355,41.079234327622466],[-73.52709516745497,41.07923032761744],[-73.52726416750578,41.079164327598946],[-73.52740116754524,41.07908132757818],[-73.52746516756372,41.079043327568634],[-73.52764216761662,41.07896932754832],[-73.52771716763837,41.07892632753742],[-73.5278431676751,41.07885732751975],[-73.52795116770733,41.07881132750718],[-73.5280321677316,41.07877832749806],[-73.52819416778104,41.07872832748292],[-73.52850616787644,41.07863532745445],[-73.52868616793222,41.078594327440506],[-73.52885316798401,41.07855732742775],[-73.52890416800008,41.07855032742472],[-73.52908216805837,41.0785643274216],[-73.52926016811666,41.0785783274185],[-73.52961716823391,41.078613327413606],[-73.5297681682844,41.078643327414525],[-73.52978216828912,41.07864632741466],[-73.52999716836027,41.07867632741346],[-73.53024916844461,41.07872832741538],[-73.53038516849018,41.07875732741659],[-73.53082616863695,41.07883332741699],[-73.53088216865767,41.07887932742416],[-73.5309421686787,41.078908327427875],[-73.53098916869486,41.07892532742966],[-73.53104616871452,41.07894732743208],[-73.53109716873455,41.07900932744257],[-73.53119416876973,41.07907632745251],[-73.53120916877054,41.0790063274383],[-73.53121916877161,41.07896832743052],[-73.53123616877393,41.07891332741919],[-73.5312731687806,41.07882132739993],[-73.53127916877737,41.078731327382094],[-73.53130316878037,41.07864832736504],[-73.53133616878493,41.07854232734319],[-73.53142216881245,41.07853832733959],[-73.53167916889475,41.07852632732876],[-73.53176616892267,41.07852332732532],[-73.53218916905817,41.078504327307705],[-73.5323451691082,41.078498327301396],[-73.53312016935529,41.07844332726513],[-73.53345916946425,41.078434327252225],[-73.53388316960056,41.07842432723633]]]},"properties":{"name":210,"geoid":"09001021000"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.51558616351795,41.07538532724206],[-73.51551216349193,41.075348327237236],[-73.51529116341419,41.07523732722273],[-73.5152181633885,41.07520032721789],[-73.51508516334171,41.075133327209116],[-73.51476616322945,41.07497232718804],[-73.5147161632093,41.07490232717596],[-73.51463116317495,41.07478232715523],[-73.51468316319072,41.074764327150014],[-73.51475416321193,41.07473432714178],[-73.51504016329753,41.07461632710926],[-73.51512416332356,41.074597327102786],[-73.51525316336352,41.07456832709286],[-73.51527016336617,41.074518327082494],[-73.51529616337042,41.074446327067534],[-73.51532616337816,41.07441232705988],[-73.5153511633848,41.074387327054154],[-73.5153901633954,41.07435232704601],[-73.51517916331946,41.074216327026285],[-73.51454816309229,41.07380832696704],[-73.51444116305377,41.07373932695704],[-73.51433816301667,41.07367232694729],[-73.51428116299283,41.07357732693054],[-73.5141691629457,41.07338632689678],[-73.5140811629135,41.07332032688673],[-73.51399316288136,41.073255326876875],[-73.51373516278704,41.07306332684771],[-73.51339116266857,41.07293432683373],[-73.5130981625677,41.07282532682199],[-73.51231316231633,41.072862326855024],[-73.51183216215952,41.072836326865726],[-73.51136916200193,41.07269532685329],[-73.51134516199376,41.07268832685271],[-73.51093716183503,41.07221732677378],[-73.51093716183279,41.072178326766135],[-73.51093416180554,41.07172032667645],[-73.51093416179499,41.071536326640384],[-73.51081016173048,41.071109326560745],[-73.51065116167476,41.071033326551074],[-73.51011316149031,41.07084632653208],[-73.51008516148076,41.07083732653123],[-73.51000616143115,41.070417326451505],[-73.51006816145119,41.07041732644946],[-73.51038216155257,41.070417326439156],[-73.51151016191695,41.0704193264025],[-73.51188616203841,41.07042032639034],[-73.51276416231738,41.07034132634602],[-73.51312416243185,41.07031032632812],[-73.51380616264503,41.070187326281605],[-73.51457316287905,41.069949326209766],[-73.51530316309737,41.069646326126396],[-73.51611816334115,41.06930832603337],[-73.51721716366195,41.06871432588082],[-73.51793116387041,41.06832932578189],[-73.5186791640753,41.06769032563205],[-73.51976616433332,41.066069325278555],[-73.5204631644989,41.06503232505235],[-73.52038316449159,41.06535532511831],[-73.52014716447113,41.06632732531663],[-73.5200681644642,41.066651325382736],[-73.52012316448312,41.06667132538485],[-73.52028816453993,41.06673332539158],[-73.52034316455891,41.06675432539389],[-73.52056816463522,41.06681832539905],[-73.52092816475742,41.06692232540761],[-73.52124316486471,41.06701932541628],[-73.52146816494137,41.067089325422614],[-73.52138516492144,41.067209325448864],[-73.52126916489529,41.06740632549129],[-73.52126716489471,41.06740732549155],[-73.52113616486376,41.067605325534664],[-73.52090416481735,41.06810232563972],[-73.5207551647856,41.068387325700485],[-73.52074516478358,41.068408325704944],[-73.5206771647702,41.06855832573657],[-73.52056716474515,41.06874032577586],[-73.52074516480273,41.06874232577041],[-73.52103016489498,41.06874632576183],[-73.52128016497541,41.06874132575263],[-73.52145916503304,41.06873832574617],[-73.52171816511748,41.068752325740405],[-73.52188216517092,41.06876132573678],[-73.52204716522532,41.06878032573508],[-73.5224911653721,41.06884032573227],[-73.52274916545748,41.06887632573084],[-73.5233981656737,41.06899232573225],[-73.52381416581179,41.069058325731525],[-73.52418316593462,41.06912232573194],[-73.52481616614898,41.06929632574525],[-73.52541316634915,41.06942532575092],[-73.52603316655801,41.06957632576015],[-73.5263351666628,41.069703325775116],[-73.52646416670095,41.06964232575891],[-73.5265301667206,41.069613325751064],[-73.52670616676612,41.06941632570666],[-73.52679916678646,41.06924732567048],[-73.52683416678893,41.069093325639145],[-73.52682016677443,41.068919325605506],[-73.52680116675985,41.06877232557731],[-73.5267641667382,41.06860332554538],[-73.52674416672292,41.068449325515864],[-73.52693216678097,41.06840332550066],[-73.527165166853,41.06834732548203],[-73.52749516695444,41.06825832545373],[-73.52768316701227,41.068208325437766],[-73.5277921670458,41.068179325428495],[-73.52802716711932,41.06813832541273],[-73.52804616712517,41.06813332541112],[-73.52834916721933,41.06806932538862],[-73.52859116729488,41.06802432537185],[-73.52885616737443,41.06791932534255],[-73.52909916744576,41.06779532531025],[-73.52919716747459,41.06774632529744],[-73.52942316754005,41.06761532526433],[-73.52980116764886,41.067384325206625],[-73.52980116764878,41.06738332520643],[-73.52993716768661,41.06727732518117],[-73.53016216774789,41.067079325134976],[-73.53050216784328,41.066828325074596],[-73.53067416788922,41.06666132503619],[-73.53079216791923,41.06652032500468],[-73.53080516792298,41.066512325002684],[-73.53104016799155,41.066385324970064],[-73.53120816804264,41.06633032495377],[-73.5313271680794,41.06630132494416],[-73.53134016808343,41.06629832494315],[-73.53149316812997,41.06624832492832],[-73.53167816818655,41.066193324911445],[-73.53179616822268,41.066159324900916],[-73.53208516831145,41.06608032487594],[-73.53252016844512,41.0659623248385],[-73.53279616852637,41.06582532480257],[-73.53290916855798,41.06574032478219],[-73.53291416855944,41.06573732478143],[-73.53300216858321,41.065656324762664],[-73.53311916861351,41.065526324733334],[-73.53312816862503,41.06567632476245],[-73.53311616862678,41.06577432478205],[-73.53312816863351,41.06582432479146],[-73.53319916867287,41.0661103248452],[-73.53322716869108,41.06627032487563],[-73.53333416875041,41.0667023249568],[-73.53340716879079,41.066995325011845],[-73.53344516881299,41.06716832504451],[-73.53345316881712,41.06719532504955],[-73.53358716888506,41.06762532512943],[-73.53362616890689,41.06778632515971],[-73.53367616893452,41.06798632519727],[-73.53375816897521,41.06823432524319],[-73.53382316900753,41.06843132527967],[-73.53390016905057,41.06874832533927],[-73.53391616905952,41.06881432535169],[-73.5339741690882,41.0689873253837],[-73.53399016909593,41.06903232539199],[-73.53405416912837,41.069237325430066],[-73.53410816915603,41.06941532546319],[-73.53410916915641,41.069416325463344],[-73.53411516915936,41.06943432546668],[-73.53418016919878,41.06975532552747],[-73.53422916922682,41.06996832556761],[-73.53425616924227,41.07008532558964],[-73.53426716924972,41.07015332560262],[-73.53429716927357,41.07040032565005],[-73.53437416931705,41.07072432571102],[-73.53441316934267,41.07095132575423],[-73.53444616936163,41.071096325781575],[-73.53453616941687,41.071552325867984],[-73.53453516943233,41.07182732592193],[-73.53448416943422,41.07214732598633],[-73.53435416940982,41.07245332605058],[-73.53433116940452,41.07249032605859],[-73.5342481693915,41.07273032610836],[-73.53419316938533,41.07293232614976],[-73.53416216938497,41.073100326183706],[-73.53415416938371,41.07312332618847],[-73.53413016937986,41.0731913262026],[-73.53412316937899,41.07321532620753],[-73.53411416937769,41.07324332621331],[-73.53407716937419,41.073390326243334],[-73.53399816936177,41.07361832629063],[-73.53362016930264,41.074714326517864],[-73.53359216929958,41.07481832653917],[-73.53354816929483,41.07498332657296],[-73.53356016931318,41.07523532662194],[-73.53358516933346,41.07544832666288],[-73.53366316939551,41.07609032678613],[-73.5336891694162,41.07630432682722],[-73.53371216943218,41.07645332685566],[-73.53376216946647,41.07676932691596],[-73.53378816948249,41.076902326941166],[-73.53381716950048,41.07705232696959],[-73.5338241695075,41.07713532698565],[-73.5338451695287,41.07738632703415],[-73.5338531695361,41.07747032705034],[-73.5338651695509,41.07766032708719],[-73.53388416957243,41.07792832713909],[-73.53388316958953,41.078232327198705],[-73.53388316960056,41.07842432723633],[-73.53345916946425,41.078434327252225],[-73.53312016935529,41.07844332726513],[-73.5323451691082,41.078498327301396],[-73.53218916905817,41.078504327307705],[-73.53176616892267,41.07852332732532],[-73.53167916889475,41.07852632732876],[-73.53142216881245,41.07853832733959],[-73.53133616878493,41.07854232734319],[-73.53130316878037,41.07864832736504],[-73.53127916877737,41.078731327382094],[-73.5312731687806,41.07882132739993],[-73.53123616877393,41.07891332741919],[-73.53121916877161,41.07896832743052],[-73.53120916877054,41.0790063274383],[-73.53119416876973,41.07907632745251],[-73.53109716873455,41.07900932744257],[-73.53104616871452,41.07894732743208],[-73.53098916869486,41.07892532742966],[-73.5309421686787,41.078908327427875],[-73.53088216865767,41.07887932742416],[-73.53082616863695,41.07883332741699],[-73.53038516849018,41.07875732741659],[-73.53024916844461,41.07872832741538],[-73.52999716836027,41.07867632741346],[-73.52978216828912,41.07864632741466],[-73.5297681682844,41.078643327414525],[-73.52961716823391,41.078613327413606],[-73.52926016811666,41.0785783274185],[-73.52908216805837,41.0785643274216],[-73.52890416800008,41.07855032742472],[-73.52885316798401,41.07855732742775],[-73.52868616793222,41.078594327440506],[-73.52850616787644,41.07863532745445],[-73.52819416778104,41.07872832748292],[-73.5280321677316,41.07877832749806],[-73.52795116770733,41.07881132750718],[-73.5278431676751,41.07885732751975],[-73.52771716763837,41.07892632753742],[-73.52764216761662,41.07896932754832],[-73.52746516756372,41.079043327568634],[-73.52740116754524,41.07908132757818],[-73.52726416750578,41.079164327598946],[-73.52709516745497,41.07923032761744],[-73.52696616741355,41.079234327622466],[-73.52685716737709,41.07921232762174],[-73.52672216733161,41.07917932761969],[-73.52664616730576,41.07915632761769],[-73.5263911672191,41.079081327611384],[-73.52628416718196,41.07903632760608],[-73.52613116712894,41.078973327598774],[-73.52596516707155,41.07890732759129],[-73.52585816703466,41.07886632758676],[-73.52575716699985,41.07882832758264],[-73.52571616698597,41.078817327581824],[-73.52564516696208,41.07880032758083],[-73.52540916688163,41.07872632757408],[-73.52528916683995,41.078675327568035],[-73.52515116679213,41.078618327561394],[-73.52492216671324,41.078532327552075],[-73.52459316659993,41.078409327538786],[-73.52423516647687,41.07827932752507],[-73.52400616639817,41.07819632751633],[-73.52371116629608,41.078077327502704],[-73.5236811662857,41.07806532750134],[-73.52356416624522,41.07801832749597],[-73.52303916606226,41.077784327467356],[-73.52294016602978,41.07777532746885],[-73.52283116599187,41.07772832746322],[-73.52278916597727,41.07771032746107],[-73.52265216593017,41.07766032745578],[-73.52253216588949,41.07762632745306],[-73.5223511658471,41.07790632751387],[-73.5222111658104,41.078054327547484],[-73.52220916580991,41.07805732754815],[-73.52207016577475,41.07822632758583],[-73.5219561657515,41.07846332763604],[-73.52185316573433,41.07874332769428],[-73.52176716572241,41.079019327751205],[-73.52170916571777,41.07926532780133],[-73.52168816572139,41.07944632783749],[-73.52167016572128,41.07954532785747],[-73.52164416572178,41.07970032788871],[-73.52159416572725,41.08007732796423],[-73.52137816565568,41.080045327965074],[-73.52089316549494,41.0799733279669],[-73.52073516544195,41.07993932796542],[-73.5205231653709,41.079894327963565],[-73.52049316536099,41.07989032796378],[-73.52040316533123,41.07987832796437],[-73.5203741653217,41.07987532796475],[-73.52042416532919,41.0797243279335],[-73.52043116532748,41.07965532791976],[-73.52043816532677,41.07960332790933],[-73.52038916530468,41.07949432788957],[-73.52030116526703,41.07933332786092],[-73.52028016525479,41.07923832784299],[-73.52022116522471,41.07904632780729],[-73.52022016522272,41.079017327801665],[-73.5202181652168,41.07892532778369],[-73.52020416520459,41.0787913277579],[-73.5203271652387,41.07869332773463],[-73.52033916524141,41.07867332773033],[-73.52041416525925,41.078562327706095],[-73.5204691652722,41.07847832768783],[-73.52050616527646,41.07834432766035],[-73.52049016526544,41.07824232764088],[-73.5204811652592,41.07818432762981],[-73.5204761652573,41.078179327629],[-73.52040816523184,41.07811832761928],[-73.52032916520403,41.078078327614044],[-73.5203011651455,41.07721532744581],[-73.52027916513232,41.07711032742596],[-73.5202551651215,41.07705632741617],[-73.520179165095,41.077022327411996],[-73.52012516507693,41.077011327411626],[-73.52007316505959,41.077001327411374],[-73.51957016489605,41.07698232742418],[-73.5190431647272,41.077005327446],[-73.51887716467273,41.07699032744852],[-73.51880616464832,41.076964327445744],[-73.51875916463129,41.07693232744103],[-73.51864716458738,41.07679732741824],[-73.51849316452285,41.07653932737273],[-73.51831616445044,41.07627332732642],[-73.51816216438371,41.07597732727346],[-73.51788916424819,41.07515132712053],[-73.51782016422018,41.0750513271032],[-73.51779516421003,41.07501532709696],[-73.51769916417524,41.074949327087175],[-73.51736916406495,41.07488432708528],[-73.51699916394163,41.074817327084304],[-73.516842163888,41.074766327079466],[-73.51673416384907,41.074695327069094],[-73.51667416383238,41.07474232708029],[-73.51663316382103,41.074775327088105],[-73.5165541637985,41.074827327100884],[-73.51648416377814,41.074866327110826],[-73.51641916375934,41.0749043271204],[-73.51625416371171,41.07500332714524],[-73.51601316364223,41.075148327181566],[-73.5157541635668,41.0752913272181],[-73.51567016354238,41.075338327230085],[-73.51558616351795,41.07538532724206]]]},"properties":{"name":211,"geoid":"09001021100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.53393116987112,41.082865328105015],[-73.53393116987056,41.082855328103065],[-73.533931169869,41.082828328097776],[-73.53393216986886,41.082820328096176],[-73.53393216986157,41.082693328071294],[-73.53393416985192,41.08251432803614],[-73.53392716983807,41.082312327996796],[-73.53392316982954,41.08218632797224],[-73.53391916981843,41.08201532793886],[-73.53390716978515,41.081503327838924],[-73.5339051697795,41.081416327821934],[-73.53391116977667,41.08133332780547],[-73.53391516976555,41.08111732776302],[-73.53392016975184,41.08085032771053],[-73.53390816972626,41.08047232763685],[-73.53390216971204,41.080258327595104],[-73.53390616970108,41.08004532755323],[-73.53391916966876,41.079409327428166],[-73.53392016966868,41.07940232742678],[-73.53391216965439,41.07919832738705],[-73.53390716964611,41.079082327364475],[-73.53389416962204,41.07873632729711],[-73.53389016961415,41.0786213272747],[-73.5338881696112,41.07858132726692],[-73.53388416960316,41.07846332724394],[-73.53388316960056,41.07842432723633],[-73.53388316958953,41.078232327198705],[-73.53388416957243,41.07792832713909],[-73.5338651695509,41.07766032708719],[-73.5338531695361,41.07747032705034],[-73.5338451695287,41.07738632703415],[-73.5338241695075,41.07713532698565],[-73.53381716950048,41.07705232696959],[-73.53378816948249,41.076902326941166],[-73.53376216946647,41.07676932691596],[-73.53371216943218,41.07645332685566],[-73.5336891694162,41.07630432682722],[-73.53366316939551,41.07609032678613],[-73.53358516933346,41.07544832666288],[-73.53356016931318,41.07523532662194],[-73.53354816929483,41.07498332657296],[-73.53359216929958,41.07481832653917],[-73.53362016930264,41.074714326517864],[-73.53399816936177,41.07361832629063],[-73.53407716937419,41.073390326243334],[-73.53411416937769,41.07324332621331],[-73.53412316937899,41.07321532620753],[-73.53413016937986,41.0731913262026],[-73.53415416938371,41.07312332618847],[-73.53416216938497,41.073100326183706],[-73.53419316938533,41.07293232614976],[-73.5342481693915,41.07273032610836],[-73.53433116940452,41.07249032605859],[-73.53435416940982,41.07245332605058],[-73.53448416943422,41.07214732598633],[-73.53453516943233,41.07182732592193],[-73.53453616941687,41.071552325867984],[-73.53444616936163,41.071096325781575],[-73.53441316934267,41.07095132575423],[-73.53437416931705,41.07072432571102],[-73.53429716927357,41.07040032565005],[-73.53426716924972,41.07015332560262],[-73.53425616924227,41.07008532558964],[-73.53422916922682,41.06996832556761],[-73.53418016919878,41.06975532552747],[-73.53411516915936,41.06943432546668],[-73.53410916915641,41.069416325463344],[-73.53410816915603,41.06941532546319],[-73.53405416912837,41.069237325430066],[-73.53399016909593,41.06903232539199],[-73.5339741690882,41.0689873253837],[-73.53391616905952,41.06881432535169],[-73.53390016905057,41.06874832533927],[-73.53382316900753,41.06843132527967],[-73.53375816897521,41.06823432524319],[-73.53367616893452,41.06798632519727],[-73.53362616890689,41.06778632515971],[-73.53358716888506,41.06762532512943],[-73.53345316881712,41.06719532504955],[-73.53344516881299,41.06716832504451],[-73.53340716879079,41.066995325011845],[-73.53333416875041,41.0667023249568],[-73.53322716869108,41.06627032487563],[-73.53319916867287,41.0661103248452],[-73.53312816863351,41.06582432479146],[-73.53311616862678,41.06577432478205],[-73.53312816862503,41.06567632476245],[-73.53311916861351,41.065526324733334],[-73.53325016865604,41.065530324729814],[-73.53340016870331,41.06551032472097],[-73.53363116877688,41.06549232470983],[-73.53384116884381,41.0654773247],[-73.53426316897777,41.06543732467828],[-73.53489216918051,41.06543132465642],[-73.53517416927173,41.06543432464775],[-73.53549616937597,41.06543932463814],[-73.53568816943687,41.06542032462812],[-73.53599516953422,41.065389324611935],[-73.53636016964997,41.06535332459288],[-73.53691716982665,41.065298324563784],[-73.53719616991513,41.06527032454913],[-73.53722516992438,41.06526832454779],[-73.537346169963,41.065260324542244],[-73.53740716998244,41.065256324539455],[-73.53760717004856,41.06528332453817],[-73.53770017008084,41.06532232454276],[-73.53781317012003,41.06536932454826],[-73.53803117019051,41.06537132454148],[-73.53825417026268,41.06537432453474],[-73.53845217032553,41.065355324524496],[-73.53868617039986,41.06533432451269],[-73.5389041704691,41.0653143245016],[-73.53922317056978,41.06527432448329],[-73.53936717061555,41.06526132447599],[-73.53952217066484,41.06524832446834],[-73.5401931708755,41.06514432442589],[-73.54066717102522,41.06508632439893],[-73.54075517105288,41.06507332439351],[-73.54086417108721,41.06505832438698],[-73.54109117115705,41.06499832436776],[-73.54119317118531,41.06491732434853],[-73.54122717119922,41.0649683243574],[-73.54142517128277,41.06531032441793],[-73.54175017141142,41.06572332448822],[-73.54199517150843,41.0660353245413],[-73.54224917160812,41.06634332459333],[-73.54274117180341,41.06697832470163],[-73.54308217193442,41.06734232476177],[-73.54323017197777,41.06726532474181],[-73.54336517201745,41.067197324724056],[-73.54368817211414,41.067065324687555],[-73.54384317216058,41.0670023246701],[-73.54409517223631,41.066904324642614],[-73.54423817227936,41.06685032462732],[-73.54447117234943,41.06676032460202],[-73.54485217246372,41.066608324559695],[-73.54510417253938,41.06650932453199],[-73.54523817258759,41.066595324544444],[-73.54543617265892,41.06672432456322],[-73.54564217273285,41.06685332458173],[-73.54577817278162,41.06693832459392],[-73.5460191728684,41.067094324616576],[-73.54623217294512,41.06723332463682],[-73.54674917313038,41.067552324682346],[-73.5469941732182,41.06770432470407],[-73.54726617331548,41.06786932472746],[-73.54773617348371,41.06815632476827],[-73.54806917360455,41.0683883248028],[-73.54833117369964,41.06857132483005],[-73.5484591737485,41.068702324851515],[-73.5486611738256,41.06890932488543],[-73.54880017387988,41.06907332491302],[-73.54883617389325,41.069103324917705],[-73.54897717394554,41.0692213249362],[-73.54918617402845,41.06949032498206],[-73.54922517404381,41.069538324990184],[-73.54927517406347,41.069599325000475],[-73.54940317411771,41.06982432504037],[-73.54943617413568,41.06995132506418],[-73.54944617414583,41.070072325087565],[-73.54944417415169,41.0701853251098],[-73.54936417415452,41.07068432521021],[-73.54930117415704,41.071082325290284],[-73.5492901741606,41.07120632531496],[-73.54927317416718,41.07141632535668],[-73.5492411741661,41.07157732538929],[-73.54921817416574,41.071700325414156],[-73.54916617416457,41.07197232546918],[-73.54909817416359,41.07233732554296],[-73.54902617416649,41.0727923256345],[-73.5489841741687,41.07306732568978],[-73.54893717417019,41.07335732574818],[-73.54887917417278,41.073728325822785],[-73.54885717417216,41.07384132584565],[-73.54884517418748,41.074175325911504],[-73.54885917419527,41.07423232592221],[-73.54887517420406,41.074295325934045],[-73.54889817422463,41.07452432597816],[-73.54896917425953,41.07473232601659],[-73.54904517429583,41.07493732605426],[-73.5491211743321,41.07514132609174],[-73.5492711744131,41.07570832619792],[-73.54946217450222,41.076186326285324],[-73.54950417452177,41.07629032630432],[-73.5495841745608,41.07652032634676],[-73.54959117456791,41.07660432636298],[-73.54964617459295,41.07673132638608],[-73.54980417466483,41.07709432645201],[-73.54981017466791,41.07711432645573],[-73.54985317468945,41.07724732648038],[-73.54986617469685,41.07730332649093],[-73.5498891747095,41.077394326508],[-73.54989817471701,41.07747432652339],[-73.5499051747226,41.07753232653452],[-73.5499211747349,41.07765632655828],[-73.54995517476024,41.07790632660616],[-73.5499541747671,41.07803132663069],[-73.54995417477434,41.07815732665537],[-73.54996417478831,41.07834432669169],[-73.54996517478888,41.07834832669245],[-73.54996817479973,41.07852032672606],[-73.54996217481158,41.07876032677329],[-73.54996717482157,41.07890632680172],[-73.54997417483465,41.07909432683834],[-73.54999017484901,41.079254326869176],[-73.55000417486276,41.07941532690026],[-73.55000117486956,41.0795503269268],[-73.54999117487311,41.07966832695026],[-73.54998517487618,41.0797553269675],[-73.54996317487931,41.079933327003104],[-73.54989817487328,41.0801933270562],[-73.54982217486227,41.08042932710494],[-73.54952317481747,41.08132932729114],[-73.54934217479052,41.08187732740446],[-73.54925817477702,41.082114327453674],[-73.54923117477807,41.082284327487876],[-73.54915417477085,41.08259132755055],[-73.5491361747713,41.08270032757251],[-73.54909817476911,41.082875327608065],[-73.54910317478245,41.08307932764785],[-73.54908117479248,41.08337732770696],[-73.5490741747967,41.083490327729336],[-73.54906817481103,41.083773327784996],[-73.54878417469388,41.08333032770753],[-73.54861917462568,41.08307132766221],[-73.5483391745157,41.08273032760461],[-73.54806917440968,41.08240232754923],[-73.54805317440439,41.08240032754936],[-73.54793017437139,41.082517327576326],[-73.54780117433613,41.082628327602336],[-73.54761817428681,41.08279832764166],[-73.54758217427609,41.082814327645984],[-73.5475591742686,41.082813327646534],[-73.54752417425617,41.08279332764378],[-73.54746917423253,41.082691327625604],[-73.54738817420059,41.08259032760848],[-73.54735017418623,41.08255432760268],[-73.54727617415821,41.082482327591],[-73.54722117414337,41.0825333276028],[-73.54693317406591,41.08280332766518],[-73.54672317400973,41.083005327711675],[-73.54593517374988,41.082911327719174],[-73.54546217359389,41.08285432772357],[-73.54427517320272,41.08271732773579],[-73.54422817319293,41.08281132775575],[-73.5441351731666,41.08287532777136],[-73.54411117315948,41.082886327774304],[-73.54398417312197,41.08294732779043],[-73.54384717307963,41.0829803278014],[-73.54367217302381,41.08299232780951],[-73.54349117296438,41.08297532781213],[-73.54339917293348,41.08295432781105],[-73.54316117285366,41.08290232780867],[-73.5430411728061,41.08274932778266],[-73.54303017280156,41.08273232777968],[-73.54296617277534,41.08263532776277],[-73.54289117274341,41.08250132773898],[-73.54281517271404,41.08241732772503],[-73.5427081726683,41.082222327690346],[-73.54268017265775,41.08219632768617],[-73.54257517261829,41.08209932767062],[-73.5425091725956,41.082075327668086],[-73.5422631725204,41.08214932769068],[-73.54173417235886,41.08231032773963],[-73.54152217229293,41.082354327755226],[-73.54127117221493,41.08240732777386],[-73.54108117215536,41.0824383277862],[-73.54069817203543,41.08250332781154],[-73.54051617197895,41.08254332782535],[-73.54032917192099,41.08258532783974],[-73.54013517186173,41.082644327857665],[-73.5400381718322,41.08267532786694],[-73.53957217169304,41.08287232792087],[-73.53949517167007,41.08290532792987],[-73.53938317163609,41.082943327940995],[-73.53907817153915,41.08297032795632],[-73.53872017142545,41.08300332797455],[-73.53816617124959,41.083056328003174],[-73.53786217115317,41.08308632801905],[-73.53754517105213,41.08310932803398],[-73.53736817099579,41.08312332804255],[-73.53659317074793,41.08316532807627],[-73.53627617064662,41.083183328090215],[-73.53607517058131,41.08317632809546],[-73.53604117057014,41.083173328095995],[-73.53564117043916,41.08314132810286],[-73.53533717034088,41.08313932811247],[-73.53510217026499,41.08313932812021],[-73.53486317018586,41.08310532812139],[-73.5347921701624,41.083096328121975],[-73.53417916995558,41.08294132811175],[-73.53416116994943,41.08293532811116],[-73.53393116987112,41.082865328105015]]]},"properties":{"name":212,"geoid":"09001021200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.55661917735002,41.085527327880115],[-73.55657117733197,41.085483327873064],[-73.5565261773149,41.08543932786594],[-73.5563701772557,41.0852853278409],[-73.55626617721722,41.085200327827664],[-73.55615117717412,41.08509632781109],[-73.55602217712665,41.08499532779554],[-73.5557791770313,41.08470132774594],[-73.55536817686769,41.08416432765427],[-73.55529817684021,41.084079327639905],[-73.55510017676237,41.083837327599014],[-73.55488317667758,41.083581327556],[-73.55475217662655,41.08342932753053],[-73.55466017659064,41.08332132751238],[-73.55451817653345,41.08312432747846],[-73.5543991764848,41.0829463274475],[-73.55428817643941,41.082780327418625],[-73.55421917640636,41.08259332738427],[-73.55416517637615,41.08237032734233],[-73.55408917633032,41.082000327272354],[-73.55404817630564,41.081801327234714],[-73.55401417628046,41.081554327187426],[-73.55397317624998,41.08125432712999],[-73.55388317619489,41.08080132704419],[-73.55388217619426,41.080796327043245],[-73.55387017617568,41.08054032699347],[-73.55381017613533,41.080175326923936],[-73.55369517605756,41.07946832678917],[-73.55364717601965,41.07907832671433],[-73.55362117599866,41.07885932667229],[-73.55357817597661,41.078717326645865],[-73.55353517595309,41.078549326614365],[-73.55348817592692,41.07835832657849],[-73.55340417588192,41.0780473265203],[-73.55336017585813,41.07788032648902],[-73.55328117582101,41.07767832645203],[-73.55308617572909,41.07717432635968],[-73.55302317570374,41.0770873263447],[-73.552897175653,41.07691232631456],[-73.55268517556236,41.0765263262459],[-73.55253317549824,41.076264326199556],[-73.55240117544845,41.076139326179394],[-73.55234317542605,41.07607532616877],[-73.55225917539352,41.07598132615312],[-73.55207817531893,41.07570032610399],[-73.55172717517245,41.075123326002476],[-73.55142317504436,41.07460232591037],[-73.55112717492362,41.07416432583427],[-73.55107217490172,41.07409232582197],[-73.5508811748257,41.07384232577926],[-73.55071917475503,41.07352232572187],[-73.55067617473624,41.07343732570663],[-73.55060117470461,41.07330832568382],[-73.55038217461374,41.07295732562223],[-73.5501611745267,41.072684325576],[-73.55002217446793,41.07244232553313],[-73.55000517446072,41.072412325527814],[-73.54985317440166,41.07223832549872],[-73.5497711743692,41.07213432548103],[-73.54965617432524,41.072015325461486],[-73.54958417429677,41.07192432544603],[-73.54946517425248,41.07182232542995],[-73.54941517423394,41.07178032542335],[-73.54921817416574,41.071700325414156],[-73.5492411741661,41.07157732538929],[-73.54927317416718,41.07141632535668],[-73.5492901741606,41.07120632531496],[-73.54930117415704,41.071082325290284],[-73.54936417415452,41.07068432521021],[-73.54944417415169,41.0701853251098],[-73.54944617414583,41.070072325087565],[-73.54943617413568,41.06995132506418],[-73.54940317411771,41.06982432504037],[-73.54927517406347,41.069599325000475],[-73.54922517404381,41.069538324990184],[-73.54918617402845,41.06949032498206],[-73.54897717394554,41.0692213249362],[-73.54883617389325,41.069103324917705],[-73.54880017387988,41.06907332491302],[-73.5486611738256,41.06890932488543],[-73.5484591737485,41.068702324851515],[-73.54833117369964,41.06857132483005],[-73.54806917360455,41.0683883248028],[-73.54773617348371,41.06815632476827],[-73.54726617331548,41.06786932472746],[-73.5469941732182,41.06770432470407],[-73.54674917313038,41.067552324682346],[-73.54623217294512,41.06723332463682],[-73.5460191728684,41.067094324616576],[-73.54577817278162,41.06693832459392],[-73.54593517282761,41.06685632457269],[-73.54627717293353,41.066778324546135],[-73.54634817295543,41.06676032454029],[-73.54707817318084,41.06658132448119],[-73.54809217349178,41.06629532439177],[-73.54816417351388,41.06627532438549],[-73.54826717354604,41.066256324378365],[-73.54833217356571,41.06623332437174],[-73.54838617358176,41.06620932436523],[-73.54866817366786,41.06612332433911],[-73.54875217369298,41.06608832432948],[-73.5488741737296,41.06604032431608],[-73.54899017376226,41.06595732429597],[-73.54901617376964,41.0659393242916],[-73.54906517378348,41.06590432428312],[-73.54785017336931,41.065523324248396],[-73.54732617319074,41.065359324233484],[-73.54656117291873,41.06492332417318],[-73.54603417272023,41.06442932409366],[-73.5451551723892,41.063606323961245],[-73.54490117228517,41.0632223238943],[-73.54466117218688,41.062860323831245],[-73.54436517204869,41.06211732369531],[-73.54438517205331,41.062085323688365],[-73.54445617206974,41.061972323663895],[-73.54460017210944,41.06185432363602],[-73.5446841721337,41.061804323623456],[-73.54576417244603,41.06117132346383],[-73.54576817244721,41.06116932346332],[-73.54604317251832,41.0608613233939],[-73.54634517259639,41.060523323317696],[-73.54664717267657,41.060221323248555],[-73.54666117266657,41.05996832319849],[-73.54646617256137,41.05923232306061],[-73.54645817255059,41.059089323032836],[-73.54641017248287,41.05817932285599],[-73.54629917243095,41.05789932280475],[-73.54627217241833,41.0578313227923],[-73.54615217236909,41.05764832276037],[-73.54611217235268,41.05758732274972],[-73.54607417233709,41.05752932273961],[-73.5459601722903,41.05735532270924],[-73.54592317227507,41.05729832269927],[-73.5458811722578,41.0572333226879],[-73.54541017207062,41.05662132258341],[-73.54507717196019,41.05657032258435],[-73.5443121717123,41.05655432260637],[-73.54369817148459,41.05604032252576],[-73.54359517142593,41.055597322442296],[-73.54368317145416,41.055594322438814],[-73.54377217148273,41.05559132243529],[-73.54408617158342,41.055579322422616],[-73.544980171873,41.05559632239655],[-73.54532317198516,41.055621322390195],[-73.54577217213038,41.055626322376405],[-73.54587117216269,41.05563232237432],[-73.54663917241481,41.05570532236338],[-73.54733817264155,41.05572432234413],[-73.54746817268438,41.055739322342795],[-73.54774817277557,41.05575332233633],[-73.54798017285191,41.055778322333595],[-73.54834517297041,41.055790322323965],[-73.54869217308443,41.05582532231941],[-73.54882317312726,41.055834322316876],[-73.54903817319757,41.05585032231294],[-73.54921717325657,41.055871322311155],[-73.54934817329982,41.05588832231019],[-73.5494671733387,41.055896322307845],[-73.54982417345539,41.05592132230101],[-73.54994417349462,41.05593032229882],[-73.55004817352912,41.05594632229853],[-73.55019517357789,41.055969322298225],[-73.55036317363306,41.05598532229583],[-73.5504691736679,41.0559963222945],[-73.55073617375567,41.056023322291004],[-73.55083617378855,41.056034322289875],[-73.5513291739503,41.056079322282486],[-73.55153817401907,41.056102322280125],[-73.55180617410738,41.0561333222774],[-73.55189217413538,41.056137322275355],[-73.55193317414958,41.05615432227734],[-73.5521431742171,41.056149322269455],[-73.55230117426878,41.0561613222666],[-73.55239417429897,41.05616432226413],[-73.55249217433078,41.0561673222615],[-73.55274017440992,41.05615132225021],[-73.55297817448744,41.05616332224472],[-73.55344217463355,41.05609932221691],[-73.55389517477661,41.056044322191234],[-73.55407717483487,41.05603532218348],[-73.55448317496293,41.05598332215993],[-73.55504617514151,41.05592832213064],[-73.55517517518304,41.055926322126],[-73.5555011752895,41.05594732211939],[-73.55606817547947,41.05606832212445],[-73.55664817567336,41.05618432212813],[-73.55686617574678,41.056237322131345],[-73.5575231759681,41.056398322141305],[-73.5577421760419,41.05645232214468],[-73.55787517609205,41.056578322165024],[-73.55792217610981,41.0566233221723],[-73.55810417617599,41.056752322191606],[-73.55828917624511,41.05691632221767],[-73.55830217624967,41.05692232221841],[-73.55846717630769,41.057005322229266],[-73.5585461763355,41.05704532223451],[-73.5586661763772,41.05709732224075],[-73.55877217641331,41.05713032224374],[-73.55878017641608,41.057133322244056],[-73.55901717649633,41.05719832224899],[-73.55912317653134,41.05721232224825],[-73.55936017661124,41.057271322252035],[-73.55958717669019,41.057370322263964],[-73.55971217673421,41.057434322272414],[-73.55980017676526,41.05748032227853],[-73.55986617679169,41.057569322293816],[-73.55990417680813,41.057642322306876],[-73.55991517681387,41.05768032231395],[-73.55993217682907,41.05784932234653],[-73.55993317682979,41.05785632234786],[-73.55994117684294,41.05804032238367],[-73.55994217686158,41.05835932244619],[-73.55994417687204,41.05853032247963],[-73.55994017687502,41.05860432249429],[-73.55993317688268,41.05877732252843],[-73.55992717688355,41.05882632253824],[-73.55991917688523,41.058900322553],[-73.55990017689166,41.059119322596565],[-73.559885176892,41.059209322614706],[-73.55967617685715,41.05977732273293],[-73.55959317683943,41.05993532276665],[-73.55912117673904,41.06084032295958],[-73.55896517671528,41.0613033230555],[-73.55891117671892,41.06167032312921],[-73.55879917671963,41.062312323258745],[-73.558538176676,41.063019323405925],[-73.5584961766692,41.063137323430446],[-73.55847717666599,41.06318832344106],[-73.55839417666321,41.06360632352575],[-73.55839317669103,41.06409632362183],[-73.55839917669688,41.06416432363496],[-73.55841017670744,41.064286323658514],[-73.55843217671925,41.064368323673875],[-73.55845117672924,41.064435323686375],[-73.55852217676163,41.06460032371639],[-73.55858217678899,41.06473932374165],[-73.55860617681908,41.06512832381712],[-73.55861817683333,41.06530932385219],[-73.55858917683393,41.06548232388706],[-73.55858017683458,41.06554432389951],[-73.55853917682825,41.06566432392437],[-73.55844817680874,41.06583632396109],[-73.55838617679609,41.065964323988226],[-73.55831117678099,41.066123324021866],[-73.55817617673787,41.06613132402787],[-73.55812817672255,41.06613432403003],[-73.55777117660638,41.06611832403864],[-73.55771817658915,41.06611632404],[-73.5577111765869,41.06611632404024],[-73.55763617656285,41.06611932404329],[-73.55764917657447,41.06624832406814],[-73.55755017656352,41.066614324143146],[-73.55748117655608,41.066872324195984],[-73.55709117649911,41.06807232444404],[-73.55698117648308,41.068411324514095],[-73.55697917649123,41.06856432454416],[-73.55697517650233,41.06878032458661],[-73.55697217651498,41.06901732463317],[-73.55700817655023,41.06942832471254],[-73.55701417655578,41.069491324724694],[-73.55697617655206,41.06964032475514],[-73.55685117653977,41.07012832485489],[-73.55702417664934,41.071063325032476],[-73.55691317662418,41.07124932507258],[-73.5566811765717,41.07163932515664],[-73.55671117664188,41.072692325362034],[-73.55627217655491,41.073645325563255],[-73.55581417645384,41.07445932573785],[-73.55573417651541,41.07598032603856],[-73.5557231765247,41.07620332608263],[-73.55620217669389,41.07645632611644],[-73.55631917674698,41.07672332616491],[-73.55656717685942,41.077286326267085],[-73.55656517686222,41.0773463262789],[-73.55662217689446,41.07758732632425],[-73.55686817699666,41.077983326393756],[-73.55687317700415,41.07808532641358],[-73.55689717703551,41.07849632649333],[-73.556539176958,41.079158326634825],[-73.55616617691912,41.08057732692516],[-73.5561401769166,41.08067932694599],[-73.55607417692931,41.08127132706417],[-73.5561721769694,41.08141832708976],[-73.55637317705174,41.081721327142496],[-73.55655117712577,41.08200932719308],[-73.55649317712192,41.08226832724573],[-73.55559617685122,41.08259732733973],[-73.5554911768402,41.08299532742116],[-73.55549917686768,41.08342832750573],[-73.55566317693955,41.0837573275648],[-73.5557411769694,41.0838383275781],[-73.55599317707504,41.08426032765249],[-73.5560421770955,41.08434132766675],[-73.5566251773497,41.08548832787228],[-73.55661917735002,41.085527327880115]]]},"properties":{"name":213,"geoid":"09001021300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.56533217803853,41.04855532034653],[-73.56549617812544,41.04914732045722],[-73.565990178387,41.05092532078962],[-73.56615517847429,41.05151832090046],[-73.56619517850145,41.05176632094777],[-73.56626617854928,41.05220032103053],[-73.56636517859846,41.05250032108611],[-73.5663971786142,41.052594321103484],[-73.56644517863799,41.05273932113034],[-73.56657517870025,41.053092321195265],[-73.566965178887,41.05415232139027],[-73.56709617894961,41.054506321455364],[-73.56715217896742,41.05450132145254],[-73.56732017902078,41.05448632144407],[-73.56737717903894,41.054482321441405],[-73.56755617915418,41.05548232163157],[-73.56809317949983,41.05848232220207],[-73.56827217961506,41.05948232239223],[-73.56825817961055,41.05948232239268],[-73.5682191795982,41.05948632239474],[-73.56820617959404,41.05948732239537],[-73.56795417951294,41.05949132240445],[-73.56780417946467,41.059494322409975],[-73.56738117932808,41.0594933224237],[-73.56719817926853,41.05948532242815],[-73.56694717918701,41.05947632243466],[-73.56619417894255,41.05945232245473],[-73.56616817893416,41.059452322455584],[-73.56538417867822,41.059402322471584],[-73.56435917834321,41.0593303224912],[-73.56394017820674,41.05930932250087],[-73.56318817796186,41.05927232251838],[-73.56265917778984,41.05925032253147],[-73.56226617766205,41.05923432254125],[-73.5617341774903,41.05923432255876],[-73.56126917733631,41.05916632256072],[-73.56108317727384,41.0591243225586],[-73.56056817710098,41.059009322553024],[-73.56043717705744,41.058987322553016],[-73.56014717696114,41.05894032255334],[-73.56007217693669,41.05893632255503],[-73.56004717692828,41.05893032255467],[-73.55991917688523,41.058900322553],[-73.55992717688355,41.05882632253824],[-73.55993317688268,41.05877732252843],[-73.55994017687502,41.05860432249429],[-73.55994417687204,41.05853032247963],[-73.55994217686158,41.05835932244619],[-73.55994117684294,41.05804032238367],[-73.55993317682979,41.05785632234786],[-73.55993217682907,41.05784932234653],[-73.55991517681387,41.05768032231395],[-73.55990417680813,41.057642322306876],[-73.55986617679169,41.057569322293816],[-73.55980017676526,41.05748032227853],[-73.55971217673421,41.057434322272414],[-73.55958717669019,41.057370322263964],[-73.55936017661124,41.057271322252035],[-73.55912317653134,41.05721232224825],[-73.55901717649633,41.05719832224899],[-73.55878017641608,41.057133322244056],[-73.55877217641331,41.05713032224374],[-73.5586661763772,41.05709732224075],[-73.5585461763355,41.05704532223451],[-73.55846717630769,41.057005322229266],[-73.55830217624967,41.05692232221841],[-73.55828917624511,41.05691632221767],[-73.55810417617599,41.056752322191606],[-73.55792217610981,41.0566233221723],[-73.55787517609205,41.056578322165024],[-73.5577421760419,41.05645232214468],[-73.5575231759681,41.056398322141305],[-73.55686617574678,41.056237322131345],[-73.55664817567336,41.05618432212813],[-73.55606817547947,41.05606832212445],[-73.5555011752895,41.05594732211939],[-73.55517517518304,41.055926322126],[-73.55504617514151,41.05592832213064],[-73.55448317496293,41.05598332215993],[-73.55407717483487,41.05603532218348],[-73.55389517477661,41.056044322191234],[-73.55344217463355,41.05609932221691],[-73.55297817448744,41.05616332224472],[-73.55274017440992,41.05615132225021],[-73.55249217433078,41.0561673222615],[-73.55239417429897,41.05616432226413],[-73.55230117426878,41.0561613222666],[-73.5521431742171,41.056149322269455],[-73.55193317414958,41.05615432227734],[-73.55189217413538,41.056137322275355],[-73.55180617410738,41.0561333222774],[-73.55153817401907,41.056102322280125],[-73.5513291739503,41.056079322282486],[-73.55083617378855,41.056034322289875],[-73.55073617375567,41.056023322291004],[-73.5504691736679,41.0559963222945],[-73.55036317363306,41.05598532229583],[-73.55019517357789,41.055969322298225],[-73.55004817352912,41.05594632229853],[-73.54994417349462,41.05593032229882],[-73.54997717348388,41.0555573222246],[-73.55007817345233,41.05443932200206],[-73.55010017344566,41.054199321954286],[-73.55016117345856,41.05408132192914],[-73.55032217350929,41.05405932191954],[-73.5503621735219,41.05405432191724],[-73.55046017355154,41.05401932190714],[-73.55048117355406,41.05394532189195],[-73.55047417353647,41.05367832183983],[-73.55047117352622,41.05351632180816],[-73.550798173632,41.053520321798196],[-73.55084117364582,41.053519321796585],[-73.55112517373739,41.05351732178684],[-73.55142917383277,41.05346932176744],[-73.55164317389291,41.05331332172981],[-73.55183117394355,41.05313832168931],[-73.55210417401727,41.052887321631125],[-73.55224917405654,41.052756321600675],[-73.55247117411686,41.05255832155454],[-73.55268917417656,41.0523723215109],[-73.55283817421748,41.052247321481495],[-73.55286717422715,41.052252321481504],[-73.5529541742562,41.052269321481994],[-73.55298417426621,41.05227532148217],[-73.5530411742852,41.05228532148226],[-73.55321417434294,41.05231832148304],[-73.55327217436229,41.052329321483285],[-73.55363317446756,41.05213332143298],[-73.55393917457334,41.05225532144684],[-73.5539521745769,41.05224432144427],[-73.55402117456332,41.05161932131944],[-73.55411217454558,41.05079832115544],[-73.5542141745179,41.049742320945015],[-73.55427517450173,41.04911732082046],[-73.5542961744971,41.04891832078074],[-73.55433117449081,41.04861232071956],[-73.55433517447554,41.04832332066277],[-73.55433917446543,41.04812432062361],[-73.55431617445777,41.048120320623575],[-73.55425017443588,41.04811032062379],[-73.5542281744286,41.04810732062393],[-73.55429517441075,41.0474193204868],[-73.55429617441057,41.047410320485014],[-73.55431917438057,41.04675832035638],[-73.55441917436977,41.04600732020581],[-73.55453017436871,41.045364320076054],[-73.55453617436869,41.0453303200692],[-73.5545771743655,41.04504432001175],[-73.55461017435523,41.04467931993908],[-73.55439317428541,41.044683319947],[-73.55425817424201,41.04468631995203],[-73.55390017412594,41.044677319962034],[-73.5537451740762,41.04468231996811],[-73.5535301740073,41.04469131997695],[-73.55354917400855,41.04460631995965],[-73.55359117401176,41.044425319922766],[-73.55361017401374,41.04435331990802],[-73.55363417401674,41.04427031989096],[-73.55381117407227,41.044242319879636],[-73.55392417410769,41.0442243198724],[-73.5539521741165,41.0442203198707],[-73.55467917434852,41.04417431983776],[-73.55480417438905,41.04417731983424],[-73.55509817448443,41.044185319826155],[-73.555229174526,41.04417331981948],[-73.55562217465504,41.044211319814025],[-73.55576117470054,41.04422231981161],[-73.5560701748017,41.04424731980634],[-73.55682117504709,41.04429931979185],[-73.55768517533217,41.04440731978462],[-73.55775017535345,41.04441231978346],[-73.55805017545165,41.0444363197783],[-73.55841617557024,41.04444431976783],[-73.55888617572484,41.04449431976218],[-73.56029917618963,41.04464631974551],[-73.56077017634458,41.04469731974003],[-73.56127417651105,41.0447633197364],[-73.56159817661809,41.044806319734164],[-73.56243717689142,41.044850319715195],[-73.56279517700789,41.04486631970656],[-73.56330317717318,41.04488931969437],[-73.56336817719445,41.044894319693206],[-73.56349817723711,41.044906319691286],[-73.56356417725858,41.0449093196897],[-73.56363017728005,41.04491231968811],[-73.56373317731352,41.04491631968553],[-73.56379217733256,41.04491631968357],[-73.56428117749074,41.044922319668665],[-73.56444517754379,41.04492431966366],[-73.5645031775733,41.04511231969861],[-73.56455717760089,41.04528931973154],[-73.56489217777194,41.04638531993547],[-73.5649801778167,41.046670319988465],[-73.56500517782942,41.04675132000354],[-73.56502517784213,41.04686032002424],[-73.56507017787106,41.04711132007199],[-73.56526617799649,41.048194320277915],[-73.56533217803853,41.04855532034653]]]},"properties":{"name":214,"geoid":"09001021400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.53311916861351,41.065526324733334],[-73.53300216858321,41.065656324762664],[-73.53291416855944,41.06573732478143],[-73.53290916855798,41.06574032478219],[-73.53279616852637,41.06582532480257],[-73.53252016844512,41.0659623248385],[-73.53208516831145,41.06608032487594],[-73.53179616822268,41.066159324900916],[-73.53167816818655,41.066193324911445],[-73.53149316812997,41.06624832492832],[-73.53134016808343,41.06629832494315],[-73.5313271680794,41.06630132494416],[-73.53120816804264,41.06633032495377],[-73.53104016799155,41.066385324970064],[-73.53080516792298,41.066512325002684],[-73.53079216791923,41.06652032500468],[-73.53067416788922,41.06666132503619],[-73.53050216784328,41.066828325074596],[-73.53016216774789,41.067079325134976],[-73.52993716768661,41.06727732518117],[-73.52980116764878,41.06738332520643],[-73.52980116764886,41.067384325206625],[-73.52942316754005,41.06761532526433],[-73.52919716747459,41.06774632529744],[-73.52909916744576,41.06779532531025],[-73.52885616737443,41.06791932534255],[-73.52859116729488,41.06802432537185],[-73.52834916721933,41.06806932538862],[-73.52804616712517,41.06813332541112],[-73.52802716711932,41.06813832541273],[-73.5277921670458,41.068179325428495],[-73.52768316701227,41.068208325437766],[-73.52749516695444,41.06825832545373],[-73.527165166853,41.06834732548203],[-73.52693216678097,41.06840332550066],[-73.52674416672292,41.068449325515864],[-73.5267641667382,41.06860332554538],[-73.52680116675985,41.06877232557731],[-73.52682016677443,41.068919325605506],[-73.52683416678893,41.069093325639145],[-73.52679916678646,41.06924732567048],[-73.52670616676612,41.06941632570666],[-73.5265301667206,41.069613325751064],[-73.52646416670095,41.06964232575891],[-73.5263351666628,41.069703325775116],[-73.52603316655801,41.06957632576015],[-73.52541316634915,41.06942532575092],[-73.52481616614898,41.06929632574525],[-73.52418316593462,41.06912232573194],[-73.52381416581179,41.069058325731525],[-73.5233981656737,41.06899232573225],[-73.52274916545748,41.06887632573084],[-73.5224911653721,41.06884032573227],[-73.52204716522532,41.06878032573508],[-73.52188216517092,41.06876132573678],[-73.52171816511748,41.068752325740405],[-73.52145916503304,41.06873832574617],[-73.52128016497541,41.06874132575263],[-73.52103016489498,41.06874632576183],[-73.52074516480273,41.06874232577041],[-73.52056716474515,41.06874032577586],[-73.5206771647702,41.06855832573657],[-73.52074516478358,41.068408325704944],[-73.5207551647856,41.068387325700485],[-73.52090416481735,41.06810232563972],[-73.52113616486376,41.067605325534664],[-73.52126716489471,41.06740732549155],[-73.52126916489529,41.06740632549129],[-73.52138516492144,41.067209325448864],[-73.52146816494137,41.067089325422614],[-73.52124316486471,41.06701932541628],[-73.52092816475742,41.06692232540761],[-73.52056816463522,41.06681832539905],[-73.52034316455891,41.06675432539389],[-73.52028816453993,41.06673332539158],[-73.52012316448312,41.06667132538485],[-73.5200681644642,41.066651325382736],[-73.52014716447113,41.06632732531663],[-73.52038316449159,41.06535532511831],[-73.5204631644989,41.06503232505235],[-73.5205661645134,41.06470532498486],[-73.52087616455742,41.06372732478294],[-73.5209801645723,41.0634013247156],[-73.52115016462454,41.06335532470099],[-73.52121516464456,41.063338324695536],[-73.52165416477816,41.06319632465327],[-73.5218221648293,41.06314232463717],[-73.52189516484107,41.06293632459438],[-73.52201616486086,41.062600324524524],[-73.52208916486781,41.06231032446525],[-73.52214316487309,41.06209832442193],[-73.52226616489398,41.061770324353574],[-73.52235016490539,41.061496324297096],[-73.52236916490814,41.06143732428491],[-73.52271816494991,41.0602003240309],[-73.52288316497234,41.05966232391999],[-73.52307116499817,41.0590543237946],[-73.52319516501171,41.058592323699926],[-73.5232111650137,41.05853732368863],[-73.52333116502953,41.05813732360626],[-73.52340016504121,41.057952323567704],[-73.5238831651475,41.05708632338203],[-73.52392016515572,41.05702132336807],[-73.52406116518839,41.056797323319515],[-73.52421116522966,41.05667232329007],[-73.52417616523584,41.05697732335103],[-73.5241751652362,41.05698932335343],[-73.5241391652568,41.05755132346481],[-73.5241191652609,41.05773532350154],[-73.52413916527256,41.057826323518725],[-73.52417416528714,41.05788332352875],[-73.52418116529005,41.0578943235307],[-73.52429316532987,41.05795832353955],[-73.52444716538314,41.05802032354665],[-73.52462616544459,41.058084323553324],[-73.52516616563007,41.05827832357363],[-73.5253461656919,41.05834332358046],[-73.5256261657881,41.058444323591075],[-73.52574516582905,41.058488323595775],[-73.52616716597325,41.058627323609166],[-73.52645916607257,41.05871532361684],[-73.52647816607895,41.058719323616984],[-73.52676816617662,41.058790323621395],[-73.52698716624934,41.05882532362105],[-73.52730516635495,41.05887632362061],[-73.52764916646854,41.05892032361793],[-73.52787016654155,41.05894932361634],[-73.52845716673754,41.05906232361923],[-73.52914116696842,41.05923732363106],[-73.52940016705524,41.059293323633526],[-73.52962316712879,41.0593203236315],[-73.52969016715122,41.059334323632044],[-73.52989116721851,41.059376323633664],[-73.52995916724132,41.05939132363439],[-73.53013716730092,41.059428323635785],[-73.53031616736112,41.05947032363814],[-73.53063916746981,41.05954732364262],[-73.53073416750347,41.05959932364969],[-73.5309371675958,41.060066323734596],[-73.53100016762383,41.0602003237588],[-73.53115716769355,41.060532323818734],[-73.53127016774793,41.06084432387618],[-73.53156616783839,41.06075532384901],[-73.53169816787671,41.06068032382997],[-73.53175016789204,41.060655323823354],[-73.53191916793567,41.06046432378036],[-73.53200316795687,41.060361323757405],[-73.53232816803903,41.059964323668886],[-73.53240116806026,41.059923323658445],[-73.53252516810029,41.059923323654374],[-73.53306516828336,41.06007532366642],[-73.53311616830084,41.060093323668276],[-73.5329521682082,41.05940132353799],[-73.53296816821336,41.05940132353746],[-73.53317216829426,41.059663323582136],[-73.53366616847532,41.06003932363963],[-73.53365616847518,41.06009332365053],[-73.53366516848516,41.06021632367435],[-73.53364316848185,41.060282323688014],[-73.53360716847673,41.06039632371155],[-73.53356716846774,41.0604643237262],[-73.53347816844789,41.06061932375951],[-73.53345316844276,41.060670323770324],[-73.53341916843584,41.06074132378537],[-73.53334116841789,41.060867323812644],[-73.53323216840026,41.06117332387622],[-73.53316716839268,41.06140732392424],[-73.53314516839178,41.06151532394614],[-73.53306516838877,41.06191332402678],[-73.53304416838807,41.06201932404826],[-73.532943168386,41.06255132415588],[-73.53292616838648,41.06265532417682],[-73.53291616839353,41.06283432421225],[-73.53291616839942,41.062937324232436],[-73.53291716841879,41.06326932429751],[-73.53290816843327,41.06357232435721],[-73.53293016844508,41.06365432437256],[-73.53294416846309,41.06388932441816],[-73.5329531684707,41.06397132443395],[-73.53300716851578,41.064453324526674],[-73.53302216852762,41.064575324550084],[-73.53303016853394,41.064640324562575],[-73.53305916855197,41.06479132459121],[-73.53306716856298,41.06493832461977],[-73.53308116858052,41.06516532466382],[-73.53310316859991,41.065379324705056],[-73.53311916861351,41.065526324733334]]]},"properties":{"name":218.01,"geoid":"09001021801"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.55363417401674,41.04427031989096],[-73.55361017401374,41.04435331990802],[-73.55359117401176,41.044425319922766],[-73.55354917400855,41.04460631995965],[-73.5535301740073,41.04469131997695],[-73.5537451740762,41.04468231996811],[-73.55390017412594,41.044677319962034],[-73.55425817424201,41.04468631995203],[-73.55439317428541,41.044683319947],[-73.55461017435523,41.04467931993908],[-73.5545771743655,41.04504432001175],[-73.55453617436869,41.0453303200692],[-73.55453017436871,41.045364320076054],[-73.55441917436977,41.04600732020581],[-73.55431917438057,41.04675832035638],[-73.55429617441057,41.047410320485014],[-73.55429517441075,41.0474193204868],[-73.5542281744286,41.04810732062393],[-73.55425017443588,41.04811032062379],[-73.55431617445777,41.048120320623575],[-73.55433917446543,41.04812432062361],[-73.55433517447554,41.04832332066277],[-73.55433117449081,41.04861232071956],[-73.5542961744971,41.04891832078074],[-73.55427517450173,41.04911732082046],[-73.5542141745179,41.049742320945015],[-73.55411217454558,41.05079832115544],[-73.55402117456332,41.05161932131944],[-73.5539521745769,41.05224432144427],[-73.55393917457334,41.05225532144684],[-73.55363317446756,41.05213332143298],[-73.55327217436229,41.052329321483285],[-73.55321417434294,41.05231832148304],[-73.5530411742852,41.05228532148226],[-73.55298417426621,41.05227532148217],[-73.5529541742562,41.052269321481994],[-73.55286717422715,41.052252321481504],[-73.55283817421748,41.052247321481495],[-73.55268917417656,41.0523723215109],[-73.55247117411686,41.05255832155454],[-73.55224917405654,41.052756321600675],[-73.55210417401727,41.052887321631125],[-73.55183117394355,41.05313832168931],[-73.55164317389291,41.05331332172981],[-73.55142917383277,41.05346932176744],[-73.55112517373739,41.05351732178684],[-73.55084117364582,41.053519321796585],[-73.550798173632,41.053520321798196],[-73.55047117352622,41.05351632180816],[-73.55047417353647,41.05367832183983],[-73.55048117355406,41.05394532189195],[-73.55046017355154,41.05401932190714],[-73.5503621735219,41.05405432191724],[-73.55032217350929,41.05405932191954],[-73.55016117345856,41.05408132192914],[-73.55010017344566,41.054199321954286],[-73.55007817345233,41.05443932200206],[-73.54997717348388,41.0555573222246],[-73.54994417349462,41.05593032229882],[-73.54982417345539,41.05592132230101],[-73.5494671733387,41.055896322307845],[-73.54934817329982,41.05588832231019],[-73.54921717325657,41.055871322311155],[-73.54903817319757,41.05585032231294],[-73.54882317312726,41.055834322316876],[-73.54869217308443,41.05582532231941],[-73.54834517297041,41.055790322323965],[-73.54798017285191,41.055778322333595],[-73.54774817277557,41.05575332233633],[-73.54746817268438,41.055739322342795],[-73.54733817264155,41.05572432234413],[-73.54663917241481,41.05570532236338],[-73.54587117216269,41.05563232237432],[-73.54577217213038,41.055626322376405],[-73.54532317198516,41.055621322390195],[-73.544980171873,41.05559632239655],[-73.54408617158342,41.055579322422616],[-73.54377217148273,41.05559132243529],[-73.54368317145416,41.055594322438814],[-73.54359517142593,41.055597322442296],[-73.54358117141807,41.05553932243138],[-73.54388117149497,41.055191322353274],[-73.54421417158044,41.05480732226704],[-73.54510417183566,41.054248322128174],[-73.54521317186695,41.05418032211124],[-73.54532717189517,41.05403032207808],[-73.54545117192596,41.053869322042445],[-73.5455761719569,41.053705322006174],[-73.54573217195579,41.052808321825154],[-73.54573217193325,41.052415321748086],[-73.54563917189255,41.05222932171467],[-73.54547017181866,41.05189232165414],[-73.54545317175547,41.05088632145742],[-73.54551217176542,41.0507283214245],[-73.54586517182456,41.049772321225426],[-73.54581517178735,41.04940532115509],[-73.5457761717591,41.04913232110284],[-73.54577417175726,41.04911132109878],[-73.54540817159798,41.048394320970196],[-73.54528417154391,41.04814932092623],[-73.54514617148375,41.04787732087743],[-73.54493417139147,41.04746132080281],[-73.5449861713829,41.04701932071441],[-73.54501117137893,41.046809320672395],[-73.5450221713772,41.04671732065401],[-73.5451741714238,41.04667432064056],[-73.54520417143297,41.04666532063783],[-73.5453261714704,41.04663132062714],[-73.54545117150876,41.046596320616175],[-73.54572117159063,41.04650432058926],[-73.54574817159882,41.0464953205866],[-73.54593017165448,41.04644132057003],[-73.54614117171903,41.046379320550926],[-73.54616917172761,41.046371320548445],[-73.54677117191086,41.0461783204908],[-73.54698217197519,41.04611232047092],[-73.54747217212436,41.04595532042402],[-73.54748017212675,41.04595232042317],[-73.54872017250591,41.04558432031023],[-73.54897217258083,41.04547232027997],[-73.5490721726106,41.04542832026806],[-73.54944617272112,41.04525032022085],[-73.54958317276288,41.045207320207915],[-73.54981917283556,41.0451463201882],[-73.55004617290555,41.045089320169566],[-73.55048817303962,41.04493932012561],[-73.55076717312355,41.04483232009545],[-73.55092217317076,41.04478332008074],[-73.5510731732168,41.04473632006655],[-73.55129117328299,41.044663320045075],[-73.55144617333131,41.04463332003409],[-73.5514681733379,41.04462432003161],[-73.55152917335626,41.04460132002509],[-73.55200117350347,41.044511319991905],[-73.55218017355934,41.04447831997956],[-73.55244917364324,41.044427319960704],[-73.55246817364917,41.044424319959504],[-73.55291917379117,41.04436131993232],[-73.5533421739246,41.04430731990781],[-73.55340617394481,41.04429931990415],[-73.55363417401674,41.04427031989096]]]},"properties":{"name":215,"geoid":"09001021500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.19620506783127,41.20778136360082],[-73.19642706789797,41.2076903635758],[-73.19677206800169,41.20755136353742],[-73.1970990681006,41.207429363502925],[-73.19732506816901,41.207346363479346],[-73.19748606821784,41.207288363462766],[-73.19797006836453,41.207113363412816],[-73.19813206841373,41.20705636339639],[-73.19829506846304,41.20699636337937],[-73.19878606861174,41.206816363328194],[-73.19895006866146,41.20675736331132],[-73.19911006870935,41.20668936329284],[-73.19958906885293,41.20648836323795],[-73.19975006890125,41.206421363219604],[-73.19991506895116,41.206360363202315],[-73.20016406902666,41.206270363176614],[-73.20041306910228,41.206183363151496],[-73.20058006915308,41.206126363134935],[-73.20074106920173,41.20606536311777],[-73.2009850692755,41.20597436309204],[-73.20122806934921,41.20588736306712],[-73.20139106939867,41.20582936305048],[-73.20155306944717,41.20576036303172],[-73.20203906959286,41.20555636297601],[-73.20220206964173,41.20548836295742],[-73.20236906969201,41.20542236293908],[-73.20287306984399,41.20522636288437],[-73.20304106989471,41.20516236286639],[-73.20320206994359,41.20510536285],[-73.20368507009029,41.204936362801234],[-73.20384707013953,41.20488036278501],[-73.2038940701536,41.20486036277959],[-73.2040360701963,41.20480336276382],[-73.20408407021083,41.20478536275875],[-73.20429507027444,41.20470336273585],[-73.20493107046637,41.20445936266744],[-73.20514307053038,41.204378362644704],[-73.2052100705584,41.20448936266425],[-73.20541107064261,41.20482536272344],[-73.20547907067098,41.204937362743145],[-73.20552507069122,41.205031362760025],[-73.20566507075262,41.20531336281065],[-73.20571207077319,41.205407362827515],[-73.20575407078991,41.20546236283691],[-73.20580707081103,41.205532362848885],[-73.20587207083784,41.20563336286653],[-73.20591007085349,41.20569236287683],[-73.20602507090003,41.20585536290498],[-73.2062050709727,41.20610836294861],[-73.20636207103735,41.20635136299104],[-73.20647107108226,41.20652036302056],[-73.20655307111576,41.20664236304176],[-73.20668107116806,41.20683336307498],[-73.20679307121469,41.207015363106926],[-73.20687107124716,41.207142363129236],[-73.20695307128067,41.20726436315044],[-73.20708007133248,41.20745236318308],[-73.20719307137942,41.207634363215014],[-73.20727207141213,41.20775936323689],[-73.2073530714453,41.20788136325811],[-73.20745707148774,41.20803536328487],[-73.20760407154715,41.208243363320776],[-73.20769007158184,41.20836336334145],[-73.20774207160433,41.20846236335912],[-73.20776207161238,41.20849036336396],[-73.20789907166727,41.208675363395685],[-73.20800907171308,41.20885436342713],[-73.2080870717455,41.20898036344923],[-73.20851207191723,41.20957936355258],[-73.20890107207305,41.21010436364262],[-73.20896307209767,41.21018436365626],[-73.20942207227945,41.21076736375536],[-73.20983607244654,41.211347363855346],[-73.2099730725009,41.21152336388532],[-73.21038707266513,41.212053363975514],[-73.21052507271989,41.21223036400564],[-73.2108160728362,41.212618364072064],[-73.2110730729414,41.213004364139216],[-73.21117707298343,41.213151364164574],[-73.21116707297962,41.21314136416295],[-73.21103207293827,41.21318236417535],[-73.21083707287167,41.21312136416977],[-73.21067707281732,41.21307636416617],[-73.21000007258178,41.212788364131846],[-73.20991007255009,41.21274336412597],[-73.20971107248059,41.21265436411504],[-73.20887907218457,41.212185364050356],[-73.20882207216313,41.21213336404204],[-73.20866707211906,41.212240364068016],[-73.20840507204471,41.212423364112325],[-73.2081930719832,41.212548364143665],[-73.20803207193656,41.212644364167666],[-73.20796907191166,41.21256536415426],[-73.20794407190175,41.21253336414881],[-73.2078220718544,41.21239536412578],[-73.20776607183348,41.212346364118034],[-73.20769207180577,41.21228036410752],[-73.20755407176115,41.212281364112215],[-73.20709207161542,41.21234836414033],[-73.20611207130649,41.21249336420057],[-73.20530007105091,41.21262036425178],[-73.20470307086308,41.21271536428977],[-73.20455407081633,41.212741364299696],[-73.2042830707314,41.21279036431809],[-73.20410707067609,41.212819364329484],[-73.20395907062962,41.212844364339176],[-73.20387007060165,41.212859364345015],[-73.20363507052879,41.2129153643636],[-73.20335507044284,41.212997364388734],[-73.20227607011181,41.21331736448639],[-73.20156806989574,41.21354736455439],[-73.20097606971518,41.213741364611565],[-73.20075406962997,41.21350736457302],[-73.20067106959812,41.213419364558504],[-73.20039306948993,41.21310036450514],[-73.20009106937538,41.21280536445726],[-73.19986106928812,41.21258036442073],[-73.19977806925576,41.21248436440465],[-73.19958506918064,41.21226236436749],[-73.19953806916142,41.21219236435533],[-73.1994680691328,41.212087364337066],[-73.19945306912669,41.21206536433326],[-73.199410069109,41.21199936432175],[-73.19939606910327,41.21197836431809],[-73.19932306906716,41.21175936427765],[-73.19920906901072,41.211416364214244],[-73.19910806896019,41.2111033641563],[-73.19903806892505,41.210884364115735],[-73.19899606890839,41.21083036410655],[-73.1988730688594,41.21066936407905],[-73.19883306884344,41.210616364069985],[-73.19878906882576,41.21055636405968],[-73.19865706877296,41.21037936402934],[-73.19861306875536,41.210320364019225],[-73.1985400687274,41.21024436400674],[-73.19832206864395,41.21001836396961],[-73.19827106862442,41.2099653639609],[-73.19824806861583,41.20994536395775],[-73.19800406852451,41.209728363923226],[-73.19794806850393,41.20968536391664],[-73.19744906832082,41.20930636385871],[-73.19697506814995,41.209000363814255],[-73.19695506814274,41.208987363812376],[-73.19665506803307,41.208766363778864],[-73.19657506799525,41.208557363740596],[-73.19657106799333,41.20854636373858],[-73.19647106794893,41.208335363700556],[-73.19638106791227,41.20820336367764],[-73.19621306784634,41.20800036364339],[-73.19623006784525,41.20788436362016],[-73.19620506783127,41.20778136360082]]]},"properties":{"name":724,"geoid":"09001072400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.2275010779454,41.207515362531346],[-73.22714707784102,41.207694362577875],[-73.22704207781118,41.20776636259537],[-73.22696607778965,41.2078203626084],[-73.2266890777163,41.208106362673355],[-73.22653007767204,41.20823236270317],[-73.22631207761465,41.20846336275547],[-73.22631107761434,41.20846336275549],[-73.22611607756782,41.20875436281874],[-73.22607007756447,41.208956362859745],[-73.22595607755677,41.2094683629636],[-73.22591307756385,41.209836363036985],[-73.22589807756248,41.209897363049386],[-73.22574607754895,41.21052236317657],[-73.22552107749964,41.210934363264464],[-73.22540807747154,41.21108336329729],[-73.22525207743294,41.21129136334304],[-73.22512307739784,41.21140836337012],[-73.22492507734398,41.211587363411574],[-73.22481607731247,41.21165336342802],[-73.22462007725468,41.21175236345375],[-73.22421007712403,41.211788363474135],[-73.2241990771252,41.21187136349072],[-73.22416707713265,41.21218336355278],[-73.224165077138,41.212288363573386],[-73.22413807713683,41.212421363600285],[-73.22404907710747,41.21241136360122],[-73.22398907708866,41.21242236360531],[-73.22392807706278,41.21231436358618],[-73.2238710770389,41.21221936356945],[-73.22374707701228,41.212456363619836],[-73.22356407695437,41.21247936363029],[-73.22324007685258,41.212533363651396],[-73.22304207679028,41.2125643636639],[-73.222968076767,41.21257636366865],[-73.22282507672381,41.21263036368386],[-73.22267207667713,41.212680363698624],[-73.22254907664114,41.21274736371572],[-73.22248907662373,41.21278236372452],[-73.22231807657418,41.212884363750035],[-73.22217807653516,41.2129943637761],[-73.22189107645522,41.21322136382983],[-73.2217910764277,41.213306363849696],[-73.22176107641926,41.213328363854984],[-73.2216190763794,41.21343536388052],[-73.22153407635456,41.21348236389249],[-73.22142507632282,41.21354436390817],[-73.22126807627467,41.21359136392246],[-73.22117607624651,41.213619363930924],[-73.22116507624311,41.213622363931876],[-73.22096707618188,41.21367236394809],[-73.22070007609939,41.21374136397027],[-73.22043707602174,41.21387236400444],[-73.22037707600506,41.213920364015785],[-73.22021007595883,41.214057364047996],[-73.21992607588369,41.214351364114734],[-73.21971107583023,41.21463436417707],[-73.21967307582216,41.214708364192795],[-73.21950507577829,41.21489236423424],[-73.21918307569518,41.21526236431707],[-73.21903907565853,41.21543736435598],[-73.21903807565928,41.21545636435972],[-73.21895407563679,41.215538364378496],[-73.21739507513868,41.215652364451486],[-73.21593807467531,41.215796364527044],[-73.21558807456299,41.215813364541745],[-73.21549807453346,41.2158063645433],[-73.21539507449795,41.21576836453923],[-73.21524207443964,41.215614364514096],[-73.21513107439836,41.215520364499305],[-73.21507807437953,41.21549136449536],[-73.2150110743558,41.2154553644905],[-73.21490807432303,41.215465364495806],[-73.21448107419297,41.21560836453765],[-73.21414907409441,41.21576436457895],[-73.21325107382269,41.21609636467309],[-73.21308507375281,41.21581336462314],[-73.21290707367929,41.21553436457437],[-73.2127960736352,41.21539136455001],[-73.2126880735901,41.21521336451871],[-73.21254907353335,41.21500736448295],[-73.21244207348897,41.21483636445299],[-73.21234307344866,41.21469136442784],[-73.21230707343273,41.21461636441436],[-73.21189507326818,41.214069364320764],[-73.21175807321401,41.21389736429158],[-73.21151407311596,41.213562364234],[-73.21130607303328,41.213293364188154],[-73.21125207301175,41.21322236417602],[-73.21117707298343,41.213151364164574],[-73.2110730729414,41.213004364139216],[-73.2108160728362,41.212618364072064],[-73.21052507271989,41.21223036400564],[-73.21038707266513,41.212053363975514],[-73.2099730725009,41.21152336388532],[-73.20983607244654,41.211347363855346],[-73.20942207227945,41.21076736375536],[-73.20896307209767,41.21018436365626],[-73.20890107207305,41.21010436364262],[-73.20851207191723,41.20957936355258],[-73.2080870717455,41.20898036344923],[-73.20800907171308,41.20885436342713],[-73.20789907166727,41.208675363395685],[-73.20776207161238,41.20849036336396],[-73.20774207160433,41.20846236335912],[-73.20769007158184,41.20836336334145],[-73.2082420717478,41.20814036327989],[-73.20845907181314,41.208054363256004],[-73.2093100720705,41.20773736316634],[-73.20989207224692,41.20752736310635],[-73.2099160722541,41.207517363103605],[-73.2104740724228,41.2073083630446],[-73.21087107254229,41.207150363000785],[-73.21122907265011,41.20700936296157],[-73.21159007275887,41.20686736292205],[-73.21206507290216,41.20668436287081],[-73.21246507302297,41.206532362828064],[-73.21294907316852,41.20633736277418],[-73.2130190731896,41.206310362766644],[-73.2134330733137,41.20613636271914],[-73.21432007358192,41.20580536262556],[-73.21440807360862,41.20577436261662],[-73.21456707365694,41.2057193626007],[-73.21489707375645,41.205591362564945],[-73.2152140738521,41.205469362530756],[-73.2156910739961,41.205287362479645],[-73.21616607413901,41.205097362427054],[-73.21648307423447,41.204972362392276],[-73.21665307428619,41.20491436237542],[-73.21716607444225,41.204739362324496],[-73.21733707449434,41.20468236230779],[-73.21765007458862,41.20455936227354],[-73.21858907487162,41.20419236217122],[-73.21890307496628,41.20407036213715],[-73.2190620750141,41.204006362119465],[-73.21954207515859,41.20381636206668],[-73.21970207520678,41.20375336204916],[-73.21986107525471,41.203691362031854],[-73.22009707532595,41.20360136200657],[-73.22034207540045,41.203517361982165],[-73.22050407544975,41.20346236196615],[-73.22066807549895,41.20339436194751],[-73.22091007557162,41.203295361920276],[-73.22116507564881,41.2032013618936],[-73.22133307569969,41.20314036187621],[-73.22149607574903,41.20308036185915],[-73.22174107582319,41.2029903618336],[-73.22198707589797,41.20290536180897],[-73.22215207594816,41.20284936179265],[-73.22234807600721,41.2027723617712],[-73.22267207610487,41.202646361736015],[-73.2229350761835,41.202532361705174],[-73.22313007624187,41.202449361682596],[-73.22323707628271,41.202558361700426],[-73.22343707635902,41.202761361733636],[-73.22353807639973,41.20290236175794],[-73.22362807643599,41.203027361779455],[-73.22391007654545,41.203346361832686],[-73.22414407663743,41.20363136188083],[-73.22441007673794,41.20388436192167],[-73.22441207673853,41.20388336192141],[-73.2244270767459,41.20392736192953],[-73.22503807698546,41.20466036205303],[-73.22564407721937,41.20532336216301],[-73.22614007741457,41.2059313622658],[-73.22623907745306,41.20604436228468],[-73.22638507750978,41.2062103623124],[-73.22653307756771,41.206386362342016],[-73.226631077606,41.206501362361315],[-73.22673407764594,41.20661736238067],[-73.22704407776628,41.20696836243923],[-73.22710507779001,41.20703836245094],[-73.22713407780266,41.20709536246115],[-73.22720707783107,41.20717936247519],[-73.22742707791666,41.207431362517326],[-73.2275010779454,41.207515362531346]]]},"properties":{"name":725,"geoid":"09001072500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.2275010779454,41.207515362531346],[-73.22831507826194,41.20844636268697],[-73.22871907841906,41.20890836276417],[-73.22883407846254,41.20901836278194],[-73.22894107850522,41.209159362806055],[-73.22912007857423,41.209353362838165],[-73.22928307863862,41.20955736287276],[-73.22933007865787,41.20962836288511],[-73.22953507873906,41.209888362929284],[-73.22979307884007,41.21019536298095],[-73.23007407895098,41.210545363040254],[-73.2307480792089,41.21124236315463],[-73.23075007920968,41.21124436315497],[-73.23124707940167,41.21179036324556],[-73.23143107947003,41.2119443632697],[-73.23158507953163,41.212150363304964],[-73.23172907958448,41.212260363321775],[-73.23189207964815,41.21245136335384],[-73.23192407966032,41.21248336335905],[-73.23222607977486,41.21277736340674],[-73.23287108002417,41.21348836352477],[-73.23290108003641,41.2135323635324],[-73.23317308014693,41.213926363600606],[-73.2338590804129,41.21469636372884],[-73.2340810805005,41.214972363775594],[-73.23455308068682,41.215560363875205],[-73.23506208088777,41.21619436398263],[-73.23558208109723,41.21691536410669],[-73.2358090811864,41.21719036415307],[-73.2360280812732,41.21746936420048],[-73.23638408141295,41.21789836427277],[-73.23668008152677,41.21821436432493],[-73.23668408152831,41.21821836432558],[-73.23690908161483,41.21845836436518],[-73.23721208173116,41.21877836441789],[-73.23762008188926,41.219234364493765],[-73.23810708207486,41.2197243645737],[-73.23894208239321,41.22056636471115],[-73.23937708256632,41.22113236480765],[-73.23949608261215,41.221260364828815],[-73.23996708279356,41.221767364912594],[-73.24010408284703,41.22192736493941],[-73.24024508290141,41.22208036496475],[-73.24032808293387,41.22217836498118],[-73.24046108298647,41.2223453650095],[-73.24056808302875,41.22247936503223],[-73.24148408339286,41.223663365233875],[-73.24190608355522,41.224114365308296],[-73.24207108361868,41.22429036533733],[-73.24243208375705,41.22466736539928],[-73.242578083815,41.22485436543108],[-73.24277808389441,41.2251113654748],[-73.24302308399092,41.22541236552566],[-73.24317408405037,41.225597365556915],[-73.24327708408866,41.22568436557057],[-73.24338008412805,41.225790365587926],[-73.24341908414297,41.22583036559448],[-73.24372108425723,41.226119365641146],[-73.24383408430005,41.22622836565877],[-73.24397908435618,41.22638936568551],[-73.24416908442974,41.22660036572057],[-73.24409508440606,41.22660536572396],[-73.24340308418523,41.22666036575727],[-73.24110608345227,41.22684436586805],[-73.24034108320821,41.22690636590509],[-73.2399210830746,41.226947365926776],[-73.2386630826746,41.22707336599236],[-73.23824408254146,41.22711636601443],[-73.23808108248939,41.22712836602208],[-73.23759208233326,41.22716636604543],[-73.23743008228159,41.22717936605325],[-73.23699508214135,41.227189366069375],[-73.23623008189489,41.22720936609819],[-73.23569208172275,41.22724436612255],[-73.2352590815843,41.22727436614252],[-73.23464308138514,41.227278366163354],[-73.23279808078885,41.22729436622655],[-73.23218308059015,41.227300366247746],[-73.23120808027633,41.22733136628555],[-73.22828507933555,41.22742536639908],[-73.22731107902209,41.227457366437044],[-73.22715207897012,41.227448366440456],[-73.22691807889363,41.22743536644551],[-73.22668607882231,41.22750136646598],[-73.22653407877569,41.22754636647972],[-73.22626607868709,41.2275143664822],[-73.22546207842136,41.2274183664896],[-73.22519407833276,41.22738636649206],[-73.22515207832318,41.22745636650711],[-73.22509607830762,41.227501366517735],[-73.22503107828722,41.22751236652199],[-73.22491107824837,41.2275123665259],[-73.22389307791885,41.22751236655903],[-73.22359807782341,41.227513366568836],[-73.22355607780918,41.22750236656804],[-73.22342907776809,41.22750236657218],[-73.22304907764523,41.22750536658514],[-73.22292307760452,41.22750636658942],[-73.22267007752376,41.22752636660157],[-73.22191507728286,41.22758736663807],[-73.22166307720248,41.22760836665037],[-73.2214030771194,41.227627366662546],[-73.22062507687087,41.22768536669921],[-73.2203660767882,41.22770536671155],[-73.2201170767087,41.22772536672355],[-73.2193740764718,41.22778836676005],[-73.21912607639278,41.22781036677242],[-73.21909607637782,41.2277183667554],[-73.21908507637237,41.22768536674932],[-73.21905407635664,41.22758536673077],[-73.21899407632945,41.22744936670614],[-73.21895607631212,41.227361366690175],[-73.21888607627919,41.22718136665726],[-73.21867907618153,41.22664436655901],[-73.21863007615836,41.22651636653557],[-73.21861607615082,41.22646336652567],[-73.21856707612808,41.2263433665038],[-73.21852107609882,41.226091366456025],[-73.21847607607707,41.22596536643287],[-73.2184340760565,41.22584336641037],[-73.21843907605184,41.22573336638871],[-73.21844807604533,41.22556836635616],[-73.21843307603119,41.22540536632478],[-73.21842307602172,41.22529636630379],[-73.21839007600208,41.22513936627416],[-73.21834607597533,41.22492036623277],[-73.21831807595173,41.22466536618385],[-73.21830107593719,41.2245073661535],[-73.21827707591898,41.2243243661185],[-73.21824207589206,41.224051366066256],[-73.21821007586604,41.22377636601353],[-73.21819007584917,41.223594365978606],[-73.21811407579364,41.22305236587511],[-73.21795707567844,41.22192436565965],[-73.21785107561651,41.221440365568476],[-73.2178480756152,41.2214343655674],[-73.21775007557281,41.22124736553402],[-73.2175320754877,41.220992365491256],[-73.2174400754522,41.22089236547469],[-73.2171640753458,41.2205933654252],[-73.2170730753107,41.220494365408804],[-73.21696907527064,41.2203823653903],[-73.21690507524593,41.22031236537868],[-73.21666007515151,41.22004736533484],[-73.21655807511216,41.21993636531644],[-73.2164500750707,41.21982236529767],[-73.21631407501846,41.21967836527393],[-73.21612807494697,41.21948036524126],[-73.21602107490583,41.219366365222456],[-73.21592007486686,41.219256365204245],[-73.21561907475076,41.21892936515007],[-73.21551907471219,41.218820365132025],[-73.21541807467345,41.21871436511458],[-73.21526807461588,41.21855636508855],[-73.21512107455894,41.21839236506128],[-73.21502407452138,41.21828436504329],[-73.21482407444574,41.218093365012464],[-73.21463607437349,41.21789336497946],[-73.21458407435271,41.21782436496767],[-73.21451507432633,41.217753364956025],[-73.21409507416335,41.21727936487699],[-73.21399307412452,41.21717736486036],[-73.21388307408087,41.21703636483635],[-73.21378407404084,41.21689636481219],[-73.21348607391762,41.21642736473017],[-73.21327007383039,41.21612336467775],[-73.21325107382269,41.21609636467309],[-73.21414907409441,41.21576436457895],[-73.21448107419297,41.21560836453765],[-73.21490807432303,41.215465364495806],[-73.2150110743558,41.2154553644905],[-73.21507807437953,41.21549136449536],[-73.21513107439836,41.215520364499305],[-73.21524207443964,41.215614364514096],[-73.21539507449795,41.21576836453923],[-73.21549807453346,41.2158063645433],[-73.21558807456299,41.215813364541745],[-73.21593807467531,41.215796364527044],[-73.21739507513868,41.215652364451486],[-73.21895407563679,41.215538364378496],[-73.21903807565928,41.21545636435972],[-73.21903907565853,41.21543736435598],[-73.21918307569518,41.21526236431707],[-73.21950507577829,41.21489236423424],[-73.21967307582216,41.214708364192795],[-73.21971107583023,41.21463436417707],[-73.21992607588369,41.214351364114734],[-73.22021007595883,41.214057364047996],[-73.22037707600506,41.213920364015785],[-73.22043707602174,41.21387236400444],[-73.22070007609939,41.21374136397027],[-73.22096707618188,41.21367236394809],[-73.22116507624311,41.213622363931876],[-73.22117607624651,41.213619363930924],[-73.22126807627467,41.21359136392246],[-73.22142507632282,41.21354436390817],[-73.22153407635456,41.21348236389249],[-73.2216190763794,41.21343536388052],[-73.22176107641926,41.213328363854984],[-73.2217910764277,41.213306363849696],[-73.22189107645522,41.21322136382983],[-73.22217807653516,41.2129943637761],[-73.22231807657418,41.212884363750035],[-73.22248907662373,41.21278236372452],[-73.22254907664114,41.21274736371572],[-73.22267207667713,41.212680363698624],[-73.22282507672381,41.21263036368386],[-73.222968076767,41.21257636366865],[-73.22304207679028,41.2125643636639],[-73.22324007685258,41.212533363651396],[-73.22356407695437,41.21247936363029],[-73.22374707701228,41.212456363619836],[-73.2238710770389,41.21221936356945],[-73.22392807706278,41.21231436358618],[-73.22398907708866,41.21242236360531],[-73.22404907710747,41.21241136360122],[-73.22413807713683,41.212421363600285],[-73.224165077138,41.212288363573386],[-73.22416707713265,41.21218336355278],[-73.2241990771252,41.21187136349072],[-73.22421007712403,41.211788363474135],[-73.22462007725468,41.21175236345375],[-73.22481607731247,41.21165336342802],[-73.22492507734398,41.211587363411574],[-73.22512307739784,41.21140836337012],[-73.22525207743294,41.21129136334304],[-73.22540807747154,41.21108336329729],[-73.22552107749964,41.210934363264464],[-73.22574607754895,41.21052236317657],[-73.22589807756248,41.209897363049386],[-73.22591307756385,41.209836363036985],[-73.22595607755677,41.2094683629636],[-73.22607007756447,41.208956362859745],[-73.22611607756782,41.20875436281874],[-73.22631107761434,41.20846336275549],[-73.22631207761465,41.20846336275547],[-73.22653007767204,41.20823236270317],[-73.2266890777163,41.208106362673355],[-73.22696607778965,41.2078203626084],[-73.22704207781118,41.20776636259537],[-73.22714707784102,41.207694362577875],[-73.2275010779454,41.207515362531346]]]},"properties":{"name":726,"geoid":"09001072600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.21117707298343,41.213151364164574],[-73.21125207301175,41.21322236417602],[-73.21130607303328,41.213293364188154],[-73.21151407311596,41.213562364234],[-73.21175807321401,41.21389736429158],[-73.21189507326818,41.214069364320764],[-73.21230707343273,41.21461636441436],[-73.21234307344866,41.21469136442784],[-73.21244207348897,41.21483636445299],[-73.21254907353335,41.21500736448295],[-73.2126880735901,41.21521336451871],[-73.2127960736352,41.21539136455001],[-73.21290707367929,41.21553436457437],[-73.21308507375281,41.21581336462314],[-73.21325107382269,41.21609636467309],[-73.21327007383039,41.21612336467775],[-73.21348607391762,41.21642736473017],[-73.21378407404084,41.21689636481219],[-73.21388307408087,41.21703636483635],[-73.21399307412452,41.21717736486036],[-73.21409507416335,41.21727936487699],[-73.21451507432633,41.217753364956025],[-73.21458407435271,41.21782436496767],[-73.21463607437349,41.21789336497946],[-73.21482407444574,41.218093365012464],[-73.21502407452138,41.21828436504329],[-73.21512107455894,41.21839236506128],[-73.21526807461588,41.21855636508855],[-73.21541807467345,41.21871436511458],[-73.21551907471219,41.218820365132025],[-73.21561907475076,41.21892936515007],[-73.21592007486686,41.219256365204245],[-73.21602107490583,41.219366365222456],[-73.21612807494697,41.21948036524126],[-73.21631407501846,41.21967836527393],[-73.2164500750707,41.21982236529767],[-73.21655807511216,41.21993636531644],[-73.21666007515151,41.22004736533484],[-73.21690507524593,41.22031236537868],[-73.21696907527064,41.2203823653903],[-73.2170730753107,41.220494365408804],[-73.2171640753458,41.2205933654252],[-73.2174400754522,41.22089236547469],[-73.2175320754877,41.220992365491256],[-73.21775007557281,41.22124736553402],[-73.2178480756152,41.2214343655674],[-73.21785107561651,41.221440365568476],[-73.21795707567844,41.22192436565965],[-73.21811407579364,41.22305236587511],[-73.21819007584917,41.223594365978606],[-73.21821007586604,41.22377636601353],[-73.21824207589206,41.224051366066256],[-73.21827707591898,41.2243243661185],[-73.21830107593719,41.2245073661535],[-73.21831807595173,41.22466536618385],[-73.21834607597533,41.22492036623277],[-73.21839007600208,41.22513936627416],[-73.21842307602172,41.22529636630379],[-73.21843307603119,41.22540536632478],[-73.21844807604533,41.22556836635616],[-73.21843907605184,41.22573336638871],[-73.2184340760565,41.22584336641037],[-73.21847607607707,41.22596536643287],[-73.21852107609882,41.226091366456025],[-73.21856707612808,41.2263433665038],[-73.21861607615082,41.22646336652567],[-73.21863007615836,41.22651636653557],[-73.21867907618153,41.22664436655901],[-73.21888607627919,41.22718136665726],[-73.21895607631212,41.227361366690175],[-73.21899407632945,41.22744936670614],[-73.21905407635664,41.22758536673077],[-73.21908507637237,41.22768536674932],[-73.21909607637782,41.2277183667554],[-73.21912607639278,41.22781036677242],[-73.21641707553009,41.22805936690924],[-73.21243907426604,41.22847436711976],[-73.21085207373781,41.22822036712174],[-73.21018207351544,41.228124367124764],[-73.20936707324294,41.22797236712155],[-73.20897807311289,41.22790036712013],[-73.20847507294448,41.227802367117334],[-73.20805107280592,41.22777936712662],[-73.20790507275802,41.227768367129215],[-73.20773107270101,41.22775636713253],[-73.20729407255966,41.22775836714713],[-73.20705007248199,41.227781367159544],[-73.20690707243651,41.22779536716695],[-73.20648307230363,41.227872367195786],[-73.20632607225451,41.22790236720676],[-73.20608607217952,41.22794936722375],[-73.2058420721056,41.228038367249084],[-73.20577507208532,41.22806336725616],[-73.2054540719877,41.22817336728809],[-73.20530407194514,41.2282783673135],[-73.20517207190964,41.22840536734264],[-73.20504307187505,41.22853136737145],[-73.20500307186595,41.22859836738586],[-73.204981071861,41.228636367394],[-73.2049180718472,41.228752367418736],[-73.20489807184296,41.22879136742701],[-73.20475707180594,41.2289423674611],[-73.20461007176178,41.22900236747762],[-73.20460707176079,41.229002367477726],[-73.20437307168687,41.22903436749158],[-73.20412207160715,41.229061367505025],[-73.20381407150848,41.22907936751856],[-73.20351207141395,41.229136367539525],[-73.20315107130102,41.22920536756475],[-73.20281807119797,41.2292883675918],[-73.20248607109528,41.229372367619014],[-73.20181907088832,41.22952936767141],[-73.2016550708375,41.229569367684554],[-73.20149107078754,41.22962436770064],[-73.2014160707547,41.229474367673745],[-73.20138307073798,41.2293683676541],[-73.20127107068055,41.22899736758521],[-73.20115107061717,41.228567367505036],[-73.20112807060495,41.22848336748937],[-73.20111807059743,41.228408367475026],[-73.20107307057687,41.228303367455965],[-73.20109907058072,41.22822336743948],[-73.20109107057185,41.22811336741823],[-73.20113507056506,41.227744367344656],[-73.20116707055604,41.227404367277146],[-73.20123307055896,41.22708136721184],[-73.20126507055598,41.226847367165064],[-73.20129607054531,41.22648436709308],[-73.2013450705399,41.226111367018554],[-73.20134907052666,41.225856366968564],[-73.20128807047278,41.225258366853616],[-73.201204070422,41.22484436677541],[-73.20127907044622,41.224843366772774],[-73.20129307044988,41.22482836676939],[-73.20119107040934,41.2246963667469],[-73.20110807032083,41.223615366538205],[-73.20096107020555,41.22242836631091],[-73.20091007017507,41.222183366264645],[-73.20093307016764,41.22192236621286],[-73.20097107017332,41.221806366188936],[-73.20102907018457,41.22167436616125],[-73.20114507021528,41.22155436613401],[-73.20130907026135,41.221431366104625],[-73.20168407036901,41.221190366045306],[-73.20224807053425,41.22088636596752],[-73.20235907056515,41.22079836594672],[-73.2025410706129,41.220602365902465],[-73.20269407065017,41.22038736585546],[-73.20282507067746,41.22012236579938],[-73.2028460706765,41.21998636577209],[-73.20283707065443,41.219650365706684],[-73.20278807062489,41.219410365661346],[-73.20264107053632,41.21869136552553],[-73.20259307050715,41.21845236548034],[-73.20256307048706,41.218270365445726],[-73.2025470704759,41.218165365425705],[-73.202524070462,41.21805236540436],[-73.20248507043833,41.21785836536768],[-73.20246907042578,41.21772936534298],[-73.20246407042154,41.21768336533415],[-73.20246407042035,41.217662365330035],[-73.20246407041373,41.21754636530735],[-73.20246807040768,41.217417365282],[-73.20247107040561,41.21736436527154],[-73.20250707039851,41.21703536520602],[-73.20252007039652,41.21692636518429],[-73.20252107039579,41.21690836518076],[-73.20253207039161,41.21677236515377],[-73.2025540703842,41.216517365103186],[-73.20255807037684,41.21636536507334],[-73.20255907037613,41.21634736506979],[-73.20257807037565,41.21623136504648],[-73.20254307035795,41.21611936502571],[-73.20245407031967,41.215953364996146],[-73.20239007029154,41.215823364972806],[-73.20218007019923,41.21539636489613],[-73.20194807009865,41.21494936481623],[-73.20192407008946,41.214924364812134],[-73.20149906991799,41.21432936470957],[-73.20122506981258,41.21403636466117],[-73.20097606971518,41.213741364611565],[-73.20156806989574,41.21354736455439],[-73.20227607011181,41.21331736448639],[-73.20335507044284,41.212997364388734],[-73.20363507052879,41.2129153643636],[-73.20387007060165,41.212859364345015],[-73.20395907062962,41.212844364339176],[-73.20410707067609,41.212819364329484],[-73.2042830707314,41.21279036431809],[-73.20455407081633,41.212741364299696],[-73.20470307086308,41.21271536428977],[-73.20530007105091,41.21262036425178],[-73.20611207130649,41.21249336420057],[-73.20709207161542,41.21234836414033],[-73.20755407176115,41.212281364112215],[-73.20769207180577,41.21228036410752],[-73.20776607183348,41.212346364118034],[-73.2078220718544,41.21239536412578],[-73.20794407190175,41.21253336414881],[-73.20796907191166,41.21256536415426],[-73.20803207193656,41.212644364167666],[-73.2081930719832,41.212548364143665],[-73.20840507204471,41.212423364112325],[-73.20866707211906,41.212240364068016],[-73.20882207216313,41.21213336404204],[-73.20887907218457,41.212185364050356],[-73.20971107248059,41.21265436411504],[-73.20991007255009,41.21274336412597],[-73.21000007258178,41.212788364131846],[-73.21067707281732,41.21307636416617],[-73.21083707287167,41.21312136416977],[-73.21103207293827,41.21318236417535],[-73.21116707297962,41.21314136416295],[-73.21117707298343,41.213151364164574]]]},"properties":{"name":727,"geoid":"09001072700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.20107307057687,41.228303367455965],[-73.20084807050289,41.228283367459376],[-73.20017307028105,41.22822536746998],[-73.19994907020747,41.22820636747353],[-73.19960607009472,41.22817636747881],[-73.19922406996832,41.22812836748186],[-73.19810806959916,41.22799036749116],[-73.19762606943925,41.22792236749352],[-73.19705706925077,41.227847367497354],[-73.19662506910771,41.22779136750045],[-73.19640606903316,41.22772736749506],[-73.19634706901257,41.22770136749189],[-73.19612206893518,41.22762136748356],[-73.19609406892555,41.22761136748252],[-73.19583206883607,41.22752936747499],[-73.19545806870534,41.227360367454125],[-73.19524206862982,41.227262367441966],[-73.19522306861722,41.2271493674205],[-73.19520906860802,41.22706736740491],[-73.19519706858942,41.226809367354875],[-73.19519206858135,41.22669636733293],[-73.19516806856487,41.2265433673038],[-73.19515306855214,41.2264053672773],[-73.19511206852633,41.22618536723563],[-73.19507906851011,41.22608836721772],[-73.19503106848626,41.22594236719074],[-73.19492106843434,41.22565636713839],[-73.19478806837131,41.22530636707428],[-73.19458606827732,41.224804366982696],[-73.1945090682415,41.22461336694785],[-73.19445806822014,41.22452836693288],[-73.19436806817659,41.224275366886324],[-73.19423506811202,41.223898366816954],[-73.19409306804457,41.22352136674784],[-73.19399906799988,41.223271366702015],[-73.19395106797779,41.223156366681074],[-73.19387706794365,41.22297736664849],[-73.193812067913,41.222809366617746],[-73.19376706789188,41.22269436659673],[-73.19371206786565,41.222546366569574],[-73.19363206782727,41.22232736652935],[-73.19355506778956,41.22210336648803],[-73.19350506776495,41.221955366460726],[-73.19344406773699,41.22181136643454],[-73.19326406765427,41.221382366356494],[-73.1932040676267,41.22123936633049],[-73.19292106749438,41.22052536620006],[-73.19277406742538,41.220149366131295],[-73.19265806736804,41.21980236606723],[-73.19265106736208,41.219737366054744],[-73.19261406734091,41.219576366024455],[-73.19257206731503,41.21936036598357],[-73.19254106728867,41.21907436592864],[-73.19246906723482,41.21853836582618],[-73.19240806718312,41.21797736571843],[-73.19225006706974,41.21688536551001],[-73.19219006701562,41.21627636539285],[-73.1921880670145,41.216268365391365],[-73.19218306700874,41.21619536537723],[-73.19206106692178,41.21536236521828],[-73.19204106690545,41.215189365185104],[-73.19200806688022,41.21493436513631],[-73.19196606685159,41.21467036508603],[-73.19187506681759,41.21459036507333],[-73.19192006682121,41.21439836503432],[-73.19189206678931,41.21399736495679],[-73.1918520667623,41.213750364909785],[-73.19182906674082,41.213504364862416],[-73.19182306673598,41.21345336485265],[-73.19180506672143,41.2133003648233],[-73.19180006671698,41.21325036481368],[-73.19178606670856,41.21318236480083],[-73.19174506668374,41.21297936476247],[-73.19173206667568,41.212912364749776],[-73.19172206666802,41.212834364734846],[-73.19169406664562,41.21260036468999],[-73.19168506663831,41.21252336467523],[-73.19167506662694,41.212380364647565],[-73.19166106661051,41.21217136460715],[-73.19163506658967,41.21195336456536],[-73.19161906657645,41.2118123645383],[-73.19158806655754,41.21165636450879],[-73.19155506653695,41.21148236447582],[-73.19153506651354,41.21118536441838],[-73.19153206650945,41.21113036440772],[-73.19154806650887,41.21102936438744],[-73.19156106650826,41.2109443643704],[-73.19158706650714,41.21077736433689],[-73.19159706650542,41.210690364319554],[-73.19160806650414,41.21060536430256],[-73.19165406649739,41.21022536422674],[-73.19167606649461,41.21005136419198],[-73.19178206648756,41.209325364046535],[-73.19184106649789,41.209171364014495],[-73.19186906650313,41.20910436400047],[-73.19190506651012,41.20902236398326],[-73.19199306653206,41.20890736395791],[-73.19209106655744,41.20879636393301],[-73.19226806659891,41.20851836387289],[-73.19243206663741,41.20826236381748],[-73.19276206671086,41.20767636369212],[-73.19276706671195,41.207667363690206],[-73.19294406675348,41.20739036363027],[-73.19300206677254,41.20739536362935],[-73.19320606684158,41.20744836363309],[-73.19322406684772,41.20745336363349],[-73.19365506699171,41.20753236363495],[-73.19396406709286,41.20755236362882],[-73.19400506710642,41.207557363628474],[-73.19427206719502,41.20759536362722],[-73.19447106726125,41.20762736362702],[-73.1947860673661,41.20767836362676],[-73.19506906745987,41.207716363625],[-73.19526906752616,41.2077433636238],[-73.19540606757198,41.20776936362443],[-73.19543906758307,41.20777636362473],[-73.1956700676596,41.20780736362329],[-73.19581806770948,41.20784236362532],[-73.1959520677552,41.207883363628994],[-73.19600106776974,41.207860363622906],[-73.1961180678046,41.20780736360873],[-73.19615206781498,41.207796363605475],[-73.19620506783127,41.20778136360082],[-73.19623006784525,41.20788436362016],[-73.19621306784634,41.20800036364339],[-73.19638106791227,41.20820336367764],[-73.19647106794893,41.208335363700556],[-73.19657106799333,41.20854636373858],[-73.19657506799525,41.208557363740596],[-73.19665506803307,41.208766363778864],[-73.19695506814274,41.208987363812376],[-73.19697506814995,41.209000363814255],[-73.19744906832082,41.20930636385871],[-73.19794806850393,41.20968536391664],[-73.19800406852451,41.209728363923226],[-73.19824806861583,41.20994536395775],[-73.19827106862442,41.2099653639609],[-73.19832206864395,41.21001836396961],[-73.1985400687274,41.21024436400674],[-73.19861306875536,41.210320364019225],[-73.19865706877296,41.21037936402934],[-73.19878906882576,41.21055636405968],[-73.19883306884344,41.210616364069985],[-73.1988730688594,41.21066936407905],[-73.19899606890839,41.21083036410655],[-73.19903806892505,41.210884364115735],[-73.19910806896019,41.2111033641563],[-73.19920906901072,41.211416364214244],[-73.19932306906716,41.21175936427765],[-73.19939606910327,41.21197836431809],[-73.199410069109,41.21199936432175],[-73.19945306912669,41.21206536433326],[-73.1994680691328,41.212087364337066],[-73.19953806916142,41.21219236435533],[-73.19958506918064,41.21226236436749],[-73.19977806925576,41.21248436440465],[-73.19986106928812,41.21258036442073],[-73.20009106937538,41.21280536445726],[-73.20039306948993,41.21310036450514],[-73.20067106959812,41.213419364558504],[-73.20075406962997,41.21350736457302],[-73.20097606971518,41.213741364611565],[-73.20122506981258,41.21403636466117],[-73.20149906991799,41.21432936470957],[-73.20192407008946,41.214924364812134],[-73.20194807009865,41.21494936481623],[-73.20218007019923,41.21539636489613],[-73.20239007029154,41.215823364972806],[-73.20245407031967,41.215953364996146],[-73.20254307035795,41.21611936502571],[-73.20257807037565,41.21623136504648],[-73.20255907037613,41.21634736506979],[-73.20255807037684,41.21636536507334],[-73.2025540703842,41.216517365103186],[-73.20253207039161,41.21677236515377],[-73.20252107039579,41.21690836518076],[-73.20252007039652,41.21692636518429],[-73.20250707039851,41.21703536520602],[-73.20247107040561,41.21736436527154],[-73.20246807040768,41.217417365282],[-73.20246407041373,41.21754636530735],[-73.20246407042035,41.217662365330035],[-73.20246407042154,41.21768336533415],[-73.20246907042578,41.21772936534298],[-73.20248507043833,41.21785836536768],[-73.202524070462,41.21805236540436],[-73.2025470704759,41.218165365425705],[-73.20256307048706,41.218270365445726],[-73.20259307050715,41.21845236548034],[-73.20264107053632,41.21869136552553],[-73.20278807062489,41.219410365661346],[-73.20283707065443,41.219650365706684],[-73.2028460706765,41.21998636577209],[-73.20282507067746,41.22012236579938],[-73.20269407065017,41.22038736585546],[-73.2025410706129,41.220602365902465],[-73.20235907056515,41.22079836594672],[-73.20224807053425,41.22088636596752],[-73.20168407036901,41.221190366045306],[-73.20130907026135,41.221431366104625],[-73.20114507021528,41.22155436613401],[-73.20102907018457,41.22167436616125],[-73.20097107017332,41.221806366188936],[-73.20093307016764,41.22192236621286],[-73.20091007017507,41.222183366264645],[-73.20096107020555,41.22242836631091],[-73.20110807032083,41.223615366538205],[-73.20119107040934,41.2246963667469],[-73.20129307044988,41.22482836676939],[-73.20127907044622,41.224843366772774],[-73.201204070422,41.22484436677541],[-73.20128807047278,41.225258366853616],[-73.20134907052666,41.225856366968564],[-73.2013450705399,41.226111367018554],[-73.20129607054531,41.22648436709308],[-73.20126507055598,41.226847367165064],[-73.20123307055896,41.22708136721184],[-73.20116707055604,41.227404367277146],[-73.20113507056506,41.227744367344656],[-73.20109107057185,41.22811336741823],[-73.20109907058072,41.22822336743948],[-73.20107307057687,41.228303367455965]]]},"properties":{"name":728,"geoid":"09001072800"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.53311916861351,41.065526324733334],[-73.53310316859991,41.065379324705056],[-73.53308116858052,41.06516532466382],[-73.53306716856298,41.06493832461977],[-73.53305916855197,41.06479132459121],[-73.53303016853394,41.064640324562575],[-73.53302216852762,41.064575324550084],[-73.53300716851578,41.064453324526674],[-73.5329531684707,41.06397132443395],[-73.53294416846309,41.06388932441816],[-73.53293016844508,41.06365432437256],[-73.53290816843327,41.06357232435721],[-73.53291716841879,41.06326932429751],[-73.53291616839942,41.062937324232436],[-73.53291616839353,41.06283432421225],[-73.53292616838648,41.06265532417682],[-73.532943168386,41.06255132415588],[-73.53304416838807,41.06201932404826],[-73.53306516838877,41.06191332402678],[-73.53314516839178,41.06151532394614],[-73.53316716839268,41.06140732392424],[-73.53323216840026,41.06117332387622],[-73.53334116841789,41.060867323812644],[-73.53341916843584,41.06074132378537],[-73.53345316844276,41.060670323770324],[-73.53347816844789,41.06061932375951],[-73.53356716846774,41.0604643237262],[-73.53360716847673,41.06039632371155],[-73.5336191684794,41.06037532370704],[-73.53365816848837,41.0603123236934],[-73.53367116849144,41.060292323689055],[-73.53382616853506,41.060180323662],[-73.53398916858069,41.060058323632724],[-73.53400616858548,41.06004632362982],[-73.53490416883943,41.059419323477364],[-73.53495816885456,41.05937932346775],[-73.53500816886859,41.05934232345885],[-73.53527716894426,41.05914732341177],[-73.53557116903974,41.05915732340407],[-73.53579516911148,41.05914732339475],[-73.53598316917005,41.05911032338131],[-73.53613416921725,41.05908332337107],[-73.53652916933945,41.05899032333984],[-73.53686816944396,41.058904323311836],[-73.5374151696614,41.05961632343345],[-73.53818316990227,41.0594933233841],[-73.53892317013333,41.05935632333291],[-73.53979817040893,41.05923632328062],[-73.53995917045971,41.05921532327122],[-73.5403601705851,41.0591443232441],[-73.54096617077465,41.05903832320342],[-73.5415661709625,41.05893632316368],[-73.54196917108871,41.0588683231371],[-73.54226617118154,41.058815323116946],[-73.5431601714612,41.058659323056965],[-73.54345817155442,41.05860732303697],[-73.5438991716941,41.05856032301325],[-73.54434317183502,41.05851832299044],[-73.54453417189623,41.05851032298258],[-73.5446021719199,41.05854032298622],[-73.54466317194108,41.05856632298932],[-73.54477617197934,41.05859732299168],[-73.54480017198915,41.05863332299795],[-73.54501517206653,41.058772323018125],[-73.54517517212372,41.05886832303169],[-73.54548117223534,41.05909232306555],[-73.54562117228306,41.05913632306957],[-73.54587817236728,41.059158323065425],[-73.54638717252813,41.05909732303674],[-73.54645817255059,41.059089323032836],[-73.54646617256137,41.05923232306061],[-73.54666117266657,41.05996832319849],[-73.54664717267657,41.060221323248555],[-73.54634517259639,41.060523323317696],[-73.54604317251832,41.0608613233939],[-73.54576817244721,41.06116932346332],[-73.54576417244603,41.06117132346383],[-73.5446841721337,41.061804323623456],[-73.54460017210944,41.06185432363602],[-73.54445617206974,41.061972323663895],[-73.54438517205331,41.062085323688365],[-73.54436517204869,41.06211732369531],[-73.54466117218688,41.062860323831245],[-73.54490117228517,41.0632223238943],[-73.5451551723892,41.063606323961245],[-73.54603417272023,41.06442932409366],[-73.54656117291873,41.06492332417318],[-73.54732617319074,41.065359324233484],[-73.54785017336931,41.065523324248396],[-73.54906517378348,41.06590432428312],[-73.54901617376964,41.0659393242916],[-73.54899017376226,41.06595732429597],[-73.5488741737296,41.06604032431608],[-73.54875217369298,41.06608832432948],[-73.54866817366786,41.06612332433911],[-73.54838617358176,41.06620932436523],[-73.54833217356571,41.06623332437174],[-73.54826717354604,41.066256324378365],[-73.54816417351388,41.06627532438549],[-73.54809217349178,41.06629532439177],[-73.54707817318084,41.06658132448119],[-73.54634817295543,41.06676032454029],[-73.54627717293353,41.066778324546135],[-73.54593517282761,41.06685632457269],[-73.54577817278162,41.06693832459392],[-73.54564217273285,41.06685332458173],[-73.54543617265892,41.06672432456322],[-73.54523817258759,41.066595324544444],[-73.54510417253938,41.06650932453199],[-73.54485217246372,41.066608324559695],[-73.54447117234943,41.06676032460202],[-73.54423817227936,41.06685032462732],[-73.54409517223631,41.066904324642614],[-73.54384317216058,41.0670023246701],[-73.54368817211414,41.067065324687555],[-73.54336517201745,41.067197324724056],[-73.54323017197777,41.06726532474181],[-73.54308217193442,41.06734232476177],[-73.54274117180341,41.06697832470163],[-73.54224917160812,41.06634332459333],[-73.54199517150843,41.0660353245413],[-73.54175017141142,41.06572332448822],[-73.54142517128277,41.06531032441793],[-73.54122717119922,41.0649683243574],[-73.54119317118531,41.06491732434853],[-73.54109117115705,41.06499832436776],[-73.54086417108721,41.06505832438698],[-73.54075517105288,41.06507332439351],[-73.54066717102522,41.06508632439893],[-73.5401931708755,41.06514432442589],[-73.53952217066484,41.06524832446834],[-73.53936717061555,41.06526132447599],[-73.53922317056978,41.06527432448329],[-73.5389041704691,41.0653143245016],[-73.53868617039986,41.06533432451269],[-73.53845217032553,41.065355324524496],[-73.53825417026268,41.06537432453474],[-73.53803117019051,41.06537132454148],[-73.53781317012003,41.06536932454826],[-73.53770017008084,41.06532232454276],[-73.53760717004856,41.06528332453817],[-73.53740716998244,41.065256324539455],[-73.537346169963,41.065260324542244],[-73.53722516992438,41.06526832454779],[-73.53719616991513,41.06527032454913],[-73.53691716982665,41.065298324563784],[-73.53636016964997,41.06535332459288],[-73.53599516953422,41.065389324611935],[-73.53568816943687,41.06542032462812],[-73.53549616937597,41.06543932463814],[-73.53517416927173,41.06543432464775],[-73.53489216918051,41.06543132465642],[-73.53426316897777,41.06543732467828],[-73.53384116884381,41.0654773247],[-73.53363116877688,41.06549232470983],[-73.53340016870331,41.06551032472097],[-73.53325016865604,41.065530324729814],[-73.53311916861351,41.065526324733334]]]},"properties":{"name":216,"geoid":"09001021600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.50846816050033,41.06284232501689],[-73.50851516051229,41.06278632500438],[-73.50860816053597,41.06267532497954],[-73.50901616064002,41.06219232487144],[-73.50903116064396,41.06217632486782],[-73.50918316068409,41.06202032483225],[-73.50957516078734,41.06161332473957],[-73.50977916084031,41.06138832468875],[-73.51002516090318,41.06109932462401],[-73.51011616092677,41.06099832460123],[-73.51019216094615,41.060908324581085],[-73.51058516104635,41.060442324476796],[-73.51066216106605,41.06035232445662],[-73.51154716129437,41.05935032423108],[-73.51180116136081,41.05907832416941],[-73.51182016136579,41.05905832416486],[-73.5119921614087,41.05883832411609],[-73.51220516146516,41.05862332406693],[-73.51230716149236,41.05852332404397],[-73.51242116152115,41.05838332401277],[-73.51262416157525,41.058183323966894],[-73.51263616157848,41.05817232396435],[-73.51276216161153,41.058039323934125],[-73.51307216169657,41.05777632387237],[-73.51339216178583,41.05753132381382],[-73.51382016190614,41.057219323738586],[-73.51401416196123,41.05708732370635],[-73.51406016197454,41.057060323699524],[-73.51458916212803,41.056758323622944],[-73.51477516218259,41.056662323598005],[-73.51477916218374,41.05666032359749],[-73.51527316233104,41.056447323539494],[-73.51536916235969,41.05640632352831],[-73.5154311623782,41.05638032352116],[-73.51557216242132,41.05633832350829],[-73.51579416248894,41.05626732348709],[-73.5157981624901,41.05626532348656],[-73.51607316257306,41.05616332345752],[-73.51644916268855,41.056060323424994],[-73.5164781626974,41.056051323422274],[-73.51670816276804,41.05598832340236],[-73.51683416280706,41.05595932339253],[-73.51690016282762,41.055946323387815],[-73.5169591628461,41.05593632338394],[-73.51719116291832,41.05588932336709],[-73.51748016300853,41.055835323347004],[-73.51756216303421,41.05582132334158],[-73.51767416306927,41.05580232333417],[-73.51788816313623,41.05576532331988],[-73.5184951633263,41.055662323279755],[-73.51853316333812,41.05565432327695],[-73.51874816340529,41.05561532326223],[-73.51925416356322,41.05552032322699],[-73.51938316360355,41.05549732321823],[-73.52066016400329,41.05527832313336],[-73.52077716404072,41.05527232312834],[-73.52110916414699,41.055256323114286],[-73.52129016420378,41.05522732310267],[-73.52159116429752,41.055167323081],[-73.52198716442089,41.055089323052705],[-73.5224991645809,41.05499732301785],[-73.52280216467564,41.0549433229973],[-73.52309916476842,41.05488932297697],[-73.52342016486874,41.05483132295504],[-73.5239461650334,41.05474132292012],[-73.52399216504769,41.054731322916645],[-73.52410516508297,41.054710322908825],[-73.52428816513964,41.05466832289458],[-73.5242021651215,41.05483632293035],[-73.5241731651166,41.05491432294659],[-73.5241711651163,41.05492032294784],[-73.52382916504803,41.055655323103196],[-73.52371516502544,41.055903323155576],[-73.52379616505095,41.05589232315075],[-73.52382816506112,41.05588932314912],[-73.52403916512814,41.05587032313846],[-73.52406316513584,41.05586932313748],[-73.52412116515411,41.055861323134],[-73.52417116516979,41.05585332313079],[-73.5242931652082,41.05583632312346],[-73.52432316521772,41.05583332312189],[-73.52437516523433,41.055830323119565],[-73.52435316523697,41.05600032315364],[-73.52432416524074,41.0562293231995],[-73.52425316523363,41.05650532325594],[-73.52421116522966,41.05667232329007],[-73.52406116518839,41.056797323319515],[-73.52392016515572,41.05702132336807],[-73.5238831651475,41.05708632338203],[-73.52340016504121,41.057952323567704],[-73.52333116502953,41.05813732360626],[-73.5232111650137,41.05853732368863],[-73.52319516501171,41.058592323699926],[-73.52307116499817,41.0590543237946],[-73.52288316497234,41.05966232391999],[-73.52271816494991,41.0602003240309],[-73.52236916490814,41.06143732428491],[-73.52235016490539,41.061496324297096],[-73.52226616489398,41.061770324353574],[-73.52214316487309,41.06209832442193],[-73.52208916486781,41.06231032446525],[-73.52201616486086,41.062600324524524],[-73.52189516484107,41.06293632459438],[-73.5218221648293,41.06314232463717],[-73.52165416477816,41.06319632465327],[-73.52121516464456,41.063338324695536],[-73.52115016462454,41.06335532470099],[-73.5209801645723,41.0634013247156],[-73.52087616455742,41.06372732478294],[-73.5205661645134,41.06470532498486],[-73.5204631644989,41.06503232505235],[-73.51976616433332,41.066069325278555],[-73.5186791640753,41.06769032563205],[-73.51793116387041,41.06832932578189],[-73.51721716366195,41.06871432588082],[-73.51611816334115,41.06930832603337],[-73.51530316309737,41.069646326126396],[-73.51457316287905,41.069949326209766],[-73.51380616264503,41.070187326281605],[-73.51312416243185,41.07031032632812],[-73.51276416231738,41.07034132634602],[-73.51188616203841,41.07042032639034],[-73.51151016191695,41.0704193264025],[-73.51038216155257,41.070417326439156],[-73.51006816145119,41.07041732644946],[-73.51000616143115,41.070417326451505],[-73.50996216140342,41.07018132640668],[-73.50973716131244,41.06986132635134],[-73.5097511613053,41.069658326311085],[-73.50993016133927,41.06924232622365],[-73.5098961612983,41.068719326122235],[-73.50989016129154,41.06863532610596],[-73.50983316124758,41.0681893260204],[-73.50990816124049,41.067643325910886],[-73.50998116125874,41.06755032589027],[-73.50994316123871,41.06741532586505],[-73.51010216128626,41.0673493258469],[-73.51014116128997,41.06719432581523],[-73.5099531612071,41.06680732574552],[-73.509726161124,41.06663632571945],[-73.50965516109906,41.06660132571492],[-73.50940416099965,41.06628132566043],[-73.50928616094964,41.06607332562352],[-73.50909916087039,41.065744325565156],[-73.50909816087001,41.065743325564995],[-73.5089351607826,41.06513632545134],[-73.50889416076076,41.06498632542328],[-73.50874716067874,41.064383325309876],[-73.50874216064429,41.06381032519768],[-73.50874516062667,41.063486325134065],[-73.5085521605387,41.06303832505256],[-73.50846816050033,41.06284232501689]]]},"properties":{"name":218.02,"geoid":"09001021802"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.52421116522966,41.05667232329007],[-73.52425316523363,41.05650532325594],[-73.52432416524074,41.0562293231995],[-73.52435316523697,41.05600032315364],[-73.52437516523433,41.055830323119565],[-73.52432316521772,41.05583332312189],[-73.5242931652082,41.05583632312346],[-73.52417116516979,41.05585332313079],[-73.52412116515411,41.055861323134],[-73.52406316513584,41.05586932313748],[-73.52403916512814,41.05587032313846],[-73.52382816506112,41.05588932314912],[-73.52379616505095,41.05589232315075],[-73.52371516502544,41.055903323155576],[-73.52382916504803,41.055655323103196],[-73.5241711651163,41.05492032294784],[-73.5241731651166,41.05491432294659],[-73.5242021651215,41.05483632293035],[-73.52428816513964,41.05466832289458],[-73.52448716520216,41.054638322882155],[-73.52465916525557,41.054601322869246],[-73.52538916548235,41.054446322814876],[-73.52577016560153,41.05437932278921],[-73.52614316571828,41.054315322764424],[-73.52625616575361,41.05429532275678],[-73.52627316575888,41.05429132275544],[-73.52666416588036,41.05420832272631],[-73.5267951659211,41.05418132271673],[-73.5269491659685,41.05414132270382],[-73.52709816601445,41.054103322691475],[-73.52717316603774,41.05408732268588],[-73.52740716610865,41.054006322662296],[-73.52755816615442,41.05395432264714],[-73.52786816624803,41.0538413226148],[-73.52807316630954,41.053760322592176],[-73.52821716635219,41.053693322574325],[-73.52846916642703,41.053579322543676],[-73.52887916654728,41.05336832248882],[-73.52934416668246,41.05310732242237],[-73.52991016684356,41.05273032232984],[-73.5300591668862,41.05263532230632],[-73.53066016705857,41.05225732221244],[-73.53119616721136,41.051904322125615],[-73.53132816724927,41.051822322105195],[-73.53186316740302,41.0514913220227],[-73.53252816759763,41.051141321932214],[-73.53289616770687,41.05097432188737],[-73.5330491677515,41.05089132186607],[-73.53344316786843,41.05071232181801],[-73.53367016793587,41.05061032179056],[-73.53411416806932,41.050438321742234],[-73.53418316809028,41.05041532173546],[-73.53450216818707,41.050307321703805],[-73.53491016831099,41.05017132166371],[-73.53546516848017,41.04999732161135],[-73.53578816857873,41.04989732158115],[-73.53580416858709,41.049953321591595],[-73.53580716858863,41.04996332159345],[-73.53581516860064,41.05012732162535],[-73.53581816860498,41.05018632163682],[-73.5358331686253,41.05045632168927],[-73.53585916865971,41.050910321777465],[-73.53592616870154,41.051262321844284],[-73.53597816873364,41.051529321894954],[-73.53597716880792,41.05283032215011],[-73.5361071689183,41.054023322379784],[-73.5360831689464,41.05464832250313],[-73.53615716900349,41.055227322614236],[-73.53607116897567,41.05522632261687],[-73.5361191690346,41.05598332276371],[-73.53608116906224,41.056679322901445],[-73.53624716911835,41.0567233229046],[-73.53701016937627,41.05692532291915],[-73.53785416966075,41.05713432293238],[-73.53773916962803,41.05721132295125],[-73.53736316952553,41.05754032302812],[-73.53700516942428,41.05779032308891],[-73.53672316934471,41.05799032313739],[-73.53607016916412,41.058517323262194],[-73.53566916905251,41.05882832333635],[-73.53527716894426,41.05914732341177],[-73.53500816886859,41.05934232345885],[-73.53495816885456,41.05937932346775],[-73.53490416883943,41.059419323477364],[-73.53400616858548,41.06004632362982],[-73.53398916858069,41.060058323632724],[-73.53382616853506,41.060180323662],[-73.53367116849144,41.060292323689055],[-73.53365816848837,41.0603123236934],[-73.5336191684794,41.06037532370704],[-73.53360716847673,41.06039632371155],[-73.53364316848185,41.060282323688014],[-73.53366516848516,41.06021632367435],[-73.53365616847518,41.06009332365053],[-73.53366616847532,41.06003932363963],[-73.53317216829426,41.059663323582136],[-73.53296816821336,41.05940132353746],[-73.5329521682082,41.05940132353799],[-73.53311616830084,41.060093323668276],[-73.53306516828336,41.06007532366642],[-73.53252516810029,41.059923323654374],[-73.53240116806026,41.059923323658445],[-73.53232816803903,41.059964323668886],[-73.53200316795687,41.060361323757405],[-73.53191916793567,41.06046432378036],[-73.53175016789204,41.060655323823354],[-73.53169816787671,41.06068032382997],[-73.53156616783839,41.06075532384901],[-73.53127016774793,41.06084432387618],[-73.53115716769355,41.060532323818734],[-73.53100016762383,41.0602003237588],[-73.5309371675958,41.060066323734596],[-73.53073416750347,41.05959932364969],[-73.53063916746981,41.05954732364262],[-73.53031616736112,41.05947032363814],[-73.53013716730092,41.059428323635785],[-73.52995916724132,41.05939132363439],[-73.52989116721851,41.059376323633664],[-73.52969016715122,41.059334323632044],[-73.52962316712879,41.0593203236315],[-73.52940016705524,41.059293323633526],[-73.52914116696842,41.05923732363106],[-73.52845716673754,41.05906232361923],[-73.52787016654155,41.05894932361634],[-73.52764916646854,41.05892032361793],[-73.52730516635495,41.05887632362061],[-73.52698716624934,41.05882532362105],[-73.52676816617662,41.058790323621395],[-73.52647816607895,41.058719323616984],[-73.52645916607257,41.05871532361684],[-73.52616716597325,41.058627323609166],[-73.52574516582905,41.058488323595775],[-73.5256261657881,41.058444323591075],[-73.5253461656919,41.05834332358046],[-73.52516616563007,41.05827832357363],[-73.52462616544459,41.058084323553324],[-73.52444716538314,41.05802032354665],[-73.52429316532987,41.05795832353955],[-73.52418116529005,41.0578943235307],[-73.52417416528714,41.05788332352875],[-73.52413916527256,41.057826323518725],[-73.5241191652609,41.05773532350154],[-73.5241391652568,41.05755132346481],[-73.5241751652362,41.05698932335343],[-73.52417616523584,41.05697732335103],[-73.52421116522966,41.05667232329007]]]},"properties":{"name":217,"geoid":"09001021700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.51505116077803,41.03057831847222],[-73.5170861613988,41.02994731828164],[-73.51701316137803,41.02999631829365],[-73.51699216137692,41.03009531831376],[-73.51731016149343,41.03033731835082],[-73.51743416153785,41.030414318361856],[-73.51757116158991,41.030551318384255],[-73.51804216176113,41.03088631843453],[-73.51848416193117,41.03136431851381],[-73.51863716198406,41.03142531852075],[-73.51992716241207,41.03162831851826],[-73.52024616251758,41.031672318516414],[-73.52048516259254,41.03163431850111],[-73.5205651626162,41.03159631849104],[-73.5205941626208,41.031513318473785],[-73.52065916263709,41.03143131845557],[-73.52087016270582,41.03144231845081],[-73.52100716275223,41.03148031845375],[-73.52114516280558,41.03163431847945],[-73.52126816284843,41.0316893184862],[-73.52146416292143,41.03185931851313],[-73.52189916309956,41.03251831862814],[-73.52194916312578,41.032694318661044],[-73.52197116314325,41.03287531869584],[-73.52205816317576,41.032952318708084],[-73.52221016323551,41.03313931873979],[-73.52218816323627,41.03327631876739],[-73.52218816324095,41.033358318783485],[-73.52220616324726,41.033367318784656],[-73.52229016327674,41.033408318789945],[-73.52235516329989,41.03344631879527],[-73.52245616333472,41.033485318799606],[-73.52250716336658,41.03375431885071],[-73.5225791633936,41.033820318861295],[-73.52259416340945,41.034012318898476],[-73.52264916342858,41.034036318901386],[-73.5226811634397,41.03405031890308],[-73.52278916348023,41.03414931891896],[-73.52280416348982,41.034232318934755],[-73.52281116351877,41.03469831902594],[-73.5227311635115,41.03502231909215],[-73.52273116351562,41.03509431910627],[-73.5228251635466,41.03510531910534],[-73.52289816357232,41.035143319110404],[-73.52294816359856,41.03531931914329],[-73.52292616360147,41.03549431917835],[-73.52278116357418,41.035835319250005],[-73.52254916352851,41.03634531935768],[-73.52254916353165,41.036400319368475],[-73.5225881635455,41.03642231937152],[-73.5226361635626,41.036450319375426],[-73.5226651635751,41.03650531938527],[-73.52258516356027,41.03669731942556],[-73.52257016355821,41.03674631943568],[-73.52259916357235,41.036829319450995],[-73.52264316359629,41.036999319482895],[-73.52257716358375,41.03715231951509],[-73.52253516357504,41.03723731953314],[-73.52222116347215,41.03721031953816],[-73.52128016316385,41.03713131955355],[-73.52096716306133,41.03710531955871],[-73.52143516329183,41.03849231981546],[-73.52146016330424,41.03856831982956],[-73.52171416342924,41.03931931996855],[-73.52112216337875,41.04177432046958],[-73.5203271630879,41.04117732037859],[-73.51948716278059,41.04054632028237],[-73.51908016265321,41.04061632030947],[-73.5189861626266,41.040681320325305],[-73.51900016263238,41.040703320329165],[-73.51900716263813,41.04076432034089],[-73.51890716261474,41.04091932037458],[-73.51888416260942,41.0409563203826],[-73.51871216256673,41.041180320432176],[-73.51857216253195,41.04136232047248],[-73.51850616252135,41.04154932051134],[-73.51831116246059,41.041587320525196],[-73.51825116244194,41.04160032052971],[-73.51810816239751,41.04163032054029],[-73.5179841623591,41.04165832054984],[-73.517861162321,41.041686320559386],[-73.51779916230767,41.04180332058438],[-73.51762516225482,41.041861320601456],[-73.51758916224388,41.041873320604985],[-73.51695916205252,41.04208332066687],[-73.51674916198873,41.042153320687504],[-73.51669416198622,41.042419320741494],[-73.51670716199298,41.042464320749886],[-73.516815162048,41.04281632081538],[-73.51684716207266,41.043066320863375],[-73.51686016209531,41.0433883209261],[-73.51686016209628,41.04340532092946],[-73.51686616211653,41.04372532099204],[-73.5170951621911,41.04373632098666],[-73.51731616226336,41.04375232098255],[-73.51746916231566,41.04380332098753],[-73.51758616235567,41.04384232099134],[-73.51792016247958,41.04412332103549],[-73.51818016257545,41.04433132106776],[-73.51836516264305,41.04446932108876],[-73.51861616273189,41.04460532110719],[-73.51896616285198,41.044729321120016],[-73.51902216287108,41.044747321121726],[-73.5192901629626,41.04483432112998],[-73.51945016301808,41.04490132113788],[-73.51956916306244,41.04500532115436],[-73.5196361630917,41.04513832117826],[-73.51983916318014,41.045538321250056],[-73.51990716320978,41.045672321274104],[-73.51992916322133,41.04575032128868],[-73.5199381632261,41.04578232129466],[-73.51997216324239,41.04587532131179],[-73.52004116326982,41.04596532132719],[-73.52009116328969,41.046030321338286],[-73.51969516317074,41.0461853213817],[-73.51956316312976,41.04621432139171],[-73.5194881631066,41.046232321397696],[-73.51888416291658,41.046319321434595],[-73.51847816278693,41.04634432145282],[-73.51789616260214,41.046398321482535],[-73.51733916242536,41.04645132151122],[-73.51734816243308,41.0465353215274],[-73.51736016244296,41.04664032154759],[-73.5173641624528,41.046789321576696],[-73.51736716245868,41.04687532159347],[-73.51739216247232,41.046972321611655],[-73.5174281624916,41.047106321636775],[-73.51745516250972,41.047270321668044],[-73.51747216252095,41.047370321687104],[-73.51747616252382,41.04739832169247],[-73.51749016253333,41.047485321709075],[-73.5174951625366,41.047514321714594],[-73.51754416256962,41.04781432177184],[-73.51757116258652,41.04795732179898],[-73.51762116261756,41.04821732184834],[-73.51785216272124,41.04872532194038],[-73.51800016279802,41.049231322034785],[-73.51800016279807,41.049232322034975],[-73.51811216285925,41.049669322117005],[-73.51789716279008,41.04967332212485],[-73.5177331627358,41.04965032212573],[-73.51765716270995,41.04962732212371],[-73.51758616268589,41.04960732212213],[-73.51743516263365,41.04954632211512],[-73.51682216241751,41.04922832207288],[-73.5166181623449,41.04911032205642],[-73.5164121622746,41.04904432205024],[-73.51634716225249,41.049024322048446],[-73.51602216214339,41.048951322044815],[-73.5159641621243,41.048945322045526],[-73.51574816205424,41.04893932205143],[-73.5153161619142,41.048929322063664],[-73.51510016184439,41.04892832207056],[-73.51488416177467,41.04892832207764],[-73.51470116171564,41.04892932208386],[-73.51433116159642,41.04893332209678],[-73.51415216153885,41.04893732210345],[-73.51397016148037,41.04894232211039],[-73.51355416134578,41.048937322123074],[-73.51298916116309,41.048932322140644],[-73.51230916094279,41.048919322160415],[-73.51223716091951,41.04891832216258],[-73.51189516081024,41.04893832217773],[-73.51185216079614,41.04893432217835],[-73.51172416075428,41.04892532218079],[-73.51168216074055,41.04892232218158],[-73.51146916067208,41.04892732218955],[-73.51115016056956,41.0489353222016],[-73.51083216046693,41.04893632221223],[-73.51062016039859,41.04893832221958],[-73.51049316035767,41.048939322223944],[-73.51011116023462,41.04894432223746],[-73.50998516019405,41.04894632224198],[-73.50990116016699,41.04894732224495],[-73.50965116008639,41.04894932225354],[-73.5095681600597,41.04895132225666],[-73.50946316002587,41.0489523222603],[-73.50915115992524,41.04895432227094],[-73.5090471598918,41.04895632227474],[-73.50913815996995,41.04980832243886],[-73.50920316002572,41.050415322555786],[-73.50939716020008,41.052366322932066],[-73.50945016024733,41.05289232303348],[-73.50947016026375,41.05306632306696],[-73.50946416027062,41.05322032309735],[-73.50949416029829,41.05353432315795],[-73.50953516033579,41.05395732323956],[-73.50958116038053,41.05447932334042],[-73.5096091604076,41.05479432340129],[-73.50972116045895,41.055059323449576],[-73.50994816056307,41.05559732354762],[-73.51004716061004,41.05585932359576],[-73.51015016065877,41.056129323645315],[-73.51025316070708,41.05639232369352],[-73.51042516078772,41.05683032377377],[-73.51055816085095,41.057184323838825],[-73.51065816089842,41.05744932388749],[-73.51069816091797,41.05756532390893],[-73.51077916095714,41.05779232395079],[-73.51082716097945,41.05791132397255],[-73.51087416100115,41.05802532399336],[-73.5109481610357,41.05821132402741],[-73.51098316105204,41.0582993240435],[-73.51117516114086,41.05876732412897],[-73.511197161151,41.058820324138644],[-73.5112491611715,41.058885324149685],[-73.5112771611836,41.058938324159165],[-73.51140816122216,41.05887332414211],[-73.51142216122635,41.058867324140486],[-73.51158616127533,41.058798324121554],[-73.51167016130125,41.0587773241147],[-73.51182316134795,41.05873032410045],[-73.51196416139108,41.058688324087576],[-73.51201216140585,41.05867532408346],[-73.51206616142245,41.05866132407895],[-73.51215616145008,41.058636324071095],[-73.51220516146516,41.05862332406693],[-73.5119921614087,41.05883832411609],[-73.51182016136579,41.05905832416486],[-73.51180116136081,41.05907832416941],[-73.51154716129437,41.05935032423108],[-73.51066216106605,41.06035232445662],[-73.51058516104635,41.060442324476796],[-73.51019216094615,41.060908324581085],[-73.51011616092677,41.06099832460123],[-73.51002516090318,41.06109932462401],[-73.50977916084031,41.06138832468875],[-73.50957516078734,41.06161332473957],[-73.50918316068409,41.06202032483225],[-73.50903116064396,41.06217632486782],[-73.50901616064002,41.06219232487144],[-73.50860816053597,41.06267532497954],[-73.50851516051229,41.06278632500438],[-73.50846816050033,41.06284232501689],[-73.5081441603525,41.06208832487969],[-73.50756816013477,41.06153432478997],[-73.50737716004824,41.06110032471114],[-73.50735016003304,41.06098732468984],[-73.5073401600273,41.06094332468158],[-73.50732816002257,41.06092832467902],[-73.5070581598947,41.06021832454867],[-73.50652915966958,41.05927032438014],[-73.50631915958016,41.0588933243131],[-73.50248115817436,41.05598532386879],[-73.50025515727347,41.05280432331798],[-73.49787115630872,41.049397322727934],[-73.49668315591363,41.049196322727475],[-73.49585815561626,41.04865432264822],[-73.49530515513398,41.043346321625094],[-73.49548715486033,41.037535320479044],[-73.50423215747742,41.03393231948529],[-73.51505116077803,41.03057831847222]]]},"properties":{"name":219,"geoid":"09001021900"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.51811216285925,41.049669322117005],[-73.51832516292716,41.049654322107074],[-73.51866916303685,41.04963032209107],[-73.51896516313069,41.04960032207546],[-73.51917916319859,41.04957932206431],[-73.51917516320485,41.049711322090346],[-73.5191621632234,41.050108322168626],[-73.51915916323004,41.050241322194815],[-73.51916816324825,41.0505083222469],[-73.51918316327625,41.05091232232562],[-73.51919316330238,41.05131232240375],[-73.51920016332002,41.05158032245608],[-73.51920916332577,41.051630322465584],[-73.51922716333704,41.051725322483634],[-73.51925916335,41.051771322491604],[-73.51928816336182,41.051814322499084],[-73.51931316337705,41.05193932252277],[-73.51935816340442,41.052163322565235],[-73.51935716341305,41.05231932259586],[-73.51935716342038,41.05244732262096],[-73.51936516343173,41.05260032265069],[-73.51937916344949,41.052831322695546],[-73.51939716346853,41.05306232274026],[-73.51940916348121,41.053216322770055],[-73.51941816349014,41.05332132279037],[-73.51943416350586,41.05350532282592],[-73.51943716351445,41.05363832285191],[-73.51944016352148,41.053744322872596],[-73.51944216352598,41.05381132288566],[-73.51948116354511,41.05392532290674],[-73.5195951635837,41.05395632290909],[-73.51971516362265,41.053960322905915],[-73.52053216388832,41.05399332288556],[-73.52099216403849,41.05402232287614],[-73.52141816417765,41.05405032286764],[-73.52139916418055,41.05420832289924],[-73.52137116418508,41.054445322946655],[-73.5213251641837,41.05468032299425],[-73.52129516418303,41.054837323026014],[-73.52129316418686,41.05491532304138],[-73.52129116419273,41.055029323063806],[-73.52129516419987,41.055131323083664],[-73.5212941642006,41.05514932308724],[-73.52129016420378,41.05522732310267],[-73.52110916414699,41.055256323114286],[-73.52077716404072,41.05527232312834],[-73.52066016400329,41.05527832313336],[-73.51938316360355,41.05549732321823],[-73.51925416356322,41.05552032322699],[-73.51874816340529,41.05561532326223],[-73.51853316333812,41.05565432327695],[-73.5184951633263,41.055662323279755],[-73.51788816313623,41.05576532331988],[-73.51767416306927,41.05580232333417],[-73.51756216303421,41.05582132334158],[-73.51748016300853,41.055835323347004],[-73.51719116291832,41.05588932336709],[-73.5169591628461,41.05593632338394],[-73.51690016282762,41.055946323387815],[-73.51683416280706,41.05595932339253],[-73.51670816276804,41.05598832340236],[-73.5164781626974,41.056051323422274],[-73.51644916268855,41.056060323424994],[-73.51607316257306,41.05616332345752],[-73.5157981624901,41.05626532348656],[-73.51579416248894,41.05626732348709],[-73.51557216242132,41.05633832350829],[-73.5154311623782,41.05638032352116],[-73.51536916235969,41.05640632352831],[-73.51527316233104,41.056447323539494],[-73.51477916218374,41.05666032359749],[-73.51477516218259,41.056662323598005],[-73.51458916212803,41.056758323622944],[-73.51406016197454,41.057060323699524],[-73.51401416196123,41.05708732370635],[-73.51382016190614,41.057219323738586],[-73.51339216178583,41.05753132381382],[-73.51307216169657,41.05777632387237],[-73.51276216161153,41.058039323934125],[-73.51263616157848,41.05817232396435],[-73.51262416157525,41.058183323966894],[-73.51242116152115,41.05838332401277],[-73.51230716149236,41.05852332404397],[-73.51220516146516,41.05862332406693],[-73.51215616145008,41.058636324071095],[-73.51206616142245,41.05866132407895],[-73.51201216140585,41.05867532408346],[-73.51196416139108,41.058688324087576],[-73.51182316134795,41.05873032410045],[-73.51167016130125,41.0587773241147],[-73.51158616127533,41.058798324121554],[-73.51142216122635,41.058867324140486],[-73.51140816122216,41.05887332414211],[-73.5112771611836,41.058938324159165],[-73.5112491611715,41.058885324149685],[-73.511197161151,41.058820324138644],[-73.51117516114086,41.05876732412897],[-73.51098316105204,41.0582993240435],[-73.5109481610357,41.05821132402741],[-73.51087416100115,41.05802532399336],[-73.51082716097945,41.05791132397255],[-73.51077916095714,41.05779232395079],[-73.51069816091797,41.05756532390893],[-73.51065816089842,41.05744932388749],[-73.51055816085095,41.057184323838825],[-73.51042516078772,41.05683032377377],[-73.51025316070708,41.05639232369352],[-73.51015016065877,41.056129323645315],[-73.51004716061004,41.05585932359576],[-73.50994816056307,41.05559732354762],[-73.50972116045895,41.055059323449576],[-73.5096091604076,41.05479432340129],[-73.50958116038053,41.05447932334042],[-73.50953516033579,41.05395732323956],[-73.50949416029829,41.05353432315795],[-73.50946416027062,41.05322032309735],[-73.50947016026375,41.05306632306696],[-73.50945016024733,41.05289232303348],[-73.50939716020008,41.052366322932066],[-73.50920316002572,41.050415322555786],[-73.50913815996995,41.04980832243886],[-73.5090471598918,41.04895632227474],[-73.50915115992524,41.04895432227094],[-73.50946316002587,41.0489523222603],[-73.5095681600597,41.04895132225666],[-73.50965116008639,41.04894932225354],[-73.50990116016699,41.04894732224495],[-73.50998516019405,41.04894632224198],[-73.51011116023462,41.04894432223746],[-73.51049316035767,41.048939322223944],[-73.51062016039859,41.04893832221958],[-73.51083216046693,41.04893632221223],[-73.51115016056956,41.0489353222016],[-73.51146916067208,41.04892732218955],[-73.51168216074055,41.04892232218158],[-73.51172416075428,41.04892532218079],[-73.51185216079614,41.04893432217835],[-73.51189516081024,41.04893832217773],[-73.51223716091951,41.04891832216258],[-73.51230916094279,41.048919322160415],[-73.51298916116309,41.048932322140644],[-73.51355416134578,41.048937322123074],[-73.51397016148037,41.04894232211039],[-73.51415216153885,41.04893732210345],[-73.51433116159642,41.04893332209678],[-73.51470116171564,41.04892932208386],[-73.51488416177467,41.04892832207764],[-73.51510016184439,41.04892832207056],[-73.5153161619142,41.048929322063664],[-73.51574816205424,41.04893932205143],[-73.5159641621243,41.048945322045526],[-73.51602216214339,41.048951322044815],[-73.51634716225249,41.049024322048446],[-73.5164121622746,41.04904432205024],[-73.5166181623449,41.04911032205642],[-73.51682216241751,41.04922832207288],[-73.51743516263365,41.04954632211512],[-73.51758616268589,41.04960732212213],[-73.51765716270995,41.04962732212371],[-73.5177331627358,41.04965032212573],[-73.51789716279008,41.04967332212485],[-73.51811216285925,41.049669322117005]]]},"properties":{"name":220,"geoid":"09001022000"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.52253516357504,41.03723731953314],[-73.52258116358949,41.037230319530266],[-73.52272016363328,41.037211319521965],[-73.52276716364811,41.03720531951926],[-73.52291816370675,41.037378319548225],[-73.52337416388367,41.0378973196351],[-73.52352716394302,41.038071319664205],[-73.52370616400223,41.03809631966321],[-73.52424616418097,41.03817331966061],[-73.52442616424058,41.03819931965979],[-73.5246021642991,41.0382293196599],[-73.52488316439255,41.03827731966009],[-73.52513216447518,41.03831631965957],[-73.52531016453422,41.03834431965922],[-73.52548216459112,41.03836831965827],[-73.5257411646768,41.038404319656834],[-73.52600016476292,41.03844831965696],[-73.52617216482015,41.038478319657195],[-73.52639016489213,41.038506319655546],[-73.5266771649869,41.03854331965336],[-73.52704616510906,41.03859631965164],[-73.52726516518159,41.03862831965074],[-73.52729816518386,41.03848231962101],[-73.52739816519112,41.03804531953199],[-73.52743216519377,41.03790031950243],[-73.52747516519314,41.037646319451184],[-73.52753516519303,41.03730631938252],[-73.52761616519511,41.03688631929746],[-73.52766616519682,41.036634319246375],[-73.52767416519332,41.03652831922532],[-73.527694165188,41.036322319184244],[-73.5276691651735,41.03621031916309],[-73.52762316515235,41.036100319143024],[-73.52759116513596,41.03599431912328],[-73.52738416504107,41.03550431903395],[-73.53071916608185,41.03488031880202],[-73.53089616613556,41.03482031878442],[-73.53127016624762,41.034669318742516],[-73.53154516629955,41.034026318607324],[-73.53236716648922,41.032705318321156],[-73.5329831666625,41.03225931821341],[-73.53486516723815,41.031703318042524],[-73.5360961676072,41.03120931790516],[-73.53929616859787,41.03047331765565],[-73.53924616863016,41.03131831782309],[-73.5392151686512,41.03186031793046],[-73.53947216882288,41.0334093182259],[-73.53944816883967,41.033837318310674],[-73.53944216884524,41.03396831833657],[-73.5392341688174,41.03465431847798],[-73.538096168345,41.03282031815555],[-73.53769116817463,41.03212831803308],[-73.53766916815648,41.031935317995945],[-73.53757516812459,41.03190831799375],[-73.53734316805412,41.03198531801647],[-73.53731416804855,41.03205131803037],[-73.53728416804293,41.03212231804529],[-73.53715416800539,41.03219931806466],[-73.537176168015,41.032243318072574],[-73.5372841680505,41.03225431807118],[-73.53721916803421,41.032336318089406],[-73.53712516802774,41.03275331817431],[-73.53712516803326,41.03284931819313],[-73.53712516804792,41.03310531824336],[-73.53713916805748,41.03319331826017],[-73.53714616806444,41.033275318276026],[-73.53737116818112,41.03404431841952],[-73.53743616823482,41.034615318529404],[-73.5374211682416,41.03481831856972],[-73.53731916823291,41.03524131865606],[-73.53719616820547,41.035455318702084],[-73.53698616815275,41.03571831876059],[-73.53656516804013,41.03612431885406],[-73.5360431678965,41.036558318956345],[-73.53594116786357,41.03655831895969],[-73.53584716783666,41.036618318974554],[-73.53564416777365,41.03666231898985],[-73.53557916775807,41.036756319010436],[-73.5356081677781,41.03694231904596],[-73.53555016776377,41.03701931906298],[-73.53541916772247,41.03703631907062],[-73.53518716764627,41.037013319073736],[-73.53493316755802,41.03690431906069],[-73.53481016751357,41.03682131904844],[-73.53455616742592,41.03672231903736],[-73.53442616738428,41.036728319042815],[-73.5343311673558,41.03676631905339],[-73.53422316732913,41.03690931908499],[-73.53419416732545,41.037008319105354],[-73.53427316735376,41.03705731911238],[-73.5343601673828,41.03707431911286],[-73.5345131674369,41.037156319123916],[-73.53499116760281,41.03735931914803],[-73.53498416760341,41.03740931915809],[-73.53497616760183,41.03742631916168],[-73.53467916751913,41.03765631921656],[-73.53436716743066,41.03787031926879],[-73.53417116737904,41.038073319315046],[-73.53398316733468,41.03835831937713],[-73.53384516729896,41.03851231941187],[-73.53350416720275,41.038754319470556],[-73.5333231671572,41.038979319520635],[-73.53287316703174,41.0393243196031],[-73.53246716691734,41.03961531967351],[-73.53189316676037,41.04010931978928],[-73.53165416669958,41.040395319853225],[-73.53157416669576,41.04077931993118],[-73.53150216667126,41.04075731992921],[-73.53142916664736,41.04075131993045],[-73.53151616668302,41.04088331995349],[-73.53152316668779,41.04092731996189],[-73.53148016667487,41.04094431996663],[-73.53111716655393,41.0408783199656],[-73.53106616653712,41.0408723199661],[-73.53099416651486,41.04088931997182],[-73.53080416647018,41.04118032003513],[-73.53076216646035,41.04124532004926],[-73.53065316643841,41.04147632009815],[-73.53049816643299,41.042255320256054],[-73.53047816643256,41.04236032027732],[-73.53052916645058,41.04238732028092],[-73.53066716649323,41.04235432026992],[-73.53072516651419,41.042393320275664],[-73.53070316650926,41.042431320283846],[-73.53059416647471,41.04244232028958],[-73.53054416646016,41.042470320296715],[-73.53050716645265,41.042547320313034],[-73.53050716646113,41.04269532034208],[-73.53059416651183,41.043090320416695],[-73.53064516655442,41.04354632050447],[-73.5307531666047,41.043815320553676],[-73.53083316663748,41.04393632057478],[-73.53105016673393,41.04439732065807],[-73.53136916686935,41.044963320758626],[-73.531340166865,41.045050320776625],[-73.53133416686798,41.045136320793695],[-73.5313351668695,41.045157320797784],[-73.53193616709828,41.0457643208971],[-73.5325831673615,41.046712321061776],[-73.53354116771634,41.04750732118623],[-73.5336571677759,41.04789332125813],[-73.53366116777816,41.04791032126134],[-73.53424016801421,41.04876732141038],[-73.53497616823542,41.048481321330115],[-73.5351571683104,41.048770321380836],[-73.53535316839043,41.04906232143166],[-73.53539216840598,41.04911432144058],[-73.53550916845288,41.04927332146792],[-73.53554816846855,41.04932732147723],[-73.53557816848065,41.04936932148448],[-73.53566816851695,41.049495321506235],[-73.53569916852939,41.04953832151365],[-73.53572216854084,41.049608321526634],[-73.53572916854418,41.04962732153011],[-73.53577216856937,41.04982432156736],[-73.53578816857873,41.04989732158115],[-73.53546516848017,41.04999732161135],[-73.53491016831099,41.05017132166371],[-73.53450216818707,41.050307321703805],[-73.53418316809028,41.05041532173546],[-73.53411416806932,41.050438321742234],[-73.53367016793587,41.05061032179056],[-73.53344316786843,41.05071232181801],[-73.5330491677515,41.05089132186607],[-73.53289616770687,41.05097432188737],[-73.53252816759763,41.051141321932214],[-73.53186316740302,41.0514913220227],[-73.53132816724927,41.051822322105195],[-73.53119616721136,41.051904322125615],[-73.53066016705857,41.05225732221244],[-73.5300591668862,41.05263532230632],[-73.52991016684356,41.05273032232984],[-73.52934416668246,41.05310732242237],[-73.52887916654728,41.05336832248882],[-73.52846916642703,41.053579322543676],[-73.52821716635219,41.053693322574325],[-73.52807316630954,41.053760322592176],[-73.52786816624803,41.0538413226148],[-73.52755816615442,41.05395432264714],[-73.52740716610865,41.054006322662296],[-73.52717316603774,41.05408732268588],[-73.52709816601445,41.054103322691475],[-73.5269491659685,41.05414132270382],[-73.5267951659211,41.05418132271673],[-73.52666416588036,41.05420832272631],[-73.52627316575888,41.05429132275544],[-73.52625616575361,41.05429532275678],[-73.52614316571828,41.054315322764424],[-73.52577016560153,41.05437932278921],[-73.52538916548235,41.054446322814876],[-73.52465916525557,41.054601322869246],[-73.52448716520216,41.054638322882155],[-73.52428816513964,41.05466832289458],[-73.52410516508297,41.054710322908825],[-73.52399216504769,41.054731322916645],[-73.5239461650334,41.05474132292012],[-73.52342016486874,41.05483132295504],[-73.52309916476842,41.05488932297697],[-73.52280216467564,41.0549433229973],[-73.5224991645809,41.05499732301785],[-73.52198716442089,41.055089323052705],[-73.52159116429752,41.055167323081],[-73.52129016420378,41.05522732310267],[-73.5212941642006,41.05514932308724],[-73.52129516419987,41.055131323083664],[-73.52129116419273,41.055029323063806],[-73.52129316418686,41.05491532304138],[-73.52129516418303,41.054837323026014],[-73.5213251641837,41.05468032299425],[-73.52137116418508,41.054445322946655],[-73.52139916418055,41.05420832289924],[-73.52141816417765,41.05405032286764],[-73.52099216403849,41.05402232287614],[-73.52053216388832,41.05399332288556],[-73.51971516362265,41.053960322905915],[-73.5195951635837,41.05395632290909],[-73.51948116354511,41.05392532290674],[-73.51944216352598,41.05381132288566],[-73.51944016352148,41.053744322872596],[-73.51943716351445,41.05363832285191],[-73.51943416350586,41.05350532282592],[-73.51941816349014,41.05332132279037],[-73.51940916348121,41.053216322770055],[-73.51939716346853,41.05306232274026],[-73.51937916344949,41.052831322695546],[-73.51936516343173,41.05260032265069],[-73.51935716342038,41.05244732262096],[-73.51935716341305,41.05231932259586],[-73.51935816340442,41.052163322565235],[-73.51931316337705,41.05193932252277],[-73.51928816336182,41.051814322499084],[-73.51925916335,41.051771322491604],[-73.51922716333704,41.051725322483634],[-73.51920916332577,41.051630322465584],[-73.51920016332002,41.05158032245608],[-73.51919316330238,41.05131232240375],[-73.51918316327625,41.05091232232562],[-73.51916816324825,41.0505083222469],[-73.51915916323004,41.050241322194815],[-73.5191621632234,41.050108322168626],[-73.51917516320485,41.049711322090346],[-73.51917916319859,41.04957932206431],[-73.51896516313069,41.04960032207546],[-73.51866916303685,41.04963032209107],[-73.51832516292716,41.049654322107074],[-73.51811216285925,41.049669322117005],[-73.51800016279807,41.049232322034975],[-73.51800016279802,41.049231322034785],[-73.51785216272124,41.04872532194038],[-73.51762116261756,41.04821732184834],[-73.51757116258652,41.04795732179898],[-73.51754416256962,41.04781432177184],[-73.5174951625366,41.047514321714594],[-73.51749016253333,41.047485321709075],[-73.51747616252382,41.04739832169247],[-73.51747216252095,41.047370321687104],[-73.51745516250972,41.047270321668044],[-73.5174281624916,41.047106321636775],[-73.51739216247232,41.046972321611655],[-73.51736716245868,41.04687532159347],[-73.5173641624528,41.046789321576696],[-73.51736016244296,41.04664032154759],[-73.51734816243308,41.0465353215274],[-73.51733916242536,41.04645132151122],[-73.51789616260214,41.046398321482535],[-73.51847816278693,41.04634432145282],[-73.51888416291658,41.046319321434595],[-73.5194881631066,41.046232321397696],[-73.51956316312976,41.04621432139171],[-73.51969516317074,41.0461853213817],[-73.52009116328969,41.046030321338286],[-73.52004116326982,41.04596532132719],[-73.51997216324239,41.04587532131179],[-73.5199381632261,41.04578232129466],[-73.51992916322133,41.04575032128868],[-73.51990716320978,41.045672321274104],[-73.51983916318014,41.045538321250056],[-73.5196361630917,41.04513832117826],[-73.51956916306244,41.04500532115436],[-73.51945016301808,41.04490132113788],[-73.5192901629626,41.04483432112998],[-73.51902216287108,41.044747321121726],[-73.51896616285198,41.044729321120016],[-73.51861616273189,41.04460532110719],[-73.51836516264305,41.04446932108876],[-73.51818016257545,41.04433132106776],[-73.51792016247958,41.04412332103549],[-73.51758616235567,41.04384232099134],[-73.51746916231566,41.04380332098753],[-73.51731616226336,41.04375232098255],[-73.5170951621911,41.04373632098666],[-73.51686616211653,41.04372532099204],[-73.51686016209628,41.04340532092946],[-73.51686016209531,41.0433883209261],[-73.51684716207266,41.043066320863375],[-73.516815162048,41.04281632081538],[-73.51670716199298,41.042464320749886],[-73.51669416198622,41.042419320741494],[-73.51674916198873,41.042153320687504],[-73.51695916205252,41.04208332066687],[-73.51758916224388,41.041873320604985],[-73.51762516225482,41.041861320601456],[-73.51779916230767,41.04180332058438],[-73.517861162321,41.041686320559386],[-73.5179841623591,41.04165832054984],[-73.51810816239751,41.04163032054029],[-73.51825116244194,41.04160032052971],[-73.51831116246059,41.041587320525196],[-73.51850616252135,41.04154932051134],[-73.51857216253195,41.04136232047248],[-73.51871216256673,41.041180320432176],[-73.51888416260942,41.0409563203826],[-73.51890716261474,41.04091932037458],[-73.51900716263813,41.04076432034089],[-73.51900016263238,41.040703320329165],[-73.5189861626266,41.040681320325305],[-73.51908016265321,41.04061632030947],[-73.51948716278059,41.04054632028237],[-73.5203271630879,41.04117732037859],[-73.52112216337875,41.04177432046958],[-73.52171416342924,41.03931931996855],[-73.52146016330424,41.03856831982956],[-73.52143516329183,41.03849231981546],[-73.52096716306133,41.03710531955871],[-73.52128016316385,41.03713131955355],[-73.52222116347215,41.03721031953816],[-73.52253516357504,41.03723731953314]]]},"properties":{"name":221,"geoid":"09001022100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.20220206964173,41.20548836295742],[-73.20203906959286,41.20555636297601],[-73.20155306944717,41.20576036303172],[-73.20139106939867,41.20582936305048],[-73.20122806934921,41.20588736306712],[-73.2009850692755,41.20597436309204],[-73.20074106920173,41.20606536311777],[-73.20058006915308,41.206126363134935],[-73.20041306910228,41.206183363151496],[-73.20016406902666,41.206270363176614],[-73.19991506895116,41.206360363202315],[-73.19975006890125,41.206421363219604],[-73.19958906885293,41.20648836323795],[-73.19911006870935,41.20668936329284],[-73.19895006866146,41.20675736331132],[-73.19878606861174,41.206816363328194],[-73.19829506846304,41.20699636337937],[-73.19813206841373,41.20705636339639],[-73.19797006836453,41.207113363412816],[-73.19748606821784,41.207288363462766],[-73.19732506816901,41.207346363479346],[-73.1970990681006,41.207429363502925],[-73.19677206800169,41.20755136353742],[-73.19642706789797,41.2076903635758],[-73.19620506783127,41.20778136360082],[-73.19615206781498,41.207796363605475],[-73.1961180678046,41.20780736360873],[-73.19600106776974,41.207860363622906],[-73.1959520677552,41.207883363628994],[-73.19581806770948,41.20784236362532],[-73.1956700676596,41.20780736362329],[-73.19543906758307,41.20777636362473],[-73.19540606757198,41.20776936362443],[-73.19526906752616,41.2077433636238],[-73.19506906745987,41.207716363625],[-73.1947860673661,41.20767836362676],[-73.19447106726125,41.20762736362702],[-73.19427206719502,41.20759536362722],[-73.19400506710642,41.207557363628474],[-73.19396406709286,41.20755236362882],[-73.19365506699171,41.20753236363495],[-73.19322406684772,41.20745336363349],[-73.19320606684158,41.20744836363309],[-73.19300206677254,41.20739536362935],[-73.19294406675348,41.20739036363027],[-73.19276706671195,41.207667363690206],[-73.19276206671086,41.20767636369212],[-73.19243206663741,41.20826236381748],[-73.19226806659891,41.20851836387289],[-73.19209106655744,41.20879636393301],[-73.19199306653206,41.20890736395791],[-73.19190506651012,41.20902236398326],[-73.19186906650313,41.20910436400047],[-73.19184106649789,41.209171364014495],[-73.19178206648756,41.209325364046535],[-73.19167606649461,41.21005136419198],[-73.19165406649739,41.21022536422674],[-73.19160806650414,41.21060536430256],[-73.19159706650542,41.210690364319554],[-73.19158706650714,41.21077736433689],[-73.19156106650826,41.2109443643704],[-73.19154806650887,41.21102936438744],[-73.19153206650945,41.21113036440772],[-73.19153506651354,41.21118536441838],[-73.19155506653695,41.21148236447582],[-73.19158806655754,41.21165636450879],[-73.19161906657645,41.2118123645383],[-73.19163506658967,41.21195336456536],[-73.19166106661051,41.21217136460715],[-73.19167506662694,41.212380364647565],[-73.19168506663831,41.21252336467523],[-73.19169406664562,41.21260036468999],[-73.19172206666802,41.212834364734846],[-73.19173206667568,41.212912364749776],[-73.19174506668374,41.21297936476247],[-73.19178606670856,41.21318236480083],[-73.19180006671698,41.21325036481368],[-73.19180506672143,41.2133003648233],[-73.19182306673598,41.21345336485265],[-73.19182906674082,41.213504364862416],[-73.1918520667623,41.213750364909785],[-73.19189206678931,41.21399736495679],[-73.19192006682121,41.21439836503432],[-73.19187506681759,41.21459036507333],[-73.19196606685159,41.21467036508603],[-73.19200806688022,41.21493436513631],[-73.19204106690545,41.215189365185104],[-73.19206106692178,41.21536236521828],[-73.19218306700874,41.21619536537723],[-73.1921880670145,41.216268365391365],[-73.19219006701562,41.21627636539285],[-73.19225006706974,41.21688536551001],[-73.19240806718312,41.21797736571843],[-73.19246906723482,41.21853836582618],[-73.19254106728867,41.21907436592864],[-73.19257206731503,41.21936036598357],[-73.19261406734091,41.219576366024455],[-73.19265106736208,41.219737366054744],[-73.19265806736804,41.21980236606723],[-73.19277406742538,41.220149366131295],[-73.19292106749438,41.22052536620006],[-73.1932040676267,41.22123936633049],[-73.19326406765427,41.221382366356494],[-73.19344406773699,41.22181136643454],[-73.19350506776495,41.221955366460726],[-73.19355506778956,41.22210336648803],[-73.19363206782727,41.22232736652935],[-73.19371206786565,41.222546366569574],[-73.19376706789188,41.22269436659673],[-73.193812067913,41.222809366617746],[-73.19387706794365,41.22297736664849],[-73.19395106797779,41.223156366681074],[-73.19399906799988,41.223271366702015],[-73.19409306804457,41.22352136674784],[-73.19423506811202,41.223898366816954],[-73.19436806817659,41.224275366886324],[-73.19445806822014,41.22452836693288],[-73.1945090682415,41.22461336694785],[-73.19458606827732,41.224804366982696],[-73.19478806837131,41.22530636707428],[-73.19492106843434,41.22565636713839],[-73.19503106848626,41.22594236719074],[-73.19507906851011,41.22608836721772],[-73.19511206852633,41.22618536723563],[-73.19515306855214,41.2264053672773],[-73.19516806856487,41.2265433673038],[-73.19519206858135,41.22669636733293],[-73.19519706858942,41.226809367354875],[-73.19520906860802,41.22706736740491],[-73.19522306861722,41.2271493674205],[-73.19524206862982,41.227262367441966],[-73.1949440685221,41.22706536741314],[-73.19484906848783,41.2270033674041],[-73.19450006836315,41.226798367375366],[-73.19423506827339,41.22672836737029],[-73.19397206818687,41.22670436737416],[-73.19395906818248,41.22670136737399],[-73.19360806806556,41.22664336737406],[-73.19341506799827,41.226559367363905],[-73.1933070679592,41.226487367353336],[-73.19327006794582,41.22646236734965],[-73.19282606778303,41.22612836729877],[-73.19249906766622,41.22593636727185],[-73.19246206765332,41.22592036726993],[-73.19215206754515,41.225783367253214],[-73.1917940674194,41.22561036723101],[-73.19178806741729,41.225607367230616],[-73.19148806731224,41.225468367213196],[-73.19130706724789,41.22536736719934],[-73.19112406718124,41.22523736717986],[-73.19098706713169,41.22514636716652],[-73.19085806708388,41.22504036714999],[-73.19080806706155,41.22493236713049],[-73.1907760670472,41.22486236711784],[-73.1907700670415,41.22479636710513],[-73.19075006702825,41.22467736708251],[-73.19076506702517,41.22453836705485],[-73.19075506700945,41.224319367012356],[-73.19074606699513,41.22411936697354],[-73.19069106695534,41.22373336689984],[-73.19066906694457,41.22366936688803],[-73.19064106693065,41.22358436687234],[-73.1905910669077,41.22346536685068],[-73.19042206684158,41.22326536681706],[-73.1899390666537,41.22271236672462],[-73.18945006646507,41.222180366636486],[-73.18941106645022,41.22214136663012],[-73.18936406643245,41.22209636662285],[-73.18929906640719,41.222022366610496],[-73.18926306639324,41.22198236660383],[-73.18898306628795,41.22172536656268],[-73.1887170661892,41.22150336652789],[-73.1883140660474,41.221304366502075],[-73.18742806574622,41.22105236648159],[-73.18720306567172,41.221023366483216],[-73.18727206566619,41.220534366385344],[-73.18707606560301,41.22053936639269],[-73.18680606551601,41.220546366402836],[-73.18649106541375,41.220541366412085],[-73.18629606535052,41.22053936641804],[-73.18611006529076,41.22054736642563],[-73.1855520651117,41.22057536644923],[-73.18536706505239,41.2205853664572],[-73.18519006499555,41.22059336646452],[-73.18465906482507,41.22061836648666],[-73.18462806481514,41.22062036648805],[-73.18448306476799,41.22061636649198],[-73.18433606472102,41.220627366498896],[-73.18412106465239,41.22064436650921],[-73.18389806458089,41.220656366518796],[-73.18375206453415,41.22066536652529],[-73.18370906452037,41.22066836652728],[-73.18358306448033,41.220681366533924],[-73.18354106446697,41.22068536653607],[-73.18341206442554,41.22069136654143],[-73.18334606440459,41.22069836654493],[-73.18327806438307,41.22070736654891],[-73.18310506433002,41.2207593665647],[-73.1828440642502,41.22084136658921],[-73.1827850642319,41.220855366593874],[-73.18267206419694,41.22088336660301],[-73.18259906417482,41.22091036661066],[-73.18259306417293,41.220911366611055],[-73.18257806416848,41.22091836661291],[-73.18257406416735,41.22092136661362],[-73.18243906412717,41.22098336663013],[-73.18230106408616,41.22104736664713],[-73.1822700640773,41.22106836665225],[-73.18222406406355,41.22108836665765],[-73.1820470640122,41.22119236668374],[-73.1819200639754,41.22126836670274],[-73.18171306391488,41.22138236673174],[-73.18140206382405,41.22155536677568],[-73.18109006373228,41.22171736681749],[-73.18088106367084,41.221826366845605],[-73.18079206364207,41.221827366848686],[-73.18052506355598,41.22183336685852],[-73.1804370635276,41.221835366861754],[-73.18035306350103,41.22184636686665],[-73.18010106342142,41.22188036688148],[-73.18001806339521,41.22189236688651],[-73.17997006337974,41.221893366888274],[-73.1798280633341,41.22189936689407],[-73.17978106331898,41.22190136689599],[-73.17959206325872,41.22191736690524],[-73.17902906307924,41.22196636693311],[-73.178887063034,41.22197936694025],[-73.17884106301935,41.221983366942546],[-73.17885506302257,41.22196036693759],[-73.17885806302307,41.22195236693592],[-73.17890606303317,41.22185636691559],[-73.17892306303689,41.22182536690898],[-73.17906806306745,41.22153736684794],[-73.1793390631071,41.2206933666741],[-73.1794290631203,41.22041336661641],[-73.1796220631373,41.21961536645407],[-73.17974806313714,41.21889636630937],[-73.17962906307521,41.21848536623286],[-73.17942506299431,41.21822436618844],[-73.17941906297972,41.218002366145214],[-73.17982306307896,41.217448366023746],[-73.17990606310137,41.21737036600578],[-73.1806030632901,41.21672236585642],[-73.18081906335206,41.216582365822035],[-73.18219906369134,41.21469536540813],[-73.18260406379095,41.214142365286826],[-73.1836080640426,41.21285436500229],[-73.1867600648647,41.20937336421901],[-73.18745706504653,41.20860436404597],[-73.1874570649725,41.20730436379165],[-73.18741206495133,41.207188363770435],[-73.18727806488825,41.20684236370709],[-73.18723406486747,41.20672736368601],[-73.18718206484996,41.20671536368537],[-73.18702806479806,41.20667936368332],[-73.18697706478093,41.206668363682816],[-73.18672506468404,41.20639936363837],[-73.1867480646847,41.20628036361434],[-73.18684106468868,41.20582136352153],[-73.186972064714,41.20552136345858],[-73.18725006477983,41.20509736336661],[-73.18737706481487,41.20499036334155],[-73.18761506488063,41.2047923632951],[-73.18776106492186,41.204686363269616],[-73.18825106506024,41.204331363184245],[-73.18862506516633,41.20406836312065],[-73.18886706522815,41.20377836305607],[-73.18905406527371,41.203515362998516],[-73.18915906530125,41.203402362973016],[-73.18920106530916,41.20330236295209],[-73.18936606534041,41.202913362870625],[-73.18935706532562,41.20270436283002],[-73.1894010653374,41.202661362820194],[-73.18947906535833,41.202585362802786],[-73.18966406540989,41.2024393627682],[-73.18998406550129,41.20222536271594],[-73.19083606574705,41.20169836258518],[-73.1913700659011,41.201368362503274],[-73.19196006607055,41.200990362410145],[-73.19200806608602,41.2009893624084],[-73.1921240661205,41.20093536239408],[-73.19232906618772,41.20095036239035],[-73.19212706611385,41.20080136236775],[-73.19226306616152,41.20086536237585],[-73.1923170661788,41.20086236237351],[-73.19237906619814,41.200849362368956],[-73.19249406623399,41.20082536236053],[-73.19261406627193,41.2008093623535],[-73.19261606627293,41.200815362354604],[-73.19264106628374,41.20086336236319],[-73.19271406630862,41.20088536236512],[-73.19272006631068,41.20088736236532],[-73.19294206638429,41.20091836236417],[-73.19301906640986,41.20092936236383],[-73.19303706641578,41.200931362363626],[-73.19317106645899,41.200928362358695],[-73.19328706649642,41.200926362354544],[-73.19342706654008,41.20089736234431],[-73.19362206660087,41.20085636232995],[-73.19365706661179,41.20084936232746],[-73.19369406662376,41.20084936232626],[-73.19377306664848,41.20083436232075],[-73.19413606675693,41.200675362277856],[-73.19495506700173,41.2003193621816],[-73.1952490670978,41.200335362175174],[-73.19564506722722,41.20035736216662],[-73.19575806726272,41.200338362159236],[-73.19580206727856,41.20036636216328],[-73.19581506728282,41.20036736216306],[-73.19593206732155,41.20038236216219],[-73.1961070673788,41.20039336215864],[-73.19635306745603,41.200351362142456],[-73.1963980674702,41.20034436213963],[-73.19651206750295,41.20027136212163],[-73.1965590675104,41.200135362093505],[-73.1966330675265,41.199997362064096],[-73.19665006753023,41.199966362057474],[-73.19689606759216,41.19965536198865],[-73.19715306765781,41.199347361920026],[-73.19719806766958,41.19929836190899],[-73.19740506772416,41.19908036185959],[-73.19751206776164,41.199130361865905],[-73.197553067776,41.19914936186829],[-73.19781206786836,41.19929936188924],[-73.19782306787232,41.19930636189024],[-73.19792206790822,41.19937436190033],[-73.19799706793775,41.19946636191591],[-73.19817206800651,41.19967936195189],[-73.19822106802607,41.199744361963006],[-73.19829306805484,41.19984036197947],[-73.19848906813525,41.200138362031396],[-73.19878206825531,41.20058136210856],[-73.1990880683798,41.20102836218606],[-73.19929006846203,41.201324362237415],[-73.19948206853978,41.20159836228477],[-73.20006006877384,41.2024233624274],[-73.20025306885204,41.20269936247514],[-73.20045806893519,41.20299436252619],[-73.20076506905966,41.2034353626025],[-73.20106606918273,41.20388536268075],[-73.20126706926487,41.20418536273291],[-73.20145806934133,41.20444236277698],[-73.20174906945772,41.20483236284382],[-73.20201906956746,41.20522436291172],[-73.20220206964173,41.20548836295742]]]},"properties":{"name":729,"geoid":"09001072900"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.16468505864539,41.22565536812018],[-73.16477305867024,41.22559136810481],[-73.167260059384,41.223985367710036],[-73.16754805945378,41.22357336762011],[-73.1681410595976,41.22272736743541],[-73.16821805961627,41.222617367411395],[-73.16840905966205,41.22233536735006],[-73.16845805967388,41.22226436733459],[-73.16868605972782,41.22191536725892],[-73.168711059738,41.221952367265345],[-73.16872405974325,41.221970367268455],[-73.16876305974962,41.221860367245675],[-73.1687790597524,41.22181836723694],[-73.16884605976827,41.22171636721481],[-73.16899505980473,41.22150936716949],[-73.16912805983681,41.221316367127436],[-73.16979805999884,41.22035236691715],[-73.1699620600385,41.220116366865675],[-73.17018206009253,41.21981436679948],[-73.17054306018133,41.21932136669134],[-73.17061206019763,41.21921536666836],[-73.17071406022183,41.219060366634736],[-73.17081306024431,41.21889236659866],[-73.17087906025954,41.2187843665754],[-73.170912060268,41.21874536656671],[-73.17096806028243,41.218680366552164],[-73.17100606029153,41.218624366539984],[-73.17103606029892,41.218583366530986],[-73.17113906032414,41.21844036649968],[-73.17128706036054,41.218238366455374],[-73.17143906039637,41.21800336640448],[-73.17153606041934,41.217855366372376],[-73.17161706043932,41.217745366348225],[-73.17186106049961,41.21741736627616],[-73.17194306051996,41.21730836625219],[-73.17196906052621,41.21727036624391],[-73.17204806054554,41.21716036621983],[-73.17207506055216,41.217123366211716],[-73.17226806059881,41.21684536615107],[-73.17255306066785,41.216437366062024],[-73.17284106073673,41.216009365968965],[-73.17303106078236,41.21573036590822],[-73.17318206082543,41.21562836588337],[-73.17322506083667,41.21558136587277],[-73.17331106085933,41.21549036585219],[-73.17362006094275,41.21519836578505],[-73.17375606097961,41.215072365755994],[-73.17393706102874,41.21490636571764],[-73.17409706107178,41.21475236568233],[-73.17433606113623,41.21452536563016],[-73.17458206120271,41.214294365577004],[-73.17474506124682,41.21414236554199],[-73.17496206130546,41.21393836549503],[-73.17561306148137,41.21332636535419],[-73.17583006154001,41.213122365307235],[-73.1769520618398,41.21200836505292],[-73.178052062136,41.21095636481142],[-73.17840106223133,41.210646364739446],[-73.17867706230405,41.210354364673364],[-73.1787330623198,41.210312364663324],[-73.17883906234762,41.21019836463759],[-73.17891006236768,41.21014736462531],[-73.17890106235254,41.20993236458354],[-73.17885506231909,41.20960636452126],[-73.17888406230327,41.20916336443366],[-73.17888206229965,41.20911136442356],[-73.17887806228966,41.20895836439376],[-73.17887706228643,41.208907364383805],[-73.17887606228155,41.2088273643682],[-73.17887606226789,41.20858736432124],[-73.17887606226334,41.20850736430559],[-73.17887206225862,41.20844736429398],[-73.1788680622529,41.208369364278845],[-73.17884806224089,41.208272364260516],[-73.17883706223402,41.208214364249535],[-73.17884706223265,41.20813336423336],[-73.17886206223147,41.20802736421215],[-73.17886206222369,41.20789036418534],[-73.17886206221907,41.207809364169485],[-73.17886206221613,41.20775736415933],[-73.17886506220819,41.20760136412871],[-73.17886606220563,41.20755036411869],[-73.17886706220116,41.20746636410224],[-73.1788720621885,41.20721536405297],[-73.17887406218442,41.207132364036674],[-73.17886806217935,41.20707736402611],[-73.17885006216426,41.20691436399479],[-73.17884406215923,41.20686036398443],[-73.17884706215212,41.20671836395655],[-73.17885806213155,41.20629436387324],[-73.17886206212482,41.20615336384553],[-73.17938106229344,41.20616436383083],[-73.180937062799,41.20619736378678],[-73.181417062955,41.206208363773364],[-73.18145706296795,41.20620836377206],[-73.18193306312227,41.20621236375737],[-73.1833620635856,41.206226363713725],[-73.18383906374031,41.206231363699224],[-73.18383606374422,41.20631736371613],[-73.18382906375663,41.20657536376685],[-73.18382706376096,41.20666236378393],[-73.18418206388077,41.20674836378922],[-73.18470206405625,41.206874363796985],[-73.18525206424054,41.20698436380065],[-73.18538406428482,41.207011363801655],[-73.18555506433975,41.20700436379472],[-73.18558506434651,41.20695236378358],[-73.18562906435636,41.20687536376709],[-73.18567406436604,41.2067893637488],[-73.18581706439691,41.206518363691146],[-73.18593806442354,41.20629836364417],[-73.18602906444377,41.206136363609524],[-73.18613006446606,41.205953363570444],[-73.18614806447016,41.205923363564],[-73.18635406451999,41.205627363499396],[-73.18647506454799,41.20543136345712],[-73.18658506457352,41.20525436341891],[-73.18670606460479,41.2051153633878],[-73.18674406461503,41.20507936337951],[-73.18685806464596,41.204974363355284],[-73.18717006473204,41.20471236329389],[-73.18727906476167,41.20461336327099],[-73.18745506480973,41.204456363234556],[-73.1875440648331,41.204361363213074],[-73.18773006488362,41.204191363173784],[-73.18796806494736,41.203957363120274],[-73.18820206500781,41.203689363060235],[-73.18841806506711,41.20350236301663],[-73.18876606516064,41.2031663629396],[-73.18903706523679,41.20296336289109],[-73.18923306529076,41.20279736285225],[-73.18926906530083,41.2027693628456],[-73.18935706532562,41.20270436283002],[-73.18936606534041,41.202913362870625],[-73.18920106530916,41.20330236295209],[-73.18915906530125,41.203402362973016],[-73.18905406527371,41.203515362998516],[-73.18886706522815,41.20377836305607],[-73.18862506516633,41.20406836312065],[-73.18825106506024,41.204331363184245],[-73.18776106492186,41.204686363269616],[-73.18761506488063,41.2047923632951],[-73.18737706481487,41.20499036334155],[-73.18725006477983,41.20509736336661],[-73.186972064714,41.20552136345858],[-73.18684106468868,41.20582136352153],[-73.1867480646847,41.20628036361434],[-73.18672506468404,41.20639936363837],[-73.18697706478093,41.206668363682816],[-73.18702806479806,41.20667936368332],[-73.18718206484996,41.20671536368537],[-73.18723406486747,41.20672736368601],[-73.18727806488825,41.20684236370709],[-73.18741206495133,41.207188363770435],[-73.1874570649725,41.20730436379165],[-73.18745706504653,41.20860436404597],[-73.1867600648647,41.20937336421901],[-73.1836080640426,41.21285436500229],[-73.18260406379095,41.214142365286826],[-73.18219906369134,41.21469536540813],[-73.18081906335206,41.216582365822035],[-73.1806030632901,41.21672236585642],[-73.17990606310137,41.21737036600578],[-73.17982306307896,41.217448366023746],[-73.17941906297972,41.218002366145214],[-73.17942506299431,41.21822436618844],[-73.17962906307521,41.21848536623286],[-73.17974806313714,41.21889636630937],[-73.1796220631373,41.21961536645407],[-73.1794290631203,41.22041336661641],[-73.1793390631071,41.2206933666741],[-73.17906806306745,41.22153736684794],[-73.17892306303689,41.22182536690898],[-73.17890606303317,41.22185636691559],[-73.17885806302307,41.22195236693592],[-73.17885506302257,41.22196036693759],[-73.17884106301935,41.221983366942546],[-73.17879906300627,41.22199236694567],[-73.17877506299888,41.22199936694781],[-73.17867606296817,41.222022366955535],[-73.17863506295545,41.222032366958814],[-73.17848506290888,41.222067366970535],[-73.17836106287032,41.22209536698002],[-73.17753906261508,41.22228636704407],[-73.17726506253004,41.22235036706548],[-73.1760480621411,41.22243936712241],[-73.17493006178383,41.22252136717475],[-73.17306006117477,41.22245736722293],[-73.17296906114514,41.2224543672253],[-73.17287906111582,41.22245136722764],[-73.17270906106046,41.222445367231984],[-73.1725400610054,41.222439367236305],[-73.17239206095718,41.222434367240126],[-73.17167606072401,41.22241036725867],[-73.17120206058007,41.22257736730673],[-73.16954606005503,41.222772367398626],[-73.1681210596434,41.2236453676156],[-73.16811005964023,41.223652367617305],[-73.16769405951939,41.22389536767834],[-73.16760905949471,41.22394536769088],[-73.1675230594697,41.22399536770345],[-73.16706605933696,41.22426236777048],[-73.16468505864539,41.22565536812018]]]},"properties":{"name":730,"geoid":"09001073000"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.15676105469328,41.20127836360868],[-73.15684405472328,41.20133336361675],[-73.15691305474891,41.20139136362586],[-73.15694005475896,41.20141436362948],[-73.15709905481712,41.20153236364744],[-73.15728505488569,41.20167936367016],[-73.15733605490642,41.20175336368298],[-73.15734005490822,41.201762363684615],[-73.15738905492982,41.20186336370279],[-73.15743205494744,41.201928363714124],[-73.15755305501219,41.202378363798246],[-73.1575690550198,41.20242136380614],[-73.15771305508844,41.2028083638772],[-73.15782905514621,41.2031643639431],[-73.15785705516302,41.203300363968786],[-73.15793605519836,41.203472363999886],[-73.15810405525883,41.203579364015376],[-73.15825605531401,41.203684364031005],[-73.158287055325,41.203701364033314],[-73.15844905538246,41.203789364045285],[-73.15853205541814,41.20394436407291],[-73.15858005544194,41.20408936409972],[-73.15867705547724,41.20415836411009],[-73.15880905552532,41.204252364124194],[-73.15895305557949,41.204385364145544],[-73.15904205561291,41.20446636415851],[-73.15920105568576,41.20484236422693],[-73.15925405570711,41.20491636423969],[-73.15933905573823,41.20497936424926],[-73.15944505577453,41.205014364252676],[-73.15955105581044,41.20504236425471],[-73.15972505586755,41.2050563642518],[-73.15980805589297,41.20503036424403],[-73.15999205594768,41.20494536422144],[-73.1600520559625,41.20486436420364],[-73.16010005597145,41.20474836417939],[-73.16012305597265,41.20463836415712],[-73.16015705597466,41.204480364125104],[-73.16022205598223,41.20424336407661],[-73.16033905599951,41.203881364002],[-73.16049605602306,41.20340136390298],[-73.16071405605979,41.20280636377949],[-73.16084505608195,41.20245036370558],[-73.16087805608775,41.20236436368768],[-73.16097805610552,41.20210736363414],[-73.16099805610908,41.20205636362353],[-73.16100705610997,41.202020363616185],[-73.16111005612083,41.20162536353556],[-73.1611140561214,41.201612363532874],[-73.16121705612763,41.2011353634362],[-73.16123205611461,41.20082136337428],[-73.16124005609413,41.20041536329458],[-73.16124105609428,41.200412363293964],[-73.16122905606743,41.20000836321529],[-73.16123305606544,41.1999503632038],[-73.16124905606084,41.199778363169635],[-73.16125505605955,41.19972136315827],[-73.16126005605776,41.19966136314637],[-73.16126005605742,41.19965536314521],[-73.16126305605133,41.19953136312085],[-73.16126805604868,41.19945636310601],[-73.16127405604692,41.19939136309308],[-73.16148905611514,41.19936736308143],[-73.1616450561641,41.19934036307108],[-73.16171405618583,41.19932936306669],[-73.16193605625406,41.19926536304696],[-73.16216005632128,41.199172363021496],[-73.16235605637755,41.199046362990494],[-73.16250505641595,41.19887336295181],[-73.16255305642512,41.19876136292833],[-73.16260505643538,41.198645362903946],[-73.16268005644623,41.19840936285532],[-73.16274105645887,41.198284362828886],[-73.16282905647729,41.1981073627914],[-73.1629050564903,41.197903362749024],[-73.16295505649917,41.19777436272216],[-73.16301205650987,41.19763836269369],[-73.16309205652514,41.1974513626545],[-73.16317805654046,41.197231362608655],[-73.16323205655021,41.197095362580285],[-73.16362105668163,41.19719236258666],[-73.16419805687667,41.197337362596315],[-73.16479105707617,41.19747036260313],[-73.16518305720813,41.197559362607834],[-73.16508305718844,41.1977823626547],[-73.16501205717465,41.19794436268871],[-73.16491405717194,41.19845436279167],[-73.16491505717434,41.1984913627989],[-73.16492505719152,41.19873636284651],[-73.16509605724978,41.19878736285094],[-73.16510105725152,41.198789362851166],[-73.16562305742565,41.19888036285205],[-73.1658000574847,41.19891136285238],[-73.16598205754568,41.198947362853524],[-73.16652805772856,41.19905536285694],[-73.1667100577895,41.1990913628581],[-73.16688505784786,41.19912136285827],[-73.16741005802291,41.19921136285887],[-73.16758605808161,41.19924136285902],[-73.1681130582582,41.19934736286267],[-73.16969405878812,41.1996663628738],[-73.17022205896511,41.19977336287762],[-73.17023505896944,41.199775362877574],[-73.17027705898354,41.19978436287798],[-73.17029105898824,41.19978736287811],[-73.17029905899089,41.199788362878046],[-73.17032305899895,41.19979336287824],[-73.17033105900165,41.199795362878376],[-73.17039405902277,41.19980836287889],[-73.17099405922387,41.1999293628831],[-73.17104005923933,41.19993936288355],[-73.17107605925145,41.19994736288395],[-73.1715160593991,41.20003936288768],[-73.17176505948333,41.20010336289212],[-73.17191205953468,41.20016936290027],[-73.1723700596939,41.20036236292318],[-73.17272105981719,41.20053236294505],[-73.17327306001106,41.20079936297938],[-73.17445106043196,41.20149536307735],[-73.17550006080684,41.202116363164805],[-73.17649506128316,41.204827363662936],[-73.17665806136131,41.2052733637449],[-73.17674506140284,41.20550836378805],[-73.17685306147393,41.20614336390879],[-73.1772540616039,41.206146363896345],[-73.17787306180468,41.20615336387764],[-73.17846006199468,41.20615336385859],[-73.17886206212482,41.20615336384553],[-73.17885806213155,41.20629436387324],[-73.17884706215212,41.20671836395655],[-73.17884406215923,41.20686036398443],[-73.17885006216426,41.20691436399479],[-73.17886806217935,41.20707736402611],[-73.17887406218442,41.207132364036674],[-73.1788720621885,41.20721536405297],[-73.17886706220116,41.20746636410224],[-73.17886606220563,41.20755036411869],[-73.17886506220819,41.20760136412871],[-73.17886206221613,41.20775736415933],[-73.17886206221907,41.207809364169485],[-73.17886206222369,41.20789036418534],[-73.17886206223147,41.20802736421215],[-73.17884706223265,41.20813336423336],[-73.17883706223402,41.208214364249535],[-73.17884806224089,41.208272364260516],[-73.1788680622529,41.208369364278845],[-73.17887206225862,41.20844736429398],[-73.17887606226334,41.20850736430559],[-73.17887606226789,41.20858736432124],[-73.17887606228155,41.2088273643682],[-73.17887706228643,41.208907364383805],[-73.17887806228966,41.20895836439376],[-73.17888206229965,41.20911136442356],[-73.17888406230327,41.20916336443366],[-73.17885506231909,41.20960636452126],[-73.17890106235254,41.20993236458354],[-73.17891006236768,41.21014736462531],[-73.17883906234762,41.21019836463759],[-73.1787330623198,41.210312364663324],[-73.17867706230405,41.210354364673364],[-73.17840106223133,41.210646364739446],[-73.178052062136,41.21095636481142],[-73.1769520618398,41.21200836505292],[-73.17583006154001,41.213122365307235],[-73.17561306148137,41.21332636535419],[-73.17496206130546,41.21393836549503],[-73.17474506124682,41.21414236554199],[-73.17458206120271,41.214294365577004],[-73.17433606113623,41.21452536563016],[-73.17409706107178,41.21475236568233],[-73.17393706102874,41.21490636571764],[-73.17375606097961,41.215072365755994],[-73.17362006094275,41.21519836578505],[-73.17331106085933,41.21549036585219],[-73.17322506083667,41.21558136587277],[-73.17318206082543,41.21562836588337],[-73.17303106078236,41.21573036590822],[-73.17284106073673,41.216009365968965],[-73.17255306066785,41.216437366062024],[-73.17226806059881,41.21684536615107],[-73.17207506055216,41.217123366211716],[-73.17204806054554,41.21716036621983],[-73.17196906052621,41.21727036624391],[-73.17194306051996,41.21730836625219],[-73.17186106049961,41.21741736627616],[-73.17161706043932,41.217745366348225],[-73.17153606041934,41.217855366372376],[-73.17143906039637,41.21800336640448],[-73.17128706036054,41.218238366455374],[-73.17113906032414,41.21844036649968],[-73.17103606029892,41.218583366530986],[-73.17100606029153,41.218624366539984],[-73.17096806028243,41.218680366552164],[-73.170912060268,41.21874536656671],[-73.17087906025954,41.2187843665754],[-73.17081306024431,41.21889236659866],[-73.17071406022183,41.219060366634736],[-73.17061206019763,41.21921536666836],[-73.17054306018133,41.21932136669134],[-73.17018206009253,41.21981436679948],[-73.1699620600385,41.220116366865675],[-73.16979805999884,41.22035236691715],[-73.16912805983681,41.221316367127436],[-73.16899505980473,41.22150936716949],[-73.16884605976827,41.22171636721481],[-73.1687790597524,41.22181836723694],[-73.16876305974962,41.221860367245675],[-73.16872405974325,41.221970367268455],[-73.168711059738,41.221952367265345],[-73.16868605972782,41.22191536725892],[-73.16845805967388,41.22226436733459],[-73.16840905966205,41.22233536735006],[-73.16821805961627,41.222617367411395],[-73.1681410595976,41.22272736743541],[-73.16754805945378,41.22357336762011],[-73.167260059384,41.223985367710036],[-73.16477305867024,41.22559136810481],[-73.16468505864539,41.22565536812018],[-73.16460705861996,41.22565236812213],[-73.16440405855519,41.22566936813204],[-73.16419205849078,41.22574336815338],[-73.16396905842335,41.22582736817705],[-73.16344505826885,41.22609336824607],[-73.16324905820989,41.22617236826788],[-73.16315105818079,41.22621836828005],[-73.16310505816683,41.226235368284875],[-73.16302705814392,41.22627636829543],[-73.16280905807888,41.22637336832147],[-73.1625340579962,41.22648536835229],[-73.16227905791888,41.226577368378564],[-73.16202105784156,41.22668636840824],[-73.16124905761023,41.22701336849724],[-73.16099205753325,41.2271233685271],[-73.16097505752782,41.227124368527846],[-73.16092705751257,41.22712936853038],[-73.16091105750755,41.22713236853148],[-73.16025605730971,41.22738236860163],[-73.1582910567163,41.22813436881244],[-73.15763705651882,41.228385368882726],[-73.15763905651924,41.22838136888189],[-73.15766105652396,41.22833936887296],[-73.1576670565254,41.22833036887101],[-73.15772505653668,41.228198368843316],[-73.15774605654079,41.22815136883344],[-73.157890056563,41.227722368744885],[-73.15790105656474,41.22769036873827],[-73.15801505657787,41.22727236865284],[-73.15816205661457,41.22708136861071],[-73.1584170566894,41.22694536857585],[-73.1586620567607,41.22680436854032],[-73.15872005677657,41.22675336852847],[-73.15874105678235,41.22673536852426],[-73.15882005679666,41.22653736848299],[-73.15891105681526,41.22634636844268],[-73.15893105681876,41.22629436843185],[-73.1589950568306,41.226138368399276],[-73.1590160568345,41.22608736838862],[-73.1590280568359,41.22604336837963],[-73.15903905683733,41.22600636837204],[-73.15908505684858,41.22594236835803],[-73.15909905685244,41.22593036835523],[-73.15913405686213,41.22590136834842],[-73.15926505689924,41.225808368325985],[-73.15929505690775,41.225787368320894],[-73.15950005697049,41.225723368301736],[-73.15973005704468,41.22571836829329],[-73.15984005708023,41.22571736828953],[-73.15989105709635,41.22571036828651],[-73.16005005714648,41.225686368276655],[-73.16015905718089,41.22567136827019],[-73.16030705722358,41.225579368247395],[-73.16036305723796,41.22551336823266],[-73.16041405725014,41.22543736821614],[-73.16042905725398,41.22541936821215],[-73.1604770572665,41.22536636820023],[-73.16055105728762,41.22531636818805],[-73.16063005730557,41.225182368159274],[-73.16069805732279,41.22509836814065],[-73.16072105732871,41.22507136813462],[-73.16108805741925,41.2245743680255],[-73.16115105743275,41.2244533679998],[-73.16127305745898,41.22422036795028],[-73.16128105746054,41.2242023679465],[-73.16130905746665,41.22415036793542],[-73.1613180574686,41.224133367931806],[-73.16132005746907,41.22413036793117],[-73.16136305747605,41.2240083679059],[-73.16142605748637,41.22383136786924],[-73.16147305749,41.223627367827824],[-73.16150405749266,41.2234983678016],[-73.16156305750154,41.22331836776447],[-73.16174405752957,41.22278136765356],[-73.16180405753886,41.22260336761682],[-73.16189305754564,41.22221636753824],[-73.16190105754637,41.22218336753152],[-73.16201405756388,41.22184836746235],[-73.16212105758794,41.2216623674225],[-73.16226805762551,41.22148636738331],[-73.16247005767532,41.22121236732316],[-73.16247805767699,41.22119636731976],[-73.16256605769593,41.22102836728406],[-73.16266705771838,41.22084836724557],[-73.1626930577197,41.2207233672203],[-73.16273205772173,41.22053736718266],[-73.16278905772977,41.220354367145006],[-73.16282805773551,41.22023336712007],[-73.16265105764798,41.21970236702196],[-73.16233305749067,41.2187473668455],[-73.16212105738579,41.21811036672779],[-73.16194505729864,41.217580366629825],[-73.16118605692108,41.21526336620125],[-73.16108905687267,41.21496436614591],[-73.160979056818,41.21462936608395],[-73.16037905651947,41.212796365744836],[-73.16001505633832,41.21168336553892],[-73.15904205582933,41.208272364903166],[-73.15892705576911,41.20786836482787],[-73.15815605541354,41.20600436448817],[-73.1579890553273,41.20543836438286],[-73.15787705526944,41.20505836431214],[-73.15704005483732,41.20222336378454],[-73.15676105469328,41.20127836360868]]]},"properties":{"name":731,"geoid":"09001073100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.15676105469328,41.20127836360868],[-73.15673105467914,41.20120036359439],[-73.15670105466499,41.20112236358009],[-73.15652105458018,41.20065536349456],[-73.15646105455197,41.20050036346616],[-73.15636005450436,41.20023836341817],[-73.15605705436161,41.19945236327418],[-73.15595705431441,41.19919136322633],[-73.15588705427861,41.19896036318342],[-73.15567705417126,41.198267363054605],[-73.1556080541358,41.19803636301165],[-73.15545905406067,41.19756336292391],[-73.15501505383632,41.19614436266059],[-73.15486705376154,41.195671362572824],[-73.15489305376997,41.19567136257197],[-73.15503405381556,41.1956703625672],[-73.15578005405844,41.19569536254794],[-73.15671805436413,41.195731362524555],[-73.15709205448525,41.19573236251263],[-73.15754905463373,41.195742362499786],[-73.15786405473638,41.19575436249191],[-73.15785405473595,41.19580336250183],[-73.15783105473082,41.195844362510584],[-73.15868005501514,41.196011362515755],[-73.15957705531738,41.19622036252756],[-73.15981905539888,41.19627636253068],[-73.1601200555003,41.19634636253462],[-73.16054605564395,41.196447362540574],[-73.16056305564967,41.1964513625408],[-73.16078805572562,41.19650636254427],[-73.16097505578871,41.19655136254703],[-73.16153605597815,41.19668936255584],[-73.16163105601021,41.19671236255725],[-73.16172405604163,41.19673536255874],[-73.16181805607332,41.19675736255999],[-73.161921056108,41.19678136256135],[-73.16210105616918,41.196832362565495],[-73.16219505620114,41.19685936256773],[-73.1623560562551,41.19689236256897],[-73.16240305627096,41.19690336256959],[-73.1628800564318,41.197016362576235],[-73.16302405648021,41.19704836257784],[-73.16323205655021,41.197095362580285],[-73.16317805654046,41.197231362608655],[-73.16309205652514,41.1974513626545],[-73.16301205650987,41.19763836269369],[-73.16295505649917,41.19777436272216],[-73.1629050564903,41.197903362749024],[-73.16282905647729,41.1981073627914],[-73.16274105645887,41.198284362828886],[-73.16268005644623,41.19840936285532],[-73.16260505643538,41.198645362903946],[-73.16255305642512,41.19876136292833],[-73.16250505641595,41.19887336295181],[-73.16235605637755,41.199046362990494],[-73.16216005632128,41.199172363021496],[-73.16193605625406,41.19926536304696],[-73.16171405618583,41.19932936306669],[-73.1616450561641,41.19934036307108],[-73.16148905611514,41.19936736308143],[-73.16127405604692,41.19939136309308],[-73.16126805604868,41.19945636310601],[-73.16126305605133,41.19953136312085],[-73.16126005605742,41.19965536314521],[-73.16126005605776,41.19966136314637],[-73.16125505605955,41.19972136315827],[-73.16124905606084,41.199778363169635],[-73.16123305606544,41.1999503632038],[-73.16122905606743,41.20000836321529],[-73.16124105609428,41.200412363293964],[-73.16124005609413,41.20041536329458],[-73.16123205611461,41.20082136337428],[-73.16121705612763,41.2011353634362],[-73.1611140561214,41.201612363532874],[-73.16111005612083,41.20162536353556],[-73.16100705610997,41.202020363616185],[-73.16099805610908,41.20205636362353],[-73.16097805610552,41.20210736363414],[-73.16087805608775,41.20236436368768],[-73.16084505608195,41.20245036370558],[-73.16071405605979,41.20280636377949],[-73.16049605602306,41.20340136390298],[-73.16033905599951,41.203881364002],[-73.16022205598223,41.20424336407661],[-73.16015705597466,41.204480364125104],[-73.16012305597265,41.20463836415712],[-73.16010005597145,41.20474836417939],[-73.1600520559625,41.20486436420364],[-73.15999205594768,41.20494536422144],[-73.15980805589297,41.20503036424403],[-73.15972505586755,41.2050563642518],[-73.15955105581044,41.20504236425471],[-73.15944505577453,41.205014364252676],[-73.15933905573823,41.20497936424926],[-73.15925405570711,41.20491636423969],[-73.15920105568576,41.20484236422693],[-73.15904205561291,41.20446636415851],[-73.15895305557949,41.204385364145544],[-73.15880905552532,41.204252364124194],[-73.15867705547724,41.20415836411009],[-73.15858005544194,41.20408936409972],[-73.15853205541814,41.20394436407291],[-73.15844905538246,41.203789364045285],[-73.158287055325,41.203701364033314],[-73.15825605531401,41.203684364031005],[-73.15810405525883,41.203579364015376],[-73.15793605519836,41.203472363999886],[-73.15785705516302,41.203300363968786],[-73.15782905514621,41.2031643639431],[-73.15771305508844,41.2028083638772],[-73.1575690550198,41.20242136380614],[-73.15755305501219,41.202378363798246],[-73.15743205494744,41.201928363714124],[-73.15738905492982,41.20186336370279],[-73.15734005490822,41.201762363684615],[-73.15733605490642,41.20175336368298],[-73.15728505488569,41.20167936367016],[-73.15709905481712,41.20153236364744],[-73.15694005475896,41.20141436362948],[-73.15691305474891,41.20139136362586],[-73.15684405472328,41.20133336361675],[-73.15676105469328,41.20127836360868]]]},"properties":{"name":732,"geoid":"09001073200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.15486705376154,41.195671362572824],[-73.15478405372478,41.19549736254146],[-73.15453805361561,41.19497736244766],[-73.15445605357924,41.194804362416455],[-73.1544750535772,41.194660362387665],[-73.15453505357226,41.19423136230177],[-73.15455505357062,41.19408836227313],[-73.15457805357022,41.193950362245374],[-73.1546490535698,41.193538362162435],[-73.15467305356977,41.19340136213484],[-73.15453205352067,41.193340362127465],[-73.15411105337401,41.19315736210529],[-73.15397105332522,41.19309636209789],[-73.15387405328705,41.19297736207775],[-73.15378705324731,41.19277336204064],[-73.15377305324,41.1927243620315],[-73.1537950532449,41.19268536202315],[-73.15382005324481,41.19254136199416],[-73.15389805327001,41.19254036199144],[-73.15426205338777,41.19253936197945],[-73.15469205352719,41.1925433619663],[-73.15515505367814,41.192562361955],[-73.15566205384242,41.19256536193917],[-73.15576505387611,41.19257136193701],[-73.15616805401054,41.192641361937625],[-73.15657405414399,41.19267736193152],[-73.15668605418185,41.19270536193336],[-73.15710005432166,41.192807361939906],[-73.1575330544663,41.192886361941326],[-73.15795305460615,41.19295536194123],[-73.15832305473036,41.19303336194448],[-73.1583610547417,41.19301636193994],[-73.15841605476137,41.19304936194461],[-73.1588650549117,41.19313736194728],[-73.1593840550864,41.19325536195355],[-73.1596290551685,41.193304361955185],[-73.15988705525628,41.193379361961505],[-73.15998805528965,41.193391361960586],[-73.16013105533696,41.19340936195947],[-73.16028805538971,41.19344336196103],[-73.16038805542338,41.193466361962294],[-73.16083905557409,41.19354936196391],[-73.16110405566187,41.193584361962166],[-73.161347055742,41.19361036195938],[-73.16165905584327,41.19361536195024],[-73.16176305587739,41.19362336194844],[-73.16222005602344,41.193590361927164],[-73.16266305616644,41.19358336191142],[-73.16274305619176,41.19357336190688],[-73.16326405635955,41.193558361887035],[-73.1637960565306,41.19353836186588],[-73.16384205654548,41.193538361864384],[-73.16384305654589,41.19353936186455],[-73.16440505672676,41.19352136184281],[-73.16474605683658,41.19351136182979],[-73.16510905695317,41.193495361814875],[-73.16546205706742,41.193495361803436],[-73.16652105741026,41.193496361769284],[-73.16687505752489,41.193497361758],[-73.16699705756376,41.193486361751894],[-73.16718805762468,41.19347036174257],[-73.16736505768185,41.193468361736436],[-73.16748805772167,41.19346836173244],[-73.16755405774252,41.19345936172853],[-73.16765905777584,41.1934473617228],[-73.1677540578068,41.19345136172049],[-73.16782105782865,41.19345436171891],[-73.16794205786732,41.19344536171322],[-73.16812405792555,41.19343336170497],[-73.16830505798424,41.19343536169949],[-73.16842705802385,41.19343736169592],[-73.1684990580468,41.193431361692426],[-73.16860705808132,41.19342336168734],[-73.16871605811649,41.19342136168343],[-73.16878905814005,41.19342036168086],[-73.16889805817506,41.19341536167635],[-73.1692290582815,41.193403361663265],[-73.16933905831688,41.19339936165891],[-73.16941605834154,41.193394361655436],[-73.16953005837807,41.19338836165055],[-73.16964705841511,41.193373361643815],[-73.1697240584395,41.19336436163957],[-73.16949805840103,41.19397436176629],[-73.16916405834426,41.19487736195383],[-73.16883705829147,41.19581036214703],[-73.16862205825684,41.196425362274354],[-73.16841705822254,41.196989362391385],[-73.16811605817236,41.19782036256377],[-73.16779505811725,41.19867836274207],[-73.16758605808161,41.19924136285902],[-73.16741005802291,41.19921136285887],[-73.16688505784786,41.19912136285827],[-73.1667100577895,41.1990913628581],[-73.16652805772856,41.19905536285694],[-73.16598205754568,41.198947362853524],[-73.1658000574847,41.19891136285238],[-73.16562305742565,41.19888036285205],[-73.16510105725152,41.198789362851166],[-73.16509605724978,41.19878736285094],[-73.16492505719152,41.19873636284651],[-73.16491505717434,41.1984913627989],[-73.16491405717194,41.19845436279167],[-73.16501205717465,41.19794436268871],[-73.16508305718844,41.1977823626547],[-73.16518305720813,41.197559362607834],[-73.16479105707617,41.19747036260313],[-73.16419805687667,41.197337362596315],[-73.16362105668163,41.19719236258666],[-73.16323205655021,41.197095362580285],[-73.16302405648021,41.19704836257784],[-73.1628800564318,41.197016362576235],[-73.16240305627096,41.19690336256959],[-73.1623560562551,41.19689236256897],[-73.16219505620114,41.19685936256773],[-73.16210105616918,41.196832362565495],[-73.161921056108,41.19678136256135],[-73.16181805607332,41.19675736255999],[-73.16172405604163,41.19673536255874],[-73.16163105601021,41.19671236255725],[-73.16153605597815,41.19668936255584],[-73.16097505578871,41.19655136254703],[-73.16078805572562,41.19650636254427],[-73.16056305564967,41.1964513625408],[-73.16054605564395,41.196447362540574],[-73.1601200555003,41.19634636253462],[-73.15981905539888,41.19627636253068],[-73.15957705531738,41.19622036252756],[-73.15868005501514,41.196011362515755],[-73.15783105473082,41.195844362510584],[-73.15785405473595,41.19580336250183],[-73.15786405473638,41.19575436249191],[-73.15754905463373,41.195742362499786],[-73.15709205448525,41.19573236251263],[-73.15671805436413,41.195731362524555],[-73.15578005405844,41.19569536254794],[-73.15503405381556,41.1956703625672],[-73.15489305376997,41.19567136257197],[-73.15486705376154,41.195671362572824]]]},"properties":{"name":733,"geoid":"09001073300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.18650506414187,41.198125362026694],[-73.18642806413436,41.19843136208909],[-73.18640406413235,41.19853236210962],[-73.18608406406314,41.199136362238185],[-73.18604106405792,41.19928936226954],[-73.18596706404934,41.19955936232476],[-73.18596506405075,41.19959536233188],[-73.18594606406432,41.19994236240038],[-73.185946064065,41.19995436240272],[-73.18598906408855,41.2001233624344],[-73.18601106409608,41.200130362435054],[-73.18604706410613,41.20010236242841],[-73.18672906434932,41.20049636248336],[-73.18703006445664,41.20067036250764],[-73.18727306454326,41.20081036252713],[-73.18800206480319,41.20123136258583],[-73.18824506488986,41.201372362605525],[-73.1884740649715,41.201504362623915],[-73.18852606499009,41.201535362628285],[-73.1885330649927,41.20154136262925],[-73.18869106505193,41.2016833626519],[-73.18891406514489,41.202048362716056],[-73.1889330651533,41.202088362723266],[-73.18907306521501,41.20237636277507],[-73.18919906527036,41.20263236282108],[-73.18922406528631,41.202770362847254],[-73.18935706532562,41.20270436283002],[-73.18926906530083,41.2027693628456],[-73.18923306529076,41.20279736285225],[-73.18903706523679,41.20296336289109],[-73.18876606516064,41.2031663629396],[-73.18841806506711,41.20350236301663],[-73.18820206500781,41.203689363060235],[-73.18796806494736,41.203957363120274],[-73.18773006488362,41.204191363173784],[-73.1875440648331,41.204361363213074],[-73.18745506480973,41.204456363234556],[-73.18727906476167,41.20461336327099],[-73.18717006473204,41.20471236329389],[-73.18685806464596,41.204974363355284],[-73.18674406461503,41.20507936337951],[-73.18670606460479,41.2051153633878],[-73.18658506457352,41.20525436341891],[-73.18647506454799,41.20543136345712],[-73.18635406451999,41.205627363499396],[-73.18614806447016,41.205923363564],[-73.18613006446606,41.205953363570444],[-73.18602906444377,41.206136363609524],[-73.18593806442354,41.20629836364417],[-73.18581706439691,41.206518363691146],[-73.18567406436604,41.2067893637488],[-73.18562906435636,41.20687536376709],[-73.18558506434651,41.20695236378358],[-73.18555506433975,41.20700436379472],[-73.18538406428482,41.207011363801655],[-73.18525206424054,41.20698436380065],[-73.18470206405625,41.206874363796985],[-73.18418206388077,41.20674836378922],[-73.18382706376096,41.20666236378393],[-73.18382906375663,41.20657536376685],[-73.18383606374422,41.20631736371613],[-73.18383906374031,41.206231363699224],[-73.1833620635856,41.206226363713725],[-73.18193306312227,41.20621236375737],[-73.18145706296795,41.20620836377206],[-73.181417062955,41.206208363773364],[-73.180937062799,41.20619736378678],[-73.17938106229344,41.20616436383083],[-73.17886206212482,41.20615336384553],[-73.17846006199468,41.20615336385859],[-73.17787306180468,41.20615336387764],[-73.1772540616039,41.206146363896345],[-73.17685306147393,41.20614336390879],[-73.17674506140284,41.20550836378805],[-73.17665806136131,41.2052733637449],[-73.17649506128316,41.204827363662936],[-73.17550006080684,41.202116363164805],[-73.17445106043196,41.20149536307735],[-73.17327306001106,41.20079936297938],[-73.17272105981719,41.20053236294505],[-73.1723700596939,41.20036236292318],[-73.17191205953468,41.20016936290027],[-73.17176505948333,41.20010336289212],[-73.1715160593991,41.20003936288768],[-73.17107605925145,41.19994736288395],[-73.17104005923933,41.19993936288355],[-73.17099405922387,41.1999293628831],[-73.17039405902277,41.19980836287889],[-73.17033105900165,41.199795362878376],[-73.17032305899895,41.19979336287824],[-73.17029905899089,41.199788362878046],[-73.17029105898824,41.19978736287811],[-73.17027705898354,41.19978436287798],[-73.17023505896944,41.199775362877574],[-73.17022205896511,41.19977336287762],[-73.16969405878812,41.1996663628738],[-73.1681130582582,41.19934736286267],[-73.16758605808161,41.19924136285902],[-73.16779505811725,41.19867836274207],[-73.16811605817236,41.19782036256377],[-73.16841705822254,41.196989362391385],[-73.16862205825684,41.196425362274354],[-73.16883705829147,41.19581036214703],[-73.16916405834426,41.19487736195383],[-73.16949805840103,41.19397436176629],[-73.1697240584395,41.19336436163957],[-73.16982305847183,41.19336936163734],[-73.16997605852181,41.19337736163394],[-73.17012005856763,41.19336336162653],[-73.17022005859955,41.19335536162173],[-73.17044105867063,41.193347361612986],[-73.17085105880254,41.193333361596956],[-73.17110505888475,41.193333361588714],[-73.17130605894978,41.19333336158219],[-73.17132705895676,41.1933363615821],[-73.17138805897697,41.19334436158168],[-73.1715350590258,41.19336636158121],[-73.17157405903882,41.19337336158132],[-73.17163605905957,41.19338536158166],[-73.1716650590693,41.1933913615819],[-73.17190305914993,41.19345436158652],[-73.17204105919377,41.1934403615793],[-73.1721170592189,41.19344936157859],[-73.17221205925033,41.193461361577846],[-73.17299205951446,41.19366636159267],[-73.1734600596773,41.19386636161662],[-73.17351705969729,41.19389336162006],[-73.17396005985285,41.19410736164757],[-73.1741700599268,41.19421236166131],[-73.17432005997966,41.194288361671305],[-73.17466606010376,41.19450136170177],[-73.17478206014468,41.19456036170956],[-73.17486206017288,41.19460136171498],[-73.1749890602181,41.194673361724945],[-73.17517106028224,41.194765361737055],[-73.1753050603294,41.1948323617458],[-73.17535506034703,41.19485736174909],[-73.17568806046498,41.19503636177331],[-73.1761120606174,41.195303361811796],[-73.17622306065697,41.195367361820715],[-73.17653106076673,41.19554436184536],[-73.1766340608028,41.19559236185142],[-73.1766360608035,41.19559336185155],[-73.17692206090648,41.195776361878075],[-73.17701806094107,41.1958383618871],[-73.17714806098788,41.195921361899124],[-73.17722806101662,41.19597136190632],[-73.177686061181,41.196255361947024],[-73.17786306124474,41.196368361963394],[-73.17807306132045,41.19650436198318],[-73.17826106138897,41.196639362003516],[-73.17855506149618,41.19685136203546],[-73.17882306159426,41.197050362065696],[-73.17901006166268,41.197189362086824],[-73.17926806175431,41.197332362106444],[-73.17967506189898,41.19755936213765],[-73.18002306202499,41.19779436217234],[-73.18026806211373,41.19796036219688],[-73.18049506219403,41.19808036221298],[-73.18054106221035,41.198105362216374],[-73.18081106230662,41.19826136223815],[-73.18102506238391,41.19840236225879],[-73.18106606239841,41.19842436226177],[-73.18114906242904,41.19849036227198],[-73.18135006250331,41.19865236229717],[-73.18218806281435,41.19935136240673],[-73.18293706308893,41.19991636249298],[-73.18331806322824,41.200197362535576],[-73.18368306336174,41.20046736257655],[-73.18385606342433,41.200583362593655],[-73.1840320634884,41.2007083626124],[-73.18384506335715,41.19946536237525],[-73.18370106324187,41.19825836214377],[-73.18516506370969,41.19815236207548],[-73.18543306379557,41.198137362063854],[-73.18623906405395,41.19809336202907],[-73.18627306406492,41.19809236202777],[-73.18644706412219,41.19810936202547],[-73.18650506414187,41.198125362026694]]]},"properties":{"name":734,"geoid":"09001073400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.18026806211373,41.19796036219688],[-73.18027106210941,41.19786736217857],[-73.18028106209695,41.19759136212425],[-73.18028506209308,41.197500362106304],[-73.18028906208771,41.19738336208327],[-73.18030306207244,41.19703536201474],[-73.18030806206751,41.19692036199207],[-73.18031606205838,41.1967143619515],[-73.18034206203166,41.19609636182971],[-73.1803510620229,41.19589136178929],[-73.180357062017,41.1957533617621],[-73.18037806200036,41.1953413616808],[-73.18038506199484,41.195204361653765],[-73.18038806198807,41.195068361627044],[-73.18039406197856,41.19486736158754],[-73.18039306196647,41.19466036154706],[-73.18039306195874,41.19452436152044],[-73.18040806195224,41.19432436148081],[-73.18043106194311,41.194033361423116],[-73.18043706192753,41.193725361362645],[-73.1804410619175,41.19352636132357],[-73.18045306191037,41.19333236128522],[-73.18047306190068,41.193048361228996],[-73.18048506188772,41.19275236117067],[-73.18049406187967,41.19255936113261],[-73.18050406187164,41.19236136109354],[-73.18051906185987,41.192069361035905],[-73.18052506184465,41.191767360976606],[-73.18052906183469,41.19156936093774],[-73.18086106194305,41.19158536093007],[-73.18185806226865,41.19163636090771],[-73.18219106237738,41.191653360900226],[-73.18236806243519,41.19166236089625],[-73.18290006260895,41.191690360884465],[-73.18307806266714,41.191700360880645],[-73.18326706272896,41.19171136087665],[-73.18383706291532,41.191744360864625],[-73.18402706297744,41.191755360860604],[-73.18423506304526,41.191764360855615],[-73.18486206324985,41.19179336084093],[-73.18507106331805,41.191803360836126],[-73.18552406346586,41.19182436082553],[-73.18661406382364,41.191912360807365],[-73.18684106389809,41.19192936080333],[-73.18718706401154,41.191955360797174],[-73.18752506412253,41.19198336079168],[-73.18775306419747,41.1920033607882],[-73.1877770641976,41.191869360761196],[-73.1878140641982,41.19166936072086],[-73.18784006419513,41.19146736068047],[-73.18785906419365,41.19133336065364],[-73.18792306419543,41.19100036058639],[-73.18801906419846,41.19050736048679],[-73.18807906418891,41.18999836038524],[-73.18812006418314,41.18966336031834],[-73.18883106441488,41.18969236030094],[-73.18923506454655,41.18970836029095],[-73.18945406461812,41.18972036028618],[-73.18931306470196,41.19199636073618],[-73.18693306406304,41.1943053612653],[-73.18683306403413,41.194366361280494],[-73.18681106402822,41.19438736128532],[-73.18662206399208,41.194827361377556],[-73.18628806390673,41.195227361466685],[-73.18620806388994,41.19538736150058],[-73.18616306388942,41.195634361550354],[-73.18607706388812,41.19610036164434],[-73.18606206391422,41.1966443617513],[-73.18608406394006,41.196973361814955],[-73.18621506400116,41.197302361875074],[-73.186217064002,41.19730536187561],[-73.18631506404213,41.19745336190137],[-73.18636006406062,41.19752236191343],[-73.18649106412236,41.197862361975695],[-73.18650306413119,41.19794936199234],[-73.18652006414337,41.198066362014664],[-73.18650506414187,41.198125362026694],[-73.18644706412219,41.19810936202547],[-73.18627306406492,41.19809236202777],[-73.18623906405395,41.19809336202907],[-73.18543306379557,41.198137362063854],[-73.18516506370969,41.19815236207548],[-73.18370106324187,41.19825836214377],[-73.18384506335715,41.19946536237525],[-73.1840320634884,41.2007083626124],[-73.18385606342433,41.200583362593655],[-73.18368306336174,41.20046736257655],[-73.18331806322824,41.200197362535576],[-73.18293706308893,41.19991636249298],[-73.18218806281435,41.19935136240673],[-73.18135006250331,41.19865236229717],[-73.18114906242904,41.19849036227198],[-73.18106606239841,41.19842436226177],[-73.18102506238391,41.19840236225879],[-73.18081106230662,41.19826136223815],[-73.18054106221035,41.198105362216374],[-73.18049506219403,41.19808036221298],[-73.18026806211373,41.19796036219688]]]},"properties":{"name":735,"geoid":"09001073500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.18052906183469,41.19156936093774],[-73.18052506184465,41.191767360976606],[-73.18051906185987,41.192069361035905],[-73.18050406187164,41.19236136109354],[-73.18049406187967,41.19255936113261],[-73.18048506188772,41.19275236117067],[-73.18047306190068,41.193048361228996],[-73.18045306191037,41.19333236128522],[-73.1804410619175,41.19352636132357],[-73.18043706192753,41.193725361362645],[-73.18043106194311,41.194033361423116],[-73.18040806195224,41.19432436148081],[-73.18039306195874,41.19452436152044],[-73.18039306196647,41.19466036154706],[-73.18039406197856,41.19486736158754],[-73.18038806198807,41.195068361627044],[-73.18038506199484,41.195204361653765],[-73.18037806200036,41.1953413616808],[-73.180357062017,41.1957533617621],[-73.1803510620229,41.19589136178929],[-73.18034206203166,41.19609636182971],[-73.18031606205838,41.1967143619515],[-73.18030806206751,41.19692036199207],[-73.18030306207244,41.19703536201474],[-73.18028906208771,41.19738336208327],[-73.18028506209308,41.197500362106304],[-73.18028106209695,41.19759136212425],[-73.18027106210941,41.19786736217857],[-73.18026806211373,41.19796036219688],[-73.18002306202499,41.19779436217234],[-73.17967506189898,41.19755936213765],[-73.17926806175431,41.197332362106444],[-73.17901006166268,41.197189362086824],[-73.17882306159426,41.197050362065696],[-73.17855506149618,41.19685136203546],[-73.17826106138897,41.196639362003516],[-73.17807306132045,41.19650436198318],[-73.17786306124474,41.196368361963394],[-73.177686061181,41.196255361947024],[-73.17722806101662,41.19597136190632],[-73.17714806098788,41.195921361899124],[-73.17701806094107,41.1958383618871],[-73.17692206090648,41.195776361878075],[-73.1766360608035,41.19559336185155],[-73.1766340608028,41.19559236185142],[-73.17653106076673,41.19554436184536],[-73.17622306065697,41.195367361820715],[-73.1761120606174,41.195303361811796],[-73.17568806046498,41.19503636177331],[-73.17535506034703,41.19485736174909],[-73.1753050603294,41.1948323617458],[-73.17517106028224,41.194765361737055],[-73.1749890602181,41.194673361724945],[-73.17486206017288,41.19460136171498],[-73.17478206014468,41.19456036170956],[-73.17466606010376,41.19450136170177],[-73.17432005997966,41.194288361671305],[-73.1741700599268,41.19421236166131],[-73.17396005985285,41.19410736164757],[-73.17397605985131,41.193989361623956],[-73.17400205984978,41.19381436158886],[-73.1740330598498,41.19363836155342],[-73.17405405985001,41.193522361530036],[-73.17406505984884,41.19343936151344],[-73.17409805985005,41.193272361479686],[-73.17411805985111,41.193177361460435],[-73.17419105983721,41.19251736132892],[-73.174219059832,41.19226636127887],[-73.17424505982933,41.192071361239854],[-73.17432305982132,41.191486361122834],[-73.17434905981864,41.19129136108383],[-73.17456205988799,41.19129836107828],[-73.17520306009665,41.19131936106161],[-73.17541706016635,41.19132736105623],[-73.17577906028446,41.19134336104761],[-73.17632506046259,41.1913683610348],[-73.17686506063889,41.19139536102256],[-73.17722706075713,41.19141436101453],[-73.17744706082887,41.191423361009164],[-73.17810706104407,41.19145136099323],[-73.17832706111585,41.19146136098805],[-73.17854606118725,41.19147036098269],[-73.17920406140175,41.19149736096662],[-73.17942406147353,41.191507360961445],[-73.17964506154573,41.191519360956626],[-73.18030706176211,41.19155636094237],[-73.18052906183469,41.19156936093774]]]},"properties":{"name":736,"geoid":"09001073600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.53578816857873,41.04989732158115],[-73.53577216856937,41.04982432156736],[-73.53572916854418,41.04962732153011],[-73.53572216854084,41.049608321526634],[-73.53569916852939,41.04953832151365],[-73.53566816851695,41.049495321506235],[-73.53557816848065,41.04936932148448],[-73.53554816846855,41.04932732147723],[-73.53550916845288,41.04927332146792],[-73.53539216840598,41.04911432144058],[-73.53535316839043,41.04906232143166],[-73.5351571683104,41.048770321380836],[-73.53497616823542,41.048481321330115],[-73.53424016801421,41.04876732141038],[-73.53366116777816,41.04791032126134],[-73.5336571677759,41.04789332125813],[-73.53354116771634,41.04750732118623],[-73.5325831673615,41.046712321061776],[-73.53193616709828,41.0457643208971],[-73.5313351668695,41.045157320797784],[-73.53133416686798,41.045136320793695],[-73.531340166865,41.045050320776625],[-73.53136916686935,41.044963320758626],[-73.53105016673393,41.04439732065807],[-73.53083316663748,41.04393632057478],[-73.5307531666047,41.043815320553676],[-73.53064516655442,41.04354632050447],[-73.53059416651183,41.043090320416695],[-73.53050716646113,41.04269532034208],[-73.53050716645265,41.042547320313034],[-73.53054416646016,41.042470320296715],[-73.53059416647471,41.04244232028958],[-73.53070316650926,41.042431320283846],[-73.53072516651419,41.042393320275664],[-73.53066716649323,41.04235432026992],[-73.53052916645058,41.04238732028092],[-73.53047816643256,41.04236032027732],[-73.53049816643299,41.042255320256054],[-73.53065316643841,41.04147632009815],[-73.53076216646035,41.04124532004926],[-73.53080416647018,41.04118032003513],[-73.53099416651486,41.04088931997182],[-73.53106616653712,41.0408723199661],[-73.53111716655393,41.0408783199656],[-73.53148016667487,41.04094431996663],[-73.53152316668779,41.04092731996189],[-73.53151616668302,41.04088331995349],[-73.53142916664736,41.04075131993045],[-73.53150216667126,41.04075731992921],[-73.53157416669576,41.04077931993118],[-73.53165416669958,41.040395319853225],[-73.53189316676037,41.04010931978928],[-73.53246716691734,41.03961531967351],[-73.53287316703174,41.0393243196031],[-73.5333231671572,41.038979319520635],[-73.53350416720275,41.038754319470556],[-73.53384516729896,41.03851231941187],[-73.53398316733468,41.03835831937713],[-73.53417116737904,41.038073319315046],[-73.53436716743066,41.03787031926879],[-73.53467916751913,41.03765631921656],[-73.53497616760183,41.03742631916168],[-73.53498416760341,41.03740931915809],[-73.53499116760281,41.03735931914803],[-73.5345131674369,41.037156319123916],[-73.5343601673828,41.03707431911286],[-73.53427316735376,41.03705731911238],[-73.53419416732545,41.037008319105354],[-73.53422316732913,41.03690931908499],[-73.5343311673558,41.03676631905339],[-73.53442616738428,41.036728319042815],[-73.53455616742592,41.03672231903736],[-73.53481016751357,41.03682131904844],[-73.53493316755802,41.03690431906069],[-73.53518716764627,41.037013319073736],[-73.53541916772247,41.03703631907062],[-73.53555016776377,41.03701931906298],[-73.5356081677781,41.03694231904596],[-73.53557916775807,41.036756319010436],[-73.53564416777365,41.03666231898985],[-73.53584716783666,41.036618318974554],[-73.53594116786357,41.03655831895969],[-73.5360431678965,41.036558318956345],[-73.53656516804013,41.03612431885406],[-73.53698616815275,41.03571831876059],[-73.53719616820547,41.035455318702084],[-73.53731916823291,41.03524131865606],[-73.5374211682416,41.03481831856972],[-73.53743616823482,41.034615318529404],[-73.53737116818112,41.03404431841952],[-73.53714616806444,41.033275318276026],[-73.53713916805748,41.03319331826017],[-73.53712516804792,41.03310531824336],[-73.53712516803326,41.03284931819313],[-73.53712516802774,41.03275331817431],[-73.53721916803421,41.032336318089406],[-73.5372841680505,41.03225431807118],[-73.537176168015,41.032243318072574],[-73.53715416800539,41.03219931806466],[-73.53728416804293,41.03212231804529],[-73.53731416804855,41.03205131803037],[-73.53734316805412,41.03198531801647],[-73.53757516812459,41.03190831799375],[-73.53766916815648,41.031935317995945],[-73.53769116817463,41.03212831803308],[-73.538096168345,41.03282031815555],[-73.5392341688174,41.03465431847798],[-73.53944216884524,41.03396831833657],[-73.53944816883967,41.033837318310674],[-73.53947216882288,41.0334093182259],[-73.5392151686512,41.03186031793046],[-73.53924616863016,41.03131831782309],[-73.53929616859787,41.03047331765565],[-73.54083816918325,41.032003317905186],[-73.5428541699486,41.03400431823153],[-73.54371017042983,41.03758031890493],[-73.54421617071435,41.039694319302995],[-73.54430317077856,41.04032431942372],[-73.54456717097217,41.04221531978596],[-73.54465517103677,41.042846319906836],[-73.54489617112252,41.04298531992619],[-73.54491817113036,41.042998319928],[-73.54486817116079,41.043810320088916],[-73.54485217117163,41.04408932014417],[-73.54484317117641,41.04422332017075],[-73.54482817118641,41.04448232022203],[-73.544870171208,41.0446223202481],[-73.54490917122804,41.04475232027234],[-73.5449671712579,41.044946320308455],[-73.54514117134748,41.045529320417096],[-73.54515617135519,41.045579320426405],[-73.54513817135799,41.04572932045641],[-73.54513017135913,41.045794320469426],[-73.54510717136294,41.045990320508615],[-73.54510017136447,41.0460563205218],[-73.54508417136687,41.04618832054822],[-73.54503717137442,41.046584320627424],[-73.5450221713772,41.04671732065401],[-73.54489217133735,41.04675432066553],[-73.54486717132964,41.046760320667524],[-73.5447611712972,41.04679132067708],[-73.5444621712055,41.04687532070339],[-73.54440517118807,41.0468923207086],[-73.54425217114151,41.04694132072323],[-73.5439991710643,41.047019320746855],[-73.54398617106038,41.04702432074826],[-73.54323817083149,41.04724332081581],[-73.54298517075411,41.047318320838826],[-73.54278517069301,41.047378320857156],[-73.54262117064297,41.04742932087257],[-73.54197417044594,41.047635320934226],[-73.54176417038182,41.047699320953676],[-73.54153117031062,41.047769320975064],[-73.54116817019982,41.047880321008755],[-73.54081417009151,41.04798432104079],[-73.5402541699203,41.04815132109194],[-73.53975716976858,41.04830332113809],[-73.53940516966118,41.04841232117104],[-73.5388401694897,41.04860232122687],[-73.53866716943793,41.04867332124647],[-73.5382101693013,41.048863321298754],[-73.53769816914931,41.04909532136109],[-73.53737216905324,41.04925532140319],[-73.53694516892601,41.04944032145349],[-73.53675516886968,41.049527321476795],[-73.53652216880019,41.04962732150406],[-73.53632616874178,41.04971232152718],[-73.53606716866277,41.049792321551365],[-73.53578816857873,41.04989732158115]]]},"properties":{"name":222,"geoid":"09001022200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.54206816887016,41.01960531543193],[-73.54377816946766,41.020402315532195],[-73.54763817081657,41.02220331575883],[-73.5490401712688,41.02219931571198],[-73.5509281718779,41.022195315649164],[-73.55226817235658,41.0230023157635],[-73.55239817240307,41.02308131577473],[-73.55365217284908,41.023802315875],[-73.55428317307656,41.0242183159359],[-73.55474417325188,41.024681316011595],[-73.55515017341023,41.02515831609184],[-73.55532517349451,41.025643316181274],[-73.5552521734733,41.02568431619171],[-73.55524617347217,41.02569831619465],[-73.55522317346806,41.025756316206795],[-73.55533217351108,41.02589331623008],[-73.55527317349302,41.025910316235375],[-73.55525917348878,41.025915316236805],[-73.55523017348223,41.02596431624738],[-73.5552311734841,41.025991316252636],[-73.55523517348954,41.02606331626662],[-73.5552381734946,41.02613531628066],[-73.55533217352838,41.02619531628934],[-73.55535417353865,41.02625031629942],[-73.55528117352041,41.02634331632006],[-73.55527917352218,41.026385316328366],[-73.55527417352917,41.02653531635796],[-73.55536117357804,41.026898316426326],[-73.55542617360659,41.027030316450094],[-73.55562917368025,41.02717231647129],[-73.55565817369373,41.02724431648447],[-73.55568717372354,41.02760131655354],[-73.55568017372536,41.02767231656772],[-73.55564317373732,41.02808931665074],[-73.55559317372277,41.02811731665789],[-73.55560117372933,41.02818631667115],[-73.5556241737474,41.02837231670691],[-73.55564017375349,41.02838831670951],[-73.55569017377256,41.02843931671787],[-73.556348174042,41.029435316891664],[-73.55638217405597,41.02948731690074],[-73.55641617406992,41.029539316909826],[-73.55645717408676,41.02960231692084],[-73.55649817410355,41.02966431693165],[-73.55656917413265,41.02977231695052],[-73.5592081752136,41.03377031764809],[-73.56008817557405,41.03510331788066],[-73.5614031761257,41.0373213182725],[-73.5614411761407,41.03736931828066],[-73.5614731761541,41.037422318290005],[-73.56150417616715,41.037475318299386],[-73.56255417660688,41.03923331860967],[-73.56258317661906,41.03928231861835],[-73.56266417665294,41.03941731864216],[-73.56270317666926,41.039482318653626],[-73.56274117668524,41.03954731866512],[-73.56315517685863,41.04024031878744],[-73.56329317693192,41.04074131888115],[-73.5634121769953,41.041176318962556],[-73.56348717703499,41.041446319013055],[-73.56418617740641,41.04398731948842],[-73.56428217745727,41.04433331955311],[-73.56444517754379,41.04492431966366],[-73.56428117749074,41.044922319668665],[-73.56379217733256,41.04491631968357],[-73.56373317731352,41.04491631968553],[-73.56363017728005,41.04491231968811],[-73.56356417725858,41.0449093196897],[-73.56349817723711,41.044906319691286],[-73.56336817719445,41.044894319693206],[-73.56330317717318,41.04488931969437],[-73.56279517700789,41.04486631970656],[-73.56243717689142,41.044850319715195],[-73.56159817661809,41.044806319734164],[-73.56127417651105,41.0447633197364],[-73.56077017634458,41.04469731974003],[-73.56029917618963,41.04464631974551],[-73.55888617572484,41.04449431976218],[-73.55841617557024,41.04444431976783],[-73.55805017545165,41.0444363197783],[-73.55775017535345,41.04441231978346],[-73.55768517533217,41.04440731978462],[-73.55682117504709,41.04429931979185],[-73.5560701748017,41.04424731980634],[-73.55576117470054,41.04422231981161],[-73.55562217465504,41.044211319814025],[-73.555229174526,41.04417331981948],[-73.55509817448443,41.044185319826155],[-73.55480417438905,41.04417731983424],[-73.55467917434852,41.04417431983776],[-73.5539521741165,41.0442203198707],[-73.55392417410769,41.0442243198724],[-73.55381117407227,41.044242319879636],[-73.55363417401674,41.04427031989096],[-73.55340617394481,41.04429931990415],[-73.5533421739246,41.04430731990781],[-73.55291917379117,41.04436131993232],[-73.55246817364917,41.044424319959504],[-73.55244917364324,41.044427319960704],[-73.55218017355934,41.04447831997956],[-73.55200117350347,41.044511319991905],[-73.55152917335626,41.04460132002509],[-73.5514681733379,41.04462432003161],[-73.55144617333131,41.04463332003409],[-73.55129117328299,41.044663320045075],[-73.5510731732168,41.04473632006655],[-73.55092217317076,41.04478332008074],[-73.55076717312355,41.04483232009545],[-73.55048817303962,41.04493932012561],[-73.55004617290555,41.045089320169566],[-73.54981917283556,41.0451463201882],[-73.54958317276288,41.045207320207915],[-73.54944617272112,41.04525032022085],[-73.5490721726106,41.04542832026806],[-73.54897217258083,41.04547232027997],[-73.54872017250591,41.04558432031023],[-73.54748017212675,41.04595232042317],[-73.54747217212436,41.04595532042402],[-73.54698217197519,41.04611232047092],[-73.54677117191086,41.0461783204908],[-73.54616917172761,41.046371320548445],[-73.54614117171903,41.046379320550926],[-73.54593017165448,41.04644132057003],[-73.54574817159882,41.0464953205866],[-73.54572117159063,41.04650432058926],[-73.54545117150876,41.046596320616175],[-73.5453261714704,41.04663132062714],[-73.54520417143297,41.04666532063783],[-73.5451741714238,41.04667432064056],[-73.5450221713772,41.04671732065401],[-73.54503717137442,41.046584320627424],[-73.54508417136687,41.04618832054822],[-73.54510017136447,41.0460563205218],[-73.54510717136294,41.045990320508615],[-73.54513017135913,41.045794320469426],[-73.54513817135799,41.04572932045641],[-73.54515617135519,41.045579320426405],[-73.54514117134748,41.045529320417096],[-73.5449671712579,41.044946320308455],[-73.54490917122804,41.04475232027234],[-73.544870171208,41.0446223202481],[-73.54482817118641,41.04448232022203],[-73.54484317117641,41.04422332017075],[-73.54485217117163,41.04408932014417],[-73.54486817116079,41.043810320088916],[-73.54491817113036,41.042998319928],[-73.54489617112252,41.04298531992619],[-73.54465517103677,41.042846319906836],[-73.54456717097217,41.04221531978596],[-73.54430317077856,41.04032431942372],[-73.54421617071435,41.039694319302995],[-73.54371017042983,41.03758031890493],[-73.5428541699486,41.03400431823153],[-73.54083816918325,41.032003317905186],[-73.53929616859787,41.03047331765565],[-73.54016216875785,41.02838631721771],[-73.54106816892536,41.026205316759984],[-73.54172916888858,41.02183831588131],[-73.54182516888316,41.02120231575334],[-73.54206816887016,41.01960531543193]]]},"properties":{"name":223,"geoid":"09001022300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.53929616859787,41.03047331765565],[-73.5360961676072,41.03120931790516],[-73.53486516723815,41.031703318042524],[-73.5329831666625,41.03225931821341],[-73.53236716648922,41.032705318321156],[-73.53154516629955,41.034026318607324],[-73.53127016624762,41.034669318742516],[-73.53089616613556,41.03482031878442],[-73.53071916608185,41.03488031880202],[-73.52738416504107,41.03550431903395],[-73.52759116513596,41.03599431912328],[-73.52762316515235,41.036100319143024],[-73.5276691651735,41.03621031916309],[-73.527694165188,41.036322319184244],[-73.52767416519332,41.03652831922532],[-73.52766616519682,41.036634319246375],[-73.52761616519511,41.03688631929746],[-73.52753516519303,41.03730631938252],[-73.52747516519314,41.037646319451184],[-73.52743216519377,41.03790031950243],[-73.52739816519112,41.03804531953199],[-73.52729816518386,41.03848231962101],[-73.52726516518159,41.03862831965074],[-73.52704616510906,41.03859631965164],[-73.5266771649869,41.03854331965336],[-73.52639016489213,41.038506319655546],[-73.52617216482015,41.038478319657195],[-73.52600016476292,41.03844831965696],[-73.5257411646768,41.038404319656834],[-73.52548216459112,41.03836831965827],[-73.52531016453422,41.03834431965922],[-73.52513216447518,41.03831631965957],[-73.52488316439255,41.03827731966009],[-73.5246021642991,41.0382293196599],[-73.52442616424058,41.03819931965979],[-73.52424616418097,41.03817331966061],[-73.52370616400223,41.03809631966321],[-73.52352716394302,41.038071319664205],[-73.52337416388367,41.0378973196351],[-73.52291816370675,41.037378319548225],[-73.52276716364811,41.03720531951926],[-73.52272016363328,41.037211319521965],[-73.52258116358949,41.037230319530266],[-73.52253516357504,41.03723731953314],[-73.52257716358375,41.03715231951509],[-73.52264316359629,41.036999319482895],[-73.52259916357235,41.036829319450995],[-73.52257016355821,41.03674631943568],[-73.52258516356027,41.03669731942556],[-73.5226651635751,41.03650531938527],[-73.5226361635626,41.036450319375426],[-73.5225881635455,41.03642231937152],[-73.52254916353165,41.036400319368475],[-73.52254916352851,41.03634531935768],[-73.52278116357418,41.035835319250005],[-73.52292616360147,41.03549431917835],[-73.52294816359856,41.03531931914329],[-73.52289816357232,41.035143319110404],[-73.5228251635466,41.03510531910534],[-73.52273116351562,41.03509431910627],[-73.5227311635115,41.03502231909215],[-73.52281116351877,41.03469831902594],[-73.52280416348982,41.034232318934755],[-73.52278916348023,41.03414931891896],[-73.5226811634397,41.03405031890308],[-73.52264916342858,41.034036318901386],[-73.52259416340945,41.034012318898476],[-73.5225791633936,41.033820318861295],[-73.52250716336658,41.03375431885071],[-73.52245616333472,41.033485318799606],[-73.52235516329989,41.03344631879527],[-73.52229016327674,41.033408318789945],[-73.52220616324726,41.033367318784656],[-73.52218816324095,41.033358318783485],[-73.52218816323627,41.03327631876739],[-73.52221016323551,41.03313931873979],[-73.52205816317576,41.032952318708084],[-73.52197116314325,41.03287531869584],[-73.52194916312578,41.032694318661044],[-73.52189916309956,41.03251831862814],[-73.52146416292143,41.03185931851313],[-73.52126816284843,41.0316893184862],[-73.52114516280558,41.03163431847945],[-73.52100716275223,41.03148031845375],[-73.52087016270582,41.03144231845081],[-73.52065916263709,41.03143131845557],[-73.5205941626208,41.031513318473785],[-73.5205651626162,41.03159631849104],[-73.52048516259254,41.03163431850111],[-73.52024616251758,41.031672318516414],[-73.51992716241207,41.03162831851826],[-73.51863716198406,41.03142531852075],[-73.51848416193117,41.03136431851381],[-73.51804216176113,41.03088631843453],[-73.51757116158991,41.030551318384255],[-73.51743416153785,41.030414318361856],[-73.51731016149343,41.03033731835082],[-73.51699216137692,41.03009531831376],[-73.51701316137803,41.02999631829365],[-73.5170861613988,41.02994731828164],[-73.51505116077803,41.03057831847222],[-73.51504016062451,41.02795731795827],[-73.51590116079093,41.02600831754754],[-73.51714616112253,41.024780317265694],[-73.51708816058148,41.01564731547499],[-73.5170661603737,41.01213731478667],[-73.52206616207279,41.013630314915744],[-73.53706716717062,41.018111315302946],[-73.54206816887016,41.01960531543193],[-73.54182516888316,41.02120231575334],[-73.54172916888858,41.02183831588131],[-73.54106816892536,41.026205316759984],[-73.54016216875785,41.02838631721771],[-73.53929616859787,41.03047331765565]]]},"properties":{"name":224,"geoid":"09001022400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.15511605351999,41.190000361454814],[-73.15515405353678,41.190079361469024],[-73.15517005354377,41.19011136147477],[-73.1551770535545,41.190260361503725],[-73.15512705354206,41.19032636151826],[-73.15510405353643,41.19035836152526],[-73.15507305352855,41.190396361533715],[-73.15500905351227,41.19047436155104],[-73.15502205353319,41.19076836160817],[-73.1550240535352,41.190792361612814],[-73.15500205353494,41.19091336163721],[-73.15502405354708,41.19100136165372],[-73.154966053546,41.19131336171667],[-73.15481305351587,41.19165436178837],[-73.15470405348523,41.19173636180795],[-73.1545820534468,41.19175536181562],[-73.1543690533799,41.191791361829594],[-73.15428205335425,41.19183536184101],[-73.15427505335477,41.19188436185083],[-73.15425305334902,41.19190836185622],[-73.15415105332242,41.19202136188164],[-73.15396905327009,41.19213736191026],[-73.15389705325332,41.1922523619351],[-73.15383105324473,41.192477361981275],[-73.15382005324481,41.19254136199416],[-73.1537950532449,41.19268536202315],[-73.15377305324,41.1927243620315],[-73.15378705324731,41.19277336204064],[-73.15387405328705,41.19297736207775],[-73.15397105332522,41.19309636209789],[-73.15411105337401,41.19315736210529],[-73.15453205352067,41.193340362127465],[-73.15467305356977,41.19340136213484],[-73.1546490535698,41.193538362162435],[-73.15457805357022,41.193950362245374],[-73.15455505357062,41.19408836227313],[-73.15453505357226,41.19423136230177],[-73.1544750535772,41.194660362387665],[-73.15445605357924,41.194804362416455],[-73.15453805361561,41.19497736244766],[-73.15478405372478,41.19549736254146],[-73.15486705376154,41.195671362572824],[-73.15501505383632,41.19614436266059],[-73.15545905406067,41.19756336292391],[-73.1556080541358,41.19803636301165],[-73.15567705417126,41.198267363054605],[-73.15588705427861,41.19896036318342],[-73.15595705431441,41.19919136322633],[-73.15605705436161,41.19945236327418],[-73.15636005450436,41.20023836341817],[-73.15646105455197,41.20050036346616],[-73.15645005455356,41.200591363484335],[-73.15644305455515,41.20065936349786],[-73.1564120545541,41.20081736352979],[-73.1563960545515,41.20086236353911],[-73.15638905455052,41.20088536354384],[-73.15636905454775,41.20095036355721],[-73.15628305452637,41.20106436358231],[-73.15607705447543,41.201341363643195],[-73.15602505446232,41.20140636365759],[-73.15593705444019,41.20151836368237],[-73.15589005443071,41.20161936370365],[-73.15580905441466,41.2017983637413],[-73.15575705440504,41.20192536376785],[-73.1557150543973,41.20202836378935],[-73.15566705439103,41.20219136382281],[-73.1555230543722,41.202680363923164],[-73.15547505436594,41.20284336395661],[-73.15546305437228,41.20302336399222],[-73.1554690543778,41.20308636400435],[-73.15549605440253,41.20336736405846],[-73.15550405443074,41.20381836414644],[-73.15550605443462,41.20387536415754],[-73.15547905442584,41.2038743641582],[-73.15542405440985,41.203906364166244],[-73.15536405439127,41.20392136417114],[-73.15533205438183,41.2039373641753],[-73.15508705429814,41.20386036416818],[-73.15470305416694,41.20373936415696],[-73.15436305404937,41.20360736414215],[-73.1541250539671,41.20351536413187],[-73.15388405388373,41.2034213641213],[-73.15387605388104,41.20341936412115],[-73.15371505382664,41.20337936411854],[-73.15351005375926,41.203361364121676],[-73.15308205362048,41.203357364134774],[-73.15281605353425,41.203355364143015],[-73.15261105346937,41.20338136415473],[-73.15232605337918,41.20341836417121],[-73.1519940532728,41.203437364185696],[-73.1519430532565,41.20344136418814],[-73.15178805320572,41.203430364191],[-73.15160605314715,41.20343636419807],[-73.15133405305966,41.20344636420885],[-73.15106005297079,41.203443364217144],[-73.1508780529118,41.20344236422286],[-73.15070905285732,41.20344636422912],[-73.15033305273617,41.20345636424326],[-73.15020505269601,41.203478364251716],[-73.15003905264396,41.20350836426297],[-73.14990705260321,41.20354336427408],[-73.14967005253007,41.203606364294096],[-73.14951205248147,41.20365136430802],[-73.14938205244158,41.203690364319876],[-73.14889305229121,41.20382936436291],[-73.14863605221306,41.20391836438867],[-73.14838605213883,41.20403636441985],[-73.14812205205843,41.20412536444582],[-73.14799605200898,41.20397336442018],[-73.14795605199332,41.203925364412065],[-73.14787205195971,41.20381236439268],[-73.1478040519324,41.20371936437668],[-73.14747305180462,41.20335636431639],[-73.14733705175212,41.20320736429164],[-73.14708105165397,41.202938364247295],[-73.14672005151544,41.20255736418444],[-73.14629705135538,41.20215036411851],[-73.14603005125436,41.20189336407688],[-73.14584005118108,41.20168636404253],[-73.1457970511645,41.20163936403472],[-73.14566605111112,41.2014463640012],[-73.14546305103109,41.20119436395847],[-73.14534905098458,41.201025363929084],[-73.14534005098103,41.20101436392723],[-73.14516005091066,41.20080136389138],[-73.14507805087594,41.20065736386585],[-73.14497105083052,41.20046736383213],[-73.1448170507677,41.200239363792505],[-73.14472605073053,41.20010336376884],[-73.14454705065575,41.199807363716715],[-73.1443520505732,41.19946536365612],[-73.14424205052617,41.19926436362034],[-73.1441090504675,41.198989363570824],[-73.14402905043353,41.198847363545646],[-73.14383905035375,41.19852536348878],[-73.14356905024448,41.19814036342218],[-73.14329205012906,41.1976873633425],[-73.14286704995362,41.197020363225725],[-73.14282704993862,41.19698436321998],[-73.14265304986905,41.19675136318001],[-73.1425950498457,41.196670363166035],[-73.14259004984378,41.196665363165216],[-73.14244204978445,41.19646436313068],[-73.14227204971556,41.19622036308842],[-73.14209804964759,41.19601536305395],[-73.14166604948618,41.19563536299356],[-73.14126404933054,41.19518636291872],[-73.14226904963158,41.194758362802375],[-73.14332104994504,41.194281362674936],[-73.14377305008024,41.194085362621934],[-73.14399005014582,41.19400336259885],[-73.1441930502067,41.193918362575644],[-73.14434305025249,41.193869362561195],[-73.1443440502528,41.19386936256115],[-73.14474005037219,41.193714362517994],[-73.14520605051445,41.19356336247334],[-73.1453420505556,41.19351236245895],[-73.14552305061123,41.193460362442906],[-73.14570805066715,41.19339036242322],[-73.14597105074667,41.193291362395314],[-73.14626805083712,41.19319136236613],[-73.14645605089447,41.19312936234789],[-73.14652205091484,41.193112362342426],[-73.147475051204,41.1927713622448],[-73.14769605127195,41.19270836222532],[-73.1483580514725,41.1924663621565],[-73.14902105167167,41.19219436208177],[-73.14944105179968,41.19205436204076],[-73.14983705191949,41.19190736199916],[-73.15073605219223,41.19158536190699],[-73.15075805219844,41.191569361903156],[-73.15082605221824,41.191530361893314],[-73.15127605235514,41.19137636184858],[-73.15171105248659,41.191211361802196],[-73.1527480528034,41.1908793617036],[-73.152856052836,41.1908373616919],[-73.15318205293447,41.19071336165705],[-73.15329105296742,41.19067236164548],[-73.15348205302527,41.190602361625594],[-73.15405605319914,41.190392361565884],[-73.15416805323306,41.19035136155423],[-73.15424805325738,41.19032336154617],[-73.15442305331061,41.190263361528736],[-73.15455605335111,41.190218361515626],[-73.15494305346779,41.19006736147353],[-73.15511605351999,41.190000361454814]]]},"properties":{"name":801,"geoid":"09001080100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.14126404933054,41.19518636291872],[-73.14126304932982,41.19517936291736],[-73.14117404929664,41.19510236290518],[-73.1411410492722,41.19486036285888],[-73.14114404926545,41.194724362832176],[-73.14113904925436,41.19455736279965],[-73.14117004925326,41.19436136276029],[-73.14118804924497,41.19411236271096],[-73.14120004922994,41.193779362645394],[-73.14121804923117,41.19369836262896],[-73.14122204922343,41.19353936259771],[-73.14038204893284,41.19321036256052],[-73.13908104848284,41.192702362503226],[-73.1378700480625,41.19220336244478],[-73.13703704777336,41.19186036240462],[-73.13655804760614,41.19164636237825],[-73.13580804734585,41.19133736234204],[-73.13573204731867,41.1912923623357],[-73.13555904725509,41.191158362315065],[-73.13502304706458,41.1908593622739],[-73.13470104695583,41.19077936226866],[-73.13458704691669,41.19074036226471],[-73.13419304677751,41.19053536223735],[-73.13398704670567,41.19044436222621],[-73.13403804671894,41.1903873622134],[-73.13407904672847,41.19032136219915],[-73.13458504685413,41.18964936205121],[-73.13499104695839,41.18917036194431],[-73.13509704698345,41.189007361908956],[-73.13515604699732,41.188915361889045],[-73.13521404701116,41.18882836187012],[-73.13532604703647,41.18863536182873],[-73.13538104704894,41.18854136180855],[-73.13563604711396,41.1882323617398],[-73.13565504711869,41.18820736173429],[-73.1359230471861,41.18786636165885],[-73.13629704727839,41.187359361547486],[-73.1364370473134,41.18717736150733],[-73.13670204737983,41.186836361431986],[-73.1369690474663,41.18683736142355],[-73.13703604748805,41.18683836142158],[-73.13723304755199,41.18684136141577],[-73.1378100477383,41.186833361395536],[-73.13803904781186,41.18682336138615],[-73.13837404791951,41.18680936137256],[-73.13854004797278,41.18680136136563],[-73.13873004803385,41.1867933613579],[-73.13904004813277,41.18676836134298],[-73.13920704818617,41.18675636133522],[-73.13947604827175,41.18673036132141],[-73.13961404831427,41.1866923613095],[-73.13965204832606,41.18668336130651],[-73.13977204836274,41.18664536129519],[-73.13993504841159,41.186576361276394],[-73.14060304860928,41.186249361190754],[-73.14073204864599,41.18616036116914],[-73.14107504874384,41.18592836111261],[-73.14125604879686,41.185830361087575],[-73.14143104884823,41.185737361063694],[-73.14177204894658,41.185525361011145],[-73.14178904895168,41.18551836100924],[-73.14191304898898,41.18546836099542],[-73.14196904900449,41.18542236098461],[-73.14235104911202,41.18513836091663],[-73.14281004924284,41.1848253608405],[-73.1429150492741,41.184777360827695],[-73.1430250493062,41.184715360811985],[-73.14307404932173,41.18470936080922],[-73.1431550493477,41.18470536080582],[-73.14331004939794,41.184706360800995],[-73.14346604944798,41.18469836079437],[-73.14493104991946,41.184650360737535],[-73.14643505040213,41.18457736067452],[-73.14698005057583,41.18452936064745],[-73.1474560507254,41.18445036061658],[-73.14845505103975,41.1842913605531],[-73.148895051182,41.184288360538254],[-73.14932905132117,41.18426536051968],[-73.15019705160235,41.18426936049235],[-73.15108805189229,41.18429636046876],[-73.1516810520851,41.18431136045248],[-73.15222705226181,41.18431136043479],[-73.15262805238973,41.18427836041534],[-73.15301905251316,41.1842233603919],[-73.15338605262771,41.184148360365334],[-73.15380605275675,41.18402736032803],[-73.15388305277999,41.18399736031967],[-73.15432705291428,41.183831360272784],[-73.15440005293438,41.18376936025828],[-73.15442105293988,41.18374636025309],[-73.15445905294973,41.18370336024344],[-73.1544870529581,41.18369136024019],[-73.15446105295828,41.18384236027058],[-73.15446805296207,41.183869360275644],[-73.1546780530628,41.18444636038179],[-73.15473205310191,41.18482736045463],[-73.15476505312589,41.18506136049937],[-73.15481505315854,41.18535136055453],[-73.15481605315942,41.185361360556456],[-73.15486505319113,41.185640360609476],[-73.15494505324327,41.18610236069733],[-73.15497305326153,41.18626436072813],[-73.15502505329545,41.18656536078537],[-73.15506405331169,41.18662936079663],[-73.15513305334028,41.18673936081593],[-73.15513805334736,41.186835360834564],[-73.15514205335298,41.186911360849315],[-73.15506905333774,41.187059360880646],[-73.15507705334873,41.18720736090936],[-73.15519305340128,41.18747136095728],[-73.15518405340086,41.187515360966174],[-73.1551560534002,41.18766336099606],[-73.1550620533866,41.18795936105704],[-73.15496005336357,41.1881353610948],[-73.15486505336649,41.188728361213954],[-73.15482105336004,41.18886536124219],[-73.15488705340944,41.18935936133676],[-73.15489605341429,41.18939336134312],[-73.15501005347328,41.189782361415574],[-73.15511605351999,41.190000361454814],[-73.15494305346779,41.19006736147353],[-73.15455605335111,41.190218361515626],[-73.15442305331061,41.190263361528736],[-73.15424805325738,41.19032336154617],[-73.15416805323306,41.19035136155423],[-73.15405605319914,41.190392361565884],[-73.15348205302527,41.190602361625594],[-73.15329105296742,41.19067236164548],[-73.15318205293447,41.19071336165705],[-73.152856052836,41.1908373616919],[-73.1527480528034,41.1908793617036],[-73.15171105248659,41.191211361802196],[-73.15127605235514,41.19137636184858],[-73.15082605221824,41.191530361893314],[-73.15075805219844,41.191569361903156],[-73.15073605219223,41.19158536190699],[-73.14983705191949,41.19190736199916],[-73.14944105179968,41.19205436204076],[-73.14902105167167,41.19219436208177],[-73.1483580514725,41.1924663621565],[-73.14769605127195,41.19270836222532],[-73.147475051204,41.1927713622448],[-73.14652205091484,41.193112362342426],[-73.14645605089447,41.19312936234789],[-73.14626805083712,41.19319136236613],[-73.14597105074667,41.193291362395314],[-73.14570805066715,41.19339036242322],[-73.14552305061123,41.193460362442906],[-73.1453420505556,41.19351236245895],[-73.14520605051445,41.19356336247334],[-73.14474005037219,41.193714362517994],[-73.1443440502528,41.19386936256115],[-73.14434305025249,41.193869362561195],[-73.1441930502067,41.193918362575644],[-73.14399005014582,41.19400336259885],[-73.14377305008024,41.194085362621934],[-73.14332104994504,41.194281362674936],[-73.14226904963158,41.194758362802375],[-73.14126404933054,41.19518636291872]]]},"properties":{"name":802,"geoid":"09001080200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.13670204737983,41.186836361431986],[-73.13649504731332,41.186845361440454],[-73.13642504729093,41.1868503614437],[-73.13600604715701,41.18688036146314],[-73.13559404702467,41.18689836148],[-73.13541504696724,41.18690736148756],[-73.13531904693707,41.18692336149381],[-73.13510804687053,41.18695436150671],[-73.13498704683244,41.18697336151435],[-73.13447304666934,41.187031361542346],[-73.13428504660973,41.18705336155273],[-73.13426704660306,41.187038361550385],[-73.13430904659837,41.18671636148599],[-73.1344340465853,41.185772361297126],[-73.13443404658422,41.18575336129341],[-73.1344510465714,41.18543036122962],[-73.13444904656818,41.18538536122087],[-73.13444504655936,41.18525236119497],[-73.13444404655652,41.18520836118639],[-73.13444104655007,41.18511136116749],[-73.1344400465477,41.18507536116048],[-73.13444004653323,41.18482036111055],[-73.13444004652777,41.18472436109177],[-73.13443104651692,41.184584361064644],[-73.13442004650179,41.184380361025056],[-73.13441504648803,41.184166360983326],[-73.13441204647917,41.18402736095621],[-73.13438504645069,41.18367936088893],[-73.13437904642953,41.18334036082277],[-73.13436504640377,41.18296636075],[-73.13438804639055,41.18260236067799],[-73.13441504639952,41.182606360677894],[-73.13486504654848,41.182664360674686],[-73.1353140466965,41.18271136066935],[-73.13544204673958,41.182740360670884],[-73.13579304685693,41.18280636067243],[-73.13622204699983,41.18287736067244],[-73.13644104703158,41.182187360530264],[-73.13652904704446,41.18191236047357],[-73.13678704707444,41.180968360280396],[-73.13694404709763,41.18048136017995],[-73.13707504711915,41.180113360103654],[-73.13711504712586,41.180003360080825],[-73.13733804716612,41.17944035996338],[-73.13721204712454,41.17942635996471],[-73.13710904709119,41.17942635996805],[-73.13706704707742,41.17942335996881],[-73.13696804704514,41.17941935997123],[-73.13675104697514,41.17942335997904],[-73.13643004687124,41.17942335998943],[-73.13625404681399,41.17941835999415],[-73.1359840467262,41.179411360001524],[-73.13580204666735,41.17941236000762],[-73.13525804649159,41.17941836002641],[-73.13507704643312,41.17942036003265],[-73.13462704628809,41.17943136004936],[-73.13418004614329,41.17942936006345],[-73.13374204600152,41.179429360077634],[-73.13330704586001,41.17941736008937],[-73.13326304584561,41.17941436009019],[-73.13299404575854,41.1794143600989],[-73.13274904567984,41.179425360108986],[-73.1323530455519,41.17942936012259],[-73.13210104547046,41.17943136013114],[-73.13168204533437,41.17942336014313],[-73.13163604531937,41.179421360144225],[-73.1315010452755,41.17941836014802],[-73.13145604526095,41.17941836014948],[-73.13092404508849,41.1794143601659],[-73.13036904490929,41.17942236018544],[-73.13029004488463,41.17943836019113],[-73.13025004485054,41.17906536011939],[-73.13027304483766,41.178707360048534],[-73.13018204474128,41.17752635982022],[-73.13014204467162,41.1765263596257],[-73.13023804469432,41.17637835959362],[-73.13023104469188,41.176375359593244],[-73.13012804465798,41.17636535959461],[-73.1301410446509,41.17616635955523],[-73.13013904464158,41.176013359525335],[-73.13006504460577,41.17580435948681],[-73.12966804443606,41.175077359357296],[-73.12928204426986,41.1743493592272],[-73.12904004416862,41.17394535915592],[-73.12880104406801,41.17353535908337],[-73.12872704403553,41.17338435905617],[-73.12861704399162,41.173238359031146],[-73.12854004395969,41.17311435900936],[-73.12851204394813,41.17307035900164],[-73.1284940439407,41.17304235899675],[-73.12844004391847,41.17295835898205],[-73.12842204391113,41.17293135897733],[-73.12830004386035,41.17273235894231],[-73.12806804376366,41.17235135887521],[-73.12791804370373,41.17215035884068],[-73.12790304369773,41.17213035883726],[-73.12776704364488,41.17197435881111],[-73.12766404360485,41.17185635879134],[-73.12761604358613,41.171800358781915],[-73.12734804348302,41.17151135873399],[-73.12724204344225,41.17139735871508],[-73.12739804348492,41.17125935868302],[-73.12776304358508,41.17094235860911],[-73.1278680436137,41.17084735858711],[-73.12802404365637,41.17070935855504],[-73.12857004380533,41.17021935844141],[-73.12907904394848,41.169838358350304],[-73.1296470441083,41.169414358248886],[-73.12980504415349,41.16930935822322],[-73.1299810442044,41.16920235819656],[-73.13032404430601,41.16903635815294],[-73.1304990443592,41.168975358135334],[-73.1306620444081,41.16890735811673],[-73.13100904451531,41.168817358087885],[-73.13130604460912,41.16877635807024],[-73.13161004470672,41.16876235805766],[-73.13213804487778,41.16876535804118],[-73.13264604504435,41.16880335803217],[-73.13290204512981,41.1688493580329],[-73.13322204523674,41.16890835803411],[-73.13378304542285,41.16898835803161],[-73.1342600455787,41.169014358021265],[-73.1345000456562,41.169011358012916],[-73.13467104571065,41.16899535800425],[-73.13499404581349,41.16896535798792],[-73.1352490458937,41.168924357971626],[-73.13539404593864,41.168889357960076],[-73.13583804607622,41.16878135792457],[-73.1358810460892,41.168764357919834],[-73.1362680462064,41.168622357879514],[-73.13643404625667,41.16856135786217],[-73.13693104640714,41.168378357810255],[-73.1370980464578,41.1683183577931],[-73.13726504650839,41.16825735777574],[-73.13776504665995,41.16807635772411],[-73.13793304671093,41.168016357706925],[-73.13809504675996,41.167956357689924],[-73.13858404690802,41.167776357638836],[-73.13874704695743,41.16771735762201],[-73.13968304724013,41.167360357521794],[-73.14059304751567,41.16702535742672],[-73.14165404784136,41.16671335733127],[-73.14207504797388,41.166647357304704],[-73.14226004803359,41.16664435729812],[-73.14235304806357,41.16664235729473],[-73.14273004818598,41.166649357283895],[-73.14317304833145,41.166686357276795],[-73.14356104846014,41.16674135727502],[-73.14408204863801,41.16690435729007],[-73.14444604876486,41.16706435730961],[-73.14457604881115,41.167138357319914],[-73.14492904893419,41.167293357338835],[-73.14611504935199,41.16789235741775],[-73.14667904954848,41.16813835744767],[-73.14837405013907,41.168879357537904],[-73.14893905033594,41.16912635756798],[-73.1496340505785,41.169437357606384],[-73.15067405094157,41.169904357664166],[-73.15171705130608,41.1703793577234],[-73.15241105154863,41.1706953577628],[-73.15244705156134,41.170714357765355],[-73.15253205159148,41.17076035777162],[-73.15255805160052,41.17077135777292],[-73.15259605161383,41.17078935777522],[-73.15289005171682,41.17092735779271],[-73.15377505202679,41.17134235784533],[-73.15407005213014,41.17148135786299],[-73.15430305221174,41.171590357876774],[-73.15500205245657,41.171918357918365],[-73.15523605253854,41.172028357932334],[-73.1553620525825,41.172084357939205],[-73.15574205271518,41.172255357960395],[-73.15586905275951,41.172312357967435],[-73.15594505278605,41.172346357971634],[-73.15602305281332,41.17238235797616],[-73.15648505297521,41.17260035800388],[-73.15663905302922,41.172673358013185],[-73.15687705311242,41.172782358026815],[-73.15758005335827,41.17310535806729],[-73.15759205336244,41.17311035806787],[-73.15783205344613,41.17321635808086],[-73.15791905347928,41.17330435809526],[-73.1579480534899,41.17332635809863],[-73.15812505355476,41.17345935811895],[-73.15827205361079,41.17360835814336],[-73.15831105362545,41.17364435814913],[-73.1584300536702,41.17375435816684],[-73.1584590536818,41.173793358173526],[-73.15854605371659,41.173910358193616],[-73.15856305372341,41.173933358197566],[-73.15857305372772,41.173952358200964],[-73.15861305374503,41.17402935821475],[-73.15867405377142,41.17414635823567],[-73.15873905379875,41.17425735825531],[-73.15875405380503,41.17428235825972],[-73.15878405381764,41.17433335826874],[-73.15872505380251,41.17440335828435],[-73.15854905375747,41.17461335833117],[-73.15849105374272,41.17468435834697],[-73.15832805370013,41.17486335838729],[-73.15817305365961,41.17503335842561],[-73.15730605343293,41.175983358639705],[-73.15721905341023,41.176079358661326],[-73.15690105332719,41.176429358740165],[-73.15660005324708,41.17673435880963],[-73.15569905300757,41.17765235901857],[-73.15561905298632,41.177734359037224],[-73.15542505293756,41.17798135909187],[-73.15542305293715,41.177985359092716],[-73.15540005293504,41.17807935911186],[-73.15533105292944,41.178374359171855],[-73.15532805292943,41.17839135917528],[-73.15532105293195,41.178475359191964],[-73.15529605294223,41.1787993592562],[-73.15528405294727,41.178956359287334],[-73.15532005298633,41.179439359380744],[-73.15529505299732,41.179775359447326],[-73.15529105299942,41.17983535945921],[-73.15513605296152,41.18005135950652],[-73.15495005291615,41.18031235956365],[-73.15480805290707,41.18096235969551],[-73.1547630528967,41.18103635971145],[-73.15472205288792,41.18111535972825],[-73.1545660528658,41.1816153598312],[-73.15449505285551,41.18183835987716],[-73.15447505285567,41.18195535990071],[-73.15435205284533,41.1824743600063],[-73.1542320528385,41.18303836012061],[-73.15422605284223,41.18313836014038],[-73.15429805287252,41.18326136016213],[-73.15457405297792,41.18354436020858],[-73.1546140529919,41.18356236021081],[-73.1544870529581,41.18369136024019],[-73.15445905294973,41.18370336024344],[-73.15442105293988,41.18374636025309],[-73.15440005293438,41.18376936025828],[-73.15432705291428,41.183831360272784],[-73.15388305277999,41.18399736031967],[-73.15380605275675,41.18402736032803],[-73.15338605262771,41.184148360365334],[-73.15301905251316,41.1842233603919],[-73.15262805238973,41.18427836041534],[-73.15222705226181,41.18431136043479],[-73.1516810520851,41.18431136045248],[-73.15108805189229,41.18429636046876],[-73.15019705160235,41.18426936049235],[-73.14932905132117,41.18426536051968],[-73.148895051182,41.184288360538254],[-73.14845505103975,41.1842913605531],[-73.1474560507254,41.18445036061658],[-73.14698005057583,41.18452936064745],[-73.14643505040213,41.18457736067452],[-73.14493104991946,41.184650360737535],[-73.14346604944798,41.18469836079437],[-73.14331004939794,41.184706360800995],[-73.1431550493477,41.18470536080582],[-73.14307404932173,41.18470936080922],[-73.1430250493062,41.184715360811985],[-73.1429150492741,41.184777360827695],[-73.14281004924284,41.1848253608405],[-73.14235104911202,41.18513836091663],[-73.14196904900449,41.18542236098461],[-73.14191304898898,41.18546836099542],[-73.14178904895168,41.18551836100924],[-73.14177204894658,41.185525361011145],[-73.14143104884823,41.185737361063694],[-73.14125604879686,41.185830361087575],[-73.14107504874384,41.18592836111261],[-73.14073204864599,41.18616036116914],[-73.14060304860928,41.186249361190754],[-73.13993504841159,41.186576361276394],[-73.13977204836274,41.18664536129519],[-73.13965204832606,41.18668336130651],[-73.13961404831427,41.1866923613095],[-73.13947604827175,41.18673036132141],[-73.13920704818617,41.18675636133522],[-73.13904004813277,41.18676836134298],[-73.13873004803385,41.1867933613579],[-73.13854004797278,41.18680136136563],[-73.13837404791951,41.18680936137256],[-73.13803904781186,41.18682336138615],[-73.1378100477383,41.186833361395536],[-73.13723304755199,41.18684136141577],[-73.13703604748805,41.18683836142158],[-73.1369690474663,41.18683736142355],[-73.13670204737983,41.186836361431986]]]},"properties":{"name":804,"geoid":"09001080400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.15511605351999,41.190000361454814],[-73.15541405360986,41.18988436142244],[-73.15545605362233,41.18986436141716],[-73.15562405367345,41.18980736140057],[-73.1561140538228,41.18964436135277],[-73.15629405387895,41.1896073613397],[-73.15718005414797,41.1892943612497],[-73.15735505420109,41.18923236123191],[-73.1578800543607,41.18905036117926],[-73.15805605441425,41.18899036116181],[-73.15894305468267,41.18866136106866],[-73.15959605488186,41.18844736100561],[-73.1598140549479,41.18836736098289],[-73.16049305515385,41.188124360913314],[-73.16115405535315,41.18786636084137],[-73.16162605549702,41.18770936079534],[-73.16209405563917,41.18754536074807],[-73.16253605577292,41.187381360701636],[-73.16265105580776,41.18733936068969],[-73.16387705618118,41.18692736056928],[-73.16432505631771,41.186778360525594],[-73.16443205634997,41.18673636051391],[-73.1645780563942,41.186683360498805],[-73.16534105662554,41.186408360420224],[-73.16534305662618,41.18640836042016],[-73.16547205666652,41.18638336041109],[-73.16560905671045,41.18637636040528],[-73.16594605682045,41.18639236039748],[-73.16645405698632,41.18641836038609],[-73.16695805715123,41.186449360375825],[-73.16729605726182,41.18647036036897],[-73.16785405744368,41.18649236035519],[-73.16871405772402,41.18652736033414],[-73.1695280579902,41.18657536031715],[-73.17008605817274,41.186609360305695],[-73.17020405821134,41.18661636030325],[-73.17056105832806,41.186637360295784],[-73.17068105836731,41.18664436029326],[-73.17089505843724,41.18665636028867],[-73.17094805846565,41.186854360325704],[-73.17099005850216,41.18725736040322],[-73.17100605851557,41.187402360431086],[-73.17138405869498,41.18840636061535],[-73.17139605870057,41.18843636062081],[-73.17152805876324,41.188787360685254],[-73.17155005877224,41.188820360691],[-73.1716190588002,41.188919360708134],[-73.17162305880179,41.188924360708995],[-73.17162905880566,41.188958360715446],[-73.17163505880941,41.188990360721505],[-73.1716530588208,41.1890883607401],[-73.17165905882462,41.18912136074637],[-73.17183605889427,41.1893383607831],[-73.17183405889553,41.189372360789825],[-73.1718220589108,41.18970936085618],[-73.1717980589376,41.19031736097595],[-73.17179805893777,41.190320360976536],[-73.17192805899599,41.19060436102791],[-73.17170605895404,41.191130361138065],[-73.17169505895208,41.1911583611439],[-73.17156405894774,41.191828361279285],[-73.17150605897423,41.19262436143695],[-73.17154805899908,41.19282236147433],[-73.17156705901019,41.19290936149075],[-73.17163605905064,41.193228361550936],[-73.17163605905957,41.19338536158166],[-73.17157405903882,41.19337336158132],[-73.1715350590258,41.19336636158121],[-73.17138805897697,41.19334436158168],[-73.17132705895676,41.1933363615821],[-73.17130605894978,41.19333336158219],[-73.17110505888475,41.193333361588714],[-73.17085105880254,41.193333361596956],[-73.17044105867063,41.193347361612986],[-73.17022005859955,41.19335536162173],[-73.17012005856763,41.19336336162653],[-73.16997605852181,41.19337736163394],[-73.16982305847183,41.19336936163734],[-73.1697240584395,41.19336436163957],[-73.16964705841511,41.193373361643815],[-73.16953005837807,41.19338836165055],[-73.16941605834154,41.193394361655436],[-73.16933905831688,41.19339936165891],[-73.1692290582815,41.193403361663265],[-73.16889805817506,41.19341536167635],[-73.16878905814005,41.19342036168086],[-73.16871605811649,41.19342136168343],[-73.16860705808132,41.19342336168734],[-73.1684990580468,41.193431361692426],[-73.16842705802385,41.19343736169592],[-73.16830505798424,41.19343536169949],[-73.16812405792555,41.19343336170497],[-73.16794205786732,41.19344536171322],[-73.16782105782865,41.19345436171891],[-73.1677540578068,41.19345136172049],[-73.16765905777584,41.1934473617228],[-73.16755405774252,41.19345936172853],[-73.16748805772167,41.19346836173244],[-73.16736505768185,41.193468361736436],[-73.16718805762468,41.19347036174257],[-73.16699705756376,41.193486361751894],[-73.16687505752489,41.193497361758],[-73.16652105741026,41.193496361769284],[-73.16546205706742,41.193495361803436],[-73.16510905695317,41.193495361814875],[-73.16474605683658,41.19351136182979],[-73.16440505672676,41.19352136184281],[-73.16384305654589,41.19353936186455],[-73.16384205654548,41.193538361864384],[-73.1637960565306,41.19353836186588],[-73.16326405635955,41.193558361887035],[-73.16274305619176,41.19357336190688],[-73.16266305616644,41.19358336191142],[-73.16222005602344,41.193590361927164],[-73.16176305587739,41.19362336194844],[-73.16165905584327,41.19361536195024],[-73.161347055742,41.19361036195938],[-73.16110405566187,41.193584361962166],[-73.16083905557409,41.19354936196391],[-73.16038805542338,41.193466361962294],[-73.16028805538971,41.19344336196103],[-73.16013105533696,41.19340936195947],[-73.15998805528965,41.193391361960586],[-73.15988705525628,41.193379361961505],[-73.1596290551685,41.193304361955185],[-73.1593840550864,41.19325536195355],[-73.1588650549117,41.19313736194728],[-73.15841605476137,41.19304936194461],[-73.1583610547417,41.19301636193994],[-73.15832305473036,41.19303336194448],[-73.15795305460615,41.19295536194123],[-73.1575330544663,41.192886361941326],[-73.15710005432166,41.192807361939906],[-73.15668605418185,41.19270536193336],[-73.15657405414399,41.19267736193152],[-73.15616805401054,41.192641361937625],[-73.15576505387611,41.19257136193701],[-73.15566205384242,41.19256536193917],[-73.15515505367814,41.192562361955],[-73.15469205352719,41.1925433619663],[-73.15426205338777,41.19253936197945],[-73.15389805327001,41.19254036199144],[-73.15382005324481,41.19254136199416],[-73.15383105324473,41.192477361981275],[-73.15389705325332,41.1922523619351],[-73.15396905327009,41.19213736191026],[-73.15415105332242,41.19202136188164],[-73.15425305334902,41.19190836185622],[-73.15427505335477,41.19188436185083],[-73.15428205335425,41.19183536184101],[-73.1543690533799,41.191791361829594],[-73.1545820534468,41.19175536181562],[-73.15470405348523,41.19173636180795],[-73.15481305351587,41.19165436178837],[-73.154966053546,41.19131336171667],[-73.15502405354708,41.19100136165372],[-73.15500205353494,41.19091336163721],[-73.1550240535352,41.190792361612814],[-73.15502205353319,41.19076836160817],[-73.15500905351227,41.19047436155104],[-73.15507305352855,41.190396361533715],[-73.15510405353643,41.19035836152526],[-73.15512705354206,41.19032636151826],[-73.1551770535545,41.190260361503725],[-73.15517005354377,41.19011136147477],[-73.15515405353678,41.190079361469024],[-73.15511605351999,41.190000361454814]]]},"properties":{"name":737,"geoid":"09001073700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.17396005985285,41.19410736164757],[-73.17351705969729,41.19389336162006],[-73.1734600596773,41.19386636161662],[-73.17299205951446,41.19366636159267],[-73.17221205925033,41.193461361577846],[-73.1721170592189,41.19344936157859],[-73.17204105919377,41.1934403615793],[-73.17190305914993,41.19345436158652],[-73.1716650590693,41.1933913615819],[-73.17163605905957,41.19338536158166],[-73.17163605905064,41.193228361550936],[-73.17156705901019,41.19290936149075],[-73.17154805899908,41.19282236147433],[-73.17150605897423,41.19262436143695],[-73.17156405894774,41.191828361279285],[-73.17169505895208,41.1911583611439],[-73.17170605895404,41.191130361138065],[-73.17192805899599,41.19060436102791],[-73.17179805893777,41.190320360976536],[-73.1717980589376,41.19031736097595],[-73.1718220589108,41.18970936085618],[-73.17183405889553,41.189372360789825],[-73.17183605889427,41.1893383607831],[-73.17165905882462,41.18912136074637],[-73.1716530588208,41.1890883607401],[-73.17163505880941,41.188990360721505],[-73.17162905880566,41.188958360715446],[-73.17162305880179,41.188924360708995],[-73.1716190588002,41.188919360708134],[-73.17155005877224,41.188820360691],[-73.17152805876324,41.188787360685254],[-73.17139605870057,41.18843636062081],[-73.17138405869498,41.18840636061535],[-73.17100605851557,41.187402360431086],[-73.17099005850216,41.18725736040322],[-73.17094805846565,41.186854360325704],[-73.17089505843724,41.18665636028867],[-73.17085305841496,41.18650336026009],[-73.17089805842339,41.18639536023748],[-73.1709650584361,41.18623736020437],[-73.17103305844873,41.186072360169874],[-73.17107905845754,41.185965360147435],[-73.17107105845193,41.18591236013734],[-73.17105705844166,41.18581136011802],[-73.17106305844042,41.18575536010686],[-73.17106905843939,41.18570336009648],[-73.17186805870051,41.185747360079176],[-73.17426705948446,41.18587936002721],[-73.17506705974594,41.18592436001007],[-73.17523205979974,41.18593136000607],[-73.17572905996178,41.18595235999408],[-73.17589506001597,41.185960359990254],[-73.17634706016214,41.185958359975196],[-73.17770306060079,41.18595435993043],[-73.17815606074734,41.18595335991554],[-73.17869406092022,41.18593135989377],[-73.1790530610356,41.18591735987939],[-73.18030506143376,41.18579335981449],[-73.18084206160455,41.1857403597867],[-73.18084106160582,41.18576835979221],[-73.18084106160815,41.185809359800245],[-73.18083406160837,41.18585335980909],[-73.18083006160873,41.18588235981488],[-73.18081606161829,41.186130359863874],[-73.1807960616335,41.18651135993911],[-73.18077206164648,41.18687636001132],[-73.18075606165546,41.187125360060584],[-73.1807490616661,41.18735236010524],[-73.18073906168145,41.18767936016956],[-73.18072106169582,41.188034360239634],[-73.18071106170552,41.18826236028458],[-73.18069906171286,41.188459360323534],[-73.18068206172345,41.18874236037947],[-73.18065606173272,41.189053360441186],[-73.18064006173879,41.18925136048046],[-73.18063006174643,41.189442360518164],[-73.18060106176968,41.190016360631446],[-73.18059206177769,41.19020836066932],[-73.18058606178342,41.19034336069593],[-73.18057906179332,41.19055736073803],[-73.18056406179933,41.190748360775906],[-73.18055406180383,41.19088436080286],[-73.18054906181001,41.19102136082982],[-73.18053406182852,41.191432360910746],[-73.18052906183469,41.19156936093774],[-73.18030706176211,41.19155636094237],[-73.17964506154573,41.191519360956626],[-73.17942406147353,41.191507360961445],[-73.17920406140175,41.19149736096662],[-73.17854606118725,41.19147036098269],[-73.17832706111585,41.19146136098805],[-73.17810706104407,41.19145136099323],[-73.17744706082887,41.191423361009164],[-73.17722706075713,41.19141436101453],[-73.17686506063889,41.19139536102256],[-73.17632506046259,41.1913683610348],[-73.17577906028446,41.19134336104761],[-73.17541706016635,41.19132736105623],[-73.17520306009665,41.19131936106161],[-73.17456205988799,41.19129836107828],[-73.17434905981864,41.19129136108383],[-73.17432305982132,41.191486361122834],[-73.17424505982933,41.192071361239854],[-73.174219059832,41.19226636127887],[-73.17419105983721,41.19251736132892],[-73.17411805985111,41.193177361460435],[-73.17409805985005,41.193272361479686],[-73.17406505984884,41.19343936151344],[-73.17405405985001,41.193522361530036],[-73.1740330598498,41.19363836155342],[-73.17400205984978,41.19381436158886],[-73.17397605985131,41.193989361623956],[-73.17396005985285,41.19410736164757]]]},"properties":{"name":738,"geoid":"09001073800"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.1883790640648,41.18610935961432],[-73.1885630641249,41.18611935961032],[-73.18882606421111,41.1861383596055],[-73.18945406461812,41.18972036028618],[-73.18923506454655,41.18970836029095],[-73.18883106441488,41.18969236030094],[-73.18812006418314,41.18966336031834],[-73.18807906418891,41.18999836038524],[-73.18801906419846,41.19050736048679],[-73.18792306419543,41.19100036058639],[-73.18785906419365,41.19133336065364],[-73.18784006419513,41.19146736068047],[-73.1878140641982,41.19166936072086],[-73.1877770641976,41.191869360761196],[-73.18775306419747,41.1920033607882],[-73.18752506412253,41.19198336079168],[-73.18718706401154,41.191955360797174],[-73.18684106389809,41.19192936080333],[-73.18661406382364,41.191912360807365],[-73.18552406346586,41.19182436082553],[-73.18507106331805,41.191803360836126],[-73.18486206324985,41.19179336084093],[-73.18423506304526,41.191764360855615],[-73.18402706297744,41.191755360860604],[-73.18383706291532,41.191744360864625],[-73.18326706272896,41.19171136087665],[-73.18307806266714,41.191700360880645],[-73.18290006260895,41.191690360884465],[-73.18236806243519,41.19166236089625],[-73.18219106237738,41.191653360900226],[-73.18185806226865,41.19163636090771],[-73.18086106194305,41.19158536093007],[-73.18052906183469,41.19156936093774],[-73.18053406182852,41.191432360910746],[-73.18054906181001,41.19102136082982],[-73.18055406180383,41.19088436080286],[-73.18056406179933,41.190748360775906],[-73.18057906179332,41.19055736073803],[-73.18058606178342,41.19034336069593],[-73.18059206177769,41.19020836066932],[-73.18060106176968,41.190016360631446],[-73.18063006174643,41.189442360518164],[-73.18064006173879,41.18925136048046],[-73.18065606173272,41.189053360441186],[-73.18068206172345,41.18874236037947],[-73.18069906171286,41.188459360323534],[-73.18071106170552,41.18826236028458],[-73.18072106169582,41.188034360239634],[-73.18073906168145,41.18767936016956],[-73.1807490616661,41.18735236010524],[-73.18075606165546,41.187125360060584],[-73.18077206164648,41.18687636001132],[-73.1807960616335,41.18651135993911],[-73.18081606161829,41.186130359863874],[-73.18083006160873,41.18588235981488],[-73.18083406160837,41.18585335980909],[-73.18084106160815,41.185809359800245],[-73.18084106160582,41.18576835979221],[-73.18084206160455,41.1857403597867],[-73.18121306172104,41.18567735976233],[-73.18233006207186,41.185489359689285],[-73.18270206218872,41.18542735966508],[-73.183060062298,41.18531135963076],[-73.18404006259725,41.184996359537294],[-73.1841320626247,41.1849553595263],[-73.18447706272771,41.184803359485336],[-73.1844970627336,41.18479335948273],[-73.18456006275228,41.18476335947483],[-73.18458106275858,41.18475435947238],[-73.18521706293019,41.18415235933389],[-73.18577506307517,41.18352635919326],[-73.18587106309914,41.183401359165664],[-73.18616006317146,41.18302835908328],[-73.1862570631958,41.18290435905587],[-73.18792106376787,41.18349435911733],[-73.1888790641524,41.18480435934268],[-73.1883790640648,41.18610935961432]]]},"properties":{"name":739,"geoid":"09001073900"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.17106905843939,41.18570336009648],[-73.17107205843868,41.18567336009052],[-73.17107905843787,41.18561936007972],[-73.17110205844384,41.185593360073874],[-73.17112305844944,41.18557236006909],[-73.1711660584607,41.185525360058485],[-73.17125305848356,41.185432360037474],[-73.17126705848447,41.185368360024476],[-73.17128205848579,41.18530636001186],[-73.17175605859822,41.184585359855355],[-73.1731800589363,41.18242435938615],[-73.17365605904946,41.18170435922976],[-73.17407205914454,41.18100835908001],[-73.17532305943077,41.17892035863067],[-73.17574005952625,41.17822535848108],[-73.17591105956471,41.1779283584174],[-73.17642405968012,41.17703735822631],[-73.17659605971896,41.17674135816277],[-73.17736805990697,41.175653357924716],[-73.17968306047085,41.172391357210955],[-73.18045606065922,41.17130435697304],[-73.18121606094041,41.17192435706978],[-73.1834960617839,41.17378435736002],[-73.1842570620654,41.174404357456716],[-73.18567506269467,41.17740235799767],[-73.18604206292754,41.17940935837867],[-73.1859710629467,41.180151358526246],[-73.18575906300472,41.18237835896906],[-73.1857540630065,41.18243835898097],[-73.1862570631958,41.18290435905587],[-73.18616006317146,41.18302835908328],[-73.18587106309914,41.183401359165664],[-73.18577506307517,41.18352635919326],[-73.18521706293019,41.18415235933389],[-73.18458106275858,41.18475435947238],[-73.18456006275228,41.18476335947483],[-73.1844970627336,41.18479335948273],[-73.18447706272771,41.184803359485336],[-73.1841320626247,41.1849553595263],[-73.18404006259725,41.184996359537294],[-73.183060062298,41.18531135963076],[-73.18270206218872,41.18542735966508],[-73.18233006207186,41.185489359689285],[-73.18121306172104,41.18567735976233],[-73.18084206160455,41.1857403597867],[-73.18030506143376,41.18579335981449],[-73.1790530610356,41.18591735987939],[-73.17869406092022,41.18593135989377],[-73.17815606074734,41.18595335991554],[-73.17770306060079,41.18595435993043],[-73.17634706016214,41.185958359975196],[-73.17589506001597,41.185960359990254],[-73.17572905996178,41.18595235999408],[-73.17523205979974,41.18593136000607],[-73.17506705974594,41.18592436001007],[-73.17426705948446,41.18587936002721],[-73.17186805870051,41.185747360079176],[-73.17106905843939,41.18570336009648]]]},"properties":{"name":740,"geoid":"09001074000"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.17659605971896,41.17674135816277],[-73.17642405968012,41.17703735822631],[-73.17591105956471,41.1779283584174],[-73.17574005952625,41.17822535848108],[-73.17532305943077,41.17892035863067],[-73.17407205914454,41.18100835908001],[-73.17365605904946,41.18170435922976],[-73.1731800589363,41.18242435938615],[-73.17175605859822,41.184585359855355],[-73.17128205848579,41.18530636001186],[-73.17126705848447,41.185368360024476],[-73.17125305848356,41.185432360037474],[-73.1711660584607,41.185525360058485],[-73.17112305844944,41.18557236006909],[-73.17110205844384,41.185593360073874],[-73.17107905843787,41.18561936007972],[-73.17107205843868,41.18567336009052],[-73.17106905843939,41.18570336009648],[-73.17106305844042,41.18575536010686],[-73.17105705844166,41.18581136011802],[-73.17107105845193,41.18591236013734],[-73.17107905845754,41.185965360147435],[-73.17103305844873,41.186072360169874],[-73.1709650584361,41.18623736020437],[-73.17089805842339,41.18639536023748],[-73.17085305841496,41.18650336026009],[-73.17089505843724,41.18665636028867],[-73.17068105836731,41.18664436029326],[-73.17056105832806,41.186637360295784],[-73.17020405821134,41.18661636030325],[-73.17008605817274,41.186609360305695],[-73.1695280579902,41.18657536031715],[-73.16871405772402,41.18652736033414],[-73.16785405744368,41.18649236035519],[-73.16729605726182,41.18647036036897],[-73.16695805715123,41.186449360375825],[-73.16645405698632,41.18641836038609],[-73.16594605682045,41.18639236039748],[-73.16560905671045,41.18637636040528],[-73.16547205666652,41.18638336041109],[-73.16534305662618,41.18640836042016],[-73.16534105662554,41.186408360420224],[-73.1645780563942,41.186683360498805],[-73.16443205634997,41.18673636051391],[-73.16432505631771,41.186778360525594],[-73.16387705618118,41.18692736056928],[-73.16265105580776,41.18733936068969],[-73.16253605577292,41.187381360701636],[-73.16209405563917,41.18754536074807],[-73.16162605549702,41.18770936079534],[-73.16115405535315,41.18786636084137],[-73.16049305515385,41.188124360913314],[-73.1598140549479,41.18836736098289],[-73.15959605488186,41.18844736100561],[-73.15894305468267,41.18866136106866],[-73.15805605441425,41.18899036116181],[-73.1578800543607,41.18905036117926],[-73.15735505420109,41.18923236123191],[-73.15718005414797,41.1892943612497],[-73.15629405387895,41.1896073613397],[-73.1561140538228,41.18964436135277],[-73.15562405367345,41.18980736140057],[-73.15545605362233,41.18986436141716],[-73.15541405360986,41.18988436142244],[-73.15511605351999,41.190000361454814],[-73.15501005347328,41.189782361415574],[-73.15489605341429,41.18939336134312],[-73.15488705340944,41.18935936133676],[-73.15482105336004,41.18886536124219],[-73.15486505336649,41.188728361213954],[-73.15496005336357,41.1881353610948],[-73.1550620533866,41.18795936105704],[-73.1551560534002,41.18766336099606],[-73.15518405340086,41.187515360966174],[-73.15519305340128,41.18747136095728],[-73.15507705334873,41.18720736090936],[-73.15506905333774,41.187059360880646],[-73.15514205335298,41.186911360849315],[-73.15513805334736,41.186835360834564],[-73.15513305334028,41.18673936081593],[-73.15506405331169,41.18662936079663],[-73.15502505329545,41.18656536078537],[-73.15497305326153,41.18626436072813],[-73.15494505324327,41.18610236069733],[-73.15486505319113,41.185640360609476],[-73.15481605315942,41.185361360556456],[-73.15481505315854,41.18535136055453],[-73.15476505312589,41.18506136049937],[-73.15473205310191,41.18482736045463],[-73.1546780530628,41.18444636038179],[-73.15446805296207,41.183869360275644],[-73.15446105295828,41.18384236027058],[-73.1544870529581,41.18369136024019],[-73.1546140529919,41.18356236021081],[-73.15509905312457,41.1831343601113],[-73.1555540532518,41.182781360027455],[-73.15563005327516,41.18275936002069],[-73.15626905345819,41.182340359917944],[-73.15641905349447,41.182124359870805],[-73.15643205349886,41.18212735987098],[-73.15649905352542,41.18221335988564],[-73.1569940536694,41.181927359813585],[-73.15738005378218,41.18171335975919],[-73.15745705380465,41.181670359748274],[-73.1575740538389,41.18160635973195],[-73.1576830538698,41.181529359713345],[-73.15775705389092,41.18147935970116],[-73.15785405391902,41.18142135968666],[-73.15799705396059,41.18133835966577],[-73.158137054,41.181234359640875],[-73.15822905402602,41.181168359624984],[-73.15831305405054,41.18112135961305],[-73.1584380540872,41.181054359595876],[-73.15856505412394,41.180977359576694],[-73.15864805414795,41.180927359564215],[-73.15875905418036,41.18086535954848],[-73.15909205427775,41.180682359501866],[-73.15920405431052,41.18062135948629],[-73.15932805434798,41.18057435947306],[-73.1597040544617,41.18043335943329],[-73.15982905449951,41.18038735942021],[-73.15985705450791,41.180375359416956],[-73.15994205453343,41.18034035940735],[-73.1599710545422,41.180329359404254],[-73.16011805458687,41.180278359389504],[-73.16056305472229,41.18012635934534],[-73.16071105476735,41.18007635933074],[-73.16087605481728,41.18001535931346],[-73.16112205489185,41.179926359288054],[-73.16137405496819,41.17983435926188],[-73.16154105501889,41.17977535924491],[-73.16176805508775,41.1796943592217],[-73.16207205518,41.179586359190694],[-73.16244805529392,41.17944935915169],[-73.16267505536273,41.17936735912827],[-73.1628870554271,41.17929235910672],[-73.1635260556213,41.17907035904254],[-73.16373905568604,41.17899635902115],[-73.1645960559458,41.17868635893267],[-73.16509905610012,41.1785373588872],[-73.16563205626302,41.178368358836835],[-73.1660970564057,41.17823035879474],[-73.16667005658091,41.178050358740926],[-73.1667800566147,41.178018358731094],[-73.16691805665714,41.17797935871899],[-73.16711005671581,41.17791835870081],[-73.16722005674949,41.1778843586906],[-73.167284056769,41.177863358684405],[-73.16747905682872,41.17780335866634],[-73.16754405684861,41.177783358660314],[-73.1677100568994,41.17773135864475],[-73.16796005697587,41.17765335862136],[-73.16821005705273,41.17758235859938],[-73.16837805710445,41.17753535858471],[-73.16855005715688,41.17747835856798],[-73.16880705723528,41.1773943585432],[-73.169073057317,41.17731735851951],[-73.1692480573708,41.17726735850403],[-73.1696940575074,41.17713135846295],[-73.17037405771487,41.176909358397445],[-73.17040905772573,41.176901358394744],[-73.17073505782584,41.176806358365575],[-73.17137005802142,41.17663135831072],[-73.17154105807198,41.17654735828874],[-73.17154105807143,41.17653735828677],[-73.17192605818865,41.17640735824883],[-73.17226205829128,41.176300358216984],[-73.1724450583483,41.1762613582034],[-73.1727400584381,41.17616135817428],[-73.17285905847389,41.17611335816102],[-73.17293805849934,41.17611135815806],[-73.1733140586205,41.17610235814411],[-73.17342605865448,41.17606235813265],[-73.1735360586907,41.176073358131234],[-73.17370105874609,41.176108358132744],[-73.17387705880611,41.1761623581376],[-73.17470805908681,41.17636935815118],[-73.17485805913702,41.176398358151985],[-73.17507805921025,41.176434358151894],[-73.17527905928053,41.1765263581634],[-73.17531105929349,41.17657235817137],[-73.1761930595853,41.176684358164685],[-73.17659605971896,41.17674135816277]]]},"properties":{"name":743,"geoid":"09001074300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.1546140529919,41.18356236021081],[-73.15457405297792,41.18354436020858],[-73.15429805287252,41.18326136016213],[-73.15422605284223,41.18313836014038],[-73.1542320528385,41.18303836012061],[-73.15435205284533,41.1824743600063],[-73.15447505285567,41.18195535990071],[-73.15449505285551,41.18183835987716],[-73.1545660528658,41.1816153598312],[-73.15472205288792,41.18111535972825],[-73.1547630528967,41.18103635971145],[-73.15480805290707,41.18096235969551],[-73.15495005291615,41.18031235956365],[-73.15513605296152,41.18005135950652],[-73.15529105299942,41.17983535945921],[-73.15529505299732,41.179775359447326],[-73.15532005298633,41.179439359380744],[-73.15528405294727,41.178956359287334],[-73.15529605294223,41.1787993592562],[-73.15532105293195,41.178475359191964],[-73.15532805292943,41.17839135917528],[-73.15533105292944,41.178374359171855],[-73.15540005293504,41.17807935911186],[-73.15542305293715,41.177985359092716],[-73.15542505293756,41.17798135909187],[-73.15561905298632,41.177734359037224],[-73.15569905300757,41.17765235901857],[-73.15660005324708,41.17673435880963],[-73.15690105332719,41.176429358740165],[-73.15721905341023,41.176079358661326],[-73.15730605343293,41.175983358639705],[-73.15817305365961,41.17503335842561],[-73.15832805370013,41.17486335838729],[-73.15849105374272,41.17468435834697],[-73.15854905375747,41.17461335833117],[-73.15872505380251,41.17440335828435],[-73.15878405381764,41.17433335826874],[-73.1588460538342,41.17427135825458],[-73.1590330538843,41.17408835821269],[-73.15909605390125,41.17402735819871],[-73.15913805391183,41.17397435818696],[-73.15926405394376,41.173818358152346],[-73.15930705395472,41.17376635814077],[-73.15891805382503,41.17369935814024],[-73.15875505377068,41.17367135814004],[-73.1588240537829,41.173493358102945],[-73.15964905393099,41.17139835766597],[-73.15992405398039,41.17070035752038],[-73.16020505402547,41.16989235735304],[-73.16105105416185,41.1674703568513],[-73.1613330542073,41.16666335668413],[-73.16140205421947,41.16648435664683],[-73.16161305425727,41.16594735653482],[-73.16168305426983,41.16576935649771],[-73.16180705429181,41.165449356431004],[-73.16218305435915,41.16449135623118],[-73.16230905438181,41.164172356164634],[-73.16273105444331,41.16284935589184],[-73.16328205452382,41.1611253555363],[-73.16339205454068,41.16079535546809],[-73.16356105457399,41.160418355388785],[-73.1640720546753,41.15928935515109],[-73.16424205470898,41.15891335507192],[-73.16426705471358,41.15885135505896],[-73.16434305472778,41.15866835502064],[-73.16436905473279,41.15860835500805],[-73.1643770547281,41.15848035498272],[-73.16440205471443,41.15809635490669],[-73.16441105471013,41.15796935488152],[-73.16467905475528,41.15723635472925],[-73.16548705489203,41.155037354272295],[-73.16575605493753,41.15430535412018],[-73.16857505583036,41.153964353962046],[-73.17703605851025,41.15294435348801],[-73.17985605940345,41.15260535333019],[-73.1794430593483,41.153988353614515],[-73.1782030591827,41.15814035446803],[-73.17779105912796,41.15952435475246],[-73.17763105910643,41.16005735486207],[-73.1771530590427,41.16165935519133],[-73.17699405902157,41.16219335530108],[-73.1767810589931,41.162906355447625],[-73.17614105890746,41.16504535588729],[-73.17592905887938,41.165759356034],[-73.17585605886968,41.16600435608435],[-73.17585605889852,41.16651235618382],[-73.17585605892077,41.166904356260595],[-73.1769250593558,41.16847335653318],[-73.17735605953109,41.169104356642784],[-73.17797605975674,41.16954435670884],[-73.1798360604336,41.170864356907],[-73.18045606065922,41.17130435697304],[-73.17968306047085,41.172391357210955],[-73.17736805990697,41.175653357924716],[-73.17659605971896,41.17674135816277],[-73.1761930595853,41.176684358164685],[-73.17531105929349,41.17657235817137],[-73.17527905928053,41.1765263581634],[-73.17507805921025,41.176434358151894],[-73.17485805913702,41.176398358151985],[-73.17470805908681,41.17636935815118],[-73.17387705880611,41.1761623581376],[-73.17370105874609,41.176108358132744],[-73.1735360586907,41.176073358131234],[-73.17342605865448,41.17606235813265],[-73.1733140586205,41.17610235814411],[-73.17293805849934,41.17611135815806],[-73.17285905847389,41.17611335816102],[-73.1727400584381,41.17616135817428],[-73.1724450583483,41.1762613582034],[-73.17226205829128,41.176300358216984],[-73.17192605818865,41.17640735824883],[-73.17154105807143,41.17653735828677],[-73.17154105807198,41.17654735828874],[-73.17137005802142,41.17663135831072],[-73.17073505782584,41.176806358365575],[-73.17040905772573,41.176901358394744],[-73.17037405771487,41.176909358397445],[-73.1696940575074,41.17713135846295],[-73.1692480573708,41.17726735850403],[-73.169073057317,41.17731735851951],[-73.16880705723528,41.1773943585432],[-73.16855005715688,41.17747835856798],[-73.16837805710445,41.17753535858471],[-73.16821005705273,41.17758235859938],[-73.16796005697587,41.17765335862136],[-73.1677100568994,41.17773135864475],[-73.16754405684861,41.177783358660314],[-73.16747905682872,41.17780335866634],[-73.167284056769,41.177863358684405],[-73.16722005674949,41.1778843586906],[-73.16711005671581,41.17791835870081],[-73.16691805665714,41.17797935871899],[-73.1667800566147,41.178018358731094],[-73.16667005658091,41.178050358740926],[-73.1660970564057,41.17823035879474],[-73.16563205626302,41.178368358836835],[-73.16509905610012,41.1785373588872],[-73.1645960559458,41.17868635893267],[-73.16373905568604,41.17899635902115],[-73.1635260556213,41.17907035904254],[-73.1628870554271,41.17929235910672],[-73.16267505536273,41.17936735912827],[-73.16244805529392,41.17944935915169],[-73.16207205518,41.179586359190694],[-73.16176805508775,41.1796943592217],[-73.16154105501889,41.17977535924491],[-73.16137405496819,41.17983435926188],[-73.16112205489185,41.179926359288054],[-73.16087605481728,41.18001535931346],[-73.16071105476735,41.18007635933074],[-73.16056305472229,41.18012635934534],[-73.16011805458687,41.180278359389504],[-73.1599710545422,41.180329359404254],[-73.15994205453343,41.18034035940735],[-73.15985705450791,41.180375359416956],[-73.15982905449951,41.18038735942021],[-73.1597040544617,41.18043335943329],[-73.15932805434798,41.18057435947306],[-73.15920405431052,41.18062135948629],[-73.15909205427775,41.180682359501866],[-73.15875905418036,41.18086535954848],[-73.15864805414795,41.180927359564215],[-73.15856505412394,41.180977359576694],[-73.1584380540872,41.181054359595876],[-73.15831305405054,41.18112135961305],[-73.15822905402602,41.181168359624984],[-73.158137054,41.181234359640875],[-73.15799705396059,41.18133835966577],[-73.15785405391902,41.18142135968666],[-73.15775705389092,41.18147935970116],[-73.1576830538698,41.181529359713345],[-73.1575740538389,41.18160635973195],[-73.15745705380465,41.181670359748274],[-73.15738005378218,41.18171335975919],[-73.1569940536694,41.181927359813585],[-73.15649905352542,41.18221335988564],[-73.15643205349886,41.18212735987098],[-73.15641905349447,41.182124359870805],[-73.15626905345819,41.182340359917944],[-73.15563005327516,41.18275936002069],[-73.1555540532518,41.182781360027455],[-73.15509905312457,41.1831343601113],[-73.1546140529919,41.18356236021081]]]},"properties":{"name":744,"geoid":"09001074400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.22029907804963,41.250167371103736],[-73.22008107797592,41.2501123711001],[-73.2197530778651,41.250031371094934],[-73.219433077756,41.249935371086615],[-73.21921907768312,41.24987237108125],[-73.21905107762603,41.249825371077556],[-73.2187990775405,41.24975637107227],[-73.21855007745556,41.24968037106552],[-73.21838407739895,41.24963037106115],[-73.21815307731988,41.24955537105402],[-73.21778007719224,41.24943537104272],[-73.21745807708274,41.24934337103524],[-73.21722507700353,41.24927737102992],[-73.21691207689739,41.24919337102369],[-73.21597407657929,41.248941371004996],[-73.21566207647348,41.24885737099873],[-73.21540007638401,41.24877637099143],[-73.21499907624717,41.248653370980456],[-73.21461607611619,41.24853137096908],[-73.21435607602734,41.248449370961495],[-73.21380907584106,41.24828837094786],[-73.21379407583595,41.24828437094757],[-73.21343507571875,41.248267370955915],[-73.21316507563836,41.24839037098875],[-73.2128290755454,41.248667371053806],[-73.21277107553097,41.24874337107055],[-73.21265607550242,41.24889537110398],[-73.21249407546546,41.24916637116222],[-73.21220407539963,41.249657371267595],[-73.21207107536735,41.24984637130885],[-73.21185907531597,41.25014837137476],[-73.2116830752731,41.25039537142875],[-73.21149207522971,41.250718371498074],[-73.21127307517429,41.250989371558155],[-73.21107707512648,41.25126337161807],[-73.2110420751135,41.25123437161354],[-73.21084107504309,41.25114137160192],[-73.21007807485732,41.252213371836206],[-73.20999007483316,41.25228937185391],[-73.20968207474013,41.2524063718868],[-73.20947607467451,41.25242537189722],[-73.2092560746027,41.252415371902416],[-73.20907207453993,41.25235937189747],[-73.20884007445821,41.252243371882344],[-73.20866307439294,41.25210437186096],[-73.20818807425006,41.25229537191373],[-73.20770507410339,41.25246537196266],[-73.20771707412183,41.25272037201209],[-73.20773607415062,41.25311637208885],[-73.207740074173,41.25348537216082],[-73.20774407418892,41.2537413722107],[-73.20758607414662,41.25389637224613],[-73.20720607404513,41.25427337233215],[-73.20711507402073,41.254362372352496],[-73.206992073988,41.254486372380725],[-73.20695907397914,41.25451837238804],[-73.20647507378193,41.25380937226528],[-73.20635807373763,41.25369737224721],[-73.20627207370511,41.25361537223399],[-73.20528707335595,41.253086372162656],[-73.20412707294757,41.25251237208826],[-73.2040410729159,41.25244537207797],[-73.20399907289938,41.252394372069375],[-73.20394807287882,41.25232337205716],[-73.20391107286466,41.25228537205094],[-73.20370407279535,41.25224537204986],[-73.2034850727221,41.25220437204897],[-73.20317107261067,41.25203337202577],[-73.20284407248818,41.25174237197956],[-73.2024960723624,41.25151337194614],[-73.20203407220362,41.25135237192969],[-73.20174307209305,41.25106637188328],[-73.20173407208962,41.25105737188182],[-73.20142207197559,41.250829371847416],[-73.20131107193147,41.250686371823086],[-73.20138807193237,41.250265371738315],[-73.20141007192481,41.250008371687386],[-73.20156107196223,41.24980737164321],[-73.20159407196229,41.24962137160578],[-73.20146507190327,41.24931937155097],[-73.20122207181517,41.24915437152663],[-73.20080407166475,41.24889037148864],[-73.20077707165503,41.248873371486184],[-73.20061707159272,41.24868937145544],[-73.20034207146115,41.2479443713188],[-73.20031307144977,41.24790937131291],[-73.20021607141166,41.24779237129319],[-73.19994607131483,41.24762737126973],[-73.19930607109698,41.247441371254205],[-73.19913707103929,41.24738937124954],[-73.19877507091574,41.247278371239624],[-73.19871407089498,41.24726037123809],[-73.19819607071173,41.24698837120177],[-73.19772807055294,41.24686137119219],[-73.19736407042943,41.246762371184666],[-73.19717307036463,41.24671037118072],[-73.19669707020314,41.246581371171],[-73.19660107017133,41.24656837117157],[-73.19640607010675,41.24654337117303],[-73.19628707006737,41.246528371173966],[-73.19595406995184,41.246393371158405],[-73.1955440698022,41.2460973711139],[-73.1952360696939,41.245947371094594],[-73.1952120696855,41.24593637109323],[-73.19447606942762,41.24559337105015],[-73.19366606913717,41.24509937097992],[-73.19347506907395,41.24507537098145],[-73.19275906884653,41.24515237101976],[-73.19231206870225,41.245160371035865],[-73.19201806860475,41.24512037103762],[-73.19183206854578,41.24514237104796],[-73.19149906844409,41.2452493710797],[-73.19119206835045,41.24535037110941],[-73.19061506816361,41.245350371128175],[-73.19021706803474,41.2453503711411],[-73.19018906802586,41.2453533711426],[-73.19015906801626,41.245355371143965],[-73.19007106798823,41.2453633711484],[-73.19004206797901,41.24536637114992],[-73.1899410679468,41.24537537115497],[-73.18963906785058,41.245402371170066],[-73.18953906781876,41.24541237117526],[-73.189295067741,41.24543437118749],[-73.1887110675541,41.24547237121391],[-73.18825706740019,41.24535137120502],[-73.18804106732294,41.24522337118703],[-73.18803506731312,41.24508537116025],[-73.1880290673019,41.24492237112859],[-73.18810306731586,41.244747371091975],[-73.18831006737894,41.24467837107177],[-73.18856506746053,41.24466137106016],[-73.18884906754684,41.24456237103158],[-73.18885706753319,41.2442773709756],[-73.18851806738614,41.243624370859],[-73.18835506730072,41.24305237075252],[-73.18839106728821,41.242628370668456],[-73.18829706725262,41.242538370653925],[-73.18813606719355,41.242416370635326],[-73.18816306718934,41.242189370590076],[-73.18820706718822,41.24192037053608],[-73.18819706718357,41.241895370531516],[-73.18821506718821,41.24187437052682],[-73.18823706718761,41.241739370499715],[-73.18797106708415,41.241435370448954],[-73.18785206703546,41.24125737041802],[-73.18769606697475,41.24107837038812],[-73.18767806696891,41.24107837038869],[-73.18744906689511,41.24108437039731],[-73.18698006674668,41.24114437042427],[-73.18685206670074,41.241065370413],[-73.18651806657365,41.24073337035896],[-73.1862240664661,41.2405163703261],[-73.18620206645804,41.24050037032368],[-73.18610906641898,41.24034337029601],[-73.18609706641391,41.24032237029232],[-73.18608706640924,41.24029737028775],[-73.1858850663132,41.23976037018935],[-73.1858730663075,41.23972837018347],[-73.18585506629721,41.23965037016881],[-73.18589906630672,41.239567370151164],[-73.18602906634442,41.23949037013188],[-73.18613106637402,41.23943037011685],[-73.18634806642967,41.23917437005976],[-73.18644706645519,41.23905937003405],[-73.18671506652404,41.23874536996398],[-73.18669406648883,41.238247369867324],[-73.18659806643687,41.2378813697989],[-73.18650006636445,41.2371673696625],[-73.18641106632563,41.23699236963119],[-73.18620906623752,41.236594369559946],[-73.1859560661428,41.23636936952419],[-73.18557606600055,41.23603236947067],[-73.18529506589411,41.23576136942681],[-73.18495906577438,41.23556936940019],[-73.18458806565123,41.235516369401886],[-73.18439506558721,41.235489369402885],[-73.18419906551645,41.23536136938423],[-73.18372706534035,41.2349533693198],[-73.18351806526694,41.23485236930686],[-73.18342806522759,41.23467336927478],[-73.18382206532048,41.23406536914312],[-73.18394406532715,41.233489369026536],[-73.18388806527801,41.232945368922024],[-73.18377506522056,41.23257936885413],[-73.18323506499351,41.2316633686926],[-73.18304206491564,41.23139336864606],[-73.18247506471074,41.23101936859137],[-73.18181306447502,41.23064436853955],[-73.18166206442199,41.23057136853019],[-73.18149606434778,41.2302123684654],[-73.18150906434863,41.23015336845345],[-73.18152206434965,41.23009736844207],[-73.18165206438256,41.229936368406364],[-73.18173006440244,41.229842368385455],[-73.18174506440023,41.22971836836072],[-73.18177206438978,41.22938136829395],[-73.18172406436273,41.22917936825602],[-73.18166606432999,41.22893436821],[-73.18165806432694,41.2289263682087],[-73.18137406421982,41.22866036816591],[-73.18136806421754,41.22865436816494],[-73.18097306407816,41.228452368138264],[-73.18092606406134,41.22842436813431],[-73.18076806399789,41.228208368097214],[-73.18055806391108,41.22787836803952],[-73.18035006382505,41.22755036798213],[-73.1801800637548,41.22728336793544],[-73.17988606364953,41.22710636791038],[-73.17974006359725,41.22701836789792],[-73.1793080634489,41.22686936788281],[-73.17878406326712,41.22665636785819],[-73.17855406318176,41.22646536782831],[-73.17841206312355,41.22625036779088],[-73.17846406312768,41.22602736774558],[-73.17846606312787,41.226019367743966],[-73.17870906319104,41.22574736768287],[-73.17873706319054,41.22557936764911],[-73.17868706316835,41.225474367630206],[-73.17862606314131,41.22534636760716],[-73.17839706305328,41.22510236756689],[-73.17839106304017,41.224906367528746],[-73.1784650630561,41.224765367498776],[-73.17922506326681,41.22414536735287],[-73.1793730633002,41.22389036729819],[-73.17935406328488,41.22372936726732],[-73.17916806321995,41.22364636725713],[-73.17887406312299,41.22361536726062],[-73.1787340630755,41.223577367257725],[-73.17868006304738,41.22339036722291],[-73.17870406304296,41.22317636718029],[-73.17866606302277,41.223038367154544],[-73.17856506296896,41.222667367085265],[-73.17857506296741,41.22258336706851],[-73.1785900629647,41.22245036704203],[-73.17859606296385,41.222401367032234],[-73.17877306300387,41.22209836696723],[-73.17884106301935,41.221983366942546],[-73.178887063034,41.22197936694025],[-73.17902906307924,41.22196636693311],[-73.17959206325872,41.22191736690524],[-73.17978106331898,41.22190136689599],[-73.1798280633341,41.22189936689407],[-73.17997006337974,41.221893366888274],[-73.18001806339521,41.22189236688651],[-73.18010106342142,41.22188036688148],[-73.18035306350103,41.22184636686665],[-73.1804370635276,41.221835366861754],[-73.18052506355598,41.22183336685852],[-73.18079206364207,41.221827366848686],[-73.18088106367084,41.221826366845605],[-73.18109006373228,41.22171736681749],[-73.18140206382405,41.22155536677568],[-73.18171306391488,41.22138236673174],[-73.1819200639754,41.22126836670274],[-73.1820470640122,41.22119236668374],[-73.18222406406355,41.22108836665765],[-73.1822700640773,41.22106836665225],[-73.18230106408616,41.22104736664713],[-73.18243906412717,41.22098336663013],[-73.18257406416735,41.22092136661362],[-73.18257806416848,41.22091836661291],[-73.18259306417293,41.220911366611055],[-73.18259906417482,41.22091036661066],[-73.18267206419694,41.22088336660301],[-73.1827850642319,41.220855366593874],[-73.1828440642502,41.22084136658921],[-73.18310506433002,41.2207593665647],[-73.18327806438307,41.22070736654891],[-73.18334606440459,41.22069836654493],[-73.18341206442554,41.22069136654143],[-73.18354106446697,41.22068536653607],[-73.18358306448033,41.220681366533924],[-73.18370906452037,41.22066836652728],[-73.18375206453415,41.22066536652529],[-73.18389806458089,41.220656366518796],[-73.18412106465239,41.22064436650921],[-73.18433606472102,41.220627366498896],[-73.18448306476799,41.22061636649198],[-73.18462806481514,41.22062036648805],[-73.18465906482507,41.22061836648666],[-73.18519006499555,41.22059336646452],[-73.18536706505239,41.2205853664572],[-73.1855520651117,41.22057536644923],[-73.18611006529076,41.22054736642563],[-73.18629606535052,41.22053936641804],[-73.18649106541375,41.220541366412085],[-73.18680606551601,41.220546366402836],[-73.18707606560301,41.22053936639269],[-73.18727206566619,41.220534366385344],[-73.18720306567172,41.221023366483216],[-73.18742806574622,41.22105236648159],[-73.1883140660474,41.221304366502075],[-73.1887170661892,41.22150336652789],[-73.18898306628795,41.22172536656268],[-73.18926306639324,41.22198236660383],[-73.18929906640719,41.222022366610496],[-73.18936406643245,41.22209636662285],[-73.18941106645022,41.22214136663012],[-73.18945006646507,41.222180366636486],[-73.1899390666537,41.22271236672462],[-73.19042206684158,41.22326536681706],[-73.1905910669077,41.22346536685068],[-73.19064106693065,41.22358436687234],[-73.19066906694457,41.22366936688803],[-73.19069106695534,41.22373336689984],[-73.19074606699513,41.22411936697354],[-73.19075506700945,41.224319367012356],[-73.19076506702517,41.22453836705485],[-73.19075006702825,41.22467736708251],[-73.1907700670415,41.22479636710513],[-73.1907760670472,41.22486236711784],[-73.19080806706155,41.22493236713049],[-73.19085806708388,41.22504036714999],[-73.19098706713169,41.22514636716652],[-73.19112406718124,41.22523736717986],[-73.19130706724789,41.22536736719934],[-73.19148806731224,41.225468367213196],[-73.19178806741729,41.225607367230616],[-73.1917940674194,41.22561036723101],[-73.19215206754515,41.225783367253214],[-73.19246206765332,41.22592036726993],[-73.19249906766622,41.22593636727185],[-73.19282606778303,41.22612836729877],[-73.19327006794582,41.22646236734965],[-73.1933070679592,41.226487367353336],[-73.19341506799827,41.226559367363905],[-73.19360806806556,41.22664336737406],[-73.19395906818248,41.22670136737399],[-73.19397206818687,41.22670436737416],[-73.19423506827339,41.22672836737029],[-73.19450006836315,41.226798367375366],[-73.19484906848783,41.2270033674041],[-73.1949440685221,41.22706536741314],[-73.19524206862982,41.227262367441966],[-73.19545806870534,41.227360367454125],[-73.19583206883607,41.22752936747499],[-73.19609406892555,41.22761136748252],[-73.19612206893518,41.22762136748356],[-73.19634706901257,41.22770136749189],[-73.19640606903316,41.22772736749506],[-73.19662506910771,41.22779136750045],[-73.19705706925077,41.227847367497354],[-73.19762606943925,41.22792236749352],[-73.19810806959916,41.22799036749116],[-73.19922406996832,41.22812836748186],[-73.19960607009472,41.22817636747881],[-73.19994907020747,41.22820636747353],[-73.20017307028105,41.22822536746998],[-73.20084807050289,41.228283367459376],[-73.20107307057687,41.228303367455965],[-73.20111807059743,41.228408367475026],[-73.20112807060495,41.22848336748937],[-73.20115107061717,41.228567367505036],[-73.20127107068055,41.22899736758521],[-73.20138307073798,41.2293683676541],[-73.2014160707547,41.229474367673745],[-73.20149107078754,41.22962436770064],[-73.2016550708375,41.229569367684554],[-73.20181907088832,41.22952936767141],[-73.20248607109528,41.229372367619014],[-73.20281807119797,41.2292883675918],[-73.20315107130102,41.22920536756475],[-73.20351207141395,41.229136367539525],[-73.20381407150848,41.22907936751856],[-73.20412207160715,41.229061367505025],[-73.20437307168687,41.22903436749158],[-73.20460707176079,41.229002367477726],[-73.20461007176178,41.22900236747762],[-73.20475707180594,41.2289423674611],[-73.20489807184296,41.22879136742701],[-73.2049180718472,41.228752367418736],[-73.204981071861,41.228636367394],[-73.20500307186595,41.22859836738586],[-73.20504307187505,41.22853136737145],[-73.20517207190964,41.22840536734264],[-73.20530407194514,41.2282783673135],[-73.2054540719877,41.22817336728809],[-73.20577507208532,41.22806336725616],[-73.2058420721056,41.228038367249084],[-73.20608607217952,41.22794936722375],[-73.20632607225451,41.22790236720676],[-73.20648307230363,41.227872367195786],[-73.20690707243651,41.22779536716695],[-73.20705007248199,41.227781367159544],[-73.20729407255966,41.22775836714713],[-73.20773107270101,41.22775636713253],[-73.20790507275802,41.227768367129215],[-73.20805107280592,41.22777936712662],[-73.20847507294448,41.227802367117334],[-73.20897807311289,41.22790036712013],[-73.20936707324294,41.22797236712155],[-73.21018207351544,41.228124367124764],[-73.21085207373781,41.22822036712174],[-73.21243907426604,41.22847436711976],[-73.21641707553009,41.22805936690924],[-73.21912607639278,41.22781036677242],[-73.21915507640726,41.22789936678886],[-73.21924207645066,41.228166366838245],[-73.2192720764655,41.22825636685486],[-73.21939107652017,41.228539366906304],[-73.21947707656213,41.2287863669518],[-73.219516076584,41.22894836698221],[-73.21956107660615,41.22908136700674],[-73.21964907664898,41.22933236705294],[-73.2197200766848,41.22955736709461],[-73.21983807673826,41.22982436714298],[-73.2199750768064,41.23024136722004],[-73.22002107682738,41.23034836723945],[-73.22002607682907,41.230349367239484],[-73.22009807686312,41.2305373672739],[-73.22017407689806,41.2307183673068],[-73.22024907693415,41.230925367344824],[-73.2203190769668,41.23110036737676],[-73.2203420769788,41.23118036739165],[-73.22037507699578,41.23129036741207],[-73.22040507701304,41.231422367436906],[-73.22042407702386,41.23150436745232],[-73.22044707704478,41.2317403674977],[-73.22045507705496,41.231873367523434],[-73.22045607706438,41.232032367554474],[-73.22045907706945,41.23210436756845],[-73.22045307707893,41.232304367607746],[-73.22045307708018,41.23232636761205],[-73.22045207708072,41.232341367615014],[-73.22044907708242,41.2323883676243],[-73.22044907708334,41.23240436762743],[-73.22044607708462,41.23244336763515],[-73.22044407708626,41.23248336764304],[-73.22043907708805,41.23254336765492],[-73.22043807708884,41.23256336765887],[-73.22043807709119,41.23260436766689],[-73.22043707709322,41.23264536767493],[-73.22043307709909,41.23277036769949],[-73.22043307710148,41.2328123677077],[-73.22046107712995,41.23315236777325],[-73.22046107713378,41.233219367786354],[-73.22046607717719,41.23395136792926],[-73.22042107717999,41.23425536799016],[-73.22036507717203,41.234433368026764],[-73.22032507716666,41.234566368054075],[-73.22023407715172,41.23482036810668],[-73.22022407715014,41.23484936811267],[-73.22019607714616,41.23493836813098],[-73.22018707714497,41.23496836813713],[-73.2201270771357,41.23514636817388],[-73.22012207713512,41.235164368177564],[-73.22006707712805,41.23535236821609],[-73.22003607713144,41.23558736826305],[-73.22001207713006,41.235699368285715],[-73.21997507712864,41.23588436832307],[-73.21997107713091,41.23594636833533],[-73.21996307713557,41.23607336836041],[-73.2199630771391,41.23613536837252],[-73.2199630771427,41.23619836838484],[-73.21996507715157,41.23634236841291],[-73.21996907716361,41.23653036844953],[-73.21999907718714,41.23677236849586],[-73.2200180772015,41.23691636852339],[-73.22006807723702,41.23725436858782],[-73.22006907723761,41.23725936858877],[-73.22016007728872,41.23763836865988],[-73.22021107731774,41.23785736870103],[-73.22022607732693,41.237933368715396],[-73.22029607736924,41.23827736878035],[-73.2203010773722,41.23830036878469],[-73.22032707738454,41.23836936879732],[-73.22033607739185,41.23844636881206],[-73.22036107740531,41.23854036882963],[-73.22037107741284,41.238615368843966],[-73.22051507749458,41.239230368959475],[-73.22066707757612,41.23979636906515],[-73.22078207763411,41.24015936913234],[-73.22100907774026,41.24073136923674],[-73.22133007787983,41.241355369348234],[-73.22134607788885,41.24142236936081],[-73.22135307789173,41.24143336936274],[-73.22147307794543,41.24169336940964],[-73.22158207799502,41.24194336945496],[-73.2216300780202,41.242112369486414],[-73.22170207805243,41.24226836951455],[-73.22176507807927,41.24238136953459],[-73.22180507809817,41.24248536955361],[-73.22181307810459,41.24255236956644],[-73.22184507812094,41.242657369585935],[-73.2218510781313,41.24280436961446],[-73.22185107814022,41.24296036964494],[-73.22185207814418,41.24302436965742],[-73.22186307815697,41.24318536968852],[-73.22183207816462,41.24349536975011],[-73.22175507816061,41.24386136982414],[-73.2216940781579,41.24415936988436],[-73.22169407815893,41.24417736988787],[-73.22159807814523,41.24448136995041],[-73.22154607813786,41.244647369984534],[-73.22141007812436,41.24518137009332],[-73.22132607811282,41.24545537014958],[-73.22122807809956,41.24577837021591],[-73.2211920780964,41.2459273702462],[-73.22116807809448,41.24602937026691],[-73.22113407809158,41.24617137029575],[-73.2210570780855,41.24650137036274],[-73.22100007808329,41.2467853704201],[-73.22095107808195,41.24703937047133],[-73.22093307808096,41.24712437048853],[-73.22088107807876,41.24738037054023],[-73.22086507807849,41.24746637055756],[-73.22084007807686,41.24757937058045],[-73.22076707807278,41.247921370649664],[-73.22074407807186,41.248035370672675],[-73.22072607807043,41.24811237068831],[-73.22069907806866,41.24823437071302],[-73.22066407806362,41.248344370735666],[-73.22064107806055,41.24842137075146],[-73.22062407806216,41.24854537077625],[-73.22060007806535,41.24873737081453],[-73.22056607806469,41.248918370850994],[-73.22054407806465,41.24904237087595],[-73.22049607806197,41.24926737092147],[-73.22042607805851,41.2496033709894],[-73.22034907805298,41.24994237105815],[-73.22029907804963,41.250167371103736]]]},"properties":{"name":904,"geoid":"09001090400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.15382605538022,41.23006036933392],[-73.15389605539957,41.23000236932031],[-73.15402605543774,41.22993336930261],[-73.15429805551767,41.2297903692658],[-73.15439805554716,41.22973936925259],[-73.15467605563137,41.229637369223624],[-73.15490005569927,41.229556369200516],[-73.15511605576465,41.229476369177874],[-73.15528905581783,41.229426369162475],[-73.15599505603498,41.22922536910027],[-73.15646805617948,41.22907336905519],[-73.15686005629937,41.22894936901824],[-73.15701605634612,41.22888336900027],[-73.15704505635486,41.22887236899719],[-73.15715805638906,41.2288303689853],[-73.15723105641067,41.2287943689759],[-73.15726205641994,41.228781368972335],[-73.15738505645596,41.228714368955245],[-73.1574320564689,41.22867436894592],[-73.15747405648092,41.22864636893907],[-73.15755005650159,41.2285773689231],[-73.15755505650262,41.22856736892099],[-73.15758205650857,41.228518368910535],[-73.15763705651882,41.228385368882726],[-73.1582910567163,41.22813436881244],[-73.16025605730971,41.22738236860163],[-73.16091105750755,41.22713236853148],[-73.16092705751257,41.22712936853038],[-73.16097505752782,41.227124368527846],[-73.16099205753325,41.2271233685271],[-73.16124905761023,41.22701336849724],[-73.16202105784156,41.22668636840824],[-73.16227905791888,41.226577368378564],[-73.1625340579962,41.22648536835229],[-73.16280905807888,41.22637336832147],[-73.16302705814392,41.22627636829543],[-73.16310505816683,41.226235368284875],[-73.16315105818079,41.22621836828005],[-73.16324905820989,41.22617236826788],[-73.16344505826885,41.22609336824607],[-73.16396905842335,41.22582736817705],[-73.16419205849078,41.22574336815338],[-73.16440405855519,41.22566936813204],[-73.16460705861996,41.22565236812213],[-73.16468505864539,41.22565536812018],[-73.16706605933696,41.22426236777048],[-73.1675230594697,41.22399536770345],[-73.16760905949471,41.22394536769088],[-73.16769405951939,41.22389536767834],[-73.16811005964023,41.223652367617305],[-73.1681210596434,41.2236453676156],[-73.16954606005503,41.222772367398626],[-73.17120206058007,41.22257736730673],[-73.17167606072401,41.22241036725867],[-73.17239206095718,41.222434367240126],[-73.1725400610054,41.222439367236305],[-73.17270906106046,41.222445367231984],[-73.17287906111582,41.22245136722764],[-73.17296906114514,41.2224543672253],[-73.17306006117477,41.22245736722293],[-73.17493006178383,41.22252136717475],[-73.1760480621411,41.22243936712241],[-73.17726506253004,41.22235036706548],[-73.17753906261508,41.22228636704407],[-73.17836106287032,41.22209536698002],[-73.17848506290888,41.222067366970535],[-73.17863506295545,41.222032366958814],[-73.17867606296817,41.222022366955535],[-73.17877506299888,41.22199936694781],[-73.17879906300627,41.22199236694567],[-73.17884106301935,41.221983366942546],[-73.17877306300387,41.22209836696723],[-73.17859606296385,41.222401367032234],[-73.1785900629647,41.22245036704203],[-73.17857506296741,41.22258336706851],[-73.17856506296896,41.222667367085265],[-73.17866606302277,41.223038367154544],[-73.17870406304296,41.22317636718029],[-73.17868006304738,41.22339036722291],[-73.1787340630755,41.223577367257725],[-73.17887406312299,41.22361536726062],[-73.17916806321995,41.22364636725713],[-73.17935406328488,41.22372936726732],[-73.1793730633002,41.22389036729819],[-73.17922506326681,41.22414536735287],[-73.1784650630561,41.224765367498776],[-73.17839106304017,41.224906367528746],[-73.17839706305328,41.22510236756689],[-73.17862606314131,41.22534636760716],[-73.17868706316835,41.225474367630206],[-73.17873706319054,41.22557936764911],[-73.17870906319104,41.22574736768287],[-73.17846606312787,41.226019367743966],[-73.17846406312768,41.22602736774558],[-73.17841206312355,41.22625036779088],[-73.17855406318176,41.22646536782831],[-73.17878406326712,41.22665636785819],[-73.1793080634489,41.22686936788281],[-73.17974006359725,41.22701836789792],[-73.17988606364953,41.22710636791038],[-73.1801800637548,41.22728336793544],[-73.18035006382505,41.22755036798213],[-73.18055806391108,41.22787836803952],[-73.18076806399789,41.228208368097214],[-73.18092606406134,41.22842436813431],[-73.18097306407816,41.228452368138264],[-73.18136806421754,41.22865436816494],[-73.18137406421982,41.22866036816591],[-73.18165806432694,41.2289263682087],[-73.18166606432999,41.22893436821],[-73.18172406436273,41.22917936825602],[-73.18177206438978,41.22938136829395],[-73.18174506440023,41.22971836836072],[-73.18173006440244,41.229842368385455],[-73.18165206438256,41.229936368406364],[-73.18152206434965,41.23009736844207],[-73.18150906434863,41.23015336845345],[-73.18149606434778,41.2302123684654],[-73.18166206442199,41.23057136853019],[-73.18181306447502,41.23064436853955],[-73.18247506471074,41.23101936859137],[-73.18304206491564,41.23139336864606],[-73.18323506499351,41.2316633686926],[-73.18377506522056,41.23257936885413],[-73.18388806527801,41.232945368922024],[-73.18394406532715,41.233489369026536],[-73.18382206532048,41.23406536914312],[-73.18342806522759,41.23467336927478],[-73.18351806526694,41.23485236930686],[-73.18372706534035,41.2349533693198],[-73.18419906551645,41.23536136938423],[-73.18439506558721,41.235489369402885],[-73.18458806565123,41.235516369401886],[-73.18495906577438,41.23556936940019],[-73.18529506589411,41.23576136942681],[-73.18557606600055,41.23603236947067],[-73.1859560661428,41.23636936952419],[-73.18620906623752,41.236594369559946],[-73.18641106632563,41.23699236963119],[-73.18650006636445,41.2371673696625],[-73.18659806643687,41.2378813697989],[-73.18669406648883,41.238247369867324],[-73.18671506652404,41.23874536996398],[-73.18644706645519,41.23905937003405],[-73.18634806642967,41.23917437005976],[-73.18613106637402,41.23943037011685],[-73.18602906634442,41.23949037013188],[-73.18589906630672,41.239567370151164],[-73.18587006629706,41.239562370151134],[-73.18563706622287,41.23958437016301],[-73.18553506619136,41.23961137017159],[-73.18537506614379,41.23968537019126],[-73.18525706611477,41.23984637022657],[-73.18524006611064,41.2398703702318],[-73.18519506610342,41.23999937025848],[-73.18515006609614,41.240127370284966],[-73.18485206601535,41.2404023703484],[-73.18478806602172,41.24087737044332],[-73.185461066263,41.2412873705016],[-73.18551406629462,41.24154037054932],[-73.18566906638638,41.24226937068678],[-73.18569806640062,41.242354370702444],[-73.18578806644436,41.24261037074956],[-73.18581906645932,41.24269637076536],[-73.1856800664228,41.242845370798996],[-73.18553506638087,41.242933370820914],[-73.18543306635628,41.24308137085315],[-73.18529006632721,41.24338337091683],[-73.18523706631662,41.243498370941026],[-73.18510606628361,41.243663370977536],[-73.18482206620011,41.243811371015695],[-73.184720066173,41.24391537103933],[-73.18458206614835,41.24426637111242],[-73.1843520660765,41.24431237112888],[-73.18365506585222,41.24433737115642],[-73.18354806582227,41.244419371175916],[-73.18321906573011,41.24467137123586],[-73.18286106562994,41.244947371301436],[-73.18275606560474,41.245101371334954],[-73.18269806559968,41.245342371383934],[-73.18133806523726,41.24670837169511],[-73.18132906523498,41.24671937169756],[-73.18123906519317,41.246497371657085],[-73.18117106517133,41.24650037165988],[-73.1809670651071,41.24653237167277],[-73.18078506504982,41.24656137168435],[-73.18057406498177,41.24656637169218],[-73.18034106491072,41.2466433717148],[-73.1802250648744,41.24666537172286],[-73.1801690648581,41.24669737173093],[-73.18005006482367,41.24676937174889],[-73.17997606480617,41.24688237177337],[-73.17994906479976,41.24692337178226],[-73.17999206482669,41.24715137182543],[-73.18001406484021,41.2472633718466],[-73.18000706484015,41.247302371854445],[-73.17991906482102,41.247466371889345],[-73.17959206472239,41.2475933719248],[-73.17952706470226,41.24760937193003],[-73.1794430646767,41.24763837193843],[-73.17917806459636,41.247734371965805],[-73.17897406453447,41.2478073719867],[-73.17890106451364,41.24785637199865],[-73.17889506451273,41.24787437200236],[-73.17886506450915,41.24798237202446],[-73.17885706451473,41.248125372052655],[-73.17882106450593,41.2481753720636],[-73.17876306448994,41.24822437207506],[-73.17824606432784,41.248317372110016],[-73.17819406431128,41.248322372112696],[-73.17818806430941,41.24832337211308],[-73.17791406422975,41.24848237215306],[-73.17786806421638,41.24850937215983],[-73.17759906414527,41.2487893722233],[-73.17746806411539,41.24900937227054],[-73.17735206408376,41.24911337229464],[-73.17728606406583,41.249173372308505],[-73.17685006393248,41.24931137234964],[-73.1766390638773,41.24954137240146],[-73.17642006382674,41.24989837247832],[-73.17628206378834,41.250008372504304],[-73.17617006375748,41.25010337252651],[-73.17608306374899,41.25044837259675],[-73.17598106372382,41.250586372627055],[-73.1757260636497,41.25073437266425],[-73.17564506362974,41.250844372688384],[-73.17553006360157,41.251003372723176],[-73.17544206358244,41.251167372758104],[-73.17512206349225,41.25140337281461],[-73.17506906347796,41.2514533728261],[-73.17493806343332,41.25141437282273],[-73.17477806337882,41.251367372818756],[-73.17456706330384,41.251250372802744],[-73.1744480632616,41.251185372793906],[-73.17430806321322,41.2511323727881],[-73.17407906313416,41.25104637277874],[-73.17387506306783,41.251041372784385],[-73.17382906305286,41.25104037278568],[-73.17372606301932,41.251037372788446],[-73.17363606299253,41.25107837279938],[-73.17356306297403,41.251168372819336],[-73.17356206297376,41.25116937281957],[-73.17352406297007,41.251320372850316],[-73.17349406296931,41.25147737288197],[-73.17342706295285,41.25156937290212],[-73.1733630629362,41.25164037291806],[-73.17325006290257,41.2516923729319],[-73.17305506284465,41.25178437295623],[-73.17284206275183,41.251366372881456],[-73.1725550626395,41.25102637282434],[-73.17242306259249,41.25095137281397],[-73.17221506252102,41.25087937280665],[-73.17144706226448,41.25074137280464],[-73.1712020621826,41.250697372804],[-73.17019206184831,41.25057037281198],[-73.17014606184019,41.250689372836746],[-73.17013906183914,41.25071037284107],[-73.17011106183655,41.25082437286425],[-73.1700460618309,41.25109437291915],[-73.16960706174338,41.252052373120605],[-73.16930506167581,41.25258237323399],[-73.16921506166258,41.25286137329142],[-73.16915906164701,41.25290637330205],[-73.1691590616481,41.25292537330575],[-73.16914606164846,41.253005373321805],[-73.16893206158133,41.25304337333619],[-73.16875406152477,41.25306237334568],[-73.16834006139332,41.25310837336812],[-73.16766006117572,41.25315437339919],[-73.16734106107396,41.253181373414826],[-73.16699106096301,41.25322337343442],[-73.16660506083967,41.25325237345261],[-73.16618406070157,41.25322137346024],[-73.16568806053837,41.25317637346755],[-73.16532306041671,41.25311537346748],[-73.16498006030307,41.25307037346982],[-73.16450506014436,41.25298537346865],[-73.1643840601032,41.25295037346573],[-73.16429606007254,41.25291237346116],[-73.16399305996495,41.252746373438555],[-73.16377205987605,41.25244237338634],[-73.16371605985374,41.25236937337389],[-73.16359905980724,41.25221837334817],[-73.16332705969687,41.2518273732806],[-73.16307505959159,41.251412373207685],[-73.16295205953945,41.25119637316947],[-73.16290505951956,41.251114373154955],[-73.16269505943406,41.250807373101786],[-73.16262405939743,41.25056837305738],[-73.16259705938336,41.25047537304009],[-73.1625160593388,41.25015337297979],[-73.1624790593088,41.24983737291924],[-73.16246205929461,41.24968537289007],[-73.16245505928696,41.249590372871744],[-73.16243005926175,41.24929037281392],[-73.16239605922613,41.24885837273059],[-73.16237005919106,41.24839137264017],[-73.1623640591829,41.248282372619066],[-73.16234605916625,41.2480923725825],[-73.16205405907353,41.248124372598234],[-73.16162605893773,41.24817337262172],[-73.1611840587992,41.2482543726519],[-73.16089605870894,41.24830737267161],[-73.16004705844969,41.24858237275292],[-73.15976305836303,41.24867537278031],[-73.15863305801892,41.24905837289186],[-73.15835805793829,41.24920637292972],[-73.15791805782185,41.2496633730333],[-73.15775505777893,41.24983637307242],[-73.15747805770616,41.25013337313945],[-73.15727705765178,41.25032137318272],[-73.15714005761659,41.25048237321863],[-73.1569890575723,41.25056337323935],[-73.15690005754655,41.25061737325281],[-73.15652405743454,41.25078837329843],[-73.15628305736098,41.25086737332169],[-73.15617905732861,41.25089037332956],[-73.15615705732178,41.25089537333126],[-73.15540205708862,41.251094373394665],[-73.15478405690028,41.25130137345516],[-73.15417405671658,41.251544373522464],[-73.15396705665553,41.251649373549704],[-73.15375205659058,41.25173137357272],[-73.15354205653001,41.251862373605135],[-73.1533830564832,41.25194437362631],[-73.15325105644393,41.25200537364252],[-73.15322505643626,41.2520183736459],[-73.15311905640334,41.25204337365423],[-73.15285905632092,41.252074373668734],[-73.15221305611502,41.25213237370103],[-73.15213905609485,41.25219937371653],[-73.15213005609242,41.25220737371837],[-73.15203205606579,41.25229737373915],[-73.15187605602267,41.25242737376962],[-73.15179105599927,41.252499373786456],[-73.15175105598817,41.25253237379421],[-73.15168705597054,41.252586373806835],[-73.15163105595504,41.25263237381764],[-73.15159205594433,41.25266637382554],[-73.15116905582757,41.253021373908645],[-73.15108605580467,41.25309137392503],[-73.15073405570607,41.253361373989215],[-73.15021705556303,41.25378937408964],[-73.1498960554756,41.25407937415672],[-73.14975505543723,41.254207374186315],[-73.14948405536309,41.254446374241816],[-73.14935505532894,41.254580374272194],[-73.14926705530465,41.25465437428953],[-73.14888805520026,41.25497637436474],[-73.1485950551212,41.25525437442857],[-73.14837805506278,41.25546237447627],[-73.14809905498353,41.25565737452342],[-73.14785605491616,41.2558563745702],[-73.1476000548446,41.25605537461739],[-73.14742905479622,41.25617837464698],[-73.14736805477943,41.25623037465913],[-73.1471480546835,41.25579737458166],[-73.14696705460926,41.25552337453397],[-73.14695605460462,41.25550437453061],[-73.1469410545983,41.25547837452602],[-73.14689705457958,41.255400374512206],[-73.14688305457364,41.25537537450777],[-73.14679505453728,41.25523737448366],[-73.14667305448675,41.255044374449916],[-73.14653405442931,41.25482637441183],[-73.14644805439366,41.25468937438783],[-73.14625905432898,41.254628374382044],[-73.1456920541349,41.25444537436468],[-73.14550305407028,41.25438537435909],[-73.14544505404034,41.254189374322664],[-73.14542605403054,41.254125374310796],[-73.14538105400473,41.25392837427375],[-73.14535405398709,41.25377237424413],[-73.14534105397854,41.253696374229705],[-73.14533505397063,41.253591374209364],[-73.14532605395615,41.253388374169994],[-73.14532605394714,41.253230374139115],[-73.14534205394003,41.25301437409638],[-73.14535505393525,41.252856374065075],[-73.1453660539176,41.25248437399202],[-73.14543005391205,41.25202337389986],[-73.1454330539059,41.25189837387532],[-73.14543705389998,41.251771373850374],[-73.14540805388397,41.25165537382864],[-73.14539505387259,41.25152937380444],[-73.1453920538703,41.25150637380004],[-73.1453850538641,41.251437373786786],[-73.1453830538622,41.25141537378256],[-73.14537005384616,41.25120737374232],[-73.14537305383669,41.25102437370646],[-73.14536205382458,41.25087437367749],[-73.14533705379672,41.25052737361049],[-73.14527805375607,41.25014937353852],[-73.14526505374685,41.250061373521746],[-73.14523305372492,41.24985837348311],[-73.14520305371043,41.24977437346767],[-73.14503705362915,41.24929137337865],[-73.14490105355533,41.248768373280846],[-73.14471905346187,41.248162373168284],[-73.14460505340672,41.24784237310944],[-73.14448705334965,41.247511373048575],[-73.14439205330449,41.24725837300221],[-73.14429605325915,41.24700837295646],[-73.14408205316985,41.246657372894795],[-73.1438640530795,41.24631037283404],[-73.14368605300093,41.24594337276807],[-73.1435060529217,41.245575372701985],[-73.14341705287774,41.24530937265287],[-73.14338305286091,41.24520737263404],[-73.14332905283402,41.245042372603535],[-73.14328605280728,41.24481737256095],[-73.14322505275537,41.244252372452486],[-73.14328805273266,41.243495372302455],[-73.14334405271123,41.24280037216477],[-73.14334805270984,41.24275337215547],[-73.14333705269154,41.24249437210519],[-73.14332405267254,41.24223437205478],[-73.14326505262399,41.24171737195564],[-73.14318405257002,41.24123037186306],[-73.14308905252456,41.2409723718157],[-73.14294605246613,41.240759371778694],[-73.14275305239244,41.240562371746435],[-73.14270805237625,41.24053437174243],[-73.14125505180156,41.23870437143178],[-73.14065205156592,41.237995371312714],[-73.14113305171806,41.2379313712846],[-73.14167405188813,41.23784137124947],[-73.14193205196855,41.237786371230335],[-73.14223705206423,41.23773237120989],[-73.14232905209244,41.237704371201445],[-73.14244705213042,41.23770037119683],[-73.14260805218159,41.23768337118829],[-73.14283005225256,41.23766737117797],[-73.14305705232438,41.23763737116472],[-73.14317005236052,41.2376293711595],[-73.14401405262556,41.23748437110378],[-73.14435405273281,41.237434371082976],[-73.14479305286986,41.237344371051144],[-73.1451570529854,41.23730337103132],[-73.14545505307963,41.23726337101383],[-73.14576905317566,41.237164370984296],[-73.14597205323783,41.23710137096539],[-73.14622005331522,41.237050370947365],[-73.14660705343171,41.23689537090451],[-73.14674205347218,41.236838370889],[-73.14679805348736,41.23678637087701],[-73.14704705355513,41.236560370824755],[-73.14727805361638,41.23632237077073],[-73.14735005363553,41.23624937075412],[-73.1474260536548,41.23615537073328],[-73.14758205369998,41.23606137070984],[-73.14769805373189,41.23596237068672],[-73.14772605373759,41.23590337067427],[-73.1478120537574,41.235762370643904],[-73.14787405376975,41.2356263706153],[-73.14798305379333,41.235420370571504],[-73.14804705380841,41.235321370550075],[-73.14814605382897,41.23511937050738],[-73.14827005385843,41.23493137046658],[-73.1483260538708,41.23483037044501],[-73.14845305390457,41.23470137041568],[-73.1484730539101,41.234684370411706],[-73.14856005393423,41.23461337039499],[-73.14884305401188,41.23436737033773],[-73.14894505404051,41.23429037031936],[-73.1490080540572,41.2342253703046],[-73.14904805406817,41.23419037029646],[-73.14913705409352,41.23412937028165],[-73.14934805415513,41.234011370251736],[-73.14937105416125,41.23398837024649],[-73.14947705419104,41.23390837022741],[-73.14955805421175,41.233811370205814],[-73.14968105424047,41.2336163701637],[-73.14975505425532,41.23345637013001],[-73.14976505425558,41.23340437011952],[-73.14980405426041,41.233267370091475],[-73.14985005426998,41.23317337007161],[-73.14986905427295,41.23311737006003],[-73.14999605430279,41.2329193700172],[-73.15004505431575,41.23286837000563],[-73.150059054319,41.232845370000675],[-73.15008505432597,41.23282036999496],[-73.15009505432825,41.2328033699913],[-73.15020705435678,41.23266736996107],[-73.15038605440483,41.232493369921244],[-73.1504670544261,41.232406369901604],[-73.15062605447058,41.232283369872405],[-73.15070105449253,41.23224236986196],[-73.1508340545303,41.23214936983945],[-73.15100705458036,41.23204436981331],[-73.15122305464358,41.231926369783224],[-73.15144305470851,41.23181536975439],[-73.15188005483657,41.23157936969407],[-73.1520120548759,41.23151936967807],[-73.15224405494584,41.23142836965275],[-73.15242005499958,41.23137136963587],[-73.15260905505782,41.231319369619584],[-73.15282705512504,41.231260369600975],[-73.1529940551757,41.231200369583824],[-73.15310705521036,41.23116636957351],[-73.15329205526561,41.23108436955147],[-73.1534940553269,41.23101236953084],[-73.15369605538723,41.23092336950688],[-73.15379305541558,41.23086936949318],[-73.15390405544748,41.23079836947569],[-73.15426105554866,41.23054536941464],[-73.15415305550903,41.23046336940211],[-73.15411605549545,41.230435369397846],[-73.1539560554363,41.23030636937779],[-73.15387405540503,41.230223369364246],[-73.15385705539765,41.23019036935834],[-73.1538410553907,41.23015936935279],[-73.15382605538022,41.23006036933392]]]},"properties":{"name":905,"geoid":"09001090500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.42378415578096,41.45487040430604],[-73.42402815592241,41.45593940450558],[-73.4247601563468,41.45914640510417],[-73.4248561564022,41.45956240518178],[-73.42508715651377,41.46019140529629],[-73.42520615656552,41.46041740533624],[-73.42556315672098,41.46109840545669],[-73.42568215677278,41.46132540549682],[-73.42595215688912,41.46181940558382],[-73.42633515705411,41.462519405707084],[-73.42649315712107,41.46278940575429],[-73.42672115722615,41.463323405850446],[-73.42694315732838,41.463842405943865],[-73.42749715757682,41.46502240615465],[-73.42916215832315,41.4685624067869],[-73.429717158572,41.46974340699782],[-73.42992015864334,41.46983840700955],[-73.43005215869067,41.46991640702032],[-73.43020515872514,41.469657406965],[-73.43016915869984,41.469424406920965],[-73.4301691586995,41.469418406919786],[-73.43025715871623,41.46921640687766],[-73.4303811587515,41.46913240685727],[-73.43041715876217,41.46911540685279],[-73.43069415884713,41.469033406827705],[-73.43084715889555,41.46901340681875],[-73.43095015891929,41.468848406783344],[-73.43114715897933,41.468783406764196],[-73.43128615902737,41.468834406769496],[-73.43153415911871,41.46902240679781],[-73.43173115919377,41.46921440682856],[-73.4320081593048,41.46957840689007],[-73.432198159376,41.46974340691582],[-73.43222015938467,41.469769406920136],[-73.4324021594565,41.46998940695683],[-73.43257015952736,41.47027040700583],[-73.43268715957223,41.47038940702505],[-73.4327161595861,41.470466407039055],[-73.43271415958851,41.470518407049205],[-73.43270015960086,41.470807407105774],[-73.43269415960634,41.47093440713063],[-73.43284015966745,41.4711704071716],[-73.43292015970634,41.471392407212065],[-73.43295615973126,41.471619407254934],[-73.4329791597468,41.47175740728096],[-73.4330081597628,41.47187040730194],[-73.4330341597725,41.47189240730535],[-73.43317515982521,41.47201240732398],[-73.4333801598979,41.47211940733797],[-73.43365015998663,41.472140407333114],[-73.43371616000806,41.47214140733114],[-73.43382516004112,41.47210240731996],[-73.43398616008528,41.47196540728804],[-73.43417616014356,41.47190940727089],[-73.43438816021036,41.47187640725748],[-73.43445316023224,41.47189040725804],[-73.43462116028522,41.471865407247634],[-73.43489116037475,41.47190040724549],[-73.43493516038937,41.471906407245214],[-73.43552616060164,41.47226140729458],[-73.43600016077032,41.47251940732899],[-73.43608016080103,41.47260140734226],[-73.43639516090732,41.47267340734582],[-73.43663516099082,41.4727714073569],[-73.43691316109113,41.472946407381684],[-73.43695716111283,41.47307340740488],[-73.43747516129478,41.47331440743454],[-73.4377011613764,41.47345740745482],[-73.43775916140203,41.4735744074756],[-73.43808816152973,41.4739354075348],[-73.43826816159572,41.47406640755427],[-73.43829216160363,41.474068407553865],[-73.43834316160991,41.47389340751821],[-73.43840916162844,41.47384440750652],[-73.43840216162174,41.473768407492],[-73.43836516160599,41.4737044074808],[-73.43838016160747,41.47364640746903],[-73.43845316162826,41.47359740745712],[-73.43849716164388,41.47362040746014],[-73.43853316165477,41.47360740745643],[-73.43854816165256,41.47348640743244],[-73.43850416162643,41.47328340739449],[-73.43825516152972,41.473009407349544],[-73.43800016143743,41.472844407325944],[-73.43789116140019,41.47281140732315],[-73.43780616136948,41.47275740731546],[-73.4373211611942,41.472447407271346],[-73.43694916105704,41.47216340722851],[-73.43671616097633,41.47207440721895],[-73.43651916089631,41.471797407171685],[-73.43634416083415,41.47170440715942],[-73.43622416078826,41.471584407140085],[-73.43616216076454,41.47152240713012],[-73.43597716069378,41.47133740710031],[-73.43595616068575,41.47131640709693],[-73.43591416066985,41.47127740709075],[-73.43565016056974,41.47102840705115],[-73.43548216050912,41.47092240703612],[-73.43543116048967,41.47087240702811],[-73.43537316045767,41.470646406986155],[-73.43525616038994,41.470136406891015],[-73.4351901603603,41.469995406865834],[-73.43505116030515,41.46982240683685],[-73.43492816024812,41.46952840678384],[-73.43478116016642,41.468945406675516],[-73.43476716014395,41.46863840661639],[-73.43475316013128,41.46849940658987],[-73.43477416012335,41.46824740654026],[-73.43484716012942,41.46794640647941],[-73.43503716017061,41.46759740640537],[-73.43523716022227,41.46737240635508],[-73.43535816025359,41.46723740632487],[-73.4355041602842,41.46695140626452],[-73.43550516027341,41.466761406227604],[-73.43549716025925,41.46656340618944],[-73.43551916025848,41.466428406162485],[-73.43562116028062,41.46624140612282],[-73.43590616036104,41.466037406073795],[-73.43616116043626,41.46591040604071],[-73.4363071604758,41.46577740601006],[-73.43664316057678,41.46564240597275],[-73.43670116059354,41.465607405964036],[-73.43681916062687,41.46552340594382],[-73.43698616067554,41.46543040592025],[-73.4370661607,41.46540540591275],[-73.43733616079112,41.46546740591587],[-73.43743916082695,41.46550940592059],[-73.43754116086586,41.46560940593664],[-73.43763616090435,41.46574140595913],[-73.43778916097169,41.466045406013095],[-73.43790516102045,41.46623640604634],[-73.43824116116801,41.46689840616376],[-73.43850516127213,41.46721640621676],[-73.43862116132247,41.46743440625524],[-73.43879616138987,41.46761740628498],[-73.43928516157398,41.46805640635403],[-73.43936516160576,41.468156406370795],[-73.43943116163614,41.46831040639851],[-73.43967916173801,41.46867840646174],[-73.43996416186584,41.469285406570165],[-73.44003716189802,41.46943140659607],[-73.44016116196171,41.46983340667002],[-73.44051916209696,41.47016240672205],[-73.44070916216343,41.470246406732066],[-73.44076716218515,41.47029640673985],[-73.44087716222091,41.4702984067366],[-73.4411101622929,41.47023840671726],[-73.4418691625484,41.47040140672379],[-73.44206616261789,41.470498406736105],[-73.44214616264972,41.47059940675306],[-73.44227016271078,41.47095640681827],[-73.44241616277638,41.471269406874185],[-73.44251116282227,41.47152740692113],[-73.44268616289621,41.4718224069726],[-73.44319016308677,41.472288407046385],[-73.44327816312271,41.472415407068134],[-73.44333616315238,41.47260140710231],[-73.44332516315315,41.47267540711704],[-73.44326316316003,41.47313640720858],[-73.44330716318352,41.473294407237766],[-73.4433361632111,41.47360540729719],[-73.44346816326528,41.47380040733068],[-73.44369416335297,41.474047407371124],[-73.44383216341043,41.474265407408886],[-73.44386216345782,41.47490940753289],[-73.443935163491,41.47507240756209],[-73.44403716353207,41.47520940758532],[-73.4441541635864,41.47549040763598],[-73.44419016360679,41.47563940766371],[-73.44418416363011,41.47607140774775],[-73.44413216362742,41.47631340779645],[-73.44428516369423,41.47660840784865],[-73.44425116369247,41.47676640788043],[-73.44424216369212,41.47681040788927],[-73.44434516374639,41.47716740795514],[-73.44438816376751,41.477290407977584],[-73.44441016379096,41.477569408031016],[-73.44431416377927,41.477901408098624],[-73.44417516374229,41.478039408130016],[-73.44392116366816,41.478179408165566],[-73.44376016362988,41.47841640821689],[-73.44364416359636,41.47848640823432],[-73.44341716352578,41.478537408251725],[-73.44320516346538,41.478679408286304],[-73.44313916344868,41.478759408304],[-73.44307116343435,41.47889140833186],[-73.44302316342444,41.47898740835208],[-73.44298716341983,41.479108408376774],[-73.44297116342676,41.47931540841746],[-73.44314716352608,41.480038408551955],[-73.44324116356925,41.48025540859095],[-73.44336616362092,41.480446408623884],[-73.4434601636794,41.48092540871372],[-73.44341716367805,41.48114040875687],[-73.44324916364431,41.48149440883114],[-73.44322716366328,41.48194040891841],[-73.4431611636547,41.48215940896309],[-73.44305916363292,41.48235240900391],[-73.44306016364011,41.4824694090266],[-73.44321216371843,41.48296640911801],[-73.44335116377624,41.48318440915571],[-73.44335216378973,41.48340940919933],[-73.44333616380327,41.48372940926196],[-73.44339516383162,41.48388740929065],[-73.44339516384007,41.484031409318604],[-73.44326416381779,41.48437640938989],[-73.44322016381616,41.484592409433255],[-73.4431251637948,41.48475340946763],[-73.44305216377477,41.48481540948208],[-73.4428841637439,41.48521840956584],[-73.44271616369957,41.48539140960497],[-73.4426211636727,41.48545840962112],[-73.44229316357325,41.48557540965468],[-73.44209616350976,41.48558140966234],[-73.44184716342572,41.48552440965951],[-73.44162216334895,41.48545840965417],[-73.44128716323236,41.48532140963866],[-73.4411981632014,41.48528540963461],[-73.44113916318065,41.48525740963114],[-73.4409421631151,41.48522840963203],[-73.44081116306884,41.48516340962375],[-73.44064316300901,41.48507140961146],[-73.44019716285091,41.48483940958119],[-73.43995716276949,41.4847774095771],[-73.43984716272642,41.484650409556096],[-73.4395481626274,41.484614409559015],[-73.43927716253572,41.484548409555146],[-73.43889816239938,41.484317409522866],[-73.43884116237663,41.484244409510595],[-73.4387771623525,41.484186409501454],[-73.43702816175262,41.48362140944967],[-73.4414671636407,41.49130241079316],[-73.44112416354245,41.49152341084739],[-73.44009516324782,41.49218741101026],[-73.43975316314996,41.492409411064656],[-73.43970116313459,41.492434411071216],[-73.43954916308982,41.492511411091186],[-73.43949816307482,41.492537411097906],[-73.43936716303615,41.49260241111486],[-73.43936116303438,41.49260541111563],[-73.43897016292136,41.49283941117396],[-73.43884016288385,41.49291841119359],[-73.43878916286907,41.492948411201105],[-73.43863916282571,41.49303841122353],[-73.43858916281133,41.4930694112312],[-73.43844516276968,41.49315541125265],[-73.43836716274716,41.49320241126435],[-73.438023162649,41.493430411319956],[-73.4378841626094,41.49352341134261],[-73.4377671625761,41.49360241136179],[-73.43775116257149,41.49361241136426],[-73.43736116246141,41.49389141143129],[-73.43723216242506,41.493984411453596],[-73.43706716237848,41.49410241148196],[-73.43686316231961,41.49422641151276],[-73.43573216199347,41.49491741168423],[-73.43535516188479,41.495148411741525],[-73.43088916059988,41.497927412428346],[-73.43078616056964,41.497981412442236],[-73.43076616056439,41.498002412446965],[-73.42999716032772,41.49821741251411],[-73.42937416013591,41.49839041256827],[-73.42896816000979,41.49848441259993],[-73.42785215966332,41.49874541268748],[-73.42586415904601,41.499208412843046],[-73.42546615892252,41.49930241287444],[-73.42484715873404,41.49951041293526],[-73.42369415838293,41.49989741304845],[-73.42216415791711,41.50041241319893],[-73.42023815733057,41.50105841338795],[-73.41908615697983,41.50144641350129],[-73.41899615695264,41.501480413510876],[-73.41759415653141,41.502048413667396],[-73.41746615649306,41.5021024136821],[-73.41666115625664,41.50252141378999],[-73.41655415622516,41.502576413804206],[-73.4149661557587,41.503402414016925],[-73.41482615571535,41.50343741402835],[-73.41477215569863,41.50345041403265],[-73.41461315564948,41.50349141404584],[-73.41461015564855,41.50349241404614],[-73.41456015563305,41.50350441405013],[-73.41456115563314,41.50350041404933],[-73.4145611556328,41.50349441404815],[-73.41456215563306,41.50349341404792],[-73.41464715562567,41.50289641392933],[-73.4146811556267,41.50272541389502],[-73.41468515560672,41.502361413824275],[-73.41475815561552,41.50210741377259],[-73.41489915564988,41.5019134137303],[-73.41508115570397,41.501829413707995],[-73.41526815576219,41.50178841369386],[-73.41536315579287,41.50178641369034],[-73.41561815587939,41.5018524136947],[-73.41573815591798,41.50184741368976],[-73.41585515595418,41.50181741368009],[-73.41595415597897,41.50169241365256],[-73.41597915598524,41.501661413645714],[-73.4160221559852,41.50142241359794],[-73.41596015595556,41.50125941356838],[-73.41583415590883,41.50115841355292],[-73.41567415585374,41.50110341354757],[-73.4155061557944,41.50102041353703],[-73.41543815576664,41.50092241352025],[-73.41541615575244,41.5008014134975],[-73.41542415574642,41.50065441346874],[-73.41532415570653,41.5005264134472],[-73.4152401556755,41.50046141343737],[-73.41488515554457,41.500190413396524],[-73.41486615553401,41.50011541338261],[-73.41485215552315,41.50000741336212],[-73.41483915550965,41.49984841333172],[-73.41472215545993,41.4996464132964],[-73.41402515521678,41.49935241326239],[-73.41381915514293,41.499231413245745],[-73.41381015513358,41.49912141322469],[-73.41391815516074,41.49898741319513],[-73.41432015527504,41.49871341312869],[-73.41430915525714,41.498468413081525],[-73.4140781551636,41.498149413027264],[-73.41383615505737,41.49767441294312],[-73.41352615490497,41.496786412781084],[-73.4133411548226,41.4964034127129],[-73.41294515466653,41.49592941263402],[-73.4124071544568,41.49532541253463],[-73.41239015445014,41.4953054125313],[-73.41230315440627,41.495037412482176],[-73.41235315441483,41.49490641245511],[-73.4127781545386,41.4946674123947],[-73.4131781546568,41.494471412343444],[-73.41347515473952,41.494239412288636],[-73.41353615475269,41.49412641226469],[-73.41354015474481,41.4939694122341],[-73.41348715471376,41.493732412189864],[-73.41336515466084,41.49350341214946],[-73.41322915460741,41.49334341212289],[-73.41319015459442,41.493337412123026],[-73.41311315456869,41.49332441212307],[-73.41300815453559,41.49334041212963],[-73.41276215446129,41.49343341215581],[-73.41261115441071,41.493405412155376],[-73.41228815429905,41.49328641214295],[-73.41184015414022,41.49305341211254],[-73.4114251539951,41.49287241209114],[-73.4112201539193,41.49271241206687],[-73.41100515383359,41.49243841202081],[-73.41073215371624,41.49194441193397],[-73.4105551536367,41.4915654118663],[-73.4104701535922,41.49127541181282],[-73.41048915358002,41.490961411751265],[-73.4106191535885,41.490385411635216],[-73.41062515357663,41.49014941158922],[-73.4105851535493,41.4899034115428],[-73.41050715350147,41.489517411470494],[-73.41050115348467,41.48926341142139],[-73.4103051533898,41.48872741132385],[-73.40983615319087,41.487924411183535],[-73.40984215317698,41.487653411130744],[-73.40981015316147,41.487565411114716],[-73.40973215312694,41.48740741108664],[-73.40959715307338,41.4872394110585],[-73.40950715303543,41.487089411032365],[-73.40942515299751,41.486895410997434],[-73.40933215295844,41.48674241097081],[-73.40917915289405,41.48648941092678],[-73.40912515286476,41.48628741088935],[-73.40915515285866,41.486016410835774],[-73.40919715285543,41.48572841077849],[-73.40922715285038,41.4854754107284],[-73.40934515285602,41.48491741061621],[-73.40933915284076,41.48468941057216],[-73.40933015283552,41.484649410564685],[-73.40931815282835,41.484593410554226],[-73.40921715278685,41.48444341052846],[-73.40907115272762,41.4842394104937],[-73.40906915272672,41.48423541049298],[-73.40890415265596,41.483939410440975],[-73.4085841525239,41.483454410357425],[-73.40853115249546,41.48326141032171],[-73.40852015247091,41.4829024102524],[-73.40851815246566,41.48282341023713],[-73.40846915242676,41.48242941016228],[-73.40846315242393,41.48241441015959],[-73.40834915237087,41.48213841010978],[-73.40822515231933,41.48194441007622],[-73.40787115219052,41.48170341004114],[-73.40757315208296,41.4815154100145],[-73.40743715202957,41.48135640998812],[-73.40741715201487,41.48121540996142],[-73.40755915201301,41.48039540979759],[-73.40734615187576,41.47922740957791],[-73.40733415186783,41.47915840956492],[-73.40735015186813,41.479074409548076],[-73.4074801518719,41.47841740941626],[-73.40748415184866,41.47799740933461],[-73.40737415179811,41.47774240928874],[-73.4070221516633,41.477387409231454],[-73.40606515130582,41.47657740910583],[-73.40576915119483,41.476319409065525],[-73.40561515112437,41.47596740900229],[-73.4053781510019,41.475185408858316],[-73.40517315088222,41.47427340868805],[-73.40499215078508,41.4736144085661],[-73.40487615071929,41.47313140847616],[-73.40483515069118,41.4728774084282],[-73.40493615070665,41.47258140836739],[-73.40505415073933,41.47248640834506],[-73.40523215079003,41.47236640831589],[-73.40525615079528,41.47232340830675],[-73.40525815079033,41.47222740828804],[-73.40522415076396,41.47196440823812],[-73.40518215073911,41.471771408202024],[-73.40511615070993,41.47163840817839],[-73.40498015065657,41.471479408152],[-73.40488915062242,41.4713994081395],[-73.40478415058932,41.47141540814605],[-73.4041791503943,41.47143340816952],[-73.40390915031115,41.47150840819301],[-73.40380315028129,41.47158540821145],[-73.40375615026723,41.471605408216874],[-73.40372415025728,41.47161240821931],[-73.40366615023905,41.471622408223155],[-73.40358515021292,41.47162440822623],[-73.40341015015596,41.471620408231225],[-73.40339215014937,41.47160740822929],[-73.40335515013575,41.471579408225075],[-73.40333515011339,41.47130740817292],[-73.40343215013695,41.47117240814352],[-73.40356215016875,41.470995408104876],[-73.40375615020284,41.47050240800276],[-73.40382015020272,41.47014440793114],[-73.40391815019537,41.46947440779782],[-73.403774150105,41.468725407657146],[-73.40335214993515,41.468158407561],[-73.40325414989019,41.46793240752035],[-73.4032241498705,41.46776140748815],[-73.40331314989854,41.46774740748248],[-73.40335114991043,41.46774040747987],[-73.40373315003072,41.46768040745561],[-73.40386115007111,41.46766140744769],[-73.40440215024103,41.46756840741178],[-73.40508815045541,41.467432407362736],[-73.40546915057449,41.46735740733559],[-73.40721915112304,41.467038407215874],[-73.40791915134255,41.466912407168294],[-73.40877315161092,41.46676840711215],[-73.40885015163518,41.46675640710726],[-73.41001115200251,41.46660340703923],[-73.41000315199541,41.46652640702455],[-73.40999615198923,41.46645940701176],[-73.41111315234336,41.466324406948665],[-73.41252415280815,41.466453406927116],[-73.41339615309114,41.466460406899685],[-73.41405215330224,41.46643440687296],[-73.4144311534232,41.46640240685425],[-73.41454415345876,41.46638440684703],[-73.41501415360675,41.46631040681713],[-73.41567815381599,41.46620840677539],[-73.41618115397526,41.46614440674636],[-73.41624015399395,41.46613740674304],[-73.41662115411732,41.46613540673007],[-73.41694115422446,41.466194406730956],[-73.4171591543027,41.46632440674899],[-73.41750315443566,41.466692406809095],[-73.41785015456983,41.46706440686986],[-73.41799915462741,41.46722340689579],[-73.41814815468251,41.46734040691358],[-73.41824515471433,41.467346406911545],[-73.41825715471727,41.467330406908054],[-73.41831615473235,41.4672614068927],[-73.41835415473638,41.467119406863866],[-73.41846315473906,41.466560406751746],[-73.4185511547347,41.46599740663953],[-73.4186211547467,41.4658144066017],[-73.41864315475063,41.46575940659027],[-73.4187651547809,41.465600406555374],[-73.41898615484398,41.46545440651973],[-73.41921015491131,41.465364406494864],[-73.41933815495116,41.46533640648519],[-73.42043115529145,41.46509840640288],[-73.42079615540516,41.465019406375475],[-73.42096715545897,41.464992406364594],[-73.42148315562157,41.4649134063322],[-73.42165515567581,41.46488740632147],[-73.42172815569853,41.46487140631596],[-73.4219501557676,41.46482240629911],[-73.42202415579072,41.464807406293744],[-73.42199915577507,41.464678406269535],[-73.42199215577159,41.4646574062657],[-73.42192715573937,41.464466406230756],[-73.42188515571092,41.46421240618283],[-73.42186115569434,41.4640614061543],[-73.42179015565081,41.463710406088495],[-73.4216481555639,41.46300940595708],[-73.42158515552292,41.46265740589081],[-73.42152215548201,41.462306405824734],[-73.42147215545198,41.46206940578037],[-73.42135315538015,41.46149940567363],[-73.4213121553588,41.46136140564817],[-73.42124515532356,41.46112940560535],[-73.42112115525909,41.460713405528665],[-73.42088815513782,41.459929405384116],[-73.42076815507167,41.45946240529741],[-73.42066215501303,41.45904640522012],[-73.42066015501221,41.4590434052196],[-73.42062015499482,41.458967405206174],[-73.42050015494267,41.45874040516606],[-73.42046015492534,41.45866540515281],[-73.42037415488628,41.458473405118355],[-73.42019115480292,41.458061405044404],[-73.42013515477497,41.457893405013635],[-73.42006915474202,41.45769540497735],[-73.42001715471139,41.457459404933246],[-73.42000015470116,41.457378404918074],[-73.41989215464923,41.45708840486532],[-73.41971415457536,41.456810404817205],[-73.41958515452176,41.456608404782244],[-73.41950215448547,41.45644740475371],[-73.41942915445341,41.45630340472816],[-73.41929815439025,41.45594840466355],[-73.41923715436062,41.45577940463275],[-73.41942615442039,41.45575440462165],[-73.4197391545213,41.45574540460956],[-73.41996415459391,41.45574040460117],[-73.42085815488065,41.45568940456174],[-73.42123915499843,41.455592404530314],[-73.42172915515003,41.45546940449024],[-73.42213915527587,41.45534940445339],[-73.4233721556544,41.45498940434275],[-73.42371115575854,41.45489140431252],[-73.42378415578096,41.45487040430604]]]},"properties":{"name":2051,"geoid":"09001205100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.36403313541184,41.43758540291856],[-73.36425013548875,41.437698402933364],[-73.36435213552518,41.437756402941275],[-73.36450413557942,41.437842402952995],[-73.36510513579368,41.43817740299831],[-73.36531213586605,41.438268403009175],[-73.36564513598246,41.43841440302658],[-73.36618113616773,41.438613403047604],[-73.36640813624628,41.43869940305685],[-73.36673013635784,41.43882340307034],[-73.3677261367037,41.43922040311468],[-73.36866513703232,41.439638403164984],[-73.36873413705648,41.439669403168736],[-73.36883913709325,41.43971640317442],[-73.36937613728593,41.44003740321911],[-73.36946513731895,41.44010940323016],[-73.36973213741807,41.44032540326334],[-73.36982213745142,41.44039740327437],[-73.37065713775743,41.44100640336521],[-73.37118513795095,41.44139140342263],[-73.37198113824222,41.44196440350775],[-73.37262513847787,41.4424274035765],[-73.37315013867278,41.44285340364198],[-73.37356013882497,41.44318540369297],[-73.37397213897576,41.443482403737114],[-73.37410013902645,41.44364040376359],[-73.37429713911014,41.443981403823365],[-73.37437713914333,41.444106403845005],[-73.3745481392141,41.44437040389067],[-73.37471113929539,41.44485940398032],[-73.37544213960241,41.446064404190345],[-73.37582913976502,41.44670340430175],[-73.3759871398402,41.44711540437658],[-73.3760181398553,41.44720240439247],[-73.37616713992811,41.44762340446935],[-73.37638814004671,41.44843040461885],[-73.37649514009891,41.4487314046738],[-73.37654614012371,41.44887340469971],[-73.37674214020649,41.449204404757566],[-73.37693014028261,41.44946540480206],[-73.37749714051196,41.45024840493548],[-73.37768614058841,41.45050940497995],[-73.37785014065436,41.4507294050173],[-73.37834414085296,41.45139040512942],[-73.37850914091929,41.45161140516691],[-73.37885014105765,41.45208940524853],[-73.37987514147333,41.453523405493286],[-73.38021714161206,41.454002405575075],[-73.38133114206506,41.455581405845045],[-73.38151514214306,41.45589640590016],[-73.38168614221017,41.456097405933576],[-73.3818351422745,41.45637240598207],[-73.38196514233002,41.45660240602246],[-73.3821651424065,41.456802406054706],[-73.38285714266122,41.45732540613348],[-73.38335214284345,41.45769940618979],[-73.3838951430488,41.458203406269774],[-73.38423114317722,41.458538406323775],[-73.38432014321741,41.45873340635871],[-73.38432214323556,41.4590334064169],[-73.3841421432254,41.45986040658346],[-73.38413214324558,41.46026240666185],[-73.38413714327973,41.460820406770054],[-73.3846891435401,41.46221840702336],[-73.3850081436769,41.46279140712411],[-73.3851581437361,41.462973407154514],[-73.3855461438854,41.46337740722016],[-73.38594014403694,41.46378640728659],[-73.38653414426898,41.46446440739867],[-73.3870971444939,41.46519240752146],[-73.38721614454144,41.46534640754745],[-73.38762114469877,41.46579340762088],[-73.38766414471576,41.46584540762955],[-73.38779614476773,41.4660034076559],[-73.38784014478509,41.46605640766474],[-73.38803014484206,41.46597740764313],[-73.38820114489538,41.4659414076305],[-73.38833514494038,41.46596840763131],[-73.38841614496944,41.46601640763796],[-73.3884751449906,41.46605140764281],[-73.38885514513119,41.466350407688346],[-73.38925714527454,41.466574407718575],[-73.38948614535546,41.466689407733355],[-73.38976014545169,41.46681640774897],[-73.38997014552248,41.466863407751156],[-73.39002114553954,41.46687240775124],[-73.39026214562038,41.46691940775241],[-73.39062814574122,41.46695740774771],[-73.39073414577712,41.466983407749254],[-73.39105214588483,41.4670634077543],[-73.39115814592076,41.467090407756054],[-73.39128614596498,41.46713740776095],[-73.3913251459785,41.46715240776259],[-73.3915831460669,41.46723440776998],[-73.3916711460978,41.46727540777505],[-73.39179514614139,41.46733340778222],[-73.39197614619975,41.46732840777528],[-73.39252014637519,41.46731340775441],[-73.39270214643398,41.46730940774764],[-73.39306614655013,41.46727840772961],[-73.39354514670403,41.46725540770933],[-73.39357914671497,41.46725440770801],[-73.39392714683005,41.4672934077041],[-73.3943921469849,41.46736440770255],[-73.39482814713494,41.46751440771729],[-73.39547814736132,41.46778340774807],[-73.39577614746477,41.46790140776115],[-73.39597214752965,41.46792440775914],[-73.39604614755422,41.46793440775864],[-73.3963431476507,41.46793840774961],[-73.39681714780428,41.467937407733785],[-73.39691714783645,41.467933407729696],[-73.39721814793342,41.46792340771782],[-73.39731914796597,41.467920407713905],[-73.39754914804006,41.46791240770477],[-73.39824214826325,41.46788840767726],[-73.39847314833771,41.467881407668244],[-73.39910914854653,41.4679274076562],[-73.39985314879087,41.46798240764233],[-73.40101814917223,41.468047407616474],[-73.4013771492898,41.46806840760871],[-73.40165614938051,41.46807340760048],[-73.40188314945118,41.468023407583274],[-73.40196914947816,41.46800840757753],[-73.40220214955134,41.46796840756206],[-73.40290914977173,41.46781840750961],[-73.40304814981509,41.467789407499374],[-73.40314414984532,41.46777440749331],[-73.4032241498705,41.46776140748815],[-73.40325414989019,41.46793240752035],[-73.40335214993515,41.468158407561],[-73.403774150105,41.468725407657146],[-73.40391815019537,41.46947440779782],[-73.40382015020272,41.47014440793114],[-73.40375615020284,41.47050240800276],[-73.40356215016875,41.470995408104876],[-73.40343215013695,41.47117240814352],[-73.40333515011339,41.47130740817292],[-73.40335515013575,41.471579408225075],[-73.40339215014937,41.47160740822929],[-73.40341015015596,41.471620408231225],[-73.40358515021292,41.47162440822623],[-73.40366615023905,41.471622408223155],[-73.40372415025728,41.47161240821931],[-73.40375615026723,41.471605408216874],[-73.40380315028129,41.47158540821145],[-73.40390915031115,41.47150840819301],[-73.4041791503943,41.47143340816952],[-73.40478415058932,41.47141540814605],[-73.40488915062242,41.4713994081395],[-73.40498015065657,41.471479408152],[-73.40511615070993,41.47163840817839],[-73.40518215073911,41.471771408202024],[-73.40522415076396,41.47196440823812],[-73.40525815079033,41.47222740828804],[-73.40525615079528,41.47232340830675],[-73.40523215079003,41.47236640831589],[-73.40505415073933,41.47248640834506],[-73.40493615070665,41.47258140836739],[-73.40483515069118,41.4728774084282],[-73.40487615071929,41.47313140847616],[-73.40499215078508,41.4736144085661],[-73.40517315088222,41.47427340868805],[-73.4053781510019,41.475185408858316],[-73.40561515112437,41.47596740900229],[-73.40576915119483,41.476319409065525],[-73.40606515130582,41.47657740910583],[-73.4070221516633,41.477387409231454],[-73.40737415179811,41.47774240928874],[-73.40748415184866,41.47799740933461],[-73.4074801518719,41.47841740941626],[-73.40735015186813,41.479074409548076],[-73.40733415186783,41.47915840956492],[-73.40734615187576,41.47922740957791],[-73.40755915201301,41.48039540979759],[-73.40741715201487,41.48121540996142],[-73.40743715202957,41.48135640998812],[-73.40757315208296,41.4815154100145],[-73.40787115219052,41.48170341004114],[-73.40822515231933,41.48194441007622],[-73.40834915237087,41.48213841010978],[-73.40846315242393,41.48241441015959],[-73.40846915242676,41.48242941016228],[-73.40851815246566,41.48282341023713],[-73.40852015247091,41.4829024102524],[-73.40853115249546,41.48326141032171],[-73.4085841525239,41.483454410357425],[-73.40890415265596,41.483939410440975],[-73.40906915272672,41.48423541049298],[-73.40907115272762,41.4842394104937],[-73.40921715278685,41.48444341052846],[-73.40931815282835,41.484593410554226],[-73.40933015283552,41.484649410564685],[-73.40933915284076,41.48468941057216],[-73.40934515285602,41.48491741061621],[-73.40922715285038,41.4854754107284],[-73.40919715285543,41.48572841077849],[-73.40915515285866,41.486016410835774],[-73.40912515286476,41.48628741088935],[-73.40917915289405,41.48648941092678],[-73.40933215295844,41.48674241097081],[-73.40942515299751,41.486895410997434],[-73.40950715303543,41.487089411032365],[-73.40959715307338,41.4872394110585],[-73.40973215312694,41.48740741108664],[-73.40981015316147,41.487565411114716],[-73.40984215317698,41.487653411130744],[-73.40983615319087,41.487924411183535],[-73.4103051533898,41.48872741132385],[-73.41050115348467,41.48926341142139],[-73.41050715350147,41.489517411470494],[-73.4105851535493,41.4899034115428],[-73.41062515357663,41.49014941158922],[-73.4106191535885,41.490385411635216],[-73.41048915358002,41.490961411751265],[-73.4104701535922,41.49127541181282],[-73.4105551536367,41.4915654118663],[-73.41073215371624,41.49194441193397],[-73.41100515383359,41.49243841202081],[-73.4112201539193,41.49271241206687],[-73.4114251539951,41.49287241209114],[-73.41184015414022,41.49305341211254],[-73.41228815429905,41.49328641214295],[-73.41261115441071,41.493405412155376],[-73.41276215446129,41.49343341215581],[-73.41300815453559,41.49334041212963],[-73.41311315456869,41.49332441212307],[-73.41319015459442,41.493337412123026],[-73.41322915460741,41.49334341212289],[-73.41336515466084,41.49350341214946],[-73.41348715471376,41.493732412189864],[-73.41354015474481,41.4939694122341],[-73.41353615475269,41.49412641226469],[-73.41347515473952,41.494239412288636],[-73.4131781546568,41.494471412343444],[-73.4127781545386,41.4946674123947],[-73.41235315441483,41.49490641245511],[-73.41230315440627,41.495037412482176],[-73.41239015445014,41.4953054125313],[-73.4124071544568,41.49532541253463],[-73.41294515466653,41.49592941263402],[-73.4133411548226,41.4964034127129],[-73.41352615490497,41.496786412781084],[-73.41383615505737,41.49767441294312],[-73.4140781551636,41.498149413027264],[-73.41430915525714,41.498468413081525],[-73.41432015527504,41.49871341312869],[-73.41391815516074,41.49898741319513],[-73.41381015513358,41.49912141322469],[-73.41381915514293,41.499231413245745],[-73.41402515521678,41.49935241326239],[-73.41472215545993,41.4996464132964],[-73.41483915550965,41.49984841333172],[-73.41485215552315,41.50000741336212],[-73.41486615553401,41.50011541338261],[-73.41488515554457,41.500190413396524],[-73.4152401556755,41.50046141343737],[-73.41532415570653,41.5005264134472],[-73.41542415574642,41.50065441346874],[-73.41541615575244,41.5008014134975],[-73.41543815576664,41.50092241352025],[-73.4155061557944,41.50102041353703],[-73.41567415585374,41.50110341354757],[-73.41583415590883,41.50115841355292],[-73.41596015595556,41.50125941356838],[-73.4160221559852,41.50142241359794],[-73.41597915598524,41.501661413645714],[-73.41595415597897,41.50169241365256],[-73.41585515595418,41.50181741368009],[-73.41573815591798,41.50184741368976],[-73.41561815587939,41.5018524136947],[-73.41536315579287,41.50178641369034],[-73.41526815576219,41.50178841369386],[-73.41508115570397,41.501829413707995],[-73.41489915564988,41.5019134137303],[-73.41475815561552,41.50210741377259],[-73.41468515560672,41.502361413824275],[-73.4146811556267,41.50272541389502],[-73.41464715562567,41.50289641392933],[-73.41456215563306,41.50349341404792],[-73.4145611556328,41.50349441404815],[-73.41456115563314,41.50350041404933],[-73.41456015563305,41.50350441405013],[-73.41447215560581,41.50352641405732],[-73.41416615551105,41.50360241408216],[-73.41404615547545,41.50365841409698],[-73.41259115504448,41.50435441428008],[-73.41210615490088,41.50458741434132],[-73.41186415482909,41.504701414371425],[-73.41166615477665,41.50490241441697],[-73.41155015474075,41.50493141442642],[-73.41126615465284,41.50500241444958],[-73.4026721521009,41.50900641551022],[-73.40246515203941,41.509102415535686],[-73.40210215192938,41.50923341557308],[-73.40037315140573,41.50986441575259],[-73.39979715123133,41.510075415812544],[-73.39506514979811,41.51180241630382],[-73.39454514964203,41.51201641636251],[-73.39377114940974,41.51233541644995],[-73.39336514928787,41.51250241649575],[-73.39304814919228,41.51262541653007],[-73.39182314881609,41.512984416640165],[-73.391213148642,41.51338941673886],[-73.38836814776697,41.51420041699012],[-73.3881301476958,41.514303417017956],[-73.3876231475441,41.51452041707677],[-73.38711614739239,41.5147374171356],[-73.38704114737001,41.51477041714449],[-73.38696514734724,41.5148024171532],[-73.38635414710586,41.514062417029855],[-73.38574314686451,41.51332241690651],[-73.38506514659674,41.51250241676988],[-73.38496514647666,41.51100241648224],[-73.38746514717619,41.509102416031155],[-73.38757914719743,41.508833415975225],[-73.38804514728416,41.50773241574627],[-73.38851014737061,41.50663141551735],[-73.3885651473809,41.50650241549051],[-73.38836314730518,41.506327415463225],[-73.38816714723175,41.50615841543692],[-73.38797014715794,41.505988415410464],[-73.38759714701808,41.50566441535992],[-73.38722314687784,41.50533941530922],[-73.3872001468692,41.505319415306104],[-73.3870651468186,41.50520241528787],[-73.38196514507163,41.50360241514585],[-73.379562144213,41.50224041496092],[-73.37896514399971,41.501902414915044],[-73.37852614382362,41.5013244148174],[-73.37802714362341,41.5006664147062],[-73.37752814342316,41.50000741459481],[-73.37729314332893,41.49969841454263],[-73.37705814323469,41.49938941449042],[-73.37676514311711,41.499002414425],[-73.37669114306755,41.498564414342475],[-73.37644114290028,41.49708741406411],[-73.37619014273268,41.49561041378582],[-73.37576414244819,41.493102413313196],[-73.37566714237175,41.492331413166774],[-73.37562714234099,41.49202641310892],[-73.37558714231024,41.491721413051025],[-73.37547114221992,41.49081841287963],[-73.37535514212958,41.48991441270801],[-73.37526414205853,41.48920241257284],[-73.37500114196756,41.48910441256249],[-73.37456414181631,41.48894041254508],[-73.37356414147177,41.48859141251031],[-73.3725441411183,41.48820041246807],[-73.37152414076475,41.48780841242565],[-73.37123714066523,41.48769741241356],[-73.37095014056567,41.48758541240128],[-73.3704451403912,41.48740141238223],[-73.36987714019517,41.48719741236136],[-73.36661913907896,41.48616841226907],[-73.36420413824689,41.48532541218506],[-73.36410413821243,41.48529041218158],[-73.36204613747225,41.48403841200639],[-73.36043313689215,41.48305741186913],[-73.35997313672664,41.48277641182974],[-73.35951213656088,41.482496411790564],[-73.35933313649647,41.48238741177531],[-73.35915513643249,41.48227941176022],[-73.35907713640447,41.482232411753664],[-73.35900013637676,41.482185411747096],[-73.35886313632751,41.48210241173548],[-73.35860813624069,41.48203141173012],[-73.3568201356318,41.48152941169157],[-73.35503113502256,41.481027411653066],[-73.35284013427649,41.480413411606065],[-73.35065813353343,41.479801411559144],[-73.35065113353107,41.47979941155897],[-73.35034213342577,41.47971141155205],[-73.3500351333211,41.47962341154509],[-73.34926413305833,41.47940341152777],[-73.34870913285214,41.47895241145849],[-73.34859913281123,41.47886241144464],[-73.34848813277006,41.478773411431014],[-73.34810313262702,41.47846041138293],[-73.3477171324836,41.47814641133467],[-73.3476641324639,41.47810341132808],[-73.34751113241268,41.47807541132768],[-73.34716313229613,41.47801141132672],[-73.34696813223081,41.47797541132615],[-73.34681613217991,41.47794741132573],[-73.34582813184902,41.47776541132291],[-73.3448401315181,41.477583411320126],[-73.34439913137041,41.477502411318916],[-73.34434513135233,41.47749241131875],[-73.34395813122266,41.47742041131753],[-73.34296613089047,41.47723841131485],[-73.3419741305582,41.477055411311966],[-73.34087113018875,41.47685141130867],[-73.34006312991819,41.47670341130655],[-73.33892612953012,41.47636941127913],[-73.33864112943283,41.47628541127221],[-73.33666312875768,41.47570341122431],[-73.3354081283075,41.47495941112116],[-73.33488512811992,41.474649411078175],[-73.33386112775261,41.47404241099399],[-73.3323131271974,41.47312541086688],[-73.3317881270091,41.47281441082376],[-73.33157012693091,41.47268541080588],[-73.3326851272155,41.47136341051247],[-73.33295112728719,41.47111341045516],[-73.33359212744392,41.47023541026356],[-73.33471812773804,41.46901640998976],[-73.3363071281484,41.4672154095877],[-73.33717612837296,41.46623240936818],[-73.33968412903253,41.463594408773275],[-73.34005712913465,41.46327140869827],[-73.34019612917535,41.463196408679124],[-73.34031312920891,41.46312140866071],[-73.34032112921133,41.46311840865987],[-73.34461713032623,41.45834440759114],[-73.3460581307002,41.456743407232715],[-73.3522911323348,41.4501114057391],[-73.35426113285145,41.44801640526722],[-73.35441713288951,41.447801405220304],[-73.3544251328896,41.4477584052117],[-73.35993113438022,41.44270540404858],[-73.36403313541184,41.43758540291856]]]},"properties":{"name":2052,"geoid":"09001205200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.42378415578096,41.45487040430604],[-73.42371115575854,41.45489140431252],[-73.4233721556544,41.45498940434275],[-73.42213915527587,41.45534940445339],[-73.42172915515003,41.45546940449024],[-73.42123915499843,41.455592404530314],[-73.42085815488065,41.45568940456174],[-73.41996415459391,41.45574040460117],[-73.4197391545213,41.45574540460956],[-73.41942615442039,41.45575440462165],[-73.41923715436062,41.45577940463275],[-73.41929815439025,41.45594840466355],[-73.41942915445341,41.45630340472816],[-73.41950215448547,41.45644740475371],[-73.41958515452176,41.456608404782244],[-73.41971415457536,41.456810404817205],[-73.41989215464923,41.45708840486532],[-73.42000015470116,41.457378404918074],[-73.42001715471139,41.457459404933246],[-73.42006915474202,41.45769540497735],[-73.42013515477497,41.457893405013635],[-73.42019115480292,41.458061405044404],[-73.42037415488628,41.458473405118355],[-73.42046015492534,41.45866540515281],[-73.42050015494267,41.45874040516606],[-73.42062015499482,41.458967405206174],[-73.42066015501221,41.4590434052196],[-73.42066215501303,41.45904640522012],[-73.42076815507167,41.45946240529741],[-73.42088815513782,41.459929405384116],[-73.42112115525909,41.460713405528665],[-73.42124515532356,41.46112940560535],[-73.4213121553588,41.46136140564817],[-73.42135315538015,41.46149940567363],[-73.42147215545198,41.46206940578037],[-73.42152215548201,41.462306405824734],[-73.42158515552292,41.46265740589081],[-73.4216481555639,41.46300940595708],[-73.42179015565081,41.463710406088495],[-73.42186115569434,41.4640614061543],[-73.42188515571092,41.46421240618283],[-73.42192715573937,41.464466406230756],[-73.42199215577159,41.4646574062657],[-73.42199915577507,41.464678406269535],[-73.42202415579072,41.464807406293744],[-73.4219501557676,41.46482240629911],[-73.42172815569853,41.46487140631596],[-73.42165515567581,41.46488740632147],[-73.42148315562157,41.4649134063322],[-73.42096715545897,41.464992406364594],[-73.42079615540516,41.465019406375475],[-73.42043115529145,41.46509840640288],[-73.41933815495116,41.46533640648519],[-73.41921015491131,41.465364406494864],[-73.41898615484398,41.46545440651973],[-73.4187651547809,41.465600406555374],[-73.41864315475063,41.46575940659027],[-73.4186211547467,41.4658144066017],[-73.4185511547347,41.46599740663953],[-73.41846315473906,41.466560406751746],[-73.41835415473638,41.467119406863866],[-73.41831615473235,41.4672614068927],[-73.41825715471727,41.467330406908054],[-73.41824515471433,41.467346406911545],[-73.41814815468251,41.46734040691358],[-73.41799915462741,41.46722340689579],[-73.41785015456983,41.46706440686986],[-73.41750315443566,41.466692406809095],[-73.4171591543027,41.46632440674899],[-73.41694115422446,41.466194406730956],[-73.41662115411732,41.46613540673007],[-73.41624015399395,41.46613740674304],[-73.41618115397526,41.46614440674636],[-73.41567815381599,41.46620840677539],[-73.41501415360675,41.46631040681713],[-73.41454415345876,41.46638440684703],[-73.4144311534232,41.46640240685425],[-73.41405215330224,41.46643440687296],[-73.41339615309114,41.466460406899685],[-73.41252415280815,41.466453406927116],[-73.41111315234336,41.466324406948665],[-73.40999615198923,41.46645940701176],[-73.41000315199541,41.46652640702455],[-73.41001115200251,41.46660340703923],[-73.40885015163518,41.46675640710726],[-73.40877315161092,41.46676840711215],[-73.40791915134255,41.466912407168294],[-73.40721915112304,41.467038407215874],[-73.40546915057449,41.46735740733559],[-73.40508815045541,41.467432407362736],[-73.40440215024103,41.46756840741178],[-73.40386115007111,41.46766140744769],[-73.40373315003072,41.46768040745561],[-73.40335114991043,41.46774040747987],[-73.40331314989854,41.46774740748248],[-73.4032241498705,41.46776140748815],[-73.40314414984532,41.46777440749331],[-73.40304814981509,41.467789407499374],[-73.40290914977173,41.46781840750961],[-73.40220214955134,41.46796840756206],[-73.40196914947816,41.46800840757753],[-73.40188314945118,41.468023407583274],[-73.40165614938051,41.46807340760048],[-73.4013771492898,41.46806840760871],[-73.40101814917223,41.468047407616474],[-73.39985314879087,41.46798240764233],[-73.39910914854653,41.4679274076562],[-73.39847314833771,41.467881407668244],[-73.39824214826325,41.46788840767726],[-73.39754914804006,41.46791240770477],[-73.39731914796597,41.467920407713905],[-73.39721814793342,41.46792340771782],[-73.39691714783645,41.467933407729696],[-73.39681714780428,41.467937407733785],[-73.3963431476507,41.46793840774961],[-73.39604614755422,41.46793440775864],[-73.39597214752965,41.46792440775914],[-73.39577614746477,41.46790140776115],[-73.39547814736132,41.46778340774807],[-73.39482814713494,41.46751440771729],[-73.3943921469849,41.46736440770255],[-73.39392714683005,41.4672934077041],[-73.39357914671497,41.46725440770801],[-73.39354514670403,41.46725540770933],[-73.39306614655013,41.46727840772961],[-73.39270214643398,41.46730940774764],[-73.39252014637519,41.46731340775441],[-73.39197614619975,41.46732840777528],[-73.39179514614139,41.46733340778222],[-73.3916711460978,41.46727540777505],[-73.3915831460669,41.46723440776998],[-73.3913251459785,41.46715240776259],[-73.39128614596498,41.46713740776095],[-73.39115814592076,41.467090407756054],[-73.39105214588483,41.4670634077543],[-73.39073414577712,41.466983407749254],[-73.39062814574122,41.46695740774771],[-73.39026214562038,41.46691940775241],[-73.39002114553954,41.46687240775124],[-73.38997014552248,41.466863407751156],[-73.38976014545169,41.46681640774897],[-73.38948614535546,41.466689407733355],[-73.38925714527454,41.466574407718575],[-73.38885514513119,41.466350407688346],[-73.3884751449906,41.46605140764281],[-73.38841614496944,41.46601640763796],[-73.38833514494038,41.46596840763131],[-73.38820114489538,41.4659414076305],[-73.38803014484206,41.46597740764313],[-73.38784014478509,41.46605640766474],[-73.38779614476773,41.4660034076559],[-73.38766414471576,41.46584540762955],[-73.38762114469877,41.46579340762088],[-73.38721614454144,41.46534640754745],[-73.3870971444939,41.46519240752146],[-73.38653414426898,41.46446440739867],[-73.38594014403694,41.46378640728659],[-73.3855461438854,41.46337740722016],[-73.3851581437361,41.462973407154514],[-73.3850081436769,41.46279140712411],[-73.3846891435401,41.46221840702336],[-73.38413714327973,41.460820406770054],[-73.38413214324558,41.46026240666185],[-73.3841421432254,41.45986040658346],[-73.38432214323556,41.4590334064169],[-73.38432014321741,41.45873340635871],[-73.38423114317722,41.458538406323775],[-73.3838951430488,41.458203406269774],[-73.38335214284345,41.45769940618979],[-73.38285714266122,41.45732540613348],[-73.3821651424065,41.456802406054706],[-73.38196514233002,41.45660240602246],[-73.3818351422745,41.45637240598207],[-73.38168614221017,41.456097405933576],[-73.38151514214306,41.45589640590016],[-73.38133114206506,41.455581405845045],[-73.38021714161206,41.454002405575075],[-73.37987514147333,41.453523405493286],[-73.37885014105765,41.45208940524853],[-73.37850914091929,41.45161140516691],[-73.37834414085296,41.45139040512942],[-73.37785014065436,41.4507294050173],[-73.37768614058841,41.45050940497995],[-73.37749714051196,41.45024840493548],[-73.37693014028261,41.44946540480206],[-73.37674214020649,41.449204404757566],[-73.37654614012371,41.44887340469971],[-73.37649514009891,41.4487314046738],[-73.37638814004671,41.44843040461885],[-73.37616713992811,41.44762340446935],[-73.3760181398553,41.44720240439247],[-73.3759871398402,41.44711540437658],[-73.37582913976502,41.44670340430175],[-73.37544213960241,41.446064404190345],[-73.37471113929539,41.44485940398032],[-73.3745481392141,41.44437040389067],[-73.37437713914333,41.444106403845005],[-73.37429713911014,41.443981403823365],[-73.37410013902645,41.44364040376359],[-73.37397213897576,41.443482403737114],[-73.37356013882497,41.44318540369297],[-73.37315013867278,41.44285340364198],[-73.37262513847787,41.4424274035765],[-73.37198113824222,41.44196440350775],[-73.37118513795095,41.44139140342263],[-73.37065713775743,41.44100640336521],[-73.36982213745142,41.44039740327437],[-73.36973213741807,41.44032540326334],[-73.36946513731895,41.44010940323016],[-73.36937613728593,41.44003740321911],[-73.36883913709325,41.43971640317442],[-73.36873413705648,41.439669403168736],[-73.36866513703232,41.439638403164984],[-73.3677261367037,41.43922040311468],[-73.36673013635784,41.43882340307034],[-73.36640813624628,41.43869940305685],[-73.36618113616773,41.438613403047604],[-73.36564513598246,41.43841440302658],[-73.36531213586605,41.438268403009175],[-73.36510513579368,41.43817740299831],[-73.36450413557942,41.437842402952995],[-73.36435213552518,41.437756402941275],[-73.36425013548875,41.437698402933364],[-73.36403313541184,41.43758540291856],[-73.3689311366726,41.431970401665986],[-73.36923913675513,41.43167340159812],[-73.37016513700353,41.430784401394845],[-73.37026113702933,41.43069340137398],[-73.37047013708485,41.430483401326285],[-73.37371113790407,41.426510400447285],[-73.374846138191,41.425120400139704],[-73.37498713822751,41.424962400104356],[-73.37517213827542,41.42475540005802],[-73.37621113854458,41.423594399798105],[-73.37895313925493,41.42053139911233],[-73.37921013937083,41.42109239921293],[-73.3793951394522,41.42146139927858],[-73.37995313969753,41.422571399475984],[-73.38013913977937,41.42294239954199],[-73.38070113996868,41.42306639954758],[-73.38238714053662,41.42343939956455],[-73.382949140726,41.42356439957033],[-73.38333814085662,41.423643399572875],[-73.3834071408798,41.42365739957333],[-73.38478314134184,41.42393639958223],[-73.38524214149597,41.42402939958517],[-73.38650514192078,41.42429739959565],[-73.39029514319566,41.425104399627635],[-73.39070214333258,41.42519139963113],[-73.39155914362084,41.425373399638275],[-73.39224214384929,41.42549639963967],[-73.39429414453558,41.42586539964376],[-73.39497814476442,41.4259893996453],[-73.39517614483137,41.42603739964812],[-73.39577214503284,41.42618139965646],[-73.39597114510016,41.42623039965942],[-73.39797014577076,41.4266243996701],[-73.40042814659529,41.42710839968314],[-73.40262314733165,41.427541399694896],[-73.40396714778258,41.427807399702296],[-73.40596614845322,41.42820239971312],[-73.40670614870228,41.42836239971981],[-73.40892614944948,41.428842399739864],[-73.40966614969854,41.42900239974656],[-73.40977814973634,41.429028399747935],[-73.41011414984986,41.429108399752394],[-73.41022614988772,41.42913539975394],[-73.41044614996247,41.42919539975835],[-73.41110615018695,41.42937839977214],[-73.41117215020947,41.42939739977365],[-73.41132615026184,41.42944039977692],[-73.41144515030157,41.429460399776886],[-73.41180515042171,41.42952039977666],[-73.41192515046176,41.42954039977659],[-73.41207415051177,41.429570399777504],[-73.41233515059942,41.4296233997792],[-73.41252315066254,41.429661399780365],[-73.41267315071295,41.42969239978146],[-73.41322315089724,41.42979739978371],[-73.41415215120868,41.42997739978804],[-73.41433815127107,41.430013399788905],[-73.41443715130424,41.430032399789326],[-73.4145351513371,41.43005139978978],[-73.41466315138031,41.4300813997914],[-73.41479215142385,41.43011139979296],[-73.41578815176017,41.430345399805574],[-73.41628515200944,41.431860400083586],[-73.41777615275743,41.436406400917726],[-73.41827415300716,41.43792240119584],[-73.41853415313744,41.43871240134075],[-73.41931715352946,41.441085401775936],[-73.41957815366015,41.441876401921],[-73.42041915408413,41.44447440239793],[-73.42154215465031,41.44794340303469],[-73.42257915517331,41.45114840362296],[-73.42294215535647,41.45227140382909],[-73.42378415578096,41.45487040430604]]]},"properties":{"name":2053,"geoid":"09001205300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.46081916488421,41.405257393442035],[-73.46044916478522,41.40561439352367],[-73.46008016468657,41.40597239360546],[-73.45942616451326,41.406632393755395],[-73.45935116449282,41.4066983937707],[-73.45915716444,41.406870393810536],[-73.45897516439152,41.407049393851366],[-73.45887316436401,41.4071443938732],[-73.45862216429664,41.40738339392796],[-73.45856516428076,41.407427393938384],[-73.45845516425017,41.407513393958745],[-73.45836616422109,41.40750939396092],[-73.4582011641673,41.4075033939652],[-73.45810116413504,41.407505393968904],[-73.45801316410666,41.407507393972196],[-73.45808416411688,41.40728839392727],[-73.45812716412118,41.40712339389377],[-73.45820916412956,41.4068113938304],[-73.45827316413384,41.406529393773475],[-73.45830316412247,41.40616739370209],[-73.45840816415145,41.40608139368191],[-73.458481164172,41.40602839366918],[-73.4587981642616,41.405804393615156],[-73.45880716426406,41.40579639361331],[-73.45889416428774,41.405719393595476],[-73.45915516435903,41.4054923935427],[-73.45924316438311,41.40541639352503],[-73.4591601643511,41.40532839351065],[-73.4590261643003,41.40520139349039],[-73.45885116423086,41.404982393453594],[-73.45866316415835,41.40478339342112],[-73.4584461640727,41.404519393376965],[-73.45825016399611,41.40429439333969],[-73.45798216388333,41.40384839326182],[-73.45778116381975,41.40387439327353],[-73.4575031637328,41.40392739329302],[-73.45739016368023,41.403653393243474],[-73.45722916360509,41.40325839317199],[-73.45707116352868,41.40282539309304],[-73.45697016347982,41.402548393042494],[-73.45685216344302,41.402572393051074],[-73.45675216341185,41.402593393058446],[-73.45656716335368,41.40262339307041],[-73.45649716333166,41.40263439307485],[-73.45637916329467,41.40265539308283],[-73.45630416327114,41.402668393087836],[-73.45604116318812,41.40270539310372],[-73.45594416314312,41.40247239306162],[-73.45582116308734,41.40219839301241],[-73.45574516305211,41.402016392979526],[-73.45563916300577,41.40181039294297],[-73.45547116293459,41.40152239289253],[-73.4553111628709,41.401318392858144],[-73.45520316282682,41.40116239283139],[-73.45513416279994,41.4010843928185],[-73.45500516274784,41.40090739278833],[-73.45483016267818,41.40068439275076],[-73.45451916255428,41.40028639268364],[-73.45429616246697,41.400027392640645],[-73.45411216239496,41.3998143926053],[-73.45405616237433,41.39977139259879],[-73.45388816231247,41.39964339257945],[-73.4538331622922,41.39960139257309],[-73.45358416220043,41.399410392544176],[-73.45335116211461,41.39923239251726],[-73.45284616192772,41.39883139245598],[-73.4526021618374,41.398637392426295],[-73.45252716180961,41.39857739241712],[-73.45230416172708,41.398400392390066],[-73.45223016169969,41.39834139238103],[-73.45204316163078,41.3981983923594],[-73.45175116152325,41.397975392325684],[-73.45148616142507,41.3977633922932],[-73.4513031613573,41.397617392270845],[-73.45120916133041,41.39767839228582],[-73.45110116129958,41.3977493923032],[-73.45093216125173,41.397867392331705],[-73.45088016123704,41.39790439234063],[-73.45084416122724,41.39793639234804],[-73.45076416120489,41.39799739236254],[-73.45060616116088,41.39812039239168],[-73.45051816113529,41.39817039240431],[-73.45043216111036,41.398220392416874],[-73.44972416087379,41.39809539241596],[-73.44849116046186,41.39787839241446],[-73.44813216034345,41.397841392419124],[-73.44759416016612,41.39778839242658],[-73.44688015993083,41.39771839243654],[-73.44661015984198,41.39769439244078],[-73.44580115957598,41.39762539245408],[-73.44553215948751,41.39760239245849],[-73.44521215938447,41.39761239247101],[-73.44425315907576,41.39764439250889],[-73.4439341589731,41.39765539252156],[-73.44310015870813,41.397743392566206],[-73.4405991579137,41.39801039270069],[-73.4397661576491,41.3980993927455],[-73.43972415762823,41.39797439272257],[-73.43970215761796,41.3979203927128],[-73.43949215751934,41.39739439261743],[-73.43942315748679,41.397219392585676],[-73.43984815762171,41.3971723925625],[-73.44035015778108,41.39711739253524],[-73.44112615802842,41.397049392496406],[-73.44124415806607,41.39703939249057],[-73.44155415816651,41.39704039248052],[-73.44181715825175,41.39704139247203],[-73.44186815826832,41.397042392470546],[-73.44278415856614,41.397062392444205],[-73.44281115857476,41.397060392442924],[-73.44292815861225,41.39705339243769],[-73.44300315863502,41.39702739243016],[-73.44306715864992,41.3969273924086],[-73.44308615865432,41.39689739240215],[-73.44309115865555,41.39689039240062],[-73.44311115865644,41.39679439238128],[-73.44311915865704,41.396760392374404],[-73.44312915865179,41.39661439234568],[-73.4431331586498,41.39655839233466],[-73.44315715864826,41.39639839230275],[-73.44319415865459,41.396301392282666],[-73.4431971586497,41.39620039226293],[-73.4432041586512,41.39618739226015],[-73.44328215866929,41.396064392233676],[-73.443484158726,41.395914392197824],[-73.44352215873671,41.39588739219134],[-73.44370015878447,41.395717392152385],[-73.444060158884,41.39542439208352],[-73.44425615893823,41.39526539204612],[-73.44436715896968,41.395188392027485],[-73.4446271590463,41.39505839199362],[-73.4448761591198,41.39493539196148],[-73.44571315936284,41.39445439184029],[-73.44574115937085,41.39443639183588],[-73.44610615947624,41.39421639178104],[-73.44603715944494,41.39406239175335],[-73.44593415939819,41.39383239171203],[-73.44582415934924,41.39360339167112],[-73.44575115931673,41.39345139164398],[-73.44570315929609,41.39336339162844],[-73.4455591592342,41.393101391582235],[-73.4455121592139,41.39301439156687],[-73.44546715919398,41.39292239155047],[-73.44533515913537,41.39264939150172],[-73.44529115911585,41.39255939148567],[-73.44520515907838,41.392394391456406],[-73.44509915903221,41.39219039142024],[-73.44493915896368,41.3919033913697],[-73.44484915892511,41.39174139134115],[-73.44474015887735,41.391527391303136],[-73.44457615880538,41.39120339124553],[-73.44439115872791,41.3909013911929],[-73.44426615867555,41.39069739115734],[-73.44401815857132,41.39028639108558],[-73.44399915856329,41.39025439108],[-73.44377215846545,41.38983639100617],[-73.44331615827465,41.38909539087708],[-73.44327815825996,41.38905439087037],[-73.44312515820089,41.38889039084352],[-73.44293115812852,41.388726390818015],[-73.44269315803741,41.388485390779],[-73.4424191579325,41.38820739073397],[-73.44196215775966,41.38778039066599],[-73.44189215773316,41.387714390655475],[-73.44178815769419,41.387623390641195],[-73.44170315766323,41.38756439063251],[-73.44177515768503,41.387538390625096],[-73.4418521577084,41.38751139061729],[-73.4419821577463,41.38743939059899],[-73.44205015776618,41.387402390589564],[-73.44224415782304,41.38730039056332],[-73.44246815788902,41.38718739053394],[-73.44303815805706,41.38690339045987],[-73.44351115819732,41.38668139040109],[-73.44373415826297,41.386568390371735],[-73.44415415838675,41.38635839031703],[-73.44419215839073,41.386215390287965],[-73.44422115839943,41.38620339028467],[-73.44508815865423,41.38575739016929],[-73.44599015891716,41.38525639004206],[-73.44631415901026,41.38505338999188],[-73.44657115908493,41.38490638995481],[-73.44675615914156,41.3848503899378],[-73.4468701591793,41.38486438993676],[-73.44689815918929,41.38488038993896],[-73.44699715922462,41.38493638994658],[-73.44700315922672,41.38493938994697],[-73.44717715929593,41.385160389984215],[-73.44720815930866,41.38520638999213],[-73.44727215933496,41.38530239000868],[-73.44757415946127,41.385792390094046],[-73.4478311595688,41.386210390166866],[-73.44850115984643,41.38725239034744],[-73.44881415997601,41.387737390431475],[-73.44899116004933,41.3880123904791],[-73.44916316012069,41.38828139052575],[-73.44957816028521,41.3887993906128],[-73.44959416029157,41.38881939061618],[-73.44977016036295,41.38906639065841],[-73.44977816036622,41.389078390660465],[-73.4498031603764,41.389114390666656],[-73.44981216038003,41.38912639066869],[-73.44992616042633,41.38928739069623],[-73.44997416044578,41.38935439070769],[-73.45030516057585,41.38974739077321],[-73.45043316062612,41.38989939079854],[-73.45049216064439,41.38988439079367],[-73.4506101606809,41.38985539078414],[-73.45067116069983,41.3898413907794],[-73.45073116071856,41.38982939077508],[-73.45079316073758,41.38981139076954],[-73.45098116079538,41.38975839075303],[-73.45104416081479,41.38974139074763],[-73.45123116087225,41.389688390731166],[-73.45179516104558,41.38952839068141],[-73.45198316110344,41.389476390665074],[-73.45205416112387,41.38943239065419],[-73.45220816116831,41.38933939063101],[-73.45227616118905,41.38931739062448],[-73.45235716121384,41.38929239061695],[-73.45255616129513,41.38958239066678],[-73.45273016136616,41.38983439071006],[-73.4531241615242,41.39035739079877],[-73.4531791615465,41.39043439081192],[-73.45324716157398,41.39052839082797],[-73.4533791616282,41.39072539086191],[-73.45363516173107,41.39106839092019],[-73.45403016188966,41.39159539100965],[-73.45440916204153,41.39209539109436],[-73.45466816214532,41.39243739115233],[-73.45487716222267,41.39260339117771],[-73.4550361622866,41.39281739121408],[-73.4550461622906,41.39283039121627],[-73.45557716250117,41.39349339132768],[-73.45574616256819,41.39370439136313],[-73.45609116270363,41.39411139143089],[-73.45644816284374,41.39453239150098],[-73.45657016289252,41.394691391527864],[-73.45693616303888,41.395169391608746],[-73.4570581630877,41.395329391635826],[-73.45706616309234,41.39536439164237],[-73.45707416309683,41.39539739164852],[-73.45707616310187,41.39547239166304],[-73.45707816310468,41.39550939167017],[-73.45710616311509,41.39553239167372],[-73.45715616313376,41.39557539168043],[-73.45717816314318,41.39561439168729],[-73.45719716315124,41.395647391693075],[-73.4573201631976,41.3957593917108],[-73.45737216321723,41.39580739171842],[-73.45752916328019,41.396015391753664],[-73.45767116333141,41.39610539176648],[-73.45767316333213,41.396106391766615],[-73.45780916338164,41.396200391780404],[-73.45837016357699,41.396435391807586],[-73.46005616416406,41.39714039188897],[-73.46028116424239,41.397234391899815],[-73.46039316427895,41.39723939189709],[-73.46046716430564,41.39728639190378],[-73.46063016436024,41.39731739190443],[-73.46057616434392,41.3973373919101],[-73.46047816431377,41.39736439191859],[-73.4603451642718,41.397383391926674],[-73.4602581642444,41.39739639193207],[-73.45985916413277,41.39769839200399],[-73.45979516411485,41.397746392015435],[-73.45961916406453,41.397861392043616],[-73.45937516399498,41.39802339208317],[-73.45913216392485,41.39817039211979],[-73.4589761638794,41.398257392141865],[-73.45887916385121,41.39831239215575],[-73.45856716375947,41.398472392197164],[-73.4582041636509,41.398626392239116],[-73.45782416353548,41.39875739227714],[-73.45770216349807,41.39879339228818],[-73.4575621634553,41.39883739230137],[-73.45726416336468,41.39893839233084],[-73.45759316348939,41.399250392380644],[-73.45773816354433,41.399387392402495],[-73.45783716358129,41.399471392415556],[-73.458102163667,41.39946939240639],[-73.45845216377671,41.39940739238279],[-73.45858416381783,41.39937939237298],[-73.45875016386961,41.39934539236089],[-73.45908416397533,41.399303392341686],[-73.45935716405943,41.39922939231828],[-73.45958516413052,41.39918239230161],[-73.45985016421255,41.39911739228021],[-73.46006216427618,41.39903139225648],[-73.46024816433525,41.39901139224646],[-73.46047016440733,41.39901439223971],[-73.46079416451737,41.39910239224611],[-73.46095516457208,41.39914639224934],[-73.46152716476576,41.39929139225865],[-73.46156916479289,41.39952339230236],[-73.46157116479696,41.39958239231377],[-73.46157916480901,41.399744392345],[-73.4616421648527,41.400144392420685],[-73.46166616487453,41.40038539246677],[-73.46167716488257,41.40046239248138],[-73.46172316491456,41.40075539253683],[-73.46185616498374,41.401203392619536],[-73.46186416498755,41.40122439262337],[-73.46195216503004,41.40146439266712],[-73.46200616506063,41.40168939270909],[-73.46202916507367,41.40178539272699],[-73.46208716511047,41.40209439278515],[-73.46221516517984,41.402573392874054],[-73.46224516519365,41.40264339288668],[-73.46244416528425,41.403092392967395],[-73.4626661653491,41.40297139293654],[-73.46282716539505,41.40286539291061],[-73.46284316539972,41.40285639290833],[-73.46299616544407,41.40276739288597],[-73.4632311655137,41.40265639285663],[-73.46347816558956,41.40258539283466],[-73.463747165673,41.40252239281352],[-73.4640861657777,41.4024353927854],[-73.4643131658479,41.40237839276681],[-73.46452416591735,41.40239739276354],[-73.46430016585121,41.402507392792316],[-73.4639581657503,41.402676392836476],[-73.46365316566225,41.40286039288234],[-73.46364516566003,41.40286639288377],[-73.463433165599,41.40299739291625],[-73.46329716555981,41.40308039293688],[-73.46306616549444,41.403242392976004],[-73.46298616547203,41.40330239299032],[-73.46278416541558,41.40345639302694],[-73.46176016513527,41.40433639323188],[-73.46174516513118,41.40434939323488],[-73.46135516502673,41.4047243933207],[-73.4613071650138,41.40476939333102],[-73.46116316497522,41.40490739336263],[-73.46111616496268,41.404953393373106],[-73.46105416494598,41.40501139338644],[-73.46102016493694,41.405045393394175],[-73.46097316492553,41.40511039340837],[-73.46088016490053,41.405198393428535],[-73.46081916488421,41.405257393442035]]]},"properties":{"name":2101,"geoid":"09001210100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.45069116198594,41.41180739505003],[-73.45062116195827,41.411721395035634],[-73.45056516193546,41.41164139502193],[-73.45051516191506,41.4115693950096],[-73.45024116180703,41.411238394954296],[-73.45016416177802,41.411168394943225],[-73.45001216172062,41.41102839492104],[-73.44991216167944,41.41087739489499],[-73.4497981616343,41.410736394871336],[-73.4496891615903,41.41058739484597],[-73.44966016157858,41.41054739483916],[-73.44950316151059,41.41025339478718],[-73.44938416145563,41.409971394736296],[-73.44927116140089,41.40966039467958],[-73.44910416132338,41.40925839460693],[-73.44900816128307,41.4091003945794],[-73.44891616124437,41.40894739455267],[-73.44871116116019,41.40864239450015],[-73.4484011610415,41.40832839444935],[-73.44837616103194,41.40830339444531],[-73.44794916087017,41.40790039438106],[-73.44778116080299,41.407681394344024],[-73.4476991607674,41.407526394316605],[-73.44763916073964,41.40738339429078],[-73.4476111607255,41.40729639427481],[-73.44756216070054,41.40714039424608],[-73.44755216069217,41.4070523942293],[-73.44755716068784,41.406950394209325],[-73.44755416068193,41.406865394192884],[-73.44766016070176,41.406616394140976],[-73.44776716072197,41.40636839408922],[-73.44790716074428,41.4059733940078],[-73.44793316074566,41.4058523939834],[-73.44796216074734,41.40572039395679],[-73.44795616073755,41.40558539393074],[-73.44791816071422,41.405396393895245],[-73.4479071607074,41.40534039388472],[-73.44784716067859,41.4051793938554],[-73.447761160642,41.40502939382908],[-73.447611160588,41.404936393815944],[-73.44744816052932,41.404835393801704],[-73.44744816051976,41.40467139376981],[-73.44745416051774,41.404603393756396],[-73.44748316050931,41.404297393695934],[-73.44756116051727,41.404000393635606],[-73.4475731605165,41.40392039361966],[-73.44760916051483,41.403691393573936],[-73.44761916051367,41.40361639355903],[-73.44762816051282,41.4035513935461],[-73.44759716049636,41.403441393525746],[-73.44758216048895,41.403397393517665],[-73.44755816047704,41.403326393504656],[-73.44754416047087,41.403298393499675],[-73.44754316047043,41.403296393499325],[-73.44749116044922,41.40322139348646],[-73.44747416044227,41.40319639348216],[-73.44733816038666,41.40299839344816],[-73.44732516038123,41.402977393444495],[-73.44718416032184,41.40274139340327],[-73.44702916026098,41.40255839337281],[-73.4468991602063,41.4023423933351],[-73.44688316019982,41.40232039333134],[-73.44680116016647,41.40220339331129],[-73.44674416014175,41.402096393292375],[-73.44636216002213,41.40216639331861],[-73.44623315998174,41.40219039332753],[-73.44520815965777,41.402327393388006],[-73.44513615963503,41.40233739339232],[-73.44482215953519,41.402369393408925],[-73.44471115950122,41.4024033934192],[-73.444377159399,41.402505393450056],[-73.44426715936542,41.402540393460505],[-73.44407315930812,41.40263539348538],[-73.44387315924912,41.40273439351123],[-73.44348815913479,41.40291239355855],[-73.443293159077,41.40300439358288],[-73.44303915897669,41.40269439353099],[-73.44268015883483,41.40225539345747],[-73.44227615867575,41.40177039337651],[-73.44202015857503,41.401464393325455],[-73.44172515845602,41.401061393256825],[-73.44172015845409,41.40105639325602],[-73.440750158072,41.3998893930611],[-73.44042715794477,41.39950039299611],[-73.44030915790631,41.39949639299925],[-73.44012315784576,41.39949139300442],[-73.43995515779125,41.39948939300958],[-73.43983715775303,41.39948939301347],[-73.44001715783438,41.399885393084524],[-73.43956715769545,41.40000239312215],[-73.43925615758938,41.39991039311452],[-73.4389611574893,41.39983239310908],[-73.43834215727874,41.39965939309588],[-73.43809315719473,41.399601393092816],[-73.43795415714737,41.39956139308962],[-73.43782615710425,41.39953239308821],[-73.43771615706814,41.39952439309028],[-73.43762715703933,41.399524393093216],[-73.43736315695382,41.39952439310193],[-73.4372751569254,41.39952539310503],[-73.43718115689494,41.39952539310812],[-73.4370511568529,41.399526393112616],[-73.43689915680385,41.39952939311822],[-73.43680615677391,41.399532393121866],[-73.43657315669832,41.39953039312917],[-73.43642015664871,41.39952939313404],[-73.43587715647145,41.39950539314727],[-73.43564515639574,41.39949539315299],[-73.43554115636167,41.39948839315507],[-73.43523115626007,41.39946839316141],[-73.43512815622637,41.39946239316364],[-73.43496015617133,41.39945139316704],[-73.43474315610028,41.39943839317168],[-73.43447615601376,41.39943739318031],[-73.43445615600717,41.39943539318055],[-73.43428915595244,41.399424393183935],[-73.43407015588058,41.39940839318806],[-73.43366715574837,41.3993793931957],[-73.43341515566617,41.399369393202086],[-73.43319715559515,41.39936239320791],[-73.4328171554707,41.39933839321579],[-73.43178315513221,41.39927639323785],[-73.43167915509858,41.399277393241476],[-73.43154715505592,41.39927939324622],[-73.43130015497681,41.39929439325728],[-73.43117515493779,41.39931939326628],[-73.43111115491782,41.39933239327091],[-73.43086615484232,41.399398393291825],[-73.43080615482397,41.399417393297504],[-73.43068515478713,41.39945739330927],[-73.43075215480417,41.399377393291516],[-73.43085215482981,41.39926139326565],[-73.43091315484588,41.39919839325139],[-73.43097315486277,41.39915439324085],[-73.43105815488674,41.39909339322618],[-73.43114915491341,41.39904539321384],[-73.43135315497372,41.39894639318786],[-73.43158015504098,41.39883839315936],[-73.4319831551557,41.39856739309336],[-73.43216715520524,41.39839439305364],[-73.43240915527052,41.3981693930019],[-73.43248515529176,41.39811139298812],[-73.43265315533871,41.397983392957684],[-73.43271715535712,41.39794339294778],[-73.43279915538075,41.39789339293536],[-73.43322315550732,41.397708392885384],[-73.43338115555454,41.39764039286694],[-73.4337121556516,41.39746639282218],[-73.43391915570561,41.397242392771794],[-73.43423015578061,41.39680039267557],[-73.43449715584508,41.39642239259325],[-73.43456915586235,41.396318392570635],[-73.43467515588783,41.39616639253758],[-73.4347961559182,41.39601539250421],[-73.43487615593841,41.39591739248252],[-73.4349211559498,41.39586239247035],[-73.43505915598513,41.39570139243447],[-73.43510515599688,41.39564739242245],[-73.43503915597208,41.39558839241316],[-73.43537115606377,41.39531639234931],[-73.43554315610173,41.395011392284296],[-73.43567715612812,41.394719392223095],[-73.43567415612704,41.3947173922228],[-73.43566715611946,41.394626392205346],[-73.43566915611302,41.39450439218154],[-73.43567515609487,41.39415939211423],[-73.43567115608148,41.39395139207393],[-73.43566615606014,41.393612392008144],[-73.43559915602873,41.39344539197786],[-73.43531815590833,41.39294039188892],[-73.43508015580892,41.392556391822104],[-73.43496515575724,41.392308391777654],[-73.4349511557505,41.392270391770715],[-73.43486815570873,41.39201439172366],[-73.43489215571061,41.39191339170323],[-73.43492415571639,41.39183439168681],[-73.43497115572607,41.39173939166679],[-73.43499115573127,41.391717391661835],[-73.43503115573819,41.39161339164029],[-73.43508115574885,41.39151839162016],[-73.43515915576648,41.39138739159212],[-73.43532915580955,41.391181391546425],[-73.4355891558792,41.39093139148922],[-73.43581915594142,41.39072039144058],[-73.4359721559824,41.390573391406946],[-73.43621515605143,41.39040739136664],[-73.43634815609038,41.390336391348434],[-73.43655215615354,41.39028639133198],[-73.43662215617522,41.39026939132636],[-73.43725815637426,41.39015039128223],[-73.43761515648607,41.39008539125781],[-73.4379711565977,41.390022391233806],[-73.43814315665068,41.38997539121898],[-73.43827115668951,41.389930391206],[-73.43828715669439,41.389925391204514],[-73.43854815677072,41.38978439116847],[-73.43871415681726,41.389660391138875],[-73.43903315690439,41.389382391074264],[-73.43927115696954,41.38917739102655],[-73.43941515700708,41.38902139099145],[-73.43962115706088,41.388799390941465],[-73.43985815712391,41.38856339088773],[-73.44000915716411,41.38841439085376],[-73.44015715720384,41.38827339082145],[-73.44033915725284,41.38810239078219],[-73.44063815733755,41.38789439073186],[-73.44080715738554,41.387778390703716],[-73.44098915744289,41.387751390692465],[-73.44103415745711,41.38774539068981],[-73.44142015757636,41.38764639065779],[-73.44152515760857,41.387615390648314],[-73.44170315766323,41.38756439063251],[-73.44178815769419,41.387623390641195],[-73.44189215773316,41.387714390655475],[-73.44196215775966,41.38778039066599],[-73.4424191579325,41.38820739073397],[-73.44269315803741,41.388485390779],[-73.44293115812852,41.388726390818015],[-73.44312515820089,41.38889039084352],[-73.44327815825996,41.38905439087037],[-73.44331615827465,41.38909539087708],[-73.44377215846545,41.38983639100617],[-73.44399915856329,41.39025439108],[-73.44401815857132,41.39028639108558],[-73.44426615867555,41.39069739115734],[-73.44439115872791,41.3909013911929],[-73.44457615880538,41.39120339124553],[-73.44474015887735,41.391527391303136],[-73.44484915892511,41.39174139134115],[-73.44493915896368,41.3919033913697],[-73.44509915903221,41.39219039142024],[-73.44520515907838,41.392394391456406],[-73.44529115911585,41.39255939148567],[-73.44533515913537,41.39264939150172],[-73.44546715919398,41.39292239155047],[-73.4455121592139,41.39301439156687],[-73.4455591592342,41.393101391582235],[-73.44570315929609,41.39336339162844],[-73.44575115931673,41.39345139164398],[-73.44582415934924,41.39360339167112],[-73.44593415939819,41.39383239171203],[-73.44603715944494,41.39406239175335],[-73.44610615947624,41.39421639178104],[-73.44574115937085,41.39443639183588],[-73.44571315936284,41.39445439184029],[-73.4448761591198,41.39493539196148],[-73.4446271590463,41.39505839199362],[-73.44436715896968,41.395188392027485],[-73.44425615893823,41.39526539204612],[-73.444060158884,41.39542439208352],[-73.44370015878447,41.395717392152385],[-73.44352215873671,41.39588739219134],[-73.443484158726,41.395914392197824],[-73.44328215866929,41.396064392233676],[-73.4432041586512,41.39618739226015],[-73.4431971586497,41.39620039226293],[-73.44319415865459,41.396301392282666],[-73.44315715864826,41.39639839230275],[-73.4431331586498,41.39655839233466],[-73.44312915865179,41.39661439234568],[-73.44311915865704,41.396760392374404],[-73.44311115865644,41.39679439238128],[-73.44309115865555,41.39689039240062],[-73.44308615865432,41.39689739240215],[-73.44306715864992,41.3969273924086],[-73.44300315863502,41.39702739243016],[-73.44292815861225,41.39705339243769],[-73.44281115857476,41.397060392442924],[-73.44278415856614,41.397062392444205],[-73.44186815826832,41.397042392470546],[-73.44181715825175,41.39704139247203],[-73.44155415816651,41.39704039248052],[-73.44124415806607,41.39703939249057],[-73.44112615802842,41.397049392496406],[-73.44035015778108,41.39711739253524],[-73.43984815762171,41.3971723925625],[-73.43942315748679,41.397219392585676],[-73.43949215751934,41.39739439261743],[-73.43970215761796,41.3979203927128],[-73.43972415762823,41.39797439272257],[-73.4397661576491,41.3980993927455],[-73.4405991579137,41.39801039270069],[-73.44310015870813,41.397743392566206],[-73.4439341589731,41.39765539252156],[-73.44425315907576,41.39764439250889],[-73.44521215938447,41.39761239247101],[-73.44553215948751,41.39760239245849],[-73.44580115957598,41.39762539245408],[-73.44661015984198,41.39769439244078],[-73.44688015993083,41.39771839243654],[-73.44759416016612,41.39778839242658],[-73.44813216034345,41.397841392419124],[-73.44849116046186,41.39787839241446],[-73.44972416087379,41.39809539241596],[-73.45043216111036,41.398220392416874],[-73.45051816113529,41.39817039240431],[-73.45060616116088,41.39812039239168],[-73.45076416120489,41.39799739236254],[-73.45084416122724,41.39793639234804],[-73.45088016123704,41.39790439234063],[-73.45093216125173,41.397867392331705],[-73.45110116129958,41.3977493923032],[-73.45120916133041,41.39767839228582],[-73.4513031613573,41.397617392270845],[-73.45148616142507,41.3977633922932],[-73.45175116152325,41.397975392325684],[-73.45204316163078,41.3981983923594],[-73.45223016169969,41.39834139238103],[-73.45230416172708,41.398400392390066],[-73.45252716180961,41.39857739241712],[-73.4526021618374,41.398637392426295],[-73.45284616192772,41.39883139245598],[-73.45335116211461,41.39923239251726],[-73.45358416220043,41.399410392544176],[-73.4538331622922,41.39960139257309],[-73.45388816231247,41.39964339257945],[-73.45405616237433,41.39977139259879],[-73.45411216239496,41.3998143926053],[-73.45429616246697,41.400027392640645],[-73.45451916255428,41.40028639268364],[-73.45483016267818,41.40068439275076],[-73.45500516274784,41.40090739278833],[-73.45513416279994,41.4010843928185],[-73.45520316282682,41.40116239283139],[-73.4553111628709,41.401318392858144],[-73.45547116293459,41.40152239289253],[-73.45563916300577,41.40181039294297],[-73.45574516305211,41.402016392979526],[-73.45582116308734,41.40219839301241],[-73.45594416314312,41.40247239306162],[-73.45604116318812,41.40270539310372],[-73.45630416327114,41.402668393087836],[-73.45637916329467,41.40265539308283],[-73.45649716333166,41.40263439307485],[-73.45656716335368,41.40262339307041],[-73.45675216341185,41.402593393058446],[-73.45685216344302,41.402572393051074],[-73.45697016347982,41.402548393042494],[-73.45707116352868,41.40282539309304],[-73.45722916360509,41.40325839317199],[-73.45739016368023,41.403653393243474],[-73.4575031637328,41.40392739329302],[-73.45778116381975,41.40387439327353],[-73.45798216388333,41.40384839326182],[-73.45825016399611,41.40429439333969],[-73.4584461640727,41.404519393376965],[-73.45866316415835,41.40478339342112],[-73.45885116423086,41.404982393453594],[-73.4590261643003,41.40520139349039],[-73.4591601643511,41.40532839351065],[-73.45924316438311,41.40541639352503],[-73.45915516435903,41.4054923935427],[-73.45889416428774,41.405719393595476],[-73.45880716426406,41.40579639361331],[-73.4587981642616,41.405804393615156],[-73.458481164172,41.40602839366918],[-73.45840816415145,41.40608139368191],[-73.45830316412247,41.40616739370209],[-73.45827316413384,41.406529393773475],[-73.45820916412956,41.4068113938304],[-73.45812716412118,41.40712339389377],[-73.45808416411688,41.40728839392727],[-73.45801316410666,41.407507393972196],[-73.45810116413504,41.407505393968904],[-73.4582011641673,41.4075033939652],[-73.45836616422109,41.40750939396092],[-73.45845516425017,41.407513393958745],[-73.45830016420794,41.40765039399051],[-73.45825016419437,41.4076953940009],[-73.45815816416994,41.40778739402183],[-73.45784416408316,41.40804339408198],[-73.45783016407921,41.408053394084384],[-73.45766716403385,41.40818039411446],[-73.4572631639213,41.40849439418885],[-73.45723116391221,41.40851639419419],[-73.45665916375127,41.408933394294166],[-73.45611516359644,41.409299394383275],[-73.45593316354436,41.409417394412245],[-73.45587016352594,41.40945139442093],[-73.45552216342449,41.40964439446994],[-73.45539516338832,41.40972939449067],[-73.45508316329682,41.40989339453286],[-73.45502216327907,41.40992739454148],[-73.45474016319724,41.41009039458248],[-73.45434216308115,41.41031039463841],[-73.45396316296946,41.41050039468787],[-73.45390516295225,41.41052739469503],[-73.45352416283946,41.410709394742995],[-73.45326716276253,41.41081739477248],[-73.4524951625315,41.41114339486137],[-73.45223916245496,41.411252394891],[-73.45203716239448,41.4113373949142],[-73.45152916224255,41.41155339497298],[-73.45142916221174,41.41158039498154],[-73.45121916214715,41.41163939499994],[-73.4511121621142,41.411668395009116],[-73.45106116209855,41.41168339501371],[-73.45079616201785,41.41177139503958],[-73.45069116198594,41.41180739505003]]]},"properties":{"name":2102,"geoid":"09001210200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.16575605493753,41.15430535412018],[-73.16548705489203,41.155037354272295],[-73.16467905475528,41.15723635472925],[-73.16441105471013,41.15796935488152],[-73.16440205471443,41.15809635490669],[-73.1643770547281,41.15848035498272],[-73.16436905473279,41.15860835500805],[-73.16434305472778,41.15866835502064],[-73.16426705471358,41.15885135505896],[-73.16424205470898,41.15891335507192],[-73.1640720546753,41.15928935515109],[-73.16356105457399,41.160418355388785],[-73.16339205454068,41.16079535546809],[-73.16328205452382,41.1611253555363],[-73.16273105444331,41.16284935589184],[-73.16230905438181,41.164172356164634],[-73.16218305435915,41.16449135623118],[-73.16180705429181,41.165449356431004],[-73.16168305426983,41.16576935649771],[-73.16161305425727,41.16594735653482],[-73.16140205421947,41.16648435664683],[-73.1613330542073,41.16666335668413],[-73.16105105416185,41.1674703568513],[-73.16020505402547,41.16989235735304],[-73.15992405398039,41.17070035752038],[-73.15964905393099,41.17139835766597],[-73.1588240537829,41.173493358102945],[-73.15875505377068,41.17367135814004],[-73.15891805382503,41.17369935814024],[-73.15930705395472,41.17376635814077],[-73.15926405394376,41.173818358152346],[-73.15913805391183,41.17397435818696],[-73.15909605390125,41.17402735819871],[-73.1590330538843,41.17408835821269],[-73.1588460538342,41.17427135825458],[-73.15878405381764,41.17433335826874],[-73.15875405380503,41.17428235825972],[-73.15873905379875,41.17425735825531],[-73.15867405377142,41.17414635823567],[-73.15861305374503,41.17402935821475],[-73.15857305372772,41.173952358200964],[-73.15856305372341,41.173933358197566],[-73.15854605371659,41.173910358193616],[-73.1584590536818,41.173793358173526],[-73.1584300536702,41.17375435816684],[-73.15831105362545,41.17364435814913],[-73.15827205361079,41.17360835814336],[-73.15812505355476,41.17345935811895],[-73.1579480534899,41.17332635809863],[-73.15791905347928,41.17330435809526],[-73.15783205344613,41.17321635808086],[-73.15759205336244,41.17311035806787],[-73.15758005335827,41.17310535806729],[-73.15687705311242,41.172782358026815],[-73.15663905302922,41.172673358013185],[-73.15648505297521,41.17260035800388],[-73.15602305281332,41.17238235797616],[-73.15594505278605,41.172346357971634],[-73.15586905275951,41.172312357967435],[-73.15574205271518,41.172255357960395],[-73.1553620525825,41.172084357939205],[-73.15523605253854,41.172028357932334],[-73.15500205245657,41.171918357918365],[-73.15430305221174,41.171590357876774],[-73.15407005213014,41.17148135786299],[-73.15377505202679,41.17134235784533],[-73.15289005171682,41.17092735779271],[-73.15259605161383,41.17078935777522],[-73.15255805160052,41.17077135777292],[-73.15253205159148,41.17076035777162],[-73.15244705156134,41.170714357765355],[-73.15241105154863,41.1706953577628],[-73.15171705130608,41.1703793577234],[-73.15067405094157,41.169904357664166],[-73.1496340505785,41.169437357606384],[-73.14893905033594,41.16912635756798],[-73.14837405013907,41.168879357537904],[-73.14667904954848,41.16813835744767],[-73.14611504935199,41.16789235741775],[-73.14492904893419,41.167293357338835],[-73.14457604881115,41.167138357319914],[-73.14444604876486,41.16706435730961],[-73.14408204863801,41.16690435729007],[-73.14356104846014,41.16674135727502],[-73.14317304833145,41.166686357276795],[-73.14273004818598,41.166649357283895],[-73.14235304806357,41.16664235729473],[-73.14226004803359,41.16664435729812],[-73.14207504797388,41.166647357304704],[-73.14165404784136,41.16671335733127],[-73.14059304751567,41.16702535742672],[-73.13968304724013,41.167360357521794],[-73.13874704695743,41.16771735762201],[-73.13858404690802,41.167776357638836],[-73.13809504675996,41.167956357689924],[-73.13793304671093,41.168016357706925],[-73.13776504665995,41.16807635772411],[-73.13726504650839,41.16825735777574],[-73.1370980464578,41.1683183577931],[-73.13693104640714,41.168378357810255],[-73.13643404625667,41.16856135786217],[-73.1362680462064,41.168622357879514],[-73.1358810460892,41.168764357919834],[-73.13583804607622,41.16878135792457],[-73.13539404593864,41.168889357960076],[-73.1352490458937,41.168924357971626],[-73.13499404581349,41.16896535798792],[-73.13467104571065,41.16899535800425],[-73.1345000456562,41.169011358012916],[-73.1342600455787,41.169014358021265],[-73.13378304542285,41.16898835803161],[-73.13322204523674,41.16890835803411],[-73.13290204512981,41.1688493580329],[-73.13264604504435,41.16880335803217],[-73.13213804487778,41.16876535804118],[-73.13161004470672,41.16876235805766],[-73.13130604460912,41.16877635807024],[-73.13100904451531,41.168817358087885],[-73.1306620444081,41.16890735811673],[-73.1304990443592,41.168975358135334],[-73.13032404430601,41.16903635815294],[-73.1299810442044,41.16920235819656],[-73.12980504415349,41.16930935822322],[-73.1296470441083,41.169414358248886],[-73.12907904394848,41.169838358350304],[-73.12857004380533,41.17021935844141],[-73.12802404365637,41.17070935855504],[-73.1278680436137,41.17084735858711],[-73.12776304358508,41.17094235860911],[-73.12739804348492,41.17125935868302],[-73.12724204344225,41.17139735871508],[-73.12652804317686,41.1707923586197],[-73.12592304295197,41.1702793585388],[-73.12458104245204,41.1691223583556],[-73.1243880423813,41.16897635833325],[-73.1236430421082,41.168412358246876],[-73.12212704167445,41.16941735849275],[-73.12190204161011,41.16956735852941],[-73.11997704105512,41.17076935882711],[-73.11981404100604,41.17083435884511],[-73.11969404096851,41.17085735885349],[-73.11744504023497,41.170759358907034],[-73.11707604011646,41.17077535892211],[-73.11651903993763,41.170801358945205],[-73.11603403978376,41.170856358971655],[-73.11539003958073,41.170952359011295],[-73.11471303934292,41.17062235896855],[-73.11447203926309,41.170590358970074],[-73.11401403911144,41.17053035897313],[-73.11215303855859,41.17140535920469],[-73.11132003825882,41.17087335912741],[-73.10882103735955,41.169277358895606],[-73.10798803705985,41.16874635881852],[-73.10794603704474,41.16871935881457],[-73.10782103699972,41.16863935880294],[-73.10778003698499,41.168613358799185],[-73.10771403696126,41.1685713587931],[-73.10751803689074,41.168446358774936],[-73.10745303686737,41.16840535876901],[-73.10724803678012,41.168036358703354],[-73.10663503651922,41.166932358506905],[-73.10643103643235,41.16656435844141],[-73.10239503471449,41.159292357147166],[-73.10168103441067,41.15800635691825],[-73.09535303171798,41.14660535488838],[-73.10579003509051,41.146510354532694],[-73.11410603777767,41.146436354249516],[-73.11902003936542,41.14639135408188],[-73.11955303953769,41.14638735406386],[-73.12500104129799,41.146338353878136],[-73.13052404308246,41.14628835368975],[-73.13368304414543,41.14700735372849],[-73.13847604575822,41.14809835378722],[-73.14393204759406,41.14933935385387],[-73.16030005310164,41.15306335405359],[-73.16575605493753,41.15430535412018]]]},"properties":{"name":805,"geoid":"09001080500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.12136704245059,41.18745236204899],[-73.12179004249157,41.18576036170404],[-73.12195404250753,41.18510536157049],[-73.12245404254466,41.18290536112356],[-73.12237904239011,41.180607360676035],[-73.12235404233655,41.1798053605198],[-73.12199804217201,41.17893536036095],[-73.12145404192054,41.17760536011812],[-73.12073504163946,41.17675235997434],[-73.11985404129496,41.17570535979779],[-73.11795404061195,41.174505359624234],[-73.11605403995159,41.17370535952901],[-73.11435103934342,41.172700359387264],[-73.11409503925205,41.17255035936616],[-73.11312403890537,41.17197835928551],[-73.11215303855859,41.17140535920469],[-73.11401403911144,41.17053035897313],[-73.11447203926309,41.170590358970074],[-73.11471303934292,41.17062235896855],[-73.11539003958073,41.170952359011295],[-73.11603403978376,41.170856358971655],[-73.11651903993763,41.170801358945205],[-73.11707604011646,41.17077535892211],[-73.11744504023497,41.170759358907034],[-73.11969404096851,41.17085735885349],[-73.11981404100604,41.17083435884511],[-73.11997704105512,41.17076935882711],[-73.12190204161011,41.16956735852941],[-73.12212704167445,41.16941735849275],[-73.1236430421082,41.168412358246876],[-73.1243880423813,41.16897635833325],[-73.12458104245204,41.1691223583556],[-73.12592304295197,41.1702793585388],[-73.12652804317686,41.1707923586197],[-73.12724204344225,41.17139735871508],[-73.12734804348302,41.17151135873399],[-73.12761604358613,41.171800358781915],[-73.12766404360485,41.17185635879134],[-73.12776704364488,41.17197435881111],[-73.12790304369773,41.17213035883726],[-73.12791804370373,41.17215035884068],[-73.12806804376366,41.17235135887521],[-73.12830004386035,41.17273235894231],[-73.12842204391113,41.17293135897733],[-73.12844004391847,41.17295835898205],[-73.1284940439407,41.17304235899675],[-73.12851204394813,41.17307035900164],[-73.12854004395969,41.17311435900936],[-73.12861704399162,41.173238359031146],[-73.12872704403553,41.17338435905617],[-73.12880104406801,41.17353535908337],[-73.12904004416862,41.17394535915592],[-73.12928204426986,41.1743493592272],[-73.12966804443606,41.175077359357296],[-73.13006504460577,41.17580435948681],[-73.13013904464158,41.176013359525335],[-73.1301410446509,41.17616635955523],[-73.13012804465798,41.17636535959461],[-73.13023104469188,41.176375359593244],[-73.13023804469432,41.17637835959362],[-73.13014204467162,41.1765263596257],[-73.13018204474128,41.17752635982022],[-73.13027304483766,41.178707360048534],[-73.13025004485054,41.17906536011939],[-73.13029004488463,41.17943836019113],[-73.13036904490929,41.17942236018544],[-73.13092404508849,41.1794143601659],[-73.13145604526095,41.17941836014948],[-73.1315010452755,41.17941836014802],[-73.13163604531937,41.179421360144225],[-73.13168204533437,41.17942336014313],[-73.13210104547046,41.17943136013114],[-73.1323530455519,41.17942936012259],[-73.13274904567984,41.179425360108986],[-73.13299404575854,41.1794143600989],[-73.13326304584561,41.17941436009019],[-73.13330704586001,41.17941736008937],[-73.13374204600152,41.179429360077634],[-73.13418004614329,41.17942936006345],[-73.13462704628809,41.17943136004936],[-73.13507704643312,41.17942036003265],[-73.13525804649159,41.17941836002641],[-73.13580204666735,41.17941236000762],[-73.1359840467262,41.179411360001524],[-73.13625404681399,41.17941835999415],[-73.13643004687124,41.17942335998943],[-73.13675104697514,41.17942335997904],[-73.13696804704514,41.17941935997123],[-73.13706704707742,41.17942335996881],[-73.13710904709119,41.17942635996805],[-73.13721204712454,41.17942635996471],[-73.13733804716612,41.17944035996338],[-73.13711504712586,41.180003360080825],[-73.13707504711915,41.180113360103654],[-73.13694404709763,41.18048136017995],[-73.13678704707444,41.180968360280396],[-73.13652904704446,41.18191236047357],[-73.13644104703158,41.182187360530264],[-73.13622204699983,41.18287736067244],[-73.13579304685693,41.18280636067243],[-73.13544204673958,41.182740360670884],[-73.1353140466965,41.18271136066935],[-73.13486504654848,41.182664360674686],[-73.13441504639952,41.182606360677894],[-73.13438804639055,41.18260236067799],[-73.13436504640377,41.18296636075],[-73.13437904642953,41.18334036082277],[-73.13438504645069,41.18367936088893],[-73.13441204647917,41.18402736095621],[-73.13441504648803,41.184166360983326],[-73.13442004650179,41.184380361025056],[-73.13443104651692,41.184584361064644],[-73.13444004652777,41.18472436109177],[-73.13444004653323,41.18482036111055],[-73.1344400465477,41.18507536116048],[-73.13444104655007,41.18511136116749],[-73.13444404655652,41.18520836118639],[-73.13444504655936,41.18525236119497],[-73.13444904656818,41.18538536122087],[-73.1344510465714,41.18543036122962],[-73.13443404658422,41.18575336129341],[-73.1344340465853,41.185772361297126],[-73.13430904659837,41.18671636148599],[-73.13426704660306,41.187038361550385],[-73.13428504660973,41.18705336155273],[-73.13447304666934,41.187031361542346],[-73.13498704683244,41.18697336151435],[-73.13510804687053,41.18695436150671],[-73.13531904693707,41.18692336149381],[-73.13541504696724,41.18690736148756],[-73.13559404702467,41.18689836148],[-73.13600604715701,41.18688036146314],[-73.13642504729093,41.1868503614437],[-73.13649504731332,41.186845361440454],[-73.13670204737983,41.186836361431986],[-73.1364370473134,41.18717736150733],[-73.13629704727839,41.187359361547486],[-73.1359230471861,41.18786636165885],[-73.13565504711869,41.18820736173429],[-73.13563604711396,41.1882323617398],[-73.13538104704894,41.18854136180855],[-73.13532604703647,41.18863536182873],[-73.13521404701116,41.18882836187012],[-73.13515604699732,41.188915361889045],[-73.13509704698345,41.189007361908956],[-73.13499104695839,41.18917036194431],[-73.13458504685413,41.18964936205121],[-73.13407904672847,41.19032136219915],[-73.13403804671894,41.1903873622134],[-73.13398704670567,41.19044436222621],[-73.13382904665112,41.19038436221957],[-73.13372604661528,41.1903403622143],[-73.13356304656001,41.19029636221097],[-73.13338004649096,41.19012336218304],[-73.13334504648735,41.19025936221078],[-73.1327600462855,41.19003936218665],[-73.13266704625414,41.190017362185365],[-73.13239804616234,41.189934362177816],[-73.1321890460935,41.189913362180484],[-73.13135004582003,41.18988036220119],[-73.13053404555531,41.18987036222564],[-73.13052804555643,41.189924362236404],[-73.13051204556044,41.19008636226864],[-73.13050704556193,41.19014136227957],[-73.130479045567,41.19039036232922],[-73.13039404558191,41.191138362478405],[-73.13036704558738,41.1913883625282],[-73.12970304537076,41.191359362544034],[-73.1289840451363,41.191329362561426],[-73.12872104505054,41.191318362567785],[-73.12771304472257,41.19128936259474],[-73.12705004450687,41.191270362612485],[-73.12716104452863,41.19102036255996],[-73.127497044595,41.19027336240285],[-73.12760904461716,41.19002436235048],[-73.12707704444449,41.19001636236614],[-73.12627404418384,41.190004362389786],[-73.12548404392675,41.18998036241066],[-73.1249540437543,41.18996536242487],[-73.12490704373893,41.1899623624258],[-73.12476604369293,41.18995636242918],[-73.1247190436776,41.18995436243031],[-73.12460604364195,41.189970362437116],[-73.12460104364025,41.18996936243709],[-73.12424504352416,41.18995436244567],[-73.12412704348566,41.1899493624485],[-73.12406904346656,41.1899433624492],[-73.1238950434092,41.189925362451326],[-73.1238370433901,41.18991936245202],[-73.12376904336769,41.18991236245284],[-73.12375504336308,41.18991136245311],[-73.12362604332007,41.18988936245297],[-73.12357004330141,41.189879362452835],[-73.12352704328708,41.18987236245285],[-73.12350404327935,41.18986736245262],[-73.12359504329966,41.18970636241816],[-73.12375004333568,41.18945636236419],[-73.1237620433378,41.18942536235774],[-73.12384304335312,41.18923336231754],[-73.12384004333462,41.18892436225714],[-73.1237760432926,41.18854836218561],[-73.12377104327769,41.18831436213995],[-73.12364704323205,41.18821736212497],[-73.12358904321067,41.188171362117835],[-73.12342204315429,41.188130362115224],[-73.12292504298648,41.18800836210742],[-73.12260204287738,41.18792836210222],[-73.12240804281184,41.18788036209909],[-73.12239604280688,41.18786136209576],[-73.12197604266144,41.187694362076655],[-73.12167504255721,41.1875743620629],[-73.12136704245059,41.18745236204899]]]},"properties":{"name":806,"geoid":"09001080600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.13398704670567,41.19044436222621],[-73.13419304677751,41.19053536223735],[-73.13458704691669,41.19074036226471],[-73.13470104695583,41.19077936226866],[-73.13502304706458,41.1908593622739],[-73.13555904725509,41.191158362315065],[-73.13573204731867,41.1912923623357],[-73.13580804734585,41.19133736234204],[-73.13655804760614,41.19164636237825],[-73.13703704777336,41.19186036240462],[-73.1378700480625,41.19220336244478],[-73.13908104848284,41.192702362503226],[-73.14038204893284,41.19321036256052],[-73.14122204922343,41.19353936259771],[-73.14121804923117,41.19369836262896],[-73.14120004922994,41.193779362645394],[-73.14118804924497,41.19411236271096],[-73.14117004925326,41.19436136276029],[-73.14113904925436,41.19455736279965],[-73.14114404926545,41.194724362832176],[-73.1411410492722,41.19486036285888],[-73.14117404929664,41.19510236290518],[-73.14126304932982,41.19517936291736],[-73.14126404933054,41.19518636291872],[-73.14113504929207,41.19524436293425],[-73.14084104920472,41.19538236297079],[-73.14043704908377,41.19555536301773],[-73.13980704889498,41.195822363090386],[-73.13765204825532,41.19684336336003],[-73.13614204780312,41.19748836353517],[-73.13467904736548,41.19812236370664],[-73.13450204730982,41.19815136371804],[-73.13450004730917,41.1981513637181],[-73.13433504725991,41.19822436373773],[-73.1342050472218,41.19829436375564],[-73.13347504700499,41.19863836384662],[-73.1329480468442,41.19881136389753],[-73.13269604676779,41.19890236392352],[-73.13244504668907,41.19894736394045],[-73.13216004660006,41.19900436396084],[-73.13170004645367,41.19904936398454],[-73.13156504640946,41.199040363987145],[-73.131428046365,41.19903836399119],[-73.13129604632165,41.199027363993316],[-73.1311780462835,41.199028363997336],[-73.1311590462774,41.199029363998136],[-73.12961204577219,41.19895236403317],[-73.12909004560179,41.19892736404517],[-73.12798604524126,41.19887236407017],[-73.12500404426157,41.19862136411758],[-73.12462504413706,41.198589364123585],[-73.12407004395561,41.198558364135486],[-73.12387504389244,41.198557364141614],[-73.12373704384719,41.19854736414411],[-73.12363804381526,41.19854936414771],[-73.12350004377006,41.19854036415042],[-73.12347704376239,41.19853636415037],[-73.12316304365898,41.198505364154485],[-73.12294304358565,41.198468364154365],[-73.12278304353322,41.19845736415738],[-73.12256304346003,41.19842236415765],[-73.12254504345418,41.19842236415823],[-73.12228804338223,41.198620364205304],[-73.12163504317677,41.198725364247004],[-73.12060804285146,41.1988523643051],[-73.12039104278325,41.198888364319146],[-73.12016504271116,41.19890736433019],[-73.1195160425086,41.199040364377225],[-73.11918804240591,41.19910236439998],[-73.11880704228881,41.19921236443384],[-73.11852704220196,41.199279364456004],[-73.11771104196949,41.19983836459183],[-73.11695004175515,41.20040336472704],[-73.11668804167917,41.20055936476606],[-73.11655104163702,41.20059836477812],[-73.11636904158115,41.20065236479457],[-73.11613304150639,41.20068136480789],[-73.11611904150197,41.200683364808725],[-73.11599104146003,41.200674364811114],[-73.11580004139734,41.20065936481436],[-73.11573504137607,41.20065536481568],[-73.11526404122272,41.200640364828],[-73.11522704121057,41.200637364828594],[-73.1150370411485,41.20062736483279],[-73.11502204114358,41.20062636483309],[-73.11497704112884,41.20062336483395],[-73.11496204112399,41.200623364834435],[-73.1146210410133,41.20061836484449],[-73.11416904086667,41.200613364858135],[-73.1136000406822,41.20060936487577],[-73.11326004057203,41.20060736488638],[-73.11297704048101,41.200618364897686],[-73.11265104037575,41.20062336490923],[-73.11227004025126,41.20060336491764],[-73.11184404010929,41.200532364917514],[-73.11173904007401,41.200509364916414],[-73.11162204003477,41.2004853649155],[-73.11150603999594,41.20046336491494],[-73.11105803984586,41.20037436491203],[-73.11061003969576,41.200285364909114],[-73.11057303968337,41.20027836490893],[-73.11064303970038,41.200178364887094],[-73.11070203971475,41.200095364868936],[-73.11153403991727,41.19891636461125],[-73.11168303995345,41.19870336456475],[-73.11236604011978,41.197737364353564],[-73.11307804029308,41.196728364133044],[-73.11346104038635,41.19618636401455],[-73.11455604065291,41.19463536367552],[-73.11498404075704,41.194028363542856],[-73.11535404084718,41.193505363428514],[-73.11623404108043,41.192594363221694],[-73.11725204135021,41.19154036298244],[-73.11825404161591,41.19050536274741],[-73.11892304180216,41.189970362621025],[-73.119113041855,41.18981736258492],[-73.11930404190821,41.189665362548986],[-73.12056204225837,41.18865836231114],[-73.12075404231183,41.188505362274974],[-73.121353042449,41.18750436205961],[-73.12136704245059,41.18745236204899],[-73.12167504255721,41.1875743620629],[-73.12197604266144,41.187694362076655],[-73.12239604280688,41.18786136209576],[-73.12240804281184,41.18788036209909],[-73.12260204287738,41.18792836210222],[-73.12292504298648,41.18800836210742],[-73.12342204315429,41.188130362115224],[-73.12358904321067,41.188171362117835],[-73.12364704323205,41.18821736212497],[-73.12377104327769,41.18831436213995],[-73.1237760432926,41.18854836218561],[-73.12384004333462,41.18892436225714],[-73.12384304335312,41.18923336231754],[-73.1237620433378,41.18942536235774],[-73.12375004333568,41.18945636236419],[-73.12359504329966,41.18970636241816],[-73.12350404327935,41.18986736245262],[-73.12352704328708,41.18987236245285],[-73.12357004330141,41.189879362452835],[-73.12362604332007,41.18988936245297],[-73.12375504336308,41.18991136245311],[-73.12376904336769,41.18991236245284],[-73.1238370433901,41.18991936245202],[-73.1238950434092,41.189925362451326],[-73.12406904346656,41.1899433624492],[-73.12412704348566,41.1899493624485],[-73.12424504352416,41.18995436244567],[-73.12460104364025,41.18996936243709],[-73.12460604364195,41.189970362437116],[-73.1247190436776,41.18995436243031],[-73.12476604369293,41.18995636242918],[-73.12490704373893,41.1899623624258],[-73.1249540437543,41.18996536242487],[-73.12548404392675,41.18998036241066],[-73.12627404418384,41.190004362389786],[-73.12707704444449,41.19001636236614],[-73.12760904461716,41.19002436235048],[-73.127497044595,41.19027336240285],[-73.12716104452863,41.19102036255996],[-73.12705004450687,41.191270362612485],[-73.12771304472257,41.19128936259474],[-73.12872104505054,41.191318362567785],[-73.1289840451363,41.191329362561426],[-73.12970304537076,41.191359362544034],[-73.13036704558738,41.1913883625282],[-73.13039404558191,41.191138362478405],[-73.130479045567,41.19039036232922],[-73.13050704556193,41.19014136227957],[-73.13051204556044,41.19008636226864],[-73.13052804555643,41.189924362236404],[-73.13053404555531,41.18987036222564],[-73.13135004582003,41.18988036220119],[-73.1321890460935,41.189913362180484],[-73.13239804616234,41.189934362177816],[-73.13266704625414,41.190017362185365],[-73.1327600462855,41.19003936218665],[-73.13334504648735,41.19025936221078],[-73.13338004649096,41.19012336218304],[-73.13356304656001,41.19029636221097],[-73.13372604661528,41.1903403622143],[-73.13382904665112,41.19038436221957],[-73.13398704670567,41.19044436222621]]]},"properties":{"name":807,"geoid":"09001080700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.11057303968337,41.20027836490893],[-73.11061003969576,41.200285364909114],[-73.11105803984586,41.20037436491203],[-73.11150603999594,41.20046336491494],[-73.11162204003477,41.2004853649155],[-73.11173904007401,41.200509364916414],[-73.11184404010929,41.200532364917514],[-73.11227004025126,41.20060336491764],[-73.11265104037575,41.20062336490923],[-73.11297704048101,41.200618364897686],[-73.11326004057203,41.20060736488638],[-73.1136000406822,41.20060936487577],[-73.11416904086667,41.200613364858135],[-73.1146210410133,41.20061836484449],[-73.11496204112399,41.200623364834435],[-73.11497704112884,41.20062336483395],[-73.11502204114358,41.20062636483309],[-73.1150370411485,41.20062736483279],[-73.11522704121057,41.200637364828594],[-73.11526404122272,41.200640364828],[-73.11573504137607,41.20065536481568],[-73.11580004139734,41.20065936481436],[-73.11599104146003,41.200674364811114],[-73.11611904150197,41.200683364808725],[-73.11613304150639,41.20068136480789],[-73.11636904158115,41.20065236479457],[-73.11655104163702,41.20059836477812],[-73.11668804167917,41.20055936476606],[-73.11695004175515,41.20040336472704],[-73.11771104196949,41.19983836459183],[-73.11852704220196,41.199279364456004],[-73.11880704228881,41.19921236443384],[-73.11918804240591,41.19910236439998],[-73.1195160425086,41.199040364377225],[-73.12016504271116,41.19890736433019],[-73.12039104278325,41.198888364319146],[-73.12060804285146,41.1988523643051],[-73.12163504317677,41.198725364247004],[-73.12228804338223,41.198620364205304],[-73.12254504345418,41.19842236415823],[-73.12256304346003,41.19842236415765],[-73.12278304353322,41.19845736415738],[-73.12294304358565,41.198468364154365],[-73.12316304365898,41.198505364154485],[-73.12347704376239,41.19853636415037],[-73.12350004377006,41.19854036415042],[-73.12363804381526,41.19854936414771],[-73.12373704384719,41.19854736414411],[-73.12387504389244,41.198557364141614],[-73.12407004395561,41.198558364135486],[-73.12462504413706,41.198589364123585],[-73.12500404426157,41.19862136411758],[-73.12798604524126,41.19887236407017],[-73.12909004560179,41.19892736404517],[-73.12961204577219,41.19895236403317],[-73.1311590462774,41.199029363998136],[-73.1311780462835,41.199028363997336],[-73.13129604632165,41.199027363993316],[-73.131428046365,41.19903836399119],[-73.13156504640946,41.199040363987145],[-73.13170004645367,41.19904936398454],[-73.13166604645068,41.19919036401323],[-73.13160104644565,41.199472364070544],[-73.13158404644831,41.19961636409926],[-73.13156804645136,41.19976136412816],[-73.13153104644904,41.19993136416263],[-73.13143804644385,41.200370364251555],[-73.13142304644305,41.200441364265934],[-73.13139004644205,41.20061236430047],[-73.13137904644161,41.2006673643116],[-73.1313460464403,41.20083236434495],[-73.13133504643987,41.20088736435607],[-73.13126004643114,41.20116136441212],[-73.13120404642487,41.20137036445483],[-73.13117904643823,41.20174836452962],[-73.13117904645294,41.202007364580304],[-73.13117904645372,41.20202136458304],[-73.13118704647171,41.202292364635824],[-73.1312320464965,41.20247236466959],[-73.13130504653626,41.2027563647228],[-73.13136304656963,41.203013364771216],[-73.13140504659357,41.203195364805474],[-73.13144604661507,41.20334036483251],[-73.13156904667976,41.20377836491424],[-73.13161104670164,41.20392436494147],[-73.13163104671136,41.203981364951964],[-73.13166204672633,41.20406836496799],[-73.13167604673586,41.20415636498475],[-73.13168604674249,41.204216364996164],[-73.13172804676587,41.20438836502847],[-73.13178304679629,41.20461036507013],[-73.13184104683211,41.20491036512695],[-73.13187504685304,41.2050853651601],[-73.13197104693002,41.20589336531509],[-73.13201604696945,41.20633136539933],[-73.1319950469727,41.20650836543466],[-73.1319730469704,41.206593365451994],[-73.13194304697126,41.20677936548936],[-73.13187104695561,41.20691436551812],[-73.1318030469412,41.20704836554654],[-73.1317090469197,41.207205365580315],[-73.13102104674687,41.208084365774575],[-73.13043404660719,41.20897136596715],[-73.13030604657692,41.20916836600985],[-73.13023804656032,41.209263366030626],[-73.12998804649749,41.20958236610113],[-73.12976204644124,41.20988036616677],[-73.1296950464246,41.209969366186364],[-73.12946904636881,41.21027536625353],[-73.12935904634206,41.21043136628763],[-73.12923604631035,41.2105743663196],[-73.12899404625085,41.2109063663924],[-73.12878404619796,41.21117236645123],[-73.1286810461711,41.21128636647688],[-73.12852404613031,41.211463366516604],[-73.12837704609244,41.21163436655481],[-73.1282770460667,41.21175136658095],[-73.12816504603657,41.21185936660571],[-73.12797004598427,41.21205036664939],[-73.12783904594993,41.212192366681414],[-73.12773504592279,41.21230736670727],[-73.12764504590037,41.21242536673327],[-73.12752404587043,41.21258836676908],[-73.12736904583086,41.212775366810696],[-73.12727504580697,41.21289036683625],[-73.12720604579081,41.2129993668598],[-73.12710604576762,41.21316136689474],[-73.12700504574447,41.21332936693088],[-73.1269390457294,41.21344036695472],[-73.12687704571529,41.21354536697727],[-73.12669204567335,41.213861367045084],[-73.12667304566918,41.213896367052556],[-73.12662804565853,41.21396536706752],[-73.12657804564665,41.214041367084],[-73.12642704561088,41.214272367134086],[-73.1263780455994,41.21434936715073],[-73.12631004558459,41.21447636717777],[-73.12620804556275,41.214673367219625],[-73.1260810455313,41.21484336725701],[-73.12599604551043,41.214960367282636],[-73.1259190454927,41.215087367309984],[-73.12580404546647,41.21528136735165],[-73.12567204543362,41.21545536738999],[-73.12558304541156,41.21557436741614],[-73.12554604540264,41.215628367427904],[-73.12550104539189,41.21569536744245],[-73.12543104537455,41.21578936746312],[-73.12539204536495,41.21584236747477],[-73.12532304534817,41.21594036749615],[-73.12522104532354,41.21608836752843],[-73.12511204529642,41.21623236756012],[-73.1250410452789,41.216328367581205],[-73.12492104525073,41.21651636762187],[-73.12478404521875,41.21673436766895],[-73.1245360451573,41.21706636774194],[-73.12450304514917,41.217111367751805],[-73.12441104512735,41.21725136778216],[-73.12434004510939,41.217340367801874],[-73.12419004507176,41.2175323678443],[-73.12411904505254,41.217599367859705],[-73.12403804503082,41.21767836787778],[-73.12400204502109,41.21771236788561],[-73.12396704501175,41.21774736789359],[-73.12388804498968,41.21780936790827],[-73.12384904497887,41.217841367915796],[-73.12379904496444,41.217872367923476],[-73.12365004492149,41.2179653679465],[-73.12360104490746,41.21799736795434],[-73.12346904486776,41.21805136796918],[-73.12329304481503,41.218126367989555],[-73.12324504480097,41.21815236799619],[-73.12307904475124,41.21822336801547],[-73.12294904471239,41.218280368030825],[-73.12260504460986,41.218436368072474],[-73.12246304456762,41.21850236808999],[-73.12202404443565,41.21868136813921],[-73.12183104437827,41.21877136816308],[-73.12154804429031,41.21883636818495],[-73.12139304424223,41.21887336819723],[-73.12117604417325,41.218896368208746],[-73.12091004408896,41.218928368223615],[-73.1207230440297,41.21895136823417],[-73.12014704384599,41.21900036826242],[-73.12011204383492,41.219005368264526],[-73.11984804375183,41.21904736828128],[-73.11980504373831,41.219054368284056],[-73.11971004370845,41.21907036829026],[-73.11967704369816,41.219077368292695],[-73.11963504368512,41.219087368296016],[-73.11927504357604,41.2192193683335],[-73.11917304354648,41.21928036834873],[-73.11883504344867,41.21948536839978],[-73.11874604342401,41.21955836841693],[-73.11854104336717,41.21972636845644],[-73.11829504330017,41.219949368508026],[-73.11810604325211,41.220180368559326],[-73.11804404323662,41.2202613685772],[-73.11792704320766,41.220418368611696],[-73.11785804319372,41.22056636864287],[-73.11778504317707,41.2206893686693],[-73.11776504317285,41.22072936867776],[-73.11774104316792,41.220779368688326],[-73.11771704316442,41.220854368703776],[-73.11770404316265,41.220897368712606],[-73.11766904315853,41.22102436873859],[-73.11762504315341,41.221185368771486],[-73.11755804314417,41.22140436881651],[-73.11752004313908,41.221531368842584],[-73.11738904311858,41.22191736892233],[-73.11740004313015,41.22205836894955],[-73.11739404313495,41.22217736897303],[-73.11733404312635,41.22236736901213],[-73.1172540431123,41.2225763690556],[-73.11714804308895,41.2227693690968],[-73.117048043062,41.22286536911879],[-73.11680004298857,41.22298636915051],[-73.11640104286674,41.223116369188865],[-73.11614204278317,41.22312136919822],[-73.11594904272629,41.22322036922383],[-73.11576504267177,41.22330936924721],[-73.11555404261308,41.223479369287276],[-73.11537004256549,41.22369036933452],[-73.11457304236549,41.22471336956044],[-73.11438304232351,41.225057369633866],[-73.11429704230964,41.22530336968476],[-73.11429004231181,41.22538136970025],[-73.1141090422523,41.22536536970298],[-73.11381104215765,41.22539836971907],[-73.11313904193896,41.22537936973713],[-73.11285204184556,41.225371369744856],[-73.11189204153314,41.22534436977065],[-73.11117304129915,41.225324369790016],[-73.11112504128353,41.225322369791165],[-73.1104540410652,41.22530436980938],[-73.11019704092614,41.22432136962542],[-73.10993904078677,41.22333836944149],[-73.10956504058449,41.22190936917407],[-73.10935404047048,41.22110436902343],[-73.10835403998767,41.218304368508036],[-73.10925404017127,41.21640436810719],[-73.10958404023317,41.21561236794157],[-73.11025404035887,41.21400436760526],[-73.11034104034718,41.213302367465104],[-73.11050404032619,41.212002367205464],[-73.11065404030677,41.2108043669662],[-73.1106540401762,41.20850336651595],[-73.1106540401736,41.208457366506956],[-73.11065404016583,41.208320366480145],[-73.11065404016327,41.20827536647135],[-73.1106540401366,41.20780536637936],[-73.11058504010539,41.20764936635108],[-73.10981103975503,41.2058913660321],[-73.1095540396386,41.205305365925746],[-73.10953403962661,41.205208365907396],[-73.10947703959192,41.20492236585327],[-73.10945803958039,41.2048273658353],[-73.10945703957961,41.20481936583376],[-73.10945403957786,41.20480536583112],[-73.10941803955915,41.20468136580801],[-73.10938503954176,41.204563365785994],[-73.10925403947337,41.2041053657006],[-73.10929503947422,41.20388636565641],[-73.10953903948085,41.20261036539879],[-73.10965403948377,41.20200536527667],[-73.11012303958532,41.20111836508789],[-73.11055403967875,41.20030536491483],[-73.11057303968337,41.20027836490893]]]},"properties":{"name":808,"geoid":"09001080800"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.42085515263958,41.417261397095324],[-73.42090915265328,41.4171963970809],[-73.42097515267012,41.417118397063575],[-73.42108515269977,41.417015397039904],[-73.42114715271651,41.41695839702679],[-73.421927152925,41.416199396853486],[-73.42427015355148,41.413924396333925],[-73.42505115376032,41.41316639616079],[-73.42547015387171,41.4127483960657],[-73.42613015404724,41.41209139591619],[-73.4267391542105,41.411507395782564],[-73.42716715432537,41.411099395689114],[-73.4275131544169,41.41074639560907],[-73.4278361544963,41.41031339551424],[-73.42803615454552,41.410046395455716],[-73.4284681546479,41.40940139531605],[-73.4288131547278,41.408854395198304],[-73.42929715483852,41.40806339502854],[-73.42941015486201,41.407838394981056],[-73.42947015487226,41.40768039494836],[-73.4295221548813,41.407546394920594],[-73.42959715488952,41.40727039486445],[-73.42962715488765,41.407071394824776],[-73.4296441548824,41.40688639478824],[-73.42965115487203,41.406669394745826],[-73.42957515479054,41.40569239455837],[-73.42956715476915,41.405369394495814],[-73.4296291547653,41.40495839441385],[-73.42966315476973,41.40484539439075],[-73.42971715477894,41.40470339436136],[-73.42971815477921,41.40470239436114],[-73.4298331548022,41.40445739430971],[-73.42993215482436,41.404287394273375],[-73.43002715484769,41.404159394245355],[-73.43023115489989,41.403921394192345],[-73.43046315496265,41.40370839414327],[-73.43084115506552,41.40337239406544],[-73.43172215530441,41.40257439388121],[-73.43193515536309,41.402397393839756],[-73.43283415560897,41.4016193936588],[-73.4340251559373,41.40063339342777],[-73.43486815616976,41.39993639326439],[-73.43513615624684,41.39976939322308],[-73.43525515628164,41.399705393206716],[-73.43535015630887,41.3996443931917],[-73.43545015633823,41.399592393178295],[-73.43550015635326,41.399572393172754],[-73.43564515639574,41.39949539315299],[-73.43587715647145,41.39950539314727],[-73.43642015664871,41.39952939313404],[-73.43657315669832,41.39953039312917],[-73.43680615677391,41.399532393121866],[-73.43689915680385,41.39952939311822],[-73.4370511568529,41.399526393112616],[-73.43718115689494,41.39952539310812],[-73.4372751569254,41.39952539310503],[-73.43736315695382,41.39952439310193],[-73.43762715703933,41.399524393093216],[-73.43771615706814,41.39952439309028],[-73.43782615710425,41.39953239308821],[-73.43795415714737,41.39956139308962],[-73.43809315719473,41.399601393092816],[-73.43834215727874,41.39965939309588],[-73.4389611574893,41.39983239310908],[-73.43925615758938,41.39991039311452],[-73.43956715769545,41.40000239312215],[-73.44001715783438,41.399885393084524],[-73.43983715775303,41.39948939301347],[-73.43995515779125,41.39948939300958],[-73.44012315784576,41.39949139300442],[-73.44030915790631,41.39949639299925],[-73.44042715794477,41.39950039299611],[-73.440750158072,41.3998893930611],[-73.44172015845409,41.40105639325602],[-73.44172515845602,41.401061393256825],[-73.44202015857503,41.401464393325455],[-73.44227615867575,41.40177039337651],[-73.44268015883483,41.40225539345747],[-73.44303915897669,41.40269439353099],[-73.443293159077,41.40300439358288],[-73.44348815913479,41.40291239355855],[-73.44387315924912,41.40273439351123],[-73.44407315930812,41.40263539348538],[-73.44426715936542,41.402540393460505],[-73.444377159399,41.402505393450056],[-73.44471115950122,41.4024033934192],[-73.44482215953519,41.402369393408925],[-73.44513615963503,41.40233739339232],[-73.44520815965777,41.402327393388006],[-73.44623315998174,41.40219039332753],[-73.44636216002213,41.40216639331861],[-73.44674416014175,41.402096393292375],[-73.44680116016647,41.40220339331129],[-73.44688316019982,41.40232039333134],[-73.4468991602063,41.4023423933351],[-73.44702916026098,41.40255839337281],[-73.44718416032184,41.40274139340327],[-73.44732516038123,41.402977393444495],[-73.44733816038666,41.40299839344816],[-73.44747416044227,41.40319639348216],[-73.44749116044922,41.40322139348646],[-73.44754316047043,41.403296393499325],[-73.44754416047087,41.403298393499675],[-73.44755816047704,41.403326393504656],[-73.44758216048895,41.403397393517665],[-73.44759716049636,41.403441393525746],[-73.44762816051282,41.4035513935461],[-73.44761916051367,41.40361639355903],[-73.44760916051483,41.403691393573936],[-73.4475731605165,41.40392039361966],[-73.44756116051727,41.404000393635606],[-73.44748316050931,41.404297393695934],[-73.44745416051774,41.404603393756396],[-73.44744816051976,41.40467139376981],[-73.44744816052932,41.404835393801704],[-73.447611160588,41.404936393815944],[-73.447761160642,41.40502939382908],[-73.44784716067859,41.4051793938554],[-73.4479071607074,41.40534039388472],[-73.44791816071422,41.405396393895245],[-73.44795616073755,41.40558539393074],[-73.44796216074734,41.40572039395679],[-73.44793316074566,41.4058523939834],[-73.44790716074428,41.4059733940078],[-73.44776716072197,41.40636839408922],[-73.44766016070176,41.406616394140976],[-73.44755416068193,41.406865394192884],[-73.44755716068784,41.406950394209325],[-73.44755216069217,41.4070523942293],[-73.44756216070054,41.40714039424608],[-73.4476111607255,41.40729639427481],[-73.44763916073964,41.40738339429078],[-73.4476991607674,41.407526394316605],[-73.44778116080299,41.407681394344024],[-73.44794916087017,41.40790039438106],[-73.44837616103194,41.40830339444531],[-73.4484011610415,41.40832839444935],[-73.44871116116019,41.40864239450015],[-73.44891616124437,41.40894739455267],[-73.44900816128307,41.4091003945794],[-73.44910416132338,41.40925839460693],[-73.44927116140089,41.40966039467958],[-73.44938416145563,41.409971394736296],[-73.44950316151059,41.41025339478718],[-73.44966016157858,41.41054739483916],[-73.4496891615903,41.41058739484597],[-73.4497981616343,41.410736394871336],[-73.44991216167944,41.41087739489499],[-73.45001216172062,41.41102839492104],[-73.45016416177802,41.411168394943225],[-73.45024116180703,41.411238394954296],[-73.45051516191506,41.4115693950096],[-73.45056516193546,41.41164139502193],[-73.45062116195827,41.411721395035634],[-73.45069116198594,41.41180739505003],[-73.45025416185153,41.411929395088194],[-73.44920416152858,41.412223395180035],[-73.44894316144754,41.41228339520031],[-73.44853216132009,41.41238039523275],[-73.44850216131077,41.41238739523511],[-73.44790116112463,41.41253339528333],[-73.44787516111661,41.41254039528555],[-73.44717116089606,41.41266839533369],[-73.4464061606555,41.41279239538307],[-73.4460751605515,41.41284739540468],[-73.44546716036064,41.41295139544498],[-73.44431916000012,41.41314539552062],[-73.44376515982621,41.41324039555738],[-73.44285815954208,41.41340539561941],[-73.44166215916961,41.41366139570868],[-73.44089415893006,41.41381939576474],[-73.44045415879289,41.41391139579717],[-73.43976415857996,41.414092395855135],[-73.43928515843209,41.414217395895264],[-73.43804715805014,41.414544395999705],[-73.43785415799101,41.41460239601736],[-73.43738115784619,41.414746396060956],[-73.43610115745277,41.41510939617378],[-73.43578315735505,41.41520039620197],[-73.4342251568741,41.415607396332526],[-73.43338015661391,41.41583939640553],[-73.4322431562628,41.416134396500404],[-73.43217715624249,41.41615239650608],[-73.43096215586867,41.41649139661209],[-73.42942115539036,41.41684939673254],[-73.42772715486295,41.4172153968596],[-73.42741315476611,41.41729939688631],[-73.42735515474821,41.41731439689112],[-73.42712315467627,41.41736939690947],[-73.42692515461144,41.41735739691368],[-73.42670215454223,41.41740939693114],[-73.42661515451498,41.417425396937126],[-73.4265291544881,41.41744239694327],[-73.42640915445091,41.41747139695287],[-73.42624415440028,41.41751939696764],[-73.42561415420411,41.41765539701487],[-73.42510315404388,41.417746397049434],[-73.42509015403985,41.41774939705043],[-73.42464015389665,41.41779339707384],[-73.4245911538809,41.41779539707584],[-73.42414215373643,41.417812397093975],[-73.42393415366958,41.417821397102585],[-73.42357315355193,41.417809397112165],[-73.42321515343481,41.41778939712008],[-73.42280115329775,41.41773839712384],[-73.42256715322031,41.417710397126115],[-73.42249715319686,41.4176973971259],[-73.42235815315038,41.41767239712562],[-73.42223015310758,41.41764939712538],[-73.42211715306982,41.417629397125225],[-73.42185015297942,41.41756239712101],[-73.4217241529368,41.41753139711913],[-73.42163015290501,41.417508397117764],[-73.421548152877,41.4174833971156],[-73.42127715278454,41.41740339710901],[-73.42102715269867,41.41731939710094],[-73.42085515263958,41.417261397095324]]]},"properties":{"name":2103,"geoid":"09001210300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.09751504133747,41.30375338555824],[-73.09747604132912,41.30382838557414],[-73.09744404132233,41.303891385587484],[-73.09742804131886,41.30392138559387],[-73.09738504131302,41.304063385622975],[-73.09736104130992,41.30414538563975],[-73.0972140412621,41.30414238564394],[-73.09719304125531,41.30414238564462],[-73.09710004122529,41.30414438564804],[-73.09690104116022,41.304134385652524],[-73.09680604112997,41.304143385657355],[-73.0967160411005,41.3041383856593],[-73.09669204109277,41.30413938566027],[-73.0965260410398,41.30415338566839],[-73.09646904102125,41.30415238567004],[-73.09635104098423,41.30417338567797],[-73.09620804094244,41.304253385698225],[-73.09612104092245,41.304397385729146],[-73.09611204092039,41.30441238573238],[-73.09605404090748,41.30451538575436],[-73.09579604085036,41.3049803858535],[-73.09578604084825,41.30500038585773],[-73.09557104079222,41.30523938591135],[-73.09535604073554,41.305467385962835],[-73.09511504066491,41.30559838599621],[-73.09504604064472,41.305636386005865],[-73.09460304050502,41.305704386033504],[-73.09451104047521,41.305704386036496],[-73.09423304038812,41.30575738605585],[-73.09394404030172,41.30588438609],[-73.09393904030027,41.30588738609076],[-73.0936810402313,41.30614438614928],[-73.09333504013554,41.30643138621652],[-73.0930910400693,41.306656386268365],[-73.09281503999004,41.30683538631224],[-73.09231303984487,41.30714238638845],[-73.09231103984428,41.30714338638871],[-73.09186203971605,41.3074463864624],[-73.0917450396833,41.30753738648396],[-73.0914170395912,41.3077863865432],[-73.09134603957287,41.3078683865615],[-73.09134003957138,41.30787638656327],[-73.09105003949918,41.308258386647225],[-73.09098803948594,41.308378386672665],[-73.09088303945657,41.30846038669207],[-73.09071003940431,41.308527386710765],[-73.09055103935701,41.308601386730366],[-73.0901630392432,41.30881038678374],[-73.09009303922272,41.30884938679362],[-73.08992803917603,41.30896838682219],[-73.0897150391128,41.309070386849015],[-73.08964103909454,41.30917038687092],[-73.08961003908557,41.30918938687563],[-73.08951703905902,41.309252386890954],[-73.08932403900974,41.30948538694269],[-73.08927403899605,41.309529386952896],[-73.08915403896326,41.309636386977665],[-73.08908003894395,41.309718386996074],[-73.08900003892225,41.30979238701311],[-73.08867403883382,41.31009438708262],[-73.08851803879162,41.31024138711637],[-73.08836003874909,41.310393387151166],[-73.08812103867609,41.31047138717413],[-73.0874040384571,41.31070638724324],[-73.08716603838447,41.31078538726637],[-73.08721003840203,41.31084338727627],[-73.08723103840968,41.31085838727852],[-73.08736203845751,41.31095238729264],[-73.08745203849261,41.31105638731001],[-73.08751803851831,41.31113238732271],[-73.08765003856898,41.31127038734537],[-73.08786103864989,41.31149038738146],[-73.08806103872521,41.3116743874109],[-73.08820303877864,41.31180438743167],[-73.08831403882148,41.3119243874515],[-73.08847903888508,41.31210238748089],[-73.08863603894692,41.312294387513276],[-73.08874003898786,41.31242138753468],[-73.08858903894269,41.31248738755247],[-73.08832503886386,41.31260538758406],[-73.08815703881601,41.31272138761214],[-73.088023038778,41.312816387635024],[-73.08800403877264,41.31283038763838],[-73.08789303874237,41.31293038766151],[-73.08778803871392,41.31302838768403],[-73.08756203865384,41.31325938773643],[-73.08753903864907,41.31330638774636],[-73.08751603864435,41.31335438775647],[-73.08747103863608,41.31346538777961],[-73.08741403862071,41.313519387791985],[-73.08732403859662,41.31360838781227],[-73.08725703857979,41.31369438783122],[-73.08721003856816,41.31375738784506],[-73.08717303855833,41.31379538785366],[-73.08706203852903,41.313912387880094],[-73.08702603851958,41.31395138788887],[-73.08693303849509,41.314050387911216],[-73.08683703846997,41.31415538793482],[-73.08677603845499,41.31423938795319],[-73.0866890384335,41.31435738797903],[-73.08668203843176,41.31436638798102],[-73.08664903842369,41.31441238799107],[-73.08660503841311,41.31447738800518],[-73.08526003793337,41.313708387898686],[-73.0831860372389,41.313317387889576],[-73.08262003704934,41.313210387887025],[-73.08205303685952,41.313104387884714],[-73.07955303598658,41.312004387750996],[-73.0789530357693,41.31160438769237],[-73.07812103535754,41.30911038723248],[-73.07765303512576,41.30770438697316],[-73.07706403490428,41.30716738688741],[-73.07680603480722,41.30693138684969],[-73.07654803471016,41.30669538681198],[-73.07535303426073,41.3056043866377],[-73.07070703259268,41.3027543862317],[-73.06785203156774,41.301004385982445],[-73.06709703128516,41.300338385876834],[-73.06665203111858,41.2999453858145],[-73.06634203100256,41.29967238577123],[-73.06615203093142,41.29950438574457],[-73.0650520304668,41.29760438540916],[-73.0650770304555,41.29726338534176],[-73.06519403040288,41.295672385027274],[-73.065252030378,41.29490438487542],[-73.06568603047847,41.2941983847235],[-73.0657700304979,41.29406138469401],[-73.06585403051731,41.29392438466454],[-73.06709603080473,41.29190138422925],[-73.06711103080823,41.29187738422409],[-73.06836803109906,41.28982938378342],[-73.06875203118794,41.289204383648936],[-73.06947903139215,41.28865238351758],[-73.07125203189003,41.2873043831969],[-73.07267303232064,41.28677938304836],[-73.07292203239612,41.28668838302253],[-73.075452033163,41.28575738275878],[-73.07549503318478,41.28589538278436],[-73.07562503325059,41.2863113828614],[-73.07566903327275,41.28645038288713],[-73.0755450332399,41.28657938291634],[-73.07524303316008,41.28689638298803],[-73.0751740331418,41.28696838300433],[-73.07505103310935,41.28709838303371],[-73.07489203306773,41.28727238307284],[-73.07480303304452,41.287371383095056],[-73.07456803298398,41.28764538315616],[-73.07441603294306,41.28779238318981],[-73.07424703289765,41.28795638322732],[-73.07403703284432,41.2882153832847],[-73.07400703283678,41.28825338329308],[-73.07360203273568,41.28878338340973],[-73.07347603270952,41.28904138346418],[-73.07336303268634,41.289277383513934],[-73.07329803266715,41.28931038352248],[-73.07340803270537,41.28935538352772],[-73.07359103276892,41.28943038353643],[-73.07375003282199,41.28945738353656],[-73.07386803286143,41.28947838353685],[-73.0739730328974,41.289512383540085],[-73.07413003295122,41.289564383545155],[-73.07429503300662,41.289598383546455],[-73.07440503304358,41.289621383547384],[-73.07478203317162,41.2897243835553],[-73.0750920332769,41.289809383561874],[-73.07578103350855,41.28995638356827],[-73.07592103355698,41.2900103835743],[-73.07603403359616,41.29005538357943],[-73.07629403368468,41.290130383585655],[-73.07613603363951,41.29023638361148],[-73.07598703359697,41.29033738363602],[-73.07579503354262,41.2904753836692],[-73.07567303350842,41.29056938369148],[-73.07552303346648,41.290686383719205],[-73.07531603340902,41.2908553837589],[-73.07525103339268,41.29093838377721],[-73.07512203336036,41.29110538381402],[-73.07505803334453,41.29119138383288],[-73.07491303331366,41.29147438389285],[-73.07480403328772,41.2916393839286],[-73.07467003325846,41.29188838398157],[-73.07449403322015,41.29221738405152],[-73.07447103321519,41.29226138406085],[-73.07440303320074,41.29239438408903],[-73.07438103319615,41.292439384098536],[-73.07445203321832,41.292424384093295],[-73.074624033269,41.292335384070356],[-73.07482803332914,41.292230384043236],[-73.07518803343629,41.29206338399897],[-73.07535703348884,41.292024383985876],[-73.07545603351971,41.292003383978575],[-73.07562203357345,41.29200238397302],[-73.07577303362302,41.29201338397027],[-73.07580103363226,41.29201638396995],[-73.07598803369785,41.29210438398109],[-73.07611803374773,41.29224038400343],[-73.07613703375532,41.2922653840077],[-73.07622903379207,41.29238738402855],[-73.07627403381008,41.2924473840388],[-73.07627503381056,41.29245038403936],[-73.07638903385924,41.29265638407591],[-73.07642803387581,41.292725384088115],[-73.07655803393523,41.29302938414327],[-73.07663003396654,41.29316938416829],[-73.07671903400517,41.29334138419899],[-73.07687303406342,41.293488384222705],[-73.07701103411182,41.29355238423075],[-73.07707603413257,41.293547384227665],[-73.07717403416247,41.29351438421805],[-73.07726403418803,41.293451384202825],[-73.07753103425898,41.29317738414067],[-73.07768603430243,41.29305838411241],[-73.07773103431587,41.29303838410705],[-73.07789103436403,41.29297338408916],[-73.0780480344154,41.292982384085846],[-73.0782050344676,41.293005384085255],[-73.07819303446844,41.29308838410185],[-73.078184034476,41.293272384138085],[-73.07816903448159,41.293456384174505],[-73.07819303450492,41.29372938422704],[-73.07821003452096,41.29391438426261],[-73.07826903456507,41.29435338434644],[-73.07832303459197,41.2945183843769],[-73.07836703461663,41.29470138441121],[-73.07885803483765,41.29578838460758],[-73.07889003485205,41.295859384620414],[-73.07902403491204,41.296150384672885],[-73.07915203497083,41.2964543847281],[-73.07918603498548,41.296518384739514],[-73.07928803502944,41.2967093847735],[-73.07932303504447,41.296774384785074],[-73.07947703511071,41.29706138483611],[-73.07974503522604,41.297561384925075],[-73.07993803530943,41.297927384990295],[-73.08009103537546,41.29821638504177],[-73.08016403540698,41.29835438506633],[-73.08032503547652,41.298659385120686],[-73.08034403548474,41.2986953851271],[-73.08039103550395,41.29876538513925],[-73.08040903551125,41.298791385143744],[-73.08049803554518,41.298880385158235],[-73.08063103559392,41.298979385173276],[-73.08083203566754,41.299128385195836],[-73.08104703574428,41.29925238521309],[-73.08119203579604,41.2993363852248],[-73.0814610358748,41.299188385187186],[-73.08172403595115,41.299032385148195],[-73.08208803606415,41.29894538511943],[-73.08234703614569,41.29890338510283],[-73.08353803652095,41.298715385027556],[-73.08547503712713,41.29833738489099],[-73.08592903726982,41.298259384861055],[-73.08603803730422,41.298243384854416],[-73.08727703769596,41.298071384780684],[-73.08798603792042,41.297978384739565],[-73.0880910379538,41.297967384733994],[-73.08869903814752,41.297909384702976],[-73.08972403847194,41.297773384643214],[-73.08994503854242,41.29775338463216],[-73.09019003861737,41.29767538460898],[-73.09035803866736,41.29759738458831],[-73.09049003870547,41.297515384568015],[-73.09051403871246,41.29750138456451],[-73.09072403876826,41.29728638451573],[-73.09077003877883,41.2972103844994],[-73.0908600388011,41.29708938447284],[-73.09103903885062,41.29694038443795],[-73.09105403885468,41.296926384434734],[-73.09205903923373,41.29786338458513],[-73.09265703945925,41.29842038467451],[-73.09286903953941,41.29862138470688],[-73.09312903963763,41.29886638474629],[-73.09329103970016,41.299042384775404],[-73.09349003976912,41.29912138478438],[-73.09358703980371,41.29917638479197],[-73.09514804035977,41.30005738491339],[-73.09539004044092,41.30010538491492],[-73.09543804045789,41.30013038491824],[-73.09558604051037,41.300209384928884],[-73.0957550405711,41.300314384943896],[-73.09584704060856,41.30044838496708],[-73.09591104063574,41.30056138498706],[-73.09593204065035,41.30069838501313],[-73.09612404074363,41.30124338511332],[-73.0962900408224,41.30168138519345],[-73.09634404084525,41.30177538521005],[-73.0964540408918,41.30196638524377],[-73.0965250409218,41.30208938526548],[-73.09676504101297,41.30232438530358],[-73.09724604122113,41.303241385467004],[-73.09751504133747,41.30375338555824]]]},"properties":{"name":1102.01,"geoid":"09001110201"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.42393515160637,41.38235439020506],[-73.42409115165466,41.3823163901925],[-73.42456115180043,41.38220539015543],[-73.4247181518491,41.38216839014305],[-73.42788115278377,41.38062638973874],[-73.42793015279817,41.38060138973225],[-73.42898415310974,41.380089389597856],[-73.42912115315026,41.3800233895805],[-73.430081153432,41.379522389451374],[-73.43264715420257,41.378484389164775],[-73.43267015421091,41.37849938916693],[-73.43267115421123,41.37849938916691],[-73.43273715423585,41.37855538917563],[-73.43275915424408,41.378574389178596],[-73.43325815442202,41.37885538921682],[-73.43339715447162,41.378934389227595],[-73.43386115463646,41.37918538926114],[-73.43416015474467,41.379381389289414],[-73.43460415490577,41.379679389332736],[-73.43468315493449,41.37973338934064],[-73.43471815494745,41.37976138934494],[-73.43490215501535,41.3799043893667],[-73.43502515506222,41.38002538938617],[-73.4351561551108,41.38013138940247],[-73.43526715515249,41.380230389418074],[-73.43528715516042,41.380255389422295],[-73.43534615518385,41.38032938943473],[-73.43540415521011,41.380458389457914],[-73.43549915525793,41.38075138951179],[-73.43555515528612,41.380924389543594],[-73.43560615531955,41.381215389598545],[-73.43565515535141,41.38149038965044],[-73.43566815536381,41.38163138967744],[-73.43569315537995,41.38176938970346],[-73.43574215540278,41.3818893897252],[-73.43585915544986,41.382047389752074],[-73.43600215550738,41.38224038978491],[-73.43601715551544,41.38229538979512],[-73.43608615554692,41.382452389823385],[-73.43616815558138,41.38258838984713],[-73.436290155629,41.38272738987016],[-73.43634515565161,41.38281038988448],[-73.43667115578336,41.383260389961265],[-73.43732115604189,41.38408639010053],[-73.4375901561653,41.38471039021306],[-73.43765015619284,41.384850390238306],[-73.43781615627023,41.38525639031182],[-73.43796215633031,41.38547639034979],[-73.43804115636095,41.38556339036411],[-73.43842515651323,41.38604339044481],[-73.43974515701689,41.387353390656095],[-73.43988815707228,41.38750939068172],[-73.440011157122,41.38767939071072],[-73.44017615717577,41.38768539070645],[-73.44038915724701,41.38772439070701],[-73.44055215730086,41.387742390705135],[-73.44080715738554,41.387778390703716],[-73.44063815733755,41.38789439073186],[-73.44033915725284,41.38810239078219],[-73.44015715720384,41.38827339082145],[-73.44000915716411,41.38841439085376],[-73.43985815712391,41.38856339088773],[-73.43962115706088,41.388799390941465],[-73.43941515700708,41.38902139099145],[-73.43927115696954,41.38917739102655],[-73.43903315690439,41.389382391074264],[-73.43871415681726,41.389660391138875],[-73.43854815677072,41.38978439116847],[-73.43828715669439,41.389925391204514],[-73.43827115668951,41.389930391206],[-73.43814315665068,41.38997539121898],[-73.4379711565977,41.390022391233806],[-73.43761515648607,41.39008539125781],[-73.43725815637426,41.39015039128223],[-73.43662215617522,41.39026939132636],[-73.43655215615354,41.39028639133198],[-73.43634815609038,41.390336391348434],[-73.43621515605143,41.39040739136664],[-73.4359721559824,41.390573391406946],[-73.43581915594142,41.39072039144058],[-73.4355891558792,41.39093139148922],[-73.43532915580955,41.391181391546425],[-73.43515915576648,41.39138739159212],[-73.43508115574885,41.39151839162016],[-73.43503115573819,41.39161339164029],[-73.43499115573127,41.391717391661835],[-73.43497115572607,41.39173939166679],[-73.43492415571639,41.39183439168681],[-73.43489215571061,41.39191339170323],[-73.43486815570873,41.39201439172366],[-73.4349511557505,41.392270391770715],[-73.43496515575724,41.392308391777654],[-73.43508015580892,41.392556391822104],[-73.43531815590833,41.39294039188892],[-73.43559915602873,41.39344539197786],[-73.43566615606014,41.393612392008144],[-73.43567115608148,41.39395139207393],[-73.43567515609487,41.39415939211423],[-73.43566915611302,41.39450439218154],[-73.43566715611946,41.394626392205346],[-73.43567415612704,41.3947173922228],[-73.43567715612812,41.394719392223095],[-73.43554315610173,41.395011392284296],[-73.43537115606377,41.39531639234931],[-73.43503915597208,41.39558839241316],[-73.43510515599688,41.39564739242245],[-73.43505915598513,41.39570139243447],[-73.4349211559498,41.39586239247035],[-73.43487615593841,41.39591739248252],[-73.4347961559182,41.39601539250421],[-73.43467515588783,41.39616639253758],[-73.43456915586235,41.396318392570635],[-73.43449715584508,41.39642239259325],[-73.43423015578061,41.39680039267557],[-73.43391915570561,41.397242392771794],[-73.4337121556516,41.39746639282218],[-73.43338115555454,41.39764039286694],[-73.43322315550732,41.397708392885384],[-73.43279915538075,41.39789339293536],[-73.43271715535712,41.39794339294778],[-73.43265315533871,41.397983392957684],[-73.43248515529176,41.39811139298812],[-73.43240915527052,41.3981693930019],[-73.43216715520524,41.39839439305364],[-73.4319831551557,41.39856739309336],[-73.43158015504098,41.39883839315936],[-73.43135315497372,41.39894639318786],[-73.43114915491341,41.39904539321384],[-73.43105815488674,41.39909339322618],[-73.43097315486277,41.39915439324085],[-73.43091315484588,41.39919839325139],[-73.43085215482981,41.39926139326565],[-73.43075215480417,41.399377393291516],[-73.43068515478713,41.39945739330927],[-73.43080615482397,41.399417393297504],[-73.43086615484232,41.399398393291825],[-73.43111115491782,41.39933239327091],[-73.43117515493779,41.39931939326628],[-73.43130015497681,41.39929439325728],[-73.43154715505592,41.39927939324622],[-73.43167915509858,41.399277393241476],[-73.43178315513221,41.39927639323785],[-73.4328171554707,41.39933839321579],[-73.43319715559515,41.39936239320791],[-73.43341515566617,41.399369393202086],[-73.43366715574837,41.3993793931957],[-73.43407015588058,41.39940839318806],[-73.43428915595244,41.399424393183935],[-73.43445615600717,41.39943539318055],[-73.43447615601376,41.39943739318031],[-73.43474315610028,41.39943839317168],[-73.43496015617133,41.39945139316704],[-73.43512815622637,41.39946239316364],[-73.43523115626007,41.39946839316141],[-73.43554115636167,41.39948839315507],[-73.43564515639574,41.39949539315299],[-73.43550015635326,41.399572393172754],[-73.43545015633823,41.399592393178295],[-73.43535015630887,41.3996443931917],[-73.43525515628164,41.399705393206716],[-73.43513615624684,41.39976939322308],[-73.43486815616976,41.39993639326439],[-73.4340251559373,41.40063339342777],[-73.43283415560897,41.4016193936588],[-73.43193515536309,41.402397393839756],[-73.43172215530441,41.40257439388121],[-73.43084115506552,41.40337239406544],[-73.43046315496265,41.40370839414327],[-73.43023115489989,41.403921394192345],[-73.43002715484769,41.404159394245355],[-73.42993215482436,41.404287394273375],[-73.4298331548022,41.40445739430971],[-73.42971815477921,41.40470239436114],[-73.42971715477894,41.40470339436136],[-73.42966315476973,41.40484539439075],[-73.4296291547653,41.40495839441385],[-73.42956715476915,41.405369394495814],[-73.42957515479054,41.40569239455837],[-73.42965115487203,41.406669394745826],[-73.4296441548824,41.40688639478824],[-73.42962715488765,41.407071394824776],[-73.42959715488952,41.40727039486445],[-73.4295221548813,41.407546394920594],[-73.42947015487226,41.40768039494836],[-73.42941015486201,41.407838394981056],[-73.42929715483852,41.40806339502854],[-73.4288131547278,41.408854395198304],[-73.4284681546479,41.40940139531605],[-73.42803615454552,41.410046395455716],[-73.4278361544963,41.41031339551424],[-73.4275131544169,41.41074639560907],[-73.42716715432537,41.411099395689114],[-73.4267391542105,41.411507395782564],[-73.42613015404724,41.41209139591619],[-73.42547015387171,41.4127483960657],[-73.42505115376032,41.41316639616079],[-73.42427015355148,41.413924396333925],[-73.421927152925,41.416199396853486],[-73.42114715271651,41.41695839702679],[-73.42108515269977,41.417015397039904],[-73.42097515267012,41.417118397063575],[-73.42090915265328,41.4171963970809],[-73.42085515263958,41.417261397095324],[-73.42080715262274,41.41723939709263],[-73.42066315257237,41.41717539708495],[-73.42061615255594,41.4171543970824],[-73.42056115253672,41.41713039707956],[-73.4205551525346,41.41712739707917],[-73.42037315247114,41.417050397070206],[-73.42031315245028,41.41702539706733],[-73.41913215203515,41.41646639699763],[-73.41785715158709,41.41586439692267],[-73.41691815125536,41.415391396861686],[-73.4163551510553,41.41508739682116],[-73.41562815079831,41.4147183967734],[-73.41516715063536,41.41448439674311],[-73.41446315039032,41.41419239670956],[-73.41443915038195,41.414182396708405],[-73.4144061503707,41.41417239670755],[-73.41430815033736,41.41414539670553],[-73.4142761503265,41.41413639670484],[-73.41415215028427,41.41410139670213],[-73.41386015018492,41.414019396695814],[-73.41317814995543,41.41387239668973],[-73.4127611498165,41.41380639669065],[-73.41239714969598,41.413761396693914],[-73.4120551495838,41.413737396700526],[-73.41171314947236,41.413726396709656],[-73.41125014932227,41.41372439672455],[-73.41106214926191,41.41373339673249],[-73.41097114923299,41.413743396737445],[-73.41073014915553,41.41375339674733],[-73.4105871491103,41.41377239675574],[-73.41024414900168,41.4138153967754],[-73.41012714896424,41.413823396780835],[-73.40995214890943,41.413855396792826],[-73.40975914884847,41.413882396804446],[-73.40949614876652,41.413938396824],[-73.40912914865288,41.41402839685359],[-73.40870314852187,41.414148396890965],[-73.40840914843214,41.41424339691913],[-73.40813014834859,41.414360396951096],[-73.40779714824954,41.41451239699162],[-73.40747714815502,41.41466939703268],[-73.40710214804461,41.414859397082],[-73.40666514791688,41.41509739714267],[-73.4064711478591,41.41518439716598],[-73.40645914785556,41.41519039716755],[-73.40630514781026,41.415269397188],[-73.4062481477939,41.41530539719686],[-73.40607614774447,41.415413397223524],[-73.40602014772847,41.41545039723257],[-73.40596114770184,41.41532139720944],[-73.40594514769458,41.41528539720296],[-73.40589614766236,41.41500439714994],[-73.40585914764502,41.41491239713328],[-73.40580814762087,41.41478139710949],[-73.40569814756576,41.41444639704799],[-73.40545314743697,41.413597396891],[-73.4052521473383,41.413020396785434],[-73.40506614725123,41.412559396701944],[-73.40502214723058,41.412449396682014],[-73.40471614709853,41.411883396582034],[-73.40436714694673,41.41121739646406],[-73.40402214679565,41.41054139634399],[-73.40345014653929,41.409319396125234],[-73.40309714636992,41.40837339595292],[-73.40264514616076,41.407294395758],[-73.40253614610806,41.40699539570345],[-73.40240814604836,41.40668139564661],[-73.40227714597626,41.406171395551745],[-73.40226414596943,41.40612639554344],[-73.40211514589093,41.405606395447215],[-73.40163014569046,41.404860395318124],[-73.40114814548926,41.404085395183294],[-73.40101814543239,41.40383139513818],[-73.40082614534845,41.40345739507176],[-73.40083814534309,41.40329839504045],[-73.40089714535495,41.40317339501421],[-73.40098614537794,41.40307339499182],[-73.40117714542755,41.4028623949445],[-73.40193814567151,41.402818394910845],[-73.40408714636057,41.4026973948165],[-73.40422114640351,41.40268939481054],[-73.40498314664784,41.40264639477706],[-73.4049781466435,41.402599394768075],[-73.40489114661129,41.40253039475752],[-73.40481114658347,41.40249739475374],[-73.40481114657929,41.40242539473974],[-73.40484014658402,41.40234539472323],[-73.40476714655449,41.40224439470598],[-73.40462214650148,41.40214039469055],[-73.4046001464935,41.40212539468834],[-73.40464314650248,41.402040394670415],[-73.40468714651415,41.401996394660394],[-73.40459214647677,41.40188239464136],[-73.40460014647331,41.40177839462088],[-73.40470214648839,41.4014693945574],[-73.40473114648367,41.40122639450919],[-73.4048121465021,41.40109239448047],[-73.40489914652721,41.40103939446727],[-73.40516914660861,41.40093539443814],[-73.40522014662206,41.40088239442616],[-73.4053881466721,41.40080739440605],[-73.40567214676435,41.40081139439746],[-73.40568114676644,41.400797394394445],[-73.40569414676968,41.400780394390715],[-73.40561414672824,41.4005133943414],[-73.40568014674076,41.40036139430968],[-73.40576014675366,41.400137394263496],[-73.40588414679081,41.40008539424927],[-73.40595714681318,41.400063394242586],[-73.40601514682702,41.399978394224135],[-73.40601514682312,41.3999113942111],[-73.40625614687856,41.399522394127516],[-73.40621214685542,41.39936939409921],[-73.40622014684807,41.39919839406569],[-73.40631014687204,41.3991093940454],[-73.40632914687716,41.3990913940413],[-73.40654014693887,41.39897739401216],[-73.40670114698254,41.39883139397846],[-73.40670114697701,41.39873639395997],[-73.40667214696629,41.39871339395646],[-73.40651914691422,41.39867039395315],[-73.40646814689478,41.39862039394509],[-73.40650414690309,41.39856239393263],[-73.40669414696137,41.398506393915476],[-73.40675914698173,41.398494393910994],[-73.40683214700096,41.398418393893806],[-73.40684014699518,41.39827439386555],[-73.40662114691385,41.39809539383794],[-73.40663614691479,41.39802839382442],[-73.40684014697791,41.397977393807764],[-73.40724214709375,41.397730393746485],[-73.4074961471608,41.39746839368714],[-73.40764214719827,41.397299393649455],[-73.40780314724448,41.397197393624324],[-73.40783914725382,41.39715739361535],[-73.40781014724158,41.39710839360678],[-73.40780314723118,41.396968393579776],[-73.4078541472386,41.39681139354756],[-73.40780314720945,41.39659439350704],[-73.4077991472079,41.396590393506386],[-73.4077301471818,41.39652539349601],[-73.40766514715811,41.39648039348941],[-73.40752614711059,41.39643739348562],[-73.40726414701713,41.396289393465466],[-73.40719814699389,41.39625739346142],[-73.40710314695596,41.396134393440626],[-73.40716914697293,41.39605839342366],[-73.40719814698133,41.3960413934194],[-73.40726414699597,41.39592539339466],[-73.40729414699551,41.39575039335964],[-73.40772014712728,41.39564339332478],[-73.408928147454,41.39453339306907],[-73.4119861482813,41.39172639242226],[-73.4151911491732,41.389212391827556],[-73.4154291492394,41.38902539178333],[-73.41637814950352,41.3882813916073],[-73.41803914996572,41.38697839129906],[-73.42097415078243,41.38467639075444],[-73.42330615143126,41.38284639032152],[-73.42393515160637,41.38235439020506]]]},"properties":{"name":2104,"geoid":"09001210400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.42433114900301,41.335297381030905],[-73.42942215059118,41.3342653806622],[-73.4295521506335,41.334269380658704],[-73.43224915148124,41.333833380484926],[-73.43551615250824,41.33330738027482],[-73.44066915411845,41.332311379911],[-73.44155115439402,41.33214037984864],[-73.44335315495711,41.331792379721456],[-73.44461215535047,41.33154837963244],[-73.44613315582576,41.33125537952523],[-73.44719015615873,41.33109737945961],[-73.4503601571573,41.33062437926296],[-73.45141815749064,41.33046737919751],[-73.45360615817472,41.33005237904452],[-73.46017016022707,41.32880937858592],[-73.46235916091149,41.328395378433086],[-73.46279616104842,41.32831737840347],[-73.46295516109818,41.32828837839257],[-73.46311316114769,41.32826037838191],[-73.46333216121626,41.3282203783669],[-73.4652001618014,41.32788637824021],[-73.46528016182648,41.327872378234844],[-73.4653601618515,41.32785737822929],[-73.46543116187372,41.327844378224405],[-73.46550316189628,41.32783137821952],[-73.46625316213118,41.32769637816846],[-73.46722716243629,41.327522378102444],[-73.47035816341672,41.32695637788889],[-73.470399163435,41.327042377904284],[-73.4714551639041,41.329235378296616],[-73.47154116394219,41.329412378328264],[-73.47162616397995,41.32958837835974],[-73.47170316401427,41.329750378388745],[-73.47178116404892,41.32991237841774],[-73.47222316424529,41.33083037858196],[-73.47283216451574,41.33209337880786],[-73.47309816463094,41.332594378896665],[-73.47389716497685,41.33409737916301],[-73.47416416509242,41.334599379251976],[-73.4745031652352,41.3351683793516],[-73.47552016566353,41.336875379650486],[-73.47586016580664,41.337444379750075],[-73.4779261667167,41.341597380490576],[-73.48412516944795,41.35405938271204],[-73.48540217001063,41.35662538316932],[-73.48705517058325,41.35727038324023],[-73.4888211711878,41.35783638329204],[-73.49411917300169,41.35953638344779],[-73.49588617360666,41.36010338349973],[-73.4971231740311,41.3605163835392],[-73.49773017423941,41.36071938355863],[-73.50083417530448,41.36175538365761],[-73.50157417555843,41.3620033836814],[-73.50169917562854,41.36251238377632],[-73.50172017564113,41.36261138379489],[-73.50178417567915,41.36290838385057],[-73.50180617569208,41.3630083838693],[-73.5018801757252,41.363165383897396],[-73.50210317582498,41.36363938398225],[-73.50217817585848,41.363797384010525],[-73.5022781759086,41.36410238406658],[-73.50258017605975,41.365018384234816],[-73.5026111760752,41.36511138425188],[-73.50268417611117,41.36532338429074],[-73.502748176147,41.36558238433901],[-73.50294217625506,41.366359384483786],[-73.50300717629128,41.36661938453223],[-73.5031571763844,41.367384384676114],[-73.50323717643217,41.36775938474642],[-73.50342017654057,41.36860338490459],[-73.50387717675856,41.36980538512334],[-73.50424017695123,41.3710943853621],[-73.50424117695167,41.37109638536247],[-73.50438317704037,41.37182938550037],[-73.50444717707667,41.3720963855502],[-73.50448417709656,41.37223238557544],[-73.50452817711815,41.372358385598496],[-73.5046021771534,41.372552385633796],[-73.50481417726508,41.37329038577034],[-73.5048481772829,41.37340738579199],[-73.50544617757112,41.37503038608793],[-73.50550517759768,41.37515838611088],[-73.5057031776896,41.37563538619713],[-73.5060181778357,41.37639238633396],[-73.50644517803373,41.377417386519205],[-73.50649917805097,41.37741338651664],[-73.50666517810411,41.37740338650921],[-73.50672017812174,41.3774003865068],[-73.50715817826259,41.377384386489204],[-73.50847417868604,41.37734038643709],[-73.50891317882733,41.37732638641984],[-73.50927517894458,41.37732738640805],[-73.51036117929635,41.37733138637289],[-73.51072417941398,41.377333386361265],[-73.51333218025536,41.37728438626541],[-73.51349718030853,41.377280386259166],[-73.52181718299249,41.37712238595299],[-73.52275518329512,41.37710538591862],[-73.52317818343155,41.37709738590305],[-73.52459118388737,41.377070385851],[-73.52618618438393,41.37673238573244],[-73.53056318574663,41.37580638540735],[-73.53097718587748,41.37575238538313],[-73.5325951863891,41.37554538528927],[-73.53264118640405,41.37554638528793],[-73.53278018644919,41.37554938528392],[-73.53282718646447,41.37555038528255],[-73.53380018678111,41.37557938525597],[-73.53459418703945,41.37560238523414],[-73.53492518714717,41.375612385225104],[-73.53671918773102,41.375667385176364],[-73.53729818791943,41.375684385160476],[-73.53769318804804,41.375697385149934],[-73.53780018808233,41.3756913851452],[-73.53812518818658,41.37567538513133],[-73.53823318822124,41.37567038512678],[-73.53858218834044,41.375777385136026],[-73.53899618848195,41.37590538514719],[-73.54128618926443,41.37661238520882],[-73.54205018952548,41.37684838522941],[-73.5423231896128,41.37683038521686],[-73.54314318987522,41.37677938517976],[-73.54341718996291,41.37676238516736],[-73.54326519005483,41.379177385642095],[-73.54281019033117,41.38642638706683],[-73.54265919042355,41.3888423875416],[-73.54265819042496,41.38887238754748],[-73.54262919043813,41.3892583876235],[-73.542503190408,41.38944038766305],[-73.54195219021234,41.389144387623766],[-73.54150819007415,41.38923938765696],[-73.54084818986928,41.38938938770801],[-73.54025218968431,41.3895253877542],[-73.53933618940329,41.38979038783609],[-73.53836618911059,41.39015438793902],[-73.5354151882296,41.39142538828396],[-73.53464918799875,41.391718388366314],[-73.53344918763706,41.39217638849514],[-73.53264118738738,41.39237938856137],[-73.53173618710329,41.392531388620924],[-73.530467186702,41.392694388694686],[-73.52887118618587,41.39270338874932],[-73.52770818580301,41.39259438876666],[-73.52701118556924,41.392455388762734],[-73.52638718535545,41.39225338874412],[-73.52629118533144,41.392374388770826],[-73.52571518517021,41.39280638887391],[-73.52557018512887,41.39290238889738],[-73.52239518398432,41.390904388614096],[-73.52190918381902,41.390768388603746],[-73.52139218364418,41.39064038859597],[-73.52068018340476,41.39048738858982],[-73.51983018312363,41.39038538859815],[-73.51810818256143,41.39030438863942],[-73.51734418230855,41.39020938864625],[-73.51678218212376,41.39016038865534],[-73.51621018193718,41.39013638866961],[-73.51560718173963,41.3900963886818],[-73.51426918133018,41.39050238880505],[-73.51346918107124,41.39050338883173],[-73.5124941807198,41.389890388744824],[-73.51134618034459,41.38982938877096],[-73.50949617974007,41.38973338881356],[-73.5080461792659,41.38965238884581],[-73.50790417921958,41.38964638884934],[-73.50774517916777,41.38964038885344],[-73.50751217909098,41.38961738885668],[-73.50676417884252,41.389509388860425],[-73.50604917860373,41.389384388859796],[-73.50522917832735,41.389197388850555],[-73.50289417753761,41.38861838881525],[-73.50181217717233,41.38836138880107],[-73.50075817681294,41.38805038877549],[-73.49957717641261,41.38774238875467],[-73.4995391763998,41.38773338875416],[-73.49733417565407,41.387187388720946],[-73.49714817559128,41.387143388718556],[-73.4967301754493,41.38702938871019],[-73.49345417434348,41.386254388667844],[-73.49304017420397,41.38616038866327],[-73.49142617365996,41.385792388645086],[-73.49097817350746,41.385664388635],[-73.4907781734389,41.38559938862897],[-73.49043517332132,41.38548738861852],[-73.48955717301754,41.38515238858241],[-73.48839317260867,41.38460338851414],[-73.48687117207703,41.38393638843473],[-73.48631417188528,41.38374038841502],[-73.48585517172927,41.383613388405486],[-73.48539117157338,41.38351638840197],[-73.48474817136282,41.383475388415256],[-73.48425217120217,41.38347438843145],[-73.48419017118216,41.3834753884337],[-73.4836991710237,41.383484388451684],[-73.48315717085296,41.38356538848536],[-73.48271017071376,41.383660388518614],[-73.48191417047056,41.38390938859337],[-73.48174717041954,41.383961388609],[-73.48152117035114,41.38404338863242],[-73.48119217025149,41.38416138866626],[-73.48109817022309,41.384196388676166],[-73.4804851700328,41.38433638872366],[-73.47997916987322,41.38440938875459],[-73.47919416962955,41.38458938881555],[-73.47894916955282,41.384633388832206],[-73.47855916943067,41.38470438885891],[-73.47820816932337,41.38481338889171],[-73.47776916917512,41.384708388885805],[-73.4775641691052,41.38464738888071],[-73.47728916901137,41.38456538887385],[-73.47718016897421,41.384533388871226],[-73.47681016884556,41.384381388853896],[-73.47666916879595,41.38431338884532],[-73.47637516868957,41.384121388817704],[-73.47619516862558,41.38402338880459],[-73.47604116856662,41.38386738877933],[-73.47588316850697,41.38372138875615],[-73.475852168495,41.38368838875075],[-73.47572616844629,41.38355238872846],[-73.47557616838914,41.38340538870483],[-73.4754531683354,41.38316638866242],[-73.47539216830633,41.38300638863331],[-73.47525016823839,41.382629388564666],[-73.47521116821976,41.38252638854591],[-73.47515116819108,41.38236738851698],[-73.47513816818484,41.382332388510584],[-73.47513616818395,41.382328388509876],[-73.4750901681624,41.38221438848922],[-73.4750751681554,41.38217738848252],[-73.47505116814412,41.38211738847164],[-73.47499216811553,41.38195438844188],[-73.47494516809472,41.38185838842477],[-73.47457616792302,41.38096138826245],[-73.47445916786975,41.380697388214976],[-73.47441516784762,41.38056238819017],[-73.4743161678045,41.38037238815648],[-73.47421416775371,41.38006738810052],[-73.47393216762566,41.379436387987084],[-73.47363616748318,41.37863538784104],[-73.4733931673529,41.3777493876767],[-73.47347816736448,41.377475387620585],[-73.47376716744078,41.37717938755344],[-73.47392316747471,41.376894387492854],[-73.47394116745643,41.37648038741171],[-73.4739661674397,41.376054387328],[-73.47396716743157,41.37590938729976],[-73.47397416742874,41.37582138728241],[-73.47397016741881,41.37567338725375],[-73.47397216741093,41.37552738722528],[-73.47396816739948,41.37535238719137],[-73.47396616739381,41.3752663871747],[-73.47397516738147,41.375004387123425],[-73.4740591673562,41.37410338694535],[-73.47439216740308,41.37305738673083],[-73.47462316746292,41.372800386673205],[-73.47518216761296,41.3722693865514],[-73.47543516767496,41.371927386476514],[-73.47557116770017,41.37160438640917],[-73.47551216765308,41.37112338631753],[-73.47535316758419,41.370824386264594],[-73.47425716724992,41.37117738636949],[-73.4739901671674,41.37124438639135],[-73.47351816702523,41.37142738644254],[-73.47317416692103,41.37155038647786],[-73.47270016677555,41.371687386520165],[-73.47234516666936,41.37183738656108],[-73.47203516657429,41.37192838658903],[-73.47162116644766,41.3720553866274],[-73.47144916639459,41.37210038664185],[-73.47103616626922,41.372243386683316],[-73.47097616625095,41.37226338668918],[-73.47067416615893,41.37236238671843],[-73.47043716608766,41.37245638674457],[-73.47011716598693,41.372505386764644],[-73.46988016591618,41.37260838679252],[-73.4697081658682,41.372740386823885],[-73.46954216582108,41.37285438685154],[-73.46949416581062,41.37294138687007],[-73.4693731657811,41.37310738690636],[-73.46933616577677,41.37323838693307],[-73.46930216577483,41.37339438696454],[-73.4692781657752,41.373534386992596],[-73.46920816576589,41.373763387039446],[-73.46912016574653,41.37392038707291],[-73.469037165726,41.37402938709686],[-73.46896616570773,41.37411038711495],[-73.4685081655785,41.374437387193716],[-73.468292165517,41.374582387229054],[-73.46815616547727,41.374656387247946],[-73.46793616541065,41.374735387270576],[-73.46763616531986,41.37484438730171],[-73.46727516521015,41.37496738733756],[-73.46705416514301,41.37504338735964],[-73.46684916508288,41.37515038738724],[-73.46678916506536,41.37518338739564],[-73.46647716497455,41.375358387439995],[-73.46634516493828,41.37546938746595],[-73.46624816491588,41.37562438749931],[-73.46618416490519,41.37579638753488],[-73.46616616490228,41.375846387545224],[-73.4661271649038,41.37608938759378],[-73.46611916490387,41.37613538760299],[-73.46608916489735,41.37619038761469],[-73.46601816488206,41.37632238764271],[-73.46591716485617,41.376439387668796],[-73.46590516485344,41.37645938767309],[-73.46588416484897,41.37649938768157],[-73.46583616483588,41.376541387691326],[-73.46558416476861,41.37678738774751],[-73.46544016473025,41.376929387779896],[-73.46478516454997,41.377475387907765],[-73.4645071644726,41.37769238795915],[-73.46436016443504,41.37786438799748],[-73.46427716441612,41.37800138802687],[-73.46427316441523,41.378008388028356],[-73.46411616438128,41.37829838808998],[-73.46388116434404,41.378965388227485],[-73.46382516433383,41.379101388255805],[-73.46379516432846,41.37917638827138],[-73.46374116432077,41.379344388305846],[-73.46367116430503,41.37946338833131],[-73.46359816428023,41.37944338832984],[-73.46343316422195,41.379360388319135],[-73.46303716408305,41.37917638829643],[-73.46298216406343,41.3791453882922],[-73.46263216393899,41.37895438826661],[-73.46108616338161,41.37797838812778],[-73.46103616336461,41.37796438812671],[-73.46071416325518,41.37787538812002],[-73.46060016321681,41.37785038811893],[-73.46047116317399,41.37783238811967],[-73.46029716311531,41.37779238811764],[-73.46021016308659,41.37778238811858],[-73.46000916302027,41.37776138812112],[-73.4599501630003,41.377746388120165],[-73.45986616297188,41.37772538811885],[-73.4596001628833,41.37768338811944],[-73.4594971628491,41.377668388119936],[-73.45916816274018,41.377627388122825],[-73.45909516271833,41.37765838813128],[-73.45900816269082,41.377669388136276],[-73.4588241626363,41.37775638815928],[-73.45879716262837,41.377770388162894],[-73.4585701625592,41.377844388184776],[-73.45850216253892,41.37787438819287],[-73.45829816247829,41.377967388217705],[-73.45823116245838,41.377998388225954],[-73.45800616239153,41.37810138825342],[-73.45800216239029,41.37810238825375],[-73.45768816229811,41.37826538829583],[-73.45733916219645,41.37846038834528],[-73.4571201621327,41.37858338837645],[-73.45698216209361,41.37867938839968],[-73.45686916206168,41.37875938841897],[-73.45673416202386,41.37886038844308],[-73.4566101619883,41.37893938846255],[-73.45658116198112,41.3789773884709],[-73.45648216195698,41.37911338850062],[-73.45620416188183,41.37936838855941],[-73.45579716177195,41.37974538864621],[-73.45538316166133,41.38014738873808],[-73.45511316158925,41.38041138879835],[-73.45510116158619,41.38042538880148],[-73.45506616157746,41.380470388811375],[-73.45505516157479,41.38048538881466],[-73.45490316153557,41.38065738885314],[-73.45468416147929,41.38090838890921],[-73.45446316142379,41.38118438897019],[-73.45438516140428,41.38128338899202],[-73.45433916139473,41.38137538901146],[-73.4541521613268,41.381248388992915],[-73.45381016120251,41.38101538895887],[-73.45358716112234,41.38087838893959],[-73.45339616105362,41.380760388922944],[-73.45336716104312,41.38074138892021],[-73.45328116101194,41.380684388911945],[-73.45327716101048,41.3806813889115],[-73.45326016100366,41.38065838890757],[-73.45308116094104,41.38057838889793],[-73.45280616084545,41.38046638888523],[-73.45264816079099,41.380409388879336],[-73.45251016074438,41.38037638887748],[-73.4522871606701,41.38034038887784],[-73.45201416058035,41.38031738888237],[-73.45146616040553,41.38036238890922],[-73.45102816026609,41.380403388931654],[-73.45002515994109,41.38039938896399],[-73.44883915956078,41.38046338901559],[-73.44810315932705,41.38054238905525],[-73.4477511592171,41.380611389080286],[-73.44749015913729,41.38069238910466],[-73.44702015899092,41.380792389139614],[-73.44663915887088,41.38084938916328],[-73.44642515880479,41.38090438918107],[-73.44623515874885,41.381000389206],[-73.4461021587116,41.38110038922984],[-73.44592815866305,41.38123438926166],[-73.44586915864667,41.38128138927275],[-73.44567415859319,41.381447389311475],[-73.44559315857336,41.38155738933556],[-73.44545615853669,41.38168938936576],[-73.44544715853435,41.381699389368],[-73.44532715849927,41.381764389384614],[-73.44525815847624,41.38175238938455],[-73.4452371584728,41.38181038939653],[-73.44523215847317,41.381844389403305],[-73.44522115847532,41.38194238942273],[-73.44523815848996,41.38209938945272],[-73.44522915848896,41.382132389459436],[-73.44520415848633,41.382226389478554],[-73.44522115850592,41.38246838952507],[-73.44524915852698,41.38267438956422],[-73.44525115852967,41.38270938957096],[-73.44527715855628,41.38302238963101],[-73.44533115860048,41.38348138971851],[-73.44535015862128,41.38373338976691],[-73.44541515866712,41.38415938984763],[-73.44543515868092,41.38428538987149],[-73.44553615872567,41.38449238990843],[-73.44562215875916,41.38458938992446],[-73.44570115879408,41.38474938995298],[-73.44585515885714,41.38497638999205],[-73.44593315888996,41.38510639001477],[-73.44599015891716,41.38525639004206],[-73.44508815865423,41.38575739016929],[-73.44422115839943,41.38620339028467],[-73.44419215839073,41.386215390287965],[-73.44415415838675,41.38635839031703],[-73.44373415826297,41.386568390371735],[-73.44351115819732,41.38668139040109],[-73.44303815805706,41.38690339045987],[-73.44246815788902,41.38718739053394],[-73.44224415782304,41.38730039056332],[-73.44205015776618,41.387402390589564],[-73.4419821577463,41.38743939059899],[-73.4418521577084,41.38751139061729],[-73.44177515768503,41.387538390625096],[-73.44170315766323,41.38756439063251],[-73.44152515760857,41.387615390648314],[-73.44142015757636,41.38764639065779],[-73.44103415745711,41.38774539068981],[-73.44098915744289,41.387751390692465],[-73.44080715738554,41.387778390703716],[-73.44055215730086,41.387742390705135],[-73.44038915724701,41.38772439070701],[-73.44017615717577,41.38768539070645],[-73.440011157122,41.38767939071072],[-73.43988815707228,41.38750939068172],[-73.43974515701689,41.387353390656095],[-73.43842515651323,41.38604339044481],[-73.43804115636095,41.38556339036411],[-73.43796215633031,41.38547639034979],[-73.43781615627023,41.38525639031182],[-73.43765015619284,41.384850390238306],[-73.4375901561653,41.38471039021306],[-73.43732115604189,41.38408639010053],[-73.43667115578336,41.383260389961265],[-73.43634515565161,41.38281038988448],[-73.436290155629,41.38272738987016],[-73.43616815558138,41.38258838984713],[-73.43608615554692,41.382452389823385],[-73.43601715551544,41.38229538979512],[-73.43600215550738,41.38224038978491],[-73.43585915544986,41.382047389752074],[-73.43574215540278,41.3818893897252],[-73.43569315537995,41.38176938970346],[-73.43566815536381,41.38163138967744],[-73.43565515535141,41.38149038965044],[-73.43560615531955,41.381215389598545],[-73.43555515528612,41.380924389543594],[-73.43549915525793,41.38075138951179],[-73.43540415521011,41.380458389457914],[-73.43534615518385,41.38032938943473],[-73.43528715516042,41.380255389422295],[-73.43526715515249,41.380230389418074],[-73.4351561551108,41.38013138940247],[-73.43502515506222,41.38002538938617],[-73.43490215501535,41.3799043893667],[-73.43471815494745,41.37976138934494],[-73.43468315493449,41.37973338934064],[-73.43460415490577,41.379679389332736],[-73.43416015474467,41.379381389289414],[-73.43386115463646,41.37918538926114],[-73.43339715447162,41.378934389227595],[-73.43325815442202,41.37885538921682],[-73.43275915424408,41.378574389178596],[-73.43273715423585,41.37855538917563],[-73.43267115421123,41.37849938916691],[-73.43267015421091,41.37849938916693],[-73.43264715420257,41.378484389164775],[-73.43275015422124,41.37823138911216],[-73.43306215427825,41.37747438895457],[-73.4331661542973,41.377222388902105],[-73.43330315432607,41.37695438884543],[-73.43350115436776,41.3765683887638],[-73.43384615444039,41.375896388621655],[-73.43393315444654,41.37551738854505],[-73.43419715446593,41.374380388315075],[-73.43428515447245,41.374002388238594],[-73.43457015452876,41.37338338810875],[-73.43502215461838,41.37240738790393],[-73.4347701544824,41.371471387730075],[-73.43459415438721,41.37081438760802],[-73.43439815425698,41.369665387390874],[-73.43423015412479,41.368326387135816],[-73.43370515389947,41.367374386967846],[-73.43336715375442,41.366761386859686],[-73.43324315368906,41.3663273867793],[-73.43287115349297,41.365025386538136],[-73.43274815342795,41.36459138645771],[-73.43266415338094,41.364250386394104],[-73.43241315324029,41.36322838620345],[-73.43233015319367,41.36288838614001],[-73.4316811528297,41.36023938564576],[-73.43057815221103,41.35573438480508],[-73.42957515168905,41.35233638417654],[-73.42880315128734,41.34972138369282],[-73.42796915084865,41.34681438315422],[-73.42779115075507,41.34619438303933],[-73.42558114959309,41.33849538161268],[-73.42551814955992,41.33827538157189],[-73.42546614953278,41.338097381538944],[-73.42539814949683,41.33785738149443],[-73.42433114900301,41.335297381030905]]]},"properties":{"name":2105,"geoid":"09001210500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.47515116819108,41.38236738851698],[-73.47498916813635,41.38232838851474],[-73.47450416797263,41.38221338850839],[-73.47442316794529,41.38219438850737],[-73.47434316791828,41.38217538850632],[-73.47349916763291,41.381967388493756],[-73.47245916728134,41.381712388478505],[-73.47109816682716,41.381480388478344],[-73.47094516677723,41.381473388482036],[-73.47054616664698,41.38145538849172],[-73.47007916649781,41.38149038851395],[-73.46994616645598,41.38151138852245],[-73.46954916633135,41.3815783885486],[-73.46941716628994,41.38160138855742],[-73.46905716617972,41.38171038859053],[-73.46864516605362,41.38183538862845],[-73.46858916603654,41.38185338863379],[-73.46806916587917,41.38204238868776],[-73.46799416585698,41.38207838869724],[-73.46765616575705,41.3822413887401],[-73.46730416565077,41.38237338877742],[-73.46729816564901,41.3823763887782],[-73.46707116558457,41.382532388816045],[-73.46688216553102,41.38266338884776],[-73.46655016544787,41.38308138894005],[-73.46648316543119,41.38316738895899],[-73.46624616537197,41.383468389025374],[-73.46595016530893,41.38403138914467],[-73.46582516529466,41.384481389236335],[-73.46579616529156,41.3845893892583],[-73.46551416531265,41.38651938964302],[-73.46527016526953,41.38713538977091],[-73.46490016517612,41.38758838987123],[-73.46420416500061,41.388444390060734],[-73.46355616485272,41.3895073902889],[-73.4633771648176,41.38989939037104],[-73.46331316482966,41.390462390482654],[-73.46323516495272,41.39300839098039],[-73.46323216495678,41.39309439099721],[-73.46288316484515,41.393118391013424],[-73.46251816472596,41.393101391022164],[-73.46235916467501,41.393110391029175],[-73.46226316464427,41.39311639103351],[-73.46211016459502,41.39312139103953],[-73.46203416456883,41.3930943910368],[-73.46178516448161,41.39298139102304],[-73.4617301644613,41.39293839101651],[-73.46158916441081,41.39285539100502],[-73.46139116434222,41.392778390996575],[-73.46129916430921,41.392723390988934],[-73.46083216414496,41.39249939096077],[-73.46039316399556,41.39237539095117],[-73.45993216384053,41.39227639094714],[-73.4594801636891,41.39218939094516],[-73.45920016359784,41.39217939095246],[-73.458906163503,41.39218539096333],[-73.4583711633286,41.392165390977134],[-73.45788816316991,41.39212639098549],[-73.45739516301026,41.392126391001774],[-73.45699916288319,41.39214639101874],[-73.45644216270387,41.392164391040644],[-73.45595716254927,41.39220639106484],[-73.45585616251702,41.392214391069736],[-73.45577416249093,41.392222391073986],[-73.45559016243304,41.39225139108572],[-73.4555571624227,41.392257391087966],[-73.45545916239213,41.39227739109508],[-73.45530016234228,41.39230539110578],[-73.45507116227057,41.39234739112152],[-73.45482516219406,41.39240139114013],[-73.45466816214532,41.39243739115233],[-73.45440916204153,41.39209539109436],[-73.45403016188966,41.39159539100965],[-73.45363516173107,41.39106839092019],[-73.4533791616282,41.39072539086191],[-73.45324716157398,41.39052839082797],[-73.4531791615465,41.39043439081192],[-73.4531241615242,41.39035739079877],[-73.45273016136616,41.38983439071006],[-73.45255616129513,41.38958239066678],[-73.45235716121384,41.38929239061695],[-73.45227616118905,41.38931739062448],[-73.45220816116831,41.38933939063101],[-73.45205416112387,41.38943239065419],[-73.45198316110344,41.389476390665074],[-73.45179516104558,41.38952839068141],[-73.45123116087225,41.389688390731166],[-73.45104416081479,41.38974139074763],[-73.45098116079538,41.38975839075303],[-73.45079316073758,41.38981139076954],[-73.45073116071856,41.38982939077508],[-73.45067116069983,41.3898413907794],[-73.4506101606809,41.38985539078414],[-73.45049216064439,41.38988439079367],[-73.45043316062612,41.38989939079854],[-73.45030516057585,41.38974739077321],[-73.44997416044578,41.38935439070769],[-73.44992616042633,41.38928739069623],[-73.44981216038003,41.38912639066869],[-73.4498031603764,41.389114390666656],[-73.44977816036622,41.389078390660465],[-73.44977016036295,41.38906639065841],[-73.44959416029157,41.38881939061618],[-73.44957816028521,41.3887993906128],[-73.44916316012069,41.38828139052575],[-73.44899116004933,41.3880123904791],[-73.44881415997601,41.387737390431475],[-73.44850115984643,41.38725239034744],[-73.4478311595688,41.386210390166866],[-73.44757415946127,41.385792390094046],[-73.44727215933496,41.38530239000868],[-73.44720815930866,41.38520638999213],[-73.44717715929593,41.385160389984215],[-73.44700315922672,41.38493938994697],[-73.44699715922462,41.38493638994658],[-73.44689815918929,41.38488038993896],[-73.4468701591793,41.38486438993676],[-73.44675615914156,41.3848503899378],[-73.44657115908493,41.38490638995481],[-73.44631415901026,41.38505338999188],[-73.44599015891716,41.38525639004206],[-73.44593315888996,41.38510639001477],[-73.44585515885714,41.38497638999205],[-73.44570115879408,41.38474938995298],[-73.44562215875916,41.38458938992446],[-73.44553615872567,41.38449238990843],[-73.44543515868092,41.38428538987149],[-73.44541515866712,41.38415938984763],[-73.44535015862128,41.38373338976691],[-73.44533115860048,41.38348138971851],[-73.44527715855628,41.38302238963101],[-73.44525115852967,41.38270938957096],[-73.44524915852698,41.38267438956422],[-73.44522115850592,41.38246838952507],[-73.44520415848633,41.382226389478554],[-73.44522915848896,41.382132389459436],[-73.44523815848996,41.38209938945272],[-73.44522115847532,41.38194238942273],[-73.44523215847317,41.381844389403305],[-73.4452371584728,41.38181038939653],[-73.44525815847624,41.38175238938455],[-73.44532715849927,41.381764389384614],[-73.44544715853435,41.381699389368],[-73.44545615853669,41.38168938936576],[-73.44559315857336,41.38155738933556],[-73.44567415859319,41.381447389311475],[-73.44586915864667,41.38128138927275],[-73.44592815866305,41.38123438926166],[-73.4461021587116,41.38110038922984],[-73.44623515874885,41.381000389206],[-73.44642515880479,41.38090438918107],[-73.44663915887088,41.38084938916328],[-73.44702015899092,41.380792389139614],[-73.44749015913729,41.38069238910466],[-73.4477511592171,41.380611389080286],[-73.44810315932705,41.38054238905525],[-73.44883915956078,41.38046338901559],[-73.45002515994109,41.38039938896399],[-73.45102816026609,41.380403388931654],[-73.45146616040553,41.38036238890922],[-73.45201416058035,41.38031738888237],[-73.4522871606701,41.38034038887784],[-73.45251016074438,41.38037638887748],[-73.45264816079099,41.380409388879336],[-73.45280616084545,41.38046638888523],[-73.45308116094104,41.38057838889793],[-73.45326016100366,41.38065838890757],[-73.45327716101048,41.3806813889115],[-73.45328116101194,41.380684388911945],[-73.45336716104312,41.38074138892021],[-73.45339616105362,41.380760388922944],[-73.45358716112234,41.38087838893959],[-73.45381016120251,41.38101538895887],[-73.4541521613268,41.381248388992915],[-73.45433916139473,41.38137538901146],[-73.45438516140428,41.38128338899202],[-73.45446316142379,41.38118438897019],[-73.45468416147929,41.38090838890921],[-73.45490316153557,41.38065738885314],[-73.45505516157479,41.38048538881466],[-73.45506616157746,41.380470388811375],[-73.45510116158619,41.38042538880148],[-73.45511316158925,41.38041138879835],[-73.45538316166133,41.38014738873808],[-73.45579716177195,41.37974538864621],[-73.45620416188183,41.37936838855941],[-73.45648216195698,41.37911338850062],[-73.45658116198112,41.3789773884709],[-73.4566101619883,41.37893938846255],[-73.45673416202386,41.37886038844308],[-73.45686916206168,41.37875938841897],[-73.45698216209361,41.37867938839968],[-73.4571201621327,41.37858338837645],[-73.45733916219645,41.37846038834528],[-73.45768816229811,41.37826538829583],[-73.45800216239029,41.37810238825375],[-73.45800616239153,41.37810138825342],[-73.45823116245838,41.377998388225954],[-73.45829816247829,41.377967388217705],[-73.45850216253892,41.37787438819287],[-73.4585701625592,41.377844388184776],[-73.45879716262837,41.377770388162894],[-73.4588241626363,41.37775638815928],[-73.45900816269082,41.377669388136276],[-73.45909516271833,41.37765838813128],[-73.45916816274018,41.377627388122825],[-73.4594971628491,41.377668388119936],[-73.4596001628833,41.37768338811944],[-73.45986616297188,41.37772538811885],[-73.4599501630003,41.377746388120165],[-73.46000916302027,41.37776138812112],[-73.46021016308659,41.37778238811858],[-73.46029716311531,41.37779238811764],[-73.46047116317399,41.37783238811967],[-73.46060016321681,41.37785038811893],[-73.46071416325518,41.37787538812002],[-73.46103616336461,41.37796438812671],[-73.46108616338161,41.37797838812778],[-73.46263216393899,41.37895438826661],[-73.46298216406343,41.3791453882922],[-73.46303716408305,41.37917638829643],[-73.46343316422195,41.379360388319135],[-73.46359816428023,41.37944338832984],[-73.46367116430503,41.37946338833131],[-73.46374116432077,41.379344388305846],[-73.46379516432846,41.37917638827138],[-73.46382516433383,41.379101388255805],[-73.46388116434404,41.378965388227485],[-73.46411616438128,41.37829838808998],[-73.46427316441523,41.378008388028356],[-73.46427716441612,41.37800138802687],[-73.46436016443504,41.37786438799748],[-73.4645071644726,41.37769238795915],[-73.46478516454997,41.377475387907765],[-73.46544016473025,41.376929387779896],[-73.46558416476861,41.37678738774751],[-73.46583616483588,41.376541387691326],[-73.46588416484897,41.37649938768157],[-73.46590516485344,41.37645938767309],[-73.46591716485617,41.376439387668796],[-73.46601816488206,41.37632238764271],[-73.46608916489735,41.37619038761469],[-73.46611916490387,41.37613538760299],[-73.4661271649038,41.37608938759378],[-73.46616616490228,41.375846387545224],[-73.46618416490519,41.37579638753488],[-73.46624816491588,41.37562438749931],[-73.46634516493828,41.37546938746595],[-73.46647716497455,41.375358387439995],[-73.46678916506536,41.37518338739564],[-73.46684916508288,41.37515038738724],[-73.46705416514301,41.37504338735964],[-73.46727516521015,41.37496738733756],[-73.46763616531986,41.37484438730171],[-73.46793616541065,41.374735387270576],[-73.46815616547727,41.374656387247946],[-73.468292165517,41.374582387229054],[-73.4685081655785,41.374437387193716],[-73.46896616570773,41.37411038711495],[-73.469037165726,41.37402938709686],[-73.46912016574653,41.37392038707291],[-73.46920816576589,41.373763387039446],[-73.4692781657752,41.373534386992596],[-73.46930216577483,41.37339438696454],[-73.46933616577677,41.37323838693307],[-73.4693731657811,41.37310738690636],[-73.46949416581062,41.37294138687007],[-73.46954216582108,41.37285438685154],[-73.4697081658682,41.372740386823885],[-73.46988016591618,41.37260838679252],[-73.47011716598693,41.372505386764644],[-73.47043716608766,41.37245638674457],[-73.47067416615893,41.37236238671843],[-73.47097616625095,41.37226338668918],[-73.47103616626922,41.372243386683316],[-73.47144916639459,41.37210038664185],[-73.47162116644766,41.3720553866274],[-73.47203516657429,41.37192838658903],[-73.47234516666936,41.37183738656108],[-73.47270016677555,41.371687386520165],[-73.47317416692103,41.37155038647786],[-73.47351816702523,41.37142738644254],[-73.4739901671674,41.37124438639135],[-73.47425716724992,41.37117738636949],[-73.47535316758419,41.370824386264594],[-73.47551216765308,41.37112338631753],[-73.47557116770017,41.37160438640917],[-73.47543516767496,41.371927386476514],[-73.47518216761296,41.3722693865514],[-73.47462316746292,41.372800386673205],[-73.47439216740308,41.37305738673083],[-73.4740591673562,41.37410338694535],[-73.47397516738147,41.375004387123425],[-73.47396616739381,41.3752663871747],[-73.47396816739948,41.37535238719137],[-73.47397216741093,41.37552738722528],[-73.47397016741881,41.37567338725375],[-73.47397416742874,41.37582138728241],[-73.47396716743157,41.37590938729976],[-73.4739661674397,41.376054387328],[-73.47394116745643,41.37648038741171],[-73.47392316747471,41.376894387492854],[-73.47376716744078,41.37717938755344],[-73.47347816736448,41.377475387620585],[-73.4733931673529,41.3777493876767],[-73.47363616748318,41.37863538784104],[-73.47393216762566,41.379436387987084],[-73.47421416775371,41.38006738810052],[-73.4743161678045,41.38037238815648],[-73.47441516784762,41.38056238819017],[-73.47445916786975,41.380697388214976],[-73.47457616792302,41.38096138826245],[-73.47494516809472,41.38185838842477],[-73.47499216811553,41.38195438844188],[-73.47505116814412,41.38211738847164],[-73.4750751681554,41.38217738848252],[-73.4750901681624,41.38221438848922],[-73.47513616818395,41.382328388509876],[-73.47513816818484,41.382332388510584],[-73.47515116819108,41.38236738851698]]]},"properties":{"name":2106,"geoid":"09001210600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.53726219154875,41.43791839725678],[-73.53673119137848,41.437947397280034],[-73.53649019130069,41.437951397288806],[-73.53623119121606,41.43793839729488],[-73.53598819113611,41.43791739729887],[-73.53578619106835,41.43787739729779],[-73.53552219097361,41.43771939727588],[-73.53416019049622,41.43709939720067],[-73.53367719030054,41.43642939708658],[-73.5335041902338,41.43624639705678],[-73.53337719018822,41.43617039704623],[-73.53311019010216,41.436177397056454],[-73.53069318933298,41.436408397181516],[-73.5303141892116,41.43643139719855],[-73.53016118916047,41.43640439719837],[-73.53004418912006,41.43636139719391],[-73.52985918905387,41.43625439717926],[-73.52931718885839,41.43591339713102],[-73.52921118882271,41.435890397130066],[-73.52826318851758,41.43592239716774],[-73.52771718833843,41.43588239717808],[-73.52656418796128,41.4358183972039],[-73.52511318748712,41.43574539723784],[-73.5250111874259,41.43526439714781],[-73.52500818742402,41.435248397144804],[-73.52491018737082,41.434882397076976],[-73.52464718724396,41.43417039694741],[-73.52450518718122,41.433884396896566],[-73.52428818708525,41.433445396818485],[-73.52414218702762,41.433268396788954],[-73.52413418702466,41.43326239678805],[-73.52376418688675,41.4329533967403],[-73.52359818682332,41.43278839671377],[-73.52342918675883,41.43262139668693],[-73.52336018673402,41.43257939668105],[-73.52292318656562,41.4321203966064],[-73.52278518651245,41.43197539658283],[-73.52243318637345,41.43154839651156],[-73.52204818621288,41.430935396405246],[-73.52188018613074,41.43046139631876],[-73.52183518610708,41.43030639629014],[-73.52178818608216,41.430140396259446],[-73.52175318605227,41.429823396199026],[-73.52164018600449,41.42963239616567],[-73.52154318595932,41.42939739612324],[-73.52138618588765,41.42904139605929],[-73.52128918584319,41.42881839601919],[-73.52117318578102,41.42839839594146],[-73.52111318573738,41.42798439586301],[-73.52117118572443,41.427442395755804],[-73.52121618572251,41.42716039569954],[-73.52123418572218,41.42705539567853],[-73.52143618575855,41.42655939557549],[-73.52148118577078,41.42651939556623],[-73.52156118578932,41.426393395539094],[-73.52172518582762,41.42614039548451],[-73.52178318583846,41.42600439545616],[-73.52181818583948,41.42582839542083],[-73.52186018584108,41.42562339537959],[-73.52181218582186,41.42556039536895],[-73.52150318570523,41.42527739532422],[-73.52110318555368,41.424901395264435],[-73.520654185385,41.424503395202],[-73.52038618528528,41.42428239516795],[-73.52031918526032,41.424226395159295],[-73.51997918513675,41.423996395125876],[-73.51960218500085,41.423760395092536],[-73.51925118487154,41.4234923950521],[-73.51870618467065,41.423075394989134],[-73.51771418431554,41.422496394909544],[-73.51738918419964,41.422314394884964],[-73.5172701841586,41.42227139488054],[-73.51702218406618,41.42206439484854],[-73.51689418401854,41.421958394832174],[-73.51679918398537,41.421917394827354],[-73.51664318392818,41.421803394810375],[-73.5164301838474,41.42160139477819],[-73.51638518382582,41.42148139475637],[-73.51629018376515,41.420970394660245],[-73.5161811836492,41.41959139439591],[-73.51620918364767,41.41941039435982],[-73.51629818365889,41.41910939429838],[-73.51644218368922,41.41883039423939],[-73.51655118371602,41.4186853942076],[-73.51677718377698,41.418476394159505],[-73.51519018315102,41.4165603938398],[-73.51480518300087,41.41612439376783],[-73.51365218255116,41.414818393552245],[-73.51357818252235,41.41473539353858],[-73.51325318239735,41.414397393483654],[-73.51269918218705,41.41386839339921],[-73.51230518204993,41.413705393380575],[-73.5120221819518,41.413594393368385],[-73.51185918189486,41.41352339335999],[-73.51159418180222,41.41340639334604],[-73.5110661816225,41.41325639333437],[-73.51053318144658,41.413199393340946],[-73.50971518117609,41.413103393349395],[-73.50946518109338,41.41307339335185],[-73.50933818105004,41.41303539334866],[-73.50913118097577,41.41291139333143],[-73.50863818078743,41.41242039325233],[-73.50818618060846,41.41186239315885],[-73.50797518052738,41.41164439312348],[-73.50782118046871,41.41149339309923],[-73.50766318040931,41.41135239307707],[-73.50752518036036,41.41127939306745],[-73.50685218013098,41.41108339305163],[-73.50619217990727,41.410912393040256],[-73.50534917961942,41.410657393018624],[-73.50529617960119,41.41063939301687],[-73.50480617943252,41.41046839299986],[-73.50433617927148,41.41031639298589],[-73.50380917908976,41.41012739296662],[-73.50291017878163,41.40983539293963],[-73.50239817860795,41.40970039293035],[-73.50187017842448,41.40948639290624],[-73.50154617831353,41.409383392896935],[-73.50137817825569,41.40932439289104],[-73.50126117821513,41.409278392885966],[-73.50115517817835,41.409236392881326],[-73.50080917805585,41.409057392857974],[-73.5006701780077,41.40900339285207],[-73.50049417794263,41.408865392831096],[-73.50047017793369,41.40884539282799],[-73.50023717784984,41.40870139280772],[-73.49989117771514,41.40831339274375],[-73.49951117756021,41.4077673926502],[-73.49856717719702,41.40678239248999],[-73.49804417700183,41.40634039242139],[-73.49778217690199,41.40608339238012],[-73.49756817682278,41.405913392354144],[-73.49739917676074,41.40578839233545],[-73.49729117672146,41.405714392324626],[-73.49669817652467,41.40563239232831],[-73.49500917596433,41.405402392339525],[-73.49491817593474,41.40540039234214],[-73.49432017574075,41.405394392360776],[-73.4940331756476,41.40539039236949],[-73.49375817555838,41.40538739237801],[-73.49317217536762,41.40537039239409],[-73.4928861752746,41.4053633924022],[-73.49280817525087,41.40538939240984],[-73.49257717518074,41.40546939243304],[-73.49250017515737,41.405496392440824],[-73.49212817504248,41.405591392471614],[-73.4917381749239,41.405723392510176],[-73.49148617484656,41.40579639253269],[-73.49118317475359,41.405884392559834],[-73.48955917426584,41.406537392740496],[-73.48919117415134,41.40661739276824],[-73.48884317404209,41.40667639279122],[-73.4884641739192,41.40667339280317],[-73.48806517378982,41.40667039281579],[-73.48740717357772,41.40668739284087],[-73.487331173554,41.406702392846306],[-73.48710517348363,41.40675039286311],[-73.48703017346025,41.4067663928687],[-73.4866231733328,41.40684039289655],[-73.48540417295123,41.40706639298082],[-73.48499817282415,41.40714139300882],[-73.48453017267761,41.40722739304102],[-73.4844701726586,41.407234393044384],[-73.48373017242427,41.40732539308654],[-73.48288217215854,41.40747739314414],[-73.48244417202139,41.40755739317419],[-73.4823551719932,41.40756839317926],[-73.48220617194583,41.40758339318711],[-73.48197617187077,41.40757339319276],[-73.48084017150009,41.40752539322102],[-73.48083717149912,41.40752539322113],[-73.48046117137666,41.40751339323123],[-73.48025517131002,41.40751439323824],[-73.47963817111045,41.4075183932594],[-73.47943317104418,41.40752039326659],[-73.4792291709749,41.407465393262655],[-73.47901717090147,41.4073833932537],[-73.47888617085472,41.407309393243665],[-73.47866617077362,41.40714039321808],[-73.47849117070668,41.40696439318967],[-73.47827617060882,41.406480393102676],[-73.47827117060649,41.40646839310052],[-73.4777631703787,41.405383392906394],[-73.47729217018889,41.40474439279774],[-73.47682517000342,41.40415739269906],[-73.47647316987008,41.40382539264616],[-73.47611116973627,41.40354139260292],[-73.4750781693625,41.40286839250622],[-73.4748661692858,41.4027303924864],[-73.47423116905772,41.40234539243254],[-73.47406316899406,41.402186392407195],[-73.47395116894874,41.402031392380756],[-73.47380216889064,41.40186239235283],[-73.47379216888669,41.40185039235082],[-73.47370516885363,41.401766392337365],[-73.47366616883878,41.40172839233127],[-73.47337016873284,41.40155539230742],[-73.47335916872898,41.4015503923068],[-73.47323516868568,41.401496392300416],[-73.4728941685748,41.40148839231013],[-73.4726391684924,41.401491392319144],[-73.47232916839398,41.401525392336005],[-73.47226716837437,41.401533392339616],[-73.47178516822024,41.401566392361964],[-73.47096016795324,41.401569392389824],[-73.47067216785776,41.401531392391945],[-73.47038816776318,41.40148639239259],[-73.47019616769855,41.401444392390765],[-73.47001716763702,41.40138339238482],[-73.4698361675748,41.40132139237874],[-73.46964416751005,41.40127739237655],[-73.46951516746661,41.40124839237517],[-73.46935616741224,41.4011993923709],[-73.46922716736877,41.40117039236952],[-73.46906716731526,41.40114139236918],[-73.468756167212,41.40109739237089],[-73.4695671674625,41.40088939230366],[-73.47001416759979,41.40076139226399],[-73.47007416761817,41.400743392258505],[-73.47050216774966,41.40062139222064],[-73.47111716793778,41.40043239216356],[-73.47268216840679,41.399784391985825],[-73.47311116853415,41.39958639193314],[-73.47383816874496,41.39916439182705],[-73.47406816881173,41.399032391793796],[-73.47486816903995,41.39850339166447],[-73.47497816907037,41.39841439164354],[-73.47580516929904,41.39774339148572],[-73.47609016937798,41.39751439143178],[-73.4766811695344,41.396915391295764],[-73.47725116968009,41.39624839114721],[-73.47749816973902,41.395887391068854],[-73.47773016979133,41.39549639098515],[-73.47781016980535,41.395292390942835],[-73.47782016980725,41.395269390938026],[-73.47793216982416,41.39493739086978],[-73.4780741698397,41.39441539076358],[-73.47810916984263,41.39427139073439],[-73.47822616988412,41.39433339074261],[-73.47828816990612,41.39436639074696],[-73.47857117000773,41.39453739077086],[-73.47868617004904,41.39460739078068],[-73.47873417002926,41.39400139066124],[-73.47877117001407,41.39353539056941],[-73.47881617001772,41.39334839053154],[-73.47903817008081,41.39319739049485],[-73.47910717009948,41.3931343904803],[-73.4792051700848,41.39233839032228],[-73.47926717007591,41.39184139022357],[-73.479292170078,41.39173839020272],[-73.47937817010427,41.39171139019462],[-73.47945617012843,41.391692390188354],[-73.47975717022167,41.39162039016439],[-73.47995417028267,41.391572390148546],[-73.48012117033447,41.39153339013544],[-73.48062617048895,41.39137839008858],[-73.48081117054738,41.39135339007762],[-73.481259170689,41.39129439005134],[-73.48294417122511,41.39113238996412],[-73.48365617145176,41.39106538992755],[-73.48364817144542,41.39100138991535],[-73.48362417142647,41.39080938987881],[-73.48361617142021,41.390746389866834],[-73.48367017143381,41.39068038985219],[-73.48371317143895,41.39052938982142],[-73.48370717142605,41.39034138978506],[-73.48358817137255,41.39008438973902],[-73.48347917133182,41.389991389724536],[-73.48337917129619,41.38993538971694],[-73.48316817122092,41.38981638970077],[-73.48309717119636,41.389789389697874],[-73.48288517112312,41.389710389689526],[-73.48281517109892,41.389684389686785],[-73.48293517112374,41.38944338963595],[-73.48295617111087,41.389106389569704],[-73.48294317110143,41.38901638955263],[-73.48290017106862,41.38869238949105],[-73.48285417104486,41.388540389463],[-73.48288717102406,41.3880003893569],[-73.48286717100937,41.38785938933012],[-73.48277717097325,41.38773938930976],[-73.48265517092825,41.387645389295514],[-73.48228817080337,41.38754138928742],[-73.48205017072661,41.387546389296276],[-73.48167317060512,41.38755638931066],[-73.4813561705047,41.38759438932854],[-73.48117617044781,41.38761838933917],[-73.48080817033157,41.38766838936105],[-73.4806431702812,41.38772038937662],[-73.4804701702284,41.38777538939302],[-73.48037017019955,41.38783638940821],[-73.48007217011386,41.38802138945404],[-73.47997317008542,41.38808338946938],[-73.47974617000322,41.3879343894479],[-73.47961716995798,41.38787438944048],[-73.4793681698706,41.38775838942617],[-73.47880516967862,41.38759238941249],[-73.47848716956663,41.38743738939286],[-73.47846816955966,41.38742338939076],[-73.4781351694376,41.38717938935431],[-73.47792216937908,41.38735838939617],[-73.47783816935602,41.38742938941276],[-73.47726016919057,41.38780138950421],[-73.47722616918061,41.387819389508834],[-73.47698316910973,41.38795338954292],[-73.47681316905854,41.3880193895614],[-73.47676216904314,41.38803838956677],[-73.47642816894258,41.388168389603095],[-73.47621916887816,41.3882243896209],[-73.47608816883785,41.38826038963223],[-73.47586116876813,41.38832538965237],[-73.47584816875326,41.388142389617215],[-73.47585516874918,41.38803338959576],[-73.47583216871585,41.38758938951018],[-73.47582316870228,41.387406389474876],[-73.47578016863864,41.386553389310386],[-73.47575616860296,41.38607438921803],[-73.47573416851598,41.38470438895229],[-73.47566216845779,41.384105388838144],[-73.47564416844565,41.38399738881773],[-73.47559916841494,41.38372038876534],[-73.4754531683354,41.38316638866242],[-73.47557616838914,41.38340538870483],[-73.47572616844629,41.38355238872846],[-73.475852168495,41.38368838875075],[-73.47588316850697,41.38372138875615],[-73.47604116856662,41.38386738877933],[-73.47619516862558,41.38402338880459],[-73.47637516868957,41.384121388817704],[-73.47666916879595,41.38431338884532],[-73.47681016884556,41.384381388853896],[-73.47718016897421,41.384533388871226],[-73.47728916901137,41.38456538887385],[-73.4775641691052,41.38464738888071],[-73.47776916917512,41.384708388885805],[-73.47820816932337,41.38481338889171],[-73.47855916943067,41.38470438885891],[-73.47894916955282,41.384633388832206],[-73.47919416962955,41.38458938881555],[-73.47997916987322,41.38440938875459],[-73.4804851700328,41.38433638872366],[-73.48109817022309,41.384196388676166],[-73.48119217025149,41.38416138866626],[-73.48152117035114,41.38404338863242],[-73.48174717041954,41.383961388609],[-73.48191417047056,41.38390938859337],[-73.48271017071376,41.383660388518614],[-73.48315717085296,41.38356538848536],[-73.4836991710237,41.383484388451684],[-73.48419017118216,41.3834753884337],[-73.48425217120217,41.38347438843145],[-73.48474817136282,41.383475388415256],[-73.48539117157338,41.38351638840197],[-73.48585517172927,41.383613388405486],[-73.48631417188528,41.38374038841502],[-73.48687117207703,41.38393638843473],[-73.48839317260867,41.38460338851414],[-73.48955717301754,41.38515238858241],[-73.49043517332132,41.38548738861852],[-73.4907781734389,41.38559938862897],[-73.49097817350746,41.385664388635],[-73.49142617365996,41.385792388645086],[-73.49304017420397,41.38616038866327],[-73.49345417434348,41.386254388667844],[-73.4967301754493,41.38702938871019],[-73.49714817559128,41.387143388718556],[-73.49733417565407,41.387187388720946],[-73.4995391763998,41.38773338875416],[-73.49957717641261,41.38774238875467],[-73.50075817681294,41.38805038877549],[-73.50181217717233,41.38836138880107],[-73.50289417753761,41.38861838881525],[-73.50522917832735,41.389197388850555],[-73.50604917860373,41.389384388859796],[-73.50676417884252,41.389509388860425],[-73.50751217909098,41.38961738885668],[-73.50774517916777,41.38964038885344],[-73.50790417921958,41.38964638884934],[-73.5080461792659,41.38965238884581],[-73.50949617974007,41.38973338881356],[-73.51134618034459,41.38982938877096],[-73.5124941807198,41.389890388744824],[-73.51346918107124,41.39050338883173],[-73.51426918133018,41.39050238880505],[-73.51560718173963,41.3900963886818],[-73.51621018193718,41.39013638866961],[-73.51678218212376,41.39016038865534],[-73.51734418230855,41.39020938864625],[-73.51810818256143,41.39030438863942],[-73.51983018312363,41.39038538859815],[-73.52068018340476,41.39048738858982],[-73.52139218364418,41.39064038859597],[-73.52190918381902,41.390768388603746],[-73.52239518398432,41.390904388614096],[-73.52557018512887,41.39290238889738],[-73.52571518517021,41.39280638887391],[-73.52629118533144,41.392374388770826],[-73.52638718535545,41.39225338874412],[-73.52701118556924,41.392455388762734],[-73.52770818580301,41.39259438876666],[-73.52887118618587,41.39270338874932],[-73.530467186702,41.392694388694686],[-73.53173618710329,41.392531388620924],[-73.53264118738738,41.39237938856137],[-73.53344918763706,41.39217638849514],[-73.53464918799875,41.391718388366314],[-73.5354151882296,41.39142538828396],[-73.53836618911059,41.39015438793902],[-73.53933618940329,41.38979038783609],[-73.54025218968431,41.3895253877542],[-73.54084818986928,41.38938938770801],[-73.54150819007415,41.38923938765696],[-73.54195219021234,41.389144387623766],[-73.542503190408,41.38944038766305],[-73.54262919043813,41.3892583876235],[-73.54262319044466,41.38940338765188],[-73.54262319044578,41.389422387655564],[-73.5426021904418,41.38947038766559],[-73.54257219044855,41.38975238772142],[-73.54256319047174,41.39019838780843],[-73.542587190483,41.3902583878193],[-73.54257319048976,41.39045138785728],[-73.5425611904971,41.390643387895025],[-73.54253719051009,41.390998387964835],[-73.54247019058218,41.392602388278895],[-73.54236319062134,41.39386438852781],[-73.54152019093,41.40380739048852],[-73.54147019094863,41.40440239060583],[-73.54134119095595,41.40524139077316],[-73.54132919095686,41.405323390789505],[-73.54114519095405,41.40629339098413],[-73.54112019095163,41.406390391003804],[-73.54110319095152,41.406482391022244],[-73.54046919104178,41.41153239202466],[-73.54044719104498,41.411708392059616],[-73.54042419104775,41.41188339209435],[-73.5404111910497,41.41198839211521],[-73.54008719109459,41.4145473926232],[-73.54007619109659,41.41464239264204],[-73.53994519111464,41.41567539284708],[-73.53975119114153,41.41720739315119],[-73.53888819126198,41.42403639450655],[-73.53838419132153,41.42783939526202],[-73.53840519132898,41.42785039526344],[-73.53812919136747,41.430033395696626],[-73.53806719137587,41.430519395793084],[-73.53788919139873,41.43189339606586],[-73.53774319143172,41.43326339633679],[-73.53773219143436,41.43336939635773],[-73.53767419144746,41.433913396465314],[-73.53763319145739,41.43430939654358],[-73.53751019148741,41.43550139677916],[-73.53747019149772,41.43589839685759],[-73.53726219154875,41.43791839725678]]]},"properties":{"name":2108,"geoid":"09001210800"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.46452416591735,41.40239739276354],[-73.46502716606606,41.402154392699664],[-73.46511916609333,41.402111392688255],[-73.46548716620353,41.40195739264617],[-73.46588316632327,41.401811392604685],[-73.46613116639874,41.401728392580345],[-73.46660216654449,41.40161239254223],[-73.46660816654634,41.40161039254164],[-73.46714916671328,41.40146939249634],[-73.46741416679573,41.401411392476305],[-73.46747016681299,41.40139639247155],[-73.46770216688473,41.4013383924526],[-73.46843416711198,41.40117039239574],[-73.468756167212,41.40109739237089],[-73.46906716731526,41.40114139236918],[-73.46922716736877,41.40117039236952],[-73.46935616741224,41.4011993923709],[-73.46951516746661,41.40124839237517],[-73.46964416751005,41.40127739237655],[-73.4698361675748,41.40132139237874],[-73.47001716763702,41.40138339238482],[-73.47019616769855,41.401444392390765],[-73.47038816776318,41.40148639239259],[-73.47067216785776,41.401531392391945],[-73.47096016795324,41.401569392389824],[-73.47178516822024,41.401566392361964],[-73.47226716837437,41.401533392339616],[-73.47232916839398,41.401525392336005],[-73.4726391684924,41.401491392319144],[-73.4728941685748,41.40148839231013],[-73.47323516868568,41.401496392300416],[-73.47335916872898,41.4015503923068],[-73.47337016873284,41.40155539230742],[-73.47366616883878,41.40172839233127],[-73.47370516885363,41.401766392337365],[-73.47379216888669,41.40185039235082],[-73.47380216889064,41.40186239235283],[-73.47395116894874,41.402031392380756],[-73.47406316899406,41.402186392407195],[-73.47423116905772,41.40234539243254],[-73.4748661692858,41.4027303924864],[-73.4750781693625,41.40286839250622],[-73.47611116973627,41.40354139260292],[-73.47647316987008,41.40382539264616],[-73.47682517000342,41.40415739269906],[-73.47729217018889,41.40474439279774],[-73.4777631703787,41.405383392906394],[-73.47827117060649,41.40646839310052],[-73.47827617060882,41.406480393102676],[-73.47849117070668,41.40696439318967],[-73.47866617077362,41.40714039321808],[-73.47888617085472,41.407309393243665],[-73.47901717090147,41.4073833932537],[-73.4792291709749,41.407465393262655],[-73.47943317104418,41.40752039326659],[-73.47963817111045,41.4075183932594],[-73.48025517131002,41.40751439323824],[-73.48046117137666,41.40751339323123],[-73.48083717149912,41.40752539322113],[-73.48084017150009,41.40752539322102],[-73.48197617187077,41.40757339319276],[-73.48220617194583,41.40758339318711],[-73.4823551719932,41.40756839317926],[-73.48244417202139,41.40755739317419],[-73.48288217215854,41.40747739314414],[-73.48373017242427,41.40732539308654],[-73.4844701726586,41.407234393044384],[-73.48453017267761,41.40722739304102],[-73.48499817282415,41.40714139300882],[-73.48540417295123,41.40706639298082],[-73.4866231733328,41.40684039289655],[-73.48703017346025,41.4067663928687],[-73.48710517348363,41.40675039286311],[-73.487331173554,41.406702392846306],[-73.48740717357772,41.40668739284087],[-73.48806517378982,41.40667039281579],[-73.4884641739192,41.40667339280317],[-73.48884317404209,41.40667639279122],[-73.48919117415134,41.40661739276824],[-73.48955917426584,41.406537392740496],[-73.49118317475359,41.405884392559834],[-73.49148617484656,41.40579639253269],[-73.4917381749239,41.405723392510176],[-73.49212817504248,41.405591392471614],[-73.49250017515737,41.405496392440824],[-73.49257717518074,41.40546939243304],[-73.49280817525087,41.40538939240984],[-73.4928861752746,41.4053633924022],[-73.49317217536762,41.40537039239409],[-73.49375817555838,41.40538739237801],[-73.4940331756476,41.40539039236949],[-73.49432017574075,41.405394392360776],[-73.49491817593474,41.40540039234214],[-73.49500917596433,41.405402392339525],[-73.49669817652467,41.40563239232831],[-73.49729117672146,41.405714392324626],[-73.49739917676074,41.40578839233545],[-73.49756817682278,41.405913392354144],[-73.49778217690199,41.40608339238012],[-73.49804417700183,41.40634039242139],[-73.49856717719702,41.40678239248999],[-73.49951117756021,41.4077673926502],[-73.49989117771514,41.40831339274375],[-73.50023717784984,41.40870139280772],[-73.50047017793369,41.40884539282799],[-73.50049417794263,41.408865392831096],[-73.5006701780077,41.40900339285207],[-73.50080917805585,41.409057392857974],[-73.50115517817835,41.409236392881326],[-73.50126117821513,41.409278392885966],[-73.50137817825569,41.40932439289104],[-73.50154617831353,41.409383392896935],[-73.50187017842448,41.40948639290624],[-73.50239817860795,41.40970039293035],[-73.50291017878163,41.40983539293963],[-73.50380917908976,41.41012739296662],[-73.50433617927148,41.41031639298589],[-73.50480617943252,41.41046839299986],[-73.50529617960119,41.41063939301687],[-73.50534917961942,41.410657393018624],[-73.50619217990727,41.410912393040256],[-73.50685218013098,41.41108339305163],[-73.50752518036036,41.41127939306745],[-73.50766318040931,41.41135239307707],[-73.50782118046871,41.41149339309923],[-73.50797518052738,41.41164439312348],[-73.50818618060846,41.41186239315885],[-73.50863818078743,41.41242039325233],[-73.50913118097577,41.41291139333143],[-73.50933818105004,41.41303539334866],[-73.50946518109338,41.41307339335185],[-73.50971518117609,41.413103393349395],[-73.51053318144658,41.413199393340946],[-73.5110661816225,41.41325639333437],[-73.51159418180222,41.41340639334604],[-73.51185918189486,41.41352339335999],[-73.5120221819518,41.413594393368385],[-73.51230518204993,41.413705393380575],[-73.51269918218705,41.41386839339921],[-73.51325318239735,41.414397393483654],[-73.51357818252235,41.41473539353858],[-73.51365218255116,41.414818393552245],[-73.51480518300087,41.41612439376783],[-73.51519018315102,41.4165603938398],[-73.51677718377698,41.418476394159505],[-73.51655118371602,41.4186853942076],[-73.51644218368922,41.41883039423939],[-73.51629818365889,41.41910939429838],[-73.51620918364767,41.41941039435982],[-73.5161811836492,41.41959139439591],[-73.51629018376515,41.420970394660245],[-73.51638518382582,41.42148139475637],[-73.5164301838474,41.42160139477819],[-73.51664318392818,41.421803394810375],[-73.51679918398537,41.421917394827354],[-73.51689418401854,41.421958394832174],[-73.51702218406618,41.42206439484854],[-73.5172701841586,41.42227139488054],[-73.51738918419964,41.422314394884964],[-73.51771418431554,41.422496394909544],[-73.51870618467065,41.423075394989134],[-73.51925118487154,41.4234923950521],[-73.51960218500085,41.423760395092536],[-73.51997918513675,41.423996395125876],[-73.52031918526032,41.424226395159295],[-73.52038618528528,41.42428239516795],[-73.520654185385,41.424503395202],[-73.52110318555368,41.424901395264435],[-73.52150318570523,41.42527739532422],[-73.52181218582186,41.42556039536895],[-73.52186018584108,41.42562339537959],[-73.52181818583948,41.42582839542083],[-73.52178318583846,41.42600439545616],[-73.52172518582762,41.42614039548451],[-73.52156118578932,41.426393395539094],[-73.52148118577078,41.42651939556623],[-73.52143618575855,41.42655939557549],[-73.52123418572218,41.42705539567853],[-73.52121618572251,41.42716039569954],[-73.52117118572443,41.427442395755804],[-73.52111318573738,41.42798439586301],[-73.52117318578102,41.42839839594146],[-73.52128918584319,41.42881839601919],[-73.52138618588765,41.42904139605929],[-73.52154318595932,41.42939739612324],[-73.52164018600449,41.42963239616567],[-73.52175318605227,41.429823396199026],[-73.52178818608216,41.430140396259446],[-73.52183518610708,41.43030639629014],[-73.52188018613074,41.43046139631876],[-73.52204818621288,41.430935396405246],[-73.52243318637345,41.43154839651156],[-73.52278518651245,41.43197539658283],[-73.52292318656562,41.4321203966064],[-73.52336018673402,41.43257939668105],[-73.52342918675883,41.43262139668693],[-73.52359818682332,41.43278839671377],[-73.52376418688675,41.4329533967403],[-73.52413418702466,41.43326239678805],[-73.52414218702762,41.433268396788954],[-73.52428818708525,41.433445396818485],[-73.52450518718122,41.433884396896566],[-73.52464718724396,41.43417039694741],[-73.52491018737082,41.434882397076976],[-73.52500818742402,41.435248397144804],[-73.5250111874259,41.43526439714781],[-73.52511318748712,41.43574539723784],[-73.52656418796128,41.4358183972039],[-73.52771718833843,41.43588239717808],[-73.52826318851758,41.43592239716774],[-73.52921118882271,41.435890397130066],[-73.52931718885839,41.43591339713102],[-73.52985918905387,41.43625439717926],[-73.53004418912006,41.43636139719391],[-73.53016118916047,41.43640439719837],[-73.5303141892116,41.43643139719855],[-73.53069318933298,41.436408397181516],[-73.53311019010216,41.436177397056454],[-73.53337719018822,41.43617039704623],[-73.5335041902338,41.43624639705678],[-73.53367719030054,41.43642939708658],[-73.53416019049622,41.43709939720067],[-73.53552219097361,41.43771939727588],[-73.53578619106835,41.43787739729779],[-73.53598819113611,41.43791739729887],[-73.53623119121606,41.43793839729488],[-73.53649019130069,41.437951397288806],[-73.53673119137848,41.437947397280034],[-73.53726219154875,41.43791839725678],[-73.5370941915996,41.43971439761112],[-73.53692519156299,41.440023397676725],[-73.53674419152108,41.44030839773809],[-73.53633119140075,41.44053739779625],[-73.53615019134536,41.440592397812935],[-73.53602819130832,41.440634397825136],[-73.53558419117027,41.440732397858895],[-73.53449619082976,41.44093439793425],[-73.53413819071771,41.44100039795895],[-73.53306419038162,41.44120039803342],[-73.53270719026992,41.44126739805827],[-73.5322031901128,41.441371398095185],[-73.53160918992768,41.44149539813897],[-73.53143118987263,41.44153939815343],[-73.53069218964201,41.44168839820689],[-73.53052618959026,41.44172239821899],[-73.53020118949165,41.44183539825172],[-73.52840418893504,41.442268398395434],[-73.52301318726526,41.4435683988267],[-73.52121718670902,41.44400239897055],[-73.52116218669015,41.443984398968894],[-73.52104218665,41.44396239896858],[-73.52056018648885,41.443876398967866],[-73.52051118647253,41.44386839896794],[-73.5204321864463,41.44385739896842],[-73.52033318641452,41.44386239897268],[-73.51999718630482,41.443847398980914],[-73.5198701862634,41.443842398984145],[-73.51921518605324,41.443876399012474],[-73.51899318598353,41.44391339902704],[-73.51866218587959,41.44396939904888],[-73.5184601858164,41.444007399062954],[-73.51765018556466,41.44418839912497],[-73.51750118551799,41.44421539913516],[-73.51733318546545,41.444247399146924],[-73.5170101853609,41.44424839915785],[-73.51609318505933,41.44417039917312],[-73.51539918482986,41.44409039918059],[-73.51493718467584,41.444015399181346],[-73.51462118457427,41.444028399194345],[-73.51396418436603,41.44410639923127],[-73.51390118434612,41.44411439923492],[-73.51282818401796,41.444445399334775],[-73.51270118397719,41.44445139934015],[-73.51232018385501,41.44447239935685],[-73.51219418381461,41.4444793993624],[-73.51173218366287,41.444443399370705],[-73.51118118348347,41.44442739938587],[-73.51066818331603,41.44440539939861],[-73.51050118326155,41.4443983994028],[-73.50987418305851,41.44439939942377],[-73.50854118263632,41.44456239949962],[-73.5082031825242,41.444517399502075],[-73.50793818243012,41.44437639948349],[-73.50773618235404,41.44419439945484],[-73.50760718230434,41.4440593994329],[-73.50749418225884,41.44390739940714],[-73.50713918211449,41.44340539932142],[-73.50680318198077,41.44298039925002],[-73.50653218187291,41.44263739919239],[-73.50616118173637,41.44235739915032],[-73.50582218161674,41.44218939912892],[-73.50559618153768,41.44208939911699],[-73.50551418151008,41.44207139911621],[-73.50526818142735,41.44201939911427],[-73.50518718140012,41.442002399113655],[-73.50502418134423,41.441949399108765],[-73.50482718127667,41.441885399102866],[-73.50453518117729,41.441803399096614],[-73.50437118112154,41.44175839909331],[-73.50386718094941,41.44160639908049],[-73.50371718089889,41.441573399079054],[-73.50355118084308,41.44153839907776],[-73.5029351806408,41.44149139908906],[-73.5020601803539,41.44143139910639],[-73.50174118024796,41.441386399108225],[-73.50169118023075,41.44136939910658],[-73.50127518008823,41.441236399094535],[-73.50109618002621,41.44116739908707],[-73.50105318001071,41.44114039908325],[-73.50094617997219,41.44107439907398],[-73.50062517985666,41.440876399046154],[-73.50051817981813,41.440810399036884],[-73.50034317975289,41.44066439901433],[-73.49984017956001,41.44015239893155],[-73.49955217944485,41.43977839886846],[-73.49939217938226,41.439594398838025],[-73.49929817933526,41.439311398786174],[-73.49912417924561,41.438742398681434],[-73.49908517921261,41.438394398615145],[-73.4988981791355,41.43811139856636],[-73.49864617903731,41.43782839851975],[-73.49839617893961,41.43754239847249],[-73.49839017893714,41.437533398470926],[-73.49776217869953,41.436948398378114],[-73.49663517825759,41.43563339816002],[-73.49638917816277,41.43537439811787],[-73.49569517792104,41.43508439808452],[-73.49516117773041,41.43478239804355],[-73.49477617758875,41.43449239799997],[-73.49373417717175,41.4331323977703],[-73.49357517710818,41.43292639773556],[-73.49346417706708,41.43283839772213],[-73.49322117697723,41.432647397693074],[-73.4929551768826,41.43250239767372],[-73.49241217669285,41.43226539764566],[-73.49204417656433,41.43210539762677],[-73.49168917644158,41.43197239761269],[-73.4906241760735,41.431576397571014],[-73.4902691759508,41.43144439755712],[-73.48945817567277,41.43118139753288],[-73.48880717544981,41.43097439751423],[-73.48864717539506,41.43092439750981],[-73.48776817507525,41.43032339742216],[-73.48721317486833,41.429858397350195],[-73.48684717473289,41.429569397306174],[-73.48640317456776,41.429204397249954],[-73.48612117445795,41.428888397197895],[-73.48547317420133,41.428088397063924],[-73.48536817416064,41.427974397045254],[-73.4849341739924,41.427500396967524],[-73.48428317374596,41.42689139687074],[-73.48388017359495,41.42654039681589],[-73.48302017327252,41.425789396698434],[-73.48273117316059,41.425475396646995],[-73.48271517315376,41.42544739664208],[-73.48260217310525,41.42524339660617],[-73.48254217307226,41.425011396563086],[-73.48252017306187,41.424955396552924],[-73.482563173066,41.424787396518866],[-73.4825441730382,41.42441739644759],[-73.48252117302499,41.42431839642912],[-73.48244117297851,41.42396639636336],[-73.48244017297777,41.42395939636204],[-73.4823421729351,41.42377239632896],[-73.48202417280811,41.423361396259615],[-73.48189717275739,41.42319739623194],[-73.48160917264164,41.42281239616667],[-73.4815121726038,41.42270239614852],[-73.48120717248483,41.422356396091374],[-73.48106817243284,41.42223739607286],[-73.4808451723526,41.4221003960536],[-73.4807321723127,41.422043396046256],[-73.48057717225788,41.421964396036046],[-73.48026017214727,41.421828396020096],[-73.47982917200085,41.42171139601164],[-73.47963617193619,41.42167439601082],[-73.47925617180884,41.421601396009216],[-73.47910617175876,41.42157539600912],[-73.47882517166214,41.42147939599976],[-73.47835917149703,41.42123639596796],[-73.47752717119813,41.42073239589754],[-73.47652817083546,41.4200623958004],[-73.47582617056736,41.419364395687964],[-73.47486017017944,41.41807839546998],[-73.47472917012476,41.417868395433516],[-73.47455917005959,41.417695395405524],[-73.47432516997219,41.417496395374584],[-73.47419116992285,41.417394395359196],[-73.47408616988545,41.417336395351384],[-73.47395916984087,41.41727739534413],[-73.47320916958147,41.416994395313935],[-73.47309716954175,41.41693539530616],[-73.47291416947617,41.41682739529123],[-73.47284616945053,41.41676539528143],[-73.47275416941642,41.416691395270085],[-73.47264416937371,41.41657039525021],[-73.47226216921203,41.41591939513632],[-73.47180616902175,41.41518939500951],[-73.4717601689989,41.41505339498461],[-73.4714471688753,41.414672394920885],[-73.47124716879058,41.41433039486104],[-73.47099716868249,41.413865394778945],[-73.47078216859278,41.41352139471917],[-73.47085916861576,41.41348839471023],[-73.47096116864647,41.41344839469907],[-73.47049216845456,41.41276239458123],[-73.47047216844506,41.41271039457179],[-73.47042116842152,41.41259039455015],[-73.470275168361,41.412363394510855],[-73.46975016814143,41.41151439436318],[-73.46940316799657,41.410957394266376],[-73.46938816799045,41.410935394262616],[-73.46926316793952,41.41075639423194],[-73.46905016785274,41.41045139417971],[-73.4687571677365,41.410085394118234],[-73.46839816759642,41.409677394050796],[-73.46778716736135,41.40903939394698],[-73.4675071672513,41.4087073938917],[-73.46731416717539,41.40847739385336],[-73.46724216714314,41.40832439382599],[-73.4671771671151,41.40820439380482],[-73.467101167079,41.408007393769026],[-73.4670661670633,41.40793239375561],[-73.4669141669926,41.407564393689086],[-73.46678516693257,41.40725139363251],[-73.46665116687781,41.40705639359902],[-73.466435166796,41.40685339356671],[-73.46624916672772,41.40671539354603],[-73.46618016670213,41.40665939353741],[-73.466064166659,41.406564393522785],[-73.46592716660741,41.4064403935032],[-73.46587816658932,41.40640239349744],[-73.46558316647653,41.406106393449654],[-73.46547416643489,41.40599739343205],[-73.465086166289,41.40565039337742],[-73.46479416618236,41.40544339334683],[-73.46461116611623,41.40532539332993],[-73.46460516611404,41.40532139332935],[-73.46443916605446,41.405221393315394],[-73.46426316599022,41.405097393297105],[-73.4641151659392,41.40504439329169],[-73.46405916592013,41.40502839329045],[-73.4639891658963,41.40500839328887],[-73.46375316581597,41.40494139328363],[-73.46347716572595,41.40493039329062],[-73.46313716561612,41.40493539330282],[-73.46304016558483,41.40493739330642],[-73.46286116553065,41.40500239332496],[-73.46277616550394,41.4050163933305],[-73.46260416544999,41.40504639334202],[-73.46252616542642,41.40507539335024],[-73.46244616540233,41.40510639335891],[-73.46223116533524,41.405150393374555],[-73.46196716525296,41.40520539339399],[-73.4615951651383,41.40530539342572],[-73.4615631651285,41.405314393428526],[-73.46137816506922,41.40532539343677],[-73.46126416503236,41.40532639344075],[-73.4612631650321,41.40532739344096],[-73.4610711649691,41.405313393444594],[-73.46099616494423,41.40530339344512],[-73.46092816492116,41.405285393443876],[-73.46081916488421,41.405257393442035],[-73.46088016490053,41.405198393428535],[-73.46097316492553,41.40511039340837],[-73.46102016493694,41.405045393394175],[-73.46105416494598,41.40501139338644],[-73.46111616496268,41.404953393373106],[-73.46116316497522,41.40490739336263],[-73.4613071650138,41.40476939333102],[-73.46135516502673,41.4047243933207],[-73.46174516513118,41.40434939323488],[-73.46176016513527,41.40433639323188],[-73.46278416541558,41.40345639302694],[-73.46298616547203,41.40330239299032],[-73.46306616549444,41.403242392976004],[-73.46329716555981,41.40308039293688],[-73.463433165599,41.40299739291625],[-73.46364516566003,41.40286639288377],[-73.46365316566225,41.40286039288234],[-73.4639581657503,41.402676392836476],[-73.46430016585121,41.402507392792316],[-73.46452416591735,41.40239739276354]]]},"properties":{"name":2109,"geoid":"09001210900"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.47569717254115,41.45385440239201],[-73.47556717248533,41.45362040235086],[-73.47555517248028,41.45360040234738],[-73.47538017240717,41.45331940229861],[-73.47536917240265,41.453303402295866],[-73.47431317196715,41.45170640202075],[-73.47431017196581,41.45170040201967],[-73.47402617184032,41.45112740191781],[-73.47374617171253,41.45049340180396],[-73.47368017168232,41.450342401776844],[-73.47336917153187,41.44949240162205],[-73.47311617139302,41.44851940144147],[-73.47294317129786,41.447850401317304],[-73.47287917126319,41.44761240127319],[-73.47281517122629,41.44733540122152],[-73.4724591710204,41.44578640093248],[-73.47242617100106,41.44563840090482],[-73.47238617096613,41.445262400833116],[-73.47242317097097,41.44514040080821],[-73.47249517097629,41.444832400746],[-73.47279917099901,41.443536400484234],[-73.47290117100687,41.443105400397165],[-73.47302017099759,41.44228740023435],[-73.47303717099444,41.44213940020502],[-73.47309017098578,41.44169740011743],[-73.47310817098301,41.44155040008828],[-73.47320517096651,41.4407303999258],[-73.47334317092198,41.43920339962464],[-73.47351817082269,41.436534399100395],[-73.47355017082393,41.43637839906903],[-73.4735581708179,41.436230399040014],[-73.47366117077439,41.43491539878114],[-73.47374217072212,41.43357139851738],[-73.47374017071417,41.43344639849316],[-73.47374017071323,41.43343039849005],[-73.4737291707005,41.433273398459924],[-73.47365717066846,41.43312439843334],[-73.47355817062764,41.43297439840749],[-73.47321117049286,41.43259139834457],[-73.47310817045397,41.43249639832952],[-73.47294917038832,41.43225439828777],[-73.47287417035515,41.43210239826071],[-73.4727091702906,41.43191239822925],[-73.47260617024837,41.43176039820314],[-73.47154516980318,41.43002239790058],[-73.47137816973385,41.42976139785539],[-73.47125116967695,41.42949139780714],[-73.47122416966235,41.429391397788606],[-73.47120116964446,41.42921239775458],[-73.47119316963416,41.42908039772919],[-73.47123716963316,41.42881939767704],[-73.47128116964093,41.428708397654006],[-73.4713691696584,41.42851939761438],[-73.47171816974026,41.42798539749907],[-73.47176516975222,41.42792939748665],[-73.47215416985186,41.42747839738614],[-73.47216616985476,41.427461397382444],[-73.4722841698831,41.42729239734572],[-73.47235016989904,41.427199397325445],[-73.47256616994822,41.42684339724913],[-73.47283617001442,41.42647939716949],[-73.47305517005935,41.42603439707575],[-73.47306917005596,41.42589839704887],[-73.47307517004954,41.42575539702089],[-73.47307617004921,41.42574439701872],[-73.47306117003636,41.425607396992596],[-73.47306217003512,41.425580396987314],[-73.47306817003034,41.42546539696477],[-73.47304517001321,41.42529939693328],[-73.4730001699898,41.42514839690542],[-73.47292116995301,41.42495639687074],[-73.47283016990863,41.42470139682419],[-73.47272716987271,41.42465739681904],[-73.47265816984516,41.424568396804034],[-73.47236916972723,41.42415139673257],[-73.4721701696491,41.423917396693675],[-73.47189816954712,41.423679396656425],[-73.47185016952974,41.423648396652],[-73.4717231694839,41.42356739664046],[-73.47085816918452,41.42323839660513],[-73.47013016893054,41.42292639656858],[-73.46967816876794,41.42264939652969],[-73.46944716868386,41.422490396506454],[-73.46925016861158,41.42234539648477],[-73.46916116857751,41.422255396470234],[-73.46901116851585,41.422031396431656],[-73.46896416849545,41.42194239641593],[-73.46892516846715,41.421674396365134],[-73.46887316843262,41.42137139630796],[-73.46882316840764,41.42122039628027],[-73.46874916837191,41.42101939624367],[-73.46870116834856,41.420885396219205],[-73.46862116831423,41.42074139619387],[-73.46852616827694,41.42062939617525],[-73.46840016822905,41.42050839615591],[-73.46808816811412,41.42027039611996],[-73.46771816798085,41.4200403960875],[-73.46692016769333,41.419542396017114],[-73.46686116767219,41.41950739601225],[-73.46608016739273,41.41905339594985],[-73.46570316725722,41.4188233959176],[-73.46528516710872,41.418598395887706],[-73.46454016684689,41.41824639584392],[-73.46418816672448,41.41810239582757],[-73.46380616659165,41.41794639580988],[-73.46351516648684,41.41776539578432],[-73.46330616641085,41.41762339576363],[-73.46307616632686,41.41746039573955],[-73.46238716607529,41.41697339566768],[-73.46215816599167,41.416811395643784],[-73.46175916584501,41.41651239559884],[-73.46166816581137,41.41644139558805],[-73.4614751657402,41.41629239556547],[-73.46075016546139,41.41553839544288],[-73.46036116531278,41.41515039538033],[-73.45992816514728,41.41471739531047],[-73.45969516506209,41.41455039528571],[-73.4592371648956,41.4142393952404],[-73.45881116473868,41.413914395191306],[-73.45873716471128,41.41385539518229],[-73.45838016457903,41.41357039513869],[-73.45822416452046,41.41343239511702],[-73.45804116445115,41.41326039508964],[-73.45772216432749,41.412911395032346],[-73.45727616416112,41.41253539497398],[-73.45682416399987,41.41228039493935],[-73.4564591638691,41.41206539490962],[-73.45620616377936,41.411931394891944],[-73.45603016371759,41.411849394881806],[-73.45595616369023,41.41179139487298],[-73.45584216364605,41.41166739485265],[-73.45572716359827,41.41148639482126],[-73.45563016355713,41.411319394792],[-73.4555421635183,41.411142394760496],[-73.45544616347881,41.41099839473568],[-73.45541316346376,41.410923394722175],[-73.45534516343281,41.41077039469469],[-73.45532216342116,41.41069839468145],[-73.4552981634089,41.410621394667274],[-73.45529216340498,41.410587394660865],[-73.45527416339326,41.410486394641815],[-73.45526816338939,41.41045339463562],[-73.45525616337682,41.41030439460703],[-73.45525016336956,41.41021339458956],[-73.45527316337223,41.410131394572836],[-73.45532216338012,41.4099943945446],[-73.45534216338028,41.40988639452295],[-73.45534716338098,41.409870394519665],[-73.45539516338832,41.40972939449067],[-73.45552216342449,41.40964439446994],[-73.45587016352594,41.40945139442093],[-73.45593316354436,41.409417394412245],[-73.45611516359644,41.409299394383275],[-73.45665916375127,41.408933394294166],[-73.45723116391221,41.40851639419419],[-73.4572631639213,41.40849439418885],[-73.45766716403385,41.40818039411446],[-73.45783016407921,41.408053394084384],[-73.45784416408316,41.40804339408198],[-73.45815816416994,41.40778739402183],[-73.45825016419437,41.4076953940009],[-73.45830016420794,41.40765039399051],[-73.45845516425017,41.407513393958745],[-73.45856516428076,41.407427393938384],[-73.45862216429664,41.40738339392796],[-73.45887316436401,41.4071443938732],[-73.45897516439152,41.407049393851366],[-73.45915716444,41.406870393810536],[-73.45935116449282,41.4066983937707],[-73.45942616451326,41.406632393755395],[-73.46008016468657,41.40597239360546],[-73.46044916478522,41.40561439352367],[-73.46081916488421,41.405257393442035],[-73.46092816492116,41.405285393443876],[-73.46099616494423,41.40530339344512],[-73.4610711649691,41.405313393444594],[-73.4612631650321,41.40532739344096],[-73.46126416503236,41.40532639344075],[-73.46137816506922,41.40532539343677],[-73.4615631651285,41.405314393428526],[-73.4615951651383,41.40530539342572],[-73.46196716525296,41.40520539339399],[-73.46223116533524,41.405150393374555],[-73.46244616540233,41.40510639335891],[-73.46252616542642,41.40507539335024],[-73.46260416544999,41.40504639334202],[-73.46277616550394,41.4050163933305],[-73.46286116553065,41.40500239332496],[-73.46304016558483,41.40493739330642],[-73.46313716561612,41.40493539330282],[-73.46347716572595,41.40493039329062],[-73.46375316581597,41.40494139328363],[-73.4639891658963,41.40500839328887],[-73.46405916592013,41.40502839329045],[-73.4641151659392,41.40504439329169],[-73.46426316599022,41.405097393297105],[-73.46443916605446,41.405221393315394],[-73.46460516611404,41.40532139332935],[-73.46461116611623,41.40532539332993],[-73.46479416618236,41.40544339334683],[-73.465086166289,41.40565039337742],[-73.46547416643489,41.40599739343205],[-73.46558316647653,41.406106393449654],[-73.46587816658932,41.40640239349744],[-73.46592716660741,41.4064403935032],[-73.466064166659,41.406564393522785],[-73.46618016670213,41.40665939353741],[-73.46624916672772,41.40671539354603],[-73.466435166796,41.40685339356671],[-73.46665116687781,41.40705639359902],[-73.46678516693257,41.40725139363251],[-73.4669141669926,41.407564393689086],[-73.4670661670633,41.40793239375561],[-73.467101167079,41.408007393769026],[-73.4671771671151,41.40820439380482],[-73.46724216714314,41.40832439382599],[-73.46731416717539,41.40847739385336],[-73.4675071672513,41.4087073938917],[-73.46778716736135,41.40903939394698],[-73.46839816759642,41.409677394050796],[-73.4687571677365,41.410085394118234],[-73.46905016785274,41.41045139417971],[-73.46926316793952,41.41075639423194],[-73.46938816799045,41.410935394262616],[-73.46940316799657,41.410957394266376],[-73.46975016814143,41.41151439436318],[-73.470275168361,41.412363394510855],[-73.47042116842152,41.41259039455015],[-73.47047216844506,41.41271039457179],[-73.47049216845456,41.41276239458123],[-73.47096116864647,41.41344839469907],[-73.47085916861576,41.41348839471023],[-73.47078216859278,41.41352139471917],[-73.47099716868249,41.413865394778945],[-73.47124716879058,41.41433039486104],[-73.4714471688753,41.414672394920885],[-73.4717601689989,41.41505339498461],[-73.47180616902175,41.41518939500951],[-73.47226216921203,41.41591939513632],[-73.47264416937371,41.41657039525021],[-73.47275416941642,41.416691395270085],[-73.47284616945053,41.41676539528143],[-73.47291416947617,41.41682739529123],[-73.47309716954175,41.41693539530616],[-73.47320916958147,41.416994395313935],[-73.47395916984087,41.41727739534413],[-73.47408616988545,41.417336395351384],[-73.47419116992285,41.417394395359196],[-73.47432516997219,41.417496395374584],[-73.47455917005959,41.417695395405524],[-73.47472917012476,41.417868395433516],[-73.47486017017944,41.41807839546998],[-73.47582617056736,41.419364395687964],[-73.47652817083546,41.4200623958004],[-73.47752717119813,41.42073239589754],[-73.47835917149703,41.42123639596796],[-73.47882517166214,41.42147939599976],[-73.47910617175876,41.42157539600912],[-73.47925617180884,41.421601396009216],[-73.47963617193619,41.42167439601082],[-73.47982917200085,41.42171139601164],[-73.48026017214727,41.421828396020096],[-73.48057717225788,41.421964396036046],[-73.4807321723127,41.422043396046256],[-73.4808451723526,41.4221003960536],[-73.48106817243284,41.42223739607286],[-73.48120717248483,41.422356396091374],[-73.4815121726038,41.42270239614852],[-73.48160917264164,41.42281239616667],[-73.48189717275739,41.42319739623194],[-73.48202417280811,41.423361396259615],[-73.4823421729351,41.42377239632896],[-73.48244017297777,41.42395939636204],[-73.48244117297851,41.42396639636336],[-73.48252117302499,41.42431839642912],[-73.4825441730382,41.42441739644759],[-73.482563173066,41.424787396518866],[-73.48252017306187,41.424955396552924],[-73.48254217307226,41.425011396563086],[-73.48260217310525,41.42524339660617],[-73.48271517315376,41.42544739664208],[-73.48273117316059,41.425475396646995],[-73.48302017327252,41.425789396698434],[-73.48388017359495,41.42654039681589],[-73.48428317374596,41.42689139687074],[-73.4849341739924,41.427500396967524],[-73.48536817416064,41.427974397045254],[-73.48547317420133,41.428088397063924],[-73.48612117445795,41.428888397197895],[-73.48640317456776,41.429204397249954],[-73.48684717473289,41.429569397306174],[-73.48721317486833,41.429858397350195],[-73.48776817507525,41.43032339742216],[-73.48864717539506,41.43092439750981],[-73.48880717544981,41.43097439751423],[-73.48945817567277,41.43118139753288],[-73.4902691759508,41.43144439755712],[-73.4906241760735,41.431576397571014],[-73.49168917644158,41.43197239761269],[-73.49204417656433,41.43210539762677],[-73.49241217669285,41.43226539764566],[-73.4929551768826,41.43250239767372],[-73.49322117697723,41.432647397693074],[-73.49346417706708,41.43283839772213],[-73.49357517710818,41.43292639773556],[-73.49373417717175,41.4331323977703],[-73.49477617758875,41.43449239799997],[-73.49516117773041,41.43478239804355],[-73.49569517792104,41.43508439808452],[-73.49638917816277,41.43537439811787],[-73.49663517825759,41.43563339816002],[-73.49776217869953,41.436948398378114],[-73.49839017893714,41.437533398470926],[-73.49839617893961,41.43754239847249],[-73.49864617903731,41.43782839851975],[-73.4988981791355,41.43811139856636],[-73.49908517921261,41.438394398615145],[-73.49912417924561,41.438742398681434],[-73.49929817933526,41.439311398786174],[-73.49939217938226,41.439594398838025],[-73.49955217944485,41.43977839886846],[-73.49984017956001,41.44015239893155],[-73.50034317975289,41.44066439901433],[-73.50051817981813,41.440810399036884],[-73.50062517985666,41.440876399046154],[-73.50094617997219,41.44107439907398],[-73.50105318001071,41.44114039908325],[-73.50109618002621,41.44116739908707],[-73.50127518008823,41.441236399094535],[-73.50169118023075,41.44136939910658],[-73.50174118024796,41.441386399108225],[-73.5020601803539,41.44143139910639],[-73.5029351806408,41.44149139908906],[-73.50355118084308,41.44153839907776],[-73.50371718089889,41.441573399079054],[-73.50386718094941,41.44160639908049],[-73.50437118112154,41.44175839909331],[-73.50453518117729,41.441803399096614],[-73.50482718127667,41.441885399102866],[-73.50502418134423,41.441949399108765],[-73.50518718140012,41.442002399113655],[-73.50526818142735,41.44201939911427],[-73.50551418151008,41.44207139911621],[-73.50559618153768,41.44208939911699],[-73.50582218161674,41.44218939912892],[-73.50616118173637,41.44235739915032],[-73.50653218187291,41.44263739919239],[-73.50680318198077,41.44298039925002],[-73.50713918211449,41.44340539932142],[-73.50749418225884,41.44390739940714],[-73.50760718230434,41.4440593994329],[-73.50773618235404,41.44419439945484],[-73.50793818243012,41.44437639948349],[-73.5082031825242,41.444517399502075],[-73.50854118263632,41.44456239949962],[-73.50987418305851,41.44439939942377],[-73.51050118326155,41.4443983994028],[-73.51066818331603,41.44440539939861],[-73.51118118348347,41.44442739938587],[-73.51173218366287,41.444443399370705],[-73.51219418381461,41.4444793993624],[-73.51232018385501,41.44447239935685],[-73.51270118397719,41.44445139934015],[-73.51282818401796,41.444445399334775],[-73.51390118434612,41.44411439923492],[-73.51396418436603,41.44410639923127],[-73.51462118457427,41.444028399194345],[-73.51493718467584,41.444015399181346],[-73.51539918482986,41.44409039918059],[-73.51609318505933,41.44417039917312],[-73.5170101853609,41.44424839915785],[-73.51733318546545,41.444247399146924],[-73.51750118551799,41.44421539913516],[-73.51765018556466,41.44418839912497],[-73.5184601858164,41.444007399062954],[-73.51866218587959,41.44396939904888],[-73.51899318598353,41.44391339902704],[-73.51921518605324,41.443876399012474],[-73.5198701862634,41.443842398984145],[-73.51999718630482,41.443847398980914],[-73.52033318641452,41.44386239897268],[-73.5204321864463,41.44385739896842],[-73.52051118647253,41.44386839896794],[-73.52056018648885,41.443876398967866],[-73.52104218665,41.44396239896858],[-73.52116218669015,41.443984398968894],[-73.52121718670902,41.44400239897055],[-73.5198291862787,41.44433039908028],[-73.51566818498874,41.44531539940956],[-73.51428118455878,41.44564439951942],[-73.5120461838598,41.446069399676055],[-73.51048718337225,41.446366399785404],[-73.50956518308345,41.446534399848595],[-73.50533718175916,41.447305400138454],[-73.50310018105849,41.44771340029184],[-73.50298318102229,41.44774240030134],[-73.50263318091423,41.44783340033061],[-73.50251718087843,41.44786340034028],[-73.50125218048501,41.44814240043638],[-73.49746017930596,41.448983400725346],[-73.49619617891294,41.44926340082159],[-73.49582917879903,41.44934840085027],[-73.49473117845841,41.44960540093654],[-73.49436517834488,41.44969140096538],[-73.49403417823949,41.44972240098237],[-73.49398617822422,41.44972740098491],[-73.49305317793218,41.449901401049615],[-73.49272717783019,41.44996340107247],[-73.4924331777386,41.450025401094244],[-73.4915531774645,41.4502124011597],[-73.49126017737328,41.450275401181635],[-73.49097717728476,41.45032940120149],[-73.49013017702005,41.4504944012616],[-73.49000617698135,41.45051940127056],[-73.4898611769384,41.45058840128876],[-73.4894751768156,41.45062640130893],[-73.48831917644804,41.450744401370144],[-73.48793417632561,41.45078340139046],[-73.48756317621121,41.45088240142197],[-73.48645417586953,41.45118240151697],[-73.48608417575551,41.451282401548625],[-73.48535817551969,41.45127140157054],[-73.48509117543772,41.45134840159433],[-73.48314217483959,41.451916401769175],[-73.48219117454552,41.45215540184707],[-73.48121917424503,41.45240140192703],[-73.4803301739703,41.45262840200054],[-73.47921117362465,41.452916402093514],[-73.4776731731511,41.453338402226386],[-73.47678917287895,41.453581402302845],[-73.47657017281117,41.45363540232057],[-73.47591517260857,41.4537994023741],[-73.47569717254115,41.45385440239201]]]},"properties":{"name":2110,"geoid":"09001211000"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.47374017071417,41.43344639849316],[-73.47374217072212,41.43357139851738],[-73.47366117077439,41.43491539878114],[-73.4735581708179,41.436230399040014],[-73.47355017082393,41.43637839906903],[-73.47351817082269,41.436534399100395],[-73.47334317092198,41.43920339962464],[-73.47320517096651,41.4407303999258],[-73.47310817098301,41.44155040008828],[-73.47029417006283,41.441402400152654],[-73.47008616999241,41.44135040014943],[-73.46891916959748,41.441061400131915],[-73.46741916914335,41.441605400287216],[-73.46496116843336,41.44308140065522],[-73.46450016830016,41.44335740072407],[-73.4641851682773,41.44471240099769],[-73.46403916830924,41.44606840126587],[-73.46417016835419,41.44611140126989],[-73.46608716901218,41.44674440132939],[-73.46705016934277,41.44706240135928],[-73.46684416928304,41.4471824013894],[-73.46666216923033,41.4472894014162],[-73.46622316910234,41.447532401477936],[-73.46601616904205,41.4476484015073],[-73.46578116897425,41.447791401542865],[-73.46521116881001,41.448140401629495],[-73.46508316877397,41.44823340165179],[-73.4648621687119,41.44839640169076],[-73.46482116863598,41.447324401483925],[-73.46456516855221,41.44731040148968],[-73.46334616815341,41.44724340151698],[-73.46160816758481,41.44714840155604],[-73.4565921659438,41.446874401668744],[-73.45745016601094,41.44326540093939],[-73.46143016726352,41.4426364006856],[-73.46134416723199,41.44257340067619],[-73.45789016596453,41.44003040029648],[-73.45812316602878,41.43983840025147],[-73.45813116603057,41.4398244002485],[-73.45833416607863,41.43952140018293],[-73.45837816608507,41.43938740015543],[-73.4585171661218,41.439245400123255],[-73.45875616619495,41.43917240010117],[-73.45894716625351,41.43911540008379],[-73.45899816626796,41.439080400075305],[-73.45902716627451,41.43903140006482],[-73.46208316724939,41.438773399913636],[-73.4629801675014,41.43811339975576],[-73.46314316754732,41.437995399727434],[-73.46321316756702,41.437944399715214],[-73.4632191675668,41.43790739970784],[-73.46368216755734,41.43517739916217],[-73.46113416667625,41.43422339906111],[-73.46126416664656,41.43299339881785],[-73.46198216684887,41.43247539869346],[-73.46171016669486,41.43134639848311],[-73.4651461677951,41.431128398327125],[-73.4661941681307,41.431062398279636],[-73.46803216868295,41.430324398075456],[-73.46826016869095,41.429196397848756],[-73.46833016871628,41.42924239785538],[-73.46848916877404,41.42934939787091],[-73.46854316879333,41.42938039787516],[-73.46861716881976,41.42942239788086],[-73.4686951688476,41.42946639788683],[-73.46878716888041,41.42951839789389],[-73.46891716892854,41.42962139790959],[-73.46898816895488,41.42967839791834],[-73.46906116899592,41.429976397973796],[-73.46909416901427,41.43010739799817],[-73.46924216909204,41.430618398092555],[-73.46932216913216,41.43086139813712],[-73.46941816918017,41.431151398190295],[-73.46941916918067,41.43115439819083],[-73.46945416919775,41.43125239820872],[-73.46956016924929,41.43154739826254],[-73.46959616926675,41.43164639828058],[-73.46966516929902,41.43181639831132],[-73.46969316931306,41.43190139832689],[-73.46969916931606,41.4319193983302],[-73.46978716935637,41.43212139836653],[-73.46988816940052,41.43231739840127],[-73.47005116946914,41.43258839844853],[-73.47007216947816,41.43262639845521],[-73.4702031695347,41.4328673984977],[-73.47033316959454,41.43317139855246],[-73.47051016967197,41.43351539861344],[-73.47374017071417,41.43344639849316]]]},"properties":{"name":2111,"geoid":"09001211100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.47569717254115,41.45385440239201],[-73.47436017212866,41.4542074025048],[-73.4734431718458,41.45445040258234],[-73.4729431716937,41.45461940263171],[-73.4703371708839,41.45520840283235],[-73.4689891704651,41.45551440293637],[-73.46839117027405,41.4555604029651],[-73.46832117025171,41.455566402968586],[-73.46805917016806,41.45558740298134],[-73.46660116970232,41.45570040305153],[-73.46600416951165,41.4557474030804],[-73.46519816926134,41.455932403143],[-73.46510716923314,41.45595440315029],[-73.46278316851148,41.45648940333108],[-73.46197816826155,41.45667540339382],[-73.46079016789133,41.45692640348186],[-73.45918616739154,41.45726640360096],[-73.4572351667859,41.45771940375347],[-73.45605316641903,41.457994403845966],[-73.45495716607573,41.45819640392144],[-73.45167216504697,41.45880540414835],[-73.45057716470413,41.45900940422419],[-73.4500341645339,41.45910740426117],[-73.44943516434621,41.45921640430215],[-73.44840816402433,41.45940240437222],[-73.44829316398835,41.459424404380286],[-73.4480801639216,41.4594634043949],[-73.44786716385487,41.45950240440953],[-73.44786716383992,41.45924640435982],[-73.4478671638249,41.458989404309925],[-73.44786716371216,41.45706040393536],[-73.44786716361628,41.45541940361674],[-73.44786716359947,41.45513140356079],[-73.44786716354518,41.454202403380414],[-73.44938116388359,41.45159840282465],[-73.45341016478396,41.44466640134511],[-73.45536716522147,41.441302400627],[-73.45540716522359,41.44111640058954],[-73.45576016522855,41.43924340021403],[-73.45610816523337,41.43739539984354],[-73.45611316523355,41.43737039983851],[-73.45687216524446,41.43334639903165],[-73.45370616391024,41.42805739810868],[-73.45364716388539,41.42795939809159],[-73.45358816386057,41.42786139807449],[-73.45331216374427,41.42740039799403],[-73.45300516364645,41.427428398009624],[-73.4524451634681,41.427480398038234],[-73.45084116295722,41.427629398120196],[-73.44923616244603,41.42777839820219],[-73.44805616206745,41.427841398253435],[-73.44766616193485,41.42773339824533],[-73.44753016188804,41.4276863982407],[-73.4473261618153,41.42757239822529],[-73.4470931617326,41.427448398208895],[-73.44674316160493,41.42720339817285],[-73.4462401614214,41.42685039812086],[-73.44593816131378,41.426682398098194],[-73.44577616125699,41.42660839808917],[-73.44558616118832,41.42648639807174],[-73.4453401611014,41.426362398055765],[-73.4450881610133,41.426251398042524],[-73.44486916093787,41.4261743980348],[-73.44461616085022,41.42607639802411],[-73.44444416079256,41.42604339802338],[-73.44431116074966,41.42604639802837],[-73.44426816073648,41.4260593980323],[-73.44407116067623,41.426120398050664],[-73.44397116064657,41.42616739806312],[-73.44366116055589,41.4263343981058],[-73.44351016051107,41.42640439812439],[-73.44343416048908,41.42644939813565],[-73.44286116031945,41.426723398207834],[-73.44192416004216,41.427173398326225],[-73.44116515982061,41.42759039843233],[-73.44060915965835,41.427896398510164],[-73.44049815961621,41.42779039849323],[-73.44036915956718,41.4276663984734],[-73.44018415949508,41.42745739843889],[-73.44008315945571,41.42734339842008],[-73.43996315940787,41.427189398394106],[-73.43994815940191,41.42717039839091],[-73.43984015936014,41.42705439837194],[-73.43976115932907,41.42696039835629],[-73.43970915930524,41.426840398334676],[-73.43967015928426,41.42669739830819],[-73.43965915927818,41.42665439830019],[-73.43965615926848,41.42650439827114],[-73.43961215924045,41.426268398226725],[-73.4395981592312,41.42618739821145],[-73.43955415918248,41.425596398098044],[-73.43954915917824,41.42555139808946],[-73.43952815915755,41.42531339804392],[-73.43952815914362,41.42507439799747],[-73.43955615914248,41.424899397962534],[-73.43956915914238,41.424825397947735],[-73.4396011591457,41.42470439792315],[-73.43998815924057,41.42418139780873],[-73.4402541593097,41.42388939774318],[-73.44030915932414,41.42383139773011],[-73.44052115937764,41.42357139767258],[-73.44057815939232,41.423506397658045],[-73.44061815939637,41.423353397627],[-73.44056515935185,41.42288439753761],[-73.44056015934883,41.4228603975331],[-73.44053715933438,41.422740397510545],[-73.44051715932011,41.42260639748515],[-73.44032115919424,41.42153639728368],[-73.44025015915176,41.42120239722111],[-73.44024315914827,41.42118139721724],[-73.44019815912564,41.42104339719191],[-73.44013415909635,41.420896397165464],[-73.44002215904982,41.42072039713494],[-73.4400161590473,41.420710397133206],[-73.43991315900325,41.42052739710104],[-73.43978315895093,41.42035239707131],[-73.4395891588747,41.42012239703302],[-73.43955415886097,41.4200813970262],[-73.43953715885424,41.42006039702269],[-73.43943215881545,41.41997839701024],[-73.43939015879997,41.41994639700538],[-73.43932715877578,41.41988139699483],[-73.43913615870592,41.41974439697451],[-73.43909115868925,41.419708396968986],[-73.43891515862408,41.41956839694759],[-73.43864915852942,41.419422396928006],[-73.43831615841363,41.41928639691257],[-73.43807115832925,41.41920039690393],[-73.43791915827693,41.419147396898666],[-73.43777215822553,41.41908239689088],[-73.43771615820599,41.41905839688806],[-73.43750415813277,41.41898039687992],[-73.43723915804092,41.41887739686865],[-73.43675915787473,41.41869339684872],[-73.43606015763292,41.4184293968205],[-73.43583415755126,41.41828439679977],[-73.43577415752962,41.418246396794366],[-73.43569715750007,41.41816739678155],[-73.43563115747358,41.41807939676662],[-73.43558615745428,41.41799839675236],[-73.4355421574332,41.41788139673107],[-73.43557715743795,41.41776839670796],[-73.43565015745045,41.417577396668406],[-73.43569715745689,41.41742639663751],[-73.4357581574685,41.417286396608276],[-73.43578415747366,41.41723039659652],[-73.43603915752938,41.41676939649852],[-73.43628615759022,41.4164403964264],[-73.43644915763167,41.41624539638311],[-73.43673115770989,41.41602039633007],[-73.43689715775527,41.41587639629658],[-73.43694115776661,41.41582639628543],[-73.43705215779532,41.41570239625765],[-73.4372741578554,41.41549939621086],[-73.43731215785827,41.41533739617812],[-73.43732915785742,41.41522839615637],[-73.43734215786101,41.4152173961538],[-73.4373931578753,41.415179396144744],[-73.43738415786581,41.41506639612305],[-73.43734815784805,41.41496139610384],[-73.4373771578522,41.41487139608539],[-73.4373861578537,41.41484739608042],[-73.43738115784619,41.414746396060956],[-73.43785415799101,41.41460239601736],[-73.43804715805014,41.414544395999705],[-73.43928515843209,41.414217395895264],[-73.43976415857996,41.414092395855135],[-73.44045415879289,41.41391139579717],[-73.44089415893006,41.41381939576474],[-73.44166215916961,41.41366139570868],[-73.44285815954208,41.41340539561941],[-73.44376515982621,41.41324039555738],[-73.44431916000012,41.41314539552062],[-73.44546716036064,41.41295139544498],[-73.4460751605515,41.41284739540468],[-73.4464061606555,41.41279239538307],[-73.44717116089606,41.41266839533369],[-73.44787516111661,41.41254039528555],[-73.44790116112463,41.41253339528333],[-73.44850216131077,41.41238739523511],[-73.44853216132009,41.41238039523275],[-73.44894316144754,41.41228339520031],[-73.44920416152858,41.412223395180035],[-73.45025416185153,41.411929395088194],[-73.45069116198594,41.41180739505003],[-73.45079616201785,41.41177139503958],[-73.45106116209855,41.41168339501371],[-73.4511121621142,41.411668395009116],[-73.45121916214715,41.41163939499994],[-73.45142916221174,41.41158039498154],[-73.45152916224255,41.41155339497298],[-73.45203716239448,41.4113373949142],[-73.45223916245496,41.411252394891],[-73.4524951625315,41.41114339486137],[-73.45326716276253,41.41081739477248],[-73.45352416283946,41.410709394742995],[-73.45390516295225,41.41052739469503],[-73.45396316296946,41.41050039468787],[-73.45434216308115,41.41031039463841],[-73.45474016319724,41.41009039458248],[-73.45502216327907,41.40992739454148],[-73.45508316329682,41.40989339453286],[-73.45539516338832,41.40972939449067],[-73.45534716338098,41.409870394519665],[-73.45534216338028,41.40988639452295],[-73.45532216338012,41.4099943945446],[-73.45527316337223,41.410131394572836],[-73.45525016336956,41.41021339458956],[-73.45525616337682,41.41030439460703],[-73.45526816338939,41.41045339463562],[-73.45527416339326,41.410486394641815],[-73.45529216340498,41.410587394660865],[-73.4552981634089,41.410621394667274],[-73.45532216342116,41.41069839468145],[-73.45534516343281,41.41077039469469],[-73.45541316346376,41.410923394722175],[-73.45544616347881,41.41099839473568],[-73.4555421635183,41.411142394760496],[-73.45563016355713,41.411319394792],[-73.45572716359827,41.41148639482126],[-73.45584216364605,41.41166739485265],[-73.45595616369023,41.41179139487298],[-73.45603016371759,41.411849394881806],[-73.45620616377936,41.411931394891944],[-73.4564591638691,41.41206539490962],[-73.45682416399987,41.41228039493935],[-73.45727616416112,41.41253539497398],[-73.45772216432749,41.412911395032346],[-73.45804116445115,41.41326039508964],[-73.45822416452046,41.41343239511702],[-73.45838016457903,41.41357039513869],[-73.45873716471128,41.41385539518229],[-73.45881116473868,41.413914395191306],[-73.4592371648956,41.4142393952404],[-73.45969516506209,41.41455039528571],[-73.45992816514728,41.41471739531047],[-73.46036116531278,41.41515039538033],[-73.46075016546139,41.41553839544288],[-73.4614751657402,41.41629239556547],[-73.46166816581137,41.41644139558805],[-73.46175916584501,41.41651239559884],[-73.46215816599167,41.416811395643784],[-73.46238716607529,41.41697339566768],[-73.46307616632686,41.41746039573955],[-73.46330616641085,41.41762339576363],[-73.46351516648684,41.41776539578432],[-73.46380616659165,41.41794639580988],[-73.46418816672448,41.41810239582757],[-73.46454016684689,41.41824639584392],[-73.46528516710872,41.418598395887706],[-73.46570316725722,41.4188233959176],[-73.46608016739273,41.41905339594985],[-73.46686116767219,41.41950739601225],[-73.46692016769333,41.419542396017114],[-73.46771816798085,41.4200403960875],[-73.46808816811412,41.42027039611996],[-73.46840016822905,41.42050839615591],[-73.46852616827694,41.42062939617525],[-73.46862116831423,41.42074139619387],[-73.46870116834856,41.420885396219205],[-73.46874916837191,41.42101939624367],[-73.46882316840764,41.42122039628027],[-73.46887316843262,41.42137139630796],[-73.46892516846715,41.421674396365134],[-73.46896416849545,41.42194239641593],[-73.46901116851585,41.422031396431656],[-73.46916116857751,41.422255396470234],[-73.46925016861158,41.42234539648477],[-73.46944716868386,41.422490396506454],[-73.46967816876794,41.42264939652969],[-73.47013016893054,41.42292639656858],[-73.47085816918452,41.42323839660513],[-73.4717231694839,41.42356739664046],[-73.47185016952974,41.423648396652],[-73.47189816954712,41.423679396656425],[-73.4721701696491,41.423917396693675],[-73.47236916972723,41.42415139673257],[-73.47265816984516,41.424568396804034],[-73.47272716987271,41.42465739681904],[-73.47283016990863,41.42470139682419],[-73.47292116995301,41.42495639687074],[-73.4730001699898,41.42514839690542],[-73.47304517001321,41.42529939693328],[-73.47306817003034,41.42546539696477],[-73.47306217003512,41.425580396987314],[-73.47306117003636,41.425607396992596],[-73.47307617004921,41.42574439701872],[-73.47307517004954,41.42575539702089],[-73.47306917005596,41.42589839704887],[-73.47305517005935,41.42603439707575],[-73.47283617001442,41.42647939716949],[-73.47256616994822,41.42684339724913],[-73.47235016989904,41.427199397325445],[-73.4722841698831,41.42729239734572],[-73.47216616985476,41.427461397382444],[-73.47215416985186,41.42747839738614],[-73.47176516975222,41.42792939748665],[-73.47171816974026,41.42798539749907],[-73.4713691696584,41.42851939761438],[-73.47128116964093,41.428708397654006],[-73.47123716963316,41.42881939767704],[-73.47119316963416,41.42908039772919],[-73.47120116964446,41.42921239775458],[-73.47122416966235,41.429391397788606],[-73.47125116967695,41.42949139780714],[-73.47137816973385,41.42976139785539],[-73.47154516980318,41.43002239790058],[-73.47260617024837,41.43176039820314],[-73.4727091702906,41.43191239822925],[-73.47287417035515,41.43210239826071],[-73.47294917038832,41.43225439828777],[-73.47310817045397,41.43249639832952],[-73.47321117049286,41.43259139834457],[-73.47355817062764,41.43297439840749],[-73.47365717066846,41.43312439843334],[-73.4737291707005,41.433273398459924],[-73.47374017071323,41.43343039849005],[-73.47374017071417,41.43344639849316],[-73.47051016967197,41.43351539861344],[-73.47033316959454,41.43317139855246],[-73.4702031695347,41.4328673984977],[-73.47007216947816,41.43262639845521],[-73.47005116946914,41.43258839844853],[-73.46988816940052,41.43231739840127],[-73.46978716935637,41.43212139836653],[-73.46969916931606,41.4319193983302],[-73.46969316931306,41.43190139832689],[-73.46966516929902,41.43181639831132],[-73.46959616926675,41.43164639828058],[-73.46956016924929,41.43154739826254],[-73.46945416919775,41.43125239820872],[-73.46941916918067,41.43115439819083],[-73.46941816918017,41.431151398190295],[-73.46932216913216,41.43086139813712],[-73.46924216909204,41.430618398092555],[-73.46909416901427,41.43010739799817],[-73.46906116899592,41.429976397973796],[-73.46898816895488,41.42967839791834],[-73.46891716892854,41.42962139790959],[-73.46878716888041,41.42951839789389],[-73.4686951688476,41.42946639788683],[-73.46861716881976,41.42942239788086],[-73.46854316879333,41.42938039787516],[-73.46848916877404,41.42934939787091],[-73.46833016871628,41.42924239785538],[-73.46826016869095,41.429196397848756],[-73.46803216868295,41.430324398075456],[-73.4661941681307,41.431062398279636],[-73.4651461677951,41.431128398327125],[-73.46171016669486,41.43134639848311],[-73.46198216684887,41.43247539869346],[-73.46126416664656,41.43299339881785],[-73.46113416667625,41.43422339906111],[-73.46368216755734,41.43517739916217],[-73.4632191675668,41.43790739970784],[-73.46321316756702,41.437944399715214],[-73.46314316754732,41.437995399727434],[-73.4629801675014,41.43811339975576],[-73.46208316724939,41.438773399913636],[-73.45902716627451,41.43903140006482],[-73.45899816626796,41.439080400075305],[-73.45894716625351,41.43911540008379],[-73.45875616619495,41.43917240010117],[-73.4585171661218,41.439245400123255],[-73.45837816608507,41.43938740015543],[-73.45833416607863,41.43952140018293],[-73.45813116603057,41.4398244002485],[-73.45812316602878,41.43983840025147],[-73.45789016596453,41.44003040029648],[-73.46134416723199,41.44257340067619],[-73.46143016726352,41.4426364006856],[-73.45745016601094,41.44326540093939],[-73.4565921659438,41.446874401668744],[-73.46160816758481,41.44714840155604],[-73.46334616815341,41.44724340151698],[-73.46456516855221,41.44731040148968],[-73.46482116863598,41.447324401483925],[-73.4648621687119,41.44839640169076],[-73.46508316877397,41.44823340165179],[-73.46521116881001,41.448140401629495],[-73.46578116897425,41.447791401542865],[-73.46601616904205,41.4476484015073],[-73.46622316910234,41.447532401477936],[-73.46666216923033,41.4472894014162],[-73.46684416928304,41.4471824013894],[-73.46705016934277,41.44706240135928],[-73.46608716901218,41.44674440132939],[-73.46417016835419,41.44611140126989],[-73.46403916830924,41.44606840126587],[-73.4641851682773,41.44471240099769],[-73.46450016830016,41.44335740072407],[-73.46496116843336,41.44308140065522],[-73.46741916914335,41.441605400287216],[-73.46891916959748,41.441061400131915],[-73.47008616999241,41.44135040014943],[-73.47029417006283,41.441402400152654],[-73.47310817098301,41.44155040008828],[-73.47309017098578,41.44169740011743],[-73.47303717099444,41.44213940020502],[-73.47302017099759,41.44228740023435],[-73.47290117100687,41.443105400397165],[-73.47279917099901,41.443536400484234],[-73.47249517097629,41.444832400746],[-73.47242317097097,41.44514040080821],[-73.47238617096613,41.445262400833116],[-73.47242617100106,41.44563840090482],[-73.4724591710204,41.44578640093248],[-73.47281517122629,41.44733540122152],[-73.47287917126319,41.44761240127319],[-73.47294317129786,41.447850401317304],[-73.47311617139302,41.44851940144147],[-73.47336917153187,41.44949240162205],[-73.47368017168232,41.450342401776844],[-73.47374617171253,41.45049340180396],[-73.47402617184032,41.45112740191781],[-73.47431017196581,41.45170040201967],[-73.47431317196715,41.45170640202075],[-73.47536917240265,41.453303402295866],[-73.47538017240717,41.45331940229861],[-73.47555517248028,41.45360040234738],[-73.47556717248533,41.45362040235086],[-73.47569717254115,41.45385440239201]]]},"properties":{"name":2112,"geoid":"09001211200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.44786716385487,41.45950240440953],[-73.44616616332121,41.45980140452383],[-73.4461611633197,41.459803404524386],[-73.44505216297176,41.45999840459891],[-73.44445616278483,41.46010440463921],[-73.44191116198644,41.46055340481053],[-73.4410661617213,41.46070140486721],[-73.43936716118836,41.461002404981826],[-73.4383961607986,41.45971640476422],[-73.43548615963043,41.45585940411146],[-73.43451615924108,41.45457440389397],[-73.43129515796149,41.450532403215426],[-73.43095315782676,41.4501224031471],[-73.43080415776639,41.44991540311181],[-73.43077015775258,41.4498674031036],[-73.43072715772995,41.449718403076076],[-73.43088015776095,41.449400403009264],[-73.43088715775377,41.449238402977585],[-73.43084315773217,41.44911240295456],[-73.4307411576948,41.44903840294356],[-73.43063115765804,41.44901940294349],[-73.43057415763971,41.44902140294576],[-73.4304341575948,41.44902940295195],[-73.430332157568,41.44913640297609],[-73.43025215754412,41.44917140298555],[-73.43016515751165,41.44909840297423],[-73.4299821574333,41.44877140291677],[-73.4297581573456,41.44851240287386],[-73.4297421573393,41.44849340287071],[-73.42967615730393,41.44825340282626],[-73.42947915721682,41.44785440275527],[-73.42950515722154,41.447791402742176],[-73.4294071571814,41.44764740271742],[-73.42911315706105,41.44721740264363],[-73.42901515702096,41.44707440261909],[-73.42869515688541,41.44652840252361],[-73.42773515647886,41.44489140223733],[-73.42741615634371,41.444346402141996],[-73.42752815637412,41.44424540211869],[-73.42769315641912,41.44410040208507],[-73.42788115647204,41.44396340205225],[-73.42800315650642,41.44387540203112],[-73.42815115654791,41.443764402004675],[-73.42851915665028,41.443475401936375],[-73.42869215669997,41.44336640190948],[-73.4289361567733,41.4432684018824],[-73.42938415690668,41.44306640182837],[-73.42967415699351,41.44294440179507],[-73.43007815711722,41.442821401757826],[-73.43023815716586,41.44276640174187],[-73.4306191572802,41.44261040169898],[-73.43106715740902,41.442330401629796],[-73.43121315745032,41.44222740160495],[-73.43146415752148,41.44205340156287],[-73.43165615757614,41.441924401531466],[-73.43180515761864,41.44182540150732],[-73.43189215763732,41.44166240147276],[-73.43192115764374,41.44161140146191],[-73.43206915767396,41.44130740139796],[-73.43215315769348,41.44117540136955],[-73.43225315771684,41.44102040133612],[-73.43249115776466,41.44051840123074],[-73.43253115777294,41.44043840121389],[-73.43276415782165,41.43997940111702],[-73.43294415786212,41.43967340105162],[-73.43300015787233,41.439537401023344],[-73.43300115784898,41.43913140094443],[-73.43295515781716,41.43884140088961],[-73.43288015778096,41.43863740085246],[-73.43265715767348,41.43803340074248],[-73.43251615761392,41.43779540070091],[-73.43248615760017,41.43772640068849],[-73.43221915747745,41.437105400576655],[-73.43203715739924,41.43677540051855],[-73.43186815732659,41.436468400464484],[-73.43179615729136,41.43626440042724],[-73.43173215726323,41.436137400404675],[-73.43170815725317,41.43609840039789],[-73.43165515723099,41.43601240038293],[-73.43140515711961,41.43549140028996],[-73.43115015700963,41.43502240020725],[-73.43095715692643,41.43466740014465],[-73.43088415689478,41.43453040012045],[-73.430880156893,41.43452240011902],[-73.43082115686573,41.43438240009377],[-73.43069815681872,41.43425940007393],[-73.43057215677172,41.4341534000575],[-73.43044815672542,41.43404840004119],[-73.43031815667649,41.43393140002276],[-73.43031215667408,41.43392340002139],[-73.43024715664788,41.433835400006444],[-73.43020115662745,41.4337403999895],[-73.43016115660814,41.43363139996965],[-73.43011415658094,41.433426399931356],[-73.43011215657977,41.433417399929674],[-73.43008315655983,41.43323639989547],[-73.42998215648402,41.4324973997552],[-73.42991415643243,41.431990399658936],[-73.42990215641689,41.43179039962047],[-73.42988115640209,41.43165339959454],[-73.42988015639554,41.43154639957377],[-73.42990315639668,41.43143839955204],[-73.42993715640239,41.43134739953324],[-73.43001915642365,41.431256399512826],[-73.43055615656753,41.43074039939484],[-73.43069615660431,41.43059339936165],[-73.43084615664394,41.430439399326765],[-73.4310001566834,41.43026039928691],[-73.4312281567464,41.43007439924323],[-73.43127415676038,41.430058399238604],[-73.43143315680543,41.42994739921179],[-73.43152315683102,41.42988639919697],[-73.43179715690694,41.429666399145155],[-73.4319251569433,41.429578399123834],[-73.43201515696859,41.429512399108035],[-73.4322111570238,41.42937039907397],[-73.43240415707886,41.42924239904273],[-73.43250715710963,41.42919739903058],[-73.43257915713117,41.429167399022376],[-73.4326661571578,41.429140399014244],[-73.43273715717939,41.42911639900724],[-73.43280615720106,41.42910439900263],[-73.43318215731522,41.42897339896476],[-73.43348715740872,41.42888239893702],[-73.43350515741426,41.428877398935434],[-73.43380815750542,41.4287573989021],[-73.43409115759016,41.42863839886965],[-73.43424815763724,41.428573398851825],[-73.43460915774264,41.42837539880142],[-73.43477415778972,41.4282663987748],[-73.43489715782525,41.42819239875636],[-73.43492715783397,41.42817539875206],[-73.43500615785543,41.428104398735655],[-73.43513915789264,41.42800339871163],[-73.43531915793997,41.42781539866915],[-73.43535915795054,41.427774398659864],[-73.43573615805694,41.42750439859493],[-73.43588415809991,41.42741939857354],[-73.43596615812444,41.42738439856402],[-73.4360241581419,41.427361398557636],[-73.43621115819874,41.427297398539025],[-73.436330158236,41.42727539853083],[-73.43665715833849,41.427216398508556],[-73.43668715834792,41.427211398506586],[-73.43680815838626,41.42719639849968],[-73.43683415839443,41.42719239849804],[-73.43691615842036,41.427181398493204],[-73.43694315842893,41.427178398491726],[-73.43723715851996,41.42710639846802],[-73.43755215861756,41.42703039844287],[-73.43811515879034,41.42686539839219],[-73.43840715887997,41.426780398366034],[-73.43865615895724,41.42672239834653],[-73.43894215904604,41.42665639832426],[-73.43940515919024,41.42655739828974],[-73.43965615926848,41.42650439827114],[-73.43965915927818,41.42665439830019],[-73.43967015928426,41.42669739830819],[-73.43970915930524,41.426840398334676],[-73.43976115932907,41.42696039835629],[-73.43984015936014,41.42705439837194],[-73.43994815940191,41.42717039839091],[-73.43996315940787,41.427189398394106],[-73.44008315945571,41.42734339842008],[-73.44018415949508,41.42745739843889],[-73.44036915956718,41.4276663984734],[-73.44049815961621,41.42779039849323],[-73.44060915965835,41.427896398510164],[-73.44116515982061,41.42759039843233],[-73.44192416004216,41.427173398326225],[-73.44286116031945,41.426723398207834],[-73.44343416048908,41.42644939813565],[-73.44351016051107,41.42640439812439],[-73.44366116055589,41.4263343981058],[-73.44397116064657,41.42616739806312],[-73.44407116067623,41.426120398050664],[-73.44426816073648,41.4260593980323],[-73.44431116074966,41.42604639802837],[-73.44444416079256,41.42604339802338],[-73.44461616085022,41.42607639802411],[-73.44486916093787,41.4261743980348],[-73.4450881610133,41.426251398042524],[-73.4453401611014,41.426362398055765],[-73.44558616118832,41.42648639807174],[-73.44577616125699,41.42660839808917],[-73.44593816131378,41.426682398098194],[-73.4462401614214,41.42685039812086],[-73.44674316160493,41.42720339817285],[-73.4470931617326,41.427448398208895],[-73.4473261618153,41.42757239822529],[-73.44753016188804,41.4276863982407],[-73.44766616193485,41.42773339824533],[-73.44805616206745,41.427841398253435],[-73.44923616244603,41.42777839820219],[-73.45084116295722,41.427629398120196],[-73.4524451634681,41.427480398038234],[-73.45300516364645,41.427428398009624],[-73.45331216374427,41.42740039799403],[-73.45358816386057,41.42786139807449],[-73.45364716388539,41.42795939809159],[-73.45370616391024,41.42805739810868],[-73.45687216524446,41.43334639903165],[-73.45611316523355,41.43737039983851],[-73.45610816523337,41.43739539984354],[-73.45576016522855,41.43924340021403],[-73.45540716522359,41.44111640058954],[-73.45536716522147,41.441302400627],[-73.45341016478396,41.44466640134511],[-73.44938116388359,41.45159840282465],[-73.44786716354518,41.454202403380414],[-73.44786716359947,41.45513140356079],[-73.44786716361628,41.45541940361674],[-73.44786716371216,41.45706040393536],[-73.4478671638249,41.458989404309925],[-73.44786716383992,41.45924640435982],[-73.44786716385487,41.45950240440953]]]},"properties":{"name":2113,"geoid":"09001211300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.42378415578096,41.45487040430604],[-73.42294215535647,41.45227140382909],[-73.42257915517331,41.45114840362296],[-73.42154215465031,41.44794340303469],[-73.42041915408413,41.44447440239793],[-73.41957815366015,41.441876401921],[-73.41931715352946,41.441085401775936],[-73.41853415313744,41.43871240134075],[-73.41827415300716,41.43792240119584],[-73.41777615275743,41.436406400917726],[-73.41628515200944,41.431860400083586],[-73.41578815176017,41.430345399805574],[-73.41479215142385,41.43011139979296],[-73.41466315138031,41.4300813997914],[-73.4145351513371,41.43005139978978],[-73.41443715130424,41.430032399789326],[-73.41433815127107,41.430013399788905],[-73.41415215120868,41.42997739978804],[-73.41322315089724,41.42979739978371],[-73.41267315071295,41.42969239978146],[-73.41252315066254,41.429661399780365],[-73.41233515059942,41.4296233997792],[-73.41207415051177,41.429570399777504],[-73.41192515046176,41.42954039977659],[-73.41180515042171,41.42952039977666],[-73.41144515030157,41.429460399776886],[-73.41132615026184,41.42944039977692],[-73.41117215020947,41.42939739977365],[-73.41110615018695,41.42937839977214],[-73.41044614996247,41.42919539975835],[-73.41022614988772,41.42913539975394],[-73.41011414984986,41.429108399752394],[-73.40977814973634,41.429028399747935],[-73.40966614969854,41.42900239974656],[-73.40892614944948,41.428842399739864],[-73.40670614870228,41.42836239971981],[-73.40596614845322,41.42820239971312],[-73.40596614844804,41.428113399695825],[-73.40596814843326,41.427848399644255],[-73.40597014842878,41.42776039962708],[-73.40597514839051,41.42707539949381],[-73.40599014827573,41.425020399093874],[-73.40599514823747,41.42433539896058],[-73.40600714818554,41.42337639877378],[-73.40604514803033,41.4204983982131],[-73.4060581479788,41.419540398026435],[-73.40605614796702,41.41934939798937],[-73.40605014793185,41.41877839787856],[-73.40604814792015,41.41858839784171],[-73.40605614791255,41.41841339780743],[-73.4060831478907,41.41788739770425],[-73.40609214788348,41.417713397670134],[-73.40607314787523,41.41767739766377],[-73.40606214786963,41.41764239765733],[-73.40605514786265,41.41756139764181],[-73.40604714785366,41.41745139762069],[-73.40604714783643,41.417155397563164],[-73.40603914782983,41.41708639755],[-73.406029147821,41.41699039753166],[-73.40604314782205,41.41693039751954],[-73.40607714779797,41.416327397401176],[-73.40611114779396,41.41606939734991],[-73.40596114772559,41.41572939728875],[-73.4059721477259,41.4156733972775],[-73.4059731477261,41.41567139727707],[-73.40600814772779,41.41550539724364],[-73.40602014772847,41.41545039723257],[-73.40607614774447,41.415413397223524],[-73.4062481477939,41.41530539719686],[-73.40630514781026,41.415269397188],[-73.40645914785556,41.41519039716755],[-73.4064711478591,41.41518439716598],[-73.40666514791688,41.41509739714267],[-73.40710214804461,41.414859397082],[-73.40747714815502,41.41466939703268],[-73.40779714824954,41.41451239699162],[-73.40813014834859,41.414360396951096],[-73.40840914843214,41.41424339691913],[-73.40870314852187,41.414148396890965],[-73.40912914865288,41.41402839685359],[-73.40949614876652,41.413938396824],[-73.40975914884847,41.413882396804446],[-73.40995214890943,41.413855396792826],[-73.41012714896424,41.413823396780835],[-73.41024414900168,41.4138153967754],[-73.4105871491103,41.41377239675574],[-73.41073014915553,41.41375339674733],[-73.41097114923299,41.413743396737445],[-73.41106214926191,41.41373339673249],[-73.41125014932227,41.41372439672455],[-73.41171314947236,41.413726396709656],[-73.4120551495838,41.413737396700526],[-73.41239714969598,41.413761396693914],[-73.4127611498165,41.41380639669065],[-73.41317814995543,41.41387239668973],[-73.41386015018492,41.414019396695814],[-73.41415215028427,41.41410139670213],[-73.4142761503265,41.41413639670484],[-73.41430815033736,41.41414539670553],[-73.4144061503707,41.41417239670755],[-73.41443915038195,41.414182396708405],[-73.41446315039032,41.41419239670956],[-73.41516715063536,41.41448439674311],[-73.41562815079831,41.4147183967734],[-73.4163551510553,41.41508739682116],[-73.41691815125536,41.415391396861686],[-73.41785715158709,41.41586439692267],[-73.41913215203515,41.41646639699763],[-73.42031315245028,41.41702539706733],[-73.42037315247114,41.417050397070206],[-73.4205551525346,41.41712739707917],[-73.42056115253672,41.41713039707956],[-73.42061615255594,41.4171543970824],[-73.42066315257237,41.41717539708495],[-73.42080715262274,41.41723939709263],[-73.42085515263958,41.417261397095324],[-73.42102715269867,41.41731939710094],[-73.42127715278454,41.41740339710901],[-73.421548152877,41.4174833971156],[-73.42163015290501,41.417508397117764],[-73.4217241529368,41.41753139711913],[-73.42185015297942,41.41756239712101],[-73.42211715306982,41.417629397125225],[-73.42223015310758,41.41764939712538],[-73.42235815315038,41.41767239712562],[-73.42249715319686,41.4176973971259],[-73.42256715322031,41.417710397126115],[-73.42280115329775,41.41773839712384],[-73.42321515343481,41.41778939712008],[-73.42357315355193,41.417809397112165],[-73.42393415366958,41.417821397102585],[-73.42414215373643,41.417812397093975],[-73.4245911538809,41.41779539707584],[-73.42464015389665,41.41779339707384],[-73.42509015403985,41.41774939705043],[-73.42510315404388,41.417746397049434],[-73.42561415420411,41.41765539701487],[-73.42624415440028,41.41751939696764],[-73.42640915445091,41.41747139695287],[-73.4265291544881,41.41744239694327],[-73.42661515451498,41.417425396937126],[-73.42670215454223,41.41740939693114],[-73.42692515461144,41.41735739691368],[-73.42712315467627,41.41736939690947],[-73.42735515474821,41.41731439689112],[-73.42741315476611,41.41729939688631],[-73.42772715486295,41.4172153968596],[-73.42942115539036,41.41684939673254],[-73.43096215586867,41.41649139661209],[-73.43217715624249,41.41615239650608],[-73.4322431562628,41.416134396500404],[-73.43338015661391,41.41583939640553],[-73.4342251568741,41.415607396332526],[-73.43578315735505,41.41520039620197],[-73.43610115745277,41.41510939617378],[-73.43738115784619,41.414746396060956],[-73.4373861578537,41.41484739608042],[-73.4373771578522,41.41487139608539],[-73.43734815784805,41.41496139610384],[-73.43738415786581,41.41506639612305],[-73.4373931578753,41.415179396144744],[-73.43734215786101,41.4152173961538],[-73.43732915785742,41.41522839615637],[-73.43731215785827,41.41533739617812],[-73.4372741578554,41.41549939621086],[-73.43705215779532,41.41570239625765],[-73.43694115776661,41.41582639628543],[-73.43689715775527,41.41587639629658],[-73.43673115770989,41.41602039633007],[-73.43644915763167,41.41624539638311],[-73.43628615759022,41.4164403964264],[-73.43603915752938,41.41676939649852],[-73.43578415747366,41.41723039659652],[-73.4357581574685,41.417286396608276],[-73.43569715745689,41.41742639663751],[-73.43565015745045,41.417577396668406],[-73.43557715743795,41.41776839670796],[-73.4355421574332,41.41788139673107],[-73.43558615745428,41.41799839675236],[-73.43563115747358,41.41807939676662],[-73.43569715750007,41.41816739678155],[-73.43577415752962,41.418246396794366],[-73.43583415755126,41.41828439679977],[-73.43606015763292,41.4184293968205],[-73.43675915787473,41.41869339684872],[-73.43723915804092,41.41887739686865],[-73.43750415813277,41.41898039687992],[-73.43771615820599,41.41905839688806],[-73.43777215822553,41.41908239689088],[-73.43791915827693,41.419147396898666],[-73.43807115832925,41.41920039690393],[-73.43831615841363,41.41928639691257],[-73.43864915852942,41.419422396928006],[-73.43891515862408,41.41956839694759],[-73.43909115868925,41.419708396968986],[-73.43913615870592,41.41974439697451],[-73.43932715877578,41.41988139699483],[-73.43939015879997,41.41994639700538],[-73.43943215881545,41.41997839701024],[-73.43953715885424,41.42006039702269],[-73.43955415886097,41.4200813970262],[-73.4395891588747,41.42012239703302],[-73.43978315895093,41.42035239707131],[-73.43991315900325,41.42052739710104],[-73.4400161590473,41.420710397133206],[-73.44002215904982,41.42072039713494],[-73.44013415909635,41.420896397165464],[-73.44019815912564,41.42104339719191],[-73.44024315914827,41.42118139721724],[-73.44025015915176,41.42120239722111],[-73.44032115919424,41.42153639728368],[-73.44051715932011,41.42260639748515],[-73.44053715933438,41.422740397510545],[-73.44056015934883,41.4228603975331],[-73.44056515935185,41.42288439753761],[-73.44061815939637,41.423353397627],[-73.44057815939232,41.423506397658045],[-73.44052115937764,41.42357139767258],[-73.44030915932414,41.42383139773011],[-73.4402541593097,41.42388939774318],[-73.43998815924057,41.42418139780873],[-73.4396011591457,41.42470439792315],[-73.43956915914238,41.424825397947735],[-73.43955615914248,41.424899397962534],[-73.43952815914362,41.42507439799747],[-73.43952815915755,41.42531339804392],[-73.43954915917824,41.42555139808946],[-73.43955415918248,41.425596398098044],[-73.4395981592312,41.42618739821145],[-73.43961215924045,41.426268398226725],[-73.43965615926848,41.42650439827114],[-73.43940515919024,41.42655739828974],[-73.43894215904604,41.42665639832426],[-73.43865615895724,41.42672239834653],[-73.43840715887997,41.426780398366034],[-73.43811515879034,41.42686539839219],[-73.43755215861756,41.42703039844287],[-73.43723715851996,41.42710639846802],[-73.43694315842893,41.427178398491726],[-73.43691615842036,41.427181398493204],[-73.43683415839443,41.42719239849804],[-73.43680815838626,41.42719639849968],[-73.43668715834792,41.427211398506586],[-73.43665715833849,41.427216398508556],[-73.436330158236,41.42727539853083],[-73.43621115819874,41.427297398539025],[-73.4360241581419,41.427361398557636],[-73.43596615812444,41.42738439856402],[-73.43588415809991,41.42741939857354],[-73.43573615805694,41.42750439859493],[-73.43535915795054,41.427774398659864],[-73.43531915793997,41.42781539866915],[-73.43513915789264,41.42800339871163],[-73.43500615785543,41.428104398735655],[-73.43492715783397,41.42817539875206],[-73.43489715782525,41.42819239875636],[-73.43477415778972,41.4282663987748],[-73.43460915774264,41.42837539880142],[-73.43424815763724,41.428573398851825],[-73.43409115759016,41.42863839886965],[-73.43380815750542,41.4287573989021],[-73.43350515741426,41.428877398935434],[-73.43348715740872,41.42888239893702],[-73.43318215731522,41.42897339896476],[-73.43280615720106,41.42910439900263],[-73.43273715717939,41.42911639900724],[-73.4326661571578,41.429140399014244],[-73.43257915713117,41.429167399022376],[-73.43250715710963,41.42919739903058],[-73.43240415707886,41.42924239904273],[-73.4322111570238,41.42937039907397],[-73.43201515696859,41.429512399108035],[-73.4319251569433,41.429578399123834],[-73.43179715690694,41.429666399145155],[-73.43152315683102,41.42988639919697],[-73.43143315680543,41.42994739921179],[-73.43127415676038,41.430058399238604],[-73.4312281567464,41.43007439924323],[-73.4310001566834,41.43026039928691],[-73.43084615664394,41.430439399326765],[-73.43069615660431,41.43059339936165],[-73.43055615656753,41.43074039939484],[-73.43001915642365,41.431256399512826],[-73.42993715640239,41.43134739953324],[-73.42990315639668,41.43143839955204],[-73.42988015639554,41.43154639957377],[-73.42988115640209,41.43165339959454],[-73.42990215641689,41.43179039962047],[-73.42991415643243,41.431990399658936],[-73.42998215648402,41.4324973997552],[-73.43008315655983,41.43323639989547],[-73.43011215657977,41.433417399929674],[-73.43011415658094,41.433426399931356],[-73.43016115660814,41.43363139996965],[-73.43020115662745,41.4337403999895],[-73.43024715664788,41.433835400006444],[-73.43031215667408,41.43392340002139],[-73.43031815667649,41.43393140002276],[-73.43044815672542,41.43404840004119],[-73.43057215677172,41.4341534000575],[-73.43069815681872,41.43425940007393],[-73.43082115686573,41.43438240009377],[-73.430880156893,41.43452240011902],[-73.43088415689478,41.43453040012045],[-73.43095715692643,41.43466740014465],[-73.43115015700963,41.43502240020725],[-73.43140515711961,41.43549140028996],[-73.43165515723099,41.43601240038293],[-73.43170815725317,41.43609840039789],[-73.43173215726323,41.436137400404675],[-73.43179615729136,41.43626440042724],[-73.43186815732659,41.436468400464484],[-73.43203715739924,41.43677540051855],[-73.43221915747745,41.437105400576655],[-73.43248615760017,41.43772640068849],[-73.43251615761392,41.43779540070091],[-73.43265715767348,41.43803340074248],[-73.43288015778096,41.43863740085246],[-73.43295515781716,41.43884140088961],[-73.43300115784898,41.43913140094443],[-73.43300015787233,41.439537401023344],[-73.43294415786212,41.43967340105162],[-73.43276415782165,41.43997940111702],[-73.43253115777294,41.44043840121389],[-73.43249115776466,41.44051840123074],[-73.43225315771684,41.44102040133612],[-73.43215315769348,41.44117540136955],[-73.43206915767396,41.44130740139796],[-73.43192115764374,41.44161140146191],[-73.43189215763732,41.44166240147276],[-73.43180515761864,41.44182540150732],[-73.43165615757614,41.441924401531466],[-73.43146415752148,41.44205340156287],[-73.43121315745032,41.44222740160495],[-73.43106715740902,41.442330401629796],[-73.4306191572802,41.44261040169898],[-73.43023815716586,41.44276640174187],[-73.43007815711722,41.442821401757826],[-73.42967415699351,41.44294440179507],[-73.42938415690668,41.44306640182837],[-73.4289361567733,41.4432684018824],[-73.42869215669997,41.44336640190948],[-73.42851915665028,41.443475401936375],[-73.42815115654791,41.443764402004675],[-73.42800315650642,41.44387540203112],[-73.42788115647204,41.44396340205225],[-73.42769315641912,41.44410040208507],[-73.42752815637412,41.44424540211869],[-73.42741615634371,41.444346402141996],[-73.42773515647886,41.44489140223733],[-73.42869515688541,41.44652840252361],[-73.42901515702096,41.44707440261909],[-73.42911315706105,41.44721740264363],[-73.4294071571814,41.44764740271742],[-73.42950515722154,41.447791402742176],[-73.42947915721682,41.44785440275527],[-73.42967615730393,41.44825340282626],[-73.4297421573393,41.44849340287071],[-73.4297581573456,41.44851240287386],[-73.4299821574333,41.44877140291677],[-73.43016515751165,41.44909840297423],[-73.43025215754412,41.44917140298555],[-73.430332157568,41.44913640297609],[-73.4304341575948,41.44902940295195],[-73.43057415763971,41.44902140294576],[-73.43063115765804,41.44901940294349],[-73.4307411576948,41.44903840294356],[-73.43084315773217,41.44911240295456],[-73.43088715775377,41.449238402977585],[-73.43088015776095,41.449400403009264],[-73.43072715772995,41.449718403076076],[-73.43077015775258,41.4498674031036],[-73.43080415776639,41.44991540311181],[-73.43095315782676,41.4501224031471],[-73.43129515796149,41.450532403215426],[-73.43451615924108,41.45457440389397],[-73.43548615963043,41.45585940411146],[-73.4383961607986,41.45971640476422],[-73.43936716118836,41.461002404981826],[-73.43688216041627,41.46156940517407],[-73.42942715810015,41.46327440575151],[-73.42694315732838,41.463842405943865],[-73.42672115722615,41.463323405850446],[-73.42649315712107,41.46278940575429],[-73.42633515705411,41.462519405707084],[-73.42595215688912,41.46181940558382],[-73.42568215677278,41.46132540549682],[-73.42556315672098,41.46109840545669],[-73.42520615656552,41.46041740533624],[-73.42508715651377,41.46019140529629],[-73.4248561564022,41.45956240518178],[-73.4247601563468,41.45914640510417],[-73.42402815592241,41.45593940450558],[-73.42378415578096,41.45487040430604]]]},"properties":{"name":2114,"geoid":"09001211400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.45056516915702,41.53510141898441],[-73.44894916843157,41.53166741837247],[-73.44736616772114,41.5283064177735],[-73.44667916741291,41.526848417513676],[-73.44593116707738,41.52526241723103],[-73.44576216699114,41.52472641713273],[-73.4452551667325,41.52311841683781],[-73.44508716664662,41.52258241673948],[-73.44357116583022,41.51704041571529],[-73.44303616554231,41.515087415354344],[-73.44276716539738,41.51410241517226],[-73.44526716593822,41.50950241419751],[-73.44456716567615,41.50890241410434],[-73.44356716505908,41.503902413167786],[-73.44406716509815,41.50180241274394],[-73.4438331649976,41.501380412669846],[-73.44369216493706,41.50112741262545],[-73.44306716466862,41.50000241242791],[-73.44226116415068,41.4956184116042],[-73.44210216404856,41.494754411441846],[-73.44162516374242,41.49216541095537],[-73.4414671636407,41.49130241079316],[-73.43702816175262,41.48362140944967],[-73.4387771623525,41.484186409501454],[-73.43884116237663,41.484244409510595],[-73.43889816239938,41.484317409522866],[-73.43927716253572,41.484548409555146],[-73.4395481626274,41.484614409559015],[-73.43984716272642,41.484650409556096],[-73.43995716276949,41.4847774095771],[-73.44019716285091,41.48483940958119],[-73.44064316300901,41.48507140961146],[-73.44081116306884,41.48516340962375],[-73.4409421631151,41.48522840963203],[-73.44113916318065,41.48525740963114],[-73.4411981632014,41.48528540963461],[-73.44128716323236,41.48532140963866],[-73.44162216334895,41.48545840965417],[-73.44184716342572,41.48552440965951],[-73.44209616350976,41.48558140966234],[-73.44229316357325,41.48557540965468],[-73.4426211636727,41.48545840962112],[-73.44271616369957,41.48539140960497],[-73.4428841637439,41.48521840956584],[-73.44305216377477,41.48481540948208],[-73.4431251637948,41.48475340946763],[-73.44322016381616,41.484592409433255],[-73.44326416381779,41.48437640938989],[-73.44339516384007,41.484031409318604],[-73.44339516383162,41.48388740929065],[-73.44333616380327,41.48372940926196],[-73.44335216378973,41.48340940919933],[-73.44335116377624,41.48318440915571],[-73.44321216371843,41.48296640911801],[-73.44306016364011,41.4824694090266],[-73.44305916363292,41.48235240900391],[-73.4431611636547,41.48215940896309],[-73.44322716366328,41.48194040891841],[-73.44324916364431,41.48149440883114],[-73.44341716367805,41.48114040875687],[-73.4434601636794,41.48092540871372],[-73.44336616362092,41.480446408623884],[-73.44324116356925,41.48025540859095],[-73.44314716352608,41.480038408551955],[-73.44297116342676,41.47931540841746],[-73.44298716341983,41.479108408376774],[-73.44302316342444,41.47898740835208],[-73.44307116343435,41.47889140833186],[-73.44313916344868,41.478759408304],[-73.44320516346538,41.478679408286304],[-73.44341716352578,41.478537408251725],[-73.44364416359636,41.47848640823432],[-73.44376016362988,41.47841640821689],[-73.44392116366816,41.478179408165566],[-73.44417516374229,41.478039408130016],[-73.44431416377927,41.477901408098624],[-73.44441016379096,41.477569408031016],[-73.44438816376751,41.477290407977584],[-73.44434516374639,41.47716740795514],[-73.44424216369212,41.47681040788927],[-73.44425116369247,41.47676640788043],[-73.44428516369423,41.47660840784865],[-73.44413216362742,41.47631340779645],[-73.44418416363011,41.47607140774775],[-73.44419016360679,41.47563940766371],[-73.4441541635864,41.47549040763598],[-73.44403716353207,41.47520940758532],[-73.443935163491,41.47507240756209],[-73.44386216345782,41.47490940753289],[-73.44383216341043,41.474265407408886],[-73.44369416335297,41.474047407371124],[-73.44346816326528,41.47380040733068],[-73.4433361632111,41.47360540729719],[-73.44330716318352,41.473294407237766],[-73.44326316316003,41.47313640720858],[-73.44332516315315,41.47267540711704],[-73.44333616315238,41.47260140710231],[-73.44327816312271,41.472415407068134],[-73.44319016308677,41.472288407046385],[-73.44268616289621,41.4718224069726],[-73.44251116282227,41.47152740692113],[-73.44241616277638,41.471269406874185],[-73.44227016271078,41.47095640681827],[-73.44214616264972,41.47059940675306],[-73.44206616261789,41.470498406736105],[-73.4418691625484,41.47040140672379],[-73.4411101622929,41.47023840671726],[-73.44087716222091,41.4702984067366],[-73.44076716218515,41.47029640673985],[-73.44070916216343,41.470246406732066],[-73.44051916209696,41.47016240672205],[-73.44016116196171,41.46983340667002],[-73.44003716189802,41.46943140659607],[-73.43996416186584,41.469285406570165],[-73.43967916173801,41.46867840646174],[-73.43943116163614,41.46831040639851],[-73.43936516160576,41.468156406370795],[-73.43928516157398,41.46805640635403],[-73.43879616138987,41.46761740628498],[-73.43862116132247,41.46743440625524],[-73.43850516127213,41.46721640621676],[-73.43824116116801,41.46689840616376],[-73.43790516102045,41.46623640604634],[-73.43778916097169,41.466045406013095],[-73.43763616090435,41.46574140595913],[-73.43754116086586,41.46560940593664],[-73.43743916082695,41.46550940592059],[-73.43733616079112,41.46546740591587],[-73.4370661607,41.46540540591275],[-73.43698616067554,41.46543040592025],[-73.43681916062687,41.46552340594382],[-73.43670116059354,41.465607405964036],[-73.43664316057678,41.46564240597275],[-73.4363071604758,41.46577740601006],[-73.43616116043626,41.46591040604071],[-73.43590616036104,41.466037406073795],[-73.43562116028062,41.46624140612282],[-73.43551916025848,41.466428406162485],[-73.43549716025925,41.46656340618944],[-73.43550516027341,41.466761406227604],[-73.4355041602842,41.46695140626452],[-73.43535816025359,41.46723740632487],[-73.43523716022227,41.46737240635508],[-73.43503716017061,41.46759740640537],[-73.43484716012942,41.46794640647941],[-73.43477416012335,41.46824740654026],[-73.43475316013128,41.46849940658987],[-73.43476716014395,41.46863840661639],[-73.43478116016642,41.468945406675516],[-73.43492816024812,41.46952840678384],[-73.43505116030515,41.46982240683685],[-73.4351901603603,41.469995406865834],[-73.43525616038994,41.470136406891015],[-73.43537316045767,41.470646406986155],[-73.43543116048967,41.47087240702811],[-73.43548216050912,41.47092240703612],[-73.43565016056974,41.47102840705115],[-73.43591416066985,41.47127740709075],[-73.43595616068575,41.47131640709693],[-73.43597716069378,41.47133740710031],[-73.43616216076454,41.47152240713012],[-73.43622416078826,41.471584407140085],[-73.43634416083415,41.47170440715942],[-73.43651916089631,41.471797407171685],[-73.43671616097633,41.47207440721895],[-73.43694916105704,41.47216340722851],[-73.4373211611942,41.472447407271346],[-73.43780616136948,41.47275740731546],[-73.43789116140019,41.47281140732315],[-73.43800016143743,41.472844407325944],[-73.43825516152972,41.473009407349544],[-73.43850416162643,41.47328340739449],[-73.43854816165256,41.47348640743244],[-73.43853316165477,41.47360740745643],[-73.43849716164388,41.47362040746014],[-73.43845316162826,41.47359740745712],[-73.43838016160747,41.47364640746903],[-73.43836516160599,41.4737044074808],[-73.43840216162174,41.473768407492],[-73.43840916162844,41.47384440750652],[-73.43834316160991,41.47389340751821],[-73.43829216160363,41.474068407553865],[-73.43826816159572,41.47406640755427],[-73.43808816152973,41.4739354075348],[-73.43775916140203,41.4735744074756],[-73.4377011613764,41.47345740745482],[-73.43747516129478,41.47331440743454],[-73.43695716111283,41.47307340740488],[-73.43691316109113,41.472946407381684],[-73.43663516099082,41.4727714073569],[-73.43639516090732,41.47267340734582],[-73.43608016080103,41.47260140734226],[-73.43600016077032,41.47251940732899],[-73.43552616060164,41.47226140729458],[-73.43493516038937,41.471906407245214],[-73.43489116037475,41.47190040724549],[-73.43462116028522,41.471865407247634],[-73.43445316023224,41.47189040725804],[-73.43438816021036,41.47187640725748],[-73.43417616014356,41.47190940727089],[-73.43398616008528,41.47196540728804],[-73.43382516004112,41.47210240731996],[-73.43371616000806,41.47214140733114],[-73.43365015998663,41.472140407333114],[-73.4333801598979,41.47211940733797],[-73.43317515982521,41.47201240732398],[-73.4330341597725,41.47189240730535],[-73.4330081597628,41.47187040730194],[-73.4329791597468,41.47175740728096],[-73.43295615973126,41.471619407254934],[-73.43292015970634,41.471392407212065],[-73.43284015966745,41.4711704071716],[-73.43269415960634,41.47093440713063],[-73.43270015960086,41.470807407105774],[-73.43271415958851,41.470518407049205],[-73.4327161595861,41.470466407039055],[-73.43268715957223,41.47038940702505],[-73.43257015952736,41.47027040700583],[-73.4324021594565,41.46998940695683],[-73.43222015938467,41.469769406920136],[-73.432198159376,41.46974340691582],[-73.4320081593048,41.46957840689007],[-73.43173115919377,41.46921440682856],[-73.43153415911871,41.46902240679781],[-73.43128615902737,41.468834406769496],[-73.43114715897933,41.468783406764196],[-73.43095015891929,41.468848406783344],[-73.43084715889555,41.46901340681875],[-73.43069415884713,41.469033406827705],[-73.43041715876217,41.46911540685279],[-73.4303811587515,41.46913240685727],[-73.43025715871623,41.46921640687766],[-73.4301691586995,41.469418406919786],[-73.43016915869984,41.469424406920965],[-73.43020515872514,41.469657406965],[-73.43005215869067,41.46991640702032],[-73.42992015864334,41.46983840700955],[-73.429717158572,41.46974340699782],[-73.42916215832315,41.4685624067869],[-73.42749715757682,41.46502240615465],[-73.42694315732838,41.463842405943865],[-73.42942715810015,41.46327440575151],[-73.43688216041627,41.46156940517407],[-73.43936716118836,41.461002404981826],[-73.4410661617213,41.46070140486721],[-73.44191116198644,41.46055340481053],[-73.44445616278483,41.46010440463921],[-73.44505216297176,41.45999840459891],[-73.4461611633197,41.459803404524386],[-73.44616616332121,41.45980140452383],[-73.44786716385487,41.45950240440953],[-73.4480801639216,41.4594634043949],[-73.44829316398835,41.459424404380286],[-73.44840816402433,41.45940240437222],[-73.44943516434621,41.45921640430215],[-73.4500341645339,41.45910740426117],[-73.45057716470413,41.45900940422419],[-73.45167216504697,41.45880540414835],[-73.45495716607573,41.45819640392144],[-73.45605316641903,41.457994403845966],[-73.4572351667859,41.45771940375347],[-73.45918616739154,41.45726640360096],[-73.46079016789133,41.45692640348186],[-73.46197816826155,41.45667540339382],[-73.46278316851148,41.45648940333108],[-73.46510716923314,41.45595440315029],[-73.46519816926134,41.455932403143],[-73.46600416951165,41.4557474030804],[-73.46660116970232,41.45570040305153],[-73.46805917016806,41.45558740298134],[-73.46832117025171,41.455566402968586],[-73.46839117027405,41.4555604029651],[-73.4689891704651,41.45551440293637],[-73.4703371708839,41.45520840283235],[-73.4729431716937,41.45461940263171],[-73.4734431718458,41.45445040258234],[-73.47436017212866,41.4542074025048],[-73.47569717254115,41.45385440239201],[-73.47578917258066,41.45402040242119],[-73.47579517258325,41.454031402423134],[-73.47597617266347,41.45440040248877],[-73.47603917269178,41.4545354025129],[-73.47612017272813,41.45470840254381],[-73.47633417282432,41.45516740262585],[-73.47636117283642,41.45522440263603],[-73.47694117308005,41.456177402801835],[-73.47714717316288,41.45645240284841],[-73.47745117328517,41.45685940291737],[-73.47794817348557,41.45753240303158],[-73.47929017402672,41.45935040334008],[-73.47943517408575,41.45955640337526],[-73.47991817428226,41.46024040349206],[-73.48005617433932,41.460451403528445],[-73.4804701745105,41.46108440363762],[-73.4806081745676,41.4612964036742],[-73.48080117465115,41.46165540373752],[-73.48089717469418,41.46185940377392],[-73.48092517470812,41.461942403789116],[-73.4810931747911,41.462430403878265],[-73.48153317500696,41.463682404106734],[-73.48166017506537,41.46397740415979],[-73.48173617510018,41.46415140419105],[-73.48202217521913,41.46460040426874],[-73.48228717531951,41.46484840430809],[-73.48243817537667,41.464989404330474],[-73.48263117544788,41.465137404352795],[-73.48320717565106,41.46542040438865],[-73.48353417576642,41.465581404409065],[-73.48376517584529,41.465650404414795],[-73.48400317592656,41.4657214044207],[-73.48447317608317,41.46579540441949],[-73.4847121761628,41.465833404418944],[-73.48533817637379,41.46597240442519],[-73.48567917649297,41.46612140444281],[-73.48527317638703,41.466558404541075],[-73.48503917632605,41.46681140459794],[-73.48433817614362,41.46757440476925],[-73.484105176083,41.46782840482628],[-73.48388017602382,41.46806240487914],[-73.48363617595975,41.468318404936916],[-73.4832491758493,41.468573404999226],[-73.48310517580633,41.468636405016234],[-73.4828091757181,41.468767405051466],[-73.48275017570052,41.46879340505846],[-73.48253217563416,41.468866405079865],[-73.48239117559133,41.468915405094045],[-73.48195417545462,41.46899840512462],[-73.48166617536006,41.468977405130104],[-73.4815691753283,41.46897140513214],[-73.48137717526353,41.46892740512996],[-73.48119417520066,41.46886640512419],[-73.48087217509018,41.46876140511447],[-73.48063517501129,41.46872540511532],[-73.48057617499164,41.46871640511555],[-73.48044417494923,41.4687224051211],[-73.48022417487854,41.46873240513032],[-73.48016017485804,41.46873640513321],[-73.4795661746691,41.468796405164525],[-73.4793481745998,41.46881940517622],[-73.47840517430197,41.468950405232874],[-73.47749717401521,41.469077405287614],[-73.47707517388486,41.46918640532274],[-73.47654517372627,41.46941040538377],[-73.47609717358989,41.469560405427735],[-73.47565217345075,41.46964640545915],[-73.47552417341073,41.469671405468254],[-73.47501017324883,41.469750405500605],[-73.47471017315179,41.46975340551112],[-73.47432217302627,41.46975640552455],[-73.47429317301656,41.46975140552455],[-73.47410617295441,41.469724405525504],[-73.47385617286668,41.469609405511456],[-73.47345117271858,41.46932140546898],[-73.47322817263574,41.469140405441216],[-73.47311417259341,41.469048405427145],[-73.47298217254338,41.46892440540744],[-73.47292117251989,41.468860405397045],[-73.47254817240012,41.468879405413084],[-73.47215317227865,41.46899040544771],[-73.47202517224022,41.46904240546205],[-73.47180717217486,41.46913240548673],[-73.47178117216703,41.46914240548953],[-73.47171317214774,41.469189405500906],[-73.47166517213417,41.4692234055091],[-73.47163617212742,41.46926840551879],[-73.4715611721102,41.46938940554476],[-73.47149917210574,41.46965640559864],[-73.47148617211629,41.469908405647985],[-73.4714241721045,41.4700504056776],[-73.470634171922,41.47130540594733],[-73.47059317191263,41.4713724059617],[-73.47026417183626,41.47188840607273],[-73.47010617179495,41.47205740611077],[-73.47001617177176,41.47215940613355],[-73.46990017174184,41.47229040616282],[-73.46983117172417,41.47237040618062],[-73.46962717167334,41.47263140623804],[-73.46932417159395,41.47295240631036],[-73.46928817158468,41.47299340631952],[-73.4690861715331,41.4732304063722],[-73.46895317150236,41.47344140641756],[-73.46855717141118,41.4740754065537],[-73.46852317140338,41.47413040656551],[-73.46843117138295,41.47429040659961],[-73.46835417136613,41.47442940662914],[-73.46813617131856,41.474823406712815],[-73.46811917131427,41.47484440671744],[-73.46802417129093,41.47497140674524],[-73.46797917128127,41.47505540676304],[-73.46793517127198,41.475140406780994],[-73.46781917124329,41.475292406814326],[-73.46776217122934,41.47536940683117],[-73.46757317118865,41.475720406905545],[-73.4674701711713,41.47599440696212],[-73.46739617116414,41.476281407020274],[-73.46735417117968,41.476779407118315],[-73.46735317119622,41.47706740717422],[-73.46735317121384,41.47736840723264],[-73.46723717119428,41.47767640729625],[-73.46666017105996,41.478575407489814],[-73.46620617094909,41.47919440762496],[-73.46611317092639,41.479321407652684],[-73.46529617071779,41.480280407865834],[-73.46495317063494,41.48076340797091],[-73.46470817057886,41.48116140805626],[-73.46455217054874,41.48151040812913],[-73.46455017054826,41.48151340812978],[-73.46441417052625,41.48189040820745],[-73.46430417052055,41.48240140831023],[-73.46431417054048,41.48268640836521],[-73.46431317056347,41.483084408442465],[-73.46424517055051,41.48323940847479],[-73.46429317057866,41.483454408514916],[-73.46429617058025,41.483465408516956],[-73.46434417061415,41.4837784085761],[-73.46436817064136,41.48411040863973],[-73.46436917064204,41.48411640864086],[-73.46435517065011,41.484331408683026],[-73.46447117074251,41.485267408860786],[-73.46447017076812,41.485710408946765],[-73.46452117081962,41.48630740906092],[-73.46458017087149,41.48686640916741],[-73.46477417096928,41.48746240927661],[-73.46510417111189,41.488071409383835],[-73.46540817124323,41.48863140948241],[-73.46578617140607,41.48932040960357],[-73.4659471714754,41.489613409655064],[-73.4666971718084,41.491148409928],[-73.46683517187479,41.49151840999522],[-73.46721417203608,41.49217441010991],[-73.4685421725782,41.49408141043583],[-73.46876417267521,41.49450941051149],[-73.46890217273717,41.494803410563954],[-73.46899717278514,41.49509641061762],[-73.46903017280619,41.495273410650874],[-73.46930617294682,41.496146410811065],[-73.46956517308186,41.49701841097161],[-73.4698061732271,41.49816341118571],[-73.46984517325059,41.498348411220306],[-73.46986717326817,41.49852641125408],[-73.46996117334331,41.499288411398766],[-73.4700421734131,41.50003141154018],[-73.47009317347337,41.50077741168317],[-73.47006017348056,41.50108241174341],[-73.46988617344591,41.50145341182113],[-73.46954717336432,41.501935411925835],[-73.46937517332294,41.50218041197907],[-73.46923517329259,41.50243641203333],[-73.46909817326312,41.50269141208732],[-73.46901417325209,41.50296741214364],[-73.46897917325353,41.50318541218708],[-73.46897117325534,41.5032604122019],[-73.46895217326137,41.50346841224285],[-73.46895517326622,41.503534412255554],[-73.46894217326272,41.50354641225833],[-73.46901217329638,41.503733412292256],[-73.46922417339799,41.50429441239402],[-73.469295173432,41.50448241242812],[-73.46940917348256,41.50471441246935],[-73.46951617352997,41.50493141250788],[-73.4697741736411,41.50540041259027],[-73.46989917369498,41.505628412630344],[-73.46990217369643,41.50563641263178],[-73.46991117370075,41.50566041263614],[-73.46991517370257,41.50566941263775],[-73.46995117372117,41.505787412659444],[-73.46996017372584,41.50581741266497],[-73.47003917377093,41.506149412726735],[-73.47006817378741,41.506270412749224],[-73.47009117380054,41.50636741276728],[-73.4701601738401,41.5066604128218],[-73.47018417385362,41.50675841284002],[-73.47021217387032,41.50688841286429],[-73.47029217391744,41.50724941293165],[-73.47030017392179,41.5072794129372],[-73.47033817394168,41.50740841296096],[-73.47038517396783,41.50759441299546],[-73.47045217399616,41.50770741301514],[-73.47088917418093,41.5084424131432],[-73.47095117420687,41.50854241316051],[-73.47112317427874,41.50881741320814],[-73.47136217437692,41.509170413268656],[-73.4714961744319,41.509367413302414],[-73.47151617444555,41.50948941332541],[-73.47151717445121,41.50958041334302],[-73.47134717441584,41.509916413413805],[-73.47107617434912,41.5102764134926],[-73.47084617429269,41.51058541356013],[-73.47082217428692,41.51061941356751],[-73.47084617429545,41.51063241356924],[-73.47091817432126,41.510674413575],[-73.47094317433017,41.51068841357688],[-73.47116217438762,41.51045741352483],[-73.47134517443226,41.51020741347029],[-73.47143217445574,41.5101274134519],[-73.47181917459474,41.51035841348386],[-73.4719361746322,41.510350413478434],[-73.4721401746932,41.5102634134548],[-73.4723081747409,41.510148413426926],[-73.47241017477538,41.510172413428194],[-73.4726081748442,41.51025141343694],[-73.47297317498285,41.51059841349215],[-73.47339717513353,41.510824413521895],[-73.47373317525593,41.51105441355536],[-73.47417117542095,41.51144741361702],[-73.47426617546078,41.51160141364374],[-73.4743981755211,41.51190041369732],[-73.47464717561496,41.51212441373251],[-73.47531617585561,41.51253041378904],[-73.47540617588801,41.51258541379672],[-73.47566217597412,41.5126384137985],[-73.47572117599276,41.51263041379499],[-73.4760201760798,41.512462413752516],[-73.4764801762171,41.51226141369829],[-73.47690317634422,41.51209141365131],[-73.47732717646245,41.511764413573836],[-73.47753917651703,41.51152341352008],[-73.47780117659397,41.51138741348504],[-73.47813717668966,41.51116241343028],[-73.47846617679177,41.511085413404444],[-73.47895517694803,41.51104741338085],[-73.47908717698905,41.51101741337066],[-73.4791671770124,41.51097341335948],[-73.4792691770397,41.51087541333708],[-73.47934217705073,41.510660413292996],[-73.47964117715846,41.51084441331874],[-73.4802341773733,41.511230413373916],[-73.48031317740347,41.5113084133864],[-73.48035017742022,41.5113894134009],[-73.48043117747008,41.511791413476146],[-73.48058517754734,41.512257413561386],[-73.48062917758462,41.51264941363593],[-73.48071617762085,41.5127864136596],[-73.4807751776556,41.51305241370921],[-73.48111117778011,41.51331841374963],[-73.48117717780761,41.51342241376761],[-73.48147017795146,41.51425541391938],[-73.48156517799372,41.51445041395402],[-73.4819891781669,41.51505941405803],[-73.48225217828619,41.51563941416174],[-73.4824571783713,41.5159574142166],[-73.48277117849129,41.516267414266274],[-73.48298317857495,41.51652241430867],[-73.48299117859025,41.51673841435028],[-73.48307217864094,41.51715441442824],[-73.48315917868058,41.51734941446314],[-73.48354617883803,41.517894414555954],[-73.48360517887569,41.518210414615254],[-73.48366417890462,41.51837741464567],[-73.48377417894916,41.51852841467127],[-73.48386117898768,41.51870441470251],[-73.48386217899487,41.51882141472516],[-73.48387617901504,41.51908741477624],[-73.48402217907041,41.51922441479797],[-73.48470217931201,41.51958541484537],[-73.48486317937142,41.51970841486389],[-73.48492917939687,41.51977741487506],[-73.48493617940201,41.51982641488434],[-73.4849281794063,41.51994341490727],[-73.48483417938981,41.520181414956525],[-73.48469517935445,41.52034641499311],[-73.48470317936045,41.520404415004094],[-73.4847611793886,41.52056341503299],[-73.4848091794152,41.52075141506783],[-73.48485717944173,41.520938415102485],[-73.48489317948359,41.52145241520093],[-73.48494417950752,41.52157841522365],[-73.48500317955236,41.5220164153066],[-73.48500417958049,41.522489415398226],[-73.48508417962817,41.52285941546727],[-73.48534717973953,41.52330441554481],[-73.48534117974711,41.52346641557641],[-73.4853701797682,41.52366541561401],[-73.48543517979567,41.523774415632985],[-73.48545817982036,41.52406741568901],[-73.48550117985809,41.52447241576608],[-73.48546517985065,41.52454441578122],[-73.4854661798613,41.524720415815295],[-73.48551617988575,41.52486041584077],[-73.48564117993432,41.52499741586318],[-73.48579517999227,41.525134415884615],[-73.48610918012707,41.52569641598311],[-73.48638718023223,41.5259524160235],[-73.48641618024932,41.526083416047925],[-73.48639418025171,41.52624541608004],[-73.48632418023456,41.5263394161006],[-73.4862991802285,41.5263744161082],[-73.48617618021214,41.5267744161898],[-73.486139180221,41.52712941625983],[-73.4860521802028,41.52729941629567],[-73.48598618019481,41.52752741634203],[-73.48597918019418,41.527555416347695],[-73.48595718020502,41.52786141640774],[-73.48593718020312,41.5279394164235],[-73.48530818000441,41.528027416461434],[-73.48486417986419,41.528090416488375],[-73.48379217952554,41.52824041655301],[-73.48342117940827,41.52829141657521],[-73.48329317936789,41.52831041658314],[-73.48279317920993,41.5283804166133],[-73.4826481791644,41.52840541662296],[-73.48221317902785,41.52848141665211],[-73.48206917898271,41.52850741666194],[-73.4818971789279,41.52852341667074],[-73.48138217876384,41.52857241669732],[-73.48121117870942,41.528589416706296],[-73.48101817864955,41.52863541672161],[-73.4804421784712,41.52877741676823],[-73.48025017841177,41.528825416783924],[-73.48006917835733,41.52889741680387],[-73.47952917819515,41.529116416864234],[-73.47934917814109,41.529189416884336],[-73.4792141780991,41.52921941689463],[-73.47880917797333,41.529313416926286],[-73.47867517793172,41.52934441693674],[-73.4786541779251,41.52934741693802],[-73.4785911779053,41.52935841694223],[-73.47857117789906,41.52936241694367],[-73.47838317783953,41.52938641695457],[-73.47782217766203,41.52946041698752],[-73.47763517760288,41.52948541699856],[-73.47743517753811,41.529486417005394],[-73.47683917734516,41.52949041702595],[-73.47664017728074,41.52949241703293],[-73.47642117720999,41.52949641704098],[-73.47576717699883,41.52951041706538],[-73.47555017692878,41.52951541707353],[-73.47540917688312,41.529516417078426],[-73.47499017674747,41.52951941709291],[-73.4748501767022,41.529521417097925],[-73.47467517664852,41.52957341711381],[-73.47415217648822,41.52973041716158],[-73.47397817643494,41.529783417177626],[-73.4739001764106,41.529799417183305],[-73.47371017635135,41.52983941719736],[-73.47367317634053,41.52985941720248],[-73.47360417632045,41.529898417212316],[-73.47349817629008,41.52996641722901],[-73.47317317619024,41.53006041725801],[-73.47183817578039,41.530450417377864],[-73.47139317564375,41.53058041741783],[-73.47094317550612,41.53072041745987],[-73.47000417521888,41.53101241754759],[-73.46959317509315,41.531140417586016],[-73.46914317495549,41.531280417628096],[-73.46888217487835,41.531407417661356],[-73.46810117464773,41.53179141776166],[-73.46800217461852,41.53184041777444],[-73.46784117457095,41.531919417795095],[-73.46747917445917,41.53201441782551],[-73.46639617412488,41.532300417916844],[-73.4660351740135,41.5323964179474],[-73.46516817373607,41.53245841798818],[-73.4635841732322,41.532622418072485],[-73.46209817275921,41.532771418150624],[-73.46208017275673,41.53282841816226],[-73.46205917275397,41.53289741817633],[-73.4619701727288,41.5329604181915],[-73.46192117271504,41.53299641820009],[-73.45516617061088,41.53445741870713],[-73.45391417021631,41.53465041878603],[-73.45103816930802,41.535061418960986],[-73.45056516915702,41.53510141898441]]]},"properties":{"name":2203,"geoid":"09001220300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.14812205205843,41.20412536444582],[-73.14860405226497,41.20501436460416],[-73.14915005249334,41.20592236476413],[-73.14900805244908,41.205952364774596],[-73.1485620523143,41.20612136482212],[-73.14820005220375,41.206238364856745],[-73.14858205236304,41.206865364967044],[-73.14896905252556,41.207520365082665],[-73.14851805238821,41.20767236512702],[-73.14807305225142,41.20780036516649],[-73.14825905232993,41.20812236522345],[-73.14845105240977,41.20843336527808],[-73.14861205247765,41.20871036532705],[-73.14872305252248,41.208867365354166],[-73.14876905254324,41.20897036537283],[-73.14876205254734,41.20908236539497],[-73.14872705253947,41.20914336540803],[-73.14864305251386,41.209171365416246],[-73.14857105249312,41.20921636542739],[-73.1484820524659,41.209244365435744],[-73.14847205246289,41.209248365436856],[-73.14819205238271,41.20943236548193],[-73.14802305233282,41.20951736550403],[-73.14786505228633,41.2095993655252],[-73.14781805226912,41.209564365519874],[-73.14780905226587,41.20955836551901],[-73.14767305221683,41.20947036550618],[-73.14762505219954,41.20943936550166],[-73.14751305217025,41.20956236552937],[-73.1473580521298,41.20973336556786],[-73.14711605205811,41.209850365598584],[-73.146967052014,41.2099233656177],[-73.14649705183885,41.2095183655537],[-73.1463310517797,41.2094233655405],[-73.14616805172338,41.209361365533645],[-73.145876051625,41.2092933655298],[-73.14580705161573,41.20952336557704],[-73.14570505159459,41.209732365621235],[-73.14566605158429,41.209773365630525],[-73.14553805155046,41.20990736566088],[-73.14537605150882,41.21009736570331],[-73.14523905147196,41.21022936573356],[-73.14502005141607,41.21049336579232],[-73.14501805141826,41.21054336580217],[-73.14528805152142,41.21082036584761],[-73.145610051643,41.21112536589685],[-73.14582605172345,41.21131036592604],[-73.14604605180492,41.21149036595411],[-73.14598405178728,41.21153336596454],[-73.14583405174379,41.21162236598682],[-73.14561105167913,41.211755366020064],[-73.14518905155661,41.212003366082264],[-73.14497505149454,41.21213036611405],[-73.14492505147554,41.21208036610588],[-73.14485405144923,41.21202236609684],[-73.1447630514167,41.21196836608924],[-73.14451005132456,41.21178836606221],[-73.14426105123225,41.21158236602998],[-73.14415805119485,41.21151136601944],[-73.14406005115471,41.211363365993655],[-73.14386205106867,41.210977365924556],[-73.1438120510452,41.210849365901126],[-73.1437120509985,41.21059736585507],[-73.14368005097866,41.210430365823434],[-73.14365005096091,41.21028936579682],[-73.14356105090819,41.20986836571735],[-73.14353205089084,41.209728365690886],[-73.14267305062029,41.20986136574474],[-73.14138105021348,41.21006336582613],[-73.14009504980791,41.210253365905],[-73.13976504970387,41.210302365925266],[-73.13935304957332,41.210352365948395],[-73.13923304953413,41.21034636595112],[-73.1392240495253,41.21024236593106],[-73.1391980494992,41.209931365871064],[-73.13919004949078,41.20982836585116],[-73.13858804930007,41.20990236588514],[-73.13801404911825,41.209973365917634],[-73.13678704873061,41.21014236599046],[-73.13618804854143,41.210226366026305],[-73.13621204855586,41.21034336604841],[-73.13621504856171,41.210429366065135],[-73.1361740485523,41.21049736607978],[-73.13615504854637,41.21050136608118],[-73.13598204849305,41.210548366095985],[-73.13525404826147,41.210621366133836],[-73.13495204816547,41.21065236614968],[-73.13492804814156,41.21036836609491],[-73.13488904811258,41.21008036603982],[-73.13367404772204,41.21013036608896],[-73.13327404759345,41.21014636610506],[-73.13177304710928,41.21017836615993],[-73.13176004708194,41.20977136608072],[-73.1316900470269,41.20920136597148],[-73.13162604697938,41.2087293658812],[-73.13158604694377,41.2083303658044],[-73.1315980469376,41.20815336576938],[-73.13165804693088,41.20769336567744],[-73.1317090469197,41.207205365580315],[-73.1318030469412,41.20704836554654],[-73.13187104695561,41.20691436551812],[-73.13194304697126,41.20677936548936],[-73.1319730469704,41.206593365451994],[-73.1319950469727,41.20650836543466],[-73.13201604696945,41.20633136539933],[-73.13197104693002,41.20589336531509],[-73.13187504685304,41.2050853651601],[-73.13184104683211,41.20491036512695],[-73.13178304679629,41.20461036507013],[-73.13172804676587,41.20438836502847],[-73.13168604674249,41.204216364996164],[-73.13167604673586,41.20415636498475],[-73.13166204672633,41.20406836496799],[-73.13163104671136,41.203981364951964],[-73.13161104670164,41.20392436494147],[-73.13156904667976,41.20377836491424],[-73.13144604661507,41.20334036483251],[-73.13140504659357,41.203195364805474],[-73.13136304656963,41.203013364771216],[-73.13130504653626,41.2027563647228],[-73.1312320464965,41.20247236466959],[-73.13118704647171,41.202292364635824],[-73.13117904645372,41.20202136458304],[-73.13117904645294,41.202007364580304],[-73.13117904643823,41.20174836452962],[-73.13120404642487,41.20137036445483],[-73.13126004643114,41.20116136441212],[-73.13133504643987,41.20088736435607],[-73.1313460464403,41.20083236434495],[-73.13137904644161,41.2006673643116],[-73.13139004644205,41.20061236430047],[-73.13142304644305,41.200441364265934],[-73.13143804644385,41.200370364251555],[-73.13153104644904,41.19993136416263],[-73.13156804645136,41.19976136412816],[-73.13158404644831,41.19961636409926],[-73.13160104644565,41.199472364070544],[-73.13166604645068,41.19919036401323],[-73.13170004645367,41.19904936398454],[-73.13216004660006,41.19900436396084],[-73.13244504668907,41.19894736394045],[-73.13269604676779,41.19890236392352],[-73.1329480468442,41.19881136389753],[-73.13347504700499,41.19863836384662],[-73.1342050472218,41.19829436375564],[-73.13433504725991,41.19822436373773],[-73.13450004730917,41.1981513637181],[-73.13450204730982,41.19815136371804],[-73.13467904736548,41.19812236370664],[-73.13614204780312,41.19748836353517],[-73.13765204825532,41.19684336336003],[-73.13980704889498,41.195822363090386],[-73.14043704908377,41.19555536301773],[-73.14084104920472,41.19538236297079],[-73.14113504929207,41.19524436293425],[-73.14126404933054,41.19518636291872],[-73.14166604948618,41.19563536299356],[-73.14209804964759,41.19601536305395],[-73.14227204971556,41.19622036308842],[-73.14244204978445,41.19646436313068],[-73.14259004984378,41.196665363165216],[-73.1425950498457,41.196670363166035],[-73.14265304986905,41.19675136318001],[-73.14282704993862,41.19698436321998],[-73.14286704995362,41.197020363225725],[-73.14329205012906,41.1976873633425],[-73.14356905024448,41.19814036342218],[-73.14383905035375,41.19852536348878],[-73.14402905043353,41.198847363545646],[-73.1441090504675,41.198989363570824],[-73.14424205052617,41.19926436362034],[-73.1443520505732,41.19946536365612],[-73.14454705065575,41.199807363716715],[-73.14472605073053,41.20010336376884],[-73.1448170507677,41.200239363792505],[-73.14497105083052,41.20046736383213],[-73.14507805087594,41.20065736386585],[-73.14516005091066,41.20080136389138],[-73.14534005098103,41.20101436392723],[-73.14534905098458,41.201025363929084],[-73.14546305103109,41.20119436395847],[-73.14566605111112,41.2014463640012],[-73.1457970511645,41.20163936403472],[-73.14584005118108,41.20168636404253],[-73.14603005125436,41.20189336407688],[-73.14629705135538,41.20215036411851],[-73.14672005151544,41.20255736418444],[-73.14708105165397,41.202938364247295],[-73.14733705175212,41.20320736429164],[-73.14747305180462,41.20335636431639],[-73.1478040519324,41.20371936437668],[-73.14787205195971,41.20381236439268],[-73.14795605199332,41.203925364412065],[-73.14799605200898,41.20397336442018],[-73.14812205205843,41.20412536444582]]]},"properties":{"name":809,"geoid":"09001080900"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.15382605538022,41.23006036933392],[-73.15362905530179,41.22980336929005],[-73.15356605527612,41.22971036927391],[-73.15343205522144,41.22951236923954],[-73.15326605514959,41.229194369182736],[-73.15304805504049,41.22851736905743],[-73.15304705503988,41.228512369056496],[-73.15290505497077,41.22810636898171],[-73.15280105492236,41.22784736893443],[-73.15268705486724,41.22752736887555],[-73.15258805481794,41.22722436881951],[-73.15246605475687,41.22684536874934],[-73.15246505475655,41.22684536874937],[-73.15243505474365,41.2267893687394],[-73.15203205456662,41.2259713685925],[-73.15193105452252,41.22577136855667],[-73.15171305442732,41.22533836847906],[-73.15165905440355,41.225228368459305],[-73.15158205436968,41.2250713684311],[-73.1514930543312,41.22490136840074],[-73.15143705430692,41.22479336838143],[-73.15131205425195,41.22453836833562],[-73.15112305416879,41.224152368266246],[-73.15093005408494,41.22377736819917],[-73.15080105402886,41.22352536815408],[-73.15068905398081,41.22331836811722],[-73.15035405383702,41.22269736800662],[-73.15024305378935,41.222491367969944],[-73.1501690537572,41.222347367944174],[-73.15006705371286,41.22214836790856],[-73.14994305365968,41.221919367867805],[-73.14986705362706,41.22177836784269],[-73.14972005355982,41.22143336777997],[-73.14970405355244,41.221394367772874],[-73.14952405347283,41.22101936770535],[-73.1493320533936,41.22071936765292],[-73.14915705332247,41.2204653676089],[-73.14913005331148,41.220425367601955],[-73.14893505323354,41.220165367557435],[-73.14883305319347,41.220041367536474],[-73.14870105314147,41.219878367508876],[-73.14852705307334,41.21967136747403],[-73.14847405305261,41.21960836746344],[-73.14842805303424,41.21954736745298],[-73.14834605300096,41.21942936743257],[-73.14785905279518,41.21858336728288],[-73.14734905258445,41.21778136714255],[-73.1471410524976,41.2174383670822],[-73.14694705241769,41.2171373670296],[-73.1468880523905,41.21699536700373],[-73.14680205235271,41.2168203669723],[-73.14667305229354,41.21651436691662],[-73.14641605217007,41.21580636678646],[-73.14632805213004,41.21560336674961],[-73.1462800521088,41.215503366731596],[-73.14621805208145,41.21537536670856],[-73.14614905204918,41.21520036667657],[-73.146123052037,41.2151343666645],[-73.14612005203382,41.21509536665697],[-73.14606405200823,41.21496436663316],[-73.14606405200817,41.21496336663296],[-73.14595905195087,41.21455336655616],[-73.14592505193207,41.214416366530465],[-73.14587005190228,41.214205366490965],[-73.14570505181294,41.21357336637268],[-73.1456510517835,41.213363366333354],[-73.14562105176822,41.213265366315156],[-73.14553105172237,41.212971366260554],[-73.14550105170714,41.212874366242545],[-73.14545905168762,41.212770366223566],[-73.14542605167331,41.2127063662121],[-73.14539705166061,41.21264836620171],[-73.14528205161326,41.21247036617061],[-73.14520305158202,41.212370366153614],[-73.14509805154209,41.21226636613665],[-73.14506005152771,41.21222936613066],[-73.14497505149454,41.21213036611405],[-73.14518905155661,41.212003366082264],[-73.14561105167913,41.211755366020064],[-73.14583405174379,41.21162236598682],[-73.14598405178728,41.21153336596454],[-73.14604605180492,41.21149036595411],[-73.14582605172345,41.21131036592604],[-73.145610051643,41.21112536589685],[-73.14528805152142,41.21082036584761],[-73.14501805141826,41.21054336580217],[-73.14502005141607,41.21049336579232],[-73.14523905147196,41.21022936573356],[-73.14537605150882,41.21009736570331],[-73.14553805155046,41.20990736566088],[-73.14566605158429,41.209773365630525],[-73.14570505159459,41.209732365621235],[-73.14580705161573,41.20952336557704],[-73.145876051625,41.2092933655298],[-73.14616805172338,41.209361365533645],[-73.1463310517797,41.2094233655405],[-73.14649705183885,41.2095183655537],[-73.146967052014,41.2099233656177],[-73.14711605205811,41.209850365598584],[-73.1473580521298,41.20973336556786],[-73.14751305217025,41.20956236552937],[-73.14762505219954,41.20943936550166],[-73.14767305221683,41.20947036550618],[-73.14780905226587,41.20955836551901],[-73.14781805226912,41.209564365519874],[-73.14786505228633,41.2095993655252],[-73.14802305233282,41.20951736550403],[-73.14819205238271,41.20943236548193],[-73.14847205246289,41.209248365436856],[-73.1484820524659,41.209244365435744],[-73.14857105249312,41.20921636542739],[-73.14864305251386,41.209171365416246],[-73.14872705253947,41.20914336540803],[-73.14876205254734,41.20908236539497],[-73.14876905254324,41.20897036537283],[-73.14872305252248,41.208867365354166],[-73.14861205247765,41.20871036532705],[-73.14845105240977,41.20843336527808],[-73.14825905232993,41.20812236522345],[-73.14807305225142,41.20780036516649],[-73.14851805238821,41.20767236512702],[-73.14896905252556,41.207520365082665],[-73.14858205236304,41.206865364967044],[-73.14820005220375,41.206238364856745],[-73.1485620523143,41.20612136482212],[-73.14900805244908,41.205952364774596],[-73.14915005249334,41.20592236476413],[-73.14860405226497,41.20501436460416],[-73.14812205205843,41.20412536444582],[-73.14838605213883,41.20403636441985],[-73.14863605221306,41.20391836438867],[-73.14889305229121,41.20382936436291],[-73.14938205244158,41.203690364319876],[-73.14951205248147,41.20365136430802],[-73.14967005253007,41.203606364294096],[-73.14990705260321,41.20354336427408],[-73.15003905264396,41.20350836426297],[-73.15020505269601,41.203478364251716],[-73.15033305273617,41.20345636424326],[-73.15070905285732,41.20344636422912],[-73.1508780529118,41.20344236422286],[-73.15106005297079,41.203443364217144],[-73.15133405305966,41.20344636420885],[-73.15160605314715,41.20343636419807],[-73.15178805320572,41.203430364191],[-73.1519430532565,41.20344136418814],[-73.1519940532728,41.203437364185696],[-73.15232605337918,41.20341836417121],[-73.15261105346937,41.20338136415473],[-73.15281605353425,41.203355364143015],[-73.15308205362048,41.203357364134774],[-73.15351005375926,41.203361364121676],[-73.15371505382664,41.20337936411854],[-73.15387605388104,41.20341936412115],[-73.15388405388373,41.2034213641213],[-73.1541250539671,41.20351536413187],[-73.15436305404937,41.20360736414215],[-73.15470305416694,41.20373936415696],[-73.15508705429814,41.20386036416818],[-73.15533205438183,41.2039373641753],[-73.15536405439127,41.20392136417114],[-73.15542405440985,41.203906364166244],[-73.15547905442584,41.2038743641582],[-73.15550605443462,41.20387536415754],[-73.15550405443074,41.20381836414644],[-73.15549605440253,41.20336736405846],[-73.1554690543778,41.20308636400435],[-73.15546305437228,41.20302336399222],[-73.15547505436594,41.20284336395661],[-73.1555230543722,41.202680363923164],[-73.15566705439103,41.20219136382281],[-73.1557150543973,41.20202836378935],[-73.15575705440504,41.20192536376785],[-73.15580905441466,41.2017983637413],[-73.15589005443071,41.20161936370365],[-73.15593705444019,41.20151836368237],[-73.15602505446232,41.20140636365759],[-73.15607705447543,41.201341363643195],[-73.15628305452637,41.20106436358231],[-73.15636905454775,41.20095036355721],[-73.15638905455052,41.20088536354384],[-73.1563960545515,41.20086236353911],[-73.1564120545541,41.20081736352979],[-73.15644305455515,41.20065936349786],[-73.15645005455356,41.200591363484335],[-73.15646105455197,41.20050036346616],[-73.15652105458018,41.20065536349456],[-73.15670105466499,41.20112236358009],[-73.15673105467914,41.20120036359439],[-73.15676105469328,41.20127836360868],[-73.15704005483732,41.20222336378454],[-73.15787705526944,41.20505836431214],[-73.1579890553273,41.20543836438286],[-73.15815605541354,41.20600436448817],[-73.15892705576911,41.20786836482787],[-73.15904205582933,41.208272364903166],[-73.16001505633832,41.21168336553892],[-73.16037905651947,41.212796365744836],[-73.160979056818,41.21462936608395],[-73.16108905687267,41.21496436614591],[-73.16118605692108,41.21526336620125],[-73.16194505729864,41.217580366629825],[-73.16212105738579,41.21811036672779],[-73.16233305749067,41.2187473668455],[-73.16265105764798,41.21970236702196],[-73.16282805773551,41.22023336712007],[-73.16278905772977,41.220354367145006],[-73.16273205772173,41.22053736718266],[-73.1626930577197,41.2207233672203],[-73.16266705771838,41.22084836724557],[-73.16256605769593,41.22102836728406],[-73.16247805767699,41.22119636731976],[-73.16247005767532,41.22121236732316],[-73.16226805762551,41.22148636738331],[-73.16212105758794,41.2216623674225],[-73.16201405756388,41.22184836746235],[-73.16190105754637,41.22218336753152],[-73.16189305754564,41.22221636753824],[-73.16180405753886,41.22260336761682],[-73.16174405752957,41.22278136765356],[-73.16156305750154,41.22331836776447],[-73.16150405749266,41.2234983678016],[-73.16147305749,41.223627367827824],[-73.16142605748637,41.22383136786924],[-73.16136305747605,41.2240083679059],[-73.16132005746907,41.22413036793117],[-73.1613180574686,41.224133367931806],[-73.16130905746665,41.22415036793542],[-73.16128105746054,41.2242023679465],[-73.16127305745898,41.22422036795028],[-73.16115105743275,41.2244533679998],[-73.16108805741925,41.2245743680255],[-73.16072105732871,41.22507136813462],[-73.16069805732279,41.22509836814065],[-73.16063005730557,41.225182368159274],[-73.16055105728762,41.22531636818805],[-73.1604770572665,41.22536636820023],[-73.16042905725398,41.22541936821215],[-73.16041405725014,41.22543736821614],[-73.16036305723796,41.22551336823266],[-73.16030705722358,41.225579368247395],[-73.16015905718089,41.22567136827019],[-73.16005005714648,41.225686368276655],[-73.15989105709635,41.22571036828651],[-73.15984005708023,41.22571736828953],[-73.15973005704468,41.22571836829329],[-73.15950005697049,41.225723368301736],[-73.15929505690775,41.225787368320894],[-73.15926505689924,41.225808368325985],[-73.15913405686213,41.22590136834842],[-73.15909905685244,41.22593036835523],[-73.15908505684858,41.22594236835803],[-73.15903905683733,41.22600636837204],[-73.1590280568359,41.22604336837963],[-73.1590160568345,41.22608736838862],[-73.1589950568306,41.226138368399276],[-73.15893105681876,41.22629436843185],[-73.15891105681526,41.22634636844268],[-73.15882005679666,41.22653736848299],[-73.15874105678235,41.22673536852426],[-73.15872005677657,41.22675336852847],[-73.1586620567607,41.22680436854032],[-73.1584170566894,41.22694536857585],[-73.15816205661457,41.22708136861071],[-73.15801505657787,41.22727236865284],[-73.15790105656474,41.22769036873827],[-73.157890056563,41.227722368744885],[-73.15774605654079,41.22815136883344],[-73.15772505653668,41.228198368843316],[-73.1576670565254,41.22833036887101],[-73.15766105652396,41.22833936887296],[-73.15763905651924,41.22838136888189],[-73.15763705651882,41.228385368882726],[-73.15758205650857,41.228518368910535],[-73.15755505650262,41.22856736892099],[-73.15755005650159,41.2285773689231],[-73.15747405648092,41.22864636893907],[-73.1574320564689,41.22867436894592],[-73.15738505645596,41.228714368955245],[-73.15726205641994,41.228781368972335],[-73.15723105641067,41.2287943689759],[-73.15715805638906,41.2288303689853],[-73.15704505635486,41.22887236899719],[-73.15701605634612,41.22888336900027],[-73.15686005629937,41.22894936901824],[-73.15646805617948,41.22907336905519],[-73.15599505603498,41.22922536910027],[-73.15528905581783,41.229426369162475],[-73.15511605576465,41.229476369177874],[-73.15490005569927,41.229556369200516],[-73.15467605563137,41.229637369223624],[-73.15439805554716,41.22973936925259],[-73.15429805551767,41.2297903692658],[-73.15402605543774,41.22993336930261],[-73.15389605539957,41.23000236932031],[-73.15382605538022,41.23006036933392]]]},"properties":{"name":810,"geoid":"09001081000"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.14270805237625,41.24053437174243],[-73.14241605227173,41.24035937171769],[-73.14210705215869,41.24013137168314],[-73.14193405209373,41.23997437165804],[-73.1418130520459,41.23982237163226],[-73.14162205196435,41.2394763715708],[-73.14145005188969,41.23914337151128],[-73.14144605188811,41.239138371510435],[-73.14136205185481,41.239031371492246],[-73.14123205180667,41.23892537147574],[-73.1411850517885,41.238873371467086],[-73.14105905173967,41.23873237144361],[-73.14091705168292,41.23854337141126],[-73.14053205152804,41.23801237131995],[-73.14043105148617,41.23785137129174],[-73.1401560513719,41.23740837121404],[-73.14014105136454,41.23736437120593],[-73.14013105135942,41.237331371199794],[-73.14005805132805,41.237195371175574],[-73.1399670512913,41.23706737115349],[-73.13975305120492,41.236767371101784],[-73.13970905118549,41.236676371085416],[-73.13964205115583,41.23653637106022],[-73.13957105112327,41.23636837102967],[-73.13953705110725,41.23628037101357],[-73.1395120510953,41.236212371001095],[-73.13941105104261,41.23586137093574],[-73.13935205100161,41.235476370862365],[-73.13934505099665,41.235429370853396],[-73.13934805098467,41.235201370808724],[-73.13935005097683,41.23505237077953],[-73.13932505094996,41.234722370715815],[-73.13932405094,41.234553370682804],[-73.13932505093358,41.2344343706595],[-73.1393150509251,41.23434237064183],[-73.13932205092064,41.234224370618534],[-73.13933605091351,41.23401937057801],[-73.13934105090665,41.2338703705487],[-73.13934605090157,41.233752370525465],[-73.13931205087343,41.233451370467705],[-73.13929505085865,41.233288370436405],[-73.13924105082978,41.23308837039904],[-73.13917505079611,41.23287237035893],[-73.13909405075937,41.232687370325394],[-73.1390590507421,41.23258337030618],[-73.13902905072716,41.23249137028917],[-73.13895805069319,41.23229837025374],[-73.13890305066784,41.232165370229524],[-73.13881105062539,41.23194337018909],[-73.13874805059476,41.23176337015593],[-73.13870105057187,41.231628370131055],[-73.13864705054658,41.23149137010601],[-73.13864405054538,41.231487370105334],[-73.13854905050427,41.23130537007282],[-73.13843005045709,41.23115337004696],[-73.13838905044159,41.23111437004065],[-73.13828005040031,41.23100937002365],[-73.13806605031532,41.23073336997663],[-73.1378880502446,41.230503369937416],[-73.13775005018337,41.23021236988499],[-73.13769305015222,41.229989369843224],[-73.13761805011713,41.229799369808504],[-73.13755005008515,41.22962436977649],[-73.13752005006651,41.22946736974675],[-73.13749705005588,41.229411369736546],[-73.13744105002984,41.229272369711175],[-73.13743105002489,41.22924236970564],[-73.13741405001613,41.22918536969505],[-73.13739505000522,41.229101369679235],[-73.1373550499819,41.228919369644935],[-73.13733504997161,41.228852369632484],[-73.1373120499595,41.22877036961719],[-73.13729804995128,41.228705369604945],[-73.13727904993972,41.228610369586974],[-73.13724504992338,41.22851636956969],[-73.13722404991309,41.22845536955844],[-73.13720504990273,41.22838136954459],[-73.13717804988768,41.22827036952377],[-73.13714304987026,41.228163369503974],[-73.13712004985877,41.22809236949084],[-73.13705704982553,41.22786636944866],[-73.13695804977316,41.22750936938207],[-73.13685304972117,41.22719336932368],[-73.1367890496895,41.22700036928799],[-73.1367740496831,41.226973369283215],[-73.13673204966335,41.226865369263436],[-73.1366960496467,41.2267773692474],[-73.13665904962954,41.22668636923081],[-73.13652104956904,41.226408369180916],[-73.13641104952336,41.226231369149865],[-73.1364030495202,41.226221369148156],[-73.13627104946819,41.226058369120565],[-73.1362530494607,41.22602936911547],[-73.13622404944866,41.22598236910723],[-73.13619604943747,41.225945369100884],[-73.13617604942945,41.22591836909626],[-73.13599804935734,41.22566336905215],[-73.13591504932512,41.225569369036464],[-73.13576604926736,41.22540236900865],[-73.13551804916546,41.225022368942355],[-73.13523104904625,41.2245603688613],[-73.13519804903108,41.2244813688469],[-73.13503304895474,41.224078368773434],[-73.1349860489256,41.22383336872705],[-73.13497504891863,41.22377336871567],[-73.1348970488546,41.2230913685848],[-73.13487904883944,41.222927368553314],[-73.13488404883634,41.2228443685369],[-73.13485904881908,41.22268336850623],[-73.1347840487674,41.22220136841438],[-73.13476004875055,41.22204136838388],[-73.134745048738,41.221906368357956],[-73.13470004870041,41.221501368280194],[-73.13468604868825,41.22136736825443],[-73.13468104867873,41.2212283682274],[-73.13466904865113,41.22081136814624],[-73.134665048642,41.220673368119364],[-73.13467404862901,41.22039336806431],[-73.13470004859468,41.21964136791637],[-73.13468504858498,41.21955636790023],[-73.13463704855381,41.21928136784799],[-73.1346260485449,41.21918736782997],[-73.13461204853253,41.21904936780343],[-73.13460304852144,41.21890536777555],[-73.13459804851448,41.21881136775732],[-73.13460904849559,41.218416367679694],[-73.1345350484448,41.21794436758977],[-73.13445504840838,41.21775936755617],[-73.13439704837864,41.217566367520284],[-73.13428404832818,41.21732236747622],[-73.13410404825296,41.21702436742376],[-73.13392704817686,41.21669336736475],[-73.13388404815866,41.21661836735146],[-73.13357604802682,41.216053367250915],[-73.13351204799872,41.21592336722757],[-73.13332004791451,41.215535367157884],[-73.13325604788645,41.215406367134726],[-73.13319404785894,41.215275367111104],[-73.13309504781483,41.21506336707283],[-73.13299804777354,41.21488936704194],[-73.13292904774403,41.21476336701953],[-73.13285504771297,41.21463836699748],[-73.13263404762029,41.21426636693185],[-73.1325610475896,41.21414236690996],[-73.13253104757689,41.21408936690056],[-73.13249804756279,41.21402936688988],[-73.13242904753538,41.213940366874716],[-73.13239204752074,41.21389336686671],[-73.13232404748315,41.21361936681533],[-73.13221004742,41.21315736672862],[-73.13216204738957,41.212895366678914],[-73.13214604737854,41.21279236665928],[-73.13210404734915,41.21251436660624],[-73.13206804732958,41.21237536658023],[-73.13205704731891,41.21225036655614],[-73.13199704728268,41.21195436650015],[-73.13190604722267,41.21141636639785],[-73.13177004711613,41.21031636618704],[-73.13177304710928,41.21017836615993],[-73.13327404759345,41.21014636610506],[-73.13367404772204,41.21013036608896],[-73.13488904811258,41.21008036603982],[-73.13492804814156,41.21036836609491],[-73.13495204816547,41.21065236614968],[-73.13525404826147,41.210621366133836],[-73.13598204849305,41.210548366095985],[-73.13615504854637,41.21050136608118],[-73.1361740485523,41.21049736607978],[-73.13621504856171,41.210429366065135],[-73.13621204855586,41.21034336604841],[-73.13618804854143,41.210226366026305],[-73.13678704873061,41.21014236599046],[-73.13801404911825,41.209973365917634],[-73.13858804930007,41.20990236588514],[-73.13919004949078,41.20982836585116],[-73.1391980494992,41.209931365871064],[-73.1392240495253,41.21024236593106],[-73.13923304953413,41.21034636595112],[-73.13935304957332,41.210352365948395],[-73.13976504970387,41.210302365925266],[-73.14009504980791,41.210253365905],[-73.14138105021348,41.21006336582613],[-73.14267305062029,41.20986136574474],[-73.14353205089084,41.209728365690886],[-73.14356105090819,41.20986836571735],[-73.14365005096091,41.21028936579682],[-73.14368005097866,41.210430365823434],[-73.1437120509985,41.21059736585507],[-73.1438120510452,41.210849365901126],[-73.14386205106867,41.210977365924556],[-73.14406005115471,41.211363365993655],[-73.14415805119485,41.21151136601944],[-73.14426105123225,41.21158236602998],[-73.14451005132456,41.21178836606221],[-73.1447630514167,41.21196836608924],[-73.14485405144923,41.21202236609684],[-73.14492505147554,41.21208036610588],[-73.14497505149454,41.21213036611405],[-73.14506005152771,41.21222936613066],[-73.14509805154209,41.21226636613665],[-73.14520305158202,41.212370366153614],[-73.14528205161326,41.21247036617061],[-73.14539705166061,41.21264836620171],[-73.14542605167331,41.2127063662121],[-73.14545905168762,41.212770366223566],[-73.14550105170714,41.212874366242545],[-73.14553105172237,41.212971366260554],[-73.14562105176822,41.213265366315156],[-73.1456510517835,41.213363366333354],[-73.14570505181294,41.21357336637268],[-73.14587005190228,41.214205366490965],[-73.14592505193207,41.214416366530465],[-73.14595905195087,41.21455336655616],[-73.14606405200817,41.21496336663296],[-73.14606405200823,41.21496436663316],[-73.14612005203382,41.21509536665697],[-73.146123052037,41.2151343666645],[-73.14614905204918,41.21520036667657],[-73.14621805208145,41.21537536670856],[-73.1462800521088,41.215503366731596],[-73.14632805213004,41.21560336674961],[-73.14641605217007,41.21580636678646],[-73.14667305229354,41.21651436691662],[-73.14680205235271,41.2168203669723],[-73.1468880523905,41.21699536700373],[-73.14694705241769,41.2171373670296],[-73.1471410524976,41.2174383670822],[-73.14734905258445,41.21778136714255],[-73.14785905279518,41.21858336728288],[-73.14834605300096,41.21942936743257],[-73.14842805303424,41.21954736745298],[-73.14847405305261,41.21960836746344],[-73.14852705307334,41.21967136747403],[-73.14870105314147,41.219878367508876],[-73.14883305319347,41.220041367536474],[-73.14893505323354,41.220165367557435],[-73.14913005331148,41.220425367601955],[-73.14915705332247,41.2204653676089],[-73.1493320533936,41.22071936765292],[-73.14952405347283,41.22101936770535],[-73.14970405355244,41.221394367772874],[-73.14972005355982,41.22143336777997],[-73.14986705362706,41.22177836784269],[-73.14994305365968,41.221919367867805],[-73.15006705371286,41.22214836790856],[-73.1501690537572,41.222347367944174],[-73.15024305378935,41.222491367969944],[-73.15035405383702,41.22269736800662],[-73.15068905398081,41.22331836811722],[-73.15080105402886,41.22352536815408],[-73.15093005408494,41.22377736819917],[-73.15112305416879,41.224152368266246],[-73.15131205425195,41.22453836833562],[-73.15143705430692,41.22479336838143],[-73.1514930543312,41.22490136840074],[-73.15158205436968,41.2250713684311],[-73.15165905440355,41.225228368459305],[-73.15171305442732,41.22533836847906],[-73.15193105452252,41.22577136855667],[-73.15203205456662,41.2259713685925],[-73.15243505474365,41.2267893687394],[-73.15246505475655,41.22684536874937],[-73.15246605475687,41.22684536874934],[-73.15258805481794,41.22722436881951],[-73.15268705486724,41.22752736887555],[-73.15280105492236,41.22784736893443],[-73.15290505497077,41.22810636898171],[-73.15304705503988,41.228512369056496],[-73.15304805504049,41.22851736905743],[-73.15326605514959,41.229194369182736],[-73.15343205522144,41.22951236923954],[-73.15356605527612,41.22971036927391],[-73.15362905530179,41.22980336929005],[-73.15382605538022,41.23006036933392],[-73.1538410553907,41.23015936935279],[-73.15385705539765,41.23019036935834],[-73.15387405540503,41.230223369364246],[-73.1539560554363,41.23030636937779],[-73.15411605549545,41.230435369397846],[-73.15415305550903,41.23046336940211],[-73.15426105554866,41.23054536941464],[-73.15390405544748,41.23079836947569],[-73.15379305541558,41.23086936949318],[-73.15369605538723,41.23092336950688],[-73.1534940553269,41.23101236953084],[-73.15329205526561,41.23108436955147],[-73.15310705521036,41.23116636957351],[-73.1529940551757,41.231200369583824],[-73.15282705512504,41.231260369600975],[-73.15260905505782,41.231319369619584],[-73.15242005499958,41.23137136963587],[-73.15224405494584,41.23142836965275],[-73.1520120548759,41.23151936967807],[-73.15188005483657,41.23157936969407],[-73.15144305470851,41.23181536975439],[-73.15122305464358,41.231926369783224],[-73.15100705458036,41.23204436981331],[-73.1508340545303,41.23214936983945],[-73.15070105449253,41.23224236986196],[-73.15062605447058,41.232283369872405],[-73.1504670544261,41.232406369901604],[-73.15038605440483,41.232493369921244],[-73.15020705435678,41.23266736996107],[-73.15009505432825,41.2328033699913],[-73.15008505432597,41.23282036999496],[-73.150059054319,41.232845370000675],[-73.15004505431575,41.23286837000563],[-73.14999605430279,41.2329193700172],[-73.14986905427295,41.23311737006003],[-73.14985005426998,41.23317337007161],[-73.14980405426041,41.233267370091475],[-73.14976505425558,41.23340437011952],[-73.14975505425532,41.23345637013001],[-73.14968105424047,41.2336163701637],[-73.14955805421175,41.233811370205814],[-73.14947705419104,41.23390837022741],[-73.14937105416125,41.23398837024649],[-73.14934805415513,41.234011370251736],[-73.14913705409352,41.23412937028165],[-73.14904805406817,41.23419037029646],[-73.1490080540572,41.2342253703046],[-73.14894505404051,41.23429037031936],[-73.14884305401188,41.23436737033773],[-73.14856005393423,41.23461337039499],[-73.1484730539101,41.234684370411706],[-73.14845305390457,41.23470137041568],[-73.1483260538708,41.23483037044501],[-73.14827005385843,41.23493137046658],[-73.14814605382897,41.23511937050738],[-73.14804705380841,41.235321370550075],[-73.14798305379333,41.235420370571504],[-73.14787405376975,41.2356263706153],[-73.1478120537574,41.235762370643904],[-73.14772605373759,41.23590337067427],[-73.14769805373189,41.23596237068672],[-73.14758205369998,41.23606137070984],[-73.1474260536548,41.23615537073328],[-73.14735005363553,41.23624937075412],[-73.14727805361638,41.23632237077073],[-73.14704705355513,41.236560370824755],[-73.14679805348736,41.23678637087701],[-73.14674205347218,41.236838370889],[-73.14660705343171,41.23689537090451],[-73.14622005331522,41.237050370947365],[-73.14597205323783,41.23710137096539],[-73.14576905317566,41.237164370984296],[-73.14545505307963,41.23726337101383],[-73.1451570529854,41.23730337103132],[-73.14479305286986,41.237344371051144],[-73.14435405273281,41.237434371082976],[-73.14401405262556,41.23748437110378],[-73.14317005236052,41.2376293711595],[-73.14305705232438,41.23763737116472],[-73.14283005225256,41.23766737117797],[-73.14260805218159,41.23768337118829],[-73.14244705213042,41.23770037119683],[-73.14232905209244,41.237704371201445],[-73.14223705206423,41.23773237120989],[-73.14193205196855,41.237786371230335],[-73.14167405188813,41.23784137124947],[-73.14113305171806,41.2379313712846],[-73.14065205156592,41.237995371312714],[-73.14125505180156,41.23870437143178],[-73.14270805237625,41.24053437174243]]]},"properties":{"name":811,"geoid":"09001081100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.1317090469197,41.207205365580315],[-73.13165804693088,41.20769336567744],[-73.1315980469376,41.20815336576938],[-73.13158604694377,41.2083303658044],[-73.13162604697938,41.2087293658812],[-73.1316900470269,41.20920136597148],[-73.13176004708194,41.20977136608072],[-73.13177304710928,41.21017836615993],[-73.13177004711613,41.21031636618704],[-73.13190604722267,41.21141636639785],[-73.13199704728268,41.21195436650015],[-73.13205704731891,41.21225036655614],[-73.13206804732958,41.21237536658023],[-73.13210404734915,41.21251436660624],[-73.13214604737854,41.21279236665928],[-73.13216204738957,41.212895366678914],[-73.13221004742,41.21315736672862],[-73.13232404748315,41.21361936681533],[-73.13239204752074,41.21389336686671],[-73.13242904753538,41.213940366874716],[-73.13249804756279,41.21402936688988],[-73.13253104757689,41.21408936690056],[-73.1325610475896,41.21414236690996],[-73.13263404762029,41.21426636693185],[-73.13285504771297,41.21463836699748],[-73.13292904774403,41.21476336701953],[-73.13299804777354,41.21488936704194],[-73.13309504781483,41.21506336707283],[-73.13319404785894,41.215275367111104],[-73.13325604788645,41.215406367134726],[-73.13332004791451,41.215535367157884],[-73.13351204799872,41.21592336722757],[-73.13357604802682,41.216053367250915],[-73.13388404815866,41.21661836735146],[-73.13392704817686,41.21669336736475],[-73.13410404825296,41.21702436742376],[-73.13428404832818,41.21732236747622],[-73.13439704837864,41.217566367520284],[-73.13445504840838,41.21775936755617],[-73.1345350484448,41.21794436758977],[-73.13460904849559,41.218416367679694],[-73.13459804851448,41.21881136775732],[-73.13460304852144,41.21890536777555],[-73.13461204853253,41.21904936780343],[-73.1346260485449,41.21918736782997],[-73.13463704855381,41.21928136784799],[-73.13468504858498,41.21955636790023],[-73.13470004859468,41.21964136791637],[-73.13467404862901,41.22039336806431],[-73.134665048642,41.220673368119364],[-73.13466904865113,41.22081136814624],[-73.13468104867873,41.2212283682274],[-73.13468604868825,41.22136736825443],[-73.13470004870041,41.221501368280194],[-73.134745048738,41.221906368357956],[-73.13476004875055,41.22204136838388],[-73.1347840487674,41.22220136841438],[-73.13485904881908,41.22268336850623],[-73.13488404883634,41.2228443685369],[-73.13487904883944,41.222927368553314],[-73.1348970488546,41.2230913685848],[-73.13497504891863,41.22377336871567],[-73.1349860489256,41.22383336872705],[-73.13503304895474,41.224078368773434],[-73.13519804903108,41.2244813688469],[-73.13523104904625,41.2245603688613],[-73.13551804916546,41.225022368942355],[-73.13576604926736,41.22540236900865],[-73.13591504932512,41.225569369036464],[-73.13599804935734,41.22566336905215],[-73.13617604942945,41.22591836909626],[-73.13619604943747,41.225945369100884],[-73.13622404944866,41.22598236910723],[-73.1362530494607,41.22602936911547],[-73.13627104946819,41.226058369120565],[-73.1364030495202,41.226221369148156],[-73.13641104952336,41.226231369149865],[-73.13652104956904,41.226408369180916],[-73.13665904962954,41.22668636923081],[-73.1366960496467,41.2267773692474],[-73.13673204966335,41.226865369263436],[-73.1367740496831,41.226973369283215],[-73.1367890496895,41.22700036928799],[-73.13685304972117,41.22719336932368],[-73.13695804977316,41.22750936938207],[-73.13705704982553,41.22786636944866],[-73.13712004985877,41.22809236949084],[-73.13714304987026,41.228163369503974],[-73.13717804988768,41.22827036952377],[-73.13720504990273,41.22838136954459],[-73.13722404991309,41.22845536955844],[-73.13724504992338,41.22851636956969],[-73.13727904993972,41.228610369586974],[-73.13729804995128,41.228705369604945],[-73.1373120499595,41.22877036961719],[-73.13733504997161,41.228852369632484],[-73.1373550499819,41.228919369644935],[-73.13739505000522,41.229101369679235],[-73.13741405001613,41.22918536969505],[-73.13743105002489,41.22924236970564],[-73.13744105002984,41.229272369711175],[-73.13749705005588,41.229411369736546],[-73.13752005006651,41.22946736974675],[-73.13755005008515,41.22962436977649],[-73.13761805011713,41.229799369808504],[-73.13769305015222,41.229989369843224],[-73.13775005018337,41.23021236988499],[-73.1378880502446,41.230503369937416],[-73.13806605031532,41.23073336997663],[-73.13828005040031,41.23100937002365],[-73.13838905044159,41.23111437004065],[-73.13843005045709,41.23115337004696],[-73.13854905050427,41.23130537007282],[-73.13864405054538,41.231487370105334],[-73.13864705054658,41.23149137010601],[-73.13870105057187,41.231628370131055],[-73.13874805059476,41.23176337015593],[-73.13881105062539,41.23194337018909],[-73.13890305066784,41.232165370229524],[-73.13895805069319,41.23229837025374],[-73.13902905072716,41.23249137028917],[-73.1390590507421,41.23258337030618],[-73.13909405075937,41.232687370325394],[-73.13917505079611,41.23287237035893],[-73.13924105082978,41.23308837039904],[-73.13929505085865,41.233288370436405],[-73.13931205087343,41.233451370467705],[-73.13934605090157,41.233752370525465],[-73.13934105090665,41.2338703705487],[-73.13933605091351,41.23401937057801],[-73.13932205092064,41.234224370618534],[-73.1393150509251,41.23434237064183],[-73.13932505093358,41.2344343706595],[-73.13932405094,41.234553370682804],[-73.13932505094996,41.234722370715815],[-73.13935005097683,41.23505237077953],[-73.13934805098467,41.235201370808724],[-73.13934505099665,41.235429370853396],[-73.13935205100161,41.235476370862365],[-73.13941105104261,41.23586137093574],[-73.1395120510953,41.236212371001095],[-73.13953705110725,41.23628037101357],[-73.13957105112327,41.23636837102967],[-73.13964205115583,41.23653637106022],[-73.13970905118549,41.236676371085416],[-73.13975305120492,41.236767371101784],[-73.1399670512913,41.23706737115349],[-73.14005805132805,41.237195371175574],[-73.13967905120788,41.23724037119667],[-73.13897005098055,41.23728037122748],[-73.13811405070669,41.23733937126677],[-73.13567204992864,41.23756337138974],[-73.13432404949968,41.23769637145944],[-73.13301404908341,41.237836371529276],[-73.13211604879847,41.23793937157852],[-73.1312640485302,41.238074371632536],[-73.13085604840238,41.238149371660434],[-73.13046004827686,41.23819737168265],[-73.1295120479791,41.23836037174525],[-73.12863504770276,41.238495371800084],[-73.12739604731318,41.2387003718803],[-73.12640404700215,41.23888037194765],[-73.12614704692153,41.23892637196497],[-73.12448704640306,41.23926237208446],[-73.12287104589971,41.239614372205644],[-73.12118604537454,41.239975372330825],[-73.11935004480654,41.24044337248183],[-73.11763704427858,41.24091537262961],[-73.1173980442047,41.24097737264947],[-73.11717204413539,41.24104537267008],[-73.11488904343453,41.24172337287659],[-73.11461404334983,41.24180037290054],[-73.11024104200291,41.24302137328092],[-73.10896604160857,41.243348373386155],[-73.10809904134379,41.24363037346935],[-73.10755904117887,41.24380637352126],[-73.10591404067536,41.24432137367521],[-73.10510504042493,41.24452537374129],[-73.10337303988757,41.2449413738787],[-73.10253003962985,41.24521137395878],[-73.10207503948966,41.24533737399816],[-73.10162103934908,41.24545137403515],[-73.10116703920968,41.245586374076225],[-73.10069103906132,41.24568837411158],[-73.09966003873693,41.24585637417781],[-73.0988050384685,41.24600637423482],[-73.0983120383125,41.24607137426349],[-73.0979610382012,41.246113374283055],[-73.09765703810683,41.24618537430697],[-73.0973440380102,41.24626937433353],[-73.09622203764361,41.24621337435889],[-73.09513903729304,41.24621737439473],[-73.09485703720247,41.246231374406605],[-73.09275703652857,41.24634237449627],[-73.09207003630796,41.24637637452516],[-73.09138303608732,41.246409374553835],[-73.09131103606416,41.24641237455674],[-73.09121603603379,41.2464193745612],[-73.09161403614588,41.246123374490445],[-73.09340303664027,41.24462537413967],[-73.09340403664046,41.24462337413923],[-73.09562603728811,41.24335437381921],[-73.09916803832026,41.24132837330843],[-73.09949503841663,41.241160373265],[-73.10157403902956,41.24009637298967],[-73.10405503968737,41.23753137240777],[-73.10495303992549,41.23660337219725],[-73.107554040535,41.23250437131146],[-73.1089540409032,41.23100437097277],[-73.10995404113613,41.229404370627485],[-73.11002504114575,41.22916837057903],[-73.11013204115993,41.228808370505156],[-73.11055404121684,41.227404370216895],[-73.1104540410652,41.22530436980938],[-73.11112504128353,41.225322369791165],[-73.11117304129915,41.225324369790016],[-73.11189204153314,41.22534436977065],[-73.11285204184556,41.225371369744856],[-73.11313904193896,41.22537936973713],[-73.11381104215765,41.22539836971907],[-73.1141090422523,41.22536536970298],[-73.11429004231181,41.22538136970025],[-73.11429704230964,41.22530336968476],[-73.11438304232351,41.225057369633866],[-73.11457304236549,41.22471336956044],[-73.11537004256549,41.22369036933452],[-73.11555404261308,41.223479369287276],[-73.11576504267177,41.22330936924721],[-73.11594904272629,41.22322036922383],[-73.11614204278317,41.22312136919822],[-73.11640104286674,41.223116369188865],[-73.11680004298857,41.22298636915051],[-73.117048043062,41.22286536911879],[-73.11714804308895,41.2227693690968],[-73.1172540431123,41.2225763690556],[-73.11733404312635,41.22236736901213],[-73.11739404313495,41.22217736897303],[-73.11740004313015,41.22205836894955],[-73.11738904311858,41.22191736892233],[-73.11752004313908,41.221531368842584],[-73.11755804314417,41.22140436881651],[-73.11762504315341,41.221185368771486],[-73.11766904315853,41.22102436873859],[-73.11770404316265,41.220897368712606],[-73.11771704316442,41.220854368703776],[-73.11774104316792,41.220779368688326],[-73.11776504317285,41.22072936867776],[-73.11778504317707,41.2206893686693],[-73.11785804319372,41.22056636864287],[-73.11792704320766,41.220418368611696],[-73.11804404323662,41.2202613685772],[-73.11810604325211,41.220180368559326],[-73.11829504330017,41.219949368508026],[-73.11854104336717,41.21972636845644],[-73.11874604342401,41.21955836841693],[-73.11883504344867,41.21948536839978],[-73.11917304354648,41.21928036834873],[-73.11927504357604,41.2192193683335],[-73.11963504368512,41.219087368296016],[-73.11967704369816,41.219077368292695],[-73.11971004370845,41.21907036829026],[-73.11980504373831,41.219054368284056],[-73.11984804375183,41.21904736828128],[-73.12011204383492,41.219005368264526],[-73.12014704384599,41.21900036826242],[-73.1207230440297,41.21895136823417],[-73.12091004408896,41.218928368223615],[-73.12117604417325,41.218896368208746],[-73.12139304424223,41.21887336819723],[-73.12154804429031,41.21883636818495],[-73.12183104437827,41.21877136816308],[-73.12202404443565,41.21868136813921],[-73.12246304456762,41.21850236808999],[-73.12260504460986,41.218436368072474],[-73.12294904471239,41.218280368030825],[-73.12307904475124,41.21822336801547],[-73.12324504480097,41.21815236799619],[-73.12329304481503,41.218126367989555],[-73.12346904486776,41.21805136796918],[-73.12360104490746,41.21799736795434],[-73.12365004492149,41.2179653679465],[-73.12379904496444,41.217872367923476],[-73.12384904497887,41.217841367915796],[-73.12388804498968,41.21780936790827],[-73.12396704501175,41.21774736789359],[-73.12400204502109,41.21771236788561],[-73.12403804503082,41.21767836787778],[-73.12411904505254,41.217599367859705],[-73.12419004507176,41.2175323678443],[-73.12434004510939,41.217340367801874],[-73.12441104512735,41.21725136778216],[-73.12450304514917,41.217111367751805],[-73.1245360451573,41.21706636774194],[-73.12478404521875,41.21673436766895],[-73.12492104525073,41.21651636762187],[-73.1250410452789,41.216328367581205],[-73.12511204529642,41.21623236756012],[-73.12522104532354,41.21608836752843],[-73.12532304534817,41.21594036749615],[-73.12539204536495,41.21584236747477],[-73.12543104537455,41.21578936746312],[-73.12550104539189,41.21569536744245],[-73.12554604540264,41.215628367427904],[-73.12558304541156,41.21557436741614],[-73.12567204543362,41.21545536738999],[-73.12580404546647,41.21528136735165],[-73.1259190454927,41.215087367309984],[-73.12599604551043,41.214960367282636],[-73.1260810455313,41.21484336725701],[-73.12620804556275,41.214673367219625],[-73.12631004558459,41.21447636717777],[-73.1263780455994,41.21434936715073],[-73.12642704561088,41.214272367134086],[-73.12657804564665,41.214041367084],[-73.12662804565853,41.21396536706752],[-73.12667304566918,41.213896367052556],[-73.12669204567335,41.213861367045084],[-73.12687704571529,41.21354536697727],[-73.1269390457294,41.21344036695472],[-73.12700504574447,41.21332936693088],[-73.12710604576762,41.21316136689474],[-73.12720604579081,41.2129993668598],[-73.12727504580697,41.21289036683625],[-73.12736904583086,41.212775366810696],[-73.12752404587043,41.21258836676908],[-73.12764504590037,41.21242536673327],[-73.12773504592279,41.21230736670727],[-73.12783904594993,41.212192366681414],[-73.12797004598427,41.21205036664939],[-73.12816504603657,41.21185936660571],[-73.1282770460667,41.21175136658095],[-73.12837704609244,41.21163436655481],[-73.12852404613031,41.211463366516604],[-73.1286810461711,41.21128636647688],[-73.12878404619796,41.21117236645123],[-73.12899404625085,41.2109063663924],[-73.12923604631035,41.2105743663196],[-73.12935904634206,41.21043136628763],[-73.12946904636881,41.21027536625353],[-73.1296950464246,41.209969366186364],[-73.12976204644124,41.20988036616677],[-73.12998804649749,41.20958236610113],[-73.13023804656032,41.209263366030626],[-73.13030604657692,41.20916836600985],[-73.13043404660719,41.20897136596715],[-73.13102104674687,41.208084365774575],[-73.1317090469197,41.207205365580315]]]},"properties":{"name":812,"geoid":"09001081200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.14270805237625,41.24053437174243],[-73.14275305239244,41.240562371746435],[-73.14294605246613,41.240759371778694],[-73.14308905252456,41.2409723718157],[-73.14318405257002,41.24123037186306],[-73.14326505262399,41.24171737195564],[-73.14332405267254,41.24223437205478],[-73.14333705269154,41.24249437210519],[-73.14334805270984,41.24275337215547],[-73.14334405271123,41.24280037216477],[-73.14328805273266,41.243495372302455],[-73.14322505275537,41.244252372452486],[-73.14328605280728,41.24481737256095],[-73.14332905283402,41.245042372603535],[-73.14338305286091,41.24520737263404],[-73.14341705287774,41.24530937265287],[-73.1435060529217,41.245575372701985],[-73.14368605300093,41.24594337276807],[-73.1438640530795,41.24631037283404],[-73.14408205316985,41.246657372894795],[-73.14429605325915,41.24700837295646],[-73.14439205330449,41.24725837300221],[-73.14448705334965,41.247511373048575],[-73.14460505340672,41.24784237310944],[-73.14471905346187,41.248162373168284],[-73.14490105355533,41.248768373280846],[-73.14503705362915,41.24929137337865],[-73.14520305371043,41.24977437346767],[-73.14523305372492,41.24985837348311],[-73.14526505374685,41.250061373521746],[-73.14527805375607,41.25014937353852],[-73.14533705379672,41.25052737361049],[-73.14536205382458,41.25087437367749],[-73.14537305383669,41.25102437370646],[-73.14537005384616,41.25120737374232],[-73.1453830538622,41.25141537378256],[-73.1453850538641,41.251437373786786],[-73.1453920538703,41.25150637380004],[-73.14539505387259,41.25152937380444],[-73.14540805388397,41.25165537382864],[-73.14543705389998,41.251771373850374],[-73.1454330539059,41.25189837387532],[-73.14543005391205,41.25202337389986],[-73.1453660539176,41.25248437399202],[-73.14535505393525,41.252856374065075],[-73.14534205394003,41.25301437409638],[-73.14532605394714,41.253230374139115],[-73.14532605395615,41.253388374169994],[-73.14533505397063,41.253591374209364],[-73.14534105397854,41.253696374229705],[-73.14535405398709,41.25377237424413],[-73.14538105400473,41.25392837427375],[-73.14542605403054,41.254125374310796],[-73.14544505404034,41.254189374322664],[-73.14550305407028,41.25438537435909],[-73.1456920541349,41.25444537436468],[-73.14625905432898,41.254628374382044],[-73.14644805439366,41.25468937438783],[-73.14653405442931,41.25482637441183],[-73.14667305448675,41.255044374449916],[-73.14679505453728,41.25523737448366],[-73.14688305457364,41.25537537450777],[-73.14601005431597,41.25581537462209],[-73.14389705370866,41.25716737495487],[-73.1435510535998,41.25722337497702],[-73.14322505349962,41.25731837500617],[-73.14224605319885,41.25760437509384],[-73.14192105309904,41.25770037512314],[-73.13910705223827,41.25858937538816],[-73.1314010498812,41.261027376114534],[-73.13040304957698,41.26136137621218],[-73.12438904774385,41.26337837680131],[-73.12024204647506,41.26468737719155],[-73.11968704630509,41.26485937724316],[-73.118216045855,41.2653233773815],[-73.11417204461759,41.26659837776172],[-73.11357704443816,41.26683237782672],[-73.11275204419734,41.26729637794412],[-73.11045604348811,41.26790337813712],[-73.10935704315195,41.26825237824093],[-73.10840504286078,41.26855537833098],[-73.10829604282746,41.26859037834135],[-73.10830104281857,41.26840537830506],[-73.1082410427895,41.268236378273976],[-73.10804804272122,41.268135378260496],[-73.10786804265614,41.26801637824307],[-73.10781704263773,41.267983378238284],[-73.10698404235087,41.267684378206845],[-73.10654804219465,41.267421378169594],[-73.10630504210671,41.26725937814581],[-73.10605004201265,41.2670583781148],[-73.10596204197623,41.2669193780905],[-73.10592604195897,41.26682037807232],[-73.10594004196075,41.26677237806247],[-73.10595504196277,41.26672237805222],[-73.10600904197695,41.266664378039145],[-73.10624604204834,41.266569378012896],[-73.10650804212564,41.26643637797843],[-73.10659404214907,41.266358377960394],[-73.10661504215477,41.266339377956],[-73.10669104217051,41.266183377923056],[-73.10673704217227,41.26595237787643],[-73.10693804221542,41.2655663777945],[-73.10713204225522,41.26516137770907],[-73.10722904227632,41.264980377670554],[-73.10727104227149,41.264656377605895],[-73.10726204225259,41.26437537755127],[-73.10708204217761,41.26408237749984],[-73.10685204209194,41.263886377469],[-73.10674404205427,41.263839377463306],[-73.10661404200904,41.26378437745678],[-73.10632204191138,41.26373037745569],[-73.10587804176824,41.26374237747241],[-73.10553104165804,41.26378137749128],[-73.10521204155272,41.26374637749477],[-73.10488204144102,41.26366237748904],[-73.1046170413496,41.26356437747848],[-73.10438004126418,41.263412377456454],[-73.10410704116175,41.263166377417235],[-73.10401004112305,41.263038377395354],[-73.103950041099,41.262957377381476],[-73.10367204098486,41.262534377307816],[-73.1034300408931,41.262299377269734],[-73.10325304082468,41.262104377237364],[-73.10305204074561,41.261859377196],[-73.10299704072074,41.26173537717354],[-73.10295304070172,41.26165137715854],[-73.10295204069183,41.26148337712574],[-73.10298004067769,41.2610753770451],[-73.10306504065382,41.260171376865685],[-73.10311804064891,41.25978337678814],[-73.10307704062636,41.25962037675762],[-73.10297604058789,41.25951937674114],[-73.10262604047003,41.25944037673704],[-73.10220904033284,41.259403376743315],[-73.10192204024099,41.25942337675652],[-73.10165404015481,41.259434376767345],[-73.10123004002236,41.25952037679788],[-73.10107603997427,41.25955237680913],[-73.10082203989177,41.25954837681658],[-73.10042003975751,41.25947737681573],[-73.10004303963112,41.259402376813284],[-73.09984803956692,41.259384376816065],[-73.0995220394613,41.25938437682663],[-73.09906203931327,41.25940137684484],[-73.09883403923833,41.25938237684852],[-73.09836003907945,41.259288376845504],[-73.09826903904893,41.259270376844924],[-73.09823003903551,41.259256376843446],[-73.09785003890514,41.25912837683074],[-73.09772403886191,41.259086376826616],[-73.0975710388094,41.2590343768214],[-73.09743803876376,41.25898937681691],[-73.0971520386656,41.25889237680721],[-73.09711703865317,41.25887337680464],[-73.09706403863434,41.25884437680069],[-73.09697703860344,41.25879637679411],[-73.09692603858471,41.25875737678815],[-73.09691203857737,41.25870837677903],[-73.0968310385455,41.2586093767623],[-73.09677903852702,41.258580376758324],[-73.09674403851456,41.25856037675555],[-73.09670103850038,41.258556376756154],[-73.09631503837369,41.25852737676298],[-73.09598003825926,41.25842337675351],[-73.09563803813971,41.258269376734475],[-73.09560103812655,41.25824837673157],[-73.09526603800732,41.25806037670567],[-73.09489803780795,41.256650376441996],[-73.09455903767379,41.25622237636932],[-73.09087303652908,41.2570903766583],[-73.08875303574648,41.25540437639737],[-73.08803103549619,41.25511537636424],[-73.08730903524585,41.25482637633113],[-73.0870310351495,41.25471537631842],[-73.08675303505312,41.254604376305714],[-73.08692203506259,41.25380737614445],[-73.0870920350725,41.25301237598355],[-73.08735103508751,41.25180037573825],[-73.08857003538563,41.25009737536588],[-73.08858603538951,41.25007437536087],[-73.0887660354335,41.24982237530578],[-73.08894603547755,41.249571375250866],[-73.09115103601683,41.246491374577374],[-73.09121603603379,41.2464193745612],[-73.09131103606416,41.24641237455674],[-73.09138303608732,41.246409374553835],[-73.09207003630796,41.24637637452516],[-73.09275703652857,41.24634237449627],[-73.09485703720247,41.246231374406605],[-73.09513903729304,41.24621737439473],[-73.09622203764361,41.24621337435889],[-73.0973440380102,41.24626937433353],[-73.09765703810683,41.24618537430697],[-73.0979610382012,41.246113374283055],[-73.0983120383125,41.24607137426349],[-73.0988050384685,41.24600637423482],[-73.09966003873693,41.24585637417781],[-73.10069103906132,41.24568837411158],[-73.10116703920968,41.245586374076225],[-73.10162103934908,41.24545137403515],[-73.10207503948966,41.24533737399816],[-73.10253003962985,41.24521137395878],[-73.10337303988757,41.2449413738787],[-73.10510504042493,41.24452537374129],[-73.10591404067536,41.24432137367521],[-73.10755904117887,41.24380637352126],[-73.10809904134379,41.24363037346935],[-73.10896604160857,41.243348373386155],[-73.11024104200291,41.24302137328092],[-73.11461404334983,41.24180037290054],[-73.11488904343453,41.24172337287659],[-73.11717204413539,41.24104537267008],[-73.1173980442047,41.24097737264947],[-73.11763704427858,41.24091537262961],[-73.11935004480654,41.24044337248183],[-73.12118604537454,41.239975372330825],[-73.12287104589971,41.239614372205644],[-73.12448704640306,41.23926237208446],[-73.12614704692153,41.23892637196497],[-73.12640404700215,41.23888037194765],[-73.12739604731318,41.2387003718803],[-73.12863504770276,41.238495371800084],[-73.1295120479791,41.23836037174525],[-73.13046004827686,41.23819737168265],[-73.13085604840238,41.238149371660434],[-73.1312640485302,41.238074371632536],[-73.13211604879847,41.23793937157852],[-73.13301404908341,41.237836371529276],[-73.13432404949968,41.23769637145944],[-73.13567204992864,41.23756337138974],[-73.13811405070669,41.23733937126677],[-73.13897005098055,41.23728037122748],[-73.13967905120788,41.23724037119667],[-73.14005805132805,41.237195371175574],[-73.14013105135942,41.237331371199794],[-73.14014105136454,41.23736437120593],[-73.1401560513719,41.23740837121404],[-73.14043105148617,41.23785137129174],[-73.14053205152804,41.23801237131995],[-73.14091705168292,41.23854337141126],[-73.14105905173967,41.23873237144361],[-73.1411850517885,41.238873371467086],[-73.14123205180667,41.23892537147574],[-73.14136205185481,41.239031371492246],[-73.14144605188811,41.239138371510435],[-73.14145005188969,41.23914337151128],[-73.14162205196435,41.2394763715708],[-73.1418130520459,41.23982237163226],[-73.14193405209373,41.23997437165804],[-73.14210705215869,41.24013137168314],[-73.14241605227173,41.24035937171769],[-73.14270805237625,41.24053437174243]]]},"properties":{"name":813,"geoid":"09001081300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.27437209805858,41.29381437786247],[-73.273971097932,41.29387137788669],[-73.27283509757363,41.294036377956],[-73.27277009755309,41.294045377959876],[-73.27237009742691,41.294103377984264],[-73.271560097169,41.294179378025554],[-73.27106509701134,41.294225378050704],[-73.26735509583015,41.294576378240386],[-73.26715309576578,41.2945943782505],[-73.265850095351,41.29471837831724],[-73.26542409521527,41.29475737833878],[-73.26414509480789,41.294875378403574],[-73.26372009467254,41.294915378425266],[-73.26291609441564,41.29497537846323],[-73.26050409364493,41.295155378577114],[-73.2597010933884,41.29521637861525],[-73.25932609326907,41.29525337863471],[-73.25820209291159,41.29536637869346],[-73.2578280927927,41.29540537871327],[-73.25738409264979,41.295420378730704],[-73.25630209230152,41.29545737877324],[-73.25605109222076,41.295466378783196],[-73.2556080920782,41.295482378800784],[-73.25504109189586,41.29550437882359],[-73.25333909134851,41.29557037889202],[-73.25277309116652,41.295593378914994],[-73.25237409103828,41.29561037893133],[-73.25117909065429,41.295662378980495],[-73.25078109052642,41.29568037899699],[-73.2505800904618,41.29568837900511],[-73.25057809046113,41.29568837900517],[-73.24996909026525,41.29571137902955],[-73.24976709020034,41.29572037903789],[-73.24913608999732,41.29574337906298],[-73.2472420893881,41.29581537913884],[-73.24661208918546,41.295839379164086],[-73.24651208915323,41.29584237916794],[-73.24621908905898,41.29585337917965],[-73.24621208905673,41.295853379179874],[-73.24611308902483,41.29585637918368],[-73.24564108887179,41.29585337919851],[-73.24422708841337,41.295844379242894],[-73.24375608826067,41.29584137925766],[-73.2434340881574,41.2958593792717],[-73.24246808784773,41.29591437931395],[-73.24214708774487,41.295933379328126],[-73.240786087312,41.29607137939946],[-73.24057508724488,41.296092379410425],[-73.2358610857457,41.29657137965769],[-73.23429008524612,41.296732379740355],[-73.23396508514409,41.296788379761885],[-73.2329890848378,41.29695937982708],[-73.23266508473614,41.29701637984878],[-73.23202908453429,41.29708837988356],[-73.23160608439997,41.29713537990653],[-73.22843008339183,41.297492380079774],[-73.22737208305605,41.2976123801377],[-73.22745408307797,41.29753138011921],[-73.22758508311219,41.29738838008703],[-73.22776708315993,41.29719238004285],[-73.22810308324962,41.296859379966904],[-73.2282360832854,41.29673137993759],[-73.22845908334538,41.29651837988875],[-73.22919508354333,41.29581337972718],[-73.22930508357386,41.29572437970622],[-73.22934708358551,41.295690379698215],[-73.22948608362199,41.2955413796646],[-73.23016308380414,41.29489437951625],[-73.23044108387602,41.29457737944533],[-73.23076508396294,41.29426337937349],[-73.23122108407914,41.293714379251476],[-73.23132008410576,41.293619379229696],[-73.2318460842474,41.29311837911477],[-73.23196808428106,41.293016379090886],[-73.2320180842945,41.29296837907989],[-73.23206908430872,41.29292837907041],[-73.23257308444792,41.29250937897222],[-73.23277808450509,41.29234837893409],[-73.23299408456539,41.29218037889428],[-73.23345408469443,41.29183237881135],[-73.23392208482414,41.291451378721725],[-73.23403408485295,41.2913213786927],[-73.23419708489516,41.291136378651274],[-73.2344290849509,41.29079837857775],[-73.23450308496678,41.29065737854782],[-73.23455608497753,41.29054537852422],[-73.23460608498345,41.29036637848766],[-73.23462408498573,41.29030437847497],[-73.23465408498743,41.290164378446654],[-73.23469408497446,41.28971237835714],[-73.2347110849654,41.28945837830701],[-73.23475508496922,41.28927637827005],[-73.23477308496834,41.28915937824664],[-73.23478808496816,41.28907137822896],[-73.23493208498574,41.288564378125315],[-73.23502008499779,41.288277378066425],[-73.23511008501018,41.28798537800649],[-73.23513108501288,41.28791337799175],[-73.23519808502223,41.287698377947606],[-73.2352200850253,41.28762737793303],[-73.2357180851857,41.28761237791386],[-73.23574308519409,41.28761737791402],[-73.23581908521956,41.28763237791447],[-73.23584508522832,41.287638377914796],[-73.23602308528802,41.28767437791601],[-73.23637208540443,41.28773337791614],[-73.23669408551186,41.28778837791639],[-73.23676208553458,41.28780037791651],[-73.23688508557595,41.287827377917765],[-73.23734608573119,41.28793137792304],[-73.2374550857682,41.287961377925335],[-73.23764408583246,41.288014377929514],[-73.23789608590025,41.28777337787426],[-73.23824508600227,41.287581377825404],[-73.23832508602345,41.28749937780679],[-73.23834708602847,41.287462377798846],[-73.23847208605713,41.28725637775455],[-73.23857408608548,41.28717437773522],[-73.23887808616975,41.286927377677095],[-73.23909608623852,41.28689537766375],[-73.2395550863796,41.28676337762301],[-73.23985308646566,41.28658137757776],[-73.24007108653437,41.286548377564216],[-73.2402020865746,41.286510377552524],[-73.24025308658166,41.28634537751865],[-73.24036208661288,41.286274377501236],[-73.2404420866306,41.28613137747071],[-73.2404240866203,41.286053377456085],[-73.24038408659702,41.28587337742225],[-73.2402520865376,41.28558237736976],[-73.24023808652171,41.28538437733156],[-73.24023008650761,41.285183377292576],[-73.24011108646722,41.28515137729023],[-73.24009108646017,41.285141377288916],[-73.23996808641691,41.285081377281216],[-73.23984008636891,41.28496737726314],[-73.23977408634148,41.28486137724461],[-73.23973708632147,41.28472137721849],[-73.24000608640043,41.28457937718199],[-73.24007508642111,41.284550377174085],[-73.24008508642419,41.28454737717317],[-73.24058508657447,41.284344377117236],[-73.24111608673218,41.2840963770515],[-73.2412860867827,41.28401737703054],[-73.24146508683673,41.283948377011235],[-73.2417540869228,41.28381737697624],[-73.24215708704287,41.283635376927556],[-73.24250908714373,41.28340637687137],[-73.24258408716508,41.28335537685897],[-73.24284708724005,41.283177376815665],[-73.24265208716531,41.28297537678258],[-73.24261908715313,41.28294937677858],[-73.24249608710774,41.282852376763664],[-73.24239908706687,41.28268737673462],[-73.24220508697047,41.28210137662655],[-73.2421050869206,41.28179637657027],[-73.24259108707322,41.281713376538214],[-73.24273508711853,41.281690376529035],[-73.24307908722682,41.28163637650728],[-73.24327608728753,41.281582376490306],[-73.24338308731903,41.281527376476085],[-73.24358008737427,41.28137837644056],[-73.24380508743585,41.28118137639476],[-73.24411808751891,41.28086237632229],[-73.24428308756131,41.280670376279424],[-73.24439208758946,41.28054537625146],[-73.24464908765708,41.28027337618999],[-73.24471008767237,41.28019537617277],[-73.24453308760938,41.28009637615921],[-73.24447008758696,41.28006137615443],[-73.24414208746539,41.27979337611282],[-73.24406808743674,41.279711376099215],[-73.24393308738448,41.279562376074544],[-73.24372708730466,41.27933337603654],[-73.24348208720511,41.27898037597563],[-73.24335508715382,41.27880337594522],[-73.2432190870981,41.27859937590983],[-73.24309108703945,41.278299375855426],[-73.24310908704201,41.27824237584371],[-73.24318608705778,41.27808237580997],[-73.2432720870765,41.27792337577613],[-73.24331408708433,41.27782237575503],[-73.24335208709232,41.27774737573916],[-73.24340608708542,41.27732137565422],[-73.2433700870621,41.27711837561576],[-73.24334008704959,41.27706937560717],[-73.24325508701398,41.27692837558242],[-73.24276408681558,41.27624037546411],[-73.24265008676514,41.27600437542175],[-73.24260508673912,41.275804375384176],[-73.24259208672228,41.27558437534164],[-73.24302708686315,41.27558437532745],[-73.24350408701679,41.275570375309165],[-73.24412408721497,41.275525375280154],[-73.24427908726395,41.275504375271005],[-73.24476508741984,41.275478375250074],[-73.24544708763763,41.27542537521748],[-73.24567908771114,41.27539737520444],[-73.2458240877574,41.275385375197374],[-73.2459640878017,41.2753673751893],[-73.24626608789363,41.275265375159535],[-73.24649108795978,41.275148375129355],[-73.24671308802358,41.27500737509459],[-73.24705008812283,41.274835375049996],[-73.24728008818899,41.2746903750142],[-73.24734908820894,41.27464837500374],[-73.24745508823833,41.27456237498348],[-73.24755408826385,41.27444837495801],[-73.24766008829226,41.274345374934434],[-73.24782908834017,41.27422637490568],[-73.24797008838216,41.2741623748886],[-73.24876408862387,41.27389437481038],[-73.24898708869162,41.27381637478787],[-73.24960308887897,41.27360537472657],[-73.24886008859627,41.272870374607315],[-73.24839808841529,41.27232237451538],[-73.24832808838414,41.27217437448876],[-73.24832108838028,41.27214637448352],[-73.24828108835763,41.27197737445184],[-73.24831508834819,41.27162037438102],[-73.24835108835315,41.271503374357],[-73.24862908842957,41.271266374301646],[-73.24882308846517,41.27079137420257],[-73.24886708846817,41.27059537416287],[-73.24892808847979,41.27045337413315],[-73.24906508850272,41.27007937405566],[-73.24909208850096,41.26989637401904],[-73.24907908848658,41.26971837398471],[-73.24905408846834,41.26954137395096],[-73.24898708843438,41.269327373911366],[-73.24893608840743,41.26914537387747],[-73.24883808835885,41.26885137382327],[-73.2487860883316,41.268669373789436],[-73.24875108831323,41.268546373766554],[-73.2486210882509,41.268193373701855],[-73.24848808818909,41.26786637364235],[-73.2483890881397,41.267563373586405],[-73.24831808810158,41.26729937353717],[-73.24831508809785,41.26725137352789],[-73.24830808808791,41.267117373501954],[-73.2483160880806,41.266944373467915],[-73.24831608806964,41.26675337343061],[-73.24832508806415,41.266606373401615],[-73.24832208805377,41.266442373369685],[-73.24835408803476,41.265929373268456],[-73.24835108802021,41.26569237322227],[-73.24836508801442,41.26551237318666],[-73.24837208801205,41.26543137317061],[-73.24834808799122,41.26520337312688],[-73.24836108798344,41.264994373085635],[-73.24836608798158,41.26493337307357],[-73.24827908792139,41.26437437296722],[-73.24824708789923,41.26416837292804],[-73.24820308787679,41.26402537290155],[-73.24807408781045,41.26359637282197],[-73.24803108778838,41.263453372795446],[-73.2479060877271,41.26309037272863],[-73.24784108769448,41.2628883726913],[-73.2477940876709,41.262742372664306],[-73.24760708758338,41.26227137257842],[-73.24749908752509,41.26186437250246],[-73.24725608741184,41.26126037239242],[-73.24723708740282,41.261210372383275],[-73.24703008730393,41.26065337228123],[-73.24694608726435,41.260437372241775],[-73.24669708714663,41.259789372123336],[-73.24661408710746,41.25957437208404],[-73.24636508698916,41.25891637196364],[-73.24635808698582,41.25889737196017],[-73.24617008690129,41.25848437188562],[-73.2460330868342,41.25808737181255],[-73.24589408674528,41.257320371667255],[-73.2458500867062,41.25688637158393],[-73.24578008664353,41.25618737144967],[-73.2457550866207,41.25593037140029],[-73.24571608658415,41.25551237131991],[-73.24571708656755,41.255216371262044],[-73.24571908656493,41.25515937125084],[-73.2457300865575,41.254967371212985],[-73.2457510865608,41.254906371200384],[-73.24578108656326,41.2547793711746],[-73.2458130865696,41.254709371159876],[-73.24590808659133,41.25455137112592],[-73.24600508661557,41.25442637109834],[-73.2462450866758,41.25412137103093],[-73.24652908674821,41.25378037095506],[-73.2466700867816,41.25356637090866],[-73.24674008679631,41.25342737087922],[-73.24680008680171,41.253182370829414],[-73.24684108680653,41.25303437079916],[-73.24699108682479,41.25250537069093],[-73.24700308682365,41.25241737067335],[-73.2470260868225,41.252267370643295],[-73.24704608682259,41.25215537062076],[-73.24706208682284,41.25206937060344],[-73.2470430868046,41.251858370562836],[-73.24701408678291,41.251643370521776],[-73.24700808677832,41.25159737051299],[-73.24695008674651,41.25136937047034],[-73.24684108670068,41.25118537043796],[-73.24676608667141,41.2510983704234],[-73.24667908663886,41.251021370411195],[-73.24640908654425,41.250895370395384],[-73.24617108646108,41.25078837038224],[-73.24578008632449,41.25061337036078],[-73.24587008635139,41.250574370350236],[-73.24611608642502,41.25046937032171],[-73.24614208643303,41.2504623703195],[-73.24623808646272,41.25043837031167],[-73.24634208650174,41.25053137032645],[-73.24665508661901,41.25081037037074],[-73.24676008665838,41.25090437038568],[-73.2468550866956,41.25101737040468],[-73.24686008669757,41.251023370405676],[-73.24716008681528,41.251383370466236],[-73.2472600868546,41.251504370486614],[-73.24735708689269,41.2516213705063],[-73.2476490870073,41.251972370565355],[-73.24774708704572,41.25208937058502],[-73.2478970871098,41.25236037063307],[-73.24835008730304,41.25317437077732],[-73.24843408733888,41.25332537080408],[-73.24854108737856,41.25341337081778],[-73.24957508777891,41.25455937100794],[-73.25267708898,41.25799737157832],[-73.25371108938039,41.259143371768445],[-73.25388008944797,41.25936837180688],[-73.2543870896509,41.260045371922565],[-73.25455608971856,41.26027137196118],[-73.2548450898305,41.26059237201446],[-73.25571509016739,41.26155637217434],[-73.25600609028005,41.26187837222775],[-73.25895009143377,41.26537937281541],[-73.2617280925137,41.26852937333987],[-73.26420909348701,41.271495373838015],[-73.26477209370795,41.27216937395123],[-73.26496009378106,41.27238337398687],[-73.26731209469592,41.275057374432144],[-73.27067909602721,41.279260375142684],[-73.27069409603396,41.27929337514864],[-73.2707670960595,41.279326375152685],[-73.27106909615382,41.27926637513112],[-73.27110109616385,41.279260375128906],[-73.27116709618709,41.279293375133186],[-73.27118109619543,41.279359375145624],[-73.27114509619352,41.27952937517997],[-73.27128309625743,41.279864375240855],[-73.27134809628225,41.27993037525161],[-73.27163909639037,41.280172375289354],[-73.27166809640258,41.28022137529797],[-73.2716620964027,41.2802573753052],[-73.27163909640518,41.28043037533972],[-73.27177009645987,41.280644375377214],[-73.27254709676481,41.28157437553336],[-73.27315809700457,41.282304375655876],[-73.27332509707011,41.28250437568946],[-73.27383509727024,41.28311437579186],[-73.27434409747003,41.283723375894105],[-73.27449309752848,41.283901375923975],[-73.27452309755776,41.28424237598956],[-73.2745490975833,41.28454037604687],[-73.27457409760844,41.284837376104015],[-73.27475309778589,41.2869183765043],[-73.27487109790331,41.28829837676977],[-73.27493209796334,41.28899937690457],[-73.27499609802587,41.28972737704455],[-73.27506109808873,41.29045537718451],[-73.27514109812508,41.29063737721739],[-73.2751770981506,41.29087837726325],[-73.275149098158,41.29116537732017],[-73.27514809815888,41.291186377324294],[-73.2752420982073,41.29149937738231],[-73.27524909821744,41.2916363774088],[-73.27522009821908,41.29182837744723],[-73.2750670981894,41.292174377519736],[-73.27483409812781,41.29241537757437],[-73.27464509808081,41.292662377628766],[-73.27457909806856,41.292821377661944],[-73.27445509803943,41.29301337770346],[-73.27443309803517,41.29306337771393],[-73.27442409803423,41.29309737772085],[-73.2743380980262,41.29344237779099],[-73.27434609804546,41.29373237784732],[-73.27437209805858,41.29381437786247]]]},"properties":{"name":901,"geoid":"09001090100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.22029907804963,41.250167371103736],[-73.2202230780459,41.250532371177535],[-73.21999707803549,41.251630371399415],[-73.21992307803245,41.25199637147333],[-73.21989507803112,41.25213137150061],[-73.2198180780276,41.252506371576395],[-73.2198100780268,41.25253737158271],[-73.21977607802344,41.252671371610006],[-73.21989007805989,41.252663371604726],[-73.220231078169,41.25264037158914],[-73.22034607820582,41.25263337158401],[-73.22045207823976,41.252626371579204],[-73.22050807825747,41.25261937157601],[-73.22099407841168,41.25256437154943],[-73.22115707846348,41.25254737154081],[-73.22118707847304,41.25254437153926],[-73.22123207848743,41.2525413715372],[-73.22146007856038,41.252526371526834],[-73.22153707858509,41.252522371523554],[-73.22157207859624,41.25251937152182],[-73.22168007863064,41.252509371516354],[-73.22171607864219,41.25250737151479],[-73.2220420787456,41.252470371496955],[-73.22206707875361,41.25246837149576],[-73.22288507901574,41.25242137145993],[-73.22302607906053,41.25240637145241],[-73.22335307916458,41.252374371435494],[-73.22339207917692,41.252369371433254],[-73.22351107921452,41.252353371426274],[-73.22355107922725,41.25234937142418],[-73.22376207929453,41.25233137141379],[-73.2239630793587,41.25231537140411],[-73.22407107939314,41.25230637139883],[-73.22439607949775,41.252295371386104],[-73.22460807956604,41.252289371378026],[-73.2248410796404,41.25227037136672],[-73.22499107968827,41.2522583713595],[-73.2255430798671,41.25226037134192],[-73.22577807994328,41.25226237133465],[-73.22585907996994,41.252269371333384],[-73.22598408001102,41.25228037133146],[-73.22610308005062,41.2522993713313],[-73.22618508007798,41.25231337133135],[-73.22633008012663,41.25234337133249],[-73.22644408016492,41.25236737133349],[-73.2267610802727,41.25245737134074],[-73.22690508032166,41.25249837134406],[-73.22714308040301,41.25257337135096],[-73.22750508052731,41.25269737136339],[-73.22773808060886,41.2528043713767],[-73.22792108067326,41.25289437138833],[-73.22842808085136,41.25313837141949],[-73.22891608102341,41.25338437145164],[-73.22909008108266,41.25343537145594],[-73.22932408116219,41.253501371461205],[-73.22957708124558,41.25352737145806],[-73.22957908124614,41.253525371457606],[-73.22990408135243,41.253544371450715],[-73.2309510816977,41.25365437143811],[-73.23119908178056,41.25369937143882],[-73.23133708182736,41.25373637144154],[-73.23145808186865,41.25377337144484],[-73.23166208193625,41.25380037144346],[-73.23171308195316,41.253807371443166],[-73.23207708207843,41.253937371456715],[-73.23224608213698,41.25400437146429],[-73.23243808220354,41.254081371473085],[-73.23251108222856,41.25410537147538],[-73.23264208227354,41.254150371479916],[-73.23273608230517,41.25417137148095],[-73.23281208233081,41.25418937148199],[-73.23318008245505,41.2542783714874],[-73.23324408247669,41.25429437148842],[-73.23429308282877,41.254512371496844],[-73.23466508295365,41.25459037149996],[-73.23487108302237,41.25462537150008],[-73.23517308312317,41.254678371500596],[-73.23548608322845,41.25474737150389],[-73.23569108329745,41.25479337150618],[-73.23574708331701,41.254818371509245],[-73.23582708334499,41.254854371513666],[-73.23591908337688,41.2548913715179],[-73.23597708339703,41.2549153715207],[-73.23597608339453,41.25487737151331],[-73.23597508339043,41.25481137150043],[-73.23596808338554,41.25476537149169],[-73.23596408338213,41.25472837148459],[-73.23597808336525,41.25435437141108],[-73.23597808336439,41.25433937140814],[-73.23598208334687,41.254010371343746],[-73.23608808334771,41.25342537122601],[-73.23613608334975,41.253189371178344],[-73.23618808335252,41.25294337112859],[-73.23620308334958,41.252807371101525],[-73.2362630833506,41.25248537103667],[-73.23626108333652,41.252250370990815],[-73.23630208333651,41.252018370944164],[-73.23630108333577,41.25201137094283],[-73.2362820832914,41.25134337081293],[-73.23620308322641,41.250654370680905],[-73.23613608318728,41.250349370623496],[-73.23610008315681,41.2500203705604],[-73.23601208311521,41.24979137051851],[-73.23588908306938,41.24968637050202],[-73.23588508306787,41.249682370501354],[-73.23567108299292,41.249583370489],[-73.23538708289384,41.24945837047382],[-73.23517508281742,41.24932237045415],[-73.23513708280043,41.24924037043938],[-73.23512208279362,41.24920637043322],[-73.2351050827852,41.24915537042381],[-73.23505808276559,41.2490783704103],[-73.23502108274914,41.24900037039625],[-73.23498308273227,41.24892037038187],[-73.23492208270527,41.248793370359046],[-73.23489208269193,41.248730370347715],[-73.23472408261999,41.24842337029321],[-73.23465808259166,41.24830137027151],[-73.23479008263175,41.248255370258235],[-73.23489908266426,41.2482063702451],[-73.23541808282384,41.24805937019947],[-73.23589808297181,41.247929370158424],[-73.23629308309407,41.24783137012641],[-73.23658508318499,41.247768370104595],[-73.23680308325204,41.24770637008537],[-73.2370550833303,41.24764837006584],[-73.23734508341852,41.247549370037056],[-73.23756708348444,41.247445370009494],[-73.2377370835361,41.24738636999243],[-73.23799008360983,41.24724336995625],[-73.23814908365678,41.24716436993562],[-73.23823108367857,41.24708136991675],[-73.2382000836683,41.24707736991695],[-73.23807408362055,41.24695536989723],[-73.23789108355392,41.24682636987799],[-73.2376910834786,41.246641369848355],[-73.23813408360799,41.246396369786055],[-73.23946408399662,41.24566336959949],[-73.2399080841264,41.24541936953737],[-73.2401330841925,41.24530136950696],[-73.2405790843237,41.2450713694475],[-73.2408080843907,41.24494636941561],[-73.24103208445628,41.24482536938467],[-73.24223308491578,41.246061369587025],[-73.24278108511875,41.246508369656524],[-73.24383508551648,41.2474963698152],[-73.2439360855561,41.24761736983556],[-73.24423908567513,41.24798336989719],[-73.24434108571512,41.2481053699177],[-73.24472008586449,41.2485713699964],[-73.24585808631299,41.24997137023284],[-73.24623808646272,41.25043837031167],[-73.24614208643303,41.2504623703195],[-73.24611608642502,41.25046937032171],[-73.24587008635139,41.250574370350236],[-73.24578008632449,41.25061337036078],[-73.24617108646108,41.25078837038224],[-73.24640908654425,41.250895370395384],[-73.24667908663886,41.251021370411195],[-73.24676608667141,41.2510983704234],[-73.24684108670068,41.25118537043796],[-73.24695008674651,41.25136937047034],[-73.24700808677832,41.25159737051299],[-73.24701408678291,41.251643370521776],[-73.2470430868046,41.251858370562836],[-73.24706208682284,41.25206937060344],[-73.24704608682259,41.25215537062076],[-73.2470260868225,41.252267370643295],[-73.24700308682365,41.25241737067335],[-73.24699108682479,41.25250537069093],[-73.24684108680653,41.25303437079916],[-73.24680008680171,41.253182370829414],[-73.24674008679631,41.25342737087922],[-73.2466700867816,41.25356637090866],[-73.24652908674821,41.25378037095506],[-73.2462450866758,41.25412137103093],[-73.24600508661557,41.25442637109834],[-73.24590808659133,41.25455137112592],[-73.2458130865696,41.254709371159876],[-73.24578108656326,41.2547793711746],[-73.2457510865608,41.254906371200384],[-73.2457300865575,41.254967371212985],[-73.24571908656493,41.25515937125084],[-73.24571708656755,41.255216371262044],[-73.24571608658415,41.25551237131991],[-73.2457550866207,41.25593037140029],[-73.24578008664353,41.25618737144967],[-73.2458500867062,41.25688637158393],[-73.24589408674528,41.257320371667255],[-73.2460330868342,41.25808737181255],[-73.24617008690129,41.25848437188562],[-73.24635808698582,41.25889737196017],[-73.24636508698916,41.25891637196364],[-73.24661408710746,41.25957437208404],[-73.24669708714663,41.259789372123336],[-73.24694608726435,41.260437372241775],[-73.24703008730393,41.26065337228123],[-73.24723708740282,41.261210372383275],[-73.24725608741184,41.26126037239242],[-73.24749908752509,41.26186437250246],[-73.24760708758338,41.26227137257842],[-73.2477940876709,41.262742372664306],[-73.24784108769448,41.2628883726913],[-73.2479060877271,41.26309037272863],[-73.24803108778838,41.263453372795446],[-73.24807408781045,41.26359637282197],[-73.24820308787679,41.26402537290155],[-73.24824708789923,41.26416837292804],[-73.24827908792139,41.26437437296722],[-73.24836608798158,41.26493337307357],[-73.24836108798344,41.264994373085635],[-73.24834808799122,41.26520337312688],[-73.24837208801205,41.26543137317061],[-73.24836508801442,41.26551237318666],[-73.24835108802021,41.26569237322227],[-73.24835408803476,41.265929373268456],[-73.24832208805377,41.266442373369685],[-73.24832508806415,41.266606373401615],[-73.24831608806964,41.26675337343061],[-73.2483160880806,41.266944373467915],[-73.24830808808791,41.267117373501954],[-73.24831508809785,41.26725137352789],[-73.24831808810158,41.26729937353717],[-73.2483890881397,41.267563373586405],[-73.24848808818909,41.26786637364235],[-73.2486210882509,41.268193373701855],[-73.24875108831323,41.268546373766554],[-73.2487860883316,41.268669373789436],[-73.24883808835885,41.26885137382327],[-73.24893608840743,41.26914537387747],[-73.24898708843438,41.269327373911366],[-73.24905408846834,41.26954137395096],[-73.24907908848658,41.26971837398471],[-73.24909208850096,41.26989637401904],[-73.24906508850272,41.27007937405566],[-73.24892808847979,41.27045337413315],[-73.24886708846817,41.27059537416287],[-73.24882308846517,41.27079137420257],[-73.24862908842957,41.271266374301646],[-73.24835108835315,41.271503374357],[-73.24831508834819,41.27162037438102],[-73.24828108835763,41.27197737445184],[-73.24832108838028,41.27214637448352],[-73.24832808838414,41.27217437448876],[-73.24839808841529,41.27232237451538],[-73.24886008859627,41.272870374607315],[-73.24960308887897,41.27360537472657],[-73.24898708869162,41.27381637478787],[-73.24876408862387,41.27389437481038],[-73.24797008838216,41.2741623748886],[-73.24782908834017,41.27422637490568],[-73.24766008829226,41.274345374934434],[-73.24755408826385,41.27444837495801],[-73.24745508823833,41.27456237498348],[-73.24734908820894,41.27464837500374],[-73.24728008818899,41.2746903750142],[-73.24705008812283,41.274835375049996],[-73.24671308802358,41.27500737509459],[-73.24649108795978,41.275148375129355],[-73.24626608789363,41.275265375159535],[-73.2459640878017,41.2753673751893],[-73.2458240877574,41.275385375197374],[-73.24567908771114,41.27539737520444],[-73.24544708763763,41.27542537521748],[-73.24476508741984,41.275478375250074],[-73.24427908726395,41.275504375271005],[-73.24412408721497,41.275525375280154],[-73.24350408701679,41.275570375309165],[-73.24302708686315,41.27558437532745],[-73.24259208672228,41.27558437534164],[-73.24260508673912,41.275804375384176],[-73.24265008676514,41.27600437542175],[-73.24276408681558,41.27624037546411],[-73.24325508701398,41.27692837558242],[-73.24334008704959,41.27706937560717],[-73.2433700870621,41.27711837561576],[-73.24340608708542,41.27732137565422],[-73.24335208709232,41.27774737573916],[-73.24331408708433,41.27782237575503],[-73.2432720870765,41.27792337577613],[-73.24318608705778,41.27808237580997],[-73.24310908704201,41.27824237584371],[-73.24309108703945,41.278299375855426],[-73.2432190870981,41.27859937590983],[-73.24335508715382,41.27880337594522],[-73.24348208720511,41.27898037597563],[-73.24372708730466,41.27933337603654],[-73.24393308738448,41.279562376074544],[-73.24406808743674,41.279711376099215],[-73.24414208746539,41.27979337611282],[-73.24447008758696,41.28006137615443],[-73.24453308760938,41.28009637615921],[-73.24471008767237,41.28019537617277],[-73.24464908765708,41.28027337618999],[-73.24439208758946,41.28054537625146],[-73.24428308756131,41.280670376279424],[-73.24411808751891,41.28086237632229],[-73.24380508743585,41.28118137639476],[-73.24358008737427,41.28137837644056],[-73.24338308731903,41.281527376476085],[-73.24327608728753,41.281582376490306],[-73.24307908722682,41.28163637650728],[-73.24273508711853,41.281690376529035],[-73.24259108707322,41.281713376538214],[-73.2421050869206,41.28179637657027],[-73.24220508697047,41.28210137662655],[-73.24239908706687,41.28268737673462],[-73.24249608710774,41.282852376763664],[-73.24261908715313,41.28294937677858],[-73.24265208716531,41.28297537678258],[-73.24284708724005,41.283177376815665],[-73.24258408716508,41.28335537685897],[-73.24250908714373,41.28340637687137],[-73.24215708704287,41.283635376927556],[-73.2417540869228,41.28381737697624],[-73.24146508683673,41.283948377011235],[-73.2412860867827,41.28401737703054],[-73.24111608673218,41.2840963770515],[-73.24058508657447,41.284344377117236],[-73.24008508642419,41.28454737717317],[-73.24007508642111,41.284550377174085],[-73.24000608640043,41.28457937718199],[-73.23973708632147,41.28472137721849],[-73.23977408634148,41.28486137724461],[-73.23984008636891,41.28496737726314],[-73.23996808641691,41.285081377281216],[-73.24009108646017,41.285141377288916],[-73.24011108646722,41.28515137729023],[-73.24023008650761,41.285183377292576],[-73.24023808652171,41.28538437733156],[-73.2402520865376,41.28558237736976],[-73.24038408659702,41.28587337742225],[-73.2404240866203,41.286053377456085],[-73.2404420866306,41.28613137747071],[-73.24036208661288,41.286274377501236],[-73.24025308658166,41.28634537751865],[-73.2402020865746,41.286510377552524],[-73.24007108653437,41.286548377564216],[-73.23985308646566,41.28658137757776],[-73.2395550863796,41.28676337762301],[-73.23909608623852,41.28689537766375],[-73.23887808616975,41.286927377677095],[-73.23857408608548,41.28717437773522],[-73.23847208605713,41.28725637775455],[-73.23834708602847,41.287462377798846],[-73.23832508602345,41.28749937780679],[-73.23824508600227,41.287581377825404],[-73.23789608590025,41.28777337787426],[-73.23764408583246,41.288014377929514],[-73.2374550857682,41.287961377925335],[-73.23734608573119,41.28793137792304],[-73.23688508557595,41.287827377917765],[-73.23676208553458,41.28780037791651],[-73.23669408551186,41.28778837791639],[-73.23637208540443,41.28773337791614],[-73.23602308528802,41.28767437791601],[-73.23584508522832,41.287638377914796],[-73.23581908521956,41.28763237791447],[-73.23574308519409,41.28761737791402],[-73.2357180851857,41.28761237791386],[-73.2352200850253,41.28762737793303],[-73.23519808502223,41.287698377947606],[-73.23513108501288,41.28791337799175],[-73.23511008501018,41.28798537800649],[-73.23501008497787,41.287986378009954],[-73.23489008493917,41.287989378014444],[-73.23472208488803,41.288046378031055],[-73.2346280848595,41.28807937804055],[-73.23449008482883,41.28832437809289],[-73.23407708473717,41.289058378249614],[-73.23394008470689,41.289304378302106],[-73.23392608470215,41.28930037830177],[-73.23388508468834,41.28929137830135],[-73.23387208468397,41.28928837830119],[-73.23386508468215,41.289296378302986],[-73.2337630846513,41.28933437831372],[-73.2334790845584,41.28931837831987],[-73.23282408433401,41.28910437829945],[-73.23219808413164,41.28911037832104],[-73.23196508405492,41.289088378324344],[-73.23170308396377,41.28897837831142],[-73.23141208387112,41.28900637832637],[-73.2313740838586,41.28900237832682],[-73.23128108382808,41.28899537832849],[-73.23123008380904,41.28895137832156],[-73.23117208378459,41.288852378304135],[-73.2311060837579,41.288759378288134],[-73.23098008370366,41.28852537824656],[-73.23030008346007,41.2881173781891],[-73.2301190833952,41.288008378173735],[-73.22932508310673,41.28746137809285],[-73.22903208300514,41.28734437807955],[-73.22862708287396,41.28734437809276],[-73.22836808277651,41.287107378054934],[-73.22817208269637,41.28681637800454],[-73.22799708263311,41.28670137798777],[-73.22779308256172,41.286608377976286],[-73.22756808248758,41.286586377979326],[-73.2271530823601,41.28670737801647],[-73.22694908229623,41.28674537803053],[-73.22677408223676,41.286696378026676],[-73.22657108216282,41.28655337800538],[-73.22619908203325,41.286394377986475],[-73.22586408190996,41.28613637794703],[-73.22544208175698,41.285851377905146],[-73.22526008169173,41.28574137788961],[-73.2250990816392,41.28573437789349],[-73.2249650815982,41.285776377906046],[-73.22489608157764,41.28580737791436],[-73.22475308153516,41.2858743779321],[-73.22454008147179,41.285972377958174],[-73.22408108133106,41.28611037800006],[-73.22384808125462,41.28609337800434],[-73.22367308118883,41.285934377979],[-73.22355708114246,41.285780377952726],[-73.22331708104399,41.285418377889876],[-73.22317808097256,41.28495737780443],[-73.22310208094292,41.28486937778971],[-73.22298408089686,41.28473237776681],[-73.22289408086176,41.28462837774945],[-73.22277008080115,41.284271377683794],[-73.22276408079783,41.284247377679314],[-73.22273408078038,41.28411237765394],[-73.22274308078102,41.284072377645835],[-73.22276508078207,41.28396637762442],[-73.22278508078337,41.28387637760619],[-73.22284308079902,41.28382137759357],[-73.22297908083917,41.283753377575856],[-73.22307608086783,41.28370537756332],[-73.22308908087159,41.28369737756134],[-73.22313008088373,41.28367737755611],[-73.2231440808879,41.283671377554484],[-73.22333008094286,41.28357937753045],[-73.22336708095142,41.283519377517536],[-73.22333708093038,41.283321377479865],[-73.22343208094416,41.283025377418994],[-73.22347008095333,41.282970377407004],[-73.22365708099876,41.28270637734936],[-73.22379508103275,41.28251937730838],[-73.22379508102146,41.28232237726991],[-73.22373008099501,41.28222837725368],[-73.22362808095134,41.28204237722069],[-73.22354808091157,41.281800377176054],[-73.22323508079543,41.281542377135885],[-73.22309608074131,41.28138337710937],[-73.22280508063706,41.281208377084695],[-73.22259408056495,41.28114237707868],[-73.22254008054655,41.28112637707733],[-73.22244108051288,41.28109837707509],[-73.22228808046397,41.28110937708222],[-73.22212108040644,41.281049377075945],[-73.221902080327,41.28090037705399],[-73.22187008030788,41.28074737702515],[-73.22183008028392,41.280555376988985],[-73.22186608029271,41.28050537697803],[-73.22188008029256,41.280423376961565],[-73.22182308026879,41.28033037694527],[-73.22150908013754,41.27981437685476],[-73.22104307996773,41.27948437680552],[-73.22088307991197,41.27941537679726],[-73.22077407987403,41.279369376791834],[-73.22045307976568,41.27929237678724],[-73.2204170797525,41.27926537678315],[-73.22036607973031,41.27916637676549],[-73.2203440797119,41.27896937672775],[-73.22032207970288,41.278936376722015],[-73.22033007970168,41.278870376708866],[-73.22046807972971,41.27857937664756],[-73.22042407969629,41.27824437658358],[-73.22030007963352,41.277849376510495],[-73.22029207959538,41.2772283763895],[-73.22024907956452,41.276932376333114],[-73.22021207954468,41.27679537630757],[-73.21998607944887,41.27640037623781],[-73.21999407944924,41.27636137622994],[-73.21997207943618,41.276257376210346],[-73.2199930794156,41.27577937611631],[-73.22005907941654,41.27542237604447],[-73.22008007941362,41.27525237601059],[-73.22003707938084,41.27492337594776],[-73.21992007932378,41.274588375886154],[-73.21938807909056,41.27352337569551],[-73.21930807905214,41.27330437565535],[-73.21931807905011,41.273212375637065],[-73.2193300790482,41.27311137561695],[-73.21951907909275,41.27282037555396],[-73.21953307909352,41.27275437554062],[-73.21945307904498,41.27235937546611],[-73.21953307905585,41.272096375412126],[-73.21972207909816,41.27176637534153],[-73.21972207909627,41.271733375335096],[-73.21989707913818,41.27147537527901],[-73.2201000791923,41.27127237523275],[-73.2201580792054,41.27117337521153],[-73.22011507918587,41.271075375193796],[-73.21993307911814,41.27092137516965],[-73.21974307904058,41.27064137512115],[-73.21967807899469,41.270207375038524],[-73.2196560789512,41.26957137491504],[-73.21952407887073,41.268912374790645],[-73.21935707878427,41.268346374685535],[-73.21919607871989,41.26813237464899],[-73.21886107857532,41.26750137453666],[-73.21825007832878,41.26665037439036],[-73.21801007823505,41.26637037434349],[-73.21801707823514,41.26633237433583],[-73.21794407820647,41.26624437432103],[-73.21789307818429,41.266145374303356],[-73.21787107816051,41.265854374247226],[-73.21782707811963,41.26538837415766],[-73.21778807809086,41.26510637410384],[-73.21771807803908,41.264597374006705],[-73.21766007801281,41.264466373983],[-73.2174630779377,41.26426837395076],[-73.21716507783113,41.26409237392609],[-73.21699007777201,41.264049373923385],[-73.21662607764813,41.263944373914725],[-73.21645907758909,41.26385737390318],[-73.21630607752884,41.26367037387163],[-73.21603707742761,41.26342337383215],[-73.21575307732559,41.263247373807005],[-73.21541807720929,41.26311037379117],[-73.21533107718082,41.26310537379302],[-73.21506207708931,41.26302837378673],[-73.21456707692685,41.26299037379543],[-73.21438507686541,41.262946373792765],[-73.213927076703,41.262699373759425],[-73.21370107662514,41.262617373750764],[-73.21325707647947,41.26258437375878],[-73.21315507643952,41.26246337373846],[-73.21302407638362,41.26222737369662],[-73.21295107634425,41.261952373645286],[-73.21300907634422,41.26162337357914],[-73.21303107633192,41.261283373512015],[-73.21294407628835,41.26101437346228],[-73.21292207625237,41.260509373364364],[-73.21284207620324,41.260103373287656],[-73.21271807615393,41.25994337326044],[-73.21250707607435,41.25974637322883],[-73.21226707598846,41.259603373208705],[-73.21215707594563,41.25947737318767],[-73.21207707591408,41.25937837317094],[-73.21190607584151,41.259077373117705],[-73.21187407582956,41.259049373113285],[-73.21175307578379,41.258934373094746],[-73.2116330757383,41.258818373076],[-73.21156107570339,41.25861537303868],[-73.2115530757004,41.258608373037575],[-73.21089807545643,41.25805037294988],[-73.21053407531437,41.25762737287909],[-73.21039607525964,41.2574513728492],[-73.21024907519813,41.25720837280653],[-73.2101030751351,41.256932372757355],[-73.20990107505534,41.25668137271489],[-73.20962707494171,41.256245372638624],[-73.20914407476309,41.25585637257836],[-73.2088950746747,41.255720372559885],[-73.20856807456191,41.255599372546875],[-73.20828407446828,41.255570372550466],[-73.20779207430378,41.255479372548706],[-73.20751007420367,41.255325372527786],[-73.20704307401337,41.25464137240935],[-73.20695907397914,41.25451837238804],[-73.206992073988,41.254486372380725],[-73.20711507402073,41.254362372352496],[-73.20720607404513,41.25427337233215],[-73.20758607414662,41.25389637224613],[-73.20774407418892,41.2537413722107],[-73.207740074173,41.25348537216082],[-73.20773607415062,41.25311637208885],[-73.20771707412183,41.25272037201209],[-73.20770507410339,41.25246537196266],[-73.20818807425006,41.25229537191373],[-73.20866307439294,41.25210437186096],[-73.20884007445821,41.252243371882344],[-73.20907207453993,41.25235937189747],[-73.2092560746027,41.252415371902416],[-73.20947607467451,41.25242537189722],[-73.20968207474013,41.2524063718868],[-73.20999007483316,41.25228937185391],[-73.21007807485732,41.252213371836206],[-73.21084107504309,41.25114137160192],[-73.2110420751135,41.25123437161354],[-73.21107707512648,41.25126337161807],[-73.21127307517429,41.250989371558155],[-73.21149207522971,41.250718371498074],[-73.2116830752731,41.25039537142875],[-73.21185907531597,41.25014837137476],[-73.21207107536735,41.24984637130885],[-73.21220407539963,41.249657371267595],[-73.21249407546546,41.24916637116222],[-73.21265607550242,41.24889537110398],[-73.21277107553097,41.24874337107055],[-73.2128290755454,41.248667371053806],[-73.21316507563836,41.24839037098875],[-73.21343507571875,41.248267370955915],[-73.21379407583595,41.24828437094757],[-73.21380907584106,41.24828837094786],[-73.21435607602734,41.248449370961495],[-73.21461607611619,41.24853137096908],[-73.21499907624717,41.248653370980456],[-73.21540007638401,41.24877637099143],[-73.21566207647348,41.24885737099873],[-73.21597407657929,41.248941371004996],[-73.21691207689739,41.24919337102369],[-73.21722507700353,41.24927737102992],[-73.21745807708274,41.24934337103524],[-73.21778007719224,41.24943537104272],[-73.21815307731988,41.24955537105402],[-73.21838407739895,41.24963037106115],[-73.21855007745556,41.24968037106552],[-73.2187990775405,41.24975637107227],[-73.21905107762603,41.249825371077556],[-73.21921907768312,41.24987237108125],[-73.219433077756,41.249935371086615],[-73.2197530778651,41.250031371094934],[-73.22008107797592,41.2501123711001],[-73.22029907804963,41.250167371103736]]]},"properties":{"name":902,"geoid":"09001090200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.24855708615782,41.23198536663022],[-73.24856108615936,41.23198936663087],[-73.24857308616392,41.232001366632815],[-73.2485770861655,41.232006366633684],[-73.24850308614218,41.232017366638225],[-73.2482840860733,41.2320523666522],[-73.24821108605035,41.232064366656935],[-73.24757808585656,41.232258366715484],[-73.24568108527573,41.232839366890836],[-73.24539208518729,41.23292836691767],[-73.23610108249497,41.238440368297596],[-73.23616508252123,41.238537368314475],[-73.23625208255451,41.23862736832923],[-73.23652008266065,41.23896636838675],[-73.23657208268052,41.23901936839541],[-73.23673108274141,41.23918436842247],[-73.23682108278044,41.239357368453355],[-73.23741508301835,41.24015536858995],[-73.23817308332198,41.2411743687644],[-73.23979108397018,41.2433503691369],[-73.24103208445628,41.24482536938467],[-73.2408080843907,41.24494636941561],[-73.2405790843237,41.2450713694475],[-73.2401330841925,41.24530136950696],[-73.2399080841264,41.24541936953737],[-73.23946408399662,41.24566336959949],[-73.23813408360799,41.246396369786055],[-73.2376910834786,41.246641369848355],[-73.23789108355392,41.24682636987799],[-73.23807408362055,41.24695536989723],[-73.2382000836683,41.24707736991695],[-73.23823108367857,41.24708136991675],[-73.23814908365678,41.24716436993562],[-73.23799008360983,41.24724336995625],[-73.2377370835361,41.24738636999243],[-73.23756708348444,41.247445370009494],[-73.23734508341852,41.247549370037056],[-73.2370550833303,41.24764837006584],[-73.23680308325204,41.24770637008537],[-73.23658508318499,41.247768370104595],[-73.23629308309407,41.24783137012641],[-73.23589808297181,41.247929370158424],[-73.23541808282384,41.24805937019947],[-73.23489908266426,41.2482063702451],[-73.23479008263175,41.248255370258235],[-73.23465808259166,41.24830137027151],[-73.23472408261999,41.24842337029321],[-73.23489208269193,41.248730370347715],[-73.23492208270527,41.248793370359046],[-73.23498308273227,41.24892037038187],[-73.23502108274914,41.24900037039625],[-73.23505808276559,41.2490783704103],[-73.2351050827852,41.24915537042381],[-73.23512208279362,41.24920637043322],[-73.23513708280043,41.24924037043938],[-73.23517508281742,41.24932237045415],[-73.23538708289384,41.24945837047382],[-73.23567108299292,41.249583370489],[-73.23588508306787,41.249682370501354],[-73.23588908306938,41.24968637050202],[-73.23601208311521,41.24979137051851],[-73.23610008315681,41.2500203705604],[-73.23613608318728,41.250349370623496],[-73.23620308322641,41.250654370680905],[-73.2362820832914,41.25134337081293],[-73.23630108333577,41.25201137094283],[-73.23630208333651,41.252018370944164],[-73.23626108333652,41.252250370990815],[-73.2362630833506,41.25248537103667],[-73.23620308334958,41.252807371101525],[-73.23618808335252,41.25294337112859],[-73.23613608334975,41.253189371178344],[-73.23608808334771,41.25342537122601],[-73.23598208334687,41.254010371343746],[-73.23597808336439,41.25433937140814],[-73.23597808336525,41.25435437141108],[-73.23596408338213,41.25472837148459],[-73.23596808338554,41.25476537149169],[-73.23597508339043,41.25481137150043],[-73.23597608339453,41.25487737151331],[-73.23597708339703,41.2549153715207],[-73.23591908337688,41.2548913715179],[-73.23582708334499,41.254854371513666],[-73.23574708331701,41.254818371509245],[-73.23569108329745,41.25479337150618],[-73.23548608322845,41.25474737150389],[-73.23517308312317,41.254678371500596],[-73.23487108302237,41.25462537150008],[-73.23466508295365,41.25459037149996],[-73.23429308282877,41.254512371496844],[-73.23324408247669,41.25429437148842],[-73.23318008245505,41.2542783714874],[-73.23281208233081,41.25418937148199],[-73.23273608230517,41.25417137148095],[-73.23264208227354,41.254150371479916],[-73.23251108222856,41.25410537147538],[-73.23243808220354,41.254081371473085],[-73.23224608213698,41.25400437146429],[-73.23207708207843,41.253937371456715],[-73.23171308195316,41.253807371443166],[-73.23166208193625,41.25380037144346],[-73.23145808186865,41.25377337144484],[-73.23133708182736,41.25373637144154],[-73.23119908178056,41.25369937143882],[-73.2309510816977,41.25365437143811],[-73.22990408135243,41.253544371450715],[-73.22957908124614,41.253525371457606],[-73.22957708124558,41.25352737145806],[-73.22932408116219,41.253501371461205],[-73.22909008108266,41.25343537145594],[-73.22891608102341,41.25338437145164],[-73.22842808085136,41.25313837141949],[-73.22792108067326,41.25289437138833],[-73.22773808060886,41.2528043713767],[-73.22750508052731,41.25269737136339],[-73.22714308040301,41.25257337135096],[-73.22690508032166,41.25249837134406],[-73.2267610802727,41.25245737134074],[-73.22644408016492,41.25236737133349],[-73.22633008012663,41.25234337133249],[-73.22618508007798,41.25231337133135],[-73.22610308005062,41.2522993713313],[-73.22598408001102,41.25228037133146],[-73.22585907996994,41.252269371333384],[-73.22577807994328,41.25226237133465],[-73.2255430798671,41.25226037134192],[-73.22499107968827,41.2522583713595],[-73.2248410796404,41.25227037136672],[-73.22460807956604,41.252289371378026],[-73.22439607949775,41.252295371386104],[-73.22407107939314,41.25230637139883],[-73.2239630793587,41.25231537140411],[-73.22376207929453,41.25233137141379],[-73.22355107922725,41.25234937142418],[-73.22351107921452,41.252353371426274],[-73.22339207917692,41.252369371433254],[-73.22335307916458,41.252374371435494],[-73.22302607906053,41.25240637145241],[-73.22288507901574,41.25242137145993],[-73.22206707875361,41.25246837149576],[-73.2220420787456,41.252470371496955],[-73.22171607864219,41.25250737151479],[-73.22168007863064,41.252509371516354],[-73.22157207859624,41.25251937152182],[-73.22153707858509,41.252522371523554],[-73.22146007856038,41.252526371526834],[-73.22123207848743,41.2525413715372],[-73.22118707847304,41.25254437153926],[-73.22115707846348,41.25254737154081],[-73.22099407841168,41.25256437154943],[-73.22050807825747,41.25261937157601],[-73.22045207823976,41.252626371579204],[-73.22034607820582,41.25263337158401],[-73.220231078169,41.25264037158914],[-73.21989007805989,41.252663371604726],[-73.21977607802344,41.252671371610006],[-73.2198100780268,41.25253737158271],[-73.2198180780276,41.252506371576395],[-73.21989507803112,41.25213137150061],[-73.21992307803245,41.25199637147333],[-73.21999707803549,41.251630371399415],[-73.2202230780459,41.250532371177535],[-73.22029907804963,41.250167371103736],[-73.22034907805298,41.24994237105815],[-73.22042607805851,41.2496033709894],[-73.22049607806197,41.24926737092147],[-73.22054407806465,41.24904237087595],[-73.22056607806469,41.248918370850994],[-73.22060007806535,41.24873737081453],[-73.22062407806216,41.24854537077625],[-73.22064107806055,41.24842137075146],[-73.22066407806362,41.248344370735666],[-73.22069907806866,41.24823437071302],[-73.22072607807043,41.24811237068831],[-73.22074407807186,41.248035370672675],[-73.22076707807278,41.247921370649664],[-73.22084007807686,41.24757937058045],[-73.22086507807849,41.24746637055756],[-73.22088107807876,41.24738037054023],[-73.22093307808096,41.24712437048853],[-73.22095107808195,41.24703937047133],[-73.22100007808329,41.2467853704201],[-73.2210570780855,41.24650137036274],[-73.22113407809158,41.24617137029575],[-73.22116807809448,41.24602937026691],[-73.2211920780964,41.2459273702462],[-73.22122807809956,41.24577837021591],[-73.22132607811282,41.24545537014958],[-73.22141007812436,41.24518137009332],[-73.22154607813786,41.244647369984534],[-73.22159807814523,41.24448136995041],[-73.22169407815893,41.24417736988787],[-73.2216940781579,41.24415936988436],[-73.22175507816061,41.24386136982414],[-73.22183207816462,41.24349536975011],[-73.22186307815697,41.24318536968852],[-73.22185207814418,41.24302436965742],[-73.22185107814022,41.24296036964494],[-73.2218510781313,41.24280436961446],[-73.22184507812094,41.242657369585935],[-73.22181307810459,41.24255236956644],[-73.22180507809817,41.24248536955361],[-73.22176507807927,41.24238136953459],[-73.22170207805243,41.24226836951455],[-73.2216300780202,41.242112369486414],[-73.22158207799502,41.24194336945496],[-73.22147307794543,41.24169336940964],[-73.22135307789173,41.24143336936274],[-73.22134607788885,41.24142236936081],[-73.22133007787983,41.241355369348234],[-73.22100907774026,41.24073136923674],[-73.22078207763411,41.24015936913234],[-73.22066707757612,41.23979636906515],[-73.22051507749458,41.239230368959475],[-73.22037107741284,41.238615368843966],[-73.22036107740531,41.23854036882963],[-73.22033607739185,41.23844636881206],[-73.22032707738454,41.23836936879732],[-73.2203010773722,41.23830036878469],[-73.22029607736924,41.23827736878035],[-73.22022607732693,41.237933368715396],[-73.22021107731774,41.23785736870103],[-73.22016007728872,41.23763836865988],[-73.22006907723761,41.23725936858877],[-73.22006807723702,41.23725436858782],[-73.2200180772015,41.23691636852339],[-73.21999907718714,41.23677236849586],[-73.21996907716361,41.23653036844953],[-73.21996507715157,41.23634236841291],[-73.2199630771427,41.23619836838484],[-73.2199630771391,41.23613536837252],[-73.21996307713557,41.23607336836041],[-73.21997107713091,41.23594636833533],[-73.21997507712864,41.23588436832307],[-73.22001207713006,41.235699368285715],[-73.22003607713144,41.23558736826305],[-73.22006707712805,41.23535236821609],[-73.22012207713512,41.235164368177564],[-73.2201270771357,41.23514636817388],[-73.22018707714497,41.23496836813713],[-73.22019607714616,41.23493836813098],[-73.22022407715014,41.23484936811267],[-73.22023407715172,41.23482036810668],[-73.22032507716666,41.234566368054075],[-73.22036507717203,41.234433368026764],[-73.22042107717999,41.23425536799016],[-73.22046607717719,41.23395136792926],[-73.22046107713378,41.233219367786354],[-73.22046107712995,41.23315236777325],[-73.22043307710148,41.2328123677077],[-73.22043307709909,41.23277036769949],[-73.22043707709322,41.23264536767493],[-73.22043807709119,41.23260436766689],[-73.22043807708884,41.23256336765887],[-73.22043907708805,41.23254336765492],[-73.22044407708626,41.23248336764304],[-73.22044607708462,41.23244336763515],[-73.22044907708334,41.23240436762743],[-73.22044907708242,41.2323883676243],[-73.22045207708072,41.232341367615014],[-73.22045307708018,41.23232636761205],[-73.22045307707893,41.232304367607746],[-73.22045907706945,41.23210436756845],[-73.22045607706438,41.232032367554474],[-73.22045507705496,41.231873367523434],[-73.22044707704478,41.2317403674977],[-73.22042407702386,41.23150436745232],[-73.22040507701304,41.231422367436906],[-73.22037507699578,41.23129036741207],[-73.2203420769788,41.23118036739165],[-73.2203190769668,41.23110036737676],[-73.22024907693415,41.230925367344824],[-73.22017407689806,41.2307183673068],[-73.22009807686312,41.2305373672739],[-73.22002607682907,41.230349367239484],[-73.22002107682738,41.23034836723945],[-73.2199750768064,41.23024136722004],[-73.21983807673826,41.22982436714298],[-73.2197200766848,41.22955736709461],[-73.21964907664898,41.22933236705294],[-73.21956107660615,41.22908136700674],[-73.219516076584,41.22894836698221],[-73.21947707656213,41.2287863669518],[-73.21939107652017,41.228539366906304],[-73.2192720764655,41.22825636685486],[-73.21924207645066,41.228166366838245],[-73.21915507640726,41.22789936678886],[-73.21912607639278,41.22781036677242],[-73.2193740764718,41.22778836676005],[-73.2201170767087,41.22772536672355],[-73.2203660767882,41.22770536671155],[-73.22062507687087,41.22768536669921],[-73.2214030771194,41.227627366662546],[-73.22166307720248,41.22760836665037],[-73.22191507728286,41.22758736663807],[-73.22267007752376,41.22752636660157],[-73.22292307760452,41.22750636658942],[-73.22304907764523,41.22750536658514],[-73.22342907776809,41.22750236657218],[-73.22355607780918,41.22750236656804],[-73.22359807782341,41.227513366568836],[-73.22389307791885,41.22751236655903],[-73.22491107824837,41.2275123665259],[-73.22503107828722,41.22751236652199],[-73.22509607830762,41.227501366517735],[-73.22515207832318,41.22745636650711],[-73.22519407833276,41.22738636649206],[-73.22546207842136,41.2274183664896],[-73.22626607868709,41.2275143664822],[-73.22653407877569,41.22754636647972],[-73.22668607882231,41.22750136646598],[-73.22691807889363,41.22743536644551],[-73.22715207897012,41.227448366440456],[-73.22731107902209,41.227457366437044],[-73.22828507933555,41.22742536639908],[-73.23120808027633,41.22733136628555],[-73.23218308059015,41.227300366247746],[-73.23279808078885,41.22729436622655],[-73.23464308138514,41.227278366163354],[-73.2352590815843,41.22727436614252],[-73.23569208172275,41.22724436612255],[-73.23623008189489,41.22720936609819],[-73.23699508214135,41.227189366069375],[-73.23743008228159,41.22717936605325],[-73.23759208233326,41.22716636604543],[-73.23808108248939,41.22712836602208],[-73.23824408254146,41.22711636601443],[-73.2386630826746,41.22707336599236],[-73.2399210830746,41.226947365926776],[-73.24034108320821,41.22690636590509],[-73.24110608345227,41.22684436586805],[-73.24340308418523,41.22666036575727],[-73.24409508440606,41.22660536572396],[-73.24416908442974,41.22660036572057],[-73.24418908443751,41.226623365724414],[-73.24425208446185,41.226692365735865],[-73.24427308447001,41.226716365739875],[-73.24437608450644,41.22677036574707],[-73.24443208452674,41.22680836575268],[-73.24451808455795,41.22686736576141],[-73.24462208459659,41.22695436577502],[-73.24468908462084,41.22699936578163],[-73.24476108464803,41.227067365792585],[-73.24477808465444,41.22708336579515],[-73.24486508468672,41.2271553658064],[-73.24500808473975,41.227273365824814],[-73.24509608477743,41.227434365853405],[-73.24513108479242,41.227498365864776],[-73.24521608482783,41.22763636588898],[-73.24528408486012,41.22781636592196],[-73.24534908488647,41.22790936593802],[-73.24535508488893,41.22791836593959],[-73.24539008490324,41.227970365948615],[-73.24545808493106,41.228072365966334],[-73.24572308504165,41.22850636604253],[-73.24578308506678,41.22860636606013],[-73.24593608512934,41.228834366099704],[-73.24615508522062,41.22919136616236],[-73.24624908525968,41.22934236618882],[-73.246265085266,41.22936236619221],[-73.24641008532369,41.22955036622423],[-73.24678208546713,41.22995336629089],[-73.24724408564852,41.230510366384706],[-73.24754008576214,41.230822366436044],[-73.24778308585813,41.231125366487355],[-73.24793708591774,41.23129636651576],[-73.24813108599285,41.231511366551445],[-73.24828508605263,41.23168536658044],[-73.24831308606376,41.23172136658657],[-73.24839908609695,41.231815366602135],[-73.24855708615782,41.23198536663022]]]},"properties":{"name":903,"geoid":"09001090300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.38808712697262,41.156492347308365],[-73.38815912701318,41.15679434736512],[-73.38837612713537,41.157702347535725],[-73.38844912717634,41.15800534759263],[-73.38822012716912,41.15917134782832],[-73.38813812720306,41.16022634803746],[-73.38802812719278,41.160667348127355],[-73.38769812716204,41.16199234839744],[-73.38758912715213,41.162434348487494],[-73.3874161271468,41.163317348665956],[-73.38690012713194,41.16596834920158],[-73.38681412712954,41.16641134929106],[-73.38677812714357,41.16685934937989],[-73.38677912715616,41.16707334942174],[-73.38678312717786,41.167429349491265],[-73.38678412719476,41.16771834954778],[-73.38678612720778,41.167934349589984],[-73.38677012731036,41.169813349958126],[-73.38686312735321,41.17003634999871],[-73.38697312740133,41.17025535003795],[-73.38702512742525,41.170379350060514],[-73.38707412744822,41.170503350083166],[-73.38695312742095,41.17071035012763],[-73.38659312734016,41.17133135026091],[-73.38647312731328,41.17153935030554],[-73.38613912723987,41.172142350434434],[-73.38513712701969,41.173952350821324],[-73.38486712696043,41.17444135092584],[-73.38481612695087,41.17456235095118],[-73.3847051269292,41.17481035100334],[-73.38437412686488,41.1755553511599],[-73.38426412684359,41.17580435121222],[-73.38261412653976,41.17980935204965],[-73.38233312648791,41.18048935219186],[-73.38186712640217,41.181621352428536],[-73.38147512633013,41.182575352627964],[-73.3812511262792,41.182950352708644],[-73.37998912599306,41.18507635316577],[-73.37956912589792,41.18578535331818],[-73.37950912587428,41.18571135330567],[-73.3792221257639,41.18540535325522],[-73.37921212575999,41.1853933532532],[-73.3790121256808,41.185140353210265],[-73.37891312563536,41.18490635316776],[-73.37876912557392,41.184647353121804],[-73.37862012552134,41.18457035311162],[-73.37842612545418,41.184493353102916],[-73.37825112539322,41.18441735309378],[-73.37817412536454,41.1843513530834],[-73.37816812535996,41.1843053530746],[-73.3781581253514,41.18421235305673],[-73.37816612534056,41.183978353010694],[-73.3781281253239,41.18390235299709],[-73.37803612529002,41.183830352986014],[-73.37789912523752,41.18368735296254],[-73.37788012523023,41.18366735295924],[-73.37784212521417,41.18360135294757],[-73.37775312517518,41.183423352915675],[-73.37771012515232,41.18326735288657],[-73.37766612513339,41.18318535287197],[-73.37765912512927,41.18315335286594],[-73.37763012511195,41.183014352839706],[-73.3776311251091,41.182959352828924],[-73.3776061250966,41.18288235281469],[-73.37758212508453,41.182807352800786],[-73.37753012506272,41.18272035278548],[-73.37749112504748,41.18267435277777],[-73.37744012502749,41.18261335276749],[-73.37730612496937,41.18235535272142],[-73.37730012496702,41.182348352720254],[-73.37726712495412,41.182309352713695],[-73.37722312493582,41.18223835270124],[-73.3770721248805,41.1821253526841],[-73.37692212482523,41.18200735266592],[-73.37685712479922,41.18192035265104],[-73.37680612477722,41.181824352633924],[-73.37670812473777,41.18168935261074],[-73.3766391247101,41.1815953525946],[-73.37659412469004,41.1814993525773],[-73.37654912467198,41.181438352566836],[-73.37644012462653,41.181260352535595],[-73.3763241245808,41.18111735251142],[-73.37600812445358,41.180680352436276],[-73.37582812437986,41.18041035238935],[-73.37562212429604,41.18011035233742],[-73.37532512417867,41.17973835227437],[-73.37529612416712,41.1797003522679],[-73.37515512411088,41.17951435223612],[-73.3748411239854,41.17909735216483],[-73.3747291239414,41.178961352141904],[-73.37458212388354,41.17878135211149],[-73.3745431238673,41.17871835210045],[-73.37447512383892,41.17860635208077],[-73.37442012381719,41.17853735206907],[-73.37437512379937,41.17848035205939],[-73.37431512377577,41.178407352047074],[-73.37427512376001,41.17835835203879],[-73.37416612371386,41.17816835200521],[-73.37412012369437,41.178087351990854],[-73.37407412367484,41.17800635197651],[-73.37405212366544,41.17796635196942],[-73.37392912361442,41.17777035193511],[-73.3738801235941,41.17769235192144],[-73.37378312355517,41.177560351898784],[-73.373614123493,41.1774293518787],[-73.37333512339042,41.17721335184559],[-73.37326712336281,41.17711535182863],[-73.37315112331468,41.17693035179624],[-73.37299312324703,41.17664135174487],[-73.37293512322277,41.176545351727995],[-73.37274112314158,41.176223351671354],[-73.37263012309636,41.1760603516431],[-73.37251812305172,41.175913351618],[-73.37210412288658,41.17536835152493],[-73.37199912284484,41.17523235150176],[-73.37183712277881,41.17499435146051],[-73.37175412274499,41.174872351439355],[-73.37160412268622,41.17469335140924],[-73.37137412262369,41.17490035145727],[-73.37068412243624,41.17552235160152],[-73.3704551223741,41.175730351649705],[-73.37031312233232,41.17580235166843],[-73.37017212229085,41.17587435168714],[-73.36997612223314,41.175973351712926],[-73.36854112181092,41.17670335190267],[-73.36806312167035,41.17694735196605],[-73.36775412158133,41.177137352013325],[-73.36682912131504,41.177710352155685],[-73.36652112122638,41.17790135220312],[-73.3661671211249,41.178128352259115],[-73.36510612082095,41.17881135242743],[-73.36475312071987,41.17903935248357],[-73.36456712066332,41.179102352501985],[-73.36401212049483,41.179294352557704],[-73.3638991204606,41.179334352569235],[-73.36382712043876,41.17935935257647],[-73.36374012039622,41.17910835253022],[-73.36350512031467,41.17901135251894],[-73.36344412029352,41.178986352516034],[-73.36282012007706,41.17873035248636],[-73.36201811981242,41.1786383524946],[-73.36200911980929,41.17863435249412],[-73.3615941196657,41.17847035247561],[-73.36155311964906,41.17841135246541],[-73.3614041195886,41.17819735242841],[-73.36148911959613,41.17784935235757],[-73.36154311960118,41.17763235231336],[-73.36147811956623,41.17738935226792],[-73.36138311950835,41.176915352178305],[-73.36170411957143,41.17620435202871],[-73.36172111957015,41.17608635200507],[-73.36172911956989,41.17603635199503],[-73.36171811956392,41.17599435198717],[-73.36173311955532,41.175759351940705],[-73.36191911960279,41.17553835189137],[-73.36193511960687,41.17551935188715],[-73.36254011976746,41.17490735174763],[-73.3627361198325,41.174936351746894],[-73.36289911988825,41.174989351751925],[-73.3630111199204,41.17491835173438],[-73.36330911998824,41.1744203516272],[-73.36327011995569,41.17407235156039],[-73.36335311997368,41.17391835152754],[-73.36351412001838,41.17378935149704],[-73.36383312011627,41.17369735146861],[-73.363948120146,41.1735673514394],[-73.36387312011006,41.17336335140195],[-73.36377812007534,41.17329335139136],[-73.36362512001939,41.17318035137426],[-73.36342111994841,41.17309335136391],[-73.36325111988302,41.172911351333866],[-73.36316111984223,41.17270735129689],[-73.36320811984513,41.17249235125328],[-73.36323311984701,41.172384351231344],[-73.36327411985494,41.172291351211804],[-73.36357611993358,41.17195935113697],[-73.36366011995553,41.1718683511164],[-73.36373911997798,41.17181435110327],[-73.36381812000037,41.171759351089925],[-73.36404512006479,41.17160235105179],[-73.3640571200686,41.17160135105121],[-73.36415312009926,41.171594351046686],[-73.36423912011676,41.17141435100865],[-73.36492812030684,41.1708433508744],[-73.3652611203976,41.17054835080579],[-73.36565012050376,41.170205350725944],[-73.36634412069873,41.16969135060269],[-73.36716312093583,41.16920735048118],[-73.36724412095006,41.168998350437654],[-73.36724712091504,41.16837035031467],[-73.3670791208409,41.16802435025246],[-73.36658712065358,41.16753135017209],[-73.36641012057898,41.167228350118585],[-73.36635712055663,41.16713735010251],[-73.36631912046232,41.16570534982356],[-73.36630812043542,41.16529734974406],[-73.3663361204409,41.165235349731006],[-73.36637612044892,41.16514934971288],[-73.36659012049108,41.16467734961351],[-73.36692912055823,41.16393534945721],[-73.36708112058828,41.163602349387084],[-73.36713812060134,41.163508349366815],[-73.36728512063506,41.16326734931484],[-73.36754812069547,41.16283734922211],[-73.36754812069536,41.162835349221716],[-73.36765412071783,41.16262934917794],[-73.36765612071225,41.16252034915653],[-73.36766012070616,41.16239134913116],[-73.36772712071996,41.16225434910215],[-73.36768712070341,41.16219134909113],[-73.36765712068605,41.16205734906589],[-73.36759212064786,41.1617573490093],[-73.36747412059233,41.16145434895387],[-73.36739812055656,41.161258348918],[-73.36733012052943,41.161168348902606],[-73.36692312036713,41.16063234881101],[-73.36563211985215,41.158928348519744],[-73.36572111986965,41.15873134847827],[-73.36604511993349,41.158016348327735],[-73.36618311997482,41.15795934831206],[-73.36628412000519,41.157919348300936],[-73.36629411998891,41.15757834823386],[-73.366299119982,41.157429348204545],[-73.36625211996244,41.1573533481912],[-73.36615611991944,41.15714434815344],[-73.36608511987549,41.15677734808392],[-73.36607111986649,41.15669934806912],[-73.36602811983028,41.15630934799419],[-73.36606911982567,41.15599734793179],[-73.3661211198359,41.155882347907564],[-73.36620711985292,41.15569434786794],[-73.3665411199441,41.15540034779949],[-73.36689812003834,41.155030347715396],[-73.36690212003947,41.15502734771468],[-73.36706012008689,41.154963347696984],[-73.3670921200954,41.154931347689676],[-73.36736512017582,41.154794347653926],[-73.36744012019155,41.15464534762231],[-73.36770912024778,41.154108347508405],[-73.36772212024323,41.153955347478025],[-73.36774212024329,41.153843347455464],[-73.36743812013017,41.15358434741471],[-73.36741312012066,41.15355934741063],[-73.36705611998406,41.15318934734988],[-73.36674311983766,41.15239934720546],[-73.36645011971957,41.15199134713518],[-73.36585811949526,41.151416347041966],[-73.36539411931801,41.150940346963964],[-73.36536111928233,41.15050334687949],[-73.36539511928731,41.150398346857834],[-73.36556411931318,41.14989534675382],[-73.36595811940263,41.14923234661115],[-73.36635411951893,41.14902734655808],[-73.36635011950871,41.14887134652767],[-73.3663501195086,41.14886934652729],[-73.36615811942568,41.1485053464623],[-73.36586411930973,41.148140346400446],[-73.36510211903376,41.14762234632396],[-73.365042119012,41.14758134631789],[-73.36497511898497,41.14748734630168],[-73.364834118928,41.147288346267324],[-73.3648631189279,41.14712234623388],[-73.36426411869938,41.146513346134235],[-73.36424411866318,41.14599334603307],[-73.3642121186025,41.14511334586182],[-73.36468011870495,41.14425934567934],[-73.36424611849498,41.14304134545504],[-73.36391911833681,41.142124345286184],[-73.36385311830477,41.141937345251726],[-73.36323311804726,41.14093934507657],[-73.36382511823179,41.14081934503373],[-73.36404811830126,41.14077334501742],[-73.36425211836406,41.140718344999996],[-73.36448511843452,41.14063334497573],[-73.36456311845807,41.1406043449675],[-73.36469111849158,41.14046634493629],[-73.36481011851592,41.14021934488406],[-73.36488111853213,41.14010134485862],[-73.36517311860399,41.13970734477192],[-73.36540111865816,41.1393653446975],[-73.3656131187097,41.13906834463243],[-73.36569911873069,41.1389493446063],[-73.36593711879041,41.13864834453958],[-73.36634711890105,41.13826534445119],[-73.3664031189162,41.13821334443917],[-73.36652611895144,41.1381343444197],[-73.36663611898192,41.13804534439866],[-73.36665311898655,41.13803034439518],[-73.36669411899797,41.137998344387555],[-73.36670611900111,41.13798534438462],[-73.36672211900537,41.137969344380956],[-73.36691411905811,41.13780634434278],[-73.36704911909528,41.13769334431624],[-73.36728611915994,41.13748434426757],[-73.36749111921696,41.13732234422914],[-73.36754811923288,41.13727834421866],[-73.36769311927367,41.137172344193154],[-73.36779411930273,41.13710934417753],[-73.36812211940249,41.13699934414526],[-73.36857211953937,41.13684934410118],[-73.36915611972084,41.13672134405704],[-73.36946911981762,41.13664434403172],[-73.36975211990521,41.13657634400914],[-73.36992211995793,41.13653734399596],[-73.3701951200426,41.1364743439747],[-73.37072112020574,41.13635434393401],[-73.37087112025013,41.136282343915],[-73.37100112029034,41.13625034390449],[-73.37102012029624,41.136246343903096],[-73.37112512032675,41.13618634388789],[-73.37125312036481,41.13612834387235],[-73.37154112044361,41.135878343813985],[-73.3715661204505,41.135857343809064],[-73.37177012050283,41.135619343755785],[-73.37201312056314,41.135300343685365],[-73.3722451206196,41.13497634361435],[-73.37228012062823,41.134929343603986],[-73.37248312067945,41.134677343548],[-73.37293312079687,41.13418734343734],[-73.37383312103188,41.1332093432164],[-73.37415412111696,41.13288234314185],[-73.37429312115297,41.132726343106754],[-73.37457712122679,41.13241234303598],[-73.37475612127534,41.13224934299821],[-73.37503812135324,41.13201734294356],[-73.37544012146442,41.131689342866174],[-73.37588212158619,41.13132034277946],[-73.37616312166371,41.13108734272464],[-73.37651012175805,41.130775342652186],[-73.37668112180563,41.13064134262036],[-73.37690212186725,41.13046934257944],[-73.37787212215024,41.12993534244314],[-73.3784671223256,41.129638342365524],[-73.37886012244147,41.129443342314495],[-73.3790891225104,41.12935434228958],[-73.3799501227696,41.12902034219599],[-73.38064912298113,41.1287683421238],[-73.38112712312667,41.12861134207741],[-73.38111512312358,41.128625342080554],[-73.38115412314133,41.12871534209691],[-73.3811761231548,41.12882634211792],[-73.38119112316593,41.12893634213898],[-73.3812141231831,41.12910634217152],[-73.38123912320124,41.12928234220517],[-73.38129412323904,41.129632342271925],[-73.38133812327024,41.12992934232865],[-73.38135112328177,41.1300573423533],[-73.3813631232913,41.13015634237228],[-73.3813701232989,41.130249342390286],[-73.3813731233018,41.13028334239684],[-73.38138212331421,41.13044934242905],[-73.38138612331956,41.130520342442836],[-73.38140312332997,41.13060634245912],[-73.38142312334325,41.13072534248176],[-73.38144812335946,41.13086734250877],[-73.38145112336169,41.130889342512965],[-73.38147312337864,41.13106134254594],[-73.3815071233994,41.13123234257831],[-73.38152812341602,41.13140434261132],[-73.38153212341886,41.131431342616466],[-73.3815591234364,41.13158534264574],[-73.38158212345299,41.13174534267633],[-73.3816091234696,41.13188334270248],[-73.38147212342692,41.13191134271244],[-73.38193312370741,41.13420934314738],[-73.38290512429866,41.13905134406372],[-73.38290612430076,41.139082344069756],[-73.38290812430468,41.13913934408085],[-73.38288912433434,41.139765344204044],[-73.3827681243001,41.139850344224655],[-73.3828111243362,41.140238344299206],[-73.38286712437164,41.140541344356706],[-73.38288012438404,41.14068434438428],[-73.38290212439715,41.14078934440412],[-73.38293012442206,41.14106634445744],[-73.38287712441576,41.141255344496166],[-73.38268512437877,41.141693344588205],[-73.38267312438248,41.14182634461464],[-73.3826781243927,41.14197634464386],[-73.38272412442885,41.142348344715174],[-73.38276212444441,41.1424053447251],[-73.38277012444773,41.14241834472738],[-73.38286412448349,41.142512344742705],[-73.38308512456632,41.14271134477444],[-73.38352812473249,41.143112344838464],[-73.38410412494541,41.143579344911046],[-73.38425912500276,41.14370534493065],[-73.38435312503638,41.143762344938736],[-73.38446512507711,41.14384134495052],[-73.38459412512695,41.14398334497411],[-73.38474912518788,41.14417234500604],[-73.38493912525873,41.14433734503213],[-73.38509912531957,41.144496345058016],[-73.38560712551116,41.14497434513497],[-73.38601812566458,41.14533334519181],[-73.3862461257518,41.14556934523056],[-73.38644012582607,41.145771345263746],[-73.3866851259192,41.146014345303314],[-73.38708412607772,41.14653034539126],[-73.38735012618554,41.14691134545715],[-73.38746512623221,41.14707734548588],[-73.38778112636545,41.14762034558183],[-73.3883971266114,41.148437345721604],[-73.38877012676168,41.148956345811],[-73.38877112681975,41.149964346008275],[-73.38872812684528,41.150652346144355],[-73.38853012696427,41.1538473467762],[-73.38844112696583,41.15437634688264],[-73.3881751269707,41.15596234720177],[-73.38808712697262,41.156492347308365]]]},"properties":{"name":501,"geoid":"09001050100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.3802581310351,41.271237369989706],[-73.37954213081562,41.271449370054576],[-73.37780613028364,41.27196637021241],[-73.37739713015824,41.27208737024945],[-73.37668312993952,41.272301370314636],[-73.3759361297106,41.27252337038247],[-73.37369712902463,41.273193370586675],[-73.37295112879612,41.27341737065487],[-73.3728781287785,41.27352137067755],[-73.37286412877523,41.2735433706823],[-73.372769128748,41.27360437069731],[-73.3727181287334,41.273637370705444],[-73.37261612870195,41.273664370714044],[-73.37253912867702,41.27366437071657],[-73.37252912867379,41.273664370716894],[-73.37242412863682,41.273612370710204],[-73.37209812853864,41.27373937074569],[-73.37205512852576,41.2737573707506],[-73.37168712841503,41.27390237079098],[-73.3712431282814,41.274077370839684],[-73.37112312824529,41.274124370852796],[-73.37079812814754,41.27425337088864],[-73.37060512808975,41.27433437091076],[-73.37043512803895,41.27440737093059],[-73.37035012801299,41.27443437093865],[-73.37008112793085,41.27451937096406],[-73.37001112790938,41.274540370970456],[-73.36981212784868,41.27460437098945],[-73.36961112778795,41.2746793710107],[-73.36901112760692,41.27490737107487],[-73.36881212754689,41.27498337109623],[-73.36772812712526,41.27375437089194],[-73.36447712586073,41.270067370279],[-73.36339412543953,41.268839370074836],[-73.36166112479391,41.26736736984435],[-73.36165312479075,41.26735736984265],[-73.36151912473645,41.26716736980997],[-73.361096124565,41.26656736970673],[-73.3609551245079,41.266368369672506],[-73.35831812349178,41.263541369207104],[-73.35826912347292,41.26348936919857],[-73.35568112247569,41.26071436874165],[-73.35484312215272,41.25981436859341],[-73.35400412182948,41.25891536844539],[-73.35076712058229,41.25544436787374],[-73.35021412036922,41.25485136777608],[-73.34790311947894,41.25237436736809],[-73.34752911933487,41.25197336730203],[-73.34224411730868,41.24647636640158],[-73.34143311699779,41.245633366263476],[-73.33679011518161,41.24017136534857],[-73.33671411514842,41.24002136532176],[-73.33648311505344,41.23966936526056],[-73.33613511491367,41.23919636517956],[-73.33607511488817,41.2390903651608],[-73.33600411485928,41.23898736514301],[-73.33592111482761,41.238903365129325],[-73.33587411480717,41.23881236511306],[-73.33550111466465,41.23843236505105],[-73.3353561146048,41.238207365011846],[-73.33516111452701,41.23795136496821],[-73.335092114496,41.23780036494097],[-73.3349911144538,41.23763436491184],[-73.3349271144258,41.23750736488914],[-73.3346721143171,41.23705136480839],[-73.33449811424025,41.23669336474416],[-73.33446311422647,41.236650364736896],[-73.33426211414705,41.23640036469462],[-73.33408411407488,41.23614636465082],[-73.3338931139948,41.23582836459496],[-73.33365211390117,41.2355553645495],[-73.33303611366384,41.234893364440325],[-73.33266711352263,41.234513364378145],[-73.33224411336549,41.234160364323024],[-73.33219511334734,41.23412036431681],[-73.33172811317351,41.233724364254705],[-73.3313651130417,41.23347436421774],[-73.33155011310295,41.23349836421638],[-73.33166511314109,41.23351436421575],[-73.3319961132457,41.23347136419651],[-73.33210311327825,41.233435364185986],[-73.3322821133329,41.23337836416899],[-73.33229411333654,41.23337436416781],[-73.3326751134507,41.2332153641243],[-73.33299311354,41.23297836406759],[-73.33341511365548,41.23261136398207],[-73.3336861137287,41.23235936392397],[-73.33387611378002,41.23218236388318],[-73.33405011382466,41.231979363837816],[-73.33422511386883,41.2317623637897],[-73.33429311388451,41.231652363765974],[-73.33456411395487,41.23135036369811],[-73.3347471140066,41.23122036366673],[-73.33479811402238,41.23120736366251],[-73.33521511413468,41.23081336357188],[-73.33548411420213,41.23047236349646],[-73.33561511422805,41.2301853634361],[-73.33573811425464,41.22995536338714],[-73.33576511425586,41.229824363360656],[-73.33583211428466,41.229948363382704],[-73.33586811430159,41.2300403633995],[-73.33612211438734,41.2301023634033],[-73.33620511441454,41.230108363401754],[-73.33628211443929,41.23010536339865],[-73.33657611452189,41.22988736334644],[-73.3367751145749,41.22968936330124],[-73.33680911458464,41.22966736329583],[-73.3372621147144,41.229374363223755],[-73.33733711473585,41.229325363211736],[-73.33752211478716,41.22917636317656],[-73.33772011484255,41.22902536314058],[-73.33803511493024,41.228777363081825],[-73.3381461149611,41.22868936306099],[-73.33835111501818,41.22852836302283],[-73.33846811504944,41.22841336299653],[-73.33857011507682,41.22831536297404],[-73.33873311512036,41.22815536293745],[-73.33905611520692,41.22784236286573],[-73.3391681152377,41.227747362843495],[-73.33924011525818,41.22769836283156],[-73.33943011531237,41.227571362800525],[-73.33957211535416,41.22749936278182],[-73.33965711537942,41.22746036277142],[-73.34026911556165,41.227185362697654],[-73.34034711558459,41.22714536268729],[-73.34039611559902,41.2271203626808],[-73.34051911563674,41.22708436266973],[-73.3405871156579,41.22706936266459],[-73.34083511573722,41.22705336265334],[-73.34158211597631,41.22700836262012],[-73.341831116056,41.22699336260902],[-73.34239711623873,41.22698636258914],[-73.3424751162624,41.22695936258131],[-73.3426071163037,41.22693436257211],[-73.34270411633256,41.22689036256035],[-73.34272511633777,41.226863362554376],[-73.34279211635481,41.22678236253635],[-73.3429391163898,41.22656336248876],[-73.34316111644526,41.226278362425795],[-73.34326611647435,41.22619336240576],[-73.34355911656141,41.2260583623698],[-73.34443411681625,41.22556636224502],[-73.34491411695306,41.225244362166386],[-73.3456631171643,41.22470336203616],[-73.34583111721075,41.2245653620037],[-73.34608611728139,41.22435836195489],[-73.34635211735682,41.22417336191004],[-73.3465311174076,41.22404936187997],[-73.34649411739959,41.22411836189465],[-73.34647711739605,41.22415236190185],[-73.34645611739309,41.22421936191563],[-73.34644311739515,41.22432836193736],[-73.34643811739446,41.22434436194066],[-73.34641911739267,41.22442036195612],[-73.34648311741579,41.22446236196223],[-73.34663711747147,41.22456436197713],[-73.34667511748553,41.22459536198195],[-73.34668911749075,41.22460736198382],[-73.34673611750813,41.22464536198971],[-73.34679111752851,41.22469036199671],[-73.34682111753966,41.22471536200061],[-73.34690111757112,41.224812362016955],[-73.34691011757528,41.22483436202096],[-73.34709211765828,41.225254362097076],[-73.34712011768583,41.22557636215908],[-73.34714311770819,41.22583636220913],[-73.34713311771542,41.226018362245014],[-73.34711011773547,41.226497362339366],[-73.34710911773915,41.226567362353066],[-73.34710711774909,41.226751362389095],[-73.34716211777459,41.22688536241347],[-73.34729311782769,41.22707236244574],[-73.34748911790787,41.22736436249637],[-73.34757011794056,41.22747736251579],[-73.34778411802674,41.227772362566434],[-73.34796611809757,41.22798036260112],[-73.34825411821177,41.22834636266321],[-73.34848111830141,41.22862836271088],[-73.34856711833652,41.228755362732876],[-73.34865911837197,41.22885436274921],[-73.34875511841187,41.22900836277616],[-73.34893111848471,41.22928536282452],[-73.34902011852161,41.22942636284915],[-73.34912011856109,41.229550362870114],[-73.34933711864686,41.22982136291596],[-73.34938011866474,41.229890362928025],[-73.3495571187336,41.2300923629617],[-73.34967411877841,41.23021336298151],[-73.34976711881345,41.230299362995275],[-73.34982011883345,41.230349363003306],[-73.3499801188927,41.23047936302346],[-73.35005111892002,41.23055536303598],[-73.35013811895358,41.230649363051505],[-73.35029811899707,41.23050536301814],[-73.35055211907022,41.23034836297914],[-73.35079011913724,41.23017436293736],[-73.35096211918778,41.230085362914345],[-73.35105111921416,41.23004336290322],[-73.3516711193985,41.22976036282764],[-73.3517551194228,41.229710362815105],[-73.35180611943615,41.229655362802696],[-73.35185011944675,41.22959236278894],[-73.35190411945901,41.2295013627694],[-73.3519401194653,41.22940836275006],[-73.35210711950934,41.229234362710585],[-73.35233811956844,41.22896236264988],[-73.35242511958735,41.22880136261558],[-73.3524601195869,41.22859636257437],[-73.35253011960639,41.228541362561344],[-73.35258411961972,41.2284693625455],[-73.35274011966507,41.228380362523],[-73.35325611982276,41.228219362474654],[-73.35351211989916,41.22810736244439],[-73.35353711990666,41.22809736244163],[-73.35356611991531,41.22808436243813],[-73.35409412007694,41.22792436238959],[-73.35420312010676,41.22782936236746],[-73.35427412012305,41.22771336234246],[-73.35433312013055,41.22751136230107],[-73.35433612013094,41.227501362299016],[-73.3543581201211,41.227206362240665],[-73.35435112011672,41.22716936223365],[-73.35433712010754,41.227088362218275],[-73.35433912010038,41.226952362191646],[-73.35427812007335,41.226825362168825],[-73.35426612006412,41.226732362151054],[-73.35426612005676,41.22660436212604],[-73.35429312006,41.226508362106394],[-73.35441912008203,41.22618236203858],[-73.35454412010408,41.225862361971956],[-73.35484112015389,41.22505636180475],[-73.35497012017392,41.22467836172666],[-73.35504812017662,41.2242863616475],[-73.35502912014549,41.22385136156313],[-73.35502512014277,41.22382636155838],[-73.3550081201312,41.22372036153822],[-73.35502312012947,41.22360636151544],[-73.35527612017911,41.223045361397546],[-73.35549912022498,41.22258736130074],[-73.35571412026385,41.22205336118935],[-73.35581912027921,41.22172936112259],[-73.35589912029046,41.22147436107015],[-73.3560001203074,41.22120036101329],[-73.35604312030718,41.22095436096382],[-73.35609312031256,41.22076636092543],[-73.35616512032614,41.22059736089006],[-73.35634712037135,41.22035936083759],[-73.35656612042969,41.220141360787835],[-73.35675912047914,41.21991536073733],[-73.35677912048205,41.21985336072457],[-73.35684712049468,41.219690360690485],[-73.35690812050902,41.21959636067013],[-73.35725312059888,41.21921736058477],[-73.35754712067194,41.21883336050009],[-73.35765312069356,41.21861236045343],[-73.35773312070737,41.218402360409776],[-73.35778512071924,41.218316360391256],[-73.35791412075022,41.2181293603505],[-73.35791712075047,41.218116360347864],[-73.35798512075822,41.21786836029716],[-73.35809512077917,41.21761336024373],[-73.3582571208214,41.217436360203834],[-73.35859512092104,41.21726736015973],[-73.35868612094865,41.217235360150504],[-73.35921712111761,41.21718636012355],[-73.35971212127616,41.217159360102066],[-73.35984212131811,41.21715736009742],[-73.36011812140524,41.217119360080936],[-73.36020312143191,41.21710536007542],[-73.36044312150732,41.21706636005996],[-73.36066712157373,41.216961360032094],[-73.36079312160864,41.21685936000804],[-73.36087012162636,41.21673435998109],[-73.3609891216586,41.21662535995589],[-73.3610361216694,41.2165483599393],[-73.3610731216798,41.21652135993282],[-73.36111312169108,41.21649235992583],[-73.36117812170822,41.21642435991042],[-73.3613621217606,41.21630035988016],[-73.36195612194007,41.21607935981752],[-73.36213512199153,41.21596735978978],[-73.36244312207263,41.215644359716556],[-73.36269512213525,41.215315359644],[-73.36290012218986,41.21511135959742],[-73.36312912225522,41.21495935956022],[-73.36318112226989,41.21492235955129],[-73.36341612233645,41.21475735951135],[-73.3635071223627,41.214702359497615],[-73.36355912237622,41.21464435948459],[-73.36363412239656,41.21457635946885],[-73.36385012246144,41.21448935944476],[-73.36419812256396,41.21431435939917],[-73.36457112266997,41.21405935933711],[-73.36493812277479,41.2138173592778],[-73.36575912301,41.21328835914751],[-73.36658512324439,41.21271735900887],[-73.366688123275,41.21267035899632],[-73.36685112332388,41.21260335897789],[-73.36699412336726,41.21255335896342],[-73.36732612347018,41.2124753589373],[-73.36759312355247,41.21240435891468],[-73.36769912358514,41.21237635890574],[-73.36782512362326,41.212330358892615],[-73.36798112366844,41.21223835886954],[-73.36854112383361,41.21196035879685],[-73.36921012403221,41.211650358714365],[-73.36934912407224,41.211564358693],[-73.36939112408437,41.211539358686736],[-73.36959412414373,41.21142935865859],[-73.3697481241859,41.21129635862755],[-73.36992912423538,41.211138358590745],[-73.37011512428188,41.21090035853813],[-73.37024212430991,41.2106733584896],[-73.37052112437827,41.210292358406],[-73.37066412441816,41.21018135837962],[-73.37081012446004,41.210088358356664],[-73.37116712456485,41.20990235830862],[-73.37134012461642,41.20982635828809],[-73.37197912480723,41.209549358213025],[-73.37210112484226,41.20947235819397],[-73.37211912484476,41.20941435818206],[-73.37213412484667,41.209363358171586],[-73.37215412484974,41.2093043581594],[-73.37218412485618,41.20924735814728],[-73.37218612485505,41.20921635814116],[-73.372192124854,41.20916435813079],[-73.37180412469777,41.208629358038934],[-73.37139112453151,41.20806035794122],[-73.37063212422706,41.20703335776533],[-73.3703531241151,41.20665535770059],[-73.37022712406626,41.20651435767714],[-73.37008712400971,41.20631835764341],[-73.36979812389298,41.20591335757371],[-73.36965512383732,41.20574935754632],[-73.36965112383574,41.205744357545484],[-73.36951012377905,41.20555135751238],[-73.36971712384165,41.20547535749074],[-73.36999312392598,41.20538935746489],[-73.37009512395524,41.20532435744884],[-73.37020612398874,41.20528235743699],[-73.37029212401454,41.20524735742733],[-73.37195912451519,41.204576357241585],[-73.37264812472381,41.20432835717054],[-73.37301512483499,41.204197357132905],[-73.37344512496585,41.204054357090875],[-73.37352112498895,41.204028357083295],[-73.37375012505865,41.20395235706094],[-73.37376712506388,41.203947357059405],[-73.37381412507659,41.20390435704946],[-73.37389512510072,41.20386835703977],[-73.37414012517394,41.203763357011226],[-73.37416612518177,41.203753357008424],[-73.37422112519796,41.20372535700114],[-73.37433412523117,41.2036673569861],[-73.3744611252676,41.20358635696611],[-73.37455712529521,41.20352635695123],[-73.37467112532805,41.20345635693381],[-73.37479712536532,41.203395356917774],[-73.37518712547887,41.20317635686217],[-73.37531012551476,41.203108356844865],[-73.3754311255501,41.203042356827986],[-73.37561112560262,41.20294335680274],[-73.375958125704,41.20275435675443],[-73.37616412576558,41.20266635673049],[-73.37618812577284,41.20265735672795],[-73.37635212582151,41.20258135670772],[-73.37638712583203,41.202567356703824],[-73.3764921258637,41.20252735669256],[-73.37652812587459,41.202514356688845],[-73.3770031260185,41.20234535664026],[-73.3770911260453,41.2023163566317],[-73.37748212616455,41.202190356594265],[-73.37779112625591,41.202041356555014],[-73.37804112632759,41.20188135651554],[-73.3783821264238,41.20163635645649],[-73.37857412648195,41.201567356436705],[-73.3786821265144,41.20152435642476],[-73.37878612654573,41.20148435641352],[-73.37925112668799,41.201342356370546],[-73.37952812677263,41.20125635634466],[-73.38036012702713,41.201002356267736],[-73.38063812711216,41.200917356242016],[-73.38095412720791,41.20080535620978],[-73.38117712727603,41.20073535618879],[-73.38120712728521,41.200726356186046],[-73.38184212747548,41.20046335611383],[-73.38249312767225,41.20022335604558],[-73.3827621277523,41.200102356013126],[-73.382902127794,41.200040355996414],[-73.383261127898,41.1998293559434],[-73.38347712796259,41.19973735591834],[-73.38391212809265,41.199552355867915],[-73.38410512814765,41.199423355836366],[-73.3841401281577,41.199401355830936],[-73.38428912819877,41.199277355801804],[-73.384570128305,41.1995443558448],[-73.3846631283359,41.19955935584469],[-73.38474712836532,41.199598355849545],[-73.38487612840905,41.19963335585217],[-73.38508112847944,41.19970435585933],[-73.38541012859135,41.199800355867325],[-73.38579612872411,41.19993835588167],[-73.38590912876211,41.199963355882836],[-73.38610812882817,41.19999335588219],[-73.38641512892747,41.19999335587213],[-73.38659512898471,41.19997635586291],[-73.3869971291104,41.19990135583507],[-73.38730612920901,41.19987835582045],[-73.38764412931947,41.199898355813296],[-73.38786912939011,41.19986135579869],[-73.38806112944854,41.199797355779886],[-73.3889931297244,41.19935235566234],[-73.38915912977244,41.199254355637756],[-73.39023113017268,41.20018635578484],[-73.39078913038945,41.200818355890085],[-73.39238813103194,41.203000356264226],[-73.39256313110117,41.2032203563015],[-73.3930891313094,41.20388335641386],[-73.39326513137901,41.20410435645129],[-73.39366313154214,41.204703356555335],[-73.39462813193752,41.206152356806925],[-73.3948601320326,41.20650135686753],[-73.39526013219646,41.207101356971705],[-73.39545613227588,41.2073803570198],[-73.3955451323122,41.207511357042485],[-73.39561313233995,41.20761135705981],[-73.39563413234846,41.20764135706498],[-73.39667213277039,41.20914135732413],[-73.39702613291426,41.20965235741239],[-73.39790513326656,41.21083535761477],[-73.40054413432435,41.21438735822239],[-73.40142413467707,41.215571358424874],[-73.40160813475103,41.215822358467896],[-73.4021621349737,41.21657835859746],[-73.40234713504802,41.21683035864062],[-73.40272913520104,41.217342358728146],[-73.40387513566026,41.218881358991254],[-73.40425713581334,41.21939435907897],[-73.40447613590014,41.21967235912611],[-73.40456313593467,41.21978335914493],[-73.40548313629934,41.220949359342555],[-73.40559113634217,41.22108635936578],[-73.40569113638175,41.221212359387124],[-73.40579013642109,41.22133935940869],[-73.40576913641682,41.22138335941797],[-73.40576813642726,41.221570359454546],[-73.40584613645784,41.22166335947015],[-73.40628413662955,41.22218535955775],[-73.40637213666969,41.22238835959454],[-73.40646513670806,41.22253235961961],[-73.40651013672665,41.22260235963181],[-73.40664013677342,41.222684359643566],[-73.40666213678497,41.222761359657895],[-73.40666713678895,41.22280235966574],[-73.4074061370868,41.223824359841146],[-73.40962513798115,41.226892360367664],[-73.40986413807754,41.227223360424496],[-73.41036513827943,41.227915360543214],[-73.41046413831796,41.22802836056205],[-73.41076113843373,41.2283703606191],[-73.4108601384723,41.22848436063812],[-73.41096313851651,41.228673360671664],[-73.41127213864917,41.22924136077246],[-73.41137613869374,41.22943136080616],[-73.41154313876147,41.229669360847176],[-73.41204713896579,41.23038636097067],[-73.41221513903388,41.23062536101185],[-73.41222513903774,41.23063636101367],[-73.41225813905045,41.230671361019425],[-73.41227013905501,41.23068336102137],[-73.4129941393463,41.23167436119117],[-73.41459913999202,41.233871361567566],[-73.41516814022089,41.23464936170084],[-73.41589314051258,41.23564136187077],[-73.41775314125881,41.238150362299685],[-73.42333614349893,41.24568036358661],[-73.42519814424605,41.24819036401545],[-73.42610914460727,41.24934336421061],[-73.42884514569194,41.25280236479593],[-73.42975714605357,41.253956364991204],[-73.43010314618742,41.254336365053994],[-73.42931814594844,41.25459536513036],[-73.42732314534572,41.25533436534018],[-73.4268681452039,41.255427365373286],[-73.42671314515721,41.25548736539011],[-73.42528614472306,41.255963365529915],[-73.42499814463524,41.25605636555753],[-73.4239101443037,41.2564103656624],[-73.42327814411193,41.2566303657261],[-73.42270814393903,41.25682936578368],[-73.42138414353714,41.257287365916596],[-73.42075314334562,41.25750636598007],[-73.42040314323835,41.257609366011685],[-73.41935514291731,41.25792136610701],[-73.4190061428104,41.258025366138774],[-73.41842014263194,41.258218366195706],[-73.41666414209745,41.25880036636699],[-73.41607914191938,41.25899436642409],[-73.40935513987554,41.26127536709019],[-73.40853613962666,41.26155436717154],[-73.4032991380347,41.26333036769018],[-73.38918213374313,41.268120369088514],[-73.3824591316992,41.270402369754514],[-73.38207113158113,41.270532369792626],[-73.38090713122702,41.27092336990711],[-73.38052013110934,41.27105436994538],[-73.38046713109425,41.27109036995416],[-73.38031013104978,41.271200369980775],[-73.3802581310351,41.271237369989706]]]},"properties":{"name":551,"geoid":"09001055100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.32901511113175,41.213433360378005],[-73.3290471111398,41.21339336036913],[-73.32912711116352,41.2133553603591],[-73.32915611116974,41.213300360347404],[-73.3292111111723,41.213034360293605],[-73.32922211117315,41.21298736028405],[-73.32921411116834,41.2129483602767],[-73.32928011115816,41.212398360167015],[-73.32934011116225,41.212131360112856],[-73.32939611116616,41.21188336006256],[-73.32959011122004,41.21172836002592],[-73.32966511124093,41.21166936001194],[-73.32994811132335,41.21151035997159],[-73.32999211133593,41.21148135996448],[-73.33017411138799,41.21136235993527],[-73.33017711138872,41.21135835993439],[-73.3303121114257,41.21124135990711],[-73.33034111142813,41.21112035988251],[-73.33035511142798,41.21103835986602],[-73.33031211140397,41.210862359833015],[-73.33024711137864,41.21078735982047],[-73.33010111132185,41.2106203597926],[-73.32970811119408,41.2106093598033],[-73.32944711110653,41.21055535980127],[-73.32916311100772,41.210434359786916],[-73.32894611092364,41.21019235974668],[-73.328933110916,41.21013235973538],[-73.32892711091235,41.21010235972972],[-73.32890911090132,41.21001135971251],[-73.32922811098089,41.20959935962154],[-73.32935911101765,41.2095013595981],[-73.32964211108055,41.209001359491104],[-73.32994111116278,41.20874835943186],[-73.33013711121833,41.20861135939868],[-73.33039811129555,41.2084853593655],[-73.33058711135318,41.20842435934741],[-73.33066111137433,41.2083753593354],[-73.33073611139577,41.20832635932338],[-73.33080011141125,41.208235359303494],[-73.33086411142675,41.20814435928361],[-73.33095211144439,41.207955359243776],[-73.33095811144553,41.20794135924085],[-73.33106011145371,41.20750835915287],[-73.33119011148281,41.20728235910443],[-73.33132111151957,41.207184359081],[-73.33134611152406,41.207121359067855],[-73.33153911155989,41.20665735897083],[-73.33157611156962,41.206618358962],[-73.33170511158924,41.2062323588823],[-73.3317791116004,41.2060093588363],[-73.3318451116136,41.20586735880637],[-73.33195311163526,41.20563535875747],[-73.33241811175391,41.20508135863397],[-73.33249111177376,41.20501535861866],[-73.33246211174924,41.20475135856801],[-73.3323751117092,41.20454335853018],[-73.33233811167676,41.20418635846159],[-73.33233811167663,41.2041843584612],[-73.33236011167476,41.20402735842978],[-73.33262211173808,41.20365335834809],[-73.33302111184359,41.203242358254684],[-73.33329711191115,41.20286335817157],[-73.33331211190747,41.202714358141954],[-73.33325411186672,41.20233035806875],[-73.33317611182837,41.20210135802653],[-73.33316611182345,41.202072358021184],[-73.33314411180504,41.201875357983376],[-73.33311511178495,41.201688357947766],[-73.3330061117277,41.201304357876246],[-73.3329771116994,41.20097435781267],[-73.33303511170311,41.20071135775935],[-73.33315111172962,41.200519357718015],[-73.3331881117299,41.2003153576769],[-73.33319511172466,41.200184357651054],[-73.33328211174151,41.1999873576097],[-73.33330911174671,41.19992535759668],[-73.33334711174768,41.199728357556936],[-73.33342011176536,41.1996243575342],[-73.33345611176628,41.199437357496464],[-73.33342711173808,41.19910835743308],[-73.3334721117391,41.198872357385454],[-73.33347811173942,41.198844357379784],[-73.33357411176304,41.19871435735123],[-73.33368711179787,41.19868435734167],[-73.33397911188786,41.198606357316876],[-73.33426911197027,41.198407357268465],[-73.33445211202556,41.19833935724919],[-73.33490211215789,41.198108357189334],[-73.3351601122375,41.19804135716777],[-73.33525111226552,41.198016357159915],[-73.33542611231955,41.19797135714539],[-73.33552111234764,41.1979253571333],[-73.33560711237315,41.197885357122665],[-73.33565811238829,41.1978613571163],[-73.33641411262309,41.197691357058346],[-73.33656811267124,41.19766235704763],[-73.33671211271633,41.19763635703785],[-73.33695911278832,41.197498357002786],[-73.33718511285483,41.197383356972914],[-73.33727211287794,41.19729535695287],[-73.33740211291088,41.197136356917525],[-73.33747011292937,41.19707535690337],[-73.33766411298208,41.196900356862805],[-73.33770811299291,41.196840356849634],[-73.33780211300223,41.19647235677459],[-73.33774411296363,41.19612635670884],[-73.33775811296249,41.196027356689015],[-73.33789311298794,41.19570935662242],[-73.33794711299812,41.195582356595814],[-73.33800911300644,41.19537735655369],[-73.33807011301464,41.1951763565124],[-73.338107113015,41.194973356471486],[-73.3382161130361,41.194726356419615],[-73.33840511308841,41.19457235638332],[-73.33845811310411,41.1945473563767],[-73.33886411322581,41.194379356330565],[-73.33919711332379,41.19420935628645],[-73.34137111396373,41.19310535599947],[-73.34209711417752,41.19273835590396],[-73.34215511419394,41.192697355894055],[-73.34278211437103,41.19224835578572],[-73.34423111478038,41.191213355535936],[-73.34483911495212,41.190778355431],[-73.34552511514592,41.19028835531274],[-73.3457301152074,41.190204355289595],[-73.34589111525473,41.1901213552681],[-73.34666311548185,41.1897273551658],[-73.3469711155731,41.189581355127174],[-73.34733611568129,41.189409355081594],[-73.34813111591275,41.18896135496798],[-73.34824611594628,41.18889735495171],[-73.34856711603973,41.18871635490581],[-73.35051911660808,41.18761735462703],[-73.35131611684025,41.18717035451353],[-73.35163511693109,41.18695535446107],[-73.35259311720415,41.18631335430415],[-73.35291311729539,41.18609935425183],[-73.35326111739606,41.18589235419998],[-73.35430511769825,41.185273354044746],[-73.35465411779931,41.18506735399305],[-73.35532411799306,41.18466735389289],[-73.35733711857544,41.183469353592734],[-73.35800811876963,41.18307135349293],[-73.35816811881634,41.18298335347048],[-73.35825311884125,41.182938353458894],[-73.35865011895727,41.182722353403655],[-73.3588111190044,41.182636353381554],[-73.35939411917306,41.18228935329463],[-73.3611461196801,41.18125035303408],[-73.36150211978313,41.181039352981166],[-73.36173011984914,41.180904352947294],[-73.36212811996107,41.180611352876966],[-73.36214911996693,41.18059535287315],[-73.36340712032057,41.17966735265047],[-73.36376112042015,41.17940735258803],[-73.36382712043876,41.17935935257647],[-73.3638991204606,41.179334352569235],[-73.36401212049483,41.179294352557704],[-73.36456712066332,41.179102352501985],[-73.36475312071987,41.17903935248357],[-73.36510612082095,41.17881135242743],[-73.3661671211249,41.178128352259115],[-73.36652112122638,41.17790135220312],[-73.36682912131504,41.177710352155685],[-73.36775412158133,41.177137352013325],[-73.36806312167035,41.17694735196605],[-73.36854112181092,41.17670335190267],[-73.36997612223314,41.175973351712926],[-73.37017212229085,41.17587435168714],[-73.37031312233232,41.17580235166843],[-73.3704551223741,41.175730351649705],[-73.37068412243624,41.17552235160152],[-73.37137412262369,41.17490035145727],[-73.37160412268622,41.17469335140924],[-73.37175412274499,41.174872351439355],[-73.37183712277881,41.17499435146051],[-73.37199912284484,41.17523235150176],[-73.37210412288658,41.17536835152493],[-73.37251812305172,41.175913351618],[-73.37263012309636,41.1760603516431],[-73.37274112314158,41.176223351671354],[-73.37293512322277,41.176545351727995],[-73.37299312324703,41.17664135174487],[-73.37315112331468,41.17693035179624],[-73.37326712336281,41.17711535182863],[-73.37333512339042,41.17721335184559],[-73.373614123493,41.1774293518787],[-73.37378312355517,41.177560351898784],[-73.3738801235941,41.17769235192144],[-73.37392912361442,41.17777035193511],[-73.37405212366544,41.17796635196942],[-73.37407412367484,41.17800635197651],[-73.37412012369437,41.178087351990854],[-73.37416612371386,41.17816835200521],[-73.37427512376001,41.17835835203879],[-73.37431512377577,41.178407352047074],[-73.37437512379937,41.17848035205939],[-73.37442012381719,41.17853735206907],[-73.37447512383892,41.17860635208077],[-73.3745431238673,41.17871835210045],[-73.37458212388354,41.17878135211149],[-73.3747291239414,41.178961352141904],[-73.3748411239854,41.17909735216483],[-73.37515512411088,41.17951435223612],[-73.37529612416712,41.1797003522679],[-73.37532512417867,41.17973835227437],[-73.37562212429604,41.18011035233742],[-73.37582812437986,41.18041035238935],[-73.37600812445358,41.180680352436276],[-73.3763241245808,41.18111735251142],[-73.37644012462653,41.181260352535595],[-73.37654912467198,41.181438352566836],[-73.37659412469004,41.1814993525773],[-73.3766391247101,41.1815953525946],[-73.37670812473777,41.18168935261074],[-73.37680612477722,41.181824352633924],[-73.37685712479922,41.18192035265104],[-73.37692212482523,41.18200735266592],[-73.3770721248805,41.1821253526841],[-73.37722312493582,41.18223835270124],[-73.37726712495412,41.182309352713695],[-73.37730012496702,41.182348352720254],[-73.37730612496937,41.18235535272142],[-73.37744012502749,41.18261335276749],[-73.37749112504748,41.18267435277777],[-73.37753012506272,41.18272035278548],[-73.37758212508453,41.182807352800786],[-73.3776061250966,41.18288235281469],[-73.3776311251091,41.182959352828924],[-73.37763012511195,41.183014352839706],[-73.37765912512927,41.18315335286594],[-73.37766612513339,41.18318535287197],[-73.37771012515232,41.18326735288657],[-73.37775312517518,41.183423352915675],[-73.37784212521417,41.18360135294757],[-73.37788012523023,41.18366735295924],[-73.37789912523752,41.18368735296254],[-73.37803612529002,41.183830352986014],[-73.3781281253239,41.18390235299709],[-73.37816612534056,41.183978353010694],[-73.3781581253514,41.18421235305673],[-73.37816812535996,41.1843053530746],[-73.37817412536454,41.1843513530834],[-73.37825112539322,41.18441735309378],[-73.37842612545418,41.184493353102916],[-73.37862012552134,41.18457035311162],[-73.37876912557392,41.184647353121804],[-73.37891312563536,41.18490635316776],[-73.3790121256808,41.185140353210265],[-73.37921212575999,41.1853933532532],[-73.3792221257639,41.18540535325522],[-73.37950912587428,41.18571135330567],[-73.37956912589792,41.18578535331818],[-73.37968712594439,41.18593035334268],[-73.37982712599954,41.18610235337173],[-73.38004412608434,41.1863573534145],[-73.38004712608554,41.18636135341518],[-73.38016412613182,41.1865083534401],[-73.38029712618474,41.186681353469574],[-73.38069312634248,41.187198353557726],[-73.38069712634406,41.18720335355856],[-73.38083412639824,41.187375353587704],[-73.38113712652165,41.187818353664426],[-73.38178712678635,41.18876835382891],[-73.38211412691085,41.18909535388218],[-73.38249512705588,41.18947535394399],[-73.38257812709402,41.18967235397981],[-73.38270512714531,41.189850354010446],[-73.3833831274148,41.19072535415935],[-73.38355012748028,41.19092535419299],[-73.38359212750115,41.19105235421646],[-73.38462512792223,41.19256835447906],[-73.3864391286617,41.19523035494013],[-73.38774112919049,41.19710635526426],[-73.38844812947762,41.19812435544013],[-73.3887881296157,41.19861435552479],[-73.38915912977244,41.199254355637756],[-73.3889931297244,41.19935235566234],[-73.38806112944854,41.199797355779886],[-73.38786912939011,41.19986135579869],[-73.38764412931947,41.199898355813296],[-73.38730612920901,41.19987835582045],[-73.3869971291104,41.19990135583507],[-73.38659512898471,41.19997635586291],[-73.38641512892747,41.19999335587213],[-73.38610812882817,41.19999335588219],[-73.38590912876211,41.199963355882836],[-73.38579612872411,41.19993835588167],[-73.38541012859135,41.199800355867325],[-73.38508112847944,41.19970435585933],[-73.38487612840905,41.19963335585217],[-73.38474712836532,41.199598355849545],[-73.3846631283359,41.19955935584469],[-73.384570128305,41.1995443558448],[-73.38428912819877,41.199277355801804],[-73.3841401281577,41.199401355830936],[-73.38410512814765,41.199423355836366],[-73.38391212809265,41.199552355867915],[-73.38347712796259,41.19973735591834],[-73.383261127898,41.1998293559434],[-73.382902127794,41.200040355996414],[-73.3827621277523,41.200102356013126],[-73.38249312767225,41.20022335604558],[-73.38184212747548,41.20046335611383],[-73.38120712728521,41.200726356186046],[-73.38117712727603,41.20073535618879],[-73.38095412720791,41.20080535620978],[-73.38063812711216,41.200917356242016],[-73.38036012702713,41.201002356267736],[-73.37952812677263,41.20125635634466],[-73.37925112668799,41.201342356370546],[-73.37878612654573,41.20148435641352],[-73.3786821265144,41.20152435642476],[-73.37857412648195,41.201567356436705],[-73.3783821264238,41.20163635645649],[-73.37804112632759,41.20188135651554],[-73.37779112625591,41.202041356555014],[-73.37748212616455,41.202190356594265],[-73.3770911260453,41.2023163566317],[-73.3770031260185,41.20234535664026],[-73.37652812587459,41.202514356688845],[-73.3764921258637,41.20252735669256],[-73.37638712583203,41.202567356703824],[-73.37635212582151,41.20258135670772],[-73.37618812577284,41.20265735672795],[-73.37616412576558,41.20266635673049],[-73.375958125704,41.20275435675443],[-73.37561112560262,41.20294335680274],[-73.3754311255501,41.203042356827986],[-73.37531012551476,41.203108356844865],[-73.37518712547887,41.20317635686217],[-73.37479712536532,41.203395356917774],[-73.37467112532805,41.20345635693381],[-73.37455712529521,41.20352635695123],[-73.3744611252676,41.20358635696611],[-73.37433412523117,41.2036673569861],[-73.37422112519796,41.20372535700114],[-73.37416612518177,41.203753357008424],[-73.37414012517394,41.203763357011226],[-73.37389512510072,41.20386835703977],[-73.37381412507659,41.20390435704946],[-73.37376712506388,41.203947357059405],[-73.37375012505865,41.20395235706094],[-73.37352112498895,41.204028357083295],[-73.37344512496585,41.204054357090875],[-73.37301512483499,41.204197357132905],[-73.37264812472381,41.20432835717054],[-73.37195912451519,41.204576357241585],[-73.37029212401454,41.20524735742733],[-73.37020612398874,41.20528235743699],[-73.37009512395524,41.20532435744884],[-73.36999312392598,41.20538935746489],[-73.36971712384165,41.20547535749074],[-73.36951012377905,41.20555135751238],[-73.36965112383574,41.205744357545484],[-73.36965512383732,41.20574935754632],[-73.36979812389298,41.20591335757371],[-73.37008712400971,41.20631835764341],[-73.37022712406626,41.20651435767714],[-73.3703531241151,41.20665535770059],[-73.37063212422706,41.20703335776533],[-73.37139112453151,41.20806035794122],[-73.37180412469777,41.208629358038934],[-73.372192124854,41.20916435813079],[-73.37218612485505,41.20921635814116],[-73.37218412485618,41.20924735814728],[-73.37215412484974,41.2093043581594],[-73.37213412484667,41.209363358171586],[-73.37211912484476,41.20941435818206],[-73.37210112484226,41.20947235819397],[-73.37197912480723,41.209549358213025],[-73.37134012461642,41.20982635828809],[-73.37116712456485,41.20990235830862],[-73.37081012446004,41.210088358356664],[-73.37066412441816,41.21018135837962],[-73.37052112437827,41.210292358406],[-73.37024212430991,41.2106733584896],[-73.37011512428188,41.21090035853813],[-73.36992912423538,41.211138358590745],[-73.3697481241859,41.21129635862755],[-73.36959412414373,41.21142935865859],[-73.36939112408437,41.211539358686736],[-73.36934912407224,41.211564358693],[-73.36921012403221,41.211650358714365],[-73.36854112383361,41.21196035879685],[-73.36798112366844,41.21223835886954],[-73.36782512362326,41.212330358892615],[-73.36769912358514,41.21237635890574],[-73.36759312355247,41.21240435891468],[-73.36732612347018,41.2124753589373],[-73.36699412336726,41.21255335896342],[-73.36685112332388,41.21260335897789],[-73.366688123275,41.21267035899632],[-73.36658512324439,41.21271735900887],[-73.36575912301,41.21328835914751],[-73.36493812277479,41.2138173592778],[-73.36457112266997,41.21405935933711],[-73.36419812256396,41.21431435939917],[-73.36385012246144,41.21448935944476],[-73.36363412239656,41.21457635946885],[-73.36355912237622,41.21464435948459],[-73.3635071223627,41.214702359497615],[-73.36341612233645,41.21475735951135],[-73.36318112226989,41.21492235955129],[-73.36312912225522,41.21495935956022],[-73.36290012218986,41.21511135959742],[-73.36269512213525,41.215315359644],[-73.36244312207263,41.215644359716556],[-73.36213512199153,41.21596735978978],[-73.36195612194007,41.21607935981752],[-73.3613621217606,41.21630035988016],[-73.36117812170822,41.21642435991042],[-73.36111312169108,41.21649235992583],[-73.3610731216798,41.21652135993282],[-73.3610361216694,41.2165483599393],[-73.3609891216586,41.21662535995589],[-73.36087012162636,41.21673435998109],[-73.36079312160864,41.21685936000804],[-73.36066712157373,41.216961360032094],[-73.36044312150732,41.21706636005996],[-73.36020312143191,41.21710536007542],[-73.36011812140524,41.217119360080936],[-73.35984212131811,41.21715736009742],[-73.35971212127616,41.217159360102066],[-73.35921712111761,41.21718636012355],[-73.35868612094865,41.217235360150504],[-73.35859512092104,41.21726736015973],[-73.3582571208214,41.217436360203834],[-73.35809512077917,41.21761336024373],[-73.35798512075822,41.21786836029716],[-73.35791712075047,41.218116360347864],[-73.35791412075022,41.2181293603505],[-73.35778512071924,41.218316360391256],[-73.35773312070737,41.218402360409776],[-73.35765312069356,41.21861236045343],[-73.35754712067194,41.21883336050009],[-73.35725312059888,41.21921736058477],[-73.35690812050902,41.21959636067013],[-73.35684712049468,41.219690360690485],[-73.35677912048205,41.21985336072457],[-73.35675912047914,41.21991536073733],[-73.35656612042969,41.220141360787835],[-73.35634712037135,41.22035936083759],[-73.35616512032614,41.22059736089006],[-73.35609312031256,41.22076636092543],[-73.35604312030718,41.22095436096382],[-73.3560001203074,41.22120036101329],[-73.35589912029046,41.22147436107015],[-73.35581912027921,41.22172936112259],[-73.35571412026385,41.22205336118935],[-73.35549912022498,41.22258736130074],[-73.35527612017911,41.223045361397546],[-73.35502312012947,41.22360636151544],[-73.3550081201312,41.22372036153822],[-73.35502512014277,41.22382636155838],[-73.35502912014549,41.22385136156313],[-73.35504812017662,41.2242863616475],[-73.35497012017392,41.22467836172666],[-73.35484112015389,41.22505636180475],[-73.35454412010408,41.225862361971956],[-73.35441912008203,41.22618236203858],[-73.35429312006,41.226508362106394],[-73.35426612005676,41.22660436212604],[-73.35426612006412,41.226732362151054],[-73.35427812007335,41.226825362168825],[-73.35433912010038,41.226952362191646],[-73.35433712010754,41.227088362218275],[-73.35435112011672,41.22716936223365],[-73.3543581201211,41.227206362240665],[-73.35433612013094,41.227501362299016],[-73.35433312013055,41.22751136230107],[-73.35427412012305,41.22771336234246],[-73.35420312010676,41.22782936236746],[-73.35409412007694,41.22792436238959],[-73.35356611991531,41.22808436243813],[-73.35353711990666,41.22809736244163],[-73.35351211989916,41.22810736244439],[-73.35325611982276,41.228219362474654],[-73.35274011966507,41.228380362523],[-73.35258411961972,41.2284693625455],[-73.35253011960639,41.228541362561344],[-73.3524601195869,41.22859636257437],[-73.35242511958735,41.22880136261558],[-73.35233811956844,41.22896236264988],[-73.35210711950934,41.229234362710585],[-73.3519401194653,41.22940836275006],[-73.35190411945901,41.2295013627694],[-73.35185011944675,41.22959236278894],[-73.35180611943615,41.229655362802696],[-73.3517551194228,41.229710362815105],[-73.3516711193985,41.22976036282764],[-73.35105111921416,41.23004336290322],[-73.35096211918778,41.230085362914345],[-73.35079011913724,41.23017436293736],[-73.35055211907022,41.23034836297914],[-73.35029811899707,41.23050536301814],[-73.35013811895358,41.230649363051505],[-73.35005111892002,41.23055536303598],[-73.3499801188927,41.23047936302346],[-73.34982011883345,41.230349363003306],[-73.34976711881345,41.230299362995275],[-73.34967411877841,41.23021336298151],[-73.3495571187336,41.2300923629617],[-73.34938011866474,41.229890362928025],[-73.34933711864686,41.22982136291596],[-73.34912011856109,41.229550362870114],[-73.34902011852161,41.22942636284915],[-73.34893111848471,41.22928536282452],[-73.34875511841187,41.22900836277616],[-73.34865911837197,41.22885436274921],[-73.34856711833652,41.228755362732876],[-73.34848111830141,41.22862836271088],[-73.34825411821177,41.22834636266321],[-73.34796611809757,41.22798036260112],[-73.34778411802674,41.227772362566434],[-73.34757011794056,41.22747736251579],[-73.34748911790787,41.22736436249637],[-73.34729311782769,41.22707236244574],[-73.34716211777459,41.22688536241347],[-73.34710711774909,41.226751362389095],[-73.34710911773915,41.226567362353066],[-73.34711011773547,41.226497362339366],[-73.34713311771542,41.226018362245014],[-73.34714311770819,41.22583636220913],[-73.34712011768583,41.22557636215908],[-73.34709211765828,41.225254362097076],[-73.34691011757528,41.22483436202096],[-73.34690111757112,41.224812362016955],[-73.34682111753966,41.22471536200061],[-73.34679111752851,41.22469036199671],[-73.34673611750813,41.22464536198971],[-73.34668911749075,41.22460736198382],[-73.34667511748553,41.22459536198195],[-73.34663711747147,41.22456436197713],[-73.34648311741579,41.22446236196223],[-73.34641911739267,41.22442036195612],[-73.34643811739446,41.22434436194066],[-73.34644311739515,41.22432836193736],[-73.34645611739309,41.22421936191563],[-73.34647711739605,41.22415236190185],[-73.34649411739959,41.22411836189465],[-73.3465311174076,41.22404936187997],[-73.34635211735682,41.22417336191004],[-73.34608611728139,41.22435836195489],[-73.34583111721075,41.2245653620037],[-73.3456631171643,41.22470336203616],[-73.34491411695306,41.225244362166386],[-73.34443411681625,41.22556636224502],[-73.34355911656141,41.2260583623698],[-73.34326611647435,41.22619336240576],[-73.34316111644526,41.226278362425795],[-73.3429391163898,41.22656336248876],[-73.34279211635481,41.22678236253635],[-73.34272511633777,41.226863362554376],[-73.34270411633256,41.22689036256035],[-73.3426071163037,41.22693436257211],[-73.3424751162624,41.22695936258131],[-73.34239711623873,41.22698636258914],[-73.341831116056,41.22699336260902],[-73.34158211597631,41.22700836262012],[-73.34083511573722,41.22705336265334],[-73.3405871156579,41.22706936266459],[-73.34051911563674,41.22708436266973],[-73.34039611559902,41.2271203626808],[-73.34034711558459,41.22714536268729],[-73.34026911556165,41.227185362697654],[-73.33965711537942,41.22746036277142],[-73.33957211535416,41.22749936278182],[-73.33943011531237,41.227571362800525],[-73.33924011525818,41.22769836283156],[-73.3391681152377,41.227747362843495],[-73.33905611520692,41.22784236286573],[-73.33873311512036,41.22815536293745],[-73.33857011507682,41.22831536297404],[-73.33846811504944,41.22841336299653],[-73.33835111501818,41.22852836302283],[-73.3381461149611,41.22868936306099],[-73.33803511493024,41.228777363081825],[-73.33772011484255,41.22902536314058],[-73.33752211478716,41.22917636317656],[-73.33733711473585,41.229325363211736],[-73.3372621147144,41.229374363223755],[-73.33680911458464,41.22966736329583],[-73.3367751145749,41.22968936330124],[-73.33657611452189,41.22988736334644],[-73.33628211443929,41.23010536339865],[-73.33620511441454,41.230108363401754],[-73.33612211438734,41.2301023634033],[-73.33586811430159,41.2300403633995],[-73.33583211428466,41.229948363382704],[-73.33576511425586,41.229824363360656],[-73.33573811425464,41.22995536338714],[-73.33561511422805,41.2301853634361],[-73.33548411420213,41.23047236349646],[-73.33521511413468,41.23081336357188],[-73.33479811402238,41.23120736366251],[-73.3347471140066,41.23122036366673],[-73.33456411395487,41.23135036369811],[-73.33429311388451,41.231652363765974],[-73.33422511386883,41.2317623637897],[-73.33405011382466,41.231979363837816],[-73.33387611378002,41.23218236388318],[-73.3336861137287,41.23235936392397],[-73.33341511365548,41.23261136398207],[-73.33299311354,41.23297836406759],[-73.3326751134507,41.2332153641243],[-73.33229411333654,41.23337436416781],[-73.3322821133329,41.23337836416899],[-73.33210311327825,41.233435364185986],[-73.3319961132457,41.23347136419651],[-73.33166511314109,41.23351436421575],[-73.33155011310295,41.23349836421638],[-73.3313651130417,41.23347436421774],[-73.33095311289799,41.233293364195845],[-73.33089811287881,41.233269364192964],[-73.33075411282208,41.2330923641631],[-73.33073211281318,41.23306136415775],[-73.33050711272189,41.23273936410221],[-73.3302471126186,41.232405364045455],[-73.33002511253792,41.23225136402262],[-73.3298481124698,41.23206236399148],[-73.32984511246849,41.232056363990395],[-73.32970811240878,41.23178836394252],[-73.32953711233846,41.23152736389712],[-73.32936711227451,41.23137136387219],[-73.3292791122406,41.231276363856516],[-73.32898311212668,41.230960363804456],[-73.32877911204494,41.23068636375758],[-73.32877211204217,41.23067736375605],[-73.32871711202087,41.23061636374593],[-73.32866311199983,41.23055436373558],[-73.32852311194232,41.23034136369856],[-73.328313111856,41.230021363642884],[-73.32815011179012,41.22979236360347],[-73.32799911173007,41.229597363570306],[-73.32783011166512,41.229418363540866],[-73.3277261116266,41.229333363527644],[-73.3277161116229,41.229325363526414],[-73.32749811154542,41.22920436350988],[-73.32735211149445,41.22913936350197],[-73.32734511149202,41.229136363501624],[-73.32722411144644,41.229024363483695],[-73.32705111137824,41.22881136344772],[-73.32630111108269,41.22788936329207],[-73.32622111105117,41.22779136327555],[-73.32601611097039,41.227539363233014],[-73.32594511094236,41.22745136321813],[-73.32595111094349,41.22743736321521],[-73.32581111088666,41.22723636318051],[-73.32580811088152,41.227163363166326],[-73.32580411087179,41.227016363137736],[-73.3259141108961,41.226819363095636],[-73.3263901110482,41.226786363073614],[-73.326538111095,41.22676736306508],[-73.32674711116113,41.22674136305316],[-73.32685511119274,41.226683363038305],[-73.32691411120305,41.22653036300647],[-73.32692511120517,41.226505363001216],[-73.326721111123,41.22622336295278],[-73.32671311111378,41.22610736293038],[-73.32670211110086,41.22594436289888],[-73.32652611103508,41.22579036287455],[-73.32648211101859,41.22575136286837],[-73.32637211096522,41.225441362811374],[-73.3261511108811,41.22522136277561],[-73.3259861108183,41.22505736274896],[-73.32584611075065,41.224667362677316],[-73.32551511063873,41.22458336267173],[-73.32501811047356,41.22450736267312],[-73.32483111041145,41.22447936267376],[-73.32456511031346,41.2242713626418],[-73.32440611024474,41.22397036258818],[-73.32423911014638,41.22319736244258],[-73.32363910989675,41.22222936227299],[-73.32363510987831,41.2219303622147],[-73.32398710995909,41.22135336209041],[-73.32417811000307,41.22104236202339],[-73.32470911015096,41.22062536192454],[-73.32490311020811,41.220527361899045],[-73.32534211033736,41.22030436184111],[-73.32547311036632,41.22007036179109],[-73.32529911027925,41.21953336169182],[-73.32551311032148,41.21906236159277],[-73.32576211037085,41.21851836147831],[-73.32591711040041,41.21815936140306],[-73.32597511033535,41.2166973611154],[-73.32583611027587,41.216444361070494],[-73.32567511021101,41.21622136103217],[-73.32582611024829,41.216019360987744],[-73.32599511029682,41.2159123609613],[-73.32639511041751,41.215760360918516],[-73.32665111048613,41.215512360861666],[-73.32701511058079,41.215109360770995],[-73.32743211068117,41.21450736063969],[-73.32746911069017,41.21445536062833],[-73.32782411078679,41.21413736055457],[-73.32791711081208,41.2140533605351],[-73.32844411096582,41.213761360460786],[-73.32877111105934,41.21354736040826],[-73.32893711110864,41.21347036038779],[-73.32895211111304,41.21346236038573],[-73.32899911112698,41.213440360379884],[-73.32901511113175,41.213433360378005]]]},"properties":{"name":552,"geoid":"09001055200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.36323311804726,41.14093934507657],[-73.36385311830477,41.141937345251726],[-73.36391911833681,41.142124345286184],[-73.36424611849498,41.14304134545504],[-73.36468011870495,41.14425934567934],[-73.3642121186025,41.14511334586182],[-73.36424411866318,41.14599334603307],[-73.36426411869938,41.146513346134235],[-73.3648631189279,41.14712234623388],[-73.364834118928,41.147288346267324],[-73.36497511898497,41.14748734630168],[-73.365042119012,41.14758134631789],[-73.36510211903376,41.14762234632396],[-73.36586411930973,41.148140346400446],[-73.36615811942568,41.1485053464623],[-73.3663501195086,41.14886934652729],[-73.36635011950871,41.14887134652767],[-73.36635411951893,41.14902734655808],[-73.36595811940263,41.14923234661115],[-73.36556411931318,41.14989534675382],[-73.36539511928731,41.150398346857834],[-73.36536111928233,41.15050334687949],[-73.36539411931801,41.150940346963964],[-73.36585811949526,41.151416347041966],[-73.36645011971957,41.15199134713518],[-73.36674311983766,41.15239934720546],[-73.36705611998406,41.15318934734988],[-73.36741312012066,41.15355934741063],[-73.36743812013017,41.15358434741471],[-73.36774212024329,41.153843347455464],[-73.36772212024323,41.153955347478025],[-73.36770912024778,41.154108347508405],[-73.36744012019155,41.15464534762231],[-73.36736512017582,41.154794347653926],[-73.3670921200954,41.154931347689676],[-73.36706012008689,41.154963347696984],[-73.36690212003947,41.15502734771468],[-73.36689812003834,41.155030347715396],[-73.3665411199441,41.15540034779949],[-73.36620711985292,41.15569434786794],[-73.3661211198359,41.155882347907564],[-73.36606911982567,41.15599734793179],[-73.36602811983028,41.15630934799419],[-73.36607111986649,41.15669934806912],[-73.36608511987549,41.15677734808392],[-73.36615611991944,41.15714434815344],[-73.36625211996244,41.1573533481912],[-73.366299119982,41.157429348204545],[-73.36629411998891,41.15757834823386],[-73.36628412000519,41.157919348300936],[-73.36618311997482,41.15795934831206],[-73.36604511993349,41.158016348327735],[-73.36572111986965,41.15873134847827],[-73.36563211985215,41.158928348519744],[-73.36692312036713,41.16063234881101],[-73.36733012052943,41.161168348902606],[-73.36739812055656,41.161258348918],[-73.36747412059233,41.16145434895387],[-73.36759212064786,41.1617573490093],[-73.36765712068605,41.16205734906589],[-73.36768712070341,41.16219134909113],[-73.36772712071996,41.16225434910215],[-73.36766012070616,41.16239134913116],[-73.36765612071225,41.16252034915653],[-73.36765412071783,41.16262934917794],[-73.36754812069536,41.162835349221716],[-73.36754812069547,41.16283734922211],[-73.36728512063506,41.16326734931484],[-73.36713812060134,41.163508349366815],[-73.36708112058828,41.163602349387084],[-73.36692912055823,41.16393534945721],[-73.36659012049108,41.16467734961351],[-73.36637612044892,41.16514934971288],[-73.3663361204409,41.165235349731006],[-73.36630812043542,41.16529734974406],[-73.36631912046232,41.16570534982356],[-73.36635712055663,41.16713735010251],[-73.36641012057898,41.167228350118585],[-73.36658712065358,41.16753135017209],[-73.3670791208409,41.16802435025246],[-73.36724712091504,41.16837035031467],[-73.36724412095006,41.168998350437654],[-73.36716312093583,41.16920735048118],[-73.36634412069873,41.16969135060269],[-73.36565012050376,41.170205350725944],[-73.3652611203976,41.17054835080579],[-73.36492812030684,41.1708433508744],[-73.36423912011676,41.17141435100865],[-73.36415312009926,41.171594351046686],[-73.3640571200686,41.17160135105121],[-73.36404512006479,41.17160235105179],[-73.36381812000037,41.171759351089925],[-73.36373911997798,41.17181435110327],[-73.36366011995553,41.1718683511164],[-73.36357611993358,41.17195935113697],[-73.36327411985494,41.172291351211804],[-73.36323311984701,41.172384351231344],[-73.36320811984513,41.17249235125328],[-73.36316111984223,41.17270735129689],[-73.36325111988302,41.172911351333866],[-73.36342111994841,41.17309335136391],[-73.36362512001939,41.17318035137426],[-73.36377812007534,41.17329335139136],[-73.36387312011006,41.17336335140195],[-73.363948120146,41.1735673514394],[-73.36383312011627,41.17369735146861],[-73.36351412001838,41.17378935149704],[-73.36335311997368,41.17391835152754],[-73.36327011995569,41.17407235156039],[-73.36330911998824,41.1744203516272],[-73.3630111199204,41.17491835173438],[-73.36289911988825,41.174989351751925],[-73.3627361198325,41.174936351746894],[-73.36254011976746,41.17490735174763],[-73.36193511960687,41.17551935188715],[-73.36191911960279,41.17553835189137],[-73.36191011959919,41.175526351889324],[-73.36189911959461,41.17550835188618],[-73.3617991195532,41.175350351858526],[-73.3616741195025,41.175170351827404],[-73.36159311946581,41.17498735179425],[-73.36152911943731,41.17485135176973],[-73.36146711940988,41.174722351746524],[-73.36145311940082,41.17464335173153],[-73.36141111938203,41.1745523517151],[-73.36134511934654,41.17430535166893],[-73.36104311920671,41.1735693515348],[-73.36094511915974,41.17330235148578],[-73.3608891191356,41.173197351467074],[-73.36070411904633,41.17268335137256],[-73.3607151190255,41.17225735128885],[-73.36074111902552,41.172111351259424],[-73.3608691190451,41.17173035118069],[-73.36095011905972,41.17152835113853],[-73.36107211908309,41.17124735107955],[-73.36140611916268,41.17075135097159],[-73.3615441191951,41.1705383509254],[-73.36166311921852,41.170275350870035],[-73.36171711922552,41.170092350832476],[-73.36173011922736,41.170051350824025],[-73.36178411923045,41.169800350773144],[-73.36179211922187,41.169605350734734],[-73.36178111920972,41.16945535070573],[-73.3617461191886,41.16928435067341],[-73.36165711914964,41.1691063506415],[-73.36146411906718,41.16875635057932],[-73.36132611901076,41.16855035054353],[-73.3611611189447,41.16832835050548],[-73.36110011891935,41.168230350488294],[-73.36102011888696,41.168116350468615],[-73.36101311888406,41.16810535046669],[-73.360839118814,41.16786435042522],[-73.36068511875321,41.167672350392685],[-73.36058211871176,41.16753035036827],[-73.36043511865226,41.16732135033218],[-73.36043311865151,41.167319350331866],[-73.3599711184666,41.16669935022564],[-73.35981811840534,41.16649335019033],[-73.35974511837601,41.16639335017314],[-73.35952811828868,41.166093350121535],[-73.35945611825967,41.165993350104316],[-73.35932011820492,41.16580535007198],[-73.35891211804075,41.16524234997514],[-73.3587771179864,41.16505534994297],[-73.35818211774563,41.16421034979705],[-73.3580951177108,41.164093349777],[-73.35800411767512,41.163984349758636],[-73.35794611765192,41.16390634974527],[-73.35790811763779,41.163874349740254],[-73.35779511759277,41.16372634971498],[-73.35768411754744,41.163561349686326],[-73.3575211174826,41.163349349650154],[-73.35733911741191,41.16314234961559],[-73.35716911734434,41.1629223495781],[-73.35706511730235,41.16277634955293],[-73.35685011721309,41.162431349492444],[-73.35653011708283,41.16196334941131],[-73.35601411687254,41.16120434927963],[-73.3554921166621,41.160476349154216],[-73.3554361166405,41.160415349144095],[-73.35538711662103,41.16035234913336],[-73.35525111656659,41.160169349102006],[-73.35496711645261,41.159782349035545],[-73.35474511636356,41.15948034898367],[-73.35461411631067,41.15929634895195],[-73.35413211611608,41.1586193488352],[-73.35403411607564,41.15846634880844],[-73.35399911606065,41.158402348797075],[-73.35396711604871,41.15837434879264],[-73.35388511601624,41.15827034877496],[-73.35371611596618,41.15835034879614],[-73.35306711578254,41.15880834890699],[-73.35204911545966,41.1589183489618],[-73.35023911487713,41.158966349030344],[-73.35018711486066,41.1589723490332],[-73.34995011478814,41.159044349055044],[-73.3496081146826,41.15913234908344],[-73.34941911460548,41.15885234903481],[-73.34929911455636,41.158672349003496],[-73.34925111453691,41.158603348991576],[-73.34908411446918,41.158363348950054],[-73.34892111440479,41.15815934891544],[-73.34882811436741,41.158031348893424],[-73.34863011428783,41.15775934884665],[-73.34847311422529,41.15755334881147],[-73.34842511420621,41.157491348800896],[-73.34828711415015,41.15729134876624],[-73.3481551140946,41.15706634872653],[-73.34802311404397,41.15692734870363],[-73.3480111140394,41.15691534870167],[-73.34785611397875,41.15673134867072],[-73.34783611396817,41.156659348657286],[-73.34779011394916,41.156587348644685],[-73.34773511392763,41.15652134863357],[-73.34734711376653,41.155898348524296],[-73.34721811371298,41.155691348487984],[-73.34709411366384,41.15553334846112],[-73.34697811361777,41.155383348435535],[-73.34668911350761,41.15509134838782],[-73.34654911345423,41.154949348364596],[-73.34644411341336,41.154828348344346],[-73.34637011338252,41.154707348323065],[-73.34630611335632,41.154611348306375],[-73.34625111333385,41.154529348292115],[-73.3459461132122,41.15412634822318],[-73.34577411314513,41.15392634818966],[-73.34562011308373,41.15372334815495],[-73.34555511305642,41.15361334813553],[-73.34548211302574,41.15348934811365],[-73.3454201130007,41.153402348098645],[-73.34533011296365,41.153263348074375],[-73.34519711291094,41.15309334804543],[-73.3449991128324,41.152839348002175],[-73.34488411278681,41.15269234797715],[-73.34480211275405,41.152583347958505],[-73.34467411270289,41.152412347929186],[-73.34463511268737,41.15236134792048],[-73.34452111264181,41.152209347894456],[-73.34448311262668,41.152159347885906],[-73.3443741125821,41.15199634785756],[-73.34431911255959,41.151913347843106],[-73.34414411248864,41.15166234779968],[-73.3440481124488,41.15150834777267],[-73.34399911242845,41.1514293477588],[-73.3439341124029,41.15135034774546],[-73.34386911237802,41.151282347734266],[-73.34385311237186,41.15126534773146],[-73.34370211231125,41.15105934769607],[-73.34364711228918,41.150984347683185],[-73.34357011225681,41.150853347660046],[-73.34356611225512,41.15084634765882],[-73.34330711215073,41.15048534759658],[-73.3432201121156,41.15036334757555],[-73.34307911205721,41.15013934753629],[-73.3429451120011,41.14991534749681],[-73.34291911199087,41.149883347491404],[-73.34268411189811,41.14959034744171],[-73.34235111176679,41.14917634737154],[-73.34212811167846,41.14889234732321],[-73.34214211165853,41.14846434723895],[-73.34214811165016,41.148284347203514],[-73.34215511164706,41.14819034718489],[-73.3421491116373,41.14805334715826],[-73.3421141116174,41.14790334713003],[-73.34209211160716,41.14784834711998],[-73.34199911156827,41.14769434709287],[-73.34188411152441,41.147577347073714],[-73.34178911148815,41.14748034705782],[-73.34147811137433,41.147248347022554],[-73.34120911126729,41.14689734696262],[-73.34107511121248,41.14669634692764],[-73.34085211112131,41.1463623468695],[-73.34083611111481,41.146339346865545],[-73.3407411110765,41.1462063468426],[-73.34041111094311,41.14573934676193],[-73.3403011108987,41.14558434673518],[-73.34007111080764,41.1452923466855],[-73.33971911066823,41.14484434660927],[-73.33940611054177,41.14440234653295],[-73.33919311045565,41.14410034648076],[-73.3391781104496,41.14407934647714],[-73.33913311043156,41.144018346466666],[-73.3391191104259,41.143998346463206],[-73.33899611037636,41.14382734643376],[-73.33895811036086,41.143771346424025],[-73.33883611031132,41.14359434639333],[-73.3385371101924,41.14320534632693],[-73.33845611016068,41.14310834631058],[-73.33827911009129,41.142895346274635],[-73.33818611005418,41.14277234625359],[-73.33813811002919,41.14260634622265],[-73.33811911001739,41.14250734620389],[-73.3381221100174,41.14249034620047],[-73.33814411001782,41.14237334617683],[-73.33820011002715,41.14221934614485],[-73.3385041100988,41.14175334604368],[-73.33876411015882,41.14133234595274],[-73.33879511016609,41.14128434594233],[-73.33882511016695,41.14112934591099],[-73.33892611018784,41.14092334586735],[-73.33901711020847,41.14076934583422],[-73.3391351102377,41.14061334579983],[-73.33927411027355,41.140454345764155],[-73.33945711032091,41.14024734571765],[-73.33970311038674,41.14000734566261],[-73.33991711044354,41.13979034561312],[-73.34013611050325,41.139596345567995],[-73.34052811060867,41.139223345482144],[-73.34063111063642,41.13912634545978],[-73.34071011065393,41.138985345429596],[-73.34083111068448,41.13883534539627],[-73.34087911069561,41.13875834537962],[-73.34097511071796,41.138606345346716],[-73.34102011072811,41.13852934533016],[-73.34111111074886,41.138377345297435],[-73.34140111081891,41.13796234520668],[-73.34146811083457,41.13785734518393],[-73.34161511086923,41.137632345135074],[-73.34172711090666,41.13765334513554],[-73.34177511092268,41.13766234513572],[-73.34200811100122,41.13771834513909],[-73.34206111101892,41.13772834513932],[-73.34217411105666,41.13774934513973],[-73.34233911111234,41.137790345142385],[-73.34246211115548,41.13784934514993],[-73.34279911127248,41.13799034516654],[-73.34293611132014,41.13804934517362],[-73.34311311138183,41.13812734518312],[-73.3436131115536,41.138304345201455],[-73.3440531117043,41.13845234521608],[-73.34422611176485,41.13853334522629],[-73.34442211183193,41.13859834523262],[-73.34486111198295,41.13875734524942],[-73.34501911203729,41.13881434525542],[-73.34524711211586,41.13889934526463],[-73.34559811223689,41.139031345279015],[-73.34603011238323,41.13914834528782],[-73.3462531124607,41.13924234529893],[-73.34633911248977,41.13926434530045],[-73.34640911251348,41.139283345301884],[-73.34678511264333,41.13942834531801],[-73.34728211281286,41.13958334533213],[-73.34759911292106,41.13968334534135],[-73.3476121129259,41.13969434534308],[-73.34765611294151,41.13971834534635],[-73.34783911300461,41.13978734535388],[-73.34825911314645,41.13989334536092],[-73.34835711317773,41.13988634535635],[-73.3484231131989,41.13988334535362],[-73.34878111331116,41.13982234532997],[-73.34918811343925,41.139761345304734],[-73.3494221135157,41.139775345299846],[-73.34966111359418,41.13979634529615],[-73.34982711364893,41.139815345294444],[-73.34998111369919,41.13982334529098],[-73.35013911375226,41.13985834529268],[-73.35154111422091,41.140127345299554],[-73.3531001147446,41.140471345316],[-73.35335711483047,41.14052034531719],[-73.35337111483523,41.140524345317516],[-73.35337811483767,41.14052734531788],[-73.3536901149434,41.14061234532432],[-73.35459811525106,41.14085934534304],[-73.35481611532457,41.140912345346294],[-73.35516411544141,41.140988345349804],[-73.355269115476,41.14099934534854],[-73.35717011610706,41.14128734534283],[-73.35743211619672,41.1413743453513],[-73.357776116317,41.141532345371004],[-73.35806311641386,41.14160434537572],[-73.35809611641712,41.14147434534918],[-73.35845211653249,41.14147934533852],[-73.35888011667194,41.141498345328266],[-73.35900411671204,41.141498345324216],[-73.35900511671218,41.141495345323605],[-73.35940011683977,41.1414933453103],[-73.3601271170728,41.14145834527969],[-73.3605851172205,41.14145134526336],[-73.36106111737368,41.141439345245445],[-73.36120211741944,41.14144234524143],[-73.36136411746958,41.14140334522851],[-73.36145611749897,41.14139734522432],[-73.36149111750755,41.14134934521377],[-73.36192111763981,41.14123134517662],[-73.3622701177476,41.14114334514799],[-73.36252211782565,41.141083345127996],[-73.36279811791175,41.14102834510821],[-73.36283511792323,41.14102034510543],[-73.36291411794781,41.14100334509951],[-73.36315311802234,41.14095534508231],[-73.36323311804726,41.14093934507657]]]},"properties":{"name":502,"geoid":"09001050200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.30602210022494,41.15277734926202],[-73.30600310021771,41.152758349258924],[-73.30587310017305,41.15271234925415],[-73.30504809990175,41.15263334926559],[-73.30486509983594,41.15251734924883],[-73.30477809980228,41.15242034923268],[-73.30471209977031,41.152234349198416],[-73.3046010997165,41.15192034914054],[-73.30466409972357,41.15168734909287],[-73.30482409976105,41.15143734903871],[-73.30497809979475,41.15115534897846],[-73.3050290997923,41.1508233489118],[-73.30503209976474,41.15032334881379],[-73.30510109977342,41.15008434876475],[-73.3053090998283,41.14986734871547],[-73.30547809987645,41.14975334868764],[-73.30589710000254,41.14958834864168],[-73.30596810002207,41.149528348627605],[-73.30598310002487,41.14949234862007],[-73.30595710001315,41.14943434860955],[-73.30584309997218,41.14936234859918],[-73.30565109990621,41.14929434859212],[-73.30468209958664,41.14918534860238],[-73.3043880994868,41.14910234859569],[-73.30425409943703,41.14898934857794],[-73.30420809940566,41.148700348522844],[-73.30423609939989,41.14844034847103],[-73.30422609937881,41.148127348410064],[-73.30414809934628,41.147999348387536],[-73.30389709925574,41.14783534836361],[-73.30369609918053,41.147656348335104],[-73.30361909914627,41.1474923483055],[-73.30354109910097,41.14714034823911],[-73.30368209910252,41.146368348083335],[-73.30365709908938,41.146279348066706],[-73.3035210990314,41.14603434802317],[-73.30338809897859,41.14586234799382],[-73.30329309894445,41.14580234798516],[-73.30308909887397,41.145723347976336],[-73.30291009881516,41.145707347979055],[-73.30274409876205,41.14571734798641],[-73.30231709863601,41.14592834804164],[-73.3021640985883,41.14595934805271],[-73.30199109853145,41.14594334805522],[-73.3016610984168,41.14580434803875],[-73.30126209827164,41.14552134799634],[-73.30118809824582,41.14548834799228],[-73.3010440981988,41.14548034799542],[-73.30066509808432,41.14562234803557],[-73.30050709803403,41.145636348043475],[-73.3000610978865,41.14557834804665],[-73.29986509781834,41.145494348036586],[-73.29980409779432,41.14541934802388],[-73.29979909779236,41.145413348022856],[-73.29965309773728,41.1452753480006],[-73.29953009769476,41.1452273479952],[-73.299177097576,41.145146347990845],[-73.29898109750503,41.145013347971194],[-73.29881209743908,41.14481534793792],[-73.29848609730075,41.14423834783554],[-73.2982650972128,41.14394934778614],[-73.29811009714666,41.14366834773616],[-73.29809309713409,41.14354434771243],[-73.29802509709943,41.143322347671166],[-73.2980140970786,41.14301934761219],[-73.29806909708823,41.14287634758239],[-73.2983440971571,41.142524347504484],[-73.29864609723063,41.14210134741179],[-73.29876709725933,41.141918347372005],[-73.29885609728053,41.14178534734305],[-73.29889309728951,41.141733347331666],[-73.29891509728758,41.141574347299816],[-73.29888609727038,41.141437347273914],[-73.29871209719656,41.14112934721927],[-73.2987410971981,41.140992347191485],[-73.29895909726423,41.140915347169305],[-73.29899509727183,41.14084434715423],[-73.29900209726843,41.140745347134626],[-73.29895109724691,41.140657347119024],[-73.29866109710451,41.13980434696141],[-73.29864109709457,41.13974334695011],[-73.29786109676601,41.13840434671326],[-73.29859309700072,41.13836934668255],[-73.2998550974055,41.13831134663007],[-73.29990109742016,41.13830734662778],[-73.29997909744509,41.13830234662426],[-73.30003909746438,41.13830034662192],[-73.30008609747956,41.13830034662038],[-73.30015809750314,41.13830534661902],[-73.3008480977272,41.13832234659987],[-73.30135909789325,41.13833634658596],[-73.30155909795873,41.138350346582186],[-73.30192509807696,41.13834834656986],[-73.3021890981628,41.13835634656283],[-73.302376098224,41.13836934655929],[-73.30238609822723,41.13836934655895],[-73.30280709836411,41.13838234654777],[-73.30313709847104,41.13838634653781],[-73.30327109851454,41.138389346534034],[-73.30356809861134,41.13840234652689],[-73.30390009871903,41.13840834651725],[-73.30442209888828,41.138416346501806],[-73.3044850989087,41.13841734649994],[-73.30489509904167,41.138424346487966],[-73.30624109947902,41.13846134645134],[-73.30634109951147,41.138463346448475],[-73.30682709966949,41.13847834643557],[-73.30693809970553,41.13848134643254],[-73.30727109981373,41.13849034642343],[-73.30738309985017,41.138494346420586],[-73.30757809991385,41.13850534641638],[-73.30789310001674,41.13852334640963],[-73.30816610010531,41.13852834640171],[-73.30836210016895,41.1385333463963],[-73.30892910035332,41.13855134638135],[-73.30967710059669,41.138577346362055],[-73.31006110072192,41.13859634635325],[-73.31063110090727,41.138614346338194],[-73.31064010091023,41.138615346338106],[-73.31119910109143,41.13862334632145],[-73.3119201013255,41.138639346301076],[-73.31389710196727,41.13868334624523],[-73.31408510202834,41.138688346240095],[-73.31480710226309,41.13871134622105],[-73.31516910238078,41.1387223462114],[-73.31625810273484,41.138756346182554],[-73.3166211028529,41.138768346173066],[-73.3170111029789,41.138766346159954],[-73.31722210304707,41.13876534615287],[-73.31815710335195,41.1388103461312],[-73.31818110335972,41.13881034613041],[-73.31857210348632,41.138813346118255],[-73.31868810352375,41.138812346114285],[-73.3188721035832,41.13881134610807],[-73.31903810363714,41.13881634610364],[-73.31915510367527,41.138821346100805],[-73.31935810374125,41.13882734609535],[-73.31944410376923,41.13883034609314],[-73.31964610383488,41.13883634608772],[-73.3198821039116,41.13884334608141],[-73.31996910393991,41.138846346079156],[-73.32013710399467,41.13885434607524],[-73.32017310400626,41.138853346073866],[-73.32029110404424,41.13885034606943],[-73.32038710407524,41.1388493460661],[-73.32064510415917,41.13885834605945],[-73.32076310419761,41.13886334605659],[-73.32154710445133,41.13886734603179],[-73.32212610463877,41.13887134601369],[-73.32343910506474,41.138896345975766],[-73.3239011052131,41.138878345957174],[-73.32395310522983,41.13887734595527],[-73.32424910532538,41.13887434594504],[-73.32468610546766,41.13889134593411],[-73.32485910552391,41.138897345929635],[-73.32487110552786,41.13889834592944],[-73.32517810562757,41.138906345920994],[-73.32537810569276,41.13891534591623],[-73.3255511057492,41.138924345912336],[-73.3258021058306,41.138928345904944],[-73.32676610614467,41.13897034588173],[-73.32689510618674,41.13897634587869],[-73.32744010636256,41.13896934585953],[-73.32799410654167,41.13896934584145],[-73.3283561066569,41.13893734582338],[-73.32852010670936,41.13892734581608],[-73.32868010675982,41.13890534580655],[-73.32871310677027,41.138901345804676],[-73.32904810687647,41.1388643457865],[-73.32940610699085,41.138840345770134],[-73.330124107219,41.13877034573299],[-73.33136610761274,41.13863334566563],[-73.33175710773621,41.13858134564269],[-73.33178910774632,41.13857734564086],[-73.33188510777684,41.13856834563596],[-73.33191810778733,41.138565345634305],[-73.33213210785476,41.138534345621245],[-73.33251610797583,41.13848034559814],[-73.33277310805629,41.13843434558074],[-73.33298610812298,41.138396345566356],[-73.33303510813839,41.138388345563186],[-73.3331841081853,41.13836634555402],[-73.33323410820107,41.138359345551],[-73.33370410834944,41.13829634552333],[-73.33371910835422,41.13829534552264],[-73.3342891085339,41.13821434548818],[-73.33475410868074,41.13815334546108],[-73.33511810879644,41.13811834544233],[-73.3353331088648,41.138098345431395],[-73.33559210894781,41.13808534542039],[-73.3356401089626,41.13807234541628],[-73.33577810900498,41.138033345404146],[-73.33593810905421,41.1379893453903],[-73.3363511091851,41.13794334536782],[-73.33636410918923,41.1379423453672],[-73.33654310924545,41.13791334535566],[-73.33700410939022,41.137838345325946],[-73.33701110939242,41.137837345325515],[-73.33762510958704,41.137769345292156],[-73.33840610983385,41.13766934524708],[-73.33842710984048,41.137666345245805],[-73.33890010999089,41.13762234522175],[-73.33945011016506,41.137558345191266],[-73.33979111027307,41.13751934517249],[-73.34032911044324,41.13745334514201],[-73.34057611052276,41.13744734513276],[-73.34081811059964,41.13742334512016],[-73.34110411069324,41.13744334511475],[-73.34111311069621,41.137444345114645],[-73.3412551107441,41.13747934511686],[-73.34138111078566,41.13749334511549],[-73.3414911108256,41.13757034512698],[-73.34161511086923,41.137632345135074],[-73.34146811083457,41.13785734518393],[-73.34140111081891,41.13796234520668],[-73.34111111074886,41.138377345297435],[-73.34102011072811,41.13852934533016],[-73.34097511071796,41.138606345346716],[-73.34087911069561,41.13875834537962],[-73.34083111068448,41.13883534539627],[-73.34071011065393,41.138985345429596],[-73.34063111063642,41.13912634545978],[-73.34052811060867,41.139223345482144],[-73.34013611050325,41.139596345567995],[-73.33991711044354,41.13979034561312],[-73.33970311038674,41.14000734566261],[-73.33945711032091,41.14024734571765],[-73.33927411027355,41.140454345764155],[-73.3391351102377,41.14061334579983],[-73.33901711020847,41.14076934583422],[-73.33892611018784,41.14092334586735],[-73.33882511016695,41.14112934591099],[-73.33879511016609,41.14128434594233],[-73.33876411015882,41.14133234595274],[-73.3385041100988,41.14175334604368],[-73.33820011002715,41.14221934614485],[-73.33814411001782,41.14237334617683],[-73.3381221100174,41.14249034620047],[-73.33811911001739,41.14250734620389],[-73.33813811002919,41.14260634622265],[-73.33818611005418,41.14277234625359],[-73.33827911009129,41.142895346274635],[-73.33845611016068,41.14310834631058],[-73.3385371101924,41.14320534632693],[-73.33883611031132,41.14359434639333],[-73.33895811036086,41.143771346424025],[-73.33899611037636,41.14382734643376],[-73.3391191104259,41.143998346463206],[-73.33913311043156,41.144018346466666],[-73.3391781104496,41.14407934647714],[-73.33919311045565,41.14410034648076],[-73.33940611054177,41.14440234653295],[-73.33971911066823,41.14484434660927],[-73.34007111080764,41.1452923466855],[-73.3403011108987,41.14558434673518],[-73.34041111094311,41.14573934676193],[-73.3407411110765,41.1462063468426],[-73.34083611111481,41.146339346865545],[-73.34085211112131,41.1463623468695],[-73.34107511121248,41.14669634692764],[-73.34120911126729,41.14689734696262],[-73.34147811137433,41.147248347022554],[-73.34178911148815,41.14748034705782],[-73.34188411152441,41.147577347073714],[-73.34199911156827,41.14769434709287],[-73.34209211160716,41.14784834711998],[-73.3421141116174,41.14790334713003],[-73.3421491116373,41.14805334715826],[-73.34215511164706,41.14819034718489],[-73.34214811165016,41.148284347203514],[-73.34214211165853,41.14846434723895],[-73.34212811167846,41.14889234732321],[-73.34235111176679,41.14917634737154],[-73.34268411189811,41.14959034744171],[-73.34291911199087,41.149883347491404],[-73.3429451120011,41.14991534749681],[-73.34307911205721,41.15013934753629],[-73.3432201121156,41.15036334757555],[-73.34330711215073,41.15048534759658],[-73.34356611225512,41.15084634765882],[-73.34357011225681,41.150853347660046],[-73.34364711228918,41.150984347683185],[-73.34370211231125,41.15105934769607],[-73.34385311237186,41.15126534773146],[-73.34386911237802,41.151282347734266],[-73.3439341124029,41.15135034774546],[-73.34399911242845,41.1514293477588],[-73.3440481124488,41.15150834777267],[-73.34414411248864,41.15166234779968],[-73.34431911255959,41.151913347843106],[-73.3443741125821,41.15199634785756],[-73.34448311262668,41.152159347885906],[-73.34452111264181,41.152209347894456],[-73.34463511268737,41.15236134792048],[-73.34467411270289,41.152412347929186],[-73.34480211275405,41.152583347958505],[-73.34488411278681,41.15269234797715],[-73.3449991128324,41.152839348002175],[-73.34519711291094,41.15309334804543],[-73.34533011296365,41.153263348074375],[-73.3454201130007,41.153402348098645],[-73.34548211302574,41.15348934811365],[-73.34555511305642,41.15361334813553],[-73.34562011308373,41.15372334815495],[-73.34577411314513,41.15392634818966],[-73.3459461132122,41.15412634822318],[-73.34625111333385,41.154529348292115],[-73.34630611335632,41.154611348306375],[-73.34637011338252,41.154707348323065],[-73.34644411341336,41.154828348344346],[-73.34654911345423,41.154949348364596],[-73.34668911350761,41.15509134838782],[-73.34697811361777,41.155383348435535],[-73.34709411366384,41.15553334846112],[-73.34721811371298,41.155691348487984],[-73.34734711376653,41.155898348524296],[-73.34773511392763,41.15652134863357],[-73.34779011394916,41.156587348644685],[-73.34783611396817,41.156659348657286],[-73.34785611397875,41.15673134867072],[-73.3480111140394,41.15691534870167],[-73.34802311404397,41.15692734870363],[-73.3481551140946,41.15706634872653],[-73.34828711415015,41.15729134876624],[-73.34842511420621,41.157491348800896],[-73.34847311422529,41.15755334881147],[-73.34863011428783,41.15775934884665],[-73.34882811436741,41.158031348893424],[-73.34892111440479,41.15815934891544],[-73.34908411446918,41.158363348950054],[-73.34925111453691,41.158603348991576],[-73.34929911455636,41.158672349003496],[-73.34941911460548,41.15885234903481],[-73.3496081146826,41.15913234908344],[-73.34995011478814,41.159044349055044],[-73.35018711486066,41.1589723490332],[-73.35023911487713,41.158966349030344],[-73.35204911545966,41.1589183489618],[-73.35306711578254,41.15880834890699],[-73.35371611596618,41.15835034879614],[-73.35388511601624,41.15827034877496],[-73.35396711604871,41.15837434879264],[-73.35399911606065,41.158402348797075],[-73.35403411607564,41.15846634880844],[-73.35413211611608,41.1586193488352],[-73.35461411631067,41.15929634895195],[-73.35474511636356,41.15948034898367],[-73.35496711645261,41.159782349035545],[-73.35525111656659,41.160169349102006],[-73.35538711662103,41.16035234913336],[-73.3554361166405,41.160415349144095],[-73.3554921166621,41.160476349154216],[-73.35601411687254,41.16120434927963],[-73.35653011708283,41.16196334941131],[-73.35685011721309,41.162431349492444],[-73.35706511730235,41.16277634955293],[-73.35716911734434,41.1629223495781],[-73.35733911741191,41.16314234961559],[-73.3575211174826,41.163349349650154],[-73.35768411754744,41.163561349686326],[-73.35779511759277,41.16372634971498],[-73.35790811763779,41.163874349740254],[-73.35794611765192,41.16390634974527],[-73.35800411767512,41.163984349758636],[-73.3580951177108,41.164093349777],[-73.35818211774563,41.16421034979705],[-73.3587771179864,41.16505534994297],[-73.35891211804075,41.16524234997514],[-73.35932011820492,41.16580535007198],[-73.35945611825967,41.165993350104316],[-73.35952811828868,41.166093350121535],[-73.35974511837601,41.16639335017314],[-73.35981811840534,41.16649335019033],[-73.3599711184666,41.16669935022564],[-73.36043311865151,41.167319350331866],[-73.36043511865226,41.16732135033218],[-73.36058211871176,41.16753035036827],[-73.36068511875321,41.167672350392685],[-73.360839118814,41.16786435042522],[-73.36101311888406,41.16810535046669],[-73.36102011888696,41.168116350468615],[-73.36110011891935,41.168230350488294],[-73.3611611189447,41.16832835050548],[-73.36132611901076,41.16855035054353],[-73.36146411906718,41.16875635057932],[-73.36165711914964,41.1691063506415],[-73.3617461191886,41.16928435067341],[-73.36178111920972,41.16945535070573],[-73.36179211922187,41.169605350734734],[-73.36178411923045,41.169800350773144],[-73.36173011922736,41.170051350824025],[-73.36171711922552,41.170092350832476],[-73.36166311921852,41.170275350870035],[-73.3615441191951,41.1705383509254],[-73.36140611916268,41.17075135097159],[-73.36107211908309,41.17124735107955],[-73.36095011905972,41.17152835113853],[-73.3608691190451,41.17173035118069],[-73.36074111902552,41.172111351259424],[-73.3607151190255,41.17225735128885],[-73.36070411904633,41.17268335137256],[-73.3608891191356,41.173197351467074],[-73.36094511915974,41.17330235148578],[-73.36104311920671,41.1735693515348],[-73.36134511934654,41.17430535166893],[-73.36141111938203,41.1745523517151],[-73.36145311940082,41.17464335173153],[-73.36146711940988,41.174722351746524],[-73.36152911943731,41.17485135176973],[-73.36159311946581,41.17498735179425],[-73.3616741195025,41.175170351827404],[-73.3617991195532,41.175350351858526],[-73.36189911959461,41.17550835188618],[-73.36191011959919,41.175526351889324],[-73.36191911960279,41.17553835189137],[-73.36173311955532,41.175759351940705],[-73.36171811956392,41.17599435198717],[-73.36172911956989,41.17603635199503],[-73.36172111957015,41.17608635200507],[-73.36170411957143,41.17620435202871],[-73.36138311950835,41.176915352178305],[-73.36147811956623,41.17738935226792],[-73.36154311960118,41.17763235231336],[-73.36148911959613,41.17784935235757],[-73.3614041195886,41.17819735242841],[-73.36155311964906,41.17841135246541],[-73.3615941196657,41.17847035247561],[-73.36200911980929,41.17863435249412],[-73.36201811981242,41.1786383524946],[-73.36282012007706,41.17873035248636],[-73.36344412029352,41.178986352516034],[-73.36350512031467,41.17901135251894],[-73.36374012039622,41.17910835253022],[-73.36382712043876,41.17935935257647],[-73.36376112042015,41.17940735258803],[-73.36340712032057,41.17966735265047],[-73.36214911996693,41.18059535287315],[-73.36212811996107,41.180611352876966],[-73.36173011984914,41.180904352947294],[-73.36150211978313,41.181039352981166],[-73.3611461196801,41.18125035303408],[-73.35939411917306,41.18228935329463],[-73.3588111190044,41.182636353381554],[-73.35865011895727,41.182722353403655],[-73.35825311884125,41.182938353458894],[-73.35816811881634,41.18298335347048],[-73.35800811876963,41.18307135349293],[-73.35733711857544,41.183469353592734],[-73.35532411799306,41.18466735389289],[-73.35465411779931,41.18506735399305],[-73.35430511769825,41.185273354044746],[-73.35326111739606,41.18589235419998],[-73.35291311729539,41.18609935425183],[-73.35259311720415,41.18631335430415],[-73.35163511693109,41.18695535446107],[-73.35131611684025,41.18717035451353],[-73.35051911660808,41.18761735462703],[-73.34856711603973,41.18871635490581],[-73.34824611594628,41.18889735495171],[-73.34813111591275,41.18896135496798],[-73.34733611568129,41.189409355081594],[-73.3469711155731,41.189581355127174],[-73.34666311548185,41.1897273551658],[-73.34589111525473,41.1901213552681],[-73.3457301152074,41.190204355289595],[-73.34552511514592,41.19028835531274],[-73.34483911495212,41.190778355431],[-73.34423111478038,41.191213355535936],[-73.34278211437103,41.19224835578572],[-73.34215511419394,41.192697355894055],[-73.34209711417752,41.19273835590396],[-73.34137111396373,41.19310535599947],[-73.33919711332379,41.19420935628645],[-73.33886411322581,41.194379356330565],[-73.33845811310411,41.1945473563767],[-73.3382541130222,41.194269356329],[-73.33764311277692,41.193437356186266],[-73.33744011269539,41.19316035613872],[-73.33732211265425,41.193108356132406],[-73.33722311261786,41.19303235612079],[-73.33718811260253,41.19296235610825],[-73.33716811259028,41.19286135608914],[-73.33711611256703,41.19274935606894],[-73.33707411254825,41.19265835605251],[-73.33687411246738,41.19237635600389],[-73.3367841124322,41.19227035598612],[-73.33651611232736,41.19195335593285],[-73.33612011217906,41.19160035587676],[-73.33611011216803,41.191464355850485],[-73.3361081121671,41.191459355849595],[-73.33608511215549,41.19138635583606],[-73.33593411209364,41.19115935579659],[-73.33585711206632,41.19111735579089],[-73.33579011203894,41.191017355773525],[-73.33575311202326,41.190952355762015],[-73.33566111198816,41.19085935574684],[-73.33561311196948,41.19080435573765],[-73.33556111194797,41.1907223557233],[-73.33551911192863,41.19062235570514],[-73.33548011191198,41.19055135569251],[-73.33505511174049,41.18995735559022],[-73.33466911158459,41.18941535549682],[-73.33376811122845,41.18828535530525],[-73.33374011121631,41.1882313552956],[-73.33337011106433,41.18766735519736],[-73.33290311087812,41.18705335509253],[-73.33275011081611,41.186834355054685],[-73.33274111081246,41.18682135505244],[-73.33244411069207,41.18639635497901],[-73.33200411051425,41.185776354872104],[-73.33179611042975,41.18547535482002],[-73.33153911032682,41.18512935476074],[-73.33150811031432,41.18508635475333],[-73.33131911023837,41.18482735470884],[-73.33065210997016,41.18391035455126],[-73.32998910970664,41.18305335440526],[-73.32981610963702,41.18281435436416],[-73.32964710956901,41.182581354324086],[-73.32929610942591,41.18206435423442],[-73.32925710940907,41.181990354221206],[-73.3292101093887,41.18190035420514],[-73.32864510915412,41.18099435404635],[-73.3286361091504,41.180980354043896],[-73.32857110912475,41.180899354030174],[-73.32834710903616,41.18061735398232],[-73.32827310900691,41.18052435396654],[-73.32813810895415,41.18036535393984],[-73.32811410894477,41.180337353935144],[-73.32802010890796,41.18022535391632],[-73.32787510885002,41.180032353883284],[-73.32776710880806,41.179909353862755],[-73.32774510879933,41.179881353858],[-73.32761510874808,41.179720353830724],[-73.32747310869202,41.17954335380075],[-73.3272081085859,41.17918635373956],[-73.32699910849936,41.17885535368161],[-73.32692610846911,41.17873935366131],[-73.32674210839564,41.17849535361957],[-73.32604610811782,41.177574353462106],[-73.32505610772637,41.17632835325064],[-73.32486510765087,41.176088353209906],[-73.32476910761255,41.1759613531882],[-73.32441110746954,41.17548535310675],[-73.32329610700845,41.17372835279936],[-73.3222711066047,41.172465352585675],[-73.32200910649824,41.17208535251986],[-73.32199110649105,41.172061352515755],[-73.32171310638044,41.17169935245399],[-73.32138010624729,41.17125435237777],[-73.32081410602102,41.1704983522483],[-73.3199071056604,41.16932135204757],[-73.31971610558159,41.16902335199546],[-73.31962610554602,41.16891035197631],[-73.319238105393,41.16842835189463],[-73.31907510532808,41.168215351858265],[-73.31869310517615,41.167718351773466],[-73.31833310503389,41.167266351696746],[-73.3182471050003,41.1671653516798],[-73.3181011049432,41.16699235165069],[-73.31801310490644,41.166847351625194],[-73.31794510487799,41.16673435160528],[-73.3177721048089,41.16650435156592],[-73.3174791046918,41.16611335149895],[-73.31726310460462,41.1658103514467],[-73.31709710453762,41.165577351406526],[-73.31685410443646,41.165182351337144],[-73.31681010441879,41.16512235132683],[-73.31647410428374,41.164660351247356],[-73.31609310413144,41.164151351160164],[-73.31584510403283,41.163829351105235],[-73.31580010401497,41.163771351095356],[-73.31549510389638,41.16342235103699],[-73.31544610387596,41.163342351022926],[-73.31537310384556,41.16322335100202],[-73.3152951038136,41.16310535098146],[-73.3152441037927,41.163028350968055],[-73.31497210368371,41.1626603509049],[-73.3148731036441,41.162527350882094],[-73.31446410347847,41.16194335078113],[-73.3142011033713,41.16155635071396],[-73.31418710336568,41.161537350710695],[-73.31412010333894,41.16144835069546],[-73.31391410325654,41.161172350648144],[-73.31382310322039,41.16105435062802],[-73.31368310316482,41.160874350597354],[-73.31355710311396,41.16069735056681],[-73.31347210307956,41.160576350545895],[-73.31313110294175,41.16009435046267],[-73.31280210280879,41.15962935038237],[-73.31274210278448,41.159543350367485],[-73.3120811025209,41.158671350218356],[-73.31172510237893,41.15820135013795],[-73.31137110223726,41.15772535005632],[-73.31131310221411,41.15764835004314],[-73.31091510205358,41.15709134994708],[-73.31065210194701,41.15671434988185],[-73.31034410182235,41.156275349805945],[-73.31000510168502,41.15579034972205],[-73.30903910129818,41.15448634949826],[-73.30807910091585,41.15322734928306],[-73.307691100762,41.15273034919839],[-73.30740210064636,41.15234134913165],[-73.30727910060473,41.1523093491294],[-73.30693810049613,41.152338349146206],[-73.30628810030373,41.15265034922848],[-73.306117100253,41.15273034924972],[-73.30602210022494,41.15277734926202]]]},"properties":{"name":503,"geoid":"09001050300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.38112712312667,41.12861134207741],[-73.38064912298113,41.1287683421238],[-73.3799501227696,41.12902034219599],[-73.3790891225104,41.12935434228958],[-73.37886012244147,41.129443342314495],[-73.3784671223256,41.129638342365524],[-73.37787212215024,41.12993534244314],[-73.37690212186725,41.13046934257944],[-73.37668112180563,41.13064134262036],[-73.37651012175805,41.130775342652186],[-73.37616312166371,41.13108734272464],[-73.37588212158619,41.13132034277946],[-73.37544012146442,41.131689342866174],[-73.37503812135324,41.13201734294356],[-73.37475612127534,41.13224934299821],[-73.37457712122679,41.13241234303598],[-73.37429312115297,41.132726343106754],[-73.37415412111696,41.13288234314185],[-73.37383312103188,41.1332093432164],[-73.37293312079687,41.13418734343734],[-73.37248312067945,41.134677343548],[-73.37228012062823,41.134929343603986],[-73.3722451206196,41.13497634361435],[-73.37201312056314,41.135300343685365],[-73.37177012050283,41.135619343755785],[-73.3715661204505,41.135857343809064],[-73.37154112044361,41.135878343813985],[-73.37125312036481,41.13612834387235],[-73.37112512032675,41.13618634388789],[-73.37102012029624,41.136246343903096],[-73.37100112029034,41.13625034390449],[-73.37087112025013,41.136282343915],[-73.37072112020574,41.13635434393401],[-73.3701951200426,41.1364743439747],[-73.36992211995793,41.13653734399596],[-73.36975211990521,41.13657634400914],[-73.36946911981762,41.13664434403172],[-73.36915611972084,41.13672134405704],[-73.36857211953937,41.13684934410118],[-73.36812211940249,41.13699934414526],[-73.36779411930273,41.13710934417753],[-73.36769311927367,41.137172344193154],[-73.36754811923288,41.13727834421866],[-73.36749111921696,41.13732234422914],[-73.36728611915994,41.13748434426757],[-73.36704911909528,41.13769334431624],[-73.36691411905811,41.13780634434278],[-73.36672211900537,41.137969344380956],[-73.36670611900111,41.13798534438462],[-73.36669411899797,41.137998344387555],[-73.36665311898655,41.13803034439518],[-73.36663611898192,41.13804534439866],[-73.36652611895144,41.1381343444197],[-73.3664031189162,41.13821334443917],[-73.36634711890105,41.13826534445119],[-73.36593711879041,41.13864834453958],[-73.36569911873069,41.1389493446063],[-73.3656131187097,41.13906834463243],[-73.36540111865816,41.1393653446975],[-73.36517311860399,41.13970734477192],[-73.36488111853213,41.14010134485862],[-73.36481011851592,41.14021934488406],[-73.36469111849158,41.14046634493629],[-73.36456311845807,41.1406043449675],[-73.36448511843452,41.14063334497573],[-73.36425211836406,41.140718344999996],[-73.36404811830126,41.14077334501742],[-73.36382511823179,41.14081934503373],[-73.36323311804726,41.14093934507657],[-73.36238311764743,41.13875234467609],[-73.36266011765093,41.137247344372334],[-73.36265411762196,41.1367743442799],[-73.36264311756192,41.13578634408677],[-73.36262511747258,41.13432534380124],[-73.36408011788988,41.133397343571964],[-73.36528911826105,41.13305334346507],[-73.36632311857855,41.13276034337391],[-73.36682011869382,41.13196634320216],[-73.36798711898722,41.1304993428767],[-73.36817011899147,41.129539342682705],[-73.36827011895745,41.128378342452045],[-73.36834911896321,41.12803234238169],[-73.3687131190137,41.126857342139644],[-73.3690041190544,41.12592334194719],[-73.3696591191456,41.12381434151267],[-73.36943511904256,41.12327834141499],[-73.3692101189392,41.12274234131735],[-73.36906211887114,41.12238834125284],[-73.3689841188353,41.12220234121895],[-73.36869911869152,41.121298341051165],[-73.36858511863383,41.120933340983385],[-73.36849111858629,41.120633340927675],[-73.36832111850033,41.12009034082686],[-73.36839911850475,41.11972634075301],[-73.36846611850892,41.11942034069085],[-73.3685061184809,41.11870334054908],[-73.36897211857325,41.117683340334025],[-73.36912211860293,41.11735434026467],[-73.36920511861513,41.117098340211804],[-73.36928811862734,41.11684234015893],[-73.36929311862804,41.11682634015563],[-73.36933511863428,41.11669834012918],[-73.36947111865443,41.116281340043045],[-73.3696081186749,41.115864339956865],[-73.36967311868453,41.115665339915765],[-73.36976811870355,41.11546033987248],[-73.37011711877315,41.11470433971296],[-73.37046711884308,41.113948339553396],[-73.3706791188855,41.11349133945692],[-73.37083911891742,41.113144339383695],[-73.37096911894338,41.112863339324406],[-73.37100011894962,41.11279733931045],[-73.3714881190471,41.11174233908779],[-73.37195111913981,41.11074533887731],[-73.37197711914496,41.11068833886529],[-73.37262211927374,41.10929333857087],[-73.37261111926887,41.109270338566716],[-73.37142611874383,41.10678233811787],[-73.37119311863906,41.106266338024355],[-73.37049511832515,41.104719337743965],[-73.37026311822079,41.104204337650614],[-73.36867911765219,41.103211337507744],[-73.36392811594679,41.10023333707918],[-73.36356211581544,41.10000433704623],[-73.36246511540799,41.09907633690015],[-73.3604441146573,41.09736633663093],[-73.35836211388394,41.09560433635347],[-73.35388111236851,41.09442433626836],[-73.35332111217915,41.09427733625782],[-73.35076211131377,41.09360433620936],[-73.34906211073586,41.09310433616679],[-73.34726211009715,41.09210433602944],[-73.34626210971128,41.09100433584638],[-73.34595710957556,41.09035233572849],[-73.3455621093996,41.0895043355751],[-73.34536210908999,41.085204334738435],[-73.34616210928016,41.08400433447704],[-73.34826210989046,41.082804334173225],[-73.3561051121725,41.07837333304845],[-73.36136211370204,41.075404332294646],[-73.36409911448271,41.07358433184837],[-73.36553611468793,41.069036330909405],[-73.37166311638371,41.06405432973218],[-73.37702511792274,41.060661328891534],[-73.38018511884898,41.05900032846253],[-73.38386311996338,41.05770532808839],[-73.3838021200872,41.06022432858461],[-73.3837521201906,41.06232232899783],[-73.38362212045989,41.06778433007353],[-73.38356312058448,41.07030433056976],[-73.38358212060544,41.070564330620144],[-73.38364212066931,41.07134433077116],[-73.38366312069091,41.07160433082147],[-73.38366312091559,41.07554433159421],[-73.38366312158988,41.087364333911935],[-73.38366312181473,41.09130433468437],[-73.38358912183529,41.092083334839494],[-73.38336912189759,41.094420335304804],[-73.38329612191853,41.09520033546008],[-73.3832921219229,41.095299335479616],[-73.38328212193662,41.095596335538154],[-73.38328112193813,41.09562833554446],[-73.38325612193364,41.09569133555764],[-73.38346312209262,41.09730433586704],[-73.38342412212273,41.09805233601492],[-73.38287812204176,41.09972433636048],[-73.38293712207276,41.0999333363995],[-73.38364812232862,41.100390336465836],[-73.38364612233003,41.100426336472964],[-73.38364412233555,41.1005343364942],[-73.38364412233767,41.10057133650145],[-73.38370812236965,41.10076933653817],[-73.38390012246575,41.10136533664871],[-73.38396412249779,41.10156433668561],[-73.38399312251681,41.10173333671778],[-73.38406612256388,41.10214433679596],[-73.3841431225924,41.10220833680599],[-73.384277122642,41.10231833682315],[-73.38429712265172,41.10237533683369],[-73.38436012268191,41.102547336865335],[-73.384381122692,41.10260533687602],[-73.38439312269924,41.102664336887166],[-73.38443112272171,41.10284233692082],[-73.38444412272932,41.10290233693216],[-73.384376122713,41.10300133695377],[-73.38420812267204,41.10323433700493],[-73.38406412263822,41.10345733705334],[-73.3838961225989,41.103719337110185],[-73.3837941225756,41.10388833714663],[-73.38346612250552,41.10451733728062],[-73.3834341225013,41.10462433730263],[-73.38340712250964,41.1049233373621],[-73.38347712255158,41.10526133742605],[-73.38349212255869,41.1053013374334],[-73.38372912267127,41.10593133754913],[-73.3838211227169,41.10620933760059],[-73.38382412271838,41.10621833760226],[-73.38391812276235,41.106456337645824],[-73.38393312277042,41.10651233765631],[-73.38402912281622,41.106771337703925],[-73.38409412284636,41.10693133773315],[-73.38415812287442,41.10706033775635],[-73.38422412290323,41.10719133777985],[-73.3843121229391,41.10732133780246],[-73.38409412292052,41.10822933798751],[-73.38403312291526,41.108482338039074],[-73.38397312291032,41.10873533809061],[-73.38396212290918,41.10877733809921],[-73.38291212281953,41.11314733898978],[-73.38256312279,41.11460433928665],[-73.38245612277983,41.115031339373814],[-73.38213712275007,41.11631433963561],[-73.38203112274026,41.116742339722926],[-73.38189012271492,41.11709633979688],[-73.38175212269026,41.11744533986976],[-73.3814681226394,41.11816134001931],[-73.3813281226145,41.11851734009362],[-73.38032712243398,41.12101934061649],[-73.3803291224356,41.12103634061975],[-73.38017412239185,41.12114734064657],[-73.38017512239807,41.12125034066671],[-73.3801491224275,41.12191234079725],[-73.38025412249387,41.12247934090488],[-73.38037512258694,41.12342334108584],[-73.38045712267856,41.12456234130627],[-73.3805341227273,41.124979341385426],[-73.38074412285647,41.12605134158853],[-73.38079912293446,41.12710434179298],[-73.38112712312667,41.12861134207741]]]},"properties":{"name":504,"geoid":"09001050400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.44006814999587,41.26446136670232],[-73.4400081499786,41.26449836671151],[-73.43983114992791,41.2646123667396],[-73.43981614992363,41.26462236674205],[-73.43977214991104,41.264650366748945],[-73.43972114989597,41.2646753667555],[-73.43947414982323,41.26479936678783],[-73.43860614955814,41.26507136686945],[-73.43852214953235,41.2650953668769],[-73.43827414945646,41.26517036689969],[-73.43819114943103,41.26519536690731],[-73.43614914860163,41.26227336640427],[-73.43538714830193,41.2613523662496],[-73.43532614827663,41.26125636623286],[-73.43532214827506,41.26125136623202],[-73.43526514825137,41.261160366216146],[-73.43522314823396,41.26109436620464],[-73.43518114821657,41.26102836619314],[-73.43513114819578,41.26094836617917],[-73.43511314818834,41.2609203661743],[-73.4350671481693,41.26084836616175],[-73.43458414798029,41.26028136606699],[-73.43352114754788,41.25874836580276],[-73.43158514679652,41.25658236544368],[-73.43057714638788,41.255152365197695],[-73.43018514622338,41.25449936508312],[-73.43010314618742,41.254336365053994],[-73.42975714605357,41.253956364991204],[-73.42884514569194,41.25280236479593],[-73.42610914460727,41.24934336421061],[-73.42519814424605,41.24819036401545],[-73.42333614349893,41.24568036358661],[-73.41775314125881,41.238150362299685],[-73.41589314051258,41.23564136187077],[-73.41516814022089,41.23464936170084],[-73.41459913999202,41.233871361567566],[-73.4129941393463,41.23167436119117],[-73.41227013905501,41.23068336102137],[-73.41225813905045,41.230671361019425],[-73.41222513903774,41.23063636101367],[-73.41221513903388,41.23062536101185],[-73.41204713896579,41.23038636097067],[-73.41154313876147,41.229669360847176],[-73.41137613869374,41.22943136080616],[-73.41127213864917,41.22924136077246],[-73.41096313851651,41.228673360671664],[-73.4108601384723,41.22848436063812],[-73.41076113843373,41.2283703606191],[-73.41046413831796,41.22802836056205],[-73.41036513827943,41.227915360543214],[-73.40986413807754,41.227223360424496],[-73.40962513798115,41.226892360367664],[-73.4074061370868,41.223824359841146],[-73.40666713678895,41.22280235966574],[-73.40666213678497,41.222761359657895],[-73.40664013677342,41.222684359643566],[-73.40651013672665,41.22260235963181],[-73.40646513670806,41.22253235961961],[-73.40637213666969,41.22238835959454],[-73.40628413662955,41.22218535955775],[-73.40584613645784,41.22166335947015],[-73.40576813642726,41.221570359454546],[-73.40576913641682,41.22138335941797],[-73.40579013642109,41.22133935940869],[-73.40569113638175,41.221212359387124],[-73.40559113634217,41.22108635936578],[-73.40548313629934,41.220949359342555],[-73.40456313593467,41.21978335914493],[-73.40447613590014,41.21967235912611],[-73.40425713581334,41.21939435907897],[-73.40387513566026,41.218881358991254],[-73.40272913520104,41.217342358728146],[-73.40234713504802,41.21683035864062],[-73.4021621349737,41.21657835859746],[-73.40160813475103,41.215822358467896],[-73.40142413467707,41.215571358424874],[-73.40054413432435,41.21438735822239],[-73.39790513326656,41.21083535761477],[-73.39702613291426,41.20965235741239],[-73.39667213277039,41.20914135732413],[-73.39563413234846,41.20764135706498],[-73.39561313233995,41.20761135705981],[-73.3955451323122,41.207511357042485],[-73.39545613227588,41.2073803570198],[-73.39526013219646,41.207101356971705],[-73.3948601320326,41.20650135686753],[-73.39462813193752,41.206152356806925],[-73.39366313154214,41.204703356555335],[-73.39326513137901,41.20410435645129],[-73.3930891313094,41.20388335641386],[-73.39256313110117,41.2032203563015],[-73.39238813103194,41.203000356264226],[-73.39078913038945,41.200818355890085],[-73.39023113017268,41.20018635578484],[-73.38915912977244,41.199254355637756],[-73.38927512980905,41.19923835563082],[-73.38938712984407,41.19921735562304],[-73.38995113002065,41.199116355584806],[-73.39019613009735,41.19907235556819],[-73.39082813029532,41.19896035552558],[-73.3909341303293,41.198955355521136],[-73.39110413038395,41.19894935551438],[-73.39118413040977,41.19894835551156],[-73.39137513047147,41.19894735550512],[-73.39160313054589,41.198959355499994],[-73.39174513059234,41.1989683554971],[-73.39210013070864,41.19899435549054],[-73.39251213084181,41.19899335547685],[-73.39285413094875,41.198929355453124],[-73.393267131078,41.19885435542493],[-73.39345313112034,41.19854435535822],[-73.3934851311277,41.19849235534702],[-73.39367413117556,41.19826135529567],[-73.39383213121607,41.19807735525451],[-73.39413413130323,41.19789435520883],[-73.39424313133435,41.197822355191185],[-73.39435013136499,41.19775335517418],[-73.39455613142518,41.19764135514555],[-73.39497313154905,41.19745035509453],[-73.39497713155029,41.19744935509419],[-73.39589513182516,41.197066354989246],[-73.39621413191666,41.19686335493911],[-73.39631713194623,41.19679835492301],[-73.39658613202155,41.19659535487452],[-73.39692013211504,41.1963423548141],[-73.39746213226687,41.19593435471658],[-73.39761813231273,41.195854354695804],[-73.39781413237222,41.195786354676095],[-73.3980031324302,41.19573235465934],[-73.39804913244436,41.19571935465529],[-73.39826613251125,41.19566235463704],[-73.3983981325502,41.195597354620006],[-73.398543132593,41.19552635460137],[-73.39859613260872,41.195501354594754],[-73.39865213262314,41.1954373545804],[-73.39873113263802,41.19525135454144],[-73.39872413262862,41.19512735451743],[-73.39872013262647,41.19511235451461],[-73.39870313261711,41.19504535450209],[-73.39868613260904,41.19500035449383],[-73.39868213260522,41.19495635448538],[-73.39850613253084,41.1946523544317],[-73.39822213241077,41.194161354345006],[-73.39796513230414,41.193751354273275],[-73.39780913223932,41.19350135422951],[-73.39778913222992,41.19345035422018],[-73.39775913221595,41.19337635420671],[-73.39774113220452,41.19327835418814],[-73.39768213216655,41.19294935412574],[-73.39768013215424,41.19274635408612],[-73.39767913214364,41.19256735405114],[-73.39766913213424,41.19246035403055],[-73.39763913210611,41.19213935396876],[-73.3976301320971,41.19203335394835],[-73.39761713206794,41.19159835386371],[-73.3976091320477,41.191291353803955],[-73.39757313199401,41.190559353662],[-73.39755513197315,41.19029735361134],[-73.39752713193924,41.189864353527604],[-73.39754213193056,41.189629353481166],[-73.397556131923,41.18941835343945],[-73.39754213189192,41.18895635334955],[-73.39754313189054,41.18892635334367],[-73.3975511318797,41.18869235329764],[-73.39843313215628,41.188542353239406],[-73.39944013247087,41.188350353168865],[-73.3995231324977,41.18835035316614],[-73.40055013281946,41.18817035309729],[-73.4014361330985,41.18804035304282],[-73.40164613316503,41.18801635303125],[-73.40191813325316,41.18801935302292],[-73.40255413346294,41.18809135301616],[-73.40301913361594,41.18813735300991],[-73.40301813361752,41.188170353016396],[-73.40316713366703,41.188193353016004],[-73.40333113372046,41.188200353012],[-73.40478613418283,41.18805935293675],[-73.40581213450932,41.1879673528851],[-73.40617213462204,41.1879033528608],[-73.40653513473603,41.18784435283737],[-73.40687613484118,41.18775535280878],[-73.40719613493529,41.18759235276641],[-73.40745313500884,41.187426352725524],[-73.4076171350536,41.187282352691994],[-73.40802313515445,41.18675235257504],[-73.40820613520407,41.18658635253658],[-73.40849113528778,41.186439352498496],[-73.40854713530629,41.18644635249802],[-73.40863213533447,41.18645835249759],[-73.40871513536217,41.18647335249779],[-73.4087711353809,41.186484352498105],[-73.40946413558517,41.18613935240793],[-73.40956713561353,41.18605335238774],[-73.40965513563832,41.185989352372324],[-73.4098271356841,41.18581835233325],[-73.40989713570066,41.18571235231023],[-73.41006313574127,41.18548535226041],[-73.41018913577224,41.18531535222303],[-73.41027713578312,41.18500935216029],[-73.4102831357741,41.184818352122754],[-73.41030813576845,41.18457935207519],[-73.41028413574941,41.18438335203765],[-73.41023213572227,41.18420335200415],[-73.40999713562084,41.18376035192522],[-73.40985313555124,41.18335935185152],[-73.40971713548889,41.18303935179342],[-73.40967413546332,41.18283635175512],[-73.40968813546061,41.18271035173002],[-73.40968013545373,41.18263535171561],[-73.40970513545628,41.18253935169602],[-73.4098121354736,41.18223835163365],[-73.40989113548964,41.182073351598795],[-73.4103991356121,41.18134535143977],[-73.41063913568102,41.18119435140237],[-73.41081513573253,41.181100351378205],[-73.41084313574079,41.181086351374546],[-73.41168213598829,41.18067235126608],[-73.41207813610316,41.18044335120831],[-73.41215813612587,41.18038835119492],[-73.41226813615592,41.18029235117254],[-73.41290213636717,41.18040135117309],[-73.41325513648479,41.18046235117343],[-73.41404113674977,41.18065135118463],[-73.41438913686777,41.180746351191786],[-73.41468813696989,41.18084135120058],[-73.41477213699878,41.180871351203685],[-73.41485513702733,41.18090135120682],[-73.41515813713363,41.181046351225255],[-73.41535213720228,41.18114935123903],[-73.41560713729218,41.18127935125609],[-73.41569613732332,41.18132035126119],[-73.41599213742913,41.181496351285915],[-73.4160801374631,41.181592351301795],[-73.41633113755185,41.181724351319374],[-73.41665813766906,41.181924351347774],[-73.4168031377222,41.182033351364325],[-73.4168171377273,41.182043351365834],[-73.41694613777337,41.182119351376464],[-73.41709313782626,41.182212351389815],[-73.41730913790562,41.1823783514152],[-73.41801713816889,41.18297635150892],[-73.41882113846597,41.18362235160889],[-73.41886513847916,41.18360435160394],[-73.4194451386957,41.18410935168365],[-73.41953213872941,41.184206351699764],[-73.4200771389308,41.18464435176755],[-73.42056513910974,41.185012351823495],[-73.42100913927513,41.185392351883245],[-73.42143713943305,41.18573235193568],[-73.4218831395937,41.18601835197696],[-73.42177613956633,41.18614435200512],[-73.4216371395317,41.18632335204469],[-73.42149613949323,41.18644735207355],[-73.42139713946518,41.1865163520903],[-73.42134513945028,41.18654935209845],[-73.42105713937214,41.18681035215895],[-73.42089013932649,41.18695535219277],[-73.42046613922211,41.18752435231793],[-73.42014413913444,41.187810352384425],[-73.41972213902122,41.18821435247725],[-73.41934513891898,41.18855635255649],[-73.41910013884575,41.18866035258486],[-73.41868113871548,41.1887513526164],[-73.41851713866447,41.188786352628625],[-73.41830813860219,41.18887835265347],[-73.41823113858142,41.18895035267007],[-73.4179361385129,41.18941735277105],[-73.41768513846134,41.18993235288],[-73.41760013844511,41.19012835292109],[-73.41730413838883,41.19081435306494],[-73.4172051383673,41.190996353103756],[-73.41694713831382,41.19151735321409],[-73.41666413826215,41.19221035335886],[-73.4165901382499,41.19241335340097],[-73.4163271381971,41.19297435351928],[-73.41615113815307,41.19319835356885],[-73.41597613810941,41.193423353618584],[-73.41586213808037,41.19355935364891],[-73.41577213805817,41.193679353675314],[-73.41544213797698,41.19412335377295],[-73.41511913790072,41.19461335387934],[-73.41500513787328,41.19477735391515],[-73.41518513792786,41.194714353896934],[-73.4153391379758,41.19468235388562],[-73.41592613816461,41.194664353862834],[-73.41596813817812,41.194663353861266],[-73.41652013835619,41.1946563538418],[-73.41670913841588,41.1946313538307],[-73.41689213847418,41.19461635382177],[-73.41713413855388,41.19464135381871],[-73.41731013861356,41.19468935382233],[-73.41748013867188,41.194747353828085],[-73.41775213877172,41.19495435385964],[-73.41797313885887,41.195227353905764],[-73.41828313897699,41.19553835395639],[-73.41853813906476,41.195630353965996],[-73.41859513908439,41.195651353968245],[-73.4188331391629,41.195678353965704],[-73.41915713926737,41.195673353954106],[-73.41939813934353,41.195642353940144],[-73.41950013937398,41.19559835392819],[-73.41976413945295,41.19548735389783],[-73.42013113956288,41.19533535385607],[-73.42054913968637,41.19513235380267],[-73.42080813976298,41.19500835376993],[-73.42086013977756,41.194969353760605],[-73.42101713982183,41.194856353733364],[-73.42104013982835,41.194840353729475],[-73.42107013983684,41.19481935372439],[-73.4212711398939,41.19468135369082],[-73.42144013994192,41.194566353662786],[-73.42166714000516,41.19438935362073],[-73.42178214003721,41.19430035359957],[-73.42213614013856,41.19407235354337],[-73.42243214022503,41.193911353502195],[-73.42264014028176,41.19372835345957],[-73.42300514038246,41.19342735338875],[-73.42350814053165,41.193193353326514],[-73.42367614058153,41.19311635330594],[-73.42405214069626,41.19299735327034],[-73.42420814074538,41.19297435326072],[-73.42450114083766,41.192931353242706],[-73.42491714096727,41.192846353212445],[-73.42500414099453,41.19283135320666],[-73.42521214105979,41.19279635319298],[-73.42557814117382,41.19272135316629],[-73.42572914121952,41.192667353150796],[-73.42586814126086,41.19260435313391],[-73.42623214136297,41.192333353068996],[-73.42702314157818,41.19162835290519],[-73.42703814158229,41.191615352902176],[-73.42766214175437,41.19109935278081],[-73.42781514181154,41.19123335280198],[-73.42817214194848,41.19160735286338],[-73.42838614202704,41.19177035288822],[-73.4288621422019,41.192134352943775],[-73.42920814233096,41.19243335299087],[-73.4293981424116,41.19276735304992],[-73.42945214243764,41.1929163530773],[-73.4299441426592,41.19400235327345],[-73.4300171426923,41.19416735330331],[-73.43041814287406,41.19507335346725],[-73.43046414289694,41.19521235349291],[-73.4305761429522,41.19554335355393],[-73.43059114296229,41.19563435357123],[-73.43059314296345,41.19564335357294],[-73.43061514297506,41.195721353587466],[-73.43065014298902,41.1957673535953],[-73.43088614306411,41.19574635358346],[-73.43115314314912,41.19572335357019],[-73.43159214328762,41.195663353544056],[-73.431647143305,41.19565635354089],[-73.4318281433622,41.19563335353045],[-73.4322491435221,41.19604635359735],[-73.43344114397493,41.19721835378732],[-73.43351114400173,41.197290353799104],[-73.43364114405152,41.19742535382123],[-73.43381314412815,41.19779035388691],[-73.43385214418288,41.19852235402871],[-73.43380014418834,41.19890935410607],[-73.43374314419461,41.199338354191795],[-73.43339914411705,41.19992335431743],[-73.43175314367403,41.20147335467443],[-73.43093614345422,41.202244354851956],[-73.43086014343373,41.202315354868325],[-73.43063514337324,41.20252835491734],[-73.43056014335313,41.202600354933864],[-73.43055914335372,41.20261635493704],[-73.43051414336345,41.20303835502099],[-73.43037514339427,41.20435435528276],[-73.43036014339805,41.20450435531256],[-73.4303161434004,41.20479235537031],[-73.43028314340222,41.20500935541379],[-73.4302791434037,41.2050573554233],[-73.43024014342114,41.2055793555266],[-73.43027214344752,41.20585835558007],[-73.43028014345393,41.20592435559271],[-73.4303271434804,41.20612035562947],[-73.43050314356442,41.206591355715744],[-73.4306051436166,41.20692435577747],[-73.43063714363286,41.20702735579654],[-73.43090314375534,41.207660355911514],[-73.43120914391118,41.20864835609454],[-73.43134814399458,41.20931635622051],[-73.43135914400067,41.20936035622875],[-73.43142414403601,41.20960935627528],[-73.43154514409768,41.21000035634771],[-73.43161814413114,41.210171356378744],[-73.431627144138,41.21024035639191],[-73.43166214415541,41.21034635641148],[-73.43174514419299,41.21053235644509],[-73.43186114424542,41.2107913564919],[-73.43208714435156,41.21136535659664],[-73.43214414438425,41.21161335664323],[-73.43215114438824,41.211643356648864],[-73.43217114441512,41.21199735671737],[-73.43215214442054,41.212198356757284],[-73.43213314442671,41.212412356799724],[-73.43209714443138,41.21269535685618],[-73.43207214442928,41.21279935687734],[-73.43202614442575,41.212996356917344],[-73.4321211444589,41.21303835692243],[-73.43254914461562,41.21335635697049],[-73.43273114468299,41.21350435699344],[-73.43284014472931,41.21369635702739],[-73.43305814481056,41.21388335705677],[-73.43323714487232,41.21395035706397],[-73.43446914529757,41.21441635711456],[-73.43466514536856,41.214548357133914],[-73.4347591454056,41.2146633571533],[-73.43479614542608,41.214811357180984],[-73.43489214546604,41.214966357208134],[-73.43499214550779,41.215129357236684],[-73.43495614550882,41.21534935728085],[-73.43497414552823,41.21558535732637],[-73.43521214560911,41.215653357331824],[-73.43541414567778,41.215711357336545],[-73.43547914570296,41.215783357348485],[-73.43547214571456,41.21602435739578],[-73.43561014577188,41.216244357434235],[-73.43561714578489,41.21643135747054],[-73.43555914577722,41.21662335750996],[-73.43563914582077,41.21693035756732],[-73.43563914582366,41.216980357577086],[-73.43554914580608,41.217180357619114],[-73.43544314578556,41.2174193576693],[-73.4352391457487,41.21792435777465],[-73.43517414575705,41.218434357876426],[-73.43520314577277,41.21854435789697],[-73.43518814577581,41.21868135792421],[-73.43520314578447,41.21874735793662],[-73.43521814580377,41.218998357985164],[-73.43522414581089,41.21908835800255],[-73.43515914580948,41.219428358071106],[-73.43495514576851,41.21986235816261],[-73.43492814576182,41.219897358170314],[-73.43473914571554,41.220155358226926],[-73.43485214575462,41.220199358231824],[-73.43520314587632,41.22034135824802],[-73.43537314593529,41.22041035825592],[-73.43563114602436,41.22050835826659],[-73.43590614612239,41.22066635828841],[-73.4361291462008,41.22077535830239],[-73.43637914629386,41.220987358335584],[-73.43649714633732,41.221079358349684],[-73.43656614636276,41.221133358357974],[-73.43687614647885,41.22140835840151],[-73.4367691464513,41.22153035842886],[-73.4367031464357,41.221630358450554],[-73.43658614640442,41.22174435847666],[-73.43655514639907,41.22182535849351],[-73.43649814638688,41.22193335851649],[-73.43638314638034,41.222465358624184],[-73.43630114636207,41.22260835865482],[-73.43619514633517,41.2227363586833],[-73.43607114630989,41.22299335873758],[-73.43595814628694,41.22322935878738],[-73.43561514621035,41.22382535891508],[-73.43561914621758,41.22392835893506],[-73.43561714622356,41.224043358957594],[-73.43613314639535,41.22412835895726],[-73.43629414645063,41.2241843589629],[-73.43641014649253,41.224260358973936],[-73.43675814662376,41.22458435902578],[-73.43687914667511,41.22479635906323],[-73.43699714673397,41.225155359129474],[-73.43711614681655,41.22592035927498],[-73.43726814689171,41.22637135935809],[-73.4373201469229,41.22662035940501],[-73.4372851469231,41.22682035944522],[-73.43714714689456,41.22709935950427],[-73.43706714687566,41.22722035953053],[-73.43697614685563,41.22738335956534],[-73.43685914683013,41.22759735961099],[-73.43679214682454,41.22787635966769],[-73.43677614683804,41.228200359731495],[-73.43677114685194,41.22846935978419],[-73.43672414684643,41.22863735981855],[-73.43664814682859,41.2287543598439],[-73.43657714681193,41.228863359867525],[-73.43646514678844,41.22908435991437],[-73.43645114678962,41.22918335993417],[-73.43646514680297,41.22933635996358],[-73.43661514686814,41.22962536001511],[-73.43687814698255,41.230134360105886],[-73.43720414713198,41.23089736024417],[-73.43729114717893,41.23122336030499],[-73.43736414721803,41.231492360355126],[-73.43739214724444,41.231793360412986],[-73.43753214728979,41.23179436040857],[-73.43757314730266,41.23178736040587],[-73.4379441474194,41.231731360382746],[-73.43810214746684,41.23166736036505],[-73.4381551474828,41.2316473603594],[-73.43826014751279,41.23157836034247],[-73.438329147535,41.231576360339815],[-73.43861514762553,41.23154236032377],[-73.43907114776991,41.23148836029823],[-73.43949914790284,41.23139336026562],[-73.43966914795551,41.23135336025221],[-73.44001814806373,41.23127236022493],[-73.44037014817359,41.23120336019988],[-73.44096314836271,41.231157360171395],[-73.44104014838727,41.231151360167694],[-73.44136314849231,41.23116136015903],[-73.4417781486274,41.231176360148325],[-73.44232714881159,41.23129136015273],[-73.44279414896637,41.23135636015007],[-73.44297014902496,41.23138536014995],[-73.4435691492221,41.231444360141786],[-73.44444014950732,41.23150536012506],[-73.4452481497711,41.23154836010689],[-73.44540014982014,41.23154636010152],[-73.4460901500429,41.23153936007746],[-73.4464171501475,41.23151936006281],[-73.44672915024702,41.23149536004786],[-73.44675315025462,41.231492360046474],[-73.44724715041058,41.23142636001735],[-73.44755115050519,41.23136235999485],[-73.44774615056319,41.23127435997126],[-73.44783715059023,41.23123335996025],[-73.4482041506944,41.230981359898976],[-73.4485161507859,41.23081835985689],[-73.44887315089213,41.230658359813894],[-73.44925315100804,41.23053735977778],[-73.4492991510192,41.23047335976375],[-73.4493781510409,41.23040635974809],[-73.44949815107239,41.230279359719326],[-73.44968015112599,41.230188359695575],[-73.45007815124791,41.230070359659436],[-73.45032815132963,41.230085359654154],[-73.45048315137882,41.230069359645924],[-73.45150115170206,41.22996535959214],[-73.45211015189894,41.22996435957191],[-73.4523951519911,41.229964359562544],[-73.4536271523881,41.22993935951715],[-73.45394015248924,41.22993835950666],[-73.45401115251222,41.22993835950432],[-73.45455015268588,41.22992735948444],[-73.45487615279097,41.22992135947255],[-73.45503115283984,41.22989935946315],[-73.45514015287324,41.22986735945332],[-73.45531715292356,41.22974735942407],[-73.45544515295208,41.22952435937631],[-73.45547315295889,41.22948535936776],[-73.45559715298934,41.22931835933107],[-73.4558091530501,41.229183359297735],[-73.45602715311894,41.22915435928491],[-73.45647815326583,41.229172359273576],[-73.4568761533961,41.22919935926577],[-73.45766115366115,41.22939335927783],[-73.45780415371051,41.229447359283675],[-73.45822315385178,41.22954735928941],[-73.45847815393628,41.22958235928787],[-73.45864415398927,41.229570359280075],[-73.45878615403467,41.229561359273625],[-73.459021154108,41.229515359256915],[-73.45918215415858,41.22948935924655],[-73.45939015422324,41.22944435923092],[-73.45973615432976,41.229351359201374],[-73.45970715432794,41.22948235922791],[-73.45967815432626,41.229615359254844],[-73.45971715435029,41.229813359292216],[-73.45972715435734,41.229879359304775],[-73.45974915437218,41.23001335933023],[-73.46000115445496,41.23003535932623],[-73.4601981545182,41.23002735931818],[-73.46029815455256,41.23006235932172],[-73.4605181546208,41.23001235930473],[-73.46060215464658,41.22998835929728],[-73.46072715468505,41.229954359286516],[-73.46091615474519,41.22993735927699],[-73.46105215479004,41.22995235927544],[-73.46126915486545,41.23004335928608],[-73.4618671550809,41.230425359341],[-73.46210215516832,41.23062335937193],[-73.46234115525573,41.23079835939825],[-73.46259715535088,41.23101235943161],[-73.46272615540545,41.23123535947091],[-73.46273015540727,41.231244359472534],[-73.46291815549174,41.231654359546425],[-73.46310415557353,41.23202935961353],[-73.46339315567123,41.23210235961828],[-73.46348515570276,41.23213335962131],[-73.46364315575703,41.232188359626846],[-73.46377715580128,41.23220435962554],[-73.46397815587027,41.232273359632416],[-73.46423815595695,41.23231835963265],[-73.464526156055,41.232403359639775],[-73.46463315609098,41.23242735964094],[-73.46477715613952,41.23246135964284],[-73.46495115619626,41.23246935963868],[-73.4650251562196,41.232459359634284],[-73.4651301562528,41.232446359628284],[-73.46541315634282,41.2324203596139],[-73.46569415643185,41.23238835959841],[-73.46590415649906,41.23237635958916],[-73.46624115661245,41.2324523595929],[-73.46629515663064,41.23246535959366],[-73.46655515672022,41.23256035960367],[-73.46669715677145,41.23265235961695],[-73.46696015686905,41.232869359650664],[-73.46705715691184,41.23306735968614],[-73.46710715694337,41.23333335973643],[-73.46712915698446,41.23392135985053],[-73.46716815701352,41.23420635990489],[-73.46720615704665,41.234567359974136],[-73.46725415707431,41.23477736001355],[-73.46734615712018,41.235056360064995],[-73.46750215718026,41.235223360092476],[-73.46756315720219,41.23526136009789],[-73.46767215724137,41.235329360107585],[-73.46782715729357,41.235365360109505],[-73.46784515729958,41.23536836010951],[-73.46819815741755,41.235434360110766],[-73.46865515756436,41.2354173600924],[-73.46906715769573,41.235385360072584],[-73.4692461577523,41.23536236006222],[-73.46953315784303,41.23532636004574],[-73.46978215792032,41.2352703600266],[-73.46996015797563,41.235231360013124],[-73.46999315798583,41.23522336001048],[-73.47009415801718,41.23520036000267],[-73.47012815802775,41.23519336000019],[-73.47023415806076,41.23517135999241],[-73.47058915817303,41.23512735997211],[-73.47129515839639,41.23504135993209],[-73.47198115861477,41.23498135989779],[-73.47244615876286,41.234942359874864],[-73.47261815881751,41.234925359865876],[-73.47313415898148,41.23487535983914],[-73.47330715903651,41.23485935983032],[-73.47348515911753,41.23526535990373],[-73.473595159175,41.23564435997411],[-73.47361115918324,41.235697359983924],[-73.47374715925586,41.2361933600763],[-73.47390415933756,41.236728360175576],[-73.47401315939658,41.23713936025223],[-73.47410315945694,41.2376803603549],[-73.47420815951398,41.23808036042953],[-73.47427315954936,41.23832836047582],[-73.47431615957042,41.23845236049861],[-73.47435115958878,41.23857436052128],[-73.47439515961037,41.23870136054462],[-73.47448815965002,41.23886736057396],[-73.47481515975196,41.23880136055031],[-73.47512915984807,41.23870736052163],[-73.47531915990665,41.23865736050559],[-73.47551215996344,41.23856036048031],[-73.47560815998997,41.23848236046191],[-73.47569416001085,41.238362360435666],[-73.47577316002565,41.23817636039673],[-73.47584616004185,41.238048360369355],[-73.4759541600677,41.237891360335155],[-73.47616316011803,41.23759236026988],[-73.47627616015157,41.23754036025602],[-73.47660916025099,41.23739736021713],[-73.4766971602781,41.23737436020975],[-73.47680916031231,41.237339360199215],[-73.47720316043915,41.2373293601843],[-73.47731616047713,41.237354360185435],[-73.47744616052132,41.2373913601884],[-73.47757416056513,41.23743336019238],[-73.47768016060478,41.23752636020704],[-73.4777001606152,41.23759436021965],[-73.47773016062881,41.237662360231944],[-73.47770316063279,41.23788236027579],[-73.47758716060673,41.23808036031827],[-73.4775221605972,41.23827936035926],[-73.4774441605821,41.238454360396],[-73.47740216057858,41.23862836043134],[-73.47735716057291,41.238782360462906],[-73.47738716058973,41.23890536048592],[-73.47737916059235,41.23899536050376],[-73.47744116062078,41.23914036053003],[-73.47748216063636,41.23918036053648],[-73.47758016066769,41.23917436053208],[-73.4777201607139,41.2391903605306],[-73.47791716077651,41.239171360520395],[-73.47805816081997,41.23913436050851],[-73.47820016086172,41.23906236048979],[-73.47831916089461,41.23896536046694],[-73.47851316095179,41.238869360441804],[-73.47872816100981,41.23867036039588],[-73.47881316103435,41.23861936038312],[-73.4788611610464,41.23855936036983],[-73.47912216111955,41.23836436032316],[-73.47913216112244,41.23835836032166],[-73.47936416119093,41.238245360291955],[-73.47960416126524,41.238188360272936],[-73.47992516136236,41.2380723602397],[-73.48019716144586,41.23799536021571],[-73.48071616161491,41.23801636020273],[-73.48094116168858,41.23803236019843],[-73.48103116171802,41.23803836019664],[-73.4813011618064,41.23805636019127],[-73.48139216183623,41.23806336018964],[-73.48144416185906,41.23816736020822],[-73.4814991618831,41.2382753602275],[-73.48165316193914,41.23838336024351],[-73.48169216195238,41.23839436024437],[-73.4818041619905,41.23842736024713],[-73.48202716206319,41.238437360241726],[-73.48229116214446,41.238366360219175],[-73.4825551622258,41.238296360196806],[-73.48322616242953,41.23806736013001],[-73.48371416257937,41.23792936008699],[-73.48379616260462,41.23790736008],[-73.48417416271744,41.23774436003571],[-73.48430116277082,41.23795736007312],[-73.4845731628882,41.23846636016353],[-73.48479416298349,41.23887836023668],[-73.48509716312715,41.239668360380925],[-73.48520216318371,41.2400593604538],[-73.48531216324298,41.24046936053021],[-73.4854211632964,41.24078336058792],[-73.48548016332529,41.24095336061916],[-73.48576916345219,41.241531360722476],[-73.4858451634903,41.241765360765655],[-73.48586116349762,41.24180236077235],[-73.48600416356317,41.24213636083283],[-73.48603716358338,41.24230136086396],[-73.48597916358239,41.2426083609258],[-73.48597316358129,41.24262336092892],[-73.48588516356864,41.24289636098512],[-73.48582816355622,41.24300036100729],[-73.48569616353157,41.24331236107253],[-73.48568516352923,41.24333336107699],[-73.48555516350298,41.243606361134574],[-73.48504416339678,41.2446273613507],[-73.48504316339668,41.24463136135152],[-73.48497516338742,41.24485136139669],[-73.48493616338222,41.24497936142297],[-73.48493616338881,41.245093361445214],[-73.4847511633333,41.245168361465964],[-73.48419916316786,41.24539436152826],[-73.48401516311276,41.24547036154915],[-73.48348416295369,41.2456893616094],[-73.48189216247708,41.24635036179087],[-73.48136216231839,41.24657036185127],[-73.48106716222975,41.24668736188383],[-73.47961616179907,41.247354362061806],[-73.47892716159457,41.24767136214639],[-73.47392316010949,41.24997636276111],[-73.47378316006774,41.250037362777604],[-73.47374316005589,41.25005636278265],[-73.4735631600023,41.250136362804184],[-73.47339515995229,41.25021136282436],[-73.47336615994362,41.25022336282766],[-73.4732271599023,41.25028636284454],[-73.47295115981888,41.25038736287333],[-73.47212515956926,41.25069036295967],[-73.47203815954302,41.25072336296898],[-73.47183815947926,41.25073936297869],[-73.47131715932491,41.25098436304368],[-73.46975515886233,41.25172136323895],[-73.46941615876193,41.25188136328134],[-73.46923515870837,41.251967363304104],[-73.46817315837477,41.252138363372445],[-73.46498815737449,41.252655363578214],[-73.46392715704128,41.25282736364671],[-73.46392215704503,41.252920363665034],[-73.46394015706363,41.25314136370757],[-73.46400815709511,41.253305363737326],[-73.46401915710635,41.253438363762925],[-73.4639401570878,41.25355936378914],[-73.46386115706837,41.25366536381244],[-73.46383815706285,41.25369836381964],[-73.46378715705144,41.253786363838486],[-73.46369715703527,41.25401036388517],[-73.46365115702936,41.254165363916925],[-73.46363715702678,41.25419936392403],[-73.46347315698247,41.254350363958906],[-73.46341015696419,41.254386363968],[-73.46331815693692,41.254429363979426],[-73.46319215689846,41.254469363991376],[-73.46300615684731,41.254625364027945],[-73.46286015680407,41.25469436404622],[-73.46258615672227,41.254812364078255],[-73.46211715658161,41.25500336413099],[-73.46199815654718,41.25507336414855],[-73.46177015647939,41.25517636417617],[-73.46158815642538,41.255260364198556],[-73.46099115625366,41.25563036429042],[-73.46081215620073,41.255716364313095],[-73.46039015607217,41.25585336435372],[-73.46007415597502,41.25594136438131],[-73.46007215597444,41.25594236438156],[-73.45990515592442,41.25601136440053],[-73.45900315565294,41.25636236449871],[-73.45861915553827,41.25652736454356],[-73.45833315545316,41.256655364577966],[-73.45795115534001,41.256835364625665],[-73.45761715524034,41.256980364664955],[-73.45739515517386,41.25707236469022],[-73.45702215506229,41.257229364733135],[-73.45685415501336,41.257323364757],[-73.45665515495212,41.2573773647741],[-73.45648915489912,41.2573893647819],[-73.45568815466049,41.25774336487735],[-73.45328715394533,41.25880736516402],[-73.45248715370707,41.25916236525963],[-73.45087315322155,41.25979536543626],[-73.4492851527474,41.26047936562202],[-73.44452415132594,41.26253236617931],[-73.44293715085212,41.26321736636519],[-73.44274015079284,41.2632943663867],[-73.44215315061639,41.26352736645148],[-73.4419571505575,41.263605366473136],[-73.44186215052885,41.263641366483306],[-73.44157815044328,41.26375036651392],[-73.441484150415,41.263787366524234],[-73.44120015033086,41.26392136655972],[-73.44035115007961,41.264326366666666],[-73.44006814999587,41.26446136670232]]]},"properties":{"name":451.02,"geoid":"09001045102"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.36323311804726,41.14093934507657],[-73.36315311802234,41.14095534508231],[-73.36291411794781,41.14100334509951],[-73.36283511792323,41.14102034510543],[-73.36279811791175,41.14102834510821],[-73.36252211782565,41.141083345127996],[-73.3622701177476,41.14114334514799],[-73.36192111763981,41.14123134517662],[-73.36149111750755,41.14134934521377],[-73.36145611749897,41.14139734522432],[-73.36136411746958,41.14140334522851],[-73.36120211741944,41.14144234524143],[-73.36106111737368,41.141439345245445],[-73.3605851172205,41.14145134526336],[-73.3601271170728,41.14145834527969],[-73.35940011683977,41.1414933453103],[-73.35900511671218,41.141495345323605],[-73.35900411671204,41.141498345324216],[-73.35888011667194,41.141498345328266],[-73.35845211653249,41.14147934533852],[-73.35809611641712,41.14147434534918],[-73.35806311641386,41.14160434537572],[-73.357776116317,41.141532345371004],[-73.35743211619672,41.1413743453513],[-73.35717011610706,41.14128734534283],[-73.355269115476,41.14099934534854],[-73.35516411544141,41.140988345349804],[-73.35481611532457,41.140912345346294],[-73.35459811525106,41.14085934534304],[-73.3536901149434,41.14061234532432],[-73.35337811483767,41.14052734531788],[-73.35337111483523,41.140524345317516],[-73.35335711483047,41.14052034531719],[-73.3531001147446,41.140471345316],[-73.35154111422091,41.140127345299554],[-73.35013911375226,41.13985834529268],[-73.34998111369919,41.13982334529098],[-73.34982711364893,41.139815345294444],[-73.34966111359418,41.13979634529615],[-73.3494221135157,41.139775345299846],[-73.34918811343925,41.139761345304734],[-73.34878111331116,41.13982234532997],[-73.3484231131989,41.13988334535362],[-73.34835711317773,41.13988634535635],[-73.34825911314645,41.13989334536092],[-73.34783911300461,41.13978734535388],[-73.34765611294151,41.13971834534635],[-73.3476121129259,41.13969434534308],[-73.34759911292106,41.13968334534135],[-73.34728211281286,41.13958334533213],[-73.34678511264333,41.13942834531801],[-73.34640911251348,41.139283345301884],[-73.34633911248977,41.13926434530045],[-73.3462531124607,41.13924234529893],[-73.34603011238323,41.13914834528782],[-73.34559811223689,41.139031345279015],[-73.34524711211586,41.13889934526463],[-73.34501911203729,41.13881434525542],[-73.34486111198295,41.13875734524942],[-73.34442211183193,41.13859834523262],[-73.34422611176485,41.13853334522629],[-73.3440531117043,41.13845234521608],[-73.3436131115536,41.138304345201455],[-73.34311311138183,41.13812734518312],[-73.34293611132014,41.13804934517362],[-73.34279911127248,41.13799034516654],[-73.34246211115548,41.13784934514993],[-73.34233911111234,41.137790345142385],[-73.34217411105666,41.13774934513973],[-73.34206111101892,41.13772834513932],[-73.34200811100122,41.13771834513909],[-73.34177511092268,41.13766234513572],[-73.34172711090666,41.13765334513554],[-73.34161511086923,41.137632345135074],[-73.34167011087771,41.13746934510136],[-73.34169211088003,41.13738534508419],[-73.34172711088385,41.13725434505739],[-73.34179211089379,41.137060345017275],[-73.34181711089337,41.13691134498728],[-73.34183811088725,41.136685344942336],[-73.34183911088427,41.13662734493093],[-73.34184211088068,41.136547344915186],[-73.34187111088256,41.13641634488857],[-73.34190511089196,41.13638834488198],[-73.3418861108787,41.136264344858304],[-73.34184311085916,41.13616534484032],[-73.34169111080443,41.13606734482608],[-73.34193911088282,41.136036344811934],[-73.34217811095793,41.13599834479668],[-73.34223011097532,41.13600834479695],[-73.34248411104521,41.13579434474673],[-73.34262211108286,41.135672344718344],[-73.34271411110501,41.1355393446893],[-73.34274611110929,41.13543334466748],[-73.3427501111094,41.135412344663244],[-73.34277611111209,41.135312344642806],[-73.3427941111045,41.135077344596205],[-73.3428221110991,41.134824344545734],[-73.34286711110016,41.134588344498034],[-73.34294811111148,41.13432834444446],[-73.34297711111435,41.134214344421196],[-73.34326611117976,41.133723344315584],[-73.343776111307,41.13306434416987],[-73.34383411132033,41.13296934414937],[-73.34389611133523,41.13287934412972],[-73.34433411144478,41.13231834400554],[-73.345046111623,41.131408343804054],[-73.34514711164405,41.131205343760996],[-73.3452081116541,41.131035343725706],[-73.34527711165937,41.130737343665075],[-73.34534511166669,41.130480343612525],[-73.34535811166813,41.13043234360269],[-73.34549811169357,41.130085343530155],[-73.34562711172062,41.1298283434756],[-73.34566711172903,41.12974934345882],[-73.34567611173108,41.129734343455596],[-73.3457891117578,41.129562343418215],[-73.34584311176971,41.12946534339744],[-73.34589511178133,41.129374343377926],[-73.34591811178517,41.12931134336484],[-73.34592411178625,41.1292963433617],[-73.34594611178902,41.1292203433461],[-73.34595311178529,41.129115343325296],[-73.34595911178346,41.12904934331219],[-73.34596611177892,41.12893034328864],[-73.3459651117718,41.128811343265355],[-73.34581611169995,41.12839634318893],[-73.34581511169944,41.12839334318838],[-73.34562511161461,41.12798334311427],[-73.34544111151996,41.12736734299961],[-73.34542511151021,41.12728734298447],[-73.3453041114477,41.12687734290808],[-73.3453221114292,41.12645134282404],[-73.34532511142666,41.126390342812016],[-73.34538511141872,41.12591134271621],[-73.34542211142333,41.125782342689746],[-73.3455321114228,41.12515034256233],[-73.34566111143339,41.12460534245136],[-73.34582711142798,41.12357034224318],[-73.34586711143788,41.12351734223149],[-73.34582011142126,41.123492342228126],[-73.34592511144447,41.12330434218786],[-73.3459361114458,41.12326534217987],[-73.34597311145005,41.12313034215221],[-73.3460331114642,41.123038342132226],[-73.34605511146641,41.122952342114665],[-73.34611411147371,41.12274634207238],[-73.3461141114667,41.12262334204828],[-73.34611411146568,41.122605342044764],[-73.34608711144496,41.12239534200449],[-73.34608511144356,41.12238234200201],[-73.34608011143979,41.12234434199473],[-73.34607911143875,41.12233234199242],[-73.34604211141888,41.12219334196637],[-73.34602211140808,41.12211734195214],[-73.34601911140516,41.12208334194558],[-73.34598611138216,41.12186734190434],[-73.34597811137404,41.12177034188559],[-73.34596811136271,41.1216283418581],[-73.34596711135576,41.12151234183543],[-73.34596611134857,41.12139234181194],[-73.34597111133725,41.12116534176729],[-73.34597411133166,41.12105034174466],[-73.34598311132736,41.12092434171969],[-73.34598611132668,41.120895341713904],[-73.34599611130994,41.12054534164501],[-73.34600011130405,41.120419341620185],[-73.34600411130009,41.12032734160202],[-73.34595011127514,41.120196341578136],[-73.34593311126703,41.120150341569676],[-73.3459011112515,41.120059341552896],[-73.34581911121501,41.11988434152128],[-73.34571211117002,41.11970234148911],[-73.34562711113131,41.11950534145329],[-73.34558211110969,41.11938134143046],[-73.34557711110732,41.119368341428086],[-73.34555111109162,41.119240341403845],[-73.34555511108509,41.11910334137687],[-73.34555611108279,41.11905734136783],[-73.34555611108256,41.11905334136704],[-73.34559011108522,41.11890734133733],[-73.34560211108636,41.118859341327536],[-73.3456751111039,41.11875334130438],[-73.34576811112632,41.11861934127511],[-73.34587611115015,41.11842534123356],[-73.34594011116452,41.11831434120972],[-73.34600511117776,41.11817834118095],[-73.34609111119644,41.118018341146794],[-73.3460951111968,41.118002341143516],[-73.34615411120414,41.11779634110123],[-73.34622011121627,41.11763534106754],[-73.34635411123597,41.11722134098204],[-73.34641111124223,41.11700834093846],[-73.34650311125286,41.116673340869816],[-73.34651311125168,41.11659634085439],[-73.34651411124838,41.116532340841815],[-73.34651511124864,41.1165313408416],[-73.34652511124726,41.116450340825395],[-73.34652711123408,41.11620834077792],[-73.3465031112208,41.11611134075969],[-73.34649711121743,41.11608634075499],[-73.34650011121182,41.11597134073236],[-73.34647811119908,41.11587234071367],[-73.34645011117456,41.11560134066148],[-73.34644811117272,41.11558034065743],[-73.34639611114466,41.11538334062053],[-73.34632711110936,41.115155340578106],[-73.34624711107088,41.1149343405374],[-73.34614911101964,41.114591340473396],[-73.3461381110125,41.11452834046141],[-73.34607711097183,41.11416134039148],[-73.34609211097172,41.11407434037395],[-73.34610111097219,41.11403134036523],[-73.34615911097877,41.11381834032159],[-73.34618311098173,41.11373434030435],[-73.3462111109832,41.113601340277384],[-73.3463151110038,41.1133733402293],[-73.34637611101513,41.1132263401985],[-73.3464671110309,41.112987340148706],[-73.34652611104137,41.112836340117184],[-73.3466141110463,41.11242434003359],[-73.34663011104354,41.112285340005826],[-73.34663711103818,41.11215133997933],[-73.34662911102548,41.11197433994491],[-73.34659411100247,41.111769339905884],[-73.34654411097794,41.11162233987869],[-73.34647311094693,41.11148133985338],[-73.34637411090672,41.111337339828395],[-73.34629111087453,41.111243339812695],[-73.34615811082412,41.11111333979154],[-73.34606611078867,41.11101333977496],[-73.3459451107388,41.11082433974187],[-73.34592411073007,41.11079033973589],[-73.34591011072024,41.110697339718115],[-73.34589811070693,41.110532339686166],[-73.34589911069648,41.1103433396491],[-73.34591211068832,41.110126339606154],[-73.34591111068264,41.11003233958777],[-73.34591011067421,41.10989033955996],[-73.3459171106593,41.109589339500744],[-73.34592711065528,41.10946233947553],[-73.34593611065198,41.10935333945387],[-73.34595911065325,41.10924533943196],[-73.34606111066837,41.10893233936728],[-73.34616911069239,41.108741339326336],[-73.34641311075751,41.10850033927113],[-73.34654711079557,41.10840833924874],[-73.34689711089878,41.108234339203214],[-73.3469391109116,41.1082213391993],[-73.34714011097338,41.10816533918176],[-73.34725011100939,41.10817333917974],[-73.34748611109063,41.1082603391891],[-73.34743311106627,41.108133339165946],[-73.34727411099324,41.10775433909684],[-73.34722111096892,41.107628339073884],[-73.34723211089197,41.10621633879677],[-73.34726611066155,41.10198333796598],[-73.34727811058498,41.100572337689],[-73.34797411073046,41.09917833739305],[-73.35006411116758,41.09499733650524],[-73.35076211131377,41.09360433620936],[-73.35332111217915,41.09427733625782],[-73.35388111236851,41.09442433626836],[-73.35836211388394,41.09560433635347],[-73.3604441146573,41.09736633663093],[-73.36246511540799,41.09907633690015],[-73.36356211581544,41.10000433704623],[-73.36392811594679,41.10023333707918],[-73.36867911765219,41.103211337507744],[-73.37026311822079,41.104204337650614],[-73.37049511832515,41.104719337743965],[-73.37119311863906,41.106266338024355],[-73.37142611874383,41.10678233811787],[-73.37261111926887,41.109270338566716],[-73.37262211927374,41.10929333857087],[-73.37197711914496,41.11068833886529],[-73.37195111913981,41.11074533887731],[-73.3714881190471,41.11174233908779],[-73.37100011894962,41.11279733931045],[-73.37096911894338,41.112863339324406],[-73.37083911891742,41.113144339383695],[-73.3706791188855,41.11349133945692],[-73.37046711884308,41.113948339553396],[-73.37011711877315,41.11470433971296],[-73.36976811870355,41.11546033987248],[-73.36967311868453,41.115665339915765],[-73.3696081186749,41.115864339956865],[-73.36947111865443,41.116281340043045],[-73.36933511863428,41.11669834012918],[-73.36929311862804,41.11682634015563],[-73.36928811862734,41.11684234015893],[-73.36920511861513,41.117098340211804],[-73.36912211860293,41.11735434026467],[-73.36897211857325,41.117683340334025],[-73.3685061184809,41.11870334054908],[-73.36846611850892,41.11942034069085],[-73.36839911850475,41.11972634075301],[-73.36832111850033,41.12009034082686],[-73.36849111858629,41.120633340927675],[-73.36858511863383,41.120933340983385],[-73.36869911869152,41.121298341051165],[-73.3689841188353,41.12220234121895],[-73.36906211887114,41.12238834125284],[-73.3692101189392,41.12274234131735],[-73.36943511904256,41.12327834141499],[-73.3696591191456,41.12381434151267],[-73.3690041190544,41.12592334194719],[-73.3687131190137,41.126857342139644],[-73.36834911896321,41.12803234238169],[-73.36827011895745,41.128378342452045],[-73.36817011899147,41.129539342682705],[-73.36798711898722,41.1304993428767],[-73.36682011869382,41.13196634320216],[-73.36632311857855,41.13276034337391],[-73.36528911826105,41.13305334346507],[-73.36408011788988,41.133397343571964],[-73.36262511747258,41.13432534380124],[-73.36264311756192,41.13578634408677],[-73.36265411762196,41.1367743442799],[-73.36266011765093,41.137247344372334],[-73.36238311764743,41.13875234467609],[-73.36323311804726,41.14093934507657]]]},"properties":{"name":505,"geoid":"09001050500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.34727811058498,41.100572337689],[-73.34726611066155,41.10198333796598],[-73.34723211089197,41.10621633879677],[-73.34722111096892,41.107628339073884],[-73.34727411099324,41.10775433909684],[-73.34743311106627,41.108133339165946],[-73.34748611109063,41.1082603391891],[-73.34725011100939,41.10817333917974],[-73.34714011097338,41.10816533918176],[-73.3469391109116,41.1082213391993],[-73.34689711089878,41.108234339203214],[-73.34654711079557,41.10840833924874],[-73.34641311075751,41.10850033927113],[-73.34616911069239,41.108741339326336],[-73.34606111066837,41.10893233936728],[-73.34595911065325,41.10924533943196],[-73.34593611065198,41.10935333945387],[-73.34592711065528,41.10946233947553],[-73.3459171106593,41.109589339500744],[-73.34591011067421,41.10989033955996],[-73.34591111068264,41.11003233958777],[-73.34591211068832,41.110126339606154],[-73.34589911069648,41.1103433396491],[-73.34589811070693,41.110532339686166],[-73.34591011072024,41.110697339718115],[-73.34592411073007,41.11079033973589],[-73.3459451107388,41.11082433974187],[-73.34606611078867,41.11101333977496],[-73.34615811082412,41.11111333979154],[-73.34629111087453,41.111243339812695],[-73.34637411090672,41.111337339828395],[-73.34647311094693,41.11148133985338],[-73.34654411097794,41.11162233987869],[-73.34659411100247,41.111769339905884],[-73.34662911102548,41.11197433994491],[-73.34663711103818,41.11215133997933],[-73.34663011104354,41.112285340005826],[-73.3466141110463,41.11242434003359],[-73.34652611104137,41.112836340117184],[-73.3464671110309,41.112987340148706],[-73.34637611101513,41.1132263401985],[-73.3463151110038,41.1133733402293],[-73.3462111109832,41.113601340277384],[-73.34618311098173,41.11373434030435],[-73.34615911097877,41.11381834032159],[-73.34610111097219,41.11403134036523],[-73.34609211097172,41.11407434037395],[-73.34607711097183,41.11416134039148],[-73.3461381110125,41.11452834046141],[-73.34614911101964,41.114591340473396],[-73.34624711107088,41.1149343405374],[-73.34632711110936,41.115155340578106],[-73.34639611114466,41.11538334062053],[-73.34644811117272,41.11558034065743],[-73.34645011117456,41.11560134066148],[-73.34647811119908,41.11587234071367],[-73.34650011121182,41.11597134073236],[-73.34649711121743,41.11608634075499],[-73.3465031112208,41.11611134075969],[-73.34652711123408,41.11620834077792],[-73.34652511124726,41.116450340825395],[-73.34651511124864,41.1165313408416],[-73.34651411124838,41.116532340841815],[-73.34651311125168,41.11659634085439],[-73.34650311125286,41.116673340869816],[-73.34641111124223,41.11700834093846],[-73.34635411123597,41.11722134098204],[-73.34622011121627,41.11763534106754],[-73.34615411120414,41.11779634110123],[-73.3460951111968,41.118002341143516],[-73.34609111119644,41.118018341146794],[-73.34600511117776,41.11817834118095],[-73.34594011116452,41.11831434120972],[-73.34587611115015,41.11842534123356],[-73.34576811112632,41.11861934127511],[-73.3456751111039,41.11875334130438],[-73.34560211108636,41.118859341327536],[-73.34559011108522,41.11890734133733],[-73.34555611108256,41.11905334136704],[-73.34555611108279,41.11905734136783],[-73.34555511108509,41.11910334137687],[-73.34555111109162,41.119240341403845],[-73.34557711110732,41.119368341428086],[-73.34558211110969,41.11938134143046],[-73.34562711113131,41.11950534145329],[-73.34571211117002,41.11970234148911],[-73.34581911121501,41.11988434152128],[-73.3459011112515,41.120059341552896],[-73.34593311126703,41.120150341569676],[-73.34595011127514,41.120196341578136],[-73.34600411130009,41.12032734160202],[-73.34600011130405,41.120419341620185],[-73.34599611130994,41.12054534164501],[-73.34598611132668,41.120895341713904],[-73.34598311132736,41.12092434171969],[-73.34597411133166,41.12105034174466],[-73.34597111133725,41.12116534176729],[-73.34596611134857,41.12139234181194],[-73.34596711135576,41.12151234183543],[-73.34596811136271,41.1216283418581],[-73.34597811137404,41.12177034188559],[-73.34598611138216,41.12186734190434],[-73.34601911140516,41.12208334194558],[-73.34602211140808,41.12211734195214],[-73.34604211141888,41.12219334196637],[-73.34607911143875,41.12233234199242],[-73.34608011143979,41.12234434199473],[-73.34608511144356,41.12238234200201],[-73.34608711144496,41.12239534200449],[-73.34611411146568,41.122605342044764],[-73.3461141114667,41.12262334204828],[-73.34611411147371,41.12274634207238],[-73.34605511146641,41.122952342114665],[-73.3460331114642,41.123038342132226],[-73.34597311145005,41.12313034215221],[-73.3459361114458,41.12326534217987],[-73.34592511144447,41.12330434218786],[-73.34582011142126,41.123492342228126],[-73.34586711143788,41.12351734223149],[-73.34582711142798,41.12357034224318],[-73.34566111143339,41.12460534245136],[-73.3455321114228,41.12515034256233],[-73.34542211142333,41.125782342689746],[-73.34538511141872,41.12591134271621],[-73.34532511142666,41.126390342812016],[-73.3453221114292,41.12645134282404],[-73.3453041114477,41.12687734290808],[-73.34542511151021,41.12728734298447],[-73.34544111151996,41.12736734299961],[-73.34562511161461,41.12798334311427],[-73.34581511169944,41.12839334318838],[-73.34581611169995,41.12839634318893],[-73.3459651117718,41.128811343265355],[-73.34596611177892,41.12893034328864],[-73.34595911178346,41.12904934331219],[-73.34595311178529,41.129115343325296],[-73.34594611178902,41.1292203433461],[-73.34592411178625,41.1292963433617],[-73.34591811178517,41.12931134336484],[-73.34589511178133,41.129374343377926],[-73.34584311176971,41.12946534339744],[-73.3457891117578,41.129562343418215],[-73.34567611173108,41.129734343455596],[-73.34566711172903,41.12974934345882],[-73.34562711172062,41.1298283434756],[-73.34549811169357,41.130085343530155],[-73.34535811166813,41.13043234360269],[-73.34534511166669,41.130480343612525],[-73.34527711165937,41.130737343665075],[-73.3452081116541,41.131035343725706],[-73.34514711164405,41.131205343760996],[-73.345046111623,41.131408343804054],[-73.34433411144478,41.13231834400554],[-73.34389611133523,41.13287934412972],[-73.34383411132033,41.13296934414937],[-73.343776111307,41.13306434416987],[-73.34326611117976,41.133723344315584],[-73.34297711111435,41.134214344421196],[-73.34294811111148,41.13432834444446],[-73.34286711110016,41.134588344498034],[-73.3428221110991,41.134824344545734],[-73.3427941111045,41.135077344596205],[-73.34277611111209,41.135312344642806],[-73.3427501111094,41.135412344663244],[-73.34274611110929,41.13543334466748],[-73.34271411110501,41.1355393446893],[-73.34262211108286,41.135672344718344],[-73.34248411104521,41.13579434474673],[-73.34223011097532,41.13600834479695],[-73.34217811095793,41.13599834479668],[-73.34193911088282,41.136036344811934],[-73.34169111080443,41.13606734482608],[-73.34184311085916,41.13616534484032],[-73.3418861108787,41.136264344858304],[-73.34190511089196,41.13638834488198],[-73.34187111088256,41.13641634488857],[-73.34184211088068,41.136547344915186],[-73.34183911088427,41.13662734493093],[-73.34183811088725,41.136685344942336],[-73.34181711089337,41.13691134498728],[-73.34179211089379,41.137060345017275],[-73.34172711088385,41.13725434505739],[-73.34169211088003,41.13738534508419],[-73.34167011087771,41.13746934510136],[-73.34161511086923,41.137632345135074],[-73.3414911108256,41.13757034512698],[-73.34138111078566,41.13749334511549],[-73.3412551107441,41.13747934511686],[-73.34111311069621,41.137444345114645],[-73.34110411069324,41.13744334511475],[-73.34081811059964,41.13742334512016],[-73.34057611052276,41.13744734513276],[-73.34032911044324,41.13745334514201],[-73.33979111027307,41.13751934517249],[-73.33945011016506,41.137558345191266],[-73.33890010999089,41.13762234522175],[-73.33842710984048,41.137666345245805],[-73.33840610983385,41.13766934524708],[-73.33762510958704,41.137769345292156],[-73.33701110939242,41.137837345325515],[-73.33700410939022,41.137838345325946],[-73.33654310924545,41.13791334535566],[-73.33636410918923,41.1379423453672],[-73.3363511091851,41.13794334536782],[-73.33593810905421,41.1379893453903],[-73.33577810900498,41.138033345404146],[-73.3356401089626,41.13807234541628],[-73.33559210894781,41.13808534542039],[-73.3353331088648,41.138098345431395],[-73.33511810879644,41.13811834544233],[-73.33475410868074,41.13815334546108],[-73.3342891085339,41.13821434548818],[-73.33371910835422,41.13829534552264],[-73.33370410834944,41.13829634552333],[-73.33323410820107,41.138359345551],[-73.3331841081853,41.13836634555402],[-73.33303510813839,41.138388345563186],[-73.33298610812298,41.138396345566356],[-73.33277310805629,41.13843434558074],[-73.33251610797583,41.13848034559814],[-73.33213210785476,41.138534345621245],[-73.33191810778733,41.138565345634305],[-73.33188510777684,41.13856834563596],[-73.33178910774632,41.13857734564086],[-73.33175710773621,41.13858134564269],[-73.33136610761274,41.13863334566563],[-73.330124107219,41.13877034573299],[-73.32940610699085,41.138840345770134],[-73.32904810687647,41.1388643457865],[-73.32871310677027,41.138901345804676],[-73.32868010675982,41.13890534580655],[-73.32852010670936,41.13892734581608],[-73.3283561066569,41.13893734582338],[-73.32799410654167,41.13896934584145],[-73.32744010636256,41.13896934585953],[-73.32689510618674,41.13897634587869],[-73.32676610614467,41.13897034588173],[-73.3258021058306,41.138928345904944],[-73.3255511057492,41.138924345912336],[-73.32537810569276,41.13891534591623],[-73.32517810562757,41.138906345920994],[-73.32487110552786,41.13889834592944],[-73.32485910552391,41.138897345929635],[-73.32468610546766,41.13889134593411],[-73.32424910532538,41.13887434594504],[-73.32395310522983,41.13887734595527],[-73.3239011052131,41.138878345957174],[-73.32343910506474,41.138896345975766],[-73.32212610463877,41.13887134601369],[-73.32154710445133,41.13886734603179],[-73.32076310419761,41.13886334605659],[-73.32064510415917,41.13885834605945],[-73.32038710407524,41.1388493460661],[-73.32029110404424,41.13885034606943],[-73.32017310400626,41.138853346073866],[-73.32013710399467,41.13885434607524],[-73.31996910393991,41.138846346079156],[-73.3198821039116,41.13884334608141],[-73.31964610383488,41.13883634608772],[-73.31944410376923,41.13883034609314],[-73.31935810374125,41.13882734609535],[-73.31915510367527,41.138821346100805],[-73.31903810363714,41.13881634610364],[-73.3188721035832,41.13881134610807],[-73.31868810352375,41.138812346114285],[-73.31857210348632,41.138813346118255],[-73.31818110335972,41.13881034613041],[-73.31815710335195,41.1388103461312],[-73.31722210304707,41.13876534615287],[-73.3170111029789,41.138766346159954],[-73.3166211028529,41.138768346173066],[-73.31625810273484,41.138756346182554],[-73.31516910238078,41.1387223462114],[-73.31480710226309,41.13871134622105],[-73.31408510202834,41.138688346240095],[-73.31389710196727,41.13868334624523],[-73.3119201013255,41.138639346301076],[-73.31119910109143,41.13862334632145],[-73.31064010091023,41.138615346338106],[-73.31063110090727,41.138614346338194],[-73.31006110072192,41.13859634635325],[-73.30967710059669,41.138577346362055],[-73.30892910035332,41.13855134638135],[-73.30836210016895,41.1385333463963],[-73.30816610010531,41.13852834640171],[-73.30789310001674,41.13852334640963],[-73.30757809991385,41.13850534641638],[-73.30738309985017,41.138494346420586],[-73.30727109981373,41.13849034642343],[-73.30693809970553,41.13848134643254],[-73.30682709966949,41.13847834643557],[-73.30634109951147,41.138463346448475],[-73.30624109947902,41.13846134645134],[-73.30489509904167,41.138424346487966],[-73.3044850989087,41.13841734649994],[-73.30442209888828,41.138416346501806],[-73.30390009871903,41.13840834651725],[-73.30356809861134,41.13840234652689],[-73.30327109851454,41.138389346534034],[-73.30313709847104,41.13838634653781],[-73.30280709836411,41.13838234654777],[-73.30238609822723,41.13836934655895],[-73.302376098224,41.13836934655929],[-73.3021890981628,41.13835634656283],[-73.30192509807696,41.13834834656986],[-73.30155909795873,41.138350346582186],[-73.30135909789325,41.13833634658596],[-73.3008480977272,41.13832234659987],[-73.30015809750314,41.13830534661902],[-73.30008609747956,41.13830034662038],[-73.30003909746438,41.13830034662192],[-73.29997909744509,41.13830234662426],[-73.29990109742016,41.13830734662778],[-73.2998550974055,41.13831134663007],[-73.29859309700072,41.13836934668255],[-73.29786109676601,41.13840434671326],[-73.29786709676208,41.13830134669288],[-73.29771709669004,41.13788834661686],[-73.29743709657885,41.137526346555084],[-73.29717409648087,41.13729934651919],[-73.2970100964153,41.13707934648144],[-73.29695609639367,41.137006346468894],[-73.29678209633005,41.1368773464493],[-73.29668009628824,41.13672234642226],[-73.29666809627255,41.136515346382104],[-73.29678709630237,41.136363346348446],[-73.2970660963795,41.136133346294315],[-73.29719409641186,41.135975346259194],[-73.29719809640437,41.13582134622889],[-73.29717509638857,41.13567434620084],[-73.29721709639799,41.135601346185176],[-73.29714009636848,41.13552034617181],[-73.29712509636153,41.13548334616506],[-73.29702409631413,41.13522534611781],[-73.29690809626928,41.13509634609631],[-73.29680809623058,41.13498434607763],[-73.29667209617793,41.1348323460523],[-73.29662609614749,41.1345593460003],[-73.29661109613723,41.13446434598219],[-73.29641509605813,41.13418834593449],[-73.29620909597726,41.13393834589224],[-73.29612809593654,41.133683345844915],[-73.2963530959894,41.13333434576922],[-73.29661509605116,41.13293134568175],[-73.2966980960707,41.13280334565396],[-73.29687309611377,41.132566345601845],[-73.29718309619027,41.132149345510044],[-73.29737809622304,41.13161834539966],[-73.29736409620399,41.13136334535017],[-73.29736009619747,41.13127134533227],[-73.29731209617402,41.13113234530662],[-73.29725309614527,41.13096234527522],[-73.29724609614152,41.13093634527034],[-73.29721409612998,41.13091534526728],[-73.29708009607724,41.13075034523932],[-73.29700509604774,41.130658345223736],[-73.29687009598952,41.130402345177984],[-73.29685809597345,41.13018834513644],[-73.29678709594432,41.130080345117605],[-73.29672209591754,41.129979345099926],[-73.29663409588369,41.12988434508418],[-73.2965590958548,41.12980334507076],[-73.29653509584135,41.129703345051944],[-73.29665309587239,41.12957834502362],[-73.29686709593201,41.12941034498373],[-73.29700509597055,41.12930334495827],[-73.29713209600294,41.129151344924345],[-73.29713709599464,41.1289773448901],[-73.29703009595036,41.12880734486028],[-73.29695009591732,41.12868134483819],[-73.29684309586553,41.12837934478252],[-73.29692309587168,41.12803334471211],[-73.29712709592562,41.127822344664125],[-73.29748409603222,41.12766734462213],[-73.29756609605275,41.127562344598886],[-73.29745809600404,41.12732034455499],[-73.29718009588424,41.12679534446118],[-73.2971110958387,41.12638734438348],[-73.29725209586498,41.12604834431247],[-73.29737509590024,41.12596934429298],[-73.29771009599636,41.12575534424013],[-73.29805109609627,41.12557334419338],[-73.29866409627594,41.12524834410973],[-73.29883309632729,41.12519034409287],[-73.29902409638818,41.1251753440837],[-73.29897709636563,41.12504634405995],[-73.29892909634283,41.12491834403644],[-73.29886509632128,41.12490334403559],[-73.29880809629984,41.12485034402707],[-73.29875109627838,41.12479734401854],[-73.29863409623434,41.12468834400098],[-73.29824109608654,41.124324343942455],[-73.29818009606358,41.12426734393326],[-73.29812709604359,41.12421734392521],[-73.29794109597364,41.124045343897556],[-73.29771009588676,41.12383134386315],[-73.29753109561982,41.12016034314962],[-73.29750409557953,41.11960634304193],[-73.29739709541994,41.11741134261524],[-73.29992109619471,41.11668634239098],[-73.30183709674428,41.11545934208811],[-73.30471109754187,41.113148341541574],[-73.30777709845498,41.11177734117298],[-73.31065109937585,41.11163234105094],[-73.31390810051512,41.11314834124197],[-73.3164951013556,41.11322134117196],[-73.31812410187396,41.113076341090455],[-73.31916410218139,41.11257134095759],[-73.32114110274851,41.11130834064562],[-73.32535710396324,41.1087083399986],[-73.32880610493001,41.10610933937676],[-73.33082510553739,41.1053153391553],[-73.33431410669604,41.105857339147775],[-73.33785910792832,41.1073733393293],[-73.34130810904317,41.10737333921681],[-73.34284010947658,41.10629033895457],[-73.34504411005315,41.1039083384158],[-73.3461931103298,41.10224733805275],[-73.34686811051496,41.101668337917225],[-73.34686011049557,41.101373337859656],[-73.34727811058498,41.100572337689]]]},"properties":{"name":506,"geoid":"09001050600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.43687614647885,41.22140835840151],[-73.43717214658686,41.22162135843339],[-73.4373381466462,41.22171935844708],[-73.43746814669065,41.221761358451005],[-73.43766914675946,41.2218273584573],[-73.43801114687393,41.221894358459146],[-73.43848214702516,41.22187535843996],[-73.43863014707094,41.22183935842806],[-73.43924414725532,41.22159335835984],[-73.43947714732745,41.22153735834123],[-73.43969114739377,41.22148735832444],[-73.43981614743211,41.22145135831329],[-73.44001414749397,41.221413358299365],[-73.44015814754002,41.221404358292865],[-73.44024614757042,41.22143835829662],[-73.44043214763548,41.22152335830711],[-73.44051214766435,41.221575358314645],[-73.44055414767953,41.221603358318745],[-73.44081514777773,41.221842358356845],[-73.44107514787922,41.222144358407306],[-73.44126214795405,41.222393358449786],[-73.44132814797668,41.22241535845192],[-73.44142314800929,41.222448358455246],[-73.44171814810423,41.22244035844398],[-73.44177314811976,41.22240135843456],[-73.4418241481331,41.22234635842214],[-73.44193714816276,41.22222735839517],[-73.4419801481719,41.22214435837756],[-73.44207614819476,41.22200235834666],[-73.44215714821415,41.22188435832095],[-73.44247114829771,41.221572358249674],[-73.44280114838621,41.22125635817711],[-73.44289014841205,41.22120535816423],[-73.44317214849407,41.22104635812389],[-73.44344114857387,41.22092135809063],[-73.44375914866696,41.22075235804717],[-73.44407914876,41.220571358001294],[-73.44413614877573,41.220524357990236],[-73.444240148807,41.22048335797881],[-73.4443491488378,41.22040635796019],[-73.44447414887196,41.22029735793478],[-73.44468314892991,41.22013035789529],[-73.44497414901426,41.2199613578527],[-73.44516314906616,41.219801357815236],[-73.44537414912045,41.21955935776103],[-73.44551914915787,41.21939535772424],[-73.44572614920747,41.21909435765862],[-73.44590314924285,41.21871535757877],[-73.44594014925113,41.21865135756506],[-73.4460641492756,41.218380357508025],[-73.44613014928748,41.21821635747382],[-73.44617814929639,41.21810135744978],[-73.4462561493136,41.21796235742008],[-73.44653314940264,41.2179533574092],[-73.4467371494642,41.21787635738746],[-73.44679814947699,41.217756357362006],[-73.44683314948152,41.21763835733779],[-73.44682214946405,41.217397357291084],[-73.44683314945684,41.217210357254196],[-73.44690514947072,41.217047357219975],[-73.44694214947802,41.216966357202935],[-73.44706614950803,41.216791357164674],[-73.44714514952953,41.216721357148394],[-73.4472741495683,41.2166703571342],[-73.44780314972819,41.21647635707891],[-73.44802714979619,41.21639935705651],[-73.44824314986182,41.216326357035136],[-73.44861614997899,41.21626635701116],[-73.44971515032687,41.21613635694963],[-73.45040215054512,41.21606835691376],[-73.45073815065186,41.21603535689626],[-73.45118915079148,41.215927356860355],[-73.45159115091414,41.21580035682232],[-73.45179815097606,41.21571335679853],[-73.45202615104435,41.215619356772656],[-73.45247115117851,41.215450356725015],[-73.45265115123453,41.21541235671167],[-73.45325315141997,41.21525235666063],[-73.45363515153495,41.21510435661916],[-73.45384915159943,41.215022356596094],[-73.45423115171332,41.21485535655092],[-73.45458115181472,41.21465135649954],[-73.45459415181848,41.214643356497554],[-73.45501315194059,41.21441135643846],[-73.45570815214485,41.214056356346255],[-73.45588015219545,41.21396935632359],[-73.45607415225126,41.21384935629377],[-73.4564231523516,41.2136323562399],[-73.45651015237725,41.213589356228645],[-73.45788515278367,41.212927356054095],[-73.45801315282156,41.21286635603796],[-73.45835015292222,41.21272235599875],[-73.45836315292533,41.21270335599462],[-73.45840515293563,41.212646355982095],[-73.45841915293911,41.212628355978126],[-73.45859615298251,41.212388355925405],[-73.45864515298554,41.21216635588042],[-73.45868315298792,41.21199435584557],[-73.45869815297755,41.21173035579349],[-73.45866515295131,41.21146035574183],[-73.45865915293554,41.21122035569512],[-73.45868815292813,41.21092935563731],[-73.45875515293105,41.21060435557161],[-73.45880415293352,41.21037235552468],[-73.45888215294276,41.210095355468],[-73.458768152904,41.21006235546529],[-73.45859415284492,41.210013355461435],[-73.45843015278865,41.209957355455884],[-73.45831915275063,41.20992035545232],[-73.4579221526135,41.20976835543566],[-73.45760315250338,41.209647355422504],[-73.45714715234124,41.209392355387685],[-73.45692215226019,41.20924835536695],[-73.4567981522163,41.20918235535812],[-73.45675415220073,41.209159355355084],[-73.45650915211341,41.20901835533557],[-73.45643215208567,41.20896935532852],[-73.45597515191912,41.20864335527986],[-73.4557641518401,41.20845635525024],[-73.45515415161186,41.20791835516518],[-73.45502815156323,41.20778135514256],[-73.45490715151378,41.207602355111554],[-73.45483615147607,41.20734635506387],[-73.45480015141267,41.20644835488958],[-73.45477015139463,41.20630335486223],[-73.45473815137494,41.206141354831615],[-73.45456215129626,41.20576335476353],[-73.4544881512665,41.205662354746224],[-73.4543971512313,41.205562354729686],[-73.45429015118704,41.20539435470038],[-73.45405215109388,41.205113354653285],[-73.45366315094172,41.204655354576566],[-73.45294315066108,41.20382535443803],[-73.45287615063498,41.20374835442518],[-73.45256115051355,41.20340835436909],[-73.45254215050187,41.20331235435095],[-73.4525401504988,41.20327035434281],[-73.4525261504919,41.20322935433527],[-73.45252315049021,41.20321635433281],[-73.45249415047229,41.20306835430486],[-73.45245015044281,41.20280335425451],[-73.452418150423,41.20263935422351],[-73.45238115039999,41.20244735418721],[-73.45229615035895,41.20221235414407],[-73.45226915034351,41.20209535412209],[-73.45219715030218,41.2017823540633],[-73.45212015024957,41.2013013539718],[-73.45208115021978,41.20100335391484],[-73.4520651502073,41.20087635389056],[-73.45201215017663,41.20064135384637],[-73.45197915014718,41.20031535378373],[-73.45192215011487,41.200074353738515],[-73.4518491500809,41.19989435370574],[-73.45178715005203,41.199741353677865],[-73.45167715000173,41.19948535363146],[-73.45143614990234,41.19911235356646],[-73.45085214967318,41.19841235344883],[-73.45057314956672,41.198130353402895],[-73.45049014953557,41.198055353390956],[-73.45022814943722,41.19781835335324],[-73.44992614932316,41.19753335330747],[-73.44988414930769,41.19750035330238],[-73.44977214926524,41.19739235328496],[-73.44958814919556,41.197215353256404],[-73.44934214910002,41.196937353210146],[-73.4492661490705,41.19685135319585],[-73.4491851490416,41.196804353189314],[-73.44876514888755,41.19648735314116],[-73.44857714881866,41.196346353119765],[-73.44787714856457,41.195864353048556],[-73.44750014842442,41.195547352998965],[-73.44742014839471,41.1954803529885],[-73.44713214828393,41.19517335293796],[-73.44676614814296,41.19478035287316],[-73.44624814794342,41.19422335278129],[-73.44570014772891,41.19357535267262],[-73.44550314765188,41.19334335263375],[-73.44534114759001,41.19317835260681],[-73.44521214754076,41.193047352585445],[-73.44500514745869,41.19278435254083],[-73.44486314740483,41.19264635251851],[-73.44480314738156,41.19257935250739],[-73.44456614728976,41.19231535246357],[-73.44441814723051,41.19211735242971],[-73.44399514706797,41.19166935235604],[-73.44375314697932,41.191488352328584],[-73.44338014685013,41.19133935231171],[-73.44327214681383,41.191315352310575],[-73.44289014669263,41.19135535233094],[-73.44264914661626,41.19138235234412],[-73.4425231465772,41.19141135235394],[-73.44209214644032,41.1914543523765],[-73.44209614643346,41.1913123523486],[-73.44210814642898,41.191167352319866],[-73.4421481464193,41.19077435224171],[-73.44218614641443,41.19047635218221],[-73.4421931464091,41.190344352156174],[-73.44217814639913,41.19025535213926],[-73.44214114637371,41.19002135209474],[-73.4417001461574,41.18874035185877],[-73.44157814607159,41.1879343517052],[-73.44139714597388,41.18725335157799],[-73.44137514596333,41.187193351567],[-73.44121914588922,41.18678235149176],[-73.44108114582373,41.186419351425315],[-73.4407971456879,41.185654351285066],[-73.44052914554707,41.18471235110967],[-73.44035514545342,41.18406235098829],[-73.44027914540378,41.18362635090553],[-73.4402661453814,41.183310350844174],[-73.44027214537903,41.18323535082931],[-73.44036914539421,41.18295435077119],[-73.44045914540692,41.1826693507125],[-73.44058314543304,41.18242635066091],[-73.44083714549359,41.18205135057925],[-73.44105314554811,41.18178535052015],[-73.44119014558134,41.1815933504781],[-73.4413631456243,41.181367350428225],[-73.44147414565121,41.18121135039408],[-73.44155614566931,41.18106535036283],[-73.44160414567442,41.18088435032587],[-73.44162514566987,41.18068735028666],[-73.44161814565852,41.180529350255995],[-73.44159114563949,41.18035035022187],[-73.44153214561273,41.180216350197604],[-73.44145014557976,41.18010435017839],[-73.44127714550562,41.17978735012208],[-73.44126114548986,41.17960335008663],[-73.44127514547334,41.179237350014596],[-73.44126714545096,41.17889334994759],[-73.44126314543921,41.17871134991213],[-73.44125514542972,41.178591349888926],[-73.44123414540275,41.17824034982099],[-73.44121314538428,41.17803734978196],[-73.44105814531918,41.17777634973602],[-73.44103514530939,41.17773534972874],[-73.44088714524639,41.17747234968217],[-73.4407491451862,41.177201349633705],[-73.44061314513351,41.17704934960843],[-73.44054314510639,41.17697134959549],[-73.44002014490724,41.176448349510366],[-73.43994814488025,41.17638334950002],[-73.43971514478622,41.176058349444105],[-73.43962414474777,41.17590134941639],[-73.43958214473004,41.17582934940369],[-73.43953614470323,41.17562134936452],[-73.4395611446993,41.175412349322826],[-73.43980814477634,41.17536334930512],[-73.43985214479008,41.175355349302116],[-73.43997314482738,41.175323349291894],[-73.44026514491884,41.17527234927233],[-73.44054814500657,41.175207349250336],[-73.4407951450832,41.17515134923128],[-73.44099514514522,41.17510534921571],[-73.44151614530622,41.174976349173384],[-73.4426351456522,41.17470234908306],[-73.44367914597515,41.17444934899931],[-73.44440114619856,41.17427534894157],[-73.44457714625308,41.174234348927776],[-73.44480714632404,41.17417534890869],[-73.44495414636891,41.174129348894866],[-73.44528314646773,41.17399834885844],[-73.44538014649594,41.17394334884451],[-73.44551514653654,41.173890348829715],[-73.44556814655176,41.173857348821514],[-73.44573814660085,41.17375534879599],[-73.44594914666038,41.173604348759525],[-73.44622314673549,41.17337034870476],[-73.44637014677323,41.17320034866669],[-73.44649914680492,41.17302634862842],[-73.44673314686004,41.17266934855092],[-73.44685914687109,41.17215334844585],[-73.44690014685935,41.17171834835944],[-73.44693614684518,41.171269348270435],[-73.44700314683084,41.1706433481458],[-73.44705514682032,41.17016834805118],[-73.44721014683347,41.16952534792032],[-73.44724314683839,41.16942534789967],[-73.44732814685177,41.169180347848965],[-73.44734614685557,41.169145347841535],[-73.44742814687343,41.168995347809506],[-73.44754814690207,41.16881834777093],[-73.4478271469754,41.16852534770447],[-73.4478681469855,41.16847034769236],[-73.44789314699214,41.16844534768665],[-73.44797114701312,41.16837134766961],[-73.44812014705435,41.16825134764125],[-73.44815214706874,41.168321347653894],[-73.44823814710044,41.16838934766438],[-73.44837114714677,41.16844734767135],[-73.44855814720917,41.16848134767186],[-73.44880214728782,41.168477347663064],[-73.44887214731061,41.16848034766135],[-73.44926614743906,41.16849934765214],[-73.44976214760152,41.16853634764309],[-73.44985814763444,41.16856934764639],[-73.44997014767353,41.168619347652495],[-73.45049114786299,41.168985347706965],[-73.45079214797516,41.16924434774776],[-73.45102114806512,41.16952134779442],[-73.45102914806827,41.16953134779612],[-73.45123214815362,41.16987434785654],[-73.45135014820148,41.17004334788571],[-73.45150114825951,41.17020334791205],[-73.45161514830423,41.1703403479351],[-73.45171014834449,41.17050634796445],[-73.45176414838001,41.1708203480241],[-73.45184014842934,41.171251348105905],[-73.45193614849781,41.17190234823007],[-73.45198614855315,41.17258334836162],[-73.45203514858325,41.172831348408515],[-73.45204614858872,41.1728643484146],[-73.45210414861684,41.173027348444585],[-73.45217614864896,41.17318134847234],[-73.45237714873016,41.17346334852089],[-73.45261814880656,41.17343734850788],[-73.4528521488802,41.17340234849335],[-73.45360014911451,41.17327234844336],[-73.45392114921418,41.17320134841894],[-73.45445414937981,41.17308534837875],[-73.45499614954977,41.17299434834316],[-73.45547214969848,41.17290434830991],[-73.45572714977737,41.172843348289604],[-73.45592614983963,41.17280734827603],[-73.4565651500367,41.17264234822277],[-73.45688315013379,41.17254334819296],[-73.45722915023846,41.17241834815716],[-73.45805615048559,41.17206734806134],[-73.45840615058789,41.17187934801308],[-73.4588261507107,41.17165434795528],[-73.45926115083618,41.17139134788956],[-73.4597511509765,41.17107734781205],[-73.45986615100759,41.17097134778754],[-73.4599221510228,41.170921347775916],[-73.46018915110061,41.170773347738205],[-73.46026415112219,41.170727347726746],[-73.46039915116123,41.17064734770666],[-73.46055615120059,41.17044934766277],[-73.46070815123785,41.1702433476175],[-73.46075315124969,41.17019634760682],[-73.46102115132068,41.169924347544814],[-73.46118015136075,41.169727347501066],[-73.46129715138372,41.16946934744675],[-73.46139415140627,41.16931634741365],[-73.46160015146721,41.16921834738771],[-73.4617411515105,41.169178347375265],[-73.46190415156374,41.169188347371865],[-73.46198415159105,41.16921334737412],[-73.46202215160407,41.16922634737543],[-73.46219315165757,41.16919534736375],[-73.46255315177463,41.16920734735426],[-73.46271015182634,41.169224347352426],[-73.46281215186013,41.169238347351815],[-73.46287515188105,41.16924834735171],[-73.46300015192394,41.16929134735601],[-73.46343715207163,41.16940334736356],[-73.46356915211607,41.16943434736528],[-73.463824152202,41.16949534736883],[-73.46390415222896,41.169514347369926],[-73.46418315232253,41.16957334737229],[-73.46424015234166,41.16958534737276],[-73.46445215241633,41.16969234738672],[-73.4645541524549,41.16978934740236],[-73.46472515251769,41.16992034742235],[-73.46489215258048,41.170073347446795],[-73.4650421526349,41.170176347462],[-73.46507815264778,41.17019834746512],[-73.46513315266758,41.17023334747016],[-73.46522515269922,41.17026634747359],[-73.46537415274669,41.170254347466354],[-73.46542915276379,41.17024234746219],[-73.46539615281884,41.17138434768663],[-73.46529915298481,41.17481334836041],[-73.46526715304027,41.17595634858498],[-73.4653971530854,41.17601034859126],[-73.46555015314301,41.17615234861401],[-73.46560015316334,41.17622434862644],[-73.46585215325827,41.176458348663914],[-73.46588415327027,41.17648734866854],[-73.46621115338229,41.17659734867931],[-73.46637815344228,41.17670134869416],[-73.4666331535437,41.177031348750305],[-73.46688715364033,41.17728334879123],[-73.46696715367722,41.17747534882615],[-73.46716315374755,41.17759634884338],[-73.46744715383964,41.17760134883502],[-73.46770315391888,41.17754034881467],[-73.46821015407586,41.17742034877454],[-73.46847115415912,41.17740134876224],[-73.46850715417058,41.17739834876048],[-73.46874715425007,41.177431348759036],[-73.46885615428873,41.1774913487672],[-73.46906715436674,41.1776613487935],[-73.46935115447565,41.17795834884224],[-73.46948215453222,41.17820534888624],[-73.46948915454075,41.17831434890732],[-73.46953815456385,41.178440348930344],[-73.46958415458539,41.17855634895152],[-73.46978715466241,41.17875434898357],[-73.4698961547106,41.178979349023976],[-73.46999115475047,41.17913834905194],[-73.47027415485046,41.17928634907158],[-73.47098515509464,41.17953534909689],[-73.47106315512411,41.179609349108794],[-73.47135015523271,41.179884349153134],[-73.47142315525856,41.17992334915836],[-73.4722511555429,41.180213349187845],[-73.47273815571678,41.180499349227745],[-73.4730071558151,41.180696349257424],[-73.47321815590104,41.181004349310705],[-73.47325315592228,41.18117634934318],[-73.47328415594069,41.18132234937071],[-73.47325515594653,41.18158634942327],[-73.47329815596453,41.181657349435746],[-73.47338515599608,41.18171734944462],[-73.4734581560251,41.18181134946058],[-73.47350215604497,41.18190934947832],[-73.47337815601314,41.18205234951035],[-73.47332815600076,41.1821183495249],[-73.47309515593652,41.182310349570095],[-73.4729041558792,41.18238734959143],[-73.47286815586837,41.182401349595345],[-73.47276015583594,41.1824443496073],[-73.47273915582966,41.182453349609766],[-73.47272415582488,41.182454349610445],[-73.47230315569064,41.18248634963054],[-73.47225215567605,41.18251934963867],[-73.47220915567195,41.18268934967332],[-73.47237615573577,41.182860349701265],[-73.47240515574923,41.182931349714195],[-73.47245615578024,41.18318334976178],[-73.47260215584264,41.18344734980859],[-73.47272515589157,41.183606349835635],[-73.47277615591248,41.18368334984902],[-73.47277715591373,41.18369934985211],[-73.47281315595072,41.18413934993695],[-73.47281315596685,41.18441934999169],[-73.47285615598639,41.184517350009436],[-73.47282015600264,41.18500135010524],[-73.47247915591672,41.18542335019896],[-73.47238515589457,41.185566350230005],[-73.4723341558866,41.185714350260604],[-73.47237015590557,41.18584135028426],[-73.47221115587911,41.18627435037412],[-73.47131615563644,41.1870843505619],[-73.47066215550558,41.188482350856695],[-73.47014115540148,41.189598351091995],[-73.47070115559669,41.18984435112167],[-73.47089715566983,41.190014351148456],[-73.47184215600407,41.190513351214925],[-73.47222715614467,41.19079335125699],[-73.4725041562491,41.19105135129832],[-73.47268415631824,41.191241351329545],[-73.47285315638312,41.191419351358775],[-73.47294715644098,41.19189635144893],[-73.47281715643125,41.19245635156267],[-73.47203415628947,41.19438835196604],[-73.47310915667724,41.19508635206711],[-73.47316015670035,41.195201352087906],[-73.47317515672198,41.1954923521443],[-73.47310215673257,41.19608535226259],[-73.47313115674574,41.19615135227454],[-73.47321115677858,41.196272352295566],[-73.4733641568315,41.19633235230224],[-73.4735751569007,41.19634935229863],[-73.47367715693522,41.19637635230055],[-73.47375715696327,41.19641435230534],[-73.47400415705455,41.19661235233592],[-73.47415715711662,41.19683135237368],[-73.47424315715958,41.19709435242226],[-73.47427315717444,41.19718335243867],[-73.47437315721437,41.19731535246117],[-73.47569115774108,41.19906035275884],[-73.47598715787429,41.19971135287634],[-73.4764081580637,41.20063535304307],[-73.47644315807939,41.20071135305677],[-73.4764571580856,41.20074035306196],[-73.47687715827472,41.20166535322891],[-73.47717415840833,41.20231735334655],[-73.47748815854395,41.2029083534517],[-73.47776115866193,41.203423353543364],[-73.47782815869112,41.20355435356675],[-73.47841215894564,41.20469335377009],[-73.47871915907929,41.205289353876445],[-73.478711159085,41.20543335390486],[-73.4787311590972,41.20553235392354],[-73.4788281591567,41.2060203540157],[-73.47883915917069,41.206201354050705],[-73.47887815918878,41.20629635406799],[-73.47891715920706,41.20639435408584],[-73.47910915928117,41.206603354120375],[-73.4792521593376,41.20678035415025],[-73.48026215972989,41.20791935433954],[-73.4814931601381,41.20809635433361],[-73.48229116036885,41.207624354215135],[-73.48269016049963,41.20765535420805],[-73.48278416053256,41.20769935421355],[-73.48347516076798,41.20790735423145],[-73.4836711608374,41.20801235424551],[-73.4837661608744,41.20812135426369],[-73.48378116088466,41.20821535428156],[-73.48421216106956,41.209004354421516],[-73.48440716113409,41.209030354420186],[-73.48480016139015,41.21126535484388],[-73.48489916145053,41.21175635493655],[-73.48269616079737,41.21278035520911],[-73.48392616128396,41.21432035546947],[-73.48632816223433,41.21732935597815],[-73.48797816288713,41.21939535632736],[-73.48854116310896,41.220084356443394],[-73.49140816423885,41.223596357034864],[-73.49645316622755,41.22978135807645],[-73.49889116718879,41.23277135857988],[-73.50101316802532,41.23537135901756],[-73.5012341681125,41.23564335906337],[-73.50140116817832,41.2358473590977],[-73.50147416820717,41.235938359113064],[-73.50170016829624,41.236214359159476],[-73.50176516832188,41.23629435917296],[-73.50253316862471,41.237236359331526],[-73.50202316845679,41.23718435933819],[-73.49836016736009,41.2387013597551],[-73.49817116731727,41.23901735982301],[-73.4980971672954,41.239053359832475],[-73.49724916704116,41.23939835992778],[-73.49570616657859,41.24002736010142],[-73.49470616627883,41.24043536021403],[-73.49385916602495,41.24078136030949],[-73.49366516596712,41.24086636033247],[-73.49308616579486,41.2411253604021],[-73.49289316573743,41.24121136042526],[-73.49268616567801,41.241341360457454],[-73.49255616564072,41.24142336047775],[-73.49206716550064,41.24173536055477],[-73.49186116544163,41.241866360587125],[-73.49047516503069,41.242511360758705],[-73.48632016379901,41.24444736127353],[-73.48493616338881,41.245093361445214],[-73.48493616338222,41.24497936142297],[-73.48497516338742,41.24485136139669],[-73.48504316339668,41.24463136135152],[-73.48504416339678,41.2446273613507],[-73.48555516350298,41.243606361134574],[-73.48568516352923,41.24333336107699],[-73.48569616353157,41.24331236107253],[-73.48582816355622,41.24300036100729],[-73.48588516356864,41.24289636098512],[-73.48597316358129,41.24262336092892],[-73.48597916358239,41.2426083609258],[-73.48603716358338,41.24230136086396],[-73.48600416356317,41.24213636083283],[-73.48586116349762,41.24180236077235],[-73.4858451634903,41.241765360765655],[-73.48576916345219,41.241531360722476],[-73.48548016332529,41.24095336061916],[-73.4854211632964,41.24078336058792],[-73.48531216324298,41.24046936053021],[-73.48520216318371,41.2400593604538],[-73.48509716312715,41.239668360380925],[-73.48479416298349,41.23887836023668],[-73.4845731628882,41.23846636016353],[-73.48430116277082,41.23795736007312],[-73.48417416271744,41.23774436003571],[-73.48379616260462,41.23790736008],[-73.48371416257937,41.23792936008699],[-73.48322616242953,41.23806736013001],[-73.4825551622258,41.238296360196806],[-73.48229116214446,41.238366360219175],[-73.48202716206319,41.238437360241726],[-73.4818041619905,41.23842736024713],[-73.48169216195238,41.23839436024437],[-73.48165316193914,41.23838336024351],[-73.4814991618831,41.2382753602275],[-73.48144416185906,41.23816736020822],[-73.48139216183623,41.23806336018964],[-73.4813011618064,41.23805636019127],[-73.48103116171802,41.23803836019664],[-73.48094116168858,41.23803236019843],[-73.48071616161491,41.23801636020273],[-73.48019716144586,41.23799536021571],[-73.47992516136236,41.2380723602397],[-73.47960416126524,41.238188360272936],[-73.47936416119093,41.238245360291955],[-73.47913216112244,41.23835836032166],[-73.47912216111955,41.23836436032316],[-73.4788611610464,41.23855936036983],[-73.47881316103435,41.23861936038312],[-73.47872816100981,41.23867036039588],[-73.47851316095179,41.238869360441804],[-73.47831916089461,41.23896536046694],[-73.47820016086172,41.23906236048979],[-73.47805816081997,41.23913436050851],[-73.47791716077651,41.239171360520395],[-73.4777201607139,41.2391903605306],[-73.47758016066769,41.23917436053208],[-73.47748216063636,41.23918036053648],[-73.47744116062078,41.23914036053003],[-73.47737916059235,41.23899536050376],[-73.47738716058973,41.23890536048592],[-73.47735716057291,41.238782360462906],[-73.47740216057858,41.23862836043134],[-73.4774441605821,41.238454360396],[-73.4775221605972,41.23827936035926],[-73.47758716060673,41.23808036031827],[-73.47770316063279,41.23788236027579],[-73.47773016062881,41.237662360231944],[-73.4777001606152,41.23759436021965],[-73.47768016060478,41.23752636020704],[-73.47757416056513,41.23743336019238],[-73.47744616052132,41.2373913601884],[-73.47731616047713,41.237354360185435],[-73.47720316043915,41.2373293601843],[-73.47680916031231,41.237339360199215],[-73.4766971602781,41.23737436020975],[-73.47660916025099,41.23739736021713],[-73.47627616015157,41.23754036025602],[-73.47616316011803,41.23759236026988],[-73.4759541600677,41.237891360335155],[-73.47584616004185,41.238048360369355],[-73.47577316002565,41.23817636039673],[-73.47569416001085,41.238362360435666],[-73.47560815998997,41.23848236046191],[-73.47551215996344,41.23856036048031],[-73.47531915990665,41.23865736050559],[-73.47512915984807,41.23870736052163],[-73.47481515975196,41.23880136055031],[-73.47448815965002,41.23886736057396],[-73.47439515961037,41.23870136054462],[-73.47435115958878,41.23857436052128],[-73.47431615957042,41.23845236049861],[-73.47427315954936,41.23832836047582],[-73.47420815951398,41.23808036042953],[-73.47410315945694,41.2376803603549],[-73.47401315939658,41.23713936025223],[-73.47390415933756,41.236728360175576],[-73.47374715925586,41.2361933600763],[-73.47361115918324,41.235697359983924],[-73.473595159175,41.23564435997411],[-73.47348515911753,41.23526535990373],[-73.47330715903651,41.23485935983032],[-73.47313415898148,41.23487535983914],[-73.47261815881751,41.234925359865876],[-73.47244615876286,41.234942359874864],[-73.47198115861477,41.23498135989779],[-73.47129515839639,41.23504135993209],[-73.47058915817303,41.23512735997211],[-73.47023415806076,41.23517135999241],[-73.47012815802775,41.23519336000019],[-73.47009415801718,41.23520036000267],[-73.46999315798583,41.23522336001048],[-73.46996015797563,41.235231360013124],[-73.46978215792032,41.2352703600266],[-73.46953315784303,41.23532636004574],[-73.4692461577523,41.23536236006222],[-73.46906715769573,41.235385360072584],[-73.46865515756436,41.2354173600924],[-73.46819815741755,41.235434360110766],[-73.46784515729958,41.23536836010951],[-73.46782715729357,41.235365360109505],[-73.46767215724137,41.235329360107585],[-73.46756315720219,41.23526136009789],[-73.46750215718026,41.235223360092476],[-73.46734615712018,41.235056360064995],[-73.46725415707431,41.23477736001355],[-73.46720615704665,41.234567359974136],[-73.46716815701352,41.23420635990489],[-73.46712915698446,41.23392135985053],[-73.46710715694337,41.23333335973643],[-73.46705715691184,41.23306735968614],[-73.46696015686905,41.232869359650664],[-73.46669715677145,41.23265235961695],[-73.46655515672022,41.23256035960367],[-73.46629515663064,41.23246535959366],[-73.46624115661245,41.2324523595929],[-73.46590415649906,41.23237635958916],[-73.46569415643185,41.23238835959841],[-73.46541315634282,41.2324203596139],[-73.4651301562528,41.232446359628284],[-73.4650251562196,41.232459359634284],[-73.46495115619626,41.23246935963868],[-73.46477715613952,41.23246135964284],[-73.46463315609098,41.23242735964094],[-73.464526156055,41.232403359639775],[-73.46423815595695,41.23231835963265],[-73.46397815587027,41.232273359632416],[-73.46377715580128,41.23220435962554],[-73.46364315575703,41.232188359626846],[-73.46348515570276,41.23213335962131],[-73.46339315567123,41.23210235961828],[-73.46310415557353,41.23202935961353],[-73.46291815549174,41.231654359546425],[-73.46273015540727,41.231244359472534],[-73.46272615540545,41.23123535947091],[-73.46259715535088,41.23101235943161],[-73.46234115525573,41.23079835939825],[-73.46210215516832,41.23062335937193],[-73.4618671550809,41.230425359341],[-73.46126915486545,41.23004335928608],[-73.46105215479004,41.22995235927544],[-73.46091615474519,41.22993735927699],[-73.46072715468505,41.229954359286516],[-73.46060215464658,41.22998835929728],[-73.4605181546208,41.23001235930473],[-73.46029815455256,41.23006235932172],[-73.4601981545182,41.23002735931818],[-73.46000115445496,41.23003535932623],[-73.45974915437218,41.23001335933023],[-73.45972715435734,41.229879359304775],[-73.45971715435029,41.229813359292216],[-73.45967815432626,41.229615359254844],[-73.45970715432794,41.22948235922791],[-73.45973615432976,41.229351359201374],[-73.45939015422324,41.22944435923092],[-73.45918215415858,41.22948935924655],[-73.459021154108,41.229515359256915],[-73.45878615403467,41.229561359273625],[-73.45864415398927,41.229570359280075],[-73.45847815393628,41.22958235928787],[-73.45822315385178,41.22954735928941],[-73.45780415371051,41.229447359283675],[-73.45766115366115,41.22939335927783],[-73.4568761533961,41.22919935926577],[-73.45647815326583,41.229172359273576],[-73.45602715311894,41.22915435928491],[-73.4558091530501,41.229183359297735],[-73.45559715298934,41.22931835933107],[-73.45547315295889,41.22948535936776],[-73.45544515295208,41.22952435937631],[-73.45531715292356,41.22974735942407],[-73.45514015287324,41.22986735945332],[-73.45503115283984,41.22989935946315],[-73.45487615279097,41.22992135947255],[-73.45455015268588,41.22992735948444],[-73.45401115251222,41.22993835950432],[-73.45394015248924,41.22993835950666],[-73.4536271523881,41.22993935951715],[-73.4523951519911,41.229964359562544],[-73.45211015189894,41.22996435957191],[-73.45150115170206,41.22996535959214],[-73.45048315137882,41.230069359645924],[-73.45032815132963,41.230085359654154],[-73.45007815124791,41.230070359659436],[-73.44968015112599,41.230188359695575],[-73.44949815107239,41.230279359719326],[-73.4493781510409,41.23040635974809],[-73.4492991510192,41.23047335976375],[-73.44925315100804,41.23053735977778],[-73.44887315089213,41.230658359813894],[-73.4485161507859,41.23081835985689],[-73.4482041506944,41.230981359898976],[-73.44783715059023,41.23123335996025],[-73.44774615056319,41.23127435997126],[-73.44755115050519,41.23136235999485],[-73.44724715041058,41.23142636001735],[-73.44675315025462,41.231492360046474],[-73.44672915024702,41.23149536004786],[-73.4464171501475,41.23151936006281],[-73.4460901500429,41.23153936007746],[-73.44540014982014,41.23154636010152],[-73.4452481497711,41.23154836010689],[-73.44444014950732,41.23150536012506],[-73.4435691492221,41.231444360141786],[-73.44297014902496,41.23138536014995],[-73.44279414896637,41.23135636015007],[-73.44232714881159,41.23129136015273],[-73.4417781486274,41.231176360148325],[-73.44136314849231,41.23116136015903],[-73.44104014838727,41.231151360167694],[-73.44096314836271,41.231157360171395],[-73.44037014817359,41.23120336019988],[-73.44001814806373,41.23127236022493],[-73.43966914795551,41.23135336025221],[-73.43949914790284,41.23139336026562],[-73.43907114776991,41.23148836029823],[-73.43861514762553,41.23154236032377],[-73.438329147535,41.231576360339815],[-73.43826014751279,41.23157836034247],[-73.4381551474828,41.2316473603594],[-73.43810214746684,41.23166736036505],[-73.4379441474194,41.231731360382746],[-73.43757314730266,41.23178736040587],[-73.43753214728979,41.23179436040857],[-73.43739214724444,41.231793360412986],[-73.43736414721803,41.231492360355126],[-73.43729114717893,41.23122336030499],[-73.43720414713198,41.23089736024417],[-73.43687814698255,41.230134360105886],[-73.43661514686814,41.22962536001511],[-73.43646514680297,41.22933635996358],[-73.43645114678962,41.22918335993417],[-73.43646514678844,41.22908435991437],[-73.43657714681193,41.228863359867525],[-73.43664814682859,41.2287543598439],[-73.43672414684643,41.22863735981855],[-73.43677114685194,41.22846935978419],[-73.43677614683804,41.228200359731495],[-73.43679214682454,41.22787635966769],[-73.43685914683013,41.22759735961099],[-73.43697614685563,41.22738335956534],[-73.43706714687566,41.22722035953053],[-73.43714714689456,41.22709935950427],[-73.4372851469231,41.22682035944522],[-73.4373201469229,41.22662035940501],[-73.43726814689171,41.22637135935809],[-73.43711614681655,41.22592035927498],[-73.43699714673397,41.225155359129474],[-73.43687914667511,41.22479635906323],[-73.43675814662376,41.22458435902578],[-73.43641014649253,41.224260358973936],[-73.43629414645063,41.2241843589629],[-73.43613314639535,41.22412835895726],[-73.43561714622356,41.224043358957594],[-73.43561914621758,41.22392835893506],[-73.43561514621035,41.22382535891508],[-73.43595814628694,41.22322935878738],[-73.43607114630989,41.22299335873758],[-73.43619514633517,41.2227363586833],[-73.43630114636207,41.22260835865482],[-73.43638314638034,41.222465358624184],[-73.43649814638688,41.22193335851649],[-73.43655514639907,41.22182535849351],[-73.43658614640442,41.22174435847666],[-73.4367031464357,41.221630358450554],[-73.4367691464513,41.22153035842886],[-73.43687614647885,41.22140835840151]]]},"properties":{"name":451.01,"geoid":"09001045101"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.4395611446993,41.175412349322826],[-73.43953614470323,41.17562134936452],[-73.43958214473004,41.17582934940369],[-73.43962414474777,41.17590134941639],[-73.43971514478622,41.176058349444105],[-73.43994814488025,41.17638334950002],[-73.44002014490724,41.176448349510366],[-73.44054314510639,41.17697134959549],[-73.44061314513351,41.17704934960843],[-73.4407491451862,41.177201349633705],[-73.44088714524639,41.17747234968217],[-73.44103514530939,41.17773534972874],[-73.44105814531918,41.17777634973602],[-73.44121314538428,41.17803734978196],[-73.44123414540275,41.17824034982099],[-73.44125514542972,41.178591349888926],[-73.44126314543921,41.17871134991213],[-73.44126714545096,41.17889334994759],[-73.44127514547334,41.179237350014596],[-73.44126114548986,41.17960335008663],[-73.44127714550562,41.17978735012208],[-73.44145014557976,41.18010435017839],[-73.44153214561273,41.180216350197604],[-73.44159114563949,41.18035035022187],[-73.44161814565852,41.180529350255995],[-73.44162514566987,41.18068735028666],[-73.44160414567442,41.18088435032587],[-73.44155614566931,41.18106535036283],[-73.44147414565121,41.18121135039408],[-73.4413631456243,41.181367350428225],[-73.44119014558134,41.1815933504781],[-73.44105314554811,41.18178535052015],[-73.44083714549359,41.18205135057925],[-73.44058314543304,41.18242635066091],[-73.44045914540692,41.1826693507125],[-73.44036914539421,41.18295435077119],[-73.44027214537903,41.18323535082931],[-73.4402661453814,41.183310350844174],[-73.44027914540378,41.18362635090553],[-73.44035514545342,41.18406235098829],[-73.44052914554707,41.18471235110967],[-73.4407971456879,41.185654351285066],[-73.44108114582373,41.186419351425315],[-73.44121914588922,41.18678235149176],[-73.44137514596333,41.187193351567],[-73.44139714597388,41.18725335157799],[-73.44157814607159,41.1879343517052],[-73.4417001461574,41.18874035185877],[-73.44214114637371,41.19002135209474],[-73.44217814639913,41.19025535213926],[-73.4421931464091,41.190344352156174],[-73.44218614641443,41.19047635218221],[-73.4421481464193,41.19077435224171],[-73.44210814642898,41.191167352319866],[-73.44209614643346,41.1913123523486],[-73.44209214644032,41.1914543523765],[-73.4425231465772,41.19141135235394],[-73.44264914661626,41.19138235234412],[-73.44289014669263,41.19135535233094],[-73.44327214681383,41.191315352310575],[-73.44338014685013,41.19133935231171],[-73.44375314697932,41.191488352328584],[-73.44399514706797,41.19166935235604],[-73.44441814723051,41.19211735242971],[-73.44456614728976,41.19231535246357],[-73.44480314738156,41.19257935250739],[-73.44486314740483,41.19264635251851],[-73.44500514745869,41.19278435254083],[-73.44521214754076,41.193047352585445],[-73.44534114759001,41.19317835260681],[-73.44550314765188,41.19334335263375],[-73.44570014772891,41.19357535267262],[-73.44624814794342,41.19422335278129],[-73.44676614814296,41.19478035287316],[-73.44713214828393,41.19517335293796],[-73.44742014839471,41.1954803529885],[-73.44750014842442,41.195547352998965],[-73.44787714856457,41.195864353048556],[-73.44857714881866,41.196346353119765],[-73.44876514888755,41.19648735314116],[-73.4491851490416,41.196804353189314],[-73.4492661490705,41.19685135319585],[-73.44934214910002,41.196937353210146],[-73.44958814919556,41.197215353256404],[-73.44977214926524,41.19739235328496],[-73.44988414930769,41.19750035330238],[-73.44992614932316,41.19753335330747],[-73.45022814943722,41.19781835335324],[-73.45049014953557,41.198055353390956],[-73.45057314956672,41.198130353402895],[-73.45085214967318,41.19841235344883],[-73.45143614990234,41.19911235356646],[-73.45167715000173,41.19948535363146],[-73.45178715005203,41.199741353677865],[-73.4518491500809,41.19989435370574],[-73.45192215011487,41.200074353738515],[-73.45197915014718,41.20031535378373],[-73.45201215017663,41.20064135384637],[-73.4520651502073,41.20087635389056],[-73.45208115021978,41.20100335391484],[-73.45212015024957,41.2013013539718],[-73.45219715030218,41.2017823540633],[-73.45226915034351,41.20209535412209],[-73.45229615035895,41.20221235414407],[-73.45238115039999,41.20244735418721],[-73.452418150423,41.20263935422351],[-73.45245015044281,41.20280335425451],[-73.45249415047229,41.20306835430486],[-73.45252315049021,41.20321635433281],[-73.4525261504919,41.20322935433527],[-73.4525401504988,41.20327035434281],[-73.45254215050187,41.20331235435095],[-73.45256115051355,41.20340835436909],[-73.45287615063498,41.20374835442518],[-73.45294315066108,41.20382535443803],[-73.45366315094172,41.204655354576566],[-73.45405215109388,41.205113354653285],[-73.45429015118704,41.20539435470038],[-73.4543971512313,41.205562354729686],[-73.4544881512665,41.205662354746224],[-73.45456215129626,41.20576335476353],[-73.45473815137494,41.206141354831615],[-73.45477015139463,41.20630335486223],[-73.45480015141267,41.20644835488958],[-73.45483615147607,41.20734635506387],[-73.45490715151378,41.207602355111554],[-73.45502815156323,41.20778135514256],[-73.45515415161186,41.20791835516518],[-73.4557641518401,41.20845635525024],[-73.45597515191912,41.20864335527986],[-73.45643215208567,41.20896935532852],[-73.45650915211341,41.20901835533557],[-73.45675415220073,41.209159355355084],[-73.4567981522163,41.20918235535812],[-73.45692215226019,41.20924835536695],[-73.45714715234124,41.209392355387685],[-73.45760315250338,41.209647355422504],[-73.4579221526135,41.20976835543566],[-73.45831915275063,41.20992035545232],[-73.45843015278865,41.209957355455884],[-73.45859415284492,41.210013355461435],[-73.458768152904,41.21006235546529],[-73.45888215294276,41.210095355468],[-73.45880415293352,41.21037235552468],[-73.45875515293105,41.21060435557161],[-73.45868815292813,41.21092935563731],[-73.45865915293554,41.21122035569512],[-73.45866515295131,41.21146035574183],[-73.45869815297755,41.21173035579349],[-73.45868315298792,41.21199435584557],[-73.45864515298554,41.21216635588042],[-73.45859615298251,41.212388355925405],[-73.45841915293911,41.212628355978126],[-73.45840515293563,41.212646355982095],[-73.45836315292533,41.21270335599462],[-73.45835015292222,41.21272235599875],[-73.45801315282156,41.21286635603796],[-73.45788515278367,41.212927356054095],[-73.45651015237725,41.213589356228645],[-73.4564231523516,41.2136323562399],[-73.45607415225126,41.21384935629377],[-73.45588015219545,41.21396935632359],[-73.45570815214485,41.214056356346255],[-73.45501315194059,41.21441135643846],[-73.45459415181848,41.214643356497554],[-73.45458115181472,41.21465135649954],[-73.45423115171332,41.21485535655092],[-73.45384915159943,41.215022356596094],[-73.45363515153495,41.21510435661916],[-73.45325315141997,41.21525235666063],[-73.45265115123453,41.21541235671167],[-73.45247115117851,41.215450356725015],[-73.45202615104435,41.215619356772656],[-73.45179815097606,41.21571335679853],[-73.45159115091414,41.21580035682232],[-73.45118915079148,41.215927356860355],[-73.45073815065186,41.21603535689626],[-73.45040215054512,41.21606835691376],[-73.44971515032687,41.21613635694963],[-73.44861614997899,41.21626635701116],[-73.44824314986182,41.216326357035136],[-73.44802714979619,41.21639935705651],[-73.44780314972819,41.21647635707891],[-73.4472741495683,41.2166703571342],[-73.44714514952953,41.216721357148394],[-73.44706614950803,41.216791357164674],[-73.44694214947802,41.216966357202935],[-73.44690514947072,41.217047357219975],[-73.44683314945684,41.217210357254196],[-73.44682214946405,41.217397357291084],[-73.44683314948152,41.21763835733779],[-73.44679814947699,41.217756357362006],[-73.4467371494642,41.21787635738746],[-73.44653314940264,41.2179533574092],[-73.4462561493136,41.21796235742008],[-73.44617814929639,41.21810135744978],[-73.44613014928748,41.21821635747382],[-73.4460641492756,41.218380357508025],[-73.44594014925113,41.21865135756506],[-73.44590314924285,41.21871535757877],[-73.44572614920747,41.21909435765862],[-73.44551914915787,41.21939535772424],[-73.44537414912045,41.21955935776103],[-73.44516314906616,41.219801357815236],[-73.44497414901426,41.2199613578527],[-73.44468314892991,41.22013035789529],[-73.44447414887196,41.22029735793478],[-73.4443491488378,41.22040635796019],[-73.444240148807,41.22048335797881],[-73.44413614877573,41.220524357990236],[-73.44407914876,41.220571358001294],[-73.44375914866696,41.22075235804717],[-73.44344114857387,41.22092135809063],[-73.44317214849407,41.22104635812389],[-73.44289014841205,41.22120535816423],[-73.44280114838621,41.22125635817711],[-73.44247114829771,41.221572358249674],[-73.44215714821415,41.22188435832095],[-73.44207614819476,41.22200235834666],[-73.4419801481719,41.22214435837756],[-73.44193714816276,41.22222735839517],[-73.4418241481331,41.22234635842214],[-73.44177314811976,41.22240135843456],[-73.44171814810423,41.22244035844398],[-73.44142314800929,41.222448358455246],[-73.44132814797668,41.22241535845192],[-73.44126214795405,41.222393358449786],[-73.44107514787922,41.222144358407306],[-73.44081514777773,41.221842358356845],[-73.44055414767953,41.221603358318745],[-73.44051214766435,41.221575358314645],[-73.44043214763548,41.22152335830711],[-73.44024614757042,41.22143835829662],[-73.44015814754002,41.221404358292865],[-73.44001414749397,41.221413358299365],[-73.43981614743211,41.22145135831329],[-73.43969114739377,41.22148735832444],[-73.43947714732745,41.22153735834123],[-73.43924414725532,41.22159335835984],[-73.43863014707094,41.22183935842806],[-73.43848214702516,41.22187535843996],[-73.43801114687393,41.221894358459146],[-73.43766914675946,41.2218273584573],[-73.43746814669065,41.221761358451005],[-73.4373381466462,41.22171935844708],[-73.43717214658686,41.22162135843339],[-73.43687614647885,41.22140835840151],[-73.43656614636276,41.221133358357974],[-73.43649714633732,41.221079358349684],[-73.43637914629386,41.220987358335584],[-73.4361291462008,41.22077535830239],[-73.43590614612239,41.22066635828841],[-73.43563114602436,41.22050835826659],[-73.43537314593529,41.22041035825592],[-73.43520314587632,41.22034135824802],[-73.43485214575462,41.220199358231824],[-73.43473914571554,41.220155358226926],[-73.43492814576182,41.219897358170314],[-73.43495514576851,41.21986235816261],[-73.43515914580948,41.219428358071106],[-73.43522414581089,41.21908835800255],[-73.43521814580377,41.218998357985164],[-73.43520314578447,41.21874735793662],[-73.43518814577581,41.21868135792421],[-73.43520314577277,41.21854435789697],[-73.43517414575705,41.218434357876426],[-73.4352391457487,41.21792435777465],[-73.43544314578556,41.2174193576693],[-73.43554914580608,41.217180357619114],[-73.43563914582366,41.216980357577086],[-73.43563914582077,41.21693035756732],[-73.43555914577722,41.21662335750996],[-73.43561714578489,41.21643135747054],[-73.43561014577188,41.216244357434235],[-73.43547214571456,41.21602435739578],[-73.43547914570296,41.215783357348485],[-73.43541414567778,41.215711357336545],[-73.43521214560911,41.215653357331824],[-73.43497414552823,41.21558535732637],[-73.43495614550882,41.21534935728085],[-73.43499214550779,41.215129357236684],[-73.43489214546604,41.214966357208134],[-73.43479614542608,41.214811357180984],[-73.4347591454056,41.2146633571533],[-73.43466514536856,41.214548357133914],[-73.43446914529757,41.21441635711456],[-73.43323714487232,41.21395035706397],[-73.43305814481056,41.21388335705677],[-73.43284014472931,41.21369635702739],[-73.43273114468299,41.21350435699344],[-73.43254914461562,41.21335635697049],[-73.4321211444589,41.21303835692243],[-73.43202614442575,41.212996356917344],[-73.43207214442928,41.21279935687734],[-73.43209714443138,41.21269535685618],[-73.43213314442671,41.212412356799724],[-73.43215214442054,41.212198356757284],[-73.43217114441512,41.21199735671737],[-73.43215114438824,41.211643356648864],[-73.43214414438425,41.21161335664323],[-73.43208714435156,41.21136535659664],[-73.43186114424542,41.2107913564919],[-73.43174514419299,41.21053235644509],[-73.43166214415541,41.21034635641148],[-73.431627144138,41.21024035639191],[-73.43161814413114,41.210171356378744],[-73.43154514409768,41.21000035634771],[-73.43142414403601,41.20960935627528],[-73.43135914400067,41.20936035622875],[-73.43134814399458,41.20931635622051],[-73.43120914391118,41.20864835609454],[-73.43090314375534,41.207660355911514],[-73.43063714363286,41.20702735579654],[-73.4306051436166,41.20692435577747],[-73.43050314356442,41.206591355715744],[-73.4303271434804,41.20612035562947],[-73.43028014345393,41.20592435559271],[-73.43027214344752,41.20585835558007],[-73.43024014342114,41.2055793555266],[-73.4302791434037,41.2050573554233],[-73.43028314340222,41.20500935541379],[-73.4303161434004,41.20479235537031],[-73.43036014339805,41.20450435531256],[-73.43037514339427,41.20435435528276],[-73.43051414336345,41.20303835502099],[-73.43055914335372,41.20261635493704],[-73.43056014335313,41.202600354933864],[-73.43063514337324,41.20252835491734],[-73.43086014343373,41.202315354868325],[-73.43093614345422,41.202244354851956],[-73.43175314367403,41.20147335467443],[-73.43339914411705,41.19992335431743],[-73.43374314419461,41.199338354191795],[-73.43380014418834,41.19890935410607],[-73.43385214418288,41.19852235402871],[-73.43381314412815,41.19779035388691],[-73.43364114405152,41.19742535382123],[-73.43351114400173,41.197290353799104],[-73.43344114397493,41.19721835378732],[-73.4322491435221,41.19604635359735],[-73.4318281433622,41.19563335353045],[-73.431647143305,41.19565635354089],[-73.43159214328762,41.195663353544056],[-73.43115314314912,41.19572335357019],[-73.43088614306411,41.19574635358346],[-73.43065014298902,41.1957673535953],[-73.43061514297506,41.195721353587466],[-73.43059314296345,41.19564335357294],[-73.43059114296229,41.19563435357123],[-73.4305761429522,41.19554335355393],[-73.43046414289694,41.19521235349291],[-73.43041814287406,41.19507335346725],[-73.4300171426923,41.19416735330331],[-73.4299441426592,41.19400235327345],[-73.42945214243764,41.1929163530773],[-73.4293981424116,41.19276735304992],[-73.42920814233096,41.19243335299087],[-73.4288621422019,41.192134352943775],[-73.42838614202704,41.19177035288822],[-73.42817214194848,41.19160735286338],[-73.42781514181154,41.19123335280198],[-73.42766214175437,41.19109935278081],[-73.42703814158229,41.191615352902176],[-73.42702314157818,41.19162835290519],[-73.42623214136297,41.192333353068996],[-73.42586814126086,41.19260435313391],[-73.42572914121952,41.192667353150796],[-73.42557814117382,41.19272135316629],[-73.42521214105979,41.19279635319298],[-73.42500414099453,41.19283135320666],[-73.42491714096727,41.192846353212445],[-73.42450114083766,41.192931353242706],[-73.42420814074538,41.19297435326072],[-73.42405214069626,41.19299735327034],[-73.42367614058153,41.19311635330594],[-73.42350814053165,41.193193353326514],[-73.42300514038246,41.19342735338875],[-73.42264014028176,41.19372835345957],[-73.42243214022503,41.193911353502195],[-73.42213614013856,41.19407235354337],[-73.42178214003721,41.19430035359957],[-73.42166714000516,41.19438935362073],[-73.42144013994192,41.194566353662786],[-73.4212711398939,41.19468135369082],[-73.42107013983684,41.19481935372439],[-73.42104013982835,41.194840353729475],[-73.42101713982183,41.194856353733364],[-73.42086013977756,41.194969353760605],[-73.42080813976298,41.19500835376993],[-73.42054913968637,41.19513235380267],[-73.42013113956288,41.19533535385607],[-73.41976413945295,41.19548735389783],[-73.41950013937398,41.19559835392819],[-73.41939813934353,41.195642353940144],[-73.41915713926737,41.195673353954106],[-73.4188331391629,41.195678353965704],[-73.41859513908439,41.195651353968245],[-73.41853813906476,41.195630353965996],[-73.41828313897699,41.19553835395639],[-73.41797313885887,41.195227353905764],[-73.41775213877172,41.19495435385964],[-73.41748013867188,41.194747353828085],[-73.41731013861356,41.19468935382233],[-73.41713413855388,41.19464135381871],[-73.41689213847418,41.19461635382177],[-73.41670913841588,41.1946313538307],[-73.41652013835619,41.1946563538418],[-73.41596813817812,41.194663353861266],[-73.41592613816461,41.194664353862834],[-73.4153391379758,41.19468235388562],[-73.41518513792786,41.194714353896934],[-73.41500513787328,41.19477735391515],[-73.41511913790072,41.19461335387934],[-73.41544213797698,41.19412335377295],[-73.41577213805817,41.193679353675314],[-73.41586213808037,41.19355935364891],[-73.41597613810941,41.193423353618584],[-73.41615113815307,41.19319835356885],[-73.4163271381971,41.19297435351928],[-73.4165901382499,41.19241335340097],[-73.41666413826215,41.19221035335886],[-73.41694713831382,41.19151735321409],[-73.4172051383673,41.190996353103756],[-73.41730413838883,41.19081435306494],[-73.41760013844511,41.19012835292109],[-73.41768513846134,41.18993235288],[-73.4179361385129,41.18941735277105],[-73.41823113858142,41.18895035267007],[-73.41830813860219,41.18887835265347],[-73.41851713866447,41.188786352628625],[-73.41868113871548,41.1887513526164],[-73.41910013884575,41.18866035258486],[-73.41934513891898,41.18855635255649],[-73.41972213902122,41.18821435247725],[-73.42014413913444,41.187810352384425],[-73.42046613922211,41.18752435231793],[-73.42089013932649,41.18695535219277],[-73.42105713937214,41.18681035215895],[-73.42134513945028,41.18654935209845],[-73.42139713946518,41.1865163520903],[-73.42149613949323,41.18644735207355],[-73.4216371395317,41.18632335204469],[-73.42177613956633,41.18614435200512],[-73.4218831395937,41.18601835197696],[-73.42143713943305,41.18573235193568],[-73.42100913927513,41.185392351883245],[-73.42056513910974,41.185012351823495],[-73.4200771389308,41.18464435176755],[-73.41953213872941,41.184206351699764],[-73.4194451386957,41.18410935168365],[-73.41981513880225,41.18388135162693],[-73.42018313890495,41.18359835155952],[-73.42059013902097,41.18332735149317],[-73.42079613908092,41.18321135146373],[-73.42084313909456,41.183184351456916],[-73.42088113910518,41.18315535144999],[-73.42093813912113,41.18311235143972],[-73.42101413914237,41.18305435142589],[-73.42118513919313,41.18297535140482],[-73.42215513948133,41.18253335128657],[-73.42234813953874,41.182446351263216],[-73.42248013957801,41.182387351247364],[-73.42272413965064,41.18227835121803],[-73.42277413966526,41.18225135121112],[-73.42281913967872,41.18223235120593],[-73.42308313975649,41.18210035117145],[-73.42313213977118,41.18208035116593],[-73.42377413996093,41.18177035108426],[-73.42415514007084,41.18153935102659],[-73.42429314010863,41.18142035099878],[-73.42453614017619,41.181229350953465],[-73.42475314023734,41.18107235091564],[-73.42497414030132,41.180942350882965],[-73.42530114039745,41.180775350839575],[-73.42560514048739,41.18063035080125],[-73.42597514059736,41.18046235075625],[-73.42648614075188,41.180276350703124],[-73.4266791408102,41.18020535068291],[-73.42687014086805,41.18013735066335],[-73.42756614107479,41.17981935057831],[-73.427977141196,41.17961635052512],[-73.42801914120842,41.17959635051984],[-73.42846114133818,41.17936735046055],[-73.42856814136944,41.1793093504457],[-73.4287301414169,41.17922435042377],[-73.4288921414645,41.179141350402226],[-73.4290011414966,41.179086350387884],[-73.4291531415421,41.179023350370585],[-73.42916414154543,41.17901935036944],[-73.42941414161844,41.17888335033464],[-73.42956914166287,41.17878435031019],[-73.42957914166563,41.178776350308304],[-73.42971614170465,41.17868435028579],[-73.43003214179897,41.178548350248846],[-73.43024914186378,41.17845535022354],[-73.43067014198955,41.17827535017452],[-73.43097914208285,41.178160350141894],[-73.43098814208548,41.17815535014063],[-73.4313011421784,41.17801135010218],[-73.43165714228685,41.17789635006802],[-73.43183614234144,41.177839350050995],[-73.43238814251008,41.17766834999944],[-73.43273614261787,41.17758634997198],[-73.43274214261974,41.17758534997159],[-73.43309914272976,41.17749134994149],[-73.43344414283693,41.17741534991531],[-73.43397814300319,41.17730434987607],[-73.434415143136,41.17715734983299],[-73.4346721432142,41.17707234980793],[-73.43533614341445,41.17682134973704],[-73.43614714365701,41.17648034964375],[-73.43684714386941,41.17623834957345],[-73.437190143973,41.17611134953735],[-73.43751114407027,41.1759983495047],[-73.43825314429795,41.1757863494389],[-73.43939114464733,41.175464349338576],[-73.4395611446993,41.175412349322826]]]},"properties":{"name":452,"geoid":"09001045200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.28100578231565,41.41287343286915],[-72.28096078231286,41.41308843291256],[-72.28044678222248,41.41448143320069],[-72.28025378225014,41.41612043352683],[-72.2799507822887,41.4186054340216],[-72.27909978218909,41.42181743467544],[-72.27909178224002,41.42278743486509],[-72.27906178241125,41.42606543550608],[-72.27853878243852,41.42964143622061],[-72.27780378236042,41.43255843681307],[-72.27759678233873,41.43338543698099],[-72.27749578234663,41.43412343712821],[-72.27685078239911,41.43887343807557],[-72.27663678241699,41.440457438391434],[-72.27662378241281,41.440458438392035],[-72.27658578240055,41.44046043839361],[-72.27657378239677,41.440462438394384],[-72.27582878215748,41.44052043842902],[-72.27359278143942,41.440695438533126],[-72.27284878120052,41.44075443856791],[-72.27125478068837,41.440874438641195],[-72.26647477915269,41.441238438861724],[-72.2648817786409,41.44135943893515],[-72.26080977733275,41.441671439123375],[-72.2487537734596,41.442595439680524],[-72.24859477340856,41.44260843968802],[-72.24452677210414,41.442966439885],[-72.24402577194367,41.443013439909826],[-72.24252477146302,41.44315743998482],[-72.24202477130297,41.44320644001],[-72.24184877123275,41.44297243996982],[-72.24132377102315,41.442270439849196],[-72.24114877095327,41.442036439808994],[-72.24111777094063,41.44199043980098],[-72.24102477090294,41.44185543977752],[-72.24099477089068,41.44181043976968],[-72.24065177075289,41.441336439687866],[-72.23962277033955,41.439915439442636],[-72.23928077020216,41.43944243936097],[-72.23891077005423,41.4389444392753],[-72.23780276961126,41.437451439018446],[-72.23743376946375,41.43695443893294],[-72.23686676923656,41.436181438799736],[-72.23640076904992,41.4355474386905],[-72.23570576877145,41.434599438527115],[-72.23255076750719,41.430293437784876],[-72.23052676669629,41.4275324373089],[-72.22880076600478,41.42517743690287],[-72.22875876598783,41.42511843689267],[-72.22863376593742,41.424941436862],[-72.22859276592081,41.424882436851746],[-72.228272765792,41.42443443677425],[-72.2279337656555,41.42395943669205],[-72.2274667654673,41.42330243657831],[-72.22731576540654,41.423091436541824],[-72.22699676527812,41.42264443646446],[-72.22619376495601,41.421541436274104],[-72.22378576399026,41.418235435703494],[-72.2229837636686,41.41713343551326],[-72.22245776345777,41.41641343538901],[-72.22088176282602,41.41425443501642],[-72.2203567626156,41.413535434892324],[-72.22024476257111,41.41338943486731],[-72.21990876243777,41.41295343479261],[-72.21979676239336,41.41280843476777],[-72.21969876235397,41.412672434744245],[-72.21940476223594,41.41226643467411],[-72.21930776219696,41.41213143465076],[-72.21843076184557,41.410932434443865],[-72.2178707616211,41.41016543431146],[-72.21743976144833,41.40957443420944],[-72.21576576077764,41.4072854338144],[-72.21356075989428,41.40427043329398],[-72.2121237593186,41.402305432954776],[-72.21106075889196,41.40083743270104],[-72.21098175886026,41.40072843268219],[-72.20754975748376,41.396003431865665],[-72.20640675702528,41.39442843159344],[-72.20376875596631,41.39077743096193],[-72.19936675419927,41.384682429907436],[-72.1973917534075,41.381965429437685],[-72.19584275278659,41.37983542906941],[-72.19319575172547,41.37619242843939],[-72.19310875169015,41.37606442841705],[-72.19285075158535,41.37568442835077],[-72.19276475155041,41.37555742832861],[-72.19285275157488,41.37548142831101],[-72.19297475160897,41.375379428287275],[-72.19307975163859,41.375296428267774],[-72.19312375165093,41.37526042825935],[-72.19321575167696,41.375189428242614],[-72.19344575174414,41.37504942820809],[-72.19354875177426,41.37498742819275],[-72.19386275186721,41.374819428150126],[-72.19388175187284,41.37480942814758],[-72.19447475204957,41.37451342807124],[-72.19472675212548,41.37440242804169],[-72.19508575223495,41.37426842800432],[-72.19541875233595,41.37413442796776],[-72.19598975250791,41.3738824279007],[-72.19615575255793,41.37380942788127],[-72.19647975265454,41.373648427839676],[-72.19666875270936,41.373526427809956],[-72.19684875276253,41.373428427785186],[-72.19692775278578,41.37338342777392],[-72.19695775279466,41.373367427769864],[-72.19709675283535,41.3732844277493],[-72.19720975286833,41.373215427732305],[-72.19728875289117,41.37316342771966],[-72.19747275294479,41.37304942769166],[-72.19754675296623,41.37300142767996],[-72.19767975300464,41.372912427658406],[-72.19776575302949,41.372855427644595],[-72.19797775309698,41.37282842763271],[-72.1980147531127,41.372895427644664],[-72.19879275333332,41.37230242750448],[-72.19903775339917,41.37204942744738],[-72.19910675341768,41.371977427431155],[-72.19915675343115,41.37192642741962],[-72.19923175345275,41.371875427407296],[-72.19929875347142,41.371818427394075],[-72.19934175348398,41.371792427387646],[-72.19935275348723,41.37178642738614],[-72.1994207535063,41.37173042737307],[-72.19986175363158,41.37139842729441],[-72.20023875373883,41.371117427227716],[-72.20120175401416,41.37042442706222],[-72.20139275406883,41.37028842702968],[-72.20164375413981,41.37009342698372],[-72.20194675422447,41.36983942692461],[-72.20218175429018,41.369643426878966],[-72.20276675444433,41.36898342673168],[-72.20303075451405,41.368688426665756],[-72.20319975455801,41.36848742662119],[-72.20337575460343,41.36827142657347],[-72.20380375471404,41.367749426458055],[-72.2044027548687,41.36701542629583],[-72.20440675486977,41.36701142629493],[-72.20476275496372,41.36661242620581],[-72.20487875499279,41.3664544261713],[-72.20503575503314,41.36625842612806],[-72.2054207551319,41.36577542602162],[-72.20567875519824,41.365454425950794],[-72.20650475541164,41.364445425727716],[-72.20735675563279,41.36342342550129],[-72.20744575565534,41.36330642547564],[-72.20792875577825,41.36268242533854],[-72.20803075580501,41.362565425312475],[-72.20806475581384,41.3625244253034],[-72.20808975582038,41.36249542529695],[-72.20811075582611,41.36247542529238],[-72.20841575590704,41.36214142521756],[-72.20874675599502,41.36178242513701],[-72.20940075617649,41.36121142500496],[-72.20974275627151,41.360915424936415],[-72.2097627562771,41.36089842493247],[-72.20982275629399,41.36085042492121],[-72.20984375629993,41.360834424917435],[-72.2102197564046,41.360512424842746],[-72.21134975671937,41.35954842461898],[-72.21172675682442,41.35922742454444],[-72.21252775704528,41.35850342437788],[-72.21261075706819,41.35842842436061],[-72.21356275733397,41.35762742417428],[-72.21432675754649,41.356970424021966],[-72.21486975769751,41.356503423913686],[-72.21648675814761,41.355118423592394],[-72.21804675858138,41.353774423280875],[-72.21973075904951,41.35232142294415],[-72.22101275940513,41.351201422685094],[-72.22207975970231,41.35029142247381],[-72.22246575980978,41.34996142239724],[-72.22368676014882,41.34890142215181],[-72.22381876018609,41.34879842212755],[-72.22404476024964,41.34861642208491],[-72.22733776117803,41.346013421472996],[-72.2287157615655,41.34490542121327],[-72.22881876159461,41.34482542119441],[-72.22900876164834,41.34467842115972],[-72.22907876166843,41.34462942114794],[-72.22928876172872,41.344483421112834],[-72.22935976174921,41.34443542110123],[-72.23002376193737,41.34392842098134],[-72.23032176202362,41.34373342093391],[-72.23036776203686,41.343702420926405],[-72.23061876210951,41.34353842088649],[-72.23091576219537,41.34334242083889],[-72.23135076232188,41.34306942077191],[-72.23178576244835,41.34279542070474],[-72.23222176257518,41.34252242063774],[-72.23243976263869,41.34238742060453],[-72.23349776294667,41.3417284204426],[-72.23353176295652,41.34170642043725],[-72.2345857632628,41.341040420274076],[-72.23421376316107,41.34139142035436],[-72.23415876314607,41.34144442036644],[-72.23385476305933,41.34166542041916],[-72.23367876301005,41.341810420453015],[-72.2334917629603,41.34201242049837],[-72.2334267629453,41.34212442052232],[-72.23335376293247,41.34232342056354],[-72.23330276292602,41.34250842060135],[-72.23328076292105,41.34254842060984],[-72.23318276289926,41.3427324206489],[-72.2330627628693,41.34289742068493],[-72.23298676284807,41.342961420699815],[-72.23282176280232,41.34310542073313],[-72.23259176273864,41.34330842078003],[-72.23231276265967,41.3435234208308],[-72.23213976261083,41.34365842086261],[-72.23204376258414,41.34374142088183],[-72.2317587625051,41.343990420939434],[-72.2316637624788,41.34407442095883],[-72.23154776244732,41.34418842098477],[-72.23135076239213,41.34435042102259],[-72.23131176238125,41.34438342103028],[-72.2308197622436,41.34479142112543],[-72.23039476212577,41.34516342121146],[-72.2303337621089,41.34521742122392],[-72.23024376208323,41.34528342123966],[-72.23015276205724,41.34534942125539],[-72.23005376202796,41.345402421268844],[-72.23009276204476,41.34547742128231],[-72.23012176205704,41.34552942129159],[-72.23013876206488,41.345571421299276],[-72.23022976210534,41.34576942133518],[-72.23074276233324,41.346882421536996],[-72.23079376235586,41.34699242155694],[-72.23089576240011,41.3471944215933],[-72.23092976241404,41.3472464216024],[-72.2310957624818,41.34749742164634],[-72.23111076248783,41.34751842164999],[-72.23127576255395,41.347745421689254],[-72.2317217627288,41.34828842178161],[-72.2317917627563,41.34837442179626],[-72.23192976281038,41.34854242182485],[-72.23198276283196,41.348621421838665],[-72.23213976289253,41.348794421867616],[-72.23217076290398,41.34881942187153],[-72.23225976293699,41.348893421883226],[-72.2323907629846,41.34898442189697],[-72.23282876314138,41.34924542193438],[-72.23311176324194,41.34940042195589],[-72.23318676326863,41.349442421961776],[-72.23343076335595,41.34958742198255],[-72.23373776346618,41.34977642200996],[-72.23385576350856,41.34984942202058],[-72.23405776358113,41.34997442203874],[-72.23426676365558,41.35009242205532],[-72.23446476372565,41.35019542206931],[-72.23469076380454,41.35029342208144],[-72.23476576383074,41.35032642208556],[-72.23486376386437,41.35035842208876],[-72.23499176390733,41.35038242208947],[-72.23503876392279,41.350385422088586],[-72.23518976397239,41.35039442208565],[-72.23538776403602,41.35038042207673],[-72.2353947640382,41.35037842207613],[-72.23545676405774,41.35036742207205],[-72.2356607641212,41.35031442205532],[-72.23590076419714,41.35027542204021],[-72.23601176423267,41.3502654220348],[-72.23634976434191,41.35025242202171],[-72.23645576437573,41.35024042201607],[-72.23669576445236,41.35021442200349],[-72.23681076448857,41.350192421995615],[-72.23695176453356,41.35017642198809],[-72.23737676466939,41.350132421966244],[-72.23751876471479,41.350118421959074],[-72.23769276477074,41.350106421951295],[-72.2379717648614,41.35010442194222],[-72.23844676501572,41.35010142192683],[-72.23927976528711,41.35010942190244],[-72.2393337653049,41.35011342190155],[-72.23933776530625,41.35011442190161],[-72.239476765353,41.35014242190276],[-72.23959476539363,41.350183421907104],[-72.23966376541793,41.3502174219116],[-72.2397507654497,41.35028042192123],[-72.23980776547135,41.3503374219306],[-72.23988276550136,41.35043942194822],[-72.23994476552777,41.35055342196859],[-72.23998176554608,41.35066742198974],[-72.24000376555965,41.35078442201194],[-72.2400167655849,41.35116742208646],[-72.24000176559164,41.35137942212841],[-72.23995676559683,41.35174042220045],[-72.239950765603,41.3518884222296],[-72.23996376561213,41.35197742224659],[-72.24002676564486,41.352200422288256],[-72.24014376570108,41.35253142234938],[-72.24015476570612,41.35255842235433],[-72.24029576577118,41.35290742241819],[-72.24039376581429,41.35311242245525],[-72.24042276582608,41.353155422462756],[-72.24051476586128,41.35325142247867],[-72.24063076590296,41.35332342248914],[-72.24072076593421,41.35335942249338],[-72.24087776598886,41.35342442250119],[-72.240980766024,41.353454422503866],[-72.24108676606089,41.35349842250917],[-72.24118976609697,41.35354542251515],[-72.24135076615411,41.35363242252715],[-72.24194176636601,41.35399042257876],[-72.2420747664133,41.354063422588894],[-72.24226776648139,41.35416042260187],[-72.24243576653929,41.35421942260817],[-72.24261576660135,41.354283422615076],[-72.24299176673017,41.354402422626634],[-72.2434947669029,41.35456842264343],[-72.24380176700775,41.35465942265167],[-72.24397876706972,41.35473942266181],[-72.24401176708172,41.354762422665274],[-72.2440637671016,41.35481642267422],[-72.24419276715568,41.35503742271343],[-72.24424276717718,41.35513242273045],[-72.24438076724,41.355459422790105],[-72.24450376729408,41.355715422836354],[-72.2446817673685,41.3560164228897],[-72.24499376749459,41.35646442296761],[-72.24514276755684,41.35671542301206],[-72.24527076761204,41.35696242305637],[-72.24530576762712,41.3570294230684],[-72.24559976776428,41.357785423207126],[-72.2457967678528,41.35823042328802],[-72.24585176787969,41.358394423318394],[-72.24605176798208,41.35907442344517],[-72.24607576799703,41.35920442346984],[-72.2465937681638,41.35917342344764],[-72.24676276821869,41.35917142344197],[-72.24715676834663,41.3591674234289],[-72.24729576839196,41.359169423424966],[-72.24750776846136,41.35917742341992],[-72.24782676856462,41.35916842340821],[-72.24813276866246,41.3591374233926],[-72.24833176872544,41.359105423380136],[-72.24854676879278,41.359058423364225],[-72.24875676885796,41.35900142334654],[-72.24880976887415,41.358982423341175],[-72.24914676897724,41.35886342330738],[-72.24928676901877,41.35879042328874],[-72.24943776906316,41.35870442326721],[-72.24961276912939,41.35887342329481],[-72.24996776926417,41.359225423352605],[-72.25009576931208,41.3593394233709],[-72.25035476940748,41.35954242340253],[-72.25044576944153,41.35962342341555],[-72.25052376947158,41.359708423429716],[-72.25065376952396,41.35989242346167],[-72.2509507696481,41.36039342355039],[-72.25115476973079,41.36069042360213],[-72.25133076979941,41.36089742363713],[-72.2515317698749,41.361081423666846],[-72.25166176992427,41.361210423688014],[-72.25175076996042,41.36134142371086],[-72.25178676997702,41.36143042372714],[-72.2517977699845,41.361501423740684],[-72.25178776998919,41.361646423769365],[-72.25171976998061,41.361892423819604],[-72.25159576995911,41.36223542389055],[-72.25152976994902,41.362442423933096],[-72.25150876994725,41.36253442395175],[-72.25138876993584,41.36303742405387],[-72.25130076992124,41.36329242410649],[-72.25115776989033,41.363576424166496],[-72.25107376987066,41.363715424196286],[-72.25081976981139,41.364140424287335],[-72.25074776979724,41.36430942432264],[-72.25069276978893,41.36448342435838],[-72.25059076977026,41.364747424413196],[-72.25053576976214,41.36492542444972],[-72.25041276974366,41.365317424530225],[-72.25032676974054,41.36576942462129],[-72.25026976973382,41.36598442466513],[-72.25019676971914,41.36614942469967],[-72.25010976969901,41.36629842473153],[-72.25003576968017,41.36639342475241],[-72.249983769666,41.36644342476381],[-72.24982376962001,41.36655342479031],[-72.24969576958183,41.36661642480664],[-72.24955876954056,41.366676424822636],[-72.24938976948943,41.366746424841594],[-72.24925076944741,41.36680442485727],[-72.24900876937429,41.36690642488477],[-72.24879276930956,41.36700742491126],[-72.24857576924585,41.36713242494246],[-72.24840476919758,41.36726642497402],[-72.24832476917602,41.36734742499235],[-72.24823476915321,41.36746542501823],[-72.24820276914693,41.367540425033894],[-72.24815276914342,41.36777242508082],[-72.24801676915506,41.36878942528394],[-72.24797376916894,41.36929642538442],[-72.2479597691888,41.36974042547169],[-72.24792676919591,41.37006542553628],[-72.24787176919749,41.370419425607224],[-72.24770076920284,41.3715284258294],[-72.24764376920946,41.37198642592075],[-72.24764576921372,41.37205242593358],[-72.2476717692322,41.37223442596836],[-72.24772976926052,41.37240642600019],[-72.24778176928353,41.37251742602028],[-72.24797076936316,41.372847426078906],[-72.24846776956991,41.37366742622375],[-72.24854476960262,41.37380642624852],[-72.2490267698128,41.37477742642333],[-72.24911776985297,41.37496942645804],[-72.24917376988228,41.37517142649578],[-72.24918676989233,41.3752774265161],[-72.24920176990422,41.37540442654046],[-72.2491757699069,41.37560742658099],[-72.24908476989182,41.37587142663542],[-72.24888976986077,41.37646042675668],[-72.24875676983945,41.376859426838834],[-72.24874276984077,41.37696642686018],[-72.2487437698478,41.37708842688401],[-72.24876776986332,41.377228426910634],[-72.2489517699477,41.37767442699208],[-72.24916177003988,41.378108427070394],[-72.24931077010369,41.37838742712028],[-72.24951477018386,41.378638427163004],[-72.24964277023155,41.37874842718052],[-72.24972977026339,41.3788124271903],[-72.25016177042912,41.379270427266356],[-72.25034677050392,41.379536427312594],[-72.25036377051067,41.37955842731638],[-72.2507277706545,41.38002042739533],[-72.25096577074756,41.380304427443434],[-72.25112377080924,41.38049142747506],[-72.2513637709007,41.380734427515065],[-72.25152777096174,41.38087442753732],[-72.25178277105654,41.3810894275714],[-72.25196577112466,41.381245427596184],[-72.25213677118926,41.3814084276227],[-72.2523797712831,41.38167742766772],[-72.25259377136751,41.381946427713636],[-72.25315777159211,41.38269342784206],[-72.25353177173986,41.383167427923034],[-72.25365577178817,41.383312427947516],[-72.25384077185855,41.38349742797791],[-72.25399477191816,41.383670428006916],[-72.25403877193716,41.383755428022155],[-72.25406977195347,41.38386842804328],[-72.25407277196258,41.38401642807211],[-72.2540557719615,41.384097428088474],[-72.2540317719597,41.384206428110524],[-72.25395577194382,41.38436742814438],[-72.2540787719856,41.38439942814679],[-72.25425177204745,41.38450042816114],[-72.25445177212204,41.38467342818871],[-72.25486577228111,41.38511642826237],[-72.255798772647,41.38624942845472],[-72.25628977283691,41.386797428546515],[-72.256544772934,41.38705442858878],[-72.2566657729791,41.387158428605325],[-72.25716977316384,41.387535428663284],[-72.25728677320816,41.38764942868191],[-72.25739477324991,41.38776942870199],[-72.25759377332847,41.388020428744845],[-72.2577427733907,41.38827042878905],[-72.25793077347495,41.38868942886508],[-72.25797477350147,41.38891142890711],[-72.25802177354456,41.38941642900432],[-72.25804577355987,41.389552429030154],[-72.2580857735803,41.3896874290553],[-72.25820077363342,41.38997242910741],[-72.25837177370643,41.39028842916382],[-72.25865677382467,41.390751429245405],[-72.25961377421405,41.392168429492465],[-72.25973577426352,41.392346429523435],[-72.25990777433265,41.39258542956478],[-72.26027377448003,41.3930994296538],[-72.26100177476866,41.39403942981477],[-72.26174177506853,41.395112430001326],[-72.26178277508528,41.39517443001217],[-72.26184077510894,41.39526143002736],[-72.26231777530462,41.39599643015608],[-72.26262677543332,41.39650743024629],[-72.26294477556476,41.39701543033562],[-72.2635967758318,41.398012430510086],[-72.26374577589363,41.39825443055271],[-72.26385277593968,41.39845843058923],[-72.26397377599172,41.39868843063039],[-72.26409177603954,41.39885943066012],[-72.2642057760829,41.39897343067883],[-72.26425277610002,41.39900643068381],[-72.2647597762809,41.399295430724436],[-72.26487477632229,41.39936743073492],[-72.26497777636015,41.39944643074714],[-72.26507377639706,41.39954943076427],[-72.26542377653486,41.39998343083813],[-72.26549077656183,41.4000774308544],[-72.26567677663817,41.40036443090467],[-72.26581577669359,41.40054943093646],[-72.2659077767291,41.40065043095333],[-72.26603877677843,41.40077243097307],[-72.26635377689543,41.401035431014606],[-72.26681077706388,41.401394431070486],[-72.26722077721443,41.40170543111844],[-72.26735477726481,41.40182843113828],[-72.26759177735478,41.402061431176385],[-72.26776877742367,41.40226643121091],[-72.2678367774513,41.402366431228344],[-72.26799677751846,41.40264043127687],[-72.26820777760821,41.4030234313451],[-72.2683177776525,41.403177431371745],[-72.26832377765489,41.403185431373124],[-72.26851877773213,41.40343543141588],[-72.26859877776289,41.403521431430164],[-72.26866577778756,41.40357343143824],[-72.26878177782899,41.4036404314477],[-72.26891577787556,41.40369443145408],[-72.26898877790047,41.403715431455886],[-72.26933577801697,41.40378043145776],[-72.26997877823197,41.403885431458164],[-72.27011577827837,41.403918431460326],[-72.27018577830242,41.403941431462634],[-72.27038677837255,41.40402743147314],[-72.27048577840756,41.40407843148003],[-72.27057577844005,41.40413643148856],[-72.27065477847022,41.404217431501905],[-72.27071977849627,41.40430643151725],[-72.27079677852811,41.40442943153888],[-72.27089677857163,41.404628431574636],[-72.27091177857844,41.40466343158101],[-72.27099077861418,41.40484543161409],[-72.2710457786383,41.40495843163445],[-72.2711267786738,41.40512443166435],[-72.2712307787173,41.405299431695276],[-72.27145677880974,41.40564243175523],[-72.27158877886686,41.40589943180131],[-72.27162077888168,41.40597943181595],[-72.27165377889926,41.40610343183913],[-72.27170177892859,41.406352431886276],[-72.27177677896553,41.406579431928265],[-72.27178377897337,41.406680431947784],[-72.27178277898817,41.406954432001335],[-72.27179377899641,41.40703943201759],[-72.2718297790142,41.40714943203797],[-72.27188277903728,41.407255432057006],[-72.27194977906439,41.40735143207368],[-72.27206777911037,41.40748943209694],[-72.27229577919714,41.407717432134355],[-72.27238477923163,41.407817432151106],[-72.27247977927036,41.407959432175865],[-72.27251077928227,41.407992432181345],[-72.27261877932241,41.40808343219576],[-72.27273077936245,41.40814843220495],[-72.27285177940497,41.4082054322123],[-72.27318077951918,41.40833543222741],[-72.27348677962469,41.40844343223894],[-72.27403777981353,41.408616432255506],[-72.27428177989663,41.40868343226098],[-72.27451977997765,41.40874843226624],[-72.27464378001943,41.408774432267435],[-72.27490378010435,41.40878043226048],[-72.2750067801392,41.40880443226195],[-72.27505478015564,41.40881943226338],[-72.2752867802336,41.40886443226492],[-72.27578478039968,41.408937432263606],[-72.27619878053791,41.40900143226316],[-72.27649078063608,41.40905843226518],[-72.27682778075001,41.40913643226986],[-72.27692478078279,41.409158432271134],[-72.27706778083208,41.409208432276436],[-72.27725978089953,41.409298432288],[-72.27780778109421,41.40959543232888],[-72.27802478117134,41.409713432345164],[-72.2781337812105,41.409780432354836],[-72.27825978125794,41.409897432373754],[-72.27841978132017,41.410081432404674],[-72.27857178137984,41.41026643243606],[-72.2787537814531,41.41052143248019],[-72.27890778151861,41.410800432529875],[-72.27905078158142,41.41109543258302],[-72.2791217816151,41.4112874326183],[-72.27921978165809,41.411488432654494],[-72.2792717816802,41.411582432671224],[-72.27933078170359,41.41165843268423],[-72.27940278173104,41.41173143269623],[-72.27956978179243,41.41185943271602],[-72.27993878192491,41.412084432748415],[-72.28027678204633,41.412291432778275],[-72.28049378212498,41.41243743280002],[-72.28070878220487,41.41261743282844],[-72.28091978228363,41.41280043285759],[-72.28093978229113,41.412818432860476],[-72.28098378230749,41.412855432866316],[-72.28100578231565,41.41287343286915]]]},"properties":{"name":7161.02,"geoid":"09011716102"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.20604775293619,41.32196441742786],[-72.20640675305174,41.3219424174124],[-72.20664275312849,41.321942417405054],[-72.20681975318605,41.32194241739956],[-72.20713275328764,41.32193841738902],[-72.20728275333563,41.32192441738163],[-72.20750075340464,41.32188941736799],[-72.20760175343638,41.32186941736092],[-72.20770375346854,41.321850417354035],[-72.20779375349655,41.32182741734674],[-72.20781575350325,41.32181941734448],[-72.2078907535265,41.321798417338044],[-72.20839675368345,41.32165941729508],[-72.20848075370957,41.32163741728817],[-72.20896575385882,41.321482417242734],[-72.20907675389252,41.321438417230674],[-72.20946075400887,41.32128241718819],[-72.20983875412273,41.32111641714393],[-72.20993475415155,41.32107241713232],[-72.21040575429323,41.320862417076555],[-72.21096775446162,41.32059941700758],[-72.21125075454621,41.32046341697215],[-72.21180475471529,41.32026041691517],[-72.21207475479872,41.3201804168911],[-72.21235375488715,41.320138416874194],[-72.21273875501176,41.320127416860075],[-72.21290775506739,41.32013941685716],[-72.21320575516555,41.320162416852405],[-72.21377175535319,41.32022741684752],[-72.21395675541396,41.320238416843914],[-72.2142057554963,41.320263416841065],[-72.21449675559263,41.320294416838095],[-72.21481175569723,41.320333416835936],[-72.21495275574357,41.320342416833306],[-72.2151877558208,41.320357416828955],[-72.21520275582569,41.320357416828486],[-72.21533275586803,41.320358416824625],[-72.21541375589437,41.32035841682211],[-72.21572375599534,41.32036141681305],[-72.21578275601458,41.320362416811406],[-72.21585475603794,41.32036141680898],[-72.2163987562146,41.32035641679107],[-72.21676175633209,41.32034641677783],[-72.21721875648008,41.32033441676126],[-72.21760975660514,41.32029641674166],[-72.21779875666503,41.320267416730104],[-72.21802575673534,41.3202034167105],[-72.21825475680495,41.320114416685946],[-72.21854775689242,41.31997141664883],[-72.21910175705719,41.31969041657658],[-72.2193267571239,41.31957241654647],[-72.21936875713642,41.31955141654105],[-72.21977975725748,41.31932141648322],[-72.21998375731627,41.31918341644985],[-72.22009475734734,41.31909141642838],[-72.2203557574187,41.318844416371896],[-72.22038175742584,41.318820416366385],[-72.22092675757308,41.31827241624213],[-72.22099275759149,41.318216416229106],[-72.22105875760994,41.31816141621627],[-72.22112475762835,41.31810541620326],[-72.22113475763125,41.31809941620177],[-72.22124275766298,41.318037416186264],[-72.22130175768027,41.318002416177585],[-72.2214577577278,41.31794441616137],[-72.22157075776254,41.317907416150604],[-72.22171275780686,41.31787341613953],[-72.22180575783655,41.31786341613468],[-72.22195675788483,41.317848416127035],[-72.22216375795166,41.317839416118844],[-72.22233075800695,41.31785741611716],[-72.22287475818835,41.31793941611629],[-72.22311975827012,41.31797741611612],[-72.22322975830693,41.31799641611642],[-72.22344575837919,41.31803341611695],[-72.22409675859697,41.318144416118415],[-72.22418675862711,41.318160416118765],[-72.22431475866983,41.31818041611869],[-72.22438675869375,41.31818941611821],[-72.2244567587174,41.31820541611918],[-72.2252037589671,41.3183294161202],[-72.22600775923546,41.318455416119846],[-72.22648275939451,41.31853941612153],[-72.2268577595201,41.318605416122786],[-72.22768875979789,41.31874341612394],[-72.22805075991872,41.31880041612383],[-72.22855976008863,41.31888041612366],[-72.22919976030256,41.31898641612449],[-72.22926476032431,41.318997416124624],[-72.23007576059594,41.31914141612758],[-72.23029376066862,41.31917441612726],[-72.23036976069395,41.31918541612704],[-72.23044176071802,41.31919741612716],[-72.23086276085766,41.319247416123844],[-72.23114176094948,41.31926741611907],[-72.23138976102996,41.31926441611077],[-72.23170376113114,41.31924741609767],[-72.23193176120465,41.31923541608822],[-72.23287876150992,41.31918641604915],[-72.23343276168794,41.319147416024265],[-72.23371176177811,41.319137416013625],[-72.2339677618606,41.31912341600291],[-72.23422276194282,41.31911041599242],[-72.23455276204913,41.319092415978616],[-72.23488376215579,41.31907441596479],[-72.23510576222743,41.31906441595592],[-72.23513476223671,41.31906141595442],[-72.23565176240203,41.319010415928346],[-72.23607076253506,41.318951415903754],[-72.23656976269157,41.318846415867654],[-72.23676176275062,41.31878441584954],[-72.23682776277069,41.31875941584258],[-72.23704076283579,41.31868341582108],[-72.23761576300853,41.318423415752264],[-72.23817776317676,41.318158415682866],[-72.23833176322341,41.318095415665745],[-72.2385007632747,41.31802841564735],[-72.23872876334396,41.31793941562283],[-72.23901276343074,41.31783741559401],[-72.2391847634833,41.31777641557671],[-72.23957176360335,41.3176704155439],[-72.23977876366759,41.3176144155265],[-72.24036376384979,41.317467415479484],[-72.24073076396407,41.317375415450044],[-72.2407387639665,41.317372415449206],[-72.2411297640885,41.31727841541865],[-72.24127676413434,41.317242415407],[-72.24142276417989,41.3172074153956],[-72.24160776423814,41.317172415383],[-72.24217776441763,41.317065415344274],[-72.24285076463048,41.31695641530198],[-72.24305676469572,41.31692441528931],[-72.24354176484943,41.316851415259904],[-72.24367876489278,41.31682941525133],[-72.24408976502298,41.31676641522618],[-72.24422776506675,41.31674641521797],[-72.24432176509654,41.31673241521231],[-72.24450276515371,41.316701415200605],[-72.24523976538673,41.31658041515396],[-72.245329765415,41.316562415147615],[-72.24560476550164,41.316511415129064],[-72.24615376567142,41.31635241508084],[-72.24671476584389,41.31617041502773],[-72.24673676585066,41.31616341502566],[-72.24693276591094,41.31610041500722],[-72.24712976597161,41.31603841498894],[-72.2474637660745,41.31593441495817],[-72.24777476616994,41.315830414928136],[-72.24815576628697,41.315705414891774],[-72.24833176634074,41.31564241487395],[-72.24862076642793,41.315518414840675],[-72.24884076649377,41.31541441481345],[-72.24926576661962,41.315189414756155],[-72.24947576668121,41.315067414725725],[-72.24993376681655,41.3148194146629],[-72.25032176693072,41.31460041460792],[-72.25056576700248,41.3144624145733],[-72.25092476710743,41.31424741452],[-72.25127876721022,41.31402241446492],[-72.25140576724674,41.31393541444393],[-72.25157876729592,41.31380641441327],[-72.25171776733411,41.31367841438389],[-72.25184876736941,41.313545414353754],[-72.25194676739521,41.31343441432897],[-72.25203776741853,41.3133204143038],[-72.2521057674349,41.31321541428113],[-72.25237576749868,41.31277741418694],[-72.25273976758238,41.312145414051834],[-72.252974767637,41.311747413966565],[-72.25311676767006,41.31150841391534],[-72.25372176781045,41.31048041369516],[-72.25388076784708,41.31020541363635],[-72.25408976789618,41.30986141356248],[-72.2540987678983,41.30984641355927],[-72.25413976790882,41.309795413547995],[-72.25460776806754,41.30991541355691],[-72.25481676815755,41.31031741362912],[-72.25486176819706,41.310771413716644],[-72.25514376831401,41.31123241379813],[-72.25519176834594,41.311530413855],[-72.2550887683238,41.31173741389875],[-72.25487876827881,41.312162413988524],[-72.25473976825418,41.312537414066284],[-72.25474776827356,41.312843414125965],[-72.25485576832955,41.3132244141972],[-72.25509576843577,41.31373841429037],[-72.25520476848544,41.313998414337895],[-72.2552987685403,41.31444141442172],[-72.25535676857577,41.31474441447925],[-72.25546576862372,41.31497241452048],[-72.25572676872298,41.315235414563865],[-72.25590876879423,41.315455414601274],[-72.25603076884185,41.31560041462586],[-72.25615076891305,41.316187414737065],[-72.25632976901935,41.31706441490321],[-72.25632976902575,41.31718141492611],[-72.25635876905844,41.317605415008245],[-72.25648176911861,41.31797341507646],[-72.25659076917098,41.31828241513355],[-72.25656076918108,41.31864441520538],[-72.25655376918434,41.31874541522537],[-72.25656076920241,41.31903341528155],[-72.25668476926954,41.31952241537343],[-72.25679276931892,41.31978241542096],[-72.25687276935811,41.320022415465445],[-72.25706976944463,41.320432415539585],[-72.25723676951029,41.32063941557492],[-72.25750076960591,41.32081741560154],[-72.25764976965984,41.32091741561647],[-72.25784076972897,41.321045415635574],[-72.25794176976812,41.32116041565495],[-72.25791276976604,41.321294415682075],[-72.25790676976521,41.32131541568638],[-72.25786276976058,41.32149141572221],[-72.25784576975879,41.321559415736054],[-72.25783976975802,41.321581415740546],[-72.25790576978251,41.32163641574925],[-72.25813076985622,41.32164641574421],[-72.25825476990116,41.32173041575679],[-72.25832076992934,41.32185341577881],[-72.25834876995283,41.32211541582923],[-72.25832676994962,41.32218741584401],[-72.25821276991837,41.32229341586832],[-72.25818076990961,41.32232341587518],[-72.2581367698992,41.32239441589046],[-72.25817376992018,41.32255741592121],[-72.25803476988736,41.32278341596981],[-72.25803776988917,41.322798415972635],[-72.25804176989183,41.3228234159774],[-72.25805176989822,41.322880415988244],[-72.25805476990023,41.3228994159919],[-72.25805976990328,41.322925415996814],[-72.25806676990797,41.32296941600522],[-72.258072769912,41.323007416012466],[-72.25811476993916,41.32325341605931],[-72.2581287699482,41.32333541607494],[-72.25814376995653,41.32339841608679],[-72.25812276995416,41.32347941610331],[-72.25802276992668,41.32357141612443],[-72.25796176990997,41.323628416137495],[-72.25732876972356,41.323982416226535],[-72.25730476971785,41.32402041623472],[-72.25722576969932,41.324151416262836],[-72.2572107696999,41.324250416282666],[-72.25721076970164,41.32428241628895],[-72.25720576972141,41.32467241636545],[-72.25720376973364,41.32490741641152],[-72.25715976972916,41.32508641644793],[-72.2569777696811,41.32528941649334],[-72.2566857695974,41.32549441654258],[-72.25659476957236,41.325577416561664],[-72.25651176954972,41.32565641657972],[-72.25641676952928,41.325847416620064],[-72.25640276952808,41.32590841663244],[-72.25693976974105,41.32660741675256],[-72.25855177038042,41.32870641711317],[-72.25908977059377,41.329406417233415],[-72.2593127706821,41.32969441728284],[-72.25963577082504,41.33038541740803],[-72.26018977107007,41.33156741762211],[-72.26107177146025,41.333450417963164],[-72.26133277157564,41.334006418063844],[-72.26162477169382,41.33442941813752],[-72.26231777197242,41.335399418305755],[-72.26439977280938,41.338311418810704],[-72.2650937730884,41.33928241897907],[-72.26523177316635,41.33988441909257],[-72.2652377731695,41.339906419096685],[-72.26533477322036,41.340258419162545],[-72.26541377325925,41.340498419207044],[-72.26546677328352,41.34062641923044],[-72.26561177334698,41.340923419284024],[-72.26581277343223,41.3412854193486],[-72.26602477352107,41.34164741941282],[-72.26614277357044,41.34184741944827],[-72.26618377358831,41.34193041946323],[-72.26627477362801,41.342114419496404],[-72.26631177364582,41.342219419515786],[-72.26665277379247,41.34287041963253],[-72.26767577423252,41.34482441998295],[-72.26801777437957,41.34547642009984],[-72.26972477510665,41.34860542065875],[-72.27020577531228,41.34950042081884],[-72.27071877553156,41.35045442098947],[-72.2709787756374,41.350841421057055],[-72.27450477707332,41.35610042197571],[-72.27575077779365,41.36182842305711],[-72.27593977790285,41.36269642322096],[-72.27594077790324,41.36269742322113],[-72.27633277812998,41.36450142356168],[-72.2767257783571,41.366305423902176],[-72.27673277836234,41.36635942391252],[-72.27673977836758,41.366413423922864],[-72.27681277842198,41.366970424029496],[-72.27695277852541,41.36802242423083],[-72.27707777861797,41.36896542441132],[-72.27716677868354,41.36963042453857],[-72.27734877881622,41.37096542479391],[-72.277896779215,41.374971425560034],[-72.27794077924673,41.375287425620414],[-72.277940779247,41.375292425621396],[-72.27792377926966,41.37580442572202],[-72.27790677929232,41.37631642582265],[-72.27807877943675,41.377923426131424],[-72.2782667795939,41.37966642646629],[-72.2785977798712,41.382746427057995],[-72.27862677989549,41.383015427109676],[-72.2786687799251,41.383305427165034],[-72.27878778002149,41.384352427365954],[-72.27895678015436,41.38576642763705],[-72.27912478028698,41.38718142790836],[-72.27924778038391,41.388214428106394],[-72.27936078044834,41.38871642820097],[-72.28003278083075,41.39168842876077],[-72.28109778157653,41.39893143014276],[-72.28152378187018,41.401743430678835],[-72.28215478230516,41.40590743147255],[-72.28212178230491,41.406097431510716],[-72.28195278230623,41.407118431715446],[-72.28144978231168,41.41018343232987],[-72.28128178231341,41.41120543253473],[-72.28100578231565,41.41287343286915],[-72.28098378230749,41.412855432866316],[-72.28093978229113,41.412818432860476],[-72.28091978228363,41.41280043285759],[-72.28070878220487,41.41261743282844],[-72.28049378212498,41.41243743280002],[-72.28027678204633,41.412291432778275],[-72.27993878192491,41.412084432748415],[-72.27956978179243,41.41185943271602],[-72.27940278173104,41.41173143269623],[-72.27933078170359,41.41165843268423],[-72.2792717816802,41.411582432671224],[-72.27921978165809,41.411488432654494],[-72.2791217816151,41.4112874326183],[-72.27905078158142,41.41109543258302],[-72.27890778151861,41.410800432529875],[-72.2787537814531,41.41052143248019],[-72.27857178137984,41.41026643243606],[-72.27841978132017,41.410081432404674],[-72.27825978125794,41.409897432373754],[-72.2781337812105,41.409780432354836],[-72.27802478117134,41.409713432345164],[-72.27780778109421,41.40959543232888],[-72.27725978089953,41.409298432288],[-72.27706778083208,41.409208432276436],[-72.27692478078279,41.409158432271134],[-72.27682778075001,41.40913643226986],[-72.27649078063608,41.40905843226518],[-72.27619878053791,41.40900143226316],[-72.27578478039968,41.408937432263606],[-72.2752867802336,41.40886443226492],[-72.27505478015564,41.40881943226338],[-72.2750067801392,41.40880443226195],[-72.27490378010435,41.40878043226048],[-72.27464378001943,41.408774432267435],[-72.27451977997765,41.40874843226624],[-72.27428177989663,41.40868343226098],[-72.27403777981353,41.408616432255506],[-72.27348677962469,41.40844343223894],[-72.27318077951918,41.40833543222741],[-72.27285177940497,41.4082054322123],[-72.27273077936245,41.40814843220495],[-72.27261877932241,41.40808343219576],[-72.27251077928227,41.407992432181345],[-72.27247977927036,41.407959432175865],[-72.27238477923163,41.407817432151106],[-72.27229577919714,41.407717432134355],[-72.27206777911037,41.40748943209694],[-72.27194977906439,41.40735143207368],[-72.27188277903728,41.407255432057006],[-72.2718297790142,41.40714943203797],[-72.27179377899641,41.40703943201759],[-72.27178277898817,41.406954432001335],[-72.27178377897337,41.406680431947784],[-72.27177677896553,41.406579431928265],[-72.27170177892859,41.406352431886276],[-72.27165377889926,41.40610343183913],[-72.27162077888168,41.40597943181595],[-72.27158877886686,41.40589943180131],[-72.27145677880974,41.40564243175523],[-72.2712307787173,41.405299431695276],[-72.2711267786738,41.40512443166435],[-72.2710457786383,41.40495843163445],[-72.27099077861418,41.40484543161409],[-72.27091177857844,41.40466343158101],[-72.27089677857163,41.404628431574636],[-72.27079677852811,41.40442943153888],[-72.27071977849627,41.40430643151725],[-72.27065477847022,41.404217431501905],[-72.27057577844005,41.40413643148856],[-72.27048577840756,41.40407843148003],[-72.27038677837255,41.40402743147314],[-72.27018577830242,41.403941431462634],[-72.27011577827837,41.403918431460326],[-72.26997877823197,41.403885431458164],[-72.26933577801697,41.40378043145776],[-72.26898877790047,41.403715431455886],[-72.26891577787556,41.40369443145408],[-72.26878177782899,41.4036404314477],[-72.26866577778756,41.40357343143824],[-72.26859877776289,41.403521431430164],[-72.26851877773213,41.40343543141588],[-72.26832377765489,41.403185431373124],[-72.2683177776525,41.403177431371745],[-72.26820777760821,41.4030234313451],[-72.26799677751846,41.40264043127687],[-72.2678367774513,41.402366431228344],[-72.26776877742367,41.40226643121091],[-72.26759177735478,41.402061431176385],[-72.26735477726481,41.40182843113828],[-72.26722077721443,41.40170543111844],[-72.26681077706388,41.401394431070486],[-72.26635377689543,41.401035431014606],[-72.26603877677843,41.40077243097307],[-72.2659077767291,41.40065043095333],[-72.26581577669359,41.40054943093646],[-72.26567677663817,41.40036443090467],[-72.26549077656183,41.4000774308544],[-72.26542377653486,41.39998343083813],[-72.26507377639706,41.39954943076427],[-72.26497777636015,41.39944643074714],[-72.26487477632229,41.39936743073492],[-72.2647597762809,41.399295430724436],[-72.26425277610002,41.39900643068381],[-72.2642057760829,41.39897343067883],[-72.26409177603954,41.39885943066012],[-72.26397377599172,41.39868843063039],[-72.26385277593968,41.39845843058923],[-72.26374577589363,41.39825443055271],[-72.2635967758318,41.398012430510086],[-72.26294477556476,41.39701543033562],[-72.26262677543332,41.39650743024629],[-72.26231777530462,41.39599643015608],[-72.26184077510894,41.39526143002736],[-72.26178277508528,41.39517443001217],[-72.26174177506853,41.395112430001326],[-72.26100177476866,41.39403942981477],[-72.26027377448003,41.3930994296538],[-72.25990777433265,41.39258542956478],[-72.25973577426352,41.392346429523435],[-72.25961377421405,41.392168429492465],[-72.25865677382467,41.390751429245405],[-72.25837177370643,41.39028842916382],[-72.25820077363342,41.38997242910741],[-72.2580857735803,41.3896874290553],[-72.25804577355987,41.389552429030154],[-72.25802177354456,41.38941642900432],[-72.25797477350147,41.38891142890711],[-72.25793077347495,41.38868942886508],[-72.2577427733907,41.38827042878905],[-72.25759377332847,41.388020428744845],[-72.25739477324991,41.38776942870199],[-72.25728677320816,41.38764942868191],[-72.25716977316384,41.387535428663284],[-72.2566657729791,41.387158428605325],[-72.256544772934,41.38705442858878],[-72.25628977283691,41.386797428546515],[-72.255798772647,41.38624942845472],[-72.25486577228111,41.38511642826237],[-72.25445177212204,41.38467342818871],[-72.25425177204745,41.38450042816114],[-72.2540787719856,41.38439942814679],[-72.25395577194382,41.38436742814438],[-72.2540317719597,41.384206428110524],[-72.2540557719615,41.384097428088474],[-72.25407277196258,41.38401642807211],[-72.25406977195347,41.38386842804328],[-72.25403877193716,41.383755428022155],[-72.25399477191816,41.383670428006916],[-72.25384077185855,41.38349742797791],[-72.25365577178817,41.383312427947516],[-72.25353177173986,41.383167427923034],[-72.25315777159211,41.38269342784206],[-72.25259377136751,41.381946427713636],[-72.2523797712831,41.38167742766772],[-72.25213677118926,41.3814084276227],[-72.25196577112466,41.381245427596184],[-72.25178277105654,41.3810894275714],[-72.25152777096174,41.38087442753732],[-72.2513637709007,41.380734427515065],[-72.25112377080924,41.38049142747506],[-72.25096577074756,41.380304427443434],[-72.2507277706545,41.38002042739533],[-72.25036377051067,41.37955842731638],[-72.25034677050392,41.379536427312594],[-72.25016177042912,41.379270427266356],[-72.24972977026339,41.3788124271903],[-72.24964277023155,41.37874842718052],[-72.24951477018386,41.378638427163004],[-72.24931077010369,41.37838742712028],[-72.24916177003988,41.378108427070394],[-72.2489517699477,41.37767442699208],[-72.24876776986332,41.377228426910634],[-72.2487437698478,41.37708842688401],[-72.24874276984077,41.37696642686018],[-72.24875676983945,41.376859426838834],[-72.24888976986077,41.37646042675668],[-72.24908476989182,41.37587142663542],[-72.2491757699069,41.37560742658099],[-72.24920176990422,41.37540442654046],[-72.24918676989233,41.3752774265161],[-72.24917376988228,41.37517142649578],[-72.24911776985297,41.37496942645804],[-72.2490267698128,41.37477742642333],[-72.24854476960262,41.37380642624852],[-72.24846776956991,41.37366742622375],[-72.24797076936316,41.372847426078906],[-72.24778176928353,41.37251742602028],[-72.24772976926052,41.37240642600019],[-72.2476717692322,41.37223442596836],[-72.24764576921372,41.37205242593358],[-72.24764376920946,41.37198642592075],[-72.24770076920284,41.3715284258294],[-72.24787176919749,41.370419425607224],[-72.24792676919591,41.37006542553628],[-72.2479597691888,41.36974042547169],[-72.24797376916894,41.36929642538442],[-72.24801676915506,41.36878942528394],[-72.24815276914342,41.36777242508082],[-72.24820276914693,41.367540425033894],[-72.24823476915321,41.36746542501823],[-72.24832476917602,41.36734742499235],[-72.24840476919758,41.36726642497402],[-72.24857576924585,41.36713242494246],[-72.24879276930956,41.36700742491126],[-72.24900876937429,41.36690642488477],[-72.24925076944741,41.36680442485727],[-72.24938976948943,41.366746424841594],[-72.24955876954056,41.366676424822636],[-72.24969576958183,41.36661642480664],[-72.24982376962001,41.36655342479031],[-72.249983769666,41.36644342476381],[-72.25003576968017,41.36639342475241],[-72.25010976969901,41.36629842473153],[-72.25019676971914,41.36614942469967],[-72.25026976973382,41.36598442466513],[-72.25032676974054,41.36576942462129],[-72.25041276974366,41.365317424530225],[-72.25053576976214,41.36492542444972],[-72.25059076977026,41.364747424413196],[-72.25069276978893,41.36448342435838],[-72.25074776979724,41.36430942432264],[-72.25081976981139,41.364140424287335],[-72.25107376987066,41.363715424196286],[-72.25115776989033,41.363576424166496],[-72.25130076992124,41.36329242410649],[-72.25138876993584,41.36303742405387],[-72.25150876994725,41.36253442395175],[-72.25152976994902,41.362442423933096],[-72.25159576995911,41.36223542389055],[-72.25171976998061,41.361892423819604],[-72.25178776998919,41.361646423769365],[-72.2517977699845,41.361501423740684],[-72.25178676997702,41.36143042372714],[-72.25175076996042,41.36134142371086],[-72.25166176992427,41.361210423688014],[-72.2515317698749,41.361081423666846],[-72.25133076979941,41.36089742363713],[-72.25115476973079,41.36069042360213],[-72.2509507696481,41.36039342355039],[-72.25065376952396,41.35989242346167],[-72.25052376947158,41.359708423429716],[-72.25044576944153,41.35962342341555],[-72.25035476940748,41.35954242340253],[-72.25009576931208,41.3593394233709],[-72.24996776926417,41.359225423352605],[-72.24961276912939,41.35887342329481],[-72.24943776906316,41.35870442326721],[-72.24928676901877,41.35879042328874],[-72.24914676897724,41.35886342330738],[-72.24880976887415,41.358982423341175],[-72.24875676885796,41.35900142334654],[-72.24854676879278,41.359058423364225],[-72.24833176872544,41.359105423380136],[-72.24813276866246,41.3591374233926],[-72.24782676856462,41.35916842340821],[-72.24750776846136,41.35917742341992],[-72.24729576839196,41.359169423424966],[-72.24715676834663,41.3591674234289],[-72.24676276821869,41.35917142344197],[-72.2465937681638,41.35917342344764],[-72.24607576799703,41.35920442346984],[-72.24605176798208,41.35907442344517],[-72.24585176787969,41.358394423318394],[-72.2457967678528,41.35823042328802],[-72.24559976776428,41.357785423207126],[-72.24530576762712,41.3570294230684],[-72.24527076761204,41.35696242305637],[-72.24514276755684,41.35671542301206],[-72.24499376749459,41.35646442296761],[-72.2446817673685,41.3560164228897],[-72.24450376729408,41.355715422836354],[-72.24438076724,41.355459422790105],[-72.24424276717718,41.35513242273045],[-72.24419276715568,41.35503742271343],[-72.2440637671016,41.35481642267422],[-72.24401176708172,41.354762422665274],[-72.24397876706972,41.35473942266181],[-72.24380176700775,41.35465942265167],[-72.2434947669029,41.35456842264343],[-72.24299176673017,41.354402422626634],[-72.24261576660135,41.354283422615076],[-72.24243576653929,41.35421942260817],[-72.24226776648139,41.35416042260187],[-72.2420747664133,41.354063422588894],[-72.24194176636601,41.35399042257876],[-72.24135076615411,41.35363242252715],[-72.24118976609697,41.35354542251515],[-72.24108676606089,41.35349842250917],[-72.240980766024,41.353454422503866],[-72.24087776598886,41.35342442250119],[-72.24072076593421,41.35335942249338],[-72.24063076590296,41.35332342248914],[-72.24051476586128,41.35325142247867],[-72.24042276582608,41.353155422462756],[-72.24039376581429,41.35311242245525],[-72.24029576577118,41.35290742241819],[-72.24015476570612,41.35255842235433],[-72.24014376570108,41.35253142234938],[-72.24002676564486,41.352200422288256],[-72.23996376561213,41.35197742224659],[-72.239950765603,41.3518884222296],[-72.23995676559683,41.35174042220045],[-72.24000176559164,41.35137942212841],[-72.2400167655849,41.35116742208646],[-72.24000376555965,41.35078442201194],[-72.23998176554608,41.35066742198974],[-72.23994476552777,41.35055342196859],[-72.23988276550136,41.35043942194822],[-72.23980776547135,41.3503374219306],[-72.2397507654497,41.35028042192123],[-72.23966376541793,41.3502174219116],[-72.23959476539363,41.350183421907104],[-72.239476765353,41.35014242190276],[-72.23933776530625,41.35011442190161],[-72.2393337653049,41.35011342190155],[-72.23927976528711,41.35010942190244],[-72.23844676501572,41.35010142192683],[-72.2379717648614,41.35010442194222],[-72.23769276477074,41.350106421951295],[-72.23751876471479,41.350118421959074],[-72.23737676466939,41.350132421966244],[-72.23695176453356,41.35017642198809],[-72.23681076448857,41.350192421995615],[-72.23669576445236,41.35021442200349],[-72.23645576437573,41.35024042201607],[-72.23634976434191,41.35025242202171],[-72.23601176423267,41.3502654220348],[-72.23590076419714,41.35027542204021],[-72.2356607641212,41.35031442205532],[-72.23545676405774,41.35036742207205],[-72.2353947640382,41.35037842207613],[-72.23538776403602,41.35038042207673],[-72.23518976397239,41.35039442208565],[-72.23503876392279,41.350385422088586],[-72.23499176390733,41.35038242208947],[-72.23486376386437,41.35035842208876],[-72.23476576383074,41.35032642208556],[-72.23469076380454,41.35029342208144],[-72.23446476372565,41.35019542206931],[-72.23426676365558,41.35009242205532],[-72.23405776358113,41.34997442203874],[-72.23385576350856,41.34984942202058],[-72.23373776346618,41.34977642200996],[-72.23343076335595,41.34958742198255],[-72.23318676326863,41.349442421961776],[-72.23311176324194,41.34940042195589],[-72.23282876314138,41.34924542193438],[-72.2323907629846,41.34898442189697],[-72.23225976293699,41.348893421883226],[-72.23217076290398,41.34881942187153],[-72.23213976289253,41.348794421867616],[-72.23198276283196,41.348621421838665],[-72.23192976281038,41.34854242182485],[-72.2317917627563,41.34837442179626],[-72.2317217627288,41.34828842178161],[-72.23127576255395,41.347745421689254],[-72.23111076248783,41.34751842164999],[-72.2310957624818,41.34749742164634],[-72.23092976241404,41.3472464216024],[-72.23089576240011,41.3471944215933],[-72.23079376235586,41.34699242155694],[-72.23074276233324,41.346882421536996],[-72.23022976210534,41.34576942133518],[-72.23013876206488,41.345571421299276],[-72.23012176205704,41.34552942129159],[-72.23009276204476,41.34547742128231],[-72.23005376202796,41.345402421268844],[-72.23015276205724,41.34534942125539],[-72.23024376208323,41.34528342123966],[-72.2303337621089,41.34521742122392],[-72.23039476212577,41.34516342121146],[-72.2308197622436,41.34479142112543],[-72.23131176238125,41.34438342103028],[-72.23135076239213,41.34435042102259],[-72.23154776244732,41.34418842098477],[-72.2316637624788,41.34407442095883],[-72.2317587625051,41.343990420939434],[-72.23204376258414,41.34374142088183],[-72.23213976261083,41.34365842086261],[-72.23231276265967,41.3435234208308],[-72.23259176273864,41.34330842078003],[-72.23282176280232,41.34310542073313],[-72.23298676284807,41.342961420699815],[-72.2330627628693,41.34289742068493],[-72.23318276289926,41.3427324206489],[-72.23328076292105,41.34254842060984],[-72.23330276292602,41.34250842060135],[-72.23335376293247,41.34232342056354],[-72.2334267629453,41.34212442052232],[-72.2334917629603,41.34201242049837],[-72.23367876301005,41.341810420453015],[-72.23385476305933,41.34166542041916],[-72.23415876314607,41.34144442036644],[-72.23421376316107,41.34139142035436],[-72.2345857632628,41.341040420274076],[-72.23353176295652,41.34170642043725],[-72.23349776294667,41.3417284204426],[-72.23243976263869,41.34238742060453],[-72.23222176257518,41.34252242063774],[-72.23178576244835,41.34279542070474],[-72.23135076232188,41.34306942077191],[-72.23091576219537,41.34334242083889],[-72.23061876210951,41.34353842088649],[-72.23036776203686,41.343702420926405],[-72.23032176202362,41.34373342093391],[-72.23002376193737,41.34392842098134],[-72.22935976174921,41.34443542110123],[-72.22928876172872,41.344483421112834],[-72.22907876166843,41.34462942114794],[-72.22900876164834,41.34467842115972],[-72.22881876159461,41.34482542119441],[-72.2287157615655,41.34490542121327],[-72.22733776117803,41.346013421472996],[-72.22404476024964,41.34861642208491],[-72.22381876018609,41.34879842212755],[-72.22368676014882,41.34890142215181],[-72.22246575980978,41.34996142239724],[-72.22207975970231,41.35029142247381],[-72.22101275940513,41.351201422685094],[-72.21973075904951,41.35232142294415],[-72.21804675858138,41.353774423280875],[-72.21648675814761,41.355118423592394],[-72.21486975769751,41.356503423913686],[-72.21432675754649,41.356970424021966],[-72.21418675749781,41.35691342401518],[-72.2141277574783,41.356907424015844],[-72.21386575739173,41.3568834240193],[-72.213501757276,41.35693242404021],[-72.21338575723915,41.356948424046955],[-72.21329375720944,41.3569524240506],[-72.21325475719681,41.35695342405201],[-72.21311575715318,41.356982424062025],[-72.21293675709232,41.356934424058196],[-72.21273675702439,41.35688242405425],[-72.21259175697362,41.35681642404585],[-72.21247475692277,41.356583424003894],[-72.21238675687155,41.35617142392604],[-72.21238675686887,41.35612242391646],[-72.21238675685626,41.355892423871445],[-72.21239975685315,41.35575842384483],[-72.21241875684831,41.35555742380491],[-72.21243775684351,41.355357423765184],[-72.21263375687965,41.35485342366047],[-72.21267875688892,41.3547554236399],[-72.21268475687063,41.35438642356753],[-72.21267675686717,41.354370423564646],[-72.2125827568255,41.354168423528044],[-72.21216075665605,41.35358142342635],[-72.21211675661799,41.35314842334298],[-72.21207975659775,41.3529984233148],[-72.212122756606,41.3528944232931],[-72.21216675661458,41.35278942327118],[-72.21219175661327,41.35261742323676],[-72.21219675661325,41.35258742323072],[-72.21208075656106,41.35232342318268],[-72.21172375642195,41.351904423111804],[-72.21160675637316,41.35170842307711],[-72.21149075632982,41.35160642306075],[-72.21125675624647,41.3514744230422],[-72.21116975621038,41.35133242301713],[-72.21117675620033,41.351107422972895],[-72.21132975622982,41.35073742289573],[-72.21136175623717,41.350681422883774],[-72.21146775626183,41.35050242284545],[-72.21154775627437,41.35025642279483],[-72.211549756269,41.350146422773236],[-72.21155575625801,41.34991042272687],[-72.21158475626379,41.349843422712866],[-72.21178775631776,41.3496234226635],[-72.21178775631206,41.34951942264314],[-72.21172975628573,41.34938342261833],[-72.21163075624673,41.34925942259715],[-72.21155875620381,41.34890342252973],[-72.21144375613483,41.348327422420596],[-72.21133575604658,41.34735842223435],[-72.21133175604332,41.347322422227414],[-72.21131775601222,41.34683842213314],[-72.21131475600508,41.34672542211112],[-72.21140475597255,41.34559742188758],[-72.21126375587215,41.34460242169725],[-72.21121875585074,41.34447842167438],[-72.21100775574966,41.343886421565074],[-72.21079675564843,41.343291421455206],[-72.21026575543931,41.342627421341774],[-72.20902875490107,41.340146420894676],[-72.20892275479991,41.33892942065979],[-72.20890975478741,41.33877842063062],[-72.2089027547761,41.33861342059855],[-72.20889575476478,41.33844842056647],[-72.2085777546389,41.338038420496105],[-72.20855475462977,41.33800842049096],[-72.20762275426085,41.336807420284856],[-72.20743775415468,41.33596742012618],[-72.20737175412599,41.3358354201024],[-72.20711675403187,41.33563142007039],[-72.2070437539974,41.335435420034315],[-72.20696275395649,41.33516941998475],[-72.20692675393826,41.335050419962585],[-72.20674475386795,41.334847419928494],[-72.20671075382744,41.334309419824244],[-72.2067477538288,41.33411441978491],[-72.20683175383269,41.333686419698516],[-72.20698475383954,41.33290241954028],[-72.20674775372954,41.33230141943],[-72.20647875363164,41.332111419401166],[-72.20621975353738,41.33192841937339],[-72.20644575359158,41.33157541929726],[-72.2065697536232,41.33141641926228],[-72.20656875361735,41.33131541924253],[-72.20656875361324,41.331240419227846],[-72.20648375358186,41.33117241921719],[-72.2061107534442,41.330873419170246],[-72.20604575341463,41.33071941914211],[-72.2060667533995,41.33031841906297],[-72.2060087533584,41.32991241898528],[-72.2060087533583,41.3299104189849],[-72.20596575332735,41.32960041892553],[-72.20599275332683,41.329430418891405],[-72.20602375332635,41.329237418852664],[-72.20599475331362,41.32917741884182],[-72.20592875329037,41.329144418837416],[-72.20565975320302,41.32914741884636],[-72.20556475317026,41.32911341884265],[-72.20551375314967,41.32904041882994],[-72.20549175312868,41.328787418781104],[-72.20536775307906,41.328617418751676],[-72.20531075305061,41.32843641871801],[-72.20528175302586,41.328156418664086],[-72.20530975301652,41.32781941859724],[-72.20526675299163,41.32762041855962],[-72.2052067529609,41.32741541852133],[-72.20524375296019,41.32718241847457],[-72.2052877529711,41.32712041846106],[-72.20547775302973,41.327062418443795],[-72.20550575303567,41.32700441843158],[-72.20542375299367,41.32672441837931],[-72.20533075294576,41.326401418318945],[-72.20526575291592,41.32624241828984],[-72.20517175287286,41.32601441824813],[-72.2051707528681,41.32593341823228],[-72.205075752825,41.32571041819158],[-72.2050247527931,41.325430418138325],[-72.2046687526517,41.32496241805778],[-72.20463875263817,41.32489341804518],[-72.20461775262358,41.32475141801803],[-72.20462475262404,41.32471841801136],[-72.2046447526253,41.32462241799195],[-72.20465275262619,41.32459141798563],[-72.20495875271843,41.324458417950076],[-72.20499575272966,41.32444341794599],[-72.20521375279071,41.324263417903964],[-72.20530875280772,41.324009417851265],[-72.20529475279204,41.323806417811966],[-72.2052577527699,41.32362141777688],[-72.2052627527708,41.32360841777418],[-72.205345752788,41.323429417736556],[-72.20545875282066,41.32335441771835],[-72.20554875284665,41.32329441770381],[-72.20586175294446,41.32322141767977],[-72.20593975296933,41.323212417675585],[-72.20645075313237,41.323154417648354],[-72.20661875318157,41.32305541762372],[-72.20666875319269,41.32296141760377],[-72.20663975317734,41.32285341758353],[-72.20652375313354,41.3227424175654],[-72.20634175306648,41.322598417542864],[-72.20630075304216,41.32239741750478],[-72.20628375303174,41.32230841748788],[-72.20604775293619,41.32196441742786]]]},"properties":{"name":7161.01,"geoid":"09011716101"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.13541673993664,41.50401445519601],[-72.13564874002348,41.504218455228575],[-72.13612974021554,41.50486045533877],[-72.13619574023792,41.50487645533982],[-72.13644174031685,41.50485445532789],[-72.13650274033645,41.504849455325015],[-72.13663374038582,41.50497045534451],[-72.13671374041247,41.50498145534418],[-72.13727674058413,41.50476745528494],[-72.13786774077006,41.50464745524314],[-72.13877274105738,41.504510455188274],[-72.14014474149775,41.50439045512218],[-72.1405737416279,41.50421545507469],[-72.14060474163733,41.50420345507139],[-72.14085374171603,41.50415945505507],[-72.14118174182235,41.5041494550429],[-72.14156874195234,41.50422045504471],[-72.14165574197948,41.50419845503771],[-72.14190974206117,41.50417945502609],[-72.14195574207595,41.50417545502389],[-72.1419837420854,41.50418145502419],[-72.14201374209462,41.5041714550213],[-72.14221874216179,41.50417845501628],[-72.14245174223825,41.50418845501099],[-72.14262674229823,41.50424245501607],[-72.14291874239656,41.50430045501829],[-72.14293374240162,41.50430345501839],[-72.14314274247394,41.504380455026904],[-72.1434227425709,41.50448445503846],[-72.14375774268882,41.50464345505903],[-72.1438437427204,41.50470845506902],[-72.14388974273727,41.504742455074215],[-72.1440497428024,41.50497845511525],[-72.1441807428475,41.50502245511974],[-72.14476474303932,41.50505045510701],[-72.1450347431318,41.50513245511461],[-72.1454077432639,41.505324455140425],[-72.14557474332105,41.505374455144974],[-72.1459607434508,41.50544645514699],[-72.1461297435076,41.505478455147966],[-72.14652374364628,41.50566545517215],[-72.14668474370175,41.50572045517785],[-72.1467937437385,41.505742455178755],[-72.14698374380038,41.50574245517285],[-72.14766274401559,41.50563345513044],[-72.14778674405626,41.50563845512757],[-72.14798374412557,41.50573145513956],[-72.14804974415165,41.50581445515369],[-72.14813674418302,41.50586945516169],[-72.14855974432689,41.505979455169964],[-72.14888874443409,41.50597945515971],[-72.1490277444812,41.50601245516183],[-72.14926774457481,41.50629245520894],[-72.14940674462704,41.506418455229166],[-72.14959674469287,41.5064894552371],[-72.14991774479925,41.506522455233544],[-72.14996174481236,41.50650045522789],[-72.15030474492175,41.50645745520881],[-72.1504067449562,41.50647945520992],[-72.15067674504955,41.50657745522064],[-72.15075674507536,41.50657245521715],[-72.15088874511713,41.50655045520875],[-72.15107074517644,41.50655045520309],[-72.15121674522912,41.50664345521667],[-72.1514577453243,41.506945455268045],[-72.1516037453773,41.50704445528278],[-72.1523337456239,41.50720345529104],[-72.15263274572071,41.507192455279586],[-72.15290274580659,41.50715445526377],[-72.15321674590922,41.50716045525515],[-72.15337674596255,41.50718245525445],[-72.15355174602817,41.507338455279424],[-72.15355974603122,41.50734645528073],[-72.1537497461001,41.507473455299575],[-72.15404174619673,41.50750045529574],[-72.1545377463635,41.50759445529861],[-72.15468374641135,41.507599455295036],[-72.15480074645251,41.50765445530212],[-72.15530374662818,41.50786845532817],[-72.15588774682847,41.50805045534544],[-72.15592474684168,41.50807145534839],[-72.15639174700144,41.50820945536074],[-72.15674874712045,41.508258455359176],[-72.15734074732329,41.50843945537601],[-72.15789774751522,41.508629455395685],[-72.15793874752937,41.50864345539714],[-72.15825974763725,41.50870345539884],[-72.15851574772518,41.50878545540684],[-72.15870574778889,41.50881845540736],[-72.15899674788794,41.508895455413295],[-72.15909674792388,41.508956455422066],[-72.15933474800678,41.509053455433566],[-72.15964674811548,41.50918145544881],[-72.1597707481616,41.509285455465196],[-72.15990974820932,41.509329455469455],[-72.16042074839248,41.5096314555124],[-72.16056674844273,41.50968045551739],[-72.1606607484767,41.50974145552636],[-72.16090174855854,41.50980145553054],[-72.1611287486337,41.50982345552776],[-72.1613987487241,41.50986745552792],[-72.16198274892858,41.51012545556001],[-72.1621867489972,41.51016445556124],[-72.1622957490309,41.51013145555143],[-72.16258074912191,41.5100984555361],[-72.16277074918773,41.51016945554402],[-72.16298974926666,41.51030645556391],[-72.16339874940414,41.510383455566156],[-72.16363174948489,41.51047145557605],[-72.16378674953715,41.510503455577464],[-72.16426674969907,41.51060345558199],[-72.16463974982449,41.5106744555842],[-72.1648217498838,41.51067445557854],[-72.16493174991663,41.51062045556458],[-72.16517974999286,41.51053745554067],[-72.16537675005583,41.51051545553024],[-72.16571975017,41.51055945552812],[-72.16582975020827,41.510603455533264],[-72.16589475023369,41.51068045554626],[-72.16612075031729,41.5108614555745],[-72.16666875051007,41.51111945560769],[-72.16696875061658,41.51127845562933],[-72.16748575080045,41.5115584556678],[-72.16802575099487,41.511893455716255],[-72.16837675112548,41.51218845576282],[-72.16840575113626,41.51221245576659],[-72.16862475121422,41.512332455783145],[-72.16870475124271,41.51237645578923],[-72.16894575132305,41.51240945578814],[-72.16910675137646,41.512426455786425],[-72.16974175159757,41.512684455816924],[-72.16995275167264,41.51279945583275],[-72.17012875173909,41.51296445585943],[-72.17043475185784,41.51330945591712],[-72.17083675201152,41.513721455984864],[-72.17099675207002,41.51383645600231],[-72.17101875207872,41.513864456007084],[-72.17116475213106,41.513951456019484],[-72.17152275225412,41.51406745603093],[-72.17173375232497,41.51410545603175],[-72.17186575237221,41.51418245604264],[-72.17230375252522,41.51436945606543],[-72.17278475268976,41.514511456078104],[-72.17366775298379,41.514626456072996],[-72.17417975315429,41.51469345607007],[-72.17422375317044,41.51472645607513],[-72.17482175337162,41.51484145607889],[-72.17530375353742,41.515000456094846],[-72.17563275364913,41.515082456100565],[-72.17636975390167,41.51530745612143],[-72.17646475393478,41.51534645612607],[-72.176675754005,41.51537345612474],[-72.17690275408536,41.515489456140266],[-72.1772457542019,41.51557645614652],[-72.17770575435983,41.51572245616064],[-72.17829675456281,41.515911456179026],[-72.17854475464935,41.51601545619155],[-72.17899075479768,41.51607045618837],[-72.17918675486048,41.51605145617854],[-72.17938075492269,41.516033456169],[-72.17967675502481,41.51613645617983],[-72.18024575521626,41.516246456183524],[-72.18060375533774,41.51633445618951],[-72.18091775543972,41.51632845617854],[-72.1812667555517,41.5162974561616],[-72.18153875563904,41.516274456148636],[-72.18223875586675,41.51626845612563],[-72.18231375589004,41.5162474561192],[-72.18251675595306,41.51619145610194],[-72.18263375598693,41.51611445608331],[-72.1826697559817,41.51580745602235],[-72.182669755969,41.51557745597752],[-72.18246575588526,41.5152644559229],[-72.18238575584164,41.514946455863424],[-72.18220975576457,41.514589455799346],[-72.18223975575134,41.51417245571714],[-72.18236375577384,41.51384845565012],[-72.18241475577652,41.51359645559943],[-72.18237075573917,41.513179455519534],[-72.18237075572796,41.51297645547997],[-72.18237075572398,41.51290445546594],[-72.18248075575346,41.51278945544009],[-72.18253875577115,41.51276745543401],[-72.18274375583766,41.512762455426625],[-72.18304975593519,41.51272345540948],[-72.1832977560166,41.51273445540389],[-72.18359775611133,41.512680455384],[-72.18381675618356,41.51269645538029],[-72.184057756266,41.51276745538661],[-72.18416675630452,41.51282245539395],[-72.18499175657634,41.512877455378906],[-72.18610175693976,41.5129104553507],[-72.18646675705718,41.51288345533406],[-72.18672175714234,41.512921455333505],[-72.18696275723241,41.51313045536671],[-72.18732075736328,41.51338845540582],[-72.18751775743227,41.513475455416625],[-72.18792675757035,41.513563455421014],[-72.1881017576286,41.51358545541984],[-72.18894175791256,41.51377245543007],[-72.19035775838924,41.51405145544025],[-72.19078875853305,41.51411245543868],[-72.19080275853881,41.51413445544254],[-72.1910587586237,41.514161455439826],[-72.19135775871413,41.51403545540592],[-72.19145975874642,41.51401845539943],[-72.1916347588077,41.51409545540898],[-72.19172275883548,41.514079455403106],[-72.19174275884055,41.51405345539741],[-72.1918837588767,41.51387645535853],[-72.1920217589162,41.513777455334925],[-72.19213875894555,41.51361845530028],[-72.19211675893409,41.51354145528597],[-72.19191975885661,41.51330045524516],[-72.19189075884319,41.51322845523203],[-72.19186875882967,41.5131134552103],[-72.19191275883705,41.51298745518437],[-72.19198575885751,41.5129274551704],[-72.19254775903114,41.51275645511953],[-72.19269375907234,41.51264145509258],[-72.19277375909023,41.512493455061225],[-72.19294875913332,41.51224145500666],[-72.19298575914112,41.51216445499049],[-72.19313175918353,41.51207145496782],[-72.19317575919666,41.51204945496216],[-72.1934887592953,41.51198945494069],[-72.19538775993226,41.512321454946125],[-72.19952276131926,41.51304545495812],[-72.201078761843,41.51335045496896],[-72.20121476188878,41.51337745496997],[-72.20297176248008,41.51372045498194],[-72.2045917630256,41.51404245499409],[-72.20945476466316,41.51500945503064],[-72.21107576520906,41.51533245504294],[-72.21162476539426,41.515447455048196],[-72.21327176594984,41.515792455063966],[-72.21382176613541,41.515908455069386],[-72.21448876636039,41.51604745507562],[-72.21649076703575,41.51646745509489],[-72.21715876726108,41.51660745510131],[-72.21804676756035,41.51678845510881],[-72.22071276845892,41.51733345513168],[-72.22160176875857,41.51751545513934],[-72.22458676976356,41.51810545516098],[-72.2275707707682,41.518695455182616],[-72.2276247707864,41.518706455183064],[-72.22719977079318,41.52132945570738],[-72.2271607708138,41.52193145582588],[-72.22715077081946,41.522092455857546],[-72.22713977082485,41.52225445588944],[-72.22713277082954,41.52238045591422],[-72.22712477083391,41.522506455939016],[-72.2264467707682,41.52530845650605],[-72.22592177066875,41.52660045677412],[-72.22560677060014,41.52721445690358],[-72.22495777046143,41.528527457179614],[-72.22454577037571,41.529403457363124],[-72.22412377028824,41.53030645755221],[-72.22360577016747,41.53117245773707],[-72.22358377016307,41.53122245774749],[-72.22336977011544,41.531621457831896],[-72.22328177009604,41.53178845786718],[-72.22267376995535,41.53282445808796],[-72.2216567697173,41.53450845844774],[-72.22153976969258,41.53475045849852],[-72.22148676968182,41.53486745852296],[-72.22110976960573,41.53571145869912],[-72.22101676958586,41.53589945873864],[-72.22096776957582,41.53600645876101],[-72.22079076953487,41.53630845882537],[-72.22066376950458,41.536508458868276],[-72.22061276949196,41.5365804588839],[-72.21988376931249,41.53762845911077],[-72.2198177692962,41.537722459131146],[-72.21947476921399,41.53825545924567],[-72.21911076912686,41.538823459367656],[-72.21842376900734,41.54070645975581],[-72.21677076866747,41.544292460505744],[-72.21547476839149,41.54693246106029],[-72.21392376806754,41.55020646174617],[-72.21272376782014,41.552797462288105],[-72.21079676741272,41.556775463122705],[-72.20688676659812,41.56506546485845],[-72.20435276606996,41.57043346598229],[-72.20429076605707,41.570565466009924],[-72.20416176603061,41.57084646606862],[-72.20413876602554,41.5708904660779],[-72.20275576572394,41.57357946664437],[-72.20272876571873,41.57364446665787],[-72.20265176570457,41.5738414666986],[-72.20262576569976,41.57390746671225],[-72.20254876568897,41.57416546676486],[-72.20231976565749,41.57494346692339],[-72.20230576565568,41.57499346693357],[-72.20227476565142,41.57509846695495],[-72.20224376564708,41.57520246697615],[-72.20221876564149,41.575248466985904],[-72.20221176564002,41.57526346698903],[-72.20214676562578,41.57538846701538],[-72.20212276562057,41.57543546702528],[-72.20210176561544,41.575466467031966],[-72.20206476560664,41.575525467044606],[-72.20204176560102,41.57555946705194],[-72.20202176559629,41.57559146705879],[-72.20194276557827,41.57573046708831],[-72.20170776552479,41.57614746717678],[-72.20162976550714,41.57628746720646],[-72.20137676545308,41.57679946731398],[-72.2006217652922,41.57833546763643],[-72.2003697652385,41.57884846774411],[-72.20029376522234,41.57900346777664],[-72.20022076520688,41.57915346780811],[-72.20007176517522,41.57945846787211],[-72.20006576517389,41.579469467874425],[-72.20003076516653,41.57954246788972],[-72.19998976515778,41.57962546790715],[-72.19980376510603,41.579785467944106],[-72.19934976502121,41.58092446817987],[-72.19842176481339,41.58263046854076],[-72.1983207647905,41.58281146857914],[-72.19827176478324,41.582968468611206],[-72.198220764776,41.58313746864568],[-72.19810576475976,41.58352046872378],[-72.19775776466935,41.58393546881538],[-72.19751976460765,41.58422146887846],[-72.19689276447383,41.58549346914548],[-72.19594776427243,41.587415469548894],[-72.19511276405304,41.588366469759976],[-72.19469276395702,41.58910346991646],[-72.19412376382714,41.59010547012914],[-72.19404076381412,41.59035847018094],[-72.1940367638133,41.59036747018283],[-72.19402776381203,41.590397470188925],[-72.19402476381163,41.59040747019097],[-72.19338776359471,41.590240470178415],[-72.19147976294498,41.589739470140636],[-72.19084376272839,41.58957247012802],[-72.18733676153596,41.58868447006497],[-72.17681575795878,41.586022469875935],[-72.17330975676676,41.58513546981291],[-72.17176675624204,41.58474346978484],[-72.16713975466872,41.58357046970115],[-72.16559775414441,41.58317946967323],[-72.16383275354364,41.58272046963904],[-72.1585407517424,41.58134546953669],[-72.15677675114199,41.580887469502635],[-72.15316274991439,41.57999346944146],[-72.14885374845072,41.57892746936847],[-72.14232374623258,41.57731146925767],[-72.13871074500537,41.576418469196554],[-72.13863374497369,41.5762994691758],[-72.13861074496454,41.576269469170676],[-72.13855474494214,41.57619446915781],[-72.13836074486593,41.575960469118336],[-72.13826574482927,41.57585746910126],[-72.13814574478286,41.575725469079295],[-72.13801374473192,41.57558246905559],[-72.13801074473074,41.57557846905491],[-72.13788974468437,41.57545346903434],[-72.13761774457929,41.57515646898503],[-72.13748674452873,41.575014468961484],[-72.13717174440873,41.57470146891039],[-72.13684674428491,41.57437846885765],[-72.13631174408548,41.57392546878619],[-72.13618074403654,41.57381246876826],[-72.13584474391097,41.57352246872229],[-72.1356167437928,41.572729468575076],[-72.13493574343943,41.57035246813367],[-72.1349057434238,41.570246468113965],[-72.13498174340938,41.56953746797361],[-72.13503174342254,41.56948046796094],[-72.13541974354327,41.56937646792861],[-72.13555774358737,41.5693604679212],[-72.13555874358765,41.569359467920975],[-72.13576974365256,41.56928946790077],[-72.13584374367329,41.5692284678866],[-72.13584374366694,41.569113467864206],[-72.13576274363089,41.56893846783266],[-72.13568274360203,41.56888846782544],[-72.1354857435366,41.568866467827284],[-72.13539074349956,41.56875646780884],[-72.13538374348455,41.56852646776428],[-72.13523774342757,41.56835646773577],[-72.13496574332797,41.568158467705686],[-72.13479174326429,41.568032467686585],[-72.13470474323107,41.56794446767216],[-72.13468974321921,41.56781846764811],[-72.13474474322929,41.56767646761875],[-72.13474874322993,41.567664467616304],[-72.13469074320103,41.56748346758286],[-72.13439074309107,41.56726346754939],[-72.13437374308437,41.56724246754583],[-72.1342667430422,41.56711046752348],[-72.13416474300557,41.567049467514785],[-72.13404774296231,41.56695646750033],[-72.13377074286865,41.5668954674971],[-72.1337047428453,41.56686246749272],[-72.13350074276515,41.566615467450994],[-72.13327374268333,41.56647346743042],[-72.1331867426528,41.56643446742555],[-72.13309174261427,41.56629746740183],[-72.13304574259087,41.56614546737368],[-72.13301874257708,41.56605546735701],[-72.13299674255147,41.565721467292676],[-72.13297774254063,41.56563746727692],[-72.13295874252981,41.56555346726116],[-72.13279174246757,41.565412467238914],[-72.13229074228096,41.56499046717239],[-72.13212374221877,41.564850467150336],[-72.1321267422138,41.56474246712922],[-72.13212874220963,41.56465546711222],[-72.13212974220886,41.56463546710829],[-72.13214674218334,41.56407346699837],[-72.13215274217464,41.5638804669606],[-72.13217974217135,41.56366146691712],[-72.13219274216958,41.563552466895516],[-72.13231174215402,41.56256846670023],[-72.13235174214898,41.56224146663533],[-72.13230874211139,41.561814466553535],[-72.13217974199881,41.56053746630895],[-72.13213674196128,41.56011146622735],[-72.13217874192526,41.559211466050805],[-72.13230774181821,41.556511465521105],[-72.1323507417826,41.555612465344716],[-72.13258174182687,41.555050465228106],[-72.13258474181397,41.55479946517914],[-72.13262674168557,41.55222546467661],[-72.13264074164485,41.55140546451652],[-72.13264174164313,41.55136846450926],[-72.13264274163998,41.55130546449696],[-72.13264874161347,41.55078946439631],[-72.13267274152541,41.54905246405728],[-72.13268074149606,41.54847346394429],[-72.1326927414989,41.5484544639402],[-72.13285474154073,41.548255463896396],[-72.13388274177304,41.546393463501765],[-72.13428974188172,41.54595946340456],[-72.13480774202053,41.545415463282474],[-72.13521574212751,41.54494446317805],[-72.13544674218812,41.544678463119034],[-72.13549974220136,41.54460546310316],[-72.13620274238241,41.54373446291164],[-72.13657874247068,41.54311346277896],[-72.13770974273659,41.541252462381266],[-72.13808674282524,41.54063246224876],[-72.13839574289918,41.54014746214467],[-72.13869374297057,41.53968146204461],[-72.13914074307769,41.538982461894534],[-72.13932274312116,41.53869546183296],[-72.13963274319553,41.53821246172923],[-72.13981474323951,41.537934461669394],[-72.14036474337277,41.537101461489996],[-72.14054874341745,41.5368244614303],[-72.14065374343419,41.53650746136528],[-72.14065674342345,41.5362954613239],[-72.1406097433976,41.53610446128814],[-72.1404397433038,41.53540846115787],[-72.13940374273169,41.53115746036196],[-72.1390587425411,41.52974046009663],[-72.13758874178774,41.52476545917304],[-72.13712574155059,41.523200458882485],[-72.13355673979085,41.51237045688285],[-72.13342873971075,41.51167345675099],[-72.13304773947154,41.509584456355626],[-72.13292973939741,41.50893645623296],[-72.13288473938165,41.508916456230466],[-72.13313773943406,41.50837145611635],[-72.1338977395918,41.50673945577454],[-72.13415173964462,41.50619545566057],[-72.13440473970297,41.505758455567516],[-72.1347717397878,41.50512745543308],[-72.13516373987822,41.504450455288904],[-72.13541673993664,41.50401445519601]]]},"properties":{"name":7131,"geoid":"09011713100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.32262080401202,41.55979646020398],[-72.32263680401685,41.55978946020212],[-72.32281580407285,41.55974846018852],[-72.32281880407385,41.559748460188416],[-72.32332280423063,41.559616460146884],[-72.32340180425714,41.559630460147126],[-72.32348380428476,41.55964646014765],[-72.32359380432311,41.559691460152955],[-72.32553980504534,41.5612764604001],[-72.32559180506433,41.561313460405664],[-72.32559680506544,41.56130446040376],[-72.32567680508477,41.56118346037772],[-72.32575980510276,41.561021460343575],[-72.32593680511778,41.56025646018919],[-72.32597580512156,41.560096460156835],[-72.32620880521256,41.56036746020223],[-72.32627580524475,41.5605534602363],[-72.32639880529078,41.56066046025325],[-72.32661780536668,41.560742460262325],[-72.32669080538851,41.56070746025321],[-72.32677280541081,41.560628460235264],[-72.32699780547635,41.560489460201154],[-72.32723980554418,41.56029246015521],[-72.32734180557054,41.560169460128066],[-72.32753380562447,41.560014460091885],[-72.32753880562592,41.56001146009113],[-72.32785980571681,41.55976646003337],[-72.32817480581255,41.55964345999954],[-72.32846580590244,41.55955545997327],[-72.3287158059764,41.55942145993934],[-72.3287888060018,41.55945045994268],[-72.32895680606124,41.55953545995394],[-72.32981080635636,41.55983945998621],[-72.33084880671939,41.560286460040516],[-72.33116980683316,41.56045146006251],[-72.33140380691945,41.56063246009038],[-72.33160880700758,41.56101546015842],[-72.33177680707608,41.5612624602012],[-72.33187880711321,41.5613324602116],[-72.33203980716961,41.561403460220355],[-72.33217880721662,41.561434460222],[-72.33238380728339,41.561434460215565],[-72.33268280737335,41.561301460180275],[-72.33303780748079,41.56115446014052],[-72.33355980763882,41.560939460082274],[-72.33395380776035,41.56081746004613],[-72.33441480790287,41.560680460004974],[-72.33498380806985,41.56035145992307],[-72.3349938080725,41.56034045992061],[-72.3350208080828,41.560367459925025],[-72.33514580812842,41.56045545993821],[-72.33523180815786,41.56048145994056],[-72.33532380818842,41.56049145993962],[-72.33549780824397,41.56047145993025],[-72.33555780826282,41.56045945992603],[-72.33623480847646,41.56033645988079],[-72.3365228085681,41.560297459864145],[-72.3368638086784,41.560283459850694],[-72.33710280875704,41.56029745984589],[-72.33718680878518,41.56031145984598],[-72.33727580881605,41.56034545984978],[-72.33735180884354,41.56039445985694],[-72.33743480887587,41.560489459872805],[-72.33748780889826,41.56058145988903],[-72.33752180891486,41.560680459907225],[-72.33757780893997,41.56080345992938],[-72.33765180897059,41.56092045994982],[-72.33767580898053,41.56095845995645],[-72.33774880901078,41.561074459976716],[-72.33777380902109,41.561113459983524],[-72.33791280907792,41.56132046001941],[-72.337961809098,41.561394460032275],[-72.33840780928105,41.56207146014992],[-72.33850880932393,41.56225046018157],[-72.33867480939452,41.56254646023391],[-72.33875580942964,41.56270346026192],[-72.3388488094706,41.56289446029615],[-72.33892980950618,41.56305946032569],[-72.33911380958587,41.56341346038875],[-72.33939980970766,41.56392646047954],[-72.33947380973912,41.564058460502885],[-72.33960180979207,41.56426046053815],[-72.33966680982023,41.56438546056042],[-72.3397558098586,41.56455346059031],[-72.33978480987126,41.56461146060067],[-72.33984180989599,41.56472146062028],[-72.34004380998488,41.56513546069444],[-72.34014481002865,41.56533046072919],[-72.34032781010707,41.56566746078898],[-72.34033581011045,41.56568146079147],[-72.34042581014853,41.56583846081916],[-72.34051381018725,41.566018460851396],[-72.34070181026244,41.566268460894115],[-72.34074281027942,41.56633346090546],[-72.34099981038578,41.56673946097634],[-72.34110881043317,41.56695246101433],[-72.34116581046108,41.567119461045024],[-72.34118381047229,41.56721546106312],[-72.34117981047605,41.56730646108096],[-72.34116781047538,41.567364461092616],[-72.34116181047494,41.56739146109805],[-72.34111381047286,41.56763446114683],[-72.34109181047357,41.56777546117493],[-72.34109181048272,41.567939461206834],[-72.34109181048278,41.56794046120703],[-72.34110981049545,41.568062461230205],[-72.34114281051295,41.56818346125269],[-72.34119581053724,41.56830946127553],[-72.34123081055205,41.568370461286285],[-72.34125181056092,41.56840646129264],[-72.34126681056718,41.568431461297024],[-72.34134781059977,41.56854246131606],[-72.34100581049708,41.56869846135716],[-72.34063281038517,41.568870461402355],[-72.34007481021955,41.56915946147614],[-72.33999981019757,41.56920346148706],[-72.33967681010309,41.56939546153457],[-72.33959781007992,41.56944146154599],[-72.33935981001025,41.56958246158091],[-72.33928180998753,41.56963046159269],[-72.33906780992531,41.56976446162551],[-72.33890380987769,41.56986846165089],[-72.33851980976823,41.57014846171742],[-72.3384498097484,41.57020146172994],[-72.33824980969183,41.570355461766184],[-72.33832780971976,41.570400461772486],[-72.33856480980448,41.57053546179127],[-72.33864380983279,41.570581461797744],[-72.33882880989869,41.570682461811565],[-72.3394538101221,41.57103746186092],[-72.34121481075155,41.57203746199997],[-72.34169781092332,41.57229646203513],[-72.34189181099211,41.572396462048474],[-72.34200481103215,41.5724544620562],[-72.34272081128576,41.57281946210464],[-72.34318081144662,41.573016462128464],[-72.34350581156022,41.57315546214526],[-72.34354181157279,41.57317046214705],[-72.34456681193058,41.57359846219799],[-72.34499881208134,41.5737784622194],[-72.34502981209224,41.573792462221135],[-72.3451008121171,41.57382346222494],[-72.34531481219199,41.57391646223629],[-72.34538681221716,41.573947462240035],[-72.34542081222902,41.57396146224169],[-72.34552381226504,41.57400546224701],[-72.34555881227728,41.57402046224883],[-72.34590381239788,41.574167462266544],[-72.34718181284946,41.57479946234919],[-72.34764481301457,41.575055462384384],[-72.34818481320846,41.575377462430005],[-72.348230813225,41.575405462433984],[-72.35097181421567,41.577156462688144],[-72.35564581590761,41.580188463130405],[-72.35698781639344,41.58105946325745],[-72.35751081658196,41.58138446330416],[-72.35783581669767,41.58156046332813],[-72.35816981681599,41.58173046335066],[-72.35823681683958,41.58176246335477],[-72.3584398169112,41.58186046336742],[-72.35850781693519,41.581893463371706],[-72.35854781694913,41.58190946337355],[-72.35866981699154,41.58195746337903],[-72.35871081700586,41.581974463381044],[-72.3589778170988,41.582081463393436],[-72.35961081731803,41.58231446341878],[-72.35968381734331,41.58234146342173],[-72.36048081761597,41.58257446344191],[-72.36090581776017,41.582677463448526],[-72.36133581790521,41.58276646345228],[-72.36192981810424,41.5828654634528],[-72.36242981827056,41.582927463449096],[-72.36251481829886,41.582938463448556],[-72.36306581848092,41.58298446344013],[-72.3633888185881,41.58301946343675],[-72.3629458184444,41.583030463452864],[-72.36284781841226,41.58302646345516],[-72.36122581788025,41.58296146349367],[-72.3606858177032,41.582940463506596],[-72.36083181776254,41.58315146354302],[-72.36088281778325,41.5832244635556],[-72.3610448178452,41.58338846358237],[-72.36122281790927,41.583497463597965],[-72.36144881798803,41.58358946360872],[-72.36168781807132,41.58368646362004],[-72.36154281803191,41.58382646365183],[-72.36142081799747,41.58392146367413],[-72.36129181796038,41.58400946369531],[-72.3611548179204,41.58409246371578],[-72.3608498178296,41.584245463755124],[-72.360639817766,41.584331463778454],[-72.36053081773206,41.58435946378734],[-72.36035381767613,41.584390463798954],[-72.35988381752459,41.5844184638192],[-72.3596738174577,41.584445463831074],[-72.35940181737271,41.584510463852276],[-72.35918781730592,41.58456246386913],[-72.35865981714177,41.58470246391299],[-72.35843281707207,41.584778463934924],[-72.35834281704554,41.584828463947474],[-72.35819981700483,41.58493346397239],[-72.35796081693837,41.58513746401958],[-72.35730181674954,41.585599464130176],[-72.35661881655602,41.58611746425239],[-72.35533881618976,41.58702446446904],[-72.35499281609225,41.58729646453283],[-72.35340381564806,41.588610464838325],[-72.35328581561473,41.58870146485972],[-72.35314081557387,41.58881546488646],[-72.35293881551571,41.588952464919444],[-72.35258881541365,41.58916646497208],[-72.35181581518482,41.589577465076324],[-72.35156181510867,41.58969546510726],[-72.35130581503086,41.58979546513478],[-72.35108781496307,41.58985346515291],[-72.35071081485044,41.590035465200174],[-72.34999981464057,41.59042446529819],[-72.34953281450117,41.590652465357216],[-72.34950481449285,41.59066646536083],[-72.34874481426431,41.591007465451035],[-72.34797181403077,41.591334465538964],[-72.34735681384673,41.59162646561509],[-72.34707881376461,41.591777465653216],[-72.34654481360859,41.59209846573242],[-72.34501781316689,41.59309646597452],[-72.34494081314516,41.593156465988606],[-72.34482881311358,41.593244466009224],[-72.34451581302677,41.593515466071764],[-72.3436508127908,41.5943354662584],[-72.34356281276682,41.5944194662775],[-72.34319781266976,41.59481046636499],[-72.34313781265391,41.594876466379716],[-72.34266281253,41.595428466501964],[-72.3418388123066,41.59623446668457],[-72.34149781221429,41.59657046676061],[-72.34135281217281,41.59667346678519],[-72.34123881213011,41.596574466769546],[-72.34105381206092,41.59641446674427],[-72.34090481200425,41.59626946672079],[-72.34083381197723,41.59619946670942],[-72.3407988119638,41.59616346670352],[-72.34070281193442,41.59619746671315],[-72.34033481181297,41.59616946671932],[-72.3403098118052,41.596176466721474],[-72.34006681173013,41.5962494667433],[-72.33985481166458,41.59631246676222],[-72.33948981155707,41.59651646681336],[-72.33928481149925,41.59667746685111],[-72.33920581147872,41.596770466871675],[-72.33911081145219,41.59684946689001],[-72.33902781142729,41.59688746690002],[-72.33896381140814,41.59691846690807],[-72.33878881135443,41.596977466925054],[-72.33872981133437,41.59696246692399],[-72.33857681128984,41.59705746694726],[-72.33853981127622,41.597029466942985],[-72.33808781112256,41.59691546693509],[-72.33796981108101,41.596859466927896],[-72.33776381100685,41.5967334669099],[-72.33754581092842,41.596601466891116],[-72.33739181087658,41.59657146689014],[-72.33720981082332,41.596679466916854],[-72.33704181076988,41.596702466926615],[-72.3369548107361,41.596605466910496],[-72.33691781070819,41.596321466856466],[-72.33675581064891,41.596205466839024],[-72.3367268106359,41.5961414668275],[-72.33674181063576,41.59605146680954],[-72.33679881064963,41.59596746679142],[-72.33679981064492,41.59587746677389],[-72.33674881062595,41.59583546676734],[-72.33666781059821,41.59581146676522],[-72.3365948105713,41.59575546675664],[-72.33638281049089,41.59555246672386],[-72.33632481045858,41.59531246667905],[-72.33626481043413,41.59522446666382],[-72.33614881038693,41.59505646663482],[-72.33602381033548,41.59486446660144],[-72.33598781031436,41.594696466569914],[-72.33603881032579,41.59460346655023],[-72.3361128103467,41.59454646653683],[-72.3361668103611,41.59448946652405],[-72.33618881036695,41.59446546651869],[-72.33625481038453,41.594395466503],[-72.33627781039074,41.59437246649781],[-72.33631081039954,41.59433746648997],[-72.33636881041508,41.59427746647648],[-72.33638881041841,41.59422046646477],[-72.33640481042112,41.594175466455525],[-72.33632381039182,41.59412346644796],[-72.3362798103729,41.5940414664334],[-72.33597981025386,41.5936604663688],[-72.33588581021357,41.59348746633813],[-72.33584781018226,41.59314846627345],[-72.33566681010423,41.59280746621287],[-72.33551981004634,41.59262846618268],[-72.33527080996285,41.592586466182375],[-72.33494980984754,41.59239446615516],[-72.33456180968767,41.59179546605095],[-72.33431380958402,41.591386465979255],[-72.33423280955009,41.59125146595556],[-72.33420980953629,41.59113846593432],[-72.33423180953295,41.59095046589708],[-72.33438580957022,41.59071946584735],[-72.33461980963166,41.590454465788454],[-72.33475780966421,41.59023246574095],[-72.33475880965825,41.590120465719146],[-72.33470780962695,41.589857465669645],[-72.33461280958635,41.589684465639],[-72.33463480958547,41.5895404656103],[-72.33494080965943,41.58907946551105],[-72.33505780968412,41.588839465460715],[-72.33517480971508,41.588711465432155],[-72.33537180977324,41.58860346540496],[-72.33548180979511,41.588353465352895],[-72.33564280983923,41.58820446531886],[-72.33605180994304,41.58767746520352],[-72.33613180995766,41.587472465161156],[-72.33612480994856,41.58735046513767],[-72.33605080991758,41.58722746511608],[-72.33602980990622,41.58714646510099],[-72.33591980986466,41.58704446508464],[-72.33583980983094,41.58690746506052],[-72.33577380980563,41.58683846504918],[-72.33555380971225,41.58645046498068],[-72.33539380963808,41.58605546490893],[-72.3353708096187,41.585842464868236],[-72.33517380954095,41.58559946482719],[-72.33504980949584,41.58551546481477],[-72.33450180929528,41.58512046475523],[-72.33440680925716,41.58499246473333],[-72.33408480913293,41.58464646467621],[-72.33390280906008,41.5844034646347],[-72.33339780886372,41.583833464539765],[-72.33301080872357,41.58358146450296],[-72.33265180859836,41.58343346448548],[-72.33237480849644,41.58322446445357],[-72.33221980843243,41.5829824644114],[-72.33213980840225,41.582908464399516],[-72.33212480839656,41.58289446439727],[-72.3320448083581,41.58267246435663],[-72.33198680833408,41.58258046434057],[-72.3319568083167,41.582444464315074],[-72.33188380828683,41.58233546429617],[-72.33186180827009,41.58216346426342],[-72.33194280828926,41.582034464235804],[-72.332060808322,41.58193246421225],[-72.33211980833845,41.58188246420067],[-72.33206680831552,41.58178146418269],[-72.33192780825271,41.58146746412602],[-72.33164380814775,41.5812444640916],[-72.3313648080472,41.58107146406674],[-72.33121180798585,41.5808654640315],[-72.33110180795263,41.5809124640441],[-72.33102980793332,41.58098646406076],[-72.33091280789631,41.58100646406834],[-72.33049580775489,41.58090646406201],[-72.33023280766412,41.5808154640526],[-72.33006480760386,41.58071646403863],[-72.32985180752141,41.58048246399983],[-72.32978280749374,41.58038946398393],[-72.32976380748612,41.58036346397947],[-72.3296028074274,41.58025146396275],[-72.32939880735715,41.58018346395595],[-72.32932580733075,41.58013646394911],[-72.32921680728681,41.579985463923194],[-72.32894580719338,41.57989346391382],[-72.32886480716213,41.579806463899445],[-72.32861680707678,41.57972446389131],[-72.32836080698424,41.57956046386748],[-72.32827880694786,41.57938746383642],[-72.32822480692384,41.579272463815755],[-72.32819380691,41.57920546380371],[-72.32803180684668,41.57901646377206],[-72.32803980684002,41.578850463739535],[-72.32803780683886,41.57884146373783],[-72.32788480679511,41.57895046376385],[-72.3274268066641,41.57927646384165],[-72.32727480662072,41.57938646386782],[-72.32711180657394,41.57949946389492],[-72.32662580643445,41.57983746397593],[-72.32646380638803,41.5799514640032],[-72.32620080630718,41.5800374640282],[-72.32597080623202,41.580033464034656],[-72.32572380614967,41.57999946403583],[-72.32560580611032,41.57998346403642],[-72.32493680588529,41.57985646403279],[-72.32350080540112,41.57956346402099],[-72.32331980534015,41.57952746401968],[-72.32297880522682,41.57948746402262],[-72.32275280515242,41.57947346402702],[-72.32257380508868,41.579376464013784],[-72.32245780504493,41.579269463996624],[-72.32201980487835,41.57884146392717],[-72.32178280479054,41.57865146389769],[-72.32104880451865,41.57806446380662],[-72.32035280426163,41.57752146372293],[-72.31873280366783,41.57633746354364],[-72.31862780362931,41.57626046353196],[-72.31793380337635,41.57577846346006],[-72.31787780335453,41.575714463449366],[-72.31786380334829,41.57568446344399],[-72.3178878033517,41.575605463427856],[-72.31792980336031,41.57551446340884],[-72.31756280323569,41.575423463402686],[-72.31646480286292,41.5751534633847],[-72.31609880273867,41.57506346337872],[-72.31620880276151,41.57483046332993],[-72.31630280278175,41.57464446329082],[-72.3163648027971,41.574557463271944],[-72.31642680281372,41.57449346325754],[-72.31656580285126,41.574354463226136],[-72.31665680287739,41.57429146321103],[-72.31685980293727,41.57417946318286],[-72.31714880302447,41.57405446314946],[-72.31734680308284,41.57394446312183],[-72.31754180313841,41.57380246308809],[-72.31762780316166,41.57371646306867],[-72.317702803181,41.57362546304861],[-72.31783280321265,41.5734334630072],[-72.31791680323025,41.57325846297051],[-72.31801280325065,41.573063462929554],[-72.31817480328922,41.57280846287486],[-72.31824680330793,41.572723462856075],[-72.31826880331387,41.57270146285109],[-72.31800580322384,41.572623462844206],[-72.31796180320895,41.57261346284364],[-72.3178148031604,41.572601462845924],[-72.31780580315277,41.57251746282988],[-72.31780080314877,41.572474462821674],[-72.31779980314462,41.57240646280849],[-72.3177348031209,41.57236046280157],[-72.3175818030701,41.57234346280307],[-72.31730280298184,41.572390462820984],[-72.31711280292473,41.5724764628437],[-72.31645580273295,41.57287546294195],[-72.31637580270734,41.57288346294602],[-72.31625780266967,41.57289746295245],[-72.31530080235217,41.57279446296252],[-72.31504580226726,41.57276146296412],[-72.31488480221407,41.57274846296666],[-72.31474680216495,41.5726734629564],[-72.31462080211618,41.57253546293354],[-72.31450480205918,41.572190462870076],[-72.31427780196734,41.57186946281477],[-72.31427080196002,41.571779462797494],[-72.31410980189052,41.57147346274304],[-72.31394980182792,41.5712854627115],[-72.31372980174665,41.57111346268497],[-72.31358480169474,41.57102946267318],[-72.31325480158277,41.570949462668],[-72.31300680150065,41.57092546267114],[-72.31286780145648,41.57094546267938],[-72.31267880140042,41.57104446270459],[-72.31253780136058,41.571153462730216],[-72.31243680132957,41.57118746274],[-72.31226880127461,41.57118346274452],[-72.31216580123134,41.571009462713896],[-72.31194680110576,41.570036462531554],[-72.31171380101281,41.56973046247935],[-72.31168480100126,41.56969246247285],[-72.31156780095945,41.5696264624637],[-72.3109758007583,41.569477462453335],[-72.3096868003022,41.568828462367605],[-72.3064967992397,41.56841046238657],[-72.30666579928952,41.56831646236297],[-72.31100080055867,41.56574946172738],[-72.31236380095835,41.56495446152989],[-72.313120801181,41.564524461422444],[-72.3134928012683,41.56391646129248],[-72.3131948011778,41.5640344613248],[-72.31357380128226,41.563693461246544],[-72.3136148012934,41.56365346123747],[-72.3136968013159,41.56357846122029],[-72.31383480135419,41.56345846119261],[-72.31405980141666,41.563264461147824],[-72.31428480147613,41.56301646109249],[-72.3148108016158,41.56244846096545],[-72.31498080166105,41.562266460924704],[-72.31520580172158,41.562037460873086],[-72.315226801729,41.56204746087436],[-72.31555280181546,41.56169346079524],[-72.31577280187774,41.56152546075565],[-72.31596180193257,41.561404460726166],[-72.31609080197114,41.56134246071005],[-72.31622680201244,41.561288460695266],[-72.31627980202869,41.5612704606901],[-72.31644280207871,41.56121546067428],[-72.31667580215101,41.561150460654304],[-72.31689180221797,41.56108946063566],[-72.31808280258797,41.56076746053556],[-72.31823880263984,41.56078646053436],[-72.31870980279645,41.56084346053064],[-72.31886680284863,41.5608624605294],[-72.3188738028507,41.560858460528394],[-72.31930480298283,41.560710460486064],[-72.31949180304237,41.560685460475305],[-72.3198458031653,41.56082246049084],[-72.32011280324485,41.56068946045655],[-72.32058280338502,41.56045746039666],[-72.32064280340362,41.56044046039147],[-72.3210728035413,41.560397460369586],[-72.3211168035554,41.56039346036741],[-72.32146780365564,41.56014046030715],[-72.32171580372894,41.560006460273286],[-72.32190580378804,41.559956460257595],[-72.32196380380637,41.55994646025381],[-72.32248980397273,41.55985746021996],[-72.32262080401202,41.55979646020398]]]},"properties":{"name":7141.01,"geoid":"09011714101"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.1041217350758,41.60080647501909],[-72.10557873540834,41.59822647447188],[-72.10995173640673,41.59048947283057],[-72.11140973673962,41.5879104722834],[-72.11287673706852,41.5852054717114],[-72.11687773796591,41.57783647015283],[-72.11727973805587,41.57709246999551],[-72.1187437383837,41.57438646942326],[-72.11922973849596,41.57355046924542],[-72.12068973883353,41.5710444687122],[-72.12117773894651,41.57020946853447],[-72.12189773911992,41.56909946829599],[-72.12334973946977,41.566863467815516],[-72.12395173960225,41.56570846757193],[-72.1244997397229,41.56465846735046],[-72.12453173972992,41.56459646733739],[-72.12456373973697,41.56453546732452],[-72.12460773974685,41.56445446730737],[-72.12468973976497,41.564298467274455],[-72.12506873984938,41.563589467124636],[-72.12519573987771,41.56335346707474],[-72.12537373994311,41.56348646709508],[-72.12590974013992,41.56388646715625],[-72.12594874015423,41.563915467160676],[-72.12601874017993,41.56396746716861],[-72.12608874020566,41.564020467176746],[-72.12615774023048,41.56406246718278],[-72.12622574025495,41.56410446718884],[-72.12646374034061,41.56425046720985],[-72.12649174035067,41.56426746721228],[-72.12769474078463,41.565024467322175],[-72.12809574092933,41.56527746735893],[-72.12929874136103,41.56599346746084],[-72.13038074174932,41.566637467552496],[-72.1328477426422,41.56824246778803],[-72.13402274306743,41.56900646790014],[-72.13421374313556,41.56911246791481],[-72.13478974334089,41.56943046795875],[-72.13498174340938,41.56953746797361],[-72.1349057434238,41.570246468113965],[-72.13493574343943,41.57035246813367],[-72.1356167437928,41.572729468575076],[-72.13584474391097,41.57352246872229],[-72.13618074403654,41.57381246876826],[-72.13631174408548,41.57392546878619],[-72.13684674428491,41.57437846885765],[-72.13717174440873,41.57470146891039],[-72.13748674452873,41.575014468961484],[-72.13761774457929,41.57515646898503],[-72.13788974468437,41.57545346903434],[-72.13801074473074,41.57557846905491],[-72.13801374473192,41.57558246905559],[-72.13814574478286,41.575725469079295],[-72.13826574482927,41.57585746910126],[-72.13836074486593,41.575960469118336],[-72.13855474494214,41.57619446915781],[-72.13861074496454,41.576269469170676],[-72.13863374497369,41.5762994691758],[-72.13871074500537,41.576418469196554],[-72.14232374623258,41.57731146925767],[-72.14885374845072,41.57892746936847],[-72.15316274991439,41.57999346944146],[-72.15677675114199,41.580887469502635],[-72.1585407517424,41.58134546953669],[-72.16383275354364,41.58272046963904],[-72.16559775414441,41.58317946967323],[-72.16713975466872,41.58357046970115],[-72.17176675624204,41.58474346978484],[-72.17330975676676,41.58513546981291],[-72.17681575795878,41.586022469875935],[-72.18733676153596,41.58868447006497],[-72.19084376272839,41.58957247012802],[-72.19147976294498,41.589739470140636],[-72.19338776359471,41.590240470178415],[-72.19402476381163,41.59040747019097],[-72.19366076373036,41.59108147033345],[-72.19257276348797,41.593104470760906],[-72.19220976340708,41.59377947090353],[-72.1916447632679,41.594590471078924],[-72.1899507628508,41.59702547160541],[-72.18966476278044,41.59743747169448],[-72.18946376273955,41.597881471787105],[-72.18944476273535,41.5979174717947],[-72.18938876272315,41.59802647181763],[-72.18937076271934,41.598063471825405],[-72.18902776265108,41.598848471988774],[-72.1880007624471,41.6012054724792],[-72.18765976237955,41.601991472642695],[-72.18756676235888,41.60216547267943],[-72.18748176234016,41.60232747271361],[-72.18728876229719,41.602686472789436],[-72.18719676227686,41.60286047282614],[-72.18610276203097,41.60485647324844],[-72.1828217612939,41.610848474515954],[-72.18278676128611,41.610913474529674],[-72.18174276105343,41.612853474939456],[-72.1799077606448,41.61626947566085],[-72.17517775959197,41.625084477521966],[-72.17442175942573,41.626529477826395],[-72.17262575903096,41.62996647855043],[-72.17195775888355,41.631234478817696],[-72.16995275844101,41.63503847961951],[-72.16928575829401,41.63630747988691],[-72.16914175826327,41.63659947994814],[-72.16870975817116,41.63747748013221],[-72.16856675814081,41.6377704801936],[-72.16771375795078,41.6393574805286],[-72.16624075762286,41.6421014811077],[-72.1651547573809,41.644121481534036],[-72.16430275719125,41.64570948186914],[-72.16407275714081,41.64615148196217],[-72.16338275698948,41.6474774822413],[-72.1631537569394,41.647920482334506],[-72.16288475687438,41.648329482422355],[-72.16211575668882,41.649503482674405],[-72.16207875667963,41.64955548268567],[-72.1620737566785,41.64956448268758],[-72.16192275664159,41.64978648273543],[-72.16180475661278,41.649960482772904],[-72.16109775645327,41.6512394830434],[-72.16059975634094,41.652141483234146],[-72.15972875614446,41.65371748356745],[-72.15897775597502,41.65507648385484],[-72.15827175581587,41.6563564841255],[-72.15812675578276,41.65661148417955],[-72.15769075568325,41.6573794843423],[-72.15754675565049,41.65763548439653],[-72.15751375564389,41.657710484412114],[-72.15747275563585,41.657806484432044],[-72.15741575562438,41.65793448445868],[-72.15738375561817,41.65801048447444],[-72.15730575560274,41.65819048451183],[-72.15701575554522,41.65885748465041],[-72.1567937555012,41.659368484756584],[-72.15673875549032,41.65949548478295],[-72.15501075510336,41.662674485454254],[-72.15469475503409,41.66328248558218],[-72.15401275488475,41.664597485858806],[-72.15386475485042,41.66484848591217],[-72.15379775483484,41.66496148593622],[-72.15342475474841,41.66559548607095],[-72.15339175474075,41.66565148608286],[-72.1529227545866,41.66563048609345],[-72.15257675447289,41.66561548610135],[-72.15250075444793,41.66561248610314],[-72.15249175444498,41.66561248610341],[-72.14875275321617,41.66544948618866],[-72.14819875303415,41.665426486201504],[-72.14795075294614,41.665298486184405],[-72.14737775275482,41.66521948618698],[-72.14723275270636,41.66519848618742],[-72.14713375267333,41.665185486188],[-72.1470217526359,41.6651694861884],[-72.14603475230642,41.66503448619303],[-72.14584675224457,41.66502548619716],[-72.14560675216352,41.66497548619495],[-72.14538975209103,41.664945486195904],[-72.14015875034458,41.664226486219754],[-72.13874174987153,41.66403248622636],[-72.13841574976273,41.66398848622799],[-72.13779174955432,41.6639014862306],[-72.13634874907228,41.663698486236264],[-72.13014974700172,41.66283048626132],[-72.1282207463574,41.66256048626913],[-72.12808374631165,41.6625414862697],[-72.12759974614991,41.66247248627143],[-72.12696174593687,41.66238448627424],[-72.1261507456659,41.662269486277246],[-72.12577374554007,41.662218486279116],[-72.12566874550498,41.662203486279466],[-72.12549374544595,41.66216848627815],[-72.12548274544218,41.662165486277914],[-72.12524374536162,41.66211848627625],[-72.1249617452683,41.66209448628038],[-72.12478374520943,41.66208048628322],[-72.12389074491638,41.66204948630507],[-72.12342974476509,41.66203348631636],[-72.12121874403975,41.66196148637138],[-72.12032874374783,41.66193348639373],[-72.11951074330469,41.65875748580249],[-72.11894974300066,41.65657648539642],[-72.11705874197625,41.64922948402836],[-72.11643774163973,41.646814483578595],[-72.11642474163268,41.6467634835691],[-72.11624174153368,41.64605448343706],[-72.11582374130755,41.64443548313558],[-72.1158207413061,41.644426483133905],[-72.11456274062517,41.63954548222482],[-72.11414374039835,41.63791848192172],[-72.11399374031716,41.63733648181331],[-72.11375974019026,41.63642348164321],[-72.11373474017661,41.63632448162475],[-72.11354674007474,41.635592481488366],[-72.11339873999427,41.63501148138007],[-72.11298073978845,41.63375748114939],[-72.11172973917213,41.62999748045766],[-72.11131273896673,41.62874448022714],[-72.11078073868639,41.62681547986878],[-72.11037973847498,41.62535947959827],[-72.11033973845386,41.62521347957115],[-72.1093087378842,41.620997478783735],[-72.10885073763104,41.61912247843348],[-72.10883373762175,41.6190544784208],[-72.10881973761441,41.61900447841151],[-72.10875973758483,41.61882347837819],[-72.10853073747202,41.618134478251385],[-72.10845473743457,41.61790547820922],[-72.10789673713033,41.61569647779712],[-72.1075597369467,41.61436347754845],[-72.10622473621852,41.60907047656082],[-72.10566773591476,41.606862476148784],[-72.10535773574667,41.60565047592273],[-72.1044307352435,41.602017475245006],[-72.1041217350758,41.60080647501909]]]},"properties":{"name":7121,"geoid":"09011712100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.86340865186382,41.51493446573496],[-71.864149652111,41.51503546573191],[-71.86637465285322,41.51533946572289],[-71.86711665310078,41.51544146572001],[-71.86875265364819,41.51569546571932],[-71.87366165529086,41.51645946571754],[-71.87451365557594,41.51659246571729],[-71.8753016558385,41.51669446571298],[-71.8754996559045,41.51672046571198],[-71.87609665610346,41.51679846570884],[-71.87629565616977,41.51682446570779],[-71.87850565690613,41.51711046569568],[-71.87908965710074,41.51718646569254],[-71.8828416583509,41.51767246567202],[-71.8851386591162,41.517969465659334],[-71.88735065985327,41.5182564656473],[-71.88784566001792,41.51831546564358],[-71.88933266051258,41.518493465632574],[-71.88982866067762,41.518553465629026],[-71.89243466154622,41.51889646561579],[-71.90025366415234,41.51992646557615],[-71.90286066502131,41.520270465563016],[-71.91083166800975,41.5274034667088],[-71.91414466925222,41.53037346718593],[-71.91668567020534,41.53265346755223],[-71.92358067279173,41.53883846854562],[-71.92406767297479,41.53928246861717],[-71.92493967330172,41.54006146874216],[-71.92604067371452,41.54104446889983],[-71.92756267428472,41.54239546911626],[-71.92843767461261,41.54317346924093],[-71.93133167569708,41.54574646965322],[-71.93142567573231,41.54583046966669],[-71.93314067637519,41.54735846991159],[-71.9379936781944,41.551681470604386],[-71.93828667830424,41.5519424706462],[-71.94000367894776,41.55346947089078],[-71.94011667899005,41.55356847090658],[-71.94980068262382,41.56225047229923],[-71.95458068441775,41.566538472986906],[-71.95635968499504,41.566483472921234],[-71.96036368629557,41.56638247277787],[-71.96546268795232,41.56626447259732],[-71.96554068797768,41.56626347259473],[-71.96561868800306,41.566262472592115],[-71.96575568804776,41.56626247258788],[-71.96588268808857,41.56625147258181],[-71.9660076881293,41.56625047257775],[-71.96851168894264,41.56618847248828],[-71.97204369009009,41.56610447236274],[-71.97215469012598,41.566098472358135],[-71.97405669074458,41.5660664722931],[-71.97488069101269,41.56605447226529],[-71.97513369109505,41.566051472256895],[-71.97660069157189,41.56602147220569],[-71.97735269181622,41.56600447217912],[-71.97758769189267,41.56600047217107],[-71.9781776920845,41.56598947215069],[-71.98029469277306,41.565954472078396],[-71.98049769283911,41.56595147207154],[-71.98076769292678,41.56594447206182],[-71.9821616933805,41.5659274720154],[-71.98845669541929,41.56566547176965],[-71.98868469549313,41.565656471760825],[-71.98891169556664,41.56564647175187],[-71.9889756955875,41.56564647174988],[-71.98916869565056,41.5656484717443],[-71.98923369567181,41.56564947174249],[-71.98906069563273,41.565965471809385],[-71.98905769564541,41.566214471857975],[-71.98904669570113,41.567295472068864],[-71.98895069571059,41.568038472216536],[-71.98887269571838,41.568644472336956],[-71.98845569566457,41.57014247264158],[-71.98803669559308,41.571330472885904],[-71.98801769562726,41.57206647302982],[-71.98827169576587,41.573082473219806],[-71.98838369581563,41.57332347326326],[-71.98874569597656,41.57410447340414],[-71.98939169624555,41.57516647359095],[-71.98965469637668,41.57599247374364],[-71.98954869639215,41.57690447392451],[-71.98901369636593,41.579605474466945],[-71.98877669632145,41.580203474590704],[-71.98836269621961,41.58080847472131],[-71.98766369602772,41.58146647487104],[-71.98677669577955,41.58221647504451],[-71.9859176955446,41.5830404752315],[-71.98589369553896,41.58308047524004],[-71.98551469545102,41.5837304753783],[-71.98498569531479,41.584392475523565],[-71.98450369519402,41.58505647566774],[-71.98460069526904,41.58584647581852],[-71.98461469527948,41.58595347583891],[-71.98484269537076,41.586261475891824],[-71.98548069560371,41.58671347596006],[-71.98621669586807,41.58715547602332],[-71.9866306960276,41.587601476097326],[-71.9870176961902,41.58826347621422],[-71.986971696211,41.58891547634255],[-71.98679869618813,41.58952647646683],[-71.9867586961782,41.58958347647917],[-71.98666469614808,41.589593476484026],[-71.98635469604895,41.58962947650063],[-71.9861376959796,41.589655476512405],[-71.9859886959318,41.58967047651994],[-71.98426269537885,41.58985447660919],[-71.9836786951919,41.589919476639885],[-71.98290969494586,41.590007476680825],[-71.97937869380247,41.59016247682026],[-71.97873069359828,41.5902934768658],[-71.97778169329878,41.59047747693099],[-71.9775876932376,41.59051547694438],[-71.97720069311592,41.59059847697251],[-71.97681469299522,41.59069447700314],[-71.97641969287218,41.59080047703599],[-71.97632969284436,41.59082847704425],[-71.97606469276177,41.59089847706605],[-71.97601669274665,41.59090847706949],[-71.97587369270175,41.59094047708015],[-71.97582669268708,41.59095247708393],[-71.97575269266376,41.59096747708914],[-71.97523269250173,41.591106477132286],[-71.97480869237056,41.591236477170725],[-71.97472169234368,41.59126347717864],[-71.97440069224493,41.5913724772098],[-71.97377169205285,41.59161147727578],[-71.97315969186735,41.591869477344936],[-71.97258569169473,41.59213647741465],[-71.97205869153824,41.59241747748564],[-71.97190869149387,41.59250047750646],[-71.97154569138668,41.59270547755759],[-71.97100369122847,41.593044477640326],[-71.97095469121412,41.59307447764768],[-71.97080869117148,41.59316547766991],[-71.97076069115754,41.59319647767743],[-71.97057169110207,41.593309477705276],[-71.97048869107775,41.59335947771757],[-71.96880869058627,41.594391477970404],[-71.96790869032361,41.594955478108],[-71.96756069022275,41.59518647816373],[-71.96730269014797,41.595357478204996],[-71.96594468975056,41.59618947840893],[-71.96510268950412,41.5967044785352],[-71.96479468941406,41.596894478581696],[-71.96461068936073,41.59701647861113],[-71.9645476893422,41.59705347862028],[-71.96435768928636,41.59716547864796],[-71.9642956892682,41.59720347865728],[-71.96394268916484,41.59741847871002],[-71.96369568909272,41.597572478747644],[-71.96295068887525,41.59803947886157],[-71.96189868856725,41.59868147901905],[-71.96129868839164,41.59904847910904],[-71.960401688129,41.59959547924322],[-71.96016368805935,41.599741479279],[-71.9588296876703,41.6005834794841],[-71.95773268734985,41.60126647965094],[-71.9568416870896,41.601821479786494],[-71.956620687025,41.601958479819984],[-71.95625868691928,41.602184479875156],[-71.95595968683214,41.602374479921366],[-71.95593368682461,41.60239147992549],[-71.95574168676882,41.60251647995575],[-71.95552968670644,41.602640479986434],[-71.95545968668591,41.60268247999677],[-71.95521568661404,41.60282348003175],[-71.95489968652163,41.60301848007946],[-71.95469168646083,41.60314748011101],[-71.95394568624272,41.60360848022378],[-71.9532806860486,41.60402548032549],[-71.95238768578803,41.60458648046226],[-71.95081868533164,41.60559948070789],[-71.95049468523881,41.60583448076363],[-71.94964868499996,41.606512480921715],[-71.94948368495423,41.606660480955604],[-71.94922768488425,41.606907481011575],[-71.94900168482258,41.60712748106136],[-71.9486826847367,41.607459481135834],[-71.94845468467712,41.60772948119543],[-71.94820968461495,41.60805348126604],[-71.94817168460534,41.608104481277145],[-71.94813368459569,41.608154481288025],[-71.94809468458581,41.608206481299355],[-71.94805468457562,41.60825848131071],[-71.94774368449795,41.60869248140477],[-71.94772768449398,41.60871548140975],[-71.94760668446497,41.608906481450646],[-71.94738368441357,41.60929548153323],[-71.94723068437993,41.60959248159575],[-71.94708768435,41.609897481659516],[-71.9468536843052,41.61047248177863],[-71.946836684302,41.61051548178753],[-71.9466946842786,41.61093348187324],[-71.94666768427403,41.61101048188905],[-71.94664668427228,41.61110348190781],[-71.94662468426965,41.61118648192463],[-71.94655968426227,41.611438481975675],[-71.94653868426002,41.61152248199267],[-71.94630368423887,41.61253448219682],[-71.9459396842073,41.61412348251722],[-71.94590868420471,41.614260482544836],[-71.9458496842019,41.61456048260503],[-71.94578468419712,41.61485948266521],[-71.94574468419366,41.6150344827005],[-71.9457026841895,41.615208482735646],[-71.94557368417604,41.61573048284119],[-71.94544468416267,41.61625348294691],[-71.9452146841387,41.61718448313516],[-71.94517668413586,41.617358483170165],[-71.94511268413335,41.61769348323732],[-71.94506168412858,41.61790948328091],[-71.94492368411692,41.61851748340345],[-71.9447876841059,41.619125483525934],[-71.94464168409591,41.61981148366389],[-71.94456168408858,41.62015348373289],[-71.94448468408004,41.620455483794025],[-71.94440168406948,41.620756483855146],[-71.94431368405728,41.62105748391641],[-71.94422968404446,41.62132348397075],[-71.94420968404091,41.62137748398187],[-71.94419268403787,41.62142348399135],[-71.94417168403426,41.62148248400348],[-71.94408568401774,41.62169248404697],[-71.94396668399334,41.621955484101825],[-71.94377268395142,41.62234548418367],[-71.94356468390474,41.62273148426519],[-71.9434176838707,41.62298548431913],[-71.94311568379992,41.62349148442689],[-71.94257668367244,41.6243734846151],[-71.94222168358925,41.624968484741814],[-71.94213368356795,41.62510348477079],[-71.94154568342962,41.626079484978796],[-71.94031868314357,41.628163485422036],[-71.93995568305702,41.62874448554627],[-71.93971068299857,41.629136485630085],[-71.9391636828699,41.63004448582357],[-71.93861668273982,41.63092648601202],[-71.938151682633,41.63174548618565],[-71.93788768257564,41.632269486295726],[-71.93766068252887,41.63276748639958],[-71.93744668248813,41.63329748650926],[-71.93715868243851,41.63410548667529],[-71.93711868243153,41.63421648669811],[-71.93710068242963,41.63428848671267],[-71.93703968242389,41.63454648676473],[-71.93689168241029,41.635178486892194],[-71.93681268240435,41.63553948696484],[-71.93674168239944,41.635872487031776],[-71.93671968239236,41.63587448703286],[-71.9337226814308,41.63617748718439],[-71.92768267949285,41.63678948749005],[-71.92604567896763,41.6369554875729],[-71.92473167854595,41.637087487639164],[-71.92173467758437,41.63739148779086],[-71.9212236774204,41.637443487816746],[-71.91919867677059,41.63764748791897],[-71.9115936743303,41.63841748830353],[-71.90906967352042,41.63867348843123],[-71.90906167351787,41.638674488431676],[-71.9090586735169,41.63867448843177],[-71.9086576733887,41.63872448845387],[-71.9074546730043,41.638875488520355],[-71.90720067292314,41.638907488534414],[-71.9070646728795,41.63892148854133],[-71.90705367287596,41.63892248854188],[-71.90252667142319,41.639379488770466],[-71.89968967051283,41.63966748891401],[-71.8889486670658,41.64075348945653],[-71.88442266561334,41.64121248968536],[-71.88440066558121,41.64075748959756],[-71.88431166545452,41.63897548925377],[-71.88398066497895,41.63226648795912],[-71.88387066482059,41.63003048752758],[-71.88352566456543,41.62742748703185],[-71.88321966433848,41.62510648658978],[-71.88286066411416,41.62314948622011],[-71.88222066371446,41.619663485561595],[-71.88174666341843,41.61708148507379],[-71.88141066320942,41.61526548473078],[-71.88132966315884,41.61482448464745],[-71.8804046625832,41.60982048370212],[-71.88006966237464,41.60800648335939],[-71.8799396622877,41.60719248320497],[-71.8791556617643,41.602299482276706],[-71.87896666164477,41.60124148207657],[-71.87886966158946,41.60080848199526],[-71.87845666133458,41.59861148158028],[-71.8780426610611,41.596079481100084],[-71.87680166024117,41.588484479659456],[-71.87665266014278,41.58757347948664],[-71.87648666003308,41.58655647929371],[-71.876378659965,41.58595547917998],[-71.87632565990216,41.58512147901919],[-71.87635665988394,41.58460247891717],[-71.87617365977557,41.583711478749294],[-71.87562565945092,41.58104047824593],[-71.87544365934292,41.58015047807819],[-71.87545065933004,41.57987247802382],[-71.87545065932923,41.5798574780209],[-71.87545765932222,41.579687477987584],[-71.87545865932157,41.579669477984055],[-71.87545665931187,41.57950347795177],[-71.87545965931038,41.579458477942914],[-71.87545365930552,41.579405477932774],[-71.87540865928526,41.579303477914294],[-71.87529065923776,41.57913847788578],[-71.87521165920761,41.57905847787262],[-71.87519065919957,41.579036477869],[-71.87508065915924,41.5789554778566],[-71.87497165912036,41.578894477848074],[-71.87483865900998,41.577667477613176],[-71.8745186587438,41.57470347704564],[-71.87442565867447,41.57398947690942],[-71.87426865855652,41.57276647667601],[-71.87422065852628,41.57249947662547],[-71.87421265852116,41.57245347661674],[-71.87411865846211,41.57193347651833],[-71.87407565843542,41.57170147647447],[-71.87407265843352,41.57168447647125],[-71.87402765840525,41.57143547642412],[-71.87401365839708,41.5713694764117],[-71.87401165839606,41.57136247641039],[-71.87400065838925,41.57130347639923],[-71.87396765836979,41.57114447636927],[-71.87395365836132,41.57107247635569],[-71.87393165834622,41.5709274763281],[-71.87386565830096,41.570492476245384],[-71.87384465828623,41.57034847621799],[-71.8737926582541,41.57007047616543],[-71.87363965815884,41.56923947600822],[-71.87358865812709,41.56896247595582],[-71.8735486581028,41.56875647591693],[-71.87351065807921,41.56855147587815],[-71.8733966580099,41.567962475766905],[-71.87329965795058,41.5674554756711],[-71.87328465794134,41.56737547565597],[-71.87298665775894,41.565814475360995],[-71.87279465765981,41.56514547523654],[-71.87250065749082,41.56380547498448],[-71.87246965747131,41.563633474951914],[-71.87235265739622,41.56295647482361],[-71.87233465738436,41.56284647480272],[-71.872092657229,41.56144547453715],[-71.87203765719448,41.56114147447961],[-71.87187565709195,41.560230474307055],[-71.87182165705781,41.55992747424967],[-71.8717476570129,41.5595464741777],[-71.87152765687891,41.558405473962125],[-71.87145465683439,41.5580254738903],[-71.87127965672593,41.5570834737121],[-71.87075565640104,41.55425947317781],[-71.870581656293,41.55331847299975],[-71.87055965627945,41.553201472977634],[-71.87050565624618,41.55291447292335],[-71.87049365623878,41.55285047291126],[-71.87047165622529,41.552734472889306],[-71.87046465622169,41.55271047288485],[-71.8704446562114,41.552641472872004],[-71.8704386562082,41.55261847286772],[-71.87011465600483,41.55082647252839],[-71.8699656559128,41.550029472377624],[-71.86938365555311,41.54691247178789],[-71.86851465501667,41.54226847090923],[-71.8680316547183,41.539682470419876],[-71.86731865427679,41.53584546969362],[-71.86530265302879,41.5249964676397],[-71.8652966530251,41.52496446763366],[-71.86517965295272,41.52433546751455],[-71.86447065251275,41.52049846678785],[-71.86425765238275,41.51938546657727],[-71.86362065199341,41.51604646594542],[-71.86340865186382,41.51493446573496]]]},"properties":{"name":7091,"geoid":"09011709100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.9867586961782,41.58958347647917],[-71.98672669617024,41.58962847648891],[-71.98663369614738,41.58976447651826],[-71.98660269613977,41.58981047652817],[-71.9862896960625,41.59026247662585],[-71.9854836958451,41.59109147681215],[-71.98547769584354,41.5910984768137],[-71.98488169570666,41.59214647703613],[-71.98479269568746,41.592325477073736],[-71.98475169570385,41.59286747718048],[-71.98483169576856,41.593570477314834],[-71.98492669588661,41.595155477620374],[-71.98486769589917,41.59573447773488],[-71.98479169588933,41.59600647779017],[-71.98463569586956,41.59657347790535],[-71.98458569589239,41.59728547804545],[-71.98457669591163,41.59768947812436],[-71.98457369591884,41.59783847815344],[-71.9845716959243,41.597949478175096],[-71.98467369597536,41.598273478235],[-71.98471969599824,41.59841647826141],[-71.98483269605465,41.59877247832718],[-71.98494369610992,41.59911947839127],[-71.98523069622588,41.5995254784614],[-71.98544769630469,41.5996714784831],[-71.98575869641768,41.59988147851433],[-71.9858076964355,41.59991447851923],[-71.98585569645378,41.5999624785271],[-71.98612669655704,41.600232478571236],[-71.98621769659167,41.60032247858593],[-71.98626869661112,41.60037347859428],[-71.98658369676015,41.60121547874837],[-71.98708769695652,41.60179647884583],[-71.98718269700414,41.60209947890185],[-71.9873546970905,41.602649479003546],[-71.98777869725932,41.6032044790984],[-71.98782769727735,41.603241479104085],[-71.98822969742504,41.60354247915021],[-71.98884969763749,41.60372747916701],[-71.98937869781219,41.60376547915802],[-71.99015169806414,41.60376147913328],[-71.99027069810516,41.60380147913739],[-71.99088069831566,41.60401047915917],[-71.99115969841819,41.604219479191194],[-71.9913316984814,41.60434847921097],[-71.99160069859346,41.60479047928864],[-71.99154969861793,41.605538479435744],[-71.9909086984437,41.60617347957915],[-71.99014269822091,41.6066664796988],[-71.98946169801869,41.607029479790505],[-71.98730069740067,41.60861248016541],[-71.98634769712821,41.60931248033111],[-71.98573069694493,41.609640480414036],[-71.98511469676198,41.60996848049691],[-71.9844066965389,41.610112480546846],[-71.98416569649923,41.61082148069225],[-71.98334269636432,41.61325148119046],[-71.98279169628157,41.61501648155085],[-71.98275669627652,41.615132481574506],[-71.98272869633102,41.61628948180044],[-71.98272069633376,41.616386481819546],[-71.98271269633642,41.61648248183847],[-71.98277469635734,41.61649548183908],[-71.98278269636205,41.61653348184622],[-71.98284969640004,41.61682648190113],[-71.98285069640086,41.61683548190287],[-71.98286869641232,41.61693748192215],[-71.98293569645604,41.61733448199728],[-71.98301769650787,41.61779048208346],[-71.98302269653094,41.61818048215915],[-71.98294769652334,41.61848748222119],[-71.9828306964998,41.61875348227656],[-71.98253169644173,41.61947148242545],[-71.9823616963945,41.6196214824599],[-71.98143069614467,41.62060248267953],[-71.981074696051,41.6210114827701],[-71.9810086960337,41.62108848278713],[-71.98005169578212,41.622192483031476],[-71.97913369556552,41.62370048335319],[-71.97901069554756,41.62410348343538],[-71.97856969552008,41.626220483860735],[-71.97922369581855,41.62776648414114],[-71.9793526959107,41.6286764843141],[-71.979374695979,41.62978748452945],[-71.9791796959459,41.6303424846434],[-71.97906169594961,41.6311094847962],[-71.97901269595232,41.63144948486384],[-71.97837869581949,41.63279548514519],[-71.97799569572736,41.63339248527313],[-71.97758569562865,41.63403048540988],[-71.97732069556494,41.634444485498584],[-71.97723969554382,41.63454048551976],[-71.97631169530163,41.635643485762955],[-71.9757996951954,41.636749485993825],[-71.97566069517333,41.637172486080374],[-71.97553969515425,41.63754348615626],[-71.97525369509295,41.63812548627826],[-71.97501669501347,41.63808648627801],[-71.97430869477606,41.63797148627758],[-71.97407269469696,41.6379334862775],[-71.97391369464363,41.63790748627736],[-71.97343969448464,41.63782948627689],[-71.97328369443234,41.63780448627687],[-71.97324969442097,41.63779948627695],[-71.97309869437032,41.63777448627677],[-71.97255069418651,41.63768448627624],[-71.9723676941252,41.637655486276266],[-71.97200069400213,41.63759548627595],[-71.97090169363359,41.63741648627519],[-71.97053569351091,41.63735748627505],[-71.96811969270078,41.636964486273435],[-71.96087269027083,41.635787486268924],[-71.95845868946142,41.63539548626739],[-71.95806768933028,41.63533148626704],[-71.95689768893797,41.635141486266306],[-71.956736688884,41.63511548626624],[-71.95650868880739,41.635075486265514],[-71.95649168880166,41.635072486265464],[-71.95624468871864,41.63502848626453],[-71.95545868845436,41.634887486261434],[-71.95519668836631,41.634841486260605],[-71.9551536883519,41.63483448626059],[-71.95502568830896,41.63481348626045],[-71.95498368829493,41.63480748626058],[-71.95444268811374,41.63472348626098],[-71.95366668785387,41.634603486261646],[-71.9528216875709,41.634472486262325],[-71.9522816873901,41.63438948626289],[-71.95225068737969,41.63438448626288],[-71.95216368735058,41.63437148626304],[-71.9521346873409,41.634367486263166],[-71.95209468732745,41.63436048626304],[-71.95202768730505,41.634350486263166],[-71.9519746872873,41.63434248626325],[-71.95193668727457,41.63433648626325],[-71.95135168708688,41.634395486292824],[-71.95081668691519,41.63444848631968],[-71.94961668653026,41.63457148638071],[-71.94745868583792,41.63478948648985],[-71.94633968547889,41.634902486546416],[-71.94633468547732,41.634903486546776],[-71.94622568544236,41.63491448655229],[-71.94600868537268,41.63493548656307],[-71.94501868505499,41.63503448661294],[-71.94468868494916,41.63506848662975],[-71.94370068463205,41.63516648667935],[-71.94127568385407,41.635412486802174],[-71.94073768368143,41.635466486829294],[-71.94008168347099,41.63553348686262],[-71.93974968336461,41.635569486879874],[-71.939741683362,41.635569486880115],[-71.93914268316978,41.6356294869103],[-71.93732468258645,41.6358124870021],[-71.93674168239944,41.635872487031776],[-71.93681268240435,41.63553948696484],[-71.93689168241029,41.635178486892194],[-71.93703968242389,41.63454648676473],[-71.93710068242963,41.63428848671267],[-71.93711868243153,41.63421648669811],[-71.93715868243851,41.63410548667529],[-71.93744668248813,41.63329748650926],[-71.93766068252887,41.63276748639958],[-71.93788768257564,41.632269486295726],[-71.938151682633,41.63174548618565],[-71.93861668273982,41.63092648601202],[-71.9391636828699,41.63004448582357],[-71.93971068299857,41.629136485630085],[-71.93995568305702,41.62874448554627],[-71.94031868314357,41.628163485422036],[-71.94154568342962,41.626079484978796],[-71.94213368356795,41.62510348477079],[-71.94222168358925,41.624968484741814],[-71.94257668367244,41.6243734846151],[-71.94311568379992,41.62349148442689],[-71.9434176838707,41.62298548431913],[-71.94356468390474,41.62273148426519],[-71.94377268395142,41.62234548418367],[-71.94396668399334,41.621955484101825],[-71.94408568401774,41.62169248404697],[-71.94417168403426,41.62148248400348],[-71.94419268403787,41.62142348399135],[-71.94420968404091,41.62137748398187],[-71.94422968404446,41.62132348397075],[-71.94431368405728,41.62105748391641],[-71.94440168406948,41.620756483855146],[-71.94448468408004,41.620455483794025],[-71.94456168408858,41.62015348373289],[-71.94464168409591,41.61981148366389],[-71.9447876841059,41.619125483525934],[-71.94492368411692,41.61851748340345],[-71.94506168412858,41.61790948328091],[-71.94511268413335,41.61769348323732],[-71.94517668413586,41.617358483170165],[-71.9452146841387,41.61718448313516],[-71.94544468416267,41.61625348294691],[-71.94557368417604,41.61573048284119],[-71.9457026841895,41.615208482735646],[-71.94574468419366,41.6150344827005],[-71.94578468419712,41.61485948266521],[-71.9458496842019,41.61456048260503],[-71.94590868420471,41.614260482544836],[-71.9459396842073,41.61412348251722],[-71.94630368423887,41.61253448219682],[-71.94653868426002,41.61152248199267],[-71.94655968426227,41.611438481975675],[-71.94662468426965,41.61118648192463],[-71.94664668427228,41.61110348190781],[-71.94666768427403,41.61101048188905],[-71.9466946842786,41.61093348187324],[-71.946836684302,41.61051548178753],[-71.9468536843052,41.61047248177863],[-71.94708768435,41.609897481659516],[-71.94723068437993,41.60959248159575],[-71.94738368441357,41.60929548153323],[-71.94760668446497,41.608906481450646],[-71.94772768449398,41.60871548140975],[-71.94774368449795,41.60869248140477],[-71.94805468457562,41.60825848131071],[-71.94809468458581,41.608206481299355],[-71.94813368459569,41.608154481288025],[-71.94817168460534,41.608104481277145],[-71.94820968461495,41.60805348126604],[-71.94845468467712,41.60772948119543],[-71.9486826847367,41.607459481135834],[-71.94900168482258,41.60712748106136],[-71.94922768488425,41.606907481011575],[-71.94948368495423,41.606660480955604],[-71.94964868499996,41.606512480921715],[-71.95049468523881,41.60583448076363],[-71.95081868533164,41.60559948070789],[-71.95238768578803,41.60458648046226],[-71.9532806860486,41.60402548032549],[-71.95394568624272,41.60360848022378],[-71.95469168646083,41.60314748011101],[-71.95489968652163,41.60301848007946],[-71.95521568661404,41.60282348003175],[-71.95545968668591,41.60268247999677],[-71.95552968670644,41.602640479986434],[-71.95574168676882,41.60251647995575],[-71.95593368682461,41.60239147992549],[-71.95595968683214,41.602374479921366],[-71.95625868691928,41.602184479875156],[-71.956620687025,41.601958479819984],[-71.9568416870896,41.601821479786494],[-71.95773268734985,41.60126647965094],[-71.9588296876703,41.6005834794841],[-71.96016368805935,41.599741479279],[-71.960401688129,41.59959547924322],[-71.96129868839164,41.59904847910904],[-71.96189868856725,41.59868147901905],[-71.96295068887525,41.59803947886157],[-71.96369568909272,41.597572478747644],[-71.96394268916484,41.59741847871002],[-71.9642956892682,41.59720347865728],[-71.96435768928636,41.59716547864796],[-71.9645476893422,41.59705347862028],[-71.96461068936073,41.59701647861113],[-71.96479468941406,41.596894478581696],[-71.96510268950412,41.5967044785352],[-71.96594468975056,41.59618947840893],[-71.96730269014797,41.595357478204996],[-71.96756069022275,41.59518647816373],[-71.96790869032361,41.594955478108],[-71.96880869058627,41.594391477970404],[-71.97048869107775,41.59335947771757],[-71.97057169110207,41.593309477705276],[-71.97076069115754,41.59319647767743],[-71.97080869117148,41.59316547766991],[-71.97095469121412,41.59307447764768],[-71.97100369122847,41.593044477640326],[-71.97154569138668,41.59270547755759],[-71.97190869149387,41.59250047750646],[-71.97205869153824,41.59241747748564],[-71.97258569169473,41.59213647741465],[-71.97315969186735,41.591869477344936],[-71.97377169205285,41.59161147727578],[-71.97440069224493,41.5913724772098],[-71.97472169234368,41.59126347717864],[-71.97480869237056,41.591236477170725],[-71.97523269250173,41.591106477132286],[-71.97575269266376,41.59096747708914],[-71.97582669268708,41.59095247708393],[-71.97587369270175,41.59094047708015],[-71.97601669274665,41.59090847706949],[-71.97606469276177,41.59089847706605],[-71.97632969284436,41.59082847704425],[-71.97641969287218,41.59080047703599],[-71.97681469299522,41.59069447700314],[-71.97720069311592,41.59059847697251],[-71.9775876932376,41.59051547694438],[-71.97778169329878,41.59047747693099],[-71.97873069359828,41.5902934768658],[-71.97937869380247,41.59016247682026],[-71.98290969494586,41.590007476680825],[-71.9836786951919,41.589919476639885],[-71.98426269537885,41.58985447660919],[-71.9859886959318,41.58967047651994],[-71.9861376959796,41.589655476512405],[-71.98635469604895,41.58962947650063],[-71.98666469614808,41.589593476484026],[-71.9867586961782,41.58958347647917]]]},"properties":{"name":7092,"geoid":"09011709200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.96129567741232,41.3979074398627],[-71.96119467737758,41.39787343985916],[-71.96106267733487,41.3978784398642],[-71.96099667731494,41.3979074398719],[-71.96001067699268,41.39788743989834],[-71.95960467685951,41.39787043990749],[-71.95868567656,41.3978674399352],[-71.95882067658547,41.39752643986434],[-71.95909667665241,41.397103439773105],[-71.95937067671896,41.39668543968288],[-71.95940767672816,41.39663243967139],[-71.95950267674407,41.39635543961427],[-71.95956667675775,41.39622343958647],[-71.95961167676751,41.39613343956749],[-71.95975067680422,41.3959754395323],[-71.96041367699054,41.39542943940509],[-71.96063267704804,41.39517443934845],[-71.96063567704864,41.395167439347],[-71.96080567708776,41.39486843928327],[-71.9608436770917,41.39471243925156],[-71.96087167709467,41.394599439228614],[-71.96082767706514,41.394319439175185],[-71.96067567700292,41.39408543913409],[-71.96063867698302,41.393940439106856],[-71.9606896769934,41.393825439082796],[-71.96070367698889,41.393658439049695],[-71.9609076770297,41.39318643895106],[-71.9609076770258,41.39311443893697],[-71.96085667700397,41.39301843891976],[-71.9607186769552,41.39294743891012],[-71.96059367690796,41.39282743889048],[-71.96048467686616,41.392711438871146],[-71.96047567686139,41.39267743886477],[-71.96044967684549,41.39254043883877],[-71.96051567685218,41.39226743878333],[-71.96063167687166,41.391930438713835],[-71.96060967685928,41.391834438695724],[-71.96047367680625,41.391673438668406],[-71.96041967677446,41.3914114386188],[-71.96043467676479,41.39114343856591],[-71.96051767677896,41.39090643851699],[-71.96054667677556,41.390669438469715],[-71.96053567675759,41.39040443841821],[-71.96064467677438,41.39005943834736],[-71.96062467676602,41.39002543834132],[-71.96028767662483,41.38944643823841],[-71.96017767658522,41.38937643822809],[-71.96017767658641,41.3893984382324],[-71.96004667654601,41.389440438244634],[-71.95984167647747,41.38940743824449],[-71.95941267632368,41.389148438207016],[-71.95906267619114,41.38880643815088],[-71.95882967609901,41.38850743809953],[-71.95864667602304,41.38820543804607],[-71.95863267601402,41.388123438030455],[-71.95890967607971,41.387671437933484],[-71.9592806761757,41.38721343783246],[-71.95933567619134,41.387171437822545],[-71.96018767643895,41.38662043768852],[-71.96040467651153,41.386655437688695],[-71.96081167664772,41.386722437689286],[-71.96121867678387,41.386788437689674],[-71.96180167692958,41.38597443751245],[-71.96206067699431,41.38561243743364],[-71.96238467707549,41.38516343733582],[-71.96421967753415,41.38260143677801],[-71.96389767734173,41.380987436472054],[-71.96352967712062,41.379120436117994],[-71.96370667713938,41.37840343597222],[-71.96376667714559,41.37815743592222],[-71.9638276771521,41.37791143587221],[-71.96431067720316,41.37595243547392],[-71.96447967722129,41.375271435335435],[-71.96452867722651,41.375073435295164],[-71.96549267749029,41.37414843508445],[-71.96582567756012,41.373436434934845],[-71.9659266775813,41.373220434889454],[-71.96602767760243,41.37300343484388],[-71.96607967761832,41.372984434838564],[-71.96623667766653,41.37293043482316],[-71.96628967768282,41.372912434818005],[-71.96632967769503,41.37289743481384],[-71.96645367773313,41.372855434801814],[-71.96649467774571,41.3728414347978],[-71.96715867794977,41.37261643473332],[-71.9678336781564,41.37237343466499],[-71.9680616782263,41.37229343464232],[-71.9685116783644,41.37213743459794],[-71.96952467867594,41.3717994345006],[-71.97004367883639,41.37164143445371],[-71.9707116790439,41.37145643439695],[-71.97111267916917,41.371358434365426],[-71.97179767938454,41.37121643431654],[-71.9725806796317,41.37107243426426],[-71.97287067972387,41.37103043424711],[-71.97315467981444,41.370995434231524],[-71.97372767999828,41.37094443420391],[-71.97452468025517,41.370895434169796],[-71.97477268033555,41.37088843416078],[-71.97521868048024,41.37087843414509],[-71.97551768057777,41.370881434136486],[-71.97576668065906,41.37088543412961],[-71.97589868070212,41.37088643412573],[-71.9761916807978,41.370891434117695],[-71.97629568083187,41.370895434115276],[-71.97642868087551,41.370901434112355],[-71.97658768092761,41.37090743410864],[-71.97660168093222,41.37090843410841],[-71.97666368095295,41.37091843410845],[-71.97706368108484,41.37094843410201],[-71.97722368113766,41.370961434099634],[-71.9777136813009,41.371029434097856],[-71.97792768137178,41.37105143409558],[-71.98004668207413,41.37127843407479],[-71.98075368230847,41.37135443406788],[-71.98093968237006,41.37137343406588],[-71.98132468249773,41.37141543406224],[-71.98150068255596,41.37143243406015],[-71.98168768261787,41.37145143405813],[-71.98210168275513,41.37149643405418],[-71.9826816829471,41.37155343404748],[-71.98566468393469,41.371852434014144],[-71.98665968426414,41.37195243400308],[-71.98674768429338,41.37196343400252],[-71.98701168438119,41.37199743400104],[-71.98701568438254,41.371998434001114],[-71.98710068441076,41.372008434000456],[-71.98759068457346,41.3720664339967],[-71.98882168498106,41.37219043398308],[-71.98898468503482,41.3722034339806],[-71.98931368514353,41.37223243397614],[-71.989767685293,41.372262433968025],[-71.99015868542112,41.37227743395893],[-71.99066468558622,41.372283433944496],[-71.99106968571779,41.37227743393087],[-71.99192468599452,41.37224643389845],[-71.99219568608167,41.37222643388618],[-71.99246568616807,41.37219843387239],[-71.99303168634867,41.37213043384164],[-71.993621686536,41.37204243380624],[-71.9939186866299,41.371990433786905],[-71.99421368672293,41.371934433766874],[-71.99463268685442,41.371843433736146],[-71.99478068690091,41.37181243372553],[-71.99505268698597,41.371747433704414],[-71.99532268707007,41.3716774336824],[-71.9956066871582,41.371597433658],[-71.99588868724543,41.37151243363268],[-71.99616768733132,41.37142143360626],[-71.99625668735837,41.371385433596465],[-71.99645068741783,41.371317433577175],[-71.9967436875079,41.37121943354898],[-71.99707768760939,41.371085433512455],[-71.99740968771033,41.3709534334764],[-71.99891868816546,41.370286433299356],[-71.99953068835008,41.37001643322764],[-72.00056468866232,41.36956643310771],[-72.00367068960033,41.36821643274774],[-72.00470568991295,41.36776743262796],[-72.00518269005696,41.36755943257254],[-72.00661569048971,41.36693643240642],[-72.00687569056828,41.36682443237649],[-72.00709469063459,41.366732432351725],[-72.0073326907063,41.36662643232364],[-72.00802669091581,41.36632343224295],[-72.00887169117095,41.36595543214486],[-72.00992569148875,41.36548843202095],[-72.01082569176049,41.36509643191649],[-72.01098369180824,41.3650284318983],[-72.0117586920421,41.36468843180786],[-72.01287069237767,41.36420143167825],[-72.01312569245475,41.36409143164885],[-72.01340469253911,41.36397243161694],[-72.0140486927337,41.363694431542676],[-72.01456869289063,41.363467431482206],[-72.01483469297153,41.363362431453446],[-72.0151056930544,41.3632634314257],[-72.01583969327989,41.363015431354526],[-72.01602469333697,41.36295743133748],[-72.0162946934207,41.36288043131407],[-72.01684269359177,41.362745431270746],[-72.01734469374907,41.36263243123315],[-72.0174576937845,41.362607431224774],[-72.01779769389134,41.36253643120039],[-72.01814069399958,41.36247343117747],[-72.01868069417117,41.362395431145565],[-72.01881469421384,41.36237843113809],[-72.01912969431422,41.36233843112056],[-72.0200076945941,41.362228431071955],[-72.02007569461576,41.362219431068084],[-72.0203916947167,41.36218343105131],[-72.02066969480539,41.36215043103626],[-72.02079369484501,41.3621364310297],[-72.02150369507153,41.36205143099116],[-72.02178269516064,41.36201943097629],[-72.02183269517654,41.36201243097337],[-72.02198569522541,41.36199543096533],[-72.02203669524168,41.361989430962595],[-72.0229426955316,41.36189643091644],[-72.02312569558997,41.36187443090649],[-72.026389696632,41.3614954307316],[-72.02747869697968,41.36136943067334],[-72.0278096970853,41.3613304306555],[-72.02822369721835,41.36129843063647],[-72.02846769729626,41.36127043062345],[-72.02863869735097,41.36125243061465],[-72.02893669744603,41.36121643059842],[-72.02907669749008,41.36118843058861],[-72.02936769758307,41.361156430573374],[-72.0299256977613,41.361093430543825],[-72.03020969785207,41.361062430529],[-72.03057969797031,41.361021430509545],[-72.03066469799744,41.36101143050497],[-72.03202969843309,41.360851430431524],[-72.03248469857834,41.360798430407115],[-72.03401469906686,41.360622430325456],[-72.0343576991764,41.36058343030723],[-72.03554369955505,41.360446430243805],[-72.04013570102094,41.35991342999774],[-72.04034670108823,41.35988742998613],[-72.04081070123621,41.35983142996085],[-72.0411627013786,41.360342430050004],[-72.04244570189763,41.36220643037526],[-72.04261170202098,41.363480430619504],[-72.04306870217034,41.363491430607546],[-72.04264870214095,41.36546443100669],[-72.04223670204809,41.36622243116777],[-72.04202170199282,41.366493431227426],[-72.04198370198148,41.36651243123234],[-72.04131870178294,41.36684243131744],[-72.04013870143072,41.36742943146878],[-72.0397037013087,41.36778943155265],[-72.03944370123574,41.36800443160276],[-72.03935270121023,41.36808043162044],[-72.03897170110346,41.368397431694255],[-72.0383627009329,41.36890643181267],[-72.03825470090263,41.36899643183361],[-72.03817070094334,41.370247432081044],[-72.03817270094812,41.370323432095844],[-72.03813970096704,41.37086843220352],[-72.03816770097995,41.37093843221637],[-72.03817670098402,41.3709594322202],[-72.03830770103251,41.37106643223708],[-72.03834370104481,41.37107743223813],[-72.03841770107016,41.37110043224033],[-72.03860270113682,41.37121843225773],[-72.03878870120373,41.371335432274876],[-72.03922170135563,41.37153643230085],[-72.0397527015419,41.37178243233257],[-72.04071570187978,41.37223043239053],[-72.04094870198244,41.3727224324796],[-72.04107570204489,41.3731104325516],[-72.04120170209049,41.37319443256415],[-72.04138870215817,41.37331943258285],[-72.04177470228804,41.37339643258599],[-72.04206570237906,41.373328432563696],[-72.04238570248543,41.37336843256164],[-72.04244470250644,41.373401432566276],[-72.04256070255296,41.3735624325942],[-72.04262670258207,41.37370243261957],[-72.04272770262665,41.37391743265851],[-72.04280070266304,41.37414943270166],[-72.04307070277584,41.37460643278273],[-72.04324370284174,41.37478243281183],[-72.04343470290978,41.374890432827065],[-72.04353570294452,41.3749244328306],[-72.04359070296694,41.375007432845145],[-72.04360170297151,41.375025432848325],[-72.04358770297138,41.37510643286461],[-72.04357270296887,41.37515043287369],[-72.04347870294356,41.37524743289556],[-72.04322870286673,41.37533143291972],[-72.04319670285697,41.37534343292306],[-72.04305570281552,41.37542543294345],[-72.04301870281175,41.37557743297433],[-72.04305970283698,41.37579543301573],[-72.04317670288164,41.37591643303579],[-72.0433277029393,41.37607243306166],[-72.04345570298914,41.37622243308706],[-72.04379970311028,41.376390433109314],[-72.04515670358822,41.377054433197316],[-72.04525570364443,41.37749443328033],[-72.04535070369826,41.37791543335979],[-72.04544370375103,41.378328433437694],[-72.04546570376239,41.378405433452095],[-72.04545770376987,41.37859043348855],[-72.0453897037524,41.37867643350746],[-72.04534170374,41.37873543352049],[-72.04525770371716,41.37881843353933],[-72.0450137036509,41.37906043359422],[-72.04487570361651,41.379254433636426],[-72.04482370360374,41.37933043365291],[-72.04479470359963,41.37942843367298],[-72.04458370352823,41.379378433669714],[-72.04454770351671,41.37938243367161],[-72.04447470349353,41.379393433676015],[-72.04423170341683,41.37943743369214],[-72.04394970332774,41.37948743371062],[-72.04380070328098,41.37951943372149],[-72.04361370322232,41.37956043373528],[-72.04356370320794,41.37959543374368],[-72.04341070316036,41.37963643375642],[-72.04326470311777,41.37972743377874],[-72.04292970301383,41.37982143380748],[-72.04272570295524,41.379965433841946],[-72.04268870295148,41.38011743387283],[-72.04272570296574,41.380158433879714],[-72.04289970302536,41.3802124338849],[-72.04301770306762,41.380283433895144],[-72.04308270309723,41.380438433923466],[-72.0430317030889,41.38059043395478],[-72.0426887029976,41.38096443403855],[-72.0424847029517,41.38134143411862],[-72.04236170291738,41.38144643414294],[-72.04218270286258,41.38151043416101],[-72.04194570279014,41.381597434185345],[-72.04188770277732,41.381708434208846],[-72.04188670278214,41.38180343422746],[-72.04217870290559,41.38232443432037],[-72.04224370293394,41.382456434344185],[-72.04225070294288,41.38257843436784],[-72.0421717029239,41.382702434394545],[-72.04194570285831,41.382849434430284],[-72.0418287028267,41.38296843445717],[-72.04180670282439,41.38305743447526],[-72.04187270285163,41.38316343449397],[-72.0421347029498,41.38339943453202],[-72.04217070296697,41.3834994345505],[-72.04214170296336,41.38360643457232],[-72.04164570282522,41.384035434671574],[-72.04153670279914,41.38420843470878],[-72.04147870278975,41.384382434744616],[-72.04149270280143,41.384513434769815],[-72.04163170285715,41.38470543480306],[-72.04222170307756,41.38522543488657],[-72.0423447031281,41.38541743492032],[-72.0423237031347,41.3856644349693],[-72.04232270314199,41.385804434996714],[-72.04251270322304,41.38615643505972],[-72.04259970326224,41.38635643509615],[-72.04259270327343,41.386603435144686],[-72.0424757032435,41.386753435177646],[-72.04236670321448,41.38687243520428],[-72.04217670316635,41.387124435259445],[-72.04210370315865,41.387419435319416],[-72.04210470316387,41.38750943533699],[-72.04216270319735,41.38777743538761],[-72.04229270326218,41.38819043546439],[-72.04230070326996,41.38828543548272],[-72.042293703274,41.388401435505635],[-72.04209670322436,41.38866743556375],[-72.04203070320764,41.38875543558299],[-72.04210370324891,41.389076435643524],[-72.04207070324252,41.38915643566019],[-72.04204570323782,41.3892194356733],[-72.04181970316907,41.389308435697686],[-72.04173170314787,41.389445435727204],[-72.0416517031264,41.3895294357461],[-72.0414907030784,41.38961043576693],[-72.04122170299924,41.38976543580555],[-72.04106170295476,41.38990543583789],[-72.04073370285855,41.39009943588595],[-72.04039070276184,41.39037443595034],[-72.04014370269628,41.39064743601137],[-72.03971970258092,41.391064436106035],[-72.03948670251013,41.39115743613141],[-72.03918870241635,41.39121743615235],[-72.03881670229174,41.39115343615133],[-72.0388057022882,41.39115443615188],[-72.03864170223574,41.391171436160256],[-72.03823470211073,41.391309436199826],[-72.03810270207373,41.39141943622542],[-72.03765070195804,41.39199743635243],[-72.03738070189502,41.39245443645016],[-72.0373797018954,41.392467436452726],[-72.0372847018815,41.39278043651689],[-72.03709970184393,41.39319643660397],[-72.03671770176648,41.394058436784356],[-72.03667170175707,41.394160436805734],[-72.0365347017293,41.394469436870416],[-72.03648970172026,41.39457243689194],[-72.03641070170417,41.39474943692898],[-72.03475970118888,41.39515943706018],[-72.03579270162021,41.39690243736916],[-72.03682670205194,41.39864643767828],[-72.0369217021002,41.39896443773753],[-72.03701670214852,41.399283437796974],[-72.0369947021481,41.39940743782191],[-72.03698570214753,41.3994504378306],[-72.0349557014857,41.39943643789057],[-72.03485470145276,41.39943543789349],[-72.03483470144624,41.39943543789411],[-72.0347747014267,41.39943543789595],[-72.03371870108238,41.39942743792702],[-72.02847369937237,41.399391438081985],[-72.02634769867929,41.39937743814488],[-72.0223726973833,41.399350438262324],[-72.02014169665323,41.39928543831848],[-72.01982769655041,41.39927543832619],[-72.0158726952562,41.39916143842598],[-72.01491469494273,41.39913443845026],[-72.01395769462955,41.39910643847432],[-72.01344769446264,41.39909143848713],[-72.01121769373286,41.399026438543224],[-72.01073369357465,41.399015438556],[-72.00928269310045,41.3989854385949],[-72.0087996929426,41.39897543860784],[-72.00741269248948,41.39894943864555],[-72.00325469113122,41.39887443875912],[-72.00186869067846,41.39884943879698],[-72.00009169009901,41.39883643884924],[-71.99488368840075,41.39879843900239],[-71.9947636883616,41.39879743900588],[-71.99298768778247,41.398784439058076],[-71.99134668724602,41.39874843910163],[-71.9908756870921,41.3987384391142],[-71.98642668563772,41.39864043923214],[-71.98478668510162,41.39860443927563],[-71.98437268496569,41.39858443928447],[-71.98313168455827,41.39852543931118],[-71.98271868442274,41.39850643932019],[-71.98222468426081,41.398487439331674],[-71.98074368377537,41.398431439366355],[-71.98025068361383,41.398413439378025],[-71.97888468316772,41.39839143941579],[-71.9747866818294,41.398326439529306],[-71.97342168138368,41.398305439567224],[-71.97185968087126,41.39823843960223],[-71.96717267933373,41.39803843970743],[-71.96561167882172,41.397972439742574],[-71.96129567741232,41.3979074398627]]]},"properties":{"name":7021,"geoid":"09011702100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.03566369854884,41.3412114264739],[-72.03577769857867,41.34107742644412],[-72.03600869862427,41.34053242633026],[-72.03519669826564,41.33879542601511],[-72.03599569838632,41.336228425487676],[-72.0358056982724,41.33526942530569],[-72.03564569820513,41.3349894252558],[-72.0354936981349,41.33460742518566],[-72.03522769778884,41.32982742425747],[-72.03702469826959,41.32790942382631],[-72.03734469835521,41.327568423749646],[-72.03766469844079,41.32722642367276],[-72.04097969932762,41.32368842287733],[-72.04383870012788,41.3212904223193],[-72.04598770080425,41.32086742217014],[-72.04741470125337,41.320586422071045],[-72.04778570137015,41.320513422045295],[-72.04884070170223,41.32030642197219],[-72.0494767019024,41.32018142192807],[-72.04990370203838,41.32012642190413],[-72.0502747021565,41.32007842188329],[-72.05064470227435,41.320031421862645],[-72.05096770237719,41.31998942184444],[-72.05284370297457,41.31974842173935],[-72.0547197035719,41.31950642163402],[-72.0546867039566,41.32678742306156],[-72.0564417046548,41.3291264234656],[-72.05661970472566,41.32936442350671],[-72.05679770479647,41.32960142354764],[-72.05691970484072,41.32968542356034],[-72.05715670492673,41.32984842358494],[-72.05739270501232,41.330010423609394],[-72.05764070510226,41.33018042363505],[-72.05788770519194,41.330351423660915],[-72.05801670523877,41.33044042367436],[-72.05814670528589,41.33052942368779],[-72.0581747052993,41.33060842370241],[-72.05830970536367,41.33098442377189],[-72.05844470542812,41.33136142384156],[-72.05854070547379,41.33162742389069],[-72.05863570551915,41.331893423939874],[-72.05864370553334,41.33210642398134],[-72.05888370563999,41.33263142407677],[-72.05918970577582,41.33329842419796],[-72.05941970589458,41.33410642434913],[-72.05959970600769,41.33510942454003],[-72.05999570631886,41.33846242518448],[-72.06000270632381,41.33851142519385],[-72.06015570638311,41.338686425223415],[-72.0601917064032,41.33884042525245],[-72.0601697064036,41.33897942528036],[-72.06016970641072,41.33911042530601],[-72.06021370642802,41.33916542531542],[-72.06033770647245,41.33924042532628],[-72.06046170651864,41.33934742534341],[-72.06054870655734,41.33953842537812],[-72.06060670658931,41.33977942542354],[-72.06054170658007,41.33999842546844],[-72.06061470662206,41.34033342553178],[-72.06058570661767,41.34042642555089],[-72.06035270655869,41.34073642561879],[-72.06035170656864,41.34092542565583],[-72.06039670658872,41.34102542567403],[-72.06098570680648,41.34150442574963],[-72.06116770688088,41.34178342579866],[-72.06131970693329,41.34183742580453],[-72.0619757071526,41.341944425805224],[-72.0621217072032,41.34200142581187],[-72.06217270722287,41.34205742582126],[-72.0622817072771,41.342402425885446],[-72.06236870731043,41.342494425900796],[-72.06271070743077,41.34266042592273],[-72.06289370750771,41.342980425979725],[-72.06318470761776,41.343262426025966],[-72.06327870766158,41.34350542607065],[-72.06350170773862,41.34358742607982],[-72.06350570773996,41.34358842607989],[-72.06419970797793,41.34381042610192],[-72.06443170805751,41.343885426109445],[-72.0644957081805,41.34576342647518],[-72.06461570840722,41.34921242714678],[-72.06457770848877,41.35093842748588],[-72.06456670851038,41.35140142757687],[-72.06452670859969,41.35328142794614],[-72.06483670873689,41.35394842806715],[-72.06504270883197,41.354463428161594],[-72.065311708956,41.35513342828443],[-72.06551270904058,41.35548542834713],[-72.06578870915305,41.35590142842003],[-72.06637070938153,41.35661842854239],[-72.06660770947359,41.35689242858873],[-72.06693570959919,41.35723842864631],[-72.06727070972597,41.35756442869976],[-72.0672817097301,41.35757442870138],[-72.06756270983578,41.35783542874378],[-72.067670709876,41.35792842875864],[-72.06782970993515,41.35806442878035],[-72.06804871001563,41.35823342880666],[-72.06826971009686,41.35840342883311],[-72.06882871030275,41.35884342890195],[-72.06942671051992,41.3592574289645],[-72.07016871078363,41.35966442902124],[-72.07045171088386,41.35981342904165],[-72.07069571096976,41.3599324290574],[-72.07119071114226,41.360141429083],[-72.07118071114337,41.36022142909897],[-72.07115171114722,41.36046542914761],[-72.07114271114868,41.36054642916375],[-72.0711137111941,41.36155342936174],[-72.07111271119683,41.36160942937273],[-72.07336371203488,41.36354342968164],[-72.0741287123197,41.36420042978656],[-72.07418671234107,41.36424642979377],[-72.07436371240632,41.36438642981569],[-72.07442271242809,41.36443342982307],[-72.07402071229842,41.364455429839815],[-72.07281571191018,41.36452842989136],[-72.07242171178349,41.36455742990922],[-72.07170371154925,41.364547429929466],[-72.07143471146158,41.3645454299374],[-72.07049371115511,41.364542429965894],[-72.06998071098735,41.364528429979025],[-72.06952771083876,41.36450742998891],[-72.06924771074658,41.364488429993855],[-72.06876971058865,41.36444543000021],[-72.06853271051001,41.36441843000225],[-72.0684797104924,41.36441143000253],[-72.06768371022763,41.364307430006775],[-72.06750271016688,41.36427443000592],[-72.06739171013001,41.36426043000661],[-72.06725571008448,41.36423743000633],[-72.0665387098445,41.3641164300048],[-72.06651870983778,41.36411243000463],[-72.06627570975594,41.364062430002356],[-72.06591570963407,41.363976429996654],[-72.06578070958828,41.36394242999418],[-72.06541770946522,41.36385242998777],[-72.06511270936149,41.36377042998115],[-72.06430770908729,41.36354742996239],[-72.06390170894903,41.36343542995303],[-72.06381870892076,41.36341242995108],[-72.06362070885326,41.36335642994624],[-72.06302870865147,41.36318942993185],[-72.0629947086399,41.36318042993114],[-72.06283270858461,41.36313342992695],[-72.06259370850304,41.36306442992084],[-72.06187870825903,41.36285742990243],[-72.0616407081778,41.36278842989628],[-72.06152270813755,41.362754429893265],[-72.06116970801708,41.3626524298842],[-72.06105270797715,41.362618429881174],[-72.06094970794199,41.362588429878485],[-72.0606857078519,41.362512429871764],[-72.06064070783655,41.36249942987061],[-72.0605377078015,41.362471429868314],[-72.05994570760019,41.36231342985569],[-72.05964870749905,41.362231429848805],[-72.05903670729073,41.36206442983503],[-72.05856470712827,41.36190242981791],[-72.05833370704819,41.36181242980742],[-72.0577327068391,41.36156542977765],[-72.05761170679716,41.36151842977218],[-72.05721670665949,41.36135142975171],[-72.05705770660416,41.36128542974371],[-72.05654070642437,41.36107442971837],[-72.0562077063083,41.36093342970106],[-72.05597970622918,41.360843429690505],[-72.05573970614589,41.36074842967932],[-72.05529870599257,41.36056942965791],[-72.05507270591401,41.36047742964686],[-72.05396170552787,41.36002742959312],[-72.05364170541633,41.359891429576365],[-72.05345670535195,41.35981542956721],[-72.05303770520675,41.35965342954845],[-72.05278970512127,41.35956642953907],[-72.05275570510955,41.35955442953778],[-72.05217670491054,41.35936042951769],[-72.0517227047542,41.35920342950097],[-72.05122870458865,41.3591164294992],[-72.05096570450087,41.359076429499495],[-72.05056870436897,41.35902742950217],[-72.0500277041901,41.35897642950889],[-72.0497737041066,41.35896142951379],[-72.04951970402342,41.35895242951988],[-72.0492647039402,41.358948429526976],[-72.04901070385768,41.358951429535395],[-72.04875770377586,41.35896142954516],[-72.0482287036054,41.358993429567775],[-72.04795270351676,41.359015429580616],[-72.04755770339035,41.359055429600616],[-72.04584470284398,41.35926242969404],[-72.04551170273764,41.359300429711766],[-72.04471570248359,41.35939342975455],[-72.04330370203205,41.35954242982731],[-72.0430697019574,41.359570429840005],[-72.04282970188073,41.35959742985271],[-72.0421127016518,41.359679429890896],[-72.04191670158924,41.359702429901446],[-72.04187370157551,41.359707429903764],[-72.04166070150747,41.35973142991503],[-72.04111770133409,41.35979342994392],[-72.04102270130377,41.359804429949016],[-72.04081070123621,41.35983142996085],[-72.04076470117937,41.35906142981153],[-72.04075470116611,41.35887742977581],[-72.03989170080024,41.35731542949668],[-72.03956170068737,41.35721542948729],[-72.03882370043513,41.35699442946681],[-72.03816070020848,41.35679542944831],[-72.03795470013806,41.356733429442535],[-72.03708569984097,41.35647242941826],[-72.0370906998289,41.35622042936877],[-72.03709569981683,41.35596842931928],[-72.03727569985314,41.35555842923347],[-72.03732569986343,41.355448429210384],[-72.03683869968876,41.35515142916727],[-72.03638369952554,41.354873429126876],[-72.03635169948136,41.35425242900629],[-72.03634169946626,41.354034428963914],[-72.03570169922646,41.3534554288703],[-72.03549469908403,41.35207442860631],[-72.03548669902789,41.35108942841371],[-72.03548669902354,41.35100942839803],[-72.03594469915737,41.35072842832887],[-72.03608669919875,41.35063942830707],[-72.0364016992908,41.35044642825956],[-72.03702969946201,41.34983542812054],[-72.03711569948555,41.34975342810185],[-72.03739269955925,41.34945042803396],[-72.03800469972337,41.34880442788858],[-72.03803369972427,41.348647427856946],[-72.03806969973185,41.34857142784095],[-72.03811369970171,41.34775342767942],[-72.03811369969378,41.347607427650836],[-72.03811469965385,41.346866427505695],[-72.03809269964223,41.34678442749033],[-72.03807569963413,41.34673742748164],[-72.03805769962551,41.34668642747222],[-72.03801269960387,41.346557427448346],[-72.03799669959773,41.3465404274455],[-72.03796169958422,41.346501427438945],[-72.03796669958068,41.3464064274202],[-72.03797069957683,41.346311427401474],[-72.03788369953226,41.346012427345606],[-72.03758269940136,41.34540642723622],[-72.03601169871818,41.34224342666525],[-72.03579369862338,41.341804426586016],[-72.03556869853489,41.341523426537925],[-72.03566369854884,41.3412114264739]]]},"properties":{"name":7027,"geoid":"09011702700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.03566369854884,41.3412114264739],[-72.03556869853489,41.341523426537925],[-72.03579369862338,41.341804426586016],[-72.03601169871818,41.34224342666525],[-72.03758269940136,41.34540642723622],[-72.03788369953226,41.346012427345606],[-72.03797069957683,41.346311427401474],[-72.03796669958068,41.3464064274202],[-72.03796169958422,41.346501427438945],[-72.03799669959773,41.3465404274455],[-72.03801269960387,41.346557427448346],[-72.03805769962551,41.34668642747222],[-72.03807569963413,41.34673742748164],[-72.03809269964223,41.34678442749033],[-72.03811469965385,41.346866427505695],[-72.03811369969378,41.347607427650836],[-72.03811369970171,41.34775342767942],[-72.03806969973185,41.34857142784095],[-72.03803369972427,41.348647427856946],[-72.03800469972337,41.34880442788858],[-72.03739269955925,41.34945042803396],[-72.03711569948555,41.34975342810185],[-72.03702969946201,41.34983542812054],[-72.0364016992908,41.35044642825956],[-72.03608669919875,41.35063942830707],[-72.03594469915737,41.35072842832887],[-72.03548669902354,41.35100942839803],[-72.03548669902789,41.35108942841371],[-72.03549469908403,41.35207442860631],[-72.03570169922646,41.3534554288703],[-72.03634169946626,41.354034428963914],[-72.03635169948136,41.35425242900629],[-72.03638369952554,41.354873429126876],[-72.03683869968876,41.35515142916727],[-72.03732569986343,41.355448429210384],[-72.03727569985314,41.35555842923347],[-72.03709569981683,41.35596842931928],[-72.0370906998289,41.35622042936877],[-72.03708569984097,41.35647242941826],[-72.03795470013806,41.356733429442535],[-72.03816070020848,41.35679542944831],[-72.03882370043513,41.35699442946681],[-72.03956170068737,41.35721542948729],[-72.03989170080024,41.35731542949668],[-72.04075470116611,41.35887742977581],[-72.04076470117937,41.35906142981153],[-72.04081070123621,41.35983142996085],[-72.04034670108823,41.35988742998613],[-72.04013570102094,41.35991342999774],[-72.03554369955505,41.360446430243805],[-72.0343576991764,41.36058343030723],[-72.03401469906686,41.360622430325456],[-72.03248469857834,41.360798430407115],[-72.03202969843309,41.360851430431524],[-72.03066469799744,41.36101143050497],[-72.03057969797031,41.361021430509545],[-72.03020969785207,41.361062430529],[-72.0299256977613,41.361093430543825],[-72.02936769758307,41.361156430573374],[-72.02907669749008,41.36118843058861],[-72.02893669744603,41.36121643059842],[-72.02863869735097,41.36125243061465],[-72.02846769729626,41.36127043062345],[-72.02822369721835,41.36129843063647],[-72.0278096970853,41.3613304306555],[-72.02747869697968,41.36136943067334],[-72.026389696632,41.3614954307316],[-72.02312569558997,41.36187443090649],[-72.0229426955316,41.36189643091644],[-72.02203669524168,41.361989430962595],[-72.02198569522541,41.36199543096533],[-72.02183269517654,41.36201243097337],[-72.02178269516064,41.36201943097629],[-72.02150369507153,41.36205143099116],[-72.02079369484501,41.3621364310297],[-72.02066969480539,41.36215043103626],[-72.0203916947167,41.36218343105131],[-72.02007569461576,41.362219431068084],[-72.0200076945941,41.362228431071955],[-72.01912969431422,41.36233843112056],[-72.01881469421384,41.36237843113809],[-72.01868069417117,41.362395431145565],[-72.01814069399958,41.36247343117747],[-72.01779769389134,41.36253643120039],[-72.0174576937845,41.362607431224774],[-72.01734469374907,41.36263243123315],[-72.01684269359177,41.362745431270746],[-72.0162946934207,41.36288043131407],[-72.01602469333697,41.36295743133748],[-72.01583969327989,41.363015431354526],[-72.0151056930544,41.3632634314257],[-72.01483469297153,41.363362431453446],[-72.01456869289063,41.363467431482206],[-72.0140486927337,41.363694431542676],[-72.01340469253911,41.36397243161694],[-72.01312569245475,41.36409143164885],[-72.01287069237767,41.36420143167825],[-72.0117586920421,41.36468843180786],[-72.01098369180824,41.3650284318983],[-72.01082569176049,41.36509643191649],[-72.00992569148875,41.36548843202095],[-72.00887169117095,41.36595543214486],[-72.00802669091581,41.36632343224295],[-72.0073326907063,41.36662643232364],[-72.00709469063459,41.366732432351725],[-72.00687569056828,41.36682443237649],[-72.00661569048971,41.36693643240642],[-72.00518269005696,41.36755943257254],[-72.00470568991295,41.36776743262796],[-72.00367068960033,41.36821643274774],[-72.00056468866232,41.36956643310771],[-71.99953068835008,41.37001643322764],[-71.99891868816546,41.370286433299356],[-71.99740968771033,41.3709534334764],[-71.99707768760939,41.371085433512455],[-71.9967436875079,41.37121943354898],[-71.99645068741783,41.371317433577175],[-71.99625668735837,41.371385433596465],[-71.99616768733132,41.37142143360626],[-71.99588868724543,41.37151243363268],[-71.9956066871582,41.371597433658],[-71.99532268707007,41.3716774336824],[-71.99505268698597,41.371747433704414],[-71.99478068690091,41.37181243372553],[-71.99463268685442,41.371843433736146],[-71.99421368672293,41.371934433766874],[-71.9939186866299,41.371990433786905],[-71.993621686536,41.37204243380624],[-71.99303168634867,41.37213043384164],[-71.99246568616807,41.37219843387239],[-71.99219568608167,41.37222643388618],[-71.99192468599452,41.37224643389845],[-71.99106968571779,41.37227743393087],[-71.99066468558622,41.372283433944496],[-71.99015868542112,41.37227743395893],[-71.989767685293,41.372262433968025],[-71.98931368514353,41.37223243397614],[-71.98898468503482,41.3722034339806],[-71.98882168498106,41.37219043398308],[-71.98759068457346,41.3720664339967],[-71.98710068441076,41.372008434000456],[-71.9871356844076,41.371740433946925],[-71.98720868441586,41.371454433888694],[-71.98737568445678,41.371206433835006],[-71.98740468446188,41.371126433818446],[-71.98736768444314,41.37100343379553],[-71.98730268441749,41.37092043378127],[-71.98711268434556,41.370735433750916],[-71.98674868421749,41.370559433727685],[-71.98659568416035,41.37042443370597],[-71.98659668416012,41.37041443370398],[-71.98657168414977,41.37037343369673],[-71.98654468413783,41.370315433686194],[-71.98647368409176,41.36989243360559],[-71.98646368408518,41.36983143359395],[-71.98639868405881,41.36973543357717],[-71.9858966838841,41.369528433552105],[-71.98575768383326,41.36942543353623],[-71.98571368381107,41.36928043350918],[-71.98582268383082,41.36899043344907],[-71.98593868385996,41.36883143341437],[-71.98599568387657,41.36879543340558],[-71.98604168388998,41.3687664333985],[-71.98624468395347,41.36871843338284],[-71.98636768399336,41.368715433378455],[-71.9865216840433,41.36871143337293],[-71.9867126841056,41.368713433367446],[-71.98704668421458,41.36871743335794],[-71.98692768416443,41.36850743332051],[-71.98683468412514,41.368341433290865],[-71.98662268405019,41.36823243327606],[-71.98651368400894,41.368126433258674],[-71.98650568398995,41.3678244331998],[-71.98644868396634,41.36773143318335],[-71.9864326839597,41.367705433178756],[-71.98631568391316,41.36754943315181],[-71.98640368392776,41.367290433098404],[-71.98642568392809,41.36716443307308],[-71.98656368396612,41.36703743304396],[-71.9865846839696,41.36697543303118],[-71.98654868395415,41.366906433018784],[-71.98626468384761,41.366647432976826],[-71.98622768383063,41.366556432960145],[-71.98629368384192,41.366368432921305],[-71.98647468387965,41.36597743283919],[-71.98647568387508,41.365887432821545],[-71.98638768383726,41.36571843279118],[-71.98618268375358,41.3654064327364],[-71.98618968375125,41.36532143271955],[-71.98626968376796,41.36514943268343],[-71.98627768376977,41.36513443268024],[-71.98628468376911,41.36508043266945],[-71.98624768375407,41.365025432659806],[-71.98594268364185,41.36478743262261],[-71.98592068362933,41.36468843260392],[-71.98594968362558,41.36444543255545],[-71.98586968358916,41.36425443252053],[-71.9855696834686,41.36383243244714],[-71.98559968346788,41.36363943240844],[-71.98575868349351,41.36315743230919],[-71.98588268352381,41.36297143226894],[-71.9860356835477,41.36249343217065],[-71.98619468357701,41.3620794320847],[-71.98618768356567,41.36191243205222],[-71.98613668354267,41.36179443203069],[-71.98613668353431,41.36164043200054],[-71.9862596835653,41.36147343196405],[-71.98633268358256,41.361353431938326],[-71.98631768357323,41.36127143192273],[-71.98620868353225,41.36117043190631],[-71.98609968349417,41.36112243190027],[-71.98605568347533,41.36103943188537],[-71.98604768347009,41.360990431876026],[-71.9862596835301,41.36082443183699],[-71.98636168356055,41.36077343182388],[-71.98641168356956,41.360639431796095],[-71.98634668353978,41.360480431766966],[-71.98639068354461,41.36030543173134],[-71.98641968353577,41.359968431664484],[-71.9864546835394,41.35982543163539],[-71.98657168357063,41.35969843160693],[-71.98676068362698,41.359603431582514],[-71.9872116837706,41.35954343155689],[-71.98739468382676,41.35948043153891],[-71.98747368384917,41.359419431524536],[-71.98753268385066,41.35909243145868],[-71.98767768387437,41.35865943136944],[-71.98792468394025,41.35839143130938],[-71.98815768399888,41.35807343123994],[-71.98831068403399,41.357802431182165],[-71.98846368407425,41.35762643114299],[-71.98894368420727,41.35719743104421],[-71.98935168432705,41.356956430984475],[-71.98946068436047,41.35691843097367],[-71.99002168453927,41.3568474309425],[-71.99027268461795,41.35679143092379],[-71.9903636846465,41.356771430917085],[-71.99063268472518,41.35660743087668],[-71.9906766847332,41.35649143085262],[-71.99068268472857,41.356369430828536],[-71.99047168461902,41.35561643068761],[-71.99038268455843,41.35503343057618],[-71.99042668454304,41.35448543046753],[-71.99038968451678,41.35422343041735],[-71.99047768453627,41.35405443038156],[-71.9905716845614,41.353953430358885],[-71.9908406846425,41.353834430327296],[-71.99103068470146,41.353780430310884],[-71.99109468471897,41.35371943029696],[-71.99113168472901,41.353682430288565],[-71.99115068473303,41.35364243028017],[-71.99121168474551,41.35350643025165],[-71.99134268478394,41.353428430232356],[-71.99158268486023,41.3533944302183],[-71.99221168506335,41.35336343019285],[-71.99249368515444,41.35335043018162],[-71.99266768520964,41.353323430170974],[-71.99341768545442,41.353334430150035],[-71.99370268554415,41.353278430130295],[-71.99384768558673,41.35319243010899],[-71.99389168559766,41.35313043009549],[-71.99385468558192,41.353062430083334],[-71.99393468558536,41.35264542999921],[-71.99407268560068,41.35209942988803],[-71.99429768565594,41.3517674298161],[-71.99457668572788,41.35141942973935],[-71.99469068575735,41.35127842970823],[-71.99476368576994,41.35107242966564],[-71.99477768574869,41.35059642957199],[-71.99476268573177,41.35037442952899],[-71.99481768574387,41.35026742950633],[-71.99490868576389,41.35009042946888],[-71.9950456857977,41.34989142942568],[-71.99519168583716,41.349742429391995],[-71.99524968585101,41.349649429372],[-71.99567868596881,41.34924642927988],[-71.99581668600537,41.349092429245474],[-71.99582768600781,41.34907142924102],[-71.99588968602215,41.348963429217946],[-71.99592468602238,41.34875742917654],[-71.99582268594091,41.347867429005376],[-71.99584468594026,41.347723428976494],[-71.99591068595085,41.34752242893509],[-71.99604168598054,41.34728342888425],[-71.99613568600371,41.34714642885454],[-71.99632468604351,41.34674542877017],[-71.99641068606455,41.34661742874246],[-71.99660068611715,41.34644642870312],[-71.99684068618659,41.3462864286644],[-71.99693568620981,41.34614442863366],[-71.99708068623696,41.34577442855673],[-71.99716768625785,41.34563742852722],[-71.99729868629335,41.34550542849733],[-71.9975536863672,41.34533642845638],[-71.99786468646063,41.3451924284186],[-71.99812768653973,41.345072428387006],[-71.99836168661066,41.34497542836079],[-71.99862368669389,41.34493742834529],[-71.99902768682888,41.34500142834537],[-71.99929468691374,41.344963428329706],[-71.99938468694205,41.34494542832341],[-71.99953268698862,41.34491542831297],[-71.9996936870393,41.34488342830175],[-71.99996968712405,41.344789428274844],[-72.00011368716832,41.34474142826101],[-72.00033468722935,41.34454042821484],[-72.0004736872699,41.34445342819351],[-72.00052368728531,41.34443742818884],[-72.00080868737358,41.34435442816382],[-72.00098368742887,41.34432342815234],[-72.00108668745986,41.34427642813996],[-72.00120968749394,41.34416642811465],[-72.0013476875259,41.34392742806357],[-72.00146568755714,41.34379542803409],[-72.00155968757518,41.34356342798575],[-72.00157768757616,41.34347342796756],[-72.00160368757761,41.34334442794151],[-72.00170568760362,41.3432114279123],[-72.00187368765293,41.34311242788775],[-72.00189468765956,41.34310842788632],[-72.00215768774066,41.343025427861946],[-72.00231768778808,41.34293942784019],[-72.00240468780898,41.342802427810675],[-72.00242768781209,41.342721427794096],[-72.00237668779125,41.3426434277804],[-72.00226668775065,41.34255542776655],[-72.00228968775451,41.34248842775272],[-72.00265968785739,41.342164427677865],[-72.0027726878854,41.34200242764265],[-72.0028056878937,41.34195742763282],[-72.00281368789214,41.34188042761748],[-72.0027406878629,41.34177942759996],[-72.00255868780044,41.341720427594005],[-72.00240568774943,41.341698427594416],[-72.00233968772616,41.34166542758998],[-72.0023406877226,41.34159342757584],[-72.00288668786519,41.3409454274321],[-72.00297468788591,41.340799427400796],[-72.00300368789026,41.340705427381494],[-72.00295968786493,41.34050242734309],[-72.00279368779381,41.340187427286494],[-72.00277868777785,41.339983427247],[-72.00280868778016,41.33984542721904],[-72.0029316878145,41.33974042719469],[-72.00326768791531,41.33958242715338],[-72.00336068794081,41.33949442713329],[-72.00335368793195,41.339373427109805],[-72.00327468789757,41.3392134270809],[-72.00305568781279,41.33896442703887],[-72.00294068776397,41.33875442700127],[-72.00290468774462,41.33861342697477],[-72.00294768773182,41.33811942687666],[-72.00291668771398,41.337976426849615],[-72.0028976877028,41.33788442683219],[-72.00271568762912,41.337618426785674],[-72.00273068762623,41.33747442675701],[-72.00293368767721,41.33719642669629],[-72.00301568769083,41.33695542664656],[-72.00306568768983,41.33663642658252],[-72.00306568768251,41.33650142655609],[-72.0031026876907,41.33643042654103],[-72.00324868772304,41.336150426481694],[-72.00338668775355,41.335884426425324],[-72.00343068775594,41.33566442638088],[-72.0033876877336,41.33551042635203],[-72.00327068768559,41.335327426319786],[-72.00300168758588,41.3351034262842],[-72.0028926875432,41.3349704262615],[-72.00292268754592,41.334840426235104],[-72.00309668758891,41.334588426180375],[-72.0031916876151,41.3345014261604],[-72.00319968761355,41.33442442614507],[-72.00317768760415,41.33438342613773],[-72.00310468757858,41.33435042613351],[-72.00287268750373,41.334362426143],[-72.00277668747036,41.33432342613832],[-72.0026466874081,41.333955426070226],[-72.00255968737598,41.3338854260592],[-72.00239168731767,41.33381842605124],[-72.00230468728554,41.33374842604021],[-72.00226868726716,41.333625426017214],[-72.00236268729108,41.33350242599022],[-72.00247968732496,41.33342442597134],[-72.0027276874009,41.33333642594647],[-72.00286568743701,41.33317342591028],[-72.00292368745104,41.33308442589105],[-72.00295268745003,41.33289142585234],[-72.00293868743644,41.33272442582006],[-72.00302568745195,41.332488425771146],[-72.00328168751707,41.332152425697444],[-72.0035436875889,41.33190442564079],[-72.0036456876097,41.33167542559277],[-72.00358768758561,41.331579425575754],[-72.00365468757924,41.331059425471814],[-72.00361868756407,41.330995425460394],[-72.00344268750064,41.33088242544366],[-72.00337068747346,41.33081342543237],[-72.00346468748927,41.33054042537598],[-72.00340668746253,41.33039542534937],[-72.00331968741308,41.33000542527562],[-72.00334868741402,41.32984842524397],[-72.00342268743333,41.32976042522446],[-72.00353168746729,41.32973242521562],[-72.00361868749329,41.32968942520451],[-72.00361568749095,41.329664425199695],[-72.00381768749351,41.32849842496501],[-72.00384368749407,41.32835242493562],[-72.00393468749573,41.327836424831716],[-72.00269068691536,41.32459842423555],[-72.00225668671295,41.32346942402766],[-72.00236568674566,41.32341842401432],[-72.00334168707519,41.32363742402719],[-72.00347068711898,41.32367042402967],[-72.0038556872498,41.32377242403781],[-72.00434968741791,41.32390742404906],[-72.00495268762484,41.3241044240691],[-72.00533668775721,41.324240424083925],[-72.00566368787024,41.32436242409777],[-72.00611768802798,41.32454642411985],[-72.00634968810903,41.32464842413267],[-72.00660968819987,41.32476342414721],[-72.00667468822277,41.32479542415149],[-72.00688668829751,41.32490142416572],[-72.00731968845004,41.32511542419432],[-72.00767968857832,41.325320424223406],[-72.00918268911705,41.326234424356215],[-72.01064568964154,41.32712542448573],[-72.01271469038316,41.328383424668495],[-72.01368969073287,41.328980424755414],[-72.0151906912713,41.32990042488943],[-72.01534369132615,41.32999342490293],[-72.01632369167777,41.33059542499068],[-72.01654869175847,41.33073342501079],[-72.01731369203276,41.331199425078495],[-72.01817669234181,41.331718425153596],[-72.01912469268171,41.332296425237615],[-72.01973269289967,41.33266642529135],[-72.0201986930667,41.33294942533243],[-72.02086569330626,41.33336342539297],[-72.02157369355989,41.3337904254548],[-72.02307669409943,41.33471842559027],[-72.02340169421596,41.334916425619035],[-72.02497469477994,41.33587442575819],[-72.02601569515298,41.33650442584951],[-72.02740769565256,41.33736142597446],[-72.02830669597515,41.337913426054854],[-72.02983769652342,41.338833426187854],[-72.03008769661282,41.338981426209116],[-72.03031669669409,41.33910542622634],[-72.03083269687693,41.339379426264095],[-72.03106069695717,41.33949042627881],[-72.03137869706914,41.33964642629955],[-72.0319216972595,41.339897426331966],[-72.03256769748502,41.34017842636709],[-72.03318069769782,41.34042242639595],[-72.03380169791188,41.34064242641989],[-72.03405969800076,41.34073242642957],[-72.0341486980313,41.3407614264325],[-72.03430269808413,41.34081142643755],[-72.03466669820864,41.340922426448046],[-72.03508069835023,41.34104842645997],[-72.03520269839179,41.34108242646284],[-72.0355566985124,41.34118142647132],[-72.0355776985195,41.34118642647166],[-72.03564169854131,41.34120442647319],[-72.03566369854884,41.3412114264739]]]},"properties":{"name":7028,"geoid":"09011702800"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.97991767981713,41.33040642607436],[-71.98124768015983,41.32873942570682],[-71.98113868009604,41.32821642560769],[-71.98074767986716,41.32633942525191],[-71.977545678545,41.32116742433679],[-71.97684767825679,41.32003942413718],[-71.97751867841252,41.318880423889375],[-71.97788767849805,41.318241423752795],[-71.97899667875545,41.316326423343334],[-71.97936767884168,41.31568842320688],[-71.97967567891317,41.31515642309312],[-71.97979867894159,41.3149414230472],[-71.97992267897042,41.31472842300164],[-71.98014767902266,41.31434042291867],[-71.9804466790189,41.3124714225431],[-71.98054767901765,41.311840422416296],[-71.98052167899718,41.311618422373556],[-71.98111267916477,41.31116042226562],[-71.98109867915616,41.31108542225136],[-71.9809356790532,41.310162422075415],[-71.98188267940165,41.310906422192154],[-71.98173267938057,41.31141942229733],[-71.98152467935175,41.31213842244468],[-71.98221467959566,41.31249542249345],[-71.98729568139173,41.31512642285292],[-71.98898968199062,41.31600442297293],[-71.98907768201941,41.31600742297079],[-71.98934268210614,41.31601642296441],[-71.98943168213528,41.31601942296225],[-71.98978268223014,41.31566142288129],[-71.99175168276248,41.31365642242771],[-71.99187868280026,41.31359042241086],[-71.99234568293927,41.31335042234947],[-71.99951868507452,41.309668421407025],[-72.00109768554445,41.308856421199245],[-72.00184468576683,41.30847342110117],[-72.00239868593171,41.30818842102825],[-72.00248368581771,41.30557142051261],[-72.00576868682901,41.30450442020231],[-72.00958668804984,41.30410442000638],[-72.01313868925267,41.304971420067005],[-72.01379168960136,41.307486420539924],[-72.01384868963179,41.30770542058111],[-72.01384368963399,41.30777642059519],[-72.01828369115056,41.30909942071778],[-72.02004469175206,41.30962442076646],[-72.02195569240439,41.31018642081776],[-72.02726069421531,41.31174642096007],[-72.02769069436208,41.31187242097152],[-72.02788069442695,41.31192842097663],[-72.02805669447945,41.31184042095397],[-72.02814169449483,41.311614420907055],[-72.02841169454435,41.31090642075997],[-72.0313416954617,41.31024042053914],[-72.03471669663227,41.31157342069638],[-72.03702469743759,41.312574420821406],[-72.03959969840575,41.31497542121257],[-72.04421770001704,41.31697542146208],[-72.04750270109687,41.31717542139995],[-72.04972270175053,41.31590842108318],[-72.05256470258485,41.31424142066883],[-72.05460670326013,41.31444142064501],[-72.05473970330424,41.314456420643836],[-72.05472870335653,41.315485420845825],[-72.05472670337076,41.31575942089958],[-72.05468670336609,41.315913420931004],[-72.05457070335349,41.3163764210253],[-72.05453170334921,41.31653142105687],[-72.0547197034967,41.31812142136264],[-72.0547197035719,41.31950642163402],[-72.05284370297457,41.31974842173935],[-72.05096770237719,41.31998942184444],[-72.05064470227435,41.320031421862645],[-72.0502747021565,41.32007842188329],[-72.04990370203838,41.32012642190413],[-72.0494767019024,41.32018142192807],[-72.04884070170223,41.32030642197219],[-72.04778570137015,41.320513422045295],[-72.04741470125337,41.320586422071045],[-72.04598770080425,41.32086742217014],[-72.04383870012788,41.3212904223193],[-72.04097969932762,41.32368842287733],[-72.03766469844079,41.32722642367276],[-72.03734469835521,41.327568423749646],[-72.03702469826959,41.32790942382631],[-72.03522769778884,41.32982742425747],[-72.0354936981349,41.33460742518566],[-72.03564569820513,41.3349894252558],[-72.0358056982724,41.33526942530569],[-72.03599569838632,41.336228425487676],[-72.03519669826564,41.33879542601511],[-72.03600869862427,41.34053242633026],[-72.03577769857867,41.34107742644412],[-72.03566369854884,41.3412114264739],[-72.03564169854131,41.34120442647319],[-72.0355776985195,41.34118642647166],[-72.0355566985124,41.34118142647132],[-72.03520269839179,41.34108242646284],[-72.03508069835023,41.34104842645997],[-72.03466669820864,41.340922426448046],[-72.03430269808413,41.34081142643755],[-72.0341486980313,41.3407614264325],[-72.03405969800076,41.34073242642957],[-72.03380169791188,41.34064242641989],[-72.03318069769782,41.34042242639595],[-72.03256769748502,41.34017842636709],[-72.0319216972595,41.339897426331966],[-72.03137869706914,41.33964642629955],[-72.03106069695717,41.33949042627881],[-72.03083269687693,41.339379426264095],[-72.03031669669409,41.33910542622634],[-72.03008769661282,41.338981426209116],[-72.02983769652342,41.338833426187854],[-72.02830669597515,41.337913426054854],[-72.02740769565256,41.33736142597446],[-72.02601569515298,41.33650442584951],[-72.02497469477994,41.33587442575819],[-72.02340169421596,41.334916425619035],[-72.02307669409943,41.33471842559027],[-72.02157369355989,41.3337904254548],[-72.02086569330626,41.33336342539297],[-72.0201986930667,41.33294942533243],[-72.01973269289967,41.33266642529135],[-72.01912469268171,41.332296425237615],[-72.01817669234181,41.331718425153596],[-72.01731369203276,41.331199425078495],[-72.01654869175847,41.33073342501079],[-72.01632369167777,41.33059542499068],[-72.01534369132615,41.32999342490293],[-72.0151906912713,41.32990042488943],[-72.01368969073287,41.328980424755414],[-72.01271469038316,41.328383424668495],[-72.01064568964154,41.32712542448573],[-72.00918268911705,41.326234424356215],[-72.00767968857832,41.325320424223406],[-72.00731968845004,41.32511542419432],[-72.00688668829751,41.32490142416572],[-72.00667468822277,41.32479542415149],[-72.00660968819987,41.32476342414721],[-72.00634968810903,41.32464842413267],[-72.00611768802798,41.32454642411985],[-72.00566368787024,41.32436242409777],[-72.00533668775721,41.324240424083925],[-72.00495268762484,41.3241044240691],[-72.00434968741791,41.32390742404906],[-72.0038556872498,41.32377242403781],[-72.00347068711898,41.32367042402967],[-72.00334168707519,41.32363742402719],[-72.00236568674566,41.32341842401432],[-72.00225668671295,41.32346942402766],[-72.00269068691536,41.32459842423555],[-72.00393468749573,41.327836424831716],[-72.00384368749407,41.32835242493562],[-72.00381768749351,41.32849842496501],[-72.00361568749095,41.329664425199695],[-72.00361868749329,41.32968942520451],[-72.00353168746729,41.32973242521562],[-72.00342268743333,41.32976042522446],[-72.00334868741402,41.32984842524397],[-72.00331968741308,41.33000542527562],[-72.00340668746253,41.33039542534937],[-72.00346468748927,41.33054042537598],[-72.00337068747346,41.33081342543237],[-72.00344268750064,41.33088242544366],[-72.00361868756407,41.330995425460394],[-72.00365468757924,41.331059425471814],[-72.00358768758561,41.331579425575754],[-72.0036456876097,41.33167542559277],[-72.0035436875889,41.33190442564079],[-72.00328168751707,41.332152425697444],[-72.00302568745195,41.332488425771146],[-72.00293868743644,41.33272442582006],[-72.00295268745003,41.33289142585234],[-72.00292368745104,41.33308442589105],[-72.00286568743701,41.33317342591028],[-72.0027276874009,41.33333642594647],[-72.00247968732496,41.33342442597134],[-72.00236268729108,41.33350242599022],[-72.00226868726716,41.333625426017214],[-72.00230468728554,41.33374842604021],[-72.00239168731767,41.33381842605124],[-72.00255968737598,41.3338854260592],[-72.0026466874081,41.333955426070226],[-72.00277668747036,41.33432342613832],[-72.00287268750373,41.334362426143],[-72.00310468757858,41.33435042613351],[-72.00317768760415,41.33438342613773],[-72.00319968761355,41.33442442614507],[-72.0031916876151,41.3345014261604],[-72.00309668758891,41.334588426180375],[-72.00292268754592,41.334840426235104],[-72.0028926875432,41.3349704262615],[-72.00300168758588,41.3351034262842],[-72.00327068768559,41.335327426319786],[-72.0033876877336,41.33551042635203],[-72.00343068775594,41.33566442638088],[-72.00338668775355,41.335884426425324],[-72.00324868772304,41.336150426481694],[-72.0031026876907,41.33643042654103],[-72.00306568768251,41.33650142655609],[-72.00306568768983,41.33663642658252],[-72.00301568769083,41.33695542664656],[-72.00293368767721,41.33719642669629],[-72.00273068762623,41.33747442675701],[-72.00271568762912,41.337618426785674],[-72.0028976877028,41.33788442683219],[-72.00291668771398,41.337976426849615],[-72.00294768773182,41.33811942687666],[-72.00290468774462,41.33861342697477],[-72.00294068776397,41.33875442700127],[-72.00305568781279,41.33896442703887],[-72.00327468789757,41.3392134270809],[-72.00335368793195,41.339373427109805],[-72.00336068794081,41.33949442713329],[-72.00326768791531,41.33958242715338],[-72.0029316878145,41.33974042719469],[-72.00280868778016,41.33984542721904],[-72.00277868777785,41.339983427247],[-72.00279368779381,41.340187427286494],[-72.00295968786493,41.34050242734309],[-72.00300368789026,41.340705427381494],[-72.00297468788591,41.340799427400796],[-72.00288668786519,41.3409454274321],[-72.0023406877226,41.34159342757584],[-72.00233968772616,41.34166542758998],[-72.00240568774943,41.341698427594416],[-72.00255868780044,41.341720427594005],[-72.0027406878629,41.34177942759996],[-72.00281368789214,41.34188042761748],[-72.0028056878937,41.34195742763282],[-72.0027726878854,41.34200242764265],[-72.00265968785739,41.342164427677865],[-72.00228968775451,41.34248842775272],[-72.00226668775065,41.34255542776655],[-72.00237668779125,41.3426434277804],[-72.00242768781209,41.342721427794096],[-72.00240468780898,41.342802427810675],[-72.00231768778808,41.34293942784019],[-72.00215768774066,41.343025427861946],[-72.00189468765956,41.34310842788632],[-72.00187368765293,41.34311242788775],[-72.00170568760362,41.3432114279123],[-72.00160368757761,41.34334442794151],[-72.00157768757616,41.34347342796756],[-72.00155968757518,41.34356342798575],[-72.00146568755714,41.34379542803409],[-72.0013476875259,41.34392742806357],[-72.00120968749394,41.34416642811465],[-72.00108668745986,41.34427642813996],[-72.00098368742887,41.34432342815234],[-72.00080868737358,41.34435442816382],[-72.00052368728531,41.34443742818884],[-72.0004736872699,41.34445342819351],[-72.00033468722935,41.34454042821484],[-72.00011368716832,41.34474142826101],[-71.99996968712405,41.344789428274844],[-71.9996936870393,41.34488342830175],[-71.99953268698862,41.34491542831297],[-71.99938468694205,41.34494542832341],[-71.99933568692238,41.3448764283114],[-71.99930068690854,41.34483142830367],[-71.99922568687946,41.344745428289144],[-71.99914168684778,41.34466542827606],[-71.99905168681431,41.34458842826376],[-71.99894568677556,41.34451042825174],[-71.99876868671156,41.34439242823408],[-71.99870068668713,41.34435042822794],[-71.9986096866547,41.344298428220554],[-71.99856168663754,41.34427042821655],[-71.99781268637153,41.343861428159514],[-71.9972686861779,41.34355642811653],[-71.99712268612569,41.343470428104176],[-71.99698168607488,41.34337942809069],[-71.99688868604119,41.34331642808122],[-71.99680168600933,41.34325142807118],[-71.99673268598313,41.34318242805977],[-71.99667068595905,41.34311042804758],[-71.99657368592048,41.3429814280253],[-71.99649768588988,41.34287342800649],[-71.99627768580037,41.342543427948634],[-71.99623068578138,41.342475427936755],[-71.99614368574623,41.342349427914755],[-71.99600368569031,41.34215842788164],[-71.9959196856571,41.34205042786309],[-71.99583268562297,41.341943427844804],[-71.99573868558686,41.34184142782772],[-71.99567868556417,41.34178342781821],[-71.99561668554101,41.341728427809336],[-71.99557968552728,41.34169742780442],[-71.99549568549608,41.34162642779309],[-71.9953196854311,41.3414844277707],[-71.99511068535416,41.341320427744996],[-71.99487668526795,41.34113542771596],[-71.99463868518116,41.3409634276896],[-71.9939836849449,41.34053842762653],[-71.99380668488024,41.340408427606505],[-71.99344068474639,41.34013742756469],[-71.99339568472963,41.34009842755843],[-71.99334868471156,41.34004742754989],[-71.99330868469556,41.33999242754035],[-71.99327468468103,41.33992842752886],[-71.99324668466834,41.33986242751679],[-71.99320068464675,41.33974042749432],[-71.99302168456084,41.339230427399926],[-71.99299668454911,41.339164427387765],[-71.99282368447044,41.3387514273122],[-71.99277268444544,41.3385964272834],[-71.99274868443278,41.33850742726669],[-71.99270868441018,41.33833042723325],[-71.99269168439986,41.338242427216535],[-71.99266868438235,41.33805742718102],[-71.99264368435965,41.33778842712907],[-71.99263668435503,41.337745427120865],[-71.99260868434023,41.337640427101164],[-71.99259668433464,41.337609427095465],[-71.99258268432853,41.33758042709021],[-71.9925646843207,41.33754442708373],[-71.9925426843117,41.33751042707774],[-71.99251568430124,41.33747942707249],[-71.99248168428876,41.33745342706843],[-71.99240368426098,41.337409427062234],[-71.99233868423826,41.33738042705855],[-71.99196068410771,41.337242427043144],[-71.99180568405487,41.33719842703928],[-71.99149668392725,41.33669942695105],[-71.99047768352185,41.335339426715976],[-71.98855268275595,41.33276842627153],[-71.98794868254276,41.332462426230144],[-71.98687268216291,41.331916426156276],[-71.98561768171594,41.33120642605579],[-71.98518768156984,41.33109342604687],[-71.98504068151944,41.331046426042185],[-71.98401568117886,41.33091842604863],[-71.9809416801574,41.33053442606795],[-71.97991767981713,41.33040642607436]]]},"properties":{"name":7029,"geoid":"09011702900"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.07898671516874,41.38744843418466],[-72.07906271519042,41.38739243417135],[-72.07955871534648,41.387293434136645],[-72.07985971544345,41.38727443412361],[-72.08037071561125,41.38730043411287],[-72.08095471580674,41.38739943411419],[-72.08163171603967,41.38762843413801],[-72.08163271604003,41.38762943413816],[-72.08326271660066,41.38817843419509],[-72.08378471677578,41.388273434197515],[-72.08426771693428,41.38829643418705],[-72.08469471707161,41.38826543416777],[-72.08484271711848,41.388241434158516],[-72.0850367171798,41.388207434145855],[-72.08611471752069,41.38802343407648],[-72.08613971751404,41.387752434022715],[-72.08616671751206,41.387555433983344],[-72.08619971751199,41.38735743394361],[-72.08626271751565,41.387048433881226],[-72.08627771751775,41.386997433870775],[-72.08630371752126,41.386906433852175],[-72.08630971752201,41.38688443384769],[-72.0863567175295,41.386741433818266],[-72.08641771753942,41.386559433780775],[-72.08661071756721,41.38591743364923],[-72.08671271757967,41.385537433571756],[-72.0867507175828,41.38536843353753],[-72.08676571758258,41.38527443351868],[-72.08677571757906,41.38515043349412],[-72.08677571757228,41.38502643346985],[-72.08677371757038,41.385003433465414],[-72.08681871758503,41.38500343346403],[-72.08695371762914,41.38500643346043],[-72.08699871764385,41.38500743345925],[-72.08705871766344,41.38500843345759],[-72.08721571771456,41.385008433452725],[-72.0874937178105,41.38510843346367],[-72.09292171968117,41.38700643366682],[-72.09292171970192,41.387386433741135],[-72.09292171976418,41.38852643396409],[-72.09292171978493,41.38890643403841],[-72.09366772014691,41.391087434441815],[-72.09422172041567,41.392706434741264],[-72.09722172158357,41.39620643533272],[-72.09711572157333,41.39665043542282],[-72.09708272156996,41.39678543545025],[-72.09696472155832,41.397275435549695],[-72.09681472154362,41.39790043567655],[-72.09662172152485,41.39870643584011],[-72.09648072149527,41.39900543590295],[-72.09634872146759,41.39928543596178],[-72.09617272143079,41.39966043604054],[-72.09595272138456,41.40012543613828],[-72.0958647213663,41.400315436178154],[-72.09582172135728,41.40040643619728],[-72.09552172135797,41.40220643655847],[-72.09555572139402,41.40266343664676],[-72.0956587215013,41.4040124369073],[-72.09602172188156,41.408806437833185],[-72.09591072186237,41.40911643789721],[-72.09578872184119,41.40945543796727],[-72.09546672178588,41.41036143815433],[-72.09502172170906,41.41160643841146],[-72.09470672159988,41.41148543839757],[-72.0943917214907,41.411364438383686],[-72.0943047214605,41.41133043837974],[-72.09343172115794,41.41099543834131],[-72.09358972113519,41.40963843807118],[-72.09367972112288,41.408877437919635],[-72.0934437210755,41.409416438032316],[-72.0932687210334,41.4096884380909],[-72.09322972102427,41.40975343810481],[-72.09324372103232,41.409817438116875],[-72.0931967210181,41.409837438122246],[-72.09315372101145,41.40997143814978],[-72.09310472099794,41.41001643816009],[-72.09300972096798,41.41003443816655],[-72.09289872093075,41.410014438166066],[-72.09277772088912,41.40997343816182],[-72.09265372084907,41.40997943816682],[-72.09272772083806,41.40933743803905],[-72.09286072085995,41.40894543795831],[-72.09294172086581,41.40857043788249],[-72.09294372086569,41.40855643787968],[-72.0929887208646,41.408268437821995],[-72.0929897208488,41.407973437764305],[-72.09299672079166,41.406886437551606],[-72.0926347206744,41.40689743756498],[-72.09262672073498,41.408053437791196],[-72.09262672074193,41.40818043781602],[-72.09262372076184,41.40856243789077],[-72.09261972076764,41.408692437916315],[-72.09257372077377,41.4090784379932],[-72.09238072074535,41.40970843812232],[-72.09207172067929,41.410340438255425],[-72.09160672051516,41.41010743822429],[-72.09153272049828,41.41023943825238],[-72.0912227203862,41.41003543822212],[-72.0890877196429,41.409155438116244],[-72.08851171946213,41.40927943815833],[-72.08801571930353,41.409332438184066],[-72.08762871917823,41.409345438198585],[-72.08772171921449,41.409454438217004],[-72.08761371918357,41.4095324382356],[-72.08754371915668,41.4094574382231],[-72.08689371894852,41.40952143825576],[-72.08629671875408,41.40952043827404],[-72.08616971869,41.40910443819667],[-72.08611071866106,41.408926438163704],[-72.08600371860594,41.408555438094496],[-72.08478471821248,41.40861843814456],[-72.0848557182452,41.40879443817678],[-72.08485671824559,41.40879543817693],[-72.08491471828759,41.409218438257824],[-72.08442571810956,41.408874438205714],[-72.08435071808188,41.40881443819632],[-72.08420471803132,41.40875943819009],[-72.08386071792494,41.40886243822087],[-72.0832227177256,41.40901643827075],[-72.08295071763753,41.40902543828093],[-72.08280771759087,41.40902343828497],[-72.08194171730521,41.408956438298674],[-72.0811047170229,41.40877743828962],[-72.07988271659764,41.408276438229514],[-72.07907671630558,41.40773443814852],[-72.07871371617273,41.40746643810737],[-72.07814271595944,41.4069654380271],[-72.07752371571097,41.40610643787834],[-72.07734071562473,41.40561843778861],[-72.07759071569686,41.40544843774763],[-72.07812471585002,41.405069437657005],[-72.07834971591394,41.404898437616616],[-72.07857071597641,41.40472443757576],[-72.07889871606814,41.40444843751163],[-72.07900771609819,41.4043494374889],[-72.07911771612807,41.404240437464196],[-72.07922171615587,41.404129437439266],[-72.07932071618184,41.404014437413714],[-72.07950871623031,41.403781437362355],[-72.07960971625582,41.40364643733284],[-72.07979871630229,41.40337043727301],[-72.0798857163229,41.40322943724275],[-72.08000271634916,41.403012437196715],[-72.08003971635716,41.402938437181106],[-72.08016871638263,41.402635437117866],[-72.08022571639282,41.4024824370862],[-72.0803147164065,41.40220243702869],[-72.0803647164121,41.40200643698883],[-72.08040471641424,41.40180743694868],[-72.08043571641346,41.40160843690881],[-72.08045171641015,41.401452436877804],[-72.08045471641043,41.40143943687517],[-72.08047971640895,41.401263436840004],[-72.08049871640542,41.401085436804614],[-72.08050971639928,41.40090743676946],[-72.08051371639873,41.40087343676268],[-72.08049171635689,41.40023843663923],[-72.08049171635449,41.40019443663061],[-72.08050671633512,41.39975043654334],[-72.08053271630438,41.399032436402145],[-72.08054371627448,41.398419436281934],[-72.08055171625291,41.397976436195094],[-72.08092171636957,41.39790643616993],[-72.08137371651219,41.39782343613971],[-72.08158671657942,41.39778443612549],[-72.0815037164315,41.395570435695134],[-72.08142471640518,41.395559435695425],[-72.08102071627074,41.39550643569758],[-72.0810207162541,41.395201435637944],[-72.08102071624488,41.3950324356049],[-72.08102071616146,41.3935044353061],[-72.08067671597898,41.392213435064264],[-72.08061671596009,41.39222543506847],[-72.0804997159234,41.392250435076974],[-72.08047771590792,41.39209843504793],[-72.08041571586924,41.39175943498356],[-72.08031371581102,41.39130143489715],[-72.08021871575976,41.39092843482714],[-72.08005571567693,41.39038343472561],[-72.07994571562347,41.39006043466584],[-72.07973471552286,41.38947543455796],[-72.07933271533459,41.38842343436465],[-72.07906971520988,41.387707434232766],[-72.07898671516874,41.38744843418466]]]},"properties":{"name":9800,"geoid":"09011980000"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.06750271016688,41.36427443000592],[-72.06768371022763,41.364307430006775],[-72.0684797104924,41.36441143000253],[-72.06853271051001,41.36441843000225],[-72.06876971058865,41.36444543000021],[-72.06924771074658,41.364488429993855],[-72.06952771083876,41.36450742998891],[-72.06998071098735,41.364528429979025],[-72.07049371115511,41.364542429965894],[-72.07143471146158,41.3645454299374],[-72.07170371154925,41.364547429929466],[-72.07242171178349,41.36455742990922],[-72.07281571191018,41.36452842989136],[-72.07402071229842,41.364455429839815],[-72.07442271242809,41.36443342982307],[-72.07449871245565,41.36448542983091],[-72.07472971253934,41.36464142985429],[-72.0748067125673,41.36469442986229],[-72.07488271259464,41.36474242986933],[-72.0750627126595,41.364857429886264],[-72.07511471267759,41.364878429888755],[-72.07519871270684,41.36491342989302],[-72.07528871274245,41.36502942991292],[-72.07556171285044,41.36538042997318],[-72.07565271288642,41.36549742999327],[-72.07606471303842,41.365825430044715],[-72.07730271349503,41.36680943019897],[-72.0777157136474,41.36713843025058],[-72.07825971382562,41.367159430237884],[-72.07935971418611,41.36720443021266],[-72.07989371436109,41.36722543020024],[-72.0804387145397,41.367247430187696],[-72.08054771457537,41.367251430185085],[-72.08087771468347,41.36726343017724],[-72.08098771471948,41.36726743017462],[-72.0812417148027,41.36727743016872],[-72.08200671505338,41.36730843015113],[-72.08226171513701,41.367319430145386],[-72.08236871517278,41.36733643014541],[-72.0826897152802,41.36739043014603],[-72.08279671531602,41.36740843014624],[-72.0829327153601,41.36740543014144],[-72.08334371549356,41.367399430127556],[-72.08348071553804,41.367397430122935],[-72.08470771593967,41.36743843009298],[-72.08579771629655,41.367476430066695],[-72.08811471705502,41.367555430010455],[-72.08839171714568,41.36756443000364],[-72.08886771730148,41.367580429992046],[-72.089620717548,41.367606429973826],[-72.0898007176284,41.36800643004653],[-72.09034071786962,41.36920643026462],[-72.09052071795004,41.369606430337306],[-72.09162071843353,41.371906430753285],[-72.09166371845524,41.37204743077954],[-72.09260571892875,41.37510643134887],[-72.0932207192381,41.377106431721074],[-72.09306471933981,41.379900432272485],[-72.09292071943516,41.3825064327867],[-72.09292071943997,41.3825944328039],[-72.09292071948812,41.38347643297643],[-72.09292071954681,41.38455143318669],[-72.09292071963263,41.38612343349415],[-72.09292171965399,41.38650843356941],[-72.09292171966757,41.386757433618115],[-72.09292171968117,41.38700643366682],[-72.0874937178105,41.38510843346367],[-72.08721571771456,41.385008433452725],[-72.08705871766344,41.38500843345759],[-72.08699871764385,41.38500743345925],[-72.08695371762914,41.38500643346043],[-72.08681871758503,41.38500343346403],[-72.08677371757038,41.385003433465414],[-72.08677571757228,41.38502643346985],[-72.08677571757906,41.38515043349412],[-72.08676571758258,41.38527443351868],[-72.0867507175828,41.38536843353753],[-72.08671271757967,41.385537433571756],[-72.08661071756721,41.38591743364923],[-72.08641771753942,41.386559433780775],[-72.0863567175295,41.386741433818266],[-72.08630971752201,41.38688443384769],[-72.08630371752126,41.386906433852175],[-72.08627771751775,41.386997433870775],[-72.08626271751565,41.387048433881226],[-72.08619971751199,41.38735743394361],[-72.08616671751206,41.387555433983344],[-72.08613971751404,41.387752434022715],[-72.08611471752069,41.38802343407648],[-72.0850367171798,41.388207434145855],[-72.08484271711848,41.388241434158516],[-72.08469471707161,41.38826543416777],[-72.08426771693428,41.38829643418705],[-72.08378471677578,41.388273434197515],[-72.08326271660066,41.38817843419509],[-72.08163271604003,41.38762943413816],[-72.08163171603967,41.38762843413801],[-72.08095471580674,41.38739943411419],[-72.08037071561125,41.38730043411287],[-72.07985971544345,41.38727443412361],[-72.07955871534648,41.387293434136645],[-72.07906271519042,41.38739243417135],[-72.07898671516874,41.38744843418466],[-72.0784497149138,41.38598043391416],[-72.07689371417523,41.38172743313039],[-72.07672771409752,41.38129343305063],[-72.07642871396091,41.38057343291903],[-72.07631171390896,41.38031943287297],[-72.07610671381791,41.37987343279207],[-72.07542471351873,41.37845843253635],[-72.07527671345382,41.378151432480855],[-72.07505471335678,41.377697432398904],[-72.07402571290709,41.37559343201911],[-72.07394371287074,41.37541643198702],[-72.07378071279828,41.3750604319224],[-72.0737047127653,41.37490943189521],[-72.0736307127319,41.374738431864046],[-72.0735857127125,41.374651431848406],[-72.07337171262054,41.37424243177501],[-72.07308071249544,41.37368543167502],[-72.07284171239088,41.37319443158635],[-72.07275171235128,41.37300543155215],[-72.07272371233901,41.37294743154167],[-72.07261171228969,41.372711431498956],[-72.07254671226204,41.372592431477685],[-72.07253471225692,41.37257043147373],[-72.0725017122426,41.372504431461856],[-72.07249071223788,41.37248343145809],[-72.07143671178162,41.37040743108447],[-72.07107471163374,41.369856430987845],[-72.07026571130044,41.368572430761596],[-72.07025371129566,41.36855643075885],[-72.0696007110289,41.367561430584324],[-72.06952271099718,41.36744543056404],[-72.06936971093484,41.36721543052376],[-72.06929371090368,41.36709743050302],[-72.06921871087295,41.366981430482625],[-72.06907971081598,41.366766430444855],[-72.06873971067671,41.36624143035264],[-72.06866271064523,41.36612343033192],[-72.06859671061818,41.366021430313985],[-72.06857871061085,41.365994430309264],[-72.0685217105877,41.36591043029459],[-72.06849871057821,41.36587343028806],[-72.06844671055671,41.36578943027323],[-72.06837571052733,41.36567443025292],[-72.068225710465,41.36542643020901],[-72.06821471046038,41.365407430205636],[-72.0681487104335,41.365308430188314],[-72.06809871041264,41.365224430173406],[-72.06799171036806,41.3650454301417],[-72.06794571034935,41.36497643012961],[-72.06789271032774,41.36489643011559],[-72.06781271029494,41.364772430093794],[-72.06767271023766,41.364557430056045],[-72.06757871019845,41.36439943002803],[-72.0675377101814,41.364331430015994],[-72.06750271016688,41.36427443000592]]]},"properties":{"name":7023,"geoid":"09011702300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.0861207155912,41.3526064271464],[-72.08617771562355,41.35285942719415],[-72.0862507156649,41.35318242725511],[-72.08634871572072,41.35362142733802],[-72.08638071573864,41.35375942736404],[-72.08639471574631,41.353816427374774],[-72.08640771575375,41.353875427385915],[-72.0864897158004,41.35424142745503],[-72.08673771594094,41.35533942766227],[-72.08682071598795,41.35570642773153],[-72.08699671611971,41.35707342799368],[-72.08752571651559,41.361177428780536],[-72.08762071658624,41.36190642892027],[-72.08772671665542,41.36254242904146],[-72.08774871666907,41.36266142906407],[-72.08781571671055,41.36302242913264],[-72.08783871672458,41.363142429155424],[-72.08805571683114,41.36380142927768],[-72.08821771691277,41.36433142937638],[-72.08849771703957,41.36498542949568],[-72.08933971742083,41.36695142985435],[-72.089620717548,41.367606429973826],[-72.08886771730148,41.367580429992046],[-72.08839171714568,41.36756443000364],[-72.08811471705502,41.367555430010455],[-72.08579771629655,41.367476430066695],[-72.08470771593967,41.36743843009298],[-72.08348071553804,41.367397430122935],[-72.08334371549356,41.367399430127556],[-72.0829327153601,41.36740543014144],[-72.08279671531602,41.36740843014624],[-72.0826897152802,41.36739043014603],[-72.08236871517278,41.36733643014541],[-72.08226171513701,41.367319430145386],[-72.08200671505338,41.36730843015113],[-72.0812417148027,41.36727743016872],[-72.08098771471948,41.36726743017462],[-72.08087771468347,41.36726343017724],[-72.08054771457537,41.367251430185085],[-72.0804387145397,41.367247430187696],[-72.07989371436109,41.36722543020024],[-72.07935971418611,41.36720443021266],[-72.07825971382562,41.367159430237884],[-72.0777157136474,41.36713843025058],[-72.07730271349503,41.36680943019897],[-72.07606471303842,41.365825430044715],[-72.07565271288642,41.36549742999327],[-72.07556171285044,41.36538042997318],[-72.07528871274245,41.36502942991292],[-72.07519871270684,41.36491342989302],[-72.07511471267759,41.364878429888755],[-72.0750627126595,41.364857429886264],[-72.07488271259464,41.36474242986933],[-72.0748067125673,41.36469442986229],[-72.07472971253934,41.36464142985429],[-72.07449871245565,41.36448542983091],[-72.07442271242809,41.36443342982307],[-72.07436371240632,41.36438642981569],[-72.07418671234107,41.36424642979377],[-72.0741287123197,41.36420042978656],[-72.07336371203488,41.36354342968164],[-72.07111271119683,41.36160942937273],[-72.0711137111941,41.36155342936174],[-72.07114271114868,41.36054642916375],[-72.07115171114722,41.36046542914761],[-72.07118071114337,41.36022142909897],[-72.07119071114226,41.360141429083],[-72.07069571096976,41.3599324290574],[-72.07045171088386,41.35981342904165],[-72.07016871078363,41.35966442902124],[-72.06942671051992,41.3592574289645],[-72.06882871030275,41.35884342890195],[-72.06826971009686,41.35840342883311],[-72.06804871001563,41.35823342880666],[-72.06782970993515,41.35806442878035],[-72.067670709876,41.35792842875864],[-72.06756270983578,41.35783542874378],[-72.0672817097301,41.35757442870138],[-72.06727070972597,41.35756442869976],[-72.06693570959919,41.35723842864631],[-72.06660770947359,41.35689242858873],[-72.06637070938153,41.35661842854239],[-72.06578870915305,41.35590142842003],[-72.06551270904058,41.35548542834713],[-72.065311708956,41.35513342828443],[-72.06504270883197,41.354463428161594],[-72.06483670873689,41.35394842806715],[-72.06452670859969,41.35328142794614],[-72.06456670851038,41.35140142757687],[-72.06457770848877,41.35093842748588],[-72.06461570840722,41.34921242714678],[-72.0644957081805,41.34576342647518],[-72.06443170805751,41.343885426109445],[-72.06456170810206,41.343926426113455],[-72.06487970821115,41.3440294261238],[-72.06495270823632,41.34405542612663],[-72.06508170828086,41.344102426131855],[-72.06533870836907,41.344186426140354],[-72.06556370844628,41.34425942614771],[-72.06591170856525,41.344364426157505],[-72.06594970857827,41.344376426158675],[-72.06610870863247,41.344421426162576],[-72.06662470880791,41.34455942617365],[-72.06721870900908,41.34470342618351],[-72.06735670905603,41.34474042618648],[-72.06757770913087,41.34479442619023],[-72.06810870931032,41.3449164261977],[-72.06844670942496,41.34500142620389],[-72.06846470943108,41.34500642620432],[-72.06864370949197,41.345054426208186],[-72.0690027096151,41.34517042621981],[-72.06927570970927,41.345268426230554],[-72.06945370977022,41.34532342623585],[-72.0701787100207,41.34559042626572],[-72.07124971039501,41.34606342632522],[-72.07132571042145,41.34609442632895],[-72.07155671050178,41.346189426340416],[-72.07163371052857,41.34622142634429],[-72.07185071060411,41.3463114263552],[-72.07200671065789,41.34636642636115],[-72.0721827107186,41.34642942636805],[-72.07252171083454,41.346532426377735],[-72.07307971102489,41.34669342639202],[-72.07315671105148,41.34672142639512],[-72.07332771111051,41.34678342640197],[-72.0735347111819,41.34685742641007],[-72.07367971123242,41.34691842641752],[-72.07381871128071,41.3469744264242],[-72.07403971135693,41.34705342643282],[-72.07428271143993,41.347125426439405],[-72.07444771149586,41.34716642644234],[-72.07460571154891,41.34719642644333],[-72.07477471160561,41.347227426444164],[-72.07500771168353,41.347265426444416],[-72.07547671183958,41.347328426442246],[-72.07579271194433,41.34736342643934],[-72.07591271198405,41.34737542643798],[-72.07591671198539,41.34737642643804],[-72.07606471203466,41.34739642643738],[-72.07639371214407,41.34743942643564],[-72.07661671221823,41.34746842643442],[-72.07729271244123,41.34752342642429],[-72.07739671247539,41.34752942642225],[-72.07770871257793,41.34754742641612],[-72.07781371261248,41.34755442641426],[-72.07801071268106,41.3476364264242],[-72.07806071269847,41.34765742642678],[-72.0781607127345,41.34772142643623],[-72.07825571276912,41.34778942644658],[-72.07851871286746,41.34802342648427],[-72.07858871289368,41.34808642649444],[-72.07867871292731,41.348166426507326],[-72.07890871301433,41.34838942654387],[-72.07959871327537,41.34905942665371],[-72.07982971336276,41.34928342669042],[-72.08007471345485,41.34951042672727],[-72.08015971348682,41.34958942674013],[-72.0808017137292,41.35020342684047],[-72.08092971377755,41.350326426860605],[-72.08104571382114,41.350433426877956],[-72.08121671388533,41.3505904269034],[-72.08130971392023,41.350675426917164],[-72.08144471397044,41.35079042693551],[-72.0815847140221,41.350902426953105],[-72.08176471408733,41.35102442697143],[-72.0818307141113,41.351070426978374],[-72.0819597141578,41.35115342699065],[-72.08214371422382,41.35126542700687],[-72.0822527142633,41.351339427018],[-72.08225771426517,41.35134342701863],[-72.08250771435655,41.3515274270469],[-72.08257571438199,41.35158842705675],[-72.08262971440278,41.35164742706663],[-72.0826767144214,41.351708427077114],[-72.08273671444758,41.35183042709915],[-72.08277171446497,41.35194042711959],[-72.08279371447986,41.352082427146705],[-72.08280971449089,41.35218942716717],[-72.0828627145272,41.35253942723404],[-72.08294171455259,41.35253342723042],[-72.08318071462945,41.35251642721971],[-72.08326071465521,41.35251142721625],[-72.08383171484209,41.35253042720232],[-72.085548715404,41.35258742716035],[-72.0861207155912,41.3526064271464]]]},"properties":{"name":7024,"geoid":"09011702400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.0853207146011,41.33920642454757],[-72.08538071463585,41.339486424600544],[-72.08556071474018,41.34032642475946],[-72.08562071477492,41.34060642481245],[-72.08588671496055,41.34242542516038],[-72.08668771551847,41.347883426204234],[-72.08672071554135,41.34810642624689],[-72.08612071540598,41.34920642648079],[-72.08592071535725,41.34950642654571],[-72.08595971540372,41.35012642666587],[-72.0859787154252,41.3504074267203],[-72.08603671549315,41.351308426894896],[-72.0860387154956,41.351341426901286],[-72.08607971554345,41.35197442702392],[-72.08607971554409,41.35198642702628],[-72.0861207155912,41.3526064271464],[-72.085548715404,41.35258742716035],[-72.08383171484209,41.35253042720232],[-72.08326071465521,41.35251142721625],[-72.08318071462945,41.35251642721971],[-72.08294171455259,41.35253342723042],[-72.0828627145272,41.35253942723404],[-72.08280971449089,41.35218942716717],[-72.08279371447986,41.352082427146705],[-72.08277171446497,41.35194042711959],[-72.08273671444758,41.35183042709915],[-72.0826767144214,41.351708427077114],[-72.08262971440278,41.35164742706663],[-72.08257571438199,41.35158842705675],[-72.08250771435655,41.3515274270469],[-72.08225771426517,41.35134342701863],[-72.0822527142633,41.351339427018],[-72.08214371422382,41.35126542700687],[-72.0819597141578,41.35115342699065],[-72.0818307141113,41.351070426978374],[-72.08176471408733,41.35102442697143],[-72.0815847140221,41.350902426953105],[-72.08144471397044,41.35079042693551],[-72.08130971392023,41.350675426917164],[-72.08121671388533,41.3505904269034],[-72.08104571382114,41.350433426877956],[-72.08092971377755,41.350326426860605],[-72.0808017137292,41.35020342684047],[-72.08015971348682,41.34958942674013],[-72.08007471345485,41.34951042672727],[-72.07982971336276,41.34928342669042],[-72.07959871327537,41.34905942665371],[-72.07890871301433,41.34838942654387],[-72.07867871292731,41.348166426507326],[-72.07858871289368,41.34808642649444],[-72.07851871286746,41.34802342648427],[-72.07825571276912,41.34778942644658],[-72.0781607127345,41.34772142643623],[-72.07806071269847,41.34765742642678],[-72.07801071268106,41.3476364264242],[-72.07781371261248,41.34755442641426],[-72.07770871257793,41.34754742641612],[-72.07739671247539,41.34752942642225],[-72.07729271244123,41.34752342642429],[-72.07661671221823,41.34746842643442],[-72.07639371214407,41.34743942643564],[-72.07606471203466,41.34739642643738],[-72.07591671198539,41.34737642643804],[-72.07591271198405,41.34737542643798],[-72.07579271194433,41.34736342643934],[-72.07547671183958,41.347328426442246],[-72.07500771168353,41.347265426444416],[-72.07477471160561,41.347227426444164],[-72.07460571154891,41.34719642644333],[-72.07444771149586,41.34716642644234],[-72.07428271143993,41.347125426439405],[-72.07403971135693,41.34705342643282],[-72.07381871128071,41.3469744264242],[-72.07367971123242,41.34691842641752],[-72.0735347111819,41.34685742641007],[-72.07332771111051,41.34678342640197],[-72.07315671105148,41.34672142639512],[-72.07307971102489,41.34669342639202],[-72.07252171083454,41.346532426377735],[-72.0721827107186,41.34642942636805],[-72.07200671065789,41.34636642636115],[-72.07185071060411,41.3463114263552],[-72.07163371052857,41.34622142634429],[-72.07155671050178,41.346189426340416],[-72.07132571042145,41.34609442632895],[-72.07124971039501,41.34606342632522],[-72.0701787100207,41.34559042626572],[-72.06945370977022,41.34532342623585],[-72.06927570970927,41.345268426230554],[-72.0690027096151,41.34517042621981],[-72.06864370949197,41.345054426208186],[-72.06846470943108,41.34500642620432],[-72.06844670942496,41.34500142620389],[-72.06810870931032,41.3449164261977],[-72.06757770913087,41.34479442619023],[-72.06735670905603,41.34474042618648],[-72.06721870900908,41.34470342618351],[-72.06662470880791,41.34455942617365],[-72.06610870863247,41.344421426162576],[-72.06594970857827,41.344376426158675],[-72.06591170856525,41.344364426157505],[-72.06556370844628,41.34425942614771],[-72.06533870836907,41.344186426140354],[-72.06508170828086,41.344102426131855],[-72.06495270823632,41.34405542612663],[-72.06487970821115,41.3440294261238],[-72.06456170810206,41.343926426113455],[-72.06443170805751,41.343885426109445],[-72.06419970797793,41.34381042610192],[-72.06350570773996,41.34358842607989],[-72.06350170773862,41.34358742607982],[-72.06327870766158,41.34350542607065],[-72.06318470761776,41.343262426025966],[-72.06289370750771,41.342980425979725],[-72.06271070743077,41.34266042592273],[-72.06236870731043,41.342494425900796],[-72.0622817072771,41.342402425885446],[-72.06217270722287,41.34205742582126],[-72.0621217072032,41.34200142581187],[-72.0619757071526,41.341944425805224],[-72.06131970693329,41.34183742580453],[-72.06116770688088,41.34178342579866],[-72.06098570680648,41.34150442574963],[-72.06039670658872,41.34102542567403],[-72.06035170656864,41.34092542565583],[-72.06035270655869,41.34073642561879],[-72.06058570661767,41.34042642555089],[-72.06061470662206,41.34033342553178],[-72.06054170658007,41.33999842546844],[-72.06060670658931,41.33977942542354],[-72.06054870655734,41.33953842537812],[-72.06046170651864,41.33934742534341],[-72.06033770647245,41.33924042532628],[-72.06021370642802,41.33916542531542],[-72.06016970641072,41.33911042530601],[-72.0601697064036,41.33897942528036],[-72.0601917064032,41.33884042525245],[-72.06015570638311,41.338686425223415],[-72.06000270632381,41.33851142519385],[-72.05999570631886,41.33846242518448],[-72.05959970600769,41.33510942454003],[-72.05941970589458,41.33410642434913],[-72.05918970577582,41.33329842419796],[-72.05888370563999,41.33263142407677],[-72.05864370553334,41.33210642398134],[-72.05863570551915,41.331893423939874],[-72.05854070547379,41.33162742389069],[-72.05844470542812,41.33136142384156],[-72.05830970536367,41.33098442377189],[-72.0581747052993,41.33060842370241],[-72.05814670528589,41.33052942368779],[-72.05801670523877,41.33044042367436],[-72.05788770519194,41.330351423660915],[-72.05764070510226,41.33018042363505],[-72.05739270501232,41.330010423609394],[-72.05715670492673,41.32984842358494],[-72.05691970484072,41.32968542356034],[-72.05679770479647,41.32960142354764],[-72.05704970486929,41.329432423506766],[-72.0573537049605,41.32929042346956],[-72.0575697050271,41.329222423449586],[-72.05834070526704,41.3290204233862],[-72.05889070543891,41.32888942334356],[-72.05938370559213,41.32875642330228],[-72.0597067056932,41.328682423277805],[-72.05977870571593,41.328669423273055],[-72.05994070576715,41.32864142326255],[-72.06007670581013,41.32861842325385],[-72.06041670591819,41.32857042323395],[-72.06068070600234,41.32853842321953],[-72.0609827060991,41.32851042320473],[-72.06138670622859,41.328473423185],[-72.06171370633423,41.32845942317216],[-72.06197970642023,41.32844942316198],[-72.06233570653586,41.328445423150214],[-72.06266970664512,41.328455423141854],[-72.0634857069136,41.32850942312724],[-72.0638577070366,41.32854542312279],[-72.06428170717778,41.32860442312126],[-72.06471270732257,41.328687423124215],[-72.06475070733536,41.32869542312461],[-72.06518970748415,41.3288044231324],[-72.0656747076491,41.32893542314308],[-72.06611670780191,41.329100423161755],[-72.06649870793306,41.32922642317464],[-72.06685570805793,41.32938642319495],[-72.06750070828437,41.329690423234574],[-72.06777670838271,41.3298474232568],[-72.0681287085089,41.330061423287844],[-72.06859670867854,41.33038042333589],[-72.06888770878558,41.33060742337135],[-72.06981070913339,41.33148042351384],[-72.07038370935054,41.3320444236066],[-72.07085170952323,41.33241942366562],[-72.07107770960636,41.33259542369308],[-72.0713057096887,41.33274542371543],[-72.0717137098341,41.33297742374826],[-72.07205670995427,41.33313442376841],[-72.07248171010283,41.3333234237923],[-72.0727517101963,41.33342642380412],[-72.07297171027095,41.33348242380829],[-72.07319271034473,41.33351642380813],[-72.07329771038032,41.33354242380997],[-72.07345571043393,41.33358342381312],[-72.07479071088981,41.333977423849035],[-72.0754517111158,41.33417742386778],[-72.07644171146387,41.33465342393041],[-72.07644571147758,41.334881423974934],[-72.07643671148574,41.33508542401517],[-72.07642871149456,41.33529542405654],[-72.07642571150653,41.335533424103254],[-72.07641371151558,41.33577142415023],[-72.07639171152131,41.336008424197324],[-72.07633471152285,41.336377424271355],[-72.07630071152397,41.33660142431628],[-72.07627971152365,41.33672142434042],[-72.07627471152388,41.33675542434723],[-72.07626371152297,41.336804424357176],[-72.0763797115654,41.33689042437043],[-72.07661771165243,41.33706642439754],[-72.07667771167887,41.33719342442056],[-72.07673971170622,41.337325424444494],[-72.07684971175533,41.33757042448909],[-72.07718171190344,41.33830642462294],[-72.07719371190875,41.33833242462767],[-72.07730471195653,41.33854642466614],[-72.07740371199695,41.33869742469265],[-72.07764471209067,41.33897842474023],[-72.07781671215695,41.33916742477192],[-72.07831471234464,41.33963842484877],[-72.07838871237257,41.339709424860374],[-72.07979371279956,41.339153424708066],[-72.08044771300759,41.33906542467063],[-72.08232271362071,41.33911942462322],[-72.08419671423353,41.339173424575854],[-72.08424471424925,41.33917542457477],[-72.08478271442519,41.33919142456128],[-72.0853207146011,41.33920642454757]]]},"properties":{"name":7025,"geoid":"09011702500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.05473970330424,41.314456420643836],[-72.05576070364287,41.31457442063545],[-72.05618670382682,41.31540942078594],[-72.05632570388678,41.315680420834745],[-72.06050770523639,41.31547442066531],[-72.06067470527437,41.315173420601184],[-72.06095170533747,41.31467542049503],[-72.06219470568034,41.31354142023445],[-72.06512470662287,41.313341420104784],[-72.06734470740315,41.31440842024535],[-72.06823170775336,41.315542420440174],[-72.06823170775776,41.31562342045604],[-72.07377170949371,41.31439642004452],[-72.08083571170705,41.31283141951964],[-72.08107871178318,41.31277741950153],[-72.0813217118593,41.312723419483454],[-72.08178371217585,41.31578142006839],[-72.08200271232599,41.31723242034591],[-72.08210871239847,41.31793142047961],[-72.08289471293742,41.32313942147564],[-72.08316871312556,41.3249594218237],[-72.0832627131898,41.32557842194207],[-72.08363171344261,41.32801842240862],[-72.08375471352704,41.32883442256465],[-72.0838777136114,41.32964942272048],[-72.08396871367397,41.330255422836366],[-72.08459871410605,41.3344284236342],[-72.08498171436895,41.33696842411978],[-72.0850567144203,41.33746342421442],[-72.0853207146011,41.33920642454757],[-72.08478271442519,41.33919142456128],[-72.08424471424925,41.33917542457477],[-72.08419671423353,41.339173424575854],[-72.08232271362071,41.33911942462322],[-72.08044771300759,41.33906542467063],[-72.07979371279956,41.339153424708066],[-72.07838871237257,41.339709424860374],[-72.07831471234464,41.33963842484877],[-72.07781671215695,41.33916742477192],[-72.07764471209067,41.33897842474023],[-72.07740371199695,41.33869742469265],[-72.07730471195653,41.33854642466614],[-72.07719371190875,41.33833242462767],[-72.07718171190344,41.33830642462294],[-72.07684971175533,41.33757042448909],[-72.07673971170622,41.337325424444494],[-72.07667771167887,41.33719342442056],[-72.07661771165243,41.33706642439754],[-72.0763797115654,41.33689042437043],[-72.07626371152297,41.336804424357176],[-72.07627471152388,41.33675542434723],[-72.07627971152365,41.33672142434042],[-72.07630071152397,41.33660142431628],[-72.07633471152285,41.336377424271355],[-72.07639171152131,41.336008424197324],[-72.07641371151558,41.33577142415023],[-72.07642571150653,41.335533424103254],[-72.07642871149456,41.33529542405654],[-72.07643671148574,41.33508542401517],[-72.07644571147758,41.334881423974934],[-72.07644171146387,41.33465342393041],[-72.0754517111158,41.33417742386778],[-72.07479071088981,41.333977423849035],[-72.07345571043393,41.33358342381312],[-72.07329771038032,41.33354242380997],[-72.07319271034473,41.33351642380813],[-72.07297171027095,41.33348242380829],[-72.0727517101963,41.33342642380412],[-72.07248171010283,41.3333234237923],[-72.07205670995427,41.33313442376841],[-72.0717137098341,41.33297742374826],[-72.0713057096887,41.33274542371543],[-72.07107770960636,41.33259542369308],[-72.07085170952323,41.33241942366562],[-72.07038370935054,41.3320444236066],[-72.06981070913339,41.33148042351384],[-72.06888770878558,41.33060742337135],[-72.06859670867854,41.33038042333589],[-72.0681287085089,41.330061423287844],[-72.06777670838271,41.3298474232568],[-72.06750070828437,41.329690423234574],[-72.06685570805793,41.32938642319495],[-72.06649870793306,41.32922642317464],[-72.06611670780191,41.329100423161755],[-72.0656747076491,41.32893542314308],[-72.06518970748415,41.3288044231324],[-72.06475070733536,41.32869542312461],[-72.06471270732257,41.328687423124215],[-72.06428170717778,41.32860442312126],[-72.0638577070366,41.32854542312279],[-72.0634857069136,41.32850942312724],[-72.06266970664512,41.328455423141854],[-72.06233570653586,41.328445423150214],[-72.06197970642023,41.32844942316198],[-72.06171370633423,41.32845942317216],[-72.06138670622859,41.328473423185],[-72.0609827060991,41.32851042320473],[-72.06068070600234,41.32853842321953],[-72.06041670591819,41.32857042323395],[-72.06007670581013,41.32861842325385],[-72.05994070576715,41.32864142326255],[-72.05977870571593,41.328669423273055],[-72.0597067056932,41.328682423277805],[-72.05938370559213,41.32875642330228],[-72.05889070543891,41.32888942334356],[-72.05834070526704,41.3290204233862],[-72.0575697050271,41.329222423449586],[-72.0573537049605,41.32929042346956],[-72.05704970486929,41.329432423506766],[-72.05679770479647,41.32960142354764],[-72.05661970472566,41.32936442350671],[-72.0564417046548,41.3291264234656],[-72.0546867039566,41.32678742306156],[-72.0547197035719,41.31950642163402],[-72.0547197034967,41.31812142136264],[-72.05453170334921,41.31653142105687],[-72.05457070335349,41.3163764210253],[-72.05468670336609,41.315913420931004],[-72.05472670337076,41.31575942089958],[-72.05472870335653,41.315485420845825],[-72.05473970330424,41.314456420643836]]]},"properties":{"name":7026,"geoid":"09011702600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.99938468694205,41.34494542832341],[-71.99929468691374,41.344963428329706],[-71.99902768682888,41.34500142834537],[-71.99862368669389,41.34493742834529],[-71.99836168661066,41.34497542836079],[-71.99812768653973,41.345072428387006],[-71.99786468646063,41.3451924284186],[-71.9975536863672,41.34533642845638],[-71.99729868629335,41.34550542849733],[-71.99716768625785,41.34563742852722],[-71.99708068623696,41.34577442855673],[-71.99693568620981,41.34614442863366],[-71.99684068618659,41.3462864286644],[-71.99660068611715,41.34644642870312],[-71.99641068606455,41.34661742874246],[-71.99632468604351,41.34674542877017],[-71.99613568600371,41.34714642885454],[-71.99604168598054,41.34728342888425],[-71.99591068595085,41.34752242893509],[-71.99584468594026,41.347723428976494],[-71.99582268594091,41.347867429005376],[-71.99592468602238,41.34875742917654],[-71.99588968602215,41.348963429217946],[-71.99582768600781,41.34907142924102],[-71.99581668600537,41.349092429245474],[-71.99567868596881,41.34924642927988],[-71.99524968585101,41.349649429372],[-71.99519168583716,41.349742429391995],[-71.9950456857977,41.34989142942568],[-71.99490868576389,41.35009042946888],[-71.99481768574387,41.35026742950633],[-71.99476268573177,41.35037442952899],[-71.99477768574869,41.35059642957199],[-71.99476368576994,41.35107242966564],[-71.99469068575735,41.35127842970823],[-71.99457668572788,41.35141942973935],[-71.99429768565594,41.3517674298161],[-71.99407268560068,41.35209942988803],[-71.99393468558536,41.35264542999921],[-71.99385468558192,41.353062430083334],[-71.99389168559766,41.35313043009549],[-71.99384768558673,41.35319243010899],[-71.99370268554415,41.353278430130295],[-71.99341768545442,41.353334430150035],[-71.99266768520964,41.353323430170974],[-71.99249368515444,41.35335043018162],[-71.99221168506335,41.35336343019285],[-71.99158268486023,41.3533944302183],[-71.99134268478394,41.353428430232356],[-71.99121168474551,41.35350643025165],[-71.99115068473303,41.35364243028017],[-71.99113168472901,41.353682430288565],[-71.99109468471897,41.35371943029696],[-71.99103068470146,41.353780430310884],[-71.9908406846425,41.353834430327296],[-71.9905716845614,41.353953430358885],[-71.99047768453627,41.35405443038156],[-71.99038968451678,41.35422343041735],[-71.99042668454304,41.35448543046753],[-71.99038268455843,41.35503343057618],[-71.99047168461902,41.35561643068761],[-71.99068268472857,41.356369430828536],[-71.9906766847332,41.35649143085262],[-71.99063268472518,41.35660743087668],[-71.9903636846465,41.356771430917085],[-71.99027268461795,41.35679143092379],[-71.99002168453927,41.3568474309425],[-71.98946068436047,41.35691843097367],[-71.98935168432705,41.356956430984475],[-71.98894368420727,41.35719743104421],[-71.98846368407425,41.35762643114299],[-71.98831068403399,41.357802431182165],[-71.98815768399888,41.35807343123994],[-71.98792468394025,41.35839143130938],[-71.98767768387437,41.35865943136944],[-71.98753268385066,41.35909243145868],[-71.98747368384917,41.359419431524536],[-71.98739468382676,41.35948043153891],[-71.9872116837706,41.35954343155689],[-71.98676068362698,41.359603431582514],[-71.98657168357063,41.35969843160693],[-71.9864546835394,41.35982543163539],[-71.98641968353577,41.359968431664484],[-71.98639068354461,41.36030543173134],[-71.98634668353978,41.360480431766966],[-71.98641168356956,41.360639431796095],[-71.98636168356055,41.36077343182388],[-71.9862596835301,41.36082443183699],[-71.98604768347009,41.360990431876026],[-71.98605568347533,41.36103943188537],[-71.98609968349417,41.36112243190027],[-71.98620868353225,41.36117043190631],[-71.98631768357323,41.36127143192273],[-71.98633268358256,41.361353431938326],[-71.9862596835653,41.36147343196405],[-71.98613668353431,41.36164043200054],[-71.98613668354267,41.36179443203069],[-71.98618768356567,41.36191243205222],[-71.98619468357701,41.3620794320847],[-71.9860356835477,41.36249343217065],[-71.98588268352381,41.36297143226894],[-71.98575868349351,41.36315743230919],[-71.98559968346788,41.36363943240844],[-71.9855696834686,41.36383243244714],[-71.98586968358916,41.36425443252053],[-71.98594968362558,41.36444543255545],[-71.98592068362933,41.36468843260392],[-71.98594268364185,41.36478743262261],[-71.98624768375407,41.365025432659806],[-71.98628468376911,41.36508043266945],[-71.98627768376977,41.36513443268024],[-71.98626968376796,41.36514943268343],[-71.98618968375125,41.36532143271955],[-71.98618268375358,41.3654064327364],[-71.98638768383726,41.36571843279118],[-71.98647568387508,41.365887432821545],[-71.98647468387965,41.36597743283919],[-71.98629368384192,41.366368432921305],[-71.98622768383063,41.366556432960145],[-71.98626468384761,41.366647432976826],[-71.98654868395415,41.366906433018784],[-71.9865846839696,41.36697543303118],[-71.98656368396612,41.36703743304396],[-71.98642568392809,41.36716443307308],[-71.98640368392776,41.367290433098404],[-71.98631568391316,41.36754943315181],[-71.9864326839597,41.367705433178756],[-71.98644868396634,41.36773143318335],[-71.98650568398995,41.3678244331998],[-71.98651368400894,41.368126433258674],[-71.98662268405019,41.36823243327606],[-71.98683468412514,41.368341433290865],[-71.98692768416443,41.36850743332051],[-71.98704668421458,41.36871743335794],[-71.9867126841056,41.368713433367446],[-71.9865216840433,41.36871143337293],[-71.98636768399336,41.368715433378455],[-71.98624468395347,41.36871843338284],[-71.98604168388998,41.3687664333985],[-71.98599568387657,41.36879543340558],[-71.98593868385996,41.36883143341437],[-71.98582268383082,41.36899043344907],[-71.98571368381107,41.36928043350918],[-71.98575768383326,41.36942543353623],[-71.9858966838841,41.369528433552105],[-71.98639868405881,41.36973543357717],[-71.98646368408518,41.36983143359395],[-71.98647368409176,41.36989243360559],[-71.98654468413783,41.370315433686194],[-71.98657168414977,41.37037343369673],[-71.98659668416012,41.37041443370398],[-71.98659568416035,41.37042443370597],[-71.98674868421749,41.370559433727685],[-71.98711268434556,41.370735433750916],[-71.98730268441749,41.37092043378127],[-71.98736768444314,41.37100343379553],[-71.98740468446188,41.371126433818446],[-71.98737568445678,41.371206433835006],[-71.98720868441586,41.371454433888694],[-71.9871356844076,41.371740433946925],[-71.98710068441076,41.372008434000456],[-71.98701568438254,41.371998434001114],[-71.98701168438119,41.37199743400104],[-71.98674768429338,41.37196343400252],[-71.98665968426414,41.37195243400308],[-71.98566468393469,41.371852434014144],[-71.9826816829471,41.37155343404748],[-71.98210168275513,41.37149643405418],[-71.98168768261787,41.37145143405813],[-71.98150068255596,41.37143243406015],[-71.98132468249773,41.37141543406224],[-71.98093968237006,41.37137343406588],[-71.98075368230847,41.37135443406788],[-71.98004668207413,41.37127843407479],[-71.97792768137178,41.37105143409558],[-71.9777136813009,41.371029434097856],[-71.97722368113766,41.370961434099634],[-71.97706368108484,41.37094843410201],[-71.97666368095295,41.37091843410845],[-71.97660168093222,41.37090843410841],[-71.97658768092761,41.37090743410864],[-71.97642868087551,41.370901434112355],[-71.97629568083187,41.370895434115276],[-71.9761916807978,41.370891434117695],[-71.97589868070212,41.37088643412573],[-71.97576668065906,41.37088543412961],[-71.97551768057777,41.370881434136486],[-71.97521868048024,41.37087843414509],[-71.97477268033555,41.37088843416078],[-71.97452468025517,41.370895434169796],[-71.97372767999828,41.37094443420391],[-71.97315467981444,41.370995434231524],[-71.97287067972387,41.37103043424711],[-71.9725806796317,41.37107243426426],[-71.97179767938454,41.37121643431654],[-71.97111267916917,41.371358434365426],[-71.9707116790439,41.37145643439695],[-71.97004367883639,41.37164143445371],[-71.96952467867594,41.3717994345006],[-71.9685116783644,41.37213743459794],[-71.9680616782263,41.37229343464232],[-71.9678336781564,41.37237343466499],[-71.96715867794977,41.37261643473332],[-71.96649467774571,41.3728414347978],[-71.96645367773313,41.372855434801814],[-71.96632967769503,41.37289743481384],[-71.96628967768282,41.372912434818005],[-71.96623667766653,41.37293043482316],[-71.96607967761832,41.372984434838564],[-71.96602767760243,41.37300343484388],[-71.96688267776435,41.37085443439692],[-71.9673246778481,41.36974443416602],[-71.967365677799,41.368592433939256],[-71.9673226777316,41.36760743374776],[-71.96692167749625,41.36567443338166],[-71.96725967751992,41.364080433059186],[-71.96732567752466,41.36377143299668],[-71.96741867753114,41.36333243290786],[-71.9676326775178,41.361800432601335],[-71.96771067751068,41.361200432481446],[-71.96744267737647,41.36033443232013],[-71.96708667719804,41.35918043210512],[-71.96707467713392,41.35806943188795],[-71.96806067734754,41.3560864314693],[-71.96834467740915,41.35551643134897],[-71.96853867745114,41.35512543126642],[-71.96873367749346,41.35473443118386],[-71.96892567753825,41.35440743111392],[-71.96950067767249,41.353429430904704],[-71.96969367771766,41.35310343083493],[-71.96986167776343,41.35293843079743],[-71.96988667777028,41.35291443079197],[-71.97017367783089,41.35230843066447],[-71.97027567785261,41.35209643061981],[-71.97046867790851,41.35196843058881],[-71.97058867793518,41.35173943054028],[-71.97080967800959,41.351784430542295],[-71.97112167808895,41.3513744304524],[-71.97051767777486,41.34920643004637],[-71.97034567771576,41.349149430040484],[-71.97021767767176,41.34910643003601],[-71.97018767765633,41.34900143001636],[-71.96913367710718,41.345198429303906],[-71.9695506772394,41.34513242927815],[-71.97325967818676,41.34032742822286],[-71.97345667821693,41.33970042809397],[-71.9750596786012,41.33715842754668],[-71.97611767872084,41.33300642670067],[-71.97991767981713,41.33040642607436],[-71.9809416801574,41.33053442606795],[-71.98401568117886,41.33091842604863],[-71.98504068151944,41.331046426042185],[-71.98518768156984,41.33109342604687],[-71.98561768171594,41.33120642605579],[-71.98687268216291,41.331916426156276],[-71.98794868254276,41.332462426230144],[-71.98855268275595,41.33276842627153],[-71.99047768352185,41.335339426715976],[-71.99149668392725,41.33669942695105],[-71.99180568405487,41.33719842703928],[-71.99196068410771,41.337242427043144],[-71.99233868423826,41.33738042705855],[-71.99240368426098,41.337409427062234],[-71.99248168428876,41.33745342706843],[-71.99251568430124,41.33747942707249],[-71.9925426843117,41.33751042707774],[-71.9925646843207,41.33754442708373],[-71.99258268432853,41.33758042709021],[-71.99259668433464,41.337609427095465],[-71.99260868434023,41.337640427101164],[-71.99263668435503,41.337745427120865],[-71.99264368435965,41.33778842712907],[-71.99266868438235,41.33805742718102],[-71.99269168439986,41.338242427216535],[-71.99270868441018,41.33833042723325],[-71.99274868443278,41.33850742726669],[-71.99277268444544,41.3385964272834],[-71.99282368447044,41.3387514273122],[-71.99299668454911,41.339164427387765],[-71.99302168456084,41.339230427399926],[-71.99320068464675,41.33974042749432],[-71.99324668466834,41.33986242751679],[-71.99327468468103,41.33992842752886],[-71.99330868469556,41.33999242754035],[-71.99334868471156,41.34004742754989],[-71.99339568472963,41.34009842755843],[-71.99344068474639,41.34013742756469],[-71.99380668488024,41.340408427606505],[-71.9939836849449,41.34053842762653],[-71.99463868518116,41.3409634276896],[-71.99487668526795,41.34113542771596],[-71.99511068535416,41.341320427744996],[-71.9953196854311,41.3414844277707],[-71.99549568549608,41.34162642779309],[-71.99557968552728,41.34169742780442],[-71.99561668554101,41.341728427809336],[-71.99567868556417,41.34178342781821],[-71.99573868558686,41.34184142782772],[-71.99583268562297,41.341943427844804],[-71.9959196856571,41.34205042786309],[-71.99600368569031,41.34215842788164],[-71.99614368574623,41.342349427914755],[-71.99623068578138,41.342475427936755],[-71.99627768580037,41.342543427948634],[-71.99649768588988,41.34287342800649],[-71.99657368592048,41.3429814280253],[-71.99667068595905,41.34311042804758],[-71.99673268598313,41.34318242805977],[-71.99680168600933,41.34325142807118],[-71.99688868604119,41.34331642808122],[-71.99698168607488,41.34337942809069],[-71.99712268612569,41.343470428104176],[-71.9972686861779,41.34355642811653],[-71.99781268637153,41.343861428159514],[-71.99856168663754,41.34427042821655],[-71.9986096866547,41.344298428220554],[-71.99870068668713,41.34435042822794],[-71.99876868671156,41.34439242823408],[-71.99894568677556,41.34451042825174],[-71.99905168681431,41.34458842826376],[-71.99914168684778,41.34466542827606],[-71.99922568687946,41.344745428289144],[-71.99930068690854,41.34483142830367],[-71.99933568692238,41.3448764283114],[-71.99938468694205,41.34494542832341]]]},"properties":{"name":7030,"geoid":"09011703000"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.23955978556059,41.714199492799715],[-72.23942078551194,41.71414049279266],[-72.23928078546297,41.71408149278561],[-72.23921378543919,41.71404749278113],[-72.23882678530259,41.71386249275742],[-72.23816178506485,41.713491492706424],[-72.23806478502644,41.71337049268601],[-72.23805878502398,41.713361492684456],[-72.23794778497735,41.713175492651885],[-72.23788978495563,41.71312549264402],[-72.2376017848478,41.71287749260499],[-72.23745378479235,41.71274949258483],[-72.23730478473657,41.7126214925647],[-72.23725678471857,41.71257949255806],[-72.2372087847006,41.71253849255164],[-72.23638378439159,41.71182649243953],[-72.2361717843128,41.71165449241286],[-72.23499778387638,41.710700492264806],[-72.23248778295786,41.708919491998394],[-72.23172278267795,41.70837749191734],[-72.23159178263006,41.708285491903624],[-72.22919578175436,41.706604491652975],[-72.2288997816462,41.70639749162214],[-72.22800378131873,41.70576849152832],[-72.22799178131437,41.70576049152714],[-72.22718578101968,41.705193491442515],[-72.22616178064541,41.70447449133526],[-72.22472778012207,41.70348149118774],[-72.22390677982247,41.70291349110339],[-72.22349677967205,41.70261549105848],[-72.22281777942302,41.70212349098439],[-72.21955277822528,41.6997514906269],[-72.21921777810242,41.699508490590304],[-72.21846577782641,41.69895949050745],[-72.21842577781173,41.698930490503066],[-72.2182067777314,41.69877149047912],[-72.21743377744771,41.69820749039399],[-72.2171767773534,41.69802049036579],[-72.21665877716578,41.697686490317274],[-72.21510477660281,41.69668449017171],[-72.21458777641556,41.69635149012336],[-72.21398877619853,41.695964490067084],[-72.21219377554831,41.694807489898984],[-72.21159577533173,41.69442248984309],[-72.21158977532956,41.69441848984251],[-72.21151177530126,41.69436748983505],[-72.21126177521064,41.694205489811466],[-72.21117877518066,41.694153489804016],[-72.21046777492307,41.693694489737275],[-72.21042377490717,41.693666489733225],[-72.20833677415118,41.692320489537614],[-72.20823977411605,41.692258489528626],[-72.20782177396266,41.69195348948257],[-72.20765077389991,41.691828489463695],[-72.20763277389331,41.69181548946173],[-72.20664777353178,41.69109548935296],[-72.20364477242954,41.688899489021146],[-72.20266577207016,41.688182488912744],[-72.20264477206236,41.68816548891011],[-72.20188877178487,41.68761248882653],[-72.19962177095276,41.68595348857575],[-72.19886677067572,41.6854024884925],[-72.19848377053522,41.68512348845039],[-72.19786777030912,41.68467248838218],[-72.19553176945179,41.68296448812402],[-72.19488276921285,41.68247648804967],[-72.19389676884994,41.681736487936995],[-72.19367176876717,41.68156848791144],[-72.19215376820836,41.6804274877376],[-72.1869317662861,41.67650248713953],[-72.18665276618337,41.6762924871075],[-72.186651766183,41.676291487107356],[-72.18546576575443,41.67554348699934],[-72.18511176562653,41.67532048696713],[-72.1851077656251,41.67531848696688],[-72.18391776519502,41.674566486858204],[-72.18369776511557,41.674428486838316],[-72.1802907638912,41.67240048655138],[-72.17908076345645,41.671681486449714],[-72.17892576340081,41.6715904864369],[-72.17846076323416,41.67132148639925],[-72.17831876318321,41.67123848638759],[-72.17830676317897,41.67123248638679],[-72.17827676316818,41.67121448638424],[-72.17821276314457,41.67116548637672],[-72.17793776304316,41.67095548634459],[-72.1778467630097,41.67088748633424],[-72.17747776287301,41.670594486288906],[-72.17710776273599,41.67030148624363],[-72.17709976273305,41.67029548624269],[-72.1754697621294,41.66900348604294],[-72.17478076188449,41.66864148599423],[-72.1740047616087,41.668234485939514],[-72.17393876158515,41.668198485934596],[-72.17381776154198,41.66813148592537],[-72.17345476141251,41.667933485898295],[-72.17333476136972,41.667867485889246],[-72.17309976128404,41.66770548586515],[-72.1728417611899,41.667526485838486],[-72.17276776116303,41.66747748583128],[-72.1720697609099,41.667020485764404],[-72.16893975977476,41.66496948546419],[-72.16824775952432,41.664525485399636],[-72.16697575906412,41.66371148528139],[-72.16696775906124,41.66370648528067],[-72.16678975899676,41.663591485263915],[-72.16622775879229,41.663211485207725],[-72.16534775847376,41.66264548512535],[-72.16309775765937,41.661199484914974],[-72.16046175670532,41.65950548466848],[-72.159131756224,41.658651484544265],[-72.15883175611553,41.65846048451654],[-72.15882775611401,41.658456484515895],[-72.15857475602246,41.658294484492345],[-72.15780375574344,41.65779948442032],[-72.15754675565049,41.65763548439653],[-72.15769075568325,41.6573794843423],[-72.15812675578276,41.65661148417955],[-72.15827175581587,41.6563564841255],[-72.15897775597502,41.65507648385484],[-72.15972875614446,41.65371748356745],[-72.16059975634094,41.652141483234146],[-72.16109775645327,41.6512394830434],[-72.16180475661278,41.649960482772904],[-72.16192275664159,41.64978648273543],[-72.1620737566785,41.64956448268758],[-72.16207875667963,41.64955548268567],[-72.16211575668882,41.649503482674405],[-72.16288475687438,41.648329482422355],[-72.1631537569394,41.647920482334506],[-72.16338275698948,41.6474774822413],[-72.16407275714081,41.64615148196217],[-72.16430275719125,41.64570948186914],[-72.1651547573809,41.644121481534036],[-72.16624075762286,41.6421014811077],[-72.16771375795078,41.6393574805286],[-72.16856675814081,41.6377704801936],[-72.16870975817116,41.63747748013221],[-72.16914175826327,41.63659947994814],[-72.16928575829401,41.63630747988691],[-72.16995275844101,41.63503847961951],[-72.17195775888355,41.631234478817696],[-72.17262575903096,41.62996647855043],[-72.17442175942573,41.626529477826395],[-72.17517775959197,41.625084477521966],[-72.1799077606448,41.61626947566085],[-72.18174276105343,41.612853474939456],[-72.18278676128611,41.610913474529674],[-72.1828217612939,41.610848474515954],[-72.18610276203097,41.60485647324844],[-72.18719676227686,41.60286047282614],[-72.18728876229719,41.602686472789436],[-72.18748176234016,41.60232747271361],[-72.18756676235888,41.60216547267943],[-72.18765976237955,41.601991472642695],[-72.1880007624471,41.6012054724792],[-72.18902776265108,41.598848471988774],[-72.18937076271934,41.598063471825405],[-72.18938876272315,41.59802647181763],[-72.18944476273535,41.5979174717947],[-72.18946376273955,41.597881471787105],[-72.18966476278044,41.59743747169448],[-72.1899507628508,41.59702547160541],[-72.1916447632679,41.594590471078924],[-72.19220976340708,41.59377947090353],[-72.19257276348797,41.593104470760906],[-72.19366076373036,41.59108147033345],[-72.19402476381163,41.59040747019097],[-72.19402776381203,41.590397470188925],[-72.1940367638133,41.59036747018283],[-72.19404076381412,41.59035847018094],[-72.19412376382714,41.59010547012914],[-72.19469276395702,41.58910346991646],[-72.19511276405304,41.588366469759976],[-72.19594776427243,41.587415469548894],[-72.19689276447383,41.58549346914548],[-72.19751976460765,41.58422146887846],[-72.19775776466935,41.58393546881538],[-72.19810576475976,41.58352046872378],[-72.198220764776,41.58313746864568],[-72.19827176478324,41.582968468611206],[-72.1983207647905,41.58281146857914],[-72.19842176481339,41.58263046854076],[-72.19934976502121,41.58092446817987],[-72.19980376510603,41.579785467944106],[-72.19998976515778,41.57962546790715],[-72.20003076516653,41.57954246788972],[-72.20006576517389,41.579469467874425],[-72.20007176517522,41.57945846787211],[-72.20022076520688,41.57915346780811],[-72.20029376522234,41.57900346777664],[-72.2003697652385,41.57884846774411],[-72.2006217652922,41.57833546763643],[-72.20137676545308,41.57679946731398],[-72.20162976550714,41.57628746720646],[-72.20170776552479,41.57614746717678],[-72.20194276557827,41.57573046708831],[-72.20202176559629,41.57559146705879],[-72.20204176560102,41.57555946705194],[-72.20206476560664,41.575525467044606],[-72.20210176561544,41.575466467031966],[-72.20212276562057,41.57543546702528],[-72.20214676562578,41.57538846701538],[-72.20221176564002,41.57526346698903],[-72.20221876564149,41.575248466985904],[-72.20224376564708,41.57520246697615],[-72.20227476565142,41.57509846695495],[-72.20230576565568,41.57499346693357],[-72.20231976565749,41.57494346692339],[-72.20254876568897,41.57416546676486],[-72.20262576569976,41.57390746671225],[-72.20265176570457,41.5738414666986],[-72.20272876571873,41.57364446665787],[-72.20275576572394,41.57357946664437],[-72.20413876602554,41.5708904660779],[-72.20416176603061,41.57084646606862],[-72.20429076605707,41.570565466009924],[-72.20435276606996,41.57043346598229],[-72.20688676659812,41.56506546485845],[-72.21079676741272,41.556775463122705],[-72.21272376782014,41.552797462288105],[-72.21392376806754,41.55020646174617],[-72.21547476839149,41.54693246106029],[-72.21677076866747,41.544292460505744],[-72.21842376900734,41.54070645975581],[-72.21911076912686,41.538823459367656],[-72.22085276977623,41.5403004596008],[-72.22608077172521,41.54473346030039],[-72.22782377237502,41.54621146053361],[-72.22790077240437,41.5462884605462],[-72.2281327724929,41.546521460584295],[-72.22821077252262,41.54659946059705],[-72.22844677260971,41.54678346062549],[-72.22909277284808,41.54728646070319],[-72.2291577728718,41.547332460710116],[-72.22940177296095,41.547506460736365],[-72.22972877308129,41.5477554607746],[-72.23071077344272,41.54850346088948],[-72.23103877356344,41.548753460927884],[-72.23747777590994,41.553234461598585],[-72.24212977761296,41.55660946210981],[-72.24272177783378,41.55711246218916],[-72.24301477793979,41.55730246221696],[-72.24740977954238,41.56037546267733],[-72.24861677999887,41.561513462860965],[-72.24951578033884,41.56236046299762],[-72.24951678035261,41.562602463044676],[-72.24951678035933,41.56272346306822],[-72.25200178129633,41.56501546343633],[-72.2526887815554,41.56564946353815],[-72.25322978175858,41.56613346361538],[-72.25345378184252,41.56633046364668],[-72.25412578209443,41.56692346374099],[-72.25435078217876,41.56712146377248],[-72.25511678246579,41.56779546387958],[-72.25599978279665,41.56857146400289],[-72.25741678332771,41.56981946420126],[-72.2575297833701,41.56991946421718],[-72.25816978361149,41.570510464312086],[-72.26195778504034,41.574009464873974],[-72.26267178530148,41.57452146495117],[-72.26345478558804,41.57508646503652],[-72.26388878574781,41.57541646508709],[-72.26398378578355,41.57550246510085],[-72.2642737858928,41.5757674651433],[-72.27038778815712,41.58065746590259],[-72.2705767882272,41.5808104659264],[-72.2720377887688,41.58198746610946],[-72.27642179039395,41.585518466658506],[-72.2764347903988,41.58552946666025],[-72.2778837909359,41.58669546684148],[-72.28002779172884,41.58838846710336],[-72.28325779292341,41.590937467497525],[-72.28639479409128,41.59355046790699],[-72.2864817941237,41.59362346791846],[-72.28711579435968,41.59415046800099],[-72.28858279489543,41.5951854681561],[-72.28880179497543,41.595340468179366],[-72.28945879521545,41.59580546824911],[-72.28967879529579,41.595960468272324],[-72.28970779530628,41.595979468275104],[-72.28979779533891,41.59603846828375],[-72.28980379534109,41.59604246828433],[-72.28982779534986,41.59605946828689],[-72.29016079547132,41.596291468321525],[-72.29042679556963,41.596500468353796],[-72.29106479580548,41.59700146843113],[-72.29197179614032,41.59770546853948],[-72.2921637962093,41.5978204685558],[-72.29220679622463,41.59784446855911],[-72.2922947962561,41.59789446856607],[-72.2923807962867,41.59794046857231],[-72.29246979631809,41.597983468577866],[-72.29261479636875,41.59804446858517],[-72.29276579642091,41.59809746859073],[-72.2928907964636,41.598132468593604],[-72.2941217969227,41.599171468756865],[-72.29711279803055,41.60155846912681],[-72.29962779896219,41.603566469437986],[-72.30265580008621,41.606025469820665],[-72.30589680128774,41.60862947022477],[-72.30950580262548,41.611522470673364],[-72.31312580369385,41.60953047017241],[-72.3144898042012,41.61065547034808],[-72.31565380463239,41.61158347049174],[-72.31887980582752,41.61415747089032],[-72.31914980592714,41.614365470922216],[-72.32032880636227,41.615276471062096],[-72.32103780662412,41.61582747114681],[-72.32222180706145,41.61674847128845],[-72.32316480741008,41.617487471402335],[-72.32387280767185,41.61804247148785],[-72.32397980771114,41.61812147149983],[-72.32430080782902,41.61835847153576],[-72.32440780786828,41.618437471547736],[-72.32442780787639,41.61846547155254],[-72.32448980790129,41.618549471566915],[-72.32451080790975,41.61857847157187],[-72.32466980798472,41.618992471647296],[-72.32482880805973,41.61940747172291],[-72.325011808146,41.61988347180961],[-72.32541580833643,41.62093447200103],[-72.32600280861315,41.62246147227915],[-72.32651080885272,41.62378447252012],[-72.32651680885557,41.62380047252302],[-72.32701880909224,41.62510647276088],[-72.32921381005798,41.62958047356062],[-72.32922681006362,41.629605473565064],[-72.33257281167653,41.63893547527125],[-72.3325958116879,41.639004475283926],[-72.3334888121204,41.64152947574597],[-72.33357581216258,41.641776475791204],[-72.33366681220642,41.64202947583744],[-72.33370381222419,41.642131475856075],[-72.33376581225444,41.64231047588887],[-72.3338268122839,41.64248147592015],[-72.33391181232481,41.64271747596327],[-72.3339198123287,41.64274047596748],[-72.3339348123359,41.64278147597498],[-72.3342268124773,41.643606476125925],[-72.33217781184703,41.64427747632077],[-72.33163881168083,41.644446476370575],[-72.33081381142647,41.64470647644704],[-72.33007081119857,41.64496147651997],[-72.30904580474706,41.652140478575895],[-72.30364380308957,41.65399047910508],[-72.30323880297365,41.65427847917373],[-72.29963180194075,41.656833479783195],[-72.29771880139191,41.658170480102896],[-72.29486380057286,41.66016748058034],[-72.29465480051424,41.66033748061991],[-72.29430680041673,41.66062248068616],[-72.29399380032913,41.66088048074609],[-72.29362480023345,41.66132048084308],[-72.29303180006478,41.66176148094735],[-72.29261779993804,41.6619084809889],[-72.29249479990045,41.6619534810015],[-72.29204079977332,41.66232648108817],[-72.29067379937635,41.66319748130022],[-72.29062779936297,41.663226481307305],[-72.29059279935319,41.66325548131403],[-72.29051179932985,41.66331048132726],[-72.28634179814252,41.66638948205597],[-72.28628779812729,41.66643148206581],[-72.27866979595397,41.671983483382796],[-72.27254779393112,41.6715094834834],[-72.2723227938568,41.67149248348719],[-72.27209879378275,41.671474483490734],[-72.27150079358518,41.67142848350062],[-72.27099979341979,41.67139248350939],[-72.27036279320954,41.671347483520684],[-72.26949879292432,41.67128548353583],[-72.26914979280913,41.67126048354194],[-72.2690007927592,41.671236483541975],[-72.26888379271999,41.67121748354198],[-72.26879279268951,41.67120348354212],[-72.26858479261989,41.67117148354245],[-72.26853479260316,41.671163483542465],[-72.2684757925834,41.67115448354258],[-72.26841879256432,41.67114548354264],[-72.26840679256846,41.67128948357093],[-72.26840579256874,41.67130048357311],[-72.26839579257293,41.671433483599216],[-72.26838879257573,41.67152448361711],[-72.26837279258164,41.67172348365622],[-72.26836879258275,41.6717664836647],[-72.26835679258755,41.67192248369533],[-72.26836279259108,41.671950483700584],[-72.26842179262525,41.67221748375053],[-72.26835179260875,41.67233048377466],[-72.26830479259785,41.67240948379146],[-72.26805479253349,41.672716483858885],[-72.26804079253357,41.67279948387544],[-72.26812779257021,41.67294748390142],[-72.26812079257286,41.67303548391871],[-72.26798179253949,41.673249483964604],[-72.26782579249713,41.673401483998994],[-72.26770379246416,41.67352348402651],[-72.26750379240845,41.67369348406579],[-72.26727879234582,41.67388548411011],[-72.26716179231623,41.67403848414347],[-72.26705879230965,41.674521484240415],[-72.26702179230223,41.67460448425769],[-72.2670217923056,41.67466448426933],[-72.26705479231926,41.674716484278385],[-72.26720479238155,41.67495548432004],[-72.26748979251069,41.6756024844366],[-72.26752579253042,41.67574548446322],[-72.26747479252329,41.67591548449781],[-72.26696979238626,41.67640948460952],[-72.26635479220006,41.67666648467872],[-72.26622979216422,41.676754484699735],[-72.26614879215013,41.67697448474496],[-72.266141792165,41.67728148480474],[-72.26624379220819,41.67745848483587],[-72.26630279223319,41.67756148485399],[-72.26642679228162,41.677704484877836],[-72.2665727923369,41.677841484899815],[-72.26668979237779,41.67789048490565],[-72.2669977924829,41.67797348491207],[-72.26708179251179,41.67800048491466],[-72.26712379252577,41.67800548491431],[-72.26712779252713,41.678006484914384],[-72.26716979254206,41.678028484917334],[-72.26722679256164,41.67804648491903],[-72.26725379257097,41.67805548491992],[-72.26739279262307,41.67817648493902],[-72.2674147926336,41.67823648494998],[-72.26742179264477,41.6783954849806],[-72.26732679263007,41.67868648504005],[-72.26736279265194,41.67886748507402],[-72.26748679269888,41.67898348509263],[-72.26758979274075,41.6791314851181],[-72.26765479277358,41.67933948515641],[-72.26762579276938,41.679433485175544],[-72.26761879277663,41.679603485208744],[-72.26766179280473,41.67985548525629],[-72.26761779280208,41.68006448529821],[-72.2676177928182,41.68035248535409],[-72.26761779281892,41.68036548535661],[-72.26767579284646,41.68051948538465],[-72.26783679290726,41.680667485408314],[-72.26788079292591,41.680744485421855],[-72.26790979294339,41.680887485448686],[-72.26785179294258,41.68121148551336],[-72.26785879296327,41.681540485576974],[-72.26801179302578,41.681765485615784],[-72.26834879314978,41.68201748565409],[-72.26854579323003,41.682303485703365],[-72.26873579332883,41.682961485825025],[-72.26871379335053,41.683477485925806],[-72.26876479338071,41.68371948597113],[-72.26884479341139,41.68380148598453],[-72.26900579347156,41.68393848600605],[-72.26935679359863,41.68416348603864],[-72.2694227936263,41.684273486057904],[-72.26946679365633,41.68455348611084],[-72.26959879371014,41.68474548614392],[-72.26956879370432,41.68481648615863],[-72.26937879365038,41.68495948619234],[-72.26925379361698,41.685091486221886],[-72.26921679361567,41.685283486260296],[-72.2693927936973,41.68571648633874],[-72.26953879375294,41.68585948636188],[-72.26988979387725,41.686035486384974],[-72.2701457939715,41.68622748641417],[-72.27038279406088,41.68644348644861],[-72.27044579408468,41.68650148645787],[-72.27075379420695,41.68689148652383],[-72.27092179428482,41.68730348659845],[-72.27110479435648,41.687517486634206],[-72.27154379452115,41.68790148669487],[-72.27166779457605,41.68815948674099],[-72.27180679463001,41.6883134867665],[-72.27189479466331,41.688395486779626],[-72.27190679466777,41.68840548678119],[-72.27215779476201,41.68862648681616],[-72.27244279486139,41.688741486829485],[-72.27276479497532,41.688900486850194],[-72.27283079500116,41.68897748686306],[-72.2729627950494,41.68907048687694],[-72.27313079510576,41.68909848687708],[-72.2733867951951,41.6892024868892],[-72.27360679527513,41.689350486910975],[-72.27370879531763,41.68951548693977],[-72.27405279545168,41.68990548700458],[-72.27422879551523,41.690015487020375],[-72.27455079563559,41.69028948706338],[-72.27475479572028,41.69061348711978],[-72.2747627957272,41.69069048713447],[-72.27463079569765,41.690931487185374],[-72.27457879568837,41.69106848721357],[-72.27460879570643,41.69121648724132],[-72.27457179570422,41.69139248727662],[-72.27435979564304,41.69153448731084],[-72.27427179561954,41.691627487331644],[-72.27410279556963,41.69172048735499],[-72.27403679555304,41.69180848737414],[-72.27409579558612,41.692055487420184],[-72.27420479563119,41.69222548744973],[-72.2742997956751,41.69245648749153],[-72.27425579566379,41.69251048750339],[-72.27430779568662,41.69261548752211],[-72.27403679560128,41.69266948754111],[-72.27387479555857,41.69285048758131],[-72.27374379551927,41.692911487597264],[-72.27359679547284,41.692938487607115],[-72.27331879537846,41.692872487603076],[-72.27325279535079,41.69276248758382],[-72.27320879532662,41.69258748755126],[-72.27314379530014,41.692493487535074],[-72.27300479525147,41.692433487527815],[-72.2728727952084,41.69243348753197],[-72.27266079514112,41.692466487545026],[-72.27226479500854,41.69240548754568],[-72.27219179498815,41.6924664875598],[-72.27212579496786,41.69248848756616],[-72.27200879492874,41.69247148756653],[-72.27184079486902,41.69238348755476],[-72.27170979481554,41.69219148752164],[-72.27170979481001,41.69209248750245],[-72.27165179478956,41.69206548749902],[-72.27111679460981,41.69197148749763],[-72.27094879454953,41.69187348748392],[-72.2708977945181,41.69160948743431],[-72.27082479448602,41.691461487407906],[-72.27070779444233,41.691362487392404],[-72.2705897944026,41.691340487391834],[-72.27012179424968,41.6913354874056],[-72.26990979418206,41.69136248741751],[-72.26937479401366,41.69147148745547],[-72.26921379396518,41.69154348747451],[-72.269088793937,41.69176848752207],[-72.2690447939343,41.691976487563785],[-72.26882579388656,41.69239948765272],[-72.26829179373262,41.69276048773951],[-72.26819579370253,41.692782487746804],[-72.26815279368728,41.69276048774388],[-72.26812279367446,41.69270648773437],[-72.26813079367031,41.692585487710666],[-72.2682187936938,41.69249248768985],[-72.26826279370013,41.69234948766073],[-72.26818979367113,41.69225648764498],[-72.26793279358264,41.69217348763697],[-72.26766979348825,41.69201948761539],[-72.26749379342381,41.6918934875965],[-72.26748679341384,41.691756487570146],[-72.26758279343042,41.69149348751612],[-72.26758279342427,41.69138348749478],[-72.26752379340161,41.69132248748481],[-72.26730379332376,41.691213487470584],[-72.2671287932608,41.691108487455736],[-72.2667477931172,41.6907634874008],[-72.26656479305295,41.690681487390655],[-72.26649979303174,41.69068148739271],[-72.26626479295906,41.690752487413874],[-72.26604679289352,41.69085148743993],[-72.26576079280292,41.69089948745823],[-72.2656727927779,41.6909654874738],[-72.26565779277608,41.69102048748493],[-72.26567979280019,41.69132248754282],[-72.26565779279484,41.6913554875499],[-72.2655777927718,41.691409487562886],[-72.26540879271637,41.69140448756724],[-72.26533579269407,41.691431487574775],[-72.26524779267585,41.69161848761381],[-72.26518179265584,41.69164548762112],[-72.2649037925655,41.69165148763103],[-72.26461779246915,41.691596487629354],[-72.26446479241986,41.69160748763629],[-72.26438379239494,41.69163448764409],[-72.2643107923742,41.69168948765705],[-72.26401079228158,41.69178248768451],[-72.26393679226081,41.69184248769849],[-72.26368079220127,41.692270487789536],[-72.26348979216046,41.69265448787001],[-72.26349679217138,41.69280848789968],[-72.26356279220057,41.69294548792415],[-72.2635627922187,41.69326948798698],[-72.26351879220894,41.69335148800428],[-72.26337979216882,41.69344448802669],[-72.26325379212952,41.69347648803685],[-72.26315979210008,41.69349848804408],[-72.26269879195739,41.69363548808514],[-72.26258779192455,41.69369548810027],[-72.2623527918596,41.693904488148185],[-72.26231679185464,41.69402548817277],[-72.26233879186798,41.694135488193425],[-72.26234579187792,41.69427248821979],[-72.26225679185595,41.694398488247],[-72.26204379179694,41.69458548828996],[-72.26213879183312,41.694678488305016],[-72.26204379181083,41.69483348833808],[-72.2619477917832,41.694899488353876],[-72.26180079174014,41.694986488375385],[-72.261771791735,41.69506348839122],[-72.26171279171793,41.69510248840064],[-72.26146379163822,41.69512948841371],[-72.26127979159081,41.69535448846314],[-72.26128679160568,41.69557948850654],[-72.26133879162722,41.6956614885208],[-72.2615647917074,41.695776488536005],[-72.26163079173296,41.69584848854788],[-72.26167479175312,41.69595248856666],[-72.26168179176184,41.69606748858874],[-72.26163779175461,41.69619448861475],[-72.26150579172075,41.696358488650716],[-72.26143279170029,41.696418488664634],[-72.26102279157395,41.69655048870314],[-72.26092779154665,41.69661648871893],[-72.26088379153626,41.69668748873407],[-72.26090579155147,41.69683048876111],[-72.2609707915834,41.697022488796286],[-72.26099979161067,41.69734048885705],[-72.26100579163531,41.69774548893539],[-72.26103879167049,41.69818148901891],[-72.26093579165516,41.69850748908535],[-72.26075479160326,41.69863548911586],[-72.2607287915958,41.69865348912016],[-72.26016479140921,41.6986064891288],[-72.25932979112396,41.69837648911046],[-72.25902979102487,41.69835448911564],[-72.25873679093115,41.698387489131235],[-72.25842179083176,41.69844748915279],[-72.2582897907976,41.69860648918777],[-72.25811379075559,41.69888148924662],[-72.25804779075585,41.69927048932413],[-72.25794479073944,41.69957748938689],[-72.25787179071932,41.699643489402],[-72.25772479067999,41.69979748943646],[-72.25754979062718,41.699873489456714],[-72.25727879054156,41.69992348947494],[-72.25698679044662,41.69992848948509],[-72.256692790351,41.69993348949531],[-72.25656079031071,41.69998348950914],[-72.25644379027653,41.70005448952659],[-72.25617279020102,41.70028448957971],[-72.25579879008731,41.70043248962017],[-72.255374789953,41.70050348964726],[-72.25485478978432,41.70052048966691],[-72.25481378977088,41.70051948966801],[-72.25426878959216,41.70050248968186],[-72.25409278953504,41.70050748968836],[-72.25384378944983,41.700436489682424],[-72.25360278936164,41.70026548965684],[-72.25343378930074,41.700162489642175],[-72.25332478925937,41.70005848962545],[-72.25306878915801,41.69973948957164],[-72.2528857890888,41.69956948954442],[-72.2524097889145,41.69922948949346],[-72.25200778877536,41.69908648947839],[-72.25180978870982,41.6990694894813],[-72.25158278863613,41.69907548948961],[-72.25126078853076,41.69906948949858],[-72.25066078833655,41.69909648952265],[-72.25035178824419,41.69924748956166],[-72.25016778818922,41.699337489584885],[-72.25011178818168,41.699529489623885],[-72.25004578816755,41.69966148965156],[-72.25023578824427,41.69992448969657],[-72.25047778833428,41.70012248972736],[-72.25062378839141,41.70029248975574],[-72.25080578847104,41.70065448982022],[-72.25109178857541,41.700852489849616],[-72.25135478868243,41.70123148991482],[-72.25144278872557,41.70148948996209],[-72.25147178874606,41.701686489999375],[-72.2513837887355,41.702010490064964],[-72.2513687887469,41.70230149012186],[-72.25141178878796,41.70278449021415],[-72.25140378879917,41.70303149026229],[-72.25124978876579,41.7033324903255],[-72.25111878872859,41.70343149034881],[-72.25083978864315,41.70353049037679],[-72.25077378862373,41.70356849038621],[-72.25026078846501,41.7037224904322],[-72.25000478838328,41.70375449044646],[-72.24957678824691,41.70381249047115],[-72.24952578823067,41.70381949047411],[-72.2489177880357,41.703879490504875],[-72.24856178792277,41.703936490527106],[-72.24744678756912,41.70411649059707],[-72.24724878750543,41.7041324906064],[-72.24703678743413,41.7040944906057],[-72.24654578726015,41.70384749057323],[-72.24622378714962,41.70374949056437],[-72.24598178706943,41.703727490567694],[-72.24585778703884,41.703903490605725],[-72.24576278701625,41.70405349063779],[-72.24574078701107,41.70408949064546],[-72.2453237868938,41.70442449072351],[-72.24527978688374,41.70450149073984],[-72.24528478690532,41.70485749080869],[-72.24528678691212,41.704967490829965],[-72.24519178688973,41.70512149086281],[-72.24511178686706,41.705182490877164],[-72.24491378680247,41.70518249088339],[-72.24451878666719,41.70506749087349],[-72.24437978662368,41.70510049088427],[-72.24428378659697,41.70518249090319],[-72.2442847865989,41.705211490908766],[-72.24429178660723,41.70531949092949],[-72.24443778666316,41.70546749095359],[-72.24442378666318,41.70554949096993],[-72.24439478665556,41.70558249097724],[-72.24433578663972,41.70564349099092],[-72.24406478655378,41.70568749100796],[-72.24402078654249,41.70574249102002],[-72.24397678653645,41.70589049105009],[-72.2440287865623,41.706049491079284],[-72.24403578658485,41.706411491149254],[-72.24402178658275,41.70645549115822],[-72.24402178658735,41.70653749117412],[-72.24422678666558,41.706740491207036],[-72.24432978670163,41.706784491212325],[-72.24476878684361,41.70676249119426],[-72.24490778689233,41.706822491201535],[-72.24499578692445,41.70688349121058],[-72.24516278697998,41.70690249120901],[-72.24519378699033,41.7069064912088],[-72.2453477870368,41.70683949119099],[-72.24570578714957,41.70676749116578],[-72.24608878727328,41.70674549114947],[-72.24609378727492,41.70674549114932],[-72.24677478750071,41.7068104911405],[-72.24720678764565,41.70688249114088],[-72.24730278768,41.706936491148326],[-72.24733878769466,41.7069884911573],[-72.2475447877786,41.70728749120878],[-72.24755878779028,41.70741449123296],[-72.2474277877678,41.70777649130726],[-72.24745678778282,41.70787549132554],[-72.24759578783151,41.70793549133281],[-72.24780878790408,41.70799049133678],[-72.24780878790773,41.70805549134938],[-72.2477717879055,41.70823149138466],[-72.24783078793213,41.70836349140838],[-72.24780878792771,41.708412491418564],[-72.24769978789858,41.70852749144432],[-72.24769178790248,41.70864349146704],[-72.24767778790525,41.70877449149288],[-72.24758978787962,41.70882949150631],[-72.24740678781963,41.70882449151109],[-72.2473117877859,41.708775491504575],[-72.24692978763575,41.70831949142817],[-72.24676878757775,41.70822149141426],[-72.24665878754152,41.70821549141656],[-72.24657178751656,41.7082764914311],[-72.24649078750672,41.70857249149105],[-72.24640378750688,41.709082491592646],[-72.24615478745795,41.70965949171233],[-72.24601578742705,41.70991749176671],[-72.24592878740695,41.71006549179814],[-72.2458407874016,41.710482491881734],[-72.24571678736731,41.710592491906965],[-72.24552578730959,41.71067449192887],[-72.24550478730548,41.71072349193902],[-72.24554078732001,41.7107734919476],[-72.24568778737044,41.71081749195149],[-72.24572378738554,41.71087749196199],[-72.24570178738296,41.71095949197858],[-72.24551878733065,41.71109149200993],[-72.24535078727926,41.71115249202702],[-72.24523378724075,41.71114649202954],[-72.24507978718592,41.711064492018494],[-72.2448597871012,41.71083349198064],[-72.24472778705514,41.710779491974314],[-72.24461778702047,41.71080149198202],[-72.24458878701589,41.7108884919998],[-72.24465478704515,41.71102649202448],[-72.24485978712337,41.711229492057385],[-72.24489678714401,41.711382492085896],[-72.2448827871456,41.71149249210765],[-72.24483678713398,41.71155249212073],[-72.24466278708981,41.711777492169816],[-72.2444797870338,41.71184349218835],[-72.24362378676042,41.711948492235635],[-72.24335278667756,41.71204749226333],[-72.2432937866626,41.71212449228012],[-72.24326478666083,41.71226149230758],[-72.24347778674874,41.712590492364676],[-72.24360178680857,41.712936492427836],[-72.24371978685438,41.713067492449525],[-72.24386578690907,41.71319349246936],[-72.24417378702218,41.7134184925033],[-72.24439378710038,41.71353349251866],[-72.2447527872301,41.71375849255099],[-72.2449377872933,41.71380949255506],[-72.24496578730675,41.71388649256912],[-72.24492478729472,41.713910492575046],[-72.24481878726363,41.7139724925904],[-72.24472378723817,41.714071492612575],[-72.24462078720792,41.714131492627445],[-72.244379787133,41.71419749264781],[-72.24433578712019,41.71422549265463],[-72.24413078706252,41.71438949269287],[-72.24401378702619,41.71442249270294],[-72.24382278696208,41.71439049270274],[-72.24371278692155,41.71430749269012],[-72.24356678686043,41.71406649264799],[-72.24351478683576,41.71392949262307],[-72.24344178680826,41.71386349261255],[-72.24330978676494,41.71385849261574],[-72.24319978673334,41.71393549263412],[-72.24300978668026,41.714094492670924],[-72.24286378663292,41.714099492676475],[-72.2426657865616,41.71397949265944],[-72.24254778651661,41.713863492640655],[-72.24252578650176,41.7137264926148],[-72.24256978650878,41.71359549258801],[-72.24271678654716,41.71342449255025],[-72.24284778658098,41.71326549251532],[-72.24286278658158,41.713188492499924],[-72.24281078656034,41.713112492486836],[-72.24266478651087,41.713079492485015],[-72.24247478645076,41.713112492497395],[-72.24221078637228,41.71324949253224],[-72.24185978627159,41.71349649259113],[-72.24167678621409,41.71353549260446],[-72.24162478619495,41.713496492598544],[-72.24163978619339,41.713381492575785],[-72.24167678619902,41.71326649255231],[-72.24157378616079,41.713183492539464],[-72.24147078612874,41.713211492548126],[-72.24136878609853,41.713266492562],[-72.2412737860789,41.71346949260434],[-72.24119278605646,41.71354049262067],[-72.24112678603342,41.71351349261748],[-72.24099578598513,41.71341449260242],[-72.2408857859474,41.71338149259949],[-72.24076878591019,41.713398492606444],[-72.24061478586515,41.71349149262932],[-72.24057078585722,41.713606492653],[-72.2404687858286,41.7136894926723],[-72.24032178577907,41.71366149267148],[-72.24010178570457,41.713612492668894],[-72.24000678567664,41.71366749268255],[-72.2400067856828,41.71377749270387],[-72.24006578571246,41.71396349273807],[-72.2400067856969,41.71402949275273],[-72.23990478566424,41.71404049275806],[-72.23978978562971,41.71409349277194],[-72.23968278559754,41.714142492784816],[-72.23957578556544,41.71419249279786],[-72.23955978556059,41.714199492799715]]]},"properties":{"name":8701,"geoid":"09011870100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.04200570843201,41.484565454302015],[-72.04184370838048,41.48458845431154],[-72.04124370819257,41.48472745435723],[-72.04118070817286,41.48474245436209],[-72.04093170809062,41.48472245436591],[-72.0406397079889,41.48460245435154],[-72.0400787078016,41.48452045435289],[-72.03992470774797,41.484457454345375],[-72.0398087077026,41.484319454322055],[-72.03977170768312,41.48418345429665],[-72.03983770768993,41.4839154542423],[-72.0398157076704,41.48368945419888],[-72.03990270769202,41.4835664541722],[-72.03996170770685,41.48348645415476],[-72.03996170769969,41.483355454129196],[-72.03991770768059,41.48326845411358],[-72.03976470762193,41.48310745408689],[-72.03968470758736,41.482952454059124],[-72.03967370758082,41.48289845404893],[-72.0384657072087,41.483291454163016],[-72.03484370609304,41.484472454505585],[-72.03382670577984,41.48480545460205],[-72.03362870571394,41.484780454603296],[-72.03327270559488,41.48472445460338],[-72.03220470523765,41.484556454603656],[-72.03184970511896,41.48450145460391],[-72.0317867050987,41.48450645460684],[-72.03172970508018,41.48450745460879],[-72.03165070505447,41.48450845461145],[-72.0315877050338,41.48450545461279],[-72.03144270498565,41.484489454614156],[-72.03100570483913,41.48441445461304],[-72.03078570476538,41.48437645461243],[-72.02894870414937,41.484059454607426],[-72.02805370384847,41.48389045460213],[-72.02761570370092,41.48380245459851],[-72.02734170360861,41.48374745459627],[-72.02722270356847,41.483722454595075],[-72.02692870346884,41.48365245459049],[-72.02675370340941,41.48360845458732],[-72.02657170334713,41.483554454582425],[-72.0236317023647,41.48310945458653],[-72.02360970235767,41.4831124545878],[-72.02234070195502,41.483311454665895],[-72.01874770081565,41.48388845488961],[-72.01637470004981,41.48402545498974],[-72.01511969964507,41.484103455043766],[-72.01469469950864,41.484141455064325],[-72.01171169855108,41.484408455208666],[-72.01099669832018,41.48444745523837],[-72.00885169762763,41.4845664553279],[-72.0081376973971,41.484606455357756],[-72.00769269725421,41.48464545537914],[-72.00635969682631,41.48476445544357],[-72.00591569668384,41.4848054554653],[-72.00343369588131,41.48492245556484],[-71.99951869461547,41.485107455721916],[-71.99718069385763,41.48518345580897],[-71.9959856934703,41.485223455853706],[-71.99350269266573,41.48530945594719],[-71.99201869218638,41.48538845600845],[-71.98756869074899,41.485626456192314],[-71.98608569027,41.48570645625373],[-71.98559369011083,41.485728456273215],[-71.98412168963482,41.48579745633213],[-71.98363068947604,41.485820456351775],[-71.98310568930711,41.48586045637579],[-71.98153268880111,41.485983456448366],[-71.98100868863263,41.48602545647272],[-71.9804716884583,41.486038456491855],[-71.97886168793588,41.48608145654994],[-71.97832568776198,41.48609645656941],[-71.97750368749635,41.48613845660297],[-71.97504068670051,41.48626645670398],[-71.97421968643525,41.48630945673771],[-71.97361768624127,41.4863504567643],[-71.97181168565942,41.4864754568444],[-71.97141068553023,41.48650345686225],[-71.97139368552475,41.48650445686296],[-71.9713506855109,41.48650745686487],[-71.97121068546582,41.486517456871134],[-71.968291684524,41.486694456995764],[-71.9595366816993,41.48722845737003],[-71.95661868075781,41.48740645749476],[-71.95554568022031,41.4839634568558],[-71.95311467900275,41.47616345540807],[-71.9530876789893,41.4760784553923],[-71.95232567860782,41.4736354549388],[-71.95125367807091,41.47019345429977],[-71.95119167804134,41.47002145426809],[-71.95116267802752,41.46994145425336],[-71.95116067802654,41.469935454252244],[-71.95097567793711,41.46940045415348],[-71.9501616775432,41.467039453717504],[-71.95015267753921,41.467019453713874],[-71.94982967739178,41.466245453572675],[-71.9496276772907,41.46559845345256],[-71.94944267719823,41.46500745334282],[-71.94880267687792,41.46295545296181],[-71.94828367661847,41.46129645265375],[-71.94789767642531,41.46005945242405],[-71.94773367633627,41.459405452301375],[-71.94743967617624,41.458225452079915],[-71.94781567626008,41.45751445192947],[-71.94813167633069,41.4569194518035],[-71.94815267633106,41.45680045177962],[-71.94865967633994,41.45392745120279],[-71.94874767634163,41.453431451103185],[-71.94872467630785,41.45294845100954],[-71.9486666762702,41.45260345094392],[-71.94870167626783,41.45235045089342],[-71.94884867630796,41.45220745086095],[-71.94895267633215,41.45202945082297],[-71.94905567635605,41.451851450785014],[-71.9491516763783,41.451685450749636],[-71.94932267631965,41.44958345033371],[-71.94935067631073,41.449251450267994],[-71.94935267631018,41.449229450263644],[-71.94832967589063,41.44764544998566],[-71.9470556754077,41.44639944978144],[-71.94682367527835,41.44541144959553],[-71.94671067519423,41.44454144942902],[-71.94660967509725,41.44336344920195],[-71.94617267490366,41.442422449031525],[-71.945830674752,41.44168244889744],[-71.94537467458998,41.441435448863224],[-71.94532367457255,41.44142044886186],[-71.94452367429857,41.44117644883881],[-71.9442246742037,41.441223448857194],[-71.94413267417454,41.441238448862954],[-71.94404167414565,41.441252448868504],[-71.94374567405195,41.441303448887574],[-71.94365667402377,41.44131844889325],[-71.94352967398413,41.4413504489034],[-71.94319467387973,41.44143844893092],[-71.94289367377888,41.4413874489302],[-71.94272667369859,41.44091144884233],[-71.94263467364691,41.440512448767194],[-71.94260367362948,41.44037744874176],[-71.94241367354951,41.44004544868273],[-71.94242567352788,41.4395754485905],[-71.94242867352837,41.43956644858866],[-71.94261867356589,41.43911744849505],[-71.94265967355348,41.438643448401166],[-71.94285167359733,41.43829944832804],[-71.94292567361957,41.438264448318904],[-71.94336167375064,41.43806244826603],[-71.94341167376308,41.4379914482506],[-71.9435616738005,41.43778044820475],[-71.9436126738133,41.437710448189506],[-71.94363767381896,41.43766444817974],[-71.94371267383605,41.43752944815105],[-71.94373867384209,41.43748444814146],[-71.94353567375887,41.43717044808634],[-71.94334667367674,41.43679244801827],[-71.94330367365892,41.43672244800592],[-71.94289467348912,41.43605044788717],[-71.94287967348053,41.43598244787436],[-71.94285067346271,41.43582844784513],[-71.9428366734354,41.43540944776368],[-71.94277067340428,41.43523244773112],[-71.94258767333235,41.43500644769259],[-71.94257367331677,41.43480344765334],[-71.94269667334527,41.43459044760791],[-71.942857673386,41.43437444756074],[-71.94285767338577,41.434370447559964],[-71.9428796733768,41.43407344750123],[-71.94294567339227,41.433962447477505],[-71.94319267346184,41.433761447430605],[-71.94327067348144,41.4336544474073],[-71.94332367349467,41.43358044739121],[-71.94332367348784,41.43345444736658],[-71.94317067342358,41.43318944731949],[-71.94313467340349,41.4330354472905],[-71.9431926734026,41.432671447217565],[-71.94326567340207,41.43222344712775],[-71.94326467339977,41.43218744712075],[-71.9432796733927,41.431967447077284],[-71.94335967340004,41.43162244700739],[-71.94335967338172,41.43128544694152],[-71.94325067332403,41.43087744686511],[-71.94303967323735,41.430547446807104],[-71.94283467315583,41.430276446760445],[-71.94279867314035,41.430207446748064],[-71.94279867312666,41.429955446698806],[-71.9428206731292,41.42987044668153],[-71.94290067314785,41.429733446652264],[-71.94290267314757,41.42971644664889],[-71.94291467314653,41.42962544663074],[-71.94324267322352,41.429075446513124],[-71.94345467328365,41.428910446474355],[-71.94349867329683,41.42888944646889],[-71.94385567340387,41.42871844642447],[-71.94401567345307,41.428664446409],[-71.94428567353627,41.42857644638349],[-71.94474467366913,41.42826944630935],[-71.9449416737292,41.42819344628844],[-71.94541467387812,41.4280974462551],[-71.94557667392942,41.42807044624484],[-71.9457216739754,41.428047446235894],[-71.94591067403358,41.42798444621775],[-71.94599767405718,41.427897446198074],[-71.94603567406475,41.427808446179505],[-71.94599967404422,41.427646446148934],[-71.9466246742275,41.42727144605639],[-71.94685367429469,41.42713544602277],[-71.94694767432235,41.427080446009114],[-71.94719567439516,41.42693344597276],[-71.94728867442248,41.42687844595914],[-71.94751567448469,41.426662445909926],[-71.94773667454687,41.42648144586774],[-71.9479046745934,41.42633044583306],[-71.9480616746345,41.42614544579206],[-71.94835367471858,41.42594144574318],[-71.94846367474713,41.42580744571361],[-71.9492376749772,41.42540044561022],[-71.94965067509867,41.42515944555039],[-71.94967467510568,41.425144445546735],[-71.95002967520972,41.424930445493956],[-71.95033767529885,41.42472444544421],[-71.95069267540777,41.424599445408845],[-71.95077267542979,41.42452544539193],[-71.95083467544445,41.42442344537007],[-71.9509406754696,41.42425044533298],[-71.95118267552579,41.423833445244036],[-71.95129767555255,41.42363644520197],[-71.95138467557278,41.42348744517017],[-71.95155967561737,41.42325844512],[-71.95173467566413,41.42306944507767],[-71.9518876757051,41.42290644504109],[-71.95197567572362,41.42271944500182],[-71.95197467571573,41.42258044497467],[-71.95198967571254,41.422431444945076],[-71.9519886757076,41.422346444928486],[-71.95199567570646,41.42228344491596],[-71.95206767572658,41.42222244490181],[-71.95238667582635,41.42214544487695],[-71.95250267586087,41.42208544486166],[-71.95256667587324,41.42192944482918],[-71.9525646758682,41.421848444813406],[-71.95251967584736,41.421734444792506],[-71.95240067580156,41.42160544477095],[-71.95223067574179,41.42152444476032],[-71.95219367572722,41.42147844475249],[-71.95214967571087,41.421441444746605],[-71.95214167570578,41.42139544473786],[-71.95214567570603,41.42137644473402],[-71.95215567570668,41.42132844472434],[-71.95224867573151,41.42122744470172],[-71.95232767575342,41.421157444685605],[-71.95245867579334,41.42110644467159],[-71.9525586758244,41.42107844466306],[-71.95257367582907,41.421074444661805],[-71.95263167584537,41.421026444650636],[-71.95267467585573,41.42095944463622],[-71.9526286758316,41.42079144460478],[-71.95259067581577,41.420727444593446],[-71.95258967581131,41.42065144457861],[-71.9525956758091,41.42057444456337],[-71.95266767582704,41.420473444541415],[-71.95283467587848,41.42041844452551],[-71.95325567601064,41.42032644449457],[-71.95338667605131,41.42028944448331],[-71.95348767607899,41.42019344446143],[-71.95356467609659,41.42005544443208],[-71.95359667609408,41.41981744438458],[-71.95360767609353,41.41974144436937],[-71.95364367609429,41.41953944432876],[-71.95366567609,41.41932844428683],[-71.9535486760263,41.41885744419835],[-71.9535636760158,41.418574444142536],[-71.95362067602808,41.41845844411811],[-71.95381167608276,41.41831944408505],[-71.95419767619781,41.41812244403465],[-71.95429867622501,41.418017444011014],[-71.95448167626677,41.417688443941046],[-71.95464167629808,41.41730544386124],[-71.95475867632902,41.417173443831835],[-71.95484067635155,41.41709644381425],[-71.9552906764755,41.41667944371887],[-71.95569067658214,41.4162434436213],[-71.95599167666852,41.41602844356999],[-71.95641167678902,41.415727443498206],[-71.95646367680278,41.415669443485264],[-71.95645567678432,41.41537744342841],[-71.95643367675706,41.41500744335675],[-71.95647067676303,41.414895443333705],[-71.95652067677251,41.41477044330773],[-71.95674067682812,41.41447444324307],[-71.95678367683784,41.41439544322631],[-71.95682067682446,41.41392744313365],[-71.95687167683674,41.41384744311643],[-71.95699367687376,41.413797443102894],[-71.95714767692317,41.413783443095426],[-71.95727167696009,41.4137194430791],[-71.95756367703235,41.413298442987774],[-71.95783267710765,41.41307144293512],[-71.95803667716146,41.41283844288326],[-71.9581096771824,41.41278644287086],[-71.95826967723232,41.41274544285792],[-71.95898467746824,41.41280044284665],[-71.95937867759984,41.41286044284627],[-71.95956767765972,41.412829442834386],[-71.95964067768165,41.41279544282549],[-71.95990967774985,41.412437442747205],[-71.96009267780339,41.41232544271967],[-71.96030267787162,41.4123224427126],[-71.96045467792344,41.412364442716125],[-71.96055167795647,41.41239144271845],[-71.96074067802448,41.4125094427357],[-71.96092267808572,41.41254544273713],[-71.9610106781133,41.41252544273052],[-71.96109767813687,41.41243744271062],[-71.9611626781525,41.412335442688665],[-71.96128067818796,41.41228044267428],[-71.9619506783952,41.412077442613956],[-71.96224167848133,41.41191844257392],[-71.96246767854404,41.41171744252765],[-71.96259167857629,41.4115674424945],[-71.96263567858513,41.41146644247339],[-71.96281667864363,41.41145744246606],[-71.96282467864194,41.411378442450356],[-71.96283167863993,41.411299442434704],[-71.96296267866907,41.41105044238197],[-71.9629626786645,41.41096644236555],[-71.96296267865587,41.410807442334466],[-71.9628536786121,41.410655442308084],[-71.96253967849373,41.41035944225987],[-71.96240167843614,41.41012644221855],[-71.96241667843144,41.40995044218368],[-71.96256167846792,41.40975244214049],[-71.9626326784872,41.40968144212442],[-71.96291167856309,41.40940544206185],[-71.9629946785846,41.40930344203935],[-71.96306467860268,41.40921644202018],[-71.96312267861234,41.40904644198515],[-71.96312267860425,41.40889744195601],[-71.96297667853865,41.40856544189556],[-71.96297667852957,41.408398441862914],[-71.96316667857045,41.4080114417814],[-71.96358067866555,41.40727944162549],[-71.96367567868296,41.407030441573866],[-71.96360967864887,41.40679844153052],[-71.96353667861764,41.406661441505975],[-71.96355367861285,41.4064714414683],[-71.96357267860772,41.40626244142682],[-71.96350767856686,41.40590044135804],[-71.96347767855264,41.405818441342916],[-71.96335367850666,41.40571544132659],[-71.9631786784389,41.40551744129325],[-71.96306167838497,41.40522644123994],[-71.96302567835436,41.40487844117298],[-71.96296067832574,41.40474144114819],[-71.96277767825364,41.404511441108845],[-71.9626606782007,41.40423844105904],[-71.96265467819163,41.4041074410336],[-71.96278467822415,41.403926440994205],[-71.96282167823114,41.40383344097488],[-71.96287967821904,41.403262440861404],[-71.96284967820068,41.403104440831434],[-71.96268967813732,41.40289744079586],[-71.96266067811706,41.40269844075784],[-71.96265267810392,41.40250444072014],[-71.96258067807234,41.40235444069302],[-71.96252167804128,41.40213644065219],[-71.96253667802662,41.40177644058132],[-71.96250767801251,41.401690440565396],[-71.9623386779479,41.401514440536154],[-71.96214267787937,41.40142844052538],[-71.96204067784089,41.40133144050955],[-71.96200367782167,41.40119944048486],[-71.96203367782465,41.40107444045949],[-71.96213567784774,41.400887440419766],[-71.96220067786463,41.40080844040232],[-71.96254267797161,41.40072744037593],[-71.9627326780289,41.40064244035346],[-71.96296567809169,41.400401440299156],[-71.96304567810809,41.400223440261875],[-71.96303867809968,41.400110440239985],[-71.96295867806543,41.39995944021291],[-71.96270267796775,41.39969644016935],[-71.96268867796071,41.39965044016078],[-71.96266667794424,41.39947944012801],[-71.96260767791416,41.3992794400907],[-71.96229367780413,41.3991364400724],[-71.96208367772856,41.39900444005305],[-71.96198067768866,41.39888744003331],[-71.96192967766889,41.39882944002355],[-71.96154367750347,41.39809843989244],[-71.96141267745423,41.39797743987279],[-71.96129567741232,41.3979074398627],[-71.96561167882172,41.397972439742574],[-71.96717267933373,41.39803843970743],[-71.97185968087126,41.39823843960223],[-71.97342168138368,41.398305439567224],[-71.9747866818294,41.398326439529306],[-71.97888468316772,41.39839143941579],[-71.98025068361383,41.398413439378025],[-71.98074368377537,41.398431439366355],[-71.98222468426081,41.398487439331674],[-71.98271868442274,41.39850643932019],[-71.98313168455827,41.39852543931118],[-71.98437268496569,41.39858443928447],[-71.98478668510162,41.39860443927563],[-71.98642668563772,41.39864043923214],[-71.9908756870921,41.3987384391142],[-71.99134668724602,41.39874843910163],[-71.99298768778247,41.398784439058076],[-71.9947636883616,41.39879743900588],[-71.99488368840075,41.39879843900239],[-72.00009169009901,41.39883643884924],[-72.00186869067846,41.39884943879698],[-72.00325469113122,41.39887443875912],[-72.00741269248948,41.39894943864555],[-72.0087996929426,41.39897543860784],[-72.00928269310045,41.3989854385949],[-72.01073369357465,41.399015438556],[-72.01121769373286,41.399026438543224],[-72.01344769446264,41.39909143848713],[-72.01395769462955,41.39910643847432],[-72.01491469494273,41.39913443845026],[-72.0158726952562,41.39916143842598],[-72.01982769655041,41.39927543832619],[-72.02014169665323,41.39928543831848],[-72.0223726973833,41.399350438262324],[-72.02634769867929,41.39937743814488],[-72.02847369937237,41.399391438081985],[-72.03371870108238,41.39942743792702],[-72.0347747014267,41.39943543789595],[-72.03483470144624,41.39943543789411],[-72.03485470145276,41.39943543789349],[-72.0349557014857,41.39943643789057],[-72.03698570214753,41.3994504378306],[-72.03697170214733,41.399530437846686],[-72.03718570223417,41.39984543790167],[-72.03721970225506,41.40002543793581],[-72.03716670225099,41.40026743798478],[-72.03706970223924,41.40063143805895],[-72.0370007022304,41.40088143810997],[-72.03683570220853,41.40146643822946],[-72.03665470217808,41.40198943833733],[-72.03641570213503,41.40262743846946],[-72.0362907021159,41.403023438550754],[-72.03592170204342,41.40389843873326],[-72.03562370201652,41.40518543899412],[-72.03556970201132,41.40541243904017],[-72.03501270189302,41.4065704392838],[-72.03485370185504,41.40682343933817],[-72.0346357017999,41.40711443940181],[-72.03441570174091,41.407346439453974],[-72.03416770167654,41.40764743952048],[-72.03412570166527,41.40769143953038],[-72.03394770161628,41.40785643956815],[-72.033803701581,41.40806943961423],[-72.0336707015457,41.40821643964707],[-72.03352370150509,41.40834943967763],[-72.03340570147128,41.408434439697885],[-72.03306970138158,41.40879643977907],[-72.03302370136927,41.40884543979005],[-72.03302870137335,41.4088904397987],[-72.03306770140722,41.40927843987335],[-72.03308170149745,41.41085044018025],[-72.03308870150833,41.41100844021093],[-72.03298670149509,41.41137444028562],[-72.03288470148182,41.41174044036034],[-72.03261470147052,41.413146440643544],[-72.03409570213553,41.416496441252654],[-72.03404270215094,41.41709544137138],[-72.02900470072153,41.42097344228506],[-72.028570700607,41.421465442394634],[-72.02813570049213,41.421957442504215],[-72.02761070036084,41.42268544266274],[-72.02708470022922,41.423413442821264],[-72.02701470021813,41.42362844286546],[-72.02694370020669,41.42384244290948],[-72.02767770050215,41.42487644308889],[-72.02816270069738,41.42555944320737],[-72.02917770110598,41.42698944345547],[-72.03006870146473,41.4282454436734],[-72.03030070155619,41.428536443723104],[-72.03038770158892,41.428617443736236],[-72.03069970170677,41.428914443784635],[-72.03099070181652,41.429188443829176],[-72.0310927018548,41.429281443844204],[-72.03112070186529,41.42930644384822],[-72.0323527023318,41.43050144404365],[-72.03318470264526,41.43127944416995],[-72.0332937026859,41.43137344418497],[-72.03337670271729,41.43145344419803],[-72.03339570272452,41.431472444201155],[-72.03350070276512,41.43158944422078],[-72.03368070283553,41.43180544425741],[-72.03391370292769,41.43210344430846],[-72.03406970299156,41.432342444350326],[-72.03420370304622,41.43254444438565],[-72.03443470314548,41.43298444446447],[-72.03454170318949,41.43315244449401],[-72.03464270323026,41.433296444519016],[-72.03465970323718,41.43332144452337],[-72.034771703282,41.43347444454981],[-72.03483370330625,41.43354844456235],[-72.03487370332155,41.43359044456932],[-72.03496570335624,41.43367644458327],[-72.03500570337127,41.433713444589266],[-72.03510070340641,41.433790444601385],[-72.0352447034589,41.433892444616866],[-72.0353327034909,41.433953444626056],[-72.03546070353624,41.43402044463519],[-72.03565370360457,41.43412044464876],[-72.03598770372085,41.43425744466519],[-72.03616770378402,41.434340444675854],[-72.03683570401995,41.43467644472084],[-72.03695170406128,41.434741444729966],[-72.03700070407872,41.43476844473373],[-72.03732470419479,41.43496144476142],[-72.0381377044874,41.43547044483572],[-72.03830070454542,41.435560444848264],[-72.03856970464047,41.43569644486652],[-72.0390607048122,41.43591244489354],[-72.03919470485972,41.435983444903265],[-72.03925370488123,41.43602544490966],[-72.03931270490345,41.43608044491857],[-72.0393427049153,41.436118444925064],[-72.0394227049465,41.43621244494095],[-72.0394847049714,41.43629844495584],[-72.03962570502814,41.43649644499017],[-72.03965570504047,41.43654344499842],[-72.03971070506303,41.436628445013326],[-72.03977570509092,41.43675144503534],[-72.03989570514362,41.43700044508027],[-72.04002970520123,41.437256445126145],[-72.04007070521814,41.437321445137584],[-72.0401467052479,41.43741344515322],[-72.04031170530932,41.43755344517545],[-72.0404247053505,41.43763344518759],[-72.04043970535587,41.43764244518888],[-72.04062870542394,41.437761445206284],[-72.04108070558448,41.43800544523997],[-72.04157570576031,41.43827244527683],[-72.04169470580312,41.4383464452876],[-72.04174770582263,41.438387445293976],[-72.04182870585332,41.43846644530691],[-72.04191770588838,41.43857744532583],[-72.04201070592664,41.43872344535148],[-72.0422157060185,41.43918244543482],[-72.04225070603513,41.43927844545248],[-72.04246170610126,41.439230445436586],[-72.04252470612161,41.43922744543404],[-72.04262570615447,41.439226445430734],[-72.0426817061728,41.4392284454294],[-72.04282070621852,41.439236445426644],[-72.04299570627612,41.43924744542338],[-72.0434997064427,41.439291445416394],[-72.04398870660472,41.43934144541103],[-72.04442470674925,41.43938744540653],[-72.04464170682115,41.43940944540411],[-72.04472470684857,41.43941644540292],[-72.04484670688896,41.43942844540149],[-72.04505170695651,41.439442445397894],[-72.04526570702683,41.43945344539342],[-72.04547970709669,41.43945644538737],[-72.04562770714458,41.43945044538162],[-72.04562970714522,41.43945044538156],[-72.04577970719353,41.43944044537498],[-72.0459297072422,41.43943644536955],[-72.0461277073069,41.43944044536421],[-72.04613170730825,41.43944144536428],[-72.0462327073416,41.4394494453627],[-72.04633170737453,41.43946244536218],[-72.04643170740832,41.4394844453634],[-72.04658870746177,41.43952644536675],[-72.04670770750243,41.439561445369904],[-72.04676570752231,41.43957944537162],[-72.046894707567,41.439628445377195],[-72.04722570768232,41.439765445393725],[-72.04736570773109,41.43982344540073],[-72.04781370788773,41.44001944542515],[-72.04820770802628,41.44020644544948],[-72.04830270805974,41.44025244545554],[-72.04851870813737,41.44038544547484],[-72.04891370828084,41.44065644551555],[-72.04920270838531,41.44084544554354],[-72.04934470843665,41.44093844555731],[-72.04940270845762,41.44097644556293],[-72.04975370858753,41.441261445607736],[-72.05016370873989,41.441605445662276],[-72.05039470882372,41.44176244568577],[-72.05067370892164,41.441891445702346],[-72.05106470905666,41.44203144571759],[-72.05130270913767,41.44209544572272],[-72.05145270918872,41.4421354457259],[-72.05184670932148,41.44221644572953],[-72.05211170941011,41.44225844572952],[-72.05207770942981,41.44282144584055],[-72.0520407094405,41.44323744592294],[-72.0520307094437,41.4433554459463],[-72.05204770950219,41.44432444613507],[-72.05208070951748,41.444407446150244],[-72.05215770955242,41.44458744618302],[-72.05218370956635,41.44468744620176],[-72.05218370957098,41.44477244621835],[-72.05216370957004,41.4448744462389],[-72.05214070956616,41.4449404462525],[-72.05210970955962,41.445005446266144],[-72.05185570949952,41.445419446354876],[-72.05182570949279,41.44547544636674],[-72.05177870948373,41.44558944639046],[-72.05170570947263,41.44582144643803],[-72.0516447094645,41.44603644648191],[-72.0515787094559,41.44627244653005],[-72.05153770945326,41.44646844656959],[-72.05150570945355,41.44666444660888],[-72.05148170945651,41.446861446648086],[-72.05145570945557,41.44699944667585],[-72.05141070945277,41.447216446719615],[-72.05137470944625,41.4473114467393],[-72.05135870944268,41.44734144674565],[-72.05132470943423,41.44738944675608],[-72.05126570941879,41.44745844677138],[-72.05121070940366,41.44750944678304],[-72.05115170938706,41.447557446794235],[-72.05102270934985,41.44764544681542],[-72.05100970934603,41.4476534468174],[-72.05078670928063,41.44778544685007],[-72.04988370901313,41.44827344697332],[-72.04968170895302,41.44837744699988],[-72.04947570889139,41.44847744702578],[-72.04938070886355,41.44853444703986],[-72.0493247088474,41.44857244704902],[-72.049245708825,41.448633447063386],[-72.04919270881089,41.44869144707634],[-72.04910770879002,41.44881644710339],[-72.04901170876865,41.44899744714169],[-72.04899470876477,41.4490274471481],[-72.0488387087291,41.449304447207034],[-72.04874270870602,41.449454447239276],[-72.04860670867193,41.44964144728002],[-72.04854570865615,41.44971644729657],[-72.04856170866137,41.449716447296076],[-72.04843170862591,41.449842447324684],[-72.04828270858972,41.45006844737344],[-72.04817670856978,41.45033544742886],[-72.04813370856824,41.45056344747473],[-72.0481117085771,41.45085644753262],[-72.0480477085937,41.451541447668376],[-72.04800670858855,41.45169144769895],[-72.0479537085797,41.451845447730655],[-72.04781070855576,41.452259447815926],[-72.04762670851588,41.45262644789329],[-72.04721370841999,41.45333344804414],[-72.0470707083905,41.45364644810969],[-72.04694670836504,41.45391944816683],[-72.04688470835326,41.45407344819884],[-72.04674170832658,41.45443744827433],[-72.04651970828468,41.45499344838977],[-72.04635070824956,41.45535844846627],[-72.04634770824879,41.455362448467156],[-72.04614270820488,41.45578044855512],[-72.04603770818593,41.456059448612855],[-72.04599070817757,41.456186448639116],[-72.04592670816776,41.45638844868053],[-72.04588970816746,41.45660344872366],[-72.04585670817458,41.45693044878855],[-72.04582770818139,41.45722744884742],[-72.0458217081856,41.45734044886968],[-72.0458077081928,41.45755544891209],[-72.04578970819874,41.45777144895482],[-72.0457687082029,41.457972448994724],[-72.0457627082046,41.458039449007984],[-72.04575770820838,41.45813844902748],[-72.0457537082125,41.458237449046926],[-72.04574970821389,41.45828644905663],[-72.04574270821428,41.4583354490664],[-72.04572170821237,41.458425449084615],[-72.04569670820912,41.45851544910298],[-72.04565270820207,41.45864844913031],[-72.04564870820126,41.458657449132176],[-72.0456047081936,41.458779449157355],[-72.04551170817582,41.45900844920497],[-72.04546170816572,41.459121449228576],[-72.04540870815462,41.45923444925227],[-72.04534470814095,41.45936544927984],[-72.04527770812622,41.45949544930729],[-72.04520470811005,41.4596344493367],[-72.04512870809278,41.45977144936579],[-72.0450167080658,41.45994544940322],[-72.04489470803534,41.4601154494402],[-72.04483270801981,41.46020044945872],[-72.0447727080049,41.46028544947716],[-72.04468570798312,41.46040544950329],[-72.044597707961,41.46052544952944],[-72.04455570795068,41.46058644954266],[-72.04451570794096,41.4606474495558],[-72.04445870792736,41.460738449575324],[-72.04440470791482,41.460830449594965],[-72.04435570790393,41.46092344961463],[-72.04430670789426,41.4610384496386],[-72.04426670788756,41.4611544496625],[-72.0442307078823,41.46127244968665],[-72.04419670787767,41.46139044971074],[-72.04412970786946,41.46163944976143],[-72.04407270786461,41.46189044981221],[-72.04401670786011,41.46214144986294],[-72.04394770785427,41.462445449924424],[-72.04391470785127,41.46258744995316],[-72.04391270785115,41.46259744995519],[-72.04387570784742,41.46274944998601],[-72.04383770784347,41.462903450017244],[-72.0438177078411,41.462979450032705],[-72.04379370783744,41.46305545004828],[-72.04375870783123,41.46315045006791],[-72.04371770782303,41.46324445008753],[-72.04365370780872,41.463364450112955],[-72.04361770780022,41.46342345012558],[-72.04357970779103,41.46348145013807],[-72.04351170777402,41.46357545015854],[-72.0434367077546,41.463667450178825],[-72.04335570773307,41.4637564501987],[-72.0432757077127,41.46386045022148],[-72.04318270768793,41.46396145024407],[-72.04299570763821,41.464166450289895],[-72.04291970761942,41.46427545031353],[-72.04291270761779,41.46428745031608],[-72.042854707604,41.46438045033603],[-72.04284770760236,41.46439245033859],[-72.04281270759424,41.464452450351374],[-72.04280070759158,41.464475450356254],[-72.04271970757422,41.46464045039096],[-72.0426927075685,41.464696450402734],[-72.04268970756789,41.464703450404194],[-72.04266570756319,41.46476045041607],[-72.04263770755942,41.464858450436076],[-72.04262870756136,41.46494745045373],[-72.04262970756481,41.46500445046481],[-72.0426387075708,41.46506045047547],[-72.04265770757951,41.465106450483866],[-72.0428337076531,41.4654034505364],[-72.04287070766964,41.46548545055126],[-72.04293070769843,41.4656544505824],[-72.04297570772147,41.46580745061086],[-72.04306570776934,41.466146450674266],[-72.04311070779411,41.46633145070899],[-72.04313070780643,41.46643745072907],[-72.0431317078074,41.46644945073137],[-72.04314670781748,41.466544450749446],[-72.04315770782797,41.46667045077372],[-72.04316170783618,41.4667964507982],[-72.04315670783919,41.46688145081494],[-72.04316270784486,41.46694945082803],[-72.04318970787833,41.46740045091523],[-72.04320270790133,41.4677434509818],[-72.04320870792112,41.468069451045245],[-72.04321770794648,41.468479451125006],[-72.04323370796538,41.4687294511733],[-72.04324670797416,41.46881245118911],[-72.04328170799207,41.46893145121126],[-72.04331870800878,41.46901645122669],[-72.04336270802766,41.46909945124155],[-72.04346170806883,41.469262451270296],[-72.04369870816573,41.46962245133324],[-72.04380470820969,41.46979445136353],[-72.04391870825785,41.46999545139925],[-72.04396670827917,41.470099451418065],[-72.04404270831623,41.47032445145962],[-72.04409470834315,41.47050645149355],[-72.04426570843842,41.47122945162938],[-72.04431170846533,41.4714474516705],[-72.04432070847265,41.47152745168584],[-72.04432070847874,41.47163845170749],[-72.04431170848187,41.47174945172946],[-72.04430870848165,41.47176345173227],[-72.04429970848261,41.4718344517464],[-72.0442267084806,41.47223245182635],[-72.04416470847754,41.47254545188937],[-72.04408870847625,41.47297445197547],[-72.04401670847626,41.47340345206141],[-72.04399170847823,41.473588452098305],[-72.04395070847568,41.473785452138024],[-72.04383070846886,41.47437545225689],[-72.04379070846667,41.474573452296774],[-72.04376770846821,41.4747384523297],[-72.0437247084722,41.47506745239524],[-72.04371170847709,41.47523445242823],[-72.04369970848234,41.475401452461206],[-72.04368470848767,41.475588452498165],[-72.04366770849478,41.47581945254378],[-72.04362270849819,41.476149452609576],[-72.04359770850027,41.47633645264684],[-72.04358070850134,41.476457452670985],[-72.04352670850905,41.476919452762836],[-72.04335270853451,41.47842045306117],[-72.04329470852909,41.47866645311095],[-72.04316270851743,41.47923945322688],[-72.0431077085121,41.47946945327346],[-72.0430197085022,41.47981245334312],[-72.04291770849109,41.480216453425115],[-72.04278670847691,41.48073745353086],[-72.04262570845644,41.4813214536498],[-72.04224170837449,41.48211045381566],[-72.04197570831946,41.48268845393668],[-72.04182470828859,41.48302345400673],[-72.04175170827378,41.483187454040994],[-72.04170870826613,41.483303454064966],[-72.04168070826341,41.483420454088666],[-72.04167070826657,41.48353745411178],[-72.0416797082786,41.483703454143914],[-72.04170370829468,41.48385445417263],[-72.04174170831489,41.48399745419936],[-72.04179170833743,41.48411145422006],[-72.04184470836115,41.48422945424144],[-72.0419487084073,41.48445345428194],[-72.04196070841265,41.48447945428663],[-72.04198070842114,41.48451545429304],[-72.04200570843201,41.484565454302015]]]},"properties":{"name":7011,"geoid":"09011701100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.03698570214753,41.3994504378306],[-72.03862870268661,41.399524437794305],[-72.04015570318346,41.39951743774576],[-72.04174270369994,41.39951143769554],[-72.04229870387597,41.399419437660384],[-72.04233070388611,41.39941443765842],[-72.04254370395576,41.39941943765281],[-72.0440287044415,41.39945943761475],[-72.0450777047846,41.39948743758781],[-72.04560270495628,41.39950043757412],[-72.04563270496611,41.39950143757339],[-72.04719870547834,41.3995434375332],[-72.05720670875154,41.39980643727522],[-72.061075710017,41.39990943717571],[-72.06288371060565,41.39990843711959],[-72.06831071237261,41.399906436951305],[-72.0688917125618,41.39990643693333],[-72.06989571288871,41.399906436902256],[-72.07012071296198,41.39990643689529],[-72.07090171321762,41.39993143687602],[-72.07090571321899,41.3999324368761],[-72.07191271354861,41.39996443685119],[-72.07204871359318,41.399969436847954],[-72.07250971374523,41.40000543684073],[-72.07259071377162,41.40000543683823],[-72.07536971467646,41.40000543675222],[-72.0776337154177,41.40008043669679],[-72.07770071543969,41.40008343669532],[-72.07773171544996,41.40008643669494],[-72.07782671548136,41.40009543669376],[-72.07785871549196,41.400098436693355],[-72.08044871634036,41.40019243663156],[-72.08049171635449,41.40019443663061],[-72.08049171635689,41.40023843663923],[-72.08051371639873,41.40087343676268],[-72.08050971639928,41.40090743676946],[-72.08049871640542,41.401085436804614],[-72.08047971640895,41.401263436840004],[-72.08045471641043,41.40143943687517],[-72.08045171641015,41.401452436877804],[-72.08043571641346,41.40160843690881],[-72.08040471641424,41.40180743694868],[-72.0803647164121,41.40200643698883],[-72.0803147164065,41.40220243702869],[-72.08022571639282,41.4024824370862],[-72.08016871638263,41.402635437117866],[-72.08003971635716,41.402938437181106],[-72.08000271634916,41.403012437196715],[-72.0798857163229,41.40322943724275],[-72.07979871630229,41.40337043727301],[-72.07960971625582,41.40364643733284],[-72.07950871623031,41.403781437362355],[-72.07932071618184,41.404014437413714],[-72.07922171615587,41.404129437439266],[-72.07911771612807,41.404240437464196],[-72.07900771609819,41.4043494374889],[-72.07889871606814,41.40444843751163],[-72.07857071597641,41.40472443757576],[-72.07834971591394,41.404898437616616],[-72.07812471585002,41.405069437657005],[-72.07759071569686,41.40544843774763],[-72.07734071562473,41.40561843778861],[-72.07752371571097,41.40610643787834],[-72.07814271595944,41.4069654380271],[-72.07871371617273,41.40746643810737],[-72.07907671630558,41.40773443814852],[-72.07988271659764,41.408276438229514],[-72.0811047170229,41.40877743828962],[-72.08194171730521,41.408956438298674],[-72.08280771759087,41.40902343828497],[-72.08295071763753,41.40902543828093],[-72.0832227177256,41.40901643827075],[-72.08386071792494,41.40886243822087],[-72.08420471803132,41.40875943819009],[-72.08435071808188,41.40881443819632],[-72.08442571810956,41.408874438205714],[-72.08491471828759,41.409218438257824],[-72.08485671824559,41.40879543817693],[-72.0848557182452,41.40879443817678],[-72.08478471821248,41.40861843814456],[-72.08600371860594,41.408555438094496],[-72.08611071866106,41.408926438163704],[-72.08616971869,41.40910443819667],[-72.08629671875408,41.40952043827404],[-72.08689371894852,41.40952143825576],[-72.08754371915668,41.4094574382231],[-72.08761371918357,41.4095324382356],[-72.08772171921449,41.409454438217004],[-72.08762871917823,41.409345438198585],[-72.08801571930353,41.409332438184066],[-72.08851171946213,41.40927943815833],[-72.0890877196429,41.409155438116244],[-72.0912227203862,41.41003543822212],[-72.09153272049828,41.41023943825238],[-72.09160672051516,41.41010743822429],[-72.09207172067929,41.410340438255425],[-72.09238072074535,41.40970843812232],[-72.09257372077377,41.4090784379932],[-72.09261972076764,41.408692437916315],[-72.09262372076184,41.40856243789077],[-72.09262672074193,41.40818043781602],[-72.09262672073498,41.408053437791196],[-72.0926347206744,41.40689743756498],[-72.09299672079166,41.406886437551606],[-72.0929897208488,41.407973437764305],[-72.0929887208646,41.408268437821995],[-72.09294372086569,41.40855643787968],[-72.09294172086581,41.40857043788249],[-72.09286072085995,41.40894543795831],[-72.09272772083806,41.40933743803905],[-72.09265372084907,41.40997943816682],[-72.09277772088912,41.40997343816182],[-72.09289872093075,41.410014438166066],[-72.09300972096798,41.41003443816655],[-72.09310472099794,41.41001643816009],[-72.09315372101145,41.40997143814978],[-72.0931967210181,41.409837438122246],[-72.09324372103232,41.409817438116875],[-72.09322972102427,41.40975343810481],[-72.0932687210334,41.4096884380909],[-72.0934437210755,41.409416438032316],[-72.09367972112288,41.408877437919635],[-72.09358972113519,41.40963843807118],[-72.09343172115794,41.41099543834131],[-72.0943047214605,41.41133043837974],[-72.0943917214907,41.411364438383686],[-72.09470672159988,41.41148543839757],[-72.09502172170906,41.41160643841146],[-72.09480172166252,41.412065438507994],[-72.09414072152276,41.4134454387982],[-72.09392172147666,41.41390643889509],[-72.0930217212875,41.41580643929431],[-72.09309472132647,41.41608443934638],[-72.09435972200133,41.42089144024657],[-72.09452172208772,41.42150644036173],[-72.09495672231161,41.42300944064192],[-72.09562172265385,41.42530644107013],[-72.09594172282964,41.42661444131576],[-72.09604472288605,41.42703244139424],[-72.09646872311865,41.4287594417185],[-72.0966217232039,41.42940644184016],[-72.09652172321512,41.430206441999566],[-72.09638572318933,41.43054444206981],[-72.0961217231396,41.43120644220732],[-72.09567272301794,41.43165544230895],[-72.09544672295668,41.43188044235991],[-72.0950217228416,41.4323064424563],[-72.09486372280737,41.432621442522745],[-72.09472172277674,41.432906442582826],[-72.0941777226591,41.43399344281203],[-72.0934217224957,41.435506443131025],[-72.09340672249179,41.435524443135],[-72.09318272243364,41.435794443194695],[-72.09295772237508,41.436063443254206],[-72.09242172223573,41.43670644339643],[-72.0920687221304,41.436882443441746],[-72.09122172187774,41.437306443550824],[-72.0909947218117,41.437450443585995],[-72.08792172091796,41.43940644406331],[-72.08702472073799,41.441455444491325],[-72.08652172063718,41.442606444731716],[-72.08552172044837,41.44510644525098],[-72.08491472030524,41.4461034454645],[-72.08412172011829,41.44740644574354],[-72.082821719777,41.44890644607675],[-72.08159871943106,41.44986344630155],[-72.0805217191264,41.450706446499545],[-72.07642171796613,41.45390644725146],[-72.07574371777703,41.454486447385726],[-72.07362171718543,41.45630644780684],[-72.07212171679537,41.458106448204774],[-72.0718637167352,41.45854244829788],[-72.07180371672119,41.45864344831946],[-72.0717447167075,41.458744448340994],[-72.07121371658363,41.459641448532594],[-72.07082171649235,41.46030644867457],[-72.0702667164368,41.46259344913824],[-72.07002171641246,41.4636064493436],[-72.0692347161668,41.46380244940625],[-72.06922171616279,41.46380644940742],[-72.06824471587188,41.46430644953531],[-72.06740271562118,41.46473744964554],[-72.06706971552201,41.464907449689036],[-72.0665617153708,41.46516844975574],[-72.06645471533889,41.46522244976959],[-72.06634871530738,41.4652774497836],[-72.06571771511209,41.46546544983986],[-72.06508671491682,41.4656534498961],[-72.06491571486391,41.46570444991137],[-72.06470871480771,41.465909449957785],[-72.06416571466032,41.46644845007983],[-72.06391571459244,41.466696450135984],[-72.06366471452426,41.466944450192166],[-72.06310471437219,41.467499450317845],[-72.06199071409556,41.46907545066],[-72.06131371392735,41.47003145086758],[-72.06126471391528,41.47010245088296],[-72.0605377137347,41.47113045110613],[-72.06040971370287,41.471310451145236],[-72.06028271367134,41.471490451184295],[-72.06012671362873,41.471640451218406],[-72.05997071358613,41.471790451252524],[-72.05877071325818,41.47294145151434],[-72.05809271307305,41.47359445166279],[-72.05833371325211,41.47543045201366],[-72.05846271334794,41.47641245220131],[-72.05859271344409,41.47739445238892],[-72.0587117135326,41.47830245256244],[-72.05861471353003,41.47883245266887],[-72.05860371352958,41.47888945268034],[-72.05841771352458,41.47990445288416],[-72.05819671346944,41.48021245295112],[-72.0579967134195,41.48049045301156],[-72.05779771336995,41.48076945307217],[-72.05710071319375,41.481698453275065],[-72.05598471289781,41.482934453550804],[-72.05576571283949,41.48317245360402],[-72.05566371281239,41.48328445362904],[-72.05561971279953,41.483311453635686],[-72.05507071263939,41.48365345371942],[-72.05494671260074,41.48368545372951],[-72.05448471245671,41.48380445376704],[-72.05402171231242,41.48392445380481],[-72.05358271217565,41.48403945384084],[-72.05314271203859,41.48415445387691],[-72.05230071177618,41.48437245394553],[-72.05145971151411,41.48459145401431],[-72.05007671108312,41.48495045412721],[-72.04990871102909,41.484963454134956],[-72.04927271082482,41.48501745416519],[-72.04904171075059,41.48503645417604],[-72.04881071067639,41.4850564541871],[-72.04836071053184,41.485094454208465],[-72.04753971026808,41.485163454247335],[-72.04672871000753,41.485231454285724],[-72.04646170991944,41.48521145429008],[-72.04583770971358,41.485165454300436],[-72.04378470903632,41.48501445433455],[-72.04291470873292,41.484651454290656],[-72.04256570861679,41.48460745429287],[-72.04245570857941,41.48457945429082],[-72.04238470855529,41.48456145428951],[-72.04211770846769,41.48455045429562],[-72.0421137084664,41.48455045429575],[-72.04200570843201,41.484565454302015],[-72.04198070842114,41.48451545429304],[-72.04196070841265,41.48447945428663],[-72.0419487084073,41.48445345428194],[-72.04184470836115,41.48422945424144],[-72.04179170833743,41.48411145422006],[-72.04174170831489,41.48399745419936],[-72.04170370829468,41.48385445417263],[-72.0416797082786,41.483703454143914],[-72.04167070826657,41.48353745411178],[-72.04168070826341,41.483420454088666],[-72.04170870826613,41.483303454064966],[-72.04175170827378,41.483187454040994],[-72.04182470828859,41.48302345400673],[-72.04197570831946,41.48268845393668],[-72.04224170837449,41.48211045381566],[-72.04262570845644,41.4813214536498],[-72.04278670847691,41.48073745353086],[-72.04291770849109,41.480216453425115],[-72.0430197085022,41.47981245334312],[-72.0431077085121,41.47946945327346],[-72.04316270851743,41.47923945322688],[-72.04329470852909,41.47866645311095],[-72.04335270853451,41.47842045306117],[-72.04352670850905,41.476919452762836],[-72.04358070850134,41.476457452670985],[-72.04359770850027,41.47633645264684],[-72.04362270849819,41.476149452609576],[-72.04366770849478,41.47581945254378],[-72.04368470848767,41.475588452498165],[-72.04369970848234,41.475401452461206],[-72.04371170847709,41.47523445242823],[-72.0437247084722,41.47506745239524],[-72.04376770846821,41.4747384523297],[-72.04379070846667,41.474573452296774],[-72.04383070846886,41.47437545225689],[-72.04395070847568,41.473785452138024],[-72.04399170847823,41.473588452098305],[-72.04401670847626,41.47340345206141],[-72.04408870847625,41.47297445197547],[-72.04416470847754,41.47254545188937],[-72.0442267084806,41.47223245182635],[-72.04429970848261,41.4718344517464],[-72.04430870848165,41.47176345173227],[-72.04431170848187,41.47174945172946],[-72.04432070847874,41.47163845170749],[-72.04432070847265,41.47152745168584],[-72.04431170846533,41.4714474516705],[-72.04426570843842,41.47122945162938],[-72.04409470834315,41.47050645149355],[-72.04404270831623,41.47032445145962],[-72.04396670827917,41.470099451418065],[-72.04391870825785,41.46999545139925],[-72.04380470820969,41.46979445136353],[-72.04369870816573,41.46962245133324],[-72.04346170806883,41.469262451270296],[-72.04336270802766,41.46909945124155],[-72.04331870800878,41.46901645122669],[-72.04328170799207,41.46893145121126],[-72.04324670797416,41.46881245118911],[-72.04323370796538,41.4687294511733],[-72.04321770794648,41.468479451125006],[-72.04320870792112,41.468069451045245],[-72.04320270790133,41.4677434509818],[-72.04318970787833,41.46740045091523],[-72.04316270784486,41.46694945082803],[-72.04315670783919,41.46688145081494],[-72.04316170783618,41.4667964507982],[-72.04315770782797,41.46667045077372],[-72.04314670781748,41.466544450749446],[-72.0431317078074,41.46644945073137],[-72.04313070780643,41.46643745072907],[-72.04311070779411,41.46633145070899],[-72.04306570776934,41.466146450674266],[-72.04297570772147,41.46580745061086],[-72.04293070769843,41.4656544505824],[-72.04287070766964,41.46548545055126],[-72.0428337076531,41.4654034505364],[-72.04265770757951,41.465106450483866],[-72.0426387075708,41.46506045047547],[-72.04262970756481,41.46500445046481],[-72.04262870756136,41.46494745045373],[-72.04263770755942,41.464858450436076],[-72.04266570756319,41.46476045041607],[-72.04268970756789,41.464703450404194],[-72.0426927075685,41.464696450402734],[-72.04271970757422,41.46464045039096],[-72.04280070759158,41.464475450356254],[-72.04281270759424,41.464452450351374],[-72.04284770760236,41.46439245033859],[-72.042854707604,41.46438045033603],[-72.04291270761779,41.46428745031608],[-72.04291970761942,41.46427545031353],[-72.04299570763821,41.464166450289895],[-72.04318270768793,41.46396145024407],[-72.0432757077127,41.46386045022148],[-72.04335570773307,41.4637564501987],[-72.0434367077546,41.463667450178825],[-72.04351170777402,41.46357545015854],[-72.04357970779103,41.46348145013807],[-72.04361770780022,41.46342345012558],[-72.04365370780872,41.463364450112955],[-72.04371770782303,41.46324445008753],[-72.04375870783123,41.46315045006791],[-72.04379370783744,41.46305545004828],[-72.0438177078411,41.462979450032705],[-72.04383770784347,41.462903450017244],[-72.04387570784742,41.46274944998601],[-72.04391270785115,41.46259744995519],[-72.04391470785127,41.46258744995316],[-72.04394770785427,41.462445449924424],[-72.04401670786011,41.46214144986294],[-72.04407270786461,41.46189044981221],[-72.04412970786946,41.46163944976143],[-72.04419670787767,41.46139044971074],[-72.0442307078823,41.46127244968665],[-72.04426670788756,41.4611544496625],[-72.04430670789426,41.4610384496386],[-72.04435570790393,41.46092344961463],[-72.04440470791482,41.460830449594965],[-72.04445870792736,41.460738449575324],[-72.04451570794096,41.4606474495558],[-72.04455570795068,41.46058644954266],[-72.044597707961,41.46052544952944],[-72.04468570798312,41.46040544950329],[-72.0447727080049,41.46028544947716],[-72.04483270801981,41.46020044945872],[-72.04489470803534,41.4601154494402],[-72.0450167080658,41.45994544940322],[-72.04512870809278,41.45977144936579],[-72.04520470811005,41.4596344493367],[-72.04527770812622,41.45949544930729],[-72.04534470814095,41.45936544927984],[-72.04540870815462,41.45923444925227],[-72.04546170816572,41.459121449228576],[-72.04551170817582,41.45900844920497],[-72.0456047081936,41.458779449157355],[-72.04564870820126,41.458657449132176],[-72.04565270820207,41.45864844913031],[-72.04569670820912,41.45851544910298],[-72.04572170821237,41.458425449084615],[-72.04574270821428,41.4583354490664],[-72.04574970821389,41.45828644905663],[-72.0457537082125,41.458237449046926],[-72.04575770820838,41.45813844902748],[-72.0457627082046,41.458039449007984],[-72.0457687082029,41.457972448994724],[-72.04578970819874,41.45777144895482],[-72.0458077081928,41.45755544891209],[-72.0458217081856,41.45734044886968],[-72.04582770818139,41.45722744884742],[-72.04585670817458,41.45693044878855],[-72.04588970816746,41.45660344872366],[-72.04592670816776,41.45638844868053],[-72.04599070817757,41.456186448639116],[-72.04603770818593,41.456059448612855],[-72.04614270820488,41.45578044855512],[-72.04634770824879,41.455362448467156],[-72.04635070824956,41.45535844846627],[-72.04651970828468,41.45499344838977],[-72.04674170832658,41.45443744827433],[-72.04688470835326,41.45407344819884],[-72.04694670836504,41.45391944816683],[-72.0470707083905,41.45364644810969],[-72.04721370841999,41.45333344804414],[-72.04762670851588,41.45262644789329],[-72.04781070855576,41.452259447815926],[-72.0479537085797,41.451845447730655],[-72.04800670858855,41.45169144769895],[-72.0480477085937,41.451541447668376],[-72.0481117085771,41.45085644753262],[-72.04813370856824,41.45056344747473],[-72.04817670856978,41.45033544742886],[-72.04828270858972,41.45006844737344],[-72.04843170862591,41.449842447324684],[-72.04856170866137,41.449716447296076],[-72.04854570865615,41.44971644729657],[-72.04860670867193,41.44964144728002],[-72.04874270870602,41.449454447239276],[-72.0488387087291,41.449304447207034],[-72.04899470876477,41.4490274471481],[-72.04901170876865,41.44899744714169],[-72.04910770879002,41.44881644710339],[-72.04919270881089,41.44869144707634],[-72.049245708825,41.448633447063386],[-72.0493247088474,41.44857244704902],[-72.04938070886355,41.44853444703986],[-72.04947570889139,41.44847744702578],[-72.04968170895302,41.44837744699988],[-72.04988370901313,41.44827344697332],[-72.05078670928063,41.44778544685007],[-72.05100970934603,41.4476534468174],[-72.05102270934985,41.44764544681542],[-72.05115170938706,41.447557446794235],[-72.05121070940366,41.44750944678304],[-72.05126570941879,41.44745844677138],[-72.05132470943423,41.44738944675608],[-72.05135870944268,41.44734144674565],[-72.05137470944625,41.4473114467393],[-72.05141070945277,41.447216446719615],[-72.05145570945557,41.44699944667585],[-72.05148170945651,41.446861446648086],[-72.05150570945355,41.44666444660888],[-72.05153770945326,41.44646844656959],[-72.0515787094559,41.44627244653005],[-72.0516447094645,41.44603644648191],[-72.05170570947263,41.44582144643803],[-72.05177870948373,41.44558944639046],[-72.05182570949279,41.44547544636674],[-72.05185570949952,41.445419446354876],[-72.05210970955962,41.445005446266144],[-72.05214070956616,41.4449404462525],[-72.05216370957004,41.4448744462389],[-72.05218370957098,41.44477244621835],[-72.05218370956635,41.44468744620176],[-72.05215770955242,41.44458744618302],[-72.05208070951748,41.444407446150244],[-72.05204770950219,41.44432444613507],[-72.0520307094437,41.4433554459463],[-72.0520407094405,41.44323744592294],[-72.05207770942981,41.44282144584055],[-72.05211170941011,41.44225844572952],[-72.05184670932148,41.44221644572953],[-72.05145270918872,41.4421354457259],[-72.05130270913767,41.44209544572272],[-72.05106470905666,41.44203144571759],[-72.05067370892164,41.441891445702346],[-72.05039470882372,41.44176244568577],[-72.05016370873989,41.441605445662276],[-72.04975370858753,41.441261445607736],[-72.04940270845762,41.44097644556293],[-72.04934470843665,41.44093844555731],[-72.04920270838531,41.44084544554354],[-72.04891370828084,41.44065644551555],[-72.04851870813737,41.44038544547484],[-72.04830270805974,41.44025244545554],[-72.04820770802628,41.44020644544948],[-72.04781370788773,41.44001944542515],[-72.04736570773109,41.43982344540073],[-72.04722570768232,41.439765445393725],[-72.046894707567,41.439628445377195],[-72.04676570752231,41.43957944537162],[-72.04670770750243,41.439561445369904],[-72.04658870746177,41.43952644536675],[-72.04643170740832,41.4394844453634],[-72.04633170737453,41.43946244536218],[-72.0462327073416,41.4394494453627],[-72.04613170730825,41.43944144536428],[-72.0461277073069,41.43944044536421],[-72.0459297072422,41.43943644536955],[-72.04577970719353,41.43944044537498],[-72.04562970714522,41.43945044538156],[-72.04562770714458,41.43945044538162],[-72.04547970709669,41.43945644538737],[-72.04526570702683,41.43945344539342],[-72.04505170695651,41.439442445397894],[-72.04484670688896,41.43942844540149],[-72.04472470684857,41.43941644540292],[-72.04464170682115,41.43940944540411],[-72.04442470674925,41.43938744540653],[-72.04398870660472,41.43934144541103],[-72.0434997064427,41.439291445416394],[-72.04299570627612,41.43924744542338],[-72.04282070621852,41.439236445426644],[-72.0426817061728,41.4392284454294],[-72.04262570615447,41.439226445430734],[-72.04252470612161,41.43922744543404],[-72.04246170610126,41.439230445436586],[-72.04225070603513,41.43927844545248],[-72.0422157060185,41.43918244543482],[-72.04201070592664,41.43872344535148],[-72.04191770588838,41.43857744532583],[-72.04182870585332,41.43846644530691],[-72.04174770582263,41.438387445293976],[-72.04169470580312,41.4383464452876],[-72.04157570576031,41.43827244527683],[-72.04108070558448,41.43800544523997],[-72.04062870542394,41.437761445206284],[-72.04043970535587,41.43764244518888],[-72.0404247053505,41.43763344518759],[-72.04031170530932,41.43755344517545],[-72.0401467052479,41.43741344515322],[-72.04007070521814,41.437321445137584],[-72.04002970520123,41.437256445126145],[-72.03989570514362,41.43700044508027],[-72.03977570509092,41.43675144503534],[-72.03971070506303,41.436628445013326],[-72.03965570504047,41.43654344499842],[-72.03962570502814,41.43649644499017],[-72.0394847049714,41.43629844495584],[-72.0394227049465,41.43621244494095],[-72.0393427049153,41.436118444925064],[-72.03931270490345,41.43608044491857],[-72.03925370488123,41.43602544490966],[-72.03919470485972,41.435983444903265],[-72.0390607048122,41.43591244489354],[-72.03856970464047,41.43569644486652],[-72.03830070454542,41.435560444848264],[-72.0381377044874,41.43547044483572],[-72.03732470419479,41.43496144476142],[-72.03700070407872,41.43476844473373],[-72.03695170406128,41.434741444729966],[-72.03683570401995,41.43467644472084],[-72.03616770378402,41.434340444675854],[-72.03598770372085,41.43425744466519],[-72.03565370360457,41.43412044464876],[-72.03546070353624,41.43402044463519],[-72.0353327034909,41.433953444626056],[-72.0352447034589,41.433892444616866],[-72.03510070340641,41.433790444601385],[-72.03500570337127,41.433713444589266],[-72.03496570335624,41.43367644458327],[-72.03487370332155,41.43359044456932],[-72.03483370330625,41.43354844456235],[-72.034771703282,41.43347444454981],[-72.03465970323718,41.43332144452337],[-72.03464270323026,41.433296444519016],[-72.03454170318949,41.43315244449401],[-72.03443470314548,41.43298444446447],[-72.03420370304622,41.43254444438565],[-72.03406970299156,41.432342444350326],[-72.03391370292769,41.43210344430846],[-72.03368070283553,41.43180544425741],[-72.03350070276512,41.43158944422078],[-72.03339570272452,41.431472444201155],[-72.03337670271729,41.43145344419803],[-72.0332937026859,41.43137344418497],[-72.03318470264526,41.43127944416995],[-72.0323527023318,41.43050144404365],[-72.03112070186529,41.42930644384822],[-72.0310927018548,41.429281443844204],[-72.03099070181652,41.429188443829176],[-72.03069970170677,41.428914443784635],[-72.03038770158892,41.428617443736236],[-72.03030070155619,41.428536443723104],[-72.03006870146473,41.4282454436734],[-72.02917770110598,41.42698944345547],[-72.02816270069738,41.42555944320737],[-72.02767770050215,41.42487644308889],[-72.02694370020669,41.42384244290948],[-72.02701470021813,41.42362844286546],[-72.02708470022922,41.423413442821264],[-72.02761070036084,41.42268544266274],[-72.02813570049213,41.421957442504215],[-72.028570700607,41.421465442394634],[-72.02900470072153,41.42097344228506],[-72.03404270215094,41.41709544137138],[-72.03409570213553,41.416496441252654],[-72.03261470147052,41.413146440643544],[-72.03288470148182,41.41174044036034],[-72.03298670149509,41.41137444028562],[-72.03308870150833,41.41100844021093],[-72.03308170149745,41.41085044018025],[-72.03306770140722,41.40927843987335],[-72.03302870137335,41.4088904397987],[-72.03302370136927,41.40884543979005],[-72.03306970138158,41.40879643977907],[-72.03340570147128,41.408434439697885],[-72.03352370150509,41.40834943967763],[-72.0336707015457,41.40821643964707],[-72.033803701581,41.40806943961423],[-72.03394770161628,41.40785643956815],[-72.03412570166527,41.40769143953038],[-72.03416770167654,41.40764743952048],[-72.03441570174091,41.407346439453974],[-72.0346357017999,41.40711443940181],[-72.03485370185504,41.40682343933817],[-72.03501270189302,41.4065704392838],[-72.03556970201132,41.40541243904017],[-72.03562370201652,41.40518543899412],[-72.03592170204342,41.40389843873326],[-72.0362907021159,41.403023438550754],[-72.03641570213503,41.40262743846946],[-72.03665470217808,41.40198943833733],[-72.03683570220853,41.40146643822946],[-72.0370007022304,41.40088143810997],[-72.03706970223924,41.40063143805895],[-72.03716670225099,41.40026743798478],[-72.03721970225506,41.40002543793581],[-72.03718570223417,41.39984543790167],[-72.03697170214733,41.399530437846686],[-72.03698570214753,41.3994504378306]]]},"properties":{"name":7012,"geoid":"09011701200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.03121671385898,41.647250486316096],[-72.02871171301904,41.64684248631462],[-72.0254207119156,41.64630848631307],[-72.02116771048951,41.645615486310426],[-72.01865470964698,41.64520848630933],[-72.01865370964667,41.64520848630936],[-72.01849970959502,41.6451834863093],[-72.0179027093948,41.64508548630879],[-72.0156527086402,41.64471648630691],[-72.01492070839471,41.64459648630629],[-72.01490270838866,41.64459348630628],[-72.01056970693546,41.643882486302566],[-72.01027270683583,41.64383348630225],[-71.99951970322948,41.64207048629312],[-71.99637970217667,41.641560486291354],[-71.99478470164192,41.64130248629066],[-71.99410770141495,41.64119248629028],[-71.99175370062561,41.64080948628879],[-71.99174870062399,41.64080948628894],[-71.98978469996538,41.64048948628762],[-71.98389269798966,41.63952948628359],[-71.98192869733118,41.63921148628262],[-71.98137469714531,41.639119486281906],[-71.97971269658804,41.63884948628092],[-71.97937569647502,41.638794486280645],[-71.9791596964026,41.638759486280534],[-71.979041696363,41.6387394862803],[-71.97868769624432,41.63868248628019],[-71.97857169620548,41.63866448628028],[-71.97790669598244,41.63855548627969],[-71.97704369569315,41.63841648627939],[-71.97591669531526,41.63823348627873],[-71.97551669518116,41.63816848627849],[-71.9753846951368,41.63814548627809],[-71.97525369509295,41.63812548627826],[-71.97553969515425,41.63754348615626],[-71.97566069517333,41.637172486080374],[-71.9757996951954,41.636749485993825],[-71.97631169530163,41.635643485762955],[-71.97723969554382,41.63454048551976],[-71.97732069556494,41.634444485498584],[-71.97758569562865,41.63403048540988],[-71.97799569572736,41.63339248527313],[-71.97837869581949,41.63279548514519],[-71.97901269595232,41.63144948486384],[-71.97906169594961,41.6311094847962],[-71.9791796959459,41.6303424846434],[-71.979374695979,41.62978748452945],[-71.9793526959107,41.6286764843141],[-71.97922369581855,41.62776648414114],[-71.97856969552008,41.626220483860735],[-71.97901069554756,41.62410348343538],[-71.97913369556552,41.62370048335319],[-71.98005169578212,41.622192483031476],[-71.9810086960337,41.62108848278713],[-71.981074696051,41.6210114827701],[-71.98143069614467,41.62060248267953],[-71.9823616963945,41.6196214824599],[-71.98253169644173,41.61947148242545],[-71.9828306964998,41.61875348227656],[-71.98294769652334,41.61848748222119],[-71.98302269653094,41.61818048215915],[-71.98301769650787,41.61779048208346],[-71.98293569645604,41.61733448199728],[-71.98286869641232,41.61693748192215],[-71.98285069640086,41.61683548190287],[-71.98284969640004,41.61682648190113],[-71.98278269636205,41.61653348184622],[-71.98277469635734,41.61649548183908],[-71.98271269633642,41.61648248183847],[-71.98272069633376,41.616386481819546],[-71.98272869633102,41.61628948180044],[-71.98275669627652,41.615132481574506],[-71.98279169628157,41.61501648155085],[-71.98334269636432,41.61325148119046],[-71.98416569649923,41.61082148069225],[-71.9844066965389,41.610112480546846],[-71.98511469676198,41.60996848049691],[-71.98573069694493,41.609640480414036],[-71.98634769712821,41.60931248033111],[-71.98730069740067,41.60861248016541],[-71.98946169801869,41.607029479790505],[-71.99014269822091,41.6066664796988],[-71.9909086984437,41.60617347957915],[-71.99154969861793,41.605538479435744],[-71.99160069859346,41.60479047928864],[-71.9913316984814,41.60434847921097],[-71.99115969841819,41.604219479191194],[-71.99088069831566,41.60401047915917],[-71.99027069810516,41.60380147913739],[-71.99015169806414,41.60376147913328],[-71.98937869781219,41.60376547915802],[-71.98884969763749,41.60372747916701],[-71.98822969742504,41.60354247915021],[-71.98782769727735,41.603241479104085],[-71.98777869725932,41.6032044790984],[-71.9873546970905,41.602649479003546],[-71.98718269700414,41.60209947890185],[-71.98708769695652,41.60179647884583],[-71.98658369676015,41.60121547874837],[-71.98626869661112,41.60037347859428],[-71.98621769659167,41.60032247858593],[-71.98612669655704,41.600232478571236],[-71.98585569645378,41.5999624785271],[-71.9858076964355,41.59991447851923],[-71.98575869641768,41.59988147851433],[-71.98544769630469,41.5996714784831],[-71.98523069622588,41.5995254784614],[-71.98494369610992,41.59911947839127],[-71.98483269605465,41.59877247832718],[-71.98471969599824,41.59841647826141],[-71.98467369597536,41.598273478235],[-71.9845716959243,41.597949478175096],[-71.98457369591884,41.59783847815344],[-71.98457669591163,41.59768947812436],[-71.98458569589239,41.59728547804545],[-71.98463569586956,41.59657347790535],[-71.98479169588933,41.59600647779017],[-71.98486769589917,41.59573447773488],[-71.98492669588661,41.595155477620374],[-71.98483169576856,41.593570477314834],[-71.98475169570385,41.59286747718048],[-71.98479269568746,41.592325477073736],[-71.98488169570666,41.59214647703613],[-71.98547769584354,41.5910984768137],[-71.9854836958451,41.59109147681215],[-71.9862896960625,41.59026247662585],[-71.98660269613977,41.58981047652817],[-71.98663369614738,41.58976447651826],[-71.98672669617024,41.58962847648891],[-71.9867586961782,41.58958347647917],[-71.98679869618813,41.58952647646683],[-71.986971696211,41.58891547634255],[-71.9870176961902,41.58826347621422],[-71.9866306960276,41.587601476097326],[-71.98621669586807,41.58715547602332],[-71.98548069560371,41.58671347596006],[-71.98484269537076,41.586261475891824],[-71.98461469527948,41.58595347583891],[-71.98460069526904,41.58584647581852],[-71.98450369519402,41.58505647566774],[-71.98498569531479,41.584392475523565],[-71.98551469545102,41.5837304753783],[-71.98589369553896,41.58308047524004],[-71.9859176955446,41.5830404752315],[-71.98677669577955,41.58221647504451],[-71.98766369602772,41.58146647487104],[-71.98836269621961,41.58080847472131],[-71.98877669632145,41.580203474590704],[-71.98901369636593,41.579605474466945],[-71.98954869639215,41.57690447392451],[-71.98965469637668,41.57599247374364],[-71.98939169624555,41.57516647359095],[-71.98874569597656,41.57410447340414],[-71.98838369581563,41.57332347326326],[-71.98827169576587,41.573082473219806],[-71.98801769562726,41.57206647302982],[-71.98803669559308,41.571330472885904],[-71.98845569566457,41.57014247264158],[-71.98887269571838,41.568644472336956],[-71.98895069571059,41.568038472216536],[-71.98904669570113,41.567295472068864],[-71.98905769564541,41.566214471857975],[-71.98906069563273,41.565965471809385],[-71.98923369567181,41.56564947174249],[-71.98989569585217,41.56500147159581],[-71.9906016960711,41.564794471533624],[-71.99111069624323,41.5649064715397],[-71.99114969625644,41.564915471540246],[-71.99145469636876,41.56514947157639],[-71.99170469647213,41.56554747164618],[-71.99206369661451,41.56600847172484],[-71.99255669678973,41.5662714717608],[-71.99305569696098,41.56642647177556],[-71.99368669716898,41.56646647176381],[-71.99444869741403,41.566403471727966],[-71.99657269808247,41.56596047157594],[-71.99698869821314,41.565869471545334],[-71.99759469840353,41.56573747150088],[-71.99793169850741,41.56562747146902],[-71.9983276986355,41.565608471453075],[-71.99872469876395,41.56558947143708],[-71.99893269883222,41.565597471432206],[-71.99913969890012,41.56560447142715],[-71.99921569892501,41.56560647142519],[-71.99944369899981,41.565614471419686],[-71.99951969902476,41.56561747141793],[-71.99972369909246,41.56563847141569],[-72.00003869919651,41.56566247141061],[-72.00049669935088,41.56575347141417],[-72.00092769949971,41.56590447143023],[-72.00164069975075,41.56624147147379],[-72.00180269980649,41.56629447147909],[-72.00247970003942,41.566515471501184],[-72.00332070031885,41.56660947149343],[-72.00484270086223,41.56746547161301],[-72.00702770164237,41.568695471784885],[-72.00730470173764,41.568785471793824],[-72.00834070209407,41.569123471827574],[-72.0083597021005,41.56912747182777],[-72.00924870240225,41.5693424718421],[-72.01011070269139,41.56948847184383],[-72.01072070288582,41.56940647180897],[-72.01123970304285,41.569183471749476],[-72.01168170315722,41.56864147163022],[-72.01188970319359,41.56806847151219],[-72.01194170320262,41.567924471482534],[-72.01203270319377,41.567222471343015],[-72.01209670318416,41.56666747123296],[-72.01242070322604,41.56550647099683],[-72.01281370333328,41.56512547091046],[-72.01268570327095,41.56475047084137],[-72.01291070332081,41.56432247075105],[-72.01314670337182,41.56384947065163],[-72.01333070341161,41.56348147057425],[-72.01375070350373,41.562664470402126],[-72.01398870354652,41.562030470271274],[-72.01421270358976,41.56148747015858],[-72.01445170363122,41.56082347002185],[-72.01470270367075,41.560052469863905],[-72.01500170372631,41.55928846970584],[-72.01543470380628,41.558173469475236],[-72.0156277038394,41.55763046936349],[-72.0157777038707,41.55730946929633],[-72.01615270396113,41.556729469171735],[-72.01636870401764,41.556475469115576],[-72.01662070408355,41.5561794690501],[-72.01722570425277,41.55566846893183],[-72.01723370425137,41.55559546891735],[-72.01763270436327,41.55526346884031],[-72.01770870438459,41.555200468825696],[-72.01805470447775,41.55484246874525],[-72.01847870459586,41.554475468660634],[-72.01888570471147,41.554163468587234],[-72.01915970479027,41.553971468541334],[-72.01984170500502,41.55383246849314],[-72.02033570515928,41.55370846845367],[-72.02056970523242,41.55365046843513],[-72.02126970545783,41.55359846840332],[-72.02140370550096,41.553588468397216],[-72.02219470576448,41.55369046839258],[-72.02269170591254,41.5534354683275],[-72.02308570604684,41.55354146833595],[-72.02346370617383,41.55360946833749],[-72.02405470637993,41.5538534683667],[-72.02459970657515,41.55417246841196],[-72.0253837068432,41.554398468431685],[-72.02544770686507,41.55441646843321],[-72.0261147070997,41.554728468473314],[-72.02678170732928,41.55494846849549],[-72.0279947077382,41.55519246850543],[-72.02884270801422,41.5551834684774],[-72.02954370824833,41.55528446847535],[-72.03058570858208,41.555174468421626],[-72.0312687088006,41.555098468385644],[-72.03213270907432,41.55495246833042],[-72.03299570933592,41.55459246823357],[-72.03463170983574,41.553980468063635],[-72.03522271001417,41.553720467994665],[-72.03579971019998,41.55367846796859],[-72.03608671029166,41.55364346795288],[-72.03637071038528,41.55366246794777],[-72.03648271042225,41.55367046794585],[-72.03659471045914,41.55367746794375],[-72.03664571048188,41.55378846796379],[-72.03684271055478,41.55394646798846],[-72.03840271108949,41.55442046803242],[-72.0393097114004,41.554696468058054],[-72.04001271164572,41.554989468093325],[-72.04090271195807,41.55539246814423],[-72.04115471204214,41.55542746814323],[-72.04134271210768,41.555504468152385],[-72.041414712136,41.55559246816731],[-72.04192671230855,41.55569446817129],[-72.04377971292621,41.55593946816155],[-72.04414671304822,41.55598246815853],[-72.04524471341348,41.55611446815019],[-72.04560471353324,41.5561574681474],[-72.04606871367706,41.556021468106515],[-72.04612071369317,41.55600646810198],[-72.04601871367103,41.5562084681445],[-72.04582071362834,41.55660646822814],[-72.04571571360577,41.55681846827269],[-72.0456167135847,41.55702246831549],[-72.04545071354725,41.55732546837966],[-72.04528071350934,41.55764446844705],[-72.04516271348297,41.55786446849357],[-72.04504571345687,41.55808346853984],[-72.04479271339575,41.55847246862347],[-72.04452471332849,41.558838468703065],[-72.04393971318174,41.55963846887701],[-72.04377371314362,41.559929468938826],[-72.04366371312027,41.560157468986645],[-72.04356771309985,41.56035546902819],[-72.04347171307946,41.56055346906972],[-72.04320871302362,41.56109746918384],[-72.04321071303153,41.56122946920947],[-72.04322271308735,41.56217346939294],[-72.04345371317862,41.562463469442235],[-72.04339971318876,41.562968469542255],[-72.04349871323652,41.56324946959392],[-72.04417571356302,41.56517246994739],[-72.04430171362392,41.56553247001357],[-72.04433171363843,41.565618470029385],[-72.04437271365806,41.56573247005033],[-72.04456971375318,41.56629347015346],[-72.04473671382797,41.56666347022032],[-72.04562571423037,41.56870847059092],[-72.04584171434796,41.56956547075107],[-72.0459007144225,41.57057047094493],[-72.04588371441953,41.57061747095461],[-72.04556571436449,41.571501471136585],[-72.04540471437119,41.57257747135107],[-72.04532671437073,41.57303147144188],[-72.04520171437069,41.57377147158983],[-72.04118471342761,41.58043847301233],[-72.04168071366061,41.58173247324881],[-72.04208671379637,41.58179347324809],[-72.0429787140947,41.58192847324669],[-72.04298571409727,41.581933473247446],[-72.04447471464276,41.583021473413005],[-72.045968715256,41.585309473811954],[-72.04627671543436,41.58672447407776],[-72.04633871547473,41.58709047414709],[-72.04635971548853,41.587216474170944],[-72.04650771558525,41.58809647433762],[-72.0466767156958,41.58910247452813],[-72.04680071577667,41.58983647466714],[-72.04692371585726,41.590571474806346],[-72.04703571593042,41.591236474932295],[-72.04714771600366,41.5919024750584],[-72.04732771612159,41.59297747526198],[-72.04751671624506,41.594099475474444],[-72.04773071633959,41.59454847555517],[-72.04779771636927,41.59469047558072],[-72.04786471639888,41.59483147560607],[-72.04765771633402,41.59487947562186],[-72.04738471624849,41.59494347564277],[-72.04709371616472,41.59514547569111],[-72.04704571615093,41.59517947569922],[-72.04698171613774,41.59531847572826],[-72.04660871603963,41.59574647582312],[-72.0464777160075,41.59593847586453],[-72.04645571600213,41.59597147587163],[-72.04608571591494,41.59657947600142],[-72.04607471591235,41.596597476005265],[-72.04591371588222,41.59700347608926],[-72.04574271584204,41.59728647614962],[-72.04540671576397,41.597858476271355],[-72.0450937156946,41.59845247639664],[-72.04502371567678,41.59854347641654],[-72.04456871556161,41.599146476547965],[-72.04451371555072,41.59927447657459],[-72.04447171554432,41.599406476601565],[-72.04442971553804,41.59954147662913],[-72.0443007155136,41.599861476695395],[-72.04428771551063,41.59988447670027],[-72.04424871550198,41.59995847671589],[-72.0442167154949,41.60001947672875],[-72.04409271546741,41.60025447677832],[-72.04398671544186,41.60041847681352],[-72.0435937153423,41.600937476926696],[-72.04344671530086,41.601055476954215],[-72.0434327152971,41.60107047695757],[-72.04337171528006,41.60112247696957],[-72.04330871526261,41.60117847698242],[-72.04322671523983,41.60125047699898],[-72.04314571521705,41.60131647701434],[-72.04307471519718,41.60137647702822],[-72.04300271517685,41.60143347704154],[-72.0429567151639,41.601470477050164],[-72.0428547151353,41.60155547706985],[-72.04273671510231,41.601655477092976],[-72.04261071506734,41.601766477118495],[-72.04259571506316,41.60177947712148],[-72.04233871499251,41.60201847717595],[-72.04220671495804,41.602174477210404],[-72.04215871494455,41.60221347721948],[-72.04214671494118,41.602223477221806],[-72.04212971493658,41.60224047722564],[-72.04197671489442,41.60238147725782],[-72.04192071487908,41.60243447726986],[-72.04191371487885,41.60247147727728],[-72.0419087148788,41.60250047728308],[-72.04198871490343,41.60247347727533],[-72.04202571491483,41.60246147727185],[-72.04200971491109,41.6024884772776],[-72.0419627149004,41.6025724772954],[-72.04194771489703,41.60260047730132],[-72.04179271486335,41.602906477365664],[-72.04167071483396,41.60309547740621],[-72.04149571478729,41.60328447744842],[-72.04147771478259,41.60330547745306],[-72.04126071472541,41.603552477507854],[-72.04097571465445,41.60395147759432],[-72.04078471460289,41.60414647763819],[-72.0406827145748,41.60424047765964],[-72.04056971454355,41.604342477682984],[-72.04046171451374,41.60444047770541],[-72.04033971447923,41.60453647772787],[-72.04022671444672,41.604615477746755],[-72.04008471440441,41.60468847776536],[-72.03997871437298,41.60474547777973],[-72.03983071432825,41.60480947779678],[-72.03968671428512,41.60487947781487],[-72.03966471427856,41.6048904778177],[-72.03957871425314,41.60493847782969],[-72.03943971421194,41.60501347784861],[-72.03930271417192,41.6050984778694],[-72.03921071414534,41.60516047788431],[-72.03914971412786,41.60520447789476],[-72.03909071411138,41.605254477906314],[-72.03905771410204,41.6052804779124],[-72.03898071408061,41.60534747792783],[-72.03863471398726,41.605701478007425],[-72.03821071387287,41.606135478105024],[-72.03793371379992,41.60645147817508],[-72.03769671374212,41.60680547825131],[-72.0376807137384,41.60683247825705],[-72.03743971368364,41.607265478348765],[-72.03742671368072,41.60728947835385],[-72.03723871363903,41.607645478428914],[-72.0370337135938,41.60803847851174],[-72.03674571353089,41.60860147863019],[-72.03672171352538,41.608643478639095],[-72.03668771351737,41.608699478651054],[-72.03664271350726,41.60878247866861],[-72.03663871350624,41.60878747866969],[-72.03661071349998,41.608839478680665],[-72.03654971348634,41.60895347870474],[-72.03645271346547,41.60914847874568],[-72.03644171346302,41.60916947875012],[-72.03635671344368,41.60932147878232],[-72.03629771343103,41.60944147880748],[-72.03628171342737,41.60946947881342],[-72.0362017134093,41.60961547884432],[-72.03611571339101,41.60979247888142],[-72.03602571337156,41.60997247891922],[-72.03596571335774,41.610076478941295],[-72.0358717133348,41.61021647897146],[-72.035804713318,41.61030847899144],[-72.03577671331146,41.610355479001434],[-72.0357367133024,41.61042747901671],[-72.03570371329565,41.61050047903191],[-72.03563071328081,41.610663479065884],[-72.03556771327288,41.61089247911238],[-72.03551171326598,41.61109847915418],[-72.03544371326346,41.611455479225725],[-72.03544371327045,41.611582479250444],[-72.03544471327135,41.61159247925236],[-72.03546171328279,41.61169947927263],[-72.0355097133051,41.611820479294686],[-72.03553871331847,41.61189147930759],[-72.03566971337246,41.6120954793432],[-72.03590371346438,41.61237847939099],[-72.03601771351046,41.61253947941875],[-72.03605871352697,41.612596479428575],[-72.03608671353898,41.61264847943782],[-72.0361187135536,41.6127244794516],[-72.03614571356572,41.612784479462434],[-72.03616571357655,41.61286247947699],[-72.03617771358387,41.61292447948867],[-72.03619071359407,41.613032479509286],[-72.03621171360862,41.613172479535855],[-72.03622571362457,41.61337847957547],[-72.03626671365508,41.61368947963469],[-72.03627971366687,41.613826479660936],[-72.03629671368068,41.61397647968958],[-72.03630071368359,41.6140054796951],[-72.03633171369805,41.6140844797095],[-72.03637471371904,41.61421047973268],[-72.03642171374226,41.614353479759025],[-72.0366607138559,41.61500047987744],[-72.03672071388131,41.615106479896184],[-72.03637471378138,41.615341479952626],[-72.03643071380203,41.61538447995927],[-72.03647671381923,41.61542447996561],[-72.03676471392724,41.61567948000626],[-72.03709871405358,41.615994480057154],[-72.03717271408313,41.61609248007391],[-72.03721471410057,41.61616048008584],[-72.03724071411203,41.61621448009553],[-72.0372637141229,41.61627548010669],[-72.03729671413934,41.61637848012568],[-72.03733071415722,41.61650148014854],[-72.03737671417834,41.6166124801687],[-72.03744171421467,41.61688648021997],[-72.03749971424543,41.61710148025998],[-72.03751471425348,41.6171584802706],[-72.03754871427245,41.61730148029735],[-72.03756971428746,41.61744948032548],[-72.03758371430294,41.61764748036355],[-72.0375987143187,41.61784448040139],[-72.03760371432392,41.617909480413886],[-72.0376367143495,41.618178480465176],[-72.03766771437077,41.618380480503504],[-72.03770271439112,41.61854248053391],[-72.03777771443059,41.618814480584476],[-72.0378707144697,41.61897348061251],[-72.03797971451203,41.619096480633054],[-72.03813071456923,41.61924048065635],[-72.03835871465587,41.619462480692455],[-72.03844271469089,41.619600480716684],[-72.03852471472739,41.61977748074854],[-72.03853771473338,41.619809480754355],[-72.03863871477958,41.6200494807979],[-72.03868371480006,41.620154480816915],[-72.03869871480742,41.620199480825214],[-72.03871571481595,41.62025348083517],[-72.03872771482297,41.62030948084568],[-72.03873671482866,41.620359480855136],[-72.03874971483813,41.6204544808732],[-72.03875871484426,41.6205124808842],[-72.03876171484586,41.62052348088625],[-72.03877071485107,41.62056448089394],[-72.038791714867,41.62072948092538],[-72.03884071489253,41.62090248095749],[-72.03892971493094,41.62107248098778],[-72.03899971495984,41.62118248100702],[-72.03903671497513,41.621240481017146],[-72.03913471501299,41.621347481034896],[-72.03944071512926,41.62164548108334],[-72.03979371526997,41.622108481162414],[-72.03992971532993,41.622391481213214],[-72.04006871540005,41.62284048129619],[-72.04010571541863,41.622958481317994],[-72.04018871546035,41.623223481366935],[-72.04023571548367,41.623368481393676],[-72.04031071552308,41.62363948144404],[-72.04033171553523,41.623735481462056],[-72.04034671554322,41.62379148147247],[-72.04036471555422,41.62388448149],[-72.04036571555508,41.62389448149191],[-72.04038371556688,41.62400148151215],[-72.04038971557534,41.62411948153492],[-72.04039471558049,41.62418348154722],[-72.04039971558566,41.62424748155949],[-72.04040271558956,41.62430048156971],[-72.04040571559622,41.624403481589624],[-72.04041971561293,41.624623481631986],[-72.04042271561677,41.624675481642],[-72.0404387156364,41.624936481692245],[-72.04043271563859,41.62501148170703],[-72.04041171563834,41.625131481730996],[-72.04040871563963,41.62517248173907],[-72.04040071564079,41.62524048175253],[-72.04038071564496,41.62543448179087],[-72.04038071565543,41.62562448182781],[-72.04038171565973,41.625696481841786],[-72.04039771567307,41.62584348186986],[-72.04044071570328,41.62613648192549],[-72.04047971573502,41.626481481991355],[-72.04050871575697,41.62670748203439],[-72.04052871577512,41.6269184820748],[-72.04055271579557,41.62714748211859],[-72.0405867158327,41.6276194822093],[-72.0405917158382,41.62768948222275],[-72.04060371585123,41.62785448225445],[-72.04061171586201,41.62800248228299],[-72.04062071588586,41.62838148235639],[-72.04054171586765,41.62851848238547],[-72.04044271586548,41.6290644824947],[-72.04036171584643,41.629198482523265],[-72.04027471582403,41.62930648254696],[-72.04004771575703,41.62943448257889],[-72.03997971573634,41.62946148258626],[-72.03970471565296,41.62957648261717],[-72.03943271557182,41.629714482652446],[-72.03928371552756,41.62979348267243],[-72.03903271545308,41.62992748270627],[-72.03877371537801,41.630098482747556],[-72.03803771516719,41.63062948287365],[-72.03771671507607,41.63087648293164],[-72.03712371490572,41.63129548303152],[-72.03705971488772,41.63134748304361],[-72.03695371485765,41.631429483062846],[-72.03688771483843,41.63147148307305],[-72.03662571476355,41.63166348311852],[-72.03594971457065,41.63216448323691],[-72.0356267144786,41.63240648329399],[-72.0355517144575,41.63246748330817],[-72.03543971442599,41.632558483329326],[-72.03539171441268,41.63260148333921],[-72.03532071439251,41.63265548335191],[-72.03528371438208,41.632685483358884],[-72.0352357143683,41.63271948336699],[-72.03517171434983,41.632763483377516],[-72.03505871431794,41.63285348339853],[-72.03497971429526,41.63290948341186],[-72.03490371427333,41.63296148342434],[-72.03481871424897,41.633022483438836],[-72.03475671423122,41.6330674834495],[-72.03470271421581,41.63310748345897],[-72.03466171420447,41.63314448346742],[-72.03460371418781,41.6331854834772],[-72.034600714187,41.633188483477866],[-72.03450771416101,41.63326748349612],[-72.03437871412511,41.63337948352189],[-72.03412271405239,41.63357548356794],[-72.03355471389084,41.63400648366939],[-72.03308571375752,41.63436348375333],[-72.03264271363075,41.634685483829685],[-72.03248471358515,41.634793483855596],[-72.0323497135495,41.63494548388934],[-72.03229971353852,41.63504248390974],[-72.03227671353781,41.63516548393436],[-72.03224471353867,41.63537048397521],[-72.03228971356401,41.63556348401133],[-72.03245071363851,41.635961484083694],[-72.03258171370481,41.63638848416262],[-72.03258771370986,41.63644448417332],[-72.03261571373268,41.63669248422065],[-72.03260771373587,41.63679748424131],[-72.03255971372991,41.636973484277014],[-72.0324257137052,41.637317484348046],[-72.03237671369575,41.63743648437271],[-72.03227871367703,41.6376764844224],[-72.03226871367526,41.637703484427945],[-72.03212171366786,41.63843848457539],[-72.03210171366706,41.638542484596236],[-72.03207071366528,41.63869348462652],[-72.03201671366192,41.63895148467835],[-72.03189671365482,41.63953248479501],[-72.03189671365675,41.63956748480181],[-72.03189471366328,41.63969748482713],[-72.03189871366645,41.63973148483361],[-72.03190371367025,41.639770484841044],[-72.03193171368562,41.639883484862125],[-72.03193571368836,41.63990948486706],[-72.03194371369229,41.639933484871484],[-72.03194571369393,41.63995148487493],[-72.03195371369787,41.63997548487934],[-72.03195771369988,41.63998848488175],[-72.03195971370093,41.63999548488304],[-72.03197171370611,41.64001848488714],[-72.03198071371042,41.64004348489171],[-72.03198871371431,41.64006648489594],[-72.03199771371862,41.64009148490052],[-72.03200871372381,41.64012048490581],[-72.03201671372764,41.64014248490984],[-72.03202171373027,41.64016048491319],[-72.0320287137341,41.640188484918404],[-72.0320367137378,41.64020848492206],[-72.03203971374104,41.64024948492992],[-72.03202271374683,41.64045448497029],[-72.0319187137344,41.64084448504933],[-72.03189371373774,41.64105248509055],[-72.03189271373797,41.641062485092505],[-72.03192771375672,41.641195485117265],[-72.03196571377433,41.64128948513436],[-72.03202771381011,41.64157148518723],[-72.03204571382624,41.64175748522283],[-72.03202471382772,41.64190848525283],[-72.03195971381447,41.64205248528284],[-72.0317567137658,41.642370485350945],[-72.03156971371851,41.642619485405135],[-72.03137971367059,41.642874485460595],[-72.03117771361622,41.643083485507496],[-72.03103171357674,41.643231485540795],[-72.03090971354493,41.64337648557276],[-72.03083271352693,41.64350548560023],[-72.03077871351836,41.64366948563378],[-72.0307347135166,41.64389748567945],[-72.03071771351607,41.64398848569766],[-72.03066971351112,41.64418248573687],[-72.03065971351337,41.644282485756605],[-72.03062971351063,41.644410485782416],[-72.03060671350771,41.644493485799245],[-72.03058171350543,41.644599485820635],[-72.03057371350788,41.644691485838756],[-72.03056671350869,41.64474748584987],[-72.03056671351139,41.64479648585938],[-72.03056371351417,41.644864485872695],[-72.03056471351836,41.64493448588627],[-72.03056471352058,41.644974485894046],[-72.03056671352928,41.64512048592234],[-72.03058371354923,41.64538148597255],[-72.03060371355937,41.645446485984564],[-72.03061671356573,41.645485485991735],[-72.03064071357788,41.645563486006154],[-72.0306657135902,41.64563848601995],[-72.03069971360637,41.64573048603677],[-72.03072871361958,41.645798486049074],[-72.0307627136356,41.64588748606533],[-72.03091071370574,41.646283486137676],[-72.03097471373863,41.64650048617785],[-72.0310617137808,41.64675048622374],[-72.0310737137872,41.64679548623211],[-72.03111871381037,41.646949486260645],[-72.03117571383898,41.647130486294046],[-72.03121671385898,41.647250486316096]]]},"properties":{"name":7101,"geoid":"09011710100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.36914780708997,41.34234541632422],[-72.36932880715217,41.342406416330476],[-72.36979880731724,41.34262841635916],[-72.37215880812931,41.34344141644417],[-72.37278380834934,41.34374641648424],[-72.37336880855526,41.344031416521624],[-72.3745288089641,41.34460641659771],[-72.37620680955582,41.34544341670877],[-72.37760881006545,41.346418416855485],[-72.37768781009416,41.346473416863766],[-72.37877181053126,41.34800641712955],[-72.37907881067846,41.348864417287714],[-72.37939781083135,41.349754417451756],[-72.37932981083421,41.350206417542275],[-72.37924581087299,41.351402417778786],[-72.37922981088039,41.35163041782387],[-72.37913981087638,41.35208741791605],[-72.37842281084681,41.35577041865869],[-72.37840881084635,41.35584441867359],[-72.37839381084557,41.35591841868855],[-72.37825181083986,41.35665041883612],[-72.37791581082934,41.358436419195854],[-72.37779081083185,41.35921741935246],[-72.37771581083297,41.359678419444954],[-72.37762681083487,41.36023641955683],[-72.37759781088094,41.361240419754026],[-72.37756481093406,41.36239541998084],[-72.3773668109853,41.36448642039582],[-72.37712281097514,41.36573742064802],[-72.37709081097817,41.36598042069653],[-72.37696981098954,41.36689742087957],[-72.37667981097073,41.368262421155485],[-72.37642881093578,41.369106421328325],[-72.3762908109068,41.36939342138876],[-72.37597881084113,41.370040421525],[-72.37557781075421,41.370826421691206],[-72.37548981073529,41.371001421728174],[-72.37518481068294,41.3718484219033],[-72.37497181065126,41.37252742204268],[-72.37490981067455,41.37331342219824],[-72.37492581071395,41.37393142231852],[-72.37509381080086,41.37451542242739],[-72.37512381081633,41.374618422446574],[-72.3751278108184,41.37463242244919],[-72.37522381086926,41.37498742251553],[-72.37525681088657,41.37510642253777],[-72.37544581095916,41.375307422571126],[-72.37545481096262,41.3753174225728],[-72.37576181109287,41.37586742267064],[-72.3758598111336,41.376027422698826],[-72.37600481119381,41.37626342274041],[-72.3774468117261,41.37740942291908],[-72.37891981226988,41.37858042310167],[-72.38091381300201,41.38009342333471],[-72.38160181325458,41.38061442341492],[-72.38173181331047,41.380860423458905],[-72.38259481368121,41.38248842374989],[-72.38299581385141,41.38320742387778],[-72.38363481409752,41.38389942399292],[-72.38483381455934,41.38519842420906],[-72.38605981498819,41.38574342427701],[-72.38718081537039,41.386062424304136],[-72.38930381608385,41.3864794243189],[-72.39118481671605,41.38685042433228],[-72.39323781740603,41.38725442434669],[-72.39489381796136,41.38755842435405],[-72.395929818301,41.387608424331276],[-72.39724681873281,41.38767242430238],[-72.4007608199142,41.38837142432846],[-72.40202282033468,41.38855342432434],[-72.40274982057117,41.38855542430188],[-72.40379882090717,41.388463424250936],[-72.40447182112574,41.388458424228794],[-72.40529582139334,41.38845242420171],[-72.40677282188244,41.38861142418634],[-72.4101488230135,41.38921242419757],[-72.41175182355249,41.38953242420965],[-72.41246782378724,41.389567424193956],[-72.41309982398886,41.38949742416042],[-72.41334782406888,41.389486424150476],[-72.41362782415919,41.38947342413913],[-72.41621382499352,41.389355424034726],[-72.41755082543928,41.38955442403152],[-72.41960082612277,41.389859424026604],[-72.42143482675434,41.390494424092914],[-72.42155282679497,41.39053542409722],[-72.42167682683434,41.390518424090004],[-72.42189182691627,41.39073442412543],[-72.42279782724685,41.391383424223676],[-72.42351482750844,41.39189642430131],[-72.42459582795502,41.39360942460183],[-72.42516282820134,41.39472542480193],[-72.42568382842762,41.39575042498569],[-72.42575382846294,41.39597642502764],[-72.42629282873499,41.39771942535105],[-72.42633982880979,41.39879142555891],[-72.42619482881634,41.399758425752296],[-72.42566382870224,41.40081342597501],[-72.42542582865028,41.40127142607194],[-72.4252508286332,41.401988426217436],[-72.42524882863522,41.40203642622689],[-72.42524182864733,41.40229542627768],[-72.42522982866664,41.402713426359675],[-72.42521782868596,41.403131426441675],[-72.42515482878643,41.40530942686888],[-72.425143828818,41.40594242699283],[-72.42512382888388,41.40724542724785],[-72.42510282895087,41.408574427507965],[-72.42518082901586,41.409287427644706],[-72.4252768290898,41.41005642779181],[-72.42547982924515,41.41166442809932],[-72.42610282952629,41.41307742835552],[-72.42685582983806,41.41428142856684],[-72.4283188304174,41.41614442888439],[-72.42896883067486,41.41697342902572],[-72.42923383078184,41.41734742909038],[-72.43033783122742,41.41890442935949],[-72.43049283130159,41.41933142943793],[-72.43052883131878,41.41943042945612],[-72.43056383133568,41.419529429474345],[-72.43060683135619,41.41964642949583],[-72.43064883137632,41.41976342951734],[-72.43067683138965,41.419839429531265],[-72.43078983144491,41.42017242959272],[-72.43116383159382,41.42066242967656],[-72.4330738323543,41.423167430105245],[-72.43371083260796,41.424003430248305],[-72.43316983242846,41.42393943025287],[-72.43154683189012,41.42375043026713],[-72.43100683171102,41.42368843027205],[-72.43052183155018,41.4236324302764],[-72.42906883106828,41.423464430289386],[-72.42858483090774,41.42340843029371],[-72.42838983084306,41.423385430295355],[-72.42780683064977,41.42331943030085],[-72.42761283058545,41.42329743030266],[-72.42738583051296,41.42332143031451],[-72.42670783029651,41.423394430350115],[-72.42648183022442,41.4234194303621],[-72.42585283002356,41.423486430394995],[-72.42564782995817,41.423509430405936],[-72.42396782942183,41.42369043049417],[-72.42333982922142,41.42375943052742],[-72.42300882911582,41.42379643054506],[-72.42280882905207,41.423819430555845],[-72.42121682854479,41.42400843064288],[-72.42096182846356,41.424039430656954],[-72.42068682837579,41.42406943067146],[-72.41841882765198,41.42431843079148],[-72.41161582548098,41.425068431152035],[-72.41067282518004,41.42517243120201],[-72.40947782479863,41.425303431265185],[-72.40934982475595,41.42528443126551],[-72.40856882449576,41.42517343126844],[-72.40846482446136,41.42516343126976],[-72.40675582389444,41.424964431284714],[-72.40521782338641,41.424824431305794],[-72.4051718233714,41.42482343130703],[-72.40302982267241,41.42478243136645],[-72.39979382169405,41.426118431728995],[-72.39052181873767,41.42719243223025],[-72.3878038178698,41.427485432372904],[-72.38740481774241,41.42752843239384],[-72.38621181736148,41.42765743245652],[-72.38612981733532,41.42766643246086],[-72.38581381723439,41.42770043247743],[-72.38484381692464,41.42780443252823],[-72.38193781599668,41.42811743268067],[-72.38096881568731,41.42822243273163],[-72.37706481444062,41.428642432936314],[-72.37452381362921,41.42891643306963],[-72.37194481280554,41.42919243320454],[-72.36535581070109,41.42989743354915],[-72.36145280945459,41.43031643375352],[-72.36133480941685,41.43032843375955],[-72.36098380930481,41.43036743377819],[-72.3608678092678,41.43038043378437],[-72.35997780898342,41.43047343383047],[-72.35072680602894,41.43147043431551],[-72.33955980246225,41.43267143490038],[-72.33944880242679,41.4326834349062],[-72.33925080236315,41.43269743491515],[-72.33880580222004,41.43272743493496],[-72.33848180211655,41.43276243495197],[-72.33837680208299,41.4327734349574],[-72.33806480198336,41.43280743497383],[-72.33796080195017,41.432819434979436],[-72.33737280176231,41.43288143500999],[-72.3356118011998,41.43307043510211],[-72.3350248010123,41.43313343513282],[-72.33456880086656,41.43318143515649],[-72.33444680082766,41.433195435163064],[-72.33320380043058,41.433328435228],[-72.33274980028564,41.43337843525199],[-72.3295537992646,41.433719435418794],[-72.31996979620286,41.43474443591935],[-72.31677479518214,41.435086436086245],[-72.31627079502107,41.43513943611239],[-72.31475879453808,41.43530243619158],[-72.3142557943774,41.43535643621789],[-72.31406379431601,41.43537643622781],[-72.31348979413261,41.4354374362577],[-72.31329879407163,41.43545843626778],[-72.31212479369661,41.43558543632936],[-72.311922793632,41.43560543633959],[-72.31128179342723,41.43567443637315],[-72.31082079327997,41.43572443639736],[-72.3108007932736,41.435726436398376],[-72.31067079323206,41.43574043640519],[-72.31052079318412,41.435756436413016],[-72.30802679238734,41.436023436543245],[-72.30684879201097,41.43614943660476],[-72.3055317915902,41.436290436673545],[-72.30486879117787,41.43273643600061],[-72.30476379114563,41.43277143601073],[-72.294193787907,41.436407437051464],[-72.29091678690293,41.43753543737422],[-72.29066878682659,41.4376144373974],[-72.28796078599896,41.438585437671684],[-72.28657778557634,41.43908243781198],[-72.2859667853818,41.439160437846326],[-72.28130678389981,41.43978643811435],[-72.27948378332093,41.44004743822233],[-72.27663678241699,41.440457438391434],[-72.27685078239911,41.43887343807557],[-72.27749578234663,41.43412343712821],[-72.27759678233873,41.43338543698099],[-72.27780378236042,41.43255843681307],[-72.27853878243852,41.42964143622061],[-72.27906178241125,41.42606543550608],[-72.27909178224002,41.42278743486509],[-72.27909978218909,41.42181743467544],[-72.2799507822887,41.4186054340216],[-72.28025378225014,41.41612043352683],[-72.28044678222248,41.41448143320069],[-72.28096078231286,41.41308843291256],[-72.28100578231565,41.41287343286915],[-72.28128178231341,41.41120543253473],[-72.28144978231168,41.41018343232987],[-72.28195278230623,41.407118431715446],[-72.28212178230491,41.406097431510716],[-72.28215478230516,41.40590743147255],[-72.28152378187018,41.401743430678835],[-72.28109778157653,41.39893143014276],[-72.28003278083075,41.39168842876077],[-72.27936078044834,41.38871642820097],[-72.27924778038391,41.388214428106394],[-72.27912478028698,41.38718142790836],[-72.27895678015436,41.38576642763705],[-72.27878778002149,41.384352427365954],[-72.2786687799251,41.383305427165034],[-72.27862677989549,41.383015427109676],[-72.2785977798712,41.382746427057995],[-72.2782667795939,41.37966642646629],[-72.27807877943675,41.377923426131424],[-72.27790677929232,41.37631642582265],[-72.27792377926966,41.37580442572202],[-72.277940779247,41.375292425621396],[-72.27794077924673,41.375287425620414],[-72.277896779215,41.374971425560034],[-72.27734877881622,41.37096542479391],[-72.27716677868354,41.36963042453857],[-72.27707777861797,41.36896542441132],[-72.27695277852541,41.36802242423083],[-72.27681277842198,41.366970424029496],[-72.27673977836758,41.366413423922864],[-72.27673277836234,41.36635942391252],[-72.2767257783571,41.366305423902176],[-72.27720277850779,41.36622442387146],[-72.27863677896083,41.36598142377914],[-72.27911477911191,41.36590142374856],[-72.2795307792428,41.36582142371992],[-72.27994577937334,41.365740423691136],[-72.2806177795847,41.36560942364453],[-72.2816917799226,41.36540142357029],[-72.28343778047181,41.36506242344946],[-72.28503378097386,41.36475242333897],[-72.28512678100307,41.36473342333236],[-72.2866297814759,41.36444242322851],[-72.28794878189014,41.36417442313488],[-72.29190578313296,41.36337242285439],[-72.29322578354764,41.36310642276112],[-72.2932877835678,41.36310642275919],[-72.29347578362896,41.36310642275331],[-72.2935387836495,41.36310742275153],[-72.29375178371542,41.36304642273295],[-72.2943907839131,41.362862422677],[-72.2946047839794,41.362802422658575],[-72.29471878401604,41.36279442265346],[-72.29475078402633,41.36279242265205],[-72.2948967840732,41.36278142264534],[-72.29503678411814,41.3627704226388],[-72.29506278412649,41.362768422637615],[-72.29517778416343,41.36276042263245],[-72.29541378423673,41.36269742261275],[-72.29612278445691,41.362508422553645],[-72.29635978453058,41.3624464225341],[-72.29638178453773,41.362446422533424],[-72.29641778454942,41.362446422532294],[-72.29659278460646,41.362448422527216],[-72.29659378460674,41.36244742252699],[-72.2966517846252,41.362440422523804],[-72.29679278467029,41.36242642251666],[-72.29721578480567,41.36238642249562],[-72.29735778485113,41.36237342248863],[-72.297927785033,41.3623094224583],[-72.29840778518611,41.36225542243273],[-72.29849778521485,41.36224542242797],[-72.29914578542167,41.362174422393814],[-72.29949978553284,41.362102422368686],[-72.30152778616981,41.36169242222509],[-72.30256478649557,41.361483422151814],[-72.30272978654713,41.36144542213922],[-72.3032267867025,41.36133142210139],[-72.30339278675444,41.36129442208896],[-72.30361578682569,41.36127142207749],[-72.30428778704042,41.36120242204298],[-72.30451178711208,41.361180422031666],[-72.30703378789981,41.360591421837626],[-72.3103597889387,41.35981542158185],[-72.3110737891638,41.359686421534306],[-72.31464279028808,41.35902642129359],[-72.31719079109078,41.358556421121975],[-72.3178787913074,41.35842742107521],[-72.31994179195695,41.358040420935],[-72.32063079217394,41.357912420888404],[-72.32076679221639,41.35788042087788],[-72.32242479273962,41.35759142076949],[-72.32413379327885,41.35729142065733],[-72.3256467937562,41.357026420558164],[-72.3256597937603,41.35702342055716],[-72.3258497938202,41.35698942054458],[-72.32613079390937,41.35694942052796],[-72.32623779393953,41.35686542050818],[-72.32636679397773,41.35679742049085],[-72.32638579398342,41.35678842048849],[-72.32652179402477,41.35673642047407],[-72.32669379407832,41.35669342046027],[-72.32683179412166,41.35666542045048],[-72.3269517941598,41.35664942044359],[-72.32711179421034,41.35662242043331],[-72.32724679425364,41.35661142042693],[-72.32761379437149,41.356584420410165],[-72.32776979442187,41.356578420404105],[-72.3278987944635,41.3565724203989],[-72.32821679456596,41.35655542038562],[-72.32826579458184,41.35655442038389],[-72.32832379460042,41.3565494203811],[-72.32836979461533,41.35654842037946],[-72.32843279463542,41.35654142037612],[-72.32849579465582,41.35653942037376],[-72.32855879467601,41.35653442037079],[-72.32897379481012,41.35651942035488],[-72.32920879488572,41.3565044203446],[-72.32968879504087,41.35648742032623],[-72.33001179514497,41.35647042031281],[-72.33029379523533,41.356446420299285],[-72.33070479536717,41.35641342027996],[-72.33111779549799,41.35635042025471],[-72.3315227956235,41.35623842022013],[-72.33206179578995,41.35607842017198],[-72.33214279581496,41.35605442016475],[-72.33270479599088,41.355930420122895],[-72.33321979615404,41.355852420091516],[-72.33359479627288,41.35579642006883],[-72.33390479637004,41.355730420046214],[-72.3339477963832,41.35571542004193],[-72.33399679639815,41.35569742003688],[-72.33407179642109,41.35567142002945],[-72.3341377964404,41.35563242001976],[-72.33418279645362,41.35560642001327],[-72.33420979646205,41.355600420011264],[-72.3342907964875,41.35558442000558],[-72.33431879649638,41.355580420003925],[-72.33441179652218,41.35549941998517],[-72.33449879654583,41.35541541996601],[-72.33458179656829,41.355333419947385],[-72.33467979659437,41.35522841992378],[-72.33483579663621,41.35506741988741],[-72.33497779667445,41.35492341985481],[-72.33516479672421,41.35472341980983],[-72.33517779672773,41.354710419806885],[-72.33544279679867,41.35443441974462],[-72.33562379684733,41.354249419702775],[-72.33576479688512,41.3541034196698],[-72.33599679694716,41.35386041961502],[-72.33604979696159,41.35380941960337],[-72.33612679698201,41.35372641958473],[-72.33666879712536,41.35312941945102],[-72.33690479718508,41.352821419383396],[-72.33698779720591,41.35270941935888],[-72.33710579723467,41.35253541932116],[-72.33730779728316,41.35222341925383],[-72.33738879730183,41.35208441922411],[-72.33742679731016,41.35201141920864],[-72.33745579731594,41.35194541919481],[-72.33746079731714,41.3519374191931],[-72.33749679732449,41.351858419176516],[-72.33779079738859,41.35128741905564],[-72.33801279743815,41.35087741896851],[-72.33805479746317,41.35108341900748],[-72.33809579748649,41.351264419041605],[-72.33812179750107,41.351375419062485],[-72.3381247975027,41.35138741906476],[-72.33813679751029,41.35145441907747],[-72.33826779757392,41.35183541914789],[-72.33829379758511,41.351885419156844],[-72.33831879759629,41.351940419166816],[-72.33836579761703,41.3520394191847],[-72.3385217976829,41.35231441923361],[-72.33863879773084,41.35249341926495],[-72.33881279780024,41.352726419305064],[-72.33882879780666,41.35274841930887],[-72.33885979781896,41.35278841931572],[-72.33892779784608,41.352879419331394],[-72.33900579787664,41.35297341934733],[-72.33912879792511,41.35312741937361],[-72.34132879861629,41.352689419219026],[-72.34423979953097,41.35211241901502],[-72.34793180069089,41.35137841875582],[-72.34935080113671,41.351096418656226],[-72.34957280120645,41.351052418640656],[-72.34979380127587,41.351008418625135],[-72.34996280132896,41.35097441861319],[-72.3501328013824,41.3509414186014],[-72.3507948015897,41.3507974185525],[-72.35278380221266,41.350367418406094],[-72.35344680242031,41.35022441835735],[-72.3537178025022,41.350111418326755],[-72.35403380259919,41.35000741829652],[-72.35377880246762,41.349125418132],[-72.35433680264332,41.34902141809419],[-72.35461580271905,41.34875041803245],[-72.35427080246575,41.34619241754295],[-72.35605880302673,41.34582441741496],[-72.36026280434582,41.3449604171142],[-72.36032280436329,41.3449234171051],[-72.36064080445597,41.344729417057195],[-72.36095980454895,41.34453541700925],[-72.36110780459205,41.344444416986796],[-72.3612558046352,41.34435441696458],[-72.36163180474989,41.344217416925986],[-72.36185380481703,41.34412641690122],[-72.36296980515496,41.34367541677801],[-72.36354280533611,41.34358241674189],[-72.36367880537904,41.34355941673312],[-72.36392680545751,41.343520416717716],[-72.3643118055792,41.343457416693326],[-72.3650988058316,41.343394416656345],[-72.3658858060839,41.34333041661915],[-72.36642280625604,41.343286416593706],[-72.36695880642792,41.343243416568505],[-72.36730680652708,41.342990416508094],[-72.36914780708997,41.34234541632422]]]},"properties":{"name":6501,"geoid":"09011650100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.12838873324802,41.423928439784305],[-72.12900373344358,41.42384343974861],[-72.13085073403121,41.42359243964221],[-72.13146673422716,41.42350843960668],[-72.13176973432341,41.42346443958867],[-72.13268173461334,41.42333643953534],[-72.13298573471002,41.42329443951769],[-72.13614773571476,41.422842439331184],[-72.14563573872965,41.42148943877209],[-72.14596773883518,41.421442438752585],[-72.14622373891655,41.4214064387376],[-72.14652273901399,41.4214084387287],[-72.14879273973209,41.421026438583525],[-72.14890873976876,41.421006438576],[-72.14926073988023,41.42094943855394],[-72.14937773991728,41.42093043854659],[-72.15017374017067,41.42082543850133],[-72.15256574093229,41.42051343836603],[-72.15336274118607,41.42040943832094],[-72.1536937412915,41.420367438302435],[-72.15379774132457,41.420352438296284],[-72.15510274173977,41.420176438221326],[-72.15553774187819,41.42011843819647],[-72.15766574255396,41.41980843806976],[-72.16147974376527,41.419255437843134],[-72.16248774408528,41.41910743778287],[-72.16405274458225,41.41887943768965],[-72.16618174525836,41.41857043756307],[-72.16690674549163,41.41852043753075],[-72.16908174619165,41.41837443743457],[-72.16980774642529,41.418325437402416],[-72.16980274643021,41.41844443742582],[-72.16982174644667,41.41863143746176],[-72.16986874647125,41.41880043749331],[-72.1699197465006,41.41903243753705],[-72.16999974653842,41.41924743757657],[-72.17022774664,41.419745437666755],[-72.17038474670737,41.42004143771971],[-72.17052074676388,41.42026443775904],[-72.17060874679923,41.420386437780124],[-72.17093274692452,41.420747437840575],[-72.17102774696204,41.42086743786106],[-72.1711117469952,41.420973437879155],[-72.17120474703422,41.42113243790732],[-72.17160974720998,41.421932438051016],[-72.17180374729136,41.42226443810983],[-72.17197874736217,41.422516438153615],[-72.17219374744354,41.42272343818736],[-72.17225074746561,41.42278743819809],[-72.17229574748406,41.422856438210154],[-72.17233074749942,41.422928438223146],[-72.17236174751734,41.423071438250105],[-72.17246674759767,41.42391143841093],[-72.17266474772991,41.425145438645814],[-72.17269574776208,41.42554743872337],[-72.17267974779276,41.4262004388514],[-72.17268674779766,41.42624843886057],[-72.17271474781094,41.42632443887455],[-72.17275574782825,41.42639643888733],[-72.17280774784885,41.42646343889879],[-72.17293474789602,41.426569438915564],[-72.17300574792178,41.42661743892271],[-72.17332474803469,41.42678243894502],[-72.17339174805886,41.42682543895133],[-72.17345074808149,41.4268874389616],[-72.17349774810057,41.42695643897362],[-72.17359874814593,41.42718343901481],[-72.17365474816881,41.42726843902967],[-72.1737227481953,41.42734743904299],[-72.17381274822867,41.42742143905465],[-72.17447674846912,41.427863439120316],[-72.17479774858396,41.42805143914703],[-72.17510874869525,41.42823443917309],[-72.17535574878411,41.4283884391955],[-72.17549974883678,41.42849343921151],[-72.17563974888971,41.42862743923333],[-72.17575574893759,41.42881143926565],[-72.17589774899882,41.429084439314565],[-72.17603674906019,41.42937743936746],[-72.17610674909245,41.429550439399065],[-72.17612974910705,41.429679439423545],[-72.1761287491105,41.42974843943704],[-72.1760917491039,41.429847439457546],[-72.17598274907435,41.429955439482015],[-72.17587374904353,41.43004043950201],[-72.17575274900827,41.430115439520435],[-72.17569174899154,41.43017243953346],[-72.17578874902559,41.430217439539234],[-72.17593374907653,41.430285439547994],[-72.17606074912074,41.4303374395542],[-72.1761917491657,41.43037943955833],[-72.17663774931485,41.4304514395585],[-72.17683874938315,41.430503439562415],[-72.17688674939954,41.43051743956365],[-72.17673574935846,41.430664439597045],[-72.176582749312,41.430725439613724],[-72.17619374918877,41.43078743963794],[-72.17588074908494,41.43075243964084],[-72.17608174916704,41.43105543969377],[-72.17613974918673,41.4310704396949],[-72.17663574934986,41.431100439685316],[-72.17722674954676,41.43118243968293],[-72.17780974974829,41.43139543970637],[-72.17815974986662,41.43147543971111],[-72.17835574993045,41.43147543970501],[-72.17858775000278,41.43141743968646],[-72.17862775001745,41.43144743969108],[-72.17927075024805,41.43183443974663],[-72.17936875028403,41.43190843975803],[-72.17945075031584,41.432001439773636],[-72.17952775034843,41.432138439797995],[-72.1795767503716,41.432269439822065],[-72.17962875039467,41.43238143984232],[-72.1796717504123,41.43244743985387],[-72.17971275042834,41.43249643986216],[-72.17975975044605,41.43254043986928],[-72.17982675047007,41.43258043987501],[-72.17990075049603,41.43261443987935],[-72.18016975058838,41.43270143988796],[-72.1804127506714,41.43277243989426],[-72.18051475070654,41.43280743989793],[-72.18060675073902,41.43285343990403],[-72.18069175076955,41.43290543991155],[-72.18076875079787,41.43296443992066],[-72.1811517509418,41.433314439977096],[-72.18119375095706,41.43334343998145],[-72.1812817509884,41.43339243998829],[-72.18137875102224,41.43343343999327],[-72.18147975105693,41.43346643999657],[-72.18162575110611,41.433496439997874],[-72.18177675115638,41.43351643999708],[-72.18194275121118,41.43353043999464],[-72.18202675123896,41.4335384399936],[-72.182248751313,41.43357043999293],[-72.18231775133658,41.433590439994695],[-72.1823877513611,41.43362243999877],[-72.18244875138318,41.433662440004674],[-72.18248475139706,41.433701440011156],[-72.18253575141871,41.43379344002754],[-72.18258275144423,41.4339794400624],[-72.1826277514668,41.43412344008912],[-72.18289375158528,41.4347034401941],[-72.18293175160227,41.43478744020931],[-72.18309175166586,41.43499644024515],[-72.18322775171801,41.435139440268834],[-72.18344575180123,41.4353624403056],[-72.1835807518507,41.43546244032092],[-72.18365775187834,41.43550944032769],[-72.18383775194155,41.435593440338494],[-72.18395675198437,41.43566744034924],[-72.18433475212288,41.435948440392345],[-72.18445675216707,41.43602944040434],[-72.18476575227734,41.4362054404291],[-72.18495575234414,41.43629544044075],[-72.18544675251373,41.43647244046002],[-72.18566575259052,41.43657244047273],[-72.18571975261031,41.43661244047886],[-72.18576075262597,41.43665444048579],[-72.18578775263722,41.43669944049373],[-72.18594375270474,41.43700344054823],[-72.18606275275485,41.43721044058494],[-72.1861517527911,41.43734244060794],[-72.18630375284674,41.43745444062508],[-72.18645775290055,41.43752144063336],[-72.18660975295329,41.437580440640154],[-72.18675775300501,41.43764444064803],[-72.18699475308804,41.43775144066155],[-72.18715675314532,41.437833440672506],[-72.18729375319523,41.43793044068719],[-72.1873657532228,41.43800544069959],[-72.1874067532399,41.43807344071158],[-72.18752975330106,41.43845744078275],[-72.187611753337,41.438625440812984],[-72.1876617533586,41.43872244083036],[-72.18773975338856,41.43880544084415],[-72.18783275342304,41.43888144085608],[-72.18794275346268,41.438951440866326],[-72.18803475349523,41.438998440872645],[-72.18822575356347,41.43910844088817],[-72.1882827535846,41.43915544089557],[-72.18835675361564,41.43928144091786],[-72.1883747536259,41.43936144093293],[-72.1883927536477,41.439651440988975],[-72.18840075366208,41.43986544103052],[-72.18841475367297,41.43998044105253],[-72.18844975368948,41.44007344106959],[-72.1884797537029,41.44013944108154],[-72.18852075371947,41.44019844109179],[-72.18866175377089,41.44029844110692],[-72.1888997538548,41.440415441122354],[-72.18918275395222,41.44051144113229],[-72.1896237541018,41.44062044113983],[-72.18977975415605,41.440683441147264],[-72.189869754188,41.440731441153844],[-72.1899547542189,41.440790441162704],[-72.19035275436764,41.44113844121824],[-72.19054375444011,41.44132544124881],[-72.19065275448375,41.441473441274304],[-72.19081575455041,41.441720441317436],[-72.19088575457815,41.441810441332834],[-72.19098375461458,41.441892441345786],[-72.19109575465504,41.441965441356544],[-72.19145275478009,41.44212544137666],[-72.19157175482327,41.44220644138877],[-72.19167875486308,41.44229644140301],[-72.19176275489559,41.44239044141874],[-72.19183375492433,41.442492441436436],[-72.19200175499513,41.44278544148841],[-72.19209375503176,41.442906441509166],[-72.1921637550573,41.44295644151674],[-72.19243275515339,41.44311144153863],[-72.19253075518938,41.443185441550014],[-72.19265675523806,41.443324441573225],[-72.19272775526744,41.44343844159326],[-72.19281675530621,41.44361644162525],[-72.19285675532227,41.44367144163476],[-72.19309175541231,41.44391744167544],[-72.19323875546766,41.44405344169743],[-72.193390755525,41.44419644172061],[-72.1934757555594,41.444318441741764],[-72.19350275557149,41.444378441752626],[-72.19351275557811,41.44443944176424],[-72.19349475557699,41.44452544178157],[-72.19348175557424,41.44455244178725],[-72.19344775556576,41.444599441797486],[-72.19340475555407,41.444641441807036],[-72.19332375553063,41.444694441819905],[-72.1930787554573,41.444811441850376],[-72.19293875541612,41.444891441870354],[-72.19285975539385,41.44495444188512],[-72.1928127553812,41.44500244189595],[-72.19277975537338,41.44505544190733],[-72.1927707553737,41.44511444191912],[-72.19277675537894,41.44517444193064],[-72.19279775538926,41.44523744194229],[-72.19283275540407,41.4452994419533],[-72.192974755462,41.445512441990466],[-72.19324875557038,41.44586044204985],[-72.1933437556087,41.44599444207305],[-72.19340675563487,41.44609744209121],[-72.19342175564174,41.44613344209775],[-72.19344375565545,41.44625244212031],[-72.19343475565807,41.44635344214029],[-72.19339375565514,41.446542442178476],[-72.19333475564879,41.446776442225996],[-72.1933267556522,41.44688544224752],[-72.19333675566146,41.44699444226848],[-72.19335475567118,41.44706444228158],[-72.19338075568344,41.44713344229425],[-72.19342275570162,41.44721544230895],[-72.19347175572199,41.44729544232303],[-72.19357075576193,41.44743544234727],[-72.19380475585415,41.447726442396785],[-72.19393575590516,41.44787844242238],[-72.19427375603463,41.448231442480754],[-72.1943817560764,41.448351442500815],[-72.19467575619238,41.44871944256347],[-72.1948767562702,41.44894444260113],[-72.19496475630348,41.44902844261479],[-72.19507475634441,41.449121442629504],[-72.19520575639214,41.44921344264338],[-72.1953327564385,41.4493044426572],[-72.19554575651516,41.4494374426765],[-72.19567275656027,41.44950544268581],[-72.19580075659903,41.4494524426715],[-72.19592975663834,41.44940344265791],[-72.1962117567437,41.44964944269714],[-72.19665375690842,41.45002744275714],[-72.1969687570269,41.450316442803725],[-72.19906275782053,41.452347443134855],[-72.19926475789556,41.452515443161346],[-72.19930975791192,41.45254644316598],[-72.19948175797286,41.45263644317821],[-72.19963175802512,41.45269844318563],[-72.19978775807871,41.45274944319072],[-72.19995875813743,41.452804443196115],[-72.20009075818422,41.45287344320547],[-72.20016775821215,41.45292544321321],[-72.20023575823687,41.45297244322027],[-72.20036475828476,41.45307944323714],[-72.2004377583129,41.453158443250274],[-72.200490758335,41.45324644326579],[-72.20052575835167,41.45334244328345],[-72.2005437583608,41.45340144329439],[-72.20053375836608,41.45355644332495],[-72.20052275836684,41.453635443340715],[-72.20052475837178,41.45371344335588],[-72.2005397583809,41.453790443370444],[-72.20059675840696,41.4539264433952],[-72.20070175844832,41.45405644341731],[-72.20074475846447,41.45409544342359],[-72.20082375849331,41.45415244343223],[-72.20141975870456,41.45446444347454],[-72.20151975874047,41.454525443483334],[-72.20170575880847,41.45466044350387],[-72.20181575884982,41.45476044351996],[-72.20195775890497,41.45492244354714],[-72.20209975896019,41.455085443574525],[-72.20243175909098,41.45549744364459],[-72.2026227591672,41.45575244368839],[-72.20271175920104,41.45584044370279],[-72.20281075923775,41.4559214437155],[-72.20304875932361,41.45607344373774],[-72.20314575935993,41.45615944375151],[-72.2032297593924,41.45625244376705],[-72.20328475941506,41.45633844378211],[-72.20336575945157,41.4565224438155],[-72.20345475949608,41.45680444386775],[-72.20352475953393,41.45707744391884],[-72.20360575957517,41.457347443969006],[-72.20366075960077,41.45748644399441],[-72.2037547596409,41.45765944402524],[-72.20381575966995,41.457826444055925],[-72.20383775968311,41.45793544407651],[-72.20384475969225,41.45805944410049],[-72.20383775969673,41.45818244412472],[-72.2037407597023,41.458856444259254],[-72.20364975971732,41.459666444420165],[-72.20359775971757,41.459978444482665],[-72.2035167597047,41.460223444533014],[-72.20323275965158,41.4609374446812],[-72.20321675964874,41.46098044469008],[-72.20307775962658,41.461399444776156],[-72.20300875961404,41.46157944481343],[-72.2028807595875,41.46185444487109],[-72.20275375955582,41.462029444909206],[-72.20271875954778,41.462090444922204],[-72.20268275954106,41.46218144494108],[-72.20263775953639,41.4623624449778],[-72.2025857595434,41.46279644506409],[-72.20257875955517,41.46305144511408],[-72.20157475923573,41.46318744517192],[-72.2007157589621,41.46329744522018],[-72.20064175893854,41.463307445224444],[-72.20023675880883,41.46334644524469],[-72.20003675874531,41.463375445256574],[-72.19985675868874,41.46341244526941],[-72.19948275857296,41.46352144530234],[-72.1991627584751,41.46363644533477],[-72.19856375829289,41.46386944539891],[-72.19844675825682,41.463906445409776],[-72.19830675821291,41.46393644541999],[-72.19825475819628,41.46394244542277],[-72.19816375816721,41.46395244542758],[-72.19794875809673,41.46394344543251],[-72.19783175805756,41.46392444543246],[-72.19760775798159,41.46386944542872],[-72.19587375738566,41.46330144537196],[-72.19530175718961,41.463123445355066],[-72.19467775697578,41.46293044533686],[-72.19404375675803,41.46272544531662],[-72.19368675663424,41.46258844530102],[-72.19352675657805,41.46251444529156],[-72.19311275643263,41.46232144526682],[-72.19310675643051,41.462318445266426],[-72.19290175635935,41.4622384452572],[-72.19245275620632,41.462114445247],[-72.19241675619415,41.46210644524656],[-72.19203775606583,41.462017445240996],[-72.19176575597474,41.46197144524051],[-72.1916667559416,41.461955445240484],[-72.1915297558964,41.46194444524261],[-72.19130575582395,41.46195344525134],[-72.1893897552073,41.46208544533683],[-72.18559275397531,41.46216544547076],[-72.18272975306877,41.46263344565131],[-72.18260775303098,41.46266844566195],[-72.18239675296475,41.462713445677295],[-72.18225275291896,41.462733445685686],[-72.18210875287262,41.46274344569212],[-72.18190975280721,41.46273244569618],[-72.18176375275922,41.46272444569917],[-72.18118175256586,41.46265444570365],[-72.18053775235306,41.462598445712786],[-72.18017575223467,41.46258944572231],[-72.17975075209756,41.462612445740035],[-72.17955575203399,41.46261144574593],[-72.17942375199056,41.46260344574847],[-72.17912475189232,41.46258744575464],[-72.17889075181486,41.462564445757465],[-72.17859575171714,41.462534445760795],[-72.17838275164662,41.462513445763335],[-72.1783377516317,41.46250844576375],[-72.17812775156237,41.462491445766986],[-72.1779217514938,41.46246444576813],[-72.17775475143772,41.46243344576729],[-72.17725775126898,41.462308445758374],[-72.17707675120818,41.46227444575738],[-72.17677475110763,41.46223444575897],[-72.17622275092512,41.46218444576641],[-72.17602875086047,41.46215744576719],[-72.17591775082272,41.462128445765],[-72.1758057507847,41.462100445763014],[-72.17544575066043,41.46197244574925],[-72.17533875062405,41.46194444574712],[-72.17526975060113,41.46193644574771],[-72.17524175059185,41.461933445747995],[-72.17504275052704,41.46193344575419],[-72.17481175045253,41.46194644576392],[-72.1745597503713,41.46196144577471],[-72.17399775018147,41.461837445768005],[-72.1735887500465,41.4618054457745],[-72.17321874993576,41.46198244582056],[-72.17245774969318,41.462077445862796],[-72.17207274956642,41.46205244586992],[-72.17200174954309,41.46204844587134],[-72.17173474945437,41.46201644587342],[-72.17082574914784,41.461825445864456],[-72.17028774896764,41.46173444586344],[-72.17011374890993,41.46171544586515],[-72.1699467488551,41.461707445868804],[-72.16977974880088,41.46171044587458],[-72.16950474871304,41.461741445889196],[-72.16937474867197,41.46176444589774],[-72.16934174866161,41.46177144590013],[-72.16848774839451,41.46197144596576],[-72.16816174829098,41.46201944598526],[-72.16783974818883,41.462068446004864],[-72.16727874801074,41.46215244603871],[-72.16718274797967,41.4621554460423],[-72.16685374787313,41.462166446054674],[-72.16671774782844,41.462159446057534],[-72.16647774774968,41.462148446062876],[-72.16631274769544,41.46213944606626],[-72.16617874765144,41.46213244606907],[-72.16590174756017,41.462113446073985],[-72.1657657475154,41.46210444607646],[-72.16550474742583,41.4620214460684],[-72.16548974742044,41.46201244606709],[-72.16542274739632,41.461970446060995],[-72.16519174730969,41.46176344602779],[-72.16518274730623,41.46175344602611],[-72.16500174723579,41.46154444599096],[-72.16497074722372,41.461508445984904],[-72.16475974713816,41.46120244593176],[-72.16474674713254,41.46117744592728],[-72.16470374711388,41.46109244591202],[-72.16450374701914,41.46055444581325],[-72.16433074692716,41.45990644569216],[-72.16427574689793,41.459700445653695],[-72.16421974686725,41.45947444561132],[-72.16387874676296,41.45959744564595],[-72.16387174676086,41.45960044564675],[-72.16307674652397,41.46000044574954],[-72.16291274647581,41.46009644577341],[-72.16280574644449,41.46016044578922],[-72.16260974638811,41.46029544582165],[-72.16259474638382,41.460306445824294],[-72.162188746269,41.4606224458986],[-72.16092774591235,41.461604446129485],[-72.16059974581967,41.46186144618985],[-72.16050774579362,41.461932446206575],[-72.16047274578348,41.461955446212144],[-72.16037074575418,41.46202644622918],[-72.16034474574676,41.462045446233695],[-72.16033674574437,41.46204944623472],[-72.16030974573668,41.46206944623947],[-72.15995274563376,41.46231244629801],[-72.15979474558726,41.462402446320496],[-72.15977674558201,41.4624134463232],[-72.15939974547018,41.46261244637376],[-72.15905074536545,41.46277444641623],[-72.15803974505931,41.46319444652967],[-72.158025745055,41.46319944653108],[-72.15764574494067,41.46337044657628],[-72.15744374488092,41.46348044660403],[-72.15758974493193,41.46354344661179],[-72.15772874498143,41.463620446622485],[-72.15776074499308,41.46364244662578],[-72.15781574501312,41.46368144663168],[-72.15799174507941,41.46384444665801],[-72.15817174515045,41.46407044669651],[-72.15845874526488,41.46445144676193],[-72.15854174529797,41.464561446780806],[-72.15867274535043,41.464739446811485],[-72.15873774537914,41.46487644683618],[-72.15877274539619,41.464979446855196],[-72.15878974540432,41.46502644686383],[-72.15881374542263,41.46521744690037],[-72.15880474542968,41.465398446935964],[-72.15877074542793,41.46556844697019],[-72.158735745421,41.46564944698709],[-72.15867774540651,41.465729447004506],[-72.15862374539317,41.46580644702121],[-72.15853574536945,41.465896447041516],[-72.15850374536046,41.46592244704758],[-72.15844374534355,41.46597044705882],[-72.15843474534107,41.46597844706066],[-72.15825674528925,41.46609044708806],[-72.15824874528683,41.46609344708889],[-72.15817974526617,41.466126447097494],[-72.15790874518373,41.4662324471266],[-72.15774774513483,41.4662964471441],[-72.15740274503017,41.466436447182154],[-72.1572107449738,41.46654844720999],[-72.1571277449503,41.46661244722505],[-72.15703474492406,41.466686447242395],[-72.1569467449014,41.466795447266385],[-72.15693174489812,41.46682444727253],[-72.15690474489207,41.466874447283125],[-72.156866744889,41.46704344731728],[-72.15686974489932,41.46721344735037],[-72.1568737449042,41.46727844736292],[-72.15688674491598,41.46741544738925],[-72.1569057449319,41.4675924474232],[-72.15690474493901,41.46772744744958],[-72.15689674493927,41.46777944745997],[-72.15685874494169,41.468048447513645],[-72.15673874492735,41.46849844760517],[-72.15655174490011,41.46911044773042],[-72.15649974489622,41.46934744777828],[-72.15648974489952,41.46946644780181],[-72.15649974490772,41.469556447819066],[-72.15654874493349,41.46973444785227],[-72.15676474502985,41.47020744793784],[-72.15684974506915,41.47041844797636],[-72.1568897450897,41.470555448001846],[-72.15690974509985,41.47062144801411],[-72.15699974515312,41.47105644809618],[-72.15701374516907,41.47126344813613],[-72.15700974517492,41.47139344816162],[-72.15698574517346,41.471509448184996],[-72.15695374516807,41.47160044820375],[-72.15684374513785,41.47170244822708],[-72.15669774509634,41.47181244825308],[-72.15614274493535,41.4721714483404],[-72.15584974484943,41.47234444838328],[-72.15561574478137,41.472492448419445],[-72.15561474478103,41.47249244841947],[-72.15522174466669,41.47274044848008],[-72.15482274454988,41.472979448539135],[-72.15455874447116,41.4731114485731],[-72.15417574435516,41.47327044861605],[-72.15391874427678,41.47336744864296],[-72.15379874424085,41.47342444865782],[-72.15371674421685,41.47347344866994],[-72.15364374419603,41.47352744868275],[-72.15355974417484,41.4736394487072],[-72.15346374415452,41.47383844874903],[-72.15333174412979,41.4741704488179],[-72.15276974403731,41.47581644915654],[-72.15271074402759,41.47598844919192],[-72.15261674400988,41.4762234492407],[-72.15244174397715,41.47666444933217],[-72.15224474393423,41.4770504494136],[-72.15184874384356,41.47774644956172],[-72.15179074383032,41.47784944958361],[-72.15171474381371,41.47799744961486],[-72.15152574377272,41.47837144969371],[-72.15134074373427,41.4787674497767],[-72.1513057437271,41.47884444979282],[-72.15122674371155,41.47902944983136],[-72.15138674376641,41.47907944983614],[-72.15176074389683,41.479235449854926],[-72.15216974403886,41.479395449873415],[-72.15280674426087,41.479659449905085],[-72.15288874428933,41.47969144990877],[-72.15483874496658,41.480456449997305],[-72.1565327455558,41.48113645007721],[-72.15746374587897,41.481498450118835],[-72.1577457459772,41.48161445013267],[-72.15787974602411,41.48167345014002],[-72.15801274607072,41.48173345014758],[-72.15836174619399,41.48190745017065],[-72.15847174623316,41.48196845017914],[-72.15864774629685,41.482083450196065],[-72.15886774637686,41.482235450218866],[-72.15902174643286,41.48234145023476],[-72.15916074648221,41.48241545024486],[-72.15943774657971,41.482547450261976],[-72.15945374659003,41.48264045027963],[-72.15950374662167,41.4829194503325],[-72.15952074663234,41.4830124503501],[-72.15930174657917,41.48334245042129],[-72.15902974651515,41.48378845051675],[-72.15887874648007,41.484044450571375],[-72.15870574643995,41.484339450634316],[-72.15863474642222,41.48443745065563],[-72.15855474640134,41.484531450676464],[-72.15845974637551,41.48462445069755],[-72.15835174634496,41.4847084507173],[-72.15827274632198,41.48475845072952],[-72.15818874629706,41.48480245074071],[-72.15799074623618,41.48486845075974],[-72.15772274615225,41.48492945077999],[-72.1575477460979,41.4849774507948],[-72.15744374606611,41.485015450805456],[-72.15727374601597,41.485110450829275],[-72.15719674599391,41.4851654508424],[-72.15688174590711,41.4854524509082],[-72.15632174575471,41.48599745103191],[-72.15618074571717,41.48614945106597],[-72.1561097456996,41.48625045108786],[-72.1560797456923,41.486295451097575],[-72.1560037456758,41.4864454511292],[-72.15593574566319,41.48661845116507],[-72.15582674564573,41.48694645123242],[-72.15576774563412,41.487084451261175],[-72.15571774562268,41.4871724512799],[-72.15559774559317,41.48734645131759],[-72.15549674556833,41.487492451349176],[-72.15508874546327,41.487998451460584],[-72.15501874544631,41.48810445148343],[-72.15491774542343,41.48828645152208],[-72.15488474541682,41.48836145153772],[-72.15485974541386,41.48845545155685],[-72.15483074541541,41.48865545159675],[-72.15482974541547,41.488662451598145],[-72.15482474541923,41.48876045161741],[-72.15481574542204,41.48886445163797],[-72.15480774542284,41.48892645165032],[-72.1547977454349,41.48920445170485],[-72.15475574543186,41.4893974517438],[-72.1547227454351,41.489651451794366],[-72.1547237454618,41.49013045188775],[-72.15474874547655,41.49025045191037],[-72.15479574549555,41.49031745192196],[-72.15516174563129,41.49061745196907],[-72.15522774565699,41.49069345198185],[-72.15528674568287,41.4908144520036],[-72.15535674571811,41.49104045204549],[-72.1554467457661,41.49137945210881],[-72.15550274579135,41.49150645213182],[-72.15554174580764,41.4915714521433],[-72.15580574591291,41.49192145220333],[-72.15588474594377,41.492014452218996],[-72.15614474604288,41.49227645226199],[-72.1562827460966,41.4924354522887],[-72.15636574613053,41.49256045231049],[-72.1564787461746,41.49269245233271],[-72.15653274619568,41.492755452343324],[-72.15658574621888,41.49286345236274],[-72.15660074622741,41.49292945237512],[-72.15662974625167,41.4931984524267],[-72.15668274628337,41.493460452476135],[-72.15673874631418,41.49368845251883],[-72.15681774635054,41.49388145255402],[-72.15694774640467,41.494095452591694],[-72.15697174641487,41.49413845259932],[-72.15713874648532,41.49442945265087],[-72.15730974655686,41.494717452701714],[-72.15736374657993,41.494816452719334],[-72.15771974673174,41.495467452835186],[-72.15774774674458,41.49553445284739],[-72.15775574675008,41.49558745285747],[-72.15784374681353,41.49621845297777],[-72.15787274682914,41.4963304529987],[-72.15795074686265,41.49647745302493],[-72.15804674690214,41.49662645305099],[-72.15829074699828,41.49692845310228],[-72.15834674702032,41.49699745311399],[-72.15839574704123,41.49708745313001],[-72.15840974705009,41.49716545314479],[-72.1583957470485,41.49721945315576],[-72.15831274703007,41.49737545318875],[-72.15817974699736,41.497568453230535],[-72.15814974698964,41.497605453238684],[-72.1580707469693,41.49770345326024],[-72.15797574694366,41.49779945328193],[-72.15788574691841,41.49787345329916],[-72.15777674688587,41.497927453313075],[-72.15769274686,41.49795445332096],[-72.15760774683353,41.497976453327894],[-72.15750674680072,41.497978453331434],[-72.15735074674996,41.49797945333649],[-72.15725474671825,41.49797145333791],[-72.15712174667443,41.49796245334031],[-72.15689674659883,41.49792045333912],[-72.1565687464881,41.49785045333569],[-72.15616974635405,41.497776453333685],[-72.15594674628015,41.497753453336145],[-72.15574174621281,41.4977434533406],[-72.15564074618034,41.4977514533453],[-72.15554474615017,41.49777145335219],[-72.15545474612262,41.49780345336121],[-72.15539274610434,41.49783845336998],[-72.15534374609081,41.49788245338008],[-72.15532174608585,41.49792245338856],[-72.15530374608407,41.49799645340355],[-72.15530674609005,41.4980874534212],[-72.15532574610181,41.498188453440314],[-72.15537574612767,41.49836245347268],[-72.15545474616526,41.498577453512134],[-72.15551874619219,41.49868745353158],[-72.15559574622309,41.498793453549865],[-72.1556817462563,41.4988874535655],[-72.15568574625782,41.49889145356616],[-72.15591074634263,41.49910045359991],[-72.15605174639512,41.49921945361872],[-72.15609774641266,41.499265453626265],[-72.1562507464728,41.499452453657945],[-72.15639474652963,41.49963245368855],[-72.15646174655541,41.49970445370052],[-72.15671974665793,41.50003945375779],[-72.15674274666823,41.50009045376701],[-72.15676374667778,41.50013945377591],[-72.15676674667912,41.5001464537772],[-72.15678274668794,41.500211453789355],[-72.1567937466947,41.500269453800314],[-72.15680974671457,41.5005354538517],[-72.1568207467233,41.50062845386947],[-72.1568517467405,41.50075745389367],[-72.15689774676254,41.50088545391718],[-72.15695774678846,41.50100145393794],[-72.15711174685167,41.50123745397914],[-72.15720274688714,41.50134345399698],[-72.15726774691174,41.501405454007035],[-72.15736174694607,41.50147245401716],[-72.15760074703223,41.501623454039176],[-72.15767374705888,41.50167545404702],[-72.15772674707824,41.5017134540528],[-72.15787774713434,41.501838454072455],[-72.15794574716017,41.50190545408341],[-72.15806174720608,41.502052454108444],[-72.15810874722546,41.5021264541214],[-72.15816574724899,41.50221645413719],[-72.15823274727605,41.5023114541536],[-72.1584787473707,41.50257445419721],[-72.15871874746507,41.50286845424706],[-72.15880674749856,41.50295545426128],[-72.15886874752155,41.503006454269304],[-72.15901774757594,41.50311245428533],[-72.15926574766549,41.50327145430858],[-72.15945974773503,41.50338645432497],[-72.1595837477788,41.50344745433299],[-72.15992774789885,41.503592454350546],[-72.16100174827018,41.50398145439293],[-72.16113874831728,41.50402645439742],[-72.16143774841895,41.504103454403115],[-72.16225974869539,41.50426045440811],[-72.16238874873895,41.504288454409554],[-72.16313974899205,41.50444145441597],[-72.1632777490391,41.50447945441908],[-72.16333074905803,41.504509454423285],[-72.16338374907737,41.50454745442904],[-72.16344574910117,41.50461245443977],[-72.16364674918088,41.50487045448381],[-72.16384174925795,41.505116454525684],[-72.16426874942145,41.505558454598535],[-72.16439174946682,41.50565445461342],[-72.16449774950428,41.50570745462045],[-72.16466574956236,41.505768454627095],[-72.16481074961236,41.50581845463234],[-72.16490274964337,41.50583745463316],[-72.16487174963619,41.50589045464447],[-72.16464274957698,41.50616945470599],[-72.16449074953441,41.50629545473529],[-72.16430774948192,41.50642445476613],[-72.16415774943773,41.506509454787384],[-72.16398174938513,41.50659545480963],[-72.1636667492893,41.50671845484342],[-72.16329274917231,41.506806454872226],[-72.16153974861676,41.50708845498182],[-72.16068374834612,41.50723745503755],[-72.1602877482208,41.507304455062936],[-72.1597337480454,41.50739645509814],[-72.15913474785461,41.5074754551322],[-72.15874174772839,41.50750845515088],[-72.15827574757729,41.50752145516792],[-72.15824274756649,41.50752045516876],[-72.15767274738052,41.50751545518554],[-72.15658474702401,41.50747845521223],[-72.15649874699577,41.50747445521414],[-72.15613074687488,41.50745645522209],[-72.15453574634974,41.507356455252285],[-72.15401174617797,41.50733745526491],[-72.1537547460942,41.50733645527272],[-72.15361474604863,41.507337455277266],[-72.15355174602817,41.507338455279424],[-72.15337674596255,41.50718245525445],[-72.15321674590922,41.50716045525515],[-72.15290274580659,41.50715445526377],[-72.15263274572071,41.507192455279586],[-72.1523337456239,41.50720345529104],[-72.1516037453773,41.50704445528278],[-72.1514577453243,41.506945455268045],[-72.15121674522912,41.50664345521667],[-72.15107074517644,41.50655045520309],[-72.15088874511713,41.50655045520875],[-72.15075674507536,41.50657245521715],[-72.15067674504955,41.50657745522064],[-72.1504067449562,41.50647945520992],[-72.15030474492175,41.50645745520881],[-72.14996174481236,41.50650045522789],[-72.14991774479925,41.506522455233544],[-72.14959674469287,41.5064894552371],[-72.14940674462704,41.506418455229166],[-72.14926774457481,41.50629245520894],[-72.1490277444812,41.50601245516183],[-72.14888874443409,41.50597945515971],[-72.14855974432689,41.505979455169964],[-72.14813674418302,41.50586945516169],[-72.14804974415165,41.50581445515369],[-72.14798374412557,41.50573145513956],[-72.14778674405626,41.50563845512757],[-72.14766274401559,41.50563345513044],[-72.14698374380038,41.50574245517285],[-72.1467937437385,41.505742455178755],[-72.14668474370175,41.50572045517785],[-72.14652374364628,41.50566545517215],[-72.1461297435076,41.505478455147966],[-72.1459607434508,41.50544645514699],[-72.14557474332105,41.505374455144974],[-72.1454077432639,41.505324455140425],[-72.1450347431318,41.50513245511461],[-72.14476474303932,41.50505045510701],[-72.1441807428475,41.50502245511974],[-72.1440497428024,41.50497845511525],[-72.14388974273727,41.504742455074215],[-72.1438437427204,41.50470845506902],[-72.14375774268882,41.50464345505903],[-72.1434227425709,41.50448445503846],[-72.14314274247394,41.504380455026904],[-72.14293374240162,41.50430345501839],[-72.14291874239656,41.50430045501829],[-72.14262674229823,41.50424245501607],[-72.14245174223825,41.50418845501099],[-72.14221874216179,41.50417845501628],[-72.14201374209462,41.5041714550213],[-72.1419837420854,41.50418145502419],[-72.14195574207595,41.50417545502389],[-72.14190974206117,41.50417945502609],[-72.14165574197948,41.50419845503771],[-72.14156874195234,41.50422045504471],[-72.14118174182235,41.5041494550429],[-72.14085374171603,41.50415945505507],[-72.14060474163733,41.50420345507139],[-72.1405737416279,41.50421545507469],[-72.14014474149775,41.50439045512218],[-72.13877274105738,41.504510455188274],[-72.13786774077006,41.50464745524314],[-72.13727674058413,41.50476745528494],[-72.13671374041247,41.50498145534418],[-72.13663374038582,41.50497045534451],[-72.13650274033645,41.504849455325015],[-72.13644174031685,41.50485445532789],[-72.13619574023792,41.50487645533982],[-72.13612974021554,41.50486045533877],[-72.13564874002348,41.504218455228575],[-72.13541673993664,41.50401445519601],[-72.13533473990597,41.503942455184536],[-72.13512373982698,41.50375645515483],[-72.13509773981649,41.50371945514843],[-72.1350367397917,41.50363045513297],[-72.13480273971003,41.50353145512095],[-72.13468573967006,41.50349845511815],[-72.13443773958234,41.5033724551013],[-72.13431373953918,41.50332245509541],[-72.13359173927648,41.50282345502058],[-72.13321973914593,41.50265345499901],[-72.13293473905091,41.50261445500028],[-72.13271573898137,41.50264745501352],[-72.13270373897758,41.502649455014286],[-72.13215373880584,41.50278445505772],[-72.13189073872195,41.50281745507235],[-72.13126373851733,41.50281145509067],[-72.13073073834033,41.50275045509536],[-72.13043073824528,41.50279945511424],[-72.1302927382049,41.502882455134745],[-72.13009573814973,41.50304645517283],[-72.12986873808366,41.503189455207774],[-72.12951873797535,41.503293455238946],[-72.1293797379267,41.50323245523137],[-72.1291687378492,41.503073455206945],[-72.12892773776494,41.50296945519416],[-72.12884673773735,41.50294745519239],[-72.128795737721,41.50295245519495],[-72.12855573764159,41.50293045519812],[-72.1282927375574,41.50295745521157],[-72.12759873733762,41.503072455255584],[-72.12732873725537,41.50317645528425],[-72.12722673722426,41.50321545529504],[-72.1270077371526,41.503209455300684],[-72.12668673704289,41.50311645529253],[-72.1264167369564,41.503143455306194],[-72.12585473676361,41.502967455289344],[-72.125525736654,41.50292345529102],[-72.1254167366158,41.50287445528484],[-72.12539473660405,41.50279145526935],[-72.12539773660156,41.50272845525698],[-72.12540273659764,41.502627455237125],[-72.12536573658163,41.50255545522424],[-72.12507373647983,41.50243445520973],[-72.12500873645743,41.502412455207455],[-72.12493073643076,41.5023894552054],[-72.12473373636568,41.5023734552084],[-72.12452173629238,41.502296455199996],[-72.12428073621297,41.50228045520436],[-72.12409073614529,41.5021754551898],[-72.12383473605496,41.5020494551732],[-72.12371073601308,41.502022455171776],[-72.12325173586324,41.50201745518509],[-72.12305873579976,41.50200645518894],[-72.12295173576456,41.5020004551911],[-72.12238973557635,41.501907455190434],[-72.12203973546175,41.50189745519937],[-72.12189373541506,41.50191345520703],[-72.12177673537937,41.501957455219255],[-72.12168973535432,41.50201745523365],[-72.12149373530096,41.502208455277],[-72.12130273524907,41.50239645531959],[-72.12118573522245,41.50260545536399],[-72.12107673519388,41.50273145539193],[-72.12079973510967,41.50284145542199],[-72.12059473504503,41.50288045543598],[-72.12005473486997,41.5028964554559],[-72.11971173475732,41.50288045546344],[-72.1192887346144,41.50278745545844],[-72.11901873452219,41.502710455451826],[-72.11869773441369,41.50263945544798],[-72.1182957342743,41.50248645543063],[-72.11828873427079,41.50246445542656],[-72.11806973419218,41.50233245540765],[-72.11786473411664,41.50217345538301],[-72.11770373405933,41.50208545537086],[-72.11709773385019,41.501872455348156],[-72.11699573381294,41.50179945533709],[-72.11698873381036,41.50179445533633],[-72.11682773375165,41.50168045531911],[-72.11656473365566,41.50149345529082],[-72.1160467334706,41.50119745524922],[-72.1158277333911,41.50104945522716],[-72.11557173330176,41.50094145521406],[-72.11555373329567,41.50093745521383],[-72.11556773329782,41.50089345520481],[-72.11566073331227,41.50060545514579],[-72.11568973331129,41.50041545510781],[-72.11573773330986,41.500105455045876],[-72.11578873327615,41.49919045486587],[-72.11576473324678,41.49879845479019],[-72.11575373323254,41.49860445475269],[-72.1156987331958,41.4982624546877],[-72.1156337331556,41.497916454622235],[-72.11551273307887,41.49723845449379],[-72.1154227330214,41.49672645439674],[-72.11521473289584,41.495675454198235],[-72.11505073279469,41.49480745403406],[-72.1149437327254,41.49418145391529],[-72.11494173272425,41.4941724539136],[-72.11482073264936,41.493527453791565],[-72.11474973260557,41.49315145372045],[-72.11474773260338,41.493123453715036],[-72.1147437326013,41.493109453712435],[-72.11470173257702,41.4929164536761],[-72.11456673249872,41.492292453558605],[-72.11455073248922,41.49221445354387],[-72.11450573246164,41.49197945349945],[-72.11441973239074,41.49119945334999],[-72.11437773235595,41.49081545327639],[-72.11437073233526,41.49048045321127],[-72.11440373231424,41.48990245309751],[-72.11443473231094,41.489658453048946],[-72.1144777323117,41.48941745300059],[-72.11458273232363,41.489012452918345],[-72.11462173232887,41.4888764528906],[-72.11484473236023,41.48812545273719],[-72.1148567323619,41.48808445272882],[-72.11488573236635,41.487993452710164],[-72.1148937323673,41.487963452704065],[-72.11490673236933,41.48792345269586],[-72.11492673237233,41.487859452682756],[-72.11497773237753,41.4876514526406],[-72.11508173239261,41.487309452570656],[-72.11518673241004,41.4870044525079],[-72.11538973243913,41.486330452370105],[-72.11552873245952,41.485877452277435],[-72.11574373248757,41.485113452121695],[-72.1157657324899,41.48502545210385],[-72.11578973249141,41.484910452080676],[-72.11586973249534,41.48450745199957],[-72.11589973249308,41.48428845195592],[-72.11594873249496,41.48403245190446],[-72.11596073249468,41.483956451889256],[-72.11601373248173,41.483406451780326],[-72.11602673247855,41.48327145175359],[-72.11605273247262,41.48300945170166],[-72.11606073246747,41.482868451673895],[-72.11606873246274,41.48273445164751],[-72.11607973245522,41.48253245160777],[-72.11608773244022,41.48221245154508],[-72.11609273243317,41.48205445151411],[-72.11610073241452,41.48166745143836],[-72.11613473240406,41.481275451360816],[-72.11616673237998,41.48064745123731],[-72.11619473236047,41.4801264511348],[-72.11620873235053,41.47986245108286],[-72.11625873230754,41.47878345087078],[-72.11632073228363,41.47798045071219],[-72.1163717322396,41.4768764504952],[-72.11641473221799,41.47622845036744],[-72.11641873221606,41.4761694503558],[-72.1164367321967,41.47571045026569],[-72.11657473222425,41.47539345019953],[-72.11657773221056,41.47512645014734],[-72.1165797322006,41.474933450109624],[-72.1166387321538,41.47373144987325],[-72.11666073213627,41.47328144978476],[-72.11670873209891,41.472316449594956],[-72.11671573205577,41.47148944943337],[-72.11665973202659,41.47129044939627],[-72.11667273202121,41.471115449361726],[-72.1166437319832,41.47059544926114],[-72.11662473196769,41.47042544922855],[-72.11654573191407,41.46991744913188],[-72.11602173158377,41.46701044858085],[-72.1156087313195,41.464647448132474],[-72.11524373108584,41.462556447735686],[-72.11517373102338,41.46183344759674],[-72.11512973096194,41.46097544743063],[-72.11513873095417,41.4607804473923],[-72.11514073095196,41.46072844738208],[-72.11514873094606,41.46057344735158],[-72.11515073094563,41.4605534473476],[-72.11515573094556,41.4605224473414],[-72.11520273094538,41.4602404472849],[-72.11523773094635,41.460050447246736],[-72.11530973094926,41.459676447171496],[-72.11536373095315,41.45942644712101],[-72.11548073096381,41.45892644701978],[-72.11555073097144,41.45864944696352],[-72.11563573098098,41.45831944689647],[-72.1156657309834,41.45818544686937],[-72.1156887309853,41.458083446848754],[-72.1157327309875,41.45786244680424],[-72.1158307309926,41.45737344670574],[-72.11592973099866,41.45689644660956],[-72.11599773100313,41.45657444654458],[-72.11601673100441,41.45648444652642],[-72.11643273103553,41.4545824461422],[-72.11676473104426,41.45277044577813],[-72.11698973105801,41.4516854455593],[-72.11753073109493,41.449146445046786],[-72.11769873110353,41.44830644487756],[-72.11770073110283,41.448281444872606],[-72.11770473110238,41.44824944486623],[-72.11771373110228,41.44819444485522],[-72.11776773104886,41.446899444600696],[-72.11774573101766,41.446461444515826],[-72.11768573096016,41.445769444382584],[-72.11756773088585,41.44511544425854],[-72.1175227308565,41.444847444207596],[-72.11783273093927,41.44451544413314],[-72.11782673092624,41.44431344409388],[-72.11742273071471,41.44285544382172],[-72.11728173064581,41.44243644374427],[-72.11727073060709,41.44179544361942],[-72.11731473060311,41.441461443552825],[-72.11739773063336,41.441520443561785],[-72.11739773062618,41.4413894435362],[-72.11743473062306,41.441112443480954],[-72.11745573062315,41.44098944345628],[-72.11748073062405,41.44085744342972],[-72.11749273062462,41.44079644341743],[-72.11752473062518,41.440616443381295],[-72.11752973062525,41.440588443375674],[-72.11753573062548,41.44055644336924],[-72.1175517306265,41.44048044335389],[-72.117650730639,41.44012044328052],[-72.11766573063787,41.44001044325857],[-72.11853273080546,41.43791744282288],[-72.11925973096831,41.43656944253705],[-72.12032473119534,41.43438444207721],[-72.12062173125489,41.433706441935556],[-72.12082773129515,41.43321744183365],[-72.12083973129315,41.433109441812185],[-72.12086873128769,41.43283744175814],[-72.12161273143765,41.43115344140611],[-72.12172373146046,41.43091044135519],[-72.12193373150923,41.43055244127875],[-72.12226273158664,41.43001044116265],[-72.12244073163009,41.429745441105354],[-72.1227097316972,41.42937144102394],[-72.12300373177186,41.42898744093982],[-72.12315473181151,41.428813440901145],[-72.12356873192206,41.428371440801925],[-72.12359973193043,41.42833944079472],[-72.12362873193817,41.428308440787774],[-72.1239477320257,41.42801044071966],[-72.12400373204109,41.42795844070774],[-72.12447873217197,41.42752444060823],[-72.12453373218699,41.42747144059616],[-72.12512573234866,41.42690444046701],[-72.12549673245006,41.42655044038633],[-72.12594073257124,41.42612344028913],[-72.12727673293614,41.424844439997784],[-72.12754473300937,41.424588439939455],[-72.12777673308048,41.424507439916425],[-72.12789873311384,41.42439143988998],[-72.1279107331172,41.42438143988765],[-72.12809473316746,41.42420543984755],[-72.12826573321426,41.424043439810596],[-72.12838873324802,41.423928439784305]]]},"properties":{"name":6952.01,"geoid":"09011695201"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.2276247707864,41.518706455183064],[-72.2275707707682,41.518695455182616],[-72.22458676976356,41.51810545516098],[-72.22160176875857,41.51751545513934],[-72.22071276845892,41.51733345513168],[-72.21804676756035,41.51678845510881],[-72.21715876726108,41.51660745510131],[-72.21649076703575,41.51646745509489],[-72.21448876636039,41.51604745507562],[-72.21382176613541,41.515908455069386],[-72.21327176594984,41.515792455063966],[-72.21162476539426,41.515447455048196],[-72.21107576520906,41.51533245504294],[-72.20945476466316,41.51500945503064],[-72.2045917630256,41.51404245499409],[-72.20297176248008,41.51372045498194],[-72.20121476188878,41.51337745496997],[-72.201078761843,41.51335045496896],[-72.19952276131926,41.51304545495812],[-72.19538775993226,41.512321454946125],[-72.1934887592953,41.51198945494069],[-72.19317575919666,41.51204945496216],[-72.19313175918353,41.51207145496782],[-72.19298575914112,41.51216445499049],[-72.19294875913332,41.51224145500666],[-72.19277375909023,41.512493455061225],[-72.19269375907234,41.51264145509258],[-72.19254775903114,41.51275645511953],[-72.19198575885751,41.5129274551704],[-72.19191275883705,41.51298745518437],[-72.19186875882967,41.5131134552103],[-72.19189075884319,41.51322845523203],[-72.19191975885661,41.51330045524516],[-72.19211675893409,41.51354145528597],[-72.19213875894555,41.51361845530028],[-72.1920217589162,41.513777455334925],[-72.1918837588767,41.51387645535853],[-72.19174275884055,41.51405345539741],[-72.19172275883548,41.514079455403106],[-72.1916347588077,41.51409545540898],[-72.19145975874642,41.51401845539943],[-72.19135775871413,41.51403545540592],[-72.1910587586237,41.514161455439826],[-72.19080275853881,41.51413445544254],[-72.19078875853305,41.51411245543868],[-72.19035775838924,41.51405145544025],[-72.18894175791256,41.51377245543007],[-72.1881017576286,41.51358545541984],[-72.18792675757035,41.513563455421014],[-72.18751775743227,41.513475455416625],[-72.18732075736328,41.51338845540582],[-72.18696275723241,41.51313045536671],[-72.18672175714234,41.512921455333505],[-72.18646675705718,41.51288345533406],[-72.18610175693976,41.5129104553507],[-72.18499175657634,41.512877455378906],[-72.18416675630452,41.51282245539395],[-72.184057756266,41.51276745538661],[-72.18381675618356,41.51269645538029],[-72.18359775611133,41.512680455384],[-72.1832977560166,41.51273445540389],[-72.18304975593519,41.51272345540948],[-72.18274375583766,41.512762455426625],[-72.18253875577115,41.51276745543401],[-72.18248075575346,41.51278945544009],[-72.18237075572398,41.51290445546594],[-72.18237075572796,41.51297645547997],[-72.18237075573917,41.513179455519534],[-72.18241475577652,41.51359645559943],[-72.18236375577384,41.51384845565012],[-72.18223975575134,41.51417245571714],[-72.18220975576457,41.514589455799346],[-72.18238575584164,41.514946455863424],[-72.18246575588526,41.5152644559229],[-72.182669755969,41.51557745597752],[-72.1826697559817,41.51580745602235],[-72.18263375598693,41.51611445608331],[-72.18251675595306,41.51619145610194],[-72.18231375589004,41.5162474561192],[-72.18223875586675,41.51626845612563],[-72.18153875563904,41.516274456148636],[-72.1812667555517,41.5162974561616],[-72.18091775543972,41.51632845617854],[-72.18060375533774,41.51633445618951],[-72.18024575521626,41.516246456183524],[-72.17967675502481,41.51613645617983],[-72.17938075492269,41.516033456169],[-72.17918675486048,41.51605145617854],[-72.17899075479768,41.51607045618837],[-72.17854475464935,41.51601545619155],[-72.17829675456281,41.515911456179026],[-72.17770575435983,41.51572245616064],[-72.1772457542019,41.51557645614652],[-72.17690275408536,41.515489456140266],[-72.176675754005,41.51537345612474],[-72.17646475393478,41.51534645612607],[-72.17636975390167,41.51530745612143],[-72.17563275364913,41.515082456100565],[-72.17530375353742,41.515000456094846],[-72.17482175337162,41.51484145607889],[-72.17422375317044,41.51472645607513],[-72.17417975315429,41.51469345607007],[-72.17366775298379,41.514626456072996],[-72.17278475268976,41.514511456078104],[-72.17230375252522,41.51436945606543],[-72.17186575237221,41.51418245604264],[-72.17173375232497,41.51410545603175],[-72.17152275225412,41.51406745603093],[-72.17116475213106,41.513951456019484],[-72.17101875207872,41.513864456007084],[-72.17099675207002,41.51383645600231],[-72.17083675201152,41.513721455984864],[-72.17043475185784,41.51330945591712],[-72.17012875173909,41.51296445585943],[-72.16995275167264,41.51279945583275],[-72.16974175159757,41.512684455816924],[-72.16910675137646,41.512426455786425],[-72.16894575132305,41.51240945578814],[-72.16870475124271,41.51237645578923],[-72.16862475121422,41.512332455783145],[-72.16840575113626,41.51221245576659],[-72.16837675112548,41.51218845576282],[-72.16802575099487,41.511893455716255],[-72.16748575080045,41.5115584556678],[-72.16696875061658,41.51127845562933],[-72.16666875051007,41.51111945560769],[-72.16612075031729,41.5108614555745],[-72.16589475023369,41.51068045554626],[-72.16582975020827,41.510603455533264],[-72.16571975017,41.51055945552812],[-72.16537675005583,41.51051545553024],[-72.16517974999286,41.51053745554067],[-72.16493174991663,41.51062045556458],[-72.1648217498838,41.51067445557854],[-72.16463974982449,41.5106744555842],[-72.16426674969907,41.51060345558199],[-72.16378674953715,41.510503455577464],[-72.16363174948489,41.51047145557605],[-72.16339874940414,41.510383455566156],[-72.16298974926666,41.51030645556391],[-72.16277074918773,41.51016945554402],[-72.16258074912191,41.5100984555361],[-72.1622957490309,41.51013145555143],[-72.1621867489972,41.51016445556124],[-72.16198274892858,41.51012545556001],[-72.1613987487241,41.50986745552792],[-72.1611287486337,41.50982345552776],[-72.16090174855854,41.50980145553054],[-72.1606607484767,41.50974145552636],[-72.16056674844273,41.50968045551739],[-72.16042074839248,41.5096314555124],[-72.15990974820932,41.509329455469455],[-72.1597707481616,41.509285455465196],[-72.15964674811548,41.50918145544881],[-72.15933474800678,41.509053455433566],[-72.15909674792388,41.508956455422066],[-72.15899674788794,41.508895455413295],[-72.15870574778889,41.50881845540736],[-72.15851574772518,41.50878545540684],[-72.15825974763725,41.50870345539884],[-72.15793874752937,41.50864345539714],[-72.15789774751522,41.508629455395685],[-72.15734074732329,41.50843945537601],[-72.15674874712045,41.508258455359176],[-72.15639174700144,41.50820945536074],[-72.15592474684168,41.50807145534839],[-72.15588774682847,41.50805045534544],[-72.15530374662818,41.50786845532817],[-72.15480074645251,41.50765445530212],[-72.15468374641135,41.507599455295036],[-72.1545377463635,41.50759445529861],[-72.15404174619673,41.50750045529574],[-72.1537497461001,41.507473455299575],[-72.15355974603122,41.50734645528073],[-72.15355174602817,41.507338455279424],[-72.15361474604863,41.507337455277266],[-72.1537547460942,41.50733645527272],[-72.15401174617797,41.50733745526491],[-72.15453574634974,41.507356455252285],[-72.15613074687488,41.50745645522209],[-72.15649874699577,41.50747445521414],[-72.15658474702401,41.50747845521223],[-72.15767274738052,41.50751545518554],[-72.15824274756649,41.50752045516876],[-72.15827574757729,41.50752145516792],[-72.15874174772839,41.50750845515088],[-72.15913474785461,41.5074754551322],[-72.1597337480454,41.50739645509814],[-72.1602877482208,41.507304455062936],[-72.16068374834612,41.50723745503755],[-72.16153974861676,41.50708845498182],[-72.16329274917231,41.506806454872226],[-72.1636667492893,41.50671845484342],[-72.16398174938513,41.50659545480963],[-72.16415774943773,41.506509454787384],[-72.16430774948192,41.50642445476613],[-72.16449074953441,41.50629545473529],[-72.16464274957698,41.50616945470599],[-72.16487174963619,41.50589045464447],[-72.16490274964337,41.50583745463316],[-72.16481074961236,41.50581845463234],[-72.16466574956236,41.505768454627095],[-72.16449774950428,41.50570745462045],[-72.16439174946682,41.50565445461342],[-72.16426874942145,41.505558454598535],[-72.16384174925795,41.505116454525684],[-72.16364674918088,41.50487045448381],[-72.16344574910117,41.50461245443977],[-72.16338374907737,41.50454745442904],[-72.16333074905803,41.504509454423285],[-72.1632777490391,41.50447945441908],[-72.16313974899205,41.50444145441597],[-72.16238874873895,41.504288454409554],[-72.16225974869539,41.50426045440811],[-72.16143774841895,41.504103454403115],[-72.16113874831728,41.50402645439742],[-72.16100174827018,41.50398145439293],[-72.15992774789885,41.503592454350546],[-72.1595837477788,41.50344745433299],[-72.15945974773503,41.50338645432497],[-72.15926574766549,41.50327145430858],[-72.15901774757594,41.50311245428533],[-72.15886874752155,41.503006454269304],[-72.15880674749856,41.50295545426128],[-72.15871874746507,41.50286845424706],[-72.1584787473707,41.50257445419721],[-72.15823274727605,41.5023114541536],[-72.15816574724899,41.50221645413719],[-72.15810874722546,41.5021264541214],[-72.15806174720608,41.502052454108444],[-72.15794574716017,41.50190545408341],[-72.15787774713434,41.501838454072455],[-72.15772674707824,41.5017134540528],[-72.15767374705888,41.50167545404702],[-72.15760074703223,41.501623454039176],[-72.15736174694607,41.50147245401716],[-72.15726774691174,41.501405454007035],[-72.15720274688714,41.50134345399698],[-72.15711174685167,41.50123745397914],[-72.15695774678846,41.50100145393794],[-72.15689774676254,41.50088545391718],[-72.1568517467405,41.50075745389367],[-72.1568207467233,41.50062845386947],[-72.15680974671457,41.5005354538517],[-72.1567937466947,41.500269453800314],[-72.15678274668794,41.500211453789355],[-72.15676674667912,41.5001464537772],[-72.15676374667778,41.50013945377591],[-72.15674274666823,41.50009045376701],[-72.15671974665793,41.50003945375779],[-72.15646174655541,41.49970445370052],[-72.15639474652963,41.49963245368855],[-72.1562507464728,41.499452453657945],[-72.15609774641266,41.499265453626265],[-72.15605174639512,41.49921945361872],[-72.15591074634263,41.49910045359991],[-72.15568574625782,41.49889145356616],[-72.1556817462563,41.4988874535655],[-72.15559574622309,41.498793453549865],[-72.15551874619219,41.49868745353158],[-72.15545474616526,41.498577453512134],[-72.15537574612767,41.49836245347268],[-72.15532574610181,41.498188453440314],[-72.15530674609005,41.4980874534212],[-72.15530374608407,41.49799645340355],[-72.15532174608585,41.49792245338856],[-72.15534374609081,41.49788245338008],[-72.15539274610434,41.49783845336998],[-72.15545474612262,41.49780345336121],[-72.15554474615017,41.49777145335219],[-72.15564074618034,41.4977514533453],[-72.15574174621281,41.4977434533406],[-72.15594674628015,41.497753453336145],[-72.15616974635405,41.497776453333685],[-72.1565687464881,41.49785045333569],[-72.15689674659883,41.49792045333912],[-72.15712174667443,41.49796245334031],[-72.15725474671825,41.49797145333791],[-72.15735074674996,41.49797945333649],[-72.15750674680072,41.497978453331434],[-72.15760774683353,41.497976453327894],[-72.15769274686,41.49795445332096],[-72.15777674688587,41.497927453313075],[-72.15788574691841,41.49787345329916],[-72.15797574694366,41.49779945328193],[-72.1580707469693,41.49770345326024],[-72.15814974698964,41.497605453238684],[-72.15817974699736,41.497568453230535],[-72.15831274703007,41.49737545318875],[-72.1583957470485,41.49721945315576],[-72.15840974705009,41.49716545314479],[-72.15839574704123,41.49708745313001],[-72.15834674702032,41.49699745311399],[-72.15829074699828,41.49692845310228],[-72.15804674690214,41.49662645305099],[-72.15795074686265,41.49647745302493],[-72.15787274682914,41.4963304529987],[-72.15784374681353,41.49621845297777],[-72.15775574675008,41.49558745285747],[-72.15774774674458,41.49553445284739],[-72.15771974673174,41.495467452835186],[-72.15736374657993,41.494816452719334],[-72.15730974655686,41.494717452701714],[-72.15713874648532,41.49442945265087],[-72.15697174641487,41.49413845259932],[-72.15694774640467,41.494095452591694],[-72.15681774635054,41.49388145255402],[-72.15673874631418,41.49368845251883],[-72.15668274628337,41.493460452476135],[-72.15662974625167,41.4931984524267],[-72.15660074622741,41.49292945237512],[-72.15658574621888,41.49286345236274],[-72.15653274619568,41.492755452343324],[-72.1564787461746,41.49269245233271],[-72.15636574613053,41.49256045231049],[-72.1562827460966,41.4924354522887],[-72.15614474604288,41.49227645226199],[-72.15588474594377,41.492014452218996],[-72.15580574591291,41.49192145220333],[-72.15554174580764,41.4915714521433],[-72.15550274579135,41.49150645213182],[-72.1554467457661,41.49137945210881],[-72.15535674571811,41.49104045204549],[-72.15528674568287,41.4908144520036],[-72.15522774565699,41.49069345198185],[-72.15516174563129,41.49061745196907],[-72.15479574549555,41.49031745192196],[-72.15474874547655,41.49025045191037],[-72.1547237454618,41.49013045188775],[-72.1547227454351,41.489651451794366],[-72.15475574543186,41.4893974517438],[-72.1547977454349,41.48920445170485],[-72.15480774542284,41.48892645165032],[-72.15481574542204,41.48886445163797],[-72.15482474541923,41.48876045161741],[-72.15482974541547,41.488662451598145],[-72.15483074541541,41.48865545159675],[-72.15485974541386,41.48845545155685],[-72.15488474541682,41.48836145153772],[-72.15491774542343,41.48828645152208],[-72.15501874544631,41.48810445148343],[-72.15508874546327,41.487998451460584],[-72.15549674556833,41.487492451349176],[-72.15559774559317,41.48734645131759],[-72.15571774562268,41.4871724512799],[-72.15576774563412,41.487084451261175],[-72.15582674564573,41.48694645123242],[-72.15593574566319,41.48661845116507],[-72.1560037456758,41.4864454511292],[-72.1560797456923,41.486295451097575],[-72.1561097456996,41.48625045108786],[-72.15618074571717,41.48614945106597],[-72.15632174575471,41.48599745103191],[-72.15688174590711,41.4854524509082],[-72.15719674599391,41.4851654508424],[-72.15727374601597,41.485110450829275],[-72.15744374606611,41.485015450805456],[-72.1575477460979,41.4849774507948],[-72.15772274615225,41.48492945077999],[-72.15799074623618,41.48486845075974],[-72.15818874629706,41.48480245074071],[-72.15827274632198,41.48475845072952],[-72.15835174634496,41.4847084507173],[-72.15845974637551,41.48462445069755],[-72.15855474640134,41.484531450676464],[-72.15863474642222,41.48443745065563],[-72.15870574643995,41.484339450634316],[-72.15887874648007,41.484044450571375],[-72.15902974651515,41.48378845051675],[-72.15930174657917,41.48334245042129],[-72.15952074663234,41.4830124503501],[-72.15950374662167,41.4829194503325],[-72.15945374659003,41.48264045027963],[-72.15943774657971,41.482547450261976],[-72.15916074648221,41.48241545024486],[-72.15902174643286,41.48234145023476],[-72.15886774637686,41.482235450218866],[-72.15864774629685,41.482083450196065],[-72.15847174623316,41.48196845017914],[-72.15836174619399,41.48190745017065],[-72.15801274607072,41.48173345014758],[-72.15787974602411,41.48167345014002],[-72.1577457459772,41.48161445013267],[-72.15746374587897,41.481498450118835],[-72.1565327455558,41.48113645007721],[-72.15483874496658,41.480456449997305],[-72.15288874428933,41.47969144990877],[-72.15280674426087,41.479659449905085],[-72.15216974403886,41.479395449873415],[-72.15176074389683,41.479235449854926],[-72.15138674376641,41.47907944983614],[-72.15122674371155,41.47902944983136],[-72.1513057437271,41.47884444979282],[-72.15134074373427,41.4787674497767],[-72.15152574377272,41.47837144969371],[-72.15171474381371,41.47799744961486],[-72.15179074383032,41.47784944958361],[-72.15184874384356,41.47774644956172],[-72.15224474393423,41.4770504494136],[-72.15244174397715,41.47666444933217],[-72.15261674400988,41.4762234492407],[-72.15271074402759,41.47598844919192],[-72.15276974403731,41.47581644915654],[-72.15333174412979,41.4741704488179],[-72.15346374415452,41.47383844874903],[-72.15355974417484,41.4736394487072],[-72.15364374419603,41.47352744868275],[-72.15371674421685,41.47347344866994],[-72.15379874424085,41.47342444865782],[-72.15391874427678,41.47336744864296],[-72.15417574435516,41.47327044861605],[-72.15455874447116,41.4731114485731],[-72.15482274454988,41.472979448539135],[-72.15522174466669,41.47274044848008],[-72.15561474478103,41.47249244841947],[-72.15561574478137,41.472492448419445],[-72.15584974484943,41.47234444838328],[-72.15614274493535,41.4721714483404],[-72.15669774509634,41.47181244825308],[-72.15684374513785,41.47170244822708],[-72.15695374516807,41.47160044820375],[-72.15698574517346,41.471509448184996],[-72.15700974517492,41.47139344816162],[-72.15701374516907,41.47126344813613],[-72.15699974515312,41.47105644809618],[-72.15690974509985,41.47062144801411],[-72.1568897450897,41.470555448001846],[-72.15684974506915,41.47041844797636],[-72.15676474502985,41.47020744793784],[-72.15654874493349,41.46973444785227],[-72.15649974490772,41.469556447819066],[-72.15648974489952,41.46946644780181],[-72.15649974489622,41.46934744777828],[-72.15655174490011,41.46911044773042],[-72.15673874492735,41.46849844760517],[-72.15685874494169,41.468048447513645],[-72.15689674493927,41.46777944745997],[-72.15690474493901,41.46772744744958],[-72.1569057449319,41.4675924474232],[-72.15688674491598,41.46741544738925],[-72.1568737449042,41.46727844736292],[-72.15686974489932,41.46721344735037],[-72.156866744889,41.46704344731728],[-72.15690474489207,41.466874447283125],[-72.15693174489812,41.46682444727253],[-72.1569467449014,41.466795447266385],[-72.15703474492406,41.466686447242395],[-72.1571277449503,41.46661244722505],[-72.1572107449738,41.46654844720999],[-72.15740274503017,41.466436447182154],[-72.15774774513483,41.4662964471441],[-72.15790874518373,41.4662324471266],[-72.15817974526617,41.466126447097494],[-72.15824874528683,41.46609344708889],[-72.15825674528925,41.46609044708806],[-72.15843474534107,41.46597844706066],[-72.15844374534355,41.46597044705882],[-72.15850374536046,41.46592244704758],[-72.15853574536945,41.465896447041516],[-72.15862374539317,41.46580644702121],[-72.15867774540651,41.465729447004506],[-72.158735745421,41.46564944698709],[-72.15877074542793,41.46556844697019],[-72.15880474542968,41.465398446935964],[-72.15881374542263,41.46521744690037],[-72.15878974540432,41.46502644686383],[-72.15877274539619,41.464979446855196],[-72.15873774537914,41.46487644683618],[-72.15867274535043,41.464739446811485],[-72.15854174529797,41.464561446780806],[-72.15845874526488,41.46445144676193],[-72.15817174515045,41.46407044669651],[-72.15799174507941,41.46384444665801],[-72.15781574501312,41.46368144663168],[-72.15776074499308,41.46364244662578],[-72.15772874498143,41.463620446622485],[-72.15758974493193,41.46354344661179],[-72.15744374488092,41.46348044660403],[-72.15764574494067,41.46337044657628],[-72.158025745055,41.46319944653108],[-72.15803974505931,41.46319444652967],[-72.15905074536545,41.46277444641623],[-72.15939974547018,41.46261244637376],[-72.15977674558201,41.4624134463232],[-72.15979474558726,41.462402446320496],[-72.15995274563376,41.46231244629801],[-72.16030974573668,41.46206944623947],[-72.16033674574437,41.46204944623472],[-72.16034474574676,41.462045446233695],[-72.16037074575418,41.46202644622918],[-72.16047274578348,41.461955446212144],[-72.16050774579362,41.461932446206575],[-72.16059974581967,41.46186144618985],[-72.16092774591235,41.461604446129485],[-72.162188746269,41.4606224458986],[-72.16259474638382,41.460306445824294],[-72.16260974638811,41.46029544582165],[-72.16280574644449,41.46016044578922],[-72.16291274647581,41.46009644577341],[-72.16307674652397,41.46000044574954],[-72.16387174676086,41.45960044564675],[-72.16387874676296,41.45959744564595],[-72.16421974686725,41.45947444561132],[-72.16427574689793,41.459700445653695],[-72.16433074692716,41.45990644569216],[-72.16450374701914,41.46055444581325],[-72.16470374711388,41.46109244591202],[-72.16474674713254,41.46117744592728],[-72.16475974713816,41.46120244593176],[-72.16497074722372,41.461508445984904],[-72.16500174723579,41.46154444599096],[-72.16518274730623,41.46175344602611],[-72.16519174730969,41.46176344602779],[-72.16542274739632,41.461970446060995],[-72.16548974742044,41.46201244606709],[-72.16550474742583,41.4620214460684],[-72.1657657475154,41.46210444607646],[-72.16590174756017,41.462113446073985],[-72.16617874765144,41.46213244606907],[-72.16631274769544,41.46213944606626],[-72.16647774774968,41.462148446062876],[-72.16671774782844,41.462159446057534],[-72.16685374787313,41.462166446054674],[-72.16718274797967,41.4621554460423],[-72.16727874801074,41.46215244603871],[-72.16783974818883,41.462068446004864],[-72.16816174829098,41.46201944598526],[-72.16848774839451,41.46197144596576],[-72.16934174866161,41.46177144590013],[-72.16937474867197,41.46176444589774],[-72.16950474871304,41.461741445889196],[-72.16977974880088,41.46171044587458],[-72.1699467488551,41.461707445868804],[-72.17011374890993,41.46171544586515],[-72.17028774896764,41.46173444586344],[-72.17082574914784,41.461825445864456],[-72.17173474945437,41.46201644587342],[-72.17200174954309,41.46204844587134],[-72.17207274956642,41.46205244586992],[-72.17245774969318,41.462077445862796],[-72.17321874993576,41.46198244582056],[-72.1735887500465,41.4618054457745],[-72.17399775018147,41.461837445768005],[-72.1745597503713,41.46196144577471],[-72.17481175045253,41.46194644576392],[-72.17504275052704,41.46193344575419],[-72.17524175059185,41.461933445747995],[-72.17526975060113,41.46193644574771],[-72.17533875062405,41.46194444574712],[-72.17544575066043,41.46197244574925],[-72.1758057507847,41.462100445763014],[-72.17591775082272,41.462128445765],[-72.17602875086047,41.46215744576719],[-72.17622275092512,41.46218444576641],[-72.17677475110763,41.46223444575897],[-72.17707675120818,41.46227444575738],[-72.17725775126898,41.462308445758374],[-72.17775475143772,41.46243344576729],[-72.1779217514938,41.46246444576813],[-72.17812775156237,41.462491445766986],[-72.1783377516317,41.46250844576375],[-72.17838275164662,41.462513445763335],[-72.17859575171714,41.462534445760795],[-72.17889075181486,41.462564445757465],[-72.17912475189232,41.46258744575464],[-72.17942375199056,41.46260344574847],[-72.17955575203399,41.46261144574593],[-72.17975075209756,41.462612445740035],[-72.18017575223467,41.46258944572231],[-72.18053775235306,41.462598445712786],[-72.18118175256586,41.46265444570365],[-72.18176375275922,41.46272444569917],[-72.18190975280721,41.46273244569618],[-72.18210875287262,41.46274344569212],[-72.18225275291896,41.462733445685686],[-72.18239675296475,41.462713445677295],[-72.18260775303098,41.46266844566195],[-72.18272975306877,41.46263344565131],[-72.18559275397531,41.46216544547076],[-72.1893897552073,41.46208544533683],[-72.19130575582395,41.46195344525134],[-72.1915297558964,41.46194444524261],[-72.1916667559416,41.461955445240484],[-72.19176575597474,41.46197144524051],[-72.19203775606583,41.462017445240996],[-72.19241675619415,41.46210644524656],[-72.19245275620632,41.462114445247],[-72.19290175635935,41.4622384452572],[-72.19310675643051,41.462318445266426],[-72.19311275643263,41.46232144526682],[-72.19352675657805,41.46251444529156],[-72.19368675663424,41.46258844530102],[-72.19404375675803,41.46272544531662],[-72.19467775697578,41.46293044533686],[-72.19530175718961,41.463123445355066],[-72.19587375738566,41.46330144537196],[-72.19760775798159,41.46386944542872],[-72.19783175805756,41.46392444543246],[-72.19794875809673,41.46394344543251],[-72.19816375816721,41.46395244542758],[-72.19825475819628,41.46394244542277],[-72.19830675821291,41.46393644541999],[-72.19844675825682,41.463906445409776],[-72.19856375829289,41.46386944539891],[-72.1991627584751,41.46363644533477],[-72.19948275857296,41.46352144530234],[-72.19985675868874,41.46341244526941],[-72.20003675874531,41.463375445256574],[-72.20023675880883,41.46334644524469],[-72.20064175893854,41.463307445224444],[-72.2007157589621,41.46329744522018],[-72.20157475923573,41.46318744517192],[-72.20257875955517,41.46305144511408],[-72.2025857595434,41.46279644506409],[-72.20263775953639,41.4623624449778],[-72.20268275954106,41.46218144494108],[-72.20271875954778,41.462090444922204],[-72.20275375955582,41.462029444909206],[-72.2028807595875,41.46185444487109],[-72.20300875961404,41.46157944481343],[-72.20307775962658,41.461399444776156],[-72.20321675964874,41.46098044469008],[-72.20323275965158,41.4609374446812],[-72.2035167597047,41.460223444533014],[-72.20359775971757,41.459978444482665],[-72.20364975971732,41.459666444420165],[-72.2037407597023,41.458856444259254],[-72.20383775969673,41.45818244412472],[-72.20384475969225,41.45805944410049],[-72.20383775968311,41.45793544407651],[-72.20381575966995,41.457826444055925],[-72.2037547596409,41.45765944402524],[-72.20366075960077,41.45748644399441],[-72.20360575957517,41.457347443969006],[-72.20352475953393,41.45707744391884],[-72.20345475949608,41.45680444386775],[-72.20336575945157,41.4565224438155],[-72.20328475941506,41.45633844378211],[-72.2032297593924,41.45625244376705],[-72.20314575935993,41.45615944375151],[-72.20304875932361,41.45607344373774],[-72.20281075923775,41.4559214437155],[-72.20271175920104,41.45584044370279],[-72.2026227591672,41.45575244368839],[-72.20243175909098,41.45549744364459],[-72.20209975896019,41.455085443574525],[-72.20195775890497,41.45492244354714],[-72.20181575884982,41.45476044351996],[-72.20170575880847,41.45466044350387],[-72.20151975874047,41.454525443483334],[-72.20141975870456,41.45446444347454],[-72.20082375849331,41.45415244343223],[-72.20074475846447,41.45409544342359],[-72.20070175844832,41.45405644341731],[-72.20059675840696,41.4539264433952],[-72.2005397583809,41.453790443370444],[-72.20052475837178,41.45371344335588],[-72.20052275836684,41.453635443340715],[-72.20053375836608,41.45355644332495],[-72.2005437583608,41.45340144329439],[-72.20052575835167,41.45334244328345],[-72.200490758335,41.45324644326579],[-72.2004377583129,41.453158443250274],[-72.20036475828476,41.45307944323714],[-72.20023575823687,41.45297244322027],[-72.20016775821215,41.45292544321321],[-72.20009075818422,41.45287344320547],[-72.19995875813743,41.452804443196115],[-72.19978775807871,41.45274944319072],[-72.19963175802512,41.45269844318563],[-72.19948175797286,41.45263644317821],[-72.19930975791192,41.45254644316598],[-72.19926475789556,41.452515443161346],[-72.19906275782053,41.452347443134855],[-72.1969687570269,41.450316442803725],[-72.19665375690842,41.45002744275714],[-72.1962117567437,41.44964944269714],[-72.19592975663834,41.44940344265791],[-72.19580075659903,41.4494524426715],[-72.19567275656027,41.44950544268581],[-72.19554575651516,41.4494374426765],[-72.1953327564385,41.4493044426572],[-72.19520575639214,41.44921344264338],[-72.19507475634441,41.449121442629504],[-72.19496475630348,41.44902844261479],[-72.1948767562702,41.44894444260113],[-72.19467575619238,41.44871944256347],[-72.1943817560764,41.448351442500815],[-72.19427375603463,41.448231442480754],[-72.19393575590516,41.44787844242238],[-72.19380475585415,41.447726442396785],[-72.19357075576193,41.44743544234727],[-72.19347175572199,41.44729544232303],[-72.19342275570162,41.44721544230895],[-72.19338075568344,41.44713344229425],[-72.19335475567118,41.44706444228158],[-72.19333675566146,41.44699444226848],[-72.1933267556522,41.44688544224752],[-72.19333475564879,41.446776442225996],[-72.19339375565514,41.446542442178476],[-72.19343475565807,41.44635344214029],[-72.19344375565545,41.44625244212031],[-72.19342175564174,41.44613344209775],[-72.19340675563487,41.44609744209121],[-72.1933437556087,41.44599444207305],[-72.19324875557038,41.44586044204985],[-72.192974755462,41.445512441990466],[-72.19283275540407,41.4452994419533],[-72.19279775538926,41.44523744194229],[-72.19277675537894,41.44517444193064],[-72.1927707553737,41.44511444191912],[-72.19277975537338,41.44505544190733],[-72.1928127553812,41.44500244189595],[-72.19285975539385,41.44495444188512],[-72.19293875541612,41.444891441870354],[-72.1930787554573,41.444811441850376],[-72.19332375553063,41.444694441819905],[-72.19340475555407,41.444641441807036],[-72.19344775556576,41.444599441797486],[-72.19348175557424,41.44455244178725],[-72.19349475557699,41.44452544178157],[-72.19351275557811,41.44443944176424],[-72.19350275557149,41.444378441752626],[-72.1934757555594,41.444318441741764],[-72.193390755525,41.44419644172061],[-72.19323875546766,41.44405344169743],[-72.19309175541231,41.44391744167544],[-72.19285675532227,41.44367144163476],[-72.19281675530621,41.44361644162525],[-72.19272775526744,41.44343844159326],[-72.19265675523806,41.443324441573225],[-72.19253075518938,41.443185441550014],[-72.19243275515339,41.44311144153863],[-72.1921637550573,41.44295644151674],[-72.19209375503176,41.442906441509166],[-72.19200175499513,41.44278544148841],[-72.19183375492433,41.442492441436436],[-72.19176275489559,41.44239044141874],[-72.19167875486308,41.44229644140301],[-72.19157175482327,41.44220644138877],[-72.19145275478009,41.44212544137666],[-72.19109575465504,41.441965441356544],[-72.19098375461458,41.441892441345786],[-72.19088575457815,41.441810441332834],[-72.19081575455041,41.441720441317436],[-72.19065275448375,41.441473441274304],[-72.19054375444011,41.44132544124881],[-72.19035275436764,41.44113844121824],[-72.1899547542189,41.440790441162704],[-72.189869754188,41.440731441153844],[-72.18977975415605,41.440683441147264],[-72.1896237541018,41.44062044113983],[-72.18918275395222,41.44051144113229],[-72.1888997538548,41.440415441122354],[-72.18866175377089,41.44029844110692],[-72.18852075371947,41.44019844109179],[-72.1884797537029,41.44013944108154],[-72.18844975368948,41.44007344106959],[-72.18841475367297,41.43998044105253],[-72.18840075366208,41.43986544103052],[-72.1883927536477,41.439651440988975],[-72.1883747536259,41.43936144093293],[-72.18835675361564,41.43928144091786],[-72.1882827535846,41.43915544089557],[-72.18822575356347,41.43910844088817],[-72.18803475349523,41.438998440872645],[-72.18794275346268,41.438951440866326],[-72.18783275342304,41.43888144085608],[-72.18773975338856,41.43880544084415],[-72.1876617533586,41.43872244083036],[-72.187611753337,41.438625440812984],[-72.18752975330106,41.43845744078275],[-72.1874067532399,41.43807344071158],[-72.1873657532228,41.43800544069959],[-72.18729375319523,41.43793044068719],[-72.18715675314532,41.437833440672506],[-72.18699475308804,41.43775144066155],[-72.18675775300501,41.43764444064803],[-72.18660975295329,41.437580440640154],[-72.18645775290055,41.43752144063336],[-72.18630375284674,41.43745444062508],[-72.1861517527911,41.43734244060794],[-72.18606275275485,41.43721044058494],[-72.18594375270474,41.43700344054823],[-72.18578775263722,41.43669944049373],[-72.18576075262597,41.43665444048579],[-72.18571975261031,41.43661244047886],[-72.18566575259052,41.43657244047273],[-72.18544675251373,41.43647244046002],[-72.18495575234414,41.43629544044075],[-72.18476575227734,41.4362054404291],[-72.18445675216707,41.43602944040434],[-72.18433475212288,41.435948440392345],[-72.18395675198437,41.43566744034924],[-72.18383775194155,41.435593440338494],[-72.18365775187834,41.43550944032769],[-72.1835807518507,41.43546244032092],[-72.18344575180123,41.4353624403056],[-72.18322775171801,41.435139440268834],[-72.18309175166586,41.43499644024515],[-72.18293175160227,41.43478744020931],[-72.18289375158528,41.4347034401941],[-72.1826277514668,41.43412344008912],[-72.18258275144423,41.4339794400624],[-72.18253575141871,41.43379344002754],[-72.18248475139706,41.433701440011156],[-72.18244875138318,41.433662440004674],[-72.1823877513611,41.43362243999877],[-72.18231775133658,41.433590439994695],[-72.182248751313,41.43357043999293],[-72.18202675123896,41.4335384399936],[-72.18194275121118,41.43353043999464],[-72.18177675115638,41.43351643999708],[-72.18162575110611,41.433496439997874],[-72.18147975105693,41.43346643999657],[-72.18137875102224,41.43343343999327],[-72.1812817509884,41.43339243998829],[-72.18119375095706,41.43334343998145],[-72.1811517509418,41.433314439977096],[-72.18076875079787,41.43296443992066],[-72.18069175076955,41.43290543991155],[-72.18060675073902,41.43285343990403],[-72.18051475070654,41.43280743989793],[-72.1804127506714,41.43277243989426],[-72.18016975058838,41.43270143988796],[-72.17990075049603,41.43261443987935],[-72.17982675047007,41.43258043987501],[-72.17975975044605,41.43254043986928],[-72.17971275042834,41.43249643986216],[-72.1796717504123,41.43244743985387],[-72.17962875039467,41.43238143984232],[-72.1795767503716,41.432269439822065],[-72.17952775034843,41.432138439797995],[-72.17945075031584,41.432001439773636],[-72.17936875028403,41.43190843975803],[-72.17927075024805,41.43183443974663],[-72.17862775001745,41.43144743969108],[-72.17858775000278,41.43141743968646],[-72.17835574993045,41.43147543970501],[-72.17815974986662,41.43147543971111],[-72.17780974974829,41.43139543970637],[-72.17722674954676,41.43118243968293],[-72.17663574934986,41.431100439685316],[-72.17613974918673,41.4310704396949],[-72.17608174916704,41.43105543969377],[-72.17588074908494,41.43075243964084],[-72.17619374918877,41.43078743963794],[-72.176582749312,41.430725439613724],[-72.17673574935846,41.430664439597045],[-72.17688674939954,41.43051743956365],[-72.17683874938315,41.430503439562415],[-72.17663774931485,41.4304514395585],[-72.1761917491657,41.43037943955833],[-72.17606074912074,41.4303374395542],[-72.17593374907653,41.430285439547994],[-72.17578874902559,41.430217439539234],[-72.17569174899154,41.43017243953346],[-72.17575274900827,41.430115439520435],[-72.17587374904353,41.43004043950201],[-72.17598274907435,41.429955439482015],[-72.1760917491039,41.429847439457546],[-72.1761287491105,41.42974843943704],[-72.17612974910705,41.429679439423545],[-72.17610674909245,41.429550439399065],[-72.17603674906019,41.42937743936746],[-72.17589774899882,41.429084439314565],[-72.17575574893759,41.42881143926565],[-72.17563974888971,41.42862743923333],[-72.17549974883678,41.42849343921151],[-72.17535574878411,41.4283884391955],[-72.17510874869525,41.42823443917309],[-72.17479774858396,41.42805143914703],[-72.17447674846912,41.427863439120316],[-72.17381274822867,41.42742143905465],[-72.1737227481953,41.42734743904299],[-72.17365474816881,41.42726843902967],[-72.17359874814593,41.42718343901481],[-72.17349774810057,41.42695643897362],[-72.17345074808149,41.4268874389616],[-72.17339174805886,41.42682543895133],[-72.17332474803469,41.42678243894502],[-72.17300574792178,41.42661743892271],[-72.17293474789602,41.426569438915564],[-72.17280774784885,41.42646343889879],[-72.17275574782825,41.42639643888733],[-72.17271474781094,41.42632443887455],[-72.17268674779766,41.42624843886057],[-72.17267974779276,41.4262004388514],[-72.17269574776208,41.42554743872337],[-72.17266474772991,41.425145438645814],[-72.17246674759767,41.42391143841093],[-72.17236174751734,41.423071438250105],[-72.17233074749942,41.422928438223146],[-72.17229574748406,41.422856438210154],[-72.17225074746561,41.42278743819809],[-72.17219374744354,41.42272343818736],[-72.17197874736217,41.422516438153615],[-72.17180374729136,41.42226443810983],[-72.17160974720998,41.421932438051016],[-72.17120474703422,41.42113243790732],[-72.1711117469952,41.420973437879155],[-72.17102774696204,41.42086743786106],[-72.17093274692452,41.420747437840575],[-72.17060874679923,41.420386437780124],[-72.17052074676388,41.42026443775904],[-72.17038474670737,41.42004143771971],[-72.17022774664,41.419745437666755],[-72.16999974653842,41.41924743757657],[-72.1699197465006,41.41903243753705],[-72.16986874647125,41.41880043749331],[-72.16982174644667,41.41863143746176],[-72.16980274643021,41.41844443742582],[-72.16980774642529,41.418325437402416],[-72.17172074702923,41.4179824372759],[-72.17746174884168,41.41695543689662],[-72.17937574944594,41.41661343677024],[-72.18115475001075,41.41635343666408],[-72.1819247502553,41.41624243661843],[-72.18440275104237,41.41588643647174],[-72.1852587513143,41.41576443642126],[-72.18610175158287,41.415658436374315],[-72.1864967517083,41.41560143635089],[-72.18718775192792,41.41550443631043],[-72.18827975227568,41.41536443624907],[-72.18847975233903,41.415332436236596],[-72.18908175252987,41.415239436199684],[-72.18928275259358,41.415208436187385],[-72.19234775356718,41.41477043600635],[-72.19966875589267,41.4137254355742],[-72.20156075651069,41.41376543552307],[-72.20259275684784,41.41378843549542],[-72.20397975730093,41.41381843545806],[-72.20465675752212,41.41383343543989],[-72.2057437578697,41.41372043538395],[-72.20900375891216,41.413382435216334],[-72.21009175926011,41.413270435160534],[-72.21193475984741,41.41304243505857],[-72.2166267613426,41.412462434799004],[-72.21668276136043,41.412455434795895],[-72.21673176137607,41.4124494347932],[-72.21746376160928,41.41235843475259],[-72.21930776219696,41.41213143465076],[-72.21940476223594,41.41226643467411],[-72.21969876235397,41.412672434744245],[-72.21979676239336,41.41280843476777],[-72.21990876243777,41.41295343479261],[-72.22024476257111,41.41338943486731],[-72.2203567626156,41.413535434892324],[-72.22088176282602,41.41425443501642],[-72.22245776345777,41.41641343538901],[-72.2229837636686,41.41713343551326],[-72.22378576399026,41.418235435703494],[-72.22619376495601,41.421541436274104],[-72.22699676527812,41.42264443646446],[-72.22731576540654,41.423091436541824],[-72.2274667654673,41.42330243657831],[-72.2279337656555,41.42395943669205],[-72.228272765792,41.42443443677425],[-72.22859276592081,41.424882436851746],[-72.22863376593742,41.424941436862],[-72.22875876598783,41.42511843689267],[-72.22880076600478,41.42517743690287],[-72.23052676669629,41.4275324373089],[-72.23255076750719,41.430293437784876],[-72.23570576877145,41.434599438527115],[-72.23640076904992,41.4355474386905],[-72.23686676923656,41.436181438799736],[-72.23743376946375,41.43695443893294],[-72.23780276961126,41.437451439018446],[-72.23891077005423,41.4389444392753],[-72.23928077020216,41.43944243936097],[-72.23962277033955,41.439915439442636],[-72.24065177075289,41.441336439687866],[-72.24099477089068,41.44181043976968],[-72.24102477090294,41.44185543977752],[-72.24111777094063,41.44199043980098],[-72.24114877095327,41.442036439808994],[-72.24132377102315,41.442270439849196],[-72.24184877123275,41.44297243996982],[-72.24202477130297,41.44320644001],[-72.24170477120168,41.44325844003014],[-72.24074677089844,41.44341444009052],[-72.24042777079751,41.44346744011082],[-72.23857977021103,41.443740440221816],[-72.23677776963922,41.444008440330414],[-72.23312876848117,41.444548440549774],[-72.2330357684516,41.444561440555205],[-72.23215876817333,41.44469244060815],[-72.23118876786546,41.44483544066635],[-72.2294947673282,41.445092440769386],[-72.22441576571734,41.44586444107862],[-72.22282576521313,41.44610744117568],[-72.222725765182,41.446133441183875],[-72.22256176513115,41.44617944119798],[-72.22212576499615,41.44630544123618],[-72.2220687649776,41.446305441237946],[-72.22189876492237,41.44630744124365],[-72.22152476480046,41.44630444125474],[-72.22158276484932,41.446848441359116],[-72.2218607650819,41.44942544185341],[-72.22187976509757,41.44959744188639],[-72.22198176518133,41.45051444206217],[-72.22202276521611,41.45090344213682],[-72.22207176526925,41.45157744226683],[-72.22230676552195,41.45477244288301],[-72.2223857656064,41.45583744308838],[-72.22237276560863,41.45595444311161],[-72.22237676561082,41.4559704431146],[-72.22243176563947,41.45616544315094],[-72.22244976565646,41.4563674431898],[-72.22246276566814,41.456502443215726],[-72.2221347655618,41.45651044322754],[-72.22166576541133,41.45655044324998],[-72.22096376518866,41.45665744329277],[-72.22063576508464,41.45670744331277],[-72.22030776498059,41.45675744333275],[-72.22027876497137,41.45676144333444],[-72.21981876482361,41.45679744335583],[-72.21844076438096,41.456906443420095],[-72.21830076433604,41.45691844342682],[-72.21798076423269,41.45693344343973],[-72.21775576416037,41.456950443450076],[-72.21774376415647,41.45695044345045],[-72.21751976408437,41.45696544346035],[-72.21715876396864,41.45699844347808],[-72.21703476392894,41.457010443484286],[-72.21679876385336,41.457033443496144],[-72.21274776255764,41.457454443704705],[-72.2126877625385,41.457461443707935],[-72.21322776291248,41.46105544439239],[-72.21451076379495,41.46948044599608],[-72.21512476421705,41.473506446762244],[-72.21517776424898,41.47377244681248],[-72.21533876434546,41.47457044696313],[-72.21539276437778,41.474837447013506],[-72.2156207645091,41.47587144720807],[-72.21630676490385,41.478975447792045],[-72.21653576503553,41.48001044798675],[-72.21658376506603,41.48027944803771],[-72.21662676509327,41.48051944808319],[-72.21663976510116,41.480585448095646],[-72.21671476515175,41.48105944818575],[-72.21672076515546,41.4810914481918],[-72.21674976517242,41.48122744821741],[-72.21676276517854,41.481261448223634],[-72.21681176519924,41.481347448238886],[-72.21680276524451,41.4822204484094],[-72.21677476538008,41.484840448921204],[-72.21676676542573,41.485714449091894],[-72.21690076555224,41.4872144493802],[-72.21730476593244,41.491715450245174],[-72.21743976605934,41.49321645053359],[-72.21744776607139,41.493387450566686],[-72.21747176610755,41.49390045066594],[-72.21748076611993,41.494071450699],[-72.21749976614194,41.49435745075415],[-72.21752476616913,41.49470245082064],[-72.21761776622732,41.495207450916176],[-72.21766976625992,41.495490450969726],[-72.2176967662776,41.49565145100027],[-72.21772176629429,41.49580645102971],[-72.21772276629578,41.49582745103377],[-72.2178037663786,41.49684845123028],[-72.21783076640624,41.4971894512959],[-72.21825376670903,41.50017545186477],[-72.21815576668767,41.50036645190505],[-72.21835776675867,41.50046045191706],[-72.21857376684808,41.50080545197756],[-72.21922176711637,41.50184045215905],[-72.21943776720578,41.50218545221955],[-72.21985676737735,41.502820452330226],[-72.22027676754927,41.50345545244089],[-72.22098276783825,41.50452345262697],[-72.22168776812694,41.50559145281309],[-72.22206476828127,41.50616145291239],[-72.22443676925248,41.509752453538084],[-72.22453376929496,41.50994945357343],[-72.226275770049,41.51332245417625],[-72.2272857705646,41.51669445480168],[-72.2276097707767,41.51861945516661],[-72.2276247707864,41.518706455183064]]]},"properties":{"name":6952.02,"geoid":"09011695202"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.12230672835248,41.37064442955577],[-72.1217717281696,41.370484429541065],[-72.12108172793472,41.37029542952547],[-72.12099672790589,41.370274429523995],[-72.12007172759293,41.370056429510015],[-72.11879872715858,41.369689429477695],[-72.11709372657073,41.36908642941255],[-72.11683072648003,41.36899342940251],[-72.11630872630099,41.36882542938581],[-72.11580372612723,41.36865342936782],[-72.1152917259507,41.36847242934826],[-72.11302872517126,41.36768642926461],[-72.11242972496494,41.36747842924247],[-72.11213272486266,41.36737542923153],[-72.11063172434595,41.366859429177055],[-72.11003272413976,41.3666534291553],[-72.10912972383004,41.36636342912653],[-72.10889072374788,41.366283429118276],[-72.10857172363811,41.36617442910684],[-72.10837572357092,41.36611242910079],[-72.10804072345584,41.36600142908944],[-72.1077757233649,41.365915429080815],[-72.10721372317259,41.36574342906457],[-72.106379722887,41.36548442903973],[-72.106061722778,41.36538342902981],[-72.10572872266422,41.36528442902074],[-72.1055067225883,41.365217429014514],[-72.10533872253075,41.36516442900934],[-72.10489472237842,41.365021428995114],[-72.10487372237125,41.3650154289946],[-72.10420172214249,41.36483142897941],[-72.10355872192127,41.36461242895645],[-72.10311872176989,41.36446242894073],[-72.10304572174492,41.36444042893869],[-72.10292972170527,41.364405428935434],[-72.1028267216701,41.36437542893276],[-72.10275372164524,41.3643554289311],[-72.10282372166117,41.36422942890427],[-72.10286972167182,41.364150428887385],[-72.10297372169508,41.363956428846215],[-72.10302372170536,41.36384642882313],[-72.10303772170833,41.36381742881702],[-72.10308372171774,41.363715428795636],[-72.10318272173745,41.36348642874776],[-72.10320272174157,41.36344242873852],[-72.1032517217351,41.363031428656576],[-72.1032017217035,41.36275042860314],[-72.103197721701,41.36272842859896],[-72.10316272167744,41.36250542855641],[-72.10315472166988,41.36241442853885],[-72.10314672166109,41.362301428516986],[-72.10308572163332,41.3621564284905],[-72.10305072161741,41.36207342847534],[-72.10301772159973,41.3619464284515],[-72.10296772157292,41.3617534284153],[-72.1029497215583,41.361592428384334],[-72.10294872155623,41.36156042837811],[-72.10294772154877,41.361429428352494],[-72.10295072154061,41.361262428319705],[-72.10295672154136,41.36124042831523],[-72.10311472156312,41.36069642820388],[-72.10316772157049,41.36051542816681],[-72.10318572157232,41.36044142815177],[-72.10324372157925,41.36022242810712],[-72.10326272158146,41.36014942809226],[-72.1033027215865,41.36000342806243],[-72.10342472160254,41.35956942797372],[-72.10346572160798,41.35942442794407],[-72.1035217216196,41.35930342791866],[-72.10359272163447,41.35915242788691],[-72.10371572166369,41.35895442784435],[-72.10378672168065,41.35884142782003],[-72.10385672169868,41.35875442780084],[-72.10397472172922,41.358610427769],[-72.10410572176815,41.35854242775166],[-72.1042047217976,41.358491427738585],[-72.10435772185099,41.35855742774677],[-72.10481772201149,41.35875542777128],[-72.10497172206527,41.35882242777962],[-72.10518572213981,41.35891242779061],[-72.10583072236447,41.35918242782346],[-72.10604572243935,41.359272427834426],[-72.10696772276228,41.35969142788789],[-72.1074577229354,41.359941427921626],[-72.10856072332373,41.36047942799275],[-72.10869972335641,41.36024942794344],[-72.10905972343707,41.35958042780136],[-72.10914672345557,41.35940042776344],[-72.10914772344744,41.35924542773308],[-72.10880872327056,41.35802542750482],[-72.1092107234005,41.35800942748923],[-72.10972672356739,41.357990427469524],[-72.11041672379113,41.35797542744521],[-72.11054672383334,41.35797342744081],[-72.11081972392154,41.35796142742999],[-72.11099872397791,41.3579274274178],[-72.1115357241473,41.3578284273818],[-72.11168272419371,41.35780242737215],[-72.11171472420362,41.3577934273694],[-72.11249172444433,41.357570427301695],[-72.1131487246366,41.357175427204034],[-72.11301672458801,41.357072427187966],[-72.1128367245213,41.35692342716437],[-72.11266372445661,41.356769427139604],[-72.11246472438147,41.35657942710857],[-72.11227972431045,41.35638142707555],[-72.11214772425866,41.35621942704794],[-72.11202572420986,41.356052427019016],[-72.11189572415734,41.355865426986455],[-72.11114772386323,41.35493642682779],[-72.11069072368292,41.35435742672862],[-72.11051972361362,41.354107426685],[-72.11003672341312,41.35331342654454],[-72.10969172327589,41.35285542646557],[-72.10904772302266,41.35205542632893],[-72.10895672298685,41.35194142630942],[-72.10883672293846,41.35177042627967],[-72.108659722864,41.35146142622468],[-72.10832372271786,41.35078642610295],[-72.10816372265148,41.35052442605662],[-72.10802872259812,41.35035142602693],[-72.10788872254318,41.350179425997595],[-72.10779772250763,41.350070425979084],[-72.10761072243466,41.34984842594142],[-72.10751172239753,41.349758425926865],[-72.10740772235852,41.349663425911494],[-72.10722672229258,41.34953442589183],[-72.10681172214143,41.349239425846925],[-72.10668672209584,41.34914942583319],[-72.10656072204999,41.34906042581968],[-72.10650672203029,41.34902142581372],[-72.10678972211606,41.348905425782235],[-72.10711372221202,41.34873142573816],[-72.10728072226185,41.34864842571673],[-72.10749172232336,41.34851742568455],[-72.10815272251402,41.34806942557639],[-72.10890472273215,41.347581425457555],[-72.1093017228482,41.34734042539809],[-72.10946972289636,41.34722142536959],[-72.10975672297891,41.34702242532176],[-72.10986872301099,41.34694242530262],[-72.10997672304205,41.346867425284586],[-72.110146723091,41.34675042525643],[-72.1102127231098,41.34670142524479],[-72.11031472313903,41.346628425227344],[-72.11040572316428,41.34654842520887],[-72.11046772318157,41.34649542519657],[-72.11069772324495,41.34628542514834],[-72.1111547233711,41.34587142505314],[-72.11138072343259,41.345650425002866],[-72.1116047234937,41.345434424953645],[-72.11168272351483,41.345356424935964],[-72.11191872357881,41.345121424882656],[-72.11199772360031,41.34504442486513],[-72.11206272361792,41.34497942485039],[-72.11225772367081,41.34478542480638],[-72.1123237236888,41.34472142479181],[-72.11254872374984,41.344498424741175],[-72.11258072375861,41.34446842473431],[-72.11297972386686,41.34407242464442],[-72.11315172391363,41.34390342460601],[-72.1132227239327,41.34382942458932],[-72.11322572393355,41.34382742458885],[-72.11345372399602,41.34361242453969],[-72.11372872409706,41.343824424572674],[-72.11455472440053,41.34446042467162],[-72.1148307245019,41.34467242470457],[-72.11552772476247,41.34529142480415],[-72.11761872554435,41.34715142510352],[-72.11831572580498,41.3477714252033],[-72.11886672602623,41.34854042533676],[-72.11904272609691,41.34878642537946],[-72.11962972632914,41.34954142550907],[-72.12086072678383,41.3505334256651],[-72.12159872705641,41.35112742575849],[-72.1229697275746,41.35244742597438],[-72.12324772767968,41.352715426018214],[-72.12376172787403,41.35321142609938],[-72.12482472827924,41.35429742627898],[-72.12660272894139,41.355828426523516],[-72.12714972914694,41.356332426605185],[-72.12750572928067,41.356660426658344],[-72.12853072966786,41.35764242681875],[-72.12850872970789,41.35850642698853],[-72.12844372982846,41.36110142749833],[-72.12842272986887,41.361966427668264],[-72.12838672991991,41.3631154278942],[-72.12837872993093,41.36336442794317],[-72.12832073001857,41.36531442832651],[-72.12792372991264,41.36574042842218],[-72.1274487297838,41.366211428529056],[-72.12663372956285,41.367022428713],[-72.12650472952775,41.36714842874164],[-72.12612072942355,41.36752842882792],[-72.12599272938881,41.367655428856715],[-72.12581272933811,41.36779942889047],[-72.12527272918612,41.36823442899233],[-72.12509372913578,41.36837942902624],[-72.12501572911417,41.36844842904216],[-72.12478172904933,41.36865542908991],[-72.12470472902808,41.368725429106],[-72.12466172901676,41.36877442911692],[-72.12453372898315,41.36892142914965],[-72.1244917289722,41.36897142916073],[-72.12437772894205,41.36909842918911],[-72.12430272892233,41.36918442920826],[-72.1240387288527,41.36948242927475],[-72.12392572882297,41.36961142930349],[-72.12375972877479,41.36971842932957],[-72.12326472863117,41.37003842940753],[-72.12310072858371,41.370146429433724],[-72.1229627285431,41.37022542945346],[-72.12255172842228,41.370462429512585],[-72.12241472838204,41.37054242953248],[-72.12239272837598,41.37056242953707],[-72.12232772835816,41.370623429551024],[-72.12230672835248,41.37064442955577]]]},"properties":{"name":6903,"geoid":"09011690300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.10650672203029,41.34902142581372],[-72.10656072204999,41.34906042581968],[-72.10668672209584,41.34914942583319],[-72.10681172214143,41.349239425846925],[-72.10722672229258,41.34953442589183],[-72.10740772235852,41.349663425911494],[-72.10751172239753,41.349758425926865],[-72.10761072243466,41.34984842594142],[-72.10779772250763,41.350070425979084],[-72.10788872254318,41.350179425997595],[-72.10802872259812,41.35035142602693],[-72.10816372265148,41.35052442605662],[-72.10832372271786,41.35078642610295],[-72.108659722864,41.35146142622468],[-72.10883672293846,41.35177042627967],[-72.10895672298685,41.35194142630942],[-72.10904772302266,41.35205542632893],[-72.10969172327589,41.35285542646557],[-72.11003672341312,41.35331342654454],[-72.11051972361362,41.354107426685],[-72.11069072368292,41.35435742672862],[-72.11114772386323,41.35493642682779],[-72.11189572415734,41.355865426986455],[-72.11202572420986,41.356052427019016],[-72.11214772425866,41.35621942704794],[-72.11227972431045,41.35638142707555],[-72.11246472438147,41.35657942710857],[-72.11266372445661,41.356769427139604],[-72.1128367245213,41.35692342716437],[-72.11301672458801,41.357072427187966],[-72.1131487246366,41.357175427204034],[-72.11249172444433,41.357570427301695],[-72.11171472420362,41.3577934273694],[-72.11168272419371,41.35780242737215],[-72.1115357241473,41.3578284273818],[-72.11099872397791,41.3579274274178],[-72.11081972392154,41.35796142742999],[-72.11054672383334,41.35797342744081],[-72.11041672379113,41.35797542744521],[-72.10972672356739,41.357990427469524],[-72.1092107234005,41.35800942748923],[-72.10880872327056,41.35802542750482],[-72.10914772344744,41.35924542773308],[-72.10914672345557,41.35940042776344],[-72.10905972343707,41.35958042780136],[-72.10869972335641,41.36024942794344],[-72.10856072332373,41.36047942799275],[-72.1074577229354,41.359941427921626],[-72.10696772276228,41.35969142788789],[-72.10604572243935,41.359272427834426],[-72.10583072236447,41.35918242782346],[-72.10518572213981,41.35891242779061],[-72.10497172206527,41.35882242777962],[-72.10481772201149,41.35875542777128],[-72.10435772185099,41.35855742774677],[-72.1042047217976,41.358491427738585],[-72.10441172186056,41.35841042771633],[-72.10448472188277,41.358382427708584],[-72.1046077219203,41.358336427695775],[-72.10496972202846,41.35815942764993],[-72.10513572207685,41.35805642762463],[-72.10527172211529,41.35794942759947],[-72.10540272215248,41.35784942757585],[-72.1055097221827,41.35776542755609],[-72.10554672219266,41.3577274275475],[-72.10566072222379,41.35761742752245],[-72.10569872223411,41.35758042751403],[-72.10574972224691,41.35751042749875],[-72.10590472228604,41.357303427453445],[-72.10595672229921,41.35723442743832],[-72.10599172230238,41.35708342740769],[-72.1059947222982,41.356989427389195],[-72.10601472227714,41.35648342728953],[-72.10599272226239,41.35634442726302],[-72.10594072224087,41.35626042724818],[-72.10591972223219,41.35622642724219],[-72.1058447222032,41.356142427228065],[-72.10578172217882,41.35607142721613],[-72.10562672212009,41.35591942719117],[-72.10557272209968,41.35586742718266],[-72.1053327220086,41.35562942714352],[-72.10517972194891,41.35544842711282],[-72.10513772193254,41.35539842710435],[-72.10504672189637,41.355278427083675],[-72.10500272187195,41.355093427048814],[-72.1050297218687,41.354872427004736],[-72.10505472186658,41.354684426967175],[-72.10508272186952,41.35457142694416],[-72.1052017218938,41.35430642688863],[-72.10541272194257,41.35394142681066],[-72.10553372197214,41.35376142677166],[-72.10556772198046,41.353711426760825],[-72.10577372203196,41.353426426698675],[-72.1056707219937,41.35333942668482],[-72.10553872194463,41.353227426667004],[-72.10537172188157,41.35306742664085],[-72.10527572184526,41.35297442662561],[-72.10523572183025,41.3529384266198],[-72.10511872178634,41.3528314266025],[-72.10507972177176,41.352796426596846],[-72.1049867217368,41.35271042658289],[-72.10471072163303,41.35245442654132],[-72.10461872159846,41.35236942652753],[-72.10454672157103,41.35229642651547],[-72.10433072148878,41.35207742647929],[-72.1042597214617,41.35200442646721],[-72.10404072137975,41.35180842643562],[-72.1039647213513,41.35174042642466],[-72.10331372111617,41.35131342636123],[-72.10306872102767,41.3511524263373],[-72.10406472130447,41.350284426136554],[-72.10471772148529,41.349703426002606],[-72.10505472157577,41.34935142592326],[-72.10582972181861,41.3491794258656],[-72.10620972193772,41.34909642583759],[-72.10650672203029,41.34902142581372]]]},"properties":{"name":6904,"geoid":"09011690400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.08682071598795,41.35570642773153],[-72.08673771594094,41.35533942766227],[-72.0864897158004,41.35424142745503],[-72.08640771575375,41.353875427385915],[-72.08639471574631,41.353816427374774],[-72.08638071573864,41.35375942736404],[-72.08634871572072,41.35362142733802],[-72.0862507156649,41.35318242725511],[-72.08617771562355,41.35285942719415],[-72.0861207155912,41.3526064271464],[-72.08607971554409,41.35198642702628],[-72.08607971554345,41.35197442702392],[-72.0860387154956,41.351341426901286],[-72.08603671549315,41.351308426894896],[-72.0859787154252,41.3504074267203],[-72.08595971540372,41.35012642666587],[-72.08592071535725,41.34950642654571],[-72.08799371604563,41.34975842653092],[-72.09421271811078,41.35051442648649],[-72.09628671879953,41.35076742647185],[-72.09629671880285,41.35076842647174],[-72.0963297188138,41.3507724264715],[-72.09634071881749,41.35077442647155],[-72.09649271886113,41.3506674264459],[-72.09667771891436,41.35053942641511],[-72.09679571893571,41.3502264263502],[-72.0968617189477,41.3500524263141],[-72.09690571896502,41.350107426323504],[-72.09701171900964,41.35029342635663],[-72.09706271903109,41.35038242637246],[-72.09730071913391,41.35084742645613],[-72.09741371918152,41.35104642649159],[-72.09747471920714,41.35115242651045],[-72.09756071924271,41.351291426535],[-72.09760771925676,41.351268426529046],[-72.09774971929932,41.35120142651151],[-72.09779771931379,41.35118042650594],[-72.09798471936992,41.35109342648312],[-72.09835571948172,41.35092942643952],[-72.09842171950206,41.35090842643338],[-72.0991097197147,41.35070242637176],[-72.10040072011809,41.350394426271514],[-72.10081072024622,41.35029742623982],[-72.10106472032564,41.350238426220415],[-72.10335672104424,41.34973742605139],[-72.10428972133603,41.34952042598002],[-72.1047667214857,41.3494184259453],[-72.10476972148668,41.3494184259452],[-72.10505472157577,41.34935142592326],[-72.10471772148529,41.349703426002606],[-72.10406472130447,41.350284426136554],[-72.10306872102767,41.3511524263373],[-72.10331372111617,41.35131342636123],[-72.1039647213513,41.35174042642466],[-72.10404072137975,41.35180842643562],[-72.1042597214617,41.35200442646721],[-72.10433072148878,41.35207742647929],[-72.10454672157103,41.35229642651547],[-72.10461872159846,41.35236942652753],[-72.10471072163303,41.35245442654132],[-72.1049867217368,41.35271042658289],[-72.10507972177176,41.352796426596846],[-72.10511872178634,41.3528314266025],[-72.10523572183025,41.3529384266198],[-72.10527572184526,41.35297442662561],[-72.10537172188157,41.35306742664085],[-72.10553872194463,41.353227426667004],[-72.1056707219937,41.35333942668482],[-72.10577372203196,41.353426426698675],[-72.10556772198046,41.353711426760825],[-72.10553372197214,41.35376142677166],[-72.10541272194257,41.35394142681066],[-72.1052017218938,41.35430642688863],[-72.10508272186952,41.35457142694416],[-72.10505472186658,41.354684426967175],[-72.1050297218687,41.354872427004736],[-72.10500272187195,41.355093427048814],[-72.10504672189637,41.355278427083675],[-72.10513772193254,41.35539842710435],[-72.10517972194891,41.35544842711282],[-72.1053327220086,41.35562942714352],[-72.10557272209968,41.35586742718266],[-72.10562672212009,41.35591942719117],[-72.10578172217882,41.35607142721613],[-72.1058447222032,41.356142427228065],[-72.10591972223219,41.35622642724219],[-72.10594072224087,41.35626042724818],[-72.10599272226239,41.35634442726302],[-72.10601472227714,41.35648342728953],[-72.1059947222982,41.356989427389195],[-72.10599172230238,41.35708342740769],[-72.10595672229921,41.35723442743832],[-72.10590472228604,41.357303427453445],[-72.10574972224691,41.35751042749875],[-72.10569872223411,41.35758042751403],[-72.10566072222379,41.35761742752245],[-72.10554672219266,41.3577274275475],[-72.1055097221827,41.35776542755609],[-72.10540272215248,41.35784942757585],[-72.10527172211529,41.35794942759947],[-72.10513572207685,41.35805642762463],[-72.10496972202846,41.35815942764993],[-72.1046077219203,41.358336427695775],[-72.10448472188277,41.358382427708584],[-72.10441172186056,41.35841042771633],[-72.1042047217976,41.358491427738585],[-72.10410572176815,41.35854242775166],[-72.10397472172922,41.358610427769],[-72.10385672169868,41.35875442780084],[-72.10378672168065,41.35884142782003],[-72.10371572166369,41.35895442784435],[-72.10359272163447,41.35915242788691],[-72.1035217216196,41.35930342791866],[-72.10346572160798,41.35942442794407],[-72.10342472160254,41.35956942797372],[-72.1033027215865,41.36000342806243],[-72.10326272158146,41.36014942809226],[-72.10324372157925,41.36022242810712],[-72.10318572157232,41.36044142815177],[-72.10316772157049,41.36051542816681],[-72.10311472156312,41.36069642820388],[-72.10295672154136,41.36124042831523],[-72.10295072154061,41.361262428319705],[-72.10294772154877,41.361429428352494],[-72.10294872155623,41.36156042837811],[-72.1029497215583,41.361592428384334],[-72.10296772157292,41.3617534284153],[-72.10301772159973,41.3619464284515],[-72.10305072161741,41.36207342847534],[-72.10308572163332,41.3621564284905],[-72.10314672166109,41.362301428516986],[-72.10315472166988,41.36241442853885],[-72.10316272167744,41.36250542855641],[-72.103197721701,41.36272842859896],[-72.1032017217035,41.36275042860314],[-72.1032517217351,41.363031428656576],[-72.10320272174157,41.36344242873852],[-72.10318272173745,41.36348642874776],[-72.10308372171774,41.363715428795636],[-72.10298272168356,41.36369142879407],[-72.10283172163243,41.3636554287917],[-72.1026847215823,41.36361342878804],[-72.10258572154855,41.36358542878562],[-72.10238972147985,41.36349542877408],[-72.10221572141809,41.363401428761065],[-72.1021997214124,41.363392428759816],[-72.1020107213441,41.36326842874141],[-72.10181072127047,41.363111428716856],[-72.10155172117187,41.36284942867361],[-72.10131872108032,41.36256142862446],[-72.10131172107755,41.36255242862292],[-72.10105172097636,41.36224842857148],[-72.1009997209561,41.362187428561164],[-72.10088572091156,41.36205142853808],[-72.10084472089567,41.36200442853014],[-72.1007937208758,41.361944428519976],[-72.10062472080911,41.36173042848334],[-72.10011972060974,41.36108842837332],[-72.09995172054339,41.36087442833666],[-72.09992172053063,41.36081942832681],[-72.09983172049245,41.3606564282977],[-72.09980272048006,41.360602428288026],[-72.0997107204396,41.3604094282531],[-72.09966172041699,41.36028742823074],[-72.09962372039818,41.36016942820882],[-72.09962172039721,41.36016342820771],[-72.09957472036963,41.35993842816514],[-72.0995657203563,41.35974742812804],[-72.09957072033649,41.35935442805097],[-72.09955772032647,41.35924842803062],[-72.09953772031452,41.35914842801167],[-72.09941272025453,41.35879442794625],[-72.09927472018818,41.35840142787362],[-72.09926372018187,41.35835142786417],[-72.09923872016877,41.358260427847135],[-72.09923372016208,41.35816742782909],[-72.09924072015562,41.35800742779755],[-72.0993447201572,41.35741542767848],[-72.0993547201568,41.35734842766505],[-72.09847271986692,41.35729642768217],[-72.09740171951415,41.35721942770025],[-72.09622471913075,41.357213427735516],[-72.09624771914199,41.3572824277483],[-72.09627171915331,41.357346427760085],[-72.09632371917753,41.357480427784715],[-72.0964467192313,41.35773242783022],[-72.0964717192421,41.35778142783903],[-72.09651571926051,41.357856427852354],[-72.0964717192468,41.35786742785587],[-72.09634271920683,41.3579044278671],[-72.09630071919388,41.35791742787095],[-72.09610671913454,41.357987427890656],[-72.09573071902908,41.35829742796296],[-72.09569971901887,41.35829542796354],[-72.09566271900607,41.35828142796194],[-72.09561271898878,41.358262427959765],[-72.09546671894125,41.358262427964284],[-72.09546071893871,41.358251427962315],[-72.09544571893196,41.35821742795612],[-72.09545271893249,41.35818542794964],[-72.09520171885598,41.35828042797601],[-72.09495071877942,41.35837442800218],[-72.09408071851414,41.3587024280933],[-72.09370071836696,41.35827142802071],[-72.09350971829292,41.35805342798394],[-72.09122871740914,41.3554594275468],[-72.09086171729082,41.35548042756228],[-72.08885671664439,41.35559242764624],[-72.08884071663923,41.35559342764692],[-72.08682071598795,41.35570642773153]]]},"properties":{"name":6905,"geoid":"09011690500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.10582972181861,41.3491794258656],[-72.10505472157577,41.34935142592326],[-72.10476972148668,41.3494184259452],[-72.1047667214857,41.3494184259453],[-72.10428972133603,41.34952042598002],[-72.10335672104424,41.34973742605139],[-72.10106472032564,41.350238426220415],[-72.10081072024622,41.35029742623982],[-72.10040072011809,41.350394426271514],[-72.0991097197147,41.35070242637176],[-72.09842171950206,41.35090842643338],[-72.09835571948172,41.35092942643952],[-72.09798471936992,41.35109342648312],[-72.09779771931379,41.35118042650594],[-72.09774971929932,41.35120142651151],[-72.09760771925676,41.351268426529046],[-72.09756071924271,41.351291426535],[-72.09747471920714,41.35115242651045],[-72.09741371918152,41.35104642649159],[-72.09730071913391,41.35084742645613],[-72.09706271903109,41.35038242637246],[-72.09701171900964,41.35029342635663],[-72.09690571896502,41.350107426323504],[-72.0968617189477,41.3500524263141],[-72.09679571893571,41.3502264263502],[-72.09667771891436,41.35053942641511],[-72.09649271886113,41.3506674264459],[-72.09634071881749,41.35077442647155],[-72.0963297188138,41.3507724264715],[-72.09629671880285,41.35076842647174],[-72.09628671879953,41.35076742647185],[-72.09421271811078,41.35051442648649],[-72.08799371604563,41.34975842653092],[-72.08592071535725,41.34950642654571],[-72.08612071540598,41.34920642648079],[-72.08672071554135,41.34810642624689],[-72.08668771551847,41.347883426204234],[-72.08588671496055,41.34242542516038],[-72.08562071477492,41.34060642481245],[-72.09150271659999,41.33897042431017],[-72.0973857184253,41.33733442380781],[-72.09842371874733,41.337045423719104],[-72.0994617190694,41.336757423630594],[-72.09993271921515,41.336619423589006],[-72.10236171995271,41.33564942332388],[-72.10250072000646,41.33580542335013],[-72.10231871995538,41.33595542338513],[-72.10215271990894,41.336094423417485],[-72.10193771985118,41.33631842346801],[-72.1017017197888,41.33658342352721],[-72.10164071977273,41.3366524235426],[-72.10146771973099,41.336919423600236],[-72.10134571970474,41.337166423652384],[-72.10119671967581,41.33752542372729],[-72.10082671959998,41.33834342389891],[-72.1002887194942,41.33961542416464],[-72.10027371949134,41.33965242417236],[-72.09985371940876,41.340645424379794],[-72.10009471948871,41.34067342437781],[-72.1002127195293,41.340713424381995],[-72.10069771969648,41.34088542440066],[-72.10209272017605,41.34135542444951],[-72.1027867204162,41.34161842447953],[-72.10299272049137,41.341767424502315],[-72.10345472064367,41.341803424495076],[-72.10534872126773,41.341945424464264],[-72.10521672127078,41.34278942463359],[-72.10519472127103,41.3429254246609],[-72.10513072127254,41.34333542474315],[-72.1051097212732,41.343472424770624],[-72.10509472127282,41.34355542478734],[-72.10505272127274,41.34380442483738],[-72.10503872127275,41.343888424854256],[-72.10503272127325,41.34393342486325],[-72.10501472127498,41.34407242489103],[-72.10500872127554,41.34411842490022],[-72.10499072128003,41.34430842493799],[-72.10493772129401,41.3448814250518],[-72.1049207212989,41.345072425089725],[-72.10491972130046,41.34510742509661],[-72.10491772130577,41.34521642511801],[-72.10491772130773,41.345252425125054],[-72.10491572131093,41.345323425139014],[-72.10496672134175,41.34558442518855],[-72.10504872138223,41.34583742523551],[-72.1051297214205,41.34605542527569],[-72.10519272145184,41.3462544253127],[-72.10543972157303,41.347003425451696],[-72.10553772163199,41.347499425545756],[-72.10560472168197,41.34801642564491],[-72.10565872171686,41.348334425705474],[-72.1057177217603,41.34877842579056],[-72.1057717217922,41.349041425840376],[-72.10577672179453,41.34905442584279],[-72.10582972181861,41.3491794258656]]]},"properties":{"name":6907,"geoid":"09011690700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.10650672203029,41.34902142581372],[-72.10620972193772,41.34909642583759],[-72.10582972181861,41.3491794258656],[-72.10577672179453,41.34905442584279],[-72.1057717217922,41.349041425840376],[-72.1057177217603,41.34877842579056],[-72.10565872171686,41.348334425705474],[-72.10560472168197,41.34801642564491],[-72.10553772163199,41.347499425545756],[-72.10543972157303,41.347003425451696],[-72.10519272145184,41.3462544253127],[-72.1051297214205,41.34605542527569],[-72.10504872138223,41.34583742523551],[-72.10496672134175,41.34558442518855],[-72.10491572131093,41.345323425139014],[-72.10491772130773,41.345252425125054],[-72.10491772130577,41.34521642511801],[-72.10491972130046,41.34510742509661],[-72.1049207212989,41.345072425089725],[-72.10493772129401,41.3448814250518],[-72.10499072128003,41.34430842493799],[-72.10500872127554,41.34411842490022],[-72.10501472127498,41.34407242489103],[-72.10503272127325,41.34393342486325],[-72.10503872127275,41.343888424854256],[-72.10505272127274,41.34380442483738],[-72.10509472127282,41.34355542478734],[-72.1051097212732,41.343472424770624],[-72.10513072127254,41.34333542474315],[-72.10519472127103,41.3429254246609],[-72.10521672127078,41.34278942463359],[-72.10534872126773,41.341945424464264],[-72.10345472064367,41.341803424495076],[-72.10299272049137,41.341767424502315],[-72.1027867204162,41.34161842447953],[-72.10209272017605,41.34135542444951],[-72.10069771969648,41.34088542440066],[-72.1002127195293,41.340713424381995],[-72.10009471948871,41.34067342437781],[-72.09985371940876,41.340645424379794],[-72.10027371949134,41.33965242417236],[-72.1002887194942,41.33961542416464],[-72.10082671959998,41.33834342389891],[-72.10119671967581,41.33752542372729],[-72.10134571970474,41.337166423652384],[-72.10146771973099,41.336919423600236],[-72.10164071977273,41.3366524235426],[-72.1017017197888,41.33658342352721],[-72.10193771985118,41.33631842346801],[-72.10215271990894,41.336094423417485],[-72.10231871995538,41.33595542338513],[-72.10250072000646,41.33580542335013],[-72.10236171995271,41.33564942332388],[-72.10162871966854,41.33481142318245],[-72.1009407194031,41.334048423054334],[-72.1006857193043,41.33375742300523],[-72.10040171919411,41.33343142295017],[-72.10273771991773,41.33276142274668],[-72.10316872005123,41.33263742270904],[-72.10410272034082,41.332374422628654],[-72.10414172036172,41.33252542265702],[-72.10524672070946,41.332308422580326],[-72.10560672082299,41.332242422556256],[-72.10655672112917,41.33218842251627],[-72.10901772192508,41.332099422422665],[-72.10917272199671,41.33248842249406],[-72.1096377222116,41.3336554227082],[-72.1097937222836,41.33404542277974],[-72.11005272241125,41.33484142292762],[-72.11008572242744,41.33494142294617],[-72.11011572244226,41.335034422963446],[-72.11012872244879,41.33507642297128],[-72.11035372255955,41.33576542309923],[-72.11127172298673,41.33812242353234],[-72.11166572317002,41.339133423718096],[-72.11172472319629,41.33926342374174],[-72.11190372327587,41.33965442381273],[-72.11196372330254,41.33978542383653],[-72.11204972334814,41.34010842389712],[-72.11231072348586,41.341077424078755],[-72.11239772353186,41.3414014241395],[-72.1126087236246,41.34184342421951],[-72.11324172390289,41.343169424459525],[-72.11345372399602,41.34361242453969],[-72.11322572393355,41.34382742458885],[-72.1132227239327,41.34382942458932],[-72.11315172391363,41.34390342460601],[-72.11297972386686,41.34407242464442],[-72.11258072375861,41.34446842473431],[-72.11254872374984,41.344498424741175],[-72.1123237236888,41.34472142479181],[-72.11225772367081,41.34478542480638],[-72.11206272361792,41.34497942485039],[-72.11199772360031,41.34504442486513],[-72.11191872357881,41.345121424882656],[-72.11168272351483,41.345356424935964],[-72.1116047234937,41.345434424953645],[-72.11138072343259,41.345650425002866],[-72.1111547233711,41.34587142505314],[-72.11069772324495,41.34628542514834],[-72.11046772318157,41.34649542519657],[-72.11040572316428,41.34654842520887],[-72.11031472313903,41.346628425227344],[-72.1102127231098,41.34670142524479],[-72.110146723091,41.34675042525643],[-72.10997672304205,41.346867425284586],[-72.10986872301099,41.34694242530262],[-72.10975672297891,41.34702242532176],[-72.10946972289636,41.34722142536959],[-72.1093017228482,41.34734042539809],[-72.10890472273215,41.347581425457555],[-72.10815272251402,41.34806942557639],[-72.10749172232336,41.34851742568455],[-72.10728072226185,41.34864842571673],[-72.10711372221202,41.34873142573816],[-72.10678972211606,41.348905425782235],[-72.10650672203029,41.34902142581372]]]},"properties":{"name":6908,"geoid":"09011690800"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.0813217118593,41.312723419483454],[-72.08139971188,41.312637419464195],[-72.08150171190734,41.312529419439876],[-72.08169571197294,41.3125754194429],[-72.08180871201122,41.31260341944489],[-72.08426171277965,41.3120574192621],[-72.09140571501766,41.31047041873033],[-72.09140571501425,41.310407418717986],[-72.09131671490547,41.308939418433056],[-72.09327071546141,41.30747241808517],[-72.0977097167569,41.30473841741214],[-72.09886371703806,41.303004417036625],[-72.1001627173994,41.30187841677577],[-72.10016371739978,41.30187941677594],[-72.10128971790964,41.30451941725854],[-72.10147371799299,41.30495141733751],[-72.10154771801646,41.30494041733305],[-72.10187871812147,41.30489141731323],[-72.10221071822681,41.30484241729336],[-72.10242571829882,41.30488041729415],[-72.10264071837078,41.30491741729475],[-72.10279971842401,41.30494541729532],[-72.10285871844206,41.304924417289385],[-72.10342471861559,41.30472941723367],[-72.10390571879556,41.30516141730346],[-72.10360171872914,41.30575841742985],[-72.10353271870642,41.305753417431],[-72.10287371848976,41.305711417443156],[-72.10267171843334,41.30588241748292],[-72.10246971837692,41.306053417522676],[-72.10202571825297,41.30643041761028],[-72.10175471818141,41.30673541767843],[-72.10168471816299,41.30681541769628],[-72.10134771813297,41.308279417993596],[-72.10137671814982,41.30841541801935],[-72.10145671819825,41.308827418097614],[-72.10157171824757,41.30904641813698],[-72.10193371837931,41.30930341817614],[-72.10198971839978,41.309344418182434],[-72.10121471819404,41.31019741837357],[-72.1013317182573,41.310660418460664],[-72.10139871829313,41.31091841850915],[-72.10059871805086,41.31124941859875],[-72.10063771808535,41.311650418676116],[-72.10058271814957,41.3131594189735],[-72.10243471888126,41.31553341938137],[-72.10318171918925,41.31672741959219],[-72.10322871921107,41.316847419614234],[-72.10333171925895,41.31711141966279],[-72.10343471930678,41.317374419711136],[-72.10366571939983,41.31770341976844],[-72.10384871947822,41.318049419830565],[-72.10405271958437,41.31878041996747],[-72.10422671965617,41.319059420016735],[-72.10432271970417,41.31936742007411],[-72.10450371976991,41.319493420093195],[-72.10491871991483,41.319675420116006],[-72.10497671993824,41.31975842013047],[-72.10498471995064,41.31993842016549],[-72.10505771998156,41.32007042018908],[-72.10523272004733,41.32023242021541],[-72.10533472009516,41.32050142026494],[-72.10533472010201,41.32062742028963],[-72.10523272007748,41.320786420323934],[-72.10525472008763,41.320841420334034],[-72.10516772006655,41.32097442036277],[-72.10517372007189,41.321036420374725],[-72.10518172007798,41.32110042038703],[-72.10526972011726,41.321296420422705],[-72.10512272008883,41.32165242049699],[-72.10510272008504,41.3217024205074],[-72.10508072008518,41.32183642053433],[-72.10509772009225,41.32186442053929],[-72.10516072011846,41.321969420557906],[-72.10541572021056,41.32213742058292],[-72.10563172030595,41.32259842066655],[-72.10863672160876,41.328568421742936],[-72.10849172166301,41.330430422112094],[-72.1085967217153,41.33076342217405],[-72.10891172187239,41.33176542236053],[-72.10901772192508,41.332099422422665],[-72.10655672112917,41.33218842251627],[-72.10560672082299,41.332242422556256],[-72.10524672070946,41.332308422580326],[-72.10414172036172,41.33252542265702],[-72.10410272034082,41.332374422628654],[-72.10316872005123,41.33263742270904],[-72.10273771991773,41.33276142274668],[-72.10040171919411,41.33343142295017],[-72.1006857193043,41.33375742300523],[-72.1009407194031,41.334048423054334],[-72.10162871966854,41.33481142318245],[-72.10236171995271,41.33564942332388],[-72.09993271921515,41.336619423589006],[-72.0994617190694,41.336757423630594],[-72.09842371874733,41.337045423719104],[-72.0973857184253,41.33733442380781],[-72.09150271659999,41.33897042431017],[-72.08562071477492,41.34060642481245],[-72.08556071474018,41.34032642475946],[-72.08538071463585,41.339486424600544],[-72.0853207146011,41.33920642454757],[-72.0850567144203,41.33746342421442],[-72.08498171436895,41.33696842411978],[-72.08459871410605,41.3344284236342],[-72.08396871367397,41.330255422836366],[-72.0838777136114,41.32964942272048],[-72.08375471352704,41.32883442256465],[-72.08363171344261,41.32801842240862],[-72.0832627131898,41.32557842194207],[-72.08316871312556,41.3249594218237],[-72.08289471293742,41.32313942147564],[-72.08210871239847,41.31793142047961],[-72.08200271232599,41.31723242034591],[-72.08178371217585,41.31578142006839],[-72.0813217118593,41.312723419483454]]]},"properties":{"name":6909,"geoid":"09011690900"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.94327067348144,41.4336544474073],[-71.94319267346184,41.433761447430605],[-71.94294567339227,41.433962447477505],[-71.9428796733768,41.43407344750123],[-71.94285767338577,41.434370447559964],[-71.942857673386,41.43437444756074],[-71.94269667334527,41.43459044760791],[-71.94257367331677,41.43480344765334],[-71.94258767333235,41.43500644769259],[-71.94277067340428,41.43523244773112],[-71.9428366734354,41.43540944776368],[-71.94285067346271,41.43582844784513],[-71.94287967348053,41.43598244787436],[-71.94289467348912,41.43605044788717],[-71.94330367365892,41.43672244800592],[-71.94334667367674,41.43679244801827],[-71.94353567375887,41.43717044808634],[-71.94373867384209,41.43748444814146],[-71.94371267383605,41.43752944815105],[-71.94363767381896,41.43766444817974],[-71.9436126738133,41.437710448189506],[-71.9435616738005,41.43778044820475],[-71.94341167376308,41.4379914482506],[-71.94336167375064,41.43806244826603],[-71.94292567361957,41.438264448318904],[-71.94285167359733,41.43829944832804],[-71.94265967355348,41.438643448401166],[-71.94261867356589,41.43911744849505],[-71.94242867352837,41.43956644858866],[-71.94242567352788,41.4395754485905],[-71.94241367354951,41.44004544868273],[-71.94260367362948,41.44037744874176],[-71.94263467364691,41.440512448767194],[-71.94272667369859,41.44091144884233],[-71.94289367377888,41.4413874489302],[-71.94319467387973,41.44143844893092],[-71.94352967398413,41.4413504489034],[-71.94365667402377,41.44131844889325],[-71.94374567405195,41.441303448887574],[-71.94404167414565,41.441252448868504],[-71.94413267417454,41.441238448862954],[-71.9442246742037,41.441223448857194],[-71.94452367429857,41.44117644883881],[-71.94532367457255,41.44142044886186],[-71.94537467458998,41.441435448863224],[-71.945830674752,41.44168244889744],[-71.94617267490366,41.442422449031525],[-71.94660967509725,41.44336344920195],[-71.94671067519423,41.44454144942902],[-71.94682367527835,41.44541144959553],[-71.9470556754077,41.44639944978144],[-71.94832967589063,41.44764544998566],[-71.94935267631018,41.449229450263644],[-71.94935067631073,41.449251450267994],[-71.94932267631965,41.44958345033371],[-71.9491516763783,41.451685450749636],[-71.94905567635605,41.451851450785014],[-71.94895267633215,41.45202945082297],[-71.94884867630796,41.45220745086095],[-71.94870167626783,41.45235045089342],[-71.9486666762702,41.45260345094392],[-71.94872467630785,41.45294845100954],[-71.94874767634163,41.453431451103185],[-71.94865967633994,41.45392745120279],[-71.94815267633106,41.45680045177962],[-71.94813167633069,41.4569194518035],[-71.94781567626008,41.45751445192947],[-71.94743967617624,41.458225452079915],[-71.94773367633627,41.459405452301375],[-71.94789767642531,41.46005945242405],[-71.94828367661847,41.46129645265375],[-71.94880267687792,41.46295545296181],[-71.94944267719823,41.46500745334282],[-71.9496276772907,41.46559845345256],[-71.94982967739178,41.466245453572675],[-71.95015267753921,41.467019453713874],[-71.9501616775432,41.467039453717504],[-71.95097567793711,41.46940045415348],[-71.95116067802654,41.469935454252244],[-71.95116267802752,41.46994145425336],[-71.95119167804134,41.47002145426809],[-71.95125367807091,41.47019345429977],[-71.95232567860782,41.4736354549388],[-71.9530876789893,41.4760784553923],[-71.95311467900275,41.47616345540807],[-71.95554568022031,41.4839634568558],[-71.95661868075781,41.48740645749476],[-71.95692068091336,41.48845345768978],[-71.95696768093757,41.488616457720155],[-71.95707968099512,41.48900245779204],[-71.95801568147726,41.49224745839646],[-71.95836568165743,41.493458458621994],[-71.95845168170214,41.49376445867906],[-71.95870968183651,41.49468545885083],[-71.95879668188161,41.49499245890805],[-71.95892068194723,41.49545445899438],[-71.95929468214497,41.49684345925388],[-71.95941968221098,41.49730645934037],[-71.95969168234144,41.49807245948144],[-71.95975068236987,41.49824045951241],[-71.96027268261994,41.49970445978197],[-71.96041568268849,41.500106459855985],[-71.9606866828241,41.50097246001659],[-71.96071268283711,41.501055460031985],[-71.96100968298565,41.50200246020758],[-71.9612086830973,41.50285946036863],[-71.96147968324902,41.50402046058678],[-71.96177968341709,41.5053074608286],[-71.9618076834329,41.505429460851545],[-71.96191468349284,41.505888460937776],[-71.96200768354495,41.50628746101275],[-71.96204368356575,41.50645346104403],[-71.96389668460749,41.514465462549644],[-71.96389968460936,41.514481462552666],[-71.9643036848354,41.51620746287683],[-71.96551768551419,41.52138546384915],[-71.96592268574058,41.5231114641732],[-71.96651368607122,41.5256344646469],[-71.96722768647025,41.52867446521758],[-71.96458968559094,41.528324465230796],[-71.96261468493256,41.528061465240505],[-71.96004568407626,41.52772146525352],[-71.95727968315423,41.527353465267126],[-71.95658868292387,41.52726146527052],[-71.94898368038857,41.52624746530747],[-71.9474456798759,41.52604346531514],[-71.94621867946688,41.5258804653212],[-71.94509767909328,41.52573346532713],[-71.94173467797256,41.525292465344855],[-71.9406146775993,41.52514546535072],[-71.93907767708743,41.524950465360085],[-71.93446767555234,41.524368465388726],[-71.93293167504086,41.52417446539823],[-71.92966567395284,41.523753465416796],[-71.91986967068934,41.522490465472316],[-71.91660466960161,41.52206946549078],[-71.91385566868549,41.52170946550522],[-71.9056086659371,41.52062946554846],[-71.90286066502131,41.520270465563016],[-71.90025366415234,41.51992646557615],[-71.89243466154622,41.51889646561579],[-71.88982866067762,41.518553465629026],[-71.88933266051258,41.518493465632574],[-71.88784566001792,41.51831546564358],[-71.88735065985327,41.5182564656473],[-71.8851386591162,41.517969465659334],[-71.8828416583509,41.51767246567202],[-71.87908965710074,41.51718646569254],[-71.87850565690613,41.51711046569568],[-71.87629565616977,41.51682446570779],[-71.87609665610346,41.51679846570884],[-71.8754996559045,41.51672046571198],[-71.8753016558385,41.51669446571298],[-71.87451365557594,41.51659246571729],[-71.87366165529086,41.51645946571754],[-71.86875265364819,41.51569546571932],[-71.86711665310078,41.51544146572001],[-71.86637465285322,41.51533946572289],[-71.864149652111,41.51503546573191],[-71.86340865186382,41.51493446573496],[-71.86313365177237,41.51490246573717],[-71.86230865149824,41.51480946574437],[-71.86203365140686,41.51477846574677],[-71.86074965097927,41.5146164657546],[-71.8583246501718,41.51431246576973],[-71.85690064969762,41.51413346577853],[-71.85561864927071,41.51397246578648],[-71.85395564871709,41.513766465797325],[-71.8489676470566,41.513148465829836],[-71.84730564650327,41.51294246584064],[-71.84573464597473,41.5126454658309],[-71.8411916444505,41.51186446581789],[-71.83157964125589,41.51077146589936],[-71.82809764009325,41.51027646590951],[-71.8277406399738,41.51022146590972],[-71.82738263985405,41.51016646590996],[-71.82682863966866,41.51008046591016],[-71.82627463948334,41.50999546591054],[-71.82557863925052,41.50988846591099],[-71.82509663908982,41.50982446591328],[-71.82365363860887,41.50963546592062],[-71.82317263844855,41.50957246592308],[-71.82111063776057,41.50928946593103],[-71.81492463569668,41.508440465954855],[-71.8128636350091,41.50815846596294],[-71.81107663441372,41.50792846597279],[-71.80571663262789,41.50723946600245],[-71.80393063203289,41.507010466012424],[-71.80177663131613,41.506750466027604],[-71.79531462916593,41.50597146607335],[-71.79316062844924,41.50571246608871],[-71.79322262845513,41.50544746603508],[-71.79322462845327,41.50540146602603],[-71.79326662841316,41.504407465830724],[-71.79335862832689,41.50225946540858],[-71.79341662827579,41.500966465154384],[-71.79343962825655,41.50047246505725],[-71.79350262820614,41.49916146479937],[-71.79353362818124,41.4985144646721],[-71.79362862810727,41.496575464290615],[-71.79366062808276,41.495929464163495],[-71.7936986280524,41.4951394640081],[-71.79377562799237,41.493566463698585],[-71.79381462796209,41.49277146354216],[-71.79385362793211,41.491982463386904],[-71.7939636278468,41.48974246294612],[-71.79400762781137,41.488822462765114],[-71.79401862780263,41.48859446272025],[-71.79405262777671,41.48791046258564],[-71.79453862747204,41.479346460898114],[-71.79467962738376,41.476863460408794],[-71.79471762735965,41.47618846027576],[-71.79477862732078,41.47510146006155],[-71.79496362720494,41.47184245941922],[-71.79502562716647,41.47075645920514],[-71.79510362711828,41.46939445893665],[-71.79533762697379,41.46530845813111],[-71.79541562692562,41.4639464578626],[-71.7954616268979,41.46315545770661],[-71.79560062681502,41.460782457238636],[-71.79564762678767,41.45999245708281],[-71.79584062671415,41.45746645658325],[-71.79629662654195,41.451524455407906],[-71.79636362647545,41.44988845508607],[-71.79638862644985,41.44926345496312],[-71.79646862637308,41.44735845458829],[-71.79650362633845,41.44650545442046],[-71.7966096262349,41.44394645391693],[-71.79664562620063,41.44309445374926],[-71.79664962619552,41.44297545372587],[-71.79666462618124,41.44262045365599],[-71.79666962617651,41.442502453632784],[-71.79667062617575,41.44248245362882],[-71.79667162617399,41.442443453621166],[-71.79667862616682,41.442268453586756],[-71.79668162616466,41.44221045357531],[-71.79668462616095,41.44212345355822],[-71.79669562615065,41.44186645350763],[-71.79669962614733,41.4417804534907],[-71.79669962614598,41.44175545348582],[-71.7967026261429,41.441680453471065],[-71.79670362614192,41.44165645346633],[-71.79670862613672,41.44152945344135],[-71.79672462612159,41.44115245336715],[-71.79673062611674,41.44102645334233],[-71.79673062611616,41.44101545334017],[-71.79673162611469,41.44098245333369],[-71.79673262611446,41.44097245333172],[-71.7967376261093,41.44084645330691],[-71.79675262609402,41.44047245323334],[-71.79675862608923,41.44034745320872],[-71.79675962608717,41.44030345320008],[-71.79676562608232,41.44017745317526],[-71.79676562608216,41.44017445317467],[-71.79676762608057,41.440132453166406],[-71.79677862606883,41.439848453110514],[-71.79681362603425,41.438996452942874],[-71.79682562602291,41.438713452887164],[-71.79687262597788,41.43759545266712],[-71.79688062596469,41.437302452609586],[-71.79690262592815,41.43649245245052],[-71.7969106259128,41.436159452385155],[-71.79693862586814,41.43516245218933],[-71.79694862585349,41.4348304521241],[-71.79697162581432,41.433965451954265],[-71.79697962580323,41.43371145190435],[-71.79707662570867,41.43137245144394],[-71.7971126256738,41.43050845127389],[-71.79714762564092,41.42968745111225],[-71.79725362554282,41.42722745062787],[-71.79728662551281,41.42647145047899],[-71.79728762550967,41.42640745046644],[-71.79728762550843,41.426384450461946],[-71.79729662550183,41.42620745042704],[-71.79732662547941,41.425610450309364],[-71.79733762547228,41.4254114502701],[-71.79734962546237,41.42515545021966],[-71.79736062545366,41.42492745017472],[-71.79736162545271,41.42490345016999],[-71.79738062543818,41.424519450094316],[-71.79738662543319,41.424390450068906],[-71.79739862542336,41.42413545001865],[-71.79746262537175,41.4227914497538],[-71.79765562521729,41.41875944895915],[-71.79771662516974,41.417508448712546],[-71.7977206251661,41.41741644869442],[-71.79772362516317,41.417344448680254],[-71.79773862515093,41.417026448617584],[-71.79774262514825,41.41695244860299],[-71.79774462514706,41.41691844859626],[-71.79774762514394,41.416842448581306],[-71.79774562513752,41.41673544856042],[-71.79812062525691,41.41668244853861],[-71.79839162533302,41.41645544848591],[-71.79926862559324,41.415979448366],[-71.79951362566592,41.4158464483325],[-71.79985262577185,41.41576144830552],[-71.80023662589186,41.415665448275014],[-71.80073962604914,41.41554144823537],[-71.80143962627795,41.41555344821636],[-71.80169362636614,41.41565344822815],[-71.8017266263776,41.415666448229686],[-71.802065626504,41.415961448277045],[-71.80208362651796,41.416111448305834],[-71.80249762667232,41.41647144836363],[-71.80290762683201,41.41695444844559],[-71.80325362696426,41.41731544850565],[-71.80368462711127,41.417436448516156],[-71.80434862732129,41.41731744847259],[-71.80517762758208,41.41714244841303],[-71.80581062777424,41.41687944834223],[-71.80588162779577,41.41684944833419],[-71.80589562780006,41.416844448332775],[-71.80610862786739,41.41680544831865],[-71.8061856278918,41.41679244831375],[-71.80681262809019,41.41668144827288],[-71.80696062814144,41.416737448279314],[-71.80723762823742,41.41684244829138],[-71.807754628425,41.41719644834484],[-71.80805262853289,41.41739544837467],[-71.80857662871195,41.417548448388594],[-71.80908762889068,41.4177744484172],[-71.80921262893446,41.41783044842432],[-71.80979162914012,41.418144448468034],[-71.81050062939201,41.41852944852169],[-71.81073762947497,41.41863544853519],[-71.81145462972611,41.41895844857646],[-71.81215062996719,41.41922144860664],[-71.81290063022195,41.41941244862109],[-71.81379863051546,41.419427448596565],[-71.81400463058284,41.41943144859104],[-71.81486363086618,41.419493448576915],[-71.81488963087477,41.419495448576505],[-71.81495363089634,41.4195084485771],[-71.8152246309878,41.41956644858015],[-71.81527363100436,41.41957744858082],[-71.81531563101844,41.419584448580906],[-71.81612063128844,41.419725448583876],[-71.81641163138751,41.41980344859022],[-71.81690463155532,41.41993544860099],[-71.81808863193723,41.419860448550104],[-71.819389632348,41.4196144484622],[-71.81971663245038,41.41953644843695],[-71.82033063264265,41.41939044838962],[-71.82070663274841,41.419079448317284],[-71.82077363276724,41.41902344830428],[-71.82097463282369,41.41885544826527],[-71.82104263284288,41.41880044825243],[-71.8217656330492,41.41825644812391],[-71.82276763335484,41.41786844801737],[-71.82336963353272,41.41752844793244],[-71.823418633546,41.41747844792116],[-71.82373163363786,41.41729044787483],[-71.82387363367778,41.4171724478474],[-71.82398163370564,41.41703644781749],[-71.82414663374519,41.41677244776079],[-71.8242736337592,41.41626544765774],[-71.82430463374642,41.41584144757383],[-71.82438463375243,41.41546944749862],[-71.82457363380185,41.41524344744863],[-71.82492063390013,41.41496944738441],[-71.8253846340366,41.414695447316625],[-71.82593663421159,41.41460444728193],[-71.82612863427251,41.41457344726999],[-71.82721863462383,41.414500447222366],[-71.82790263483825,41.41434244717054],[-71.8292886352602,41.41379044702017],[-71.83062863566444,41.4131884468614],[-71.83141263589908,41.41280144676171],[-71.83184363603021,41.41262844671466],[-71.83341663650651,41.4119544465347],[-71.83410763671208,41.41159044644234],[-71.83456063686036,41.41160244643083],[-71.83465863689246,41.41160544642842],[-71.83498663701037,41.41180944645829],[-71.83523863710033,41.41195444647895],[-71.83567163725338,41.41217544650894],[-71.83579763729796,41.412240446517806],[-71.8363856374897,41.41224244650021],[-71.83688363765168,41.41223644648379],[-71.83789063799365,41.412491446502855],[-71.83925863843449,41.4123984464428],[-71.8393986384772,41.412344446427944],[-71.8396976385685,41.41223044639651],[-71.84038863875902,41.41158844624975],[-71.8404406387734,41.41154044623878],[-71.84054863880552,41.411483446224324],[-71.84106363895891,41.41121644615632],[-71.84123563901018,41.41112744613363],[-71.84163263912838,41.410920446081],[-71.84177163916974,41.41084744606246],[-71.84202963924665,41.41071444602855],[-71.84242663935196,41.41026844592914],[-71.84262763939029,41.40976544582458],[-71.84260763937557,41.409613445795465],[-71.84257663935288,41.40938044575082],[-71.8424996392954,41.408780445635784],[-71.84249663929376,41.40876844563352],[-71.84249063928992,41.40873344562687],[-71.84248863928867,41.40872244562477],[-71.84257663931761,41.40872744562306],[-71.8427346393696,41.40873644561998],[-71.84289163942118,41.40874444561673],[-71.84294563943895,41.40874744561568],[-71.84296363944487,41.40874844561533],[-71.84431863989047,41.40882244558832],[-71.84477664004109,41.4088474455792],[-71.8449536400992,41.40885544557535],[-71.84561664032351,41.40900844558497],[-71.84634964057165,41.409179445596],[-71.84664664067216,41.40924844560041],[-71.84694464077302,41.4093174456048],[-71.84703664080403,41.40933644560569],[-71.84712264083323,41.40935844560737],[-71.8481246411723,41.40959044562208],[-71.84896164145565,41.409785445634604],[-71.84919264153432,41.40984844563987],[-71.84928564156596,41.40987344564191],[-71.84937764159729,41.40989844564397],[-71.85027064190139,41.41014044566398],[-71.85420064323986,41.41120844575258],[-71.85551164368634,41.41156444578206],[-71.8556916437472,41.41160544578459],[-71.85588464381256,41.41165044578748],[-71.85623464393095,41.4117304457924],[-71.85641564399221,41.41177244579507],[-71.85870764476454,41.41224244581682],[-71.86291064618095,41.413106445857075],[-71.86300664621332,41.41312644585804],[-71.86310364624602,41.41314644585898],[-71.86558464708207,41.413655445882526],[-71.86787764785478,41.41412644590438],[-71.86810864793283,41.414177445907285],[-71.86880164816698,41.414331445916154],[-71.86903364824542,41.414383445919235],[-71.87028564867153,41.414718445946384],[-71.87404264995028,41.41572444602798],[-71.87452465011434,41.41585344603844],[-71.87529965037723,41.41604444605204],[-71.87821365136745,41.41679444610938],[-71.88695865433903,41.419044446281205],[-71.88987365532958,41.419794446338436],[-71.89101565571868,41.420107446364604],[-71.89354565657736,41.42073944641056],[-71.8942466568154,41.42091644642365],[-71.89604765742682,41.42136944645695],[-71.89656065760103,41.42149944646664],[-71.90073865901951,41.42255144654409],[-71.90080565904228,41.42256844654535],[-71.90355565997598,41.42326144659642],[-71.90605866082582,41.423892446642945],[-71.91513366391122,41.426256446826365],[-71.92345266673968,41.42842444699454],[-71.92780566821966,41.4295584470824],[-71.93089966927207,41.43037244714637],[-71.93441967046945,41.43130044721951],[-71.94017767242886,41.43283144734161],[-71.94327067348144,41.4336544474073]]]},"properties":{"name":7071,"geoid":"09011707100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.04504571345687,41.55808346853984],[-72.04516371349595,41.558094468538336],[-72.04524771352374,41.55810146853709],[-72.0453077135435,41.558105468536006],[-72.0456857136684,41.55813546853013],[-72.04592871374874,41.558155468526486],[-72.04632671387972,41.55817746851844],[-72.046554713954,41.55817646851114],[-72.04689271406295,41.558153468496194],[-72.04711771413437,41.5581184684824],[-72.04759871428531,41.558011468446644],[-72.04770371431765,41.557976468436564],[-72.0477767143399,41.55794846842883],[-72.04788771437379,41.557906468417215],[-72.04814871445257,41.55779146838673],[-72.04822071447386,41.5577514683767],[-72.04842771453502,41.55763646834788],[-72.04850471455731,41.55758546833556],[-72.04874671462741,41.557425468296884],[-72.0490837147234,41.55717246823717],[-72.04927771477581,41.556975468192775],[-72.0493287147897,41.55692546818145],[-72.04951271483978,41.55674546814068],[-72.04955271485062,41.55670546813166],[-72.04967371488354,41.55658646810471],[-72.04971471489476,41.55654746809584],[-72.05020971502701,41.55601746797728],[-72.05034971506447,41.555868467943895],[-72.05048271509975,41.55572146791115],[-72.0505767151246,41.555616467887766],[-72.0506157151353,41.55557946787937],[-72.0506847151607,41.555632467887555],[-72.05075471518458,41.55565146788907],[-72.05082271520895,41.55569146789475],[-72.05093571525073,41.555781467908766],[-72.05097771526658,41.555820467915055],[-72.05105571529609,41.55589446792707],[-72.05122771536223,41.55607746795738],[-72.05149871546911,41.556414468014594],[-72.05181071559461,41.556846468089056],[-72.0519347156445,41.5570184681187],[-72.05208371570271,41.55719346814816],[-72.05211771571604,41.557234468155094],[-72.05221071575154,41.55732846817051],[-72.0523257157954,41.55744446818954],[-72.05249971585907,41.55757046820869],[-72.05262871590575,41.55765446822103],[-72.05265271591439,41.55766946822321],[-72.0528097159712,41.5577714682382],[-72.05319271610972,41.558019468274615],[-72.0532057161144,41.558027468275775],[-72.05395471638634,41.5585314683507],[-72.05431971652014,41.558800468391745],[-72.05459471662097,41.559003468422745],[-72.05468971665564,41.55907046843284],[-72.05494771675005,41.55925746846127],[-72.05535471689903,41.55955346850627],[-72.05571371703144,41.559832468549466],[-72.05596671712472,41.56002846857979],[-72.05612371718317,41.560160468600614],[-72.05630771725161,41.56031446862489],[-72.05649271731757,41.560416468639005],[-72.05665271737222,41.560461468642806],[-72.05685071743986,41.560517468647575],[-72.05691171746034,41.560528468647824],[-72.05711271752644,41.56053846864353],[-72.05714771753796,41.56054046864283],[-72.05746371763993,41.56052146862933],[-72.05767271770743,41.5605094686205],[-72.0579187177861,41.560481468607406],[-72.05818871787106,41.56042546858813],[-72.05877471805292,41.56025846853741],[-72.0589557181098,41.560219468524195],[-72.05904871813946,41.56020746851897],[-72.05927471821286,41.560202468510994],[-72.05944371826781,41.560199468505154],[-72.05962371832754,41.560218468503265],[-72.05980071838735,41.56025646850517],[-72.05988371841535,41.56027346850591],[-72.05993571843328,41.56029146850779],[-72.06015371850877,41.56037146851661],[-72.06024871854166,41.56040646852048],[-72.06054671864592,41.56053546853635],[-72.06075771872023,41.56063546854926],[-72.06086571875791,41.56068046855466],[-72.06094771878625,41.560709468557775],[-72.06097871879696,41.56072046855896],[-72.06122571888118,41.56078746856434],[-72.06143371895215,41.56084446856899],[-72.0615227189823,41.560865468570306],[-72.06179471907369,41.560914468571404],[-72.06189771910816,41.560930468571335],[-72.06216071919621,41.56097246857134],[-72.06236671926543,41.56100946857214],[-72.06280671941019,41.56103346856315],[-72.06292271944797,41.56103246855936],[-72.06303871948535,41.561024468554194],[-72.06315371952212,41.56101146854811],[-72.06372471970296,41.56091446851148],[-72.06394571977359,41.560888468499556],[-72.06454671996579,41.56082046846766],[-72.06462971999214,41.56080746846253],[-72.06482272005313,41.56077246844973],[-72.06496172009714,41.56074846844075],[-72.06539172023062,41.56062646840363],[-72.06544672024772,41.560611468399],[-72.06557772028785,41.56056446838579],[-72.06585672037464,41.56048846836232],[-72.06591972039423,41.56047146835705],[-72.06634572052808,41.5603794683259],[-72.06668672063617,41.56032346830441],[-72.06670772064285,41.56032046830318],[-72.06699672073555,41.56029246828874],[-72.06716272078872,41.56027546828028],[-72.06742272087234,41.56025446826812],[-72.06835872117641,41.56023446823516],[-72.06897172137798,41.560265468222156],[-72.06916272144372,41.56032846822849],[-72.0690087214004,41.56045346825762],[-72.06881072134387,41.560599468292196],[-72.06814172115322,41.56109846841014],[-72.06796472110352,41.56124346844388],[-72.0677597210463,41.56141846848433],[-72.06750272097462,41.56163846853514],[-72.06742472095314,41.56171046855159],[-72.06732672092703,41.56181646857528],[-72.06716272088353,41.56199746861562],[-72.06704472085325,41.5621464686483],[-72.0669557208305,41.56226046867326],[-72.06690172081672,41.56232946868837],[-72.06675172077986,41.56254846873566],[-72.06641172069654,41.5630484688436],[-72.06624672065435,41.563259468889804],[-72.0661167206195,41.563396468920516],[-72.06611272061852,41.5634024689218],[-72.06593872056999,41.56355146895623],[-72.06584472054321,41.56362146897278],[-72.06565472048902,41.56376246900612],[-72.06565072048792,41.563766469007035],[-72.06510672033177,41.56415146909889],[-72.06507172032134,41.564169469103476],[-72.06490972027343,41.56425846912585],[-72.06486572026056,41.564285469132486],[-72.06487872026689,41.56432346913947],[-72.06490372027902,41.564395469152714],[-72.06492772029306,41.56450846917397],[-72.06493472030203,41.564630469197496],[-72.06492972032537,41.565083469285874],[-72.06495072036041,41.56559546938491],[-72.06494372036681,41.56575346941588],[-72.0649387203739,41.5659114694468],[-72.06489872038453,41.56634146953178],[-72.06477872039726,41.56728346971891],[-72.06472172040625,41.567784469818214],[-72.06466672043497,41.568631469984844],[-72.06462472044413,41.569046470066944],[-72.06456872045037,41.56949147015533],[-72.0645047204483,41.5698324702237],[-72.06442472043989,41.57015347028867],[-72.0643907204365,41.57029347031699],[-72.06434272042841,41.57043047034515],[-72.06421972040515,41.57073647040854],[-72.06398772035946,41.571280470521664],[-72.06389172033923,41.57148147056377],[-72.06387372033568,41.571523470572515],[-72.06394572036278,41.57158947058311],[-72.06430072049496,41.57188747063011],[-72.06450672057193,41.57206547065836],[-72.06469972064404,41.57223247068488],[-72.06477272067198,41.57230747069723],[-72.0649237207329,41.572519470733795],[-72.06523572086489,41.573068470830975],[-72.06531572089769,41.57319047085224],[-72.06600672117067,41.57405547099918],[-72.06619472124486,41.57428947103888],[-72.06646272135262,41.57465947110257],[-72.06650472136995,41.57472547111414],[-72.06677272149261,41.57536547123038],[-72.0670947216398,41.576131471369486],[-72.06726372171829,41.576555471446774],[-72.06754972185243,41.57729747158232],[-72.06780072196999,41.57794547170066],[-72.06783872198656,41.578021471714266],[-72.06801372206876,41.578477471797584],[-72.06806672209332,41.57860947182163],[-72.06829672219968,41.57917847192523],[-72.06862372235354,41.58003547208189],[-72.06874372240921,41.58033547213654],[-72.06885872245816,41.58054347217345],[-72.06889172247135,41.58058747218099],[-72.06904472253225,41.58078747221516],[-72.06925372261624,41.581074472264525],[-72.06931672264174,41.58116447228009],[-72.06942672268504,41.581299472302945],[-72.0696727227829,41.58161947235758],[-72.06987972286525,41.58188847240351],[-72.07022972300214,41.582301472473],[-72.07075472321044,41.582974472587665],[-72.07111072335171,41.58343147266554],[-72.07058972320476,41.583847472762706],[-72.0705027231761,41.58384247276443],[-72.07026072310718,41.584023472807175],[-72.07031672313668,41.58422747284514],[-72.07035572315723,41.584369472871565],[-72.07028272314577,41.584593472917426],[-72.07031972317543,41.58491247297836],[-72.07028272317092,41.585049473006165],[-72.07029772318577,41.58523047304092],[-72.07021772316968,41.585411473078636],[-72.0701297231467,41.585515473101616],[-72.06955972298172,41.585894473193065],[-72.06915072287525,41.58638247330075],[-72.06913772287129,41.58638747330214],[-72.06888772279618,41.58650347333247],[-72.06825172259724,41.58665747338222],[-72.06815672256865,41.58670047339353],[-72.0681097225564,41.58675647340589],[-72.06802472253442,41.586860473428786],[-72.06801772253667,41.586942473444935],[-72.06806172256793,41.58724947350332],[-72.06816372261238,41.58745247353965],[-72.06828072265627,41.587556473556255],[-72.06834672268359,41.58766147357463],[-72.06836872269737,41.58778147359731],[-72.06834672269626,41.587891473619386],[-72.0683577227097,41.58807047365388],[-72.0683827227407,41.58848447373367],[-72.06850772281047,41.58901047383213],[-72.06851172281597,41.5890864738468],[-72.06853672284959,41.58954847393593],[-72.06870472296006,41.59055847412725],[-72.06879972300948,41.590892474189275],[-72.06874872300378,41.59109047422938],[-72.06868272298858,41.59120547425381],[-72.06837572289393,41.591304474282616],[-72.0683177228783,41.59136447429609],[-72.06828072287082,41.5914474743134],[-72.06827372287333,41.59153447433053],[-72.06829572289931,41.59187547439621],[-72.06838272294307,41.5921544744478],[-72.06851472299671,41.59234647448105],[-72.06851972299894,41.59235747448303],[-72.06860272303513,41.592522474512556],[-72.06861672304663,41.59264847453663],[-72.06858772305532,41.592977474601554],[-72.0686537230817,41.59306547461664],[-72.06890172317047,41.59320847463673],[-72.06892372318431,41.5933294746596],[-72.0688917231761,41.593369474668386],[-72.06882172315801,41.59345547468729],[-72.06903372324555,41.59378947474568],[-72.06905572325759,41.593877474762124],[-72.06899672324744,41.59404247479606],[-72.06893872323306,41.59412447481381],[-72.06885072321495,41.59431647485391],[-72.06882172321883,41.59455847490189],[-72.06874872320347,41.59471147493393],[-72.06860272316342,41.594848474965126],[-72.0684347231244,41.59513447502599],[-72.06812772304788,41.59556247511881],[-72.0681037230438,41.59563047513278],[-72.06808372304047,41.595688475144684],[-72.06810572305251,41.595776475161124],[-72.06819272308906,41.59592447518721],[-72.06819272309208,41.595979475197915],[-72.06785672299308,41.596171475245704],[-72.06777672296847,41.596198475253445],[-72.067571722911,41.5963684752929],[-72.06736672286654,41.596774475378254],[-72.06700172276962,41.59717547546762],[-72.06681872272202,41.59739447551592],[-72.06673072271147,41.597723475582654],[-72.06670972271709,41.597949475627274],[-72.0666287227024,41.59816247567124],[-72.0664677226605,41.59835447571359],[-72.06635872262979,41.598442475734096],[-72.06617572257531,41.59853647575807],[-72.06596372253037,41.598975475850054],[-72.06569272244954,41.599112475885136],[-72.06553272240336,41.59922147591132],[-72.06553272240882,41.59932047593058],[-72.06556172242134,41.59937547594038],[-72.0655837224364,41.59951847596751],[-72.0652617223504,41.59986347604464],[-72.06515972232835,41.60006647608729],[-72.06520372235057,41.60020947611375],[-72.06534972240608,41.60035247613703],[-72.06540772243862,41.60059947618328],[-72.06547372246676,41.60071947620456],[-72.06572972255843,41.60086747622541],[-72.06589072262005,41.601032476252506],[-72.06632872277774,41.60130147629121],[-72.06646772283037,41.60143347631257],[-72.06649472284604,41.60155847633605],[-72.06651872285968,41.60166347635573],[-72.06655572287538,41.601729476367424],[-72.06652672286957,41.60179547638115],[-72.06602172271606,41.60199847643635],[-72.06600772271392,41.60204247644534],[-72.0660297227253,41.602118476459445],[-72.06599972271948,41.60219047647438],[-72.06588272268706,41.60229447649825],[-72.0657147226368,41.60237647651942],[-72.06559072259668,41.60238247652444],[-72.06536372252567,41.60243747654219],[-72.0651887224831,41.60270047659879],[-72.06497672242969,41.60298547666082],[-72.06485272239263,41.60304647667654],[-72.06474172235824,41.60307947668641],[-72.06434072223406,41.60319947672221],[-72.06414372217677,41.60332547675285],[-72.06371272205939,41.603746476848144],[-72.06361672203333,41.603841476869604],[-72.06357272202412,41.60393447688906],[-72.06348572199757,41.60396747689816],[-72.06337572196202,41.603973476902766],[-72.06330272193667,41.60394547689959],[-72.06304672183259,41.603572476835],[-72.06283472175377,41.60339747680754],[-72.06260772167637,41.60333647680272],[-72.06244772162,41.603260476792926],[-72.06222772154939,41.60328147680384],[-72.06216972154958,41.603627476872944],[-72.06205972152036,41.6037484768999],[-72.06198672149776,41.60377047690645],[-72.06179672144187,41.603880476933746],[-72.06165072139636,41.60391847694569],[-72.06159172137892,41.603951476953945],[-72.06150472135899,41.604104476986414],[-72.06143872134143,41.60417647700247],[-72.0613067213023,41.604247477020365],[-72.06116072126804,41.60448947707199],[-72.06109972125574,41.60462747710074],[-72.06107972125186,41.60467547711068],[-72.06095572121384,41.604719477123105],[-72.06081672117183,41.60477947713908],[-72.06079472117193,41.604911477165444],[-72.06067072113784,41.605026477191664],[-72.06070772116082,41.60522447722902],[-72.06064172114232,41.60527947724177],[-72.06049572109742,41.60532847725585],[-72.06042972107831,41.605372477266464],[-72.06035972105917,41.60543947728168],[-72.06031072104568,41.605484477291945],[-72.06026172103228,41.60553147730262],[-72.06019272101601,41.605644477326734],[-72.06015872100807,41.605701477338876],[-72.05976972089228,41.60590247739007],[-72.0596197208477,41.60598147741009],[-72.05897872063234,41.60586747740784],[-72.05849072047008,41.60581147741211],[-72.0584317204505,41.60580547741277],[-72.05807472034078,41.60592747744761],[-72.05568071949793,41.604803477303335],[-72.05534071937826,41.60464447728298],[-72.05390971884229,41.60338947708331],[-72.05333271861147,41.60261647695086],[-72.05052671748916,41.59886047630733],[-72.0494827170716,41.59746247606776],[-72.0490797168959,41.59665947592403],[-72.04880971678865,41.59631147586471],[-72.04851771667258,41.595933475800216],[-72.04808871649276,41.595209475672675],[-72.04786471639888,41.59483147560607],[-72.04779771636927,41.59469047558072],[-72.04773071633959,41.59454847555517],[-72.04751671624506,41.594099475474444],[-72.04732771612159,41.59297747526198],[-72.04714771600366,41.5919024750584],[-72.04703571593042,41.591236474932295],[-72.04692371585726,41.590571474806346],[-72.04680071577667,41.58983647466714],[-72.0466767156958,41.58910247452813],[-72.04650771558525,41.58809647433762],[-72.04635971548853,41.587216474170944],[-72.04633871547473,41.58709047414709],[-72.04627671543436,41.58672447407776],[-72.045968715256,41.585309473811954],[-72.04447471464276,41.583021473413005],[-72.04298571409727,41.581933473247446],[-72.0429787140947,41.58192847324669],[-72.04208671379637,41.58179347324809],[-72.04168071366061,41.58173247324881],[-72.04118471342761,41.58043847301233],[-72.04520171437069,41.57377147158983],[-72.04532671437073,41.57303147144188],[-72.04540471437119,41.57257747135107],[-72.04556571436449,41.571501471136585],[-72.04588371441953,41.57061747095461],[-72.0459007144225,41.57057047094493],[-72.04584171434796,41.56956547075107],[-72.04562571423037,41.56870847059092],[-72.04473671382797,41.56666347022032],[-72.04456971375318,41.56629347015346],[-72.04437271365806,41.56573247005033],[-72.04433171363843,41.565618470029385],[-72.04430171362392,41.56553247001357],[-72.04417571356302,41.56517246994739],[-72.04349871323652,41.56324946959392],[-72.04339971318876,41.562968469542255],[-72.04345371317862,41.562463469442235],[-72.04322271308735,41.56217346939294],[-72.04321071303153,41.56122946920947],[-72.04320871302362,41.56109746918384],[-72.04347171307946,41.56055346906972],[-72.04356771309985,41.56035546902819],[-72.04366371312027,41.560157468986645],[-72.04377371314362,41.559929468938826],[-72.04393971318174,41.55963846887701],[-72.04452471332849,41.558838468703065],[-72.04479271339575,41.55847246862347],[-72.04504571345687,41.55808346853984]]]},"properties":{"name":6961,"geoid":"09011696100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.13498174340938,41.56953746797361],[-72.13478974334089,41.56943046795875],[-72.13421374313556,41.56911246791481],[-72.13402274306743,41.56900646790014],[-72.1328477426422,41.56824246778803],[-72.13038074174932,41.566637467552496],[-72.12929874136103,41.56599346746084],[-72.12809574092933,41.56527746735893],[-72.12769474078463,41.565024467322175],[-72.12649174035067,41.56426746721228],[-72.12646374034061,41.56425046720985],[-72.12622574025495,41.56410446718884],[-72.12615774023048,41.56406246718278],[-72.12608874020566,41.564020467176746],[-72.12601874017993,41.56396746716861],[-72.12594874015423,41.563915467160676],[-72.12590974013992,41.56388646715625],[-72.12537373994311,41.56348646709508],[-72.12519573987771,41.56335346707474],[-72.12506873984938,41.563589467124636],[-72.12468973976497,41.564298467274455],[-72.12460773974685,41.56445446730737],[-72.12456373973697,41.56453546732452],[-72.12453173972992,41.56459646733739],[-72.1244997397229,41.56465846735046],[-72.12395173960225,41.56570846757193],[-72.12334973946977,41.566863467815516],[-72.12189773911992,41.56909946829599],[-72.12117773894651,41.57020946853447],[-72.12068973883353,41.5710444687122],[-72.11922973849596,41.57355046924542],[-72.1187437383837,41.57438646942326],[-72.11727973805587,41.57709246999551],[-72.11687773796591,41.57783647015283],[-72.11287673706852,41.5852054717114],[-72.11140973673962,41.5879104722834],[-72.10995173640673,41.59048947283057],[-72.10557873540834,41.59822647447188],[-72.1041217350758,41.60080647501909],[-72.10402773504603,41.60082247502514],[-72.1037477349576,41.60087447504396],[-72.10365473492826,41.60089247505037],[-72.10052373393917,41.60147047526028],[-72.0913397310379,41.60316847587644],[-72.09113073097184,41.60320647589035],[-72.08800072998305,41.60378547610037],[-72.0854017291602,41.60423447626857],[-72.0776057266922,41.605585476773875],[-72.07500772586977,41.60603647694239],[-72.07402972556204,41.6062404770125],[-72.0710957246391,41.60685647722354],[-72.07011872433179,41.607062477293994],[-72.06948072412698,41.6071214773253],[-72.06947772412597,41.6071214773254],[-72.06756272351507,41.60736947743318],[-72.06692472331154,41.60745247746915],[-72.06686572329373,41.60747847747606],[-72.06677672326697,41.60751947748678],[-72.06672772325541,41.60759947750387],[-72.06669472324774,41.6076554775158],[-72.06642072316482,41.60777247754706],[-72.06619172309561,41.607871477573426],[-72.06555972289563,41.607983477614866],[-72.06526772280331,41.60803647763426],[-72.06500172271949,41.60808947765283],[-72.06420272246781,41.60825147770918],[-72.0639377223844,41.608306477728114],[-72.0637687223273,41.60827047772636],[-72.06326272215647,41.60816547772166],[-72.06309472209973,41.60813047772009],[-72.06206772174322,41.60774047767616],[-72.060738721282,41.60723747761962],[-72.06059572123148,41.607167477610446],[-72.05933472078597,41.60654747752905],[-72.05905872068844,41.606411477511166],[-72.05807472034078,41.60592747744761],[-72.0584317204505,41.60580547741277],[-72.05849072047008,41.60581147741211],[-72.05897872063234,41.60586747740784],[-72.0596197208477,41.60598147741009],[-72.05976972089228,41.60590247739007],[-72.06015872100807,41.605701477338876],[-72.06019272101601,41.605644477326734],[-72.06026172103228,41.60553147730262],[-72.06031072104568,41.605484477291945],[-72.06035972105917,41.60543947728168],[-72.06042972107831,41.605372477266464],[-72.06049572109742,41.60532847725585],[-72.06064172114232,41.60527947724177],[-72.06070772116082,41.60522447722902],[-72.06067072113784,41.605026477191664],[-72.06079472117193,41.604911477165444],[-72.06081672117183,41.60477947713908],[-72.06095572121384,41.604719477123105],[-72.06107972125186,41.60467547711068],[-72.06109972125574,41.60462747710074],[-72.06116072126804,41.60448947707199],[-72.0613067213023,41.604247477020365],[-72.06143872134143,41.60417647700247],[-72.06150472135899,41.604104476986414],[-72.06159172137892,41.603951476953945],[-72.06165072139636,41.60391847694569],[-72.06179672144187,41.603880476933746],[-72.06198672149776,41.60377047690645],[-72.06205972152036,41.6037484768999],[-72.06216972154958,41.603627476872944],[-72.06222772154939,41.60328147680384],[-72.06244772162,41.603260476792926],[-72.06260772167637,41.60333647680272],[-72.06283472175377,41.60339747680754],[-72.06304672183259,41.603572476835],[-72.06330272193667,41.60394547689959],[-72.06337572196202,41.603973476902766],[-72.06348572199757,41.60396747689816],[-72.06357272202412,41.60393447688906],[-72.06361672203333,41.603841476869604],[-72.06371272205939,41.603746476848144],[-72.06414372217677,41.60332547675285],[-72.06434072223406,41.60319947672221],[-72.06474172235824,41.60307947668641],[-72.06485272239263,41.60304647667654],[-72.06497672242969,41.60298547666082],[-72.0651887224831,41.60270047659879],[-72.06536372252567,41.60243747654219],[-72.06559072259668,41.60238247652444],[-72.0657147226368,41.60237647651942],[-72.06588272268706,41.60229447649825],[-72.06599972271948,41.60219047647438],[-72.0660297227253,41.602118476459445],[-72.06600772271392,41.60204247644534],[-72.06602172271606,41.60199847643635],[-72.06652672286957,41.60179547638115],[-72.06655572287538,41.601729476367424],[-72.06651872285968,41.60166347635573],[-72.06649472284604,41.60155847633605],[-72.06646772283037,41.60143347631257],[-72.06632872277774,41.60130147629121],[-72.06589072262005,41.601032476252506],[-72.06572972255843,41.60086747622541],[-72.06547372246676,41.60071947620456],[-72.06540772243862,41.60059947618328],[-72.06534972240608,41.60035247613703],[-72.06520372235057,41.60020947611375],[-72.06515972232835,41.60006647608729],[-72.0652617223504,41.59986347604464],[-72.0655837224364,41.59951847596751],[-72.06556172242134,41.59937547594038],[-72.06553272240882,41.59932047593058],[-72.06553272240336,41.59922147591132],[-72.06569272244954,41.599112475885136],[-72.06596372253037,41.598975475850054],[-72.06617572257531,41.59853647575807],[-72.06635872262979,41.598442475734096],[-72.0664677226605,41.59835447571359],[-72.0666287227024,41.59816247567124],[-72.06670972271709,41.597949475627274],[-72.06673072271147,41.597723475582654],[-72.06681872272202,41.59739447551592],[-72.06700172276962,41.59717547546762],[-72.06736672286654,41.596774475378254],[-72.067571722911,41.5963684752929],[-72.06777672296847,41.596198475253445],[-72.06785672299308,41.596171475245704],[-72.06819272309208,41.595979475197915],[-72.06819272308906,41.59592447518721],[-72.06810572305251,41.595776475161124],[-72.06808372304047,41.595688475144684],[-72.0681037230438,41.59563047513278],[-72.06812772304788,41.59556247511881],[-72.0684347231244,41.59513447502599],[-72.06860272316342,41.594848474965126],[-72.06874872320347,41.59471147493393],[-72.06882172321883,41.59455847490189],[-72.06885072321495,41.59431647485391],[-72.06893872323306,41.59412447481381],[-72.06899672324744,41.59404247479606],[-72.06905572325759,41.593877474762124],[-72.06903372324555,41.59378947474568],[-72.06882172315801,41.59345547468729],[-72.0688917231761,41.593369474668386],[-72.06892372318431,41.5933294746596],[-72.06890172317047,41.59320847463673],[-72.0686537230817,41.59306547461664],[-72.06858772305532,41.592977474601554],[-72.06861672304663,41.59264847453663],[-72.06860272303513,41.592522474512556],[-72.06851972299894,41.59235747448303],[-72.06851472299671,41.59234647448105],[-72.06838272294307,41.5921544744478],[-72.06829572289931,41.59187547439621],[-72.06827372287333,41.59153447433053],[-72.06828072287082,41.5914474743134],[-72.0683177228783,41.59136447429609],[-72.06837572289393,41.591304474282616],[-72.06868272298858,41.59120547425381],[-72.06874872300378,41.59109047422938],[-72.06879972300948,41.590892474189275],[-72.06870472296006,41.59055847412725],[-72.06853672284959,41.58954847393593],[-72.06851172281597,41.5890864738468],[-72.06850772281047,41.58901047383213],[-72.0683827227407,41.58848447373367],[-72.0683577227097,41.58807047365388],[-72.06834672269626,41.587891473619386],[-72.06836872269737,41.58778147359731],[-72.06834672268359,41.58766147357463],[-72.06828072265627,41.587556473556255],[-72.06816372261238,41.58745247353965],[-72.06806172256793,41.58724947350332],[-72.06801772253667,41.586942473444935],[-72.06802472253442,41.586860473428786],[-72.0681097225564,41.58675647340589],[-72.06815672256865,41.58670047339353],[-72.06825172259724,41.58665747338222],[-72.06888772279618,41.58650347333247],[-72.06913772287129,41.58638747330214],[-72.06915072287525,41.58638247330075],[-72.06955972298172,41.585894473193065],[-72.0701297231467,41.585515473101616],[-72.07021772316968,41.585411473078636],[-72.07029772318577,41.58523047304092],[-72.07028272317092,41.585049473006165],[-72.07031972317543,41.58491247297836],[-72.07028272314577,41.584593472917426],[-72.07035572315723,41.584369472871565],[-72.07031672313668,41.58422747284514],[-72.07026072310718,41.584023472807175],[-72.0705027231761,41.58384247276443],[-72.07058972320476,41.583847472762706],[-72.07111072335171,41.58343147266554],[-72.07075472321044,41.582974472587665],[-72.07022972300214,41.582301472473],[-72.06987972286525,41.58188847240351],[-72.0696727227829,41.58161947235758],[-72.06942672268504,41.581299472302945],[-72.06931672264174,41.58116447228009],[-72.06956972271686,41.58103047224615],[-72.07068672305006,41.58046747210185],[-72.0713387232446,41.58013947201776],[-72.07203772345379,41.57979947192986],[-72.07254572360583,41.57955247186599],[-72.07391272401328,41.57885747168824],[-72.07481972428484,41.5784184715746],[-72.07547672448159,41.57810147149248],[-72.07620172469831,41.57774447140046],[-72.07706972495775,41.577316471290175],[-72.07807072525715,41.576826471163685],[-72.07908072555928,41.57633347103633],[-72.08122472620038,41.57528147076491],[-72.08325072680606,41.57428547050805],[-72.08367972693438,41.57407547045384],[-72.08539172744659,41.57324147023827],[-72.08555172749446,41.57316347021811],[-72.08602472763589,41.57293147015824],[-72.0868597278857,41.57252447005305],[-72.0874497280627,41.5722454699804],[-72.08756172809632,41.57219346996679],[-72.08777372815928,41.57208146993838],[-72.08792172820355,41.57200946991979],[-72.0879927282245,41.57196946990978],[-72.08824672830077,41.571850469878726],[-72.08873972844705,41.57158846981238],[-72.0890927285531,41.57142446976948],[-72.08983572877517,41.571058469675144],[-72.09154172928523,41.57022146945915],[-72.09209272944851,41.56992446938418],[-72.09233172951838,41.569778469348336],[-72.0928227296602,41.56944746926864],[-72.09338472981968,41.56901646916726],[-72.09378372993064,41.5686694690873],[-72.0941127300193,41.56833246901145],[-72.09452373012914,41.567894468913394],[-72.09499673025451,41.56737146879688],[-72.09593073050222,41.5663414685673],[-72.09643573063649,41.56579046844432],[-72.09704073079736,41.5651314682972],[-72.09770073097197,41.56439546813339],[-72.09799773105108,41.56407446806165],[-72.09844973117166,41.56358846795296],[-72.09871073124212,41.56332346789325],[-72.09926473138759,41.562686467752],[-72.10036373167823,41.56145946747891],[-72.10138173194873,41.56034646723054],[-72.10267273229088,41.558919466912535],[-72.10307773239826,41.55847246681289],[-72.10330773245808,41.558197466752176],[-72.1034207324883,41.558077466725294],[-72.10355973252456,41.557913466689044],[-72.10382273258962,41.55753846660784],[-72.10396773262414,41.55730746655835],[-72.10402173263724,41.55722546654071],[-72.10410873265886,41.55710346651423],[-72.10421273268234,41.556914466474204],[-72.10452873275426,41.55635046635454],[-72.10456673276302,41.55628446634051],[-72.1045747327649,41.556271466337726],[-72.10462873277639,41.556160466314445],[-72.10484173281968,41.5556864662155],[-72.10548373295066,41.554266465919014],[-72.10569773299433,41.55379346582025],[-72.10572673300031,41.55373046580708],[-72.10572973300103,41.553725465806],[-72.1058097330168,41.55353846576708],[-72.10583773302244,41.553475465753955],[-72.10586973302885,41.553402465738735],[-72.10612273307875,41.552811465615775],[-72.10670073319301,41.551466465335864],[-72.10697373324963,41.55087946521305],[-72.10699373325323,41.55082646520211],[-72.10725773330222,41.550154465063024],[-72.10726973330456,41.550125465057],[-72.10730873331252,41.55003946503904],[-72.10732173331522,41.55001146503319],[-72.10739373332969,41.549848464999194],[-72.1076117333739,41.54936146489757],[-72.10765173338208,41.54927346487919],[-72.10768473338878,41.54919946486375],[-72.1076997333918,41.549165464856664],[-72.1077237333967,41.54911246484559],[-72.1077447334009,41.54906446483558],[-72.10775973340397,41.549031464828694],[-72.10782873341792,41.54887646479636],[-72.1079137334352,41.5486874647569],[-72.10802973345774,41.548410464699344],[-72.10809573347069,41.5482554646671],[-72.10824173349982,41.547920464597325],[-72.10868173358796,41.54691746438827],[-72.10882873361747,41.54658346431865],[-72.10883873361934,41.54655846431346],[-72.1088727336263,41.5464834642978],[-72.10888473362888,41.54645946429275],[-72.10890073363211,41.54642346428525],[-72.10893773363993,41.54634646426909],[-72.1089487336418,41.546315464262726],[-72.10896373364471,41.546279464255235],[-72.10897373364658,41.546254464250055],[-72.10900673365337,41.54618246423502],[-72.10901773365565,41.54615846423],[-72.1092667337041,41.54556546410674],[-72.11001773385084,41.543786463736865],[-72.1102677338997,41.54319446361377],[-72.11069373398796,41.5422764634217],[-72.11087573402396,41.54185346333364],[-72.11162673417286,41.54011346297133],[-72.11248173434394,41.53816146256446],[-72.11263673437486,41.53780546249029],[-72.11322673449286,41.53645746220932],[-72.11335673451892,41.53616146214761],[-72.11382973461252,41.53506246191878],[-72.11434173471106,41.53382246166127],[-72.11444373472905,41.53354546160413],[-72.1146247347611,41.53305646150323],[-72.11498673482504,41.53207546130082],[-72.11535173488915,41.531080461095605],[-72.11608873501918,41.52908046068296],[-72.11680073514363,41.52712746028028],[-72.11757373528012,41.52503245984797],[-72.11770973530389,41.52465945977105],[-72.1181527353814,41.5234454595207],[-72.1187967354962,41.52171945916428],[-72.1188037354974,41.521699459160175],[-72.11913473555195,41.520731458961215],[-72.11919873555915,41.520483458910896],[-72.11938273557638,41.519707458753935],[-72.11953673557886,41.51884145858036],[-72.11961573554625,41.517781458371296],[-72.11961373554024,41.51768445835246],[-72.11960573552959,41.517538458324246],[-72.11957073550172,41.517239458267056],[-72.11956073547952,41.51689545820032],[-72.11947673541873,41.51628845808462],[-72.11943673539402,41.51607645804454],[-72.11929073531033,41.51542045792121],[-72.11909773520946,41.514730457792716],[-72.11896873514594,41.514340457720714],[-72.11883573508305,41.51398545765564],[-72.11881273507286,41.513936457646814],[-72.11880473506884,41.513910457642],[-72.11879073506267,41.51388145763677],[-72.11878373505895,41.51385545763193],[-72.11855573495681,41.51334945754039],[-72.11854973495211,41.51329945753083],[-72.11799173471579,41.512309457355194],[-72.11766273457648,41.51172645725177],[-72.11676673421182,41.510405457022124],[-72.11664873416473,41.510248456995186],[-72.1166447341632,41.51024445699452],[-72.1164217340724,41.50991445693713],[-72.1159247338688,41.509157456805],[-72.11558473372361,41.50853245669372],[-72.11522373355756,41.50765245653337],[-72.11511773350526,41.507329456473705],[-72.11510073349673,41.50727545646371],[-72.11492173340233,41.506619456341376],[-72.11486973337014,41.50634245628897],[-72.11480873333194,41.50600945622595],[-72.11479973332581,41.50595145621492],[-72.11480573332479,41.50589745620422],[-72.11475673328513,41.50546645612171],[-72.1147387332714,41.50532345609438],[-72.11473873326176,41.50514845606026],[-72.11473973325275,41.50497845602708],[-72.1147417332414,41.50476045598451],[-72.11477873321462,41.5040544558457],[-72.11481173320789,41.50373645578267],[-72.11486973320773,41.503390455713415],[-72.11502173322135,41.502737455581354],[-72.1152597332545,41.50193045541659],[-72.11555373329567,41.50093745521383],[-72.11557173330176,41.50094145521406],[-72.1158277333911,41.50104945522716],[-72.1160467334706,41.50119745524922],[-72.11656473365566,41.50149345529082],[-72.11682773375165,41.50168045531911],[-72.11698873381036,41.50179445533633],[-72.11699573381294,41.50179945533709],[-72.11709773385019,41.501872455348156],[-72.11770373405933,41.50208545537086],[-72.11786473411664,41.50217345538301],[-72.11806973419218,41.50233245540765],[-72.11828873427079,41.50246445542656],[-72.1182957342743,41.50248645543063],[-72.11869773441369,41.50263945544798],[-72.11901873452219,41.502710455451826],[-72.1192887346144,41.50278745545844],[-72.11971173475732,41.50288045546344],[-72.12005473486997,41.5028964554559],[-72.12059473504503,41.50288045543598],[-72.12079973510967,41.50284145542199],[-72.12107673519388,41.50273145539193],[-72.12118573522245,41.50260545536399],[-72.12130273524907,41.50239645531959],[-72.12149373530096,41.502208455277],[-72.12168973535432,41.50201745523365],[-72.12177673537937,41.501957455219255],[-72.12189373541506,41.50191345520703],[-72.12203973546175,41.50189745519937],[-72.12238973557635,41.501907455190434],[-72.12295173576456,41.5020004551911],[-72.12305873579976,41.50200645518894],[-72.12325173586324,41.50201745518509],[-72.12371073601308,41.502022455171776],[-72.12383473605496,41.5020494551732],[-72.12409073614529,41.5021754551898],[-72.12428073621297,41.50228045520436],[-72.12452173629238,41.502296455199996],[-72.12473373636568,41.5023734552084],[-72.12493073643076,41.5023894552054],[-72.12500873645743,41.502412455207455],[-72.12507373647983,41.50243445520973],[-72.12536573658163,41.50255545522424],[-72.12540273659764,41.502627455237125],[-72.12539773660156,41.50272845525698],[-72.12539473660405,41.50279145526935],[-72.1254167366158,41.50287445528484],[-72.125525736654,41.50292345529102],[-72.12585473676361,41.502967455289344],[-72.1264167369564,41.503143455306194],[-72.12668673704289,41.50311645529253],[-72.1270077371526,41.503209455300684],[-72.12722673722426,41.50321545529504],[-72.12732873725537,41.50317645528425],[-72.12759873733762,41.503072455255584],[-72.1282927375574,41.50295745521157],[-72.12855573764159,41.50293045519812],[-72.128795737721,41.50295245519495],[-72.12884673773735,41.50294745519239],[-72.12892773776494,41.50296945519416],[-72.1291687378492,41.503073455206945],[-72.1293797379267,41.50323245523137],[-72.12951873797535,41.503293455238946],[-72.12986873808366,41.503189455207774],[-72.13009573814973,41.50304645517283],[-72.1302927382049,41.502882455134745],[-72.13043073824528,41.50279945511424],[-72.13073073834033,41.50275045509536],[-72.13126373851733,41.50281145509067],[-72.13189073872195,41.50281745507235],[-72.13215373880584,41.50278445505772],[-72.13270373897758,41.502649455014286],[-72.13271573898137,41.50264745501352],[-72.13293473905091,41.50261445500028],[-72.13321973914593,41.50265345499901],[-72.13359173927648,41.50282345502058],[-72.13431373953918,41.50332245509541],[-72.13443773958234,41.5033724551013],[-72.13468573967006,41.50349845511815],[-72.13480273971003,41.50353145512095],[-72.1350367397917,41.50363045513297],[-72.13509773981649,41.50371945514843],[-72.13512373982698,41.50375645515483],[-72.13533473990597,41.503942455184536],[-72.13541673993664,41.50401445519601],[-72.13516373987822,41.504450455288904],[-72.1347717397878,41.50512745543308],[-72.13440473970297,41.505758455567516],[-72.13415173964462,41.50619545566057],[-72.1338977395918,41.50673945577454],[-72.13313773943406,41.50837145611635],[-72.13288473938165,41.508916456230466],[-72.13292973939741,41.50893645623296],[-72.13304773947154,41.509584456355626],[-72.13342873971075,41.51167345675099],[-72.13355673979085,41.51237045688285],[-72.13712574155059,41.523200458882485],[-72.13758874178774,41.52476545917304],[-72.1390587425411,41.52974046009663],[-72.13940374273169,41.53115746036196],[-72.1404397433038,41.53540846115787],[-72.1406097433976,41.53610446128814],[-72.14065674342345,41.5362954613239],[-72.14065374343419,41.53650746136528],[-72.14054874341745,41.5368244614303],[-72.14036474337277,41.537101461489996],[-72.13981474323951,41.537934461669394],[-72.13963274319553,41.53821246172923],[-72.13932274312116,41.53869546183296],[-72.13914074307769,41.538982461894534],[-72.13869374297057,41.53968146204461],[-72.13839574289918,41.54014746214467],[-72.13808674282524,41.54063246224876],[-72.13770974273659,41.541252462381266],[-72.13657874247068,41.54311346277896],[-72.13620274238241,41.54373446291164],[-72.13549974220136,41.54460546310316],[-72.13544674218812,41.544678463119034],[-72.13521574212751,41.54494446317805],[-72.13480774202053,41.545415463282474],[-72.13428974188172,41.54595946340456],[-72.13388274177304,41.546393463501765],[-72.13285474154073,41.548255463896396],[-72.1326927414989,41.5484544639402],[-72.13268074149606,41.54847346394429],[-72.13267274152541,41.54905246405728],[-72.13264874161347,41.55078946439631],[-72.13264274163998,41.55130546449696],[-72.13264174164313,41.55136846450926],[-72.13264074164485,41.55140546451652],[-72.13262674168557,41.55222546467661],[-72.13258474181397,41.55479946517914],[-72.13258174182687,41.555050465228106],[-72.1323507417826,41.555612465344716],[-72.13230774181821,41.556511465521105],[-72.13217874192526,41.559211466050805],[-72.13213674196128,41.56011146622735],[-72.13217974199881,41.56053746630895],[-72.13230874211139,41.561814466553535],[-72.13235174214898,41.56224146663533],[-72.13231174215402,41.56256846670023],[-72.13219274216958,41.563552466895516],[-72.13217974217135,41.56366146691712],[-72.13215274217464,41.5638804669606],[-72.13214674218334,41.56407346699837],[-72.13212974220886,41.56463546710829],[-72.13212874220963,41.56465546711222],[-72.1321267422138,41.56474246712922],[-72.13212374221877,41.564850467150336],[-72.13229074228096,41.56499046717239],[-72.13279174246757,41.565412467238914],[-72.13295874252981,41.56555346726116],[-72.13297774254063,41.56563746727692],[-72.13299674255147,41.565721467292676],[-72.13301874257708,41.56605546735701],[-72.13304574259087,41.56614546737368],[-72.13309174261427,41.56629746740183],[-72.1331867426528,41.56643446742555],[-72.13327374268333,41.56647346743042],[-72.13350074276515,41.566615467450994],[-72.1337047428453,41.56686246749272],[-72.13377074286865,41.5668954674971],[-72.13404774296231,41.56695646750033],[-72.13416474300557,41.567049467514785],[-72.1342667430422,41.56711046752348],[-72.13437374308437,41.56724246754583],[-72.13439074309107,41.56726346754939],[-72.13469074320103,41.56748346758286],[-72.13474874322993,41.567664467616304],[-72.13474474322929,41.56767646761875],[-72.13468974321921,41.56781846764811],[-72.13470474323107,41.56794446767216],[-72.13479174326429,41.568032467686585],[-72.13496574332797,41.568158467705686],[-72.13523774342757,41.56835646773577],[-72.13538374348455,41.56852646776428],[-72.13539074349956,41.56875646780884],[-72.1354857435366,41.568866467827284],[-72.13568274360203,41.56888846782544],[-72.13576274363089,41.56893846783266],[-72.13584374366694,41.569113467864206],[-72.13584374367329,41.5692284678866],[-72.13576974365256,41.56928946790077],[-72.13555874358765,41.569359467920975],[-72.13555774358737,41.5693604679212],[-72.13541974354327,41.56937646792861],[-72.13503174342254,41.56948046796094],[-72.13498174340938,41.56953746797361]]]},"properties":{"name":6962,"geoid":"09011696200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.09021072742641,41.54436346446513],[-72.09035372747311,41.54436546446107],[-72.0908877276476,41.54437246444585],[-72.09178972794233,41.54438546442035],[-72.09271572824484,41.5443974643939],[-72.09292172831202,41.54439846438769],[-72.0936007285336,41.544402464367366],[-72.09369972856585,41.544402464364296],[-72.09399572866238,41.544403464355284],[-72.09409572869505,41.54440446435236],[-72.09440272879519,41.54440546434302],[-72.09493272896816,41.544409464327316],[-72.09532372909584,41.54441346431593],[-72.09563072919613,41.54441746430718],[-72.09617972937552,41.54442546429166],[-72.09745272979151,41.5444444642558],[-72.09782772991424,41.54445346424589],[-72.09830173006968,41.544470464234465],[-72.09865673018612,41.544483464225955],[-72.09921873037202,41.544532464218015],[-72.09929373039697,41.54454146421745],[-72.0992957303976,41.544541464217396],[-72.09978273055937,41.544596464212965],[-72.09999873063148,41.54462746421228],[-72.10004373064649,41.54463346421204],[-72.10035973075207,41.544680464211375],[-72.10127073105828,41.54484846421578],[-72.1037527318925,41.5453054642276],[-72.10416373203076,41.54538346423002],[-72.1055357324923,41.54564346423799],[-72.1060847326769,41.545746464240985],[-72.10615973270212,41.545760464241376],[-72.106459732803,41.545816464242954],[-72.10803473333243,41.54610746425064],[-72.10866073354286,41.54622346425376],[-72.10869073355285,41.5462274642536],[-72.10878173358334,41.54624246425368],[-72.1088127335938,41.54624846425389],[-72.1088427336039,41.546254464254126],[-72.10893273363422,41.54627246425484],[-72.10896373364471,41.546279464255235],[-72.1089487336418,41.546315464262726],[-72.10893773363993,41.54634646426909],[-72.10890073363211,41.54642346428525],[-72.10888473362888,41.54645946429275],[-72.1088727336263,41.5464834642978],[-72.10883873361934,41.54655846431346],[-72.10882873361747,41.54658346431865],[-72.10868173358796,41.54691746438827],[-72.10824173349982,41.547920464597325],[-72.10809573347069,41.5482554646671],[-72.10802973345774,41.548410464699344],[-72.1079137334352,41.5486874647569],[-72.10782873341792,41.54887646479636],[-72.10775973340397,41.549031464828694],[-72.1077447334009,41.54906446483558],[-72.1077237333967,41.54911246484559],[-72.1076997333918,41.549165464856664],[-72.10768473338878,41.54919946486375],[-72.10765173338208,41.54927346487919],[-72.1076117333739,41.54936146489757],[-72.10739373332969,41.549848464999194],[-72.10732173331522,41.55001146503319],[-72.10730873331252,41.55003946503904],[-72.10726973330456,41.550125465057],[-72.10725773330222,41.550154465063024],[-72.10699373325323,41.55082646520211],[-72.10697373324963,41.55087946521305],[-72.10670073319301,41.551466465335864],[-72.10612273307875,41.552811465615775],[-72.10586973302885,41.553402465738735],[-72.10583773302244,41.553475465753955],[-72.1058097330168,41.55353846576708],[-72.10572973300103,41.553725465806],[-72.10572673300031,41.55373046580708],[-72.10569773299433,41.55379346582025],[-72.10548373295066,41.554266465919014],[-72.10484173281968,41.5556864662155],[-72.10462873277639,41.556160466314445],[-72.1045747327649,41.556271466337726],[-72.10456673276302,41.55628446634051],[-72.10452873275426,41.55635046635454],[-72.10421273268234,41.556914466474204],[-72.10410873265886,41.55710346651423],[-72.10402173263724,41.55722546654071],[-72.10396773262414,41.55730746655835],[-72.10382273258962,41.55753846660784],[-72.10355973252456,41.557913466689044],[-72.1034207324883,41.558077466725294],[-72.10330773245808,41.558197466752176],[-72.10307773239826,41.55847246681289],[-72.10267273229088,41.558919466912535],[-72.10138173194873,41.56034646723054],[-72.10036373167823,41.56145946747891],[-72.09926473138759,41.562686467752],[-72.09871073124212,41.56332346789325],[-72.09844973117166,41.56358846795296],[-72.09799773105108,41.56407446806165],[-72.09770073097197,41.56439546813339],[-72.09704073079736,41.5651314682972],[-72.09643573063649,41.56579046844432],[-72.09593073050222,41.5663414685673],[-72.09499673025451,41.56737146879688],[-72.09452373012914,41.567894468913394],[-72.0941127300193,41.56833246901145],[-72.09378372993064,41.5686694690873],[-72.09338472981968,41.56901646916726],[-72.0928227296602,41.56944746926864],[-72.09233172951838,41.569778469348336],[-72.09209272944851,41.56992446938418],[-72.09154172928523,41.57022146945915],[-72.08983572877517,41.571058469675144],[-72.0890927285531,41.57142446976948],[-72.08873972844705,41.57158846981238],[-72.08824672830077,41.571850469878726],[-72.0879927282245,41.57196946990978],[-72.08792172820355,41.57200946991979],[-72.08777372815928,41.57208146993838],[-72.08756172809632,41.57219346996679],[-72.0874497280627,41.5722454699804],[-72.0868597278857,41.57252447005305],[-72.08602472763589,41.57293147015824],[-72.08555172749446,41.57316347021811],[-72.08539172744659,41.57324147023827],[-72.08367972693438,41.57407547045384],[-72.08325072680606,41.57428547050805],[-72.08122472620038,41.57528147076491],[-72.07908072555928,41.57633347103633],[-72.07807072525715,41.576826471163685],[-72.07706972495775,41.577316471290175],[-72.07620172469831,41.57774447140046],[-72.07547672448159,41.57810147149248],[-72.07481972428484,41.5784184715746],[-72.07391272401328,41.57885747168824],[-72.07254572360583,41.57955247186599],[-72.07203772345379,41.57979947192986],[-72.0713387232446,41.58013947201776],[-72.07068672305006,41.58046747210185],[-72.06956972271686,41.58103047224615],[-72.06931672264174,41.58116447228009],[-72.06925372261624,41.581074472264525],[-72.06904472253225,41.58078747221516],[-72.06889172247135,41.58058747218099],[-72.06885872245816,41.58054347217345],[-72.06874372240921,41.58033547213654],[-72.06862372235354,41.58003547208189],[-72.06829672219968,41.57917847192523],[-72.06806672209332,41.57860947182163],[-72.06801372206876,41.578477471797584],[-72.06783872198656,41.578021471714266],[-72.06780072196999,41.57794547170066],[-72.06754972185243,41.57729747158232],[-72.06726372171829,41.576555471446774],[-72.0670947216398,41.576131471369486],[-72.06677272149261,41.57536547123038],[-72.06650472136995,41.57472547111414],[-72.06646272135262,41.57465947110257],[-72.06619472124486,41.57428947103888],[-72.06600672117067,41.57405547099918],[-72.06531572089769,41.57319047085224],[-72.06523572086489,41.573068470830975],[-72.0649237207329,41.572519470733795],[-72.06477272067198,41.57230747069723],[-72.06469972064404,41.57223247068488],[-72.06450672057193,41.57206547065836],[-72.06430072049496,41.57188747063011],[-72.06394572036278,41.57158947058311],[-72.06387372033568,41.571523470572515],[-72.06389172033923,41.57148147056377],[-72.06398772035946,41.571280470521664],[-72.06421972040515,41.57073647040854],[-72.06434272042841,41.57043047034515],[-72.0643907204365,41.57029347031699],[-72.06442472043989,41.57015347028867],[-72.0645047204483,41.5698324702237],[-72.06456872045037,41.56949147015533],[-72.06462472044413,41.569046470066944],[-72.06466672043497,41.568631469984844],[-72.06472172040625,41.567784469818214],[-72.06477872039726,41.56728346971891],[-72.06489872038453,41.56634146953178],[-72.0649387203739,41.5659114694468],[-72.06494372036681,41.56575346941588],[-72.06495072036041,41.56559546938491],[-72.06492972032537,41.565083469285874],[-72.06493472030203,41.564630469197496],[-72.06492772029306,41.56450846917397],[-72.06490372027902,41.564395469152714],[-72.06487872026689,41.56432346913947],[-72.06486572026056,41.564285469132486],[-72.06490972027343,41.56425846912585],[-72.06507172032134,41.564169469103476],[-72.06510672033177,41.56415146909889],[-72.06565072048792,41.563766469007035],[-72.06565472048902,41.56376246900612],[-72.06584472054321,41.56362146897278],[-72.06593872056999,41.56355146895623],[-72.06611272061852,41.5634024689218],[-72.0661167206195,41.563396468920516],[-72.06624672065435,41.563259468889804],[-72.06641172069654,41.5630484688436],[-72.06675172077986,41.56254846873566],[-72.06690172081672,41.56232946868837],[-72.0669557208305,41.56226046867326],[-72.06704472085325,41.5621464686483],[-72.06716272088353,41.56199746861562],[-72.06732672092703,41.56181646857528],[-72.06742472095314,41.56171046855159],[-72.06750272097462,41.56163846853514],[-72.0677597210463,41.56141846848433],[-72.06796472110352,41.56124346844388],[-72.06814172115322,41.56109846841014],[-72.06881072134387,41.560599468292196],[-72.0690087214004,41.56045346825762],[-72.06916272144372,41.56032846822849],[-72.06897172137798,41.560265468222156],[-72.06835872117641,41.56023446823516],[-72.06742272087234,41.56025446826812],[-72.06741972086702,41.56017546825283],[-72.06741472086296,41.560131468244414],[-72.06739372085225,41.56006146823144],[-72.0673007208139,41.55991546820589],[-72.06700472069822,41.55956746814732],[-72.06663172055413,41.559158468079254],[-72.0664327204759,41.5589164680383],[-72.06641072046641,41.55887446803081],[-72.06634772043597,41.558694467997704],[-72.06624472038374,41.558355467934895],[-72.06578072013939,41.556664467619974],[-72.06544771996647,41.55549546740266],[-72.06541471995033,41.55539746738457],[-72.06540071993774,41.55525146735658],[-72.06542171993418,41.55506246731913],[-72.06553571994652,41.55461146722774],[-72.06565171996256,41.55421546714701],[-72.06569971996103,41.55390346708476],[-72.06569571995654,41.55384546707359],[-72.06566171993586,41.553671467040765],[-72.06551271985747,41.553129466939815],[-72.06547971983812,41.55297346691045],[-72.06547071983145,41.552905466897485],[-72.06547371982346,41.55274246686565],[-72.06548771982251,41.55264246684574],[-72.06551571982527,41.55252646682227],[-72.06564671984938,41.55218846675236],[-72.06572171986414,41.552012466715766],[-72.0662697199859,41.55097846649735],[-72.06657472005585,41.55044246638347],[-72.06679672010881,41.550089466307824],[-72.0669017201332,41.549910466269694],[-72.06707072016931,41.54956546619724],[-72.06710472017579,41.54948146617982],[-72.06722972020128,41.54920446612198],[-72.06728572022114,41.54923346612591],[-72.0675617203193,41.54938246614637],[-72.06761772033956,41.54941846615161],[-72.06770272037161,41.549497466164375],[-72.06778372040314,41.549590466179986],[-72.06782872042164,41.549660466192215],[-72.0678917204498,41.54979846621713],[-72.06793172047033,41.549934466242384],[-72.0679787204973,41.55014646628223],[-72.06801672051591,41.55025946630305],[-72.0680767205414,41.550367466322236],[-72.06812972056215,41.55043046633285],[-72.06820172058849,41.550482466340746],[-72.06840772065999,41.550561466349734],[-72.0685507207087,41.5505994663527],[-72.06876072077927,41.550637466353585],[-72.06887872081965,41.55067246635673],[-72.06893672084004,41.55069946636021],[-72.06902672087243,41.55075446636811],[-72.06907472089033,41.55079546637461],[-72.06911372090568,41.550843466382744],[-72.06916172092639,41.55093546639917],[-72.06917872093588,41.55100746641267],[-72.06946472104609,41.55131546646379],[-72.07014372128468,41.55162846650366],[-72.07014572128499,41.55162246650243],[-72.07034772133053,41.551253466424285],[-72.07088772145205,41.55026246621448],[-72.07193772173541,41.54919146597326],[-72.0718037216668,41.548738465889194],[-72.07170772161736,41.54840846582789],[-72.07238172181044,41.54792446571269],[-72.07240272181927,41.54796046571904],[-72.0724617218419,41.54802246572928],[-72.07266472191569,41.54816046574985],[-72.07280472196484,41.54822446575798],[-72.07285272198072,41.548228465757276],[-72.07288372199065,41.54822546575572],[-72.07293672200677,41.54820446574998],[-72.07299172202252,41.548164465740484],[-72.07314172206557,41.54805846571519],[-72.07324272209321,41.547962465693345],[-72.07329972210833,41.54789946567931],[-72.07340472213431,41.547749465646824],[-72.07354272216416,41.54747446558898],[-72.07360172217895,41.54739346557137],[-72.07400172228903,41.54702446548706],[-72.07450672243115,41.5466154653917],[-72.07458972245459,41.54654946537626],[-72.07475572250016,41.54639446534091],[-72.07485072252508,41.546284465316546],[-72.0748747225307,41.54624446530801],[-72.07488872253306,41.546204465299766],[-72.0749137225323,41.54604246526744],[-72.0755627227399,41.54597046523326],[-72.07708572322716,41.54580246515324],[-72.07751072336316,41.54575646513108],[-72.0781607235712,41.54568646509724],[-72.07817072357297,41.54565946509168],[-72.07819772357645,41.54556246507193],[-72.07820272357652,41.545534465066325],[-72.07823272357783,41.54538046503541],[-72.07825372356906,41.545096464979416],[-72.07825572356805,41.545066464973516],[-72.07826672356305,41.54491046494279],[-72.0785147236424,41.54488346492983],[-72.07925972388097,41.54480546489148],[-72.07950872396071,41.544779464878694],[-72.07958272398446,41.54477246487503],[-72.0799747241107,41.544744464857395],[-72.08067872433743,41.54469446482579],[-72.08110772447465,41.544646464803115],[-72.08135472455272,41.54460246478688],[-72.08136872455707,41.54459846478566],[-72.08151272460177,41.54455746477318],[-72.08179772468706,41.544419464737445],[-72.08184772468944,41.54416646468661],[-72.0818487246978,41.54431246471502],[-72.08185072470778,41.544481464747875],[-72.0819847247593,41.54462446477158],[-72.08204872478397,41.54469346478303],[-72.08235372490459,41.54507846484855],[-72.08240172492496,41.54516446486381],[-72.08243472494061,41.54525346488012],[-72.08244572494706,41.54530546488991],[-72.08249472497482,41.54551946493008],[-72.0825017249803,41.545577464941154],[-72.0817267247509,41.545999465047444],[-72.08304972517843,41.54593146499309],[-72.08335172527595,41.54591446498039],[-72.08339272529115,41.545947464985545],[-72.08344872531086,41.54597446498907],[-72.08349072532566,41.54599446499166],[-72.08367672538964,41.54605546499777],[-72.08377772542356,41.54607346499813],[-72.08389172546192,41.54609546499889],[-72.08393772547741,41.5461044649992],[-72.08431072560222,41.54616246499891],[-72.08438972562956,41.5461914650021],[-72.08442072564033,41.54620346500347],[-72.08456872569302,41.54628446501465],[-72.08462172571134,41.54630346501671],[-72.08469072573456,41.5463164650171],[-72.08470772574026,41.546319465017156],[-72.08480072577059,41.54631946501426],[-72.08497872582646,41.54628046500113],[-72.08515672588157,41.546227464985286],[-72.08539272595377,41.54614146496119],[-72.08551072599079,41.54611546495248],[-72.08586172610454,41.54610346493922],[-72.08591072612047,41.54610246493751],[-72.08630672624993,41.54610946492656],[-72.0863717262713,41.54611246492513],[-72.08639772627657,41.546054464913034],[-72.0864797262938,41.54588146487678],[-72.08650772629977,41.54582446486478],[-72.08655672631107,41.545739464846726],[-72.08658972631831,41.545675464833224],[-72.08675272635425,41.545363464767405],[-72.08681972636816,41.54521946473725],[-72.08689272638348,41.545065464705],[-72.08695472639637,41.54493246467716],[-72.08709972642674,41.54462546461283],[-72.08715572644074,41.54454846459611],[-72.08715672644097,41.54454646459569],[-72.08721672645723,41.54448646458214],[-72.08726872647236,41.54445346457409],[-72.08729272647929,41.54443746457023],[-72.08734472649449,41.54440546456238],[-72.08737072650251,41.544397464560014],[-72.08739972651159,41.544390464557736],[-72.08772172661479,41.54435846454152],[-72.08795972669205,41.54435246453293],[-72.08844272684883,41.5443404645156],[-72.0885697268904,41.544343464512224],[-72.08882472697351,41.54434346450431],[-72.08964772724238,41.54435446448088],[-72.09009872738979,41.54436146446823],[-72.09021072742641,41.54436346446513]]]},"properties":{"name":6963,"geoid":"09011696300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.06917771944266,41.523857461122596],[-72.06926071947153,41.52389046112645],[-72.06950971955818,41.52399046113821],[-72.06959271958709,41.52402446114227],[-72.06980871966229,41.524111461152515],[-72.06941171955641,41.52453946124827],[-72.06913971948599,41.52487146132142],[-72.0686727193595,41.52533946142713],[-72.06803371917798,41.52582646154188],[-72.06746171900846,41.52613446161964],[-72.06689271883617,41.52637446168408],[-72.06252071748436,41.52770746207955],[-72.06276371758779,41.528148462157965],[-72.06356971783194,41.52781046206709],[-72.06396971795299,41.52764046202154],[-72.06425771803949,41.527506461986476],[-72.06506771828523,41.52717346189644],[-72.06541171839203,41.52707646186687],[-72.06592971855328,41.52693846182391],[-72.06605271860056,41.52706946184561],[-72.06640671873667,41.527446461908106],[-72.06642571874386,41.52746446191102],[-72.06655571879321,41.52759146193174],[-72.06691971893713,41.5280514620101],[-72.06693571894345,41.52807146201349],[-72.06727871907746,41.528475462081595],[-72.06782971928706,41.5290214621709],[-72.06815171940762,41.52930546221626],[-72.06859271957269,41.529693462278196],[-72.06870471961614,41.52981946229927],[-72.0688887196875,41.5300264623339],[-72.06902771974295,41.53021146236565],[-72.06912971978367,41.530347462388974],[-72.0693057198544,41.53059046243088],[-72.06934971987353,41.53067746244646],[-72.0694887199339,41.530951462495544],[-72.06952671995408,41.531093462522044],[-72.06959471998543,41.53126046255247],[-72.06969172002458,41.53139746257616],[-72.06975172004722,41.531453462585205],[-72.06984372008188,41.531538462598924],[-72.07006472015578,41.53157246259868],[-72.07070872037153,41.53167846259935],[-72.07088472043263,41.531746462607146],[-72.07097672046527,41.53179446261365],[-72.07129072057663,41.531958462635856],[-72.07136272060164,41.531986462639075],[-72.07160872068464,41.53203746264138],[-72.07197872080816,41.53209046264022],[-72.07197072080824,41.53213946265003],[-72.0718107207965,41.53287446279822],[-72.07179472080217,41.53307246283728],[-72.07180872081376,41.53320046286181],[-72.07184872083307,41.53331446288278],[-72.07190772085825,41.53342246290198],[-72.07198572088839,41.53350846291632],[-72.07213472094598,41.533672462943656],[-72.0723087210159,41.53391246298501],[-72.07238472104913,41.53406646301266],[-72.07240372106023,41.53415546302942],[-72.07240872106648,41.53423946304564],[-72.07240772107076,41.534323463062044],[-72.07239272107077,41.534412463079846],[-72.07239372107328,41.53445246308761],[-72.0723927210849,41.53466946312993],[-72.07240372110411,41.53495346318493],[-72.07241872112786,41.53529646325129],[-72.07237372114106,41.53580346335148],[-72.07234872114853,41.536087463407604],[-72.07233072114707,41.53616746342375],[-72.07232272115178,41.53630046344991],[-72.07233372116103,41.53640346346964],[-72.07244472121876,41.53679546354257],[-72.07247072123438,41.536925463567094],[-72.0724627212353,41.5369894635798],[-72.07243372122822,41.53703246358909],[-72.07242272122568,41.53705146359313],[-72.07233572120282,41.53715146361532],[-72.07214972115025,41.53729846364975],[-72.07209072113226,41.53732046365585],[-72.0720367211153,41.537332463659865],[-72.07192172107843,41.53734346366558],[-72.07172372101293,41.53732646366841],[-72.07161472097741,41.537326463671796],[-72.07151272094471,41.5373364636769],[-72.07141872091533,41.53735946368432],[-72.07130472088069,41.53740546369682],[-72.07106272080968,41.53754846373219],[-72.07093872077444,41.53764246375436],[-72.0708687207564,41.53772946377349],[-72.07075272073206,41.537974463824824],[-72.07070372072555,41.53814646385984],[-72.07063272072396,41.53853846393843],[-72.07060672073055,41.538812463992635],[-72.07058972073524,41.53899846402939],[-72.07058772074487,41.53918546406588],[-72.07060772075566,41.53926346408048],[-72.07065372077578,41.53935646409716],[-72.07076172081852,41.539493464120504],[-72.07089672087022,41.5396334641436],[-72.07093272088379,41.53966646414891],[-72.07097672090082,41.539715464157084],[-72.07105772093152,41.53979346416976],[-72.07114172096425,41.53989046418605],[-72.07119472098877,41.54002246421014],[-72.07122172100378,41.54013546423131],[-72.07123672101628,41.540273464257716],[-72.07123372101908,41.54034246427126],[-72.07121572101728,41.540416464286245],[-72.07120672101678,41.540460464295094],[-72.07113772100726,41.540696464343206],[-72.0710757209969,41.54087546438002],[-72.07094272096877,41.5411524644381],[-72.07091372096387,41.541235464455184],[-72.07091272096608,41.54128146446418],[-72.07093372097943,41.5413994644865],[-72.07101472102184,41.5416904645407],[-72.07111872107401,41.54202246460214],[-72.07113172108511,41.542147464626105],[-72.0711157210878,41.54229146465464],[-72.07107572108298,41.54244046468491],[-72.0709037210487,41.542836464767404],[-72.07081472103111,41.5430444648107],[-72.0707547210202,41.543201464843136],[-72.07074472102325,41.543316464865846],[-72.07075272104171,41.543604464921714],[-72.07075772104616,41.54365546493148],[-72.0706977210284,41.543688464939784],[-72.07064572101311,41.54371846494723],[-72.07056572099056,41.54378246496219],[-72.07055472098739,41.5437904649641],[-72.07052972098018,41.54380746496819],[-72.07047372096412,41.543847464977716],[-72.07033072092301,41.543947465001644],[-72.0702207208921,41.54403746502256],[-72.0701247208675,41.54415946504934],[-72.06997872083248,41.544387465098275],[-72.06996172082867,41.54441946510504],[-72.06995972083106,41.54447446511582],[-72.06992472083033,41.544668465154714],[-72.06988672083638,41.54500346522115],[-72.06988172083777,41.545058465232],[-72.06987272085085,41.54534946528898],[-72.0698317208587,41.545735465365446],[-72.06983372088072,41.54612346544097],[-72.06979872088205,41.54635546548725],[-72.0697467208788,41.54660446553738],[-72.06972972087722,41.54667646555193],[-72.06969372087528,41.54685446558772],[-72.06966572087336,41.54698546561411],[-72.06964672088091,41.5472354656634],[-72.06962472087986,41.5473464656857],[-72.06956872086974,41.54749446571627],[-72.06950772085415,41.54757246573336],[-72.06941272082724,41.54764646575071],[-72.0693477208082,41.54768546576033],[-72.0684787205463,41.548074465863095],[-72.0682827204883,41.548181465890025],[-72.06818672046035,41.5482424659049],[-72.06807672042841,41.54831346592213],[-72.06783472035978,41.54850046596607],[-72.06762472030212,41.548696466010774],[-72.06744272025405,41.54890146605636],[-72.06726572020933,41.54913746610783],[-72.06722972020128,41.54920446612198],[-72.06710472017579,41.54948146617982],[-72.06707072016931,41.54956546619724],[-72.0669017201332,41.549910466269694],[-72.06679672010881,41.550089466307824],[-72.06657472005585,41.55044246638347],[-72.0662697199859,41.55097846649735],[-72.06572171986414,41.552012466715766],[-72.06564671984938,41.55218846675236],[-72.06551571982527,41.55252646682227],[-72.06548771982251,41.55264246684574],[-72.06547371982346,41.55274246686565],[-72.06547071983145,41.552905466897485],[-72.06547971983812,41.55297346691045],[-72.06551271985747,41.553129466939815],[-72.06566171993586,41.553671467040765],[-72.06569571995654,41.55384546707359],[-72.06569971996103,41.55390346708476],[-72.06565171996256,41.55421546714701],[-72.06553571994652,41.55461146722774],[-72.06542171993418,41.55506246731913],[-72.06540071993774,41.55525146735658],[-72.06541471995033,41.55539746738457],[-72.06544771996647,41.55549546740266],[-72.06578072013939,41.556664467619974],[-72.06624472038374,41.558355467934895],[-72.06634772043597,41.558694467997704],[-72.06641072046641,41.55887446803081],[-72.0664327204759,41.5589164680383],[-72.06663172055413,41.559158468079254],[-72.06700472069822,41.55956746814732],[-72.0673007208139,41.55991546820589],[-72.06739372085225,41.56006146823144],[-72.06741472086296,41.560131468244414],[-72.06741972086702,41.56017546825283],[-72.06742272087234,41.56025446826812],[-72.06716272078872,41.56027546828028],[-72.06699672073555,41.56029246828874],[-72.06670772064285,41.56032046830318],[-72.06668672063617,41.56032346830441],[-72.06634572052808,41.5603794683259],[-72.06591972039423,41.56047146835705],[-72.06585672037464,41.56048846836232],[-72.06557772028785,41.56056446838579],[-72.06544672024772,41.560611468399],[-72.06539172023062,41.56062646840363],[-72.06496172009714,41.56074846844075],[-72.06482272005313,41.56077246844973],[-72.06462971999214,41.56080746846253],[-72.06454671996579,41.56082046846766],[-72.06394571977359,41.560888468499556],[-72.06372471970296,41.56091446851148],[-72.06315371952212,41.56101146854811],[-72.06303871948535,41.561024468554194],[-72.06292271944797,41.56103246855936],[-72.06280671941019,41.56103346856315],[-72.06236671926543,41.56100946857214],[-72.06216071919621,41.56097246857134],[-72.06189771910816,41.560930468571335],[-72.06179471907369,41.560914468571404],[-72.0615227189823,41.560865468570306],[-72.06143371895215,41.56084446856899],[-72.06122571888118,41.56078746856434],[-72.06097871879696,41.56072046855896],[-72.06094771878625,41.560709468557775],[-72.06086571875791,41.56068046855466],[-72.06075771872023,41.56063546854926],[-72.06054671864592,41.56053546853635],[-72.06024871854166,41.56040646852048],[-72.06015371850877,41.56037146851661],[-72.05993571843328,41.56029146850779],[-72.05988371841535,41.56027346850591],[-72.05980071838735,41.56025646850517],[-72.05962371832754,41.560218468503265],[-72.05944371826781,41.560199468505154],[-72.05927471821286,41.560202468510994],[-72.05904871813946,41.56020746851897],[-72.0589557181098,41.560219468524195],[-72.05877471805292,41.56025846853741],[-72.05818871787106,41.56042546858813],[-72.0579187177861,41.560481468607406],[-72.05767271770743,41.5605094686205],[-72.05746371763993,41.56052146862933],[-72.05714771753796,41.56054046864283],[-72.05711271752644,41.56053846864353],[-72.05691171746034,41.560528468647824],[-72.05685071743986,41.560517468647575],[-72.05665271737222,41.560461468642806],[-72.05649271731757,41.560416468639005],[-72.05630771725161,41.56031446862489],[-72.05612371718317,41.560160468600614],[-72.05596671712472,41.56002846857979],[-72.05571371703144,41.559832468549466],[-72.05535471689903,41.55955346850627],[-72.05494771675005,41.55925746846127],[-72.05468971665564,41.55907046843284],[-72.05459471662097,41.559003468422745],[-72.05431971652014,41.558800468391745],[-72.05395471638634,41.5585314683507],[-72.0532057161144,41.558027468275775],[-72.05319271610972,41.558019468274615],[-72.0528097159712,41.5577714682382],[-72.05265271591439,41.55766946822321],[-72.05262871590575,41.55765446822103],[-72.05249971585907,41.55757046820869],[-72.0523257157954,41.55744446818954],[-72.05221071575154,41.55732846817051],[-72.05211771571604,41.557234468155094],[-72.05208371570271,41.55719346814816],[-72.0519347156445,41.5570184681187],[-72.05181071559461,41.556846468089056],[-72.05149871546911,41.556414468014594],[-72.05122771536223,41.55607746795738],[-72.05105571529609,41.55589446792707],[-72.05097771526658,41.555820467915055],[-72.05093571525073,41.555781467908766],[-72.05082271520895,41.55569146789475],[-72.05075471518458,41.55565146788907],[-72.0506847151607,41.555632467887555],[-72.0506157151353,41.55557946787937],[-72.0505767151246,41.555616467887766],[-72.05048271509975,41.55572146791115],[-72.05034971506447,41.555868467943895],[-72.05020971502701,41.55601746797728],[-72.04971471489476,41.55654746809584],[-72.04967371488354,41.55658646810471],[-72.04955271485062,41.55670546813166],[-72.04951271483978,41.55674546814068],[-72.0493287147897,41.55692546818145],[-72.04927771477581,41.556975468192775],[-72.0490837147234,41.55717246823717],[-72.04874671462741,41.557425468296884],[-72.04850471455731,41.55758546833556],[-72.04842771453502,41.55763646834788],[-72.04822071447386,41.5577514683767],[-72.04814871445257,41.55779146838673],[-72.04788771437379,41.557906468417215],[-72.0477767143399,41.55794846842883],[-72.04770371431765,41.557976468436564],[-72.04759871428531,41.558011468446644],[-72.04711771413437,41.5581184684824],[-72.04689271406295,41.558153468496194],[-72.046554713954,41.55817646851114],[-72.04632671387972,41.55817746851844],[-72.04592871374874,41.558155468526486],[-72.0456857136684,41.55813546853013],[-72.0453077135435,41.558105468536006],[-72.04524771352374,41.55810146853709],[-72.04516371349595,41.558094468538336],[-72.04504571345687,41.55808346853984],[-72.04516271348297,41.55786446849357],[-72.04528071350934,41.55764446844705],[-72.04545071354725,41.55732546837966],[-72.0456167135847,41.55702246831549],[-72.04571571360577,41.55681846827269],[-72.04582071362834,41.55660646822814],[-72.04601871367103,41.5562084681445],[-72.04612071369317,41.55600646810198],[-72.04613771369344,41.55591046808275],[-72.04632071369791,41.55490646788154],[-72.04622071363781,41.55440646778724],[-72.04594071346968,41.55300846752361],[-72.04592071345755,41.552906467504364],[-72.0456727132723,41.55100746714215],[-72.0456207132333,41.55060646706565],[-72.04582071322707,41.54930646680619],[-72.04611571330165,41.5489134667205],[-72.04672071345453,41.54810646654452],[-72.04892071407288,41.54630646612562],[-72.04923171411761,41.54527546591511],[-72.05011571424524,41.5423534653184],[-72.0501447142487,41.542244465296264],[-72.05023471426013,41.541918465229955],[-72.05026471426397,41.54181046520797],[-72.05029971426856,41.541686465182735],[-72.0503347142731,41.5415614651573],[-72.05065371431446,41.540421464925295],[-72.05127371439526,41.53821346447583],[-72.05182271446662,41.536254464077054],[-72.05221271451747,41.53486546379428],[-72.05300271467918,41.53312146342993],[-72.05330071474025,41.53246446329264],[-72.05382971484875,41.53130046304939],[-72.05701971578117,41.529344462569235],[-72.05756071593926,41.52901246248775],[-72.0586517162582,41.52834446232372],[-72.05877371628222,41.528057462263995],[-72.05913971638795,41.52781046220451],[-72.06101871693119,41.52655046190064],[-72.06145071705613,41.52626146183093],[-72.06163871710977,41.52612246179799],[-72.06277971746614,41.525839461707434],[-72.06323971761576,41.525833461691974],[-72.06540471832007,41.52580846161995],[-72.06713871886632,41.5254634614989],[-72.06794171909766,41.52491046136619],[-72.0687437193288,41.52435946123391],[-72.06917771944266,41.523857461122596]]]},"properties":{"name":6964,"geoid":"09011696400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.09010672682082,41.53397846244512],[-72.09113972719192,41.5346034625348],[-72.09135672725608,41.534484462504885],[-72.09218972752028,41.53435146245308],[-72.09324972786149,41.53427346240495],[-72.09362372799187,41.53442746242332],[-72.0936917280245,41.53461746245822],[-72.09381672807217,41.53474346247889],[-72.09383372807865,41.53476046248167],[-72.09397572813273,41.534902462504924],[-72.0941487281987,41.53507646253345],[-72.09419472821624,41.53512246254099],[-72.09432172826462,41.5352494625618],[-72.09424972824198,41.53526446256696],[-72.0942027282272,41.535274462570364],[-72.0941587282159,41.535329462582446],[-72.0941467282175,41.535429462602295],[-72.09414372821806,41.535457462607845],[-72.09413972821922,41.53550246261675],[-72.09413772821902,41.53551046261836],[-72.09406472820118,41.53561846264168],[-72.09400572818683,41.535707462660845],[-72.0940057281962,41.53587746269396],[-72.09402772820674,41.53593846270517],[-72.09407372822474,41.53599346271445],[-72.09412972824663,41.536059462725575],[-72.09418172826412,41.5360694627259],[-72.09412472825842,41.536303462773276],[-72.09408472825447,41.53646846280666],[-72.09398672824456,41.53686846288764],[-72.09395172824074,41.53700646291561],[-72.0939407282398,41.537054462925305],[-72.09389572823544,41.53724146296314],[-72.09398372826786,41.53730946297365],[-72.09392572826641,41.53762646303721],[-72.09384172826452,41.538089463130035],[-72.0931417280613,41.53854246324004],[-72.09296372800966,41.53865846326817],[-72.0928257279742,41.53883146330618],[-72.09239672785033,41.539121463376],[-72.09215372779138,41.53948946345524],[-72.09214972781443,41.539931463541464],[-72.09219172783246,41.54001046355557],[-72.09248372795743,41.540551463651894],[-72.09275772809887,41.54149846382785],[-72.0928007281516,41.54220146396347],[-72.0923337280268,41.542699464075],[-72.09171772786131,41.543340464219],[-72.09112472767269,41.54342546425399],[-72.09071572754263,41.543484464278194],[-72.09048472747388,41.543603464308575],[-72.09032172743551,41.54387146436583],[-72.09026672743113,41.544117464415486],[-72.09021072742641,41.54436346446513],[-72.09009872738979,41.54436146446823],[-72.08964772724238,41.54435446448088],[-72.08882472697351,41.54434346450431],[-72.0885697268904,41.544343464512224],[-72.08844272684883,41.5443404645156],[-72.08795972669205,41.54435246453293],[-72.08772172661479,41.54435846454152],[-72.08739972651159,41.544390464557736],[-72.08737072650251,41.544397464560014],[-72.08734472649449,41.54440546456238],[-72.08729272647929,41.54443746457023],[-72.08726872647236,41.54445346457409],[-72.08721672645723,41.54448646458214],[-72.08715672644097,41.54454646459569],[-72.08715572644074,41.54454846459611],[-72.08709972642674,41.54462546461283],[-72.08695472639637,41.54493246467716],[-72.08689272638348,41.545065464705],[-72.08681972636816,41.54521946473725],[-72.08675272635425,41.545363464767405],[-72.08658972631831,41.545675464833224],[-72.08655672631107,41.545739464846726],[-72.08650772629977,41.54582446486478],[-72.0864797262938,41.54588146487678],[-72.08639772627657,41.546054464913034],[-72.0863717262713,41.54611246492513],[-72.08630672624993,41.54610946492656],[-72.08591072612047,41.54610246493751],[-72.08586172610454,41.54610346493922],[-72.08551072599079,41.54611546495248],[-72.08539272595377,41.54614146496119],[-72.08515672588157,41.546227464985286],[-72.08497872582646,41.54628046500113],[-72.08480072577059,41.54631946501426],[-72.08470772574026,41.546319465017156],[-72.08469072573456,41.5463164650171],[-72.08462172571134,41.54630346501671],[-72.08456872569302,41.54628446501465],[-72.08442072564033,41.54620346500347],[-72.08438972562956,41.5461914650021],[-72.08431072560222,41.54616246499891],[-72.08393772547741,41.5461044649992],[-72.08389172546192,41.54609546499889],[-72.08377772542356,41.54607346499813],[-72.08367672538964,41.54605546499777],[-72.08349072532566,41.54599446499166],[-72.08344872531086,41.54597446498907],[-72.08339272529115,41.545947464985545],[-72.08335172527595,41.54591446498039],[-72.08304972517843,41.54593146499309],[-72.0817267247509,41.545999465047444],[-72.0825017249803,41.545577464941154],[-72.08249472497482,41.54551946493008],[-72.08244572494706,41.54530546488991],[-72.08243472494061,41.54525346488012],[-72.08240172492496,41.54516446486381],[-72.08235372490459,41.54507846484855],[-72.08204872478397,41.54469346478303],[-72.0819847247593,41.54462446477158],[-72.08185072470778,41.544481464747875],[-72.0818487246978,41.54431246471502],[-72.08184772468944,41.54416646468661],[-72.08179772468706,41.544419464737445],[-72.08151272460177,41.54455746477318],[-72.08136872455707,41.54459846478566],[-72.08135472455272,41.54460246478688],[-72.08110772447465,41.544646464803115],[-72.08067872433743,41.54469446482579],[-72.0799747241107,41.544744464857395],[-72.07958272398446,41.54477246487503],[-72.07950872396071,41.544779464878694],[-72.07925972388097,41.54480546489148],[-72.0785147236424,41.54488346492983],[-72.07826672356305,41.54491046494279],[-72.07825572356805,41.545066464973516],[-72.07825372356906,41.545096464979416],[-72.07823272357783,41.54538046503541],[-72.07820272357652,41.545534465066325],[-72.07819772357645,41.54556246507193],[-72.07817072357297,41.54565946509168],[-72.0781607235712,41.54568646509724],[-72.07751072336316,41.54575646513108],[-72.07708572322716,41.54580246515324],[-72.0755627227399,41.54597046523326],[-72.0749137225323,41.54604246526744],[-72.07488872253306,41.546204465299766],[-72.0748747225307,41.54624446530801],[-72.07485072252508,41.546284465316546],[-72.07475572250016,41.54639446534091],[-72.07458972245459,41.54654946537626],[-72.07450672243115,41.5466154653917],[-72.07400172228903,41.54702446548706],[-72.07360172217895,41.54739346557137],[-72.07354272216416,41.54747446558898],[-72.07340472213431,41.547749465646824],[-72.07329972210833,41.54789946567931],[-72.07324272209321,41.547962465693345],[-72.07314172206557,41.54805846571519],[-72.07299172202252,41.548164465740484],[-72.07293672200677,41.54820446574998],[-72.07288372199065,41.54822546575572],[-72.07285272198072,41.548228465757276],[-72.07280472196484,41.54822446575798],[-72.07266472191569,41.54816046574985],[-72.0724617218419,41.54802246572928],[-72.07240272181927,41.54796046571904],[-72.07238172181044,41.54792446571269],[-72.07170772161736,41.54840846582789],[-72.0718037216668,41.548738465889194],[-72.07193772173541,41.54919146597326],[-72.07088772145205,41.55026246621448],[-72.07034772133053,41.551253466424285],[-72.07014572128499,41.55162246650243],[-72.07014372128468,41.55162846650366],[-72.06946472104609,41.55131546646379],[-72.06917872093588,41.55100746641267],[-72.06916172092639,41.55093546639917],[-72.06911372090568,41.550843466382744],[-72.06907472089033,41.55079546637461],[-72.06902672087243,41.55075446636811],[-72.06893672084004,41.55069946636021],[-72.06887872081965,41.55067246635673],[-72.06876072077927,41.550637466353585],[-72.0685507207087,41.5505994663527],[-72.06840772065999,41.550561466349734],[-72.06820172058849,41.550482466340746],[-72.06812972056215,41.55043046633285],[-72.0680767205414,41.550367466322236],[-72.06801672051591,41.55025946630305],[-72.0679787204973,41.55014646628223],[-72.06793172047033,41.549934466242384],[-72.0678917204498,41.54979846621713],[-72.06782872042164,41.549660466192215],[-72.06778372040314,41.549590466179986],[-72.06770272037161,41.549497466164375],[-72.06761772033956,41.54941846615161],[-72.0675617203193,41.54938246614637],[-72.06728572022114,41.54923346612591],[-72.06722972020128,41.54920446612198],[-72.06726572020933,41.54913746610783],[-72.06744272025405,41.54890146605636],[-72.06762472030212,41.548696466010774],[-72.06783472035978,41.54850046596607],[-72.06807672042841,41.54831346592213],[-72.06818672046035,41.5482424659049],[-72.0682827204883,41.548181465890025],[-72.0684787205463,41.548074465863095],[-72.0693477208082,41.54768546576033],[-72.06941272082724,41.54764646575071],[-72.06950772085415,41.54757246573336],[-72.06956872086974,41.54749446571627],[-72.06962472087986,41.5473464656857],[-72.06964672088091,41.5472354656634],[-72.06966572087336,41.54698546561411],[-72.06969372087528,41.54685446558772],[-72.06972972087722,41.54667646555193],[-72.0697467208788,41.54660446553738],[-72.06979872088205,41.54635546548725],[-72.06983372088072,41.54612346544097],[-72.0698317208587,41.545735465365446],[-72.06987272085085,41.54534946528898],[-72.06988172083777,41.545058465232],[-72.06988672083638,41.54500346522115],[-72.06992472083033,41.544668465154714],[-72.06995972083106,41.54447446511582],[-72.06996172082867,41.54441946510504],[-72.06997872083248,41.544387465098275],[-72.0701247208675,41.54415946504934],[-72.0702207208921,41.54403746502256],[-72.07033072092301,41.543947465001644],[-72.07047372096412,41.543847464977716],[-72.07052972098018,41.54380746496819],[-72.07055472098739,41.5437904649641],[-72.07056572099056,41.54378246496219],[-72.07064572101311,41.54371846494723],[-72.0706977210284,41.543688464939784],[-72.07075772104616,41.54365546493148],[-72.07075272104171,41.543604464921714],[-72.07074472102325,41.543316464865846],[-72.0707547210202,41.543201464843136],[-72.07081472103111,41.5430444648107],[-72.0709037210487,41.542836464767404],[-72.07107572108298,41.54244046468491],[-72.0711157210878,41.54229146465464],[-72.07113172108511,41.542147464626105],[-72.07111872107401,41.54202246460214],[-72.07101472102184,41.5416904645407],[-72.07093372097943,41.5413994644865],[-72.07091272096608,41.54128146446418],[-72.07091372096387,41.541235464455184],[-72.07094272096877,41.5411524644381],[-72.0710757209969,41.54087546438002],[-72.07113772100726,41.540696464343206],[-72.07120672101678,41.540460464295094],[-72.07121572101728,41.540416464286245],[-72.07123372101908,41.54034246427126],[-72.07123672101628,41.540273464257716],[-72.07122172100378,41.54013546423131],[-72.07119472098877,41.54002246421014],[-72.07114172096425,41.53989046418605],[-72.07105772093152,41.53979346416976],[-72.07097672090082,41.539715464157084],[-72.07093272088379,41.53966646414891],[-72.07089672087022,41.5396334641436],[-72.07076172081852,41.539493464120504],[-72.07065372077578,41.53935646409716],[-72.07060772075566,41.53926346408048],[-72.07058772074487,41.53918546406588],[-72.07058972073524,41.53899846402939],[-72.07060672073055,41.538812463992635],[-72.07063272072396,41.53853846393843],[-72.07070372072555,41.53814646385984],[-72.07075272073206,41.537974463824824],[-72.0708687207564,41.53772946377349],[-72.07093872077444,41.53764246375436],[-72.07106272080968,41.53754846373219],[-72.07130472088069,41.53740546369682],[-72.07141872091533,41.53735946368432],[-72.07151272094471,41.5373364636769],[-72.07161472097741,41.537326463671796],[-72.07172372101293,41.53732646366841],[-72.07192172107843,41.53734346366558],[-72.0720367211153,41.537332463659865],[-72.07209072113226,41.53732046365585],[-72.07214972115025,41.53729846364975],[-72.07233572120282,41.53715146361532],[-72.07242272122568,41.53705146359313],[-72.07243372122822,41.53703246358909],[-72.0724627212353,41.5369894635798],[-72.07247072123438,41.536925463567094],[-72.07244472121876,41.53679546354257],[-72.07233372116103,41.53640346346964],[-72.07232272115178,41.53630046344991],[-72.07233072114707,41.53616746342375],[-72.07234872114853,41.536087463407604],[-72.07237372114106,41.53580346335148],[-72.07241872112786,41.53529646325129],[-72.07240372110411,41.53495346318493],[-72.0723927210849,41.53466946312993],[-72.07239372107328,41.53445246308761],[-72.07239272107077,41.534412463079846],[-72.07240772107076,41.534323463062044],[-72.07240872106648,41.53423946304564],[-72.07240372106023,41.53415546302942],[-72.07238472104913,41.53406646301266],[-72.0723087210159,41.53391246298501],[-72.07213472094598,41.533672462943656],[-72.07198572088839,41.53350846291632],[-72.07190772085825,41.53342246290198],[-72.07184872083307,41.53331446288278],[-72.07180872081376,41.53320046286181],[-72.07179472080217,41.53307246283728],[-72.0718107207965,41.53287446279822],[-72.07197072080824,41.53213946265003],[-72.07197872080816,41.53209046264022],[-72.0720987208482,41.53210746263981],[-72.07220372088382,41.532132462641414],[-72.07229972091736,41.53217346264643],[-72.07238672094823,41.532219462652684],[-72.07243572096614,41.532254462658],[-72.07251472099502,41.532311462666634],[-72.07271872107036,41.532472462691686],[-72.072807721104,41.532556462705294],[-72.07292372114786,41.532666462723135],[-72.07300872117953,41.532738462734514],[-72.0732637212745,41.5329544627687],[-72.0733497213065,41.53302646278004],[-72.0735077213519,41.532915462753515],[-72.07398472148918,41.53258446267421],[-72.07414372153495,41.53247446264784],[-72.0742717215719,41.53238746262691],[-72.07465772168354,41.532129462564654],[-72.07478672172086,41.53204346254389],[-72.07475772171007,41.532019462540106],[-72.07467072167782,41.531948462528966],[-72.0746417216671,41.53192546252541],[-72.07487372173645,41.53181146249598],[-72.07501972178008,41.531739462477404],[-72.07588272203817,41.53131746236838],[-72.0761617221222,41.53119146233519],[-72.07654672223816,41.5310184622895],[-72.07671872228995,41.53094046226897],[-72.07723472244531,41.53070746220753],[-72.07740772249748,41.53063046218715],[-72.07754372254664,41.53071846220009],[-72.07790372268768,41.5311494622729],[-72.0782517228218,41.53152546233536],[-72.07885972300276,41.531212462255475],[-72.08016572338946,41.530503462076766],[-72.08006072334764,41.53036546205313],[-72.07974772322284,41.52995146198218],[-72.07964372318142,41.52981446195871],[-72.07983072324133,41.5297954619492],[-72.08022372336904,41.529788461935624],[-72.08024072337459,41.52978846193509],[-72.08203772396034,41.5297894618795],[-72.08207572397279,41.529790461878505],[-72.08263772415584,41.52978846186067],[-72.08264272415177,41.52968446184024],[-72.08266172414098,41.529375461779445],[-72.08266872413758,41.52927246175914],[-72.08292272422098,41.52928346175341],[-72.08368572447152,41.529317461736326],[-72.0839407245553,41.529329461730754],[-72.08407372459888,41.529333461727404],[-72.08447572473068,41.52934746171764],[-72.08460972477462,41.52935246171445],[-72.08479072483395,41.52935846171],[-72.08533572501263,41.52937746169677],[-72.08537172502447,41.529379461696045],[-72.08537772501839,41.5292334616674],[-72.08545572504745,41.529299461677844],[-72.08557472508177,41.52921846165837],[-72.08564372510415,41.52921646165584],[-72.08565072510643,41.52921646165563],[-72.08572772513138,41.529213461652645],[-72.08582472516284,41.529210461649036],[-72.08585172517151,41.52920846164781],[-72.08592172519421,41.52920646164526],[-72.08584172517683,41.52936446167853],[-72.08576172515944,41.52952246171179],[-72.0856717251399,41.529700461749286],[-72.08558172512035,41.52987846178677],[-72.08563472514419,41.52999746180831],[-72.08564972515784,41.530156461838814],[-72.08565472516956,41.530340461874545],[-72.08567972522887,41.531270462054984],[-72.08565072522852,41.531435462088034],[-72.0854677251957,41.53192346218882],[-72.0854897252059,41.53197846219886],[-72.08549772522089,41.53220346224245],[-72.08556272524329,41.5322254622447],[-72.08557772524185,41.53211046222183],[-72.08589172530766,41.53144646208269],[-72.08594972532443,41.53140746207329],[-72.08605872535993,41.531407462069915],[-72.08609572537415,41.53144646207636],[-72.08609372537559,41.53148446208382],[-72.08617572541695,41.53175046213312],[-72.08640472552219,41.53230646223433],[-72.08664272560735,41.532444462253835],[-72.08765972597135,41.53303546233741],[-72.08806372611156,41.53319046235506],[-72.08812372613299,41.53322446235982],[-72.08934972656044,41.53373046242032],[-72.08979572671335,41.53386746243315],[-72.08994672676548,41.533920462438786],[-72.08995272676755,41.53392246243898],[-72.0900267267931,41.53394846244176],[-72.09010672682082,41.53397846244512]]]},"properties":{"name":6965,"geoid":"09011696500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.10213172875999,41.497982455054675],[-72.10328172916788,41.49858645513673],[-72.10395472941212,41.49904045520439],[-72.10412172946772,41.49906245520348],[-72.10424672950911,41.49907445520193],[-72.10477072967267,41.498943455160095],[-72.1051447297943,41.4989394551477],[-72.10558472994568,41.49908545516251],[-72.105806730026,41.499230455183884],[-72.10631073020059,41.49941945520507],[-72.10652973028162,41.4995954552326],[-72.10669373034743,41.49982045527138],[-72.10672073036491,41.49997845530135],[-72.1067177303657,41.50001045530769],[-72.10669573036398,41.500109455327674],[-72.10663073034736,41.50019245534588],[-72.10638973029867,41.50073545545925],[-72.1062947302756,41.50087845549009],[-72.10621473026607,41.50117945555127],[-72.10623673028022,41.501306455575346],[-72.10633173032262,41.501514455612956],[-72.1064267303572,41.50158045562288],[-72.10652173039026,41.501618455627344],[-72.10666773043876,41.50163545562612],[-72.10704773056257,41.50163545561432],[-72.1071427305944,41.501651455614486],[-72.10722973062545,41.501700455621325],[-72.1072957306557,41.5018594556503],[-72.10749273074072,41.50223845571805],[-72.10798273093326,41.50283645581944],[-72.10831873104544,41.50288545581855],[-72.10852973110994,41.502808455797],[-72.10866173114967,41.50274845578119],[-72.10875573117546,41.5026604557611],[-72.10923073131451,41.502374455690564],[-72.10971173145884,41.502149455631745],[-72.10990873151913,41.50207845561178],[-72.11023773162331,41.502023455590844],[-72.11039773167269,41.50197345557611],[-72.11079173179925,41.50194045555744],[-72.11119373193388,41.50200645555782],[-72.11136873199271,41.502039455558794],[-72.11168273209529,41.50204445555002],[-72.11190873215864,41.501857455506546],[-72.11195973215932,41.50156745544841],[-72.11211273218409,41.501111455354724],[-72.11217773219894,41.50099645533029],[-72.11227273222565,41.500919455312314],[-72.11244073227616,41.50084245529206],[-72.11352073261264,41.500562455203905],[-72.1138567327191,41.500507455182735],[-72.11408273279302,41.50051245517669],[-72.11468073299271,41.50060045517527],[-72.11489273306474,41.5006544551792],[-72.11553373328852,41.50092545521212],[-72.11555373329567,41.50093745521383],[-72.1152597332545,41.50193045541659],[-72.11502173322135,41.502737455581354],[-72.11486973320773,41.503390455713415],[-72.11481173320789,41.50373645578267],[-72.11477873321462,41.5040544558457],[-72.1147417332414,41.50476045598451],[-72.11473973325275,41.50497845602708],[-72.11473873326176,41.50514845606026],[-72.1147387332714,41.50532345609438],[-72.11475673328513,41.50546645612171],[-72.11480573332479,41.50589745620422],[-72.11479973332581,41.50595145621492],[-72.11480873333194,41.50600945622595],[-72.11486973337014,41.50634245628897],[-72.11492173340233,41.506619456341376],[-72.11510073349673,41.50727545646371],[-72.11511773350526,41.507329456473705],[-72.11522373355756,41.50765245653337],[-72.11558473372361,41.50853245669372],[-72.1159247338688,41.509157456805],[-72.1164217340724,41.50991445693713],[-72.1166447341632,41.51024445699452],[-72.11664873416473,41.510248456995186],[-72.11676673421182,41.510405457022124],[-72.11766273457648,41.51172645725177],[-72.11799173471579,41.512309457355194],[-72.11854973495211,41.51329945753083],[-72.11855573495681,41.51334945754039],[-72.11878373505895,41.51385545763193],[-72.11879073506267,41.51388145763677],[-72.11880473506884,41.513910457642],[-72.11881273507286,41.513936457646814],[-72.11883573508305,41.51398545765564],[-72.11896873514594,41.514340457720714],[-72.11909773520946,41.514730457792716],[-72.11929073531033,41.51542045792121],[-72.11943673539402,41.51607645804454],[-72.11947673541873,41.51628845808462],[-72.11956073547952,41.51689545820032],[-72.11957073550172,41.517239458267056],[-72.11960573552959,41.517538458324246],[-72.11961373554024,41.51768445835246],[-72.11961573554625,41.517781458371296],[-72.11953673557886,41.51884145858036],[-72.11938273557638,41.519707458753935],[-72.11919873555915,41.520483458910896],[-72.11913473555195,41.520731458961215],[-72.1188037354974,41.521699459160175],[-72.1187967354962,41.52171945916428],[-72.1181527353814,41.5234454595207],[-72.11770973530389,41.52465945977105],[-72.11757373528012,41.52503245984797],[-72.11680073514363,41.52712746028028],[-72.11608873501918,41.52908046068296],[-72.11535173488915,41.531080461095605],[-72.11498673482504,41.53207546130082],[-72.1146247347611,41.53305646150323],[-72.11444373472905,41.53354546160413],[-72.11434173471106,41.53382246166127],[-72.11382973461252,41.53506246191878],[-72.11335673451892,41.53616146214761],[-72.11322673449286,41.53645746220932],[-72.11263673437486,41.53780546249029],[-72.11248173434394,41.53816146256446],[-72.11162673417286,41.54011346297133],[-72.11087573402396,41.54185346333364],[-72.11069373398796,41.5422764634217],[-72.1102677338997,41.54319446361377],[-72.11001773385084,41.543786463736865],[-72.1092667337041,41.54556546410674],[-72.10901773365565,41.54615846423],[-72.10900673365337,41.54618246423502],[-72.10897373364658,41.546254464250055],[-72.10896373364471,41.546279464255235],[-72.10893273363422,41.54627246425484],[-72.1088427336039,41.546254464254126],[-72.1088127335938,41.54624846425389],[-72.10878173358334,41.54624246425368],[-72.10869073355285,41.5462274642536],[-72.10866073354286,41.54622346425376],[-72.10803473333243,41.54610746425064],[-72.106459732803,41.545816464242954],[-72.10615973270212,41.545760464241376],[-72.1060847326769,41.545746464240985],[-72.1055357324923,41.54564346423799],[-72.10416373203076,41.54538346423002],[-72.1037527318925,41.5453054642276],[-72.10127073105828,41.54484846421578],[-72.10035973075207,41.544680464211375],[-72.10004373064649,41.54463346421204],[-72.09999873063148,41.54462746421228],[-72.09978273055937,41.544596464212965],[-72.0992957303976,41.544541464217396],[-72.09929373039697,41.54454146421745],[-72.09921873037202,41.544532464218015],[-72.09865673018612,41.544483464225955],[-72.09830173006968,41.544470464234465],[-72.09782772991424,41.54445346424589],[-72.09745272979151,41.5444444642558],[-72.09617972937552,41.54442546429166],[-72.09563072919613,41.54441746430718],[-72.09532372909584,41.54441346431593],[-72.09493272896816,41.544409464327316],[-72.09440272879519,41.54440546434302],[-72.09409572869505,41.54440446435236],[-72.09399572866238,41.544403464355284],[-72.09369972856585,41.544402464364296],[-72.0936007285336,41.544402464367366],[-72.09292172831202,41.54439846438769],[-72.09271572824484,41.5443974643939],[-72.09178972794233,41.54438546442035],[-72.0908877276476,41.54437246444585],[-72.09035372747311,41.54436546446107],[-72.09021072742641,41.54436346446513],[-72.09026672743113,41.544117464415486],[-72.09032172743551,41.54387146436583],[-72.09048472747388,41.543603464308575],[-72.09071572754263,41.543484464278194],[-72.09112472767269,41.54342546425399],[-72.09171772786131,41.543340464219],[-72.0923337280268,41.542699464075],[-72.0928007281516,41.54220146396347],[-72.09275772809887,41.54149846382785],[-72.09248372795743,41.540551463651894],[-72.09219172783246,41.54001046355557],[-72.09214972781443,41.539931463541464],[-72.09215372779138,41.53948946345524],[-72.09239672785033,41.539121463376],[-72.0928257279742,41.53883146330618],[-72.09296372800966,41.53865846326817],[-72.0931417280613,41.53854246324004],[-72.09384172826452,41.538089463130035],[-72.09392572826641,41.53762646303721],[-72.09398372826786,41.53730946297365],[-72.09389572823544,41.53724146296314],[-72.0939407282398,41.537054462925305],[-72.09395172824074,41.53700646291561],[-72.09398672824456,41.53686846288764],[-72.09408472825447,41.53646846280666],[-72.09412472825842,41.536303462773276],[-72.09418172826412,41.5360694627259],[-72.09412972824663,41.536059462725575],[-72.09407372822474,41.53599346271445],[-72.09402772820674,41.53593846270517],[-72.0940057281962,41.53587746269396],[-72.09400572818683,41.535707462660845],[-72.09406472820118,41.53561846264168],[-72.09413772821902,41.53551046261836],[-72.09413972821922,41.53550246261675],[-72.09414372821806,41.535457462607845],[-72.0941467282175,41.535429462602295],[-72.0941587282159,41.535329462582446],[-72.0942027282272,41.535274462570364],[-72.09424972824198,41.53526446256696],[-72.09432172826462,41.5352494625618],[-72.09419472821624,41.53512246254099],[-72.0941487281987,41.53507646253345],[-72.09397572813273,41.534902462504924],[-72.09383372807865,41.53476046248167],[-72.09381672807217,41.53474346247889],[-72.0936917280245,41.53461746245822],[-72.09362372799187,41.53442746242332],[-72.09324972786149,41.53427346240495],[-72.09218972752028,41.53435146245308],[-72.09135672725608,41.534484462504885],[-72.09113972719192,41.5346034625348],[-72.09010672682082,41.53397846244512],[-72.09007172680472,41.53389346242965],[-72.09003672678865,41.53380846241417],[-72.09001572677829,41.53374446240235],[-72.0898757267097,41.53332746232545],[-72.09004272675719,41.53320146229571],[-72.09054572690052,41.53282646220702],[-72.09071372694844,41.53270246217763],[-72.09096372702508,41.53261446215272],[-72.09171672725616,41.53235346207847],[-72.09196772733318,41.53226646205371],[-72.09187272729748,41.53218046203989],[-72.09173872724516,41.532023462013484],[-72.0916347272024,41.53186246198534],[-72.09162672719874,41.53184346198188],[-72.09157772717575,41.53171546195847],[-72.09154272715355,41.53151946192135],[-72.0915437271455,41.531367461891705],[-72.09161972714672,41.53093946180595],[-72.09178572716264,41.530245461665544],[-72.09185972717009,41.5299424616042],[-72.09191572717585,41.529715461558226],[-72.0920107271885,41.529382461490385],[-72.09229872722756,41.52838646128734],[-72.09232872723172,41.528284461266544],[-72.09236672723111,41.52804846121937],[-72.09238872723085,41.52791346119238],[-72.09245272723021,41.52752246111418],[-72.09245272722943,41.527508461111466],[-72.09245972722424,41.52737246108473],[-72.09248272722644,41.527276461065306],[-72.09249072722245,41.52715646104168],[-72.09250072721835,41.52702246101525],[-72.09249372720775,41.52687146098603],[-72.09248472720262,41.52683146097853],[-72.0923947271598,41.52658646093358],[-72.09235872714481,41.526527460923205],[-72.09234072713731,41.5264974609179],[-72.0922687271091,41.52641146090338],[-72.09222572709196,41.52635446089361],[-72.09212672705418,41.526254460877205],[-72.09203772702122,41.52618246086594],[-72.09196272699418,41.5261354608591],[-72.09184672695241,41.52606346084868],[-72.09166372688827,41.52598146083837],[-72.09140072679756,41.52589046082882],[-72.09111072669512,41.52574646080976],[-72.09103972666878,41.525688460800666],[-72.09088472661145,41.5255644607813],[-72.09079772657675,41.5254494607616],[-72.09076772656434,41.525401460753194],[-72.09072472654643,41.525330460740676],[-72.0906897265309,41.52525546072715],[-72.09066672652064,41.52520546071812],[-72.0906187264967,41.52505446069017],[-72.09056572647002,41.52488346065849],[-72.09045572641925,41.524612460609106],[-72.09039772639238,41.52446746058264],[-72.09037872638382,41.52442446057484],[-72.09032272635854,41.52429646055165],[-72.09030472635034,41.52425446054403],[-72.09027872633864,41.52419546053333],[-72.09020272630423,41.52402046050158],[-72.0901777262929,41.523962460491056],[-72.0900317262269,41.52362746043029],[-72.08967872606777,41.522826460285145],[-72.08958072602634,41.522653460254475],[-72.08962972604071,41.522624460247286],[-72.08995172613548,41.522439460201234],[-72.09005872616639,41.52236746018389],[-72.09116372648604,41.521631460006105],[-72.09130772652746,41.52153145998214],[-72.09172172664688,41.521249459914316],[-72.09202672673489,41.5210424598645],[-72.09232972682237,41.52083745981512],[-72.09293372699562,41.52040845971275],[-72.09323572708233,41.52019545966185],[-72.09340472713157,41.52008945963594],[-72.09343672714095,41.52007045963124],[-72.0938897272717,41.51976345955731],[-72.09390172727514,41.5197544595552],[-72.09406872732345,41.51964345952837],[-72.09410172733294,41.51962045952286],[-72.09420172736179,41.51955245950651],[-72.09423572737165,41.519530459501155],[-72.09458372747204,41.51929345944414],[-72.09476872752552,41.51916945941422],[-72.09515272763639,41.51891045935181],[-72.09562772777315,41.51858245927313],[-72.09567372778643,41.51855145926566],[-72.09597072787153,41.5183384592149],[-72.09617272793086,41.51822045918562],[-72.09657772804937,41.51797545912529],[-72.0966487280702,41.5179334591149],[-72.09691572814984,41.51779945908048],[-72.09712972821366,41.51769145905278],[-72.0976987283846,41.517428458983844],[-72.09826872855588,41.51716545891487],[-72.0984937286235,41.51706145888759],[-72.09890472874703,41.51687245883798],[-72.09913772881725,41.51676845881048],[-72.09939772889548,41.51665045877939],[-72.09947072891752,41.51661845877089],[-72.10018072913134,41.51629945868664],[-72.10044272921034,41.51618345865589],[-72.1005967292568,41.51611545863785],[-72.1008477293331,41.51601545861055],[-72.10115672942703,41.515892458576985],[-72.10207172970544,41.51553345847856],[-72.10226972976574,41.5154564584574],[-72.1024837298314,41.51538245843633],[-72.10266672988703,41.5153094584164],[-72.10266972988788,41.515307458415926],[-72.10312173002619,41.515143458369906],[-72.1032367300614,41.51510245835834],[-72.10342673011968,41.51503645833959],[-72.10364573018632,41.514950458316015],[-72.10399273029199,41.51481645827911],[-72.10430473038724,41.51469945824658],[-72.10452573045481,41.514618458223936],[-72.1045317304374,41.51426645815513],[-72.1045417304138,41.513778458059704],[-72.10456973040874,41.51352045800853],[-72.10457673039717,41.51326845795918],[-72.10457973039513,41.51321345794837],[-72.10460173038304,41.51286345787946],[-72.1046087303781,41.51273245785371],[-72.104609730378,41.51272445785211],[-72.10463873036643,41.51234245777674],[-72.1046487303626,41.51221345775128],[-72.10466073035815,41.51206145772127],[-72.1046557303522,41.511983457706215],[-72.10464473033956,41.511818457674394],[-72.10461373030053,41.51129245757282],[-72.10461173029711,41.51124245756313],[-72.10459173028076,41.51106345752886],[-72.10458773027693,41.51101745752002],[-72.10457573026558,41.51088245749407],[-72.10457273026213,41.51083745748539],[-72.10452973023015,41.51051045742297],[-72.10440273013496,41.50953245723626],[-72.10436073010337,41.509206457173995],[-72.104146729954,41.50775845689836],[-72.10399272986503,41.50705345676567],[-72.10396372984864,41.506927456742005],[-72.10394372983725,41.50683845672527],[-72.1038647297959,41.506554456672355],[-72.10383572978057,41.50644745665239],[-72.10382972977771,41.50643145664945],[-72.10366072969939,41.50600845657222],[-72.10355172965286,41.50580845653664],[-72.10331272955399,41.505426456469564],[-72.10306772945255,41.50503345640056],[-72.1028037293414,41.50457645631965],[-72.10262072926072,41.50419345625066],[-72.10247072918936,41.503784456175545],[-72.10237872913903,41.503414456106285],[-72.10231172909346,41.50298245602412],[-72.10225072903356,41.50225445588406],[-72.10215672894087,41.50112545566682],[-72.10210572889099,41.50052045555043],[-72.10209972887893,41.50033645551472],[-72.10209572887031,41.50020345548892],[-72.10203672881607,41.49956645536654],[-72.10202272879874,41.49933445532173],[-72.10200472878135,41.49912445528133],[-72.10200372876008,41.49874345520706],[-72.10202972875378,41.498474455153804],[-72.10208672875648,41.49818545509566],[-72.10211272875874,41.49807245507282],[-72.10213172875999,41.497982455054675]]]},"properties":{"name":6966,"geoid":"09011696600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.09010672682082,41.53397846244512],[-72.0900267267931,41.53394846244176],[-72.08995272676755,41.53392246243898],[-72.08994672676548,41.533920462438786],[-72.08979572671335,41.53386746243315],[-72.08934972656044,41.53373046242032],[-72.08812372613299,41.53322446235982],[-72.08806372611156,41.53319046235506],[-72.08765972597135,41.53303546233741],[-72.08664272560735,41.532444462253835],[-72.08640472552219,41.53230646223433],[-72.08617572541695,41.53175046213312],[-72.08609372537559,41.53148446208382],[-72.08609572537415,41.53144646207636],[-72.08605872535993,41.531407462069915],[-72.08594972532443,41.53140746207329],[-72.08589172530766,41.53144646208269],[-72.08557772524185,41.53211046222183],[-72.08556272524329,41.5322254622447],[-72.08549772522089,41.53220346224245],[-72.0854897252059,41.53197846219886],[-72.0854677251957,41.53192346218882],[-72.08565072522852,41.531435462088034],[-72.08567972522887,41.531270462054984],[-72.08565472516956,41.530340461874545],[-72.08564972515784,41.530156461838814],[-72.08563472514419,41.52999746180831],[-72.08558172512035,41.52987846178677],[-72.0856717251399,41.529700461749286],[-72.08576172515944,41.52952246171179],[-72.08584172517683,41.52936446167853],[-72.08592172519421,41.52920646164526],[-72.08572672511686,41.52895546160238],[-72.08570172510689,41.528922461596736],[-72.08549572499106,41.528037461430664],[-72.08548872498709,41.52800646142484],[-72.08539572495417,41.527959461418575],[-72.08531572492585,41.52791846141306],[-72.0852347248972,41.52787746140759],[-72.0852127248874,41.52782946139892],[-72.08519672488013,41.5277924613922],[-72.08513372485416,41.527693461374874],[-72.08510672484293,41.52764946136714],[-72.08503672480572,41.52738746131825],[-72.0842687245185,41.52671646121132],[-72.08150672352298,41.524983460959355],[-72.08125472343805,41.52493246095723],[-72.08111272338643,41.52483546094273],[-72.0809507233233,41.524647460911154],[-72.08078372326179,41.52451846089117],[-72.08066572321573,41.52438046086793],[-72.08081172326013,41.524322460852105],[-72.07923572266752,41.522886460621145],[-72.07934272265474,41.522019460448824],[-72.07916072257552,41.52165746038393],[-72.07897972249667,41.52129646031918],[-72.07898872243894,41.52019246010371],[-72.0791437223935,41.518446459758536],[-72.07817172182916,41.51394145891048],[-72.07970372217702,41.51118545832561],[-72.08044672235106,41.50994545806078],[-72.08118972252507,41.508705457795934],[-72.08251272283479,41.506495457323965],[-72.08320672287205,41.5030564566318],[-72.08239972236082,41.49853545577516],[-72.0814637219553,41.49670445544711],[-72.08133672190019,41.496454455402294],[-72.08120872184476,41.49620445535749],[-72.08099472175208,41.49578645528262],[-72.08099372171563,41.4951284551543],[-72.08099172167017,41.494312454995196],[-72.08098872157777,41.49264645467033],[-72.08098872157223,41.49254545465064],[-72.08102072155862,41.49210745456419],[-72.08196372189697,41.492673454645335],[-72.08290672223528,41.49323945472649],[-72.08341372241716,41.493543454770055],[-72.08392072259906,41.49384745481362],[-72.08401372263349,41.49392245482535],[-72.08541672311688,41.494400454875034],[-72.08665072354208,41.494821454918856],[-72.08681572359893,41.49487745492467],[-72.08935572447405,41.49574245501454],[-72.09152672522208,41.49648245509148],[-72.09189172534788,41.4966074551045],[-72.09368272596502,41.497218455168074],[-72.09428972614997,41.496984455103586],[-72.09454372622614,41.496864455072306],[-72.0952937264511,41.496511454980165],[-72.09710372699982,41.49576445477827],[-72.09728272705271,41.4956654547534],[-72.0973187270634,41.49564645474859],[-72.09760272714828,41.49550745471264],[-72.09759572714377,41.49546645470487],[-72.09755972713099,41.49544745470228],[-72.09741372708446,41.49546645471052],[-72.09731872704867,41.49537845469631],[-72.09733272705054,41.49532945468632],[-72.09734172705305,41.49532145468447],[-72.09753672710838,41.49517245464935],[-72.09769772715782,41.49511745463363],[-72.09786572720219,41.49492845459155],[-72.097895727208,41.494856454576585],[-72.09801172723114,41.494589454520906],[-72.09808372725026,41.494510454503256],[-72.09823772729668,41.49444245448522],[-72.09843472735918,41.49441145447305],[-72.09890872751745,41.49448145447199],[-72.098996727548,41.49451545447589],[-72.09915072760113,41.49456945448163],[-72.09921372762294,41.494592454484156],[-72.0995217277401,41.49489845453427],[-72.09954572775132,41.49496045454562],[-72.09958072776746,41.49504645456132],[-72.09968172780239,41.49508345456538],[-72.09974472782419,41.49510645456793],[-72.0999497278924,41.495132454566615],[-72.10043772809499,41.49592545470613],[-72.10042772810365,41.496142454748764],[-72.09985972793793,41.496494454835045],[-72.10000372799199,41.49662445485595],[-72.10013172803994,41.49673845487418],[-72.10025972808792,41.496852454892455],[-72.10086572828082,41.496769454857436],[-72.10113572837362,41.496857454866216],[-72.10181472860815,41.49709945489232],[-72.10204872873051,41.49793845504867],[-72.10213172875999,41.497982455054675],[-72.10211272875874,41.49807245507282],[-72.10208672875648,41.49818545509566],[-72.10202972875378,41.498474455153804],[-72.10200372876008,41.49874345520706],[-72.10200472878135,41.49912445528133],[-72.10202272879874,41.49933445532173],[-72.10203672881607,41.49956645536654],[-72.10209572887031,41.50020345548892],[-72.10209972887893,41.50033645551472],[-72.10210572889099,41.50052045555043],[-72.10215672894087,41.50112545566682],[-72.10225072903356,41.50225445588406],[-72.10231172909346,41.50298245602412],[-72.10237872913903,41.503414456106285],[-72.10247072918936,41.503784456175545],[-72.10262072926072,41.50419345625066],[-72.1028037293414,41.50457645631965],[-72.10306772945255,41.50503345640056],[-72.10331272955399,41.505426456469564],[-72.10355172965286,41.50580845653664],[-72.10366072969939,41.50600845657222],[-72.10382972977771,41.50643145664945],[-72.10383572978057,41.50644745665239],[-72.1038647297959,41.506554456672355],[-72.10394372983725,41.50683845672527],[-72.10396372984864,41.506927456742005],[-72.10399272986503,41.50705345676567],[-72.104146729954,41.50775845689836],[-72.10436073010337,41.509206457173995],[-72.10440273013496,41.50953245723626],[-72.10452973023015,41.51051045742297],[-72.10457273026213,41.51083745748539],[-72.10457573026558,41.51088245749407],[-72.10458773027693,41.51101745752002],[-72.10459173028076,41.51106345752886],[-72.10461173029711,41.51124245756313],[-72.10461373030053,41.51129245757282],[-72.10464473033956,41.511818457674394],[-72.1046557303522,41.511983457706215],[-72.10466073035815,41.51206145772127],[-72.1046487303626,41.51221345775128],[-72.10463873036643,41.51234245777674],[-72.104609730378,41.51272445785211],[-72.1046087303781,41.51273245785371],[-72.10460173038304,41.51286345787946],[-72.10457973039513,41.51321345794837],[-72.10457673039717,41.51326845795918],[-72.10456973040874,41.51352045800853],[-72.1045417304138,41.513778458059704],[-72.1045317304374,41.51426645815513],[-72.10452573045481,41.514618458223936],[-72.10430473038724,41.51469945824658],[-72.10399273029199,41.51481645827911],[-72.10364573018632,41.514950458316015],[-72.10342673011968,41.51503645833959],[-72.1032367300614,41.51510245835834],[-72.10312173002619,41.515143458369906],[-72.10266972988788,41.515307458415926],[-72.10266672988703,41.5153094584164],[-72.1024837298314,41.51538245843633],[-72.10226972976574,41.5154564584574],[-72.10207172970544,41.51553345847856],[-72.10115672942703,41.515892458576985],[-72.1008477293331,41.51601545861055],[-72.1005967292568,41.51611545863785],[-72.10044272921034,41.51618345865589],[-72.10018072913134,41.51629945868664],[-72.09947072891752,41.51661845877089],[-72.09939772889548,41.51665045877939],[-72.09913772881725,41.51676845881048],[-72.09890472874703,41.51687245883798],[-72.0984937286235,41.51706145888759],[-72.09826872855588,41.51716545891487],[-72.0976987283846,41.517428458983844],[-72.09712972821366,41.51769145905278],[-72.09691572814984,41.51779945908048],[-72.0966487280702,41.5179334591149],[-72.09657772804937,41.51797545912529],[-72.09617272793086,41.51822045918562],[-72.09597072787153,41.5183384592149],[-72.09567372778643,41.51855145926566],[-72.09562772777315,41.51858245927313],[-72.09515272763639,41.51891045935181],[-72.09476872752552,41.51916945941422],[-72.09458372747204,41.51929345944414],[-72.09423572737165,41.519530459501155],[-72.09420172736179,41.51955245950651],[-72.09410172733294,41.51962045952286],[-72.09406872732345,41.51964345952837],[-72.09390172727514,41.5197544595552],[-72.0938897272717,41.51976345955731],[-72.09343672714095,41.52007045963124],[-72.09340472713157,41.52008945963594],[-72.09323572708233,41.52019545966185],[-72.09293372699562,41.52040845971275],[-72.09232972682237,41.52083745981512],[-72.09202672673489,41.5210424598645],[-72.09172172664688,41.521249459914316],[-72.09130772652746,41.52153145998214],[-72.09116372648604,41.521631460006105],[-72.09005872616639,41.52236746018389],[-72.08995172613548,41.522439460201234],[-72.08962972604071,41.522624460247286],[-72.08958072602634,41.522653460254475],[-72.08967872606777,41.522826460285145],[-72.0900317262269,41.52362746043029],[-72.0901777262929,41.523962460491056],[-72.09020272630423,41.52402046050158],[-72.09027872633864,41.52419546053333],[-72.09030472635034,41.52425446054403],[-72.09032272635854,41.52429646055165],[-72.09037872638382,41.52442446057484],[-72.09039772639238,41.52446746058264],[-72.09045572641925,41.524612460609106],[-72.09056572647002,41.52488346065849],[-72.0906187264967,41.52505446069017],[-72.09066672652064,41.52520546071812],[-72.0906897265309,41.52525546072715],[-72.09072472654643,41.525330460740676],[-72.09076772656434,41.525401460753194],[-72.09079772657675,41.5254494607616],[-72.09088472661145,41.5255644607813],[-72.09103972666878,41.525688460800666],[-72.09111072669512,41.52574646080976],[-72.09140072679756,41.52589046082882],[-72.09166372688827,41.52598146083837],[-72.09184672695241,41.52606346084868],[-72.09196272699418,41.5261354608591],[-72.09203772702122,41.52618246086594],[-72.09212672705418,41.526254460877205],[-72.09222572709196,41.52635446089361],[-72.0922687271091,41.52641146090338],[-72.09234072713731,41.5264974609179],[-72.09235872714481,41.526527460923205],[-72.0923947271598,41.52658646093358],[-72.09248472720262,41.52683146097853],[-72.09249372720775,41.52687146098603],[-72.09250072721835,41.52702246101525],[-72.09249072722245,41.52715646104168],[-72.09248272722644,41.527276461065306],[-72.09245972722424,41.52737246108473],[-72.09245272722943,41.527508461111466],[-72.09245272723021,41.52752246111418],[-72.09238872723085,41.52791346119238],[-72.09236672723111,41.52804846121937],[-72.09232872723172,41.528284461266544],[-72.09229872722756,41.52838646128734],[-72.0920107271885,41.529382461490385],[-72.09191572717585,41.529715461558226],[-72.09185972717009,41.5299424616042],[-72.09178572716264,41.530245461665544],[-72.09161972714672,41.53093946180595],[-72.0915437271455,41.531367461891705],[-72.09154272715355,41.53151946192135],[-72.09157772717575,41.53171546195847],[-72.09162672719874,41.53184346198188],[-72.0916347272024,41.53186246198534],[-72.09173872724516,41.532023462013484],[-72.09187272729748,41.53218046203989],[-72.09196772733318,41.53226646205371],[-72.09171672725616,41.53235346207847],[-72.09096372702508,41.53261446215272],[-72.09071372694844,41.53270246217763],[-72.09054572690052,41.53282646220702],[-72.09004272675719,41.53320146229571],[-72.0898757267097,41.53332746232545],[-72.09001572677829,41.53374446240235],[-72.09003672678865,41.53380846241417],[-72.09007172680472,41.53389346242965],[-72.09010672682082,41.53397846244512]]]},"properties":{"name":6967,"geoid":"09011696700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.06917771944266,41.523857461122596],[-72.06975171959321,41.52319246097517],[-72.07002771967774,41.523093460947294],[-72.07159572015804,41.52253346078948],[-72.07283372055389,41.52239446072397],[-72.0733817207464,41.52264746075628],[-72.07423072104461,41.523038460806156],[-72.07442872111639,41.52317046082572],[-72.07445072112807,41.52325246084102],[-72.07451672116322,41.523500460887306],[-72.07453972117528,41.523583460902785],[-72.07474672124098,41.52355146089011],[-72.0749537213067,41.52351946087745],[-72.07560872151441,41.523414460836655],[-72.07586772159421,41.52333046081224],[-72.07650272178027,41.52295046071846],[-72.07723772199274,41.522457460599554],[-72.07760172209605,41.522178460533866],[-72.07760672209746,41.52217446053294],[-72.07897972249667,41.52129646031918],[-72.07916072257552,41.52165746038393],[-72.07934272265474,41.522019460448824],[-72.07923572266752,41.522886460621145],[-72.08081172326013,41.524322460852105],[-72.08066572321573,41.52438046086793],[-72.08078372326179,41.52451846089117],[-72.0809507233233,41.524647460911154],[-72.08111272338643,41.52483546094273],[-72.08125472343805,41.52493246095723],[-72.08150672352298,41.524983460959355],[-72.0842687245185,41.52671646121132],[-72.08503672480572,41.52738746131825],[-72.08510672484293,41.52764946136714],[-72.08513372485416,41.527693461374874],[-72.08519672488013,41.5277924613922],[-72.0852127248874,41.52782946139892],[-72.0852347248972,41.52787746140759],[-72.08531572492585,41.52791846141306],[-72.08539572495417,41.527959461418575],[-72.08548872498709,41.52800646142484],[-72.08549572499106,41.528037461430664],[-72.08570172510689,41.528922461596736],[-72.08572672511686,41.52895546160238],[-72.08592172519421,41.52920646164526],[-72.08585172517151,41.52920846164781],[-72.08582472516284,41.529210461649036],[-72.08572772513138,41.529213461652645],[-72.08565072510643,41.52921646165563],[-72.08564372510415,41.52921646165584],[-72.08557472508177,41.52921846165837],[-72.08545572504745,41.529299461677844],[-72.08537772501839,41.5292334616674],[-72.08537172502447,41.529379461696045],[-72.08533572501263,41.52937746169677],[-72.08479072483395,41.52935846171],[-72.08460972477462,41.52935246171445],[-72.08447572473068,41.52934746171764],[-72.08407372459888,41.529333461727404],[-72.0839407245553,41.529329461730754],[-72.08368572447152,41.529317461736326],[-72.08292272422098,41.52928346175341],[-72.08266872413758,41.52927246175914],[-72.08266172414098,41.529375461779445],[-72.08264272415177,41.52968446184024],[-72.08263772415584,41.52978846186067],[-72.08207572397279,41.529790461878505],[-72.08203772396034,41.5297894618795],[-72.08024072337459,41.52978846193509],[-72.08022372336904,41.529788461935624],[-72.07983072324133,41.5297954619492],[-72.07964372318142,41.52981446195871],[-72.07974772322284,41.52995146198218],[-72.08006072334764,41.53036546205313],[-72.08016572338946,41.530503462076766],[-72.07885972300276,41.531212462255475],[-72.0782517228218,41.53152546233536],[-72.07790372268768,41.5311494622729],[-72.07754372254664,41.53071846220009],[-72.07740772249748,41.53063046218715],[-72.07723472244531,41.53070746220753],[-72.07671872228995,41.53094046226897],[-72.07654672223816,41.5310184622895],[-72.0761617221222,41.53119146233519],[-72.07588272203817,41.53131746236838],[-72.07501972178008,41.531739462477404],[-72.07487372173645,41.53181146249598],[-72.0746417216671,41.53192546252541],[-72.07467072167782,41.531948462528966],[-72.07475772171007,41.532019462540106],[-72.07478672172086,41.53204346254389],[-72.07465772168354,41.532129462564654],[-72.0742717215719,41.53238746262691],[-72.07414372153495,41.53247446264784],[-72.07398472148918,41.53258446267421],[-72.0735077213519,41.532915462753515],[-72.0733497213065,41.53302646278004],[-72.0732637212745,41.5329544627687],[-72.07300872117953,41.532738462734514],[-72.07292372114786,41.532666462723135],[-72.072807721104,41.532556462705294],[-72.07271872107036,41.532472462691686],[-72.07251472099502,41.532311462666634],[-72.07243572096614,41.532254462658],[-72.07238672094823,41.532219462652684],[-72.07229972091736,41.53217346264643],[-72.07220372088382,41.532132462641414],[-72.0720987208482,41.53210746263981],[-72.07197872080816,41.53209046264022],[-72.07160872068464,41.53203746264138],[-72.07136272060164,41.531986462639075],[-72.07129072057663,41.531958462635856],[-72.07097672046527,41.53179446261365],[-72.07088472043263,41.531746462607146],[-72.07070872037153,41.53167846259935],[-72.07006472015578,41.53157246259868],[-72.06984372008188,41.531538462598924],[-72.06975172004722,41.531453462585205],[-72.06969172002458,41.53139746257616],[-72.06959471998543,41.53126046255247],[-72.06952671995408,41.531093462522044],[-72.0694887199339,41.530951462495544],[-72.06934971987353,41.53067746244646],[-72.0693057198544,41.53059046243088],[-72.06912971978367,41.530347462388974],[-72.06902771974295,41.53021146236565],[-72.0688887196875,41.5300264623339],[-72.06870471961614,41.52981946229927],[-72.06859271957269,41.529693462278196],[-72.06815171940762,41.52930546221626],[-72.06782971928706,41.5290214621709],[-72.06727871907746,41.528475462081595],[-72.06693571894345,41.52807146201349],[-72.06691971893713,41.5280514620101],[-72.06655571879321,41.52759146193174],[-72.06642571874386,41.52746446191102],[-72.06640671873667,41.527446461908106],[-72.06605271860056,41.52706946184561],[-72.06592971855328,41.52693846182391],[-72.06541171839203,41.52707646186687],[-72.06506771828523,41.52717346189644],[-72.06425771803949,41.527506461986476],[-72.06396971795299,41.52764046202154],[-72.06356971783194,41.52781046206709],[-72.06276371758779,41.528148462157965],[-72.06252071748436,41.52770746207955],[-72.06689271883617,41.52637446168408],[-72.06746171900846,41.52613446161964],[-72.06803371917798,41.52582646154188],[-72.0686727193595,41.52533946142713],[-72.06913971948599,41.52487146132142],[-72.06941171955641,41.52453946124827],[-72.06980871966229,41.524111461152515],[-72.06959271958709,41.52402446114227],[-72.06950971955818,41.52399046113821],[-72.06926071947153,41.52389046112645],[-72.06917771944266,41.523857461122596]]]},"properties":{"name":6968,"geoid":"09011696800"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.05026471426397,41.54181046520797],[-72.05010471420954,41.54176946520495],[-72.04962671404698,41.54164646519581],[-72.04946771399293,41.541606465192956],[-72.04908771386279,41.541492465182536],[-72.04794771347245,41.54115246515163],[-72.04756871334267,41.54103946514138],[-72.04718471321233,41.540945465134975],[-72.04603271282143,41.54066646511632],[-72.04564971269146,41.54057346511008],[-72.04553271265327,41.54057246511351],[-72.0451827125391,41.54057146512418],[-72.04506671250128,41.540571465127776],[-72.04521971253048,41.54019446504956],[-72.04567971261847,41.5390664648155],[-72.04583371264803,41.53869046473747],[-72.0461137126886,41.537767464548935],[-72.046904712804,41.53517346401892],[-72.0467547127496,41.53507346400408],[-72.04595171245856,41.53454046392511],[-72.04562471234065,41.5343344638951],[-72.04464471198735,41.533718463805435],[-72.0443187118698,41.533513463775584],[-72.04412071177352,41.532935463669084],[-72.04352071155492,41.53251646360602],[-72.04299971137284,41.53229346357871],[-72.04143771082703,41.53162646349714],[-72.04091771064532,41.53140446346998],[-72.04031771043326,41.531104463430125],[-72.04186971083874,41.529274463025345],[-72.04738971228119,41.52277146158665],[-72.04783071239633,41.52225046147143],[-72.04981771291553,41.51990946095347],[-72.05023371302413,41.51941746084466],[-72.05148571335123,41.51794146051809],[-72.0519027134602,41.51745046040944],[-72.05256671364681,41.51690746028299],[-72.05456071420755,41.51528245990436],[-72.05522571439455,41.51474045977806],[-72.05546271446147,41.51455245973407],[-72.05617671466347,41.51399245960275],[-72.05641571473112,41.51380545955886],[-72.05659871478194,41.513645459521996],[-72.057148714935,41.513167459411754],[-72.05733271498625,41.51300845937506],[-72.05769471509028,41.512754459314294],[-72.05864171536226,41.51208645915469],[-72.05964371572192,41.512689459241194],[-72.06676571827857,41.5169774598563],[-72.06770371861532,41.517542459937346],[-72.06811471865996,41.515916459607595],[-72.06881871868413,41.51217845885698],[-72.06921471869768,41.51007445843447],[-72.06941671870447,41.508999458218575],[-72.06972071872384,41.50754745792605],[-72.06974171872497,41.507443457905104],[-72.06976371872643,41.50733945788414],[-72.06978071872742,41.50725645786742],[-72.06979871872878,41.50717445785087],[-72.07172171884675,41.49790645598377],[-72.0717857188231,41.49709545582362],[-72.07197771875222,41.4946634553433],[-72.07200071874442,41.494384455288156],[-72.07203071873366,41.49401045521427],[-72.07205671873359,41.49385445518303],[-72.07253171878101,41.49189745478656],[-72.07287171888795,41.49182745476236],[-72.07322171900086,41.49180645474741],[-72.07338971905322,41.491763454733814],[-72.07461171943352,41.49143745463232],[-72.07478871948861,41.49139045461767],[-72.07531971965413,41.49125345457447],[-72.07549771970966,41.49120845456017],[-72.07562171974782,41.49116745454833],[-72.07599671986338,41.49104645451308],[-72.0761217199019,41.49100645450141],[-72.07625471994415,41.49098645449339],[-72.07665772007233,41.490929454469764],[-72.07679172011494,41.4909104544619],[-72.07693872016115,41.49087945445129],[-72.07732172028167,41.49080145442418],[-72.07737572029778,41.49077445441726],[-72.07751072033815,41.490708454400185],[-72.07752272034183,41.49070445439904],[-72.07755972035339,41.49069545439613],[-72.07757272035747,41.49069245439515],[-72.07782472044046,41.49070845439045],[-72.07802072050467,41.49071445438553],[-72.08102072155862,41.49210745456419],[-72.08098872157223,41.49254545465064],[-72.08098872157777,41.49264645467033],[-72.08099172167017,41.494312454995196],[-72.08099372171563,41.4951284551543],[-72.08099472175208,41.49578645528262],[-72.08120872184476,41.49620445535749],[-72.08133672190019,41.496454455402294],[-72.0814637219553,41.49670445544711],[-72.08239972236082,41.49853545577516],[-72.08320672287205,41.5030564566318],[-72.08251272283479,41.506495457323965],[-72.08118972252507,41.508705457795934],[-72.08044672235106,41.50994545806078],[-72.07970372217702,41.51118545832561],[-72.07817172182916,41.51394145891048],[-72.0791437223935,41.518446459758536],[-72.07898872243894,41.52019246010371],[-72.07897972249667,41.52129646031918],[-72.07760672209746,41.52217446053294],[-72.07760172209605,41.522178460533866],[-72.07723772199274,41.522457460599554],[-72.07650272178027,41.52295046071846],[-72.07586772159421,41.52333046081224],[-72.07560872151441,41.523414460836655],[-72.0749537213067,41.52351946087745],[-72.07474672124098,41.52355146089011],[-72.07453972117528,41.523583460902785],[-72.07451672116322,41.523500460887306],[-72.07445072112807,41.52325246084102],[-72.07442872111639,41.52317046082572],[-72.07423072104461,41.523038460806156],[-72.0733817207464,41.52264746075628],[-72.07283372055389,41.52239446072397],[-72.07159572015804,41.52253346078948],[-72.07002771967774,41.523093460947294],[-72.06975171959321,41.52319246097517],[-72.06917771944266,41.523857461122596],[-72.0687437193288,41.52435946123391],[-72.06794171909766,41.52491046136619],[-72.06713871886632,41.5254634614989],[-72.06540471832007,41.52580846161995],[-72.06323971761576,41.525833461691974],[-72.06277971746614,41.525839461707434],[-72.06163871710977,41.52612246179799],[-72.06145071705613,41.52626146183093],[-72.06101871693119,41.52655046190064],[-72.05913971638795,41.52781046220451],[-72.05877371628222,41.528057462263995],[-72.0586517162582,41.52834446232372],[-72.05756071593926,41.52901246248775],[-72.05701971578117,41.529344462569235],[-72.05382971484875,41.53130046304939],[-72.05330071474025,41.53246446329264],[-72.05300271467918,41.53312146342993],[-72.05221271451747,41.53486546379428],[-72.05182271446662,41.536254464077054],[-72.05127371439526,41.53821346447583],[-72.05065371431446,41.540421464925295],[-72.0503347142731,41.5415614651573],[-72.05029971426856,41.541686465182735],[-72.05026471426397,41.54181046520797]]]},"properties":{"name":6970,"geoid":"09011697000"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.32900079059067,41.2796744053119],[-72.32922079066188,41.27966940530405],[-72.32984079086062,41.27961940527487],[-72.330655791118,41.27948340522276],[-72.33222579161085,41.27916740511179],[-72.3338877921231,41.278660404960505],[-72.33553379261971,41.277963404772485],[-72.33655379292172,41.27742740463558],[-72.33792879328487,41.27590440429418],[-72.33751079313,41.27555740423926],[-72.33732779304029,41.275006404136995],[-72.33783079321388,41.27519140415753],[-72.33831879339137,41.27553540420969],[-72.33860879349982,41.27579440425137],[-72.3388227935829,41.27604140429309],[-72.33886779360033,41.27609240430166],[-72.33915779372056,41.27656540438528],[-72.33944779384032,41.27703040446733],[-72.33976779396991,41.27749640454865],[-72.34031779419303,41.27830440468977],[-72.3406527943266,41.278754404767454],[-72.34126379458344,41.279815404956246],[-72.34170579476437,41.280494405075466],[-72.34178879480365,41.28071840511676],[-72.34196579488699,41.28118840520332],[-72.34219479501174,41.2821044053756],[-72.34222779504454,41.282506405453326],[-72.34270479531305,41.28457140584297],[-72.34314079555811,41.28645240619781],[-72.34555379654634,41.29016440684946],[-72.34670979701978,41.29194240716155],[-72.34739779730161,41.293001407347454],[-72.34946479814828,41.29618140790558],[-72.34954879818267,41.29631040792821],[-72.34972779830113,41.297406408137256],[-72.34980879837251,41.2982254082951],[-72.34993079850994,41.300002408639266],[-72.34992479851252,41.3000844086555],[-72.34940679878687,41.308128410246745],[-72.34932179883218,41.3094534105088],[-72.34926379885427,41.310197410656286],[-72.34923179887758,41.31080941077709],[-72.34923179888357,41.31091841079842],[-72.34878779882096,41.312402411102845],[-72.34872779881269,41.31260641114467],[-72.34843479878215,41.31378141138382],[-72.34826779876708,41.31449341152843],[-72.34793079872388,41.315698411774875],[-72.34768779871449,41.31696241202989],[-72.34764479871583,41.317240412085646],[-72.3474447987229,41.31854941234812],[-72.34743779873902,41.31888341241371],[-72.34742779875357,41.31920641247725],[-72.34745779881416,41.32012941265697],[-72.34772279895306,41.32108741283616],[-72.34791679905497,41.32179241296808],[-72.34866379938731,41.32341741326271],[-72.34912179959586,41.32450041346032],[-72.34966679979901,41.32497241353563],[-72.35055580013054,41.325744413658875],[-72.35124280038873,41.32637741376123],[-72.35203680072715,41.32783441402147],[-72.35337980127433,41.32984141437215],[-72.35479880183657,41.33167241468595],[-72.35647880248922,41.33360441501133],[-72.3578348030149,41.335143415269954],[-72.35796280306258,41.335253415287454],[-72.3585578032843,41.33576641536917],[-72.3591458035033,41.336271415449545],[-72.35927080354983,41.33637841546657],[-72.35986680377236,41.33690041555001],[-72.36084180413634,41.33775241568613],[-72.36238780470089,41.33887541585737],[-72.36248980473817,41.338950415868844],[-72.36321980499851,41.33936741592753],[-72.36441280542397,41.340049416023554],[-72.36561680585731,41.34080941613447],[-72.36605880601634,41.341087416175],[-72.36805880671574,41.34197941628678],[-72.36914780708997,41.34234541632422],[-72.36730680652708,41.342990416508094],[-72.36695880642792,41.343243416568505],[-72.36642280625604,41.343286416593706],[-72.3658858060839,41.34333041661915],[-72.3650988058316,41.343394416656345],[-72.3643118055792,41.343457416693326],[-72.36392680545751,41.343520416717716],[-72.36367880537904,41.34355941673312],[-72.36354280533611,41.34358241674189],[-72.36296980515496,41.34367541677801],[-72.36185380481703,41.34412641690122],[-72.36163180474989,41.344217416925986],[-72.3612558046352,41.34435441696458],[-72.36110780459205,41.344444416986796],[-72.36095980454895,41.34453541700925],[-72.36064080445597,41.344729417057195],[-72.36032280436329,41.3449234171051],[-72.36026280434582,41.3449604171142],[-72.35605880302673,41.34582441741496],[-72.35427080246575,41.34619241754295],[-72.35461580271905,41.34875041803245],[-72.35433680264332,41.34902141809419],[-72.35377880246762,41.349125418132],[-72.35403380259919,41.35000741829652],[-72.3537178025022,41.350111418326755],[-72.35344680242031,41.35022441835735],[-72.35278380221266,41.350367418406094],[-72.3507948015897,41.3507974185525],[-72.3501328013824,41.3509414186014],[-72.34996280132896,41.35097441861319],[-72.34979380127587,41.351008418625135],[-72.34957280120645,41.351052418640656],[-72.34935080113671,41.351096418656226],[-72.34793180069089,41.35137841875582],[-72.34423979953097,41.35211241901502],[-72.34132879861629,41.352689419219026],[-72.33912879792511,41.35312741937361],[-72.33900579787664,41.35297341934733],[-72.33892779784608,41.352879419331394],[-72.33885979781896,41.35278841931572],[-72.33882879780666,41.35274841930887],[-72.33881279780024,41.352726419305064],[-72.33863879773084,41.35249341926495],[-72.3385217976829,41.35231441923361],[-72.33836579761703,41.3520394191847],[-72.33831879759629,41.351940419166816],[-72.33829379758511,41.351885419156844],[-72.33826779757392,41.35183541914789],[-72.33813679751029,41.35145441907747],[-72.3381247975027,41.35138741906476],[-72.33812179750107,41.351375419062485],[-72.33809579748649,41.351264419041605],[-72.33805479746317,41.35108341900748],[-72.33801279743815,41.35087741896851],[-72.33779079738859,41.35128741905564],[-72.33749679732449,41.351858419176516],[-72.33746079731714,41.3519374191931],[-72.33745579731594,41.35194541919481],[-72.33742679731016,41.35201141920864],[-72.33738879730183,41.35208441922411],[-72.33730779728316,41.35222341925383],[-72.33710579723467,41.35253541932116],[-72.33698779720591,41.35270941935888],[-72.33690479718508,41.352821419383396],[-72.33666879712536,41.35312941945102],[-72.33612679698201,41.35372641958473],[-72.33604979696159,41.35380941960337],[-72.33599679694716,41.35386041961502],[-72.33576479688512,41.3541034196698],[-72.33562379684733,41.354249419702775],[-72.33544279679867,41.35443441974462],[-72.33517779672773,41.354710419806885],[-72.33516479672421,41.35472341980983],[-72.33497779667445,41.35492341985481],[-72.33483579663621,41.35506741988741],[-72.33467979659437,41.35522841992378],[-72.33458179656829,41.355333419947385],[-72.33449879654583,41.35541541996601],[-72.33441179652218,41.35549941998517],[-72.33431879649638,41.355580420003925],[-72.3342907964875,41.35558442000558],[-72.33420979646205,41.355600420011264],[-72.33418279645362,41.35560642001327],[-72.3341377964404,41.35563242001976],[-72.33407179642109,41.35567142002945],[-72.33399679639815,41.35569742003688],[-72.3339477963832,41.35571542004193],[-72.33390479637004,41.355730420046214],[-72.33359479627288,41.35579642006883],[-72.33321979615404,41.355852420091516],[-72.33270479599088,41.355930420122895],[-72.33214279581496,41.35605442016475],[-72.33206179578995,41.35607842017198],[-72.3315227956235,41.35623842022013],[-72.33111779549799,41.35635042025471],[-72.33070479536717,41.35641342027996],[-72.33029379523533,41.356446420299285],[-72.33001179514497,41.35647042031281],[-72.32968879504087,41.35648742032623],[-72.32920879488572,41.3565044203446],[-72.32897379481012,41.35651942035488],[-72.32855879467601,41.35653442037079],[-72.32849579465582,41.35653942037376],[-72.32843279463542,41.35654142037612],[-72.32836979461533,41.35654842037946],[-72.32832379460042,41.3565494203811],[-72.32826579458184,41.35655442038389],[-72.32821679456596,41.35655542038562],[-72.3278987944635,41.3565724203989],[-72.32776979442187,41.356578420404105],[-72.32761379437149,41.356584420410165],[-72.32724679425364,41.35661142042693],[-72.32711179421034,41.35662242043331],[-72.3269517941598,41.35664942044359],[-72.32683179412166,41.35666542045048],[-72.32669379407832,41.35669342046027],[-72.32652179402477,41.35673642047407],[-72.32638579398342,41.35678842048849],[-72.32636679397773,41.35679742049085],[-72.32623779393953,41.35686542050818],[-72.32613079390937,41.35694942052796],[-72.3258497938202,41.35698942054458],[-72.3256597937603,41.35702342055716],[-72.3256467937562,41.357026420558164],[-72.32413379327885,41.35729142065733],[-72.32242479273962,41.35759142076949],[-72.32076679221639,41.35788042087788],[-72.32063079217394,41.357912420888404],[-72.31994179195695,41.358040420935],[-72.3178787913074,41.35842742107521],[-72.31719079109078,41.358556421121975],[-72.31464279028808,41.35902642129359],[-72.3110737891638,41.359686421534306],[-72.3103597889387,41.35981542158185],[-72.30703378789981,41.360591421837626],[-72.30451178711208,41.361180422031666],[-72.30428778704042,41.36120242204298],[-72.30361578682569,41.36127142207749],[-72.30339278675444,41.36129442208896],[-72.3032267867025,41.36133142210139],[-72.30272978654713,41.36144542213922],[-72.30256478649557,41.361483422151814],[-72.30152778616981,41.36169242222509],[-72.29949978553284,41.362102422368686],[-72.29914578542167,41.362174422393814],[-72.29849778521485,41.36224542242797],[-72.29840778518611,41.36225542243273],[-72.297927785033,41.3623094224583],[-72.29735778485113,41.36237342248863],[-72.29721578480567,41.36238642249562],[-72.29679278467029,41.36242642251666],[-72.2966517846252,41.362440422523804],[-72.29659378460674,41.36244742252699],[-72.29659278460646,41.362448422527216],[-72.29641778454942,41.362446422532294],[-72.29638178453773,41.362446422533424],[-72.29635978453058,41.3624464225341],[-72.29612278445691,41.362508422553645],[-72.29541378423673,41.36269742261275],[-72.29517778416343,41.36276042263245],[-72.29506278412649,41.362768422637615],[-72.29503678411814,41.3627704226388],[-72.2948967840732,41.36278142264534],[-72.29475078402633,41.36279242265205],[-72.29471878401604,41.36279442265346],[-72.2946047839794,41.362802422658575],[-72.2943907839131,41.362862422677],[-72.29375178371542,41.36304642273295],[-72.2935387836495,41.36310742275153],[-72.29347578362896,41.36310642275331],[-72.2932877835678,41.36310642275919],[-72.29322578354764,41.36310642276112],[-72.29190578313296,41.36337242285439],[-72.28794878189014,41.36417442313488],[-72.2866297814759,41.36444242322851],[-72.28512678100307,41.36473342333236],[-72.28503378097386,41.36475242333897],[-72.28343778047181,41.36506242344946],[-72.2816917799226,41.36540142357029],[-72.2806177795847,41.36560942364453],[-72.27994577937334,41.365740423691136],[-72.2795307792428,41.36582142371992],[-72.27911477911191,41.36590142374856],[-72.27863677896083,41.36598142377914],[-72.27720277850779,41.36622442387146],[-72.2767257783571,41.366305423902176],[-72.27633277812998,41.36450142356168],[-72.27594077790324,41.36269742322113],[-72.27593977790285,41.36269642322096],[-72.27575077779365,41.36182842305711],[-72.27450477707332,41.35610042197571],[-72.2709787756374,41.350841421057055],[-72.27071877553156,41.35045442098947],[-72.27020577531228,41.34950042081884],[-72.26972477510665,41.34860542065875],[-72.26801777437957,41.34547642009984],[-72.26767577423252,41.34482441998295],[-72.26665277379247,41.34287041963253],[-72.26631177364582,41.342219419515786],[-72.2663557736598,41.34221341951325],[-72.26651277371101,41.34221641950894],[-72.26674577378773,41.34223341950498],[-72.26694077385257,41.34225941950398],[-72.26717577393158,41.34230641950586],[-72.2674067740105,41.34237541951214],[-72.26752177405025,41.342418419516974],[-72.26773977412682,41.34252141953033],[-72.26782577415766,41.34257341953783],[-72.26798877421702,41.34268941955544],[-72.26819777429526,41.3428764195855],[-72.26833477434893,41.3430424196137],[-72.26847577440704,41.343265419652944],[-72.26875577452473,41.3437504197391],[-72.26885777456758,41.34392641977035],[-72.26944877481853,41.34499541996108],[-72.26973377494078,41.34553342005745],[-72.26988877500892,41.345856420115815],[-72.27020877515257,41.3465764202467],[-72.27050877529025,41.34730642038014],[-72.27079977542606,41.34805542051762],[-72.27094177548997,41.34837842057637],[-72.27099977551462,41.348483420595095],[-72.27112677556653,41.34867642062889],[-72.27121877560272,41.348790420648335],[-72.27133777564806,41.34891142066828],[-72.27146477569552,41.34902342068623],[-72.27166077576669,41.34915842070652],[-72.27181477582167,41.34924742071913],[-72.27196377587414,41.34932042072876],[-72.27206177590831,41.34936242073391],[-72.27218377595052,41.34940842073912],[-72.27230777599304,41.34944842074307],[-72.27243477603628,41.349483420745955],[-72.27265277610971,41.349529420748134],[-72.27276377614676,41.349546420748],[-72.27298977622145,41.34956842074526],[-72.27323977630321,41.349576420739005],[-72.27337777634787,41.34957242073393],[-72.27351477639198,41.349564420728086],[-72.27466877675943,41.349421420664086],[-72.27589477714984,41.34927042059627],[-72.27596777717297,41.349259420591835],[-72.2760377771953,41.3492514205881],[-72.276293777277,41.34922342057463],[-72.2768177774442,41.34916442054672],[-72.27708577752963,41.34913342053229],[-72.27738077762355,41.34909642051584],[-72.27767477771702,41.34905742049904],[-72.27774477773931,41.34904842049508],[-72.27799477781883,41.34901642048102],[-72.27824377789806,41.34898442046699],[-72.27830077791612,41.34897542046345],[-72.27864877802698,41.34893342044436],[-72.27869877804295,41.34892842044184],[-72.27904877815509,41.34889742042484],[-72.27949077829778,41.34887842040733],[-72.2798717784219,41.3488824203962],[-72.2801007784971,41.34889542039161],[-72.28032877857234,41.348915420388394],[-72.28055677864796,41.34894242038655],[-72.28157077898555,41.349084420382674],[-72.28179677906081,41.34911642038188],[-72.28216077918198,41.34916742038048],[-72.28230377922954,41.349186420379745],[-72.2823997792617,41.34920342038005],[-72.282523779303,41.34922142037971],[-72.28341677960036,41.34934742037649],[-72.28390377976308,41.34942642037672],[-72.2845007799632,41.34953442037921],[-72.28571678037375,41.34980942039502],[-72.28652078064573,41.35000042040728],[-72.28794078112605,41.35033742042885],[-72.28887678144213,41.350549420441084],[-72.28933578159645,41.35064142044473],[-72.28942478162605,41.35065342044431],[-72.29077778206936,41.350713420413776],[-72.29112578218208,41.350705420401326],[-72.29114678218876,41.3507024204001],[-72.29124278221943,41.350692420395134],[-72.29134578225236,41.35068242038996],[-72.29160578233467,41.350641420373826],[-72.29186478241634,41.35059542035674],[-72.29212178249703,41.35054242033832],[-72.29323878284674,41.35029642025531],[-72.29429178317626,41.35006142017644],[-72.29457478326488,41.34999942015547],[-72.29509778342911,41.349893420118406],[-72.29519478345955,41.34987342011146],[-72.29530978349217,41.34978642009085],[-72.2955797835686,41.34957942004192],[-72.29584478364315,41.349368419992366],[-72.29590778366094,41.349319419980816],[-72.29592578366602,41.34930541997751],[-72.295932783669,41.34931841997982],[-72.296015783704,41.3494634200056],[-72.29598178370541,41.34969042005107],[-72.29659778389461,41.349488419992305],[-72.29919878468766,41.34852941972343],[-72.29934978473325,41.34846541970618],[-72.2995007847789,41.348402419689144],[-72.29961478481297,41.34834841967502],[-72.29969978483842,41.34830841966453],[-72.3000647849465,41.34811541961538],[-72.30079178515815,41.34766541950462],[-72.30117878527089,41.34742741944597],[-72.30143678534589,41.34726541940622],[-72.30159078539073,41.34717041938281],[-72.30200178551021,41.3469134193197],[-72.30205878552684,41.34687841931107],[-72.3022117855712,41.34678041928712],[-72.30226478558666,41.3467484192792],[-72.30247078564656,41.346619419247524],[-72.30263478569411,41.34651441922186],[-72.30312978583785,41.34620141914517],[-72.30329478588577,41.34609741911965],[-72.30356678596505,41.34593041907849],[-72.30386278605138,41.34575041903402],[-72.30437778620085,41.34542341895395],[-72.30456978625668,41.34530341892448],[-72.30464878627967,41.34525441891242],[-72.30494178636482,41.345070418867266],[-72.30510678641286,41.34496841884216],[-72.3052467864536,41.34488141882076],[-72.30568278658029,41.34460741875353],[-72.30580978661577,41.34450141872881],[-72.3059717866611,41.34436841869773],[-72.30603478667862,41.344314418685194],[-72.30606978668779,41.34427441867628],[-72.30611478669903,41.34421241866274],[-72.3061967867209,41.344125418643166],[-72.30622778672922,41.34409341863593],[-72.30631978675258,41.34397441860977],[-72.30638578676908,41.343884418590115],[-72.30645378678518,41.343775418566665],[-72.30652978680287,41.34364741853924],[-72.30653078680297,41.34364341853843],[-72.30658978681522,41.34351741851192],[-72.30659978681726,41.34349541850731],[-72.30661678682125,41.34346741850131],[-72.30680478685608,41.342989418401906],[-72.30682178685935,41.342948418393355],[-72.30721378693539,41.342014418198374],[-72.30748378699005,41.34141241807216],[-72.30771378703689,41.34090441796559],[-72.30773078704033,41.34086641795761],[-72.30787578707015,41.34055141789145],[-72.30787878707079,41.34054541789018],[-72.3080507871071,41.340189417815154],[-72.30812378712338,41.340053417786265],[-72.30825178715332,41.339841417740786],[-72.3082557871543,41.339835417739486],[-72.30830378716546,41.339754417722126],[-72.30844478719979,41.33954541767684],[-72.30844778720044,41.33953941767556],[-72.3086257872452,41.339301417623446],[-72.30868378726024,41.33923141760793],[-72.30876378728084,41.33913341758625],[-72.30881478729412,41.33907341757292],[-72.3089437873278,41.33892341753954],[-72.30922478740217,41.33861441747031],[-72.3093557874369,41.338471417438214],[-72.30936378743911,41.33846441743661],[-72.30953778748447,41.33826041739124],[-72.30954078748528,41.33825741739056],[-72.3097837875497,41.33799241733112],[-72.30998578760367,41.33777941728313],[-72.3100927876329,41.33767841726004],[-72.31028878768662,41.33749641721829],[-72.3102777876826,41.337488417217074],[-72.31020278765583,41.33744541721101],[-72.31013678763279,41.33741641720738],[-72.31007878761288,41.33739741720548],[-72.31004878760257,41.337387417204475],[-72.31002978759618,41.337383417204265],[-72.30991078755639,41.33736341720408],[-72.30953878743487,41.337353417213755],[-72.30938678738536,41.33735141721812],[-72.30915478730974,41.337348417224774],[-72.30910778729452,41.33734941722645],[-72.30844578707881,41.33734141724557],[-72.30774778685088,41.33732341726387],[-72.3074687867594,41.337309417269836],[-72.30746678675874,41.3373094172699],[-72.30722278667776,41.33727941727168],[-72.30693378658165,41.337240417273065],[-72.30662578647858,41.33718741727232],[-72.30651678644216,41.33716941727221],[-72.30614978631968,41.33711241727253],[-72.30598378626433,41.337087417272826],[-72.30585478622167,41.337074417274316],[-72.30570778617333,41.337064417276956],[-72.30545178608965,41.33705641728339],[-72.30530378604153,41.33705641728801],[-72.30521078601163,41.33706241729208],[-72.30508178597029,41.33707341729827],[-72.30498478593951,41.33708741730405],[-72.30487378590479,41.337112417312404],[-72.30479478588016,41.33713141731859],[-72.30465078583592,41.3371784173323],[-72.30444878577441,41.33725441735347],[-72.30426878571924,41.33731541737103],[-72.30416678568739,41.33733941737891],[-72.30405678565263,41.33735741738587],[-72.3039467856174,41.337367417391285],[-72.303880785596,41.33736841739353],[-72.30381678557507,41.33736641739513],[-72.30375878555617,41.337365417396754],[-72.30364878551946,41.33734841739685],[-72.30357278549361,41.33732741739513],[-72.3034137854393,41.3372804173909],[-72.30332378540756,41.33723541738491],[-72.30321278536756,41.337164417374495],[-72.30309178532285,41.33706641735909],[-72.30289678525001,41.336895417331725],[-72.30269578517603,41.33673841730728],[-72.30267078516701,41.33672241730495],[-72.30258378513567,41.336666417296705],[-72.30247078509616,41.33661641729045],[-72.30237978506493,41.336586417287414],[-72.30231778504411,41.336574417287004],[-72.30219078500164,41.33655341728687],[-72.30204378495324,41.33654241728931],[-72.30187978489982,41.33654041729404],[-72.30167878483479,41.33654641730149],[-72.30140778474761,41.33656341731327],[-72.30126378470177,41.33658141732131],[-72.30117878467489,41.336595417326706],[-72.30111478465497,41.33661141733184],[-72.3010757846429,41.33662241733521],[-72.30102878462829,41.33663441733902],[-72.30097378461171,41.33665841734544],[-72.30091478459396,41.336684417352366],[-72.30085778457696,41.33671241735963],[-72.30080478456127,41.33674041736677],[-72.3007507845453,41.33676941737412],[-72.30064978451593,41.33683241738962],[-72.30052778447995,41.336899417406535],[-72.30047378446424,41.336933417414876],[-72.30031778441854,41.33702441743755],[-72.30016678437285,41.3370864174544],[-72.30014978436753,41.33709041745571],[-72.30002478432888,41.33712641746666],[-72.29990878429204,41.33714241747343],[-72.29984578426186,41.336966417440955],[-72.2998237842457,41.336802417409544],[-72.2998017842346,41.33673041739615],[-72.29979478422236,41.33654941736094],[-72.29982378421612,41.33626441730427],[-72.30023978425392,41.33449241694452],[-72.30023678425185,41.33447241694071],[-72.3001377841818,41.33378441680918],[-72.30010878416634,41.33367441678855],[-72.30015978416994,41.333438416740776],[-72.30026878419874,41.33331741671368],[-72.30029778420695,41.333295416708474],[-72.30050178427571,41.333339416710714],[-72.30059678430416,41.333295416699144],[-72.30064778430689,41.33304341664822],[-72.30072778432383,41.33287841661343],[-72.30096778437986,41.332478416527664],[-72.30099678438474,41.332395416510494],[-72.30104778438356,41.33207241644572],[-72.30104778436029,41.33164941636293],[-72.3010337843521,41.331583416350455],[-72.3009387843001,41.33119941627826],[-72.3008957842822,41.33112841626572],[-72.30073578419578,41.3305024161482],[-72.30061178413737,41.33017341608769],[-72.30049578406376,41.32952041596353],[-72.30047378405385,41.329470415954425],[-72.30034978398429,41.32893841585417],[-72.30024078393735,41.32872941581668],[-72.30008078387813,41.32859841579603],[-72.29981178378583,41.32851041578722],[-72.29960778371223,41.32837841576776],[-72.29947678365667,41.32814241572564],[-72.2991637835178,41.327467415603316],[-72.29909678349145,41.32738441558917],[-72.29879278337215,41.32701241552586],[-72.29860378329924,41.32680341549085],[-72.29835578320139,41.326490415437334],[-72.29814478311559,41.32617741538266],[-72.2978247829874,41.32573841530673],[-72.29767878292246,41.32542041524904],[-72.29753378286624,41.32525541522128],[-72.29746078284043,41.325217415216116],[-72.2976207828876,41.3251294151939],[-72.29764978289072,41.32501441517048],[-72.2975557828472,41.32477841512723],[-72.29758478285359,41.32472341511556],[-72.2978617829132,41.32416941499846],[-72.29796378293217,41.323911414944774],[-72.29797178293411,41.323899414942176],[-72.29806578295722,41.32376341491263],[-72.29890978319902,41.32317041477018],[-72.2990047832248,41.323077414749015],[-72.29920778328103,41.32289941470783],[-72.29927378329928,41.322841414694416],[-72.29960178338933,41.32253941462506],[-72.29965978340125,41.32241341459859],[-72.29956578335747,41.32217241455435],[-72.29961678336048,41.3219254145044],[-72.29957978331437,41.321305414384206],[-72.29951478327571,41.32098641432378],[-72.29955878328549,41.32090441430635],[-72.29972578333376,41.320794414279604],[-72.29987878337415,41.32062441424155],[-72.29994478338446,41.32042141419974],[-72.30002678340628,41.320333414179956],[-72.30003878340958,41.320322414177426],[-72.30027978348222,41.320218414149544],[-72.30041778352198,41.320125414127034],[-72.30055578355595,41.319927414083956],[-72.30060678355774,41.319658414029696],[-72.30062878354985,41.31938441397537],[-72.30064378355083,41.31931341396101],[-72.30064178353803,41.319092413917815],[-72.30063978352885,41.31893741388752],[-72.3006367835042,41.31850641380324],[-72.30063878350309,41.31847441379693],[-72.3006497834982,41.318320413766436],[-72.30065378349593,41.31825541375358],[-72.30065878349389,41.31818841374031],[-72.30063878348057,41.318064413716655],[-72.30062878347385,41.31800141370464],[-72.30023678330843,41.31731041358161],[-72.30019178328888,41.31722041356538],[-72.29975578309897,41.316344413407506],[-72.29974178308571,41.316185413376814],[-72.29982178310352,41.316036413345145],[-72.29991678313084,41.31597141332944],[-72.30030178325325,41.31592141330764],[-72.30040378328341,41.31586641329368],[-72.3004547832934,41.31574641326859],[-72.30041178326523,41.31548841321944],[-72.30022278319142,41.315263413181285],[-72.30021378318453,41.31519141316746],[-72.30017878315662,41.31489041310963],[-72.30006978311421,41.31476341308817],[-72.29981478302076,41.314571413058545],[-72.29974978299512,41.31448941304452],[-72.29994578304499,41.31423741298906],[-72.30008478307542,41.31396841293206],[-72.3002957831277,41.313671412867315],[-72.30031778313408,41.313657412863876],[-72.30045578317433,41.313573412843134],[-72.30097978333804,41.31345241280307],[-72.30120578340217,41.31328241276273],[-72.30150378347942,41.312925412683526],[-72.3017877835579,41.31267341262533],[-72.30192578359734,41.31257441260163],[-72.30205678363872,41.31255241259322],[-72.30239878375171,41.31258541258902],[-72.30279978388872,41.31270641260018],[-72.30294378393691,41.31273141260057],[-72.30295178393962,41.312733412600714],[-72.30338878407656,41.312640412568854],[-72.30384078421626,41.3125084125289],[-72.30391278423699,41.31245941251706],[-72.30392978423656,41.312351412495374],[-72.30392578423185,41.312289412483366],[-72.30400378425479,41.31224541247231],[-72.30419078429723,41.31191141240108],[-72.30418578429082,41.3118244123842],[-72.30391678418817,41.311547412338356],[-72.3038157841487,41.31142641231782],[-72.3037447841171,41.31127141228969],[-72.30410878422049,41.31099941222508],[-72.30458178435767,41.31069741215117],[-72.30467478438545,41.310653412139644],[-72.30478478440526,41.310362412079236],[-72.30543478452348,41.30866841172723],[-72.30556078455726,41.30853741169765],[-72.30579878462686,41.30839641166261],[-72.30607578470956,41.308262411627716],[-72.30615778472686,41.30809241159187],[-72.30651278479823,41.307290411423736],[-72.30593178458162,41.30678541134299],[-72.30592578457275,41.3066594113185],[-72.30609678462608,41.30661841130514],[-72.3063147846941,41.306566411288145],[-72.30716478496831,41.30652841125416],[-72.30749178506845,41.306416411222],[-72.30760978509781,41.30625241118622],[-72.30791878517645,41.30585541109882],[-72.30782678513336,41.30561541105469],[-72.3073867849761,41.30535641101771],[-72.30737078495486,41.305064410961045],[-72.30738578495358,41.304952410938654],[-72.30740478495234,41.3048174109116],[-72.30752678498585,41.304705410885866],[-72.30803378512002,41.304147410760756],[-72.30827078516843,41.30362641065133],[-72.3086297852731,41.303407410597224],[-72.30991778569167,41.3034054105566],[-72.31004778572634,41.303267410525514],[-72.31017978576166,41.303129410494364],[-72.30971778558958,41.302730410430655],[-72.30976778556789,41.30203941029378],[-72.31031678571078,41.30139241014991],[-72.31094078587866,41.30075541000568],[-72.31127278596504,41.30036340991853],[-72.31134878593558,41.29937740972306],[-72.31132778592458,41.299301409708825],[-72.3112847859022,41.29914840968021],[-72.31124378588036,41.298993409651125],[-72.31120278585891,41.298845409623425],[-72.31103778579231,41.29860940958235],[-72.31065678565562,41.29837540954842],[-72.31028878552361,41.298149409515645],[-72.31016078547925,41.298099409509845],[-72.3089987850769,41.29765040945819],[-72.30890778504411,41.29759240944969],[-72.30874178498419,41.29748340943352],[-72.3087277849764,41.297424409422405],[-72.30871378496872,41.297367409411684],[-72.30870078496142,41.297311409401104],[-72.30868678495352,41.2972504093896],[-72.30876778497485,41.29715940936924],[-72.3087437849559,41.29695640933023],[-72.30871978493694,41.29675340929123],[-72.30867678491133,41.29654140925105],[-72.30863478488604,41.296329409210834],[-72.30862778488256,41.29630740920674],[-72.30850478481986,41.2958934091295],[-72.30848678480784,41.29578140910811],[-72.30846978479624,41.29567040908691],[-72.30848278479222,41.295520409057104],[-72.30849678478859,41.29537140902748],[-72.30850678478762,41.29529440901211],[-72.3085177847869,41.29521640899648],[-72.3085957848075,41.29512940897699],[-72.30862778481459,41.295069408964245],[-72.3086597848217,41.29500940895149],[-72.30867578481993,41.29488240892611],[-72.3086917848181,41.294754408900545],[-72.30887278485963,41.29443940883319],[-72.30905478490145,41.29412340876562],[-72.30913478491983,41.29398440873589],[-72.3092147849382,41.29384540870615],[-72.3092447849441,41.29377540869151],[-72.30927478495002,41.293705408676864],[-72.30930178495538,41.29364340866387],[-72.30932878496075,41.29358140865088],[-72.30937978496937,41.29343640862089],[-72.30943078497792,41.2932904085907],[-72.30946678498393,41.29318640856921],[-72.30949378498842,41.29310840855309],[-72.30952078499296,41.293031408537146],[-72.31099178538277,41.29142240817602],[-72.31153378551473,41.29061740800142],[-72.3120427856386,41.28986040783723],[-72.31229178571175,41.28971840780164],[-72.31246878576005,41.289550407763194],[-72.31340978603552,41.28899740762548],[-72.3139127861893,41.28882040757509],[-72.31465978641401,41.28849140748732],[-72.31475478644215,41.28844140747456],[-72.31513178655398,41.28824640742458],[-72.3156797867132,41.28790240734008],[-72.31599978680335,41.2876504072807],[-72.31650178694302,41.287222407181176],[-72.31691278705395,41.286809407087425],[-72.31729378715886,41.28646540700814],[-72.31778078729239,41.28601440690457],[-72.31809978738055,41.285731406839155],[-72.31854178750535,41.28538840675816],[-72.31934978773731,41.2848304066236],[-72.31969978783887,41.28460840656919],[-72.32038478803504,41.284126406453346],[-72.32096378819972,41.2836984063514],[-72.32125178828437,41.28353540631048],[-72.32189178845594,41.282872406160585],[-72.32219578852752,41.28237640605391],[-72.32260678862667,41.28174940591821],[-72.32295578869947,41.28100940576232],[-72.32374378891289,41.28023240558547],[-72.32421978905485,41.28000040552514],[-72.32530178939342,41.27976240544471],[-72.32589678958578,41.27974440542259],[-72.32656778980586,41.27978140540889],[-72.32713178998702,41.27974240538362],[-72.32751279010913,41.27971140536563],[-72.32900079059067,41.2796744053119]]]},"properties":{"name":6601.01,"geoid":"09011660101"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.24837876511747,41.29302741044279],[-72.24841176512926,41.29304741044569],[-72.2493077653776,41.29226241026398],[-72.25035276566209,41.291253410033754],[-72.25079976571536,41.28957140969024],[-72.25244176617548,41.28822540937538],[-72.2555757669549,41.28385140842066],[-72.25766476750503,41.281495407893885],[-72.26169376880858,41.28138340774646],[-72.26632077036172,41.28228040777811],[-72.27184177216246,41.28239240762806],[-72.27437877298712,41.282392407549],[-72.27706477381717,41.28160740731145],[-72.28003277476441,41.28128840715641],[-72.28019877481744,41.281271407147905],[-72.28228877547215,41.28082240699477],[-72.28437777611427,41.280149406797754],[-72.28751177707761,41.27914040650229],[-72.29104577821681,41.27896840635838],[-72.2914187783354,41.27892040633734],[-72.29532577957742,41.278413406116115],[-72.30097678141404,41.27841340593982],[-72.30900878394472,41.27696040540442],[-72.31436278565403,41.27640140512774],[-72.32090678780521,41.276848405010995],[-72.3243407889481,41.27733940499994],[-72.32670678974527,41.27785440502696],[-72.32853879037546,41.27848940509415],[-72.32864079041057,41.278525405098],[-72.32893779056234,41.27953140528585],[-72.32900079059067,41.2796744053119],[-72.32751279010913,41.27971140536563],[-72.32713178998702,41.27974240538362],[-72.32656778980586,41.27978140540889],[-72.32589678958578,41.27974440542259],[-72.32530178939342,41.27976240544471],[-72.32421978905485,41.28000040552514],[-72.32374378891289,41.28023240558547],[-72.32295578869947,41.28100940576232],[-72.32260678862667,41.28174940591821],[-72.32219578852752,41.28237640605391],[-72.32189178845594,41.282872406160585],[-72.32125178828437,41.28353540631048],[-72.32096378819972,41.2836984063514],[-72.32038478803504,41.284126406453346],[-72.31969978783887,41.28460840656919],[-72.31934978773731,41.2848304066236],[-72.31854178750535,41.28538840675816],[-72.31809978738055,41.285731406839155],[-72.31778078729239,41.28601440690457],[-72.31729378715886,41.28646540700814],[-72.31691278705395,41.286809407087425],[-72.31650178694302,41.287222407181176],[-72.31599978680335,41.2876504072807],[-72.3156797867132,41.28790240734008],[-72.31513178655398,41.28824640742458],[-72.31475478644215,41.28844140747456],[-72.31465978641401,41.28849140748732],[-72.3139127861893,41.28882040757509],[-72.31340978603552,41.28899740762548],[-72.31246878576005,41.289550407763194],[-72.31229178571175,41.28971840780164],[-72.3120427856386,41.28986040783723],[-72.31153378551473,41.29061740800142],[-72.31099178538277,41.29142240817602],[-72.30952078499296,41.293031408537146],[-72.30949378498842,41.29310840855309],[-72.30946678498393,41.29318640856921],[-72.30943078497792,41.2932904085907],[-72.30937978496937,41.29343640862089],[-72.30932878496075,41.29358140865088],[-72.30930178495538,41.29364340866387],[-72.30927478495002,41.293705408676864],[-72.3092447849441,41.29377540869151],[-72.3092147849382,41.29384540870615],[-72.30913478491983,41.29398440873589],[-72.30905478490145,41.29412340876562],[-72.30887278485963,41.29443940883319],[-72.3086917848181,41.294754408900545],[-72.30867578481993,41.29488240892611],[-72.3086597848217,41.29500940895149],[-72.30862778481459,41.295069408964245],[-72.3085957848075,41.29512940897699],[-72.3085177847869,41.29521640899648],[-72.30850678478762,41.29529440901211],[-72.30849678478859,41.29537140902748],[-72.30848278479222,41.295520409057104],[-72.30846978479624,41.29567040908691],[-72.30848678480784,41.29578140910811],[-72.30850478481986,41.2958934091295],[-72.30862778488256,41.29630740920674],[-72.30863478488604,41.296329409210834],[-72.30867678491133,41.29654140925105],[-72.30871978493694,41.29675340929123],[-72.3087437849559,41.29695640933023],[-72.30876778497485,41.29715940936924],[-72.30868678495352,41.2972504093896],[-72.30870078496142,41.297311409401104],[-72.30871378496872,41.297367409411684],[-72.3087277849764,41.297424409422405],[-72.30874178498419,41.29748340943352],[-72.30890778504411,41.29759240944969],[-72.3089987850769,41.29765040945819],[-72.31016078547925,41.298099409509845],[-72.31028878552361,41.298149409515645],[-72.31065678565562,41.29837540954842],[-72.31103778579231,41.29860940958235],[-72.31120278585891,41.298845409623425],[-72.31124378588036,41.298993409651125],[-72.3112847859022,41.29914840968021],[-72.31132778592458,41.299301409708825],[-72.31134878593558,41.29937740972306],[-72.31127278596504,41.30036340991853],[-72.31094078587866,41.30075541000568],[-72.31031678571078,41.30139241014991],[-72.30976778556789,41.30203941029378],[-72.30971778558958,41.302730410430655],[-72.31017978576166,41.303129410494364],[-72.31004778572634,41.303267410525514],[-72.30991778569167,41.3034054105566],[-72.3086297852731,41.303407410597224],[-72.30827078516843,41.30362641065133],[-72.30803378512002,41.304147410760756],[-72.30752678498585,41.304705410885866],[-72.30740478495234,41.3048174109116],[-72.30738578495358,41.304952410938654],[-72.30737078495486,41.305064410961045],[-72.3073867849761,41.30535641101771],[-72.30782678513336,41.30561541105469],[-72.30791878517645,41.30585541109882],[-72.30760978509781,41.30625241118622],[-72.30749178506845,41.306416411222],[-72.30716478496831,41.30652841125416],[-72.3063147846941,41.306566411288145],[-72.30609678462608,41.30661841130514],[-72.30592578457275,41.3066594113185],[-72.30593178458162,41.30678541134299],[-72.30651278479823,41.307290411423736],[-72.30615778472686,41.30809241159187],[-72.30607578470956,41.308262411627716],[-72.30579878462686,41.30839641166261],[-72.30556078455726,41.30853741169765],[-72.30543478452348,41.30866841172723],[-72.30478478440526,41.310362412079236],[-72.30467478438545,41.310653412139644],[-72.30458178435767,41.31069741215117],[-72.30410878422049,41.31099941222508],[-72.3037447841171,41.31127141228969],[-72.3038157841487,41.31142641231782],[-72.30391678418817,41.311547412338356],[-72.30418578429082,41.3118244123842],[-72.30419078429723,41.31191141240108],[-72.30400378425479,41.31224541247231],[-72.30392578423185,41.312289412483366],[-72.30392978423656,41.312351412495374],[-72.30391278423699,41.31245941251706],[-72.30384078421626,41.3125084125289],[-72.30338878407656,41.312640412568854],[-72.30295178393962,41.312733412600714],[-72.30294378393691,41.31273141260057],[-72.30279978388872,41.31270641260018],[-72.30239878375171,41.31258541258902],[-72.30205678363872,41.31255241259322],[-72.30192578359734,41.31257441260163],[-72.3017877835579,41.31267341262533],[-72.30150378347942,41.312925412683526],[-72.30120578340217,41.31328241276273],[-72.30097978333804,41.31345241280307],[-72.30045578317433,41.313573412843134],[-72.30031778313408,41.313657412863876],[-72.3002957831277,41.313671412867315],[-72.30008478307542,41.31396841293206],[-72.29994578304499,41.31423741298906],[-72.29974978299512,41.31448941304452],[-72.29981478302076,41.314571413058545],[-72.30006978311421,41.31476341308817],[-72.30017878315662,41.31489041310963],[-72.30021378318453,41.31519141316746],[-72.30022278319142,41.315263413181285],[-72.30041178326523,41.31548841321944],[-72.3004547832934,41.31574641326859],[-72.30040378328341,41.31586641329368],[-72.30030178325325,41.31592141330764],[-72.29991678313084,41.31597141332944],[-72.29982178310352,41.316036413345145],[-72.29974178308571,41.316185413376814],[-72.29975578309897,41.316344413407506],[-72.30019178328888,41.31722041356538],[-72.30023678330843,41.31731041358161],[-72.30062878347385,41.31800141370464],[-72.30063878348057,41.318064413716655],[-72.30065878349389,41.31818841374031],[-72.30065378349593,41.31825541375358],[-72.3006497834982,41.318320413766436],[-72.30063878350309,41.31847441379693],[-72.3006367835042,41.31850641380324],[-72.30063978352885,41.31893741388752],[-72.30064178353803,41.319092413917815],[-72.30064378355083,41.31931341396101],[-72.30062878354985,41.31938441397537],[-72.30060678355774,41.319658414029696],[-72.30055578355595,41.319927414083956],[-72.30041778352198,41.320125414127034],[-72.30027978348222,41.320218414149544],[-72.30003878340958,41.320322414177426],[-72.30002678340628,41.320333414179956],[-72.29994478338446,41.32042141419974],[-72.29987878337415,41.32062441424155],[-72.29972578333376,41.320794414279604],[-72.29955878328549,41.32090441430635],[-72.29951478327571,41.32098641432378],[-72.29957978331437,41.321305414384206],[-72.29961678336048,41.3219254145044],[-72.29956578335747,41.32217241455435],[-72.29965978340125,41.32241341459859],[-72.29960178338933,41.32253941462506],[-72.29927378329928,41.322841414694416],[-72.29920778328103,41.32289941470783],[-72.2990047832248,41.323077414749015],[-72.29890978319902,41.32317041477018],[-72.29806578295722,41.32376341491263],[-72.29797178293411,41.323899414942176],[-72.29796378293217,41.323911414944774],[-72.2978617829132,41.32416941499846],[-72.29758478285359,41.32472341511556],[-72.2975557828472,41.32477841512723],[-72.29764978289072,41.32501441517048],[-72.2976207828876,41.3251294151939],[-72.29746078284043,41.325217415216116],[-72.29753378286624,41.32525541522128],[-72.29767878292246,41.32542041524904],[-72.2978247829874,41.32573841530673],[-72.29814478311559,41.32617741538266],[-72.29835578320139,41.326490415437334],[-72.29860378329924,41.32680341549085],[-72.29879278337215,41.32701241552586],[-72.29909678349145,41.32738441558917],[-72.2991637835178,41.327467415603316],[-72.29947678365667,41.32814241572564],[-72.29960778371223,41.32837841576776],[-72.29981178378583,41.32851041578722],[-72.30008078387813,41.32859841579603],[-72.30024078393735,41.32872941581668],[-72.30034978398429,41.32893841585417],[-72.30047378405385,41.329470415954425],[-72.30049578406376,41.32952041596353],[-72.30061178413737,41.33017341608769],[-72.30073578419578,41.3305024161482],[-72.3008957842822,41.33112841626572],[-72.3009387843001,41.33119941627826],[-72.3010337843521,41.331583416350455],[-72.30104778436029,41.33164941636293],[-72.30104778438356,41.33207241644572],[-72.30099678438474,41.332395416510494],[-72.30096778437986,41.332478416527664],[-72.30072778432383,41.33287841661343],[-72.30064778430689,41.33304341664822],[-72.30059678430416,41.333295416699144],[-72.30050178427571,41.333339416710714],[-72.30029778420695,41.333295416708474],[-72.30026878419874,41.33331741671368],[-72.30015978416994,41.333438416740776],[-72.30010878416634,41.33367441678855],[-72.3001377841818,41.33378441680918],[-72.30023678425185,41.33447241694071],[-72.30023978425392,41.33449241694452],[-72.29982378421612,41.33626441730427],[-72.29979478422236,41.33654941736094],[-72.2998017842346,41.33673041739615],[-72.2998237842457,41.336802417409544],[-72.29984578426186,41.336966417440955],[-72.29990878429204,41.33714241747343],[-72.30002478432888,41.33712641746666],[-72.30014978436753,41.33709041745571],[-72.30016678437285,41.3370864174544],[-72.30031778441854,41.33702441743755],[-72.30047378446424,41.336933417414876],[-72.30052778447995,41.336899417406535],[-72.30064978451593,41.33683241738962],[-72.3007507845453,41.33676941737412],[-72.30080478456127,41.33674041736677],[-72.30085778457696,41.33671241735963],[-72.30091478459396,41.336684417352366],[-72.30097378461171,41.33665841734544],[-72.30102878462829,41.33663441733902],[-72.3010757846429,41.33662241733521],[-72.30111478465497,41.33661141733184],[-72.30117878467489,41.336595417326706],[-72.30126378470177,41.33658141732131],[-72.30140778474761,41.33656341731327],[-72.30167878483479,41.33654641730149],[-72.30187978489982,41.33654041729404],[-72.30204378495324,41.33654241728931],[-72.30219078500164,41.33655341728687],[-72.30231778504411,41.336574417287004],[-72.30237978506493,41.336586417287414],[-72.30247078509616,41.33661641729045],[-72.30258378513567,41.336666417296705],[-72.30267078516701,41.33672241730495],[-72.30269578517603,41.33673841730728],[-72.30289678525001,41.336895417331725],[-72.30309178532285,41.33706641735909],[-72.30321278536756,41.337164417374495],[-72.30332378540756,41.33723541738491],[-72.3034137854393,41.3372804173909],[-72.30357278549361,41.33732741739513],[-72.30364878551946,41.33734841739685],[-72.30375878555617,41.337365417396754],[-72.30381678557507,41.33736641739513],[-72.303880785596,41.33736841739353],[-72.3039467856174,41.337367417391285],[-72.30405678565263,41.33735741738587],[-72.30416678568739,41.33733941737891],[-72.30426878571924,41.33731541737103],[-72.30444878577441,41.33725441735347],[-72.30465078583592,41.3371784173323],[-72.30479478588016,41.33713141731859],[-72.30487378590479,41.337112417312404],[-72.30498478593951,41.33708741730405],[-72.30508178597029,41.33707341729827],[-72.30521078601163,41.33706241729208],[-72.30530378604153,41.33705641728801],[-72.30545178608965,41.33705641728339],[-72.30570778617333,41.337064417276956],[-72.30585478622167,41.337074417274316],[-72.30598378626433,41.337087417272826],[-72.30614978631968,41.33711241727253],[-72.30651678644216,41.33716941727221],[-72.30662578647858,41.33718741727232],[-72.30693378658165,41.337240417273065],[-72.30722278667776,41.33727941727168],[-72.30746678675874,41.3373094172699],[-72.3074687867594,41.337309417269836],[-72.30774778685088,41.33732341726387],[-72.30844578707881,41.33734141724557],[-72.30910778729452,41.33734941722645],[-72.30915478730974,41.337348417224774],[-72.30938678738536,41.33735141721812],[-72.30953878743487,41.337353417213755],[-72.30991078755639,41.33736341720408],[-72.31002978759618,41.337383417204265],[-72.31004878760257,41.337387417204475],[-72.31007878761288,41.33739741720548],[-72.31013678763279,41.33741641720738],[-72.31020278765583,41.33744541721101],[-72.3102777876826,41.337488417217074],[-72.31028878768662,41.33749641721829],[-72.3100927876329,41.33767841726004],[-72.30998578760367,41.33777941728313],[-72.3097837875497,41.33799241733112],[-72.30954078748528,41.33825741739056],[-72.30953778748447,41.33826041739124],[-72.30936378743911,41.33846441743661],[-72.3093557874369,41.338471417438214],[-72.30922478740217,41.33861441747031],[-72.3089437873278,41.33892341753954],[-72.30881478729412,41.33907341757292],[-72.30876378728084,41.33913341758625],[-72.30868378726024,41.33923141760793],[-72.3086257872452,41.339301417623446],[-72.30844778720044,41.33953941767556],[-72.30844478719979,41.33954541767684],[-72.30830378716546,41.339754417722126],[-72.3082557871543,41.339835417739486],[-72.30825178715332,41.339841417740786],[-72.30812378712338,41.340053417786265],[-72.3080507871071,41.340189417815154],[-72.30787878707079,41.34054541789018],[-72.30787578707015,41.34055141789145],[-72.30773078704033,41.34086641795761],[-72.30771378703689,41.34090441796559],[-72.30748378699005,41.34141241807216],[-72.30721378693539,41.342014418198374],[-72.30682178685935,41.342948418393355],[-72.30680478685608,41.342989418401906],[-72.30661678682125,41.34346741850131],[-72.30659978681726,41.34349541850731],[-72.30658978681522,41.34351741851192],[-72.30653078680297,41.34364341853843],[-72.30652978680287,41.34364741853924],[-72.30645378678518,41.343775418566665],[-72.30638578676908,41.343884418590115],[-72.30631978675258,41.34397441860977],[-72.30622778672922,41.34409341863593],[-72.3061967867209,41.344125418643166],[-72.30611478669903,41.34421241866274],[-72.30606978668779,41.34427441867628],[-72.30603478667862,41.344314418685194],[-72.3059717866611,41.34436841869773],[-72.30580978661577,41.34450141872881],[-72.30568278658029,41.34460741875353],[-72.3052467864536,41.34488141882076],[-72.30510678641286,41.34496841884216],[-72.30494178636482,41.345070418867266],[-72.30464878627967,41.34525441891242],[-72.30456978625668,41.34530341892448],[-72.30437778620085,41.34542341895395],[-72.30386278605138,41.34575041903402],[-72.30356678596505,41.34593041907849],[-72.30329478588577,41.34609741911965],[-72.30312978583785,41.34620141914517],[-72.30263478569411,41.34651441922186],[-72.30247078564656,41.346619419247524],[-72.30226478558666,41.3467484192792],[-72.3022117855712,41.34678041928712],[-72.30205878552684,41.34687841931107],[-72.30200178551021,41.3469134193197],[-72.30159078539073,41.34717041938281],[-72.30143678534589,41.34726541940622],[-72.30117878527089,41.34742741944597],[-72.30079178515815,41.34766541950462],[-72.3000647849465,41.34811541961538],[-72.29969978483842,41.34830841966453],[-72.29961478481297,41.34834841967502],[-72.2995007847789,41.348402419689144],[-72.29934978473325,41.34846541970618],[-72.29919878468766,41.34852941972343],[-72.29659778389461,41.349488419992305],[-72.29598178370541,41.34969042005107],[-72.296015783704,41.3494634200056],[-72.295932783669,41.34931841997982],[-72.29592578366602,41.34930541997751],[-72.29590778366094,41.349319419980816],[-72.29584478364315,41.349368419992366],[-72.2955797835686,41.34957942004192],[-72.29530978349217,41.34978642009085],[-72.29519478345955,41.34987342011146],[-72.29509778342911,41.349893420118406],[-72.29457478326488,41.34999942015547],[-72.29429178317626,41.35006142017644],[-72.29323878284674,41.35029642025531],[-72.29212178249703,41.35054242033832],[-72.29186478241634,41.35059542035674],[-72.29160578233467,41.350641420373826],[-72.29134578225236,41.35068242038996],[-72.29124278221943,41.350692420395134],[-72.29114678218876,41.3507024204001],[-72.29112578218208,41.350705420401326],[-72.29077778206936,41.350713420413776],[-72.28942478162605,41.35065342044431],[-72.28933578159645,41.35064142044473],[-72.28887678144213,41.350549420441084],[-72.28794078112605,41.35033742042885],[-72.28652078064573,41.35000042040728],[-72.28571678037375,41.34980942039502],[-72.2845007799632,41.34953442037921],[-72.28390377976308,41.34942642037672],[-72.28341677960036,41.34934742037649],[-72.282523779303,41.34922142037971],[-72.2823997792617,41.34920342038005],[-72.28230377922954,41.349186420379745],[-72.28216077918198,41.34916742038048],[-72.28179677906081,41.34911642038188],[-72.28157077898555,41.349084420382674],[-72.28055677864796,41.34894242038655],[-72.28032877857234,41.348915420388394],[-72.2801007784971,41.34889542039161],[-72.2798717784219,41.3488824203962],[-72.27949077829778,41.34887842040733],[-72.27904877815509,41.34889742042484],[-72.27869877804295,41.34892842044184],[-72.27864877802698,41.34893342044436],[-72.27830077791612,41.34897542046345],[-72.27824377789806,41.34898442046699],[-72.27799477781883,41.34901642048102],[-72.27774477773931,41.34904842049508],[-72.27767477771702,41.34905742049904],[-72.27738077762355,41.34909642051584],[-72.27708577752963,41.34913342053229],[-72.2768177774442,41.34916442054672],[-72.276293777277,41.34922342057463],[-72.2760377771953,41.3492514205881],[-72.27596777717297,41.349259420591835],[-72.27589477714984,41.34927042059627],[-72.27466877675943,41.349421420664086],[-72.27351477639198,41.349564420728086],[-72.27337777634787,41.34957242073393],[-72.27323977630321,41.349576420739005],[-72.27298977622145,41.34956842074526],[-72.27276377614676,41.349546420748],[-72.27265277610971,41.349529420748134],[-72.27243477603628,41.349483420745955],[-72.27230777599304,41.34944842074307],[-72.27218377595052,41.34940842073912],[-72.27206177590831,41.34936242073391],[-72.27196377587414,41.34932042072876],[-72.27181477582167,41.34924742071913],[-72.27166077576669,41.34915842070652],[-72.27146477569552,41.34902342068623],[-72.27133777564806,41.34891142066828],[-72.27121877560272,41.348790420648335],[-72.27112677556653,41.34867642062889],[-72.27099977551462,41.348483420595095],[-72.27094177548997,41.34837842057637],[-72.27079977542606,41.34805542051762],[-72.27050877529025,41.34730642038014],[-72.27020877515257,41.3465764202467],[-72.26988877500892,41.345856420115815],[-72.26973377494078,41.34553342005745],[-72.26944877481853,41.34499541996108],[-72.26885777456758,41.34392641977035],[-72.26875577452473,41.3437504197391],[-72.26847577440704,41.343265419652944],[-72.26833477434893,41.3430424196137],[-72.26819777429526,41.3428764195855],[-72.26798877421702,41.34268941955544],[-72.26782577415766,41.34257341953783],[-72.26773977412682,41.34252141953033],[-72.26752177405025,41.342418419516974],[-72.2674067740105,41.34237541951214],[-72.26717577393158,41.34230641950586],[-72.26694077385257,41.34225941950398],[-72.26674577378773,41.34223341950498],[-72.26651277371101,41.34221641950894],[-72.2663557736598,41.34221341951325],[-72.26631177364582,41.342219419515786],[-72.26627477362801,41.342114419496404],[-72.26618377358831,41.34193041946323],[-72.26614277357044,41.34184741944827],[-72.26602477352107,41.34164741941282],[-72.26581277343223,41.3412854193486],[-72.26561177334698,41.340923419284024],[-72.26546677328352,41.34062641923044],[-72.26541377325925,41.340498419207044],[-72.26533477322036,41.340258419162545],[-72.2652377731695,41.339906419096685],[-72.26523177316635,41.33988441909257],[-72.2650937730884,41.33928241897907],[-72.26439977280938,41.338311418810704],[-72.26231777197242,41.335399418305755],[-72.26162477169382,41.33442941813752],[-72.26133277157564,41.334006418063844],[-72.26107177146025,41.333450417963164],[-72.26018977107007,41.33156741762211],[-72.25963577082504,41.33038541740803],[-72.2593127706821,41.32969441728284],[-72.25908977059377,41.329406417233415],[-72.25855177038042,41.32870641711317],[-72.25693976974105,41.32660741675256],[-72.25640276952808,41.32590841663244],[-72.25641676952928,41.325847416620064],[-72.25651176954972,41.32565641657972],[-72.25659476957236,41.325577416561664],[-72.2566857695974,41.32549441654258],[-72.2569777696811,41.32528941649334],[-72.25715976972916,41.32508641644793],[-72.25720376973364,41.32490741641152],[-72.25720576972141,41.32467241636545],[-72.25721076970164,41.32428241628895],[-72.2572107696999,41.324250416282666],[-72.25722576969932,41.324151416262836],[-72.25730476971785,41.32402041623472],[-72.25732876972356,41.323982416226535],[-72.25796176990997,41.323628416137495],[-72.25802276992668,41.32357141612443],[-72.25812276995416,41.32347941610331],[-72.25814376995653,41.32339841608679],[-72.2581287699482,41.32333541607494],[-72.25811476993916,41.32325341605931],[-72.258072769912,41.323007416012466],[-72.25806676990797,41.32296941600522],[-72.25805976990328,41.322925415996814],[-72.25805476990023,41.3228994159919],[-72.25805176989822,41.322880415988244],[-72.25804176989183,41.3228234159774],[-72.25803776988917,41.322798415972635],[-72.25803476988736,41.32278341596981],[-72.25817376992018,41.32255741592121],[-72.2581367698992,41.32239441589046],[-72.25818076990961,41.32232341587518],[-72.25821276991837,41.32229341586832],[-72.25832676994962,41.32218741584401],[-72.25834876995283,41.32211541582923],[-72.25832076992934,41.32185341577881],[-72.25825476990116,41.32173041575679],[-72.25813076985622,41.32164641574421],[-72.25790576978251,41.32163641574925],[-72.25783976975802,41.321581415740546],[-72.25784576975879,41.321559415736054],[-72.25786276976058,41.32149141572221],[-72.25790676976521,41.32131541568638],[-72.25791276976604,41.321294415682075],[-72.25794176976812,41.32116041565495],[-72.25784076972897,41.321045415635574],[-72.25764976965984,41.32091741561647],[-72.25750076960591,41.32081741560154],[-72.25723676951029,41.32063941557492],[-72.25706976944463,41.320432415539585],[-72.25687276935811,41.320022415465445],[-72.25679276931892,41.31978241542096],[-72.25668476926954,41.31952241537343],[-72.25656076920241,41.31903341528155],[-72.25655376918434,41.31874541522537],[-72.25656076918108,41.31864441520538],[-72.25659076917098,41.31828241513355],[-72.25648176911861,41.31797341507646],[-72.25635876905844,41.317605415008245],[-72.25632976902575,41.31718141492611],[-72.25632976901935,41.31706441490321],[-72.25615076891305,41.316187414737065],[-72.25603076884185,41.31560041462586],[-72.25590876879423,41.315455414601274],[-72.25572676872298,41.315235414563865],[-72.25546576862372,41.31497241452048],[-72.25535676857577,41.31474441447925],[-72.2552987685403,41.31444141442172],[-72.25520476848544,41.313998414337895],[-72.25509576843577,41.31373841429037],[-72.25485576832955,41.3132244141972],[-72.25474776827356,41.312843414125965],[-72.25473976825418,41.312537414066284],[-72.25487876827881,41.312162413988524],[-72.2550887683238,41.31173741389875],[-72.25519176834594,41.311530413855],[-72.25514376831401,41.31123241379813],[-72.25486176819706,41.310771413716644],[-72.25481676815755,41.31031741362912],[-72.25460776806754,41.30991541355691],[-72.25413976790882,41.309795413547995],[-72.25384276780808,41.30971941354237],[-72.25328076761572,41.30954341352541],[-72.25296476749125,41.3091474134577],[-72.25255576731692,41.308392413322565],[-72.2524977672899,41.308243413295195],[-72.25206176708689,41.30712541308982],[-72.25062076648695,41.304726412664806],[-72.25021276626326,41.30306441235197],[-72.25000076617873,41.302779412302755],[-72.24954776598548,41.30194041215252],[-72.24947676594975,41.30170941210948],[-72.24945176593707,41.301626412093995],[-72.24943076589462,41.30097541196712],[-72.24878876563476,41.300042411804355],[-72.24883876563406,41.299732411742056],[-72.24867876557371,41.29958041171727],[-72.24867876557296,41.29956641171454],[-72.24881176560405,41.299344411666894],[-72.2487647655778,41.29914441162918],[-72.24844776540067,41.297791411373986],[-72.24834276534183,41.297340411288914],[-72.2483537652697,41.29595741101763],[-72.24837876511747,41.29302741044279]]]},"properties":{"name":6601.02,"geoid":"09011660102"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.04200570843201,41.484565454302015],[-72.0421137084664,41.48455045429575],[-72.04211770846769,41.48455045429562],[-72.04238470855529,41.48456145428951],[-72.04245570857941,41.48457945429082],[-72.04256570861679,41.48460745429287],[-72.04291470873292,41.484651454290656],[-72.04378470903632,41.48501445433455],[-72.04583770971358,41.485165454300436],[-72.04646170991944,41.48521145429008],[-72.04672871000753,41.485231454285724],[-72.04753971026808,41.485163454247335],[-72.04836071053184,41.485094454208465],[-72.04881071067639,41.4850564541871],[-72.04904171075059,41.48503645417604],[-72.04927271082482,41.48501745416519],[-72.04990871102909,41.484963454134956],[-72.05007671108312,41.48495045412721],[-72.05145971151411,41.48459145401431],[-72.05230071177618,41.48437245394553],[-72.05314271203859,41.48415445387691],[-72.05358271217565,41.48403945384084],[-72.05402171231242,41.48392445380481],[-72.05448471245671,41.48380445376704],[-72.05494671260074,41.48368545372951],[-72.05507071263939,41.48365345371942],[-72.05561971279953,41.483311453635686],[-72.05566371281239,41.48328445362904],[-72.05576571283949,41.48317245360402],[-72.05598471289781,41.482934453550804],[-72.05710071319375,41.481698453275065],[-72.05779771336995,41.48076945307217],[-72.0579967134195,41.48049045301156],[-72.05819671346944,41.48021245295112],[-72.05841771352458,41.47990445288416],[-72.05860371352958,41.47888945268034],[-72.05861471353003,41.47883245266887],[-72.0587117135326,41.47830245256244],[-72.05859271344409,41.47739445238892],[-72.05846271334794,41.47641245220131],[-72.05833371325211,41.47543045201366],[-72.05809271307305,41.47359445166279],[-72.05877071325818,41.47294145151434],[-72.05997071358613,41.471790451252524],[-72.06012671362873,41.471640451218406],[-72.06028271367134,41.471490451184295],[-72.06040971370287,41.471310451145236],[-72.0605377137347,41.47113045110613],[-72.06126471391528,41.47010245088296],[-72.06131371392735,41.47003145086758],[-72.06199071409556,41.46907545066],[-72.06310471437219,41.467499450317845],[-72.06366471452426,41.466944450192166],[-72.06391571459244,41.466696450135984],[-72.06416571466032,41.46644845007983],[-72.06470871480771,41.465909449957785],[-72.06491571486391,41.46570444991137],[-72.06508671491682,41.4656534498961],[-72.06571771511209,41.46546544983986],[-72.06634871530738,41.4652774497836],[-72.06645471533889,41.46522244976959],[-72.0665617153708,41.46516844975574],[-72.06706971552201,41.464907449689036],[-72.06740271562118,41.46473744964554],[-72.06824471587188,41.46430644953531],[-72.06922171616279,41.46380644940742],[-72.0692347161668,41.46380244940625],[-72.07002171641246,41.4636064493436],[-72.0699217165011,41.465819449778685],[-72.07042071680098,41.46832645025258],[-72.07062271692234,41.469340450444236],[-72.07132371724997,41.471151450775984],[-72.07157271734846,41.47146845083013],[-72.07282371784349,41.47306445110284],[-72.07330171806176,41.47420545131071],[-72.07362471820925,41.47497645145117],[-72.07352471825932,41.47648445174854],[-72.07342471833157,41.478396452124755],[-72.07363871844142,41.47912845226096],[-72.0740327186435,41.480472452511],[-72.0744257188452,41.48181645276106],[-72.07495271904665,41.48235845285046],[-72.07548071924846,41.48290145294005],[-72.07761372006371,41.48509445330178],[-72.08034972116793,41.48897245397347],[-72.080498721228,41.48918245400981],[-72.08102072155862,41.49210745456419],[-72.07802072050467,41.49071445438553],[-72.07782472044046,41.49070845439045],[-72.07757272035747,41.49069245439515],[-72.07755972035339,41.49069545439613],[-72.07752272034183,41.49070445439904],[-72.07751072033815,41.490708454400185],[-72.07737572029778,41.49077445441726],[-72.07732172028167,41.49080145442418],[-72.07693872016115,41.49087945445129],[-72.07679172011494,41.4909104544619],[-72.07665772007233,41.490929454469764],[-72.07625471994415,41.49098645449339],[-72.0761217199019,41.49100645450141],[-72.07599671986338,41.49104645451308],[-72.07562171974782,41.49116745454833],[-72.07549771970966,41.49120845456017],[-72.07531971965413,41.49125345457447],[-72.07478871948861,41.49139045461767],[-72.07461171943352,41.49143745463232],[-72.07338971905322,41.491763454733814],[-72.07322171900086,41.49180645474741],[-72.07287171888795,41.49182745476236],[-72.07253171878101,41.49189745478656],[-72.07205671873359,41.49385445518303],[-72.07203071873366,41.49401045521427],[-72.07200071874442,41.494384455288156],[-72.07197771875222,41.4946634553433],[-72.0717857188231,41.49709545582362],[-72.07172171884675,41.49790645598377],[-72.06979871872878,41.50717445785087],[-72.06978071872742,41.50725645786742],[-72.06976371872643,41.50733945788414],[-72.06974171872497,41.507443457905104],[-72.06972071872384,41.50754745792605],[-72.06941671870447,41.508999458218575],[-72.06921471869768,41.51007445843447],[-72.06881871868413,41.51217845885698],[-72.06811471865996,41.515916459607595],[-72.06770371861532,41.517542459937346],[-72.06676571827857,41.5169774598563],[-72.05964371572192,41.512689459241194],[-72.05864171536226,41.51208645915469],[-72.05769471509028,41.512754459314294],[-72.05733271498625,41.51300845937506],[-72.057148714935,41.513167459411754],[-72.05659871478194,41.513645459521996],[-72.05641571473112,41.51380545955886],[-72.05617671466347,41.51399245960275],[-72.05546271446147,41.51455245973407],[-72.05522571439455,41.51474045977806],[-72.05456071420755,41.51528245990436],[-72.05256671364681,41.51690746028299],[-72.0519027134602,41.51745046040944],[-72.05148571335123,41.51794146051809],[-72.05023371302413,41.51941746084466],[-72.04981771291553,41.51990946095347],[-72.04783071239633,41.52225046147143],[-72.04738971228119,41.52277146158665],[-72.04186971083874,41.529274463025345],[-72.04031771043326,41.531104463430125],[-72.04091771064532,41.53140446346998],[-72.04143771082703,41.53162646349714],[-72.04299971137284,41.53229346357871],[-72.04352071155492,41.53251646360602],[-72.04412071177352,41.532935463669084],[-72.0443187118698,41.533513463775584],[-72.04464471198735,41.533718463805435],[-72.04562471234065,41.5343344638951],[-72.04595171245856,41.53454046392511],[-72.0467547127496,41.53507346400408],[-72.046904712804,41.53517346401892],[-72.0461137126886,41.537767464548935],[-72.04583371264803,41.53869046473747],[-72.04567971261847,41.5390664648155],[-72.04521971253048,41.54019446504956],[-72.04506671250128,41.540571465127776],[-72.0451827125391,41.54057146512418],[-72.04553271265327,41.54057246511351],[-72.04564971269146,41.54057346511008],[-72.04603271282143,41.54066646511632],[-72.04718471321233,41.540945465134975],[-72.04756871334267,41.54103946514138],[-72.04794771347245,41.54115246515163],[-72.04908771386279,41.541492465182536],[-72.04946771399293,41.541606465192956],[-72.04962671404698,41.54164646519581],[-72.05010471420954,41.54176946520495],[-72.05026471426397,41.54181046520797],[-72.05023471426013,41.541918465229955],[-72.0501447142487,41.542244465296264],[-72.05011571424524,41.5423534653184],[-72.04923171411761,41.54527546591511],[-72.04892071407288,41.54630646612562],[-72.04672071345453,41.54810646654452],[-72.04611571330165,41.5489134667205],[-72.04582071322707,41.54930646680619],[-72.0456207132333,41.55060646706565],[-72.0456727132723,41.55100746714215],[-72.04592071345755,41.552906467504364],[-72.04594071346968,41.55300846752361],[-72.04622071363781,41.55440646778724],[-72.04632071369791,41.55490646788154],[-72.04613771369344,41.55591046808275],[-72.04612071369317,41.55600646810198],[-72.04606871367706,41.556021468106515],[-72.04560471353324,41.5561574681474],[-72.04524471341348,41.55611446815019],[-72.04414671304822,41.55598246815853],[-72.04377971292621,41.55593946816155],[-72.04192671230855,41.55569446817129],[-72.041414712136,41.55559246816731],[-72.04134271210768,41.555504468152385],[-72.04115471204214,41.55542746814323],[-72.04090271195807,41.55539246814423],[-72.04001271164572,41.554989468093325],[-72.0393097114004,41.554696468058054],[-72.03840271108949,41.55442046803242],[-72.03684271055478,41.55394646798846],[-72.03664571048188,41.55378846796379],[-72.03659471045914,41.55367746794375],[-72.03648271042225,41.55367046794585],[-72.03637071038528,41.55366246794777],[-72.03608671029166,41.55364346795288],[-72.03579971019998,41.55367846796859],[-72.03522271001417,41.553720467994665],[-72.03463170983574,41.553980468063635],[-72.03299570933592,41.55459246823357],[-72.03213270907432,41.55495246833042],[-72.0312687088006,41.555098468385644],[-72.03058570858208,41.555174468421626],[-72.02954370824833,41.55528446847535],[-72.02884270801422,41.5551834684774],[-72.0279947077382,41.55519246850543],[-72.02678170732928,41.55494846849549],[-72.0261147070997,41.554728468473314],[-72.02544770686507,41.55441646843321],[-72.0253837068432,41.554398468431685],[-72.02459970657515,41.55417246841196],[-72.02405470637993,41.5538534683667],[-72.02346370617383,41.55360946833749],[-72.02308570604684,41.55354146833595],[-72.02269170591254,41.5534354683275],[-72.02219470576448,41.55369046839258],[-72.02140370550096,41.553588468397216],[-72.02126970545783,41.55359846840332],[-72.02056970523242,41.55365046843513],[-72.02033570515928,41.55370846845367],[-72.01984170500502,41.55383246849314],[-72.01915970479027,41.553971468541334],[-72.01888570471147,41.554163468587234],[-72.01847870459586,41.554475468660634],[-72.01805470447775,41.55484246874525],[-72.01770870438459,41.555200468825696],[-72.01763270436327,41.55526346884031],[-72.01723370425137,41.55559546891735],[-72.01722570425277,41.55566846893183],[-72.01662070408355,41.5561794690501],[-72.01636870401764,41.556475469115576],[-72.01615270396113,41.556729469171735],[-72.0157777038707,41.55730946929633],[-72.0156277038394,41.55763046936349],[-72.01543470380628,41.558173469475236],[-72.01500170372631,41.55928846970584],[-72.01470270367075,41.560052469863905],[-72.01445170363122,41.56082347002185],[-72.01421270358976,41.56148747015858],[-72.01398870354652,41.562030470271274],[-72.01375070350373,41.562664470402126],[-72.01333070341161,41.56348147057425],[-72.01314670337182,41.56384947065163],[-72.01291070332081,41.56432247075105],[-72.01268570327095,41.56475047084137],[-72.01281370333328,41.56512547091046],[-72.01242070322604,41.56550647099683],[-72.01209670318416,41.56666747123296],[-72.01203270319377,41.567222471343015],[-72.01194170320262,41.567924471482534],[-72.01188970319359,41.56806847151219],[-72.01168170315722,41.56864147163022],[-72.01123970304285,41.569183471749476],[-72.01072070288582,41.56940647180897],[-72.01011070269139,41.56948847184383],[-72.00924870240225,41.5693424718421],[-72.0083597021005,41.56912747182777],[-72.00834070209407,41.569123471827574],[-72.00730470173764,41.568785471793824],[-72.00702770164237,41.568695471784885],[-72.00484270086223,41.56746547161301],[-72.00332070031885,41.56660947149343],[-72.00247970003942,41.566515471501184],[-72.00180269980649,41.56629447147909],[-72.00164069975075,41.56624147147379],[-72.00092769949971,41.56590447143023],[-72.00049669935088,41.56575347141417],[-72.00003869919651,41.56566247141061],[-71.99972369909246,41.56563847141569],[-71.99951969902476,41.56561747141793],[-71.99944369899981,41.565614471419686],[-71.99921569892501,41.56560647142519],[-71.99913969890012,41.56560447142715],[-71.99893269883222,41.565597471432206],[-71.99872469876395,41.56558947143708],[-71.9983276986355,41.565608471453075],[-71.99793169850741,41.56562747146902],[-71.99759469840353,41.56573747150088],[-71.99698869821314,41.565869471545334],[-71.99657269808247,41.56596047157594],[-71.99444869741403,41.566403471727966],[-71.99368669716898,41.56646647176381],[-71.99305569696098,41.56642647177556],[-71.99255669678973,41.5662714717608],[-71.99206369661451,41.56600847172484],[-71.99170469647213,41.56554747164618],[-71.99145469636876,41.56514947157639],[-71.99114969625644,41.564915471540246],[-71.99111069624323,41.5649064715397],[-71.9906016960711,41.564794471533624],[-71.98989569585217,41.56500147159581],[-71.98923369567181,41.56564947174249],[-71.98916869565056,41.5656484717443],[-71.9889756955875,41.56564647174988],[-71.98891169556664,41.56564647175187],[-71.98868469549313,41.565656471760825],[-71.98845669541929,41.56566547176965],[-71.9821616933805,41.5659274720154],[-71.98076769292678,41.56594447206182],[-71.98049769283911,41.56595147207154],[-71.98029469277306,41.565954472078396],[-71.9781776920845,41.56598947215069],[-71.97758769189267,41.56600047217107],[-71.97735269181622,41.56600447217912],[-71.97660069157189,41.56602147220569],[-71.97513369109505,41.566051472256895],[-71.97488069101269,41.56605447226529],[-71.97405669074458,41.5660664722931],[-71.97215469012598,41.566098472358135],[-71.97204369009009,41.56610447236274],[-71.96851168894264,41.56618847248828],[-71.9660076881293,41.56625047257775],[-71.96588268808857,41.56625147258181],[-71.96575568804776,41.56626247258788],[-71.96561868800306,41.566262472592115],[-71.96554068797768,41.56626347259473],[-71.96546268795232,41.56626447259732],[-71.96036368629557,41.56638247277787],[-71.95635968499504,41.566483472921234],[-71.95458068441775,41.566538472986906],[-71.94980068262382,41.56225047229923],[-71.94011667899005,41.55356847090658],[-71.94000367894776,41.55346947089078],[-71.93828667830424,41.5519424706462],[-71.9379936781944,41.551681470604386],[-71.93314067637519,41.54735846991159],[-71.93142567573231,41.54583046966669],[-71.93133167569708,41.54574646965322],[-71.92843767461261,41.54317346924093],[-71.92756267428472,41.54239546911626],[-71.92604067371452,41.54104446889983],[-71.92493967330172,41.54006146874216],[-71.92406767297479,41.53928246861717],[-71.92358067279173,41.53883846854562],[-71.91668567020534,41.53265346755223],[-71.91414466925222,41.53037346718593],[-71.91083166800975,41.5274034667088],[-71.90286066502131,41.520270465563016],[-71.9056086659371,41.52062946554846],[-71.91385566868549,41.52170946550522],[-71.91660466960161,41.52206946549078],[-71.91986967068934,41.522490465472316],[-71.92966567395284,41.523753465416796],[-71.93293167504086,41.52417446539823],[-71.93446767555234,41.524368465388726],[-71.93907767708743,41.524950465360085],[-71.9406146775993,41.52514546535072],[-71.94173467797256,41.525292465344855],[-71.94509767909328,41.52573346532713],[-71.94621867946688,41.5258804653212],[-71.9474456798759,41.52604346531514],[-71.94898368038857,41.52624746530747],[-71.95658868292387,41.52726146527052],[-71.95727968315423,41.527353465267126],[-71.96004568407626,41.52772146525352],[-71.96261468493256,41.528061465240505],[-71.96458968559094,41.528324465230796],[-71.96722768647025,41.52867446521758],[-71.96651368607122,41.5256344646469],[-71.96592268574058,41.5231114641732],[-71.96551768551419,41.52138546384915],[-71.9643036848354,41.51620746287683],[-71.96389968460936,41.514481462552666],[-71.96389668460749,41.514465462549644],[-71.96204368356575,41.50645346104403],[-71.96200768354495,41.50628746101275],[-71.96191468349284,41.505888460937776],[-71.9618076834329,41.505429460851545],[-71.96177968341709,41.5053074608286],[-71.96147968324902,41.50402046058678],[-71.9612086830973,41.50285946036863],[-71.96100968298565,41.50200246020758],[-71.96071268283711,41.501055460031985],[-71.9606866828241,41.50097246001659],[-71.96041568268849,41.500106459855985],[-71.96027268261994,41.49970445978197],[-71.95975068236987,41.49824045951241],[-71.95969168234144,41.49807245948144],[-71.95941968221098,41.49730645934037],[-71.95929468214497,41.49684345925388],[-71.95892068194723,41.49545445899438],[-71.95879668188161,41.49499245890805],[-71.95870968183651,41.49468545885083],[-71.95845168170214,41.49376445867906],[-71.95836568165743,41.493458458621994],[-71.95801568147726,41.49224745839646],[-71.95707968099512,41.48900245779204],[-71.95696768093757,41.488616457720155],[-71.95692068091336,41.48845345768978],[-71.95661868075781,41.48740645749476],[-71.9595366816993,41.48722845737003],[-71.968291684524,41.486694456995764],[-71.97121068546582,41.486517456871134],[-71.9713506855109,41.48650745686487],[-71.97139368552475,41.48650445686296],[-71.97141068553023,41.48650345686225],[-71.97181168565942,41.4864754568444],[-71.97361768624127,41.4863504567643],[-71.97421968643525,41.48630945673771],[-71.97504068670051,41.48626645670398],[-71.97750368749635,41.48613845660297],[-71.97832568776198,41.48609645656941],[-71.97886168793588,41.48608145654994],[-71.9804716884583,41.486038456491855],[-71.98100868863263,41.48602545647272],[-71.98153268880111,41.485983456448366],[-71.98310568930711,41.48586045637579],[-71.98363068947604,41.485820456351775],[-71.98412168963482,41.48579745633213],[-71.98559369011083,41.485728456273215],[-71.98608569027,41.48570645625373],[-71.98756869074899,41.485626456192314],[-71.99201869218638,41.48538845600845],[-71.99350269266573,41.48530945594719],[-71.9959856934703,41.485223455853706],[-71.99718069385763,41.48518345580897],[-71.99951869461547,41.485107455721916],[-72.00343369588131,41.48492245556484],[-72.00591569668384,41.4848054554653],[-72.00635969682631,41.48476445544357],[-72.00769269725421,41.48464545537914],[-72.0081376973971,41.484606455357756],[-72.00885169762763,41.4845664553279],[-72.01099669832018,41.48444745523837],[-72.01171169855108,41.484408455208666],[-72.01469469950864,41.484141455064325],[-72.01511969964507,41.484103455043766],[-72.01637470004981,41.48402545498974],[-72.01874770081565,41.48388845488961],[-72.02234070195502,41.483311454665895],[-72.02360970235767,41.4831124545878],[-72.0236317023647,41.48310945458653],[-72.02657170334713,41.483554454582425],[-72.02675370340941,41.48360845458732],[-72.02692870346884,41.48365245459049],[-72.02722270356847,41.483722454595075],[-72.02734170360861,41.48374745459627],[-72.02761570370092,41.48380245459851],[-72.02805370384847,41.48389045460213],[-72.02894870414937,41.484059454607426],[-72.03078570476538,41.48437645461243],[-72.03100570483913,41.48441445461304],[-72.03144270498565,41.484489454614156],[-72.0315877050338,41.48450545461279],[-72.03165070505447,41.48450845461145],[-72.03172970508018,41.48450745460879],[-72.0317867050987,41.48450645460684],[-72.03184970511896,41.48450145460391],[-72.03220470523765,41.484556454603656],[-72.03327270559488,41.48472445460338],[-72.03362870571394,41.484780454603296],[-72.03382670577984,41.48480545460205],[-72.03484370609304,41.484472454505585],[-72.0384657072087,41.483291454163016],[-72.03967370758082,41.48289845404893],[-72.03968470758736,41.482952454059124],[-72.03976470762193,41.48310745408689],[-72.03991770768059,41.48326845411358],[-72.03996170769969,41.483355454129196],[-72.03996170770685,41.48348645415476],[-72.03990270769202,41.4835664541722],[-72.0398157076704,41.48368945419888],[-72.03983770768993,41.4839154542423],[-72.03977170768312,41.48418345429665],[-72.0398087077026,41.484319454322055],[-72.03992470774797,41.484457454345375],[-72.0400787078016,41.48452045435289],[-72.0406397079889,41.48460245435154],[-72.04093170809062,41.48472245436591],[-72.04118070817286,41.48474245436209],[-72.04124370819257,41.48472745435723],[-72.04184370838048,41.48458845431154],[-72.04200570843201,41.484565454302015]]]},"properties":{"name":7001,"geoid":"09011700100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.24202477130297,41.44320644001],[-72.24252477146302,41.44315743998482],[-72.24402577194367,41.443013439909826],[-72.24452677210414,41.442966439885],[-72.24859477340856,41.44260843968802],[-72.2487537734596,41.442595439680524],[-72.26080977733275,41.441671439123375],[-72.2648817786409,41.44135943893515],[-72.26647477915269,41.441238438861724],[-72.27125478068837,41.440874438641195],[-72.27284878120052,41.44075443856791],[-72.27359278143942,41.440695438533126],[-72.27582878215748,41.44052043842902],[-72.27657378239677,41.440462438394384],[-72.27658578240055,41.44046043839361],[-72.27662378241281,41.440458438392035],[-72.27663678241699,41.440457438391434],[-72.27948378332093,41.44004743822233],[-72.28130678389981,41.43978643811435],[-72.2859667853818,41.439160437846326],[-72.28657778557634,41.43908243781198],[-72.28796078599896,41.438585437671684],[-72.29066878682659,41.4376144373974],[-72.29091678690293,41.43753543737422],[-72.294193787907,41.436407437051464],[-72.30476379114563,41.43277143601073],[-72.30486879117787,41.43273643600061],[-72.3055317915902,41.436290436673545],[-72.3057327917228,41.43750543690438],[-72.3058867918241,41.43843043708007],[-72.3062427920583,41.44056943748637],[-72.3063387921218,41.44115243759713],[-72.30654179225516,41.44236843782808],[-72.30657479227713,41.442571437866654],[-72.30667679234413,41.44318243798269],[-72.30671079236649,41.44338643802144],[-72.30706479259965,41.44551743842618],[-72.30812779329958,41.45191143964043],[-72.30848279353316,41.45404344004524],[-72.3087807937298,41.45584244038684],[-72.30898379386322,41.457058440617686],[-72.30967879432103,41.46123944141145],[-72.30997879451837,41.46303844175293],[-72.31048279485047,41.46607144232866],[-72.31199779584814,41.475172444055865],[-72.3125027961808,41.47820644463157],[-72.312537796204,41.478419444672],[-72.31524679706808,41.47809944452462],[-72.31561379729186,41.479979444879625],[-72.31841279899712,41.494286447580464],[-72.31934579956572,41.499055448480476],[-72.31936279957671,41.49915344849904],[-72.31956479969502,41.50009944867702],[-72.31984779987548,41.501689448977935],[-72.32023680012308,41.50386644938989],[-72.32125680073575,41.50891545034149],[-72.32137680081223,41.509588450468826],[-72.32184880111274,41.51222945096845],[-72.32191580115538,41.51260445103939],[-72.32207380125149,41.51340745119083],[-72.32260580157399,41.51609245169709],[-72.32274880166781,41.51694245185815],[-72.32293380178899,41.518038452065795],[-72.32293180179332,41.518127452083185],[-72.32111680121483,41.518352452184025],[-72.31873680045632,41.51864845231643],[-72.31750380006334,41.51880145238495],[-72.315672799479,41.51901545248414],[-72.31440179907348,41.51916545255326],[-72.31386279890357,41.519266452589854],[-72.3136667988418,41.51930345260322],[-72.31206479833827,41.51962945271701],[-72.3066737966439,41.5207294531005],[-72.30487679607911,41.52109645322838],[-72.30478179604923,41.52111545323506],[-72.3046557960096,41.52114045324389],[-72.30413679584636,41.52124445328043],[-72.30399279580097,41.52127145329022],[-72.30377179573144,41.52131545330572],[-72.30357779567015,41.52134945331842],[-72.30299779548706,41.52145345335689],[-72.30280479542621,41.52148945336996],[-72.30141079498854,41.52178245347077],[-72.29836379403189,41.52242345369122],[-72.29722779367484,41.52265545377205],[-72.29583279323647,41.52294245387172],[-72.29534279308247,41.52304245390658],[-72.29387379262083,41.523344454011486],[-72.29338479246726,41.52344645404668],[-72.2896657912987,41.524213454312715],[-72.28926179117174,41.52429645434156],[-72.28811279081059,41.52453145442336],[-72.287493790616,41.52465745446731],[-72.2820907889176,41.52576045485157],[-72.27878978788164,41.52646545509238],[-72.27610578703928,41.52703845528812],[-72.27216678580214,41.527863455572245],[-72.26983478506969,41.528351455740385],[-72.26721578424711,41.528900455929374],[-72.2639497832214,41.52958645616532],[-72.26225678268972,41.52994245628768],[-72.26074078221367,41.5302624563975],[-72.25717278109138,41.53098145664928],[-72.25547778055828,41.53132445676918],[-72.25533278051255,41.53135145677898],[-72.25482578035273,41.53144745681355],[-72.25470378031432,41.53147145682205],[-72.25287777974087,41.53185645695421],[-72.25222877953708,41.531993457001214],[-72.2511657792029,41.532211457076954],[-72.25028977893092,41.53245245715132],[-72.24955277869978,41.53261345720575],[-72.24892277850182,41.532744457250985],[-72.23993977567972,41.534622457897925],[-72.23896377537318,41.534828457968594],[-72.23564677433156,41.53553045820912],[-72.23490577409837,41.53567845826111],[-72.23423077388755,41.53584245831418],[-72.22968377245884,41.53679145864126],[-72.22131276982077,41.53839945921623],[-72.21911076912686,41.538823459367656],[-72.21947476921399,41.53825545924567],[-72.2198177692962,41.537722459131146],[-72.21988376931249,41.53762845911077],[-72.22061276949196,41.5365804588839],[-72.22066376950458,41.536508458868276],[-72.22079076953487,41.53630845882537],[-72.22096776957582,41.53600645876101],[-72.22101676958586,41.53589945873864],[-72.22110976960573,41.53571145869912],[-72.22148676968182,41.53486745852296],[-72.22153976969258,41.53475045849852],[-72.2216567697173,41.53450845844774],[-72.22267376995535,41.53282445808796],[-72.22328177009604,41.53178845786718],[-72.22336977011544,41.531621457831896],[-72.22358377016307,41.53122245774749],[-72.22360577016747,41.53117245773707],[-72.22412377028824,41.53030645755221],[-72.22454577037571,41.529403457363124],[-72.22495777046143,41.528527457179614],[-72.22560677060014,41.52721445690358],[-72.22592177066875,41.52660045677412],[-72.2264467707682,41.52530845650605],[-72.22712477083391,41.522506455939016],[-72.22713277082954,41.52238045591422],[-72.22713977082485,41.52225445588944],[-72.22715077081946,41.522092455857546],[-72.2271607708138,41.52193145582588],[-72.22719977079318,41.52132945570738],[-72.2276247707864,41.518706455183064],[-72.2276097707767,41.51861945516661],[-72.2272857705646,41.51669445480168],[-72.226275770049,41.51332245417625],[-72.22453376929496,41.50994945357343],[-72.22443676925248,41.509752453538084],[-72.22206476828127,41.50616145291239],[-72.22168776812694,41.50559145281309],[-72.22098276783825,41.50452345262697],[-72.22027676754927,41.50345545244089],[-72.21985676737735,41.502820452330226],[-72.21943776720578,41.50218545221955],[-72.21922176711637,41.50184045215905],[-72.21857376684808,41.50080545197756],[-72.21835776675867,41.50046045191706],[-72.21815576668767,41.50036645190505],[-72.21825376670903,41.50017545186477],[-72.21783076640624,41.4971894512959],[-72.2178037663786,41.49684845123028],[-72.21772276629578,41.49582745103377],[-72.21772176629429,41.49580645102971],[-72.2176967662776,41.49565145100027],[-72.21766976625992,41.495490450969726],[-72.21761776622732,41.495207450916176],[-72.21752476616913,41.49470245082064],[-72.21749976614194,41.49435745075415],[-72.21748076611993,41.494071450699],[-72.21747176610755,41.49390045066594],[-72.21744776607139,41.493387450566686],[-72.21743976605934,41.49321645053359],[-72.21730476593244,41.491715450245174],[-72.21690076555224,41.4872144493802],[-72.21676676542573,41.485714449091894],[-72.21677476538008,41.484840448921204],[-72.21680276524451,41.4822204484094],[-72.21681176519924,41.481347448238886],[-72.21676276517854,41.481261448223634],[-72.21674976517242,41.48122744821741],[-72.21672076515546,41.4810914481918],[-72.21671476515175,41.48105944818575],[-72.21663976510116,41.480585448095646],[-72.21662676509327,41.48051944808319],[-72.21658376506603,41.48027944803771],[-72.21653576503553,41.48001044798675],[-72.21630676490385,41.478975447792045],[-72.2156207645091,41.47587144720807],[-72.21539276437778,41.474837447013506],[-72.21533876434546,41.47457044696313],[-72.21517776424898,41.47377244681248],[-72.21512476421705,41.473506446762244],[-72.21451076379495,41.46948044599608],[-72.21322776291248,41.46105544439239],[-72.2126877625385,41.457461443707935],[-72.21274776255764,41.457454443704705],[-72.21679876385336,41.457033443496144],[-72.21703476392894,41.457010443484286],[-72.21715876396864,41.45699844347808],[-72.21751976408437,41.45696544346035],[-72.21774376415647,41.45695044345045],[-72.21775576416037,41.456950443450076],[-72.21798076423269,41.45693344343973],[-72.21830076433604,41.45691844342682],[-72.21844076438096,41.456906443420095],[-72.21981876482361,41.45679744335583],[-72.22027876497137,41.45676144333444],[-72.22030776498059,41.45675744333275],[-72.22063576508464,41.45670744331277],[-72.22096376518866,41.45665744329277],[-72.22166576541133,41.45655044324998],[-72.2221347655618,41.45651044322754],[-72.22246276566814,41.456502443215726],[-72.22244976565646,41.4563674431898],[-72.22243176563947,41.45616544315094],[-72.22237676561082,41.4559704431146],[-72.22237276560863,41.45595444311161],[-72.2223857656064,41.45583744308838],[-72.22230676552195,41.45477244288301],[-72.22207176526925,41.45157744226683],[-72.22202276521611,41.45090344213682],[-72.22198176518133,41.45051444206217],[-72.22187976509757,41.44959744188639],[-72.2218607650819,41.44942544185341],[-72.22158276484932,41.446848441359116],[-72.22152476480046,41.44630444125474],[-72.22189876492237,41.44630744124365],[-72.2220687649776,41.446305441237946],[-72.22212576499615,41.44630544123618],[-72.22256176513115,41.44617944119798],[-72.222725765182,41.446133441183875],[-72.22282576521313,41.44610744117568],[-72.22441576571734,41.44586444107862],[-72.2294947673282,41.445092440769386],[-72.23118876786546,41.44483544066635],[-72.23215876817333,41.44469244060815],[-72.2330357684516,41.444561440555205],[-72.23312876848117,41.444548440549774],[-72.23677776963922,41.444008440330414],[-72.23857977021103,41.443740440221816],[-72.24042777079751,41.44346744011082],[-72.24074677089844,41.44341444009052],[-72.24170477120168,41.44325844003014],[-72.24202477130297,41.44320644001]]]},"properties":{"name":7151,"geoid":"09011715100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.12032874374783,41.66193348639373],[-72.11856674315693,41.66164448639261],[-72.11328374138527,41.660778486389276],[-72.11203074096508,41.66057348638855],[-72.11152274079475,41.66049048638828],[-72.11144474076858,41.660477486388196],[-72.11121274069073,41.660438486387854],[-72.11117874067935,41.66043348638794],[-72.11113474066455,41.660425486387766],[-72.11105874063911,41.660413486387796],[-72.1109337405971,41.66039148638743],[-72.11033774039693,41.66028848638602],[-72.11027174037478,41.66027748638595],[-72.11013974033055,41.660256486385975],[-72.11011174032114,41.66025148638589],[-72.1100277402929,41.66023648638558],[-72.11000074028388,41.66023248638565],[-72.109941740264,41.66022148638536],[-72.10976974020618,41.66019048638471],[-72.10971474018778,41.66018248638487],[-72.1094247400904,41.6601324863842],[-72.10890073991484,41.660049486384445],[-72.10646373909836,41.65966448638567],[-72.10565173882637,41.65953648638613],[-72.10535573872814,41.65950648638953],[-72.10522673868527,41.659492486390846],[-72.10432673838635,41.65939748640046],[-72.10394973826112,41.65935748640445],[-72.1035237381197,41.65931348640918],[-72.10325373802873,41.659261486407516],[-72.10244373775596,41.65910848640305],[-72.10217373766504,41.659057486401565],[-72.10172573751402,41.65896948639844],[-72.1009947372677,41.65882848639385],[-72.10071373717341,41.658781486393465],[-72.10037773706111,41.65873348639463],[-72.10016473698994,41.65870348639544],[-72.09992873691073,41.65866348639503],[-72.09969573683254,41.658624486394714],[-72.0994557367517,41.65857848639327],[-72.0980437362762,41.65831148638542],[-72.09757373611798,41.658223486383],[-72.09735973604587,41.65818248638169],[-72.09653773576872,41.658020486375854],[-72.09343173472163,41.65741248635457],[-72.09306273459724,41.65734048635208],[-72.09271873448124,41.6572724863496],[-72.0924077343756,41.65719748634472],[-72.09239973437282,41.65719448634438],[-72.08808273292541,41.656492486342565],[-72.07569472877196,41.65447948633739],[-72.07513172858316,41.654387486337036],[-72.07123872727794,41.65375548633546],[-72.07081572713611,41.65368648633523],[-72.07061572706904,41.65365348633504],[-72.06910172656124,41.6534044863338],[-72.063960724837,41.65255948632962],[-72.06224772426253,41.652278486328335],[-72.06220372424778,41.65227148632833],[-72.06207372420421,41.65225048632832],[-72.06205172419686,41.65224748632841],[-72.0620297241895,41.65224448632852],[-72.0615977240451,41.65218248632989],[-72.06090572381396,41.652085486332595],[-72.06030372361282,41.65200048633481],[-72.06000972351463,41.651959486335976],[-72.05987472346935,41.65193748633592],[-72.05964072339091,41.65189948633582],[-72.05954172335773,41.65188348633578],[-72.05920872324602,41.65182848633547],[-72.05893872315542,41.65178348633511],[-72.05881572311418,41.65176348633506],[-72.0587057230773,41.65174548633499],[-72.05870372307665,41.65174548633505],[-72.05808972287072,41.651644486334526],[-72.05625172225434,41.651343486333204],[-72.05565972205584,41.65124748633298],[-72.05563872204877,41.65124348633286],[-72.05543072197898,41.65120848633253],[-72.05075672041158,41.65044448632945],[-72.03610871549951,41.648050486319576],[-72.03122771386263,41.64725148631594],[-72.03121671385898,41.647250486316096],[-72.03117571383898,41.647130486294046],[-72.03111871381037,41.646949486260645],[-72.0310737137872,41.64679548623211],[-72.0310617137808,41.64675048622374],[-72.03097471373863,41.64650048617785],[-72.03091071370574,41.646283486137676],[-72.0307627136356,41.64588748606533],[-72.03072871361958,41.645798486049074],[-72.03069971360637,41.64573048603677],[-72.0306657135902,41.64563848601995],[-72.03064071357788,41.645563486006154],[-72.03061671356573,41.645485485991735],[-72.03060371355937,41.645446485984564],[-72.03058371354923,41.64538148597255],[-72.03056671352928,41.64512048592234],[-72.03056471352058,41.644974485894046],[-72.03056471351836,41.64493448588627],[-72.03056371351417,41.644864485872695],[-72.03056671351139,41.64479648585938],[-72.03056671350869,41.64474748584987],[-72.03057371350788,41.644691485838756],[-72.03058171350543,41.644599485820635],[-72.03060671350771,41.644493485799245],[-72.03062971351063,41.644410485782416],[-72.03065971351337,41.644282485756605],[-72.03066971351112,41.64418248573687],[-72.03071771351607,41.64398848569766],[-72.0307347135166,41.64389748567945],[-72.03077871351836,41.64366948563378],[-72.03083271352693,41.64350548560023],[-72.03090971354493,41.64337648557276],[-72.03103171357674,41.643231485540795],[-72.03117771361622,41.643083485507496],[-72.03137971367059,41.642874485460595],[-72.03156971371851,41.642619485405135],[-72.0317567137658,41.642370485350945],[-72.03195971381447,41.64205248528284],[-72.03202471382772,41.64190848525283],[-72.03204571382624,41.64175748522283],[-72.03202771381011,41.64157148518723],[-72.03196571377433,41.64128948513436],[-72.03192771375672,41.641195485117265],[-72.03189271373797,41.641062485092505],[-72.03189371373774,41.64105248509055],[-72.0319187137344,41.64084448504933],[-72.03202271374683,41.64045448497029],[-72.03203971374104,41.64024948492992],[-72.0320367137378,41.64020848492206],[-72.0320287137341,41.640188484918404],[-72.03202171373027,41.64016048491319],[-72.03201671372764,41.64014248490984],[-72.03200871372381,41.64012048490581],[-72.03199771371862,41.64009148490052],[-72.03198871371431,41.64006648489594],[-72.03198071371042,41.64004348489171],[-72.03197171370611,41.64001848488714],[-72.03195971370093,41.63999548488304],[-72.03195771369988,41.63998848488175],[-72.03195371369787,41.63997548487934],[-72.03194571369393,41.63995148487493],[-72.03194371369229,41.639933484871484],[-72.03193571368836,41.63990948486706],[-72.03193171368562,41.639883484862125],[-72.03190371367025,41.639770484841044],[-72.03189871366645,41.63973148483361],[-72.03189471366328,41.63969748482713],[-72.03189671365675,41.63956748480181],[-72.03189671365482,41.63953248479501],[-72.03201671366192,41.63895148467835],[-72.03207071366528,41.63869348462652],[-72.03210171366706,41.638542484596236],[-72.03212171366786,41.63843848457539],[-72.03226871367526,41.637703484427945],[-72.03227871367703,41.6376764844224],[-72.03237671369575,41.63743648437271],[-72.0324257137052,41.637317484348046],[-72.03255971372991,41.636973484277014],[-72.03260771373587,41.63679748424131],[-72.03261571373268,41.63669248422065],[-72.03258771370986,41.63644448417332],[-72.03258171370481,41.63638848416262],[-72.03245071363851,41.635961484083694],[-72.03228971356401,41.63556348401133],[-72.03224471353867,41.63537048397521],[-72.03227671353781,41.63516548393436],[-72.03229971353852,41.63504248390974],[-72.0323497135495,41.63494548388934],[-72.03248471358515,41.634793483855596],[-72.03264271363075,41.634685483829685],[-72.03308571375752,41.63436348375333],[-72.03355471389084,41.63400648366939],[-72.03412271405239,41.63357548356794],[-72.03437871412511,41.63337948352189],[-72.03450771416101,41.63326748349612],[-72.034600714187,41.633188483477866],[-72.03460371418781,41.6331854834772],[-72.03466171420447,41.63314448346742],[-72.03470271421581,41.63310748345897],[-72.03475671423122,41.6330674834495],[-72.03481871424897,41.633022483438836],[-72.03490371427333,41.63296148342434],[-72.03497971429526,41.63290948341186],[-72.03505871431794,41.63285348339853],[-72.03517171434983,41.632763483377516],[-72.0352357143683,41.63271948336699],[-72.03528371438208,41.632685483358884],[-72.03532071439251,41.63265548335191],[-72.03539171441268,41.63260148333921],[-72.03543971442599,41.632558483329326],[-72.0355517144575,41.63246748330817],[-72.0356267144786,41.63240648329399],[-72.03594971457065,41.63216448323691],[-72.03662571476355,41.63166348311852],[-72.03688771483843,41.63147148307305],[-72.03695371485765,41.631429483062846],[-72.03705971488772,41.63134748304361],[-72.03712371490572,41.63129548303152],[-72.03771671507607,41.63087648293164],[-72.03803771516719,41.63062948287365],[-72.03877371537801,41.630098482747556],[-72.03903271545308,41.62992748270627],[-72.03928371552756,41.62979348267243],[-72.03943271557182,41.629714482652446],[-72.03970471565296,41.62957648261717],[-72.03997971573634,41.62946148258626],[-72.04004771575703,41.62943448257889],[-72.04027471582403,41.62930648254696],[-72.04036171584643,41.629198482523265],[-72.04044271586548,41.6290644824947],[-72.04054171586765,41.62851848238547],[-72.04062071588586,41.62838148235639],[-72.04061171586201,41.62800248228299],[-72.04060371585123,41.62785448225445],[-72.0405917158382,41.62768948222275],[-72.0405867158327,41.6276194822093],[-72.04055271579557,41.62714748211859],[-72.04052871577512,41.6269184820748],[-72.04050871575697,41.62670748203439],[-72.04047971573502,41.626481481991355],[-72.04044071570328,41.62613648192549],[-72.04039771567307,41.62584348186986],[-72.04038171565973,41.625696481841786],[-72.04038071565543,41.62562448182781],[-72.04038071564496,41.62543448179087],[-72.04040071564079,41.62524048175253],[-72.04040871563963,41.62517248173907],[-72.04041171563834,41.625131481730996],[-72.04043271563859,41.62501148170703],[-72.0404387156364,41.624936481692245],[-72.04042271561677,41.624675481642],[-72.04041971561293,41.624623481631986],[-72.04040571559622,41.624403481589624],[-72.04040271558956,41.62430048156971],[-72.04039971558566,41.62424748155949],[-72.04039471558049,41.62418348154722],[-72.04038971557534,41.62411948153492],[-72.04038371556688,41.62400148151215],[-72.04036571555508,41.62389448149191],[-72.04036471555422,41.62388448149],[-72.04034671554322,41.62379148147247],[-72.04033171553523,41.623735481462056],[-72.04031071552308,41.62363948144404],[-72.04023571548367,41.623368481393676],[-72.04018871546035,41.623223481366935],[-72.04010571541863,41.622958481317994],[-72.04006871540005,41.62284048129619],[-72.03992971532993,41.622391481213214],[-72.03979371526997,41.622108481162414],[-72.03944071512926,41.62164548108334],[-72.03913471501299,41.621347481034896],[-72.03903671497513,41.621240481017146],[-72.03899971495984,41.62118248100702],[-72.03892971493094,41.62107248098778],[-72.03884071489253,41.62090248095749],[-72.038791714867,41.62072948092538],[-72.03877071485107,41.62056448089394],[-72.03876171484586,41.62052348088625],[-72.03875871484426,41.6205124808842],[-72.03874971483813,41.6204544808732],[-72.03873671482866,41.620359480855136],[-72.03872771482297,41.62030948084568],[-72.03871571481595,41.62025348083517],[-72.03869871480742,41.620199480825214],[-72.03868371480006,41.620154480816915],[-72.03863871477958,41.6200494807979],[-72.03853771473338,41.619809480754355],[-72.03852471472739,41.61977748074854],[-72.03844271469089,41.619600480716684],[-72.03835871465587,41.619462480692455],[-72.03813071456923,41.61924048065635],[-72.03797971451203,41.619096480633054],[-72.0378707144697,41.61897348061251],[-72.03777771443059,41.618814480584476],[-72.03770271439112,41.61854248053391],[-72.03766771437077,41.618380480503504],[-72.0376367143495,41.618178480465176],[-72.03760371432392,41.617909480413886],[-72.0375987143187,41.61784448040139],[-72.03758371430294,41.61764748036355],[-72.03756971428746,41.61744948032548],[-72.03754871427245,41.61730148029735],[-72.03751471425348,41.6171584802706],[-72.03749971424543,41.61710148025998],[-72.03744171421467,41.61688648021997],[-72.03737671417834,41.6166124801687],[-72.03733071415722,41.61650148014854],[-72.03729671413934,41.61637848012568],[-72.0372637141229,41.61627548010669],[-72.03724071411203,41.61621448009553],[-72.03721471410057,41.61616048008584],[-72.03717271408313,41.61609248007391],[-72.03709871405358,41.615994480057154],[-72.03676471392724,41.61567948000626],[-72.03647671381923,41.61542447996561],[-72.03643071380203,41.61538447995927],[-72.03637471378138,41.615341479952626],[-72.03672071388131,41.615106479896184],[-72.0366607138559,41.61500047987744],[-72.03642171374226,41.614353479759025],[-72.03637471371904,41.61421047973268],[-72.03633171369805,41.6140844797095],[-72.03630071368359,41.6140054796951],[-72.03629671368068,41.61397647968958],[-72.03627971366687,41.613826479660936],[-72.03626671365508,41.61368947963469],[-72.03622571362457,41.61337847957547],[-72.03621171360862,41.613172479535855],[-72.03619071359407,41.613032479509286],[-72.03617771358387,41.61292447948867],[-72.03616571357655,41.61286247947699],[-72.03614571356572,41.612784479462434],[-72.0361187135536,41.6127244794516],[-72.03608671353898,41.61264847943782],[-72.03605871352697,41.612596479428575],[-72.03601771351046,41.61253947941875],[-72.03590371346438,41.61237847939099],[-72.03566971337246,41.6120954793432],[-72.03553871331847,41.61189147930759],[-72.0355097133051,41.611820479294686],[-72.03546171328279,41.61169947927263],[-72.03544471327135,41.61159247925236],[-72.03544371327045,41.611582479250444],[-72.03544371326346,41.611455479225725],[-72.03551171326598,41.61109847915418],[-72.03556771327288,41.61089247911238],[-72.03563071328081,41.610663479065884],[-72.03570371329565,41.61050047903191],[-72.0357367133024,41.61042747901671],[-72.03577671331146,41.610355479001434],[-72.035804713318,41.61030847899144],[-72.0358717133348,41.61021647897146],[-72.03596571335774,41.610076478941295],[-72.03602571337156,41.60997247891922],[-72.03611571339101,41.60979247888142],[-72.0362017134093,41.60961547884432],[-72.03628171342737,41.60946947881342],[-72.03629771343103,41.60944147880748],[-72.03635671344368,41.60932147878232],[-72.03644171346302,41.60916947875012],[-72.03645271346547,41.60914847874568],[-72.03654971348634,41.60895347870474],[-72.03661071349998,41.608839478680665],[-72.03663871350624,41.60878747866969],[-72.03664271350726,41.60878247866861],[-72.03668771351737,41.608699478651054],[-72.03672171352538,41.608643478639095],[-72.03674571353089,41.60860147863019],[-72.0370337135938,41.60803847851174],[-72.03723871363903,41.607645478428914],[-72.03742671368072,41.60728947835385],[-72.03743971368364,41.607265478348765],[-72.0376807137384,41.60683247825705],[-72.03769671374212,41.60680547825131],[-72.03793371379992,41.60645147817508],[-72.03821071387287,41.606135478105024],[-72.03863471398726,41.605701478007425],[-72.03898071408061,41.60534747792783],[-72.03905771410204,41.6052804779124],[-72.03909071411138,41.605254477906314],[-72.03914971412786,41.60520447789476],[-72.03921071414534,41.60516047788431],[-72.03930271417192,41.6050984778694],[-72.03943971421194,41.60501347784861],[-72.03957871425314,41.60493847782969],[-72.03966471427856,41.6048904778177],[-72.03968671428512,41.60487947781487],[-72.03983071432825,41.60480947779678],[-72.03997871437298,41.60474547777973],[-72.04008471440441,41.60468847776536],[-72.04022671444672,41.604615477746755],[-72.04033971447923,41.60453647772787],[-72.04046171451374,41.60444047770541],[-72.04056971454355,41.604342477682984],[-72.0406827145748,41.60424047765964],[-72.04078471460289,41.60414647763819],[-72.04097571465445,41.60395147759432],[-72.04126071472541,41.603552477507854],[-72.04147771478259,41.60330547745306],[-72.04149571478729,41.60328447744842],[-72.04167071483396,41.60309547740621],[-72.04179271486335,41.602906477365664],[-72.04194771489703,41.60260047730132],[-72.0419627149004,41.6025724772954],[-72.04200971491109,41.6024884772776],[-72.04202571491483,41.60246147727185],[-72.04198871490343,41.60247347727533],[-72.0419087148788,41.60250047728308],[-72.04191371487885,41.60247147727728],[-72.04192071487908,41.60243447726986],[-72.04197671489442,41.60238147725782],[-72.04212971493658,41.60224047722564],[-72.04214671494118,41.602223477221806],[-72.04215871494455,41.60221347721948],[-72.04220671495804,41.602174477210404],[-72.04233871499251,41.60201847717595],[-72.04259571506316,41.60177947712148],[-72.04261071506734,41.601766477118495],[-72.04273671510231,41.601655477092976],[-72.0428547151353,41.60155547706985],[-72.0429567151639,41.601470477050164],[-72.04300271517685,41.60143347704154],[-72.04307471519718,41.60137647702822],[-72.04314571521705,41.60131647701434],[-72.04322671523983,41.60125047699898],[-72.04330871526261,41.60117847698242],[-72.04337171528006,41.60112247696957],[-72.0434327152971,41.60107047695757],[-72.04344671530086,41.601055476954215],[-72.0435937153423,41.600937476926696],[-72.04398671544186,41.60041847681352],[-72.04409271546741,41.60025447677832],[-72.0442167154949,41.60001947672875],[-72.04424871550198,41.59995847671589],[-72.04428771551063,41.59988447670027],[-72.0443007155136,41.599861476695395],[-72.04442971553804,41.59954147662913],[-72.04447171554432,41.599406476601565],[-72.04451371555072,41.59927447657459],[-72.04456871556161,41.599146476547965],[-72.04502371567678,41.59854347641654],[-72.0450937156946,41.59845247639664],[-72.04540671576397,41.597858476271355],[-72.04574271584204,41.59728647614962],[-72.04591371588222,41.59700347608926],[-72.04607471591235,41.596597476005265],[-72.04608571591494,41.59657947600142],[-72.04645571600213,41.59597147587163],[-72.0464777160075,41.59593847586453],[-72.04660871603963,41.59574647582312],[-72.04698171613774,41.59531847572826],[-72.04704571615093,41.59517947569922],[-72.04709371616472,41.59514547569111],[-72.04738471624849,41.59494347564277],[-72.04765771633402,41.59487947562186],[-72.04786471639888,41.59483147560607],[-72.04808871649276,41.595209475672675],[-72.04851771667258,41.595933475800216],[-72.04880971678865,41.59631147586471],[-72.0490797168959,41.59665947592403],[-72.0494827170716,41.59746247606776],[-72.05052671748916,41.59886047630733],[-72.05333271861147,41.60261647695086],[-72.05390971884229,41.60338947708331],[-72.05534071937826,41.60464447728298],[-72.05568071949793,41.604803477303335],[-72.05807472034078,41.60592747744761],[-72.05905872068844,41.606411477511166],[-72.05933472078597,41.60654747752905],[-72.06059572123148,41.607167477610446],[-72.060738721282,41.60723747761962],[-72.06206772174322,41.60774047767616],[-72.06309472209973,41.60813047772009],[-72.06326272215647,41.60816547772166],[-72.0637687223273,41.60827047772636],[-72.0639377223844,41.608306477728114],[-72.06420272246781,41.60825147770918],[-72.06500172271949,41.60808947765283],[-72.06526772280331,41.60803647763426],[-72.06555972289563,41.607983477614866],[-72.06619172309561,41.607871477573426],[-72.06642072316482,41.60777247754706],[-72.06669472324774,41.6076554775158],[-72.06672772325541,41.60759947750387],[-72.06677672326697,41.60751947748678],[-72.06686572329373,41.60747847747606],[-72.06692472331154,41.60745247746915],[-72.06756272351507,41.60736947743318],[-72.06947772412597,41.6071214773254],[-72.06948072412698,41.6071214773253],[-72.07011872433179,41.607062477293994],[-72.0710957246391,41.60685647722354],[-72.07402972556204,41.6062404770125],[-72.07500772586977,41.60603647694239],[-72.0776057266922,41.605585476773875],[-72.0854017291602,41.60423447626857],[-72.08800072998305,41.60378547610037],[-72.09113073097184,41.60320647589035],[-72.0913397310379,41.60316847587644],[-72.10052373393917,41.60147047526028],[-72.10365473492826,41.60089247505037],[-72.1037477349576,41.60087447504396],[-72.10402773504603,41.60082247502514],[-72.1041217350758,41.60080647501909],[-72.1044307352435,41.602017475245006],[-72.10535773574667,41.60565047592273],[-72.10566773591476,41.606862476148784],[-72.10622473621852,41.60907047656082],[-72.1075597369467,41.61436347754845],[-72.10789673713033,41.61569647779712],[-72.10845473743457,41.61790547820922],[-72.10853073747202,41.618134478251385],[-72.10875973758483,41.61882347837819],[-72.10881973761441,41.61900447841151],[-72.10883373762175,41.6190544784208],[-72.10885073763104,41.61912247843348],[-72.1093087378842,41.620997478783735],[-72.11033973845386,41.62521347957115],[-72.11037973847498,41.62535947959827],[-72.11078073868639,41.62681547986878],[-72.11131273896673,41.62874448022714],[-72.11172973917213,41.62999748045766],[-72.11298073978845,41.63375748114939],[-72.11339873999427,41.63501148138007],[-72.11354674007474,41.635592481488366],[-72.11373474017661,41.63632448162475],[-72.11375974019026,41.63642348164321],[-72.11399374031716,41.63733648181331],[-72.11414374039835,41.63791848192172],[-72.11456274062517,41.63954548222482],[-72.1158207413061,41.644426483133905],[-72.11582374130755,41.64443548313558],[-72.11624174153368,41.64605448343706],[-72.11642474163268,41.6467634835691],[-72.11643774163973,41.646814483578595],[-72.11705874197625,41.64922948402836],[-72.11894974300066,41.65657648539642],[-72.11951074330469,41.65875748580249],[-72.12032874374783,41.66193348639373]]]},"properties":{"name":7111,"geoid":"09011711100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.8821316477248,41.32568142814849],[-71.88392164835213,41.32650642825544],[-71.88929265023454,41.32898342857656],[-71.89108365086227,41.329809428683625],[-71.89118065089627,41.329854428689465],[-71.89147265099864,41.329989428706995],[-71.89157065103298,41.330034428712814],[-71.89200565118804,41.33028342874829],[-71.89206765119746,41.33008342870721],[-71.89283165132396,41.327814428239044],[-71.89310565138983,41.32738142814578],[-71.89327765144928,41.32744542815306],[-71.89342965150239,41.32751242816153],[-71.89396265168317,41.32764642817149],[-71.89458365190696,41.32804642823086],[-71.89584265234774,41.328618428304424],[-71.89688965267622,41.32838742822709],[-71.90309965462431,41.327015427767925],[-71.90516965527374,41.32655942761511],[-71.90619065558305,41.32613042749974],[-71.90791565610574,41.32540742730516],[-71.90848165634897,41.32650042750206],[-71.90859565639629,41.32668942753562],[-71.90898865655934,41.327340427651166],[-71.90916865663397,41.32763742770386],[-71.9102536569891,41.32767142767728],[-71.91350865805443,41.32777342759749],[-71.91459365840953,41.3278074275709],[-71.9158996588364,41.32783742753674],[-71.9190086598526,41.32791042745573],[-71.91906465986781,41.327854427443036],[-71.92016366016763,41.32677942719865],[-71.92193966076023,41.32704542719632],[-71.92238366095883,41.32804642737887],[-71.92353866139965,41.329246427578646],[-71.92566966210791,41.329513427565615],[-71.92655766245826,41.33064742776064],[-71.92717966271837,41.331714427950644],[-71.92806766301831,41.331914427962595],[-71.92957766349915,41.331714427877074],[-71.9317986642871,41.33291442804409],[-71.93304166469181,41.33291442800595],[-71.93472966526662,41.333381428045655],[-71.93508466544705,41.33458142826993],[-71.93499566547572,41.33564842848172],[-71.9359726658371,41.336449428608695],[-71.93756466634822,41.33631542853356],[-71.93751066636733,41.33699442866826],[-71.93755666643433,41.337957428855525],[-71.93756066644033,41.338044428872465],[-71.93756466644635,41.33813142888938],[-71.93750166643805,41.33835742893561],[-71.9373976664177,41.33860742898777],[-71.93732266639695,41.3386754290034],[-71.93729766640006,41.338883429044934],[-71.93701266643875,41.34131642953036],[-71.93691866645199,41.342127429692134],[-71.93675666646486,41.343341429934945],[-71.93634466641917,41.344978430268284],[-71.93633166641968,41.34506543028572],[-71.93592866644173,41.347900430853464],[-71.93622366660834,41.34920543110003],[-71.93615066661836,41.34983043122469],[-71.93571766651614,41.35054743137843],[-71.93567266655903,41.35161143158822],[-71.93594966670383,41.35262143177754],[-71.93644766690522,41.35334643190425],[-71.93676966701662,41.35346743191807],[-71.93731366720485,41.3536724319415],[-71.93765766733635,41.35403243200143],[-71.93762066734479,41.35441143207681],[-71.93692566719291,41.35578743236764],[-71.93685466717437,41.355872432386455],[-71.9368306671682,41.35590243239308],[-71.93680966717206,41.356100432432505],[-71.93681266717803,41.35619243245042],[-71.93681766718564,41.356303432472004],[-71.93674466716729,41.35640343249384],[-71.93663766714039,41.35655043252591],[-71.936503667104,41.35668443255627],[-71.93641666708048,41.356773432576375],[-71.93640266709009,41.35703543262811],[-71.9361996670709,41.35790243280413],[-71.93596466697262,41.357500432732635],[-71.93570266689206,41.357588432757915],[-71.93516066672086,41.35768643279375],[-71.93511966670793,41.35769443279657],[-71.93485666662747,41.357790432823464],[-71.93462466656356,41.35800543287269],[-71.93458766656141,41.35818843290964],[-71.93469066661898,41.35863243299345],[-71.93467566661604,41.35866843300096],[-71.93463866661831,41.35893343305399],[-71.93470466664502,41.35902943307076],[-71.93474866666865,41.35920143310309],[-71.93472566666672,41.35930443312397],[-71.93457366663065,41.3595524331772],[-71.93443666659392,41.35969843320999],[-71.93431866656236,41.3598254332385],[-71.93405566649359,41.36013743330767],[-71.93399666648601,41.36035243335157],[-71.93400366648942,41.36037343335549],[-71.93409366653334,41.360643433405585],[-71.93409966654211,41.36076943343007],[-71.93399766654065,41.36135643354816],[-71.93402666655503,41.36144743356509],[-71.93425966664562,41.36171943361119],[-71.93438366669541,41.36189343364146],[-71.93448566674951,41.362279433713915],[-71.9346826668332,41.36264043377856],[-71.93471166685487,41.36286643382191],[-71.9345656668439,41.36354243395877],[-71.93450166684174,41.363887434028285],[-71.93452966685821,41.364023434054054],[-71.93458066687855,41.364092434066],[-71.93476366694694,41.36425443409211],[-71.93508866706684,41.36451443413302],[-71.9352566671288,41.36464843415411],[-71.935313667154,41.36477143417643],[-71.93541266718685,41.36478243417555],[-71.93548466721762,41.364917434199775],[-71.93547566723296,41.36525543426622],[-71.93544066722708,41.365357434287276],[-71.93513866714432,41.365645434352956],[-71.93527566720886,41.36601343442079],[-71.93386266683007,41.36751743475866],[-71.9334386667376,41.36836043493673],[-71.93301366664477,41.36920243511464],[-71.93163466626599,41.37050243541152],[-71.93025466588688,41.371802435708396],[-71.93024166588569,41.37185843571976],[-71.93021866588387,41.37196343574102],[-71.93020166588168,41.37202543575367],[-71.93018666587983,41.37208143576511],[-71.93017266587803,41.37213243577552],[-71.93014566587465,41.37223243579592],[-71.93014766587834,41.37228843580683],[-71.93015066588225,41.3723424358173],[-71.93013566587739,41.37234343581795],[-71.93009166586324,41.3723464358199],[-71.9299146658063,41.37235943582787],[-71.92985666578768,41.37236443583063],[-71.9297616657569,41.37236743583413],[-71.92902666552146,41.372440435871006],[-71.92815166524208,41.372544435918236],[-71.92739066500046,41.37265943596412],[-71.92704266489004,41.37271343598537],[-71.92625966464307,41.37286243603859],[-71.92582366450627,41.37295843607077],[-71.92510566428143,41.37312543612551],[-71.92433866404124,41.3733034361839],[-71.92228566339888,41.37378943634208],[-71.92138666311715,41.3739944364098],[-71.92055866285828,41.37419443647439],[-71.9201196627206,41.374292436507034],[-71.91938266248951,41.374458436562165],[-71.91877066229817,41.37460643660993],[-71.91873366228663,41.374615436612835],[-71.91830566215262,41.374715436645545],[-71.91769966196254,41.37485043669057],[-71.91707966176854,41.374997436738376],[-71.91631666152963,41.37517543679665],[-71.91616366148197,41.37521543680917],[-71.91552566128195,41.37535943685694],[-71.91546066126158,41.37537443686187],[-71.91448866095742,41.37560443693673],[-71.91403066081457,41.37572143697369],[-71.91336266060661,41.375899437029034],[-71.91303066050344,41.37599143705723],[-71.91270166040152,41.37608843708631],[-71.91161566006602,41.37642543718561],[-71.91147966002414,41.37647043719859],[-71.91061265975873,41.376784437286666],[-71.91004065958424,41.377003437347085],[-71.90951665942475,41.37721043740369],[-71.90890065923827,41.377472437473884],[-71.90868265917229,41.37756543749879],[-71.90780765890689,41.37792843759669],[-71.90677965859535,41.3783594377126],[-71.90634765846434,41.378539437761084],[-71.90616665840956,41.378616437781716],[-71.90532765815573,41.37897643787793],[-71.90505765807399,41.379091437908734],[-71.90478565799165,41.379207437939776],[-71.9046286579443,41.37927743795829],[-71.9045116579089,41.37932743797167],[-71.90416265780343,41.37947943801211],[-71.9040466577684,41.379530438025675],[-71.9037496576771,41.37963143805455],[-71.90314165749278,41.37988543812292],[-71.9004496566768,41.381012438426104],[-71.89971465645402,41.38132043850894],[-71.89955765640714,41.381399438529215],[-71.89938865635594,41.381470438548305],[-71.89681365557456,41.38253343883536],[-71.89602965533663,41.38285643892262],[-71.89444865485748,41.38352043910107],[-71.88633365239836,41.38693544001832],[-71.88042565060678,41.38940044068188],[-71.8793566502832,41.38985744080407],[-71.87915065022104,41.389949440828396],[-71.878247649949,41.390359440936315],[-71.87730564966645,41.39081044105345],[-71.87651964943205,41.39121144115603],[-71.8758606492364,41.3915644412453],[-71.87471264889716,41.39220844140652],[-71.87452364884163,41.39232044143421],[-71.87445264882082,41.3923634414448],[-71.87424164875888,41.39248944147594],[-71.87423164875509,41.392479441474286],[-71.87408164869576,41.392286441441115],[-71.87399164866025,41.39217144142137],[-71.87389764862534,41.39209244140878],[-71.87347864847348,41.39180844136605],[-71.87326564839631,41.39166444134436],[-71.87304464831625,41.39151544132199],[-71.87282664823853,41.39139144130441],[-71.87227164804986,41.39124644129303],[-71.87170364785983,41.391154441292414],[-71.87157964781629,41.39109644128487],[-71.87136764773527,41.390875441248106],[-71.87131764770768,41.39066644120874],[-71.87131764770169,41.39055544118702],[-71.87131764770082,41.390539441183876],[-71.87131764769359,41.390405441157654],[-71.87154264774557,41.39001044107345],[-71.87157864775297,41.38993044105669],[-71.87167364777751,41.38981144103049],[-71.87188464784143,41.3897224410066],[-71.87225564796236,41.389723440995425],[-71.87235064799252,41.3897084409896],[-71.8725106480393,41.38960944096531],[-71.87267064807803,41.38936144091188],[-71.87265564806314,41.38917644087612],[-71.87258264802954,41.38899444084272],[-71.87258964802984,41.38895844083549],[-71.87267064805323,41.38890244082204],[-71.87313764819854,41.38877544078287],[-71.87321664822167,41.388727440771035],[-71.87329764824308,41.38863544075056],[-71.87358964830923,41.388098440636504],[-71.87369864833926,41.387997440613404],[-71.87401964843684,41.38786744057812],[-71.87426064850547,41.387684440534905],[-71.87451564858019,41.38752944049677],[-71.87466864862587,41.38745244047701],[-71.87486564868621,41.38738144045708],[-71.87500064872405,41.38726744043063],[-71.87525964879644,41.38704544037924],[-71.87549364885862,41.38678544032117],[-71.87557264887771,41.386662440294685],[-71.87556564887419,41.386639440290395],[-71.87558064887789,41.38661744028563],[-71.87552164884904,41.38643944025259],[-71.87531164877065,41.386254440222814],[-71.87507764868653,41.38610844020141],[-71.87500064865793,41.38604344019104],[-71.87493964863525,41.38599144018273],[-71.87491564862495,41.38594544017446],[-71.87485164859721,41.385818440151574],[-71.874830648577,41.38557044010367],[-71.8749406485894,41.385136440015344],[-71.87483964852153,41.38448943989179],[-71.87484664851556,41.38433643986163],[-71.87494264852339,41.38390243977372],[-71.87498964852294,41.38361043971513],[-71.87500064852317,41.38354843970266],[-71.87504464852296,41.38327943964865],[-71.87504864852379,41.38327043964676],[-71.87511664853925,41.38314643962041],[-71.87517664854745,41.382936439577456],[-71.87513964852923,41.38282243955628],[-71.87508864850645,41.38270843953553],[-71.87500064847285,41.38261643952021],[-71.8749216484424,41.382529439505596],[-71.87482664840587,41.38242643948835],[-71.8748026483905,41.38228643946168],[-71.87478864838157,41.38220543944625],[-71.87463964832065,41.381976439405996],[-71.87451564827371,41.38185543938611],[-71.87427664819288,41.381800439382644],[-71.87402964810933,41.381743439379065],[-71.87365764797933,41.381580439358544],[-71.87343764789931,41.381425439334926],[-71.873380647877,41.38135643932317],[-71.87319864780584,41.381136439285676],[-71.87314364778435,41.38107043927445],[-71.87294764768,41.38032043913361],[-71.87290864765924,41.38017143910566],[-71.87289564765214,41.38011843909568],[-71.87280764761337,41.37993143906176],[-71.87272764758283,41.37984843904797],[-71.87260364753978,41.379799439042166],[-71.8723416474547,41.37980443905117],[-71.87232264742735,41.379412438975],[-71.87231664740602,41.379053438904904],[-71.872320647405,41.37901043889638],[-71.87233564740254,41.37887443886928],[-71.87235664740436,41.37878143885042],[-71.87239464740993,41.3786554388246],[-71.87266064746052,41.37798743868566],[-71.8727796474838,41.377700438625844],[-71.87281064748855,41.3776014386055],[-71.87282264748724,41.37750443858614],[-71.87282364748319,41.377423438570254],[-71.87281864747696,41.37733843855377],[-71.87280764746988,41.37727343854139],[-71.87275364744517,41.37714143851719],[-71.87266064740514,41.37696143848479],[-71.87255464736066,41.37677743845202],[-71.87241864730352,41.37653943840959],[-71.8722876472486,41.37631243836915],[-71.87217464719926,41.37608043832718],[-71.87204064714076,41.37580543827744],[-71.87192064708931,41.37557643823629],[-71.87189364707766,41.37552343822674],[-71.87170564699657,41.37515643816064],[-71.87167764698476,41.375106438151704],[-71.87113164675151,41.374080437967535],[-71.87086764663869,41.373583437878295],[-71.87065064654674,41.3731894378078],[-71.87049064647756,41.372873437750826],[-71.86972964614854,41.37137043747982],[-71.86968564612795,41.37125443745846],[-71.86964364610854,41.37114843743898],[-71.86963464610092,41.37106143742223],[-71.86964064609936,41.3709964374093],[-71.86965964609973,41.37088843738758],[-71.86972464610913,41.370670437342916],[-71.86974564611242,41.370604437329334],[-71.86988264613497,41.37019543724505],[-71.8699926461556,41.36991343718645],[-71.87003164616287,41.36981243716548],[-71.87003864616378,41.36978743716039],[-71.87017264618592,41.36938843707814],[-71.87021364619252,41.3692634370524],[-71.87037364621871,41.3687824369533],[-71.87065664626697,41.36796843678524],[-71.870890646309,41.36733443665392],[-71.87089664631019,41.367320436650985],[-71.87109764635322,41.36690443656337],[-71.8712246463846,41.36671943652325],[-71.87123964638826,41.36669643651829],[-71.87128664639991,41.36662843650353],[-71.87129164640115,41.366621436502015],[-71.87130164640354,41.36660543649858],[-71.87172264649757,41.3658064363292],[-71.87184764652558,41.36557043627916],[-71.87232864663548,41.364703436094636],[-71.87262564670083,41.36412143597155],[-71.87290664675979,41.36351743584465],[-71.87296364677196,41.36339943581981],[-71.87327764683975,41.36275943568482],[-71.87326964682688,41.36256943564787],[-71.87354064690977,41.36246943561998],[-71.87400364705148,41.3623004355727],[-71.87435264715798,41.362167435535966],[-71.87462264724043,41.36206543550772],[-71.87493464733508,41.36193643547291],[-71.875339647458,41.361769435427796],[-71.87585764761324,41.36151943536296],[-71.87598464765139,41.36145943534732],[-71.87608364768064,41.361404435333526],[-71.8761576477026,41.36136443532343],[-71.87679964789241,41.36100643523363],[-71.87641464774906,41.36067343518021],[-71.8767756478607,41.36056343514762],[-71.87716164797732,41.36039443510269],[-71.8773436480327,41.36032243508302],[-71.87747564806982,41.36021343505763],[-71.87748964807321,41.36019143505289],[-71.87769764813432,41.36006843502243],[-71.87848164834986,41.359330434853874],[-71.87914364852041,41.35849443466984],[-71.87927664855476,41.358328434633265],[-71.87961464863848,41.35783943452712],[-71.88051864879107,41.35520943398427],[-71.88099364889469,41.354262433784214],[-71.88169764904578,41.35281243347859],[-71.8817776490637,41.35266143344657],[-71.88232664918742,41.351640433229726],[-71.8825126491959,41.35067443303479],[-71.8828326492159,41.349112432718975],[-71.8830156491265,41.34634943217202],[-71.88303064910032,41.34577343205871],[-71.8828706490393,41.345608432031284],[-71.882820649017,41.34549643201086],[-71.88277064899462,41.34538343199026],[-71.88258164891016,41.34495843191278],[-71.88224264801761,41.33044642907916],[-71.88223964800933,41.330310429052595],[-71.88223664800107,41.33017542902621],[-71.88218464786308,41.327928428587356],[-71.8821316477248,41.32568142814849]]]},"properties":{"name":7052,"geoid":"09011705200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.93756466634822,41.33631542853356],[-71.93810466652047,41.33624942850407],[-71.9398806670843,41.335982428397216],[-71.94396566833501,41.33451542798434],[-71.9452986686933,41.33311442766889],[-71.94565366874039,41.331847427409706],[-71.94574266870453,41.330647427171826],[-71.9474296692249,41.33011342701537],[-71.95036067016113,41.32978042686011],[-71.95249267076868,41.32817942648087],[-71.95417967122415,41.32644542608926],[-71.95560067166514,41.326045425967216],[-71.95648467198158,41.32657542604393],[-71.96033067307644,41.32366842535605],[-71.96043067300288,41.32170542496824],[-71.96258967361416,41.32001242457008],[-71.96598867464844,41.31867742420396],[-71.96634567476495,41.31868342419418],[-71.97244667675673,41.31879142402785],[-71.97302867692494,41.318398423932926],[-71.97282567679635,41.317242423712585],[-71.97593367761684,41.31370742292412],[-71.97476267716783,41.31245242271412],[-71.97468967713984,41.312374422701055],[-71.97415767691618,41.3114404225343],[-71.97504567715836,41.310573422337036],[-71.97797567807233,41.30983942210308],[-71.97992867868277,41.30937342195169],[-71.9809356790532,41.310162422075415],[-71.98109867915616,41.31108542225136],[-71.98111267916477,41.31116042226562],[-71.98052167899718,41.311618422373556],[-71.98054767901765,41.311840422416296],[-71.9804466790189,41.3124714225431],[-71.98014767902266,41.31434042291867],[-71.97992267897042,41.31472842300164],[-71.97979867894159,41.3149414230472],[-71.97967567891317,41.31515642309312],[-71.97936767884168,41.31568842320688],[-71.97899667875545,41.316326423343334],[-71.97788767849805,41.318241423752795],[-71.97751867841252,41.318880423889375],[-71.97684767825679,41.32003942413718],[-71.977545678545,41.32116742433679],[-71.98074767986716,41.32633942525191],[-71.98113868009604,41.32821642560769],[-71.98124768015983,41.32873942570682],[-71.97991767981713,41.33040642607436],[-71.97611767872084,41.33300642670067],[-71.9750596786012,41.33715842754668],[-71.97345667821693,41.33970042809397],[-71.97325967818676,41.34032742822286],[-71.9695506772394,41.34513242927815],[-71.96913367710718,41.345198429303906],[-71.97018767765633,41.34900143001636],[-71.97021767767176,41.34910643003601],[-71.97034567771576,41.349149430040484],[-71.97051767777486,41.34920643004637],[-71.97112167808895,41.3513744304524],[-71.97080967800959,41.351784430542295],[-71.97058867793518,41.35173943054028],[-71.97046867790851,41.35196843058881],[-71.97027567785261,41.35209643061981],[-71.97017367783089,41.35230843066447],[-71.96988667777028,41.35291443079197],[-71.96986167776343,41.35293843079743],[-71.96969367771766,41.35310343083493],[-71.96950067767249,41.353429430904704],[-71.96892567753825,41.35440743111392],[-71.96873367749346,41.35473443118386],[-71.96853867745114,41.35512543126642],[-71.96834467740915,41.35551643134897],[-71.96806067734754,41.3560864314693],[-71.96707467713392,41.35806943188795],[-71.96708667719804,41.35918043210512],[-71.96744267737647,41.36033443232013],[-71.96771067751068,41.361200432481446],[-71.9676326775178,41.361800432601335],[-71.96741867753114,41.36333243290786],[-71.96732567752466,41.36377143299668],[-71.96725967751992,41.364080433059186],[-71.96692167749625,41.36567443338166],[-71.9673226777316,41.36760743374776],[-71.967365677799,41.368592433939256],[-71.9673246778481,41.36974443416602],[-71.96688267776435,41.37085443439692],[-71.96602767760243,41.37300343484388],[-71.96594367757665,41.37303243485215],[-71.9658986775628,41.37304743485645],[-71.96585967755087,41.37306143486041],[-71.96584067754506,41.373068434862354],[-71.96551267744424,41.373179434894155],[-71.96538467740496,41.37322343490672],[-71.96498167728109,41.373359434945755],[-71.96402767698802,41.373684435038705],[-71.96377067690872,41.37376543506246],[-71.96336567678388,41.37389543510037],[-71.96321067673782,41.373976435120994],[-71.96243167649885,41.3742484351982],[-71.96203767637775,41.37438143523635],[-71.96162267624986,41.37451543527535],[-71.96122967612817,41.37463143531014],[-71.96099567605519,41.37469143532908],[-71.96076767598387,41.37474543534667],[-71.96033167584693,41.37483843537828],[-71.96012367578136,41.37487843539251],[-71.95973367565793,41.374944435417426],[-71.95926667550926,41.375007435444125],[-71.95909167545335,41.37502743545341],[-71.95884467537404,41.37504843546513],[-71.958462675251,41.37507343548175],[-71.95791067507263,41.375099435503834],[-71.95761067497509,41.37510243551365],[-71.95747867493215,41.37510343551789],[-71.95715167482517,41.375094435526194],[-71.95661767464996,41.37507043553792],[-71.95618867450861,41.37504043554523],[-71.95596767443546,41.37501843554773],[-71.95534967422991,41.37493943555127],[-71.95445867393269,41.374809435553225],[-71.95369067367697,41.374706435556675],[-71.95234167322685,41.374507435559195],[-71.95105967279936,41.37432343556261],[-71.95091867275123,41.37428243555892],[-71.95076767270089,41.37426143555945],[-71.9505946726432,41.37423643555986],[-71.95009467247651,41.37416543556134],[-71.9498256723868,41.37412643556197],[-71.94902967212175,41.37401943556551],[-71.9487046720133,41.37397143556609],[-71.94838067190507,41.373921435566274],[-71.94808467180634,41.373878435566965],[-71.94790167174544,41.373854435567885],[-71.9472906715416,41.37376443556904],[-71.94806167182156,41.37429743564969],[-71.94511167083803,41.373877435658144],[-71.94473467071228,41.37382243565895],[-71.94448767062983,41.3737854356593],[-71.94243466994493,41.37348543566369],[-71.93872766870929,41.372962435675205],[-71.93615666785108,41.372577435678835],[-71.93582366774031,41.37253443568064],[-71.93548666762817,41.37249043568238],[-71.9343826672627,41.37238143569495],[-71.93375766705677,41.37233743570554],[-71.93356166699223,41.37232443570902],[-71.93295166679204,41.37229643572228],[-71.93216066653386,41.37228643574461],[-71.93153066632867,41.37228643576397],[-71.93067666605198,41.37231343579547],[-71.93015066588225,41.3723424358173],[-71.93014766587834,41.37228843580683],[-71.93014566587465,41.37223243579592],[-71.93017266587803,41.37213243577552],[-71.93018666587983,41.37208143576511],[-71.93020166588168,41.37202543575367],[-71.93021866588387,41.37196343574102],[-71.93024166588569,41.37185843571976],[-71.93025466588688,41.371802435708396],[-71.93163466626599,41.37050243541152],[-71.93301366664477,41.36920243511464],[-71.9334386667376,41.36836043493673],[-71.93386266683007,41.36751743475866],[-71.93527566720886,41.36601343442079],[-71.93513866714432,41.365645434352956],[-71.93544066722708,41.365357434287276],[-71.93547566723296,41.36525543426622],[-71.93548466721762,41.364917434199775],[-71.93541266718685,41.36478243417555],[-71.935313667154,41.36477143417643],[-71.9352566671288,41.36464843415411],[-71.93508866706684,41.36451443413302],[-71.93476366694694,41.36425443409211],[-71.93458066687855,41.364092434066],[-71.93452966685821,41.364023434054054],[-71.93450166684174,41.363887434028285],[-71.9345656668439,41.36354243395877],[-71.93471166685487,41.36286643382191],[-71.9346826668332,41.36264043377856],[-71.93448566674951,41.362279433713915],[-71.93438366669541,41.36189343364146],[-71.93425966664562,41.36171943361119],[-71.93402666655503,41.36144743356509],[-71.93399766654065,41.36135643354816],[-71.93409966654211,41.36076943343007],[-71.93409366653334,41.360643433405585],[-71.93400366648942,41.36037343335549],[-71.93399666648601,41.36035243335157],[-71.93405566649359,41.36013743330767],[-71.93431866656236,41.3598254332385],[-71.93443666659392,41.35969843320999],[-71.93457366663065,41.3595524331772],[-71.93472566666672,41.35930443312397],[-71.93474866666865,41.35920143310309],[-71.93470466664502,41.35902943307076],[-71.93463866661831,41.35893343305399],[-71.93467566661604,41.35866843300096],[-71.93469066661898,41.35863243299345],[-71.93458766656141,41.35818843290964],[-71.93462466656356,41.35800543287269],[-71.93485666662747,41.357790432823464],[-71.93511966670793,41.35769443279657],[-71.93516066672086,41.35768643279375],[-71.93570266689206,41.357588432757915],[-71.93596466697262,41.357500432732635],[-71.9361996670709,41.35790243280413],[-71.93640266709009,41.35703543262811],[-71.93641666708048,41.356773432576375],[-71.936503667104,41.35668443255627],[-71.93663766714039,41.35655043252591],[-71.93674466716729,41.35640343249384],[-71.93681766718564,41.356303432472004],[-71.93681266717803,41.35619243245042],[-71.93680966717206,41.356100432432505],[-71.9368306671682,41.35590243239308],[-71.93685466717437,41.355872432386455],[-71.93692566719291,41.35578743236764],[-71.93762066734479,41.35441143207681],[-71.93765766733635,41.35403243200143],[-71.93731366720485,41.3536724319415],[-71.93676966701662,41.35346743191807],[-71.93644766690522,41.35334643190425],[-71.93594966670383,41.35262143177754],[-71.93567266655903,41.35161143158822],[-71.93571766651614,41.35054743137843],[-71.93615066661836,41.34983043122469],[-71.93622366660834,41.34920543110003],[-71.93592866644173,41.347900430853464],[-71.93633166641968,41.34506543028572],[-71.93634466641917,41.344978430268284],[-71.93675666646486,41.343341429934945],[-71.93691866645199,41.342127429692134],[-71.93701266643875,41.34131642953036],[-71.93729766640006,41.338883429044934],[-71.93732266639695,41.3386754290034],[-71.9373976664177,41.33860742898777],[-71.93750166643805,41.33835742893561],[-71.93756466644635,41.33813142888938],[-71.93756066644033,41.338044428872465],[-71.93755666643433,41.337957428855525],[-71.93751066636733,41.33699442866826],[-71.93756466634822,41.33631542853356]]]},"properties":{"name":7053,"geoid":"09011705300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.85551164368634,41.41156444578206],[-71.8557216437422,41.411331445730056],[-71.85572564374328,41.41132744572915],[-71.85581464376628,41.41121644570471],[-71.85611864384558,41.4108504456238],[-71.8563096438941,41.41059644556826],[-71.85649864394217,41.41034644551356],[-71.85676664401026,41.40999044543571],[-71.85690264404492,41.40981144539653],[-71.85755064420725,41.40890744519983],[-71.85767564423864,41.40873444516216],[-71.85771764424882,41.408669445148156],[-71.85778464426308,41.40852944511871],[-71.85787964428701,41.40839944509037],[-71.85810264434451,41.408118445028556],[-71.85822564437571,41.4079544449927],[-71.85856564446226,41.40750544489445],[-71.8590546445854,41.40683544474839],[-71.85950664469844,41.40620144461051],[-71.85972264475252,41.4058994445448],[-71.85992964480452,41.4056134444825],[-71.8604606449379,41.40487944432264],[-71.86205564533869,41.402677443842926],[-71.86258764547242,41.401944443683206],[-71.86285764558608,41.40241944376788],[-71.86313964565969,41.40208144369312],[-71.8638216458391,41.40128844351706],[-71.86402764589334,41.40105044346416],[-71.86483364610876,41.40017644326846],[-71.86547964628289,41.399503443116984],[-71.86618664647524,41.39879944295756],[-71.86673264662473,41.39827344283791],[-71.8669286466787,41.398090442796075],[-71.86731964678644,41.39772644271287],[-71.86803164698425,41.3970934425672],[-71.86816864702224,41.396970442538944],[-71.86858164713698,41.39660344245445],[-71.86862664714953,41.39656444244545],[-71.8687246471773,41.39648744242737],[-71.86883064720574,41.39637444240202],[-71.86885964721384,41.39634944239625],[-71.86930464733885,41.3959794423102],[-71.86945364738074,41.39585644228158],[-71.86961764742678,41.39571944224972],[-71.87001264753825,41.39540044217521],[-71.87015664757912,41.39528844214888],[-71.87076364775183,41.394824442039464],[-71.87163364800082,41.39418644188796],[-71.87226464818298,41.39375244178369],[-71.87235064820786,41.393694441769696],[-71.87310564842694,41.393196441649096],[-71.87329364848149,41.39307244161908],[-71.873329648492,41.39304944161348],[-71.8739196486644,41.392682441523576],[-71.87401164869135,41.392626441509805],[-71.87424164875888,41.39248944147594],[-71.87445264882082,41.3923634414448],[-71.87452364884163,41.39232044143421],[-71.87471264889716,41.39220844140652],[-71.8758606492364,41.3915644412453],[-71.87651964943205,41.39121144115603],[-71.87730564966645,41.39081044105345],[-71.878247649949,41.390359440936315],[-71.87915065022104,41.389949440828396],[-71.8793566502832,41.38985744080407],[-71.88042565060678,41.38940044068188],[-71.88633365239836,41.38693544001832],[-71.89444865485748,41.38352043910107],[-71.89602965533663,41.38285643892262],[-71.89681365557456,41.38253343883536],[-71.89938865635594,41.381470438548305],[-71.89955765640714,41.381399438529215],[-71.89971465645402,41.38132043850894],[-71.9004496566768,41.381012438426104],[-71.90314165749278,41.37988543812292],[-71.9037496576771,41.37963143805455],[-71.9040466577684,41.379530438025675],[-71.90416265780343,41.37947943801211],[-71.9045116579089,41.37932743797167],[-71.9046286579443,41.37927743795829],[-71.90478565799165,41.379207437939776],[-71.90505765807399,41.379091437908734],[-71.90532765815573,41.37897643787793],[-71.90616665840956,41.378616437781716],[-71.90634765846434,41.378539437761084],[-71.90677965859535,41.3783594377126],[-71.90780765890689,41.37792843759669],[-71.90868265917229,41.37756543749879],[-71.90890065923827,41.377472437473884],[-71.90951665942475,41.37721043740369],[-71.91004065958424,41.377003437347085],[-71.91061265975873,41.376784437286666],[-71.91147966002414,41.37647043719859],[-71.91161566006602,41.37642543718561],[-71.91270166040152,41.37608843708631],[-71.91303066050344,41.37599143705723],[-71.91336266060661,41.375899437029034],[-71.91403066081457,41.37572143697369],[-71.91448866095742,41.37560443693673],[-71.91546066126158,41.37537443686187],[-71.91552566128195,41.37535943685694],[-71.91616366148197,41.37521543680917],[-71.91631666152963,41.37517543679665],[-71.91707966176854,41.374997436738376],[-71.91769966196254,41.37485043669057],[-71.91830566215262,41.374715436645545],[-71.91873366228663,41.374615436612835],[-71.91877066229817,41.37460643660993],[-71.91938266248951,41.374458436562165],[-71.9201196627206,41.374292436507034],[-71.92055866285828,41.37419443647439],[-71.92138666311715,41.3739944364098],[-71.92228566339888,41.37378943634208],[-71.92433866404124,41.3733034361839],[-71.92510566428143,41.37312543612551],[-71.92582366450627,41.37295843607077],[-71.92625966464307,41.37286243603859],[-71.92704266489004,41.37271343598537],[-71.92739066500046,41.37265943596412],[-71.92815166524208,41.372544435918236],[-71.92902666552146,41.372440435871006],[-71.9297616657569,41.37236743583413],[-71.92985666578768,41.37236443583063],[-71.9299146658063,41.37235943582787],[-71.93009166586324,41.3723464358199],[-71.93013566587739,41.37234343581795],[-71.93015066588225,41.3723424358173],[-71.93067666605198,41.37231343579547],[-71.93153066632867,41.37228643576397],[-71.93216066653386,41.37228643574461],[-71.93295166679204,41.37229643572228],[-71.93356166699223,41.37232443570902],[-71.93375766705677,41.37233743570554],[-71.9343826672627,41.37238143569495],[-71.93548666762817,41.37249043568238],[-71.93582366774031,41.37253443568064],[-71.93615666785108,41.372577435678835],[-71.93872766870929,41.372962435675205],[-71.94243466994493,41.37348543566369],[-71.94448767062983,41.3737854356593],[-71.94473467071228,41.37382243565895],[-71.94511167083803,41.373877435658144],[-71.94806167182156,41.37429743564969],[-71.9472906715416,41.37376443556904],[-71.94790167174544,41.373854435567885],[-71.94808467180634,41.373878435566965],[-71.94838067190507,41.373921435566274],[-71.9487046720133,41.37397143556609],[-71.94902967212175,41.37401943556551],[-71.9498256723868,41.37412643556197],[-71.95009467247651,41.37416543556134],[-71.9505946726432,41.37423643555986],[-71.95076767270089,41.37426143555945],[-71.95091867275123,41.37428243555892],[-71.95105967279936,41.37432343556261],[-71.95234167322685,41.374507435559195],[-71.95369067367697,41.374706435556675],[-71.95445867393269,41.374809435553225],[-71.95534967422991,41.37493943555127],[-71.95596767443546,41.37501843554773],[-71.95618867450861,41.37504043554523],[-71.95661767464996,41.37507043553792],[-71.95715167482517,41.375094435526194],[-71.95747867493215,41.37510343551789],[-71.95761067497509,41.37510243551365],[-71.95791067507263,41.375099435503834],[-71.958462675251,41.37507343548175],[-71.95884467537404,41.37504843546513],[-71.95909167545335,41.37502743545341],[-71.95926667550926,41.375007435444125],[-71.95973367565793,41.374944435417426],[-71.96012367578136,41.37487843539251],[-71.96033167584693,41.37483843537828],[-71.96076767598387,41.37474543534667],[-71.96099567605519,41.37469143532908],[-71.96122967612817,41.37463143531014],[-71.96162267624986,41.37451543527535],[-71.96203767637775,41.37438143523635],[-71.96243167649885,41.3742484351982],[-71.96321067673782,41.373976435120994],[-71.96336567678388,41.37389543510037],[-71.96377067690872,41.37376543506246],[-71.96402767698802,41.373684435038705],[-71.96498167728109,41.373359434945755],[-71.96538467740496,41.37322343490672],[-71.96551267744424,41.373179434894155],[-71.96584067754506,41.373068434862354],[-71.96585967755087,41.37306143486041],[-71.9658986775628,41.37304743485645],[-71.96594367757665,41.37303243485215],[-71.96602767760243,41.37300343484388],[-71.9659266775813,41.373220434889454],[-71.96582567756012,41.373436434934845],[-71.96549267749029,41.37414843508445],[-71.96452867722651,41.375073435295164],[-71.96447967722129,41.375271435335435],[-71.96431067720316,41.37595243547392],[-71.9638276771521,41.37791143587221],[-71.96376667714559,41.37815743592222],[-71.96370667713938,41.37840343597222],[-71.96352967712062,41.379120436117994],[-71.96389767734173,41.380987436472054],[-71.96421967753415,41.38260143677801],[-71.96238467707549,41.38516343733582],[-71.96206067699431,41.38561243743364],[-71.96180167692958,41.38597443751245],[-71.96121867678387,41.386788437689674],[-71.96081167664772,41.386722437689286],[-71.96040467651153,41.386655437688695],[-71.96018767643895,41.38662043768852],[-71.95933567619134,41.387171437822545],[-71.9592806761757,41.38721343783246],[-71.95890967607971,41.387671437933484],[-71.95863267601402,41.388123438030455],[-71.95864667602304,41.38820543804607],[-71.95882967609901,41.38850743809953],[-71.95906267619114,41.38880643815088],[-71.95941267632368,41.389148438207016],[-71.95984167647747,41.38940743824449],[-71.96004667654601,41.389440438244634],[-71.96017767658641,41.3893984382324],[-71.96017767658522,41.38937643822809],[-71.96028767662483,41.38944643823841],[-71.96062467676602,41.39002543834132],[-71.96064467677438,41.39005943834736],[-71.96053567675759,41.39040443841821],[-71.96054667677556,41.390669438469715],[-71.96051767677896,41.39090643851699],[-71.96043467676479,41.39114343856591],[-71.96041967677446,41.3914114386188],[-71.96047367680625,41.391673438668406],[-71.96060967685928,41.391834438695724],[-71.96063167687166,41.391930438713835],[-71.96051567685218,41.39226743878333],[-71.96044967684549,41.39254043883877],[-71.96047567686139,41.39267743886477],[-71.96048467686616,41.392711438871146],[-71.96059367690796,41.39282743889048],[-71.9607186769552,41.39294743891012],[-71.96085667700397,41.39301843891976],[-71.9609076770258,41.39311443893697],[-71.9609076770297,41.39318643895106],[-71.96070367698889,41.393658439049695],[-71.9606896769934,41.393825439082796],[-71.96063867698302,41.393940439106856],[-71.96067567700292,41.39408543913409],[-71.96082767706514,41.394319439175185],[-71.96087167709467,41.394599439228614],[-71.9608436770917,41.39471243925156],[-71.96080567708776,41.39486843928327],[-71.96063567704864,41.395167439347],[-71.96063267704804,41.39517443934845],[-71.96041367699054,41.39542943940509],[-71.95975067680422,41.3959754395323],[-71.95961167676751,41.39613343956749],[-71.95956667675775,41.39622343958647],[-71.95950267674407,41.39635543961427],[-71.95940767672816,41.39663243967139],[-71.95937067671896,41.39668543968288],[-71.95909667665241,41.397103439773105],[-71.95882067658547,41.39752643986434],[-71.95868567656,41.3978674399352],[-71.95960467685951,41.39787043990749],[-71.96001067699268,41.39788743989834],[-71.96099667731494,41.3979074398719],[-71.96106267733487,41.3978784398642],[-71.96119467737758,41.39787343985916],[-71.96129567741232,41.3979074398627],[-71.96141267745423,41.39797743987279],[-71.96154367750347,41.39809843989244],[-71.96192967766889,41.39882944002355],[-71.96198067768866,41.39888744003331],[-71.96208367772856,41.39900444005305],[-71.96229367780413,41.3991364400724],[-71.96260767791416,41.3992794400907],[-71.96266667794424,41.39947944012801],[-71.96268867796071,41.39965044016078],[-71.96270267796775,41.39969644016935],[-71.96295867806543,41.39995944021291],[-71.96303867809968,41.400110440239985],[-71.96304567810809,41.400223440261875],[-71.96296567809169,41.400401440299156],[-71.9627326780289,41.40064244035346],[-71.96254267797161,41.40072744037593],[-71.96220067786463,41.40080844040232],[-71.96213567784774,41.400887440419766],[-71.96203367782465,41.40107444045949],[-71.96200367782167,41.40119944048486],[-71.96204067784089,41.40133144050955],[-71.96214267787937,41.40142844052538],[-71.9623386779479,41.401514440536154],[-71.96250767801251,41.401690440565396],[-71.96253667802662,41.40177644058132],[-71.96252167804128,41.40213644065219],[-71.96258067807234,41.40235444069302],[-71.96265267810392,41.40250444072014],[-71.96266067811706,41.40269844075784],[-71.96268967813732,41.40289744079586],[-71.96284967820068,41.403104440831434],[-71.96287967821904,41.403262440861404],[-71.96282167823114,41.40383344097488],[-71.96278467822415,41.403926440994205],[-71.96265467819163,41.4041074410336],[-71.9626606782007,41.40423844105904],[-71.96277767825364,41.404511441108845],[-71.96296067832574,41.40474144114819],[-71.96302567835436,41.40487844117298],[-71.96306167838497,41.40522644123994],[-71.9631786784389,41.40551744129325],[-71.96335367850666,41.40571544132659],[-71.96347767855264,41.405818441342916],[-71.96350767856686,41.40590044135804],[-71.96357267860772,41.40626244142682],[-71.96355367861285,41.4064714414683],[-71.96353667861764,41.406661441505975],[-71.96360967864887,41.40679844153052],[-71.96367567868296,41.407030441573866],[-71.96358067866555,41.40727944162549],[-71.96316667857045,41.4080114417814],[-71.96297667852957,41.408398441862914],[-71.96297667853865,41.40856544189556],[-71.96312267860425,41.40889744195601],[-71.96312267861234,41.40904644198515],[-71.96306467860268,41.40921644202018],[-71.9629946785846,41.40930344203935],[-71.96291167856309,41.40940544206185],[-71.9626326784872,41.40968144212442],[-71.96256167846792,41.40975244214049],[-71.96241667843144,41.40995044218368],[-71.96240167843614,41.41012644221855],[-71.96253967849373,41.41035944225987],[-71.9628536786121,41.410655442308084],[-71.96296267865587,41.410807442334466],[-71.9629626786645,41.41096644236555],[-71.96296267866907,41.41105044238197],[-71.96283167863993,41.411299442434704],[-71.96282467864194,41.411378442450356],[-71.96281667864363,41.41145744246606],[-71.96263567858513,41.41146644247339],[-71.96259167857629,41.4115674424945],[-71.96246767854404,41.41171744252765],[-71.96224167848133,41.41191844257392],[-71.9619506783952,41.412077442613956],[-71.96128067818796,41.41228044267428],[-71.9611626781525,41.412335442688665],[-71.96109767813687,41.41243744271062],[-71.9610106781133,41.41252544273052],[-71.96092267808572,41.41254544273713],[-71.96074067802448,41.4125094427357],[-71.96055167795647,41.41239144271845],[-71.96045467792344,41.412364442716125],[-71.96030267787162,41.4123224427126],[-71.96009267780339,41.41232544271967],[-71.95990967774985,41.412437442747205],[-71.95964067768165,41.41279544282549],[-71.95956767765972,41.412829442834386],[-71.95937867759984,41.41286044284627],[-71.95898467746824,41.41280044284665],[-71.95826967723232,41.41274544285792],[-71.9581096771824,41.41278644287086],[-71.95803667716146,41.41283844288326],[-71.95783267710765,41.41307144293512],[-71.95756367703235,41.413298442987774],[-71.95727167696009,41.4137194430791],[-71.95714767692317,41.413783443095426],[-71.95699367687376,41.413797443102894],[-71.95687167683674,41.41384744311643],[-71.95682067682446,41.41392744313365],[-71.95678367683784,41.41439544322631],[-71.95674067682812,41.41447444324307],[-71.95652067677251,41.41477044330773],[-71.95647067676303,41.414895443333705],[-71.95643367675706,41.41500744335675],[-71.95645567678432,41.41537744342841],[-71.95646367680278,41.415669443485264],[-71.95641167678902,41.415727443498206],[-71.95599167666852,41.41602844356999],[-71.95569067658214,41.4162434436213],[-71.9552906764755,41.41667944371887],[-71.95484067635155,41.41709644381425],[-71.95475867632902,41.417173443831835],[-71.95464167629808,41.41730544386124],[-71.95448167626677,41.417688443941046],[-71.95429867622501,41.418017444011014],[-71.95419767619781,41.41812244403465],[-71.95381167608276,41.41831944408505],[-71.95362067602808,41.41845844411811],[-71.9535636760158,41.418574444142536],[-71.9535486760263,41.41885744419835],[-71.95366567609,41.41932844428683],[-71.95364367609429,41.41953944432876],[-71.95360767609353,41.41974144436937],[-71.95359667609408,41.41981744438458],[-71.95356467609659,41.42005544443208],[-71.95348767607899,41.42019344446143],[-71.95338667605131,41.42028944448331],[-71.95325567601064,41.42032644449457],[-71.95283467587848,41.42041844452551],[-71.95266767582704,41.420473444541415],[-71.9525956758091,41.42057444456337],[-71.95258967581131,41.42065144457861],[-71.95259067581577,41.420727444593446],[-71.9526286758316,41.42079144460478],[-71.95267467585573,41.42095944463622],[-71.95263167584537,41.421026444650636],[-71.95257367582907,41.421074444661805],[-71.9525586758244,41.42107844466306],[-71.95245867579334,41.42110644467159],[-71.95232767575342,41.421157444685605],[-71.95224867573151,41.42122744470172],[-71.95215567570668,41.42132844472434],[-71.95214567570603,41.42137644473402],[-71.95214167570578,41.42139544473786],[-71.95214967571087,41.421441444746605],[-71.95219367572722,41.42147844475249],[-71.95223067574179,41.42152444476032],[-71.95240067580156,41.42160544477095],[-71.95251967584736,41.421734444792506],[-71.9525646758682,41.421848444813406],[-71.95256667587324,41.42192944482918],[-71.95250267586087,41.42208544486166],[-71.95238667582635,41.42214544487695],[-71.95206767572658,41.42222244490181],[-71.95199567570646,41.42228344491596],[-71.9519886757076,41.422346444928486],[-71.95198967571254,41.422431444945076],[-71.95197467571573,41.42258044497467],[-71.95197567572362,41.42271944500182],[-71.9518876757051,41.42290644504109],[-71.95173467566413,41.42306944507767],[-71.95155967561737,41.42325844512],[-71.95138467557278,41.42348744517017],[-71.95129767555255,41.42363644520197],[-71.95118267552579,41.423833445244036],[-71.9509406754696,41.42425044533298],[-71.95083467544445,41.42442344537007],[-71.95077267542979,41.42452544539193],[-71.95069267540777,41.424599445408845],[-71.95033767529885,41.42472444544421],[-71.95002967520972,41.424930445493956],[-71.94967467510568,41.425144445546735],[-71.94965067509867,41.42515944555039],[-71.9492376749772,41.42540044561022],[-71.94846367474713,41.42580744571361],[-71.94835367471858,41.42594144574318],[-71.9480616746345,41.42614544579206],[-71.9479046745934,41.42633044583306],[-71.94773667454687,41.42648144586774],[-71.94751567448469,41.426662445909926],[-71.94728867442248,41.42687844595914],[-71.94719567439516,41.42693344597276],[-71.94694767432235,41.427080446009114],[-71.94685367429469,41.42713544602277],[-71.9466246742275,41.42727144605639],[-71.94599967404422,41.427646446148934],[-71.94603567406475,41.427808446179505],[-71.94599767405718,41.427897446198074],[-71.94591067403358,41.42798444621775],[-71.9457216739754,41.428047446235894],[-71.94557667392942,41.42807044624484],[-71.94541467387812,41.4280974462551],[-71.9449416737292,41.42819344628844],[-71.94474467366913,41.42826944630935],[-71.94428567353627,41.42857644638349],[-71.94401567345307,41.428664446409],[-71.94385567340387,41.42871844642447],[-71.94349867329683,41.42888944646889],[-71.94345467328365,41.428910446474355],[-71.94324267322352,41.429075446513124],[-71.94291467314653,41.42962544663074],[-71.94290267314757,41.42971644664889],[-71.94290067314785,41.429733446652264],[-71.9428206731292,41.42987044668153],[-71.94279867312666,41.429955446698806],[-71.94279867314035,41.430207446748064],[-71.94283467315583,41.430276446760445],[-71.94303967323735,41.430547446807104],[-71.94325067332403,41.43087744686511],[-71.94335967338172,41.43128544694152],[-71.94335967340004,41.43162244700739],[-71.9432796733927,41.431967447077284],[-71.94326467339977,41.43218744712075],[-71.94326567340207,41.43222344712775],[-71.9431926734026,41.432671447217565],[-71.94313467340349,41.4330354472905],[-71.94317067342358,41.43318944731949],[-71.94332367348784,41.43345444736658],[-71.94332367349467,41.43358044739121],[-71.94327067348144,41.4336544474073],[-71.94017767242886,41.43283144734161],[-71.93441967046945,41.43130044721951],[-71.93089966927207,41.43037244714637],[-71.92780566821966,41.4295584470824],[-71.92345266673968,41.42842444699454],[-71.91513366391122,41.426256446826365],[-71.90605866082582,41.423892446642945],[-71.90355565997598,41.42326144659642],[-71.90080565904228,41.42256844654535],[-71.90073865901951,41.42255144654409],[-71.89656065760103,41.42149944646664],[-71.89604765742682,41.42136944645695],[-71.8942466568154,41.42091644642365],[-71.89354565657736,41.42073944641056],[-71.89101565571868,41.420107446364604],[-71.88987365532958,41.419794446338436],[-71.88695865433903,41.419044446281205],[-71.87821365136745,41.41679444610938],[-71.87529965037723,41.41604444605204],[-71.87452465011434,41.41585344603844],[-71.87404264995028,41.41572444602798],[-71.87028564867153,41.414718445946384],[-71.86903364824542,41.414383445919235],[-71.86880164816698,41.414331445916154],[-71.86810864793283,41.414177445907285],[-71.86787764785478,41.41412644590438],[-71.86558464708207,41.413655445882526],[-71.86310364624602,41.41314644585898],[-71.86300664621332,41.41312644585804],[-71.86291064618095,41.413106445857075],[-71.85870764476454,41.41224244581682],[-71.85641564399221,41.41177244579507],[-71.85623464393095,41.4117304457924],[-71.85588464381256,41.41165044578748],[-71.8556916437472,41.41160544578459],[-71.85551164368634,41.41156444578206]]]},"properties":{"name":7054,"geoid":"09011705400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.79316062844924,41.50571246608871],[-71.79531462916593,41.50597146607335],[-71.80177663131613,41.506750466027604],[-71.80393063203289,41.507010466012424],[-71.80571663262789,41.50723946600245],[-71.81107663441372,41.50792846597279],[-71.8128636350091,41.50815846596294],[-71.81492463569668,41.508440465954855],[-71.82111063776057,41.50928946593103],[-71.82317263844855,41.50957246592308],[-71.82365363860887,41.50963546592062],[-71.82509663908982,41.50982446591328],[-71.82557863925052,41.50988846591099],[-71.82627463948334,41.50999546591054],[-71.82682863966866,41.51008046591016],[-71.82738263985405,41.51016646590996],[-71.8277406399738,41.51022146590972],[-71.82809764009325,41.51027646590951],[-71.83157964125589,41.51077146589936],[-71.8411916444505,41.51186446581789],[-71.84573464597473,41.5126454658309],[-71.84730564650327,41.51294246584064],[-71.8489676470566,41.513148465829836],[-71.85395564871709,41.513766465797325],[-71.85561864927071,41.51397246578648],[-71.85690064969762,41.51413346577853],[-71.8583246501718,41.51431246576973],[-71.86074965097927,41.5146164657546],[-71.86203365140686,41.51477846574677],[-71.86230865149824,41.51480946574437],[-71.86313365177237,41.51490246573717],[-71.86340865186382,41.51493446573496],[-71.86362065199341,41.51604646594542],[-71.86425765238275,41.51938546657727],[-71.86447065251275,41.52049846678785],[-71.86517965295272,41.52433546751455],[-71.8652966530251,41.52496446763366],[-71.86530265302879,41.5249964676397],[-71.86731865427679,41.53584546969362],[-71.8680316547183,41.539682470419876],[-71.86851465501667,41.54226847090923],[-71.86938365555311,41.54691247178789],[-71.8699656559128,41.550029472377624],[-71.87011465600483,41.55082647252839],[-71.8704386562082,41.55261847286772],[-71.8704446562114,41.552641472872004],[-71.87046465622169,41.55271047288485],[-71.87047165622529,41.552734472889306],[-71.87049365623878,41.55285047291126],[-71.87050565624618,41.55291447292335],[-71.87055965627945,41.553201472977634],[-71.870581656293,41.55331847299975],[-71.87075565640104,41.55425947317781],[-71.87127965672593,41.5570834737121],[-71.87145465683439,41.5580254738903],[-71.87152765687891,41.558405473962125],[-71.8717476570129,41.5595464741777],[-71.87182165705781,41.55992747424967],[-71.87187565709195,41.560230474307055],[-71.87203765719448,41.56114147447961],[-71.872092657229,41.56144547453715],[-71.87233465738436,41.56284647480272],[-71.87235265739622,41.56295647482361],[-71.87246965747131,41.563633474951914],[-71.87250065749082,41.56380547498448],[-71.87279465765981,41.56514547523654],[-71.87298665775894,41.565814475360995],[-71.87328465794134,41.56737547565597],[-71.87329965795058,41.5674554756711],[-71.8733966580099,41.567962475766905],[-71.87351065807921,41.56855147587815],[-71.8735486581028,41.56875647591693],[-71.87358865812709,41.56896247595582],[-71.87363965815884,41.56923947600822],[-71.8737926582541,41.57007047616543],[-71.87384465828623,41.57034847621799],[-71.87386565830096,41.570492476245384],[-71.87393165834622,41.5709274763281],[-71.87395365836132,41.57107247635569],[-71.87396765836979,41.57114447636927],[-71.87400065838925,41.57130347639923],[-71.87401165839606,41.57136247641039],[-71.87401365839708,41.5713694764117],[-71.87402765840525,41.57143547642412],[-71.87407265843352,41.57168447647125],[-71.87407565843542,41.57170147647447],[-71.87411865846211,41.57193347651833],[-71.87421265852116,41.57245347661674],[-71.87422065852628,41.57249947662547],[-71.87426865855652,41.57276647667601],[-71.87442565867447,41.57398947690942],[-71.8745186587438,41.57470347704564],[-71.87483865900998,41.577667477613176],[-71.87497165912036,41.578894477848074],[-71.87508065915924,41.5789554778566],[-71.87519065919957,41.579036477869],[-71.87521165920761,41.57905847787262],[-71.87529065923776,41.57913847788578],[-71.87540865928526,41.579303477914294],[-71.87545365930552,41.579405477932774],[-71.87545965931038,41.579458477942914],[-71.87545665931187,41.57950347795177],[-71.87545865932157,41.579669477984055],[-71.87545765932222,41.579687477987584],[-71.87545065932923,41.5798574780209],[-71.87545065933004,41.57987247802382],[-71.87544365934292,41.58015047807819],[-71.87562565945092,41.58104047824593],[-71.87617365977557,41.583711478749294],[-71.87635665988394,41.58460247891717],[-71.87632565990216,41.58512147901919],[-71.876378659965,41.58595547917998],[-71.87648666003308,41.58655647929371],[-71.87665266014278,41.58757347948664],[-71.87680166024117,41.588484479659456],[-71.8780426610611,41.596079481100084],[-71.87845666133458,41.59861148158028],[-71.87886966158946,41.60080848199526],[-71.87896666164477,41.60124148207657],[-71.8791556617643,41.602299482276706],[-71.8799396622877,41.60719248320497],[-71.88006966237464,41.60800648335939],[-71.8804046625832,41.60982048370212],[-71.88132966315884,41.61482448464745],[-71.88141066320942,41.61526548473078],[-71.88174666341843,41.61708148507379],[-71.88222066371446,41.619663485561595],[-71.88286066411416,41.62314948622011],[-71.88321966433848,41.62510648658978],[-71.88352566456543,41.62742748703185],[-71.88387066482059,41.63003048752758],[-71.88398066497895,41.63226648795912],[-71.88431166545452,41.63897548925377],[-71.88440066558121,41.64075748959756],[-71.88442266561334,41.64121248968536],[-71.88439366560404,41.641215489686836],[-71.88430966557709,41.641224489691176],[-71.88430766557643,41.64122448969123],[-71.88427966556748,41.64122748969269],[-71.87899466386897,41.6417194899513],[-71.87451666242984,41.642137490170605],[-71.86318265880766,41.64356949079829],[-71.85791765712503,41.64423549108997],[-71.85783165709651,41.64422749109104],[-71.85771065705646,41.64421749109282],[-71.85757365701144,41.64421249109607],[-71.8574876569832,41.644209491098145],[-71.85748165698124,41.64420949109832],[-71.85715765687485,41.64419849110616],[-71.85617065655059,41.644162491129556],[-71.85584165644268,41.64415349113793],[-71.85566165638348,41.64414549114193],[-71.85539565629603,41.64413449114799],[-71.85512065620546,41.64412049115373],[-71.85494165614651,41.64411149115749],[-71.8546266560429,41.64409749116445],[-71.85368165573203,41.64405549118539],[-71.85336765562877,41.64404249119253],[-71.85209365520974,41.64398649122085],[-71.8482776539547,41.64382149130624],[-71.84703365354552,41.643767491334025],[-71.84700565353627,41.64376549133449],[-71.84699265353203,41.64376549133489],[-71.8416326517609,41.64338349142555],[-71.82551864643635,41.64223749169828],[-71.82014864466193,41.64185649178924],[-71.8201436446603,41.6418564917894],[-71.82008964464244,41.64185249179029],[-71.81958064447646,41.641856491806706],[-71.81787664392075,41.64187049186179],[-71.81743764377761,41.64187449187607],[-71.8173106437357,41.64186649187842],[-71.81730564373407,41.64186649187856],[-71.81684864358309,41.64183449188638],[-71.81546864312739,41.641742491910904],[-71.81500864297564,41.641714491919586],[-71.81430264274255,41.64166749193213],[-71.81343764245693,41.641610491947624],[-71.8125036421486,41.64154949196445],[-71.80872464090103,41.6413024920325],[-71.80715564038306,41.64120049206086],[-71.80709664036331,41.64119149206093],[-71.80679664026385,41.64116449206487],[-71.80501163967449,41.64104649209674],[-71.8049576396567,41.64104349209782],[-71.79854563753976,41.640623492212995],[-71.79640863683427,41.640484492251574],[-71.796401636832,41.64048449225179],[-71.79632063680525,41.64047949225331],[-71.79570063660044,41.64043649226397],[-71.79357663589914,41.64029649230196],[-71.7934036358421,41.6402864923053],[-71.7928696356658,41.640251492314874],[-71.79222763545378,41.64020849232623],[-71.79030363481844,41.64008049236036],[-71.78966263460681,41.64003849237187],[-71.78952363456095,41.640029492374374],[-71.78910963442425,41.640002492381846],[-71.78897263437908,41.639994492384474],[-71.78885463434003,41.63998549238636],[-71.78850663422513,41.63996249239255],[-71.78839063418685,41.639955492394755],[-71.78837463418158,41.63995449239505],[-71.78832363416483,41.63995249239622],[-71.78824563413914,41.639948492397835],[-71.78780463399417,41.63993149240806],[-71.78765863394621,41.63992649241158],[-71.78767163392892,41.63953149233433],[-71.78771263387782,41.638348492102935],[-71.7877266338609,41.63795449202585],[-71.78773163385327,41.637784491992626],[-71.78774863383106,41.637275491893064],[-71.78775563382413,41.637106491859974],[-71.78776063381699,41.63694549182851],[-71.78777763379632,41.636464491734394],[-71.78778363378954,41.636304491703086],[-71.78779563377333,41.635934491630735],[-71.78779863376904,41.63583849161197],[-71.78783463372571,41.63482749141416],[-71.78784363371561,41.63458849136739],[-71.7878466337095,41.634458491341995],[-71.7878646336786,41.633783491210124],[-71.78787363366264,41.63343749114253],[-71.78792263357985,41.631624490788255],[-71.78795663352288,41.63037549054419],[-71.78798463347643,41.629355490344835],[-71.78798663347338,41.62928749033154],[-71.78798863347038,41.629220490318446],[-71.78799063346682,41.629143490303406],[-71.78799363346367,41.62906749028853],[-71.78799763345712,41.628923490260384],[-71.7880366333926,41.62750548998325],[-71.78810863327243,41.62486848946786],[-71.78812763324206,41.62419748933671],[-71.78814463321304,41.62356248921259],[-71.78819563312601,41.62165948884066],[-71.78821363309734,41.621025488716704],[-71.7882166330961,41.62098448870863],[-71.78829163302515,41.61923248836534],[-71.78837663294719,41.617291487984915],[-71.78855463281825,41.61385648731081],[-71.7886476327511,41.612065486959295],[-71.78866663273567,41.611668486881435],[-71.78866963273448,41.611628486873556],[-71.78872363268954,41.61047948664821],[-71.7887426326742,41.61008348657053],[-71.78876163265808,41.609673486490124],[-71.78877663264593,41.609360486428734],[-71.78880363262269,41.60877148631322],[-71.78885363258186,41.60772148610727],[-71.78885663257994,41.607668486096856],[-71.78890263257624,41.60732448602848],[-71.78899463247107,41.60484048554201],[-71.78904463241604,41.60352948528519],[-71.78908463235646,41.60219448502401],[-71.78920663217835,41.59818948424037],[-71.78924763211916,41.59685548397931],[-71.7892916321061,41.596351483879815],[-71.78941763207015,41.59493448359998],[-71.78942463206732,41.59484048358146],[-71.7894626320523,41.59433648348213],[-71.78948063203404,41.5938924833951],[-71.78950163201472,41.593411483300784],[-71.78953663197997,41.59256248313435],[-71.78955563196207,41.592119483047476],[-71.78957563194267,41.591642482953965],[-71.78960263191678,41.59100448282886],[-71.78963563188442,41.59021148267338],[-71.7896566318654,41.589735482580025],[-71.78968863183532,41.58899048243393],[-71.7897066318201,41.58860248235781],[-71.78970863181873,41.58856548235053],[-71.78978863174648,41.586756481995685],[-71.7898216317168,41.58601248184974],[-71.78984563169423,41.5854534817401],[-71.78986763167534,41.58497348164593],[-71.78987963166402,41.584693481591025],[-71.78990563164031,41.58410148147488],[-71.78991963162737,41.58377948141174],[-71.78993763161122,41.58337448133228],[-71.7899446316052,41.58322148130225],[-71.78995263159818,41.583044481267535],[-71.78997563157694,41.58251548116376],[-71.7899846315703,41.582339481129196],[-71.78998663156813,41.582287481119],[-71.78999263156155,41.58213048108823],[-71.78999563155976,41.5820794810782],[-71.79000063155495,41.581960481054864],[-71.79004363151601,41.580986480863785],[-71.7901216314463,41.57923548052024],[-71.79018763138484,41.57770848022069],[-71.79021963135555,41.576977480077275],[-71.79022763134834,41.57679648004177],[-71.79023563134115,41.576616480006464],[-71.79027463130454,41.57570847982834],[-71.79030063128107,41.575120479712965],[-71.79036463122067,41.57362447941948],[-71.79039163119471,41.572984479293936],[-71.79039663119009,41.57286947927138],[-71.79042863115943,41.572113479123075],[-71.79043063115816,41.572077479116],[-71.79043063115724,41.57206047911268],[-71.79043163115483,41.57201047910291],[-71.79043263115429,41.57199447909976],[-71.79043263115287,41.57196847909469],[-71.79043463114934,41.57189147907963],[-71.79043663114865,41.5718664790747],[-71.79043763114755,41.5718404790696],[-71.79044263113985,41.57166847903592],[-71.79045263112637,41.571360478975606],[-71.7904606311136,41.57107747892021],[-71.79046763110517,41.570880478881605],[-71.79047263109585,41.570678478842076],[-71.79049063106895,41.570075478724014],[-71.7904956310625,41.56992647869482],[-71.7904986310607,41.56987547868478],[-71.79053763103454,41.56915947854405],[-71.79065663095675,41.567012478121974],[-71.79069663093097,41.56629747798138],[-71.79069163092679,41.56625047797239],[-71.79068263091878,41.566157477954526],[-71.79067763091471,41.56611247794591],[-71.79067263091058,41.56606647793711],[-71.79069363089721,41.56569447786397],[-71.79076063085851,41.56457947764459],[-71.79078363084588,41.56420847757157],[-71.79077763083703,41.564081477547],[-71.79079863082086,41.563657477463714],[-71.79081363081065,41.56337947740907],[-71.79088463078195,41.56242447722074],[-71.79093663077634,41.562008477138065],[-71.79095663077435,41.56185147710684],[-71.79097863076566,41.56155947704926],[-71.79097263075828,41.56145947702995],[-71.79098363070457,41.560404476823955],[-71.79102063054479,41.55723947620586],[-71.79103363049182,41.55618547599996],[-71.79104563047446,41.555793475923174],[-71.79108363042307,41.55461847569294],[-71.79109663040609,41.55422747561631],[-71.79110463039565,41.553987475569265],[-71.79111863037825,41.553582475489875],[-71.7911296303648,41.55326847542833],[-71.79113863035478,41.55302947538146],[-71.79114663034434,41.5527894753344],[-71.79117363031408,41.5520694751932],[-71.79118263030402,41.551830475146346],[-71.79118663029865,41.551707475122235],[-71.79119263029182,41.55154547509045],[-71.79119963028293,41.551339475050064],[-71.79120463027795,41.55121747502614],[-71.79122163025787,41.55074547493359],[-71.79127663019904,41.549330474655996],[-71.79129463017934,41.5488594745636],[-71.79131863015357,41.54824047444219],[-71.79139163007667,41.54638447407803],[-71.7914166300513,41.54576647395677],[-71.79142063004605,41.54564547393303],[-71.79143563003142,41.54528547386237],[-71.79144063002653,41.54516547383881],[-71.79158362987377,41.54148947311756],[-71.79165362980102,41.53972747277177],[-71.79193662954567,41.53331647151264],[-71.79205362942926,41.53046547095291],[-71.79220662928,41.526791470231466],[-71.79224862924454,41.52588447005322],[-71.79237362914283,41.523255469536444],[-71.7923756291386,41.52316546951884],[-71.7924056290993,41.522259469341144],[-71.79244562904466,41.521010469096204],[-71.79248562899106,41.51978046885496],[-71.79255062893911,41.51843046858955],[-71.79260662889443,41.517268468361074],[-71.79266762884676,41.51602146811588],[-71.79276162877261,41.51408646773536],[-71.79276662876737,41.51395946771042],[-71.79298962856598,41.50889846671583],[-71.79299462856149,41.50878546669361],[-71.7930466285236,41.507772466494295],[-71.7931506284483,41.505755466097405],[-71.79316062844924,41.50571246608871]]]},"properties":{"name":7081,"geoid":"09011708100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.15040573735324,41.3680124281692],[-72.15085173748511,41.36776942810781],[-72.15084573748076,41.36772642809959],[-72.15082873746836,41.36760042807546],[-72.15082373746445,41.36755842806741],[-72.15077573742887,41.36719342799749],[-72.15066573738852,41.36711042798467],[-72.15030273726619,41.36703342798088],[-72.14999673715977,41.366908427965924],[-72.14982173709768,41.36681442795296],[-72.14976973707823,41.36676842794557],[-72.1496047370165,41.36662142792194],[-72.14949373697497,41.36652242790601],[-72.14918773684913,41.366042427821604],[-72.14896273673719,41.36533442769008],[-72.14887673666601,41.364544427538185],[-72.14882573663532,41.36428642748928],[-72.14873073659123,41.36404542744508],[-72.14848373648684,41.363606427366854],[-72.14845473647044,41.36347942734291],[-72.14856373649525,41.36328442730136],[-72.14855673648681,41.363171427279475],[-72.14841873643014,41.36295642724169],[-72.14826973637449,41.362825427220685],[-72.14820773635135,41.36277142721205],[-72.14816373631922,41.36244542714964],[-72.14808373628668,41.36232642712883],[-72.14799673625284,41.362225427111774],[-72.14784973619987,41.36213142709792],[-72.14771273614157,41.36188042705307],[-72.14765473611133,41.36167242701418],[-72.1476407361008,41.361563426993285],[-72.14758173607419,41.361427426968504],[-72.14727673594987,41.36096942688836],[-72.14722573592437,41.36080642685805],[-72.14721073590742,41.36058542681528],[-72.14718273589403,41.36050742680088],[-72.14702173583284,41.360346426774356],[-72.14684673576825,41.360206426752406],[-72.14673773572207,41.36001042671744],[-72.1467167357073,41.35986542668971],[-72.14674573571203,41.35977942667198],[-72.14680473572227,41.35961542663805],[-72.14688373574296,41.359523426617606],[-72.14691373574533,41.35938842659026],[-72.14686973572091,41.35920342655543],[-72.14673873566653,41.35898842651742],[-72.14651973558756,41.358847426496624],[-72.14644473555845,41.35876142648214],[-72.14642673555149,41.35874142647877],[-72.14640373553438,41.35856542644504],[-72.14637473550106,41.35812842636044],[-72.14633173548155,41.358027426342005],[-72.14578373526935,41.35740742623768],[-72.14563873518456,41.356719426107546],[-72.14553673512492,41.35623542601599],[-72.14525073499847,41.35562442590529],[-72.1452697349965,41.35547542587555],[-72.14519773494614,41.354982425781294],[-72.14509673489863,41.354714425732006],[-72.14495273483627,41.35443042568089],[-72.14486673480052,41.35428842565576],[-72.14481373477628,41.35416042563235],[-72.14480473477208,41.35413742562813],[-72.14473173474046,41.35399342560222],[-72.14449873464886,41.35370442555288],[-72.14426673455118,41.353298425480624],[-72.14426473454702,41.35323442546816],[-72.14426173453897,41.353104425442815],[-72.144150734496,41.35297942542179],[-72.14398273440425,41.352300425294125],[-72.14381373434226,41.352172425274304],[-72.14387573435883,41.35210642525946],[-72.14403473440127,41.351936425221254],[-72.14461573461685,41.35242142529816],[-72.14461973461725,41.3524054252949],[-72.14410373441532,41.35178242518898],[-72.14414373442337,41.35169142516993],[-72.14418273443134,41.351605425151874],[-72.14420573443638,41.35156042514237],[-72.14421273443635,41.351518425133925],[-72.14423873443903,41.35141242511237],[-72.14426273444165,41.35131742509304],[-72.14427473444303,41.35127142508366],[-72.1442387344222,41.35110442505209],[-72.14414473438309,41.35094842502448],[-72.14411273437103,41.3509184250196],[-72.14397073431762,41.35078642499817],[-72.14381673425353,41.35053042495284],[-72.14378173423175,41.350340424916745],[-72.14383173424048,41.350202424888174],[-72.14396273427641,41.35007942486005],[-72.14405773430448,41.35002742484691],[-72.14425673436534,41.34995642482684],[-72.14435673439603,41.349922424817095],[-72.14453873444863,41.34980142478776],[-72.14461273446753,41.349706424766865],[-72.14473473449863,41.34954942473235],[-72.14484473452563,41.34938842469743],[-72.1449547345528,41.349230424663105],[-72.14497673454773,41.34900642461856],[-72.14496173453394,41.34884342458714],[-72.14503473454796,41.34866542455002],[-72.14511473456892,41.34857242452934],[-72.14536973464533,41.34845242449796],[-72.14537373464651,41.34845042449744],[-72.14563173472555,41.34836042447181],[-72.14569773474196,41.34826742445155],[-72.14569773474157,41.348260424450196],[-72.1457047347327,41.34805642441004],[-72.14588673478033,41.34784442436291],[-72.14590873478586,41.34781442435634],[-72.14608373482996,41.347579424304925],[-72.14612673483981,41.34750342428871],[-72.14629573488594,41.34734142425176],[-72.14663773498607,41.34713742420122],[-72.14715473514642,41.346993424156985],[-72.14716373514881,41.34698342415476],[-72.14724973517204,41.34689642413506],[-72.14732173518622,41.346727424099754],[-72.14729273516515,41.34651442405895],[-72.14712673510383,41.346380424037875],[-72.14695073502193,41.345929423955056],[-72.14679873496296,41.34575542392571],[-72.14668173492151,41.345693423917204],[-72.14649273485139,41.345535423892144],[-72.14620173475238,41.3454564238857],[-72.14597873467766,41.34541642388479],[-72.14499373434761,41.34524142388109],[-72.14456373419976,41.34509642386604],[-72.14406173402371,41.344863423836],[-72.14390073396565,41.34475942382063],[-72.14378473392583,41.3447214238168],[-72.14332673376337,41.344475423782846],[-72.14315873370505,41.34440842377494],[-72.14260573350788,41.344092423730224],[-72.1424017334297,41.34387642369429],[-72.14226473336498,41.34350742362629],[-72.14227173334395,41.343080423542496],[-72.14230173333601,41.34275642347812],[-72.14214273326418,41.342388423411016],[-72.14213373326,41.34236542340679],[-72.14211973324583,41.342189423372766],[-72.1421487332467,41.342032423341124],[-72.14218573325557,41.34197442332863],[-72.14216373323782,41.34178042329135],[-72.14209773320863,41.34163942326578],[-72.14202573318144,41.3415704232545],[-72.14149373297812,41.34101642316255],[-72.14140673294528,41.340933423148996],[-72.1413417329238,41.34092742314984],[-72.14095573278881,41.34075542312813],[-72.14092673277909,41.340750423128064],[-72.14055573265,41.3405964231094],[-72.14046073261629,41.34054542310237],[-72.14040973259888,41.34053042310102],[-72.14031273256705,41.34052542310304],[-72.14031373256334,41.34045142308853],[-72.14038273258335,41.34040642307757],[-72.14051873262186,41.34030142305281],[-72.14055473263127,41.34025942304346],[-72.14088873271919,41.33987942295871],[-72.1413307328309,41.33929142282989],[-72.14162173290458,41.338906422745495],[-72.14119473276756,41.33894142276558],[-72.1409107326765,41.33896642277928],[-72.1410557327191,41.338882422758346],[-72.14144973283474,41.33865242270108],[-72.14157473287148,41.33858042268313],[-72.14163573288941,41.33854542267438],[-72.14177673293077,41.338462422653755],[-72.14222173306156,41.338206422589835],[-72.14260073319346,41.33836342260883],[-72.1433337334486,41.3386684226458],[-72.1434207334789,41.33870542265036],[-72.14406073367125,41.33841442257353],[-72.14452073380956,41.33820642251854],[-72.14486873387726,41.33737242234448],[-72.14500973390473,41.33703542227412],[-72.14502173390704,41.33700642226807],[-72.14518373395534,41.336925422247184],[-72.14556273406805,41.33673142219745],[-72.14581673414365,41.33660242216432],[-72.14614273422892,41.33622142207961],[-72.14648473431845,41.33582342199108],[-72.14662673435541,41.335654421953585],[-72.14683773441052,41.33540642189848],[-72.14710273447997,41.33509942183017],[-72.1471387343359,41.33224542127022],[-72.1471657342329,41.33019742086836],[-72.14716773421839,41.32991942081385],[-72.14732773425352,41.32960942074818],[-72.14740673427076,41.329454420715365],[-72.14795673439134,41.32838542048898],[-72.14828773446362,41.32773642035162],[-72.14834873447708,41.32761942032681],[-72.14818173438657,41.32695642020217],[-72.14808473433487,41.326587420132896],[-72.14780273424105,41.326549420134214],[-72.14772273421106,41.32647642012239],[-72.14763073417647,41.32639142010861],[-72.1476347341602,41.32606942004543],[-72.14784173420027,41.325569419941075],[-72.14763873413413,41.325567419946964],[-72.14769873414966,41.32549441993082],[-72.14774273416101,41.32544041991888],[-72.14776573416697,41.32541241991268],[-72.14766673413314,41.32538241990987],[-72.14756673409903,41.3253534199073],[-72.14753473408813,41.325344419906536],[-72.14754373408564,41.32524541988686],[-72.14804773421189,41.324554419735904],[-72.1481667342139,41.323881419600404],[-72.14882773420764,41.3198254187855],[-72.1489007342069,41.31937641869529],[-72.14907073423731,41.31892041860069],[-72.15039073452958,41.31640641806734],[-72.15194673502744,41.31625441798932],[-72.15342273552609,41.31659441801015],[-72.1542497357729,41.31618741790478],[-72.1548267359014,41.31510241767434],[-72.15542173604605,41.314206417480364],[-72.15630873623769,41.31243041710494],[-72.15632173624061,41.31240641709985],[-72.15629673622779,41.31232041708378],[-72.15643873627327,41.31230741707682],[-72.15785973672456,41.31210741699357],[-72.15945773720435,41.31137441680042],[-72.16087773757528,41.309707416429795],[-72.16078973746657,41.30823941614492],[-72.1599907371703,41.30757241603902],[-72.15990173708317,41.30650541583273],[-72.16005373708859,41.3056984156699],[-72.16007873708986,41.305572415644434],[-72.16141073744669,41.30417141532862],[-72.16425173830886,41.30303841501851],[-72.16620573894437,41.30303841495792],[-72.16877973984333,41.30417141510006],[-72.17011174038207,41.306105415437656],[-72.1709997407364,41.307306415645414],[-72.17304174142603,41.30777341567354],[-72.17463974197119,41.30823941571524],[-72.17561674237633,41.30984041599857],[-72.17517274236303,41.3122414164827],[-72.17437374218325,41.31370841679487],[-72.17428474224168,41.315308417111034],[-72.17570474280554,41.31717641743283],[-72.17650374311637,41.31810941759077],[-72.17810274369114,41.319110417737186],[-72.17845774389401,41.3207104180395],[-72.17890174409673,41.321777418234696],[-72.17891874410275,41.321786418235924],[-72.17752874367456,41.32222441836487],[-72.17733774362455,41.322446418414266],[-72.1771537435765,41.32266241846228],[-72.17714574357446,41.322672418464485],[-72.17712374356906,41.32270441847144],[-72.17711674356737,41.322715418473805],[-72.17685474349307,41.32291541852113],[-72.17656674341147,41.323136418573334],[-72.1764927433999,41.32336541862049],[-72.17636874337941,41.32372841869542],[-72.17634574337582,41.32379941871003],[-72.17619974333974,41.324008418755504],[-72.17639174340655,41.3240884187652],[-72.17658374347343,41.324169418775085],[-72.17741674376346,41.324518418817576],[-72.17985274462261,41.325740418981226],[-72.17987074463197,41.32580441899321],[-72.17987374463354,41.32581541899527],[-72.1804917449575,41.32806441941645],[-72.17969574493858,41.33245542030092],[-72.17930074492905,41.334631420739214],[-72.17951274503494,41.335306420864775],[-72.17993574524613,41.33665242111514],[-72.18017674539121,41.337871421346286],[-72.18097774587301,41.34191642211321],[-72.18100574589072,41.342073422143066],[-72.18109274594494,41.34254742223314],[-72.18112274596335,41.342705422263144],[-72.18292274663098,41.3442054225008],[-72.18306574667957,41.344243422503794],[-72.18393674697553,41.344473422521745],[-72.18490174730341,41.344728422541664],[-72.18547274749743,41.344879422553475],[-72.18787974831528,41.34551542260314],[-72.18822274843178,41.3456054226101],[-72.18882274867076,41.34640542274801],[-72.18842274864464,41.34830542313229],[-72.1883227486395,41.34880542323325],[-72.18816974861905,41.3493414233429],[-72.18812274861271,41.349505423376456],[-72.18856374883849,41.35100842365687],[-72.18867974889774,41.351401423730174],[-72.1890887491069,41.35279142398945],[-72.18949774931609,41.35418142424873],[-72.18952174932839,41.35426342426401],[-72.1896147493772,41.35460242432746],[-72.18957974940628,41.355341424473146],[-72.18955274942866,41.35591042458533],[-72.18953174944545,41.356341424670305],[-72.189525749451,41.356478424697286],[-72.18950674946683,41.35688042477653],[-72.18948774948173,41.35726542485245],[-72.18948774948261,41.35728142485559],[-72.1894307495294,41.358474425090776],[-72.19045674999792,41.360933425539955],[-72.19230575084241,41.36536642634966],[-72.19244975090817,41.36571142641266],[-72.19291975112286,41.3668384266185],[-72.19303175117398,41.36710642666743],[-72.19279875117978,41.36859542696593],[-72.19274975116674,41.36864842697782],[-72.19270875115586,41.36869342698791],[-72.19269975116143,41.36884842701849],[-72.19269575116415,41.3689214270329],[-72.1925887511374,41.36906842706499],[-72.19259375115492,41.36935842712153],[-72.19262875117244,41.36947042714237],[-72.19273075122338,41.36979442720255],[-72.19322575141264,41.37030842728769],[-72.19325675143102,41.370460427316466],[-72.19285775132288,41.370855427406134],[-72.19284775132022,41.3708664274086],[-72.19243875120934,41.371271427500524],[-72.19239575119852,41.37132942751321],[-72.19227475117599,41.37163642757703],[-72.19222775116732,41.371757427602155],[-72.1917477510642,41.37272542780641],[-72.19165975104545,41.372905427844344],[-72.19156175102171,41.37305442787654],[-72.19156175102303,41.37307842788122],[-72.19172175109335,41.37341142794136],[-72.1922027513048,41.37441342812237],[-72.19236375137551,41.37474742818268],[-72.19213975130388,41.37477042819414],[-72.19204075127205,41.37477742819859],[-72.19169075115974,41.37480642821516],[-72.19142975107566,41.374821428226205],[-72.19106875095879,41.374832428239586],[-72.19090675090635,41.3748374282456],[-72.19074475085353,41.37483542825025],[-72.19070375084014,41.37483442825134],[-72.1906457508212,41.374833428252956],[-72.19058275080076,41.374834428255106],[-72.19054275078778,41.37483542825654],[-72.1901587506623,41.37482542826653],[-72.18986675056601,41.37480242827112],[-72.18970475051252,41.37478842827342],[-72.18957575046996,41.374777428275266],[-72.18933975039191,41.37475442827812],[-72.18852475012042,41.37463942828098],[-72.18786074989679,41.374501428274655],[-72.18742374974872,41.374394428267316],[-72.18586074921501,41.37393642822635],[-72.18578174918805,41.373913428224306],[-72.18576274918155,41.373907428223724],[-72.18570674916238,41.37389042822214],[-72.18568874915624,41.373885428221726],[-72.18507774894762,41.373706428205715],[-72.1832177483124,41.37315942815658],[-72.18275774815532,41.373024428144475],[-72.18143174770265,41.372637428110004],[-72.18091874752656,41.3724704280933],[-72.1807717474761,41.372422428088484],[-72.18038474734432,41.372315428079595],[-72.17993374718988,41.37217542806623],[-72.17878674679906,41.3718544280391],[-72.17799574652842,41.371612428016356],[-72.17580974578226,41.3709764279599],[-72.17333874493882,41.37025742789608],[-72.17222774455954,41.369933427867224],[-72.16997474379055,41.36927842780912],[-72.16890074342321,41.3689524277787],[-72.16790874308398,41.36865242775084],[-72.16760974298346,41.36859342774859],[-72.16743074292307,41.368554427746524],[-72.16729974287885,41.36852542774491],[-72.16724474286029,41.3685134277443],[-72.1667797427033,41.36840942773838],[-72.1661737424987,41.36827442773081],[-72.16582374238138,41.36821142772936],[-72.1653287422155,41.36812342772752],[-72.16501074210926,41.368073427727616],[-72.16463574198423,41.368018427728494],[-72.16411274181043,41.36795242773183],[-72.16391174174402,41.36793442773455],[-72.16385374172484,41.36792842773519],[-72.16316574149766,41.36786842774482],[-72.16252874128818,41.36782842775678],[-72.16179474104771,41.3677984277737],[-72.16083274073478,41.36780042780398],[-72.15994674044497,41.367773427826215],[-72.15939774026633,41.36777342784327],[-72.1579107397825,41.36777442788963],[-72.15731773958952,41.367774427908046],[-72.15645673931076,41.367800427939876],[-72.15295973817497,41.367840428056276],[-72.15214773791314,41.36788442809007],[-72.15209473789604,41.36788742809232],[-72.15087873750531,41.36797842814787],[-72.15072973745743,41.367989428154644],[-72.15064473742983,41.367990428157476],[-72.15059673741442,41.36799442815975],[-72.15045273736827,41.36800742816678],[-72.15040573735324,41.3680124281692]]]},"properties":{"name":6933,"geoid":"09011693300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.12230672835248,41.37064442955577],[-72.12232772835816,41.370623429551024],[-72.12239272837598,41.37056242953707],[-72.12241472838204,41.37054242953248],[-72.12255172842228,41.370462429512585],[-72.1229627285431,41.37022542945346],[-72.12310072858371,41.370146429433724],[-72.12326472863117,41.37003842940753],[-72.12375972877479,41.36971842932957],[-72.12392572882297,41.36961142930349],[-72.1240387288527,41.36948242927475],[-72.12430272892233,41.36918442920826],[-72.12437772894205,41.36909842918911],[-72.1244917289722,41.36897142916073],[-72.12453372898315,41.36892142914965],[-72.12466172901676,41.36877442911692],[-72.12470472902808,41.368725429106],[-72.12478172904933,41.36865542908991],[-72.12501572911417,41.36844842904216],[-72.12509372913578,41.36837942902624],[-72.12527272918612,41.36823442899233],[-72.12581272933811,41.36779942889047],[-72.12599272938881,41.367655428856715],[-72.12612072942355,41.36752842882792],[-72.12650472952775,41.36714842874164],[-72.12663372956285,41.367022428713],[-72.1274487297838,41.366211428529056],[-72.12792372991264,41.36574042842218],[-72.12832073001857,41.36531442832651],[-72.12837872993093,41.36336442794317],[-72.12838672991991,41.3631154278942],[-72.12842272986887,41.361966427668264],[-72.12844372982846,41.36110142749833],[-72.12850872970789,41.35850642698853],[-72.12853072966786,41.35764242681875],[-72.12750572928067,41.356660426658344],[-72.12714972914694,41.356332426605185],[-72.12660272894139,41.355828426523516],[-72.12482472827924,41.35429742627898],[-72.12376172787403,41.35321142609938],[-72.12324772767968,41.352715426018214],[-72.1229697275746,41.35244742597438],[-72.12159872705641,41.35112742575849],[-72.12086072678383,41.3505334256651],[-72.11962972632914,41.34954142550907],[-72.11904272609691,41.34878642537946],[-72.11886672602623,41.34854042533676],[-72.11831572580498,41.3477714252033],[-72.11761872554435,41.34715142510352],[-72.11552772476247,41.34529142480415],[-72.1148307245019,41.34467242470457],[-72.11455472440053,41.34446042467162],[-72.11372872409706,41.343824424572674],[-72.11345372399602,41.34361242453969],[-72.11324172390289,41.343169424459525],[-72.1126087236246,41.34184342421951],[-72.11239772353186,41.3414014241395],[-72.11231072348586,41.341077424078755],[-72.11204972334814,41.34010842389712],[-72.11196372330254,41.33978542383653],[-72.11190372327587,41.33965442381273],[-72.11172472319629,41.33926342374174],[-72.11166572317002,41.339133423718096],[-72.11127172298673,41.33812242353234],[-72.11035372255955,41.33576542309923],[-72.11012872244879,41.33507642297128],[-72.11011572244226,41.335034422963446],[-72.11008572242744,41.33494142294617],[-72.11005272241125,41.33484142292762],[-72.1097937222836,41.33404542277974],[-72.11033372245903,41.334040422762065],[-72.11080672261332,41.33404742274878],[-72.11112372271668,41.334051422739755],[-72.11186672295992,41.33407842272203],[-72.11208472303134,41.33408742271704],[-72.112819723273,41.334133422703296],[-72.11323872341103,41.3341644226964],[-72.11374172357729,41.33421242269022],[-72.11405272368019,41.33424342268667],[-72.11431372376686,41.33427542268486],[-72.11463072387266,41.33432442268464],[-72.1147087238987,41.33433642268457],[-72.11663572454272,41.334648422686],[-72.11707672469007,41.334719422686256],[-72.11803472500978,41.334866422685366],[-72.12008572569442,41.335183422683905],[-72.12083572594422,41.33528942268145],[-72.12308872669479,41.33561042267452],[-72.12383972694504,41.3357184226724],[-72.1257327275782,41.33603442267563],[-72.1263207277742,41.33612042267426],[-72.1272597280873,41.33625942267238],[-72.12807272835957,41.33640142267499],[-72.12866272855715,41.33650442267688],[-72.13013072904317,41.33665842266155],[-72.13084172927867,41.33673442265439],[-72.13160372952719,41.33674542263294],[-72.13252272982429,41.33671042259759],[-72.13317573003272,41.33663642256286],[-72.13380273022985,41.33651042251876],[-72.13406873031354,41.33645842250034],[-72.13444773043037,41.336339422465294],[-72.13487173056116,41.33620842242651],[-72.1361697309545,41.3356774222823],[-72.13773673143164,41.335078422116446],[-72.1388297317645,41.3346614220009],[-72.14131273251684,41.3336444217248],[-72.14240173284631,41.333189421601936],[-72.14263373291655,41.333093421575946],[-72.1433327331235,41.332718421480855],[-72.14383173326449,41.33232742138882],[-72.14411173334538,41.33214042134352],[-72.14487073354506,41.3312744211504],[-72.14550873370175,41.330342420948135],[-72.1455497337098,41.33024542092786],[-72.14584673376777,41.32953742078],[-72.14652873388161,41.327557420371114],[-72.14694873396891,41.32665342018106],[-72.14728373404641,41.32607642005767],[-72.14763873413413,41.325567419946964],[-72.14784173420027,41.325569419941075],[-72.1476347341602,41.32606942004543],[-72.14763073417647,41.32639142010861],[-72.14772273421106,41.32647642012239],[-72.14780273424105,41.326549420134214],[-72.14808473433487,41.326587420132896],[-72.14818173438657,41.32695642020217],[-72.14834873447708,41.32761942032681],[-72.14828773446362,41.32773642035162],[-72.14795673439134,41.32838542048898],[-72.14740673427076,41.329454420715365],[-72.14732773425352,41.32960942074818],[-72.14716773421839,41.32991942081385],[-72.1471657342329,41.33019742086836],[-72.1471387343359,41.33224542127022],[-72.14710273447997,41.33509942183017],[-72.14683773441052,41.33540642189848],[-72.14662673435541,41.335654421953585],[-72.14648473431845,41.33582342199108],[-72.14614273422892,41.33622142207961],[-72.14581673414365,41.33660242216432],[-72.14556273406805,41.33673142219745],[-72.14518373395534,41.336925422247184],[-72.14502173390704,41.33700642226807],[-72.14500973390473,41.33703542227412],[-72.14486873387726,41.33737242234448],[-72.14452073380956,41.33820642251854],[-72.14406073367125,41.33841442257353],[-72.1434207334789,41.33870542265036],[-72.1433337334486,41.3386684226458],[-72.14260073319346,41.33836342260883],[-72.14222173306156,41.338206422589835],[-72.14177673293077,41.338462422653755],[-72.14163573288941,41.33854542267438],[-72.14157473287148,41.33858042268313],[-72.14144973283474,41.33865242270108],[-72.1410557327191,41.338882422758346],[-72.1409107326765,41.33896642277928],[-72.14119473276756,41.33894142276558],[-72.14162173290458,41.338906422745495],[-72.1413307328309,41.33929142282989],[-72.14088873271919,41.33987942295871],[-72.14055473263127,41.34025942304346],[-72.14051873262186,41.34030142305281],[-72.14038273258335,41.34040642307757],[-72.14031373256334,41.34045142308853],[-72.14031273256705,41.34052542310304],[-72.14040973259888,41.34053042310102],[-72.14046073261629,41.34054542310237],[-72.14055573265,41.3405964231094],[-72.14092673277909,41.340750423128064],[-72.14095573278881,41.34075542312813],[-72.1413417329238,41.34092742314984],[-72.14140673294528,41.340933423148996],[-72.14149373297812,41.34101642316255],[-72.14202573318144,41.3415704232545],[-72.14209773320863,41.34163942326578],[-72.14216373323782,41.34178042329135],[-72.14218573325557,41.34197442332863],[-72.1421487332467,41.342032423341124],[-72.14211973324583,41.342189423372766],[-72.14213373326,41.34236542340679],[-72.14214273326418,41.342388423411016],[-72.14230173333601,41.34275642347812],[-72.14227173334395,41.343080423542496],[-72.14226473336498,41.34350742362629],[-72.1424017334297,41.34387642369429],[-72.14260573350788,41.344092423730224],[-72.14315873370505,41.34440842377494],[-72.14332673376337,41.344475423782846],[-72.14378473392583,41.3447214238168],[-72.14390073396565,41.34475942382063],[-72.14406173402371,41.344863423836],[-72.14456373419976,41.34509642386604],[-72.14499373434761,41.34524142388109],[-72.14597873467766,41.34541642388479],[-72.14620173475238,41.3454564238857],[-72.14649273485139,41.345535423892144],[-72.14668173492151,41.345693423917204],[-72.14679873496296,41.34575542392571],[-72.14695073502193,41.345929423955056],[-72.14712673510383,41.346380424037875],[-72.14729273516515,41.34651442405895],[-72.14732173518622,41.346727424099754],[-72.14724973517204,41.34689642413506],[-72.14716373514881,41.34698342415476],[-72.14715473514642,41.346993424156985],[-72.14663773498607,41.34713742420122],[-72.14629573488594,41.34734142425176],[-72.14612673483981,41.34750342428871],[-72.14608373482996,41.347579424304925],[-72.14590873478586,41.34781442435634],[-72.14588673478033,41.34784442436291],[-72.1457047347327,41.34805642441004],[-72.14569773474157,41.348260424450196],[-72.14569773474196,41.34826742445155],[-72.14563173472555,41.34836042447181],[-72.14537373464651,41.34845042449744],[-72.14536973464533,41.34845242449796],[-72.14511473456892,41.34857242452934],[-72.14503473454796,41.34866542455002],[-72.14496173453394,41.34884342458714],[-72.14497673454773,41.34900642461856],[-72.1449547345528,41.349230424663105],[-72.14484473452563,41.34938842469743],[-72.14473473449863,41.34954942473235],[-72.14461273446753,41.349706424766865],[-72.14453873444863,41.34980142478776],[-72.14435673439603,41.349922424817095],[-72.14425673436534,41.34995642482684],[-72.14405773430448,41.35002742484691],[-72.14396273427641,41.35007942486005],[-72.14383173424048,41.350202424888174],[-72.14378173423175,41.350340424916745],[-72.14381673425353,41.35053042495284],[-72.14397073431762,41.35078642499817],[-72.14411273437103,41.3509184250196],[-72.14414473438309,41.35094842502448],[-72.1442387344222,41.35110442505209],[-72.14427473444303,41.35127142508366],[-72.14426273444165,41.35131742509304],[-72.14423873443903,41.35141242511237],[-72.14421273443635,41.351518425133925],[-72.14420573443638,41.35156042514237],[-72.14418273443134,41.351605425151874],[-72.14414373442337,41.35169142516993],[-72.14410373441532,41.35178242518898],[-72.14461973461725,41.3524054252949],[-72.14461573461685,41.35242142529816],[-72.14403473440127,41.351936425221254],[-72.14387573435883,41.35210642525946],[-72.14381373434226,41.352172425274304],[-72.14398273440425,41.352300425294125],[-72.144150734496,41.35297942542179],[-72.14426173453897,41.353104425442815],[-72.14426473454702,41.35323442546816],[-72.14426673455118,41.353298425480624],[-72.14449873464886,41.35370442555288],[-72.14473173474046,41.35399342560222],[-72.14480473477208,41.35413742562813],[-72.14481373477628,41.35416042563235],[-72.14486673480052,41.35428842565576],[-72.14495273483627,41.35443042568089],[-72.14509673489863,41.354714425732006],[-72.14519773494614,41.354982425781294],[-72.1452697349965,41.35547542587555],[-72.14525073499847,41.35562442590529],[-72.14553673512492,41.35623542601599],[-72.14563873518456,41.356719426107546],[-72.14578373526935,41.35740742623768],[-72.14633173548155,41.358027426342005],[-72.14637473550106,41.35812842636044],[-72.14640373553438,41.35856542644504],[-72.14642673555149,41.35874142647877],[-72.14644473555845,41.35876142648214],[-72.14651973558756,41.358847426496624],[-72.14673873566653,41.35898842651742],[-72.14686973572091,41.35920342655543],[-72.14691373574533,41.35938842659026],[-72.14688373574296,41.359523426617606],[-72.14680473572227,41.35961542663805],[-72.14674573571203,41.35977942667198],[-72.1467167357073,41.35986542668971],[-72.14673773572207,41.36001042671744],[-72.14684673576825,41.360206426752406],[-72.14702173583284,41.360346426774356],[-72.14718273589403,41.36050742680088],[-72.14721073590742,41.36058542681528],[-72.14722573592437,41.36080642685805],[-72.14727673594987,41.36096942688836],[-72.14758173607419,41.361427426968504],[-72.1476407361008,41.361563426993285],[-72.14765473611133,41.36167242701418],[-72.14771273614157,41.36188042705307],[-72.14784973619987,41.36213142709792],[-72.14799673625284,41.362225427111774],[-72.14808373628668,41.36232642712883],[-72.14816373631922,41.36244542714964],[-72.14820773635135,41.36277142721205],[-72.14826973637449,41.362825427220685],[-72.14841873643014,41.36295642724169],[-72.14855673648681,41.363171427279475],[-72.14856373649525,41.36328442730136],[-72.14845473647044,41.36347942734291],[-72.14848373648684,41.363606427366854],[-72.14873073659123,41.36404542744508],[-72.14882573663532,41.36428642748928],[-72.14887673666601,41.364544427538185],[-72.14896273673719,41.36533442769008],[-72.14918773684913,41.366042427821604],[-72.14949373697497,41.36652242790601],[-72.1496047370165,41.36662142792194],[-72.14976973707823,41.36676842794557],[-72.14982173709768,41.36681442795296],[-72.14999673715977,41.366908427965924],[-72.15030273726619,41.36703342798088],[-72.15066573738852,41.36711042798467],[-72.15077573742887,41.36719342799749],[-72.15082373746445,41.36755842806741],[-72.15082873746836,41.36760042807546],[-72.15084573748076,41.36772642809959],[-72.15085173748511,41.36776942810781],[-72.15040573735324,41.3680124281692],[-72.15005173723979,41.36804442818645],[-72.14940973703607,41.36813942822497],[-72.14863373678983,41.36825442827155],[-72.14746773642175,41.36846242834843],[-72.14644073609733,41.36864142841532],[-72.14580873589775,41.36875242845665],[-72.14545173578487,41.368813428479676],[-72.14502773565084,41.36888542850691],[-72.14394573530896,41.36907242857708],[-72.14375573524872,41.36910142858864],[-72.1433317351144,41.3691684286149],[-72.14116673442496,41.36944542873626],[-72.14119773444008,41.36953742875332],[-72.1373517332185,41.37008742898023],[-72.13427673223919,41.370479429152304],[-72.13331773193379,41.37060242920612],[-72.13318573189154,41.37061542921276],[-72.13279273176595,41.37065742923316],[-72.13266173172407,41.37067142923997],[-72.13071673110313,41.37089242934353],[-72.1303577309891,41.37094342936464],[-72.12995273086074,41.371006429389524],[-72.12926173063954,41.37107442942425],[-72.12772573015091,41.37128042951219],[-72.12708672994873,41.371386429552736],[-72.1266077297953,41.371431429576404],[-72.1259907295958,41.37145542960023],[-72.12577072951666,41.37131742958003],[-72.12523272933888,41.37126842958714],[-72.12460172912996,41.37120342959399],[-72.12433672904153,41.371163429594375],[-72.12416972898586,41.371139429594855],[-72.12386472888326,41.37107842959239],[-72.12369472882608,41.371044429590995],[-72.12354872877648,41.3710064295881],[-72.12304672860604,41.37087742957843],[-72.12288672855107,41.37082442957301],[-72.12265672847235,41.37075342956626],[-72.12261572845829,41.37074042956498],[-72.12230672835248,41.37064442955577]]]},"properties":{"name":6934,"geoid":"09011693400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.1001627173994,41.30187841677577],[-72.1003737174683,41.30188341677023],[-72.10157071785885,41.30190441673734],[-72.10405671866391,41.301837416647324],[-72.10565471917651,41.30170441657186],[-72.10805171988008,41.300303416223116],[-72.1103617205082,41.29803641570734],[-72.11037172051122,41.298032415706246],[-72.11186972097333,41.29756941556915],[-72.11417772172408,41.297569415497755],[-72.11764072291581,41.298769415625834],[-72.12154672420085,41.29903641555729],[-72.12548572551896,41.29971341556806],[-72.12580872562711,41.29977041556924],[-72.12607472571365,41.29977041556101],[-72.12696272599158,41.29957041549432],[-72.12873872652932,41.29883641529548],[-72.13069172713914,41.29836941514349],[-72.13220072760818,41.29796941501839],[-72.13308872786799,41.297436414886405],[-72.13468672838411,41.297369414823805],[-72.13681772912078,41.2981694149146],[-72.13859372973477,41.298836414990326],[-72.14001373022569,41.29937041505098],[-72.14187873089041,41.300437415202325],[-72.14534073204547,41.300970415199515],[-72.14631773242138,41.30203741537834],[-72.14622973246094,41.303288415626206],[-72.14622873246148,41.30330441562937],[-72.1472057328592,41.30477141588657],[-72.14995773387795,41.30703941624566],[-72.15075673423962,41.30890641658669],[-72.15040173420414,41.310373416885106],[-72.15128973455116,41.31144041706662],[-72.15377573542162,41.3125744172117],[-72.15629673622779,41.31232041708378],[-72.15632173624061,41.31240641709985],[-72.15630873623769,41.31243041710494],[-72.15542173604605,41.314206417480364],[-72.1548267359014,41.31510241767434],[-72.1542497357729,41.31618741790478],[-72.15342273552609,41.31659441801015],[-72.15194673502744,41.31625441798932],[-72.15039073452958,41.31640641806734],[-72.14907073423731,41.31892041860069],[-72.1489007342069,41.31937641869529],[-72.14882773420764,41.3198254187855],[-72.1481667342139,41.323881419600404],[-72.14804773421189,41.324554419735904],[-72.14754373408564,41.32524541988686],[-72.14753473408813,41.325344419906536],[-72.14756673409903,41.3253534199073],[-72.14766673413314,41.32538241990987],[-72.14776573416697,41.32541241991268],[-72.14774273416101,41.32544041991888],[-72.14769873414966,41.32549441993082],[-72.14763873413413,41.325567419946964],[-72.14728373404641,41.32607642005767],[-72.14694873396891,41.32665342018106],[-72.14652873388161,41.327557420371114],[-72.14584673376777,41.32953742078],[-72.1455497337098,41.33024542092786],[-72.14550873370175,41.330342420948135],[-72.14487073354506,41.3312744211504],[-72.14411173334538,41.33214042134352],[-72.14383173326449,41.33232742138882],[-72.1433327331235,41.332718421480855],[-72.14263373291655,41.333093421575946],[-72.14240173284631,41.333189421601936],[-72.14131273251684,41.3336444217248],[-72.1388297317645,41.3346614220009],[-72.13773673143164,41.335078422116446],[-72.1361697309545,41.3356774222823],[-72.13487173056116,41.33620842242651],[-72.13444773043037,41.336339422465294],[-72.13406873031354,41.33645842250034],[-72.13380273022985,41.33651042251876],[-72.13317573003272,41.33663642256286],[-72.13252272982429,41.33671042259759],[-72.13160372952719,41.33674542263294],[-72.13084172927867,41.33673442265439],[-72.13013072904317,41.33665842266155],[-72.12866272855715,41.33650442267688],[-72.12807272835957,41.33640142267499],[-72.1272597280873,41.33625942267238],[-72.1263207277742,41.33612042267426],[-72.1257327275782,41.33603442267563],[-72.12383972694504,41.3357184226724],[-72.12308872669479,41.33561042267452],[-72.12083572594422,41.33528942268145],[-72.12008572569442,41.335183422683905],[-72.11803472500978,41.334866422685366],[-72.11707672469007,41.334719422686256],[-72.11663572454272,41.334648422686],[-72.1147087238987,41.33433642268457],[-72.11463072387266,41.33432442268464],[-72.11431372376686,41.33427542268486],[-72.11405272368019,41.33424342268667],[-72.11374172357729,41.33421242269022],[-72.11323872341103,41.3341644226964],[-72.112819723273,41.334133422703296],[-72.11208472303134,41.33408742271704],[-72.11186672295992,41.33407842272203],[-72.11112372271668,41.334051422739755],[-72.11080672261332,41.33404742274878],[-72.11033372245903,41.334040422762065],[-72.1097937222836,41.33404542277974],[-72.1096377222116,41.3336554227082],[-72.10917272199671,41.33248842249406],[-72.10901772192508,41.332099422422665],[-72.10891172187239,41.33176542236053],[-72.1085967217153,41.33076342217405],[-72.10849172166301,41.330430422112094],[-72.10863672160876,41.328568421742936],[-72.10563172030595,41.32259842066655],[-72.10541572021056,41.32213742058292],[-72.10516072011846,41.321969420557906],[-72.10509772009225,41.32186442053929],[-72.10508072008518,41.32183642053433],[-72.10510272008504,41.3217024205074],[-72.10512272008883,41.32165242049699],[-72.10526972011726,41.321296420422705],[-72.10518172007798,41.32110042038703],[-72.10517372007189,41.321036420374725],[-72.10516772006655,41.32097442036277],[-72.10525472008763,41.320841420334034],[-72.10523272007748,41.320786420323934],[-72.10533472010201,41.32062742028963],[-72.10533472009516,41.32050142026494],[-72.10523272004733,41.32023242021541],[-72.10505771998156,41.32007042018908],[-72.10498471995064,41.31993842016549],[-72.10497671993824,41.31975842013047],[-72.10491871991483,41.319675420116006],[-72.10450371976991,41.319493420093195],[-72.10432271970417,41.31936742007411],[-72.10422671965617,41.319059420016735],[-72.10405271958437,41.31878041996747],[-72.10384871947822,41.318049419830565],[-72.10366571939983,41.31770341976844],[-72.10343471930678,41.317374419711136],[-72.10333171925895,41.31711141966279],[-72.10322871921107,41.316847419614234],[-72.10318171918925,41.31672741959219],[-72.10243471888126,41.31553341938137],[-72.10058271814957,41.3131594189735],[-72.10063771808535,41.311650418676116],[-72.10059871805086,41.31124941859875],[-72.10139871829313,41.31091841850915],[-72.1013317182573,41.310660418460664],[-72.10121471819404,41.31019741837357],[-72.10198971839978,41.309344418182434],[-72.10193371837931,41.30930341817614],[-72.10157171824757,41.30904641813698],[-72.10145671819825,41.308827418097614],[-72.10137671814982,41.30841541801935],[-72.10134771813297,41.308279417993596],[-72.10168471816299,41.30681541769628],[-72.10175471818141,41.30673541767843],[-72.10202571825297,41.30643041761028],[-72.10246971837692,41.306053417522676],[-72.10267171843334,41.30588241748292],[-72.10287371848976,41.305711417443156],[-72.10353271870642,41.305753417431],[-72.10360171872914,41.30575841742985],[-72.10390571879556,41.30516141730346],[-72.10342471861559,41.30472941723367],[-72.10285871844206,41.304924417289385],[-72.10279971842401,41.30494541729532],[-72.10264071837078,41.30491741729475],[-72.10242571829882,41.30488041729415],[-72.10221071822681,41.30484241729336],[-72.10187871812147,41.30489141731323],[-72.10154771801646,41.30494041733305],[-72.10147371799299,41.30495141733751],[-72.10128971790964,41.30451941725854],[-72.10016371739978,41.30187941677594],[-72.1001627173994,41.30187841677577]]]},"properties":{"name":6935,"geoid":"09011693500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.09562172265385,41.42530644107013],[-72.09495672231161,41.42300944064192],[-72.09452172208772,41.42150644036173],[-72.09435972200133,41.42089144024657],[-72.09309472132647,41.41608443934638],[-72.0930217212875,41.41580643929431],[-72.09392172147666,41.41390643889509],[-72.09414072152276,41.4134454387982],[-72.09480172166252,41.412065438507994],[-72.09502172170906,41.41160643841146],[-72.09546672178588,41.41036143815433],[-72.09578872184119,41.40945543796727],[-72.09591072186237,41.40911643789721],[-72.09602172188156,41.408806437833185],[-72.0956587215013,41.4040124369073],[-72.09555572139402,41.40266343664676],[-72.09552172135797,41.40220643655847],[-72.09582172135728,41.40040643619728],[-72.0958647213663,41.400315436178154],[-72.09595272138456,41.40012543613828],[-72.09617272143079,41.39966043604054],[-72.09634872146759,41.39928543596178],[-72.09648072149527,41.39900543590295],[-72.09662172152485,41.39870643584011],[-72.09681472154362,41.39790043567655],[-72.09696472155832,41.397275435549695],[-72.09708272156996,41.39678543545025],[-72.09711572157333,41.39665043542282],[-72.09722172158357,41.39620643533272],[-72.09422172041567,41.392706434741264],[-72.09366772014691,41.391087434441815],[-72.09292171978493,41.38890643403841],[-72.09292171976418,41.38852643396409],[-72.09292171970192,41.387386433741135],[-72.09292171968117,41.38700643366682],[-72.09350571986364,41.38686643362136],[-72.09394972000236,41.38675943358667],[-72.09409072004644,41.386726433575845],[-72.09607672066697,41.386250433421246],[-72.09703372096594,41.38602043334663],[-72.0980627212875,41.38577443326663],[-72.09833072137157,41.385716433247],[-72.09913572162434,41.38554643318881],[-72.09940472170878,41.38548943316932],[-72.10062272208955,41.385201433075274],[-72.10304872284799,41.38462843288804],[-72.10427672323169,41.38433443279248],[-72.10549472361234,41.38404443269802],[-72.105596723644,41.38401643268941],[-72.10590372373946,41.383934432663835],[-72.1060067237715,41.38390743265537],[-72.10674372400123,41.383721432596154],[-72.10710572411416,41.383631432567334],[-72.10895772469162,41.383166432418996],[-72.10903672471632,41.383147432412834],[-72.10969672492213,41.3829824323601],[-72.10986072497224,41.3829224323433],[-72.11035372512305,41.38274543229338],[-72.11051872517353,41.38268643227673],[-72.11061872519866,41.38255043224703],[-72.1109217252752,41.38214643215862],[-72.11102272530069,41.3820114321291],[-72.11135272539146,41.38170643205921],[-72.11234272566388,41.380794431850155],[-72.11267372575502,41.38049043178044],[-72.11321872590285,41.37994943165771],[-72.11485572634723,41.378330431290294],[-72.11540172649545,41.377790431167746],[-72.11592472663745,41.37727343105042],[-72.1174977270647,41.37572243069825],[-72.11802172720706,41.37520643058107],[-72.11810272722927,41.37513043056369],[-72.11811772723333,41.37511543056029],[-72.11840572731215,41.374842430497964],[-72.11850272733875,41.374751430477154],[-72.11856972736427,41.37481943048838],[-72.11862472738518,41.37487443049744],[-72.11875972743803,41.37503743052513],[-72.1188217274623,41.37511243053788],[-72.11899572753255,41.3753614305812],[-72.11900672753784,41.37539243058691],[-72.11904272755609,41.375512430609284],[-72.11908472758401,41.37577343065903],[-72.11911372761423,41.376153430732465],[-72.11913072763161,41.37637043077439],[-72.11924172771775,41.37728543094993],[-72.1194217278394,41.37843943117008],[-72.11945872786089,41.37861243120277],[-72.11953272789924,41.37887343125153],[-72.11967472796518,41.379234431317734],[-72.11974272799645,41.37940143134829],[-72.11979972802264,41.3795414313739],[-72.12005272813578,41.380104431476184],[-72.12012472816623,41.38023343149918],[-72.1202087282002,41.380354431520246],[-72.12023372821037,41.380391431526704],[-72.12039772827647,41.38062443156719],[-72.12051172832275,41.380792431596525],[-72.1207167284101,41.38116943166389],[-72.1209367285026,41.3815514317318],[-72.12111972857788,41.38183943178245],[-72.12117072859886,41.38191943179651],[-72.12161772877836,41.38254143190431],[-72.12181172885572,41.38280143194914],[-72.12239472908496,41.38352343207225],[-72.12252772913853,41.38371143210491],[-72.12256872915555,41.38377843211674],[-72.12260572917195,41.383858432131234],[-72.12266072919894,41.384024432162],[-72.12270872922649,41.38424243220315],[-72.12272172923677,41.38435343222445],[-72.12272472923955,41.38438643223082],[-72.12277972927737,41.384750432300294],[-72.12288972934516,41.38533543241129],[-72.12298472940866,41.3859314325249],[-72.12307472946378,41.38640343261442],[-72.12313972950341,41.3867414326785],[-72.12329672960657,41.3876934328598],[-72.12336772965074,41.38807843293288],[-72.12347172971577,41.38864843304112],[-72.12366972984715,41.38987243327433],[-72.12367372984971,41.389895433278696],[-72.12371372987421,41.39010543331851],[-72.12386672996001,41.39076343344244],[-72.12408673009924,41.39199943367728],[-72.12413773013601,41.39236843374786],[-72.12421273019396,41.3929814338654],[-72.12430373025367,41.39353143397011],[-72.12433673027743,41.39376943401562],[-72.1244987303758,41.39460343417365],[-72.1245757304188,41.39493143423541],[-72.12466273046913,41.395333434311304],[-72.12476573052852,41.39580643440058],[-72.12506273069667,41.3971124346467],[-72.12506473069841,41.397132434650544],[-72.12508073071496,41.39733943469052],[-72.12507573071545,41.39737843469829],[-72.12504573071638,41.39757343473736],[-72.12497973070226,41.39770843476579],[-72.12491573068871,41.39784143479378],[-72.12482373066631,41.39797943482361],[-72.1245327305956,41.39841843491847],[-72.12447273058056,41.39850043493636],[-72.12432873054298,41.398670434974065],[-72.12403673046276,41.3989414350361],[-72.12386673041513,41.39908243506894],[-72.12341473028867,41.39946043515686],[-72.12341073028753,41.399463435157564],[-72.12365273038331,41.39977443521085],[-72.12384073046297,41.400111435270915],[-72.12388573049077,41.40035143531643],[-72.1238427304952,41.400688435383636],[-72.12369573047941,41.40127443550277],[-72.12353573044707,41.40163543557829],[-72.1233687304011,41.401788435613376],[-72.12317873034416,41.40187843563687],[-72.12313873033142,41.40188343563909],[-72.12284473023796,41.40192443565623],[-72.12316473035412,41.402143435689105],[-72.12342873045176,41.40235743572276],[-72.12363473052895,41.402542435752515],[-72.1241697307214,41.40287643580122],[-72.1243607308082,41.40332643588325],[-72.12441273083263,41.40346343590843],[-72.1245177308699,41.4035194359161],[-72.12460973090197,41.40355843592088],[-72.12476773096124,41.40370143594392],[-72.1249257310176,41.40379143595661],[-72.12500073104283,41.403806435957215],[-72.12515173109392,41.40384143595938],[-72.12539073117698,41.403937435970725],[-72.12547573120793,41.403997435979825],[-72.1255897312494,41.40407743599191],[-72.12583573134735,41.40440343604801],[-72.12592973139438,41.40470343610373],[-72.12592273139478,41.404752436113526],[-72.12602173143898,41.40497143615326],[-72.12630073155633,41.40545543623921],[-72.12659873167054,41.405769436291344],[-72.12675273172603,41.40586743630571],[-72.12777273207845,41.406239436346766],[-72.12795473215009,41.40646543638529],[-72.12796873215956,41.406555436402456],[-72.12803373218549,41.40664243641744],[-72.12814373222716,41.40674943643493],[-72.12850073235298,41.406924436458056],[-72.12877773244797,41.40701243646666],[-72.12880673245796,41.40702243646771],[-72.12926573261832,41.40722243649256],[-72.12942573267803,41.40736143651477],[-72.12962973275928,41.40763243656138],[-72.12986973285379,41.40793143661238],[-72.1300377329139,41.40803043662652],[-72.13016873296286,41.408145436644936],[-72.13040173304276,41.40821943665217],[-72.13116173329061,41.40822743663012],[-72.13063973315295,41.408816436761455],[-72.13032973307125,41.40916743683967],[-72.12783673241422,41.41199043746877],[-72.1270067321956,41.41293243767863],[-72.12706373222028,41.413044437698744],[-72.12717673227027,41.41328543774234],[-72.1272177322878,41.413361437755924],[-72.12730873232569,41.413512437782586],[-72.12740573236515,41.413656437807724],[-72.127510732407,41.41379643783182],[-72.12801773260756,41.41444443794271],[-72.12805373262174,41.414489437950394],[-72.12831473272426,41.41480943800482],[-72.12847473278725,41.41500843803875],[-72.12863573284992,41.415195438070285],[-72.12886873294148,41.415482438119135],[-72.12914173304965,41.415834438179445],[-72.12920873307573,41.41591243819262],[-72.12941573315601,41.4161474382321],[-72.129626733236,41.416353438265816],[-72.13030973349096,41.41694843836087],[-72.13049373356036,41.41712143838896],[-72.13062473361177,41.41728143841617],[-72.13078873367847,41.41752443845855],[-72.1309097337291,41.41772943849487],[-72.13110773381413,41.418104438561976],[-72.13125373388061,41.41845043862504],[-72.13127673389369,41.41855243864426],[-72.13129673391235,41.418774438687024],[-72.13129473392208,41.418963438724006],[-72.1312927339343,41.41919843877],[-72.13133573398211,41.4198154388892],[-72.13135873400007,41.42000643892581],[-72.13138173401353,41.420115438946404],[-72.13142773403591,41.42025043897135],[-72.1315267340786,41.420441439005586],[-72.13158073410102,41.42052943902111],[-72.13174973416733,41.42073543905611],[-72.13164473413856,41.42083443907871],[-72.13132873405208,41.42113343914695],[-72.1312247340237,41.421233439169725],[-72.13111473399357,41.42133743919345],[-72.13065973386942,41.42177543929315],[-72.13033473378081,41.42208943936458],[-72.12895773340385,41.42339143966172],[-72.12881473336473,41.42352743969274],[-72.12838873324802,41.423928439784305],[-72.12789873309164,41.42398643981086],[-72.12643073262325,41.42416143989061],[-72.12594173246727,41.42422043991733],[-72.12500473216963,41.42435643997298],[-72.12219373127681,41.42476644014034],[-72.12125773097954,41.42490344019617],[-72.12116573094958,41.424903440199024],[-72.12089373086113,41.42490544020785],[-72.12080273083156,41.42490644021086],[-72.12011773060873,41.42491044023292],[-72.11293472833061,41.42602044067267],[-72.11192272801085,41.42619844073885],[-72.11021372747041,41.42649144084913],[-72.10966372729497,41.42655844087929],[-72.1080137267689,41.42676344097051],[-72.10746472659385,41.42683144100083],[-72.1072667265312,41.42686444101343],[-72.1066757263442,41.42696444105129],[-72.10647872628192,41.42699844106404],[-72.10232972489692,41.426378441071584],[-72.10186372474072,41.42629744107021],[-72.1015417246311,41.42621044106319],[-72.10134972456696,41.426180441063295],[-72.10124772453291,41.42616544106353],[-72.09562172265385,41.42530644107013]]]},"properties":{"name":6936,"geoid":"09011693600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.19236375137551,41.37474742818268],[-72.19241575139758,41.374841428199446],[-72.19257175146399,41.375126428250326],[-72.19262475148642,41.37522142826726],[-72.1926527514992,41.37528842827949],[-72.19273675153755,41.37548942831621],[-72.19276475155041,41.37555742832861],[-72.19285075158535,41.37568442835077],[-72.19310875169015,41.37606442841705],[-72.19319575172547,41.37619242843939],[-72.19584275278659,41.37983542906941],[-72.1973917534075,41.381965429437685],[-72.19936675419927,41.384682429907436],[-72.20376875596631,41.39077743096193],[-72.20640675702528,41.39442843159344],[-72.20754975748376,41.396003431865665],[-72.21098175886026,41.40072843268219],[-72.21106075889196,41.40083743270104],[-72.2121237593186,41.402305432954776],[-72.21356075989428,41.40427043329398],[-72.21576576077764,41.4072854338144],[-72.21743976144833,41.40957443420944],[-72.2178707616211,41.41016543431146],[-72.21843076184557,41.410932434443865],[-72.21930776219696,41.41213143465076],[-72.21746376160928,41.41235843475259],[-72.21673176137607,41.4124494347932],[-72.21668276136043,41.412455434795895],[-72.2166267613426,41.412462434799004],[-72.21193475984741,41.41304243505857],[-72.21009175926011,41.413270435160534],[-72.20900375891216,41.413382435216334],[-72.2057437578697,41.41372043538395],[-72.20465675752212,41.41383343543989],[-72.20397975730093,41.41381843545806],[-72.20259275684784,41.41378843549542],[-72.20156075651069,41.41376543552307],[-72.19966875589267,41.4137254355742],[-72.19234775356718,41.41477043600635],[-72.18928275259358,41.415208436187385],[-72.18908175252987,41.415239436199684],[-72.18847975233903,41.415332436236596],[-72.18827975227568,41.41536443624907],[-72.18718775192792,41.41550443631043],[-72.1864967517083,41.41560143635089],[-72.18610175158287,41.415658436374315],[-72.1852587513143,41.41576443642126],[-72.18440275104237,41.41588643647174],[-72.1819247502553,41.41624243661843],[-72.18115475001075,41.41635343666408],[-72.17937574944594,41.41661343677024],[-72.17746174884168,41.41695543689662],[-72.17172074702923,41.4179824372759],[-72.16980774642529,41.418325437402416],[-72.16908174619165,41.41837443743457],[-72.16690674549163,41.41852043753075],[-72.16618174525836,41.41857043756307],[-72.16405274458225,41.41887943768965],[-72.16248774408528,41.41910743778287],[-72.16147974376527,41.419255437843134],[-72.15766574255396,41.41980843806976],[-72.15553774187819,41.42011843819647],[-72.15510274173977,41.420176438221326],[-72.15379774132457,41.420352438296284],[-72.1536937412915,41.420367438302435],[-72.15336274118607,41.42040943832094],[-72.15256574093229,41.42051343836603],[-72.15017374017067,41.42082543850133],[-72.14937773991728,41.42093043854659],[-72.14926073988023,41.42094943855394],[-72.14890873976876,41.421006438576],[-72.14879273973209,41.421026438583525],[-72.14652273901399,41.4214084387287],[-72.14622373891655,41.4214064387376],[-72.14596773883518,41.421442438752585],[-72.14563573872965,41.42148943877209],[-72.13614773571476,41.422842439331184],[-72.13298573471002,41.42329443951769],[-72.13268173461334,41.42333643953534],[-72.13176973432341,41.42346443958867],[-72.13146673422716,41.42350843960668],[-72.13085073403121,41.42359243964221],[-72.12900373344358,41.42384343974861],[-72.12838873324802,41.423928439784305],[-72.12881473336473,41.42352743969274],[-72.12895773340385,41.42339143966172],[-72.13033473378081,41.42208943936458],[-72.13065973386942,41.42177543929315],[-72.13111473399357,41.42133743919345],[-72.1312247340237,41.421233439169725],[-72.13132873405208,41.42113343914695],[-72.13164473413856,41.42083443907871],[-72.13174973416733,41.42073543905611],[-72.13158073410102,41.42052943902111],[-72.1315267340786,41.420441439005586],[-72.13142773403591,41.42025043897135],[-72.13138173401353,41.420115438946404],[-72.13135873400007,41.42000643892581],[-72.13133573398211,41.4198154388892],[-72.1312927339343,41.41919843877],[-72.13129473392208,41.418963438724006],[-72.13129673391235,41.418774438687024],[-72.13127673389369,41.41855243864426],[-72.13125373388061,41.41845043862504],[-72.13110773381413,41.418104438561976],[-72.1309097337291,41.41772943849487],[-72.13078873367847,41.41752443845855],[-72.13062473361177,41.41728143841617],[-72.13049373356036,41.41712143838896],[-72.13030973349096,41.41694843836087],[-72.129626733236,41.416353438265816],[-72.12941573315601,41.4161474382321],[-72.12920873307573,41.41591243819262],[-72.12914173304965,41.415834438179445],[-72.12886873294148,41.415482438119135],[-72.12863573284992,41.415195438070285],[-72.12847473278725,41.41500843803875],[-72.12831473272426,41.41480943800482],[-72.12805373262174,41.414489437950394],[-72.12801773260756,41.41444443794271],[-72.127510732407,41.41379643783182],[-72.12740573236515,41.413656437807724],[-72.12730873232569,41.413512437782586],[-72.1272177322878,41.413361437755924],[-72.12717673227027,41.41328543774234],[-72.12706373222028,41.413044437698744],[-72.1270067321956,41.41293243767863],[-72.12783673241422,41.41199043746877],[-72.13032973307125,41.40916743683967],[-72.13063973315295,41.408816436761455],[-72.13116173329061,41.40822743663012],[-72.13040173304276,41.40821943665217],[-72.13016873296286,41.408145436644936],[-72.1300377329139,41.40803043662652],[-72.12986973285379,41.40793143661238],[-72.12962973275928,41.40763243656138],[-72.12942573267803,41.40736143651477],[-72.12926573261832,41.40722243649256],[-72.12880673245796,41.40702243646771],[-72.12877773244797,41.40701243646666],[-72.12850073235298,41.406924436458056],[-72.12814373222716,41.40674943643493],[-72.12803373218549,41.40664243641744],[-72.12796873215956,41.406555436402456],[-72.12795473215009,41.40646543638529],[-72.12777273207845,41.406239436346766],[-72.12675273172603,41.40586743630571],[-72.12659873167054,41.405769436291344],[-72.12630073155633,41.40545543623921],[-72.12602173143898,41.40497143615326],[-72.12592273139478,41.404752436113526],[-72.12592973139438,41.40470343610373],[-72.12583573134735,41.40440343604801],[-72.1255897312494,41.40407743599191],[-72.12547573120793,41.403997435979825],[-72.12539073117698,41.403937435970725],[-72.12515173109392,41.40384143595938],[-72.12500073104283,41.403806435957215],[-72.1249257310176,41.40379143595661],[-72.12476773096124,41.40370143594392],[-72.12460973090197,41.40355843592088],[-72.1245177308699,41.4035194359161],[-72.12441273083263,41.40346343590843],[-72.1243607308082,41.40332643588325],[-72.1241697307214,41.40287643580122],[-72.12363473052895,41.402542435752515],[-72.12342873045176,41.40235743572276],[-72.12316473035412,41.402143435689105],[-72.12284473023796,41.40192443565623],[-72.12313873033142,41.40188343563909],[-72.12317873034416,41.40187843563687],[-72.1233687304011,41.401788435613376],[-72.12353573044707,41.40163543557829],[-72.12369573047941,41.40127443550277],[-72.1238427304952,41.400688435383636],[-72.12388573049077,41.40035143531643],[-72.12384073046297,41.400111435270915],[-72.12365273038331,41.39977443521085],[-72.12341073028753,41.399463435157564],[-72.12341473028867,41.39946043515686],[-72.12386673041513,41.39908243506894],[-72.12403673046276,41.3989414350361],[-72.12432873054298,41.398670434974065],[-72.12447273058056,41.39850043493636],[-72.1245327305956,41.39841843491847],[-72.12482373066631,41.39797943482361],[-72.12491573068871,41.39784143479378],[-72.12497973070226,41.39770843476579],[-72.12504573071638,41.39757343473736],[-72.12507573071545,41.39737843469829],[-72.12508073071496,41.39733943469052],[-72.12506473069841,41.397132434650544],[-72.12506273069667,41.3971124346467],[-72.12476573052852,41.39580643440058],[-72.12466273046913,41.395333434311304],[-72.1245757304188,41.39493143423541],[-72.1244987303758,41.39460343417365],[-72.12433673027743,41.39376943401562],[-72.12430373025367,41.39353143397011],[-72.12421273019396,41.3929814338654],[-72.12413773013601,41.39236843374786],[-72.12408673009924,41.39199943367728],[-72.12386672996001,41.39076343344244],[-72.12371372987421,41.39010543331851],[-72.12367372984971,41.389895433278696],[-72.12366972984715,41.38987243327433],[-72.12347172971577,41.38864843304112],[-72.12336772965074,41.38807843293288],[-72.12329672960657,41.3876934328598],[-72.12313972950341,41.3867414326785],[-72.12307472946378,41.38640343261442],[-72.12298472940866,41.3859314325249],[-72.12288972934516,41.38533543241129],[-72.12277972927737,41.384750432300294],[-72.12272472923955,41.38438643223082],[-72.12272172923677,41.38435343222445],[-72.12270872922649,41.38424243220315],[-72.12266072919894,41.384024432162],[-72.12260572917195,41.383858432131234],[-72.12256872915555,41.38377843211674],[-72.12252772913853,41.38371143210491],[-72.12239472908496,41.38352343207225],[-72.12181172885572,41.38280143194914],[-72.12161772877836,41.38254143190431],[-72.12117072859886,41.38191943179651],[-72.12111972857788,41.38183943178245],[-72.1209367285026,41.3815514317318],[-72.1207167284101,41.38116943166389],[-72.12051172832275,41.380792431596525],[-72.12039772827647,41.38062443156719],[-72.12023372821037,41.380391431526704],[-72.1202087282002,41.380354431520246],[-72.12012472816623,41.38023343149918],[-72.12005272813578,41.380104431476184],[-72.11979972802264,41.3795414313739],[-72.11974272799645,41.37940143134829],[-72.11967472796518,41.379234431317734],[-72.11953272789924,41.37887343125153],[-72.11945872786089,41.37861243120277],[-72.1194217278394,41.37843943117008],[-72.11924172771775,41.37728543094993],[-72.11913072763161,41.37637043077439],[-72.11911372761423,41.376153430732465],[-72.11908472758401,41.37577343065903],[-72.11904272755609,41.375512430609284],[-72.11900672753784,41.37539243058691],[-72.11899572753255,41.3753614305812],[-72.1188217274623,41.37511243053788],[-72.11875972743803,41.37503743052513],[-72.11862472738518,41.37487443049744],[-72.11856972736427,41.37481943048838],[-72.11850272733875,41.374751430477154],[-72.11910672750103,41.37412343033558],[-72.12092072798863,41.37224142991117],[-72.12125772807924,41.371892429832464],[-72.1214557281256,41.371561429761556],[-72.12153972814983,41.3715044297478],[-72.12165972818462,41.37142642972883],[-72.12181672823344,41.37138442971574],[-72.12191572826423,41.37135842970758],[-72.12196672827558,41.37126242968722],[-72.12212272831076,41.370977429626635],[-72.12217472832252,41.370882429606446],[-72.12220072832837,41.37083442959625],[-72.12224072833745,41.370762429580914],[-72.12227972834626,41.37069142956582],[-72.12230672835248,41.37064442955577],[-72.12261572845829,41.37074042956498],[-72.12265672847235,41.37075342956626],[-72.12288672855107,41.37082442957301],[-72.12304672860604,41.37087742957843],[-72.12354872877648,41.3710064295881],[-72.12369472882608,41.371044429590995],[-72.12386472888326,41.37107842959239],[-72.12416972898586,41.371139429594855],[-72.12433672904153,41.371163429594375],[-72.12460172912996,41.37120342959399],[-72.12523272933888,41.37126842958714],[-72.12577072951666,41.37131742958003],[-72.1259907295958,41.37145542960023],[-72.1266077297953,41.371431429576404],[-72.12708672994873,41.371386429552736],[-72.12772573015091,41.37128042951219],[-72.12926173063954,41.37107442942425],[-72.12995273086074,41.371006429389524],[-72.1303577309891,41.37094342936464],[-72.13071673110313,41.37089242934353],[-72.13266173172407,41.37067142923997],[-72.13279273176595,41.37065742923316],[-72.13318573189154,41.37061542921276],[-72.13331773193379,41.37060242920612],[-72.13427673223919,41.370479429152304],[-72.1373517332185,41.37008742898023],[-72.14119773444008,41.36953742875332],[-72.14116673442496,41.36944542873626],[-72.1433317351144,41.3691684286149],[-72.14375573524872,41.36910142858864],[-72.14394573530896,41.36907242857708],[-72.14502773565084,41.36888542850691],[-72.14545173578487,41.368813428479676],[-72.14580873589775,41.36875242845665],[-72.14644073609733,41.36864142841532],[-72.14746773642175,41.36846242834843],[-72.14863373678983,41.36825442827155],[-72.14940973703607,41.36813942822497],[-72.15005173723979,41.36804442818645],[-72.15040573735324,41.3680124281692],[-72.15045273736827,41.36800742816678],[-72.15059673741442,41.36799442815975],[-72.15064473742983,41.367990428157476],[-72.15072973745743,41.367989428154644],[-72.15087873750531,41.36797842814787],[-72.15209473789604,41.36788742809232],[-72.15214773791314,41.36788442809007],[-72.15295973817497,41.367840428056276],[-72.15645673931076,41.367800427939876],[-72.15731773958952,41.367774427908046],[-72.1579107397825,41.36777442788963],[-72.15939774026633,41.36777342784327],[-72.15994674044497,41.367773427826215],[-72.16083274073478,41.36780042780398],[-72.16179474104771,41.3677984277737],[-72.16252874128818,41.36782842775678],[-72.16316574149766,41.36786842774482],[-72.16385374172484,41.36792842773519],[-72.16391174174402,41.36793442773455],[-72.16411274181043,41.36795242773183],[-72.16463574198423,41.368018427728494],[-72.16501074210926,41.368073427727616],[-72.1653287422155,41.36812342772752],[-72.16582374238138,41.36821142772936],[-72.1661737424987,41.36827442773081],[-72.1667797427033,41.36840942773838],[-72.16724474286029,41.3685134277443],[-72.16729974287885,41.36852542774491],[-72.16743074292307,41.368554427746524],[-72.16760974298346,41.36859342774859],[-72.16790874308398,41.36865242775084],[-72.16890074342321,41.3689524277787],[-72.16997474379055,41.36927842780912],[-72.17222774455954,41.369933427867224],[-72.17333874493882,41.37025742789608],[-72.17580974578226,41.3709764279599],[-72.17799574652842,41.371612428016356],[-72.17878674679906,41.3718544280391],[-72.17993374718988,41.37217542806623],[-72.18038474734432,41.372315428079595],[-72.1807717474761,41.372422428088484],[-72.18091874752656,41.3724704280933],[-72.18143174770265,41.372637428110004],[-72.18275774815532,41.373024428144475],[-72.1832177483124,41.37315942815658],[-72.18507774894762,41.373706428205715],[-72.18568874915624,41.373885428221726],[-72.18570674916238,41.37389042822214],[-72.18576274918155,41.373907428223724],[-72.18578174918805,41.373913428224306],[-72.18586074921501,41.37393642822635],[-72.18742374974872,41.374394428267316],[-72.18786074989679,41.374501428274655],[-72.18852475012042,41.37463942828098],[-72.18933975039191,41.37475442827812],[-72.18957575046996,41.374777428275266],[-72.18970475051252,41.37478842827342],[-72.18986675056601,41.37480242827112],[-72.1901587506623,41.37482542826653],[-72.19054275078778,41.37483542825654],[-72.19058275080076,41.374834428255106],[-72.1906457508212,41.374833428252956],[-72.19070375084014,41.37483442825134],[-72.19074475085353,41.37483542825025],[-72.19090675090635,41.3748374282456],[-72.19106875095879,41.374832428239586],[-72.19142975107566,41.374821428226205],[-72.19169075115974,41.37480642821516],[-72.19204075127205,41.37477742819859],[-72.19213975130388,41.37477042819414],[-72.19236375137551,41.37474742818268]]]},"properties":{"name":6937,"geoid":"09011693700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.18490174730341,41.344728422541664],[-72.18393674697553,41.344473422521745],[-72.18306574667957,41.344243422503794],[-72.18292274663098,41.3442054225008],[-72.18112274596335,41.342705422263144],[-72.18109274594494,41.34254742223314],[-72.18100574589072,41.342073422143066],[-72.18097774587301,41.34191642211321],[-72.18017674539121,41.337871421346286],[-72.17993574524613,41.33665242111514],[-72.17951274503494,41.335306420864775],[-72.17930074492905,41.334631420739214],[-72.17969574493858,41.33245542030092],[-72.1804917449575,41.32806441941645],[-72.17987374463354,41.32581541899527],[-72.17987074463197,41.32580441899321],[-72.17985274462261,41.325740418981226],[-72.17741674376346,41.324518418817576],[-72.17658374347343,41.324169418775085],[-72.17639174340655,41.3240884187652],[-72.17619974333974,41.324008418755504],[-72.17634574337582,41.32379941871003],[-72.17636874337941,41.32372841869542],[-72.1764927433999,41.32336541862049],[-72.17656674341147,41.323136418573334],[-72.17685474349307,41.32291541852113],[-72.17711674356737,41.322715418473805],[-72.17712374356906,41.32270441847144],[-72.17714574357446,41.322672418464485],[-72.1771537435765,41.32266241846228],[-72.17733774362455,41.322446418414266],[-72.17752874367456,41.32222441836487],[-72.17891874410275,41.321786418235924],[-72.17987774444335,41.32231141830897],[-72.18422874587678,41.32264441823906],[-72.18706974679723,41.32257841813788],[-72.18866774728055,41.32191141795762],[-72.1896207475268,41.32074641769988],[-72.19080774787021,41.31996541751004],[-72.19259874839146,41.31884441723485],[-72.1942407488519,41.31749841692024],[-72.19782174988782,41.31514341634772],[-72.19991175037134,41.31155441557982],[-72.20110475057538,41.3081894148836],[-72.20140375048874,41.304824414215105],[-72.20274675076611,41.30190841360211],[-72.20288875068385,41.299557413137066],[-72.20289575067977,41.29944141311411],[-72.2025977505277,41.29843141292548],[-72.20006074956798,41.29596441252089],[-72.20006074918827,41.289010411158124],[-72.2014037495086,41.286879410698766],[-72.20319474996847,41.2846364102035],[-72.20886575181844,41.28474841004928],[-72.21528275397831,41.28609441011369],[-72.2211027559379,41.287327410174434],[-72.22121175597427,41.28734441017438],[-72.22127975604855,41.28829941035943],[-72.22129675606409,41.288482410394764],[-72.22159775633608,41.29166841100975],[-72.22199875657398,41.293635411382716],[-72.22287275694333,41.29519341166082],[-72.22332675710857,41.29551541170979],[-72.22348375716568,41.29562641172666],[-72.22358875720384,41.29570041173789],[-72.22369275724176,41.295775411749354],[-72.22382075728831,41.29586541176301],[-72.2241347574026,41.29608841179692],[-72.22473275762881,41.296669411892175],[-72.22535575787762,41.29751541203855],[-72.22390175760908,41.301249412815324],[-72.22430075775911,41.3016204128756],[-72.22428875776161,41.30173741289889],[-72.22453075784203,41.301769412897634],[-72.22476075791064,41.30165641286834],[-72.22506675800773,41.30161241285022],[-72.22549475816004,41.3018524128839],[-72.22566475822558,41.30204041291545],[-72.22382575761559,41.301820412929565],[-72.22374175760206,41.302072412981545],[-72.22362475756742,41.30213441299733],[-72.22345475751537,41.30219341301418],[-72.22314375743545,41.30258141309985],[-72.22152775700319,41.30428541348392],[-72.22152475700574,41.30434941349656],[-72.22153175701888,41.30454841353532],[-72.22151775701967,41.30464641355496],[-72.22136475698257,41.304877413604956],[-72.22127975695777,41.30492941361778],[-72.22098675687245,41.30511141366256],[-72.22091375685281,41.30518641367952],[-72.22078375683228,41.30558341376133],[-72.22076175684136,41.3058804138202],[-72.22076175684305,41.305911413826266],[-72.22075775684273,41.30592941382991],[-72.22075375684302,41.30595841383571],[-72.22074175684065,41.30598641384156],[-72.22051275679605,41.306532413955665],[-72.22026275673544,41.306910414037475],[-72.22011475669649,41.30707841407499],[-72.21987275663335,41.30736241413814],[-72.21984375663025,41.307478414161764],[-72.21983075662898,41.307532414172755],[-72.21982475663448,41.30766841419957],[-72.21987875665909,41.30779741422317],[-72.21994775668323,41.30782841422709],[-72.22003475670944,41.30779041421694],[-72.22031775679072,41.30759441416976],[-72.22050775684683,41.30749041414347],[-72.22061675688073,41.30746241413459],[-72.2206537568913,41.30743541412814],[-72.22062475687301,41.307273414097324],[-72.22066775688458,41.307229414087374],[-72.2207557569133,41.30723141408502],[-72.22083475694699,41.307377414111166],[-72.22092275699542,41.30773941417934],[-72.2209227570203,41.30819441426845],[-72.22085075703102,41.308818414392924],[-72.22088675705979,41.30913041445291],[-72.22087175706302,41.30927841448235],[-72.22042175695258,41.30993441462486],[-72.22017475689627,41.31037341471853],[-72.22007975687906,41.31062341477045],[-72.21995575687357,41.311260414899074],[-72.21982575685304,41.311657414980864],[-72.21952675678375,41.312168415090255],[-72.21943275676982,41.31247241515271],[-72.21910575668991,41.312955415257484],[-72.21876375660014,41.3133474153449],[-72.2182647564708,41.31394941547832],[-72.21813075643611,41.314111415514226],[-72.21802275640857,41.3142504155448],[-72.21796275639335,41.31432841556194],[-72.21781775636073,41.314594415618544],[-72.21747175628511,41.31526841576131],[-72.21735975626072,41.31548841580788],[-72.21726975623724,41.315594415831434],[-72.21713975620274,41.3157364158633],[-72.2170177561705,41.315872415893715],[-72.21678575610115,41.31598341592267],[-72.21664975605843,41.31601141593239],[-72.21655175602771,41.316032415939546],[-72.21645975599786,41.3160334159426],[-72.21630475594755,41.31603541594781],[-72.21609375587347,41.315935415934796],[-72.21548275564884,41.31546141586097],[-72.21531475558926,41.31537141584856],[-72.21512475552629,41.315349415850164],[-72.2148417554361,41.315383415865625],[-72.21454275534363,41.315470415891966],[-72.21432475528083,41.31561841592774],[-72.21380075512106,41.315812415982],[-72.2135887550596,41.31594941601544],[-72.21331375498,41.316129416059255],[-72.21300075488621,41.31627541609757],[-72.21260775476402,41.316378416129965],[-72.21246875472305,41.31645541614937],[-72.2123527546938,41.31661041618334],[-72.21233775469827,41.316781416217296],[-72.21242575476545,41.31748641635262],[-72.21241175477688,41.31777841641024],[-72.21226575474303,41.31802741646353],[-72.21212775470165,41.31809141648037],[-72.2118877546282,41.31817541650428],[-72.21159575453235,41.31815941651022],[-72.21145075448082,41.31807941649907],[-72.21120275438528,41.31780741645352],[-72.21094075428225,41.31748141639782],[-72.2106787541866,41.31729041636855],[-72.21039475409039,41.31722041636369],[-72.21014675401089,41.3172414163755],[-72.20986375392368,41.31732941640154],[-72.20960875385195,41.317534416449625],[-72.20928875376644,41.317873416525956],[-72.20906575370522,41.31808041657344],[-72.20891775366476,41.31822041660544],[-72.20885175365014,41.318345416631985],[-72.208873753661,41.31841341664461],[-72.20896875369415,41.31845441664968],[-72.20902675371437,41.31847941665277],[-72.20956575389262,41.318533416646595],[-72.20957275389688,41.31856941665343],[-72.20949975387498,41.31860341666234],[-72.20894275369109,41.318553416669886],[-72.2084737535363,41.31851141667623],[-72.20842275351815,41.318483416672336],[-72.20840875350791,41.31837941665241],[-72.20832775348147,41.31837741665453],[-72.20805375340166,41.31854741669633],[-72.20803675339677,41.31855941669923],[-72.20792075336678,41.31870041673044],[-72.20786975335653,41.31881641675475],[-72.2077747533287,41.31887241676868],[-72.20778875333696,41.318940416781544],[-72.20789175338098,41.31913241681595],[-72.20793475340436,41.3193044168483],[-72.20789175340045,41.319488416885676],[-72.20786875339537,41.31953241689499],[-72.20783375338786,41.319603416909985],[-72.20765875333691,41.319712416936774],[-72.20742775326539,41.319778416956886],[-72.20721475319952,41.31984041697564],[-72.20702575314446,41.31995741700444],[-72.20695275312778,41.320086417031945],[-72.20688675311118,41.320175417051445],[-72.20653075302424,41.320702417165705],[-72.20643575299715,41.32077241718236],[-72.20634875296966,41.320787417188015],[-72.20631975296146,41.32080941719323],[-72.20621075293596,41.32099141723226],[-72.20620775293526,41.32099641723333],[-72.20609875291458,41.321266417289586],[-72.20603575290274,41.3214244173225],[-72.20599375290547,41.32172441738255],[-72.2059847529065,41.32179641739692],[-72.20601375292239,41.32191441741914],[-72.20604775293619,41.32196441742786],[-72.20628375303174,41.32230841748788],[-72.20630075304216,41.32239741750478],[-72.20634175306648,41.322598417542864],[-72.20652375313354,41.3227424175654],[-72.20663975317734,41.32285341758353],[-72.20666875319269,41.32296141760377],[-72.20661875318157,41.32305541762372],[-72.20645075313237,41.323154417648354],[-72.20593975296933,41.323212417675585],[-72.20586175294446,41.32322141767977],[-72.20554875284665,41.32329441770381],[-72.20545875282066,41.32335441771835],[-72.205345752788,41.323429417736556],[-72.2052627527708,41.32360841777418],[-72.2052577527699,41.32362141777688],[-72.20529475279204,41.323806417811966],[-72.20530875280772,41.324009417851265],[-72.20521375279071,41.324263417903964],[-72.20499575272966,41.32444341794599],[-72.20495875271843,41.324458417950076],[-72.20465275262619,41.32459141798563],[-72.2046447526253,41.32462241799195],[-72.20462475262404,41.32471841801136],[-72.20461775262358,41.32475141801803],[-72.20463875263817,41.32489341804518],[-72.2046687526517,41.32496241805778],[-72.2050247527931,41.325430418138325],[-72.205075752825,41.32571041819158],[-72.2051707528681,41.32593341823228],[-72.20517175287286,41.32601441824813],[-72.20526575291592,41.32624241828984],[-72.20533075294576,41.326401418318945],[-72.20542375299367,41.32672441837931],[-72.20550575303567,41.32700441843158],[-72.20547775302973,41.327062418443795],[-72.2052877529711,41.32712041846106],[-72.20524375296019,41.32718241847457],[-72.2052067529609,41.32741541852133],[-72.20526675299163,41.32762041855962],[-72.20530975301652,41.32781941859724],[-72.20528175302586,41.328156418664086],[-72.20531075305061,41.32843641871801],[-72.20536775307906,41.328617418751676],[-72.20549175312868,41.328787418781104],[-72.20551375314967,41.32904041882994],[-72.20556475317026,41.32911341884265],[-72.20565975320302,41.32914741884636],[-72.20592875329037,41.329144418837416],[-72.20599475331362,41.32917741884182],[-72.20602375332635,41.329237418852664],[-72.20599275332683,41.329430418891405],[-72.20596575332735,41.32960041892553],[-72.2060087533583,41.3299104189849],[-72.2060087533584,41.32991241898528],[-72.2060667533995,41.33031841906297],[-72.20604575341463,41.33071941914211],[-72.2061107534442,41.330873419170246],[-72.20648375358186,41.33117241921719],[-72.20656875361324,41.331240419227846],[-72.20656875361735,41.33131541924253],[-72.2065697536232,41.33141641926228],[-72.20644575359158,41.33157541929726],[-72.20621975353738,41.33192841937339],[-72.20647875363164,41.332111419401166],[-72.20674775372954,41.33230141943],[-72.20698475383954,41.33290241954028],[-72.20683175383269,41.333686419698516],[-72.2067477538288,41.33411441978491],[-72.20671075382744,41.334309419824244],[-72.20674475386795,41.334847419928494],[-72.20692675393826,41.335050419962585],[-72.20696275395649,41.33516941998475],[-72.20679675390414,41.33519941999579],[-72.20650175381252,41.335278420020416],[-72.20648475380726,41.33528342002193],[-72.20592875359898,41.33478241994115],[-72.20537775339261,41.334286419861186],[-72.20499275325494,41.33405941982872],[-72.20467275314341,41.333923419812045],[-72.20447875307636,41.333851419804006],[-72.20403175292418,41.333727419793625],[-72.20370175281366,41.33366941979254],[-72.20338575270947,41.33364341979727],[-72.20306375260331,41.33361741980219],[-72.20242675239327,41.33356541981182],[-72.20185075220301,41.333512419819364],[-72.2012147519907,41.333413419819756],[-72.20080475185375,41.333347419819574],[-72.20069575181736,41.33333041981964],[-72.20059475178375,41.33331641982003],[-72.20049475175038,41.333301419820216],[-72.20022875166174,41.333262419820834],[-72.20008175161279,41.33324141982131],[-72.1992077513182,41.333053419811684],[-72.19853175108749,41.33285541979394],[-72.19840575104452,41.3328194197908],[-72.19824275098925,41.33277841978784],[-72.19810875094315,41.332732419783],[-72.19797575089744,41.332687419778324],[-72.19785075086139,41.33277141979866],[-72.19773975082948,41.33284841981718],[-72.19743675074264,41.33306241986849],[-72.19716675066424,41.333234419910546],[-72.19701275061742,41.3332944199271],[-72.1969477505977,41.333320419934196],[-72.19680275055298,41.33336541994752],[-72.19673975053294,41.333373419951045],[-72.19665075050465,41.333385419956166],[-72.19647175044588,41.33337541995977],[-72.19633775040174,41.33336541996198],[-72.19620675035733,41.33333241995959],[-72.1960597503067,41.33328141995417],[-72.1959137502555,41.33321341994539],[-72.19577575020618,41.333132419933825],[-72.19574975019712,41.33312141993248],[-72.19567975017287,41.333094419929374],[-72.19560975014923,41.33307841992842],[-72.19544875009672,41.33307541993283],[-72.195318750056,41.33310441994255],[-72.19520475002106,41.333143419953714],[-72.19482274990534,41.33329941999614],[-72.19470574987099,41.333367420013104],[-72.19457874983482,41.33346142003544],[-72.19452374982008,41.33351842004831],[-72.1942827497612,41.3338754201257],[-72.19406774970909,41.3342014201962],[-72.19400274969342,41.334301420217784],[-72.19389174965727,41.33430042022105],[-72.19371274960035,41.33432442023132],[-72.19348374952817,41.33436642024665],[-72.19333774948127,41.33437742025334],[-72.19320274943719,41.33437442025696],[-72.19302474937739,41.33433942025563],[-72.19281874930802,41.334296420253615],[-72.19274774928355,41.33427142025093],[-72.19265174924905,41.33421142024217],[-72.19216974905402,41.3335124201203],[-72.19199574900229,41.33360142014314],[-72.19167574891254,41.333863420204366],[-72.19150774888031,41.334273420289854],[-72.19144174887674,41.33460042035593],[-72.19156074893169,41.33489742041037],[-72.19157374893761,41.33492842041604],[-72.1916387489633,41.33501142043028],[-72.19168174898178,41.33509342044498],[-72.19174874901347,41.33527442047832],[-72.19172674901716,41.33547242051777],[-72.19152974896757,41.335737420575775],[-72.1913097489152,41.336088420651315],[-72.1912307489069,41.33640642071603],[-72.1912817489403,41.33671342077454],[-72.19123074894384,41.33708142084816],[-72.19114374892801,41.337309420895494],[-72.19111474892958,41.33751042093576],[-72.1909757488847,41.337516420941235],[-72.19092574888265,41.337776420993684],[-72.19098374890234,41.337791420994826],[-72.19100574891125,41.3378234210004],[-72.19109274895666,41.33813642105898],[-72.19095474893082,41.33848442113139],[-72.19081574889377,41.33863342116488],[-72.19073574887015,41.338677421175966],[-72.1906407488381,41.33865642117482],[-72.1903137487163,41.33837442112978],[-72.19009574863941,41.338265421115224],[-72.18970974851494,41.338285421131125],[-72.18921474835534,41.3383114211516],[-72.18904674830196,41.33833442116131],[-72.18904674831596,41.33859042121142],[-72.18872674821388,41.33862742122863],[-72.1884717481311,41.33863042123713],[-72.18826774805981,41.33854042122586],[-72.18817274802655,41.33849742122039],[-72.18815574802058,41.33848942121936],[-72.18810474800269,41.33846542121622],[-72.18808774799678,41.3384584212154],[-72.18768974785735,41.33827642119214],[-72.18708774764652,41.338002421157206],[-72.18700774761842,41.33796442115226],[-72.18688374757814,41.33796542115629],[-72.1867537475416,41.3380704211809],[-72.18657174748759,41.33816542120514],[-72.1865077474672,41.33817342120871],[-72.1863167474065,41.33819942121973],[-72.18614874735361,41.338231421231214],[-72.18608174733329,41.33825842123858],[-72.18593874728978,41.33831342125379],[-72.18592374728527,41.33832042125563],[-72.18579974725293,41.33846642128806],[-72.18579274725161,41.3384844212918],[-72.18560874719954,41.338626421325316],[-72.18560274719793,41.33863242132667],[-72.18547574716042,41.33870242134433],[-72.1853547471248,41.3387704213614],[-72.18520874708076,41.33883342137827],[-72.18480874696024,41.339009421425146],[-72.18476574694644,41.33901242142707],[-72.18465574691568,41.33910442144849],[-72.18459074690553,41.33930542148987],[-72.18459974691157,41.33936242150075],[-72.18462674692861,41.339513421529446],[-72.18469474695654,41.33961942154809],[-72.1846957469579,41.339638421551776],[-72.1847167469656,41.33965442155426],[-72.18475374698077,41.339711421564274],[-72.18482774714128,41.342205422050164],[-72.18490174730341,41.344728422541664]]]},"properties":{"name":8707.04,"geoid":"09011870704"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.22121175597427,41.28734441017438],[-72.22244575638683,41.28755241017678],[-72.2258777575333,41.28811341018002],[-72.22916075867421,41.28945841034148],[-72.2297577589542,41.29102941063078],[-72.23169775971985,41.29349641105382],[-72.2331907602605,41.29450641120527],[-72.23677176150454,41.295964411379515],[-72.23886176217175,41.295739411270375],[-72.23960776232838,41.29416941093957],[-72.23736876142868,41.29102941039399],[-72.23692076117258,41.28901041001229],[-72.23781676139028,41.28766440972065],[-72.24139776252989,41.287215409521224],[-72.24303976310665,41.28800040962396],[-72.24363676339281,41.28968340993516],[-72.24542776407323,41.29147741023096],[-72.2469197645951,41.29215041031638],[-72.24837876511747,41.29302741044279],[-72.2483537652697,41.29595741101763],[-72.24834276534183,41.297340411288914],[-72.24844776540067,41.297791411373986],[-72.2487647655778,41.29914441162918],[-72.24881176560405,41.299344411666894],[-72.24867876557296,41.29956641171454],[-72.24867876557371,41.29958041171727],[-72.24883876563406,41.299732411742056],[-72.24878876563476,41.300042411804355],[-72.24943076589462,41.30097541196712],[-72.24945176593707,41.301626412093995],[-72.24947676594975,41.30170941210948],[-72.24954776598548,41.30194041215252],[-72.25000076617873,41.302779412302755],[-72.25021276626326,41.30306441235197],[-72.25062076648695,41.304726412664806],[-72.25206176708689,41.30712541308982],[-72.2524977672899,41.308243413295195],[-72.25255576731692,41.308392413322565],[-72.25296476749125,41.3091474134577],[-72.25328076761572,41.30954341352541],[-72.25384276780808,41.30971941354237],[-72.25413976790882,41.309795413547995],[-72.2540987678983,41.30984641355927],[-72.25408976789618,41.30986141356248],[-72.25388076784708,41.31020541363635],[-72.25372176781045,41.31048041369516],[-72.25311676767006,41.31150841391534],[-72.252974767637,41.311747413966565],[-72.25273976758238,41.312145414051834],[-72.25237576749868,41.31277741418694],[-72.2521057674349,41.31321541428113],[-72.25203776741853,41.3133204143038],[-72.25194676739521,41.31343441432897],[-72.25184876736941,41.313545414353754],[-72.25171776733411,41.31367841438389],[-72.25157876729592,41.31380641441327],[-72.25140576724674,41.31393541444393],[-72.25127876721022,41.31402241446492],[-72.25092476710743,41.31424741452],[-72.25056576700248,41.3144624145733],[-72.25032176693072,41.31460041460792],[-72.24993376681655,41.3148194146629],[-72.24947576668121,41.315067414725725],[-72.24926576661962,41.315189414756155],[-72.24884076649377,41.31541441481345],[-72.24862076642793,41.315518414840675],[-72.24833176634074,41.31564241487395],[-72.24815576628697,41.315705414891774],[-72.24777476616994,41.315830414928136],[-72.2474637660745,41.31593441495817],[-72.24712976597161,41.31603841498894],[-72.24693276591094,41.31610041500722],[-72.24673676585066,41.31616341502566],[-72.24671476584389,41.31617041502773],[-72.24615376567142,41.31635241508084],[-72.24560476550164,41.316511415129064],[-72.245329765415,41.316562415147615],[-72.24523976538673,41.31658041515396],[-72.24450276515371,41.316701415200605],[-72.24432176509654,41.31673241521231],[-72.24422776506675,41.31674641521797],[-72.24408976502298,41.31676641522618],[-72.24367876489278,41.31682941525133],[-72.24354176484943,41.316851415259904],[-72.24305676469572,41.31692441528931],[-72.24285076463048,41.31695641530198],[-72.24217776441763,41.317065415344274],[-72.24160776423814,41.317172415383],[-72.24142276417989,41.3172074153956],[-72.24127676413434,41.317242415407],[-72.2411297640885,41.31727841541865],[-72.2407387639665,41.317372415449206],[-72.24073076396407,41.317375415450044],[-72.24036376384979,41.317467415479484],[-72.23977876366759,41.3176144155265],[-72.23957176360335,41.3176704155439],[-72.2391847634833,41.31777641557671],[-72.23901276343074,41.31783741559401],[-72.23872876334396,41.31793941562283],[-72.2385007632747,41.31802841564735],[-72.23833176322341,41.318095415665745],[-72.23817776317676,41.318158415682866],[-72.23761576300853,41.318423415752264],[-72.23704076283579,41.31868341582108],[-72.23682776277069,41.31875941584258],[-72.23676176275062,41.31878441584954],[-72.23656976269157,41.318846415867654],[-72.23607076253506,41.318951415903754],[-72.23565176240203,41.319010415928346],[-72.23513476223671,41.31906141595442],[-72.23510576222743,41.31906441595592],[-72.23488376215579,41.31907441596479],[-72.23455276204913,41.319092415978616],[-72.23422276194282,41.31911041599242],[-72.2339677618606,41.31912341600291],[-72.23371176177811,41.319137416013625],[-72.23343276168794,41.319147416024265],[-72.23287876150992,41.31918641604915],[-72.23193176120465,41.31923541608822],[-72.23170376113114,41.31924741609767],[-72.23138976102996,41.31926441611077],[-72.23114176094948,41.31926741611907],[-72.23086276085766,41.319247416123844],[-72.23044176071802,41.31919741612716],[-72.23036976069395,41.31918541612704],[-72.23029376066862,41.31917441612726],[-72.23007576059594,41.31914141612758],[-72.22926476032431,41.318997416124624],[-72.22919976030256,41.31898641612449],[-72.22855976008863,41.31888041612366],[-72.22805075991872,41.31880041612383],[-72.22768875979789,41.31874341612394],[-72.2268577595201,41.318605416122786],[-72.22648275939451,41.31853941612153],[-72.22600775923546,41.318455416119846],[-72.2252037589671,41.3183294161202],[-72.2244567587174,41.31820541611918],[-72.22438675869375,41.31818941611821],[-72.22431475866983,41.31818041611869],[-72.22418675862711,41.318160416118765],[-72.22409675859697,41.318144416118415],[-72.22344575837919,41.31803341611695],[-72.22322975830693,41.31799641611642],[-72.22311975827012,41.31797741611612],[-72.22287475818835,41.31793941611629],[-72.22233075800695,41.31785741611716],[-72.22216375795166,41.317839416118844],[-72.22195675788483,41.317848416127035],[-72.22180575783655,41.31786341613468],[-72.22171275780686,41.31787341613953],[-72.22157075776254,41.317907416150604],[-72.2214577577278,41.31794441616137],[-72.22130175768027,41.318002416177585],[-72.22124275766298,41.318037416186264],[-72.22113475763125,41.31809941620177],[-72.22112475762835,41.31810541620326],[-72.22105875760994,41.31816141621627],[-72.22099275759149,41.318216416229106],[-72.22092675757308,41.31827241624213],[-72.22038175742584,41.318820416366385],[-72.2203557574187,41.318844416371896],[-72.22009475734734,41.31909141642838],[-72.21998375731627,41.31918341644985],[-72.21977975725748,41.31932141648322],[-72.21936875713642,41.31955141654105],[-72.2193267571239,41.31957241654647],[-72.21910175705719,41.31969041657658],[-72.21854775689242,41.31997141664883],[-72.21825475680495,41.320114416685946],[-72.21802575673534,41.3202034167105],[-72.21779875666503,41.320267416730104],[-72.21760975660514,41.32029641674166],[-72.21721875648008,41.32033441676126],[-72.21676175633209,41.32034641677783],[-72.2163987562146,41.32035641679107],[-72.21585475603794,41.32036141680898],[-72.21578275601458,41.320362416811406],[-72.21572375599534,41.32036141681305],[-72.21541375589437,41.32035841682211],[-72.21533275586803,41.320358416824625],[-72.21520275582569,41.320357416828486],[-72.2151877558208,41.320357416828955],[-72.21495275574357,41.320342416833306],[-72.21481175569723,41.320333416835936],[-72.21449675559263,41.320294416838095],[-72.2142057554963,41.320263416841065],[-72.21395675541396,41.320238416843914],[-72.21377175535319,41.32022741684752],[-72.21320575516555,41.320162416852405],[-72.21290775506739,41.32013941685716],[-72.21273875501176,41.320127416860075],[-72.21235375488715,41.320138416874194],[-72.21207475479872,41.3201804168911],[-72.21180475471529,41.32026041691517],[-72.21125075454621,41.32046341697215],[-72.21096775446162,41.32059941700758],[-72.21040575429323,41.320862417076555],[-72.20993475415155,41.32107241713232],[-72.20983875412273,41.32111641714393],[-72.20946075400887,41.32128241718819],[-72.20907675389252,41.321438417230674],[-72.20896575385882,41.321482417242734],[-72.20848075370957,41.32163741728817],[-72.20839675368345,41.32165941729508],[-72.2078907535265,41.321798417338044],[-72.20781575350325,41.32181941734448],[-72.20779375349655,41.32182741734674],[-72.20770375346854,41.321850417354035],[-72.20760175343638,41.32186941736092],[-72.20750075340464,41.32188941736799],[-72.20728275333563,41.32192441738163],[-72.20713275328764,41.32193841738902],[-72.20681975318605,41.32194241739956],[-72.20664275312849,41.321942417405054],[-72.20640675305174,41.3219424174124],[-72.20604775293619,41.32196441742786],[-72.20601375292239,41.32191441741914],[-72.2059847529065,41.32179641739692],[-72.20599375290547,41.32172441738255],[-72.20603575290274,41.3214244173225],[-72.20609875291458,41.321266417289586],[-72.20620775293526,41.32099641723333],[-72.20621075293596,41.32099141723226],[-72.20631975296146,41.32080941719323],[-72.20634875296966,41.320787417188015],[-72.20643575299715,41.32077241718236],[-72.20653075302424,41.320702417165705],[-72.20688675311118,41.320175417051445],[-72.20695275312778,41.320086417031945],[-72.20702575314446,41.31995741700444],[-72.20721475319952,41.31984041697564],[-72.20742775326539,41.319778416956886],[-72.20765875333691,41.319712416936774],[-72.20783375338786,41.319603416909985],[-72.20786875339537,41.31953241689499],[-72.20789175340045,41.319488416885676],[-72.20793475340436,41.3193044168483],[-72.20789175338098,41.31913241681595],[-72.20778875333696,41.318940416781544],[-72.2077747533287,41.31887241676868],[-72.20786975335653,41.31881641675475],[-72.20792075336678,41.31870041673044],[-72.20803675339677,41.31855941669923],[-72.20805375340166,41.31854741669633],[-72.20832775348147,41.31837741665453],[-72.20840875350791,41.31837941665241],[-72.20842275351815,41.318483416672336],[-72.2084737535363,41.31851141667623],[-72.20894275369109,41.318553416669886],[-72.20949975387498,41.31860341666234],[-72.20957275389688,41.31856941665343],[-72.20956575389262,41.318533416646595],[-72.20902675371437,41.31847941665277],[-72.20896875369415,41.31845441664968],[-72.208873753661,41.31841341664461],[-72.20885175365014,41.318345416631985],[-72.20891775366476,41.31822041660544],[-72.20906575370522,41.31808041657344],[-72.20928875376644,41.317873416525956],[-72.20960875385195,41.317534416449625],[-72.20986375392368,41.31732941640154],[-72.21014675401089,41.3172414163755],[-72.21039475409039,41.31722041636369],[-72.2106787541866,41.31729041636855],[-72.21094075428225,41.31748141639782],[-72.21120275438528,41.31780741645352],[-72.21145075448082,41.31807941649907],[-72.21159575453235,41.31815941651022],[-72.2118877546282,41.31817541650428],[-72.21212775470165,41.31809141648037],[-72.21226575474303,41.31802741646353],[-72.21241175477688,41.31777841641024],[-72.21242575476545,41.31748641635262],[-72.21233775469827,41.316781416217296],[-72.2123527546938,41.31661041618334],[-72.21246875472305,41.31645541614937],[-72.21260775476402,41.316378416129965],[-72.21300075488621,41.31627541609757],[-72.21331375498,41.316129416059255],[-72.2135887550596,41.31594941601544],[-72.21380075512106,41.315812415982],[-72.21432475528083,41.31561841592774],[-72.21454275534363,41.315470415891966],[-72.2148417554361,41.315383415865625],[-72.21512475552629,41.315349415850164],[-72.21531475558926,41.31537141584856],[-72.21548275564884,41.31546141586097],[-72.21609375587347,41.315935415934796],[-72.21630475594755,41.31603541594781],[-72.21645975599786,41.3160334159426],[-72.21655175602771,41.316032415939546],[-72.21664975605843,41.31601141593239],[-72.21678575610115,41.31598341592267],[-72.2170177561705,41.315872415893715],[-72.21713975620274,41.3157364158633],[-72.21726975623724,41.315594415831434],[-72.21735975626072,41.31548841580788],[-72.21747175628511,41.31526841576131],[-72.21781775636073,41.314594415618544],[-72.21796275639335,41.31432841556194],[-72.21802275640857,41.3142504155448],[-72.21813075643611,41.314111415514226],[-72.2182647564708,41.31394941547832],[-72.21876375660014,41.3133474153449],[-72.21910575668991,41.312955415257484],[-72.21943275676982,41.31247241515271],[-72.21952675678375,41.312168415090255],[-72.21982575685304,41.311657414980864],[-72.21995575687357,41.311260414899074],[-72.22007975687906,41.31062341477045],[-72.22017475689627,41.31037341471853],[-72.22042175695258,41.30993441462486],[-72.22087175706302,41.30927841448235],[-72.22088675705979,41.30913041445291],[-72.22085075703102,41.308818414392924],[-72.2209227570203,41.30819441426845],[-72.22092275699542,41.30773941417934],[-72.22083475694699,41.307377414111166],[-72.2207557569133,41.30723141408502],[-72.22066775688458,41.307229414087374],[-72.22062475687301,41.307273414097324],[-72.2206537568913,41.30743541412814],[-72.22061675688073,41.30746241413459],[-72.22050775684683,41.30749041414347],[-72.22031775679072,41.30759441416976],[-72.22003475670944,41.30779041421694],[-72.21994775668323,41.30782841422709],[-72.21987875665909,41.30779741422317],[-72.21982475663448,41.30766841419957],[-72.21983075662898,41.307532414172755],[-72.21984375663025,41.307478414161764],[-72.21987275663335,41.30736241413814],[-72.22011475669649,41.30707841407499],[-72.22026275673544,41.306910414037475],[-72.22051275679605,41.306532413955665],[-72.22074175684065,41.30598641384156],[-72.22075375684302,41.30595841383571],[-72.22075775684273,41.30592941382991],[-72.22076175684305,41.305911413826266],[-72.22076175684136,41.3058804138202],[-72.22078375683228,41.30558341376133],[-72.22091375685281,41.30518641367952],[-72.22098675687245,41.30511141366256],[-72.22127975695777,41.30492941361778],[-72.22136475698257,41.304877413604956],[-72.22151775701967,41.30464641355496],[-72.22153175701888,41.30454841353532],[-72.22152475700574,41.30434941349656],[-72.22152775700319,41.30428541348392],[-72.22314375743545,41.30258141309985],[-72.22345475751537,41.30219341301418],[-72.22362475756742,41.30213441299733],[-72.22374175760206,41.302072412981545],[-72.22382575761559,41.301820412929565],[-72.22566475822558,41.30204041291545],[-72.22549475816004,41.3018524128839],[-72.22506675800773,41.30161241285022],[-72.22476075791064,41.30165641286834],[-72.22453075784203,41.301769412897634],[-72.22428875776161,41.30173741289889],[-72.22430075775911,41.3016204128756],[-72.22390175760908,41.301249412815324],[-72.22535575787762,41.29751541203855],[-72.22473275762881,41.296669411892175],[-72.2241347574026,41.29608841179692],[-72.22382075728831,41.29586541176301],[-72.22369275724176,41.295775411749354],[-72.22358875720384,41.29570041173789],[-72.22348375716568,41.29562641172666],[-72.22332675710857,41.29551541170979],[-72.22287275694333,41.29519341166082],[-72.22199875657398,41.293635411382716],[-72.22159775633608,41.29166841100975],[-72.22129675606409,41.288482410394764],[-72.22127975604855,41.28829941035943],[-72.22121175597427,41.28734441017438]]]},"properties":{"name":8707.03,"geoid":"09011870703"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.20696275395649,41.33516941998475],[-72.2070437539974,41.335435420034315],[-72.20711675403187,41.33563142007039],[-72.20737175412599,41.3358354201024],[-72.20743775415468,41.33596742012618],[-72.20762275426085,41.336807420284856],[-72.20855475462977,41.33800842049096],[-72.2085777546389,41.338038420496105],[-72.20889575476478,41.33844842056647],[-72.2089027547761,41.33861342059855],[-72.20890975478741,41.33877842063062],[-72.20892275479991,41.33892942065979],[-72.20902875490107,41.340146420894676],[-72.21026575543931,41.342627421341774],[-72.21079675564843,41.343291421455206],[-72.21100775574966,41.343886421565074],[-72.21121875585074,41.34447842167438],[-72.21126375587215,41.34460242169725],[-72.21140475597255,41.34559742188758],[-72.21131475600508,41.34672542211112],[-72.21131775601222,41.34683842213314],[-72.21133175604332,41.347322422227414],[-72.21133575604658,41.34735842223435],[-72.21144375613483,41.348327422420596],[-72.21155875620381,41.34890342252973],[-72.21163075624673,41.34925942259715],[-72.21172975628573,41.34938342261833],[-72.21178775631206,41.34951942264314],[-72.21178775631776,41.3496234226635],[-72.21158475626379,41.349843422712866],[-72.21155575625801,41.34991042272687],[-72.211549756269,41.350146422773236],[-72.21154775627437,41.35025642279483],[-72.21146775626183,41.35050242284545],[-72.21136175623717,41.350681422883774],[-72.21132975622982,41.35073742289573],[-72.21117675620033,41.351107422972895],[-72.21116975621038,41.35133242301713],[-72.21125675624647,41.3514744230422],[-72.21149075632982,41.35160642306075],[-72.21160675637316,41.35170842307711],[-72.21172375642195,41.351904423111804],[-72.21208075656106,41.35232342318268],[-72.21219675661325,41.35258742323072],[-72.21219175661327,41.35261742323676],[-72.21216675661458,41.35278942327118],[-72.212122756606,41.3528944232931],[-72.21207975659775,41.3529984233148],[-72.21211675661799,41.35314842334298],[-72.21216075665605,41.35358142342635],[-72.2125827568255,41.354168423528044],[-72.21267675686717,41.354370423564646],[-72.21268475687063,41.35438642356753],[-72.21267875688892,41.3547554236399],[-72.21263375687965,41.35485342366047],[-72.21243775684351,41.355357423765184],[-72.21241875684831,41.35555742380491],[-72.21239975685315,41.35575842384483],[-72.21238675685626,41.355892423871445],[-72.21238675686887,41.35612242391646],[-72.21238675687155,41.35617142392604],[-72.21247475692277,41.356583424003894],[-72.21259175697362,41.35681642404585],[-72.21273675702439,41.35688242405425],[-72.21293675709232,41.356934424058196],[-72.21311575715318,41.356982424062025],[-72.21325475719681,41.35695342405201],[-72.21329375720944,41.3569524240506],[-72.21338575723915,41.356948424046955],[-72.213501757276,41.35693242404021],[-72.21386575739173,41.3568834240193],[-72.2141277574783,41.356907424015844],[-72.21418675749781,41.35691342401518],[-72.21432675754649,41.356970424021966],[-72.21356275733397,41.35762742417428],[-72.21261075706819,41.35842842436061],[-72.21252775704528,41.35850342437788],[-72.21172675682442,41.35922742454444],[-72.21134975671937,41.35954842461898],[-72.2102197564046,41.360512424842746],[-72.20984375629993,41.360834424917435],[-72.20982275629399,41.36085042492121],[-72.2097627562771,41.36089842493247],[-72.20974275627151,41.360915424936415],[-72.20940075617649,41.36121142500496],[-72.20874675599502,41.36178242513701],[-72.20841575590704,41.36214142521756],[-72.20811075582611,41.36247542529238],[-72.20808975582038,41.36249542529695],[-72.20806475581384,41.3625244253034],[-72.20803075580501,41.362565425312475],[-72.20792875577825,41.36268242533854],[-72.20744575565534,41.36330642547564],[-72.20735675563279,41.36342342550129],[-72.20650475541164,41.364445425727716],[-72.20567875519824,41.365454425950794],[-72.2054207551319,41.36577542602162],[-72.20503575503314,41.36625842612806],[-72.20487875499279,41.3664544261713],[-72.20476275496372,41.36661242620581],[-72.20440675486977,41.36701142629493],[-72.2044027548687,41.36701542629583],[-72.20380375471404,41.367749426458055],[-72.20337575460343,41.36827142657347],[-72.20319975455801,41.36848742662119],[-72.20303075451405,41.368688426665756],[-72.20276675444433,41.36898342673168],[-72.20218175429018,41.369643426878966],[-72.20194675422447,41.36983942692461],[-72.20164375413981,41.37009342698372],[-72.20139275406883,41.37028842702968],[-72.20120175401416,41.37042442706222],[-72.20023875373883,41.371117427227716],[-72.19986175363158,41.37139842729441],[-72.1994207535063,41.37173042737307],[-72.19935275348723,41.37178642738614],[-72.19934175348398,41.371792427387646],[-72.19929875347142,41.371818427394075],[-72.19923175345275,41.371875427407296],[-72.19915675343115,41.37192642741962],[-72.19910675341768,41.371977427431155],[-72.19903775339917,41.37204942744738],[-72.19879275333332,41.37230242750448],[-72.1980147531127,41.372895427644664],[-72.19797775309698,41.37282842763271],[-72.19776575302949,41.372855427644595],[-72.19767975300464,41.372912427658406],[-72.19754675296623,41.37300142767996],[-72.19747275294479,41.37304942769166],[-72.19728875289117,41.37316342771966],[-72.19720975286833,41.373215427732305],[-72.19709675283535,41.3732844277493],[-72.19695775279466,41.373367427769864],[-72.19692775278578,41.37338342777392],[-72.19684875276253,41.373428427785186],[-72.19666875270936,41.373526427809956],[-72.19647975265454,41.373648427839676],[-72.19615575255793,41.37380942788127],[-72.19598975250791,41.3738824279007],[-72.19541875233595,41.37413442796776],[-72.19508575223495,41.37426842800432],[-72.19472675212548,41.37440242804169],[-72.19447475204957,41.37451342807124],[-72.19388175187284,41.37480942814758],[-72.19386275186721,41.374819428150126],[-72.19354875177426,41.37498742819275],[-72.19344575174414,41.37504942820809],[-72.19321575167696,41.375189428242614],[-72.19312375165093,41.37526042825935],[-72.19307975163859,41.375296428267774],[-72.19297475160897,41.375379428287275],[-72.19285275157488,41.37548142831101],[-72.19276475155041,41.37555742832861],[-72.19273675153755,41.37548942831621],[-72.1926527514992,41.37528842827949],[-72.19262475148642,41.37522142826726],[-72.19257175146399,41.375126428250326],[-72.19241575139758,41.374841428199446],[-72.19236375137551,41.37474742818268],[-72.1922027513048,41.37441342812237],[-72.19172175109335,41.37341142794136],[-72.19156175102303,41.37307842788122],[-72.19156175102171,41.37305442787654],[-72.19165975104545,41.372905427844344],[-72.1917477510642,41.37272542780641],[-72.19222775116732,41.371757427602155],[-72.19227475117599,41.37163642757703],[-72.19239575119852,41.37132942751321],[-72.19243875120934,41.371271427500524],[-72.19284775132022,41.3708664274086],[-72.19285775132288,41.370855427406134],[-72.19325675143102,41.370460427316466],[-72.19322575141264,41.37030842728769],[-72.19273075122338,41.36979442720255],[-72.19262875117244,41.36947042714237],[-72.19259375115492,41.36935842712153],[-72.1925887511374,41.36906842706499],[-72.19269575116415,41.3689214270329],[-72.19269975116143,41.36884842701849],[-72.19270875115586,41.36869342698791],[-72.19274975116674,41.36864842697782],[-72.19279875117978,41.36859542696593],[-72.19303175117398,41.36710642666743],[-72.19291975112286,41.3668384266185],[-72.19244975090817,41.36571142641266],[-72.19230575084241,41.36536642634966],[-72.19045674999792,41.360933425539955],[-72.1894307495294,41.358474425090776],[-72.18948774948261,41.35728142485559],[-72.18948774948173,41.35726542485245],[-72.18950674946683,41.35688042477653],[-72.189525749451,41.356478424697286],[-72.18953174944545,41.356341424670305],[-72.18955274942866,41.35591042458533],[-72.18957974940628,41.355341424473146],[-72.1896147493772,41.35460242432746],[-72.18952174932839,41.35426342426401],[-72.18949774931609,41.35418142424873],[-72.1890887491069,41.35279142398945],[-72.18867974889774,41.351401423730174],[-72.18856374883849,41.35100842365687],[-72.18812274861271,41.349505423376456],[-72.18816974861905,41.3493414233429],[-72.1883227486395,41.34880542323325],[-72.18842274864464,41.34830542313229],[-72.18882274867076,41.34640542274801],[-72.18822274843178,41.3456054226101],[-72.18787974831528,41.34551542260314],[-72.18547274749743,41.344879422553475],[-72.18490174730341,41.344728422541664],[-72.18482774714128,41.342205422050164],[-72.18475374698077,41.339711421564274],[-72.1847167469656,41.33965442155426],[-72.1846957469579,41.339638421551776],[-72.18469474695654,41.33961942154809],[-72.18462674692861,41.339513421529446],[-72.18459974691157,41.33936242150075],[-72.18459074690553,41.33930542148987],[-72.18465574691568,41.33910442144849],[-72.18476574694644,41.33901242142707],[-72.18480874696024,41.339009421425146],[-72.18520874708076,41.33883342137827],[-72.1853547471248,41.3387704213614],[-72.18547574716042,41.33870242134433],[-72.18560274719793,41.33863242132667],[-72.18560874719954,41.338626421325316],[-72.18579274725161,41.3384844212918],[-72.18579974725293,41.33846642128806],[-72.18592374728527,41.33832042125563],[-72.18593874728978,41.33831342125379],[-72.18608174733329,41.33825842123858],[-72.18614874735361,41.338231421231214],[-72.1863167474065,41.33819942121973],[-72.1865077474672,41.33817342120871],[-72.18657174748759,41.33816542120514],[-72.1867537475416,41.3380704211809],[-72.18688374757814,41.33796542115629],[-72.18700774761842,41.33796442115226],[-72.18708774764652,41.338002421157206],[-72.18768974785735,41.33827642119214],[-72.18808774799678,41.3384584212154],[-72.18810474800269,41.33846542121622],[-72.18815574802058,41.33848942121936],[-72.18817274802655,41.33849742122039],[-72.18826774805981,41.33854042122586],[-72.1884717481311,41.33863042123713],[-72.18872674821388,41.33862742122863],[-72.18904674831596,41.33859042121142],[-72.18904674830196,41.33833442116131],[-72.18921474835534,41.3383114211516],[-72.18970974851494,41.338285421131125],[-72.19009574863941,41.338265421115224],[-72.1903137487163,41.33837442112978],[-72.1906407488381,41.33865642117482],[-72.19073574887015,41.338677421175966],[-72.19081574889377,41.33863342116488],[-72.19095474893082,41.33848442113139],[-72.19109274895666,41.33813642105898],[-72.19100574891125,41.3378234210004],[-72.19098374890234,41.337791420994826],[-72.19092574888265,41.337776420993684],[-72.1909757488847,41.337516420941235],[-72.19111474892958,41.33751042093576],[-72.19114374892801,41.337309420895494],[-72.19123074894384,41.33708142084816],[-72.1912817489403,41.33671342077454],[-72.1912307489069,41.33640642071603],[-72.1913097489152,41.336088420651315],[-72.19152974896757,41.335737420575775],[-72.19172674901716,41.33547242051777],[-72.19174874901347,41.33527442047832],[-72.19168174898178,41.33509342044498],[-72.1916387489633,41.33501142043028],[-72.19157374893761,41.33492842041604],[-72.19156074893169,41.33489742041037],[-72.19144174887674,41.33460042035593],[-72.19150774888031,41.334273420289854],[-72.19167574891254,41.333863420204366],[-72.19199574900229,41.33360142014314],[-72.19216974905402,41.3335124201203],[-72.19265174924905,41.33421142024217],[-72.19274774928355,41.33427142025093],[-72.19281874930802,41.334296420253615],[-72.19302474937739,41.33433942025563],[-72.19320274943719,41.33437442025696],[-72.19333774948127,41.33437742025334],[-72.19348374952817,41.33436642024665],[-72.19371274960035,41.33432442023132],[-72.19389174965727,41.33430042022105],[-72.19400274969342,41.334301420217784],[-72.19406774970909,41.3342014201962],[-72.1942827497612,41.3338754201257],[-72.19452374982008,41.33351842004831],[-72.19457874983482,41.33346142003544],[-72.19470574987099,41.333367420013104],[-72.19482274990534,41.33329941999614],[-72.19520475002106,41.333143419953714],[-72.195318750056,41.33310441994255],[-72.19544875009672,41.33307541993283],[-72.19560975014923,41.33307841992842],[-72.19567975017287,41.333094419929374],[-72.19574975019712,41.33312141993248],[-72.19577575020618,41.333132419933825],[-72.1959137502555,41.33321341994539],[-72.1960597503067,41.33328141995417],[-72.19620675035733,41.33333241995959],[-72.19633775040174,41.33336541996198],[-72.19647175044588,41.33337541995977],[-72.19665075050465,41.333385419956166],[-72.19673975053294,41.333373419951045],[-72.19680275055298,41.33336541994752],[-72.1969477505977,41.333320419934196],[-72.19701275061742,41.3332944199271],[-72.19716675066424,41.333234419910546],[-72.19743675074264,41.33306241986849],[-72.19773975082948,41.33284841981718],[-72.19785075086139,41.33277141979866],[-72.19797575089744,41.332687419778324],[-72.19810875094315,41.332732419783],[-72.19824275098925,41.33277841978784],[-72.19840575104452,41.3328194197908],[-72.19853175108749,41.33285541979394],[-72.1992077513182,41.333053419811684],[-72.20008175161279,41.33324141982131],[-72.20022875166174,41.333262419820834],[-72.20049475175038,41.333301419820216],[-72.20059475178375,41.33331641982003],[-72.20069575181736,41.33333041981964],[-72.20080475185375,41.333347419819574],[-72.2012147519907,41.333413419819756],[-72.20185075220301,41.333512419819364],[-72.20242675239327,41.33356541981182],[-72.20306375260331,41.33361741980219],[-72.20338575270947,41.33364341979727],[-72.20370175281366,41.33366941979254],[-72.20403175292418,41.333727419793625],[-72.20447875307636,41.333851419804006],[-72.20467275314341,41.333923419812045],[-72.20499275325494,41.33405941982872],[-72.20537775339261,41.334286419861186],[-72.20592875359898,41.33478241994115],[-72.20648475380726,41.33528342002193],[-72.20650175381252,41.335278420020416],[-72.20679675390414,41.33519941999579],[-72.20696275395649,41.33516941998475]]]},"properties":{"name":8707.01,"geoid":"09011870701"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.11513873095417,41.4607804473923],[-72.11469973080702,41.46070444739109],[-72.1145927307708,41.46067944738954],[-72.1140427305855,41.46056744738474],[-72.11376773049285,41.46051144738235],[-72.1125547300826,41.46023544736615],[-72.11231773000212,41.4601754473618],[-72.11211672993304,41.460109447355165],[-72.11191972986481,41.460035447346826],[-72.11176972981234,41.459969447338615],[-72.11160072975318,41.4598944473292],[-72.11131872965365,41.459754447310644],[-72.11106172956191,41.459608447290115],[-72.11090072950321,41.45949444727286],[-72.11086272948937,41.459467447268764],[-72.11075272944831,41.45937244725364],[-72.11061572939514,41.45921644722745],[-72.11056172937293,41.45913244721272],[-72.11048972934029,41.45896444718216],[-72.11042772930615,41.458710447134514],[-72.11037772928086,41.45854644710405],[-72.1103297292558,41.45837444707195],[-72.11029172923716,41.45826044705088],[-72.11026572922573,41.45820644704115],[-72.11018572919313,41.4580874470204],[-72.1101297291714,41.45802344700965],[-72.11006372914676,41.45796644700057],[-72.10996872911264,41.45790844699221],[-72.1097587290397,41.45782544698252],[-72.109650729003,41.45779744698041],[-72.10958472898088,41.4577864469803],[-72.10950672895481,41.45777444698038],[-72.10935972890611,41.457759446982024],[-72.10921972885887,41.4577294469805],[-72.10902972879263,41.45765044697098],[-72.10897272877233,41.45761844696651],[-72.10888572874053,41.4575554469569],[-72.1087377286843,41.457409446933006],[-72.1086267286411,41.45728044691127],[-72.10827272849863,41.45678544682561],[-72.10821372847533,41.456711446813],[-72.10813072844388,41.45663044679977],[-72.10743872818679,41.45605244670841],[-72.10688172798031,41.45559544663649],[-72.1062097277312,41.45504444654978],[-72.1059407276342,41.454873446524736],[-72.10585572762132,41.45514344658008],[-72.10515972757786,41.458484447253916],[-72.10482872755496,41.46003244756638],[-72.10481272755403,41.4601104475821],[-72.10473672752534,41.46003844757041],[-72.10455072746545,41.46005144757872],[-72.10339572709478,41.46015244763428],[-72.10322472703918,41.46015444763999],[-72.10311272700238,41.460148447642275],[-72.10300472696622,41.46013044764213],[-72.10279172689262,41.46005344763371],[-72.10264372684051,41.45998244762444],[-72.10223872669455,41.45972644758704],[-72.10209472664347,41.459650447576664],[-72.10195172659338,41.459586447568626],[-72.10162472648045,41.45946944755592],[-72.10153072644879,41.459450447555135],[-72.10143272641645,41.459442447556626],[-72.10133372638447,41.45944744756066],[-72.10124072635541,41.45947044756804],[-72.10115272632865,41.45950444757741],[-72.10106572630288,41.459551447589284],[-72.10077772621823,41.45971844763083],[-72.10057872616224,41.45987944766842],[-72.1005037261421,41.45995744768597],[-72.1004097261108,41.45994544768654],[-72.09985672593058,41.459943447703324],[-72.09948672581054,41.45995244771655],[-72.09891472562494,41.45996544773685],[-72.09720172506925,41.46000744779819],[-72.09681872494504,41.46001744781204],[-72.0966317248838,41.46001144781667],[-72.09649472483918,41.46001144782092],[-72.0958457246281,41.46001744784223],[-72.09558772454461,41.460027447852184],[-72.09551372452067,41.46003044785507],[-72.09513572439903,41.46005744787207],[-72.0943817241571,41.46012444790853],[-72.09347472386467,41.46017944794741],[-72.09329372380593,41.46018344795381],[-72.09246472353544,41.46017544797796],[-72.09200072338415,41.46017244799177],[-72.09142172319642,41.46018844801286],[-72.09112272309945,41.46019644802369],[-72.09022772280923,41.460220448056134],[-72.09018772279632,41.46022244805777],[-72.09000472273625,41.46021444806187],[-72.08992972271145,41.46020744806284],[-72.0899127227058,41.46020544806297],[-72.08978072266099,41.460172448060625],[-72.08972972264344,41.460155448058906],[-72.08941472253518,41.46005244804855],[-72.08918172245454,41.459965448038794],[-72.08914572244193,41.459949448036795],[-72.08895572237566,41.459869448027064],[-72.08880672232432,41.45981844802173],[-72.08802172205527,41.45957544799863],[-72.08763372192237,41.459456447987435],[-72.08699872170435,41.4592524479673],[-72.08664072158018,41.459114447951464],[-72.08623172144114,41.45900844794347],[-72.08579172129228,41.45890744793738],[-72.08542472116697,41.45880244792827],[-72.08520572109289,41.4587524479253],[-72.08504372103809,41.458715447923105],[-72.08475672094175,41.45866344792184],[-72.08423772077052,41.45862344793014],[-72.08410172072564,41.458613447932386],[-72.08383472063588,41.45856244793071],[-72.08368672058599,41.45853144792926],[-72.08256972020968,41.458304447919566],[-72.08204172003238,41.458207447917005],[-72.08162371989205,41.45813144791512],[-72.08149571984832,41.45809444791187],[-72.08138571980999,41.458048447906286],[-72.08108271970443,41.45792344789128],[-72.08105871969606,41.45791344789008],[-72.08094971965808,41.45786844788467],[-72.08076671960214,41.457935447903424],[-72.0805947195493,41.45799344792009],[-72.08035771947603,41.45806544794148],[-72.08007271938715,41.458137447964376],[-72.0796067192411,41.458242447999325],[-72.07872671896419,41.458420448061354],[-72.0769067183917,41.45879244819041],[-72.07645271824977,41.458901448225745],[-72.07609871814009,41.459004448256835],[-72.07589771807851,41.45907544827691],[-72.07568771801517,41.4591684483016],[-72.07545271794571,41.45929744833405],[-72.07511271784769,41.45953044839008],[-72.07484371777151,41.45973944843923],[-72.07480371776019,41.459770448446505],[-72.07419771759504,41.460359448580284],[-72.073744717472,41.4608074486818],[-72.07346971740049,41.461137448754755],[-72.07334871737027,41.461305448791286],[-72.07326471734982,41.46143144881849],[-72.0726127172096,41.462749449096],[-72.07205171709883,41.46406344936988],[-72.07197871708944,41.464326449423496],[-72.0719497170916,41.46453844946576],[-72.0719447171022,41.46476144950945],[-72.07194471710915,41.46488844953426],[-72.07196371712234,41.46501644955866],[-72.0720217171586,41.46533344961873],[-72.0720737171899,41.46559544966828],[-72.0721827172453,41.46595844973575],[-72.07231571730868,41.46632444980306],[-72.07242671735791,41.466563449846284],[-72.07220971727945,41.46642144982529],[-72.07225571730216,41.46656244985138],[-72.0723057173254,41.46668944987462],[-72.07237271735102,41.46675844988601],[-72.07244471737857,41.46683344989842],[-72.07259071743272,41.46695344991733],[-72.07344471776173,41.46788045007179],[-72.07362671783658,41.46816445012159],[-72.07369971787477,41.46842745017067],[-72.07372171788319,41.468450450174466],[-72.07363371786774,41.46869145022423],[-72.07364871787782,41.468786450242305],[-72.07376571792943,41.4690324502867],[-72.0738167179575,41.469241450325924],[-72.07371471794728,41.46966145041105],[-72.07366271794731,41.469971450473174],[-72.0735317179395,41.47060745060137],[-72.07356871796267,41.47081045063984],[-72.07368471801423,41.47106145068524],[-72.07396971813019,41.47148345075875],[-72.07413771819326,41.47163545078322],[-72.07421071822013,41.47169145079189],[-72.0746777183934,41.47207745085274],[-72.07516671857438,41.47247245091467],[-72.07530471862448,41.47256645092874],[-72.07555371871878,41.47280645096786],[-72.07578671881622,41.473199451037345],[-72.07612171893747,41.47342045107008],[-72.07651671908815,41.47382145113609],[-72.07666971914364,41.47392445115144],[-72.07680771919594,41.47405845117331],[-72.07691071924594,41.47435845122868],[-72.0769397192656,41.47454445126407],[-72.07691071926673,41.47473745130262],[-72.07691071926821,41.474764451307905],[-72.07682971925848,41.475068451369744],[-72.07664071922552,41.475590451477466],[-72.07609371911222,41.47677445172548],[-72.0757867190525,41.477509451878426],[-72.07559771901313,41.47791445196332],[-72.07550971900457,41.47828145203767],[-72.07540071899011,41.47866545211599],[-72.07529871899575,41.479374452257495],[-72.07525471900259,41.47976045233419],[-72.07532771905811,41.4803394524449],[-72.0753717190794,41.48046645246831],[-72.07540071910915,41.480836452539606],[-72.07547371914313,41.48102245257364],[-72.07557671918792,41.48122745261044],[-72.07572771926395,41.48171645270118],[-72.07532771913532,41.481747452719624],[-72.07492771900668,41.481778452738084],[-72.07479371896363,41.481789452744394],[-72.0744257188452,41.48181645276106],[-72.0740327186435,41.480472452511],[-72.07363871844142,41.47912845226096],[-72.07342471833157,41.478396452124755],[-72.07352471825932,41.47648445174854],[-72.07362471820925,41.47497645145117],[-72.07330171806176,41.47420545131071],[-72.07282371784349,41.47306445110284],[-72.07157271734846,41.47146845083013],[-72.07132371724997,41.471151450775984],[-72.07062271692234,41.469340450444236],[-72.07042071680098,41.46832645025258],[-72.0699217165011,41.465819449778685],[-72.07002171641246,41.4636064493436],[-72.0702667164368,41.46259344913824],[-72.07082171649235,41.46030644867457],[-72.07121371658363,41.459641448532594],[-72.0717447167075,41.458744448340994],[-72.07180371672119,41.45864344831946],[-72.0718637167352,41.45854244829788],[-72.07212171679537,41.458106448204774],[-72.07362171718543,41.45630644780684],[-72.07574371777703,41.454486447385726],[-72.07642171796613,41.45390644725146],[-72.0805217191264,41.450706446499545],[-72.08159871943106,41.44986344630155],[-72.082821719777,41.44890644607675],[-72.08412172011829,41.44740644574354],[-72.08491472030524,41.4461034454645],[-72.08552172044837,41.44510644525098],[-72.08652172063718,41.442606444731716],[-72.08702472073799,41.441455444491325],[-72.08792172091796,41.43940644406331],[-72.0909947218117,41.437450443585995],[-72.09122172187774,41.437306443550824],[-72.0920687221304,41.436882443441746],[-72.09242172223573,41.43670644339643],[-72.09295772237508,41.436063443254206],[-72.09318272243364,41.435794443194695],[-72.09340672249179,41.435524443135],[-72.0934217224957,41.435506443131025],[-72.0941777226591,41.43399344281203],[-72.09472172277674,41.432906442582826],[-72.09486372280737,41.432621442522745],[-72.0950217228416,41.4323064424563],[-72.09544672295668,41.43188044235991],[-72.09567272301794,41.43165544230895],[-72.0961217231396,41.43120644220732],[-72.09638572318933,41.43054444206981],[-72.09652172321512,41.430206441999566],[-72.0966217232039,41.42940644184016],[-72.09646872311865,41.4287594417185],[-72.09604472288605,41.42703244139424],[-72.09594172282964,41.42661444131576],[-72.09562172265385,41.42530644107013],[-72.10124772453291,41.42616544106353],[-72.10134972456696,41.426180441063295],[-72.1015417246311,41.42621044106319],[-72.10186372474072,41.42629744107021],[-72.10232972489692,41.426378441071584],[-72.10647872628192,41.42699844106404],[-72.1066757263442,41.42696444105129],[-72.1072667265312,41.42686444101343],[-72.10746472659385,41.42683144100083],[-72.1080137267689,41.42676344097051],[-72.10966372729497,41.42655844087929],[-72.11021372747041,41.42649144084913],[-72.11192272801085,41.42619844073885],[-72.11293472833061,41.42602044067267],[-72.12011773060873,41.42491044023292],[-72.12080273083156,41.42490644021086],[-72.12089373086113,41.42490544020785],[-72.12116573094958,41.424903440199024],[-72.12125773097954,41.42490344019617],[-72.12219373127681,41.42476644014034],[-72.12500473216963,41.42435643997298],[-72.12594173246727,41.42422043991733],[-72.12643073262325,41.42416143989061],[-72.12789873309164,41.42398643981086],[-72.12838873324802,41.423928439784305],[-72.12826573321426,41.424043439810596],[-72.12809473316746,41.42420543984755],[-72.1279107331172,41.42438143988765],[-72.12789873311384,41.42439143988998],[-72.12777673308048,41.424507439916425],[-72.12754473300937,41.424588439939455],[-72.12727673293614,41.424844439997784],[-72.12594073257124,41.42612344028913],[-72.12549673245006,41.42655044038633],[-72.12512573234866,41.42690444046701],[-72.12453373218699,41.42747144059616],[-72.12447873217197,41.42752444060823],[-72.12400373204109,41.42795844070774],[-72.1239477320257,41.42801044071966],[-72.12362873193817,41.428308440787774],[-72.12359973193043,41.42833944079472],[-72.12356873192206,41.428371440801925],[-72.12315473181151,41.428813440901145],[-72.12300373177186,41.42898744093982],[-72.1227097316972,41.42937144102394],[-72.12244073163009,41.429745441105354],[-72.12226273158664,41.43001044116265],[-72.12193373150923,41.43055244127875],[-72.12172373146046,41.43091044135519],[-72.12161273143765,41.43115344140611],[-72.12086873128769,41.43283744175814],[-72.12083973129315,41.433109441812185],[-72.12082773129515,41.43321744183365],[-72.12062173125489,41.433706441935556],[-72.12032473119534,41.43438444207721],[-72.11925973096831,41.43656944253705],[-72.11853273080546,41.43791744282288],[-72.11766573063787,41.44001044325857],[-72.117650730639,41.44012044328052],[-72.1175517306265,41.44048044335389],[-72.11753573062548,41.44055644336924],[-72.11752973062525,41.440588443375674],[-72.11752473062518,41.440616443381295],[-72.11749273062462,41.44079644341743],[-72.11748073062405,41.44085744342972],[-72.11745573062315,41.44098944345628],[-72.11743473062306,41.441112443480954],[-72.11739773062618,41.4413894435362],[-72.11739773063336,41.441520443561785],[-72.11731473060311,41.441461443552825],[-72.11727073060709,41.44179544361942],[-72.11728173064581,41.44243644374427],[-72.11742273071471,41.44285544382172],[-72.11782673092624,41.44431344409388],[-72.11783273093927,41.44451544413314],[-72.1175227308565,41.444847444207596],[-72.11756773088585,41.44511544425854],[-72.11768573096016,41.445769444382584],[-72.11774573101766,41.446461444515826],[-72.11776773104886,41.446899444600696],[-72.11771373110228,41.44819444485522],[-72.11770473110238,41.44824944486623],[-72.11770073110283,41.448281444872606],[-72.11769873110353,41.44830644487756],[-72.11753073109493,41.449146445046786],[-72.11698973105801,41.4516854455593],[-72.11676473104426,41.45277044577813],[-72.11643273103553,41.4545824461422],[-72.11601673100441,41.45648444652642],[-72.11599773100313,41.45657444654458],[-72.11592973099866,41.45689644660956],[-72.1158307309926,41.45737344670574],[-72.1157327309875,41.45786244680424],[-72.1156887309853,41.458083446848754],[-72.1156657309834,41.45818544686937],[-72.11563573098098,41.45831944689647],[-72.11555073097144,41.45864944696352],[-72.11548073096381,41.45892644701978],[-72.11536373095315,41.45942644712101],[-72.11530973094926,41.459676447171496],[-72.11523773094635,41.460050447246736],[-72.11520273094538,41.4602404472849],[-72.11515573094556,41.4605224473414],[-72.11515073094563,41.4605534473476],[-72.11514873094606,41.46057344735158],[-72.11514073095196,41.46072844738208],[-72.11513873095417,41.4607804473923]]]},"properties":{"name":8705.02,"geoid":"09011870502"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.08102072155862,41.49210745456419],[-72.080498721228,41.48918245400981],[-72.08034972116793,41.48897245397347],[-72.07761372006371,41.48509445330178],[-72.07548071924846,41.48290145294005],[-72.07495271904665,41.48235845285046],[-72.0744257188452,41.48181645276106],[-72.07479371896363,41.481789452744394],[-72.07492771900668,41.481778452738084],[-72.07532771913532,41.481747452719624],[-72.07572771926395,41.48171645270118],[-72.07557671918792,41.48122745261044],[-72.07547371914313,41.48102245257364],[-72.07540071910915,41.480836452539606],[-72.0753717190794,41.48046645246831],[-72.07532771905811,41.4803394524449],[-72.07525471900259,41.47976045233419],[-72.07529871899575,41.479374452257495],[-72.07540071899011,41.47866545211599],[-72.07550971900457,41.47828145203767],[-72.07559771901313,41.47791445196332],[-72.0757867190525,41.477509451878426],[-72.07609371911222,41.47677445172548],[-72.07664071922552,41.475590451477466],[-72.07682971925848,41.475068451369744],[-72.07691071926821,41.474764451307905],[-72.07691071926673,41.47473745130262],[-72.0769397192656,41.47454445126407],[-72.07691071924594,41.47435845122868],[-72.07680771919594,41.47405845117331],[-72.07666971914364,41.47392445115144],[-72.07651671908815,41.47382145113609],[-72.07612171893747,41.47342045107008],[-72.07578671881622,41.473199451037345],[-72.07555371871878,41.47280645096786],[-72.07530471862448,41.47256645092874],[-72.07516671857438,41.47247245091467],[-72.0746777183934,41.47207745085274],[-72.07421071822013,41.47169145079189],[-72.07413771819326,41.47163545078322],[-72.07396971813019,41.47148345075875],[-72.07368471801423,41.47106145068524],[-72.07356871796267,41.47081045063984],[-72.0735317179395,41.47060745060137],[-72.07366271794731,41.469971450473174],[-72.07371471794728,41.46966145041105],[-72.0738167179575,41.469241450325924],[-72.07376571792943,41.4690324502867],[-72.07364871787782,41.468786450242305],[-72.07363371786774,41.46869145022423],[-72.07372171788319,41.468450450174466],[-72.07369971787477,41.46842745017067],[-72.07362671783658,41.46816445012159],[-72.07344471776173,41.46788045007179],[-72.07259071743272,41.46695344991733],[-72.07244471737857,41.46683344989842],[-72.07237271735102,41.46675844988601],[-72.0723057173254,41.46668944987462],[-72.07225571730216,41.46656244985138],[-72.07220971727945,41.46642144982529],[-72.07242671735791,41.466563449846284],[-72.07231571730868,41.46632444980306],[-72.0721827172453,41.46595844973575],[-72.0720737171899,41.46559544966828],[-72.0720217171586,41.46533344961873],[-72.07196371712234,41.46501644955866],[-72.07194471710915,41.46488844953426],[-72.0719447171022,41.46476144950945],[-72.0719497170916,41.46453844946576],[-72.07197871708944,41.464326449423496],[-72.07205171709883,41.46406344936988],[-72.0726127172096,41.462749449096],[-72.07326471734982,41.46143144881849],[-72.07334871737027,41.461305448791286],[-72.07346971740049,41.461137448754755],[-72.073744717472,41.4608074486818],[-72.07419771759504,41.460359448580284],[-72.07480371776019,41.459770448446505],[-72.07484371777151,41.45973944843923],[-72.07511271784769,41.45953044839008],[-72.07545271794571,41.45929744833405],[-72.07568771801517,41.4591684483016],[-72.07589771807851,41.45907544827691],[-72.07609871814009,41.459004448256835],[-72.07645271824977,41.458901448225745],[-72.0769067183917,41.45879244819041],[-72.07872671896419,41.458420448061354],[-72.0796067192411,41.458242447999325],[-72.08007271938715,41.458137447964376],[-72.08035771947603,41.45806544794148],[-72.0805947195493,41.45799344792009],[-72.08076671960214,41.457935447903424],[-72.08094971965808,41.45786844788467],[-72.08105871969606,41.45791344789008],[-72.08108271970443,41.45792344789128],[-72.08138571980999,41.458048447906286],[-72.08149571984832,41.45809444791187],[-72.08162371989205,41.45813144791512],[-72.08204172003238,41.458207447917005],[-72.08256972020968,41.458304447919566],[-72.08368672058599,41.45853144792926],[-72.08383472063588,41.45856244793071],[-72.08410172072564,41.458613447932386],[-72.08423772077052,41.45862344793014],[-72.08475672094175,41.45866344792184],[-72.08504372103809,41.458715447923105],[-72.08520572109289,41.4587524479253],[-72.08542472116697,41.45880244792827],[-72.08579172129228,41.45890744793738],[-72.08623172144114,41.45900844794347],[-72.08664072158018,41.459114447951464],[-72.08699872170435,41.4592524479673],[-72.08763372192237,41.459456447987435],[-72.08802172205527,41.45957544799863],[-72.08880672232432,41.45981844802173],[-72.08895572237566,41.459869448027064],[-72.08914572244193,41.459949448036795],[-72.08918172245454,41.459965448038794],[-72.08941472253518,41.46005244804855],[-72.08972972264344,41.460155448058906],[-72.08978072266099,41.460172448060625],[-72.0899127227058,41.46020544806297],[-72.08992972271145,41.46020744806284],[-72.09000472273625,41.46021444806187],[-72.09018772279632,41.46022244805777],[-72.09022772280923,41.460220448056134],[-72.09112272309945,41.46019644802369],[-72.09142172319642,41.46018844801286],[-72.09200072338415,41.46017244799177],[-72.09246472353544,41.46017544797796],[-72.09329372380593,41.46018344795381],[-72.09347472386467,41.46017944794741],[-72.0943817241571,41.46012444790853],[-72.09513572439903,41.46005744787207],[-72.09551372452067,41.46003044785507],[-72.09558772454461,41.460027447852184],[-72.0958457246281,41.46001744784223],[-72.09649472483918,41.46001144782092],[-72.0966317248838,41.46001144781667],[-72.09681872494504,41.46001744781204],[-72.09720172506925,41.46000744779819],[-72.09891472562494,41.45996544773685],[-72.09948672581054,41.45995244771655],[-72.09985672593058,41.459943447703324],[-72.1004097261108,41.45994544768654],[-72.1005037261421,41.45995744768597],[-72.10057872616224,41.45987944766842],[-72.10077772621823,41.45971844763083],[-72.10106572630288,41.459551447589284],[-72.10115272632865,41.45950444757741],[-72.10124072635541,41.45947044756804],[-72.10133372638447,41.45944744756066],[-72.10143272641645,41.459442447556626],[-72.10153072644879,41.459450447555135],[-72.10162472648045,41.45946944755592],[-72.10195172659338,41.459586447568626],[-72.10209472664347,41.459650447576664],[-72.10223872669455,41.45972644758704],[-72.10264372684051,41.45998244762444],[-72.10279172689262,41.46005344763371],[-72.10300472696622,41.46013044764213],[-72.10311272700238,41.460148447642275],[-72.10322472703918,41.46015444763999],[-72.10339572709478,41.46015244763428],[-72.10455072746545,41.46005144757872],[-72.10473672752534,41.46003844757041],[-72.10481272755403,41.4601104475821],[-72.10482872755496,41.46003244756638],[-72.10515972757786,41.458484447253916],[-72.10585572762132,41.45514344658008],[-72.1059407276342,41.454873446524736],[-72.1062097277312,41.45504444654978],[-72.10688172798031,41.45559544663649],[-72.10743872818679,41.45605244670841],[-72.10813072844388,41.45663044679977],[-72.10821372847533,41.456711446813],[-72.10827272849863,41.45678544682561],[-72.1086267286411,41.45728044691127],[-72.1087377286843,41.457409446933006],[-72.10888572874053,41.4575554469569],[-72.10897272877233,41.45761844696651],[-72.10902972879263,41.45765044697098],[-72.10921972885887,41.4577294469805],[-72.10935972890611,41.457759446982024],[-72.10950672895481,41.45777444698038],[-72.10958472898088,41.4577864469803],[-72.109650729003,41.45779744698041],[-72.1097587290397,41.45782544698252],[-72.10996872911264,41.45790844699221],[-72.11006372914676,41.45796644700057],[-72.1101297291714,41.45802344700965],[-72.11018572919313,41.4580874470204],[-72.11026572922573,41.45820644704115],[-72.11029172923716,41.45826044705088],[-72.1103297292558,41.45837444707195],[-72.11037772928086,41.45854644710405],[-72.11042772930615,41.458710447134514],[-72.11048972934029,41.45896444718216],[-72.11056172937293,41.45913244721272],[-72.11061572939514,41.45921644722745],[-72.11075272944831,41.45937244725364],[-72.11086272948937,41.459467447268764],[-72.11090072950321,41.45949444727286],[-72.11106172956191,41.459608447290115],[-72.11131872965365,41.459754447310644],[-72.11160072975318,41.4598944473292],[-72.11176972981234,41.459969447338615],[-72.11191972986481,41.460035447346826],[-72.11211672993304,41.460109447355165],[-72.11231773000212,41.4601754473618],[-72.1125547300826,41.46023544736615],[-72.11376773049285,41.46051144738235],[-72.1140427305855,41.46056744738474],[-72.1145927307708,41.46067944738954],[-72.11469973080702,41.46070444739109],[-72.11513873095417,41.4607804473923],[-72.11512973096194,41.46097544743063],[-72.11517373102338,41.46183344759674],[-72.11524373108584,41.462556447735686],[-72.1156087313195,41.464647448132474],[-72.11602173158377,41.46701044858085],[-72.11654573191407,41.46991744913188],[-72.11662473196769,41.47042544922855],[-72.1166437319832,41.47059544926114],[-72.11667273202121,41.471115449361726],[-72.11665973202659,41.47129044939627],[-72.11671573205577,41.47148944943337],[-72.11670873209891,41.472316449594956],[-72.11666073213627,41.47328144978476],[-72.1166387321538,41.47373144987325],[-72.1165797322006,41.474933450109624],[-72.11657773221056,41.47512645014734],[-72.11657473222425,41.47539345019953],[-72.1164367321967,41.47571045026569],[-72.11641873221606,41.4761694503558],[-72.11641473221799,41.47622845036744],[-72.1163717322396,41.4768764504952],[-72.11632073228363,41.47798045071219],[-72.11625873230754,41.47878345087078],[-72.11620873235053,41.47986245108286],[-72.11619473236047,41.4801264511348],[-72.11616673237998,41.48064745123731],[-72.11613473240406,41.481275451360816],[-72.11610073241452,41.48166745143836],[-72.11609273243317,41.48205445151411],[-72.11608773244022,41.48221245154508],[-72.11607973245522,41.48253245160777],[-72.11606873246274,41.48273445164751],[-72.11606073246747,41.482868451673895],[-72.11605273247262,41.48300945170166],[-72.11602673247855,41.48327145175359],[-72.11601373248173,41.483406451780326],[-72.11596073249468,41.483956451889256],[-72.11594873249496,41.48403245190446],[-72.11589973249308,41.48428845195592],[-72.11586973249534,41.48450745199957],[-72.11578973249141,41.484910452080676],[-72.1157657324899,41.48502545210385],[-72.11574373248757,41.485113452121695],[-72.11552873245952,41.485877452277435],[-72.11538973243913,41.486330452370105],[-72.11518673241004,41.4870044525079],[-72.11508173239261,41.487309452570656],[-72.11497773237753,41.4876514526406],[-72.11492673237233,41.487859452682756],[-72.11490673236933,41.48792345269586],[-72.1148937323673,41.487963452704065],[-72.11488573236635,41.487993452710164],[-72.1148567323619,41.48808445272882],[-72.11484473236023,41.48812545273719],[-72.11462173232887,41.4888764528906],[-72.11458273232363,41.489012452918345],[-72.1144777323117,41.48941745300059],[-72.11443473231094,41.489658453048946],[-72.11440373231424,41.48990245309751],[-72.11437073233526,41.49048045321127],[-72.11437773235595,41.49081545327639],[-72.11441973239074,41.49119945334999],[-72.11450573246164,41.49197945349945],[-72.11455073248922,41.49221445354387],[-72.11456673249872,41.492292453558605],[-72.11470173257702,41.4929164536761],[-72.1147437326013,41.493109453712435],[-72.11474773260338,41.493123453715036],[-72.11474973260557,41.49315145372045],[-72.11482073264936,41.493527453791565],[-72.11494173272425,41.4941724539136],[-72.1149437327254,41.49418145391529],[-72.11505073279469,41.49480745403406],[-72.11521473289584,41.495675454198235],[-72.1154227330214,41.49672645439674],[-72.11551273307887,41.49723845449379],[-72.1156337331556,41.497916454622235],[-72.1156987331958,41.4982624546877],[-72.11575373323254,41.49860445475269],[-72.11576473324678,41.49879845479019],[-72.11578873327615,41.49919045486587],[-72.11573773330986,41.500105455045876],[-72.11568973331129,41.50041545510781],[-72.11566073331227,41.50060545514579],[-72.11556773329782,41.50089345520481],[-72.11555373329567,41.50093745521383],[-72.11553373328852,41.50092545521212],[-72.11489273306474,41.5006544551792],[-72.11468073299271,41.50060045517527],[-72.11408273279302,41.50051245517669],[-72.1138567327191,41.500507455182735],[-72.11352073261264,41.500562455203905],[-72.11244073227616,41.50084245529206],[-72.11227273222565,41.500919455312314],[-72.11217773219894,41.50099645533029],[-72.11211273218409,41.501111455354724],[-72.11195973215932,41.50156745544841],[-72.11190873215864,41.501857455506546],[-72.11168273209529,41.50204445555002],[-72.11136873199271,41.502039455558794],[-72.11119373193388,41.50200645555782],[-72.11079173179925,41.50194045555744],[-72.11039773167269,41.50197345557611],[-72.11023773162331,41.502023455590844],[-72.10990873151913,41.50207845561178],[-72.10971173145884,41.502149455631745],[-72.10923073131451,41.502374455690564],[-72.10875573117546,41.5026604557611],[-72.10866173114967,41.50274845578119],[-72.10852973110994,41.502808455797],[-72.10831873104544,41.50288545581855],[-72.10798273093326,41.50283645581944],[-72.10749273074072,41.50223845571805],[-72.1072957306557,41.5018594556503],[-72.10722973062545,41.501700455621325],[-72.1071427305944,41.501651455614486],[-72.10704773056257,41.50163545561432],[-72.10666773043876,41.50163545562612],[-72.10652173039026,41.501618455627344],[-72.1064267303572,41.50158045562288],[-72.10633173032262,41.501514455612956],[-72.10623673028022,41.501306455575346],[-72.10621473026607,41.50117945555127],[-72.1062947302756,41.50087845549009],[-72.10638973029867,41.50073545545925],[-72.10663073034736,41.50019245534588],[-72.10669573036398,41.500109455327674],[-72.1067177303657,41.50001045530769],[-72.10672073036491,41.49997845530135],[-72.10669373034743,41.49982045527138],[-72.10652973028162,41.4995954552326],[-72.10631073020059,41.49941945520507],[-72.105806730026,41.499230455183884],[-72.10558472994568,41.49908545516251],[-72.1051447297943,41.4989394551477],[-72.10477072967267,41.498943455160095],[-72.10424672950911,41.49907445520193],[-72.10412172946772,41.49906245520348],[-72.10395472941212,41.49904045520439],[-72.10328172916788,41.49858645513673],[-72.10213172875999,41.497982455054675],[-72.10204872873051,41.49793845504867],[-72.10181472860815,41.49709945489232],[-72.10113572837362,41.496857454866216],[-72.10086572828082,41.496769454857436],[-72.10025972808792,41.496852454892455],[-72.10013172803994,41.49673845487418],[-72.10000372799199,41.49662445485595],[-72.09985972793793,41.496494454835045],[-72.10042772810365,41.496142454748764],[-72.10043772809499,41.49592545470613],[-72.0999497278924,41.495132454566615],[-72.09974472782419,41.49510645456793],[-72.09968172780239,41.49508345456538],[-72.09958072776746,41.49504645456132],[-72.09954572775132,41.49496045454562],[-72.0995217277401,41.49489845453427],[-72.09921372762294,41.494592454484156],[-72.09915072760113,41.49456945448163],[-72.098996727548,41.49451545447589],[-72.09890872751745,41.49448145447199],[-72.09843472735918,41.49441145447305],[-72.09823772729668,41.49444245448522],[-72.09808372725026,41.494510454503256],[-72.09801172723114,41.494589454520906],[-72.097895727208,41.494856454576585],[-72.09786572720219,41.49492845459155],[-72.09769772715782,41.49511745463363],[-72.09753672710838,41.49517245464935],[-72.09734172705305,41.49532145468447],[-72.09733272705054,41.49532945468632],[-72.09731872704867,41.49537845469631],[-72.09741372708446,41.49546645471052],[-72.09755972713099,41.49544745470228],[-72.09759572714377,41.49546645470487],[-72.09760272714828,41.49550745471264],[-72.0973187270634,41.49564645474859],[-72.09728272705271,41.4956654547534],[-72.09710372699982,41.49576445477827],[-72.0952937264511,41.496511454980165],[-72.09454372622614,41.496864455072306],[-72.09428972614997,41.496984455103586],[-72.09368272596502,41.497218455168074],[-72.09189172534788,41.4966074551045],[-72.09152672522208,41.49648245509148],[-72.08935572447405,41.49574245501454],[-72.08681572359893,41.49487745492467],[-72.08665072354208,41.494821454918856],[-72.08541672311688,41.494400454875034],[-72.08401372263349,41.49392245482535],[-72.08392072259906,41.49384745481362],[-72.08341372241716,41.493543454770055],[-72.08290672223528,41.49323945472649],[-72.08196372189697,41.492673454645335],[-72.08102072155862,41.49210745456419]]]},"properties":{"name":8705.01,"geoid":"09011870501"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.87424164875888,41.39248944147594],[-71.87401164869135,41.392626441509805],[-71.8739196486644,41.392682441523576],[-71.873329648492,41.39304944161348],[-71.87329364848149,41.39307244161908],[-71.87310564842694,41.393196441649096],[-71.87235064820786,41.393694441769696],[-71.87226464818298,41.39375244178369],[-71.87163364800082,41.39418644188796],[-71.87076364775183,41.394824442039464],[-71.87015664757912,41.39528844214888],[-71.87001264753825,41.39540044217521],[-71.86961764742678,41.39571944224972],[-71.86945364738074,41.39585644228158],[-71.86930464733885,41.3959794423102],[-71.86885964721384,41.39634944239625],[-71.86883064720574,41.39637444240202],[-71.8687246471773,41.39648744242737],[-71.86862664714953,41.39656444244545],[-71.86858164713698,41.39660344245445],[-71.86816864702224,41.396970442538944],[-71.86803164698425,41.3970934425672],[-71.86731964678644,41.39772644271287],[-71.8669286466787,41.398090442796075],[-71.86673264662473,41.39827344283791],[-71.86618664647524,41.39879944295756],[-71.86547964628289,41.399503443116984],[-71.86483364610876,41.40017644326846],[-71.86402764589334,41.40105044346416],[-71.8638216458391,41.40128844351706],[-71.86313964565969,41.40208144369312],[-71.86285764558608,41.40241944376788],[-71.86258764547242,41.401944443683206],[-71.86205564533869,41.402677443842926],[-71.8604606449379,41.40487944432264],[-71.85992964480452,41.4056134444825],[-71.85972264475252,41.4058994445448],[-71.85950664469844,41.40620144461051],[-71.8590546445854,41.40683544474839],[-71.85856564446226,41.40750544489445],[-71.85822564437571,41.4079544449927],[-71.85810264434451,41.408118445028556],[-71.85787964428701,41.40839944509037],[-71.85778464426308,41.40852944511871],[-71.85771764424882,41.408669445148156],[-71.85767564423864,41.40873444516216],[-71.85755064420725,41.40890744519983],[-71.85690264404492,41.40981144539653],[-71.85676664401026,41.40999044543571],[-71.85649864394217,41.41034644551356],[-71.8563096438941,41.41059644556826],[-71.85611864384558,41.4108504456238],[-71.85581464376628,41.41121644570471],[-71.85572564374328,41.41132744572915],[-71.8557216437422,41.411331445730056],[-71.85551164368634,41.41156444578206],[-71.85420064323986,41.41120844575258],[-71.85027064190139,41.41014044566398],[-71.84937764159729,41.40989844564397],[-71.84928564156596,41.40987344564191],[-71.84919264153432,41.40984844563987],[-71.84896164145565,41.409785445634604],[-71.8481246411723,41.40959044562208],[-71.84712264083323,41.40935844560737],[-71.84703664080403,41.40933644560569],[-71.84694464077302,41.4093174456048],[-71.84664664067216,41.40924844560041],[-71.84634964057165,41.409179445596],[-71.84561664032351,41.40900844558497],[-71.8449536400992,41.40885544557535],[-71.84477664004109,41.4088474455792],[-71.84431863989047,41.40882244558832],[-71.84296363944487,41.40874844561533],[-71.84294563943895,41.40874744561568],[-71.84289163942118,41.40874444561673],[-71.8427346393696,41.40873644561998],[-71.84257663931761,41.40872744562306],[-71.84248863928867,41.40872244562477],[-71.84235263921033,41.40809244550567],[-71.84244663922725,41.407838445453095],[-71.84293563934996,41.40715944530528],[-71.84322963939339,41.40618944510649],[-71.84337663942559,41.40589844504506],[-71.84359163946549,41.405339444929105],[-71.84346063941386,41.40517444490082],[-71.84325663930933,41.40446944476911],[-71.84280063914302,41.404141444718896],[-71.84232763897194,41.403827444671926],[-71.8423266389715,41.403825444671575],[-71.84219663892087,41.40367244464562],[-71.84173963875051,41.40327544458191],[-71.84172663874486,41.40324944457723],[-71.84155363867796,41.403054444544345],[-71.84150663864241,41.40267944447241],[-71.84138063853487,41.40144744423518],[-71.84121963842652,41.40041244403756],[-71.84106863833705,41.3996664438962],[-71.84115063834068,41.39923844380995],[-71.84195663851732,41.397644443473325],[-71.84200463852541,41.39750444344446],[-71.8422446385703,41.39688744331636],[-71.84225763853587,41.39617044317565],[-71.84221163849979,41.39577944310053],[-71.84220963847804,41.39538844302405],[-71.84219863847352,41.39537144302107],[-71.8417226382786,41.39463344289119],[-71.84141463816906,41.39446344286734],[-71.84137263815413,41.39444044286413],[-71.84112463805914,41.39417744282023],[-71.8410426380281,41.39409744280709],[-71.84103463802505,41.394089442805765],[-71.84099163800798,41.394032442795925],[-71.84096863799941,41.39401244279272],[-71.8406086378615,41.39363044272896],[-71.83998763760862,41.392694442564746],[-71.83962363746208,41.3921764424745],[-71.83874963711719,41.391062442283186],[-71.83817063690374,41.39060344221105],[-71.8381186368846,41.390562442204605],[-71.83671663640489,41.390138442164485],[-71.83605763618034,41.389956442149014],[-71.83570863606143,41.3898604421409],[-71.83538463594564,41.38967144211382],[-71.8353486359328,41.38965044211079],[-71.83524063589421,41.38958744210177],[-71.83520463588133,41.38956644209877],[-71.83455763565019,41.38918944204475],[-71.83433263556608,41.38898944201248],[-71.83367563532045,41.38840444191805],[-71.83313063511284,41.38784744182569],[-71.83265563492124,41.38716444170649],[-71.832600634868,41.38650944157995],[-71.83259163485882,41.3863934415575],[-71.83266663486444,41.386044441486895],[-71.83287263490261,41.385507441375466],[-71.83288263490437,41.38547944136968],[-71.83291363491016,41.385399441353066],[-71.83292463491227,41.38537244134745],[-71.83295863491855,41.385283441328994],[-71.83295563491663,41.38526544132555],[-71.8329706349207,41.38525044132216],[-71.83316663495702,41.38473944121611],[-71.83339563498309,41.38383844103272],[-71.83344963497584,41.383377440940805],[-71.83346563497672,41.38329744092467],[-71.83348163497762,41.38321744090852],[-71.83349263497797,41.383157440896426],[-71.8335276349799,41.3829814408609],[-71.83353963498064,41.382922440849],[-71.8335506349811,41.382864440837295],[-71.83355363498153,41.382854440835246],[-71.8335456349701,41.38269044080338],[-71.83354363496629,41.38263244079208],[-71.83354063496188,41.38256844077966],[-71.8335316349486,41.382376440742334],[-71.83352963494454,41.38231344073005],[-71.83352763494169,41.38227244072208],[-71.83351763493735,41.38225244071848],[-71.83343163490021,41.382083440688035],[-71.83340363488807,41.38202744067792],[-71.83336063486954,41.38194344066278],[-71.83323563481557,41.381697440618446],[-71.83323263481441,41.38169444061795],[-71.83316863478996,41.381627440606785],[-71.8331036347651,41.381559440595446],[-71.83291063469123,41.381355440561414],[-71.83284663466677,41.38128844055025],[-71.83275163463041,41.38118844053358],[-71.83273663462468,41.3811724405309],[-71.8325286345391,41.38084244047264],[-71.83245663450938,41.38072644045214],[-71.83236963447361,41.38058844042776],[-71.83233963446136,41.38054244041969],[-71.83208263435634,41.38014744035021],[-71.8319526343073,41.38002344032989],[-71.83179663424843,41.37987444030549],[-71.83178363424351,41.37986144030334],[-71.83174463422884,41.379825440297495],[-71.83173163422397,41.379813440295536],[-71.83159163417113,41.37967944027356],[-71.83144363411529,41.37953844025049],[-71.83112963400211,41.37933644022055],[-71.83096763394373,41.37923244020513],[-71.83083163389473,41.379145440192254],[-71.8307326338525,41.37896044015905],[-71.83063763381185,41.37878044012671],[-71.830666633811,41.37858944008842],[-71.83079763384113,41.37835644003879],[-71.83109763392099,41.37802443996461],[-71.83129763397432,41.377804439915415],[-71.83135663399118,41.377760439905],[-71.83139263400375,41.37777643990704],[-71.83144063402023,41.377791439908506],[-71.83146663402917,41.37780043990947],[-71.83153363405216,41.37782243991173],[-71.83170363410908,41.377850439912024],[-71.83179363413926,41.377866439912395],[-71.83183163415175,41.37786843991163],[-71.83192363418115,41.37785743990667],[-71.83200363420606,41.377836439900115],[-71.83209763423486,41.37780243989059],[-71.83216363425514,41.37777943988405],[-71.83241563433187,41.37767943985676],[-71.83267463441075,41.37757743982888],[-71.83297863450422,41.37747343979924],[-71.83314963455683,41.37741643978284],[-71.8332776345965,41.377378439771476],[-71.83331663460861,41.37736743976814],[-71.83343663464605,41.37733643975839],[-71.8334546346517,41.377332439757076],[-71.83347663465848,41.37732543975502],[-71.83358963469342,41.37729043974471],[-71.83377263474955,41.37722543972638],[-71.83464063501603,41.37692243964053],[-71.83487763508776,41.37682043961332],[-71.83496763511513,41.37678443960351],[-71.83507563514796,41.37674043959161],[-71.83519663518507,41.37669743957947],[-71.83555063529367,41.37657243954418],[-71.83566963533025,41.376531439532506],[-71.83578263536512,41.376495439521996],[-71.8361216354698,41.3763884394907],[-71.83623563550508,41.37635343948036],[-71.83651563559192,41.37627243945593],[-71.83670763565156,41.37621843943949],[-71.83682863568991,41.376198439431874],[-71.83696763573391,41.376174439422925],[-71.83737663586426,41.37612043939984],[-71.83766663595672,41.376082439383524],[-71.83782963600869,41.376061439374446],[-71.83797963605653,41.37604243936614],[-71.83808563609081,41.3760374393619],[-71.83832363616804,41.37603143935344],[-71.8384896362219,41.376027439347595],[-71.83890263635855,41.376066439342615],[-71.83961663659609,41.37615743933859],[-71.84003663673629,41.3762194393379],[-71.84049863689047,41.376287439337084],[-71.84050263689177,41.376287439336956],[-71.84090763702653,41.376339439334764],[-71.8420556374087,41.37649043932922],[-71.84211263742766,41.37649743932885],[-71.84223063746018,41.376387439303706],[-71.84228063747497,41.376359439296685],[-71.84237063750223,41.3763214392865],[-71.84261263757564,41.37622043925931],[-71.84323163776384,41.37597043919144],[-71.84369963790672,41.375792439142266],[-71.84449663815323,41.375548439070116],[-71.84451563815922,41.37554443906874],[-71.84466663820588,41.37549743905492],[-71.84476063823482,41.37546643904598],[-71.84491263828176,41.37541843903193],[-71.84519963837057,41.37533143900612],[-71.84550063846369,41.37523943897889],[-71.84560963849748,41.375207438969305],[-71.84574763854013,41.375164438956645],[-71.84657463879576,41.374908438881235],[-71.84724263900229,41.37470243882046],[-71.84904563955716,41.37409843864704],[-71.8498676398102,41.373824438568235],[-71.85028563993856,41.373679438527056],[-71.85153964032381,41.37324743840409],[-71.85195864045261,41.373104438363285],[-71.85225364054337,41.37300543833487],[-71.8531386408158,41.372710438250024],[-71.85343464090695,41.372612438221765],[-71.85355364094349,41.37257143821011],[-71.85391264105405,41.37245243817582],[-71.85403264109101,41.37241243816432],[-71.85462864127442,41.37221343810711],[-71.85473964130864,41.372177438096664],[-71.85547364153162,41.37187743801545],[-71.85626664177188,41.371542437925605],[-71.85637064180322,41.3714954379132],[-71.85694564197692,41.371242437846085],[-71.85698764198975,41.371226437841656],[-71.85754564215794,41.37097443777523],[-71.85825064237052,41.37065743769157],[-71.85849164244192,41.370525437658344],[-71.8586606424913,41.370420437632625],[-71.85891864256602,41.370247437590855],[-71.85925964266421,41.3700084375336],[-71.85979964281982,41.36963143744325],[-71.85984264283216,41.369600437435864],[-71.85997564287051,41.369508437413785],[-71.86001964288323,41.369478437406556],[-71.86012964291491,41.369401437388106],[-71.86019364293334,41.36935643737735],[-71.86063264306019,41.36905643730516],[-71.86072064308561,41.36899643729071],[-71.86089764313685,41.36887743726199],[-71.86095964315473,41.36883443725168],[-71.86114564320857,41.3687094372215],[-71.8611466432088,41.36870743722108],[-71.8612106432275,41.368667437211286],[-71.86195664344328,41.36816243708955],[-71.86200864345834,41.36812743708112],[-71.86306164376265,41.36740943690827],[-71.86340464386318,41.36720143685705],[-71.86424364411087,41.36672643673834],[-71.86502864434274,41.36628443662773],[-71.86519964439321,41.36618743660351],[-71.86545564446897,41.36604543656787],[-71.86571464454545,41.36589943653134],[-71.86588664459632,41.36580343650728],[-71.86605564464631,41.3657094364837],[-71.86608664465548,41.365692436479414],[-71.86669264483531,41.365366436397025],[-71.86689464489528,41.36525843636968],[-71.8670366449376,41.36518543635104],[-71.86746664506592,41.364967436295174],[-71.86760964510863,41.3648954362767],[-71.86769064513274,41.36485343626599],[-71.86793564520599,41.36473143623459],[-71.86801764523052,41.36469143622426],[-71.86806164524388,41.364673436219384],[-71.86865364542044,41.36437143614213],[-71.86918464557884,41.364101436072986],[-71.86961864570857,41.36388543601739],[-71.86976264575165,41.363814435999075],[-71.86998764581949,41.36371343597241],[-71.87020764588635,41.363624435948246],[-71.87049164597337,41.36352243591957],[-71.8705976460059,41.36348543590907],[-71.87125864620914,41.363261435844976],[-71.87127264621347,41.36325743584376],[-71.87159864631347,41.36314243581126],[-71.87167064633559,41.36311743580415],[-71.87286964670396,41.36270643568694],[-71.87326964682688,41.36256943564787],[-71.87327764683975,41.36275943568482],[-71.87296364677196,41.36339943581981],[-71.87290664675979,41.36351743584465],[-71.87262564670083,41.36412143597155],[-71.87232864663548,41.364703436094636],[-71.87184764652558,41.36557043627916],[-71.87172264649757,41.3658064363292],[-71.87130164640354,41.36660543649858],[-71.87129164640115,41.366621436502015],[-71.87128664639991,41.36662843650353],[-71.87123964638826,41.36669643651829],[-71.8712246463846,41.36671943652325],[-71.87109764635322,41.36690443656337],[-71.87089664631019,41.367320436650985],[-71.870890646309,41.36733443665392],[-71.87065664626697,41.36796843678524],[-71.87037364621871,41.3687824369533],[-71.87021364619252,41.3692634370524],[-71.87017264618592,41.36938843707814],[-71.87003864616378,41.36978743716039],[-71.87003164616287,41.36981243716548],[-71.8699926461556,41.36991343718645],[-71.86988264613497,41.37019543724505],[-71.86974564611242,41.370604437329334],[-71.86972464610913,41.370670437342916],[-71.86965964609973,41.37088843738758],[-71.86964064609936,41.3709964374093],[-71.86963464610092,41.37106143742223],[-71.86964364610854,41.37114843743898],[-71.86968564612795,41.37125443745846],[-71.86972964614854,41.37137043747982],[-71.87049064647756,41.372873437750826],[-71.87065064654674,41.3731894378078],[-71.87086764663869,41.373583437878295],[-71.87113164675151,41.374080437967535],[-71.87167764698476,41.375106438151704],[-71.87170564699657,41.37515643816064],[-71.87189364707766,41.37552343822674],[-71.87192064708931,41.37557643823629],[-71.87204064714076,41.37580543827744],[-71.87217464719926,41.37608043832718],[-71.8722876472486,41.37631243836915],[-71.87241864730352,41.37653943840959],[-71.87255464736066,41.37677743845202],[-71.87266064740514,41.37696143848479],[-71.87275364744517,41.37714143851719],[-71.87280764746988,41.37727343854139],[-71.87281864747696,41.37733843855377],[-71.87282364748319,41.377423438570254],[-71.87282264748724,41.37750443858614],[-71.87281064748855,41.3776014386055],[-71.8727796474838,41.377700438625844],[-71.87266064746052,41.37798743868566],[-71.87239464740993,41.3786554388246],[-71.87235664740436,41.37878143885042],[-71.87233564740254,41.37887443886928],[-71.872320647405,41.37901043889638],[-71.87231664740602,41.379053438904904],[-71.87232264742735,41.379412438975],[-71.8723416474547,41.37980443905117],[-71.87260364753978,41.379799439042166],[-71.87272764758283,41.37984843904797],[-71.87280764761337,41.37993143906176],[-71.87289564765214,41.38011843909568],[-71.87290864765924,41.38017143910566],[-71.87294764768,41.38032043913361],[-71.87314364778435,41.38107043927445],[-71.87319864780584,41.381136439285676],[-71.873380647877,41.38135643932317],[-71.87343764789931,41.381425439334926],[-71.87365764797933,41.381580439358544],[-71.87402964810933,41.381743439379065],[-71.87427664819288,41.381800439382644],[-71.87451564827371,41.38185543938611],[-71.87463964832065,41.381976439405996],[-71.87478864838157,41.38220543944625],[-71.8748026483905,41.38228643946168],[-71.87482664840587,41.38242643948835],[-71.8749216484424,41.382529439505596],[-71.87500064847285,41.38261643952021],[-71.87508864850645,41.38270843953553],[-71.87513964852923,41.38282243955628],[-71.87517664854745,41.382936439577456],[-71.87511664853925,41.38314643962041],[-71.87504864852379,41.38327043964676],[-71.87504464852296,41.38327943964865],[-71.87500064852317,41.38354843970266],[-71.87498964852294,41.38361043971513],[-71.87494264852339,41.38390243977372],[-71.87484664851556,41.38433643986163],[-71.87483964852153,41.38448943989179],[-71.8749406485894,41.385136440015344],[-71.874830648577,41.38557044010367],[-71.87485164859721,41.385818440151574],[-71.87491564862495,41.38594544017446],[-71.87493964863525,41.38599144018273],[-71.87500064865793,41.38604344019104],[-71.87507764868653,41.38610844020141],[-71.87531164877065,41.386254440222814],[-71.87552164884904,41.38643944025259],[-71.87558064887789,41.38661744028563],[-71.87556564887419,41.386639440290395],[-71.87557264887771,41.386662440294685],[-71.87549364885862,41.38678544032117],[-71.87525964879644,41.38704544037924],[-71.87500064872405,41.38726744043063],[-71.87486564868621,41.38738144045708],[-71.87466864862587,41.38745244047701],[-71.87451564858019,41.38752944049677],[-71.87426064850547,41.387684440534905],[-71.87401964843684,41.38786744057812],[-71.87369864833926,41.387997440613404],[-71.87358964830923,41.388098440636504],[-71.87329764824308,41.38863544075056],[-71.87321664822167,41.388727440771035],[-71.87313764819854,41.38877544078287],[-71.87267064805323,41.38890244082204],[-71.87258964802984,41.38895844083549],[-71.87258264802954,41.38899444084272],[-71.87265564806314,41.38917644087612],[-71.87267064807803,41.38936144091188],[-71.8725106480393,41.38960944096531],[-71.87235064799252,41.3897084409896],[-71.87225564796236,41.389723440995425],[-71.87188464784143,41.3897224410066],[-71.87167364777751,41.38981144103049],[-71.87157864775297,41.38993044105669],[-71.87154264774557,41.39001044107345],[-71.87131764769359,41.390405441157654],[-71.87131764770082,41.390539441183876],[-71.87131764770169,41.39055544118702],[-71.87131764770768,41.39066644120874],[-71.87136764773527,41.390875441248106],[-71.87157964781629,41.39109644128487],[-71.87170364785983,41.391154441292414],[-71.87227164804986,41.39124644129303],[-71.87282664823853,41.39139144130441],[-71.87304464831625,41.39151544132199],[-71.87326564839631,41.39166444134436],[-71.87347864847348,41.39180844136605],[-71.87389764862534,41.39209244140878],[-71.87399164866025,41.39217144142137],[-71.87408164869576,41.392286441441115],[-71.87423164875509,41.392479441474286],[-71.87424164875888,41.39248944147594]]]},"properties":{"name":7051.02,"geoid":"09011705102"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.21911076912686,41.538823459367656],[-72.22131276982077,41.53839945921623],[-72.22968377245884,41.53679145864126],[-72.23423077388755,41.53584245831418],[-72.23490577409837,41.53567845826111],[-72.23564677433156,41.53553045820912],[-72.23896377537318,41.534828457968594],[-72.23993977567972,41.534622457897925],[-72.24892277850182,41.532744457250985],[-72.24955277869978,41.53261345720575],[-72.25028977893092,41.53245245715132],[-72.2511657792029,41.532211457076954],[-72.25222877953708,41.531993457001214],[-72.25287777974087,41.53185645695421],[-72.25470378031432,41.53147145682205],[-72.25482578035273,41.53144745681355],[-72.25533278051255,41.53135145677898],[-72.25547778055828,41.53132445676918],[-72.25717278109138,41.53098145664928],[-72.26074078221367,41.5302624563975],[-72.26225678268972,41.52994245628768],[-72.2639497832214,41.52958645616532],[-72.26721578424711,41.528900455929374],[-72.26983478506969,41.528351455740385],[-72.27216678580214,41.527863455572245],[-72.27610578703928,41.52703845528812],[-72.27878978788164,41.52646545509238],[-72.2820907889176,41.52576045485157],[-72.287493790616,41.52465745446731],[-72.28811279081059,41.52453145442336],[-72.28926179117174,41.52429645434156],[-72.2896657912987,41.524213454312715],[-72.29338479246726,41.52344645404668],[-72.29387379262083,41.523344454011486],[-72.29534279308247,41.52304245390658],[-72.29583279323647,41.52294245387172],[-72.29722779367484,41.52265545377205],[-72.29836379403189,41.52242345369122],[-72.30141079498854,41.52178245347077],[-72.30280479542621,41.52148945336996],[-72.30299779548706,41.52145345335689],[-72.30357779567015,41.52134945331842],[-72.30377179573144,41.52131545330572],[-72.30395079581892,41.52184045340233],[-72.3043127959937,41.5228644535904],[-72.30436379601743,41.522992453613725],[-72.3049687963026,41.52457845390359],[-72.30514879638469,41.52500045398012],[-72.30547779653473,41.525772454120144],[-72.30597379675736,41.52687145431857],[-72.30646679697523,41.52790245450385],[-72.30683079713441,41.528633454634765],[-72.30729679733611,41.529531454794984],[-72.30756679745218,41.530037454885026],[-72.30763179748018,41.53016045490693],[-72.31049379871038,41.53552045586062],[-72.3114477991204,41.53730545617815],[-72.31172979924244,41.537848456275],[-72.31221779945629,41.53883545645179],[-72.31229679949222,41.53901845648493],[-72.31232579950493,41.53907745649552],[-72.31241379954345,41.53925445652721],[-72.31244379955652,41.53931345653774],[-72.31248079957305,41.53939445655235],[-72.31259179962274,41.53963745659617],[-72.31262979963968,41.539719456610925],[-72.31282979972808,41.540137456686026],[-72.3138818001971,41.54240845709503],[-72.31762380186565,41.55048645854958],[-72.31827080215409,41.5518814588007],[-72.31885780241792,41.55318545903601],[-72.3189858024755,41.55347045908742],[-72.3190108024867,41.55352545909735],[-72.3193818026519,41.554321459240576],[-72.31942880267285,41.554422459258745],[-72.31951780271196,41.554604459291355],[-72.32001380292155,41.555466459443494],[-72.32006280294225,41.55555145945849],[-72.32032580305442,41.55602745954285],[-72.32071180321907,41.55672545966652],[-72.32145180352991,41.55797845988704],[-72.32149780354908,41.55805345990018],[-72.32202280376723,41.558899460048266],[-72.32214180381597,41.55907846007934],[-72.3224988039623,41.559617460172994],[-72.3225178039701,41.55964646017802],[-72.32262080401202,41.55979646020398],[-72.32248980397273,41.55985746021996],[-72.32196380380637,41.55994646025381],[-72.32190580378804,41.559956460257595],[-72.32171580372894,41.560006460273286],[-72.32146780365564,41.56014046030715],[-72.3211168035554,41.56039346036741],[-72.3210728035413,41.560397460369586],[-72.32064280340362,41.56044046039147],[-72.32058280338502,41.56045746039666],[-72.32011280324485,41.56068946045655],[-72.3198458031653,41.56082246049084],[-72.31949180304237,41.560685460475305],[-72.31930480298283,41.560710460486064],[-72.3188738028507,41.560858460528394],[-72.31886680284863,41.5608624605294],[-72.31870980279645,41.56084346053064],[-72.31823880263984,41.56078646053436],[-72.31808280258797,41.56076746053556],[-72.31689180221797,41.56108946063566],[-72.31667580215101,41.561150460654304],[-72.31644280207871,41.56121546067428],[-72.31627980202869,41.5612704606901],[-72.31622680201244,41.561288460695266],[-72.31609080197114,41.56134246071005],[-72.31596180193257,41.561404460726166],[-72.31577280187774,41.56152546075565],[-72.31555280181546,41.56169346079524],[-72.315226801729,41.56204746087436],[-72.31520580172158,41.562037460873086],[-72.31498080166105,41.562266460924704],[-72.3148108016158,41.56244846096545],[-72.31428480147613,41.56301646109249],[-72.31405980141666,41.563264461147824],[-72.31383480135419,41.56345846119261],[-72.3136968013159,41.56357846122029],[-72.3136148012934,41.56365346123747],[-72.31357380128226,41.563693461246544],[-72.3131948011778,41.5640344613248],[-72.3134928012683,41.56391646129248],[-72.313120801181,41.564524461422444],[-72.31236380095835,41.56495446152989],[-72.31100080055867,41.56574946172738],[-72.30666579928952,41.56831646236297],[-72.3064967992397,41.56841046238657],[-72.3096868003022,41.568828462367605],[-72.3109758007583,41.569477462453335],[-72.31156780095945,41.5696264624637],[-72.31168480100126,41.56969246247285],[-72.31171380101281,41.56973046247935],[-72.31194680110576,41.570036462531554],[-72.31216580123134,41.571009462713896],[-72.31226880127461,41.57118346274452],[-72.31243680132957,41.57118746274],[-72.31253780136058,41.571153462730216],[-72.31267880140042,41.57104446270459],[-72.31286780145648,41.57094546267938],[-72.31300680150065,41.57092546267114],[-72.31325480158277,41.570949462668],[-72.31358480169474,41.57102946267318],[-72.31372980174665,41.57111346268497],[-72.31394980182792,41.5712854627115],[-72.31410980189052,41.57147346274304],[-72.31427080196002,41.571779462797494],[-72.31427780196734,41.57186946281477],[-72.31450480205918,41.572190462870076],[-72.31462080211618,41.57253546293354],[-72.31474680216495,41.5726734629564],[-72.31488480221407,41.57274846296666],[-72.31504580226726,41.57276146296412],[-72.31530080235217,41.57279446296252],[-72.31625780266967,41.57289746295245],[-72.31637580270734,41.57288346294602],[-72.31645580273295,41.57287546294195],[-72.31711280292473,41.5724764628437],[-72.31730280298184,41.572390462820984],[-72.3175818030701,41.57234346280307],[-72.3177348031209,41.57236046280157],[-72.31779980314462,41.57240646280849],[-72.31780080314877,41.572474462821674],[-72.31780580315277,41.57251746282988],[-72.3178148031604,41.572601462845924],[-72.31796180320895,41.57261346284364],[-72.31800580322384,41.572623462844206],[-72.31826880331387,41.57270146285109],[-72.31824680330793,41.572723462856075],[-72.31817480328922,41.57280846287486],[-72.31801280325065,41.573063462929554],[-72.31791680323025,41.57325846297051],[-72.31783280321265,41.5734334630072],[-72.317702803181,41.57362546304861],[-72.31762780316166,41.57371646306867],[-72.31754180313841,41.57380246308809],[-72.31734680308284,41.57394446312183],[-72.31714880302447,41.57405446314946],[-72.31685980293727,41.57417946318286],[-72.31665680287739,41.57429146321103],[-72.31656580285126,41.574354463226136],[-72.31642680281372,41.57449346325754],[-72.3163648027971,41.574557463271944],[-72.31630280278175,41.57464446329082],[-72.31620880276151,41.57483046332993],[-72.31609880273867,41.57506346337872],[-72.31646480286292,41.5751534633847],[-72.31756280323569,41.575423463402686],[-72.31792980336031,41.57551446340884],[-72.3178878033517,41.575605463427856],[-72.31786380334829,41.57568446344399],[-72.31787780335453,41.575714463449366],[-72.31793380337635,41.57577846346006],[-72.31862780362931,41.57626046353196],[-72.31873280366783,41.57633746354364],[-72.32035280426163,41.57752146372293],[-72.32104880451865,41.57806446380662],[-72.32178280479054,41.57865146389769],[-72.32201980487835,41.57884146392717],[-72.32245780504493,41.579269463996624],[-72.32257380508868,41.579376464013784],[-72.32275280515242,41.57947346402702],[-72.32297880522682,41.57948746402262],[-72.32331980534015,41.57952746401968],[-72.32350080540112,41.57956346402099],[-72.32493680588529,41.57985646403279],[-72.32560580611032,41.57998346403642],[-72.32572380614967,41.57999946403583],[-72.32597080623202,41.580033464034656],[-72.32620080630718,41.5800374640282],[-72.32646380638803,41.5799514640032],[-72.32662580643445,41.57983746397593],[-72.32711180657394,41.57949946389492],[-72.32727480662072,41.57938646386782],[-72.3274268066641,41.57927646384165],[-72.32788480679511,41.57895046376385],[-72.32803780683886,41.57884146373783],[-72.32803980684002,41.578850463739535],[-72.32803180684668,41.57901646377206],[-72.32819380691,41.57920546380371],[-72.32822480692384,41.579272463815755],[-72.32827880694786,41.57938746383642],[-72.32836080698424,41.57956046386748],[-72.32861680707678,41.57972446389131],[-72.32886480716213,41.579806463899445],[-72.32894580719338,41.57989346391382],[-72.32921680728681,41.579985463923194],[-72.32932580733075,41.58013646394911],[-72.32939880735715,41.58018346395595],[-72.3296028074274,41.58025146396275],[-72.32976380748612,41.58036346397947],[-72.32978280749374,41.58038946398393],[-72.32985180752141,41.58048246399983],[-72.33006480760386,41.58071646403863],[-72.33023280766412,41.5808154640526],[-72.33049580775489,41.58090646406201],[-72.33091280789631,41.58100646406834],[-72.33102980793332,41.58098646406076],[-72.33110180795263,41.5809124640441],[-72.33121180798585,41.5808654640315],[-72.3313648080472,41.58107146406674],[-72.33164380814775,41.5812444640916],[-72.33192780825271,41.58146746412602],[-72.33206680831552,41.58178146418269],[-72.33211980833845,41.58188246420067],[-72.332060808322,41.58193246421225],[-72.33194280828926,41.582034464235804],[-72.33186180827009,41.58216346426342],[-72.33188380828683,41.58233546429617],[-72.3319568083167,41.582444464315074],[-72.33198680833408,41.58258046434057],[-72.3320448083581,41.58267246435663],[-72.33212480839656,41.58289446439727],[-72.33213980840225,41.582908464399516],[-72.33221980843243,41.5829824644114],[-72.33237480849644,41.58322446445357],[-72.33265180859836,41.58343346448548],[-72.33301080872357,41.58358146450296],[-72.33339780886372,41.583833464539765],[-72.33390280906008,41.5844034646347],[-72.33408480913293,41.58464646467621],[-72.33440680925716,41.58499246473333],[-72.33450180929528,41.58512046475523],[-72.33504980949584,41.58551546481477],[-72.33517380954095,41.58559946482719],[-72.3353708096187,41.585842464868236],[-72.33539380963808,41.58605546490893],[-72.33555380971225,41.58645046498068],[-72.33577380980563,41.58683846504918],[-72.33583980983094,41.58690746506052],[-72.33591980986466,41.58704446508464],[-72.33602980990622,41.58714646510099],[-72.33605080991758,41.58722746511608],[-72.33612480994856,41.58735046513767],[-72.33613180995766,41.587472465161156],[-72.33605180994304,41.58767746520352],[-72.33564280983923,41.58820446531886],[-72.33548180979511,41.588353465352895],[-72.33537180977324,41.58860346540496],[-72.33517480971508,41.588711465432155],[-72.33505780968412,41.588839465460715],[-72.33494080965943,41.58907946551105],[-72.33463480958547,41.5895404656103],[-72.33461280958635,41.589684465639],[-72.33470780962695,41.589857465669645],[-72.33475880965825,41.590120465719146],[-72.33475780966421,41.59023246574095],[-72.33461980963166,41.590454465788454],[-72.33438580957022,41.59071946584735],[-72.33423180953295,41.59095046589708],[-72.33420980953629,41.59113846593432],[-72.33423280955009,41.59125146595556],[-72.33431380958402,41.591386465979255],[-72.33456180968767,41.59179546605095],[-72.33494980984754,41.59239446615516],[-72.33527080996285,41.592586466182375],[-72.33551981004634,41.59262846618268],[-72.33566681010423,41.59280746621287],[-72.33584781018226,41.59314846627345],[-72.33588581021357,41.59348746633813],[-72.33597981025386,41.5936604663688],[-72.3362798103729,41.5940414664334],[-72.33632381039182,41.59412346644796],[-72.33640481042112,41.594175466455525],[-72.33638881041841,41.59422046646477],[-72.33636881041508,41.59427746647648],[-72.33631081039954,41.59433746648997],[-72.33627781039074,41.59437246649781],[-72.33625481038453,41.594395466503],[-72.33618881036695,41.59446546651869],[-72.3361668103611,41.59448946652405],[-72.3361128103467,41.59454646653683],[-72.33603881032579,41.59460346655023],[-72.33598781031436,41.594696466569914],[-72.33602381033548,41.59486446660144],[-72.33614881038693,41.59505646663482],[-72.33626481043413,41.59522446666382],[-72.33632481045858,41.59531246667905],[-72.33638281049089,41.59555246672386],[-72.3365948105713,41.59575546675664],[-72.33666781059821,41.59581146676522],[-72.33674881062595,41.59583546676734],[-72.33679981064492,41.59587746677389],[-72.33679881064963,41.59596746679142],[-72.33674181063576,41.59605146680954],[-72.3367268106359,41.5961414668275],[-72.33675581064891,41.596205466839024],[-72.33691781070819,41.596321466856466],[-72.3369548107361,41.596605466910496],[-72.33704181076988,41.596702466926615],[-72.33720981082332,41.596679466916854],[-72.33739181087658,41.59657146689014],[-72.33754581092842,41.596601466891116],[-72.33776381100685,41.5967334669099],[-72.33796981108101,41.596859466927896],[-72.33808781112256,41.59691546693509],[-72.33853981127622,41.597029466942985],[-72.33857681128984,41.59705746694726],[-72.33872981133437,41.59696246692399],[-72.33878881135443,41.596977466925054],[-72.33896381140814,41.59691846690807],[-72.33902781142729,41.59688746690002],[-72.33911081145219,41.59684946689001],[-72.33920581147872,41.596770466871675],[-72.33928481149925,41.59667746685111],[-72.33948981155707,41.59651646681336],[-72.33985481166458,41.59631246676222],[-72.34006681173013,41.5962494667433],[-72.3403098118052,41.596176466721474],[-72.34033481181297,41.59616946671932],[-72.34070281193442,41.59619746671315],[-72.3407988119638,41.59616346670352],[-72.34083381197723,41.59619946670942],[-72.34090481200425,41.59626946672079],[-72.34105381206092,41.59641446674427],[-72.34123881213011,41.596574466769546],[-72.34135281217281,41.59667346678519],[-72.34149781221429,41.59657046676061],[-72.3418388123066,41.59623446668457],[-72.34266281253,41.595428466501964],[-72.34313781265391,41.594876466379716],[-72.34319781266976,41.59481046636499],[-72.34356281276682,41.5944194662775],[-72.3436508127908,41.5943354662584],[-72.34451581302677,41.593515466071764],[-72.34482881311358,41.593244466009224],[-72.34494081314516,41.593156465988606],[-72.34501781316689,41.59309646597452],[-72.34654481360859,41.59209846573242],[-72.34707881376461,41.591777465653216],[-72.34735681384673,41.59162646561509],[-72.34797181403077,41.591334465538964],[-72.34874481426431,41.591007465451035],[-72.34950481449285,41.59066646536083],[-72.34953281450117,41.590652465357216],[-72.34999981464057,41.59042446529819],[-72.35071081485044,41.590035465200174],[-72.35108781496307,41.58985346515291],[-72.35130581503086,41.58979546513478],[-72.35156181510867,41.58969546510726],[-72.35181581518482,41.589577465076324],[-72.35258881541365,41.58916646497208],[-72.35293881551571,41.588952464919444],[-72.35314081557387,41.58881546488646],[-72.35328581561473,41.58870146485972],[-72.35340381564806,41.588610464838325],[-72.35499281609225,41.58729646453283],[-72.35533881618976,41.58702446446904],[-72.35661881655602,41.58611746425239],[-72.35730181674954,41.585599464130176],[-72.35796081693837,41.58513746401958],[-72.35819981700483,41.58493346397239],[-72.35834281704554,41.584828463947474],[-72.35843281707207,41.584778463934924],[-72.35865981714177,41.58470246391299],[-72.35918781730592,41.58456246386913],[-72.35940181737271,41.584510463852276],[-72.3596738174577,41.584445463831074],[-72.35988381752459,41.5844184638192],[-72.36035381767613,41.584390463798954],[-72.36053081773206,41.58435946378734],[-72.360639817766,41.584331463778454],[-72.3608498178296,41.584245463755124],[-72.3611548179204,41.58409246371578],[-72.36129181796038,41.58400946369531],[-72.36142081799747,41.58392146367413],[-72.36154281803191,41.58382646365183],[-72.36168781807132,41.58368646362004],[-72.36144881798803,41.58358946360872],[-72.36122281790927,41.583497463597965],[-72.3610448178452,41.58338846358237],[-72.36088281778325,41.5832244635556],[-72.36083181776254,41.58315146354302],[-72.3606858177032,41.582940463506596],[-72.36122581788025,41.58296146349367],[-72.36284781841226,41.58302646345516],[-72.3629458184444,41.583030463452864],[-72.3633888185881,41.58301946343675],[-72.36359581865577,41.58302346343099],[-72.36405981880756,41.5830354634187],[-72.36421681885886,41.58303846341434],[-72.3644248189269,41.58304346340874],[-72.36525481919833,41.583062463386284],[-72.36576181936415,41.583074463372625],[-72.36766581998795,41.58313846332504],[-72.36774782001476,41.58314046332285],[-72.36857882028707,41.583169463302276],[-72.370504820918,41.58323346325399],[-72.37284382168426,41.583311463195386],[-72.37452882223636,41.58336946315351],[-72.37539982252397,41.583439463139655],[-72.37627482281519,41.58355046313363],[-72.37672482296496,41.58360746313051],[-72.37788482335517,41.583828463136875],[-72.37816882345183,41.5839024631423],[-72.37881282367049,41.584061463152885],[-72.37921882380883,41.584170463161286],[-72.37975982399422,41.584334463176084],[-72.3799938240748,41.584412463183874],[-72.38029282417786,41.584513463194064],[-72.38069182431605,41.58466046321005],[-72.38108582445305,41.58481546322774],[-72.38160882463572,41.585035463254],[-72.38212082481553,41.58526846328313],[-72.38252482495822,41.585466463308876],[-72.3829208250988,41.58567346333662],[-72.3833098252374,41.58588646336575],[-72.38377582540456,41.58616046340429],[-72.38506782586946,41.586947463516495],[-72.38661182642505,41.58788846365066],[-72.38668682645206,41.58793446365723],[-72.38674782647406,41.58797246366269],[-72.38733882668672,41.58833246371401],[-72.38929882739201,41.5895264638842],[-72.38974982755433,41.58980146392342],[-72.38995382762748,41.589921463940286],[-72.3904888278194,41.59023646398461],[-72.39067982788742,41.59034046399881],[-72.3907708279199,41.590390464005644],[-72.39101282800539,41.590509464021125],[-72.39151082817968,41.590725464047395],[-72.39184882829689,41.590852464061406],[-72.39219382841577,41.59096846407304],[-72.3925678285441,41.59108446408379],[-72.39260482855681,41.59109646408494],[-72.39279682862197,41.59114346408803],[-72.39290282865798,41.591169464089724],[-72.39303782870374,41.59120146409168],[-72.39329682879168,41.591265464095926],[-72.39386182898097,41.59135946409636],[-72.3937528289527,41.591488464124865],[-72.3936818289344,41.59157446414383],[-72.39350982889329,41.591840464200956],[-72.3934768288866,41.59191346421619],[-72.39340782887282,41.59206846424848],[-72.39328582884445,41.5922714642918],[-72.39325982883858,41.59231746430155],[-72.39208082842583,41.591805464239286],[-72.39179082832439,41.59168046422413],[-72.39174482830835,41.59166146422189],[-72.387398826785,41.58973846398538],[-72.386057826315,41.58914546391244],[-72.38593582627223,41.58909146390581],[-72.38589382625726,41.58906846390268],[-72.38573882620209,41.58898446389122],[-72.38515082599261,41.58866446384759],[-72.38503882595279,41.58860446383947],[-72.38495482592283,41.58855846383318],[-72.38489182590278,41.58856646383672],[-72.38479382587151,41.58857846384215],[-72.3843108257176,41.58863946386925],[-72.38429682571315,41.58864146387009],[-72.38422382568994,41.58865146387433],[-72.38415082566667,41.58866046387837],[-72.38409182565188,41.58873946389559],[-72.3837618255664,41.589132463982395],[-72.38375682557417,41.58930046401521],[-72.38374082560513,41.58994646414127],[-72.38346882553405,41.590259464210675],[-72.38351482555525,41.5903704642308],[-72.38390282568002,41.59034146421291],[-72.38395782571025,41.59056146425394],[-72.38385982569106,41.59078846430114],[-72.38363882563003,41.59098446434623],[-72.38362582562652,41.59099746434916],[-72.38348282559362,41.5912414644011],[-72.38331782554876,41.59140046443719],[-72.38308482547791,41.59149046446205],[-72.38272582538477,41.59191546455598],[-72.38266882536759,41.59194046456264],[-72.3823698252777,41.592074464598106],[-72.38233182529198,41.59255046469181],[-72.38228482530171,41.59299746478016],[-72.3820198252393,41.59342446487151],[-72.38208982526584,41.59349146488234],[-72.38222782531827,41.593624464903804],[-72.38203582526641,41.593815464947],[-72.38188882522148,41.593868464961936],[-72.3815418251154,41.59399246499699],[-72.38106282496906,41.59416546504571],[-72.38098982495026,41.59425446506531],[-72.38079682491194,41.59469246515654],[-72.38073482489968,41.594834465186075],[-72.38067682488952,41.594990465218224],[-72.3806908248966,41.595035465226516],[-72.38069582489914,41.59505146522948],[-72.38071082490687,41.595102465238924],[-72.38071682490978,41.59511946524203],[-72.38072582491439,41.59514946524758],[-72.38075282492822,41.59523946526421],[-72.38076282493316,41.59526946526974],[-72.38077882494125,41.59532046527913],[-72.38078982494677,41.595355465285586],[-72.38067482491206,41.59540446529874],[-72.38062582489734,41.59542646530455],[-72.38051782486478,41.5954734653171],[-72.38010682473353,41.59552046533921],[-72.37898682437607,41.595652465400214],[-72.3785448242401,41.59579546544195],[-72.37804082408516,41.5959604654899],[-72.37761382396202,41.596245465558766],[-72.37753882394554,41.59638746558874],[-72.3775278239432,41.596409465593354],[-72.37745582392746,41.59654746562245],[-72.37739782393623,41.59704146572026],[-72.37722782388701,41.597151465747004],[-72.37673982373545,41.59728346578805],[-72.3765888237021,41.597566465847834],[-72.37659582371238,41.59770946587539],[-72.3767048237553,41.59784146589759],[-72.37680482379464,41.59796246591795],[-72.37708882389842,41.59816346594804],[-72.37708782390763,41.598333465981106],[-72.37708682391438,41.598460466005825],[-72.37691382386392,41.59856546603169],[-72.37677682382325,41.598636466049804],[-72.3766718237921,41.59869046606362],[-72.37636882370224,41.598848466103874],[-72.37618682367552,41.599430466222714],[-72.37615582369142,41.59989446631384],[-72.37612882370429,41.600281466389895],[-72.37612882370486,41.600291466391845],[-72.37604082368459,41.60044146642377],[-72.37585882364641,41.600818466502766],[-72.37579182363237,41.60095746653189],[-72.37570482361103,41.601082466558914],[-72.3756448235964,41.60117046657791],[-72.37544782354132,41.6013324666156],[-72.37521182346867,41.60140846663783],[-72.37500082340198,41.601444466651465],[-72.37498082339567,41.601448466652876],[-72.37490182336964,41.6014434666544],[-72.37459582326913,41.60142846666114],[-72.37454382325203,41.6014254666622],[-72.37438782320075,41.60141746666557],[-72.3743358231837,41.601415466666815],[-72.37426282315052,41.60124746663648],[-72.37418182311364,41.601060466602696],[-72.37405682306569,41.600931466581585],[-72.37393982302466,41.60087946657516],[-72.37390582301263,41.600862466572934],[-72.37374182295468,41.600781466562374],[-72.37357882289699,41.60069946655159],[-72.37330382279977,41.600563466533835],[-72.37309482273152,41.60056046653985],[-72.37306482272164,41.600558466540406],[-72.37292382267549,41.600554466544075],[-72.37288482266221,41.60054446654337],[-72.37277082262347,41.60051546654132],[-72.3727448226141,41.600499466539034],[-72.37250682252855,41.600356466518754],[-72.37239882248652,41.600234466498456],[-72.37233082246011,41.600158466485844],[-72.37231582245288,41.600116466478156],[-72.37225782242463,41.59994946644755],[-72.37221482240783,41.599899466439176],[-72.37161482219517,41.59959246639845],[-72.37136682210878,41.59949246638684],[-72.37109582201988,41.59948146639324],[-72.37086882194895,41.5995354664109],[-72.37077282192031,41.599582466423065],[-72.37067982189265,41.59962946643514],[-72.37066382189951,41.59984546647762],[-72.370546821862,41.599856466483445],[-72.37036482180149,41.5998344664849],[-72.37021082174887,41.59979046648122],[-72.37005682169999,41.599813466490545],[-72.36973682159406,41.599783466494806],[-72.36961882155674,41.59980346650241],[-72.36945082150532,41.599862466519184],[-72.36931182146317,41.59991846653445],[-72.3690568213835,41.59997946655434],[-72.36872682127583,41.599976466564165],[-72.36844182118386,41.59999246657627],[-72.3683168211455,41.600034466588376],[-72.36819982111254,41.60012646660994],[-72.3679888210476,41.60019446662981],[-72.36782082099366,41.60020846663784],[-72.36725782081001,41.60020446665481],[-72.36697982071784,41.60017546665795],[-72.36680482065908,41.60014446665745],[-72.36651082055535,41.60000246663912],[-72.36597082036616,41.5997654666101],[-72.36578082030326,41.59974746661259],[-72.36577582030158,41.599746466612565],[-72.36569282027448,41.59974546661499],[-72.36521782012214,41.59978846663832],[-72.36504282007016,41.59987846666133],[-72.36496882004772,41.5999084666695],[-72.3648238200066,41.60001746669524],[-72.36434781986881,41.600326466770305],[-72.36428181984799,41.60033846677473],[-72.36416281981364,41.60041746679382],[-72.36407781978907,41.60047346680737],[-72.36395381975507,41.60058746683344],[-72.3639528197638,41.60074946686496],[-72.36392481976074,41.60085746688683],[-72.36380881973268,41.6010314669243],[-72.3637198197113,41.601167466953534],[-72.36357381966711,41.60122746696979],[-72.3634418196247,41.6012384669761],[-72.36333981959008,41.60121346697446],[-72.36300381947031,41.6010294669493],[-72.36290881943924,41.60102746695191],[-72.36279081940242,41.60105646696126],[-72.36261681935308,41.60118746699221],[-72.36249181931268,41.6011934669973],[-72.36209681917724,41.60107246698626],[-72.36179381906932,41.60090846696395],[-72.36159181899741,41.60079946694913],[-72.36137281891422,41.60058746691484],[-72.36125581886736,41.60043146688822],[-72.3612448188627,41.60041246688486],[-72.36117481883278,41.6002854668624],[-72.36078681867616,41.599745466769704],[-72.36075781865883,41.599604466743216],[-72.36070681863539,41.59948246672112],[-72.36069981862852,41.59940046670541],[-72.36061181859498,41.59931346669128],[-72.36018081844416,41.59912746666872],[-72.36003181838963,41.599020466652625],[-72.36001881838489,41.59901146665129],[-72.3596828182682,41.5988824666368],[-72.35938281815245,41.59856046658369],[-72.35927381811224,41.598476466570816],[-72.35900281801757,41.598362466557205],[-72.35888581797553,41.59829246654728],[-72.35863781789341,41.598268466550444],[-72.35831481778922,41.59828746656431],[-72.35789781764734,41.59817946655648],[-72.35771581758631,41.59814846655619],[-72.35756281753804,41.59817646656646],[-72.35727681744217,41.598128466566145],[-72.35718181740937,41.598095466562725],[-72.35688881730294,41.59789946653386],[-72.35676581725639,41.59778346651521],[-72.35645781714584,41.59760146648954],[-72.35620881706238,41.597559466489244],[-72.35597481698761,41.59758546650168],[-72.35585181694938,41.59761846651196],[-72.35571281690997,41.597723466536735],[-72.35553781686863,41.59800346659667],[-72.35536981681848,41.5980854666179],[-72.3552228167729,41.598126466630504],[-72.35508381673628,41.59828146666501],[-72.35491681668186,41.59828146667028],[-72.35491581668153,41.59828146667031],[-72.35477681663559,41.598269466672356],[-72.35462981658975,41.59830646668418],[-72.35446981654322,41.59840646670866],[-72.35441081652769,41.59847246672335],[-72.35432481650106,41.59849746673092],[-72.35398681639128,41.59850346674275],[-72.35340281621491,41.59875146680934],[-72.35311181612636,41.59886346684028],[-72.3529688160828,41.59891746685527],[-72.3528618160503,41.59895946686681],[-72.35252481594465,41.59903346689182],[-72.35243781591741,41.59905346689844],[-72.35237481589716,41.5990584669014],[-72.35235181588973,41.599059466902304],[-72.35228481586823,41.599065466905586],[-72.35226281586118,41.59906746690667],[-72.35095381543515,41.59907546694951],[-72.34712781419182,41.59913246708114],[-72.3435408130302,41.59925846721865],[-72.34334881297184,41.59933346723928],[-72.34249081271115,41.59967046733179],[-72.33988681192069,41.60070746761536],[-72.33976781188461,41.60075546762843],[-72.33915881169983,41.60099946769503],[-72.33802981135715,41.60144946781804],[-72.33800981135109,41.601457467820225],[-72.33660081092347,41.60202046797401],[-72.33622581080972,41.60217146801517],[-72.33142080935288,41.60411746854467],[-72.33088280918984,41.604336468604146],[-72.33084380917808,41.604353468608686],[-72.3295708087924,41.60487446875002],[-72.32910480865124,41.605065468801804],[-72.32816580836673,41.60544946890599],[-72.3280958083456,41.60547946891403],[-72.32728180823979,41.608331469493834],[-72.32700480820408,41.6093074696922],[-72.32692280819361,41.60959846975132],[-72.32680680818004,41.610031469839114],[-72.3262278081132,41.612210470280694],[-72.32615580810504,41.6124844703362],[-72.32603580809125,41.612937470427994],[-72.32594680808077,41.61326847049509],[-72.32568380805058,41.614261470696306],[-72.32559580804046,41.61459347076357],[-72.32555380803552,41.614749470795196],[-72.32548380802751,41.61501447084888],[-72.32547980802683,41.61502547085114],[-72.32512680798426,41.61632147111404],[-72.32500980797035,41.61675447120185],[-72.32495480796321,41.616947471241055],[-72.32491980795879,41.617072471266454],[-72.3247988079451,41.61753247135961],[-72.32474780793939,41.61772747139911],[-72.32471480793495,41.6178404714221],[-72.32461780792252,41.61818347149179],[-72.32458580791847,41.618297471514936],[-72.32456980791638,41.61835347152632],[-72.32452580791144,41.61852147156033],[-72.32451080790975,41.61857847157187],[-72.32448980790129,41.618549471566915],[-72.32442780787639,41.61846547155254],[-72.32440780786828,41.618437471547736],[-72.32430080782902,41.61835847153576],[-72.32397980771114,41.61812147149983],[-72.32387280767185,41.61804247148785],[-72.32316480741008,41.617487471402335],[-72.32222180706145,41.61674847128845],[-72.32103780662412,41.61582747114681],[-72.32032880636227,41.615276471062096],[-72.31914980592714,41.614365470922216],[-72.31887980582752,41.61415747089032],[-72.31565380463239,41.61158347049174],[-72.3144898042012,41.61065547034808],[-72.31312580369385,41.60953047017241],[-72.30950580262548,41.611522470673364],[-72.30589680128774,41.60862947022477],[-72.30265580008621,41.606025469820665],[-72.29962779896219,41.603566469437986],[-72.29711279803055,41.60155846912681],[-72.2941217969227,41.599171468756865],[-72.2928907964636,41.598132468593604],[-72.29276579642091,41.59809746859073],[-72.29261479636875,41.59804446858517],[-72.29246979631809,41.597983468577866],[-72.2923807962867,41.59794046857231],[-72.2922947962561,41.59789446856607],[-72.29220679622463,41.59784446855911],[-72.2921637962093,41.5978204685558],[-72.29197179614032,41.59770546853948],[-72.29106479580548,41.59700146843113],[-72.29042679556963,41.596500468353796],[-72.29016079547132,41.596291468321525],[-72.28982779534986,41.59605946828689],[-72.28980379534109,41.59604246828433],[-72.28979779533891,41.59603846828375],[-72.28970779530628,41.595979468275104],[-72.28967879529579,41.595960468272324],[-72.28945879521545,41.59580546824911],[-72.28880179497543,41.595340468179366],[-72.28858279489543,41.5951854681561],[-72.28711579435968,41.59415046800099],[-72.2864817941237,41.59362346791846],[-72.28639479409128,41.59355046790699],[-72.28325779292341,41.590937467497525],[-72.28002779172884,41.58838846710336],[-72.2778837909359,41.58669546684148],[-72.2764347903988,41.58552946666025],[-72.27642179039395,41.585518466658506],[-72.2720377887688,41.58198746610946],[-72.2705767882272,41.5808104659264],[-72.27038778815712,41.58065746590259],[-72.2642737858928,41.5757674651433],[-72.26398378578355,41.57550246510085],[-72.26388878574781,41.57541646508709],[-72.26345478558804,41.57508646503652],[-72.26267178530148,41.57452146495117],[-72.26195778504034,41.574009464873974],[-72.25816978361149,41.570510464312086],[-72.2575297833701,41.56991946421718],[-72.25741678332771,41.56981946420126],[-72.25599978279665,41.56857146400289],[-72.25511678246579,41.56779546387958],[-72.25435078217876,41.56712146377248],[-72.25412578209443,41.56692346374099],[-72.25345378184252,41.56633046364668],[-72.25322978175858,41.56613346361538],[-72.2526887815554,41.56564946353815],[-72.25200178129633,41.56501546343633],[-72.24951678035933,41.56272346306822],[-72.24951678035261,41.562602463044676],[-72.24951578033884,41.56236046299762],[-72.24861677999887,41.561513462860965],[-72.24740977954238,41.56037546267733],[-72.24301477793979,41.55730246221696],[-72.24272177783378,41.55711246218916],[-72.24212977761296,41.55660946210981],[-72.23747777590994,41.553234461598585],[-72.23103877356344,41.548753460927884],[-72.23071077344272,41.54850346088948],[-72.22972877308129,41.5477554607746],[-72.22940177296095,41.547506460736365],[-72.2291577728718,41.547332460710116],[-72.22909277284808,41.54728646070319],[-72.22844677260971,41.54678346062549],[-72.22821077252262,41.54659946059705],[-72.2281327724929,41.546521460584295],[-72.22790077240437,41.5462884605462],[-72.22782377237502,41.54621146053361],[-72.22608077172521,41.54473346030039],[-72.22085276977623,41.5403004596008],[-72.21911076912686,41.538823459367656]]]},"properties":{"name":7141.04,"geoid":"09011714104"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.38305782197607,41.52900845231],[-72.38328982204999,41.528979452297044],[-72.38412182231662,41.52890345225603],[-72.38731882334132,41.528614452099006],[-72.38838482368301,41.52851845204671],[-72.39117782457812,41.52826445190924],[-72.39405882550147,41.528003451767596],[-72.39933082719114,41.52752645150851],[-72.39955982726453,41.52750545149719],[-72.40235482816028,41.52725245135979],[-72.40459182887723,41.52705045124991],[-72.41130683102949,41.52644745092067],[-72.41338783169645,41.52626045081861],[-72.4135448317468,41.52624645081092],[-72.41449783205188,41.52615445076294],[-72.41735783296765,41.52588245061972],[-72.4183118332732,41.525792450572105],[-72.41890983346353,41.52571545053823],[-72.41954683366731,41.52565145050568],[-72.42018483387152,41.525589450473454],[-72.42057983399788,41.525549450453205],[-72.42097483412422,41.52550945043297],[-72.42102383413994,41.52550545043063],[-72.42130183422853,41.52547145041523],[-72.42212383448839,41.525333450362425],[-72.42226183453201,41.52531045035359],[-72.43076783725968,41.52457544994193],[-72.43095883733872,41.52487744999469],[-72.43108683739268,41.52509745003347],[-72.43141583753699,41.525762450152506],[-72.4315878376099,41.52606545020605],[-72.43159783761418,41.526083450209235],[-72.43198283777501,41.52671845032068],[-72.43249783799456,41.52764645048501],[-72.43267583806973,41.52795445053934],[-72.43403183863369,41.530145450922916],[-72.43422283871246,41.53044245097469],[-72.43487383898093,41.53145345115086],[-72.435138839091,41.531878451225204],[-72.43520983912093,41.53200045124669],[-72.43542383921118,41.53236845131155],[-72.43549583924153,41.532491451333215],[-72.43562483929335,41.53266745136338],[-72.43591683941358,41.533117451441726],[-72.43610683949188,41.53341145149293],[-72.43669783973736,41.53436045165893],[-72.43705183988564,41.53495045176254],[-72.43710783990917,41.53504545177927],[-72.43749284007089,41.535695451893574],[-72.43818284036088,41.53686345209905],[-72.43945684089637,41.539020452478475],[-72.44028084123924,41.54035345271178],[-72.44029384124465,41.54037445271545],[-72.44057884136375,41.540844452797884],[-72.44063584138752,41.54093745281418],[-72.44080984145904,41.54120345286042],[-72.44099884153754,41.5415064529134],[-72.44114884159987,41.541747452955555],[-72.44159884178686,41.54247045308198],[-72.44165084180842,41.542553453096495],[-72.44174984184956,41.54271245312428],[-72.44182784188202,41.542838453146324],[-72.44206484198033,41.54321645321238],[-72.44214384201311,41.543342453234395],[-72.44216884202348,41.543382453241385],[-72.44217984202807,41.54340045324452],[-72.44228784207314,41.54357745327555],[-72.44232384208823,41.543637453286095],[-72.44237184210833,41.54371745330013],[-72.44241684212707,41.54379045331292],[-72.44251284216784,41.543960453342955],[-72.44255984218773,41.544042453357406],[-72.44264084222218,41.544186453382885],[-72.4428848423258,41.5446184534592],[-72.44296684236062,41.54476345348482],[-72.44302084238352,41.54485845350159],[-72.44318284245239,41.54514645355249],[-72.44323784247568,41.54524245356943],[-72.44324984248081,41.54526445357332],[-72.44328884249727,41.54533145358513],[-72.44330184250279,41.54535445358919],[-72.44335884252628,41.54544245360451],[-72.44343484255796,41.54556645362623],[-72.44377284269875,41.54611545372234],[-72.44382484272099,41.546210453739185],[-72.44394684277304,41.546430453778115],[-72.4458978435514,41.5489864542136],[-72.44600384359458,41.54914145424041],[-72.44685384394101,41.55038545445547],[-72.44655484385937,41.55066545451941],[-72.44686084399918,41.551382454649186],[-72.44785084439633,41.552717454877516],[-72.44794584443592,41.552872454904666],[-72.44819884452994,41.553080454937124],[-72.44842484461401,41.55326745496634],[-72.44848084463499,41.553316454974095],[-72.44853784465623,41.55336445498162],[-72.44873784473131,41.553542455009904],[-72.44876884474468,41.55360045502021],[-72.44905984485874,41.553945455078114],[-72.4491828449045,41.55404745509405],[-72.44925084493286,41.5541584551135],[-72.45042184542024,41.55605145544458],[-72.45081284558297,41.556683455555124],[-72.45101984567157,41.55706145562209],[-72.45164284593803,41.558196455823094],[-72.451850846027,41.558575455890214],[-72.45244684627528,41.5595424560594],[-72.45423684702095,41.56244645656743],[-72.45478084724756,41.56332845672169],[-72.4548168472646,41.56342345673904],[-72.4548338472726,41.56346745674704],[-72.45484284727694,41.56349245675162],[-72.45492084731401,41.56370045678958],[-72.45494784732672,41.56377045680234],[-72.45516684741878,41.56414045686734],[-72.45582684769613,41.56525345706286],[-72.45604684778857,41.565624457128024],[-72.45637584792688,41.56618045722571],[-72.45736484834272,41.567852457519464],[-72.45769484848144,41.5684094576173],[-72.45910884906526,41.570608458000024],[-72.46062484969113,41.57296445841],[-72.46308085073831,41.57737145918881],[-72.4636708509899,41.578430459375944],[-72.46378485103838,41.57863245941158],[-72.46389985108712,41.578833459447],[-72.46435785128237,41.57965445959206],[-72.46483185148446,41.58050445974223],[-72.46573485186941,41.58212246002807],[-72.46625585209154,41.58305646019304],[-72.46673085229405,41.583907460343376],[-72.46412485146375,41.5842324604891],[-72.46065385035796,41.584667460683576],[-72.45630684897294,41.58521046092677],[-72.45393084821595,41.58550746105972],[-72.45370184814317,41.58553946107319],[-72.45189784756988,41.585791461179284],[-72.45066084717678,41.58596446125206],[-72.44648584584995,41.5865474614975],[-72.44468284527701,41.58680046160375],[-72.44462284525787,41.586807461607016],[-72.44444284520065,41.58683246161757],[-72.44441284519117,41.586837461619496],[-72.44438384518196,41.586841461621184],[-72.44407484508375,41.58688446163931],[-72.44381884500234,41.586919461654226],[-72.44356284492095,41.58695446166912],[-72.4427028446475,41.587072461719266],[-72.43766284304527,41.58776846201401],[-72.43598284251118,41.58800046211225],[-72.43592984249432,41.588007462115286],[-72.43583384246372,41.58801946212067],[-72.43538784232189,41.58808046214663],[-72.43523984227488,41.58810146215538],[-72.43397284187192,41.58827346222889],[-72.43190384121394,41.588555462349134],[-72.43181284118504,41.58856846235455],[-72.43172084115575,41.58858046235978],[-72.43162784112617,41.58859346236526],[-72.43153584109696,41.58860646237069],[-72.43017484066405,41.58879046244949],[-72.42932984039534,41.58890646249877],[-72.42891284026393,41.588984462527115],[-72.42886084024757,41.58899446253071],[-72.42826084005843,41.589106462571436],[-72.42772983989111,41.58920646260767],[-72.42628983943155,41.589374462685875],[-72.4256318392216,41.58945146272163],[-72.42442583883667,41.58959146278697],[-72.42080783768212,41.59001546298377],[-72.42002983743384,41.59010646302605],[-72.4196058373,41.59018246305422],[-72.4191298371497,41.590266463085605],[-72.4177048366999,41.590521463180195],[-72.41722983654996,41.59060646321173],[-72.41687083646943,41.591255463349185],[-72.41579583622864,41.5932044637619],[-72.4156298361915,41.59350646382584],[-72.41541183612577,41.593600463851],[-72.41533183610746,41.593738463880335],[-72.4153118361028,41.59377146388738],[-72.4152528360892,41.59387146390868],[-72.41523383608492,41.59390546391589],[-72.41517883607227,41.59399946393587],[-72.41510083605428,41.594131463964],[-72.41431183587318,41.59548446425184],[-72.41154983523951,41.600225465260294],[-72.41062983502856,41.60180646559652],[-72.4102888349186,41.60182646561119],[-72.40926883458967,41.60188546565489],[-72.40892883448011,41.60190646566972],[-72.40860783434748,41.60140646558273],[-72.40791583406138,41.60032446539439],[-72.40764783395063,41.59990646532165],[-72.40732883381867,41.5994064652346],[-72.40675483360657,41.59895846516569],[-72.40503483297113,41.59761746495949],[-72.40446183275941,41.59717046489076],[-72.4043728327279,41.597125464884805],[-72.40410683263369,41.59699046486698],[-72.4040188326025,41.596945464861015],[-72.40391283256494,41.596891464853876],[-72.40359483245244,41.59673246483303],[-72.40348983241526,41.59667946482605],[-72.40323583232518,41.59654846480861],[-72.40247683205592,41.59615546475624],[-72.40222383196624,41.596025464738965],[-72.40131683164478,41.595561464677445],[-72.4011958316019,41.59549946466923],[-72.39978883111814,41.59504546462546],[-72.39934583096408,41.59487146460565],[-72.39410382914119,41.5928114643709],[-72.39325982883858,41.59231746430155],[-72.39328582884445,41.5922714642918],[-72.39340782887282,41.59206846424848],[-72.3934768288866,41.59191346421619],[-72.39350982889329,41.591840464200956],[-72.3936818289344,41.59157446414383],[-72.3937528289527,41.591488464124865],[-72.39386182898097,41.59135946409636],[-72.39329682879168,41.591265464095926],[-72.39303782870374,41.59120146409168],[-72.39290282865798,41.591169464089724],[-72.39279682862197,41.59114346408803],[-72.39260482855681,41.59109646408494],[-72.3925678285441,41.59108446408379],[-72.39219382841577,41.59096846407304],[-72.39184882829689,41.590852464061406],[-72.39151082817968,41.590725464047395],[-72.39101282800539,41.590509464021125],[-72.3907708279199,41.590390464005644],[-72.39067982788742,41.59034046399881],[-72.3904888278194,41.59023646398461],[-72.38995382762748,41.589921463940286],[-72.38974982755433,41.58980146392342],[-72.38929882739201,41.5895264638842],[-72.38733882668672,41.58833246371401],[-72.38674782647406,41.58797246366269],[-72.38668682645206,41.58793446365723],[-72.38661182642505,41.58788846365066],[-72.38506782586946,41.586947463516495],[-72.38377582540456,41.58616046340429],[-72.3833098252374,41.58588646336575],[-72.3829208250988,41.58567346333662],[-72.38252482495822,41.585466463308876],[-72.38212082481553,41.58526846328313],[-72.38160882463572,41.585035463254],[-72.38108582445305,41.58481546322774],[-72.38069182431605,41.58466046321005],[-72.38029282417786,41.584513463194064],[-72.3799938240748,41.584412463183874],[-72.37975982399422,41.584334463176084],[-72.37921882380883,41.584170463161286],[-72.37881282367049,41.584061463152885],[-72.37816882345183,41.5839024631423],[-72.37788482335517,41.583828463136875],[-72.37672482296496,41.58360746313051],[-72.37627482281519,41.58355046313363],[-72.37539982252397,41.583439463139655],[-72.37452882223636,41.58336946315351],[-72.37284382168426,41.583311463195386],[-72.370504820918,41.58323346325399],[-72.36857882028707,41.583169463302276],[-72.36774782001476,41.58314046332285],[-72.36766581998795,41.58313846332504],[-72.36576181936415,41.583074463372625],[-72.36525481919833,41.583062463386284],[-72.3644248189269,41.58304346340874],[-72.36421681885886,41.58303846341434],[-72.36405981880756,41.5830354634187],[-72.36359581865577,41.58302346343099],[-72.3633888185881,41.58301946343675],[-72.36306581848092,41.58298446344013],[-72.36251481829886,41.582938463448556],[-72.36242981827056,41.582927463449096],[-72.36192981810424,41.5828654634528],[-72.36133581790521,41.58276646345228],[-72.36090581776017,41.582677463448526],[-72.36048081761597,41.58257446344191],[-72.35968381734331,41.58234146342173],[-72.35961081731803,41.58231446341878],[-72.3589778170988,41.582081463393436],[-72.35871081700586,41.581974463381044],[-72.35866981699154,41.58195746337903],[-72.35854781694913,41.58190946337355],[-72.35850781693519,41.581893463371706],[-72.3584398169112,41.58186046336742],[-72.35823681683958,41.58176246335477],[-72.35816981681599,41.58173046335066],[-72.35783581669767,41.58156046332813],[-72.35751081658196,41.58138446330416],[-72.35698781639344,41.58105946325745],[-72.35564581590761,41.580188463130405],[-72.35097181421567,41.577156462688144],[-72.348230813225,41.575405462433984],[-72.34818481320846,41.575377462430005],[-72.34764481301457,41.575055462384384],[-72.34718181284946,41.57479946234919],[-72.34590381239788,41.574167462266544],[-72.34555881227728,41.57402046224883],[-72.34552381226504,41.57400546224701],[-72.34542081222902,41.57396146224169],[-72.34538681221716,41.573947462240035],[-72.34531481219199,41.57391646223629],[-72.3451008121171,41.57382346222494],[-72.34502981209224,41.573792462221135],[-72.34499881208134,41.5737784622194],[-72.34456681193058,41.57359846219799],[-72.34354181157279,41.57317046214705],[-72.34350581156022,41.57315546214526],[-72.34318081144662,41.573016462128464],[-72.34272081128576,41.57281946210464],[-72.34200481103215,41.5724544620562],[-72.34189181099211,41.572396462048474],[-72.34169781092332,41.57229646203513],[-72.34121481075155,41.57203746199997],[-72.3394538101221,41.57103746186092],[-72.33882880989869,41.570682461811565],[-72.33864380983279,41.570581461797744],[-72.33856480980448,41.57053546179127],[-72.33832780971976,41.570400461772486],[-72.33824980969183,41.570355461766184],[-72.3384498097484,41.57020146172994],[-72.33851980976823,41.57014846171742],[-72.33890380987769,41.56986846165089],[-72.33906780992531,41.56976446162551],[-72.33928180998753,41.56963046159269],[-72.33935981001025,41.56958246158091],[-72.33959781007992,41.56944146154599],[-72.33967681010309,41.56939546153457],[-72.33999981019757,41.56920346148706],[-72.34007481021955,41.56915946147614],[-72.34063281038517,41.568870461402355],[-72.34100581049708,41.56869846135716],[-72.34134781059977,41.56854246131606],[-72.34126681056718,41.568431461297024],[-72.34125181056092,41.56840646129264],[-72.34123081055205,41.568370461286285],[-72.34119581053724,41.56830946127553],[-72.34114281051295,41.56818346125269],[-72.34110981049545,41.568062461230205],[-72.34109181048278,41.56794046120703],[-72.34109181048272,41.567939461206834],[-72.34109181047357,41.56777546117493],[-72.34111381047286,41.56763446114683],[-72.34116181047494,41.56739146109805],[-72.34116781047538,41.567364461092616],[-72.34117981047605,41.56730646108096],[-72.34118381047229,41.56721546106312],[-72.34116581046108,41.567119461045024],[-72.34110881043317,41.56695246101433],[-72.34099981038578,41.56673946097634],[-72.34074281027942,41.56633346090546],[-72.34070181026244,41.566268460894115],[-72.34051381018725,41.566018460851396],[-72.34042581014853,41.56583846081916],[-72.34033581011045,41.56568146079147],[-72.34032781010707,41.56566746078898],[-72.34014481002865,41.56533046072919],[-72.34004380998488,41.56513546069444],[-72.33984180989599,41.56472146062028],[-72.33978480987126,41.56461146060067],[-72.3397558098586,41.56455346059031],[-72.33966680982023,41.56438546056042],[-72.33960180979207,41.56426046053815],[-72.33947380973912,41.564058460502885],[-72.33939980970766,41.56392646047954],[-72.33911380958587,41.56341346038875],[-72.33892980950618,41.56305946032569],[-72.3388488094706,41.56289446029615],[-72.33875580942964,41.56270346026192],[-72.33867480939452,41.56254646023391],[-72.33850880932393,41.56225046018157],[-72.33840780928105,41.56207146014992],[-72.337961809098,41.561394460032275],[-72.33791280907792,41.56132046001941],[-72.33777380902109,41.561113459983524],[-72.33774880901078,41.561074459976716],[-72.33767580898053,41.56095845995645],[-72.33765180897059,41.56092045994982],[-72.33757780893997,41.56080345992938],[-72.33752180891486,41.560680459907225],[-72.33748780889826,41.56058145988903],[-72.33743480887587,41.560489459872805],[-72.33735180884354,41.56039445985694],[-72.33727580881605,41.56034545984978],[-72.33718680878518,41.56031145984598],[-72.33710280875704,41.56029745984589],[-72.3368638086784,41.560283459850694],[-72.3365228085681,41.560297459864145],[-72.33623480847646,41.56033645988079],[-72.33555780826282,41.56045945992603],[-72.33549780824397,41.56047145993025],[-72.33532380818842,41.56049145993962],[-72.33523180815786,41.56048145994056],[-72.33514580812842,41.56045545993821],[-72.3350208080828,41.560367459925025],[-72.3349938080725,41.56034045992061],[-72.33498380806985,41.56035145992307],[-72.33441480790287,41.560680460004974],[-72.33395380776035,41.56081746004613],[-72.33355980763882,41.560939460082274],[-72.33303780748079,41.56115446014052],[-72.33268280737335,41.561301460180275],[-72.33238380728339,41.561434460215565],[-72.33217880721662,41.561434460222],[-72.33203980716961,41.561403460220355],[-72.33187880711321,41.5613324602116],[-72.33177680707608,41.5612624602012],[-72.33160880700758,41.56101546015842],[-72.33140380691945,41.56063246009038],[-72.33116980683316,41.56045146006251],[-72.33084880671939,41.560286460040516],[-72.32981080635636,41.55983945998621],[-72.32895680606124,41.55953545995394],[-72.3287888060018,41.55945045994268],[-72.3287158059764,41.55942145993934],[-72.32846580590244,41.55955545997327],[-72.32817480581255,41.55964345999954],[-72.32785980571681,41.55976646003337],[-72.32753880562592,41.56001146009113],[-72.32753380562447,41.560014460091885],[-72.32734180557054,41.560169460128066],[-72.32723980554418,41.56029246015521],[-72.32699780547635,41.560489460201154],[-72.32677280541081,41.560628460235264],[-72.32669080538851,41.56070746025321],[-72.32661780536668,41.560742460262325],[-72.32639880529078,41.56066046025325],[-72.32627580524475,41.5605534602363],[-72.32620880521256,41.56036746020223],[-72.32597580512156,41.560096460156835],[-72.32593680511778,41.56025646018919],[-72.32575980510276,41.561021460343575],[-72.32567680508477,41.56118346037772],[-72.32559680506544,41.56130446040376],[-72.32559180506433,41.561313460405664],[-72.32553980504534,41.5612764604001],[-72.32359380432311,41.559691460152955],[-72.32348380428476,41.55964646014765],[-72.32340180425714,41.559630460147126],[-72.32332280423063,41.559616460146884],[-72.32281880407385,41.559748460188416],[-72.32281580407285,41.55974846018852],[-72.32263680401685,41.55978946020212],[-72.32262080401202,41.55979646020398],[-72.3225178039701,41.55964646017802],[-72.3224988039623,41.559617460172994],[-72.32214180381597,41.55907846007934],[-72.32202280376723,41.558899460048266],[-72.32149780354908,41.55805345990018],[-72.32145180352991,41.55797845988704],[-72.32071180321907,41.55672545966652],[-72.32032580305442,41.55602745954285],[-72.32006280294225,41.55555145945849],[-72.32001380292155,41.555466459443494],[-72.31951780271196,41.554604459291355],[-72.31942880267285,41.554422459258745],[-72.3193818026519,41.554321459240576],[-72.3190108024867,41.55352545909735],[-72.3189858024755,41.55347045908742],[-72.31885780241792,41.55318545903601],[-72.31827080215409,41.5518814588007],[-72.31762380186565,41.55048645854958],[-72.3138818001971,41.54240845709503],[-72.31282979972808,41.540137456686026],[-72.31262979963968,41.539719456610925],[-72.31259179962274,41.53963745659617],[-72.31248079957305,41.53939445655235],[-72.31244379955652,41.53931345653774],[-72.31241379954345,41.53925445652721],[-72.31232579950493,41.53907745649552],[-72.31229679949222,41.53901845648493],[-72.31221779945629,41.53883545645179],[-72.31172979924244,41.537848456275],[-72.3114477991204,41.53730545617815],[-72.31049379871038,41.53552045586062],[-72.30763179748018,41.53016045490693],[-72.30756679745218,41.530037454885026],[-72.30729679733611,41.529531454794984],[-72.30683079713441,41.528633454634765],[-72.30646679697523,41.52790245450385],[-72.30597379675736,41.52687145431857],[-72.30547779653473,41.525772454120144],[-72.30514879638469,41.52500045398012],[-72.3049687963026,41.52457845390359],[-72.30436379601743,41.522992453613725],[-72.3043127959937,41.5228644535904],[-72.30395079581892,41.52184045340233],[-72.30377179573144,41.52131545330572],[-72.30399279580097,41.52127145329022],[-72.30413679584636,41.52124445328043],[-72.3046557960096,41.52114045324389],[-72.30478179604923,41.52111545323506],[-72.30487679607911,41.52109645322838],[-72.3066737966439,41.5207294531005],[-72.31206479833827,41.51962945271701],[-72.3136667988418,41.51930345260322],[-72.31386279890357,41.519266452589854],[-72.31440179907348,41.51916545255326],[-72.315672799479,41.51901545248414],[-72.31750380006334,41.51880145238495],[-72.31873680045632,41.51864845231643],[-72.32111680121483,41.518352452184025],[-72.32293180179332,41.518127452083185],[-72.32292380182929,41.5188214522186],[-72.32295380191121,41.52011845247024],[-72.32298380199028,41.52136445271195],[-72.3229908020085,41.52165145276764],[-72.32303280209895,41.523031453035046],[-72.3230798021972,41.52452245332391],[-72.32317580236256,41.52693245379017],[-72.32320780241666,41.52771745394202],[-72.32327580267709,41.53199945477356],[-72.32328680269326,41.53222545481723],[-72.32330680272064,41.532600454889604],[-72.32337280281226,41.533860455132825],[-72.32339480284158,41.534258455209624],[-72.32371780294513,41.53422845519364],[-72.32686680395477,41.53394445503937],[-72.33114280532584,41.533559454829984],[-72.33175380552183,41.53350645480048],[-72.33234580571235,41.53346545477389],[-72.33412280628427,41.53334445469444],[-72.33471580647517,41.53330445466803],[-72.33586780684494,41.53320845461311],[-72.33668580710719,41.53313445457299],[-72.33931980795174,41.532897454444004],[-72.34089180845571,41.532755454366935],[-72.342595809002,41.53260145428335],[-72.34262980901296,41.532599454281886],[-72.34456680963402,41.53242545418707],[-72.34498580977261,41.5324644541815],[-72.3454188099117,41.53243045416126],[-72.34797781073419,41.53223645404298],[-72.34883181100868,41.53217245400365],[-72.34927381115078,41.53213945398333],[-72.3498248113279,41.53209845395801],[-72.35142881184368,41.53198145388477],[-72.35280381228583,41.53188145382202],[-72.35379781260549,41.531809453776724],[-72.3541338127135,41.531784453761276],[-72.35514581303887,41.531710453715014],[-72.35548281314728,41.53168645369974],[-72.35610081334578,41.53163745367075],[-72.35795781394235,41.53149245358408],[-72.35857681414122,41.531444453555245],[-72.35901281427772,41.53134645352244],[-72.35911181430873,41.53132445351504],[-72.36032181468777,41.53105645342479],[-72.3607588148247,41.53096045339233],[-72.36084281485128,41.53094645338697],[-72.3610058149029,41.53092045337677],[-72.36109581493147,41.53090745337142],[-72.36118081495847,41.53089545336641],[-72.36128881499276,41.53087945335987],[-72.3615728150835,41.530848453344916],[-72.36162281509979,41.53084845334334],[-72.36163481510246,41.530826453338676],[-72.36874481738946,41.53032445301709],[-72.37452881924995,41.529917452755676],[-72.37729482013543,41.52964745261597],[-72.37741682017449,41.529635452609796],[-72.37762882024256,41.5296184525998],[-72.37771182026921,41.52961145259584],[-72.3782888204545,41.5295654525687],[-72.37894582066545,41.52951245253768],[-72.37896382067119,41.52951045253673],[-72.37916382073546,41.52949545252749],[-72.37938182080543,41.52947745251713],[-72.3795978208748,41.52946045250702],[-72.37990582097287,41.52942045248952],[-72.38011782104034,41.52939245247739],[-72.38129882141618,41.52923745241002],[-72.38232282174214,41.52910445235184],[-72.38305782197607,41.52900845231]]]},"properties":{"name":7141.03,"geoid":"09011714103"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.87326964682688,41.36256943564787],[-71.87286964670396,41.36270643568694],[-71.87167064633559,41.36311743580415],[-71.87159864631347,41.36314243581126],[-71.87127264621347,41.36325743584376],[-71.87125864620914,41.363261435844976],[-71.8705976460059,41.36348543590907],[-71.87049164597337,41.36352243591957],[-71.87020764588635,41.363624435948246],[-71.86998764581949,41.36371343597241],[-71.86976264575165,41.363814435999075],[-71.86961864570857,41.36388543601739],[-71.86918464557884,41.364101436072986],[-71.86865364542044,41.36437143614213],[-71.86806164524388,41.364673436219384],[-71.86801764523052,41.36469143622426],[-71.86793564520599,41.36473143623459],[-71.86769064513274,41.36485343626599],[-71.86760964510863,41.3648954362767],[-71.86746664506592,41.364967436295174],[-71.8670366449376,41.36518543635104],[-71.86689464489528,41.36525843636968],[-71.86669264483531,41.365366436397025],[-71.86608664465548,41.365692436479414],[-71.86605564464631,41.3657094364837],[-71.86588664459632,41.36580343650728],[-71.86571464454545,41.36589943653134],[-71.86545564446897,41.36604543656787],[-71.86519964439321,41.36618743660351],[-71.86502864434274,41.36628443662773],[-71.86424364411087,41.36672643673834],[-71.86340464386318,41.36720143685705],[-71.86306164376265,41.36740943690827],[-71.86200864345834,41.36812743708112],[-71.86195664344328,41.36816243708955],[-71.8612106432275,41.368667437211286],[-71.8611466432088,41.36870743722108],[-71.86114564320857,41.3687094372215],[-71.86095964315473,41.36883443725168],[-71.86089764313685,41.36887743726199],[-71.86072064308561,41.36899643729071],[-71.86063264306019,41.36905643730516],[-71.86019364293334,41.36935643737735],[-71.86012964291491,41.369401437388106],[-71.86001964288323,41.369478437406556],[-71.85997564287051,41.369508437413785],[-71.85984264283216,41.369600437435864],[-71.85979964281982,41.36963143744325],[-71.85925964266421,41.3700084375336],[-71.85891864256602,41.370247437590855],[-71.8586606424913,41.370420437632625],[-71.85849164244192,41.370525437658344],[-71.85825064237052,41.37065743769157],[-71.85754564215794,41.37097443777523],[-71.85698764198975,41.371226437841656],[-71.85694564197692,41.371242437846085],[-71.85637064180322,41.3714954379132],[-71.85626664177188,41.371542437925605],[-71.85547364153162,41.37187743801545],[-71.85473964130864,41.372177438096664],[-71.85462864127442,41.37221343810711],[-71.85403264109101,41.37241243816432],[-71.85391264105405,41.37245243817582],[-71.85355364094349,41.37257143821011],[-71.85343464090695,41.372612438221765],[-71.8531386408158,41.372710438250024],[-71.85225364054337,41.37300543833487],[-71.85195864045261,41.373104438363285],[-71.85153964032381,41.37324743840409],[-71.85028563993856,41.373679438527056],[-71.8498676398102,41.373824438568235],[-71.84904563955716,41.37409843864704],[-71.84724263900229,41.37470243882046],[-71.84657463879576,41.374908438881235],[-71.84574763854013,41.375164438956645],[-71.84560963849748,41.375207438969305],[-71.84550063846369,41.37523943897889],[-71.84519963837057,41.37533143900612],[-71.84491263828176,41.37541843903193],[-71.84476063823482,41.37546643904598],[-71.84466663820588,41.37549743905492],[-71.84451563815922,41.37554443906874],[-71.84449663815323,41.375548439070116],[-71.84369963790672,41.375792439142266],[-71.84323163776384,41.37597043919144],[-71.84261263757564,41.37622043925931],[-71.84237063750223,41.3763214392865],[-71.84228063747497,41.376359439296685],[-71.84223063746018,41.376387439303706],[-71.84211263742766,41.37649743932885],[-71.8420556374087,41.37649043932922],[-71.84090763702653,41.376339439334764],[-71.84050263689177,41.376287439336956],[-71.84049863689047,41.376287439337084],[-71.84003663673629,41.3762194393379],[-71.83961663659609,41.37615743933859],[-71.83890263635855,41.376066439342615],[-71.8384896362219,41.376027439347595],[-71.83832363616804,41.37603143935344],[-71.83808563609081,41.3760374393619],[-71.83797963605653,41.37604243936614],[-71.83782963600869,41.376061439374446],[-71.83766663595672,41.376082439383524],[-71.83737663586426,41.37612043939984],[-71.83696763573391,41.376174439422925],[-71.83682863568991,41.376198439431874],[-71.83670763565156,41.37621843943949],[-71.83651563559192,41.37627243945593],[-71.83623563550508,41.37635343948036],[-71.8361216354698,41.3763884394907],[-71.83578263536512,41.376495439521996],[-71.83566963533025,41.376531439532506],[-71.83555063529367,41.37657243954418],[-71.83519663518507,41.37669743957947],[-71.83507563514796,41.37674043959161],[-71.83496763511513,41.37678443960351],[-71.83487763508776,41.37682043961332],[-71.83464063501603,41.37692243964053],[-71.83377263474955,41.37722543972638],[-71.83358963469342,41.37729043974471],[-71.83347663465848,41.37732543975502],[-71.8334546346517,41.377332439757076],[-71.83343663464605,41.37733643975839],[-71.83331663460861,41.37736743976814],[-71.8332776345965,41.377378439771476],[-71.83314963455683,41.37741643978284],[-71.83297863450422,41.37747343979924],[-71.83267463441075,41.37757743982888],[-71.83241563433187,41.37767943985676],[-71.83216363425514,41.37777943988405],[-71.83209763423486,41.37780243989059],[-71.83200363420606,41.377836439900115],[-71.83192363418115,41.37785743990667],[-71.83183163415175,41.37786843991163],[-71.83179363413926,41.377866439912395],[-71.83170363410908,41.377850439912024],[-71.83153363405216,41.37782243991173],[-71.83146663402917,41.37780043990947],[-71.83144063402023,41.377791439908506],[-71.83139263400375,41.37777643990704],[-71.83135663399118,41.377760439905],[-71.83147063402379,41.377676439885064],[-71.83186263413143,41.37730343980005],[-71.83213463420734,41.37706743974552],[-71.83238863425883,41.376487439624185],[-71.83239763426086,41.37647043962058],[-71.8325896343043,41.376115439545195],[-71.83265663431229,41.375858439492816],[-71.8326746343058,41.37562943944743],[-71.83269963429714,41.375317439385576],[-71.83262363426385,41.37515943935694],[-71.83253163422377,41.374971439322955],[-71.83250863421249,41.374901439309944],[-71.83246863419272,41.37477643928669],[-71.83237463414638,41.374484439232376],[-71.83177963385296,41.37263643888867],[-71.83177563385097,41.37262343888624],[-71.83171263381976,41.372425438849405],[-71.83165263378991,41.37223443881382],[-71.83165363378284,41.37209643878677],[-71.83165663376198,41.37169143870736],[-71.83165763375095,41.371480438666005],[-71.8316606337404,41.371266438624],[-71.83166563374053,41.37123843861836],[-71.83168163374154,41.3711604386026],[-71.83184463375113,41.37035243843937],[-71.83195463377432,41.37011743838999],[-71.83199763378337,41.37002543837067],[-71.83206963379851,41.369871438338286],[-71.83249963391586,41.3694484382423],[-71.83254163392738,41.36940843823319],[-71.8327766339915,41.36917743818077],[-71.83317963410805,41.368903438114785],[-71.83386963430765,41.36843543800203],[-71.83433763444305,41.36811843792566],[-71.83437563445398,41.3680914379192],[-71.83501363463836,41.36765543781431],[-71.83573263484652,41.367171437697536],[-71.83653663507941,41.36663143756719],[-71.83697163520522,41.3663364374961],[-71.83703463522349,41.36629443748596],[-71.8375366353515,41.365634437341335],[-71.83763363537626,41.36550743731349],[-71.8376356353747,41.36546643730541],[-71.83766763535309,41.364871437187894],[-71.83767463534808,41.36473643716124],[-71.83768263534343,41.364601437134546],[-71.83768563534025,41.36452443711937],[-71.83769763533178,41.36429443707395],[-71.837701635329,41.36421843705895],[-71.8377116353224,41.3640354370228],[-71.8377226353158,41.36384643698544],[-71.83773163530978,41.36368043695265],[-71.83774163530259,41.36348643691434],[-71.83774463530165,41.3634504369072],[-71.83775163529604,41.363304436878394],[-71.83775263529505,41.363279436873455],[-71.83775463529417,41.36325143686791],[-71.83775663529237,41.363205436858856],[-71.8377586352917,41.36318143685408],[-71.83775963529004,41.3631444368468],[-71.83776663528647,41.36303543682524],[-71.83776863528517,41.36299943681813],[-71.83777763527905,41.362831436784944],[-71.83787363516615,41.36015343625741],[-71.83780763508267,41.359002436033954],[-71.83765463499675,41.35833243590738],[-71.83733263481574,41.356918435640196],[-71.83728663478986,41.35671643560203],[-71.83676863453472,41.35511143530342],[-71.83604463423886,41.35399643510709],[-71.83390163347521,41.352778434933924],[-71.83130363254952,41.35130343472427],[-71.83118663249033,41.35091143465103],[-71.83116063247729,41.35082643463517],[-71.8306096321994,41.3489974342936],[-71.83016963197738,41.34753443402035],[-71.82990263184253,41.346644433854095],[-71.82977963178057,41.346237433778114],[-71.8297676317708,41.346128433757116],[-71.82941863148481,41.34292443313984],[-71.8294046314734,41.3427964331152],[-71.82936563144155,41.342440433046605],[-71.8293846314467,41.34242143304232],[-71.82947963147298,41.34233443302235],[-71.82953663148864,41.34228043301003],[-71.82970963153633,41.34211943297319],[-71.82976763155237,41.34206643296103],[-71.8299396315998,41.341906432924425],[-71.83045563174208,41.341426432814586],[-71.8306276317895,41.341266432777964],[-71.83178163210759,41.34019143253204],[-71.83342763256147,41.338661432181894],[-71.83524563306267,41.33696943179471],[-71.83622763333342,41.33605643158575],[-71.83631363335707,41.335975431567256],[-71.83640063338112,41.33589543154892],[-71.83728063362369,41.3350764313615],[-71.83879763406952,41.33417843113914],[-71.84004463443598,41.33344043095638],[-71.84103563472718,41.33285343081104],[-71.84129263480278,41.33270243077358],[-71.84461163577815,41.330738430287184],[-71.84494063587886,41.330618430253594],[-71.84770963672658,41.32961242997179],[-71.84882963702073,41.32829942968016],[-71.85192363783331,41.32467242887452],[-71.85417763848243,41.323093428496044],[-71.85480763866383,41.32265142839013],[-71.85624863907894,41.32164442814865],[-71.85745863942742,41.320797427945585],[-71.85899563991337,41.32052642784548],[-71.8591756399702,41.3204934278335],[-71.8597156401409,41.32039742779818],[-71.85989664019817,41.32036642778656],[-71.86106764056831,41.320158427709984],[-71.86458264167959,41.31953842748096],[-71.86575464205016,41.319332427404724],[-71.86620064219109,41.3192524273754],[-71.86653864229797,41.3191934273535],[-71.86750264262932,41.319517427387545],[-71.86793264277713,41.319662427402825],[-71.86935364326558,41.320140427453104],[-71.87361864473162,41.321575427604],[-71.87451364503926,41.32187642763564],[-71.87501164521484,41.32212542766922],[-71.87643564571677,41.32283542776486],[-71.87828664636929,41.32376042788957],[-71.88070764722276,41.324969428052505],[-71.8821316477248,41.32568142814849],[-71.88218464786308,41.327928428587356],[-71.88223664800107,41.33017542902621],[-71.88223964800933,41.330310429052595],[-71.88224264801761,41.33044642907916],[-71.88258164891016,41.34495843191278],[-71.88277064899462,41.34538343199026],[-71.882820649017,41.34549643201086],[-71.8828706490393,41.345608432031284],[-71.88303064910032,41.34577343205871],[-71.8830156491265,41.34634943217202],[-71.8828326492159,41.349112432718975],[-71.8825126491959,41.35067443303479],[-71.88232664918742,41.351640433229726],[-71.8817776490637,41.35266143344657],[-71.88169764904578,41.35281243347859],[-71.88099364889469,41.354262433784214],[-71.88051864879107,41.35520943398427],[-71.87961464863848,41.35783943452712],[-71.87927664855476,41.358328434633265],[-71.87914364852041,41.35849443466984],[-71.87848164834986,41.359330434853874],[-71.87769764813432,41.36006843502243],[-71.87748964807321,41.36019143505289],[-71.87747564806982,41.36021343505763],[-71.8773436480327,41.36032243508302],[-71.87716164797732,41.36039443510269],[-71.8767756478607,41.36056343514762],[-71.87641464774906,41.36067343518021],[-71.87679964789241,41.36100643523363],[-71.8761576477026,41.36136443532343],[-71.87608364768064,41.361404435333526],[-71.87598464765139,41.36145943534732],[-71.87585764761324,41.36151943536296],[-71.875339647458,41.361769435427796],[-71.87493464733508,41.36193643547291],[-71.87462264724043,41.36206543550772],[-71.87435264715798,41.362167435535966],[-71.87400364705148,41.3623004355727],[-71.87354064690977,41.36246943561998],[-71.87326964682688,41.36256943564787]]]},"properties":{"name":7051.01,"geoid":"09011705101"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.10308372171774,41.363715428795636],[-72.10303772170833,41.36381742881702],[-72.10302372170536,41.36384642882313],[-72.10297372169508,41.363956428846215],[-72.10286972167182,41.364150428887385],[-72.10282372166117,41.36422942890427],[-72.10275372164524,41.3643554289311],[-72.1028267216701,41.36437542893276],[-72.10292972170527,41.364405428935434],[-72.10304572174492,41.36444042893869],[-72.10311872176989,41.36446242894073],[-72.10355872192127,41.36461242895645],[-72.10420172214249,41.36483142897941],[-72.10487372237125,41.3650154289946],[-72.10489472237842,41.365021428995114],[-72.10533872253075,41.36516442900934],[-72.1055067225883,41.365217429014514],[-72.10572872266422,41.36528442902074],[-72.106061722778,41.36538342902981],[-72.106379722887,41.36548442903973],[-72.10721372317259,41.36574342906457],[-72.1077757233649,41.365915429080815],[-72.10804072345584,41.36600142908944],[-72.10837572357092,41.36611242910079],[-72.10857172363811,41.36617442910684],[-72.10889072374788,41.366283429118276],[-72.10912972383004,41.36636342912653],[-72.11003272413976,41.3666534291553],[-72.11063172434595,41.366859429177055],[-72.11213272486266,41.36737542923153],[-72.11242972496494,41.36747842924247],[-72.11302872517126,41.36768642926461],[-72.1152917259507,41.36847242934826],[-72.11580372612723,41.36865342936782],[-72.11630872630099,41.36882542938581],[-72.11683072648003,41.36899342940251],[-72.11709372657073,41.36908642941255],[-72.11879872715858,41.369689429477695],[-72.12007172759293,41.370056429510015],[-72.12099672790589,41.370274429523995],[-72.12108172793472,41.37029542952547],[-72.1217717281696,41.370484429541065],[-72.12230672835248,41.37064442955577],[-72.12227972834626,41.37069142956582],[-72.12224072833745,41.370762429580914],[-72.12220072832837,41.37083442959625],[-72.12217472832252,41.370882429606446],[-72.12212272831076,41.370977429626635],[-72.12196672827558,41.37126242968722],[-72.12191572826423,41.37135842970758],[-72.12181672823344,41.37138442971574],[-72.12165972818462,41.37142642972883],[-72.12153972814983,41.3715044297478],[-72.1214557281256,41.371561429761556],[-72.12125772807924,41.371892429832464],[-72.12092072798863,41.37224142991117],[-72.11910672750103,41.37412343033558],[-72.11850272733875,41.374751430477154],[-72.11840572731215,41.374842430497964],[-72.11811772723333,41.37511543056029],[-72.11810272722927,41.37513043056369],[-72.11802172720706,41.37520643058107],[-72.1174977270647,41.37572243069825],[-72.11592472663745,41.37727343105042],[-72.11540172649545,41.377790431167746],[-72.11485572634723,41.378330431290294],[-72.11321872590285,41.37994943165771],[-72.11267372575502,41.38049043178044],[-72.11234272566388,41.380794431850155],[-72.11135272539146,41.38170643205921],[-72.11102272530069,41.3820114321291],[-72.1109217252752,41.38214643215862],[-72.11061872519866,41.38255043224703],[-72.11051872517353,41.38268643227673],[-72.11035372512305,41.38274543229338],[-72.10986072497224,41.3829224323433],[-72.10969672492213,41.3829824323601],[-72.10903672471632,41.383147432412834],[-72.10895772469162,41.383166432418996],[-72.10710572411416,41.383631432567334],[-72.10674372400123,41.383721432596154],[-72.1060067237715,41.38390743265537],[-72.10590372373946,41.383934432663835],[-72.105596723644,41.38401643268941],[-72.10549472361234,41.38404443269802],[-72.10427672323169,41.38433443279248],[-72.10304872284799,41.38462843288804],[-72.10062272208955,41.385201433075274],[-72.09940472170878,41.38548943316932],[-72.09913572162434,41.38554643318881],[-72.09833072137157,41.385716433247],[-72.0980627212875,41.38577443326663],[-72.09703372096594,41.38602043334663],[-72.09607672066697,41.386250433421246],[-72.09409072004644,41.386726433575845],[-72.09394972000236,41.38675943358667],[-72.09350571986364,41.38686643362136],[-72.09292171968117,41.38700643366682],[-72.09292171966757,41.386757433618115],[-72.09292171965399,41.38650843356941],[-72.09292071963263,41.38612343349415],[-72.09292071954681,41.38455143318669],[-72.09292071948812,41.38347643297643],[-72.09292071943997,41.3825944328039],[-72.09292071943516,41.3825064327867],[-72.09306471933981,41.379900432272485],[-72.0932207192381,41.377106431721074],[-72.09260571892875,41.37510643134887],[-72.09166371845524,41.37204743077954],[-72.09162071843353,41.371906430753285],[-72.09052071795004,41.369606430337306],[-72.09034071786962,41.36920643026462],[-72.0898007176284,41.36800643004653],[-72.089620717548,41.367606429973826],[-72.08933971742083,41.36695142985435],[-72.08849771703957,41.36498542949568],[-72.08821771691277,41.36433142937638],[-72.08805571683114,41.36380142927768],[-72.08783871672458,41.363142429155424],[-72.08781571671055,41.36302242913264],[-72.08774871666907,41.36266142906407],[-72.08772671665542,41.36254242904146],[-72.08762071658624,41.36190642892027],[-72.08752571651559,41.361177428780536],[-72.08699671611971,41.35707342799368],[-72.08682071598795,41.35570642773153],[-72.08884071663923,41.35559342764692],[-72.08885671664439,41.35559242764624],[-72.09086171729082,41.35548042756228],[-72.09122871740914,41.3554594275468],[-72.09350971829292,41.35805342798394],[-72.09370071836696,41.35827142802071],[-72.09408071851414,41.3587024280933],[-72.09495071877942,41.35837442800218],[-72.09520171885598,41.35828042797601],[-72.09545271893249,41.35818542794964],[-72.09544571893196,41.35821742795612],[-72.09546071893871,41.358251427962315],[-72.09546671894125,41.358262427964284],[-72.09561271898878,41.358262427959765],[-72.09566271900607,41.35828142796194],[-72.09569971901887,41.35829542796354],[-72.09573071902908,41.35829742796296],[-72.09610671913454,41.357987427890656],[-72.09630071919388,41.35791742787095],[-72.09634271920683,41.3579044278671],[-72.0964717192468,41.35786742785587],[-72.09651571926051,41.357856427852354],[-72.0964717192421,41.35778142783903],[-72.0964467192313,41.35773242783022],[-72.09632371917753,41.357480427784715],[-72.09627171915331,41.357346427760085],[-72.09624771914199,41.3572824277483],[-72.09622471913075,41.357213427735516],[-72.09740171951415,41.35721942770025],[-72.09847271986692,41.35729642768217],[-72.0993547201568,41.35734842766505],[-72.0993447201572,41.35741542767848],[-72.09924072015562,41.35800742779755],[-72.09923372016208,41.35816742782909],[-72.09923872016877,41.358260427847135],[-72.09926372018187,41.35835142786417],[-72.09927472018818,41.35840142787362],[-72.09941272025453,41.35879442794625],[-72.09953772031452,41.35914842801167],[-72.09955772032647,41.35924842803062],[-72.09957072033649,41.35935442805097],[-72.0995657203563,41.35974742812804],[-72.09957472036963,41.35993842816514],[-72.09962172039721,41.36016342820771],[-72.09962372039818,41.36016942820882],[-72.09966172041699,41.36028742823074],[-72.0997107204396,41.3604094282531],[-72.09980272048006,41.360602428288026],[-72.09983172049245,41.3606564282977],[-72.09992172053063,41.36081942832681],[-72.09995172054339,41.36087442833666],[-72.10011972060974,41.36108842837332],[-72.10062472080911,41.36173042848334],[-72.1007937208758,41.361944428519976],[-72.10084472089567,41.36200442853014],[-72.10088572091156,41.36205142853808],[-72.1009997209561,41.362187428561164],[-72.10105172097636,41.36224842857148],[-72.10131172107755,41.36255242862292],[-72.10131872108032,41.36256142862446],[-72.10155172117187,41.36284942867361],[-72.10181072127047,41.363111428716856],[-72.1020107213441,41.36326842874141],[-72.1021997214124,41.363392428759816],[-72.10221572141809,41.363401428761065],[-72.10238972147985,41.36349542877408],[-72.10258572154855,41.36358542878562],[-72.1026847215823,41.36361342878804],[-72.10283172163243,41.3636554287917],[-72.10298272168356,41.36369142879407],[-72.10308372171774,41.363715428795636]]]},"properties":{"name":8703,"geoid":"09011870300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.08049171635449,41.40019443663061],[-72.08044871634036,41.40019243663156],[-72.07785871549196,41.400098436693355],[-72.07782671548136,41.40009543669376],[-72.07773171544996,41.40008643669494],[-72.07770071543969,41.40008343669532],[-72.0776337154177,41.40008043669679],[-72.07536971467646,41.40000543675222],[-72.07259071377162,41.40000543683823],[-72.07250971374523,41.40000543684073],[-72.07204871359318,41.399969436847954],[-72.07191271354861,41.39996443685119],[-72.07090571321899,41.3999324368761],[-72.07090171321762,41.39993143687602],[-72.07012071296198,41.39990643689529],[-72.06989571288871,41.399906436902256],[-72.0688917125618,41.39990643693333],[-72.06831071237261,41.399906436951305],[-72.06288371060565,41.39990843711959],[-72.061075710017,41.39990943717571],[-72.05720670875154,41.39980643727522],[-72.04719870547834,41.3995434375332],[-72.04563270496611,41.39950143757339],[-72.04560270495628,41.39950043757412],[-72.0450777047846,41.39948743758781],[-72.0440287044415,41.39945943761475],[-72.04254370395576,41.39941943765281],[-72.04233070388611,41.39941443765842],[-72.04229870387597,41.399419437660384],[-72.04174270369994,41.39951143769554],[-72.04015570318346,41.39951743774576],[-72.03862870268661,41.399524437794305],[-72.03698570214753,41.3994504378306],[-72.0369947021481,41.39940743782191],[-72.03701670214852,41.399283437796974],[-72.0369217021002,41.39896443773753],[-72.03682670205194,41.39864643767828],[-72.03579270162021,41.39690243736916],[-72.03475970118888,41.39515943706018],[-72.03641070170417,41.39474943692898],[-72.03648970172026,41.39457243689194],[-72.0365347017293,41.394469436870416],[-72.03667170175707,41.394160436805734],[-72.03671770176648,41.394058436784356],[-72.03709970184393,41.39319643660397],[-72.0372847018815,41.39278043651689],[-72.0373797018954,41.392467436452726],[-72.03738070189502,41.39245443645016],[-72.03765070195804,41.39199743635243],[-72.03810270207373,41.39141943622542],[-72.03823470211073,41.391309436199826],[-72.03864170223574,41.391171436160256],[-72.0388057022882,41.39115443615188],[-72.03881670229174,41.39115343615133],[-72.03918870241635,41.39121743615235],[-72.03948670251013,41.39115743613141],[-72.03971970258092,41.391064436106035],[-72.04014370269628,41.39064743601137],[-72.04039070276184,41.39037443595034],[-72.04073370285855,41.39009943588595],[-72.04106170295476,41.38990543583789],[-72.04122170299924,41.38976543580555],[-72.0414907030784,41.38961043576693],[-72.0416517031264,41.3895294357461],[-72.04173170314787,41.389445435727204],[-72.04181970316907,41.389308435697686],[-72.04204570323782,41.3892194356733],[-72.04207070324252,41.38915643566019],[-72.04210370324891,41.389076435643524],[-72.04203070320764,41.38875543558299],[-72.04209670322436,41.38866743556375],[-72.042293703274,41.388401435505635],[-72.04230070326996,41.38828543548272],[-72.04229270326218,41.38819043546439],[-72.04216270319735,41.38777743538761],[-72.04210470316387,41.38750943533699],[-72.04210370315865,41.387419435319416],[-72.04217670316635,41.387124435259445],[-72.04236670321448,41.38687243520428],[-72.0424757032435,41.386753435177646],[-72.04259270327343,41.386603435144686],[-72.04259970326224,41.38635643509615],[-72.04251270322304,41.38615643505972],[-72.04232270314199,41.385804434996714],[-72.0423237031347,41.3856644349693],[-72.0423447031281,41.38541743492032],[-72.04222170307756,41.38522543488657],[-72.04163170285715,41.38470543480306],[-72.04149270280143,41.384513434769815],[-72.04147870278975,41.384382434744616],[-72.04153670279914,41.38420843470878],[-72.04164570282522,41.384035434671574],[-72.04214170296336,41.38360643457232],[-72.04217070296697,41.3834994345505],[-72.0421347029498,41.38339943453202],[-72.04187270285163,41.38316343449397],[-72.04180670282439,41.38305743447526],[-72.0418287028267,41.38296843445717],[-72.04194570285831,41.382849434430284],[-72.0421717029239,41.382702434394545],[-72.04225070294288,41.38257843436784],[-72.04224370293394,41.382456434344185],[-72.04217870290559,41.38232443432037],[-72.04188670278214,41.38180343422746],[-72.04188770277732,41.381708434208846],[-72.04194570279014,41.381597434185345],[-72.04218270286258,41.38151043416101],[-72.04236170291738,41.38144643414294],[-72.0424847029517,41.38134143411862],[-72.0426887029976,41.38096443403855],[-72.0430317030889,41.38059043395478],[-72.04308270309723,41.380438433923466],[-72.04301770306762,41.380283433895144],[-72.04289970302536,41.3802124338849],[-72.04272570296574,41.380158433879714],[-72.04268870295148,41.38011743387283],[-72.04272570295524,41.379965433841946],[-72.04292970301383,41.37982143380748],[-72.04326470311777,41.37972743377874],[-72.04341070316036,41.37963643375642],[-72.04356370320794,41.37959543374368],[-72.04361370322232,41.37956043373528],[-72.04380070328098,41.37951943372149],[-72.04394970332774,41.37948743371062],[-72.04423170341683,41.37943743369214],[-72.04447470349353,41.379393433676015],[-72.04454770351671,41.37938243367161],[-72.04458370352823,41.379378433669714],[-72.04479470359963,41.37942843367298],[-72.04482370360374,41.37933043365291],[-72.04487570361651,41.379254433636426],[-72.0450137036509,41.37906043359422],[-72.04525770371716,41.37881843353933],[-72.04534170374,41.37873543352049],[-72.0453897037524,41.37867643350746],[-72.04545770376987,41.37859043348855],[-72.04546570376239,41.378405433452095],[-72.04544370375103,41.378328433437694],[-72.04535070369826,41.37791543335979],[-72.04525570364443,41.37749443328033],[-72.04515670358822,41.377054433197316],[-72.04379970311028,41.376390433109314],[-72.04345570298914,41.37622243308706],[-72.0433277029393,41.37607243306166],[-72.04317670288164,41.37591643303579],[-72.04305970283698,41.37579543301573],[-72.04301870281175,41.37557743297433],[-72.04305570281552,41.37542543294345],[-72.04319670285697,41.37534343292306],[-72.04322870286673,41.37533143291972],[-72.04347870294356,41.37524743289556],[-72.04357270296887,41.37515043287369],[-72.04358770297138,41.37510643286461],[-72.04360170297151,41.375025432848325],[-72.04359070296694,41.375007432845145],[-72.04353570294452,41.3749244328306],[-72.04343470290978,41.374890432827065],[-72.04324370284174,41.37478243281183],[-72.04307070277584,41.37460643278273],[-72.04280070266304,41.37414943270166],[-72.04272770262665,41.37391743265851],[-72.04262670258207,41.37370243261957],[-72.04256070255296,41.3735624325942],[-72.04244470250644,41.373401432566276],[-72.04238570248543,41.37336843256164],[-72.04206570237906,41.373328432563696],[-72.04177470228804,41.37339643258599],[-72.04138870215817,41.37331943258285],[-72.04120170209049,41.37319443256415],[-72.04107570204489,41.3731104325516],[-72.04094870198244,41.3727224324796],[-72.04071570187978,41.37223043239053],[-72.0397527015419,41.37178243233257],[-72.03922170135563,41.37153643230085],[-72.03878870120373,41.371335432274876],[-72.03860270113682,41.37121843225773],[-72.03841770107016,41.37110043224033],[-72.03834370104481,41.37107743223813],[-72.03830770103251,41.37106643223708],[-72.03817670098402,41.3709594322202],[-72.03816770097995,41.37093843221637],[-72.03813970096704,41.37086843220352],[-72.03817270094812,41.370323432095844],[-72.03817070094334,41.370247432081044],[-72.03825470090263,41.36899643183361],[-72.0383627009329,41.36890643181267],[-72.03897170110346,41.368397431694255],[-72.03935270121023,41.36808043162044],[-72.03944370123574,41.36800443160276],[-72.0397037013087,41.36778943155265],[-72.04013870143072,41.36742943146878],[-72.04131870178294,41.36684243131744],[-72.04198370198148,41.36651243123234],[-72.04202170199282,41.366493431227426],[-72.04223670204809,41.36622243116777],[-72.04264870214095,41.36546443100669],[-72.04306870217034,41.363491430607546],[-72.04261170202098,41.363480430619504],[-72.04244570189763,41.36220643037526],[-72.0411627013786,41.360342430050004],[-72.04081070123621,41.35983142996085],[-72.04102270130377,41.359804429949016],[-72.04111770133409,41.35979342994392],[-72.04166070150747,41.35973142991503],[-72.04187370157551,41.359707429903764],[-72.04191670158924,41.359702429901446],[-72.0421127016518,41.359679429890896],[-72.04282970188073,41.35959742985271],[-72.0430697019574,41.359570429840005],[-72.04330370203205,41.35954242982731],[-72.04471570248359,41.35939342975455],[-72.04551170273764,41.359300429711766],[-72.04584470284398,41.35926242969404],[-72.04755770339035,41.359055429600616],[-72.04795270351676,41.359015429580616],[-72.0482287036054,41.358993429567775],[-72.04875770377586,41.35896142954516],[-72.04901070385768,41.358951429535395],[-72.0492647039402,41.358948429526976],[-72.04951970402342,41.35895242951988],[-72.0497737041066,41.35896142951379],[-72.0500277041901,41.35897642950889],[-72.05056870436897,41.35902742950217],[-72.05096570450087,41.359076429499495],[-72.05122870458865,41.3591164294992],[-72.0517227047542,41.35920342950097],[-72.05217670491054,41.35936042951769],[-72.05275570510955,41.35955442953778],[-72.05278970512127,41.35956642953907],[-72.05303770520675,41.35965342954845],[-72.05345670535195,41.35981542956721],[-72.05364170541633,41.359891429576365],[-72.05396170552787,41.36002742959312],[-72.05507270591401,41.36047742964686],[-72.05529870599257,41.36056942965791],[-72.05573970614589,41.36074842967932],[-72.05597970622918,41.360843429690505],[-72.0562077063083,41.36093342970106],[-72.05654070642437,41.36107442971837],[-72.05705770660416,41.36128542974371],[-72.05721670665949,41.36135142975171],[-72.05761170679716,41.36151842977218],[-72.0577327068391,41.36156542977765],[-72.05833370704819,41.36181242980742],[-72.05856470712827,41.36190242981791],[-72.05903670729073,41.36206442983503],[-72.05964870749905,41.362231429848805],[-72.05994570760019,41.36231342985569],[-72.0605377078015,41.362471429868314],[-72.06064070783655,41.36249942987061],[-72.0606857078519,41.362512429871764],[-72.06094970794199,41.362588429878485],[-72.06105270797715,41.362618429881174],[-72.06116970801708,41.3626524298842],[-72.06152270813755,41.362754429893265],[-72.0616407081778,41.36278842989628],[-72.06187870825903,41.36285742990243],[-72.06259370850304,41.36306442992084],[-72.06283270858461,41.36313342992695],[-72.0629947086399,41.36318042993114],[-72.06302870865147,41.36318942993185],[-72.06362070885326,41.36335642994624],[-72.06381870892076,41.36341242995108],[-72.06390170894903,41.36343542995303],[-72.06430770908729,41.36354742996239],[-72.06511270936149,41.36377042998115],[-72.06541770946522,41.36385242998777],[-72.06578070958828,41.36394242999418],[-72.06591570963407,41.363976429996654],[-72.06627570975594,41.364062430002356],[-72.06651870983778,41.36411243000463],[-72.0665387098445,41.3641164300048],[-72.06725571008448,41.36423743000633],[-72.06739171013001,41.36426043000661],[-72.06750271016688,41.36427443000592],[-72.0675377101814,41.364331430015994],[-72.06757871019845,41.36439943002803],[-72.06767271023766,41.364557430056045],[-72.06781271029494,41.364772430093794],[-72.06789271032774,41.36489643011559],[-72.06794571034935,41.36497643012961],[-72.06799171036806,41.3650454301417],[-72.06809871041264,41.365224430173406],[-72.0681487104335,41.365308430188314],[-72.06821471046038,41.365407430205636],[-72.068225710465,41.36542643020901],[-72.06837571052733,41.36567443025292],[-72.06844671055671,41.36578943027323],[-72.06849871057821,41.36587343028806],[-72.0685217105877,41.36591043029459],[-72.06857871061085,41.365994430309264],[-72.06859671061818,41.366021430313985],[-72.06866271064523,41.36612343033192],[-72.06873971067671,41.36624143035264],[-72.06907971081598,41.366766430444855],[-72.06921871087295,41.366981430482625],[-72.06929371090368,41.36709743050302],[-72.06936971093484,41.36721543052376],[-72.06952271099718,41.36744543056404],[-72.0696007110289,41.367561430584324],[-72.07025371129566,41.36855643075885],[-72.07026571130044,41.368572430761596],[-72.07107471163374,41.369856430987845],[-72.07143671178162,41.37040743108447],[-72.07249071223788,41.37248343145809],[-72.0725017122426,41.372504431461856],[-72.07253471225692,41.37257043147373],[-72.07254671226204,41.372592431477685],[-72.07261171228969,41.372711431498956],[-72.07272371233901,41.37294743154167],[-72.07275171235128,41.37300543155215],[-72.07284171239088,41.37319443158635],[-72.07308071249544,41.37368543167502],[-72.07337171262054,41.37424243177501],[-72.0735857127125,41.374651431848406],[-72.0736307127319,41.374738431864046],[-72.0737047127653,41.37490943189521],[-72.07378071279828,41.3750604319224],[-72.07394371287074,41.37541643198702],[-72.07402571290709,41.37559343201911],[-72.07505471335678,41.377697432398904],[-72.07527671345382,41.378151432480855],[-72.07542471351873,41.37845843253635],[-72.07610671381791,41.37987343279207],[-72.07631171390896,41.38031943287297],[-72.07642871396091,41.38057343291903],[-72.07672771409752,41.38129343305063],[-72.07689371417523,41.38172743313039],[-72.0784497149138,41.38598043391416],[-72.07898671516874,41.38744843418466],[-72.07906971520988,41.387707434232766],[-72.07933271533459,41.38842343436465],[-72.07973471552286,41.38947543455796],[-72.07994571562347,41.39006043466584],[-72.08005571567693,41.39038343472561],[-72.08021871575976,41.39092843482714],[-72.08031371581102,41.39130143489715],[-72.08041571586924,41.39175943498356],[-72.08047771590792,41.39209843504793],[-72.0804997159234,41.392250435076974],[-72.08061671596009,41.39222543506847],[-72.08067671597898,41.392213435064264],[-72.08102071616146,41.3935044353061],[-72.08102071624488,41.3950324356049],[-72.0810207162541,41.395201435637944],[-72.08102071627074,41.39550643569758],[-72.08142471640518,41.395559435695425],[-72.0815037164315,41.395570435695134],[-72.08158671657942,41.39778443612549],[-72.08137371651219,41.39782343613971],[-72.08092171636957,41.39790643616993],[-72.08055171625291,41.397976436195094],[-72.08054371627448,41.398419436281934],[-72.08053271630438,41.399032436402145],[-72.08050671633512,41.39975043654334],[-72.08049171635449,41.40019443663061]]]},"properties":{"name":8702,"geoid":"09011870200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.45081686340379,41.871707516570254],[-72.45034686325361,41.87176451659622],[-72.44893786280362,41.87193851667471],[-72.44846886265388,41.87199751670102],[-72.44826786259034,41.87203351671438],[-72.44766786240058,41.872140516754136],[-72.4474678623374,41.872177516767664],[-72.44732686229268,41.87220051677659],[-72.44683286213412,41.872247516801394],[-72.44492786152263,41.872429516897206],[-72.44429286131883,41.8724905169292],[-72.44414186127005,41.872499516935754],[-72.4437658611499,41.872544516956424],[-72.44218786064549,41.872732517042955],[-72.44166286047776,41.87279651707204],[-72.4409688602568,41.87289451711305],[-72.43888785959426,41.873188517236066],[-72.43819485937368,41.873287517277234],[-72.43815985936243,41.873290517278924],[-72.43805485932883,41.87330251728459],[-72.43802085931802,41.873307517286634],[-72.43629285876744,41.87354451738741],[-72.43111085711642,41.87425751768998],[-72.42938385656622,41.87449551779088],[-72.42842885626067,41.87460451784232],[-72.42801785612659,41.8746065178558],[-72.42800085611262,41.87445851782778],[-72.4279118560594,41.87403451774884],[-72.42784685602062,41.87372651769149],[-72.42777085597517,41.87336451762409],[-72.42750485581368,41.87205451737982],[-72.42741385575381,41.87152551728067],[-72.42740485574757,41.871467517269764],[-72.42732485568247,41.87078351714037],[-72.42724785561886,41.87010851701261],[-72.42701685542808,41.86808351662925],[-72.42693985536447,41.867408516501484],[-72.42665585518927,41.865960516231155],[-72.4262638548512,41.86227251553201],[-72.42615285477812,41.86162551541069],[-72.42552785430533,41.856905514519724],[-72.42551885429998,41.8568635145119],[-72.42539885422615,41.856254514398195],[-72.42521485411284,41.855319514223595],[-72.42520785410835,41.85528051421627],[-72.42544385418532,41.85527951420858],[-72.4258288543103,41.855267514194004],[-72.42599185436328,41.85526351418805],[-72.42632585447122,41.85524451417375],[-72.42671685459696,41.85521151415495],[-72.4269828546822,41.855183514141075],[-72.42736685480536,41.85514551412152],[-72.42743385482684,41.85513851411803],[-72.42754985486378,41.85512251411126],[-72.42788685497116,41.85507651409164],[-72.42809385503661,41.85503951407792],[-72.42809985503848,41.85503751407735],[-72.42828185509582,41.85500151406462],[-72.42850685516659,41.85495451404837],[-72.42858085518994,41.854940514043314],[-72.42913885536474,41.85481151400066],[-72.42918085537781,41.85480051399719],[-72.42940485544769,41.85474351397907],[-72.42948085547864,41.854851513997474],[-72.42954285550395,41.85494051401269],[-72.42969985556898,41.855182514054405],[-72.42977285559918,41.85529451407369],[-72.42992885566211,41.85550551410946],[-72.43012585574368,41.855808514161666],[-72.43023985579102,41.85598651419239],[-72.43066085597513,41.85680651433723],[-72.43096585610961,41.85741951444583],[-72.43115585616796,41.85735551442742],[-72.43152785628085,41.857205514386635],[-72.43175985635061,41.857100514358976],[-72.43191385639818,41.857053514345004],[-72.43199485642447,41.85705051434186],[-72.43201585643186,41.85706051434312],[-72.43206985645179,41.85710051434912],[-72.43214985648251,41.857181514362196],[-72.43219285649968,41.85723651437144],[-72.43234085656115,41.85746751441131],[-72.43274285672311,41.858007514502724],[-72.43277285673702,41.858079514515666],[-72.43278185674342,41.85814051452716],[-72.43276885674221,41.858193514537795],[-72.43271685672757,41.85823451454738],[-72.43261385669685,41.8582855145605],[-72.43197385650203,41.85853251462852],[-72.43179285644716,41.85860651464858],[-72.43241085669752,41.8594605147937],[-72.43316685692093,41.8590505146905],[-72.43415885721505,41.858529514558384],[-72.43456185733498,41.8583255145062],[-72.43475685739293,41.85822551448069],[-72.43501585746999,41.85809451444715],[-72.43526885754521,41.85796551441419],[-72.4353458575682,41.85792751440443],[-72.43551885761133,41.85769351435374],[-72.43552385761383,41.85770851435649],[-72.43584685771754,41.85767851434042],[-72.4359078577429,41.857774514357],[-72.4359388577548,41.857805514362],[-72.43599985777688,41.85784351436739],[-72.43603485778897,41.857855514368595],[-72.4360698578007,41.85786051436844],[-72.43614485782524,41.85786151436624],[-72.43622485785106,41.85785651436274],[-72.4364298579167,41.85783451435195],[-72.4369848580945,41.857775514322896],[-72.43796985841082,41.85768451427396],[-72.43827185850748,41.85765051425779],[-72.43917785879748,41.85755051420964],[-72.43948085889451,41.857517514193624],[-72.4397798589896,41.85747351417561],[-72.4406778592751,41.85734051412135],[-72.44097785937059,41.85729751410351],[-72.44129785947246,41.85725251408463],[-72.44134085948622,41.85724751408229],[-72.44225785977714,41.8571005140247],[-72.44257785987872,41.85705051400486],[-72.44264285992462,41.857483514086354],[-72.44279186002221,41.858342514247376],[-72.44289386008896,41.85892951435739],[-72.4430408601822,41.859723514505944],[-72.44333086037098,41.86137451481527],[-72.44335986039525,41.86163451486452],[-72.44335386039718,41.86170251487783],[-72.44332286039047,41.861762514890394],[-72.44329786038374,41.861787514896015],[-72.44326186037311,41.86180751490102],[-72.44321986036022,41.86182151490507],[-72.4431278603303,41.86182351490837],[-72.44299086028404,41.86179651490753],[-72.44292586026248,41.86179051490845],[-72.44288786025008,41.861790514909664],[-72.44275786020765,41.86179051491379],[-72.44220586003118,41.86185551494392],[-72.44202185997203,41.86187151495287],[-72.44179185989735,41.86187851496154],[-72.44158385982837,41.8618595149645],[-72.44132485975518,41.86205851501116],[-72.44054885953597,41.86265651515124],[-72.44029085946315,41.862856515198054],[-72.43933485919295,41.86359051537014],[-72.43966685931288,41.86379351539873],[-72.44038985957664,41.86428051546967],[-72.44046785960553,41.86434051547876],[-72.44068085968355,41.864489515500736],[-72.44072785970077,41.86452251550559],[-72.44077285971721,41.86455351551014],[-72.44087085975315,41.86462251552033],[-72.44091885977076,41.86465651552536],[-72.44099885980012,41.86471351553381],[-72.44113485985015,41.86481251554858],[-72.44123585988763,41.8648915155606],[-72.44131385991656,41.8649525155699],[-72.44173586008134,41.8654265156479],[-72.4419588601717,41.86573451570022],[-72.44207186022078,41.8659485157379],[-72.4421858602744,41.866236515789836],[-72.44225286031018,41.86648051583479],[-72.44230286034367,41.866781515891255],[-72.44230986034846,41.86682551589954],[-72.44231286035959,41.86700351593377],[-72.44230786035938,41.86702851593876],[-72.4422768603532,41.86709751595306],[-72.44223086034178,41.867160515966674],[-72.44219286033164,41.8672005159756],[-72.442088860307,41.867363516010364],[-72.44221586035084,41.86740551601442],[-72.44221986035295,41.867419516017],[-72.44229286038147,41.86750151603048],[-72.4424648604452,41.86763451605067],[-72.44257786048824,41.8677425160679],[-72.44259886049623,41.867762516071096],[-72.44279886056887,41.86789151608961],[-72.44289486060345,41.86794851609755],[-72.44300586064219,41.86799251610252],[-72.44315286069275,41.8680375161065],[-72.44330586074446,41.868068516107606],[-72.44346786079821,41.86808351610532],[-72.44346386080265,41.86818451612495],[-72.4435378608399,41.868414516166965],[-72.44355086084644,41.868454516174275],[-72.44356786085491,41.868505516183546],[-72.44358586086489,41.86857751619688],[-72.44359686087087,41.86861951620463],[-72.44367986090407,41.86872651622264],[-72.44371386091761,41.86876951622985],[-72.44385686097016,41.868872516245155],[-72.44400486102406,41.868970516259346],[-72.44411886106556,41.869045516270184],[-72.44414986107691,41.86906751627344],[-72.44424586111214,41.869135516283514],[-72.4442778611239,41.86915851628691],[-72.4443708611571,41.86920851629362],[-72.4444278611772,41.8692345162968],[-72.44458886123398,41.86930851630595],[-72.44466686126108,41.86933751630905],[-72.44477886129907,41.86936251631031],[-72.44490986134194,41.86936451630652],[-72.44491486134365,41.869365516306544],[-72.44507886139637,41.86935151629862],[-72.44524986145122,41.8693345162899],[-72.44529886146698,41.86933051628756],[-72.44551386153648,41.8693185162784],[-72.44576786161957,41.86932151627088],[-72.44586886165264,41.86932351626806],[-72.44594086167649,41.869329516266916],[-72.44625186178077,41.86937751626626],[-72.44629086179393,41.86938551626657],[-72.4465138618694,41.86943251626854],[-72.44714386208429,41.86959451627971],[-72.44732086214503,41.86964651628409],[-72.44766186226211,41.86974751629272],[-72.44783186232034,41.86979551629655],[-72.44795786236352,41.86983151629948],[-72.44818986244165,41.86987351630018],[-72.44835486249657,41.86989251629859],[-72.44853186255557,41.86991351629701],[-72.44856886256788,41.869917516296596],[-72.44868086260527,41.86993251629592],[-72.44871886261798,41.86993751629568],[-72.44891886268445,41.869958516293366],[-72.44930986281442,41.8699995162888],[-72.44951986288393,41.87001651628538],[-72.44972086295057,41.87003451628245],[-72.4497988629761,41.870035516280176],[-72.45003586305363,41.8700385162732],[-72.45011486307953,41.87004051627106],[-72.45018786311304,41.870210516301526],[-72.45040886321428,41.870720516392865],[-72.45048286324814,41.870890516423295],[-72.45053686327336,41.87102351644724],[-72.45069886334902,41.87142251651903],[-72.45075286337428,41.87155651654316],[-72.4507648633799,41.87158651654858],[-72.45080386339777,41.87167651656468],[-72.45081686340379,41.871707516570254]]]},"properties":{"name":5301,"geoid":"09013530100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.44257785987872,41.85705051400486],[-72.44309086004225,41.8569815139752],[-72.44321386008149,41.85696551396821],[-72.44381386027327,41.85689451393538],[-72.44463586053652,41.85680651389223],[-72.444861860609,41.8567835138806],[-72.44514986070037,41.85673751386255],[-72.44528886074413,41.85670951385271],[-72.44570886087655,41.8566275138235],[-72.4457568608917,41.856618513820244],[-72.4458468609196,41.856592513812345],[-72.44602686097572,41.856546513797745],[-72.44657086114547,41.85640951375397],[-72.44675186120197,41.85636451373952],[-72.44734386138694,41.85621951369267],[-72.44743186141446,41.856198513685825],[-72.44789386155789,41.856069513646226],[-72.44816486164098,41.855975513619455],[-72.44835786169936,41.85589451359767],[-72.44843486172238,41.855857513588084],[-72.4490308618987,41.85553851350751],[-72.44924286196148,41.855425513478956],[-72.44957986206279,41.85527351343888],[-72.4495788620618,41.85526151343661],[-72.44957886205975,41.85522551342966],[-72.44957886205906,41.855213513427344],[-72.44978986212753,41.855206513419276],[-72.45005986221695,41.855229513415104],[-72.4501518622475,41.8552385134139],[-72.45087786248882,41.85531551340563],[-72.45104686254558,41.85534351340566],[-72.45142086266976,41.855380513400874],[-72.45179186279353,41.85542751339813],[-72.45186386281766,41.855438513397964],[-72.45193486284151,41.855450513398004],[-72.45228786296047,41.85551651339951],[-72.45242986300812,41.85553951339942],[-72.45287886315992,41.855631513402855],[-72.45315486325325,41.85568851340506],[-72.45338586333115,41.855732513406195],[-72.4537008634367,41.85578051340542],[-72.45399186353339,41.855810513401934],[-72.45423986361507,41.85582351339654],[-72.45469886376635,41.85584951338694],[-72.45511386390203,41.85585351337446],[-72.45547486402013,41.85585851336394],[-72.45636086431038,41.855877513339365],[-72.45677686444672,41.85588751332803],[-72.45693586449885,41.85589151332375],[-72.45741486465596,41.85590551331117],[-72.45757486470848,41.855910513307045],[-72.45782686479043,41.85590551329805],[-72.45816486490115,41.85591251328862],[-72.4595158653439,41.85594451325174],[-72.45993786548141,41.8559405132375],[-72.46052886567405,41.85593651321789],[-72.46079086575836,41.85591551320548],[-72.4608508657772,41.85590251320107],[-72.4611308658655,41.855848513181726],[-72.46178186606491,41.85561951311679],[-72.46208886615901,41.855512513086346],[-72.46230686622548,41.855430513063574],[-72.4629638664261,41.85518851299592],[-72.46318386649327,41.85510751297328],[-72.46341186656288,41.85502351294981],[-72.46409886677293,41.854775512880046],[-72.46432886684327,41.854692512856694],[-72.46471386696186,41.85456851282049],[-72.46587086731833,41.85419851271221],[-72.46595586734459,41.85417251270447],[-72.46626486744148,41.85410351268131],[-72.46629586746873,41.85440351273821],[-72.46632686749591,41.854702512794915],[-72.46642086755801,41.85525351289825],[-72.46643386756489,41.855299512906726],[-72.46645486757602,41.85537451292051],[-72.46652186761014,41.85558951295987],[-72.46659386764661,41.85581651300137],[-72.46667886768729,41.85604351304247],[-72.46678186773539,41.856297513088194],[-72.46685486777079,41.856500513125035],[-72.46689686779254,41.856641513150905],[-72.46706486787424,41.85711251323643],[-72.46715286792106,41.8574295132948],[-72.4672028679493,41.85763851333353],[-72.46724486797498,41.8578485133727],[-72.46727286799606,41.85805751341215],[-72.46730686802614,41.85839051347531],[-72.46731986804501,41.85864651352429],[-72.46731786805188,41.85877851354984],[-72.46730786805753,41.85893451358026],[-72.46728986806056,41.859090513610916],[-72.46725386806033,41.85929251365104],[-72.46720386805474,41.859480513688915],[-72.46716286804781,41.85959351371203],[-72.46706186802905,41.859842513763304],[-72.4667468679583,41.86040451388178],[-72.46665786793783,41.86055451391354],[-72.4663918678767,41.86100451400886],[-72.4663038678566,41.861155514040796],[-72.4662758678511,41.86121951405404],[-72.46624786784572,41.86128551406767],[-72.46620386783901,41.86141951409491],[-72.46618286783605,41.86148751410872],[-72.46617486783799,41.861567514124395],[-72.46615286784461,41.861809514171796],[-72.46614586784696,41.86189051418764],[-72.46614186785331,41.862024514213616],[-72.46613986785384,41.86204551421775],[-72.46611686786753,41.862416514290054],[-72.46610586786925,41.862509514308336],[-72.4660878678722,41.86266451433883],[-72.46607986787336,41.86273051435182],[-72.46604086787228,41.862934514392414],[-72.4660368678724,41.86295951439736],[-72.4660098678697,41.86306651441886],[-72.46597486786501,41.86318451444276],[-72.46593886786198,41.86333751447343],[-72.46583386785015,41.86373051455258],[-72.46576386784243,41.86399551460595],[-72.46574486783987,41.8640595146189],[-72.46568886783257,41.86425151465773],[-72.4656708678304,41.86431651467084],[-72.46558786781958,41.86460151472847],[-72.46556186781639,41.86469451474725],[-72.46550386780648,41.864852514779585],[-72.46543486779213,41.86499551480936],[-72.4652748677556,41.865270514867525],[-72.4651938677364,41.86539751489461],[-72.46503486769885,41.8656485149481],[-72.46484286765586,41.86599351502078],[-72.46476286764106,41.86619151506153],[-72.46474986764782,41.86638451509918],[-72.4647618676587,41.86650651512233],[-72.46476986766638,41.86659551513923],[-72.46483086774596,41.867640515338884],[-72.46482986776275,41.86794051539678],[-72.46481086776294,41.86805251541901],[-72.46476186776447,41.86835951547979],[-72.46475486776397,41.868390515485984],[-72.46473386776356,41.86850351550845],[-72.46468986776037,41.868699515547675],[-72.46456186775235,41.86929051566575],[-72.46451986774989,41.86948751570511],[-72.46449586774747,41.86958251572418],[-72.4644268677414,41.869870515781955],[-72.46440386773936,41.86996651580119],[-72.46414286765578,41.86999451581492],[-72.46336286740599,41.870078515856015],[-72.46310286732276,41.87010751586988],[-72.4628048672287,41.87016351589019],[-72.46191286694724,41.87033351595146],[-72.4616158668536,41.87039151597211],[-72.46138986678258,41.870439515988565],[-72.46071386657027,41.87058551603829],[-72.46048886649963,41.87063451605491],[-72.4600698663648,41.87066851607482],[-72.45881286596044,41.87077251613498],[-72.45839486582607,41.87080851615524],[-72.45687886534144,41.87098751623811],[-72.45233186388799,41.87152651648703],[-72.45081686340379,41.871707516570254],[-72.45080386339777,41.87167651656468],[-72.4507648633799,41.87158651654858],[-72.45075286337428,41.87155651654316],[-72.45069886334902,41.87142251651903],[-72.45053686327336,41.87102351644724],[-72.45048286324814,41.870890516423295],[-72.45040886321428,41.870720516392865],[-72.45018786311304,41.870210516301526],[-72.45011486307953,41.87004051627106],[-72.45003586305363,41.8700385162732],[-72.4497988629761,41.870035516280176],[-72.44972086295057,41.87003451628245],[-72.44951986288393,41.87001651628538],[-72.44930986281442,41.8699995162888],[-72.44891886268445,41.869958516293366],[-72.44871886261798,41.86993751629568],[-72.44868086260527,41.86993251629592],[-72.44856886256788,41.869917516296596],[-72.44853186255557,41.86991351629701],[-72.44835486249657,41.86989251629859],[-72.44818986244165,41.86987351630018],[-72.44795786236352,41.86983151629948],[-72.44783186232034,41.86979551629655],[-72.44766186226211,41.86974751629272],[-72.44732086214503,41.86964651628409],[-72.44714386208429,41.86959451627971],[-72.4465138618694,41.86943251626854],[-72.44629086179393,41.86938551626657],[-72.44625186178077,41.86937751626626],[-72.44594086167649,41.869329516266916],[-72.44586886165264,41.86932351626806],[-72.44576786161957,41.86932151627088],[-72.44551386153648,41.8693185162784],[-72.44529886146698,41.86933051628756],[-72.44524986145122,41.8693345162899],[-72.44507886139637,41.86935151629862],[-72.44491486134365,41.869365516306544],[-72.44490986134194,41.86936451630652],[-72.44477886129907,41.86936251631031],[-72.44466686126108,41.86933751630905],[-72.44458886123398,41.86930851630595],[-72.4444278611772,41.8692345162968],[-72.4443708611571,41.86920851629362],[-72.4442778611239,41.86915851628691],[-72.44424586111214,41.869135516283514],[-72.44414986107691,41.86906751627344],[-72.44411886106556,41.869045516270184],[-72.44400486102406,41.868970516259346],[-72.44385686097016,41.868872516245155],[-72.44371386091761,41.86876951622985],[-72.44367986090407,41.86872651622264],[-72.44359686087087,41.86861951620463],[-72.44358586086489,41.86857751619688],[-72.44356786085491,41.868505516183546],[-72.44355086084644,41.868454516174275],[-72.4435378608399,41.868414516166965],[-72.44346386080265,41.86818451612495],[-72.44346786079821,41.86808351610532],[-72.44330586074446,41.868068516107606],[-72.44315286069275,41.8680375161065],[-72.44300586064219,41.86799251610252],[-72.44289486060345,41.86794851609755],[-72.44279886056887,41.86789151608961],[-72.44259886049623,41.867762516071096],[-72.44257786048824,41.8677425160679],[-72.4424648604452,41.86763451605067],[-72.44229286038147,41.86750151603048],[-72.44221986035295,41.867419516017],[-72.44221586035084,41.86740551601442],[-72.442088860307,41.867363516010364],[-72.44219286033164,41.8672005159756],[-72.44223086034178,41.867160515966674],[-72.4422768603532,41.86709751595306],[-72.44230786035938,41.86702851593876],[-72.44231286035959,41.86700351593377],[-72.44230986034846,41.86682551589954],[-72.44230286034367,41.866781515891255],[-72.44225286031018,41.86648051583479],[-72.4421858602744,41.866236515789836],[-72.44207186022078,41.8659485157379],[-72.4419588601717,41.86573451570022],[-72.44173586008134,41.8654265156479],[-72.44131385991656,41.8649525155699],[-72.44123585988763,41.8648915155606],[-72.44113485985015,41.86481251554858],[-72.44099885980012,41.86471351553381],[-72.44091885977076,41.86465651552536],[-72.44087085975315,41.86462251552033],[-72.44077285971721,41.86455351551014],[-72.44072785970077,41.86452251550559],[-72.44068085968355,41.864489515500736],[-72.44046785960553,41.86434051547876],[-72.44038985957664,41.86428051546967],[-72.43966685931288,41.86379351539873],[-72.43933485919295,41.86359051537014],[-72.44029085946315,41.862856515198054],[-72.44054885953597,41.86265651515124],[-72.44132485975518,41.86205851501116],[-72.44158385982837,41.8618595149645],[-72.44179185989735,41.86187851496154],[-72.44202185997203,41.86187151495287],[-72.44220586003118,41.86185551494392],[-72.44275786020765,41.86179051491379],[-72.44288786025008,41.861790514909664],[-72.44292586026248,41.86179051490845],[-72.44299086028404,41.86179651490753],[-72.4431278603303,41.86182351490837],[-72.44321986036022,41.86182151490507],[-72.44326186037311,41.86180751490102],[-72.44329786038374,41.861787514896015],[-72.44332286039047,41.861762514890394],[-72.44335386039718,41.86170251487783],[-72.44335986039525,41.86163451486452],[-72.44333086037098,41.86137451481527],[-72.4430408601822,41.859723514505944],[-72.44289386008896,41.85892951435739],[-72.44279186002221,41.858342514247376],[-72.44264285992462,41.857483514086354],[-72.44257785987872,41.85705051400486]]]},"properties":{"name":5302,"geoid":"09013530200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.49905087792432,41.85031651090434],[-72.4989868779379,41.85091951102274],[-72.49879487797882,41.85273251137872],[-72.49873387799346,41.85333751149741],[-72.49845187796042,41.85436951170553],[-72.4976068778619,41.857471512331024],[-72.4973258778293,41.8585055125395],[-72.49726287782372,41.85876751259205],[-72.49724487782224,41.858844512607476],[-72.49700487780221,41.85986451281193],[-72.4969268777962,41.86020451288001],[-72.49681087778234,41.86062451296475],[-72.49674087777379,41.86087451301521],[-72.49661587776023,41.86135151311123],[-72.49604787769987,41.863538513551276],[-72.49595187768969,41.86390851362571],[-72.49585887767994,41.86426851369813],[-72.49584987767973,41.864316513707664],[-72.49582387767944,41.86445951373608],[-72.49581587767962,41.86450851374578],[-72.49553787767412,41.86599951404229],[-72.49446787733515,41.866178514110985],[-72.49414587723322,41.86623351413187],[-72.4928028768044,41.8663995142068],[-72.4918718765063,41.86649951425581],[-72.48907987561236,41.86680151440322],[-72.48814987531466,41.8669035144526],[-72.48795787525326,41.866925514462956],[-72.48738287506954,41.86699451449463],[-72.48719187500858,41.86701851450536],[-72.48541387443848,41.86719651459646],[-72.48532987441158,41.86720551460087],[-72.485035874319,41.86726451462165],[-72.48483087425438,41.867304514635904],[-72.48441887412362,41.86736951466158],[-72.48292887365089,41.867606514754875],[-72.48256887353743,41.867677514780056],[-72.4819558733444,41.867800514823344],[-72.48192887333582,41.86780451482498],[-72.47947787255295,41.8681035149609],[-72.47204687017941,41.86901051537298],[-72.46956986938824,41.86931351551046],[-72.46881786914817,41.86940751555257],[-72.46656186842787,41.86968851567874],[-72.46581086818816,41.86978351572103],[-72.46552886809818,41.869819515736964],[-72.46468486782896,41.8699295157851],[-72.46440386773936,41.86996651580119],[-72.4644268677414,41.869870515781955],[-72.46449586774747,41.86958251572418],[-72.46451986774989,41.86948751570511],[-72.46456186775235,41.86929051566575],[-72.46468986776037,41.868699515547675],[-72.46473386776356,41.86850351550845],[-72.46475486776397,41.868390515485984],[-72.46476186776447,41.86835951547979],[-72.46481086776294,41.86805251541901],[-72.46482986776275,41.86794051539678],[-72.46483086774596,41.867640515338884],[-72.46476986766638,41.86659551513923],[-72.4647618676587,41.86650651512233],[-72.46474986764782,41.86638451509918],[-72.46476286764106,41.86619151506153],[-72.46484286765586,41.86599351502078],[-72.46503486769885,41.8656485149481],[-72.4651938677364,41.86539751489461],[-72.4652748677556,41.865270514867525],[-72.46543486779213,41.86499551480936],[-72.46550386780648,41.864852514779585],[-72.46556186781639,41.86469451474725],[-72.46558786781958,41.86460151472847],[-72.4656708678304,41.86431651467084],[-72.46568886783257,41.86425151465773],[-72.46574486783987,41.8640595146189],[-72.46576386784243,41.86399551460595],[-72.46583386785015,41.86373051455258],[-72.46593886786198,41.86333751447343],[-72.46597486786501,41.86318451444276],[-72.4660098678697,41.86306651441886],[-72.4660368678724,41.86295951439736],[-72.46604086787228,41.862934514392414],[-72.46607986787336,41.86273051435182],[-72.4660878678722,41.86266451433883],[-72.46610586786925,41.862509514308336],[-72.46611686786753,41.862416514290054],[-72.46613986785384,41.86204551421775],[-72.46614186785331,41.862024514213616],[-72.46614586784696,41.86189051418764],[-72.46615286784461,41.861809514171796],[-72.46617486783799,41.861567514124395],[-72.46618286783605,41.86148751410872],[-72.46620386783901,41.86141951409491],[-72.46624786784572,41.86128551406767],[-72.4662758678511,41.86121951405404],[-72.4663038678566,41.861155514040796],[-72.4663918678767,41.86100451400886],[-72.46665786793783,41.86055451391354],[-72.4667468679583,41.86040451388178],[-72.46706186802905,41.859842513763304],[-72.46716286804781,41.85959351371203],[-72.46720386805474,41.859480513688915],[-72.46725386806033,41.85929251365104],[-72.46728986806056,41.859090513610916],[-72.46730786805753,41.85893451358026],[-72.46731786805188,41.85877851354984],[-72.46731986804501,41.85864651352429],[-72.46730686802614,41.85839051347531],[-72.46727286799606,41.85805751341215],[-72.46724486797498,41.8578485133727],[-72.4672028679493,41.85763851333353],[-72.46715286792106,41.8574295132948],[-72.46706486787424,41.85711251323643],[-72.46689686779254,41.856641513150905],[-72.46685486777079,41.856500513125035],[-72.46678186773539,41.856297513088194],[-72.46678186773534,41.856296513088],[-72.46680486774277,41.856295513087076],[-72.46680986774436,41.85629451308673],[-72.46681386774561,41.856293513086406],[-72.46683586775238,41.856286513084335],[-72.46686286776067,41.85627751308175],[-72.46686886776251,41.85627551308118],[-72.46850786827872,41.85594751296562],[-72.4696958686485,41.85563351286714],[-72.47007386876584,41.855527512834634],[-72.47041486887169,41.85543251280542],[-72.47096986904465,41.85528951276012],[-72.47121086911942,41.85522151273933],[-72.47140986918129,41.85516751272255],[-72.47158786923613,41.85511051270586],[-72.47294786965935,41.85474951259284],[-72.47339286979823,41.85463851255723],[-72.47393086996149,41.85442251249838],[-72.47430587008348,41.854415512485055],[-72.47448087013785,41.854367512470226],[-72.47464087018487,41.85427651244756],[-72.47479787022823,41.85413851241593],[-72.47503587029054,41.85386951235642],[-72.47514787031893,41.85372651232525],[-72.47522587033782,41.853611512300574],[-72.47531287036058,41.853512512278705],[-72.47541187038757,41.853419512257595],[-72.47554887042612,41.853311512232374],[-72.47567887046392,41.853230512212605],[-72.47591587053431,41.8531085121815],[-72.47621987062604,41.85297751214654],[-72.47640687068169,41.85288351212242],[-72.47682887080805,41.85268451207056],[-72.47754887102464,41.852362511985454],[-72.47806087117675,41.85210051191855],[-72.47820987122157,41.852033511900885],[-72.47822487122463,41.85200151189423],[-72.47823887122776,41.85197651188895],[-72.47831387125203,41.85197251188578],[-72.47834887126339,41.85197151188447],[-72.47841087128202,41.851943511877096],[-72.4784928713069,41.85191051186811],[-72.47859187133703,41.85187251185763],[-72.47875587138748,41.851818511841955],[-72.47893187144223,41.85177151182727],[-72.478937871444,41.85176851182651],[-72.47908787149039,41.85172351181305],[-72.47928087155069,41.85167651179781],[-72.47985987173159,41.85153551175213],[-72.4800528717919,41.8514885117369],[-72.48038487189538,41.85140351170991],[-72.48072087200016,41.85131851168279],[-72.48137387220191,41.85111951162353],[-72.48170287230361,41.85102051159395],[-72.48189087236166,41.85096251157676],[-72.48245787253687,41.850790511525474],[-72.4826468725953,41.85073351150843],[-72.48280487264468,41.85069551149607],[-72.48288287266934,41.850681511490876],[-72.48295587269246,41.85066951148622],[-72.48350787286964,41.850617511458594],[-72.48360487290111,41.85061451145491],[-72.48384687297974,41.85060851144603],[-72.48438487315461,41.850596511426545],[-72.48439687315854,41.850596511426154],[-72.48498187334971,41.850601511408456],[-72.48554987353455,41.850592511388584],[-72.48577487360689,41.85057351137774],[-72.48592387365443,41.850554511369324],[-72.48599987367848,41.85054151136439],[-72.48622187374893,41.85050651135056],[-72.48637187379623,41.850477511340166],[-72.48653187384713,41.850454511330625],[-72.48666387388927,41.85043851132331],[-72.48682587394066,41.85041251131314],[-72.48684387394643,41.85041051131218],[-72.48754787417208,41.850339511276005],[-72.48775987424082,41.85033151126769],[-72.48778587424931,41.85033151126686],[-72.48789087428368,41.85033351126391],[-72.48810087435282,41.85034451125934],[-72.48819587438469,41.85035951125919],[-72.48848087448037,41.85040651125916],[-72.48857587451228,41.85042251125922],[-72.4887458745693,41.850449511258994],[-72.48925587474052,41.85053351125893],[-72.48942587479759,41.85056151125892],[-72.48997287498146,41.850655511259575],[-72.49085787527892,41.850807511260655],[-72.49161387553332,41.85094251126257],[-72.49216087571742,41.85104051126402],[-72.49247087581995,41.85106451125878],[-72.4925408758431,41.851070511257696],[-72.49276687591694,41.85107151125067],[-72.49306887601496,41.8510625112393],[-72.49340387612227,41.851027511221844],[-72.49371387622162,41.850995511205774],[-72.49443287645114,41.85090651116565],[-72.49495387661754,41.85084351113687],[-72.49658887713827,41.85061951104144],[-72.49692087724404,41.850574511022145],[-72.49730887736787,41.850526511000496],[-72.4978788775496,41.85045151096782],[-72.49905087792432,41.85031651090434]]]},"properties":{"name":5303.01,"geoid":"09013530301"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.50263287813836,41.83359750756304],[-72.50263087813833,41.83360850756523],[-72.50258487813262,41.83377150759818],[-72.50238187810837,41.83450650774654],[-72.50237387810756,41.83453850775297],[-72.50233087810307,41.83470550778658],[-72.50232087810255,41.83475350779616],[-72.50166487806612,41.83786450841764],[-72.50138287805066,41.839205508685495],[-72.49970387795953,41.84720251028256],[-72.49909887792668,41.850083510857836],[-72.49905087792432,41.85031651090434],[-72.4978788775496,41.85045151096782],[-72.49730887736787,41.850526511000496],[-72.49692087724404,41.850574511022145],[-72.49658887713827,41.85061951104144],[-72.49495387661754,41.85084351113687],[-72.49443287645114,41.85090651116565],[-72.49371387622162,41.850995511205774],[-72.49340387612227,41.851027511221844],[-72.49306887601496,41.8510625112393],[-72.49276687591694,41.85107151125067],[-72.4925408758431,41.851070511257696],[-72.49247087581995,41.85106451125878],[-72.49216087571742,41.85104051126402],[-72.49161387553332,41.85094251126257],[-72.49085787527892,41.850807511260655],[-72.48997287498146,41.850655511259575],[-72.48942587479759,41.85056151125892],[-72.48925587474052,41.85053351125893],[-72.4887458745693,41.850449511258994],[-72.48857587451228,41.85042251125922],[-72.48848087448037,41.85040651125916],[-72.48819587438469,41.85035951125919],[-72.48810087435282,41.85034451125934],[-72.48789087428368,41.85033351126391],[-72.48778587424931,41.85033151126686],[-72.48775987424082,41.85033151126769],[-72.48754787417208,41.850339511276005],[-72.48684387394643,41.85041051131218],[-72.48682587394066,41.85041251131314],[-72.48666387388927,41.85043851132331],[-72.48653187384713,41.850454511330625],[-72.48637187379623,41.850477511340166],[-72.48622187374893,41.85050651135056],[-72.48599987367848,41.85054151136439],[-72.48592387365443,41.850554511369324],[-72.48577487360689,41.85057351137774],[-72.48554987353455,41.850592511388584],[-72.48498187334971,41.850601511408456],[-72.48439687315854,41.850596511426154],[-72.48438487315461,41.850596511426545],[-72.48384687297974,41.85060851144603],[-72.48360487290111,41.85061451145491],[-72.48350787286964,41.850617511458594],[-72.48295587269246,41.85066951148622],[-72.48288287266934,41.850681511490876],[-72.48280487264468,41.85069551149607],[-72.4826468725953,41.85073351150843],[-72.48245787253687,41.850790511525474],[-72.48189087236166,41.85096251157676],[-72.48170287230361,41.85102051159395],[-72.48137387220191,41.85111951162353],[-72.48072087200016,41.85131851168279],[-72.48038487189538,41.85140351170991],[-72.4800528717919,41.8514885117369],[-72.47985987173159,41.85153551175213],[-72.47928087155069,41.85167651179781],[-72.47908787149039,41.85172351181305],[-72.478937871444,41.85176851182651],[-72.47893187144223,41.85177151182727],[-72.47875587138748,41.851818511841955],[-72.47859187133703,41.85187251185763],[-72.4784928713069,41.85191051186811],[-72.47841087128202,41.851943511877096],[-72.47834887126339,41.85197151188447],[-72.47831387125203,41.85197251188578],[-72.47823887122776,41.85197651188895],[-72.47822487122463,41.85200151189423],[-72.47820987122157,41.852033511900885],[-72.47806087117675,41.85210051191855],[-72.47754887102464,41.852362511985454],[-72.47682887080805,41.85268451207056],[-72.47640687068169,41.85288351212242],[-72.47621987062604,41.85297751214654],[-72.47591587053431,41.8531085121815],[-72.47567887046392,41.853230512212605],[-72.47554887042612,41.853311512232374],[-72.47541187038757,41.853419512257595],[-72.47531287036058,41.853512512278705],[-72.47522587033782,41.853611512300574],[-72.47514787031893,41.85372651232525],[-72.47503587029054,41.85386951235642],[-72.47479787022823,41.85413851241593],[-72.47464087018487,41.85427651244756],[-72.47448087013785,41.854367512470226],[-72.47430587008348,41.854415512485055],[-72.47393086996149,41.85442251249838],[-72.47339286979823,41.85463851255723],[-72.47294786965935,41.85474951259284],[-72.47158786923613,41.85511051270586],[-72.47140986918129,41.85516751272255],[-72.47121086911942,41.85522151273933],[-72.47096986904465,41.85528951276012],[-72.47041486887169,41.85543251280542],[-72.47007386876584,41.855527512834634],[-72.4696958686485,41.85563351286714],[-72.46850786827872,41.85594751296562],[-72.46686886776251,41.85627551308118],[-72.46686286776067,41.85627751308175],[-72.46683586775238,41.856286513084335],[-72.46681386774561,41.856293513086406],[-72.46680986774436,41.85629451308673],[-72.46680486774277,41.856295513087076],[-72.46678186773534,41.856296513088],[-72.46678186773539,41.856297513088194],[-72.46667886768729,41.85604351304247],[-72.46659386764661,41.85581651300137],[-72.46652186761014,41.85558951295987],[-72.46645486757602,41.85537451292051],[-72.46643386756489,41.855299512906726],[-72.46642086755801,41.85525351289825],[-72.46632686749591,41.854702512794915],[-72.46629586746873,41.85440351273821],[-72.46626486744148,41.85410351268131],[-72.46626986743276,41.85392151264602],[-72.4662838674231,41.85367251259753],[-72.46629886742059,41.85354251257197],[-72.46638186742418,41.85313051248981],[-72.46659186745026,41.852386512339535],[-72.46665586745952,41.85218251229813],[-72.4667378674727,41.85194451224958],[-72.46677386747677,41.851809512222374],[-72.4670158675149,41.85109351207648],[-72.46706286752246,41.850957512048744],[-72.46713186752983,41.8506915119952],[-72.46716186752883,41.85050251195776],[-72.46717286751914,41.850269511912444],[-72.4671658675059,41.85007751187562],[-72.46711586747195,41.84976851181757],[-72.46687486734955,41.84900151167724],[-72.4667698672994,41.84872251162674],[-72.46642786713281,41.84775851145158],[-72.46623486703886,41.84721551135293],[-72.4661958670198,41.84710451133275],[-72.46602786694126,41.846688511257824],[-72.46577386682856,41.84616551116497],[-72.4646308663341,41.84403551079026],[-72.46453586629298,41.843857510758944],[-72.46442886624472,41.84362351071717],[-72.46440886623562,41.84357851070912],[-72.46431186618815,41.84330151065875],[-72.46427586616086,41.8430285106072],[-72.46427286615355,41.84291751058587],[-72.46431186613606,41.842387510482325],[-72.46432486613392,41.84227551046028],[-72.46437786612529,41.841820510370766],[-72.46440186612263,41.84163651033448],[-72.46446286611625,41.841175510243545],[-72.46447886611654,41.84108851022626],[-72.4645128661173,41.84090751019021],[-72.46456186611739,41.8406285101348],[-72.46463386611757,41.84021951005355],[-72.46470886611964,41.83982650997529],[-72.464712866119,41.8397925099686],[-72.46474786611441,41.83951150991324],[-72.46489086615594,41.839421509891295],[-72.46504886620095,41.83930650986406],[-72.46507186620755,41.83929050986024],[-72.4652538662586,41.839144509826255],[-72.4654328663095,41.83901250979506],[-72.46551386633183,41.83894050977859],[-72.46586786642723,41.83858750969917],[-72.46596686645394,41.83848950967709],[-72.4661098664907,41.83831550963893],[-72.46633186654871,41.83806250958301],[-72.46681286667459,41.837517509462465],[-72.46700086672399,41.83730750941594],[-72.46722686678352,41.837058509360666],[-72.46719486676385,41.836896509330394],[-72.46722386676102,41.83668050928777],[-72.46731486677726,41.836444509239314],[-72.46743886679971,41.83612850917436],[-72.46761886683001,41.835629509072284],[-72.46765386683465,41.8355105090482],[-72.46769586683057,41.83519850898661],[-72.46770586682608,41.83506250896004],[-72.46770086682173,41.835014508950934],[-72.46768086680135,41.834771508904645],[-72.46765286678269,41.83460450887329],[-72.46764386677656,41.834548508862774],[-72.46758086674282,41.83431750882018],[-72.4674998667033,41.83408750877835],[-72.46746186668595,41.834000508762756],[-72.46731886662201,41.83369750870882],[-72.46728386660637,41.83362350869566],[-72.46687386642627,41.83281050855175],[-72.46686986642452,41.83280250855032],[-72.46671586635739,41.8325065084981],[-72.4670638664608,41.83232850845262],[-72.46811286677396,41.831817508320526],[-72.4682638668192,41.83174650830201],[-72.46883186698953,41.83148350823312],[-72.46943686717299,41.83123850816653],[-72.47019786740543,41.8309605080886],[-72.4705818675231,41.83082650805048],[-72.4709478676359,41.830710508016416],[-72.47185186791526,41.8304365079347],[-72.47253886812916,41.83025650787805],[-72.47315786832199,41.83009650782743],[-72.47482886884278,41.829667507691305],[-72.47590786917954,41.82939950760516],[-72.47792286980854,41.82890050744456],[-72.47842886996628,41.82877150740352],[-72.47914687019056,41.82859650734683],[-72.4802278705284,41.82833550726196],[-72.48121587083703,41.82809550718412],[-72.48122087083863,41.82809450718377],[-72.48417587176019,41.82734850694549],[-72.48516287206807,41.82710050686613],[-72.48588387229287,41.82691750680779],[-72.48804887296812,41.82637250663348],[-72.48846587309825,41.82626850660011],[-72.48877387319502,41.826203506577734],[-72.48881287320705,41.82619150657417],[-72.48893287324438,41.82615950656416],[-72.4889728732568,41.826148506560756],[-72.48929287335619,41.82606050653356],[-72.4899278735543,41.825901506482595],[-72.49280087445088,41.825187506253066],[-72.49334787462163,41.825052506209545],[-72.49376187475156,41.82496250617896],[-72.49415387487444,41.82487450614946],[-72.49457487500561,41.824766506115175],[-72.49567787534954,41.82448750602611],[-72.49701287576698,41.8241705059223],[-72.49782687602159,41.82397850585925],[-72.49801987608187,41.82393150584402],[-72.49860187626393,41.823794505798986],[-72.49879587632459,41.82374850578392],[-72.49887287634873,41.82373150577818],[-72.49891587636225,41.82372250577505],[-72.49910387642102,41.82367750576037],[-72.49918087644515,41.823660505754624],[-72.50012487673847,41.823403505674875],[-72.5003398768053,41.82334550565681],[-72.50111987704835,41.8231455055933],[-72.50194787730523,41.82291350552208],[-72.50214087736447,41.822848505503366],[-72.50260687750692,41.82268050545604],[-72.50293287760607,41.82255450542131],[-72.50301487763106,41.8225235054127],[-72.50337087773828,41.82236750537122],[-72.50382387787369,41.822150505314866],[-72.50386487788597,41.82213150530987],[-72.50411587796,41.82199350527521],[-72.50433287802397,41.82187450524531],[-72.50468787812912,41.821687505197865],[-72.50483887817319,41.82159650517548],[-72.50498087821416,41.8215025051528],[-72.50512987825715,41.82140450512912],[-72.50525587829326,41.82131650510807],[-72.505093878278,41.82197550524054],[-72.50460687823313,41.82397350564188],[-72.50443587821779,41.824682505784246],[-72.50409187820468,41.82641950613063],[-72.5038848781974,41.82747550634113],[-72.50376487819284,41.82808150646196],[-72.50321187817194,41.83087650701924],[-72.50303887816564,41.831754507194276],[-72.50293087816189,41.8323065073043],[-72.50264887813947,41.83352550754863],[-72.50263287813836,41.83359750756304]]]},"properties":{"name":5303.02,"geoid":"09013530302"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.46626486744148,41.85410351268131],[-72.46595586734459,41.85417251270447],[-72.46587086731833,41.85419851271221],[-72.46471386696186,41.85456851282049],[-72.46432886684327,41.854692512856694],[-72.46409886677293,41.854775512880046],[-72.46341186656288,41.85502351294981],[-72.46318386649327,41.85510751297328],[-72.4629638664261,41.85518851299592],[-72.46230686622548,41.855430513063574],[-72.46208886615901,41.855512513086346],[-72.46178186606491,41.85561951311679],[-72.4611308658655,41.855848513181726],[-72.4608508657772,41.85590251320107],[-72.46079086575836,41.85591551320548],[-72.46052886567405,41.85593651321789],[-72.45993786548141,41.8559405132375],[-72.4595158653439,41.85594451325174],[-72.45816486490115,41.85591251328862],[-72.45782686479043,41.85590551329805],[-72.45757486470848,41.855910513307045],[-72.45741486465596,41.85590551331117],[-72.45693586449885,41.85589151332375],[-72.45677686444672,41.85588751332803],[-72.45636086431038,41.855877513339365],[-72.45547486402013,41.85585851336394],[-72.45511386390203,41.85585351337446],[-72.45469886376635,41.85584951338694],[-72.45423986361507,41.85582351339654],[-72.45399186353339,41.855810513401934],[-72.4537008634367,41.85578051340542],[-72.45338586333115,41.855732513406195],[-72.45315486325325,41.85568851340506],[-72.45287886315992,41.855631513402855],[-72.45242986300812,41.85553951339942],[-72.45228786296047,41.85551651339951],[-72.45193486284151,41.855450513398004],[-72.45186386281766,41.855438513397964],[-72.45179186279353,41.85542751339813],[-72.45142086266976,41.855380513400874],[-72.45104686254558,41.85534351340566],[-72.45087786248882,41.85531551340563],[-72.4501518622475,41.8552385134139],[-72.45005986221695,41.855229513415104],[-72.44978986212753,41.855206513419276],[-72.44957886205906,41.855213513427344],[-72.44957886205975,41.85522551342966],[-72.4495788620618,41.85526151343661],[-72.44957986206279,41.85527351343888],[-72.44924286196148,41.855425513478956],[-72.4490308618987,41.85553851350751],[-72.44843486172238,41.855857513588084],[-72.44835786169936,41.85589451359767],[-72.44816486164098,41.855975513619455],[-72.44789386155789,41.856069513646226],[-72.44743186141446,41.856198513685825],[-72.44734386138694,41.85621951369267],[-72.44675186120197,41.85636451373952],[-72.44657086114547,41.85640951375397],[-72.44602686097572,41.856546513797745],[-72.4458468609196,41.856592513812345],[-72.4457568608917,41.856618513820244],[-72.44570886087655,41.8566275138235],[-72.44528886074413,41.85670951385271],[-72.44514986070037,41.85673751386255],[-72.444861860609,41.8567835138806],[-72.44463586053652,41.85680651389223],[-72.44381386027327,41.85689451393538],[-72.44321386008149,41.85696551396821],[-72.44309086004225,41.8569815139752],[-72.44257785987872,41.85705051400486],[-72.44225785977714,41.8571005140247],[-72.44134085948622,41.85724751408229],[-72.44129785947246,41.85725251408463],[-72.44097785937059,41.85729751410351],[-72.4406778592751,41.85734051412135],[-72.4397798589896,41.85747351417561],[-72.43948085889451,41.857517514193624],[-72.43917785879748,41.85755051420964],[-72.43827185850748,41.85765051425779],[-72.43796985841082,41.85768451427396],[-72.4369848580945,41.857775514322896],[-72.4364298579167,41.85783451435195],[-72.43622485785106,41.85785651436274],[-72.43614485782524,41.85786151436624],[-72.4360698578007,41.85786051436844],[-72.43603485778897,41.857855514368595],[-72.43599985777688,41.85784351436739],[-72.4359388577548,41.857805514362],[-72.4359078577429,41.857774514357],[-72.43584685771754,41.85767851434042],[-72.43552385761383,41.85770851435649],[-72.43551885761133,41.85769351435374],[-72.4353458575682,41.85792751440443],[-72.43526885754521,41.85796551441419],[-72.43501585746999,41.85809451444715],[-72.43475685739293,41.85822551448069],[-72.43456185733498,41.8583255145062],[-72.43415885721505,41.858529514558384],[-72.43316685692093,41.8590505146905],[-72.43241085669752,41.8594605147937],[-72.43179285644716,41.85860651464858],[-72.43197385650203,41.85853251462852],[-72.43261385669685,41.8582855145605],[-72.43271685672757,41.85823451454738],[-72.43276885674221,41.858193514537795],[-72.43278185674342,41.85814051452716],[-72.43277285673702,41.858079514515666],[-72.43274285672311,41.858007514502724],[-72.43234085656115,41.85746751441131],[-72.43219285649968,41.85723651437144],[-72.43214985648251,41.857181514362196],[-72.43206985645179,41.85710051434912],[-72.43201585643186,41.85706051434312],[-72.43199485642447,41.85705051434186],[-72.43191385639818,41.857053514345004],[-72.43175985635061,41.857100514358976],[-72.43152785628085,41.857205514386635],[-72.43115585616796,41.85735551442742],[-72.43096585610961,41.85741951444583],[-72.43066085597513,41.85680651433723],[-72.43023985579102,41.85598651419239],[-72.43012585574368,41.855808514161666],[-72.42992885566211,41.85550551410946],[-72.42977285559918,41.85529451407369],[-72.42969985556898,41.855182514054405],[-72.42954285550395,41.85494051401269],[-72.42948085547864,41.854851513997474],[-72.42940485544769,41.85474351397907],[-72.42964785552336,41.85467951395897],[-72.43008885565939,41.85454051391813],[-72.4302328557036,41.85449151390408],[-72.43068085584123,41.854340513860684],[-72.43123885601072,41.85411851380005],[-72.4319248562172,41.85381251371917],[-72.43212885627756,41.85370351369164],[-72.43260485641784,41.85343851362534],[-72.4326898564429,41.853391513613566],[-72.43292085651044,41.85325351357958],[-72.4333438566333,41.85298651351458],[-72.43347585667136,41.852898513493386],[-72.4336828567305,41.85275051345825],[-72.43462885699685,41.85200551328434],[-72.43677285759945,41.85029951288679],[-72.4372948577462,41.849884512790084],[-72.43866785813256,41.84880051253714],[-72.43883085817842,41.84867151250703],[-72.44005485852232,41.84769551227968],[-72.44177285900606,41.84634451196419],[-72.44351085949401,41.844952511640145],[-72.44444885976282,41.84429751148382],[-72.44510285995308,41.843890511384444],[-72.44589486018539,41.84343151127062],[-72.44734686061587,41.84266951107727],[-72.45120586176,41.840646510563815],[-72.45199286199362,41.84023951046018],[-72.45219186205298,41.84014151043492],[-72.45258686216947,41.83992351038026],[-72.45333286239052,41.839530510280625],[-72.45615686322759,41.83804750990434],[-72.45677286341028,41.83772550982256],[-72.45792186375118,41.8371285096707],[-72.45803886378584,41.83706650965499],[-72.45839286389088,41.83688250960818],[-72.4585108639259,41.83682150959266],[-72.45899586406975,41.836568509528355],[-72.46045286450195,41.835809509335405],[-72.4605758645385,41.835746509319314],[-72.4609418646475,41.83556350927232],[-72.46101386466877,41.835524509262484],[-72.4611718647156,41.835441509241434],[-72.46123086473293,41.83540750923298],[-72.4613028647542,41.83536850922317],[-72.4619318649403,41.83503250913825],[-72.46248286510341,41.83473950906412],[-72.4630278652647,41.834449508990765],[-72.46332886535374,41.834288508950095],[-72.46382086549954,41.834029508884406],[-72.46445186568651,41.83369750880019],[-72.46483586580024,41.833494508748764],[-72.46598886614194,41.832888508595005],[-72.46637386625605,41.83268650854374],[-72.46644286627657,41.83265150853478],[-72.46653486630403,41.83260650852316],[-72.46664786633731,41.8325435085074],[-72.46671586635739,41.8325065084981],[-72.46686986642452,41.83280250855032],[-72.46687386642627,41.83281050855175],[-72.46728386660637,41.83362350869566],[-72.46731886662201,41.83369750870882],[-72.46746186668595,41.834000508762756],[-72.4674998667033,41.83408750877835],[-72.46758086674282,41.83431750882018],[-72.46764386677656,41.834548508862774],[-72.46765286678269,41.83460450887329],[-72.46768086680135,41.834771508904645],[-72.46770086682173,41.835014508950934],[-72.46770586682608,41.83506250896004],[-72.46769586683057,41.83519850898661],[-72.46765386683465,41.8355105090482],[-72.46761886683001,41.835629509072284],[-72.46743886679971,41.83612850917436],[-72.46731486677726,41.836444509239314],[-72.46722386676102,41.83668050928777],[-72.46719486676385,41.836896509330394],[-72.46722686678352,41.837058509360666],[-72.46700086672399,41.83730750941594],[-72.46681286667459,41.837517509462465],[-72.46633186654871,41.83806250958301],[-72.4661098664907,41.83831550963893],[-72.46596686645394,41.83848950967709],[-72.46586786642723,41.83858750969917],[-72.46551386633183,41.83894050977859],[-72.4654328663095,41.83901250979506],[-72.4652538662586,41.839144509826255],[-72.46507186620755,41.83929050986024],[-72.46504886620095,41.83930650986406],[-72.46489086615594,41.839421509891295],[-72.46474786611441,41.83951150991324],[-72.464712866119,41.8397925099686],[-72.46470886611964,41.83982650997529],[-72.46463386611757,41.84021951005355],[-72.46456186611739,41.8406285101348],[-72.4645128661173,41.84090751019021],[-72.46447886611654,41.84108851022626],[-72.46446286611625,41.841175510243545],[-72.46440186612263,41.84163651033448],[-72.46437786612529,41.841820510370766],[-72.46432486613392,41.84227551046028],[-72.46431186613606,41.842387510482325],[-72.46427286615355,41.84291751058587],[-72.46427586616086,41.8430285106072],[-72.46431186618815,41.84330151065875],[-72.46440886623562,41.84357851070912],[-72.46442886624472,41.84362351071717],[-72.46453586629298,41.843857510758944],[-72.4646308663341,41.84403551079026],[-72.46577386682856,41.84616551116497],[-72.46602786694126,41.846688511257824],[-72.4661958670198,41.84710451133275],[-72.46623486703886,41.84721551135293],[-72.46642786713281,41.84775851145158],[-72.4667698672994,41.84872251162674],[-72.46687486734955,41.84900151167724],[-72.46711586747195,41.84976851181757],[-72.4671658675059,41.85007751187562],[-72.46717286751914,41.850269511912444],[-72.46716186752883,41.85050251195776],[-72.46713186752983,41.8506915119952],[-72.46706286752246,41.850957512048744],[-72.4670158675149,41.85109351207648],[-72.46677386747677,41.851809512222374],[-72.4667378674727,41.85194451224958],[-72.46665586745952,41.85218251229813],[-72.46659186745026,41.852386512339535],[-72.46638186742418,41.85313051248981],[-72.46629886742059,41.85354251257197],[-72.4662838674231,41.85367251259753],[-72.46626986743276,41.85392151264602],[-72.46626486744148,41.85410351268131]]]},"properties":{"name":5304,"geoid":"09013530400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.2169807919294,41.958169540656094],[-72.21726079152187,41.949361538950285],[-72.21728879118483,41.943249537771635],[-72.21702679067826,41.93581553634712],[-72.21699779062457,41.9350345361975],[-72.21699179060859,41.93478653614988],[-72.2168497902205,41.9287495349906],[-72.2168477902159,41.92867953497717],[-72.2168157901437,41.92758853476784],[-72.21676779003344,41.92591753444721],[-72.21676479002461,41.925778534420495],[-72.21676179001774,41.92567453440053],[-72.21676379001315,41.92558153438254],[-72.21677678998414,41.92499353426876],[-72.21677978998025,41.92490753425209],[-72.21678078997435,41.92479753423084],[-72.21678178996545,41.924634534199384],[-72.21677278995278,41.924462534166494],[-72.21672078987893,41.92345753397437],[-72.21670378985449,41.923123533910506],[-72.21668078971183,41.92073453345059],[-72.21668078970986,41.92069953344384],[-72.21665078958559,41.91867553305448],[-72.2166507895853,41.91867053305351],[-72.2165377891074,41.91087153155299],[-72.21653478909737,41.910711531522225],[-72.21654878903107,41.90945753127991],[-72.21656478894985,41.90792853098448],[-72.21659278865673,41.902579529951744],[-72.21660478853715,41.90039352952966],[-72.21663778845777,41.89879752922068],[-72.21663978844956,41.89864052919033],[-72.2164537882675,41.896493528781946],[-72.2164447882581,41.896379528760235],[-72.21635978817126,41.895333528561096],[-72.21630678801236,41.89282652807899],[-72.21632778793936,41.89141252780549],[-72.21632978793731,41.89136452779615],[-72.21633478793132,41.891229527769944],[-72.21645678779281,41.888070527156465],[-72.21690078773477,41.884472526448064],[-72.21692578764632,41.882760526116826],[-72.21692878764097,41.88264852609511],[-72.21695378755639,41.881005525777205],[-72.21701878724471,41.87510552463621],[-72.21709978713373,41.87266952416336],[-72.21710078713126,41.87261952415368],[-72.21710078711371,41.87230852409364],[-72.21715278694448,41.86900752345464],[-72.21726078660883,41.86242952218101],[-72.21726378659814,41.86222252214095],[-72.21737178626121,41.85561952086227],[-72.21737278625827,41.855561520851055],[-72.21737378625525,41.855502520839615],[-72.21737678624402,41.855285520797594],[-72.21744278603954,41.85127452002074],[-72.21746578596935,41.84989551975362],[-72.21757778562299,41.84309751843675],[-72.2177017852729,41.83616151709258],[-72.21771978522423,41.83519251690476],[-72.21891978561706,41.83520851687007],[-72.22252178679632,41.83525851676627],[-72.22372278718952,41.835275516731734],[-72.22459678747553,41.83528551670614],[-72.22500278760849,41.83529151669452],[-72.22721978833405,41.8353185166299],[-72.22809478862052,41.83533051660466],[-72.22815978864197,41.835334516603375],[-72.22835678870698,41.8353465165995],[-72.2284227887288,41.83535151659837],[-72.22867478881264,41.83537851659566],[-72.22994378922753,41.835386516557236],[-72.23451279072161,41.835419516419634],[-72.23603579121962,41.83543051637376],[-72.23701379153997,41.835447516346235],[-72.23994879250138,41.83549851626357],[-72.24092779282206,41.83551551623601],[-72.2413727929678,41.83552251622333],[-72.24270879340546,41.83554651618585],[-72.24308779352961,41.83555351617525],[-72.24315479355155,41.83555451617333],[-72.24327479359086,41.83555651616993],[-72.24381479376784,41.835567516155024],[-72.24442379396744,41.83558051613835],[-72.24579579441709,41.8356085161005],[-72.24645679463374,41.83562251608236],[-72.24689079477592,41.835630516070225],[-72.24819479520312,41.83565451603374],[-72.2486297953457,41.83566351602176],[-72.24941579560205,41.835657515995806],[-72.24942979560662,41.835657515995365],[-72.25056179597844,41.83569551596702],[-72.25182079639197,41.835737515935435],[-72.25188179641206,41.83574051593407],[-72.25239179657912,41.835749515919716],[-72.25635779787811,41.83581751580776],[-72.25829079851128,41.83585151575334],[-72.26059179926466,41.83588651568752],[-72.2674948015248,41.83599151548995],[-72.26979580227817,41.836026515424074],[-72.27017180240054,41.83601951541086],[-72.2713028027689,41.83600251537186],[-72.27167980289174,41.83599751535899],[-72.27456380383603,41.83604251527663],[-72.27903480530004,41.83611451514936],[-72.28321880666904,41.83616351502667],[-72.28610380761305,41.83619851494228],[-72.2881998082982,41.83621151487858],[-72.29101680921909,41.836230514793236],[-72.2940088101971,41.836249514702345],[-72.29448781035369,41.836252514687786],[-72.2965838110389,41.836267514624424],[-72.2986918117151,41.83605351451646],[-72.3002258122072,41.835898514438014],[-72.30066281235047,41.83590851442614],[-72.30503881378633,41.83603351431191],[-72.30636381422113,41.83607251427755],[-72.30715781448164,41.83609451425667],[-72.30736881455095,41.83610251425156],[-72.30777581468477,41.83611851424178],[-72.30800281475837,41.83610951423287],[-72.30821481482718,41.836102514224805],[-72.30860081495278,41.836094514211034],[-72.30975881532973,41.836074514170555],[-72.30999981540818,41.83607051416216],[-72.31007281543191,41.836068514159464],[-72.31014581545568,41.836067514156966],[-72.31007181545097,41.83641151422575],[-72.3099848154456,41.83681851430714],[-72.30982981543004,41.83743851443182],[-72.30974481542165,41.83778051450055],[-72.30973681542085,41.837812514506986],[-72.30932081532784,41.838569514666375],[-72.3089338152422,41.8392895148177],[-72.30885581523381,41.8395915148785],[-72.30883481523165,41.83967451489521],[-72.30880281524966,41.84017751499338],[-72.30883581530077,41.84089051513006],[-72.30918581548083,41.842053515343636],[-72.30954181564708,41.84293751550311],[-72.30958581568652,41.84338051558727],[-72.3095508156939,41.843712515652506],[-72.30954281569193,41.8437245156551],[-72.30932981564025,41.84404051572286],[-72.30895281554427,41.844519515827294],[-72.30890681554894,41.84486751589596],[-72.30904781561443,41.845211515957935],[-72.30909881563608,41.845299515973316],[-72.30953181581917,41.84603651610197],[-72.30980881595511,41.84684051624846],[-72.30983381598143,41.8471615163097],[-72.30984581599401,41.84731451633884],[-72.30979181599342,41.84761551639869],[-72.30970481598006,41.847881516452816],[-72.3096848159772,41.84794651646601],[-72.309413815905,41.848234516530184],[-72.30868581569793,41.84877551665771],[-72.30798981549826,41.84926351677397],[-72.30784281545615,41.849367516798694],[-72.30731881529613,41.849563516853124],[-72.30727881528392,41.84957851685729],[-72.30696781519686,41.84983451691657],[-72.30694681519137,41.84985851692186],[-72.30655381508961,41.85032851702506],[-72.30611981495962,41.85053551707877],[-72.30578281485064,41.8505545170931],[-72.30573581483547,41.85055751709516],[-72.30530781469345,41.85051751710098],[-72.30496181457865,41.850485517105746],[-72.30467181448356,41.850478517113565],[-72.30443081440848,41.850542517133555],[-72.30418781433451,41.850637517159576],[-72.30413981432189,41.85069151717152],[-72.30405781430066,41.85078951719304],[-72.30402381430619,41.851083517250885],[-72.30427681441105,41.85147651731879],[-72.30434681445196,41.851795517378164],[-72.3043628144844,41.85227651747055],[-72.30435781448978,41.852400517494644],[-72.3041808144462,41.85265151754873],[-72.30391281437107,41.852870517599484],[-72.30379881434772,41.85311551765041],[-72.3037758143497,41.85328351768357],[-72.30376881435014,41.85333151769306],[-72.30396781442639,41.8535305177252],[-72.30428281453797,41.853684517744966],[-72.30434181455858,41.853708517747734],[-72.30484281473385,41.85391451777166],[-72.30526581488925,41.85421951781718],[-72.3053498149242,41.85435251784021],[-72.3055838150215,41.85472151790404],[-72.30567881506101,41.85487151793001],[-72.30584481512909,41.855116517972064],[-72.30615281523401,41.855193517977185],[-72.30640381532682,41.85538451800613],[-72.30655081538303,41.85552951802947],[-72.30686381550261,41.855836518078846],[-72.30688081550913,41.855853518081574],[-72.30693981553128,41.85590451808958],[-72.30718081562192,41.85611551812269],[-72.3072628156646,41.85639651817434],[-72.30723781565962,41.85645251818594],[-72.30717081564606,41.85659951821646],[-72.30714881564171,41.8566495182268],[-72.30696681561098,41.857156518330456],[-72.3067108155648,41.85781751846617],[-72.30657181556657,41.8586505186314],[-72.30655781559989,41.85931951876101],[-72.30655681560249,41.85937151877107],[-72.30656581562123,41.85965051882466],[-72.30652981563092,41.860029518898976],[-72.30647881562685,41.86025151894345],[-72.30645381562483,41.86036051896528],[-72.30647181564744,41.86065551902166],[-72.3064958156653,41.86083251905508],[-72.3065118156772,41.860950519077356],[-72.3067458157877,41.86155251918616],[-72.3071878159717,41.86225251930732],[-72.30755481611726,41.86270651938335],[-72.30776881620214,41.862971519427745],[-72.30799181629587,41.86334051949193],[-72.30799081629804,41.863384519500435],[-72.3079848163177,41.863766519574376],[-72.307818816298,41.86437551969719],[-72.30782181630906,41.864553519731466],[-72.30791881636323,41.86495051980503],[-72.30811281644488,41.86527351986123],[-72.30842981656895,41.86563651992128],[-72.3089978167851,41.866177520007724],[-72.31017981726131,41.867769520277626],[-72.31053181743293,41.868769520459495],[-72.31063181749167,41.86922952054511],[-72.31044381744582,41.86950452060415],[-72.31031781742163,41.86980352066585],[-72.31030681742138,41.86986252067758],[-72.31026281742112,41.87011152072704],[-72.3102188174247,41.870428520789616],[-72.31027181745392,41.870638520828464],[-72.31056281756254,41.870878520865574],[-72.31090081767778,41.87096352087128],[-72.31113381776207,41.871108520891894],[-72.31146781790278,41.871666520989],[-72.3116548179788,41.87193052103404],[-72.31185881806171,41.87221752108298],[-72.311987818126,41.87260852115436],[-72.3119988181564,41.873081521245304],[-72.31188281815126,41.87365952136053],[-72.31188181815139,41.8736675213621],[-72.31167081810061,41.87398752143054],[-72.31107981792222,41.874245521499034],[-72.31066981778802,41.87424052151106],[-72.31010581760347,41.874234521527754],[-72.30963681745338,41.87428852155303],[-72.30925581733331,41.87436552157994],[-72.30881181719843,41.874544521628536],[-72.30878481719064,41.87456252163287],[-72.30843881709038,41.874787521687246],[-72.30816281701287,41.87501052173902],[-72.30808681700468,41.87530352179797],[-72.30807481701683,41.87558752185316],[-72.30810281703951,41.87582652189839],[-72.30811381704855,41.87592252191658],[-72.3083298171386,41.87626652197613],[-72.30842181717685,41.876411522001206],[-72.30880181735488,41.87736252217268],[-72.30896181744177,41.87797352228554],[-72.30898281745323,41.8780545223005],[-72.30892881745554,41.878406522370135],[-72.3087018174039,41.87880352245392],[-72.30834181731142,41.87924652255081],[-72.30779581716075,41.879734522662275],[-72.30719781699248,41.880211522773244],[-72.30666481684553,41.880690522882546],[-72.30645581679423,41.880989522946855],[-72.3064598168072,41.88119552298648],[-72.30651981683553,41.8813495230143],[-72.30661381688002,41.88159252305822],[-72.30697881702142,41.88198352312209],[-72.3070228170475,41.882190523160645],[-72.30695781704237,41.88247452321751],[-72.30667881697369,41.88287052330274],[-72.30630781687371,41.88324452338665],[-72.30602681678988,41.88338452342256],[-72.30600781678366,41.88338452342317],[-72.30573781669513,41.88337852343056],[-72.30545181659684,41.883292523423016],[-72.30528981653258,41.88309252338956],[-72.30513181644572,41.88247052327453],[-72.30499081639502,41.882388523263174],[-72.3046988163043,41.88247052328824],[-72.30440981624452,41.883081523415285],[-72.30425281620973,41.8833725234764],[-72.30394681611551,41.883473523505586],[-72.30354881598998,41.883552523533425],[-72.30288481578279,41.883723523587435],[-72.30260281569923,41.8838745236255],[-72.302564815692,41.88396552364426],[-72.30252981568532,41.88404952366158],[-72.30264081573172,41.8842285236926],[-72.30257481572734,41.884531523753154],[-72.30232381566502,41.88487852382805],[-72.3020698156062,41.88530452391828],[-72.3015828154838,41.88595152405852],[-72.30142881546332,41.886477524164896],[-72.30125381542933,41.886886524249334],[-72.30096881534867,41.887105524300615],[-72.30058581523473,41.88730252435072],[-72.30000981505331,41.88742152439193],[-72.29943681486733,41.88744252441412],[-72.29890081468959,41.88739552442202],[-72.29855781457901,41.88742152443789],[-72.29834081451759,41.887588524476975],[-72.29817781447915,41.887849524532506],[-72.29816281448228,41.88799152456037],[-72.29815681448311,41.88804052457001],[-72.29817381449274,41.888112524583356],[-72.29819581450536,41.8882085246012],[-72.29821281451194,41.88822652460413],[-72.29832781455673,41.88835352462498],[-72.29865981467871,41.88859252466059],[-72.29903681481666,41.888853524699],[-72.29906181482583,41.8888715247017],[-72.29932781491698,41.88894652470774],[-72.29962881501712,41.888978524704385],[-72.29997781512938,41.88894752468736],[-72.30019481519996,41.88894252467953],[-72.30082781541314,41.88905552468129],[-72.30145481562215,41.88912952467571],[-72.30169781570157,41.88913052466821],[-72.3021208158391,41.8891185246525],[-72.30255381597985,41.889106524636496],[-72.3027758160535,41.88912652463331],[-72.30307181615728,41.88925152464805],[-72.3030998161696,41.88930752465798],[-72.3032098162184,41.88953452469829],[-72.30322281622414,41.889560524702894],[-72.30308381621404,41.890183524827485],[-72.30308181621378,41.89019052482888],[-72.30307381621238,41.8902115248332],[-72.30305081620821,41.89027052484531],[-72.30301881620284,41.89036052486368],[-72.30296281619295,41.89050852489401],[-72.30274981615564,41.891077525010516],[-72.30265181613548,41.891286525053935],[-72.30238981608215,41.891855525172005],[-72.30206581599883,41.892252525258854],[-72.30125881577575,41.892967525422314],[-72.30099381569713,41.893107525457715],[-72.3003068154934,41.89347252554989],[-72.30025181547693,41.89349852555663],[-72.2997558153285,41.89373852561864],[-72.29925981518006,41.89397852568063],[-72.29922181516869,41.89399652568531],[-72.29843381492495,41.894237525756736],[-72.29711081450898,41.89452352585378],[-72.2970928145033,41.894527525855125],[-72.29640781429332,41.89477052592369],[-72.29572881407756,41.894877525965825],[-72.29533781395234,41.894921525986675],[-72.29487081380867,41.89507852603173],[-72.29458981372385,41.895201526064376],[-72.29397081352862,41.89532452610769],[-72.29344481336301,41.89543452614554],[-72.29310581326013,41.89557352618309],[-72.29303881323979,41.89560052619042],[-72.29262881312086,41.895865526254525],[-72.29178981287511,41.8963655263775],[-72.29147181278643,41.89663352643927],[-72.29108881268117,41.896983526518895],[-72.29092781263915,41.897170526560075],[-72.29086981262968,41.897337526594114],[-72.29090281265043,41.89751352662702],[-72.29099781269156,41.897691526658356],[-72.29221581316993,41.899110526893516],[-72.29250181329104,41.89959852697858],[-72.29253181330571,41.8996845269942],[-72.29262081334913,41.899937527040194],[-72.29266981338125,41.900221527093436],[-72.2926778134012,41.900527527152185],[-72.29252081336834,41.90085252721984],[-72.29219281330361,41.901600527374484],[-72.29186381322516,41.90211252748364],[-72.29157381316492,41.9027205276101],[-72.29149981315015,41.90288652764445],[-72.29140281313114,41.903110527690714],[-72.29133981312566,41.90337652774401],[-72.2913428131283,41.9034055277495],[-72.29136381314541,41.903586527783744],[-72.29137681315642,41.90370552780629],[-72.29137781316972,41.903934527850424],[-72.29133581317069,41.9041935279017],[-72.29125681315558,41.904382527940655],[-72.29091181306624,41.90479452803103],[-72.29083181305083,41.90498352807001],[-72.29094681309985,41.90518552810532],[-72.29095081312283,41.90556752817887],[-72.29103781317129,41.90592052824419],[-72.29118481324207,41.90632152831687],[-72.29138781332466,41.906608528365794],[-72.29171781344205,41.90677752838793],[-72.29238781366833,41.90690752839179],[-72.29300781387607,41.906998528389714],[-72.29301681387922,41.907002528390194],[-72.29334781399673,41.90716752841155],[-72.29355281409083,41.90764552849723],[-72.29380581424621,41.90892752873642],[-72.29405881434613,41.909231528787046],[-72.29457981453048,41.909480528818555],[-72.29528481477608,41.90974952884811],[-72.29592081500856,41.91018452891184],[-72.2964618152138,41.91068652899152],[-72.29682281535518,41.91109952905973],[-72.29699481542723,41.91137852910807],[-72.29711381547962,41.911616529150194],[-72.2971458154937,41.91168052916151],[-72.29727681556658,41.91221052925956],[-72.29739581565201,41.913030529413874],[-72.2974998157117,41.913483529497945],[-72.29755881576185,41.91402752960095],[-72.29766181582211,41.91449652968812],[-72.29763681584689,41.91507652980072],[-72.29748981583207,41.915661529918175],[-72.29746781584043,41.915935529971684],[-72.29755781589986,41.91646453007082],[-72.29787681605616,41.917381530237506],[-72.29846281629919,41.918289530394],[-72.29860881636444,41.91859853044894],[-72.2987968164547,41.91910653054091],[-72.2990518165592,41.91947953060475],[-72.2991488165949,41.919549530615164],[-72.29951881673111,41.91981953065548],[-72.30011981694389,41.92010853069218],[-72.30105781726242,41.920320530703314],[-72.30122981732082,41.92035953070539],[-72.3017218174929,41.920558530728165],[-72.30208181763595,41.92100653080312],[-72.30266681787278,41.92181053093957],[-72.30291581798784,41.92240353104598],[-72.30293781799809,41.9224575310557],[-72.30325081812342,41.922863531124044],[-72.30338381817243,41.92296153113871],[-72.30376481831294,41.923243531181],[-72.30445881856875,41.9237545312575],[-72.30520181883787,41.92421853132337],[-72.30520681883968,41.9242215313238],[-72.30523081885944,41.924431531363524],[-72.30516781885632,41.92473853142469],[-72.30509381884316,41.924932531464435],[-72.3050568188367,41.92503153148468],[-72.30516981888776,41.9252805315291],[-72.30548281900272,41.92550353156215],[-72.30555481902829,41.92553953156682],[-72.30589481914902,41.925709531588794],[-72.30627981928939,41.92596553162594],[-72.30648381936963,41.92620453166554],[-72.30664781944759,41.92663353174303],[-72.30671881949608,41.92707853182653],[-72.3066958195151,41.927545531917275],[-72.30666281954313,41.92822853204994],[-72.30666581955168,41.9283615320755],[-72.30665981955131,41.92838953208108],[-72.30666781955591,41.92842453208756],[-72.30667281957008,41.928645532130005],[-72.30667781958344,41.92885153216954],[-72.30671781961645,41.92920253223591],[-72.30680381965564,41.929397532270784],[-72.30687781968932,41.9295645323006],[-72.30690481970218,41.92963553231343],[-72.30700181974866,41.92989553236046],[-72.30702181975819,41.92994853237005],[-72.30700481977499,41.93034153244631],[-72.30715181984085,41.93065553250218],[-72.30718581985282,41.93067053250399],[-72.30743981994243,41.930786532518304],[-72.30751181996777,41.930818532522174],[-72.3076278200067,41.930836532521965],[-72.30821182020277,41.930928532521186],[-72.30822482020712,41.93093053252115],[-72.30840282026794,41.93097753252458],[-72.30887282042853,41.93110053253337],[-72.30888082043177,41.93111153253525],[-72.3091448205381,41.9314645325949],[-72.30926682060729,41.931980532690474],[-72.30918682060202,41.93234753276374],[-72.3091488205982,41.932498532794035],[-72.30911082059474,41.932656532825696],[-72.30908582059871,41.93286953286752],[-72.30910782061282,41.93299153289035],[-72.30916482063691,41.93308753290703],[-72.30921982068087,41.933544532993345],[-72.30907982065747,41.93393753307351],[-72.30895782063732,41.93428453314425],[-72.30861782056824,41.93502353329742],[-72.3084098205283,41.93551653339901],[-72.30820382049475,41.93611053351999],[-72.3081778205168,41.93664753362428],[-72.30812682050406,41.9367165336392],[-72.30754482035941,41.93751753381199],[-72.30737182032382,41.93788553388837],[-72.30735682032078,41.9379185338952],[-72.30726082031097,41.93829753397127],[-72.30727282034202,41.9387745340628],[-72.30723282033907,41.93895253409838],[-72.30716082032203,41.93906653412261],[-72.30701082028659,41.939305534173414],[-72.30695482027467,41.93941753419676],[-72.30682782024738,41.939667534248954],[-72.30671482022336,41.939894534296286],[-72.30643482016121,41.94041053440456],[-72.30640282015415,41.94047053441714],[-72.30629182012825,41.94065253445574],[-72.30630982013396,41.94064953445458],[-72.30636582015185,41.94064253445144],[-72.30638482015794,41.940640534450466],[-72.30643282017347,41.94063753444836],[-72.30647782018795,41.940633534446164],[-72.30675582027777,41.94061553443389],[-72.30684982030816,41.94060953442975],[-72.30674482027501,41.94063053443712],[-72.30643282017671,41.94069453445935],[-72.30639282016415,41.940703534462344],[-72.30632882014396,41.94071653446688],[-72.30631382013902,41.94071553446716],[-72.30626782012398,41.940715534468616],[-72.30625382011941,41.94071553446907],[-72.3061548200871,41.940716534472394],[-72.30519981977527,41.940720534503434],[-72.30204081874386,41.94073753460686],[-72.30098781840007,41.94074353464139],[-72.29926381783349,41.94068753468524],[-72.2989218177216,41.940685534695696],[-72.29272381569409,41.94065053488533],[-72.29065781501826,41.940639534948644],[-72.28814281419342,41.9405885350185],[-72.28536381328203,41.94053253509572],[-72.28059981171981,41.940440535228866],[-72.27892581117096,41.940409535275876],[-72.27884781114541,41.940408535278166],[-72.27871381110148,41.940406535282015],[-72.27861181106799,41.94040353528465],[-72.27808581089539,41.94039153529901],[-72.27766881075878,41.94038553531105],[-72.27642081034986,41.940367535347086],[-72.27600481021362,41.9403625353593],[-72.2745598097405,41.94034753540214],[-72.27022680832178,41.9403025355306],[-72.26942780806016,41.940294535554344],[-72.26878280784896,41.9402875355734],[-72.26712280730568,41.94027453562344],[-72.26484080655892,41.94025853569255],[-72.26214480567647,41.940236535773586],[-72.26048580513357,41.94022453582376],[-72.26013780501921,41.94021353583265],[-72.25909380467625,41.94018353585989],[-72.25874680456234,41.94017453586913],[-72.25605580367973,41.94012053594383],[-72.24952280153704,41.93999153612551],[-72.24798480103235,41.93995653616741],[-72.24529480014972,41.93989753624107],[-72.24433779983676,41.939894536270735],[-72.24419379978967,41.939894536275276],[-72.24205079908897,41.93989053634224],[-72.24146979889893,41.93988853636019],[-72.24051379858633,41.939886536390034],[-72.23896579807993,41.939879536437594],[-72.23806079778393,41.93987653646561],[-72.23670579734075,41.939871536507475],[-72.23647579739985,41.94224053697127],[-72.23638279742424,41.94320753716054],[-72.23637679742541,41.943262537171336],[-72.23637179742683,41.9433165371819],[-72.23636479742879,41.943391537196575],[-72.23632679743848,41.943781537272926],[-72.23634279744995,41.94389153729361],[-72.23635479745624,41.94393353730134],[-72.236415797483,41.94405353732252],[-72.23648779751294,41.94416653734203],[-72.23653079753137,41.9442435373555],[-72.2365807975553,41.944377537379744],[-72.23659479756373,41.94444553739241],[-72.23658479756679,41.944557537414305],[-72.23658479756998,41.94461353742509],[-72.23660979758314,41.944701537441254],[-72.23665579760448,41.94481253746119],[-72.2367147976322,41.94496153748805],[-72.23675979765258,41.94506153750589],[-72.23679379766948,41.945163537524486],[-72.23682279768737,41.94531153755208],[-72.23683879770103,41.94546053758028],[-72.23685179772649,41.945834537651926],[-72.23685379774557,41.94615953771449],[-72.23685479774788,41.946194537721205],[-72.23685079777225,41.94664753780861],[-72.23684279778476,41.94691453786031],[-72.23682879779528,41.947180537912004],[-72.23678179780451,41.94761453799712],[-72.23676479781128,41.94783153803946],[-72.23676079782288,41.94805953808353],[-72.23676779784316,41.94837653814437],[-72.23677879785923,41.94859653818643],[-72.23675979786356,41.94878253822286],[-72.23674979787084,41.948968538258995],[-72.23675079788092,41.94914053829213],[-72.23676379790462,41.949483538357796],[-72.23675779791547,41.94970953840152],[-72.23673879793064,41.95008653847475],[-72.2367327979416,41.95031453851888],[-72.23673479796001,41.95062753857911],[-72.23672879797103,41.950856538623434],[-72.23672679798881,41.951181538686114],[-72.23673279803609,41.951980538839855],[-72.23674179807622,41.95263653896595],[-72.23675579813538,41.95359853915084],[-72.23675679813954,41.953666539163905],[-72.23678079818211,41.95427853928105],[-72.23677079820573,41.95475253937268],[-72.23674279823169,41.955371539492795],[-72.23674079824697,41.955652539546996],[-72.2367187982455,41.95575353956714],[-72.23664279823518,41.95600953961887],[-72.23661479822881,41.95605853962919],[-72.23662779824248,41.95622453966075],[-72.23666879828423,41.95672453975578],[-72.2366827982983,41.956891539787506],[-72.23671279833086,41.95729253986381],[-72.2367937984145,41.95830054005541],[-72.23603779814842,41.95796654001497],[-72.23585679808447,41.957882540004505],[-72.23578479805906,41.95784954000043],[-72.23511779783,41.95765553998414],[-72.23489879775477,41.95759153997872],[-72.23470079769032,41.957596539985964],[-72.23410679749709,41.957613540008],[-72.23390979743301,41.95761954001538],[-72.233780797391,41.95762254002003],[-72.23365479735,41.9576255400246],[-72.23365179734905,41.95762654002488],[-72.23314379718377,41.95764054004363],[-72.23288979710108,41.95764654005281],[-72.2326357970185,41.957654540062386],[-72.23098279648023,41.95769254012193],[-72.22602479486586,41.95780854030092],[-72.22437279432798,41.957847540360625],[-72.22390579417602,41.95786054037787],[-72.2228937938478,41.957907540418894],[-72.22257379374409,41.95792354043208],[-72.21845879240891,41.95810354059672],[-72.2169807919294,41.958169540656094]]]},"properties":{"name":8401,"geoid":"09013840100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.42084084095437,41.64806147425416],[-72.42084784095734,41.64807347425628],[-72.42092784099091,41.64820747427975],[-72.42218584152415,41.65039847466505],[-72.42619284322295,41.657379475892476],[-72.42747984376854,41.65962047628643],[-72.42752984378976,41.65970747630171],[-72.42793584395359,41.660267476397486],[-72.42821884406763,41.660654476463584],[-72.42923184447565,41.662037476699744],[-72.42942984455539,41.66230747674582],[-72.43071684501423,41.663007476840825],[-72.4317468453815,41.663568476916986],[-72.43185384541965,41.66362647692486],[-72.432805845759,41.66414347699495],[-72.43598484689258,41.6658754772301],[-72.43697084724413,41.6664114773028],[-72.4370448472705,41.66645147730821],[-72.43732984737208,41.66660647732924],[-72.43828284770994,41.6670904773929],[-72.4420118490319,41.66898347764175],[-72.44325484947261,41.66961547772489],[-72.44382984967645,41.66990747776329],[-72.44422184981445,41.67008947778615],[-72.44715285084645,41.671451477957284],[-72.44812985119049,41.671906478014506],[-72.44814285119789,41.671962478024966],[-72.44821885124145,41.67229547808713],[-72.44848585139408,41.673458478304156],[-72.44857585144537,41.673847478376715],[-72.44870785152078,41.67442147848382],[-72.44910085174553,41.676134478803476],[-72.44911785175519,41.676207478817076],[-72.44966385206736,41.67858547926079],[-72.4506768526467,41.6829994800843],[-72.45120285294733,41.6852874805111],[-72.45122985296291,41.6854074805335],[-72.45123685296689,41.685437480539086],[-72.45134185302653,41.68588748062298],[-72.45137785304674,41.6860374806509],[-72.4514368530802,41.686289480697894],[-72.45161485318101,41.687047480839155],[-72.45162985318929,41.68710748085031],[-72.45169585322138,41.687294480884454],[-72.45174885324711,41.68744448091185],[-72.45180185327298,41.68759648093964],[-72.45212285342889,41.68850448110542],[-72.45222985348087,41.68880748116075],[-72.45237785356565,41.68945448128145],[-72.45282185382037,41.69140148164469],[-72.45297085390554,41.692049481765544],[-72.4529728539067,41.692058481767205],[-72.45302985393936,41.692307481813664],[-72.45311385399046,41.69272748189237],[-72.45352085423815,41.69476348227402],[-72.45352785424235,41.69479748228037],[-72.45365685432085,41.695442482401276],[-72.45413385461113,41.697827482848254],[-72.45417485463602,41.698031482886485],[-72.45421585466092,41.6982354829247],[-72.45426485469062,41.69847848297025],[-72.45431285471994,41.69872048301562],[-72.4543298547304,41.698807483031935],[-72.4543788547596,41.69904148307572],[-72.45441885478365,41.69923648311222],[-72.45467785493842,41.700480483345025],[-72.45557485547492,41.70479848415312],[-72.45587585565453,41.70623948442271],[-72.45608085577734,41.70722948460797],[-72.45669885614679,41.71019948516366],[-72.45690485626987,41.71118848534868],[-72.45690585627032,41.71119048534905],[-72.45692985628477,41.71130748537094],[-72.45735085654222,41.71343248576916],[-72.45868485735797,41.720162487030144],[-72.45874185739306,41.720454487084886],[-72.45893785751265,41.7214384872692],[-72.4591298576301,41.72240748745074],[-72.4593298577508,41.723387487634156],[-72.45992885811253,41.72632748818438],[-72.46012985823357,41.727307488367735],[-72.45895085785855,41.727472488437144],[-72.45541585673428,41.72797048864589],[-72.45423785635961,41.72813648871546],[-72.4537288561978,41.72820948874577],[-72.45281385590542,41.72831448879517],[-72.4507838552569,41.72854948890516],[-72.44853685453897,41.72880848902668],[-72.44711185408372,41.72897348910388],[-72.4449778534016,41.72921448921833],[-72.44478285333922,41.72923548922859],[-72.44279485270373,41.729459489335085],[-72.44078485206123,41.729686489442855],[-72.43779885110656,41.730020489602325],[-72.43547085036226,41.730281489726785],[-72.4345288500621,41.730404489780504],[-72.43170584916268,41.73077648994212],[-72.43128684902923,41.730832489966275],[-72.43076584886343,41.73090448999674],[-72.42917584835699,41.73111649008824],[-72.42440784683839,41.731754490363066],[-72.4235038465505,41.73187649041538],[-72.42281884633233,41.73196849045493],[-72.42273784629722,41.73181449042767],[-72.42249484619188,41.731352490345934],[-72.42241484615708,41.731198490318654],[-72.42227684610246,41.731028490290115],[-72.42186484593941,41.73052049020484],[-72.42172784588517,41.73035149017645],[-72.42114584562944,41.72918448996895],[-72.41939984486231,41.72568448934659],[-72.41911384473667,41.72511148924468],[-72.41868484456825,41.72460648916049],[-72.41860184453537,41.724503489143196],[-72.41835284443682,41.72419648909163],[-72.41826984440401,41.72409448907452],[-72.41794484427137,41.7236224889934],[-72.41696984387352,41.72220748875029],[-72.41664584374128,41.72173648866936],[-72.4164478436623,41.72148148862624],[-72.41585584342617,41.72071848849723],[-72.4156588433476,41.72046448845428],[-72.41545984327085,41.72025448841992],[-72.4148628430408,41.719627488317414],[-72.41466484296443,41.7194184882832],[-72.41456184292473,41.71931048826556],[-72.41427484281404,41.719007488215965],[-72.41425584280667,41.7189864882125],[-72.4141558427679,41.718877488194565],[-72.41400784270995,41.71870548816594],[-72.41390984267153,41.71859148814696],[-72.41368484258062,41.71828048809386],[-72.41360784254863,41.71815848807267],[-72.41348684249844,41.7179684880397],[-72.41331884242891,41.717707487994474],[-72.41323184239194,41.7175544879676],[-72.4131148423422,41.71734948793159],[-72.41290084225047,41.71696048786305],[-72.41280584220887,41.71677248782963],[-72.41278484219964,41.71673048782217],[-72.41275584218697,41.71667348781205],[-72.41273484217774,41.71663148780458],[-72.41266684214837,41.716503487781935],[-72.41256684210197,41.716259487737844],[-72.41247784206054,41.71603948769803],[-72.41239384202,41.715806487655584],[-72.40843784042106,41.71033048672014],[-72.40401283863278,41.7042044856734],[-72.39874683650504,41.696916484427845],[-72.38853883324104,41.698051484970975],[-72.37988083047013,41.69897148542323],[-72.37874183010608,41.69910148548446],[-72.37532482901403,41.699492485668316],[-72.37418682865037,41.69962348572972],[-72.37265882816182,41.69979448581118],[-72.37166982784542,41.699902485863404],[-72.36605282604879,41.70052048616077],[-72.36585182598449,41.7005424861714],[-72.36569582593442,41.70055648617904],[-72.3655948259022,41.700569486184754],[-72.36549482587033,41.70058248619043],[-72.3641198254305,41.700733486263175],[-72.36160382462585,41.70101248639678],[-72.36110782446707,41.70106548642272],[-72.3607318243468,41.701106486442576],[-72.36067782433031,41.70112648644814],[-72.35962082399033,41.70120948649764],[-72.35912482383085,41.70124948652108],[-72.35859482366092,41.7013004865477],[-72.35700782315205,41.701453486627514],[-72.35647882298247,41.70150548665432],[-72.3563698229475,41.701515486659694],[-72.35152882056256,41.68717448403254],[-72.3514718205437,41.68716948403338],[-72.35102782033724,41.686071483834496],[-72.35029681999733,41.6842644835072],[-72.34839781911417,41.67956548265593],[-72.34677481835959,41.67555148192867],[-72.3456018178141,41.672647481402436],[-72.34528281766598,41.671861481260045],[-72.34432681722204,41.669505480833195],[-72.34400881707433,41.66872048069094],[-72.34410981709452,41.66849348064372],[-72.34413781710049,41.668437480631965],[-72.34422381711713,41.66823448058988],[-72.34431381713485,41.66802748054689],[-72.3445088171745,41.66760148045808],[-72.34464681720462,41.66733648040233],[-72.34475881722985,41.667135480359796],[-72.34490781726461,41.66688948030737],[-72.34495281727541,41.66682048029255],[-72.34509581731007,41.666607480246725],[-72.3452638173526,41.66638948019913],[-72.34552281741823,41.666054480125986],[-72.34557981743323,41.66599048011176],[-72.3458698175098,41.665670480040504],[-72.34618881759638,41.66536047997032],[-72.34654681769548,41.665046479898095],[-72.34668281773374,41.66493847987285],[-72.34708381784684,41.66462447979927],[-72.34743281794607,41.664365479737995],[-72.34848281824489,41.66359147955472],[-72.3488328183445,41.66333347949361],[-72.34918681844604,41.66308647943451],[-72.34972481860054,41.66271447934536],[-72.34986681864082,41.66260747932012],[-72.3498958186491,41.66258647931511],[-72.35002581868513,41.6624734792891],[-72.35017881872858,41.66235947926216],[-72.35023281874417,41.662323479253466],[-72.35036681878309,41.66223847923274],[-72.35060281885227,41.66210047919852],[-72.35075181889601,41.662014479177124],[-72.35086781893051,41.66195547916201],[-72.35090781894247,41.66193647915706],[-72.35137181908156,41.66171947910033],[-72.35165081916591,41.661602479068826],[-72.35169681917996,41.661585479064065],[-72.35198281926763,41.66148647903583],[-72.35228581936119,41.66139347900823],[-72.35269181948742,41.66128447897425],[-72.35306981960619,41.661205478947],[-72.3535518197586,41.66112147891549],[-72.35471882012907,41.660944478844314],[-72.35535482033069,41.66084347880462],[-72.35598582053105,41.66074847876628],[-72.35660682072759,41.66064347872629],[-72.3570108208549,41.660565478698395],[-72.35738582097224,41.660478478669695],[-72.35780482110259,41.660367478634925],[-72.35835082127281,41.66022947859092],[-72.36020882185063,41.659734478436214],[-72.36092382207252,41.659535478375005],[-72.36216382245597,41.659166478264254],[-72.36258182258508,41.65903947822642],[-72.36270382262272,41.6590014782152],[-72.3630708227361,41.65889047818206],[-72.36319382277418,41.65885447817119],[-72.36328482280217,41.6588244781625],[-72.36355982288696,41.658738478137124],[-72.3636518229153,41.6587094781286],[-72.3637848229563,41.65866747811626],[-72.36390482299333,41.65863047810528],[-72.3641838230794,41.65854347807959],[-72.36431782312077,41.658502478067405],[-72.36470682324162,41.65839647803455],[-72.36548682348399,41.65818547796898],[-72.36573182356088,41.658132477950964],[-72.36588282360893,41.65811147794211],[-72.36628282373631,41.65805847791919],[-72.36640182377471,41.658051477914086],[-72.36701182397313,41.65804447789344],[-72.36726382405539,41.65804647788588],[-72.3687088245289,41.65809147784896],[-72.36933882473527,41.658109477832554],[-72.36939582475395,41.65811147783113],[-72.36940382475655,41.65811147783088],[-72.37008282497892,41.65813047781314],[-72.37114082532572,41.65816547778648],[-72.37205682562451,41.658169477758335],[-72.37226082569083,41.658166477751294],[-72.37229482570186,41.65816547775004],[-72.37284982588108,41.65813547772668],[-72.3728828258917,41.65813347772526],[-72.3729348259085,41.65813047772302],[-72.37377182617797,41.65807147768512],[-72.37444382639308,41.65800147765031],[-72.37452282641854,41.65799647764686],[-72.37540482669985,41.65788647759764],[-72.37612182692723,41.65777447755324],[-72.37701882721255,41.65764947750065],[-72.37768782742481,41.657546477459526],[-72.37820782758823,41.65743847742214],[-72.3785528276958,41.657351477394364],[-72.37894982781826,41.65722847735794],[-72.3793838279506,41.65706647731279],[-72.37968882804272,41.65693647727795],[-72.38002282814263,41.65677747723653],[-72.38042482826161,41.65656347718232],[-72.38119282848787,41.656135477075],[-72.38177182865799,41.655804476992465],[-72.38269782892999,41.655274476860356],[-72.38351182916928,41.6548114767448],[-72.38386882927426,41.6546094766943],[-72.3840918293397,41.65448047666223],[-72.38423082938046,41.65439947664213],[-72.38464882950313,41.65415847658216],[-72.38478882954428,41.654078476562205],[-72.38528582969141,41.65381447649527],[-72.3859768298961,41.6534494764026],[-72.38679783014175,41.653059476300974],[-72.3873078302944,41.65281847623809],[-72.38815483054915,41.65243947613777],[-72.38846083064088,41.65229747610056],[-72.38883483075372,41.65213647605748],[-72.38918583085973,41.651987476017474],[-72.38961983099195,41.65182347597193],[-72.39008483113463,41.65166547592656],[-72.39073383133494,41.65146647586743],[-72.39111483145348,41.65136647583598],[-72.39138983153929,41.6512984758141],[-72.39179083166559,41.65122047578629],[-72.39242283186547,41.651112475745336],[-72.39329683214372,41.650995475695005],[-72.39368783226823,41.650943475672555],[-72.39387483232781,41.65091947566198],[-72.39407083239023,41.650893475650726],[-72.39441783250099,41.6508524756318],[-72.39468583258581,41.65080747561461],[-72.39493983266662,41.65077247559978],[-72.3953438327945,41.650705475574],[-72.39538683280813,41.650698475571275],[-72.39561883288074,41.65064547555367],[-72.39604283301274,41.6505354755189],[-72.39624583307557,41.65047647550104],[-72.39664283319713,41.65033747546151],[-72.39684883325982,41.65025847543967],[-72.39735683341233,41.65002647537858],[-72.39767283350594,41.64985947533618],[-72.39847383374193,41.6494144752245],[-72.39884383385048,41.64920047517127],[-72.39892183387349,41.649157475160465],[-72.4027478350159,41.64730147467929],[-72.40282583504037,41.64728447467351],[-72.40299583509406,41.64725447466231],[-72.40346483524337,41.64719147463525],[-72.40373583533015,41.64716447462145],[-72.40442583555388,41.647144474595734],[-72.40738683651877,41.647144474502056],[-72.40876683696878,41.64715047445954],[-72.40882783698844,41.64714647445685],[-72.41107183772073,41.64716547438954],[-72.41110283773084,41.64716547438855],[-72.41195983801222,41.647203474368794],[-72.41316583841059,41.64729947434927],[-72.41607883937601,41.64758747431296],[-72.41667983957532,41.647649474305965],[-72.41817884007239,41.6478024742882],[-72.42084084095437,41.64806147425416]]]},"properties":{"name":5261.02,"geoid":"09013526102"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.42084084095437,41.64806147425416],[-72.41817884007239,41.6478024742882],[-72.41667983957532,41.647649474305965],[-72.41607883937601,41.64758747431296],[-72.41316583841059,41.64729947434927],[-72.41195983801222,41.647203474368794],[-72.41110283773084,41.64716547438855],[-72.41107183772073,41.64716547438954],[-72.40882783698844,41.64714647445685],[-72.40876683696878,41.64715047445954],[-72.40738683651877,41.647144474502056],[-72.40442583555388,41.647144474595734],[-72.40373583533015,41.64716447462145],[-72.40346483524337,41.64719147463525],[-72.40299583509406,41.64725447466231],[-72.40282583504037,41.64728447467351],[-72.4027478350159,41.64730147467929],[-72.39892183387349,41.649157475160465],[-72.39884383385048,41.64920047517127],[-72.39847383374193,41.6494144752245],[-72.39767283350594,41.64985947533618],[-72.39735683341233,41.65002647537858],[-72.39684883325982,41.65025847543967],[-72.39664283319713,41.65033747546151],[-72.39624583307557,41.65047647550104],[-72.39604283301274,41.6505354755189],[-72.39561883288074,41.65064547555367],[-72.39538683280813,41.650698475571275],[-72.3953438327945,41.650705475574],[-72.39493983266662,41.65077247559978],[-72.39468583258581,41.65080747561461],[-72.39441783250099,41.6508524756318],[-72.39407083239023,41.650893475650726],[-72.39387483232781,41.65091947566198],[-72.39368783226823,41.650943475672555],[-72.39329683214372,41.650995475695005],[-72.39242283186547,41.651112475745336],[-72.39179083166559,41.65122047578629],[-72.39138983153929,41.6512984758141],[-72.39111483145348,41.65136647583598],[-72.39073383133494,41.65146647586743],[-72.39008483113463,41.65166547592656],[-72.38961983099195,41.65182347597193],[-72.38918583085973,41.651987476017474],[-72.38883483075372,41.65213647605748],[-72.38846083064088,41.65229747610056],[-72.38815483054915,41.65243947613777],[-72.3873078302944,41.65281847623809],[-72.38679783014175,41.653059476300974],[-72.3859768298961,41.6534494764026],[-72.38528582969141,41.65381447649527],[-72.38478882954428,41.654078476562205],[-72.38464882950313,41.65415847658216],[-72.38423082938046,41.65439947664213],[-72.3840918293397,41.65448047666223],[-72.38386882927426,41.6546094766943],[-72.38351182916928,41.6548114767448],[-72.38269782892999,41.655274476860356],[-72.38177182865799,41.655804476992465],[-72.38119282848787,41.656135477075],[-72.38042482826161,41.65656347718232],[-72.38002282814263,41.65677747723653],[-72.37968882804272,41.65693647727795],[-72.3793838279506,41.65706647731279],[-72.37894982781826,41.65722847735794],[-72.3785528276958,41.657351477394364],[-72.37820782758823,41.65743847742214],[-72.37768782742481,41.657546477459526],[-72.37701882721255,41.65764947750065],[-72.37612182692723,41.65777447755324],[-72.37540482669985,41.65788647759764],[-72.37452282641854,41.65799647764686],[-72.37444382639308,41.65800147765031],[-72.37377182617797,41.65807147768512],[-72.3729348259085,41.65813047772302],[-72.3728828258917,41.65813347772526],[-72.37284982588108,41.65813547772668],[-72.37229482570186,41.65816547775004],[-72.37226082569083,41.658166477751294],[-72.37205682562451,41.658169477758335],[-72.37114082532572,41.65816547778648],[-72.37008282497892,41.65813047781314],[-72.36940382475655,41.65811147783088],[-72.36939582475395,41.65811147783113],[-72.36933882473527,41.658109477832554],[-72.3687088245289,41.65809147784896],[-72.36726382405539,41.65804647788588],[-72.36701182397313,41.65804447789344],[-72.36640182377471,41.658051477914086],[-72.36628282373631,41.65805847791919],[-72.36588282360893,41.65811147794211],[-72.36573182356088,41.658132477950964],[-72.36548682348399,41.65818547796898],[-72.36470682324162,41.65839647803455],[-72.36431782312077,41.658502478067405],[-72.3641838230794,41.65854347807959],[-72.36390482299333,41.65863047810528],[-72.3637848229563,41.65866747811626],[-72.3636518229153,41.6587094781286],[-72.36355982288696,41.658738478137124],[-72.36328482280217,41.6588244781625],[-72.36319382277418,41.65885447817119],[-72.3630708227361,41.65889047818206],[-72.36270382262272,41.6590014782152],[-72.36258182258508,41.65903947822642],[-72.36216382245597,41.659166478264254],[-72.36092382207252,41.659535478375005],[-72.36020882185063,41.659734478436214],[-72.35835082127281,41.66022947859092],[-72.35780482110259,41.660367478634925],[-72.35738582097224,41.660478478669695],[-72.3570108208549,41.660565478698395],[-72.35660682072759,41.66064347872629],[-72.35598582053105,41.66074847876628],[-72.35535482033069,41.66084347880462],[-72.35471882012907,41.660944478844314],[-72.3535518197586,41.66112147891549],[-72.35306981960619,41.661205478947],[-72.35269181948742,41.66128447897425],[-72.35228581936119,41.66139347900823],[-72.35198281926763,41.66148647903583],[-72.35169681917996,41.661585479064065],[-72.35165081916591,41.661602479068826],[-72.35137181908156,41.66171947910033],[-72.35090781894247,41.66193647915706],[-72.35086781893051,41.66195547916201],[-72.35075181889601,41.662014479177124],[-72.35060281885227,41.66210047919852],[-72.35036681878309,41.66223847923274],[-72.35023281874417,41.662323479253466],[-72.35017881872858,41.66235947926216],[-72.35002581868513,41.6624734792891],[-72.3498958186491,41.66258647931511],[-72.34986681864082,41.66260747932012],[-72.34972481860054,41.66271447934536],[-72.34918681844604,41.66308647943451],[-72.3488328183445,41.66333347949361],[-72.34848281824489,41.66359147955472],[-72.34743281794607,41.664365479737995],[-72.34708381784684,41.66462447979927],[-72.34668281773374,41.66493847987285],[-72.34654681769548,41.665046479898095],[-72.34618881759638,41.66536047997032],[-72.3458698175098,41.665670480040504],[-72.34557981743323,41.66599048011176],[-72.34552281741823,41.666054480125986],[-72.3452638173526,41.66638948019913],[-72.34509581731007,41.666607480246725],[-72.34495281727541,41.66682048029255],[-72.34490781726461,41.66688948030737],[-72.34475881722985,41.667135480359796],[-72.34464681720462,41.66733648040233],[-72.3445088171745,41.66760148045808],[-72.34431381713485,41.66802748054689],[-72.34422381711713,41.66823448058988],[-72.34413781710049,41.668437480631965],[-72.34410981709452,41.66849348064372],[-72.34400881707433,41.66872048069094],[-72.34348881682891,41.66736848044507],[-72.3419298160932,41.66331447970776],[-72.3414108158482,41.66196347946201],[-72.33997981517558,41.658288478794056],[-72.3396548150227,41.6574514786419],[-72.33961981500624,41.657361478625546],[-72.33687181371748,41.650352477351966],[-72.3356648131516,41.64727547679279],[-72.33495181281727,41.64545647646218],[-72.33447081259173,41.64422947623916],[-72.33422781247762,41.643606476125896],[-72.3342268124773,41.643606476125925],[-72.3339348123359,41.64278147597498],[-72.3339198123287,41.64274047596748],[-72.33391181232481,41.64271747596327],[-72.3338268122839,41.64248147592015],[-72.33376581225444,41.64231047588887],[-72.33370381222419,41.642131475856075],[-72.33366681220642,41.64202947583744],[-72.33357581216258,41.641776475791204],[-72.3334888121204,41.64152947574597],[-72.3325958116879,41.639004475283926],[-72.33257281167653,41.63893547527125],[-72.32922681006362,41.629605473565064],[-72.32921381005798,41.62958047356062],[-72.32701880909224,41.62510647276088],[-72.32651680885557,41.62380047252302],[-72.32651080885272,41.62378447252012],[-72.32600280861315,41.62246147227915],[-72.32541580833643,41.62093447200103],[-72.325011808146,41.61988347180961],[-72.32482880805973,41.61940747172291],[-72.32466980798472,41.618992471647296],[-72.32451080790975,41.61857847157187],[-72.32452580791144,41.61852147156033],[-72.32456980791638,41.61835347152632],[-72.32458580791847,41.618297471514936],[-72.32461780792252,41.61818347149179],[-72.32471480793495,41.6178404714221],[-72.32474780793939,41.61772747139911],[-72.3247988079451,41.61753247135961],[-72.32491980795879,41.617072471266454],[-72.32495480796321,41.616947471241055],[-72.32500980797035,41.61675447120185],[-72.32512680798426,41.61632147111404],[-72.32547980802683,41.61502547085114],[-72.32548380802751,41.61501447084888],[-72.32555380803552,41.614749470795196],[-72.32559580804046,41.61459347076357],[-72.32568380805058,41.614261470696306],[-72.32594680808077,41.61326847049509],[-72.32603580809125,41.612937470427994],[-72.32615580810504,41.6124844703362],[-72.3262278081132,41.612210470280694],[-72.32680680818004,41.610031469839114],[-72.32692280819361,41.60959846975132],[-72.32700480820408,41.6093074696922],[-72.32728180823979,41.608331469493834],[-72.3280958083456,41.60547946891403],[-72.32816580836673,41.60544946890599],[-72.32910480865124,41.605065468801804],[-72.3295708087924,41.60487446875002],[-72.33084380917808,41.604353468608686],[-72.33088280918984,41.604336468604146],[-72.33142080935288,41.60411746854467],[-72.33622581080972,41.60217146801517],[-72.33660081092347,41.60202046797401],[-72.33800981135109,41.601457467820225],[-72.33802981135715,41.60144946781804],[-72.33915881169983,41.60099946769503],[-72.33976781188461,41.60075546762843],[-72.33988681192069,41.60070746761536],[-72.34249081271115,41.59967046733179],[-72.34334881297184,41.59933346723928],[-72.3435408130302,41.59925846721865],[-72.34712781419182,41.59913246708114],[-72.35095381543515,41.59907546694951],[-72.35226281586118,41.59906746690667],[-72.35228481586823,41.599065466905586],[-72.35235181588973,41.599059466902304],[-72.35237481589716,41.5990584669014],[-72.35243781591741,41.59905346689844],[-72.35252481594465,41.59903346689182],[-72.3528618160503,41.59895946686681],[-72.3529688160828,41.59891746685527],[-72.35311181612636,41.59886346684028],[-72.35340281621491,41.59875146680934],[-72.35398681639128,41.59850346674275],[-72.35432481650106,41.59849746673092],[-72.35441081652769,41.59847246672335],[-72.35446981654322,41.59840646670866],[-72.35462981658975,41.59830646668418],[-72.35477681663559,41.598269466672356],[-72.35491581668153,41.59828146667031],[-72.35491681668186,41.59828146667028],[-72.35508381673628,41.59828146666501],[-72.3552228167729,41.598126466630504],[-72.35536981681848,41.5980854666179],[-72.35553781686863,41.59800346659667],[-72.35571281690997,41.597723466536735],[-72.35585181694938,41.59761846651196],[-72.35597481698761,41.59758546650168],[-72.35620881706238,41.597559466489244],[-72.35645781714584,41.59760146648954],[-72.35676581725639,41.59778346651521],[-72.35688881730294,41.59789946653386],[-72.35718181740937,41.598095466562725],[-72.35727681744217,41.598128466566145],[-72.35756281753804,41.59817646656646],[-72.35771581758631,41.59814846655619],[-72.35789781764734,41.59817946655648],[-72.35831481778922,41.59828746656431],[-72.35863781789341,41.598268466550444],[-72.35888581797553,41.59829246654728],[-72.35900281801757,41.598362466557205],[-72.35927381811224,41.598476466570816],[-72.35938281815245,41.59856046658369],[-72.3596828182682,41.5988824666368],[-72.36001881838489,41.59901146665129],[-72.36003181838963,41.599020466652625],[-72.36018081844416,41.59912746666872],[-72.36061181859498,41.59931346669128],[-72.36069981862852,41.59940046670541],[-72.36070681863539,41.59948246672112],[-72.36075781865883,41.599604466743216],[-72.36078681867616,41.599745466769704],[-72.36117481883278,41.6002854668624],[-72.3612448188627,41.60041246688486],[-72.36125581886736,41.60043146688822],[-72.36137281891422,41.60058746691484],[-72.36159181899741,41.60079946694913],[-72.36179381906932,41.60090846696395],[-72.36209681917724,41.60107246698626],[-72.36249181931268,41.6011934669973],[-72.36261681935308,41.60118746699221],[-72.36279081940242,41.60105646696126],[-72.36290881943924,41.60102746695191],[-72.36300381947031,41.6010294669493],[-72.36333981959008,41.60121346697446],[-72.3634418196247,41.6012384669761],[-72.36357381966711,41.60122746696979],[-72.3637198197113,41.601167466953534],[-72.36380881973268,41.6010314669243],[-72.36392481976074,41.60085746688683],[-72.3639528197638,41.60074946686496],[-72.36395381975507,41.60058746683344],[-72.36407781978907,41.60047346680737],[-72.36416281981364,41.60041746679382],[-72.36428181984799,41.60033846677473],[-72.36434781986881,41.600326466770305],[-72.3648238200066,41.60001746669524],[-72.36496882004772,41.5999084666695],[-72.36504282007016,41.59987846666133],[-72.36521782012214,41.59978846663832],[-72.36569282027448,41.59974546661499],[-72.36577582030158,41.599746466612565],[-72.36578082030326,41.59974746661259],[-72.36597082036616,41.5997654666101],[-72.36651082055535,41.60000246663912],[-72.36680482065908,41.60014446665745],[-72.36697982071784,41.60017546665795],[-72.36725782081001,41.60020446665481],[-72.36782082099366,41.60020846663784],[-72.3679888210476,41.60019446662981],[-72.36819982111254,41.60012646660994],[-72.3683168211455,41.600034466588376],[-72.36844182118386,41.59999246657627],[-72.36872682127583,41.599976466564165],[-72.3690568213835,41.59997946655434],[-72.36931182146317,41.59991846653445],[-72.36945082150532,41.599862466519184],[-72.36961882155674,41.59980346650241],[-72.36973682159406,41.599783466494806],[-72.37005682169999,41.599813466490545],[-72.37021082174887,41.59979046648122],[-72.37036482180149,41.5998344664849],[-72.370546821862,41.599856466483445],[-72.37066382189951,41.59984546647762],[-72.37067982189265,41.59962946643514],[-72.37077282192031,41.599582466423065],[-72.37086882194895,41.5995354664109],[-72.37109582201988,41.59948146639324],[-72.37136682210878,41.59949246638684],[-72.37161482219517,41.59959246639845],[-72.37221482240783,41.599899466439176],[-72.37225782242463,41.59994946644755],[-72.37231582245288,41.600116466478156],[-72.37233082246011,41.600158466485844],[-72.37239882248652,41.600234466498456],[-72.37250682252855,41.600356466518754],[-72.3727448226141,41.600499466539034],[-72.37277082262347,41.60051546654132],[-72.37288482266221,41.60054446654337],[-72.37292382267549,41.600554466544075],[-72.37306482272164,41.600558466540406],[-72.37309482273152,41.60056046653985],[-72.37330382279977,41.600563466533835],[-72.37357882289699,41.60069946655159],[-72.37374182295468,41.600781466562374],[-72.37390582301263,41.600862466572934],[-72.37393982302466,41.60087946657516],[-72.37405682306569,41.600931466581585],[-72.37418182311364,41.601060466602696],[-72.37426282315052,41.60124746663648],[-72.3743358231837,41.601415466666815],[-72.37438782320075,41.60141746666557],[-72.37454382325203,41.6014254666622],[-72.37459582326913,41.60142846666114],[-72.37490182336964,41.6014434666544],[-72.37498082339567,41.601448466652876],[-72.37500082340198,41.601444466651465],[-72.37521182346867,41.60140846663783],[-72.37544782354132,41.6013324666156],[-72.3756448235964,41.60117046657791],[-72.37570482361103,41.601082466558914],[-72.37579182363237,41.60095746653189],[-72.37585882364641,41.600818466502766],[-72.37604082368459,41.60044146642377],[-72.37612882370486,41.600291466391845],[-72.37612882370429,41.600281466389895],[-72.37615582369142,41.59989446631384],[-72.37618682367552,41.599430466222714],[-72.37636882370224,41.598848466103874],[-72.3766718237921,41.59869046606362],[-72.37677682382325,41.598636466049804],[-72.37691382386392,41.59856546603169],[-72.37708682391438,41.598460466005825],[-72.37708782390763,41.598333465981106],[-72.37708882389842,41.59816346594804],[-72.37680482379464,41.59796246591795],[-72.3767048237553,41.59784146589759],[-72.37659582371238,41.59770946587539],[-72.3765888237021,41.597566465847834],[-72.37673982373545,41.59728346578805],[-72.37722782388701,41.597151465747004],[-72.37739782393623,41.59704146572026],[-72.37745582392746,41.59654746562245],[-72.3775278239432,41.596409465593354],[-72.37753882394554,41.59638746558874],[-72.37761382396202,41.596245465558766],[-72.37804082408516,41.5959604654899],[-72.3785448242401,41.59579546544195],[-72.37898682437607,41.595652465400214],[-72.38010682473353,41.59552046533921],[-72.38051782486478,41.5954734653171],[-72.38062582489734,41.59542646530455],[-72.38067482491206,41.59540446529874],[-72.38078982494677,41.595355465285586],[-72.38077882494125,41.59532046527913],[-72.38076282493316,41.59526946526974],[-72.38075282492822,41.59523946526421],[-72.38072582491439,41.59514946524758],[-72.38071682490978,41.59511946524203],[-72.38071082490687,41.595102465238924],[-72.38069582489914,41.59505146522948],[-72.3806908248966,41.595035465226516],[-72.38067682488952,41.594990465218224],[-72.38073482489968,41.594834465186075],[-72.38079682491194,41.59469246515654],[-72.38098982495026,41.59425446506531],[-72.38106282496906,41.59416546504571],[-72.3815418251154,41.59399246499699],[-72.38188882522148,41.593868464961936],[-72.38203582526641,41.593815464947],[-72.38222782531827,41.593624464903804],[-72.38208982526584,41.59349146488234],[-72.3820198252393,41.59342446487151],[-72.38228482530171,41.59299746478016],[-72.38233182529198,41.59255046469181],[-72.3823698252777,41.592074464598106],[-72.38266882536759,41.59194046456264],[-72.38272582538477,41.59191546455598],[-72.38308482547791,41.59149046446205],[-72.38331782554876,41.59140046443719],[-72.38348282559362,41.5912414644011],[-72.38362582562652,41.59099746434916],[-72.38363882563003,41.59098446434623],[-72.38385982569106,41.59078846430114],[-72.38395782571025,41.59056146425394],[-72.38390282568002,41.59034146421291],[-72.38351482555525,41.5903704642308],[-72.38346882553405,41.590259464210675],[-72.38374082560513,41.58994646414127],[-72.38375682557417,41.58930046401521],[-72.3837618255664,41.589132463982395],[-72.38409182565188,41.58873946389559],[-72.38415082566667,41.58866046387837],[-72.38422382568994,41.58865146387433],[-72.38429682571315,41.58864146387009],[-72.3843108257176,41.58863946386925],[-72.38479382587151,41.58857846384215],[-72.38489182590278,41.58856646383672],[-72.38495482592283,41.58855846383318],[-72.38503882595279,41.58860446383947],[-72.38515082599261,41.58866446384759],[-72.38573882620209,41.58898446389122],[-72.38589382625726,41.58906846390268],[-72.38593582627223,41.58909146390581],[-72.386057826315,41.58914546391244],[-72.387398826785,41.58973846398538],[-72.39174482830835,41.59166146422189],[-72.39179082832439,41.59168046422413],[-72.39208082842583,41.591805464239286],[-72.39325982883858,41.59231746430155],[-72.39410382914119,41.5928114643709],[-72.39934583096408,41.59487146460565],[-72.39978883111814,41.59504546462546],[-72.4011958316019,41.59549946466923],[-72.40131683164478,41.595561464677445],[-72.40222383196624,41.596025464738965],[-72.40247683205592,41.59615546475624],[-72.40323583232518,41.59654846480861],[-72.40348983241526,41.59667946482605],[-72.40359483245244,41.59673246483303],[-72.40391283256494,41.596891464853876],[-72.4040188326025,41.596945464861015],[-72.40410683263369,41.59699046486698],[-72.4043728327279,41.597125464884805],[-72.40446183275941,41.59717046489076],[-72.40503483297113,41.59761746495949],[-72.40675483360657,41.59895846516569],[-72.40732883381867,41.5994064652346],[-72.40764783395063,41.59990646532165],[-72.40791583406138,41.60032446539439],[-72.40860783434748,41.60140646558273],[-72.40892883448011,41.60190646566972],[-72.40926883458967,41.60188546565489],[-72.4102888349186,41.60182646561119],[-72.41062983502856,41.60180646559652],[-72.41057583501983,41.601964465628924],[-72.4105368350138,41.60208346565329],[-72.41041783499496,41.602438465726],[-72.41036783498714,41.60258946575693],[-72.41036583498695,41.602597465758556],[-72.41035183498461,41.602637465766755],[-72.41032983498133,41.60270646578085],[-72.4103218349818,41.6027614657918],[-72.41031583498227,41.60280446580033],[-72.41026183498543,41.60317446587392],[-72.41010383499626,41.60428446609456],[-72.41006583499869,41.60454846614705],[-72.41005083499981,41.604655466168296],[-72.40956883503091,41.60800746683468],[-72.40948583503733,41.60860346695306],[-72.40944083534094,41.614273468055764],[-72.40942583544022,41.616128468416484],[-72.40944283547174,41.616591468505874],[-72.40944683548081,41.61672946853255],[-72.40951383563244,41.619041468979404],[-72.40950883568772,41.62005446917627],[-72.40900883566258,41.622507469668406],[-72.40897183565777,41.62263646969463],[-72.40888983564157,41.62282346973354],[-72.40863583559167,41.62340846985516],[-72.40862283558894,41.62343546986081],[-72.40848183556082,41.623752469926806],[-72.40834483553361,41.62406246999134],[-72.40802383546952,41.62478347014148],[-72.40792583545004,41.62500547018769],[-72.40788183544129,41.6251044702083],[-72.40787483544607,41.62523047023299],[-72.40819583558795,41.62589447035176],[-72.40848083571879,41.62657047047399],[-72.4085518357653,41.626986470552524],[-72.40861283580495,41.62733847061893],[-72.40861183582894,41.627771470703024],[-72.40862483584066,41.62790447072844],[-72.40897483601346,41.62895047092043],[-72.4090858360999,41.629845471090675],[-72.40925583616367,41.62999447111424],[-72.4092748361748,41.63008247113071],[-72.40925983617188,41.63011747113798],[-72.40916483615447,41.630358471187776],[-72.40917083616964,41.6305934712332],[-72.40921783619416,41.630757471263564],[-72.4095298363143,41.63108647131755],[-72.40969983637807,41.63123547134111],[-72.40989683645525,41.6314664713797],[-72.41020883657161,41.631728471420715],[-72.41069083674782,41.63206947147165],[-72.41086083681158,41.63221847149521],[-72.4110848369004,41.63250047154286],[-72.41123983696704,41.632787471593666],[-72.41129483698873,41.63285447160493],[-72.41153283707526,41.633014471628464],[-72.41162083710968,41.633116471645494],[-72.41179083717238,41.63324647166534],[-72.41264083747971,41.63378747174346],[-72.41287083756878,41.63403847178492],[-72.41323783770397,41.63431647182727],[-72.41343483777428,41.63442547184219],[-72.4135518378173,41.63451247185537],[-72.41372083788421,41.63472347189098],[-72.41377483791047,41.634877471919175],[-72.41382683795125,41.63530147199983],[-72.41378983794802,41.635458472031466],[-72.4137718379466,41.63553747204736],[-72.41382383798855,41.635982472132106],[-72.41382283799919,41.63617747216998],[-72.41376683798809,41.6363044721964],[-72.41376683799527,41.63643247222127],[-72.41384783802775,41.636540472239645],[-72.41405283810063,41.63664847225413],[-72.41405283810523,41.63673047227005],[-72.41402483809868,41.636776472279855],[-72.41388183805317,41.63679547228807],[-72.41384683804407,41.636836472297134],[-72.41385283805096,41.636924472314035],[-72.41396183809599,41.63709347234337],[-72.41421983818988,41.63726847236919],[-72.41435583824263,41.637418472394],[-72.41464483835917,41.6378164724621],[-72.41551283870935,41.63901447266715],[-72.41560183874533,41.6391384726884],[-72.41572883879621,41.639307472717185],[-72.41576283881533,41.63945047274385],[-72.41587083887477,41.63988147282409],[-72.41590683889459,41.640025472850915],[-72.41589283890066,41.640214472888026],[-72.41649783915183,41.64117547305538],[-72.41688183931126,41.64178547316161],[-72.41712783941318,41.64217247322894],[-72.41749683956633,41.642757473330796],[-72.41985684054583,41.64649947398223],[-72.42084084095437,41.64806147425416]]]},"properties":{"name":5261.01,"geoid":"09013526101"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.33676883011958,41.94121853359786],[-72.33883283079606,41.94125453353925],[-72.34483183276227,41.941360533369156],[-72.3450248328255,41.94136353336363],[-72.3470888335022,41.94140353330576],[-72.35102883479172,41.94144153318792],[-72.353577835626,41.94146653311173],[-72.36285083865748,41.94149653282278],[-72.36679183994585,41.94150953269998],[-72.36755384019762,41.9415585326852],[-72.36834684045961,41.9416095326698],[-72.36912084071527,41.941658532654635],[-72.36984184095358,41.941706532640936],[-72.37060484120583,41.94175853262671],[-72.37083684128221,41.94176853262123],[-72.3715328415115,41.94180153260547],[-72.37176484158792,41.94181253260021],[-72.37201184166723,41.941788532587736],[-72.37275284190528,41.94171753255047],[-72.373000841985,41.94169453253817],[-72.37353884216196,41.94171553252509],[-72.37366784220445,41.94172153252215],[-72.3743348424239,41.941748532506125],[-72.37501384264735,41.94177653248993],[-72.37515384269336,41.94178153248644],[-72.37569284287073,41.94180353247353],[-72.3758688429281,41.94180153246754],[-72.37639984310135,41.94179753244989],[-72.37657684315914,41.94179653244406],[-72.37684384324727,41.941812532438654],[-72.37771684353557,41.94186653242128],[-72.37836484374546,41.94183453239449],[-72.3803088443751,41.94173853231416],[-72.38095784458535,41.941707532287545],[-72.38306984527529,41.94170653222014],[-72.3894078473459,41.94170653201841],[-72.39152084803621,41.941706531951155],[-72.39312684855955,41.9416835318956],[-72.3962168495665,41.941639531788745],[-72.39794685013017,41.94161353172864],[-72.39955385065385,41.941590531673036],[-72.40016085085104,41.94157153165005],[-72.4019828514431,41.94151653158142],[-72.40259085164075,41.941499531558776],[-72.40356385195741,41.941478531523735],[-72.40586785270739,41.94143153144131],[-72.40648385290793,41.94141953141935],[-72.40722685314984,41.941405531392995],[-72.40728485318158,41.94162953143429],[-72.40728685318277,41.94163853143595],[-72.40729285318643,41.94166853144155],[-72.40729585318797,41.94167853144337],[-72.40732685320536,41.94180553146685],[-72.40730885322773,41.94229953156257],[-72.4072408533127,41.94417453192579],[-72.40721885334129,41.944800532047054],[-72.4071238534517,41.947274532526464],[-72.4070018535956,41.95048853314918],[-72.40692585368036,41.95240453352051],[-72.40683785378275,41.95469753396477],[-72.40680285382473,41.955631534145695],[-72.40674685389457,41.95717253444413],[-72.40680885391535,41.957181534443876],[-72.40699585397799,41.95720853444313],[-72.40705885399915,41.95721853444304],[-72.40699885400942,41.95774053454544],[-72.40685585403419,41.95899053479062],[-72.4068188540403,41.95930853485302],[-72.40677085404864,41.95972853493539],[-72.40675985405093,41.959831534955576],[-72.40669185405922,41.96036453506033],[-72.4066418540656,41.96076153513834],[-72.40649285408591,41.96196753537522],[-72.40642385409393,41.9625015354802],[-72.40629185411522,41.96362753570116],[-72.40602585415358,41.96581653613094],[-72.40568585420343,41.968628536682964],[-72.40482485433043,41.97576153808303],[-72.40442485438959,41.97907753873379],[-72.40449085445309,41.9798095388725],[-72.40392285452823,41.98436253976654],[-72.40387585453891,41.984816539855366],[-72.40384285454564,41.98512253991528],[-72.40360185459754,41.987403540361754],[-72.40352285461533,41.98816454051066],[-72.40350685462086,41.988352540547325],[-72.40312285467041,41.99140754114719],[-72.40265285473211,41.995164541884755],[-72.40256685473221,41.99565654198209],[-72.4020318548124,42.00010654285494],[-72.40186585481688,42.001130543057116],[-72.40162085482422,42.002655543358166],[-72.4013488548329,42.004357543694105],[-72.40120985484785,42.005410543900986],[-72.40079485489358,42.00857354452235],[-72.40065685490892,42.00962754472939],[-72.40049285492763,42.01088854497704],[-72.4003468549446,42.01201654519855],[-72.40005285500126,42.01467954571982],[-72.3999138550284,42.01594454596742],[-72.39987285503197,42.01624054602561],[-72.39975085504328,42.01713254620095],[-72.39971085504725,42.01742954625932],[-72.39952385507085,42.01890654654916],[-72.39896485514254,42.02334054741919],[-72.39877885516657,42.024818547709145],[-72.39862985517163,42.025755547893965],[-72.39852385517544,42.0264255480261],[-72.39818285518702,42.02856954844897],[-72.39803385519217,42.029507548633966],[-72.39791285519375,42.0302245487756],[-72.39755185519935,42.032377549200795],[-72.39743185520135,42.03309554934257],[-72.39307985377575,42.03304754947222],[-72.39303385376058,42.03304554947331],[-72.39203985343296,42.03299954949618],[-72.39192285339466,42.03299854949972],[-72.3895758526264,42.03298254957152],[-72.38925785252174,42.03297054957935],[-72.38925485252075,42.03297054957945],[-72.38599185144633,42.032838549658166],[-72.38595685143495,42.032839549659485],[-72.37452684769335,42.03276155000894],[-72.36774184547278,42.03272555021827],[-72.36771884546525,42.03272555021901],[-72.36707084525285,42.03271655023793],[-72.36699184522686,42.032713550239876],[-72.36573084481248,42.03267755027313],[-72.36559684476853,42.032675550277006],[-72.36557384476103,42.03267555027774],[-72.3550308413044,42.03251455058265],[-72.35367084085799,42.03248455062019],[-72.35356084082191,42.0324825506233],[-72.34840883913331,42.03241455077428],[-72.3389268360161,42.03212455102034],[-72.33888183600138,42.03212455102177],[-72.33885683599324,42.032125551022766],[-72.33725483546984,42.03213355107526],[-72.33371083431209,42.03215455119205],[-72.3248018313914,42.032027551451],[-72.32196083046003,42.03198755153364],[-72.32182183041463,42.031988551538255],[-72.32125783023065,42.03199655155772],[-72.32124983022803,42.03199655155798],[-72.32104383016085,42.03199955156511],[-72.31714882888224,42.03191555167277],[-72.31708582886162,42.03191555167477],[-72.30846382603858,42.03185755193764],[-72.30572482514177,42.0318395520212],[-72.29992882324406,42.03180255219819],[-72.2999218232417,42.03180155219821],[-72.29963882314904,42.03179955220683],[-72.29155982050544,42.031777552459126],[-72.2915438205002,42.03177755245964],[-72.28743481915565,42.031766552587946],[-72.28028281681527,42.031746552811065],[-72.27984581667228,42.03174555282474],[-72.27894381637714,42.03174355285297],[-72.27163481398537,42.03172455308117],[-72.27157781396673,42.031724553082974],[-72.27067581366964,42.03168855310466],[-72.27059981364461,42.031685553106485],[-72.26212981087292,42.03166455337101],[-72.24952380674763,42.03163455376473],[-72.24897180655927,42.03149755375587],[-72.24881380650535,42.03145855375339],[-72.24722780598563,42.03144255380055],[-72.24129280404074,42.03138255397699],[-72.24132780404437,42.031245553949546],[-72.24134380404506,42.031165553933654],[-72.2413588040458,42.03109255391915],[-72.2413728040441,42.030982553897566],[-72.24137880403354,42.03076255385506],[-72.24138480402873,42.03064355383201],[-72.24139280402319,42.03050055380425],[-72.2414058040148,42.03027855376118],[-72.24143680398979,42.029661553641546],[-72.241457803973,42.0292465535611],[-72.24148780396169,42.02887555348882],[-72.24149480395971,42.02880055347417],[-72.24154880395608,42.02842655340054],[-72.24156580395827,42.02836755338866],[-72.24160480396561,42.02827255336917],[-72.24165080397582,42.02818755335138],[-72.2417488039994,42.028038553319625],[-72.24181380401616,42.027959553302374],[-72.24192780404685,42.027843553276455],[-72.24207180408746,42.02772955324998],[-72.24224280413655,42.02760955322149],[-72.24246580420164,42.027471553187894],[-72.24274280428365,42.02732055315009],[-72.24294780434415,42.027205553121505],[-72.24299680435864,42.02717855311475],[-72.24317280441025,42.027073553089],[-72.2433808044707,42.026940553056825],[-72.24357180452488,42.02679455302271],[-72.24360080453282,42.02676755301659],[-72.24366080454942,42.0267145530045],[-72.24379980458794,42.02659255297664],[-72.24383980459879,42.02655355296788],[-72.24389780461462,42.026498552955466],[-72.2441308046782,42.026276552905394],[-72.24461580481156,42.02583255280467],[-72.24474780484792,42.02571255277742],[-72.24529580499687,42.02518055265776],[-72.24562780508631,42.02484455258265],[-72.24587380515123,42.02457155252237],[-72.2460988052078,42.02427255245773],[-72.24623480524295,42.024108552421886],[-72.2465218053186,42.02378855235128],[-72.24660080533873,42.02368855232955],[-72.24660880534077,42.02367855232736],[-72.24684080540167,42.023415552269455],[-72.2470038054452,42.023243552231214],[-72.24718880549587,42.023070552192095],[-72.24729580552585,42.02298255217176],[-72.2474258055723,42.023051552180924],[-72.24780680570734,42.02323455220406],[-72.24801080577966,42.023332552216424],[-72.2481138058153,42.023366552219706],[-72.24822280585214,42.023387552220285],[-72.24850480594462,42.02339155221213],[-72.24906480612628,42.02336555218938],[-72.24921980617741,42.023372552185826],[-72.24937480622891,42.02338655218361],[-72.24948480626578,42.02340255218321],[-72.24959480630275,42.023419552182986],[-72.24968580633353,42.023437552183566],[-72.2497838063661,42.0234465521822],[-72.24988080639788,42.02344755217931],[-72.25005180645313,42.0234355521716],[-72.25010580646999,42.023421552167186],[-72.25016980648934,42.023393552159774],[-72.25036880654964,42.02330955213733],[-72.25050880659072,42.02322655211694],[-72.25059980661746,42.023173552103856],[-72.25061680662226,42.02316055210081],[-72.25086180669166,42.02297155205672],[-72.2510338067393,42.02282055202223],[-72.25110180675742,42.02274855200623],[-72.25146380685199,42.02232955191418],[-72.2516038068886,42.022168551878806],[-72.25185280695513,42.021906551820535],[-72.2520748070158,42.02169755177331],[-72.25213680703176,42.02162155175672],[-72.25233980708632,42.021413551710296],[-72.25242580711064,42.02134655169469],[-72.252610807164,42.02122155166479],[-72.25312280731387,42.020912551589156],[-72.25344780741061,42.02074455154657],[-72.2538938075444,42.020532551491655],[-72.25401080758006,42.0204865514791],[-72.2541998076384,42.020425551461386],[-72.25438380769629,42.02038555144786],[-72.25443580771268,42.02037455144411],[-72.25457680775777,42.02035655143617],[-72.25514380794151,42.020326551412445],[-72.25525280797643,42.02031355140649],[-72.25546080804189,42.02026855139124],[-72.25555580807041,42.02022355137958],[-72.25585480816264,42.02012555135125],[-72.25599880820651,42.020069551335936],[-72.25608080823073,42.020023551324485],[-72.25626180828321,42.01990555129606],[-72.25627780828759,42.01989055129267],[-72.25628680829014,42.019883551291045],[-72.25634280830543,42.01983055127908],[-72.25650680835297,42.01972355125331],[-72.25661580838509,42.019661551237924],[-72.25672980841911,42.01960455122335],[-72.25695980848876,42.01950655119723],[-72.25708580852742,42.01946155118457],[-72.25716080855081,42.01944155117835],[-72.25727580858688,42.01941455116952],[-72.25745480864367,42.01938355115789],[-72.25784680876909,42.01933455113603],[-72.25847580897185,42.019282551106116],[-72.25855180899609,42.01927155110158],[-72.25900380914061,42.01921355107611],[-72.25911980917697,42.01918555106704],[-72.25930080923219,42.01911555104787],[-72.25932980924084,42.01910155104425],[-72.25969980935173,42.018923550998295],[-72.26027880952373,42.018618550921296],[-72.26030780953236,42.01860355091749],[-72.26126680981481,42.01805655078191],[-72.2618798099964,42.017724550698645],[-72.26215381007606,42.0175495506563],[-72.26225781010578,42.017474550638575],[-72.26236081013253,42.01735255061185],[-72.26251681016936,42.01710355055902],[-72.26265981020434,42.01689655051468],[-72.26278481023608,42.01673655047996],[-72.26278781023696,42.01673455047947],[-72.26294781027937,42.016560550440936],[-72.26328681037224,42.01624455036942],[-72.26335281038932,42.01616555035215],[-72.26345581041446,42.01601555032003],[-72.26348881042132,42.015946550305706],[-72.26360381044645,42.01572755025996],[-72.26379781048915,42.01536355018379],[-72.26387381050445,42.015195550149066],[-72.26390081050674,42.0150805501261],[-72.26390181050556,42.01505455012108],[-72.26390581050237,42.014975550105746],[-72.2638898104911,42.014869550085876],[-72.26386181047891,42.014816550076574],[-72.26392181049688,42.014787550069094],[-72.26410181054983,42.01468355004338],[-72.26419381057627,42.01461955002817],[-72.2642598105945,42.014560550014714],[-72.26431081060774,42.01450055000157],[-72.26436381062207,42.0144475499897],[-72.26452481066367,42.014253549947284],[-72.26471981071559,42.0140455499011],[-72.26472181071614,42.01404354990066],[-72.26482881074685,42.01396854988285],[-72.26534681089437,42.01358454979257],[-72.26554281094926,42.013422549755205],[-72.26593481105746,42.01307154967529],[-72.26661981124278,42.01239254952297],[-72.26729581142385,42.01169054936653],[-72.26732081143061,42.01166554936092],[-72.26760981150838,42.01137154929521],[-72.26812381164788,42.010869549182374],[-72.26831981170102,42.01067754913923],[-72.26839081172061,42.01061354912467],[-72.26888581185598,42.01014854901955],[-72.26982381211448,42.009301548826905],[-72.2702778122397,42.00889354873403],[-72.27048881229844,42.00871354869272],[-72.27078181238112,42.00848254863901],[-72.27133081253525,42.00803754853601],[-72.27180481266636,42.007617548440194],[-72.27241481283444,42.007066548314874],[-72.27255781287464,42.006951548288214],[-72.27256981287759,42.006934548284576],[-72.27260881288841,42.006900548276796],[-72.27266381290326,42.00684554826447],[-72.27275081292477,42.006723548238256],[-72.27292081296402,42.00643654817765],[-72.27303281298832,42.006220548132546],[-72.27323281302883,42.005783548042146],[-72.27339681306051,42.00539854796289],[-72.27356381309497,42.00504454788949],[-72.27381481314241,42.004436547764584],[-72.27392581316604,42.00421454771836],[-72.27395081317144,42.00416554770815],[-72.27405481319546,42.00399054767118],[-72.2743028132531,42.00357854758406],[-72.2746918133413,42.00289454744015],[-72.27500581341357,42.00236054732747],[-72.2751558134486,42.00211454727539],[-72.27523781346909,42.00200354725144],[-72.27556081354913,42.00155454715482],[-72.27582581361717,42.00122754708351],[-72.27607981367971,42.0008675470062],[-72.27615581369761,42.00074554698031],[-72.27621881371155,42.00062854695581],[-72.27646681376346,42.000116546849455],[-72.27657881378785,41.99990154680454],[-72.27670281381337,41.999637546749824],[-72.27675581382368,41.99951454672447],[-72.27680181383164,41.99939054669916],[-72.27687781384128,41.99912354664537],[-72.2769148138433,41.998946546610156],[-72.27694481384297,41.998768546574944],[-72.27697681383708,41.99848154651873],[-72.27698281382806,41.99828854648142],[-72.27695381379459,41.99786754640132],[-72.27693581376393,41.997432546318194],[-72.27693481375333,41.9972525462836],[-72.27694581374571,41.997055546245356],[-72.2769418137301,41.99680454619718],[-72.276946813729,41.99675654618779],[-72.27699781371878,41.99628454609536],[-72.27706381371988,41.99592454602401],[-72.27722381371083,41.994847545811716],[-72.27723281371117,41.99480154580258],[-72.27732181371424,41.99434454571182],[-72.27734181371056,41.99416554567675],[-72.27731881369867,41.994088545662656],[-72.27709481360282,41.99369154559336],[-72.27708181359657,41.993656545587044],[-72.27702181356801,41.99349954555874],[-72.27695781353671,41.993317545525734],[-72.27690781351478,41.99321954550847],[-72.27685881349329,41.99312354549155],[-72.2768508134876,41.99306954548141],[-72.27703481354692,41.99305454547269],[-72.27733181364277,41.99303254545905],[-72.27751781370256,41.9930145454497],[-72.27758981372554,41.99300454544547],[-72.27777381378434,41.99298054543503],[-72.27785981381098,41.992954545427295],[-72.27795381383937,41.992913545416435],[-72.27811981388882,41.992828545394815],[-72.27832581394854,41.992694545362504],[-72.27862381403304,41.99246754530938],[-72.2786608140436,41.99244054530301],[-72.27903181414817,41.99214654523468],[-72.27962181431334,41.991659545122275],[-72.28027881449837,41.991136545000806],[-72.28095281468725,41.99058354487301],[-72.28112081473445,41.99044754484152],[-72.2815758148628,41.990089544758206],[-72.28173681490834,41.989964544729055],[-72.28194581496743,41.98980254469125],[-72.28295581525637,41.98907754451974],[-72.28369081546838,41.988580544400776],[-72.28373481548077,41.98854554439265],[-72.28532381593872,41.987464544134234],[-72.28576781606613,41.98715254406012],[-72.28592981611258,41.98703854403304],[-72.28621281619337,41.98683254398444],[-72.28649081627232,41.986622543935205],[-72.28687481638083,41.98632354386548],[-72.28748681655426,41.985855543756024],[-72.28834781679646,41.98516554359591],[-72.28856481685874,41.9850135435598],[-72.28865981688656,41.984956543545806],[-72.28875881691614,41.98490754353325],[-72.28892481696654,41.9848395435149],[-72.28918381704642,41.984755543490515],[-72.28955781716273,41.98465054345845],[-72.28971881721228,41.98459654344294],[-72.28982881724477,41.98453554342774],[-72.28993981728578,41.98461854344018],[-72.29004381732344,41.984682543449196],[-72.29045281746603,41.984838543466246],[-72.29054981749964,41.98487154346952],[-72.2907478175671,41.98491954347248],[-72.2909668176403,41.98494754347092],[-72.29108481767909,41.98495154346796],[-72.29127181773943,41.98493754345933],[-72.29137381777169,41.984918543452444],[-72.29159481784163,41.98487754343754],[-72.29194681795089,41.984775543406755],[-72.29199981796734,41.984760543402174],[-72.29258781814882,41.984571543347165],[-72.29355781845061,41.984302543264626],[-72.29364881847883,41.98427554325655],[-72.29421681865503,41.984108543206396],[-72.29454281875607,41.98401154317739],[-72.29471481880945,41.983961543162316],[-72.29494181887927,41.983884543140285],[-72.29527681898162,41.98375854310542],[-72.29549881904856,41.98365954307931],[-72.29568981910617,41.9835745430569],[-72.29580581914061,41.98351354304149],[-72.29589581916736,41.983466543029586],[-72.29605181921237,41.983361543004435],[-72.2961928192531,41.98326754298186],[-72.29650781934333,41.98304354292877],[-72.29675381941287,41.982852542884196],[-72.29698381947804,41.98267654284303],[-72.29715781952785,41.98255254281366],[-72.29755381963886,41.98222854273873],[-72.29798881976136,41.98188254265834],[-72.29916382008868,41.98088554242918],[-72.29958382020746,41.9805605423533],[-72.2998378202783,41.98034654230407],[-72.29984282027966,41.98034154230293],[-72.29992682030353,41.98027854228815],[-72.30090482058348,41.97958054212279],[-72.30131982070273,41.979292542054196],[-72.3024638210334,41.97853254187162],[-72.30254482105693,41.97848054185905],[-72.30308682121417,41.978130541774476],[-72.30348582132852,41.97784854170755],[-72.30358182135568,41.977774541690266],[-72.30373082139704,41.97764554166071],[-72.30385382143047,41.977526541633885],[-72.30454582161845,41.976855541482784],[-72.3047768216829,41.97666154143811],[-72.30501382175174,41.97650954140133],[-72.30508082177158,41.97647354139229],[-72.3052888218351,41.97639554137067],[-72.30558282192423,41.97627254133766],[-72.30592282202807,41.97614454130223],[-72.3060528220672,41.976085541286764],[-72.30627882213402,41.97596154125573],[-72.30643282217895,41.975866541232556],[-72.30672282226276,41.97567354118619],[-72.30713082237966,41.97538454111762],[-72.30769182254127,41.97500254102629],[-72.30835882273257,41.974533540914855],[-72.30867882282591,41.97433554086658],[-72.30879882286165,41.974274540851034],[-72.3089358229033,41.974219540836096],[-72.30899582292189,41.974201540830734],[-72.30910882295693,41.974168540820784],[-72.30918882298222,41.97415354081536],[-72.30925482300351,41.97414854081232],[-72.30942282305878,41.97415454080813],[-72.30946182307176,41.97415854080768],[-72.30962482312675,41.974188540808264],[-72.30979582318493,41.974228540810564],[-72.31028782335356,41.974365540821296],[-72.3110698236227,41.9746025408421],[-72.31196282393071,41.974885540868236],[-72.3123958240803,41.97502654088163],[-72.31254582413237,41.97507954088708],[-72.31312982433191,41.975231540897816],[-72.31412482466963,41.97545054090838],[-72.31415782467027,41.975272540873064],[-72.31432882469403,41.97470854075909],[-72.31442082470508,41.974374540691855],[-72.31447282470945,41.974153540647684],[-72.31473882472037,41.97281954038244],[-72.31479282471877,41.97248154031568],[-72.3148368247138,41.97214154024883],[-72.31488482470131,41.9716475401522],[-72.31493382467492,41.97090354000743],[-72.31502182464767,41.9699205398154],[-72.31517682458487,41.96792953942718],[-72.31527982452384,41.966267539103946],[-72.31530682450742,41.9658245390178],[-72.31530982450613,41.96578453901001],[-72.31536182448103,41.96504553886608],[-72.31539882446185,41.9644965387592],[-72.31540882445763,41.96436553873367],[-72.31542482444515,41.96405453867327],[-72.3154278244422,41.9639855386599],[-72.31543782443374,41.96377953861991],[-72.31544182443116,41.96371153860668],[-72.31544582442673,41.96361053858712],[-72.31546182441474,41.96330853852848],[-72.31546682441069,41.96320853850906],[-72.31547182440298,41.96304453847731],[-72.31548782438034,41.96255553838266],[-72.31549382437304,41.96239253835108],[-72.31556982440362,41.962493538368115],[-72.315570824404,41.962494538368276],[-72.31573282446624,41.962657538394524],[-72.31590782453094,41.96278953841438],[-72.31609282459843,41.962912538432185],[-72.31614682461814,41.96294853843741],[-72.3166668248066,41.963273538483506],[-72.31709482496228,41.96355053852324],[-72.31781582522761,41.964071538600656],[-72.31802982530553,41.96421153862084],[-72.31808882532664,41.96424353862512],[-72.31822682537603,41.96431853863518],[-72.31830182540223,41.96434853863859],[-72.31834582541765,41.96436653864064],[-72.31860482550674,41.964444538647435],[-72.31884482558809,41.96449553864965],[-72.3189608256269,41.96451153864904],[-72.31931182574455,41.964562538647726],[-72.31942882578376,41.96457953864727],[-72.31950382578195,41.964117538555946],[-72.319542825782,41.96389453851177],[-72.31960682578291,41.96354353844217],[-72.31965882578974,41.963365538406244],[-72.31974082580908,41.96323453837842],[-72.31980982582668,41.96314753835947],[-72.31993682586078,41.96301753833041],[-72.31998782587456,41.96296653831897],[-72.32010582590821,41.96288053829868],[-72.32022782594508,41.9628275382846],[-72.32042482600582,41.96276353826603],[-72.32093982616617,41.96262353822272],[-72.32113782622785,41.962570538206236],[-72.32160582637265,41.96242753816385],[-72.32103982615673,41.96188453807725],[-72.31959182560422,41.960493537855385],[-72.31934282550952,41.96025953781822],[-72.31887382533117,41.95981953774837],[-72.31882282531177,41.95977153774076],[-72.31877182529237,41.95972353773313],[-72.31871182526939,41.95966453772368],[-72.31865182524648,41.95960653771441],[-72.31844582516764,41.95940453768205],[-72.31746882479376,41.95844653752859],[-72.31714382466937,41.958127537477466],[-72.31674582451713,41.95773853741519],[-72.31555182406049,41.956572537228524],[-72.31554882405935,41.95656953722805],[-72.31513682390386,41.95620353717064],[-72.31518582391674,41.95614853715849],[-72.31529582394624,41.956035537133246],[-72.31529882394702,41.956031537132375],[-72.31540182397531,41.955937537111005],[-72.31562982403923,41.955751537067954],[-72.31585382410344,41.95559353703042],[-72.3158608241055,41.95558953702942],[-72.31605782416335,41.95547453700103],[-72.31626882422474,41.95534153696871],[-72.31630282423464,41.955320536963605],[-72.3164218242696,41.95525153694654],[-72.31656982431262,41.95515753692374],[-72.31671382435404,41.95505853690008],[-72.31685382439393,41.95495553687583],[-72.31698982443228,41.954848536850896],[-72.31701482443917,41.954825536845675],[-72.31723382449998,41.95463653680233],[-72.31737282453781,41.95450353677231],[-72.3177938246528,41.95410653668249],[-72.31793382469104,41.953974536652645],[-72.3179178246824,41.95391453664158],[-72.31791682468138,41.95390253663931],[-72.31791082467196,41.95377153661426],[-72.31791382466781,41.95368153659683],[-72.31791682466465,41.95360853658269],[-72.31799882469201,41.953618536582006],[-72.31807682471812,41.953629536581644],[-72.31824782477469,41.95364153657853],[-72.31833082480223,41.95364853657725],[-72.31865682490916,41.95365553656824],[-72.31884182496961,41.95365553656238],[-72.31945982517165,41.953656536542965],[-72.31986082530344,41.95366953653274],[-72.32037682547335,41.953691536520616],[-72.32040282548193,41.95369353652017],[-72.32078482560895,41.953731536515356],[-72.32088682564222,41.953730536511934],[-72.32101682568539,41.95374253651012],[-72.3210218256871,41.95374353651015],[-72.32122382575362,41.95375253650548],[-72.32141082581444,41.95374753649859],[-72.3215428258574,41.953744536493815],[-72.32185282595735,41.953720536479345],[-72.32190482597419,41.95371753647712],[-72.32221282607324,41.953689536461965],[-72.32241582613798,41.95366153645013],[-72.32278182625532,41.95362153643081],[-72.32285582627904,41.95361353642691],[-72.32309182635491,41.953591536415175],[-72.32321182639318,41.95357453640809],[-72.32351382648838,41.95351353638679],[-72.32367682653984,41.95348153637544],[-72.32401082664437,41.953400536349235],[-72.32412282667963,41.95337653634107],[-72.3242378267163,41.95336053633432],[-72.32441582677379,41.95334853632636],[-72.32459382683206,41.953350536321096],[-72.32478482689521,41.95336353631753],[-72.32507582699158,41.95338553631254],[-72.32521282703738,41.95340353631166],[-72.32532182707014,41.95335353629858],[-72.3257288271978,41.95325953626755],[-72.32585182723595,41.953223536256715],[-72.32613382732178,41.95311253622638],[-72.32623682735242,41.953059536212905],[-72.32643182740944,41.95294153618399],[-72.32671082748985,41.95275253613873],[-72.32682182752092,41.952661536117695],[-72.32689082753886,41.95258053609991],[-72.3269418275512,41.95250453608364],[-72.32698582756107,41.952425536067025],[-72.32702382756894,41.95234553605042],[-72.32707082757581,41.95219653602024],[-72.32717382758659,41.95179453593955],[-72.32720082759079,41.951713535923076],[-72.32723582759772,41.95163453590676],[-72.32726182760376,41.95159153589766],[-72.32740782764031,41.95139553585526],[-72.32746582765536,41.95132653584014],[-72.32752482767143,41.95127053582749],[-72.32761682769755,41.951201535811265],[-72.32795182779286,41.950952535752684],[-72.32814182784614,41.95079753571681],[-72.32828782788603,41.950660535685785],[-72.32851182794504,41.95041153563072],[-72.32870482799468,41.95017553557915],[-72.32923782812834,41.94946453542528],[-72.32942882817869,41.94925253537838],[-72.32959182822358,41.94910553534489],[-72.32992582831895,41.94886353528768],[-72.33007382836225,41.948774535265834],[-72.33069182854625,41.948459535185556],[-72.33153582879996,41.94807153508403],[-72.33163682883034,41.94802553507196],[-72.33174882886311,41.9479585350555],[-72.33185482889212,41.94785953503307],[-72.33192482890924,41.947758535011396],[-72.33195982891493,41.947657534990825],[-72.33200582891475,41.947390534937945],[-72.33201782889981,41.947059534873816],[-72.33203582889482,41.946868534836455],[-72.33208282889817,41.94665753479432],[-72.33214982891187,41.94651353476444],[-72.33225682893851,41.94636753473293],[-72.33239982897639,41.946212534698546],[-72.33268182905488,41.94597253464337],[-72.33295382913163,41.94575953459371],[-72.33308482916742,41.94563653456584],[-72.33310482917265,41.94561353456076],[-72.33321582920163,41.9454855345326],[-72.33333482923129,41.94532353449763],[-72.33343882925503,41.94514353445964],[-72.33379882933073,41.94440753430644],[-72.33388782935036,41.94424153427165],[-72.33413082940955,41.94388653419555],[-72.33427282944615,41.943714534157905],[-72.33429682945244,41.94368753415194],[-72.33443682948995,41.94354253411957],[-72.3353168297288,41.94268753392693],[-72.3354148297557,41.94259753390649],[-72.33665583008948,41.94133853362456],[-72.33676883011958,41.94121853359786]]]},"properties":{"name":8902.02,"geoid":"09013890202"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.24129280404074,42.03138255397699],[-72.24128680403878,42.03138255397718],[-72.24098180393894,42.03138155398664],[-72.23978580354706,42.03137055402241],[-72.23947680344583,42.03136755403161],[-72.23226880108459,42.03131055424883],[-72.22858279987715,42.03128255436014],[-72.22830779978707,42.03128055436846],[-72.22830679978676,42.03128055436849],[-72.22688679932158,42.03126955441131],[-72.22687579931792,42.031268554411454],[-72.22677979928645,42.0312675544143],[-72.2125787946323,42.03112255483565],[-72.21257079462968,42.0311225548359],[-72.21240179457433,42.03112155484106],[-72.21088979407914,42.03111255488714],[-72.20508179217697,42.03107755506403],[-72.20461179202303,42.031074555078305],[-72.19892079015887,42.031035555250675],[-72.19889579015067,42.03103555525146],[-72.19882779012838,42.03103455525343],[-72.19876579010808,42.03103455525539],[-72.19519278893765,42.03100955536348],[-72.18802278658809,42.03094555557767],[-72.18668678615033,42.030934555617755],[-72.18464878548265,42.03091955567921],[-72.17850378346964,42.03087755586515],[-72.17548978248225,42.03085655595626],[-72.1754357824645,42.030855555957785],[-72.17543378246386,42.03085555595784],[-72.17406478201558,42.0308495559999],[-72.17100378101291,42.03083055609285],[-72.17059878088027,42.03082855610524],[-72.16875678027459,42.03077655615337],[-72.16839678015623,42.0307665561628],[-72.16833378013554,42.0307655561646],[-72.16610177940339,42.030733556228874],[-72.16562377924664,42.0307275562428],[-72.16295777837216,42.03069055631978],[-72.15783077669091,42.03062755646938],[-72.15112777449363,42.03055955666765],[-72.1500807741505,42.03055055669893],[-72.15007177414756,42.03055055669921],[-72.14866477368643,42.03053855674125],[-72.14837477359187,42.03054455675155],[-72.14742477328203,42.030562556784965],[-72.14731177324522,42.03056555678909],[-72.14652077298744,42.03058455681768],[-72.14572877272941,42.03060455684649],[-72.14502877250143,42.0306235568722],[-72.14480077242715,42.03062955688055],[-72.14479877242648,42.03062955688061],[-72.14400877216694,42.03061155690205],[-72.143238771914,42.03059455692304],[-72.14319177189857,42.03059355692433],[-72.14310477187016,42.03059455692726],[-72.14229677160353,42.030555556945224],[-72.14197777149829,42.0305405569524],[-72.14010777088119,42.03044955699381],[-72.13681776979618,42.03030255706919],[-72.13681376979484,42.03030155706914],[-72.13621376959684,42.030272557082455],[-72.13621176959613,42.03027155708232],[-72.13571576943284,42.03025455709467],[-72.1356877694236,42.03025355709537],[-72.13507476922148,42.030226557109486],[-72.13503176920723,42.03022355711026],[-72.13111576791698,42.030069557203994],[-72.12617676628658,42.02982155731181],[-72.12612776627037,42.02981855731279],[-72.12452076574162,42.02976855735377],[-72.12446776572445,42.02977155735601],[-72.12400976557531,42.02978455737293],[-72.12258876510798,42.02974455740997],[-72.12237376503728,42.02973855741559],[-72.1198597642105,42.029667557481055],[-72.11861676380173,42.02963255751347],[-72.11856776378563,42.02963155751482],[-72.11184376156679,42.02930955766446],[-72.10949876079373,42.0292105577192],[-72.1063897597687,42.02907855779162],[-72.10369675887766,42.028907557843425],[-72.10360375884687,42.0289015578452],[-72.10339575877806,42.028888557849235],[-72.10309475867848,42.02886955785505],[-72.10277875857393,42.028849557861136],[-72.10274075856138,42.02884755786194],[-72.10246175846905,42.028829557867255],[-72.10216675837141,42.02881055787289],[-72.10206375820472,42.02645955742384],[-72.10194175800522,42.02363855688495],[-72.10191875785897,42.02118555641371],[-72.1019027577529,42.019402556071135],[-72.1018897576621,42.01787155577695],[-72.10188175760982,42.016993555608245],[-72.10188075759926,42.01681255557345],[-72.10155375721408,42.01189155463673],[-72.10146975711476,42.010620554394755],[-72.10129675675017,42.00517055335121],[-72.10127175669844,42.00439955320357],[-72.10126775656803,42.00211455276385],[-72.10125575653537,42.00160555266625],[-72.10122175644246,42.000157552388565],[-72.10119975640956,41.999702552301656],[-72.10119675640559,41.99964955229154],[-72.10116075636172,41.99908155218333],[-72.10089475603213,41.99478655136477],[-72.10078075589048,41.99293855101253],[-72.10063375570864,41.99056955056098],[-72.10062275569472,41.99038655052608],[-72.10032875533132,41.985652549623666],[-72.10031775531671,41.98545754958646],[-72.10031775530514,41.985252549546985],[-72.10031775529126,41.9850065494996],[-72.10031775529,41.98498454949537],[-72.10030275526526,41.98463254942804],[-72.1002547551864,41.98351354921404],[-72.1002397551605,41.98314154914286],[-72.09991075460889,41.97527154763727],[-72.09952575396277,41.96604654587206],[-72.09947075387053,41.96472954562001],[-72.09922975346633,41.95895654451508],[-72.10532975546195,41.95896254432471],[-72.10548375551237,41.958963544320056],[-72.10698875600475,41.958965544273184],[-72.10713475605247,41.9589645442684],[-72.11565875884125,41.95897754400316],[-72.11606875897536,41.95897754399027],[-72.12347276139762,41.95898854375971],[-72.12363276144995,41.958988543754685],[-72.12452076174434,41.95905854374027],[-72.12550476206735,41.959079543713386],[-72.12634476234317,41.95909854369064],[-72.12718476261892,41.95911654366771],[-72.12722176263102,41.95911654366655],[-72.12810076291953,41.95913454364237],[-72.1348957651498,41.9592745434557],[-72.14319876786705,41.95930554320049],[-72.14616876883899,41.95931654310918],[-72.14855476961912,41.95931354303352],[-72.15152477059027,41.959310542939456],[-72.15165477063277,41.95931054293536],[-72.15438177152478,41.9593135428501],[-72.15586877201113,41.959314542803476],[-72.15714477242877,41.959320542764466],[-72.16230677411833,41.95934654260693],[-72.16235877413534,41.959346542605296],[-72.1640967747042,41.959355542552295],[-72.16791677595448,41.95937454243564],[-72.16799177597906,41.95937554243348],[-72.16818577604263,41.95937754242773],[-72.1687677762334,41.95938554241094],[-72.16896277629733,41.95938854240538],[-72.17162077716874,41.95942754232915],[-72.17239077742003,41.959418542303155],[-72.17597877859092,41.95937554218183],[-72.17599377859581,41.959375542181355],[-72.17673377883723,41.959365542156114],[-72.17712877896606,41.9593595421425],[-72.17777077917555,41.95935154212072],[-72.18127578031908,41.95930554200139],[-72.18291678085443,41.959283541945425],[-72.18753678236182,41.959224541788394],[-72.19062378336723,41.95915354167738],[-72.19066178337958,41.95915254167599],[-72.19129478358792,41.95917654166064],[-72.19155278367286,41.95918654165444],[-72.19179478375256,41.95919654164874],[-72.19236078393887,41.959218541635124],[-72.19292778412544,41.95923954162129],[-72.19330878425083,41.95925354161195],[-72.19393378445663,41.95927854159707],[-72.19398078447209,41.95928054159597],[-72.19430878458007,41.95929354158813],[-72.19439878460969,41.95929654158587],[-72.1945477846587,41.95930154158212],[-72.19516478486184,41.95932654156749],[-72.1952807849,41.9593305415646],[-72.1955207849804,41.95936454156358],[-72.19565778502401,41.959343541555214],[-72.19577678506191,41.959325541548],[-72.19653278530637,41.95927754151489],[-72.19678578538826,41.95926254150401],[-72.1971307854996,41.95923654148813],[-72.19895478608977,41.9591265414094],[-72.20708078871814,41.95862154105571],[-72.20715778874313,41.958618541052694],[-72.2077587889384,41.95859654102948],[-72.2169807919294,41.958169540656094],[-72.21845879240891,41.95810354059672],[-72.22257379374409,41.95792354043208],[-72.2228937938478,41.957907540418894],[-72.22390579417602,41.95786054037787],[-72.22437279432798,41.957847540360625],[-72.22602479486586,41.95780854030092],[-72.23098279648023,41.95769254012193],[-72.2326357970185,41.957654540062386],[-72.23288979710108,41.95764654005281],[-72.23314379718377,41.95764054004363],[-72.23365179734905,41.95762654002488],[-72.23365479735,41.9576255400246],[-72.233780797391,41.95762254002003],[-72.23390979743301,41.95761954001538],[-72.23410679749709,41.957613540008],[-72.23470079769032,41.957596539985964],[-72.23489879775477,41.95759153997872],[-72.23511779783,41.95765553998414],[-72.23578479805906,41.95784954000043],[-72.23585679808447,41.957882540004505],[-72.23603779814842,41.95796654001497],[-72.2367937984145,41.95830054005541],[-72.23671279833086,41.95729253986381],[-72.2366827982983,41.956891539787506],[-72.23666879828423,41.95672453975578],[-72.23662779824248,41.95622453966075],[-72.23661479822881,41.95605853962919],[-72.23664279823518,41.95600953961887],[-72.2367187982455,41.95575353956714],[-72.23674079824697,41.955652539546996],[-72.23674279823169,41.955371539492795],[-72.23677079820573,41.95475253937268],[-72.23678079818211,41.95427853928105],[-72.23675679813954,41.953666539163905],[-72.23675579813538,41.95359853915084],[-72.23674179807622,41.95263653896595],[-72.23673279803609,41.951980538839855],[-72.23672679798881,41.951181538686114],[-72.23672879797103,41.950856538623434],[-72.23673479796001,41.95062753857911],[-72.2367327979416,41.95031453851888],[-72.23673879793064,41.95008653847475],[-72.23675779791547,41.94970953840152],[-72.23676379790462,41.949483538357796],[-72.23675079788092,41.94914053829213],[-72.23674979787084,41.948968538258995],[-72.23675979786356,41.94878253822286],[-72.23677879785923,41.94859653818643],[-72.23676779784316,41.94837653814437],[-72.23676079782288,41.94805953808353],[-72.23676479781128,41.94783153803946],[-72.23678179780451,41.94761453799712],[-72.23682879779528,41.947180537912004],[-72.23684279778476,41.94691453786031],[-72.23685079777225,41.94664753780861],[-72.23685479774788,41.946194537721205],[-72.23685379774557,41.94615953771449],[-72.23685179772649,41.945834537651926],[-72.23683879770103,41.94546053758028],[-72.23682279768737,41.94531153755208],[-72.23679379766948,41.945163537524486],[-72.23675979765258,41.94506153750589],[-72.2367147976322,41.94496153748805],[-72.23665579760448,41.94481253746119],[-72.23660979758314,41.944701537441254],[-72.23658479756998,41.94461353742509],[-72.23658479756679,41.944557537414305],[-72.23659479756373,41.94444553739241],[-72.2365807975553,41.944377537379744],[-72.23653079753137,41.9442435373555],[-72.23648779751294,41.94416653734203],[-72.236415797483,41.94405353732252],[-72.23635479745624,41.94393353730134],[-72.23634279744995,41.94389153729361],[-72.23632679743848,41.943781537272926],[-72.23636479742879,41.943391537196575],[-72.23637179742683,41.9433165371819],[-72.23637679742541,41.943262537171336],[-72.23638279742424,41.94320753716054],[-72.23647579739985,41.94224053697127],[-72.23670579734075,41.939871536507475],[-72.23806079778393,41.93987653646561],[-72.23896579807993,41.939879536437594],[-72.24051379858633,41.939886536390034],[-72.24146979889893,41.93988853636019],[-72.24205079908897,41.93989053634224],[-72.24419379978967,41.939894536275276],[-72.24433779983676,41.939894536270735],[-72.24529480014972,41.93989753624107],[-72.24798480103235,41.93995653616741],[-72.24952280153704,41.93999153612551],[-72.25605580367973,41.94012053594383],[-72.25874680456234,41.94017453586913],[-72.25909380467625,41.94018353585989],[-72.26013780501921,41.94021353583265],[-72.26048580513357,41.94022453582376],[-72.26214480567647,41.940236535773586],[-72.26484080655892,41.94025853569255],[-72.26712280730568,41.94027453562344],[-72.26878280784896,41.9402875355734],[-72.26942780806016,41.940294535554344],[-72.27022680832178,41.9403025355306],[-72.2745598097405,41.94034753540214],[-72.27600481021362,41.9403625353593],[-72.27642081034986,41.940367535347086],[-72.27766881075878,41.94038553531105],[-72.27808581089539,41.94039153529901],[-72.27861181106799,41.94040353528465],[-72.27871381110148,41.940406535282015],[-72.27884781114541,41.940408535278166],[-72.27892581117096,41.940409535275876],[-72.28059981171981,41.940440535228866],[-72.28536381328203,41.94053253509572],[-72.28814281419342,41.9405885350185],[-72.29065781501826,41.940639534948644],[-72.29272381569409,41.94065053488533],[-72.2989218177216,41.940685534695696],[-72.29926381783349,41.94068753468524],[-72.30098781840007,41.94074353464139],[-72.30102981841979,41.94084853466028],[-72.30108781844925,41.94103353469409],[-72.30115081848359,41.94127553473871],[-72.30133381857945,41.941909534855064],[-72.30136781859945,41.94206553488404],[-72.30141181862531,41.94226753492156],[-72.30143481864437,41.94247053495994],[-72.30143581865231,41.94260453498573],[-72.30142181865108,41.942663534997536],[-72.30122881861321,41.943106535088994],[-72.3011998186101,41.94321853511149],[-72.30118781861414,41.94335853513884],[-72.30119981863012,41.94357053517931],[-72.30122981865118,41.9437685352165],[-72.30135781872139,41.94426753530856],[-72.30140381874996,41.944505535352974],[-72.30141681876093,41.94462353537529],[-72.30142881878025,41.94489453542711],[-72.30141881878654,41.945062535459805],[-72.30138481879436,41.94539553552502],[-72.30138081880727,41.945645535573306],[-72.30137281881177,41.94577053559765],[-72.30132081881013,41.94604053565131],[-72.30130281880822,41.946110535665355],[-72.30128381880628,41.9461855356804],[-72.3011958187939,41.94647353573869],[-72.30106581877133,41.946823535810225],[-72.3009288187435,41.94712153587197],[-72.30081781872292,41.94739753592866],[-72.3008068187208,41.94742353593401],[-72.30068081870022,41.947785536007736],[-72.30066081869715,41.94784653602012],[-72.30047981867223,41.948448536141825],[-72.30043881866828,41.94861453617511],[-72.30036981866422,41.94893953623988],[-72.3003648186648,41.94897853624756],[-72.30034181867032,41.94920753629241],[-72.30034181867356,41.94926453630339],[-72.30033181867739,41.94938953632776],[-72.30036981869301,41.94944553633734],[-72.3004868187408,41.949613536366016],[-72.30052581875678,41.94967053637575],[-72.3005448187647,41.949700536380924],[-72.30060481878941,41.94979053639636],[-72.30062481879767,41.949820536401496],[-72.30069781882744,41.949924536419225],[-72.30087881890401,41.950230536472425],[-72.30091681892002,41.95029353648336],[-72.30094581893292,41.950353536494006],[-72.30098481895345,41.950490536519155],[-72.30100181896525,41.9506005365398],[-72.30102081898711,41.950875536592164],[-72.30104581903318,41.95154153671965],[-72.30105381904232,41.95165653674156],[-72.3010568190453,41.9516915367482],[-72.30106681905278,41.95176553676214],[-72.30108881906393,41.95183553677492],[-72.30121081911793,41.95208353681883],[-72.30122281912304,41.95210453682246],[-72.3010478190705,41.95218653684382],[-72.3008228190017,41.95226953686694],[-72.30031281884588,41.952460536919894],[-72.30012981878544,41.95244953692359],[-72.30000481874208,41.95240553691906],[-72.29965881861654,41.95218653688786],[-72.29963181860721,41.95217753688697],[-72.29950481856343,41.9521375368833],[-72.29940881853143,41.95212653688422],[-72.29920681846522,41.95212353689005],[-72.29903381840852,41.952120536894945],[-72.29893881837656,41.95210453689488],[-72.29859081825366,41.95194353687489],[-72.29846881821055,41.951886536867804],[-72.29845381820525,41.95187953686692],[-72.29823281812955,41.951818536862184],[-72.29793181802866,41.95177453686324],[-72.29777681797863,41.95178553687028],[-72.29754981790695,41.95182953688594],[-72.2967038176317,41.95185153691699],[-72.29667181762238,41.95187153692187],[-72.2966528176169,41.951884536924965],[-72.2966178176096,41.95195753694015],[-72.29658281760233,41.952030536955306],[-72.2965148175883,41.952174536985204],[-72.29644681757419,41.9523175370149],[-72.29639581756548,41.95245753704349],[-72.29628481754662,41.95276353710594],[-72.29624781754039,41.95286653712695],[-72.29622581753848,41.952959537145574],[-72.2961158175216,41.95329453721357],[-72.29594681748571,41.95363453728442],[-72.29593281748322,41.953671537291996],[-72.29587981747473,41.953826537323515],[-72.29579381745441,41.95396353735263],[-72.29563781741747,41.954210537405146],[-72.29560781741044,41.95425953741554],[-72.29545381736921,41.95441953745124],[-72.29518181730243,41.95480853753477],[-72.29514281729634,41.95492553755854],[-72.29508581728761,41.95509953759386],[-72.29499781726261,41.95516553760936],[-72.29492681724447,41.95525453762876],[-72.2948728172308,41.95532453764395],[-72.29481381722397,41.95554353768799],[-72.29480081722099,41.95556553769265],[-72.29477681721563,41.95560953770188],[-72.29472481720082,41.95564753771085],[-72.29474781721412,41.955749537729766],[-72.29478981723842,41.95593553776425],[-72.2947358172272,41.95604853778773],[-72.2946918172183,41.95614453780762],[-72.29492681728954,41.95604653778129],[-72.29504681732573,41.955993537767284],[-72.2961088176464,41.955528537644064],[-72.29646281775331,41.95537453760319],[-72.2965768177877,41.95532353758975],[-72.296918817891,41.95517453755021],[-72.29703381792575,41.95512453753693],[-72.29710981796319,41.955346537577284],[-72.29717181799626,41.95557153761865],[-72.29718681800425,41.95562553762857],[-72.29719681801144,41.955694537641556],[-72.29719281801599,41.955797537661496],[-72.29718081801555,41.955858537673635],[-72.29700381799347,41.9564875378004],[-72.2968858179803,41.95693353789002],[-72.29676681796715,41.95738653798103],[-72.2966508179561,41.95785853807561],[-72.29662181795801,41.958058538115054],[-72.2965818179615,41.958349538172364],[-72.29653581798718,41.95906553831171],[-72.29651381802195,41.959802538454326],[-72.2964808180291,41.96011753851603],[-72.29645981803439,41.96033153855791],[-72.29642281803476,41.96055053860127],[-72.29637181803214,41.96079753865044],[-72.2963448180306,41.96092553867592],[-72.29632181802945,41.96103753869823],[-72.29625581802338,41.96130953875271],[-72.29622581802084,41.961437538778306],[-72.29616781801566,41.96167953882675],[-72.29608281800819,41.96203653889818],[-72.29599981800217,41.96240753897226],[-72.29595981799957,41.96259153900895],[-72.29594281799739,41.962650539020856],[-72.29587681798877,41.96287853906686],[-72.2957878179735,41.96312153911647],[-72.29562381794061,41.963485539191765],[-72.29553781792218,41.963655539227226],[-72.29539181789102,41.96394653928789],[-72.29511781783252,41.9644925394017],[-72.29474281775062,41.965206539551076],[-72.29460381771797,41.965431539598804],[-72.293994817572,41.96636453979775],[-72.29358081746997,41.96694953992352],[-72.29326081738803,41.96734754001027],[-72.29312181735169,41.9675075400455],[-72.2924238171698,41.968320540224155],[-72.29219381710891,41.968571540279775],[-72.291780816998,41.96899454037431],[-72.29175781699188,41.96901954037984],[-72.29155281693717,41.969235540427924],[-72.29144681691078,41.96938054045921],[-72.2907428167404,41.97043054068369],[-72.29059381670444,41.97065454073153],[-72.29053081668964,41.970756540753165],[-72.29043881666982,41.97093654079074],[-72.29041181666469,41.971001540804096],[-72.29037581666152,41.97115254083431],[-72.2903608166634,41.9712715408577],[-72.2903558166686,41.97139154088095],[-72.29035981667622,41.9715025409022],[-72.2903838166983,41.97175254094958],[-72.29043281673155,41.97205554100636],[-72.29052681678631,41.972477541084615],[-72.29057081681198,41.97267554112135],[-72.29069781687977,41.973137541206256],[-72.29086481696609,41.97369454130819],[-72.29116681714788,41.97515354157947],[-72.29119281716561,41.97531554160983],[-72.29119681717016,41.97537254162067],[-72.29120481717943,41.97548954164296],[-72.29113881720741,41.97635954181251],[-72.29107881722355,41.9769875419353],[-72.29107081722712,41.97709654195654],[-72.29105681723424,41.97730154199643],[-72.29105081724992,41.9776115420563],[-72.29105281726822,41.977921542115915],[-72.29102881730161,41.97864554225603],[-72.29102781730231,41.97866354225952],[-72.29100181731641,41.979060542336775],[-72.29091981735021,41.980124542544154],[-72.29087681737938,41.98088354269162],[-72.29083281739432,41.981398542792135],[-72.29078081740147,41.9818225428754],[-72.29074281740124,41.982036542917776],[-72.29069781739865,41.9822495429602],[-72.2905918173866,41.982646543039984],[-72.29043781736334,41.98312154313626],[-72.29030381734036,41.98348754321096],[-72.29008781730353,41.98408054333194],[-72.2899908172852,41.98431554338025],[-72.28994181727465,41.984411543400284],[-72.28991281726785,41.984458543410234],[-72.28987081725656,41.98450154341986],[-72.28982881724477,41.98453554342774],[-72.28971881721228,41.98459654344294],[-72.28955781716273,41.98465054345845],[-72.28918381704642,41.984755543490515],[-72.28892481696654,41.9848395435149],[-72.28875881691614,41.98490754353325],[-72.28865981688656,41.984956543545806],[-72.28856481685874,41.9850135435598],[-72.28834781679646,41.98516554359591],[-72.28748681655426,41.985855543756024],[-72.28687481638083,41.98632354386548],[-72.28649081627232,41.986622543935205],[-72.28621281619337,41.98683254398444],[-72.28592981611258,41.98703854403304],[-72.28576781606613,41.98715254406012],[-72.28532381593872,41.987464544134234],[-72.28373481548077,41.98854554439265],[-72.28369081546838,41.988580544400776],[-72.28295581525637,41.98907754451974],[-72.28194581496743,41.98980254469125],[-72.28173681490834,41.989964544729055],[-72.2815758148628,41.990089544758206],[-72.28112081473445,41.99044754484152],[-72.28095281468725,41.99058354487301],[-72.28027881449837,41.991136545000806],[-72.27962181431334,41.991659545122275],[-72.27903181414817,41.99214654523468],[-72.2786608140436,41.99244054530301],[-72.27862381403304,41.99246754530938],[-72.27832581394854,41.992694545362504],[-72.27811981388882,41.992828545394815],[-72.27795381383937,41.992913545416435],[-72.27785981381098,41.992954545427295],[-72.27777381378434,41.99298054543503],[-72.27758981372554,41.99300454544547],[-72.27751781370256,41.9930145454497],[-72.27733181364277,41.99303254545905],[-72.27703481354692,41.99305454547269],[-72.2768508134876,41.99306954548141],[-72.27685881349329,41.99312354549155],[-72.27690781351478,41.99321954550847],[-72.27695781353671,41.993317545525734],[-72.27702181356801,41.99349954555874],[-72.27708181359657,41.993656545587044],[-72.27709481360282,41.99369154559336],[-72.27731881369867,41.994088545662656],[-72.27734181371056,41.99416554567675],[-72.27732181371424,41.99434454571182],[-72.27723281371117,41.99480154580258],[-72.27722381371083,41.994847545811716],[-72.27706381371988,41.99592454602401],[-72.27699781371878,41.99628454609536],[-72.276946813729,41.99675654618779],[-72.2769418137301,41.99680454619718],[-72.27694581374571,41.997055546245356],[-72.27693481375333,41.9972525462836],[-72.27693581376393,41.997432546318194],[-72.27695381379459,41.99786754640132],[-72.27698281382806,41.99828854648142],[-72.27697681383708,41.99848154651873],[-72.27694481384297,41.998768546574944],[-72.2769148138433,41.998946546610156],[-72.27687781384128,41.99912354664537],[-72.27680181383164,41.99939054669916],[-72.27675581382368,41.99951454672447],[-72.27670281381337,41.999637546749824],[-72.27657881378785,41.99990154680454],[-72.27646681376346,42.000116546849455],[-72.27621881371155,42.00062854695581],[-72.27615581369761,42.00074554698031],[-72.27607981367971,42.0008675470062],[-72.27582581361717,42.00122754708351],[-72.27556081354913,42.00155454715482],[-72.27523781346909,42.00200354725144],[-72.2751558134486,42.00211454727539],[-72.27500581341357,42.00236054732747],[-72.2746918133413,42.00289454744015],[-72.2743028132531,42.00357854758406],[-72.27405481319546,42.00399054767118],[-72.27395081317144,42.00416554770815],[-72.27392581316604,42.00421454771836],[-72.27381481314241,42.004436547764584],[-72.27356381309497,42.00504454788949],[-72.27339681306051,42.00539854796289],[-72.27323281302883,42.005783548042146],[-72.27303281298832,42.006220548132546],[-72.27292081296402,42.00643654817765],[-72.27275081292477,42.006723548238256],[-72.27266381290326,42.00684554826447],[-72.27260881288841,42.006900548276796],[-72.27256981287759,42.006934548284576],[-72.27255781287464,42.006951548288214],[-72.27241481283444,42.007066548314874],[-72.27180481266636,42.007617548440194],[-72.27133081253525,42.00803754853601],[-72.27078181238112,42.00848254863901],[-72.27048881229844,42.00871354869272],[-72.2702778122397,42.00889354873403],[-72.26982381211448,42.009301548826905],[-72.26888581185598,42.01014854901955],[-72.26839081172061,42.01061354912467],[-72.26831981170102,42.01067754913923],[-72.26812381164788,42.010869549182374],[-72.26760981150838,42.01137154929521],[-72.26732081143061,42.01166554936092],[-72.26729581142385,42.01169054936653],[-72.26661981124278,42.01239254952297],[-72.26593481105746,42.01307154967529],[-72.26554281094926,42.013422549755205],[-72.26534681089437,42.01358454979257],[-72.26482881074685,42.01396854988285],[-72.26472181071614,42.01404354990066],[-72.26471981071559,42.0140455499011],[-72.26452481066367,42.014253549947284],[-72.26436381062207,42.0144475499897],[-72.26431081060774,42.01450055000157],[-72.2642598105945,42.014560550014714],[-72.26419381057627,42.01461955002817],[-72.26410181054983,42.01468355004338],[-72.26392181049688,42.014787550069094],[-72.26386181047891,42.014816550076574],[-72.2638898104911,42.014869550085876],[-72.26390581050237,42.014975550105746],[-72.26390181050556,42.01505455012108],[-72.26390081050674,42.0150805501261],[-72.26387381050445,42.015195550149066],[-72.26379781048915,42.01536355018379],[-72.26360381044645,42.01572755025996],[-72.26348881042132,42.015946550305706],[-72.26345581041446,42.01601555032003],[-72.26335281038932,42.01616555035215],[-72.26328681037224,42.01624455036942],[-72.26294781027937,42.016560550440936],[-72.26278781023696,42.01673455047947],[-72.26278481023608,42.01673655047996],[-72.26265981020434,42.01689655051468],[-72.26251681016936,42.01710355055902],[-72.26236081013253,42.01735255061185],[-72.26225781010578,42.017474550638575],[-72.26215381007606,42.0175495506563],[-72.2618798099964,42.017724550698645],[-72.26126680981481,42.01805655078191],[-72.26030780953236,42.01860355091749],[-72.26027880952373,42.018618550921296],[-72.25969980935173,42.018923550998295],[-72.25932980924084,42.01910155104425],[-72.25930080923219,42.01911555104787],[-72.25911980917697,42.01918555106704],[-72.25900380914061,42.01921355107611],[-72.25855180899609,42.01927155110158],[-72.25847580897185,42.019282551106116],[-72.25784680876909,42.01933455113603],[-72.25745480864367,42.01938355115789],[-72.25727580858688,42.01941455116952],[-72.25716080855081,42.01944155117835],[-72.25708580852742,42.01946155118457],[-72.25695980848876,42.01950655119723],[-72.25672980841911,42.01960455122335],[-72.25661580838509,42.019661551237924],[-72.25650680835297,42.01972355125331],[-72.25634280830543,42.01983055127908],[-72.25628680829014,42.019883551291045],[-72.25627780828759,42.01989055129267],[-72.25626180828321,42.01990555129606],[-72.25608080823073,42.020023551324485],[-72.25599880820651,42.020069551335936],[-72.25585480816264,42.02012555135125],[-72.25555580807041,42.02022355137958],[-72.25546080804189,42.02026855139124],[-72.25525280797643,42.02031355140649],[-72.25514380794151,42.020326551412445],[-72.25457680775777,42.02035655143617],[-72.25443580771268,42.02037455144411],[-72.25438380769629,42.02038555144786],[-72.2541998076384,42.020425551461386],[-72.25401080758006,42.0204865514791],[-72.2538938075444,42.020532551491655],[-72.25344780741061,42.02074455154657],[-72.25312280731387,42.020912551589156],[-72.252610807164,42.02122155166479],[-72.25242580711064,42.02134655169469],[-72.25233980708632,42.021413551710296],[-72.25213680703176,42.02162155175672],[-72.2520748070158,42.02169755177331],[-72.25185280695513,42.021906551820535],[-72.2516038068886,42.022168551878806],[-72.25146380685199,42.02232955191418],[-72.25110180675742,42.02274855200623],[-72.2510338067393,42.02282055202223],[-72.25086180669166,42.02297155205672],[-72.25061680662226,42.02316055210081],[-72.25059980661746,42.023173552103856],[-72.25050880659072,42.02322655211694],[-72.25036880654964,42.02330955213733],[-72.25016980648934,42.023393552159774],[-72.25010580646999,42.023421552167186],[-72.25005180645313,42.0234355521716],[-72.24988080639788,42.02344755217931],[-72.2497838063661,42.0234465521822],[-72.24968580633353,42.023437552183566],[-72.24959480630275,42.023419552182986],[-72.24948480626578,42.02340255218321],[-72.24937480622891,42.02338655218361],[-72.24921980617741,42.023372552185826],[-72.24906480612628,42.02336555218938],[-72.24850480594462,42.02339155221213],[-72.24822280585214,42.023387552220285],[-72.2481138058153,42.023366552219706],[-72.24801080577966,42.023332552216424],[-72.24780680570734,42.02323455220406],[-72.2474258055723,42.023051552180924],[-72.24729580552585,42.02298255217176],[-72.24718880549587,42.023070552192095],[-72.2470038054452,42.023243552231214],[-72.24684080540167,42.023415552269455],[-72.24660880534077,42.02367855232736],[-72.24660080533873,42.02368855232955],[-72.2465218053186,42.02378855235128],[-72.24623480524295,42.024108552421886],[-72.2460988052078,42.02427255245773],[-72.24587380515123,42.02457155252237],[-72.24562780508631,42.02484455258265],[-72.24529580499687,42.02518055265776],[-72.24474780484792,42.02571255277742],[-72.24461580481156,42.02583255280467],[-72.2441308046782,42.026276552905394],[-72.24389780461462,42.026498552955466],[-72.24383980459879,42.02655355296788],[-72.24379980458794,42.02659255297664],[-72.24366080454942,42.0267145530045],[-72.24360080453282,42.02676755301659],[-72.24357180452488,42.02679455302271],[-72.2433808044707,42.026940553056825],[-72.24317280441025,42.027073553089],[-72.24299680435864,42.02717855311475],[-72.24294780434415,42.027205553121505],[-72.24274280428365,42.02732055315009],[-72.24246580420164,42.027471553187894],[-72.24224280413655,42.02760955322149],[-72.24207180408746,42.02772955324998],[-72.24192780404685,42.027843553276455],[-72.24181380401616,42.027959553302374],[-72.2417488039994,42.028038553319625],[-72.24165080397582,42.02818755335138],[-72.24160480396561,42.02827255336917],[-72.24156580395827,42.02836755338866],[-72.24154880395608,42.02842655340054],[-72.24149480395971,42.02880055347417],[-72.24148780396169,42.02887555348882],[-72.241457803973,42.0292465535611],[-72.24143680398979,42.029661553641546],[-72.2414058040148,42.03027855376118],[-72.24139280402319,42.03050055380425],[-72.24138480402873,42.03064355383201],[-72.24137880403354,42.03076255385506],[-72.2413728040441,42.030982553897566],[-72.2413588040458,42.03109255391915],[-72.24134380404506,42.031165553933654],[-72.24132780404437,42.031245553949546],[-72.24129280404074,42.03138255397699]]]},"properties":{"name":8902.01,"geoid":"09013890201"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.11399575114473,41.83169851948686],[-72.11429275124382,41.83173551948471],[-72.11518475154148,41.831846519478226],[-72.11548275164094,41.83188351947605],[-72.11819075255475,41.83240251949157],[-72.12430875461938,41.83357551952662],[-72.12595075517505,41.83391851954148],[-72.1261787552511,41.83394651953974],[-72.12631375529611,41.83396251953861],[-72.12631775529748,41.83396351953867],[-72.12778175578583,41.834142519527376],[-72.12904975620945,41.83430951951992],[-72.12931575629827,41.83434351951815],[-72.13082875679825,41.83444451949024],[-72.13165875707213,41.83449251947349],[-72.13241775732257,41.83453651945821],[-72.13398575783765,41.834586519418714],[-72.1369367588027,41.834603519329455],[-72.13950475964249,41.83461751925163],[-72.14013875984982,41.83462151923251],[-72.1403787599283,41.83462251922517],[-72.1421207605006,41.834679519181556],[-72.14224676054172,41.83467851917741],[-72.1424857606198,41.834678519169906],[-72.14262576066564,41.8346805191659],[-72.14275276070731,41.8346835191625],[-72.14288576075114,41.83469051915968],[-72.14294576077097,41.83469451915857],[-72.1431387608347,41.83470651915482],[-72.14327976088121,41.834714519151945],[-72.14328676088351,41.83471451915173],[-72.14342076092777,41.834723519149264],[-72.14369876101992,41.83474651914499],[-72.14453276129635,41.834817519132564],[-72.14481176138884,41.83484151912843],[-72.14511376148873,41.83486351912322],[-72.1466267619841,41.83488251907943],[-72.14738776223332,41.83489351905768],[-72.14989276305354,41.83492651898544],[-72.15207776376809,41.834939518919384],[-72.15389476436229,41.834950518864474],[-72.15397476438844,41.83495051886196],[-72.1542167644676,41.83495251885475],[-72.15429776449412,41.83495351885241],[-72.15441776453343,41.83495551884904],[-72.15553876489734,41.83491451880591],[-72.15614476509414,41.83489351878284],[-72.15926676611473,41.834905518687144],[-72.16050976652112,41.834911518649285],[-72.1645587678444,41.83492151852406],[-72.16600676831573,41.8348915184728],[-72.16608276834046,41.83488951847002],[-72.16615976836555,41.8348885184674],[-72.1662237683864,41.83488751846521],[-72.16901976930106,41.83491051838183],[-72.16917676935235,41.83491051837691],[-72.17357077078883,41.834930518242714],[-72.18054877307002,41.83496151802945],[-72.1872077752469,41.8349925178261],[-72.18764877539108,41.83499451781263],[-72.18808977553523,41.83499651779915],[-72.18855077568591,41.834998517785046],[-72.18861677570749,41.83499851778297],[-72.19028677625344,41.835006517732],[-72.19042777629954,41.83500751772777],[-72.19206677683532,41.83501451767758],[-72.192218776885,41.83501551767299],[-72.19254877699287,41.835016517662794],[-72.19273077705236,41.83501751765727],[-72.19291277711186,41.83501851765174],[-72.19299177713766,41.83501851764925],[-72.19302377714817,41.83501951764846],[-72.19323077721585,41.83502051764214],[-72.19331077724205,41.8350215176398],[-72.19351277730809,41.835022517633654],[-72.19384377741632,41.835024517623616],[-72.19397677745974,41.83502451761943],[-72.19411077750357,41.83502551761543],[-72.19411677750547,41.83502451761503],[-72.20023377950513,41.83505351742823],[-72.20029277952446,41.83505451742658],[-72.2066197815943,41.8351125172387],[-72.21046578285251,41.8351485171246],[-72.21058478289146,41.83515051712126],[-72.21771978522423,41.83519251690476],[-72.2177017852729,41.83616151709258],[-72.21757778562299,41.84309751843675],[-72.21746578596935,41.84989551975362],[-72.21744278603954,41.85127452002074],[-72.21737678624402,41.855285520797594],[-72.21737378625525,41.855502520839615],[-72.21737278625827,41.855561520851055],[-72.21737178626121,41.85561952086227],[-72.21726378659814,41.86222252214095],[-72.21726078660883,41.86242952218101],[-72.21715278694448,41.86900752345464],[-72.21710078711371,41.87230852409364],[-72.21710078713126,41.87261952415368],[-72.21709978713373,41.87266952416336],[-72.21701878724471,41.87510552463621],[-72.21695378755639,41.881005525777205],[-72.21692878764097,41.88264852609511],[-72.21692578764632,41.882760526116826],[-72.21690078773477,41.884472526448064],[-72.21645678779281,41.888070527156465],[-72.21633478793132,41.891229527769944],[-72.21632978793731,41.89136452779615],[-72.21632778793936,41.89141252780549],[-72.21630678801236,41.89282652807899],[-72.21635978817126,41.895333528561096],[-72.2164447882581,41.896379528760235],[-72.2164537882675,41.896493528781946],[-72.21663978844956,41.89864052919033],[-72.21663778845777,41.89879752922068],[-72.21660478853715,41.90039352952966],[-72.21659278865673,41.902579529951744],[-72.21656478894985,41.90792853098448],[-72.21654878903107,41.90945753127991],[-72.21653478909737,41.910711531522225],[-72.2165377891074,41.91087153155299],[-72.2166507895853,41.91867053305351],[-72.21665078958559,41.91867553305448],[-72.21668078970986,41.92069953344384],[-72.21668078971183,41.92073453345059],[-72.21670378985449,41.923123533910506],[-72.21672078987893,41.92345753397437],[-72.21677278995278,41.924462534166494],[-72.21678178996545,41.924634534199384],[-72.21678078997435,41.92479753423084],[-72.21677978998025,41.92490753425209],[-72.21677678998414,41.92499353426876],[-72.21676379001315,41.92558153438254],[-72.21676179001774,41.92567453440053],[-72.21676479002461,41.925778534420495],[-72.21676779003344,41.92591753444721],[-72.2168157901437,41.92758853476784],[-72.2168477902159,41.92867953497717],[-72.2168497902205,41.9287495349906],[-72.21699179060859,41.93478653614988],[-72.21699779062457,41.9350345361975],[-72.21702679067826,41.93581553634712],[-72.21728879118483,41.943249537771635],[-72.21726079152187,41.949361538950285],[-72.2169807919294,41.958169540656094],[-72.2077587889384,41.95859654102948],[-72.20715778874313,41.958618541052694],[-72.20708078871814,41.95862154105571],[-72.19895478608977,41.9591265414094],[-72.1971307854996,41.95923654148813],[-72.19678578538826,41.95926254150401],[-72.19653278530637,41.95927754151489],[-72.19577678506191,41.959325541548],[-72.19565778502401,41.959343541555214],[-72.1955207849804,41.95936454156358],[-72.1952807849,41.9593305415646],[-72.19516478486184,41.95932654156749],[-72.1945477846587,41.95930154158212],[-72.19439878460969,41.95929654158587],[-72.19430878458007,41.95929354158813],[-72.19398078447209,41.95928054159597],[-72.19393378445663,41.95927854159707],[-72.19330878425083,41.95925354161195],[-72.19292778412544,41.95923954162129],[-72.19236078393887,41.959218541635124],[-72.19179478375256,41.95919654164874],[-72.19155278367286,41.95918654165444],[-72.19129478358792,41.95917654166064],[-72.19066178337958,41.95915254167599],[-72.19062378336723,41.95915354167738],[-72.18753678236182,41.959224541788394],[-72.18291678085443,41.959283541945425],[-72.18127578031908,41.95930554200139],[-72.17777077917555,41.95935154212072],[-72.17712877896606,41.9593595421425],[-72.17673377883723,41.959365542156114],[-72.17599377859581,41.959375542181355],[-72.17597877859092,41.95937554218183],[-72.17239077742003,41.959418542303155],[-72.17162077716874,41.95942754232915],[-72.16896277629733,41.95938854240538],[-72.1687677762334,41.95938554241094],[-72.16818577604263,41.95937754242773],[-72.16799177597906,41.95937554243348],[-72.16791677595448,41.95937454243564],[-72.1640967747042,41.959355542552295],[-72.16235877413534,41.959346542605296],[-72.16230677411833,41.95934654260693],[-72.15714477242877,41.959320542764466],[-72.15586877201113,41.959314542803476],[-72.15438177152478,41.9593135428501],[-72.15165477063277,41.95931054293536],[-72.15172977064161,41.959032542879434],[-72.15194377067351,41.958358542742815],[-72.1521417707172,41.95798554266472],[-72.15221577072896,41.95776554262001],[-72.15220077072284,41.95774354261623],[-72.15217977070138,41.95748554256718],[-72.15209077065617,41.95720054251507],[-72.15211377065533,41.957052542485805],[-72.1521207706548,41.95700254247596],[-72.15223077067468,41.95671754241758],[-72.15230677069337,41.956608542394186],[-72.15246677073297,41.95638354234581],[-72.15257677075313,41.95610354228838],[-72.15265077075502,41.95570854220994],[-72.15269577073623,41.95511554209426],[-72.15267377072041,41.95496254206546],[-72.15265877069314,41.95456654198963],[-72.15257077064328,41.9541935419205],[-72.15254177062205,41.95398554188133],[-72.15252377061096,41.953893541864176],[-72.15250477059875,41.95378754184435],[-72.15252677059449,41.95358454180453],[-72.15258577060668,41.9534585417784],[-72.15272577064161,41.953266541736994],[-72.15275577064459,41.95314554171273],[-72.1527187706266,41.95304154169386],[-72.1527107706235,41.95303254169237],[-72.15262277058962,41.95294254167779],[-72.15245377053006,41.95286654166846],[-72.15234577049311,41.952837541666284],[-72.15213777042203,41.95278354166242],[-72.15204277038046,41.952597541629565],[-72.15194677034687,41.95255854162507],[-72.1517187702726,41.95256354163322],[-72.15164577024444,41.95248754162086],[-72.15161677022624,41.95233354159208],[-72.15140377015321,41.95227354158722],[-72.1513777701451,41.952280541589396],[-72.15127877011446,41.95231154159849],[-72.15121177009506,41.95235554160907],[-72.15113877007643,41.9524485416293],[-72.1510847700608,41.952484541637936],[-72.15103777004708,41.95251354164501],[-72.15099477003477,41.95254454165232],[-72.15091777001251,41.95259654166476],[-72.1508007699755,41.95261854167269],[-72.15077076996535,41.95261254167249],[-72.15069776993312,41.95246454164625],[-72.15072676993148,41.952267541607384],[-72.15085976995701,41.95194954154191],[-72.15080876993316,41.95182254151905],[-72.15053676983213,41.95160854148636],[-72.15049976981291,41.95148254146325],[-72.1506247698392,41.95122454140959],[-72.15069876984394,41.95087954134076],[-72.15069676984074,41.950834541332156],[-72.15068376980929,41.95035254123967],[-72.1506987697996,41.950094541189486],[-72.15066976977714,41.949864541146056],[-72.15069976976929,41.949551541084794],[-72.15067776975745,41.94946954106968],[-72.1504277696639,41.94926054103727],[-72.15036876963715,41.94912854101368],[-72.15039876963522,41.94892054097265],[-72.15063376970309,41.94876154093462],[-72.1506927697165,41.94865754091271],[-72.15064876969963,41.94861354090561],[-72.15035476960067,41.94856354090521],[-72.15022976955544,41.94848654089433],[-72.15011276951041,41.94836654087487],[-72.1499947694594,41.948146540836184],[-72.14999476944946,41.94797054080225],[-72.15006076946456,41.947855540778015],[-72.1500977694714,41.94776254075894],[-72.15000976943863,41.94769154074802],[-72.14992876941027,41.94765854074419],[-72.14978976935674,41.94751554072103],[-72.14973076933094,41.94740054070071],[-72.14975276932883,41.94723554066821],[-72.1497897693341,41.947114540643724],[-72.14976076932034,41.94703854062998],[-72.14970676930037,41.94699754062379],[-72.14965176928007,41.94695654061761],[-72.14967276928189,41.946867540599804],[-72.1497757692896,41.94640754050791],[-72.14976776927583,41.94620954046998],[-72.14983476928253,41.945940540416025],[-72.14993076930033,41.94569954036654],[-72.1499227692915,41.945589540345594],[-72.149805769248,41.945496540331355],[-72.14970976921536,41.945474540330125],[-72.14970276920562,41.94534254030491],[-72.14964576917806,41.94518454027624],[-72.14960076915868,41.94510154026166],[-72.14958576915224,41.94507454025693],[-72.14950776911866,41.94493154023181],[-72.14948976910622,41.94481554021003],[-72.14949776909062,41.944492540147515],[-72.14951976908662,41.94429454010865],[-72.14948276906989,41.94421254009401],[-72.14948276906554,41.94413554007918],[-72.14934376900989,41.94395454004865],[-72.14921076896114,41.94386154003491],[-72.14901976889495,41.9437955400282],[-72.14874876880573,41.943784540034606],[-72.14854276873524,41.94372954003048],[-72.14841076868342,41.94357554000495],[-72.14837876867055,41.943533539997865],[-72.14837076866709,41.943518539995225],[-72.14809476855434,41.94311953992698],[-72.1479847685125,41.9430155399104],[-72.14782976845935,41.9429715399068],[-72.14770076841371,41.942910539899096],[-72.14757176836815,41.94285053989159],[-72.14745476832678,41.942795539884656],[-72.14733776828547,41.942741539877936],[-72.1471247682105,41.94264753986652],[-72.14704376817784,41.94253753984786],[-72.14701476815011,41.94221453978653],[-72.14698576810096,41.9415115396519],[-72.14701576809807,41.941286539607574],[-72.14707476810936,41.94114453957836],[-72.14723676814623,41.9408595395183],[-72.14724376814199,41.94074353949575],[-72.14718476811592,41.940623539474466],[-72.14689876800688,41.940348539430445],[-72.14670076792021,41.93995953936168],[-72.14667076789922,41.93976153932445],[-72.14675176790651,41.939421539256344],[-72.14671576788453,41.93924053922259],[-72.14663476784872,41.93907553919335],[-72.14642976777121,41.93888953916392],[-72.14624576770545,41.938790539150624],[-72.14611976766183,41.93874753914629],[-72.14576076753755,41.938625539134065],[-72.14564376749557,41.93855953912502],[-72.14537876739652,41.93833953909093],[-72.14526176734742,41.9381475390576],[-72.14524676732553,41.93784653900005],[-72.14529876733944,41.937791538987796],[-72.14536476735296,41.93764853895815],[-72.14543076735471,41.937297538888416],[-72.14537276732308,41.937072538846856],[-72.14535076730408,41.936863538807245],[-72.14534276729222,41.93669953877588],[-72.1454017673038,41.93656253874763],[-72.14540276729046,41.936320538700926],[-72.14526276722523,41.93597553863882],[-72.1452267671998,41.93573353859329],[-72.14521876718327,41.935486538545916],[-72.14518676717037,41.935443538538635],[-72.14516576716288,41.93543253853717],[-72.1451017671345,41.93530053851375],[-72.14487376704788,41.93508653847965],[-72.14482276702375,41.934954538455784],[-72.14482276700548,41.934630538393336],[-72.1449337670186,41.934219538310586],[-72.14488976699829,41.93411453829173],[-72.14469176692491,41.93396153826846],[-72.1446987669219,41.93386753825013],[-72.1447427669249,41.93366553820977],[-72.14469876690492,41.933566538192075],[-72.1446177668735,41.93347853817766],[-72.14454476684804,41.933450538174554],[-72.14439076678687,41.933258538142375],[-72.1443387667609,41.93309953811334],[-72.14434676674895,41.93284153806334],[-72.14442076675799,41.932572538009154],[-72.14448676676321,41.93228253795116],[-72.14447976673519,41.93182653786346],[-72.14453876674152,41.931596537817256],[-72.14474476679095,41.93127853774945],[-72.14481076680259,41.93110253771345],[-72.14493576683388,41.93093253767673],[-72.14503876685025,41.93062553761428],[-72.14504676684078,41.930411537572766],[-72.14501476682223,41.93026753754602],[-72.14499476681081,41.930181537530046],[-72.14490676677397,41.93003853750525],[-72.14481876673253,41.929813537464625],[-72.14478976671246,41.929625537429295],[-72.14473876667695,41.929291537366474],[-72.1447397666741,41.92923553735566],[-72.14474276666697,41.929091537327785],[-72.14474576665705,41.928898537290486],[-72.14474676665328,41.92882553727637],[-72.14457776657851,41.928479537214955],[-72.14430576646889,41.928112537152735],[-72.14414476640566,41.92792453712154],[-72.14405676636859,41.92777753709597],[-72.14403276635956,41.92775653709267],[-72.14396876633549,41.927700537083886],[-72.1439227663144,41.9275935370647],[-72.14390776630825,41.92757153706093],[-72.1435497661734,41.92725553701123],[-72.14327776607487,41.92708553698701],[-72.14310976600015,41.926734536924585],[-72.14308076596902,41.92635053685145],[-72.14305076595365,41.926251536833306],[-72.14283776586636,41.92593853677965],[-72.14261776578084,41.92569753674008],[-72.14246376571872,41.92548853670461],[-72.14220676562138,41.92525253666717],[-72.14182576546406,41.92467153656708],[-72.14169276541278,41.924533536544665],[-72.14145776532611,41.924358536518305],[-72.14119376522028,41.92401253645986],[-72.1411357651852,41.92372653640653],[-72.14106976516086,41.923677536399154],[-72.14096676512594,41.923655536398144],[-72.14045476495697,41.92362753640884],[-72.140451764956,41.92362753640893],[-72.14035676492216,41.92357853640248],[-72.1401507648449,41.92340253637501],[-72.14009976482359,41.92332053636079],[-72.13996076477106,41.923194536340866],[-72.1397037646499,41.92253553622182],[-72.13958676459896,41.92231053618211],[-72.13955676458177,41.9221795361578],[-72.13926376445939,41.92170753607596],[-72.1391977644347,41.921652536067434],[-72.1391017643934,41.9214765360365],[-72.13900676435675,41.92137753602039],[-72.13889676430908,41.92116953598373],[-72.13875076422022,41.920439535847514],[-72.13877276420054,41.91996253575479],[-72.1388607642092,41.919605535683175],[-72.13896376423018,41.91938053563654],[-72.13912576426675,41.91908953557533],[-72.13926576430109,41.91888653553177],[-72.13966976441499,41.91856353545677],[-72.13975776443733,41.91844953543201],[-72.13977276444076,41.91842353542653],[-72.13980976445055,41.918382535417436],[-72.13989776446016,41.91804253534911],[-72.13991276443848,41.917570535257575],[-72.13984676440636,41.91738353522359],[-72.13976676437098,41.91721953519446],[-72.13972276434454,41.91700553515456],[-72.13950976425231,41.916604535083906],[-72.13941876420463,41.91628653502542],[-72.13939276419084,41.916192535008115],[-72.13915776409826,41.91591253496148],[-72.13845276385075,41.915610534925385],[-72.13812276373301,41.915435534901974],[-72.13778476360145,41.91506153484045],[-72.1374687634812,41.914760534792315],[-72.13682276324306,41.91428253472039],[-72.13599376294725,41.913842534661555],[-72.13536176271565,41.91339853459576],[-72.1349507625587,41.9129975345313],[-72.134818762505,41.91281053449938],[-72.13454776240064,41.912530534453865],[-72.13439376233764,41.912305534415296],[-72.13426076228149,41.91208053437607],[-72.13415176223538,41.91189453434361],[-72.13393176214367,41.91154353428279],[-72.13376976208205,41.91138953425817],[-72.13344676194926,41.910906534175126],[-72.13334476191096,41.91081853416134],[-72.13336676191629,41.91078553415429],[-72.13308776181215,41.91055553411869],[-72.13283176172074,41.9104185341003],[-72.13204176139757,41.909265533902655],[-72.13017476063384,41.906540533435475],[-72.1296847604319,41.905798533307674],[-72.12891576011488,41.90463253310683],[-72.12888776010314,41.904586533098836],[-72.12880576006876,41.90445153307536],[-72.12877876005739,41.90440653306752],[-72.12853675995916,41.90406653300951],[-72.12781175966481,41.90304753283564],[-72.12757075956694,41.90270853277778],[-72.12707375935845,41.90189053263552],[-72.12653975913439,41.90101053248246],[-72.12558475873375,41.89943753220883],[-72.12508875852565,41.89862053206675],[-72.12478475840365,41.8982185319987],[-72.12447275827844,41.897805531928775],[-72.12391175804889,41.89698453178791],[-72.12362875793299,41.89656853171651],[-72.12338975783553,41.89622453165761],[-72.12267275754311,41.895192531480916],[-72.12243375744565,41.894848531422014],[-72.12237875742284,41.89476253140716],[-72.12221375735439,41.89450453136253],[-72.12215975733196,41.894419531347815],[-72.12136575700006,41.893132531124294],[-72.12119675692948,41.892859531076894],[-72.11830775572217,41.88818053026426],[-72.11734575532013,41.88662152999345],[-72.11703275519085,41.8861415299106],[-72.11621275485207,41.88488252969323],[-72.11609475480334,41.88470152966198],[-72.11578275467446,41.88422252957929],[-72.1156807546322,41.88406352955179],[-72.1153747545055,41.883588529469655],[-72.11527275446326,41.883430529442364],[-72.11480175426321,41.882609529298605],[-72.11338875366323,41.88014952886789],[-72.11315775356515,41.87974752879751],[-72.1129177534633,41.8793305287245],[-72.11295375339195,41.87785052843758],[-72.1128087530395,41.87241552739246],[-72.11273475290723,41.87048952702276],[-72.11257575261982,41.86629352621723],[-72.11251575251157,41.864713525913885],[-72.11244275237975,41.862788525544296],[-72.11252575231245,41.861105525216544],[-72.11254875229406,41.86064352512655],[-72.11277575211106,41.85605752423336],[-72.11285975204422,41.854375523905716],[-72.1130177519188,41.85121752329051],[-72.11329275170023,41.84571452221836],[-72.11348175155042,41.841939521482765],[-72.11370575139695,41.83789352069365],[-72.11371475139345,41.83777852067113],[-72.11371875139262,41.83774052066365],[-72.11373175138824,41.83758652063349],[-72.11374275138435,41.83745252060722],[-72.1137437513836,41.83743352060351],[-72.11375375138049,41.83731952058118],[-72.11380175133316,41.83619452036218],[-72.11394675119166,41.83282251970573],[-72.11399575114473,41.83169851948686]]]},"properties":{"name":8301,"geoid":"09015830100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.90618168295023,41.82682552502005],[-71.90633568299073,41.826647524980814],[-71.9070266831864,41.82610152485374],[-71.90738568328732,41.825804524785134],[-71.90757768333609,41.825551524730216],[-71.90771168336785,41.82533452468407],[-71.9078746833884,41.82474352456464],[-71.90793468335816,41.8238435243886],[-71.90793668333355,41.823387524300294],[-71.90793768332749,41.823272524278],[-71.90764068318032,41.82236852411224],[-71.90707368294922,41.82154352397014],[-71.90686568285606,41.82108952388873],[-71.90688568284904,41.820844523840684],[-71.90707468288736,41.820420523752766],[-71.90748268299481,41.81995252364953],[-71.90760768302172,41.819700523596886],[-71.90770068304195,41.81951652355839],[-71.90779368305006,41.81911452347769],[-71.90775068301419,41.81872052340277],[-71.90787168302778,41.81825152330823],[-71.90807768306621,41.81772952320081],[-71.90836868313731,41.81729552310779],[-71.90889268329134,41.81698352303115],[-71.90984768359039,41.81674552295547],[-71.91046268378253,41.81658452290524],[-71.91147868410195,41.81635452282923],[-71.91243468440871,41.81625052277946],[-71.91329568469081,41.8162615227549],[-71.91381168486029,41.81627552274162],[-71.91391768489511,41.816278522738905],[-71.91425668499419,41.81606652268736],[-71.91433768501231,41.81591552265563],[-71.91439568502079,41.81572652261724],[-71.91431268498539,41.81557752259097],[-71.91394768485122,41.81530952255042],[-71.91322068460093,41.81508152252881],[-71.91265568440588,41.81489452251013],[-71.9118416841331,41.81477452251214],[-71.91139668398999,41.814817522534256],[-71.91063768375332,41.81502452259785],[-71.90996668354414,41.815208522654274],[-71.90901868324913,41.81547752273573],[-71.90867068314843,41.815713522792194],[-71.90841168306432,41.81572352280216],[-71.90821068299908,41.81573252281013],[-71.90791868290245,41.81571152281512],[-71.90762768280615,41.81569052282007],[-71.90749068275953,41.81565752281793],[-71.90711568263124,41.815554522809606],[-71.90708668262137,41.81554752280916],[-71.90679968252532,41.81550752281031],[-71.9065806824509,41.81545652280722],[-71.90621368233091,41.81545652281859],[-71.90589868223192,41.81552852284229],[-71.90575868218919,41.815583522857274],[-71.90558568213851,41.81568952288317],[-71.90540668208608,41.81579952290999],[-71.90518068201806,41.81590552293752],[-71.9051156819982,41.81593052294438],[-71.90489168192092,41.815857522937186],[-71.90466868184397,41.81578452292997],[-71.90391068160993,41.81603352300164],[-71.90317368138554,41.81633252308237],[-71.90289668129923,41.81640952310586],[-71.90201368102429,41.816657523181235],[-71.90089668066115,41.816694523223006],[-71.90010268039933,41.81665452323986],[-71.89955368020988,41.81647452322202],[-71.89927768010736,41.81625252318759],[-71.89848767980982,41.81554352307482],[-71.89782567956216,41.81497952298616],[-71.897361679387,41.814555522918454],[-71.89676167916781,41.8141395228565],[-71.89650467907394,41.81396152282999],[-71.89650367907355,41.81396052282984],[-71.8959986788728,41.813316522720804],[-71.89532767860452,41.81243252257044],[-71.89527067858083,41.8123415225546],[-71.89520067855182,41.81223052253527],[-71.89496267845274,41.81184652246831],[-71.89480767837054,41.81127652236275],[-71.89487867834865,41.81046152220275],[-71.89513267841029,41.81007452211996],[-71.89569067856942,41.809653522021165],[-71.89616667872116,41.80958352199286],[-71.89655967884815,41.80955652197549],[-71.89796567930046,41.80942352190617],[-71.8985196794675,41.809169521839834],[-71.898932679584,41.80883452176218],[-71.89920167964999,41.808438521677196],[-71.89925667964083,41.80794752158042],[-71.89901367953935,41.80754952151088],[-71.89854467937027,41.80726452147022],[-71.89842467932623,41.807177521457085],[-71.897112678862,41.80653952137419],[-71.89595367845246,41.8059855213028],[-71.89507767814291,41.80556652124881],[-71.8941066777998,41.80510252118903],[-71.89241367720159,41.80429352108479],[-71.89086567665458,41.803553520989425],[-71.8898746763044,41.803079520928314],[-71.88791267561176,41.80215252080953],[-71.88770367553767,41.80204852079587],[-71.88768767553198,41.802040520794804],[-71.88763967551498,41.802016520791646],[-71.88762467550968,41.80200952079075],[-71.88758267549478,41.80198852078798],[-71.88745667545012,41.801925520779676],[-71.88741567543555,41.801904520776894],[-71.88738167542348,41.80188752077465],[-71.88728267538843,41.80183852076822],[-71.88724967537675,41.80182252076614],[-71.88675167516845,41.80099952062217],[-71.88671167515315,41.800959520615656],[-71.88647467506286,41.80072752057808],[-71.88645767503668,41.80035452050635],[-71.88649967503473,41.80007052045005],[-71.88659167504578,41.79972652038059],[-71.88659067502395,41.79933752030527],[-71.886348674913,41.79876152020121],[-71.88605367478205,41.79813752008949],[-71.88590267471501,41.79781752003219],[-71.88572367462119,41.79717851991397],[-71.88568167459923,41.797029519886415],[-71.88571067458356,41.79657451979738],[-71.88607967464982,41.795590519595365],[-71.88632867471942,41.79537751954641],[-71.88639767473879,41.795319519533045],[-71.88690967489804,41.79517251948873],[-71.88796567523082,41.794947519412474],[-71.8885316754018,41.79469351934576],[-71.88901567554471,41.79441651927711],[-71.88995767580798,41.79360851909147],[-71.8901356758444,41.793214519009624],[-71.89012167581603,41.792784518926766],[-71.8897666756591,41.79204451879442],[-71.88975267564552,41.791881518763276],[-71.88971867561186,41.79147351868528],[-71.8897416756095,41.79129451864992],[-71.88981667560283,41.79073051853833],[-71.88976667554076,41.789902518379485],[-71.8897476755173,41.789590518319635],[-71.88974167550981,41.78949051830044],[-71.8894986753994,41.78892951819929],[-71.88936767534656,41.78874851816828],[-71.88918467527282,41.788496518125136],[-71.8888556751213,41.787700517981094],[-71.88872167504982,41.7871995178882],[-71.88864367498218,41.786436517742786],[-71.88868867496154,41.785796517617406],[-71.88870967495293,41.7855165175625],[-71.88896467500149,41.784886517432554],[-71.88938867512213,41.78456151735646],[-71.89010967533193,41.78409351724348],[-71.89060167547663,41.78380151717169],[-71.8917776758419,41.783455517068255],[-71.89308067625632,41.783247516987636],[-71.89386067648984,41.78285951688832],[-71.89576467708353,41.78234151672905],[-71.89581167709822,41.78232951672525],[-71.89696167745852,41.782047516635025],[-71.89852767795105,41.78169751651874],[-71.89935767821204,41.78151151645701],[-71.89963067829797,41.781451516436924],[-71.90034567852011,41.78124251637429],[-71.90181967898,41.78084651625194],[-71.9026416792365,41.78062651618387],[-71.90321967941337,41.780408516123735],[-71.90374267957165,41.780179516063164],[-71.90399767964051,41.77991751600452],[-71.9046576798088,41.77905951581783],[-71.90496567987945,41.778516515703075],[-71.90498267988346,41.77848851569713],[-71.90515767991491,41.77802251560141],[-71.90555867999474,41.777095515409385],[-71.9058096800428,41.77648051528244],[-71.90594168002548,41.77538651506636],[-71.90595667998979,41.77465151492347],[-71.90581067989035,41.7737155147466],[-71.90570067982192,41.77312751463607],[-71.90589367987005,41.77285751457778],[-71.90632667997102,41.77212351442213],[-71.90669468006638,41.771672514323335],[-71.90732268025684,41.77140551425214],[-71.90842768059699,41.77102551414428],[-71.90892168074163,41.77072151407006],[-71.90917168081494,41.77056951403287],[-71.90977368097222,41.769855513875854],[-71.9100016810153,41.76928651375852],[-71.91050368113144,41.76841951357495],[-71.91079468120981,41.768116513507216],[-71.9115536814267,41.767552513374405],[-71.91165568145587,41.76747751335671],[-71.91292568181754,41.76651151313015],[-71.91351668198409,41.76603051301862],[-71.91361868199874,41.76569251294996],[-71.91372968201507,41.76533151287655],[-71.91375668199257,41.76476451276582],[-71.91396168202294,41.76410151263096],[-71.914441682123,41.763073512416845],[-71.91462568216905,41.76281851236172],[-71.91560068241296,41.761466512069454],[-71.91601968252778,41.761066511978946],[-71.91702868280436,41.76010451176121],[-71.91711568282405,41.759946511727904],[-71.91717868283844,41.75983451170423],[-71.91724168285282,41.75972251168057],[-71.91750168290848,41.75919151156958],[-71.91753168291513,41.759134511557605],[-71.91758668292707,41.75902551153478],[-71.91764268293949,41.75891851151231],[-71.91782168297874,41.758570511439295],[-71.91791668299972,41.75838851140107],[-71.9180116830207,41.75820651136286],[-71.91803468302568,41.75816051135321],[-71.91803068297268,41.757224511171884],[-71.9174356827396,41.75652451105461],[-71.91684368252922,41.756217511013425],[-71.91640768238071,41.75610851100581],[-71.9160046822375,41.75589951097775],[-71.91507368190462,41.75538051090598],[-71.91440868165866,41.75486151082593],[-71.9139876814983,41.7544485107589],[-71.91366568136984,41.75402751068724],[-71.91326468118487,41.75305051051024],[-71.91291868100126,41.75177251027316],[-71.91294768097217,41.751073510136735],[-71.91313868100212,41.750485510016816],[-71.91330268102932,41.750007509919044],[-71.91342968105803,41.74977650987033],[-71.91355768108717,41.749546509821776],[-71.91368768111623,41.74930350977063],[-71.91368768111506,41.749282509766566],[-71.91369568110004,41.74896250970425],[-71.9138386811303,41.748664509642055],[-71.91388068113181,41.7484435095979],[-71.9140546811725,41.748150509535705],[-71.91441668126589,41.74769950943702],[-71.9146886813409,41.74744850937994],[-71.91489468140259,41.747346509353775],[-71.91490168140471,41.747343509353],[-71.91504868144044,41.7471205093052],[-71.91513468146145,41.746992509277725],[-71.91522668148384,41.74685350924793],[-71.91530068150479,41.746794509234185],[-71.91530868150298,41.74671450921842],[-71.91532368150025,41.74657650919119],[-71.91521268142226,41.74582050904803],[-71.9151846814119,41.74579850904462],[-71.91498768133876,41.74563950901988],[-71.91455468117499,41.745235508954956],[-71.91439168110242,41.744885508892125],[-71.91408868095071,41.74393050871631],[-71.91398468088157,41.74329350859599],[-71.91394568085543,41.74305050855008],[-71.91393368081835,41.7424495084339],[-71.91394368081549,41.74233850841204],[-71.91401668084,41.74235050841213],[-71.9140906808648,41.742361508411946],[-71.91534768128608,41.74255350841029],[-71.91588468146603,41.74263550840958],[-71.91604068151834,41.742659508409396],[-71.9161956815703,41.74268350840926],[-71.9195596826978,41.74319850840499],[-71.9209646831687,41.74341350840317],[-71.92145368333262,41.743488508402585],[-71.92341268398921,41.7437885084001],[-71.92417868424599,41.74390650839927],[-71.92464568440253,41.743978508398754],[-71.92647968501731,41.74426050839664],[-71.92724668527444,41.74437950839598],[-71.93119668659848,41.74498650839132],[-71.93345468735541,41.74533450838885],[-71.93625068829263,41.7457645083856],[-71.93794468886044,41.746024508383506],[-71.94304969057163,41.746809508377495],[-71.94356869074561,41.74688950837692],[-71.94690669186447,41.74740250837289],[-71.94700069189601,41.74741750837289],[-71.94710869193223,41.74743450837284],[-71.94971469280583,41.747836508369964],[-71.95785669553526,41.74909350836114],[-71.96057169644544,41.74951350835834],[-71.96202269693296,41.749757508360624],[-71.96390269756459,41.750073508363535],[-71.9641046976325,41.75010750836386],[-71.96637869839616,41.75048350836617],[-71.96783169888415,41.7507245083678],[-71.96904769929287,41.750931508370186],[-71.97269670051946,41.75155550837785],[-71.97391370092856,41.75176350838038],[-71.9742797010516,41.751826508381235],[-71.97453170113636,41.751870508381934],[-71.9746457011747,41.75189050838229],[-71.97582670157186,41.75209550838535],[-71.9763877017605,41.752192508386734],[-71.97700670196863,41.75229950838826],[-71.97882970258182,41.752618508393475],[-71.98429870442139,41.753575508409085],[-71.98612170503463,41.75389550841447],[-71.98843370581001,41.75425850841299],[-71.99536970813625,41.75535050840907],[-71.99768270891201,41.75571450840771],[-71.99865170923037,41.755747508383976],[-71.99945270949362,41.7557765083647],[-72.00153271019236,41.75612450836748],[-72.0024897105139,41.75628550836891],[-72.00273971059822,41.75633350837043],[-72.00349071085171,41.756480508375574],[-72.00374171093645,41.756530508377445],[-72.00536271148061,41.756794508378206],[-72.00819671243208,41.75725850837998],[-72.01022671311354,41.75758950838097],[-72.0105607132257,41.75764450838124],[-72.01064471325391,41.75765850838134],[-72.01072971328244,41.757672508381404],[-72.01184871365813,41.75785550838204],[-72.01405871439971,41.758210508382085],[-72.01800771572492,41.75884650838245],[-72.02069171662555,41.759277508382425],[-72.02290371736787,41.75963350838256],[-72.02273671735833,41.760444508544886],[-72.02223771733051,41.76287850903205],[-72.0220717173214,41.76369050919453],[-72.02195371730728,41.764130509283476],[-72.02159971726519,41.765454509551006],[-72.02148271725146,41.7658955096401],[-72.02123971724014,41.76712050988499],[-72.02057671721016,41.77047951055637],[-72.02051371720714,41.77079551061954],[-72.0202717171962,41.77202151086457],[-72.02019171719078,41.77239451093933],[-72.01995471717558,41.773514511163654],[-72.01987571717056,41.77388851123856],[-72.01949771714527,41.7756555115926],[-72.01836571707013,41.780957512654744],[-72.01800671704653,41.78264351299245],[-72.01799271704657,41.78272651300897],[-72.0177637170522,41.78417351329631],[-72.01707771706953,41.78851651415867],[-72.01684971707554,41.78996451444615],[-72.0164987170856,41.79220751489137],[-72.01544671711618,41.79893751622706],[-72.01509671712665,41.80118151667233],[-72.01497471712923,41.80194451682382],[-72.01461271713832,41.804233517278156],[-72.01449171714127,41.804997517429804],[-72.01328471675082,41.805068517481146],[-72.0096647155798,41.80528251763531],[-72.0084587151897,41.805354517686816],[-72.0066697146097,41.8054375177586],[-72.00130671287098,41.80568651797377],[-71.99951871229135,41.80577051804569],[-71.99800871180196,41.805843518106826],[-71.99347871033395,41.80606651829097],[-71.99196970984498,41.80614151835243],[-71.99204970995017,41.8075635186252],[-71.99213671006382,41.8090965189192],[-71.9922107102994,41.81289851965273],[-71.99221271031368,41.81314351970008],[-71.99223571046133,41.815663520187044],[-71.99224071049535,41.8162455202995],[-71.99226271062969,41.818531520741175],[-71.99031470999167,41.81850752079716],[-71.98874170947654,41.81848952084263],[-71.98842370937233,41.81848452085157],[-71.98651870874804,41.81845452090503],[-71.9798517065631,41.818349521092145],[-71.97762970583493,41.81831552115469],[-71.97766670585413,41.81844352117831],[-71.97788870596433,41.819120521302395],[-71.97799070601302,41.81939652135264],[-71.97805670605605,41.819782521425275],[-71.97805770605709,41.81979552142776],[-71.97807870607598,41.820011521468906],[-71.97807470610685,41.82059052158106],[-71.97805870611863,41.82089652164078],[-71.97801270611559,41.821112521684],[-71.9779827061113,41.82121152170409],[-71.97789770609586,41.8214335217497],[-71.97744870599807,41.82231452193412],[-71.97702870591182,41.8232325221248],[-71.97685970587992,41.82365252221134],[-71.97667870584779,41.824138522311],[-71.97666170584496,41.824187522321026],[-71.9765777058537,41.82483852244958],[-71.97655170586344,41.825166522513854],[-71.97654970589103,41.82567452261219],[-71.97656070590686,41.825894522654416],[-71.97659370595439,41.82655552278127],[-71.97660570597061,41.82677652282366],[-71.97302470480061,41.82678652293696],[-71.9622817012907,41.826820523277604],[-71.95870170012103,41.82683152339102],[-71.95498869890825,41.82684952350988],[-71.94738469642458,41.82688852375367],[-71.94385169527065,41.826907523867085],[-71.94013969405817,41.826926523986046],[-71.93943869382866,41.826920524006646],[-71.93733869314119,41.82690352406856],[-71.93663869291206,41.826898524089316],[-71.93591869267485,41.82686552410528],[-71.93375969196356,41.82676752415335],[-71.9330406917267,41.82673552416948],[-71.93302869172324,41.8267435241714],[-71.93299369171324,41.82676952417751],[-71.93298269171014,41.826778524179595],[-71.93076969098757,41.82679552425158],[-71.92853269025721,41.826813524324486],[-71.9241316888202,41.82684652446742],[-71.92191968809801,41.82686452453953],[-71.92046268762104,41.8268535245826],[-71.91609468619126,41.82682352471229],[-71.9146386857147,41.82681452475569],[-71.91294668516154,41.82681552480837],[-71.90787268350296,41.826822524967035],[-71.90634868300482,41.82682552501487],[-71.90626468297735,41.826825525017476],[-71.90618168295023,41.82682552502005]]]},"properties":{"name":9051,"geoid":"09015905100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.91394368081549,41.74233850841204],[-71.91396668080883,41.742081508361494],[-71.9141806808451,41.74147150823658],[-71.9155446811967,41.73976750786388],[-71.91563368121972,41.73965750783979],[-71.91638268141206,41.73870850763255],[-71.91795968183668,41.73706650726524],[-71.9189546821106,41.73613950705466],[-71.92026568249459,41.7353365068583],[-71.92134768282037,41.73483450672746],[-71.92215468305973,41.73439450661713],[-71.92276968325464,41.73428550657693],[-71.92373868356177,41.73411450651376],[-71.92535168409957,41.73431150650203],[-71.9258126842573,41.73444050651279],[-71.92665868454671,41.734676506532374],[-71.92762168487289,41.73488650654328],[-71.92786268495455,41.7349395065461],[-71.92946268548005,41.73499050650644],[-71.93044368579389,41.734870506452786],[-71.93104368598445,41.73477150641501],[-71.93148268611957,41.73462150637231],[-71.93167868617417,41.73445050633306],[-71.93187368622837,41.73427850629365],[-71.93210368624045,41.73313650606504],[-71.9322496862486,41.73241950592143],[-71.93253968630468,41.73171950577666],[-71.93264468633042,41.73156450574335],[-71.93274968635616,41.73140950571003],[-71.9334846865591,41.73073650555672],[-71.93444168683409,41.73005450539478],[-71.93539368711531,41.729515505260736],[-71.93545468713336,41.72948150525225],[-71.93660268748673,41.72908950514066],[-71.93765468780647,41.72865650502406],[-71.93893868820227,41.72822850490127],[-71.94041768864813,41.72755350472449],[-71.94169568903644,41.727025504582464],[-71.94267668932008,41.72635950442289],[-71.94389668966134,41.72532250418389],[-71.94397968967664,41.72510850413982],[-71.9442476897264,41.724424503998804],[-71.94447168975917,41.72369250384986],[-71.9448326898398,41.72301750370771],[-71.94570769009886,41.7225325035865],[-71.9470646905757,41.72314150366261],[-71.94764469078481,41.72349750371371],[-71.9483436910368,41.72392650377527],[-71.94946969145379,41.724817503913236],[-71.95019669171467,41.72524150397295],[-71.95126569208895,41.725696504028086],[-71.95319569275918,41.72641750410813],[-71.95338169282122,41.72644050410682],[-71.95458169322161,41.726593504099306],[-71.95553869352995,41.726516504054686],[-71.95625869374909,41.72622650397609],[-71.9566786938548,41.72565650385252],[-71.95714269394645,41.72457250362784],[-71.9575506940506,41.72404550351296],[-71.95769269405777,41.723335503370826],[-71.95764969401363,41.72279050326641],[-71.95756169396587,41.722446503202406],[-71.95752469394579,41.72230150317542],[-71.95727569383402,41.721750503076244],[-71.95728769381275,41.72129450298742],[-71.95747269382915,41.720497502827044],[-71.95813269399649,41.7196245026372],[-71.9587936941853,41.71913450252165],[-71.95951669440339,41.71880750243578],[-71.96035069463102,41.71799750225277],[-71.96236569520592,41.716491501898076],[-71.96276569531723,41.71614150181776],[-71.96358769556575,41.715780501722236],[-71.96403069569806,41.71555650166503],[-71.96455269586038,41.71540850162014],[-71.965075696023,41.715260501575194],[-71.96566769620136,41.714989501504256],[-71.96612269633438,41.71470750143542],[-71.96628269637222,41.71444650137982],[-71.96632969636691,41.71407250130578],[-71.96613969628586,41.71372850124493],[-71.9655806960562,41.71287550109674],[-71.96549769602184,41.71274450107389],[-71.96483169574587,41.71168550088904],[-71.96419269550333,41.7110725007899],[-71.96407169545508,41.710914500763],[-71.96395169540723,41.71075750073625],[-71.96405169539206,41.7098915005651],[-71.96468669556867,41.7093345004373],[-71.96527469573921,41.708945500343596],[-71.96541469575915,41.70847850024862],[-71.96516469564747,41.707934500150785],[-71.96458869542231,41.70726350003842],[-71.96456969541491,41.70724150003474],[-71.96371069509375,41.706505499918535],[-71.96258869467208,41.70550449975903],[-71.96226269453427,41.7049364996589],[-71.9622176944911,41.70442049956015],[-71.96237769445906,41.70289349925879],[-71.96224069438563,41.70237349916212],[-71.96216969434742,41.70210149911153],[-71.96185969419535,41.70118049894236],[-71.96182469414447,41.700465498804654],[-71.96186269412603,41.69990649869497],[-71.9618876941144,41.69954749862451],[-71.96236269421946,41.698640498433726],[-71.96250869425289,41.69838249837912],[-71.96267269429066,41.69809649831851],[-71.9626656942757,41.69786649827408],[-71.9626576942569,41.69757349821744],[-71.96247669416834,41.6970394981194],[-71.96239769409776,41.69622749796421],[-71.96240869407661,41.6957794978769],[-71.96232569404096,41.69562449784939],[-71.96204769392129,41.695100497756265],[-71.96145069367918,41.69424549760877],[-71.96098269347617,41.6933354974466],[-71.96051969328084,41.692535497305634],[-71.96005769310825,41.69214149724345],[-71.95929269284593,41.69191449722309],[-71.95865869264571,41.69203749726662],[-71.958085692474,41.69231649733853],[-71.95751469230012,41.69254449740049],[-71.9573956922639,41.692592497413486],[-71.95679769206697,41.6925624974262],[-71.95591169173457,41.691780497301814],[-71.95570169164804,41.69145549724522],[-71.95564269162372,41.69136349722918],[-71.95558269159906,41.69127149721318],[-71.95531469148663,41.69081949713372],[-71.95504569137388,41.69036749705429],[-71.95473969124225,41.68979249695213],[-71.95448969110873,41.68885149677716],[-71.95447369106503,41.688153496642116],[-71.95445869101991,41.68742349650083],[-71.95463569100856,41.686169496251836],[-71.95529169113247,41.684531495913426],[-71.95566369120907,41.68371749574382],[-71.95614369130968,41.68269949553127],[-71.9561986913024,41.68224149544061],[-71.95624069129731,41.68190049537309],[-71.95605169118099,41.68090949518648],[-71.95565369098883,41.67978049497953],[-71.95504969075223,41.67906549485937],[-71.95425169045394,41.67838049475103],[-71.95405869038179,41.67821449472477],[-71.95370369024548,41.6778444946639],[-71.95339969012308,41.67742449459173],[-71.95330769007352,41.67706949452562],[-71.95340069006464,41.67635749438445],[-71.95345469004182,41.67562349424022],[-71.95350869004125,41.67529249417424],[-71.95045268902639,41.674982494208656],[-71.94842368835265,41.67477749423164],[-71.94920568835327,41.670152493308976],[-71.94949668835388,41.66843749296678],[-71.9495136883537,41.66833349294605],[-71.94956668835381,41.668021492883796],[-71.94958468835404,41.66791849286323],[-71.94961968835544,41.66773649282679],[-71.94972668836043,41.66719249271778],[-71.9497626883622,41.667011492681524],[-71.94977768836303,41.66693749266666],[-71.94982668836693,41.6667174926224],[-71.94984268836811,41.66664449260773],[-71.9499026883707,41.66633549254582],[-71.94993168837328,41.66621049252065],[-71.94993968837255,41.66614949250855],[-71.95015268835968,41.6646524922111],[-71.95022468835576,41.664154492112104],[-71.9504536883554,41.66278949183978],[-71.95114468835577,41.65869749102326],[-71.9513746883558,41.65733349075107],[-71.95147268835483,41.656734490631614],[-71.9517696883529,41.654937490273205],[-71.95186868835232,41.65433949015392],[-71.95231468836015,41.651835489653465],[-71.95243468835623,41.65105248949755],[-71.95395968831026,41.64116548752843],[-71.9542996883001,41.638962487089614],[-71.9544676882949,41.63787048687211],[-71.95452268829384,41.63752448680313],[-71.9546896882914,41.63648848659653],[-71.9547456882907,41.636143486527715],[-71.9547926882913,41.63587548647416],[-71.95493568829394,41.635074486313975],[-71.95498368829493,41.63480748626058],[-71.95502568830896,41.63481348626045],[-71.9551536883519,41.63483448626059],[-71.95519668836631,41.634841486260605],[-71.95545868845436,41.634887486261434],[-71.95624468871864,41.63502848626453],[-71.95649168880166,41.635072486265464],[-71.95650868880739,41.635075486265514],[-71.956736688884,41.63511548626624],[-71.95689768893797,41.635141486266306],[-71.95806768933028,41.63533148626704],[-71.95845868946142,41.63539548626739],[-71.96087269027083,41.635787486268924],[-71.96811969270078,41.636964486273435],[-71.97053569351091,41.63735748627505],[-71.97090169363359,41.63741648627519],[-71.97200069400213,41.63759548627595],[-71.9723676941252,41.637655486276266],[-71.97255069418651,41.63768448627624],[-71.97309869437032,41.63777448627677],[-71.97324969442097,41.63779948627695],[-71.97328369443234,41.63780448627687],[-71.97343969448464,41.63782948627689],[-71.97391369464363,41.63790748627736],[-71.97407269469696,41.6379334862775],[-71.97430869477606,41.63797148627758],[-71.97501669501347,41.63808648627801],[-71.97525369509295,41.63812548627826],[-71.9753846951368,41.63814548627809],[-71.97551669518116,41.63816848627849],[-71.97591669531526,41.63823348627873],[-71.97704369569315,41.63841648627939],[-71.97790669598244,41.63855548627969],[-71.97857169620548,41.63866448628028],[-71.97868769624432,41.63868248628019],[-71.979041696363,41.6387394862803],[-71.9791596964026,41.638759486280534],[-71.97937569647502,41.638794486280645],[-71.97971269658804,41.63884948628092],[-71.98137469714531,41.639119486281906],[-71.98192869733118,41.63921148628262],[-71.98389269798966,41.63952948628359],[-71.98978469996538,41.64048948628762],[-71.99174870062399,41.64080948628894],[-71.99175370062561,41.64080948628879],[-71.99410770141495,41.64119248629028],[-71.99478470164192,41.64130248629066],[-71.99637970217667,41.641560486291354],[-71.99951970322948,41.64207048629312],[-72.01027270683583,41.64383348630225],[-72.01056970693546,41.643882486302566],[-72.01490270838866,41.64459348630628],[-72.01492070839471,41.64459648630629],[-72.0156527086402,41.64471648630691],[-72.0179027093948,41.64508548630879],[-72.01849970959502,41.6451834863093],[-72.01865370964667,41.64520848630936],[-72.01865470964698,41.64520848630933],[-72.02116771048951,41.645615486310426],[-72.0254207119156,41.64630848631307],[-72.02871171301904,41.64684248631462],[-72.03121671385898,41.647250486316096],[-72.03122771386263,41.64725148631594],[-72.03610871549951,41.648050486319576],[-72.05075672041158,41.65044448632945],[-72.05543072197898,41.65120848633253],[-72.05563872204877,41.65124348633286],[-72.05565972205584,41.65124748633298],[-72.05625172225434,41.651343486333204],[-72.05808972287072,41.651644486334526],[-72.05870372307665,41.65174548633505],[-72.0587057230773,41.65174548633499],[-72.05881572311418,41.65176348633506],[-72.05893872315542,41.65178348633511],[-72.05920872324602,41.65182848633547],[-72.05954172335773,41.65188348633578],[-72.05964072339091,41.65189948633582],[-72.05987472346935,41.65193748633592],[-72.06000972351463,41.651959486335976],[-72.06030372361282,41.65200048633481],[-72.06090572381396,41.652085486332595],[-72.0615977240451,41.65218248632989],[-72.0620297241895,41.65224448632852],[-72.06205172419686,41.65224748632841],[-72.06200072419715,41.65255348638944],[-72.06190572418583,41.65290948646157],[-72.06138472412512,41.654885486861666],[-72.06121872410588,41.655516486989406],[-72.06121172410514,41.65554448699507],[-72.06089572406891,41.65675348723976],[-72.05994872396062,41.66038148797397],[-72.05963372392478,41.661591488218804],[-72.0593827238923,41.66248448840007],[-72.05863072379513,41.66516348894379],[-72.05838072376304,41.66605748912521],[-72.0581887237404,41.66678048927159],[-72.05761372367297,41.66895248971129],[-72.05742272365077,41.66967748985803],[-72.0573277236382,41.670010489925666],[-72.0570447236013,41.67101249012904],[-72.05695072358911,41.671346490196825],[-72.05625072350492,41.67395249072466],[-72.05612072348941,41.674438490823064],[-72.05611372348851,41.67446349082814],[-72.0560907234857,41.67454849084536],[-72.05606872348318,41.674632490862365],[-72.05415072325266,41.68177449230871],[-72.05345172316889,41.684381492836565],[-72.0533487231745,41.685089492977205],[-72.05329872317778,41.685443493047494],[-72.05327272317943,41.68562649308382],[-72.0532457231807,41.68580849311999],[-72.05321772318221,41.68600049315813],[-72.05318972318376,41.68619349319647],[-72.05304172319211,41.68721649339965],[-72.05293972319808,41.68792549354046],[-72.0529347232004,41.68799649355439],[-72.0529237232086,41.68820949359608],[-72.05292072321161,41.68828149361014],[-72.05343572349427,41.69034949399551],[-72.05498172434272,41.69655349515146],[-72.05549772462585,41.6986224955369],[-72.05552072463874,41.69871949555502],[-72.05561872469401,41.69913949563347],[-72.05598272489898,41.70069349592369],[-72.05610472496753,41.7012114960204],[-72.05617872500122,41.70138349605147],[-72.05611672500672,41.70184749614343],[-72.055859725031,41.70379849652999],[-72.0558477250325,41.703896496549376],[-72.05582472503465,41.70407049658387],[-72.05577472503936,41.704449496658945],[-72.05571072504506,41.70492949675408],[-72.05552272506355,41.70636949703932],[-72.05546072506999,41.70685049713457],[-72.05545872509796,41.70736649723475],[-72.05539972509555,41.70767049729555],[-72.05531172511404,41.7085214974634],[-72.05525372511283,41.70884149752728],[-72.05503172514172,41.710668497888626],[-72.05478872517521,41.712702498290774],[-72.05443772522878,41.715733498889655],[-72.05338772539076,41.7248295006865],[-72.05333472539898,41.72528950077736],[-72.05307372543928,41.727550501223924],[-72.05306272544078,41.727642501242116],[-72.05303772544481,41.727861501285346],[-72.05294272545336,41.72857450142657],[-72.05265972547993,41.730717501850926],[-72.0525657254889,41.73143150199229],[-72.05077872489134,41.73117850199892],[-72.04645072344427,41.73056850201546],[-72.04583372323798,41.730481502017795],[-72.04557972317336,41.73081150208969],[-72.04448372289501,41.732244502401684],[-72.04414072280555,41.732650502491104],[-72.04311472253812,41.7338685027592],[-72.04277272244903,41.73427550284876],[-72.04255072239174,41.7345495029088],[-72.04188572222027,41.735372503089074],[-72.04166472216338,41.73564750314928],[-72.041620722152,41.7357015031611],[-72.0415757221403,41.73575550317299],[-72.04149172211848,41.73585650319519],[-72.0411897220403,41.73622450327594],[-72.04097572198485,41.73648450333301],[-72.04080372194035,41.73669450337908],[-72.04074472192507,41.736766503394875],[-72.0405697218799,41.7369825034422],[-72.04051172186502,41.737055503458166],[-72.04018872178236,41.7374665035479],[-72.03921972153431,41.738698503816934],[-72.03889772145202,41.73911050390682],[-72.03709372098976,41.74139550440596],[-72.03250771981483,41.747209505675755],[-72.03218471973199,41.7476175057649],[-72.03168471960383,41.74825050590315],[-72.03032271925494,41.74997850628049],[-72.02988871914445,41.75054150640312],[-72.0284907187888,41.75235950679898],[-72.02812471869574,41.75283650690283],[-72.02780571861467,41.75325250699337],[-72.02430071772316,41.757814507986566],[-72.0239267176281,41.7583025080928],[-72.02290371736787,41.75963350838256],[-72.02069171662555,41.759277508382425],[-72.01800771572492,41.75884650838245],[-72.01405871439971,41.758210508382085],[-72.01184871365813,41.75785550838204],[-72.01072971328244,41.757672508381404],[-72.01064471325391,41.75765850838134],[-72.0105607132257,41.75764450838124],[-72.01022671311354,41.75758950838097],[-72.00819671243208,41.75725850837998],[-72.00536271148061,41.756794508378206],[-72.00374171093645,41.756530508377445],[-72.00349071085171,41.756480508375574],[-72.00273971059822,41.75633350837043],[-72.0024897105139,41.75628550836891],[-72.00153271019236,41.75612450836748],[-71.99945270949362,41.7557765083647],[-71.99865170923037,41.755747508383976],[-71.99768270891201,41.75571450840771],[-71.99536970813625,41.75535050840907],[-71.98843370581001,41.75425850841299],[-71.98612170503463,41.75389550841447],[-71.98429870442139,41.753575508409085],[-71.97882970258182,41.752618508393475],[-71.97700670196863,41.75229950838826],[-71.9763877017605,41.752192508386734],[-71.97582670157186,41.75209550838535],[-71.9746457011747,41.75189050838229],[-71.97453170113636,41.751870508381934],[-71.9742797010516,41.751826508381235],[-71.97391370092856,41.75176350838038],[-71.97269670051946,41.75155550837785],[-71.96904769929287,41.750931508370186],[-71.96783169888415,41.7507245083678],[-71.96637869839616,41.75048350836617],[-71.9641046976325,41.75010750836386],[-71.96390269756459,41.750073508363535],[-71.96202269693296,41.749757508360624],[-71.96057169644544,41.74951350835834],[-71.95785669553526,41.74909350836114],[-71.94971469280583,41.747836508369964],[-71.94710869193223,41.74743450837284],[-71.94700069189601,41.74741750837289],[-71.94690669186447,41.74740250837289],[-71.94356869074561,41.74688950837692],[-71.94304969057163,41.746809508377495],[-71.93794468886044,41.746024508383506],[-71.93625068829263,41.7457645083856],[-71.93345468735541,41.74533450838885],[-71.93119668659848,41.74498650839132],[-71.92724668527444,41.74437950839598],[-71.92647968501731,41.74426050839664],[-71.92464568440253,41.743978508398754],[-71.92417868424599,41.74390650839927],[-71.92341268398921,41.7437885084001],[-71.92145368333262,41.743488508402585],[-71.9209646831687,41.74341350840317],[-71.9195596826978,41.74319850840499],[-71.9161956815703,41.74268350840926],[-71.91604068151834,41.742659508409396],[-71.91588468146603,41.74263550840958],[-71.91534768128608,41.74255350841029],[-71.9140906808648,41.742361508411946],[-71.91401668084,41.74235050841213],[-71.91394368081549,41.74233850841204]]]},"properties":{"name":9061,"geoid":"09015906100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.1645587678444,41.83492151852406],[-72.16050976652112,41.834911518649285],[-72.15926676611473,41.834905518687144],[-72.15614476509414,41.83489351878284],[-72.15553876489734,41.83491451880591],[-72.15441776453343,41.83495551884904],[-72.15429776449412,41.83495351885241],[-72.1542167644676,41.83495251885475],[-72.15397476438844,41.83495051886196],[-72.15389476436229,41.834950518864474],[-72.15207776376809,41.834939518919384],[-72.14989276305354,41.83492651898544],[-72.14738776223332,41.83489351905768],[-72.1466267619841,41.83488251907943],[-72.14511376148873,41.83486351912322],[-72.14481176138884,41.83484151912843],[-72.14453276129635,41.834817519132564],[-72.14369876101992,41.83474651914499],[-72.14342076092777,41.834723519149264],[-72.14328676088351,41.83471451915173],[-72.14327976088121,41.834714519151945],[-72.1431387608347,41.83470651915482],[-72.14294576077097,41.83469451915857],[-72.14288576075114,41.83469051915968],[-72.14275276070731,41.8346835191625],[-72.14262576066564,41.8346805191659],[-72.1424857606198,41.834678519169906],[-72.14224676054172,41.83467851917741],[-72.1421207605006,41.834679519181556],[-72.1403787599283,41.83462251922517],[-72.14013875984982,41.83462151923251],[-72.13950475964249,41.83461751925163],[-72.1369367588027,41.834603519329455],[-72.13398575783765,41.834586519418714],[-72.13241775732257,41.83453651945821],[-72.13165875707213,41.83449251947349],[-72.13082875679825,41.83444451949024],[-72.12931575629827,41.83434351951815],[-72.12904975620945,41.83430951951992],[-72.12778175578583,41.834142519527376],[-72.12631775529748,41.83396351953867],[-72.12631375529611,41.83396251953861],[-72.1261787552511,41.83394651953974],[-72.12595075517505,41.83391851954148],[-72.12430875461938,41.83357551952662],[-72.11819075255475,41.83240251949157],[-72.11548275164094,41.83188351947605],[-72.11518475154148,41.831846519478226],[-72.11429275124382,41.83173551948471],[-72.11399575114473,41.83169851948686],[-72.1113247502718,41.83169451956975],[-72.10331474765398,41.831682519818266],[-72.10319774761577,41.83168251982192],[-72.10064474678138,41.83167851990107],[-72.09984874652116,41.831676519925594],[-72.097461745741,41.831672519999536],[-72.0966667454812,41.83167152002422],[-72.09627874535447,41.83167252003656],[-72.0951177449754,41.83167752007387],[-72.09473074484909,41.83168052008654],[-72.09448074476697,41.83167252009283],[-72.09373674452274,41.831652520112236],[-72.09373274452139,41.831651520112175],[-72.09367174450139,41.831650520113904],[-72.09357774447058,41.83164852011645],[-72.09348374443968,41.83164552011882],[-72.0933397443929,41.83165052012429],[-72.09327574437205,41.83165152012648],[-72.09265374416994,41.83167152014981],[-72.0924467441027,41.83167852015763],[-72.0924617440765,41.83112252004967],[-72.09250574399773,41.82945751972631],[-72.0925217439719,41.82890251961849],[-72.09252574395387,41.82855651955146],[-72.09254674386207,41.82679251920968],[-72.09260974360429,41.82181451824498],[-72.0926117435951,41.821638518210854],[-72.09262574353404,41.82046451798336],[-72.09265274342496,41.81835551757458],[-72.09265674341675,41.818185517541565],[-72.09266974339268,41.817678517443106],[-72.09267474338488,41.81750951741025],[-72.09268074336106,41.8170485173209],[-72.09270074329035,41.81566651705294],[-72.09270174328752,41.81561051704207],[-72.09271674326985,41.81520651696344],[-72.0927577432268,41.814196516766785],[-72.09277974321854,41.81392051671269],[-72.09309774310742,41.810072515958325],[-72.09320474307074,41.80879051570694],[-72.09332174303104,41.80739551543336],[-72.09367274291195,41.803211514612826],[-72.09379074287263,41.801817514339376],[-72.09379574287081,41.80175551432723],[-72.0938107428653,41.80156951429076],[-72.09381674286386,41.80150851427877],[-72.09392274284437,41.800539514087944],[-72.09394374283961,41.800331514047045],[-72.09404874280656,41.79912551381036],[-72.09404574280151,41.799052513796326],[-72.09405774280407,41.799028513791306],[-72.09448974264892,41.79372251275088],[-72.0949127424965,41.78851751173017],[-72.0951267424198,41.78589051121494],[-72.09515474240527,41.785466511131986],[-72.09523974236222,41.78419751088364],[-72.0952687423481,41.783774510800846],[-72.0953227423256,41.78305551065995],[-72.09536974230737,41.78245351054194],[-72.09548874225948,41.78089851023716],[-72.0955447422377,41.780180510096386],[-72.09567874219526,41.77863550979306],[-72.09575374217101,41.77776150962148],[-72.09638574197264,41.77050450819644],[-72.09657574191336,41.76832850776906],[-72.0966427419222,41.76809450772164],[-72.09676774193692,41.767626507627114],[-72.09714674198246,41.766223507343526],[-72.09727274199757,41.76575650724914],[-72.0976257420436,41.76451450699753],[-72.09778874206478,41.76393950688106],[-72.09933674226647,41.75848950577696],[-72.09937374227147,41.7583625057512],[-72.09972874231778,41.757113505498154],[-72.09983074232623,41.75666750540857],[-72.10039974237588,41.75422450491748],[-72.10131574245617,41.750297504127985],[-72.10207874251547,41.74689050344398],[-72.10250474254894,41.74499450306324],[-72.10262874255874,41.744443502952585],[-72.1038437429659,41.74463150295106],[-72.10749074418807,41.7451955029464],[-72.10870674459561,41.74538450294503],[-72.10936574481651,41.74548750294438],[-72.1113427454792,41.74579650294247],[-72.11200174570016,41.74590050294203],[-72.11200974570276,41.74590050294177],[-72.11203674571178,41.74590350294151],[-72.11204574571481,41.745905502941625],[-72.11414074643079,41.746479502987356],[-72.1204257485788,41.748201503124506],[-72.12252174929519,41.74877650317036],[-72.12520875019415,41.749165503161684],[-72.13327075289152,41.750335503136114],[-72.13595875379086,41.75072550312755],[-72.13722575421465,41.75090750312315],[-72.14102775548639,41.75145350310992],[-72.14229575591058,41.751636503105665],[-72.14343275629086,41.75179950310164],[-72.14684575743254,41.75229050308989],[-72.14798375781321,41.75245450308602],[-72.14869775805225,41.75256050308418],[-72.1487227580606,41.75256450308419],[-72.14887075810961,41.75257650308186],[-72.15021075855853,41.75278150307961],[-72.15073875873475,41.75285050307643],[-72.15345275963826,41.75316350305205],[-72.15347775964652,41.75316550305166],[-72.15486676010747,41.7532995030341],[-72.15497476014352,41.753313503033425],[-72.15508376017992,41.75332850303291],[-72.1559897604827,41.75345350302874],[-72.15632176059364,41.75349950302725],[-72.15689376079865,41.75382650307266],[-72.15723976117154,41.75847750396269],[-72.1572647611979,41.75880250402485],[-72.15772876161859,41.76361850494301],[-72.15777576166113,41.76410450503567],[-72.15788676176143,41.76525050525411],[-72.15792576179688,41.76565650533151],[-72.15822576206877,41.768766505924305],[-72.15823576207772,41.76886850594374],[-72.15834176217369,41.76996550615282],[-72.1583637621934,41.77018950619551],[-72.15836776219712,41.77023250620371],[-72.15879176258115,41.77462250704036],[-72.15879476258404,41.77465650704686],[-72.15922876297783,41.779161507905364],[-72.15937976311372,41.78070850820009],[-72.15941676314723,41.78109150827306],[-72.15942876315792,41.78121250829611],[-72.15942876315826,41.78121850829728],[-72.16051376414194,41.7924595104388],[-72.16067776429038,41.79415351076145],[-72.16162876513495,41.80368351257545],[-72.16315276648882,41.81895151548066],[-72.16315976649459,41.81901351549242],[-72.16345576675761,41.82197851605647],[-72.16345776675932,41.82199751606008],[-72.16356576685463,41.82306751626358],[-72.16365676693577,41.82398351643784],[-72.16367176694834,41.82412051646386],[-72.16412476734966,41.828634517322364],[-72.16414476736757,41.828837517360974],[-72.16428176748853,41.830194517619],[-72.1642857674936,41.830261517631826],[-72.1645587678444,41.83492151852406]]]},"properties":{"name":8150,"geoid":"09015815000"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.15165477063277,41.95931054293536],[-72.15152477059027,41.959310542939456],[-72.14855476961912,41.95931354303352],[-72.14616876883899,41.95931654310918],[-72.14319876786705,41.95930554320049],[-72.1348957651498,41.9592745434557],[-72.12810076291953,41.95913454364237],[-72.12722176263102,41.95911654366655],[-72.12718476261892,41.95911654366771],[-72.12634476234317,41.95909854369064],[-72.12550476206735,41.959079543713386],[-72.12452076174434,41.95905854374027],[-72.12363276144995,41.958988543754685],[-72.12347276139762,41.95898854375971],[-72.11606875897536,41.95897754399027],[-72.11565875884125,41.95897754400316],[-72.10713475605247,41.9589645442684],[-72.10698875600475,41.958965544273184],[-72.10548375551237,41.958963544320056],[-72.10532975546195,41.95896254432471],[-72.09922975346633,41.95895654451508],[-72.09856175324778,41.95895554453584],[-72.09852475317075,41.95780354431499],[-72.09850975313942,41.95733454422507],[-72.0984987531165,41.95699154415932],[-72.09846375304527,41.955930543955915],[-72.09844875301404,41.955463543866394],[-72.09823675256862,41.94878654258601],[-72.09822875255244,41.9485455425398],[-72.09802675212454,41.94211954130727],[-72.0980207521009,41.941734541233224],[-72.09800275203006,41.94058054101129],[-72.09799775200682,41.94019654093739],[-72.09798675197699,41.93973054084789],[-72.09795375188749,41.93833254057936],[-72.09794275185774,41.937867540490025],[-72.09792375182073,41.93732054038517],[-72.09786975171077,41.9356805400706],[-72.09785175167417,41.935134539965865],[-72.09783275162856,41.934434539831486],[-72.09780475156072,41.933391539631224],[-72.09777675149226,41.932337539428836],[-72.09775975144737,41.93163853929456],[-72.09774675141577,41.931152539201236],[-72.09770775132101,41.92969453892127],[-72.09769575128979,41.92920953882811],[-72.09767575124292,41.92849253869045],[-72.09761575110247,41.926344538278016],[-72.09759575105566,41.925628538140536],[-72.0975907510448,41.92546453810905],[-72.09757875101326,41.924973538014726],[-72.0975747510028,41.92481053798339],[-72.0975407509247,41.92361953775473],[-72.09744075069108,41.92004653706861],[-72.09740775061331,41.91885553683988],[-72.09740175059848,41.91862653679586],[-72.09738375055396,41.91793953666389],[-72.0973777505392,41.917711536620104],[-72.09712075034442,41.915741536248085],[-72.09702475027149,41.91500253610852],[-72.09181174856187,41.914912536254604],[-72.08982574791061,41.914879536310494],[-72.08807074733527,41.91485253636028],[-72.08739774711455,41.91484153637927],[-72.0871827470441,41.91483853638542],[-72.08011374472892,41.914773536594396],[-72.07768574393374,41.91475153666622],[-72.07744174385383,41.91474953667349],[-72.07670974361429,41.914746536695844],[-72.07646674353478,41.91474553670326],[-72.07551374322257,41.91473553673119],[-72.07476174297622,41.91472753675319],[-72.0715037419091,41.914696536849256],[-72.0696477413011,41.914677536903696],[-72.06794374074293,41.91466053695379],[-72.06641274024109,41.91463953699767],[-72.06182073873595,41.914577537129475],[-72.0607017383692,41.914563537161804],[-72.06029073823454,41.91455853717368],[-72.05965273802533,41.91454853719171],[-72.05773873739783,41.91452053724623],[-72.05710173718903,41.914511537264424],[-72.05678273708475,41.9145125372746],[-72.05582573677195,41.914515537305135],[-72.05550773666808,41.914517537315454],[-72.05448673633677,41.9145635373563],[-72.05298673585007,41.91463253741655],[-72.05289273581957,41.91463653742025],[-72.05279773578873,41.914640537424],[-72.05271273576115,41.914644537427435],[-72.05262673573326,41.9146485374309],[-72.05142373534287,41.91470253747896],[-72.05040273501159,41.91474953751998],[-72.0502717349688,41.91475053752426],[-72.05005973489969,41.91475453753168],[-72.04988073484017,41.9147365375338],[-72.04975173479724,41.91472353753532],[-72.04926573463678,41.91469653754531],[-72.04907573457403,41.91468553754913],[-72.04725773397382,41.914584537586514],[-72.047050733906,41.9145825375926],[-72.04637473368459,41.91457653761259],[-72.0458897335257,41.914571537626806],[-72.04459773310259,41.914561537665286],[-72.04443673304988,41.91456053767012],[-72.04395273289158,41.91456053768525],[-72.04395773288168,41.91435453764535],[-72.04397273285201,41.9137375375258],[-72.04397873284248,41.91353253748606],[-72.04402073277012,41.91199653718831],[-72.04402173276827,41.911957537180754],[-72.04415073254576,41.90723453626515],[-72.04419473247192,41.90566053595993],[-72.0442487323832,41.90376153559168],[-72.04436973218858,41.899581534780964],[-72.04436173210105,41.89806553448853],[-72.04435373199209,41.896166534122145],[-72.04438673198085,41.89577353404523],[-72.04438873196342,41.895450533982796],[-72.04440673186542,41.89359553362407],[-72.04440873184951,41.893299533566854],[-72.04441673181198,41.89258253342815],[-72.04441773180345,41.89242453339762],[-72.04442073177789,41.891950533305994],[-72.04442173176938,41.891792533275456],[-72.04442773172553,41.89097453311731],[-72.04444773159872,41.88859253265671],[-72.04444773159469,41.888520532642794],[-72.04445473155124,41.88770353248481],[-72.04443773153174,41.88745453243725],[-72.04438973147434,41.88670953229486],[-72.04437373145524,41.88646153224748],[-72.04437373145433,41.8864455322444],[-72.04437473145197,41.88639753223509],[-72.04437573145148,41.88638253223216],[-72.04439173137823,41.88498053196089],[-72.04444273115963,41.88077653114733],[-72.0444597310868,41.87937553087618],[-72.04446673105366,41.87874253075371],[-72.04448973095498,41.87684453038635],[-72.04449773092223,41.87621253026403],[-72.04449973091047,41.875990530221074],[-72.04450873087627,41.87532653009252],[-72.04451173086488,41.87510553004974],[-72.04450973081326,41.87419452987382],[-72.0445047306589,41.87146352934636],[-72.04450373060764,41.87055352917058],[-72.04450373059429,41.8703145291244],[-72.0445047305547,41.86960052898642],[-72.0445057305417,41.8693625289404],[-72.0445067304723,41.86811552869944],[-72.0445117302647,41.86437352797624],[-72.04451373019569,41.8631275277354],[-72.04451973019113,41.8630105277126],[-72.0445397301781,41.862660527644344],[-72.04454773017423,41.86254452762167],[-72.0445567300894,41.86097452731801],[-72.04456473002264,41.859733527077914],[-72.04458472983538,41.85626552640705],[-72.04459472975097,41.85469652610348],[-72.04458972973518,41.85444352605474],[-72.04457672968864,41.85368652590882],[-72.04457272967326,41.85343452586025],[-72.04457372966894,41.85335152584417],[-72.04457872965946,41.85315252580555],[-72.04457972965709,41.85310452579625],[-72.04458172965316,41.85302252578032],[-72.04458172964758,41.852922525761],[-72.04458172963093,41.852624525703405],[-72.04458172962539,41.852525525684264],[-72.0445907295903,41.85184452555235],[-72.04461872948548,41.84980452515714],[-72.04462872945082,41.849125525025556],[-72.04462472935806,41.847488524709235],[-72.044615729081,41.84258052376066],[-72.0446137290091,41.84130452351401],[-72.04461272898874,41.84094552344463],[-72.04462472896854,41.84051352336072],[-72.04466272890876,41.83922052310953],[-72.04467572888895,41.83878952302579],[-72.04467772884794,41.83804352288147],[-72.04468572872564,41.83580552244846],[-72.04468972868534,41.835060522304246],[-72.0446887285942,41.833433521989654],[-72.04469272855209,41.83265552183909],[-72.04468972853732,41.832408521791415],[-72.04473872850579,41.83155652162511],[-72.04569872881888,41.831544521592804],[-72.04604572893203,41.831540521581196],[-72.04617472897408,41.83153852157679],[-72.04858172975898,41.83150752149565],[-72.04954273007237,41.83149552146332],[-72.05127973064101,41.83151352141257],[-72.0541807315908,41.831544521327956],[-72.05631173228848,41.83156752126585],[-72.05649373234805,41.831568521260365],[-72.05823173291705,41.83158752120974],[-72.05990573346412,41.831587521157445],[-72.06492773510524,41.83158752100053],[-72.06660273565261,41.8315875209482],[-72.06675373570195,41.83158752094348],[-72.06720673585004,41.83158852092951],[-72.06735773589944,41.831589520924986],[-72.0686327363167,41.831600520887285],[-72.07077473701769,41.8316185208238],[-72.08102874037344,41.83170852052063],[-72.08444674149204,41.8317395204197],[-72.08604574201381,41.83172652036718],[-72.0867627422478,41.83172152034379],[-72.09084574358023,41.83169052021006],[-72.0924467441027,41.83167852015763],[-72.09265374416994,41.83167152014981],[-72.09327574437205,41.83165152012648],[-72.0933397443929,41.83165052012429],[-72.09348374443968,41.83164552011882],[-72.09357774447058,41.83164852011645],[-72.09367174450139,41.831650520113904],[-72.09373274452139,41.831651520112175],[-72.09373674452274,41.831652520112236],[-72.09448074476697,41.83167252009283],[-72.09473074484909,41.83168052008654],[-72.0951177449754,41.83167752007387],[-72.09627874535447,41.83167252003656],[-72.0966667454812,41.83167152002422],[-72.097461745741,41.831672519999536],[-72.09984874652116,41.831676519925594],[-72.10064474678138,41.83167851990107],[-72.10319774761577,41.83168251982192],[-72.10331474765398,41.831682519818266],[-72.1113247502718,41.83169451956975],[-72.11399575114473,41.83169851948686],[-72.11394675119166,41.83282251970573],[-72.11380175133316,41.83619452036218],[-72.11375375138049,41.83731952058118],[-72.1137437513836,41.83743352060351],[-72.11374275138435,41.83745252060722],[-72.11373175138824,41.83758652063349],[-72.11371875139262,41.83774052066365],[-72.11371475139345,41.83777852067113],[-72.11370575139695,41.83789352069365],[-72.11348175155042,41.841939521482765],[-72.11329275170023,41.84571452221836],[-72.1130177519188,41.85121752329051],[-72.11285975204422,41.854375523905716],[-72.11277575211106,41.85605752423336],[-72.11254875229406,41.86064352512655],[-72.11252575231245,41.861105525216544],[-72.11244275237975,41.862788525544296],[-72.11251575251157,41.864713525913885],[-72.11257575261982,41.86629352621723],[-72.11273475290723,41.87048952702276],[-72.1128087530395,41.87241552739246],[-72.11295375339195,41.87785052843758],[-72.1129177534633,41.8793305287245],[-72.11315775356515,41.87974752879751],[-72.11338875366323,41.88014952886789],[-72.11480175426321,41.882609529298605],[-72.11527275446326,41.883430529442364],[-72.1153747545055,41.883588529469655],[-72.1156807546322,41.88406352955179],[-72.11578275467446,41.88422252957929],[-72.11609475480334,41.88470152966198],[-72.11621275485207,41.88488252969323],[-72.11703275519085,41.8861415299106],[-72.11734575532013,41.88662152999345],[-72.11830775572217,41.88818053026426],[-72.12119675692948,41.892859531076894],[-72.12136575700006,41.893132531124294],[-72.12215975733196,41.894419531347815],[-72.12221375735439,41.89450453136253],[-72.12237875742284,41.89476253140716],[-72.12243375744565,41.894848531422014],[-72.12267275754311,41.895192531480916],[-72.12338975783553,41.89622453165761],[-72.12362875793299,41.89656853171651],[-72.12391175804889,41.89698453178791],[-72.12447275827844,41.897805531928775],[-72.12478475840365,41.8982185319987],[-72.12508875852565,41.89862053206675],[-72.12558475873375,41.89943753220883],[-72.12653975913439,41.90101053248246],[-72.12707375935845,41.90189053263552],[-72.12757075956694,41.90270853277778],[-72.12781175966481,41.90304753283564],[-72.12853675995916,41.90406653300951],[-72.12877876005739,41.90440653306752],[-72.12880576006876,41.90445153307536],[-72.12888776010314,41.904586533098836],[-72.12891576011488,41.90463253310683],[-72.1296847604319,41.905798533307674],[-72.13017476063384,41.906540533435475],[-72.13204176139757,41.909265533902655],[-72.13283176172074,41.9104185341003],[-72.13308776181215,41.91055553411869],[-72.13336676191629,41.91078553415429],[-72.13334476191096,41.91081853416134],[-72.13344676194926,41.910906534175126],[-72.13376976208205,41.91138953425817],[-72.13393176214367,41.91154353428279],[-72.13415176223538,41.91189453434361],[-72.13426076228149,41.91208053437607],[-72.13439376233764,41.912305534415296],[-72.13454776240064,41.912530534453865],[-72.134818762505,41.91281053449938],[-72.1349507625587,41.9129975345313],[-72.13536176271565,41.91339853459576],[-72.13599376294725,41.913842534661555],[-72.13682276324306,41.91428253472039],[-72.1374687634812,41.914760534792315],[-72.13778476360145,41.91506153484045],[-72.13812276373301,41.915435534901974],[-72.13845276385075,41.915610534925385],[-72.13915776409826,41.91591253496148],[-72.13939276419084,41.916192535008115],[-72.13941876420463,41.91628653502542],[-72.13950976425231,41.916604535083906],[-72.13972276434454,41.91700553515456],[-72.13976676437098,41.91721953519446],[-72.13984676440636,41.91738353522359],[-72.13991276443848,41.917570535257575],[-72.13989776446016,41.91804253534911],[-72.13980976445055,41.918382535417436],[-72.13977276444076,41.91842353542653],[-72.13975776443733,41.91844953543201],[-72.13966976441499,41.91856353545677],[-72.13926576430109,41.91888653553177],[-72.13912576426675,41.91908953557533],[-72.13896376423018,41.91938053563654],[-72.1388607642092,41.919605535683175],[-72.13877276420054,41.91996253575479],[-72.13875076422022,41.920439535847514],[-72.13889676430908,41.92116953598373],[-72.13900676435675,41.92137753602039],[-72.1391017643934,41.9214765360365],[-72.1391977644347,41.921652536067434],[-72.13926376445939,41.92170753607596],[-72.13955676458177,41.9221795361578],[-72.13958676459896,41.92231053618211],[-72.1397037646499,41.92253553622182],[-72.13996076477106,41.923194536340866],[-72.14009976482359,41.92332053636079],[-72.1401507648449,41.92340253637501],[-72.14035676492216,41.92357853640248],[-72.140451764956,41.92362753640893],[-72.14045476495697,41.92362753640884],[-72.14096676512594,41.923655536398144],[-72.14106976516086,41.923677536399154],[-72.1411357651852,41.92372653640653],[-72.14119376522028,41.92401253645986],[-72.14145776532611,41.924358536518305],[-72.14169276541278,41.924533536544665],[-72.14182576546406,41.92467153656708],[-72.14220676562138,41.92525253666717],[-72.14246376571872,41.92548853670461],[-72.14261776578084,41.92569753674008],[-72.14283776586636,41.92593853677965],[-72.14305076595365,41.926251536833306],[-72.14308076596902,41.92635053685145],[-72.14310976600015,41.926734536924585],[-72.14327776607487,41.92708553698701],[-72.1435497661734,41.92725553701123],[-72.14390776630825,41.92757153706093],[-72.1439227663144,41.9275935370647],[-72.14396876633549,41.927700537083886],[-72.14403276635956,41.92775653709267],[-72.14405676636859,41.92777753709597],[-72.14414476640566,41.92792453712154],[-72.14430576646889,41.928112537152735],[-72.14457776657851,41.928479537214955],[-72.14474676665328,41.92882553727637],[-72.14474576665705,41.928898537290486],[-72.14474276666697,41.929091537327785],[-72.1447397666741,41.92923553735566],[-72.14473876667695,41.929291537366474],[-72.14478976671246,41.929625537429295],[-72.14481876673253,41.929813537464625],[-72.14490676677397,41.93003853750525],[-72.14499476681081,41.930181537530046],[-72.14501476682223,41.93026753754602],[-72.14504676684078,41.930411537572766],[-72.14503876685025,41.93062553761428],[-72.14493576683388,41.93093253767673],[-72.14481076680259,41.93110253771345],[-72.14474476679095,41.93127853774945],[-72.14453876674152,41.931596537817256],[-72.14447976673519,41.93182653786346],[-72.14448676676321,41.93228253795116],[-72.14442076675799,41.932572538009154],[-72.14434676674895,41.93284153806334],[-72.1443387667609,41.93309953811334],[-72.14439076678687,41.933258538142375],[-72.14454476684804,41.933450538174554],[-72.1446177668735,41.93347853817766],[-72.14469876690492,41.933566538192075],[-72.1447427669249,41.93366553820977],[-72.1446987669219,41.93386753825013],[-72.14469176692491,41.93396153826846],[-72.14488976699829,41.93411453829173],[-72.1449337670186,41.934219538310586],[-72.14482276700548,41.934630538393336],[-72.14482276702375,41.934954538455784],[-72.14487376704788,41.93508653847965],[-72.1451017671345,41.93530053851375],[-72.14516576716288,41.93543253853717],[-72.14518676717037,41.935443538538635],[-72.14521876718327,41.935486538545916],[-72.1452267671998,41.93573353859329],[-72.14526276722523,41.93597553863882],[-72.14540276729046,41.936320538700926],[-72.1454017673038,41.93656253874763],[-72.14534276729222,41.93669953877588],[-72.14535076730408,41.936863538807245],[-72.14537276732308,41.937072538846856],[-72.14543076735471,41.937297538888416],[-72.14536476735296,41.93764853895815],[-72.14529876733944,41.937791538987796],[-72.14524676732553,41.93784653900005],[-72.14526176734742,41.9381475390576],[-72.14537876739652,41.93833953909093],[-72.14564376749557,41.93855953912502],[-72.14576076753755,41.938625539134065],[-72.14611976766183,41.93874753914629],[-72.14624576770545,41.938790539150624],[-72.14642976777121,41.93888953916392],[-72.14663476784872,41.93907553919335],[-72.14671576788453,41.93924053922259],[-72.14675176790651,41.939421539256344],[-72.14667076789922,41.93976153932445],[-72.14670076792021,41.93995953936168],[-72.14689876800688,41.940348539430445],[-72.14718476811592,41.940623539474466],[-72.14724376814199,41.94074353949575],[-72.14723676814623,41.9408595395183],[-72.14707476810936,41.94114453957836],[-72.14701576809807,41.941286539607574],[-72.14698576810096,41.9415115396519],[-72.14701476815011,41.94221453978653],[-72.14704376817784,41.94253753984786],[-72.1471247682105,41.94264753986652],[-72.14733776828547,41.942741539877936],[-72.14745476832678,41.942795539884656],[-72.14757176836815,41.94285053989159],[-72.14770076841371,41.942910539899096],[-72.14782976845935,41.9429715399068],[-72.1479847685125,41.9430155399104],[-72.14809476855434,41.94311953992698],[-72.14837076866709,41.943518539995225],[-72.14837876867055,41.943533539997865],[-72.14841076868342,41.94357554000495],[-72.14854276873524,41.94372954003048],[-72.14874876880573,41.943784540034606],[-72.14901976889495,41.9437955400282],[-72.14921076896114,41.94386154003491],[-72.14934376900989,41.94395454004865],[-72.14948276906554,41.94413554007918],[-72.14948276906989,41.94421254009401],[-72.14951976908662,41.94429454010865],[-72.14949776909062,41.944492540147515],[-72.14948976910622,41.94481554021003],[-72.14950776911866,41.94493154023181],[-72.14958576915224,41.94507454025693],[-72.14960076915868,41.94510154026166],[-72.14964576917806,41.94518454027624],[-72.14970276920562,41.94534254030491],[-72.14970976921536,41.945474540330125],[-72.149805769248,41.945496540331355],[-72.1499227692915,41.945589540345594],[-72.14993076930033,41.94569954036654],[-72.14983476928253,41.945940540416025],[-72.14976776927583,41.94620954046998],[-72.1497757692896,41.94640754050791],[-72.14967276928189,41.946867540599804],[-72.14965176928007,41.94695654061761],[-72.14970676930037,41.94699754062379],[-72.14976076932034,41.94703854062998],[-72.1497897693341,41.947114540643724],[-72.14975276932883,41.94723554066821],[-72.14973076933094,41.94740054070071],[-72.14978976935674,41.94751554072103],[-72.14992876941027,41.94765854074419],[-72.15000976943863,41.94769154074802],[-72.1500977694714,41.94776254075894],[-72.15006076946456,41.947855540778015],[-72.14999476944946,41.94797054080225],[-72.1499947694594,41.948146540836184],[-72.15011276951041,41.94836654087487],[-72.15022976955544,41.94848654089433],[-72.15035476960067,41.94856354090521],[-72.15064876969963,41.94861354090561],[-72.1506927697165,41.94865754091271],[-72.15063376970309,41.94876154093462],[-72.15039876963522,41.94892054097265],[-72.15036876963715,41.94912854101368],[-72.1504277696639,41.94926054103727],[-72.15067776975745,41.94946954106968],[-72.15069976976929,41.949551541084794],[-72.15066976977714,41.949864541146056],[-72.1506987697996,41.950094541189486],[-72.15068376980929,41.95035254123967],[-72.15069676984074,41.950834541332156],[-72.15069876984394,41.95087954134076],[-72.1506247698392,41.95122454140959],[-72.15049976981291,41.95148254146325],[-72.15053676983213,41.95160854148636],[-72.15080876993316,41.95182254151905],[-72.15085976995701,41.95194954154191],[-72.15072676993148,41.952267541607384],[-72.15069776993312,41.95246454164625],[-72.15077076996535,41.95261254167249],[-72.1508007699755,41.95261854167269],[-72.15091777001251,41.95259654166476],[-72.15099477003477,41.95254454165232],[-72.15103777004708,41.95251354164501],[-72.1510847700608,41.952484541637936],[-72.15113877007643,41.9524485416293],[-72.15121177009506,41.95235554160907],[-72.15127877011446,41.95231154159849],[-72.1513777701451,41.952280541589396],[-72.15140377015321,41.95227354158722],[-72.15161677022624,41.95233354159208],[-72.15164577024444,41.95248754162086],[-72.1517187702726,41.95256354163322],[-72.15194677034687,41.95255854162507],[-72.15204277038046,41.952597541629565],[-72.15213777042203,41.95278354166242],[-72.15234577049311,41.952837541666284],[-72.15245377053006,41.95286654166846],[-72.15262277058962,41.95294254167779],[-72.1527107706235,41.95303254169237],[-72.1527187706266,41.95304154169386],[-72.15275577064459,41.95314554171273],[-72.15272577064161,41.953266541736994],[-72.15258577060668,41.9534585417784],[-72.15252677059449,41.95358454180453],[-72.15250477059875,41.95378754184435],[-72.15252377061096,41.953893541864176],[-72.15254177062205,41.95398554188133],[-72.15257077064328,41.9541935419205],[-72.15265877069314,41.95456654198963],[-72.15267377072041,41.95496254206546],[-72.15269577073623,41.95511554209426],[-72.15265077075502,41.95570854220994],[-72.15257677075313,41.95610354228838],[-72.15246677073297,41.95638354234581],[-72.15230677069337,41.956608542394186],[-72.15223077067468,41.95671754241758],[-72.1521207706548,41.95700254247596],[-72.15211377065533,41.957052542485805],[-72.15209077065617,41.95720054251507],[-72.15217977070138,41.95748554256718],[-72.15220077072284,41.95774354261623],[-72.15221577072896,41.95776554262001],[-72.1521417707172,41.95798554266472],[-72.15194377067351,41.958358542742815],[-72.15172977064161,41.959032542879434],[-72.15165477063277,41.95931054293536]]]},"properties":{"name":9022,"geoid":"09015902200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.0924467441027,41.83167852015763],[-72.09084574358023,41.83169052021006],[-72.0867627422478,41.83172152034379],[-72.08604574201381,41.83172652036718],[-72.08444674149204,41.8317395204197],[-72.08102874037344,41.83170852052063],[-72.07077473701769,41.8316185208238],[-72.0686327363167,41.831600520887285],[-72.06735773589944,41.831589520924986],[-72.06720673585004,41.83158852092951],[-72.06675373570195,41.83158752094348],[-72.06660273565261,41.8315875209482],[-72.06492773510524,41.83158752100053],[-72.05990573346412,41.831587521157445],[-72.05823173291705,41.83158752120974],[-72.05649373234805,41.831568521260365],[-72.05631173228848,41.83156752126585],[-72.0541807315908,41.831544521327956],[-72.05127973064101,41.83151352141257],[-72.04954273007237,41.83149552146332],[-72.04858172975898,41.83150752149565],[-72.04617472897408,41.83153852157679],[-72.04604572893203,41.831540521581196],[-72.04569872881888,41.831544521592804],[-72.04473872850579,41.83155652162511],[-72.04466572848187,41.83155552162719],[-72.04444872841086,41.83155352163357],[-72.0443767283873,41.83155352163582],[-72.04028372705275,41.83160852177421],[-72.04017872701854,41.83161052177788],[-72.03179972428651,41.83172552206156],[-72.03142272415617,41.83159752204859],[-72.02820472304388,41.83051152193891],[-72.02432772170378,41.829202521806636],[-72.02361172145618,41.828958521781765],[-72.02320572131578,41.82882052176772],[-72.02146572071415,41.82822952170768],[-72.02140172069203,41.82820752170541],[-72.0211857205851,41.82755552158602],[-72.0210807205326,41.827229521526256],[-72.02076772037586,41.826252521346994],[-72.02066372032377,41.825927521287376],[-72.02059672029134,41.8257385212529],[-72.02039572019405,41.825171521149485],[-72.02032972016201,41.824983521115186],[-72.01952671976233,41.82252052066372],[-72.01711971856422,41.81513251930932],[-72.01704671852778,41.81490651926786],[-72.01631871816537,41.81267051885787],[-72.01595271796032,41.81113551857222],[-72.01485671734592,41.80653151771534],[-72.01449171714127,41.804997517429804],[-72.01461271713832,41.804233517278156],[-72.01497471712923,41.80194451682382],[-72.01509671712665,41.80118151667233],[-72.01544671711618,41.79893751622706],[-72.0164987170856,41.79220751489137],[-72.01684971707554,41.78996451444615],[-72.01707771706953,41.78851651415867],[-72.0177637170522,41.78417351329631],[-72.01799271704657,41.78272651300897],[-72.01800671704653,41.78264351299245],[-72.01836571707013,41.780957512654744],[-72.01949771714527,41.7756555115926],[-72.01987571717056,41.77388851123856],[-72.01995471717558,41.773514511163654],[-72.02019171719078,41.77239451093933],[-72.0202717171962,41.77202151086457],[-72.02051371720714,41.77079551061954],[-72.02057671721016,41.77047951055637],[-72.02123971724014,41.76712050988499],[-72.02148271725146,41.7658955096401],[-72.02159971726519,41.765454509551006],[-72.02195371730728,41.764130509283476],[-72.0220717173214,41.76369050919453],[-72.02223771733051,41.76287850903205],[-72.02273671735833,41.760444508544886],[-72.02290371736787,41.75963350838256],[-72.0239267176281,41.7583025080928],[-72.02430071772316,41.757814507986566],[-72.02780571861467,41.75325250699337],[-72.02812471869574,41.75283650690283],[-72.0284907187888,41.75235950679898],[-72.02988871914445,41.75054150640312],[-72.03032271925494,41.74997850628049],[-72.03168471960383,41.74825050590315],[-72.03218471973199,41.7476175057649],[-72.03250771981483,41.747209505675755],[-72.03709372098976,41.74139550440596],[-72.03889772145202,41.73911050390682],[-72.03921972153431,41.738698503816934],[-72.04018872178236,41.7374665035479],[-72.04051172186502,41.737055503458166],[-72.0405697218799,41.7369825034422],[-72.04074472192507,41.736766503394875],[-72.04080372194035,41.73669450337908],[-72.04097572198485,41.73648450333301],[-72.0411897220403,41.73622450327594],[-72.04149172211848,41.73585650319519],[-72.0415757221403,41.73575550317299],[-72.041620722152,41.7357015031611],[-72.04166472216338,41.73564750314928],[-72.04188572222027,41.735372503089074],[-72.04255072239174,41.7345495029088],[-72.04277272244903,41.73427550284876],[-72.04311472253812,41.7338685027592],[-72.04414072280555,41.732650502491104],[-72.04448372289501,41.732244502401684],[-72.04557972317336,41.73081150208969],[-72.04583372323798,41.730481502017795],[-72.04645072344427,41.73056850201546],[-72.05077872489134,41.73117850199892],[-72.0525657254889,41.73143150199229],[-72.05338972576389,41.731538501987366],[-72.05358272582829,41.73156350198621],[-72.0566357268472,41.731960501968054],[-72.057653727187,41.7320935019621],[-72.05941472777455,41.73231950195103],[-72.06210172867118,41.732666501934546],[-72.06470072953836,41.73300050191829],[-72.06646273012629,41.733227501907365],[-72.06657273016297,41.733241501906654],[-72.06690373027357,41.73328650190506],[-72.06701473031065,41.7333015019045],[-72.06857773083274,41.733513501896866],[-72.07326873239992,41.73415250187445],[-72.07483273292243,41.73436550186695],[-72.07626973340167,41.73454650185722],[-72.0805837348404,41.73508950182789],[-72.08070673488145,41.73510550182716],[-72.08098573497449,41.735140501825235],[-72.08195073531186,41.73554150187285],[-72.08236473545789,41.73573650189774],[-72.08360773589634,41.73632250197254],[-72.08402273604273,41.73651850199758],[-72.08774373734575,41.73810250218849],[-72.09746874075157,41.742245502687815],[-72.09890674125516,41.7428575027615],[-72.10262874255874,41.744443502952585],[-72.10250474254894,41.74499450306324],[-72.10207874251547,41.74689050344398],[-72.10131574245617,41.750297504127985],[-72.10039974237588,41.75422450491748],[-72.09983074232623,41.75666750540857],[-72.09972874231778,41.757113505498154],[-72.09937374227147,41.7583625057512],[-72.09933674226647,41.75848950577696],[-72.09778874206478,41.76393950688106],[-72.0976257420436,41.76451450699753],[-72.09727274199757,41.76575650724914],[-72.09714674198246,41.766223507343526],[-72.09676774193692,41.767626507627114],[-72.0966427419222,41.76809450772164],[-72.09657574191336,41.76832850776906],[-72.09638574197264,41.77050450819644],[-72.09575374217101,41.77776150962148],[-72.09567874219526,41.77863550979306],[-72.0955447422377,41.780180510096386],[-72.09548874225948,41.78089851023716],[-72.09536974230737,41.78245351054194],[-72.0953227423256,41.78305551065995],[-72.0952687423481,41.783774510800846],[-72.09523974236222,41.78419751088364],[-72.09515474240527,41.785466511131986],[-72.0951267424198,41.78589051121494],[-72.0949127424965,41.78851751173017],[-72.09448974264892,41.79372251275088],[-72.09405774280407,41.799028513791306],[-72.09404574280151,41.799052513796326],[-72.09404874280656,41.79912551381036],[-72.09394374283961,41.800331514047045],[-72.09392274284437,41.800539514087944],[-72.09381674286386,41.80150851427877],[-72.0938107428653,41.80156951429076],[-72.09379574287081,41.80175551432723],[-72.09379074287263,41.801817514339376],[-72.09367274291195,41.803211514612826],[-72.09332174303104,41.80739551543336],[-72.09320474307074,41.80879051570694],[-72.09309774310742,41.810072515958325],[-72.09277974321854,41.81392051671269],[-72.0927577432268,41.814196516766785],[-72.09271674326985,41.81520651696344],[-72.09270174328752,41.81561051704207],[-72.09270074329035,41.81566651705294],[-72.09268074336106,41.8170485173209],[-72.09267474338488,41.81750951741025],[-72.09266974339268,41.817678517443106],[-72.09265674341675,41.818185517541565],[-72.09265274342496,41.81835551757458],[-72.09262574353404,41.82046451798336],[-72.0926117435951,41.821638518210854],[-72.09260974360429,41.82181451824498],[-72.09254674386207,41.82679251920968],[-72.09252574395387,41.82855651955146],[-72.0925217439719,41.82890251961849],[-72.09250574399773,41.82945751972631],[-72.0924617440765,41.83112252004967],[-72.0924467441027,41.83167852015763]]]},"properties":{"name":8200,"geoid":"09015820000"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.83870565768822,41.76884151587594],[-71.84011565813945,41.768665515798304],[-71.84434765949395,41.76814151556612],[-71.84575865994555,41.76796651548867],[-71.84655666020124,41.767873515446006],[-71.84895166096885,41.767596515318374],[-71.84975066122496,41.76750451527589],[-71.8498336612515,41.76749351527119],[-71.84993066128258,41.76748251526606],[-71.85008266133123,41.76746351525769],[-71.85011066134021,41.767460515256225],[-71.85016666135813,41.76745351525315],[-71.85143466176385,41.767294515183174],[-71.85523966298148,41.76682151497402],[-71.85650866338761,41.766664514904384],[-71.85773666378118,41.76652251483895],[-71.86142366496291,41.766098514642884],[-71.86265266535683,41.76595751457758],[-71.86397566578033,41.76579551450531],[-71.86687066670714,41.76544351434764],[-71.86794666705133,41.76530751428804],[-71.86927066747485,41.76514051421476],[-71.8695986675799,41.76510151419707],[-71.87058266789528,41.764988514144754],[-71.87091166800076,41.76495151412741],[-71.87106866805098,41.76493151411868],[-71.8715426682028,41.76487551409316],[-71.87170066825341,41.76485651408463],[-71.8717016682555,41.76488851409078],[-71.87170466826187,41.764986514109694],[-71.87170566826401,41.765019514116055],[-71.87172466828447,41.76527751416547],[-71.87172766828753,41.76531551417276],[-71.87174266830115,41.76547351420292],[-71.87178266832849,41.76573251425189],[-71.87182966836976,41.76620251434155],[-71.87185966839596,41.766499514398184],[-71.87188466841813,41.76675351444667],[-71.87189866843522,41.766980514490214],[-71.87191566844805,41.76711251451528],[-71.87194266846812,41.767316514554004],[-71.87196666849395,41.76764251461646],[-71.87203866854709,41.76817951471831],[-71.87211766860936,41.768840514844],[-71.87212766861857,41.76894851486463],[-71.87216466865246,41.769343514940054],[-71.87217966866943,41.769562514982034],[-71.87218466867525,41.769638514996615],[-71.87219666868921,41.76982051503152],[-71.87219966869274,41.76986651504035],[-71.87220566869894,41.76994351505508],[-71.87220566871086,41.770159515096935],[-71.87220566871268,41.770192515103346],[-71.87217866873776,41.770807515223375],[-71.87216966874675,41.77102351526551],[-71.87207966883304,41.77312151567493],[-71.87203766886205,41.77389651582644],[-71.87202066887464,41.77422551589074],[-71.87198766891123,41.775084516058214],[-71.87184066903227,41.778149516656754],[-71.87181966904019,41.77841751670933],[-71.87179866907604,41.77919151685998],[-71.87175966909524,41.77977051697338],[-71.87168166911762,41.78063851714399],[-71.87166666921297,41.782455517496544],[-71.87166766921658,41.78251451750794],[-71.87167766925172,41.783092517619615],[-71.87174266930234,41.78362451772068],[-71.87188766939467,41.784438517873944],[-71.87203866947532,41.78500551797912],[-71.87216666953509,41.785330518038144],[-71.87244466966476,41.78603351816575],[-71.87246866967503,41.786077518173535],[-71.87287566984969,41.78683151830703],[-71.87348067009677,41.78772451846134],[-71.87378167021609,41.788103518525475],[-71.87400567030494,41.78838651857337],[-71.87431067042263,41.78871251862709],[-71.87448567049016,41.7888995186579],[-71.8745786705263,41.78900351867517],[-71.87534167082298,41.789859518817416],[-71.87536667083295,41.78989151882283],[-71.87561367093079,41.79020151887525],[-71.87569267096208,41.79030051889199],[-71.87577067099443,41.790424518913596],[-71.87578567100066,41.79044851891778],[-71.87608467112601,41.79094851900539],[-71.87616167116205,41.79114551904117],[-71.87623967119845,41.79134251907694],[-71.87625767120764,41.79140251908799],[-71.87633567124605,41.791636519130904],[-71.87651567133456,41.79217351922938],[-71.87656367135956,41.79234251926063],[-71.87656667136116,41.79235351926266],[-71.87659567138003,41.7925235192947],[-71.8766006713852,41.792587519306934],[-71.87660667139136,41.79266351932147],[-71.87660967139406,41.79269451932739],[-71.87661967140838,41.792894519365824],[-71.87662367141394,41.79297151938061],[-71.87662667141998,41.79306351939834],[-71.87662267142349,41.79315051941532],[-71.87662467143413,41.79333151945031],[-71.87662867143976,41.79340951946531],[-71.87663567145569,41.793656519512936],[-71.87663767146401,41.7937955195398],[-71.87657967146227,41.79410751960202],[-71.87653667145806,41.79428551963784],[-71.876443671446,41.794617519705035],[-71.87632267142638,41.794978519778695],[-71.87622967140778,41.79519251982302],[-71.87605467136986,41.79554151989603],[-71.87585067132571,41.79594951998137],[-71.87561767126859,41.796294520055405],[-71.87506767113486,41.79712852023396],[-71.8747746710637,41.797574520329405],[-71.87470267104321,41.797629520342284],[-71.87469267104103,41.79764952034647],[-71.87466267103449,41.79770852035882],[-71.8746536710327,41.79772952036317],[-71.87453667100776,41.79797052041347],[-71.87452867100559,41.797978520415256],[-71.87450867100048,41.798004520420925],[-71.8742316709343,41.79844552051488],[-71.87407967089791,41.79868652056627],[-71.87395467086803,41.79888552060868],[-71.87393367086332,41.79892452061687],[-71.87375067081992,41.79922152068005],[-71.87358667078159,41.7994985207388],[-71.8735126707643,41.79962352076528],[-71.87329467071258,41.79997752084061],[-71.87319667069076,41.80016252087947],[-71.87310667067173,41.800350520918656],[-71.87301567065336,41.80055652096136],[-71.87293367063805,41.80076452100419],[-71.87286367062637,41.80096752104567],[-71.87270167060295,41.80150252115429],[-71.87267367059994,41.80161352117665],[-71.87262867059727,41.80183152122027],[-71.87259467059825,41.80205052126373],[-71.87257167060194,41.80225352130376],[-71.8725376706152,41.8026945213902],[-71.872527670625,41.80293152143643],[-71.87255267070353,41.80420452168218],[-71.87257167074851,41.80490652181754],[-71.87257267077143,41.805315521896716],[-71.87258667081984,41.80610852204984],[-71.87258467082549,41.806222522071984],[-71.87256867083319,41.806456522117784],[-71.87255867085251,41.806865522197306],[-71.87253767086139,41.80715052225314],[-71.8724966708659,41.80747452231714],[-71.87240467086048,41.80792052240635],[-71.87239367086057,41.807987522419666],[-71.87234567086068,41.80827352247653],[-71.87233067085887,41.808329522487846],[-71.87228367085069,41.80845952251447],[-71.87212067082994,41.80904852263355],[-71.87209967082639,41.809108522645836],[-71.8720076708115,41.80938352270192],[-71.87194567080319,41.809599522745664],[-71.87184367078592,41.809890522805155],[-71.87179467077785,41.81003452283456],[-71.87164867075687,41.8105185229328],[-71.8713836707127,41.8112875230899],[-71.8713436707065,41.81141152311514],[-71.87118367068237,41.81192152321882],[-71.87117167068043,41.81195752322617],[-71.87115467067784,41.81201152323715],[-71.87113167067342,41.81206752324872],[-71.87111767067084,41.81210352325613],[-71.8710516706613,41.812321523300376],[-71.87090267063415,41.81271152338049],[-71.8708796706305,41.81278152339475],[-71.87045467056433,41.8140985236629],[-71.87032967054412,41.814472523739155],[-71.87026067053456,41.8147075237868],[-71.8702176705277,41.814837523813296],[-71.87003067049821,41.81541052393001],[-71.869998670494,41.81552352395288],[-71.86993267048524,41.81575552399984],[-71.86984667047642,41.81610452407006],[-71.86982767047517,41.81619452408808],[-71.86976567047239,41.81651052415118],[-71.8697276704742,41.816768524202296],[-71.86966667048345,41.8172965243064],[-71.86964967049337,41.81757652436114],[-71.86964867051245,41.817927524429116],[-71.86966767053696,41.8182585244926],[-71.86966967053883,41.818280524496814],[-71.86971767058321,41.81879952459578],[-71.869737670598,41.81894852462401],[-71.86975367060998,41.81907052464713],[-71.86981667065054,41.81943152471508],[-71.86989867069737,41.819793524782604],[-71.87006667078519,41.8203885248926],[-71.87010567080424,41.820502524913444],[-71.87029367089278,41.820991525002306],[-71.87038467093424,41.821203525040524],[-71.87057267101639,41.821577525107095],[-71.87061767103569,41.821660525121786],[-71.8712026712856,41.82272052530885],[-71.87154867143524,41.82338052542591],[-71.87188867158133,41.824011525537514],[-71.87214767169145,41.82447152561854],[-71.87233767177317,41.82482552568117],[-71.87243567181433,41.82499052571009],[-71.87250767184585,41.82513452573573],[-71.8727206719364,41.82551252580229],[-71.87283467198584,41.82573252584137],[-71.87310067209934,41.82621152592583],[-71.87323467215748,41.826470525971814],[-71.87358167230542,41.82709352608165],[-71.87383567241642,41.82759852617153],[-71.8740006724908,41.82796752623784],[-71.8741216725484,41.82829352629717],[-71.87423467260686,41.82868252636897],[-71.87429367263904,41.828915526412246],[-71.8743546726757,41.8292175264688],[-71.87437667269069,41.82935852649541],[-71.87440967271256,41.82955852653308],[-71.87445767275,41.82995152660767],[-71.87456867283154,41.83076952676253],[-71.87462067287207,41.83119452684316],[-71.87475867297294,41.832201527033774],[-71.87476067297447,41.8322175270368],[-71.87476667297919,41.83226752704629],[-71.87476967298113,41.83228452704949],[-71.87485267304142,41.83288352716283],[-71.87488267306684,41.83316552721649],[-71.87491267309014,41.83340952726276],[-71.87492867310198,41.833528527285296],[-71.87500667315118,41.83395652736571],[-71.87501867316173,41.834076527388554],[-71.87504467318539,41.83435052744077],[-71.87509067321865,41.834679527503006],[-71.87511567323538,41.83483452753223],[-71.87518867328346,41.835271527614516],[-71.8753476733665,41.835832527718146],[-71.87564367350389,41.83656552785083],[-71.87586867360079,41.836986527925305],[-71.87600567365969,41.83724152797043],[-71.87626167376568,41.83764352804028],[-71.8763436737985,41.837752528058836],[-71.87659267389822,41.83808252811497],[-71.87667667393178,41.83819252813365],[-71.87685467400311,41.83842952817399],[-71.87689067401764,41.83847952818255],[-71.8775236742729,41.83935052833146],[-71.87773467435801,41.83964152838124],[-71.87776167436893,41.83967952838776],[-71.87779167438103,41.83972052839477],[-71.87784767440343,41.83979452840736],[-71.87787767441534,41.83983252841377],[-71.87797667445504,41.83996452843625],[-71.87814567452425,41.840216528479765],[-71.87821067455211,41.84033552850077],[-71.8782676745765,41.84043952851913],[-71.87838167462613,41.84066252855875],[-71.87847767466911,41.8408715285962],[-71.87858767472031,41.84114652864601],[-71.8786876747704,41.841460528703664],[-71.87876167481191,41.84177352876192],[-71.87879467483263,41.841952528795524],[-71.8788076748416,41.84203752881158],[-71.87883767486231,41.842234528848756],[-71.87888567490033,41.84263752892524],[-71.87897867497422,41.84342252907422],[-71.87925867519624,41.845777529521115],[-71.87927467520856,41.84590552954539],[-71.87930967525662,41.846566529672174],[-71.87931367525933,41.84659152967688],[-71.87932667526782,41.84666852969138],[-71.87933167527092,41.84669452969625],[-71.87933567527367,41.84672052970116],[-71.87934967528255,41.8467985297158],[-71.87935467528564,41.846824529720685],[-71.8793676752942,41.846902529735374],[-71.87945567537622,41.847863529918534],[-71.87951067542082,41.848343530009686],[-71.87963067550896,41.84922653017677],[-71.87970267555696,41.84966753025984],[-71.87980667562327,41.85025053036938],[-71.87989867567747,41.85068553045067],[-71.88000567573512,41.85109453052646],[-71.88017067581818,41.8516195306229],[-71.8802616758624,41.85188053067056],[-71.88055667600057,41.852632530806865],[-71.88066667605023,41.85287953085123],[-71.88093567616835,41.85342353094812],[-71.88126667631131,41.85404953105893],[-71.88175667651745,41.85487753120389],[-71.8819106765844,41.85517653125694],[-71.88208367665602,41.85544753130398],[-71.88231967675681,41.85587353137907],[-71.88284167697894,41.85680053154214],[-71.88317767708601,41.85674953152188],[-71.88319167709042,41.856746531520876],[-71.88320167709419,41.85675553152229],[-71.8832926771219,41.85671853151232],[-71.88445167760494,41.858593531839006],[-71.88671167854432,41.862203532467014],[-71.88673767855511,41.86224453247415],[-71.88674767855939,41.86226253247732],[-71.88675867856398,41.862280532480455],[-71.88679567857929,41.862338532490526],[-71.88689567862093,41.862499532518555],[-71.8870106786687,41.862682532550366],[-71.88709467870366,41.86281753257387],[-71.88734967880971,41.86322553264486],[-71.88743467884504,41.86336153266852],[-71.88747967886371,41.86343253268084],[-71.88750867887586,41.86348053268923],[-71.88772867896783,41.86384153275221],[-71.88780267899875,41.863962532773314],[-71.88820667916956,41.86465953289556],[-71.88822567917755,41.86469153290115],[-71.88948667970209,41.86671153325261],[-71.88977067982023,41.86716653333177],[-71.88991067987891,41.86739853337228],[-71.89000067991562,41.867529533394816],[-71.89019767999753,41.8678445334496],[-71.89104268034889,41.86919553368458],[-71.89132468046616,41.86964653376303],[-71.89150868054361,41.86995753381745],[-71.89169168062051,41.87026453387112],[-71.89204468077145,41.87090353398369],[-71.8922206808466,41.87122053403952],[-71.89235668090679,41.871503534090024],[-71.89276768108836,41.87235253424139],[-71.89290468114893,41.87263653429204],[-71.89304068120914,41.872919534342515],[-71.89314068125374,41.87313353438077],[-71.89383968156548,41.87463053464845],[-71.89407268166947,41.87513053473787],[-71.89301068130713,41.87486153471882],[-71.89307268133338,41.87496853473758],[-71.89316968137587,41.87516253477207],[-71.89341868148169,41.875601534849196],[-71.89417768180432,41.87694053508446],[-71.89449468193683,41.87745953517495],[-71.89468468201787,41.877799535234765],[-71.89478868206216,41.87798453526729],[-71.89506368218183,41.87851953536217],[-71.89507768218809,41.87854953536753],[-71.89525568226729,41.87892753543507],[-71.89531268229344,41.87906253545939],[-71.89541968234238,41.87931353550458],[-71.89560968243231,41.87981353559531],[-71.89579068252195,41.88036153569561],[-71.89587668256664,41.88065953575054],[-71.8959556826091,41.880958535805874],[-71.89600468263906,41.88120953585284],[-71.89527168240738,41.881355535903815],[-71.89307468171313,41.88179553605699],[-71.89234268148188,41.8819435361083],[-71.89216368142566,41.88198553612196],[-71.89162968125808,41.88211353616326],[-71.89145168120224,41.882156536177106],[-71.89094368104277,41.882277536216236],[-71.89058168092919,41.882364536244275],[-71.88942368056672,41.8826595363372],[-71.88891868040874,41.88278953637798],[-71.88848868027324,41.88288253640929],[-71.88720267986814,41.883163536503474],[-71.88677367973301,41.883257536534934],[-71.87573467626947,41.885921537391965],[-71.87432667582748,41.88625753750055],[-71.86798667384039,41.88782853800058],[-71.86424267266477,41.88871853828857],[-71.86278167220496,41.88904653839721],[-71.85983867127972,41.88972553861955],[-71.85758867057226,41.89024353878935],[-71.85269266903293,41.891373539159325],[-71.85239966894078,41.89144053918132],[-71.85131066859883,41.8916995392651],[-71.85129366859425,41.89171753926908],[-71.8512436685779,41.89171753927064],[-71.85122766857272,41.89171853927133],[-71.84376566622944,41.893493539845295],[-71.84360866618013,41.89353053985731],[-71.84201866568091,41.893910539979956],[-71.83683466405338,41.895152540380344],[-71.83588266375465,41.89538354045445],[-71.83392366313997,41.89585954060701],[-71.83302566285765,41.89606754067498],[-71.83213366257725,41.89627554074277],[-71.83207266255808,41.89628954074735],[-71.83201266253926,41.89630454075211],[-71.83061166210003,41.89665154086249],[-71.82818266133866,41.89725654105453],[-71.82624966073273,41.89773754120725],[-71.8262326607274,41.897741541208546],[-71.8247726602697,41.89810454132384],[-71.82308465973806,41.89847954144848],[-71.82210765943042,41.89869754152081],[-71.81802265814382,41.89960554182257],[-71.81633565761253,41.89998154194735],[-71.81556965737047,41.900137542001175],[-71.8132726566447,41.900606542162784],[-71.81250765640301,41.900763542216765],[-71.81224565632031,41.9008185422355],[-71.81162065612318,41.900952542280685],[-71.81146365607385,41.9009895422927],[-71.81120465599258,41.90105254231289],[-71.809865655573,41.901389542419366],[-71.80619965442442,41.90231554271157],[-71.80584765431388,41.90239954273867],[-71.80450465389208,41.90272054284219],[-71.80347765356902,41.90295654291951],[-71.80039765260011,41.90366454315144],[-71.79955565233526,41.903858543214945],[-71.79937065227698,41.903899543228576],[-71.79886165211653,41.904010543265734],[-71.79733665163576,41.90434254337699],[-71.79682865147568,41.90445454341431],[-71.79675665131428,41.90196354293525],[-71.79671165121441,41.90042454263926],[-71.79669865118275,41.89992954254401],[-71.7966956511763,41.89983054252498],[-71.79668365114775,41.899385542439354],[-71.79657365099104,41.897203542021096],[-71.7965666509857,41.897148542010676],[-71.79655565097801,41.89707454199671],[-71.79656365097514,41.89697554197733],[-71.79652265086887,41.89529654165414],[-71.79652065086621,41.89526054164725],[-71.79643465064271,41.8917285409673],[-71.79619165025476,41.88615053989664],[-71.79595664987274,41.8806305388368],[-71.79586364968017,41.87769653827241],[-71.79574464949808,41.875105537775106],[-71.79542864903678,41.868626536531984],[-71.79540864900669,41.868200536450225],[-71.7954046490008,41.868117536434305],[-71.79535664893082,41.86713453624568],[-71.79535364892695,41.86708253623571],[-71.7953236488835,41.866473536118875],[-71.79531664887323,41.866328536091025],[-71.79528964883407,41.86577953598568],[-71.79528764883214,41.865756535981305],[-71.79528664882987,41.86572153597455],[-71.7949666484082,41.85998053487401],[-71.79494164837259,41.85948353477864],[-71.79493364836219,41.859342534751626],[-71.79491464833565,41.858974534681025],[-71.79491164833159,41.85891853467029],[-71.79490664832414,41.85881353465013],[-71.7946806480076,41.85441753380669],[-71.79452464773689,41.850436533041304],[-71.79448064766015,41.849306532824016],[-71.79447764765548,41.84923953281114],[-71.79447464765052,41.84916753279732],[-71.79447164764564,41.849096532783655],[-71.79446364763163,41.848890532744036],[-71.7942376472351,41.843041531619214],[-71.79422964722106,41.84283453157939],[-71.79417964713923,41.84164753135125],[-71.79417764713455,41.84157453133717],[-71.79417364712498,41.84142453130826],[-71.7941216470907,41.84111153124928],[-71.79411564708117,41.84097453122297],[-71.79412164706488,41.840643531158726],[-71.79413464703457,41.84001653103697],[-71.79411764702279,41.83990353101563],[-71.79407764697964,41.8393585309114],[-71.7937966465285,41.83284252965885],[-71.79379064651927,41.83271052963349],[-71.79368964637514,41.83069452924636],[-71.79361564626882,41.8292045289602],[-71.79353264615294,41.82759452865106],[-71.7934786460738,41.82647852843668],[-71.79344064601545,41.82564552827658],[-71.79334364583526,41.82295052775778],[-71.79331064576157,41.82180852753769],[-71.7933156457616,41.82177952753191],[-71.79330264574611,41.82157552749282],[-71.79329664573392,41.821389527456994],[-71.79328464572315,41.82126552743334],[-71.79326564568295,41.82064852731447],[-71.79316164545777,41.817177526645544],[-71.79316064545678,41.817165526643244],[-71.79314464540889,41.816390526493656],[-71.79314364540673,41.8163575264873],[-71.7931016453122,41.81489052620452],[-71.7930976453025,41.814737526175],[-71.79311464530413,41.81466652616073],[-71.79312764530536,41.81461152614967],[-71.7928946451145,41.81252952575363],[-71.79286764502095,41.810990525456404],[-71.79285564499875,41.81065852539247],[-71.79280064490608,41.80930152513134],[-71.7928046449027,41.80921652511475],[-71.79259364454794,41.804024524115555],[-71.792364644255,41.80006152335487],[-71.79236064425012,41.7999965233424],[-71.79213564393649,41.79563252250382],[-71.79212464392046,41.79540652246039],[-71.79207964388836,41.79509052240055],[-71.79207964388803,41.79508452239937],[-71.79207664388616,41.795068522396356],[-71.79207064387562,41.794912522366324],[-71.79205864385453,41.79460052230625],[-71.79200664376313,41.793247522045675],[-71.79191964359586,41.79072352155927],[-71.79191164358033,41.79048852151398],[-71.79193664354938,41.78977652137523],[-71.7919406435422,41.78962252134528],[-71.79192764352125,41.78931852128676],[-71.79192164350971,41.78914452125323],[-71.7915736429643,41.78129251974214],[-71.79147764282921,41.779405519379345],[-71.79137264268118,41.777336518981514],[-71.79137064267877,41.77730451897538],[-71.79125464248706,41.774505518436335],[-71.79147864255873,41.77447651842382],[-71.79222564279823,41.77439051838415],[-71.79514164373337,41.774058518230014],[-71.79611364404514,41.77394851817875],[-71.79620464407434,41.77393851817402],[-71.79623064408266,41.77393551817265],[-71.7962946441032,41.77392851816931],[-71.79649664416796,41.77390551815864],[-71.79658164419523,41.77389551815407],[-71.79669964423309,41.773882518147914],[-71.79704564434395,41.77384151812931],[-71.79808364467678,41.77372251807429],[-71.7984306447881,41.77368351805603],[-71.79985864524512,41.77350451797736],[-71.80414664661771,41.77297051774177],[-71.8055756470751,41.77279251766324],[-71.80594064719217,41.772751517644046],[-71.80703664754395,41.772632517587226],[-71.80740264766146,41.77259351756838],[-71.81038864861762,41.77222851740562],[-71.81676265065873,41.77145251705877],[-71.81934565148495,41.77112151691498],[-71.82233065243983,41.77074051674911],[-71.82408065300086,41.77053951665618],[-71.82927165466516,41.76994651638114],[-71.829333654685,41.76993851637768],[-71.83108465524644,41.76973951628511],[-71.83136465533626,41.76970851627047],[-71.83220565560629,41.769619516227266],[-71.83248665569657,41.76959051621298],[-71.83372965609456,41.769439516145376],[-71.83429165627454,41.76937151611485],[-71.8374616572898,41.7689905159432],[-71.83870565768822,41.76884151587594]]]},"properties":{"name":9041,"geoid":"09015904100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.90618168295023,41.82682552502005],[-71.9055266827779,41.82758052518645],[-71.90511468266958,41.82805652529133],[-71.90475968259445,41.82879552544536],[-71.90451168255754,41.82959252560727],[-71.90441668255112,41.83003752569632],[-71.9043756825519,41.830293525747116],[-71.90428568255435,41.8308685258612],[-71.90429868258175,41.83128652594166],[-71.90441268262973,41.83147952597548],[-71.9052036829178,41.83201052605369],[-71.90582368313372,41.83224852608054],[-71.90614068324247,41.83234052608851],[-71.90728768363603,41.832674526117565],[-71.90813268395539,41.8334515262417],[-71.90920668437313,41.83465252644077],[-71.91014768474521,41.83581352663623],[-71.91014168475955,41.8361075266933],[-71.91004768475248,41.83653452677883],[-71.9100426847665,41.83681652683353],[-71.91007168477859,41.83686352684172],[-71.91035468489657,41.83732252692176],[-71.91069668504429,41.837969527036314],[-71.91086068511721,41.83831752709854],[-71.91126368526695,41.83864152714873],[-71.91156368537776,41.83887052718372],[-71.91181468547413,41.83912852722586],[-71.91199268554166,41.83929652725284],[-71.91218268561379,41.839476527281754],[-71.91260668576494,41.83970252731233],[-71.91330068600621,41.839960527340736],[-71.91385868620718,41.84029452738802],[-71.9142646863637,41.84072252745822],[-71.9143766864113,41.840920527493054],[-71.91467568653825,41.84144652758553],[-71.91456968652379,41.84181052765923],[-71.91470168659951,41.84239752776868],[-71.91526668685785,41.84372352800764],[-71.91533968689114,41.843893528038265],[-71.91566768702607,41.84439252812461],[-71.91607068718605,41.84490052821036],[-71.91668668740547,41.845224528253915],[-71.9174136876565,41.84546452827779],[-71.91835668797482,41.84564352828315],[-71.9189846882036,41.84606552834527],[-71.91907568823757,41.846141528357144],[-71.91973568849657,41.84691952848715],[-71.9198906885668,41.847271528550415],[-71.92022068871617,41.84801852868464],[-71.92063968890082,41.84887652883758],[-71.92076668895581,41.84911852888043],[-71.92078768896486,41.84915852888753],[-71.92085168899258,41.849280528909134],[-71.92087368900205,41.84932152891637],[-71.920977689047,41.84951852895124],[-71.92162768928675,41.85000852902584],[-71.92197468940714,41.850132529039044],[-71.92201468942102,41.85014752904072],[-71.92288268970682,41.850182529020536],[-71.92399769005915,41.849961528943176],[-71.92441569018591,41.84978252889558],[-71.92479269030119,41.84963852885603],[-71.92515069041166,41.849519528821915],[-71.92581269063218,41.84959252881548],[-71.9260656907198,41.84968052882464],[-71.9265866909004,41.84986452884404],[-71.92700369105852,41.85025652890692],[-71.92715569112138,41.850493528948036],[-71.9273396911975,41.850780528997824],[-71.92732969124845,41.851756529186865],[-71.92727769126076,41.852284529290586],[-71.92723969127033,41.85268052936833],[-71.92713169127506,41.85340152951112],[-71.92672369120547,41.854550529745964],[-71.92657569118141,41.85498852983526],[-71.92635469115513,41.85581653000223],[-71.92615669112077,41.85636353011414],[-71.9257976910342,41.856918530232605],[-71.92539769093096,41.85741453034092],[-71.92516069086993,41.857711530405716],[-71.92448469068059,41.85828253053712],[-71.9240276905513,41.85864553062148],[-71.92373769046931,41.858876530675154],[-71.9234896904001,41.85909053072423],[-71.92339069037445,41.8592115307507],[-71.9232716903438,41.85936053078319],[-71.92311469031202,41.85971253085613],[-71.92299769030491,41.86027353096822],[-71.92305869038326,41.86132453116954],[-71.92315269043345,41.861674531234286],[-71.92317669044623,41.86176353125075],[-71.92323469048404,41.86210253131447],[-71.92314069047603,41.862511531396464],[-71.92300369044739,41.862802531457],[-71.92298069044146,41.86283153146331],[-71.92250869032124,41.86344553159666],[-71.92232069027287,41.863681531648126],[-71.92209869021586,41.86396253170935],[-71.9218876901721,41.864416531803656],[-71.92122568999254,41.865081531952775],[-71.92044268978024,41.86586953212943],[-71.91987768965087,41.8668665323397],[-71.91918768947804,41.867817532544954],[-71.91851068928824,41.86838653267597],[-71.91821268920472,41.868637532733736],[-71.91736068896006,41.869249532878484],[-71.91700968885927,41.86950153293809],[-71.91648468870517,41.86981853301566],[-71.9158286884999,41.86998553306832],[-71.91512868827294,41.87002153309701],[-71.91439968803242,41.86998353311229],[-71.91421268796995,41.86996053311365],[-71.91322968763127,41.869651533084436],[-71.91265668742359,41.86928653303167],[-71.91262768741355,41.86927653303063],[-71.91202568720604,41.869085533012395],[-71.91124068695561,41.869199533058804],[-71.91040368669047,41.869354533114745],[-71.90962768645116,41.86961553318926],[-71.90909768630635,41.87012953330507],[-71.9089316862825,41.870677533416156],[-71.90896668637204,41.87208353368685],[-71.90883768634635,41.87238053374826],[-71.90857068627297,41.87263153380508],[-71.90814568614111,41.872760533843184],[-71.90761868597103,41.872801533867474],[-71.90676368569281,41.87282753389903],[-71.9061096854844,41.87292653393845],[-71.90561368533643,41.873183534003516],[-71.90520768522686,41.87360153409692],[-71.90458668510188,41.87500853438814],[-71.90444968507968,41.87541553447105],[-71.90413268501203,41.87606453460632],[-71.90379468493465,41.87666153473219],[-71.90338668482336,41.87706053482198],[-71.90283168465663,41.87732753489081],[-71.90233168450581,41.87755653495057],[-71.90170868431804,41.87784453502556],[-71.90088968408539,41.8784795351737],[-71.9000106838364,41.879173535335106],[-71.89907168357674,41.88002853552946],[-71.89844268339709,41.88049853563981],[-71.89834268337293,41.880652535672674],[-71.89822668333655,41.88068053568169],[-71.8981106833001,41.88070753569051],[-71.89787468322602,41.88076353570865],[-71.89652668280293,41.881085535812694],[-71.8964716827856,41.88109753581672],[-71.89600468263906,41.88120953585284],[-71.8959556826091,41.880958535805874],[-71.89587668256664,41.88065953575054],[-71.89579068252195,41.88036153569561],[-71.89560968243231,41.87981353559531],[-71.89541968234238,41.87931353550458],[-71.89531268229344,41.87906253545939],[-71.89525568226729,41.87892753543507],[-71.89507768218809,41.87854953536753],[-71.89506368218183,41.87851953536217],[-71.89478868206216,41.87798453526729],[-71.89468468201787,41.877799535234765],[-71.89449468193683,41.87745953517495],[-71.89417768180432,41.87694053508446],[-71.89341868148169,41.875601534849196],[-71.89316968137587,41.87516253477207],[-71.89307268133338,41.87496853473758],[-71.89301068130713,41.87486153471882],[-71.89407268166947,41.87513053473787],[-71.89383968156548,41.87463053464845],[-71.89314068125374,41.87313353438077],[-71.89304068120914,41.872919534342515],[-71.89290468114893,41.87263653429204],[-71.89276768108836,41.87235253424139],[-71.89235668090679,41.871503534090024],[-71.8922206808466,41.87122053403952],[-71.89204468077145,41.87090353398369],[-71.89169168062051,41.87026453387112],[-71.89150868054361,41.86995753381745],[-71.89132468046616,41.86964653376303],[-71.89104268034889,41.86919553368458],[-71.89019767999753,41.8678445334496],[-71.89000067991562,41.867529533394816],[-71.88991067987891,41.86739853337228],[-71.88977067982023,41.86716653333177],[-71.88948667970209,41.86671153325261],[-71.88822567917755,41.86469153290115],[-71.88820667916956,41.86465953289556],[-71.88780267899875,41.863962532773314],[-71.88772867896783,41.86384153275221],[-71.88750867887586,41.86348053268923],[-71.88747967886371,41.86343253268084],[-71.88743467884504,41.86336153266852],[-71.88734967880971,41.86322553264486],[-71.88709467870366,41.86281753257387],[-71.8870106786687,41.862682532550366],[-71.88689567862093,41.862499532518555],[-71.88679567857929,41.862338532490526],[-71.88675867856398,41.862280532480455],[-71.88674767855939,41.86226253247732],[-71.88673767855511,41.86224453247415],[-71.88671167854432,41.862203532467014],[-71.88445167760494,41.858593531839006],[-71.8832926771219,41.85671853151232],[-71.88320167709419,41.85675553152229],[-71.88319167709042,41.856746531520876],[-71.88317767708601,41.85674953152188],[-71.88284167697894,41.85680053154214],[-71.88231967675681,41.85587353137907],[-71.88208367665602,41.85544753130398],[-71.8819106765844,41.85517653125694],[-71.88175667651745,41.85487753120389],[-71.88126667631131,41.85404953105893],[-71.88093567616835,41.85342353094812],[-71.88066667605023,41.85287953085123],[-71.88055667600057,41.852632530806865],[-71.8802616758624,41.85188053067056],[-71.88017067581818,41.8516195306229],[-71.88000567573512,41.85109453052646],[-71.87989867567747,41.85068553045067],[-71.87980667562327,41.85025053036938],[-71.87970267555696,41.84966753025984],[-71.87963067550896,41.84922653017677],[-71.87951067542082,41.848343530009686],[-71.87945567537622,41.847863529918534],[-71.8793676752942,41.846902529735374],[-71.87935467528564,41.846824529720685],[-71.87934967528255,41.8467985297158],[-71.87933567527367,41.84672052970116],[-71.87933167527092,41.84669452969625],[-71.87932667526782,41.84666852969138],[-71.87931367525933,41.84659152967688],[-71.87930967525662,41.846566529672174],[-71.87927467520856,41.84590552954539],[-71.87925867519624,41.845777529521115],[-71.87897867497422,41.84342252907422],[-71.87888567490033,41.84263752892524],[-71.87883767486231,41.842234528848756],[-71.8788076748416,41.84203752881158],[-71.87879467483263,41.841952528795524],[-71.87876167481191,41.84177352876192],[-71.8786876747704,41.841460528703664],[-71.87858767472031,41.84114652864601],[-71.87847767466911,41.8408715285962],[-71.87838167462613,41.84066252855875],[-71.8782676745765,41.84043952851913],[-71.87821067455211,41.84033552850077],[-71.87814567452425,41.840216528479765],[-71.87797667445504,41.83996452843625],[-71.87787767441534,41.83983252841377],[-71.87784767440343,41.83979452840736],[-71.87779167438103,41.83972052839477],[-71.87776167436893,41.83967952838776],[-71.87773467435801,41.83964152838124],[-71.8775236742729,41.83935052833146],[-71.87689067401764,41.83847952818255],[-71.87685467400311,41.83842952817399],[-71.87667667393178,41.83819252813365],[-71.87659267389822,41.83808252811497],[-71.8763436737985,41.837752528058836],[-71.87626167376568,41.83764352804028],[-71.87600567365969,41.83724152797043],[-71.87586867360079,41.836986527925305],[-71.87564367350389,41.83656552785083],[-71.8753476733665,41.835832527718146],[-71.87518867328346,41.835271527614516],[-71.87511567323538,41.83483452753223],[-71.87509067321865,41.834679527503006],[-71.87504467318539,41.83435052744077],[-71.87501867316173,41.834076527388554],[-71.87500667315118,41.83395652736571],[-71.87492867310198,41.833528527285296],[-71.87491267309014,41.83340952726276],[-71.87488267306684,41.83316552721649],[-71.87485267304142,41.83288352716283],[-71.87476967298113,41.83228452704949],[-71.87476667297919,41.83226752704629],[-71.87476067297447,41.8322175270368],[-71.87475867297294,41.832201527033774],[-71.87462067287207,41.83119452684316],[-71.87456867283154,41.83076952676253],[-71.87445767275,41.82995152660767],[-71.87440967271256,41.82955852653308],[-71.87437667269069,41.82935852649541],[-71.8743546726757,41.8292175264688],[-71.87429367263904,41.828915526412246],[-71.87423467260686,41.82868252636897],[-71.8741216725484,41.82829352629717],[-71.8740006724908,41.82796752623784],[-71.87383567241642,41.82759852617153],[-71.87358167230542,41.82709352608165],[-71.87323467215748,41.826470525971814],[-71.87310067209934,41.82621152592583],[-71.87283467198584,41.82573252584137],[-71.8727206719364,41.82551252580229],[-71.87250767184585,41.82513452573573],[-71.87243567181433,41.82499052571009],[-71.87233767177317,41.82482552568117],[-71.87214767169145,41.82447152561854],[-71.87188867158133,41.824011525537514],[-71.87154867143524,41.82338052542591],[-71.8712026712856,41.82272052530885],[-71.87061767103569,41.821660525121786],[-71.87057267101639,41.821577525107095],[-71.87038467093424,41.821203525040524],[-71.87029367089278,41.820991525002306],[-71.87010567080424,41.820502524913444],[-71.87006667078519,41.8203885248926],[-71.86989867069737,41.819793524782604],[-71.86981667065054,41.81943152471508],[-71.86975367060998,41.81907052464713],[-71.869737670598,41.81894852462401],[-71.86971767058321,41.81879952459578],[-71.86966967053883,41.818280524496814],[-71.86966767053696,41.8182585244926],[-71.86964867051245,41.817927524429116],[-71.86964967049337,41.81757652436114],[-71.86966667048345,41.8172965243064],[-71.8697276704742,41.816768524202296],[-71.86976567047239,41.81651052415118],[-71.86982767047517,41.81619452408808],[-71.86984667047642,41.81610452407006],[-71.86993267048524,41.81575552399984],[-71.869998670494,41.81552352395288],[-71.87003067049821,41.81541052393001],[-71.8702176705277,41.814837523813296],[-71.87026067053456,41.8147075237868],[-71.87032967054412,41.814472523739155],[-71.87045467056433,41.8140985236629],[-71.8708796706305,41.81278152339475],[-71.87090267063415,41.81271152338049],[-71.8710516706613,41.812321523300376],[-71.87111767067084,41.81210352325613],[-71.87113167067342,41.81206752324872],[-71.87115467067784,41.81201152323715],[-71.87117167068043,41.81195752322617],[-71.87118367068237,41.81192152321882],[-71.8713436707065,41.81141152311514],[-71.8713836707127,41.8112875230899],[-71.87164867075687,41.8105185229328],[-71.87179467077785,41.81003452283456],[-71.87184367078592,41.809890522805155],[-71.87194567080319,41.809599522745664],[-71.8720076708115,41.80938352270192],[-71.87216767086382,41.80938352269698],[-71.8722686708969,41.809384522694046],[-71.87264867102141,41.809389522683254],[-71.87280967107424,41.80939252267886],[-71.87288367109821,41.809388522675796],[-71.87310567117012,41.809376522666604],[-71.8731796711941,41.80937252266353],[-71.87379367139457,41.809367522643576],[-71.87449767162445,41.80936252262084],[-71.87563767199686,41.809356522584395],[-71.87625267219777,41.80935352256479],[-71.87620967219655,41.809585522611044],[-71.87608167219315,41.81028152274976],[-71.87603967219229,41.81051452279618],[-71.87619267224471,41.81055752279977],[-71.87646367233823,41.810646522808625],[-71.87689167248791,41.810822522829454],[-71.87745067268388,41.81106152285844],[-71.87717167263378,41.81180552301111],[-71.87682567257853,41.81285252322454],[-71.87679567257389,41.812945523243464],[-71.87670567255999,41.81322652330067],[-71.8766766725557,41.81332052331976],[-71.87678467259344,41.813364523324935],[-71.87710867270674,41.81349752334066],[-71.87721667274452,41.81354252334603],[-71.87800067302078,41.81390252339148],[-71.8786826732593,41.81418352342476],[-71.88010667375912,41.81480252350054],[-71.8801876737872,41.81483152350364],[-71.88121867414925,41.81528252355904],[-71.88231467453383,41.81575652361688],[-71.88257367462458,41.81586652363016],[-71.88335067489695,41.81619752367018],[-71.88361067498809,41.81630852368363],[-71.88383967506839,41.81640652369551],[-71.8843046752315,41.816606523719834],[-71.88453167531075,41.81669752373042],[-71.8847636753918,41.81679152374143],[-71.88500567547628,41.816888523752716],[-71.88593567580168,41.81727352379845],[-71.88607367585006,41.81733252380559],[-71.88622567590335,41.81739752381348],[-71.88638967596083,41.81746752382195],[-71.8864346759766,41.81748652382423],[-71.88656967602388,41.81754352383109],[-71.88661467603973,41.81756352383357],[-71.88663867604812,41.81757352383476],[-71.8866556760541,41.817581523835784],[-71.88671367607441,41.81760552383865],[-71.88673867608318,41.81761652384],[-71.88679867610425,41.81764252384316],[-71.88697367616561,41.81771752385226],[-71.88757867637776,41.81797652388368],[-71.88767867641289,41.81802052388909],[-71.88791267649522,41.818125523902175],[-71.88792067649798,41.81812852390252],[-71.88792567649968,41.81812952390255],[-71.88796667651386,41.818143523903984],[-71.88798067651872,41.81814852390452],[-71.88808667655537,41.81818452390821],[-71.88819667659304,41.818215523910794],[-71.88825667661366,41.81823352391242],[-71.88847467668793,41.81828752391613],[-71.88861767673629,41.818316523917325],[-71.88885867681768,41.818363523918954],[-71.88908167689307,41.818408523920766],[-71.88937367699177,41.81846652392295],[-71.88944667701647,41.818481523923595],[-71.89025467728902,41.81863252392779],[-71.89054867738824,41.818688523929524],[-71.89133067765205,41.81883552393377],[-71.89147267769933,41.818850523932255],[-71.89149267770597,41.81885252393203],[-71.89210667790881,41.81889052392038],[-71.8923576779921,41.81891252391686],[-71.89268167810003,41.818948523913804],[-71.89266667809052,41.81886552389821],[-71.89253567800857,41.81815852376538],[-71.89244867795401,41.817686523676734],[-71.89243767794747,41.817633523666814],[-71.89218867776484,41.81580452332046],[-71.89218167775762,41.815715523303446],[-71.89227867778912,41.81571152329967],[-71.89266967791518,41.815679523281354],[-71.89302467803009,41.8156585232663],[-71.89341167815495,41.81562852324852],[-71.89381067828408,41.81560452323151],[-71.89418067840334,41.815573523214034],[-71.8947376785829,41.81552752318788],[-71.89482267860996,41.815514523182735],[-71.89488067862844,41.815505523179205],[-71.89492667864225,41.815483523173505],[-71.89494567864658,41.81544952316635],[-71.89495467864676,41.815399523156394],[-71.89494767864005,41.815319523141106],[-71.89492667862842,41.81523352312512],[-71.8949016786104,41.81505552309144],[-71.89486667858766,41.81485152305303],[-71.8948616785853,41.81483852305067],[-71.89485767858324,41.81482452304808],[-71.89479767853359,41.814282522945014],[-71.8951156785462,41.81263152261553],[-71.8951426785475,41.81249552258838],[-71.89516867854843,41.81235852256103],[-71.89520067855182,41.81223052253527],[-71.89527067858083,41.8123415225546],[-71.89532767860452,41.81243252257044],[-71.8959986788728,41.813316522720804],[-71.89650367907355,41.81396052282984],[-71.89650467907394,41.81396152282999],[-71.89676167916781,41.8141395228565],[-71.897361679387,41.814555522918454],[-71.89782567956216,41.81497952298616],[-71.89848767980982,41.81554352307482],[-71.89927768010736,41.81625252318759],[-71.89955368020988,41.81647452322202],[-71.90010268039933,41.81665452323986],[-71.90089668066115,41.816694523223006],[-71.90201368102429,41.816657523181235],[-71.90289668129923,41.81640952310586],[-71.90317368138554,41.81633252308237],[-71.90391068160993,41.81603352300164],[-71.90466868184397,41.81578452292997],[-71.90489168192092,41.815857522937186],[-71.9051156819982,41.81593052294438],[-71.90518068201806,41.81590552293752],[-71.90540668208608,41.81579952290999],[-71.90558568213851,41.81568952288317],[-71.90575868218919,41.815583522857274],[-71.90589868223192,41.81552852284229],[-71.90621368233091,41.81545652281859],[-71.9065806824509,41.81545652280722],[-71.90679968252532,41.81550752281031],[-71.90708668262137,41.81554752280916],[-71.90711568263124,41.815554522809606],[-71.90749068275953,41.81565752281793],[-71.90762768280615,41.81569052282007],[-71.90791868290245,41.81571152281512],[-71.90821068299908,41.81573252281013],[-71.90841168306432,41.81572352280216],[-71.90867068314843,41.815713522792194],[-71.90901868324913,41.81547752273573],[-71.90996668354414,41.815208522654274],[-71.91063768375332,41.81502452259785],[-71.91139668398999,41.814817522534256],[-71.9118416841331,41.81477452251214],[-71.91265568440588,41.81489452251013],[-71.91322068460093,41.81508152252881],[-71.91394768485122,41.81530952255042],[-71.91431268498539,41.81557752259097],[-71.91439568502079,41.81572652261724],[-71.91433768501231,41.81591552265563],[-71.91425668499419,41.81606652268736],[-71.91391768489511,41.816278522738905],[-71.91381168486029,41.81627552274162],[-71.91329568469081,41.8162615227549],[-71.91243468440871,41.81625052277946],[-71.91147868410195,41.81635452282923],[-71.91046268378253,41.81658452290524],[-71.90984768359039,41.81674552295547],[-71.90889268329134,41.81698352303115],[-71.90836868313731,41.81729552310779],[-71.90807768306621,41.81772952320081],[-71.90787168302778,41.81825152330823],[-71.90775068301419,41.81872052340277],[-71.90779368305006,41.81911452347769],[-71.90770068304195,41.81951652355839],[-71.90760768302172,41.819700523596886],[-71.90748268299481,41.81995252364953],[-71.90707468288736,41.820420523752766],[-71.90688568284904,41.820844523840684],[-71.90686568285606,41.82108952388873],[-71.90707368294922,41.82154352397014],[-71.90764068318032,41.82236852411224],[-71.90793768332749,41.823272524278],[-71.90793668333355,41.823387524300294],[-71.90793468335816,41.8238435243886],[-71.9078746833884,41.82474352456464],[-71.90771168336785,41.82533452468407],[-71.90757768333609,41.825551524730216],[-71.90738568328732,41.825804524785134],[-71.9070266831864,41.82610152485374],[-71.90633568299073,41.826647524980814],[-71.90618168295023,41.82682552502005]]]},"properties":{"name":9044,"geoid":"09015904400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.89520067855182,41.81223052253527],[-71.89516867854843,41.81235852256103],[-71.8951426785475,41.81249552258838],[-71.8951156785462,41.81263152261553],[-71.89479767853359,41.814282522945014],[-71.89485767858324,41.81482452304808],[-71.8948616785853,41.81483852305067],[-71.89486667858766,41.81485152305303],[-71.8949016786104,41.81505552309144],[-71.89492667862842,41.81523352312512],[-71.89494767864005,41.815319523141106],[-71.89495467864676,41.815399523156394],[-71.89494567864658,41.81544952316635],[-71.89492667864225,41.815483523173505],[-71.89488067862844,41.815505523179205],[-71.89482267860996,41.815514523182735],[-71.8947376785829,41.81552752318788],[-71.89418067840334,41.815573523214034],[-71.89381067828408,41.81560452323151],[-71.89341167815495,41.81562852324852],[-71.89302467803009,41.8156585232663],[-71.89266967791518,41.815679523281354],[-71.89227867778912,41.81571152329967],[-71.89218167775762,41.815715523303446],[-71.89218867776484,41.81580452332046],[-71.89243767794747,41.817633523666814],[-71.89244867795401,41.817686523676734],[-71.89253567800857,41.81815852376538],[-71.89266667809052,41.81886552389821],[-71.89268167810003,41.818948523913804],[-71.8923576779921,41.81891252391686],[-71.89210667790881,41.81889052392038],[-71.89149267770597,41.81885252393203],[-71.89147267769933,41.818850523932255],[-71.89133067765205,41.81883552393377],[-71.89054867738824,41.818688523929524],[-71.89025467728902,41.81863252392779],[-71.88944667701647,41.818481523923595],[-71.88937367699177,41.81846652392295],[-71.88908167689307,41.818408523920766],[-71.88885867681768,41.818363523918954],[-71.88861767673629,41.818316523917325],[-71.88847467668793,41.81828752391613],[-71.88825667661366,41.81823352391242],[-71.88819667659304,41.818215523910794],[-71.88808667655537,41.81818452390821],[-71.88798067651872,41.81814852390452],[-71.88796667651386,41.818143523903984],[-71.88792567649968,41.81812952390255],[-71.88792067649798,41.81812852390252],[-71.88791267649522,41.818125523902175],[-71.88767867641289,41.81802052388909],[-71.88757867637776,41.81797652388368],[-71.88697367616561,41.81771752385226],[-71.88679867610425,41.81764252384316],[-71.88673867608318,41.81761652384],[-71.88671367607441,41.81760552383865],[-71.8866556760541,41.817581523835784],[-71.88663867604812,41.81757352383476],[-71.88661467603973,41.81756352383357],[-71.88656967602388,41.81754352383109],[-71.8864346759766,41.81748652382423],[-71.88638967596083,41.81746752382195],[-71.88622567590335,41.81739752381348],[-71.88607367585006,41.81733252380559],[-71.88593567580168,41.81727352379845],[-71.88500567547628,41.816888523752716],[-71.8847636753918,41.81679152374143],[-71.88453167531075,41.81669752373042],[-71.8843046752315,41.816606523719834],[-71.88383967506839,41.81640652369551],[-71.88361067498809,41.81630852368363],[-71.88335067489695,41.81619752367018],[-71.88257367462458,41.81586652363016],[-71.88231467453383,41.81575652361688],[-71.88121867414925,41.81528252355904],[-71.8801876737872,41.81483152350364],[-71.88010667375912,41.81480252350054],[-71.8786826732593,41.81418352342476],[-71.87800067302078,41.81390252339148],[-71.87721667274452,41.81354252334603],[-71.87710867270674,41.81349752334066],[-71.87678467259344,41.813364523324935],[-71.8766766725557,41.81332052331976],[-71.87670567255999,41.81322652330067],[-71.87679567257389,41.812945523243464],[-71.87682567257853,41.81285252322454],[-71.87717167263378,41.81180552301111],[-71.87745067268388,41.81106152285844],[-71.87689167248791,41.810822522829454],[-71.87646367233823,41.810646522808625],[-71.87619267224471,41.81055752279977],[-71.87603967219229,41.81051452279618],[-71.87608167219315,41.81028152274976],[-71.87620967219655,41.809585522611044],[-71.87625267219777,41.80935352256479],[-71.87563767199686,41.809356522584395],[-71.87449767162445,41.80936252262084],[-71.87379367139457,41.809367522643576],[-71.8731796711941,41.80937252266353],[-71.87310567117012,41.809376522666604],[-71.87288367109821,41.809388522675796],[-71.87280967107424,41.80939252267886],[-71.87264867102141,41.809389522683254],[-71.8722686708969,41.809384522694046],[-71.87216767086382,41.80938352269698],[-71.8720076708115,41.80938352270192],[-71.87209967082639,41.809108522645836],[-71.87212067082994,41.80904852263355],[-71.87228367085069,41.80845952251447],[-71.87233067085887,41.808329522487846],[-71.87234567086068,41.80827352247653],[-71.87239367086057,41.807987522419666],[-71.87240467086048,41.80792052240635],[-71.8724966708659,41.80747452231714],[-71.87253767086139,41.80715052225314],[-71.87255867085251,41.806865522197306],[-71.87256867083319,41.806456522117784],[-71.87258467082549,41.806222522071984],[-71.87258667081984,41.80610852204984],[-71.87257267077143,41.805315521896716],[-71.87257167074851,41.80490652181754],[-71.87255267070353,41.80420452168218],[-71.872527670625,41.80293152143643],[-71.8725376706152,41.8026945213902],[-71.87257167060194,41.80225352130376],[-71.87259467059825,41.80205052126373],[-71.87262867059727,41.80183152122027],[-71.87267367059994,41.80161352117665],[-71.87270167060295,41.80150252115429],[-71.87286367062637,41.80096752104567],[-71.87293367063805,41.80076452100419],[-71.87301567065336,41.80055652096136],[-71.87310667067173,41.800350520918656],[-71.87319667069076,41.80016252087947],[-71.87329467071258,41.79997752084061],[-71.8735126707643,41.79962352076528],[-71.87358667078159,41.7994985207388],[-71.87375067081992,41.79922152068005],[-71.87393367086332,41.79892452061687],[-71.87395467086803,41.79888552060868],[-71.87407967089791,41.79868652056627],[-71.8742316709343,41.79844552051488],[-71.87450867100048,41.798004520420925],[-71.87452867100559,41.797978520415256],[-71.87453667100776,41.79797052041347],[-71.8746536710327,41.79772952036317],[-71.87466267103449,41.79770852035882],[-71.87469267104103,41.79764952034647],[-71.87470267104321,41.797629520342284],[-71.8747746710637,41.797574520329405],[-71.87506767113486,41.79712852023396],[-71.87561767126859,41.796294520055405],[-71.87585067132571,41.79594951998137],[-71.87605467136986,41.79554151989603],[-71.87622967140778,41.79519251982302],[-71.87632267142638,41.794978519778695],[-71.876443671446,41.794617519705035],[-71.87653667145806,41.79428551963784],[-71.87657967146227,41.79410751960202],[-71.87663767146401,41.7937955195398],[-71.87663567145569,41.793656519512936],[-71.87662867143976,41.79340951946531],[-71.87662467143413,41.79333151945031],[-71.87662267142349,41.79315051941532],[-71.87662667141998,41.79306351939834],[-71.87662367141394,41.79297151938061],[-71.87661967140838,41.792894519365824],[-71.87660967139406,41.79269451932739],[-71.87660667139136,41.79266351932147],[-71.8766006713852,41.792587519306934],[-71.87659567138003,41.7925235192947],[-71.87656667136116,41.79235351926266],[-71.87656367135956,41.79234251926063],[-71.87651567133456,41.79217351922938],[-71.87633567124605,41.791636519130904],[-71.87625767120764,41.79140251908799],[-71.87623967119845,41.79134251907694],[-71.87616167116205,41.79114551904117],[-71.87608467112601,41.79094851900539],[-71.87578567100066,41.79044851891778],[-71.87577067099443,41.790424518913596],[-71.87569267096208,41.79030051889199],[-71.87561367093079,41.79020151887525],[-71.87536667083295,41.78989151882283],[-71.87534167082298,41.789859518817416],[-71.8745786705263,41.78900351867517],[-71.87448567049016,41.7888995186579],[-71.87431067042263,41.78871251862709],[-71.87400567030494,41.78838651857337],[-71.87378167021609,41.788103518525475],[-71.87348067009677,41.78772451846134],[-71.87287566984969,41.78683151830703],[-71.87246866967503,41.786077518173535],[-71.87244466966476,41.78603351816575],[-71.87216666953509,41.785330518038144],[-71.87203866947532,41.78500551797912],[-71.87188766939467,41.784438517873944],[-71.87174266930234,41.78362451772068],[-71.87167766925172,41.783092517619615],[-71.87166766921658,41.78251451750794],[-71.87166666921297,41.782455517496544],[-71.87168166911762,41.78063851714399],[-71.87175966909524,41.77977051697338],[-71.87179866907604,41.77919151685998],[-71.87181966904019,41.77841751670933],[-71.87184066903227,41.778149516656754],[-71.87198766891123,41.775084516058214],[-71.87202066887464,41.77422551589074],[-71.87203766886205,41.77389651582644],[-71.87207966883304,41.77312151567493],[-71.87216966874675,41.77102351526551],[-71.87217866873776,41.770807515223375],[-71.87220566871268,41.770192515103346],[-71.87220566871086,41.770159515096935],[-71.87220566869894,41.76994351505508],[-71.87219966869274,41.76986651504035],[-71.87219666868921,41.76982051503152],[-71.87218466867525,41.769638514996615],[-71.87217966866943,41.769562514982034],[-71.87216466865246,41.769343514940054],[-71.87212766861857,41.76894851486463],[-71.87211766860936,41.768840514844],[-71.87203866854709,41.76817951471831],[-71.87196666849395,41.76764251461646],[-71.87194266846812,41.767316514554004],[-71.87191566844805,41.76711251451528],[-71.87189866843522,41.766980514490214],[-71.87188466841813,41.76675351444667],[-71.87185966839596,41.766499514398184],[-71.87182966836976,41.76620251434155],[-71.87178266832849,41.76573251425189],[-71.87174266830115,41.76547351420292],[-71.87172766828753,41.76531551417276],[-71.87172466828447,41.76527751416547],[-71.87170566826401,41.765019514116055],[-71.87170466826187,41.764986514109694],[-71.8717016682555,41.76488851409078],[-71.87170066825341,41.76485651408463],[-71.87173766826538,41.764854514083076],[-71.87185066830214,41.764851514079005],[-71.87188866831453,41.764850514077644],[-71.87201166835362,41.76483051406995],[-71.87238066847094,41.76477151404712],[-71.87250466851044,41.76475251403961],[-71.87411966902509,41.76451351394336],[-71.87444966913031,41.76446551392385],[-71.87898967058844,41.76400051369339],[-71.88061467111038,41.763834513610966],[-71.881358671349,41.763752513572086],[-71.88169867145804,41.7637145135542],[-71.882468671705,41.76362951351394],[-71.88248467171012,41.76362751351304],[-71.88495367250279,41.76336951338668],[-71.88603967285152,41.76325751333139],[-71.88623967291585,41.76323851332153],[-71.88653767301169,41.76321051330687],[-71.88683967310845,41.763175513290754],[-71.88703967317255,41.76315251328011],[-71.88789567344735,41.76306251323619],[-71.89046567427255,41.76279651310516],[-71.89132267454778,41.76270851306159],[-71.89157267462765,41.76267551304747],[-71.89232567486832,41.76257751300516],[-71.89257667494857,41.7625455129912],[-71.89264867497178,41.76253951298779],[-71.89286867504269,41.76252151297751],[-71.89294167506627,41.762516512974294],[-71.89438467552912,41.76235851289902],[-71.8987166769187,41.7618855126733],[-71.90016067738193,41.76172851259819],[-71.91629968254962,41.75980551172583],[-71.916586682642,41.7597805117121],[-71.91687368273436,41.759754511698176],[-71.91724168285282,41.75972251168057],[-71.91717868283844,41.75983451170423],[-71.91711568282405,41.759946511727904],[-71.91702868280436,41.76010451176121],[-71.91601968252778,41.761066511978946],[-71.91560068241296,41.761466512069454],[-71.91462568216905,41.76281851236172],[-71.914441682123,41.763073512416845],[-71.91396168202294,41.76410151263096],[-71.91375668199257,41.76476451276582],[-71.91372968201507,41.76533151287655],[-71.91361868199874,41.76569251294996],[-71.91351668198409,41.76603051301862],[-71.91292568181754,41.76651151313015],[-71.91165568145587,41.76747751335671],[-71.9115536814267,41.767552513374405],[-71.91079468120981,41.768116513507216],[-71.91050368113144,41.76841951357495],[-71.9100016810153,41.76928651375852],[-71.90977368097222,41.769855513875854],[-71.90917168081494,41.77056951403287],[-71.90892168074163,41.77072151407006],[-71.90842768059699,41.77102551414428],[-71.90732268025684,41.77140551425214],[-71.90669468006638,41.771672514323335],[-71.90632667997102,41.77212351442213],[-71.90589367987005,41.77285751457778],[-71.90570067982192,41.77312751463607],[-71.90581067989035,41.7737155147466],[-71.90595667998979,41.77465151492347],[-71.90594168002548,41.77538651506636],[-71.9058096800428,41.77648051528244],[-71.90555867999474,41.777095515409385],[-71.90515767991491,41.77802251560141],[-71.90498267988346,41.77848851569713],[-71.90496567987945,41.778516515703075],[-71.9046576798088,41.77905951581783],[-71.90399767964051,41.77991751600452],[-71.90374267957165,41.780179516063164],[-71.90321967941337,41.780408516123735],[-71.9026416792365,41.78062651618387],[-71.90181967898,41.78084651625194],[-71.90034567852011,41.78124251637429],[-71.89963067829797,41.781451516436924],[-71.89935767821204,41.78151151645701],[-71.89852767795105,41.78169751651874],[-71.89696167745852,41.782047516635025],[-71.89581167709822,41.78232951672525],[-71.89576467708353,41.78234151672905],[-71.89386067648984,41.78285951688832],[-71.89308067625632,41.783247516987636],[-71.8917776758419,41.783455517068255],[-71.89060167547663,41.78380151717169],[-71.89010967533193,41.78409351724348],[-71.88938867512213,41.78456151735646],[-71.88896467500149,41.784886517432554],[-71.88870967495293,41.7855165175625],[-71.88868867496154,41.785796517617406],[-71.88864367498218,41.786436517742786],[-71.88872167504982,41.7871995178882],[-71.8888556751213,41.787700517981094],[-71.88918467527282,41.788496518125136],[-71.88936767534656,41.78874851816828],[-71.8894986753994,41.78892951819929],[-71.88974167550981,41.78949051830044],[-71.8897476755173,41.789590518319635],[-71.88976667554076,41.789902518379485],[-71.88981667560283,41.79073051853833],[-71.8897416756095,41.79129451864992],[-71.88971867561186,41.79147351868528],[-71.88975267564552,41.791881518763276],[-71.8897666756591,41.79204451879442],[-71.89012167581603,41.792784518926766],[-71.8901356758444,41.793214519009624],[-71.88995767580798,41.79360851909147],[-71.88901567554471,41.79441651927711],[-71.8885316754018,41.79469351934576],[-71.88796567523082,41.794947519412474],[-71.88690967489804,41.79517251948873],[-71.88639767473879,41.795319519533045],[-71.88632867471942,41.79537751954641],[-71.88607967464982,41.795590519595365],[-71.88571067458356,41.79657451979738],[-71.88568167459923,41.797029519886415],[-71.88572367462119,41.79717851991397],[-71.88590267471501,41.79781752003219],[-71.88605367478205,41.79813752008949],[-71.886348674913,41.79876152020121],[-71.88659067502395,41.79933752030527],[-71.88659167504578,41.79972652038059],[-71.88649967503473,41.80007052045005],[-71.88645767503668,41.80035452050635],[-71.88647467506286,41.80072752057808],[-71.88671167515315,41.800959520615656],[-71.88675167516845,41.80099952062217],[-71.88724967537675,41.80182252076614],[-71.88728267538843,41.80183852076822],[-71.88738167542348,41.80188752077465],[-71.88741567543555,41.801904520776894],[-71.88745667545012,41.801925520779676],[-71.88758267549478,41.80198852078798],[-71.88762467550968,41.80200952079075],[-71.88763967551498,41.802016520791646],[-71.88768767553198,41.802040520794804],[-71.88770367553767,41.80204852079587],[-71.88791267561176,41.80215252080953],[-71.8898746763044,41.803079520928314],[-71.89086567665458,41.803553520989425],[-71.89241367720159,41.80429352108479],[-71.8941066777998,41.80510252118903],[-71.89507767814291,41.80556652124881],[-71.89595367845246,41.8059855213028],[-71.897112678862,41.80653952137419],[-71.89842467932623,41.807177521457085],[-71.89854467937027,41.80726452147022],[-71.89901367953935,41.80754952151088],[-71.89925667964083,41.80794752158042],[-71.89920167964999,41.808438521677196],[-71.898932679584,41.80883452176218],[-71.8985196794675,41.809169521839834],[-71.89796567930046,41.80942352190617],[-71.89655967884815,41.80955652197549],[-71.89616667872116,41.80958352199286],[-71.89569067856942,41.809653522021165],[-71.89513267841029,41.81007452211996],[-71.89487867834865,41.81046152220275],[-71.89480767837054,41.81127652236275],[-71.89496267845274,41.81184652246831],[-71.89520067855182,41.81223052253527]]]},"properties":{"name":9045,"geoid":"09015904500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.91394368081549,41.74233850841204],[-71.91393368081835,41.7424495084339],[-71.91394568085543,41.74305050855008],[-71.91398468088157,41.74329350859599],[-71.91408868095071,41.74393050871631],[-71.91439168110242,41.744885508892125],[-71.91455468117499,41.745235508954956],[-71.91498768133876,41.74563950901988],[-71.9151846814119,41.74579850904462],[-71.91521268142226,41.74582050904803],[-71.91532368150025,41.74657650919119],[-71.91530868150298,41.74671450921842],[-71.91530068150479,41.746794509234185],[-71.91522668148384,41.74685350924793],[-71.91513468146145,41.746992509277725],[-71.91504868144044,41.7471205093052],[-71.91490168140471,41.747343509353],[-71.91489468140259,41.747346509353775],[-71.9146886813409,41.74744850937994],[-71.91441668126589,41.74769950943702],[-71.9140546811725,41.748150509535705],[-71.91388068113181,41.7484435095979],[-71.9138386811303,41.748664509642055],[-71.91369568110004,41.74896250970425],[-71.91368768111506,41.749282509766566],[-71.91368768111623,41.74930350977063],[-71.91355768108717,41.749546509821776],[-71.91342968105803,41.74977650987033],[-71.91330268102932,41.750007509919044],[-71.91313868100212,41.750485510016816],[-71.91294768097217,41.751073510136735],[-71.91291868100126,41.75177251027316],[-71.91326468118487,41.75305051051024],[-71.91366568136984,41.75402751068724],[-71.9139876814983,41.7544485107589],[-71.91440868165866,41.75486151082593],[-71.91507368190462,41.75538051090598],[-71.9160046822375,41.75589951097775],[-71.91640768238071,41.75610851100581],[-71.91684368252922,41.756217511013425],[-71.9174356827396,41.75652451105461],[-71.91803068297268,41.757224511171884],[-71.91803468302568,41.75816051135321],[-71.9180116830207,41.75820651136286],[-71.91791668299972,41.75838851140107],[-71.91782168297874,41.758570511439295],[-71.91764268293949,41.75891851151231],[-71.91758668292707,41.75902551153478],[-71.91753168291513,41.759134511557605],[-71.91750168290848,41.75919151156958],[-71.91724168285282,41.75972251168057],[-71.91687368273436,41.759754511698176],[-71.916586682642,41.7597805117121],[-71.91629968254962,41.75980551172583],[-71.90016067738193,41.76172851259819],[-71.8987166769187,41.7618855126733],[-71.89438467552912,41.76235851289902],[-71.89294167506627,41.762516512974294],[-71.89286867504269,41.76252151297751],[-71.89264867497178,41.76253951298779],[-71.89257667494857,41.7625455129912],[-71.89232567486832,41.76257751300516],[-71.89157267462765,41.76267551304747],[-71.89132267454778,41.76270851306159],[-71.89046567427255,41.76279651310516],[-71.88789567344735,41.76306251323619],[-71.88703967317255,41.76315251328011],[-71.88683967310845,41.763175513290754],[-71.88653767301169,41.76321051330687],[-71.88623967291585,41.76323851332153],[-71.88603967285152,41.76325751333139],[-71.88495367250279,41.76336951338668],[-71.88248467171012,41.76362751351304],[-71.882468671705,41.76362951351394],[-71.88169867145804,41.7637145135542],[-71.881358671349,41.763752513572086],[-71.88061467111038,41.763834513610966],[-71.87898967058844,41.76400051369339],[-71.87444966913031,41.76446551392385],[-71.87411966902509,41.76451351394336],[-71.87250466851044,41.76475251403961],[-71.87238066847094,41.76477151404712],[-71.87201166835362,41.76483051406995],[-71.87188866831453,41.764850514077644],[-71.87185066830214,41.764851514079005],[-71.87173766826538,41.764854514083076],[-71.87170066825341,41.76485651408463],[-71.87170166824905,41.7647715140681],[-71.87172366824213,41.764515514017795],[-71.87174866823457,41.764230513961785],[-71.8718456682428,41.7638045138762],[-71.87194566825978,41.763519513817855],[-71.87206066827966,41.76319851375208],[-71.87216866830212,41.76296551370356],[-71.87233066833969,41.762686513644475],[-71.87239666835562,41.762584513622656],[-71.87263866841425,41.76221351354326],[-71.87352566862681,41.76081051324385],[-71.87390066871676,41.76021851311748],[-71.87421566879213,41.7597185130108],[-71.87444666884757,41.75935451293309],[-71.87515166901508,41.758213512690105],[-71.87524766903796,41.75805951265727],[-71.87546366908943,41.75771251258332],[-71.87565566913503,41.75740151251709],[-71.87623566927326,41.75647051231865],[-71.87632566929479,41.75632751228814],[-71.87642566931815,41.756158512252284],[-71.87647066933,41.756106512240805],[-71.87714466949382,41.755082512021424],[-71.8774326695625,41.754620511922944],[-71.87773666963228,41.754084511809616],[-71.87817166972688,41.75322151162883],[-71.87834766976157,41.75280751154312],[-71.87835766976357,41.752784511538344],[-71.87853266979523,41.75232151144317],[-71.87857366980106,41.75218351141514],[-71.87912666986576,41.75007851098985],[-71.87924466989418,41.74989451095051],[-71.87930866988499,41.74934851084265],[-71.87933666987514,41.749003510774884],[-71.87934266986751,41.74882951074096],[-71.87940866979572,41.747135510410395],[-71.87944966972587,41.74562451011608],[-71.87947966967687,41.744556509908],[-71.8795136696256,41.7434245096874],[-71.87952166961422,41.743170509637906],[-71.87952466959362,41.742778509561774],[-71.87953566957555,41.742385509485196],[-71.87957166954932,41.741695509350244],[-71.87958266954585,41.741567509325094],[-71.87959766954138,41.741397509291666],[-71.87963366953839,41.74112950923857],[-71.8796786695384,41.740862509185376],[-71.8797746695446,41.74040550909376],[-71.87983266955104,41.74017850904795],[-71.87996866957059,41.739726508956075],[-71.88013266959956,41.7392795088643],[-71.8803216696374,41.73884550877427],[-71.88053366968354,41.738425508686255],[-71.88076066973552,41.73802250860108],[-71.88087766976312,41.737829508560004],[-71.8811266698235,41.737448508478394],[-71.88128266986263,41.737233508431885],[-71.88144566990421,41.73702150838573],[-71.88190467002373,41.73646850826425],[-71.881951670036,41.73641250825195],[-71.88229267012649,41.7360325081677],[-71.8826586702256,41.735660508084216],[-71.8830516703339,41.73529550800128],[-71.88325667039109,41.73511750796041],[-71.88344767044384,41.734942507920564],[-71.88348267045363,41.734912507913656],[-71.88358767048292,41.734821507892754],[-71.88362367049311,41.73479250788601],[-71.88367267050647,41.734744507875185],[-71.88382267054754,41.73460050784262],[-71.88387367056161,41.734553507831926],[-71.88508267089436,41.733422507575156],[-71.88610767117792,41.73249050736266],[-71.88683267137861,41.731833507212805],[-71.88737067152613,41.731320507096655],[-71.88759667158749,41.731093507045635],[-71.88781667164669,41.7308635069942],[-71.88800967169811,41.73065250694731],[-71.88819767174776,41.730438506899986],[-71.88837967179528,41.73022150685225],[-71.88864867186466,41.72988550677875],[-71.88891567193251,41.72953350670221],[-71.88908667197526,41.729295506650736],[-71.88937667204705,41.728878506560875],[-71.88961367210422,41.72851050648215],[-71.88970867212677,41.72835650644934],[-71.8908786723935,41.72625850600612],[-71.89144567251952,41.72518350578],[-71.89148167252766,41.72511750576607],[-71.89265267279332,41.722994505317935],[-71.89292367285604,41.72252550521854],[-71.89304167288202,41.72229750517065],[-71.89339767296082,41.72161650502751],[-71.89351667298726,41.72139050497997],[-71.89365767301587,41.72107350491409],[-71.89384067305313,41.72066450482907],[-71.89406567309659,41.720118504716154],[-71.89419867312247,41.71979950465015],[-71.89427167313347,41.719566504602675],[-71.89432267314135,41.71940650457005],[-71.89440167315212,41.71913350451462],[-71.8944686731592,41.71886450446034],[-71.89448567316128,41.71880150444759],[-71.89451367316421,41.718688504424804],[-71.89453467316787,41.7186305044129],[-71.89457867317331,41.7184685043801],[-71.8947126731904,41.717983504281825],[-71.89475767319622,41.7178225042492],[-71.89478467319923,41.71771650422779],[-71.89485567320733,41.71744250417241],[-71.8948666732085,41.71739850416353],[-71.89487467320946,41.71736850415748],[-71.89489467321187,41.7172935041423],[-71.89492167321487,41.717187504120886],[-71.89492867321582,41.71716350411601],[-71.89528967326063,41.71583550384713],[-71.8955696732958,41.71481250363992],[-71.89581967333194,41.71398550347168],[-71.89601067336515,41.713455503362916],[-71.89614667339022,41.71310350329038],[-71.89680267352034,41.711574502973335],[-71.89711667358286,41.71084650282232],[-71.89741967364606,41.71019650268679],[-71.8975476736725,41.709917502628684],[-71.8976146736864,41.70977250259847],[-71.89787967374123,41.709195502478266],[-71.89793267375231,41.7090825024547],[-71.89806467378024,41.70880650239705],[-71.89811767379139,41.70869450237367],[-71.89827667382494,41.708360502303925],[-71.89829067382797,41.70833250229804],[-71.89832867383576,41.70824850228056],[-71.89855767388266,41.707741502175075],[-71.89917767401123,41.70639750189502],[-71.89934467404535,41.706026501817824],[-71.89980167413866,41.70500950160628],[-71.90005767419211,41.704461501491984],[-71.90091967437266,41.7026255011089],[-71.90253767470641,41.699086500371806],[-71.90305767481225,41.69792350012991],[-71.90355267491545,41.696860499908205],[-71.90376867495834,41.69635749980387],[-71.90411767502567,41.695509499628415],[-71.90452767510264,41.69447449941478],[-71.90512867522058,41.693050499119686],[-71.9052606752466,41.69273949905521],[-71.9058406753584,41.691328498763276],[-71.90668867551781,41.68919149832207],[-71.90682567554396,41.688853498252186],[-71.90686467555169,41.688762498233295],[-71.90713867560619,41.68812649810131],[-71.90723867562522,41.68787849805007],[-71.90733067564163,41.687630497999066],[-71.90738067564926,41.687472497966844],[-71.9074226756559,41.687343497940475],[-71.90751467566866,41.68702949787666],[-71.90753867566892,41.686891497849096],[-71.9076236756771,41.68653549777734],[-71.90768767568358,41.686273497724486],[-71.90780567568875,41.68566649760293],[-71.90784167568839,41.68544649755909],[-71.9078796756855,41.685168497503916],[-71.90789267568285,41.68504249747905],[-71.9079106756803,41.68488949744877],[-71.90793767566981,41.68453849737977],[-71.90808567572063,41.68458349738393],[-71.90828067578755,41.68464249738936],[-71.90853267587373,41.68471349739538],[-71.9086826759251,41.684756497399086],[-71.9087166759367,41.68476549739978],[-71.9088186759716,41.684794497402265],[-71.9088536759836,41.68480449740312],[-71.90903067604418,41.68485549740756],[-71.909561676226,41.68500849742088],[-71.909739676287,41.68506049742546],[-71.90988367633634,41.68510249742917],[-71.91024067645816,41.6851974974366],[-71.91112867676122,41.68543549745538],[-71.91175367697336,41.68558149746442],[-71.91226067714554,41.68570149747206],[-71.91263667727316,41.68578949747752],[-71.91266667728341,41.68579749747816],[-71.91322067747203,41.685937497488226],[-71.91375867765565,41.68608149749956],[-71.91413267778333,41.6861824975076],[-71.9147476779939,41.68635949752297],[-71.91477067800179,41.68636649752362],[-71.9153846782114,41.686531497536684],[-71.91566367830602,41.68659549754049],[-71.91630367852224,41.68672649754615],[-71.91662067862895,41.68678449754762],[-71.91666667864446,41.68679349754794],[-71.91703167876702,41.686854497548495],[-71.91725267884104,41.686888497548274],[-71.91751567892913,41.68692849754791],[-71.91774367900553,41.686963497547666],[-71.91812967913522,41.68702949754856],[-71.9183066791944,41.68705449754792],[-71.91836267921312,41.68706249754774],[-71.91857167928276,41.687087497546145],[-71.91859667929107,41.687090497545945],[-71.91865567931062,41.68709549754511],[-71.91890767939422,41.687119497541964],[-71.91899267942249,41.68712849754109],[-71.91906667944677,41.68713049753919],[-71.91920467949242,41.68714149753705],[-71.91954467960501,41.68716949753199],[-71.919841679704,41.68720649752999],[-71.91998667975243,41.687225497529205],[-71.9200536797747,41.687232497528484],[-71.92008067978362,41.68723449752804],[-71.92016267981084,41.68724249752705],[-71.92019067982015,41.687245497526774],[-71.92035367987418,41.68726049752463],[-71.92037467988122,41.687263497524576],[-71.92081468002661,41.68729449751699],[-71.92084468003648,41.68729549751624],[-71.92100868009035,41.687301497512344],[-71.92120568015501,41.68730749750742],[-71.92121368015768,41.68730849750737],[-71.92179768034917,41.687322497492026],[-71.9219956804141,41.68732749748687],[-71.92257868060575,41.68735049747332],[-71.92348268090299,41.68738749745255],[-71.92392368104862,41.68741649744454],[-71.9243286811828,41.6874514974388],[-71.92433968118644,41.68745249743866],[-71.92460868127581,41.68748049743579],[-71.92490968137609,41.687516497433464],[-71.92513868145241,41.68754449743184],[-71.92594568172201,41.68765449742823],[-71.92600368174139,41.68766249742797],[-71.92637468186601,41.68772549742874],[-71.9265896819377,41.68775249742733],[-71.92683068201761,41.68777449742415],[-71.92744268221962,41.68781349741279],[-71.9290506827496,41.687902497380335],[-71.92907168275647,41.68790249737968],[-71.92949068289411,41.68791749736963],[-71.92983068300532,41.6879204973597],[-71.92998468305544,41.687917497354356],[-71.93011768309837,41.6879084973485],[-71.93036768317859,41.68788249733569],[-71.93040568319066,41.68787649733336],[-71.93050668322292,41.68786349732772],[-71.93069768328326,41.68782649731462],[-71.93125668345854,41.6876944972717],[-71.93153968354733,41.68762849725012],[-71.93181068363234,41.687565497229514],[-71.93222768376322,41.687469497197974],[-71.93261968388495,41.68735549716368],[-71.93268568390546,41.687336497157965],[-71.9328836839662,41.68726549713804],[-71.93339968412552,41.687098497089636],[-71.93385368426577,41.68695349704744],[-71.93465368451346,41.68670749697492],[-71.93495568460746,41.686623496949245],[-71.93500268462213,41.68661149694547],[-71.93528468471041,41.68654249692334],[-71.93546768476519,41.68645149690001],[-71.93558968480573,41.68646449689875],[-71.93560268481009,41.68646649689874],[-71.93569768484203,41.686483496899115],[-71.93579868487551,41.68649249689773],[-71.93595768492756,41.68649449689319],[-71.9360816849682,41.686497496889956],[-71.9362236850147,41.686499496885936],[-71.93654268511852,41.6864934968749],[-71.93728568536048,41.68648149684959],[-71.93792768556989,41.68647749682894],[-71.93838968572065,41.686475496814246],[-71.93941868605638,41.686470496781425],[-71.9399626862335,41.68646149676285],[-71.9402756863355,41.68645749675238],[-71.9408326865176,41.68646149673592],[-71.94136268669159,41.68647849672281],[-71.94149368673503,41.686490496721085],[-71.94164168678452,41.68651149672059],[-71.94178768683364,41.68653749672111],[-71.9421236869477,41.68661649672607],[-71.94237368703287,41.686680496730766],[-71.94298368724125,41.68684749674429],[-71.94370168748732,41.68705849676304],[-71.9443326877033,41.687238496778455],[-71.94457568778633,41.68730549678395],[-71.94609268830482,41.687725496818544],[-71.94628968837212,41.687779496822934],[-71.94678968854254,41.68790949683268],[-71.94781968889292,41.68816449685032],[-71.94948968946221,41.688599496883064],[-71.94964768951638,41.68864649688731],[-71.94973568954538,41.688651496885555],[-71.95003768964892,41.688740496893466],[-71.95024568972036,41.68880449689946],[-71.95054668982426,41.68890649690996],[-71.95088868994348,41.68904349692597],[-71.951140690032,41.6891564969401],[-71.95114769003446,41.689159496940455],[-71.95148569015387,41.68932349696184],[-71.95160869019773,41.689390496971036],[-71.9518516902854,41.68954149699284],[-71.95208769037106,41.68969749701583],[-71.95224069042693,41.68980449703187],[-71.9523796904783,41.68991349704872],[-71.95286569065895,41.69031149711095],[-71.95297269069934,41.69041049712686],[-71.95307569073745,41.6904914971394],[-71.95317769077549,41.69057749715294],[-71.95376269099363,41.69106949723034],[-71.95398469107593,41.69124749725802],[-71.95433069120419,41.69152449730109],[-71.95449369126513,41.69166449732324],[-71.95472069135002,41.69185949735405],[-71.95489469141467,41.69200149737622],[-71.95505569146118,41.691891497349886],[-71.95538169155556,41.69167249729727],[-71.95553969160119,41.6915644972714],[-71.95554169160184,41.69156449727133],[-71.95570169164804,41.69145549724522],[-71.95591169173457,41.691780497301814],[-71.95679769206697,41.6925624974262],[-71.9573956922639,41.692592497413486],[-71.95751469230012,41.69254449740049],[-71.958085692474,41.69231649733853],[-71.95865869264571,41.69203749726662],[-71.95929269284593,41.69191449722309],[-71.96005769310825,41.69214149724345],[-71.96051969328084,41.692535497305634],[-71.96098269347617,41.6933354974466],[-71.96145069367918,41.69424549760877],[-71.96204769392129,41.695100497756265],[-71.96232569404096,41.69562449784939],[-71.96240869407661,41.6957794978769],[-71.96239769409776,41.69622749796421],[-71.96247669416834,41.6970394981194],[-71.9626576942569,41.69757349821744],[-71.9626656942757,41.69786649827408],[-71.96267269429066,41.69809649831851],[-71.96250869425289,41.69838249837912],[-71.96236269421946,41.698640498433726],[-71.9618876941144,41.69954749862451],[-71.96186269412603,41.69990649869497],[-71.96182469414447,41.700465498804654],[-71.96185969419535,41.70118049894236],[-71.96216969434742,41.70210149911153],[-71.96224069438563,41.70237349916212],[-71.96237769445906,41.70289349925879],[-71.9622176944911,41.70442049956015],[-71.96226269453427,41.7049364996589],[-71.96258869467208,41.70550449975903],[-71.96371069509375,41.706505499918535],[-71.96456969541491,41.70724150003474],[-71.96458869542231,41.70726350003842],[-71.96516469564747,41.707934500150785],[-71.96541469575915,41.70847850024862],[-71.96527469573921,41.708945500343596],[-71.96468669556867,41.7093345004373],[-71.96405169539206,41.7098915005651],[-71.96395169540723,41.71075750073625],[-71.96407169545508,41.710914500763],[-71.96419269550333,41.7110725007899],[-71.96483169574587,41.71168550088904],[-71.96549769602184,41.71274450107389],[-71.9655806960562,41.71287550109674],[-71.96613969628586,41.71372850124493],[-71.96632969636691,41.71407250130578],[-71.96628269637222,41.71444650137982],[-71.96612269633438,41.71470750143542],[-71.96566769620136,41.714989501504256],[-71.965075696023,41.715260501575194],[-71.96455269586038,41.71540850162014],[-71.96403069569806,41.71555650166503],[-71.96358769556575,41.715780501722236],[-71.96276569531723,41.71614150181776],[-71.96236569520592,41.716491501898076],[-71.96035069463102,41.71799750225277],[-71.95951669440339,41.71880750243578],[-71.9587936941853,41.71913450252165],[-71.95813269399649,41.7196245026372],[-71.95747269382915,41.720497502827044],[-71.95728769381275,41.72129450298742],[-71.95727569383402,41.721750503076244],[-71.95752469394579,41.72230150317542],[-71.95756169396587,41.722446503202406],[-71.95764969401363,41.72279050326641],[-71.95769269405777,41.723335503370826],[-71.9575506940506,41.72404550351296],[-71.95714269394645,41.72457250362784],[-71.9566786938548,41.72565650385252],[-71.95625869374909,41.72622650397609],[-71.95553869352995,41.726516504054686],[-71.95458169322161,41.726593504099306],[-71.95338169282122,41.72644050410682],[-71.95319569275918,41.72641750410813],[-71.95126569208895,41.725696504028086],[-71.95019669171467,41.72524150397295],[-71.94946969145379,41.724817503913236],[-71.9483436910368,41.72392650377527],[-71.94764469078481,41.72349750371371],[-71.9470646905757,41.72314150366261],[-71.94570769009886,41.7225325035865],[-71.9448326898398,41.72301750370771],[-71.94447168975917,41.72369250384986],[-71.9442476897264,41.724424503998804],[-71.94397968967664,41.72510850413982],[-71.94389668966134,41.72532250418389],[-71.94267668932008,41.72635950442289],[-71.94169568903644,41.727025504582464],[-71.94041768864813,41.72755350472449],[-71.93893868820227,41.72822850490127],[-71.93765468780647,41.72865650502406],[-71.93660268748673,41.72908950514066],[-71.93545468713336,41.72948150525225],[-71.93539368711531,41.729515505260736],[-71.93444168683409,41.73005450539478],[-71.9334846865591,41.73073650555672],[-71.93274968635616,41.73140950571003],[-71.93264468633042,41.73156450574335],[-71.93253968630468,41.73171950577666],[-71.9322496862486,41.73241950592143],[-71.93210368624045,41.73313650606504],[-71.93187368622837,41.73427850629365],[-71.93167868617417,41.73445050633306],[-71.93148268611957,41.73462150637231],[-71.93104368598445,41.73477150641501],[-71.93044368579389,41.734870506452786],[-71.92946268548005,41.73499050650644],[-71.92786268495455,41.7349395065461],[-71.92762168487289,41.73488650654328],[-71.92665868454671,41.734676506532374],[-71.9258126842573,41.73444050651279],[-71.92535168409957,41.73431150650203],[-71.92373868356177,41.73411450651376],[-71.92276968325464,41.73428550657693],[-71.92215468305973,41.73439450661713],[-71.92134768282037,41.73483450672746],[-71.92026568249459,41.7353365068583],[-71.9189546821106,41.73613950705466],[-71.91795968183668,41.73706650726524],[-71.91638268141206,41.73870850763255],[-71.91563368121972,41.73965750783979],[-71.9155446811967,41.73976750786388],[-71.9141806808451,41.74147150823658],[-71.91396668080883,41.742081508361494],[-71.91394368081549,41.74233850841204]]]},"properties":{"name":9071,"geoid":"09015907100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.90793767566981,41.68453849737977],[-71.9079106756803,41.68488949744877],[-71.90789267568285,41.68504249747905],[-71.9078796756855,41.685168497503916],[-71.90784167568839,41.68544649755909],[-71.90780567568875,41.68566649760293],[-71.90768767568358,41.686273497724486],[-71.9076236756771,41.68653549777734],[-71.90753867566892,41.686891497849096],[-71.90751467566866,41.68702949787666],[-71.9074226756559,41.687343497940475],[-71.90738067564926,41.687472497966844],[-71.90733067564163,41.687630497999066],[-71.90723867562522,41.68787849805007],[-71.90713867560619,41.68812649810131],[-71.90686467555169,41.688762498233295],[-71.90682567554396,41.688853498252186],[-71.90668867551781,41.68919149832207],[-71.9058406753584,41.691328498763276],[-71.9052606752466,41.69273949905521],[-71.90512867522058,41.693050499119686],[-71.90452767510264,41.69447449941478],[-71.90411767502567,41.695509499628415],[-71.90376867495834,41.69635749980387],[-71.90355267491545,41.696860499908205],[-71.90305767481225,41.69792350012991],[-71.90253767470641,41.699086500371806],[-71.90091967437266,41.7026255011089],[-71.90005767419211,41.704461501491984],[-71.89980167413866,41.70500950160628],[-71.89934467404535,41.706026501817824],[-71.89917767401123,41.70639750189502],[-71.89855767388266,41.707741502175075],[-71.89832867383576,41.70824850228056],[-71.89829067382797,41.70833250229804],[-71.89827667382494,41.708360502303925],[-71.89811767379139,41.70869450237367],[-71.89806467378024,41.70880650239705],[-71.89793267375231,41.7090825024547],[-71.89787967374123,41.709195502478266],[-71.8976146736864,41.70977250259847],[-71.8975476736725,41.709917502628684],[-71.89741967364606,41.71019650268679],[-71.89711667358286,41.71084650282232],[-71.89680267352034,41.711574502973335],[-71.89614667339022,41.71310350329038],[-71.89601067336515,41.713455503362916],[-71.89581967333194,41.71398550347168],[-71.8955696732958,41.71481250363992],[-71.89528967326063,41.71583550384713],[-71.89492867321582,41.71716350411601],[-71.89492167321487,41.717187504120886],[-71.89489467321187,41.7172935041423],[-71.89487467320946,41.71736850415748],[-71.8948666732085,41.71739850416353],[-71.89485567320733,41.71744250417241],[-71.89478467319923,41.71771650422779],[-71.89475767319622,41.7178225042492],[-71.8947126731904,41.717983504281825],[-71.89457867317331,41.7184685043801],[-71.89453467316787,41.7186305044129],[-71.89451367316421,41.718688504424804],[-71.89448567316128,41.71880150444759],[-71.8944686731592,41.71886450446034],[-71.89440167315212,41.71913350451462],[-71.89432267314135,41.71940650457005],[-71.89427167313347,41.719566504602675],[-71.89419867312247,41.71979950465015],[-71.89406567309659,41.720118504716154],[-71.89384067305313,41.72066450482907],[-71.89365767301587,41.72107350491409],[-71.89351667298726,41.72139050497997],[-71.89339767296082,41.72161650502751],[-71.89304167288202,41.72229750517065],[-71.89292367285604,41.72252550521854],[-71.89265267279332,41.722994505317935],[-71.89148167252766,41.72511750576607],[-71.89144567251952,41.72518350578],[-71.8908786723935,41.72625850600612],[-71.88970867212677,41.72835650644934],[-71.88961367210422,41.72851050648215],[-71.88937667204705,41.728878506560875],[-71.88908667197526,41.729295506650736],[-71.88891567193251,41.72953350670221],[-71.88864867186466,41.72988550677875],[-71.88837967179528,41.73022150685225],[-71.88819767174776,41.730438506899986],[-71.88800967169811,41.73065250694731],[-71.88781667164669,41.7308635069942],[-71.88759667158749,41.731093507045635],[-71.88737067152613,41.731320507096655],[-71.88683267137861,41.731833507212805],[-71.88610767117792,41.73249050736266],[-71.88508267089436,41.733422507575156],[-71.88387367056161,41.734553507831926],[-71.88382267054754,41.73460050784262],[-71.88367267050647,41.734744507875185],[-71.88362367049311,41.73479250788601],[-71.88358767048292,41.734821507892754],[-71.88348267045363,41.734912507913656],[-71.88344767044384,41.734942507920564],[-71.88325667039109,41.73511750796041],[-71.8830516703339,41.73529550800128],[-71.8826586702256,41.735660508084216],[-71.88229267012649,41.7360325081677],[-71.881951670036,41.73641250825195],[-71.88190467002373,41.73646850826425],[-71.88144566990421,41.73702150838573],[-71.88128266986263,41.737233508431885],[-71.8811266698235,41.737448508478394],[-71.88087766976312,41.737829508560004],[-71.88076066973552,41.73802250860108],[-71.88053366968354,41.738425508686255],[-71.8803216696374,41.73884550877427],[-71.88013266959956,41.7392795088643],[-71.87996866957059,41.739726508956075],[-71.87983266955104,41.74017850904795],[-71.8797746695446,41.74040550909376],[-71.8796786695384,41.740862509185376],[-71.87963366953839,41.74112950923857],[-71.87959766954138,41.741397509291666],[-71.87958266954585,41.741567509325094],[-71.87957166954932,41.741695509350244],[-71.87953566957555,41.742385509485196],[-71.87952466959362,41.742778509561774],[-71.87952166961422,41.743170509637906],[-71.8795136696256,41.7434245096874],[-71.87947966967687,41.744556509908],[-71.87944966972587,41.74562451011608],[-71.87940866979572,41.747135510410395],[-71.87934266986751,41.74882951074096],[-71.87933666987514,41.749003510774884],[-71.87930866988499,41.74934851084265],[-71.87924466989418,41.74989451095051],[-71.87912666986576,41.75007851098985],[-71.87857366980106,41.75218351141514],[-71.87853266979523,41.75232151144317],[-71.87835766976357,41.752784511538344],[-71.87834766976157,41.75280751154312],[-71.87817166972688,41.75322151162883],[-71.87773666963228,41.754084511809616],[-71.8774326695625,41.754620511922944],[-71.87714466949382,41.755082512021424],[-71.87647066933,41.756106512240805],[-71.87642566931815,41.756158512252284],[-71.87632566929479,41.75632751228814],[-71.87623566927326,41.75647051231865],[-71.87565566913503,41.75740151251709],[-71.87546366908943,41.75771251258332],[-71.87524766903796,41.75805951265727],[-71.87515166901508,41.758213512690105],[-71.87444666884757,41.75935451293309],[-71.87421566879213,41.7597185130108],[-71.87390066871676,41.76021851311748],[-71.87352566862681,41.76081051324385],[-71.87263866841425,41.76221351354326],[-71.87239666835562,41.762584513622656],[-71.87233066833969,41.762686513644475],[-71.87216866830212,41.76296551370356],[-71.87206066827966,41.76319851375208],[-71.87194566825978,41.763519513817855],[-71.8718456682428,41.7638045138762],[-71.87174866823457,41.764230513961785],[-71.87172366824213,41.764515514017795],[-71.87170166824905,41.7647715140681],[-71.87170066825341,41.76485651408463],[-71.8715426682028,41.76487551409316],[-71.87106866805098,41.76493151411868],[-71.87091166800076,41.76495151412741],[-71.87058266789528,41.764988514144754],[-71.8695986675799,41.76510151419707],[-71.86927066747485,41.76514051421476],[-71.86794666705133,41.76530751428804],[-71.86687066670714,41.76544351434764],[-71.86397566578033,41.76579551450531],[-71.86265266535683,41.76595751457758],[-71.86142366496291,41.766098514642884],[-71.85773666378118,41.76652251483895],[-71.85650866338761,41.766664514904384],[-71.85523966298148,41.76682151497402],[-71.85143466176385,41.767294515183174],[-71.85016666135813,41.76745351525315],[-71.85011066134021,41.767460515256225],[-71.85008266133123,41.76746351525769],[-71.84993066128258,41.76748251526606],[-71.8498336612515,41.76749351527119],[-71.84975066122496,41.76750451527589],[-71.84895166096885,41.767596515318374],[-71.84655666020124,41.767873515446006],[-71.84575865994555,41.76796651548867],[-71.84434765949395,41.76814151556612],[-71.84011565813945,41.768665515798304],[-71.83870565768822,41.76884151587594],[-71.83879765768137,41.76817051574302],[-71.83907565766144,41.76615751534419],[-71.83916965765528,41.7654875152114],[-71.83921065765333,41.76520851515603],[-71.83933565764816,41.76437251499009],[-71.83937865764692,41.76409451493487],[-71.8397276576254,41.76163051444637],[-71.84077365756073,41.75424151298128],[-71.84112365753963,41.751778512492834],[-71.84116965753294,41.751383512414804],[-71.84130765751445,41.75022751218635],[-71.8413206575175,41.75020551218167],[-71.84153265756835,41.74987051211017],[-71.84162665758605,41.7496335120613],[-71.841649657582,41.74942351201987],[-71.84180765755727,41.74803451174557],[-71.84186165754946,41.7475715116541],[-71.84233065753482,41.74451851104747],[-71.8437406574922,41.735361509227516],[-71.84421165747838,41.73230950862082],[-71.84439565747161,41.731092508379],[-71.84494965745199,41.72744050765324],[-71.84513465744561,41.72622450741156],[-71.84514965744533,41.726130507392845],[-71.84519665744523,41.72584850733667],[-71.84521365744567,41.72575550731811],[-71.84538465743474,41.72453950707683],[-71.84590065740295,41.72089150635292],[-71.84605165739384,41.71982750614175],[-71.84606265739332,41.71975250612685],[-71.84607265739241,41.71967650611178],[-71.84608065739194,41.71962050610068],[-71.84608865739143,41.719563506089365],[-71.84610365739061,41.719459506068716],[-71.84619865738591,41.71880850593942],[-71.84623065738448,41.7185925058965],[-71.84649765736935,41.71672850552646],[-71.84954065728105,41.69700850160382],[-71.84979465727356,41.695359501275725],[-71.85055965725223,41.690415500291884],[-71.85056165725224,41.690403500289484],[-71.85081465724515,41.68876749996391],[-71.85092365727917,41.68873849995492],[-71.85202265762119,41.688429499861016],[-71.85245165775481,41.68831049982469],[-71.85280965786659,41.6882164997954],[-71.8531616579768,41.68812949976765],[-71.85356465810366,41.68804249973832],[-71.85394465822401,41.687973499713216],[-71.85419065830217,41.68793349969786],[-71.85454365841484,41.687885499677655],[-71.85484265850971,41.68783449965854],[-71.85502365856686,41.68779849964596],[-71.8551956586209,41.68775949963309],[-71.85545065870056,41.68769349961241],[-71.85564565876098,41.687633499594746],[-71.85569365877572,41.68761649958996],[-71.85587065883026,41.68755649957286],[-71.85609765889961,41.68746949954896],[-71.85623065893955,41.68740549953242],[-71.85636065897822,41.687336499515006],[-71.85654765903342,41.68722949948847],[-71.85681265911062,41.687058499447076],[-71.8568516591222,41.68703749944179],[-71.85700165916516,41.6869274994158],[-71.85714565920595,41.68681349938924],[-71.85734965926277,41.686634499348166],[-71.85758665932713,41.686396499294624],[-71.85764065934141,41.68633549928111],[-71.85773465936553,41.6862154992549],[-71.85790365940701,41.685965499201124],[-71.85801465943312,41.68578049916177],[-71.85806265944402,41.68569349914338],[-71.85836765951397,41.68515249902889],[-71.85861965957373,41.684741498941285],[-71.85879365961769,41.68450649889026],[-71.85899265966921,41.68426049883634],[-71.8591036596984,41.684132498808054],[-71.85922965973222,41.683998498778145],[-71.85962365983964,41.683610498690626],[-71.86059266010577,41.68269249848241],[-71.86075666015117,41.68254349844841],[-71.861017660225,41.68233549839995],[-71.86108466024449,41.68229149838933],[-71.86154166037998,41.682040498326494],[-71.86166766041784,41.68198049831094],[-71.86181866046381,41.68191949829445],[-71.86201166052318,41.68185249827547],[-71.86208766054663,41.68182749826828],[-71.86233166062237,41.681755498246766],[-71.86259366070448,41.68169249822644],[-71.86277166076091,41.68166149821494],[-71.86295266081882,41.68163949820507],[-71.86310066086646,41.681626498198],[-71.86339966096358,41.681616498186834],[-71.86369866106135,41.681618498178004],[-71.86385766111358,41.68162449817426],[-71.86430666126124,41.68164249816392],[-71.8652586615753,41.681699498145655],[-71.8654396616348,41.681706498141416],[-71.86588466177975,41.68169949812635],[-71.86600566181879,41.68169049812086],[-71.86622966188992,41.68165349810677],[-71.86645966196299,41.68161649809249],[-71.86767366234739,41.681395498012115],[-71.86886866272606,41.68118349793408],[-71.87003466309578,41.68098149785888],[-71.87024166316175,41.68095149784667],[-71.87105866342365,41.68086149780397],[-71.8712246634765,41.68083649779401],[-71.87155466358094,41.68077549777198],[-71.87172766363496,41.68073049775791],[-71.87189766368768,41.680679497742766],[-71.87206466373914,41.68062349772672],[-71.87229266380899,41.68053949770338],[-71.87248866386822,41.680452497680434],[-71.87258766389843,41.6804134976698],[-71.87264366391574,41.68039549766457],[-71.87302166403397,41.680300497634455],[-71.8732066640922,41.680260497620985],[-71.87328866411812,41.68024449761534],[-71.87354966419956,41.68017549759387],[-71.8738036642778,41.68008949756934],[-71.87404766435172,41.679984497541405],[-71.87417166438951,41.67993549752808],[-71.8742856644248,41.67989949751756],[-71.87440266446126,41.679867497507736],[-71.8745316645009,41.67982249749501],[-71.8750296646551,41.67966849744975],[-71.87546966479161,41.679537497410706],[-71.87557566482414,41.679499497400066],[-71.87632466505532,41.67925449732935],[-71.87632966505689,41.679253497329015],[-71.87754866543189,41.67883249720961],[-71.87851266572906,41.678510497117315],[-71.87888466584346,41.67838149708078],[-71.87920466594193,41.67827149704955],[-71.87944466601542,41.67818249702483],[-71.87972666610084,41.67806049699244],[-71.87977466611525,41.67803749698648],[-71.87987466614615,41.67800549697718],[-71.87997666617798,41.677978496968805],[-71.8800796662104,41.67795649696134],[-71.88020866625133,41.67793449695309],[-71.88033966629334,41.67792049694632],[-71.880471666336,41.67791249694069],[-71.88062366638566,41.677912496936],[-71.88077666643595,41.67791849693245],[-71.88105366652741,41.6779364969274],[-71.88128566660453,41.67796149692509],[-71.88172966675312,41.678026496924026],[-71.88267766707041,41.678166496921975],[-71.88331366728355,41.67826549692158],[-71.88371566741851,41.67833249692219],[-71.8841586675679,41.67841849692524],[-71.88569966808863,41.67873649693946],[-71.88630866829482,41.67886949694649],[-71.88666866841712,41.6789554969521],[-71.88678666845742,41.678987496954676],[-71.8869966685295,41.67905149696062],[-71.8871936685979,41.679125496968915],[-71.88765366875971,41.67933649699571],[-71.88767166876607,41.6793454969969],[-71.88777966880458,41.679404497005045],[-71.88794566886496,41.67951649702167],[-71.88813166893388,41.67966549704487],[-71.88832966900883,41.67985249707508],[-71.88852266908323,41.68005949710934],[-71.88861766911857,41.68013849712176],[-71.88877366917548,41.68024649713792],[-71.88892466922977,41.680337497150944],[-71.88907666928371,41.6804154971614],[-71.88920466932856,41.68047149716833],[-71.88924866934366,41.6804844971695],[-71.8892916693587,41.680502497171666],[-71.8894076693993,41.6805524971778],[-71.88959466946363,41.68061149718349],[-71.88986066955457,41.680685497189636],[-71.8899976696009,41.680714497191055],[-71.89012966964512,41.68073449719086],[-71.89026366968969,41.680749497189645],[-71.89055866978701,41.68076749718403],[-71.89129467002856,41.68078849716539],[-71.89194367024237,41.68082249715196],[-71.8925946704575,41.68086849714079],[-71.8926696704823,41.68087449713964],[-71.89367167081464,41.680967497126765],[-71.89407167094802,41.68101749712414],[-71.89461067112872,41.681102497124016],[-71.89487667121817,41.68114949712491],[-71.89540867139752,41.6812514971283],[-71.89567567148708,41.68129449712841],[-71.89633367170619,41.68137149712306],[-71.89640667173049,41.68137949712236],[-71.89759367212834,41.68156549712183],[-71.89808967229416,41.681635497120105],[-71.89813267230869,41.68164449712053],[-71.89848667242704,41.68169449711932],[-71.89890367256702,41.68176349711982],[-71.89994467291473,41.68190449711506],[-71.90013367297833,41.68193849711584],[-71.90050667310449,41.682017497119666],[-71.90148867343837,41.68225749713596],[-71.90187767357129,41.68236449714472],[-71.9018946735771,41.68236949714517],[-71.90237967374374,41.682519497159326],[-71.902461673772,41.68254649716204],[-71.90321567403193,41.68279549718711],[-71.90381967423961,41.68298549720536],[-71.90421367437604,41.683126497220584],[-71.90442867445091,41.68321149723045],[-71.90463967452472,41.683300497241206],[-71.90484867459826,41.6833964972534],[-71.90552767483797,41.68372349729592],[-71.9055756748548,41.68374449729854],[-71.90581967494053,41.68385449731235],[-71.90596267499082,41.68391949732057],[-71.90612967504907,41.683987497328616],[-71.90626967509755,41.68403749733401],[-71.90657267520167,41.68413149734289],[-71.9066976752447,41.684171497346796],[-71.90682767528949,41.68421449735114],[-71.90691067531782,41.684236497352835],[-71.90715967540288,41.68430449735836],[-71.90724367543157,41.68432749736022],[-71.9072766754429,41.684337497361156],[-71.90737767547753,41.68436749736386],[-71.90741167548919,41.68437749736475],[-71.90751667552519,41.68440849736753],[-71.90763667556635,41.684444497370805],[-71.90783167563339,41.68450549737664],[-71.90793767566981,41.68453849737977]]]},"properties":{"name":9072,"geoid":"09015907200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.95570169164804,41.69145549724522],[-71.95554169160184,41.69156449727133],[-71.95553969160119,41.6915644972714],[-71.95538169155556,41.69167249729727],[-71.95505569146118,41.691891497349886],[-71.95489469141467,41.69200149737622],[-71.95472069135002,41.69185949735405],[-71.95449369126513,41.69166449732324],[-71.95433069120419,41.69152449730109],[-71.95398469107593,41.69124749725802],[-71.95376269099363,41.69106949723034],[-71.95317769077549,41.69057749715294],[-71.95307569073745,41.6904914971394],[-71.95297269069934,41.69041049712686],[-71.95286569065895,41.69031149711095],[-71.9523796904783,41.68991349704872],[-71.95224069042693,41.68980449703187],[-71.95208769037106,41.68969749701583],[-71.9518516902854,41.68954149699284],[-71.95160869019773,41.689390496971036],[-71.95148569015387,41.68932349696184],[-71.95114769003446,41.689159496940455],[-71.951140690032,41.6891564969401],[-71.95088868994348,41.68904349692597],[-71.95054668982426,41.68890649690996],[-71.95024568972036,41.68880449689946],[-71.95003768964892,41.688740496893466],[-71.94973568954538,41.688651496885555],[-71.94964768951638,41.68864649688731],[-71.94948968946221,41.688599496883064],[-71.94781968889292,41.68816449685032],[-71.94678968854254,41.68790949683268],[-71.94628968837212,41.687779496822934],[-71.94609268830482,41.687725496818544],[-71.94457568778633,41.68730549678395],[-71.9443326877033,41.687238496778455],[-71.94370168748732,41.68705849676304],[-71.94298368724125,41.68684749674429],[-71.94237368703287,41.686680496730766],[-71.9421236869477,41.68661649672607],[-71.94178768683364,41.68653749672111],[-71.94164168678452,41.68651149672059],[-71.94149368673503,41.686490496721085],[-71.94136268669159,41.68647849672281],[-71.9408326865176,41.68646149673592],[-71.9402756863355,41.68645749675238],[-71.9399626862335,41.68646149676285],[-71.93941868605638,41.686470496781425],[-71.93838968572065,41.686475496814246],[-71.93792768556989,41.68647749682894],[-71.93728568536048,41.68648149684959],[-71.93654268511852,41.6864934968749],[-71.9362236850147,41.686499496885936],[-71.9360816849682,41.686497496889956],[-71.93595768492756,41.68649449689319],[-71.93579868487551,41.68649249689773],[-71.93569768484203,41.686483496899115],[-71.93560268481009,41.68646649689874],[-71.93558968480573,41.68646449689875],[-71.93546768476519,41.68645149690001],[-71.93528468471041,41.68654249692334],[-71.93500268462213,41.68661149694547],[-71.93495568460746,41.686623496949245],[-71.93465368451346,41.68670749697492],[-71.93385368426577,41.68695349704744],[-71.93339968412552,41.687098497089636],[-71.9328836839662,41.68726549713804],[-71.93268568390546,41.687336497157965],[-71.93261968388495,41.68735549716368],[-71.93222768376322,41.687469497197974],[-71.93181068363234,41.687565497229514],[-71.93153968354733,41.68762849725012],[-71.93125668345854,41.6876944972717],[-71.93069768328326,41.68782649731462],[-71.93050668322292,41.68786349732772],[-71.93040568319066,41.68787649733336],[-71.93036768317859,41.68788249733569],[-71.93011768309837,41.6879084973485],[-71.92998468305544,41.687917497354356],[-71.92983068300532,41.6879204973597],[-71.92949068289411,41.68791749736963],[-71.92907168275647,41.68790249737968],[-71.9290506827496,41.687902497380335],[-71.92744268221962,41.68781349741279],[-71.92683068201761,41.68777449742415],[-71.9265896819377,41.68775249742733],[-71.92637468186601,41.68772549742874],[-71.92600368174139,41.68766249742797],[-71.92594568172201,41.68765449742823],[-71.92513868145241,41.68754449743184],[-71.92490968137609,41.687516497433464],[-71.92460868127581,41.68748049743579],[-71.92433968118644,41.68745249743866],[-71.9243286811828,41.6874514974388],[-71.92392368104862,41.68741649744454],[-71.92348268090299,41.68738749745255],[-71.92257868060575,41.68735049747332],[-71.9219956804141,41.68732749748687],[-71.92179768034917,41.687322497492026],[-71.92121368015768,41.68730849750737],[-71.92120568015501,41.68730749750742],[-71.92100868009035,41.687301497512344],[-71.92084468003648,41.68729549751624],[-71.92081468002661,41.68729449751699],[-71.92037467988122,41.687263497524576],[-71.92035367987418,41.68726049752463],[-71.92019067982015,41.687245497526774],[-71.92016267981084,41.68724249752705],[-71.92008067978362,41.68723449752804],[-71.9200536797747,41.687232497528484],[-71.91998667975243,41.687225497529205],[-71.919841679704,41.68720649752999],[-71.91954467960501,41.68716949753199],[-71.91920467949242,41.68714149753705],[-71.91906667944677,41.68713049753919],[-71.91899267942249,41.68712849754109],[-71.91890767939422,41.687119497541964],[-71.91865567931062,41.68709549754511],[-71.91859667929107,41.687090497545945],[-71.91857167928276,41.687087497546145],[-71.91836267921312,41.68706249754774],[-71.9183066791944,41.68705449754792],[-71.91812967913522,41.68702949754856],[-71.91774367900553,41.686963497547666],[-71.91751567892913,41.68692849754791],[-71.91725267884104,41.686888497548274],[-71.91703167876702,41.686854497548495],[-71.91666667864446,41.68679349754794],[-71.91662067862895,41.68678449754762],[-71.91630367852224,41.68672649754615],[-71.91566367830602,41.68659549754049],[-71.9153846782114,41.686531497536684],[-71.91477067800179,41.68636649752362],[-71.9147476779939,41.68635949752297],[-71.91413267778333,41.6861824975076],[-71.91375867765565,41.68608149749956],[-71.91322067747203,41.685937497488226],[-71.91266667728341,41.68579749747816],[-71.91263667727316,41.68578949747752],[-71.91226067714554,41.68570149747206],[-71.91175367697336,41.68558149746442],[-71.91112867676122,41.68543549745538],[-71.91024067645816,41.6851974974366],[-71.90988367633634,41.68510249742917],[-71.909739676287,41.68506049742546],[-71.909561676226,41.68500849742088],[-71.90903067604418,41.68485549740756],[-71.9088536759836,41.68480449740312],[-71.9088186759716,41.684794497402265],[-71.9087166759367,41.68476549739978],[-71.9086826759251,41.684756497399086],[-71.90853267587373,41.68471349739538],[-71.90828067578755,41.68464249738936],[-71.90808567572063,41.68458349738393],[-71.90793767566981,41.68453849737977],[-71.90783167563339,41.68450549737664],[-71.90763667556635,41.684444497370805],[-71.90751667552519,41.68440849736753],[-71.90741167548919,41.68437749736475],[-71.90737767547753,41.68436749736386],[-71.9072766754429,41.684337497361156],[-71.90724367543157,41.68432749736022],[-71.90715967540288,41.68430449735836],[-71.90691067531782,41.684236497352835],[-71.90682767528949,41.68421449735114],[-71.9066976752447,41.684171497346796],[-71.90657267520167,41.68413149734289],[-71.90626967509755,41.68403749733401],[-71.90612967504907,41.683987497328616],[-71.90596267499082,41.68391949732057],[-71.90581967494053,41.68385449731235],[-71.9055756748548,41.68374449729854],[-71.90552767483797,41.68372349729592],[-71.90484867459826,41.6833964972534],[-71.90463967452472,41.683300497241206],[-71.90442867445091,41.68321149723045],[-71.90421367437604,41.683126497220584],[-71.90381967423961,41.68298549720536],[-71.90321567403193,41.68279549718711],[-71.902461673772,41.68254649716204],[-71.90237967374374,41.682519497159326],[-71.9018946735771,41.68236949714517],[-71.90187767357129,41.68236449714472],[-71.90148867343837,41.68225749713596],[-71.90050667310449,41.682017497119666],[-71.90013367297833,41.68193849711584],[-71.89994467291473,41.68190449711506],[-71.89890367256702,41.68176349711982],[-71.89848667242704,41.68169449711932],[-71.89813267230869,41.68164449712053],[-71.89808967229416,41.681635497120105],[-71.89759367212834,41.68156549712183],[-71.89640667173049,41.68137949712236],[-71.89633367170619,41.68137149712306],[-71.89567567148708,41.68129449712841],[-71.89540867139752,41.6812514971283],[-71.89487667121817,41.68114949712491],[-71.89461067112872,41.681102497124016],[-71.89407167094802,41.68101749712414],[-71.89367167081464,41.680967497126765],[-71.8926696704823,41.68087449713964],[-71.8925946704575,41.68086849714079],[-71.89194367024237,41.68082249715196],[-71.89129467002856,41.68078849716539],[-71.89055866978701,41.68076749718403],[-71.89026366968969,41.680749497189645],[-71.89012966964512,41.68073449719086],[-71.8899976696009,41.680714497191055],[-71.88986066955457,41.680685497189636],[-71.88959466946363,41.68061149718349],[-71.8894076693993,41.6805524971778],[-71.8892916693587,41.680502497171666],[-71.88924866934366,41.6804844971695],[-71.88920466932856,41.68047149716833],[-71.88907666928371,41.6804154971614],[-71.88892466922977,41.680337497150944],[-71.88877366917548,41.68024649713792],[-71.88861766911857,41.68013849712176],[-71.88852266908323,41.68005949710934],[-71.88832966900883,41.67985249707508],[-71.88813166893388,41.67966549704487],[-71.88794566886496,41.67951649702167],[-71.88777966880458,41.679404497005045],[-71.88767166876607,41.6793454969969],[-71.88765366875971,41.67933649699571],[-71.8871936685979,41.679125496968915],[-71.8869966685295,41.67905149696062],[-71.88678666845742,41.678987496954676],[-71.88666866841712,41.6789554969521],[-71.88630866829482,41.67886949694649],[-71.88569966808863,41.67873649693946],[-71.8841586675679,41.67841849692524],[-71.88371566741851,41.67833249692219],[-71.88331366728355,41.67826549692158],[-71.88267766707041,41.678166496921975],[-71.88172966675312,41.678026496924026],[-71.88128566660453,41.67796149692509],[-71.88105366652741,41.6779364969274],[-71.88077666643595,41.67791849693245],[-71.88062366638566,41.677912496936],[-71.880471666336,41.67791249694069],[-71.88033966629334,41.67792049694632],[-71.88020866625133,41.67793449695309],[-71.8800796662104,41.67795649696134],[-71.87997666617798,41.677978496968805],[-71.87987466614615,41.67800549697718],[-71.87977466611525,41.67803749698648],[-71.87972666610084,41.67806049699244],[-71.87944466601542,41.67818249702483],[-71.87920466594193,41.67827149704955],[-71.87888466584346,41.67838149708078],[-71.87851266572906,41.678510497117315],[-71.87754866543189,41.67883249720961],[-71.87632966505689,41.679253497329015],[-71.87632466505532,41.67925449732935],[-71.87557566482414,41.679499497400066],[-71.87546966479161,41.679537497410706],[-71.8750296646551,41.67966849744975],[-71.8745316645009,41.67982249749501],[-71.87440266446126,41.679867497507736],[-71.8742856644248,41.67989949751756],[-71.87417166438951,41.67993549752808],[-71.87404766435172,41.679984497541405],[-71.8738036642778,41.68008949756934],[-71.87354966419956,41.68017549759387],[-71.87328866411812,41.68024449761534],[-71.8732066640922,41.680260497620985],[-71.87302166403397,41.680300497634455],[-71.87264366391574,41.68039549766457],[-71.87258766389843,41.6804134976698],[-71.87248866386822,41.680452497680434],[-71.87229266380899,41.68053949770338],[-71.87206466373914,41.68062349772672],[-71.87189766368768,41.680679497742766],[-71.87172766363496,41.68073049775791],[-71.87155466358094,41.68077549777198],[-71.8712246634765,41.68083649779401],[-71.87105866342365,41.68086149780397],[-71.87024166316175,41.68095149784667],[-71.87003466309578,41.68098149785888],[-71.86886866272606,41.68118349793408],[-71.86767366234739,41.681395498012115],[-71.86645966196299,41.68161649809249],[-71.86622966188992,41.68165349810677],[-71.86600566181879,41.68169049812086],[-71.86588466177975,41.68169949812635],[-71.8654396616348,41.681706498141416],[-71.8652586615753,41.681699498145655],[-71.86430666126124,41.68164249816392],[-71.86385766111358,41.68162449817426],[-71.86369866106135,41.681618498178004],[-71.86339966096358,41.681616498186834],[-71.86310066086646,41.681626498198],[-71.86295266081882,41.68163949820507],[-71.86277166076091,41.68166149821494],[-71.86259366070448,41.68169249822644],[-71.86233166062237,41.681755498246766],[-71.86208766054663,41.68182749826828],[-71.86201166052318,41.68185249827547],[-71.86181866046381,41.68191949829445],[-71.86166766041784,41.68198049831094],[-71.86154166037998,41.682040498326494],[-71.86108466024449,41.68229149838933],[-71.861017660225,41.68233549839995],[-71.86075666015117,41.68254349844841],[-71.86059266010577,41.68269249848241],[-71.85962365983964,41.683610498690626],[-71.85922965973222,41.683998498778145],[-71.8591036596984,41.684132498808054],[-71.85899265966921,41.68426049883634],[-71.85879365961769,41.68450649889026],[-71.85861965957373,41.684741498941285],[-71.85836765951397,41.68515249902889],[-71.85806265944402,41.68569349914338],[-71.85801465943312,41.68578049916177],[-71.85790365940701,41.685965499201124],[-71.85773465936553,41.6862154992549],[-71.85764065934141,41.68633549928111],[-71.85758665932713,41.686396499294624],[-71.85734965926277,41.686634499348166],[-71.85714565920595,41.68681349938924],[-71.85700165916516,41.6869274994158],[-71.8568516591222,41.68703749944179],[-71.85681265911062,41.687058499447076],[-71.85654765903342,41.68722949948847],[-71.85636065897822,41.687336499515006],[-71.85623065893955,41.68740549953242],[-71.85609765889961,41.68746949954896],[-71.85587065883026,41.68755649957286],[-71.85569365877572,41.68761649958996],[-71.85564565876098,41.687633499594746],[-71.85545065870056,41.68769349961241],[-71.8551956586209,41.68775949963309],[-71.85502365856686,41.68779849964596],[-71.85484265850971,41.68783449965854],[-71.85454365841484,41.687885499677655],[-71.85419065830217,41.68793349969786],[-71.85394465822401,41.687973499713216],[-71.85356465810366,41.68804249973832],[-71.8531616579768,41.68812949976765],[-71.85280965786659,41.6882164997954],[-71.85245165775481,41.68831049982469],[-71.85202265762119,41.688429499861016],[-71.85092365727917,41.68873849995492],[-71.85081465724515,41.68876749996391],[-71.85104565724164,41.68732749967706],[-71.8517386572311,41.68300749881647],[-71.8519696572276,41.68156749852959],[-71.85274865720322,41.6764814975174],[-71.85382665717012,41.669453496118464],[-71.85508765713124,41.6612264944806],[-71.85570565711254,41.657200493678914],[-71.85598665714767,41.65616649346926],[-71.8559976571475,41.656097493455526],[-71.85603365714813,41.65589449341493],[-71.85604565714831,41.65582649340134],[-71.85629865714469,41.65425149308735],[-71.85706065713502,41.649530492145985],[-71.85731465713182,41.64795649183211],[-71.85743465713021,41.647211491683535],[-71.85779665712624,41.64497949123837],[-71.85791765712503,41.64423549108997],[-71.86318265880766,41.64356949079829],[-71.87451666242984,41.642137490170605],[-71.87899466386897,41.6417194899513],[-71.88427966556748,41.64122748969269],[-71.88430766557643,41.64122448969123],[-71.88430966557709,41.641224489691176],[-71.88439366560404,41.641215489686836],[-71.88442266561334,41.64121248968536],[-71.8889486670658,41.64075348945653],[-71.89968967051283,41.63966748891401],[-71.90252667142319,41.639379488770466],[-71.90705367287596,41.63892248854188],[-71.9070646728795,41.63892148854133],[-71.90720067292314,41.638907488534414],[-71.9074546730043,41.638875488520355],[-71.9086576733887,41.63872448845387],[-71.9090586735169,41.63867448843177],[-71.90906167351787,41.638674488431676],[-71.90906967352042,41.63867348843123],[-71.9115936743303,41.63841748830353],[-71.91919867677059,41.63764748791897],[-71.9212236774204,41.637443487816746],[-71.92173467758437,41.63739148779086],[-71.92473167854595,41.637087487639164],[-71.92604567896763,41.6369554875729],[-71.92768267949285,41.63678948749005],[-71.9337226814308,41.63617748718439],[-71.93671968239236,41.63587448703286],[-71.93674168239944,41.635872487031776],[-71.93732468258645,41.6358124870021],[-71.93914268316978,41.6356294869103],[-71.939741683362,41.635569486880115],[-71.93974968336461,41.635569486879874],[-71.94008168347099,41.63553348686262],[-71.94073768368143,41.635466486829294],[-71.94127568385407,41.635412486802174],[-71.94370068463205,41.63516648667935],[-71.94468868494916,41.63506848662975],[-71.94501868505499,41.63503448661294],[-71.94600868537268,41.63493548656307],[-71.94622568544236,41.63491448655229],[-71.94633468547732,41.634903486546776],[-71.94633968547889,41.634902486546416],[-71.94745868583792,41.63478948648985],[-71.94961668653026,41.63457148638071],[-71.95081668691519,41.63444848631968],[-71.95135168708688,41.634395486292824],[-71.95193668727457,41.63433648626325],[-71.9519746872873,41.63434248626325],[-71.95202768730505,41.634350486263166],[-71.95209468732745,41.63436048626304],[-71.9521346873409,41.634367486263166],[-71.95216368735058,41.63437148626304],[-71.95225068737969,41.63438448626288],[-71.9522816873901,41.63438948626289],[-71.9528216875709,41.634472486262325],[-71.95366668785387,41.634603486261646],[-71.95444268811374,41.63472348626098],[-71.95498368829493,41.63480748626058],[-71.95493568829394,41.635074486313975],[-71.9547926882913,41.63587548647416],[-71.9547456882907,41.636143486527715],[-71.9546896882914,41.63648848659653],[-71.95452268829384,41.63752448680313],[-71.9544676882949,41.63787048687211],[-71.9542996883001,41.638962487089614],[-71.95395968831026,41.64116548752843],[-71.95243468835623,41.65105248949755],[-71.95231468836015,41.651835489653465],[-71.95186868835232,41.65433949015392],[-71.9517696883529,41.654937490273205],[-71.95147268835483,41.656734490631614],[-71.9513746883558,41.65733349075107],[-71.95114468835577,41.65869749102326],[-71.9504536883554,41.66278949183978],[-71.95022468835576,41.664154492112104],[-71.95015268835968,41.6646524922111],[-71.94993968837255,41.66614949250855],[-71.94993168837328,41.66621049252065],[-71.9499026883707,41.66633549254582],[-71.94984268836811,41.66664449260773],[-71.94982668836693,41.6667174926224],[-71.94977768836303,41.66693749266666],[-71.9497626883622,41.667011492681524],[-71.94972668836043,41.66719249271778],[-71.94961968835544,41.66773649282679],[-71.94958468835404,41.66791849286323],[-71.94956668835381,41.668021492883796],[-71.9495136883537,41.66833349294605],[-71.94949668835388,41.66843749296678],[-71.94920568835327,41.670152493308976],[-71.94842368835265,41.67477749423164],[-71.95045268902639,41.674982494208656],[-71.95350869004125,41.67529249417424],[-71.95345469004182,41.67562349424022],[-71.95340069006464,41.67635749438445],[-71.95330769007352,41.67706949452562],[-71.95339969012308,41.67742449459173],[-71.95370369024548,41.6778444946639],[-71.95405869038179,41.67821449472477],[-71.95425169045394,41.67838049475103],[-71.95504969075223,41.67906549485937],[-71.95565369098883,41.67978049497953],[-71.95605169118099,41.68090949518648],[-71.95624069129731,41.68190049537309],[-71.9561986913024,41.68224149544061],[-71.95614369130968,41.68269949553127],[-71.95566369120907,41.68371749574382],[-71.95529169113247,41.684531495913426],[-71.95463569100856,41.686169496251836],[-71.95445869101991,41.68742349650083],[-71.95447369106503,41.688153496642116],[-71.95448969110873,41.68885149677716],[-71.95473969124225,41.68979249695213],[-71.95504569137388,41.69036749705429],[-71.95531469148663,41.69081949713372],[-71.95558269159906,41.69127149721318],[-71.95564269162372,41.69136349722918],[-71.95570169164804,41.69145549724522]]]},"properties":{"name":9073,"geoid":"09015907300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.01449171714127,41.804997517429804],[-72.01485671734592,41.80653151771534],[-72.01595271796032,41.81113551857222],[-72.01631871816537,41.81267051885787],[-72.01704671852778,41.81490651926786],[-72.01711971856422,41.81513251930932],[-72.01952671976233,41.82252052066372],[-72.02032972016201,41.824983521115186],[-72.02039572019405,41.825171521149485],[-72.02059672029134,41.8257385212529],[-72.02066372032377,41.825927521287376],[-72.02076772037586,41.826252521346994],[-72.0210807205326,41.827229521526256],[-72.0211857205851,41.82755552158602],[-72.02140172069203,41.82820752170541],[-72.02146572071415,41.82822952170768],[-72.02320572131578,41.82882052176772],[-72.02361172145618,41.828958521781765],[-72.02432772170378,41.829202521806636],[-72.02820472304388,41.83051152193891],[-72.03142272415617,41.83159752204859],[-72.03179972428651,41.83172552206156],[-72.04017872701854,41.83161052177788],[-72.04028372705275,41.83160852177421],[-72.0443767283873,41.83155352163582],[-72.04444872841086,41.83155352163357],[-72.04466572848187,41.83155552162719],[-72.04473872850579,41.83155652162511],[-72.04468972853732,41.832408521791415],[-72.04469272855209,41.83265552183909],[-72.0446887285942,41.833433521989654],[-72.04468972868534,41.835060522304246],[-72.04468572872564,41.83580552244846],[-72.04467772884794,41.83804352288147],[-72.04467572888895,41.83878952302579],[-72.04466272890876,41.83922052310953],[-72.04462472896854,41.84051352336072],[-72.04461272898874,41.84094552344463],[-72.0446137290091,41.84130452351401],[-72.044615729081,41.84258052376066],[-72.04462472935806,41.847488524709235],[-72.04462872945082,41.849125525025556],[-72.04461872948548,41.84980452515714],[-72.0445907295903,41.85184452555235],[-72.04458172962539,41.852525525684264],[-72.04458172963093,41.852624525703405],[-72.04458172964758,41.852922525761],[-72.04458172965316,41.85302252578032],[-72.04457972965709,41.85310452579625],[-72.04457872965946,41.85315252580555],[-72.04457372966894,41.85335152584417],[-72.04457272967326,41.85343452586025],[-72.04457672968864,41.85368652590882],[-72.04458972973518,41.85444352605474],[-72.04459472975097,41.85469652610348],[-72.04458472983538,41.85626552640705],[-72.04456473002264,41.859733527077914],[-72.0445567300894,41.86097452731801],[-72.04454773017423,41.86254452762167],[-72.0445397301781,41.862660527644344],[-72.04451973019113,41.8630105277126],[-72.04451373019569,41.8631275277354],[-72.0445117302647,41.86437352797624],[-72.0445067304723,41.86811552869944],[-72.0445057305417,41.8693625289404],[-72.0445047305547,41.86960052898642],[-72.04450373059429,41.8703145291244],[-72.04450373060764,41.87055352917058],[-72.0445047306589,41.87146352934636],[-72.04450973081326,41.87419452987382],[-72.04451173086488,41.87510553004974],[-72.04450873087627,41.87532653009252],[-72.04449973091047,41.875990530221074],[-72.04449773092223,41.87621253026403],[-72.04448973095498,41.87684453038635],[-72.04446673105366,41.87874253075371],[-72.0444597310868,41.87937553087618],[-72.04444273115963,41.88077653114733],[-72.04439173137823,41.88498053196089],[-72.04437573145148,41.88638253223216],[-72.04437473145197,41.88639753223509],[-72.04437373145433,41.8864455322444],[-72.04437373145524,41.88646153224748],[-72.04438973147434,41.88670953229486],[-72.04443773153174,41.88745453243725],[-72.04445473155124,41.88770353248481],[-72.04444773159469,41.888520532642794],[-72.04444773159872,41.88859253265671],[-72.04442773172553,41.89097453311731],[-72.04442173176938,41.891792533275456],[-72.04442073177789,41.891950533305994],[-72.04441773180345,41.89242453339762],[-72.04441673181198,41.89258253342815],[-72.04440873184951,41.893299533566854],[-72.04440673186542,41.89359553362407],[-72.04438873196342,41.895450533982796],[-72.04438673198085,41.89577353404523],[-72.04435373199209,41.896166534122145],[-72.04436173210105,41.89806553448853],[-72.04436973218858,41.899581534780964],[-72.0442487323832,41.90376153559168],[-72.04419473247192,41.90566053595993],[-72.04415073254576,41.90723453626515],[-72.04402173276827,41.911957537180754],[-72.04402073277012,41.91199653718831],[-72.04397873284248,41.91353253748606],[-72.04397273285201,41.9137375375258],[-72.04395773288168,41.91435453764535],[-72.04395273289158,41.91456053768525],[-72.04323073265519,41.914555537706875],[-72.04106673194681,41.91454353777222],[-72.04034573171077,41.914539537794006],[-72.03919273133286,41.91452453782716],[-72.03573673020017,41.91448153792693],[-72.03458472982261,41.91446753796024],[-72.028586727857,41.91439753813419],[-72.02838772779182,41.91439553814003],[-72.02717272739359,41.914380538175095],[-72.02232172580386,41.91432453831585],[-72.0215797255607,41.914315538337306],[-72.02081072530945,41.91432053836228],[-72.02043772518756,41.91432253837433],[-72.01521372348067,41.91435353854348],[-72.01493672339011,41.914354538552324],[-72.01059372197103,41.91437953869276],[-72.00632372057584,41.9144055388311],[-72.00521772021447,41.914412538866976],[-72.00459772001402,41.91445453889443],[-72.00454171999587,41.914457538896755],[-72.00437271994122,41.914468538904146],[-72.00431771992343,41.91447253890664],[-72.00421971989178,41.91447953891107],[-72.00392571979674,41.91449953892408],[-72.00382871976545,41.91450753892867],[-72.0022407192523,41.91461953899985],[-71.99942471834233,41.91481853912614],[-71.99747471770596,41.91484453919201],[-71.99719771761558,41.914848539201415],[-71.99712371759146,41.91485053920413],[-71.99704971756736,41.914852539206805],[-71.99588471718727,41.914869539246446],[-71.9957147171325,41.91488453925464],[-71.99520771696938,41.91493353927992],[-71.995038716915,41.91494953928828],[-71.99385671652959,41.914971539329414],[-71.9903127153742,41.915040539453265],[-71.98913171498923,41.91506453949475],[-71.98828171471173,41.91507453952318],[-71.98573471388042,41.91510753960899],[-71.98488571360332,41.91511853963759],[-71.98408371334305,41.915155539669726],[-71.98186471262305,41.91526053975919],[-71.98167871256254,41.91526653976616],[-71.98087771230225,41.915297539797116],[-71.98043471215878,41.91532353981594],[-71.97910871172944,41.915402539872545],[-71.97866671158636,41.91542953989151],[-71.97596671070681,41.91549553998843],[-71.9678697080692,41.91569554027936],[-71.96664170766921,41.91572654032361],[-71.96517070719011,41.91576454037677],[-71.96469770703544,41.9157655403917],[-71.9632807065722,41.91577154043701],[-71.96280870641796,41.9157745404523],[-71.96262170635723,41.91578254045965],[-71.96228370624749,41.91579754047307],[-71.96206270617598,41.915811540482665],[-71.9618767061158,41.91582354049077],[-71.96122470590457,41.915860540518224],[-71.9592697052713,41.91597354060092],[-71.9587987051188,41.91600154062101],[-71.95870870508963,41.916006540624764],[-71.95861870506047,41.916011540628546],[-71.95843470500009,41.91600854063368],[-71.95829570495451,41.91600654063763],[-71.95825070493979,41.916006540639025],[-71.95734670464327,41.915992540664476],[-71.95732970463764,41.91599154066483],[-71.957007704532,41.915986540673885],[-71.95679470446441,41.916023540687675],[-71.95615770426225,41.91613554072911],[-71.95594570419503,41.91617354074305],[-71.95585370416514,41.916177540746695],[-71.95558170407695,41.91619154075786],[-71.95549070404745,41.916196540761675],[-71.9543677036819,41.916229540803016],[-71.95100070258601,41.916330540927326],[-71.94987870222084,41.91636454096883],[-71.94946870208625,41.91635654098004],[-71.9482387016825,41.91633254101369],[-71.94782970154832,41.916325541025074],[-71.94736370139684,41.91634354104307],[-71.9459987009534,41.916399541096354],[-71.94050769916963,41.91662754131124],[-71.93867769857513,41.91670354138285],[-71.93832969846228,41.91672154139716],[-71.93728669812417,41.91677754144041],[-71.93693969801168,41.91679654145487],[-71.93654869788328,41.9167875414653],[-71.93634069781571,41.91679654147352],[-71.93629569780111,41.9167985414753],[-71.9357516976235,41.91680554149359],[-71.93520869744664,41.91681954151318],[-71.93454369723067,41.91684854153946],[-71.93443069719399,41.91685354154392],[-71.93394569703607,41.91686754156173],[-71.93384769700413,41.91686954156516],[-71.9330296963617,41.9101465402926],[-71.93300469634211,41.90994154025381],[-71.93300169633949,41.90991254024829],[-71.93285469628331,41.90976754022487],[-71.93277969625267,41.909657540205956],[-71.93270169621744,41.9094835401748],[-71.93256869614629,41.90898754008316],[-71.93227069596966,41.90756753981822],[-71.93226269594842,41.90723353975398],[-71.93232469593717,41.90666753964275],[-71.9323166959229,41.90645853960265],[-71.93228269590081,41.906261539565676],[-71.93220869586553,41.906062539529536],[-71.93210769582099,41.90585653949291],[-71.93186569571763,41.90542253941662],[-71.9316736956409,41.90517253937431],[-71.9314906955706,41.90498553934388],[-71.93119869545919,41.90470053929793],[-71.93045769517566,41.90396253917846],[-71.93015369505369,41.90355853910988],[-71.92992569496145,41.903241539055756],[-71.92970469487379,41.90296553900931],[-71.92909869464148,41.90235453891016],[-71.92891669457177,41.90217153888048],[-71.92867169447935,41.901951538845594],[-71.9283706943674,41.90170953880822],[-71.92790969419828,41.901380538759014],[-71.92730969397691,41.90093053869076],[-71.92717169392219,41.90075853866182],[-71.92663069367899,41.89956953844899],[-71.9261506934743,41.89871353829858],[-71.92589769336256,41.89819353820602],[-71.92574869329022,41.89776953812874],[-71.9256596932507,41.8975825380954],[-71.92540369312519,41.89683253795848],[-71.92478869282334,41.89502453762836],[-71.92455069270162,41.89423653748354],[-71.92447669266322,41.89398153743657],[-71.92420169251983,41.893021537259685],[-71.92403869243482,41.89245253715482],[-71.92366769225542,41.89140953696486],[-71.92354769219736,41.89107153690329],[-71.92331269208458,41.89042653678599],[-71.9227076918099,41.88904653653818],[-71.92260569176494,41.88883853650117],[-71.92250769172298,41.888660536469814],[-71.92229869164109,41.888417536429365],[-71.92200969153276,41.88816953639043],[-71.92183969146797,41.88800453636384],[-71.92173169142556,41.88787753634264],[-71.9212486912234,41.88708353620424],[-71.92122269121101,41.88701353619153],[-71.92121569120772,41.88699553618827],[-71.92119869119398,41.8868485361604],[-71.92123069119971,41.88676353614298],[-71.92203669139698,41.88557053588744],[-71.92218669143354,41.8853455358393],[-71.92264069154467,41.88467353569536],[-71.92279269158198,41.88445053564757],[-71.92295969162369,41.884218535597526],[-71.92346169174918,41.88352253544747],[-71.92347469175255,41.88350653544396],[-71.92354669176191,41.88325153539245],[-71.92355569175824,41.88313253536917],[-71.92354669174429,41.882934535331195],[-71.92347369170616,41.882678535284],[-71.92338969166427,41.88241953523656],[-71.92322969158936,41.88201353516308],[-71.92312569154221,41.881777535120705],[-71.92307969151804,41.88161353509044],[-71.92307669151604,41.88159553508706],[-71.92306269150536,41.88148553506623],[-71.92307169149106,41.88117553500606],[-71.92312269149284,41.88090753495269],[-71.92327069151389,41.880415534853014],[-71.92341269151777,41.87965053470077],[-71.92355069153305,41.879113534592705],[-71.923592691536,41.878919534553916],[-71.92361669153179,41.878702534511234],[-71.9236336915226,41.8784375344595],[-71.92365869152228,41.87828453442915],[-71.92372669153056,41.878033534378545],[-71.92403169158555,41.8772285342135],[-71.92423569162068,41.87666053409738],[-71.92425869162199,41.876548534075035],[-71.92445269163349,41.875614533888495],[-71.92456969165568,41.87532553382902],[-71.92480369170943,41.87491553374251],[-71.92483469171627,41.87485653373013],[-71.92496569174168,41.87454253366538],[-71.92498569174143,41.87442053364117],[-71.92496369172238,41.874207533600696],[-71.92492569169822,41.8739965335611],[-71.92492269169631,41.87397953355791],[-71.9248726916617,41.87365153349605],[-71.92485869165385,41.873592533485095],[-71.92479769162567,41.87344453345837],[-71.92470969158954,41.87331253343561],[-71.9245596915297,41.87311853340276],[-71.92426569140574,41.872618533315254],[-71.92407269132721,41.872341533267715],[-71.92372769119157,41.87193153319918],[-71.92347569108408,41.871480533119836],[-71.92340269105287,41.87134853309659],[-71.92331869101528,41.87116653306404],[-71.92323869097628,41.87093553302186],[-71.92312669091953,41.870573532955376],[-71.92314169092349,41.870556532951625],[-71.92318869093602,41.87050553294031],[-71.92320469094035,41.87048953293671],[-71.92203569054425,41.87024153292508],[-71.91852868935587,41.869497532890165],[-71.91770768907767,41.86932353288202],[-71.91753368901871,41.86928653288028],[-71.91736068896006,41.869249532878484],[-71.91821268920472,41.868637532733736],[-71.91851068928824,41.86838653267597],[-71.91918768947804,41.867817532544954],[-71.91987768965087,41.8668665323397],[-71.92044268978024,41.86586953212943],[-71.92122568999254,41.865081531952775],[-71.9218876901721,41.864416531803656],[-71.92209869021586,41.86396253170935],[-71.92232069027287,41.863681531648126],[-71.92250869032124,41.86344553159666],[-71.92298069044146,41.86283153146331],[-71.92300369044739,41.862802531457],[-71.92314069047603,41.862511531396464],[-71.92323469048404,41.86210253131447],[-71.92317669044623,41.86176353125075],[-71.92315269043345,41.861674531234286],[-71.92305869038326,41.86132453116954],[-71.92299769030491,41.86027353096822],[-71.92311469031202,41.85971253085613],[-71.9232716903438,41.85936053078319],[-71.92339069037445,41.8592115307507],[-71.9234896904001,41.85909053072423],[-71.92373769046931,41.858876530675154],[-71.9240276905513,41.85864553062148],[-71.92448469068059,41.85828253053712],[-71.92516069086993,41.857711530405716],[-71.92539769093096,41.85741453034092],[-71.9257976910342,41.856918530232605],[-71.92615669112077,41.85636353011414],[-71.92635469115513,41.85581653000223],[-71.92657569118141,41.85498852983526],[-71.92672369120547,41.854550529745964],[-71.92713169127506,41.85340152951112],[-71.92723969127033,41.85268052936833],[-71.92727769126076,41.852284529290586],[-71.92732969124845,41.851756529186865],[-71.9273396911975,41.850780528997824],[-71.92715569112138,41.850493528948036],[-71.92700369105852,41.85025652890692],[-71.9265866909004,41.84986452884404],[-71.9260656907198,41.84968052882464],[-71.92581269063218,41.84959252881548],[-71.92515069041166,41.849519528821915],[-71.92479269030119,41.84963852885603],[-71.92441569018591,41.84978252889558],[-71.92399769005915,41.849961528943176],[-71.92288268970682,41.850182529020536],[-71.92201468942102,41.85014752904072],[-71.92197468940714,41.850132529039044],[-71.92162768928675,41.85000852902584],[-71.920977689047,41.84951852895124],[-71.92087368900205,41.84932152891637],[-71.92085168899258,41.849280528909134],[-71.92078768896486,41.84915852888753],[-71.92076668895581,41.84911852888043],[-71.92063968890082,41.84887652883758],[-71.92022068871617,41.84801852868464],[-71.9198906885668,41.847271528550415],[-71.91973568849657,41.84691952848715],[-71.91907568823757,41.846141528357144],[-71.9189846882036,41.84606552834527],[-71.91835668797482,41.84564352828315],[-71.9174136876565,41.84546452827779],[-71.91668668740547,41.845224528253915],[-71.91607068718605,41.84490052821036],[-71.91566768702607,41.84439252812461],[-71.91533968689114,41.843893528038265],[-71.91526668685785,41.84372352800764],[-71.91470168659951,41.84239752776868],[-71.91456968652379,41.84181052765923],[-71.91467568653825,41.84144652758553],[-71.9143766864113,41.840920527493054],[-71.9142646863637,41.84072252745822],[-71.91385868620718,41.84029452738802],[-71.91330068600621,41.839960527340736],[-71.91260668576494,41.83970252731233],[-71.91218268561379,41.839476527281754],[-71.91199268554166,41.83929652725284],[-71.91181468547413,41.83912852722586],[-71.91156368537776,41.83887052718372],[-71.91126368526695,41.83864152714873],[-71.91086068511721,41.83831752709854],[-71.91069668504429,41.837969527036314],[-71.91035468489657,41.83732252692176],[-71.91007168477859,41.83686352684172],[-71.9100426847665,41.83681652683353],[-71.91004768475248,41.83653452677883],[-71.91014168475955,41.8361075266933],[-71.91014768474521,41.83581352663623],[-71.90920668437313,41.83465252644077],[-71.90813268395539,41.8334515262417],[-71.90728768363603,41.832674526117565],[-71.90614068324247,41.83234052608851],[-71.90582368313372,41.83224852608054],[-71.9052036829178,41.83201052605369],[-71.90441268262973,41.83147952597548],[-71.90429868258175,41.83128652594166],[-71.90428568255435,41.8308685258612],[-71.9043756825519,41.830293525747116],[-71.90441668255112,41.83003752569632],[-71.90451168255754,41.82959252560727],[-71.90475968259445,41.82879552544536],[-71.90511468266958,41.82805652529133],[-71.9055266827779,41.82758052518645],[-71.90618168295023,41.82682552502005],[-71.90626468297735,41.826825525017476],[-71.90634868300482,41.82682552501487],[-71.90787268350296,41.826822524967035],[-71.91294668516154,41.82681552480837],[-71.9146386857147,41.82681452475569],[-71.91609468619126,41.82682352471229],[-71.92046268762104,41.8268535245826],[-71.92191968809801,41.82686452453953],[-71.9241316888202,41.82684652446742],[-71.92853269025721,41.826813524324486],[-71.93076969098757,41.82679552425158],[-71.93298269171014,41.826778524179595],[-71.93299369171324,41.82676952417751],[-71.93302869172324,41.8267435241714],[-71.9330406917267,41.82673552416948],[-71.93375969196356,41.82676752415335],[-71.93591869267485,41.82686552410528],[-71.93663869291206,41.826898524089316],[-71.93733869314119,41.82690352406856],[-71.93943869382866,41.826920524006646],[-71.94013969405817,41.826926523986046],[-71.94385169527065,41.826907523867085],[-71.94738469642458,41.82688852375367],[-71.95498869890825,41.82684952350988],[-71.95870170012103,41.82683152339102],[-71.9622817012907,41.826820523277604],[-71.97302470480061,41.82678652293696],[-71.97660570597061,41.82677652282366],[-71.97659370595439,41.82655552278127],[-71.97656070590686,41.825894522654416],[-71.97654970589103,41.82567452261219],[-71.97655170586344,41.825166522513854],[-71.9765777058537,41.82483852244958],[-71.97666170584496,41.824187522321026],[-71.97667870584779,41.824138522311],[-71.97685970587992,41.82365252221134],[-71.97702870591182,41.8232325221248],[-71.97744870599807,41.82231452193412],[-71.97789770609586,41.8214335217497],[-71.9779827061113,41.82121152170409],[-71.97801270611559,41.821112521684],[-71.97805870611863,41.82089652164078],[-71.97807470610685,41.82059052158106],[-71.97807870607598,41.820011521468906],[-71.97805770605709,41.81979552142776],[-71.97805670605605,41.819782521425275],[-71.97799070601302,41.81939652135264],[-71.97788870596433,41.819120521302395],[-71.97766670585413,41.81844352117831],[-71.97762970583493,41.81831552115469],[-71.9798517065631,41.818349521092145],[-71.98651870874804,41.81845452090503],[-71.98842370937233,41.81848452085157],[-71.98874170947654,41.81848952084263],[-71.99031470999167,41.81850752079716],[-71.99226271062969,41.818531520741175],[-71.99224071049535,41.8162455202995],[-71.99223571046133,41.815663520187044],[-71.99221271031368,41.81314351970008],[-71.9922107102994,41.81289851965273],[-71.99213671006382,41.8090965189192],[-71.99204970995017,41.8075635186252],[-71.99196970984498,41.80614151835243],[-71.99347871033395,41.80606651829097],[-71.99800871180196,41.805843518106826],[-71.99951871229135,41.80577051804569],[-72.00130671287098,41.80568651797377],[-72.0066697146097,41.8054375177586],[-72.0084587151897,41.805354517686816],[-72.0096647155798,41.80528251763531],[-72.01328471675082,41.805068517481146],[-72.01449171714127,41.804997517429804]]]},"properties":{"name":9025,"geoid":"09015902500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.92808569512826,41.9170375417768],[-71.92735569489052,41.91705754180336],[-71.92763069503302,41.91799954197666],[-71.92906869577736,41.92291054287994],[-71.92907369577999,41.92292854288328],[-71.92946069598213,41.92428254313258],[-71.92954469602596,41.92457554318652],[-71.92972969611783,41.92513754328923],[-71.93028669639413,41.92682354359732],[-71.93047269648633,41.9273855437],[-71.93049169649645,41.92745554371293],[-71.93053769652032,41.92761354374199],[-71.93055169652779,41.92766554375158],[-71.9305546965293,41.927674543753234],[-71.93057269653858,41.92773554376445],[-71.93059369654914,41.92780154377653],[-71.93060569655502,41.9278365437829],[-71.93065969658188,41.92800154381308],[-71.93068169659281,41.92806854382532],[-71.93087969669325,41.92870754394249],[-71.93147669699567,41.93062654429425],[-71.93167569709651,41.93126654441157],[-71.93169869710754,41.93132954442302],[-71.931768697141,41.93151854445731],[-71.93179269715242,41.9315825444689],[-71.93152069706375,41.93158854447853],[-71.93070569679824,41.93160954450794],[-71.93043469670994,41.931616544517716],[-71.92921269631046,41.93162354455709],[-71.92765169580022,41.93163354460759],[-71.92686669554344,41.931635544632385],[-71.92554669511168,41.93163854467402],[-71.92432469471203,41.931642544712794],[-71.92330669437958,41.93165454474678],[-71.92025569338328,41.93169254484899],[-71.9192386930512,41.931705544883116],[-71.91820769271428,41.93171354491671],[-71.9151186917048,41.93173854501759],[-71.91408869136825,41.93174754505134],[-71.91338969113984,41.931753545074216],[-71.91129269045467,41.931772545143076],[-71.91059469022663,41.931779545166115],[-71.9100126900364,41.93178354518496],[-71.90826868946655,41.931799545242264],[-71.90768768927677,41.931805545261454],[-71.90720868911973,41.93180054527541],[-71.90675068896964,41.931796545288854],[-71.90577268864857,41.93177854531577],[-71.9052946884917,41.93177054532909],[-71.90493868837537,41.93177354534073],[-71.90485068834667,41.93177554534384],[-71.90387368802777,41.9317905453771],[-71.90351968791227,41.93179654538925],[-71.90293368772114,41.93180854540977],[-71.90117568714805,41.9318485454721],[-71.90059068695739,41.931862545492976],[-71.90048168692176,41.931863545496554],[-71.90036568688387,41.93186454550037],[-71.89969168666373,41.931872545522836],[-71.8994676865906,41.93187554553037],[-71.89902568644634,41.931882545545456],[-71.89834368622375,41.93189354556876],[-71.89769968601351,41.9319025455905],[-71.89757968597435,41.93190454559463],[-71.89741868592175,41.93190654560001],[-71.89725768586919,41.93190854560538],[-71.89715768583633,41.93190654560812],[-71.89713568582914,41.9319065456088],[-71.8970146857895,41.93190554561236],[-71.89686068573893,41.931902545616566],[-71.89676168570645,41.931901545619446],[-71.89640368558958,41.931906545631534],[-71.8962796855491,41.93190854563577],[-71.89615568550857,41.9319095456398],[-71.89472768504227,41.93192754568763],[-71.89228968424497,41.93193854576547],[-71.89061168369703,41.931960545821795],[-71.88558168205462,41.9320285459911],[-71.88390468150705,41.932051546047596],[-71.88324668129097,41.9320385460655],[-71.88127568064372,41.93199954611915],[-71.88061868042803,41.931987546137215],[-71.88071468045015,41.931820546102],[-71.8810046805174,41.931323545997074],[-71.88110168053991,41.93115754596204],[-71.88112468054527,41.93111854595378],[-71.88119268056107,41.93100254592927],[-71.8812166805668,41.9309645459212],[-71.88125168057486,41.930903545908336],[-71.881356680599,41.930719545869565],[-71.88139268060743,41.93065954585688],[-71.88167368067258,41.93017754575512],[-71.88251668086811,41.92873354545022],[-71.88279868093362,41.928252545348634],[-71.8830836809999,41.927767545246155],[-71.88394068119958,41.926315544939285],[-71.88422668126624,41.92583154483699],[-71.8842956812822,41.92571254481186],[-71.8845046813309,41.92535854473703],[-71.88457468134725,41.92524054471209],[-71.88468768137382,41.92505354467248],[-71.88489468142271,41.92471454460061],[-71.88501968145114,41.9244905445535],[-71.88512768147596,41.92430154451365],[-71.88547668155329,41.923638544374825],[-71.88607268168572,41.92251354413914],[-71.88645768176197,41.9216195439546],[-71.88675568182127,41.920932543812725],[-71.8853866814669,41.92261554418013],[-71.88540568147128,41.922582544173174],[-71.88546368148492,41.92248654415283],[-71.88548368148969,41.92245454414605],[-71.88564168152715,41.9221985440917],[-71.88581468156835,41.92192154403285],[-71.88608268162778,41.92141354392648],[-71.8862236816592,41.921148543870935],[-71.88627968167151,41.92104054384834],[-71.88640268169897,41.9208105438001],[-71.8864486817089,41.920718543780936],[-71.88650368172087,41.92061054375837],[-71.886574681736,41.92046454372799],[-71.88661468174458,41.92038354371112],[-71.88677768177789,41.920023543636546],[-71.8868156817857,41.91994054361933],[-71.88684368179132,41.91987654360612],[-71.88878468217719,41.91539554268068],[-71.88965668235284,41.91342354227284],[-71.88999768242086,41.91264054211106],[-71.8901016824416,41.91240154206169],[-71.89016668245445,41.912250542030506],[-71.89028468247821,41.91198354197529],[-71.89036568249443,41.911798541937046],[-71.89037068249546,41.91178754193477],[-71.8904306825073,41.91164754190587],[-71.89058568253772,41.91128254183058],[-71.8910546826304,41.910189541604964],[-71.8912106826612,41.90982554152981],[-71.89124768266839,41.90973754151167],[-71.89129168267723,41.909637541490994],[-71.89135968269048,41.90947554145761],[-71.89139768269807,41.90938854143961],[-71.89146068271096,41.90924954141082],[-71.8915526827301,41.909052541369924],[-71.89164468274798,41.90883254132458],[-71.8917046827598,41.90869254129568],[-71.89184368278693,41.90836254122763],[-71.89184868278785,41.908349541224965],[-71.89211868284366,41.907764541103624],[-71.89221968286576,41.907567541062434],[-71.89234668289537,41.90735254101697],[-71.89246068292204,41.907161540976546],[-71.8925516829452,41.90704254095074],[-71.8926406829677,41.906923540924986],[-71.89287768302795,41.90661254085758],[-71.8929126830371,41.90657154084857],[-71.89301168306334,41.90646054082406],[-71.89314468309972,41.90633254079521],[-71.893342683154,41.90614354075255],[-71.8935546832132,41.90596054071063],[-71.89358768322242,41.9059325407042],[-71.89369768325348,41.90584354068362],[-71.89373868326517,41.90581254067635],[-71.89384068329437,41.9057375406587],[-71.89386168330032,41.90572054065476],[-71.89390368331237,41.905690540647676],[-71.89406668335958,41.90558054062136],[-71.89420468339968,41.9054895405995],[-71.8945506834992,41.90524354054124],[-71.89471168354561,41.90513054051443],[-71.8949276836077,41.90497654047798],[-71.89557968379535,41.90451454036852],[-71.89579668385782,41.90436154033224],[-71.89590868389003,41.904281540313306],[-71.89606668393554,41.90417054028697],[-71.89624468398667,41.90404254025671],[-71.89635668401893,41.90396354023798],[-71.89643768404214,41.90390454022408],[-71.89668168411231,41.90373054018288],[-71.89669868411727,41.903719540180234],[-71.89675768413362,41.90366654016817],[-71.89682468415275,41.90361654015643],[-71.89741168433073,41.903363540089344],[-71.89775468441921,41.90293653999622],[-71.89787668445206,41.902809539967905],[-71.89798968448109,41.902666539936796],[-71.89809668450803,41.90252153990546],[-71.89819668453258,41.90237453987397],[-71.89827968455234,41.90224153984569],[-71.89843368458764,41.90197053978857],[-71.8985436846113,41.901748539742265],[-71.89859868462216,41.90162053971586],[-71.89869268463852,41.901361539662915],[-71.89873568464525,41.90122953963608],[-71.89880868465433,41.900963539582435],[-71.89885068465695,41.90076353954249],[-71.89888068465558,41.90056253950274],[-71.89889168465263,41.90044453947961],[-71.89889568464743,41.90032753945688],[-71.8988906846316,41.90007253940778],[-71.89889868463095,41.90001353939614],[-71.89891668462222,41.89975053934478],[-71.89892068461367,41.89957353931046],[-71.89891268460387,41.8994445392858],[-71.89891568460276,41.89940653927836],[-71.89924768472271,41.89961053930746],[-71.89936968476691,41.899687539318535],[-71.90017668505936,41.900198539392186],[-71.90055268519751,41.90047053943306],[-71.9006996852519,41.900583539450324],[-71.9011236854088,41.90091053950032],[-71.90159568559321,41.90144953958979],[-71.90160068559518,41.90145553959078],[-71.90172268564355,41.90160753961635],[-71.90187268570386,41.901809539650706],[-71.90196168573966,41.90192953967112],[-71.90207568578657,41.90210253970099],[-71.9023596859059,41.902577539783934],[-71.90270168605296,41.903209539895364],[-71.90274968607352,41.903296539910706],[-71.903101686224,41.903931540022405],[-71.90341468635947,41.90452554012741],[-71.90363068645067,41.90489454019197],[-71.90374268649721,41.90507254022287],[-71.9038446865396,41.90523454025099],[-71.90400068660279,41.905452540288245],[-71.90415468666406,41.90564854032132],[-71.90431568672749,41.905841540353585],[-71.904644686855,41.906198540412326],[-71.90480668691696,41.90635954043839],[-71.90507668701916,41.9066085404781],[-71.90539168713708,41.90687554051987],[-71.90561168721857,41.90704654054607],[-71.90601568736685,41.90733554058934],[-71.90612768740755,41.907408540599945],[-71.9066156875832,41.90769554064021],[-71.9069276876955,41.90787954066607],[-71.90758468793113,41.9082505407173],[-71.90775668799245,41.908341540729545],[-71.90781368801255,41.90836754073278],[-71.90798468807291,41.90844654074272],[-71.90804168809305,41.90847354074617],[-71.90812468812234,41.908511540750915],[-71.90831968819101,41.90859954076188],[-71.90832768819382,41.9086025407622],[-71.90876068834575,41.90878654078428],[-71.90887768838651,41.90883154078933],[-71.908997688428,41.908871540793335],[-71.90921168850099,41.908924540796924],[-71.90921868850337,41.9089265407971],[-71.90944768858037,41.908963540797124],[-71.90952268860518,41.90896854079577],[-71.90983268870805,41.90899454079116],[-71.90998568875823,41.90899654078679],[-71.91028668885744,41.909009540779955],[-71.91043368890627,41.90902254077788],[-71.91053368893976,41.90903654077749],[-71.91079168902701,41.909087540779325],[-71.91124068918015,41.90919954078701],[-71.91138368922921,41.90924054079047],[-71.91159868930369,41.909314540798086],[-71.91181568937958,41.90940254080834],[-71.91193068942012,41.9094545408148],[-71.91215368949932,41.909566540829495],[-71.91229568955015,41.909645540840344],[-71.91243268959971,41.90973054085251],[-71.91249468962262,41.90977754085966],[-71.91254968964344,41.9098285408678],[-71.91261768967004,41.90990654088074],[-71.91267468969326,41.90998854089481],[-71.91271168970904,41.91005454090641],[-71.91276768973505,41.91019254093131],[-71.91277268973789,41.91021454093541],[-71.91278568974485,41.91026254094426],[-71.91279668975307,41.910345540959966],[-71.91279568976816,41.910622541013474],[-71.91278868977199,41.91073254103493],[-71.91276368977317,41.910900541068145],[-71.91272068976879,41.91107454110307],[-71.9127036897655,41.911115541111535],[-71.91263868975109,41.91123854113731],[-71.91248568971491,41.91148754119013],[-71.91233768967905,41.91171354123837],[-71.91219568964361,41.911911541281015],[-71.91218968964205,41.91191854128256],[-71.91194768958006,41.91222754134973],[-71.91184568955343,41.91234854137627],[-71.91170868951689,41.9124975414093],[-71.91141868943822,41.912788541474484],[-71.91103168933365,41.913184541562984],[-71.91092268930517,41.91331354159128],[-71.91087668929397,41.913382541606026],[-71.91082968928353,41.91347154162467],[-71.9107886892752,41.913562541643515],[-71.91073768926636,41.91370354167233],[-71.91060668925283,41.914230541778146],[-71.91039168923098,41.915101541953],[-71.91038268923123,41.91515854196427],[-71.91069168933106,41.91513554195024],[-71.9107576893525,41.91513254194761],[-71.91085268938333,41.91512854194389],[-71.91095168941546,41.915123541939856],[-71.91112168947063,41.91511554193303],[-71.91147968958589,41.91508154191534],[-71.91160368962555,41.91506554190839],[-71.91174268966961,41.91503954189906],[-71.91189368971683,41.915000541886826],[-71.91200668975152,41.914959541875405],[-71.91213468979022,41.91490254186043],[-71.91228568983529,41.91482454184067],[-71.91230668984154,41.91481354183788],[-71.91238768986581,41.91477354182765],[-71.91284269000045,41.91451754176408],[-71.91339369016264,41.914192541684216],[-71.91340569016604,41.91418354168209],[-71.9136376902326,41.914015541642456],[-71.91375869026785,41.91393754162364],[-71.91410669036846,41.913699541566885],[-71.91418569039118,41.91364354155361],[-71.91436369044267,41.91352254152472],[-71.91442569046058,41.91347954151449],[-71.91450669048407,41.91342554150154],[-71.9148636905874,41.91318354144372],[-71.91491169060139,41.91315254143623],[-71.91514469066833,41.91298554139676],[-71.9152556906997,41.91289654137612],[-71.91542269074557,41.91273954134063],[-71.91549269076397,41.9126585413228],[-71.91562669079778,41.91247854128389],[-71.91576169083037,41.91227054123953],[-71.9158026908404,41.91220954122647],[-71.91585069085119,41.91212154120799],[-71.91589269085992,41.912031541189315],[-71.91592769086564,41.91192854116833],[-71.91594469086859,41.91188154115874],[-71.91594569086831,41.91187054115658],[-71.91594869086862,41.911858541154174],[-71.9159526908689,41.91184054115058],[-71.91595569086935,41.911830541148554],[-71.91601969089056,41.91183554114752],[-71.91620269095128,41.91185054114474],[-71.9162126909546,41.91185154114462],[-71.91627669097599,41.91185954114417],[-71.9164376910345,41.91196454115945],[-71.91676169115382,41.912203541195524],[-71.91693069121752,41.912354541219436],[-71.91713869129768,41.91257154125487],[-71.91740469140014,41.91284854130008],[-71.91756169146136,41.91302554132937],[-71.91778869155156,41.91331154137755],[-71.91808669166674,41.91362854142949],[-71.91953469221298,41.91492954163568],[-71.92028669249663,41.91560454174262],[-71.92036769252755,41.91568354175535],[-71.92062669260899,41.915624541735916],[-71.92140569285414,41.915449541677916],[-71.9214136928567,41.91544854167746],[-71.92167269294144,41.91544854166943],[-71.92175169296996,41.91549654167623],[-71.9221106930944,41.9156215416892],[-71.92231969316568,41.91567354169275],[-71.92271069329918,41.9157735416999],[-71.92374169365249,41.91606054172325],[-71.9239066937086,41.916098541725454],[-71.92404569375536,41.91612154172556],[-71.9243246938481,41.91614754172194],[-71.92432869384947,41.916148541721995],[-71.92447669389783,41.9161475417172],[-71.92462469394565,41.916136541710465],[-71.92477369399334,41.91611754170217],[-71.92500769406739,41.9160725416862],[-71.92537969418665,41.916028541666144],[-71.9255976942582,41.91603254166014],[-71.92566269427986,41.91603954165946],[-71.92566869428188,41.91604054165948],[-71.92587469435189,41.91608754166216],[-71.92613369444092,41.916164541668955],[-71.92669069463493,41.91637554169237],[-71.92705269476218,41.91653354171162],[-71.92721769482075,41.91661554172232],[-71.92748369491692,41.91677954174571],[-71.92756069494479,41.91682754175258],[-71.92773669500777,41.91692454176583],[-71.92780969503328,41.91695354176917],[-71.92808569512826,41.9170375417768]]]},"properties":{"name":9031,"geoid":"09015903100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.93384769700413,41.91686954156516],[-71.93367169694687,41.9168755415718],[-71.93334569684095,41.91688854158444],[-71.93281369666805,41.91690954160504],[-71.9328116966674,41.91690954160511],[-71.93216169645552,41.91692354162802],[-71.93130669617823,41.91696754166312],[-71.93093469605718,41.916979541676994],[-71.92940969555978,41.91700754172984],[-71.92918069548514,41.91701254173793],[-71.9289246954021,41.917025541748394],[-71.92862069530392,41.91704854176229],[-71.92827769519248,41.91706254177566],[-71.92823869517943,41.9170575417759],[-71.92812369514097,41.91704254177658],[-71.92808569512826,41.9170375417768],[-71.92780969503328,41.91695354176917],[-71.92773669500777,41.91692454176583],[-71.92756069494479,41.91682754175258],[-71.92748369491692,41.91677954174571],[-71.92721769482075,41.91661554172232],[-71.92705269476218,41.91653354171162],[-71.92669069463493,41.91637554169237],[-71.92613369444092,41.916164541668955],[-71.92587469435189,41.91608754166216],[-71.92566869428188,41.91604054165948],[-71.92566269427986,41.91603954165946],[-71.9255976942582,41.91603254166014],[-71.92537969418665,41.916028541666144],[-71.92500769406739,41.9160725416862],[-71.92477369399334,41.91611754170217],[-71.92462469394565,41.916136541710465],[-71.92447669389783,41.9161475417172],[-71.92432869384947,41.916148541721995],[-71.9243246938481,41.91614754172194],[-71.92404569375536,41.91612154172556],[-71.9239066937086,41.916098541725454],[-71.92374169365249,41.91606054172325],[-71.92271069329918,41.9157735416999],[-71.92231969316568,41.91567354169275],[-71.9221106930944,41.9156215416892],[-71.92175169296996,41.91549654167623],[-71.92167269294144,41.91544854166943],[-71.9214136928567,41.91544854167746],[-71.92140569285414,41.915449541677916],[-71.92062669260899,41.915624541735916],[-71.92036769252755,41.91568354175535],[-71.92028669249663,41.91560454174262],[-71.91953469221298,41.91492954163568],[-71.91808669166674,41.91362854142949],[-71.91778869155156,41.91331154137755],[-71.91756169146136,41.91302554132937],[-71.91740469140014,41.91284854130008],[-71.91713869129768,41.91257154125487],[-71.91693069121752,41.912354541219436],[-71.91676169115382,41.912203541195524],[-71.9164376910345,41.91196454115945],[-71.91627669097599,41.91185954114417],[-71.9162126909546,41.91185154114462],[-71.91620269095128,41.91185054114474],[-71.91601969089056,41.91183554114752],[-71.91595569086935,41.911830541148554],[-71.9159526908689,41.91184054115058],[-71.91594869086862,41.911858541154174],[-71.91594569086831,41.91187054115658],[-71.91594469086859,41.91188154115874],[-71.91592769086564,41.91192854116833],[-71.91589269085992,41.912031541189315],[-71.91585069085119,41.91212154120799],[-71.9158026908404,41.91220954122647],[-71.91576169083037,41.91227054123953],[-71.91562669079778,41.91247854128389],[-71.91549269076397,41.9126585413228],[-71.91542269074557,41.91273954134063],[-71.9152556906997,41.91289654137612],[-71.91514469066833,41.91298554139676],[-71.91491169060139,41.91315254143623],[-71.9148636905874,41.91318354144372],[-71.91450669048407,41.91342554150154],[-71.91442569046058,41.91347954151449],[-71.91436369044267,41.91352254152472],[-71.91418569039118,41.91364354155361],[-71.91410669036846,41.913699541566885],[-71.91375869026785,41.91393754162364],[-71.9136376902326,41.914015541642456],[-71.91340569016604,41.91418354168209],[-71.91339369016264,41.914192541684216],[-71.91284269000045,41.91451754176408],[-71.91238768986581,41.91477354182765],[-71.91230668984154,41.91481354183788],[-71.91228568983529,41.91482454184067],[-71.91213468979022,41.91490254186043],[-71.91200668975152,41.914959541875405],[-71.91189368971683,41.915000541886826],[-71.91174268966961,41.91503954189906],[-71.91160368962555,41.91506554190839],[-71.91147968958589,41.91508154191534],[-71.91112168947063,41.91511554193303],[-71.91095168941546,41.915123541939856],[-71.91085268938333,41.91512854194389],[-71.9107576893525,41.91513254194761],[-71.91069168933106,41.91513554195024],[-71.91038268923123,41.91515854196427],[-71.91039168923098,41.915101541953],[-71.91060668925283,41.914230541778146],[-71.91073768926636,41.91370354167233],[-71.9107886892752,41.913562541643515],[-71.91082968928353,41.91347154162467],[-71.91087668929397,41.913382541606026],[-71.91092268930517,41.91331354159128],[-71.91103168933365,41.913184541562984],[-71.91141868943822,41.912788541474484],[-71.91170868951689,41.9124975414093],[-71.91184568955343,41.91234854137627],[-71.91194768958006,41.91222754134973],[-71.91218968964205,41.91191854128256],[-71.91219568964361,41.911911541281015],[-71.91233768967905,41.91171354123837],[-71.91248568971491,41.91148754119013],[-71.91263868975109,41.91123854113731],[-71.9127036897655,41.911115541111535],[-71.91272068976879,41.91107454110307],[-71.91276368977317,41.910900541068145],[-71.91278868977199,41.91073254103493],[-71.91279568976816,41.910622541013474],[-71.91279668975307,41.910345540959966],[-71.91278568974485,41.91026254094426],[-71.91277268973789,41.91021454093541],[-71.91276768973505,41.91019254093131],[-71.91271168970904,41.91005454090641],[-71.91267468969326,41.90998854089481],[-71.91261768967004,41.90990654088074],[-71.91254968964344,41.9098285408678],[-71.91249468962262,41.90977754085966],[-71.91243268959971,41.90973054085251],[-71.91229568955015,41.909645540840344],[-71.91215368949932,41.909566540829495],[-71.91193068942012,41.9094545408148],[-71.91181568937958,41.90940254080834],[-71.91159868930369,41.909314540798086],[-71.91138368922921,41.90924054079047],[-71.91124068918015,41.90919954078701],[-71.91079168902701,41.909087540779325],[-71.91053368893976,41.90903654077749],[-71.91043368890627,41.90902254077788],[-71.91028668885744,41.909009540779955],[-71.90998568875823,41.90899654078679],[-71.90983268870805,41.90899454079116],[-71.90952268860518,41.90896854079577],[-71.90944768858037,41.908963540797124],[-71.90921868850337,41.9089265407971],[-71.90921168850099,41.908924540796924],[-71.908997688428,41.908871540793335],[-71.90887768838651,41.90883154078933],[-71.90876068834575,41.90878654078428],[-71.90832768819382,41.9086025407622],[-71.90831968819101,41.90859954076188],[-71.90812468812234,41.908511540750915],[-71.90804168809305,41.90847354074617],[-71.90798468807291,41.90844654074272],[-71.90781368801255,41.90836754073278],[-71.90775668799245,41.908341540729545],[-71.90758468793113,41.9082505407173],[-71.9069276876955,41.90787954066607],[-71.9066156875832,41.90769554064021],[-71.90612768740755,41.907408540599945],[-71.90601568736685,41.90733554058934],[-71.90561168721857,41.90704654054607],[-71.90539168713708,41.90687554051987],[-71.90507668701916,41.9066085404781],[-71.90480668691696,41.90635954043839],[-71.904644686855,41.906198540412326],[-71.90431568672749,41.905841540353585],[-71.90415468666406,41.90564854032132],[-71.90400068660279,41.905452540288245],[-71.9038446865396,41.90523454025099],[-71.90374268649721,41.90507254022287],[-71.90363068645067,41.90489454019197],[-71.90341468635947,41.90452554012741],[-71.903101686224,41.903931540022405],[-71.90274968607352,41.903296539910706],[-71.90270168605296,41.903209539895364],[-71.9023596859059,41.902577539783934],[-71.90207568578657,41.90210253970099],[-71.90196168573966,41.90192953967112],[-71.90187268570386,41.901809539650706],[-71.90172268564355,41.90160753961635],[-71.90160068559518,41.90145553959078],[-71.90159568559321,41.90144953958979],[-71.9011236854088,41.90091053950032],[-71.9006996852519,41.900583539450324],[-71.90055268519751,41.90047053943306],[-71.90017668505936,41.900198539392186],[-71.89936968476691,41.899687539318535],[-71.89924768472271,41.89961053930746],[-71.89891568460276,41.89940653927836],[-71.89891268460387,41.8994445392858],[-71.89892068461367,41.89957353931046],[-71.89891668462222,41.89975053934478],[-71.89889868463095,41.90001353939614],[-71.8988906846316,41.90007253940778],[-71.89889568464743,41.90032753945688],[-71.89889168465263,41.90044453947961],[-71.89888068465558,41.90056253950274],[-71.89885068465695,41.90076353954249],[-71.89880868465433,41.900963539582435],[-71.89873568464525,41.90122953963608],[-71.89869268463852,41.901361539662915],[-71.89859868462216,41.90162053971586],[-71.8985436846113,41.901748539742265],[-71.89843368458764,41.90197053978857],[-71.89827968455234,41.90224153984569],[-71.89819668453258,41.90237453987397],[-71.89809668450803,41.90252153990546],[-71.89798968448109,41.902666539936796],[-71.89787668445206,41.902809539967905],[-71.89775468441921,41.90293653999622],[-71.89741168433073,41.903363540089344],[-71.89682468415275,41.90361654015643],[-71.89675768413362,41.90366654016817],[-71.89669868411727,41.903719540180234],[-71.89668168411231,41.90373054018288],[-71.89643768404214,41.90390454022408],[-71.89635668401893,41.90396354023798],[-71.89624468398667,41.90404254025671],[-71.89606668393554,41.90417054028697],[-71.89590868389003,41.904281540313306],[-71.89579668385782,41.90436154033224],[-71.89557968379535,41.90451454036852],[-71.8949276836077,41.90497654047798],[-71.89471168354561,41.90513054051443],[-71.8945506834992,41.90524354054124],[-71.89420468339968,41.9054895405995],[-71.89406668335958,41.90558054062136],[-71.89390368331237,41.905690540647676],[-71.89386168330032,41.90572054065476],[-71.89384068329437,41.9057375406587],[-71.89373868326517,41.90581254067635],[-71.89369768325348,41.90584354068362],[-71.89358768322242,41.9059325407042],[-71.8935546832132,41.90596054071063],[-71.893342683154,41.90614354075255],[-71.89314468309972,41.90633254079521],[-71.89301168306334,41.90646054082406],[-71.8929126830371,41.90657154084857],[-71.89287768302795,41.90661254085758],[-71.8926406829677,41.906923540924986],[-71.8925516829452,41.90704254095074],[-71.89246068292204,41.907161540976546],[-71.89234668289537,41.90735254101697],[-71.89221968286576,41.907567541062434],[-71.89211868284366,41.907764541103624],[-71.89184868278785,41.908349541224965],[-71.89184368278693,41.90836254122763],[-71.8917046827598,41.90869254129568],[-71.89164468274798,41.90883254132458],[-71.8915526827301,41.909052541369924],[-71.89146068271096,41.90924954141082],[-71.89139768269807,41.90938854143961],[-71.89135968269048,41.90947554145761],[-71.89129168267723,41.909637541490994],[-71.89124768266839,41.90973754151167],[-71.8912106826612,41.90982554152981],[-71.8910546826304,41.910189541604964],[-71.89058568253772,41.91128254183058],[-71.8904306825073,41.91164754190587],[-71.89037068249546,41.91178754193477],[-71.89036568249443,41.911798541937046],[-71.89028468247821,41.91198354197529],[-71.89016668245445,41.912250542030506],[-71.8901016824416,41.91240154206169],[-71.88999768242086,41.91264054211106],[-71.88965668235284,41.91342354227284],[-71.88878468217719,41.91539554268068],[-71.88684368179132,41.91987654360612],[-71.8868156817857,41.91994054361933],[-71.88677768177789,41.920023543636546],[-71.88661468174458,41.92038354371112],[-71.886574681736,41.92046454372799],[-71.88650368172087,41.92061054375837],[-71.8864486817089,41.920718543780936],[-71.88640268169897,41.9208105438001],[-71.88627968167151,41.92104054384834],[-71.8862236816592,41.921148543870935],[-71.88608268162778,41.92141354392648],[-71.88581468156835,41.92192154403285],[-71.88564168152715,41.9221985440917],[-71.88548368148969,41.92245454414605],[-71.88546368148492,41.92248654415283],[-71.88540568147128,41.922582544173174],[-71.8853866814669,41.92261554418013],[-71.88675568182127,41.920932543812725],[-71.88645768176197,41.9216195439546],[-71.88607268168572,41.92251354413914],[-71.88547668155329,41.923638544374825],[-71.88512768147596,41.92430154451365],[-71.88501968145114,41.9244905445535],[-71.88489468142271,41.92471454460061],[-71.88468768137382,41.92505354467248],[-71.88457468134725,41.92524054471209],[-71.8845046813309,41.92535854473703],[-71.8842956812822,41.92571254481186],[-71.88422668126624,41.92583154483699],[-71.88394068119958,41.926315544939285],[-71.8830836809999,41.927767545246155],[-71.88279868093362,41.928252545348634],[-71.88251668086811,41.92873354545022],[-71.88167368067258,41.93017754575512],[-71.88139268060743,41.93065954585688],[-71.881356680599,41.930719545869565],[-71.88125168057486,41.930903545908336],[-71.8812166805668,41.9309645459212],[-71.88119268056107,41.93100254592927],[-71.88112468054527,41.93111854595378],[-71.88110168053991,41.93115754596204],[-71.8810046805174,41.931323545997074],[-71.88071468045015,41.931820546102],[-71.88061868042803,41.931987546137215],[-71.88034968033993,41.931986546145374],[-71.87954268007564,41.93198354616985],[-71.87927467998789,41.93198254617796],[-71.87681867918661,41.932028546263055],[-71.87442967840727,41.932074546346044],[-71.87138467741248,41.93210754644688],[-71.86945367678159,41.93212754651064],[-71.86867767652811,41.932136546536434],[-71.86800067630692,41.93214354655878],[-71.86699867597956,41.93215454659198],[-71.8649396753063,41.93216654665815],[-71.86413067504142,41.93216454668285],[-71.85665367259354,41.93215454691273],[-71.85552867222565,41.93216054694876],[-71.85266167128812,41.932176547040704],[-71.8519826710657,41.93217354706116],[-71.84994867039954,41.93216654712284],[-71.84927067017749,41.932164547143465],[-71.84748066959197,41.93217154720027],[-71.84453666862905,41.93218454729398],[-71.84211066783556,41.93219554737126],[-71.84032166725045,41.93220454742841],[-71.83913666686301,41.932212547466655],[-71.83558466570169,41.93223754758147],[-71.8344806653408,41.93224654761738],[-71.83440066531467,41.93224754762005],[-71.8343356652934,41.932247547622076],[-71.8321116645661,41.93226054769344],[-71.82916566360281,41.932279547788305],[-71.82524466231976,41.93228854791139],[-71.8229566615711,41.93229454798336],[-71.82290566155434,41.93229354798475],[-71.82275366150441,41.93229054798886],[-71.82270366148798,41.932289547990216],[-71.82256266144182,41.93228954799458],[-71.82251666142679,41.93228954799601],[-71.82242266139602,41.9322895479989],[-71.8220966612893,41.93228954800899],[-71.8219576612438,41.9322895480133],[-71.82177166118291,41.93228954801905],[-71.82029066069825,41.93229254806545],[-71.81700465962298,41.93230054816867],[-71.81640665942723,41.93230054818716],[-71.81585065924516,41.93229954820416],[-71.81437065876061,41.93229854824974],[-71.81338665843852,41.93229954828038],[-71.81325565839559,41.93229854828423],[-71.81063365753705,41.932295548364756],[-71.80991365730162,41.932300548387985],[-71.80879965693738,41.93230854842397],[-71.80454665554687,41.93234154856185],[-71.79901565373768,41.93236954873823],[-71.79853065357878,41.93236754875282],[-71.79789465337086,41.932372548773444],[-71.79789365336232,41.932224548744884],[-71.79789365336188,41.93221654874335],[-71.797892653358,41.93215254873103],[-71.79789165334763,41.931971548696104],[-71.79788665331263,41.93136954858003],[-71.79788365329226,41.93101954851256],[-71.79777465312036,41.92856154804132],[-71.79773265305336,41.92760054785706],[-71.7977266530433,41.92745454782906],[-71.7977256530412,41.92742254782292],[-71.7975476527593,41.92338654704905],[-71.79746265258547,41.92075054654259],[-71.79735565236783,41.91745354590914],[-71.79730065232047,41.91692354580848],[-71.79729965231881,41.916899545803865],[-71.7972686522817,41.916412545710756],[-71.79726565227661,41.91633854569657],[-71.79726265227104,41.91625554568063],[-71.79726165226988,41.91624054567775],[-71.79711265200993,41.91242654494565],[-71.79710565199728,41.91223954490974],[-71.7971056519959,41.912214544904906],[-71.79702465185427,41.9101355445058],[-71.79690065163491,41.906905543885635],[-71.79682865147568,41.90445454341431],[-71.79733665163576,41.90434254337699],[-71.79886165211653,41.904010543265734],[-71.79937065227698,41.903899543228576],[-71.79955565233526,41.903858543214945],[-71.80039765260011,41.90366454315144],[-71.80347765356902,41.90295654291951],[-71.80450465389208,41.90272054284219],[-71.80584765431388,41.90239954273867],[-71.80619965442442,41.90231554271157],[-71.809865655573,41.901389542419366],[-71.81120465599258,41.90105254231289],[-71.81146365607385,41.9009895422927],[-71.81162065612318,41.900952542280685],[-71.81224565632031,41.9008185422355],[-71.81250765640301,41.900763542216765],[-71.8132726566447,41.900606542162784],[-71.81556965737047,41.900137542001175],[-71.81633565761253,41.89998154194735],[-71.81802265814382,41.89960554182257],[-71.82210765943042,41.89869754152081],[-71.82308465973806,41.89847954144848],[-71.8247726602697,41.89810454132384],[-71.8262326607274,41.897741541208546],[-71.82624966073273,41.89773754120725],[-71.82818266133866,41.89725654105453],[-71.83061166210003,41.89665154086249],[-71.83201266253926,41.89630454075211],[-71.83207266255808,41.89628954074735],[-71.83213366257725,41.89627554074277],[-71.83302566285765,41.89606754067498],[-71.83392366313997,41.89585954060701],[-71.83588266375465,41.89538354045445],[-71.83683466405338,41.895152540380344],[-71.84201866568091,41.893910539979956],[-71.84360866618013,41.89353053985731],[-71.84376566622944,41.893493539845295],[-71.85122766857272,41.89171853927133],[-71.8512436685779,41.89171753927064],[-71.85129366859425,41.89171753926908],[-71.85131066859883,41.8916995392651],[-71.85239966894078,41.89144053918132],[-71.85269266903293,41.891373539159325],[-71.85758867057226,41.89024353878935],[-71.85983867127972,41.88972553861955],[-71.86278167220496,41.88904653839721],[-71.86424267266477,41.88871853828857],[-71.86798667384039,41.88782853800058],[-71.87432667582748,41.88625753750055],[-71.87573467626947,41.885921537391965],[-71.88677367973301,41.883257536534934],[-71.88720267986814,41.883163536503474],[-71.88848868027324,41.88288253640929],[-71.88891868040874,41.88278953637798],[-71.88942368056672,41.8826595363372],[-71.89058168092919,41.882364536244275],[-71.89094368104277,41.882277536216236],[-71.89145168120224,41.882156536177106],[-71.89162968125808,41.88211353616326],[-71.89216368142566,41.88198553612196],[-71.89234268148188,41.8819435361083],[-71.89307468171313,41.88179553605699],[-71.89527168240738,41.881355535903815],[-71.89600468263906,41.88120953585284],[-71.8964716827856,41.88109753581672],[-71.89652668280293,41.881085535812694],[-71.89787468322602,41.88076353570865],[-71.8981106833001,41.88070753569051],[-71.89822668333655,41.88068053568169],[-71.89834268337293,41.880652535672674],[-71.89844268339709,41.88049853563981],[-71.89907168357674,41.88002853552946],[-71.9000106838364,41.879173535335106],[-71.90088968408539,41.8784795351737],[-71.90170868431804,41.87784453502556],[-71.90233168450581,41.87755653495057],[-71.90283168465663,41.87732753489081],[-71.90338668482336,41.87706053482198],[-71.90379468493465,41.87666153473219],[-71.90413268501203,41.87606453460632],[-71.90444968507968,41.87541553447105],[-71.90458668510188,41.87500853438814],[-71.90520768522686,41.87360153409692],[-71.90561368533643,41.873183534003516],[-71.9061096854844,41.87292653393845],[-71.90676368569281,41.87282753389903],[-71.90761868597103,41.872801533867474],[-71.90814568614111,41.872760533843184],[-71.90857068627297,41.87263153380508],[-71.90883768634635,41.87238053374826],[-71.90896668637204,41.87208353368685],[-71.9089316862825,41.870677533416156],[-71.90909768630635,41.87012953330507],[-71.90962768645116,41.86961553318926],[-71.91040368669047,41.869354533114745],[-71.91124068695561,41.869199533058804],[-71.91202568720604,41.869085533012395],[-71.91262768741355,41.86927653303063],[-71.91265668742359,41.86928653303167],[-71.91322968763127,41.869651533084436],[-71.91421268796995,41.86996053311365],[-71.91439968803242,41.86998353311229],[-71.91512868827294,41.87002153309701],[-71.9158286884999,41.86998553306832],[-71.91648468870517,41.86981853301566],[-71.91700968885927,41.86950153293809],[-71.91736068896006,41.869249532878484],[-71.91753368901871,41.86928653288028],[-71.91770768907767,41.86932353288202],[-71.91852868935587,41.869497532890165],[-71.92203569054425,41.87024153292508],[-71.92320469094035,41.87048953293671],[-71.92318869093602,41.87050553294031],[-71.92314169092349,41.870556532951625],[-71.92312669091953,41.870573532955376],[-71.92323869097628,41.87093553302186],[-71.92331869101528,41.87116653306404],[-71.92340269105287,41.87134853309659],[-71.92347569108408,41.871480533119836],[-71.92372769119157,41.87193153319918],[-71.92407269132721,41.872341533267715],[-71.92426569140574,41.872618533315254],[-71.9245596915297,41.87311853340276],[-71.92470969158954,41.87331253343561],[-71.92479769162567,41.87344453345837],[-71.92485869165385,41.873592533485095],[-71.9248726916617,41.87365153349605],[-71.92492269169631,41.87397953355791],[-71.92492569169822,41.8739965335611],[-71.92496369172238,41.874207533600696],[-71.92498569174143,41.87442053364117],[-71.92496569174168,41.87454253366538],[-71.92483469171627,41.87485653373013],[-71.92480369170943,41.87491553374251],[-71.92456969165568,41.87532553382902],[-71.92445269163349,41.875614533888495],[-71.92425869162199,41.876548534075035],[-71.92423569162068,41.87666053409738],[-71.92403169158555,41.8772285342135],[-71.92372669153056,41.878033534378545],[-71.92365869152228,41.87828453442915],[-71.9236336915226,41.8784375344595],[-71.92361669153179,41.878702534511234],[-71.923592691536,41.878919534553916],[-71.92355069153305,41.879113534592705],[-71.92341269151777,41.87965053470077],[-71.92327069151389,41.880415534853014],[-71.92312269149284,41.88090753495269],[-71.92307169149106,41.88117553500606],[-71.92306269150536,41.88148553506623],[-71.92307669151604,41.88159553508706],[-71.92307969151804,41.88161353509044],[-71.92312569154221,41.881777535120705],[-71.92322969158936,41.88201353516308],[-71.92338969166427,41.88241953523656],[-71.92347369170616,41.882678535284],[-71.92354669174429,41.882934535331195],[-71.92355569175824,41.88313253536917],[-71.92354669176191,41.88325153539245],[-71.92347469175255,41.88350653544396],[-71.92346169174918,41.88352253544747],[-71.92295969162369,41.884218535597526],[-71.92279269158198,41.88445053564757],[-71.92264069154467,41.88467353569536],[-71.92218669143354,41.8853455358393],[-71.92203669139698,41.88557053588744],[-71.92123069119971,41.88676353614298],[-71.92119869119398,41.8868485361604],[-71.92121569120772,41.88699553618827],[-71.92122269121101,41.88701353619153],[-71.9212486912234,41.88708353620424],[-71.92173169142556,41.88787753634264],[-71.92183969146797,41.88800453636384],[-71.92200969153276,41.88816953639043],[-71.92229869164109,41.888417536429365],[-71.92250769172298,41.888660536469814],[-71.92260569176494,41.88883853650117],[-71.9227076918099,41.88904653653818],[-71.92331269208458,41.89042653678599],[-71.92354769219736,41.89107153690329],[-71.92366769225542,41.89140953696486],[-71.92403869243482,41.89245253715482],[-71.92420169251983,41.893021537259685],[-71.92447669266322,41.89398153743657],[-71.92455069270162,41.89423653748354],[-71.92478869282334,41.89502453762836],[-71.92540369312519,41.89683253795848],[-71.9256596932507,41.8975825380954],[-71.92574869329022,41.89776953812874],[-71.92589769336256,41.89819353820602],[-71.9261506934743,41.89871353829858],[-71.92663069367899,41.89956953844899],[-71.92717169392219,41.90075853866182],[-71.92730969397691,41.90093053869076],[-71.92790969419828,41.901380538759014],[-71.9283706943674,41.90170953880822],[-71.92867169447935,41.901951538845594],[-71.92891669457177,41.90217153888048],[-71.92909869464148,41.90235453891016],[-71.92970469487379,41.90296553900931],[-71.92992569496145,41.903241539055756],[-71.93015369505369,41.90355853910988],[-71.93045769517566,41.90396253917846],[-71.93119869545919,41.90470053929793],[-71.9314906955706,41.90498553934388],[-71.9316736956409,41.90517253937431],[-71.93186569571763,41.90542253941662],[-71.93210769582099,41.90585653949291],[-71.93220869586553,41.906062539529536],[-71.93228269590081,41.906261539565676],[-71.9323166959229,41.90645853960265],[-71.93232469593717,41.90666753964275],[-71.93226269594842,41.90723353975398],[-71.93227069596966,41.90756753981822],[-71.93256869614629,41.90898754008316],[-71.93270169621744,41.9094835401748],[-71.93277969625267,41.909657540205956],[-71.93285469628331,41.90976754022487],[-71.93300169633949,41.90991254024829],[-71.93300469634211,41.90994154025381],[-71.9330296963617,41.9101465402926],[-71.93384769700413,41.91686954156516]]]},"properties":{"name":9032,"geoid":"09015903200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.06205172419686,41.65224748632841],[-72.06207372420421,41.65225048632832],[-72.06220372424778,41.65227148632833],[-72.06224772426253,41.652278486328335],[-72.063960724837,41.65255948632962],[-72.06910172656124,41.6534044863338],[-72.07061572706904,41.65365348633504],[-72.07081572713611,41.65368648633523],[-72.07123872727794,41.65375548633546],[-72.07513172858316,41.654387486337036],[-72.07569472877196,41.65447948633739],[-72.08808273292541,41.656492486342565],[-72.09239973437282,41.65719448634438],[-72.0924077343756,41.65719748634472],[-72.09271873448124,41.6572724863496],[-72.09306273459724,41.65734048635208],[-72.09343173472163,41.65741248635457],[-72.09653773576872,41.658020486375854],[-72.09735973604587,41.65818248638169],[-72.09757373611798,41.658223486383],[-72.0980437362762,41.65831148638542],[-72.0994557367517,41.65857848639327],[-72.09969573683254,41.658624486394714],[-72.09992873691073,41.65866348639503],[-72.10016473698994,41.65870348639544],[-72.10037773706111,41.65873348639463],[-72.10071373717341,41.658781486393465],[-72.1009947372677,41.65882848639385],[-72.10172573751402,41.65896948639844],[-72.10217373766504,41.659057486401565],[-72.10244373775596,41.65910848640305],[-72.10325373802873,41.659261486407516],[-72.1035237381197,41.65931348640918],[-72.10394973826112,41.65935748640445],[-72.10432673838635,41.65939748640046],[-72.10522673868527,41.659492486390846],[-72.10535573872814,41.65950648638953],[-72.10565173882637,41.65953648638613],[-72.10646373909836,41.65966448638567],[-72.10890073991484,41.660049486384445],[-72.1094247400904,41.6601324863842],[-72.10971474018778,41.66018248638487],[-72.10976974020618,41.66019048638471],[-72.109941740264,41.66022148638536],[-72.11000074028388,41.66023248638565],[-72.1100277402929,41.66023648638558],[-72.11011174032114,41.66025148638589],[-72.11013974033055,41.660256486385975],[-72.11027174037478,41.66027748638595],[-72.11033774039693,41.66028848638602],[-72.1109337405971,41.66039148638743],[-72.11105874063911,41.660413486387796],[-72.11113474066455,41.660425486387766],[-72.11117874067935,41.66043348638794],[-72.11121274069073,41.660438486387854],[-72.11144474076858,41.660477486388196],[-72.11152274079475,41.66049048638828],[-72.11203074096508,41.66057348638855],[-72.11328374138527,41.660778486389276],[-72.11856674315693,41.66164448639261],[-72.12032874374783,41.66193348639373],[-72.12028674374271,41.66208848642514],[-72.1201637437284,41.662553486519286],[-72.12012274372368,41.66270948655085],[-72.12011474372247,41.662734486555955],[-72.12009374371983,41.66281048657138],[-72.120086743719,41.66283648657662],[-72.12006074371573,41.662930486595705],[-72.120053743715,41.662958486601354],[-72.12002074371095,41.66307948662588],[-72.11998874370688,41.66319448664921],[-72.11998274370605,41.66321448665328],[-72.11995774370315,41.66330948667251],[-72.11991774369838,41.663458486702694],[-72.11980074368502,41.66390548679315],[-72.11976174368063,41.66405548682348],[-72.11974374367915,41.66413448683939],[-72.11969374367597,41.66437148688698],[-72.1196777436752,41.66445148690301],[-72.11977974391982,41.66825848763902],[-72.12001074447198,41.67684448929866],[-72.12008674465444,41.679682489847174],[-72.12018874489935,41.683491490583286],[-72.12021274492751,41.683857490653565],[-72.12037074511395,41.68628449111966],[-72.12075674556864,41.69219849225524],[-72.12091674575808,41.694666492729105],[-72.12109974597315,41.69746049326548],[-72.12127474614189,41.69946749364938],[-72.1218007466485,41.705488494800946],[-72.12197674681761,41.70749549518474],[-72.12207774690832,41.70853349538291],[-72.12238074718051,41.71164749597741],[-72.12248274727159,41.71268549617552],[-72.12248974727817,41.71276249619024],[-72.12170974716066,41.71522549669225],[-72.11964174684988,41.72176749802543],[-72.11930274679875,41.722836498243296],[-72.11850074667825,41.72537349876022],[-72.11819374663254,41.72635249895962],[-72.11727374649597,41.72929249955835],[-72.11696774645067,41.73027249975788],[-72.11667374640665,41.73120549994793],[-72.11629674635014,41.732400500191346],[-72.11428774604995,41.73878450149153],[-72.11361874595016,41.74091350192505],[-72.11330374590294,41.7419115021283],[-72.11235974576165,41.74490650273822],[-72.11204574571481,41.745905502941625],[-72.11203674571178,41.74590350294151],[-72.11200974570276,41.74590050294177],[-72.11200174570016,41.74590050294203],[-72.1113427454792,41.74579650294247],[-72.10936574481651,41.74548750294438],[-72.10870674459561,41.74538450294503],[-72.10749074418807,41.7451955029464],[-72.1038437429659,41.74463150295106],[-72.10262874255874,41.744443502952585],[-72.09890674125516,41.7428575027615],[-72.09746874075157,41.742245502687815],[-72.08774373734575,41.73810250218849],[-72.08402273604273,41.73651850199758],[-72.08360773589634,41.73632250197254],[-72.08236473545789,41.73573650189774],[-72.08195073531186,41.73554150187285],[-72.08098573497449,41.735140501825235],[-72.08070673488145,41.73510550182716],[-72.0805837348404,41.73508950182789],[-72.07626973340167,41.73454650185722],[-72.07483273292243,41.73436550186695],[-72.07326873239992,41.73415250187445],[-72.06857773083274,41.733513501896866],[-72.06701473031065,41.7333015019045],[-72.06690373027357,41.73328650190506],[-72.06657273016297,41.733241501906654],[-72.06646273012629,41.733227501907365],[-72.06470072953836,41.73300050191829],[-72.06210172867118,41.732666501934546],[-72.05941472777455,41.73231950195103],[-72.057653727187,41.7320935019621],[-72.0566357268472,41.731960501968054],[-72.05358272582829,41.73156350198621],[-72.05338972576389,41.731538501987366],[-72.0525657254889,41.73143150199229],[-72.05265972547993,41.730717501850926],[-72.05294272545336,41.72857450142657],[-72.05303772544481,41.727861501285346],[-72.05306272544078,41.727642501242116],[-72.05307372543928,41.727550501223924],[-72.05333472539898,41.72528950077736],[-72.05338772539076,41.7248295006865],[-72.05443772522878,41.715733498889655],[-72.05478872517521,41.712702498290774],[-72.05503172514172,41.710668497888626],[-72.05525372511283,41.70884149752728],[-72.05531172511404,41.7085214974634],[-72.05539972509555,41.70767049729555],[-72.05545872509796,41.70736649723475],[-72.05546072506999,41.70685049713457],[-72.05552272506355,41.70636949703932],[-72.05571072504506,41.70492949675408],[-72.05577472503936,41.704449496658945],[-72.05582472503465,41.70407049658387],[-72.0558477250325,41.703896496549376],[-72.055859725031,41.70379849652999],[-72.05611672500672,41.70184749614343],[-72.05617872500122,41.70138349605147],[-72.05610472496753,41.7012114960204],[-72.05598272489898,41.70069349592369],[-72.05561872469401,41.69913949563347],[-72.05552072463874,41.69871949555502],[-72.05549772462585,41.6986224955369],[-72.05498172434272,41.69655349515146],[-72.05343572349427,41.69034949399551],[-72.05292072321161,41.68828149361014],[-72.0529237232086,41.68820949359608],[-72.0529347232004,41.68799649355439],[-72.05293972319808,41.68792549354046],[-72.05304172319211,41.68721649339965],[-72.05318972318376,41.68619349319647],[-72.05321772318221,41.68600049315813],[-72.0532457231807,41.68580849311999],[-72.05327272317943,41.68562649308382],[-72.05329872317778,41.685443493047494],[-72.0533487231745,41.685089492977205],[-72.05345172316889,41.684381492836565],[-72.05415072325266,41.68177449230871],[-72.05606872348318,41.674632490862365],[-72.0560907234857,41.67454849084536],[-72.05611372348851,41.67446349082814],[-72.05612072348941,41.674438490823064],[-72.05625072350492,41.67395249072466],[-72.05695072358911,41.671346490196825],[-72.0570447236013,41.67101249012904],[-72.0573277236382,41.670010489925666],[-72.05742272365077,41.66967748985803],[-72.05761372367297,41.66895248971129],[-72.0581887237404,41.66678048927159],[-72.05838072376304,41.66605748912521],[-72.05863072379513,41.66516348894379],[-72.0593827238923,41.66248448840007],[-72.05963372392478,41.661591488218804],[-72.05994872396062,41.66038148797397],[-72.06089572406891,41.65675348723976],[-72.06121172410514,41.65554448699507],[-72.06121872410588,41.655516486989406],[-72.06138472412512,41.654885486861666],[-72.06190572418583,41.65290948646157],[-72.06200072419715,41.65255348638944],[-72.06205172419686,41.65224748632841]]]},"properties":{"name":8250,"geoid":"09015825000"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.78765863394621,41.63992649241158],[-71.78780463399417,41.63993149240806],[-71.78824563413914,41.639948492397835],[-71.78832363416483,41.63995249239622],[-71.78837463418158,41.63995449239505],[-71.78839063418685,41.639955492394755],[-71.78850663422513,41.63996249239255],[-71.78885463434003,41.63998549238636],[-71.78897263437908,41.639994492384474],[-71.78910963442425,41.640002492381846],[-71.78952363456095,41.640029492374374],[-71.78966263460681,41.64003849237187],[-71.79030363481844,41.64008049236036],[-71.79222763545378,41.64020849232623],[-71.7928696356658,41.640251492314874],[-71.7934036358421,41.6402864923053],[-71.79357663589914,41.64029649230196],[-71.79570063660044,41.64043649226397],[-71.79632063680525,41.64047949225331],[-71.796401636832,41.64048449225179],[-71.79640863683427,41.640484492251574],[-71.79854563753976,41.640623492212995],[-71.8049576396567,41.64104349209782],[-71.80501163967449,41.64104649209674],[-71.80679664026385,41.64116449206487],[-71.80709664036331,41.64119149206093],[-71.80715564038306,41.64120049206086],[-71.80872464090103,41.6413024920325],[-71.8125036421486,41.64154949196445],[-71.81343764245693,41.641610491947624],[-71.81430264274255,41.64166749193213],[-71.81500864297564,41.641714491919586],[-71.81546864312739,41.641742491910904],[-71.81684864358309,41.64183449188638],[-71.81730564373407,41.64186649187856],[-71.8173106437357,41.64186649187842],[-71.81743764377761,41.64187449187607],[-71.81787664392075,41.64187049186179],[-71.81958064447646,41.641856491806706],[-71.82008964464244,41.64185249179029],[-71.8201436446603,41.6418564917894],[-71.82014864466193,41.64185649178924],[-71.82551864643635,41.64223749169828],[-71.8416326517609,41.64338349142555],[-71.84699265353203,41.64376549133489],[-71.84700565353627,41.64376549133449],[-71.84703365354552,41.643767491334025],[-71.8482776539547,41.64382149130624],[-71.85209365520974,41.64398649122085],[-71.85336765562877,41.64404249119253],[-71.85368165573203,41.64405549118539],[-71.8546266560429,41.64409749116445],[-71.85494165614651,41.64411149115749],[-71.85512065620546,41.64412049115373],[-71.85539565629603,41.64413449114799],[-71.85566165638348,41.64414549114193],[-71.85584165644268,41.64415349113793],[-71.85617065655059,41.644162491129556],[-71.85715765687485,41.64419849110616],[-71.85748165698124,41.64420949109832],[-71.8574876569832,41.644209491098145],[-71.85757365701144,41.64421249109607],[-71.85771065705646,41.64421749109282],[-71.85783165709651,41.64422749109104],[-71.85791765712503,41.64423549108997],[-71.85779665712624,41.64497949123837],[-71.85743465713021,41.647211491683535],[-71.85731465713182,41.64795649183211],[-71.85706065713502,41.649530492145985],[-71.85629865714469,41.65425149308735],[-71.85604565714831,41.65582649340134],[-71.85603365714813,41.65589449341493],[-71.8559976571475,41.656097493455526],[-71.85598665714767,41.65616649346926],[-71.85570565711254,41.657200493678914],[-71.85508765713124,41.6612264944806],[-71.85382665717012,41.669453496118464],[-71.85274865720322,41.6764814975174],[-71.8519696572276,41.68156749852959],[-71.8517386572311,41.68300749881647],[-71.85104565724164,41.68732749967706],[-71.85081465724515,41.68876749996391],[-71.85056165725224,41.690403500289484],[-71.85055965725223,41.690415500291884],[-71.84979465727356,41.695359501275725],[-71.84954065728105,41.69700850160382],[-71.84649765736935,41.71672850552646],[-71.84623065738448,41.7185925058965],[-71.84619865738591,41.71880850593942],[-71.84610365739061,41.719459506068716],[-71.84608865739143,41.719563506089365],[-71.84608065739194,41.71962050610068],[-71.84607265739241,41.71967650611178],[-71.84606265739332,41.71975250612685],[-71.84605165739384,41.71982750614175],[-71.84590065740295,41.72089150635292],[-71.84538465743474,41.72453950707683],[-71.84521365744567,41.72575550731811],[-71.84519665744523,41.72584850733667],[-71.84514965744533,41.726130507392845],[-71.84513465744561,41.72622450741156],[-71.84494965745199,41.72744050765324],[-71.84439565747161,41.731092508379],[-71.84421165747838,41.73230950862082],[-71.8437406574922,41.735361509227516],[-71.84233065753482,41.74451851104747],[-71.84186165754946,41.7475715116541],[-71.84180765755727,41.74803451174557],[-71.841649657582,41.74942351201987],[-71.84162665758605,41.7496335120613],[-71.84153265756835,41.74987051211017],[-71.8413206575175,41.75020551218167],[-71.84130765751445,41.75022751218635],[-71.84116965753294,41.751383512414804],[-71.84112365753963,41.751778512492834],[-71.84077365756073,41.75424151298128],[-71.8397276576254,41.76163051444637],[-71.83937865764692,41.76409451493487],[-71.83933565764816,41.76437251499009],[-71.83921065765333,41.76520851515603],[-71.83916965765528,41.7654875152114],[-71.83907565766144,41.76615751534419],[-71.83879765768137,41.76817051574302],[-71.83870565768822,41.76884151587594],[-71.8374616572898,41.7689905159432],[-71.83429165627454,41.76937151611485],[-71.83372965609456,41.769439516145376],[-71.83248665569657,41.76959051621298],[-71.83220565560629,41.769619516227266],[-71.83136465533626,41.76970851627047],[-71.83108465524644,41.76973951628511],[-71.829333654685,41.76993851637768],[-71.82927165466516,41.76994651638114],[-71.82408065300086,41.77053951665618],[-71.82233065243983,41.77074051674911],[-71.81934565148495,41.77112151691498],[-71.81676265065873,41.77145251705877],[-71.81038864861762,41.77222851740562],[-71.80740264766146,41.77259351756838],[-71.80703664754395,41.772632517587226],[-71.80594064719217,41.772751517644046],[-71.8055756470751,41.77279251766324],[-71.80414664661771,41.77297051774177],[-71.79985864524512,41.77350451797736],[-71.7984306447881,41.77368351805603],[-71.79808364467678,41.77372251807429],[-71.79704564434395,41.77384151812931],[-71.79669964423309,41.773882518147914],[-71.79658164419523,41.77389551815407],[-71.79649664416796,41.77390551815864],[-71.7962946441032,41.77392851816931],[-71.79623064408266,41.77393551817265],[-71.79620464407434,41.77393851817402],[-71.79611364404514,41.77394851817875],[-71.79514164373337,41.774058518230014],[-71.79222564279823,41.77439051838415],[-71.79147864255873,41.77447651842382],[-71.79125464248706,41.774505518436335],[-71.79106664218968,41.770210517609435],[-71.79106664218848,41.77018851760518],[-71.79064764115587,41.75387451445437],[-71.79063364112189,41.75333851435083],[-71.79055464091978,41.75012551373001],[-71.79032764072302,41.74789151330362],[-71.79032364071672,41.74780051328608],[-71.79031464070061,41.747560513239804],[-71.79019564048932,41.74441751263371],[-71.79015064041077,41.743253512409254],[-71.79013464038184,41.74282151232592],[-71.7901176403509,41.74235851223661],[-71.79007064033176,41.74228951222467],[-71.79008964026723,41.74099951197379],[-71.79009464024918,41.74064051190398],[-71.79007164021579,41.74016851181311],[-71.79005564018995,41.739792511740646],[-71.7900166401274,41.73888451156565],[-71.78990263991679,41.735722510955576],[-71.7898716398532,41.734747510767306],[-71.7898616398329,41.734436510707276],[-71.78976863964509,41.731564510152765],[-71.78972963940805,41.72747150935954],[-71.78971163939073,41.72726250931952],[-71.78970963935929,41.72670050921052],[-71.78970363924067,41.72457150879744],[-71.78967563918754,41.723768508642415],[-71.78959263902861,41.72136250817791],[-71.78956563897584,41.72056050802306],[-71.78956363897214,41.72050450801225],[-71.78955763896109,41.7203385079802],[-71.78953463891726,41.719675507852195],[-71.78952763890287,41.71945450780951],[-71.78947663880382,41.717950507519085],[-71.78932363850687,41.71344050664814],[-71.78927463841174,41.71199550636908],[-71.78927263840792,41.71193750635786],[-71.78924463835541,41.711145506204936],[-71.78916363819894,41.70877050574623],[-71.78913663814683,41.70797950559344],[-71.78912863813073,41.70773350554592],[-71.78912863813046,41.70772850554494],[-71.7890636381038,41.70762950552771],[-71.78907063810237,41.7075615055143],[-71.78907863810105,41.70748950550008],[-71.78911763810936,41.707408505483144],[-71.78906963801508,41.705972505205764],[-71.7890326379458,41.704927505003944],[-71.78892363773865,41.701792504398405],[-71.78888763766972,41.70074750419653],[-71.78880463751112,41.69834450373233],[-71.78871863733852,41.69570250322177],[-71.78871563733227,41.695606503203216],[-71.78871463732993,41.695569503196054],[-71.78869263728893,41.694951503076666],[-71.78868563727528,41.6947435030365],[-71.78866363723299,41.69410150291243],[-71.7885986371064,41.692175502540266],[-71.78857963706876,41.69160050242914],[-71.7885776370645,41.69153450241638],[-71.78857563706127,41.69148750240732],[-71.78854063699433,41.69047250221119],[-71.7884326367849,41.68728750159569],[-71.78839763671547,41.6862265013906],[-71.78838163668563,41.685776501303664],[-71.78834663661608,41.684713501098194],[-71.78833663659731,41.68442950104331],[-71.78832163656787,41.683980500956515],[-71.78822563638178,41.68114950040933],[-71.7879386358239,41.67265549876732],[-71.7878436356383,41.66982549822014],[-71.78784263563672,41.6698024982157],[-71.78781063558955,41.669130498086055],[-71.7877126354438,41.66704749768412],[-71.78768263539801,41.666388497556945],[-71.78768163539664,41.66636949755328],[-71.78768063539545,41.66635349755019],[-71.78764363533804,41.66552349738997],[-71.78753463516647,41.663033496909236],[-71.78749863510947,41.662204496749155],[-71.78744463502484,41.660977496512245],[-71.78743063500286,41.66065849645065],[-71.78728863477306,41.657298495801676],[-71.78723963469271,41.65611949557393],[-71.7872476346928,41.65607349556473],[-71.78730763458309,41.653703495102015],[-71.7874886342543,41.64659349371366],[-71.78754163415887,41.64452649330999],[-71.78754963414501,41.644224493251],[-71.78756163412083,41.643709493150446],[-71.78760163404975,41.64216649284907],[-71.78761463402596,41.6416524927487],[-71.78762163401332,41.641378492695175],[-71.78763863398288,41.64071849256627],[-71.78764263397534,41.64055649253462],[-71.7876496339627,41.640282492481106],[-71.78765163396035,41.640227492470345],[-71.78765163395941,41.64021049246703],[-71.78765663394944,41.63999749242545],[-71.78765863394621,41.63992649241158]]]},"properties":{"name":9081,"geoid":"09015908100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.79789465337086,41.932372548773444],[-71.79853065357878,41.93236754875282],[-71.79901565373768,41.93236954873823],[-71.80454665554687,41.93234154856185],[-71.80879965693738,41.93230854842397],[-71.80991365730162,41.932300548387985],[-71.81063365753705,41.932295548364756],[-71.81325565839559,41.93229854828423],[-71.81338665843852,41.93229954828038],[-71.81437065876061,41.93229854824974],[-71.81585065924516,41.93229954820416],[-71.81640665942723,41.93230054818716],[-71.81700465962298,41.93230054816867],[-71.82029066069825,41.93229254806545],[-71.82177166118291,41.93228954801905],[-71.8219576612438,41.9322895480133],[-71.8220966612893,41.93228954800899],[-71.82242266139602,41.9322895479989],[-71.82251666142679,41.93228954799601],[-71.82256266144182,41.93228954799458],[-71.82270366148798,41.932289547990216],[-71.82275366150441,41.93229054798886],[-71.82290566155434,41.93229354798475],[-71.8229566615711,41.93229454798336],[-71.82524466231976,41.93228854791139],[-71.82916566360281,41.932279547788305],[-71.8321116645661,41.93226054769344],[-71.8343356652934,41.932247547622076],[-71.83440066531467,41.93224754762005],[-71.8344806653408,41.93224654761738],[-71.83558466570169,41.93223754758147],[-71.83913666686301,41.932212547466655],[-71.84032166725045,41.93220454742841],[-71.84211066783556,41.93219554737126],[-71.84453666862905,41.93218454729398],[-71.84748066959197,41.93217154720027],[-71.84927067017749,41.932164547143465],[-71.84994867039954,41.93216654712284],[-71.8519826710657,41.93217354706116],[-71.85266167128812,41.932176547040704],[-71.85552867222565,41.93216054694876],[-71.85665367259354,41.93215454691273],[-71.86413067504142,41.93216454668285],[-71.8649396753063,41.93216654665815],[-71.86699867597956,41.93215454659198],[-71.86800067630692,41.93214354655878],[-71.86867767652811,41.932136546536434],[-71.86945367678159,41.93212754651064],[-71.87138467741248,41.93210754644688],[-71.87442967840727,41.932074546346044],[-71.87681867918661,41.932028546263055],[-71.87927467998789,41.93198254617796],[-71.87954268007564,41.93198354616985],[-71.88034968033993,41.931986546145374],[-71.88061868042803,41.931987546137215],[-71.88003968029312,41.93296854634454],[-71.8799796802792,41.93307154636627],[-71.87919968010013,41.93444054665471],[-71.87891068003671,41.93500054677175],[-71.87885168002475,41.93513254679905],[-71.87875268000643,41.93538554685096],[-71.87858467997901,41.935880546951715],[-71.87854067997273,41.93602654698125],[-71.87851267996885,41.93612154700044],[-71.87837267995431,41.93668354711326],[-71.87831867995239,41.93696654716955],[-71.87829567995443,41.93713854720345],[-71.87819667992527,41.937196547217724],[-71.87764167973836,41.93710254721681],[-71.87763467974504,41.937263547248094],[-71.87762967976867,41.937717547335865],[-71.8776356797874,41.93801854739377],[-71.87763967979232,41.93808354740619],[-71.87765467980954,41.93830454744836],[-71.87772267986793,41.9389535475715],[-71.87777567990538,41.939314547639526],[-71.87784267994691,41.93966654770538],[-71.87792367999296,41.940017547770594],[-71.8780926800821,41.94062554788267],[-71.87820168013666,41.94096454794471],[-71.87821768014469,41.94101454795386],[-71.87835868021233,41.94140054802397],[-71.87850768028053,41.94174954808668],[-71.8785656803066,41.941876548109406],[-71.87864368034153,41.94204554813958],[-71.87881568041861,41.94241854820622],[-71.87887968044697,41.94255154822991],[-71.87896068048288,41.942720548260006],[-71.87916868057508,41.943153548337094],[-71.87976568083948,41.94439254855762],[-71.87979468085243,41.9444545485687],[-71.88000068094408,41.94488954864623],[-71.88018468102598,41.945278548715585],[-71.88032368108767,41.9455695487674],[-71.88048868116475,41.94598354884217],[-71.88064068124241,41.94648454893411],[-71.88070068127291,41.946679548969875],[-71.88075268130231,41.94690154901108],[-71.88076468130936,41.94695754902152],[-71.8808006813305,41.94712554905282],[-71.88081368133788,41.94718154906322],[-71.8808226813437,41.94723354907297],[-71.88085068136161,41.94739054910241],[-71.88086068136785,41.9474435491123],[-71.88090868140083,41.94775354917064],[-71.88095168143016,41.94802754922217],[-71.88098468146286,41.94842054929696],[-71.88097768147578,41.94869354934984],[-71.88097068149102,41.949008549410856],[-71.88094468150302,41.94937654948263],[-71.88090568151115,41.9497515495562],[-71.88089768151103,41.94979654956514],[-71.8808486815126,41.95011254962761],[-71.88068968150124,41.950842549773384],[-71.88059468148852,41.95117254983999],[-71.88048268147007,41.95149954990655],[-71.88033868144338,41.95186654998182],[-71.88024468142392,41.952069550023914],[-71.88012668139977,41.95232955007772],[-71.87999368137069,41.95258855013181],[-71.87988868134678,41.95277655017135],[-71.87961668128506,41.95326655027431],[-71.8789896811403,41.954352550503266],[-71.87626868051237,41.95906855149743],[-71.87546868032783,41.96045655178998],[-71.87534668029757,41.96063055182733],[-71.87495368020753,41.961323551973194],[-71.87463968013569,41.96187855208996],[-71.8737706799361,41.96340255241089],[-71.87337667984575,41.964095552556756],[-71.87322567981107,41.96436055261255],[-71.87277167970682,41.96515655278016],[-71.87262167967253,41.96542255283611],[-71.87253767965322,41.965569552867066],[-71.87239067961947,41.9658275529214],[-71.87275267975113,41.96606355295565],[-71.87303767985509,41.96625455298365],[-71.87331967995752,41.96643555300981],[-71.87363468007251,41.966648553041104],[-71.87412568025054,41.96695855308564],[-71.87450068038653,41.96719555311969],[-71.87457368041305,41.967242553126496],[-71.87533368069023,41.967751553201055],[-71.87560068078854,41.96794655323036],[-71.87595968092072,41.968209553269936],[-71.87630668104738,41.96844355330426],[-71.87734868142778,41.96914755340767],[-71.87742968145736,41.969202553415755],[-71.87769468155433,41.96938555344283],[-71.87787268161946,41.96950855346102],[-71.87840668181481,41.969876553515384],[-71.87858468188001,41.97000055353377],[-71.87876168194425,41.970113553550064],[-71.8792356821164,41.97041755359395],[-71.87930068213907,41.97044255359676],[-71.8794976822078,41.97051855360529],[-71.87953968222395,41.970561553612285],[-71.87966868227349,41.970692553633526],[-71.87971168229002,41.97073655364068],[-71.88014468244924,41.97104955368757],[-71.88063968262965,41.971378553735654],[-71.88345968365746,41.97325255400937],[-71.88440068400041,41.97387755410064],[-71.88605668460401,41.974978554261455],[-71.88621768466571,41.97513955428749],[-71.88672768486204,41.97566555437305],[-71.88746368514325,41.97638655448918],[-71.88790468531123,41.97680955455702],[-71.88837568549413,41.97732355464147],[-71.88843568551802,41.97739955465426],[-71.88869568562168,41.97773155471019],[-71.88902368575441,41.9781855547875],[-71.88995768613977,41.97961055503319],[-71.89079268648136,41.98083255524279],[-71.89082068649304,41.98087755525059],[-71.89144968675427,41.981867555421864],[-71.89156868680446,41.98206855545691],[-71.89179368689834,41.982430555519706],[-71.892250687089,41.98316555564716],[-71.89248568718521,41.98351055570635],[-71.89272768728416,41.98386355576687],[-71.89288268734845,41.9841055558087],[-71.89334968754206,41.98483455593469],[-71.89350568760668,41.98507755597666],[-71.8937256876978,41.98541855603554],[-71.89406768783931,41.98594755612686],[-71.89439168797283,41.98643855621144],[-71.89461568806516,41.98677855626999],[-71.89473168811364,41.98696655630262],[-71.89507968825926,41.98753355640108],[-71.89519668830813,41.98772255643385],[-71.89513068829328,41.98784355645923],[-71.89441668819119,41.990200556935676],[-71.8941816881577,41.9909785570929],[-71.89304868809617,41.99651655819528],[-71.89286468806276,41.99699655829348],[-71.8925886880082,41.99763755842558],[-71.89252968799508,41.9977485584488],[-71.892252687934,41.998278558559534],[-71.89143268776759,42.00010555893704],[-71.89123068775208,42.00101155911786],[-71.89062568770595,42.00373055966051],[-71.89042468769084,42.0046375598415],[-71.89030168766571,42.00490855989753],[-71.8901986876464,42.00516655995042],[-71.88999268760377,42.00561056004236],[-71.8899036875878,42.00584656009059],[-71.88971168754993,42.00629356018267],[-71.88587668668225,42.01323756163948],[-71.88585768668105,42.0133275616574],[-71.88580168667798,42.01360056171172],[-71.88578368667717,42.0136915617298],[-71.88577268667655,42.01374456174036],[-71.88576768667657,42.01377456174629],[-71.88575168667597,42.01385756176277],[-71.88574168667546,42.013906561772515],[-71.88573168667524,42.013961561783425],[-71.88483568645196,42.015216562053],[-71.88238768584218,42.01864956279027],[-71.88214968578298,42.01898456286219],[-71.88125468556008,42.020240563131885],[-71.88119068554606,42.02036456315776],[-71.8811276855323,42.0204875631834],[-71.88109768552582,42.0205475631959],[-71.88108468554249,42.020921563268324],[-71.88089268548855,42.02108156330511],[-71.88092468552051,42.02146556337805],[-71.88095568554017,42.021635563409816],[-71.88102068558146,42.021993563476734],[-71.8810526855982,42.02210556349731],[-71.88105168559969,42.022137563503506],[-71.88127568569543,42.02253756357356],[-71.881770685888,42.02308156366292],[-71.88202568598588,42.023338563704485],[-71.88221768606577,42.023642563757036],[-71.88232268610946,42.02380856378575],[-71.88283568630557,42.02431056386643],[-71.88264868624528,42.02432756387553],[-71.88217368608947,42.02432356388953],[-71.87959368524322,42.02430256396571],[-71.87738268451801,42.024284564031014],[-71.87727468448291,42.02428956403532],[-71.87443968355174,42.02424356411461],[-71.8729726830778,42.02436156418294],[-71.8714096825588,42.02423556420727],[-71.87118068248276,42.024217564210915],[-71.86598068077409,42.024121564354054],[-71.86591768075347,42.02412156435601],[-71.86191967944387,42.02412156448024],[-71.86090667911203,42.02412156451171],[-71.86039867894564,42.02412156452748],[-71.85932367859351,42.024121564560886],[-71.85499067717213,42.024085564688555],[-71.853852676799,42.024079564722726],[-71.85335467663559,42.02407456473724],[-71.8525536763728,42.02406756476077],[-71.85077267578849,42.02405156481299],[-71.8507026757655,42.02405056481497],[-71.8498216754765,42.02404356484097],[-71.84572667413322,42.02401056496176],[-71.84571767413026,42.02401056496204],[-71.84561767409745,42.02400956496494],[-71.84559567409026,42.024009564965645],[-71.84430167366524,42.02398956500195],[-71.84413867361167,42.02398656500643],[-71.84397567355816,42.023984565011105],[-71.84284567318704,42.0239675650429],[-71.84256767309576,42.023963565050764],[-71.8416476727937,42.023951565077006],[-71.84164667279337,42.02395156507704],[-71.8403156723569,42.02394356511682],[-71.83928167201789,42.02393856514795],[-71.83925067200772,42.0239385651489],[-71.83786767155422,42.02393056519028],[-71.83761467147129,42.023929565197946],[-71.83760367146768,42.02392956519828],[-71.83746767142314,42.0239295652025],[-71.83575067086151,42.023945565258856],[-71.8357236708527,42.023945565259694],[-71.83535567073122,42.02392956526804],[-71.83458767047782,42.0238965652855],[-71.8345226704564,42.023894565287144],[-71.8334166700918,42.023853565313566],[-71.83340467008784,42.02385356531394],[-71.83332267006088,42.023851565316086],[-71.83230766972736,42.023833565344106],[-71.83229966972473,42.02383356534435],[-71.83223466970345,42.02383356534637],[-71.8308596692539,42.023849565392105],[-71.83063766918048,42.02383756539669],[-71.83056366915602,42.023833565398206],[-71.83055666915374,42.02383356539841],[-71.82848966847487,42.023803565456774],[-71.82732266809157,42.023785565489504],[-71.82721966805774,42.02378356549231],[-71.8238676669561,42.02372156558432],[-71.82324366675519,42.023784565615806],[-71.82121466608885,42.023755565673135],[-71.80865166196268,42.02357156602709],[-71.80466666065384,42.02351356613937],[-71.80258665997152,42.023498566200914],[-71.80255965996268,42.02349856620176],[-71.80254565995814,42.02349956620238],[-71.80064965934129,42.023577566276145],[-71.80028165913242,42.021992565982245],[-71.8002806591315,42.021981565980155],[-71.80028165913177,42.02198056597992],[-71.79989865864611,42.01551356474602],[-71.79989365864134,42.01545756473539],[-71.7998926586408,42.01545356473464],[-71.7998026585635,42.014594564571944],[-71.7997586585254,42.014169564491446],[-71.79956265835696,42.01229756413683],[-71.799242658017,42.00807356333288],[-71.79919565778751,42.00422656259301],[-71.7991936577828,42.00415356257901],[-71.79919265777723,42.004059562560926],[-71.7991086575297,42.00010556180152],[-71.7989966572586,41.99589156099279],[-71.79881565682193,41.989105559690266],[-71.7987636565853,41.98515555893034],[-71.7987636565839,41.985130558925505],[-71.79876365658217,41.98509955891954],[-71.7987366564565,41.98299755851508],[-71.79869265629337,41.98032155800044],[-71.79864665609247,41.97697755735703],[-71.7986466560893,41.97692055734605],[-71.7986466560868,41.976875557337365],[-71.79857965578893,41.971908556381514],[-71.79854965569727,41.97043555609834],[-71.79854865569517,41.970403556092194],[-71.79854565568704,41.970274556067395],[-71.79841065527879,41.96371955480715],[-71.79837965522617,41.96295455466052],[-71.7983596551914,41.96244655456316],[-71.79834265516169,41.96201155447976],[-71.79832965513928,41.96168455441707],[-71.79832865513791,41.96166555441344],[-71.79832865513708,41.96165055441055],[-71.79831365510972,41.96124655433306],[-71.79831265510806,41.96122255432848],[-71.79830565509512,41.961030554291646],[-71.79830365509167,41.96098055428206],[-71.79830265506959,41.96058855420646],[-71.79830265506754,41.96055155419932],[-71.79829965496687,41.95875555385292],[-71.79829965496654,41.95874955385174],[-71.79829865490397,41.957628553635494],[-71.79825165482742,41.95652655342432],[-71.79822265478074,41.95585655329595],[-71.79820065474624,41.9553645532017],[-71.79818865466012,41.953883552916295],[-71.79816865465295,41.953872552914795],[-71.79809965462758,41.953822552907276],[-71.79806865461279,41.953738552892034],[-71.79805865448384,41.95147355245527],[-71.79805565434063,41.94891055196075],[-71.79812665436144,41.948866551950076],[-71.79808965424935,41.94706455160345],[-71.79807565421659,41.94655655150583],[-71.79807465421406,41.946516551498156],[-71.79803865412299,41.94508755122346],[-71.79803865412228,41.94507455122094],[-71.798015653929,41.94172555057525],[-71.79801465392573,41.941672550565045],[-71.79801465392369,41.94163555055791],[-71.79801465391954,41.94156055054344],[-71.79800565388621,41.94101255043793],[-71.79793665360478,41.936344549538966],[-71.79793565360247,41.93630854953205],[-71.79793565360086,41.93627954952645],[-71.79792665356392,41.93566654940838],[-71.79792465355534,41.93552354938083],[-71.79792265354803,41.935403549357744],[-71.79791065347315,41.934123549111],[-71.79791065342333,41.93322454893745],[-71.79791065341871,41.93314154892142],[-71.79789765338586,41.93262554882221],[-71.79789465337086,41.932372548773444]]]},"properties":{"name":9001,"geoid":"09015900100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.88283568630557,42.02431056386643],[-71.88232268610946,42.02380856378575],[-71.88221768606577,42.023642563757036],[-71.88202568598588,42.023338563704485],[-71.881770685888,42.02308156366292],[-71.88127568569543,42.02253756357356],[-71.88105168559969,42.022137563503506],[-71.8810526855982,42.02210556349731],[-71.88102068558146,42.021993563476734],[-71.88095568554017,42.021635563409816],[-71.88092468552051,42.02146556337805],[-71.88089268548855,42.02108156330511],[-71.88108468554249,42.020921563268324],[-71.88109768552582,42.0205475631959],[-71.8811276855323,42.0204875631834],[-71.88119068554606,42.02036456315776],[-71.88125468556008,42.020240563131885],[-71.88214968578298,42.01898456286219],[-71.88238768584218,42.01864956279027],[-71.88483568645196,42.015216562053],[-71.88573168667524,42.013961561783425],[-71.88574168667546,42.013906561772515],[-71.88575168667597,42.01385756176277],[-71.88576768667657,42.01377456174629],[-71.88577268667655,42.01374456174036],[-71.88578368667717,42.0136915617298],[-71.88580168667798,42.01360056171172],[-71.88585768668105,42.0133275616574],[-71.88587668668225,42.01323756163948],[-71.88971168754993,42.00629356018267],[-71.8899036875878,42.00584656009059],[-71.88999268760377,42.00561056004236],[-71.8901986876464,42.00516655995042],[-71.89030168766571,42.00490855989753],[-71.89042468769084,42.0046375598415],[-71.89062568770595,42.00373055966051],[-71.89123068775208,42.00101155911786],[-71.89143268776759,42.00010555893704],[-71.892252687934,41.998278558559534],[-71.89252968799508,41.9977485584488],[-71.8925886880082,41.99763755842558],[-71.89286468806276,41.99699655829348],[-71.89304868809617,41.99651655819528],[-71.8941816881577,41.9909785570929],[-71.89441668819119,41.990200556935676],[-71.89513068829328,41.98784355645923],[-71.89519668830813,41.98772255643385],[-71.89507968825926,41.98753355640108],[-71.89473168811364,41.98696655630262],[-71.89461568806516,41.98677855626999],[-71.89439168797283,41.98643855621144],[-71.89406768783931,41.98594755612686],[-71.8937256876978,41.98541855603554],[-71.89350568760668,41.98507755597666],[-71.89334968754206,41.98483455593469],[-71.89288268734845,41.9841055558087],[-71.89272768728416,41.98386355576687],[-71.89248568718521,41.98351055570635],[-71.892250687089,41.98316555564716],[-71.89179368689834,41.982430555519706],[-71.89156868680446,41.98206855545691],[-71.89144968675427,41.981867555421864],[-71.89082068649304,41.98087755525059],[-71.89079268648136,41.98083255524279],[-71.88995768613977,41.97961055503319],[-71.88902368575441,41.9781855547875],[-71.88869568562168,41.97773155471019],[-71.88843568551802,41.97739955465426],[-71.88837568549413,41.97732355464147],[-71.88790468531123,41.97680955455702],[-71.88746368514325,41.97638655448918],[-71.88672768486204,41.97566555437305],[-71.88621768466571,41.97513955428749],[-71.88605668460401,41.974978554261455],[-71.88440068400041,41.97387755410064],[-71.88345968365746,41.97325255400937],[-71.88063968262965,41.971378553735654],[-71.88014468244924,41.97104955368757],[-71.87971168229002,41.97073655364068],[-71.87966868227349,41.970692553633526],[-71.87953968222395,41.970561553612285],[-71.8794976822078,41.97051855360529],[-71.87930068213907,41.97044255359676],[-71.8792356821164,41.97041755359395],[-71.87876168194425,41.970113553550064],[-71.87858468188001,41.97000055353377],[-71.87840668181481,41.969876553515384],[-71.87787268161946,41.96950855346102],[-71.87769468155433,41.96938555344283],[-71.87742968145736,41.969202553415755],[-71.87734868142778,41.96914755340767],[-71.87630668104738,41.96844355330426],[-71.87595968092072,41.968209553269936],[-71.87560068078854,41.96794655323036],[-71.87533368069023,41.967751553201055],[-71.87457368041305,41.967242553126496],[-71.87450068038653,41.96719555311969],[-71.87412568025054,41.96695855308564],[-71.87363468007251,41.966648553041104],[-71.87331967995752,41.96643555300981],[-71.87303767985509,41.96625455298365],[-71.87275267975113,41.96606355295565],[-71.87239067961947,41.9658275529214],[-71.87253767965322,41.965569552867066],[-71.87262167967253,41.96542255283611],[-71.87277167970682,41.96515655278016],[-71.87322567981107,41.96436055261255],[-71.87337667984575,41.964095552556756],[-71.8737706799361,41.96340255241089],[-71.87463968013569,41.96187855208996],[-71.87495368020753,41.961323551973194],[-71.87534668029757,41.96063055182733],[-71.87546868032783,41.96045655178998],[-71.87626868051237,41.95906855149743],[-71.8789896811403,41.954352550503266],[-71.87961668128506,41.95326655027431],[-71.87988868134678,41.95277655017135],[-71.87999368137069,41.95258855013181],[-71.88012668139977,41.95232955007772],[-71.88024468142392,41.952069550023914],[-71.88033868144338,41.95186654998182],[-71.88048268147007,41.95149954990655],[-71.88059468148852,41.95117254983999],[-71.88068968150124,41.950842549773384],[-71.8808486815126,41.95011254962761],[-71.88089768151103,41.94979654956514],[-71.88090568151115,41.9497515495562],[-71.88094468150302,41.94937654948263],[-71.88097068149102,41.949008549410856],[-71.88097768147578,41.94869354934984],[-71.88098468146286,41.94842054929696],[-71.88095168143016,41.94802754922217],[-71.88090868140083,41.94775354917064],[-71.88086068136785,41.9474435491123],[-71.88085068136161,41.94739054910241],[-71.8808226813437,41.94723354907297],[-71.88081368133788,41.94718154906322],[-71.8808006813305,41.94712554905282],[-71.88076468130936,41.94695754902152],[-71.88075268130231,41.94690154901108],[-71.88070068127291,41.946679548969875],[-71.88064068124241,41.94648454893411],[-71.88048868116475,41.94598354884217],[-71.88032368108767,41.9455695487674],[-71.88018468102598,41.945278548715585],[-71.88000068094408,41.94488954864623],[-71.87979468085243,41.9444545485687],[-71.87976568083948,41.94439254855762],[-71.87916868057508,41.943153548337094],[-71.87896068048288,41.942720548260006],[-71.87887968044697,41.94255154822991],[-71.87881568041861,41.94241854820622],[-71.87864368034153,41.94204554813958],[-71.8785656803066,41.941876548109406],[-71.87850768028053,41.94174954808668],[-71.87835868021233,41.94140054802397],[-71.87821768014469,41.94101454795386],[-71.87820168013666,41.94096454794471],[-71.8780926800821,41.94062554788267],[-71.87792367999296,41.940017547770594],[-71.87784267994691,41.93966654770538],[-71.87777567990538,41.939314547639526],[-71.87772267986793,41.9389535475715],[-71.87765467980954,41.93830454744836],[-71.87763967979232,41.93808354740619],[-71.8776356797874,41.93801854739377],[-71.87762967976867,41.937717547335865],[-71.87763467974504,41.937263547248094],[-71.87764167973836,41.93710254721681],[-71.87819667992527,41.937196547217724],[-71.87829567995443,41.93713854720345],[-71.87831867995239,41.93696654716955],[-71.87837267995431,41.93668354711326],[-71.87851267996885,41.93612154700044],[-71.87854067997273,41.93602654698125],[-71.87858467997901,41.935880546951715],[-71.87875268000643,41.93538554685096],[-71.87885168002475,41.93513254679905],[-71.87891068003671,41.93500054677175],[-71.87919968010013,41.93444054665471],[-71.8799796802792,41.93307154636627],[-71.88003968029312,41.93296854634454],[-71.88061868042803,41.931987546137215],[-71.88127568064372,41.93199954611915],[-71.88324668129097,41.9320385460655],[-71.88390468150705,41.932051546047596],[-71.88558168205462,41.9320285459911],[-71.89061168369703,41.931960545821795],[-71.89228968424497,41.93193854576547],[-71.89472768504227,41.93192754568763],[-71.89615568550857,41.9319095456398],[-71.8962796855491,41.93190854563577],[-71.89640368558958,41.931906545631534],[-71.89676168570645,41.931901545619446],[-71.89686068573893,41.931902545616566],[-71.8970146857895,41.93190554561236],[-71.89713568582914,41.9319065456088],[-71.89715768583633,41.93190654560812],[-71.89725768586919,41.93190854560538],[-71.89741868592175,41.93190654560001],[-71.89757968597435,41.93190454559463],[-71.89769968601351,41.9319025455905],[-71.89834368622375,41.93189354556876],[-71.89902568644634,41.931882545545456],[-71.8994676865906,41.93187554553037],[-71.89969168666373,41.931872545522836],[-71.90036568688387,41.93186454550037],[-71.90048168692176,41.931863545496554],[-71.90059068695739,41.931862545492976],[-71.90117568714805,41.9318485454721],[-71.90293368772114,41.93180854540977],[-71.90351968791227,41.93179654538925],[-71.90387368802777,41.9317905453771],[-71.90485068834667,41.93177554534384],[-71.90493868837537,41.93177354534073],[-71.9052946884917,41.93177054532909],[-71.90577268864857,41.93177854531577],[-71.90675068896964,41.931796545288854],[-71.90720868911973,41.93180054527541],[-71.90768768927677,41.931805545261454],[-71.90826868946655,41.931799545242264],[-71.9100126900364,41.93178354518496],[-71.91059469022663,41.931779545166115],[-71.91129269045467,41.931772545143076],[-71.91338969113984,41.931753545074216],[-71.91408869136825,41.93174754505134],[-71.9151186917048,41.93173854501759],[-71.91820769271428,41.93171354491671],[-71.9192386930512,41.931705544883116],[-71.92025569338328,41.93169254484899],[-71.92330669437958,41.93165454474678],[-71.92432469471203,41.931642544712794],[-71.92554669511168,41.93163854467402],[-71.92686669554344,41.931635544632385],[-71.92765169580022,41.93163354460759],[-71.92921269631046,41.93162354455709],[-71.93043469670994,41.931616544517716],[-71.93070569679824,41.93160954450794],[-71.93152069706375,41.93158854447853],[-71.93179269715242,41.9315825444689],[-71.93183069717277,41.93172454449514],[-71.93194569723417,41.932150544573766],[-71.93198469725492,41.93229354460015],[-71.93248369751156,41.933966544907456],[-71.93341069797438,41.93682354542988],[-71.9355866990607,41.943526546655406],[-71.93666869960094,41.946859547264694],[-71.93778970016463,41.95038254790933],[-71.93923070088917,41.95490854873738],[-71.9395367010429,41.95586754891279],[-71.93989070122035,41.9569695491143],[-71.94187770221627,41.96315055024428],[-71.94254070254854,41.96521155062099],[-71.94307570282172,41.9669645509423],[-71.94452470356175,41.97171455181288],[-71.94468370364238,41.97222555190643],[-71.9452277039185,41.9739775522272],[-71.94611270436434,41.97676755273738],[-71.94696170479206,41.97944355322667],[-71.94750970506809,41.98116955354224],[-71.94877070570308,41.9851375542676],[-71.94931070597495,41.98683555457796],[-71.94964770614666,41.98793155477862],[-71.94975070619809,41.988247554836306],[-71.9500597063524,41.98919655500952],[-71.95016370640423,41.989513555067376],[-71.95040470652873,41.990327555216666],[-71.95080470673514,41.991674555463725],[-71.95117170691594,41.99275655566075],[-71.95124570695238,41.992974555700435],[-71.95136670702117,41.99349555579703],[-71.95139270703417,41.99357555581163],[-71.95145070706324,41.9937555558445],[-71.95154170710866,41.99403455589542],[-71.95164970715817,41.99428655594061],[-71.9517257071928,41.99446055597174],[-71.95178070722532,41.99471955601992],[-71.95261270764192,41.99729255648964],[-71.9535227080976,42.000106557003306],[-71.95452570858478,42.0029385575175],[-71.95557970908419,42.005690558014635],[-71.9566427095878,42.00846355851551],[-71.95723370987398,42.010115558815194],[-71.95870371058592,42.014225559560714],[-71.9590067107327,42.015072559714326],[-71.95959871101931,42.016725560014116],[-71.95963371103784,42.016851560037296],[-71.95974171109458,42.01723256010728],[-71.95977871111384,42.01735956013056],[-71.95992371118378,42.01775956020305],[-71.96036171139454,42.018959560420406],[-71.96050771146481,42.01935956049285],[-71.96100971170634,42.0207335607417],[-71.96251771243172,42.024857561488474],[-71.96278171255861,42.02557756161883],[-71.963021712674,42.026232561737416],[-71.96134371212213,42.026189561781536],[-71.95982971162417,42.026150561821304],[-71.95876571127418,42.02612256184914],[-71.95866971124264,42.02612056185174],[-71.95857171121042,42.02611856185442],[-71.95844671116933,42.02611556185774],[-71.95832171112824,42.02611256186107],[-71.95794971100597,42.02610456187114],[-71.95646671051888,42.02607856191244],[-71.95621871043745,42.026074561919415],[-71.9560937103964,42.02607256192292],[-71.95538871016521,42.02606656194378],[-71.95524971011963,42.02606556194793],[-71.95445970986056,42.02605856197124],[-71.95441570984615,42.02605856197261],[-71.95428470980313,42.026056561976326],[-71.9521997091126,42.025918562014844],[-71.95207870907272,42.02591356201765],[-71.94655170725838,42.02583456217492],[-71.94649170723861,42.025832562176426],[-71.94453270659254,42.02575156222195],[-71.94442370655656,42.025746562224384],[-71.94413670646192,42.02573456223103],[-71.93991770507233,42.0255925623353],[-71.93930270487037,42.02558256235256],[-71.93790070441005,42.025561562392255],[-71.93789470440811,42.02556156239245],[-71.93692570408804,42.025512562413226],[-71.92885670143522,42.02532856262941],[-71.92571870040358,42.02525756271357],[-71.92094369883367,42.0251485628414],[-71.92078169878037,42.02514456284566],[-71.91911069823074,42.02510156288947],[-71.91697069752674,42.02504556294535],[-71.91311569625859,42.0249455630462],[-71.90318069299035,42.02468856330612],[-71.90286069288507,42.02468056331454],[-71.90101269227816,42.0246505633663],[-71.90076569219686,42.024643563372635],[-71.89554769048004,42.024504563508295],[-71.89135668910112,42.024392563617155],[-71.89078068891155,42.02437656363199],[-71.89033368876571,42.024386563647816],[-71.89020468872361,42.02438956365242],[-71.89015668870795,42.024390563654094],[-71.89007668868186,42.02439256365698],[-71.88994868863992,42.02439256366097],[-71.8898276886003,42.02439256366473],[-71.88970668856066,42.02439256366849],[-71.88946868848271,42.0243925636759],[-71.88802368801154,42.02443056372817],[-71.88797968799722,42.02443156372972],[-71.88440768682035,42.02430856381717],[-71.88409468671938,42.024336563832286],[-71.88380468662575,42.024360563845924],[-71.88330668646023,42.02431756385313],[-71.88306868638111,42.02429656385649],[-71.88283568630557,42.02431056386643]]]},"properties":{"name":9002,"geoid":"09015900200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.21117877518066,41.694153489804016],[-72.21126177521064,41.694205489811466],[-72.21151177530126,41.69436748983505],[-72.21158977532956,41.69441848984251],[-72.21159577533173,41.69442248984309],[-72.21219377554831,41.694807489898984],[-72.21398877619853,41.695964490067084],[-72.21458777641556,41.69635149012336],[-72.21510477660281,41.69668449017171],[-72.21665877716578,41.697686490317274],[-72.2171767773534,41.69802049036579],[-72.21743377744771,41.69820749039399],[-72.2182067777314,41.69877149047912],[-72.21842577781173,41.698930490503066],[-72.21846577782641,41.69895949050745],[-72.21921777810242,41.699508490590304],[-72.21955277822528,41.6997514906269],[-72.22281777942302,41.70212349098439],[-72.22349677967205,41.70261549105848],[-72.22390677982247,41.70291349110339],[-72.22472778012207,41.70348149118774],[-72.22616178064541,41.70447449133526],[-72.22718578101968,41.705193491442515],[-72.22799178131437,41.70576049152714],[-72.22800378131873,41.70576849152832],[-72.2288997816462,41.70639749162214],[-72.22919578175436,41.706604491652975],[-72.23159178263006,41.708285491903624],[-72.23172278267795,41.70837749191734],[-72.23248778295786,41.708919491998394],[-72.23499778387638,41.710700492264806],[-72.2361717843128,41.71165449241286],[-72.23638378439159,41.71182649243953],[-72.2372087847006,41.71253849255164],[-72.23725678471857,41.71257949255806],[-72.23730478473657,41.7126214925647],[-72.23745378479235,41.71274949258483],[-72.2376017848478,41.71287749260499],[-72.23788978495563,41.71312549264402],[-72.23765578487252,41.71300449262792],[-72.23723078472709,41.71288349261781],[-72.23695978463593,41.712834492616835],[-72.23662278452538,41.7128234926253],[-72.23630078442619,41.71292849265577],[-72.23597178432681,41.71307049269364],[-72.23533478412699,41.71321349274137],[-72.23493178399524,41.713208492753076],[-72.2347187839239,41.713175492753365],[-72.23419878374594,41.713027492741006],[-72.23416278373148,41.712978492732645],[-72.23425778375665,41.7128744927095],[-72.23435978378807,41.712841492699894],[-72.23455778385754,41.712928492710525],[-72.23494578398878,41.71301149271444],[-72.23512178404462,41.71298349270349],[-72.23514378405083,41.712966492699486],[-72.23511478403714,41.71289049268568],[-72.23498978399329,41.71283549267894],[-72.23478478392454,41.71280249267898],[-72.23460878386527,41.712769492678134],[-72.23444778380816,41.712687492667285],[-72.23431578375771,41.71255549264585],[-72.23411878368796,41.71245749263303],[-72.23387678360653,41.712413492632116],[-72.23365678353413,41.71240249263689],[-72.233480783474,41.712353492632914],[-72.23256578315487,41.71198549259033],[-72.23213378300721,41.711865492580635],[-72.23170878286453,41.71179349258004],[-72.23157978281924,41.71173649257306],[-72.23245478312776,41.7121484926254],[-72.23244278312515,41.71217149263025],[-72.23202978298222,41.71202549261493],[-72.23190778294001,41.71198249261043],[-72.23120678269828,41.711749492587266],[-72.23078478255368,41.7116254925765],[-72.23078178255263,41.71162449257639],[-72.230362782409,41.71150049256552],[-72.2299647822726,41.711383492555335],[-72.22936078206865,41.71126049255047],[-72.22910878198365,41.71121049254869],[-72.22809078165442,41.71126249259075],[-72.22692178127359,41.71127249262941],[-72.22627778106728,41.71134049266283],[-72.22590178094684,41.71138049268239],[-72.22525678074196,41.711479492721836],[-72.22482778060566,41.71154549274812],[-72.2244387804844,41.711646492779906],[-72.22295578001321,41.71187249287029],[-72.22243377984073,41.711833492879116],[-72.2214927795253,41.71168349287958],[-72.22131177946615,41.711681492884885],[-72.22076877928863,41.71167549290078],[-72.22002977904378,41.711608492911],[-72.22004177904708,41.71159749290848],[-72.22002077904007,41.71159449290857],[-72.21919377875889,41.71139149289518],[-72.21908377872178,41.71136949289436],[-72.21867377859142,41.711430492919064],[-72.21841677851243,41.711517492944],[-72.2180367783952,41.71163849297938],[-72.21795177836822,41.71165149298458],[-72.21764877827204,41.71169949300339],[-72.21717277811548,41.71167749301408],[-72.21691577802918,41.711633493013615],[-72.21689377802447,41.71167749302285],[-72.21679877799559,41.711715493033175],[-72.21641077786599,41.7116614930349],[-72.21636677784855,41.71160649302561],[-72.21628677781815,41.71152949301319],[-72.21668177794703,41.71152949300078],[-72.21534877747374,41.71084349290964],[-72.215231777431,41.710761492897404],[-72.2146377772231,41.71050949286722],[-72.21400877700529,41.71028449284333],[-72.21274877657271,41.70990049280843],[-72.21271977656298,41.709895492808364],[-72.21212577636426,41.70980749280995],[-72.21150377616037,41.70979049282618],[-72.21093977597607,41.70978549284292],[-72.2105717758555,41.70977649285272],[-72.2104387758119,41.709772492856125],[-72.21030977576963,41.70976949285959],[-72.21004177568251,41.70977549286917],[-72.20990977563967,41.70977949287408],[-72.2098857756319,41.70978049287503],[-72.20979777560224,41.70976349287448],[-72.2097577755893,41.709765492876116],[-72.20929777544087,41.70979549289638],[-72.20914477539158,41.709806492903326],[-72.20903577535641,41.7098134929081],[-72.20867777523864,41.70979649291604],[-72.20837577513637,41.709729492912516],[-72.20818677507236,41.7096874929103],[-72.20812777505127,41.70965449290577],[-72.20811377504361,41.70959949289554],[-72.20829677510086,41.709555492881265],[-72.20830377510194,41.709533492876766],[-72.20817877505412,41.70940749285627],[-72.20749777482794,41.709336492863876],[-72.20702277467295,41.70933649287878],[-72.20656077452395,41.709367492899275],[-72.20634677445499,41.7093824929089],[-72.20629777443914,41.70938549291104],[-72.20579177427835,41.709462492941846],[-72.20517677408536,41.70959949298769],[-72.20500077403095,41.70965349300368],[-72.20393177370059,41.70998349310121],[-72.2035077735718,41.71015449314767],[-72.20343477355257,41.710236493165866],[-72.20326577350602,41.71039049320101],[-72.20298577343958,41.71083649329628],[-72.20282677340201,41.7110924933509],[-72.20257777333332,41.71131749340234],[-72.20245377329991,41.71144349343066],[-72.20238777328206,41.71150949344553],[-72.2020727731922,41.711740493500194],[-72.20175077310181,41.71200349356127],[-72.20137677299545,41.712283493627304],[-72.20118677294384,41.71246949366933],[-72.20091477287353,41.71279949374182],[-72.2007987728436,41.712941493773],[-72.20065977280105,41.712991493787065],[-72.20051977275354,41.712958493785045],[-72.2004027727135,41.712925493782315],[-72.20002977258073,41.71272749375563],[-72.19958977241879,41.712398493705656],[-72.19937777234408,41.71229949369311],[-72.19896077220405,41.71222849369243],[-72.19875577213837,41.71225049370312],[-72.19856477207914,41.712305493719775],[-72.19832277200877,41.71245949375723],[-72.19805977193978,41.71276049382383],[-72.19786877189281,41.71303549388314],[-72.19770777184637,41.71314449390932],[-72.1974887717777,41.71319449392589],[-72.19731277171994,41.71318849393025],[-72.19701277161563,41.71307349391736],[-72.1967047715044,41.71288149388978],[-72.19648477142927,41.71282149388507],[-72.1962217713431,41.71281549389215],[-72.19594377125486,41.7128594939094],[-72.19547777110901,41.712970493945534],[-72.19463277084456,41.713172494011204],[-72.19440577077138,41.71318849402142],[-72.19403177064449,41.71310149401628],[-72.19381277056655,41.71298549400065],[-72.19361477049183,41.712804493971774],[-72.19358177047805,41.71275049396234],[-72.19350477044598,41.71262649394071],[-72.1934827704368,41.71259049393443],[-72.19336577038271,41.71230549388282],[-72.19332577036559,41.712232493869934],[-72.1932997703544,41.71218449386144],[-72.19327777034238,41.71209749384527],[-72.19298777025294,41.71219049387239],[-72.19305677026742,41.712046493842315],[-72.19305777022836,41.71134149370558],[-72.19287877012265,41.71049449354697],[-72.1925807699961,41.70996949345452],[-72.19120976947286,41.70861049323399],[-72.1914037695273,41.70845149319707],[-72.19128276948038,41.7083184931751],[-72.19091976933983,41.70792249310967],[-72.19091276933713,41.707915493108544],[-72.19080776929552,41.70778349308624],[-72.19072976926458,41.70768549306968],[-72.19069076925021,41.70765549306509],[-72.19054676919689,41.70754249304768],[-72.19037776913683,41.70745449303592],[-72.1901727690657,41.70737849302762],[-72.18971876891418,41.70731749303001],[-72.18925076876269,41.70733949304895],[-72.18868676858328,41.70742249308273],[-72.18774976828766,41.707603493147204],[-72.18770376827288,41.70760749314942],[-72.18719976811093,41.707652493173946],[-72.18601376773343,41.707822493244095],[-72.18545776755262,41.70783349326365],[-72.18487176735924,41.707794493274434],[-72.18424876714924,41.70767449327071],[-72.18388276702123,41.707520493252325],[-72.1834367668598,41.70723549321103],[-72.18307776672123,41.70685149314781],[-72.1820457663327,41.705923493000206],[-72.1819067662812,41.70581349298322],[-72.18183276625282,41.70573749297078],[-72.18174476622009,41.7056654929596],[-72.18069876581448,41.70451349276895],[-72.18049376572647,41.70413449270188],[-72.18037676567116,41.70382749264601],[-72.18025176560035,41.70328949254559],[-72.18025576559035,41.703086492506095],[-72.18025976558215,41.702916492473],[-72.18034676559954,41.702719492432074],[-72.18044976562183,41.70251649238945],[-72.18059576566027,41.70235149235289],[-72.1805887656537,41.70227449233818],[-72.18078676570607,41.70205549228951],[-72.18125576583522,41.7016274921918],[-72.1814677658952,41.70146249215317],[-72.18167276594987,41.701243492104254],[-72.18203876603437,41.70061749197138],[-72.18209076604481,41.70050049194705],[-72.182206766086,41.70056049195506],[-72.1825557662099,41.70074049197902],[-72.18267276625143,41.700800491987],[-72.18349776654428,41.70122449204337],[-72.18370376661746,41.70133149205769],[-72.18439376686308,41.70169849210724],[-72.185351767205,41.70222449217922],[-72.18568776732452,41.70240149220303],[-72.1859577674197,41.7025284922192],[-72.18597676742638,41.702537492220344],[-72.18610976747247,41.70258549222548],[-72.18627376752765,41.702615492226165],[-72.18641576757287,41.70259549221784],[-72.1865437676129,41.70256449220781],[-72.18664676764422,41.70252349219663],[-72.18683276769903,41.702418492170445],[-72.18701276775214,41.70231749214521],[-72.18701776775362,41.702314492144474],[-72.18721676781313,41.70221749211942],[-72.18737476786127,41.702156492102645],[-72.18745676788669,41.7021324920954],[-72.18756476792086,41.702113492088344],[-72.18761576793713,41.70210649208539],[-72.18782676800446,41.70207949207354],[-72.18789376802582,41.7020704920697],[-72.18794776804322,41.70206649206723],[-72.18796776804969,41.7020654920664],[-72.18822176813262,41.702066492058634],[-72.18831376816284,41.70207049205652],[-72.18843576820305,41.70207749205407],[-72.18856476824547,41.70208349205119],[-72.18899876838874,41.70211349204341],[-72.18910576842438,41.70212649204257],[-72.18923076846639,41.70214849204292],[-72.18935376850816,41.702177492044676],[-72.18959276858992,41.70224549205037],[-72.19019376881381,41.702743492128114],[-72.19148676927439,41.703436492221975],[-72.19209076947602,41.70351849221895],[-72.1924727696001,41.70350849220504],[-72.19182476935647,41.70293149211345],[-72.19144476921177,41.70256049205341],[-72.19143476920802,41.70255149205199],[-72.19122076912714,41.70235349202028],[-72.19104776906136,41.702186491993324],[-72.19072176893815,41.70188449194498],[-72.19056476887904,41.70174349192254],[-72.19041776882378,41.70161249190174],[-72.1902587687646,41.70148149188133],[-72.18993476864507,41.70123449184358],[-72.18976376858282,41.701118491826456],[-72.18955176850639,41.700988491807884],[-72.18936876844134,41.700892491795],[-72.1890097683131,41.700693491767666],[-72.1888477682552,41.70060349175529],[-72.18845876811635,41.700389491725964],[-72.18813976800178,41.7002014916995],[-72.18794676793188,41.700077491681505],[-72.18773576785546,41.69994149166173],[-72.18760776780856,41.69984949164791],[-72.18761776780535,41.6997334916251],[-72.18760676779814,41.699668491612826],[-72.1875837677873,41.699608491601914],[-72.18748876774585,41.69942149156862],[-72.18738076770006,41.69923249153534],[-72.18734576768513,41.69916949152422],[-72.18666676738113,41.69769149125883],[-72.18656576733876,41.69752249122922],[-72.18649576731016,41.697419491211434],[-72.18639276726796,41.6972654911848],[-72.18629376722869,41.697140491163644],[-72.18622676720263,41.69706549115121],[-72.18605776713902,41.69691349112702],[-72.1870257674424,41.69669049105342],[-72.18797376774044,41.69648849098453],[-72.18858676793225,41.69634149093681],[-72.18865276795293,41.69632649093184],[-72.18867776796077,41.69632049092989],[-72.18959676824926,41.6961174908617],[-72.19053276854237,41.6958974907897],[-72.19085676864418,41.695827490765964],[-72.19146676883622,41.6957024907226],[-72.19199376900151,41.695583490683],[-72.19216876905642,41.695544490669946],[-72.19288876928258,41.69538749061691],[-72.19352776948386,41.69525849057187],[-72.19411676966881,41.695129490528394],[-72.19493276992611,41.69496949047176],[-72.1950167699524,41.69494949046526],[-72.1955447701178,41.69482649042484],[-72.19579977019752,41.69476449040482],[-72.19644777040158,41.69463249035891],[-72.19655577043542,41.69460749035068],[-72.19777977081928,41.694330490258565],[-72.19822877096102,41.694245490228],[-72.19836577100332,41.69420249021536],[-72.19845777103026,41.69414749020181],[-72.19857377106074,41.69401549017257],[-72.19864077107658,41.69390749014951],[-72.19883577111932,41.69353349007086],[-72.19889977114065,41.6935414900704],[-72.19924377125521,41.69358349006776],[-72.19963777138376,41.69358349005542],[-72.19971977141051,41.69358349005283],[-72.20011477153999,41.69359449004259],[-72.20086877178228,41.69352849000615],[-72.20137877194749,41.69350748998607],[-72.20169577205024,41.693495489973806],[-72.20387077276315,41.693555489917244],[-72.20436077292337,41.69356148990303],[-72.204690773027,41.69348948987873],[-72.20516677316944,41.69325948981917],[-72.20581077336696,41.69303448975533],[-72.20600777342844,41.692984489739466],[-72.20622777349688,41.69292448972091],[-72.20654977360219,41.69292948971179],[-72.20679177368572,41.69301148972011],[-72.20701077376269,41.693110489732426],[-72.20764077399396,41.693571489802096],[-72.2077797740424,41.6936264898084],[-72.20799177411338,41.69365948980815],[-72.20818977417674,41.69363748979768],[-72.20846777426807,41.693648489791094],[-72.20870777435003,41.69371448979637],[-72.20894377443065,41.693779489801564],[-72.2091637745092,41.693900489818134],[-72.20928077454947,41.69393848982184],[-72.20947877461441,41.69394448981679],[-72.20960977465498,41.69390548980512],[-72.20994677476585,41.69392248979784],[-72.21027677487686,41.69398248979911],[-72.21080377505737,41.694136489812465],[-72.21117877518066,41.694153489804016]]]},"properties":{"name":8004,"geoid":"09015800400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.21117877518066,41.694153489804016],[-72.21080377505737,41.694136489812465],[-72.21027677487686,41.69398248979911],[-72.20994677476585,41.69392248979784],[-72.20960977465498,41.69390548980512],[-72.20947877461441,41.69394448981679],[-72.20928077454947,41.69393848982184],[-72.2091637745092,41.693900489818134],[-72.20894377443065,41.693779489801564],[-72.20870777435003,41.69371448979637],[-72.20846777426807,41.693648489791094],[-72.20818977417674,41.69363748979768],[-72.20799177411338,41.69365948980815],[-72.2077797740424,41.6936264898084],[-72.20764077399396,41.693571489802096],[-72.20701077376269,41.693110489732426],[-72.20679177368572,41.69301148972011],[-72.20654977360219,41.69292948971179],[-72.20622777349688,41.69292448972091],[-72.20600777342844,41.692984489739466],[-72.20581077336696,41.69303448975533],[-72.20516677316944,41.69325948981917],[-72.204690773027,41.69348948987873],[-72.20436077292337,41.69356148990303],[-72.20387077276315,41.693555489917244],[-72.20169577205024,41.693495489973806],[-72.20137877194749,41.69350748998607],[-72.20086877178228,41.69352849000615],[-72.20011477153999,41.69359449004259],[-72.19971977141051,41.69358349005283],[-72.19963777138376,41.69358349005542],[-72.19924377125521,41.69358349006776],[-72.19889977114065,41.6935414900704],[-72.19883577111932,41.69353349007086],[-72.19864077107658,41.69390749014951],[-72.19857377106074,41.69401549017257],[-72.19845777103026,41.69414749020181],[-72.19836577100332,41.69420249021536],[-72.19822877096102,41.694245490228],[-72.19777977081928,41.694330490258565],[-72.19655577043542,41.69460749035068],[-72.19644777040158,41.69463249035891],[-72.19579977019752,41.69476449040482],[-72.1955447701178,41.69482649042484],[-72.1950167699524,41.69494949046526],[-72.19493276992611,41.69496949047176],[-72.19411676966881,41.695129490528394],[-72.19352776948386,41.69525849057187],[-72.19288876928258,41.69538749061691],[-72.19216876905642,41.695544490669946],[-72.19199376900151,41.695583490683],[-72.19146676883622,41.6957024907226],[-72.19085676864418,41.695827490765964],[-72.19053276854237,41.6958974907897],[-72.18959676824926,41.6961174908617],[-72.18867776796077,41.69632049092989],[-72.18865276795293,41.69632649093184],[-72.18858676793225,41.69634149093681],[-72.18797376774044,41.69648849098453],[-72.1870257674424,41.69669049105342],[-72.18605776713902,41.69691349112702],[-72.18622676720263,41.69706549115121],[-72.18629376722869,41.697140491163644],[-72.18639276726796,41.6972654911848],[-72.18649576731016,41.697419491211434],[-72.18656576733876,41.69752249122922],[-72.18666676738113,41.69769149125883],[-72.18734576768513,41.69916949152422],[-72.18738076770006,41.69923249153534],[-72.18748876774585,41.69942149156862],[-72.1875837677873,41.699608491601914],[-72.18760676779814,41.699668491612826],[-72.18761776780535,41.6997334916251],[-72.18760776780856,41.69984949164791],[-72.18773576785546,41.69994149166173],[-72.18794676793188,41.700077491681505],[-72.18813976800178,41.7002014916995],[-72.18845876811635,41.700389491725964],[-72.1888477682552,41.70060349175529],[-72.1890097683131,41.700693491767666],[-72.18936876844134,41.700892491795],[-72.18955176850639,41.700988491807884],[-72.18976376858282,41.701118491826456],[-72.18993476864507,41.70123449184358],[-72.1902587687646,41.70148149188133],[-72.19041776882378,41.70161249190174],[-72.19056476887904,41.70174349192254],[-72.19072176893815,41.70188449194498],[-72.19104776906136,41.702186491993324],[-72.19122076912714,41.70235349202028],[-72.19143476920802,41.70255149205199],[-72.19144476921177,41.70256049205341],[-72.19182476935647,41.70293149211345],[-72.1924727696001,41.70350849220504],[-72.19209076947602,41.70351849221895],[-72.19148676927439,41.703436492221975],[-72.19019376881381,41.702743492128114],[-72.18959276858992,41.70224549205037],[-72.18935376850816,41.702177492044676],[-72.18923076846639,41.70214849204292],[-72.18910576842438,41.70212649204257],[-72.18899876838874,41.70211349204341],[-72.18856476824547,41.70208349205119],[-72.18843576820305,41.70207749205407],[-72.18831376816284,41.70207049205652],[-72.18822176813262,41.702066492058634],[-72.18796776804969,41.7020654920664],[-72.18794776804322,41.70206649206723],[-72.18789376802582,41.7020704920697],[-72.18782676800446,41.70207949207354],[-72.18761576793713,41.70210649208539],[-72.18756476792086,41.702113492088344],[-72.18745676788669,41.7021324920954],[-72.18737476786127,41.702156492102645],[-72.18721676781313,41.70221749211942],[-72.18701776775362,41.702314492144474],[-72.18701276775214,41.70231749214521],[-72.18683276769903,41.702418492170445],[-72.18664676764422,41.70252349219663],[-72.1865437676129,41.70256449220781],[-72.18641576757287,41.70259549221784],[-72.18627376752765,41.702615492226165],[-72.18610976747247,41.70258549222548],[-72.18597676742638,41.702537492220344],[-72.1859577674197,41.7025284922192],[-72.18568776732452,41.70240149220303],[-72.185351767205,41.70222449217922],[-72.18439376686308,41.70169849210724],[-72.18370376661746,41.70133149205769],[-72.18349776654428,41.70122449204337],[-72.18267276625143,41.700800491987],[-72.1825557662099,41.70074049197902],[-72.182206766086,41.70056049195506],[-72.18209076604481,41.70050049194705],[-72.18203876603437,41.70061749197138],[-72.18167276594987,41.701243492104254],[-72.1814677658952,41.70146249215317],[-72.18125576583522,41.7016274921918],[-72.18078676570607,41.70205549228951],[-72.1805887656537,41.70227449233818],[-72.18059576566027,41.70235149235289],[-72.18044976562183,41.70251649238945],[-72.18034676559954,41.702719492432074],[-72.18025976558215,41.702916492473],[-72.18025576559035,41.703086492506095],[-72.18025176560035,41.70328949254559],[-72.18037676567116,41.70382749264601],[-72.18049376572647,41.70413449270188],[-72.18069876581448,41.70451349276895],[-72.18174476622009,41.7056654929596],[-72.18183276625282,41.70573749297078],[-72.1819067662812,41.70581349298322],[-72.1820457663327,41.705923493000206],[-72.18307776672123,41.70685149314781],[-72.1834367668598,41.70723549321103],[-72.18388276702123,41.707520493252325],[-72.18424876714924,41.70767449327071],[-72.18487176735924,41.707794493274434],[-72.18545776755262,41.70783349326365],[-72.18601376773343,41.707822493244095],[-72.18719976811093,41.707652493173946],[-72.18770376827288,41.70760749314942],[-72.18774976828766,41.707603493147204],[-72.18868676858328,41.70742249308273],[-72.18925076876269,41.70733949304895],[-72.18971876891418,41.70731749303001],[-72.1901727690657,41.70737849302762],[-72.19037776913683,41.70745449303592],[-72.19054676919689,41.70754249304768],[-72.19069076925021,41.70765549306509],[-72.19072976926458,41.70768549306968],[-72.19080776929552,41.70778349308624],[-72.19091276933713,41.707915493108544],[-72.19091976933983,41.70792249310967],[-72.19128276948038,41.7083184931751],[-72.1914037695273,41.70845149319707],[-72.19120976947286,41.70861049323399],[-72.1925807699961,41.70996949345452],[-72.19287877012265,41.71049449354697],[-72.19305777022836,41.71134149370558],[-72.19305677026742,41.712046493842315],[-72.19298777025294,41.71219049387239],[-72.19298777025574,41.71224049388208],[-72.19291877025356,41.71260449395483],[-72.192865770252,41.712886494011165],[-72.19258377018402,41.713316494103374],[-72.19243677015481,41.713652494173125],[-72.19243977016025,41.71373249418855],[-72.19237877015347,41.71396749423601],[-72.1924107701803,41.714260494291814],[-72.19252677023098,41.71449049433278],[-72.19296777039935,41.714928494403864],[-72.19301177041913,41.71502549442128],[-72.19339477055634,41.71524449445173],[-72.19377677069322,41.71546349448221],[-72.19393477074986,41.71555449449489],[-72.1940927708065,41.715645494507584],[-72.19419977084829,41.71576849452807],[-72.19430877089566,41.715979494565566],[-72.19445977096112,41.716269494617045],[-72.19445077096981,41.71647749465765],[-72.19447177098318,41.716594494679676],[-72.19447877100103,41.71687249473335],[-72.19438177097567,41.716985494758305],[-72.1941047708888,41.71704849477921],[-72.19408077088097,41.71704849477995],[-72.19407777088004,41.71704949478025],[-72.19407577087945,41.71705049478049],[-72.19407277087852,41.717051494780776],[-72.19407177087825,41.717052494781015],[-72.19375177077625,41.71709549479939],[-72.19328177062505,41.717134494821686],[-72.19275777045351,41.71712449483618],[-72.19224577028142,41.7170344948348],[-72.19201377020163,41.71696149482792],[-72.19187177015088,41.71688249481705],[-72.1901107694744,41.71505949451885],[-72.18990876940241,41.71495049450405],[-72.18987276939177,41.71497049450906],[-72.18977376936175,41.715011494520105],[-72.18971876934471,41.71502749452494],[-72.18960976931024,41.71504749453223],[-72.18953276928383,41.71502449453018],[-72.18944576925281,41.71497749452381],[-72.18927476918908,41.714835494501635],[-72.18905676911176,41.714724494486944],[-72.18891976906438,41.714676494481935],[-72.18883876903803,41.71467849448487],[-72.18873076900402,41.71470049449252],[-72.18862376897057,41.71472649450091],[-72.18849376893296,41.71481249452166],[-72.18848076893066,41.714847494528854],[-72.18832576888255,41.71489149454224],[-72.18799876878406,41.715038494580995],[-72.18758376867412,41.71549449468242],[-72.18757176867346,41.71555349469423],[-72.18741476866597,41.71633649485096],[-72.18741476871485,41.717211495020585],[-72.18759176883434,41.71831649522927],[-72.18798776901136,41.719172495382786],[-72.18854276920504,41.71939749540901],[-72.18908776938525,41.71943949540005],[-72.18986176963413,41.71937349536299],[-72.19097276997299,41.718949495245944],[-72.19231077038461,41.718502495117335],[-72.19327377069541,41.718440495075114],[-72.1943587710707,41.718820495114755],[-72.19523677138994,41.7194064952008],[-72.19566377154969,41.719771495258165],[-72.19595277165786,41.72001949529717],[-72.19601777168214,41.72007449530579],[-72.19676777196868,41.72082249542726],[-72.19703777207188,41.721092495471126],[-72.19720077213705,41.72130649550749],[-72.19736377220212,41.72151949554367],[-72.1974657722429,41.721653495566436],[-72.19761177231084,41.72201649563221],[-72.19760077234241,41.7226454957545],[-72.19760977234893,41.722709495766615],[-72.19762377235855,41.72280049578381],[-72.19769477240875,41.723283495875194],[-72.19800377252993,41.72364749593606],[-72.19805977255128,41.72370249594496],[-72.1988587728564,41.72449649607378],[-72.1996487731616,41.725344496213346],[-72.19989477326895,41.72582849629944],[-72.19988177328644,41.72621749637524],[-72.199730773252,41.726482496431345],[-72.19970677324494,41.726496496434805],[-72.19921777310124,41.72678049650519],[-72.19915977308837,41.72688849652795],[-72.19896077304473,41.727269496608024],[-72.19887777302641,41.727426496641066],[-72.19877277301686,41.72786849673001],[-72.19826377286128,41.72805649678243],[-72.19821877284893,41.72809849679199],[-72.19817277283633,41.72814149680177],[-72.19812677282373,41.72818449681154],[-72.19800877278784,41.72823149682435],[-72.19788877275316,41.72831149684362],[-72.19776977272102,41.72843149687061],[-72.19774877272037,41.72854249689278],[-72.19774677272068,41.72855949689613],[-72.19773377272544,41.72872049692775],[-72.1977417727375,41.72888949696024],[-72.19787977279024,41.72902749698266],[-72.19809277286525,41.72912549699495],[-72.19835977295791,41.72922449700578],[-72.1984457729871,41.729244497006945],[-72.19857377303049,41.72927349700856],[-72.1988837731372,41.729372497018005],[-72.19893477315456,41.72938549701894],[-72.1990127731812,41.72940649702055],[-72.19915377323845,41.72960749705509],[-72.19915977324091,41.72961649705664],[-72.19916777325565,41.72983349709845],[-72.19916377325569,41.729857497103225],[-72.19912577325553,41.73007649714684],[-72.19908777325543,41.73029649719068],[-72.19904677325547,41.73053649723847],[-72.19900577325545,41.73077549728608],[-72.19899277325554,41.73085249730142],[-72.19896877326022,41.73107649734557],[-72.1989647732606,41.7311064973515],[-72.19891777326471,41.73145449742043],[-72.19888177325561,41.73150149743067],[-72.19879777323413,41.73160749745384],[-72.19851877315112,41.73175149749049],[-72.19836677310369,41.73179049750282],[-72.19817577304416,41.7318404975185],[-72.1978957729546,41.731872497533494],[-72.19771277288987,41.73178349752199],[-72.1976587728676,41.73170049750759],[-72.19757977283523,41.7315824974872],[-72.19749677280122,41.73145849746577],[-72.19726277270499,41.731103497404334],[-72.19721777268644,41.73103449739237],[-72.19717277266797,41.730966497380614],[-72.1970817726306,41.730829497356915],[-72.19681677253416,41.73065149733074],[-72.19676677251678,41.73063249732863],[-72.19669477249182,41.73060649732585],[-72.19645977240523,41.73042949729892],[-72.196236772329,41.730367497293905],[-72.19607577227185,41.73028549728306],[-72.19554177208563,41.73007149725834],[-72.19519677196845,41.729989497253264],[-72.19496977189377,41.72997849725827],[-72.19447177173582,41.73006049728978],[-72.1943397716952,41.73010449730244],[-72.19409877161807,41.730131497315234],[-72.19381277152351,41.730109497319944],[-72.19323377133456,41.73010949733811],[-72.1927947711949,41.730174497364494],[-72.1924427710868,41.73029549739897],[-72.19210477098353,41.730421497434],[-72.19181177089742,41.730591497476134],[-72.19132877075968,41.73094749756029],[-72.19111577070275,41.731172497610565],[-72.19096177066541,41.73140349766017],[-72.1908957706543,41.73158949769827],[-72.19090377068511,41.732094497795885],[-72.19097677073191,41.732505497873234],[-72.19099877074375,41.73258849788863],[-72.19128977086304,41.733023497963806],[-72.1914827709424,41.73331649801454],[-72.19150977095205,41.73333149801658],[-72.19151077095383,41.733357498021604],[-72.19173777104682,41.73369549807998],[-72.19209177118269,41.7340594981394],[-72.19250577134433,41.734533498218255],[-72.19291177148769,41.734727498243124],[-72.19326977160497,41.734735498233434],[-72.1940027718467,41.73478049821915],[-72.19443977199901,41.73495349823897],[-72.19483177214869,41.735342498302046],[-72.19510677225925,41.7357144983655],[-72.19531677234764,41.73606949842768],[-72.19546677241532,41.7364044984879],[-72.19549377242755,41.73646549849887],[-72.19568977252358,41.73703849860373],[-72.19567777256911,41.73792249877539],[-72.19572077262772,41.738719498928475],[-72.19564477265327,41.73961949910524],[-72.19544477261356,41.74007649920006],[-72.19514677254124,41.74052249929581],[-72.1950067725073,41.74073249934091],[-72.19478677245978,41.741166499431884],[-72.1945767724145,41.74158249951908],[-72.19431177235941,41.74214349963607],[-72.1940997723225,41.74272049975451],[-72.19384577226741,41.74321749985877],[-72.19372177223532,41.743367499891725],[-72.19343177216042,41.74372049996919],[-72.19298677204343,41.744225500081],[-72.19291577202479,41.74430650009893],[-72.19287577201433,41.7443525001091],[-72.19266677195495,41.744510500146255],[-72.19258177193089,41.74457650016172],[-72.19233277186025,41.744766500206325],[-72.19164977166625,41.74528350032793],[-72.19104277148905,41.74565750041942],[-72.1903287712795,41.74607750052319],[-72.18989477115481,41.7463805005955],[-72.18943577102294,41.74670150067209],[-72.18941877101801,41.74671250067476],[-72.18941777101779,41.746714500675175],[-72.1890477709198,41.74712150076562],[-72.18877177085842,41.74763450087366],[-72.1887717709025,41.748422501026305],[-72.18939777120005,41.75008850132937],[-72.18940477120329,41.75010550133245],[-72.18930077118088,41.750311501375606],[-72.1892487711696,41.75041350139701],[-72.18922377116277,41.75043750140243],[-72.18890277107502,41.75074150147139],[-72.18835177091033,41.75101250154116],[-72.18759877067103,41.75112850158727],[-72.1874407706203,41.75114350159514],[-72.18665477036798,41.751219501634516],[-72.18604777018352,41.75146350170083],[-72.18573077010572,41.751922501799676],[-72.18588677018104,41.75235850187923],[-72.18651077041176,41.752841501953206],[-72.18655777042918,41.7528785019589],[-72.18708077061449,41.75313950199303],[-72.18743677074086,41.753321502017116],[-72.18755977078455,41.753384502025455],[-72.18798577094404,41.75374950208278],[-72.18808777099814,41.754121502151634],[-72.18814977103098,41.754346502193265],[-72.18809777102503,41.754543502233034],[-72.18802677101696,41.75481350228757],[-72.18765677091724,41.75518950237201],[-72.18697777070936,41.75543550244095],[-72.18647077054952,41.75553650247643],[-72.18611577043761,41.75560750250133],[-72.18514277012459,41.755689502547725],[-72.18479677001605,41.75576850257389],[-72.18445076990753,41.75584750260003],[-72.18427476985232,41.75588750261333],[-72.18363876965293,41.756034502661734],[-72.18319976951535,41.75613650269527],[-72.18227476921804,41.75621950274038],[-72.18161976899907,41.7561275027431],[-72.18140476892307,41.75602350272971],[-72.1811687688396,41.75590850271483],[-72.18109676881419,41.75587450271051],[-72.18041276857579,41.755604502679674],[-72.17998376843201,41.75553750268015],[-72.17941576824323,41.755477502686354],[-72.17914976815582,41.75546750269275],[-72.17837476790122,41.75543850271145],[-72.17787076773334,41.755378502715644],[-72.17764676765294,41.7552485026975],[-72.17765876764092,41.7549635026419],[-72.17771276764536,41.75472750259452],[-72.17766476761793,41.75451750255534],[-72.17765176761044,41.75445950254453],[-72.17747576753489,41.75413550248729],[-72.1774767675206,41.753874502436695],[-72.17759376754738,41.75367050239352],[-72.17811676770849,41.7534985023438],[-72.17814276771647,41.75348950234124],[-72.17833276777054,41.75334750230777],[-72.17831376775027,41.75309550225956],[-72.17799076762091,41.75266850218699],[-72.17798676761944,41.752665502186524],[-72.17693376723568,41.75194950208085],[-72.176468767074,41.75177250206117],[-72.17630176701314,41.751659502044504],[-72.17603776691494,41.75144450201115],[-72.17608676691886,41.75122850196776],[-72.17624376696206,41.751084501934955],[-72.17640476700628,41.75093550190103],[-72.17656076704557,41.75072750185585],[-72.17654576702306,41.75041250179532],[-72.17641176696647,41.75018250175496],[-72.17638576694728,41.74999150171878],[-72.17595576679987,41.749865501707866],[-72.17570976671443,41.749773501697746],[-72.17524576657034,41.749905501737864],[-72.17475776642553,41.750164501803354],[-72.17472476642332,41.75031750183402],[-72.17472376643116,41.750463501862335],[-72.17468976642907,41.75062450189459],[-72.17468976642941,41.75063050189574],[-72.17468876644094,41.750842501936845],[-72.17463376643282,41.751018501972666],[-72.17448176639087,41.75115550200396],[-72.17430976633727,41.751201502018276],[-72.17412676627706,41.751192502022256],[-72.17398776622625,41.751095502007836],[-72.17382876615662,41.75077850195141],[-72.17368976609906,41.75056050191354],[-72.17362876607483,41.75048350190054],[-72.17347676601447,41.750291501868126],[-72.17328376594348,41.75014850184647],[-72.1730247658222,41.749491501727306],[-72.17241776559527,41.74897650164658],[-72.17210876548026,41.74872350160726],[-72.17181976537799,41.748581501588816],[-72.17164876531623,41.74847550157364],[-72.17122876518876,41.74864750162014],[-72.17089176509614,41.74895850169094],[-72.17057376501687,41.74939750178596],[-72.17006076491398,41.750552502025776],[-72.16962276480074,41.75108450214256],[-72.16921276469067,41.75150950223773],[-72.16900276463407,41.751723502285785],[-72.16876676457197,41.75199050234489],[-72.16848476449384,41.752239502401956],[-72.16812376438098,41.75232850243053],[-72.16764376422461,41.75233450244673],[-72.1670817640368,41.75225650244925],[-72.1662917637684,41.7520685024376],[-72.16607176369111,41.751970502425515],[-72.16581176359189,41.75171450238408],[-72.16557076345616,41.75069350219384],[-72.1653147633528,41.7503395021333],[-72.16498276323101,41.7500995020972],[-72.16485976318587,41.75001050208381],[-72.16480376316588,41.74997950207958],[-72.16461676310237,41.74993550207691],[-72.16451776306855,41.749908502074796],[-72.16403576290399,41.7497795020649],[-72.16342076270172,41.74975250207895],[-72.1630137625739,41.74984250210913],[-72.1628767625309,41.749873502119435],[-72.1626027624508,41.75004050216036],[-72.16255476243522,41.750042502162266],[-72.16221476232485,41.75005350217504],[-72.16216076231086,41.750118502189345],[-72.16148376209024,41.75012550221191],[-72.16145376208034,41.75012350221246],[-72.1610927619616,41.750107502220686],[-72.16080176186794,41.75013150223443],[-72.16050876177704,41.75021650226009],[-72.16008576165125,41.750436502315964],[-72.15993876160752,41.75051250233529],[-72.15931376141393,41.7506995023911],[-72.15915376136438,41.75074750240541],[-72.15903376133326,41.75089150243707],[-72.15896876132881,41.75119150249722],[-72.15889576131917,41.751445502548705],[-72.1587157612671,41.75156550257759],[-72.15861876123913,41.751631502593426],[-72.15823176111961,41.7517535026292],[-72.15762676092541,41.75181250265957],[-72.15755076090545,41.7518995026788],[-72.15753176090043,41.75192050268346],[-72.15632176059364,41.75349950302725],[-72.1559897604827,41.75345350302874],[-72.15508376017992,41.75332850303291],[-72.15497476014352,41.753313503033425],[-72.15486676010747,41.7532995030341],[-72.15347775964652,41.75316550305166],[-72.15345275963826,41.75316350305205],[-72.15073875873475,41.75285050307643],[-72.15021075855853,41.75278150307961],[-72.14887075810961,41.75257650308186],[-72.1487227580606,41.75256450308419],[-72.14869775805225,41.75256050308418],[-72.14798375781321,41.75245450308602],[-72.14684575743254,41.75229050308989],[-72.14343275629086,41.75179950310164],[-72.14229575591058,41.751636503105665],[-72.14102775548639,41.75145350310992],[-72.13722575421465,41.75090750312315],[-72.13595875379086,41.75072550312755],[-72.13327075289152,41.750335503136114],[-72.12520875019415,41.749165503161684],[-72.12252174929519,41.74877650317036],[-72.1204257485788,41.748201503124506],[-72.11414074643079,41.746479502987356],[-72.11204574571481,41.745905502941625],[-72.11235974576165,41.74490650273822],[-72.11330374590294,41.7419115021283],[-72.11361874595016,41.74091350192505],[-72.11428774604995,41.73878450149153],[-72.11629674635014,41.732400500191346],[-72.11667374640665,41.73120549994793],[-72.11696774645067,41.73027249975788],[-72.11727374649597,41.72929249955835],[-72.11819374663254,41.72635249895962],[-72.11850074667825,41.72537349876022],[-72.11930274679875,41.722836498243296],[-72.11964174684988,41.72176749802543],[-72.12170974716066,41.71522549669225],[-72.12248974727817,41.71276249619024],[-72.12248274727159,41.71268549617552],[-72.12238074718051,41.71164749597741],[-72.12207774690832,41.70853349538291],[-72.12197674681761,41.70749549518474],[-72.1218007466485,41.705488494800946],[-72.12127474614189,41.69946749364938],[-72.12109974597315,41.69746049326548],[-72.12091674575808,41.694666492729105],[-72.12075674556864,41.69219849225524],[-72.12037074511395,41.68628449111966],[-72.12021274492751,41.683857490653565],[-72.12018874489935,41.683491490583286],[-72.12008674465444,41.679682489847174],[-72.12001074447198,41.67684448929866],[-72.11977974391982,41.66825848763902],[-72.1196777436752,41.66445148690301],[-72.11969374367597,41.66437148688698],[-72.11974374367915,41.66413448683939],[-72.11976174368063,41.66405548682348],[-72.11980074368502,41.66390548679315],[-72.11991774369838,41.663458486702694],[-72.11995774370315,41.66330948667251],[-72.11998274370605,41.66321448665328],[-72.11998874370688,41.66319448664921],[-72.12002074371095,41.66307948662588],[-72.120053743715,41.662958486601354],[-72.12006074371573,41.662930486595705],[-72.120086743719,41.66283648657662],[-72.12009374371983,41.66281048657138],[-72.12011474372247,41.662734486555955],[-72.12012274372368,41.66270948655085],[-72.1201637437284,41.662553486519286],[-72.12028674374271,41.66208848642514],[-72.12032874374783,41.66193348639373],[-72.12121874403975,41.66196148637138],[-72.12342974476509,41.66203348631636],[-72.12389074491638,41.66204948630507],[-72.12478374520943,41.66208048628322],[-72.1249617452683,41.66209448628038],[-72.12524374536162,41.66211848627625],[-72.12548274544218,41.662165486277914],[-72.12549374544595,41.66216848627815],[-72.12566874550498,41.662203486279466],[-72.12577374554007,41.662218486279116],[-72.1261507456659,41.662269486277246],[-72.12696174593687,41.66238448627424],[-72.12759974614991,41.66247248627143],[-72.12808374631165,41.6625414862697],[-72.1282207463574,41.66256048626913],[-72.13014974700172,41.66283048626132],[-72.13634874907228,41.663698486236264],[-72.13779174955432,41.6639014862306],[-72.13841574976273,41.66398848622799],[-72.13874174987153,41.66403248622636],[-72.14015875034458,41.664226486219754],[-72.14538975209103,41.664945486195904],[-72.14560675216352,41.66497548619495],[-72.14584675224457,41.66502548619716],[-72.14603475230642,41.66503448619303],[-72.1470217526359,41.6651694861884],[-72.14713375267333,41.665185486188],[-72.14723275270636,41.66519848618742],[-72.14737775275482,41.66521948618698],[-72.14795075294614,41.665298486184405],[-72.14819875303415,41.665426486201504],[-72.14875275321617,41.66544948618866],[-72.15249175444498,41.66561248610341],[-72.15250075444793,41.66561248610314],[-72.15257675447289,41.66561548610135],[-72.1529227545866,41.66563048609345],[-72.15339175474075,41.66565148608286],[-72.15342475474841,41.66559548607095],[-72.15379775483484,41.66496148593622],[-72.15386475485042,41.66484848591217],[-72.15401275488475,41.664597485858806],[-72.15469475503409,41.66328248558218],[-72.15501075510336,41.662674485454254],[-72.15673875549032,41.65949548478295],[-72.1567937555012,41.659368484756584],[-72.15701575554522,41.65885748465041],[-72.15730575560274,41.65819048451183],[-72.15738375561817,41.65801048447444],[-72.15741575562438,41.65793448445868],[-72.15747275563585,41.657806484432044],[-72.15751375564389,41.657710484412114],[-72.15754675565049,41.65763548439653],[-72.15780375574344,41.65779948442032],[-72.15857475602246,41.658294484492345],[-72.15882775611401,41.658456484515895],[-72.15883175611553,41.65846048451654],[-72.159131756224,41.658651484544265],[-72.16046175670532,41.65950548466848],[-72.16309775765937,41.661199484914974],[-72.16534775847376,41.66264548512535],[-72.16622775879229,41.663211485207725],[-72.16678975899676,41.663591485263915],[-72.16696775906124,41.66370648528067],[-72.16697575906412,41.66371148528139],[-72.16824775952432,41.664525485399636],[-72.16893975977476,41.66496948546419],[-72.1720697609099,41.667020485764404],[-72.17276776116303,41.66747748583128],[-72.1728417611899,41.667526485838486],[-72.17309976128404,41.66770548586515],[-72.17333476136972,41.667867485889246],[-72.17345476141251,41.667933485898295],[-72.17381776154198,41.66813148592537],[-72.17393876158515,41.668198485934596],[-72.1740047616087,41.668234485939514],[-72.17478076188449,41.66864148599423],[-72.1754697621294,41.66900348604294],[-72.17709976273305,41.67029548624269],[-72.17710776273599,41.67030148624363],[-72.17747776287301,41.670594486288906],[-72.1778467630097,41.67088748633424],[-72.17793776304316,41.67095548634459],[-72.17821276314457,41.67116548637672],[-72.17827676316818,41.67121448638424],[-72.17830676317897,41.67123248638679],[-72.17831876318321,41.67123848638759],[-72.17846076323416,41.67132148639925],[-72.17892576340081,41.6715904864369],[-72.17908076345645,41.671681486449714],[-72.1802907638912,41.67240048655138],[-72.18369776511557,41.674428486838316],[-72.18391776519502,41.674566486858204],[-72.1851077656251,41.67531848696688],[-72.18511176562653,41.67532048696713],[-72.18546576575443,41.67554348699934],[-72.186651766183,41.676291487107356],[-72.18665276618337,41.6762924871075],[-72.1869317662861,41.67650248713953],[-72.19215376820836,41.6804274877376],[-72.19367176876717,41.68156848791144],[-72.19389676884994,41.681736487936995],[-72.19488276921285,41.68247648804967],[-72.19553176945179,41.68296448812402],[-72.19786777030912,41.68467248838218],[-72.19848377053522,41.68512348845039],[-72.19886677067572,41.6854024884925],[-72.19962177095276,41.68595348857575],[-72.20188877178487,41.68761248882653],[-72.20264477206236,41.68816548891011],[-72.20266577207016,41.688182488912744],[-72.20364477242954,41.688899489021146],[-72.20664777353178,41.69109548935296],[-72.20763277389331,41.69181548946173],[-72.20765077389991,41.691828489463695],[-72.20782177396266,41.69195348948257],[-72.20823977411605,41.692258489528626],[-72.20833677415118,41.692320489537614],[-72.21042377490717,41.693666489733225],[-72.21046777492307,41.693694489737275],[-72.21117877518066,41.694153489804016]]]},"properties":{"name":8005,"geoid":"09015800500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.21644377879318,41.728043496209196],[-72.21645977878799,41.727857496172646],[-72.2164467787679,41.72757449611821],[-72.21641677874065,41.727262496058685],[-72.21633777866747,41.72641549589702],[-72.21632677865897,41.72632749588033],[-72.2162877786289,41.726017495821466],[-72.2162807786205,41.72590849580057],[-72.2162787786189,41.72589149579732],[-72.21623777858454,41.72551649572594],[-72.2162247785733,41.72539149570213],[-72.21621577856477,41.725291495683024],[-72.21618977853967,41.72499449562629],[-72.2161817785315,41.72489549560735],[-72.21617077852204,41.72479049558734],[-72.21613977849448,41.72447849552784],[-72.2161297784854,41.72437449550801],[-72.21612177847844,41.72429649549315],[-72.21609777845765,41.72406549544911],[-72.21608977845074,41.72398849543445],[-72.21606077842546,41.723705495380514],[-72.21597577835038,41.72285949521922],[-72.21594777832547,41.722577495165446],[-72.21594177831729,41.722466495144126],[-72.215930778308,41.72236449512469],[-72.21586877825219,41.72172849500336],[-72.21584877823379,41.72151649496291],[-72.2158307782178,41.72133549492837],[-72.2157777781703,41.720795494825396],[-72.21576077815469,41.72061549479104],[-72.21574977814495,41.72050549477005],[-72.21572477812201,41.720241494719666],[-72.21571577811551,41.72017749470755],[-72.21570077810449,41.72006849468689],[-72.21569777809965,41.719999494673615],[-72.21569077808597,41.71979549463429],[-72.21568877808151,41.71972749462116],[-72.21568377807021,41.719554494587804],[-72.21568277806541,41.71947449457231],[-72.2156927780441,41.7190354944869],[-72.21569577804017,41.71894749446976],[-72.21569077803383,41.718863494453636],[-72.21570477803093,41.718729494427215],[-72.21573677802591,41.71845349437272],[-72.21575977802654,41.71833049434815],[-72.21578577802771,41.718199494321944],[-72.21581077802908,41.7180784942977],[-72.21587677803802,41.717853494252026],[-72.21602077805778,41.717366494153104],[-72.21619477808441,41.71682749404316],[-72.2163057781016,41.716487493973766],[-72.21637877811366,41.71627749393076],[-72.2165987781504,41.71565049380231],[-72.21667277816286,41.71544149375947],[-72.21672577817098,41.71527749372601],[-72.21688877819663,41.71478549362552],[-72.21694277820515,41.71462249359223],[-72.21699577821244,41.714443493555855],[-72.21715877823563,41.71390749344684],[-72.2172127782433,41.713729493410646],[-72.21721877824397,41.713706493405994],[-72.21723977824702,41.71363849339214],[-72.21724677824807,41.71361649338766],[-72.21726777825083,41.71354349337284],[-72.21733477826045,41.713324493328294],[-72.21735777826392,41.713252493313604],[-72.2173777782666,41.7131834932996],[-72.21743977827536,41.712978493257914],[-72.21746077827842,41.71291049324407],[-72.21763077833518,41.712933493243185],[-72.21814177850581,41.71300349324071],[-72.21831277856295,41.71302749324001],[-72.21842877859622,41.712945493220474],[-72.21866177866316,41.71278349318175],[-72.21876577869183,41.712689493160255],[-72.21887177872117,41.71259549313871],[-72.21891777873392,41.712555493129514],[-72.21905577877236,41.71243749310229],[-72.21910277878553,41.71239849309327],[-72.21924877882616,41.71227349306443],[-72.21968677894814,41.71189949297818],[-72.21983377898918,41.71177549294952],[-72.22004177904708,41.71159749290848],[-72.22002977904378,41.711608492911],[-72.22076877928863,41.71167549290078],[-72.22131177946615,41.711681492884885],[-72.2214927795253,41.71168349287958],[-72.22243377984073,41.711833492879116],[-72.22295578001321,41.71187249287029],[-72.2244387804844,41.711646492779906],[-72.22482778060566,41.71154549274812],[-72.22525678074196,41.711479492721836],[-72.22590178094684,41.71138049268239],[-72.22627778106728,41.71134049266283],[-72.22692178127359,41.71127249262941],[-72.22809078165442,41.71126249259075],[-72.22910878198365,41.71121049254869],[-72.22936078206865,41.71126049255047],[-72.2299647822726,41.711383492555335],[-72.230362782409,41.71150049256552],[-72.23078178255263,41.71162449257639],[-72.23078478255368,41.7116254925765],[-72.23120678269828,41.711749492587266],[-72.23190778294001,41.71198249261043],[-72.23202978298222,41.71202549261493],[-72.23244278312515,41.71217149263025],[-72.23245478312776,41.7121484926254],[-72.23157978281924,41.71173649257306],[-72.23170878286453,41.71179349258004],[-72.23213378300721,41.711865492580635],[-72.23256578315487,41.71198549259033],[-72.233480783474,41.712353492632914],[-72.23365678353413,41.71240249263689],[-72.23387678360653,41.712413492632116],[-72.23411878368796,41.71245749263303],[-72.23431578375771,41.71255549264585],[-72.23444778380816,41.712687492667285],[-72.23460878386527,41.712769492678134],[-72.23478478392454,41.71280249267898],[-72.23498978399329,41.71283549267894],[-72.23511478403714,41.71289049268568],[-72.23514378405083,41.712966492699486],[-72.23512178404462,41.71298349270349],[-72.23494578398878,41.71301149271444],[-72.23455778385754,41.712928492710525],[-72.23435978378807,41.712841492699894],[-72.23425778375665,41.7128744927095],[-72.23416278373148,41.712978492732645],[-72.23419878374594,41.713027492741006],[-72.2347187839239,41.713175492753365],[-72.23493178399524,41.713208492753076],[-72.23533478412699,41.71321349274137],[-72.23597178432681,41.71307049269364],[-72.23630078442619,41.71292849265577],[-72.23662278452538,41.7128234926253],[-72.23695978463593,41.712834492616835],[-72.23723078472709,41.71288349261781],[-72.23765578487252,41.71300449262792],[-72.23788978495563,41.71312549264402],[-72.23794778497735,41.713175492651885],[-72.23805878502398,41.713361492684456],[-72.23806478502644,41.71337049268601],[-72.23816178506485,41.713491492706424],[-72.23882678530259,41.71386249275742],[-72.23921378543919,41.71404749278113],[-72.23928078546297,41.71408149278561],[-72.23942078551194,41.71414049279266],[-72.23955978556059,41.714199492799715],[-72.24023078579845,41.71453749284415],[-72.24137978621697,41.71531749295923],[-72.24185778639387,41.7156914930167],[-72.24219778652069,41.71597549306106],[-72.24229378655654,41.716056493073744],[-72.24281478674881,41.716454493134506],[-72.24290178677921,41.716490493138735],[-72.24320978688685,41.716618493153874],[-72.2435407870004,41.716717493162655],[-72.24392578713154,41.71681649316973],[-72.2442467872427,41.71693149318194],[-72.24431178727635,41.71715349322293],[-72.24432878728527,41.71721349323401],[-72.24437178730624,41.717337493256686],[-72.24444278734053,41.71753649329303],[-72.24459678742149,41.7180844933944],[-72.24467278746057,41.718339493441434],[-72.24473178749096,41.71853849347815],[-72.2447907875213,41.71873649351469],[-72.24503978764953,41.71957549366945],[-72.24511078768788,41.71984649371974],[-72.2451827877269,41.72012349377118],[-72.24528578778127,41.72049449383982],[-72.24549578786834,41.72082549389737],[-72.2461157881299,41.72188349408292],[-72.2463447882376,41.72247249418987],[-72.24659678834432,41.722909494266624],[-72.2468517884456,41.723232494321195],[-72.2470947885399,41.723500494365496],[-72.24750878868412,41.72366349438406],[-72.2478787888115,41.723782494395486],[-72.24817378892153,41.724028494433874],[-72.24848378902644,41.724095494437115],[-72.24952378938698,41.724474494477846],[-72.25181779012384,41.72426749436558],[-72.25191479015497,41.72425849436077],[-72.25201279018646,41.72424949435595],[-72.25212279023603,41.72449349439978],[-72.25259079040165,41.724724494429815],[-72.25282679048537,41.724844494445634],[-72.25299479054496,41.72492949445683],[-72.25316479061976,41.72527449451833],[-72.25320179066155,41.72580449461986],[-72.25302279062434,41.72618249469875],[-72.25269279053673,41.726540494778504],[-72.25236579044558,41.72681749484245],[-72.25208379036775,41.72707049490036],[-72.25200379034658,41.727158494919934],[-72.251976790345,41.72728749494578],[-72.25199479035625,41.7273834949638],[-72.25200379036161,41.727426494971866],[-72.25211679040683,41.727575494997176],[-72.25264379061437,41.728210495103625],[-72.2525037905687,41.72821049510802],[-72.2524007905351,41.72821049511128],[-72.25167479029822,41.728210495134114],[-72.25143379021964,41.728211495141885],[-72.25132479018397,41.72820949514493],[-72.25099779007711,41.728206495154645],[-72.2508887900415,41.72820549515788],[-72.25088179003919,41.72820549515811],[-72.25086279003305,41.72820649515889],[-72.25085679003115,41.72820749515927],[-72.25077279000368,41.72820649516172],[-72.25074078999326,41.72820649516272],[-72.25039178987937,41.7282064951737],[-72.25027678984186,41.72820649517732],[-72.25012578979259,41.728206495182086],[-72.24967378964512,41.72820649519629],[-72.24952378959617,41.728206495201],[-72.24812078913858,41.72820949524572],[-72.24509178815566,41.72830549535959],[-72.24446778794639,41.72820449535965],[-72.2434607876166,41.72818249538707],[-72.24320878753403,41.72817649539382],[-72.24245378728679,41.728160495414464],[-72.24220278720462,41.72815549542138],[-72.24210878717383,41.728153495423946],[-72.24209178716835,41.72815449542468],[-72.24175978706171,41.72818449544093],[-72.24164978702642,41.72819549544653],[-72.24029378658331,41.72818349548684],[-72.23644878532694,41.72815149560153],[-72.23642078531775,41.728150495602215],[-72.23624878526157,41.728149495607425],[-72.23453178470047,41.728134495658495],[-72.2325817840633,41.72811849571669],[-72.22850278273042,41.728084495838296],[-72.22734278235174,41.72808149587417],[-72.22485178153849,41.728073495950895],[-72.21776877922603,41.72805249616932],[-72.21644377879318,41.728043496209196]]]},"properties":{"name":8003,"geoid":"09015800300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.93179269715242,41.9315825444689],[-71.931768697141,41.93151854445731],[-71.93169869710754,41.93132954442302],[-71.93167569709651,41.93126654441157],[-71.93147669699567,41.93062654429425],[-71.93087969669325,41.92870754394249],[-71.93068169659281,41.92806854382532],[-71.93065969658188,41.92800154381308],[-71.93060569655502,41.9278365437829],[-71.93059369654914,41.92780154377653],[-71.93057269653858,41.92773554376445],[-71.9305546965293,41.927674543753234],[-71.93055169652779,41.92766554375158],[-71.93053769652032,41.92761354374199],[-71.93049169649645,41.92745554371293],[-71.93047269648633,41.9273855437],[-71.93028669639413,41.92682354359732],[-71.92972969611783,41.92513754328923],[-71.92954469602596,41.92457554318652],[-71.92946069598213,41.92428254313258],[-71.92907369577999,41.92292854288328],[-71.92906869577736,41.92291054287994],[-71.92763069503302,41.91799954197666],[-71.92735569489052,41.91705754180336],[-71.92808569512826,41.9170375417768],[-71.92812369514097,41.91704254177658],[-71.92823869517943,41.9170575417759],[-71.92827769519248,41.91706254177566],[-71.92862069530392,41.91704854176229],[-71.9289246954021,41.917025541748394],[-71.92918069548514,41.91701254173793],[-71.92940969555978,41.91700754172984],[-71.93093469605718,41.916979541676994],[-71.93130669617823,41.91696754166312],[-71.93216169645552,41.91692354162802],[-71.9328116966674,41.91690954160511],[-71.93281369666805,41.91690954160504],[-71.93334569684095,41.91688854158444],[-71.93367169694687,41.9168755415718],[-71.93384769700413,41.91686954156516],[-71.93394569703607,41.91686754156173],[-71.93443069719399,41.91685354154392],[-71.93454369723067,41.91684854153946],[-71.93520869744664,41.91681954151318],[-71.9357516976235,41.91680554149359],[-71.93629569780111,41.9167985414753],[-71.93634069781571,41.91679654147352],[-71.93654869788328,41.9167875414653],[-71.93693969801168,41.91679654145487],[-71.93728669812417,41.91677754144041],[-71.93832969846228,41.91672154139716],[-71.93867769857513,41.91670354138285],[-71.94050769916963,41.91662754131124],[-71.9459987009534,41.916399541096354],[-71.94736370139684,41.91634354104307],[-71.94782970154832,41.916325541025074],[-71.9482387016825,41.91633254101369],[-71.94946870208625,41.91635654098004],[-71.94987870222084,41.91636454096883],[-71.95100070258601,41.916330540927326],[-71.9543677036819,41.916229540803016],[-71.95549070404745,41.916196540761675],[-71.95558170407695,41.91619154075786],[-71.95585370416514,41.916177540746695],[-71.95594570419503,41.91617354074305],[-71.95615770426225,41.91613554072911],[-71.95679470446441,41.916023540687675],[-71.957007704532,41.915986540673885],[-71.95732970463764,41.91599154066483],[-71.95734670464327,41.915992540664476],[-71.95825070493979,41.916006540639025],[-71.95829570495451,41.91600654063763],[-71.95843470500009,41.91600854063368],[-71.95861870506047,41.916011540628546],[-71.95870870508963,41.916006540624764],[-71.9587987051188,41.91600154062101],[-71.9592697052713,41.91597354060092],[-71.96122470590457,41.915860540518224],[-71.9618767061158,41.91582354049077],[-71.96206270617598,41.915811540482665],[-71.96228370624749,41.91579754047307],[-71.96262170635723,41.91578254045965],[-71.96280870641796,41.9157745404523],[-71.9632807065722,41.91577154043701],[-71.96469770703544,41.9157655403917],[-71.96517070719011,41.91576454037677],[-71.96664170766921,41.91572654032361],[-71.9678697080692,41.91569554027936],[-71.97596671070681,41.91549553998843],[-71.97866671158636,41.91542953989151],[-71.97910871172944,41.915402539872545],[-71.98043471215878,41.91532353981594],[-71.98087771230225,41.915297539797116],[-71.98167871256254,41.91526653976616],[-71.98186471262305,41.91526053975919],[-71.98408371334305,41.915155539669726],[-71.98488571360332,41.91511853963759],[-71.98573471388042,41.91510753960899],[-71.98828171471173,41.91507453952318],[-71.98913171498923,41.91506453949475],[-71.9903127153742,41.915040539453265],[-71.99385671652959,41.914971539329414],[-71.995038716915,41.91494953928828],[-71.99520771696938,41.91493353927992],[-71.9957147171325,41.91488453925464],[-71.99588471718727,41.914869539246446],[-71.99704971756736,41.914852539206805],[-71.99712371759146,41.91485053920413],[-71.99719771761558,41.914848539201415],[-71.99747471770596,41.91484453919201],[-71.99942471834233,41.91481853912614],[-72.0022407192523,41.91461953899985],[-72.00382871976545,41.91450753892867],[-72.00392571979674,41.91449953892408],[-72.00421971989178,41.91447953891107],[-72.00431771992343,41.91447253890664],[-72.00437271994122,41.914468538904146],[-72.00454171999587,41.914457538896755],[-72.00459772001402,41.91445453889443],[-72.00521772021447,41.914412538866976],[-72.00632372057584,41.9144055388311],[-72.01059372197103,41.91437953869276],[-72.01493672339011,41.914354538552324],[-72.01521372348067,41.91435353854348],[-72.02043772518756,41.91432253837433],[-72.02081072530945,41.91432053836228],[-72.0215797255607,41.914315538337306],[-72.02232172580386,41.91432453831585],[-72.02717272739359,41.914380538175095],[-72.02838772779182,41.91439553814003],[-72.028586727857,41.91439753813419],[-72.03458472982261,41.91446753796024],[-72.03573673020017,41.91448153792693],[-72.03919273133286,41.91452453782716],[-72.04034573171077,41.914539537794006],[-72.04106673194681,41.91454353777222],[-72.04323073265519,41.914555537706875],[-72.04395273289158,41.91456053768525],[-72.04443673304988,41.91456053767012],[-72.04459773310259,41.914561537665286],[-72.0458897335257,41.914571537626806],[-72.04637473368459,41.91457653761259],[-72.047050733906,41.9145825375926],[-72.04725773397382,41.914584537586514],[-72.04907573457403,41.91468553754913],[-72.04926573463678,41.91469653754531],[-72.04975173479724,41.91472353753532],[-72.04988073484017,41.9147365375338],[-72.05005973489969,41.91475453753168],[-72.0502717349688,41.91475053752426],[-72.05040273501159,41.91474953751998],[-72.05142373534287,41.91470253747896],[-72.05262673573326,41.9146485374309],[-72.05271273576115,41.914644537427435],[-72.05279773578873,41.914640537424],[-72.05289273581957,41.91463653742025],[-72.05298673585007,41.91463253741655],[-72.05448673633677,41.9145635373563],[-72.05550773666808,41.914517537315454],[-72.05582573677195,41.914515537305135],[-72.05678273708475,41.9145125372746],[-72.05710173718903,41.914511537264424],[-72.05773873739783,41.91452053724623],[-72.05965273802533,41.91454853719171],[-72.06029073823454,41.91455853717368],[-72.0607017383692,41.914563537161804],[-72.06182073873595,41.914577537129475],[-72.06641274024109,41.91463953699767],[-72.06794374074293,41.91466053695379],[-72.0696477413011,41.914677536903696],[-72.0715037419091,41.914696536849256],[-72.07476174297622,41.91472753675319],[-72.07551374322257,41.91473553673119],[-72.07646674353478,41.91474553670326],[-72.07670974361429,41.914746536695844],[-72.07744174385383,41.91474953667349],[-72.07768574393374,41.91475153666622],[-72.08011374472892,41.914773536594396],[-72.0871827470441,41.91483853638542],[-72.08739774711455,41.91484153637927],[-72.08807074733527,41.91485253636028],[-72.08982574791061,41.914879536310494],[-72.09181174856187,41.914912536254604],[-72.09702475027149,41.91500253610852],[-72.09712075034442,41.915741536248085],[-72.0973777505392,41.917711536620104],[-72.09738375055396,41.91793953666389],[-72.09740175059848,41.91862653679586],[-72.09740775061331,41.91885553683988],[-72.09744075069108,41.92004653706861],[-72.0975407509247,41.92361953775473],[-72.0975747510028,41.92481053798339],[-72.09757875101326,41.924973538014726],[-72.0975907510448,41.92546453810905],[-72.09759575105566,41.925628538140536],[-72.09761575110247,41.926344538278016],[-72.09767575124292,41.92849253869045],[-72.09769575128979,41.92920953882811],[-72.09770775132101,41.92969453892127],[-72.09774675141577,41.931152539201236],[-72.09775975144737,41.93163853929456],[-72.09777675149226,41.932337539428836],[-72.09780475156072,41.933391539631224],[-72.09783275162856,41.934434539831486],[-72.09785175167417,41.935134539965865],[-72.09786975171077,41.9356805400706],[-72.09792375182073,41.93732054038517],[-72.09794275185774,41.937867540490025],[-72.09795375188749,41.93833254057936],[-72.09798675197699,41.93973054084789],[-72.09799775200682,41.94019654093739],[-72.09800275203006,41.94058054101129],[-72.0980207521009,41.941734541233224],[-72.09802675212454,41.94211954130727],[-72.09822875255244,41.9485455425398],[-72.09823675256862,41.94878654258601],[-72.09844875301404,41.955463543866394],[-72.09846375304527,41.955930543955915],[-72.0984987531165,41.95699154415932],[-72.09850975313942,41.95733454422507],[-72.09852475317075,41.95780354431499],[-72.09856175324778,41.95895554453584],[-72.09922975346633,41.95895654451508],[-72.09947075387053,41.96472954562001],[-72.09952575396277,41.96604654587206],[-72.09991075460889,41.97527154763727],[-72.1002397551605,41.98314154914286],[-72.1002547551864,41.98351354921404],[-72.10030275526526,41.98463254942804],[-72.10031775529,41.98498454949537],[-72.10031775529126,41.9850065494996],[-72.10031775530514,41.985252549546985],[-72.10031775531671,41.98545754958646],[-72.10032875533132,41.985652549623666],[-72.10062275569472,41.99038655052608],[-72.10063375570864,41.99056955056098],[-72.10078075589048,41.99293855101253],[-72.10089475603213,41.99478655136477],[-72.10116075636172,41.99908155218333],[-72.10119675640559,41.99964955229154],[-72.10119975640956,41.999702552301656],[-72.10122175644246,42.000157552388565],[-72.10125575653537,42.00160555266625],[-72.10126775656803,42.00211455276385],[-72.10127175669844,42.00439955320357],[-72.10129675675017,42.00517055335121],[-72.10146975711476,42.010620554394755],[-72.10155375721408,42.01189155463673],[-72.10188075759926,42.01681255557345],[-72.10188175760982,42.016993555608245],[-72.1018897576621,42.01787155577695],[-72.1019027577529,42.019402556071135],[-72.10191875785897,42.02118555641371],[-72.10194175800522,42.02363855688495],[-72.10206375820472,42.02645955742384],[-72.10216675837141,42.02881055787289],[-72.10206675833835,42.02880455787487],[-72.09981175759619,42.02873155793174],[-72.09512675605,42.028505558035576],[-72.09498875600451,42.028499558038746],[-72.09040575449204,42.028279558140476],[-72.08966675424904,42.02825955815985],[-72.08940975416454,42.02825255816659],[-72.08915275407996,42.028244558173135],[-72.08914575407765,42.02824455817335],[-72.08913375407373,42.02824455817373],[-72.08603775305552,42.02815855825446],[-72.08583475298875,42.0281525582597],[-72.08477175263789,42.02810055828309],[-72.08453575256036,42.02809555828955],[-72.08176675165087,42.02803955836576],[-72.07342674889455,42.027570558537484],[-72.07204974844211,42.02754055857496],[-72.07183974837311,42.02753555858058],[-72.06698974677964,42.02743055871266],[-72.06349674563202,42.02735555880787],[-72.06246374529377,42.02735355883991],[-72.05975074440549,42.02734955892428],[-72.05944874430675,42.02735155893413],[-72.05313274224213,42.02740255914211],[-72.05287174215681,42.0274045591507],[-72.05283874214605,42.027405559151916],[-72.0479477405442,42.02739155930264],[-72.04677874016136,42.02738855933873],[-72.04655274008736,42.02738855934582],[-72.04632774001365,42.027387559352675],[-72.04486973953615,42.027383559397634],[-72.04477473950504,42.02738355940062],[-72.04247973875344,42.027377559471425],[-72.0408677382237,42.02734155951504],[-72.03954773778995,42.02731255955082],[-72.03481973623647,42.02721155967959],[-72.03464673617962,42.02720755968425],[-72.03464473617896,42.02720755968431],[-72.03276473556124,42.02716755973553],[-72.02980273458864,42.027115559818355],[-72.02965673454067,42.027112559822356],[-72.02951073449277,42.02711055982654],[-72.02808873402581,42.02708555986628],[-72.02802673400548,42.02708455986803],[-72.02374473259947,42.02701055998793],[-72.02261873223101,42.027013560023775],[-72.01325872916954,42.0270645603267],[-72.01044672824587,42.02701056040436],[-72.0103447282123,42.027007560406965],[-72.01011472813485,42.026969560406854],[-72.01003672810933,42.02696956040929],[-72.00598072677884,42.026924560527576],[-72.00596872677492,42.02692456052796],[-72.00142872529025,42.026955560675994],[-71.99951872466563,42.02696856073825],[-71.99833472427979,42.027000560781445],[-71.99310272256314,42.026936560932796],[-71.9921617222546,42.026928560960684],[-71.98893572119688,42.02690256105657],[-71.98768072078539,42.02689256109388],[-71.98764872077486,42.02689156109469],[-71.98682872050509,42.026868561115904],[-71.97878271785758,42.02663756132297],[-71.97862271780491,42.026632561327006],[-71.97647571710034,42.02660456138872],[-71.97596071693133,42.02659756140347],[-71.97509071664582,42.02658656142853],[-71.97422171636062,42.02657456145339],[-71.97399471628616,42.02657256146008],[-71.97376871621199,42.02656956146657],[-71.97226271571775,42.02654956150976],[-71.97135171541878,42.026537561535925],[-71.97123071537877,42.02653056153836],[-71.96743671412446,42.02631756161588],[-71.96739671411126,42.026315561616734],[-71.96672071388906,42.02630056163498],[-71.963021712674,42.026232561737416],[-71.96278171255861,42.02557756161883],[-71.96251771243172,42.024857561488474],[-71.96100971170634,42.0207335607417],[-71.96050771146481,42.01935956049285],[-71.96036171139454,42.018959560420406],[-71.95992371118378,42.01775956020305],[-71.95977871111384,42.01735956013056],[-71.95974171109458,42.01723256010728],[-71.95963371103784,42.016851560037296],[-71.95959871101931,42.016725560014116],[-71.9590067107327,42.015072559714326],[-71.95870371058592,42.014225559560714],[-71.95723370987398,42.010115558815194],[-71.9566427095878,42.00846355851551],[-71.95557970908419,42.005690558014635],[-71.95452570858478,42.0029385575175],[-71.9535227080976,42.000106557003306],[-71.95261270764192,41.99729255648964],[-71.95178070722532,41.99471955601992],[-71.9517257071928,41.99446055597174],[-71.95164970715817,41.99428655594061],[-71.95154170710866,41.99403455589542],[-71.95145070706324,41.9937555558445],[-71.95139270703417,41.99357555581163],[-71.95136670702117,41.99349555579703],[-71.95124570695238,41.992974555700435],[-71.95117170691594,41.99275655566075],[-71.95080470673514,41.991674555463725],[-71.95040470652873,41.990327555216666],[-71.95016370640423,41.989513555067376],[-71.9500597063524,41.98919655500952],[-71.94975070619809,41.988247554836306],[-71.94964770614666,41.98793155477862],[-71.94931070597495,41.98683555457796],[-71.94877070570308,41.9851375542676],[-71.94750970506809,41.98116955354224],[-71.94696170479206,41.97944355322667],[-71.94611270436434,41.97676755273738],[-71.9452277039185,41.9739775522272],[-71.94468370364238,41.97222555190643],[-71.94452470356175,41.97171455181288],[-71.94307570282172,41.9669645509423],[-71.94254070254854,41.96521155062099],[-71.94187770221627,41.96315055024428],[-71.93989070122035,41.9569695491143],[-71.9395367010429,41.95586754891279],[-71.93923070088917,41.95490854873738],[-71.93778970016463,41.95038254790933],[-71.93666869960094,41.946859547264694],[-71.9355866990607,41.943526546655406],[-71.93341069797438,41.93682354542988],[-71.93248369751156,41.933966544907456],[-71.93198469725492,41.93229354460015],[-71.93194569723417,41.932150544573766],[-71.93183069717277,41.93172454449514],[-71.93179269715242,41.9315825444689]]]},"properties":{"name":9011,"geoid":"09015901100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.2163057781016,41.716487493973766],[-72.21619477808441,41.71682749404316],[-72.21602077805778,41.717366494153104],[-72.21587677803802,41.717853494252026],[-72.21581077802908,41.7180784942977],[-72.21578577802771,41.718199494321944],[-72.21575977802654,41.71833049434815],[-72.21573677802591,41.71845349437272],[-72.21570477803093,41.718729494427215],[-72.21569077803383,41.718863494453636],[-72.21569577804017,41.71894749446976],[-72.2156927780441,41.7190354944869],[-72.21568277806541,41.71947449457231],[-72.21568377807021,41.719554494587804],[-72.21568877808151,41.71972749462116],[-72.21569077808597,41.71979549463429],[-72.21569777809965,41.719999494673615],[-72.21570077810449,41.72006849468689],[-72.21571577811551,41.72017749470755],[-72.21572477812201,41.720241494719666],[-72.21574977814495,41.72050549477005],[-72.21576077815469,41.72061549479104],[-72.2157777781703,41.720795494825396],[-72.2158307782178,41.72133549492837],[-72.21584877823379,41.72151649496291],[-72.21586877825219,41.72172849500336],[-72.215930778308,41.72236449512469],[-72.21594177831729,41.722466495144126],[-72.21594777832547,41.722577495165446],[-72.21597577835038,41.72285949521922],[-72.21606077842546,41.723705495380514],[-72.21608977845074,41.72398849543445],[-72.21609777845765,41.72406549544911],[-72.21612177847844,41.72429649549315],[-72.2161297784854,41.72437449550801],[-72.21613977849448,41.72447849552784],[-72.21617077852204,41.72479049558734],[-72.2161817785315,41.72489549560735],[-72.21618977853967,41.72499449562629],[-72.21621577856477,41.725291495683024],[-72.2162247785733,41.72539149570213],[-72.21623777858454,41.72551649572594],[-72.2162787786189,41.72589149579732],[-72.2162807786205,41.72590849580057],[-72.2162877786289,41.726017495821466],[-72.21632677865897,41.72632749588033],[-72.21633777866747,41.72641549589702],[-72.21641677874065,41.727262496058685],[-72.2164467787679,41.72757449611821],[-72.21645977878799,41.727857496172646],[-72.21644377879318,41.728043496209196],[-72.21631777875201,41.728042496212964],[-72.20961977656636,41.728043496423474],[-72.20954277654128,41.72804449642609],[-72.20629677548209,41.72804549652819],[-72.20623477546192,41.72804649653032],[-72.20588477534804,41.728052496542475],[-72.20572377529567,41.7280554965481],[-72.20511977509912,41.728065496569],[-72.20455077491394,41.728074496588604],[-72.20445477488268,41.72807549659181],[-72.20416977478995,41.72808049660173],[-72.20407477475905,41.728082496605104],[-72.20265777429798,41.728106496654235],[-72.20191577405652,41.72811849667984],[-72.20161877395988,41.72812349669014],[-72.20154077393452,41.72812549669297],[-72.20012277347234,41.72813549673941],[-72.19996077341948,41.72813549674449],[-72.1989207730816,41.728162496782346],[-72.19863477298873,41.72817049679288],[-72.19853177295522,41.7281724967965],[-72.19822677285613,41.72818049680763],[-72.19812677282373,41.72818449681154],[-72.19817277283633,41.72814149680177],[-72.19821877284893,41.72809849679199],[-72.19826377286128,41.72805649678243],[-72.19877277301686,41.72786849673001],[-72.19887777302641,41.727426496641066],[-72.19896077304473,41.727269496608024],[-72.19915977308837,41.72688849652795],[-72.19921777310124,41.72678049650519],[-72.19970677324494,41.726496496434805],[-72.199730773252,41.726482496431345],[-72.19988177328644,41.72621749637524],[-72.19989477326895,41.72582849629944],[-72.1996487731616,41.725344496213346],[-72.1988587728564,41.72449649607378],[-72.19805977255128,41.72370249594496],[-72.19800377252993,41.72364749593606],[-72.19769477240875,41.723283495875194],[-72.19762377235855,41.72280049578381],[-72.19760977234893,41.722709495766615],[-72.19760077234241,41.7226454957545],[-72.19761177231084,41.72201649563221],[-72.1974657722429,41.721653495566436],[-72.19736377220212,41.72151949554367],[-72.19720077213705,41.72130649550749],[-72.19703777207188,41.721092495471126],[-72.19705677207713,41.72107549546723],[-72.19711677209392,41.72102549545565],[-72.19713777209986,41.7210094954519],[-72.19745977218811,41.720708495383455],[-72.198425772453,41.719807495178486],[-72.19874877254163,41.7195074951102],[-72.1988667725743,41.71940349508634],[-72.19922177267271,41.71909149501474],[-72.19934077270578,41.718988494991024],[-72.19945677274946,41.71909249500754],[-72.19954077277932,41.71913649501344],[-72.1995737727911,41.71915449501589],[-72.19974977285244,41.71922449502394],[-72.20001777294375,41.719293495028914],[-72.20026377302632,41.71933449502914],[-72.2003287730482,41.71934649502942],[-72.20050777310935,41.719395495033325],[-72.20068477317245,41.719491495046384],[-72.20097677327665,41.71965049506803],[-72.20120877336043,41.71979549508885],[-72.20138077342261,41.719903495104404],[-72.20145977345148,41.719958495112564],[-72.20169677353809,41.72012449513731],[-72.20177577356698,41.7201804951457],[-72.20198177364452,41.720364495174884],[-72.20229277376147,41.720641495218835],[-72.20260877387962,41.720910495261045],[-72.20281977395852,41.721090495289324],[-72.20284877397008,41.72112749529559],[-72.2029377740053,41.721238495314296],[-72.20296777401717,41.72127549532054],[-72.20297277401613,41.721227495311076],[-72.20298877401345,41.72108649528324],[-72.20299477401278,41.72103949527395],[-72.20300877401047,41.72091649524967],[-72.20303177400709,41.720721495211144],[-72.20305977400665,41.720550495177115],[-72.20307977400641,41.720429495153034],[-72.20311777400322,41.72015049509776],[-72.20315977399987,41.719845495037326],[-72.20322377399097,41.71931249493199],[-72.20324177398884,41.71916949490371],[-72.2032847739956,41.719039494877165],[-72.20332277400377,41.71896349486124],[-72.20343977402932,41.71873749481375],[-72.20347877403782,41.71866249479798],[-72.20356077405604,41.71850949476576],[-72.20380877411141,41.71805249466941],[-72.20389177413001,41.71790049463732],[-72.20390677413323,41.717870494631036],[-72.20395577414422,41.71778149461226],[-72.20397177414783,41.71775249460613],[-72.20404477416399,41.71761549457728],[-72.2042647742128,41.7172044944907],[-72.20433877422934,41.71706849446202],[-72.2044087742447,41.71693449443385],[-72.20461977429119,41.71653449434968],[-72.20469077430693,41.71640149432168],[-72.20470677431032,41.71636849431477],[-72.20475777432158,41.71627249429456],[-72.20477577432565,41.716240494287796],[-72.2049417743629,41.71593749422384],[-72.20506177438992,41.715720494178015],[-72.20526177443375,41.71533749409749],[-72.20543577447305,41.71502449403133],[-72.20549777448718,41.71491549400827],[-72.20564977452788,41.714756493972686],[-72.2058467745939,41.7147874939725],[-72.20643877479243,41.71488349397254],[-72.20663677485888,41.71491649397272],[-72.20674677489578,41.714934493972756],[-72.20707877500729,41.71499149397339],[-72.2071897750446,41.715010493973594],[-72.20732077508843,41.715030493973345],[-72.20771677522099,41.71509049397255],[-72.20784877526525,41.71511149397248],[-72.20803877532882,41.715139493971954],[-72.2086087755195,41.71522349397035],[-72.20879977558343,41.71525249396997],[-72.20897377564182,41.71528149397013],[-72.20949677581736,41.715368493970594],[-72.20967177587612,41.715398493970916],[-72.21060077618797,41.715554493971986],[-72.21112477636414,41.71564749397358],[-72.21141577646206,41.715700493974715],[-72.21150877649447,41.715737493978956],[-72.21153377650168,41.71572049397489],[-72.21154077650384,41.71571849397429],[-72.21322477706819,41.71598449397299],[-72.21448277749029,41.71619249397381],[-72.21484677761237,41.716251493973814],[-72.21594077797923,41.71642849397379],[-72.2163057781016,41.716487493973766]]]},"properties":{"name":8007,"geoid":"09015800700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.19703777207188,41.721092495471126],[-72.19676777196868,41.72082249542726],[-72.19601777168214,41.72007449530579],[-72.19595277165786,41.72001949529717],[-72.19566377154969,41.719771495258165],[-72.19523677138994,41.7194064952008],[-72.1943587710707,41.718820495114755],[-72.19327377069541,41.718440495075114],[-72.19231077038461,41.718502495117335],[-72.19097276997299,41.718949495245944],[-72.18986176963413,41.71937349536299],[-72.18908776938525,41.71943949540005],[-72.18854276920504,41.71939749540901],[-72.18798776901136,41.719172495382786],[-72.18759176883434,41.71831649522927],[-72.18741476871485,41.717211495020585],[-72.18741476866597,41.71633649485096],[-72.18757176867346,41.71555349469423],[-72.18758376867412,41.71549449468242],[-72.18799876878406,41.715038494580995],[-72.18832576888255,41.71489149454224],[-72.18848076893066,41.714847494528854],[-72.18849376893296,41.71481249452166],[-72.18862376897057,41.71472649450091],[-72.18873076900402,41.71470049449252],[-72.18883876903803,41.71467849448487],[-72.18891976906438,41.714676494481935],[-72.18905676911176,41.714724494486944],[-72.18927476918908,41.714835494501635],[-72.18944576925281,41.71497749452381],[-72.18953276928383,41.71502449453018],[-72.18960976931024,41.71504749453223],[-72.18971876934471,41.71502749452494],[-72.18977376936175,41.715011494520105],[-72.18987276939177,41.71497049450906],[-72.18990876940241,41.71495049450405],[-72.1901107694744,41.71505949451885],[-72.19187177015088,41.71688249481705],[-72.19201377020163,41.71696149482792],[-72.19224577028142,41.7170344948348],[-72.19275777045351,41.71712449483618],[-72.19328177062505,41.717134494821686],[-72.19375177077625,41.71709549479939],[-72.19407177087825,41.717052494781015],[-72.19407277087852,41.717051494780776],[-72.19407577087945,41.71705049478049],[-72.19407777088004,41.71704949478025],[-72.19408077088097,41.71704849477995],[-72.1941047708888,41.71704849477921],[-72.19438177097567,41.716985494758305],[-72.19447877100103,41.71687249473335],[-72.19447177098318,41.716594494679676],[-72.19445077096981,41.71647749465765],[-72.19445977096112,41.716269494617045],[-72.19430877089566,41.715979494565566],[-72.19419977084829,41.71576849452807],[-72.1940927708065,41.715645494507584],[-72.19393477074986,41.71555449449489],[-72.19377677069322,41.71546349448221],[-72.19339477055634,41.71524449445173],[-72.19301177041913,41.71502549442128],[-72.19296777039935,41.714928494403864],[-72.19252677023098,41.71449049433278],[-72.1924107701803,41.714260494291814],[-72.19237877015347,41.71396749423601],[-72.19243977016025,41.71373249418855],[-72.19243677015481,41.713652494173125],[-72.19258377018402,41.713316494103374],[-72.192865770252,41.712886494011165],[-72.19291877025356,41.71260449395483],[-72.19298777025574,41.71224049388208],[-72.19298777025294,41.71219049387239],[-72.19327777034238,41.71209749384527],[-72.1932997703544,41.71218449386144],[-72.19332577036559,41.712232493869934],[-72.19336577038271,41.71230549388282],[-72.1934827704368,41.71259049393443],[-72.19350477044598,41.71262649394071],[-72.19358177047805,41.71275049396234],[-72.19361477049183,41.712804493971774],[-72.19381277056655,41.71298549400065],[-72.19403177064449,41.71310149401628],[-72.19440577077138,41.71318849402142],[-72.19463277084456,41.713172494011204],[-72.19547777110901,41.712970493945534],[-72.19594377125486,41.7128594939094],[-72.1962217713431,41.71281549389215],[-72.19648477142927,41.71282149388507],[-72.1967047715044,41.71288149388978],[-72.19701277161563,41.71307349391736],[-72.19731277171994,41.71318849393025],[-72.1974887717777,41.71319449392589],[-72.19770777184637,41.71314449390932],[-72.19786877189281,41.71303549388314],[-72.19805977193978,41.71276049382383],[-72.19832277200877,41.71245949375723],[-72.19856477207914,41.712305493719775],[-72.19875577213837,41.71225049370312],[-72.19896077220405,41.71222849369243],[-72.19937777234408,41.71229949369311],[-72.19958977241879,41.712398493705656],[-72.20002977258073,41.71272749375563],[-72.2004027727135,41.712925493782315],[-72.20051977275354,41.712958493785045],[-72.20065977280105,41.712991493787065],[-72.2007987728436,41.712941493773],[-72.20091477287353,41.71279949374182],[-72.20118677294384,41.71246949366933],[-72.20137677299545,41.712283493627304],[-72.20175077310181,41.71200349356127],[-72.2020727731922,41.711740493500194],[-72.20238777328206,41.71150949344553],[-72.20245377329991,41.71144349343066],[-72.20257777333332,41.71131749340234],[-72.20282677340201,41.7110924933509],[-72.20298577343958,41.71083649329628],[-72.20326577350602,41.71039049320101],[-72.20343477355257,41.710236493165866],[-72.2035077735718,41.71015449314767],[-72.20393177370059,41.70998349310121],[-72.20500077403095,41.70965349300368],[-72.20517677408536,41.70959949298769],[-72.20579177427835,41.709462492941846],[-72.20629777443914,41.70938549291104],[-72.20634677445499,41.7093824929089],[-72.20656077452395,41.709367492899275],[-72.20702277467295,41.70933649287878],[-72.20749777482794,41.709336492863876],[-72.20817877505412,41.70940749285627],[-72.20830377510194,41.709533492876766],[-72.20829677510086,41.709555492881265],[-72.20811377504361,41.70959949289554],[-72.20812777505127,41.70965449290577],[-72.20818677507236,41.7096874929103],[-72.20837577513637,41.709729492912516],[-72.20867777523864,41.70979649291604],[-72.20903577535641,41.7098134929081],[-72.20914477539158,41.709806492903326],[-72.20929777544087,41.70979549289638],[-72.2097577755893,41.709765492876116],[-72.20979777560224,41.70976349287448],[-72.2098857756319,41.70978049287503],[-72.20990977563967,41.70977949287408],[-72.21004177568251,41.70977549286917],[-72.21030977576963,41.70976949285959],[-72.2104387758119,41.709772492856125],[-72.2105717758555,41.70977649285272],[-72.21093977597607,41.70978549284292],[-72.21150377616037,41.70979049282618],[-72.21212577636426,41.70980749280995],[-72.21271977656298,41.709895492808364],[-72.21274877657271,41.70990049280843],[-72.21400877700529,41.71028449284333],[-72.2146377772231,41.71050949286722],[-72.215231777431,41.710761492897404],[-72.21534877747374,41.71084349290964],[-72.21668177794703,41.71152949300078],[-72.21628677781815,41.71152949301319],[-72.21636677784855,41.71160649302561],[-72.21641077786599,41.7116614930349],[-72.21679877799559,41.711715493033175],[-72.21689377802447,41.71167749302285],[-72.21691577802918,41.711633493013615],[-72.21717277811548,41.71167749301408],[-72.21764877827204,41.71169949300339],[-72.21795177836822,41.71165149298458],[-72.2180367783952,41.71163849297938],[-72.21841677851243,41.711517492944],[-72.21867377859142,41.711430492919064],[-72.21908377872178,41.71136949289436],[-72.21919377875889,41.71139149289518],[-72.22002077904007,41.71159449290857],[-72.22004177904708,41.71159749290848],[-72.21983377898918,41.71177549294952],[-72.21968677894814,41.71189949297818],[-72.21924877882616,41.71227349306443],[-72.21910277878553,41.71239849309327],[-72.21905577877236,41.71243749310229],[-72.21891777873392,41.712555493129514],[-72.21887177872117,41.71259549313871],[-72.21876577869183,41.712689493160255],[-72.21866177866316,41.71278349318175],[-72.21842877859622,41.712945493220474],[-72.21831277856295,41.71302749324001],[-72.21814177850581,41.71300349324071],[-72.21763077833518,41.712933493243185],[-72.21746077827842,41.71291049324407],[-72.21743977827536,41.712978493257914],[-72.2173777782666,41.7131834932996],[-72.21735777826392,41.713252493313604],[-72.21733477826045,41.713324493328294],[-72.21726777825083,41.71354349337284],[-72.21724677824807,41.71361649338766],[-72.21723977824702,41.71363849339214],[-72.21721877824397,41.713706493405994],[-72.2172127782433,41.713729493410646],[-72.21715877823563,41.71390749344684],[-72.21699577821244,41.714443493555855],[-72.21694277820515,41.71462249359223],[-72.21688877819663,41.71478549362552],[-72.21672577817098,41.71527749372601],[-72.21667277816286,41.71544149375947],[-72.2165987781504,41.71565049380231],[-72.21637877811366,41.71627749393076],[-72.2163057781016,41.716487493973766],[-72.21594077797923,41.71642849397379],[-72.21484677761237,41.716251493973814],[-72.21448277749029,41.71619249397381],[-72.21322477706819,41.71598449397299],[-72.21154077650384,41.71571849397429],[-72.21153377650168,41.71572049397489],[-72.21150877649447,41.715737493978956],[-72.21141577646206,41.715700493974715],[-72.21112477636414,41.71564749397358],[-72.21060077618797,41.715554493971986],[-72.20967177587612,41.715398493970916],[-72.20949677581736,41.715368493970594],[-72.20897377564182,41.71528149397013],[-72.20879977558343,41.71525249396997],[-72.2086087755195,41.71522349397035],[-72.20803877532882,41.715139493971954],[-72.20784877526525,41.71511149397248],[-72.20771677522099,41.71509049397255],[-72.20732077508843,41.715030493973345],[-72.2071897750446,41.715010493973594],[-72.20707877500729,41.71499149397339],[-72.20674677489578,41.714934493972756],[-72.20663677485888,41.71491649397272],[-72.20643877479243,41.71488349397254],[-72.2058467745939,41.7147874939725],[-72.20564977452788,41.714756493972686],[-72.20549777448718,41.71491549400827],[-72.20543577447305,41.71502449403133],[-72.20526177443375,41.71533749409749],[-72.20506177438992,41.715720494178015],[-72.2049417743629,41.71593749422384],[-72.20477577432565,41.716240494287796],[-72.20475777432158,41.71627249429456],[-72.20470677431032,41.71636849431477],[-72.20469077430693,41.71640149432168],[-72.20461977429119,41.71653449434968],[-72.2044087742447,41.71693449443385],[-72.20433877422934,41.71706849446202],[-72.2042647742128,41.7172044944907],[-72.20404477416399,41.71761549457728],[-72.20397177414783,41.71775249460613],[-72.20395577414422,41.71778149461226],[-72.20390677413323,41.717870494631036],[-72.20389177413001,41.71790049463732],[-72.20380877411141,41.71805249466941],[-72.20356077405604,41.71850949476576],[-72.20347877403782,41.71866249479798],[-72.20343977402932,41.71873749481375],[-72.20332277400377,41.71896349486124],[-72.2032847739956,41.719039494877165],[-72.20324177398884,41.71916949490371],[-72.20322377399097,41.71931249493199],[-72.20315977399987,41.719845495037326],[-72.20311777400322,41.72015049509776],[-72.20307977400641,41.720429495153034],[-72.20305977400665,41.720550495177115],[-72.20303177400709,41.720721495211144],[-72.20300877401047,41.72091649524967],[-72.20299477401278,41.72103949527395],[-72.20298877401345,41.72108649528324],[-72.20297277401613,41.721227495311076],[-72.20296777401717,41.72127549532054],[-72.2029377740053,41.721238495314296],[-72.20284877397008,41.72112749529559],[-72.20281977395852,41.721090495289324],[-72.20260877387962,41.720910495261045],[-72.20229277376147,41.720641495218835],[-72.20198177364452,41.720364495174884],[-72.20177577356698,41.7201804951457],[-72.20169677353809,41.72012449513731],[-72.20145977345148,41.719958495112564],[-72.20138077342261,41.719903495104404],[-72.20120877336043,41.71979549508885],[-72.20097677327665,41.71965049506803],[-72.20068477317245,41.719491495046384],[-72.20050777310935,41.719395495033325],[-72.2003287730482,41.71934649502942],[-72.20026377302632,41.71933449502914],[-72.20001777294375,41.719293495028914],[-72.19974977285244,41.71922449502394],[-72.1995737727911,41.71915449501589],[-72.19954077277932,41.71913649501344],[-72.19945677274946,41.71909249500754],[-72.19934077270578,41.718988494991024],[-72.19922177267271,41.71909149501474],[-72.1988667725743,41.71940349508634],[-72.19874877254163,41.7195074951102],[-72.198425772453,41.719807495178486],[-72.19745977218811,41.720708495383455],[-72.19713777209986,41.7210094954519],[-72.19711677209392,41.72102549545565],[-72.19705677207713,41.72107549546723],[-72.19703777207188,41.721092495471126]]]},"properties":{"name":8006,"geoid":"09015800600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.41025184413186,41.76551349734589],[-72.4098578440029,41.765505497356855],[-72.40867784361669,41.76548249738984],[-72.40828484348809,41.76547549740097],[-72.40783184333898,41.7654514974107],[-72.40647484289234,41.76538049744002],[-72.4060228427436,41.76535749744992],[-72.40555184258714,41.76530749745518],[-72.40413884211786,41.765159497471366],[-72.40366884196177,41.765110497476805],[-72.4023808415382,41.76504949750585],[-72.39851784026789,41.76486849759335],[-72.39723083984467,41.76480849762257],[-72.39655583962251,41.764773497637194],[-72.39453083895619,41.764671497681675],[-72.39385683873442,41.76463749769646],[-72.39376883870543,41.764632497698294],[-72.39370983868602,41.76462949769958],[-72.39353383862723,41.764605497700515],[-72.39350783861859,41.76460249770076],[-72.39342183859004,41.764593497701746],[-72.3933508385663,41.76458349770206],[-72.39317983850917,41.76455949770285],[-72.3909228377657,41.76443149774964],[-72.3834208352946,41.76400849790557],[-72.38092083447115,41.76386849795771],[-72.3807618344217,41.76391149797107],[-72.38030083427618,41.763997498002304],[-72.3800778342047,41.76401949801363],[-72.37952183402659,41.764077498042475],[-72.37921283392845,41.76412449806137],[-72.37890283382964,41.7641654980791],[-72.3783458336515,41.76422849810895],[-72.3776818334394,41.76430849814547],[-72.3775488333967,41.764320498151996],[-72.37752583338927,41.76432149815292],[-72.37713183326196,41.76434349816967],[-72.37696183320725,41.76435649817757],[-72.37681283315955,41.764372498185374],[-72.37667283311501,41.764392498193665],[-72.37614783294866,41.76447949822716],[-72.37605383291863,41.764490498232256],[-72.37543683272169,41.76456749826669],[-72.37452983243027,41.76464649831072],[-72.37418683232065,41.76468649832932],[-72.37356583212224,41.764760498363316],[-72.37352483210908,41.76476449836539],[-72.37340183206976,41.76477849837198],[-72.37336183205706,41.764784498374404],[-72.37275683186454,41.76487049841021],[-72.37094483128821,41.765132498518305],[-72.37034183109643,41.76521949855423],[-72.36956783084901,41.76530949859617],[-72.36724783010733,41.76557849872169],[-72.36647482986031,41.76566949876378],[-72.36632882981365,41.76568649877168],[-72.36588982967335,41.76573849879564],[-72.36574482962706,41.765756498803725],[-72.36566482960153,41.76576649880819],[-72.36542482952503,41.76579849882198],[-72.36534582949989,41.7658094988266],[-72.36516982944377,41.76583249883662],[-72.36464082927515,41.765902498866915],[-72.36446582921941,41.765926498877114],[-72.36307582877635,41.76611049895672],[-72.36240282856187,41.76620049899544],[-72.35890582744719,41.766664499195926],[-72.35751682700447,41.76684949927569],[-72.35698982683577,41.76690649930339],[-72.35540982632995,41.76707749938648],[-72.35488382616163,41.76713549941435],[-72.35456882606013,41.767158499428774],[-72.35448682602876,41.7670764994155],[-72.35357482567939,41.76615849926673],[-72.35327182556325,41.76585249921712],[-72.35061382453074,41.76292349873444],[-72.34450882215954,41.75619749762583],[-72.34263982143364,41.7541374972862],[-72.33998382040203,41.751208496803194],[-72.33959582025216,41.7507954967355],[-72.33843181980264,41.74955749653264],[-72.33804381965285,41.74914549646514],[-72.33701581924038,41.74777749623279],[-72.33679381915135,41.74748249618269],[-72.3335388178937,41.74400749561275],[-72.33236981744204,41.742759495408045],[-72.33166381716774,41.74197849527912],[-72.33032481664759,41.74049849503484],[-72.32956281634964,41.73962149488908],[-72.32887281607984,41.73882749475713],[-72.32911881612907,41.73827649464265],[-72.32949081620362,41.737445494469966],[-72.33000181632882,41.73670849431109],[-72.33034581641316,41.73621349420436],[-72.33053081646264,41.73602049416114],[-72.33058881647777,41.73595349414635],[-72.33129881666444,41.73515549396937],[-72.33153581672686,41.734890493910555],[-72.3315698167357,41.73485049390175],[-72.3316758167636,41.73473249387553],[-72.33171081677284,41.73469349386687],[-72.33174981678309,41.73464949385711],[-72.33207881686855,41.73426149377159],[-72.33318081715498,41.732964493485575],[-72.33354881725072,41.73253249339027],[-72.33368781728592,41.73235249335102],[-72.33410881739289,41.73181349323333],[-72.33424881742847,41.731634493194235],[-72.33437981746175,41.73146649315756],[-72.33591381786638,41.729766492779824],[-72.34094481919357,41.72419349154136],[-72.342621819636,41.72233649112864],[-72.34424082004637,41.72024649067258],[-72.34910082127853,41.71397848930461],[-72.35072082168922,41.71188948884864],[-72.35133682183209,41.7108584886294],[-72.35230182205609,41.70924748828672],[-72.35318682226139,41.70776748797194],[-72.35380382240464,41.70673748775284],[-72.35430182250698,41.70567048753032],[-72.35512682267674,41.70390648716237],[-72.35516982268948,41.703883487156574],[-72.35591082285528,41.702536486872084],[-72.35647882298247,41.70150548665432],[-72.35700782315205,41.701453486627514],[-72.35859482366092,41.7013004865477],[-72.35912482383085,41.70124948652108],[-72.35962082399033,41.70120948649764],[-72.36067782433031,41.70112648644814],[-72.3607318243468,41.701106486442576],[-72.36110782446707,41.70106548642272],[-72.36160382462585,41.70101248639678],[-72.3641198254305,41.700733486263175],[-72.36549482587033,41.70058248619043],[-72.3655948259022,41.700569486184754],[-72.36569582593442,41.70055648617904],[-72.36585182598449,41.7005424861714],[-72.36605282604879,41.70052048616077],[-72.37166982784542,41.699902485863404],[-72.37265882816182,41.69979448581118],[-72.37418682865037,41.69962348572972],[-72.37532482901403,41.699492485668316],[-72.37874183010608,41.69910148548446],[-72.37988083047013,41.69897148542323],[-72.38853883324104,41.698051484970975],[-72.39874683650504,41.696916484427845],[-72.40401283863278,41.7042044856734],[-72.40843784042106,41.71033048672014],[-72.41239384202,41.715806487655584],[-72.41247784206054,41.71603948769803],[-72.41256684210197,41.716259487737844],[-72.41266684214837,41.716503487781935],[-72.41273484217774,41.71663148780458],[-72.41275584218697,41.71667348781205],[-72.41278484219964,41.71673048782217],[-72.41280584220887,41.71677248782963],[-72.41290084225047,41.71696048786305],[-72.4131148423422,41.71734948793159],[-72.41323184239194,41.7175544879676],[-72.41331884242891,41.717707487994474],[-72.41348684249844,41.7179684880397],[-72.41360784254863,41.71815848807267],[-72.41368484258062,41.71828048809386],[-72.41390984267153,41.71859148814696],[-72.41400784270995,41.71870548816594],[-72.4141558427679,41.718877488194565],[-72.41425584280667,41.7189864882125],[-72.41427484281404,41.719007488215965],[-72.41456184292473,41.71931048826556],[-72.41466484296443,41.7194184882832],[-72.4148628430408,41.719627488317414],[-72.41545984327085,41.72025448841992],[-72.4156588433476,41.72046448845428],[-72.41585584342617,41.72071848849723],[-72.4164478436623,41.72148148862624],[-72.41664584374128,41.72173648866936],[-72.41696984387352,41.72220748875029],[-72.41794484427137,41.7236224889934],[-72.41826984440401,41.72409448907452],[-72.41835284443682,41.72419648909163],[-72.41860184453537,41.724503489143196],[-72.41868484456825,41.72460648916049],[-72.41911384473667,41.72511148924468],[-72.41939984486231,41.72568448934659],[-72.42114584562944,41.72918448996895],[-72.42172784588517,41.73035149017645],[-72.42186484593941,41.73052049020484],[-72.42227684610246,41.731028490290115],[-72.42241484615708,41.731198490318654],[-72.42249484619188,41.731352490345934],[-72.42273784629722,41.73181449042767],[-72.42281884633233,41.73196849045493],[-72.42149984590503,41.73201749050626],[-72.4214268458814,41.73202049050915],[-72.42032784552792,41.73210649056066],[-72.4185218449398,41.73212049062067],[-72.41841884490589,41.73211449062277],[-72.41754284462685,41.73223149067321],[-72.41491684379056,41.732585490825045],[-72.41404184351191,41.732703490875636],[-72.41308584320656,41.73281649092784],[-72.41021784229049,41.733155491084425],[-72.40926184198514,41.73326849113661],[-72.40896484189129,41.73332149115629],[-72.40807684161076,41.73348149121542],[-72.4077808415173,41.73353549123526],[-72.40362284018764,41.73400049145712],[-72.405105840943,41.738809492341154],[-72.40531484118162,41.7418254929184],[-72.40531784118882,41.741935492939604],[-72.40532784121073,41.74226549300317],[-72.4053318412183,41.74237649302452],[-72.40533384123181,41.7426034930684],[-72.40612884169788,41.746261493751256],[-72.4073478424123,41.75186449479703],[-72.40756084253512,41.752807494972764],[-72.40864684317168,41.757798495904126],[-72.40866884318451,41.75789849592279],[-72.40889784331785,41.75893449611598],[-72.40913884346017,41.7600604963262],[-72.40950784367786,41.76178049664729],[-72.40965584376836,41.762526496786926],[-72.41010284404096,41.764766497206125],[-72.41025184413186,41.76551349734589]]]},"properties":{"name":5281,"geoid":"09013528100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.41889184927781,41.80656750500949],[-72.41888084927433,41.80656950501021],[-72.41882884924829,41.80640950498096],[-72.41840184900958,41.80465850465612],[-72.41699284822225,41.79888550358513],[-72.4165238479601,41.796961503228125],[-72.41647284793001,41.79672450318396],[-72.41631984783976,41.79601350305138],[-72.41626984781001,41.79577650300715],[-72.4153408472436,41.79113350213909],[-72.41413584650888,41.785108501012466],[-72.41255784554617,41.7772044995341],[-72.41163084498078,41.77256149866552],[-72.41160284496445,41.77243449864183],[-72.4115218449166,41.772056498571295],[-72.41149484490066,41.771930498547775],[-72.41142684486279,41.77165349849637],[-72.41142384486092,41.771637498493355],[-72.41129484476832,41.77074549832492],[-72.41125284473779,41.770448498268784],[-72.41123484472602,41.77034449824925],[-72.41118284469147,41.770033498190735],[-72.41116584468008,41.76993049817135],[-72.4111388446596,41.769724498132355],[-72.41099484457413,41.769044498005414],[-72.41043684424213,41.766395497510665],[-72.41025184413186,41.76551349734589],[-72.41010284404096,41.764766497206125],[-72.40965584376836,41.762526496786926],[-72.40950784367786,41.76178049664729],[-72.40913884346017,41.7600604963262],[-72.40889784331785,41.75893449611598],[-72.40866884318451,41.75789849592279],[-72.40864684317168,41.757798495904126],[-72.40756084253512,41.752807494972764],[-72.4073478424123,41.75186449479703],[-72.40612884169788,41.746261493751256],[-72.40533384123181,41.7426034930684],[-72.4053318412183,41.74237649302452],[-72.40532784121073,41.74226549300317],[-72.40531784118882,41.741935492939604],[-72.40531484118162,41.7418254929184],[-72.405105840943,41.738809492341154],[-72.40362284018764,41.73400049145712],[-72.4077808415173,41.73353549123526],[-72.40807684161076,41.73348149121542],[-72.40896484189129,41.73332149115629],[-72.40926184198514,41.73326849113661],[-72.41021784229049,41.733155491084425],[-72.41308584320656,41.73281649092784],[-72.41404184351191,41.732703490875636],[-72.41491684379056,41.732585490825045],[-72.41754284462685,41.73223149067321],[-72.41841884490589,41.73211449062277],[-72.4185218449398,41.73212049062067],[-72.42032784552792,41.73210649056066],[-72.4214268458814,41.73202049050915],[-72.42149984590503,41.73201749050626],[-72.42281884633233,41.73196849045493],[-72.4235038465505,41.73187649041538],[-72.42440784683839,41.731754490363066],[-72.42917584835699,41.73111649008824],[-72.43076584886343,41.73090448999674],[-72.43128684902923,41.730832489966275],[-72.43170584916268,41.73077648994212],[-72.4345288500621,41.730404489780504],[-72.43547085036226,41.730281489726785],[-72.43779885110656,41.730020489602325],[-72.44078485206123,41.729686489442855],[-72.44279485270373,41.729459489335085],[-72.44478285333922,41.72923548922859],[-72.4449778534016,41.72921448921833],[-72.44711185408372,41.72897348910388],[-72.44853685453897,41.72880848902668],[-72.4507838552569,41.72854948890516],[-72.45281385590542,41.72831448879517],[-72.4537288561978,41.72820948874577],[-72.45423785635961,41.72813648871546],[-72.45541585673428,41.72797048864589],[-72.45895085785855,41.727472488437144],[-72.46012985823357,41.727307488367735],[-72.46051385846653,41.72921048872395],[-72.46166585916558,41.734920489792735],[-72.4618978593062,41.736067490007386],[-72.46205085939899,41.73682449014904],[-72.46232985956827,41.73820649040767],[-72.46235785958574,41.73835349043524],[-72.46236385958944,41.73838449044104],[-72.46301786000201,41.74190149110096],[-72.46320586010775,41.74268549124671],[-72.46325586013597,41.74289549128576],[-72.46389986049816,41.7455804917849],[-72.46437686071963,41.74674349199479],[-72.46439886073651,41.74691449202718],[-72.46441586074948,41.74704549205198],[-72.46447686078342,41.74729349209804],[-72.46452786081406,41.7475404921442],[-72.46454986082792,41.74765849216635],[-72.46457086084199,41.74778549219025],[-72.46458686085309,41.747889492209865],[-72.4646018608645,41.74800449223165],[-72.46462686087884,41.74811349225194],[-72.46465086089239,41.74821449227072],[-72.46467086090374,41.74829949228653],[-72.46468186091185,41.74837949230167],[-72.46470186092303,41.7484614923169],[-72.46472486093907,41.748612492345394],[-72.46473186094529,41.74868149235852],[-72.46474286095267,41.74874849237112],[-72.4647488609581,41.74880949238275],[-72.46474586096248,41.74890449240122],[-72.4647268609602,41.748973492415175],[-72.46466986094394,41.749014492424934],[-72.46475286098247,41.749216492461365],[-72.46500386109902,41.74982849257181],[-72.46509086113903,41.75003349260871],[-72.46512986116154,41.750206492640935],[-72.46552486142592,41.75259649309081],[-72.46679786227797,41.76029749454017],[-72.46722286256224,41.7628644950232],[-72.46722686256474,41.76288549502714],[-72.46722986256692,41.762906495031096],[-72.46738186266036,41.76367949517577],[-72.46786486295662,41.76612349563313],[-72.46802586305539,41.76693849578563],[-72.46806586307996,41.76714149582362],[-72.46816486314104,41.767648495918536],[-72.46839886328439,41.768829496139496],[-72.46858386339851,41.76977649631675],[-72.46872486348464,41.77048349644899],[-72.46872486348475,41.77048549644938],[-72.46872886348726,41.7705064964533],[-72.4687518635069,41.770720496493965],[-72.46882886357099,41.771406496624174],[-72.46882886357217,41.77142749662825],[-72.46882986358595,41.77166449667403],[-72.46882986358612,41.77166749667462],[-72.46882986358897,41.77171749668428],[-72.46882986359402,41.771806496701494],[-72.46884586360329,41.771877496714716],[-72.4688588636105,41.77193049672454],[-72.46889986363394,41.772107496757485],[-72.4690228637044,41.772641496856835],[-72.46906086372614,41.77280649688753],[-72.46906386372791,41.77282049689014],[-72.46912986376569,41.77310649694334],[-72.46932886389398,41.77422249715282],[-72.47008386437962,41.7784364979436],[-72.47032986453769,41.77980649820066],[-72.4703358645417,41.77984249820743],[-72.47072186479856,41.782147498640775],[-72.4708248648795,41.78298049879854],[-72.47085286489778,41.78314149882878],[-72.47102986501606,41.78420649902903],[-72.47106286503666,41.78437949906142],[-72.47127786517089,41.78550749927265],[-72.47176786547658,41.78807349975305],[-72.47192686557587,41.78890749990922],[-72.47214386571117,41.790042500121686],[-72.4721588657222,41.79015050014208],[-72.47218086573773,41.7902975001698],[-72.47220386575546,41.790477500203856],[-72.47221886576656,41.790586500224435],[-72.4722688658001,41.79088950028143],[-72.47228186580884,41.79096850029628],[-72.47234386584952,41.79132850036389],[-72.47240686589087,41.791694500432634],[-72.47243086590476,41.79180050045234],[-72.47249786594365,41.79210050050819],[-72.47250486594912,41.7921565005188],[-72.47250986595225,41.79218250052366],[-72.47253486596858,41.79232650055069],[-72.47254686597573,41.79238350056134],[-72.47255986598367,41.79244850057348],[-72.47260786602429,41.7928875006568],[-72.47277286616415,41.794400500943965],[-72.47281486619947,41.79478050101607],[-72.47303486630274,41.79533450111613],[-72.47333486651272,41.797305501487486],[-72.47334286652114,41.797407501506946],[-72.47336986655286,41.79781050158396],[-72.47339886657126,41.79796750161338],[-72.47342786658855,41.79810550163913],[-72.4734468665993,41.79818550165398],[-72.47346886661143,41.798272501670084],[-72.473451866606,41.79827450167102],[-72.47340486659114,41.798282501674066],[-72.47338886658608,41.79828550167515],[-72.47314886650945,41.7983145016884],[-72.47242886627969,41.79840450172873],[-72.47218986620345,41.79843450174213],[-72.47193186612122,41.79846850175693],[-72.47169486604575,41.79850050177067],[-72.47119886588764,41.798565501799004],[-72.47115686587424,41.798570501801336],[-72.47104886583985,41.798585501807665],[-72.47089986579239,41.79860550181627],[-72.46774786479664,41.799175502026806],[-72.45829186180924,41.800885502658346],[-72.4551408608138,41.80145650286898],[-72.4539378604289,41.801589502932984],[-72.4507448594074,41.801943503103004],[-72.45033185927497,41.80198450312407],[-72.44912885888945,41.802106503185925],[-72.44904185886101,41.802105503188486],[-72.44889685881365,41.80210450319291],[-72.44879685878104,41.802104503196105],[-72.44878185877609,41.8021035031964],[-72.44869585874804,41.802103503199135],[-72.44858885871407,41.802120503205806],[-72.4484828586804,41.802136503212274],[-72.44680585814787,41.8023925033151],[-72.44211985665986,41.80310950360273],[-72.44113685634768,41.803259503662986],[-72.43924785574788,41.80354950377911],[-72.43924285574714,41.80356550378238],[-72.43922785574499,41.80361350379213],[-72.43922385574466,41.80363050379553],[-72.43829885544946,41.80374650384739],[-72.43552285456366,41.80409650400329],[-72.43459885426884,41.80421350405528],[-72.43360585395278,41.80435250411373],[-72.43244485358325,41.80451550418215],[-72.43062785300377,41.80475050428532],[-72.43026985288964,41.80479750430579],[-72.42995185278835,41.8048405043242],[-72.42963485268733,41.804883504342584],[-72.4294588526311,41.80490450435225],[-72.42942885262154,41.804908504353996],[-72.42895185247427,41.80505550439755],[-72.42878385242247,41.805108504413134],[-72.42852885234143,41.805146504428585],[-72.42776385209831,41.80526050447493],[-72.42750985201765,41.805299504490534],[-72.42726885194107,41.80533550450515],[-72.4265478517119,41.80544250454875],[-72.4263078516357,41.80547950456353],[-72.42584185148768,41.80555050459207],[-72.42492785119742,41.805690504648176],[-72.42444285104226,41.80574450467403],[-72.42397485089262,41.80579850469934],[-72.42380885083976,41.805821504709066],[-72.42331285068201,41.805893504738734],[-72.42322885065535,41.80590650474392],[-72.42314985063071,41.80592650475029],[-72.42303285059413,41.80595450475943],[-72.42268485048551,41.806041504787295],[-72.42256885044938,41.806071504796776],[-72.42243185040661,41.806105504807704],[-72.42242885040568,41.806106504807985],[-72.42201585027479,41.80617450483426],[-72.42187785023113,41.80619850484329],[-72.4218328502169,41.80620650484625],[-72.42166685016275,41.806206504851524],[-72.42103284995586,41.806206504871675],[-72.42082184988703,41.80620650487838],[-72.4207168498525,41.806201504880754],[-72.42053384979505,41.8062415048943],[-72.41967684952617,41.806430504958065],[-72.4193918494368,41.80649450497949],[-72.41929184940498,41.806508504985366],[-72.41899084930927,41.80655250500343],[-72.41889184927781,41.80656750500949]]]},"properties":{"name":5291,"geoid":"09013529100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.50255987677897,41.81018450304411],[-72.5042588773238,41.81002050295822],[-72.50753187837351,41.809706502793134],[-72.5071708783584,41.811506503152344],[-72.50683687834496,41.81318150348652],[-72.50683187834476,41.813206503491514],[-72.50682887834445,41.81321850349392],[-72.5067528783443,41.8136505035798],[-72.50650787834464,41.81505750385936],[-72.50643087834513,41.815506503948534],[-72.50642887834493,41.81551450395015],[-72.5064258783447,41.81552750395275],[-72.50634887833932,41.81587350402203],[-72.50611687832296,41.816913504230314],[-72.50604087831795,41.817260504299746],[-72.5060308783173,41.81730650430894],[-72.50591787831256,41.81786950442129],[-72.50555187829738,41.819696504785796],[-72.50543087829271,41.820306504907464],[-72.50541687829346,41.82039950492586],[-72.50540187829472,41.82050750494721],[-72.50533087829997,41.82100550504564],[-72.50530487829754,41.82111150506694],[-72.50525687829322,41.8213105051069],[-72.50525587829326,41.82131650510807],[-72.50512987825715,41.82140450512912],[-72.50498087821416,41.8215025051528],[-72.50483887817319,41.82159650517548],[-72.50468787812912,41.821687505197865],[-72.50433287802397,41.82187450524531],[-72.50411587796,41.82199350527521],[-72.50386487788597,41.82213150530987],[-72.50382387787369,41.822150505314866],[-72.50337087773828,41.82236750537122],[-72.50301487763106,41.8225235054127],[-72.50293287760607,41.82255450542131],[-72.50260687750692,41.82268050545604],[-72.50214087736447,41.822848505503366],[-72.50194787730523,41.82291350552208],[-72.50111987704835,41.8231455055933],[-72.5003398768053,41.82334550565681],[-72.50012487673847,41.823403505674875],[-72.49918087644515,41.823660505754624],[-72.49910387642102,41.82367750576037],[-72.49891587636225,41.82372250577505],[-72.49887287634873,41.82373150577818],[-72.49879587632459,41.82374850578392],[-72.49860187626393,41.823794505798986],[-72.49801987608187,41.82393150584402],[-72.49782687602159,41.82397850585925],[-72.49701287576698,41.8241705059223],[-72.49567787534954,41.82448750602611],[-72.49457487500561,41.824766506115175],[-72.49415387487444,41.82487450614946],[-72.49376187475156,41.82496250617896],[-72.49334787462163,41.825052506209545],[-72.49280087445088,41.825187506253066],[-72.4899278735543,41.825901506482595],[-72.48929287335619,41.82606050653356],[-72.4889728732568,41.826148506560756],[-72.48893287324438,41.82615950656416],[-72.48881287320705,41.82619150657417],[-72.48877387319502,41.826203506577734],[-72.48846587309825,41.82626850660011],[-72.48804887296812,41.82637250663348],[-72.48588387229287,41.82691750680779],[-72.48516287206807,41.82710050686613],[-72.48417587176019,41.82734850694549],[-72.48122087083863,41.82809450718377],[-72.48121587083703,41.82809550718412],[-72.4802278705284,41.82833550726196],[-72.47914687019056,41.82859650734683],[-72.47842886996628,41.82877150740352],[-72.47792286980854,41.82890050744456],[-72.47590786917954,41.82939950760516],[-72.47482886884278,41.829667507691305],[-72.47315786832199,41.83009650782743],[-72.47253886812916,41.83025650787805],[-72.47185186791526,41.8304365079347],[-72.4709478676359,41.830710508016416],[-72.4705818675231,41.83082650805048],[-72.47019786740543,41.8309605080886],[-72.46943686717299,41.83123850816653],[-72.46883186698953,41.83148350823312],[-72.4682638668192,41.83174650830201],[-72.46811286677396,41.831817508320526],[-72.4670638664608,41.83232850845262],[-72.46671586635739,41.8325065084981],[-72.46659686630535,41.83227450845708],[-72.4665658662917,41.832212508446105],[-72.46612186609642,41.83132750828936],[-72.46597486603163,41.831032508237094],[-72.46581486596114,41.830711508180215],[-72.46533586574998,41.82974850800952],[-72.46517686567982,41.8294275079526],[-72.46507286563306,41.82920250791246],[-72.46489386555263,41.828815507843444],[-72.46475686549174,41.828531507792974],[-72.46465086544451,41.82830950775347],[-72.46399786515705,41.82700350752208],[-72.46390286511517,41.82681250748823],[-72.46332786485553,41.82554750726225],[-72.46324786481884,41.82536150722888],[-72.46323786481409,41.825335507224196],[-72.46312186476219,41.82508850718016],[-72.46302486472084,41.82491850715042],[-72.46287486466001,41.82470950711487],[-72.4628688646576,41.82470150711348],[-72.46269686458946,41.82449050707821],[-72.46246686449595,41.82416650702299],[-72.46242586447929,41.82410850701308],[-72.46235286444869,41.82398950699242],[-72.46228186441891,41.82387350697229],[-72.46213586435633,41.82361050692615],[-72.46207686433024,41.82349050690483],[-72.46205986432155,41.823435506894775],[-72.46200186429118,41.8232345068578],[-72.46200386428671,41.82314450684035],[-72.4620058642817,41.82304550682115],[-72.46223086432451,41.8225075067101],[-72.46263286440136,41.821553506513034],[-72.46283986444544,41.82114150642687],[-72.46295986447196,41.82091950638015],[-72.46299486447978,41.82085650636688],[-72.46315786451679,41.82057250630683],[-72.46325786454071,41.8204195062741],[-72.46337686456798,41.8202165062311],[-72.46373286464951,41.81960850610232],[-72.46385286467716,41.8194065060595],[-72.46387486467951,41.81932150604237],[-72.4639318646894,41.819168506010996],[-72.46397186469413,41.81902250598152],[-72.46398086469382,41.81896550597022],[-72.4640038646937,41.8188315059436],[-72.46401386469047,41.81871750592127],[-72.46402086467982,41.8184905058772],[-72.46401786466843,41.81830750584194],[-72.46397886462458,41.81776050573754],[-72.46397186461273,41.81759250570531],[-72.46396086459235,41.81729750564869],[-72.46397786458861,41.81713450561666],[-72.46405086460474,41.81699950558826],[-72.46406886460885,41.81696850558169],[-72.46433586467705,41.81663650550905],[-72.46443286470195,41.81651750548297],[-72.46454086473013,41.81639350545557],[-72.4646598647612,41.81625750542552],[-72.4648538648105,41.81601150537182],[-72.46495586483644,41.815882505343666],[-72.4651108648764,41.815696505302796],[-72.46522786490678,41.815559505272596],[-72.46555786498966,41.81512450517806],[-72.46570486502671,41.81493250513629],[-72.46575486503937,41.81486850512233],[-72.46590386507707,41.8146765050805],[-72.46595486509011,41.81461350506671],[-72.46615786514324,41.81438350501581],[-72.4662408651659,41.814305504998096],[-72.46641686521608,41.81417850496795],[-72.46659386526736,41.81406450494029],[-72.46667986529232,41.814010504927126],[-72.46720086544437,41.813695504849676],[-72.46838186578695,41.81294550466718],[-72.46875086589425,41.81271550461097],[-72.4694728661044,41.812269504501835],[-72.46943386608405,41.812135504477176],[-72.46937586605154,41.81189650443285],[-72.46926186598724,41.81142050434453],[-72.46921686595834,41.81117050429766],[-72.4692088659503,41.81107550427957],[-72.46920986594125,41.810910504247666],[-72.46922786593944,41.81077550422101],[-72.46922986593935,41.81076250421843],[-72.46924586594082,41.81069650420516],[-72.46927286594526,41.81061950418943],[-72.46938086596863,41.81041150414582],[-72.46949486599466,41.810215504104306],[-72.46983786607326,41.80963050398039],[-72.46993986609503,41.80942850393811],[-72.47003886611239,41.809165503884124],[-72.47014286613081,41.808893503828266],[-72.47024486614731,41.808598503768025],[-72.47028986615298,41.808440503736065],[-72.47029786615133,41.80836550372132],[-72.47030386615046,41.80831550371146],[-72.47030186614228,41.80818350368604],[-72.47029186613345,41.808085503667414],[-72.47018086605858,41.80740650353975],[-72.47015186603866,41.807222503505145],[-72.4698778658437,41.80536750315547],[-72.46987686584328,41.805365503155116],[-72.46986786583248,41.805227503128734],[-72.46987286581938,41.80496850307853],[-72.46990986581723,41.804718503029044],[-72.46992386581987,41.804684503022024],[-72.46998386583107,41.804537502991714],[-72.47006786584983,41.80438550295967],[-72.4705558659595,41.80351550277602],[-72.47071886599623,41.80322650271499],[-72.47098886605751,41.80275550261538],[-72.47125286611728,41.8022925025175],[-72.47179886624134,41.80134250231655],[-72.47193986627323,41.80109450226412],[-72.47206886630262,41.80087150221692],[-72.47214986632098,41.800729502186904],[-72.47239386637625,41.80030250209661],[-72.47247586639499,41.80016150206676],[-72.47261386642619,41.79991850201541],[-72.47264986643444,41.79985750200247],[-72.47303786652336,41.79919550186219],[-72.47317986655602,41.7989555018113],[-72.47324486657,41.79882850178467],[-72.47328086657782,41.79875950177019],[-72.47333886658821,41.79860950173936],[-72.47337486659248,41.79847850171288],[-72.47338386659264,41.79842950170313],[-72.47338386659253,41.798427501702754],[-72.47338886658608,41.79828550167515],[-72.47340486659114,41.798282501674066],[-72.473451866606,41.79827450167102],[-72.47346886661143,41.798272501670084],[-72.47350086663052,41.79842450169845],[-72.47351786664066,41.79850550171357],[-72.47353986665468,41.798625501736055],[-72.47360986669821,41.798989501804165],[-72.47363386671293,41.79911050182678],[-72.47364086671743,41.79914950183409],[-72.4736848667463,41.79940450188198],[-72.47383486684518,41.80028250204685],[-72.47388586687849,41.80057550210186],[-72.47390086688844,41.80066450211857],[-72.47394786691908,41.80093350216906],[-72.47396386692942,41.80102350218593],[-72.474129867038,41.80198050236557],[-72.47435686718593,41.803278502609146],[-72.47553586795588,41.810048503879564],[-72.4758038681306,41.81158150416719],[-72.47592986821293,41.81230550430303],[-72.47599886826275,41.81278550439357],[-72.4760298682854,41.81300550443507],[-72.4770458686124,41.812927504387616],[-72.4822088702743,41.81253450414714],[-72.48367687074695,41.81242450407908],[-72.48393087082871,41.812405504067314],[-72.4842258709233,41.81237650405232],[-72.48511187120754,41.812292504007836],[-72.4852078712384,41.81228450400324],[-72.48540487130022,41.81224150398863],[-72.48579587142218,41.81214350395725],[-72.48697287178967,41.81185450386389],[-72.48736487191213,41.811759503833045],[-72.4878428720643,41.81169350380505],[-72.487869872073,41.81169150380379],[-72.48791087208598,41.81168450380115],[-72.48943187257069,41.8114835037138],[-72.48954287260639,41.81147450370854],[-72.49004387276793,41.811441503686176],[-72.49009087278354,41.811446503685644],[-72.49033287286511,41.811492503686814],[-72.4906538729684,41.81146750367176],[-72.49157487326512,41.81140250362982],[-72.49161987327953,41.81139750362742],[-72.49194187338256,41.8113625036104],[-72.49195987338838,41.81136150360961],[-72.49280487365893,41.81127250356548],[-72.49539987448988,41.81099950342999],[-72.49571487459075,41.81096650341356],[-72.49626487476685,41.81090850338482],[-72.4965318748523,41.81087950337069],[-72.49723087507616,41.810806503334305],[-72.49733587510966,41.81079350332842],[-72.49759587519274,41.81076350331434],[-72.49760387519531,41.810762503313896],[-72.4985948755119,41.81064550325968],[-72.50156787646172,41.81029550309721],[-72.50233087670553,41.81020650305569],[-72.50255987677897,41.81018450304411]]]},"properties":{"name":5305,"geoid":"09013530500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.47338886658608,41.79828550167515],[-72.47338386659253,41.798427501702754],[-72.47338386659264,41.79842950170313],[-72.47337486659248,41.79847850171288],[-72.47333886658821,41.79860950173936],[-72.47328086657782,41.79875950177019],[-72.47324486657,41.79882850178467],[-72.47317986655602,41.7989555018113],[-72.47303786652336,41.79919550186219],[-72.47264986643444,41.79985750200247],[-72.47261386642619,41.79991850201541],[-72.47247586639499,41.80016150206676],[-72.47239386637625,41.80030250209661],[-72.47214986632098,41.800729502186904],[-72.47206886630262,41.80087150221692],[-72.47193986627323,41.80109450226412],[-72.47179886624134,41.80134250231655],[-72.47125286611728,41.8022925025175],[-72.47098886605751,41.80275550261538],[-72.47071886599623,41.80322650271499],[-72.4705558659595,41.80351550277602],[-72.47006786584983,41.80438550295967],[-72.46998386583107,41.804537502991714],[-72.46992386581987,41.804684503022024],[-72.46990986581723,41.804718503029044],[-72.46987286581938,41.80496850307853],[-72.46986786583248,41.805227503128734],[-72.46987686584328,41.805365503155116],[-72.4698778658437,41.80536750315547],[-72.47015186603866,41.807222503505145],[-72.47018086605858,41.80740650353975],[-72.47029186613345,41.808085503667414],[-72.47030186614228,41.80818350368604],[-72.47030386615046,41.80831550371146],[-72.47029786615133,41.80836550372132],[-72.47028986615298,41.808440503736065],[-72.47024486614731,41.808598503768025],[-72.47014286613081,41.808893503828266],[-72.47003886611239,41.809165503884124],[-72.46993986609503,41.80942850393811],[-72.46983786607326,41.80963050398039],[-72.46949486599466,41.810215504104306],[-72.46938086596863,41.81041150414582],[-72.46927286594526,41.81061950418943],[-72.46924586594082,41.81069650420516],[-72.46922986593935,41.81076250421843],[-72.46922786593944,41.81077550422101],[-72.46920986594125,41.810910504247666],[-72.4692088659503,41.81107550427957],[-72.46921686595834,41.81117050429766],[-72.46926186598724,41.81142050434453],[-72.46937586605154,41.81189650443285],[-72.46943386608405,41.812135504477176],[-72.4694728661044,41.812269504501835],[-72.46875086589425,41.81271550461097],[-72.46838186578695,41.81294550466718],[-72.46720086544437,41.813695504849676],[-72.46667986529232,41.814010504927126],[-72.46659386526736,41.81406450494029],[-72.46641686521608,41.81417850496795],[-72.4662408651659,41.814305504998096],[-72.46615786514324,41.81438350501581],[-72.46595486509011,41.81461350506671],[-72.46590386507707,41.8146765050805],[-72.46575486503937,41.81486850512233],[-72.46570486502671,41.81493250513629],[-72.46555786498966,41.81512450517806],[-72.46522786490678,41.815559505272596],[-72.4651108648764,41.815696505302796],[-72.46495586483644,41.815882505343666],[-72.4648538648105,41.81601150537182],[-72.4646598647612,41.81625750542552],[-72.46454086473013,41.81639350545557],[-72.46443286470195,41.81651750548297],[-72.46433586467705,41.81663650550905],[-72.46406886460885,41.81696850558169],[-72.46405086460474,41.81699950558826],[-72.46397786458861,41.81713450561666],[-72.46396086459235,41.81729750564869],[-72.46397186461273,41.81759250570531],[-72.46397886462458,41.81776050573754],[-72.46401786466843,41.81830750584194],[-72.46402086467982,41.8184905058772],[-72.46401386469047,41.81871750592127],[-72.4640038646937,41.8188315059436],[-72.46398086469382,41.81896550597022],[-72.46397186469413,41.81902250598152],[-72.4639318646894,41.819168506010996],[-72.46387486467951,41.81932150604237],[-72.46385286467716,41.8194065060595],[-72.46373286464951,41.81960850610232],[-72.46337686456798,41.8202165062311],[-72.46325786454071,41.8204195062741],[-72.46315786451679,41.82057250630683],[-72.46299486447978,41.82085650636688],[-72.46295986447196,41.82091950638015],[-72.46283986444544,41.82114150642687],[-72.46263286440136,41.821553506513034],[-72.46223086432451,41.8225075067101],[-72.4620058642817,41.82304550682115],[-72.46200386428671,41.82314450684035],[-72.46200186429118,41.8232345068578],[-72.46205986432155,41.823435506894775],[-72.46207686433024,41.82349050690483],[-72.46213586435633,41.82361050692615],[-72.46228186441891,41.82387350697229],[-72.46235286444869,41.82398950699242],[-72.46242586447929,41.82410850701308],[-72.46246686449595,41.82416650702299],[-72.46269686458946,41.82449050707821],[-72.4628688646576,41.82470150711348],[-72.46287486466001,41.82470950711487],[-72.46302486472084,41.82491850715042],[-72.46312186476219,41.82508850718016],[-72.46323786481409,41.825335507224196],[-72.46324786481884,41.82536150722888],[-72.46332786485553,41.82554750726225],[-72.46390286511517,41.82681250748823],[-72.46399786515705,41.82700350752208],[-72.46465086544451,41.82830950775347],[-72.46475686549174,41.828531507792974],[-72.46489386555263,41.828815507843444],[-72.46507286563306,41.82920250791246],[-72.46517686567982,41.8294275079526],[-72.46533586574998,41.82974850800952],[-72.46581486596114,41.830711508180215],[-72.46597486603163,41.831032508237094],[-72.46612186609642,41.83132750828936],[-72.4665658662917,41.832212508446105],[-72.46659686630535,41.83227450845708],[-72.46671586635739,41.8325065084981],[-72.46664786633731,41.8325435085074],[-72.46653486630403,41.83260650852316],[-72.46644286627657,41.83265150853478],[-72.46637386625605,41.83268650854374],[-72.46598886614194,41.832888508595005],[-72.46483586580024,41.833494508748764],[-72.46445186568651,41.83369750880019],[-72.46382086549954,41.834029508884406],[-72.46332886535374,41.834288508950095],[-72.4630278652647,41.834449508990765],[-72.46248286510341,41.83473950906412],[-72.4619318649403,41.83503250913825],[-72.4613028647542,41.83536850922317],[-72.46123086473293,41.83540750923298],[-72.4611718647156,41.835441509241434],[-72.46101386466877,41.835524509262484],[-72.4609418646475,41.83556350927232],[-72.4605758645385,41.835746509319314],[-72.46045286450195,41.835809509335405],[-72.45899586406975,41.836568509528355],[-72.4585108639259,41.83682150959266],[-72.45839286389088,41.83688250960818],[-72.45803886378584,41.83706650965499],[-72.45792186375118,41.8371285096707],[-72.45677286341028,41.83772550982256],[-72.45615686322759,41.83804750990434],[-72.45333286239052,41.839530510280625],[-72.45258686216947,41.83992351038026],[-72.45219186205298,41.84014151043492],[-72.45199286199362,41.84023951046018],[-72.45120586176,41.840646510563815],[-72.44734686061587,41.84266951107727],[-72.44589486018539,41.84343151127062],[-72.44510285995308,41.843890511384444],[-72.44444885976282,41.84429751148382],[-72.44351085949401,41.844952511640145],[-72.44177285900606,41.84634451196419],[-72.44005485852232,41.84769551227968],[-72.43883085817842,41.84867151250703],[-72.43866785813256,41.84880051253714],[-72.4372948577462,41.849884512790084],[-72.43677285759945,41.85029951288679],[-72.43462885699685,41.85200551328434],[-72.4336828567305,41.85275051345825],[-72.43347585667136,41.852898513493386],[-72.4333438566333,41.85298651351458],[-72.43292085651044,41.85325351357958],[-72.4326898564429,41.853391513613566],[-72.43260485641784,41.85343851362534],[-72.43212885627756,41.85370351369164],[-72.4319248562172,41.85381251371917],[-72.43123885601072,41.85411851380005],[-72.43068085584123,41.854340513860684],[-72.4302328557036,41.85449151390408],[-72.43008885565939,41.85454051391813],[-72.42964785552336,41.85467951395897],[-72.42940485544769,41.85474351397907],[-72.42918085537781,41.85480051399719],[-72.42913885536474,41.85481151400066],[-72.42858085518994,41.854940514043314],[-72.42850685516659,41.85495451404837],[-72.42828185509582,41.85500151406462],[-72.42809985503848,41.85503751407735],[-72.42809385503661,41.85503951407792],[-72.42788685497116,41.85507651409164],[-72.42754985486378,41.85512251411126],[-72.42743385482684,41.85513851411803],[-72.42736685480536,41.85514551412152],[-72.4269828546822,41.855183514141075],[-72.42671685459696,41.85521151415495],[-72.42632585447122,41.85524451417375],[-72.42599185436328,41.85526351418805],[-72.4258288543103,41.855267514194004],[-72.42544385418532,41.85527951420858],[-72.42520785410835,41.85528051421627],[-72.42514585407142,41.8549875141617],[-72.42511085405151,41.85483851413407],[-72.42502885400009,41.85440551405311],[-72.42483885378431,41.85170451353783],[-72.42479585375474,41.8514315134865],[-72.424669853667,41.85061251333242],[-72.42462785363776,41.85033951328105],[-72.42444685349577,41.84888251300557],[-72.42390685307087,41.84451351217936],[-72.42372685292929,41.84305751190398],[-72.42344485271063,41.8408315114832],[-72.42286085225692,41.83620551060856],[-72.42260185205586,41.83415651022113],[-72.42232185183799,41.83193150980034],[-72.42231885183585,41.831911509796576],[-72.42231085182983,41.831851509785245],[-72.42230885182806,41.831831509781445],[-72.42228185180747,41.831624509742326],[-72.4222028517465,41.831005509625314],[-72.4221768517263,41.830799509586335],[-72.42204685162368,41.829740509385964],[-72.42203785161637,41.82966350937137],[-72.42165685131587,41.82656450878495],[-72.42152785121365,41.825506508584695],[-72.42145085117431,41.825256508538864],[-72.4214208511589,41.8251575085207],[-72.42124885106549,41.82450150839944],[-72.421227851054,41.82441950838429],[-72.42125785105394,41.824246508349916],[-72.4212358510042,41.82349750820594],[-72.42120085097714,41.82322250815394],[-72.42105485086427,41.822074507936826],[-72.42103185084622,41.82188850790162],[-72.42101585083292,41.821746507874686],[-72.42087785072295,41.82060350765829],[-72.4208198506793,41.820168507576106],[-72.42075385062947,41.819670507481995],[-72.42073085061294,41.81951150745201],[-72.42064285056428,41.81916050738698],[-72.4205988505402,41.81898950735537],[-72.42046985046896,41.81847650726035],[-72.4204278504456,41.818306507228854],[-72.4201408502233,41.81604150680039],[-72.41928184955714,41.809246505514785],[-72.41899584933523,41.806981505086185],[-72.41897484932367,41.80689850507082],[-72.41891184928897,41.806649505024694],[-72.41889184927781,41.80656750500949],[-72.41899084930927,41.80655250500343],[-72.41929184940498,41.806508504985366],[-72.4193918494368,41.80649450497949],[-72.41967684952617,41.806430504958065],[-72.42053384979505,41.8062415048943],[-72.4207168498525,41.806201504880754],[-72.42082184988703,41.80620650487838],[-72.42103284995586,41.806206504871675],[-72.42166685016275,41.806206504851524],[-72.4218328502169,41.80620650484625],[-72.42187785023113,41.80619850484329],[-72.42201585027479,41.80617450483426],[-72.42242885040568,41.806106504807985],[-72.42243185040661,41.806105504807704],[-72.42256885044938,41.806071504796776],[-72.42268485048551,41.806041504787295],[-72.42303285059413,41.80595450475943],[-72.42314985063071,41.80592650475029],[-72.42322885065535,41.80590650474392],[-72.42331285068201,41.805893504738734],[-72.42380885083976,41.805821504709066],[-72.42397485089262,41.80579850469934],[-72.42444285104226,41.80574450467403],[-72.42492785119742,41.805690504648176],[-72.42584185148768,41.80555050459207],[-72.4263078516357,41.80547950456353],[-72.4265478517119,41.80544250454875],[-72.42726885194107,41.80533550450515],[-72.42750985201765,41.805299504490534],[-72.42776385209831,41.80526050447493],[-72.42852885234143,41.805146504428585],[-72.42878385242247,41.805108504413134],[-72.42895185247427,41.80505550439755],[-72.42942885262154,41.804908504353996],[-72.4294588526311,41.80490450435225],[-72.42963485268733,41.804883504342584],[-72.42995185278835,41.8048405043242],[-72.43026985288964,41.80479750430579],[-72.43062785300377,41.80475050428532],[-72.43244485358325,41.80451550418215],[-72.43360585395278,41.80435250411373],[-72.43459885426884,41.80421350405528],[-72.43552285456366,41.80409650400329],[-72.43829885544946,41.80374650384739],[-72.43922385574466,41.80363050379553],[-72.43922785574499,41.80361350379213],[-72.43924285574714,41.80356550378238],[-72.43924785574788,41.80354950377911],[-72.44113685634768,41.803259503662986],[-72.44211985665986,41.80310950360273],[-72.44680585814787,41.8023925033151],[-72.4484828586804,41.802136503212274],[-72.44858885871407,41.802120503205806],[-72.44869585874804,41.802103503199135],[-72.44878185877609,41.8021035031964],[-72.44879685878104,41.802104503196105],[-72.44889685881365,41.80210450319291],[-72.44904185886101,41.802105503188486],[-72.44912885888945,41.802106503185925],[-72.45033185927497,41.80198450312407],[-72.4507448594074,41.801943503103004],[-72.4539378604289,41.801589502932984],[-72.4551408608138,41.80145650286898],[-72.45829186180924,41.800885502658346],[-72.46774786479664,41.799175502026806],[-72.47089986579239,41.79860550181627],[-72.47104886583985,41.798585501807665],[-72.47115686587424,41.798570501801336],[-72.47119886588764,41.798565501799004],[-72.47169486604575,41.79850050177067],[-72.47193186612122,41.79846850175693],[-72.47218986620345,41.79843450174213],[-72.47242886627969,41.79840450172873],[-72.47314886650945,41.7983145016884],[-72.47338886658608,41.79828550167515]]]},"properties":{"name":5306,"geoid":"09013530600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.3342268124773,41.643606476125925],[-72.33422781247762,41.643606476125896],[-72.33447081259173,41.64422947623916],[-72.33495181281727,41.64545647646218],[-72.3356648131516,41.64727547679279],[-72.33687181371748,41.650352477351966],[-72.33961981500624,41.657361478625546],[-72.3396548150227,41.6574514786419],[-72.33997981517558,41.658288478794056],[-72.3414108158482,41.66196347946201],[-72.3419298160932,41.66331447970776],[-72.34348881682891,41.66736848044507],[-72.34400881707433,41.66872048069094],[-72.34432681722204,41.669505480833195],[-72.34528281766598,41.671861481260045],[-72.3456018178141,41.672647481402436],[-72.34677481835959,41.67555148192867],[-72.34839781911417,41.67956548265593],[-72.35029681999733,41.6842644835072],[-72.35102782033724,41.686071483834496],[-72.3514718205437,41.68716948403338],[-72.35152882056256,41.68717448403254],[-72.3563698229475,41.701515486659694],[-72.35647882298247,41.70150548665432],[-72.35591082285528,41.702536486872084],[-72.35516982268948,41.703883487156574],[-72.35512682267674,41.70390648716237],[-72.35430182250698,41.70567048753032],[-72.35380382240464,41.70673748775284],[-72.35318682226139,41.70776748797194],[-72.35230182205609,41.70924748828672],[-72.35133682183209,41.7108584886294],[-72.35072082168922,41.71188948884864],[-72.34910082127853,41.71397848930461],[-72.34424082004637,41.72024649067258],[-72.342621819636,41.72233649112864],[-72.34094481919357,41.72419349154136],[-72.33591381786638,41.729766492779824],[-72.33437981746175,41.73146649315756],[-72.33424881742847,41.731634493194235],[-72.33410881739289,41.73181349323333],[-72.33368781728592,41.73235249335102],[-72.33354881725072,41.73253249339027],[-72.33318081715498,41.732964493485575],[-72.33207881686855,41.73426149377159],[-72.33174981678309,41.73464949385711],[-72.33171081677284,41.73469349386687],[-72.3316758167636,41.73473249387553],[-72.3315698167357,41.73485049390175],[-72.33153581672686,41.734890493910555],[-72.33129881666444,41.73515549396937],[-72.33058881647777,41.73595349414635],[-72.33053081646264,41.73602049416114],[-72.33034581641316,41.73621349420436],[-72.33000181632882,41.73670849431109],[-72.32949081620362,41.737445494469966],[-72.32911881612907,41.73827649464265],[-72.32887281607984,41.73882749475713],[-72.32863881599579,41.73869049473798],[-72.32823481585066,41.73845349470485],[-72.3279528157477,41.73825849467599],[-72.32774381567137,41.738113494654506],[-72.32774381567052,41.7380984946516],[-72.32772781566473,41.73808849465017],[-72.32768581564753,41.73802649463948],[-72.32768481563143,41.7377464945853],[-72.32781681566672,41.737608494554415],[-72.32808781574653,41.73745549451622],[-72.32835881582129,41.73721349446079],[-72.3284248158376,41.737120494440695],[-72.3285058158526,41.73691749439882],[-72.32853481584465,41.73660849433808],[-72.32855681583955,41.73639049429515],[-72.32854181583005,41.73630849427974],[-72.32841081577988,41.73617649425832],[-72.3283888157696,41.736121494248366],[-72.3284028157717,41.736077494239396],[-72.32832281574008,41.735979494222946],[-72.32798581562149,41.735825494203766],[-72.32768481551958,41.73575949420049],[-72.32756081547637,41.735710494194905],[-72.32750181545342,41.735644494184],[-72.32748681542596,41.73524349410681],[-72.32736981537636,41.735040494071185],[-72.3273628153676,41.734925494049136],[-72.32738481536919,41.73482649402927],[-72.3273478153504,41.73470649400719],[-72.32725981531486,41.73458549398654],[-72.32713581526917,41.73449249397244],[-72.3266008150866,41.734349493961645],[-72.32641781502602,41.73433349396433],[-72.32586081484833,41.73440449399566],[-72.32553881473834,41.734316493988786],[-72.32497381454262,41.734113493967314],[-72.32448281437479,41.73397749395647],[-72.32398481420456,41.73383949394546],[-72.3237138141137,41.733795493945514],[-72.32345081402418,41.73372949394104],[-72.32326681396017,41.73365849393308],[-72.32309881390353,41.73362549393201],[-72.32273981378765,41.73364749394761],[-72.32265181376017,41.733669493954636],[-72.32221981362785,41.73382249399791],[-72.32194181353904,41.73385549401308],[-72.32182381349843,41.73381749400945],[-72.32150581338253,41.73360149397766],[-72.32120881327432,41.733400493948096],[-72.32093081317036,41.73316449391118],[-72.32088681315045,41.73306549389338],[-72.32090081315194,41.73301049388229],[-72.3208788131435,41.73298849387872],[-72.32079881309923,41.73266549381867],[-72.32081281309887,41.7325774938012],[-72.32075481306913,41.73238549376585],[-72.32061481301602,41.732253493744714],[-72.32054881299361,41.732237493743675],[-72.31969181271432,41.73224249377169],[-72.3194358126271,41.732176493767],[-72.31912081251328,41.731979493738784],[-72.31904781248822,41.73195749373683],[-72.31890881244131,41.73192949373579],[-72.31868481236953,41.73195249374732],[-72.31839581227706,41.73198449376263],[-72.31827881224046,41.73201249377175],[-72.31816881220425,41.732006493774065],[-72.3179048121129,41.73191349376438],[-72.31779481207055,41.731798493745586],[-72.31766281201325,41.73154549370076],[-72.31745781193743,41.73138649367642],[-72.31743381192916,41.73137849367562],[-72.31734081189715,41.73134849367275],[-72.31712781182829,41.7313594936816],[-72.31703981180293,41.731419493696016],[-72.31699681179478,41.7315234937175],[-72.3167998117448,41.731777493772924],[-72.31674681173146,41.731847493788145],[-72.31660081169125,41.731979493818336],[-72.31625681157318,41.731875493809056],[-72.31601481148833,41.73177049379633],[-72.31599081147984,41.73175849379478],[-72.31567081136627,41.7315954937733],[-72.31526281121546,41.731280493725166],[-72.31520881119549,41.73123849371874],[-72.31505481114064,41.7311564937077],[-72.31466681101065,41.731095493708146],[-72.31441081092686,41.73109049371526],[-72.31349481062371,41.73101349372923],[-72.31334881057698,41.73102949373694],[-72.31296781045367,41.73104649375227],[-72.31276981039156,41.73109049376704],[-72.31248981030399,41.73115749378885],[-72.3119798101546,41.73145949386343],[-72.3116048100439,41.73166649391537],[-72.31128880994206,41.73168849392961],[-72.31100480984514,41.73161249392385],[-72.31090880981091,41.73156049391681],[-72.31056880968971,41.7313774938921],[-72.30989780943955,41.73082149380555],[-72.30969580936399,41.730649493778614],[-72.30936680924086,41.73036849373455],[-72.30916280916786,41.7302534937187],[-72.30881680904412,41.73006049369225],[-72.30809880878911,41.72969049364323],[-72.30747280856427,41.729323493591885],[-72.30740780854161,41.7292974935889],[-72.30709280843193,41.729174493575016],[-72.30698380838925,41.72904749355385],[-72.30687680835373,41.729036493555085],[-72.30682480833632,41.72902849355517],[-72.3067738083195,41.72902549355621],[-72.30655580824711,41.72900249355863],[-72.30618080811988,41.728915493553615],[-72.3056288079326,41.72878749354621],[-72.30511580775618,41.72862549353102],[-72.30392680734722,41.72825049349587],[-72.30277780694362,41.72773849343292],[-72.30256580687285,41.72770949343399],[-72.30249980684974,41.72768149343066],[-72.3023828068054,41.72757149341303],[-72.3021338067069,41.7272644933614],[-72.30196580662903,41.7268534932871],[-72.30166580650216,41.72633749319659],[-72.30112380628832,41.725678493086],[-72.3010988062787,41.725652493081746],[-72.30101380624599,41.72556349306719],[-72.30085980619081,41.72547549305499],[-72.30047880605572,41.72528349302982],[-72.30029580599232,41.72521749302279],[-72.30022280596883,41.725223493026256],[-72.30002480590728,41.72527749304297],[-72.29950380574859,41.72547749309815],[-72.29921180565967,41.725590493129246],[-72.29828880538449,41.72605149324766],[-72.29802480530455,41.726161493277296],[-72.29779780523324,41.72621049329395],[-72.29741680511296,41.7262814933197],[-72.29725580505952,41.72626549332167],[-72.29724380505537,41.7262614933213],[-72.29718980503704,41.72624849332047],[-72.29688980493854,41.726237493327815],[-72.29666980486246,41.726160493319824],[-72.29643580477969,41.72604549330492],[-72.29583480456232,41.72566649325042],[-72.29525680435036,41.72524949318788],[-72.29494880424123,41.725095493167736],[-72.29461180412609,41.725002493160346],[-72.2939598039118,41.72497449317548],[-72.29348380375687,41.724980493191644],[-72.29308880363016,41.72501849321146],[-72.29235580339228,41.72504049323883],[-72.29210680330979,41.72501849324242],[-72.29142280307818,41.72486749323472],[-72.29096780292798,41.72483549324285],[-72.29034380273254,41.72498049329061],[-72.28979980256229,41.72510849333257],[-72.28926180238795,41.7251294933536],[-72.28800780197567,41.72507249338207],[-72.28793580195213,41.725071493384135],[-72.28729880174365,41.7250594934019],[-72.28670580154957,41.72504849341844],[-72.28596880131263,41.72511049345367],[-72.28573480123474,41.72508249345564],[-72.28539480112455,41.72509549346886],[-72.2847598009188,41.72512049349372],[-72.28459180085844,41.72502149347984],[-72.28426280073388,41.72471449343071],[-72.28419680070678,41.7246154934136],[-72.28391080060148,41.72440149338116],[-72.28366980050404,41.724066493323846],[-72.28363280048366,41.72391849329633],[-72.28363480048132,41.723865493286],[-72.28363980047763,41.72377049326744],[-72.28369180049089,41.723704493253],[-72.28383080053563,41.7236934932465],[-72.28397680058481,41.723721493247325],[-72.28406480061628,41.723770493254044],[-72.28415980065317,41.7238754932714],[-72.28421180067564,41.72397349328874],[-72.28439480073904,41.724039493295756],[-72.28454880078989,41.72405049329304],[-72.28468780083399,41.724028493284415],[-72.28484180087628,41.72388649325203],[-72.28485580087528,41.723787493232415],[-72.2848338008613,41.72366649320966],[-72.28473180082,41.72352349318517],[-72.2845858007502,41.72312849311324],[-72.28447580068507,41.722607493015744],[-72.28438080064728,41.72248649299529],[-72.2842338005926,41.722366492976676],[-72.28404380052876,41.72233349297627],[-72.28388980047882,41.72233849298208],[-72.2838458004672,41.72238749299298],[-72.28380980046197,41.72250349301657],[-72.28386780048517,41.72257949302947],[-72.28390480050498,41.72271749305504],[-72.28386080049893,41.72286549308511],[-72.28377280047482,41.72294749310379],[-72.28341380036416,41.72306249313738],[-72.28284480018331,41.723147493171766],[-72.28282780017794,41.72315049317288],[-72.2825418000834,41.72312849317764],[-72.28244680005085,41.723100493175195],[-72.28238780002577,41.72299649315691],[-72.28239580002439,41.72292549314289],[-72.28249780004593,41.722716493099185],[-72.28253480004908,41.72255749306721],[-72.28262280006612,41.72234949302414],[-72.28257180004083,41.72219549299589],[-72.28246179999383,41.72199749296101],[-72.28232979994954,41.721975492960894],[-72.28220579990695,41.72193749295743],[-72.28178779977306,41.721981492979126],[-72.2815757997039,41.72198149298582],[-72.28148079967444,41.722008492994036],[-72.28128279961105,41.72203049300454],[-72.28109179955275,41.722101493024304],[-72.28061579941345,41.722386493094525],[-72.28053679939302,41.722481493115424],[-72.28043979936807,41.72260049314154],[-72.28029379932936,41.72275949317695],[-72.28005179926365,41.7229954932303],[-72.27972179916864,41.723220493284295],[-72.27933379906578,41.72364349337848],[-72.27919379902376,41.72370849339548],[-72.27899679896011,41.72371949340383],[-72.27893079893735,41.72369749340164],[-72.27882079889379,41.72356049337855],[-72.2787477988478,41.72316549330432],[-72.27861579879362,41.722967493270104],[-72.27851379875389,41.72285249325104],[-72.27843279872869,41.72287449325785],[-72.27830079868997,41.72295149327694],[-72.27820579866632,41.72308249330531],[-72.27817679866797,41.72328049334459],[-72.27821279870037,41.72364849341475],[-72.27819079870672,41.723889493462146],[-72.27812479869135,41.72399949348556],[-72.27807379867595,41.72402149349141],[-72.27802979866065,41.72400449348951],[-72.27778079856712,41.72378549345492],[-72.27738579839976,41.723099493334416],[-72.27735279837857,41.72291349329942],[-72.27734879837598,41.7228904932951],[-72.27715179829448,41.72258349324181],[-72.27690979820751,41.722440493221725],[-72.276807798169,41.72234749320692],[-72.27633879800365,41.72212749317906],[-72.2759577978723,41.72200149316664],[-72.27576379780386,41.721909493154925],[-72.27560579774614,41.72179949313858],[-72.27551079771145,41.72173349312879],[-72.27551779770614,41.721598493102405],[-72.27563479773758,41.72147849307546],[-72.27578979778647,41.72144849306478],[-72.27588079781526,41.72143249305882],[-72.27598079784855,41.72144449305798],[-72.27609279788362,41.72141849304942],[-72.27643079798973,41.72134449302444],[-72.27644079799289,41.721342493023734],[-72.27653579802124,41.721295493011645],[-72.27663479805143,41.721257493001154],[-72.27678179809634,41.721203492986064],[-72.27686479811544,41.721061492955926],[-72.27691879812791,41.7209694929364],[-72.27683779810053,41.72095249293565],[-72.27678879808403,41.72094349293544],[-72.27675979806364,41.72074849289857],[-72.27674779805518,41.720667492883265],[-72.27671279804224,41.72064049287913],[-72.2766997980376,41.72063349287818],[-72.27654679798293,41.72054849286653],[-72.27649679796504,41.72052049286268],[-72.27617879785143,41.72034449283859],[-72.27599579778864,41.7202894928337],[-72.27581979773,41.720267492834985],[-72.27557779765532,41.720343492857324],[-72.27551179763563,41.7203764928658],[-72.2752337975619,41.72067849293306],[-72.27510879752667,41.7207774929562],[-72.27498479748807,41.720810492966486],[-72.27474979741167,41.72081549297487],[-72.27431779728303,41.72103449303089],[-72.27403179719254,41.7210844930496],[-72.27378279711036,41.72106749305415],[-72.27363679706335,41.72107849306089],[-72.27286779681617,41.721144493097874],[-72.27273779677365,41.72114249310158],[-72.27244979667948,41.721138493109876],[-72.27166679641569,41.72098949310565],[-72.27073679609506,41.72068249307545],[-72.27031179595052,41.720577493068475],[-72.26952879567878,41.72028649303673],[-72.26925779558606,41.72020949303033],[-72.26887579545868,41.720160493032886],[-72.26833079526965,41.719960493011286],[-72.26781079508382,41.71967149297165],[-72.26733679491079,41.71934349292302],[-72.26688679474195,41.718950492861005],[-72.26655279460158,41.71839049276299],[-72.2663707945232,41.71805149270303],[-72.26627779448776,41.71796049268832],[-72.2661827944542,41.7179144926824],[-72.26602179439645,41.71782149266943],[-72.26537779417559,41.7176294926525],[-72.26485079400086,41.71757949265938],[-72.26393479371124,41.717743492720004],[-72.2633117935252,41.7180504927991],[-72.26304779345631,41.71835749286691],[-72.26294579342645,41.718418492881945],[-72.26284979340528,41.718599492920035],[-72.26265979335344,41.718780492961095],[-72.26221979321875,41.71893849300557],[-72.26214479319763,41.718998493019555],[-72.26151779302153,41.71950549313754],[-72.26108979291732,41.720137493273505],[-72.26055579277389,41.720686493396684],[-72.26004679263542,41.721178493508056],[-72.25958679251939,41.72178549364016],[-72.25940079246884,41.721966493681094],[-72.2591787924085,41.72218249372993],[-72.2590337923643,41.72223749374515],[-72.25883679230424,41.72231249376589],[-72.25841379216565,41.722302493777256],[-72.25820679209724,41.722286493780665],[-72.25696479168688,41.72219449380193],[-72.25625379144668,41.72204749379582],[-72.25589079132044,41.721908493780305],[-72.25561879121815,41.72166649374194],[-72.25526879109438,41.72149549371982],[-72.25468279089557,41.72135949371191],[-72.25449079082945,41.72129749370592],[-72.25408279068894,41.72116549369317],[-72.25354679050561,41.721014493680784],[-72.25335179044131,41.72100249368459],[-72.25322979040286,41.72102649369309],[-72.25304579034425,41.72105149370371],[-72.25273579025178,41.721206493743516],[-72.2526857902441,41.72136049377491],[-72.25268479025806,41.72161549382438],[-72.2526847902588,41.72162849382689],[-72.2527047902822,41.72192949388459],[-72.25265479027355,41.722066493912706],[-72.25251279023186,41.72214949393327],[-72.25244679021343,41.72220449394601],[-72.25203679008796,41.722352493987586],[-72.25120878982055,41.72240149402311],[-72.251069789777,41.7224334940337],[-72.25085678971402,41.72254949406288],[-72.25039578957262,41.72271049410857],[-72.24999978945128,41.72285049414817],[-72.24993078942988,41.722870494154215],[-72.24976978938106,41.72293649417206],[-72.2495207893075,41.723073494206446],[-72.2492787892338,41.72316749423227],[-72.24918378920432,41.723194494240495],[-72.24914778919045,41.72315649423427],[-72.24907378916411,41.723117494229044],[-72.24905178915269,41.723041494214996],[-72.24893478911109,41.72298049420684],[-72.24864178901062,41.7228934941992],[-72.24862578900557,41.7228964942003],[-72.24845878895306,41.722931494212325],[-72.24820978887858,41.7230524942436],[-72.24809278883946,41.72303549424398],[-72.24804078881483,41.72289849421908],[-72.24796078878384,41.722811494204734],[-72.24798978878557,41.72267349417708],[-72.24818678883662,41.722437494125145],[-72.24836278888574,41.72228949409093],[-72.24847978891468,41.72212449405529],[-72.24847978890426,41.72193849401923],[-72.2483767888636,41.72181249399806],[-72.24829678883654,41.721795493997284],[-72.24809878877316,41.721817494007766],[-72.24781378868731,41.72194449404134],[-72.24754978861438,41.72218049409538],[-72.24750678860356,41.722237494107766],[-72.24735278856485,41.72244349415253],[-72.24714078851845,41.7228494942379],[-72.24679078840636,41.722887494256256],[-72.24659678834432,41.722909494266624],[-72.2463447882376,41.72247249418987],[-72.2461157881299,41.72188349408292],[-72.24549578786834,41.72082549389737],[-72.24528578778127,41.72049449383982],[-72.2451827877269,41.72012349377118],[-72.24511078768788,41.71984649371974],[-72.24503978764953,41.71957549366945],[-72.2447907875213,41.71873649351469],[-72.24473178749096,41.71853849347815],[-72.24467278746057,41.718339493441434],[-72.24459678742149,41.7180844933944],[-72.24444278734053,41.71753649329303],[-72.24437178730624,41.717337493256686],[-72.24432878728527,41.71721349323401],[-72.24431178727635,41.71715349322293],[-72.2442467872427,41.71693149318194],[-72.24392578713154,41.71681649316973],[-72.2435407870004,41.716717493162655],[-72.24320978688685,41.716618493153874],[-72.24290178677921,41.716490493138735],[-72.24281478674881,41.716454493134506],[-72.24229378655654,41.716056493073744],[-72.24219778652069,41.71597549306106],[-72.24185778639387,41.7156914930167],[-72.24137978621697,41.71531749295923],[-72.24023078579845,41.71453749284415],[-72.23955978556059,41.714199492799715],[-72.23957578556544,41.71419249279786],[-72.23968278559754,41.714142492784816],[-72.23978978562971,41.71409349277194],[-72.23990478566424,41.71404049275806],[-72.2400067856969,41.71402949275273],[-72.24006578571246,41.71396349273807],[-72.2400067856828,41.71377749270387],[-72.24000678567664,41.71366749268255],[-72.24010178570457,41.713612492668894],[-72.24032178577907,41.71366149267148],[-72.2404687858286,41.7136894926723],[-72.24057078585722,41.713606492653],[-72.24061478586515,41.71349149262932],[-72.24076878591019,41.713398492606444],[-72.2408857859474,41.71338149259949],[-72.24099578598513,41.71341449260242],[-72.24112678603342,41.71351349261748],[-72.24119278605646,41.71354049262067],[-72.2412737860789,41.71346949260434],[-72.24136878609853,41.713266492562],[-72.24147078612874,41.713211492548126],[-72.24157378616079,41.713183492539464],[-72.24167678619902,41.71326649255231],[-72.24163978619339,41.713381492575785],[-72.24162478619495,41.713496492598544],[-72.24167678621409,41.71353549260446],[-72.24185978627159,41.71349649259113],[-72.24221078637228,41.71324949253224],[-72.24247478645076,41.713112492497395],[-72.24266478651087,41.713079492485015],[-72.24281078656034,41.713112492486836],[-72.24286278658158,41.713188492499924],[-72.24284778658098,41.71326549251532],[-72.24271678654716,41.71342449255025],[-72.24256978650878,41.71359549258801],[-72.24252578650176,41.7137264926148],[-72.24254778651661,41.713863492640655],[-72.2426657865616,41.71397949265944],[-72.24286378663292,41.714099492676475],[-72.24300978668026,41.714094492670924],[-72.24319978673334,41.71393549263412],[-72.24330978676494,41.71385849261574],[-72.24344178680826,41.71386349261255],[-72.24351478683576,41.71392949262307],[-72.24356678686043,41.71406649264799],[-72.24371278692155,41.71430749269012],[-72.24382278696208,41.71439049270274],[-72.24401378702619,41.71442249270294],[-72.24413078706252,41.71438949269287],[-72.24433578712019,41.71422549265463],[-72.244379787133,41.71419749264781],[-72.24462078720792,41.714131492627445],[-72.24472378723817,41.714071492612575],[-72.24481878726363,41.7139724925904],[-72.24492478729472,41.713910492575046],[-72.24496578730675,41.71388649256912],[-72.2449377872933,41.71380949255506],[-72.2447527872301,41.71375849255099],[-72.24439378710038,41.71353349251866],[-72.24417378702218,41.7134184925033],[-72.24386578690907,41.71319349246936],[-72.24371978685438,41.713067492449525],[-72.24360178680857,41.712936492427836],[-72.24347778674874,41.712590492364676],[-72.24326478666083,41.71226149230758],[-72.2432937866626,41.71212449228012],[-72.24335278667756,41.71204749226333],[-72.24362378676042,41.711948492235635],[-72.2444797870338,41.71184349218835],[-72.24466278708981,41.711777492169816],[-72.24483678713398,41.71155249212073],[-72.2448827871456,41.71149249210765],[-72.24489678714401,41.711382492085896],[-72.24485978712337,41.711229492057385],[-72.24465478704515,41.71102649202448],[-72.24458878701589,41.7108884919998],[-72.24461778702047,41.71080149198202],[-72.24472778705514,41.710779491974314],[-72.2448597871012,41.71083349198064],[-72.24507978718592,41.711064492018494],[-72.24523378724075,41.71114649202954],[-72.24535078727926,41.71115249202702],[-72.24551878733065,41.71109149200993],[-72.24570178738296,41.71095949197858],[-72.24572378738554,41.71087749196199],[-72.24568778737044,41.71081749195149],[-72.24554078732001,41.7107734919476],[-72.24550478730548,41.71072349193902],[-72.24552578730959,41.71067449192887],[-72.24571678736731,41.710592491906965],[-72.2458407874016,41.710482491881734],[-72.24592878740695,41.71006549179814],[-72.24601578742705,41.70991749176671],[-72.24615478745795,41.70965949171233],[-72.24640378750688,41.709082491592646],[-72.24649078750672,41.70857249149105],[-72.24657178751656,41.7082764914311],[-72.24665878754152,41.70821549141656],[-72.24676878757775,41.70822149141426],[-72.24692978763575,41.70831949142817],[-72.2473117877859,41.708775491504575],[-72.24740678781963,41.70882449151109],[-72.24758978787962,41.70882949150631],[-72.24767778790525,41.70877449149288],[-72.24769178790248,41.70864349146704],[-72.24769978789858,41.70852749144432],[-72.24780878792771,41.708412491418564],[-72.24783078793213,41.70836349140838],[-72.2477717879055,41.70823149138466],[-72.24780878790773,41.70805549134938],[-72.24780878790408,41.70799049133678],[-72.24759578783151,41.70793549133281],[-72.24745678778282,41.70787549132554],[-72.2474277877678,41.70777649130726],[-72.24755878779028,41.70741449123296],[-72.2475447877786,41.70728749120878],[-72.24733878769466,41.7069884911573],[-72.24730278768,41.706936491148326],[-72.24720678764565,41.70688249114088],[-72.24677478750071,41.7068104911405],[-72.24609378727492,41.70674549114932],[-72.24608878727328,41.70674549114947],[-72.24570578714957,41.70676749116578],[-72.2453477870368,41.70683949119099],[-72.24519378699033,41.7069064912088],[-72.24516278697998,41.70690249120901],[-72.24499578692445,41.70688349121058],[-72.24490778689233,41.706822491201535],[-72.24476878684361,41.70676249119426],[-72.24432978670163,41.706784491212325],[-72.24422678666558,41.706740491207036],[-72.24402178658735,41.70653749117412],[-72.24402178658275,41.70645549115822],[-72.24403578658485,41.706411491149254],[-72.2440287865623,41.706049491079284],[-72.24397678653645,41.70589049105009],[-72.24402078654249,41.70574249102002],[-72.24406478655378,41.70568749100796],[-72.24433578663972,41.70564349099092],[-72.24439478665556,41.70558249097724],[-72.24442378666318,41.70554949096993],[-72.24443778666316,41.70546749095359],[-72.24429178660723,41.70531949092949],[-72.2442847865989,41.705211490908766],[-72.24428378659697,41.70518249090319],[-72.24437978662368,41.70510049088427],[-72.24451878666719,41.70506749087349],[-72.24491378680247,41.70518249088339],[-72.24511178686706,41.705182490877164],[-72.24519178688973,41.70512149086281],[-72.24528678691212,41.704967490829965],[-72.24528478690532,41.70485749080869],[-72.24527978688374,41.70450149073984],[-72.2453237868938,41.70442449072351],[-72.24574078701107,41.70408949064546],[-72.24576278701625,41.70405349063779],[-72.24585778703884,41.703903490605725],[-72.24598178706943,41.703727490567694],[-72.24622378714962,41.70374949056437],[-72.24654578726015,41.70384749057323],[-72.24703678743413,41.7040944906057],[-72.24724878750543,41.7041324906064],[-72.24744678756912,41.70411649059707],[-72.24856178792277,41.703936490527106],[-72.2489177880357,41.703879490504875],[-72.24952578823067,41.70381949047411],[-72.24957678824691,41.70381249047115],[-72.25000478838328,41.70375449044646],[-72.25026078846501,41.7037224904322],[-72.25077378862373,41.70356849038621],[-72.25083978864315,41.70353049037679],[-72.25111878872859,41.70343149034881],[-72.25124978876579,41.7033324903255],[-72.25140378879917,41.70303149026229],[-72.25141178878796,41.70278449021415],[-72.2513687887469,41.70230149012186],[-72.2513837887355,41.702010490064964],[-72.25147178874606,41.701686489999375],[-72.25144278872557,41.70148948996209],[-72.25135478868243,41.70123148991482],[-72.25109178857541,41.700852489849616],[-72.25080578847104,41.70065448982022],[-72.25062378839141,41.70029248975574],[-72.25047778833428,41.70012248972736],[-72.25023578824427,41.69992448969657],[-72.25004578816755,41.69966148965156],[-72.25011178818168,41.699529489623885],[-72.25016778818922,41.699337489584885],[-72.25035178824419,41.69924748956166],[-72.25066078833655,41.69909648952265],[-72.25126078853076,41.69906948949858],[-72.25158278863613,41.69907548948961],[-72.25180978870982,41.6990694894813],[-72.25200778877536,41.69908648947839],[-72.2524097889145,41.69922948949346],[-72.2528857890888,41.69956948954442],[-72.25306878915801,41.69973948957164],[-72.25332478925937,41.70005848962545],[-72.25343378930074,41.700162489642175],[-72.25360278936164,41.70026548965684],[-72.25384378944983,41.700436489682424],[-72.25409278953504,41.70050748968836],[-72.25426878959216,41.70050248968186],[-72.25481378977088,41.70051948966801],[-72.25485478978432,41.70052048966691],[-72.255374789953,41.70050348964726],[-72.25579879008731,41.70043248962017],[-72.25617279020102,41.70028448957971],[-72.25644379027653,41.70005448952659],[-72.25656079031071,41.69998348950914],[-72.256692790351,41.69993348949531],[-72.25698679044662,41.69992848948509],[-72.25727879054156,41.69992348947494],[-72.25754979062718,41.699873489456714],[-72.25772479067999,41.69979748943646],[-72.25787179071932,41.699643489402],[-72.25794479073944,41.69957748938689],[-72.25804779075585,41.69927048932413],[-72.25811379075559,41.69888148924662],[-72.2582897907976,41.69860648918777],[-72.25842179083176,41.69844748915279],[-72.25873679093115,41.698387489131235],[-72.25902979102487,41.69835448911564],[-72.25932979112396,41.69837648911046],[-72.26016479140921,41.6986064891288],[-72.2607287915958,41.69865348912016],[-72.26075479160326,41.69863548911586],[-72.26093579165516,41.69850748908535],[-72.26103879167049,41.69818148901891],[-72.26100579163531,41.69774548893539],[-72.26099979161067,41.69734048885705],[-72.2609707915834,41.697022488796286],[-72.26090579155147,41.69683048876111],[-72.26088379153626,41.69668748873407],[-72.26092779154665,41.69661648871893],[-72.26102279157395,41.69655048870314],[-72.26143279170029,41.696418488664634],[-72.26150579172075,41.696358488650716],[-72.26163779175461,41.69619448861475],[-72.26168179176184,41.69606748858874],[-72.26167479175312,41.69595248856666],[-72.26163079173296,41.69584848854788],[-72.2615647917074,41.695776488536005],[-72.26133879162722,41.6956614885208],[-72.26128679160568,41.69557948850654],[-72.26127979159081,41.69535448846314],[-72.26146379163822,41.69512948841371],[-72.26171279171793,41.69510248840064],[-72.261771791735,41.69506348839122],[-72.26180079174014,41.694986488375385],[-72.2619477917832,41.694899488353876],[-72.26204379181083,41.69483348833808],[-72.26213879183312,41.694678488305016],[-72.26204379179694,41.69458548828996],[-72.26225679185595,41.694398488247],[-72.26234579187792,41.69427248821979],[-72.26233879186798,41.694135488193425],[-72.26231679185464,41.69402548817277],[-72.2623527918596,41.693904488148185],[-72.26258779192455,41.69369548810027],[-72.26269879195739,41.69363548808514],[-72.26315979210008,41.69349848804408],[-72.26325379212952,41.69347648803685],[-72.26337979216882,41.69344448802669],[-72.26351879220894,41.69335148800428],[-72.2635627922187,41.69326948798698],[-72.26356279220057,41.69294548792415],[-72.26349679217138,41.69280848789968],[-72.26348979216046,41.69265448787001],[-72.26368079220127,41.692270487789536],[-72.26393679226081,41.69184248769849],[-72.26401079228158,41.69178248768451],[-72.2643107923742,41.69168948765705],[-72.26438379239494,41.69163448764409],[-72.26446479241986,41.69160748763629],[-72.26461779246915,41.691596487629354],[-72.2649037925655,41.69165148763103],[-72.26518179265584,41.69164548762112],[-72.26524779267585,41.69161848761381],[-72.26533579269407,41.691431487574775],[-72.26540879271637,41.69140448756724],[-72.2655777927718,41.691409487562886],[-72.26565779279484,41.6913554875499],[-72.26567979280019,41.69132248754282],[-72.26565779277608,41.69102048748493],[-72.2656727927779,41.6909654874738],[-72.26576079280292,41.69089948745823],[-72.26604679289352,41.69085148743993],[-72.26626479295906,41.690752487413874],[-72.26649979303174,41.69068148739271],[-72.26656479305295,41.690681487390655],[-72.2667477931172,41.6907634874008],[-72.2671287932608,41.691108487455736],[-72.26730379332376,41.691213487470584],[-72.26752379340161,41.69132248748481],[-72.26758279342427,41.69138348749478],[-72.26758279343042,41.69149348751612],[-72.26748679341384,41.691756487570146],[-72.26749379342381,41.6918934875965],[-72.26766979348825,41.69201948761539],[-72.26793279358264,41.69217348763697],[-72.26818979367113,41.69225648764498],[-72.26826279370013,41.69234948766073],[-72.2682187936938,41.69249248768985],[-72.26813079367031,41.692585487710666],[-72.26812279367446,41.69270648773437],[-72.26815279368728,41.69276048774388],[-72.26819579370253,41.692782487746804],[-72.26829179373262,41.69276048773951],[-72.26882579388656,41.69239948765272],[-72.2690447939343,41.691976487563785],[-72.269088793937,41.69176848752207],[-72.26921379396518,41.69154348747451],[-72.26937479401366,41.69147148745547],[-72.26990979418206,41.69136248741751],[-72.27012179424968,41.6913354874056],[-72.2705897944026,41.691340487391834],[-72.27070779444233,41.691362487392404],[-72.27082479448602,41.691461487407906],[-72.2708977945181,41.69160948743431],[-72.27094879454953,41.69187348748392],[-72.27111679460981,41.69197148749763],[-72.27165179478956,41.69206548749902],[-72.27170979481001,41.69209248750245],[-72.27170979481554,41.69219148752164],[-72.27184079486902,41.69238348755476],[-72.27200879492874,41.69247148756653],[-72.27212579496786,41.69248848756616],[-72.27219179498815,41.6924664875598],[-72.27226479500854,41.69240548754568],[-72.27266079514112,41.692466487545026],[-72.2728727952084,41.69243348753197],[-72.27300479525147,41.692433487527815],[-72.27314379530014,41.692493487535074],[-72.27320879532662,41.69258748755126],[-72.27325279535079,41.69276248758382],[-72.27331879537846,41.692872487603076],[-72.27359679547284,41.692938487607115],[-72.27374379551927,41.692911487597264],[-72.27387479555857,41.69285048758131],[-72.27403679560128,41.69266948754111],[-72.27430779568662,41.69261548752211],[-72.27425579566379,41.69251048750339],[-72.2742997956751,41.69245648749153],[-72.27420479563119,41.69222548744973],[-72.27409579558612,41.692055487420184],[-72.27403679555304,41.69180848737414],[-72.27410279556963,41.69172048735499],[-72.27427179561954,41.691627487331644],[-72.27435979564304,41.69153448731084],[-72.27457179570422,41.69139248727662],[-72.27460879570643,41.69121648724132],[-72.27457879568837,41.69106848721357],[-72.27463079569765,41.690931487185374],[-72.2747627957272,41.69069048713447],[-72.27475479572028,41.69061348711978],[-72.27455079563559,41.69028948706338],[-72.27422879551523,41.690015487020375],[-72.27405279545168,41.68990548700458],[-72.27370879531763,41.68951548693977],[-72.27360679527513,41.689350486910975],[-72.2733867951951,41.6892024868892],[-72.27313079510576,41.68909848687708],[-72.2729627950494,41.68907048687694],[-72.27283079500116,41.68897748686306],[-72.27276479497532,41.688900486850194],[-72.27244279486139,41.688741486829485],[-72.27215779476201,41.68862648681616],[-72.27190679466777,41.68840548678119],[-72.27189479466331,41.688395486779626],[-72.27180679463001,41.6883134867665],[-72.27166779457605,41.68815948674099],[-72.27154379452115,41.68790148669487],[-72.27110479435648,41.687517486634206],[-72.27092179428482,41.68730348659845],[-72.27075379420695,41.68689148652383],[-72.27044579408468,41.68650148645787],[-72.27038279406088,41.68644348644861],[-72.2701457939715,41.68622748641417],[-72.26988979387725,41.686035486384974],[-72.26953879375294,41.68585948636188],[-72.2693927936973,41.68571648633874],[-72.26921679361567,41.685283486260296],[-72.26925379361698,41.685091486221886],[-72.26937879365038,41.68495948619234],[-72.26956879370432,41.68481648615863],[-72.26959879371014,41.68474548614392],[-72.26946679365633,41.68455348611084],[-72.2694227936263,41.684273486057904],[-72.26935679359863,41.68416348603864],[-72.26900579347156,41.68393848600605],[-72.26884479341139,41.68380148598453],[-72.26876479338071,41.68371948597113],[-72.26871379335053,41.683477485925806],[-72.26873579332883,41.682961485825025],[-72.26854579323003,41.682303485703365],[-72.26834879314978,41.68201748565409],[-72.26801179302578,41.681765485615784],[-72.26785879296327,41.681540485576974],[-72.26785179294258,41.68121148551336],[-72.26790979294339,41.680887485448686],[-72.26788079292591,41.680744485421855],[-72.26783679290726,41.680667485408314],[-72.26767579284646,41.68051948538465],[-72.26761779281892,41.68036548535661],[-72.2676177928182,41.68035248535409],[-72.26761779280208,41.68006448529821],[-72.26766179280473,41.67985548525629],[-72.26761879277663,41.679603485208744],[-72.26762579276938,41.679433485175544],[-72.26765479277358,41.67933948515641],[-72.26758979274075,41.6791314851181],[-72.26748679269888,41.67898348509263],[-72.26736279265194,41.67886748507402],[-72.26732679263007,41.67868648504005],[-72.26742179264477,41.6783954849806],[-72.2674147926336,41.67823648494998],[-72.26739279262307,41.67817648493902],[-72.26725379257097,41.67805548491992],[-72.26722679256164,41.67804648491903],[-72.26716979254206,41.678028484917334],[-72.26712779252713,41.678006484914384],[-72.26712379252577,41.67800548491431],[-72.26708179251179,41.67800048491466],[-72.2669977924829,41.67797348491207],[-72.26668979237779,41.67789048490565],[-72.2665727923369,41.677841484899815],[-72.26642679228162,41.677704484877836],[-72.26630279223319,41.67756148485399],[-72.26624379220819,41.67745848483587],[-72.266141792165,41.67728148480474],[-72.26614879215013,41.67697448474496],[-72.26622979216422,41.676754484699735],[-72.26635479220006,41.67666648467872],[-72.26696979238626,41.67640948460952],[-72.26747479252329,41.67591548449781],[-72.26752579253042,41.67574548446322],[-72.26748979251069,41.6756024844366],[-72.26720479238155,41.67495548432004],[-72.26705479231926,41.674716484278385],[-72.2670217923056,41.67466448426933],[-72.26702179230223,41.67460448425769],[-72.26705879230965,41.674521484240415],[-72.26716179231623,41.67403848414347],[-72.26727879234582,41.67388548411011],[-72.26750379240845,41.67369348406579],[-72.26770379246416,41.67352348402651],[-72.26782579249713,41.673401483998994],[-72.26798179253949,41.673249483964604],[-72.26812079257286,41.67303548391871],[-72.26812779257021,41.67294748390142],[-72.26804079253357,41.67279948387544],[-72.26805479253349,41.672716483858885],[-72.26830479259785,41.67240948379146],[-72.26835179260875,41.67233048377466],[-72.26842179262525,41.67221748375053],[-72.26836279259108,41.671950483700584],[-72.26835679258755,41.67192248369533],[-72.26836879258275,41.6717664836647],[-72.26837279258164,41.67172348365622],[-72.26838879257573,41.67152448361711],[-72.26839579257293,41.671433483599216],[-72.26840579256874,41.67130048357311],[-72.26840679256846,41.67128948357093],[-72.26841879256432,41.67114548354264],[-72.2684757925834,41.67115448354258],[-72.26853479260316,41.671163483542465],[-72.26858479261989,41.67117148354245],[-72.26879279268951,41.67120348354212],[-72.26888379271999,41.67121748354198],[-72.2690007927592,41.671236483541975],[-72.26914979280913,41.67126048354194],[-72.26949879292432,41.67128548353583],[-72.27036279320954,41.671347483520684],[-72.27099979341979,41.67139248350939],[-72.27150079358518,41.67142848350062],[-72.27209879378275,41.671474483490734],[-72.2723227938568,41.67149248348719],[-72.27254779393112,41.6715094834834],[-72.27866979595397,41.671983483382796],[-72.28628779812729,41.66643148206581],[-72.28634179814252,41.66638948205597],[-72.29051179932985,41.66331048132726],[-72.29059279935319,41.66325548131403],[-72.29062779936297,41.663226481307305],[-72.29067379937635,41.66319748130022],[-72.29204079977332,41.66232648108817],[-72.29249479990045,41.6619534810015],[-72.29261779993804,41.6619084809889],[-72.29303180006478,41.66176148094735],[-72.29362480023345,41.66132048084308],[-72.29399380032913,41.66088048074609],[-72.29430680041673,41.66062248068616],[-72.29465480051424,41.66033748061991],[-72.29486380057286,41.66016748058034],[-72.29771880139191,41.658170480102896],[-72.29963180194075,41.656833479783195],[-72.30323880297365,41.65427847917373],[-72.30364380308957,41.65399047910508],[-72.30904580474706,41.652140478575895],[-72.33007081119857,41.64496147651997],[-72.33081381142647,41.64470647644704],[-72.33163881168083,41.644446476370575],[-72.33217781184703,41.64427747632077],[-72.3342268124773,41.643606476125925]]]},"properties":{"name":8601,"geoid":"09013860100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.30974481542165,41.83778051450055],[-72.30982981543004,41.83743851443182],[-72.3099848154456,41.83681851430714],[-72.31007181545097,41.83641151422575],[-72.31014581545568,41.836067514156966],[-72.31016581545663,41.8359685141372],[-72.31022881546055,41.83567451407842],[-72.31023681546121,41.835639514071396],[-72.31023381545789,41.83559851406358],[-72.31022981545529,41.835575514059244],[-72.31023081545476,41.83556051405633],[-72.3102198154436,41.8354265140308],[-72.31018681540755,41.83497951394547],[-72.31018381540389,41.83493251393649],[-72.31012581538022,41.8348485139221],[-72.30979781524627,41.83437351384072],[-72.30922281502454,41.83377251374279],[-72.3090928149744,41.83363651372062],[-72.30851281475756,41.83315051364508],[-72.30840781471045,41.832923513604534],[-72.30851381472807,41.832623513543226],[-72.30872981478845,41.832443513501616],[-72.30880381480915,41.83238251348751],[-72.30925081493902,41.832098513418494],[-72.30992481512364,41.831471513276036],[-72.3102438152028,41.831029513180546],[-72.3104128152383,41.83068151310797],[-72.31050381525732,41.83049251306858],[-72.31057281524268,41.82983551293946],[-72.31069181526769,41.82959051288834],[-72.31095881534429,41.829403512843776],[-72.31144981549956,41.82931451281105],[-72.31197981566976,41.82926451278462],[-72.31273981592766,41.82943751279401],[-72.31307181603476,41.82941451277907],[-72.31330781610156,41.82923351273664],[-72.31370781620858,41.82881651264341],[-72.31405181628985,41.828267512526445],[-72.31415981630593,41.82792851245755],[-72.3140718162565,41.8275625123896],[-72.31380581615747,41.827346512356264],[-72.31329281598317,41.82722651234932],[-72.3129648158713,41.82714151234327],[-72.31281681581271,41.82695951231279],[-72.31281781580681,41.826849512291496],[-72.31281981579615,41.826649512252786],[-72.31285281579721,41.826477512218496],[-72.3128728157978,41.82637251219759],[-72.3132068158897,41.82606951212848],[-72.31342081593576,41.82564851204037],[-72.31335181589476,41.825321511979354],[-72.31322781582567,41.8248155118855],[-72.31332881582252,41.82417651175882],[-72.31333381582229,41.82414351175229],[-72.31363681588923,41.82357751163334],[-72.3139558159548,41.82289551149146],[-72.31400481594677,41.82247051140779],[-72.31381081585079,41.82189251130221],[-72.31361481576046,41.821426511218355],[-72.31351481571434,41.821188511175535],[-72.31310681555826,41.82078351111016],[-72.3130698155264,41.82043351104369],[-72.31315581554159,41.820205510996914],[-72.31332581557177,41.81975751090495],[-72.31357281560543,41.81892651073653],[-72.31381681566266,41.81852951065209],[-72.31425781578487,41.81814451056375],[-72.31496081597501,41.81744851040699],[-72.31520781604785,41.81731051037251],[-72.31663081646721,41.81651151017308],[-72.31678181650835,41.81636751014047],[-72.31678281649383,41.816104510089616],[-72.31668181638672,41.814792509839236],[-72.31667881636953,41.81450550978383],[-72.31655181631653,41.81430150974843],[-72.31649781629666,41.81426150974242],[-72.31551781593517,41.81352550963114],[-72.31501481575103,41.81317250957882],[-72.31488381567527,41.812588509470075],[-72.31492081564447,41.811829509322195],[-72.31498681561928,41.81100250916024],[-72.31513181561034,41.81000650896313],[-72.31532181563233,41.80929750882006],[-72.31551181567582,41.80896950875066],[-72.31571481573356,41.80881850871506],[-72.31657581599782,41.8085215086304],[-72.31662081600753,41.80843350861198],[-72.31672281602935,41.8082305085695],[-72.31664981599187,41.80798850852503],[-72.31637681589405,41.807834508503895],[-72.31610081579923,41.807750508496376],[-72.31604881576864,41.807509508451425],[-72.31592481567941,41.806646508288516],[-72.31593781565174,41.80608150817887],[-72.31599181565252,41.80578350811955],[-72.31603181565323,41.80556450807595],[-72.31595081561701,41.80539150804507],[-72.31579081555716,41.80525650802403],[-72.31508581531429,41.805030508002616],[-72.31491081525203,41.804939507990554],[-72.31371681482759,41.8043245079094],[-72.31264081444785,41.80381950784577],[-72.31126781396834,41.80326450778189],[-72.31119481394289,41.80323550777858],[-72.3102238136089,41.802933507750865],[-72.31004581354267,41.80278950772867],[-72.30978781344676,41.80258250769679],[-72.30951681333258,41.80212650761719],[-72.30944781327803,41.80155950750974],[-72.30959281329714,41.80105950740849],[-72.30976581332935,41.80062950731986],[-72.31022481345346,41.80017450721739],[-72.3105758135563,41.79996650716607],[-72.31096881367024,41.79971250710454],[-72.31099481367775,41.79969550710044],[-72.31118181373257,41.799585507073246],[-72.31138081379473,41.79953550705728],[-72.31156881385287,41.79947850704032],[-72.31199381399215,41.79948850702882],[-72.3122738140829,41.79947750701784],[-72.31236681411305,41.79947350701414],[-72.31236981411391,41.799471507013656],[-72.3125988141834,41.79937850698843],[-72.31263081419226,41.79935050698201],[-72.31270481421292,41.79928850696767],[-72.3127888142405,41.79929150696561],[-72.31287181426777,41.799294506963555],[-72.31318581437088,41.79930550695575],[-72.31463181484582,41.7993585069203],[-72.31489181493127,41.799368506914035],[-72.315113815004,41.79937350690797],[-72.31531181506853,41.79937150690134],[-72.31570081519537,41.79936950688864],[-72.31590681526193,41.799357506879815],[-72.31610581532631,41.799347506871584],[-72.3164858154479,41.79930450685126],[-72.31667481550846,41.799284506841424],[-72.31714781565856,41.799208506811766],[-72.31761881580744,41.79912250678024],[-72.31775881585172,41.799097506770984],[-72.31799481592608,41.79905050675443],[-72.31809481595755,41.79902950674722],[-72.31839581605246,41.79897050672629],[-72.31839781605304,41.798969506726046],[-72.31849881608483,41.798948506718794],[-72.31930581633857,41.798777506660194],[-72.31989181652287,41.79865450661789],[-72.32070981678089,41.79849550656129],[-72.32125981695548,41.79840850652707],[-72.32174181710913,41.798343506499265],[-72.32199381718952,41.79831050648491],[-72.32236881730937,41.79826550646435],[-72.32256181737144,41.79824950645514],[-72.32308881754153,41.798215506431916],[-72.32389781780309,41.79817150639782],[-72.32453581801057,41.79815850637514],[-72.32477081808722,41.79815750636751],[-72.32511581819976,41.7981565063564],[-72.32609081851898,41.79817450632905],[-72.32819281920882,41.79824150627552],[-72.3285558193275,41.79824550626481],[-72.32897681946436,41.79823550624956],[-72.32898381946661,41.79823550624935],[-72.32939681960002,41.79821050623144],[-72.32972281970453,41.79817750621475],[-72.33138782023552,41.79795750611953],[-72.33164582031786,41.797924506105],[-72.33198482042644,41.79788850608732],[-72.33261682063008,41.79784150605822],[-72.33290882072481,41.79783150604706],[-72.33347882091084,41.79783150602903],[-72.33359382094802,41.797825506024225],[-72.3340008210825,41.79785450601696],[-72.33428382117627,41.797879506012826],[-72.33507382143907,41.79796750600485],[-72.33869282264638,41.798431505980055],[-72.33960282295038,41.79855550597523],[-72.34000982308694,41.798621505975106],[-72.34033082319515,41.79868250597675],[-72.34086182337471,41.79879350598139],[-72.34149482358944,41.79893750598921],[-72.34272882400872,41.799230506006786],[-72.3431058241364,41.79931250601071],[-72.3433108242055,41.799351506011774],[-72.34365682432166,41.79940850601183],[-72.3440788244622,41.79945850600815],[-72.3444168245737,41.7994795060015],[-72.34475582468478,41.799487505992325],[-72.34486482472029,41.79948650598868],[-72.34495182474869,41.79948650598592],[-72.34706682543553,41.799426505907356],[-72.34885082601656,41.79940550584681],[-72.34915882611713,41.79940650583725],[-72.34918782612661,41.79940650583633],[-72.34927382613736,41.79910050577443],[-72.34929182613922,41.79902950576016],[-72.34938382614871,41.79866650568706],[-72.34948882615979,41.79825650560447],[-72.34949082616001,41.79824850560287],[-72.34966282617552,41.797530505458596],[-72.34970382617934,41.797361505424625],[-72.34990682619605,41.796485505248825],[-72.35015382621373,41.795372505025796],[-72.3502158262184,41.79509750497066],[-72.35029282622885,41.79483750491795],[-72.3503548262393,41.79466450488253],[-72.35035782623977,41.794655504880694],[-72.35043682625549,41.794477504843776],[-72.35052482627633,41.79433850481413],[-72.35062682630205,41.79420450478498],[-72.35103382640615,41.79369650467387],[-72.35117182644218,41.79353750463875],[-72.3515968265542,41.79306550453402],[-72.35232082674352,41.7922355043506],[-72.35272682684848,41.79174850424358],[-72.35288082688895,41.791575504205255],[-72.35319682699726,41.79166750421303],[-72.35465182749299,41.7920375042385],[-72.354939827591,41.79210850424313],[-72.35503482762337,41.792132504244755],[-72.35503582762368,41.79213250424473],[-72.355365827736,41.792214504250126],[-72.3553348277152,41.792025504214564],[-72.35512582759226,41.79105750403399],[-72.35508282756166,41.79076450397869],[-72.35508082755433,41.79064650395594],[-72.35509682755294,41.79052950393282],[-72.3551218275546,41.79041450390979],[-72.35520682756616,41.79012850385178],[-72.3553198275867,41.78983950379232],[-72.35546482761168,41.78944450371135],[-72.35553882762616,41.789273503675936],[-72.35562382764434,41.78910450364057],[-72.35573982767208,41.788925503602286],[-72.35593782772114,41.78865050354281],[-72.35641282784096,41.78802850340749],[-72.35669082790947,41.7876355033227],[-72.3568478279473,41.78739850327189],[-72.35699782798267,41.78715850322073],[-72.35715782801901,41.78687750316129],[-72.35721982803024,41.78671850312861],[-72.35731382804428,41.786424503068766],[-72.35739782805389,41.786109503005186],[-72.35743482805573,41.785928502968986],[-72.35745682805306,41.78575450293466],[-72.35748682804403,41.78542150286931],[-72.357495828029,41.78510350280752],[-72.35748882802265,41.785031502793814],[-72.35748482801885,41.78498750278544],[-72.35744782799361,41.78475450274155],[-72.35737282794906,41.78439950267526],[-72.35726382787728,41.78375850255474],[-72.35720682784523,41.783520502510505],[-72.35713582780764,41.783265502463436],[-72.35710282778868,41.78312050243644],[-72.35707682777188,41.78297350240883],[-72.35706082775789,41.78281850237937],[-72.35705582774739,41.78266150234914],[-72.35706382774073,41.78249750231718],[-72.35708482773832,41.782333502284786],[-72.3571448277432,41.7820735022326],[-72.35715782774253,41.78198650221537],[-72.35717782773408,41.78172150216347],[-72.35717782772753,41.78160550214104],[-72.35716882771632,41.781459502113094],[-72.3571568277009,41.78125550207401],[-72.35709782765078,41.78070950197027],[-72.35708182762735,41.78038750190849],[-72.3570068276022,41.780375501908544],[-72.35683982754557,41.78033750190648],[-72.35615482731332,41.78018250189819],[-72.35611982730126,41.78017150189717],[-72.3559458272416,41.78012050189281],[-72.35588382722031,41.78010150189111],[-72.35595282722981,41.779871501844426],[-72.35603882723895,41.77953650177692],[-72.35607482723735,41.77930050173012],[-72.35604282722116,41.77919850171141],[-72.3559388271814,41.77909550169477],[-72.35573582710991,41.77900250168322],[-72.35549182702505,41.778909501672935],[-72.35529282694762,41.7786885016365],[-72.35518182690326,41.77854450161216],[-72.35518682689808,41.778423501588584],[-72.35527382691815,41.7782765015574],[-72.35544382696396,41.778105501518944],[-72.35563782701946,41.77796750148611],[-72.35568482703299,41.77793550147844],[-72.35600082712276,41.777699501422774],[-72.3564188272425,41.77740550135268],[-72.35681082735303,41.777097501280686],[-72.35697582740323,41.77703350126307],[-72.35712682745461,41.777070501265456],[-72.3573308275264,41.77716350127699],[-72.35782182769255,41.77726850128176],[-72.35816882781312,41.77739850129591],[-72.35823582783503,41.77739950129399],[-72.35830382785734,41.77740150129222],[-72.35849582791602,41.77733150127259],[-72.35879082800352,41.77717650123327],[-72.35890582803205,41.777017501198884],[-72.35897582802636,41.77651250109897],[-72.35906082804924,41.77642650107965],[-72.3593528281388,41.776325501050856],[-72.35959282821014,41.77620250101947],[-72.35969882823495,41.77602950098265],[-72.35975982824615,41.77587550095092],[-72.35983382826775,41.77583050093987],[-72.35995982830904,41.775833500936464],[-72.36020182838948,41.77585950093383],[-72.36029382841728,41.77582050092337],[-72.36035182843054,41.7757205009022],[-72.36025982839014,41.77553650086953],[-72.3600468283043,41.77524750082035],[-72.3600228282923,41.7751735008068],[-72.36003482829125,41.775085500789395],[-72.36012782831864,41.7750335007764],[-72.36034582838779,41.77499850076272],[-72.36032282837414,41.774889500742376],[-72.36024982833958,41.774699500707925],[-72.36016282830613,41.774609500693266],[-72.36016682830285,41.77452850067746],[-72.36011782827917,41.77439250065271],[-72.36004082824783,41.77428250063385],[-72.36018482827672,41.773962500567414],[-72.3603558283245,41.773820500534526],[-72.36039982833682,41.77378450052616],[-72.36049782836822,41.77377450052113],[-72.36087082848766,41.77373450050157],[-72.36105282854389,41.773678500484976],[-72.36157982869858,41.77337350040929],[-72.36214482887412,41.77321750036122],[-72.36258782901727,41.773193500342536],[-72.36302782916705,41.7733035003499],[-72.36330182926035,41.77337250035458],[-72.36344682930711,41.773362500348036],[-72.36387382944709,41.77337450033684],[-72.36393882946896,41.7733865003371],[-72.3639548294744,41.77339050033738],[-72.36404082950185,41.77337950033252],[-72.36444182963336,41.77339150032215],[-72.36532082992623,41.77349950031521],[-72.36585983010511,41.773552500308384],[-72.36612183019012,41.77354450029853],[-72.36626883023372,41.77346750027899],[-72.36632083024679,41.77339850026399],[-72.36651383029529,41.77314250020836],[-72.3668308303751,41.77272450011745],[-72.36702083042358,41.77248550006519],[-72.36709083044308,41.77242650005156],[-72.36701783041909,41.7724235000533],[-72.36699283041088,41.77242250005389],[-72.36675083033136,41.77241250005964],[-72.3667028303153,41.77240550005978],[-72.36660683028325,41.77239250006032],[-72.36625383016604,41.77235650006454],[-72.36591383005201,41.77230150006466],[-72.36572482998798,41.772259500062525],[-72.3656108299491,41.77222950006032],[-72.36553882992457,41.77221150005912],[-72.36432282950578,41.77182050002198],[-72.36405682941513,41.77175250001727],[-72.36363282927302,41.77168550001772],[-72.36266382895089,41.7715795000279],[-72.36165982861718,41.77147050003859],[-72.36145682854924,41.77144050003922],[-72.36141182853422,41.77143450003948],[-72.36128082849001,41.7714085000386],[-72.36115882844807,41.771370500035104],[-72.36104582840842,41.77132150002921],[-72.36093682836919,41.7712565000201],[-72.36089182835259,41.77122250001495],[-72.36083782833272,41.7711825000089],[-72.36074582829812,41.77110149999615],[-72.36073682829462,41.771091499994505],[-72.36066482826679,41.77101449998188],[-72.3605908282375,41.77092349996661],[-72.36056282822615,41.77088449995996],[-72.36050582820293,41.7708024999459],[-72.36042982817101,41.77067649992392],[-72.36018782806521,41.77020149983968],[-72.36017082805833,41.77017749983558],[-72.36012282803887,41.77011049982414],[-72.3600528280118,41.77003549981184],[-72.35998782798754,41.76998149980346],[-72.35997182798154,41.769967499801254],[-72.35986882794454,41.76990749979291],[-72.35975282790388,41.76985749978691],[-72.3594368277948,41.7697514997764],[-72.35923182772537,41.76970649977418],[-72.35902282765494,41.76966649977306],[-72.35877382757018,41.76960449976895],[-72.35847282746774,41.76952949976396],[-72.35799482730405,41.769392499752584],[-72.35781982724339,41.769329499745936],[-72.357647827183,41.769253499736685],[-72.35748182712408,41.769169499725685],[-72.35703282696254,41.76890249968823],[-72.35676582686729,41.768758499668834],[-72.35667382683478,41.768714499663226],[-72.3564418267535,41.76861549965142],[-72.35636082672555,41.76858849964876],[-72.35619282666842,41.76854749964614],[-72.35610682663946,41.76853149964577],[-72.35588182656447,41.76850349964746],[-72.35574282651861,41.768494499650124],[-72.35546082642631,41.76848949965808],[-72.35516782633124,41.76849849966909],[-72.354895826243,41.768507499679444],[-72.35403582596287,41.76851549970822],[-72.35388982591479,41.76850749971128],[-72.35396782593804,41.76846849970128],[-72.35412282598489,41.76840249968362],[-72.35420382600853,41.768353499671555],[-72.35421382601153,41.768348499670275],[-72.3542698260263,41.768286499656504],[-72.35435182604569,41.76815649962875],[-72.35443782606296,41.76796549958908],[-72.35471582612409,41.76744149947889],[-72.35481782614664,41.76725149943889],[-72.35485282615375,41.76717549942308],[-72.35488382616163,41.76713549941435],[-72.35540982632995,41.76707749938648],[-72.35698982683577,41.76690649930339],[-72.35751682700447,41.76684949927569],[-72.35890582744719,41.766664499195926],[-72.36240282856187,41.76620049899544],[-72.36307582877635,41.76611049895672],[-72.36446582921941,41.765926498877114],[-72.36464082927515,41.765902498866915],[-72.36516982944377,41.76583249883662],[-72.36534582949989,41.7658094988266],[-72.36542482952503,41.76579849882198],[-72.36566482960153,41.76576649880819],[-72.36574482962706,41.765756498803725],[-72.36588982967335,41.76573849879564],[-72.36632882981365,41.76568649877168],[-72.36647482986031,41.76566949876378],[-72.36724783010733,41.76557849872169],[-72.36956783084901,41.76530949859617],[-72.37034183109643,41.76521949855423],[-72.37094483128821,41.765132498518305],[-72.37275683186454,41.76487049841021],[-72.37336183205706,41.764784498374404],[-72.37340183206976,41.76477849837198],[-72.37352483210908,41.76476449836539],[-72.37356583212224,41.764760498363316],[-72.37418683232065,41.76468649832932],[-72.37452983243027,41.76464649831072],[-72.37543683272169,41.76456749826669],[-72.37605383291863,41.764490498232256],[-72.37614783294866,41.76447949822716],[-72.37667283311501,41.764392498193665],[-72.37681283315955,41.764372498185374],[-72.37696183320725,41.76435649817757],[-72.37713183326196,41.76434349816967],[-72.37752583338927,41.76432149815292],[-72.3775488333967,41.764320498151996],[-72.3776818334394,41.76430849814547],[-72.3783458336515,41.76422849810895],[-72.37890283382964,41.7641654980791],[-72.37921283392845,41.76412449806137],[-72.37952183402659,41.764077498042475],[-72.3800778342047,41.76401949801363],[-72.38030083427618,41.763997498002304],[-72.3807618344217,41.76391149797107],[-72.38092083447115,41.76386849795771],[-72.3834208352946,41.76400849790557],[-72.3909228377657,41.76443149774964],[-72.39317983850917,41.76455949770285],[-72.3933508385663,41.76458349770206],[-72.39342183859004,41.764593497701746],[-72.39350783861859,41.76460249770076],[-72.39353383862723,41.764605497700515],[-72.39370983868602,41.76462949769958],[-72.39376883870543,41.764632497698294],[-72.39385683873442,41.76463749769646],[-72.39453083895619,41.764671497681675],[-72.39655583962251,41.764773497637194],[-72.39723083984467,41.76480849762257],[-72.39851784026789,41.76486849759335],[-72.4023808415382,41.76504949750585],[-72.40366884196177,41.765110497476805],[-72.40413884211786,41.765159497471366],[-72.40555184258714,41.76530749745518],[-72.4060228427436,41.76535749744992],[-72.40647484289234,41.76538049744002],[-72.40783184333898,41.7654514974107],[-72.40828484348809,41.76547549740097],[-72.40867784361669,41.76548249738984],[-72.4098578440029,41.765505497356855],[-72.41025184413186,41.76551349734589],[-72.41043684424213,41.766395497510665],[-72.41099484457413,41.769044498005414],[-72.4111388446596,41.769724498132355],[-72.41116584468008,41.76993049817135],[-72.41118284469147,41.770033498190735],[-72.41123484472602,41.77034449824925],[-72.41125284473779,41.770448498268784],[-72.41129484476832,41.77074549832492],[-72.41142384486092,41.771637498493355],[-72.41142684486279,41.77165349849637],[-72.41149484490066,41.771930498547775],[-72.4115218449166,41.772056498571295],[-72.41160284496445,41.77243449864183],[-72.41163084498078,41.77256149866552],[-72.41255784554617,41.7772044995341],[-72.41413584650888,41.785108501012466],[-72.4153408472436,41.79113350213909],[-72.41626984781001,41.79577650300715],[-72.41631984783976,41.79601350305138],[-72.41647284793001,41.79672450318396],[-72.4165238479601,41.796961503228125],[-72.41699284822225,41.79888550358513],[-72.41840184900958,41.80465850465612],[-72.41882884924829,41.80640950498096],[-72.41888084927433,41.80656950501021],[-72.41889184927781,41.80656750500949],[-72.41891184928897,41.806649505024694],[-72.41897484932367,41.80689850507082],[-72.41899584933523,41.806981505086185],[-72.41928184955714,41.809246505514785],[-72.4201408502233,41.81604150680039],[-72.4204278504456,41.818306507228854],[-72.42046985046896,41.81847650726035],[-72.4205988505402,41.81898950735537],[-72.42064285056428,41.81916050738698],[-72.42073085061294,41.81951150745201],[-72.42075385062947,41.819670507481995],[-72.4208198506793,41.820168507576106],[-72.42087785072295,41.82060350765829],[-72.42101585083292,41.821746507874686],[-72.42103185084622,41.82188850790162],[-72.42105485086427,41.822074507936826],[-72.42120085097714,41.82322250815394],[-72.4212358510042,41.82349750820594],[-72.42125785105394,41.824246508349916],[-72.421227851054,41.82441950838429],[-72.42124885106549,41.82450150839944],[-72.4214208511589,41.8251575085207],[-72.42145085117431,41.825256508538864],[-72.42152785121365,41.825506508584695],[-72.42088885100847,41.82556550861642],[-72.41825485016278,41.82580950874729],[-72.40843584701028,41.82672250923571],[-72.40516384595979,41.82702750939858],[-72.40389084555227,41.82716750946607],[-72.40223684502288,41.82735050955396],[-72.40189684491408,41.8273885095721],[-72.4015568448052,41.827425509590036],[-72.40007284433014,41.827588509668665],[-72.39880084392304,41.82772950973631],[-72.39816084371981,41.827829509775945],[-72.39624084311026,41.82813050989506],[-72.39560184290747,41.828231509934874],[-72.391697841653,41.82857851012585],[-72.37998683788983,41.829620510698874],[-72.37608383663564,41.82996851088995],[-72.37239383545635,41.83041151109257],[-72.36132483191855,41.83173951170015],[-72.35763583073955,41.83218351190286],[-72.35704083054878,41.83224451193349],[-72.35525582997653,41.83242851202563],[-72.35466182978612,41.83249051205643],[-72.35272782916631,41.83269351215695],[-72.3500008282924,41.8329805122988],[-72.34790382761979,41.83319151240601],[-72.34753682750207,41.83322851242479],[-72.34692582730618,41.833291512456334],[-72.34499282668666,41.83349451255678],[-72.34346382619698,41.83366151263749],[-72.34296782603818,41.83371651266383],[-72.34285582600239,41.83373051267008],[-72.34269482595082,41.83374751267846],[-72.34253082589822,41.83376451268695],[-72.34238182585057,41.83378151269494],[-72.34223482580336,41.83379551270231],[-72.3388768247275,41.83415551287822],[-72.3373478242377,41.834320512958506],[-72.33730082422474,41.83436251296811],[-72.33723382420547,41.83440851297914],[-72.33708182416021,41.83448551299881],[-72.33700082413557,41.83451751300756],[-72.33689382410253,41.83455051301733],[-72.3368868241004,41.83455351301813],[-72.33676882406353,41.834582513027456],[-72.33651082398173,41.834625513043946],[-72.33567182371421,41.834738513092354],[-72.33537082361778,41.83477051310806],[-72.33486082345445,41.83482651313502],[-72.33409982321007,41.83489851317304],[-72.3336548230677,41.83494951319697],[-72.33359482304849,41.834956513200225],[-72.33201482254361,41.83514951328754],[-72.33023282197333,41.83535251338317],[-72.32980482183648,41.83540351340656],[-72.3291798216368,41.83548051344123],[-72.32854482143465,41.83557151347893],[-72.32606282064192,41.83588251361756],[-72.3208288189703,41.836539513910154],[-72.31961281858206,41.83669451397856],[-72.31862081826525,41.8368195140341],[-72.31851481823145,41.83683351404015],[-72.31633581753557,41.83710851416223],[-72.31613981747287,41.83713151417289],[-72.315772817356,41.837183514194535],[-72.31467081700504,41.83733951425953],[-72.31430481688852,41.837392514281355],[-72.31401981679764,41.83743051429771],[-72.31316581652537,41.83754651434713],[-72.31288181643484,41.83758551436366],[-72.31272281638401,41.837604514372366],[-72.31225481623274,41.837631514392385],[-72.3103718156243,41.83774351447358],[-72.30988981546855,41.83777251449442],[-72.30981881544547,41.83777451449706],[-72.30974481542165,41.83778051450055]]]},"properties":{"name":8501,"geoid":"09013850100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.24659678834432,41.722909494266624],[-72.24679078840636,41.722887494256256],[-72.24714078851845,41.7228494942379],[-72.24735278856485,41.72244349415253],[-72.24750678860356,41.722237494107766],[-72.24754978861438,41.72218049409538],[-72.24781378868731,41.72194449404134],[-72.24809878877316,41.721817494007766],[-72.24829678883654,41.721795493997284],[-72.2483767888636,41.72181249399806],[-72.24847978890426,41.72193849401923],[-72.24847978891468,41.72212449405529],[-72.24836278888574,41.72228949409093],[-72.24818678883662,41.722437494125145],[-72.24798978878557,41.72267349417708],[-72.24796078878384,41.722811494204734],[-72.24804078881483,41.72289849421908],[-72.24809278883946,41.72303549424398],[-72.24820978887858,41.7230524942436],[-72.24845878895306,41.722931494212325],[-72.24862578900557,41.7228964942003],[-72.24864178901062,41.7228934941992],[-72.24893478911109,41.72298049420684],[-72.24905178915269,41.723041494214996],[-72.24907378916411,41.723117494229044],[-72.24914778919045,41.72315649423427],[-72.24918378920432,41.723194494240495],[-72.2492787892338,41.72316749423227],[-72.2495207893075,41.723073494206446],[-72.24976978938106,41.72293649417206],[-72.24993078942988,41.722870494154215],[-72.24999978945128,41.72285049414817],[-72.25039578957262,41.72271049410857],[-72.25085678971402,41.72254949406288],[-72.251069789777,41.7224334940337],[-72.25120878982055,41.72240149402311],[-72.25203679008796,41.722352493987586],[-72.25244679021343,41.72220449394601],[-72.25251279023186,41.72214949393327],[-72.25265479027355,41.722066493912706],[-72.2527047902822,41.72192949388459],[-72.2526847902588,41.72162849382689],[-72.25268479025806,41.72161549382438],[-72.2526857902441,41.72136049377491],[-72.25273579025178,41.721206493743516],[-72.25304579034425,41.72105149370371],[-72.25322979040286,41.72102649369309],[-72.25335179044131,41.72100249368459],[-72.25354679050561,41.721014493680784],[-72.25408279068894,41.72116549369317],[-72.25449079082945,41.72129749370592],[-72.25468279089557,41.72135949371191],[-72.25526879109438,41.72149549371982],[-72.25561879121815,41.72166649374194],[-72.25589079132044,41.721908493780305],[-72.25625379144668,41.72204749379582],[-72.25696479168688,41.72219449380193],[-72.25820679209724,41.722286493780665],[-72.25841379216565,41.722302493777256],[-72.25883679230424,41.72231249376589],[-72.2590337923643,41.72223749374515],[-72.2591787924085,41.72218249372993],[-72.25940079246884,41.721966493681094],[-72.25958679251939,41.72178549364016],[-72.26004679263542,41.721178493508056],[-72.26055579277389,41.720686493396684],[-72.26108979291732,41.720137493273505],[-72.26151779302153,41.71950549313754],[-72.26214479319763,41.718998493019555],[-72.26221979321875,41.71893849300557],[-72.26265979335344,41.718780492961095],[-72.26284979340528,41.718599492920035],[-72.26294579342645,41.718418492881945],[-72.26304779345631,41.71835749286691],[-72.2633117935252,41.7180504927991],[-72.26393479371124,41.717743492720004],[-72.26485079400086,41.71757949265938],[-72.26537779417559,41.7176294926525],[-72.26602179439645,41.71782149266943],[-72.2661827944542,41.7179144926824],[-72.26627779448776,41.71796049268832],[-72.2663707945232,41.71805149270303],[-72.26655279460158,41.71839049276299],[-72.26688679474195,41.718950492861005],[-72.26733679491079,41.71934349292302],[-72.26781079508382,41.71967149297165],[-72.26833079526965,41.719960493011286],[-72.26887579545868,41.720160493032886],[-72.26925779558606,41.72020949303033],[-72.26952879567878,41.72028649303673],[-72.27031179595052,41.720577493068475],[-72.27073679609506,41.72068249307545],[-72.27166679641569,41.72098949310565],[-72.27244979667948,41.721138493109876],[-72.27273779677365,41.72114249310158],[-72.27286779681617,41.721144493097874],[-72.27363679706335,41.72107849306089],[-72.27378279711036,41.72106749305415],[-72.27403179719254,41.7210844930496],[-72.27431779728303,41.72103449303089],[-72.27474979741167,41.72081549297487],[-72.27498479748807,41.720810492966486],[-72.27510879752667,41.7207774929562],[-72.2752337975619,41.72067849293306],[-72.27551179763563,41.7203764928658],[-72.27557779765532,41.720343492857324],[-72.27581979773,41.720267492834985],[-72.27599579778864,41.7202894928337],[-72.27617879785143,41.72034449283859],[-72.27649679796504,41.72052049286268],[-72.27654679798293,41.72054849286653],[-72.2766997980376,41.72063349287818],[-72.27671279804224,41.72064049287913],[-72.27674779805518,41.720667492883265],[-72.27675979806364,41.72074849289857],[-72.27678879808403,41.72094349293544],[-72.27683779810053,41.72095249293565],[-72.27691879812791,41.7209694929364],[-72.27686479811544,41.721061492955926],[-72.27678179809634,41.721203492986064],[-72.27663479805143,41.721257493001154],[-72.27653579802124,41.721295493011645],[-72.27644079799289,41.721342493023734],[-72.27643079798973,41.72134449302444],[-72.27609279788362,41.72141849304942],[-72.27598079784855,41.72144449305798],[-72.27588079781526,41.72143249305882],[-72.27578979778647,41.72144849306478],[-72.27563479773758,41.72147849307546],[-72.27551779770614,41.721598493102405],[-72.27551079771145,41.72173349312879],[-72.27560579774614,41.72179949313858],[-72.27576379780386,41.721909493154925],[-72.2759577978723,41.72200149316664],[-72.27633879800365,41.72212749317906],[-72.276807798169,41.72234749320692],[-72.27690979820751,41.722440493221725],[-72.27715179829448,41.72258349324181],[-72.27734879837598,41.7228904932951],[-72.27735279837857,41.72291349329942],[-72.27738579839976,41.723099493334416],[-72.27778079856712,41.72378549345492],[-72.27802979866065,41.72400449348951],[-72.27807379867595,41.72402149349141],[-72.27812479869135,41.72399949348556],[-72.27819079870672,41.723889493462146],[-72.27821279870037,41.72364849341475],[-72.27817679866797,41.72328049334459],[-72.27820579866632,41.72308249330531],[-72.27830079868997,41.72295149327694],[-72.27843279872869,41.72287449325785],[-72.27851379875389,41.72285249325104],[-72.27861579879362,41.722967493270104],[-72.2787477988478,41.72316549330432],[-72.27882079889379,41.72356049337855],[-72.27893079893735,41.72369749340164],[-72.27899679896011,41.72371949340383],[-72.27919379902376,41.72370849339548],[-72.27933379906578,41.72364349337848],[-72.27972179916864,41.723220493284295],[-72.28005179926365,41.7229954932303],[-72.28029379932936,41.72275949317695],[-72.28043979936807,41.72260049314154],[-72.28053679939302,41.722481493115424],[-72.28061579941345,41.722386493094525],[-72.28109179955275,41.722101493024304],[-72.28128279961105,41.72203049300454],[-72.28148079967444,41.722008492994036],[-72.2815757997039,41.72198149298582],[-72.28178779977306,41.721981492979126],[-72.28220579990695,41.72193749295743],[-72.28232979994954,41.721975492960894],[-72.28246179999383,41.72199749296101],[-72.28257180004083,41.72219549299589],[-72.28262280006612,41.72234949302414],[-72.28253480004908,41.72255749306721],[-72.28249780004593,41.722716493099185],[-72.28239580002439,41.72292549314289],[-72.28238780002577,41.72299649315691],[-72.28244680005085,41.723100493175195],[-72.2825418000834,41.72312849317764],[-72.28282780017794,41.72315049317288],[-72.28284480018331,41.723147493171766],[-72.28341380036416,41.72306249313738],[-72.28377280047482,41.72294749310379],[-72.28386080049893,41.72286549308511],[-72.28390480050498,41.72271749305504],[-72.28386780048517,41.72257949302947],[-72.28380980046197,41.72250349301657],[-72.2838458004672,41.72238749299298],[-72.28388980047882,41.72233849298208],[-72.28404380052876,41.72233349297627],[-72.2842338005926,41.722366492976676],[-72.28438080064728,41.72248649299529],[-72.28447580068507,41.722607493015744],[-72.2845858007502,41.72312849311324],[-72.28473180082,41.72352349318517],[-72.2848338008613,41.72366649320966],[-72.28485580087528,41.723787493232415],[-72.28484180087628,41.72388649325203],[-72.28468780083399,41.724028493284415],[-72.28454880078989,41.72405049329304],[-72.28439480073904,41.724039493295756],[-72.28421180067564,41.72397349328874],[-72.28415980065317,41.7238754932714],[-72.28406480061628,41.723770493254044],[-72.28397680058481,41.723721493247325],[-72.28383080053563,41.7236934932465],[-72.28369180049089,41.723704493253],[-72.28363980047763,41.72377049326744],[-72.28363480048132,41.723865493286],[-72.28363280048366,41.72391849329633],[-72.28366980050404,41.724066493323846],[-72.28391080060148,41.72440149338116],[-72.28419680070678,41.7246154934136],[-72.28426280073388,41.72471449343071],[-72.28459180085844,41.72502149347984],[-72.2847598009188,41.72512049349372],[-72.28539480112455,41.72509549346886],[-72.28573480123474,41.72508249345564],[-72.28596880131263,41.72511049345367],[-72.28670580154957,41.72504849341844],[-72.28729880174365,41.7250594934019],[-72.28793580195213,41.725071493384135],[-72.28800780197567,41.72507249338207],[-72.28926180238795,41.7251294933536],[-72.28979980256229,41.72510849333257],[-72.29034380273254,41.72498049329061],[-72.29096780292798,41.72483549324285],[-72.29142280307818,41.72486749323472],[-72.29210680330979,41.72501849324242],[-72.29235580339228,41.72504049323883],[-72.29308880363016,41.72501849321146],[-72.29348380375687,41.724980493191644],[-72.2939598039118,41.72497449317548],[-72.29461180412609,41.725002493160346],[-72.29494880424123,41.725095493167736],[-72.29525680435036,41.72524949318788],[-72.29583480456232,41.72566649325042],[-72.29643580477969,41.72604549330492],[-72.29666980486246,41.726160493319824],[-72.29688980493854,41.726237493327815],[-72.29718980503704,41.72624849332047],[-72.29724380505537,41.7262614933213],[-72.29725580505952,41.72626549332167],[-72.29741680511296,41.7262814933197],[-72.29779780523324,41.72621049329395],[-72.29802480530455,41.726161493277296],[-72.29828880538449,41.72605149324766],[-72.29921180565967,41.725590493129246],[-72.29950380574859,41.72547749309815],[-72.30002480590728,41.72527749304297],[-72.30022280596883,41.725223493026256],[-72.30029580599232,41.72521749302279],[-72.30047880605572,41.72528349302982],[-72.30085980619081,41.72547549305499],[-72.30101380624599,41.72556349306719],[-72.3010988062787,41.725652493081746],[-72.30112380628832,41.725678493086],[-72.30166580650216,41.72633749319659],[-72.30196580662903,41.7268534932871],[-72.3021338067069,41.7272644933614],[-72.3023828068054,41.72757149341303],[-72.30249980684974,41.72768149343066],[-72.30256580687285,41.72770949343399],[-72.30277780694362,41.72773849343292],[-72.30392680734722,41.72825049349587],[-72.30511580775618,41.72862549353102],[-72.3056288079326,41.72878749354621],[-72.30618080811988,41.728915493553615],[-72.30655580824711,41.72900249355863],[-72.3067738083195,41.72902549355621],[-72.30682480833632,41.72902849355517],[-72.30687680835373,41.729036493555085],[-72.30698380838925,41.72904749355385],[-72.30709280843193,41.729174493575016],[-72.30740780854161,41.7292974935889],[-72.30747280856427,41.729323493591885],[-72.30809880878911,41.72969049364323],[-72.30881680904412,41.73006049369225],[-72.30916280916786,41.7302534937187],[-72.30936680924086,41.73036849373455],[-72.30969580936399,41.730649493778614],[-72.30989780943955,41.73082149380555],[-72.31056880968971,41.7313774938921],[-72.31090880981091,41.73156049391681],[-72.31100480984514,41.73161249392385],[-72.31128880994206,41.73168849392961],[-72.3116048100439,41.73166649391537],[-72.3119798101546,41.73145949386343],[-72.31248981030399,41.73115749378885],[-72.31276981039156,41.73109049376704],[-72.31296781045367,41.73104649375227],[-72.31334881057698,41.73102949373694],[-72.31349481062371,41.73101349372923],[-72.31441081092686,41.73109049371526],[-72.31466681101065,41.731095493708146],[-72.31505481114064,41.7311564937077],[-72.31520881119549,41.73123849371874],[-72.31526281121546,41.731280493725166],[-72.31567081136627,41.7315954937733],[-72.31599081147984,41.73175849379478],[-72.31601481148833,41.73177049379633],[-72.31625681157318,41.731875493809056],[-72.31660081169125,41.731979493818336],[-72.31674681173146,41.731847493788145],[-72.3167998117448,41.731777493772924],[-72.31699681179478,41.7315234937175],[-72.31703981180293,41.731419493696016],[-72.31712781182829,41.7313594936816],[-72.31734081189715,41.73134849367275],[-72.31743381192916,41.73137849367562],[-72.31745781193743,41.73138649367642],[-72.31766281201325,41.73154549370076],[-72.31779481207055,41.731798493745586],[-72.3179048121129,41.73191349376438],[-72.31816881220425,41.732006493774065],[-72.31827881224046,41.73201249377175],[-72.31839581227706,41.73198449376263],[-72.31868481236953,41.73195249374732],[-72.31890881244131,41.73192949373579],[-72.31904781248822,41.73195749373683],[-72.31912081251328,41.731979493738784],[-72.3194358126271,41.732176493767],[-72.31969181271432,41.73224249377169],[-72.32054881299361,41.732237493743675],[-72.32061481301602,41.732253493744714],[-72.32075481306913,41.73238549376585],[-72.32081281309887,41.7325774938012],[-72.32079881309923,41.73266549381867],[-72.3208788131435,41.73298849387872],[-72.32090081315194,41.73301049388229],[-72.32088681315045,41.73306549389338],[-72.32093081317036,41.73316449391118],[-72.32120881327432,41.733400493948096],[-72.32150581338253,41.73360149397766],[-72.32182381349843,41.73381749400945],[-72.32194181353904,41.73385549401308],[-72.32221981362785,41.73382249399791],[-72.32265181376017,41.733669493954636],[-72.32273981378765,41.73364749394761],[-72.32309881390353,41.73362549393201],[-72.32326681396017,41.73365849393308],[-72.32345081402418,41.73372949394104],[-72.3237138141137,41.733795493945514],[-72.32398481420456,41.73383949394546],[-72.32448281437479,41.73397749395647],[-72.32497381454262,41.734113493967314],[-72.32553881473834,41.734316493988786],[-72.32586081484833,41.73440449399566],[-72.32641781502602,41.73433349396433],[-72.3266008150866,41.734349493961645],[-72.32713581526917,41.73449249397244],[-72.32725981531486,41.73458549398654],[-72.3273478153504,41.73470649400719],[-72.32738481536919,41.73482649402927],[-72.3273628153676,41.734925494049136],[-72.32736981537636,41.735040494071185],[-72.32748681542596,41.73524349410681],[-72.32750181545342,41.735644494184],[-72.32756081547637,41.735710494194905],[-72.32768481551958,41.73575949420049],[-72.32798581562149,41.735825494203766],[-72.32832281574008,41.735979494222946],[-72.3284028157717,41.736077494239396],[-72.3283888157696,41.736121494248366],[-72.32841081577988,41.73617649425832],[-72.32854181583005,41.73630849427974],[-72.32855681583955,41.73639049429515],[-72.32853481584465,41.73660849433808],[-72.3285058158526,41.73691749439882],[-72.3284248158376,41.737120494440695],[-72.32835881582129,41.73721349446079],[-72.32808781574653,41.73745549451622],[-72.32781681566672,41.737608494554415],[-72.32768481563143,41.7377464945853],[-72.32768581564753,41.73802649463948],[-72.32772781566473,41.73808849465017],[-72.32774381567052,41.7380984946516],[-72.32774381567137,41.738113494654506],[-72.3279528157477,41.73825849467599],[-72.32823481585066,41.73845349470485],[-72.32863881599579,41.73869049473798],[-72.32887281607984,41.73882749475713],[-72.32956281634964,41.73962149488908],[-72.33032481664759,41.74049849503484],[-72.33166381716774,41.74197849527912],[-72.33236981744204,41.742759495408045],[-72.3335388178937,41.74400749561275],[-72.33679381915135,41.74748249618269],[-72.33701581924038,41.74777749623279],[-72.33804381965285,41.74914549646514],[-72.33843181980264,41.74955749653264],[-72.33959582025216,41.7507954967355],[-72.33998382040203,41.751208496803194],[-72.34263982143364,41.7541374972862],[-72.34450882215954,41.75619749762583],[-72.35061382453074,41.76292349873444],[-72.35327182556325,41.76585249921712],[-72.35357482567939,41.76615849926673],[-72.35448682602876,41.7670764994155],[-72.35456882606013,41.767158499428774],[-72.35488382616163,41.76713549941435],[-72.35485282615375,41.76717549942308],[-72.35481782614664,41.76725149943889],[-72.35471582612409,41.76744149947889],[-72.35443782606296,41.76796549958908],[-72.35435182604569,41.76815649962875],[-72.3542698260263,41.768286499656504],[-72.35421382601153,41.768348499670275],[-72.35420382600853,41.768353499671555],[-72.35412282598489,41.76840249968362],[-72.35396782593804,41.76846849970128],[-72.35388982591479,41.76850749971128],[-72.35403582596287,41.76851549970822],[-72.354895826243,41.768507499679444],[-72.35516782633124,41.76849849966909],[-72.35546082642631,41.76848949965808],[-72.35574282651861,41.768494499650124],[-72.35588182656447,41.76850349964746],[-72.35610682663946,41.76853149964577],[-72.35619282666842,41.76854749964614],[-72.35636082672555,41.76858849964876],[-72.3564418267535,41.76861549965142],[-72.35667382683478,41.768714499663226],[-72.35676582686729,41.768758499668834],[-72.35703282696254,41.76890249968823],[-72.35748182712408,41.769169499725685],[-72.357647827183,41.769253499736685],[-72.35781982724339,41.769329499745936],[-72.35799482730405,41.769392499752584],[-72.35847282746774,41.76952949976396],[-72.35877382757018,41.76960449976895],[-72.35902282765494,41.76966649977306],[-72.35923182772537,41.76970649977418],[-72.3594368277948,41.7697514997764],[-72.35975282790388,41.76985749978691],[-72.35986882794454,41.76990749979291],[-72.35997182798154,41.769967499801254],[-72.35998782798754,41.76998149980346],[-72.3600528280118,41.77003549981184],[-72.36012282803887,41.77011049982414],[-72.36017082805833,41.77017749983558],[-72.36018782806521,41.77020149983968],[-72.36042982817101,41.77067649992392],[-72.36050582820293,41.7708024999459],[-72.36056282822615,41.77088449995996],[-72.3605908282375,41.77092349996661],[-72.36066482826679,41.77101449998188],[-72.36073682829462,41.771091499994505],[-72.36074582829812,41.77110149999615],[-72.36083782833272,41.7711825000089],[-72.36089182835259,41.77122250001495],[-72.36093682836919,41.7712565000201],[-72.36104582840842,41.77132150002921],[-72.36115882844807,41.771370500035104],[-72.36128082849001,41.7714085000386],[-72.36141182853422,41.77143450003948],[-72.36145682854924,41.77144050003922],[-72.36165982861718,41.77147050003859],[-72.36266382895089,41.7715795000279],[-72.36363282927302,41.77168550001772],[-72.36405682941513,41.77175250001727],[-72.36432282950578,41.77182050002198],[-72.36553882992457,41.77221150005912],[-72.3656108299491,41.77222950006032],[-72.36572482998798,41.772259500062525],[-72.36591383005201,41.77230150006466],[-72.36625383016604,41.77235650006454],[-72.36660683028325,41.77239250006032],[-72.3667028303153,41.77240550005978],[-72.36675083033136,41.77241250005964],[-72.36699283041088,41.77242250005389],[-72.36701783041909,41.7724235000533],[-72.36709083044308,41.77242650005156],[-72.36702083042358,41.77248550006519],[-72.3668308303751,41.77272450011745],[-72.36651383029529,41.77314250020836],[-72.36632083024679,41.77339850026399],[-72.36626883023372,41.77346750027899],[-72.36612183019012,41.77354450029853],[-72.36585983010511,41.773552500308384],[-72.36532082992623,41.77349950031521],[-72.36444182963336,41.77339150032215],[-72.36404082950185,41.77337950033252],[-72.3639548294744,41.77339050033738],[-72.36393882946896,41.7733865003371],[-72.36387382944709,41.77337450033684],[-72.36344682930711,41.773362500348036],[-72.36330182926035,41.77337250035458],[-72.36302782916705,41.7733035003499],[-72.36258782901727,41.773193500342536],[-72.36214482887412,41.77321750036122],[-72.36157982869858,41.77337350040929],[-72.36105282854389,41.773678500484976],[-72.36087082848766,41.77373450050157],[-72.36049782836822,41.77377450052113],[-72.36039982833682,41.77378450052616],[-72.3603558283245,41.773820500534526],[-72.36018482827672,41.773962500567414],[-72.36004082824783,41.77428250063385],[-72.36011782827917,41.77439250065271],[-72.36016682830285,41.77452850067746],[-72.36016282830613,41.774609500693266],[-72.36024982833958,41.774699500707925],[-72.36032282837414,41.774889500742376],[-72.36034582838779,41.77499850076272],[-72.36012782831864,41.7750335007764],[-72.36003482829125,41.775085500789395],[-72.3600228282923,41.7751735008068],[-72.3600468283043,41.77524750082035],[-72.36025982839014,41.77553650086953],[-72.36035182843054,41.7757205009022],[-72.36029382841728,41.77582050092337],[-72.36020182838948,41.77585950093383],[-72.35995982830904,41.775833500936464],[-72.35983382826775,41.77583050093987],[-72.35975982824615,41.77587550095092],[-72.35969882823495,41.77602950098265],[-72.35959282821014,41.77620250101947],[-72.3593528281388,41.776325501050856],[-72.35906082804924,41.77642650107965],[-72.35897582802636,41.77651250109897],[-72.35890582803205,41.777017501198884],[-72.35879082800352,41.77717650123327],[-72.35849582791602,41.77733150127259],[-72.35830382785734,41.77740150129222],[-72.35823582783503,41.77739950129399],[-72.35816882781312,41.77739850129591],[-72.35782182769255,41.77726850128176],[-72.3573308275264,41.77716350127699],[-72.35712682745461,41.777070501265456],[-72.35697582740323,41.77703350126307],[-72.35681082735303,41.777097501280686],[-72.3564188272425,41.77740550135268],[-72.35600082712276,41.777699501422774],[-72.35568482703299,41.77793550147844],[-72.35563782701946,41.77796750148611],[-72.35544382696396,41.778105501518944],[-72.35527382691815,41.7782765015574],[-72.35518682689808,41.778423501588584],[-72.35518182690326,41.77854450161216],[-72.35529282694762,41.7786885016365],[-72.35549182702505,41.778909501672935],[-72.35573582710991,41.77900250168322],[-72.3559388271814,41.77909550169477],[-72.35604282722116,41.77919850171141],[-72.35607482723735,41.77930050173012],[-72.35603882723895,41.77953650177692],[-72.35595282722981,41.779871501844426],[-72.35588382722031,41.78010150189111],[-72.3559458272416,41.78012050189281],[-72.35611982730126,41.78017150189717],[-72.35615482731332,41.78018250189819],[-72.35683982754557,41.78033750190648],[-72.3570068276022,41.780375501908544],[-72.35708182762735,41.78038750190849],[-72.35709782765078,41.78070950197027],[-72.3571568277009,41.78125550207401],[-72.35716882771632,41.781459502113094],[-72.35717782772753,41.78160550214104],[-72.35717782773408,41.78172150216347],[-72.35715782774253,41.78198650221537],[-72.3571448277432,41.7820735022326],[-72.35708482773832,41.782333502284786],[-72.35706382774073,41.78249750231718],[-72.35705582774739,41.78266150234914],[-72.35706082775789,41.78281850237937],[-72.35707682777188,41.78297350240883],[-72.35710282778868,41.78312050243644],[-72.35713582780764,41.783265502463436],[-72.35720682784523,41.783520502510505],[-72.35726382787728,41.78375850255474],[-72.35737282794906,41.78439950267526],[-72.35744782799361,41.78475450274155],[-72.35748482801885,41.78498750278544],[-72.35748882802265,41.785031502793814],[-72.357495828029,41.78510350280752],[-72.35748682804403,41.78542150286931],[-72.35745682805306,41.78575450293466],[-72.35743482805573,41.785928502968986],[-72.35739782805389,41.786109503005186],[-72.35731382804428,41.786424503068766],[-72.35721982803024,41.78671850312861],[-72.35715782801901,41.78687750316129],[-72.35699782798267,41.78715850322073],[-72.3568478279473,41.78739850327189],[-72.35669082790947,41.7876355033227],[-72.35641282784096,41.78802850340749],[-72.35593782772114,41.78865050354281],[-72.35573982767208,41.788925503602286],[-72.35562382764434,41.78910450364057],[-72.35553882762616,41.789273503675936],[-72.35546482761168,41.78944450371135],[-72.3553198275867,41.78983950379232],[-72.35520682756616,41.79012850385178],[-72.3551218275546,41.79041450390979],[-72.35509682755294,41.79052950393282],[-72.35508082755433,41.79064650395594],[-72.35508282756166,41.79076450397869],[-72.35512582759226,41.79105750403399],[-72.3553348277152,41.792025504214564],[-72.355365827736,41.792214504250126],[-72.35503582762368,41.79213250424473],[-72.35503482762337,41.792132504244755],[-72.354939827591,41.79210850424313],[-72.35465182749299,41.7920375042385],[-72.35319682699726,41.79166750421303],[-72.35288082688895,41.791575504205255],[-72.35272682684848,41.79174850424358],[-72.35232082674352,41.7922355043506],[-72.3515968265542,41.79306550453402],[-72.35117182644218,41.79353750463875],[-72.35103382640615,41.79369650467387],[-72.35062682630205,41.79420450478498],[-72.35052482627633,41.79433850481413],[-72.35043682625549,41.794477504843776],[-72.35035782623977,41.794655504880694],[-72.3503548262393,41.79466450488253],[-72.35029282622885,41.79483750491795],[-72.3502158262184,41.79509750497066],[-72.35015382621373,41.795372505025796],[-72.34990682619605,41.796485505248825],[-72.34970382617934,41.797361505424625],[-72.34966282617552,41.797530505458596],[-72.34949082616001,41.79824850560287],[-72.34948882615979,41.79825650560447],[-72.34938382614871,41.79866650568706],[-72.34929182613922,41.79902950576016],[-72.34927382613736,41.79910050577443],[-72.34918782612661,41.79940650583633],[-72.34915882611713,41.79940650583725],[-72.34885082601656,41.79940550584681],[-72.34706682543553,41.799426505907356],[-72.34495182474869,41.79948650598592],[-72.34486482472029,41.79948650598868],[-72.34475582468478,41.799487505992325],[-72.3444168245737,41.7994795060015],[-72.3440788244622,41.79945850600815],[-72.34365682432166,41.79940850601183],[-72.3433108242055,41.799351506011774],[-72.3431058241364,41.79931250601071],[-72.34272882400872,41.799230506006786],[-72.34149482358944,41.79893750598921],[-72.34086182337471,41.79879350598139],[-72.34033082319515,41.79868250597675],[-72.34000982308694,41.798621505975106],[-72.33960282295038,41.79855550597523],[-72.33869282264638,41.798431505980055],[-72.33507382143907,41.79796750600485],[-72.33428382117627,41.797879506012826],[-72.3340008210825,41.79785450601696],[-72.33359382094802,41.797825506024225],[-72.33347882091084,41.79783150602903],[-72.33290882072481,41.79783150604706],[-72.33261682063008,41.79784150605822],[-72.33198482042644,41.79788850608732],[-72.33164582031786,41.797924506105],[-72.33138782023552,41.79795750611953],[-72.32972281970453,41.79817750621475],[-72.32939681960002,41.79821050623144],[-72.32898381946661,41.79823550624935],[-72.32897681946436,41.79823550624956],[-72.3285558193275,41.79824550626481],[-72.32819281920882,41.79824150627552],[-72.32609081851898,41.79817450632905],[-72.32511581819976,41.7981565063564],[-72.32477081808722,41.79815750636751],[-72.32453581801057,41.79815850637514],[-72.32389781780309,41.79817150639782],[-72.32308881754153,41.798215506431916],[-72.32256181737144,41.79824950645514],[-72.32236881730937,41.79826550646435],[-72.32199381718952,41.79831050648491],[-72.32174181710913,41.798343506499265],[-72.32125981695548,41.79840850652707],[-72.32070981678089,41.79849550656129],[-72.31989181652287,41.79865450661789],[-72.31930581633857,41.798777506660194],[-72.31849881608483,41.798948506718794],[-72.31839781605304,41.798969506726046],[-72.31839581605246,41.79897050672629],[-72.31809481595755,41.79902950674722],[-72.31799481592608,41.79905050675443],[-72.31775881585172,41.799097506770984],[-72.31761881580744,41.79912250678024],[-72.31714781565856,41.799208506811766],[-72.31667481550846,41.799284506841424],[-72.3164858154479,41.79930450685126],[-72.31610581532631,41.799347506871584],[-72.31590681526193,41.799357506879815],[-72.31570081519537,41.79936950688864],[-72.31531181506853,41.79937150690134],[-72.315113815004,41.79937350690797],[-72.31489181493127,41.799368506914035],[-72.31463181484582,41.7993585069203],[-72.31318581437088,41.79930550695575],[-72.31287181426777,41.799294506963555],[-72.3127888142405,41.79929150696561],[-72.31270481421292,41.79928850696767],[-72.31285581425493,41.79915950693796],[-72.31291781424812,41.79868050684338],[-72.31282881419887,41.79832250677698],[-72.31258181410826,41.79814550675055],[-72.31225581398876,41.79791350671598],[-72.31191681386106,41.79761150666831],[-72.31146881370462,41.797430506647466],[-72.31103081354988,41.79722150662089],[-72.3099098131539,41.796688506553245],[-72.30956681303344,41.79653750653489],[-72.30901581283995,41.79629550650551],[-72.3085218126725,41.79618550649984],[-72.30812281253723,41.79609650649523],[-72.30741981230643,41.796072506512814],[-72.30679681209175,41.79587150649363],[-72.3062818119064,41.795565506450714],[-72.30592581178101,41.795402506430435],[-72.30571681171357,41.79541650643974],[-72.30567681170069,41.79541950644161],[-72.3054468116284,41.795468506458334],[-72.30530881158838,41.795557506479916],[-72.30496381149415,41.79588350655386],[-72.30468781142596,41.79627150663761],[-72.30397781123699,41.79702950680664],[-72.30354181111075,41.797314506875516],[-72.30302881095092,41.79744950691782],[-72.30271781085031,41.79746550693075],[-72.30267681083558,41.797441506927406],[-72.30247481076323,41.79732750691172],[-72.3024758107478,41.79704850685775],[-72.30223181066218,41.79694250684495],[-72.30185081053557,41.79690250684925],[-72.3014778104133,41.7968935068593],[-72.30120681032756,41.79694150687713],[-72.30059881013966,41.797128506932516],[-72.30008780997699,41.79720150696277],[-72.2999338099253,41.7971765069628],[-72.2998758099057,41.79716450696232],[-72.29981580988571,41.79715750696285],[-72.29976980987026,41.79714950696276],[-72.29964580982866,41.797129506962804],[-72.29946780976633,41.79705450695392],[-72.29936980973203,41.7970135069491],[-72.29841980939932,41.79661250690154],[-72.29776380917043,41.79635050687158],[-72.29689280886656,41.796003506831994],[-72.29643680870356,41.79575250679786],[-72.29630380864464,41.795477506748874],[-72.29623180860489,41.79518950669546],[-72.29621480859541,41.79511950668245],[-72.29599180851709,41.79502150667055],[-72.29571080842628,41.79503750668251],[-72.29521480827775,41.79527450674401],[-72.2946998081054,41.795199506745746],[-72.29413880791729,41.79511050674626],[-72.29333680764823,41.794981506746645],[-72.2932358076152,41.79498050674963],[-72.2927158074452,41.79497550676509],[-72.29224580729809,41.79508750680159],[-72.291792807161,41.795278506852824],[-72.2915578070874,41.79533350687088],[-72.29018280655775,41.793899506636954],[-72.28948580628926,41.79317250651835],[-72.28947980628695,41.79316650651738],[-72.28740180548658,41.79099950616383],[-72.28622880503477,41.789776505964284],[-72.28522780465423,41.78882150581114],[-72.28313480385864,41.78682550549109],[-72.2830978038446,41.78679050548548],[-72.28096780303504,41.78476050515997],[-72.28088280300116,41.78465150514157],[-72.28068680292306,41.7844005050992],[-72.28064780290549,41.7843145050838],[-72.28059180288015,41.78418950506137],[-72.28054480285886,41.78408350504234],[-72.28050980279112,41.783083504849984],[-72.28043480273404,41.78250450474033],[-72.28039280270174,41.78217450467782],[-72.2802318026149,41.781565504565066],[-72.28022980260462,41.78139450453204],[-72.2802288025982,41.78128650451117],[-72.28042780261998,41.78051950435651],[-72.28054280263308,41.78008550426891],[-72.2806678026531,41.77971650419359],[-72.28055880260429,41.77948150415154],[-72.28055380260199,41.77946950414937],[-72.28022180248011,41.77922950411341],[-72.27958980225729,41.77893550407645],[-72.27883480198938,41.77855350402636],[-72.27731880145141,41.77778650392575],[-72.27706380136098,41.777658503909045],[-72.27680880127056,41.77753050389232],[-72.27610880102233,41.77717950384645],[-72.27566480084803,41.77665750375945],[-72.27536280071836,41.77610450366197],[-72.27523080064368,41.77554350355758],[-72.2752138006196,41.77521350349426],[-72.2752098006139,41.775135503479284],[-72.27532180060419,41.774313503316684],[-72.2752798005812,41.774148503286064],[-72.27518880053118,41.77378750321909],[-72.27467880034047,41.77335650315177],[-72.27386280004497,41.77283750307706],[-72.2733957998736,41.77250050302656],[-72.27266779959318,41.77173950290223],[-72.2722687994489,41.77148950286642],[-72.27220579942609,41.771449502860655],[-72.27198279933998,41.77121250282184],[-72.27182079925548,41.770650502718176],[-72.27179279922149,41.77020850263353],[-72.27182679920779,41.7697675025471],[-72.27193379922453,41.7694445024812],[-72.27212379926198,41.76900750239064],[-72.27218279926362,41.76869450232819],[-72.27213379923059,41.76839150227111],[-72.27205079919034,41.76815750222842],[-72.2720237991651,41.76786550217276],[-72.27241079925209,41.76716650202526],[-72.27219079916297,41.766858501972585],[-72.27177379901035,41.766564501928826],[-72.27167879897557,41.76649750191885],[-72.2711177987748,41.76618250187557],[-72.27082579865424,41.76573350179786],[-72.27073479860154,41.76532450172156],[-72.27076679859506,41.765023501662284],[-72.27092479863313,41.76478350161086],[-72.27105279865937,41.764507501553396],[-72.27105379865476,41.76441950153632],[-72.2710547986476,41.764286501510554],[-72.27089779858765,41.76413150148549],[-72.27072079852769,41.764092501483525],[-72.2704907984595,41.76421450151438],[-72.27040779843296,41.76422450151894],[-72.27024079837955,41.76424350152789],[-72.27002679830964,41.764242501534426],[-72.26994579828322,41.76424250153698],[-72.26969379819671,41.76416650153021],[-72.26951279813053,41.76404050151153],[-72.2694107980873,41.76386350148048],[-72.26937579807166,41.76378850146706],[-72.26926879802411,41.76356350142688],[-72.26924679801479,41.763525501420226],[-72.26905679793423,41.76319550136234],[-72.2689847979037,41.76307050134041],[-72.26889279786461,41.76290950131213],[-72.26887779784957,41.76272850127757],[-72.26887179784417,41.76266750126595],[-72.26886879784088,41.762626501258104],[-72.2688607978326,41.76252550123881],[-72.26885179782315,41.76240950121664],[-72.26888379782528,41.76226150118697],[-72.2689097978271,41.76214350116332],[-72.26926079792969,41.76193050111103],[-72.26952779801418,41.761883501093514],[-72.2697917980978,41.76183850107648],[-72.27039479827711,41.761527500997275],[-72.27069279835057,41.761104500906],[-72.27089879839134,41.76063350080832],[-72.27093179838533,41.76033550074959],[-72.2709477983832,41.760204500723724],[-72.27087279833444,41.75977250064247],[-72.27058279821327,41.75930050056023],[-72.27021279806854,41.75887350048923],[-72.27018879805877,41.758839500483404],[-72.2697077978632,41.758152500365554],[-72.26925479767817,41.757490500251656],[-72.26867079745938,41.75698850017288],[-72.26790479717576,41.756389500081056],[-72.26745079698308,41.75559749994199],[-72.26709579683228,41.75497549983275],[-72.26687279673946,41.75461849977065],[-72.26644879656284,41.75393749965215],[-72.26641579654864,41.753876499641386],[-72.26613179642698,41.75336049955043],[-72.26600579636208,41.75293749947248],[-72.26595479633566,41.75276349944041],[-72.26586679628005,41.75228449935042],[-72.26590879625921,41.75166949923002],[-72.26586379622161,41.75126149915243],[-72.26571779616138,41.75103749911365],[-72.2657167961601,41.751020499110396],[-72.26568679613166,41.75068849904704],[-72.26577179613862,41.75031849897273],[-72.26592079617504,41.750101498926014],[-72.26598779619259,41.750024498909],[-72.26598679619143,41.750009498906124],[-72.26599279619265,41.7499964989034],[-72.26646879629675,41.74908449871182],[-72.26651879630765,41.74898849869164],[-72.26673079635471,41.74859449860867],[-72.2669627964111,41.74825049853475],[-72.2669677964124,41.74824449853343],[-72.26730379650226,41.747892498454675],[-72.26765879659344,41.74745349835848],[-72.26794179667377,41.747239498308126],[-72.26821979675263,41.747028498258516],[-72.26865679687754,41.74671349818374],[-72.2691527970291,41.746530498132685],[-72.26925679706073,41.74648949812146],[-72.26952579714278,41.74638749809325],[-72.2695727971571,41.74636949808827],[-72.26968779718608,41.74621749805521],[-72.26965079716436,41.74604549802306],[-72.26946779709318,41.74584149798932],[-72.26922979700953,41.745734497976116],[-72.26867479683,41.745762497998996],[-72.26827179670069,41.74580149801925],[-72.26784179655475,41.745701498013425],[-72.26758879646187,41.74551749798577],[-72.26748879641858,41.7453274979521],[-72.26754379642152,41.74506049789867],[-72.26779679649852,41.74496149787153],[-72.26789679652896,41.74492249786083],[-72.26823379663757,41.74489849784555],[-72.26843179669919,41.74484549782907],[-72.26840379668457,41.744747497810955],[-72.2682217966135,41.7445394977764],[-72.26785379649208,41.744515497783354],[-72.26770479644003,41.74445449777623],[-72.26753779637664,41.74429649775091],[-72.26739379631896,41.74410549771844],[-72.26720079625301,41.744052497714264],[-72.26700679618807,41.744023497714736],[-72.2666057960562,41.7440054977239],[-72.266259795941,41.74396449772686],[-72.2659807958455,41.743884497720146],[-72.26577179576606,41.743684497687994],[-72.26523679555292,41.742997497571785],[-72.26494879543755,41.742616497507065],[-72.26474979534858,41.742188497430426],[-72.26470979532408,41.74198449739218],[-72.26476879533656,41.741863497366886],[-72.2649947953987,41.74165749731987],[-72.26507879541529,41.74146449727984],[-72.26495779536468,41.741266497245306],[-72.26482179531286,41.741133497223814],[-72.26457879522408,41.740964497198746],[-72.26390679498932,41.740688497166445],[-72.26362179488717,41.74052549714386],[-72.26353579485635,41.74047649713707],[-72.26344079480836,41.740173497081365],[-72.26343779479687,41.73998649704525],[-72.26347979479785,41.73975949699996],[-72.26360679482849,41.739567496958756],[-72.26363779482722,41.73936449691846],[-72.26345579475665,41.73916549688566],[-72.2630947946283,41.7389774968606],[-72.26275479450786,41.73880749683837],[-72.26255579443259,41.738623496809005],[-72.26252979441658,41.73848949678386],[-72.2625027943997,41.73834549675682],[-72.26259579440735,41.73794149667564],[-72.26271879442892,41.737610496607644],[-72.26286979446786,41.73742649656726],[-72.26299379449985,41.737275496534096],[-72.26306579451341,41.73709849649753],[-72.26300879448425,41.73691049646292],[-72.26286079443076,41.73681749644957],[-72.26223179422513,41.736810496468],[-72.26194979413228,41.73679549647399],[-72.26172279405651,41.736765496475314],[-72.26160679401491,41.73669849646599],[-72.26156579399047,41.73650149642913],[-72.26159079397658,41.73610849635221],[-72.26159679397422,41.73603149633709],[-72.26160379395367,41.73562449625804],[-72.2614637938918,41.73533649620664],[-72.2611537937693,41.734955496142604],[-72.2608577936486,41.73452549606862],[-72.26067879356899,41.73414749600102],[-72.26068779354543,41.73367549590929],[-72.26112079365171,41.73305149577478],[-72.26135079371019,41.7327564957104],[-72.26134079369184,41.73248749565859],[-72.26105279357695,41.73211449559538],[-72.26077779346225,41.731669495517835],[-72.26055579336806,41.73128149544966],[-72.26031479326446,41.73083649537103],[-72.26011079317351,41.730401495293165],[-72.25990479307724,41.72988349519929],[-72.25982279304259,41.72974249517456],[-72.25970179299665,41.72962749515608],[-72.25951679293371,41.72958149515299],[-72.25924579284427,41.729563495158025],[-72.25899179276271,41.729586495170494],[-72.25814979249124,41.72964449520823],[-72.25781479238064,41.7296214952143],[-72.25756179229585,41.72958149521452],[-72.25735379222441,41.72951749520867],[-72.256822792046,41.72942549520754],[-72.25647079192883,41.72938449521068],[-72.2558237917155,41.72934449522329],[-72.25572679168351,41.72933849522518],[-72.2552567915308,41.7293494952421],[-72.25467779134542,41.729412495272534],[-72.25439079125502,41.729470495292794],[-72.25424179120843,41.72950649530446],[-72.25400379113172,41.72952349531525],[-72.25368279102015,41.72940149530171],[-72.25336379090015,41.729117495256716],[-72.2531017908034,41.72891649522601],[-72.25279779067506,41.72839649513482],[-72.25264379061437,41.728210495103625],[-72.25211679040683,41.727575494997176],[-72.25200379036161,41.727426494971866],[-72.25199479035625,41.7273834949638],[-72.251976790345,41.72728749494578],[-72.25200379034658,41.727158494919934],[-72.25208379036775,41.72707049490036],[-72.25236579044558,41.72681749484245],[-72.25269279053673,41.726540494778504],[-72.25302279062434,41.72618249469875],[-72.25320179066155,41.72580449461986],[-72.25316479061976,41.72527449451833],[-72.25299479054496,41.72492949445683],[-72.25282679048537,41.724844494445634],[-72.25259079040165,41.724724494429815],[-72.25212279023603,41.72449349439978],[-72.25201279018646,41.72424949435595],[-72.25191479015497,41.72425849436077],[-72.25181779012384,41.72426749436558],[-72.24952378938698,41.724474494477846],[-72.24848378902644,41.724095494437115],[-72.24817378892153,41.724028494433874],[-72.2478787888115,41.723782494395486],[-72.24750878868412,41.72366349438406],[-72.2470947885399,41.723500494365496],[-72.2468517884456,41.723232494321195],[-72.24659678834432,41.722909494266624]]]},"properties":{"name":8502,"geoid":"09013850200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.46440386773936,41.86996651580119],[-72.46468486782896,41.8699295157851],[-72.46552886809818,41.869819515736964],[-72.46581086818816,41.86978351572103],[-72.46656186842787,41.86968851567874],[-72.46881786914817,41.86940751555257],[-72.46956986938824,41.86931351551046],[-72.47204687017941,41.86901051537298],[-72.47947787255295,41.8681035149609],[-72.48192887333582,41.86780451482498],[-72.4819558733444,41.867800514823344],[-72.48256887353743,41.867677514780056],[-72.48292887365089,41.867606514754875],[-72.48441887412362,41.86736951466158],[-72.48483087425438,41.867304514635904],[-72.485035874319,41.86726451462165],[-72.48532987441158,41.86720551460087],[-72.48541387443848,41.86719651459646],[-72.48719187500858,41.86701851450536],[-72.48738287506954,41.86699451449463],[-72.48795787525326,41.866925514462956],[-72.48814987531466,41.8669035144526],[-72.48907987561236,41.86680151440322],[-72.4918718765063,41.86649951425581],[-72.4928028768044,41.8663995142068],[-72.49414587723322,41.86623351413187],[-72.49446787733515,41.866178514110985],[-72.49553787767412,41.86599951404229],[-72.49581587767962,41.86450851374578],[-72.49582387767944,41.86445951373608],[-72.49584987767973,41.864316513707664],[-72.49585887767994,41.86426851369813],[-72.49595187768969,41.86390851362571],[-72.49604787769987,41.863538513551276],[-72.49661587776023,41.86135151311123],[-72.49674087777379,41.86087451301521],[-72.49681087778234,41.86062451296475],[-72.50104587910953,41.85966551264447],[-72.50187287936865,41.85947751258178],[-72.50192787938592,41.859465512577714],[-72.50347887987884,41.859234512483596],[-72.50813188135768,41.85854351220162],[-72.50968388185099,41.858313512107664],[-72.51077288219673,41.85814551204044],[-72.51404288323499,41.857642511838904],[-72.51493088351697,41.85750651178429],[-72.5151318835805,41.85747051177092],[-72.51514288358402,41.857469511770375],[-72.5156088837314,41.85738751173964],[-72.51833088459212,41.856907511560046],[-72.51832988459225,41.856915511561624],[-72.51757988490489,41.866657513464794],[-72.51733088500953,41.869905514099194],[-72.51724688502492,41.87065351424614],[-72.51699688507196,41.872900514687466],[-72.51693088508505,41.87350551480624],[-72.51692488509123,41.87364751483381],[-72.51692388509105,41.87365051483443],[-72.5168838851278,41.87452051500348],[-72.51685988515341,41.875104515116846],[-72.51676788523957,41.87713351551105],[-72.51673188527774,41.87800551568034],[-72.51672088528605,41.878213515720795],[-72.5167128852923,41.87836851575095],[-72.51670488529851,41.87852251578089],[-72.51662988536052,41.88003251607443],[-72.51662188536736,41.8801975161065],[-72.51632788561064,41.8861205172578],[-72.51622988569237,41.888105517643595],[-72.5162278856943,41.88815051765233],[-72.51616788572366,41.88900451781887],[-72.51598788581174,41.89156751831867],[-72.51592888584148,41.89242251848536],[-72.51592888584194,41.892430518486904],[-72.51578288587463,41.8938325187618],[-72.51534788597525,41.89806551959154],[-72.5152308860024,41.89920551981497],[-72.51522688601658,41.899475519867146],[-72.51513288635952,41.90599252112594],[-72.51512988636503,41.906105521147815],[-72.51473188665379,41.913405522566975],[-72.51471788667276,41.9138155226464],[-72.51462888680571,41.91663952319324],[-72.51453388690437,41.9188995236316],[-72.51424688720583,41.92578452496683],[-72.51415388730726,41.92808052541197],[-72.5141308873298,41.92860352551341],[-72.51413088735114,41.928975525585045],[-72.51413188750632,41.931672526104336],[-72.51413088755372,41.93250352626438],[-72.51412888755704,41.93257252627774],[-72.51406988759719,41.93360752647891],[-72.51389688771904,41.93671252708226],[-72.51383988775999,41.93774952728374],[-72.51383488776324,41.93783452730026],[-72.513830887766,41.93790552731406],[-72.51383088777676,41.93809252735006],[-72.51383088778175,41.93817952736681],[-72.51382988778626,41.938263527383015],[-72.51382988778873,41.93830652739129],[-72.51382088779785,41.93851652743201],[-72.51381788780176,41.93860152744847],[-72.51377988783989,41.939481527619115],[-72.51366688795484,41.942124528131515],[-72.51363388799003,41.94292452828657],[-72.5136308879937,41.94300552830225],[-72.51357088800168,41.94348552839659],[-72.5133898880255,41.94492852868014],[-72.51333088803386,41.945409528774604],[-72.51179388754322,41.94560552886156],[-72.51157688747396,41.945633528873906],[-72.50718588607224,41.946193529122304],[-72.50572088560457,41.9463805292052],[-72.50564988558196,41.946390529209395],[-72.50552888554331,41.94640552921616],[-72.5030658847511,41.946616529335614],[-72.49531388225772,41.947281529711724],[-72.49272988142671,41.947505529837535],[-72.49255888137144,41.947515529844935],[-72.49204888120683,41.9475495298678],[-72.491878881152,41.947561529875536],[-72.49153088104013,41.94759252989265],[-72.49048988070567,41.94768852994442],[-72.49014288059423,41.94772152996188],[-72.48940788036093,41.94783853000792],[-72.48720387966132,41.94819053014618],[-72.48646987942838,41.948308530192385],[-72.48564487916686,41.94844653024534],[-72.4851378790062,41.948532530278094],[-72.48317287838333,41.94886153040427],[-72.48234887812221,41.949000530457376],[-72.48089187765692,41.94918453053941],[-72.47630887619039,41.94971253078758],[-72.47397387544324,41.9499825309142],[-72.4625568717881,41.95127053152704],[-72.46164887149743,41.95137353157585],[-72.45797387032084,41.95178853177317],[-72.4577678702554,41.9518205317859],[-72.45714987005917,41.95191853182452],[-72.45694486999408,41.95195153183741],[-72.45662186989179,41.95200753185851],[-72.45502286938039,41.952197531946155],[-72.45333486884049,41.952397532038574],[-72.44925286753502,41.952884532262686],[-72.44732986692004,41.95311453236837],[-72.4475188669669,41.95285453231227],[-72.44762686699299,41.95269453227803],[-72.447885867056,41.952317532197185],[-72.4481698671208,41.95182953209417],[-72.44838286716796,41.95143853201211],[-72.4484138671741,41.951368531997645],[-72.44854586720024,41.95107253193645],[-72.4486018672081,41.95089053189963],[-72.44865386721224,41.950666531854836],[-72.44872586720494,41.95012853174897],[-72.44885986716496,41.94866653146324],[-72.44892286716193,41.948254531381906],[-72.44897186716688,41.9480615313432],[-72.44903586717763,41.947884531307075],[-72.44932586723603,41.94725053117574],[-72.44955886727381,41.94658153103953],[-72.4498028672969,41.94559353084153],[-72.44982886728886,41.94530453078504],[-72.44989986729578,41.945020530728094],[-72.45020686732673,41.94381053048533],[-72.4502798673327,41.943498530422914],[-72.4503158673314,41.94327053037786],[-72.45032086733072,41.94323053037001],[-72.45039686731421,41.94250853022857],[-72.45040986731192,41.9423945302062],[-72.45044586731039,41.94216253016039],[-72.45083186737283,41.941051529934136],[-72.45109786741824,41.94032752978623],[-72.45127486744867,41.93984952968854],[-72.45138286747066,41.939617529640415],[-72.45149486749357,41.93937852959081],[-72.45173986754644,41.93890452949172],[-72.45192686758769,41.938558529419126],[-72.45198586760071,41.93844952939625],[-72.45208986762019,41.93819652934422],[-72.45218086764059,41.93803352930991],[-72.4523648676791,41.93765652923146],[-72.452690867749,41.93701852909818],[-72.45300286781632,41.93641452897191],[-72.45440686811926,41.93369752840384],[-72.45482886821053,41.93288452823379],[-72.45536986832991,41.931883528023725],[-72.45587286844362,41.931000527837604],[-72.45594286845801,41.93085252780687],[-72.45602886847561,41.930669527768885],[-72.45607586848215,41.930515527737725],[-72.45610786848367,41.93035952770665],[-72.45612486848025,41.930202527675874],[-72.45609286844345,41.92974252758829],[-72.45607086842955,41.92962552756647],[-72.45593786836069,41.92918152748519],[-72.45568886824263,41.92853952736949],[-72.45556286818409,41.92823552731496],[-72.45441786763924,41.925249526776355],[-72.45399886743974,41.92415452657879],[-72.45347686719154,41.92279652633384],[-72.45332586711916,41.92239352626103],[-72.45270486682134,41.920732525960865],[-72.45261186676986,41.92036352589274],[-72.4525898667458,41.92006852583661],[-72.45259586674369,41.919997525822744],[-72.45260686674396,41.919939525811216],[-72.45261886674126,41.91982352578848],[-72.45264486673965,41.919647525753746],[-72.45267786674043,41.91947252571897],[-72.45308486676898,41.917648525354565],[-72.45312586676974,41.91742752531068],[-72.45322786677718,41.91697552522033],[-72.4534238667936,41.91614352505377],[-72.45345186679484,41.9160055250263],[-72.45351186679738,41.915707524966976],[-72.45355086679923,41.915517524929115],[-72.45368686680332,41.91481252478893],[-72.45373386680507,41.91457452474156],[-72.45374686680594,41.914515524729794],[-72.45380986680962,41.91422052467095],[-72.45381386680972,41.91419952466677],[-72.45387886681254,41.91387752460264],[-72.4540168668219,41.913253524477994],[-72.45408786682714,41.912939524415236],[-72.4541718668329,41.912560524339526],[-72.45431086684252,41.911935524214655],[-72.45441086684572,41.91142052411222],[-72.45448586684849,41.9110405240366],[-72.45451286684975,41.91090852401032],[-72.454594866854,41.910514523931774],[-72.45462286685566,41.91038352390563],[-72.45466586685544,41.91013452385628],[-72.45479586686523,41.909563523742094],[-72.45481586686755,41.909489523727196],[-72.4552748669235,41.90784752339612],[-72.45543486694527,41.9073145232883],[-72.45555986695945,41.9068485231945],[-72.45559686696375,41.90671252316711],[-72.45574386698785,41.90629452308187],[-72.455876867014,41.905992523019414],[-72.45591086702066,41.9059145230033],[-72.45663186717631,41.90451952271144],[-72.45720286730442,41.903499522496624],[-72.45731586733089,41.90331752245794],[-72.45770586742512,41.902738522333905],[-72.45780186744847,41.902598522303855],[-72.45872786767511,41.90127452201912],[-72.45901786774611,41.90086052193006],[-72.45928786781359,41.900498521851674],[-72.45930086781766,41.90049552185069],[-72.4593388678236,41.90038252182768],[-72.45940786783795,41.900239521797936],[-72.45953186785877,41.899895521727665],[-72.45970486787576,41.899204521588956],[-72.4597448678797,41.89904552155703],[-72.4599658678995,41.8981295213734],[-72.46017686791848,41.89725652119839],[-72.46029086793398,41.8968765211215],[-72.46045486796152,41.89642152102857],[-72.46055686798023,41.896166520976166],[-72.46129286811582,41.894334520599514],[-72.4614318681422,41.89400252053107],[-72.46152586816022,41.89378052048528],[-72.4619378682415,41.89284952029264],[-72.4621908682886,41.892228520164856],[-72.46267086838301,41.8911385199394],[-72.46327286849817,41.88971451964565],[-72.46359586855566,41.888875519473594],[-72.46370786856788,41.88844951938787],[-72.46376686857325,41.88820651933914],[-72.46390586858239,41.88757251921247],[-72.4639218685822,41.887477519193624],[-72.46395486858252,41.887294519157294],[-72.46398686857952,41.88705951911097],[-72.46399486857763,41.88698051909549],[-72.46402386857037,41.886687519038055],[-72.4640318685649,41.88654651901062],[-72.46413786852003,41.885155518739026],[-72.46416886850696,41.884749518659746],[-72.46417586850217,41.884625518635616],[-72.4642478684556,41.88339951839691],[-72.46425086843584,41.88303651832681],[-72.46425286842337,41.882806518282415],[-72.46424286840296,41.88250651822488],[-72.46419786833846,41.88163451805815],[-72.46419486833605,41.88160951805343],[-72.46414486828849,41.881062517949545],[-72.46404086820866,41.88025951779801],[-72.46392986810412,41.879063517570906],[-72.46391086809042,41.87893251754625],[-72.463825868029,41.878342517435165],[-72.46379386800146,41.87804351737853],[-72.4637758679877,41.87790551735249],[-72.46368986791651,41.87715051720962],[-72.46345686772328,41.875098516821296],[-72.46338586766426,41.87447051670243],[-72.46336186764418,41.87425651666192],[-72.4633558676335,41.874103516632594],[-72.46333486761014,41.873814516577525],[-72.46332886759447,41.87357451653142],[-72.46332986758762,41.873448516507096],[-72.46334386757859,41.87321051646075],[-72.46336986757508,41.87300051641941],[-72.46337286757502,41.87298251641585],[-72.46346686757786,41.87249451631872],[-72.46361586759913,41.872015516221566],[-72.46371286761574,41.87175151616754],[-72.46389986765467,41.871364516086935],[-72.4640908676946,41.87097151600503],[-72.46414186770386,41.87084251597854],[-72.46420886771595,41.87067151594341],[-72.46424886772331,41.87057151592285],[-72.46435986773518,41.87014451583693],[-72.46436586773605,41.87012551583308],[-72.46440386773936,41.86996651580119]]]},"properties":{"name":5351,"geoid":"09013535100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.44732986692004,41.95311453236837],[-72.44439686598037,41.9534355325238],[-72.43559886316172,41.95440153299057],[-72.43266686222233,41.95472353314612],[-72.43214586205535,41.954779533173536],[-72.43058386155494,41.95495153325648],[-72.43006386138838,41.95500953328422],[-72.42917386110182,41.95508253332668],[-72.42755886058183,41.9552155334038],[-72.42650486024237,41.95530053345378],[-72.42561585995614,41.95537353349619],[-72.42522385982997,41.95540653351505],[-72.42333785922597,41.955618533616025],[-72.42059985834916,41.955927533762825],[-72.41650685703851,41.956390533982464],[-72.4142308563097,41.9566485341047],[-72.41380785617423,41.956696534127424],[-72.41254085576864,41.95684253419592],[-72.41211885563358,41.95689153421881],[-72.41104385528558,41.95694753426385],[-72.40967985484409,41.9570195343212],[-72.40784585425024,41.957113534397756],[-72.40782085424216,41.957114534398734],[-72.40674685389457,41.95717253444413],[-72.40680285382473,41.955631534145695],[-72.40683785378275,41.95469753396477],[-72.40692585368036,41.95240453352051],[-72.4070018535956,41.95048853314918],[-72.4071238534517,41.947274532526464],[-72.40721885334129,41.944800532047054],[-72.4072408533127,41.94417453192579],[-72.40730885322773,41.94229953156257],[-72.40732685320536,41.94180553146685],[-72.40729585318797,41.94167853144337],[-72.40729285318643,41.94166853144155],[-72.40728685318277,41.94163853143595],[-72.40728485318158,41.94162953143429],[-72.40722685314984,41.941405531392995],[-72.40648385290793,41.94141953141935],[-72.40586785270739,41.94143153144131],[-72.40356385195741,41.941478531523735],[-72.40259085164075,41.941499531558776],[-72.4019828514431,41.94151653158142],[-72.40016085085104,41.94157153165005],[-72.39955385065385,41.941590531673036],[-72.39794685013017,41.94161353172864],[-72.3962168495665,41.941639531788745],[-72.39312684855955,41.9416835318956],[-72.39152084803621,41.941706531951155],[-72.3894078473459,41.94170653201841],[-72.38306984527529,41.94170653222014],[-72.38095784458535,41.941707532287545],[-72.3803088443751,41.94173853231416],[-72.37836484374546,41.94183453239449],[-72.37771684353557,41.94186653242128],[-72.37684384324727,41.941812532438654],[-72.37657684315914,41.94179653244406],[-72.37639984310135,41.94179753244989],[-72.3758688429281,41.94180153246754],[-72.37569284287073,41.94180353247353],[-72.37515384269336,41.94178153248644],[-72.37501384264735,41.94177653248993],[-72.3743348424239,41.941748532506125],[-72.37366784220445,41.94172153252215],[-72.37353884216196,41.94171553252509],[-72.373000841985,41.94169453253817],[-72.37275284190528,41.94171753255047],[-72.37201184166723,41.941788532587736],[-72.37176484158792,41.94181253260021],[-72.3715328415115,41.94180153260547],[-72.37083684128221,41.94176853262123],[-72.37060484120583,41.94175853262671],[-72.36984184095358,41.941706532640936],[-72.36912084071527,41.941658532654635],[-72.36834684045961,41.9416095326698],[-72.36755384019762,41.9415585326852],[-72.36679183994585,41.94150953269998],[-72.36285083865748,41.94149653282278],[-72.353577835626,41.94146653311173],[-72.35102883479172,41.94144153318792],[-72.3470888335022,41.94140353330576],[-72.3450248328255,41.94136353336363],[-72.34483183276227,41.941360533369156],[-72.33883283079606,41.94125453353925],[-72.33676883011958,41.94121853359786],[-72.33628282995959,41.94119753360925],[-72.33482782948055,41.9411345336433],[-72.33434282932095,41.94111453365483],[-72.33435182932355,41.9411085336534],[-72.33438082933199,41.94109053364902],[-72.33439082933498,41.941085533647744],[-72.33386482916326,41.94108853366501],[-72.33228982864932,41.94110053371731],[-72.33176482847797,41.94110453373475],[-72.33066082811717,41.9411035337696],[-72.32735082703547,41.941101533874274],[-72.32624782667504,41.941101533909276],[-72.32315282565925,41.94102353399244],[-72.32236782540159,41.941003534013504],[-72.31437282277743,41.940800534228],[-72.31072882158134,41.940707534325654],[-72.30684982030816,41.94060953442975],[-72.30675582027777,41.94061553443389],[-72.30647782018795,41.940633534446164],[-72.30643282017347,41.94063753444836],[-72.30638482015794,41.940640534450466],[-72.30636582015185,41.94064253445144],[-72.30630982013396,41.94064953445458],[-72.30629182012825,41.94065253445574],[-72.30640282015415,41.94047053441714],[-72.30643482016121,41.94041053440456],[-72.30671482022336,41.939894534296286],[-72.30682782024738,41.939667534248954],[-72.30695482027467,41.93941753419676],[-72.30701082028659,41.939305534173414],[-72.30716082032203,41.93906653412261],[-72.30723282033907,41.93895253409838],[-72.30727282034202,41.9387745340628],[-72.30726082031097,41.93829753397127],[-72.30735682032078,41.9379185338952],[-72.30737182032382,41.93788553388837],[-72.30754482035941,41.93751753381199],[-72.30812682050406,41.9367165336392],[-72.3081778205168,41.93664753362428],[-72.30820382049475,41.93611053351999],[-72.3084098205283,41.93551653339901],[-72.30861782056824,41.93502353329742],[-72.30895782063732,41.93428453314425],[-72.30907982065747,41.93393753307351],[-72.30921982068087,41.933544532993345],[-72.30916482063691,41.93308753290703],[-72.30910782061282,41.93299153289035],[-72.30908582059871,41.93286953286752],[-72.30911082059474,41.932656532825696],[-72.3091488205982,41.932498532794035],[-72.30918682060202,41.93234753276374],[-72.30926682060729,41.931980532690474],[-72.3091448205381,41.9314645325949],[-72.30888082043177,41.93111153253525],[-72.30887282042853,41.93110053253337],[-72.30840282026794,41.93097753252458],[-72.30822482020712,41.93093053252115],[-72.30821182020277,41.930928532521186],[-72.3076278200067,41.930836532521965],[-72.30751181996777,41.930818532522174],[-72.30743981994243,41.930786532518304],[-72.30718581985282,41.93067053250399],[-72.30715181984085,41.93065553250218],[-72.30700481977499,41.93034153244631],[-72.30702181975819,41.92994853237005],[-72.30700181974866,41.92989553236046],[-72.30690481970218,41.92963553231343],[-72.30699181972913,41.929609532305676],[-72.30707281975423,41.92958553229847],[-72.30735681984231,41.92950253227348],[-72.30757781991078,41.92943653225376],[-72.30774681996321,41.92938753223895],[-72.30940182049558,41.92923953215797],[-72.31051182085261,41.92913953210353],[-72.31669282284099,41.92858953180156],[-72.3188098235219,41.92839953169782],[-72.32047182405653,41.928251531616574],[-72.32157582441168,41.92815353156268],[-72.32441182531828,41.92780153140491],[-72.33292182803883,41.926748530931974],[-72.33575882894576,41.9263975307743],[-72.33753982951552,41.92618453067673],[-72.34288683122605,41.92554553038386],[-72.34466883179618,41.92533353028642],[-72.34626683230586,41.925115530193665],[-72.3510608338349,41.924463529915776],[-72.3520908341634,41.92432352985609],[-72.35233583424157,41.924290529841954],[-72.3526608343456,41.9242525298243],[-72.35276083437746,41.92423852981843],[-72.35284083440297,41.92422752981378],[-72.35303783446585,41.92420152980251],[-72.35306283447385,41.924198529801124],[-72.35316383450626,41.924188529796],[-72.35724183580986,41.92368552956953],[-72.36001283669566,41.92334452941578],[-72.36947783972117,41.92217852889029],[-72.37270284075201,41.92178152871126],[-72.37355784102556,41.92168052866461],[-72.37443184130615,41.92159452862027],[-72.37705784214923,41.921336528487046],[-72.37793284243021,41.92125152844284],[-72.37903984278428,41.9211195283822],[-72.38236384384759,41.920725528200556],[-72.38347184420205,41.92059452814008],[-72.38945684612297,41.919998527834835],[-72.3905468464733,41.91989852778088],[-72.3946928478057,41.91951652757535],[-72.39743684868417,41.91920452742789],[-72.40567085132031,41.91827252698618],[-72.40841585219914,41.91796252683903],[-72.4112268531026,41.91770652670018],[-72.41154285320296,41.91765652668049],[-72.41513685434676,41.91713152646484],[-72.41627785470992,41.91696552639652],[-72.424400857295,41.91577852590897],[-72.42592185777896,41.91555552581754],[-72.429516858923,41.915030525601786],[-72.42987585904052,41.9150355255913],[-72.43095285939309,41.91505052555986],[-72.43131185951066,41.91505652554959],[-72.43129385949827,41.91494252552819],[-72.43124385946287,41.914608525465425],[-72.43124285946215,41.91460152546411],[-72.43122585945012,41.91448852544287],[-72.43111885935326,41.91340452523739],[-72.43079785906276,41.91015452462129],[-72.43069185896628,41.90907152441596],[-72.43066185893821,41.908751524355246],[-72.43057285885432,41.90779152417305],[-72.43054385882657,41.90747152411231],[-72.43049985878272,41.90695552401426],[-72.43036985865204,41.90541052372061],[-72.43032685860858,41.90489552362272],[-72.43012285841414,41.90265652319764],[-72.42951385783196,41.89594152192255],[-72.42932985765594,41.89391052153683],[-72.42932485764246,41.8937025214969],[-72.42932585763491,41.89356452147026],[-72.42932985761577,41.89320652140111],[-72.42934885761906,41.89315552139067],[-72.42939885762809,41.89302752136439],[-72.42939385762573,41.89301452136205],[-72.42937985761898,41.89297652135516],[-72.429375857617,41.89296452135299],[-72.42962285763726,41.891906521141124],[-72.4295028575263,41.89064852090239],[-72.42950285752615,41.8906455209018],[-72.42906185711173,41.88590552000182],[-72.42892185693587,41.88362351956619],[-72.42877985675577,41.881278519118446],[-72.42872885671356,41.88083051903368],[-72.42867785667143,41.880383518949095],[-72.42862385662701,41.879913518860164],[-72.42835285640231,41.877524518407995],[-72.42815685624123,41.87582151808575],[-72.42804885615216,41.874877517907095],[-72.42801785612659,41.8746065178558],[-72.42842885626067,41.87460451784232],[-72.42938385656622,41.87449551779088],[-72.43111085711642,41.87425751768998],[-72.43629285876744,41.87354451738741],[-72.43802085931802,41.873307517286634],[-72.43805485932883,41.87330251728459],[-72.43815985936243,41.873290517278924],[-72.43819485937368,41.873287517277234],[-72.43888785959426,41.873188517236066],[-72.4409688602568,41.87289451711305],[-72.44166286047776,41.87279651707204],[-72.44218786064549,41.872732517042955],[-72.4437658611499,41.872544516956424],[-72.44414186127005,41.872499516935754],[-72.44429286131883,41.8724905169292],[-72.44492786152263,41.872429516897206],[-72.44683286213412,41.872247516801394],[-72.44732686229268,41.87220051677659],[-72.4474678623374,41.872177516767664],[-72.44766786240058,41.872140516754136],[-72.44826786259034,41.87203351671438],[-72.44846886265388,41.87199751670102],[-72.44893786280362,41.87193851667471],[-72.45034686325361,41.87176451659622],[-72.45081686340379,41.871707516570254],[-72.45233186388799,41.87152651648703],[-72.45687886534144,41.87098751623811],[-72.45839486582607,41.87080851615524],[-72.45881286596044,41.87077251613498],[-72.4600698663648,41.87066851607482],[-72.46048886649963,41.87063451605491],[-72.46071386657027,41.87058551603829],[-72.46138986678258,41.870439515988565],[-72.4616158668536,41.87039151597211],[-72.46191286694724,41.87033351595146],[-72.4628048672287,41.87016351589019],[-72.46310286732276,41.87010751586988],[-72.46336286740599,41.870078515856015],[-72.46414286765578,41.86999451581492],[-72.46440386773936,41.86996651580119],[-72.46436586773605,41.87012551583308],[-72.46435986773518,41.87014451583693],[-72.46424886772331,41.87057151592285],[-72.46420886771595,41.87067151594341],[-72.46414186770386,41.87084251597854],[-72.4640908676946,41.87097151600503],[-72.46389986765467,41.871364516086935],[-72.46371286761574,41.87175151616754],[-72.46361586759913,41.872015516221566],[-72.46346686757786,41.87249451631872],[-72.46337286757502,41.87298251641585],[-72.46336986757508,41.87300051641941],[-72.46334386757859,41.87321051646075],[-72.46332986758762,41.873448516507096],[-72.46332886759447,41.87357451653142],[-72.46333486761014,41.873814516577525],[-72.4633558676335,41.874103516632594],[-72.46336186764418,41.87425651666192],[-72.46338586766426,41.87447051670243],[-72.46345686772328,41.875098516821296],[-72.46368986791651,41.87715051720962],[-72.4637758679877,41.87790551735249],[-72.46379386800146,41.87804351737853],[-72.463825868029,41.878342517435165],[-72.46391086809042,41.87893251754625],[-72.46392986810412,41.879063517570906],[-72.46404086820866,41.88025951779801],[-72.46414486828849,41.881062517949545],[-72.46419486833605,41.88160951805343],[-72.46419786833846,41.88163451805815],[-72.46424286840296,41.88250651822488],[-72.46425286842337,41.882806518282415],[-72.46425086843584,41.88303651832681],[-72.4642478684556,41.88339951839691],[-72.46417586850217,41.884625518635616],[-72.46416886850696,41.884749518659746],[-72.46413786852003,41.885155518739026],[-72.4640318685649,41.88654651901062],[-72.46402386857037,41.886687519038055],[-72.46399486857763,41.88698051909549],[-72.46398686857952,41.88705951911097],[-72.46395486858252,41.887294519157294],[-72.4639218685822,41.887477519193624],[-72.46390586858239,41.88757251921247],[-72.46376686857325,41.88820651933914],[-72.46370786856788,41.88844951938787],[-72.46359586855566,41.888875519473594],[-72.46327286849817,41.88971451964565],[-72.46267086838301,41.8911385199394],[-72.4621908682886,41.892228520164856],[-72.4619378682415,41.89284952029264],[-72.46152586816022,41.89378052048528],[-72.4614318681422,41.89400252053107],[-72.46129286811582,41.894334520599514],[-72.46055686798023,41.896166520976166],[-72.46045486796152,41.89642152102857],[-72.46029086793398,41.8968765211215],[-72.46017686791848,41.89725652119839],[-72.4599658678995,41.8981295213734],[-72.4597448678797,41.89904552155703],[-72.45970486787576,41.899204521588956],[-72.45953186785877,41.899895521727665],[-72.45940786783795,41.900239521797936],[-72.4593388678236,41.90038252182768],[-72.45930086781766,41.90049552185069],[-72.45928786781359,41.900498521851674],[-72.45901786774611,41.90086052193006],[-72.45872786767511,41.90127452201912],[-72.45780186744847,41.902598522303855],[-72.45770586742512,41.902738522333905],[-72.45731586733089,41.90331752245794],[-72.45720286730442,41.903499522496624],[-72.45663186717631,41.90451952271144],[-72.45591086702066,41.9059145230033],[-72.455876867014,41.905992523019414],[-72.45574386698785,41.90629452308187],[-72.45559686696375,41.90671252316711],[-72.45555986695945,41.9068485231945],[-72.45543486694527,41.9073145232883],[-72.4552748669235,41.90784752339612],[-72.45481586686755,41.909489523727196],[-72.45479586686523,41.909563523742094],[-72.45466586685544,41.91013452385628],[-72.45462286685566,41.91038352390563],[-72.454594866854,41.910514523931774],[-72.45451286684975,41.91090852401032],[-72.45448586684849,41.9110405240366],[-72.45441086684572,41.91142052411222],[-72.45431086684252,41.911935524214655],[-72.4541718668329,41.912560524339526],[-72.45408786682714,41.912939524415236],[-72.4540168668219,41.913253524477994],[-72.45387886681254,41.91387752460264],[-72.45381386680972,41.91419952466677],[-72.45380986680962,41.91422052467095],[-72.45374686680594,41.914515524729794],[-72.45373386680507,41.91457452474156],[-72.45368686680332,41.91481252478893],[-72.45355086679923,41.915517524929115],[-72.45351186679738,41.915707524966976],[-72.45345186679484,41.9160055250263],[-72.4534238667936,41.91614352505377],[-72.45322786677718,41.91697552522033],[-72.45312586676974,41.91742752531068],[-72.45308486676898,41.917648525354565],[-72.45267786674043,41.91947252571897],[-72.45264486673965,41.919647525753746],[-72.45261886674126,41.91982352578848],[-72.45260686674396,41.919939525811216],[-72.45259586674369,41.919997525822744],[-72.4525898667458,41.92006852583661],[-72.45261186676986,41.92036352589274],[-72.45270486682134,41.920732525960865],[-72.45332586711916,41.92239352626103],[-72.45347686719154,41.92279652633384],[-72.45399886743974,41.92415452657879],[-72.45441786763924,41.925249526776355],[-72.45556286818409,41.92823552731496],[-72.45568886824263,41.92853952736949],[-72.45593786836069,41.92918152748519],[-72.45607086842955,41.92962552756647],[-72.45609286844345,41.92974252758829],[-72.45612486848025,41.930202527675874],[-72.45610786848367,41.93035952770665],[-72.45607586848215,41.930515527737725],[-72.45602886847561,41.930669527768885],[-72.45594286845801,41.93085252780687],[-72.45587286844362,41.931000527837604],[-72.45536986832991,41.931883528023725],[-72.45482886821053,41.93288452823379],[-72.45440686811926,41.93369752840384],[-72.45300286781632,41.93641452897191],[-72.452690867749,41.93701852909818],[-72.4523648676791,41.93765652923146],[-72.45218086764059,41.93803352930991],[-72.45208986762019,41.93819652934422],[-72.45198586760071,41.93844952939625],[-72.45192686758769,41.938558529419126],[-72.45173986754644,41.93890452949172],[-72.45149486749357,41.93937852959081],[-72.45138286747066,41.939617529640415],[-72.45127486744867,41.93984952968854],[-72.45109786741824,41.94032752978623],[-72.45083186737283,41.941051529934136],[-72.45044586731039,41.94216253016039],[-72.45040986731192,41.9423945302062],[-72.45039686731421,41.94250853022857],[-72.45032086733072,41.94323053037001],[-72.4503158673314,41.94327053037786],[-72.4502798673327,41.943498530422914],[-72.45020686732673,41.94381053048533],[-72.44989986729578,41.945020530728094],[-72.44982886728886,41.94530453078504],[-72.4498028672969,41.94559353084153],[-72.44955886727381,41.94658153103953],[-72.44932586723603,41.94725053117574],[-72.44903586717763,41.947884531307075],[-72.44897186716688,41.9480615313432],[-72.44892286716193,41.948254531381906],[-72.44885986716496,41.94866653146324],[-72.44872586720494,41.95012853174897],[-72.44865386721224,41.950666531854836],[-72.4486018672081,41.95089053189963],[-72.44854586720024,41.95107253193645],[-72.4484138671741,41.951368531997645],[-72.44838286716796,41.95143853201211],[-72.4481698671208,41.95182953209417],[-72.447885867056,41.952317532197185],[-72.44762686699299,41.95269453227803],[-72.4475188669669,41.95285453231227],[-72.44732986692004,41.95311453236837]]]},"properties":{"name":5352,"geoid":"09013535200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.24101779091335,41.801097509579435],[-72.24102479091603,41.80110450958057],[-72.2410467909244,41.80112550958393],[-72.24105479092744,41.80113350958523],[-72.24118779097762,41.80125350960424],[-72.24130879102434,41.80138150962519],[-72.2413707910483,41.801447509636],[-72.2415417911153,41.8016465096691],[-72.24197379128836,41.80221550976554],[-72.24198479129275,41.80222950976791],[-72.24219879137736,41.80249150981184],[-72.24229279141451,41.80260650983111],[-72.24257679152683,41.80295450988947],[-72.24267179156436,41.80307050990892],[-72.24286879164225,41.80331150994932],[-72.24345979187589,41.80403451007052],[-72.2435887919269,41.804192510097],[-72.24365979195463,41.80427351011045],[-72.24369579196903,41.804320510118394],[-72.24380679201337,41.804464510142736],[-72.24384379202816,41.804512510150865],[-72.24373979199808,41.80458151016749],[-72.24357279195043,41.804703510196326],[-72.24348079192427,41.80477251021257],[-72.2429617917792,41.80520551031267],[-72.24280779173645,41.80533951034343],[-72.24262979168716,41.8054965103794],[-72.2425607916683,41.80556151039414],[-72.24238379161817,41.80569751042603],[-72.24211579154338,41.805923510478166],[-72.24118379128207,41.80668751065527],[-72.241273791315,41.80675051066462],[-72.2417397914874,41.807110510719546],[-72.24179679150889,41.807161510727624],[-72.24188379154305,41.8072635107446],[-72.24193579156548,41.807360510761725],[-72.24195979157989,41.80747751078359],[-72.24195479158732,41.807638510814876],[-72.24188379158603,41.80802751089235],[-72.24187279159281,41.80821151092827],[-72.24188579160082,41.80827851094081],[-72.24192079161568,41.808339510951505],[-72.24199879164581,41.80842251096511],[-72.24214379169813,41.80851051097754],[-72.24227579174386,41.80855751098249],[-72.24238379178043,41.80858051098351],[-72.24326879207642,41.808705510979806],[-72.24359179218345,41.80873351097504],[-72.24362079219303,41.80873551097452],[-72.24370779222183,41.80874251097313],[-72.2437377922318,41.80874551097277],[-72.24428079241262,41.80880851096785],[-72.24428679241466,41.80880951096784],[-72.2448507926037,41.808896510966896],[-72.24548179281642,41.809015510970035],[-72.24589279295601,41.809111510975654],[-72.24590979296178,41.80911551097588],[-72.24602179299931,41.80913251097564],[-72.24613479303645,41.80913651097285],[-72.24629979308969,41.80912551096552],[-72.24637979311444,41.80910151095836],[-72.24642779312866,41.809075510951814],[-72.2464887931492,41.80908651095203],[-72.2466727932113,41.809122510953195],[-72.24673479323222,41.80913451095355],[-72.24669479322365,41.80921451097027],[-72.24658479319794,41.80939551100875],[-72.24658479319913,41.80941651101281],[-72.24658479320689,41.809554511039494],[-72.24656379320622,41.80966451106142],[-72.24646079318002,41.809796511090184],[-72.24630679313532,41.809895511114185],[-72.24603579305612,41.81006051115462],[-72.24600579304864,41.810101511163495],[-72.24596979303982,41.810153511174676],[-72.24583979300999,41.81037751122211],[-72.24595279304857,41.81040751122433],[-72.246326793178,41.810537511237676],[-72.2468667933649,41.81072551125701],[-72.24736379353577,41.81087851127096],[-72.24755479360005,41.81091251127151],[-72.24776579367003,41.81093151126852],[-72.24780979368445,41.81093251126733],[-72.24820779381518,41.8109465112575],[-72.2483237938535,41.810954511255396],[-72.24820979381984,41.81101751127117],[-72.24811879379254,41.81106051128234],[-72.24749379360549,41.811362511360436],[-72.24728579354324,41.81146351138651],[-72.24728279354238,41.811465511386984],[-72.246482793304,41.81187051149051],[-72.24598479315506,41.81211351155319],[-72.24589179312757,41.81216451156599],[-72.245740793083,41.81224851158698],[-72.245565793032,41.81235751161358],[-72.24522279293345,41.8125965116706],[-72.24450879273145,41.813149511800006],[-72.24392479256555,41.81358951190348],[-72.24376679252128,41.8137195119336],[-72.24363879248607,41.813836511960254],[-72.24352779245828,41.81398651199275],[-72.24344479243928,41.814130512023205],[-72.24316279237783,41.81467451213726],[-72.2430477923544,41.81492551218943],[-72.24288479231899,41.81524151225565],[-72.24278379229897,41.81547151230331],[-72.24277579229746,41.81549151230742],[-72.24272779228957,41.81562951233561],[-72.2427147922902,41.81571651235285],[-72.24271679230012,41.81588051238448],[-72.24273179230923,41.81595551239852],[-72.2428307923544,41.81618351243949],[-72.24290779238618,41.81630151245985],[-72.24327379253097,41.81675051253513],[-72.24335879256324,41.81683051254792],[-72.24347979261137,41.81698351257367],[-72.24369979269801,41.81724651261759],[-72.2444037929754,41.81809051275858],[-72.24473979310716,41.818481512823574],[-72.24509179324514,41.81889051289154],[-72.24531179333144,41.81914751293429],[-72.24631879372836,41.82035651313627],[-72.24654779381643,41.820592513174674],[-72.24664579385278,41.82066951318648],[-72.24674879389012,41.820735513195984],[-72.2469597939648,41.82083851320923],[-72.2471327940248,41.820900513215776],[-72.2473437940969,41.820957513220144],[-72.24748879414555,41.82098051322],[-72.24771879422121,41.82099051321469],[-72.24788979427677,41.820985513208335],[-72.2480587943309,41.82096651319932],[-72.24820979437828,41.820932513188005],[-72.24835579442332,41.820885513174304],[-72.24851879447252,41.82081451315544],[-72.24880679455768,41.82065651311583],[-72.24947479475365,41.8202635130188],[-72.25113179523973,41.8192875127779],[-72.25132479529694,41.8191845127519],[-72.25226579557314,41.818633512615726],[-72.25377179601745,41.81779151240548],[-72.25409479611373,41.81762851236377],[-72.25426479616544,41.81756151234546],[-72.25453179624809,41.81748051232138],[-72.25475679631872,41.81743051230463],[-72.25500379644119,41.81817251244027],[-72.25506479647,41.81833051246889],[-72.25517979651916,41.81853651250509],[-72.25529279656399,41.81867751252879],[-72.25539179660218,41.818781512545755],[-72.25535079659144,41.81882851255615],[-72.25531279658249,41.818889512569136],[-72.2552907965785,41.818946512580844],[-72.25528779657972,41.818985512588476],[-72.25529179658542,41.81906351260343],[-72.25530579659389,41.81913251261632],[-72.25572579680153,41.8203835128449],[-72.25591179688898,41.820857512930665],[-72.25602979694588,41.82118351298996],[-72.25605679695886,41.82125751300341],[-72.2560937969755,41.8213385130179],[-72.25613379699494,41.82145151303846],[-72.256215797037,41.82172251308828],[-72.25628879707007,41.82188651311767],[-72.25635079709596,41.82198651313505],[-72.2564897971507,41.822152513162756],[-72.25660579719775,41.822315513190595],[-72.25669779723732,41.82248451322036],[-72.25685379731001,41.822870513290056],[-72.2569037973366,41.82305251332366],[-72.25694379737023,41.82341751339295],[-72.25695579739072,41.82371151344938],[-72.25694879740085,41.823931513492134],[-72.25693579740185,41.824024513510516],[-72.25687479738977,41.82416351353931],[-72.2565737973221,41.824706513653744],[-72.25646679730075,41.824947513703705],[-72.25626979725772,41.825325513782985],[-72.25610879721941,41.82557851383696],[-72.2557677971332,41.82602451393391],[-72.25568279711362,41.82616951396462],[-72.25564479710924,41.82631151399326],[-72.25563879711166,41.82638951400851],[-72.25564379711763,41.82646651402324],[-72.25566579712938,41.826547514038204],[-72.25571779715301,41.826665514059364],[-72.25589479722755,41.826962514111194],[-72.25620479735629,41.827450514195725],[-72.25658979751421,41.82802151429394],[-72.25674579757812,41.82825151433347],[-72.25703579769538,41.82865151440163],[-72.25719779775994,41.828858514436504],[-72.25739479784067,41.82914951448654],[-72.25742779785581,41.82922651450037],[-72.2574477978668,41.82930551451501],[-72.25745479787295,41.829374514528126],[-72.25742179788367,41.82975551460279],[-72.25742679789337,41.82989851463028],[-72.25742979789825,41.829967514643506],[-72.2574467979088,41.83005651466018],[-72.25747979792449,41.83014351467595],[-72.25756779796079,41.83027751469908],[-72.25758979797027,41.830318514706285],[-72.25765679799926,41.83044451472853],[-72.25767979800914,41.8304865147359],[-72.25793579812922,41.83113351485288],[-72.25803579817858,41.83142951490693],[-72.25805779819095,41.83152151492401],[-72.25809379821088,41.8316665149509],[-72.25820879827117,41.832069515025125],[-72.25826779830736,41.832369515081254],[-72.25840879838262,41.8328875151769],[-72.25851879844708,41.83339351527121],[-72.25854579846548,41.833563515303204],[-72.25855579847948,41.8337535153396],[-72.25854279848086,41.833853515359344],[-72.25843579846858,41.8342555154404],[-72.25836679846762,41.83463751551639],[-72.25835679847067,41.834749515538334],[-72.25833079847915,41.83505051559732],[-72.25830479850055,41.83558051570055],[-72.25829079851128,41.83585151575334],[-72.25635779787811,41.83581751580776],[-72.25239179657912,41.835749515919716],[-72.25188179641206,41.83574051593407],[-72.25182079639197,41.835737515935435],[-72.25056179597844,41.83569551596702],[-72.24942979560662,41.835657515995365],[-72.24941579560205,41.835657515995806],[-72.2486297953457,41.83566351602176],[-72.24819479520312,41.83565451603374],[-72.24689079477592,41.835630516070225],[-72.24645679463374,41.83562251608236],[-72.24579579441709,41.8356085161005],[-72.24442379396744,41.83558051613835],[-72.24381479376784,41.835567516155024],[-72.24327479359086,41.83555651616993],[-72.24315479355155,41.83555451617333],[-72.24308779352961,41.83555351617525],[-72.24270879340546,41.83554651618585],[-72.2413727929678,41.83552251622333],[-72.24092779282206,41.83551551623601],[-72.23994879250138,41.83549851626357],[-72.23701379153997,41.835447516346235],[-72.23603579121962,41.83543051637376],[-72.23451279072161,41.835419516419634],[-72.22994378922753,41.835386516557236],[-72.22867478881264,41.83537851659566],[-72.2284227887288,41.83535151659837],[-72.22835678870698,41.8353465165995],[-72.22815978864197,41.835334516603375],[-72.22809478862052,41.83533051660466],[-72.22721978833405,41.8353185166299],[-72.22500278760849,41.83529151669452],[-72.22459678747553,41.83528551670614],[-72.22372278718952,41.835275516731734],[-72.22252178679632,41.83525851676627],[-72.21891978561706,41.83520851687007],[-72.21771978522423,41.83519251690476],[-72.21058478289146,41.83515051712126],[-72.21046578285251,41.8351485171246],[-72.2066197815943,41.8351125172387],[-72.20029277952446,41.83505451742658],[-72.20023377950513,41.83505351742823],[-72.19411677750547,41.83502451761503],[-72.19411077750357,41.83502551761543],[-72.19397677745974,41.83502451761943],[-72.19384377741632,41.835024517623616],[-72.19351277730809,41.835022517633654],[-72.19331077724205,41.8350215176398],[-72.19323077721585,41.83502051764214],[-72.19302377714817,41.83501951764846],[-72.19299177713766,41.83501851764925],[-72.19291277711186,41.83501851765174],[-72.19273077705236,41.83501751765727],[-72.19254877699287,41.835016517662794],[-72.192218776885,41.83501551767299],[-72.19206677683532,41.83501451767758],[-72.19042777629954,41.83500751772777],[-72.19028677625344,41.835006517732],[-72.18861677570749,41.83499851778297],[-72.18855077568591,41.834998517785046],[-72.18808977553523,41.83499651779915],[-72.18764877539108,41.83499451781263],[-72.1872077752469,41.8349925178261],[-72.18054877307002,41.83496151802945],[-72.17357077078883,41.834930518242714],[-72.16917676935235,41.83491051837691],[-72.16901976930106,41.83491051838183],[-72.1662237683864,41.83488751846521],[-72.16615976836555,41.8348885184674],[-72.16608276834046,41.83488951847002],[-72.16600676831573,41.8348915184728],[-72.1645587678444,41.83492151852406],[-72.1642857674936,41.830261517631826],[-72.16428176748853,41.830194517619],[-72.16414476736757,41.828837517360974],[-72.16412476734966,41.828634517322364],[-72.16367176694834,41.82412051646386],[-72.16365676693577,41.82398351643784],[-72.16356576685463,41.82306751626358],[-72.16345776675932,41.82199751606008],[-72.16345576675761,41.82197851605647],[-72.16315976649459,41.81901351549242],[-72.16315276648882,41.81895151548066],[-72.16162876513495,41.80368351257545],[-72.16067776429038,41.79415351076145],[-72.16051376414194,41.7924595104388],[-72.15942876315826,41.78121850829728],[-72.15942876315792,41.78121250829611],[-72.15941676314723,41.78109150827306],[-72.15937976311372,41.78070850820009],[-72.15922876297783,41.779161507905364],[-72.15879476258404,41.77465650704686],[-72.15879176258115,41.77462250704036],[-72.15836776219712,41.77023250620371],[-72.1583637621934,41.77018950619551],[-72.15834176217369,41.76996550615282],[-72.15823576207772,41.76886850594374],[-72.15822576206877,41.768766505924305],[-72.15792576179688,41.76565650533151],[-72.15788676176143,41.76525050525411],[-72.15777576166113,41.76410450503567],[-72.15772876161859,41.76361850494301],[-72.1572647611979,41.75880250402485],[-72.15723976117154,41.75847750396269],[-72.15689376079865,41.75382650307266],[-72.15632176059364,41.75349950302725],[-72.15753176090043,41.75192050268346],[-72.15755076090545,41.7518995026788],[-72.15762676092541,41.75181250265957],[-72.15823176111961,41.7517535026292],[-72.15861876123913,41.751631502593426],[-72.1587157612671,41.75156550257759],[-72.15889576131917,41.751445502548705],[-72.15896876132881,41.75119150249722],[-72.15903376133326,41.75089150243707],[-72.15915376136438,41.75074750240541],[-72.15931376141393,41.7506995023911],[-72.15993876160752,41.75051250233529],[-72.16008576165125,41.750436502315964],[-72.16050876177704,41.75021650226009],[-72.16080176186794,41.75013150223443],[-72.1610927619616,41.750107502220686],[-72.16145376208034,41.75012350221246],[-72.16148376209024,41.75012550221191],[-72.16216076231086,41.750118502189345],[-72.16221476232485,41.75005350217504],[-72.16255476243522,41.750042502162266],[-72.1626027624508,41.75004050216036],[-72.1628767625309,41.749873502119435],[-72.1630137625739,41.74984250210913],[-72.16342076270172,41.74975250207895],[-72.16403576290399,41.7497795020649],[-72.16451776306855,41.749908502074796],[-72.16461676310237,41.74993550207691],[-72.16480376316588,41.74997950207958],[-72.16485976318587,41.75001050208381],[-72.16498276323101,41.7500995020972],[-72.1653147633528,41.7503395021333],[-72.16557076345616,41.75069350219384],[-72.16581176359189,41.75171450238408],[-72.16607176369111,41.751970502425515],[-72.1662917637684,41.7520685024376],[-72.1670817640368,41.75225650244925],[-72.16764376422461,41.75233450244673],[-72.16812376438098,41.75232850243053],[-72.16848476449384,41.752239502401956],[-72.16876676457197,41.75199050234489],[-72.16900276463407,41.751723502285785],[-72.16921276469067,41.75150950223773],[-72.16962276480074,41.75108450214256],[-72.17006076491398,41.750552502025776],[-72.17057376501687,41.74939750178596],[-72.17089176509614,41.74895850169094],[-72.17122876518876,41.74864750162014],[-72.17164876531623,41.74847550157364],[-72.17181976537799,41.748581501588816],[-72.17210876548026,41.74872350160726],[-72.17241776559527,41.74897650164658],[-72.1730247658222,41.749491501727306],[-72.17328376594348,41.75014850184647],[-72.17347676601447,41.750291501868126],[-72.17362876607483,41.75048350190054],[-72.17368976609906,41.75056050191354],[-72.17382876615662,41.75077850195141],[-72.17398776622625,41.751095502007836],[-72.17412676627706,41.751192502022256],[-72.17430976633727,41.751201502018276],[-72.17448176639087,41.75115550200396],[-72.17463376643282,41.751018501972666],[-72.17468876644094,41.750842501936845],[-72.17468976642941,41.75063050189574],[-72.17468976642907,41.75062450189459],[-72.17472376643116,41.750463501862335],[-72.17472476642332,41.75031750183402],[-72.17475776642553,41.750164501803354],[-72.17524576657034,41.749905501737864],[-72.17570976671443,41.749773501697746],[-72.17595576679987,41.749865501707866],[-72.17638576694728,41.74999150171878],[-72.17641176696647,41.75018250175496],[-72.17654576702306,41.75041250179532],[-72.17656076704557,41.75072750185585],[-72.17640476700628,41.75093550190103],[-72.17624376696206,41.751084501934955],[-72.17608676691886,41.75122850196776],[-72.17603776691494,41.75144450201115],[-72.17630176701314,41.751659502044504],[-72.176468767074,41.75177250206117],[-72.17693376723568,41.75194950208085],[-72.17798676761944,41.752665502186524],[-72.17799076762091,41.75266850218699],[-72.17831376775027,41.75309550225956],[-72.17833276777054,41.75334750230777],[-72.17814276771647,41.75348950234124],[-72.17811676770849,41.7534985023438],[-72.17759376754738,41.75367050239352],[-72.1774767675206,41.753874502436695],[-72.17747576753489,41.75413550248729],[-72.17765176761044,41.75445950254453],[-72.17766476761793,41.75451750255534],[-72.17771276764536,41.75472750259452],[-72.17765876764092,41.7549635026419],[-72.17764676765294,41.7552485026975],[-72.17787076773334,41.755378502715644],[-72.17837476790122,41.75543850271145],[-72.17914976815582,41.75546750269275],[-72.17941576824323,41.755477502686354],[-72.17998376843201,41.75553750268015],[-72.18041276857579,41.755604502679674],[-72.18109676881419,41.75587450271051],[-72.1811687688396,41.75590850271483],[-72.18140476892307,41.75602350272971],[-72.18161976899907,41.7561275027431],[-72.18227476921804,41.75621950274038],[-72.18319976951535,41.75613650269527],[-72.18363876965293,41.756034502661734],[-72.18427476985232,41.75588750261333],[-72.18445076990753,41.75584750260003],[-72.18479677001605,41.75576850257389],[-72.18514277012459,41.755689502547725],[-72.18611577043761,41.75560750250133],[-72.18647077054952,41.75553650247643],[-72.18697777070936,41.75543550244095],[-72.18765677091724,41.75518950237201],[-72.18802677101696,41.75481350228757],[-72.18809777102503,41.754543502233034],[-72.18814977103098,41.754346502193265],[-72.18808777099814,41.754121502151634],[-72.18798577094404,41.75374950208278],[-72.18755977078455,41.753384502025455],[-72.18743677074086,41.753321502017116],[-72.18708077061449,41.75313950199303],[-72.18655777042918,41.7528785019589],[-72.18651077041176,41.752841501953206],[-72.18588677018104,41.75235850187923],[-72.18573077010572,41.751922501799676],[-72.18604777018352,41.75146350170083],[-72.18665477036798,41.751219501634516],[-72.1874407706203,41.75114350159514],[-72.18759877067103,41.75112850158727],[-72.18835177091033,41.75101250154116],[-72.18890277107502,41.75074150147139],[-72.18922377116277,41.75043750140243],[-72.1892487711696,41.75041350139701],[-72.18930077118088,41.750311501375606],[-72.18940477120329,41.75010550133245],[-72.18939777120005,41.75008850132937],[-72.1887717709025,41.748422501026305],[-72.18877177085842,41.74763450087366],[-72.1890477709198,41.74712150076562],[-72.18941777101779,41.746714500675175],[-72.18941877101801,41.74671250067476],[-72.18943577102294,41.74670150067209],[-72.18989477115481,41.7463805005955],[-72.1903287712795,41.74607750052319],[-72.19104277148905,41.74565750041942],[-72.19164977166625,41.74528350032793],[-72.19233277186025,41.744766500206325],[-72.19258177193089,41.74457650016172],[-72.19292377204597,41.74463850016299],[-72.19395077239159,41.7448245001668],[-72.19429377250707,41.74488750016824],[-72.1945927726069,41.7449275001666],[-72.19549277290753,41.745050500162165],[-72.19579277300775,41.7450915001607],[-72.19595977306561,41.74515150016708],[-72.1961887731427,41.74519350016803],[-72.19628977317527,41.7451865001635],[-72.19639377320827,41.74516950015693],[-72.19649177323869,41.745141500148456],[-72.19651877324665,41.7451265001447],[-72.19663777328202,41.745064500128954],[-72.19682477333585,41.7449355000981],[-72.19724777345532,41.744603500020496],[-72.1973687734904,41.7445245000014],[-72.19747477352236,41.74447749998896],[-72.19777877361504,41.744360499956755],[-72.19839277380397,41.74415549989777],[-72.19850577383923,41.74412649988861],[-72.19923377406664,41.74394449983049],[-72.1993947741181,41.74392549982176],[-72.19952277415985,41.74392449981755],[-72.19991277428707,41.74392349980512],[-72.20015277436565,41.743927499798346],[-72.20039677444566,41.74393449979205],[-72.2006877745412,41.74394449978483],[-72.20081977458433,41.74394549978088],[-72.20102377465102,41.743947499774876],[-72.201218774714,41.74393549976644],[-72.20135177475703,41.7439284997609],[-72.20146777479187,41.7438744997468],[-72.20177577488582,41.74375749971446],[-72.20197277494599,41.743683499693944],[-72.20215877500502,41.74365349968231],[-72.20234277506411,41.74363649967321],[-72.20279677521157,41.743623499656444],[-72.2029197752503,41.743598499647746],[-72.20298777527127,41.74357649964136],[-72.2031127753087,41.74351649962579],[-72.2032327753434,41.74343649960654],[-72.20343577540024,41.74326849956762],[-72.20347677541204,41.743240499560905],[-72.20365977546473,41.743114499530755],[-72.20369877547641,41.74309549952585],[-72.20379877550634,41.74304749951341],[-72.20405477558498,41.74295949948832],[-72.20418777562641,41.74292449947737],[-72.2044217757001,41.74287649946073],[-72.20446077571249,41.74287049945834],[-72.20450077572528,41.74286549945611],[-72.20472577579798,41.74285249944653],[-72.20467077578304,41.74290649945872],[-72.20453877574457,41.742988499478734],[-72.20428977567069,41.743120499512116],[-72.204150775629,41.74318649952928],[-72.20399677558368,41.74327449955117],[-72.2038287755331,41.743350499571164],[-72.20382877553624,41.743406499582015],[-72.20382777554234,41.74352149960433],[-72.20393077558548,41.743691499634025],[-72.20392377559176,41.74384449966387],[-72.20383577556953,41.74396049968912],[-72.20373977554587,41.74409749971866],[-72.20374777555799,41.74426749975136],[-72.20384277560126,41.74448649979078],[-72.20396777565274,41.74467749982386],[-72.2040547756886,41.744810499846885],[-72.20412877571705,41.74488749985949],[-72.2043627758109,41.74519949991257],[-72.20459077589734,41.745414499947074],[-72.20478077596579,41.74552949996338],[-72.20568177627794,41.74585249999765],[-72.20603377639746,41.74593550000266],[-72.20624577647003,41.74599550000765],[-72.20639977652522,41.74608350001986],[-72.20657577659773,41.74635250006643],[-72.20668577664006,41.74646750008526],[-72.20694977673452,41.74661550010564],[-72.20738977689133,41.74685150013752],[-72.2075507769482,41.74692850014738],[-72.2079977771097,41.74720750018739],[-72.20812177715325,41.747262500194154],[-72.2082177771883,41.74732850020393],[-72.20848077728151,41.74746050022122],[-72.20911177750864,41.747838500274625],[-72.20919977754201,41.74792150028793],[-72.20938277760969,41.7480635003097],[-72.20950677765659,41.74817850032807],[-72.20974877775097,41.74845350037373],[-72.20980777777976,41.74862350040481],[-72.20980177779276,41.74889050045672],[-72.20980077779741,41.74897950047399],[-72.20984477782287,41.749177500510946],[-72.20990277785934,41.74949050056976],[-72.20999877791246,41.749879500642095],[-72.20999077791718,41.7500105006677],[-72.2099827779167,41.75004850067532],[-72.20995377791066,41.75010950068805],[-72.20993177790531,41.75014250069512],[-72.20996877793645,41.750482500759816],[-72.209946777936,41.75060250078376],[-72.21000577796201,41.75072350080533],[-72.21031377808131,41.751058500860545],[-72.2104457781297,41.75115350087481],[-72.21049677814841,41.75119050088036],[-72.21068677822333,41.75142050091893],[-72.21080477827412,41.751639500957644],[-72.21091477832509,41.75190850100629],[-72.21083377832079,41.75230350108533],[-72.2109297783641,41.75251750112376],[-72.21110477842922,41.752660501145954],[-72.2111267784367,41.75266550114625],[-72.21133977851238,41.75277550116085],[-72.21150277857286,41.75290550118091],[-72.21167677863744,41.75304450120236],[-72.2121017788004,41.75347750127287],[-72.21221177885538,41.75381750133524],[-72.21227877890432,41.754300501426684],[-72.21214477887744,41.754601501489184],[-72.21237377896423,41.754816501523635],[-72.21540777998742,41.75540350154198],[-72.21584778014144,41.75558950156417],[-72.2159717801893,41.75572150158582],[-72.21603078021316,41.75580350159985],[-72.21608978025085,41.756132501661725],[-72.21612978027183,41.75627350168776],[-72.21613378027385,41.756286501690155],[-72.216161780285,41.75632250169624],[-72.21627278032905,41.75646150171967],[-72.21647778040335,41.7565935017388],[-72.21669078047533,41.75663750174061],[-72.21695378056353,41.75667950174048],[-72.2170347805907,41.756692501740446],[-72.2172037806538,41.75683450176265],[-72.21720378066273,41.756993501793445],[-72.21700578061872,41.75736150187092],[-72.21702778063145,41.7574605018894],[-72.2171597806764,41.757493501891645],[-72.21737278074497,41.757476501881655],[-72.21760478081809,41.75743050186546],[-72.21779378087773,41.75739350185234],[-72.21805478096006,41.75734250183427],[-72.2183077810438,41.7573635018304],[-72.21854478112229,41.7573835018268],[-72.21862978115126,41.7574055018284],[-72.21888578123848,41.75747050183292],[-72.21888678123884,41.7574715018331],[-72.21897278126819,41.75749450183485],[-72.21905078129478,41.75751450183627],[-72.21925578136909,41.75764650185538],[-72.2194387814359,41.757772501874044],[-72.21965178151096,41.7578715018865],[-72.21987178158676,41.75794250189334],[-72.21992278160833,41.75803050190877],[-72.21983478158975,41.75821150194658],[-72.21968878155621,41.758463501999984],[-72.21935478146719,41.75881950207942],[-72.21932178146245,41.75892750210135],[-72.21927278145556,41.759089502134266],[-72.21937678149611,41.75920750215384],[-72.21940778150797,41.75923850215888],[-72.21951378154863,41.75934650217646],[-72.22001578173138,41.759683502225926],[-72.22019378179294,41.75974550223234],[-72.22011178178397,41.76006250229628],[-72.22027578185555,41.760384502353496],[-72.22059078196324,41.76047150236043],[-72.22081878204321,41.760570502372424],[-72.22105478211753,41.76052250235572],[-72.22108978212857,41.760515502353265],[-72.22128778219658,41.76057550235864],[-72.22146378225649,41.76061950236163],[-72.22159478229739,41.76058650235113],[-72.22174178233892,41.760471502324265],[-72.2220057824229,41.7604325023084],[-72.22255478260368,41.76046050229655],[-72.22285578270741,41.76055850230607],[-72.22303178277073,41.76066350232087],[-72.22315678282294,41.76086650235624],[-72.22317878283532,41.76095950237356],[-72.22317078285425,41.76134350244816],[-72.22329578290459,41.76151350247715],[-72.22337678293377,41.761562502484075],[-72.22353778299158,41.76165650249722],[-72.22386778310576,41.76177150250912],[-72.22402178316308,41.761897502528655],[-72.22419078323298,41.76216050257429],[-72.2243807833021,41.7622865025927],[-72.22478378343794,41.76236350259494],[-72.2250037835153,41.762462502607185],[-72.22521778359257,41.762594502626],[-72.22542178366615,41.76271950264379],[-72.2254787836869,41.76275750264935],[-72.22581778381021,41.762983502682445],[-72.22597178386174,41.763005502681864],[-72.22608878391343,41.763246502724854],[-72.22650678406153,41.76345450275196],[-72.22660278409782,41.76354250276598],[-72.22666878412952,41.76372350279896],[-72.22666078413985,41.76395450284394],[-72.22652678411843,41.76435250292519],[-72.2274067844255,41.76470550296587],[-72.22754278447336,41.76476750297359],[-72.22843178479557,41.765338503056185],[-72.22919878507112,41.76578750311896],[-72.22943678515541,41.76590550313433],[-72.22957278520256,41.76595450313955],[-72.22973278525714,41.76599650314264],[-72.23007778537279,41.76605050314224],[-72.23026178543374,41.766066503139555],[-72.23113678571963,41.76607150311299],[-72.23155878585601,41.76604750309508],[-72.23228678608994,41.76598150305937],[-72.23358178650808,41.76590050300295],[-72.23366778653615,41.76590050300026],[-72.23375378656432,41.76590250299795],[-72.2337547865646,41.76590150299772],[-72.23385078660142,41.76599950301366],[-72.23413478670888,41.76626250305564],[-72.23473178693912,41.766892503158815],[-72.23483078697845,41.76701750317991],[-72.23491678701387,41.767148503202556],[-72.23499978705074,41.76732250323363],[-72.23503578706803,41.76742150325166],[-72.23493678703858,41.76747250326465],[-72.23481478700349,41.767556503284744],[-72.2345947869414,41.76772950332517],[-72.23397378677069,41.76829950345505],[-72.2332337865648,41.768934503601244],[-72.23309878652775,41.769059503629684],[-72.23290278647589,41.76927550367767],[-72.23259178639739,41.76968550376683],[-72.23220978629982,41.770168503872334],[-72.23189878621824,41.77052350395083],[-72.23138478607999,41.77104950406882],[-72.2310967860026,41.77134550413518],[-72.23099078597339,41.77144150415709],[-72.2308987859473,41.771511504173525],[-72.23065078587577,41.77167950421385],[-72.23052478584049,41.77178350423795],[-72.23052078583946,41.77178850423905],[-72.2304457858193,41.771865504256304],[-72.2303377857916,41.77200050428582],[-72.23014978574497,41.77226250434246],[-72.22997278570291,41.772542504402224],[-72.22983778567439,41.77281950446009],[-72.2297157856509,41.77311050452027],[-72.22966078564154,41.77326350455159],[-72.22962378563912,41.77343550458604],[-72.22962278564727,41.77358650461531],[-72.22965578567111,41.77381950465937],[-72.22972878571352,41.77415050472114],[-72.22973278572096,41.774259504742105],[-72.2297207857212,41.774333504756804],[-72.2296967857174,41.774405504771494],[-72.2296537857073,41.7744755047864],[-72.22947178566153,41.77471850483916],[-72.22940078564314,41.774803504857836],[-72.22938778563967,41.77481750486096],[-72.22934978562985,41.774863504871064],[-72.22919578559198,41.77508450491867],[-72.22876478548329,41.77565450504256],[-72.2287067854683,41.77572450505792],[-72.22884678551877,41.77580950506999],[-72.22898878557073,41.77590950508487],[-72.22926578567044,41.77607450510808],[-72.22951278575808,41.7761995051245],[-72.22984378587438,41.77634650514253],[-72.22986478588179,41.776356505143816],[-72.230340786047,41.776531505162716],[-72.23123978635613,41.776810505188415],[-72.23166978650485,41.77695950520372],[-72.23186478657335,41.77704550521424],[-72.23219378669044,41.77721850523736],[-72.2323927867627,41.77734850525626],[-72.23257278682978,41.77749650527924],[-72.23267478686887,41.77759950529595],[-72.23286078694161,41.77781350533152],[-72.23319178706987,41.778173505390775],[-72.2337717872947,41.77880550549484],[-72.23396678736869,41.7789895055243],[-72.23404378739708,41.779047505533114],[-72.23411378742183,41.77908150553749],[-72.23403678740081,41.77915450555403],[-72.23382378733987,41.77930750559035],[-72.23370578730517,41.77937550560722],[-72.23345678723089,41.77950050563925],[-72.23276278702407,41.779851505729006],[-72.2323787869104,41.780059505781345],[-72.23227078687933,41.78013350579907],[-72.23198678680052,41.780381505856],[-72.23154078667964,41.78082150595518],[-72.23125278660164,41.78110650601939],[-72.23098678652987,41.78137450607963],[-72.23091478651041,41.781446506095826],[-72.23069778645186,41.78166550614503],[-72.2306267864328,41.78173850616139],[-72.23049678639698,41.78185650618831],[-72.23047178639017,41.781880506193744],[-72.23033578635352,41.78201850622473],[-72.23018878631295,41.7821505062549],[-72.23010978629048,41.782209506268806],[-72.22999278625733,41.782299506289895],[-72.22996978625072,41.78231550629373],[-72.22964478615788,41.7825515063496],[-72.2288187859221,41.78315450649229],[-72.22866478587738,41.783253506516296],[-72.22861478586292,41.78328650652425],[-72.22850878583179,41.78334850653959],[-72.22833278577944,41.78343950656274],[-72.22831378577371,41.78344750656489],[-72.22814878572393,41.78352050658419],[-72.22791478565243,41.783607506608405],[-72.22770278558676,41.783670506627246],[-72.22756878554469,41.783700506637274],[-72.22737778548392,41.7837285066487],[-72.22718378542149,41.7837445066579],[-72.22717078541726,41.78374450665831],[-72.22693978534264,41.7837585066683],[-72.2267567852849,41.78379450668101],[-72.2266107852401,41.783845506695464],[-72.22652878521552,41.783884506705604],[-72.22645778519481,41.78392850671635],[-72.22631178515378,41.78404650674377],[-72.22617378511733,41.78419950677773],[-72.22607778509291,41.78432250680455],[-72.22599278507238,41.784451506832184],[-72.22590378504908,41.784553506854735],[-72.22465278472687,41.78608850719109],[-72.2239027845338,41.787010507393084],[-72.22413178462081,41.787228507428054],[-72.22420278464804,41.78730050743977],[-72.22447878475528,41.787605507490106],[-72.22451278476834,41.78764050749581],[-72.22466078482526,41.78779350752075],[-72.22480478487921,41.787917507540215],[-72.22514078500323,41.78817250757897],[-72.22533278507329,41.78830350759827],[-72.2256897852023,41.788525507630006],[-72.22664678554605,41.789082507707654],[-72.22668778556077,41.789106507711004],[-72.22744278583254,41.78955650777431],[-72.22746878584175,41.78956950777602],[-72.22754678586958,41.78961150778168],[-72.22757378587917,41.789625507783555],[-72.2279157860023,41.78982950781224],[-72.22819578610316,41.789997507835935],[-72.22848478620706,41.790167507859735],[-72.2309147870809,41.79160050806049],[-72.23122678719288,41.79178050808549],[-72.23154178730596,41.79196250811079],[-72.23214178752185,41.79231850816077],[-72.2323417875936,41.792433508176735],[-72.23346778799876,41.793101508270496],[-72.23425878828253,41.793555508333434],[-72.23428978829364,41.79357350833594],[-72.23474778845865,41.79384850837472],[-72.23491078851775,41.793953508389905],[-72.23518378861728,41.794138508417085],[-72.23529278865745,41.794219508429336],[-72.23541078870169,41.79432150844534],[-72.23560478877548,41.79450750847522],[-72.23583478886434,41.79475250851538],[-72.23591878889711,41.79484750853109],[-72.23594078890575,41.79487350853545],[-72.2359607889147,41.79491650854313],[-72.23597678892177,41.79494950854902],[-72.23612478898028,41.795130508579355],[-72.23624778903088,41.795316508611464],[-72.23699378934046,41.796490508815076],[-72.23842678993687,41.798776509212125],[-72.23852978997976,41.798941509240784],[-72.2387487900691,41.799258509295214],[-72.23900379016956,41.79956450934637],[-72.2393517903018,41.79989550939944],[-72.23960779039776,41.80011550943391],[-72.23979579046652,41.80024650945333],[-72.24040179068635,41.80063750950987],[-72.24101779091335,41.801097509579435]]]},"properties":{"name":8811,"geoid":"09013881100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.25576379582172,41.80276950943814],[-72.25579779582343,41.80260250940478],[-72.25581879582683,41.80254150939232],[-72.25588379584019,41.80240150936319],[-72.25591579583886,41.80219250932177],[-72.25589379582465,41.80206750929829],[-72.25587379581361,41.80198750928345],[-72.2558477958009,41.80191250926976],[-72.25581079578274,41.80180450925003],[-72.25567379571835,41.801455509186866],[-72.25553379565363,41.80111750912591],[-72.25550479564018,41.801046509113085],[-72.25546779562183,41.800935509092795],[-72.25542079560002,41.800820509072025],[-72.25539379558602,41.8007285090551],[-72.25536179556745,41.80058450902825],[-72.25532879554217,41.8003265089794],[-72.25532379553468,41.80022250895943],[-72.25532979553113,41.8001245089403],[-72.25534979553225,41.8000285089211],[-72.25537679553717,41.7999595089069],[-72.25541479554587,41.79989350889295],[-72.25546579555909,41.799832508879526],[-72.2555267955759,41.799777508866995],[-72.25559179559464,41.79973350885641],[-72.25566379561596,41.79969450884661],[-72.2557307956362,41.799665508838885],[-72.2558007956577,41.79964150883204],[-72.25588579568421,41.79961950882511],[-72.25597479571248,41.79960550881958],[-72.25602279572804,41.79960350881768],[-72.25617079577687,41.799612508814754],[-72.25637379584511,41.79964750881513],[-72.25728179615272,41.799846508825],[-72.25737279618335,41.799862508825235],[-72.2577077962948,41.79989950882183],[-72.25784679634062,41.79990750881899],[-72.25798679638645,41.79990950881496],[-72.25807279641434,41.79990650881167],[-72.25829979648744,41.79988850880103],[-72.25855179656769,41.79985250878613],[-72.25878479664088,41.799801508768915],[-72.25888779667326,41.79977950876142],[-72.2592347967817,41.799693508733846],[-72.25938879682991,41.79965650872184],[-72.259996797021,41.79952550867733],[-72.26010279705466,41.799508508670705],[-72.26080979728023,41.799415508630425],[-72.26095279732624,41.799403508623605],[-72.2609597973137,41.79914050857251],[-72.26096679730348,41.798918508529354],[-72.2609517972818,41.7986205084722],[-72.26091379725946,41.79844350843915],[-72.26087879724355,41.798364508424996],[-72.2608687972389,41.79833950842047],[-72.26080279721099,41.79822650840068],[-72.26074279718661,41.798141508386145],[-72.26067479715995,41.79806250837302],[-72.26013779695268,41.797494508280074],[-72.25995179688258,41.79732750825364],[-72.25993579687655,41.79731350825144],[-72.25979979682607,41.79720550823484],[-72.25936079666529,41.79689550818872],[-72.25858779637952,41.7963015080982],[-72.25833279628687,41.79613450807394],[-72.25820379624088,41.79606550806464],[-72.25799079616648,41.795979508054735],[-72.25721979590197,41.79575150803493],[-72.2570167958321,41.795687508028955],[-72.25656479567661,41.79554650801593],[-72.25636379560721,41.79547950800931],[-72.25615579553488,41.79540050800058],[-72.25598179547272,41.7953055079877],[-72.25595979546459,41.795288507985084],[-72.25589079543913,41.79523650797722],[-72.25588479543688,41.795231507976446],[-72.25580979540786,41.79515050796312],[-72.25574979538314,41.79505950794743],[-72.2557367953774,41.79503250794261],[-72.25570179536163,41.79495550792881],[-72.25590879542855,41.79494450792017],[-72.25604479547258,41.79493750791452],[-72.25710379581419,41.79486450786702],[-72.25748279593593,41.79482950784832],[-72.25761479597837,41.79481750784183],[-72.25829979620029,41.79478750781443],[-72.2584527962496,41.79477650780749],[-72.25897979641798,41.79471150777829],[-72.25921479649263,41.79467450776373],[-72.25944679656526,41.79461950774577],[-72.25961079661559,41.79456250772959],[-72.25976679666275,41.7944955077117],[-72.26062179691544,41.79402650759404],[-72.26116079707622,41.79375650752483],[-72.26151679718359,41.793599507483236],[-72.26246879746688,41.79311150735882],[-72.26279479756396,41.79294550731643],[-72.2634177977506,41.792648507239356],[-72.26390479789748,41.79243350718242],[-72.26408779795305,41.79235950716234],[-72.26391579788964,41.79223050714279],[-72.26337079769135,41.79186850708995],[-72.26329779766539,41.79183050708492],[-72.26304179757338,41.791680507063965],[-72.26301279756298,41.791663507061585],[-72.2627007974498,41.79146250703255],[-72.26254579739235,41.79134050701383],[-72.26242479734563,41.79121250699288],[-72.26235579731669,41.79109850697301],[-72.26229179728617,41.79092750694194],[-72.26203379714467,41.78990950675315],[-72.26198079711784,41.789740506722126],[-72.2619227970916,41.78961050669881],[-72.26183479705578,41.78948450667722],[-72.26168579699836,41.78932850665172],[-72.26147179691753,41.78913350662075],[-72.26101479674489,41.788716506554486],[-72.2609097967052,41.78862050653922],[-72.26068179661979,41.78842550650868],[-72.26064079660395,41.788381506501466],[-72.26059579658319,41.78827350648199],[-72.2605807965745,41.7882065064695],[-72.26056479656107,41.78806050644176],[-72.26054479654977,41.787975506425944],[-72.26053279654433,41.7879485064211],[-72.26041079649515,41.787782506392816],[-72.26036279647526,41.787707506379846],[-72.26028479644846,41.78768350637765],[-72.26021979642461,41.78763650637061],[-72.26019079641355,41.787608506366105],[-72.26014179639498,41.78756250635874],[-72.26008179637077,41.78748050634477],[-72.25998179632845,41.78730850631466],[-72.25990779629574,41.78715650628758],[-72.25988279628397,41.787092506275975],[-72.25984679626706,41.787000506259325],[-72.25981879625242,41.78690250624125],[-72.25999479628487,41.78645850614979],[-72.26002279629006,41.78638850613536],[-72.26006679629481,41.78621750610091],[-72.26006679627973,41.78594950604906],[-72.2598617961628,41.78506050588351],[-72.25978179611688,41.78470850581794],[-72.25983279612768,41.78460450579622],[-72.25999479617718,41.784544505779486],[-72.260056796195,41.784501505769214],[-72.26031779627024,41.78432450572676],[-72.26060379635004,41.78408350567112],[-72.26063679635833,41.78403950566154],[-72.2607867963962,41.78384250561872],[-72.26079479638864,41.78366150558344],[-72.26079579629699,41.78202650526706],[-72.26086879631369,41.78189950524019],[-72.26097879634777,41.78186750523054],[-72.26158779654683,41.78187250521231],[-72.26215179673466,41.7819385052073],[-72.2627307969314,41.78207650521575],[-72.2628157969604,41.78209850521732],[-72.26303879703656,41.78215850522191],[-72.26380879730611,41.78248250526033],[-72.26632979819419,41.783641505405114],[-72.26689379838979,41.78384550542679],[-72.26751679860051,41.783976505432506],[-72.26808879878726,41.783977505414654],[-72.26860979895423,41.78392250538759],[-72.26868279898115,41.783977505395924],[-72.26882179903947,41.78420750543606],[-72.2689097990688,41.784218505435405],[-72.26907879911501,41.78405950539931],[-72.2692397991664,41.78403850539018],[-72.26987779937834,41.78410450538282],[-72.2700097994211,41.7840985053775],[-72.27014179946202,41.784060505366],[-72.27036879952963,41.783945505336604],[-72.27060379958903,41.78363750526959],[-72.27075079960211,41.78301750514499],[-72.27080979961677,41.78293550512727],[-72.27092679964971,41.78284250510559],[-72.27127879975875,41.78273850507436],[-72.27137379978576,41.78266750505763],[-72.2714917998156,41.78251350502412],[-72.27152079981737,41.782376504996684],[-72.2715207998047,41.78215150495316],[-72.27196179991869,41.781619504836335],[-72.27215979997219,41.78142150479177],[-72.27226980000685,41.781399504784055],[-72.2724838000809,41.78147450479182],[-72.2725038000879,41.78148250479274],[-72.27258480011247,41.7814495047838],[-72.2726138001167,41.781356504764894],[-72.27259980009082,41.780977504692004],[-72.27278280014777,41.78092850467675],[-72.27292180019191,41.78090650466812],[-72.27328880030026,41.78070350461726],[-72.27347980035057,41.78048950456982],[-72.27368480041287,41.7804075045475],[-72.27386080046935,41.78039050453866],[-72.2741468005618,41.78037450452655],[-72.27443980065033,41.780248504492924],[-72.27462380070233,41.780105504459456],[-72.27482180075616,41.77991350441605],[-72.27545680093566,41.779420504300646],[-72.27556280096557,41.77933750428123],[-72.27561280097926,41.77929050427057],[-72.27605980110187,41.77887650417637],[-72.27614880112627,41.778794504157695],[-72.27622380114892,41.778761504148946],[-72.27650480123347,41.778634504115516],[-72.27651580123684,41.77863050411439],[-72.2769488013621,41.778345504045596],[-72.27723980144195,41.77807650398436],[-72.2772708014505,41.77804850397796],[-72.27729280145243,41.77795550395928],[-72.2773058014519,41.777870503942424],[-72.27731880145141,41.77778650392575],[-72.27883480198938,41.77855350402636],[-72.27958980225729,41.77893550407645],[-72.28022180248011,41.77922950411341],[-72.28055380260199,41.77946950414937],[-72.28055880260429,41.77948150415154],[-72.2806678026531,41.77971650419359],[-72.28054280263308,41.78008550426891],[-72.28042780261998,41.78051950435651],[-72.2802288025982,41.78128650451117],[-72.28022980260462,41.78139450453204],[-72.2802318026149,41.781565504565066],[-72.28039280270174,41.78217450467782],[-72.28043480273404,41.78250450474033],[-72.28050980279112,41.783083504849984],[-72.28054480285886,41.78408350504234],[-72.28059180288015,41.78418950506137],[-72.28064780290549,41.7843145050838],[-72.28068680292306,41.7844005050992],[-72.28088280300116,41.78465150514157],[-72.28096780303504,41.78476050515997],[-72.2830978038446,41.78679050548548],[-72.28313480385864,41.78682550549109],[-72.28522780465423,41.78882150581114],[-72.28622880503477,41.789776505964284],[-72.28740180548658,41.79099950616383],[-72.28947980628695,41.79316650651738],[-72.28948580628926,41.79317250651835],[-72.29018280655775,41.793899506636954],[-72.2915578070874,41.79533350687088],[-72.291792807161,41.795278506852824],[-72.29224580729809,41.79508750680159],[-72.2927158074452,41.79497550676509],[-72.2932358076152,41.79498050674963],[-72.29333680764823,41.794981506746645],[-72.29413880791729,41.79511050674626],[-72.2946998081054,41.795199506745746],[-72.29521480827775,41.79527450674401],[-72.29571080842628,41.79503750668251],[-72.29599180851709,41.79502150667055],[-72.29621480859541,41.79511950668245],[-72.29623180860489,41.79518950669546],[-72.29630380864464,41.795477506748874],[-72.29643680870356,41.79575250679786],[-72.29689280886656,41.796003506831994],[-72.29776380917043,41.79635050687158],[-72.29841980939932,41.79661250690154],[-72.29936980973203,41.7970135069491],[-72.29946780976633,41.79705450695392],[-72.29964580982866,41.797129506962804],[-72.29976980987026,41.79714950696276],[-72.29981580988571,41.79715750696285],[-72.2998758099057,41.79716450696232],[-72.2999338099253,41.7971765069628],[-72.30008780997699,41.79720150696277],[-72.30059881013966,41.797128506932516],[-72.30120681032756,41.79694150687713],[-72.3014778104133,41.7968935068593],[-72.30185081053557,41.79690250684925],[-72.30223181066218,41.79694250684495],[-72.3024758107478,41.79704850685775],[-72.30247481076323,41.79732750691172],[-72.30267681083558,41.797441506927406],[-72.30271781085031,41.79746550693075],[-72.30302881095092,41.79744950691782],[-72.30354181111075,41.797314506875516],[-72.30397781123699,41.79702950680664],[-72.30468781142596,41.79627150663761],[-72.30496381149415,41.79588350655386],[-72.30530881158838,41.795557506479916],[-72.3054468116284,41.795468506458334],[-72.30567681170069,41.79541950644161],[-72.30571681171357,41.79541650643974],[-72.30592581178101,41.795402506430435],[-72.3062818119064,41.795565506450714],[-72.30679681209175,41.79587150649363],[-72.30741981230643,41.796072506512814],[-72.30812281253723,41.79609650649523],[-72.3085218126725,41.79618550649984],[-72.30901581283995,41.79629550650551],[-72.30956681303344,41.79653750653489],[-72.3099098131539,41.796688506553245],[-72.31103081354988,41.79722150662089],[-72.31146881370462,41.797430506647466],[-72.31191681386106,41.79761150666831],[-72.31225581398876,41.79791350671598],[-72.31258181410826,41.79814550675055],[-72.31282881419887,41.79832250677698],[-72.31291781424812,41.79868050684338],[-72.31285581425493,41.79915950693796],[-72.31270481421292,41.79928850696767],[-72.31263081419226,41.79935050698201],[-72.3125988141834,41.79937850698843],[-72.31236981411391,41.799471507013656],[-72.31236681411305,41.79947350701414],[-72.3122738140829,41.79947750701784],[-72.31199381399215,41.79948850702882],[-72.31156881385287,41.79947850704032],[-72.31138081379473,41.79953550705728],[-72.31118181373257,41.799585507073246],[-72.31099481367775,41.79969550710044],[-72.31096881367024,41.79971250710454],[-72.3105758135563,41.79996650716607],[-72.31022481345346,41.80017450721739],[-72.30976581332935,41.80062950731986],[-72.30959281329714,41.80105950740849],[-72.30944781327803,41.80155950750974],[-72.30951681333258,41.80212650761719],[-72.30978781344676,41.80258250769679],[-72.31004581354267,41.80278950772867],[-72.3102238136089,41.802933507750865],[-72.31119481394289,41.80323550777858],[-72.31126781396834,41.80326450778189],[-72.31264081444785,41.80381950784577],[-72.31371681482759,41.8043245079094],[-72.31491081525203,41.804939507990554],[-72.31508581531429,41.805030508002616],[-72.31579081555716,41.80525650802403],[-72.31595081561701,41.80539150804507],[-72.31603181565323,41.80556450807595],[-72.31599181565252,41.80578350811955],[-72.31593781565174,41.80608150817887],[-72.31592481567941,41.806646508288516],[-72.31604881576864,41.807509508451425],[-72.31610081579923,41.807750508496376],[-72.31637681589405,41.807834508503895],[-72.31664981599187,41.80798850852503],[-72.31672281602935,41.8082305085695],[-72.31662081600753,41.80843350861198],[-72.31657581599782,41.8085215086304],[-72.31571481573356,41.80881850871506],[-72.31551181567582,41.80896950875066],[-72.31532181563233,41.80929750882006],[-72.31513181561034,41.81000650896313],[-72.31498681561928,41.81100250916024],[-72.31492081564447,41.811829509322195],[-72.31488381567527,41.812588509470075],[-72.31501481575103,41.81317250957882],[-72.31551781593517,41.81352550963114],[-72.31649781629666,41.81426150974242],[-72.31655181631653,41.81430150974843],[-72.31667881636953,41.81450550978383],[-72.31668181638672,41.814792509839236],[-72.31678281649383,41.816104510089616],[-72.31678181650835,41.81636751014047],[-72.31663081646721,41.81651151017308],[-72.31520781604785,41.81731051037251],[-72.31496081597501,41.81744851040699],[-72.31425781578487,41.81814451056375],[-72.31381681566266,41.81852951065209],[-72.31357281560543,41.81892651073653],[-72.31332581557177,41.81975751090495],[-72.31315581554159,41.820205510996914],[-72.3130698155264,41.82043351104369],[-72.31310681555826,41.82078351111016],[-72.31351481571434,41.821188511175535],[-72.31361481576046,41.821426511218355],[-72.31381081585079,41.82189251130221],[-72.31400481594677,41.82247051140779],[-72.3139558159548,41.82289551149146],[-72.31363681588923,41.82357751163334],[-72.31333381582229,41.82414351175229],[-72.31332881582252,41.82417651175882],[-72.31322781582567,41.8248155118855],[-72.31335181589476,41.825321511979354],[-72.31342081593576,41.82564851204037],[-72.3132068158897,41.82606951212848],[-72.3128728157978,41.82637251219759],[-72.31285281579721,41.826477512218496],[-72.31281981579615,41.826649512252786],[-72.31281781580681,41.826849512291496],[-72.31281681581271,41.82695951231279],[-72.3129648158713,41.82714151234327],[-72.31329281598317,41.82722651234932],[-72.31380581615747,41.827346512356264],[-72.3140718162565,41.8275625123896],[-72.31415981630593,41.82792851245755],[-72.31405181628985,41.828267512526445],[-72.31370781620858,41.82881651264341],[-72.31330781610156,41.82923351273664],[-72.31307181603476,41.82941451277907],[-72.31273981592766,41.82943751279401],[-72.31197981566976,41.82926451278462],[-72.31144981549956,41.82931451281105],[-72.31095881534429,41.829403512843776],[-72.31069181526769,41.82959051288834],[-72.31057281524268,41.82983551293946],[-72.31050381525732,41.83049251306858],[-72.3104128152383,41.83068151310797],[-72.3102438152028,41.831029513180546],[-72.30992481512364,41.831471513276036],[-72.30925081493902,41.832098513418494],[-72.30880381480915,41.83238251348751],[-72.30872981478845,41.832443513501616],[-72.30851381472807,41.832623513543226],[-72.30840781471045,41.832923513604534],[-72.30851281475756,41.83315051364508],[-72.3090928149744,41.83363651372062],[-72.30922281502454,41.83377251374279],[-72.30979781524627,41.83437351384072],[-72.31012581538022,41.8348485139221],[-72.31018381540389,41.83493251393649],[-72.31018681540755,41.83497951394547],[-72.3102198154436,41.8354265140308],[-72.31023081545476,41.83556051405633],[-72.31022981545529,41.835575514059244],[-72.31023381545789,41.83559851406358],[-72.31023681546121,41.835639514071396],[-72.31022881546055,41.83567451407842],[-72.31016581545663,41.8359685141372],[-72.31014581545568,41.836067514156966],[-72.31007281543191,41.836068514159464],[-72.30999981540818,41.83607051416216],[-72.30975881532973,41.836074514170555],[-72.30860081495278,41.836094514211034],[-72.30821481482718,41.836102514224805],[-72.30800281475837,41.83610951423287],[-72.30777581468477,41.83611851424178],[-72.30736881455095,41.83610251425156],[-72.30715781448164,41.83609451425667],[-72.30636381422113,41.83607251427755],[-72.30503881378633,41.83603351431191],[-72.30066281235047,41.83590851442614],[-72.3002258122072,41.835898514438014],[-72.2986918117151,41.83605351451646],[-72.2965838110389,41.836267514624424],[-72.29448781035369,41.836252514687786],[-72.2940088101971,41.836249514702345],[-72.29101680921909,41.836230514793236],[-72.2881998082982,41.83621151487858],[-72.28610380761305,41.83619851494228],[-72.28321880666904,41.83616351502667],[-72.27903480530004,41.83611451514936],[-72.27456380383603,41.83604251527663],[-72.27167980289174,41.83599751535899],[-72.2713028027689,41.83600251537186],[-72.27017180240054,41.83601951541086],[-72.26979580227817,41.836026515424074],[-72.2674948015248,41.83599151548995],[-72.26059179926466,41.83588651568752],[-72.25829079851128,41.83585151575334],[-72.25830479850055,41.83558051570055],[-72.25833079847915,41.83505051559732],[-72.25835679847067,41.834749515538334],[-72.25836679846762,41.83463751551639],[-72.25843579846858,41.8342555154404],[-72.25854279848086,41.833853515359344],[-72.25855579847948,41.8337535153396],[-72.25854579846548,41.833563515303204],[-72.25851879844708,41.83339351527121],[-72.25840879838262,41.8328875151769],[-72.25826779830736,41.832369515081254],[-72.25820879827117,41.832069515025125],[-72.25809379821088,41.8316665149509],[-72.25805779819095,41.83152151492401],[-72.25803579817858,41.83142951490693],[-72.25793579812922,41.83113351485288],[-72.25767979800914,41.8304865147359],[-72.25765679799926,41.83044451472853],[-72.25758979797027,41.830318514706285],[-72.25756779796079,41.83027751469908],[-72.25747979792449,41.83014351467595],[-72.2574467979088,41.83005651466018],[-72.25742979789825,41.829967514643506],[-72.25742679789337,41.82989851463028],[-72.25742179788367,41.82975551460279],[-72.25745479787295,41.829374514528126],[-72.2574477978668,41.82930551451501],[-72.25742779785581,41.82922651450037],[-72.25739479784067,41.82914951448654],[-72.25719779775994,41.828858514436504],[-72.25703579769538,41.82865151440163],[-72.25674579757812,41.82825151433347],[-72.25658979751421,41.82802151429394],[-72.25620479735629,41.827450514195725],[-72.25589479722755,41.826962514111194],[-72.25571779715301,41.826665514059364],[-72.25566579712938,41.826547514038204],[-72.25564379711763,41.82646651402324],[-72.25563879711166,41.82638951400851],[-72.25564479710924,41.82631151399326],[-72.25568279711362,41.82616951396462],[-72.2557677971332,41.82602451393391],[-72.25610879721941,41.82557851383696],[-72.25626979725772,41.825325513782985],[-72.25646679730075,41.824947513703705],[-72.2565737973221,41.824706513653744],[-72.25687479738977,41.82416351353931],[-72.25693579740185,41.824024513510516],[-72.25694879740085,41.823931513492134],[-72.25695579739072,41.82371151344938],[-72.25694379737023,41.82341751339295],[-72.2569037973366,41.82305251332366],[-72.25685379731001,41.822870513290056],[-72.25669779723732,41.82248451322036],[-72.25660579719775,41.822315513190595],[-72.2564897971507,41.822152513162756],[-72.25635079709596,41.82198651313505],[-72.25628879707007,41.82188651311767],[-72.256215797037,41.82172251308828],[-72.25613379699494,41.82145151303846],[-72.2560937969755,41.8213385130179],[-72.25605679695886,41.82125751300341],[-72.25602979694588,41.82118351298996],[-72.25591179688898,41.820857512930665],[-72.25572579680153,41.8203835128449],[-72.25530579659389,41.81913251261632],[-72.25529179658542,41.81906351260343],[-72.25528779657972,41.818985512588476],[-72.2552907965785,41.818946512580844],[-72.25531279658249,41.818889512569136],[-72.25535079659144,41.81882851255615],[-72.25539179660218,41.818781512545755],[-72.25625179691748,41.81939351263696],[-72.25623379690738,41.81931851262303],[-72.25618979688579,41.81919051259966],[-72.25607479682925,41.81885351253814],[-72.25600479679755,41.818696512509995],[-72.25594879677413,41.81860551249419],[-72.25594379677206,41.81859751249279],[-72.25585979673899,41.81849751247609],[-72.25581979672262,41.81843851246597],[-72.2560167967839,41.81838451244932],[-72.25610379681156,41.81837151244406],[-72.25620679684508,41.81836951244042],[-72.2562577968619,41.818372512439396],[-72.25636579689858,41.81839751244081],[-72.25662979698967,41.81848451244932],[-72.25674179702754,41.81850751245022],[-72.25679879704639,41.818511512449206],[-72.25684679706177,41.81850651244671],[-72.25697779710296,41.81847851243718],[-72.25714879715605,41.81842951242232],[-72.2573377972148,41.8183775124063],[-72.25757179728795,41.8183195123877],[-72.25780879736257,41.81827051237076],[-72.25831279752349,41.81820551234229],[-72.25861279761897,41.81816151232434],[-72.25888079770594,41.81815251231414],[-72.25912479778569,41.81815351230665],[-72.25920179781053,41.81814851230325],[-72.25930779784379,41.81812451229526],[-72.25957979792793,41.818041512270646],[-72.25974179797743,41.81798151225393],[-72.26026579813426,41.81772851218851],[-72.26047079819597,41.81763551216406],[-72.26068779826197,41.81754951214058],[-72.26107879838173,41.81740951210118],[-72.2612647984388,41.81734451208277],[-72.2617147985756,41.81716451203377],[-72.26195679864986,41.817080512009895],[-72.26216479871565,41.817042511995986],[-72.26238079878463,41.81701551198397],[-72.25728679711413,41.81688651211967],[-72.25728779711277,41.81685651211385],[-72.25725379709722,41.81677751209966],[-72.25698279698209,41.81630451201676],[-72.2569407969642,41.81623051200378],[-72.25651179678437,41.81552451188082],[-72.25638979673478,41.81535151185122],[-72.25619279665456,41.81506951180292],[-72.25601579658476,41.81485651176732],[-72.25587779653262,41.81473051174729],[-72.25583979651852,41.8147005117427],[-72.25573279647872,41.81461451172946],[-72.25563279644201,41.814542511718685],[-72.25540079635846,41.81440351169913],[-72.25529779632048,41.81432651168749],[-72.25521079628778,41.814250511675546],[-72.25492279618395,41.814076511650974],[-72.25467079609362,41.81393351163127],[-72.25450079603264,41.81383651161789],[-72.25434679597696,41.81374051160417],[-72.25412479589579,41.81358651158141],[-72.2537647957621,41.81329951153727],[-72.25341779563409,41.813038511497744],[-72.25334779560886,41.81299651149184],[-72.25329679559097,41.812974511489195],[-72.25324179557235,41.8129625114886],[-72.25321379556331,41.81296451148988],[-72.25312979553706,41.81298551149658],[-72.25306879551874,41.81301351150391],[-72.25295279548446,41.81307751151994],[-72.25280779544245,41.81317251154289],[-72.25271379541539,41.813236511558216],[-72.25218279526081,41.81357051163953],[-72.2519977951913,41.81340851161404],[-72.25186179514057,41.81329651159668],[-72.25133879494577,41.81286951153061],[-72.2511977948937,41.812762511514364],[-72.25086179477066,41.81252551147914],[-72.25063579468898,41.81238551145919],[-72.25050679464202,41.812299511446625],[-72.25040379460488,41.812237511437885],[-72.25035479458703,41.812204511433066],[-72.25025579455104,41.8121395114236],[-72.25008779448926,41.81201651140512],[-72.24993179443034,41.81187451138259],[-72.2499187944254,41.81186251138067],[-72.24981179438377,41.81174351136104],[-72.2497797943713,41.81170751135508],[-72.24968479433437,41.811602511337775],[-72.24965379432228,41.81156751133198],[-72.24978279436226,41.81152951132058],[-72.24995779441748,41.811495511308486],[-72.25018179448831,41.811454511293505],[-72.25045779457521,41.81139751127378],[-72.25077379467575,41.81135051125473],[-72.25088479471165,41.81134451125007],[-72.251197794813,41.8113295112373],[-72.25134979486295,41.81133551123367],[-72.2516047949477,41.81136151123066],[-72.25184279502783,41.81140451123146],[-72.25231479518678,41.811490511233224],[-72.25244279522924,41.81150251123152],[-72.25272379532171,41.81151551122517],[-72.25288779537526,41.81151551121999],[-72.25319779547513,41.81149151120559],[-72.25378179566249,41.81143251117576],[-72.25390279570136,41.81142151116981],[-72.25430679583069,41.8113755111482],[-72.25434979584443,41.811370511145874],[-72.25442879586953,41.81135851114105],[-72.25445879587895,41.81135151113877],[-72.25455079590803,41.81133451113257],[-72.25458179591787,41.81132951113064],[-72.25471479595988,41.811304511121605],[-72.25485079600203,41.811264511109584],[-72.25515479609628,41.81117551108277],[-72.2551897961071,41.811164511079554],[-72.25564479624725,41.81101551103641],[-72.25568379625929,41.81100351103285],[-72.25590779632805,41.81092551101071],[-72.25599579635504,41.81089451100195],[-72.25619979641769,41.81082451098197],[-72.25626279643714,41.81080451097612],[-72.25635279646495,41.81077651096788],[-72.25664179658152,41.81117051103493],[-72.25670279660608,41.81125351104907],[-72.25719379679869,41.81182651114436],[-72.25731279684423,41.81194551116362],[-72.25764479696903,41.81223651120942],[-72.2576907969863,41.8122765112157],[-72.25782179703475,41.8123775112311],[-72.25797679709021,41.812463511242846],[-72.25805779711841,41.81249451124628],[-72.25812179714033,41.81251251124773],[-72.25821479717119,41.81252151124653],[-72.25830479720064,41.812522511243905],[-72.25845279724788,41.81250351123556],[-72.25847479725472,41.8124975112337],[-72.25851179726635,41.812489511231],[-72.25862279730035,41.81244951121976],[-72.25869579732209,41.812412511210304],[-72.2587617973411,41.81236751119952],[-72.25881279735471,41.81231351118747],[-72.25883879736004,41.81225751117582],[-72.25888079736525,41.812106511145316],[-72.25888179736154,41.81203451113135],[-72.25887079735395,41.811963511117966],[-72.25885179734418,41.811900511106394],[-72.25880479732315,41.81179951108835],[-72.25869679727826,41.8116285110587],[-72.25861679724606,41.81152051104032],[-72.25857379722869,41.81146151103029],[-72.25836079714477,41.811206510987695],[-72.25835379714164,41.811191510985026],[-72.25842579716385,41.811168510978305],[-72.25861279722531,41.81117551097375],[-72.25868179724846,41.8111865109737],[-72.25880679729185,41.81123251097866],[-72.25888079731848,41.81127651098484],[-72.2589957973609,41.811362510997846],[-72.25913679741363,41.811481511016396],[-72.25934779749265,41.81166151104455],[-72.25941879751821,41.811703511050425],[-72.25951879755233,41.81172951105229],[-72.25958179757305,41.81173251105089],[-72.25968079760483,41.81172251104583],[-72.25978879763828,41.81169051103625],[-72.25989979767198,41.81164551102405],[-72.26000079770176,41.81158851100985],[-72.26004479771424,41.81155551100207],[-72.26010779773137,41.8114945109883],[-72.26013279773719,41.811452510979386],[-72.26014679773712,41.81137051096309],[-72.26013179772812,41.81129751094945],[-72.26009579771235,41.81122651093685],[-72.25996979766036,41.81103351090353],[-72.25980979759656,41.81082851086892],[-72.25978379758548,41.81078251086085],[-72.2597667975716,41.81063451083276],[-72.2597707975617,41.810435510794164],[-72.25976279755649,41.81038951078553],[-72.25971879753715,41.810301510769904],[-72.25965479751272,41.81023851075974],[-72.25956079747843,41.81017451075032],[-72.25955979747803,41.81017351075017],[-72.25904479729402,41.80989151071188],[-72.25880079720541,41.80973251068883],[-72.25890479723772,41.809703510679945],[-72.25907279729003,41.80965851066595],[-72.25921879733578,41.80962451065477],[-72.25932479736903,41.80960051064679],[-72.25924079733085,41.80940951061251],[-72.25915179728732,41.80915251056561],[-72.25911779727272,41.8090905105547],[-72.25900779722706,41.808917510524715],[-72.25894679720241,41.8088335105104],[-72.25873579711961,41.8085865104693],[-72.25860279707005,41.808477510452406],[-72.25847479702375,41.808397510440976],[-72.25835179698049,41.80834251043423],[-72.25814779690938,41.80826251042518],[-72.2581107968968,41.80825351042461],[-72.25813079689814,41.8081615104062],[-72.25829379692078,41.80761851029606],[-72.25833479692666,41.807485510269046],[-72.2583967969383,41.807332510237515],[-72.25847279695635,41.80721251021191],[-72.25859579698913,41.807081510182705],[-72.25866879700958,41.8070215101688],[-72.25878079704205,41.80694851015116],[-72.25934179720677,41.80662151007024],[-72.25952979726117,41.80649751004033],[-72.25962179728721,41.8064265100237],[-72.25972779731585,41.80632050999986],[-72.2597617973235,41.806259509986994],[-72.25978479732736,41.80619450997369],[-72.25979679732451,41.806074509950115],[-72.25978179731142,41.80592850992236],[-72.25973679729057,41.8058195099027],[-72.25964279724884,41.80562350986776],[-72.25896079695275,41.804319509637104],[-72.25857879678556,41.80356550950335],[-72.25848279674358,41.80337650946981],[-72.25837479669813,41.803195509438225],[-72.25830279666893,41.803094509420966],[-72.25822279663741,41.80299850940492],[-72.25810979659454,41.80289250938797],[-72.25798779655005,41.80280950937578],[-72.25779779648244,41.80271050936262],[-72.25768779644393,41.80266450935719],[-72.25753979639263,41.8026115093516],[-72.25741379634952,41.8025765093488],[-72.25732479631986,41.80256550934948],[-72.25704279622695,41.80255050935546],[-72.25685979616753,41.802556509362404],[-72.25671179612074,41.80258350937229],[-72.25614379594285,41.80271750941612],[-72.2558907958625,41.802757509431835],[-72.25576379582172,41.80276950943814]]]},"properties":{"name":8813,"geoid":"09013881300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.19258177193089,41.74457650016172],[-72.19266677195495,41.744510500146255],[-72.19287577201433,41.7443525001091],[-72.19291577202479,41.74430650009893],[-72.19298677204343,41.744225500081],[-72.19343177216042,41.74372049996919],[-72.19372177223532,41.743367499891725],[-72.19384577226741,41.74321749985877],[-72.1940997723225,41.74272049975451],[-72.19431177235941,41.74214349963607],[-72.1945767724145,41.74158249951908],[-72.19478677245978,41.741166499431884],[-72.1950067725073,41.74073249934091],[-72.19514677254124,41.74052249929581],[-72.19544477261356,41.74007649920006],[-72.19564477265327,41.73961949910524],[-72.19572077262772,41.738719498928475],[-72.19567777256911,41.73792249877539],[-72.19568977252358,41.73703849860373],[-72.19549377242755,41.73646549849887],[-72.19546677241532,41.7364044984879],[-72.19531677234764,41.73606949842768],[-72.19510677225925,41.7357144983655],[-72.19483177214869,41.735342498302046],[-72.19443977199901,41.73495349823897],[-72.1940027718467,41.73478049821915],[-72.19326977160497,41.734735498233434],[-72.19291177148769,41.734727498243124],[-72.19250577134433,41.734533498218255],[-72.19209177118269,41.7340594981394],[-72.19173777104682,41.73369549807998],[-72.19151077095383,41.733357498021604],[-72.19150977095205,41.73333149801658],[-72.1914827709424,41.73331649801454],[-72.19128977086304,41.733023497963806],[-72.19099877074375,41.73258849788863],[-72.19097677073191,41.732505497873234],[-72.19090377068511,41.732094497795885],[-72.1908957706543,41.73158949769827],[-72.19096177066541,41.73140349766017],[-72.19111577070275,41.731172497610565],[-72.19132877075968,41.73094749756029],[-72.19181177089742,41.730591497476134],[-72.19210477098353,41.730421497434],[-72.1924427710868,41.73029549739897],[-72.1927947711949,41.730174497364494],[-72.19323377133456,41.73010949733811],[-72.19381277152351,41.730109497319944],[-72.19409877161807,41.730131497315234],[-72.1943397716952,41.73010449730244],[-72.19447177173582,41.73006049728978],[-72.19496977189377,41.72997849725827],[-72.19519677196845,41.729989497253264],[-72.19554177208563,41.73007149725834],[-72.19607577227185,41.73028549728306],[-72.196236772329,41.730367497293905],[-72.19645977240523,41.73042949729892],[-72.19669477249182,41.73060649732585],[-72.19676677251678,41.73063249732863],[-72.19681677253416,41.73065149733074],[-72.1970817726306,41.730829497356915],[-72.19717277266797,41.730966497380614],[-72.19721777268644,41.73103449739237],[-72.19726277270499,41.731103497404334],[-72.19749677280122,41.73145849746577],[-72.19757977283523,41.7315824974872],[-72.1976587728676,41.73170049750759],[-72.19771277288987,41.73178349752199],[-72.1978957729546,41.731872497533494],[-72.19817577304416,41.7318404975185],[-72.19836677310369,41.73179049750282],[-72.19851877315112,41.73175149749049],[-72.19879777323413,41.73160749745384],[-72.19888177325561,41.73150149743067],[-72.19891777326471,41.73145449742043],[-72.1989647732606,41.7311064973515],[-72.19896877326022,41.73107649734557],[-72.19899277325554,41.73085249730142],[-72.19900577325545,41.73077549728608],[-72.19904677325547,41.73053649723847],[-72.19908777325543,41.73029649719068],[-72.19912577325553,41.73007649714684],[-72.19916377325569,41.729857497103225],[-72.19916777325565,41.72983349709845],[-72.19915977324091,41.72961649705664],[-72.19915377323845,41.72960749705509],[-72.1990127731812,41.72940649702055],[-72.19893477315456,41.72938549701894],[-72.1988837731372,41.729372497018005],[-72.19857377303049,41.72927349700856],[-72.1984457729871,41.729244497006945],[-72.19835977295791,41.72922449700578],[-72.19809277286525,41.72912549699495],[-72.19787977279024,41.72902749698266],[-72.1977417727375,41.72888949696024],[-72.19773377272544,41.72872049692775],[-72.19774677272068,41.72855949689613],[-72.19774877272037,41.72854249689278],[-72.19776977272102,41.72843149687061],[-72.19788877275316,41.72831149684362],[-72.19800877278784,41.72823149682435],[-72.19812677282373,41.72818449681154],[-72.19822677285613,41.72818049680763],[-72.19853177295522,41.7281724967965],[-72.19863477298873,41.72817049679288],[-72.1989207730816,41.728162496782346],[-72.19996077341948,41.72813549674449],[-72.20012277347234,41.72813549673941],[-72.20154077393452,41.72812549669297],[-72.20161877395988,41.72812349669014],[-72.20191577405652,41.72811849667984],[-72.20265777429798,41.728106496654235],[-72.20407477475905,41.728082496605104],[-72.20416977478995,41.72808049660173],[-72.20445477488268,41.72807549659181],[-72.20455077491394,41.728074496588604],[-72.20511977509912,41.728065496569],[-72.20572377529567,41.7280554965481],[-72.20588477534804,41.728052496542475],[-72.20623477546192,41.72804649653032],[-72.20629677548209,41.72804549652819],[-72.20954277654128,41.72804449642609],[-72.20961977656636,41.728043496423474],[-72.21631777875201,41.728042496212964],[-72.21644377879318,41.728043496209196],[-72.21776877922603,41.72805249616932],[-72.22485178153849,41.728073495950895],[-72.22734278235174,41.72808149587417],[-72.22850278273042,41.728084495838296],[-72.2325817840633,41.72811849571669],[-72.23453178470047,41.728134495658495],[-72.23624878526157,41.728149495607425],[-72.23642078531775,41.728150495602215],[-72.23644878532694,41.72815149560153],[-72.24029378658331,41.72818349548684],[-72.24164978702642,41.72819549544653],[-72.24175978706171,41.72818449544093],[-72.24209178716835,41.72815449542468],[-72.24210878717383,41.728153495423946],[-72.24220278720462,41.72815549542138],[-72.24245378728679,41.728160495414464],[-72.24320878753403,41.72817649539382],[-72.2434607876166,41.72818249538707],[-72.24446778794639,41.72820449535965],[-72.24509178815566,41.72830549535959],[-72.24812078913858,41.72820949524572],[-72.24952378959617,41.728206495201],[-72.24967378964512,41.72820649519629],[-72.25012578979259,41.728206495182086],[-72.25027678984186,41.72820649517732],[-72.25039178987937,41.7282064951737],[-72.25074078999326,41.72820649516272],[-72.25077279000368,41.72820649516172],[-72.25085679003115,41.72820749515927],[-72.25086279003305,41.72820649515889],[-72.25088179003919,41.72820549515811],[-72.2508887900415,41.72820549515788],[-72.25099779007711,41.728206495154645],[-72.25132479018397,41.72820949514493],[-72.25143379021964,41.728211495141885],[-72.25167479029822,41.728210495134114],[-72.2524007905351,41.72821049511128],[-72.2525037905687,41.72821049510802],[-72.25264379061437,41.728210495103625],[-72.25279779067506,41.72839649513482],[-72.2531017908034,41.72891649522601],[-72.25336379090015,41.729117495256716],[-72.25368279102015,41.72940149530171],[-72.25400379113172,41.72952349531525],[-72.25424179120843,41.72950649530446],[-72.25439079125502,41.729470495292794],[-72.25467779134542,41.729412495272534],[-72.2552567915308,41.7293494952421],[-72.25572679168351,41.72933849522518],[-72.2558237917155,41.72934449522329],[-72.25647079192883,41.72938449521068],[-72.256822792046,41.72942549520754],[-72.25735379222441,41.72951749520867],[-72.25756179229585,41.72958149521452],[-72.25781479238064,41.7296214952143],[-72.25814979249124,41.72964449520823],[-72.25899179276271,41.729586495170494],[-72.25924579284427,41.729563495158025],[-72.25951679293371,41.72958149515299],[-72.25970179299665,41.72962749515608],[-72.25982279304259,41.72974249517456],[-72.25990479307724,41.72988349519929],[-72.26011079317351,41.730401495293165],[-72.26031479326446,41.73083649537103],[-72.26055579336806,41.73128149544966],[-72.26077779346225,41.731669495517835],[-72.26105279357695,41.73211449559538],[-72.26134079369184,41.73248749565859],[-72.26135079371019,41.7327564957104],[-72.26112079365171,41.73305149577478],[-72.26068779354543,41.73367549590929],[-72.26067879356899,41.73414749600102],[-72.2608577936486,41.73452549606862],[-72.2611537937693,41.734955496142604],[-72.2614637938918,41.73533649620664],[-72.26160379395367,41.73562449625804],[-72.26159679397422,41.73603149633709],[-72.26159079397658,41.73610849635221],[-72.26156579399047,41.73650149642913],[-72.26160679401491,41.73669849646599],[-72.26172279405651,41.736765496475314],[-72.26194979413228,41.73679549647399],[-72.26223179422513,41.736810496468],[-72.26286079443076,41.73681749644957],[-72.26300879448425,41.73691049646292],[-72.26306579451341,41.73709849649753],[-72.26299379449985,41.737275496534096],[-72.26286979446786,41.73742649656726],[-72.26271879442892,41.737610496607644],[-72.26259579440735,41.73794149667564],[-72.2625027943997,41.73834549675682],[-72.26252979441658,41.73848949678386],[-72.26255579443259,41.738623496809005],[-72.26275479450786,41.73880749683837],[-72.2630947946283,41.7389774968606],[-72.26345579475665,41.73916549688566],[-72.26363779482722,41.73936449691846],[-72.26360679482849,41.739567496958756],[-72.26347979479785,41.73975949699996],[-72.26343779479687,41.73998649704525],[-72.26344079480836,41.740173497081365],[-72.26353579485635,41.74047649713707],[-72.26362179488717,41.74052549714386],[-72.26390679498932,41.740688497166445],[-72.26457879522408,41.740964497198746],[-72.26482179531286,41.741133497223814],[-72.26495779536468,41.741266497245306],[-72.26507879541529,41.74146449727984],[-72.2649947953987,41.74165749731987],[-72.26476879533656,41.741863497366886],[-72.26470979532408,41.74198449739218],[-72.26474979534858,41.742188497430426],[-72.26494879543755,41.742616497507065],[-72.26523679555292,41.742997497571785],[-72.26577179576606,41.743684497687994],[-72.2659807958455,41.743884497720146],[-72.266259795941,41.74396449772686],[-72.2666057960562,41.7440054977239],[-72.26700679618807,41.744023497714736],[-72.26720079625301,41.744052497714264],[-72.26739379631896,41.74410549771844],[-72.26753779637664,41.74429649775091],[-72.26770479644003,41.74445449777623],[-72.26785379649208,41.744515497783354],[-72.2682217966135,41.7445394977764],[-72.26840379668457,41.744747497810955],[-72.26843179669919,41.74484549782907],[-72.26823379663757,41.74489849784555],[-72.26789679652896,41.74492249786083],[-72.26779679649852,41.74496149787153],[-72.26754379642152,41.74506049789867],[-72.26748879641858,41.7453274979521],[-72.26758879646187,41.74551749798577],[-72.26784179655475,41.745701498013425],[-72.26827179670069,41.74580149801925],[-72.26867479683,41.745762497998996],[-72.26922979700953,41.745734497976116],[-72.26946779709318,41.74584149798932],[-72.26965079716436,41.74604549802306],[-72.26968779718608,41.74621749805521],[-72.2695727971571,41.74636949808827],[-72.26952579714278,41.74638749809325],[-72.26925679706073,41.74648949812146],[-72.2691527970291,41.746530498132685],[-72.26865679687754,41.74671349818374],[-72.26821979675263,41.747028498258516],[-72.26794179667377,41.747239498308126],[-72.26765879659344,41.74745349835848],[-72.26730379650226,41.747892498454675],[-72.2669677964124,41.74824449853343],[-72.2669627964111,41.74825049853475],[-72.26673079635471,41.74859449860867],[-72.26651879630765,41.74898849869164],[-72.26646879629675,41.74908449871182],[-72.26599279619265,41.7499964989034],[-72.26598679619143,41.750009498906124],[-72.26598779619259,41.750024498909],[-72.26592079617504,41.750101498926014],[-72.26577179613862,41.75031849897273],[-72.26568679613166,41.75068849904704],[-72.2657167961601,41.751020499110396],[-72.26571779616138,41.75103749911365],[-72.26586379622161,41.75126149915243],[-72.26590879625921,41.75166949923002],[-72.26586679628005,41.75228449935042],[-72.26595479633566,41.75276349944041],[-72.26600579636208,41.75293749947248],[-72.26613179642698,41.75336049955043],[-72.26641579654864,41.753876499641386],[-72.26644879656284,41.75393749965215],[-72.26687279673946,41.75461849977065],[-72.26709579683228,41.75497549983275],[-72.26745079698308,41.75559749994199],[-72.26790479717576,41.756389500081056],[-72.26867079745938,41.75698850017288],[-72.26925479767817,41.757490500251656],[-72.2697077978632,41.758152500365554],[-72.27018879805877,41.758839500483404],[-72.27021279806854,41.75887350048923],[-72.27058279821327,41.75930050056023],[-72.27087279833444,41.75977250064247],[-72.2709477983832,41.760204500723724],[-72.27093179838533,41.76033550074959],[-72.27089879839134,41.76063350080832],[-72.27069279835057,41.761104500906],[-72.27039479827711,41.761527500997275],[-72.2697917980978,41.76183850107648],[-72.26952779801418,41.761883501093514],[-72.26926079792969,41.76193050111103],[-72.2689097978271,41.76214350116332],[-72.26888379782528,41.76226150118697],[-72.26885179782315,41.76240950121664],[-72.2688607978326,41.76252550123881],[-72.26886879784088,41.762626501258104],[-72.26887179784417,41.76266750126595],[-72.26887779784957,41.76272850127757],[-72.26889279786461,41.76290950131213],[-72.2689847979037,41.76307050134041],[-72.26905679793423,41.76319550136234],[-72.26924679801479,41.763525501420226],[-72.26926879802411,41.76356350142688],[-72.26937579807166,41.76378850146706],[-72.2694107980873,41.76386350148048],[-72.26951279813053,41.76404050151153],[-72.26969379819671,41.76416650153021],[-72.26994579828322,41.76424250153698],[-72.27002679830964,41.764242501534426],[-72.27024079837955,41.76424350152789],[-72.27040779843296,41.76422450151894],[-72.2704907984595,41.76421450151438],[-72.27072079852769,41.764092501483525],[-72.27089779858765,41.76413150148549],[-72.2710547986476,41.764286501510554],[-72.27105379865476,41.76441950153632],[-72.27105279865937,41.764507501553396],[-72.27092479863313,41.76478350161086],[-72.27076679859506,41.765023501662284],[-72.27073479860154,41.76532450172156],[-72.27082579865424,41.76573350179786],[-72.2711177987748,41.76618250187557],[-72.27167879897557,41.76649750191885],[-72.27177379901035,41.766564501928826],[-72.27219079916297,41.766858501972585],[-72.27241079925209,41.76716650202526],[-72.2720237991651,41.76786550217276],[-72.27205079919034,41.76815750222842],[-72.27213379923059,41.76839150227111],[-72.27218279926362,41.76869450232819],[-72.27212379926198,41.76900750239064],[-72.27193379922453,41.7694445024812],[-72.27182679920779,41.7697675025471],[-72.27179279922149,41.77020850263353],[-72.27182079925548,41.770650502718176],[-72.27198279933998,41.77121250282184],[-72.27220579942609,41.771449502860655],[-72.2722687994489,41.77148950286642],[-72.27266779959318,41.77173950290223],[-72.2733957998736,41.77250050302656],[-72.27386280004497,41.77283750307706],[-72.27467880034047,41.77335650315177],[-72.27518880053118,41.77378750321909],[-72.2752798005812,41.774148503286064],[-72.27532180060419,41.774313503316684],[-72.2752098006139,41.775135503479284],[-72.2752138006196,41.77521350349426],[-72.27523080064368,41.77554350355758],[-72.27536280071836,41.77610450366197],[-72.27566480084803,41.77665750375945],[-72.27610880102233,41.77717950384645],[-72.27680880127056,41.77753050389232],[-72.27706380136098,41.777658503909045],[-72.27731880145141,41.77778650392575],[-72.2773058014519,41.777870503942424],[-72.27729280145243,41.77795550395928],[-72.2772708014505,41.77804850397796],[-72.27723980144195,41.77807650398436],[-72.2769488013621,41.778345504045596],[-72.27651580123684,41.77863050411439],[-72.27650480123347,41.778634504115516],[-72.27622380114892,41.778761504148946],[-72.27614880112627,41.778794504157695],[-72.27605980110187,41.77887650417637],[-72.27561280097926,41.77929050427057],[-72.27556280096557,41.77933750428123],[-72.27545680093566,41.779420504300646],[-72.27482180075616,41.77991350441605],[-72.27462380070233,41.780105504459456],[-72.27443980065033,41.780248504492924],[-72.2741468005618,41.78037450452655],[-72.27386080046935,41.78039050453866],[-72.27368480041287,41.7804075045475],[-72.27347980035057,41.78048950456982],[-72.27328880030026,41.78070350461726],[-72.27292180019191,41.78090650466812],[-72.27278280014777,41.78092850467675],[-72.27259980009082,41.780977504692004],[-72.2726138001167,41.781356504764894],[-72.27258480011247,41.7814495047838],[-72.2725038000879,41.78148250479274],[-72.2724838000809,41.78147450479182],[-72.27226980000685,41.781399504784055],[-72.27215979997219,41.78142150479177],[-72.27196179991869,41.781619504836335],[-72.2715207998047,41.78215150495316],[-72.27152079981737,41.782376504996684],[-72.2714917998156,41.78251350502412],[-72.27137379978576,41.78266750505763],[-72.27127879975875,41.78273850507436],[-72.27092679964971,41.78284250510559],[-72.27080979961677,41.78293550512727],[-72.27075079960211,41.78301750514499],[-72.27060379958903,41.78363750526959],[-72.27036879952963,41.783945505336604],[-72.27014179946202,41.784060505366],[-72.2700097994211,41.7840985053775],[-72.26987779937834,41.78410450538282],[-72.2692397991664,41.78403850539018],[-72.26907879911501,41.78405950539931],[-72.2689097990688,41.784218505435405],[-72.26882179903947,41.78420750543606],[-72.26868279898115,41.783977505395924],[-72.26860979895423,41.78392250538759],[-72.26808879878726,41.783977505414654],[-72.26751679860051,41.783976505432506],[-72.26689379838979,41.78384550542679],[-72.26632979819419,41.783641505405114],[-72.26380879730611,41.78248250526033],[-72.26303879703656,41.78215850522191],[-72.2628157969604,41.78209850521732],[-72.2627307969314,41.78207650521575],[-72.26215179673466,41.7819385052073],[-72.26158779654683,41.78187250521231],[-72.26097879634777,41.78186750523054],[-72.26086879631369,41.78189950524019],[-72.26079579629699,41.78202650526706],[-72.26079479638864,41.78366150558344],[-72.2607867963962,41.78384250561872],[-72.26063679635833,41.78403950566154],[-72.26060379635004,41.78408350567112],[-72.26031779627024,41.78432450572676],[-72.260056796195,41.784501505769214],[-72.25999479617718,41.784544505779486],[-72.25983279612768,41.78460450579622],[-72.25978179611688,41.78470850581794],[-72.2598617961628,41.78506050588351],[-72.26006679627973,41.78594950604906],[-72.26006679629481,41.78621750610091],[-72.26002279629006,41.78638850613536],[-72.25999479628487,41.78645850614979],[-72.25981879625242,41.78690250624125],[-72.25984679626706,41.787000506259325],[-72.25988279628397,41.787092506275975],[-72.25990779629574,41.78715650628758],[-72.25998179632845,41.78730850631466],[-72.26008179637077,41.78748050634477],[-72.26014179639498,41.78756250635874],[-72.26019079641355,41.787608506366105],[-72.26021979642461,41.78763650637061],[-72.26028479644846,41.78768350637765],[-72.26036279647526,41.787707506379846],[-72.26041079649515,41.787782506392816],[-72.26053279654433,41.7879485064211],[-72.26054479654977,41.787975506425944],[-72.26056479656107,41.78806050644176],[-72.2605807965745,41.7882065064695],[-72.26059579658319,41.78827350648199],[-72.26064079660395,41.788381506501466],[-72.26068179661979,41.78842550650868],[-72.2609097967052,41.78862050653922],[-72.26101479674489,41.788716506554486],[-72.26147179691753,41.78913350662075],[-72.26168579699836,41.78932850665172],[-72.26183479705578,41.78948450667722],[-72.2619227970916,41.78961050669881],[-72.26198079711784,41.789740506722126],[-72.26203379714467,41.78990950675315],[-72.26229179728617,41.79092750694194],[-72.26235579731669,41.79109850697301],[-72.26242479734563,41.79121250699288],[-72.26254579739235,41.79134050701383],[-72.2627007974498,41.79146250703255],[-72.26301279756298,41.791663507061585],[-72.26304179757338,41.791680507063965],[-72.26329779766539,41.79183050708492],[-72.26337079769135,41.79186850708995],[-72.26391579788964,41.79223050714279],[-72.26408779795305,41.79235950716234],[-72.26390479789748,41.79243350718242],[-72.2634177977506,41.792648507239356],[-72.26279479756396,41.79294550731643],[-72.26246879746688,41.79311150735882],[-72.26151679718359,41.793599507483236],[-72.26116079707622,41.79375650752483],[-72.26062179691544,41.79402650759404],[-72.25976679666275,41.7944955077117],[-72.25961079661559,41.79456250772959],[-72.25944679656526,41.79461950774577],[-72.25921479649263,41.79467450776373],[-72.25897979641798,41.79471150777829],[-72.2584527962496,41.79477650780749],[-72.25829979620029,41.79478750781443],[-72.25761479597837,41.79481750784183],[-72.25748279593593,41.79482950784832],[-72.25710379581419,41.79486450786702],[-72.25604479547258,41.79493750791452],[-72.25590879542855,41.79494450792017],[-72.25570179536163,41.79495550792881],[-72.2557367953774,41.79503250794261],[-72.25574979538314,41.79505950794743],[-72.25580979540786,41.79515050796312],[-72.25588479543688,41.795231507976446],[-72.25589079543913,41.79523650797722],[-72.25595979546459,41.795288507985084],[-72.25598179547272,41.7953055079877],[-72.25615579553488,41.79540050800058],[-72.25636379560721,41.79547950800931],[-72.25656479567661,41.79554650801593],[-72.2570167958321,41.795687508028955],[-72.25721979590197,41.79575150803493],[-72.25799079616648,41.795979508054735],[-72.25820379624088,41.79606550806464],[-72.25833279628687,41.79613450807394],[-72.25858779637952,41.7963015080982],[-72.25936079666529,41.79689550818872],[-72.25979979682607,41.79720550823484],[-72.25993579687655,41.79731350825144],[-72.25995179688258,41.79732750825364],[-72.26013779695268,41.797494508280074],[-72.26067479715995,41.79806250837302],[-72.26074279718661,41.798141508386145],[-72.26080279721099,41.79822650840068],[-72.2608687972389,41.79833950842047],[-72.26087879724355,41.798364508424996],[-72.26091379725946,41.79844350843915],[-72.2609517972818,41.7986205084722],[-72.26096679730348,41.798918508529354],[-72.2609597973137,41.79914050857251],[-72.26095279732624,41.799403508623605],[-72.26080979728023,41.799415508630425],[-72.26010279705466,41.799508508670705],[-72.259996797021,41.79952550867733],[-72.25938879682991,41.79965650872184],[-72.2592347967817,41.799693508733846],[-72.25888779667326,41.79977950876142],[-72.25878479664088,41.799801508768915],[-72.25855179656769,41.79985250878613],[-72.25829979648744,41.79988850880103],[-72.25807279641434,41.79990650881167],[-72.25798679638645,41.79990950881496],[-72.25784679634062,41.79990750881899],[-72.2577077962948,41.79989950882183],[-72.25737279618335,41.799862508825235],[-72.25728179615272,41.799846508825],[-72.25637379584511,41.79964750881513],[-72.25617079577687,41.799612508814754],[-72.25602279572804,41.79960350881768],[-72.25597479571248,41.79960550881958],[-72.25588579568421,41.79961950882511],[-72.2558007956577,41.79964150883204],[-72.2557307956362,41.799665508838885],[-72.25566379561596,41.79969450884661],[-72.25559179559464,41.79973350885641],[-72.2555267955759,41.799777508866995],[-72.25546579555909,41.799832508879526],[-72.25541479554587,41.79989350889295],[-72.25537679553717,41.7999595089069],[-72.25534979553225,41.8000285089211],[-72.25532979553113,41.8001245089403],[-72.25532379553468,41.80022250895943],[-72.25532879554217,41.8003265089794],[-72.25536179556745,41.80058450902825],[-72.25539379558602,41.8007285090551],[-72.25542079560002,41.800820509072025],[-72.25546779562183,41.800935509092795],[-72.25550479564018,41.801046509113085],[-72.25553379565363,41.80111750912591],[-72.25567379571835,41.801455509186866],[-72.25581079578274,41.80180450925003],[-72.2558477958009,41.80191250926976],[-72.25587379581361,41.80198750928345],[-72.25589379582465,41.80206750929829],[-72.25591579583886,41.80219250932177],[-72.25588379584019,41.80240150936319],[-72.25581879582683,41.80254150939232],[-72.25579779582343,41.80260250940478],[-72.25576379582172,41.80276950943814],[-72.25575979582345,41.80282350944871],[-72.25572579581929,41.80294650947357],[-72.25567579583381,41.80349450958113],[-72.25567079583534,41.803550509592114],[-72.2556287958294,41.803688509620116],[-72.25556479581498,41.803803509644396],[-72.25551179580104,41.803863509657646],[-72.25534879575498,41.803990509687345],[-72.25513679569225,41.80410550971628],[-72.25399779536014,41.8048115098887],[-72.25337579517885,41.80519850998314],[-72.25303479504984,41.804884509933174],[-72.25201279466332,41.803945509783794],[-72.2516727945347,41.80363250973398],[-72.25150379446251,41.803330509680904],[-72.25147079444871,41.803276509671505],[-72.25103179426502,41.8025595095467],[-72.25098279424593,41.80250450953758],[-72.25092679422544,41.802465509531814],[-72.25076279416864,41.80240750952575],[-72.25075979416367,41.80233650951213],[-72.25075879416102,41.802295509504226],[-72.25073079414872,41.80223950949427],[-72.25068379413126,41.802201509488405],[-72.25053879407996,41.80213150947943],[-72.25045979405259,41.80210350947653],[-72.25039579403018,41.802076509473316],[-72.25002879390284,41.80194250945896],[-72.24993579387055,41.801908509455316],[-72.24963579376491,41.80177150943828],[-72.2495837937464,41.801744509434684],[-72.2494817937095,41.80168050942553],[-72.24934279365782,41.80156850940825],[-72.24922879361452,41.80146050939095],[-72.2491137935686,41.80131150936575],[-72.24907079355,41.801230509351456],[-72.24902279352598,41.801082509324345],[-72.24902079352499,41.80107650932325],[-72.2490127935185,41.80100750931016],[-72.2490207935115,41.80083650927683],[-72.24907379351725,41.80063150923551],[-72.24904879350476,41.80055450922141],[-72.24901779349126,41.800494509210786],[-72.24892479345489,41.80038750919301],[-72.24859379332837,41.80005950914001],[-72.24846479327904,41.799931509119325],[-72.24700279271806,41.79844450887778],[-72.24647379251502,41.79790550879019],[-72.24604279238889,41.798164508853866],[-72.24475079201076,41.798940509044655],[-72.24432079188499,41.799200509108495],[-72.24426679186409,41.79914250909896],[-72.24421779184337,41.79905850908427],[-72.24409179179263,41.79888750905517],[-72.24397879174943,41.798775509037064],[-72.24392079172802,41.79873150903038],[-72.24383579169779,41.798687509024546],[-72.24374379166589,41.79865450902105],[-72.24366879164063,41.798640509020714],[-72.24351279158924,41.79863250902408],[-72.24344879156841,41.79863350902629],[-72.2433817915467,41.79863650902899],[-72.24325179150506,41.79865050903578],[-72.24307679144977,41.79868350904768],[-72.24264079131287,41.79878050908017],[-72.24216379116264,41.798878509114154],[-72.24169679101566,41.79897550914762],[-72.24152979096355,41.7990185091612],[-72.24143779093535,41.79905150917049],[-72.24135079090944,41.79909550918173],[-72.2412707908862,41.799146509194124],[-72.24120079086633,41.799199509206574],[-72.24103579082053,41.79934350923963],[-72.2409477907971,41.79943750926058],[-72.24090179078563,41.79950050927421],[-72.24083579077083,41.79962050929949],[-72.24078479076138,41.79974850932586],[-72.2407637907588,41.79982450934123],[-72.24074979075918,41.79991250935868],[-72.24074479076255,41.80000150937605],[-72.24074579076479,41.800035509382596],[-72.24075179077238,41.800135509401755],[-72.24077479078585,41.80024150942153],[-72.24083779081485,41.800391509448545],[-72.24086379082581,41.80043550945624],[-72.24095979086371,41.80055150947565],[-72.24111379092156,41.80068650949692],[-72.24126379097888,41.800834509520826],[-72.24135479101314,41.8009155095336],[-72.24128679099296,41.80095150954272],[-72.24108479093314,41.801060509570156],[-72.24101779091335,41.801097509579435],[-72.24040179068635,41.80063750950987],[-72.23979579046652,41.80024650945333],[-72.23960779039776,41.80011550943391],[-72.2393517903018,41.79989550939944],[-72.23900379016956,41.79956450934637],[-72.2387487900691,41.799258509295214],[-72.23852978997976,41.798941509240784],[-72.23842678993687,41.798776509212125],[-72.23699378934046,41.796490508815076],[-72.23624778903088,41.795316508611464],[-72.23612478898028,41.795130508579355],[-72.23597678892177,41.79494950854902],[-72.2359607889147,41.79491650854313],[-72.23594078890575,41.79487350853545],[-72.23591878889711,41.79484750853109],[-72.23583478886434,41.79475250851538],[-72.23560478877548,41.79450750847522],[-72.23541078870169,41.79432150844534],[-72.23529278865745,41.794219508429336],[-72.23518378861728,41.794138508417085],[-72.23491078851775,41.793953508389905],[-72.23474778845865,41.79384850837472],[-72.23428978829364,41.79357350833594],[-72.23425878828253,41.793555508333434],[-72.23346778799876,41.793101508270496],[-72.2323417875936,41.792433508176735],[-72.23214178752185,41.79231850816077],[-72.23154178730596,41.79196250811079],[-72.23122678719288,41.79178050808549],[-72.2309147870809,41.79160050806049],[-72.22848478620706,41.790167507859735],[-72.22819578610316,41.789997507835935],[-72.2279157860023,41.78982950781224],[-72.22757378587917,41.789625507783555],[-72.22754678586958,41.78961150778168],[-72.22746878584175,41.78956950777602],[-72.22744278583254,41.78955650777431],[-72.22668778556077,41.789106507711004],[-72.22664678554605,41.789082507707654],[-72.2256897852023,41.788525507630006],[-72.22533278507329,41.78830350759827],[-72.22514078500323,41.78817250757897],[-72.22480478487921,41.787917507540215],[-72.22466078482526,41.78779350752075],[-72.22451278476834,41.78764050749581],[-72.22447878475528,41.787605507490106],[-72.22420278464804,41.78730050743977],[-72.22413178462081,41.787228507428054],[-72.2239027845338,41.787010507393084],[-72.22465278472687,41.78608850719109],[-72.22590378504908,41.784553506854735],[-72.22599278507238,41.784451506832184],[-72.22607778509291,41.78432250680455],[-72.22617378511733,41.78419950677773],[-72.22631178515378,41.78404650674377],[-72.22645778519481,41.78392850671635],[-72.22652878521552,41.783884506705604],[-72.2266107852401,41.783845506695464],[-72.2267567852849,41.78379450668101],[-72.22693978534264,41.7837585066683],[-72.22717078541726,41.78374450665831],[-72.22718378542149,41.7837445066579],[-72.22737778548392,41.7837285066487],[-72.22756878554469,41.783700506637274],[-72.22770278558676,41.783670506627246],[-72.22791478565243,41.783607506608405],[-72.22814878572393,41.78352050658419],[-72.22831378577371,41.78344750656489],[-72.22833278577944,41.78343950656274],[-72.22850878583179,41.78334850653959],[-72.22861478586292,41.78328650652425],[-72.22866478587738,41.783253506516296],[-72.2288187859221,41.78315450649229],[-72.22964478615788,41.7825515063496],[-72.22996978625072,41.78231550629373],[-72.22999278625733,41.782299506289895],[-72.23010978629048,41.782209506268806],[-72.23018878631295,41.7821505062549],[-72.23033578635352,41.78201850622473],[-72.23047178639017,41.781880506193744],[-72.23049678639698,41.78185650618831],[-72.2306267864328,41.78173850616139],[-72.23069778645186,41.78166550614503],[-72.23091478651041,41.781446506095826],[-72.23098678652987,41.78137450607963],[-72.23125278660164,41.78110650601939],[-72.23154078667964,41.78082150595518],[-72.23198678680052,41.780381505856],[-72.23227078687933,41.78013350579907],[-72.2323787869104,41.780059505781345],[-72.23276278702407,41.779851505729006],[-72.23345678723089,41.77950050563925],[-72.23370578730517,41.77937550560722],[-72.23382378733987,41.77930750559035],[-72.23403678740081,41.77915450555403],[-72.23411378742183,41.77908150553749],[-72.23404378739708,41.779047505533114],[-72.23396678736869,41.7789895055243],[-72.2337717872947,41.77880550549484],[-72.23319178706987,41.778173505390775],[-72.23286078694161,41.77781350533152],[-72.23267478686887,41.77759950529595],[-72.23257278682978,41.77749650527924],[-72.2323927867627,41.77734850525626],[-72.23219378669044,41.77721850523736],[-72.23186478657335,41.77704550521424],[-72.23166978650485,41.77695950520372],[-72.23123978635613,41.776810505188415],[-72.230340786047,41.776531505162716],[-72.22986478588179,41.776356505143816],[-72.22984378587438,41.77634650514253],[-72.22951278575808,41.7761995051245],[-72.22926578567044,41.77607450510808],[-72.22898878557073,41.77590950508487],[-72.22884678551877,41.77580950506999],[-72.2287067854683,41.77572450505792],[-72.22876478548329,41.77565450504256],[-72.22919578559198,41.77508450491867],[-72.22934978562985,41.774863504871064],[-72.22938778563967,41.77481750486096],[-72.22940078564314,41.774803504857836],[-72.22947178566153,41.77471850483916],[-72.2296537857073,41.7744755047864],[-72.2296967857174,41.774405504771494],[-72.2297207857212,41.774333504756804],[-72.22973278572096,41.774259504742105],[-72.22972878571352,41.77415050472114],[-72.22965578567111,41.77381950465937],[-72.22962278564727,41.77358650461531],[-72.22962378563912,41.77343550458604],[-72.22966078564154,41.77326350455159],[-72.2297157856509,41.77311050452027],[-72.22983778567439,41.77281950446009],[-72.22997278570291,41.772542504402224],[-72.23014978574497,41.77226250434246],[-72.2303377857916,41.77200050428582],[-72.2304457858193,41.771865504256304],[-72.23052078583946,41.77178850423905],[-72.23052478584049,41.77178350423795],[-72.23065078587577,41.77167950421385],[-72.2308987859473,41.771511504173525],[-72.23099078597339,41.77144150415709],[-72.2310967860026,41.77134550413518],[-72.23138478607999,41.77104950406882],[-72.23189878621824,41.77052350395083],[-72.23220978629982,41.770168503872334],[-72.23259178639739,41.76968550376683],[-72.23290278647589,41.76927550367767],[-72.23309878652775,41.769059503629684],[-72.2332337865648,41.768934503601244],[-72.23397378677069,41.76829950345505],[-72.2345947869414,41.76772950332517],[-72.23481478700349,41.767556503284744],[-72.23493678703858,41.76747250326465],[-72.23503578706803,41.76742150325166],[-72.23499978705074,41.76732250323363],[-72.23491678701387,41.767148503202556],[-72.23483078697845,41.76701750317991],[-72.23473178693912,41.766892503158815],[-72.23413478670888,41.76626250305564],[-72.23385078660142,41.76599950301366],[-72.2337547865646,41.76590150299772],[-72.23375378656432,41.76590250299795],[-72.23366778653615,41.76590050300026],[-72.23358178650808,41.76590050300295],[-72.23228678608994,41.76598150305937],[-72.23155878585601,41.76604750309508],[-72.23113678571963,41.76607150311299],[-72.23026178543374,41.766066503139555],[-72.23007778537279,41.76605050314224],[-72.22973278525714,41.76599650314264],[-72.22957278520256,41.76595450313955],[-72.22943678515541,41.76590550313433],[-72.22919878507112,41.76578750311896],[-72.22843178479557,41.765338503056185],[-72.22754278447336,41.76476750297359],[-72.2274067844255,41.76470550296587],[-72.22652678411843,41.76435250292519],[-72.22666078413985,41.76395450284394],[-72.22666878412952,41.76372350279896],[-72.22660278409782,41.76354250276598],[-72.22650678406153,41.76345450275196],[-72.22608878391343,41.763246502724854],[-72.22597178386174,41.763005502681864],[-72.22581778381021,41.762983502682445],[-72.2254787836869,41.76275750264935],[-72.22542178366615,41.76271950264379],[-72.22521778359257,41.762594502626],[-72.2250037835153,41.762462502607185],[-72.22478378343794,41.76236350259494],[-72.2243807833021,41.7622865025927],[-72.22419078323298,41.76216050257429],[-72.22402178316308,41.761897502528655],[-72.22386778310576,41.76177150250912],[-72.22353778299158,41.76165650249722],[-72.22337678293377,41.761562502484075],[-72.22329578290459,41.76151350247715],[-72.22317078285425,41.76134350244816],[-72.22317878283532,41.76095950237356],[-72.22315678282294,41.76086650235624],[-72.22303178277073,41.76066350232087],[-72.22285578270741,41.76055850230607],[-72.22255478260368,41.76046050229655],[-72.2220057824229,41.7604325023084],[-72.22174178233892,41.760471502324265],[-72.22159478229739,41.76058650235113],[-72.22146378225649,41.76061950236163],[-72.22128778219658,41.76057550235864],[-72.22108978212857,41.760515502353265],[-72.22105478211753,41.76052250235572],[-72.22081878204321,41.760570502372424],[-72.22059078196324,41.76047150236043],[-72.22027578185555,41.760384502353496],[-72.22011178178397,41.76006250229628],[-72.22019378179294,41.75974550223234],[-72.22001578173138,41.759683502225926],[-72.21951378154863,41.75934650217646],[-72.21940778150797,41.75923850215888],[-72.21937678149611,41.75920750215384],[-72.21927278145556,41.759089502134266],[-72.21932178146245,41.75892750210135],[-72.21935478146719,41.75881950207942],[-72.21968878155621,41.758463501999984],[-72.21983478158975,41.75821150194658],[-72.21992278160833,41.75803050190877],[-72.21987178158676,41.75794250189334],[-72.21965178151096,41.7578715018865],[-72.2194387814359,41.757772501874044],[-72.21925578136909,41.75764650185538],[-72.21905078129478,41.75751450183627],[-72.21897278126819,41.75749450183485],[-72.21888678123884,41.7574715018331],[-72.21888578123848,41.75747050183292],[-72.21862978115126,41.7574055018284],[-72.21854478112229,41.7573835018268],[-72.2183077810438,41.7573635018304],[-72.21805478096006,41.75734250183427],[-72.21779378087773,41.75739350185234],[-72.21760478081809,41.75743050186546],[-72.21737278074497,41.757476501881655],[-72.2171597806764,41.757493501891645],[-72.21702778063145,41.7574605018894],[-72.21700578061872,41.75736150187092],[-72.21720378066273,41.756993501793445],[-72.2172037806538,41.75683450176265],[-72.2170347805907,41.756692501740446],[-72.21695378056353,41.75667950174048],[-72.21669078047533,41.75663750174061],[-72.21647778040335,41.7565935017388],[-72.21627278032905,41.75646150171967],[-72.216161780285,41.75632250169624],[-72.21613378027385,41.756286501690155],[-72.21612978027183,41.75627350168776],[-72.21608978025085,41.756132501661725],[-72.21603078021316,41.75580350159985],[-72.2159717801893,41.75572150158582],[-72.21584778014144,41.75558950156417],[-72.21540777998742,41.75540350154198],[-72.21237377896423,41.754816501523635],[-72.21214477887744,41.754601501489184],[-72.21227877890432,41.754300501426684],[-72.21221177885538,41.75381750133524],[-72.2121017788004,41.75347750127287],[-72.21167677863744,41.75304450120236],[-72.21150277857286,41.75290550118091],[-72.21133977851238,41.75277550116085],[-72.2111267784367,41.75266550114625],[-72.21110477842922,41.752660501145954],[-72.2109297783641,41.75251750112376],[-72.21083377832079,41.75230350108533],[-72.21091477832509,41.75190850100629],[-72.21080477827412,41.751639500957644],[-72.21068677822333,41.75142050091893],[-72.21049677814841,41.75119050088036],[-72.2104457781297,41.75115350087481],[-72.21031377808131,41.751058500860545],[-72.21000577796201,41.75072350080533],[-72.209946777936,41.75060250078376],[-72.20996877793645,41.750482500759816],[-72.20993177790531,41.75014250069512],[-72.20995377791066,41.75010950068805],[-72.2099827779167,41.75004850067532],[-72.20999077791718,41.7500105006677],[-72.20999877791246,41.749879500642095],[-72.20990277785934,41.74949050056976],[-72.20984477782287,41.749177500510946],[-72.20980077779741,41.74897950047399],[-72.20980177779276,41.74889050045672],[-72.20980777777976,41.74862350040481],[-72.20974877775097,41.74845350037373],[-72.20950677765659,41.74817850032807],[-72.20938277760969,41.7480635003097],[-72.20919977754201,41.74792150028793],[-72.20911177750864,41.747838500274625],[-72.20848077728151,41.74746050022122],[-72.2082177771883,41.74732850020393],[-72.20812177715325,41.747262500194154],[-72.2079977771097,41.74720750018739],[-72.2075507769482,41.74692850014738],[-72.20738977689133,41.74685150013752],[-72.20694977673452,41.74661550010564],[-72.20668577664006,41.74646750008526],[-72.20657577659773,41.74635250006643],[-72.20639977652522,41.74608350001986],[-72.20624577647003,41.74599550000765],[-72.20603377639746,41.74593550000266],[-72.20568177627794,41.74585249999765],[-72.20478077596579,41.74552949996338],[-72.20459077589734,41.745414499947074],[-72.2043627758109,41.74519949991257],[-72.20412877571705,41.74488749985949],[-72.2040547756886,41.744810499846885],[-72.20396777565274,41.74467749982386],[-72.20384277560126,41.74448649979078],[-72.20374777555799,41.74426749975136],[-72.20373977554587,41.74409749971866],[-72.20383577556953,41.74396049968912],[-72.20392377559176,41.74384449966387],[-72.20393077558548,41.743691499634025],[-72.20382777554234,41.74352149960433],[-72.20382877553624,41.743406499582015],[-72.2038287755331,41.743350499571164],[-72.20399677558368,41.74327449955117],[-72.204150775629,41.74318649952928],[-72.20428977567069,41.743120499512116],[-72.20453877574457,41.742988499478734],[-72.20467077578304,41.74290649945872],[-72.20472577579798,41.74285249944653],[-72.20450077572528,41.74286549945611],[-72.20446077571249,41.74287049945834],[-72.2044217757001,41.74287649946073],[-72.20418777562641,41.74292449947737],[-72.20405477558498,41.74295949948832],[-72.20379877550634,41.74304749951341],[-72.20369877547641,41.74309549952585],[-72.20365977546473,41.743114499530755],[-72.20347677541204,41.743240499560905],[-72.20343577540024,41.74326849956762],[-72.2032327753434,41.74343649960654],[-72.2031127753087,41.74351649962579],[-72.20298777527127,41.74357649964136],[-72.2029197752503,41.743598499647746],[-72.20279677521157,41.743623499656444],[-72.20234277506411,41.74363649967321],[-72.20215877500502,41.74365349968231],[-72.20197277494599,41.743683499693944],[-72.20177577488582,41.74375749971446],[-72.20146777479187,41.7438744997468],[-72.20135177475703,41.7439284997609],[-72.201218774714,41.74393549976644],[-72.20102377465102,41.743947499774876],[-72.20081977458433,41.74394549978088],[-72.2006877745412,41.74394449978483],[-72.20039677444566,41.74393449979205],[-72.20015277436565,41.743927499798346],[-72.19991277428707,41.74392349980512],[-72.19952277415985,41.74392449981755],[-72.1993947741181,41.74392549982176],[-72.19923377406664,41.74394449983049],[-72.19850577383923,41.74412649988861],[-72.19839277380397,41.74415549989777],[-72.19777877361504,41.744360499956755],[-72.19747477352236,41.74447749998896],[-72.1973687734904,41.7445245000014],[-72.19724777345532,41.744603500020496],[-72.19682477333585,41.7449355000981],[-72.19663777328202,41.745064500128954],[-72.19651877324665,41.7451265001447],[-72.19649177323869,41.745141500148456],[-72.19639377320827,41.74516950015693],[-72.19628977317527,41.7451865001635],[-72.1961887731427,41.74519350016803],[-72.19595977306561,41.74515150016708],[-72.19579277300775,41.7450915001607],[-72.19549277290753,41.745050500162165],[-72.1945927726069,41.7449275001666],[-72.19429377250707,41.74488750016824],[-72.19395077239159,41.7448245001668],[-72.19292377204597,41.74463850016299],[-72.19258177193089,41.74457650016172]]]},"properties":{"name":8815,"geoid":"09013881500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.25539179660218,41.818781512545755],[-72.25529279656399,41.81867751252879],[-72.25517979651916,41.81853651250509],[-72.25506479647,41.81833051246889],[-72.25500379644119,41.81817251244027],[-72.25475679631872,41.81743051230463],[-72.25453179624809,41.81748051232138],[-72.25426479616544,41.81756151234546],[-72.25409479611373,41.81762851236377],[-72.25377179601745,41.81779151240548],[-72.25226579557314,41.818633512615726],[-72.25132479529694,41.8191845127519],[-72.25113179523973,41.8192875127779],[-72.24947479475365,41.8202635130188],[-72.24880679455768,41.82065651311583],[-72.24851879447252,41.82081451315544],[-72.24835579442332,41.820885513174304],[-72.24820979437828,41.820932513188005],[-72.2480587943309,41.82096651319932],[-72.24788979427677,41.820985513208335],[-72.24771879422121,41.82099051321469],[-72.24748879414555,41.82098051322],[-72.2473437940969,41.820957513220144],[-72.2471327940248,41.820900513215776],[-72.2469597939648,41.82083851320923],[-72.24674879389012,41.820735513195984],[-72.24664579385278,41.82066951318648],[-72.24654779381643,41.820592513174674],[-72.24631879372836,41.82035651313627],[-72.24531179333144,41.81914751293429],[-72.24509179324514,41.81889051289154],[-72.24473979310716,41.818481512823574],[-72.2444037929754,41.81809051275858],[-72.24369979269801,41.81724651261759],[-72.24347979261137,41.81698351257367],[-72.24335879256324,41.81683051254792],[-72.24327379253097,41.81675051253513],[-72.24290779238618,41.81630151245985],[-72.2428307923544,41.81618351243949],[-72.24273179230923,41.81595551239852],[-72.24271679230012,41.81588051238448],[-72.2427147922902,41.81571651235285],[-72.24272779228957,41.81562951233561],[-72.24277579229746,41.81549151230742],[-72.24278379229897,41.81547151230331],[-72.24288479231899,41.81524151225565],[-72.2430477923544,41.81492551218943],[-72.24316279237783,41.81467451213726],[-72.24344479243928,41.814130512023205],[-72.24352779245828,41.81398651199275],[-72.24363879248607,41.813836511960254],[-72.24376679252128,41.8137195119336],[-72.24392479256555,41.81358951190348],[-72.24450879273145,41.813149511800006],[-72.24522279293345,41.8125965116706],[-72.245565793032,41.81235751161358],[-72.245740793083,41.81224851158698],[-72.24589179312757,41.81216451156599],[-72.24598479315506,41.81211351155319],[-72.246482793304,41.81187051149051],[-72.24728279354238,41.811465511386984],[-72.24728579354324,41.81146351138651],[-72.24749379360549,41.811362511360436],[-72.24811879379254,41.81106051128234],[-72.24820979381984,41.81101751127117],[-72.2483237938535,41.810954511255396],[-72.24820779381518,41.8109465112575],[-72.24780979368445,41.81093251126733],[-72.24776579367003,41.81093151126852],[-72.24755479360005,41.81091251127151],[-72.24736379353577,41.81087851127096],[-72.2468667933649,41.81072551125701],[-72.246326793178,41.810537511237676],[-72.24595279304857,41.81040751122433],[-72.24583979300999,41.81037751122211],[-72.24596979303982,41.810153511174676],[-72.24600579304864,41.810101511163495],[-72.24603579305612,41.81006051115462],[-72.24630679313532,41.809895511114185],[-72.24646079318002,41.809796511090184],[-72.24656379320622,41.80966451106142],[-72.24658479320689,41.809554511039494],[-72.24658479319913,41.80941651101281],[-72.24658479319794,41.80939551100875],[-72.24669479322365,41.80921451097027],[-72.24673479323222,41.80913451095355],[-72.2466727932113,41.809122510953195],[-72.2464887931492,41.80908651095203],[-72.24642779312866,41.809075510951814],[-72.24637979311444,41.80910151095836],[-72.24629979308969,41.80912551096552],[-72.24613479303645,41.80913651097285],[-72.24602179299931,41.80913251097564],[-72.24590979296178,41.80911551097588],[-72.24589279295601,41.809111510975654],[-72.24548179281642,41.809015510970035],[-72.2448507926037,41.808896510966896],[-72.24428679241466,41.80880951096784],[-72.24428079241262,41.80880851096785],[-72.2437377922318,41.80874551097277],[-72.24370779222183,41.80874251097313],[-72.24362079219303,41.80873551097452],[-72.24359179218345,41.80873351097504],[-72.24326879207642,41.808705510979806],[-72.24238379178043,41.80858051098351],[-72.24227579174386,41.80855751098249],[-72.24214379169813,41.80851051097754],[-72.24199879164581,41.80842251096511],[-72.24192079161568,41.808339510951505],[-72.24188579160082,41.80827851094081],[-72.24187279159281,41.80821151092827],[-72.24188379158603,41.80802751089235],[-72.24195479158732,41.807638510814876],[-72.24195979157989,41.80747751078359],[-72.24193579156548,41.807360510761725],[-72.24188379154305,41.8072635107446],[-72.24179679150889,41.807161510727624],[-72.2417397914874,41.807110510719546],[-72.241273791315,41.80675051066462],[-72.24118379128207,41.80668751065527],[-72.24211579154338,41.805923510478166],[-72.24238379161817,41.80569751042603],[-72.2425607916683,41.80556151039414],[-72.24262979168716,41.8054965103794],[-72.24280779173645,41.80533951034343],[-72.2429617917792,41.80520551031267],[-72.24348079192427,41.80477251021257],[-72.24357279195043,41.804703510196326],[-72.24373979199808,41.80458151016749],[-72.24384379202816,41.804512510150865],[-72.24380679201337,41.804464510142736],[-72.24369579196903,41.804320510118394],[-72.24365979195463,41.80427351011045],[-72.2435887919269,41.804192510097],[-72.24345979187589,41.80403451007052],[-72.24286879164225,41.80331150994932],[-72.24267179156436,41.80307050990892],[-72.24257679152683,41.80295450988947],[-72.24229279141451,41.80260650983111],[-72.24219879137736,41.80249150981184],[-72.24198479129275,41.80222950976791],[-72.24197379128836,41.80221550976554],[-72.2415417911153,41.8016465096691],[-72.2413707910483,41.801447509636],[-72.24130879102434,41.80138150962519],[-72.24118779097762,41.80125350960424],[-72.24105479092744,41.80113350958523],[-72.2410467909244,41.80112550958393],[-72.24102479091603,41.80110450958057],[-72.24101779091335,41.801097509579435],[-72.24108479093314,41.801060509570156],[-72.24128679099296,41.80095150954272],[-72.24135479101314,41.8009155095336],[-72.24126379097888,41.800834509520826],[-72.24111379092156,41.80068650949692],[-72.24095979086371,41.80055150947565],[-72.24086379082581,41.80043550945624],[-72.24083779081485,41.800391509448545],[-72.24077479078585,41.80024150942153],[-72.24075179077238,41.800135509401755],[-72.24074579076479,41.800035509382596],[-72.24074479076255,41.80000150937605],[-72.24074979075918,41.79991250935868],[-72.2407637907588,41.79982450934123],[-72.24078479076138,41.79974850932586],[-72.24083579077083,41.79962050929949],[-72.24090179078563,41.79950050927421],[-72.2409477907971,41.79943750926058],[-72.24103579082053,41.79934350923963],[-72.24120079086633,41.799199509206574],[-72.2412707908862,41.799146509194124],[-72.24135079090944,41.79909550918173],[-72.24143779093535,41.79905150917049],[-72.24152979096355,41.7990185091612],[-72.24169679101566,41.79897550914762],[-72.24216379116264,41.798878509114154],[-72.24264079131287,41.79878050908017],[-72.24307679144977,41.79868350904768],[-72.24325179150506,41.79865050903578],[-72.2433817915467,41.79863650902899],[-72.24344879156841,41.79863350902629],[-72.24351279158924,41.79863250902408],[-72.24366879164063,41.798640509020714],[-72.24374379166589,41.79865450902105],[-72.24383579169779,41.798687509024546],[-72.24392079172802,41.79873150903038],[-72.24397879174943,41.798775509037064],[-72.24409179179263,41.79888750905517],[-72.24421779184337,41.79905850908427],[-72.24426679186409,41.79914250909896],[-72.24432079188499,41.799200509108495],[-72.24475079201076,41.798940509044655],[-72.24604279238889,41.798164508853866],[-72.24647379251502,41.79790550879019],[-72.24700279271806,41.79844450887778],[-72.24846479327904,41.799931509119325],[-72.24859379332837,41.80005950914001],[-72.24892479345489,41.80038750919301],[-72.24901779349126,41.800494509210786],[-72.24904879350476,41.80055450922141],[-72.24907379351725,41.80063150923551],[-72.2490207935115,41.80083650927683],[-72.2490127935185,41.80100750931016],[-72.24902079352499,41.80107650932325],[-72.24902279352598,41.801082509324345],[-72.24907079355,41.801230509351456],[-72.2491137935686,41.80131150936575],[-72.24922879361452,41.80146050939095],[-72.24934279365782,41.80156850940825],[-72.2494817937095,41.80168050942553],[-72.2495837937464,41.801744509434684],[-72.24963579376491,41.80177150943828],[-72.24993579387055,41.801908509455316],[-72.25002879390284,41.80194250945896],[-72.25039579403018,41.802076509473316],[-72.25045979405259,41.80210350947653],[-72.25053879407996,41.80213150947943],[-72.25068379413126,41.802201509488405],[-72.25073079414872,41.80223950949427],[-72.25075879416102,41.802295509504226],[-72.25075979416367,41.80233650951213],[-72.25076279416864,41.80240750952575],[-72.25092679422544,41.802465509531814],[-72.25098279424593,41.80250450953758],[-72.25103179426502,41.8025595095467],[-72.25147079444871,41.803276509671505],[-72.25150379446251,41.803330509680904],[-72.2516727945347,41.80363250973398],[-72.25201279466332,41.803945509783794],[-72.25303479504984,41.804884509933174],[-72.25337579517885,41.80519850998314],[-72.25399779536014,41.8048115098887],[-72.25513679569225,41.80410550971628],[-72.25534879575498,41.803990509687345],[-72.25551179580104,41.803863509657646],[-72.25556479581498,41.803803509644396],[-72.2556287958294,41.803688509620116],[-72.25567079583534,41.803550509592114],[-72.25567579583381,41.80349450958113],[-72.25572579581929,41.80294650947357],[-72.25575979582345,41.80282350944871],[-72.25576379582172,41.80276950943814],[-72.2558907958625,41.802757509431835],[-72.25614379594285,41.80271750941612],[-72.25671179612074,41.80258350937229],[-72.25685979616753,41.802556509362404],[-72.25704279622695,41.80255050935546],[-72.25732479631986,41.80256550934948],[-72.25741379634952,41.8025765093488],[-72.25753979639263,41.8026115093516],[-72.25768779644393,41.80266450935719],[-72.25779779648244,41.80271050936262],[-72.25798779655005,41.80280950937578],[-72.25810979659454,41.80289250938797],[-72.25822279663741,41.80299850940492],[-72.25830279666893,41.803094509420966],[-72.25837479669813,41.803195509438225],[-72.25848279674358,41.80337650946981],[-72.25857879678556,41.80356550950335],[-72.25896079695275,41.804319509637104],[-72.25964279724884,41.80562350986776],[-72.25973679729057,41.8058195099027],[-72.25978179731142,41.80592850992236],[-72.25979679732451,41.806074509950115],[-72.25978479732736,41.80619450997369],[-72.2597617973235,41.806259509986994],[-72.25972779731585,41.80632050999986],[-72.25962179728721,41.8064265100237],[-72.25952979726117,41.80649751004033],[-72.25934179720677,41.80662151007024],[-72.25878079704205,41.80694851015116],[-72.25866879700958,41.8070215101688],[-72.25859579698913,41.807081510182705],[-72.25847279695635,41.80721251021191],[-72.2583967969383,41.807332510237515],[-72.25833479692666,41.807485510269046],[-72.25829379692078,41.80761851029606],[-72.25813079689814,41.8081615104062],[-72.2581107968968,41.80825351042461],[-72.25814779690938,41.80826251042518],[-72.25835179698049,41.80834251043423],[-72.25847479702375,41.808397510440976],[-72.25860279707005,41.808477510452406],[-72.25873579711961,41.8085865104693],[-72.25894679720241,41.8088335105104],[-72.25900779722706,41.808917510524715],[-72.25911779727272,41.8090905105547],[-72.25915179728732,41.80915251056561],[-72.25924079733085,41.80940951061251],[-72.25932479736903,41.80960051064679],[-72.25921879733578,41.80962451065477],[-72.25907279729003,41.80965851066595],[-72.25890479723772,41.809703510679945],[-72.25880079720541,41.80973251068883],[-72.25904479729402,41.80989151071188],[-72.25955979747803,41.81017351075017],[-72.25956079747843,41.81017451075032],[-72.25965479751272,41.81023851075974],[-72.25971879753715,41.810301510769904],[-72.25976279755649,41.81038951078553],[-72.2597707975617,41.810435510794164],[-72.2597667975716,41.81063451083276],[-72.25978379758548,41.81078251086085],[-72.25980979759656,41.81082851086892],[-72.25996979766036,41.81103351090353],[-72.26009579771235,41.81122651093685],[-72.26013179772812,41.81129751094945],[-72.26014679773712,41.81137051096309],[-72.26013279773719,41.811452510979386],[-72.26010779773137,41.8114945109883],[-72.26004479771424,41.81155551100207],[-72.26000079770176,41.81158851100985],[-72.25989979767198,41.81164551102405],[-72.25978879763828,41.81169051103625],[-72.25968079760483,41.81172251104583],[-72.25958179757305,41.81173251105089],[-72.25951879755233,41.81172951105229],[-72.25941879751821,41.811703511050425],[-72.25934779749265,41.81166151104455],[-72.25913679741363,41.811481511016396],[-72.2589957973609,41.811362510997846],[-72.25888079731848,41.81127651098484],[-72.25880679729185,41.81123251097866],[-72.25868179724846,41.8111865109737],[-72.25861279722531,41.81117551097375],[-72.25842579716385,41.811168510978305],[-72.25835379714164,41.811191510985026],[-72.25836079714477,41.811206510987695],[-72.25857379722869,41.81146151103029],[-72.25861679724606,41.81152051104032],[-72.25869679727826,41.8116285110587],[-72.25880479732315,41.81179951108835],[-72.25885179734418,41.811900511106394],[-72.25887079735395,41.811963511117966],[-72.25888179736154,41.81203451113135],[-72.25888079736525,41.812106511145316],[-72.25883879736004,41.81225751117582],[-72.25881279735471,41.81231351118747],[-72.2587617973411,41.81236751119952],[-72.25869579732209,41.812412511210304],[-72.25862279730035,41.81244951121976],[-72.25851179726635,41.812489511231],[-72.25847479725472,41.8124975112337],[-72.25845279724788,41.81250351123556],[-72.25830479720064,41.812522511243905],[-72.25821479717119,41.81252151124653],[-72.25812179714033,41.81251251124773],[-72.25805779711841,41.81249451124628],[-72.25797679709021,41.812463511242846],[-72.25782179703475,41.8123775112311],[-72.2576907969863,41.8122765112157],[-72.25764479696903,41.81223651120942],[-72.25731279684423,41.81194551116362],[-72.25719379679869,41.81182651114436],[-72.25670279660608,41.81125351104907],[-72.25664179658152,41.81117051103493],[-72.25635279646495,41.81077651096788],[-72.25626279643714,41.81080451097612],[-72.25619979641769,41.81082451098197],[-72.25599579635504,41.81089451100195],[-72.25590779632805,41.81092551101071],[-72.25568379625929,41.81100351103285],[-72.25564479624725,41.81101551103641],[-72.2551897961071,41.811164511079554],[-72.25515479609628,41.81117551108277],[-72.25485079600203,41.811264511109584],[-72.25471479595988,41.811304511121605],[-72.25458179591787,41.81132951113064],[-72.25455079590803,41.81133451113257],[-72.25445879587895,41.81135151113877],[-72.25442879586953,41.81135851114105],[-72.25434979584443,41.811370511145874],[-72.25430679583069,41.8113755111482],[-72.25390279570136,41.81142151116981],[-72.25378179566249,41.81143251117576],[-72.25319779547513,41.81149151120559],[-72.25288779537526,41.81151551121999],[-72.25272379532171,41.81151551122517],[-72.25244279522924,41.81150251123152],[-72.25231479518678,41.811490511233224],[-72.25184279502783,41.81140451123146],[-72.2516047949477,41.81136151123066],[-72.25134979486295,41.81133551123367],[-72.251197794813,41.8113295112373],[-72.25088479471165,41.81134451125007],[-72.25077379467575,41.81135051125473],[-72.25045779457521,41.81139751127378],[-72.25018179448831,41.811454511293505],[-72.24995779441748,41.811495511308486],[-72.24978279436226,41.81152951132058],[-72.24965379432228,41.81156751133198],[-72.24968479433437,41.811602511337775],[-72.2497797943713,41.81170751135508],[-72.24981179438377,41.81174351136104],[-72.2499187944254,41.81186251138067],[-72.24993179443034,41.81187451138259],[-72.25008779448926,41.81201651140512],[-72.25025579455104,41.8121395114236],[-72.25035479458703,41.812204511433066],[-72.25040379460488,41.812237511437885],[-72.25050679464202,41.812299511446625],[-72.25063579468898,41.81238551145919],[-72.25086179477066,41.81252551147914],[-72.2511977948937,41.812762511514364],[-72.25133879494577,41.81286951153061],[-72.25186179514057,41.81329651159668],[-72.2519977951913,41.81340851161404],[-72.25218279526081,41.81357051163953],[-72.25271379541539,41.813236511558216],[-72.25280779544245,41.81317251154289],[-72.25295279548446,41.81307751151994],[-72.25306879551874,41.81301351150391],[-72.25312979553706,41.81298551149658],[-72.25321379556331,41.81296451148988],[-72.25324179557235,41.8129625114886],[-72.25329679559097,41.812974511489195],[-72.25334779560886,41.81299651149184],[-72.25341779563409,41.813038511497744],[-72.2537647957621,41.81329951153727],[-72.25412479589579,41.81358651158141],[-72.25434679597696,41.81374051160417],[-72.25450079603264,41.81383651161789],[-72.25467079609362,41.81393351163127],[-72.25492279618395,41.814076511650974],[-72.25521079628778,41.814250511675546],[-72.25529779632048,41.81432651168749],[-72.25540079635846,41.81440351169913],[-72.25563279644201,41.814542511718685],[-72.25573279647872,41.81461451172946],[-72.25583979651852,41.8147005117427],[-72.25587779653262,41.81473051174729],[-72.25601579658476,41.81485651176732],[-72.25619279665456,41.81506951180292],[-72.25638979673478,41.81535151185122],[-72.25651179678437,41.81552451188082],[-72.2569407969642,41.81623051200378],[-72.25698279698209,41.81630451201676],[-72.25725379709722,41.81677751209966],[-72.25728779711277,41.81685651211385],[-72.25728679711413,41.81688651211967],[-72.26238079878463,41.81701551198397],[-72.26216479871565,41.817042511995986],[-72.26195679864986,41.817080512009895],[-72.2617147985756,41.81716451203377],[-72.2612647984388,41.81734451208277],[-72.26107879838173,41.81740951210118],[-72.26068779826197,41.81754951214058],[-72.26047079819597,41.81763551216406],[-72.26026579813426,41.81772851218851],[-72.25974179797743,41.81798151225393],[-72.25957979792793,41.818041512270646],[-72.25930779784379,41.81812451229526],[-72.25920179781053,41.81814851230325],[-72.25912479778569,41.81815351230665],[-72.25888079770594,41.81815251231414],[-72.25861279761897,41.81816151232434],[-72.25831279752349,41.81820551234229],[-72.25780879736257,41.81827051237076],[-72.25757179728795,41.8183195123877],[-72.2573377972148,41.8183775124063],[-72.25714879715605,41.81842951242232],[-72.25697779710296,41.81847851243718],[-72.25684679706177,41.81850651244671],[-72.25679879704639,41.818511512449206],[-72.25674179702754,41.81850751245022],[-72.25662979698967,41.81848451244932],[-72.25636579689858,41.81839751244081],[-72.2562577968619,41.818372512439396],[-72.25620679684508,41.81836951244042],[-72.25610379681156,41.81837151244406],[-72.2560167967839,41.81838451244932],[-72.25581979672262,41.81843851246597],[-72.25585979673899,41.81849751247609],[-72.25594379677206,41.81859751249279],[-72.25594879677413,41.81860551249419],[-72.25600479679755,41.818696512509995],[-72.25607479682925,41.81885351253814],[-72.25618979688579,41.81919051259966],[-72.25623379690738,41.81931851262303],[-72.25625179691748,41.81939351263696],[-72.25539179660218,41.818781512545755]]]},"properties":{"name":8812,"geoid":"09013881200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.50539088936395,42.01357554213848],[-72.50549988943312,42.014157542246814],[-72.5058278896412,42.015907542572535],[-72.50593588970987,42.01648654268033],[-72.50593688971054,42.01649254268145],[-72.50646789005029,42.01937454321812],[-72.50647589005567,42.019422543227094],[-72.50692589034341,42.02186154368122],[-72.50809689109252,42.02821254486362],[-72.50863789143848,42.0311435454092],[-72.50754889099349,42.0295995451476],[-72.50498388994546,42.025963544531486],[-72.50444488976777,42.025936544543576],[-72.50376788954469,42.02590454455916],[-72.50188188892322,42.02581554460255],[-72.50186088892593,42.025981544635115],[-72.50182688892417,42.02614354466731],[-72.50180988892231,42.026207544680155],[-72.50172288891349,42.02654754474826],[-72.5015688888938,42.02707854485519],[-72.50149088888463,42.02736154491206],[-72.50144188887919,42.02754454494878],[-72.50142488888436,42.027730544985054],[-72.50142488888568,42.02775354498945],[-72.49586188697657,42.02617354486435],[-72.49512088672233,42.02596354484777],[-72.49257488588465,42.02586554491055],[-72.49248288578147,42.02459754466992],[-72.49250188571271,42.023297544419584],[-72.49250588562492,42.021751544122445],[-72.49243388555624,42.02096854397432],[-72.4923328854883,42.02036254386114],[-72.49217588539655,42.019660543731284],[-72.49215888536487,42.0192075436448],[-72.4920578853027,42.01870154355082],[-72.49197688524113,42.018092543436396],[-72.49193388520922,42.017782543378225],[-72.49441188596502,42.01684654311896],[-72.49623488652071,42.01615254292717],[-72.4961908864317,42.01485754267976],[-72.49618988642854,42.01480854267037],[-72.49616288635956,42.013764542470646],[-72.4969838866262,42.01373654243895],[-72.49967088749862,42.01363954233417],[-72.50084788788072,42.013596542288184],[-72.50175588817713,42.013591542258105],[-72.50448188906711,42.01357854216821],[-72.50539088936395,42.01357554213848]]]},"properties":{"name":5381,"geoid":"09013538100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.44732986692004,41.95311453236837],[-72.44925286753502,41.952884532262686],[-72.45333486884049,41.952397532038574],[-72.45502286938039,41.952197531946155],[-72.45662186989179,41.95200753185851],[-72.45694486999408,41.95195153183741],[-72.45714987005917,41.95191853182452],[-72.4577678702554,41.9518205317859],[-72.45797387032084,41.95178853177317],[-72.46164887149743,41.95137353157585],[-72.4625568717881,41.95127053152704],[-72.47397387544324,41.9499825309142],[-72.47630887619039,41.94971253078758],[-72.48089187765692,41.94918453053941],[-72.48234887812221,41.949000530457376],[-72.48317287838333,41.94886153040427],[-72.4851378790062,41.948532530278094],[-72.48564487916686,41.94844653024534],[-72.48646987942838,41.948308530192385],[-72.48720387966132,41.94819053014618],[-72.48940788036093,41.94783853000792],[-72.49014288059423,41.94772152996188],[-72.49048988070567,41.94768852994442],[-72.49153088104013,41.94759252989265],[-72.491878881152,41.947561529875536],[-72.49204888120683,41.9475495298678],[-72.49255888137144,41.947515529844935],[-72.49272988142671,41.947505529837535],[-72.49343888185699,41.950966530481026],[-72.49556888314933,41.96135353241177],[-72.49627988358058,41.96481653305531],[-72.4962958835904,41.96489653307019],[-72.49634588362063,41.96513853311516],[-72.49636288363085,41.96521953313019],[-72.49644388368013,41.96561653320398],[-72.49668888382861,41.96680753342527],[-72.49672988385326,41.967003533461664],[-72.49677088387827,41.96720553349922],[-72.49677888388301,41.96724253350608],[-72.49709088407438,41.96879853379544],[-72.4980588846656,41.97358153468452],[-72.49832688482904,41.97490153492985],[-72.49838388486359,41.97517853498131],[-72.49850688493943,41.975798535096615],[-72.49888088516896,41.977664535443544],[-72.49892888519825,41.97790153548758],[-72.4989548852293,41.97829353556216],[-72.49895488522941,41.97829553556253],[-72.49896988524819,41.9785365356084],[-72.49901488530459,41.979261535746396],[-72.49903088532378,41.97950453579263],[-72.49905088533953,41.979664535822764],[-72.49911088538676,41.98014453591315],[-72.49913088540248,41.98030453594328],[-72.49917588542938,41.9805165359826],[-72.4993118855104,41.98115253610057],[-72.49935788553763,41.98136453613986],[-72.49936388554133,41.981394536145444],[-72.49937788554939,41.98145553615673],[-72.49938288555275,41.98148553616234],[-72.49938988555684,41.98151653616807],[-72.49940688556711,41.98159853618329],[-72.49942888558027,41.98170253620259],[-72.49946988561403,41.98205653626936],[-72.49965888576969,41.98368853657714],[-72.49972288582183,41.98423153667954],[-72.49972288582201,41.9842345366801],[-72.4997308858286,41.9843035366931],[-72.5002378861494,41.98699953719528],[-72.50180088713765,41.99529553874022],[-72.50232088746603,41.99804753925259],[-72.50232288746754,41.998062539255415],[-72.50233088747258,41.99810453926324],[-72.50234888748676,41.99824853929034],[-72.50241888754192,41.99880953939594],[-72.50243088755128,41.998903539413604],[-72.50244788756224,41.99899753943113],[-72.50259888766024,41.99984253958873],[-72.50306088795742,42.00238054006175],[-72.50321588805691,42.00322854021977],[-72.5032288880655,42.00330354023378],[-72.50335188813915,42.0038845403415],[-72.50376988838934,42.00585654070711],[-72.50390388846927,42.00648354082332],[-72.5039108884734,42.006515540829234],[-72.50392988848473,42.00660454084573],[-72.50405188855393,42.00711354093964],[-72.50448488879876,42.008906541270335],[-72.50463088888094,42.009504541380565],[-72.50478288897752,42.01031854153212],[-72.50523888926729,42.01276054198675],[-72.50539088936395,42.01357554213848],[-72.50448188906711,42.01357854216821],[-72.50175588817713,42.013591542258105],[-72.50084788788072,42.013596542288184],[-72.49967088749862,42.01363954233417],[-72.4969838866262,42.01373654243895],[-72.49616288635956,42.013764542470646],[-72.49618988642854,42.01480854267037],[-72.4961908864317,42.01485754267976],[-72.49623488652071,42.01615254292717],[-72.49441188596502,42.01684654311896],[-72.49193388520922,42.017782543378225],[-72.49197688524113,42.018092543436396],[-72.4920578853027,42.01870154355082],[-72.49215888536487,42.0192075436448],[-72.49217588539655,42.019660543731284],[-72.4923328854883,42.02036254386114],[-72.49243388555624,42.02096854397432],[-72.49250588562492,42.021751544122445],[-72.49250188571271,42.023297544419584],[-72.49248288578147,42.02459754466992],[-72.49257488588465,42.02586554491055],[-72.49512088672233,42.02596354484777],[-72.49586188697657,42.02617354486435],[-72.50142488888568,42.02775354498945],[-72.50142488888436,42.027730544985054],[-72.50144188887919,42.02754454494878],[-72.50149088888463,42.02736154491206],[-72.5015688888938,42.02707854485519],[-72.50172288891349,42.02654754474826],[-72.50180988892231,42.026207544680155],[-72.50182688892417,42.02614354466731],[-72.50186088892593,42.025981544635115],[-72.50188188892322,42.02581554460255],[-72.50376788954469,42.02590454455916],[-72.50444488976777,42.025936544543576],[-72.50498388994546,42.025963544531486],[-72.50754889099349,42.0295995451476],[-72.50863789143848,42.0311435454092],[-72.50874889150944,42.031744545521065],[-72.50908189172235,42.033547545856656],[-72.50919289179339,42.03414954596871],[-72.49958888864884,42.034047546257206],[-72.49284388644213,42.03400754646582],[-72.49274588641005,42.034006546468774],[-72.49207088618904,42.03399954648907],[-72.49203888617859,42.0339995464901],[-72.48469488377513,42.03394354671474],[-72.47985688219177,42.033906546862674],[-72.46958987884166,42.03400354721018],[-72.46957787883774,42.034003547210574],[-72.46012187574905,42.03403954752026],[-72.45973387562256,42.03404554753383],[-72.45972887562094,42.034045547533985],[-72.45962787558389,42.03397554752378],[-72.45952387554631,42.03391354751519],[-72.45934587548204,42.03380754750053],[-72.45908687538994,42.03367854748405],[-72.45887187531409,42.033581547472295],[-72.45864987523582,42.03348254746038],[-72.45859787521745,42.03345854745744],[-72.45844187516242,42.033388547448986],[-72.4583898751441,42.03336554744624],[-72.45817287506758,42.03326854743454],[-72.45752487483902,42.03297754739939],[-72.45730887476284,42.03288054738768],[-72.45712687469859,42.03279754737756],[-72.45691087462254,42.0327035473664],[-72.45682087459048,42.03265754736045],[-72.45664187452765,42.03258254735177],[-72.45646987446683,42.03250254734191],[-72.45633187441769,42.03243254733288],[-72.45630387440774,42.032418547331105],[-72.4561848743647,42.03234654732107],[-72.45598587429176,42.03220954730112],[-72.45576087420682,42.03201154727028],[-72.4556748741737,42.031924547256324],[-72.45554087412116,42.03177254723142],[-72.4554918741015,42.03170954722088],[-72.45543187407658,42.03161754720513],[-72.45509987393025,42.03096054708954],[-72.4548698738272,42.03047654700392],[-72.45454887368476,42.029824546888946],[-72.45414687350619,42.02900554674448],[-72.45408287347672,42.02885654671791],[-72.45379287334876,42.02828054661652],[-72.45350687322086,42.027682546510796],[-72.45350587322041,42.02768054651043],[-72.4534748732065,42.02761454649875],[-72.45313987305849,42.026945546380944],[-72.4528628729351,42.0263745462801],[-72.4527078728621,42.02598654621051],[-72.4525498727769,42.025403546103554],[-72.45232787262246,42.02398054583725],[-72.45226687257974,42.02358454576313],[-72.45220587254344,42.02330054571051],[-72.45213887251073,42.023112545676526],[-72.45207087247914,42.022949545647364],[-72.45199387244615,42.022813545623706],[-72.45194287242575,42.022748545612856],[-72.45188987240311,42.02265654559688],[-72.45125987214082,42.021676545428726],[-72.45109187207424,42.02147354539508],[-72.45100687204197,42.02139554538283],[-72.44995487165009,42.02056054525602],[-72.44970687155644,42.02034154522187],[-72.44944187145225,42.020035545171545],[-72.44940687143885,42.020001545166124],[-72.44937387142576,42.019961545159504],[-72.44931087139942,42.019861545142305],[-72.44911787131862,42.01955354508929],[-72.44908587130568,42.019510545082056],[-72.44907987130316,42.01950054508032],[-72.44897587125621,42.019275545040415],[-72.44888387121183,42.0190265449955],[-72.44857587104859,42.01793854479628],[-72.44836587093285,42.017119544645595],[-72.4483548709258,42.017059544634414],[-72.44841787094508,42.017036544628],[-72.44843087094782,42.01701054462258],[-72.44842987094502,42.01696754461434],[-72.4483798709142,42.016715544567504],[-72.44838187090909,42.01661554454824],[-72.44840987091204,42.01650754452659],[-72.44845987092113,42.01638154450078],[-72.44857387094868,42.01621254446465],[-72.44867387097597,42.016118544443394],[-72.44866987097281,42.01608654443738],[-72.44865087096366,42.01603554442818],[-72.44870987098145,42.01600954442128],[-72.44882587101648,42.01595954440797],[-72.44888787103484,42.01592654439965],[-72.44894587105209,42.01589654439202],[-72.44930887116146,42.015735544349475],[-72.44945587120583,42.01567154433246],[-72.4496918712761,42.01555254430206],[-72.45003987137764,42.01534054425019],[-72.4502688714426,42.01516854420981],[-72.45032487145814,42.01512054419879],[-72.45046387149678,42.015002544171665],[-72.45061287153658,42.01484754413712],[-72.45072087156427,42.01471554410829],[-72.45107887165038,42.01417854399364],[-72.45112787166234,42.01410754397843],[-72.45143787173627,42.01363154387703],[-72.45179587182284,42.01310254376392],[-72.45211687190113,42.01263954366467],[-72.45218387191773,42.012547543644835],[-72.45245987198555,42.01215854356124],[-72.45293287210195,42.01149454341851],[-72.45295287210689,42.01146654341248],[-72.45332087219822,42.01096354330404],[-72.45336387220871,42.01090154329074],[-72.45374487230242,42.01036554317554],[-72.45438187245963,42.009479542984884],[-72.45448687248377,42.009302542947495],[-72.45453887249495,42.00920154292643],[-72.45458187250199,42.00907954290159],[-72.45460887250661,42.009006542886695],[-72.45463387250686,42.008868542859375],[-72.4546648725033,42.00863054281263],[-72.45467387249049,42.008356542759664],[-72.45466287243981,42.00753754260261],[-72.45466087242941,42.00736854257019],[-72.45465887242113,42.00723554254469],[-72.45465687240903,42.007036542506505],[-72.45465887229723,42.00508054213044],[-72.45465987228704,42.00489754209522],[-72.454651872265,42.00455954203052],[-72.45462387223883,42.00426354197451],[-72.45460587222594,42.004141541951626],[-72.4545808722081,42.00397354192015],[-72.45453087218073,42.003781541884834],[-72.45449987216382,42.00366354186313],[-72.45449387215928,42.00361854185468],[-72.45448387215389,42.003581541847886],[-72.4544248721207,42.00333954180325],[-72.45442387212012,42.003335541802514],[-72.45440287210896,42.00326054178876],[-72.45425187202915,42.00273054169171],[-72.45424387202479,42.0027005416862],[-72.45378187178963,42.00123554141934],[-72.45375387177593,42.00115654140503],[-72.45357487168756,42.00063654131078],[-72.45347287163797,42.000353541259635],[-72.45337087158823,42.0000685412081],[-72.45316787148963,41.999506541106555],[-72.45306587144007,41.9992245410556],[-72.45298487140403,41.999057541026076],[-72.45252287120617,41.99824154088397],[-72.45228987110629,41.997828540811994],[-72.45187587092762,41.997073540680084],[-72.45159287080762,41.99659454059704],[-72.45148087075955,41.99639454056216],[-72.45105587058045,41.99569454044116],[-72.45084187048916,41.99532254037647],[-72.45082987048399,41.9953005403726],[-72.45039387029477,41.99448754023023],[-72.45030687025769,41.99433654020396],[-72.45014487018952,41.9940715401582],[-72.44966086998583,41.99327854002117],[-72.44949986991807,41.99301453997556],[-72.44924286980722,41.99254653989378],[-72.44889586965441,41.99186053977296],[-72.4479028692171,41.9898955394268],[-72.44780686917444,41.98969853939199],[-72.44775586914915,41.989548539364776],[-72.4477108691252,41.989387539335254],[-72.44766286909591,41.98915053929121],[-72.44756486901142,41.988236539118574],[-72.44754086899009,41.98800153907413],[-72.4475018689589,41.987680539013645],[-72.44742786889584,41.98700353888583],[-72.44741886888941,41.98694253887435],[-72.44740386887692,41.986810538849454],[-72.44736086884026,41.98641653877506],[-72.44734686882818,41.986285538750295],[-72.44732986881405,41.9861365387222],[-72.44728186877285,41.98569153863814],[-72.4472658687591,41.98554353861018],[-72.44731686877526,41.98553453860683],[-72.44746986882387,41.98551053859732],[-72.4475218688404,41.985502538594105],[-72.44753186882369,41.98515453852688],[-72.44756186877362,41.984111538325294],[-72.44757286875728,41.9837645382582],[-72.44757886874812,41.983570538220704],[-72.44758686873604,41.9833145381712],[-72.44759886871918,41.982952538101195],[-72.44761886867691,41.98210253793705],[-72.44761586866802,41.981964537910606],[-72.44761086864997,41.98167853785577],[-72.44759686863604,41.98151553782486],[-72.44732786851797,41.980989537732256],[-72.44704986839723,41.98046853764094],[-72.44682686830028,41.98004853756726],[-72.4464048681186,41.979285537433974],[-72.44581086786147,41.97818653724153],[-72.44556686775483,41.97771753715912],[-72.44536886766915,41.977351537095046],[-72.44531686764658,41.97725453707803],[-72.44478386741928,41.97632753691673],[-72.44448786729346,41.975820536828635],[-72.44438486725053,41.975658536800765],[-72.4443548672379,41.975609536792305],[-72.44413186714262,41.97521853672419],[-72.44400686708853,41.97498753668375],[-72.44387186702795,41.974700536632845],[-72.44376786697453,41.97436153657095],[-72.44368986692788,41.97399253650244],[-72.44367486691382,41.97383253647214],[-72.4436658668962,41.973576536423174],[-72.44366786689115,41.973477536404076],[-72.44368586685242,41.972699536253806],[-72.44370586684185,41.97240153619583],[-72.44371186683905,41.97231853617967],[-72.44372386682848,41.972065536130614],[-72.44372986680698,41.97165653605172],[-72.44372386679646,41.97150753602325],[-72.44372186679095,41.971422536006955],[-72.44370686677388,41.971210535966655],[-72.44361586672402,41.97085953590201],[-72.44358586670975,41.970781535887966],[-72.4435378666866,41.97065153586448],[-72.44342386663583,41.970415535822724],[-72.44327986657633,41.97019853578556],[-72.44317886653516,41.970055535761276],[-72.44310386650507,41.96995853574501],[-72.44289586642181,41.96969153570027],[-72.44287186641213,41.96965953569489],[-72.44265986632618,41.969368535645664],[-72.44260386630421,41.96930453563514],[-72.44230786618527,41.968916535569946],[-72.44179086597748,41.96823853545598],[-72.44141686582778,41.96775853537555],[-72.44132986579294,41.96764653535679],[-72.44117686573092,41.96743653532126],[-72.44113586571328,41.96736253530833],[-72.44110786570127,41.9673125352996],[-72.4410238656635,41.96713253526765],[-72.4409928656485,41.9670475352523],[-72.44080286555672,41.96652953515867],[-72.44070286550641,41.96622153510259],[-72.44066686548564,41.96606453507352],[-72.44063886546944,41.96594153505075],[-72.4406348654588,41.96577853501951],[-72.44064486545889,41.9657235350086],[-72.44070886547064,41.965563534975765],[-72.44094286552443,41.96516853489229],[-72.44103886554657,41.96500753485824],[-72.44196386576668,41.96357553455314],[-72.4422108658256,41.96319553447211],[-72.44231186585021,41.96304953444079],[-72.4424738658884,41.96279253438617],[-72.44281986597318,41.962299534280234],[-72.44289086599063,41.96219953425873],[-72.44358586616622,41.9613015340637],[-72.44372786620075,41.961094534019324],[-72.4438318662251,41.960926533983674],[-72.44399586626021,41.96060453391646],[-72.44405186626967,41.96045053388505],[-72.44408286627154,41.96030653385635],[-72.44410786626682,41.96008153381224],[-72.44410686626011,41.9599705337909],[-72.44410686624246,41.95966253373162],[-72.44409186621459,41.959261533654924],[-72.44409586620466,41.95906553361708],[-72.4440958662038,41.95905053361418],[-72.44411386619926,41.95886853357858],[-72.44422286620534,41.95835353347598],[-72.44422386620555,41.95835153347557],[-72.44429386621427,41.95810453342579],[-72.44445986623927,41.95759453332232],[-72.44491386631961,41.95640853307956],[-72.44495486632742,41.956311533059555],[-72.44501586633929,41.95617053303048],[-72.44511186635981,41.955981532991046],[-72.44529286640174,41.95568153292752],[-72.44529686640271,41.95567553292622],[-72.4455438664645,41.955345532854835],[-72.4457018665056,41.95516253281457],[-72.44613386661837,41.954667532705486],[-72.44681486679247,41.9538235325213],[-72.44694486682461,41.95364353248248],[-72.44732986692004,41.95311453236837]]]},"properties":{"name":5382.01,"geoid":"09013538201"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.40674685389457,41.95717253444413],[-72.40782085424216,41.957114534398734],[-72.40784585425024,41.957113534397756],[-72.40967985484409,41.9570195343212],[-72.41104385528558,41.95694753426385],[-72.41211885563358,41.95689153421881],[-72.41254085576864,41.95684253419592],[-72.41380785617423,41.956696534127424],[-72.4142308563097,41.9566485341047],[-72.41650685703851,41.956390533982464],[-72.42059985834916,41.955927533762825],[-72.42333785922597,41.955618533616025],[-72.42522385982997,41.95540653351505],[-72.42561585995614,41.95537353349619],[-72.42650486024237,41.95530053345378],[-72.42755886058183,41.9552155334038],[-72.42917386110182,41.95508253332668],[-72.43006386138838,41.95500953328422],[-72.43058386155494,41.95495153325648],[-72.43214586205535,41.954779533173536],[-72.43266686222233,41.95472353314612],[-72.43559886316172,41.95440153299057],[-72.44439686598037,41.9534355325238],[-72.44732986692004,41.95311453236837],[-72.44694486682461,41.95364353248248],[-72.44681486679247,41.9538235325213],[-72.44613386661837,41.954667532705486],[-72.4457018665056,41.95516253281457],[-72.4455438664645,41.955345532854835],[-72.44529686640271,41.95567553292622],[-72.44529286640174,41.95568153292752],[-72.44511186635981,41.955981532991046],[-72.44501586633929,41.95617053303048],[-72.44495486632742,41.956311533059555],[-72.44491386631961,41.95640853307956],[-72.44445986623927,41.95759453332232],[-72.44429386621427,41.95810453342579],[-72.44422386620555,41.95835153347557],[-72.44422286620534,41.95835353347598],[-72.44411386619926,41.95886853357858],[-72.4440958662038,41.95905053361418],[-72.44409586620466,41.95906553361708],[-72.44409186621459,41.959261533654924],[-72.44410686624246,41.95966253373162],[-72.44410686626011,41.9599705337909],[-72.44410786626682,41.96008153381224],[-72.44408286627154,41.96030653385635],[-72.44405186626967,41.96045053388505],[-72.44399586626021,41.96060453391646],[-72.4438318662251,41.960926533983674],[-72.44372786620075,41.961094534019324],[-72.44358586616622,41.9613015340637],[-72.44289086599063,41.96219953425873],[-72.44281986597318,41.962299534280234],[-72.4424738658884,41.96279253438617],[-72.44231186585021,41.96304953444079],[-72.4422108658256,41.96319553447211],[-72.44196386576668,41.96357553455314],[-72.44103886554657,41.96500753485824],[-72.44094286552443,41.96516853489229],[-72.44070886547064,41.965563534975765],[-72.44064486545889,41.9657235350086],[-72.4406348654588,41.96577853501951],[-72.44063886546944,41.96594153505075],[-72.44066686548564,41.96606453507352],[-72.44070286550641,41.96622153510259],[-72.44080286555672,41.96652953515867],[-72.4409928656485,41.9670475352523],[-72.4410238656635,41.96713253526765],[-72.44110786570127,41.9673125352996],[-72.44113586571328,41.96736253530833],[-72.44117686573092,41.96743653532126],[-72.44132986579294,41.96764653535679],[-72.44141686582778,41.96775853537555],[-72.44179086597748,41.96823853545598],[-72.44230786618527,41.968916535569946],[-72.44260386630421,41.96930453563514],[-72.44265986632618,41.969368535645664],[-72.44287186641213,41.96965953569489],[-72.44289586642181,41.96969153570027],[-72.44310386650507,41.96995853574501],[-72.44317886653516,41.970055535761276],[-72.44327986657633,41.97019853578556],[-72.44342386663583,41.970415535822724],[-72.4435378666866,41.97065153586448],[-72.44358586670975,41.970781535887966],[-72.44361586672402,41.97085953590201],[-72.44370686677388,41.971210535966655],[-72.44372186679095,41.971422536006955],[-72.44372386679646,41.97150753602325],[-72.44372986680698,41.97165653605172],[-72.44372386682848,41.972065536130614],[-72.44371186683905,41.97231853617967],[-72.44370586684185,41.97240153619583],[-72.44368586685242,41.972699536253806],[-72.44366786689115,41.973477536404076],[-72.4436658668962,41.973576536423174],[-72.44367486691382,41.97383253647214],[-72.44368986692788,41.97399253650244],[-72.44376786697453,41.97436153657095],[-72.44387186702795,41.974700536632845],[-72.44400686708853,41.97498753668375],[-72.44413186714262,41.97521853672419],[-72.4443548672379,41.975609536792305],[-72.44438486725053,41.975658536800765],[-72.44448786729346,41.975820536828635],[-72.44478386741928,41.97632753691673],[-72.44531686764658,41.97725453707803],[-72.44536886766915,41.977351537095046],[-72.44556686775483,41.97771753715912],[-72.44581086786147,41.97818653724153],[-72.4464048681186,41.979285537433974],[-72.44682686830028,41.98004853756726],[-72.44704986839723,41.98046853764094],[-72.44732786851797,41.980989537732256],[-72.44759686863604,41.98151553782486],[-72.44761086864997,41.98167853785577],[-72.44761586866802,41.981964537910606],[-72.44761886867691,41.98210253793705],[-72.44759886871918,41.982952538101195],[-72.44758686873604,41.9833145381712],[-72.44757886874812,41.983570538220704],[-72.44757286875728,41.9837645382582],[-72.44756186877362,41.984111538325294],[-72.44753186882369,41.98515453852688],[-72.4475218688404,41.985502538594105],[-72.44746986882387,41.98551053859732],[-72.44731686877526,41.98553453860683],[-72.4472658687591,41.98554353861018],[-72.44728186877285,41.98569153863814],[-72.44732986881405,41.9861365387222],[-72.44734686882818,41.986285538750295],[-72.44736086884026,41.98641653877506],[-72.44740386887692,41.986810538849454],[-72.44741886888941,41.98694253887435],[-72.44742786889584,41.98700353888583],[-72.4475018689589,41.987680539013645],[-72.44754086899009,41.98800153907413],[-72.44756486901142,41.988236539118574],[-72.44766286909591,41.98915053929121],[-72.4477108691252,41.989387539335254],[-72.44775586914915,41.989548539364776],[-72.44780686917444,41.98969853939199],[-72.4479028692171,41.9898955394268],[-72.44889586965441,41.99186053977296],[-72.44924286980722,41.99254653989378],[-72.44949986991807,41.99301453997556],[-72.44966086998583,41.99327854002117],[-72.45014487018952,41.9940715401582],[-72.45030687025769,41.99433654020396],[-72.45039387029477,41.99448754023023],[-72.45082987048399,41.9953005403726],[-72.45084187048916,41.99532254037647],[-72.45105587058045,41.99569454044116],[-72.45148087075955,41.99639454056216],[-72.45159287080762,41.99659454059704],[-72.45187587092762,41.997073540680084],[-72.45228987110629,41.997828540811994],[-72.45252287120617,41.99824154088397],[-72.45298487140403,41.999057541026076],[-72.45306587144007,41.9992245410556],[-72.45316787148963,41.999506541106555],[-72.45337087158823,42.0000685412081],[-72.45347287163797,42.000353541259635],[-72.45357487168756,42.00063654131078],[-72.45375387177593,42.00115654140503],[-72.45378187178963,42.00123554141934],[-72.45424387202479,42.0027005416862],[-72.45425187202915,42.00273054169171],[-72.45440287210896,42.00326054178876],[-72.45442387212012,42.003335541802514],[-72.4544248721207,42.00333954180325],[-72.45448387215389,42.003581541847886],[-72.45449387215928,42.00361854185468],[-72.45449987216382,42.00366354186313],[-72.45453087218073,42.003781541884834],[-72.4545808722081,42.00397354192015],[-72.45460587222594,42.004141541951626],[-72.45462387223883,42.00426354197451],[-72.454651872265,42.00455954203052],[-72.45465987228704,42.00489754209522],[-72.45465887229723,42.00508054213044],[-72.45465687240903,42.007036542506505],[-72.45465887242113,42.00723554254469],[-72.45466087242941,42.00736854257019],[-72.45466287243981,42.00753754260261],[-72.45467387249049,42.008356542759664],[-72.4546648725033,42.00863054281263],[-72.45463387250686,42.008868542859375],[-72.45460887250661,42.009006542886695],[-72.45458187250199,42.00907954290159],[-72.45453887249495,42.00920154292643],[-72.45448687248377,42.009302542947495],[-72.45438187245963,42.009479542984884],[-72.45374487230242,42.01036554317554],[-72.45336387220871,42.01090154329074],[-72.45332087219822,42.01096354330404],[-72.45295287210689,42.01146654341248],[-72.45293287210195,42.01149454341851],[-72.45245987198555,42.01215854356124],[-72.45218387191773,42.012547543644835],[-72.45211687190113,42.01263954366467],[-72.45179587182284,42.01310254376392],[-72.45143787173627,42.01363154387703],[-72.45112787166234,42.01410754397843],[-72.45107887165038,42.01417854399364],[-72.45072087156427,42.01471554410829],[-72.45061287153658,42.01484754413712],[-72.45046387149678,42.015002544171665],[-72.45032487145814,42.01512054419879],[-72.4502688714426,42.01516854420981],[-72.45003987137764,42.01534054425019],[-72.4496918712761,42.01555254430206],[-72.44945587120583,42.01567154433246],[-72.44930887116146,42.015735544349475],[-72.44894587105209,42.01589654439202],[-72.44888787103484,42.01592654439965],[-72.44882587101648,42.01595954440797],[-72.44870987098145,42.01600954442128],[-72.44865087096366,42.01603554442818],[-72.44866987097281,42.01608654443738],[-72.44867387097597,42.016118544443394],[-72.44857387094868,42.01621254446465],[-72.44845987092113,42.01638154450078],[-72.44840987091204,42.01650754452659],[-72.44838187090909,42.01661554454824],[-72.4483798709142,42.016715544567504],[-72.44842987094502,42.01696754461434],[-72.44843087094782,42.01701054462258],[-72.44841787094508,42.017036544628],[-72.4483548709258,42.017059544634414],[-72.44836587093285,42.017119544645595],[-72.44857587104859,42.01793854479628],[-72.44888387121183,42.0190265449955],[-72.44897587125621,42.019275545040415],[-72.44907987130316,42.01950054508032],[-72.44908587130568,42.019510545082056],[-72.44911787131862,42.01955354508929],[-72.44931087139942,42.019861545142305],[-72.44937387142576,42.019961545159504],[-72.44940687143885,42.020001545166124],[-72.44944187145225,42.020035545171545],[-72.44970687155644,42.02034154522187],[-72.44995487165009,42.02056054525602],[-72.45100687204197,42.02139554538283],[-72.45109187207424,42.02147354539508],[-72.45125987214082,42.021676545428726],[-72.45188987240311,42.02265654559688],[-72.45194287242575,42.022748545612856],[-72.45199387244615,42.022813545623706],[-72.45207087247914,42.022949545647364],[-72.45213887251073,42.023112545676526],[-72.45220587254344,42.02330054571051],[-72.45226687257974,42.02358454576313],[-72.45232787262246,42.02398054583725],[-72.4525498727769,42.025403546103554],[-72.4527078728621,42.02598654621051],[-72.4528628729351,42.0263745462801],[-72.45313987305849,42.026945546380944],[-72.4534748732065,42.02761454649875],[-72.45350587322041,42.02768054651043],[-72.45350687322086,42.027682546510796],[-72.45379287334876,42.02828054661652],[-72.45408287347672,42.02885654671791],[-72.45414687350619,42.02900554674448],[-72.45454887368476,42.029824546888946],[-72.4548698738272,42.03047654700392],[-72.45509987393025,42.03096054708954],[-72.45543187407658,42.03161754720513],[-72.4554918741015,42.03170954722088],[-72.45554087412116,42.03177254723142],[-72.4556748741737,42.031924547256324],[-72.45576087420682,42.03201154727028],[-72.45598587429176,42.03220954730112],[-72.4561848743647,42.03234654732107],[-72.45630387440774,42.032418547331105],[-72.45633187441769,42.03243254733288],[-72.45646987446683,42.03250254734191],[-72.45664187452765,42.03258254735177],[-72.45682087459048,42.03265754736045],[-72.45691087462254,42.0327035473664],[-72.45712687469859,42.03279754737756],[-72.45730887476284,42.03288054738768],[-72.45752487483902,42.03297754739939],[-72.45817287506758,42.03326854743454],[-72.4583898751441,42.03336554744624],[-72.45844187516242,42.033388547448986],[-72.45859787521745,42.03345854745744],[-72.45864987523582,42.03348254746038],[-72.45887187531409,42.033581547472295],[-72.45908687538994,42.03367854748405],[-72.45934587548204,42.03380754750053],[-72.45952387554631,42.03391354751519],[-72.45962787558389,42.03397554752378],[-72.45972887562094,42.034045547533985],[-72.45818587511808,42.034071547588375],[-72.45668087462248,42.034007547624256],[-72.45637687452309,42.03400754763398],[-72.45635387451551,42.034006547634526],[-72.45608887442803,42.03399154764013],[-72.45583887434603,42.03398654764716],[-72.4494478722499,42.03386354782805],[-72.4445998706606,42.033783547967765],[-72.44226386989423,42.03373554803326],[-72.44174286972392,42.03373554804993],[-72.44165386969485,42.03373554805277],[-72.44144786962744,42.033734548059165],[-72.43786486844887,42.03360754814934],[-72.43639286796679,42.033591548193336],[-72.43576886776373,42.03360754821636],[-72.43550486767725,42.03360454822423],[-72.43544886765896,42.03360454822602],[-72.4341468672326,42.033591548265164],[-72.43274386677321,42.0335785483075],[-72.42813186526303,42.03353454844647],[-72.41880986221035,42.03344354872686],[-72.41878786220317,42.03344354872756],[-72.41687386157585,42.03341554878333],[-72.41635086140435,42.0334065487983],[-72.415803861225,42.03339754881405],[-72.41553286113619,42.033393548821934],[-72.39743185520135,42.03309554934257],[-72.39755185519935,42.032377549200795],[-72.39791285519375,42.0302245487756],[-72.39803385519217,42.029507548633966],[-72.39818285518702,42.02856954844897],[-72.39852385517544,42.0264255480261],[-72.39862985517163,42.025755547893965],[-72.39877885516657,42.024818547709145],[-72.39896485514254,42.02334054741919],[-72.39952385507085,42.01890654654916],[-72.39971085504725,42.01742954625932],[-72.39975085504328,42.01713254620095],[-72.39987285503197,42.01624054602561],[-72.3999138550284,42.01594454596742],[-72.40005285500126,42.01467954571982],[-72.4003468549446,42.01201654519855],[-72.40049285492763,42.01088854497704],[-72.40065685490892,42.00962754472939],[-72.40079485489358,42.00857354452235],[-72.40120985484785,42.005410543900986],[-72.4013488548329,42.004357543694105],[-72.40162085482422,42.002655543358166],[-72.40186585481688,42.001130543057116],[-72.4020318548124,42.00010654285494],[-72.40256685473221,41.99565654198209],[-72.40265285473211,41.995164541884755],[-72.40312285467041,41.99140754114719],[-72.40350685462086,41.988352540547325],[-72.40352285461533,41.98816454051066],[-72.40360185459754,41.987403540361754],[-72.40384285454564,41.98512253991528],[-72.40387585453891,41.984816539855366],[-72.40392285452823,41.98436253976654],[-72.40449085445309,41.9798095388725],[-72.40442485438959,41.97907753873379],[-72.40482485433043,41.97576153808303],[-72.40568585420343,41.968628536682964],[-72.40602585415358,41.96581653613094],[-72.40629185411522,41.96362753570116],[-72.40642385409393,41.9625015354802],[-72.40649285408591,41.96196753537522],[-72.4066418540656,41.96076153513834],[-72.40669185405922,41.96036453506033],[-72.40675985405093,41.959831534955576],[-72.40677085404864,41.95972853493539],[-72.4068188540403,41.95930853485302],[-72.40685585403419,41.95899053479062],[-72.40699885400942,41.95774053454544],[-72.40705885399915,41.95721853444304],[-72.40699585397799,41.95720853444313],[-72.40680885391535,41.957181534443876],[-72.40674685389457,41.95717253444413]]]},"properties":{"name":5382.02,"geoid":"09013538202"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.28982881724477,41.98453554342774],[-72.28987081725656,41.98450154341986],[-72.28991281726785,41.984458543410234],[-72.28994181727465,41.984411543400284],[-72.2899908172852,41.98431554338025],[-72.29008781730353,41.98408054333194],[-72.29030381734036,41.98348754321096],[-72.29043781736334,41.98312154313626],[-72.2905918173866,41.982646543039984],[-72.29069781739865,41.9822495429602],[-72.29074281740124,41.982036542917776],[-72.29078081740147,41.9818225428754],[-72.29083281739432,41.981398542792135],[-72.29087681737938,41.98088354269162],[-72.29091981735021,41.980124542544154],[-72.29100181731641,41.979060542336775],[-72.29102781730231,41.97866354225952],[-72.29102881730161,41.97864554225603],[-72.29105281726822,41.977921542115915],[-72.29105081724992,41.9776115420563],[-72.29105681723424,41.97730154199643],[-72.29107081722712,41.97709654195654],[-72.29107881722355,41.9769875419353],[-72.29113881720741,41.97635954181251],[-72.29120481717943,41.97548954164296],[-72.29119681717016,41.97537254162067],[-72.29119281716561,41.97531554160983],[-72.29116681714788,41.97515354157947],[-72.29086481696609,41.97369454130819],[-72.29069781687977,41.973137541206256],[-72.29057081681198,41.97267554112135],[-72.29052681678631,41.972477541084615],[-72.29043281673155,41.97205554100636],[-72.2903838166983,41.97175254094958],[-72.29035981667622,41.9715025409022],[-72.2903558166686,41.97139154088095],[-72.2903608166634,41.9712715408577],[-72.29037581666152,41.97115254083431],[-72.29041181666469,41.971001540804096],[-72.29043881666982,41.97093654079074],[-72.29053081668964,41.970756540753165],[-72.29059381670444,41.97065454073153],[-72.2907428167404,41.97043054068369],[-72.29144681691078,41.96938054045921],[-72.29155281693717,41.969235540427924],[-72.29175781699188,41.96901954037984],[-72.291780816998,41.96899454037431],[-72.29219381710891,41.968571540279775],[-72.2924238171698,41.968320540224155],[-72.29312181735169,41.9675075400455],[-72.29326081738803,41.96734754001027],[-72.29358081746997,41.96694953992352],[-72.293994817572,41.96636453979775],[-72.29460381771797,41.965431539598804],[-72.29474281775062,41.965206539551076],[-72.29511781783252,41.9644925394017],[-72.29539181789102,41.96394653928789],[-72.29553781792218,41.963655539227226],[-72.29562381794061,41.963485539191765],[-72.2957878179735,41.96312153911647],[-72.29587681798877,41.96287853906686],[-72.29594281799739,41.962650539020856],[-72.29595981799957,41.96259153900895],[-72.29599981800217,41.96240753897226],[-72.29608281800819,41.96203653889818],[-72.29616781801566,41.96167953882675],[-72.29622581802084,41.961437538778306],[-72.29625581802338,41.96130953875271],[-72.29632181802945,41.96103753869823],[-72.2963448180306,41.96092553867592],[-72.29637181803214,41.96079753865044],[-72.29642281803476,41.96055053860127],[-72.29645981803439,41.96033153855791],[-72.2964808180291,41.96011753851603],[-72.29651381802195,41.959802538454326],[-72.29653581798718,41.95906553831171],[-72.2965818179615,41.958349538172364],[-72.29662181795801,41.958058538115054],[-72.2966508179561,41.95785853807561],[-72.29676681796715,41.95738653798103],[-72.2968858179803,41.95693353789002],[-72.29700381799347,41.9564875378004],[-72.29718081801555,41.955858537673635],[-72.29719281801599,41.955797537661496],[-72.29719681801144,41.955694537641556],[-72.29718681800425,41.95562553762857],[-72.29717181799626,41.95557153761865],[-72.29710981796319,41.955346537577284],[-72.29703381792575,41.95512453753693],[-72.296918817891,41.95517453755021],[-72.2965768177877,41.95532353758975],[-72.29646281775331,41.95537453760319],[-72.2961088176464,41.955528537644064],[-72.29504681732573,41.955993537767284],[-72.29492681728954,41.95604653778129],[-72.2946918172183,41.95614453780762],[-72.2947358172272,41.95604853778773],[-72.29478981723842,41.95593553776425],[-72.29474781721412,41.955749537729766],[-72.29472481720082,41.95564753771085],[-72.29477681721563,41.95560953770188],[-72.29480081722099,41.95556553769265],[-72.29481381722397,41.95554353768799],[-72.2948728172308,41.95532453764395],[-72.29492681724447,41.95525453762876],[-72.29499781726261,41.95516553760936],[-72.29508581728761,41.95509953759386],[-72.29514281729634,41.95492553755854],[-72.29518181730243,41.95480853753477],[-72.29545381736921,41.95441953745124],[-72.29560781741044,41.95425953741554],[-72.29563781741747,41.954210537405146],[-72.29579381745441,41.95396353735263],[-72.29587981747473,41.953826537323515],[-72.29593281748322,41.953671537291996],[-72.29594681748571,41.95363453728442],[-72.2961158175216,41.95329453721357],[-72.29622581753848,41.952959537145574],[-72.29624781754039,41.95286653712695],[-72.29628481754662,41.95276353710594],[-72.29639581756548,41.95245753704349],[-72.29644681757419,41.9523175370149],[-72.2965148175883,41.952174536985204],[-72.29658281760233,41.952030536955306],[-72.2966178176096,41.95195753694015],[-72.2966528176169,41.951884536924965],[-72.29667181762238,41.95187153692187],[-72.2967038176317,41.95185153691699],[-72.29754981790695,41.95182953688594],[-72.29777681797863,41.95178553687028],[-72.29793181802866,41.95177453686324],[-72.29823281812955,41.951818536862184],[-72.29845381820525,41.95187953686692],[-72.29846881821055,41.951886536867804],[-72.29859081825366,41.95194353687489],[-72.29893881837656,41.95210453689488],[-72.29903381840852,41.952120536894945],[-72.29920681846522,41.95212353689005],[-72.29940881853143,41.95212653688422],[-72.29950481856343,41.9521375368833],[-72.29963181860721,41.95217753688697],[-72.29965881861654,41.95218653688786],[-72.30000481874208,41.95240553691906],[-72.30012981878544,41.95244953692359],[-72.30031281884588,41.952460536919894],[-72.3008228190017,41.95226953686694],[-72.3010478190705,41.95218653684382],[-72.30122281912304,41.95210453682246],[-72.30121081911793,41.95208353681883],[-72.30108881906393,41.95183553677492],[-72.30106681905278,41.95176553676214],[-72.3010568190453,41.9516915367482],[-72.30105381904232,41.95165653674156],[-72.30104581903318,41.95154153671965],[-72.30102081898711,41.950875536592164],[-72.30100181896525,41.9506005365398],[-72.30098481895345,41.950490536519155],[-72.30094581893292,41.950353536494006],[-72.30091681892002,41.95029353648336],[-72.30087881890401,41.950230536472425],[-72.30069781882744,41.949924536419225],[-72.30062481879767,41.949820536401496],[-72.30060481878941,41.94979053639636],[-72.3005448187647,41.949700536380924],[-72.30052581875678,41.94967053637575],[-72.3004868187408,41.949613536366016],[-72.30036981869301,41.94944553633734],[-72.30033181867739,41.94938953632776],[-72.30034181867356,41.94926453630339],[-72.30034181867032,41.94920753629241],[-72.3003648186648,41.94897853624756],[-72.30036981866422,41.94893953623988],[-72.30043881866828,41.94861453617511],[-72.30047981867223,41.948448536141825],[-72.30066081869715,41.94784653602012],[-72.30068081870022,41.947785536007736],[-72.3008068187208,41.94742353593401],[-72.30081781872292,41.94739753592866],[-72.3009288187435,41.94712153587197],[-72.30106581877133,41.946823535810225],[-72.3011958187939,41.94647353573869],[-72.30128381880628,41.9461855356804],[-72.30130281880822,41.946110535665355],[-72.30132081881013,41.94604053565131],[-72.30137281881177,41.94577053559765],[-72.30138081880727,41.945645535573306],[-72.30138481879436,41.94539553552502],[-72.30141881878654,41.945062535459805],[-72.30142881878025,41.94489453542711],[-72.30141681876093,41.94462353537529],[-72.30140381874996,41.944505535352974],[-72.30135781872139,41.94426753530856],[-72.30122981865118,41.9437685352165],[-72.30119981863012,41.94357053517931],[-72.30118781861414,41.94335853513884],[-72.3011998186101,41.94321853511149],[-72.30122881861321,41.943106535088994],[-72.30142181865108,41.942663534997536],[-72.30143581865231,41.94260453498573],[-72.30143481864437,41.94247053495994],[-72.30141181862531,41.94226753492156],[-72.30136781859945,41.94206553488404],[-72.30133381857945,41.941909534855064],[-72.30115081848359,41.94127553473871],[-72.30108781844925,41.94103353469409],[-72.30102981841979,41.94084853466028],[-72.30098781840007,41.94074353464139],[-72.30204081874386,41.94073753460686],[-72.30519981977527,41.940720534503434],[-72.3061548200871,41.940716534472394],[-72.30625382011941,41.94071553446907],[-72.30626782012398,41.940715534468616],[-72.30631382013902,41.94071553446716],[-72.30632882014396,41.94071653446688],[-72.30639282016415,41.940703534462344],[-72.30643282017671,41.94069453445935],[-72.30674482027501,41.94063053443712],[-72.30684982030816,41.94060953442975],[-72.31072882158134,41.940707534325654],[-72.31437282277743,41.940800534228],[-72.32236782540159,41.941003534013504],[-72.32315282565925,41.94102353399244],[-72.32624782667504,41.941101533909276],[-72.32735082703547,41.941101533874274],[-72.33066082811717,41.9411035337696],[-72.33176482847797,41.94110453373475],[-72.33228982864932,41.94110053371731],[-72.33386482916326,41.94108853366501],[-72.33439082933498,41.941085533647744],[-72.33438082933199,41.94109053364902],[-72.33435182932355,41.9411085336534],[-72.33434282932095,41.94111453365483],[-72.33482782948055,41.9411345336433],[-72.33628282995959,41.94119753360925],[-72.33676883011958,41.94121853359786],[-72.33665583008948,41.94133853362456],[-72.3354148297557,41.94259753390649],[-72.3353168297288,41.94268753392693],[-72.33443682948995,41.94354253411957],[-72.33429682945244,41.94368753415194],[-72.33427282944615,41.943714534157905],[-72.33413082940955,41.94388653419555],[-72.33388782935036,41.94424153427165],[-72.33379882933073,41.94440753430644],[-72.33343882925503,41.94514353445964],[-72.33333482923129,41.94532353449763],[-72.33321582920163,41.9454855345326],[-72.33310482917265,41.94561353456076],[-72.33308482916742,41.94563653456584],[-72.33295382913163,41.94575953459371],[-72.33268182905488,41.94597253464337],[-72.33239982897639,41.946212534698546],[-72.33225682893851,41.94636753473293],[-72.33214982891187,41.94651353476444],[-72.33208282889817,41.94665753479432],[-72.33203582889482,41.946868534836455],[-72.33201782889981,41.947059534873816],[-72.33200582891475,41.947390534937945],[-72.33195982891493,41.947657534990825],[-72.33192482890924,41.947758535011396],[-72.33185482889212,41.94785953503307],[-72.33174882886311,41.9479585350555],[-72.33163682883034,41.94802553507196],[-72.33153582879996,41.94807153508403],[-72.33069182854625,41.948459535185556],[-72.33007382836225,41.948774535265834],[-72.32992582831895,41.94886353528768],[-72.32959182822358,41.94910553534489],[-72.32942882817869,41.94925253537838],[-72.32923782812834,41.94946453542528],[-72.32870482799468,41.95017553557915],[-72.32851182794504,41.95041153563072],[-72.32828782788603,41.950660535685785],[-72.32814182784614,41.95079753571681],[-72.32795182779286,41.950952535752684],[-72.32761682769755,41.951201535811265],[-72.32752482767143,41.95127053582749],[-72.32746582765536,41.95132653584014],[-72.32740782764031,41.95139553585526],[-72.32726182760376,41.95159153589766],[-72.32723582759772,41.95163453590676],[-72.32720082759079,41.951713535923076],[-72.32717382758659,41.95179453593955],[-72.32707082757581,41.95219653602024],[-72.32702382756894,41.95234553605042],[-72.32698582756107,41.952425536067025],[-72.3269418275512,41.95250453608364],[-72.32689082753886,41.95258053609991],[-72.32682182752092,41.952661536117695],[-72.32671082748985,41.95275253613873],[-72.32643182740944,41.95294153618399],[-72.32623682735242,41.953059536212905],[-72.32613382732178,41.95311253622638],[-72.32585182723595,41.953223536256715],[-72.3257288271978,41.95325953626755],[-72.32532182707014,41.95335353629858],[-72.32521282703738,41.95340353631166],[-72.32507582699158,41.95338553631254],[-72.32478482689521,41.95336353631753],[-72.32459382683206,41.953350536321096],[-72.32441582677379,41.95334853632636],[-72.3242378267163,41.95336053633432],[-72.32412282667963,41.95337653634107],[-72.32401082664437,41.953400536349235],[-72.32367682653984,41.95348153637544],[-72.32351382648838,41.95351353638679],[-72.32321182639318,41.95357453640809],[-72.32309182635491,41.953591536415175],[-72.32285582627904,41.95361353642691],[-72.32278182625532,41.95362153643081],[-72.32241582613798,41.95366153645013],[-72.32221282607324,41.953689536461965],[-72.32190482597419,41.95371753647712],[-72.32185282595735,41.953720536479345],[-72.3215428258574,41.953744536493815],[-72.32141082581444,41.95374753649859],[-72.32122382575362,41.95375253650548],[-72.3210218256871,41.95374353651015],[-72.32101682568539,41.95374253651012],[-72.32088682564222,41.953730536511934],[-72.32078482560895,41.953731536515356],[-72.32040282548193,41.95369353652017],[-72.32037682547335,41.953691536520616],[-72.31986082530344,41.95366953653274],[-72.31945982517165,41.953656536542965],[-72.31884182496961,41.95365553656238],[-72.31865682490916,41.95365553656824],[-72.31833082480223,41.95364853657725],[-72.31824782477469,41.95364153657853],[-72.31807682471812,41.953629536581644],[-72.31799882469201,41.953618536582006],[-72.31791682466465,41.95360853658269],[-72.31791382466781,41.95368153659683],[-72.31791082467196,41.95377153661426],[-72.31791682468138,41.95390253663931],[-72.3179178246824,41.95391453664158],[-72.31793382469104,41.953974536652645],[-72.3177938246528,41.95410653668249],[-72.31737282453781,41.95450353677231],[-72.31723382449998,41.95463653680233],[-72.31701482443917,41.954825536845675],[-72.31698982443228,41.954848536850896],[-72.31685382439393,41.95495553687583],[-72.31671382435404,41.95505853690008],[-72.31656982431262,41.95515753692374],[-72.3164218242696,41.95525153694654],[-72.31630282423464,41.955320536963605],[-72.31626882422474,41.95534153696871],[-72.31605782416335,41.95547453700103],[-72.3158608241055,41.95558953702942],[-72.31585382410344,41.95559353703042],[-72.31562982403923,41.955751537067954],[-72.31540182397531,41.955937537111005],[-72.31529882394702,41.956031537132375],[-72.31529582394624,41.956035537133246],[-72.31518582391674,41.95614853715849],[-72.31513682390386,41.95620353717064],[-72.31554882405935,41.95656953722805],[-72.31555182406049,41.956572537228524],[-72.31674582451713,41.95773853741519],[-72.31714382466937,41.958127537477466],[-72.31746882479376,41.95844653752859],[-72.31844582516764,41.95940453768205],[-72.31865182524648,41.95960653771441],[-72.31871182526939,41.95966453772368],[-72.31877182529237,41.95972353773313],[-72.31882282531177,41.95977153774076],[-72.31887382533117,41.95981953774837],[-72.31934282550952,41.96025953781822],[-72.31959182560422,41.960493537855385],[-72.32103982615673,41.96188453807725],[-72.32160582637265,41.96242753816385],[-72.32113782622785,41.962570538206236],[-72.32093982616617,41.96262353822272],[-72.32042482600582,41.96276353826603],[-72.32022782594508,41.9628275382846],[-72.32010582590821,41.96288053829868],[-72.31998782587456,41.96296653831897],[-72.31993682586078,41.96301753833041],[-72.31980982582668,41.96314753835947],[-72.31974082580908,41.96323453837842],[-72.31965882578974,41.963365538406244],[-72.31960682578291,41.96354353844217],[-72.319542825782,41.96389453851177],[-72.31950382578195,41.964117538555946],[-72.31942882578376,41.96457953864727],[-72.31931182574455,41.964562538647726],[-72.3189608256269,41.96451153864904],[-72.31884482558809,41.96449553864965],[-72.31860482550674,41.964444538647435],[-72.31834582541765,41.96436653864064],[-72.31830182540223,41.96434853863859],[-72.31822682537603,41.96431853863518],[-72.31808882532664,41.96424353862512],[-72.31802982530553,41.96421153862084],[-72.31781582522761,41.964071538600656],[-72.31709482496228,41.96355053852324],[-72.3166668248066,41.963273538483506],[-72.31614682461814,41.96294853843741],[-72.31609282459843,41.962912538432185],[-72.31590782453094,41.96278953841438],[-72.31573282446624,41.962657538394524],[-72.315570824404,41.962494538368276],[-72.31556982440362,41.962493538368115],[-72.31549382437304,41.96239253835108],[-72.31548782438034,41.96255553838266],[-72.31547182440298,41.96304453847731],[-72.31546682441069,41.96320853850906],[-72.31546182441474,41.96330853852848],[-72.31544582442673,41.96361053858712],[-72.31544182443116,41.96371153860668],[-72.31543782443374,41.96377953861991],[-72.3154278244422,41.9639855386599],[-72.31542482444515,41.96405453867327],[-72.31540882445763,41.96436553873367],[-72.31539882446185,41.9644965387592],[-72.31536182448103,41.96504553886608],[-72.31530982450613,41.96578453901001],[-72.31530682450742,41.9658245390178],[-72.31527982452384,41.966267539103946],[-72.31517682458487,41.96792953942718],[-72.31502182464767,41.9699205398154],[-72.31493382467492,41.97090354000743],[-72.31488482470131,41.9716475401522],[-72.3148368247138,41.97214154024883],[-72.31479282471877,41.97248154031568],[-72.31473882472037,41.97281954038244],[-72.31447282470945,41.974153540647684],[-72.31442082470508,41.974374540691855],[-72.31432882469403,41.97470854075909],[-72.31415782467027,41.975272540873064],[-72.31412482466963,41.97545054090838],[-72.31312982433191,41.975231540897816],[-72.31254582413237,41.97507954088708],[-72.3123958240803,41.97502654088163],[-72.31196282393071,41.974885540868236],[-72.3110698236227,41.9746025408421],[-72.31028782335356,41.974365540821296],[-72.30979582318493,41.974228540810564],[-72.30962482312675,41.974188540808264],[-72.30946182307176,41.97415854080768],[-72.30942282305878,41.97415454080813],[-72.30925482300351,41.97414854081232],[-72.30918882298222,41.97415354081536],[-72.30910882295693,41.974168540820784],[-72.30899582292189,41.974201540830734],[-72.3089358229033,41.974219540836096],[-72.30879882286165,41.974274540851034],[-72.30867882282591,41.97433554086658],[-72.30835882273257,41.974533540914855],[-72.30769182254127,41.97500254102629],[-72.30713082237966,41.97538454111762],[-72.30672282226276,41.97567354118619],[-72.30643282217895,41.975866541232556],[-72.30627882213402,41.97596154125573],[-72.3060528220672,41.976085541286764],[-72.30592282202807,41.97614454130223],[-72.30558282192423,41.97627254133766],[-72.3052888218351,41.97639554137067],[-72.30508082177158,41.97647354139229],[-72.30501382175174,41.97650954140133],[-72.3047768216829,41.97666154143811],[-72.30454582161845,41.976855541482784],[-72.30385382143047,41.977526541633885],[-72.30373082139704,41.97764554166071],[-72.30358182135568,41.977774541690266],[-72.30348582132852,41.97784854170755],[-72.30308682121417,41.978130541774476],[-72.30254482105693,41.97848054185905],[-72.3024638210334,41.97853254187162],[-72.30131982070273,41.979292542054196],[-72.30090482058348,41.97958054212279],[-72.29992682030353,41.98027854228815],[-72.29984282027966,41.98034154230293],[-72.2998378202783,41.98034654230407],[-72.29958382020746,41.9805605423533],[-72.29916382008868,41.98088554242918],[-72.29798881976136,41.98188254265834],[-72.29755381963886,41.98222854273873],[-72.29715781952785,41.98255254281366],[-72.29698381947804,41.98267654284303],[-72.29675381941287,41.982852542884196],[-72.29650781934333,41.98304354292877],[-72.2961928192531,41.98326754298186],[-72.29605181921237,41.983361543004435],[-72.29589581916736,41.983466543029586],[-72.29580581914061,41.98351354304149],[-72.29568981910617,41.9835745430569],[-72.29549881904856,41.98365954307931],[-72.29527681898162,41.98375854310542],[-72.29494181887927,41.983884543140285],[-72.29471481880945,41.983961543162316],[-72.29454281875607,41.98401154317739],[-72.29421681865503,41.984108543206396],[-72.29364881847883,41.98427554325655],[-72.29355781845061,41.984302543264626],[-72.29258781814882,41.984571543347165],[-72.29199981796734,41.984760543402174],[-72.29194681795089,41.984775543406755],[-72.29159481784163,41.98487754343754],[-72.29137381777169,41.984918543452444],[-72.29127181773943,41.98493754345933],[-72.29108481767909,41.98495154346796],[-72.2909668176403,41.98494754347092],[-72.2907478175671,41.98491954347248],[-72.29054981749964,41.98487154346952],[-72.29045281746603,41.984838543466246],[-72.29004381732344,41.984682543449196],[-72.28993981728578,41.98461854344018],[-72.28982881724477,41.98453554342774]]]},"properties":{"name":8901,"geoid":"09013890100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.42520785410835,41.85528051421627],[-72.42521485411284,41.855319514223595],[-72.42539885422615,41.856254514398195],[-72.42551885429998,41.8568635145119],[-72.42552785430533,41.856905514519724],[-72.42615285477812,41.86162551541069],[-72.4262638548512,41.86227251553201],[-72.42665585518927,41.865960516231155],[-72.42693985536447,41.867408516501484],[-72.42701685542808,41.86808351662925],[-72.42724785561886,41.87010851701261],[-72.42732485568247,41.87078351714037],[-72.42740485574757,41.871467517269764],[-72.42741385575381,41.87152551728067],[-72.42750485581368,41.87205451737982],[-72.42777085597517,41.87336451762409],[-72.42784685602062,41.87372651769149],[-72.4279118560594,41.87403451774884],[-72.42800085611262,41.87445851782778],[-72.42801785612659,41.8746065178558],[-72.42804885615216,41.874877517907095],[-72.42815685624123,41.87582151808575],[-72.42835285640231,41.877524518407995],[-72.42862385662701,41.879913518860164],[-72.42867785667143,41.880383518949095],[-72.42872885671356,41.88083051903368],[-72.42877985675577,41.881278519118446],[-72.42892185693587,41.88362351956619],[-72.42906185711173,41.88590552000182],[-72.42950285752615,41.8906455209018],[-72.4295028575263,41.89064852090239],[-72.42962285763726,41.891906521141124],[-72.429375857617,41.89296452135299],[-72.42937985761898,41.89297652135516],[-72.42939385762573,41.89301452136205],[-72.42939885762809,41.89302752136439],[-72.42934885761906,41.89315552139067],[-72.42932985761577,41.89320652140111],[-72.42932585763491,41.89356452147026],[-72.42932485764246,41.8937025214969],[-72.42932985765594,41.89391052153683],[-72.42951385783196,41.89594152192255],[-72.43012285841414,41.90265652319764],[-72.43032685860858,41.90489552362272],[-72.43036985865204,41.90541052372061],[-72.43049985878272,41.90695552401426],[-72.43054385882657,41.90747152411231],[-72.43057285885432,41.90779152417305],[-72.43066185893821,41.908751524355246],[-72.43069185896628,41.90907152441596],[-72.43079785906276,41.91015452462129],[-72.43111885935326,41.91340452523739],[-72.43122585945012,41.91448852544287],[-72.43124285946215,41.91460152546411],[-72.43124385946287,41.914608525465425],[-72.43129385949827,41.91494252552819],[-72.43131185951066,41.91505652554959],[-72.43095285939309,41.91505052555986],[-72.42987585904052,41.9150355255913],[-72.429516858923,41.915030525601786],[-72.42592185777896,41.91555552581754],[-72.424400857295,41.91577852590897],[-72.41627785470992,41.91696552639652],[-72.41513685434676,41.91713152646484],[-72.41154285320296,41.91765652668049],[-72.4112268531026,41.91770652670018],[-72.40841585219914,41.91796252683903],[-72.40567085132031,41.91827252698618],[-72.39743684868417,41.91920452742789],[-72.3946928478057,41.91951652757535],[-72.3905468464733,41.91989852778088],[-72.38945684612297,41.919998527834835],[-72.38347184420205,41.92059452814008],[-72.38236384384759,41.920725528200556],[-72.37903984278428,41.9211195283822],[-72.37793284243021,41.92125152844284],[-72.37705784214923,41.921336528487046],[-72.37443184130615,41.92159452862027],[-72.37355784102556,41.92168052866461],[-72.37270284075201,41.92178152871126],[-72.36947783972117,41.92217852889029],[-72.36001283669566,41.92334452941578],[-72.35724183580986,41.92368552956953],[-72.35316383450626,41.924188529796],[-72.35306283447385,41.924198529801124],[-72.35303783446585,41.92420152980251],[-72.35284083440297,41.92422752981378],[-72.35276083437746,41.92423852981843],[-72.3526608343456,41.9242525298243],[-72.35233583424157,41.924290529841954],[-72.3520908341634,41.92432352985609],[-72.3510608338349,41.924463529915776],[-72.34626683230586,41.925115530193665],[-72.34466883179618,41.92533353028642],[-72.34288683122605,41.92554553038386],[-72.33753982951552,41.92618453067673],[-72.33575882894576,41.9263975307743],[-72.33292182803883,41.926748530931974],[-72.32441182531828,41.92780153140491],[-72.32157582441168,41.92815353156268],[-72.32047182405653,41.928251531616574],[-72.3188098235219,41.92839953169782],[-72.31669282284099,41.92858953180156],[-72.31051182085261,41.92913953210353],[-72.30940182049558,41.92923953215797],[-72.30774681996321,41.92938753223895],[-72.30757781991078,41.92943653225376],[-72.30735681984231,41.92950253227348],[-72.30707281975423,41.92958553229847],[-72.30699181972913,41.929609532305676],[-72.30690481970218,41.92963553231343],[-72.30687781968932,41.9295645323006],[-72.30680381965564,41.929397532270784],[-72.30671781961645,41.92920253223591],[-72.30667781958344,41.92885153216954],[-72.30667281957008,41.928645532130005],[-72.30666781955591,41.92842453208756],[-72.30665981955131,41.92838953208108],[-72.30666581955168,41.9283615320755],[-72.30666281954313,41.92822853204994],[-72.3066958195151,41.927545531917275],[-72.30671881949608,41.92707853182653],[-72.30664781944759,41.92663353174303],[-72.30648381936963,41.92620453166554],[-72.30627981928939,41.92596553162594],[-72.30589481914902,41.925709531588794],[-72.30555481902829,41.92553953156682],[-72.30548281900272,41.92550353156215],[-72.30516981888776,41.9252805315291],[-72.3050568188367,41.92503153148468],[-72.30509381884316,41.924932531464435],[-72.30516781885632,41.92473853142469],[-72.30523081885944,41.924431531363524],[-72.30520681883968,41.9242215313238],[-72.30520181883787,41.92421853132337],[-72.30445881856875,41.9237545312575],[-72.30376481831294,41.923243531181],[-72.30338381817243,41.92296153113871],[-72.30325081812342,41.922863531124044],[-72.30293781799809,41.9224575310557],[-72.30291581798784,41.92240353104598],[-72.30266681787278,41.92181053093957],[-72.30208181763595,41.92100653080312],[-72.3017218174929,41.920558530728165],[-72.30122981732082,41.92035953070539],[-72.30105781726242,41.920320530703314],[-72.30011981694389,41.92010853069218],[-72.29951881673111,41.91981953065548],[-72.2991488165949,41.919549530615164],[-72.2990518165592,41.91947953060475],[-72.2987968164547,41.91910653054091],[-72.29860881636444,41.91859853044894],[-72.29846281629919,41.918289530394],[-72.29787681605616,41.917381530237506],[-72.29755781589986,41.91646453007082],[-72.29746781584043,41.915935529971684],[-72.29748981583207,41.915661529918175],[-72.29763681584689,41.91507652980072],[-72.29766181582211,41.91449652968812],[-72.29755881576185,41.91402752960095],[-72.2974998157117,41.913483529497945],[-72.29739581565201,41.913030529413874],[-72.29727681556658,41.91221052925956],[-72.2971458154937,41.91168052916151],[-72.29711381547962,41.911616529150194],[-72.29699481542723,41.91137852910807],[-72.29682281535518,41.91109952905973],[-72.2964618152138,41.91068652899152],[-72.29592081500856,41.91018452891184],[-72.29528481477608,41.90974952884811],[-72.29457981453048,41.909480528818555],[-72.29405881434613,41.909231528787046],[-72.29380581424621,41.90892752873642],[-72.29355281409083,41.90764552849723],[-72.29334781399673,41.90716752841155],[-72.29301681387922,41.907002528390194],[-72.29300781387607,41.906998528389714],[-72.29238781366833,41.90690752839179],[-72.29171781344205,41.90677752838793],[-72.29138781332466,41.906608528365794],[-72.29118481324207,41.90632152831687],[-72.29103781317129,41.90592052824419],[-72.29095081312283,41.90556752817887],[-72.29094681309985,41.90518552810532],[-72.29083181305083,41.90498352807001],[-72.29091181306624,41.90479452803103],[-72.29125681315558,41.904382527940655],[-72.29133581317069,41.9041935279017],[-72.29137781316972,41.903934527850424],[-72.29137681315642,41.90370552780629],[-72.29136381314541,41.903586527783744],[-72.2913428131283,41.9034055277495],[-72.29133981312566,41.90337652774401],[-72.29140281313114,41.903110527690714],[-72.29149981315015,41.90288652764445],[-72.29157381316492,41.9027205276101],[-72.29186381322516,41.90211252748364],[-72.29219281330361,41.901600527374484],[-72.29252081336834,41.90085252721984],[-72.2926778134012,41.900527527152185],[-72.29266981338125,41.900221527093436],[-72.29262081334913,41.899937527040194],[-72.29253181330571,41.8996845269942],[-72.29250181329104,41.89959852697858],[-72.29221581316993,41.899110526893516],[-72.29099781269156,41.897691526658356],[-72.29090281265043,41.89751352662702],[-72.29086981262968,41.897337526594114],[-72.29092781263915,41.897170526560075],[-72.29108881268117,41.896983526518895],[-72.29147181278643,41.89663352643927],[-72.29178981287511,41.8963655263775],[-72.29262881312086,41.895865526254525],[-72.29303881323979,41.89560052619042],[-72.29310581326013,41.89557352618309],[-72.29344481336301,41.89543452614554],[-72.29397081352862,41.89532452610769],[-72.29458981372385,41.895201526064376],[-72.29487081380867,41.89507852603173],[-72.29533781395234,41.894921525986675],[-72.29572881407756,41.894877525965825],[-72.29640781429332,41.89477052592369],[-72.2970928145033,41.894527525855125],[-72.29711081450898,41.89452352585378],[-72.29843381492495,41.894237525756736],[-72.29922181516869,41.89399652568531],[-72.29925981518006,41.89397852568063],[-72.2997558153285,41.89373852561864],[-72.30025181547693,41.89349852555663],[-72.3003068154934,41.89347252554989],[-72.30099381569713,41.893107525457715],[-72.30125881577575,41.892967525422314],[-72.30206581599883,41.892252525258854],[-72.30238981608215,41.891855525172005],[-72.30265181613548,41.891286525053935],[-72.30274981615564,41.891077525010516],[-72.30296281619295,41.89050852489401],[-72.3030858162299,41.89045152487912],[-72.3031708162555,41.890413524869096],[-72.30323381627448,41.89038552486171],[-72.3032928162923,41.89035952485482],[-72.30345081634005,41.8902915248367],[-72.30361081638853,41.8902245248187],[-72.30490781677834,41.88962752466247],[-72.3053938169245,41.88940552460426],[-72.30540781692874,41.88939952460265],[-72.30584181705933,41.889202524550896],[-72.30670081731799,41.88881552444906],[-72.30718581746369,41.888591524390485],[-72.30763281759808,41.888386524336774],[-72.30772581762596,41.88834252432534],[-72.30800881771103,41.88821252429129],[-72.3081028177393,41.88816952428003],[-72.30814081775068,41.88815152427535],[-72.30825481778491,41.888098524261515],[-72.3082938177967,41.888081524257],[-72.30871681792368,41.8878845242056],[-72.3091738180609,41.887671524150036],[-72.3115008187598,41.886592523868174],[-72.31181681885477,41.8864475238302],[-72.31270081912066,41.88604452372444],[-72.31301181921414,41.885901523687004],[-72.31394281949406,41.88547552357532],[-72.3139468194952,41.88547252357463],[-72.31425981958948,41.8853325235377],[-72.31441981963762,41.88525952351855],[-72.3149018197828,41.8850435234616],[-72.31504981982741,41.88497752344419],[-72.3150628198313,41.884971523442616],[-72.31545281994853,41.884792523395724],[-72.31643982024545,41.884343523277835],[-72.31662782030226,41.88426252325624],[-72.31702382042211,41.88409552321148],[-72.3172928205034,41.883979523180585],[-72.31849882086605,41.883428523036066],[-72.31875382094265,41.883310523005235],[-72.32055182148287,41.88248152278832],[-72.32195182190394,41.88184352262087],[-72.32288982218563,41.88140852250722],[-72.3232868223049,41.88122552245933],[-72.32669282332884,41.8796665220506],[-72.32690282339199,41.87957052202541],[-72.32988382428874,41.8782165216697],[-72.33175382485054,41.877354521444104],[-72.33199882492416,41.87724152141452],[-72.33568782603396,41.875568520974774],[-72.33598782612388,41.87542652093786],[-72.33910382706107,41.87400952056564],[-72.34049782747991,41.873368520397754],[-72.3409048276022,41.87318152034876],[-72.34216382798111,41.87261352019923],[-72.34377782846636,41.87187652000582],[-72.34489582880214,41.871360519870805],[-72.3463668292443,41.87068751969427],[-72.34654882929897,41.870603519672315],[-72.34679582937326,41.87049151964285],[-72.34709582946334,41.87035251960652],[-72.34727882951833,41.870268519584506],[-72.34869682994469,41.86962251941487],[-72.34910683006795,41.869435519365766],[-72.35459283171755,41.86693851870986],[-72.35642183226756,41.86610651849127],[-72.35659983232102,41.86602451846979],[-72.35684983239624,41.86591151844005],[-72.35713183248063,41.865776518405056],[-72.35730883253368,41.86569251838321],[-72.35784583269493,41.86544451831831],[-72.35804483275474,41.86535351829445],[-72.36025883342087,41.8643535180312],[-72.3604928334913,41.8642485180035],[-72.36099583364238,41.864016517942765],[-72.36126383372249,41.863886517909194],[-72.36158783381988,41.86373851787033],[-72.36337583435767,41.86292851765726],[-72.36397283453732,41.8626595175864],[-72.36429583463445,41.86251251754778],[-72.36526883492716,41.86207251743197],[-72.36559283502463,41.861926517393506],[-72.36575283507261,41.861851517373964],[-72.36623583521754,41.86162651731521],[-72.3663968352659,41.861552517295806],[-72.36693783542822,41.861300517229985],[-72.36801483575141,41.86079951709911],[-72.36854983591013,41.86051851702791],[-72.36907883606712,41.86024151695765],[-72.36923783611437,41.86015951693676],[-72.36979183627615,41.859823516854334],[-72.37171783683674,41.85862251656139],[-72.37301483721431,41.85781451636425],[-72.37322983727752,41.857691516333695],[-72.37364683740212,41.857488516281265],[-72.37418883756479,41.85723651621541],[-72.37454583767314,41.857092516176266],[-72.37460783769185,41.857065516169094],[-72.37491683778632,41.85695251613748],[-72.37565883801601,41.856731516071264],[-72.37616783817423,41.85659151602809],[-72.37745783857703,41.85626851592479],[-72.38041783950435,41.85558151569817],[-72.38093083966511,41.8554635156591],[-72.38185383995376,41.85524051558675],[-72.38343384044913,41.85488051546709],[-72.38476484086642,41.85457751536633],[-72.38564784114259,41.85436451529716],[-72.38691384153923,41.854071515200395],[-72.38754284173679,41.853934515153966],[-72.38794684186423,41.85385651512609],[-72.38829684197559,41.85380551510512],[-72.38875284212179,41.85375851508156],[-72.38923684227797,41.85372651506001],[-72.38948284235788,41.85371951505084],[-72.38986484248271,41.8537215150391],[-72.3905738427162,41.85375751502353],[-72.39088284281858,41.85378451501892],[-72.39163584307072,41.853895515016426],[-72.39229684329442,41.85403451502225],[-72.39206684319653,41.85363351495216],[-72.39248884334037,41.853740514959405],[-72.39297384350705,41.85388751497237],[-72.39380884379588,41.854173515001044],[-72.39620884462474,41.854971515078816],[-72.39663384477176,41.85511751509348],[-72.39698884489374,41.85522451510286],[-72.39739984503488,41.85534751511354],[-72.39760584510532,41.8554035151178],[-72.39781284517552,41.8554495151201],[-72.39830984534316,41.855544515122645],[-72.39891484554536,41.85562751511944],[-72.39914184562102,41.85565451511744],[-72.39957284576334,41.85568351510935],[-72.39997584589572,41.85569751509923],[-72.40023484598044,41.85570051509158],[-72.40073684614346,41.85568551507273],[-72.40106984625106,41.85566651505847],[-72.40154784640416,41.855614515033245],[-72.40217584660381,41.85552051499514],[-72.40239384667267,41.855479514980296],[-72.40265784675536,41.855418514960135],[-72.40327484694738,41.85525351490867],[-72.40379084710683,41.85509551486177],[-72.40529084756957,41.854622514722784],[-72.40574184771106,41.854521514688955],[-72.40542084763034,41.854944514780804],[-72.40576684773714,41.85483651474896],[-72.40582384775523,41.854827514745416],[-72.40616784786309,41.85474951471942],[-72.40673384804161,41.85463951468019],[-72.40689384809252,41.85461651467066],[-72.40740784825664,41.854552514641966],[-72.40767484834251,41.854529514629036],[-72.40816484850093,41.85450251460825],[-72.4094428489165,41.854474514562206],[-72.41260384994513,41.85441851445089],[-72.41582185099224,41.85436051433733],[-72.41631485115347,41.854365514322616],[-72.4167338512916,41.854389514313915],[-72.41713585142453,41.85441951430692],[-72.41756585156733,41.854462514301545],[-72.41794285169296,41.854507514298234],[-72.42261585325028,41.855069514258034],[-72.42349985354507,41.85517951425114],[-72.42410985374778,41.85524251424389],[-72.42490385400876,41.8552745142248],[-72.42520785410835,41.85528051421627]]]},"properties":{"name":5331.01,"geoid":"09013533101"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.42520785410835,41.85528051421627],[-72.42490385400876,41.8552745142248],[-72.42410985374778,41.85524251424389],[-72.42349985354507,41.85517951425114],[-72.42261585325028,41.855069514258034],[-72.41794285169296,41.854507514298234],[-72.41756585156733,41.854462514301545],[-72.41713585142453,41.85441951430692],[-72.4167338512916,41.854389514313915],[-72.41631485115347,41.854365514322616],[-72.41582185099224,41.85436051433733],[-72.41260384994513,41.85441851445089],[-72.4094428489165,41.854474514562206],[-72.40816484850093,41.85450251460825],[-72.40767484834251,41.854529514629036],[-72.40740784825664,41.854552514641966],[-72.40689384809252,41.85461651467066],[-72.40673384804161,41.85463951468019],[-72.40616784786309,41.85474951471942],[-72.40582384775523,41.854827514745416],[-72.40576684773714,41.85483651474896],[-72.40542084763034,41.854944514780804],[-72.40574184771106,41.854521514688955],[-72.40529084756957,41.854622514722784],[-72.40379084710683,41.85509551486177],[-72.40327484694738,41.85525351490867],[-72.40265784675536,41.855418514960135],[-72.40239384667267,41.855479514980296],[-72.40217584660381,41.85552051499514],[-72.40154784640416,41.855614515033245],[-72.40106984625106,41.85566651505847],[-72.40073684614346,41.85568551507273],[-72.40023484598044,41.85570051509158],[-72.39997584589572,41.85569751509923],[-72.39957284576334,41.85568351510935],[-72.39914184562102,41.85565451511744],[-72.39891484554536,41.85562751511944],[-72.39830984534316,41.855544515122645],[-72.39781284517552,41.8554495151201],[-72.39760584510532,41.8554035151178],[-72.39739984503488,41.85534751511354],[-72.39698884489374,41.85522451510286],[-72.39663384477176,41.85511751509348],[-72.39620884462474,41.854971515078816],[-72.39380884379588,41.854173515001044],[-72.39297384350705,41.85388751497237],[-72.39248884334037,41.853740514959405],[-72.39206684319653,41.85363351495216],[-72.39229684329442,41.85403451502225],[-72.39163584307072,41.853895515016426],[-72.39088284281858,41.85378451501892],[-72.3905738427162,41.85375751502353],[-72.38986484248271,41.8537215150391],[-72.38948284235788,41.85371951505084],[-72.38923684227797,41.85372651506001],[-72.38875284212179,41.85375851508156],[-72.38829684197559,41.85380551510512],[-72.38794684186423,41.85385651512609],[-72.38754284173679,41.853934515153966],[-72.38691384153923,41.854071515200395],[-72.38564784114259,41.85436451529716],[-72.38476484086642,41.85457751536633],[-72.38343384044913,41.85488051546709],[-72.38185383995376,41.85524051558675],[-72.38093083966511,41.8554635156591],[-72.38041783950435,41.85558151569817],[-72.37745783857703,41.85626851592479],[-72.37616783817423,41.85659151602809],[-72.37565883801601,41.856731516071264],[-72.37491683778632,41.85695251613748],[-72.37460783769185,41.857065516169094],[-72.37454583767314,41.857092516176266],[-72.37418883756479,41.85723651621541],[-72.37364683740212,41.857488516281265],[-72.37322983727752,41.857691516333695],[-72.37301483721431,41.85781451636425],[-72.37171783683674,41.85862251656139],[-72.36979183627615,41.859823516854334],[-72.36923783611437,41.86015951693676],[-72.36907883606712,41.86024151695765],[-72.36854983591013,41.86051851702791],[-72.36801483575141,41.86079951709911],[-72.36693783542822,41.861300517229985],[-72.3663968352659,41.861552517295806],[-72.36623583521754,41.86162651731521],[-72.36575283507261,41.861851517373964],[-72.36559283502463,41.861926517393506],[-72.36526883492716,41.86207251743197],[-72.36429583463445,41.86251251754778],[-72.36397283453732,41.8626595175864],[-72.36337583435767,41.86292851765726],[-72.36158783381988,41.86373851787033],[-72.36126383372249,41.863886517909194],[-72.36099583364238,41.864016517942765],[-72.3604928334913,41.8642485180035],[-72.36025883342087,41.8643535180312],[-72.35804483275474,41.86535351829445],[-72.35784583269493,41.86544451831831],[-72.35730883253368,41.86569251838321],[-72.35713183248063,41.865776518405056],[-72.35684983239624,41.86591151844005],[-72.35659983232102,41.86602451846979],[-72.35642183226756,41.86610651849127],[-72.35459283171755,41.86693851870986],[-72.34910683006795,41.869435519365766],[-72.34869682994469,41.86962251941487],[-72.34727882951833,41.870268519584506],[-72.34709582946334,41.87035251960652],[-72.34679582937326,41.87049151964285],[-72.34654882929897,41.870603519672315],[-72.3463668292443,41.87068751969427],[-72.34489582880214,41.871360519870805],[-72.34377782846636,41.87187652000582],[-72.34216382798111,41.87261352019923],[-72.3409048276022,41.87318152034876],[-72.34049782747991,41.873368520397754],[-72.33910382706107,41.87400952056564],[-72.33598782612388,41.87542652093786],[-72.33568782603396,41.875568520974774],[-72.33199882492416,41.87724152141452],[-72.33175382485054,41.877354521444104],[-72.32988382428874,41.8782165216697],[-72.32690282339199,41.87957052202541],[-72.32669282332884,41.8796665220506],[-72.3232868223049,41.88122552245933],[-72.32288982218563,41.88140852250722],[-72.32195182190394,41.88184352262087],[-72.32055182148287,41.88248152278832],[-72.31875382094265,41.883310523005235],[-72.31849882086605,41.883428523036066],[-72.3172928205034,41.883979523180585],[-72.31702382042211,41.88409552321148],[-72.31662782030226,41.88426252325624],[-72.31643982024545,41.884343523277835],[-72.31545281994853,41.884792523395724],[-72.3150628198313,41.884971523442616],[-72.31504981982741,41.88497752344419],[-72.3149018197828,41.8850435234616],[-72.31441981963762,41.88525952351855],[-72.31425981958948,41.8853325235377],[-72.3139468194952,41.88547252357463],[-72.31394281949406,41.88547552357532],[-72.31301181921414,41.885901523687004],[-72.31270081912066,41.88604452372444],[-72.31181681885477,41.8864475238302],[-72.3115008187598,41.886592523868174],[-72.3091738180609,41.887671524150036],[-72.30871681792368,41.8878845242056],[-72.3082938177967,41.888081524257],[-72.30825481778491,41.888098524261515],[-72.30814081775068,41.88815152427535],[-72.3081028177393,41.88816952428003],[-72.30800881771103,41.88821252429129],[-72.30772581762596,41.88834252432534],[-72.30763281759808,41.888386524336774],[-72.30718581746369,41.888591524390485],[-72.30670081731799,41.88881552444906],[-72.30584181705933,41.889202524550896],[-72.30540781692874,41.88939952460265],[-72.3053938169245,41.88940552460426],[-72.30490781677834,41.88962752466247],[-72.30361081638853,41.8902245248187],[-72.30345081634005,41.8902915248367],[-72.3032928162923,41.89035952485482],[-72.30323381627448,41.89038552486171],[-72.3031708162555,41.890413524869096],[-72.3030858162299,41.89045152487912],[-72.30296281619295,41.89050852489401],[-72.30301881620284,41.89036052486368],[-72.30305081620821,41.89027052484531],[-72.30307381621238,41.8902115248332],[-72.30308181621378,41.89019052482888],[-72.30308381621404,41.890183524827485],[-72.30322281622414,41.889560524702894],[-72.3032098162184,41.88953452469829],[-72.3030998161696,41.88930752465798],[-72.30307181615728,41.88925152464805],[-72.3027758160535,41.88912652463331],[-72.30255381597985,41.889106524636496],[-72.3021208158391,41.8891185246525],[-72.30169781570157,41.88913052466821],[-72.30145481562215,41.88912952467571],[-72.30082781541314,41.88905552468129],[-72.30019481519996,41.88894252467953],[-72.29997781512938,41.88894752468736],[-72.29962881501712,41.888978524704385],[-72.29932781491698,41.88894652470774],[-72.29906181482583,41.8888715247017],[-72.29903681481666,41.888853524699],[-72.29865981467871,41.88859252466059],[-72.29832781455673,41.88835352462498],[-72.29821281451194,41.88822652460413],[-72.29819581450536,41.8882085246012],[-72.29817381449274,41.888112524583356],[-72.29815681448311,41.88804052457001],[-72.29816281448228,41.88799152456037],[-72.29817781447915,41.887849524532506],[-72.29834081451759,41.887588524476975],[-72.29855781457901,41.88742152443789],[-72.29890081468959,41.88739552442202],[-72.29943681486733,41.88744252441412],[-72.30000981505331,41.88742152439193],[-72.30058581523473,41.88730252435072],[-72.30096881534867,41.887105524300615],[-72.30125381542933,41.886886524249334],[-72.30142881546332,41.886477524164896],[-72.3015828154838,41.88595152405852],[-72.3020698156062,41.88530452391828],[-72.30232381566502,41.88487852382805],[-72.30257481572734,41.884531523753154],[-72.30264081573172,41.8842285236926],[-72.30252981568532,41.88404952366158],[-72.302564815692,41.88396552364426],[-72.30260281569923,41.8838745236255],[-72.30288481578279,41.883723523587435],[-72.30354881598998,41.883552523533425],[-72.30394681611551,41.883473523505586],[-72.30425281620973,41.8833725234764],[-72.30440981624452,41.883081523415285],[-72.3046988163043,41.88247052328824],[-72.30499081639502,41.882388523263174],[-72.30513181644572,41.88247052327453],[-72.30528981653258,41.88309252338956],[-72.30545181659684,41.883292523423016],[-72.30573781669513,41.88337852343056],[-72.30600781678366,41.88338452342317],[-72.30602681678988,41.88338452342256],[-72.30630781687371,41.88324452338665],[-72.30667881697369,41.88287052330274],[-72.30695781704237,41.88247452321751],[-72.3070228170475,41.882190523160645],[-72.30697881702142,41.88198352312209],[-72.30661381688002,41.88159252305822],[-72.30651981683553,41.8813495230143],[-72.3064598168072,41.88119552298648],[-72.30645581679423,41.880989522946855],[-72.30666481684553,41.880690522882546],[-72.30719781699248,41.880211522773244],[-72.30779581716075,41.879734522662275],[-72.30834181731142,41.87924652255081],[-72.3087018174039,41.87880352245392],[-72.30892881745554,41.878406522370135],[-72.30898281745323,41.8780545223005],[-72.30896181744177,41.87797352228554],[-72.30880181735488,41.87736252217268],[-72.30842181717685,41.876411522001206],[-72.3083298171386,41.87626652197613],[-72.30811381704855,41.87592252191658],[-72.30810281703951,41.87582652189839],[-72.30807481701683,41.87558752185316],[-72.30808681700468,41.87530352179797],[-72.30816281701287,41.87501052173902],[-72.30843881709038,41.874787521687246],[-72.30878481719064,41.87456252163287],[-72.30881181719843,41.874544521628536],[-72.30925581733331,41.87436552157994],[-72.30963681745338,41.87428852155303],[-72.31010581760347,41.874234521527754],[-72.31066981778802,41.87424052151106],[-72.31107981792222,41.874245521499034],[-72.31167081810061,41.87398752143054],[-72.31188181815139,41.8736675213621],[-72.31188281815126,41.87365952136053],[-72.3119988181564,41.873081521245304],[-72.311987818126,41.87260852115436],[-72.31185881806171,41.87221752108298],[-72.3116548179788,41.87193052103404],[-72.31146781790278,41.871666520989],[-72.31113381776207,41.871108520891894],[-72.31090081767778,41.87096352087128],[-72.31056281756254,41.870878520865574],[-72.31027181745392,41.870638520828464],[-72.3102188174247,41.870428520789616],[-72.31026281742112,41.87011152072704],[-72.31030681742138,41.86986252067758],[-72.31031781742163,41.86980352066585],[-72.31044381744582,41.86950452060415],[-72.31063181749167,41.86922952054511],[-72.31053181743293,41.868769520459495],[-72.31017981726131,41.867769520277626],[-72.3089978167851,41.866177520007724],[-72.30842981656895,41.86563651992128],[-72.30811281644488,41.86527351986123],[-72.30791881636323,41.86495051980503],[-72.30782181630906,41.864553519731466],[-72.307818816298,41.86437551969719],[-72.3079848163177,41.863766519574376],[-72.30799081629804,41.863384519500435],[-72.30799181629587,41.86334051949193],[-72.30776881620214,41.862971519427745],[-72.30755481611726,41.86270651938335],[-72.3071878159717,41.86225251930732],[-72.3067458157877,41.86155251918616],[-72.3065118156772,41.860950519077356],[-72.3064958156653,41.86083251905508],[-72.30647181564744,41.86065551902166],[-72.30645381562483,41.86036051896528],[-72.30647881562685,41.86025151894345],[-72.30652981563092,41.860029518898976],[-72.30656581562123,41.85965051882466],[-72.30655681560249,41.85937151877107],[-72.30655781559989,41.85931951876101],[-72.30657181556657,41.8586505186314],[-72.3067108155648,41.85781751846617],[-72.30696681561098,41.857156518330456],[-72.30714881564171,41.8566495182268],[-72.30717081564606,41.85659951821646],[-72.30723781565962,41.85645251818594],[-72.3072628156646,41.85639651817434],[-72.30718081562192,41.85611551812269],[-72.30693981553128,41.85590451808958],[-72.30688081550913,41.855853518081574],[-72.30686381550261,41.855836518078846],[-72.30655081538303,41.85552951802947],[-72.30640381532682,41.85538451800613],[-72.30615281523401,41.855193517977185],[-72.30584481512909,41.855116517972064],[-72.30567881506101,41.85487151793001],[-72.3055838150215,41.85472151790404],[-72.3053498149242,41.85435251784021],[-72.30526581488925,41.85421951781718],[-72.30484281473385,41.85391451777166],[-72.30434181455858,41.853708517747734],[-72.30428281453797,41.853684517744966],[-72.30396781442639,41.8535305177252],[-72.30376881435014,41.85333151769306],[-72.3037758143497,41.85328351768357],[-72.30379881434772,41.85311551765041],[-72.30391281437107,41.852870517599484],[-72.3041808144462,41.85265151754873],[-72.30435781448978,41.852400517494644],[-72.3043628144844,41.85227651747055],[-72.30434681445196,41.851795517378164],[-72.30427681441105,41.85147651731879],[-72.30402381430619,41.851083517250885],[-72.30405781430066,41.85078951719304],[-72.30413981432189,41.85069151717152],[-72.30418781433451,41.850637517159576],[-72.30443081440848,41.850542517133555],[-72.30467181448356,41.850478517113565],[-72.30496181457865,41.850485517105746],[-72.30530781469345,41.85051751710098],[-72.30573581483547,41.85055751709516],[-72.30578281485064,41.8505545170931],[-72.30611981495962,41.85053551707877],[-72.30655381508961,41.85032851702506],[-72.30694681519137,41.84985851692186],[-72.30696781519686,41.84983451691657],[-72.30727881528392,41.84957851685729],[-72.30731881529613,41.849563516853124],[-72.30784281545615,41.849367516798694],[-72.30798981549826,41.84926351677397],[-72.30868581569793,41.84877551665771],[-72.309413815905,41.848234516530184],[-72.3096848159772,41.84794651646601],[-72.30970481598006,41.847881516452816],[-72.30979181599342,41.84761551639869],[-72.30984581599401,41.84731451633884],[-72.30983381598143,41.8471615163097],[-72.30980881595511,41.84684051624846],[-72.30953181581917,41.84603651610197],[-72.30909881563608,41.845299515973316],[-72.30904781561443,41.845211515957935],[-72.30890681554894,41.84486751589596],[-72.30895281554427,41.844519515827294],[-72.30932981564025,41.84404051572286],[-72.30954281569193,41.8437245156551],[-72.3095508156939,41.843712515652506],[-72.30958581568652,41.84338051558727],[-72.30954181564708,41.84293751550311],[-72.30918581548083,41.842053515343636],[-72.30883581530077,41.84089051513006],[-72.30880281524966,41.84017751499338],[-72.30883481523165,41.83967451489521],[-72.30885581523381,41.8395915148785],[-72.3089338152422,41.8392895148177],[-72.30932081532784,41.838569514666375],[-72.30973681542085,41.837812514506986],[-72.30974481542165,41.83778051450055],[-72.30981881544547,41.83777451449706],[-72.30988981546855,41.83777251449442],[-72.3103718156243,41.83774351447358],[-72.31225481623274,41.837631514392385],[-72.31272281638401,41.837604514372366],[-72.31288181643484,41.83758551436366],[-72.31316581652537,41.83754651434713],[-72.31401981679764,41.83743051429771],[-72.31430481688852,41.837392514281355],[-72.31467081700504,41.83733951425953],[-72.315772817356,41.837183514194535],[-72.31613981747287,41.83713151417289],[-72.31633581753557,41.83710851416223],[-72.31851481823145,41.83683351404015],[-72.31862081826525,41.8368195140341],[-72.31961281858206,41.83669451397856],[-72.3208288189703,41.836539513910154],[-72.32606282064192,41.83588251361756],[-72.32854482143465,41.83557151347893],[-72.3291798216368,41.83548051344123],[-72.32980482183648,41.83540351340656],[-72.33023282197333,41.83535251338317],[-72.33201482254361,41.83514951328754],[-72.33359482304849,41.834956513200225],[-72.3336548230677,41.83494951319697],[-72.33409982321007,41.83489851317304],[-72.33486082345445,41.83482651313502],[-72.33537082361778,41.83477051310806],[-72.33567182371421,41.834738513092354],[-72.33651082398173,41.834625513043946],[-72.33676882406353,41.834582513027456],[-72.3368868241004,41.83455351301813],[-72.33689382410253,41.83455051301733],[-72.33700082413557,41.83451751300756],[-72.33708182416021,41.83448551299881],[-72.33723382420547,41.83440851297914],[-72.33730082422474,41.83436251296811],[-72.3373478242377,41.834320512958506],[-72.3388768247275,41.83415551287822],[-72.34223482580336,41.83379551270231],[-72.34238182585057,41.83378151269494],[-72.34253082589822,41.83376451268695],[-72.34269482595082,41.83374751267846],[-72.34285582600239,41.83373051267008],[-72.34296782603818,41.83371651266383],[-72.34346382619698,41.83366151263749],[-72.34499282668666,41.83349451255678],[-72.34692582730618,41.833291512456334],[-72.34753682750207,41.83322851242479],[-72.34790382761979,41.83319151240601],[-72.3500008282924,41.8329805122988],[-72.35272782916631,41.83269351215695],[-72.35466182978612,41.83249051205643],[-72.35525582997653,41.83242851202563],[-72.35704083054878,41.83224451193349],[-72.35763583073955,41.83218351190286],[-72.36132483191855,41.83173951170015],[-72.37239383545635,41.83041151109257],[-72.37608383663564,41.82996851088995],[-72.37998683788983,41.829620510698874],[-72.391697841653,41.82857851012585],[-72.39560184290747,41.828231509934874],[-72.39624084311026,41.82813050989506],[-72.39816084371981,41.827829509775945],[-72.39880084392304,41.82772950973631],[-72.40007284433014,41.827588509668665],[-72.4015568448052,41.827425509590036],[-72.40189684491408,41.8273885095721],[-72.40223684502288,41.82735050955396],[-72.40389084555227,41.82716750946607],[-72.40516384595979,41.82702750939858],[-72.40843584701028,41.82672250923571],[-72.41825485016278,41.82580950874729],[-72.42088885100847,41.82556550861642],[-72.42152785121365,41.825506508584695],[-72.42165685131587,41.82656450878495],[-72.42203785161637,41.82966350937137],[-72.42204685162368,41.829740509385964],[-72.4221768517263,41.830799509586335],[-72.4222028517465,41.831005509625314],[-72.42228185180747,41.831624509742326],[-72.42230885182806,41.831831509781445],[-72.42231085182983,41.831851509785245],[-72.42231885183585,41.831911509796576],[-72.42232185183799,41.83193150980034],[-72.42260185205586,41.83415651022113],[-72.42286085225692,41.83620551060856],[-72.42344485271063,41.8408315114832],[-72.42372685292929,41.84305751190398],[-72.42390685307087,41.84451351217936],[-72.42444685349577,41.84888251300557],[-72.42462785363776,41.85033951328105],[-72.424669853667,41.85061251333242],[-72.42479585375474,41.8514315134865],[-72.42483885378431,41.85170451353783],[-72.42502885400009,41.85440551405311],[-72.42511085405151,41.85483851413407],[-72.42514585407142,41.8549875141617],[-72.42520785410835,41.85528051421627]]]},"properties":{"name":5331.02,"geoid":"09013533102"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.57027989276644,41.70323048019675],[-72.57045489282204,41.703205480186305],[-72.57049289283414,41.70320048018413],[-72.57097989298848,41.70312448015386],[-72.57115489304397,41.70309748014305],[-72.57147889314673,41.70304848012321],[-72.57245189345562,41.702905480064445],[-72.57277689355875,41.702857480044784],[-72.573043893644,41.70282648003023],[-72.57334989374176,41.70279248001389],[-72.57384689390189,41.70276047999181],[-72.57411589398859,41.70274447998013],[-72.57430089404836,41.70273547997248],[-72.57440889408433,41.702749479971736],[-72.57459689414706,41.70277547997077],[-72.57525589437407,41.702991479991546],[-72.57553589447058,41.70308448000062],[-72.57555989447886,41.7030924800014],[-72.57570089452756,41.70314148000639],[-72.57572989453759,41.70315148000739],[-72.57619589469863,41.70331348002388],[-72.57636089475568,41.70337148002984],[-72.57668089486693,41.703494480043446],[-72.57764189520108,41.703864480084384],[-72.57796289531271,41.703988480098154],[-72.57825489541354,41.70408848010819],[-72.57874389558248,41.70425748012528],[-72.57900989567214,41.704310480127056],[-72.5791468957178,41.70432848012616],[-72.57934489578389,41.70435648012526],[-72.57945489582002,41.704361480122714],[-72.5797058959024,41.70437248011682],[-72.57988789596018,41.704345480105765],[-72.58082389625729,41.704207480049156],[-72.5811828963715,41.70415948002839],[-72.58145289645749,41.704124480012986],[-72.58161489650874,41.70409748000258],[-72.58174989655176,41.704080479994985],[-72.58215389668045,41.704029479972206],[-72.58228989672388,41.70401347996475],[-72.58239489675715,41.703997479958296],[-72.58271289685814,41.703951479939235],[-72.58281889689182,41.70393647993294],[-72.58395789725472,41.70379247986866],[-72.58629989800093,41.70349747973671],[-72.58721189828479,41.70326447966243],[-72.58734989832702,41.70321647964873],[-72.58824289860053,41.702910479560934],[-72.58844489866435,41.70287547954771],[-72.58866589873566,41.70286347953832],[-72.58874789876266,41.70286847953667],[-72.58954989902689,41.702920479521104],[-72.58965989906302,41.70292547951856],[-72.58996389916297,41.70294147951195],[-72.59036789929374,41.70292647949612],[-72.59068189939376,41.702886479478344],[-72.59100689949696,41.70283947945885],[-72.5916228996932,41.702761479424076],[-72.59266790002623,41.702631479365486],[-72.59436690056609,41.70239147926471],[-72.59487290072751,41.70233147923691],[-72.59659190127437,41.70210047913723],[-72.59759090159218,41.70196647907934],[-72.5982479018011,41.701876479040905],[-72.5985709019038,41.70183247902205],[-72.59954290221316,41.70170447896619],[-72.59986690231626,41.701661478947514],[-72.60002690236726,41.70164147893852],[-72.60046290250627,41.70158847891432],[-72.60050890252073,41.70157947891111],[-72.60066890257133,41.70155247890075],[-72.60096090266458,41.70151947888502],[-72.60125690275878,41.701480478868014],[-72.6017619029185,41.701396478835605],[-72.60194590297414,41.70132047881501],[-72.6019559029799,41.701364478823194],[-72.60196690298356,41.701366478823225],[-72.60316590336409,41.70118947875063],[-72.60358090349501,41.70111447872283],[-72.60389890359167,41.700992478689024],[-72.60509390396214,41.700662478586906],[-72.60715390461625,41.700364478463314],[-72.60791190485592,41.700237478414486],[-72.6079489048826,41.70049447846307],[-72.60805690496016,41.70123847860368],[-72.60805590496155,41.701268478609514],[-72.60805590497642,41.70152947866005],[-72.60805390499797,41.701919478735626],[-72.60805190503265,41.70253947885575],[-72.60799790503827,41.702947478936466],[-72.6079979050462,41.703086478963385],[-72.60799990506912,41.70347747903902],[-72.60846790521765,41.703408479010704],[-72.60987390566395,41.703202478925824],[-72.61034290581286,41.703134478897645],[-72.61065890591262,41.70307847887669],[-72.6108649059777,41.703043478863336],[-72.61150190617364,41.70284047880366],[-72.6115859061997,41.70281747879652],[-72.61189690629624,41.7027334787703],[-72.61213190636913,41.702669478750394],[-72.61301690665556,41.70263647871568],[-72.61367490686727,41.70259047868572],[-72.61402990697847,41.70251247865926],[-72.61535290740011,41.70234847858518],[-72.61652590776978,41.70213047850542],[-72.61700790792388,41.702079478480115],[-72.61738990804605,41.702039478460165],[-72.61801590824186,41.70189747841263],[-72.61838090835654,41.701823478386615],[-72.6187889084834,41.70171747835304],[-72.61908190857064,41.70157347831577],[-72.61946490868355,41.70136547826325],[-72.62051090900968,41.70110947818021],[-72.62154790933226,41.700842478095325],[-72.6232709098728,41.70047947796988],[-72.62453591026879,41.70019747787478],[-72.62484291036658,41.70015847785741],[-72.62517891047105,41.7000714778298],[-72.62660091091307,41.69969947771225],[-72.62886791161351,41.69903347751071],[-72.62942291178008,41.698784477444725],[-72.62992791193392,41.69859747739236],[-72.63061891215101,41.698457477343126],[-72.63186091253708,41.6981334772406],[-72.63193291255871,41.698101477232115],[-72.63254891274424,41.69783647716108],[-72.6328419128277,41.69762647711103],[-72.6329819128614,41.69741747706607],[-72.63319491290483,41.696962476971166],[-72.63330491292412,41.69667247691147],[-72.63345891296676,41.69654047688098],[-72.63363391301857,41.696449476857765],[-72.63378891306152,41.69631747682724],[-72.63387591308354,41.696206476802956],[-72.63385491305976,41.69590947674613],[-72.6341629131386,41.69553247666326],[-72.6342139131458,41.69536747662967],[-72.6342139131291,41.69507447657293],[-72.63425091313401,41.694949476547556],[-72.6343029131469,41.694878476532146],[-72.63450791320643,41.694751476500976],[-72.63459591323395,41.694731476494276],[-72.63468991326417,41.694724476489924],[-72.63503391338226,41.694830476499426],[-72.63509991340257,41.69480947649324],[-72.63522491344362,41.694815476490405],[-72.63548391352872,41.69482847648463],[-72.63558991356045,41.694779476471744],[-72.63570491359499,41.694728476458195],[-72.63522691366218,41.698637477230406],[-72.63318091302587,41.69916547739817],[-72.62704591111779,41.70074847790111],[-72.62500091048183,41.701277478069],[-72.62178890948178,41.70208847832885],[-72.62121390930056,41.70219547836798],[-72.619716908829,41.702477478470485],[-72.61814690838385,41.7036404787459],[-72.61761290823253,41.70403747883985],[-72.61722690815154,41.70482247900419],[-72.61621590792693,41.70666047939238],[-72.61593790786198,41.707109479488196],[-72.61904490902221,41.709707479891705],[-72.62192191009657,41.71211248026515],[-72.62197891011787,41.71216048027261],[-72.62203591013912,41.712207480279886],[-72.62454091097314,41.712522480260645],[-72.62574491137323,41.7126604802488],[-72.63688491507551,41.71394548014067],[-72.63830991554912,41.71411048012695],[-72.64057391631083,41.71453448013646],[-72.6424429170299,41.71646548045026],[-72.64400291763008,41.71807648071202],[-72.64743191894947,41.72161948128769],[-72.64805191918805,41.72226048139185],[-72.64886891950242,41.72310448152896],[-72.64826691931081,41.72318348156354],[-72.64781691916758,41.72324248158938],[-72.64736791902463,41.723300481615006],[-72.64538891839639,41.72358848173419],[-72.645160918324,41.723621481747884],[-72.63854191622278,41.724585482146594],[-72.63844191619104,41.72460048215272],[-72.63633591552248,41.7249074822796],[-72.63424091485079,41.7250974823835],[-72.63360991465144,41.725206482424824],[-72.63297791445183,41.72531648246635],[-72.63195891412994,41.72549348253325],[-72.63093991380808,41.72567048260016],[-72.62709991258632,41.72618348282244],[-72.62473891184014,41.72658748297626],[-72.6225759111566,41.7269584831173],[-72.61678090930275,41.727558483418996],[-72.6164949092113,41.727588483433955],[-72.61634290916422,41.72763148344714],[-72.61588690902317,41.72776348348728],[-72.61573590897649,41.72780748350064],[-72.61523790882096,41.727925483539416],[-72.6141849084846,41.728043483595954],[-72.61384890838015,41.728131483623756],[-72.61238190785909,41.72737648352462],[-72.61105090737983,41.726577483412626],[-72.61069290724723,41.72629748336992],[-72.60996590697539,41.72568448327457],[-72.60911090664413,41.72476048312313],[-72.60905790662406,41.72471148311534],[-72.60900590660347,41.72464748310462],[-72.60894890658113,41.72458148309368],[-72.60850190640657,41.72407448300987],[-72.60817190627847,41.72371348295057],[-72.60763890606987,41.723100482849006],[-72.60726290592311,41.72267548277879],[-72.60636290557059,41.72163548260631],[-72.60617490549885,41.72145148257672],[-72.60582290536347,41.72108848251775],[-72.60536590519004,41.720658482449146],[-72.60532490517502,41.72062948244485],[-72.60366790456835,41.71945748227104],[-72.60311590436629,41.71906748221321],[-72.60301890432994,41.71898448220025],[-72.60291190428991,41.71889348218606],[-72.60230290406184,41.718373482104894],[-72.60209990398585,41.718200482077904],[-72.60172590384343,41.71783948202],[-72.60151390376274,41.71763548198731],[-72.6009729035537,41.71706048189332],[-72.6006439034272,41.71672148183823],[-72.60028290328843,41.71635048177796],[-72.59984490312692,41.7160204817281],[-72.59977790310225,41.71597048172056],[-72.59900790282558,41.7155174816575],[-72.59860490268356,41.715329481633994],[-72.59839990261214,41.71524848162489],[-72.59789190243518,41.715047481602205],[-72.59736590225435,41.714881481586914],[-72.5973599022523,41.7148794815867],[-72.5957859017121,41.714399481544135],[-72.59563090165894,41.71435248154],[-72.59525490153104,41.71425748153363],[-72.59462690131504,41.71405748151499],[-72.59377790102305,41.71378748148987],[-72.59273390066615,41.71349348146636],[-72.59209990044945,41.71331548145216],[-72.59197190040548,41.713275481448505],[-72.59159090027462,41.71315748143786],[-72.59146390023102,41.713118481434364],[-72.59139190020632,41.71309648143241],[-72.59117790013283,41.713030481426465],[-72.5911069001085,41.71300948142467],[-72.59097290006261,41.7129704814214],[-72.59064389995015,41.71287748141392],[-72.59025489981606,41.71274848140139],[-72.58963089960102,41.712542481381455],[-72.5890958994143,41.71232448135637],[-72.58781489896259,41.71172148128056],[-72.58779789895648,41.711711481279174],[-72.5870288986805,41.71126448121723],[-72.58669289855986,41.71106848119002],[-72.5856868981988,41.710483481108916],[-72.5855878981633,41.71042648110104],[-72.58535289807878,41.710286481081454],[-72.58504089796727,41.71011348105792],[-72.58491789792309,41.71004148104792],[-72.58362389745871,41.709289480943674],[-72.58329089733917,41.70909548091676],[-72.58319189730383,41.70904148090947],[-72.58217089693926,41.70848048083349],[-72.58146289668987,41.708151480792395],[-72.5814528966864,41.708147480791936],[-72.58029889628473,41.7076964807415],[-72.57949389600732,41.707430480715736],[-72.57602289481233,41.70630348060838],[-72.57594089478408,41.70627648060577],[-72.57470389435869,41.7058834805692],[-72.57409789414845,41.70565848054497],[-72.57384489406068,41.70556448053486],[-72.57361689398155,41.705479480525675],[-72.57310289380084,41.705246480496974],[-72.57285789371475,41.705136480483496],[-72.5722988935145,41.70481748043958],[-72.57198189340092,41.704636480414656],[-72.57076189294764,41.703655480263656],[-72.5707048929265,41.70361048025676],[-72.57027989276644,41.70323048019675]]]},"properties":{"name":5203.02,"geoid":"09003520302"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.68763694509022,41.948104523686915],[-72.68737094500202,41.948080523690884],[-72.68657494473814,41.948009523702936],[-72.68630994465033,41.94798652370708],[-72.68538594434597,41.9479375237275],[-72.68527194430841,41.94793152373001],[-72.68261494343349,41.94779652378986],[-72.68219294329457,41.94777552379945],[-72.682027943257,41.948056523858824],[-72.68212394331383,41.948496523940356],[-72.682337943407,41.94889952401096],[-72.68246994345965,41.949064524038434],[-72.68259194350613,41.9491795240566],[-72.68261694352437,41.94935352408927],[-72.68261894352582,41.94936752409189],[-72.68252294350991,41.94963352414615],[-72.68234494346459,41.94985352419421],[-72.68212294340633,41.95009852424851],[-72.68185594332789,41.95024852428598],[-72.6815659432396,41.950358524316506],[-72.68127394314611,41.9503895243319],[-72.68031694283056,41.95033352435202],[-72.67939994252643,41.950249524365475],[-72.67863194227301,41.95020152438104],[-72.67810294210187,41.95022752440314],[-72.67703794176039,41.95033252445769],[-72.67655594160692,41.95039852448596],[-72.67603794144458,41.950514524525],[-72.67561594131618,41.950675524569576],[-72.67525494120972,41.95087152461895],[-72.6751409411775,41.95095752463916],[-72.67417794090561,41.951689524811044],[-72.67181494023863,41.9534885252333],[-72.67129594009278,41.95389452532813],[-72.67108494003357,41.95406152536707],[-72.6707999399529,41.954274525417226],[-72.67062093989958,41.95436252543993],[-72.67047293985337,41.95439852545163],[-72.67024293978044,41.954435525466174],[-72.67011593974014,41.95445552547411],[-72.66997293969614,41.954501525487565],[-72.66973693962316,41.95457152550867],[-72.66778093903423,41.95542552573604],[-72.6673549389065,41.955620525787275],[-72.66724793887411,41.95566452579919],[-72.6669229387761,41.95580352583641],[-72.66653193865804,41.95596852588076],[-72.66620693855829,41.956077525912214],[-72.66596393847999,41.95609552592352],[-72.66575293840991,41.9560745259263],[-72.66554793834014,41.95602452592328],[-72.66533693826489,41.95591452590894],[-72.66518293820687,41.955780525888144],[-72.6650569381553,41.9556005258576],[-72.66500493813122,41.95547752583562],[-72.66500993812369,41.95531952580507],[-72.66504293812461,41.9551495257713],[-72.66514193814596,41.95496052573176],[-72.66557993825175,41.95431852559416],[-72.6662739384182,41.95328152537233],[-72.66703193859911,41.95213352512705],[-72.66714993862847,41.95197552509287],[-72.66726093865671,41.95183752506275],[-72.66738793868993,41.95169552503135],[-72.66789093883162,41.95130752494047],[-72.66909693917201,41.950388524724794],[-72.66946193927276,41.950071524652046],[-72.66947693927696,41.950059524649255],[-72.66976093935206,41.9497555245816],[-72.67052793953577,41.948605524335655],[-72.67129993971828,41.94740652408013],[-72.67154493977623,41.947026523999135],[-72.67154993977684,41.9470085239955],[-72.67160393978517,41.94684852396298],[-72.67159293977528,41.94673952394238],[-72.67155693975953,41.94667052393025],[-72.67149293973293,41.94657152391328],[-72.67146593972319,41.946555523911066],[-72.67136993968867,41.94650052390359],[-72.67078093948497,41.94630252388449],[-72.67095893952263,41.94594952381087],[-72.67142493961079,41.94484552358346],[-72.67145593961041,41.94466452354762],[-72.6714589395968,41.94441252349907],[-72.67147693959308,41.94424652346654],[-72.67148193959238,41.94420652345869],[-72.67151593959643,41.94408452343412],[-72.67158393961027,41.94394052340423],[-72.6717049396413,41.94379452337223],[-72.6718149396721,41.94370652335176],[-72.67194293971029,41.94364452333571],[-72.67211693976529,41.94361352332411],[-72.67230193982459,41.94359552331469],[-72.67247893988143,41.9435795233059],[-72.67285393999984,41.94351052328053],[-72.67290794001693,41.94350152327704],[-72.6730219400503,41.943435523260675],[-72.6730629400593,41.94335952324473],[-72.67303694003506,41.943087523193256],[-72.67296793997068,41.942364523056376],[-72.67293393993933,41.94201452299014],[-72.67290093990789,41.94165752292253],[-72.67289193989961,41.94156552290513],[-72.67286593987534,41.94129252285343],[-72.67285793986746,41.941201522836195],[-72.6728249398367,41.940856522770886],[-72.67276793976964,41.940019522611685],[-72.67279193977147,41.93991552259093],[-72.6727659397481,41.939658522542324],[-72.67256493956599,41.937645522161496],[-72.67251393950912,41.93695052202942],[-72.67246993947137,41.93654652195311],[-72.67250993946271,41.93617152187967],[-72.67262393948835,41.9359715218375],[-72.67274193951806,41.93581952180447],[-72.6727829395227,41.93566852177409],[-72.6727719395058,41.93543852173018],[-72.67266893945362,41.93511752167174],[-72.67219493921357,41.93364252140322],[-72.67216693919944,41.93355652138756],[-72.67208593915826,41.933301521341114],[-72.67205893914453,41.93321652132564],[-72.67187993905395,41.93266052122442],[-72.67157193889189,41.93159652102961],[-72.67119393869294,41.930289520790296],[-72.67091193854897,41.92939152062657],[-72.67088793852388,41.92909352057001],[-72.67092193851751,41.92879152051079],[-72.67105193853759,41.928405520432314],[-72.67181193869366,41.92681652010199],[-72.67193693871937,41.92655552004771],[-72.67199593872212,41.92627051999097],[-72.67191693863226,41.92516251978028],[-72.67191293862805,41.92511251977077],[-72.67190193861573,41.92496151974207],[-72.67189893861192,41.92491251973274],[-72.67294093894976,41.924875519691994],[-72.67350593913297,41.924855519669926],[-72.67426193937976,41.92485751964591],[-72.6760629399759,41.92500451961612],[-72.67609493998651,41.925007519615654],[-72.67710194032013,41.9250945195999],[-72.67744994043541,41.925124519594455],[-72.67849694078224,41.925214519577985],[-72.67860394081772,41.92522451957646],[-72.67884494089827,41.925257519575034],[-72.67973194119462,41.92537751956951],[-72.67982594122604,41.92539051956898],[-72.68023594136324,41.925449519567096],[-72.68069494151949,41.92556151957385],[-72.68148994179121,41.92577451958917],[-72.6818349419091,41.92586651959573],[-72.68266194220011,41.926232519639505],[-72.68307494234544,41.92641551966138],[-72.68353094251097,41.92670451970228],[-72.6837719425984,41.92685651972376],[-72.68449794286184,41.927315519788664],[-72.68457594289019,41.927365519795764],[-72.68472494294603,41.92749051981502],[-72.68490194301137,41.92762151983451],[-72.6853209431659,41.92792951988025],[-72.68543594320829,41.9280135198927],[-72.68558294326252,41.92812151990873],[-72.68561394327409,41.928146519912545],[-72.68588894337537,41.92834651994217],[-72.68602994342734,41.92844951995743],[-72.6866879436729,41.92898252003876],[-72.68695294377181,41.929197520071575],[-72.68721894387018,41.92939752010147],[-72.6872999439009,41.9294715201131],[-72.68731894390795,41.92948652011537],[-72.68733594391432,41.929500520117514],[-72.68758994400936,41.929710520149726],[-72.6877399440664,41.92985052017182],[-72.68819794423878,41.93024652023323],[-72.68842494432657,41.930483520271515],[-72.68845094433667,41.93051152027606],[-72.6887629444574,41.93083852032892],[-72.68895694452887,41.93097952034978],[-72.68910594458217,41.93106052036056],[-72.68911194458437,41.93106452036114],[-72.68927494464009,41.931108520364326],[-72.68941594468754,41.9311335203646],[-72.68967994477335,41.93112752035492],[-72.68988494483906,41.93110752034444],[-72.68992994485306,41.931095520340676],[-72.69000994487789,41.93107352033387],[-72.6902819449605,41.9309675203047],[-72.69029994496597,41.93096052030276],[-72.69068394508287,41.93081552026246],[-72.69117594522335,41.93046952018],[-72.69117694522357,41.93046752017958],[-72.69264794564224,41.9294095199285],[-72.69313894578207,41.929057519844896],[-72.69321694580421,41.92900051983141],[-72.69345294587141,41.928831519791274],[-72.69351094588794,41.928789519781326],[-72.69353194589397,41.92877551977795],[-72.69404694604046,41.92840351968972],[-72.69423394609376,41.9282705196581],[-72.69459494619782,41.928033519600824],[-72.69468194622222,41.92796451958475],[-72.69469594622447,41.927924519576585],[-72.69488594627596,41.92774351953563],[-72.6952329463695,41.927403519458984],[-72.69541594641716,41.927195519413054],[-72.69545794642791,41.927144519401885],[-72.69573994650086,41.926815519329466],[-72.69585694652947,41.92665051929393],[-72.69658394673482,41.92610051916462],[-72.69696294683347,41.92566851906924],[-72.69746294697644,41.92532051898613],[-72.69800194713832,41.92507951892234],[-72.69881894739297,41.924873518856295],[-72.69923794752722,41.92483151883469],[-72.70029494787191,41.92482851879997],[-72.70058994796906,41.92484451879352],[-72.7014459482535,41.92493351878299],[-72.70154194828574,41.924949518782974],[-72.7017239483463,41.92496951878094],[-72.70224794852204,41.925052518779985],[-72.70281994871608,41.925180518786135],[-72.70350094895043,41.92539051880455],[-72.70387494908032,41.92552651881864],[-72.70474694938781,41.92592351886687],[-72.70511994952207,41.926140518896574],[-72.70558494969208,41.92645651894236],[-72.70599094984188,41.92675551898679],[-72.70739595035849,41.92776051913478],[-72.70881695087982,41.928756519280505],[-72.70929195105529,41.929110519333264],[-72.70919395103857,41.92937351938703],[-72.70887595098421,41.93022551956125],[-72.7074039507354,41.93421852037708],[-72.70655395059163,41.9365225208478],[-72.70592095037632,41.936371520839224],[-72.70557095025725,41.93628752083437],[-72.70452094990017,41.93603752082021],[-72.7041719497815,41.935954520815514],[-72.70392694973343,41.93650452092924],[-72.70374694969836,41.93691252101356],[-72.70265594946781,41.93907652146511],[-72.70245594941555,41.93930052151466],[-72.70202194928612,41.93951052156909],[-72.7015169491241,41.93955852159464],[-72.70045494878205,41.939635521643766],[-72.69955394850312,41.939895521722896],[-72.69928794842856,41.94010652177208],[-72.69908794837704,41.94034352182414],[-72.69819594821641,41.94259352228578],[-72.6979919481783,41.943084522386805],[-72.6978919481598,41.94332852243699],[-72.69782794815481,41.943602522491766],[-72.69778994816566,41.944003522570114],[-72.69775194818318,41.94451952267059],[-72.69769294818086,41.94481152272867],[-72.69755094815277,41.945126522793835],[-72.69728794808488,41.945435522861764],[-72.69697894799693,41.94565752291445],[-72.69658494787959,41.9458515229645],[-72.69632994780153,41.94594052298986],[-72.69566594759372,41.94609352304074],[-72.69429494716258,41.9463735231389],[-72.69386994702968,41.94647352317186],[-72.69355794693001,41.946510523189055],[-72.6918559463742,41.946503523242704],[-72.69133094620196,41.94648752325657],[-72.69113494613741,41.946477523260974],[-72.69080094602745,41.946460523268506],[-72.68837794522308,41.946224523301375],[-72.68819594516253,41.94620452330341],[-72.688083945148,41.94658452338012],[-72.68774794510442,41.94772452361025],[-72.68769194509733,41.94791752364917],[-72.68769194509738,41.94791852364938],[-72.68765394509246,41.9480475236754],[-72.68763694509022,41.948104523686915]]]},"properties":{"name":9800,"geoid":"09003980000"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.71102894222393,41.76623448787122],[-72.71127494230237,41.766204487857514],[-72.71201294253763,41.76611448781635],[-72.71225894261605,41.76608448780263],[-72.7125169426982,41.76605148778796],[-72.71328994294444,41.76595348774412],[-72.71354894302696,41.76592148772962],[-72.71380194310763,41.76589048771548],[-72.71456294335039,41.76580048767357],[-72.71481694343147,41.7657714876598],[-72.71508194351556,41.76573248764373],[-72.71509594352005,41.76573148764308],[-72.71588394377252,41.765657487603406],[-72.71615194385842,41.76563248758994],[-72.71622394396547,41.76708748786876],[-72.71628994406461,41.76843848812767],[-72.71639694418003,41.769840488395104],[-72.7164219442072,41.77017148845826],[-72.71646794425654,41.77076948857231],[-72.71647094425967,41.77080648857935],[-72.7164189442557,41.77103248862469],[-72.71632894423799,41.77123448866661],[-72.71616294420528,41.771606488743835],[-72.71525194403853,41.773869489210355],[-72.71511094401063,41.774183489275565],[-72.71502094399285,41.7743844893173],[-72.71446094389611,41.77587548962337],[-72.71430694387156,41.77632148971449],[-72.7142649438634,41.77641748973438],[-72.71409994383154,41.77679848981329],[-72.71397194381082,41.777163489887926],[-72.71390294380326,41.77742348994037],[-72.71399294391509,41.77885849021467],[-72.71405194395174,41.779161490271285],[-72.71413394400226,41.779575490348634],[-72.71423094406245,41.7800724904415],[-72.71429094409947,41.78037649049828],[-72.71448494424065,41.78173249075394],[-72.71471994441171,41.78337549106371],[-72.71503094465284,41.785806491523196],[-72.71520594478802,41.78716549178001],[-72.71485794467378,41.78715049178832],[-72.71390194436006,41.78711249181178],[-72.71381394433094,41.78710449181308],[-72.71346794421652,41.78707549181861],[-72.71327094415054,41.787044491818975],[-72.7132239441342,41.78702649181701],[-72.71314594410704,41.78699649181373],[-72.71290394402509,41.786942491811104],[-72.71253394389377,41.78675549178691],[-72.71251594388738,41.78674649178575],[-72.7123099438146,41.78664849177346],[-72.71204794372032,41.786493491751955],[-72.71171894360197,41.786299491725096],[-72.71125994343704,41.786032491688324],[-72.71099794334293,41.7858804916674],[-72.71055794318616,41.78564749163656],[-72.71024294307398,41.78548149161466],[-72.7096679428724,41.78523449158547],[-72.70917194270376,41.7851124915779],[-72.7088409425913,41.7850324915731],[-72.7086889425397,41.78499649157105],[-72.70857694250216,41.784978491571174],[-72.7085269424854,41.78497049157124],[-72.70824394239233,41.784955491577456],[-72.70823994239096,41.78495449157739],[-72.70812794235418,41.78494949158003],[-72.70806394233315,41.78494649158151],[-72.70789394227724,41.784937491585254],[-72.70724494206387,41.78490449159978],[-72.70719194204653,41.78490349160129],[-72.70695794197007,41.78489949160804],[-72.7063819417803,41.78486349161965],[-72.70619594171905,41.78485249162351],[-72.70534194143404,41.784735491628425],[-72.70466894120831,41.78462349162845],[-72.70410094101781,41.78452949162859],[-72.70394394091763,41.78367649146891],[-72.70368394077674,41.78269949128857],[-72.70361194073759,41.782426491238155],[-72.70340994064298,41.78192549114789],[-72.7030539404972,41.7814074910593],[-72.70248494027202,41.78071549094394],[-72.70212694013802,41.780413490897125],[-72.70166993996989,41.780079490847335],[-72.70086693968096,41.779604490781416],[-72.69969993926529,41.7789884907],[-72.69901493902132,41.77862749065232],[-72.69803293867257,41.778126490587134],[-72.69809893868576,41.777981490556996],[-72.69829893872598,41.77754749046672],[-72.69836593873954,41.77740349043674],[-72.69840193874634,41.777317490418966],[-72.6985119387676,41.777063490366366],[-72.69854893877478,41.77697849034875],[-72.69857693878073,41.77692349033723],[-72.69866193879913,41.776761490303194],[-72.69869093880548,41.77670749029182],[-72.69875893881913,41.77655949026104],[-72.69896293886009,41.77611549016871],[-72.69903093887375,41.775967490137944],[-72.69918393890501,41.775643490070415],[-72.69964593899994,41.774675489868535],[-72.69980093903192,41.774352489801146],[-72.69996993906433,41.77395848971959],[-72.70047793916208,41.772778489475265],[-72.70064793919492,41.772385489393855],[-72.70088993927831,41.77246448940134],[-72.70116493937243,41.77254348940774],[-72.7027239399063,41.7729944894447],[-72.70288593996179,41.77304148944857],[-72.70319494006736,41.773126489455045],[-72.70324494008446,41.77314048945613],[-72.7033179401094,41.77316048945765],[-72.70357894019855,41.773232489463155],[-72.70427494043638,41.77342448947785],[-72.70457794054045,41.77351748948606],[-72.7045899405446,41.77352148948645],[-72.7047719406078,41.773589489493745],[-72.70488694064986,41.77366948950547],[-72.7048909406526,41.77369448951018],[-72.70490294066082,41.773769489524284],[-72.70490794066394,41.77379548952915],[-72.70496194068825,41.773912489550014],[-72.70503094071837,41.774045489573496],[-72.70510694075159,41.774192489599436],[-72.70515994078133,41.77440948963965],[-72.7051959408188,41.77485748972505],[-72.70519994082251,41.77489948973302],[-72.70536594088642,41.77507048976073],[-72.70554194095106,41.775197489779586],[-72.70578594103655,41.77530148979182],[-72.70587994106954,41.77534248979672],[-72.70642094125431,41.77549048980789],[-72.70718894151403,41.77565548981505],[-72.70737094157558,41.77569448981672],[-72.70766194167396,41.77575648981934],[-72.70899594212402,41.776024489828146],[-72.70986494241832,41.776218489837646],[-72.71013994251147,41.776280489840765],[-72.71033594257777,41.77632248984256],[-72.71042094258753,41.77601048977957],[-72.7114039427927,41.77400748936095],[-72.71151694281643,41.77377948931327],[-72.71169894284745,41.77328748921236],[-72.71172894284433,41.773063489168116],[-72.71179594274223,41.77090648874924],[-72.71180794273343,41.77068548870615],[-72.71185394274072,41.77055148867877],[-72.71187694273014,41.77023648861716],[-72.71190194271868,41.769895488550475],[-72.7117769426439,41.769302488439926],[-72.71171294260533,41.76899448838249],[-72.71157994253018,41.76844048827973],[-72.71118294230547,41.76678048797175],[-72.71110694226245,41.76646248791276],[-72.71102894222393,41.76623448787122]]]},"properties":{"name":5245.02,"geoid":"09003524502"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.71478294288424,41.75643648585691],[-72.71485594293702,41.75694148595215],[-72.71488894295736,41.75710848598337],[-72.7149689430065,41.75751048605848],[-72.71500494304033,41.757895486131744],[-72.7150479430807,41.758354486219055],[-72.71515994315824,41.75906948635362],[-72.71529694325336,41.75994848651909],[-72.71530994326454,41.76006948654207],[-72.71535294328419,41.76016748655962],[-72.71535294328802,41.76023448657256],[-72.71535294329239,41.760310486587244],[-72.71537294330598,41.76043348661038],[-72.71538494331374,41.76050048662294],[-72.71540294332367,41.760571486636074],[-72.71539594332623,41.76065548665254],[-72.7154049433326,41.760715486663834],[-72.71551194340466,41.76136348678562],[-72.71554794342882,41.7615794868262],[-72.71557494344842,41.76176748686168],[-72.71560694347107,41.76198048690179],[-72.7156579435079,41.76233248696818],[-72.71568594352787,41.762521487003795],[-72.71570594354462,41.76269948703754],[-72.71574494357634,41.763030487100266],[-72.71576794359567,41.76323648713933],[-72.7157889436128,41.76341548717325],[-72.7158609436617,41.76385848725652],[-72.71594394371775,41.76436348735143],[-72.71607894380912,41.7651884875065],[-72.71615194385842,41.76563248758994],[-72.71588394377252,41.765657487603406],[-72.71509594352005,41.76573148764308],[-72.71508194351556,41.76573248764373],[-72.71481694343147,41.7657714876598],[-72.71456294335039,41.76580048767357],[-72.71380194310763,41.76589048771548],[-72.71354894302696,41.76592148772962],[-72.71328994294444,41.76595348774412],[-72.7125169426982,41.76605148778796],[-72.71225894261605,41.76608448780263],[-72.71201294253763,41.76611448781635],[-72.71127494230237,41.766204487857514],[-72.71102894222393,41.76623448787122],[-72.71081594211651,41.76557248775016],[-72.71017994179525,41.763586487386874],[-72.7099679416882,41.762925487265974],[-72.70990694165117,41.76262648721015],[-72.7097239415402,41.761732487043275],[-72.70968094151407,41.76152148700388],[-72.70966394150355,41.761434486987625],[-72.70962094147771,41.76122848694919],[-72.70949394140096,41.76061248683423],[-72.7094519413755,41.76040748679597],[-72.70962594143117,41.76038948678688],[-72.71014894159858,41.76033748676],[-72.71032394165466,41.76032148675128],[-72.71049894171075,41.76030548674255],[-72.71102694188014,41.76025948671667],[-72.7112029419366,41.7602444867081],[-72.71137394199138,41.76022848669951],[-72.71188894215643,41.76018048667365],[-72.7120609422116,41.7601654866652],[-72.71200694216563,41.759671486571484],[-72.71184494202777,41.75818948629029],[-72.71179194198211,41.75769548619651],[-72.7117169419473,41.757514486163956],[-72.71166894192483,41.7573954861425],[-72.71165694192057,41.757389486141726],[-72.71157994189366,41.75735748613801],[-72.7112209417782,41.7573834861546],[-72.71102694171584,41.757398486163744],[-72.71098994170391,41.757400486165324],[-72.71088294166958,41.757409486170495],[-72.71084694165802,41.75741248617224],[-72.71082994164162,41.75722348613625],[-72.71077894159247,41.756656486028305],[-72.71076294157646,41.75646848599248],[-72.710834941599,41.75645248598708],[-72.71104994166635,41.756405485971065],[-72.71112294168927,41.75639048596583],[-72.71219494202845,41.75621548589749],[-72.7130159422947,41.756194485867],[-72.71320494235684,41.75620448586285],[-72.71325694237424,41.756212485862726],[-72.71355394247226,41.75623448585742],[-72.71478294288424,41.75643648585691]]]},"properties":{"name":5245.01,"geoid":"09003524501"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.52146088210056,41.79539649958386],[-72.52147888209845,41.79525649955623],[-72.5215358820931,41.79483649947325],[-72.52155488209138,41.7946974994458],[-72.52155288209003,41.794685499443545],[-72.52154988208707,41.79465049943686],[-72.52154888208611,41.79463949943477],[-72.5215378820766,41.794535499415026],[-72.52151888205991,41.79435149938008],[-72.52148388203682,41.79414649934158],[-72.52137888196755,41.793532499226295],[-72.52134388194452,41.793328499188],[-72.52130888192272,41.79314649915394],[-72.52132088191024,41.792858499097896],[-72.52137888192064,41.79270949906726],[-72.52141088192454,41.792594499044014],[-72.52150188193723,41.792296498983525],[-72.52149388192389,41.79210849894746],[-72.52149088191722,41.792008498928226],[-72.5211578817197,41.79044849863738],[-72.52081988152587,41.78898149836467],[-72.52058188138903,41.78794249817148],[-72.52054188136505,41.78775049813565],[-72.52042388129381,41.78717549802828],[-72.52038488127022,41.786984497992606],[-72.52033788124395,41.786792497957],[-72.5201988811658,41.78621649785011],[-72.52015288113991,41.786025497814684],[-72.52009088110452,41.78575949776524],[-72.51990488099841,41.78496149761693],[-72.51984388096342,41.78469649756766],[-72.51980788094036,41.784497497530346],[-72.51969988087117,41.78390149741859],[-72.51966488084847,41.783703497381445],[-72.51962388081603,41.78336849731799],[-72.51950288071937,41.78236449712781],[-72.5194628806873,41.78203049706451],[-72.51943488066625,41.78182149702501],[-72.51935088060321,41.781195496906676],[-72.51932388058256,41.78098749686735],[-72.51931788057838,41.78094849686001],[-72.51929988056592,41.78083249683813],[-72.51929488056211,41.780794496830964],[-72.51927788055015,41.78068149680966],[-72.51922688051437,41.78034549674634],[-72.51920988050244,41.78023349672523],[-72.51917488047673,41.77998249667783],[-72.51907388040193,41.77924749653897],[-72.5190728804007,41.77923149653591],[-72.519061880386,41.77903649649856],[-72.51907788038808,41.778981496487425],[-72.5190968803904,41.77891349647366],[-72.51914288039681,41.778762496443015],[-72.51917188040387,41.77872049643396],[-72.51921288041399,41.77866349642164],[-72.5193008804334,41.778500496387316],[-72.51952088048219,41.77809749630241],[-72.51956388049125,41.77801049628421],[-72.51958588049608,41.77796949627558],[-72.5196158804982,41.77783449624851],[-72.51958688048202,41.77771649622663],[-72.51953888045776,41.77756549619898],[-72.51937888037695,41.77706249610684],[-72.51930588033851,41.7768054960595],[-72.51929588033286,41.77676349605169],[-72.51926588031554,41.776631496027136],[-72.51921488029129,41.77649749600285],[-72.51932988032782,41.776480495995905],[-72.51967788043851,41.776431495975324],[-72.51979388047542,41.77641549596852],[-72.52034788065032,41.776314495931324],[-72.52059088072619,41.77625549591216],[-72.52151088100646,41.77590949581592],[-72.52153588101287,41.77587849580912],[-72.52152088100642,41.775851495804375],[-72.52281988139974,41.77532049566028],[-72.52334088155726,41.77510349560169],[-72.52361188163921,41.774990495571195],[-72.52442588188717,41.77468449548607],[-72.52465888195849,41.77460249546278],[-72.52466188195935,41.774600495462295],[-72.52561788225044,41.77423849536181],[-72.52568988227267,41.77421649535525],[-72.52599488236676,41.77412249532734],[-72.52729288276197,41.77363049519079],[-72.52801188298311,41.77339749512279],[-72.52814288302343,41.7733554951105],[-72.52853588314456,41.77323249507417],[-72.52866788318528,41.773191495062015],[-72.52878288322088,41.77315849505199],[-72.52900888329097,41.77309549503258],[-72.5291298833289,41.77306849502351],[-72.52924788336597,41.773043495014896],[-72.52933388339274,41.7730214950079],[-72.52959088347289,41.772957494987324],[-72.52967788350006,41.77293649498049],[-72.52982288354563,41.77290649497006],[-72.53000388360265,41.77287149495753],[-72.53026188368437,41.772829494941156],[-72.53029988369643,41.77282349493879],[-72.53040888373104,41.772807494932216],[-72.53063988380438,41.77277249491807],[-72.53096188390803,41.77274949490333],[-72.531150883969,41.77273749489499],[-72.53237488436379,41.77266249484142],[-72.53263088444693,41.772656494832084],[-72.53318888462819,41.77264449481195],[-72.53322688465812,41.77295249487028],[-72.53330888471311,41.77344849496357],[-72.53358488489842,41.77512149527818],[-72.53371288498211,41.77585749541637],[-72.53385388507377,41.77665949556692],[-72.5339258851208,41.777072495644425],[-72.534044885198,41.777746495770934],[-72.5341278852575,41.77831549587825],[-72.53418888530109,41.77873149595673],[-72.53421188531327,41.77881349597184],[-72.53428088534996,41.77906249601777],[-72.5343048853625,41.779145496033046],[-72.53438088540587,41.779471496093635],[-72.53443188543271,41.7796504961266],[-72.53486788566053,41.78115349640319],[-72.53501388573672,41.78165449649537],[-72.5350588857638,41.781872496536074],[-72.53519688584616,41.78252749665826],[-72.53524288587364,41.78274649669912],[-72.53531788592089,41.78314649677404],[-72.53554488606333,41.78434649699872],[-72.53562088611098,41.78474749707379],[-72.53565188613176,41.784934497108935],[-72.53573188618475,41.785406497197606],[-72.53574988619576,41.78549649721444],[-72.53578788621881,41.78568349724936],[-72.5358168862375,41.78584549727974],[-72.53590488629408,41.786334497371435],[-72.53593488631316,41.786497497401974],[-72.53596188633126,41.78666049743261],[-72.53604488638618,41.78714949752447],[-72.53607288640463,41.787312497555064],[-72.5361298864438,41.78767349762301],[-72.53630088656149,41.78875949782743],[-72.5363578866008,41.789122497895754],[-72.53592688646283,41.78916749791822],[-72.53582088642894,41.78917949792393],[-72.53463888605143,41.78931849798854],[-72.53420988591444,41.7893694980121],[-72.5336418857328,41.789432498042416],[-72.53194088518896,41.78962249813346],[-72.5319398851887,41.78962349813368],[-72.53137288500676,41.78967549816184],[-72.52938088436831,41.78987049826315],[-72.52971288455595,41.79126249852153],[-72.52976388458423,41.79146649855933],[-72.52991688466905,41.79207949867289],[-72.52996788469738,41.79228449871088],[-72.52951488455375,41.79235649873925],[-72.52930988448882,41.79239049875238],[-72.52774288399289,41.79265449885345],[-72.52733588386255,41.79269649887455],[-72.52702088376176,41.792730498891174],[-72.52667388365045,41.79276249890843],[-72.52637088355317,41.79278949892334],[-72.52629488352878,41.7927964989271],[-72.52516088316558,41.79291249898575],[-72.52478388304486,41.79295149900532],[-72.52479888306138,41.79315549904424],[-72.52484588311167,41.79376849916122],[-72.52486188312858,41.7939734992003],[-72.52486388313042,41.793994499204295],[-72.52487288313712,41.79406049921676],[-72.52487588313934,41.79408249922091],[-72.52488788314874,41.794178499239095],[-72.52490188315666,41.794237499250045],[-72.52493588317672,41.79439449927929],[-72.52493688317719,41.79439749927984],[-72.52498688320259,41.79455649930897],[-72.52509988325032,41.79474749934228],[-72.52513988326798,41.79482849935663],[-72.52521188329968,41.79497249938216],[-72.52446088305955,41.79505649942238],[-72.52221088234032,41.795311499543494],[-72.52146088210056,41.79539649958386]]]},"properties":{"name":5144,"geoid":"09003514400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.55562289198548,41.77340049424145],[-72.5557268920226,41.773456494248954],[-72.55581689205383,41.77348949425246],[-72.55588189207639,41.77351349425502],[-72.55593189210603,41.77374749429866],[-72.55597489213903,41.77408049436164],[-72.55599189215205,41.77421149438645],[-72.55598289215386,41.77429449440277],[-72.55587789217745,41.77530849460213],[-72.5558768922117,41.77591449471931],[-72.55593289225226,41.77630549479311],[-72.55599189228404,41.77652549483373],[-72.55614789235632,41.77690049490121],[-72.55632389242516,41.777101494934456],[-72.55644089247049,41.77722749495507],[-72.55693489265985,41.77772349503515],[-72.55736489282748,41.77820449511437],[-72.55765089294269,41.77858949517964],[-72.55774589298478,41.77878449521429],[-72.55793389307114,41.77922349529315],[-72.55771289301701,41.77953749536089],[-72.55763889299739,41.779616495378534],[-72.55788489308364,41.779722495391155],[-72.55868889336243,41.78001449542188],[-72.55902189347756,41.780129495433464],[-72.5595108936458,41.780283495447584],[-72.55982389375718,41.780447495469275],[-72.5600798938446,41.78051649547443],[-72.5604948939864,41.7806304954832],[-72.56090189412448,41.780724495488336],[-72.56139589428832,41.780773495482],[-72.56166889437738,41.78077449547349],[-72.56190689445395,41.780756495462384],[-72.56252489465298,41.78071349543432],[-72.56218189454488,41.78077849545785],[-72.56122089424198,41.780961495523954],[-72.56115489422093,41.780969495527614],[-72.5608098941109,41.78101249554695],[-72.56034189396283,41.78109149557718],[-72.56008389388076,41.78112749559238],[-72.55992389382992,41.78115049560194],[-72.55963489373976,41.781221495624905],[-72.55898089353433,41.781358495672286],[-72.5582278932999,41.781552495733855],[-72.55794689321432,41.78165849576336],[-72.55772589314707,41.781742495786645],[-72.55727189301075,41.781947495840775],[-72.55716089297849,41.78201649585766],[-72.5569758929248,41.78213249588599],[-72.55683689288523,41.78223349590995],[-72.55673189285547,41.7823114959284],[-72.55644589277858,41.782598495993014],[-72.55644289277784,41.782602495993864],[-72.55614189270332,41.7830164960835],[-72.5559388926549,41.783327496150086],[-72.55581789263296,41.7836344962133],[-72.55566989260626,41.784012496291076],[-72.55563289259959,41.78410649631043],[-72.55552089257927,41.7843904963689],[-72.55548489257295,41.7844854963884],[-72.55505489242915,41.784422496389986],[-72.55497489240291,41.78441949639195],[-72.55430189218238,41.784400496409795],[-72.55351089192739,41.78445149644495],[-72.55343789190462,41.784469496450754],[-72.55294089174991,41.784598496491576],[-72.55272189168171,41.78465449650939],[-72.55041389097305,41.78542349673177],[-72.54726689002072,41.786716497082246],[-72.54697188993387,41.78688049712335],[-72.54682388989173,41.786987497148765],[-72.54650788979845,41.78715849719191],[-72.54554488950252,41.787475497283936],[-72.5443758891335,41.78768849736246],[-72.54372388892747,41.78780349740551],[-72.54189888835076,41.78812549752606],[-72.54160888825922,41.788178497545566],[-72.54073888798476,41.78834049760467],[-72.54044988789367,41.78839549762454],[-72.53963188763548,41.78854549767966],[-72.53726488688851,41.788981497839536],[-72.53717888686121,41.7889944978448],[-72.5363578866008,41.789122497895754],[-72.53630088656149,41.78875949782743],[-72.5361298864438,41.78767349762301],[-72.53607288640463,41.787312497555064],[-72.53604488638618,41.78714949752447],[-72.53596188633126,41.78666049743261],[-72.53593488631316,41.786497497401974],[-72.53590488629408,41.786334497371435],[-72.5358168862375,41.78584549727974],[-72.53578788621881,41.78568349724936],[-72.53574988619576,41.78549649721444],[-72.53573188618475,41.785406497197606],[-72.53565188613176,41.784934497108935],[-72.53562088611098,41.78474749707379],[-72.53554488606333,41.78434649699872],[-72.53531788592089,41.78314649677404],[-72.53524288587364,41.78274649669912],[-72.53519688584616,41.78252749665826],[-72.5350588857638,41.781872496536074],[-72.53501388573672,41.78165449649537],[-72.53486788566053,41.78115349640319],[-72.53443188543271,41.7796504961266],[-72.53438088540587,41.779471496093635],[-72.5343048853625,41.779145496033046],[-72.53428088534996,41.77906249601777],[-72.53421188531327,41.77881349597184],[-72.53418888530109,41.77873149595673],[-72.5341278852575,41.77831549587825],[-72.534044885198,41.777746495770934],[-72.5339258851208,41.777072495644425],[-72.53385388507377,41.77665949556692],[-72.53371288498211,41.77585749541637],[-72.53358488489842,41.77512149527818],[-72.53330888471311,41.77344849496357],[-72.53322688465812,41.77295249487028],[-72.53318888462819,41.77264449481195],[-72.53323588464316,41.77263849480929],[-72.53337788468855,41.77262249480166],[-72.53342588470397,41.77261849479935],[-72.53378088481743,41.77257849478028],[-72.53412188492645,41.772540494762055],[-72.53484788515895,41.77246649472457],[-72.535203885273,41.77243149470643],[-72.53549388536793,41.77243749469833],[-72.5355338853809,41.772436494696876],[-72.53578988546437,41.77243649468869],[-72.5362148856045,41.77246349468035],[-72.53651988570735,41.7725234946822],[-72.53684488581702,41.77258849468438],[-72.5369208858428,41.772606494685434],[-72.53714988592056,41.772660494688566],[-72.53722688594672,41.772679494689775],[-72.53749488603741,41.77273749469242],[-72.53830088631027,41.77291349470073],[-72.5385698864013,41.77297249470353],[-72.53876288646663,41.77301449470549],[-72.53934188666257,41.77314049471135],[-72.5395348867279,41.77318249471332],[-72.5396168867556,41.77319949471399],[-72.53986488683954,41.77325349471651],[-72.5399478868677,41.77327249471752],[-72.54021288695672,41.77331849471794],[-72.54100788722394,41.77345949471984],[-72.54127288731308,41.773507494720654],[-72.54137788734818,41.77352249472018],[-72.54169388745393,41.773570494719365],[-72.5417998874894,41.77358649471909],[-72.54199488755481,41.77361849471904],[-72.54257988775117,41.77371749471949],[-72.54277588781696,41.77375049471961],[-72.54286188784597,41.773767494720154],[-72.54312188793382,41.773821494722284],[-72.54320888796326,41.77384049472317],[-72.54338788802357,41.77387449472403],[-72.54392688820529,41.773979494727115],[-72.54410688826597,41.77401449472813],[-72.54425288831489,41.77403749472791],[-72.54469188846201,41.77410749472742],[-72.54483888851131,41.77413149472736],[-72.54494788854718,41.77413749472503],[-72.54527488865482,41.774155494718066],[-72.54538388869076,41.77416249471595],[-72.54548588872436,41.77416849471384],[-72.54579188882514,41.77418649470755],[-72.54589388885874,41.774192494705446],[-72.54635288900948,41.77421149469447],[-72.54670588912605,41.7742374946882],[-72.54729988931896,41.77422449466671],[-72.5501888902648,41.77429349458773],[-72.55028989029749,41.77428949458373],[-72.5504088903363,41.77428949457993],[-72.55089489049419,41.774279494562464],[-72.55107489055156,41.77425649455227],[-72.55132789063147,41.7742114945355],[-72.55159389071488,41.77415349451579],[-72.55159889071737,41.77416849451852],[-72.55244289098142,41.77397349445385],[-72.55330289125087,41.77378149438924],[-72.55379189140389,41.773669494351964],[-72.55415089151766,41.7736124943295],[-72.55455189164678,41.773583494311055],[-72.55506189180858,41.773505494279675],[-72.55562289198548,41.77340049424145]]]},"properties":{"name":5145,"geoid":"09003514500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.53318888462819,41.77264449481195],[-72.53316288461862,41.772625494809105],[-72.53308588459026,41.772568494800545],[-72.53306088458109,41.772550494797855],[-72.53270788446589,41.772548494808746],[-72.53267188445415,41.77254849480989],[-72.53206388425295,41.77249649481925],[-72.53168888412613,41.772416494815765],[-72.53166188411669,41.772405494814485],[-72.53133588400289,41.77227349479939],[-72.53117288394216,41.77214049477887],[-72.53115488393556,41.77212749477693],[-72.53100088387885,41.77201349475981],[-72.53079788380205,41.771827494730324],[-72.53070188375891,41.77161949469318],[-72.53065888373966,41.771527494676775],[-72.53061788371927,41.77140449465429],[-72.53058788369867,41.77121449461852],[-72.5305848836957,41.77117949461184],[-72.53053588364105,41.77050049448213],[-72.53051988362296,41.770274494438944],[-72.53050988361343,41.77016449441799],[-72.53048188358551,41.769834494355095],[-72.53047288357637,41.769725494334295],[-72.53046088356658,41.76962249431477],[-72.53042588353757,41.76931349425613],[-72.5304148835282,41.769211494236764],[-72.53040288351379,41.76902749420157],[-72.53036788347117,41.76847949409674],[-72.53035688345716,41.7682964940617],[-72.53034688344547,41.768148494033404],[-72.53031788341079,41.76770549394867],[-72.53030888339947,41.76755849392053],[-72.53027788337342,41.76727849386737],[-72.53018788329648,41.76644249370861],[-72.53015788327082,41.766163493655604],[-72.53014288325942,41.76604949363406],[-72.53009988322592,41.765707493569295],[-72.53008588321494,41.76559449354789],[-72.53007288320278,41.76545549352142],[-72.53003688316741,41.76504049344232],[-72.53002488315563,41.764902493416024],[-72.5301078831815,41.76488149340933],[-72.53013288318937,41.76487649340754],[-72.53029188323973,41.76485049339745],[-72.53036388326349,41.76485549339612],[-72.53044988329185,41.764861493394534],[-72.53063488335371,41.76488849339384],[-72.5307988834094,41.764927493396144],[-72.53105388349721,41.76500949340387],[-72.5314048836206,41.765166493423024],[-72.5315288836642,41.76522249342991],[-72.53185188377465,41.765312493436994],[-72.53212388386584,41.76535649343682],[-72.53242088396307,41.765363493428694],[-72.53274988406781,41.765319493409685],[-72.53293988412742,41.76527849339569],[-72.53312688418355,41.765193493373275],[-72.5334668842838,41.76500749332646],[-72.53376988437103,41.76480449327754],[-72.53421988450549,41.76458949322159],[-72.5342568845166,41.76457249321712],[-72.53475188467097,41.76444949317754],[-72.53520788481711,41.76440549315447],[-72.53545988489832,41.76438849314313],[-72.53621688514231,41.7643394931095],[-72.53646988522388,41.76432349309833],[-72.5367208853055,41.76431949308954],[-72.536872885355,41.7643184930845],[-72.53747388555223,41.76434149306975],[-72.5377248856347,41.76435249306387],[-72.53797688571726,41.764359493057185],[-72.53873488596561,41.764381493037234],[-72.53898788604856,41.7643894930307],[-72.53927688614341,41.7644004930236],[-72.54014488642844,41.76443649300283],[-72.54043488652366,41.76444849299591],[-72.54069088660769,41.76445849298966],[-72.54146188686076,41.76448849297085],[-72.54171888694518,41.76449949296476],[-72.54238288716324,41.76452749294897],[-72.54258188722874,41.76453849294475],[-72.54303088737666,41.764565492935624],[-72.54352288754014,41.76461949293035],[-72.54513688808494,41.764946492942045],[-72.54513988808597,41.76494749294214],[-72.54597588837032,41.765154492955446],[-72.54634488849477,41.76522749295778],[-72.54648488854201,41.76525549295871],[-72.54746188886772,41.76538149295188],[-72.54783588899241,41.76543049294942],[-72.54836988917056,41.76550149294608],[-72.54997288970529,41.76571449293605],[-72.5505078898838,41.7657864929329],[-72.55109389007941,41.76586649292962],[-72.5517218902891,41.76595349292637],[-72.5528578906669,41.766084492915404],[-72.55344689086284,41.76615349290993],[-72.55371789095297,41.76618449290727],[-72.55453189122368,41.76627849289944],[-72.55480389131418,41.766310492896935],[-72.55482989132283,41.766313492896685],[-72.55516689143572,41.766366492896154],[-72.55603189172557,41.7665044928952],[-72.5562558918011,41.76654849289654],[-72.5566178919233,41.76662149289909],[-72.55709889208676,41.766738492906335],[-72.5572188921276,41.76676849290829],[-72.55795989238341,41.76701849293296],[-72.55848589256912,41.76726849296449],[-72.55856589259744,41.76730749296947],[-72.55891289272277,41.76752149299975],[-72.55902289276382,41.767612493013836],[-72.55907789278398,41.767651493019606],[-72.55919789282805,41.76773849303259],[-72.55928589286223,41.76783449304833],[-72.55946989293656,41.768086493091175],[-72.55948389294343,41.76812649309847],[-72.55955689297852,41.768324493134415],[-72.55957789298866,41.768382493144955],[-72.55964089301919,41.76855749317677],[-72.55964589302161,41.76857149317933],[-72.55966389302999,41.76861549318725],[-72.55986089312215,41.769105493275674],[-72.55986589312442,41.76911649327765],[-72.5599088931503,41.769324493316496],[-72.55995289317319,41.76947449334409],[-72.55997589320151,41.7698394934139],[-72.5599418932181,41.77032449350875],[-72.5598648932114,41.770647493573655],[-72.55985889321059,41.77066749357771],[-72.55984789320924,41.77070649358561],[-72.55973789318838,41.77096949363996],[-72.55967889317523,41.77107649366255],[-72.55962989316298,41.771141493676666],[-72.55935689308642,41.771359493727545],[-72.55908089300469,41.771504493764404],[-72.55815089272959,41.77199649388924],[-72.557460892532,41.772476494004096],[-72.55738789251129,41.77253049401685],[-72.55692789238095,41.77287449409806],[-72.55684889235725,41.77291049410754],[-72.55660789228489,41.773019494136314],[-72.55646689224257,41.773083494153205],[-72.55591589207594,41.77331149421488],[-72.55587489206326,41.7733234942185],[-72.55562289198548,41.77340049424145],[-72.55506189180858,41.773505494279675],[-72.55455189164678,41.773583494311055],[-72.55415089151766,41.7736124943295],[-72.55379189140389,41.773669494351964],[-72.55330289125087,41.77378149438924],[-72.55244289098142,41.77397349445385],[-72.55159889071737,41.77416849451852],[-72.55159389071488,41.77415349451579],[-72.55132789063147,41.7742114945355],[-72.55107489055156,41.77425649455227],[-72.55089489049419,41.774279494562464],[-72.5504088903363,41.77428949457993],[-72.55028989029749,41.77428949458373],[-72.5501888902648,41.77429349458773],[-72.54729988931896,41.77422449466671],[-72.54670588912605,41.7742374946882],[-72.54635288900948,41.77421149469447],[-72.54589388885874,41.774192494705446],[-72.54579188882514,41.77418649470755],[-72.54548588872436,41.77416849471384],[-72.54538388869076,41.77416249471595],[-72.54527488865482,41.774155494718066],[-72.54494788854718,41.77413749472503],[-72.54483888851131,41.77413149472736],[-72.54469188846201,41.77410749472742],[-72.54425288831489,41.77403749472791],[-72.54410688826597,41.77401449472813],[-72.54392688820529,41.773979494727115],[-72.54338788802357,41.77387449472403],[-72.54320888796326,41.77384049472317],[-72.54312188793382,41.773821494722284],[-72.54286188784597,41.773767494720154],[-72.54277588781696,41.77375049471961],[-72.54257988775117,41.77371749471949],[-72.54199488755481,41.77361849471904],[-72.5417998874894,41.77358649471909],[-72.54169388745393,41.773570494719365],[-72.54137788734818,41.77352249472018],[-72.54127288731308,41.773507494720654],[-72.54100788722394,41.77345949471984],[-72.54021288695672,41.77331849471794],[-72.5399478868677,41.77327249471752],[-72.53986488683954,41.77325349471651],[-72.5396168867556,41.77319949471399],[-72.5395348867279,41.77318249471332],[-72.53934188666257,41.77314049471135],[-72.53876288646663,41.77301449470549],[-72.5385698864013,41.77297249470353],[-72.53830088631027,41.77291349470073],[-72.53749488603741,41.77273749469242],[-72.53722688594672,41.772679494689775],[-72.53714988592056,41.772660494688566],[-72.5369208858428,41.772606494685434],[-72.53684488581702,41.77258849468438],[-72.53651988570735,41.7725234946822],[-72.5362148856045,41.77246349468035],[-72.53578988546437,41.77243649468869],[-72.5355338853809,41.772436494696876],[-72.53549388536793,41.77243749469833],[-72.535203885273,41.77243149470643],[-72.53484788515895,41.77246649472457],[-72.53412188492645,41.772540494762055],[-72.53378088481743,41.77257849478028],[-72.53342588470397,41.77261849479935],[-72.53337788468855,41.77262249480166],[-72.53323588464316,41.77263849480929],[-72.53318888462819,41.77264449481195]]]},"properties":{"name":5146,"geoid":"09003514600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.53002488315563,41.764902493416024],[-72.53003688316741,41.76504049344232],[-72.53007288320278,41.76545549352142],[-72.53008588321494,41.76559449354789],[-72.53009988322592,41.765707493569295],[-72.53014288325942,41.76604949363406],[-72.53015788327082,41.766163493655604],[-72.53018788329648,41.76644249370861],[-72.53027788337342,41.76727849386737],[-72.53030888339947,41.76755849392053],[-72.53031788341079,41.76770549394867],[-72.53034688344547,41.768148494033404],[-72.53035688345716,41.7682964940617],[-72.53036788347117,41.76847949409674],[-72.53040288351379,41.76902749420157],[-72.5304148835282,41.769211494236764],[-72.53042588353757,41.76931349425613],[-72.53046088356658,41.76962249431477],[-72.53047288357637,41.769725494334295],[-72.53048188358551,41.769834494355095],[-72.53050988361343,41.77016449441799],[-72.53051988362296,41.770274494438944],[-72.53053588364105,41.77050049448213],[-72.5305848836957,41.77117949461184],[-72.53058788369867,41.77121449461852],[-72.53061788371927,41.77140449465429],[-72.53065888373966,41.771527494676775],[-72.53070188375891,41.77161949469318],[-72.53079788380205,41.771827494730324],[-72.53100088387885,41.77201349475981],[-72.53115488393556,41.77212749477693],[-72.53117288394216,41.77214049477887],[-72.53133588400289,41.77227349479939],[-72.53166188411669,41.772405494814485],[-72.53168888412613,41.772416494815765],[-72.53206388425295,41.77249649481925],[-72.53267188445415,41.77254849480989],[-72.53270788446589,41.772548494808746],[-72.53306088458109,41.772550494797855],[-72.53308588459026,41.772568494800545],[-72.53316288461862,41.772625494809105],[-72.53318888462819,41.77264449481195],[-72.53263088444693,41.772656494832084],[-72.53237488436379,41.77266249484142],[-72.531150883969,41.77273749489499],[-72.53096188390803,41.77274949490333],[-72.53063988380438,41.77277249491807],[-72.53040888373104,41.772807494932216],[-72.53029988369643,41.77282349493879],[-72.53026188368437,41.772829494941156],[-72.53000388360265,41.77287149495753],[-72.52982288354563,41.77290649497006],[-72.52967788350006,41.77293649498049],[-72.52959088347289,41.772957494987324],[-72.52933388339274,41.7730214950079],[-72.52924788336597,41.773043495014896],[-72.5291298833289,41.77306849502351],[-72.52900888329097,41.77309549503258],[-72.52878288322088,41.77315849505199],[-72.52866788318528,41.773191495062015],[-72.52853588314456,41.77323249507417],[-72.52814288302343,41.7733554951105],[-72.52801188298311,41.77339749512279],[-72.52729288276197,41.77363049519079],[-72.52599488236676,41.77412249532734],[-72.52568988227267,41.77421649535525],[-72.52561788225044,41.77423849536181],[-72.52466188195935,41.774600495462295],[-72.52465888195849,41.77460249546278],[-72.52442588188717,41.77468449548607],[-72.52361188163921,41.774990495571195],[-72.52334088155726,41.77510349560169],[-72.52281988139974,41.77532049566028],[-72.52152088100642,41.775851495804375],[-72.52153588101287,41.77587849580912],[-72.52151088100646,41.77590949581592],[-72.52059088072619,41.77625549591216],[-72.52034788065032,41.776314495931324],[-72.51979388047542,41.77641549596852],[-72.51967788043851,41.776431495975324],[-72.51932988032782,41.776480495995905],[-72.51921488029129,41.77649749600285],[-72.51896588021283,41.77654549602007],[-72.51822087997812,41.776689496071675],[-72.51797287990003,41.77673849608907],[-72.51776587983424,41.77676849610147],[-72.51714487963693,41.77685949613887],[-72.51693887957153,41.776890496151445],[-72.51689587954765,41.77671749611937],[-72.5168398795086,41.77635249605059],[-72.51659087933517,41.77473249574535],[-72.5165088792777,41.77419249564357],[-72.51645887924306,41.77387049558291],[-72.51631087913981,41.772904495400844],[-72.51626187910551,41.77258249534017],[-72.51624587909153,41.772428495310905],[-72.51619987905022,41.77196649522304],[-72.5161848790366,41.77181349519395],[-72.51617087902424,41.7716764951679],[-72.51613087898782,41.771265495089715],[-72.51611787897578,41.771128495063635],[-72.51609187895033,41.77083049500685],[-72.51601387887402,41.76993649483648],[-72.51598887884889,41.76963849477966],[-72.51596787882936,41.76941549473722],[-72.51590587877108,41.76874649460983],[-72.51588587875186,41.76852349456734],[-72.51586787873516,41.76833349453118],[-72.51581687868611,41.76776349442258],[-72.51579987866981,41.76757449438657],[-72.51578487865633,41.767423494357864],[-72.51574287861698,41.76697249427199],[-72.51572887860387,41.76682249424343],[-72.5157108785885,41.76665549421171],[-72.51565787854271,41.7661544941165],[-72.51564087852765,41.76598749408476],[-72.51561687850344,41.76569949402984],[-72.51554587843114,41.764835493865014],[-72.51552287840731,41.764548493810246],[-72.5159648785571,41.764648493815486],[-72.51618587863206,41.76469949381831],[-72.5167428788205,41.764819493823744],[-72.51706587892724,41.76484449381827],[-72.51730787900507,41.76482549380688],[-72.5177618791512,41.764792493786025],[-72.51790587919753,41.7647814937793],[-72.51829487932265,41.7647514937611],[-72.51989687983803,41.7646294936864],[-72.52043188001018,41.764589493661596],[-72.52089788015886,41.76453249363571],[-72.52113888023595,41.76450649362299],[-72.52129388028565,41.76449149361515],[-72.52187588047768,41.764531493604316],[-72.52220888058818,41.764565493600266],[-72.52235488063663,41.764580493598515],[-72.52303688085951,41.76458949357849],[-72.52326988093422,41.764567493566794],[-72.52397988116206,41.76450349353177],[-72.52474588140925,41.76445849349863],[-72.52515588154155,41.764434493480884],[-72.52613688185444,41.76431249342601],[-72.52642688195009,41.76433149342043],[-72.52674388205605,41.764377493419204],[-72.52697088213296,41.76442849342184],[-72.52702888215273,41.76444349342289],[-72.52777188240619,41.76464049343725],[-72.52795888246948,41.76468149343922],[-72.52851988265951,41.764806493445484],[-72.52870788272318,41.76484849344761],[-72.52897088280967,41.76486149344173],[-72.52959888301623,41.764893493427884],[-72.52976088306922,41.764896493423294],[-72.53002488315563,41.764902493416024]]]},"properties":{"name":5147,"geoid":"09003514700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.51552287840731,41.764548493810246],[-72.51554587843114,41.764835493865014],[-72.51561687850344,41.76569949402984],[-72.51564087852765,41.76598749408476],[-72.51565787854271,41.7661544941165],[-72.5157108785885,41.76665549421171],[-72.51572887860387,41.76682249424343],[-72.51574287861698,41.76697249427199],[-72.51578487865633,41.767423494357864],[-72.51579987866981,41.76757449438657],[-72.51581687868611,41.76776349442258],[-72.51586787873516,41.76833349453118],[-72.51588587875186,41.76852349456734],[-72.51590587877108,41.76874649460983],[-72.51596787882936,41.76941549473722],[-72.51598887884889,41.76963849477966],[-72.51601387887402,41.76993649483648],[-72.51609187895033,41.77083049500685],[-72.51611787897578,41.771128495063635],[-72.51613087898782,41.771265495089715],[-72.51617087902424,41.7716764951679],[-72.5161848790366,41.77181349519395],[-72.51619987905022,41.77196649522304],[-72.51624587909153,41.772428495310905],[-72.51626187910551,41.77258249534017],[-72.51631087913981,41.772904495400844],[-72.51645887924306,41.77387049558291],[-72.5165088792777,41.77419249564357],[-72.51659087933517,41.77473249574535],[-72.5168398795086,41.77635249605059],[-72.51689587954765,41.77671749611937],[-72.51693887957153,41.776890496151445],[-72.51671487950024,41.77692149616459],[-72.51604287928636,41.77701349620381],[-72.51581987921546,41.77704549621712],[-72.51557887913893,41.77708149623176],[-72.51485887891036,41.77719049627581],[-72.51461887883421,41.77722749629061],[-72.51451087879968,41.77723949629639],[-72.51418687869612,41.77727649631387],[-72.51407987866199,41.77728949631978],[-72.5139378786167,41.7773074963278],[-72.51351387848163,41.77736349635216],[-72.51337287843673,41.77738249636031],[-72.51326987840388,41.77739549636613],[-72.51296087830539,41.7774354963837],[-72.51285887827294,41.77744949638968],[-72.51272987823161,41.77746249639631],[-72.51234387810797,41.77750149641616],[-72.51221587806702,41.77751549642294],[-72.51210887803286,41.77752849642888],[-72.511964877987,41.777547496437144],[-72.51121287774724,41.777643496479676],[-72.5109628776676,41.77767649649404],[-72.50885487699348,41.77790949660631],[-72.50864687692643,41.77792349661565],[-72.508213876789,41.77798949664223],[-72.50802387672876,41.778019496654096],[-72.50768487662418,41.778124496685194],[-72.50708387644202,41.77836749675133],[-72.50688487638249,41.77846149677586],[-72.5067048763292,41.778556496799965],[-72.50646987621631,41.777919496684326],[-72.50617387607186,41.777077496530964],[-72.5061008760315,41.77678649647704],[-72.50612787603546,41.776701496459765],[-72.50514287569537,41.776369496426966],[-72.50518287570152,41.776248496402296],[-72.50518087567737,41.77583549632252],[-72.50518987567109,41.775673496290906],[-72.50509387559592,41.7749024961449],[-72.50505487556869,41.77464749609685],[-72.50493887548745,41.77388449595303],[-72.5049008754606,41.773630495905124],[-72.50489987545697,41.77357249589394],[-72.50489687544622,41.77340049586078],[-72.50489587544264,41.77334349584979],[-72.50491187544091,41.773221495825695],[-72.50495987543586,41.77285749575379],[-72.50497687543452,41.772736495729845],[-72.50503287544142,41.772536495689394],[-72.50520287546281,41.77193849556835],[-72.50525987547007,41.77173949552804],[-72.50531587547724,41.771544495488556],[-72.50548387549874,41.77095949537009],[-72.50554087550628,41.77076549533076],[-72.50556587550209,41.77054849528799],[-72.50556787550184,41.77053249528484],[-72.50547487543557,41.76990049516561],[-72.50544387541322,41.769685495125024],[-72.5054188753946,41.76950149509024],[-72.50534387533885,41.76895149498629],[-72.50531987532061,41.76876849495166],[-72.50530787530886,41.768630494925354],[-72.5052738752744,41.76821949484696],[-72.50526287526301,41.76808249482083],[-72.50524487523649,41.7677194947512],[-72.50519287515765,41.766631494542445],[-72.50518587514604,41.766467494510955],[-72.50509187510545,41.76629249448011],[-72.50502387507599,41.76616449445752],[-72.50498087505777,41.76609049444459],[-72.50482287499058,41.76581549439644],[-72.5046878749298,41.76552049434372],[-72.5046798749244,41.76547149433449],[-72.50464487490008,41.7652444942917],[-72.50462687489103,41.765188494281446],[-72.5045738748643,41.76502249425103],[-72.50455687485564,41.76496749424094],[-72.50454787485118,41.764940494235994],[-72.50452387483872,41.76485949422111],[-72.50451587483465,41.76483349421632],[-72.5045028748281,41.76479249420883],[-72.50446587480918,41.76467249418679],[-72.50445387480299,41.76463249417944],[-72.50477987490491,41.76455549415416],[-72.5047858749067,41.764552494153385],[-72.50539687509574,41.76437349409929],[-72.50577587521404,41.76428049406921],[-72.50610887531806,41.76420049404313],[-72.50643087542055,41.76415649402437],[-72.50683087554795,41.764103494001354],[-72.5073978757285,41.764027493968584],[-72.50772087583138,41.76398449394997],[-72.50773987583734,41.76398049394859],[-72.50779887585612,41.76397249394516],[-72.50781887586254,41.76397049394413],[-72.50791487589298,41.76395549393817],[-72.50820587598542,41.76391249392058],[-72.50830387601657,41.76389849391475],[-72.50856287609903,41.76386349389973],[-72.5089788762315,41.763807493875625],[-72.50904887625367,41.76379649387127],[-72.51054387672805,41.76356649377912],[-72.51100087687428,41.76351749375507],[-72.511286876967,41.76350849374421],[-72.5113878769998,41.76350649374061],[-72.51179487713532,41.7635554937371],[-72.51202987721534,41.76361549374121],[-72.51228587730239,41.763678493745246],[-72.51305687756464,41.76386949375758],[-72.51331387765208,41.763933493761776],[-72.5137548778028,41.7640554937713],[-72.51508087825613,41.76442449380036],[-72.51552287840731,41.764548493810246]]]},"properties":{"name":5148,"geoid":"09003514800"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.61384890838015,41.728131483623756],[-72.61311590814731,41.728236483667544],[-72.61091690744892,41.72855348379927],[-72.61018490721645,41.728659483843224],[-72.60395190523128,41.729461484197905],[-72.60043390412066,41.7300874844316],[-72.59776990327964,41.73056148460855],[-72.59585890266993,41.73078948471382],[-72.59580390265236,41.73079548471673],[-72.58990890077156,41.73149948504152],[-72.5879439001447,41.731735485150026],[-72.58766690005596,41.7317624851641],[-72.58683589978979,41.73184348520634],[-72.58676989976867,41.73185048520981],[-72.58666989973666,41.73186048521494],[-72.58655889970089,41.73186748521987],[-72.58651089968542,41.731870485221975],[-72.58544589934687,41.73201948528485],[-72.58434289899586,41.732167485348754],[-72.58005789763243,41.7327454855976],[-72.57922589736773,41.73285848564606],[-72.5776968968812,41.73306448573479],[-72.57548189617647,41.733364485863646],[-72.575196896085,41.7333894858776],[-72.57434389581135,41.73346548591957],[-72.57405989572028,41.733491485933676],[-72.57406289571739,41.73342348592042],[-72.57406689571454,41.733350485906165],[-72.57407789571084,41.73322248588104],[-72.57408389570904,41.73315648586808],[-72.5741068957117,41.73307148585089],[-72.57411789571316,41.73303448584338],[-72.57416489571615,41.73281848580011],[-72.57416489571605,41.732816485799695],[-72.57419489572116,41.732734485782885],[-72.57421589572442,41.73267148577002],[-72.57424989573015,41.73257748575074],[-72.57430689574427,41.73249948573382],[-72.57434689575435,41.73244748572249],[-72.57461089583185,41.73229748568503],[-72.57499689594727,41.73211548563747],[-72.57511889598383,41.732059485622734],[-72.57555889611184,41.73178948555643],[-72.57653189638432,41.73100648537381],[-72.57676089644852,41.73082348533108],[-72.57733089660825,41.73036648522442],[-72.57747289664802,41.73025248519783],[-72.57759689668279,41.73015348517469],[-72.57802189680226,41.72981948509649],[-72.578432896922,41.72957048503519],[-72.5786048969722,41.72946748500974],[-72.5787178970043,41.729384484990064],[-72.57912489712547,41.72918348493817],[-72.57914589713133,41.729166484934204],[-72.5794968972304,41.72889748487092],[-72.58018389741272,41.72816848470789],[-72.58051489750068,41.727818484629594],[-72.58062589753052,41.727707484604565],[-72.58071389755374,41.72761148458315],[-72.58123189769091,41.72705648445921],[-72.58131189771332,41.72699248444427],[-72.58153689777652,41.72681448440262],[-72.58151389776417,41.72672948438691],[-72.5814858977473,41.72659348436148],[-72.58146789773619,41.726501484344254],[-72.58138489768882,41.72614448427781],[-72.581313897654,41.72593948424042],[-72.58123989761776,41.725726484201566],[-72.58090989746209,41.72488148404857],[-72.58062889732935,41.724158483917634],[-72.58015689709543,41.72275148366041],[-72.57998389701486,41.72232648358368],[-72.57964289685596,41.721487483432185],[-72.57960189683806,41.721407483418005],[-72.57952589680468,41.72125648339121],[-72.57948489678625,41.7211674833753],[-72.57944789676966,41.721087483361],[-72.57910789662844,41.72055348326851],[-72.57903389659774,41.72043748324842],[-72.57855889641814,41.72000148317921],[-72.57789589617438,41.71951448310614],[-72.57763989608276,41.71937048308643],[-72.57731289596573,41.71918648306128],[-72.5772538959393,41.71905948303858],[-72.57718389591113,41.718965483022615],[-72.57712689588897,41.718902483012236],[-72.57708589587304,41.71885748300484],[-72.57691589581287,41.71877348299402],[-72.57684089578632,41.718736482989264],[-72.57649889566521,41.718566482967276],[-72.57642389563873,41.718530482962706],[-72.57621389556455,41.71842948294988],[-72.57613089553095,41.71831448293026],[-72.57597289544782,41.717758482827676],[-72.5757918953661,41.717358482756026],[-72.57560089527979,41.71693548268024],[-72.57558289527402,41.71693748268121],[-72.57553189525775,41.716943482684],[-72.57551489525238,41.716946482685124],[-72.57346189459889,41.71721848280338],[-72.572704894358,41.7173194828471],[-72.57198089412748,41.71741448288862],[-72.57131289391471,41.71750048292662],[-72.56931089327709,41.7177594830407],[-72.5686438930647,41.71784648307884],[-72.56737089265928,41.71801148315142],[-72.56609089225164,41.71817748322446],[-72.56542089203526,41.718211483252425],[-72.5647138918039,41.718194483271716],[-72.56353789141414,41.718079483287],[-72.56322789131143,41.7180494832911],[-72.56267689112875,41.71799448329803],[-72.56225989099111,41.71796348330536],[-72.56118989063322,41.71780148330816],[-72.56087489052784,41.71775348330893],[-72.56046389039057,41.71769448331064],[-72.56035289032538,41.71718448321545],[-72.56006189015133,41.715791482955055],[-72.55873888939404,41.710054481886566],[-72.55851788927609,41.70924648173717],[-72.55841088922038,41.70887948166952],[-72.55841788921225,41.70869648163386],[-72.55845488921203,41.70848048159086],[-72.5585498892326,41.7082974815524],[-72.55887188930812,41.70778048144201],[-72.56080488976174,41.70468048078001],[-72.56116588984658,41.70410348065677],[-72.56120888983018,41.70356848055178],[-72.56079588968954,41.70346148054425],[-72.56068688965243,41.703433480542294],[-72.56004388943145,41.703231480523705],[-72.559834889353,41.70304948049512],[-72.55968788929728,41.70291148047308],[-72.55967988929412,41.702901480471404],[-72.55954088923869,41.70272348044139],[-72.55946288920289,41.70254048040843],[-72.55903888900865,41.701553480230814],[-72.55892488895849,41.701324480190124],[-72.55843188874161,41.70033448001409],[-72.55814288862082,41.69986547993249],[-72.55788988852237,41.699583479885945],[-72.55720088827425,41.69916747982737],[-72.5565548880457,41.69884947978638],[-72.55621288792705,41.698722479772705],[-72.55615288790655,41.69870547977132],[-72.55582288779368,41.69861147976364],[-72.55555788770398,41.69855247976068],[-72.55516888757651,41.69853947977055],[-72.55489888748893,41.69854647978053],[-72.55484488747175,41.69855347978361],[-72.55484088745902,41.69835247974481],[-72.55483588743701,41.69799347967543],[-72.5548328874259,41.69781547964106],[-72.5548308874215,41.69774947962834],[-72.55482788740919,41.69754947958971],[-72.55489388743149,41.6975634795903],[-72.55708488817673,41.6981164796275],[-72.55782588842861,41.69830047963951],[-72.56005888918769,41.69885547967574],[-72.56224388993151,41.69941747971484],[-72.56416689058474,41.69988747974449],[-72.56474689078259,41.7000434797562],[-72.56502289087676,41.70011847976192],[-72.5662478912989,41.700523479801234],[-72.56675889147857,41.700755479829866],[-72.56698089155671,41.700857479842526],[-72.5674138917108,41.70108647987305],[-72.56820489199539,41.7015594799394],[-72.56890689225281,41.70206448001479],[-72.56934489241638,41.70243148007186],[-72.56953289248655,41.702588480096274],[-72.56957589250263,41.70262448010187],[-72.56988589261881,41.70289148014367],[-72.57009289269637,41.703069480171536],[-72.57027989276644,41.70323048019675],[-72.5707048929265,41.70361048025676],[-72.57076189294764,41.703655480263656],[-72.57198189340092,41.704636480414656],[-72.5722988935145,41.70481748043958],[-72.57285789371475,41.705136480483496],[-72.57310289380084,41.705246480496974],[-72.57361689398155,41.705479480525675],[-72.57384489406068,41.70556448053486],[-72.57409789414845,41.70565848054497],[-72.57470389435869,41.7058834805692],[-72.57594089478408,41.70627648060577],[-72.57602289481233,41.70630348060838],[-72.57949389600732,41.707430480715736],[-72.58029889628473,41.7076964807415],[-72.5814528966864,41.708147480791936],[-72.58146289668987,41.708151480792395],[-72.58217089693926,41.70848048083349],[-72.58319189730383,41.70904148090947],[-72.58329089733917,41.70909548091676],[-72.58362389745871,41.709289480943674],[-72.58491789792309,41.71004148104792],[-72.58504089796727,41.71011348105792],[-72.58535289807878,41.710286481081454],[-72.5855878981633,41.71042648110104],[-72.5856868981988,41.710483481108916],[-72.58669289855986,41.71106848119002],[-72.5870288986805,41.71126448121723],[-72.58779789895648,41.711711481279174],[-72.58781489896259,41.71172148128056],[-72.5890958994143,41.71232448135637],[-72.58963089960102,41.712542481381455],[-72.59025489981606,41.71274848140139],[-72.59064389995015,41.71287748141392],[-72.59097290006261,41.7129704814214],[-72.5911069001085,41.71300948142467],[-72.59117790013283,41.713030481426465],[-72.59139190020632,41.71309648143241],[-72.59146390023102,41.713118481434364],[-72.59159090027462,41.71315748143786],[-72.59197190040548,41.713275481448505],[-72.59209990044945,41.71331548145216],[-72.59273390066615,41.71349348146636],[-72.59377790102305,41.71378748148987],[-72.59462690131504,41.71405748151499],[-72.59525490153104,41.71425748153363],[-72.59563090165894,41.71435248154],[-72.5957859017121,41.714399481544135],[-72.5973599022523,41.7148794815867],[-72.59736590225435,41.714881481586914],[-72.59789190243518,41.715047481602205],[-72.59839990261214,41.71524848162489],[-72.59860490268356,41.715329481633994],[-72.59900790282558,41.7155174816575],[-72.59977790310225,41.71597048172056],[-72.59984490312692,41.7160204817281],[-72.60028290328843,41.71635048177796],[-72.6006439034272,41.71672148183823],[-72.6009729035537,41.71706048189332],[-72.60151390376274,41.71763548198731],[-72.60172590384343,41.71783948202],[-72.60209990398585,41.718200482077904],[-72.60230290406184,41.718373482104894],[-72.60291190428991,41.71889348218606],[-72.60301890432994,41.71898448220025],[-72.60311590436629,41.71906748221321],[-72.60366790456835,41.71945748227104],[-72.60532490517502,41.72062948244485],[-72.60536590519004,41.720658482449146],[-72.60582290536347,41.72108848251775],[-72.60617490549885,41.72145148257672],[-72.60636290557059,41.72163548260631],[-72.60726290592311,41.72267548277879],[-72.60763890606987,41.723100482849006],[-72.60817190627847,41.72371348295057],[-72.60850190640657,41.72407448300987],[-72.60894890658113,41.72458148309368],[-72.60900590660347,41.72464748310462],[-72.60905790662406,41.72471148311534],[-72.60911090664413,41.72476048312313],[-72.60996590697539,41.72568448327457],[-72.61069290724723,41.72629748336992],[-72.61105090737983,41.726577483412626],[-72.61238190785909,41.72737648352462],[-72.61384890838015,41.728131483623756]]]},"properties":{"name":5203.01,"geoid":"09003520301"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.50863789143848,42.0311435454092],[-72.50809689109252,42.02821254486362],[-72.50692589034341,42.02186154368122],[-72.50647589005567,42.019422543227094],[-72.50646789005029,42.01937454321812],[-72.50593688971054,42.01649254268145],[-72.50593588970987,42.01648654268033],[-72.50611688976717,42.01645454266836],[-72.50665488993663,42.016344542629994],[-72.50748589019646,42.016141542564334],[-72.5085898905418,42.015874542477626],[-72.51149389144956,42.015161542247476],[-72.51211789164434,42.01500354219711],[-72.51366089212615,42.014616542073256],[-72.51384489218547,42.014602542064665],[-72.51439789236386,42.014562542039236],[-72.51458289242355,42.01454954203081],[-72.51483489250404,42.01451754201656],[-72.51548789271436,42.014464541985426],[-72.51656689306195,42.0143785419343],[-72.51820889359284,42.014281541862985],[-72.5182188935961,42.01428154186266],[-72.51903989386032,42.01421154182285],[-72.51906089386708,42.01420954182181],[-72.51909289387741,42.01420754182041],[-72.51911489388449,42.0142055418193],[-72.51929789394329,42.01418854181016],[-72.52023089424345,42.01410754176468],[-72.52119389455338,42.014025541718006],[-72.52230889491345,42.013952541668196],[-72.52358289532422,42.013857541609056],[-72.52437089557834,42.01379954157261],[-72.52470089568492,42.013777541557815],[-72.52424589542208,42.01179954119236],[-72.52388089521084,42.010205540897786],[-72.52378389515188,42.00973254081002],[-72.52362589505617,42.0089685406683],[-72.52338189491006,42.00781754045493],[-72.52292689464828,42.005856540092694],[-72.52246989438494,42.003879539727414],[-72.52279789448951,42.00383453970826],[-72.52285689450837,42.003827539705],[-72.52377889480121,42.00368253964756],[-72.52410589490512,42.00363153962727],[-72.5242738949585,42.00360553961687],[-72.52537089530796,42.00345053955189],[-72.52916789651755,42.002915539327226],[-72.52954389663736,42.002863539305146],[-72.53043889692476,42.002776539259706],[-72.53107189712665,42.00269153922304],[-72.5315858972911,42.002631539195036],[-72.53241789755735,42.00253553914988],[-72.53314889778963,42.00242253910468],[-72.53432789816272,42.00221353902667],[-72.53483789832524,42.00214253899665],[-72.53501789838272,42.00211953898646],[-72.53616589874954,42.00197753892231],[-72.53675789893866,42.00190353888908],[-72.53757789920073,42.00180253884334],[-72.53853589950721,42.00169053879106],[-72.53912889969693,42.00162153875876],[-72.5393428997654,42.00159653874709],[-72.5395878998439,42.00156953873402],[-72.54055790015468,42.00146453868269],[-72.54096890028681,42.0014275386624],[-72.54143090043543,42.00138753863987],[-72.54420390132165,42.001047538485466],[-72.54672990212903,42.00073953834515],[-72.54791490250929,42.00062153828441],[-72.5521669038673,42.00008553804479],[-72.55252490398146,42.00003753802407],[-72.5527529040542,42.000007538010976],[-72.5533359042392,41.99991353797419],[-72.55386090440413,41.9997995379354],[-72.55442790458262,41.99968353789488],[-72.5546869046651,41.999646537879464],[-72.55496390475494,41.999635537868436],[-72.55528290485972,41.99964553786012],[-72.55541190490203,41.999648537856544],[-72.55584990504644,41.999671537846886],[-72.55623190517174,41.99968053783634],[-72.55655190527621,41.99967953782587],[-72.55694490540643,41.999711537819394],[-72.55755290560786,41.99976053780927],[-72.55765190566277,42.00015153788124],[-72.55835490601481,42.00227053826585],[-72.55841990604893,42.00249353830661],[-72.55861690615193,42.00316253842884],[-72.55868290618636,42.00338553846958],[-72.55874590621937,42.00360053850886],[-72.55893490631838,42.004245538626726],[-72.5589989063517,42.00446053866599],[-72.5590329063905,42.004939538756936],[-72.55913790650781,42.006376539029674],[-72.55917290654699,42.006856539120776],[-72.5592259066169,42.00776653929391],[-72.55929690670904,42.00895953952084],[-72.55933590674759,42.009406539605486],[-72.55936790682127,42.01050053981464],[-72.55936890682317,42.0105275398198],[-72.55936090684513,42.01095253990169],[-72.5593409068557,42.01124853995922],[-72.55932090685859,42.01141153999117],[-72.55916490685536,42.01223754015487],[-72.5591279068934,42.01310454032262],[-72.5591369069057,42.013266540353456],[-72.55916590694339,42.013754540446264],[-72.55917590695609,42.01391754047726],[-72.55919990697367,42.014086540508956],[-72.55927490702756,42.01459454060413],[-72.55929990704554,42.01476454063599],[-72.55933490708496,42.01524854072785],[-72.55934290711112,42.01565554080576],[-72.55932690714214,42.01628254092671],[-72.55933490715822,42.01651554097122],[-72.55934290716321,42.01655654097883],[-72.55936790717854,42.01668054100186],[-72.55946990722198,42.0168555410322],[-72.56048790766275,42.018726541358866],[-72.56056990770081,42.01892154139368],[-72.56062490773017,42.01911854142975],[-72.56064590774744,42.01929854146364],[-72.56051890774407,42.01995754159431],[-72.5602969077382,42.021110541822914],[-72.56021290773823,42.02158554191685],[-72.55990190773889,42.02335354226641],[-72.55983890772329,42.023439542284954],[-72.55979990771525,42.02352054230176],[-72.55975490771574,42.02378354235372],[-72.55958590771895,42.02479354255312],[-72.55958690773878,42.025130542617816],[-72.55958890774122,42.02516154262371],[-72.55961490777095,42.02552854269336],[-72.55962990778134,42.02562354271111],[-72.55968390780991,42.02581254274569],[-72.55980190788091,42.02637354284962],[-72.55985390791209,42.026618542895],[-72.56000090799425,42.027208543003574],[-72.56029790817361,42.02863154326728],[-72.56045590826892,42.02938654340719],[-72.56052590831014,42.029703543465814],[-72.56073790843449,42.0306555436418],[-72.56080890847609,42.03097354370057],[-72.5609059085297,42.03135254377023],[-72.56089190852757,42.03139454377875],[-72.56099590856613,42.03147354379056],[-72.55995190822779,42.03152154383337],[-72.55943490806195,42.03157454386018],[-72.55323090607126,42.032203544180476],[-72.55301090600042,42.032221544190996],[-72.54124790221377,42.033205544758076],[-72.54105890215287,42.03322054476703],[-72.54087090209232,42.033235544775955],[-72.54087090209238,42.03323654477613],[-72.53930390158797,42.03336854485185],[-72.53665090073379,42.03358854497934],[-72.53594090050531,42.03364954501386],[-72.53157589910008,42.03401454522417],[-72.5308898988792,42.03407154525716],[-72.5288318982167,42.034244545356486],[-72.52814689799618,42.034302545389615],[-72.52813089799102,42.03430354539033],[-72.52743989776522,42.03430354541252],[-72.52532089707276,42.034303545480576],[-72.52461489684207,42.03430354550324],[-72.52370389654438,42.034303545532495],[-72.52097389565223,42.034303545620155],[-72.52023289541009,42.03430354564394],[-72.52006389535521,42.03430954565052],[-72.51947889516518,42.03432954567314],[-72.51772389459515,42.034389545741],[-72.51733089446752,42.0344035457563],[-72.51713989440476,42.03439754576128],[-72.51554989388227,42.03434754580272],[-72.51078189231548,42.03419854592712],[-72.50919289179339,42.03414954596871],[-72.50908189172235,42.033547545856656],[-72.50874889150944,42.031744545521065],[-72.50863789143848,42.0311435454092]]]},"properties":{"name":5243,"geoid":"09003524300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.67587092316225,41.633103463229936],[-72.67565092312746,41.63375046336243],[-72.67555692311646,41.634094463432156],[-72.6755549231165,41.634106463434556],[-72.67550192311978,41.634467463506255],[-72.67548992313108,41.63473446355842],[-72.67550692315267,41.635016463612544],[-72.67554392318497,41.635372463680376],[-72.67560392322125,41.635666463735475],[-72.67586292336446,41.63670146392788],[-72.67598592343326,41.637206464021844],[-72.67623492357261,41.63823046421242],[-72.67637092365298,41.63886446433099],[-72.67677892389428,41.64076946468725],[-72.6769149239747,41.641404464806],[-72.67697692401033,41.64167546485656],[-72.67716592411821,41.64248946500832],[-72.67722992415453,41.642761465058996],[-72.67725592416933,41.64287246507968],[-72.67729892419379,41.64305646511398],[-72.67733392421373,41.64320646514192],[-72.67735992422858,41.64331846516282],[-72.67741492426198,41.64359046521377],[-72.67758292436315,41.644406465366586],[-72.67763892439693,41.64467946541772],[-72.6776919244283,41.64492746546409],[-72.67785092452255,41.64567346560363],[-72.67790392455399,41.64592246565019],[-72.67792992456917,41.64604046567223],[-72.67801092461589,41.646397465738836],[-72.67803792463147,41.646516465761046],[-72.67817792471251,41.647139465877316],[-72.67859492495305,41.64897846622043],[-72.6786049249579,41.64900646622552],[-72.67883292506619,41.64960446633413],[-72.6788979250963,41.649761466362484],[-72.67893492511261,41.64983646637584],[-72.67910192518625,41.65017446643599],[-72.67925892525751,41.65052846649957],[-72.67927492526478,41.65056446650603],[-72.67937992530973,41.65075346653931],[-72.67939892532002,41.650825466552654],[-72.67944492534487,41.65099846658471],[-72.67945492535078,41.6510454665935],[-72.6794709253602,41.651119466607334],[-72.67964592546407,41.651942466761234],[-72.67970792550089,41.652234466815855],[-72.67972392551307,41.65235646683899],[-72.67976192553485,41.65252146686974],[-72.67996492565919,41.65354346706131],[-72.67999392568738,41.653872467124145],[-72.67993592570042,41.65443246723456],[-72.6799019257085,41.65476846730076],[-72.67982592570195,41.65508746736501],[-72.67979192570073,41.65526046739962],[-72.67967692567852,41.655527467455066],[-72.67946992563725,41.65598546755045],[-72.6787419254763,41.65731946783232],[-72.67846392543237,41.658136467999576],[-72.67845292543176,41.65818846801],[-72.67841592542496,41.658280468029005],[-72.6784029254287,41.658420468056555],[-72.67839792543823,41.658616468094706],[-72.67840192547405,41.65922146821181],[-72.67859792560684,41.66043146844002],[-72.67861392561792,41.66053446845945],[-72.67866492565219,41.660844468517894],[-72.67868192566365,41.660948468537505],[-72.6787419257079,41.661381468619474],[-72.67884192577236,41.661941468724784],[-72.6788579257863,41.66209446875392],[-72.67873492577837,41.66265746886695],[-72.67860392575317,41.66296346893044],[-72.67837492570193,41.66337246901705],[-72.67776592554057,41.664019469161936],[-72.67730992541594,41.66443746925756],[-72.67681492528358,41.66494246937127],[-72.67640192517233,41.66534946946338],[-72.67516292483863,41.666571469739864],[-72.67475092472776,41.666979469832135],[-72.67469292471104,41.66701746984137],[-72.67452092466168,41.66713346986934],[-72.67446392464534,41.66717246987872],[-72.67443992463842,41.667188469882596],[-72.67424492458146,41.667302469910936],[-72.67410092453942,41.667387469932024],[-72.67398592450586,41.667455469948884],[-72.67344292434872,41.667800470033136],[-72.67302392422651,41.66804947009481],[-72.67266192412102,41.66826647014846],[-72.67240292404524,41.66841647018583],[-72.66994092332833,41.66990147055246],[-72.66982692329458,41.66996047056756],[-72.66971492326273,41.67004147058683],[-72.66942992318162,41.67024647063568],[-72.66911292309015,41.670452470685746],[-72.66848992291217,41.6708884707902],[-72.66774392270509,41.67151647093578],[-72.66737492260987,41.67195347103227],[-72.66719992256587,41.67218147108205],[-72.66707592253931,41.67242347113291],[-72.66697092251799,41.67264947118006],[-72.66652192248405,41.67461747157569],[-72.66629092247076,41.67570347179347],[-72.66626392247007,41.675845471821845],[-72.66618692246946,41.676274471907405],[-72.66616192246954,41.67641847193611],[-72.66606092245968,41.676822472017605],[-72.66599692245583,41.677120472077384],[-72.66570192243935,41.678515472357056],[-72.6655389224274,41.679236472501934],[-72.66538092241618,41.679941472643556],[-72.66537492241524,41.679959472647234],[-72.66536092241392,41.68001647265873],[-72.66535592241337,41.68003547266255],[-72.66535192241288,41.6800494726654],[-72.66534092241172,41.68009147267388],[-72.66533792241157,41.6801064726769],[-72.66493792229075,41.68027147272167],[-72.66374092192925,41.68076747285612],[-72.66334192180881,41.680933472901074],[-72.66188992135612,41.68128647301599],[-72.66035592086976,41.68151747310989],[-72.66009492079242,41.681651473144214],[-72.65931392056113,41.682055473247516],[-72.65905392048418,41.68219047328196],[-72.65905392047985,41.682114473267255],[-72.65905292047798,41.68208747326206],[-72.65904992045955,41.68178147320289],[-72.6590489204534,41.68167947318316],[-72.65904792045023,41.681629473173516],[-72.65904592044102,41.68147947314452],[-72.65904592043822,41.68143047313502],[-72.65905792040597,41.680796473011846],[-72.65909692031015,41.67889347264199],[-72.6591099202783,41.678260472518964],[-72.6590769202421,41.67781447243361],[-72.65904192020325,41.67733247234138],[-72.65897892013936,41.67657247219616],[-72.65896392012932,41.67648147217903],[-72.65889692008236,41.676040472095764],[-72.65885492006286,41.67593847207734],[-72.65872892000439,41.675632472022095],[-72.65868791998527,41.67553147200383],[-72.65866191997327,41.67546947199266],[-72.65858391993739,41.675285471959526],[-72.65855891992577,41.6752244719485],[-72.6585249199098,41.67513847193293],[-72.6584239198622,41.67488047188619],[-72.65839091984655,41.674794471870584],[-72.6583809198418,41.67476847186588],[-72.6583509198276,41.67469047185172],[-72.6583409198229,41.67466547184719],[-72.65821691976434,41.67434647178938],[-72.65805291968697,41.67392547171306],[-72.65784991959025,41.67338847161554],[-72.65783091958114,41.673337471606274],[-72.65770491952549,41.67308047156051],[-72.65741491942808,41.67302847155974],[-72.65654491913595,41.67287347155759],[-72.65625591903895,41.672822471556955],[-72.65588191891335,41.67275547155596],[-72.65476191853725,41.672555471553096],[-72.65438891841204,41.672489471552275],[-72.65394191826195,41.672409471551084],[-72.65260291781237,41.67217147154786],[-72.65215691766264,41.672092471546854],[-72.65173991752258,41.67201747154567],[-72.65063691715224,41.67182147154305],[-72.6504909171035,41.671800471543634],[-72.65007291696398,41.671740471545405],[-72.65001991694638,41.67173447154595],[-72.64986091689363,41.67171747154774],[-72.64980891687641,41.67171247154843],[-72.64953391678966,41.67176147156673],[-72.64928391671083,41.67180647158346],[-72.64871791653421,41.67194147162773],[-72.64844691644973,41.67200747164922],[-72.64813791635235,41.672064471670154],[-72.64721291606106,41.672238471733486],[-72.64690491596409,41.672296471754585],[-72.6465439158157,41.671755471661335],[-72.6464899157933,41.67167047164659],[-72.64598491558361,41.67087647150893],[-72.64572091547355,41.67045347143544],[-72.64567991545752,41.67040647142763],[-72.64526491528686,41.66978247132002],[-72.64505191519916,41.669460471264436],[-72.64484191511387,41.669163471213615],[-72.64469891505213,41.668897471166666],[-72.64428991488445,41.668291471062325],[-72.64423991486396,41.66821747104959],[-72.64395691474328,41.66771647096159],[-72.64376891465696,41.667275470882146],[-72.64308891433133,41.6654454705493],[-72.64272991415937,41.664478470373425],[-72.64280691418388,41.664468470369],[-72.64303791425732,41.6644374703556],[-72.64311591428222,41.66442847035136],[-72.64304491424093,41.664109470291805],[-72.6430289142314,41.664033470277616],[-72.64276891407945,41.662851470056864],[-72.64268291402902,41.66245746998325],[-72.64258491397183,41.66201346990035],[-72.64229391380127,41.66068146965152],[-72.64229391380115,41.660679469651136],[-72.64221891375135,41.66023346956709],[-72.64231191378111,41.660224469562365],[-72.64259091387041,41.66019746954821],[-72.64268491390057,41.66018946954365],[-72.64292791397834,41.66016546953123],[-72.64365691421158,41.66009346949393],[-72.64390091428973,41.66007046948167],[-72.64397491431353,41.660065469478326],[-72.64419891438568,41.660051469468435],[-72.64427391440987,41.66004746946526],[-72.64421191435689,41.65947146935562],[-72.64402891419896,41.65774346902657],[-72.64396791414637,41.65716846891707],[-72.64398791415196,41.65715246891334],[-72.64414291419675,41.657052468888985],[-72.6442069142153,41.65701246887919],[-72.64435991426119,41.65694346886092],[-72.6447299143751,41.65682846882678],[-72.6448959144263,41.65677846881177],[-72.64492691443522,41.65675746880671],[-72.64486391438369,41.65621246870308],[-72.64467691422975,41.65457746839217],[-72.64461491417853,41.654032468288506],[-72.64455991416092,41.65403746829125],[-72.64439691410888,41.65405546829995],[-72.64434291409164,41.65406146830283],[-72.64421091404941,41.65407446830959],[-72.64381491392291,41.6541174683306],[-72.64368391388112,41.65413246833768],[-72.64317791371802,41.654161468359504],[-72.6430899136895,41.65416346836271],[-72.64239591346467,41.6541834683888],[-72.64130891311218,41.654208468428436],[-72.64071591291997,41.654223468450326],[-72.6407249129205,41.654181468441905],[-72.64075491292306,41.65405446841631],[-72.64076491292397,41.65401346840804],[-72.6408339129329,41.653775468359704],[-72.64098991295324,41.653240468251],[-72.64102591295458,41.653057468214364],[-72.64107591295708,41.652815468165855],[-72.64122291297899,41.65235946807276],[-72.64129591299013,41.65213746802739],[-72.64153991304045,41.65162546792035],[-72.64172091308514,41.65137546786609],[-72.6418359131136,41.65121746783178],[-72.64189891312932,41.65113346781347],[-72.64191791313432,41.6511124678088],[-72.64224691322164,41.65076446773082],[-72.64238591325994,41.65064246770271],[-72.64257691331258,41.65047446766403],[-72.64283391338357,41.65025146761257],[-72.64311891345889,41.64994446754394],[-72.64312191345964,41.64994046754306],[-72.64328091350009,41.6497414674994],[-72.64354591357012,41.64945546743546],[-72.64409391370312,41.648657467263234],[-72.64471991382534,41.64722346696519],[-72.64490591385875,41.64674646686678],[-72.64494291386615,41.64666446684969],[-72.64551591399189,41.645595466624094],[-72.64558791400616,41.64543446659058],[-72.6460419141055,41.64458246641087],[-72.64636891417703,41.64396846628135],[-72.64649691420398,41.64370946622704],[-72.6469379142975,41.64282946604229],[-72.64710091431786,41.642254465925596],[-72.64725691434026,41.641755465823856],[-72.64754591438201,41.64083546563622],[-72.64772491440759,41.640260465518985],[-72.64788191443037,41.63976246541741],[-72.64806891446135,41.639236465309416],[-72.64833391450547,41.63849546515725],[-72.64863991455721,41.63765346498419],[-72.6486499145591,41.63762946497922],[-72.64876491456673,41.63710546487391],[-72.64914891468958,41.63706746485427],[-72.65042491509809,41.63694646478997],[-72.6508379152303,41.63690746476919],[-72.6508509152344,41.6369054647684],[-72.65585391681972,41.63614446446067],[-72.65764091738602,41.63587346435091],[-72.6599829181281,41.635517464206906],[-72.66364491928842,41.634960463981635],[-72.67062592150036,41.63389946355232],[-72.67086592157638,41.63386246353745],[-72.67355092242708,41.63345446337231],[-72.6756829231026,41.63313046324117],[-72.67583892315207,41.63310746323173],[-72.67587092316225,41.633103463229936]]]},"properties":{"name":5242,"geoid":"09003524200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.71513494218286,41.7422194830973],[-72.71465594202947,41.742265483121614],[-72.71449694197862,41.742281483129815],[-72.71419694188313,41.74232048314702],[-72.7133009415981,41.742439483198865],[-72.713001941503,41.742479483216215],[-72.71288394146546,41.74249548322311],[-72.7128079414413,41.74250548322748],[-72.71222894125724,41.742584483261396],[-72.71203694119625,41.74261148327279],[-72.71197294117603,41.74262248327697],[-72.71191694115812,41.74262848327993],[-72.71155694104338,41.74267248330003],[-72.71143794100547,41.74268748330675],[-72.71126394094995,41.74270748331622],[-72.71074294078392,41.742771483345365],[-72.71056994072882,41.74279348335518],[-72.71029694064242,41.74283748337248],[-72.7101989406114,41.742853483378724],[-72.71007794057316,41.74287348338649],[-72.70982894049433,41.742913483402226],[-72.70975494047067,41.742921483406164],[-72.70953594040095,41.74294948341861],[-72.70946294037769,41.74295848342271],[-72.70941894036353,41.7429614834247],[-72.70929094032252,41.74297348343114],[-72.70924794030874,41.7429774834333],[-72.70894794021291,41.74301048344933],[-72.70804793992559,41.74311248349801],[-72.70774893983014,41.7431464835142],[-72.70751893975671,41.743172483526635],[-72.70683093953731,41.74325448356462],[-72.7066019394643,41.743282483577396],[-72.70622893934541,41.743327483598094],[-72.7056559391628,41.74339848363026],[-72.7051099389888,41.743465483660785],[-72.70473793887027,41.74351148368164],[-72.7046129387972,41.742947483576614],[-72.704441938697,41.742171483432074],[-72.70423893857846,41.74125748326189],[-72.70411493850577,41.740694483157014],[-72.70407193848139,41.74051348312338],[-72.70385393841194,41.740540483135625],[-72.70369693836193,41.740560483144534],[-72.7040249384522,41.740271483078125],[-72.70402593845253,41.74027148307809],[-72.70391593838751,41.739762482983195],[-72.70387993836603,41.739592482951494],[-72.7038429383435,41.73940948291729],[-72.70383593833903,41.73937148291016],[-72.70372593827402,41.73886248281527],[-72.70368693825087,41.73868048278134],[-72.70364893822843,41.73850448274853],[-72.70354293816489,41.73799848265407],[-72.70353693816173,41.737977482650216],[-72.7034939381378,41.737804482618145],[-72.70348693813385,41.73777548261276],[-72.70346693812246,41.73769048259698],[-72.7034609381189,41.737662482591745],[-72.70341593809324,41.73747048255607],[-72.70328393801722,41.736894482448925],[-72.70323993799194,41.736703482413404],[-72.70317593796025,41.73651448237893],[-72.7029839378654,41.73595048227602],[-72.70291993783376,41.73576248224173],[-72.70362493805617,41.735636482194685],[-72.70574093872368,41.735257482053335],[-72.70644693894648,41.735132482006456],[-72.70639793891957,41.7349414819711],[-72.7062509388389,41.73436948186521],[-72.70620293881237,41.73417948183001],[-72.70612893877743,41.733990481795836],[-72.70598993871192,41.733637481732046],[-72.70597593869499,41.73342148169072],[-72.70597793869506,41.73341148168871],[-72.7060289387005,41.733216481649364],[-72.70589793865891,41.73323548165725],[-72.70550793853509,41.733291481680624],[-72.7053779384939,41.73331148168867],[-72.70535493846772,41.73298548162636],[-72.7052859383892,41.732007481439446],[-72.705262938363,41.73168148137714],[-72.70521293830679,41.730984481243944],[-72.70516293824952,41.73026948110725],[-72.70514793824023,41.73019248109284],[-72.70526193826302,41.72994248104083],[-72.70527893826426,41.729867481025764],[-72.70530493826689,41.72976548100521],[-72.7053019382507,41.72950048095406],[-72.70530193824928,41.72947548094921],[-72.70526593822414,41.72924148090512],[-72.70525393821578,41.72916348089041],[-72.7053299382278,41.72894148084504],[-72.70535293823161,41.72887748083192],[-72.70535293821666,41.72861648078143],[-72.70530493818006,41.728250480712184],[-72.70522193815033,41.728203480705766],[-72.70519293813523,41.728104480687534],[-72.7051769381268,41.728048480677224],[-72.70516893810722,41.727752480620246],[-72.70515493808891,41.72751248057425],[-72.70514493807437,41.727315480536475],[-72.70475093796746,41.72768948062148],[-72.70473293796165,41.727690480622265],[-72.70469593794974,41.72769248062385],[-72.70463993793149,41.72769248062564],[-72.70447293787733,41.727696480631785],[-72.70441793785953,41.72769848063393],[-72.70436993784395,41.72769948063568],[-72.70422993779853,41.72770248064075],[-72.70418293778334,41.72770448064265],[-72.70411593773768,41.72728848056434],[-72.70391493760083,41.72604248032979],[-72.70384793755522,41.725627480251674],[-72.70398493759933,41.72561848024553],[-72.70439593773169,41.72559248022728],[-72.70453393777619,41.7255844802213],[-72.70459393778336,41.72536848017758],[-72.70460893778542,41.72531948016761],[-72.704776937806,41.72472348004694],[-72.70483893781388,41.72450848000335],[-72.70505893788322,41.724468479988545],[-72.70571893809132,41.72434847994409],[-72.70593893816068,41.7243084799293],[-72.70679793843914,41.72428547989723],[-72.70937493927448,41.724216479801],[-72.71023393955294,41.72419347976893],[-72.71110593983212,41.724109479724625],[-72.71372394067033,41.723857479591686],[-72.71413894080325,41.72381847957078],[-72.71456194093071,41.72363847952236],[-72.71458894095227,41.723861479564626],[-72.71466994101706,41.72453147969162],[-72.71469794103902,41.72475547973404],[-72.71470294104971,41.724913479764446],[-72.71471894108225,41.7253904798562],[-72.71472494109331,41.72554947988676],[-72.71473194110494,41.72571247991809],[-72.71475494114064,41.72620448001249],[-72.71476294115264,41.72636848004395],[-72.71478794119061,41.726888480143735],[-72.71486594130556,41.72845048044335],[-72.71488294133123,41.72880148051068],[-72.71489194134388,41.72897148054327],[-72.71491294137826,41.729451480635426],[-72.71497894148231,41.730891480911815],[-72.71499194150385,41.7311934809698],[-72.71500094151702,41.731371481003926],[-72.71499194152594,41.73157848104426],[-72.71496594155325,41.73220248116577],[-72.71495794156257,41.73241048120626],[-72.71493594157423,41.732738481270395],[-72.71486894160893,41.733724481463234],[-72.71484794162097,41.73405348152752],[-72.71485694166113,41.734702481652725],[-72.7148859417824,41.73665248202889],[-72.71489594182293,41.73730248215426],[-72.71520594211219,41.7405844827789],[-72.71513494218286,41.7422194830973]]]},"properties":{"name":5247,"geoid":"09003524700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.66107092828979,41.807091497369825],[-72.66092392824204,41.80709449737513],[-72.66048292809897,41.80710649739163],[-72.66033692805168,41.80711149739727],[-72.66026892802812,41.80708749739485],[-72.66014692798876,41.80709449740012],[-72.66000592794406,41.807116497408906],[-72.6590089276282,41.807275497471636],[-72.65878792755822,41.807311497485685],[-72.65867592752245,41.8073244974918],[-72.65860192748177,41.80703649743858],[-72.65847592741216,41.80653949734668],[-72.65839692736517,41.806169497277786],[-72.65833492732831,41.805879497223785],[-72.65833892732783,41.80584849721767],[-72.65835392732748,41.80575749719963],[-72.6583589273274,41.80572749719366],[-72.65849692737245,41.805728497189435],[-72.658608927409,41.80572949718601],[-72.65877992746698,41.80576849718805],[-72.65894292752226,41.805805497189944],[-72.66001792788882,41.80608649720965],[-72.66043092802964,41.80619449721721],[-72.66210092855094,41.80579249708592],[-72.66274292875137,41.80563849703554],[-72.66286192855253,41.80150049623276],[-72.66250592843515,41.80147749623978],[-72.66085592789129,41.801372496272535],[-72.66079092786987,41.80136849627386],[-72.66060192780931,41.80138649628341],[-72.66029492771095,41.80141649629906],[-72.66012392766646,41.8016124963424],[-72.66000092763464,41.80175649637417],[-72.65933692745729,41.802437496527],[-72.6583349271691,41.80310649668838],[-72.65803592708983,41.80342349675921],[-72.6577869270244,41.80369749682012],[-72.65745592694955,41.80427349694197],[-72.6573109269105,41.80441649697423],[-72.65687792679411,41.80484749707137],[-72.65673392675544,41.80499149710381],[-72.65637892666032,41.80535049718452],[-72.65573592648808,41.80600149733088],[-72.65513892629674,41.80605849736107],[-72.65463692613592,41.80610749738667],[-72.65498092621912,41.805603497278305],[-72.65545892633499,41.80490749712856],[-72.65599992646396,41.804082496951885],[-72.65633492654395,41.80357349684285],[-72.6564869265806,41.80334849679451],[-72.65694592669144,41.802673496649426],[-72.6570249267106,41.80255849662467],[-72.65709892672845,41.80244949660126],[-72.65721692675666,41.80227049656289],[-72.6574359268091,41.801940496492136],[-72.65806192695868,41.80099149628877],[-72.65828792701278,41.80065049621566],[-72.66039292752401,41.79760349555963],[-72.6608739276405,41.7969014954086],[-72.66103192767883,41.7966724953593],[-72.66202192791894,41.79523349504958],[-72.66203892792339,41.79521449504537],[-72.66208992793673,41.79515749503272],[-72.66210692794118,41.79513849502851],[-72.66287692813947,41.79422049482647],[-72.66299292816943,41.79408349479628],[-72.66379692838338,41.7932454946086],[-72.66470992863125,41.79237949441199],[-72.665436928829,41.791696494256726],[-72.6654599288353,41.79167549425192],[-72.66627492905295,41.790839494064265],[-72.66677292917186,41.79008349390224],[-72.66826792952907,41.78781749341651],[-72.66876692964834,41.787062493254645],[-72.66884192967258,41.78705849325145],[-72.66906692974533,41.787048493242295],[-72.66914292976992,41.78704549323926],[-72.66931592982539,41.78702949323062],[-72.66983892999322,41.786983493204914],[-72.67001293004907,41.78696849319642],[-72.67045193018949,41.786922493173414],[-72.671771930612,41.786788493105114],[-72.67221193075285,41.78674449308246],[-72.67254193085876,41.78671549306624],[-72.67353193117641,41.786628493017616],[-72.67386193128229,41.7865994930014],[-72.67373393125744,41.7868934930623],[-72.6735009312057,41.78731449315111],[-72.67332493116452,41.78759649321124],[-72.67299693107915,41.787971493294215],[-72.67191093078812,41.78906749354081],[-72.67232093092737,41.789165493546555],[-72.67355293134584,41.78946049356392],[-72.67396393148547,41.789559493569826],[-72.67420393156695,41.789616493573114],[-72.67492393181143,41.78978749358299],[-72.675163931893,41.78984549358648],[-72.67542793198243,41.78990449358939],[-72.67622293225168,41.79008149359802],[-72.6764879323415,41.79014149360107],[-72.67651093234946,41.790149493601874],[-72.67657993237344,41.79017549360467],[-72.67660393238177,41.79018449360564],[-72.67689293247986,41.790252493609486],[-72.67776293277511,41.79045649362091],[-72.67805293287358,41.790525493624905],[-72.67799193286578,41.79073549366742],[-72.67781093284302,41.791366493795095],[-72.6777509328356,41.79157749383779],[-72.67773193283358,41.791650493852494],[-72.67767693282835,41.79187149389695],[-72.67765893282673,41.791945493911804],[-72.67762493282231,41.7920614939353],[-72.67752393280938,41.79240949400577],[-72.67749093280534,41.792526494029424],[-72.67743993279906,41.79270649406584],[-72.67728793278047,41.793245494174805],[-72.67723793277457,41.793426494211346],[-72.67716893276547,41.793659494258584],[-72.67696393273886,41.79435949440037],[-72.67689593273015,41.79459349444774],[-72.6767439327111,41.795124494555175],[-72.67653693268568,41.79585649470317],[-72.67630293265519,41.79665349486461],[-72.6762809326517,41.796717494877655],[-72.67610993262618,41.79724349498474],[-72.67604093261816,41.797495495035626],[-72.67583393259419,41.79825249518846],[-72.67576593258656,41.798505495239496],[-72.67626993275645,41.79860349524222],[-72.67631693277235,41.79861349524263],[-72.67779393326691,41.798842495239334],[-72.67830293343735,41.79892149523821],[-72.67879393360198,41.79900149523786],[-72.68026893409653,41.79924149523676],[-72.68076093426154,41.79932249523656],[-72.68137293446658,41.7994194952356],[-72.68181693461526,41.79948849523463],[-72.68435793546644,41.79988849523009],[-72.684984935677,41.79999649523078],[-72.6857279359266,41.800125495231775],[-72.68603993603121,41.80017649523157],[-72.68605893606879,41.800722495336395],[-72.68611793618217,41.80236049565073],[-72.68613793622013,41.8029074957557],[-72.68502093586918,41.80313549583567],[-72.68488193582392,41.803136495840334],[-72.68448693569938,41.80320949586715],[-72.6843549356578,41.80323449587622],[-72.68433793565248,41.80323849587754],[-72.68324693530998,41.80346649595668],[-72.68161893479413,41.803723496058666],[-72.6756329328973,41.804668496433706],[-72.67291493203533,41.80508549660167],[-72.67241893187806,41.80516249663248],[-72.66801593048163,41.805837496904424],[-72.66347892904274,41.80653449718487],[-72.66330192898792,41.80658449720021],[-72.66277392882455,41.80673649724654],[-72.6625979287701,41.80678749726203],[-72.66236892869728,41.80681949727558],[-72.66168292847931,41.806917497316554],[-72.66159892845266,41.80693049732178],[-72.66152392842965,41.806955497329014],[-72.6614809284185,41.80700549734004],[-72.66139792839242,41.80702249734599],[-72.66115292831549,41.80707349736371],[-72.66107092828979,41.807091497369825]]]},"properties":{"name":5244,"geoid":"09003524400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.68068493268959,41.7723774900345],[-72.68070193269445,41.77236549003163],[-72.68075493270987,41.77233349002375],[-72.6807729327151,41.77232249002105],[-72.68097693276765,41.77207948996754],[-72.68102293277941,41.77202348995523],[-72.68128293284657,41.77171748988775],[-72.68153793290774,41.771335489805736],[-72.68166793293405,41.77105548974746],[-72.68169793294014,41.770991489734136],[-72.68177193294648,41.77068148967185],[-72.68176893294233,41.77062648966132],[-72.68176293293098,41.77046248962983],[-72.68176093292723,41.77040848961946],[-72.68175893291935,41.770282489595175],[-72.68175293289572,41.769904489522325],[-72.6817519328882,41.7697794894982],[-72.68175593286973,41.7694344894314],[-72.68177093281524,41.76839948923092],[-72.68177593279712,41.76805548916429],[-72.68178593279819,41.76801748915662],[-72.68181993280285,41.76790548913388],[-72.68183193280466,41.76786848912635],[-72.6820319328502,41.76752648905383],[-72.68206693285828,41.767468489041484],[-72.68227493291107,41.76720748898437],[-72.68265793301379,41.766822488897645],[-72.68285193306835,41.76667148886224],[-72.68301793311514,41.76654448883236],[-72.68317393316,41.76644048880725],[-72.6832069331695,41.76641848880194],[-72.68330993319945,41.766355488786445],[-72.68334393320939,41.76633548878148],[-72.68339193322342,41.76630748877454],[-72.68353793326628,41.766225488753996],[-72.6835869332807,41.76619848874719],[-72.683809933349,41.76612248872535],[-72.68396393339626,41.76607148871054],[-72.68444993354704,41.7659394886694],[-72.68449093355981,41.76592948866615],[-72.68472193363223,41.765879488649055],[-72.68475393364231,41.765873488646875],[-72.68485393367389,41.76585648864036],[-72.68488693368437,41.76585148863833],[-72.68519593378234,41.765804488619324],[-72.6853529338322,41.765781488609825],[-72.68613393408667,41.765781488584715],[-72.68644793418899,41.765781488574625],[-72.6864969341808,41.76536048849169],[-72.68651993417727,41.76516848845385],[-72.68657793414415,41.76426148827668],[-72.68658093414197,41.76420648826597],[-72.68658593413889,41.76412448824997],[-72.68658793413765,41.764091488243515],[-72.68661493412223,41.76366948816109],[-72.68686793420726,41.76371448816166],[-72.687628934463,41.76385048816348],[-72.68788293454841,41.763896488164185],[-72.68811093462247,41.76389248815608],[-72.68813393462979,41.76388948815477],[-72.68888593487102,41.76382348811784],[-72.68913693495159,41.763802488105696],[-72.68938893503238,41.76377948809315],[-72.69014593527527,41.76371348805605],[-72.69039893535648,41.76369248804385],[-72.69058393541573,41.763674488034425],[-72.69113893559344,41.76362048800613],[-72.69132493565309,41.76360348799686],[-72.69272493609978,41.76343848791995],[-72.69302093619532,41.76342348790754],[-72.69359293638006,41.76339448788353],[-72.69359393638037,41.763394487883495],[-72.69368793642569,41.76365048792995],[-72.69373793645306,41.76384348796564],[-72.69375993646676,41.76395748798694],[-72.69379693649482,41.764236488039685],[-72.69382793652537,41.76459248810749],[-72.69382793655711,41.76514548821435],[-72.69379393660554,41.76618248841584],[-72.69377393669268,41.76781448873185],[-72.69378493671132,41.76807648878211],[-72.69381793676719,41.768862488932946],[-72.69382993678619,41.76912548898337],[-72.69380393679053,41.769348489027294],[-72.69372693680396,41.77001948915941],[-72.69370193680865,41.7702434892035],[-72.69335993669081,41.77013148919287],[-72.69233693633818,41.769795489160856],[-72.69199593622069,41.769684489150364],[-72.69170093611953,41.76959648914286],[-72.69127093597208,41.76946848913196],[-72.69105093589607,41.76939348912455],[-72.69081493581626,41.7693424891223],[-72.69051493571487,41.76927948911976],[-72.69044393570634,41.76953348917114],[-72.69023293568137,41.77029648932536],[-72.6901629356732,41.77055148937686],[-72.69003393565613,41.77098648946507],[-72.68964593560479,41.772294489730285],[-72.6895179355881,41.772730489818635],[-72.6898309356925,41.77277248981668],[-72.69076993600572,41.77289848981082],[-72.69108393611049,41.77294148980903],[-72.69142893622607,41.772996489808556],[-72.69246393657274,41.77316048980693],[-72.69280893668837,41.77321648980665],[-72.6930979367854,41.77326648980703],[-72.69368993698416,41.77336848980768],[-72.69396693707718,41.77341648980805],[-72.6942569371746,41.773467489808574],[-72.69431193719309,41.773477489808734],[-72.69447993724962,41.773508489809316],[-72.69453593726851,41.77351948980964],[-72.69491393739496,41.773576489808484],[-72.69605093777531,41.77374848980513],[-72.69642993790214,41.77380648980413],[-72.69710393812801,41.773915489803514],[-72.69912593880564,41.774242489801615],[-72.69980093903192,41.774352489801146],[-72.69964593899994,41.774675489868535],[-72.69918393890501,41.775643490070415],[-72.69903093887375,41.775967490137944],[-72.69896293886009,41.77611549016871],[-72.69875893881913,41.77655949026104],[-72.69869093880548,41.77670749029182],[-72.69866193879913,41.776761490303194],[-72.69857693878073,41.77692349033723],[-72.69854893877478,41.77697849034875],[-72.6985119387676,41.777063490366366],[-72.69840193874634,41.777317490418966],[-72.69836593873954,41.77740349043674],[-72.69829893872598,41.77754749046672],[-72.69809893868576,41.777981490556996],[-72.69803293867257,41.778126490587134],[-72.69797993866186,41.778240490610855],[-72.69782193863007,41.7785834906822],[-72.69776993861973,41.7786984907061],[-72.69674793826063,41.77824449065128],[-72.69604793801588,41.77795449061778],[-72.695658937882,41.77783049060636],[-72.69536893778222,41.77773849059791],[-72.69447693747908,41.77752149058469],[-72.69408193734486,41.777425490578864],[-72.69383093725962,41.77736549057534],[-72.69308093700495,41.777186490564894],[-72.6928309369201,41.77712749056155],[-72.69258193683552,41.77706749055796],[-72.69183493658184,41.77688849054743],[-72.6915859364973,41.77682949054403],[-72.69128893639628,41.776755490539315],[-72.69039793609323,41.77653449052527],[-72.6901019359926,41.77646149052068],[-72.68984993590699,41.77640049051701],[-72.68909593565088,41.7762194905063],[-72.68884493556565,41.77615949050277],[-72.68860793548487,41.77609749049844],[-72.68809593531039,41.77596449048921],[-72.68789893524304,41.775909490484906],[-72.68784093522328,41.77589449048387],[-72.68766893516344,41.77582849047665],[-72.68749093510188,41.77576649047041],[-72.68730993503652,41.77565549045479],[-72.68707593495097,41.77549349043102],[-72.68698393491687,41.775421490420065],[-72.68668793480727,41.775192490385336],[-72.68654693475523,41.77508649036939],[-72.68640593470555,41.775021490361375],[-72.68568493445161,41.774690490320616],[-72.68389393382094,41.77387049021979],[-72.68229193325708,41.77314149013046],[-72.68204993317156,41.77302549011582],[-72.68132493291553,41.772680490072474],[-72.68108393283039,41.77256549005801],[-72.68100393280213,41.77252749005323],[-72.68093493277782,41.772495490049266],[-72.68076393271745,41.77241449003912],[-72.68068493268959,41.7723774900345]]]},"properties":{"name":5246,"geoid":"09003524600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.88979800038074,41.76509048187018],[-72.8898590004076,41.765211481891576],[-72.89004500048918,41.76557448195564],[-72.89010800051675,41.765696481977145],[-72.89030700060704,41.76613648205564],[-72.89079500082832,41.76721348224774],[-72.89083100084889,41.76736648227612],[-72.89084200085891,41.767477482297195],[-72.8908480008637,41.76752648230645],[-72.89083000088306,41.76796148239103],[-72.89081400089951,41.768335482463755],[-72.8907680009496,41.76945848268208],[-72.89075300096644,41.76983348275497],[-72.89074700097271,41.76997548278258],[-72.89074300097849,41.77009748280626],[-72.89073000099197,41.77040348286576],[-72.89072500099863,41.77054648289354],[-72.89072100100192,41.77062548290892],[-72.89071200101283,41.770864482955346],[-72.8907090010165,41.7709444829709],[-72.89070500101961,41.77102048298569],[-72.8906970010303,41.77125048303037],[-72.89069400103381,41.77132748304532],[-72.89069100103602,41.771382483056044],[-72.89068500104374,41.771549483088464],[-72.89068300104634,41.77160548309935],[-72.89068000104889,41.771666483111225],[-72.89067300105732,41.77185148314718],[-72.89067100106027,41.771913483159196],[-72.8906610010703,41.77214248320374],[-72.89063400110136,41.772830483337444],[-72.89062500111177,41.77306048338213],[-72.89059000112391,41.77346648346166],[-72.8904860011607,41.77468548370035],[-72.89045200117322,41.77509248378003],[-72.89041600118502,41.775498483859586],[-72.89031200122194,41.77671948409865],[-72.89027800123446,41.77712648417833],[-72.89026000126987,41.77783848431634],[-72.89027200128224,41.77798448434413],[-72.89038400139204,41.779249484584675],[-72.89044100142424,41.77948448462818],[-72.89048400144718,41.77963848465651],[-72.89075300156043,41.78008148473329],[-72.89098100164992,41.78034448477664],[-72.89100900166066,41.78037248478113],[-72.89150400184978,41.78085448485809],[-72.89161900189441,41.78097848487828],[-72.8917330019386,41.781100484898126],[-72.89176400195062,41.78113348490349],[-72.89185800198709,41.78123448491992],[-72.89212900209644,41.78159848498139],[-72.8921440021038,41.7816414849892],[-72.89221300213799,41.781843485025945],[-72.89228600217862,41.78213448507975],[-72.8925060023009,41.783007485241086],[-72.89255600232867,41.78320548527768],[-72.8925730023397,41.78330048529546],[-72.89268100240608,41.783838485395776],[-72.89269700241576,41.78391548541012],[-72.892722002431,41.78403848543305],[-72.89280500248212,41.784453485510454],[-72.89284600251379,41.7847694855701],[-72.89276900254754,41.78578348576829],[-72.89272300256891,41.786410485890805],[-72.89270100259444,41.78697348600015],[-72.89268200261915,41.78750648610364],[-72.89268300265178,41.78806348621109],[-72.89271200269174,41.78858948631164],[-72.89271900269844,41.788665486326096],[-72.8927760027496,41.78922748643269],[-72.89290000284062,41.79010048659713],[-72.8929290028615,41.790297486634195],[-72.89310600299055,41.79152848686598],[-72.89311100301566,41.79193348694396],[-72.89305100301617,41.792278487012474],[-72.89294100300353,41.79267848709324],[-72.89292600300051,41.7927104870999],[-72.89277900297162,41.793037487167766],[-72.8925070029049,41.793414487249365],[-72.89246900289515,41.79345948725927],[-72.8922750028454,41.79369048731015],[-72.89224600283804,41.79372648731803],[-72.89196000276121,41.79400748738155],[-72.89186400273465,41.79408848740031],[-72.89161000266418,41.794299487449265],[-72.89138000260053,41.794493487494165],[-72.8912220025568,41.79462648752496],[-72.89121500255497,41.79463448752674],[-72.89109800252547,41.79478248755911],[-72.89100900250595,41.79494548759343],[-72.89095500249844,41.79511948762876],[-72.89093400249695,41.79521148764721],[-72.89088800249426,41.7954234876896],[-72.89079400250039,41.79605648781479],[-72.8906730025084,41.79687348797635],[-72.8906000025047,41.79721948804548],[-72.89034000246032,41.7979134881878],[-72.8901170024225,41.79851348831082],[-72.89009900241926,41.7985584883201],[-72.89004700241021,41.79869448834801],[-72.89003100240768,41.7987404883574],[-72.88990800238625,41.79906148842334],[-72.8896660023444,41.79969848855409],[-72.88963500233902,41.79977948857073],[-72.88952100231558,41.80001548861998],[-72.88937200228506,41.800325488684614],[-72.88919100224788,41.80070048876283],[-72.88918300224601,41.800713488765595],[-72.88875000215154,41.801515488934385],[-72.88870100214477,41.80167348896646],[-72.88865500214227,41.801888489009414],[-72.88864400214183,41.8019424890202],[-72.88857700214153,41.80231348909395],[-72.88852500213689,41.80252548913653],[-72.88837100212383,41.80316448926482],[-72.88837100212395,41.80316648926519],[-72.88832000211958,41.80337748930754],[-72.8882540021133,41.803639489360236],[-72.8881260021018,41.804159489464716],[-72.88806700209831,41.80443048951889],[-72.88801100209547,41.80469548957185],[-72.88796500209547,41.80495348962311],[-72.88782900209628,41.805730489777396],[-72.88778400209665,41.80598948982882],[-72.88769700209711,41.806485489927326],[-72.88743600209872,41.8079774902236],[-72.88735000209957,41.80847449032225],[-72.8873360021314,41.80910149044364],[-72.8873260021569,41.809596490539434],[-72.88736700225085,41.81098449080581],[-72.88738600229351,41.81161249092631],[-72.88739400230315,41.811733490949386],[-72.88741800233204,41.812096491018615],[-72.88742700234198,41.81221749104165],[-72.88747400236609,41.81236849106926],[-72.88761500243847,41.81282449115262],[-72.88766300246293,41.81297649118037],[-72.88772100249263,41.81316249121435],[-72.88789500258184,41.81372249131668],[-72.88791800259362,41.81379649133023],[-72.88795000261065,41.81391049135116],[-72.88777200255454,41.81394249136313],[-72.88633500208539,41.813923491406165],[-72.8858450019244,41.813899491417466],[-72.88463900153938,41.814033491482505],[-72.88326600110332,41.81422549156415],[-72.88174400061928,41.814426491652355],[-72.88103300039265,41.81451249169208],[-72.88093000035951,41.81451949169675],[-72.88082700032645,41.81452749170166],[-72.88072900029492,41.81453449170619],[-72.88054000023448,41.814553491715984],[-72.88042500019772,41.814565491722036],[-72.87902799975828,41.81483449181931],[-72.8788759997096,41.81484849182694],[-72.87844699957334,41.81490849185246],[-72.87716199916518,41.81508749192873],[-72.87673399902933,41.8151484919544],[-72.87633999890627,41.81523949198475],[-72.87572799871528,41.8153834920324],[-72.87520399855302,41.81552849207739],[-72.87516599854122,41.81553849208055],[-72.87477799842115,41.81564749211418],[-72.87476299841634,41.81564849211487],[-72.87471999840263,41.81565349211722],[-72.87470599839816,41.81565549211806],[-72.87481299838879,41.81489349196763],[-72.87498699837,41.813593491711266],[-72.87498499836548,41.81352649169839],[-72.87496099829144,41.81238549147911],[-72.87490099819394,41.81104249122204],[-72.87419199783855,41.80889749083134],[-72.87354599754865,41.80752749058805],[-72.87344799750763,41.807370490560956],[-72.8732309974168,41.80702349050107],[-72.8734309973818,41.80529749016161],[-72.87339399735066,41.804968490099355],[-72.87336799733397,41.80482649007281],[-72.87330199729152,41.80446549000532],[-72.8733329972786,41.80406848992772],[-72.87343899729699,41.80379048987066],[-72.87354299731736,41.80355748982231],[-72.87359899733038,41.80346748980315],[-72.87385499739054,41.803067489717655],[-72.87419499748104,41.80271848963929],[-72.8746339975981,41.80227148953881],[-72.8751219977301,41.801807489433436],[-72.87522899775789,41.801685489406424],[-72.87534799778898,41.80155348937709],[-72.87551399782791,41.80129248932135],[-72.87469999756539,41.80133748935646],[-72.87226099677895,41.801473489461905],[-72.87144899651715,41.801519489497146],[-72.8715669964969,41.80050748929807],[-72.87144399636776,41.79897148900572],[-72.87140999635459,41.79893548899989],[-72.87042399597385,41.79790748883355],[-72.8703429959389,41.79775948880762],[-72.87027699590656,41.79757248877368],[-72.87011599583732,41.79728248872296],[-72.86976299569719,41.79684848865066],[-72.86955799561709,41.796618488612935],[-72.86918999545648,41.79591548848925],[-72.86905099539214,41.795586488430274],[-72.86891799531445,41.79499348832017],[-72.86892499530977,41.79487348829679],[-72.86890299529622,41.79476348827625],[-72.86892499529192,41.794565488237346],[-72.86889599527233,41.79439048820451],[-72.86868999518583,41.794055488146554],[-72.86816099497696,41.793424488041964],[-72.8680289949203,41.793188488000716],[-72.86805099492571,41.79315848799422],[-72.8680639949289,41.793140487990314],[-72.86804599492149,41.7931134879857],[-72.86798499490057,41.793095487984196],[-72.86774999479636,41.79261748789957],[-72.86765699475006,41.79234148784934],[-72.86761799473047,41.79222248782765],[-72.86739699463624,41.79183848776072],[-72.86732399460608,41.79172848774185],[-72.86709599452071,41.7915364877122],[-72.86675199439634,41.79132348768227],[-72.86611299416217,41.79087348761615],[-72.86592199408818,41.79067048758318],[-72.86586299406132,41.790538487559616],[-72.86620099417425,41.790587487558106],[-72.86661099429885,41.79043348751507],[-72.86694599439721,41.7902484874685],[-72.86771099462207,41.78982948736281],[-72.86831199480604,41.78962648730413],[-72.86871599493789,41.78963148729198],[-72.86919199509866,41.78973048729566],[-72.86971999527502,41.78980648729318],[-72.87027399545426,41.78978648727132],[-72.87035099547923,41.78978448726844],[-72.8705789955541,41.78979548726318],[-72.87080599562576,41.78975648724828],[-72.87092999566332,41.789707487234786],[-72.87125999575994,41.78952048718799],[-72.87135499578717,41.78945648717256],[-72.87129499576614,41.789430487169476],[-72.87111699570383,41.78935548716079],[-72.87105799568316,41.78933048715788],[-72.87073999557346,41.78922448714774],[-72.87039099545596,41.78915848714634],[-72.86999899532762,41.78914648715675],[-72.86994999531184,41.78914948715893],[-72.86976099525099,41.78916148716736],[-72.86953799517951,41.78918148717848],[-72.8668309943177,41.78952248733212],[-72.86658199423812,41.78954848734523],[-72.86545799387919,41.78967148740544],[-72.86526099380963,41.7895784873939],[-72.86480599365039,41.78938748737179],[-72.86477699364025,41.78937548737042],[-72.86470399361201,41.789298487357925],[-72.8647179936007,41.789024487304594],[-72.86479899360987,41.78872748724465],[-72.86475399357425,41.78836548717624],[-72.86464399350095,41.78771848705494],[-72.86466599350459,41.787657487042445],[-72.86464099348896,41.78752848701837],[-72.86444799342408,41.78749348701788],[-72.8643699933978,41.787478487017516],[-72.8640749933043,41.787522487035574],[-72.86374099319477,41.787509487043906],[-72.86374599319157,41.7874264870277],[-72.8637619931837,41.78720048698359],[-72.86376299318282,41.7871794869795],[-72.86377099318068,41.787097486963404],[-72.86378499317539,41.786927486930146],[-72.8638409931756,41.786616486868304],[-72.86384599317596,41.78659448686388],[-72.86424699322122,41.785121486566574],[-72.86425099322177,41.78510848656394],[-72.86436299323034,41.78462648646726],[-72.86442699323524,41.78435148641212],[-72.86443699323613,41.78431048640388],[-72.86445899322585,41.784009486345056],[-72.86446399321139,41.783731486291245],[-72.86444699319294,41.78350848624876],[-72.86443999318452,41.783402486228525],[-72.86440999316473,41.78322948619609],[-72.86433799311729,41.78281548611852],[-72.86412199297503,41.781573485885794],[-72.86405099292793,41.78115948580817],[-72.86399699289599,41.78091148576207],[-72.86383699280091,41.780169485624015],[-72.86378399276934,41.779922485578034],[-72.8637449927445,41.779712485538774],[-72.86362899267024,41.77908248542092],[-72.86359099264578,41.77887348538182],[-72.86352699260726,41.77856848532501],[-72.86333799249282,41.77765448515469],[-72.86332599248543,41.77759448514349],[-72.86327499245469,41.77735048509804],[-72.863180992404,41.7770034850341],[-72.86315199238837,41.77689648501438],[-72.86292299227605,41.77624448489594],[-72.86280599222341,41.77599348485128],[-72.86265399215509,41.775668484793464],[-72.86264999215338,41.77566148479225],[-72.86264099214937,41.77564248478886],[-72.86263799214804,41.77563648478781],[-72.86241599204965,41.775185484707926],[-72.86199099186112,41.77431948455453],[-72.86175599175641,41.773832484468116],[-72.8615389916596,41.77338048438789],[-72.8614789916349,41.773291484372656],[-72.86130199156182,41.77302448432683],[-72.86124399153776,41.77293548431153],[-72.86105599146012,41.7726514842628],[-72.86051899123838,41.77184148412383],[-72.8604949912281,41.7717984841163],[-72.86033299115809,41.771500484064006],[-72.86028099113149,41.771333484033455],[-72.86012499105176,41.77083348394197],[-72.86007399102556,41.77066748391157],[-72.85996799097117,41.77032448384878],[-72.85980699088861,41.769803483753385],[-72.85969899083638,41.76950848369993],[-72.85965399081218,41.76934348366954],[-72.85964499080664,41.76929848366115],[-72.85961699078906,41.76915248363385],[-72.85961099077498,41.768942483593506],[-72.85956299075599,41.76888448358385],[-72.85952299073817,41.76880148356911],[-72.85949999072622,41.76872448355499],[-72.85928799061617,41.76801548342497],[-72.85921799057972,41.767779483381645],[-72.85911499052368,41.76739048330988],[-72.8588059903556,41.766224483094746],[-72.85870399029996,41.765836483023115],[-72.85859699023855,41.76537748293795],[-72.85842799014154,41.76465148280323],[-72.85826599005144,41.764005482683714],[-72.85815298998826,41.76354948259931],[-72.85809298995491,41.7633104825551],[-72.85801598991196,41.76300148249792],[-72.85791698985607,41.76259248242214],[-72.85789798984548,41.762516482408074],[-72.85814998992846,41.762532482402996],[-72.85887599016752,41.762578482388335],[-72.85928999030403,41.76260848238073],[-72.85953099038426,41.762638482378705],[-72.86034999065694,41.76274248237223],[-72.86124199095391,41.76285548236514],[-72.86172699111597,41.76292748236332],[-72.86702799288857,41.76373248234686],[-72.86810699324927,41.76389448234317],[-72.8699639938701,41.76417448233699],[-72.87058199407674,41.76426848233511],[-72.87134399433151,41.76438348233258],[-72.87242299469226,41.76454648232907],[-72.87255299473672,41.764583482332],[-72.87264399476196,41.764507482314364],[-72.87277299480465,41.76451948231249],[-72.87316299493365,41.7645544823066],[-72.87352299505277,41.764587482301295],[-72.87383099515468,41.764615482296705],[-72.87398999520742,41.76463248229483],[-72.87431599531513,41.76465948228947],[-72.87513199558613,41.76475148228076],[-72.8755229957164,41.76480248227792],[-72.87593499585395,41.76486148227594],[-72.87656799606526,41.76495148227277],[-72.87744499635984,41.76510748227446],[-72.8802069972741,41.765366482234825],[-72.88066699742849,41.765446482235355],[-72.88093799751847,41.765476482232344],[-72.88105499755737,41.76549048223126],[-72.88175499778701,41.76552048221434],[-72.88202799787659,41.76553248220778],[-72.88245999801806,41.765546482196456],[-72.88375899844343,41.7655884821624],[-72.88419199858527,41.76560348215125],[-72.8841989985875,41.765602482150825],[-72.8842199985942,41.765600482149765],[-72.8842279985968,41.765600482149495],[-72.88431399862422,41.76559048214479],[-72.88457199870672,41.76556448213139],[-72.88465899873454,41.76555548212682],[-72.88500599884715,41.7655494821144],[-72.88518099890327,41.76553448210583],[-72.88548899900198,41.7655074820906],[-72.88575099908594,41.76548448207767],[-72.88595699915197,41.76546648206748],[-72.88616899921995,41.76544848205715],[-72.8863579992805,41.76543148204772],[-72.88643899930652,41.76542548204393],[-72.88655799934462,41.765414482037954],[-72.8874559996307,41.765305481987745],[-72.88757799966965,41.76529248198127],[-72.88774599972344,41.76527648197273],[-72.88794899978835,41.765256481962275],[-72.88844999994858,41.76520648193635],[-72.88899200012185,41.765151481908134],[-72.88979800038074,41.76509048187018]]]},"properties":{"name":4621.01,"geoid":"09003462101"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.88795000261065,41.81391049135116],[-72.88791800259362,41.81379649133023],[-72.88789500258184,41.81372249131668],[-72.88772100249263,41.81316249121435],[-72.88766300246293,41.81297649118037],[-72.88761500243847,41.81282449115262],[-72.88747400236609,41.81236849106926],[-72.88742700234198,41.81221749104165],[-72.88741800233204,41.812096491018615],[-72.88739400230315,41.811733490949386],[-72.88738600229351,41.81161249092631],[-72.88736700225085,41.81098449080581],[-72.8873260021569,41.809596490539434],[-72.8873360021314,41.80910149044364],[-72.88735000209957,41.80847449032225],[-72.88743600209872,41.8079774902236],[-72.88769700209711,41.806485489927326],[-72.88778400209665,41.80598948982882],[-72.88782900209628,41.805730489777396],[-72.88796500209547,41.80495348962311],[-72.88801100209547,41.80469548957185],[-72.88806700209831,41.80443048951889],[-72.8881260021018,41.804159489464716],[-72.8882540021133,41.803639489360236],[-72.88832000211958,41.80337748930754],[-72.88837100212395,41.80316648926519],[-72.88837100212383,41.80316448926482],[-72.88852500213689,41.80252548913653],[-72.88857700214153,41.80231348909395],[-72.88864400214183,41.8019424890202],[-72.88865500214227,41.801888489009414],[-72.88870100214477,41.80167348896646],[-72.88875000215154,41.801515488934385],[-72.88918300224601,41.800713488765595],[-72.88919100224788,41.80070048876283],[-72.88937200228506,41.800325488684614],[-72.88952100231558,41.80001548861998],[-72.88963500233902,41.79977948857073],[-72.8896660023444,41.79969848855409],[-72.88990800238625,41.79906148842334],[-72.89003100240768,41.7987404883574],[-72.89004700241021,41.79869448834801],[-72.89009900241926,41.7985584883201],[-72.8901170024225,41.79851348831082],[-72.89034000246032,41.7979134881878],[-72.8906000025047,41.79721948804548],[-72.8906730025084,41.79687348797635],[-72.89079400250039,41.79605648781479],[-72.89088800249426,41.7954234876896],[-72.89093400249695,41.79521148764721],[-72.89095500249844,41.79511948762876],[-72.89100900250595,41.79494548759343],[-72.89109800252547,41.79478248755911],[-72.89121500255497,41.79463448752674],[-72.8912220025568,41.79462648752496],[-72.89138000260053,41.794493487494165],[-72.89161000266418,41.794299487449265],[-72.89186400273465,41.79408848740031],[-72.89196000276121,41.79400748738155],[-72.89224600283804,41.79372648731803],[-72.8922750028454,41.79369048731015],[-72.89246900289515,41.79345948725927],[-72.8925070029049,41.793414487249365],[-72.89277900297162,41.793037487167766],[-72.89292600300051,41.7927104870999],[-72.89294100300353,41.79267848709324],[-72.89305100301617,41.792278487012474],[-72.89311100301566,41.79193348694396],[-72.89310600299055,41.79152848686598],[-72.8929290028615,41.790297486634195],[-72.89290000284062,41.79010048659713],[-72.8927760027496,41.78922748643269],[-72.89271900269844,41.788665486326096],[-72.89271200269174,41.78858948631164],[-72.89268300265178,41.78806348621109],[-72.89268200261915,41.78750648610364],[-72.89270100259444,41.78697348600015],[-72.89272300256891,41.786410485890805],[-72.89276900254754,41.78578348576829],[-72.89284600251379,41.7847694855701],[-72.89280500248212,41.784453485510454],[-72.892722002431,41.78403848543305],[-72.89269700241576,41.78391548541012],[-72.89268100240608,41.783838485395776],[-72.8925730023397,41.78330048529546],[-72.89255600232867,41.78320548527768],[-72.8925060023009,41.783007485241086],[-72.89228600217862,41.78213448507975],[-72.89221300213799,41.781843485025945],[-72.8921440021038,41.7816414849892],[-72.89212900209644,41.78159848498139],[-72.89185800198709,41.78123448491992],[-72.89176400195062,41.78113348490349],[-72.8917330019386,41.781100484898126],[-72.89161900189441,41.78097848487828],[-72.89150400184978,41.78085448485809],[-72.89100900166066,41.78037248478113],[-72.89098100164992,41.78034448477664],[-72.89075300156043,41.78008148473329],[-72.89048400144718,41.77963848465651],[-72.89044100142424,41.77948448462818],[-72.89038400139204,41.779249484584675],[-72.89027200128224,41.77798448434413],[-72.89026000126987,41.77783848431634],[-72.89027800123446,41.77712648417833],[-72.89031200122194,41.77671948409865],[-72.89041600118502,41.775498483859586],[-72.89045200117322,41.77509248378003],[-72.8904860011607,41.77468548370035],[-72.89059000112391,41.77346648346166],[-72.89062500111177,41.77306048338213],[-72.89063400110136,41.772830483337444],[-72.8906610010703,41.77214248320374],[-72.89067100106027,41.771913483159196],[-72.89067300105732,41.77185148314718],[-72.89068000104889,41.771666483111225],[-72.89068300104634,41.77160548309935],[-72.89068500104374,41.771549483088464],[-72.89069100103602,41.771382483056044],[-72.89069400103381,41.77132748304532],[-72.8906970010303,41.77125048303037],[-72.89070500101961,41.77102048298569],[-72.8907090010165,41.7709444829709],[-72.89071200101283,41.770864482955346],[-72.89072100100192,41.77062548290892],[-72.89072500099863,41.77054648289354],[-72.89073000099197,41.77040348286576],[-72.89074300097849,41.77009748280626],[-72.89074700097271,41.76997548278258],[-72.89075300096644,41.76983348275497],[-72.8907680009496,41.76945848268208],[-72.89081400089951,41.768335482463755],[-72.89083000088306,41.76796148239103],[-72.8908480008637,41.76752648230645],[-72.89084200085891,41.767477482297195],[-72.89083100084889,41.76736648227612],[-72.89079500082832,41.76721348224774],[-72.89030700060704,41.76613648205564],[-72.89010800051675,41.765696481977145],[-72.89004500048918,41.76557448195564],[-72.8898590004076,41.765211481891576],[-72.88979800038074,41.76509048187018],[-72.89061800064525,41.76504848183546],[-72.89307800143897,41.76492448173163],[-72.89389900170387,41.76488348169706],[-72.89416600178856,41.764844481680846],[-72.89497000204376,41.764731481632914],[-72.8952380021288,41.76469348161688],[-72.89594100236782,41.76486848162782],[-72.8961140024296,41.764962481640374],[-72.89627900249634,41.76518748167845],[-72.8977140030271,41.766284481843655],[-72.89824700322421,41.766691481904935],[-72.89992600384525,41.7679754820983],[-72.90039300400598,41.76812548211207],[-72.90088900417929,41.76832948213535],[-72.9010240042302,41.76844948215413],[-72.90121800430813,41.768704482197066],[-72.90120400435308,41.7695584823624],[-72.9012190044301,41.77080248260207],[-72.90107800443238,41.77163348276709],[-72.90116800448845,41.77209548285335],[-72.90163200473212,41.773692483146576],[-72.90215900498697,41.77512848340665],[-72.90261200515263,41.775441483452354],[-72.90298600529051,41.77571948349386],[-72.90362600551617,41.77601748353057],[-72.90405400566391,41.77616248354467],[-72.90471700588222,41.77620448353123],[-72.90848100709884,41.77605148337934],[-72.90863500715012,41.776071483378196],[-72.90884700722427,41.77615948338829],[-72.90908900730689,41.77622548339315],[-72.9092510073587,41.77620948338481],[-72.90933900738509,41.77617048337442],[-72.90950700743885,41.77615448336588],[-72.91014500765232,41.776253483364236],[-72.91096600792918,41.776418483369405],[-72.91170700818157,41.77661048338237],[-72.91209500831107,41.77666548338036],[-72.91315900866834,41.77685248338187],[-72.91438300908501,41.77716548340248],[-72.91458100915457,41.77725348341303],[-72.9149180092697,41.77734648342002],[-72.9151600093504,41.77737948341853],[-72.91570300952782,41.77739048340298],[-72.91678800989065,41.77755548339956],[-72.9176530101834,41.777747483408476],[-72.91795401028843,41.77786848342203],[-72.91813701035339,41.777961483434034],[-72.91902401066227,41.77830748347196],[-72.91940501080164,41.77857148351053],[-72.92005801104355,41.77907648358675],[-72.92026301112271,41.779290483621395],[-72.92032901114995,41.77938948363835],[-72.92037301116967,41.779482483654874],[-72.92047601120895,41.77958148367064],[-72.92063701127955,41.7798944837258],[-72.9206590112953,41.78004248375366],[-72.92079801135836,41.78034948380837],[-72.92081301137824,41.78060748385768],[-72.92085701140059,41.780745483882875],[-72.92123801156538,41.78144748400596],[-72.92126001157702,41.78152448402011],[-72.9213180116013,41.78161748403617],[-72.92151601170943,41.78236948417485],[-72.92159701174603,41.78254548420618],[-72.92178001181422,41.78269348422879],[-72.9222050119701,41.78299548427324],[-72.92225701199052,41.78305548428312],[-72.92232701202303,41.78322248431308],[-72.92236301203961,41.783306484328115],[-72.92239801205578,41.78338848434281],[-72.92268301218765,41.7840614844634],[-72.92271201220096,41.78412848447539],[-72.92279201223771,41.784312484508284],[-72.92285301226123,41.78437548451847],[-72.922930012291,41.78445648453159],[-72.92294101229523,41.78446748453335],[-72.92299801231732,41.78452848454327],[-72.92301601233154,41.78467248457047],[-72.92306201236708,41.7850264846373],[-72.92308801238711,41.78522548467485],[-72.92328601246115,41.785390484700244],[-72.92348501253548,41.78555448472543],[-72.92377201264269,41.7857914847618],[-72.92405901274991,41.78602848479821],[-72.92408201276069,41.78608548480845],[-72.92414801279624,41.78632748485299],[-72.92425001284415,41.786580484898515],[-72.92450001294658,41.786942484960214],[-72.92458001298341,41.7871284849935],[-72.92494701314155,41.78779348510989],[-72.92499101316285,41.78791348513159],[-72.92499801317726,41.788122485171705],[-72.92488801318132,41.78880848530765],[-72.92477101316139,41.78912148537185],[-72.92454301311395,41.78958248546821],[-72.9244920131225,41.79001548555342],[-72.92453201314129,41.790114485571216],[-72.92457201316006,41.790213485589014],[-72.92458001319869,41.79083348570838],[-72.92464601324633,41.791283485793045],[-72.92473301332636,41.79217348596193],[-72.9246820133212,41.792370486001595],[-72.92466001332873,41.79262348605112],[-72.92471801336292,41.79288648609998],[-72.9248140134369,41.79362148623864],[-72.92488701347153,41.793808486272354],[-72.92490901349147,41.79402848631407],[-72.9250560135687,41.79453348640673],[-72.92525301369758,41.79564748661522],[-72.9252750137194,41.79589948666312],[-72.92528201377368,41.796794486835545],[-72.92542901386207,41.79749148696521],[-72.92545101388872,41.79782648702911],[-72.92539201388925,41.79816648709664],[-72.92542101391533,41.79845248715085],[-72.92552401396387,41.79871048719727],[-72.92565301401488,41.798865487222976],[-72.92572901404498,41.79895748723825],[-72.92597901413882,41.79917148727139],[-72.9263240142639,41.799390487302404],[-72.92660201436463,41.7995664873273],[-72.92688101446984,41.79981348736586],[-72.92721101459999,41.80020348743034],[-72.92735701465998,41.800417487466866],[-72.92744501469502,41.80052748748521],[-72.92765101478699,41.80095548756108],[-72.92789301488905,41.80135548763036],[-72.92808301497521,41.80177348770478],[-72.92818601503365,41.80220148778398],[-72.92818601505184,41.802514487844356],[-72.92810501504488,41.802848487911405],[-72.92791401500412,41.803216487988614],[-72.9278040149756,41.80334248801648],[-72.92776001496576,41.803419488032766],[-72.92741501487063,41.8037154881011],[-72.92722001481266,41.80381048812577],[-72.92682101469411,41.80400648817656],[-72.92591201441697,41.80433048826863],[-72.9253100142299,41.80448448831793],[-72.92425401390452,41.804802488413664],[-72.92385701378035,41.80489048844355],[-72.92274201342617,41.80504348850934],[-72.92231001328649,41.805060488526685],[-72.9213920129958,41.80520248858398],[-72.92101101288324,41.80540048863455],[-72.92084201283839,41.80557548867381],[-72.92073201281183,41.80573448870805],[-72.92070301280975,41.80586148873349],[-72.92073201282973,41.80604248876747],[-72.92084901288601,41.80635548882402],[-72.92084901289554,41.806519488855656],[-72.92095901293906,41.80665148887753],[-72.92118901302406,41.80682548890359],[-72.92118701303212,41.8069754889326],[-72.92118401303989,41.80712548896161],[-72.92075301290569,41.80723148899608],[-72.92032101277117,41.807337489030594],[-72.92008601268954,41.80724948902127],[-72.91988801261645,41.80710148899916],[-72.91977101257004,41.806958488975404],[-72.91901601233279,41.80710648902851],[-72.91899701232676,41.807109489029706],[-72.91868601222828,41.80715748904909],[-72.91769601191479,41.80731048911082],[-72.91736601181029,41.8073614891314],[-72.91558501124106,41.80754648922503],[-72.91536201116983,41.80757048923692],[-72.91547501124401,41.80821348935726],[-72.91585501149409,41.81038648976396],[-72.91435001101543,41.81058348985093],[-72.9135870107727,41.81068248989485],[-72.9118130102085,41.81091548999751],[-72.9116120101445,41.81094049000886],[-72.90990200959999,41.8111534901056],[-72.90417200777559,41.811871490430455],[-72.90226200716751,41.81211149053887],[-72.90205000710007,41.81213949055116],[-72.90141800689919,41.812224490588115],[-72.90120700683215,41.81225349060057],[-72.90025100652784,41.812374490654996],[-72.89738700561615,41.81273749081814],[-72.89682300543664,41.81280949085036],[-72.89643200531219,41.812859490872725],[-72.8953240049594,41.812998490935556],[-72.89200000390125,41.813419491124826],[-72.89089300354883,41.81355949118781],[-72.89030400336101,41.81362849122026],[-72.88853800279804,41.81383949131837],[-72.88795000261065,41.81391049135116]]]},"properties":{"name":4621.02,"geoid":"09003462102"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.82046197739191,41.757954482739365],[-72.82078797750061,41.75799848273733],[-72.82774297983055,41.759126482730125],[-72.82999498057912,41.759390482708234],[-72.83282298151912,41.75972148268061],[-72.83561198244622,41.760049482653656],[-72.83782898318321,41.76031048263228],[-72.84624398598037,41.76129748255033],[-72.84806398658529,41.76151048253251],[-72.84863598677546,41.76157848252709],[-72.85226998798338,41.76200448249162],[-72.85314498827422,41.76210748248315],[-72.85774498979515,41.7625074824113],[-72.85789798984548,41.762516482408074],[-72.85791698985607,41.76259248242214],[-72.85801598991196,41.76300148249792],[-72.85809298995491,41.7633104825551],[-72.85815298998826,41.76354948259931],[-72.85826599005144,41.764005482683714],[-72.85842799014154,41.76465148280323],[-72.85859699023855,41.76537748293795],[-72.85870399029996,41.765836483023115],[-72.8588059903556,41.766224483094746],[-72.85911499052368,41.76739048330988],[-72.85921799057972,41.767779483381645],[-72.85928799061617,41.76801548342497],[-72.85949999072622,41.76872448355499],[-72.85952299073817,41.76880148356911],[-72.85956299075599,41.76888448358385],[-72.85961099077498,41.768942483593506],[-72.85961699078906,41.76915248363385],[-72.85964499080664,41.76929848366115],[-72.85965399081218,41.76934348366954],[-72.85969899083638,41.76950848369993],[-72.85980699088861,41.769803483753385],[-72.85996799097117,41.77032448384878],[-72.86007399102556,41.77066748391157],[-72.86012499105176,41.77083348394197],[-72.86028099113149,41.771333484033455],[-72.86033299115809,41.771500484064006],[-72.8604949912281,41.7717984841163],[-72.86051899123838,41.77184148412383],[-72.86105599146012,41.7726514842628],[-72.86124399153776,41.77293548431153],[-72.86130199156182,41.77302448432683],[-72.8614789916349,41.773291484372656],[-72.8615389916596,41.77338048438789],[-72.86175599175641,41.773832484468116],[-72.86199099186112,41.77431948455453],[-72.86241599204965,41.775185484707926],[-72.86263799214804,41.77563648478781],[-72.86264099214937,41.77564248478886],[-72.86264999215338,41.77566148479225],[-72.86265399215509,41.775668484793464],[-72.86280599222341,41.77599348485128],[-72.86292299227605,41.77624448489594],[-72.86315199238837,41.77689648501438],[-72.863180992404,41.7770034850341],[-72.86327499245469,41.77735048509804],[-72.86332599248543,41.77759448514349],[-72.86333799249282,41.77765448515469],[-72.86352699260726,41.77856848532501],[-72.86359099264578,41.77887348538182],[-72.86362899267024,41.77908248542092],[-72.8637449927445,41.779712485538774],[-72.86378399276934,41.779922485578034],[-72.86383699280091,41.780169485624015],[-72.86399699289599,41.78091148576207],[-72.86405099292793,41.78115948580817],[-72.86412199297503,41.781573485885794],[-72.86433799311729,41.78281548611852],[-72.86440999316473,41.78322948619609],[-72.86443999318452,41.783402486228525],[-72.86444699319294,41.78350848624876],[-72.86446399321139,41.783731486291245],[-72.86445899322585,41.784009486345056],[-72.86443699323613,41.78431048640388],[-72.86442699323524,41.78435148641212],[-72.86436299323034,41.78462648646726],[-72.86425099322177,41.78510848656394],[-72.86424699322122,41.785121486566574],[-72.86384599317596,41.78659448686388],[-72.8638409931756,41.786616486868304],[-72.86378499317539,41.786927486930146],[-72.86377099318068,41.787097486963404],[-72.86376299318282,41.7871794869795],[-72.8637619931837,41.78720048698359],[-72.86374599319157,41.7874264870277],[-72.86374099319477,41.787509487043906],[-72.8640749933043,41.787522487035574],[-72.8643699933978,41.787478487017516],[-72.86444799342408,41.78749348701788],[-72.86464099348896,41.78752848701837],[-72.86466599350459,41.787657487042445],[-72.86464399350095,41.78771848705494],[-72.86475399357425,41.78836548717624],[-72.86479899360987,41.78872748724465],[-72.8647179936007,41.789024487304594],[-72.86470399361201,41.789298487357925],[-72.86477699364025,41.78937548737042],[-72.86480599365039,41.78938748737179],[-72.86526099380963,41.7895784873939],[-72.86545799387919,41.78967148740544],[-72.86658199423812,41.78954848734523],[-72.8668309943177,41.78952248733212],[-72.86953799517951,41.78918148717848],[-72.86976099525099,41.78916148716736],[-72.86994999531184,41.78914948715893],[-72.86999899532762,41.78914648715675],[-72.87039099545596,41.78915848714634],[-72.87073999557346,41.78922448714774],[-72.87105799568316,41.78933048715788],[-72.87111699570383,41.78935548716079],[-72.87129499576614,41.789430487169476],[-72.87135499578717,41.78945648717256],[-72.87125999575994,41.78952048718799],[-72.87092999566332,41.789707487234786],[-72.87080599562576,41.78975648724828],[-72.8705789955541,41.78979548726318],[-72.87035099547923,41.78978448726844],[-72.87027399545426,41.78978648727132],[-72.86971999527502,41.78980648729318],[-72.86919199509866,41.78973048729566],[-72.86871599493789,41.78963148729198],[-72.86831199480604,41.78962648730413],[-72.86771099462207,41.78982948736281],[-72.86694599439721,41.7902484874685],[-72.86661099429885,41.79043348751507],[-72.86620099417425,41.790587487558106],[-72.86586299406132,41.790538487559616],[-72.86592199408818,41.79067048758318],[-72.86611299416217,41.79087348761615],[-72.86675199439634,41.79132348768227],[-72.86709599452071,41.7915364877122],[-72.86732399460608,41.79172848774185],[-72.86739699463624,41.79183848776072],[-72.86761799473047,41.79222248782765],[-72.86765699475006,41.79234148784934],[-72.86774999479636,41.79261748789957],[-72.86798499490057,41.793095487984196],[-72.86804599492149,41.7931134879857],[-72.8680639949289,41.793140487990314],[-72.86805099492571,41.79315848799422],[-72.8680289949203,41.793188488000716],[-72.86816099497696,41.793424488041964],[-72.86868999518583,41.794055488146554],[-72.86889599527233,41.79439048820451],[-72.86892499529192,41.794565488237346],[-72.86890299529622,41.79476348827625],[-72.86892499530977,41.79487348829679],[-72.86891799531445,41.79499348832017],[-72.86905099539214,41.795586488430274],[-72.86918999545648,41.79591548848925],[-72.86955799561709,41.796618488612935],[-72.86976299569719,41.79684848865066],[-72.87011599583732,41.79728248872296],[-72.87027699590656,41.79757248877368],[-72.8703429959389,41.79775948880762],[-72.87042399597385,41.79790748883355],[-72.87140999635459,41.79893548899989],[-72.87144399636776,41.79897148900572],[-72.8715669964969,41.80050748929807],[-72.87144899651715,41.801519489497146],[-72.87226099677895,41.801473489461905],[-72.87469999756539,41.80133748935646],[-72.87551399782791,41.80129248932135],[-72.87534799778898,41.80155348937709],[-72.87522899775789,41.801685489406424],[-72.8751219977301,41.801807489433436],[-72.8746339975981,41.80227148953881],[-72.87419499748104,41.80271848963929],[-72.87385499739054,41.803067489717655],[-72.87359899733038,41.80346748980315],[-72.87354299731736,41.80355748982231],[-72.87343899729699,41.80379048987066],[-72.8733329972786,41.80406848992772],[-72.87330199729152,41.80446549000532],[-72.87336799733397,41.80482649007281],[-72.87339399735066,41.804968490099355],[-72.8734309973818,41.80529749016161],[-72.8732309974168,41.80702349050107],[-72.87344799750763,41.807370490560956],[-72.87354599754865,41.80752749058805],[-72.87419199783855,41.80889749083134],[-72.87490099819394,41.81104249122204],[-72.87496099829144,41.81238549147911],[-72.87498499836548,41.81352649169839],[-72.87498699837,41.813593491711266],[-72.87481299838879,41.81489349196763],[-72.87470599839816,41.81565549211806],[-72.87454499834678,41.815673492126756],[-72.8738049981105,41.815755492166616],[-72.87154499738891,41.816006492288444],[-72.87110299724742,41.81604949231108],[-72.8702019969591,41.81613849235752],[-72.86964199677983,41.816192492386115],[-72.86796599624348,41.816357492472356],[-72.86740699606459,41.81641249250112],[-72.86719699599709,41.81642849251102],[-72.86656599579452,41.816479492541355],[-72.86635699572743,41.81649649255142],[-72.86450199513837,41.81675849266219],[-72.86421899504856,41.81679949267928],[-72.85893999337254,41.817551492995705],[-72.85708599278396,41.81781649310699],[-72.85671799266659,41.81785949312723],[-72.85561299231412,41.81798849318798],[-72.85524599219704,41.81803149320818],[-72.85502399212479,41.8180324932156],[-72.85435799190807,41.81803649323797],[-72.8541369918362,41.81803849324554],[-72.85406999181615,41.81806949325369],[-72.85401899180098,41.81809449326016],[-72.85384299174534,41.818123493271464],[-72.85375999171877,41.8181314932757],[-72.85291099144747,41.8182224933208],[-72.8525909913459,41.818268493340064],[-72.85220299122285,41.81832649336384],[-72.8515899910264,41.81838249339454],[-72.85127799092733,41.818426493413156],[-72.84985199047479,41.818633493499334],[-72.84881699014404,41.818744493554334],[-72.84851199004736,41.8187904935731],[-72.84759298975602,41.818929493629724],[-72.84701498957256,41.819012493664495],[-72.84528198902267,41.8192654937695],[-72.8447049888396,41.81935049380462],[-72.84334698839953,41.81939049385639],[-72.84288898825471,41.819466493885905],[-72.84244598811968,41.81962649393114],[-72.84231698808165,41.81969549394861],[-72.84220998805205,41.819786493969644],[-72.84204998800794,41.81992449400145],[-72.84125298775722,41.82007849405701],[-72.84100798767902,41.82010649407036],[-72.84027398744499,41.820194494111135],[-72.84002998736725,41.82022449412483],[-72.83819198677986,41.82042149422244],[-72.83267898501826,41.821016494515966],[-72.83084198443122,41.82121449461372],[-72.8304729843131,41.82125049463263],[-72.82936898395978,41.821360494689635],[-72.82900098384205,41.82139749470869],[-72.82880898378092,41.821422494719755],[-72.82823498359843,41.82150049475341],[-72.82804398353771,41.8215264947646],[-72.82730998330402,41.821620494806524],[-72.82510798260316,41.821906494933074],[-72.82459198243897,41.82197449496291],[-72.82437498236989,41.82200249497534],[-72.82418198230845,41.822027494986415],[-72.82360298212438,41.82210649502042],[-72.82341098206341,41.822133495031856],[-72.82284698188374,41.82220449506382],[-72.82278998186547,41.822209495066645],[-72.82154898146733,41.82231649512749],[-72.82149798144944,41.82229449512491],[-72.81997498096082,41.82242549519953],[-72.81992798094404,41.82240049519623],[-72.81985698092446,41.82246149521029],[-72.81968298086775,41.82246149521594],[-72.81967998085948,41.82233549519173],[-72.81960398082987,41.82225149517799],[-72.81960398080177,41.82176649508446],[-72.81974098080778,41.82109949495136],[-72.81985598082954,41.82082849489538],[-72.81988598083093,41.82068349486645],[-72.82083198104326,41.81902749451638],[-72.8212289811397,41.81845949439396],[-72.82143498119441,41.81824549434601],[-72.82172498126795,41.817883494266795],[-72.8219999813438,41.81764649421215],[-72.82225098140728,41.817330494143086],[-72.82253398148333,41.8170514940801],[-72.82267098152465,41.81699449406466],[-72.8227629815445,41.81681949402793],[-72.82320498166087,41.816342493921574],[-72.82334198169643,41.816185493886856],[-72.82369298178737,41.815781493797566],[-72.82379998181581,41.815670493772686],[-72.82394998185357,41.81547849373079],[-72.82404398187725,41.815358493704586],[-72.82419698191116,41.81508349364659],[-72.82426598191904,41.81483149359574],[-72.82426598190978,41.81467149356487],[-72.82426598190467,41.8145834935479],[-72.82412798184009,41.814244493486974],[-72.82404398180499,41.814110493463865],[-72.8236249816464,41.81372949340393],[-72.82313598147006,41.81343549336307],[-72.82277798134615,41.813309493350346],[-72.82211398112607,41.813244493359335],[-72.8214879809221,41.81324449337963],[-72.82116798081347,41.81316849337532],[-72.82103798076803,41.81311549336931],[-72.82078698067411,41.812905493336935],[-72.82057298058847,41.81263049329083],[-72.82049698054871,41.812371493243326],[-72.82035198048335,41.81205849318765],[-72.82032098046416,41.81190149315835],[-72.82023698043176,41.8118144931443],[-72.82019898041162,41.811680493119674],[-72.820175980394,41.811505493086656],[-72.82022998035926,41.810601492910514],[-72.82029798036284,41.81028049284639],[-72.82052698041562,41.80990349276623],[-72.82141998065242,41.8089684925569],[-72.8214729806653,41.80889249254054],[-72.82164098071009,41.80872049250189],[-72.82190798078096,41.80844249243962],[-72.82214498083299,41.808007492348025],[-72.82224398085576,41.807843492313175],[-72.82232798087716,41.807740492290584],[-72.82249598092038,41.80754149224673],[-72.82267098096835,41.807385492210976],[-72.82285398100922,41.807061492142516],[-72.82295398103467,41.80693849211556],[-72.82258598090779,41.80681749210414],[-72.82354798117059,41.80594349190434],[-72.82415098133174,41.805333491767094],[-72.82560798177916,41.804863491629206],[-72.8263559820105,41.804650491563876],[-72.82655298207142,41.804594491546695],[-72.82755398238108,41.80431049145946],[-72.82765298241183,41.804284491451234],[-72.82934698291042,41.80336449121882],[-72.82999498305286,41.802178490968984],[-72.8304149830799,41.800282490589524],[-72.83040698303935,41.79962649046319],[-72.8303839829786,41.7987064902864],[-72.83028498291482,41.79816149018445],[-72.83021198286846,41.79777149011155],[-72.83015498283208,41.797463490053964],[-72.83086498295764,41.79563648967838],[-72.83097198298208,41.795456489640166],[-72.83168898314435,41.79422448937917],[-72.83210898317628,41.79241248901585],[-72.8320479830737,41.790982488741825],[-72.83203198287579,41.787651488099385],[-72.83240298292658,41.78644048785361],[-72.83252798294359,41.78603048777043],[-72.8322919828762,41.78619448780974],[-72.83243898291599,41.78605448777793],[-72.83247298292355,41.78599348776506],[-72.8325189829289,41.785827487731524],[-72.83254098292045,41.7855574876787],[-72.83258198292032,41.785324487632394],[-72.83252098289083,41.78515748760211],[-72.83245198285776,41.78497448756903],[-72.83180298263221,41.78472948754277],[-72.83081898229055,41.784363487504],[-72.82841598150037,41.78423348755673],[-72.82832398147042,41.78423348755972],[-72.82686698099437,41.78420748760188],[-72.82543998051942,41.784031487614136],[-72.82481498029978,41.78375348758069],[-72.82412098004731,41.78329648751495],[-72.82368597987204,41.782715487416866],[-72.82359397981232,41.78220048732041],[-72.82319697960851,41.780911487084424],[-72.82232797925515,41.77969448687759],[-72.82159497893659,41.77831348663469],[-72.82157197892384,41.778222486617835],[-72.82142697884001,41.77758848650013],[-72.8212059787374,41.77705848640494],[-72.82114497870961,41.776921486380466],[-72.82118297866224,41.77588748617958],[-72.82138197866404,41.774796485962476],[-72.82149597863413,41.77363648573479],[-72.8214049785686,41.77301448561761],[-72.82111497844991,41.7725954855461],[-72.82143297852762,41.77214748544928],[-72.82169397859131,41.77177848536957],[-72.82235797878687,41.77142048527895],[-72.82360897915615,41.77076048511101],[-72.82423497932965,41.77023448498916],[-72.82438797934576,41.76965048487141],[-72.82491397940332,41.76768148447411],[-72.824844979265,41.76567548408893],[-72.82432697903134,41.76455048388841],[-72.82303697849999,41.76262348355795],[-72.82252897828812,41.761819483419096],[-72.82193897804444,41.76092648326568],[-72.82061097749701,41.75893448292386],[-72.82055797745932,41.75858048285719],[-72.82051197742626,41.75826748279822],[-72.82046197739191,41.757954482739365]]]},"properties":{"name":4622.01,"geoid":"09003462201"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.50599787612238,41.778973496903134],[-72.50599887612925,41.779088496925326],[-72.50600187614987,41.77943349699193],[-72.50600387615712,41.779549497014294],[-72.50599287615815,41.7796304970303],[-72.50597187616104,41.77980149706402],[-72.50594887615758,41.779872497078486],[-72.50592387615391,41.779951497094544],[-72.50590587615312,41.78004049711233],[-72.50581187614398,41.7804184971884],[-72.50573587614231,41.780824497269315],[-72.50562487613445,41.78132249736912],[-72.50568487620731,41.782258497548135],[-72.50569087621211,41.782308497557615],[-72.50578687628821,41.78309549770667],[-72.50582587636909,41.78429249793681],[-72.50587987642564,41.78497649806731],[-72.50586687643673,41.785245498119714],[-72.50585387644952,41.78554449817792],[-72.50579287645847,41.78605149827786],[-72.50576087646336,41.78632049833087],[-72.50575387646408,41.78637349834134],[-72.50573487646695,41.78653249837268],[-72.50572887646807,41.7865864983833],[-72.50571187647226,41.7867574984169],[-72.50571187647232,41.78675849841709],[-72.50574487651264,41.78727749851635],[-72.50575587652607,41.78745049854944],[-72.5057608765363,41.78760149857847],[-72.50574587654502,41.787840498625144],[-72.50572687655767,41.78817149868972],[-72.50568887657319,41.788661498785636],[-72.5056408765773,41.78900849885424],[-72.50560987658034,41.78923949889987],[-72.50562887659548,41.7893964989296],[-72.50563987660448,41.78949149894762],[-72.50567487663217,41.789777499001765],[-72.50568687664155,41.78987349901993],[-72.50576287667431,41.790013499044576],[-72.50599187677297,41.790434499118625],[-72.50606887680614,41.79057549914342],[-72.50609687681907,41.790642499155474],[-72.50612087683025,41.79070149916612],[-72.50622087686976,41.790822499186305],[-72.50626887688867,41.790879499195796],[-72.50636087692504,41.790991499214506],[-72.50651887698477,41.791135499237306],[-72.50731387728557,41.79186449935282],[-72.50757887738584,41.79210749939133],[-72.50787887750145,41.79241949944205],[-72.50878087784912,41.79335849959473],[-72.5090818779651,41.79367149964561],[-72.50862287781342,41.793636499653495],[-72.50698187728634,41.7937784997333],[-72.50640187710304,41.7938814997717],[-72.5053128767579,41.794057499840456],[-72.50427487642536,41.794162499893865],[-72.50165687558786,41.79444950003283],[-72.49957487492266,41.79469250014618],[-72.49807187444316,41.794880500230434],[-72.49726787418633,41.79497550027445],[-72.4966458739858,41.7950165003022],[-72.49462187332419,41.79499050036171],[-72.492411872604,41.795001500434296],[-72.49044287196425,41.795044500505384],[-72.49047387198813,41.79528650055116],[-72.49050187200989,41.79550850059318],[-72.48973487176582,41.7956155006383],[-72.48922787160355,41.7956695006649],[-72.48860787140434,41.79572250069489],[-72.48747387103975,41.79581550074902],[-72.48559887043132,41.79587050081941],[-72.48532887034371,41.79587850082955],[-72.48490287020594,41.79589950084719],[-72.48433087003203,41.79612150090832],[-72.4837078698439,41.796386500979395],[-72.48323986969848,41.79651350101884],[-72.48282486956857,41.79660950105062],[-72.48259086949778,41.796706501076834],[-72.48233086942201,41.79686550111585],[-72.48197786933875,41.79742550123532],[-72.48169186926971,41.797851501326754],[-72.48155986923437,41.79798750135723],[-72.48133286916466,41.798063501379154],[-72.4810988690901,41.798094501392605],[-72.479660868628,41.798216501461994],[-72.4793528685302,41.79826350148089],[-72.47905786844166,41.79839850151639],[-72.47883986837995,41.798563501555215],[-72.47858486830256,41.79866550158305],[-72.478513868281,41.79869350159072],[-72.47747986794931,41.79879150164262],[-72.47448086698729,41.79907650179323],[-72.47438286695599,41.79908850179865],[-72.47431186693312,41.799093501801906],[-72.47380786677112,41.79913550182605],[-72.47372886674579,41.79914350183013],[-72.47364086671743,41.79914950183409],[-72.47363386671293,41.79911050182678],[-72.47360986669821,41.798989501804165],[-72.47353986665468,41.798625501736055],[-72.47351786664066,41.79850550171357],[-72.47350086663052,41.79842450169845],[-72.47346886661143,41.798272501670084],[-72.4734468665993,41.79818550165398],[-72.47342786658855,41.79810550163913],[-72.47339886657126,41.79796750161338],[-72.47336986655286,41.79781050158396],[-72.47334286652114,41.797407501506946],[-72.47333486651272,41.797305501487486],[-72.47303486630274,41.79533450111613],[-72.47281486619947,41.79478050101607],[-72.47277286616415,41.794400500943965],[-72.47260786602429,41.7928875006568],[-72.47255986598367,41.79244850057348],[-72.47254686597573,41.79238350056134],[-72.47253486596858,41.79232650055069],[-72.47250986595225,41.79218250052366],[-72.47250486594912,41.7921565005188],[-72.47249786594365,41.79210050050819],[-72.47243086590476,41.79180050045234],[-72.47240686589087,41.791694500432634],[-72.47234386584952,41.79132850036389],[-72.47228186580884,41.79096850029628],[-72.4722688658001,41.79088950028143],[-72.47221886576656,41.790586500224435],[-72.47220386575546,41.790477500203856],[-72.47218086573773,41.7902975001698],[-72.4721588657222,41.79015050014208],[-72.47214386571117,41.790042500121686],[-72.47192686557587,41.78890749990922],[-72.47176786547658,41.78807349975305],[-72.47127786517089,41.78550749927265],[-72.47106286503666,41.78437949906142],[-72.4725158655255,41.78464249906601],[-72.47358186588414,41.78483549906936],[-72.47687886699399,41.785442499081704],[-72.47833486748411,41.785710499087145],[-72.47903286771904,41.78583849908964],[-72.4800838680729,41.786033499093854],[-72.48113386842383,41.78618249908922],[-72.4818368686588,41.78628249908615],[-72.48280286897636,41.78632649906388],[-72.48289286900594,41.78633049906179],[-72.48368286926315,41.786322499035066],[-72.48430386946268,41.78626949900503],[-72.48495686967125,41.78619249896935],[-72.48681887026311,41.785921498857626],[-72.48838087076446,41.78577949878041],[-72.48852087080921,41.78576349877285],[-72.48990287125443,41.78566649871005],[-72.49122087167862,41.785567498648916],[-72.49130687170621,41.78555949864463],[-72.4915678717901,41.78553749863206],[-72.49165587181841,41.7855304986279],[-72.49194087190988,41.785504498613776],[-72.4927968721847,41.78542849857181],[-72.49308287227656,41.785403498557855],[-72.49336887236835,41.78537749854372],[-72.49422787264416,41.78530149850166],[-72.49451487273635,41.78527649848766],[-72.49470387279696,41.785258498478164],[-72.49527387297995,41.78520749845013],[-72.49546387304096,41.7851904984408],[-72.49584487316311,41.7851534984215],[-72.49620387327823,41.78511949840348],[-72.49699087353058,41.7850434983637],[-72.49737387365343,41.78500749834453],[-72.49772287376554,41.784977498327606],[-72.49790287382396,41.784972498320904],[-72.49901287418557,41.78496549828415],[-72.49902587418993,41.784967498284125],[-72.49919887424029,41.784861498258124],[-72.49973987440039,41.7845744981854],[-72.49994587445984,41.78443849815254],[-72.50027487455182,41.78416949809005],[-72.50030487455818,41.784109498077505],[-72.50041487458085,41.78387749802915],[-72.50083387467551,41.78313949787313],[-72.50132187478698,41.78230249769579],[-72.50140687480585,41.782146497662914],[-72.50153387483428,41.78191849761478],[-72.50168887487207,41.78169449756655],[-72.50179087489708,41.78154949753526],[-72.5019888749513,41.78136749749376],[-72.5021478749949,41.78122249746067],[-72.50258787511818,41.78086749737801],[-72.50260987512472,41.780856497375176],[-72.50285387519787,41.78074349734556],[-72.50286487520079,41.78073149734288],[-72.50289887520992,41.780697497335225],[-72.5029108752132,41.78068649733271],[-72.50336587534099,41.78032449724823],[-72.50338387534612,41.78031149724515],[-72.50385387548224,41.780010497171965],[-72.50421887559143,41.77983749712689],[-72.50490387579963,41.77957049705341],[-72.50492487580578,41.77955849705044],[-72.50544187595916,41.77929149698234],[-72.50555287599173,41.77922749696643],[-72.50588587608944,41.77903649691887],[-72.50599787612238,41.778973496903134]]]},"properties":{"name":5149,"geoid":"09003514900"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.41062983502856,41.60180646559652],[-72.41154983523951,41.600225465260294],[-72.41431183587318,41.59548446425184],[-72.41510083605428,41.594131463964],[-72.41517883607227,41.59399946393587],[-72.41523383608492,41.59390546391589],[-72.4152528360892,41.59387146390868],[-72.4153118361028,41.59377146388738],[-72.41533183610746,41.593738463880335],[-72.41541183612577,41.593600463851],[-72.4156298361915,41.59350646382584],[-72.41579583622864,41.5932044637619],[-72.41687083646943,41.591255463349185],[-72.41722983654996,41.59060646321173],[-72.4177048366999,41.590521463180195],[-72.4191298371497,41.590266463085605],[-72.4196058373,41.59018246305422],[-72.42002983743384,41.59010646302605],[-72.42080783768212,41.59001546298377],[-72.42442583883667,41.58959146278697],[-72.4256318392216,41.58945146272163],[-72.42628983943155,41.589374462685875],[-72.42772983989111,41.58920646260767],[-72.42826084005843,41.589106462571436],[-72.42886084024757,41.58899446253071],[-72.42891284026393,41.588984462527115],[-72.42932984039534,41.58890646249877],[-72.43017484066405,41.58879046244949],[-72.43153584109696,41.58860646237069],[-72.43162784112617,41.58859346236526],[-72.43172084115575,41.58858046235978],[-72.43181284118504,41.58856846235455],[-72.43190384121394,41.588555462349134],[-72.43397284187192,41.58827346222889],[-72.43523984227488,41.58810146215538],[-72.43538784232189,41.58808046214663],[-72.43583384246372,41.58801946212067],[-72.43592984249432,41.588007462115286],[-72.43598284251118,41.58800046211225],[-72.43766284304527,41.58776846201401],[-72.4427028446475,41.587072461719266],[-72.44356284492095,41.58695446166912],[-72.44381884500234,41.586919461654226],[-72.44407484508375,41.58688446163931],[-72.44438384518196,41.586841461621184],[-72.44441284519117,41.586837461619496],[-72.44444284520065,41.58683246161757],[-72.44462284525787,41.586807461607016],[-72.44468284527701,41.58680046160375],[-72.44648584584995,41.5865474614975],[-72.45066084717678,41.58596446125206],[-72.45189784756988,41.585791461179284],[-72.45370184814317,41.58553946107319],[-72.45393084821595,41.58550746105972],[-72.45630684897294,41.58521046092677],[-72.46065385035796,41.584667460683576],[-72.46412485146375,41.5842324604891],[-72.46673085229405,41.583907460343376],[-72.46723085249837,41.58464646047114],[-72.4687308531116,41.58686646085499],[-72.46876985312755,41.58692446086502],[-72.4689908532179,41.58725146092156],[-72.46904285323895,41.5873244609341],[-72.46923185331633,41.5876064609829],[-72.46990585358962,41.58856346114749],[-72.47192785440964,41.59143746164179],[-72.47260285468337,41.59239646180669],[-72.4729508548278,41.592949461903096],[-72.47399485526124,41.59461146219289],[-72.47434285540574,41.59516546228947],[-72.47479485560065,41.59601346243986],[-72.47615385618634,41.598557462890945],[-72.47660785638196,41.59940646304147],[-72.47666985640873,41.59952346306221],[-72.4768588564902,41.59987746312498],[-72.47686485649277,41.59988846312693],[-72.47692185651735,41.59999546314591],[-72.47783685690179,41.60153146341522],[-72.48058385805616,41.60614646422441],[-72.48149985844108,41.60768446449401],[-72.48151985844952,41.60771846449997],[-72.48156485846843,41.60779446451332],[-72.48163185849657,41.607906464532924],[-72.48178585855827,41.608111464567855],[-72.48184285858117,41.608188464581],[-72.48186385858958,41.60821646458578],[-72.48190385860559,41.608269464594805],[-72.48193185861686,41.60830746460129],[-72.48364985933513,41.61112646509417],[-72.48628186043554,41.61544346584884],[-72.48898486156571,41.61987646662367],[-72.48967986185633,41.62101646682292],[-72.49076286230927,41.62279346713348],[-72.49083186233815,41.62290746715341],[-72.4917518627235,41.62442746741924],[-72.49471786396622,41.629332468277056],[-72.49569686437631,41.63094946855977],[-72.49570886438129,41.63096846856307],[-72.49573086439067,41.63100746856995],[-72.4970948649588,41.63320246895258],[-72.50126086669405,41.639903470120444],[-72.50263086726476,41.6421074705045],[-72.50265086727298,41.64213747050969],[-72.50267086728117,41.64216747051487],[-72.50309586745638,41.64281847062767],[-72.50442986800626,41.644860470981406],[-72.50476686814513,41.6453754710706],[-72.50487586819007,41.64554247109953],[-72.50498686824272,41.64583447115265],[-72.50505286827399,41.6460074711841],[-72.50531986840086,41.646713471312566],[-72.50543186845395,41.647007471366045],[-72.50510886838596,41.64766647150413],[-72.50478486831767,41.64832547164225],[-72.50472786830555,41.64843947166619],[-72.50261686786085,41.65273847256713],[-72.50202786773683,41.653939472818806],[-72.50191386771282,41.65417147286741],[-72.50186986770431,41.654274472888794],[-72.50182386769451,41.654366472908094],[-72.50177786768568,41.65447547293069],[-72.50170186766726,41.65458747295483],[-72.50111486754054,41.65572847319478],[-72.49730786667782,41.662407474611015],[-72.48599786321039,41.66625347571622],[-72.48509886293184,41.66650747579401],[-72.48240286209659,41.66727147602782],[-72.48150486181841,41.66752647610579],[-72.48086686162083,41.66770847616135],[-72.47895586102902,41.6682544763279],[-72.4783188608318,41.66843747638362],[-72.47731986052477,41.66876447647875],[-72.47843786107161,41.67199547706968],[-72.47894586132006,41.673462477337964],[-72.48240386285221,41.680633478618155],[-72.48272586299487,41.68130047873721],[-72.48027186230756,41.6832874792003],[-72.476798861335,41.68610247985625],[-72.4754138608915,41.686241479927205],[-72.47125985956136,41.68665848013999],[-72.46987585911823,41.68679848021109],[-72.46809585855144,41.687033480313175],[-72.46627085797036,41.68727548041803],[-72.46275885685208,41.68774048061969],[-72.46098085628596,41.687976480721886],[-72.45922985572467,41.68814248080965],[-72.45397985404179,41.68864048107284],[-72.45222985348087,41.68880748116075],[-72.45212285342889,41.68850448110542],[-72.45180185327298,41.68759648093964],[-72.45174885324711,41.68744448091185],[-72.45169585322138,41.687294480884454],[-72.45162985318929,41.68710748085031],[-72.45161485318101,41.687047480839155],[-72.4514368530802,41.686289480697894],[-72.45137785304674,41.6860374806509],[-72.45134185302653,41.68588748062298],[-72.45123685296689,41.685437480539086],[-72.45122985296291,41.6854074805335],[-72.45120285294733,41.6852874805111],[-72.4506768526467,41.6829994800843],[-72.44966385206736,41.67858547926079],[-72.44911785175519,41.676207478817076],[-72.44910085174553,41.676134478803476],[-72.44870785152078,41.67442147848382],[-72.44857585144537,41.673847478376715],[-72.44848585139408,41.673458478304156],[-72.44821885124145,41.67229547808713],[-72.44814285119789,41.671962478024966],[-72.44812985119049,41.671906478014506],[-72.44715285084645,41.671451477957284],[-72.44422184981445,41.67008947778615],[-72.44382984967645,41.66990747776329],[-72.44325484947261,41.66961547772489],[-72.4420118490319,41.66898347764175],[-72.43828284770994,41.6670904773929],[-72.43732984737208,41.66660647732924],[-72.4370448472705,41.66645147730821],[-72.43697084724413,41.6664114773028],[-72.43598484689258,41.6658754772301],[-72.432805845759,41.66414347699495],[-72.43185384541965,41.66362647692486],[-72.4317468453815,41.663568476916986],[-72.43071684501423,41.663007476840825],[-72.42942984455539,41.66230747674582],[-72.42923184447565,41.662037476699744],[-72.42821884406763,41.660654476463584],[-72.42793584395359,41.660267476397486],[-72.42752984378976,41.65970747630171],[-72.42747984376854,41.65962047628643],[-72.42619284322295,41.657379475892476],[-72.42218584152415,41.65039847466505],[-72.42092784099091,41.64820747427975],[-72.42084784095734,41.64807347425628],[-72.42084084095437,41.64806147425416],[-72.41985684054583,41.64649947398223],[-72.41749683956633,41.642757473330796],[-72.41712783941318,41.64217247322894],[-72.41688183931126,41.64178547316161],[-72.41649783915183,41.64117547305538],[-72.41589283890066,41.640214472888026],[-72.41590683889459,41.640025472850915],[-72.41587083887477,41.63988147282409],[-72.41576283881533,41.63945047274385],[-72.41572883879621,41.639307472717185],[-72.41560183874533,41.6391384726884],[-72.41551283870935,41.63901447266715],[-72.41464483835917,41.6378164724621],[-72.41435583824263,41.637418472394],[-72.41421983818988,41.63726847236919],[-72.41396183809599,41.63709347234337],[-72.41385283805096,41.636924472314035],[-72.41384683804407,41.636836472297134],[-72.41388183805317,41.63679547228807],[-72.41402483809868,41.636776472279855],[-72.41405283810523,41.63673047227005],[-72.41405283810063,41.63664847225413],[-72.41384783802775,41.636540472239645],[-72.41376683799527,41.63643247222127],[-72.41376683798809,41.6363044721964],[-72.41382283799919,41.63617747216998],[-72.41382383798855,41.635982472132106],[-72.4137718379466,41.63553747204736],[-72.41378983794802,41.635458472031466],[-72.41382683795125,41.63530147199983],[-72.41377483791047,41.634877471919175],[-72.41372083788421,41.63472347189098],[-72.4135518378173,41.63451247185537],[-72.41343483777428,41.63442547184219],[-72.41323783770397,41.63431647182727],[-72.41287083756878,41.63403847178492],[-72.41264083747971,41.63378747174346],[-72.41179083717238,41.63324647166534],[-72.41162083710968,41.633116471645494],[-72.41153283707526,41.633014471628464],[-72.41129483698873,41.63285447160493],[-72.41123983696704,41.632787471593666],[-72.4110848369004,41.63250047154286],[-72.41086083681158,41.63221847149521],[-72.41069083674782,41.63206947147165],[-72.41020883657161,41.631728471420715],[-72.40989683645525,41.6314664713797],[-72.40969983637807,41.63123547134111],[-72.4095298363143,41.63108647131755],[-72.40921783619416,41.630757471263564],[-72.40917083616964,41.6305934712332],[-72.40916483615447,41.630358471187776],[-72.40925983617188,41.63011747113798],[-72.4092748361748,41.63008247113071],[-72.40925583616367,41.62999447111424],[-72.4090858360999,41.629845471090675],[-72.40897483601346,41.62895047092043],[-72.40862483584066,41.62790447072844],[-72.40861183582894,41.627771470703024],[-72.40861283580495,41.62733847061893],[-72.4085518357653,41.626986470552524],[-72.40848083571879,41.62657047047399],[-72.40819583558795,41.62589447035176],[-72.40787483544607,41.62523047023299],[-72.40788183544129,41.6251044702083],[-72.40792583545004,41.62500547018769],[-72.40802383546952,41.62478347014148],[-72.40834483553361,41.62406246999134],[-72.40848183556082,41.623752469926806],[-72.40862283558894,41.62343546986081],[-72.40863583559167,41.62340846985516],[-72.40888983564157,41.62282346973354],[-72.40897183565777,41.62263646969463],[-72.40900883566258,41.622507469668406],[-72.40950883568772,41.62005446917627],[-72.40951383563244,41.619041468979404],[-72.40944683548081,41.61672946853255],[-72.40944283547174,41.616591468505874],[-72.40942583544022,41.616128468416484],[-72.40944083534094,41.614273468055764],[-72.40948583503733,41.60860346695306],[-72.40956883503091,41.60800746683468],[-72.41005083499981,41.604655466168296],[-72.41006583499869,41.60454846614705],[-72.41010383499626,41.60428446609456],[-72.41026183498543,41.60317446587392],[-72.41031583498227,41.60280446580033],[-72.4103218349818,41.6027614657918],[-72.41032983498133,41.60270646578085],[-72.41035183498461,41.602637465766755],[-72.41036583498695,41.602597465758556],[-72.41036783498714,41.60258946575693],[-72.41041783499496,41.602438465726],[-72.4105368350138,41.60208346565329],[-72.41057583501983,41.601964465628924],[-72.41062983502856,41.60180646559652]]]},"properties":{"name":5241,"geoid":"09003524100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.77188195659356,41.671308467548904],[-72.77051895615614,41.67141646761373],[-72.77006595601128,41.67146146763704],[-72.7687089555773,41.6715954677067],[-72.7682569554328,41.67164146773018],[-72.76799695534962,41.67166646774339],[-72.76721995510108,41.671742467783126],[-72.76696095501828,41.67176846779651],[-72.76680295496777,41.6717844678047],[-72.76633095481688,41.6718324678292],[-72.76617395476676,41.67184946783755],[-72.76610895474585,41.67185346784041],[-72.7659449546932,41.67186646784821],[-72.7659169546842,41.6718684678495],[-72.76585295466379,41.671875467852914],[-72.76577195463781,41.67188246785688],[-72.76574095462794,41.67188646785865],[-72.76553095456065,41.671904467868906],[-72.765450954535,41.671911467872846],[-72.76534495450107,41.67192146787819],[-72.7650289544,41.671952467894364],[-72.76492395436644,41.67196346789987],[-72.76463495427389,41.67198946791422],[-72.76380295400749,41.672066467955936],[-72.76376995399674,41.672066467957],[-72.76359495393984,41.67206746796282],[-72.76348495390225,41.67203646796036],[-72.76359895392953,41.671864467923385],[-72.76394095401137,41.67135046781283],[-72.76405595403902,41.67117946777601],[-72.76410095405029,41.67112046776314],[-72.76423895408506,41.670943467724406],[-72.76428595409705,41.67088546771165],[-72.76442695413107,41.67067846766703],[-72.76485395423467,41.670060467533595],[-72.76499595426912,41.66985546748931],[-72.7650209542748,41.669812467480185],[-72.76509795429249,41.669683467452735],[-72.76512395429853,41.66964146744376],[-72.76517995430822,41.6694924674131],[-72.76535095433839,41.66904746732141],[-72.76540795434846,41.668899467290906],[-72.76541295434649,41.668836467278545],[-72.76542795434054,41.66864746724146],[-72.76543295433855,41.6685844672291],[-72.76543395433309,41.66848346720952],[-72.76543895431737,41.66818046715064],[-72.76544095431228,41.66808046713122],[-72.76544395430575,41.667949467105764],[-72.7654529542864,41.667560467030114],[-72.76545695428027,41.66743046700482],[-72.76545695427562,41.667349466989144],[-72.76546095426306,41.66710746694214],[-72.76546195425883,41.667027466926605],[-72.76546795425573,41.66693946690938],[-72.76548695424695,41.666678466858215],[-72.76549395424425,41.666591466841126],[-72.76548195422923,41.66639746680394],[-72.7654479541849,41.665816466692526],[-72.76543695417027,41.66562346665548],[-72.76541695415466,41.665464466625345],[-72.76535795410813,41.664987466534846],[-72.7653389540929,41.664829466504855],[-72.76530395406823,41.664597466461046],[-72.76520195399533,41.6639044663301],[-72.76516895397138,41.66367346628642],[-72.76513695394583,41.66340946623631],[-72.76504195386963,41.66261846608616],[-72.76501095384448,41.66235546603621],[-72.76528495393211,41.66232846602215],[-72.76610995419614,41.66225046598048],[-72.76638495428415,41.66222446596659],[-72.76669595438347,41.66219146595018],[-72.76762995468184,41.66209346590113],[-72.76794195478152,41.66206146588488],[-72.76813395484304,41.66204446587541],[-72.76871095502808,41.661996465847515],[-72.76871295502873,41.66199646584746],[-72.76890295508913,41.6619714658365],[-72.76895295511113,41.662071465854275],[-72.76897295511993,41.66211146586135],[-72.76911495517486,41.66226346588625],[-72.76918295519968,41.66231046589314],[-72.76927495523333,41.662375465902784],[-72.76959895535711,41.66269546595432],[-72.76962195536592,41.66271846595805],[-72.76976995542351,41.662883465985225],[-72.77006895556144,41.66359246611293],[-72.77021795562776,41.66390346616837],[-72.77041495571545,41.66431546624183],[-72.77052195576358,41.66454746628331],[-72.77084295590802,41.66524546640818],[-72.77095095595652,41.66547846644982],[-72.77104395599858,41.66568446648673],[-72.77132295612496,41.666305466598025],[-72.77141595616708,41.6665124666351],[-72.77149895620471,41.66669746666826],[-72.77174895631804,41.667255466768275],[-72.77183295635604,41.66744146680159],[-72.77191595639306,41.667616466832825],[-72.77216595650468,41.668144466927025],[-72.77224995654211,41.668320466958406],[-72.77226495655181,41.668404466974195],[-72.77228995656746,41.668535466998755],[-72.7722979565771,41.66865846702232],[-72.77230395658346,41.66873546703703],[-72.77230295658364,41.66874446703881],[-72.77223895659107,41.66923746713636],[-72.77223495659102,41.66925946714072],[-72.77212095659112,41.66990846727011],[-72.77197395659417,41.67079646744681],[-72.77192095659542,41.671119467511055],[-72.77188195659356,41.671308467548904]]]},"properties":{"name":4153,"geoid":"09003415300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.77387495612867,41.651868463719175],[-72.77349795600931,41.65192646374256],[-72.77236995565232,41.65210246381297],[-72.7719939555334,41.65216246383672],[-72.77173995545265,41.652195463851285],[-72.77097995521109,41.652296463895325],[-72.77072695513078,41.65233146391025],[-72.77062095509731,41.65234946391715],[-72.77036895501794,41.652395463934184],[-72.77030495499757,41.652403463937794],[-72.77019995496431,41.65241946394428],[-72.7701219549394,41.652427463948335],[-72.76988795486474,41.65245346396092],[-72.76981095484024,41.65246346396532],[-72.7697099548079,41.65247246397032],[-72.76940995471182,41.65249946398521],[-72.7693729547,41.65250346398718],[-72.76931095468018,41.65250946399034],[-72.76925795466322,41.65251446399302],[-72.76909895461235,41.65252946400104],[-72.76904595459537,41.65253446400371],[-72.76849395441889,41.65258946403214],[-72.7668389538897,41.65275346411719],[-72.7662879537136,41.652809464145776],[-72.76567695351861,41.652876464178426],[-72.7638459529343,41.65307846427652],[-72.76323595273968,41.65314646430934],[-72.76326395275807,41.653308464339815],[-72.76334995281397,41.65379646443161],[-72.76337895283275,41.65395946446224],[-72.76341495285374,41.65412146449246],[-72.76352395291718,41.6546104645837],[-72.76356095293856,41.65477346461409],[-72.76359195295791,41.65493546464448],[-72.76368695301682,41.65542446473614],[-72.76371895303656,41.6555874647667],[-72.76377195306823,41.65583946481382],[-72.76393095316342,41.65659846495575],[-72.76398395319515,41.656851465003044],[-72.7640609532414,41.657221465072254],[-72.76429195338022,41.658333465280236],[-72.76436895342651,41.658704465349636],[-72.76444295347034,41.659049465414085],[-72.76445595347904,41.65912746542878],[-72.76454595353714,41.65963046552332],[-72.76470895363421,41.66039946566704],[-72.7647999536881,41.66082346574624],[-72.76484195371927,41.661129465804166],[-72.7649679538129,41.662048465978124],[-72.76501095384448,41.66235546603621],[-72.76504195386963,41.66261846608616],[-72.76513695394583,41.66340946623631],[-72.76516895397138,41.66367346628642],[-72.76520195399533,41.6639044663301],[-72.76530395406823,41.664597466461046],[-72.7653389540929,41.664829466504855],[-72.76535795410813,41.664987466534846],[-72.76541695415466,41.665464466625345],[-72.76543695417027,41.66562346665548],[-72.7654479541849,41.665816466692526],[-72.76548195422923,41.66639746680394],[-72.76549395424425,41.666591466841126],[-72.76548695424695,41.666678466858215],[-72.76546795425573,41.66693946690938],[-72.76546195425883,41.667027466926605],[-72.76546095426306,41.66710746694214],[-72.76545695427562,41.667349466989144],[-72.76545695428027,41.66743046700482],[-72.7654529542864,41.667560467030114],[-72.76544395430575,41.667949467105764],[-72.76544095431228,41.66808046713122],[-72.76543895431737,41.66818046715064],[-72.76543395433309,41.66848346720952],[-72.76543295433855,41.6685844672291],[-72.76542795434054,41.66864746724146],[-72.76541295434649,41.668836467278545],[-72.76540795434846,41.668899467290906],[-72.76535095433839,41.66904746732141],[-72.76517995430822,41.6694924674131],[-72.76512395429853,41.66964146744376],[-72.76509795429249,41.669683467452735],[-72.7650209542748,41.669812467480185],[-72.76499595426912,41.66985546748931],[-72.76485395423467,41.670060467533595],[-72.76442695413107,41.67067846766703],[-72.76428595409705,41.67088546771165],[-72.76423895408506,41.670943467724406],[-72.76410095405029,41.67112046776314],[-72.76405595403902,41.67117946777601],[-72.76367095391582,41.671216467795574],[-72.76251595354633,41.67132846785446],[-72.76213195342352,41.671366467874165],[-72.76191995335572,41.67138746788506],[-72.76128595315298,41.67145046791769],[-72.76107495308557,41.671472467928744],[-72.76047995289517,41.67152946795894],[-72.75869495232402,41.67170146804972],[-72.75810095213401,41.67175946808007],[-72.75788795206581,41.67177946809081],[-72.75725195186236,41.67184146812328],[-72.75703995179455,41.67186246813418],[-72.7568089517204,41.67188046814508],[-72.75611595149788,41.67193346817766],[-72.75588595142409,41.671952468188756],[-72.75567395135609,41.67196946819887],[-72.7550369511516,41.67201946822905],[-72.75482595108394,41.67203746823934],[-72.75474595105865,41.67205046824443],[-72.75450695098314,41.672090468259874],[-72.75442795095825,41.672104468265125],[-72.75430895088721,41.67154046815973],[-72.75395195067432,41.66985146784411],[-72.75383295060335,41.669288467738916],[-72.75375495056096,41.6689914676839],[-72.75359395047306,41.66837146756899],[-72.7535459504418,41.66809846751767],[-72.75352195042598,41.667958467491324],[-72.75355495042757,41.66779846745927],[-72.75353795041201,41.667623467425926],[-72.75348995036657,41.667102467326565],[-72.75347495035173,41.66692846729334],[-72.75316295016128,41.665375467002576],[-72.75222694959002,41.6607164661302],[-72.7519159494,41.659164465839545],[-72.75164294925153,41.65812246564646],[-72.75082494880657,41.65499746506734],[-72.75055294865851,41.65395646487438],[-72.75054494862444,41.653406464768075],[-72.7505209485224,41.651758464449536],[-72.75051294848839,41.65120946434341],[-72.75048194846646,41.651002464304284],[-72.7503889484007,41.65038146418695],[-72.75035794837883,41.65017546414801],[-72.75061494846058,41.650142464133374],[-72.751385948706,41.65004646408996],[-72.75164394878813,41.65001446407547],[-72.7520909489316,41.64997946405432],[-72.7534339493627,41.649875463990966],[-72.75388194950655,41.64984146396995],[-72.75473594978315,41.64981846393803],[-72.75729895061345,41.64975246384276],[-72.75815395089042,41.649730463811],[-72.75854695101614,41.649692463790984],[-72.75972995139472,41.64958046373122],[-72.76012395152081,41.64954346371136],[-72.76166295201381,41.64940646363529],[-72.76628195349362,41.64899946340776],[-72.76721995379417,41.648917463361684],[-72.76761995392405,41.64891246334783],[-72.76782495399057,41.64890946334066],[-72.76793995402801,41.64890946333695],[-72.76828695414093,41.64890946332578],[-72.76840295417867,41.64890946332205],[-72.76849595420887,41.64890846331887],[-72.76852795421928,41.64890846331784],[-72.76877795429974,41.648892463306666],[-72.76887195433001,41.648887463302685],[-72.7693589544829,41.64878946326802],[-72.77082295494263,41.64849846316449],[-72.77087895496024,41.64848746316056],[-72.77131095509588,41.648401463129986],[-72.77133395511147,41.64854346315676],[-72.77135695512676,41.648679463182376],[-72.77140795516007,41.648971463237295],[-72.77143395517672,41.64911446326418],[-72.77153995522059,41.64927846329253],[-72.7716579552702,41.64947446332672],[-72.77175795531161,41.649629463353534],[-72.77184595534564,41.64972346336892],[-72.773222955877,41.6511784636065],[-72.77336795593295,41.651331463631465],[-72.77387495612867,41.651868463719175]]]},"properties":{"name":4154,"geoid":"09003415400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.77387495612867,41.651868463719175],[-72.773954956159,41.651943463731136],[-72.77419495625004,41.6521694637672],[-72.77427595628076,41.65224546377931],[-72.77436095631403,41.65234346379557],[-72.77461695641415,41.65263746384428],[-72.77470295644774,41.652735463860495],[-72.77495295654366,41.652989463901655],[-72.77500195656246,41.653039463909764],[-72.77525695666279,41.65334246396025],[-72.77543795673972,41.65365746401545],[-72.77554895678811,41.65387146405333],[-72.77559795680936,41.65396446406977],[-72.77573295686554,41.654178464106884],[-72.77583595691208,41.654405464147544],[-72.7761449570518,41.655089464270105],[-72.7762489570987,41.655317464310926],[-72.77632795713592,41.655518464347324],[-72.77637595715852,41.655640464369405],[-72.77659095725535,41.656109464453344],[-72.77668195729623,41.65630646448858],[-72.77677295733713,41.656503464523794],[-72.77704695746021,41.65709546462966],[-72.77713895750148,41.65729346466505],[-72.777282957564,41.657566464713305],[-72.77771795775244,41.65838546485796],[-72.77786295781527,41.65865846490617],[-72.77802295788567,41.658978464962985],[-72.77803895789248,41.6590064649679],[-72.77824195797825,41.65935046502799],[-72.77871895816826,41.65995746513021],[-72.77896095826459,41.66026446518189],[-72.77851995813282,41.66046946523579],[-72.7779799579716,41.660722465302186],[-72.77720295774022,41.66109746539987],[-72.77698195767448,41.66120546542792],[-72.776855957638,41.661284465447274],[-72.77680395762545,41.66136046546368],[-72.77665095757793,41.66140046547635],[-72.7766269575704,41.6614054654781],[-72.77655795754899,41.6614234654838],[-72.77653495754184,41.6614294654857],[-72.77562295725542,41.661610465550126],[-72.7752339571318,41.66166246557274],[-72.77481695699753,41.66168746559102],[-72.77446995688729,41.661734465611296],[-72.77438995686184,41.66174446561581],[-72.77415095678576,41.66177446562932],[-72.77407195676068,41.661785465634004],[-72.77393295671632,41.66180046564137],[-72.77351895658408,41.66184446566324],[-72.77338095654011,41.66186046567077],[-72.77314695646572,41.66189146568432],[-72.7724469562432,41.66198346572469],[-72.7722139561692,41.66201546573838],[-72.77209095613007,41.66203146574545],[-72.77172195601274,41.66207946576664],[-72.77159995597401,41.66209646577386],[-72.7711339558255,41.66215146579952],[-72.76973895538109,41.662318465876794],[-72.76927495523333,41.662375465902784],[-72.76918295519968,41.66231046589314],[-72.76911495517486,41.66226346588625],[-72.76897295511993,41.66211146586135],[-72.76895295511113,41.662071465854275],[-72.76890295508913,41.6619714658365],[-72.76871295502873,41.66199646584746],[-72.76871095502808,41.661996465847515],[-72.76813395484304,41.66204446587541],[-72.76794195478152,41.66206146588488],[-72.76762995468184,41.66209346590113],[-72.76669595438347,41.66219146595018],[-72.76638495428415,41.66222446596659],[-72.76610995419614,41.66225046598048],[-72.76528495393211,41.66232846602215],[-72.76501095384448,41.66235546603621],[-72.7649679538129,41.662048465978124],[-72.76484195371927,41.661129465804166],[-72.7647999536881,41.66082346574624],[-72.76470895363421,41.66039946566704],[-72.76454595353714,41.65963046552332],[-72.76445595347904,41.65912746542878],[-72.76444295347034,41.659049465414085],[-72.76436895342651,41.658704465349636],[-72.76429195338022,41.658333465280236],[-72.7640609532414,41.657221465072254],[-72.76398395319515,41.656851465003044],[-72.76393095316342,41.65659846495575],[-72.76377195306823,41.65583946481382],[-72.76371895303656,41.6555874647667],[-72.76368695301682,41.65542446473614],[-72.76359195295791,41.65493546464448],[-72.76356095293856,41.65477346461409],[-72.76352395291718,41.6546104645837],[-72.76341495285374,41.65412146449246],[-72.76337895283275,41.65395946446224],[-72.76334995281397,41.65379646443161],[-72.76326395275807,41.653308464339815],[-72.76323595273968,41.65314646430934],[-72.7638459529343,41.65307846427652],[-72.76567695351861,41.652876464178426],[-72.7662879537136,41.652809464145776],[-72.7668389538897,41.65275346411719],[-72.76849395441889,41.65258946403214],[-72.76904595459537,41.65253446400371],[-72.76909895461235,41.65252946400104],[-72.76925795466322,41.65251446399302],[-72.76931095468018,41.65250946399034],[-72.7693729547,41.65250346398718],[-72.76940995471182,41.65249946398521],[-72.7697099548079,41.65247246397032],[-72.76981095484024,41.65246346396532],[-72.76988795486474,41.65245346396092],[-72.7701219549394,41.652427463948335],[-72.77019995496431,41.65241946394428],[-72.77030495499757,41.652403463937794],[-72.77036895501794,41.652395463934184],[-72.77062095509731,41.65234946391715],[-72.77072695513078,41.65233146391025],[-72.77097995521109,41.652296463895325],[-72.77173995545265,41.652195463851285],[-72.7719939555334,41.65216246383672],[-72.77236995565232,41.65210246381297],[-72.77349795600931,41.65192646374256],[-72.77387495612867,41.651868463719175]]]},"properties":{"name":4155,"geoid":"09003415500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.7835639596532,41.65835646466398],[-72.78329595959184,41.65880746475996],[-72.78265995944633,41.65988046498831],[-72.78252095941463,41.660116465038506],[-72.78248995940694,41.66015846504763],[-72.78239895938457,41.660284465074966],[-72.78236195937555,41.66033746508644],[-72.78213395931293,41.660539465132906],[-72.78204995928755,41.66057346514219],[-72.78179795921154,41.66067846517065],[-72.7817149591866,41.660714465180305],[-72.78143895910516,41.66086046521748],[-72.78136095908216,41.660902465228126],[-72.78097695896648,41.66106446527188],[-72.78055595883464,41.661154465302864],[-72.78053595882842,41.6611594653045],[-72.78024695873609,41.661189465319616],[-72.78012995869814,41.66119146532377],[-72.77977895858442,41.66120046533683],[-72.77966295854691,41.66120446534134],[-72.77958095851007,41.661027465309694],[-72.77955495849977,41.66099546530434],[-72.77910895832318,41.66044646521237],[-72.77896095826459,41.66026446518189],[-72.77871895816826,41.65995746513021],[-72.77824195797825,41.65935046502799],[-72.77803895789248,41.6590064649679],[-72.77802295788567,41.658978464962985],[-72.77786295781527,41.65865846490617],[-72.77771795775244,41.65838546485796],[-72.777282957564,41.657566464713305],[-72.77713895750148,41.65729346466505],[-72.77704695746021,41.65709546462966],[-72.77677295733713,41.656503464523794],[-72.77668195729623,41.65630646448858],[-72.77659095725535,41.656109464453344],[-72.77637595715852,41.655640464369405],[-72.77632795713592,41.655518464347324],[-72.7762489570987,41.655317464310926],[-72.7761449570518,41.655089464270105],[-72.77583595691208,41.654405464147544],[-72.77573295686554,41.654178464106884],[-72.77559795680936,41.65396446406977],[-72.77554895678811,41.65387146405333],[-72.77543795673972,41.65365746401545],[-72.77525695666279,41.65334246396025],[-72.77500195656246,41.653039463909764],[-72.77495295654366,41.652989463901655],[-72.77470295644774,41.652735463860495],[-72.77461695641415,41.65263746384428],[-72.77436095631403,41.65234346379557],[-72.77427595628076,41.65224546377931],[-72.77419495625004,41.6521694637672],[-72.773954956159,41.651943463731136],[-72.77387495612867,41.651868463719175],[-72.77336795593295,41.651331463631465],[-72.773222955877,41.6511784636065],[-72.77184595534564,41.64972346336892],[-72.77175795531161,41.649629463353534],[-72.7716579552702,41.64947446332672],[-72.77153995522059,41.64927846329253],[-72.77143395517672,41.64911446326418],[-72.77140795516007,41.648971463237295],[-72.77135695512676,41.648679463182376],[-72.77133395511147,41.64854346315676],[-72.77131095509588,41.648401463129986],[-72.7718739552748,41.64832646309733],[-72.77857295745041,41.64825246286727],[-72.77916395763985,41.648202462838526],[-72.78093695820841,41.64805646275314],[-72.7815289583983,41.648008462724775],[-72.78292695884885,41.647932462665004],[-72.78712196020102,41.647708462486456],[-72.78852096065191,41.647633462426846],[-72.78850496064923,41.64767746243589],[-72.78843596063189,41.64776646245535],[-72.78814396055868,41.64814746253858],[-72.78804696053446,41.64827546256651],[-72.78781496047249,41.64851146261972],[-72.78712196028779,41.64922346277999],[-72.78689096022619,41.64946046283335],[-72.78659596015075,41.649819462912404],[-72.78613896003395,41.65037646303507],[-72.78608196001947,41.65044746305064],[-72.78575295994004,41.65092946315463],[-72.78549195987716,41.65131446323764],[-72.78530895983228,41.65157046329314],[-72.78525295981864,41.65165046331044],[-72.78511795978469,41.651824463348504],[-72.78502295976573,41.65203346339206],[-72.78503495978222,41.652253463434285],[-72.78505295979811,41.65242846346761],[-72.78506895981215,41.65258246349694],[-72.78509095982841,41.65274146352702],[-72.78511195984203,41.652859463549206],[-72.78517795988392,41.65321646361624],[-72.7851999598979,41.65333546363859],[-72.78523795991995,41.65350446367011],[-72.78535495998713,41.654012463764744],[-72.78536895999517,41.6540734637761],[-72.78539396000956,41.65418246379642],[-72.78552296005687,41.65427546381028],[-72.7855729600752,41.65431146381564],[-72.78591096019916,41.65455546385203],[-72.78604096024685,41.65464946386604],[-72.78602396024257,41.654671463870855],[-72.78597596023094,41.65474146388597],[-72.78595996022706,41.65476446389093],[-72.78591296021563,41.65483146390543],[-72.7858179601901,41.65492546392671],[-72.78555996012103,41.655185463985376],[-72.78537196007188,41.65539546403212],[-72.78531296005653,41.655462464047005],[-72.78524196003946,41.65556746406963],[-72.78518196003142,41.65576846411051],[-72.78500596000882,41.656373464233376],[-72.78499696000762,41.656403464239474],[-72.78494796000153,41.656575464274376],[-72.78476795995603,41.65680346432434],[-72.78422995982031,41.657490464474755],[-72.78405095977517,41.657719464524895],[-72.78399195976021,41.65779346454112],[-72.78381795971633,41.65801546458974],[-72.78375995970174,41.65809046460613],[-72.78371995969174,41.65814346461769],[-72.7836029596628,41.65830246465225],[-72.7835639596532,41.65835646466398]]]},"properties":{"name":4156,"geoid":"09003415600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.7835639596532,41.65835646466398],[-72.7836029596628,41.65830246465225],[-72.78371995969174,41.65814346461769],[-72.78375995970174,41.65809046460613],[-72.78381795971633,41.65801546458974],[-72.78399195976021,41.65779346454112],[-72.78405095977517,41.657719464524895],[-72.78422995982031,41.657490464474755],[-72.78476795995603,41.65680346432434],[-72.78494796000153,41.656575464274376],[-72.78499696000762,41.656403464239474],[-72.78500596000882,41.656373464233376],[-72.78518196003142,41.65576846411051],[-72.78524196003946,41.65556746406963],[-72.78531296005653,41.655462464047005],[-72.78537196007188,41.65539546403212],[-72.78555996012103,41.655185463985376],[-72.7858179601901,41.65492546392671],[-72.78591296021563,41.65483146390543],[-72.78595996022706,41.65476446389093],[-72.78597596023094,41.65474146388597],[-72.78602396024257,41.654671463870855],[-72.78604096024685,41.65464946386604],[-72.78591096019916,41.65455546385203],[-72.7855729600752,41.65431146381564],[-72.78552296005687,41.65427546381028],[-72.78539396000956,41.65418246379642],[-72.78536895999517,41.6540734637761],[-72.78535495998713,41.654012463764744],[-72.78523795991995,41.65350446367011],[-72.7851999598979,41.65333546363859],[-72.78517795988392,41.65321646361624],[-72.78511195984203,41.652859463549206],[-72.78509095982841,41.65274146352702],[-72.78506895981215,41.65258246349694],[-72.78505295979811,41.65242846346761],[-72.78503495978222,41.652253463434285],[-72.78502295976573,41.65203346339206],[-72.78511795978469,41.651824463348504],[-72.78525295981864,41.65165046331044],[-72.78530895983228,41.65157046329314],[-72.78549195987716,41.65131446323764],[-72.78575295994004,41.65092946315463],[-72.78608196001947,41.65044746305064],[-72.78613896003395,41.65037646303507],[-72.78659596015075,41.649819462912404],[-72.78689096022619,41.64946046283335],[-72.78712196028779,41.64922346277999],[-72.78781496047249,41.64851146261972],[-72.78804696053446,41.64827546256651],[-72.78814396055868,41.64814746253858],[-72.78843596063189,41.64776646245535],[-72.78850496064923,41.64767746243589],[-72.78852096065191,41.647633462426846],[-72.78874096072263,41.64761846241685],[-72.78940296093558,41.64757546238719],[-72.78962396100668,41.64756146237736],[-72.78989296109347,41.64754846236617],[-72.79070396135523,41.64751146233286],[-72.7909739614424,41.64749946232184],[-72.79101096145433,41.64749746232025],[-72.79112296149053,41.64749346231587],[-72.79116096150284,41.64749246231444],[-72.79119896151835,41.647547462323885],[-72.79131496156556,41.647712462352125],[-72.79135396158145,41.64776846236171],[-72.79148996163458,41.64792346238736],[-72.79189996179468,41.648389462464436],[-72.7920369618482,41.64854546249024],[-72.79215296189425,41.6486904625146],[-72.79250196203284,41.64912746258803],[-72.79261896207927,41.64927346261254],[-72.79277996214157,41.649446462640874],[-72.79326296232864,41.64996846272643],[-72.79342496239133,41.65014246275493],[-72.79362396246965,41.65037946279443],[-72.79422096270481,41.65109346291351],[-72.7944199627832,41.6513314629532],[-72.79468896289077,41.651681463012345],[-72.79549696321388,41.65273146318972],[-72.79576696332178,41.653081463248824],[-72.79600196341555,41.65338346329973],[-72.79670796369737,41.654292463453075],[-72.7969439637916,41.65459646350436],[-72.79732796394487,41.65509046358767],[-72.79779496412858,41.65564446367993],[-72.79795396419506,41.655901463724575],[-72.79809096425203,41.65611746376201],[-72.79830196433284,41.65632946379626],[-72.79857796443851,41.65660646384102],[-72.79940796475631,41.65743846397542],[-72.79968496486237,41.65771646402033],[-72.79991096494881,41.657941464056634],[-72.80059096520878,41.65861646416545],[-72.80081796529555,41.6588414642017],[-72.7984359645369,41.659128464334124],[-72.79745396422453,41.65925346439],[-72.79712996412009,41.65927046440373],[-72.79569796365965,41.65936746446869],[-72.79277396271694,41.659520464592596],[-72.79136096226208,41.659606464654814],[-72.79094396212777,41.659630464672894],[-72.78969496172562,41.659705464727686],[-72.78927896159169,41.65973046474594],[-72.78931696161825,41.65997846479276],[-72.78943096169817,41.66072546493376],[-72.78946896172481,41.66097446498077],[-72.78906596159568,41.661009465000525],[-72.78815496130385,41.661090465045596],[-72.78786096120974,41.6611174650603],[-72.78745896108099,41.661153465080226],[-72.78749796110233,41.66130446510822],[-72.78751796111084,41.661339465114345],[-72.78753696111892,41.66137246512013],[-72.78785396124805,41.66182546519765],[-72.78786496125254,41.6618414652004],[-72.78787696126665,41.662019465234486],[-72.78736496110123,41.66204046525506],[-72.78582896060499,41.66210346531677],[-72.78531696043957,41.66212446533733],[-72.78519596040043,41.66212846534203],[-72.78483296028317,41.66214346535662],[-72.7847129602444,41.66214846536146],[-72.78471396026616,41.66252246543387],[-72.78471996033252,41.66364646565137],[-72.78472196034855,41.663914465703215],[-72.78465896033298,41.66400046572189],[-72.78461396031891,41.664010465725276],[-72.78451796028904,41.66403446573304],[-72.78447996027688,41.66403846573503],[-72.78443496026259,41.66404446573763],[-72.78430096021985,41.664059465744856],[-72.78390196009283,41.664108465767214],[-72.78376896005045,41.66412446577459],[-72.78373596001748,41.66373646570051],[-72.78363895991919,41.6625724654782],[-72.7836069598866,41.66218546540427],[-72.78345195983616,41.662185465409266],[-72.78298795968533,41.662188465424784],[-72.78283395963527,41.66218946542995],[-72.78291295964225,41.66186246536407],[-72.78295295964563,41.661694465330235],[-72.78314895966294,41.660883465166826],[-72.7832289596703,41.660557465101114],[-72.78324595966998,41.66045546508081],[-72.78329695966903,41.66014946501989],[-72.78331495966911,41.660048464999754],[-72.78334095966584,41.659843464959195],[-72.7834209596568,41.65923146483808],[-72.78344795965388,41.659027464797695],[-72.78347095965363,41.658892464770794],[-72.78351495965306,41.658632464719005],[-72.78353995965306,41.65849046469071],[-72.7835639596532,41.65835646466398]]]},"properties":{"name":4157,"geoid":"09003415700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.81967998085948,41.82233549519173],[-72.81952898081178,41.82236149520163],[-72.81930898074481,41.822442495224394],[-72.81907898067195,41.82247849523878],[-72.81702198001871,41.822771495361955],[-72.81401597906319,41.823184495539],[-72.80801197714811,41.82389649587081],[-72.79855697412732,41.824934496377175],[-72.79855297412367,41.82489349636939],[-72.79849597406307,41.824167496231226],[-72.79821397376426,41.82059149555062],[-72.79811997366475,41.81940049532392],[-72.79810597361609,41.818638495177396],[-72.79810297360766,41.81850949515261],[-72.79809297356779,41.817876495030816],[-72.7980669734745,41.81641049474886],[-72.79805597343767,41.815835494638286],[-72.79804097338132,41.81494549446708],[-72.79800697336475,41.81485049444988],[-72.79790597331535,41.814565494398146],[-72.7978729732991,41.814470494380885],[-72.79786397329444,41.8144404943754],[-72.79783797328092,41.814353494359445],[-72.79782997327665,41.814324494354125],[-72.79792897327067,41.81366349422339],[-72.7982279732536,41.81168349383173],[-72.79832797324808,41.81102449370133],[-72.79820697316741,41.81031149356768],[-72.79784497292582,41.80817249316669],[-72.7977249728455,41.807459493032994],[-72.79762797278204,41.80690849292983],[-72.79733797259213,41.80525749262062],[-72.79724197252904,41.8047074925176],[-72.79738397248104,41.80307649219826],[-72.79781197233771,41.79818349124013],[-72.79795497229013,41.79655349092089],[-72.79805797229237,41.79601149081295],[-72.7983689722998,41.79438649048925],[-72.79847297230242,41.79384549038145],[-72.79874297233185,41.79283249017719],[-72.79894297234515,41.79193448999737],[-72.80004297269775,41.79183548994268],[-72.79954297224639,41.786840488994606],[-72.7994369721503,41.785774488792235],[-72.79895397171363,41.78093648787376],[-72.79744297034897,41.76581548500238],[-72.79674296971686,41.75880748367121],[-72.79821897019629,41.75878548361926],[-72.80264997163576,41.75872348346403],[-72.80412697211554,41.75870248341222],[-72.80639397284789,41.758599483319024],[-72.80755997322461,41.75854748327127],[-72.81319797504594,41.758292483039654],[-72.81546597577862,41.75819048294662],[-72.8161239759908,41.75815448291836],[-72.81809897662791,41.75804948283417],[-72.81875797684049,41.75801448280609],[-72.82013197728158,41.757904482740386],[-72.82024097731804,41.757921482740144],[-72.82046197739191,41.757954482739365],[-72.82051197742626,41.75826748279822],[-72.82055797745932,41.75858048285719],[-72.82061097749701,41.75893448292386],[-72.82193897804444,41.76092648326568],[-72.82252897828812,41.761819483419096],[-72.82303697849999,41.76262348355795],[-72.82432697903134,41.76455048388841],[-72.824844979265,41.76567548408893],[-72.82491397940332,41.76768148447411],[-72.82438797934576,41.76965048487141],[-72.82423497932965,41.77023448498916],[-72.82360897915615,41.77076048511101],[-72.82235797878687,41.77142048527895],[-72.82169397859131,41.77177848536957],[-72.82143297852762,41.77214748544928],[-72.82111497844991,41.7725954855461],[-72.8214049785686,41.77301448561761],[-72.82149597863413,41.77363648573479],[-72.82138197866404,41.774796485962476],[-72.82118297866224,41.77588748617958],[-72.82114497870961,41.776921486380466],[-72.8212059787374,41.77705848640494],[-72.82142697884001,41.77758848650013],[-72.82157197892384,41.778222486617835],[-72.82159497893659,41.77831348663469],[-72.82232797925515,41.77969448687759],[-72.82319697960851,41.780911487084424],[-72.82359397981232,41.78220048732041],[-72.82368597987204,41.782715487416866],[-72.82412098004731,41.78329648751495],[-72.82481498029978,41.78375348758069],[-72.82543998051942,41.784031487614136],[-72.82686698099437,41.78420748760188],[-72.82832398147042,41.78423348755972],[-72.82841598150037,41.78423348755673],[-72.83081898229055,41.784363487504],[-72.83180298263221,41.78472948754277],[-72.83245198285776,41.78497448756903],[-72.83252098289083,41.78515748760211],[-72.83258198292032,41.785324487632394],[-72.83254098292045,41.7855574876787],[-72.8325189829289,41.785827487731524],[-72.83247298292355,41.78599348776506],[-72.83243898291599,41.78605448777793],[-72.8322919828762,41.78619448780974],[-72.83252798294359,41.78603048777043],[-72.83240298292658,41.78644048785361],[-72.83203198287579,41.787651488099385],[-72.8320479830737,41.790982488741825],[-72.83210898317628,41.79241248901585],[-72.83168898314435,41.79422448937917],[-72.83097198298208,41.795456489640166],[-72.83086498295764,41.79563648967838],[-72.83015498283208,41.797463490053964],[-72.83021198286846,41.79777149011155],[-72.83028498291482,41.79816149018445],[-72.8303839829786,41.7987064902864],[-72.83040698303935,41.79962649046319],[-72.8304149830799,41.800282490589524],[-72.82999498305286,41.802178490968984],[-72.82934698291042,41.80336449121882],[-72.82765298241183,41.804284491451234],[-72.82755398238108,41.80431049145946],[-72.82655298207142,41.804594491546695],[-72.8263559820105,41.804650491563876],[-72.82560798177916,41.804863491629206],[-72.82415098133174,41.805333491767094],[-72.82354798117059,41.80594349190434],[-72.82258598090779,41.80681749210414],[-72.82295398103467,41.80693849211556],[-72.82285398100922,41.807061492142516],[-72.82267098096835,41.807385492210976],[-72.82249598092038,41.80754149224673],[-72.82232798087716,41.807740492290584],[-72.82224398085576,41.807843492313175],[-72.82214498083299,41.808007492348025],[-72.82190798078096,41.80844249243962],[-72.82164098071009,41.80872049250189],[-72.8214729806653,41.80889249254054],[-72.82141998065242,41.8089684925569],[-72.82052698041562,41.80990349276623],[-72.82029798036284,41.81028049284639],[-72.82022998035926,41.810601492910514],[-72.820175980394,41.811505493086656],[-72.82019898041162,41.811680493119674],[-72.82023698043176,41.8118144931443],[-72.82032098046416,41.81190149315835],[-72.82035198048335,41.81205849318765],[-72.82049698054871,41.812371493243326],[-72.82057298058847,41.81263049329083],[-72.82078698067411,41.812905493336935],[-72.82103798076803,41.81311549336931],[-72.82116798081347,41.81316849337532],[-72.8214879809221,41.81324449337963],[-72.82211398112607,41.813244493359335],[-72.82277798134615,41.813309493350346],[-72.82313598147006,41.81343549336307],[-72.8236249816464,41.81372949340393],[-72.82404398180499,41.814110493463865],[-72.82412798184009,41.814244493486974],[-72.82426598190467,41.8145834935479],[-72.82426598190978,41.81467149356487],[-72.82426598191904,41.81483149359574],[-72.82419698191116,41.81508349364659],[-72.82404398187725,41.815358493704586],[-72.82394998185357,41.81547849373079],[-72.82379998181581,41.815670493772686],[-72.82369298178737,41.815781493797566],[-72.82334198169643,41.816185493886856],[-72.82320498166087,41.816342493921574],[-72.8227629815445,41.81681949402793],[-72.82267098152465,41.81699449406466],[-72.82253398148333,41.8170514940801],[-72.82225098140728,41.817330494143086],[-72.8219999813438,41.81764649421215],[-72.82172498126795,41.817883494266795],[-72.82143498119441,41.81824549434601],[-72.8212289811397,41.81845949439396],[-72.82083198104326,41.81902749451638],[-72.81988598083093,41.82068349486645],[-72.81985598082954,41.82082849489538],[-72.81974098080778,41.82109949495136],[-72.81960398080177,41.82176649508446],[-72.81960398082987,41.82225149517799],[-72.81967998085948,41.82233549519173]]]},"properties":{"name":4622.02,"geoid":"09003462202"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.72553594042445,41.652346465366705],[-72.72523294032707,41.652368465380704],[-72.72432294003467,41.65243446542274],[-72.72402093993769,41.6524574654369],[-72.72382693987537,41.652471465445835],[-72.72324693968898,41.65251346547262],[-72.72305393962701,41.652528465481716],[-72.72261293948507,41.652556465501306],[-72.7222439393664,41.652581465518026],[-72.72145693911122,41.652598465546596],[-72.72128793905605,41.652595465551435],[-72.72084693891216,41.652589465564425],[-72.72048193879027,41.652535465565705],[-72.72024793871218,41.65250146556664],[-72.71982993857429,41.652469465573844],[-72.71937893842738,41.65246746558795],[-72.71936593842317,41.65246746558837],[-72.71901093830893,41.65249046560422],[-72.71874893822381,41.652493465613226],[-72.71826893807074,41.6525484656393],[-72.71789093795026,41.65259346566017],[-72.71727493775262,41.652643465689636],[-72.71669993756694,41.65266946571313],[-72.71604093735365,41.65269046573838],[-72.71529693711285,41.65271446576692],[-72.71528693706131,41.65186846560329],[-72.71527193698057,41.65053946534623],[-72.715123936864,41.649341465118795],[-72.71502093678258,41.648502464959506],[-72.71496893674545,41.648148464892564],[-72.71481293663406,41.64708646469174],[-72.71476093659699,41.646733464624994],[-72.71473593656911,41.64638746455872],[-72.71466393648662,41.64535246436044],[-72.71463993645911,41.645007464294345],[-72.71462993644958,41.64489746427334],[-72.71447793630601,41.643248463958585],[-72.71399493584775,41.63797146295115],[-72.71383393569508,41.63621346261549],[-72.71383093567295,41.63584246254366],[-72.71382593561258,41.634812462344115],[-72.71379893559946,41.63473646233026],[-72.71371993556069,41.6345074622884],[-72.71369893555043,41.634447462277436],[-72.71367793554016,41.634387462266474],[-72.71337793539429,41.63354146211208],[-72.71331493536351,41.63336146207921],[-72.7132809353471,41.63326746206207],[-72.71325893533636,41.633204462050564],[-72.71323693532558,41.63314146203905],[-72.71322593532024,41.6331104620334],[-72.71304393523177,41.63259746193976],[-72.71300893521462,41.632496461921306],[-72.71297693519894,41.63240446190449],[-72.71294393518302,41.63231346188792],[-72.71290693516507,41.632209461868925],[-72.71258093500646,41.63128846170081],[-72.71256193499718,41.63123446169096],[-72.71254293498792,41.6311804616811],[-72.71251693497535,41.63110846166798],[-72.71249193496311,41.63103646165482],[-72.71241693492672,41.6308264616165],[-72.7123399348892,41.63060746157651],[-72.71238193489829,41.63052746155965],[-72.71241093490458,41.63047246154805],[-72.71244093491123,41.63041746153643],[-72.7125919349443,41.6301354614769],[-72.7128609349967,41.62951946134883],[-72.7129459350141,41.6293394613112],[-72.71314993505626,41.62891446122224],[-72.71327293508153,41.628655461168066],[-72.71339693510711,41.628396461113866],[-72.71343993511601,41.62830746109522],[-72.71356593514751,41.6281404610588],[-72.713628935163,41.628052461039715],[-72.71378893520246,41.62783146099172],[-72.71382393521164,41.62779246098303],[-72.71389793523122,41.62771346096534],[-72.71415793529496,41.62734746088602],[-72.71488493547326,41.62632546066452],[-72.71493993548697,41.62625146064839],[-72.71521093555472,41.625893460570275],[-72.71534593559039,41.6257484605378],[-72.71550093563133,41.62558146050044],[-72.7157069356858,41.625361460451174],[-72.71570793568613,41.62536146045114],[-72.71575193569788,41.625316460441006],[-72.71575693569923,41.62531146043988],[-72.71584493571822,41.62514246040428],[-72.71585893572124,41.6251154603986],[-72.71590093573029,41.625034460381535],[-72.7159149357333,41.625007460375855],[-72.71579993562325,41.623733460132485],[-72.71574993559759,41.62356846010209],[-72.71552793548322,41.62282945996587],[-72.71476993519936,41.62217645986357],[-72.71328793464136,41.620847459653376],[-72.71315593456569,41.620273459546276],[-72.71308393452442,41.619960459487885],[-72.71307993448517,41.619294459358834],[-72.71284693438896,41.618936459296876],[-72.71284493438824,41.61893545929674],[-72.71281093437696,41.61893145929706],[-72.71254193428726,41.61889345929831],[-72.71217693416564,41.61884345930033],[-72.71196893409125,41.618725459284114],[-72.71194093408064,41.61869945927998],[-72.71184693404766,41.61865745927485],[-72.71179093402762,41.61862545927044],[-72.71155593394357,41.618492459252174],[-72.71147593391493,41.618446459245824],[-72.7113659338756,41.61838445923732],[-72.71127693384156,41.618295459222914],[-72.71126693383728,41.61827745921974],[-72.71122893382109,41.618210459207965],[-72.71122193381812,41.61819845920588],[-72.71116093379217,41.61809145918707],[-72.71113493378105,41.61804445917878],[-72.71125193380266,41.61775545911899],[-72.71127493380706,41.617701459107764],[-72.71131193381615,41.6176494590965],[-72.71152393386735,41.617337459029166],[-72.71174893393447,41.617230459001206],[-72.71178493394528,41.61721445899694],[-72.71181093395316,41.61720445899417],[-72.71239093413038,41.61700245893638],[-72.71246893415173,41.61693145892011],[-72.71256793417031,41.61669245887057],[-72.71262493414135,41.61585845870697],[-72.71266693412045,41.61525145858788],[-72.71266793411974,41.615233458584335],[-72.7126789341142,41.61507345855298],[-72.71280393412532,41.61455445844828],[-72.71276793408614,41.61407245835593],[-72.71288193410399,41.613734458286714],[-72.71331093417201,41.61247845802931],[-72.71359593420108,41.611360457803265],[-72.71364493418193,41.6107444576822],[-72.71398093425367,41.61008445754337],[-72.71432793432791,41.60940545740053],[-72.71479293442738,41.60849545720906],[-72.71509893450359,41.60808545711969],[-72.71510093450408,41.60808245711905],[-72.71516493452604,41.60810245712088],[-72.71577093473361,41.60828545713693],[-72.7164289349591,41.60848545715464],[-72.71691993512648,41.60861945716488],[-72.71736793527768,41.60871445716894],[-72.71780993542623,41.60879745717085],[-72.71849993565812,41.60892745717393],[-72.71883193577143,41.60902045718132],[-72.71904393584504,41.609101457190235],[-72.7191749358905,41.60915145719573],[-72.71949993600474,41.60930045721421],[-72.7198009361127,41.60947645723869],[-72.72011093622602,41.60969545727124],[-72.72048793636641,41.61000645731947],[-72.72092993653104,41.6103714573761],[-72.72133293668054,41.61069445742581],[-72.72254393712984,41.61166445757512],[-72.72294793727974,41.611988457625024],[-72.7229789372913,41.61201445762907],[-72.72307493732711,41.612094457641504],[-72.72310693733905,41.61212145764571],[-72.72318993736988,41.612188457656046],[-72.72344093746305,41.61239045768717],[-72.72352493749426,41.61245845769766],[-72.72437593781025,41.61314445780343],[-72.72693193875936,41.61520545812115],[-72.72778393907576,41.61589245822706],[-72.7279409391346,41.616028458248394],[-72.72841393931193,41.61643945831292],[-72.72857193937121,41.61657745833462],[-72.72940493963534,41.616456458284404],[-72.72959193969459,41.61642845827297],[-72.73265394066486,41.61597245808621],[-72.7336749409884,41.61582045802393],[-72.73460394128273,41.61568145796715],[-72.73568094162404,41.61552145790151],[-72.73739494216811,41.61528345780031],[-72.73832694246406,41.615155457745544],[-72.73899794267751,41.615070457707496],[-72.73937594279782,41.615023457686235],[-72.74101794332202,41.61484745759936],[-72.74169194353725,41.61477645756395],[-72.74213994368027,41.61472845754024],[-72.74259894382686,41.61468045751619],[-72.74283194390216,41.61467145750696],[-72.74294994394145,41.614687457506264],[-72.74302994396936,41.61472045751009],[-72.74338594410112,41.614999457552756],[-72.7435429441592,41.61512245757159],[-72.74375494423593,41.615258457591146],[-72.74407594431008,41.61472745747785],[-72.74449394441334,41.61415345735309],[-72.74541694464163,41.612891457078646],[-72.74683794499173,41.610924456651446],[-72.74693294501516,41.610793456622986],[-72.7476249451866,41.609852456418224],[-72.74767194519829,41.6097894564045],[-72.74775194521827,41.60968345638136],[-72.748134945314,41.6091774562709],[-72.74826294534608,41.6090094562342],[-72.74845394539378,41.608756456178995],[-72.74857094542311,41.60860345614555],[-72.74901294553187,41.607989456012234],[-72.74919894557777,41.60773345595659],[-72.74922494558409,41.6076954559484],[-72.74930494560378,41.60758445592429],[-72.74933294561077,41.60754745591622],[-72.74947394564575,41.60735645587462],[-72.749703945703,41.607048455807494],[-72.74990594575411,41.60679245575134],[-72.7500539457917,41.60660745571069],[-72.75025494584096,41.60632445564935],[-72.75085794598886,41.605478455465835],[-72.7510599460385,41.60519645540465],[-72.75152094618892,41.60520445539137],[-72.75290594664085,41.605228455351536],[-72.75336794679164,41.60523745533844],[-72.75362394687492,41.60523745533021],[-72.75439394712552,41.605239455305856],[-72.75465094720919,41.60524045529779],[-72.75524894740104,41.60519345526945],[-72.75704294797666,41.605053455184624],[-72.75711594800012,41.60504845518131],[-72.75743494810156,41.6050074551631],[-72.75763594816455,41.604965455148495],[-72.75767894817803,41.60495645514536],[-72.75803294828684,41.60484545511245],[-72.7584199484059,41.604725455076746],[-72.75865494847903,41.60466745505793],[-72.75900894859002,41.604594455032384],[-72.75924494866462,41.60455645501743],[-72.75965594879462,41.6044914549916],[-72.75985194885654,41.6044594549791],[-72.7604429490435,41.60436645494207],[-72.76063994910581,41.60433545492971],[-72.76083894917053,41.60433545492332],[-72.76094294920529,41.604351454923076],[-72.76102194923172,41.60436445492306],[-72.76121694929795,41.6044134549263],[-72.76136694934965,41.604464454931374],[-72.76149294939428,41.60452845493973],[-72.76160394943503,41.60460945495188],[-72.76172194948037,41.60473145497175],[-72.76173894948715,41.60475345497548],[-72.76192394956121,41.60499645501666],[-72.761966949578,41.605045455024786],[-72.76209894962938,41.60519345504925],[-72.76214294964656,41.60524345505755],[-72.76246594977245,41.60560845511797],[-72.76272194987068,41.605870455160556],[-72.76295394995792,41.60607645519306],[-72.76373695025228,41.6067714553027],[-72.76433495048244,41.607395455404514],[-72.76444295052528,41.60753045542724],[-72.76451695055825,41.60768645545512],[-72.7645549505803,41.607856455486875],[-72.76454295058863,41.60807045552876],[-72.76446895060018,41.608694455652184],[-72.76446095061009,41.608913455694925],[-72.76445295062163,41.60916145574328],[-72.7644789506547,41.60959245582604],[-72.76454195070265,41.610073455917316],[-72.76454495070517,41.610100455922456],[-72.76455595071349,41.6101834559382],[-72.76455995071638,41.61021145594351],[-72.76459295073968,41.610431455985115],[-72.76469395081023,41.61109145610989],[-72.76472795083383,41.61131145615146],[-72.7648089508903,41.61183845625107],[-72.76505195105985,41.61342345655066],[-72.76513295111633,41.61395145665046],[-72.76567295128906,41.61389945662302],[-72.7672939518077,41.6137474565414],[-72.76783495198086,41.613697456514295],[-72.76874995248318,41.617280457179724],[-72.76885395254024,41.61768745725531],[-72.76994795313837,41.6219264580421],[-72.77008195324063,41.62295345823692],[-72.77017295337669,41.62481545859501],[-72.77006695343037,41.626358458897585],[-72.7698699534467,41.62776545917672],[-72.76976995344513,41.62830745928501],[-72.76963495344324,41.62904245943183],[-72.76841195319294,41.63162445997174],[-72.76850695322275,41.631605459964995],[-72.76868895328174,41.63160145995836],[-72.76856795325602,41.63184046000859],[-72.7684939532394,41.631970460036186],[-72.76840795322394,41.6321894600814],[-72.76840295322516,41.63223946009124],[-72.76839095323018,41.63239546012189],[-72.7683869532398,41.63258646015902],[-72.76841995326483,41.63283646020643],[-72.76854195334442,41.63353446033781],[-72.76857395336526,41.633716460372064],[-72.76861195339184,41.633965460419105],[-72.76864395341975,41.63427146047739],[-72.76874295350464,41.63519246065271],[-72.76877595353294,41.635499460711166],[-72.76879295355893,41.63585746078001],[-72.76882395357663,41.635990460804805],[-72.76916495377039,41.637438461074495],[-72.7692789538351,41.637921461164424],[-72.76935595388737,41.63839746125423],[-72.76951295398388,41.639191461403044],[-72.7697519541303,41.64039146162793],[-72.77029995445717,41.642988462113586],[-72.77036895449804,41.64331046217378],[-72.7705519546117,41.64425646235121],[-72.77059395463733,41.64446546239037],[-72.77070295470301,41.64499346248917],[-72.7707229547153,41.6450944625081],[-72.77076695474162,41.64530446254739],[-72.77077095474425,41.64532746255171],[-72.77078595475314,41.645397462564794],[-72.77079095475614,41.645421462569274],[-72.77080095476227,41.645471462578634],[-72.77080595476525,41.645495462583135],[-72.77082595477921,41.645625462607676],[-72.7708349547851,41.64567746261747],[-72.77085195479681,41.64578546263785],[-72.77090495483279,41.64611246269951],[-72.77092295484486,41.646221462720064],[-72.77092995484959,41.64626446272817],[-72.77095095486384,41.64639346275247],[-72.77095795486862,41.64643746276078],[-72.7709729548786,41.64652646277755],[-72.77099695489419,41.64666246280313],[-72.77102195490987,41.6467944628279],[-72.77103895492054,41.646884462844795],[-72.77111695496978,41.647301462923096],[-72.77120195502252,41.64773946300523],[-72.77131095509588,41.648401463129986],[-72.77087895496024,41.64848746316056],[-72.77082295494263,41.64849846316449],[-72.7693589544829,41.64878946326802],[-72.76887195433001,41.648887463302685],[-72.76877795429974,41.648892463306666],[-72.76852795421928,41.64890846331784],[-72.76849595420887,41.64890846331887],[-72.76840295417867,41.64890946332205],[-72.76828695414093,41.64890946332578],[-72.76793995402801,41.64890946333695],[-72.76782495399057,41.64890946334066],[-72.76761995392405,41.64891246334783],[-72.76721995379417,41.648917463361684],[-72.76628195349362,41.64899946340776],[-72.76166295201381,41.64940646363529],[-72.76012395152081,41.64954346371136],[-72.75972995139472,41.64958046373122],[-72.75854695101614,41.649692463790984],[-72.75815395089042,41.649730463811],[-72.75729895061345,41.64975246384276],[-72.75473594978315,41.64981846393803],[-72.75388194950655,41.64984146396995],[-72.7534339493627,41.649875463990966],[-72.7520909489316,41.64997946405432],[-72.75164394878813,41.65001446407547],[-72.751385948706,41.65004646408996],[-72.75061494846058,41.650142464133374],[-72.75035794837883,41.65017546414801],[-72.7501859482579,41.649039463933434],[-72.74987494803855,41.64697346354308],[-72.74852594760813,41.647123463615536],[-72.74738494724414,41.647251463677016],[-72.7469929471192,41.64729746369855],[-72.74581994674547,41.64743746376341],[-72.7454299466213,41.64748546378524],[-72.74528294657465,41.64750646379406],[-72.7448439464354,41.64756946382037],[-72.74469794638914,41.64759146382932],[-72.74446094631327,41.64761346384121],[-72.73693794391569,41.64850146425517],[-72.73617894367399,41.648594464297595],[-72.7344819431305,41.648748464381974],[-72.7320249423433,41.64896646450319],[-72.73033994180291,41.649106464584456],[-72.73019194175579,41.64912446459271],[-72.72904094139163,41.64930746466517],[-72.72892694135516,41.64931846467096],[-72.7271639407913,41.64949246476133],[-72.72729294093689,41.65130646510872],[-72.72735694100908,41.65220546528088],[-72.72699194089193,41.65223446529823],[-72.72589994054155,41.652322465350366],[-72.72574394049151,41.65233546535789],[-72.72553594042445,41.652346465366705]]]},"properties":{"name":4001,"geoid":"09003400100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.8402449729813,41.56910644553072],[-72.83813497266718,41.57561044686114],[-72.83670297245435,41.5800304477651],[-72.8365359724294,41.58054344787001],[-72.83387597171944,41.583252448481474],[-72.83387497171913,41.583252448481495],[-72.83131397095791,41.58450244880661],[-72.82645796951446,41.58687244942302],[-72.82577696945422,41.58969144999192],[-72.82568796944622,41.59005745006579],[-72.82408096930388,41.59670445140711],[-72.82407996930715,41.59676745141936],[-72.82407796931737,41.5969574514563],[-72.82407796932104,41.597021451468706],[-72.82381296941458,41.600162452086515],[-72.82346096953925,41.604341452908415],[-72.8201999686253,41.60690345351044],[-72.81908196826068,41.60688545354298],[-72.8183269680145,41.606874453565176],[-72.81844696812729,41.60816345381128],[-72.81854896822331,41.60926145402093],[-72.81862496827917,41.60980545412398],[-72.81885296844685,41.611439454433494],[-72.8189299685031,41.61198445453671],[-72.8184819683595,41.6120214545583],[-72.81813096824636,41.612039454573114],[-72.81804396821809,41.61203945457592],[-72.81793696818225,41.61202145457588],[-72.81708496789275,41.61180545456146],[-72.8170439678791,41.61179945456161],[-72.81697596785651,41.611791454562265],[-72.81685496781702,41.61178945456579],[-72.81671096777102,41.611803454573135],[-72.8162969676423,41.61190745460665],[-72.81604796756613,41.61199145463097],[-72.81573596747307,41.61213845466952],[-72.81538296737187,41.61237645472705],[-72.81474296720452,41.61308945488595],[-72.8144829671317,41.61329445493406],[-72.81416496703963,41.61349345498292],[-72.81385396694719,41.61364545502243],[-72.81297496668465,41.61405345512986],[-72.81277896662483,41.61412245514958],[-72.81254696655179,41.61416445516518],[-72.812331966483,41.614184455175995],[-72.81201896637987,41.61416145518162],[-72.81010796575053,41.61402545521684],[-72.80970496561852,41.614009455226714],[-72.80962496559233,41.614006455228726],[-72.80849696522291,41.61396245525654],[-72.8080949650913,41.61394745526659],[-72.80754196491017,41.613925455280146],[-72.8065779645945,41.61388845530403],[-72.80636596452253,41.61383545530059],[-72.80596596437763,41.61357745526345],[-72.80591296435846,41.613543455258565],[-72.80566796425451,41.61311945518424],[-72.80491296401301,41.61319045522232],[-72.80436496383773,41.613242455250074],[-72.802648963289,41.61340745533735],[-72.80189496304787,41.61347945537562],[-72.80047996259528,41.613613455447194],[-72.797470961633,41.61390145559995],[-72.79722696155413,41.61391045560957],[-72.7969929614774,41.61389945561496],[-72.7962419612255,41.613766455613366],[-72.79537696093544,41.61361445561175],[-72.7952239608855,41.61361145561609],[-72.79483996076415,41.61367345564047],[-72.7945909606971,41.613917455695834],[-72.79434196063018,41.61416345575152],[-72.79410896056108,41.61428045578174],[-72.79371396043578,41.61433645580533],[-72.79367896042447,41.614337455806634],[-72.7933319603122,41.614348455819936],[-72.79332996029407,41.61404245576066],[-72.79332396023969,41.61312545558304],[-72.79332196022159,41.61282045552395],[-72.79341996023568,41.612509455460476],[-72.79371396027814,41.61157945527066],[-72.79381296029263,41.61126945520735],[-72.79367196024624,41.61126045521014],[-72.79345496017629,41.61127145521927],[-72.79343396016957,41.611273455220335],[-72.79312896007254,41.61131145523753],[-72.79230195980838,41.611396455280634],[-72.79192495968805,41.61143645530053],[-72.79127695948127,41.611506455334975],[-72.79098995938973,41.61153845535041],[-72.78984295902225,41.61163645540635],[-72.78933095885793,41.61167545543041],[-72.78868195864975,41.611726455461195],[-72.78698195810482,41.61186745554326],[-72.78693495808976,41.611871455545554],[-72.7864699579418,41.61192945557176],[-72.78628995788475,41.61195545558262],[-72.78544795762147,41.61214145564579],[-72.78467895738157,41.61232045570525],[-72.78446895731496,41.612350455717845],[-72.78426195724907,41.61237545572935],[-72.78394595714754,41.61239745574378],[-72.78331995694292,41.61238045576063],[-72.78322295691166,41.61238545576473],[-72.7830679568625,41.612407455773976],[-72.78276495676566,41.61243745578956],[-72.78244495666242,41.61245245580276],[-72.78227695660793,41.61245545580874],[-72.78212095655677,41.612448455812405],[-72.78196495650491,41.61242845581356],[-72.78192095649008,41.61241945581323],[-72.78127795627388,41.61229645581007],[-72.78108895621108,41.61227345581169],[-72.78088595614534,41.61227845581919],[-72.78023095593537,41.61233245585075],[-72.77998095585524,41.61235345586286],[-72.77949295569996,41.612414455890395],[-72.7792109556113,41.61246845590995],[-72.7790309555558,41.612521455926014],[-72.77895495553268,41.612549455933895],[-72.77837795535709,41.61276145599358],[-72.77797195523152,41.61287545602877],[-72.77752995509351,41.612976456062555],[-72.77716795497872,41.613028456084294],[-72.77685795488098,41.61308245610474],[-72.77636095472295,41.61314645613315],[-72.77629395470167,41.61315545613706],[-72.7759429545891,41.61318345615377],[-72.77553595445725,41.61319345616881],[-72.77493395426056,41.61317845618527],[-72.77436795407884,41.61322045621162],[-72.77415195401025,41.613249456224196],[-72.7736069538391,41.61335745626269],[-72.77341995378004,41.61338845627472],[-72.77190695329662,41.61354145635304],[-72.76932495247162,41.61380345648692],[-72.76916695242028,41.61380445649221],[-72.76884695231463,41.61377745649726],[-72.76880895230158,41.61376545649616],[-72.76868295225762,41.613713456490125],[-72.76857895222253,41.613691456489185],[-72.7684349521746,41.61367245649014],[-72.76828595212595,41.61366945649435],[-72.76811595207077,41.61367145650021],[-72.76783495198086,41.613697456514295],[-72.7672939518077,41.6137474565414],[-72.76567295128906,41.61389945662302],[-72.76513295111633,41.61395145665046],[-72.76505195105985,41.61342345655066],[-72.7648089508903,41.61183845625107],[-72.76472795083383,41.61131145615146],[-72.76469395081023,41.61109145610989],[-72.76459295073968,41.610431455985115],[-72.76455995071638,41.61021145594351],[-72.76455595071349,41.6101834559382],[-72.76454495070517,41.610100455922456],[-72.76454195070265,41.610073455917316],[-72.7644789506547,41.60959245582604],[-72.76445295062163,41.60916145574328],[-72.76446095061009,41.608913455694925],[-72.76446895060018,41.608694455652184],[-72.76454295058863,41.60807045552876],[-72.7645549505803,41.607856455486875],[-72.76451695055825,41.60768645545512],[-72.76444295052528,41.60753045542724],[-72.76433495048244,41.607395455404514],[-72.76373695025228,41.6067714553027],[-72.76295394995792,41.60607645519306],[-72.76272194987068,41.605870455160556],[-72.76246594977245,41.60560845511797],[-72.76214294964656,41.60524345505755],[-72.76209894962938,41.60519345504925],[-72.761966949578,41.605045455024786],[-72.76192394956121,41.60499645501666],[-72.76173894948715,41.60475345497548],[-72.76172194948037,41.60473145497175],[-72.76160394943503,41.60460945495188],[-72.76149294939428,41.60452845493973],[-72.76136694934965,41.604464454931374],[-72.76121694929795,41.6044134549263],[-72.76102194923172,41.60436445492306],[-72.76094294920529,41.604351454923076],[-72.76083894917053,41.60433545492332],[-72.76063994910581,41.60433545492971],[-72.7604429490435,41.60436645494207],[-72.75985194885654,41.6044594549791],[-72.75965594879462,41.6044914549916],[-72.75924494866462,41.60455645501743],[-72.75900894859002,41.604594455032384],[-72.75865494847903,41.60466745505793],[-72.7584199484059,41.604725455076746],[-72.75803294828684,41.60484545511245],[-72.75767894817803,41.60495645514536],[-72.75763594816455,41.604965455148495],[-72.75743494810156,41.6050074551631],[-72.75711594800012,41.60504845518131],[-72.75704294797666,41.605053455184624],[-72.75524894740104,41.60519345526945],[-72.75465094720919,41.60524045529779],[-72.75439394712552,41.605239455305856],[-72.75362394687492,41.60523745533021],[-72.75336794679164,41.60523745533844],[-72.75290594664085,41.605228455351536],[-72.75152094618892,41.60520445539137],[-72.7510599460385,41.60519645540465],[-72.75085794598886,41.605478455465835],[-72.75025494584096,41.60632445564935],[-72.7500539457917,41.60660745571069],[-72.74990594575411,41.60679245575134],[-72.749703945703,41.607048455807494],[-72.74947394564575,41.60735645587462],[-72.74933294561077,41.60754745591622],[-72.74930494560378,41.60758445592429],[-72.74922494558409,41.6076954559484],[-72.74919894557777,41.60773345595659],[-72.74901294553187,41.607989456012234],[-72.74857094542311,41.60860345614555],[-72.74845394539378,41.608756456178995],[-72.74826294534608,41.6090094562342],[-72.748134945314,41.6091774562709],[-72.74775194521827,41.60968345638136],[-72.74767194519829,41.6097894564045],[-72.7476249451866,41.609852456418224],[-72.74693294501516,41.610793456622986],[-72.74683794499173,41.610924456651446],[-72.74541694464163,41.612891457078646],[-72.74449394441334,41.61415345735309],[-72.74407594431008,41.61472745747785],[-72.74375494423593,41.615258457591146],[-72.7435429441592,41.61512245757159],[-72.74338594410112,41.614999457552756],[-72.74302994396936,41.61472045751009],[-72.74294994394145,41.614687457506264],[-72.74283194390216,41.61467145750696],[-72.74259894382686,41.61468045751619],[-72.74213994368027,41.61472845754024],[-72.74169194353725,41.61477645756395],[-72.74101794332202,41.61484745759936],[-72.73937594279782,41.615023457686235],[-72.73899794267751,41.615070457707496],[-72.73832694246406,41.615155457745544],[-72.73739494216811,41.61528345780031],[-72.73568094162404,41.61552145790151],[-72.73460394128273,41.61568145796715],[-72.7336749409884,41.61582045802393],[-72.73265394066486,41.61597245808621],[-72.72959193969459,41.61642845827297],[-72.72940493963534,41.616456458284404],[-72.72857193937121,41.61657745833462],[-72.72841393931193,41.61643945831292],[-72.7279409391346,41.616028458248394],[-72.72778393907576,41.61589245822706],[-72.72693193875936,41.61520545812115],[-72.72437593781025,41.61314445780343],[-72.72352493749426,41.61245845769766],[-72.72344093746305,41.61239045768717],[-72.72318993736988,41.612188457656046],[-72.72310693733905,41.61212145764571],[-72.72307493732711,41.612094457641504],[-72.7229789372913,41.61201445762907],[-72.72294793727974,41.611988457625024],[-72.72254393712984,41.61166445757512],[-72.72133293668054,41.61069445742581],[-72.72092993653104,41.6103714573761],[-72.72048793636641,41.61000645731947],[-72.72011093622602,41.60969545727124],[-72.7198009361127,41.60947645723869],[-72.71949993600474,41.60930045721421],[-72.7191749358905,41.60915145719573],[-72.71904393584504,41.609101457190235],[-72.71883193577143,41.60902045718132],[-72.71849993565812,41.60892745717393],[-72.71780993542623,41.60879745717085],[-72.71736793527768,41.60871445716894],[-72.71691993512648,41.60861945716488],[-72.7164289349591,41.60848545715464],[-72.71577093473361,41.60828545713693],[-72.71516493452604,41.60810245712088],[-72.71510093450408,41.60808245711905],[-72.71524993454116,41.60788245707547],[-72.71558393462442,41.60743645697822],[-72.71566593464063,41.6072524569399],[-72.71576993466137,41.60702245689193],[-72.71592493467821,41.60643245677248],[-72.71591793467495,41.60641545676941],[-72.71560893453251,41.60567945663652],[-72.71533093442487,41.605377456586844],[-72.71492693426266,41.604837456495034],[-72.71455193411208,41.60433545640965],[-72.71454893411087,41.60433145640898],[-72.7145409341077,41.604321456407305],[-72.71453893410686,41.604318456406794],[-72.71461293413039,41.60430845640246],[-72.71468793415421,41.60429845639812],[-72.71526693433822,41.6042214563646],[-72.71745393503342,41.60393445623876],[-72.71814293525246,41.60384445619922],[-72.71818293526513,41.60383845619675],[-72.71858493539244,41.60377745617201],[-72.71979393577561,41.6035984560985],[-72.7201969359033,41.603538456073935],[-72.72098493615336,41.6034274560271],[-72.72303293680349,41.60314345590628],[-72.72335293690503,41.60309845588728],[-72.72367993700885,41.60305345586806],[-72.72394193709171,41.603011455851515],[-72.72413993715361,41.60296745583662],[-72.72414693715578,41.60296545583601],[-72.72416993716304,41.602961455834496],[-72.72417793716558,41.60296045583403],[-72.72474993734536,41.60284945579415],[-72.72506793744535,41.60278845577211],[-72.72646893788564,41.602516455674376],[-72.7270419380658,41.60240645563463],[-72.72717593808638,41.602002455551954],[-72.7272809381111,41.60183645551637],[-72.72729793811524,41.60181245551117],[-72.72994093895767,41.601506455366966],[-72.7316109391801,41.59587345422029],[-72.73167093919606,41.595811454206334],[-72.73167193919502,41.59578745420165],[-72.73448094008758,41.5954144540391],[-72.73539994037954,41.59529145398572],[-72.73815794125575,41.594923453825785],[-72.73904094153632,41.59480645377473],[-72.73907794154813,41.594802453772765],[-72.74039594196896,41.59466345370346],[-72.74284094274967,41.59440645357508],[-72.74421694318255,41.594148453480834],[-72.74421794318283,41.594147453480616],[-72.74433394321932,41.59412545347262],[-72.7456369436292,41.593880453383235],[-72.74954194485761,41.59314645311537],[-72.74978294493339,41.59310045309871],[-72.75294194592703,41.592505452881774],[-72.75259194547469,41.58656645174039],[-72.75238694520922,41.583077451069755],[-72.75214194489192,41.57890645026796],[-72.75218194490469,41.57890245026589],[-72.755308945904,41.5785914501051],[-72.75845194690844,41.578279449943594],[-72.76013194744527,41.578111449857005],[-72.76469194890248,41.577658449622554],[-72.76756494982058,41.57737344947492],[-72.7678219499027,41.577347449461605],[-72.76838495008259,41.57729144943264],[-72.76887195023824,41.57724344940768],[-72.76919795034237,41.57721044939079],[-72.76973395051293,41.57714444936076],[-72.77082395085961,41.577007449299124],[-72.7709469508989,41.57699544929284],[-72.77246095138221,41.57683644921331],[-72.77274295147222,41.576806449198415],[-72.77309595158457,41.57676344917874],[-72.77312895159501,41.5767584491767],[-72.77500195219119,41.57653144907243],[-72.7756379523937,41.576455449037226],[-72.77563895239396,41.576454449036994],[-72.77581495244999,41.57643344902727],[-72.77604295252259,41.5764064490147],[-72.77634895261983,41.57636644899709],[-72.77652695267639,41.576343448986904],[-72.77708895285488,41.57626844895427],[-72.7783409532527,41.57610444888219],[-72.77877795339182,41.576052448858036],[-72.77900995346576,41.57602544884534],[-72.77917595351865,41.57600644883631],[-72.77934395357225,41.575988448827424],[-72.77941695359536,41.57597744882295],[-72.77964495366803,41.57595144881057],[-72.77972195369267,41.575944448806716],[-72.77982695372613,41.575932448801034],[-72.78004295379488,41.57590644878903],[-72.78009195381043,41.575899448786096],[-72.78107495412273,41.57577044872946],[-72.78205895443531,41.57564044867257],[-72.78226195449979,41.5756134486608],[-72.78246495456425,41.575586448649034],[-72.78688195596732,41.575002448393626],[-72.7959289588411,41.573808447870796],[-72.7970539591984,41.57365944780568],[-72.79874395973523,41.573436447708],[-72.8012439605293,41.57310644756348],[-72.80262396085001,41.57086344708365],[-72.80500596140354,41.56699144625529],[-72.80524396145896,41.56660644617288],[-72.80627396172622,41.565421445909664],[-72.80924396249694,41.56200544515082],[-72.8098689627144,41.56225544517925],[-72.80996096274644,41.562292445183466],[-72.81024296284457,41.562405445196326],[-72.81260196348906,41.56025944470371],[-72.8191459652768,41.55430644333704],[-72.82124396595297,41.55420344324948],[-72.8251429672891,41.55540544335736],[-72.82614196764239,41.55590544342227],[-72.8261449676766,41.55648744353518],[-72.82614496767762,41.55650544353868],[-72.82584496785421,41.56130644448055],[-72.82583796786425,41.56152244452272],[-72.82582396788123,41.56189944459636],[-72.8257859679337,41.56303444481795],[-72.82577496795183,41.56341444489209],[-72.82575296798042,41.56404044501432],[-72.8257439679927,41.56430644506626],[-72.82615896811608,41.564104445013676],[-72.82719696842464,41.563598444882],[-72.82776096859234,41.56332444481062],[-72.8295669691291,41.5624424445812],[-72.82964496915235,41.56240544457151],[-72.8289629691038,41.56543744518212],[-72.8283399690594,41.56820544573955],[-72.82789896902777,41.57016144613345],[-72.82764496899354,41.57100744630584],[-72.8285949692905,41.57079944623486],[-72.82911796945524,41.57070644619996],[-72.8293999695443,41.57066044618193],[-72.83096997004188,41.570435446087664],[-72.83435097111412,41.56996344588708],[-72.83862997247033,41.56935244563056],[-72.8402449729813,41.56910644553072]]]},"properties":{"name":4002,"geoid":"09003400200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.8189299685031,41.61198445453671],[-72.81936596885231,41.615607455225145],[-72.82009796911495,41.61603645528472],[-72.82277497007566,41.61760745550298],[-72.82280897008785,41.61762745550577],[-72.82275197007235,41.617680455517885],[-72.82127796967076,41.6190394558289],[-72.82055996945252,41.619306455903825],[-72.82023396945243,41.621156456273],[-72.82111296974934,41.62134845628187],[-72.82210797008541,41.62156545629183],[-72.82225597013539,41.62159745629327],[-72.82220497012268,41.621665456308094],[-72.82016296961933,41.6244734569183],[-72.81971696950949,41.6250884570519],[-72.81798996909147,41.62759745759394],[-72.81867696930996,41.62751045755494],[-72.81915696946581,41.627505457538476],[-72.81929996951227,41.62750445753367],[-72.81992296971463,41.627499457512606],[-72.82050096990238,41.62749445749299],[-72.82059796993384,41.627493457489685],[-72.8210789700901,41.62748945747338],[-72.82107297008842,41.62749445747453],[-72.82105697008419,41.627511457478356],[-72.8210519700829,41.62751745747967],[-72.82125697015006,41.627525457474626],[-72.82127797015688,41.627525457473936],[-72.82525197145827,41.62767745737519],[-72.82524897149564,41.628346457504975],[-72.8252439715805,41.629855457797596],[-72.82403697127849,41.63143645814297],[-72.82333197117408,41.63361545858802],[-72.82030497041546,41.637559459449996],[-72.81911297011678,41.63911345978959],[-72.81851696996746,41.639890459959375],[-72.81824996990082,41.64024346003641],[-72.81814996987586,41.6403754600652],[-72.8179579698276,41.64062346011944],[-72.81648596945853,41.642538460538],[-72.81561896924126,41.64366846078491],[-72.81514796912323,41.64428246091908],[-72.81498996908363,41.6444884609641],[-72.8148289690453,41.64473346101675],[-72.81434896893127,41.645468461174644],[-72.81418896889333,41.64571446122746],[-72.81375196875355,41.645756461249704],[-72.81244196833464,41.64588346131655],[-72.81200596819527,41.645926461338966],[-72.81152696804091,41.64595246135944],[-72.81009096757823,41.64603146142109],[-72.80961296742429,41.64605846144171],[-72.80897496721903,41.64609946147024],[-72.8070619666037,41.646222461555766],[-72.80642496639886,41.64626446158446],[-72.8051649659949,41.646369461645435],[-72.80138796478404,41.64668346182804],[-72.80012896438049,41.64678946188918],[-72.79937996414155,41.646872461929405],[-72.79756396356242,41.64707746202766],[-72.79713596342586,41.64712446205058],[-72.79638896318768,41.64720946209112],[-72.79603896307391,41.647211462102796],[-72.79499196273363,41.6472184621379],[-72.79464296262027,41.64722146214972],[-72.79432196251743,41.647249462165504],[-72.79336096220966,41.64733546221313],[-72.79304096210727,41.64736546222926],[-72.79266496198638,41.647390462246236],[-72.79153596162337,41.64746646229734],[-72.79116096150284,41.64749246231444],[-72.79112296149053,41.64749346231587],[-72.79101096145433,41.64749746232025],[-72.7909739614424,41.64749946232184],[-72.79070396135523,41.64751146233286],[-72.78989296109347,41.64754846236617],[-72.78962396100668,41.64756146237736],[-72.78940296093558,41.64757546238719],[-72.78874096072263,41.64761846241685],[-72.78852096065191,41.647633462426846],[-72.78712196020102,41.647708462486456],[-72.78292695884885,41.647932462665004],[-72.7815289583983,41.648008462724775],[-72.78093695820841,41.64805646275314],[-72.77916395763985,41.648202462838526],[-72.77857295745041,41.64825246286727],[-72.7718739552748,41.64832646309733],[-72.77131095509588,41.648401463129986],[-72.77120195502252,41.64773946300523],[-72.77111695496978,41.647301462923096],[-72.77103895492054,41.646884462844795],[-72.77102195490987,41.6467944628279],[-72.77099695489419,41.64666246280313],[-72.7709729548786,41.64652646277755],[-72.77095795486862,41.64643746276078],[-72.77095095486384,41.64639346275247],[-72.77092995484959,41.64626446272817],[-72.77092295484486,41.646221462720064],[-72.77090495483279,41.64611246269951],[-72.77085195479681,41.64578546263785],[-72.7708349547851,41.64567746261747],[-72.77082595477921,41.645625462607676],[-72.77080595476525,41.645495462583135],[-72.77080095476227,41.645471462578634],[-72.77079095475614,41.645421462569274],[-72.77078595475314,41.645397462564794],[-72.77077095474425,41.64532746255171],[-72.77076695474162,41.64530446254739],[-72.7707229547153,41.6450944625081],[-72.77070295470301,41.64499346248917],[-72.77059395463733,41.64446546239037],[-72.7705519546117,41.64425646235121],[-72.77036895449804,41.64331046217378],[-72.77029995445717,41.642988462113586],[-72.7697519541303,41.64039146162793],[-72.76951295398388,41.639191461403044],[-72.76935595388737,41.63839746125423],[-72.7692789538351,41.637921461164424],[-72.76916495377039,41.637438461074495],[-72.76882395357663,41.635990460804805],[-72.76879295355893,41.63585746078001],[-72.76877595353294,41.635499460711166],[-72.76874295350464,41.63519246065271],[-72.76864395341975,41.63427146047739],[-72.76861195339184,41.633965460419105],[-72.76857395336526,41.633716460372064],[-72.76854195334442,41.63353446033781],[-72.76841995326483,41.63283646020643],[-72.7683869532398,41.63258646015902],[-72.76839095323018,41.63239546012189],[-72.76840295322516,41.63223946009124],[-72.76840795322394,41.6321894600814],[-72.7684939532394,41.631970460036186],[-72.76856795325602,41.63184046000859],[-72.76868895328174,41.63160145995836],[-72.76850695322275,41.631605459964995],[-72.76841195319294,41.63162445997174],[-72.76963495344324,41.62904245943183],[-72.76976995344513,41.62830745928501],[-72.7698699534467,41.62776545917672],[-72.77006695343037,41.626358458897585],[-72.77017295337669,41.62481545859501],[-72.77008195324063,41.62295345823692],[-72.76994795313837,41.6219264580421],[-72.76885395254024,41.61768745725531],[-72.76874995248318,41.617280457179724],[-72.76783495198086,41.613697456514295],[-72.76811595207077,41.61367145650021],[-72.76828595212595,41.61366945649435],[-72.7684349521746,41.61367245649014],[-72.76857895222253,41.613691456489185],[-72.76868295225762,41.613713456490125],[-72.76880895230158,41.61376545649616],[-72.76884695231463,41.61377745649726],[-72.76916695242028,41.61380445649221],[-72.76932495247162,41.61380345648692],[-72.77190695329662,41.61354145635304],[-72.77341995378004,41.61338845627472],[-72.7736069538391,41.61335745626269],[-72.77415195401025,41.613249456224196],[-72.77436795407884,41.61322045621162],[-72.77493395426056,41.61317845618527],[-72.77553595445725,41.61319345616881],[-72.7759429545891,41.61318345615377],[-72.77629395470167,41.61315545613706],[-72.77636095472295,41.61314645613315],[-72.77685795488098,41.61308245610474],[-72.77716795497872,41.613028456084294],[-72.77752995509351,41.612976456062555],[-72.77797195523152,41.61287545602877],[-72.77837795535709,41.61276145599358],[-72.77895495553268,41.612549455933895],[-72.7790309555558,41.612521455926014],[-72.7792109556113,41.61246845590995],[-72.77949295569996,41.612414455890395],[-72.77998095585524,41.61235345586286],[-72.78023095593537,41.61233245585075],[-72.78088595614534,41.61227845581919],[-72.78108895621108,41.61227345581169],[-72.78127795627388,41.61229645581007],[-72.78192095649008,41.61241945581323],[-72.78196495650491,41.61242845581356],[-72.78212095655677,41.612448455812405],[-72.78227695660793,41.61245545580874],[-72.78244495666242,41.61245245580276],[-72.78276495676566,41.61243745578956],[-72.7830679568625,41.612407455773976],[-72.78322295691166,41.61238545576473],[-72.78331995694292,41.61238045576063],[-72.78394595714754,41.61239745574378],[-72.78426195724907,41.61237545572935],[-72.78446895731496,41.612350455717845],[-72.78467895738157,41.61232045570525],[-72.78544795762147,41.61214145564579],[-72.78628995788475,41.61195545558262],[-72.7864699579418,41.61192945557176],[-72.78693495808976,41.611871455545554],[-72.78698195810482,41.61186745554326],[-72.78868195864975,41.611726455461195],[-72.78933095885793,41.61167545543041],[-72.78984295902225,41.61163645540635],[-72.79098995938973,41.61153845535041],[-72.79127695948127,41.611506455334975],[-72.79192495968805,41.61143645530053],[-72.79230195980838,41.611396455280634],[-72.79312896007254,41.61131145523753],[-72.79343396016957,41.611273455220335],[-72.79345496017629,41.61127145521927],[-72.79367196024624,41.61126045521014],[-72.79381296029263,41.61126945520735],[-72.79371396027814,41.61157945527066],[-72.79341996023568,41.612509455460476],[-72.79332196022159,41.61282045552395],[-72.79332396023969,41.61312545558304],[-72.79332996029407,41.61404245576066],[-72.7933319603122,41.614348455819936],[-72.79367896042447,41.614337455806634],[-72.79371396043578,41.61433645580533],[-72.79410896056108,41.61428045578174],[-72.79434196063018,41.61416345575152],[-72.7945909606971,41.613917455695834],[-72.79483996076415,41.61367345564047],[-72.7952239608855,41.61361145561609],[-72.79537696093544,41.61361445561175],[-72.7962419612255,41.613766455613366],[-72.7969929614774,41.61389945561496],[-72.79722696155413,41.61391045560957],[-72.797470961633,41.61390145559995],[-72.80047996259528,41.613613455447194],[-72.80189496304787,41.61347945537562],[-72.802648963289,41.61340745533735],[-72.80436496383773,41.613242455250074],[-72.80491296401301,41.61319045522232],[-72.80566796425451,41.61311945518424],[-72.80591296435846,41.613543455258565],[-72.80596596437763,41.61357745526345],[-72.80636596452253,41.61383545530059],[-72.8065779645945,41.61388845530403],[-72.80754196491017,41.613925455280146],[-72.8080949650913,41.61394745526659],[-72.80849696522291,41.61396245525654],[-72.80962496559233,41.614006455228726],[-72.80970496561852,41.614009455226714],[-72.81010796575053,41.61402545521684],[-72.81201896637987,41.61416145518162],[-72.812331966483,41.614184455175995],[-72.81254696655179,41.61416445516518],[-72.81277896662483,41.61412245514958],[-72.81297496668465,41.61405345512986],[-72.81385396694719,41.61364545502243],[-72.81416496703963,41.61349345498292],[-72.8144829671317,41.61329445493406],[-72.81474296720452,41.61308945488595],[-72.81538296737187,41.61237645472705],[-72.81573596747307,41.61213845466952],[-72.81604796756613,41.61199145463097],[-72.8162969676423,41.61190745460665],[-72.81671096777102,41.611803454573135],[-72.81685496781702,41.61178945456579],[-72.81697596785651,41.611791454562265],[-72.8170439678791,41.61179945456161],[-72.81708496789275,41.61180545456146],[-72.81793696818225,41.61202145457588],[-72.81804396821809,41.61203945457592],[-72.81813096824636,41.612039454573114],[-72.8184819683595,41.6120214545583],[-72.8189299685031,41.61198445453671]]]},"properties":{"name":4003,"geoid":"09003400300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.68807393881772,41.83707950228778],[-72.68800193871459,41.83569650202332],[-72.68788093860037,41.83439850177684],[-72.68787193859006,41.83427050175243],[-72.68786593858322,41.834185501736236],[-72.68762993844736,41.83316250154649],[-72.68753693834338,41.83188350130275],[-72.68752293832736,41.831684501264824],[-72.68750793831094,41.83148450122671],[-72.6874889382892,41.83121450117523],[-72.68748293828315,41.83114350116174],[-72.6874689382673,41.83094750112437],[-72.6874399382343,41.83053850104639],[-72.68739493818381,41.829916500927844],[-72.6873769381646,41.829684500883666],[-72.6873229381069,41.82898850075113],[-72.68730493808775,41.828757500707134],[-72.68716093800964,41.82821650060739],[-72.68703793787624,41.82659550029859],[-72.68697993781376,41.825838500154404],[-72.68680993762854,41.82358349972478],[-72.68655993719796,41.817517498562246],[-72.68653293712943,41.81647949836278],[-72.68649093693475,41.81333349775695],[-72.68646993683485,41.81171549744533],[-72.6864279367418,41.81033549718031],[-72.68630293646297,41.80619549638516],[-72.68626193637027,41.80481549612006],[-72.68624993635807,41.80467149609266],[-72.68621393632154,41.804240496010614],[-72.6862019363094,41.80409749598338],[-72.68618893629149,41.80385949593786],[-72.68614993623773,41.80314549580125],[-72.68613793622013,41.8029074957557],[-72.68611793618217,41.80236049565073],[-72.68605893606879,41.800722495336395],[-72.68603993603121,41.80017649523157],[-72.68654893620183,41.80025849523103],[-72.68807893671479,41.800507495229866],[-72.68858893688578,41.80059049522947],[-72.68888593698559,41.800642495229944],[-72.68939393715632,41.80073249523097],[-72.68977893728565,41.80079949523152],[-72.69007693738583,41.800852495232164],[-72.69017893743201,41.80107749527232],[-72.69018593743522,41.80109349527517],[-72.69032593752179,41.80180549540814],[-72.69037393755144,41.80204949545369],[-72.69043093758106,41.80224149548894],[-72.69060293767025,41.80281749559459],[-72.6906609377002,41.8030094956298],[-72.69070393772468,41.80319149566355],[-72.6908339377985,41.80373849576498],[-72.69087793782337,41.80392149579888],[-72.69091493784606,41.8041064958334],[-72.69102693791449,41.80466149593695],[-72.69106493793751,41.80484649597143],[-72.6910819379518,41.80499849600023],[-72.69113393799498,41.80545449608659],[-72.69115193800963,41.80560749611554],[-72.69116593802214,41.80574549614174],[-72.69121093806066,41.806160496220386],[-72.69122593807356,41.80629949624675],[-72.69124493808917,41.806463496277786],[-72.69130193813612,41.806956496371136],[-72.69132193815211,41.807121496402345],[-72.6913379381625,41.8072114964192],[-72.69137693818718,41.80741949645809],[-72.69138393819321,41.807484496470416],[-72.69139393820176,41.807576496487854],[-72.69222993847086,41.80751749644954],[-72.69473793927826,41.807342496335],[-72.69557493954777,41.80728549629705],[-72.69556693954787,41.80733249630639],[-72.69554493954875,41.80747249633412],[-72.69553793954924,41.8075204963436],[-72.69552693955193,41.807629496364996],[-72.69549393956014,41.80795949642975],[-72.69548393956322,41.80806949645131],[-72.69548093956438,41.808106496458564],[-72.69547393956863,41.808220496480786],[-72.69547293957048,41.80825849648816],[-72.6954619395725,41.80835549650723],[-72.69543093957908,41.80864549656422],[-72.69542093958147,41.808743496583446],[-72.6954179395823,41.80877549658972],[-72.69541093958574,41.80887449660905],[-72.6954099395873,41.80890749661545],[-72.69540193959038,41.809006496634815],[-72.69537793959982,41.8093064966935],[-72.6953709396033,41.80940649671303],[-72.69536693960394,41.80944049671972],[-72.69535693960673,41.80954549674032],[-72.69535393960777,41.80958049674716],[-72.6953419396096,41.80968049676685],[-72.6953079396158,41.80998049682585],[-72.69529793961834,41.810081496845676],[-72.69528393961743,41.810144496858285],[-72.69524493961552,41.810332496895825],[-72.69523193961496,41.8103964969086],[-72.69515093960588,41.810697496969304],[-72.69501693959091,41.81119649706993],[-72.69491593958136,41.811602497151554],[-72.69484193957467,41.811905497212415],[-72.69474193956171,41.81224649728146],[-72.69470493956673,41.81254349733998],[-72.69470093957078,41.81263649735805],[-72.69469693957727,41.81277249738443],[-72.69478093965957,41.81372649756586],[-72.69482293970935,41.8143534976855],[-72.6948989397638,41.81486949778265],[-72.69500893984232,41.81561049792213],[-72.6950309398599,41.81579149795633],[-72.69509893991332,41.816334498058936],[-72.6951219399313,41.81651649809333],[-72.69513293993973,41.81660049810918],[-72.69516593996504,41.81685349815694],[-72.69517693997352,41.81693849817299],[-72.6951939399843,41.81702949819],[-72.69524594001695,41.81730249824102],[-72.69526394002811,41.8173944982582],[-72.69530394005463,41.81762849830206],[-72.69543294013178,41.81823849841562],[-72.69544494013967,41.81830749842856],[-72.69555694021525,41.81898649855598],[-72.69570194030238,41.819678498684844],[-72.69572494031924,41.81984149871556],[-72.69579494037022,41.82033049880765],[-72.6958189403875,41.82049449883854],[-72.69583594040016,41.82061849886192],[-72.69588694043833,41.82099249893245],[-72.69590494045137,41.821117498955985],[-72.69592294046274,41.82121249897375],[-72.69597694049673,41.821497499027],[-72.69599594050847,41.8215934990449],[-72.69601894052654,41.82177749907967],[-72.69608994058147,41.8223294991839],[-72.69611394059994,41.82251449921883],[-72.69651094086706,41.82490549966738],[-72.69674394103785,41.82655249997765],[-72.69675094104421,41.82662349999113],[-72.69678994107802,41.82698950006048],[-72.69683594111733,41.82741150014041],[-72.69691694117068,41.82787950022809],[-72.69702294124048,41.82849150034276],[-72.69715394132898,41.829286500491904],[-72.69718794135176,41.82948950052998],[-72.69722294137861,41.82975750058056],[-72.69726194140924,41.83006850063929],[-72.69730294144121,41.83039150070029],[-72.69739194150542,41.83100250081529],[-72.6974379415384,41.831314500874],[-72.69765094165405,41.83211650102185],[-72.6978549417645,41.83287950116246],[-72.69840994203815,41.83448850145495],[-72.69868094217179,41.83527450159783],[-72.6984189420922,41.83537550162576],[-72.69836294207528,41.835398501632],[-72.69815894201255,41.835464501651295],[-72.69795194194747,41.835505501665885],[-72.69768894186313,41.83553050167918],[-72.69759794183348,41.83553050168211],[-72.69731794174241,41.8355345016919],[-72.69694194161765,41.835496501696696],[-72.69581494124378,41.83538450171141],[-72.6954399411194,41.83534750171636],[-72.69491994094687,41.83529550172309],[-72.69392194061575,41.83519550173595],[-72.69366394053165,41.835195501744266],[-72.69342594045484,41.83520950175463],[-72.69336094043429,41.835220501758855],[-72.69325094039965,41.83524150176645],[-72.6930389403341,41.835303501785226],[-72.69286294028062,41.835371501804026],[-72.69250594017291,41.83552150184447],[-72.69143493984984,41.83597450196636],[-72.69107893974245,41.83612550200695],[-72.6907629396471,41.83625850204279],[-72.69069793962747,41.83628550205009],[-72.68981693936173,41.83665850215041],[-72.68950193926675,41.83679250218642],[-72.68922593918263,41.83689450221499],[-72.68913393915467,41.8369295022247],[-72.68883193906103,41.83701350225063],[-72.68858093898135,41.83705050226584],[-72.68836693891267,41.837069502276414],[-72.68830193889181,41.83707550227967],[-72.68807393881772,41.83707950228778]]]},"properties":{"name":4711,"geoid":"09003471100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.69557493954777,41.80728549629705],[-72.69602293969224,41.8072584962774],[-72.69736794012607,41.80717949621885],[-72.69781694027093,41.80715349619936],[-72.69858994052217,41.80714149617215],[-72.700908941276,41.807106496090704],[-72.70168294152761,41.80709549606364],[-72.70289794192225,41.807071496019866],[-72.70654294310626,41.80700249588912],[-72.70675594317547,41.80699849588149],[-72.70775894350126,41.806979495845496],[-72.70919694396625,41.80691549578681],[-72.71351394536232,41.806726495611194],[-72.71495294582768,41.806663495552655],[-72.71521994593665,41.8070444956176],[-72.71602094626353,41.80818749581239],[-72.71628794637253,41.80856949587752],[-72.71687294660858,41.80935749601074],[-72.71861894731317,41.81171049640859],[-72.71862894731719,41.811723496410785],[-72.71921494755361,41.812512496544144],[-72.71980394778996,41.81328249667376],[-72.72107294829897,41.81493849695242],[-72.72156094849628,41.815602497064816],[-72.72213694872907,41.81638449719714],[-72.72209994871962,41.81642949720701],[-72.72188694866217,41.81663749725403],[-72.72181394864253,41.81670949727027],[-72.72174094862665,41.81684649729907],[-72.72165994862081,41.817203497370556],[-72.72160894860701,41.817252497381666],[-72.7214839485688,41.81729649739418],[-72.72124194849015,41.81730049740276],[-72.72119094847365,41.817302497404796],[-72.72111694845108,41.81732949741238],[-72.72094894840266,41.81743949743904],[-72.72094994840442,41.81746449744382],[-72.72095594841666,41.81764249747797],[-72.72103694845192,41.81779649750509],[-72.7212059485133,41.817905497520655],[-72.72128594854443,41.817993497535085],[-72.72142594860776,41.818300497589796],[-72.7214259486201,41.81851449763109],[-72.72143394862461,41.81854749763719],[-72.72150694865381,41.81864149765298],[-72.72151194865613,41.81865349765512],[-72.72157294868414,41.818794497680365],[-72.72155094868268,41.81889349770019],[-72.72137494863355,41.81903649773346],[-72.72130894861742,41.81912949775352],[-72.72130194862336,41.81927249778134],[-72.72137494865441,41.819398497803306],[-72.72150694870408,41.819513497821234],[-72.72153694871928,41.8196074978384],[-72.72147794870696,41.819727497863454],[-72.72141894869125,41.81978849787714],[-72.72128694864948,41.81981049788563],[-72.7211919486248,41.81991949790974],[-72.72118494862758,41.82000749792694],[-72.72125794865711,41.820106497943684],[-72.7213169486779,41.82013349794699],[-72.72143394872208,41.82023849796347],[-72.72147094873887,41.820320497978116],[-72.72144194873097,41.82034749798425],[-72.72125794867354,41.82039149799869],[-72.72099394859255,41.82047949802417],[-72.72083294854042,41.820485498030514],[-72.72077394852373,41.82052949804092],[-72.72069294850904,41.82073249808269],[-72.72076694856825,41.82134149819782],[-72.72086294860715,41.82147349822018],[-72.72110994869146,41.82153949822495],[-72.7211269486973,41.82154449822536],[-72.72123694873694,41.821610498234556],[-72.72128794875894,41.821703498250855],[-72.72124394874903,41.82178049826713],[-72.72111194870854,41.82182449827987],[-72.72092094865262,41.82193449830726],[-72.72087794864588,41.82206049833295],[-72.72091394866742,41.82223049836459],[-72.72102394871118,41.822367498387486],[-72.72119594877404,41.822485498404696],[-72.7213179488187,41.822570498417164],[-72.72138394884529,41.822658498432006],[-72.72139694885789,41.822803498459564],[-72.72139894885969,41.822823498463364],[-72.72132594884532,41.82298749849737],[-72.7211859488064,41.82310349852425],[-72.7210399487686,41.82327349856176],[-72.7206799486696,41.82359149863473],[-72.7205939486471,41.82368749865603],[-72.72042294860262,41.823882498699156],[-72.72036494859144,41.82401649872689],[-72.7203499485886,41.824052498734325],[-72.7203499485953,41.824168498756706],[-72.72042394862352,41.824239498768],[-72.72054794867563,41.82444249880317],[-72.72057794869492,41.82460749883403],[-72.72053394869229,41.824810498874626],[-72.7201889485988,41.825139498949234],[-72.72012294858554,41.82528249897895],[-72.72014494859962,41.82540249900139],[-72.72021894862756,41.82546849901172],[-72.72031394866549,41.82558949903201],[-72.72032194867572,41.825721499057224],[-72.72020394864641,41.825880499091696],[-72.72022594865678,41.825935499101604],[-72.72032194869058,41.825979499106985],[-72.72037994871387,41.82605549911978],[-72.72039494872827,41.82622049915113],[-72.72025594869467,41.82642349919477],[-72.72017894867285,41.826480499208245],[-72.71998394861772,41.826626499242714],[-72.71986694859191,41.82684049928776],[-72.71985294859562,41.82698349931581],[-72.71998494865984,41.82735149938256],[-72.71997794866166,41.82742249939647],[-72.71987494863,41.827455499406156],[-72.71963994855057,41.82740649940429],[-72.71955194852251,41.82741749940925],[-72.71944894849113,41.82745549941989],[-72.71938994847633,41.82753249943666],[-72.71940494848596,41.827614499452],[-72.71954494853765,41.827719499467726],[-72.71966194857733,41.827746499469164],[-72.71973594860556,41.82781749948047],[-72.71981594864114,41.82798249950972],[-72.71988194866803,41.82807549952553],[-72.71992594868843,41.82818049954438],[-72.71984594866545,41.828234499557375],[-72.7195159485576,41.82822949956705],[-72.71928794848645,41.82828449958501],[-72.71925094847722,41.82833349959567],[-72.71925094848547,41.82847649962325],[-72.71935394852567,41.82859149964211],[-72.71950094857486,41.82861349964161],[-72.71966294863083,41.828668499646994],[-72.71968494864244,41.82874549966115],[-72.71961094862468,41.82885549968475],[-72.71950894859332,41.82888849969439],[-72.71946494858214,41.82894349970643],[-72.71948694859181,41.82898649971403],[-72.71955994861783,41.829025499719194],[-72.71966994865272,41.82900849971238],[-72.71978694869087,41.82900849970859],[-72.7198459487155,41.82910249972481],[-72.71981694871332,41.829228499750066],[-72.7199779487718,41.829332499764924],[-72.72005894880708,41.82948649979201],[-72.72005894881244,41.82957949980997],[-72.71989794877929,41.829914499879784],[-72.71994194880688,41.830144499922724],[-72.71992694881278,41.830331499959286],[-72.72000094885017,41.83056150000127],[-72.72002294886559,41.83070450002813],[-72.71981794882252,41.83111650011423],[-72.71961994878394,41.831566500207416],[-72.71961994880799,41.83198350028785],[-72.71945894876912,41.83221950033857],[-72.71942894877547,41.832499500393546],[-72.71962294885884,41.8328485004546],[-72.71975294891467,41.833081500495354],[-72.71978194893394,41.833251500527204],[-72.71972394895205,41.83389350065292],[-72.71963594893727,41.83413450070224],[-72.71959894893945,41.834381500751086],[-72.7196429489636,41.83455150078244],[-72.71978994902737,41.83482650083075],[-72.71978294902856,41.834886500842536],[-72.71965794899387,41.834991500866835],[-72.71959194897708,41.83507350088479],[-72.71961394898898,41.83515550089988],[-72.71972394902993,41.8352435009133],[-72.7200029491256,41.83532550092012],[-72.72004694914185,41.83535850092506],[-72.72011294916972,41.835468500944145],[-72.72011994917395,41.83550250095048],[-72.72022394923553,41.8359825010397],[-72.72025894925619,41.83614250106944],[-72.72009094919918,41.83610350106734],[-72.71958894902883,41.83598750106115],[-72.7194219489722,41.835949501059204],[-72.71927094892095,41.83591450105733],[-72.71881894876756,41.83580950105168],[-72.7186689487167,41.835775501049945],[-72.71672394805717,41.835333501027435],[-72.71418594719665,41.83475850099839],[-72.71143694626521,41.83414650096901],[-72.71089494608016,41.83400150095853],[-72.7105059459474,41.8338985009512],[-72.71016894582954,41.833759500935244],[-72.70977294568836,41.8335495009075],[-72.70943794556692,41.83333750087741],[-72.7091989454776,41.83313950084694],[-72.70914794545816,41.833090500839134],[-72.70909294543722,41.83303850083088],[-72.70904094541744,41.832989500823096],[-72.70896894538998,41.83292050081211],[-72.70893594537698,41.83288150080565],[-72.70888894535837,41.83282450079617],[-72.70871694529036,41.8326175007618],[-72.70848894519386,41.832232500694865],[-72.70841394515995,41.83206850066565],[-72.70796594495708,41.83108250048989],[-72.707822944899,41.8308835004561],[-72.70763494482912,41.83073450043344],[-72.70737694473816,41.830615500418794],[-72.70705294462815,41.83053950041458],[-72.70659594447727,41.83050650042294],[-72.70654894446184,41.83050450042407],[-72.70607694430734,41.83049350043718],[-72.70565394417065,41.83051450045486],[-72.70552894413136,41.830539500463715],[-72.70532594406612,41.83055550047334],[-72.70433894374897,41.83063550052059],[-72.70400994364333,41.830663500536595],[-72.70377694356982,41.83070650055241],[-72.70354194349625,41.83075850057],[-72.70332794343213,41.83085650059579],[-72.70307694335887,41.83100550063265],[-72.70284794329632,41.83121550068054],[-72.70275994327324,41.83131250070209],[-72.70265494324585,41.831431500728435],[-72.70249194320834,41.83170250078595],[-72.70216294313636,41.83231450091462],[-72.70191894308067,41.83272850100235],[-72.70163294300572,41.83304550107271],[-72.70127594290523,41.83332150113747],[-72.70045894266907,41.83384550126488],[-72.69976294246938,41.83431750137835],[-72.69965694243902,41.83439050139586],[-72.69920494231306,41.83476150148199],[-72.69868094217179,41.83527450159783],[-72.69840994203815,41.83448850145495],[-72.6978549417645,41.83287950116246],[-72.69765094165405,41.83211650102185],[-72.6974379415384,41.831314500874],[-72.69739194150542,41.83100250081529],[-72.69730294144121,41.83039150070029],[-72.69726194140924,41.83006850063929],[-72.69722294137861,41.82975750058056],[-72.69718794135176,41.82948950052998],[-72.69715394132898,41.829286500491904],[-72.69702294124048,41.82849150034276],[-72.69691694117068,41.82787950022809],[-72.69683594111733,41.82741150014041],[-72.69678994107802,41.82698950006048],[-72.69675094104421,41.82662349999113],[-72.69674394103785,41.82655249997765],[-72.69651094086706,41.82490549966738],[-72.69611394059994,41.82251449921883],[-72.69608994058147,41.8223294991839],[-72.69601894052654,41.82177749907967],[-72.69599594050847,41.8215934990449],[-72.69597694049673,41.821497499027],[-72.69592294046274,41.82121249897375],[-72.69590494045137,41.821117498955985],[-72.69588694043833,41.82099249893245],[-72.69583594040016,41.82061849886192],[-72.6958189403875,41.82049449883854],[-72.69579494037022,41.82033049880765],[-72.69572494031924,41.81984149871556],[-72.69570194030238,41.819678498684844],[-72.69555694021525,41.81898649855598],[-72.69544494013967,41.81830749842856],[-72.69543294013178,41.81823849841562],[-72.69530394005463,41.81762849830206],[-72.69526394002811,41.8173944982582],[-72.69524594001695,41.81730249824102],[-72.6951939399843,41.81702949819],[-72.69517693997352,41.81693849817299],[-72.69516593996504,41.81685349815694],[-72.69513293993973,41.81660049810918],[-72.6951219399313,41.81651649809333],[-72.69509893991332,41.816334498058936],[-72.6950309398599,41.81579149795633],[-72.69500893984232,41.81561049792213],[-72.6948989397638,41.81486949778265],[-72.69482293970935,41.8143534976855],[-72.69478093965957,41.81372649756586],[-72.69469693957727,41.81277249738443],[-72.69470093957078,41.81263649735805],[-72.69470493956673,41.81254349733998],[-72.69474193956171,41.81224649728146],[-72.69484193957467,41.811905497212415],[-72.69491593958136,41.811602497151554],[-72.69501693959091,41.81119649706993],[-72.69515093960588,41.810697496969304],[-72.69523193961496,41.8103964969086],[-72.69524493961552,41.810332496895825],[-72.69528393961743,41.810144496858285],[-72.69529793961834,41.810081496845676],[-72.6953079396158,41.80998049682585],[-72.6953419396096,41.80968049676685],[-72.69535393960777,41.80958049674716],[-72.69535693960673,41.80954549674032],[-72.69536693960394,41.80944049671972],[-72.6953709396033,41.80940649671303],[-72.69537793959982,41.8093064966935],[-72.69540193959038,41.809006496634815],[-72.6954099395873,41.80890749661545],[-72.69541093958574,41.80887449660905],[-72.6954179395823,41.80877549658972],[-72.69542093958147,41.808743496583446],[-72.69543093957908,41.80864549656422],[-72.6954619395725,41.80835549650723],[-72.69547293957048,41.80825849648816],[-72.69547393956863,41.808220496480786],[-72.69548093956438,41.808106496458564],[-72.69548393956322,41.80806949645131],[-72.69549393956014,41.80795949642975],[-72.69552693955193,41.807629496364996],[-72.69553793954924,41.8075204963436],[-72.69554493954875,41.80747249633412],[-72.69556693954787,41.80733249630639],[-72.69557493954777,41.80728549629705]]]},"properties":{"name":4712,"geoid":"09003471200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.75062195741107,41.8059584942659],[-72.7505119573908,41.806228494321566],[-72.7498369572444,41.807503494589426],[-72.7497109572159,41.80772149463556],[-72.74954095717774,41.80802049469875],[-72.74930695712514,41.80843049478545],[-72.74906495707263,41.80888749488145],[-72.74900395706166,41.80904149491314],[-72.74896495705667,41.80917549494025],[-72.74894195705882,41.80934249497322],[-72.74894895707689,41.80961649502588],[-72.74898995711472,41.81004049510638],[-72.7489939571185,41.81008349511453],[-72.74907895720308,41.811069495302064],[-72.74910795728151,41.812265495531925],[-72.74908495729646,41.812654495607745],[-72.74903195729773,41.81297549567139],[-72.74890595728505,41.81346749577039],[-72.74864595725946,41.81449249597658],[-72.74843795724388,41.815397496157914],[-72.74838295723991,41.81563949620639],[-72.74837295723874,41.81567549621365],[-72.74824595722649,41.8161804963152],[-72.7481619572099,41.816367496354],[-72.74807095718592,41.81646549637584],[-72.74801795717208,41.816525496389126],[-72.74786195712906,41.816660496420226],[-72.74788595714264,41.81676049643874],[-72.7478889571443,41.816772496440954],[-72.74792295716007,41.81685349645548],[-72.74795695717489,41.81691849646693],[-72.74801595719757,41.816978496476615],[-72.7480569572126,41.81700749648088],[-72.74814195724377,41.81706749648971],[-72.74835095731329,41.817091496487585],[-72.74898095752292,41.817166496481704],[-72.74901495753424,41.81717049648139],[-72.74919195759277,41.817185496478565],[-72.74927895762153,41.817192496477105],[-72.74947495768546,41.81719349647097],[-72.74961095772933,41.81718549646504],[-72.74991395782513,41.817134496445405],[-72.75012995789346,41.81709849643148],[-72.7507849580964,41.81691649637522],[-72.752060958504,41.81677349630641],[-72.75213595852797,41.81676549630244],[-72.75278895874014,41.81675449627922],[-72.75287495876833,41.81675749627704],[-72.75313595885403,41.816768496270726],[-72.75322295888262,41.81677249626868],[-72.75287495883067,41.817837496485396],[-72.75278795881789,41.818107496540314],[-72.75252695877639,41.818861496694225],[-72.75208195871971,41.820392497003965],[-72.75189795869774,41.82105049713685],[-72.7518959586973,41.82105449713769],[-72.75172495867099,41.821563497241414],[-72.7515039586302,41.82210449735292],[-72.75123795857462,41.82264349746548],[-72.75044395840918,41.82426049780308],[-72.7503489583895,41.824455497843765],[-72.7502139583649,41.82479149791293],[-72.7502069583638,41.82481249791721],[-72.75009595834715,41.82515049798601],[-72.75002595833682,41.825366498029936],[-72.74994995833192,41.82571049809875],[-72.74983295832115,41.82618449819397],[-72.7497479583134,41.82653049826345],[-72.74945695828843,41.82774049850625],[-72.74938995828416,41.82804449856705],[-72.74902795826993,41.82984149892536],[-72.74895495827907,41.83041149903766],[-72.74902695830289,41.83041749903647],[-72.74898995834788,41.83140549922824],[-72.74894995834852,41.831642499275254],[-72.74888895834303,41.83189149932523],[-72.74880995833132,41.832134499374654],[-72.74792395818052,41.834523499864034],[-72.74776895815408,41.83494049994946],[-72.7473049580751,41.83619150020573],[-72.74715095804903,41.836609500291296],[-72.74712795804496,41.83666850030342],[-72.74705895803281,41.836847500340184],[-72.7470369580291,41.836907500352446],[-72.74690895800777,41.83726050042466],[-72.7467039579741,41.83783450054197],[-72.7465559579546,41.8383315006426],[-72.74644895794057,41.838692500715666],[-72.74635095792756,41.83902050078207],[-72.74619195790657,41.83955450089019],[-72.74602795787865,41.83999650098073],[-72.74590895785849,41.84031850104665],[-72.74589095785532,41.84036550105632],[-72.74552395778966,41.84129950124827],[-72.74290695690054,41.84067550121247],[-72.7426429568115,41.840623501210985],[-72.74240195671706,41.84034850116574],[-72.74208195661251,41.84034450117532],[-72.74145995640039,41.84018250116416],[-72.74097495623515,41.84005850115591],[-72.74047195606789,41.84000150116117],[-72.74037895603705,41.83999250116243],[-72.73994195589223,41.839951501168635],[-72.73949695574292,41.83987750116875],[-72.73923695565416,41.83980850116383],[-72.73845695538813,41.839604501149694],[-72.73819695529953,41.83953750114515],[-72.73803295524357,41.83949450114217],[-72.73775495514873,41.83942150113706],[-72.73754295507644,41.839366501133306],[-72.73737995502088,41.83932450113047],[-72.73696495487944,41.83921750112323],[-72.7357209544554,41.8388965011015],[-72.73530695431432,41.83879050109444],[-72.73493795418855,41.83869550108801],[-72.73383295381188,41.838410501068736],[-72.73364795374886,41.83836350106566],[-72.73346995368723,41.838300501059244],[-72.73346195367664,41.83816250103289],[-72.73345495366715,41.83803750100901],[-72.73345795365144,41.83774850095318],[-72.73345995364413,41.837610500926495],[-72.73286995345094,41.837595500942655],[-72.73110095287187,41.83755350099167],[-72.73051195267905,41.837539501007974],[-72.73032795261896,41.837537501013536],[-72.729776952439,41.837531501030156],[-72.7295939523793,41.83753050103588],[-72.7293199522908,41.83754450104742],[-72.72849995202603,41.837588501082365],[-72.72822695193788,41.83760350109409],[-72.72799995186378,41.83760150110102],[-72.7277759517907,41.837600501108064],[-72.72736795165892,41.83762150112528],[-72.72732195164394,41.83762150112676],[-72.72709595157025,41.83762150113406],[-72.72687095149766,41.837634501143825],[-72.72662495141765,41.83763750115235],[-72.72635095132821,41.8376355011608],[-72.72608095123708,41.83758150115911],[-72.72603895122293,41.837573501158914],[-72.72560295107617,41.83749350115756],[-72.72529495097191,41.83742650115457],[-72.72495895085858,41.83736050115269],[-72.7246639507563,41.83725450114176],[-72.72360695039478,41.836960501119165],[-72.72341895032741,41.836855501105],[-72.72312895023168,41.836834501110296],[-72.72312795023134,41.836834501110324],[-72.72245295000289,41.83668850110394],[-72.72214694989633,41.83657050109107],[-72.72177694977087,41.836486501086796],[-72.72066794939482,41.83623450107398],[-72.72029894926975,41.836151501069864],[-72.72028994926669,41.83614950106978],[-72.72026594925852,41.83614350106939],[-72.72025894925619,41.83614250106944],[-72.72022394923553,41.8359825010397],[-72.72011994917395,41.83550250095048],[-72.72011294916972,41.835468500944145],[-72.72004694914185,41.83535850092506],[-72.7200029491256,41.83532550092012],[-72.71972394902993,41.8352435009133],[-72.71961394898898,41.83515550089988],[-72.71959194897708,41.83507350088479],[-72.71965794899387,41.834991500866835],[-72.71978294902856,41.834886500842536],[-72.71978994902737,41.83482650083075],[-72.7196429489636,41.83455150078244],[-72.71959894893945,41.834381500751086],[-72.71963594893727,41.83413450070224],[-72.71972394895205,41.83389350065292],[-72.71978194893394,41.833251500527204],[-72.71975294891467,41.833081500495354],[-72.71962294885884,41.8328485004546],[-72.71942894877547,41.832499500393546],[-72.71945894876912,41.83221950033857],[-72.71961994880799,41.83198350028785],[-72.71961994878394,41.831566500207416],[-72.71981794882252,41.83111650011423],[-72.72002294886559,41.83070450002813],[-72.72000094885017,41.83056150000127],[-72.71992694881278,41.830331499959286],[-72.71994194880688,41.830144499922724],[-72.71989794877929,41.829914499879784],[-72.72005894881244,41.82957949980997],[-72.72005894880708,41.82948649979201],[-72.7199779487718,41.829332499764924],[-72.71981694871332,41.829228499750066],[-72.7198459487155,41.82910249972481],[-72.71978694869087,41.82900849970859],[-72.71966994865272,41.82900849971238],[-72.71955994861783,41.829025499719194],[-72.71948694859181,41.82898649971403],[-72.71946494858214,41.82894349970643],[-72.71950894859332,41.82888849969439],[-72.71961094862468,41.82885549968475],[-72.71968494864244,41.82874549966115],[-72.71966294863083,41.828668499646994],[-72.71950094857486,41.82861349964161],[-72.71935394852567,41.82859149964211],[-72.71925094848547,41.82847649962325],[-72.71925094847722,41.82833349959567],[-72.71928794848645,41.82828449958501],[-72.7195159485576,41.82822949956705],[-72.71984594866545,41.828234499557375],[-72.71992594868843,41.82818049954438],[-72.71988194866803,41.82807549952553],[-72.71981594864114,41.82798249950972],[-72.71973594860556,41.82781749948047],[-72.71966194857733,41.827746499469164],[-72.71954494853765,41.827719499467726],[-72.71940494848596,41.827614499452],[-72.71938994847633,41.82753249943666],[-72.71944894849113,41.82745549941989],[-72.71955194852251,41.82741749940925],[-72.71963994855057,41.82740649940429],[-72.71987494863,41.827455499406156],[-72.71997794866166,41.82742249939647],[-72.71998494865984,41.82735149938256],[-72.71985294859562,41.82698349931581],[-72.71986694859191,41.82684049928776],[-72.71998394861772,41.826626499242714],[-72.72017894867285,41.826480499208245],[-72.72025594869467,41.82642349919477],[-72.72039494872827,41.82622049915113],[-72.72037994871387,41.82605549911978],[-72.72032194869058,41.825979499106985],[-72.72022594865678,41.825935499101604],[-72.72020394864641,41.825880499091696],[-72.72032194867572,41.825721499057224],[-72.72031394866549,41.82558949903201],[-72.72021894862756,41.82546849901172],[-72.72014494859962,41.82540249900139],[-72.72012294858554,41.82528249897895],[-72.7201889485988,41.825139498949234],[-72.72053394869229,41.824810498874626],[-72.72057794869492,41.82460749883403],[-72.72054794867563,41.82444249880317],[-72.72042394862352,41.824239498768],[-72.7203499485953,41.824168498756706],[-72.7203499485886,41.824052498734325],[-72.72036494859144,41.82401649872689],[-72.72042294860262,41.823882498699156],[-72.7205939486471,41.82368749865603],[-72.7206799486696,41.82359149863473],[-72.7210399487686,41.82327349856176],[-72.7211859488064,41.82310349852425],[-72.72132594884532,41.82298749849737],[-72.72139894885969,41.822823498463364],[-72.72139694885789,41.822803498459564],[-72.72138394884529,41.822658498432006],[-72.7213179488187,41.822570498417164],[-72.72119594877404,41.822485498404696],[-72.72102394871118,41.822367498387486],[-72.72091394866742,41.82223049836459],[-72.72087794864588,41.82206049833295],[-72.72092094865262,41.82193449830726],[-72.72111194870854,41.82182449827987],[-72.72124394874903,41.82178049826713],[-72.72128794875894,41.821703498250855],[-72.72123694873694,41.821610498234556],[-72.7211269486973,41.82154449822536],[-72.72110994869146,41.82153949822495],[-72.72086294860715,41.82147349822018],[-72.72076694856825,41.82134149819782],[-72.72069294850904,41.82073249808269],[-72.72077394852373,41.82052949804092],[-72.72083294854042,41.820485498030514],[-72.72099394859255,41.82047949802417],[-72.72125794867354,41.82039149799869],[-72.72144194873097,41.82034749798425],[-72.72147094873887,41.820320497978116],[-72.72143394872208,41.82023849796347],[-72.7213169486779,41.82013349794699],[-72.72125794865711,41.820106497943684],[-72.72118494862758,41.82000749792694],[-72.7211919486248,41.81991949790974],[-72.72128694864948,41.81981049788563],[-72.72141894869125,41.81978849787714],[-72.72147794870696,41.819727497863454],[-72.72153694871928,41.8196074978384],[-72.72150694870408,41.819513497821234],[-72.72137494865441,41.819398497803306],[-72.72130194862336,41.81927249778134],[-72.72130894861742,41.81912949775352],[-72.72137494863355,41.81903649773346],[-72.72155094868268,41.81889349770019],[-72.72157294868414,41.818794497680365],[-72.72151194865613,41.81865349765512],[-72.72150694865381,41.81864149765298],[-72.72143394862461,41.81854749763719],[-72.7214259486201,41.81851449763109],[-72.72142594860776,41.818300497589796],[-72.72128594854443,41.817993497535085],[-72.7212059485133,41.817905497520655],[-72.72103694845192,41.81779649750509],[-72.72095594841666,41.81764249747797],[-72.72094994840442,41.81746449744382],[-72.72094894840266,41.81743949743904],[-72.72111694845108,41.81732949741238],[-72.72119094847365,41.817302497404796],[-72.72124194849015,41.81730049740276],[-72.7214839485688,41.81729649739418],[-72.72160894860701,41.817252497381666],[-72.72165994862081,41.817203497370556],[-72.72174094862665,41.81684649729907],[-72.72181394864253,41.81670949727027],[-72.72188694866217,41.81663749725403],[-72.72209994871962,41.81642949720701],[-72.72213694872907,41.81638449719714],[-72.72156094849628,41.815602497064816],[-72.72107294829897,41.81493849695242],[-72.71980394778996,41.81328249667376],[-72.71921494755361,41.812512496544144],[-72.71862894731719,41.811723496410785],[-72.71861894731317,41.81171049640859],[-72.71687294660858,41.80935749601074],[-72.71628794637253,41.80856949587752],[-72.71602094626353,41.80818749581239],[-72.71521994593665,41.8070444956176],[-72.71495294582768,41.806663495552655],[-72.71547994599905,41.80665649553432],[-72.71706294651386,41.80663749547962],[-72.7175909466856,41.806631495461446],[-72.71895794712368,41.80650249539248],[-72.71907094716235,41.806534495395006],[-72.71908294716626,41.80653449539463],[-72.71910294717294,41.80653749539456],[-72.72052594763423,41.806494495340374],[-72.72076994772003,41.80660349535354],[-72.72077394772127,41.80660249535323],[-72.72158794798506,41.80657649532197],[-72.72185994807325,41.80656849531165],[-72.72211494815612,41.80656449530265],[-72.7228819484055,41.80655449527601],[-72.72313794848876,41.80655149526716],[-72.72362194864586,41.806540495249436],[-72.72433694887796,41.8065244952233],[-72.72507494911773,41.806511495196986],[-72.72519394915639,41.806509495192756],[-72.72543894923594,41.806504495183894],[-72.72555894927453,41.80649549517829],[-72.72574194933405,41.806493495172006],[-72.7262919495132,41.806491495153864],[-72.72637794954122,41.806491495151086],[-72.7264759495731,41.806490495147735],[-72.72655094959742,41.80648849514495],[-72.72706694976489,41.80647649512598],[-72.7288399503405,41.80643849506146],[-72.72943195053274,41.80642649504005],[-72.73111195107742,41.806377494976395],[-72.7347769522656,41.80627049483753],[-72.7396869538575,41.80612849465169],[-72.7402889540527,41.80611149462897],[-72.74043995410167,41.806107494623326],[-72.74247595476342,41.806077494551836],[-72.7449559555695,41.806041494464836],[-72.74598995590559,41.80602649442855],[-72.74679195616625,41.80601449440035],[-72.74793195653675,41.80599749436028],[-72.74858495674896,41.80598749433727],[-72.75062195741107,41.8059584942659]]]},"properties":{"name":4713,"geoid":"09003471300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.74060795824097,41.87682050825343],[-72.74042895815575,41.87635650816983],[-72.74028195808559,41.875972508100595],[-72.74000295793432,41.874930507908864],[-72.73998595792503,41.87486550789689],[-72.73998895791026,41.87459350784439],[-72.73999195790216,41.87443650781404],[-72.73979795768365,41.87175350730337],[-72.73981595759835,41.870177506999134],[-72.73985695741133,41.866713506330306],[-72.73991595697095,41.85876550479664],[-72.73986395687398,41.85738150453156],[-72.73984395683671,41.85684950442964],[-72.73979795674899,41.85559150418865],[-72.73974995659034,41.8531175037133],[-72.74028995660379,41.850304503153566],[-72.74062795661276,41.848552502804885],[-72.74092495659157,41.8465105024016],[-72.74089495652669,41.845556502218635],[-72.740657956375,41.84426850197794],[-72.74018295614835,41.8430255017536],[-72.73960195590159,41.8420325015809],[-72.73923395574538,41.8414045014717],[-72.73819695529953,41.83953750114515],[-72.73845695538813,41.839604501149694],[-72.73923695565416,41.83980850116383],[-72.73949695574292,41.83987750116875],[-72.73994195589223,41.839951501168635],[-72.74037895603705,41.83999250116243],[-72.74047195606789,41.84000150116117],[-72.74097495623515,41.84005850115591],[-72.74145995640039,41.84018250116416],[-72.74208195661251,41.84034450117532],[-72.74240195671706,41.84034850116574],[-72.7426429568115,41.840623501210985],[-72.74290695690054,41.84067550121247],[-72.74552395778966,41.84129950124827],[-72.74589095785532,41.84036550105632],[-72.74590895785849,41.84031850104665],[-72.74602795787865,41.83999650098073],[-72.74619195790657,41.83955450089019],[-72.74635095792756,41.83902050078207],[-72.74644895794057,41.838692500715666],[-72.7465559579546,41.8383315006426],[-72.7467039579741,41.83783450054197],[-72.74690895800777,41.83726050042466],[-72.7470369580291,41.836907500352446],[-72.74705895803281,41.836847500340184],[-72.74712795804496,41.83666850030342],[-72.74715095804903,41.836609500291296],[-72.7473049580751,41.83619150020573],[-72.74776895815408,41.83494049994946],[-72.74792395818052,41.834523499864034],[-72.74880995833132,41.832134499374654],[-72.74888895834303,41.83189149932523],[-72.74894995834852,41.831642499275254],[-72.74898995834788,41.83140549922824],[-72.74902695830289,41.83041749903647],[-72.74895495827907,41.83041149903766],[-72.74902795826993,41.82984149892536],[-72.74938995828416,41.82804449856705],[-72.74945695828843,41.82774049850625],[-72.7497479583134,41.82653049826345],[-72.74983295832115,41.82618449819397],[-72.74994995833192,41.82571049809875],[-72.75002595833682,41.825366498029936],[-72.75009595834715,41.82515049798601],[-72.7502069583638,41.82481249791721],[-72.7502139583649,41.82479149791293],[-72.7503489583895,41.824455497843765],[-72.75044395840918,41.82426049780308],[-72.75123795857462,41.82264349746548],[-72.7515039586302,41.82210449735292],[-72.75172495867099,41.821563497241414],[-72.7518959586973,41.82105449713769],[-72.75189795869774,41.82105049713685],[-72.75208195871971,41.820392497003965],[-72.75252695877639,41.818861496694225],[-72.75278795881789,41.818107496540314],[-72.75287495883067,41.817837496485396],[-72.75322295888262,41.81677249626868],[-72.75313595885403,41.816768496270726],[-72.75287495876833,41.81675749627704],[-72.75278895874014,41.81675449627922],[-72.75213595852797,41.81676549630244],[-72.752060958504,41.81677349630641],[-72.7507849580964,41.81691649637522],[-72.75012995789346,41.81709849643148],[-72.74991395782513,41.817134496445405],[-72.74961095772933,41.81718549646504],[-72.74947495768546,41.81719349647097],[-72.74927895762153,41.817192496477105],[-72.74919195759277,41.817185496478565],[-72.74901495753424,41.81717049648139],[-72.74898095752292,41.817166496481704],[-72.74835095731329,41.817091496487585],[-72.74814195724377,41.81706749648971],[-72.7480569572126,41.81700749648088],[-72.74801595719757,41.816978496476615],[-72.74795695717489,41.81691849646693],[-72.74792295716007,41.81685349645548],[-72.7478889571443,41.816772496440954],[-72.74788595714264,41.81676049643874],[-72.74786195712906,41.816660496420226],[-72.74801795717208,41.816525496389126],[-72.74807095718592,41.81646549637584],[-72.7481619572099,41.816367496354],[-72.74824595722649,41.8161804963152],[-72.74837295723874,41.81567549621365],[-72.74838295723991,41.81563949620639],[-72.74843795724388,41.815397496157914],[-72.74864595725946,41.81449249597658],[-72.74890595728505,41.81346749577039],[-72.74903195729773,41.81297549567139],[-72.74908495729646,41.812654495607745],[-72.74910795728151,41.812265495531925],[-72.74907895720308,41.811069495302064],[-72.7489939571185,41.81008349511453],[-72.74898995711472,41.81004049510638],[-72.74894895707689,41.80961649502588],[-72.74894195705882,41.80934249497322],[-72.74896495705667,41.80917549494025],[-72.74900395706166,41.80904149491314],[-72.74906495707263,41.80888749488145],[-72.74930695712514,41.80843049478545],[-72.74954095717774,41.80802049469875],[-72.7497109572159,41.80772149463556],[-72.7498369572444,41.807503494589426],[-72.7505119573908,41.806228494321566],[-72.75062195741107,41.8059584942659],[-72.75070195743639,41.80594549426081],[-72.7509429575129,41.80591049424628],[-72.75102395753868,41.805899494241515],[-72.75259395803307,41.805601494133334],[-72.75310495819872,41.80558649411393],[-72.7543759586159,41.80563849408292],[-72.7553639589368,41.805620494047545],[-72.75558095900726,41.805616494039775],[-72.75579695907744,41.80561249403201],[-72.7574249596062,41.805582493973645],[-72.75776595971597,41.80555949395821],[-72.75879296004682,41.80549349391229],[-72.759134960157,41.80547149389699],[-72.76026696052504,41.80545749385772],[-72.76126196084861,41.80544649382347],[-72.761284960856,41.80544449382235],[-72.76242696122448,41.805381493773275],[-72.76366096162491,41.80535249372782],[-72.76479396199264,41.80532749368639],[-72.7653129621603,41.805302493664804],[-72.76543896220107,41.805297493659765],[-72.76619296244642,41.80529149363425],[-72.76687296266803,41.80529249361246],[-72.76739296283755,41.80529349359586],[-72.76808496306325,41.805297493574265],[-72.76825196311772,41.80529849356907],[-72.77016396374124,41.80530749350902],[-72.77054796386652,41.80531049349718],[-72.77085696396732,41.805312493487584],[-72.77162496421641,41.80529249345891],[-72.77393196496487,41.80523649337354],[-72.77470196521466,41.80521749334499],[-72.7810089672599,41.80504849310847],[-72.78118996731838,41.80504049310108],[-72.78173396749432,41.80501749307905],[-72.78181096751922,41.80501449307599],[-72.78191596755327,41.805011493072],[-72.78225196766299,41.8050154930619],[-72.78326196799274,41.805027493031574],[-72.78359896810278,41.80503149302143],[-72.7839549682179,41.805016493007024],[-72.78502296856333,41.804972492964005],[-72.78537996867882,41.804958492949766],[-72.78553796873013,41.804955492944075],[-72.78775196944878,41.80490849286342],[-72.79486897175882,41.80475749260403],[-72.79602197213308,41.804733492562086],[-72.79724197252904,41.8047074925176],[-72.79733797259213,41.80525749262062],[-72.79762797278204,41.80690849292983],[-72.7977249728455,41.807459493032994],[-72.79784497292582,41.80817249316669],[-72.79820697316741,41.81031149356768],[-72.79832797324808,41.81102449370133],[-72.7982279732536,41.81168349383173],[-72.79792897327067,41.81366349422339],[-72.79782997327665,41.814324494354125],[-72.79783797328092,41.814353494359445],[-72.79786397329444,41.8144404943754],[-72.7978729732991,41.814470494380885],[-72.79790597331535,41.814565494398146],[-72.79800697336475,41.81485049444988],[-72.79804097338132,41.81494549446708],[-72.79805597343767,41.815835494638286],[-72.7980669734745,41.81641049474886],[-72.79809297356779,41.817876495030816],[-72.79810297360766,41.81850949515261],[-72.79810597361609,41.818638495177396],[-72.79811997366475,41.81940049532392],[-72.79821397376426,41.82059149555062],[-72.79849597406307,41.824167496231226],[-72.79855297412367,41.82489349636939],[-72.79844097408785,41.824905496375344],[-72.79829497404138,41.82492449638374],[-72.79796197393468,41.8249554964005],[-72.79764797383507,41.825002496419714],[-72.79235997214877,41.82563949671376],[-72.78837197087707,41.826120496935594],[-72.78709797047671,41.82637649702619],[-72.78455096965972,41.82660149715202],[-72.78333696928226,41.82691549725185],[-72.78355096942396,41.82815949748485],[-72.7844389700116,41.83331549845044],[-72.78378696992786,41.83554049890059],[-72.78348696988945,41.83656649910813],[-72.78426797021459,41.8377864993181],[-72.78445997034758,41.83900349954652],[-72.78476197055686,41.84091849990598],[-72.78515697083054,41.84342250037594],[-72.78496097105749,41.84844550135058],[-72.78494897107181,41.84876050141168],[-72.78482797112676,41.85039050172979],[-72.78459497123401,41.85355350234698],[-72.78444097130854,41.85570650276691],[-72.7827619709341,41.858690503396346],[-72.78167697069225,41.860620503803396],[-72.78084897050768,41.86209350411405],[-72.78065797046658,41.86245850419057],[-72.78059497045305,41.86257950421593],[-72.78008697034389,41.863553504420054],[-72.77989697030314,41.863919504496735],[-72.77454096915325,41.87420650665206],[-72.7723469686552,41.87795450744508],[-72.77221496862525,41.87818050749288],[-72.77040396818651,41.88079750805559],[-72.77062896831745,41.88179050823957],[-72.77138796875828,41.8851255088573],[-72.7678849681085,41.89361651060582],[-72.76694596793445,41.89589451107484],[-72.76663996793393,41.89760551141418],[-72.76615696786506,41.89913351172399],[-72.76505496770812,41.90262251243136],[-72.76407496742348,41.90322451257899],[-72.76386396736228,41.903355512611036],[-72.76271796703038,41.90407651278692],[-72.76235796693109,41.90438851285865],[-72.76228196691014,41.90445451287381],[-72.76121696661583,41.905368513084234],[-72.76108996657842,41.905437513101646],[-72.76071196646711,41.90564351315354],[-72.76058596643007,41.905713513171094],[-72.76075896647954,41.90559351314239],[-72.76088596650999,41.9054045131019],[-72.76094996652529,41.905308513081344],[-72.76100896651714,41.90483651298858],[-72.76109696653435,41.90463851294761],[-72.76100496645086,41.9037165127731],[-72.76098096642906,41.90347551272749],[-72.76075296633555,41.903145512671344],[-72.76050396624193,41.902931512638204],[-72.75962996592405,41.902365512557544],[-72.75934396581746,41.902135512522534],[-72.75907196571889,41.90196551249861],[-72.75858696554604,41.9017125124656],[-72.75769896522682,41.90120151239599],[-72.75733896510273,41.90108651238548],[-72.75714796503472,41.90098751237261],[-72.75692796495814,41.90090451236375],[-72.75667096487086,41.90084451236053],[-72.75614896468342,41.90054751232023],[-72.7558919645881,41.90034951229044],[-72.75573796452838,41.90018551226386],[-72.7555989644744,41.90003651223966],[-72.75545896442434,41.89996051222957],[-72.75487896422563,41.89979551221657],[-72.75442396405974,41.89949351217316],[-72.7538319638499,41.89920451213666],[-72.75294196354355,41.89892651211195],[-72.75288496352329,41.898897512108206],[-72.75281696349919,41.89886451210406],[-72.75278596348821,41.89884951210217],[-72.75172896311314,41.89832551203549],[-72.75028496259051,41.89743351191047],[-72.75003696250076,41.89728051188905],[-72.74983196242661,41.897154511871406],[-72.74942896228197,41.89692651184055],[-72.74847996194508,41.89645351178019],[-72.74815896183871,41.89642451178498],[-72.74795296177048,41.89640651178818],[-72.74774796170253,41.896387511791154],[-72.74751296162468,41.89636651179471],[-72.7471049614926,41.89638351181119],[-72.74549696095546,41.89616351182083],[-72.74494196076874,41.89606451181974],[-72.74468196067919,41.89598251181236],[-72.74392696041919,41.895744511790944],[-72.74321896016112,41.89527551172353],[-72.74302796009621,41.895230511721046],[-72.7427989600184,41.89517651171805],[-72.74275295999986,41.89511551170781],[-72.74279396001069,41.895071511698006],[-72.742592959943,41.895034511697375],[-72.74239895987492,41.89495151168767],[-72.74220095980473,41.894854511675405],[-72.74111995941351,41.89418651158173],[-72.74038295914644,41.89372551151679],[-72.74026495910292,41.89363851150385],[-72.73976995892636,41.8933775114696],[-72.73908295868137,41.8930155114221],[-72.73839595843634,41.89265351137462],[-72.73841595843987,41.89260151136395],[-72.73847595845062,41.892449511332735],[-72.73849695845452,41.89239851132224],[-72.73861695846846,41.89196351123458],[-72.73863695847082,41.891891511220074],[-72.73865695847316,41.891819511205554],[-72.73871795848038,41.8916005111614],[-72.73876195848673,41.89146251113341],[-72.73913795854152,41.890291510895736],[-72.73924395855715,41.88996451082934],[-72.74079095878263,41.885146509851374],[-72.74115995883659,41.884000509618694],[-72.74134095886313,41.8834395095048],[-72.74169195891298,41.88232350927847],[-72.74182495893186,41.8819005091927],[-72.74205295896105,41.881120509035085],[-72.74244995901218,41.8797675087616],[-72.74246795901468,41.87970950874985],[-72.7424879590171,41.87963850873553],[-72.74248995901746,41.87963350873449],[-72.74273995904959,41.878780508562095],[-72.74296895907912,41.87800050840443],[-72.74310595908867,41.87739350828307],[-72.74309095908353,41.877389508282775],[-72.74296495904078,41.87736050828125],[-72.7419669587022,41.877133508269786],[-72.74122795845147,41.87696450826113],[-72.74078695830183,41.87686350825592],[-72.74060795824097,41.87682050825343]]]},"properties":{"name":4714,"geoid":"09003471400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.68902494005714,41.85320550536705],[-72.68902594004767,41.85303550533423],[-72.68873893965858,41.84790950435508],[-72.68822993896835,41.838811502616835],[-72.68807393881772,41.83707950228778],[-72.68830193889181,41.83707550227967],[-72.68836693891267,41.837069502276414],[-72.68858093898135,41.83705050226584],[-72.68883193906103,41.83701350225063],[-72.68913393915467,41.8369295022247],[-72.68922593918263,41.83689450221499],[-72.68950193926675,41.83679250218642],[-72.68981693936173,41.83665850215041],[-72.69069793962747,41.83628550205009],[-72.6907629396471,41.83625850204279],[-72.69107893974245,41.83612550200695],[-72.69143493984984,41.83597450196636],[-72.69250594017291,41.83552150184447],[-72.69286294028062,41.835371501804026],[-72.6930389403341,41.835303501785226],[-72.69325094039965,41.83524150176645],[-72.69336094043429,41.835220501758855],[-72.69342594045484,41.83520950175463],[-72.69366394053165,41.835195501744266],[-72.69392194061575,41.83519550173595],[-72.69491994094687,41.83529550172309],[-72.6954399411194,41.83534750171636],[-72.69581494124378,41.83538450171141],[-72.69694194161765,41.835496501696696],[-72.69731794174241,41.8355345016919],[-72.69759794183348,41.83553050168211],[-72.69768894186313,41.83553050167918],[-72.69795194194747,41.835505501665885],[-72.69815894201255,41.835464501651295],[-72.69836294207528,41.835398501632],[-72.6984189420922,41.83537550162576],[-72.69868094217179,41.83527450159783],[-72.69920494231306,41.83476150148199],[-72.69965694243902,41.83439050139586],[-72.69976294246938,41.83431750137835],[-72.70045894266907,41.83384550126488],[-72.70127594290523,41.83332150113747],[-72.70163294300572,41.83304550107271],[-72.70191894308067,41.83272850100235],[-72.70216294313636,41.83231450091462],[-72.70249194320834,41.83170250078595],[-72.70265494324585,41.831431500728435],[-72.70275994327324,41.83131250070209],[-72.70284794329632,41.83121550068054],[-72.70307694335887,41.83100550063265],[-72.70332794343213,41.83085650059579],[-72.70354194349625,41.83075850057],[-72.70377694356982,41.83070650055241],[-72.70400994364333,41.830663500536595],[-72.70433894374897,41.83063550052059],[-72.70532594406612,41.83055550047334],[-72.70552894413136,41.830539500463715],[-72.70565394417065,41.83051450045486],[-72.70607694430734,41.83049350043718],[-72.70654894446184,41.83050450042407],[-72.70659594447727,41.83050650042294],[-72.70705294462815,41.83053950041458],[-72.70737694473816,41.830615500418794],[-72.70763494482912,41.83073450043344],[-72.707822944899,41.8308835004561],[-72.70796594495708,41.83108250048989],[-72.70841394515995,41.83206850066565],[-72.70848894519386,41.832232500694865],[-72.70871694529036,41.8326175007618],[-72.70888894535837,41.83282450079617],[-72.70893594537698,41.83288150080565],[-72.70896894538998,41.83292050081211],[-72.70904094541744,41.832989500823096],[-72.70909294543722,41.83303850083088],[-72.70914794545816,41.833090500839134],[-72.7091989454776,41.83313950084694],[-72.70943794556692,41.83333750087741],[-72.70977294568836,41.8335495009075],[-72.71016894582954,41.833759500935244],[-72.7105059459474,41.8338985009512],[-72.71089494608016,41.83400150095853],[-72.71143694626521,41.83414650096901],[-72.71418594719665,41.83475850099839],[-72.71672394805717,41.835333501027435],[-72.7186689487167,41.835775501049945],[-72.71881894876756,41.83580950105168],[-72.71927094892095,41.83591450105733],[-72.7194219489722,41.835949501059204],[-72.71958894902883,41.83598750106115],[-72.72009094919918,41.83610350106734],[-72.72025894925619,41.83614250106944],[-72.72026594925852,41.83614350106939],[-72.72028994926669,41.83614950106978],[-72.72029894926975,41.836151501069864],[-72.72066794939482,41.83623450107398],[-72.72177694977087,41.836486501086796],[-72.72214694989633,41.83657050109107],[-72.72245295000289,41.83668850110394],[-72.72312795023134,41.836834501110324],[-72.72312895023168,41.836834501110296],[-72.72341895032741,41.836855501105],[-72.72360695039478,41.836960501119165],[-72.7246639507563,41.83725450114176],[-72.72495895085858,41.83736050115269],[-72.72529495097191,41.83742650115457],[-72.72560295107617,41.83749350115756],[-72.72603895122293,41.837573501158914],[-72.72608095123708,41.83758150115911],[-72.72635095132821,41.8376355011608],[-72.72662495141765,41.83763750115235],[-72.72687095149766,41.837634501143825],[-72.72709595157025,41.83762150113406],[-72.72732195164394,41.83762150112676],[-72.72736795165892,41.83762150112528],[-72.7277759517907,41.837600501108064],[-72.72799995186378,41.83760150110102],[-72.72822695193788,41.83760350109409],[-72.72849995202603,41.837588501082365],[-72.7293199522908,41.83754450104742],[-72.7295939523793,41.83753050103588],[-72.729776952439,41.837531501030156],[-72.73032795261896,41.837537501013536],[-72.73051195267905,41.837539501007974],[-72.73110095287187,41.83755350099167],[-72.73286995345094,41.837595500942655],[-72.73345995364413,41.837610500926495],[-72.73345795365144,41.83774850095318],[-72.73345495366715,41.83803750100901],[-72.73346195367664,41.83816250103289],[-72.73346995368723,41.838300501059244],[-72.73364795374886,41.83836350106566],[-72.73383295381188,41.838410501068736],[-72.73493795418855,41.83869550108801],[-72.73530695431432,41.83879050109444],[-72.7357209544554,41.8388965011015],[-72.73696495487944,41.83921750112323],[-72.73737995502088,41.83932450113047],[-72.73754295507644,41.839366501133306],[-72.73775495514873,41.83942150113706],[-72.73803295524357,41.83949450114217],[-72.73819695529953,41.83953750114515],[-72.73923395574538,41.8414045014717],[-72.73960195590159,41.8420325015809],[-72.74018295614835,41.8430255017536],[-72.740657956375,41.84426850197794],[-72.74089495652669,41.845556502218635],[-72.74092495659157,41.8465105024016],[-72.74062795661276,41.848552502804885],[-72.74028995660379,41.850304503153566],[-72.73974995659034,41.8531175037133],[-72.73979795674899,41.85559150418865],[-72.73984395683671,41.85684950442964],[-72.73986395687398,41.85738150453156],[-72.73991595697095,41.85876550479664],[-72.73985695741133,41.866713506330306],[-72.73981595759835,41.870177506999134],[-72.73979795768365,41.87175350730337],[-72.73999195790216,41.87443650781404],[-72.73998895791026,41.87459350784439],[-72.73998595792503,41.87486550789689],[-72.74000295793432,41.874930507908864],[-72.74028195808559,41.875972508100595],[-72.74042895815575,41.87635650816983],[-72.74060795824097,41.87682050825343],[-72.7391259577398,41.876510508241616],[-72.73818695742227,41.8763145082342],[-72.73467495623706,41.87562250821439],[-72.73319095573628,41.87533050820608],[-72.73245095548556,41.875167508198594],[-72.73023395473453,41.8746815081766],[-72.72990395462276,41.87460950817338],[-72.72969995455364,41.874564508171304],[-72.72949595448452,41.874519508169215],[-72.72934295443352,41.8745005081705],[-72.72919095438287,41.87448150817174],[-72.72918995438252,41.87448150817178],[-72.72827695407828,41.8743685081795],[-72.72797295397702,41.874331508182195],[-72.72718595370768,41.87411150816523],[-72.72482795290078,41.873454508114826],[-72.72404295263215,41.87323550809799],[-72.72099295160262,41.8726305080799],[-72.71868295082295,41.872173508066425],[-72.71770095049153,41.87197950806076],[-72.71429094933535,41.871214508023435],[-72.71187294851562,41.870673507997225],[-72.71159294842072,41.87061150799431],[-72.70883794748705,41.870000507965486],[-72.70699894686456,41.86960550794871],[-72.70148394499788,41.86842350789886],[-72.69964594437576,41.8680295078822],[-72.69925294424166,41.86792650787505],[-72.69807594384001,41.86761750785346],[-72.69787394377107,41.86756450784975],[-72.69777894373865,41.867539507848],[-72.69768394370621,41.86751450784625],[-72.68991094110055,41.866286507860224],[-72.68969194102716,41.866252507860715],[-72.68959994084584,41.863629507358105],[-72.68950594065915,41.860924506839694],[-72.68950794065084,41.86076950680976],[-72.68951594062688,41.860308506720635],[-72.68951894061895,41.860154506690854],[-72.68941994050651,41.858764506426084],[-72.68912294016918,41.854594505631695],[-72.68902494005714,41.85320550536705]]]},"properties":{"name":4715,"geoid":"09003471500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.80081796529555,41.6588414642017],[-72.8010009653653,41.65901946423028],[-72.80155196557521,41.65955346431595],[-72.80173596564529,41.65973146434449],[-72.80182796568023,41.65981846435837],[-72.80210496578532,41.66007946439999],[-72.8021979658206,41.660166464413834],[-72.80243396591055,41.66039646445078],[-72.80314496618156,41.66108746456168],[-72.80338196627193,41.661318464598764],[-72.80358296635298,41.66159146464517],[-72.8040859665447,41.662080464723644],[-72.80453496671147,41.66244046477888],[-72.8048369668207,41.66263146480612],[-72.8049249668525,41.662686464813945],[-72.8054129670266,41.66295346484992],[-72.80555796708117,41.663082464870214],[-72.80614796730559,41.6636474649606],[-72.80626396735144,41.663788464984165],[-72.80634096738187,41.663882464999894],[-72.8065539674726,41.664255465065246],[-72.80664596751171,41.66441546509326],[-72.8067089675519,41.66475846515767],[-72.8067609675882,41.665096465221445],[-72.80674296759688,41.66534946527103],[-72.8065119675167,41.66526246526162],[-72.80582096727704,41.66500446523395],[-72.80559096719726,41.66491846522472],[-72.80538496712748,41.664870465222066],[-72.80476696691824,41.6647284652145],[-72.80456096684848,41.664681465212055],[-72.80434596677743,41.6646624652153],[-72.8037009665643,41.66460546522508],[-72.80348696649355,41.664586465228304],[-72.80330696643493,41.66458546523392],[-72.80276796625942,41.66458346525092],[-72.80258896620118,41.6645834652567],[-72.80196596600138,41.66463446528665],[-72.80098096569185,41.66482646535562],[-72.80036996550376,41.66501346541155],[-72.79978996532965,41.66526846547962],[-72.79923296516549,41.6655664655553],[-72.79758596467764,41.66640546577092],[-72.7963419643102,41.66705746593728],[-72.79472496382908,41.66784346614164],[-72.79346896345406,41.668431466296006],[-72.79191996297722,41.66890646643795],[-72.79066196258849,41.669266466548216],[-72.78984096233482,41.669502466620386],[-72.7893639621848,41.66959346665338],[-72.78887196202858,41.66966146668243],[-72.78812296178587,41.66967946671006],[-72.78732896152776,41.66968446673662],[-72.78679096135106,41.66965646674854],[-72.78678596134937,41.669655466748516],[-72.7863299611981,41.66960546675353],[-72.78605996110792,41.669565466754484],[-72.78598896108427,41.66955546675484],[-72.78548996091763,41.66948146675659],[-72.78548796091513,41.66944946675046],[-72.78548296090806,41.66935446673222],[-72.78548196090595,41.669323466726254],[-72.78547096089963,41.66927546671731],[-72.78543996088128,41.66913146669044],[-72.78542996087533,41.66908446668164],[-72.78537896083637,41.668694466607775],[-72.78522596071969,41.6675274663867],[-72.78520796070563,41.667384466359586],[-72.78515696068192,41.66726046633722],[-72.78507596065096,41.667180466324346],[-72.7850339606337,41.667117466313464],[-72.78500596062216,41.667075466306244],[-72.78495996059745,41.66690546627481],[-72.78494096058714,41.66683346626149],[-72.78490796056933,41.666710466238726],[-72.78480996051641,41.6663434661708],[-72.78477796049901,41.66622146614821],[-72.78474696047896,41.66604746611551],[-72.78465396041881,41.66552646601761],[-72.7846229603988,41.66535346598509],[-72.78447496035123,41.6653634659918],[-72.78403496020981,41.66539446601199],[-72.78388796016259,41.66540546601885],[-72.7838269601272,41.66513446596834],[-72.78364496002149,41.66432346581714],[-72.78362396000904,41.664225465798836],[-72.78376896005045,41.66412446577459],[-72.78390196009283,41.664108465767214],[-72.78430096021985,41.664059465744856],[-72.78443496026259,41.66404446573763],[-72.78447996027688,41.66403846573503],[-72.78451796028904,41.66403446573304],[-72.78461396031891,41.664010465725276],[-72.78465896033298,41.66400046572189],[-72.78472196034855,41.663914465703215],[-72.78471996033252,41.66364646565137],[-72.78471396026616,41.66252246543387],[-72.7847129602444,41.66214846536146],[-72.78483296028317,41.66214346535662],[-72.78519596040043,41.66212846534203],[-72.78531696043957,41.66212446533733],[-72.78582896060499,41.66210346531677],[-72.78736496110123,41.66204046525506],[-72.78787696126665,41.662019465234486],[-72.78786496125254,41.6618414652004],[-72.78785396124805,41.66182546519765],[-72.78753696111892,41.66137246512013],[-72.78751796111084,41.661339465114345],[-72.78749796110233,41.66130446510822],[-72.78745896108099,41.661153465080226],[-72.78786096120974,41.6611174650603],[-72.78815496130385,41.661090465045596],[-72.78906596159568,41.661009465000525],[-72.78946896172481,41.66097446498077],[-72.78943096169817,41.66072546493376],[-72.78931696161825,41.65997846479276],[-72.78927896159169,41.65973046474594],[-72.78969496172562,41.659705464727686],[-72.79094396212777,41.659630464672894],[-72.79136096226208,41.659606464654814],[-72.79277396271694,41.659520464592596],[-72.79569796365965,41.65936746446869],[-72.79712996412009,41.65927046440373],[-72.79745396422453,41.65925346439],[-72.7984359645369,41.659128464334124],[-72.80081796529555,41.6588414642017]]]},"properties":{"name":4158,"geoid":"09003415800"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.78548996091763,41.66948146675659],[-72.78598896108427,41.66955546675484],[-72.78605996110792,41.669565466754484],[-72.7863299611981,41.66960546675353],[-72.78678596134937,41.669655466748516],[-72.78679096135106,41.66965646674854],[-72.78732896152776,41.66968446673662],[-72.78812296178587,41.66967946671006],[-72.78887196202858,41.66966146668243],[-72.7893639621848,41.66959346665338],[-72.78984096233482,41.669502466620386],[-72.79066196258849,41.669266466548216],[-72.79191996297722,41.66890646643795],[-72.79346896345406,41.668431466296006],[-72.79472496382908,41.66784346614164],[-72.7963419643102,41.66705746593728],[-72.79758596467764,41.66640546577092],[-72.79923296516549,41.6655664655553],[-72.79944696523707,41.66560046555499],[-72.79921796518182,41.665936465627446],[-72.79920396518409,41.66605546565094],[-72.79881796507483,41.66634046571857],[-72.79855896499996,41.666504465758685],[-72.79831596492856,41.666638465792474],[-72.798095964865,41.66677846582669],[-72.79799996484046,41.66689546585245],[-72.79791796482503,41.66709146589303],[-72.79786596483589,41.66757546598844],[-72.79781996484591,41.66801146607436],[-72.79770896487042,41.66906846628262],[-72.79768596487746,41.66932146633235],[-72.79764896489054,41.66975946641838],[-72.79757896490518,41.670411466546874],[-72.7974699649288,41.67144146674984],[-72.79741196492759,41.67174946681134],[-72.79729496490214,41.67196946685771],[-72.79715796486795,41.672150466897186],[-72.79706896484534,41.672261466921555],[-72.79666396474316,41.67277746703452],[-72.79645896467592,41.67276846703939],[-72.79584696447537,41.67274446705449],[-72.79564296440853,41.67273646705952],[-72.79545696434735,41.67272546706339],[-72.79490196416485,41.67269246707489],[-72.79471696410401,41.672681467078725],[-72.79447196402383,41.67267346708507],[-72.79373996378428,41.67265046710424],[-72.79349596370446,41.67264346711077],[-72.79324796362512,41.6726674671234],[-72.7925079633886,41.67274246716179],[-72.79226096330973,41.672768467174784],[-72.792004963228,41.67279646718846],[-72.7912409629843,41.672882467229755],[-72.79098596290297,41.67291146724358],[-72.79073096282171,41.67294146725762],[-72.78996696257828,41.67303246729987],[-72.7897129624974,41.67306346731405],[-72.78949796242874,41.67308646732544],[-72.78885296222285,41.67315646735979],[-72.78863896215456,41.67318046737135],[-72.78842896208742,41.67320146738219],[-72.78780196188718,41.67326746741518],[-72.78759296182042,41.67328946742617],[-72.78727696171853,41.67330646743966],[-72.78633296141436,41.67335946748035],[-72.78601796131287,41.67337746749401],[-72.78455996084226,41.673445467554174],[-72.78305596035207,41.67343346760032],[-72.78271896023655,41.67333146759143],[-72.78182895993174,41.67306746756901],[-72.781628959861,41.672968467556274],[-72.78116395969039,41.6726324675062],[-72.78115995967184,41.67233146744805],[-72.78114795961632,41.67143146727416],[-72.78114495959814,41.67113146721617],[-72.7811499595898,41.670957467182305],[-72.78115395958486,41.67084846716108],[-72.78120495958677,41.670592467109856],[-72.78123695958874,41.67044546708035],[-72.78127495959144,41.6702764670464],[-72.78132795959876,41.67010346701119],[-72.78143995961463,41.66974446693808],[-72.78149895962501,41.66959046690634],[-72.78156395963653,41.669422466871694],[-72.78161395964443,41.66927646684182],[-72.78165195965067,41.669169466819866],[-72.7817719596709,41.6688414667525],[-72.78177695967186,41.66882946675002],[-72.78180295967242,41.66869146672246],[-72.78218895980261,41.66877146672548],[-72.78271095997874,41.66888046672978],[-72.78335096019381,41.66899846673201],[-72.78373996032458,41.669071466733605],[-72.78408996044314,41.66915246673801],[-72.78491396072242,41.669346466749],[-72.78513996079896,41.66939846675181],[-72.78548996091763,41.66948146675659]]]},"properties":{"name":4159,"geoid":"09003415900"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.7879229624156,41.68179246906181],[-72.78788996239386,41.6816004690257],[-72.78779196232891,41.68102446891734],[-72.78775996230753,41.6808334688814],[-72.78773796229285,41.68070246885675],[-72.78771496227739,41.68056346883058],[-72.78763496224063,41.680376468796965],[-72.78760996222991,41.68033146878906],[-72.78754696220281,41.68021646876882],[-72.78743896215968,41.680077468745395],[-72.787116962031,41.679661468675235],[-72.78705096200466,41.67957646866091],[-72.78699996198553,41.67953246865404],[-72.78685496192766,41.67934646862271],[-72.78658296181918,41.6789984685641],[-72.78640896175118,41.678800468531385],[-72.78640496174964,41.67879646853075],[-72.78622396168271,41.678656468509466],[-72.78612596164686,41.678587468499266],[-72.78583196153947,41.67838346846925],[-72.78573496150399,41.6783154684592],[-72.78570596147826,41.67803146840517],[-72.78495096108071,41.67538446791701],[-72.78486996103739,41.6750884678623],[-72.78479696098866,41.67465346778043],[-72.78455996084226,41.673445467554174],[-72.78601796131287,41.67337746749401],[-72.78633296141436,41.67335946748035],[-72.78727696171853,41.67330646743966],[-72.78759296182042,41.67328946742617],[-72.78780196188718,41.67326746741518],[-72.78842896208742,41.67320146738219],[-72.78863896215456,41.67318046737135],[-72.78885296222285,41.67315646735979],[-72.78949796242874,41.67308646732544],[-72.7897129624974,41.67306346731405],[-72.78996696257828,41.67303246729987],[-72.79073096282171,41.67294146725762],[-72.79098596290297,41.67291146724358],[-72.7912409629843,41.672882467229755],[-72.792004963228,41.67279646718846],[-72.79226096330973,41.672768467174784],[-72.7925079633886,41.67274246716179],[-72.79324796362512,41.6726674671234],[-72.79349596370446,41.67264346711077],[-72.79373996378428,41.67265046710424],[-72.79447196402383,41.67267346708507],[-72.79471696410401,41.672681467078725],[-72.79490196416485,41.67269246707489],[-72.79545696434735,41.67272546706339],[-72.79564296440853,41.67273646705952],[-72.79584696447537,41.67274446705449],[-72.79645896467592,41.67276846703939],[-72.79666396474316,41.67277746703452],[-72.79621796462865,41.67331146715231],[-72.795800964518,41.67374846725036],[-72.79456996420448,41.67526646758399],[-72.79418096411145,41.675851467709805],[-72.79407196410088,41.67628546779734],[-72.79405696410042,41.67636246781272],[-72.7939329640984,41.67703046794606],[-72.79382696408365,41.67737446801609],[-72.79370396407367,41.67789846812149],[-72.7935849640644,41.678411468224645],[-72.7935709640676,41.67854646825124],[-72.79355396407169,41.67871446828431],[-72.79355596408307,41.67890146832044],[-72.79356396408865,41.67895346833026],[-72.7935869641039,41.67908846835565],[-72.79360096411699,41.679237468384045],[-72.79364296415648,41.679687468469815],[-72.79365796416998,41.67983746849837],[-72.7936819641861,41.679982468525665],[-72.79375496423484,41.680417468607516],[-72.79377996425137,41.68056346863498],[-72.79379896426414,41.68067846865663],[-72.79381196428129,41.680903468699775],[-72.79381896429058,41.68102546872317],[-72.7938289643146,41.68138746879291],[-72.79377096431932,41.68179846887435],[-72.7937459643184,41.681924468899545],[-72.79367996431627,41.682261468966914],[-72.7936379643163,41.68250046901453],[-72.7935969643168,41.68274146906251],[-72.79352196431996,41.68322146915785],[-72.79348496432175,41.68346246920568],[-72.79336396428145,41.683446469206494],[-72.7933239642682,41.68344246920702],[-72.79320496422889,41.683432469208924],[-72.79296296415168,41.683459469221944],[-72.79284396411433,41.68348346923043],[-72.79268696406518,41.68351746924209],[-72.79254396402122,41.683562469255406],[-72.79250196400864,41.68358146926043],[-72.79228796394484,41.68368346928708],[-72.79199496386032,41.683872469333124],[-72.79183096381307,41.68397946935913],[-72.79070696348846,41.68469746953438],[-72.78857496284206,41.685525469763405],[-72.78852496281316,41.68530546972243],[-72.78837796272744,41.68464546959941],[-72.78832896269891,41.6844264695586],[-72.78827096266247,41.684120469501245],[-72.7880609625147,41.6827364692401],[-72.78805596249815,41.68247646918993],[-72.7880709625024,41.68246546918732],[-72.78802596248018,41.682333469163204],[-72.78800996247027,41.68225146914785],[-72.78794796243149,41.68192746908713],[-72.7879229624156,41.68179246906181]]]},"properties":{"name":4160,"geoid":"09003416000"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.77677395822582,41.67200846752686],[-72.77728595838823,41.671934467496015],[-72.77754995847202,41.671897467480356],[-72.77858595880538,41.671830467433985],[-72.77883495888672,41.67183546742693],[-72.77928095903238,41.67184446741431],[-72.77934795905567,41.67187046741718],[-72.77939995907374,41.671890467419374],[-72.77943995909156,41.67197446743435],[-72.77946995910487,41.6720364674454],[-72.7795129591406,41.67241546751739],[-72.77952995915469,41.672564467545705],[-72.77954095916314,41.67264946756182],[-72.77957395918867,41.672907467610706],[-72.77958495919718,41.672993467627],[-72.77989995929552,41.672920467602715],[-72.78084795959165,41.67270446753032],[-72.78116395969039,41.6726324675062],[-72.781628959861,41.672968467556274],[-72.78182895993174,41.67306746756901],[-72.78271896023655,41.67333146759143],[-72.78305596035207,41.67343346760032],[-72.78455996084226,41.673445467554174],[-72.78479696098866,41.67465346778043],[-72.78486996103739,41.6750884678623],[-72.78495096108071,41.67538446791701],[-72.78570596147826,41.67803146840517],[-72.78573496150399,41.6783154684592],[-72.78583196153947,41.67838346846925],[-72.78612596164686,41.678587468499266],[-72.78622396168271,41.678656468509466],[-72.78640496174964,41.67879646853075],[-72.78640896175118,41.678800468531385],[-72.78658296181918,41.6789984685641],[-72.78685496192766,41.67934646862271],[-72.78699996198553,41.67953246865404],[-72.78705096200466,41.67957646866091],[-72.787116962031,41.679661468675235],[-72.78743896215968,41.680077468745395],[-72.78754696220281,41.68021646876882],[-72.78760996222991,41.68033146878906],[-72.78763496224063,41.680376468796965],[-72.78771496227739,41.68056346883058],[-72.78773796229285,41.68070246885675],[-72.78775996230753,41.6808334688814],[-72.78779196232891,41.68102446891734],[-72.78788996239386,41.6816004690257],[-72.7879229624156,41.68179246906181],[-72.78717096217218,41.6818154690905],[-72.78491796144294,41.6818864691769],[-72.7841669611999,41.68191046920576],[-72.78394396112776,41.681918469214494],[-72.78327796091243,41.6819434692408],[-72.78305696084102,41.681952469249694],[-72.78278096075269,41.68197846926361],[-72.78195296048776,41.68205846930579],[-72.78167796039982,41.68208546931989],[-72.7814119603149,41.68211446933409],[-72.78097396017503,41.68216146935728],[-72.7806139600601,41.682200469376454],[-72.78034895997557,41.682230469390795],[-72.78004695987917,41.68226346940693],[-72.77914095959007,41.68236446945568],[-72.77883995949402,41.68239846947197],[-72.77858695941312,41.68242346948495],[-72.77782895917083,41.68250046952431],[-72.77757695909034,41.68252746953766],[-72.77750695906802,41.682535469541456],[-72.77729995900212,41.682561469553164],[-72.77723095898025,41.682571469557324],[-72.77702695891494,41.68259046956758],[-72.77641695871972,41.682648469598476],[-72.7762139586548,41.682668469608885],[-72.77612695859492,41.68211846950521],[-72.7758689584165,41.68047146919466],[-72.77578295835701,41.679922469091146],[-72.77575695834082,41.67978746906584],[-72.7756789582922,41.67938246898994],[-72.77565295827601,41.67924746896465],[-72.77562295825574,41.67906446893018],[-72.7755349581956,41.67851546882672],[-72.7755059581757,41.67833246879223],[-72.77546795815053,41.67810946875028],[-72.77535395807509,41.677440468624425],[-72.77531695805031,41.67721846858263],[-72.77527895802596,41.67700946854338],[-72.77516595795329,41.676383468425826],[-72.77512895792931,41.67617546838673],[-72.77506995788576,41.67575046830635],[-72.77504695786835,41.675577468273595],[-72.77510595782398,41.67446846805695],[-72.77511695781581,41.6742634680169],[-72.77511295780178,41.67404146797406],[-72.77538395788814,41.67400946795912],[-72.776198958148,41.67391546791466],[-72.77647095823478,41.673884467899875],[-72.77658095826988,41.673872467894014],[-72.77691095837527,41.67383746787661],[-72.77702195841077,41.673826467870896],[-72.77699395839008,41.67362446783268],[-72.77690995832813,41.67302046771842],[-72.77688195830748,41.67281946768042],[-72.77685995829098,41.67265646764956],[-72.77679495824196,41.67217046755754],[-72.77677395822582,41.67200846752686]]]},"properties":{"name":4161,"geoid":"09003416100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.7762139586548,41.682668469608885],[-72.77599595858503,41.682689469619966],[-72.77570495849197,41.68271846963497],[-72.77534495837686,41.682754469653545],[-72.77512795830756,41.68277746966499],[-72.77491095823835,41.682802469676815],[-72.77426095803115,41.68287846971248],[-72.77404495796233,41.68290446972447],[-72.77394195792925,41.68291246972935],[-72.77363395783046,41.6829374697441],[-72.77353195779776,41.68294646974914],[-72.77341795776128,41.682957469754946],[-72.77307595765181,41.68298946977215],[-72.7729629576157,41.68300146977812],[-72.77274295754546,41.68302546978985],[-72.77208395733521,41.68309946982543],[-72.77186495726535,41.683124469837324],[-72.77135295710168,41.68317646986388],[-72.7698199566117,41.68333346994367],[-72.76930995644872,41.68338646997037],[-72.76752895587991,41.68357647006454],[-72.76760595589619,41.68342347003242],[-72.76769395589892,41.682971469942096],[-72.76777195589261,41.68241846983253],[-72.7678089558975,41.68229346980712],[-72.76788295590787,41.682054469758484],[-72.76793995591909,41.68192646973185],[-72.7679939559299,41.68180846970728],[-72.76816795596727,41.68147246963662],[-72.76821495597696,41.681374469616124],[-72.76829095599275,41.68121846958348],[-72.76844595602343,41.68087346951169],[-72.76859295603401,41.6802234693811],[-72.7686339560336,41.67998346933332],[-72.76871795603348,41.67950446923786],[-72.76872595603398,41.67946746923045],[-72.7687529560365,41.67935846920847],[-72.76876195603737,41.67932246920122],[-72.76878995603646,41.67914746916643],[-72.76887795603501,41.67862246906195],[-72.76890795603478,41.678448469027295],[-72.76891995602224,41.678161468971325],[-72.76896295602302,41.677930468925226],[-72.76904595603907,41.67773946888557],[-72.7691739560694,41.67754146884311],[-72.76920095607622,41.67750746883565],[-72.76950295615407,41.67715046875679],[-72.76975395622227,41.67691546870319],[-72.77043295640547,41.67625546855354],[-72.77087095652602,41.67587146846507],[-72.77129795664189,41.675468468373296],[-72.7713739566628,41.675401468357855],[-72.77178695677674,41.67504446827542],[-72.77215595688081,41.67476446820932],[-72.77226595691258,41.67469446819222],[-72.77246995697178,41.67456846816125],[-72.77341195724487,41.673984468017814],[-72.77372695733624,41.67378946796992],[-72.77413995745214,41.67346646789405],[-72.77415795745692,41.673447467889794],[-72.77490495765697,41.6726964677203],[-72.77533495777372,41.672291467628035],[-72.77573595788262,41.671914467542095],[-72.77588995793984,41.67203846756115],[-72.77590895794621,41.67204146756112],[-72.77604395799176,41.67206946756218],[-72.7761749580345,41.672071467558354],[-72.77655695815648,41.67203046753811],[-72.77677395822582,41.67200846752686],[-72.77679495824196,41.67217046755754],[-72.77685995829098,41.67265646764956],[-72.77688195830748,41.67281946768042],[-72.77690995832813,41.67302046771842],[-72.77699395839008,41.67362446783268],[-72.77702195841077,41.673826467870896],[-72.77691095837527,41.67383746787661],[-72.77658095826988,41.673872467894014],[-72.77647095823478,41.673884467899875],[-72.776198958148,41.67391546791466],[-72.77538395788814,41.67400946795912],[-72.77511295780178,41.67404146797406],[-72.77511695781581,41.6742634680169],[-72.77510595782398,41.67446846805695],[-72.77504695786835,41.675577468273595],[-72.77506995788576,41.67575046830635],[-72.77512895792931,41.67617546838673],[-72.77516595795329,41.676383468425826],[-72.77527895802596,41.67700946854338],[-72.77531695805031,41.67721846858263],[-72.77535395807509,41.677440468624425],[-72.77546795815053,41.67810946875028],[-72.7755059581757,41.67833246879223],[-72.7755349581956,41.67851546882672],[-72.77562295825574,41.67906446893018],[-72.77565295827601,41.67924746896465],[-72.7756789582922,41.67938246898994],[-72.77575695834082,41.67978746906584],[-72.77578295835701,41.679922469091146],[-72.7758689584165,41.68047146919466],[-72.77612695859492,41.68211846950521],[-72.7762139586548,41.682668469608885]]]},"properties":{"name":4162,"geoid":"09003416200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.77573595788262,41.671914467542095],[-72.77533495777372,41.672291467628035],[-72.77490495765697,41.6726964677203],[-72.77415795745692,41.673447467889794],[-72.77413995745214,41.67346646789405],[-72.77372695733624,41.67378946796992],[-72.77341195724487,41.673984468017814],[-72.77246995697178,41.67456846816125],[-72.77226595691258,41.67469446819222],[-72.77215595688081,41.67476446820932],[-72.77178695677674,41.67504446827542],[-72.7713739566628,41.675401468357855],[-72.77129795664189,41.675468468373296],[-72.77087095652602,41.67587146846507],[-72.77043295640547,41.67625546855354],[-72.76975395622227,41.67691546870319],[-72.76950295615407,41.67715046875679],[-72.76920095607622,41.67750746883565],[-72.7691739560694,41.67754146884311],[-72.76904595603907,41.67773946888557],[-72.76896295602302,41.677930468925226],[-72.76891995602224,41.678161468971325],[-72.76890795603478,41.678448469027295],[-72.76887795603501,41.67862246906195],[-72.76878995603646,41.67914746916643],[-72.76876195603737,41.67932246920122],[-72.7687529560365,41.67935846920847],[-72.76872595603398,41.67946746923045],[-72.76871795603348,41.67950446923786],[-72.7686339560336,41.67998346933332],[-72.76859295603401,41.6802234693811],[-72.76844595602343,41.68087346951169],[-72.76829095599275,41.68121846958348],[-72.76821495597696,41.681374469616124],[-72.76816795596727,41.68147246963662],[-72.7679939559299,41.68180846970728],[-72.76793995591909,41.68192646973185],[-72.76788295590787,41.682054469758484],[-72.7678089558975,41.68229346980712],[-72.76777195589261,41.68241846983253],[-72.76769395589892,41.682971469942096],[-72.76760595589619,41.68342347003242],[-72.76752895587991,41.68357647006454],[-72.76291395440451,41.68404447030382],[-72.76227895420239,41.68412447033974],[-72.76219495417774,41.68417147035156],[-72.76201695413087,41.684364470394655],[-72.76165895403508,41.684726470476264],[-72.76094895384243,41.685397470629034],[-72.76089595381652,41.68524647060151],[-72.76064695374664,41.68544147064728],[-72.76030595365404,41.68576247072039],[-72.75983695353065,41.68627347083444],[-72.75831295313013,41.687940471206225],[-72.75755295292919,41.68875147138769],[-72.75747095287676,41.68830247130342],[-72.7572269527203,41.686958471051106],[-72.75717795268888,41.686688471000416],[-72.75716195267856,41.68659947098371],[-72.75714595266825,41.68651047096698],[-72.75713595265967,41.68641747094931],[-72.75712195264742,41.68628347092381],[-72.75705195258573,41.68560447079463],[-72.75704195257693,41.68550747077617],[-72.75701295256027,41.6853814707527],[-72.7568979524933,41.68486647065672],[-72.75655495229311,41.68332147036863],[-72.75644095222655,41.682807470272785],[-72.75638295219669,41.682615470237494],[-72.75620995210737,41.682039470131535],[-72.7561819520928,41.681944470114054],[-72.7561609520803,41.68184547009557],[-72.75612495206032,41.68170147006884],[-72.75601895200107,41.68126946998862],[-72.75598395198142,41.681125469961856],[-72.75592295193934,41.6807374698887],[-72.75574295181423,41.67957646966968],[-72.75568295177251,41.67918946959669],[-72.75565595175279,41.67899846956058],[-72.75557595169394,41.67842546945221],[-72.7555499516746,41.67823546941625],[-72.7555319516607,41.678095469389724],[-72.75551395165152,41.67803746937907],[-72.75534295156264,41.67745746927228],[-72.75528595153303,41.67726446923674],[-72.75521795149899,41.67705646919865],[-72.75521595149695,41.677032469194046],[-72.75516895144001,41.6763054690548],[-72.75515395142128,41.67606346900843],[-72.75509195138146,41.67572046894401],[-72.75490595126209,41.674693468751116],[-72.75484395122233,41.67435146868689],[-72.7547599511692,41.673901468602445],[-72.75451095101097,41.672553468349406],[-72.75442795095825,41.672104468265125],[-72.75450695098314,41.672090468259874],[-72.75474595105865,41.67205046824443],[-72.75482595108394,41.67203746823934],[-72.7550369511516,41.67201946822905],[-72.75567395135609,41.67196946819887],[-72.75588595142409,41.671952468188756],[-72.75611595149788,41.67193346817766],[-72.7568089517204,41.67188046814508],[-72.75703995179455,41.67186246813418],[-72.75725195186236,41.67184146812328],[-72.75788795206581,41.67177946809081],[-72.75810095213401,41.67175946808007],[-72.75869495232402,41.67170146804972],[-72.76047995289517,41.67152946795894],[-72.76107495308557,41.671472467928744],[-72.76128595315298,41.67145046791769],[-72.76191995335572,41.67138746788506],[-72.76213195342352,41.671366467874165],[-72.76251595354633,41.67132846785446],[-72.76367095391582,41.671216467795574],[-72.76405595403902,41.67117946777601],[-72.76394095401137,41.67135046781283],[-72.76359895392953,41.671864467923385],[-72.76348495390225,41.67203646796036],[-72.76359495393984,41.67206746796282],[-72.76376995399674,41.672066467957],[-72.76380295400749,41.672066467955936],[-72.76463495427389,41.67198946791422],[-72.76492395436644,41.67196346789987],[-72.7650289544,41.671952467894364],[-72.76534495450107,41.67192146787819],[-72.765450954535,41.671911467872846],[-72.76553095456065,41.671904467868906],[-72.76574095462794,41.67188646785865],[-72.76577195463781,41.67188246785688],[-72.76585295466379,41.671875467852914],[-72.7659169546842,41.6718684678495],[-72.7659449546932,41.67186646784821],[-72.76610895474585,41.67185346784041],[-72.76617395476676,41.67184946783755],[-72.76633095481688,41.6718324678292],[-72.76680295496777,41.6717844678047],[-72.76696095501828,41.67176846779651],[-72.76721995510108,41.671742467783126],[-72.76799695534962,41.67166646774339],[-72.7682569554328,41.67164146773018],[-72.7687089555773,41.6715954677067],[-72.77006595601128,41.67146146763704],[-72.77051895615614,41.67141646761373],[-72.77188195659356,41.671308467548904],[-72.77265095683661,41.67118246749974],[-72.7728829569104,41.67115246748646],[-72.77321795701697,41.67110946746734],[-72.77346795709626,41.67107346745231],[-72.77357895713143,41.671056467445446],[-72.77368795716605,41.671041467439025],[-72.77381195720577,41.6710304674329],[-72.77402995727564,41.671011467422204],[-72.77468395748538,41.67095746739068],[-72.77490295755564,41.67093946738012],[-72.77497995758019,41.67093046737591],[-72.77521195765425,41.670905467363575],[-72.77528995767918,41.670897467359524],[-72.77561195778243,41.670870467343924],[-72.77657995809288,41.670790467297245],[-72.77690295819652,41.67076446728179],[-72.77668495813613,41.67094846732446],[-72.77667395813317,41.670959467326945],[-72.77665495812806,41.670978467331224],[-72.77596495794374,41.67168046748941],[-72.77573595788262,41.671914467542095]]]},"properties":{"name":4163,"geoid":"09003416300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.80081796529555,41.6588414642017],[-72.80059096520878,41.65861646416545],[-72.79991096494881,41.657941464056634],[-72.79968496486237,41.65771646402033],[-72.79940796475631,41.65743846397542],[-72.79857796443851,41.65660646384102],[-72.79830196433284,41.65632946379626],[-72.79809096425203,41.65611746376201],[-72.79795396419506,41.655901463724575],[-72.79779496412858,41.65564446367993],[-72.79732796394487,41.65509046358767],[-72.7969439637916,41.65459646350436],[-72.79670796369737,41.654292463453075],[-72.79600196341555,41.65338346329973],[-72.79576696332178,41.653081463248824],[-72.79549696321388,41.65273146318972],[-72.79468896289077,41.651681463012345],[-72.7944199627832,41.6513314629532],[-72.79422096270481,41.65109346291351],[-72.79362396246965,41.65037946279443],[-72.79342496239133,41.65014246275493],[-72.79326296232864,41.64996846272643],[-72.79277996214157,41.649446462640874],[-72.79261896207927,41.64927346261254],[-72.79250196203284,41.64912746258803],[-72.79215296189425,41.6486904625146],[-72.7920369618482,41.64854546249024],[-72.79189996179468,41.648389462464436],[-72.79148996163458,41.64792346238736],[-72.79135396158145,41.64776846236171],[-72.79131496156556,41.647712462352125],[-72.79119896151835,41.647547462323885],[-72.79116096150284,41.64749246231444],[-72.79153596162337,41.64746646229734],[-72.79266496198638,41.647390462246236],[-72.79304096210727,41.64736546222926],[-72.79336096220966,41.64733546221313],[-72.79432196251743,41.647249462165504],[-72.79464296262027,41.64722146214972],[-72.79499196273363,41.6472184621379],[-72.79603896307391,41.647211462102796],[-72.79638896318768,41.64720946209112],[-72.79713596342586,41.64712446205058],[-72.79756396356242,41.64707746202766],[-72.79937996414155,41.646872461929405],[-72.80012896438049,41.64678946188918],[-72.80138796478404,41.64668346182804],[-72.8051649659949,41.646369461645435],[-72.80642496639886,41.64626446158446],[-72.8070619666037,41.646222461555766],[-72.80897496721903,41.64609946147024],[-72.80961296742429,41.64605846144171],[-72.81009096757823,41.64603146142109],[-72.81152696804091,41.64595246135944],[-72.81200596819527,41.645926461338966],[-72.81244196833464,41.64588346131655],[-72.81375196875355,41.645756461249704],[-72.81418896889333,41.64571446122746],[-72.81421496890167,41.645712461226246],[-72.8142959689278,41.64570846122286],[-72.81432296893652,41.64570746122178],[-72.81477296907971,41.64565146119642],[-72.8149019691207,41.64563446118896],[-72.81505196916848,41.64561646118063],[-72.81528896924289,41.6455694611639],[-72.81563996935301,41.6454984611388],[-72.81580196940388,41.64546646112737],[-72.81596396945476,41.645434461115954],[-72.81662296966154,41.64530146106891],[-72.81719696984173,41.64518746102832],[-72.81736696989526,41.64515646101682],[-72.81768596999578,41.64509946099549],[-72.81787797005617,41.64506346098232],[-72.81804897011008,41.64503346097098],[-72.81840197022454,41.64502646095824],[-72.81918597047878,41.645012460930225],[-72.81929797052968,41.645264460975454],[-72.81944297059538,41.64558746103334],[-72.81944197059764,41.64563246104209],[-72.81944197060544,41.645768461068435],[-72.81944197060808,41.64581446107735],[-72.81943897061042,41.645872461088686],[-72.81943097061803,41.64605046112344],[-72.81942897062078,41.64610946113492],[-72.81952497069271,41.64681946126939],[-72.81973997085306,41.64839546156777],[-72.81989697096999,41.6495434617851],[-72.81995397101231,41.64995746186346],[-72.82067597155107,41.65525346286604],[-72.82073997159888,41.65572346295501],[-72.82257397219529,41.655718462894846],[-72.82291697237737,41.65694646312162],[-72.82369297278926,41.6597234636344],[-72.82394597292378,41.66063246380229],[-72.82428997310626,41.66186146402919],[-72.82446897321658,41.66276846419906],[-72.82450597323954,41.662958464234656],[-72.8251539736395,41.66625146485142],[-72.82537097377316,41.66734946505702],[-72.82538197378501,41.66749346508453],[-72.82541797382167,41.6679274651674],[-72.8254299738339,41.6680724651951],[-72.82546897385147,41.66815746521029],[-72.82552597387713,41.66828146523247],[-72.8255859739042,41.66841246525588],[-72.8256249739218,41.66849846527128],[-72.82541897388052,41.66894646536467],[-72.82401497341188,41.66874146537034],[-72.8236339732839,41.66867146536907],[-72.8219389727179,41.66841946537501],[-72.82142397254583,41.668341465376535],[-72.82080397233872,41.668248465378554],[-72.81969297196815,41.668090465383834],[-72.81845097155465,41.66792746539236],[-72.81814497145203,41.66787446539199],[-72.81722997114527,41.66771746539112],[-72.81692497104304,41.667665465390904],[-72.81607497075927,41.66754046539414],[-72.81537797052668,41.66743946539708],[-72.81406397008767,41.66724046540096],[-72.81352796990848,41.667157465402184],[-72.81267996962511,41.66702746540438],[-72.81162996927125,41.66681546539723],[-72.81146796921642,41.666778465395275],[-72.81017296877802,41.66648246537975],[-72.80942096852272,41.66629746536819],[-72.8083389681507,41.66595046533591],[-72.80789596799748,41.6657924653196],[-72.8075669678837,41.665675465307565],[-72.80674296759688,41.66534946527103],[-72.8067609675882,41.665096465221445],[-72.8067089675519,41.66475846515767],[-72.80664596751171,41.66441546509326],[-72.8065539674726,41.664255465065246],[-72.80634096738187,41.663882464999894],[-72.80626396735144,41.663788464984165],[-72.80614796730559,41.6636474649606],[-72.80555796708117,41.663082464870214],[-72.8054129670266,41.66295346484992],[-72.8049249668525,41.662686464813945],[-72.8048369668207,41.66263146480612],[-72.80453496671147,41.66244046477888],[-72.8040859665447,41.662080464723644],[-72.80358296635298,41.66159146464517],[-72.80338196627193,41.661318464598764],[-72.80314496618156,41.66108746456168],[-72.80243396591055,41.66039646445078],[-72.8021979658206,41.660166464413834],[-72.80210496578532,41.66007946439999],[-72.80182796568023,41.65981846435837],[-72.80173596564529,41.65973146434449],[-72.80155196557521,41.65955346431595],[-72.8010009653653,41.65901946423028],[-72.80081796529555,41.6588414642017]]]},"properties":{"name":4164,"geoid":"09003416400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.92734900823532,41.689626466066265],[-72.92690100809541,41.68972746610036],[-72.92669500802494,41.689667466095436],[-72.92661000799706,41.6896634660974],[-72.9262280078718,41.689646466106524],[-72.92571700770105,41.689568466108035],[-72.92568100768905,41.68956346610824],[-72.92543700760412,41.68946746609759],[-72.92541100758008,41.689197466046195],[-72.92533600750897,41.688389465892335],[-72.92531200748563,41.688120465841074],[-72.92509400727992,41.68578746539683],[-72.92505900724751,41.68542346532754],[-72.92503900722895,41.685214465287764],[-72.92498200718812,41.68482846521493],[-72.92484300709997,41.68408546507569],[-72.9248270070873,41.68395646505125],[-72.92411000680735,41.683147464917994],[-72.92358400660191,41.682553464820145],[-72.92292900633758,41.68166546466959],[-72.92243600613723,41.680973464551705],[-72.92176700587203,41.68014946441398],[-72.92141800572968,41.67965046432875],[-72.92120600563578,41.67921846425204],[-72.92072000541683,41.67816446406387],[-72.92059900535808,41.67782846400277],[-72.92045300529234,41.67751246394637],[-72.92020600517608,41.67689046383402],[-72.92013400512127,41.67634646373109],[-72.92016500510441,41.67587946363972],[-72.92022000509816,41.67546146355704],[-72.92023000509674,41.675380463541025],[-72.92026400509387,41.67513946349329],[-72.92027600509317,41.67505946347742],[-72.9202830050918,41.67499646346501],[-72.92030800508921,41.67481046342821],[-72.92031700508855,41.6747484634159],[-72.92033200508777,41.67465046339646],[-72.92037700508567,41.67436046333887],[-72.92039300508527,41.674263463319576],[-72.92041900508323,41.67408146328352],[-72.9205010050784,41.6735354631752],[-72.92052900507706,41.673354463139255],[-72.92056700507936,41.673180463104345],[-72.92058300508042,41.6731084630899],[-72.92073200510384,41.672674463001066],[-72.92079100511334,41.67250646296664],[-72.92085000512381,41.67235546293551],[-72.92102700515547,41.67190646284286],[-72.92108700516633,41.671756462811885],[-72.92117500518657,41.67161146278097],[-72.92144300524872,41.67117746268828],[-72.92153300526967,41.67103346265748],[-72.9217250053173,41.670776462601516],[-72.92184100534615,41.670622462567955],[-72.92202400538848,41.670324462504354],[-72.92223300543716,41.66999046243293],[-72.92224400543937,41.66996646242793],[-72.92239000547042,41.66968146236802],[-72.92243400547923,41.669586462348214],[-72.92256000550464,41.669316462291874],[-72.92256700550605,41.66930146228873],[-72.9226150055163,41.66920846226918],[-72.92264400552239,41.669150462257015],[-72.92273300554135,41.66897746222064],[-72.92276300554782,41.66892046220863],[-72.92278800554774,41.668778462180335],[-72.92279700554755,41.6687244621696],[-72.9228070055477,41.6686704621588],[-72.923502005792,41.66898646219743],[-72.92383300591045,41.669173462222886],[-72.92422200604437,41.66930146223503],[-72.92454800615091,41.66931046222621],[-72.92515100633986,41.66918546218243],[-72.92584000656926,41.669277462177895],[-72.9263090067286,41.669395462185506],[-72.92681900690523,41.669581462204974],[-72.92680900690284,41.669596462208176],[-72.92679400689937,41.66962046221333],[-72.92672200688287,41.669740462238885],[-72.92669900687768,41.66978046224737],[-72.92673200688867,41.66978446224708],[-72.92683100692156,41.669796462246175],[-72.9268640069325,41.669800462245895],[-72.92689100694366,41.66984146225294],[-72.92683000692585,41.66987646226171],[-72.92678100691153,41.66990446226872],[-72.92674800690367,41.66995446227946],[-72.92675300691126,41.670057462299226],[-72.92677500692353,41.67014646231574],[-72.92679000693165,41.67020246232608],[-72.92687200696858,41.67038046235788],[-72.92699000701806,41.670572462391206],[-72.92711000707205,41.67083146243744],[-72.92718500710568,41.67099146246597],[-72.9272170071203,41.67106446247905],[-72.92731400716472,41.67128746251906],[-72.9276070072987,41.67195746263921],[-72.92764900731784,41.672052462656254],[-72.92767200733337,41.6721914626824],[-72.92774800737136,41.67242146272445],[-72.92785800742324,41.672700462774856],[-72.92795000746212,41.67285546280187],[-72.92795300746337,41.672860462802745],[-72.92825200757865,41.673172462853415],[-72.92853300769,41.673518462911275],[-72.92867800774683,41.67368546293888],[-72.92893900784807,41.67396846298517],[-72.92914100792461,41.67415646301499],[-72.92935600800115,41.67427046303006],[-72.92948800804531,41.674291463029846],[-72.92951300805349,41.67429246302924],[-72.92965600810047,41.67430046302614],[-72.93023400828541,41.67424746299714],[-72.93068500842853,41.674185462970485],[-72.9311430085738,41.67412146294323],[-72.9333550092758,41.67381846281278],[-72.93387600944277,41.67377546278757],[-72.93479200973638,41.673700462743284],[-72.93484300975724,41.67377446275598],[-72.93499600982001,41.67399946279454],[-72.93504700984093,41.674074462807404],[-72.93547300997665,41.6740254627841],[-72.93675101038403,41.67388146271472],[-72.93717801052013,41.67383346269157],[-72.93785101073506,41.67376446265637],[-72.9392160111703,41.67361346258282],[-72.93941101123293,41.673599462573776],[-72.93999801142148,41.67355846254679],[-72.94019401148448,41.6735454625379],[-72.94030901156307,41.67425846267214],[-72.94056601172097,41.675544462912654],[-72.94083101186851,41.67660646310953],[-72.94086601189223,41.67681946314961],[-72.94085801190967,41.67716646321701],[-72.94077401192823,41.67796046337336],[-72.94078201193962,41.678112463402506],[-72.94084701197612,41.67837846345187],[-72.94094601202717,41.67870446351173],[-72.94112001211387,41.6792254636069],[-72.94122101216811,41.6795954636752],[-72.9412790121998,41.679817463716255],[-72.94162701236802,41.68076946388914],[-72.94189001249173,41.681429464008296],[-72.94206501256961,41.681792464072856],[-72.9421780126194,41.682017464112704],[-72.9422050126322,41.68208746412537],[-72.94227701266603,41.68226746415786],[-72.94190301256617,41.682644464242934],[-72.94173701251894,41.68276146427095],[-72.9404700121587,41.68365946448584],[-72.93971501194508,41.68421246461736],[-72.9391440117849,41.68465446472141],[-72.93743401130524,41.68597946503327],[-72.93686401114545,41.68642246513749],[-72.93672401110601,41.68652846516253],[-72.93630501098822,41.68684846523805],[-72.9361660109492,41.68695546526327],[-72.93602301090752,41.687039465284165],[-72.93598301089595,41.68706446529029],[-72.9357500108278,41.6871964653234],[-72.93562001078847,41.68724746533748],[-72.93557801077525,41.6872554653404],[-72.93541701072492,41.68729046535239],[-72.93354901013377,41.68757646546839],[-72.93168000956047,41.68817646564515],[-72.93026300912925,41.68869146579078],[-72.92886300870195,41.68917846593045],[-72.92881300868649,41.689192465934795],[-72.92822900850743,41.689381465990316],[-72.92734900823532,41.689626466066265]]]},"properties":{"name":4051,"geoid":"09003405100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.88921499516313,41.67808346506972],[-72.88919199514997,41.6779844650513],[-72.88912399511071,41.67768746499604],[-72.88910199509792,41.677589464977764],[-72.88898699503254,41.67710446488764],[-72.88864199483659,41.675652464617784],[-72.8885269947713,41.67516846452784],[-72.88875699484312,41.67511646451034],[-72.88944799505904,41.67496246445814],[-72.88967899513126,41.674911464440804],[-72.89134899565344,41.674545464315855],[-72.89189799582515,41.67442546427483],[-72.89237999597738,41.674346464243925],[-72.89313499621592,41.67422346419565],[-72.89421499655884,41.67407746413239],[-72.89642399726229,41.67381446400993],[-72.89653099729644,41.67380246400412],[-72.89743499758767,41.67375346396534],[-72.89779499770455,41.673749463952895],[-72.89813399781467,41.67374646394132],[-72.89893399807353,41.67372246391074],[-72.89966699830644,41.673626463868416],[-72.90057499859235,41.673462463807255],[-72.90296299934302,41.67300846364197],[-72.90389399963381,41.67279946357134],[-72.90397699965968,41.67277946356478],[-72.90405999968563,41.67276146355861],[-72.90415999971682,41.672738463550914],[-72.90426099974835,41.67271546354318],[-72.90579200022621,41.672365463425805],[-72.90662600048452,41.672140463355234],[-72.90734100070576,41.671943463293914],[-72.90820400096882,41.67163746320671],[-72.90879900115009,41.67142446314618],[-72.90938300132795,41.67121446308661],[-72.91058300169355,41.670785462964666],[-72.9111790018752,41.6705734629043],[-72.91167000202528,41.670406462856064],[-72.91267000233114,41.6700694627584],[-72.9131450024764,41.66990946271203],[-72.91363700262697,41.669745462664345],[-72.91436200285011,41.669525462598244],[-72.9148400029973,41.669381462554874],[-72.91592100333271,41.66910046246542],[-72.91656600353465,41.66896446241819],[-72.91669600357538,41.668937462408735],[-72.91725500375053,41.66882146236815],[-72.91730900376746,41.66881046236427],[-72.91735500378196,41.66880246236123],[-72.91789800395287,41.66870346232447],[-72.91837400410411,41.66864146229702],[-72.91844800412767,41.66863246229288],[-72.9189860043008,41.66860046226923],[-72.91939900443487,41.668595462254856],[-72.91991800460448,41.66860946224074],[-72.92039900476388,41.66866046223501],[-72.92110200499982,41.66878646223659],[-72.92158600516295,41.66888546224005],[-72.92176900522468,41.668923462241466],[-72.92228800540268,41.669082462255396],[-72.9226150055163,41.66920846226918],[-72.92256700550605,41.66930146228873],[-72.92256000550464,41.669316462291874],[-72.92243400547923,41.669586462348214],[-72.92239000547042,41.66968146236802],[-72.92224400543937,41.66996646242793],[-72.92223300543716,41.66999046243293],[-72.92202400538848,41.670324462504354],[-72.92184100534615,41.670622462567955],[-72.9217250053173,41.670776462601516],[-72.92153300526967,41.67103346265748],[-72.92144300524872,41.67117746268828],[-72.92117500518657,41.67161146278097],[-72.92108700516633,41.671756462811885],[-72.92102700515547,41.67190646284286],[-72.92085000512381,41.67235546293551],[-72.92079100511334,41.67250646296664],[-72.92073200510384,41.672674463001066],[-72.92058300508042,41.6731084630899],[-72.92056700507936,41.673180463104345],[-72.92052900507706,41.673354463139255],[-72.9205010050784,41.6735354631752],[-72.92041900508323,41.67408146328352],[-72.92039300508527,41.674263463319576],[-72.92037700508567,41.67436046333887],[-72.92033200508777,41.67465046339646],[-72.92031700508855,41.6747484634159],[-72.92030800508921,41.67481046342821],[-72.9202830050918,41.67499646346501],[-72.92027600509317,41.67505946347742],[-72.92026400509387,41.67513946349329],[-72.92023000509674,41.675380463541025],[-72.92022000509816,41.67546146355704],[-72.92016500510441,41.67587946363972],[-72.92013400512127,41.67634646373109],[-72.92020600517608,41.67689046383402],[-72.92045300529234,41.67751246394637],[-72.92059900535808,41.67782846400277],[-72.92072000541683,41.67816446406387],[-72.92120600563578,41.67921846425204],[-72.92141800572968,41.67965046432875],[-72.92176700587203,41.68014946441398],[-72.92243600613723,41.680973464551705],[-72.92292900633758,41.68166546466959],[-72.92358400660191,41.682553464820145],[-72.92411000680735,41.683147464917994],[-72.9248270070873,41.68395646505125],[-72.92484300709997,41.68408546507569],[-72.92498200718812,41.68482846521493],[-72.92503900722895,41.685214465287764],[-72.92505900724751,41.68542346532754],[-72.92509400727992,41.68578746539683],[-72.92531200748563,41.688120465841074],[-72.92533600750897,41.688389465892335],[-72.92541100758008,41.689197466046195],[-72.92543700760412,41.68946746609759],[-72.92568100768905,41.68956346610824],[-72.92571700770105,41.689568466108035],[-72.9262280078718,41.689646466106524],[-72.92661000799706,41.6896634660974],[-72.92669500802494,41.689667466095436],[-72.92690100809541,41.68972746610036],[-72.92660500800335,41.68980046612409],[-72.92571900772789,41.690021466195596],[-72.92542400763618,41.69009546621948],[-72.92531100760075,41.6901184662276],[-72.9249710074943,41.690190466252574],[-72.92485900745932,41.690215466261044],[-72.92464500739264,41.69026646627786],[-72.92400300719264,41.690419466328294],[-72.92379000712634,41.690471466345265],[-72.92361900707306,41.69051246635875],[-72.92310600691324,41.69063446639901],[-72.92293600686035,41.69067646641265],[-72.92270200678752,41.690733466431254],[-72.92200300657,41.69090446648702],[-72.92177000649757,41.69096246650581],[-72.92153100642429,41.69104046652866],[-72.92081400620452,41.691273466597],[-72.92057600613164,41.69135246662002],[-72.9203440060609,41.69143446664341],[-72.91964900584912,41.69168246671393],[-72.91941800577877,41.691765466737486],[-72.91918600570803,41.69184746676088],[-72.9184920054964,41.69209246683079],[-72.91826100542605,41.69217546685435],[-72.91802900535505,41.69225346687696],[-72.91733200514193,41.69248946694525],[-72.91710100507136,41.69256846696803],[-72.91697300503243,41.69261546698126],[-72.91659000491597,41.69275646702096],[-72.91646300487741,41.69280446703438],[-72.91635600484446,41.692836467044046],[-72.91603700474639,41.69293546707354],[-72.91593100471388,41.69296946708355],[-72.91566300463246,41.693069467111606],[-72.91485900438815,41.693368467195526],[-72.91459100430679,41.69346946722376],[-72.91429200421626,41.69358646725608],[-72.91403900413968,41.69368546728345],[-72.91418800415177,41.69305546715675],[-72.91406300410175,41.692893467129466],[-72.91353800386342,41.69172446692039],[-72.91277800350822,41.689855466583495],[-72.91272200348341,41.689741466563255],[-72.91232300329905,41.68879646639339],[-72.91182200309034,41.688004466256416],[-72.9117090030327,41.687643466190245],[-72.91157100295507,41.68707646608503],[-72.91149500291804,41.68686346604629],[-72.91136100286155,41.68663946600729],[-72.91121800280548,41.68647446598002],[-72.91041500250303,41.685760465867936],[-72.91010800238804,41.685498465827195],[-72.90982200228085,41.68525346578907],[-72.90953800217275,41.68498146574565],[-72.90940000211891,41.684826465720136],[-72.90924200205781,41.68465846569278],[-72.90904600198198,41.68444946565868],[-72.90896900195197,41.68436346564454],[-72.90888700192004,41.684272465629604],[-72.90864100182431,41.68400046558495],[-72.90855900179244,41.68391046557019],[-72.90841100173321,41.68371846553785],[-72.90797000155666,41.68314546544128],[-72.90782300149782,41.68295446540909],[-72.90746300135324,41.68247846532866],[-72.9068270010971,41.68162546518424],[-72.90676500107288,41.6815554651727],[-72.90670800104836,41.68145146515444],[-72.90661400100946,41.68130746512962],[-72.90637600091888,41.68107946509323],[-72.9061850008478,41.68092446506942],[-72.90560300062968,41.680425464991735],[-72.90539100055142,41.68026446496747],[-72.90517300047387,41.68014946495228],[-72.90473700032227,41.67998046493371],[-72.90430000017162,41.67983346491944],[-72.90387000002441,41.67970646490879],[-72.90363499994497,41.679654464906356],[-72.90348999989595,41.67962246490487],[-72.90329799974424,41.67807546461172],[-72.90328199972893,41.67790046457837],[-72.90327599972282,41.67782846456463],[-72.90324499969839,41.67757946451745],[-72.90319499967336,41.67742746448966],[-72.90308499962786,41.67725946446072],[-72.90291499956052,41.67705046442578],[-72.90288099954964,41.67705346442746],[-72.90278099951756,41.67706146443227],[-72.90274799950704,41.6770654644341],[-72.90244499941092,41.677107464452064],[-72.90153799912329,41.67723646450642],[-72.90151999911761,41.677239464507586],[-72.90123499902668,41.677270464522834],[-72.9001819986906,41.67738246457863],[-72.89975899855557,41.677427464601045],[-72.89948999846933,41.67744946461403],[-72.89886099826505,41.677455464635585],[-72.89874999822963,41.67746746464151],[-72.89775399790797,41.67750846468172],[-72.89741699780042,41.67754446469961],[-72.89673499758534,41.67766246474455],[-72.8960779973764,41.67774546478189],[-72.89561199722735,41.67778946480552],[-72.89545899717783,41.677794464811434],[-72.89520899709697,41.6778024648211],[-72.89430599680327,41.67780346485056],[-72.89312099641941,41.67783246489458],[-72.89248999621466,41.67784146491675],[-72.89173699597038,41.67785346494349],[-72.89123899580814,41.67784946495885],[-72.89059999560222,41.67788346498613],[-72.89041299554195,41.67789346499412],[-72.88997299540185,41.677946465018636],[-72.88982099535384,41.67797146502841],[-72.88947599524494,41.678029465050805],[-72.88936499521012,41.67805146505865],[-72.88921499516313,41.67808346506972]]]},"properties":{"name":4052,"geoid":"09003405200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.88921499516313,41.67808346506972],[-72.88936499521012,41.67805146505865],[-72.88947599524494,41.678029465050805],[-72.88982099535384,41.67797146502841],[-72.88997299540185,41.677946465018636],[-72.89041299554195,41.67789346499412],[-72.89059999560222,41.67788346498613],[-72.89123899580814,41.67784946495885],[-72.89173699597038,41.67785346494349],[-72.89248999621466,41.67784146491675],[-72.89312099641941,41.67783246489458],[-72.89430599680327,41.67780346485056],[-72.89520899709697,41.6778024648211],[-72.89545899717783,41.677794464811434],[-72.89561199722735,41.67778946480552],[-72.8960779973764,41.67774546478189],[-72.89673499758534,41.67766246474455],[-72.89741699780042,41.67754446469961],[-72.89775399790797,41.67750846468172],[-72.89874999822963,41.67746746464151],[-72.89886099826505,41.677455464635585],[-72.89948999846933,41.67744946461403],[-72.89975899855557,41.677427464601045],[-72.9001819986906,41.67738246457863],[-72.90123499902668,41.677270464522834],[-72.90151999911761,41.677239464507586],[-72.90153799912329,41.67723646450642],[-72.90244499941092,41.677107464452064],[-72.90274799950704,41.6770654644341],[-72.90278099951756,41.67706146443227],[-72.90288099954964,41.67705346442746],[-72.90291499956052,41.67705046442578],[-72.90308499962786,41.67725946446072],[-72.90319499967336,41.67742746448966],[-72.90324499969839,41.67757946451745],[-72.90327599972282,41.67782846456463],[-72.90328199972893,41.67790046457837],[-72.90329799974424,41.67807546461172],[-72.90348999989595,41.67962246490487],[-72.90363499994497,41.679654464906356],[-72.90387000002441,41.67970646490879],[-72.90430000017162,41.67983346491944],[-72.90473700032227,41.67998046493371],[-72.90517300047387,41.68014946495228],[-72.90539100055142,41.68026446496747],[-72.90560300062968,41.680425464991735],[-72.9061850008478,41.68092446506942],[-72.90637600091888,41.68107946509323],[-72.90661400100946,41.68130746512962],[-72.90670800104836,41.68145146515444],[-72.90676500107288,41.6815554651727],[-72.9068270010971,41.68162546518424],[-72.90746300135324,41.68247846532866],[-72.90782300149782,41.68295446540909],[-72.90797000155666,41.68314546544128],[-72.90841100173321,41.68371846553785],[-72.90855900179244,41.68391046557019],[-72.90864100182431,41.68400046558495],[-72.90888700192004,41.684272465629604],[-72.90896900195197,41.68436346564454],[-72.90904600198198,41.68444946565868],[-72.90924200205781,41.68465846569278],[-72.90940000211891,41.684826465720136],[-72.90953800217275,41.68498146574565],[-72.90982200228085,41.68525346578907],[-72.91010800238804,41.685498465827195],[-72.91041500250303,41.685760465867936],[-72.91121800280548,41.68647446598002],[-72.91136100286155,41.68663946600729],[-72.91149500291804,41.68686346604629],[-72.91157100295507,41.68707646608503],[-72.9117090030327,41.687643466190245],[-72.91182200309034,41.688004466256416],[-72.91232300329905,41.68879646639339],[-72.91272200348341,41.689741466563255],[-72.91277800350822,41.689855466583495],[-72.91353800386342,41.69172446692039],[-72.91406300410175,41.692893467129466],[-72.91418800415177,41.69305546715675],[-72.91403900413968,41.69368546728345],[-72.91387300408944,41.693750467301406],[-72.913376003939,41.69394546735526],[-72.91321100388912,41.69401146737337],[-72.91317400387778,41.69402346737691],[-72.91306300384393,41.69406246738805],[-72.91302700383297,41.69407546739172],[-72.912902003795,41.694122467404874],[-72.91252600368095,41.69426546744474],[-72.91240200364338,41.69431346745804],[-72.91231600361768,41.69435346746858],[-72.91205800354085,41.69447646750074],[-72.91197300351557,41.69451746751141],[-72.91125200329607,41.694778467585316],[-72.90909000263787,41.69556146780691],[-72.90837000241876,41.69582346788094],[-72.90724100207477,41.69622746799571],[-72.90443000121843,41.697236468282064],[-72.90385200104187,41.6974354683393],[-72.90367800098878,41.697496468356746],[-72.90323700085474,41.69766046840277],[-72.90271700069479,41.697820468450594],[-72.90265000067421,41.697841468456815],[-72.90218800052962,41.69794046849094],[-72.9016450003597,41.698057468531196],[-72.90058800002565,41.69822846859855],[-72.90005299985665,41.698316468632925],[-72.89985999979564,41.69834746864518],[-72.89883999947241,41.69849746870726],[-72.89852899937394,41.69854446872645],[-72.89771399911679,41.69868346877977],[-72.89672199880609,41.698892468852364],[-72.89523799834312,41.699237468967205],[-72.89404399797067,41.69951546905969],[-72.89398499795223,41.69952846906413],[-72.89380899789731,41.69956946907775],[-72.89375099787927,41.69958346908234],[-72.89367399784068,41.69934946903959],[-72.89347999774338,41.698757468931376],[-72.89344899772695,41.698647468911105],[-72.89338299769186,41.69841146886759],[-72.89328799764161,41.698076468805894],[-72.89318799758858,41.697721468740454],[-72.8929939974881,41.6970744686216],[-72.89289499743668,41.696741468560376],[-72.89289199743523,41.696733468558946],[-72.8928859974319,41.69670946855448],[-72.89288399743079,41.69670146855301],[-72.89283199740268,41.69650746851717],[-72.89283099740211,41.69650346851643],[-72.8926729973175,41.69592846841033],[-72.89261999728913,41.6957354683747],[-72.89258399726774,41.695567468343384],[-72.89247599720368,41.69506646824996],[-72.89244099718266,41.694899468218786],[-72.89226399708178,41.694149468079445],[-72.89189699686997,41.69254846778165],[-72.89182799682959,41.69223746772371],[-72.89129699652533,41.68995846730002],[-72.89124299647683,41.68942246719809],[-72.89120699644135,41.68901046711953],[-72.89087599622326,41.68709646675995],[-72.89078299617906,41.686854466716134],[-72.89082099619083,41.68684446671298],[-72.89085799620275,41.68684246671138],[-72.89089399621429,41.68683946670963],[-72.8908849962097,41.68681046670433],[-72.89075599613076,41.686169466584474],[-72.89052499598796,41.684996466365],[-72.89047599595959,41.684781466325],[-72.89032099586788,41.68406546619146],[-72.89008899572343,41.682869465967556],[-72.89001599567776,41.682489465896396],[-72.88990199560972,41.681952465796186],[-72.88985299557498,41.68162646573469],[-72.88975299550405,41.68096046560905],[-72.88960099539608,41.67994546541755],[-72.8895129953317,41.67932546530042],[-72.88949899532375,41.67926646528945],[-72.88939199526138,41.67878846520041],[-72.88921499516313,41.67808346506972]]]},"properties":{"name":4053,"geoid":"09003405300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.92391200457082,41.64550045763714],[-72.92391900455812,41.64524045758658],[-72.92392000455746,41.645223457583256],[-72.92390700453844,41.6449664575339],[-72.92382900449554,41.644662457477544],[-72.9237330044547,41.64449545744833],[-72.92365000441934,41.64435045742293],[-72.92357400439164,41.644298457415324],[-72.92341200433246,41.644185457398684],[-72.92338300432192,41.64416645739595],[-72.92319300425294,41.64404145737791],[-72.92300500418388,41.643904457357465],[-72.92281200411462,41.64379145734185],[-72.9228020041109,41.64378345734061],[-72.92272300408146,41.643718457330586],[-72.92262400404456,41.64363645731792],[-72.92261100403917,41.643616457314465],[-72.92234000392631,41.64318745724017],[-72.92213100383916,41.642854457182445],[-72.92194800373898,41.642148457051654],[-72.92195100371286,41.64167845696052],[-72.92195500368364,41.641148456857735],[-72.92246100384656,41.6411204568359],[-72.92398200433652,41.6410394567709],[-72.92449000450016,41.6410124567492],[-72.92567600488,41.64091145669118],[-72.92778000555394,41.64073345658847],[-72.92786400561594,41.64133545670235],[-72.92791500565397,41.641707456772735],[-72.92797700570141,41.64218045686233],[-72.92813400582052,41.64336145708598],[-72.9286050060948,41.64546245747759],[-72.93850200924727,41.64431945693516],[-72.9404260098598,41.64409245682878],[-72.94143401018079,41.64397445677321],[-72.94306601070038,41.64378245668306],[-72.9432560107609,41.64376045667264],[-72.94379001093091,41.64369745664309],[-72.94414701104463,41.64365645662357],[-72.9477530121926,41.643230456424035],[-72.94794401225333,41.64320645641318],[-72.94809101230112,41.6432064564084],[-72.94844901241748,41.643205456396586],[-72.9494660127398,41.6430604563355],[-72.94999301290683,41.642985456303855],[-72.95051901307355,41.642910456272276],[-72.950549013083,41.64290545627032],[-72.95431101428548,41.64254545607845],[-72.96021001617073,41.64197745577688],[-72.96393201734334,41.64132645552993],[-72.96390501739569,41.642385455735884],[-72.96387701743619,41.64324445590312],[-72.96385501746374,41.64384545602021],[-72.9638270175021,41.644667456180294],[-72.9638180175054,41.6447754562015],[-72.96378701754585,41.64565045637193],[-72.9637670175741,41.646252456489144],[-72.96376701757971,41.646349456507934],[-72.96376801759683,41.64664045656423],[-72.96376901760277,41.646737456583004],[-72.96376901764026,41.64738645670865],[-72.96376901766416,41.6478004567888],[-72.96379401768915,41.64809245684454],[-72.9638920177422,41.64845945691241],[-72.96410201784445,41.64904745701943],[-72.96423301789837,41.649243457053124],[-72.96459401804694,41.649783457145936],[-72.96470801809353,41.649948457174176],[-72.96491101817654,41.650242457224515],[-72.96505101823384,41.650446457259456],[-72.96516601828081,41.65061245728786],[-72.96524201831187,41.650722457306685],[-72.96547101840552,41.651054457363536],[-72.96554801843698,41.65116545738251],[-72.96537901839386,41.65137045742768],[-72.96529301837501,41.65152845746106],[-72.96523501836248,41.65163745748406],[-72.96513601834317,41.65186045753043],[-72.96546201850178,41.65277145769621],[-72.96551201852594,41.65290845772111],[-72.96556501856026,41.65320345777649],[-72.96559801858136,41.65338345781027],[-72.96571301864111,41.65377045788145],[-72.96572301865685,41.65398645792295],[-72.96580001870417,41.65437245799518],[-72.96579101871797,41.65466145805141],[-72.96554401866452,41.65512645814944],[-72.96522301858978,41.65563945825919],[-72.96517301858184,41.65578345828869],[-72.96504901856561,41.65620045837343],[-72.96494801854443,41.65640245841583],[-72.96473601848513,41.65656945845505],[-72.96406301828438,41.6568824585375],[-72.96371701818082,41.65703745857875],[-72.96346401810516,41.65715145860904],[-72.96316501801837,41.65733245865379],[-72.9629820179673,41.657478458688],[-72.96280401792167,41.65769045873482],[-72.96176201767291,41.65924945907045],[-72.96146001760816,41.65982845919235],[-72.96097901745654,41.65991145922405],[-72.96029401724064,41.660030459269315],[-72.95968701704811,41.66011445930532],[-72.95953501699996,41.66013645931452],[-72.95921301689802,41.66018445933427],[-72.95905301684738,41.66020845934412],[-72.95883101677737,41.660246459358675],[-72.9585230166804,41.66030145937933],[-72.95817201657164,41.66039445940873],[-72.95807101654033,41.66042145941724],[-72.95795501650447,41.66045345942722],[-72.957669016417,41.66054945945508],[-72.95701401621602,41.660757459516624],[-72.9554880157479,41.661244459660466],[-72.95418001534513,41.66163545977864],[-72.95374101520997,41.661767459818456],[-72.95350901513834,41.66183345983877],[-72.95322201504686,41.66186545985429],[-72.95318401503472,41.6618694598563],[-72.95307401499966,41.66188145986219],[-72.95303701498791,41.66188645986436],[-72.95280901491508,41.66190945987623],[-72.95247201480781,41.661949459894906],[-72.95234601476774,41.6619654599021],[-72.95078301427137,41.66217145999274],[-72.9502200140926,41.66224646002554],[-72.9498190139646,41.662288460046696],[-72.94928001379266,41.662346460075426],[-72.94891001367736,41.66243346010429],[-72.9486610136044,41.662572460139266],[-72.94865401360242,41.66257746014047],[-72.94850401356345,41.66274746017825],[-72.94838601353196,41.66286646020512],[-72.94810301345436,41.6631164602627],[-72.94721001321841,41.66405946047423],[-72.94586301286932,41.66560046081623],[-72.94571201282844,41.665742460848605],[-72.94548201276771,41.66598646090331],[-72.94526201271565,41.666323460975676],[-72.94525501273091,41.666627461034736],[-72.94525801276441,41.6671904611436],[-72.94530301279968,41.66754746121124],[-72.94535101283162,41.667830461264444],[-72.94522501279134,41.667842461270865],[-72.94455201257708,41.667922461308194],[-72.94431901250292,41.66795046132118],[-72.94418901246128,41.66796146132755],[-72.94412601244107,41.66796646133056],[-72.94397601239304,41.66797946133795],[-72.94383701234847,41.66799046134458],[-72.9436130122751,41.66798146135011],[-72.94332701218039,41.6679524613538],[-72.94277301199477,41.66785846135359],[-72.9420790117636,41.66776346135775],[-72.94167001162819,41.66772246136309],[-72.94111301144667,41.66771646138002],[-72.94093001138775,41.667726461387886],[-72.94078901134282,41.66774246139556],[-72.9405620112705,41.667768461407974],[-72.94017801114911,41.667829461432234],[-72.94001701110462,41.667965461463794],[-72.93953601097196,41.66837746155915],[-72.93937601092784,41.66851446159087],[-72.93935501090853,41.66829846154973],[-72.9393000108754,41.668034461500426],[-72.93870901069086,41.66816746154534],[-72.93805801048751,41.66831246159456],[-72.9375010103141,41.66844646163856],[-72.93689801012633,41.66859146168621],[-72.93637700996328,41.66870246172461],[-72.93611200988026,41.66875746174385],[-72.93592100982005,41.66879046175645],[-72.93561400972239,41.668828461773764],[-72.93542200966029,41.66883446178115],[-72.93513000956435,41.66881746178733],[-72.93490400949007,41.66880446179218],[-72.93470900942566,41.66878746179522],[-72.93425900927642,41.668737461800134],[-72.93396900918025,41.66870546180338],[-72.93388400915197,41.668694461803994],[-72.93363000906751,41.66866246180604],[-72.93354600903962,41.66865246180683],[-72.93329700895696,41.668623461809304],[-72.93255000870897,41.668536461816714],[-72.93230100862635,41.66850846181938],[-72.93208300855378,41.66847946182083],[-72.93143000833653,41.668395461825774],[-72.93121300826435,41.66836746182739],[-72.9307310081044,41.66831246183241],[-72.92928800762559,41.668148461847494],[-72.92880700746602,41.668094461852654],[-72.92855200738343,41.66810046186208],[-72.92847700735946,41.668107461865866],[-72.9281520072554,41.668136461882035],[-72.92780300714432,41.6681784619015],[-72.92752200705706,41.66825046192453],[-72.92754100707602,41.668471461966696],[-72.92752400708282,41.66868546200867],[-72.92743200706624,41.66891646205636],[-72.92722200700966,41.66911946210247],[-72.9270380069587,41.66927346213826],[-72.92696700694131,41.6693724621597],[-72.92688900692211,41.66947946218295],[-72.92683100690795,41.669560462200494],[-72.92681900690523,41.669581462204974],[-72.9263090067286,41.669395462185506],[-72.92584000656926,41.669277462177895],[-72.92515100633986,41.66918546218243],[-72.92454800615091,41.66931046222621],[-72.92422200604437,41.66930146223503],[-72.92383300591045,41.669173462222886],[-72.923502005792,41.66898646219743],[-72.9228070055477,41.6686704621588],[-72.92281400554737,41.66862546214988],[-72.92281400554431,41.66857246213963],[-72.92281400553307,41.66837746210189],[-72.92276900550152,41.66808446204664],[-72.9226010054211,41.66763746196556],[-72.92209300519566,41.66659446178017],[-72.92182300508293,41.666162461705326],[-72.92110400477891,41.66494646149326],[-72.92136700486057,41.664879461471756],[-72.92151700490781,41.66485246146166],[-72.9216120049378,41.66483646145548],[-72.9218950050235,41.664726461425005],[-72.92202700506084,41.66462946140195],[-72.92212900508969,41.664554461384135],[-72.92224000511655,41.664394461349566],[-72.92232300512919,41.664145461298666],[-72.92233800512692,41.664021461274174],[-72.92239300512058,41.66360146119109],[-72.92241000511832,41.66346646116442],[-72.92246200511204,41.6630644610849],[-72.92248000511016,41.66293046105838],[-72.92249500510708,41.66279246103119],[-72.92253900509762,41.66238046095001],[-72.9225550050949,41.66224346092296],[-72.92256600509059,41.66210646089609],[-72.92259900507757,41.66169446081525],[-72.92261100507362,41.661558460788534],[-72.92266700503467,41.660567460594876],[-72.92268500502888,41.660365460555184],[-72.92270500502258,41.66014346051156],[-72.92271300501997,41.66005346049389],[-72.92273900501303,41.65978646044136],[-72.92274900501121,41.659698460423996],[-72.92276100500492,41.65952146038933],[-72.92279600498571,41.65899146028559],[-72.9228090049798,41.6588154602511],[-72.92281600497424,41.65867946022455],[-72.9228390049583,41.65827346014519],[-72.92284800495344,41.65813846011877],[-72.92285700494489,41.657939460079945],[-72.9228810049227,41.657419459978506],[-72.92289000492131,41.65734445996369],[-72.92291400491774,41.65714745992478],[-72.922927004911,41.656957459887565],[-72.92296700489128,41.65638945977628],[-72.92298100488493,41.65620045973924],[-72.92300500486643,41.655744459650194],[-72.92307900481165,41.654377459383106],[-72.92310400479359,41.65392245929421],[-72.92309900477557,41.65363845923938],[-72.9230860047224,41.6527894590754],[-72.92308200470478,41.65250645902074],[-72.92310400470352,41.65236045899177],[-72.92317200470056,41.651925458905325],[-72.92317600470071,41.65190545890133],[-72.92322300470923,41.65178845887715],[-72.92337300474678,41.651593458834526],[-72.92341600475766,41.651539458822675],[-72.92374000484133,41.65116345873935],[-72.92384600486785,41.651025458709206],[-72.92390100488178,41.65095645869405],[-72.92396600489461,41.650812458664056],[-72.92402100489986,41.65059345861988],[-72.9240470048931,41.65032945856791],[-72.92405100489249,41.65029645856139],[-72.92399000483945,41.64972045845183],[-72.92388900476908,41.64906945832904],[-72.92384000474192,41.64887445829287],[-72.92372100467583,41.64839945820474],[-72.92369000465771,41.64826045817884],[-72.92368800465633,41.64824745817637],[-72.92359600461067,41.6479744581265],[-72.9235560045909,41.64785745810514],[-72.92351100456855,41.64772345808065],[-72.9234690045416,41.64749245803728],[-72.92344400452544,41.64735345801118],[-72.92347400452407,41.64716045797282],[-72.92358300453928,41.646809457901306],[-72.92365300454914,41.64658545785567],[-72.92371900455821,41.64637045781189],[-72.92390500458447,41.64577645769083],[-72.92390600458178,41.64572445768072],[-72.92391200457082,41.64550045763714]]]},"properties":{"name":4055,"geoid":"09003405500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.96393201734334,41.64132645552993],[-72.9640500173805,41.64130545552202],[-72.96585301795189,41.641048455413674],[-72.96615001804602,41.64100645539588],[-72.9686370188403,41.64075845526706],[-72.96989101924073,41.64063245520192],[-72.97114601964154,41.640507455136934],[-72.97297402023369,41.640469455070175],[-72.97670602142804,41.640140454885156],[-72.97711602155775,41.64007845485984],[-72.97903602217012,41.639873454757726],[-72.97951702232483,41.63984445473647],[-72.97969702238323,41.63984245473024],[-72.98020402254652,41.63981545470853],[-72.98027602256963,41.63981045470521],[-72.98201502312817,41.63969245462582],[-72.98259502331449,41.63965345459942],[-72.9827220233552,41.639643454593354],[-72.98275602336615,41.63964145459186],[-72.98310302347751,41.63961645457573],[-72.98323102351858,41.63960745456985],[-72.98323502351984,41.63960645456952],[-72.98324602352342,41.63960645456917],[-72.98325102352506,41.639606454569005],[-72.98356702371005,41.64103045483448],[-72.98430902414403,41.64436545545608],[-72.98484902446063,41.64680545591095],[-72.98515402462355,41.647908456114585],[-72.9855510248393,41.649407456391856],[-72.98584302508901,41.652084456900596],[-72.98595302515977,41.65268945701414],[-72.98607702523906,41.65336345714058],[-72.98634602539181,41.65449245735037],[-72.98649002547329,41.65509145746162],[-72.98652402549358,41.65525145749149],[-72.98662702555485,41.65573145758105],[-72.98666202557554,41.655892457611074],[-72.98673402561926,41.656243457676666],[-72.9867540256316,41.65634445769557],[-72.98695002575056,41.65729945787404],[-72.98702202579435,41.657651457939835],[-72.98705602581498,41.65781745797085],[-72.98715802587697,41.65831545806392],[-72.98719302589801,41.658482458095115],[-72.98727402594731,41.65887945816932],[-72.98733902598592,41.65918145822565],[-72.98739502603306,41.6596814583206],[-72.9875100260989,41.660173458412075],[-72.98757902613066,41.66033445844099],[-72.98763702615571,41.660441458459815],[-72.9882500265034,41.66300545893607],[-72.98837502658026,41.663631459053164],[-72.9887520268116,41.6655104594045],[-72.98887802688886,41.66613745952174],[-72.98891502691465,41.666375459566595],[-72.9889290269246,41.666468459584124],[-72.98908302703221,41.667462459771464],[-72.98913502706833,41.66779445983402],[-72.98916802709255,41.66802745987802],[-72.98928402717144,41.668738460011824],[-72.98935002720812,41.669001460060564],[-72.98947002727996,41.66956846016637],[-72.98947402728241,41.66958846017011],[-72.98922802719872,41.66952446016573],[-72.98910502715685,41.66949246016354],[-72.98895302710524,41.669454460161134],[-72.98880402705575,41.6694364601625],[-72.98857002697845,41.66941546016605],[-72.98831002689576,41.669447460180706],[-72.9880730268229,41.66952046020255],[-72.98799202679841,41.66955246021137],[-72.98770002671057,41.66967546024467],[-72.98764702669514,41.66970646025239],[-72.9874280266312,41.66983246028391],[-72.98718302655901,41.66996146031685],[-72.98703602651578,41.670040460336914],[-72.98656302637309,41.67023246038945],[-72.98623502627215,41.67033146041927],[-72.98588402616144,41.67039046044212],[-72.98567002609283,41.670407460452374],[-72.9855930260682,41.670414460456236],[-72.98517802593295,41.67040946046877],[-72.98514102592087,41.67040846046978],[-72.98502002588123,41.67040346047274],[-72.98476402579468,41.67034646047006],[-72.98448202569932,41.67028346046704],[-72.98394402551685,41.670153460459396],[-72.98364502541625,41.6700954604579],[-72.9835060253695,41.6700684604572],[-72.9832660252904,41.670050460461525],[-72.98307302522684,41.6700364604651],[-72.98270402510661,41.67003246047632],[-72.98251902504633,41.67003046048195],[-72.9823600249951,41.67003846048867],[-72.98210502491378,41.67006646050238],[-72.98179502481587,41.67011646052215],[-72.98143502470315,41.67019146054838],[-72.98116002461805,41.67026646057184],[-72.98104502458261,41.670300460582155],[-72.98077102449838,41.670384460607316],[-72.9805150244211,41.670487460635584],[-72.98016002431382,41.670628460674415],[-72.97909602399245,41.67105446079146],[-72.97874202388554,41.67119646083045],[-72.97818202371084,41.67132446087343],[-72.97796502364173,41.67134946088534],[-72.9779000236208,41.67135346088821],[-72.97748602348798,41.67138446090769],[-72.97721802340007,41.671371460913896],[-72.97703702334074,41.67136346091824],[-72.9766100231979,41.67129446091875],[-72.97615702304479,41.67119446091415],[-72.97542202279779,41.671056460911345],[-72.9753580227762,41.67104346091092],[-72.974517022493,41.670875460905776],[-72.97377702224361,41.670724460900615],[-72.97315102203383,41.67061746090029],[-72.97272002189004,41.6705544609021],[-72.97252802182597,41.67052646090293],[-72.97198202164695,41.670501460915844],[-72.9712080213927,41.6704574609325],[-72.97040502112995,41.670429460953194],[-72.96992202097385,41.6704464609722],[-72.96933302078624,41.67051446100451],[-72.96883302062821,41.67059346103604],[-72.96805202038746,41.67082246110576],[-72.96781202031617,41.67093946113618],[-72.96754902023653,41.6710414611645],[-72.96742902020017,41.671087461177294],[-72.966983020063,41.671223461218105],[-72.96662401995098,41.671305461245645],[-72.96610601978709,41.671384461277775],[-72.96538001955932,41.67152846132924],[-72.96404101913714,41.67175846141728],[-72.9613270182826,41.67224446159955],[-72.96054601803357,41.672330461641565],[-72.9594290176758,41.67242546169626],[-72.95896301752526,41.67244346171489],[-72.95852901738499,41.67245846173189],[-72.95723001696535,41.6725074617836],[-72.95679701682543,41.67252346180077],[-72.95647601671949,41.67249646180596],[-72.95551601640268,41.67241746182187],[-72.95519601629712,41.67239146182725],[-72.95344301571738,41.6722254618521],[-72.95317401562816,41.67219546185503],[-72.95132801501563,41.671985461874364],[-72.95091401487764,41.67192746187661],[-72.95071001480788,41.67186846187181],[-72.95032201467343,41.671725461856745],[-72.95018601462677,41.671683461853036],[-72.9494360143893,41.67179546189907],[-72.94890301414331,41.67053846167313],[-72.94883701411331,41.67039046164664],[-72.94864101402389,41.66994646156709],[-72.9485760139942,41.66979846154055],[-72.94857001399116,41.669779461537075],[-72.94855201398212,41.66972446152701],[-72.94854601397914,41.66970646152372],[-72.94851701396456,41.66961746150744],[-72.9484990139553,41.669558461496614],[-72.94846701393911,41.66945846147831],[-72.94845601392682,41.66930746144944],[-72.94842401390449,41.66910146141061],[-72.94842001390164,41.669074461405515],[-72.94843301389858,41.66894846138071],[-72.94842301388701,41.66880446135316],[-72.94840901387063,41.66859946131395],[-72.9483740138484,41.668411461278694],[-72.94836101384234,41.668380461273124],[-72.94830801381742,41.66824746124911],[-72.94791601364169,41.66741246110024],[-72.94694301333733,41.66762146117228],[-72.94663401324087,41.667691461195865],[-72.94535101283162,41.667830461264444],[-72.94530301279968,41.66754746121124],[-72.94525801276441,41.6671904611436],[-72.94525501273091,41.666627461034736],[-72.94526201271565,41.666323460975676],[-72.94548201276771,41.66598646090331],[-72.94571201282844,41.665742460848605],[-72.94586301286932,41.66560046081623],[-72.94721001321841,41.66405946047423],[-72.94810301345436,41.6631164602627],[-72.94838601353196,41.66286646020512],[-72.94850401356345,41.66274746017825],[-72.94865401360242,41.66257746014047],[-72.9486610136044,41.662572460139266],[-72.94891001367736,41.66243346010429],[-72.94928001379266,41.662346460075426],[-72.9498190139646,41.662288460046696],[-72.9502200140926,41.66224646002554],[-72.95078301427137,41.66217145999274],[-72.95234601476774,41.6619654599021],[-72.95247201480781,41.661949459894906],[-72.95280901491508,41.66190945987623],[-72.95303701498791,41.66188645986436],[-72.95307401499966,41.66188145986219],[-72.95318401503472,41.6618694598563],[-72.95322201504686,41.66186545985429],[-72.95350901513834,41.66183345983877],[-72.95374101520997,41.661767459818456],[-72.95418001534513,41.66163545977864],[-72.9554880157479,41.661244459660466],[-72.95701401621602,41.660757459516624],[-72.957669016417,41.66054945945508],[-72.95795501650447,41.66045345942722],[-72.95807101654033,41.66042145941724],[-72.95817201657164,41.66039445940873],[-72.9585230166804,41.66030145937933],[-72.95883101677737,41.660246459358675],[-72.95905301684738,41.66020845934412],[-72.95921301689802,41.66018445933427],[-72.95953501699996,41.66013645931452],[-72.95968701704811,41.66011445930532],[-72.96029401724064,41.660030459269315],[-72.96097901745654,41.65991145922405],[-72.96146001760816,41.65982845919235],[-72.96176201767291,41.65924945907045],[-72.96280401792167,41.65769045873482],[-72.9629820179673,41.657478458688],[-72.96316501801837,41.65733245865379],[-72.96346401810516,41.65715145860904],[-72.96371701818082,41.65703745857875],[-72.96406301828438,41.6568824585375],[-72.96473601848513,41.65656945845505],[-72.96494801854443,41.65640245841583],[-72.96504901856561,41.65620045837343],[-72.96517301858184,41.65578345828869],[-72.96522301858978,41.65563945825919],[-72.96554401866452,41.65512645814944],[-72.96579101871797,41.65466145805141],[-72.96580001870417,41.65437245799518],[-72.96572301865685,41.65398645792295],[-72.96571301864111,41.65377045788145],[-72.96559801858136,41.65338345781027],[-72.96556501856026,41.65320345777649],[-72.96551201852594,41.65290845772111],[-72.96546201850178,41.65277145769621],[-72.96513601834317,41.65186045753043],[-72.96523501836248,41.65163745748406],[-72.96529301837501,41.65152845746106],[-72.96537901839386,41.65137045742768],[-72.96554801843698,41.65116545738251],[-72.96547101840552,41.651054457363536],[-72.96524201831187,41.650722457306685],[-72.96516601828081,41.65061245728786],[-72.96505101823384,41.650446457259456],[-72.96491101817654,41.650242457224515],[-72.96470801809353,41.649948457174176],[-72.96459401804694,41.649783457145936],[-72.96423301789837,41.649243457053124],[-72.96410201784445,41.64904745701943],[-72.9638920177422,41.64845945691241],[-72.96379401768915,41.64809245684454],[-72.96376901766416,41.6478004567888],[-72.96376901764026,41.64738645670865],[-72.96376901760277,41.646737456583004],[-72.96376801759683,41.64664045656423],[-72.96376701757971,41.646349456507934],[-72.9637670175741,41.646252456489144],[-72.96378701754585,41.64565045637193],[-72.9638180175054,41.6447754562015],[-72.9638270175021,41.644667456180294],[-72.96385501746374,41.64384545602021],[-72.96387701743619,41.64324445590312],[-72.96390501739569,41.642385455735884],[-72.96393201734334,41.64132645552993]]]},"properties":{"name":4056,"geoid":"09003405600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.80210696717229,41.68423546907714],[-72.80233796720579,41.683509468929145],[-72.8024679672249,41.683105468846755],[-72.80274996726389,41.68218646865976],[-72.80306396731775,41.68134446848663],[-72.80333096736369,41.680631468339996],[-72.80340896737776,41.680434468299346],[-72.8036469674213,41.679843468177246],[-72.80372696743609,41.67964746813674],[-72.80385496746604,41.679443468093105],[-72.80388896747407,41.67939046808174],[-72.80415196753178,41.67890546797936],[-72.80421296754669,41.67881946796076],[-72.8043549675818,41.67862546791862],[-72.80439596758875,41.67851446789581],[-72.80439796758498,41.67843746788083],[-72.80439896758388,41.678412467875965],[-72.80438496756828,41.67822046783923],[-72.8043569675461,41.677992467796],[-72.80431596752523,41.67786146777197],[-72.80430596752002,41.67782746776572],[-72.804235967489,41.67768446774029],[-72.80419196746477,41.677511467708214],[-72.80406196739267,41.67699246761193],[-72.80401896736879,41.67682046758001],[-72.80398496734774,41.676646467547435],[-72.80392896731236,41.67634746749134],[-72.80392496729831,41.676125467448486],[-72.80392496729802,41.676120467447525],[-72.80394396729415,41.67594546741303],[-72.80399196729915,41.67576046737567],[-72.80413896731525,41.67520746726386],[-72.80418896732097,41.6750234672266],[-72.80423896732644,41.67483546718861],[-72.80439096734364,41.674273467074904],[-72.80444196734952,41.67408646703705],[-72.80448196735426,41.67394246700787],[-72.80460596736981,41.673510466920234],[-72.80464696737494,41.673367466891214],[-72.80468996737774,41.67317246685207],[-72.80477796738428,41.672787466774686],[-72.80479196737731,41.672586466735325],[-72.80480696737082,41.6723884666965],[-72.80480696736772,41.67233446668605],[-72.80480696735849,41.67217346665489],[-72.80480696735545,41.672120466644614],[-72.80482096734977,41.67194246660969],[-72.80484496734164,41.671664466555086],[-72.8049149673503,41.6714184665052],[-72.80496396735644,41.67124746647052],[-72.80499896736218,41.6711494664504],[-72.80510696738071,41.670859466390766],[-72.80514296738686,41.670762466370824],[-72.80516096738874,41.67069346635689],[-72.80521796739546,41.67048746631515],[-72.80523696739775,41.67041946630138],[-72.80539996743093,41.67007346622911],[-72.8055199674589,41.66988046618788],[-72.80579196752493,41.669488466103196],[-72.80586496754347,41.669397466083225],[-72.80639796767454,41.66865946592312],[-72.8065309677014,41.66837346586346],[-72.80656496770112,41.66817546582401],[-72.80666496763398,41.66643846548441],[-72.80674296759688,41.66534946527103],[-72.8075669678837,41.665675465307565],[-72.80789596799748,41.6657924653196],[-72.8083389681507,41.66595046533591],[-72.80942096852272,41.66629746536819],[-72.81017296877802,41.66648246537975],[-72.81146796921642,41.666778465395275],[-72.81162996927125,41.66681546539723],[-72.81267996962511,41.66702746540438],[-72.81352796990848,41.667157465402184],[-72.81406397008767,41.66724046540096],[-72.81537797052668,41.66743946539708],[-72.81607497075927,41.66754046539414],[-72.81692497104304,41.667665465390904],[-72.81722997114527,41.66771746539112],[-72.81814497145203,41.66787446539199],[-72.81845097155465,41.66792746539236],[-72.81969297196815,41.668090465383834],[-72.82080397233872,41.668248465378554],[-72.82142397254583,41.668341465376535],[-72.8219389727179,41.66841946537501],[-72.8236339732839,41.66867146536907],[-72.82401497341188,41.66874146537034],[-72.82541897388052,41.66894646536467],[-72.82533597387109,41.66925246542661],[-72.82371097350281,41.672046466020056],[-72.82341197343597,41.67257646613231],[-72.82304097337408,41.673600466342556],[-72.82192997318917,41.676674466973544],[-72.82155997312765,41.67769946718391],[-72.82151297312213,41.67786946721834],[-72.82137297310587,41.67837946732159],[-72.82132697310074,41.678550467356175],[-72.8212669730897,41.678698467386766],[-72.82108997305775,41.679144467478835],[-72.82103097304709,41.67929346750957],[-72.82087997302835,41.67982246761684],[-72.8207989730158,41.68006246766591],[-72.82003397289827,41.6823494681333],[-72.81977997285945,41.683112468289195],[-72.8194899727818,41.68340346835488],[-72.81897997264514,41.683913468470074],[-72.81658197200308,41.68632046901339],[-72.81578297178913,41.687122469194414],[-72.81571397177473,41.68726246922374],[-72.81550897173237,41.68768646931242],[-72.81545097172051,41.68780846933791],[-72.81544297171905,41.68782846934202],[-72.81543997171842,41.68783446934329],[-72.8154309717167,41.687855469347646],[-72.81542897171644,41.68786246934908],[-72.81520397164822,41.68794946937317],[-72.81470297149637,41.68814446942708],[-72.81453197144452,41.68821046944539],[-72.81430797137668,41.68829846946965],[-72.81410297130691,41.68824546946601],[-72.81394897125456,41.68820646946343],[-72.81372097117804,41.68816646946308],[-72.81350297110625,41.6881514694672],[-72.81347997109887,41.688153469468325],[-72.813270971032,41.68817346947894],[-72.81306697096859,41.6882254694956],[-72.81302397095529,41.68823746949931],[-72.8128369708966,41.68827546951268],[-72.8126419708348,41.68830446952462],[-72.81244397077141,41.688322469534484],[-72.8122349707046,41.68834346954529],[-72.81208697065279,41.688280469537894],[-72.81205897064265,41.6882624695353],[-72.81194397060102,41.6881894695249],[-72.81159297047121,41.68791846948378],[-72.81144097041496,41.68780046946584],[-72.81115597031008,41.687589469434215],[-72.81102997026373,41.687496469420275],[-72.81030896999746,41.68694646933711],[-72.81002796989371,41.68673246930476],[-72.80993796986046,41.686663469294295],[-72.80991096985046,41.68664246929112],[-72.80966796976075,41.68645746926315],[-72.80964896975377,41.68644346926107],[-72.80957896972782,41.6863884692527],[-72.80948396969265,41.68631446924142],[-72.80920096958785,41.68609346920779],[-72.80910696955307,41.686020469196684],[-72.80892096948604,41.685907469180826],[-72.80844196931336,41.685615469139755],[-72.8083609692848,41.685577469135026],[-72.80816396921551,41.68548746912396],[-72.80762496903189,41.685344469113694],[-72.80734496893704,41.685279469110164],[-72.80553596832455,41.68486646908861],[-72.80487096810036,41.684731469083935],[-72.80404296782129,41.68456446907833],[-72.8039319677838,41.68454046907726],[-72.80359896767143,41.684471469074666],[-72.80348896763432,41.68444846907375],[-72.80341896761044,41.68442946907235],[-72.80321196753998,41.68437546906856],[-72.80314296751648,41.684357469067315],[-72.80293496744736,41.68433246906919],[-72.80231396724105,41.684259469075116],[-72.80210696717229,41.68423546907714]]]},"properties":{"name":4165,"geoid":"09003416500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.80210696717229,41.68423546907714],[-72.80168496703271,41.684196469083204],[-72.80161996701122,41.684190469084136],[-72.801428966949,41.684189469090114],[-72.8012299668852,41.68420646909982],[-72.80092296678936,41.68427746912347],[-72.80061396669804,41.684438469164604],[-72.8004749666563,41.684499469180906],[-72.80039296663173,41.68453646919071],[-72.80024696658722,41.68458846920549],[-72.80007096653148,41.68461546921639],[-72.79985196645987,41.684609469222295],[-72.79947496633672,41.68460146923292],[-72.79920296624685,41.684578469237245],[-72.79919796624516,41.6845774692372],[-72.79898196617316,41.68454746923838],[-72.79843996599456,41.6845094692485],[-72.79681696545988,41.68439746927918],[-72.79627596528168,41.68436046928948],[-72.79606696521216,41.68433446929118],[-72.79606196521043,41.68433246929097],[-72.79557596504381,41.684185469278184],[-72.79544696499936,41.68414246927402],[-72.79524296492917,41.684076469267815],[-72.79494096482468,41.68396846925667],[-72.79403696451185,41.68364446922311],[-72.79373596440773,41.683537469212126],[-72.79368496439028,41.68352246921086],[-72.79353496433886,41.683477469206984],[-72.79348496432175,41.68346246920568],[-72.79352196431996,41.68322146915785],[-72.7935969643168,41.68274146906251],[-72.7936379643163,41.68250046901453],[-72.79367996431627,41.682261468966914],[-72.7937459643184,41.681924468899545],[-72.79377096431932,41.68179846887435],[-72.7938289643146,41.68138746879291],[-72.79381896429058,41.68102546872317],[-72.79381196428129,41.680903468699775],[-72.79379896426414,41.68067846865663],[-72.79377996425137,41.68056346863498],[-72.79375496423484,41.680417468607516],[-72.7936819641861,41.679982468525665],[-72.79365796416998,41.67983746849837],[-72.79364296415648,41.679687468469815],[-72.79360096411699,41.679237468384045],[-72.7935869641039,41.67908846835565],[-72.79356396408865,41.67895346833026],[-72.79355596408307,41.67890146832044],[-72.79355396407169,41.67871446828431],[-72.7935709640676,41.67854646825124],[-72.7935849640644,41.678411468224645],[-72.79370396407367,41.67789846812149],[-72.79382696408365,41.67737446801609],[-72.7939329640984,41.67703046794606],[-72.79405696410042,41.67636246781272],[-72.79407196410088,41.67628546779734],[-72.79418096411145,41.675851467709805],[-72.79456996420448,41.67526646758399],[-72.795800964518,41.67374846725036],[-72.79621796462865,41.67331146715231],[-72.79666396474316,41.67277746703452],[-72.79706896484534,41.672261466921555],[-72.79715796486795,41.672150466897186],[-72.79729496490214,41.67196946685771],[-72.79741196492759,41.67174946681134],[-72.7974699649288,41.67144146674984],[-72.79757896490518,41.670411466546874],[-72.79764896489054,41.66975946641838],[-72.79768596487746,41.66932146633235],[-72.79770896487042,41.66906846628262],[-72.79781996484591,41.66801146607436],[-72.79786596483589,41.66757546598844],[-72.79791796482503,41.66709146589303],[-72.79799996484046,41.66689546585245],[-72.798095964865,41.66677846582669],[-72.79831596492856,41.666638465792474],[-72.79855896499996,41.666504465758685],[-72.79881796507483,41.66634046571857],[-72.79920396518409,41.66605546565094],[-72.79921796518182,41.665936465627446],[-72.79944696523707,41.66560046555499],[-72.79923296516549,41.6655664655553],[-72.79978996532965,41.66526846547962],[-72.80036996550376,41.66501346541155],[-72.80098096569185,41.66482646535562],[-72.80196596600138,41.66463446528665],[-72.80258896620118,41.6645834652567],[-72.80276796625942,41.66458346525092],[-72.80330696643493,41.66458546523392],[-72.80348696649355,41.664586465228304],[-72.8037009665643,41.66460546522508],[-72.80434596677743,41.6646624652153],[-72.80456096684848,41.664681465212055],[-72.80476696691824,41.6647284652145],[-72.80538496712748,41.664870465222066],[-72.80559096719726,41.66491846522472],[-72.80582096727704,41.66500446523395],[-72.8065119675167,41.66526246526162],[-72.80674296759688,41.66534946527103],[-72.80666496763398,41.66643846548441],[-72.80656496770112,41.66817546582401],[-72.8065309677014,41.66837346586346],[-72.80639796767454,41.66865946592312],[-72.80586496754347,41.669397466083225],[-72.80579196752493,41.669488466103196],[-72.8055199674589,41.66988046618788],[-72.80539996743093,41.67007346622911],[-72.80523696739775,41.67041946630138],[-72.80521796739546,41.67048746631515],[-72.80516096738874,41.67069346635689],[-72.80514296738686,41.670762466370824],[-72.80510696738071,41.670859466390766],[-72.80499896736218,41.6711494664504],[-72.80496396735644,41.67124746647052],[-72.8049149673503,41.6714184665052],[-72.80484496734164,41.671664466555086],[-72.80482096734977,41.67194246660969],[-72.80480696735545,41.672120466644614],[-72.80480696735849,41.67217346665489],[-72.80480696736772,41.67233446668605],[-72.80480696737082,41.6723884666965],[-72.80479196737731,41.672586466735325],[-72.80477796738428,41.672787466774686],[-72.80468996737774,41.67317246685207],[-72.80464696737494,41.673367466891214],[-72.80460596736981,41.673510466920234],[-72.80448196735426,41.67394246700787],[-72.80444196734952,41.67408646703705],[-72.80439096734364,41.674273467074904],[-72.80423896732644,41.67483546718861],[-72.80418896732097,41.6750234672266],[-72.80413896731525,41.67520746726386],[-72.80399196729915,41.67576046737567],[-72.80394396729415,41.67594546741303],[-72.80392496729802,41.676120467447525],[-72.80392496729831,41.676125467448486],[-72.80392896731236,41.67634746749134],[-72.80398496734774,41.676646467547435],[-72.80401896736879,41.67682046758001],[-72.80406196739267,41.67699246761193],[-72.80419196746477,41.677511467708214],[-72.804235967489,41.67768446774029],[-72.80430596752002,41.67782746776572],[-72.80431596752523,41.67786146777197],[-72.8043569675461,41.677992467796],[-72.80438496756828,41.67822046783923],[-72.80439896758388,41.678412467875965],[-72.80439796758498,41.67843746788083],[-72.80439596758875,41.67851446789581],[-72.8043549675818,41.67862546791862],[-72.80421296754669,41.67881946796076],[-72.80415196753178,41.67890546797936],[-72.80388896747407,41.67939046808174],[-72.80385496746604,41.679443468093105],[-72.80372696743609,41.67964746813674],[-72.8036469674213,41.679843468177246],[-72.80340896737776,41.680434468299346],[-72.80333096736369,41.680631468339996],[-72.80306396731775,41.68134446848663],[-72.80274996726389,41.68218646865976],[-72.8024679672249,41.683105468846755],[-72.80233796720579,41.683509468929145],[-72.80210696717229,41.68423546907714]]]},"properties":{"name":4166,"geoid":"09003416600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.81430797137668,41.68829846946965],[-72.81389097126097,41.68864646955046],[-72.81264097091409,41.68968946979268],[-72.81222497079875,41.69003846987366],[-72.81212297077147,41.690141469896886],[-72.81200697073945,41.69024146991998],[-72.81120697058157,41.69202447029087],[-72.81110397056132,41.69225547033889],[-72.81009997021052,41.69183747029042],[-72.80583796901541,41.69517947107476],[-72.80485596874009,41.695950471255664],[-72.80407396852169,41.69657947140262],[-72.80380496844575,41.6967814714504],[-72.80299896821828,41.69738847159387],[-72.80273096814273,41.69759147164181],[-72.80237996804313,41.69784647170246],[-72.80132796774473,41.698612471884644],[-72.80097796764552,41.69886847194548],[-72.80041196748812,41.69933547205412],[-72.79871696701701,41.7007384723803],[-72.79815196686005,41.70120747248928],[-72.79773596675125,41.70167047259229],[-72.79749796668911,41.70193747265163],[-72.79640196639212,41.702977472888236],[-72.79595096627001,41.70340747298597],[-72.79567096616245,41.70312147293967],[-72.79483396584067,41.702263472800695],[-72.79455496573341,41.701977472754365],[-72.79438296566599,41.7017784727214],[-72.79386996546471,41.70118147262245],[-72.79374996541756,41.701041472599236],[-72.79367396539364,41.70105547260439],[-72.79356696535262,41.70094747258697],[-72.7932459652295,41.70062347253463],[-72.79313996518886,41.70051647251734],[-72.79296796512263,41.70033847248846],[-72.79245196492411,41.69980647240217],[-72.79228096485826,41.69962947237343],[-72.7921549648091,41.69948747235001],[-72.79198396474223,41.699292472317815],[-72.79184096468373,41.69908447228218],[-72.79181296467185,41.6990364722738],[-72.79171896463184,41.698872472245085],[-72.79164896459986,41.69871247221639],[-72.79144396450575,41.69823547213069],[-72.79144296450524,41.698232472130144],[-72.79137596447423,41.69807247210135],[-72.7912669644187,41.697723472037325],[-72.79125596441304,41.69768747203073],[-72.79121396438978,41.69752047199976],[-72.79115196435083,41.69719347193848],[-72.79115296431934,41.69663947183125],[-72.79115496429901,41.69627447176056],[-72.79116196429004,41.6960784717224],[-72.79118296426309,41.69549047160793],[-72.79118996425413,41.695294471569774],[-72.79119796424209,41.69503947152018],[-72.79121396422163,41.69459247143313],[-72.79118196419927,41.69438447139394],[-72.79114796418231,41.6942824713753],[-72.79106996414303,41.69404047133097],[-72.79102096412146,41.69394247131358],[-72.7908739640569,41.69365147126203],[-72.79082496403538,41.693554471244816],[-72.79074496399821,41.693360471209864],[-72.79050496388683,41.69278147110554],[-72.79042496384972,41.69258847107079],[-72.79017896372025,41.69172847091228],[-72.78955996339401,41.689555470511664],[-72.78944896333445,41.689147470436296],[-72.78921696320938,41.68828447027672],[-72.78918896319247,41.68814847025131],[-72.78910596314205,41.687740470175015],[-72.78907896312545,41.68760447014956],[-72.7890429631065,41.687478470126344],[-72.78893796305078,41.68710347005716],[-72.78890296303223,41.68697847003407],[-72.78875296294437,41.6862984699073],[-72.78857496284206,41.685525469763405],[-72.79070696348846,41.68469746953438],[-72.79183096381307,41.68397946935913],[-72.79199496386032,41.683872469333124],[-72.79228796394484,41.68368346928708],[-72.79250196400864,41.68358146926043],[-72.79254396402122,41.683562469255406],[-72.79268696406518,41.68351746924209],[-72.79284396411433,41.68348346923043],[-72.79296296415168,41.683459469221944],[-72.79320496422889,41.683432469208924],[-72.7933239642682,41.68344246920702],[-72.79336396428145,41.683446469206494],[-72.79348496432175,41.68346246920568],[-72.79353496433886,41.683477469206984],[-72.79368496439028,41.68352246921086],[-72.79373596440773,41.683537469212126],[-72.79403696451185,41.68364446922311],[-72.79494096482468,41.68396846925667],[-72.79524296492917,41.684076469267815],[-72.79544696499936,41.68414246927402],[-72.79557596504381,41.684185469278184],[-72.79606196521043,41.68433246929097],[-72.79606696521216,41.68433446929118],[-72.79627596528168,41.68436046928948],[-72.79681696545988,41.68439746927918],[-72.79843996599456,41.6845094692485],[-72.79898196617316,41.68454746923838],[-72.79919796624516,41.6845774692372],[-72.79920296624685,41.684578469237245],[-72.79947496633672,41.68460146923292],[-72.79985196645987,41.684609469222295],[-72.80007096653148,41.68461546921639],[-72.80024696658722,41.68458846920549],[-72.80039296663173,41.68453646919071],[-72.8004749666563,41.684499469180906],[-72.80061396669804,41.684438469164604],[-72.80092296678936,41.68427746912347],[-72.8012299668852,41.68420646909982],[-72.801428966949,41.684189469090114],[-72.80161996701122,41.684190469084136],[-72.80168496703271,41.684196469083204],[-72.80210696717229,41.68423546907714],[-72.80231396724105,41.684259469075116],[-72.80293496744736,41.68433246906919],[-72.80314296751648,41.684357469067315],[-72.80321196753998,41.68437546906856],[-72.80341896761044,41.68442946907235],[-72.80348896763432,41.68444846907375],[-72.80359896767143,41.684471469074666],[-72.8039319677838,41.68454046907726],[-72.80404296782129,41.68456446907833],[-72.80487096810036,41.684731469083935],[-72.80553596832455,41.68486646908861],[-72.80734496893704,41.685279469110164],[-72.80762496903189,41.685344469113694],[-72.80816396921551,41.68548746912396],[-72.8083609692848,41.685577469135026],[-72.80844196931336,41.685615469139755],[-72.80892096948604,41.685907469180826],[-72.80910696955307,41.686020469196684],[-72.80920096958785,41.68609346920779],[-72.80948396969265,41.68631446924142],[-72.80957896972782,41.6863884692527],[-72.80964896975377,41.68644346926107],[-72.80966796976075,41.68645746926315],[-72.80991096985046,41.68664246929112],[-72.80993796986046,41.686663469294295],[-72.81002796989371,41.68673246930476],[-72.81030896999746,41.68694646933711],[-72.81102997026373,41.687496469420275],[-72.81115597031008,41.687589469434215],[-72.81144097041496,41.68780046946584],[-72.81159297047121,41.68791846948378],[-72.81194397060102,41.6881894695249],[-72.81205897064265,41.6882624695353],[-72.81208697065279,41.688280469537894],[-72.8122349707046,41.68834346954529],[-72.81244397077141,41.688322469534484],[-72.8126419708348,41.68830446952462],[-72.8128369708966,41.68827546951268],[-72.81302397095529,41.68823746949931],[-72.81306697096859,41.6882254694956],[-72.813270971032,41.68817346947894],[-72.81347997109887,41.688153469468325],[-72.81350297110625,41.6881514694672],[-72.81372097117804,41.68816646946308],[-72.81394897125456,41.68820646946343],[-72.81410297130691,41.68824546946601],[-72.81430797137668,41.68829846946965]]]},"properties":{"name":4167,"geoid":"09003416700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.7879229624156,41.68179246906181],[-72.78794796243149,41.68192746908713],[-72.78800996247027,41.68225146914785],[-72.78802596248018,41.682333469163204],[-72.7880709625024,41.68246546918732],[-72.78805596249815,41.68247646918993],[-72.78778196242497,41.68275546925278],[-72.78727196228405,41.68319246935381],[-72.78691196218583,41.683522469429306],[-72.78654596208483,41.683838469502284],[-72.78624096199916,41.684075469557996],[-72.78604696194344,41.684204469589226],[-72.78549396178438,41.68456946967771],[-72.78505996166056,41.684873469750556],[-72.78429396145145,41.68557446991095],[-72.78415096141651,41.68577646995467],[-72.78412496141075,41.685823469964596],[-72.7839959613776,41.68597746999856],[-72.7837979613299,41.68626947006146],[-72.7835819612802,41.68662847013793],[-72.78343096124671,41.68690147019564],[-72.7833809612457,41.68716747024875],[-72.78333796125582,41.68758747033143],[-72.78333696125632,41.68760247033437],[-72.78295496114613,41.6878484703943],[-72.78287996114048,41.68817547046001],[-72.78286496114887,41.68840647050521],[-72.78286096115157,41.68847647051887],[-72.78289796118611,41.688868470593555],[-72.78295496122453,41.6892144706587],[-72.78297196124562,41.68948547071059],[-72.78296496125108,41.68962047073696],[-72.78293996125343,41.689803470773185],[-72.78285496123674,41.68999447081289],[-72.78268596119396,41.69020747085957],[-72.7824529611293,41.69040247090483],[-72.78221396105823,41.69051947093517],[-72.78198596098859,41.69059947095801],[-72.78171196090263,41.69065547097768],[-72.7814549608207,41.69068547099179],[-72.78068696057593,41.690776471034155],[-72.78043096049437,41.6908074710484],[-72.7801999604197,41.69081647105761],[-72.77950896019637,41.69084447108531],[-72.77927896012208,41.69085447109465],[-72.77911596006993,41.69087047110302],[-72.77862795991409,41.690922471128815],[-72.77846595986239,41.6909404711375],[-72.77839595984,41.69094747114112],[-72.77818795977356,41.69096947115207],[-72.77811895975155,41.690977471155854],[-72.77786695967085,41.69100047116844],[-72.77711195942915,41.69107147120652],[-72.77686095934882,41.691095471219256],[-72.77660795926808,41.69112347123283],[-72.775851959027,41.691210471274026],[-72.77559995894663,41.69123947128779],[-72.7751009587869,41.69128647131297],[-72.77399695843366,41.69139347136925],[-72.77360695830927,41.69143847139054],[-72.77310995815087,41.691497471417975],[-72.77272695802797,41.69152847143633],[-72.77158095766052,41.69162547149205],[-72.77119895753803,41.69165847151073],[-72.77118695753167,41.6916154715028],[-72.771151957513,41.69148847147935],[-72.77114095750701,41.69144647147157],[-72.77111095749052,41.69132947144989],[-72.77102095744125,41.690981471385435],[-72.77099195742518,41.69086547136392],[-72.7709379573952,41.69064947132385],[-72.77077595730529,41.690001471203644],[-72.77072295727571,41.68978647116373],[-72.77065995723984,41.68951847111389],[-72.77062095721749,41.68935047108262],[-72.77045795712966,41.68874447097059],[-72.77045195712645,41.68872247096652],[-72.77038095708816,41.68845747091751],[-72.77033695706035,41.68822247087344],[-72.77031395704577,41.68809847085017],[-72.77022995700443,41.687854470805654],[-72.77012195695895,41.6876744707743],[-72.77005295693073,41.68757447075715],[-72.76991795687556,41.687378470723566],[-72.76877895643197,41.68610847051442],[-72.76827995623754,41.685550470422484],[-72.76804795615061,41.68535147039144],[-72.76796795611753,41.685228470370205],[-72.76780595604959,41.68496347032413],[-72.76756595593844,41.68438747022036],[-72.76752895587991,41.68357647006454],[-72.76930995644872,41.68338646997037],[-72.7698199566117,41.68333346994367],[-72.77135295710168,41.68317646986388],[-72.77186495726535,41.683124469837324],[-72.77208395733521,41.68309946982543],[-72.77274295754546,41.68302546978985],[-72.7729629576157,41.68300146977812],[-72.77307595765181,41.68298946977215],[-72.77341795776128,41.682957469754946],[-72.77353195779776,41.68294646974914],[-72.77363395783046,41.6829374697441],[-72.77394195792925,41.68291246972935],[-72.77404495796233,41.68290446972447],[-72.77426095803115,41.68287846971248],[-72.77491095823835,41.682802469676815],[-72.77512795830756,41.68277746966499],[-72.77534495837686,41.682754469653545],[-72.77570495849197,41.68271846963497],[-72.77599595858503,41.682689469619966],[-72.7762139586548,41.682668469608885],[-72.77641695871972,41.682648469598476],[-72.77702695891494,41.68259046956758],[-72.77723095898025,41.682571469557324],[-72.77729995900212,41.682561469553164],[-72.77750695906802,41.682535469541456],[-72.77757695909034,41.68252746953766],[-72.77782895917083,41.68250046952431],[-72.77858695941312,41.68242346948495],[-72.77883995949402,41.68239846947197],[-72.77914095959007,41.68236446945568],[-72.78004695987917,41.68226346940693],[-72.78034895997557,41.682230469390795],[-72.7806139600601,41.682200469376454],[-72.78097396017503,41.68216146935728],[-72.7814119603149,41.68211446933409],[-72.78167796039982,41.68208546931989],[-72.78195296048776,41.68205846930579],[-72.78278096075269,41.68197846926361],[-72.78305696084102,41.681952469249694],[-72.78327796091243,41.6819434692408],[-72.78394396112776,41.681918469214494],[-72.7841669611999,41.68191046920576],[-72.78491796144294,41.6818864691769],[-72.78717096217218,41.6818154690905],[-72.7879229624156,41.68179246906181]]]},"properties":{"name":4168,"geoid":"09003416800"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.78376896005045,41.66412446577459],[-72.78362396000904,41.664225465798836],[-72.78364496002149,41.66432346581714],[-72.7838269601272,41.66513446596834],[-72.78388796016259,41.66540546601885],[-72.78403496020981,41.66539446601199],[-72.78447496035123,41.6653634659918],[-72.7846229603988,41.66535346598509],[-72.78465396041881,41.66552646601761],[-72.78474696047896,41.66604746611551],[-72.78477796049901,41.66622146614821],[-72.78480996051641,41.6663434661708],[-72.78490796056933,41.666710466238726],[-72.78494096058714,41.66683346626149],[-72.78495996059745,41.66690546627481],[-72.78500596062216,41.667075466306244],[-72.7850339606337,41.667117466313464],[-72.78507596065096,41.667180466324346],[-72.78515696068192,41.66726046633722],[-72.78520796070563,41.667384466359586],[-72.78522596071969,41.6675274663867],[-72.78537896083637,41.668694466607775],[-72.78542996087533,41.66908446668164],[-72.78543996088128,41.66913146669044],[-72.78547096089963,41.66927546671731],[-72.78548196090595,41.669323466726254],[-72.78548296090806,41.66935446673222],[-72.78548796091513,41.66944946675046],[-72.78548996091763,41.66948146675659],[-72.78513996079896,41.66939846675181],[-72.78491396072242,41.669346466749],[-72.78408996044314,41.66915246673801],[-72.78373996032458,41.669071466733605],[-72.78335096019381,41.66899846673201],[-72.78271095997874,41.66888046672978],[-72.78218895980261,41.66877146672548],[-72.78180295967242,41.66869146672246],[-72.78177695967186,41.66882946675002],[-72.7817719596709,41.6688414667525],[-72.78165195965067,41.669169466819866],[-72.78161395964443,41.66927646684182],[-72.78156395963653,41.669422466871694],[-72.78149895962501,41.66959046690634],[-72.78143995961463,41.66974446693808],[-72.78132795959876,41.67010346701119],[-72.78127495959144,41.6702764670464],[-72.78123695958874,41.67044546708035],[-72.78120495958677,41.670592467109856],[-72.78115395958486,41.67084846716108],[-72.7811499595898,41.670957467182305],[-72.78114495959814,41.67113146721617],[-72.78114795961632,41.67143146727416],[-72.78115995967184,41.67233146744805],[-72.78116395969039,41.6726324675062],[-72.78084795959165,41.67270446753032],[-72.77989995929552,41.672920467602715],[-72.77958495919718,41.672993467627],[-72.77957395918867,41.672907467610706],[-72.77954095916314,41.67264946756182],[-72.77952995915469,41.672564467545705],[-72.7795129591406,41.67241546751739],[-72.77946995910487,41.6720364674454],[-72.77943995909156,41.67197446743435],[-72.77939995907374,41.671890467419374],[-72.77934795905567,41.67187046741718],[-72.77928095903238,41.67184446741431],[-72.77883495888672,41.67183546742693],[-72.77858595880538,41.671830467433985],[-72.77754995847202,41.671897467480356],[-72.77728595838823,41.671934467496015],[-72.77677395822582,41.67200846752686],[-72.77655695815648,41.67203046753811],[-72.7761749580345,41.672071467558354],[-72.77604395799176,41.67206946756218],[-72.77590895794621,41.67204146756112],[-72.77588995793984,41.67203846756115],[-72.77573595788262,41.671914467542095],[-72.77596495794374,41.67168046748941],[-72.77665495812806,41.670978467331224],[-72.77667395813317,41.670959467326945],[-72.77668495813613,41.67094846732446],[-72.77690295819652,41.67076446728179],[-72.77657995809288,41.670790467297245],[-72.77561195778243,41.670870467343924],[-72.77528995767918,41.670897467359524],[-72.77521195765425,41.670905467363575],[-72.77497995758019,41.67093046737591],[-72.77490295755564,41.67093946738012],[-72.77468395748538,41.67095746739068],[-72.77402995727564,41.671011467422204],[-72.77381195720577,41.6710304674329],[-72.77368795716605,41.671041467439025],[-72.77357895713143,41.671056467445446],[-72.77346795709626,41.67107346745231],[-72.77321795701697,41.67110946746734],[-72.7728829569104,41.67115246748646],[-72.77265095683661,41.67118246749974],[-72.77188195659356,41.671308467548904],[-72.77192095659542,41.671119467511055],[-72.77197395659417,41.67079646744681],[-72.77212095659112,41.66990846727011],[-72.77223495659102,41.66925946714072],[-72.77223895659107,41.66923746713636],[-72.77230295658364,41.66874446703881],[-72.77230395658346,41.66873546703703],[-72.7722979565771,41.66865846702232],[-72.77228995656746,41.668535466998755],[-72.77226495655181,41.668404466974195],[-72.77224995654211,41.668320466958406],[-72.77216595650468,41.668144466927025],[-72.77191595639306,41.667616466832825],[-72.77183295635604,41.66744146680159],[-72.77174895631804,41.667255466768275],[-72.77149895620471,41.66669746666826],[-72.77141595616708,41.6665124666351],[-72.77132295612496,41.666305466598025],[-72.77104395599858,41.66568446648673],[-72.77095095595652,41.66547846644982],[-72.77084295590802,41.66524546640818],[-72.77052195576358,41.66454746628331],[-72.77041495571545,41.66431546624183],[-72.77021795562776,41.66390346616837],[-72.77006895556144,41.66359246611293],[-72.76976995542351,41.662883465985225],[-72.76962195536592,41.66271846595805],[-72.76959895535711,41.66269546595432],[-72.76927495523333,41.662375465902784],[-72.76973895538109,41.662318465876794],[-72.7711339558255,41.66215146579952],[-72.77159995597401,41.66209646577386],[-72.77172195601274,41.66207946576664],[-72.77209095613007,41.66203146574545],[-72.7722139561692,41.66201546573838],[-72.7724469562432,41.66198346572469],[-72.77314695646572,41.66189146568432],[-72.77338095654011,41.66186046567077],[-72.77351895658408,41.66184446566324],[-72.77393295671632,41.66180046564137],[-72.77407195676068,41.661785465634004],[-72.77415095678576,41.66177446562932],[-72.77438995686184,41.66174446561581],[-72.77446995688729,41.661734465611296],[-72.77481695699753,41.66168746559102],[-72.7752339571318,41.66166246557274],[-72.77562295725542,41.661610465550126],[-72.77653495754184,41.6614294654857],[-72.77655795754899,41.6614234654838],[-72.7766269575704,41.6614054654781],[-72.77665095757793,41.66140046547635],[-72.77680395762545,41.66136046546368],[-72.776855957638,41.661284465447274],[-72.77698195767448,41.66120546542792],[-72.77720295774022,41.66109746539987],[-72.7779799579716,41.660722465302186],[-72.77851995813282,41.66046946523579],[-72.77896095826459,41.66026446518189],[-72.77910895832318,41.66044646521237],[-72.77955495849977,41.66099546530434],[-72.77958095851007,41.661027465309694],[-72.77966295854691,41.66120446534134],[-72.77977895858442,41.66120046533683],[-72.78012995869814,41.66119146532377],[-72.78024695873609,41.661189465319616],[-72.78053595882842,41.6611594653045],[-72.78055595883464,41.661154465302864],[-72.78097695896648,41.66106446527188],[-72.78136095908216,41.660902465228126],[-72.78143895910516,41.66086046521748],[-72.7817149591866,41.660714465180305],[-72.78179795921154,41.66067846517065],[-72.78204995928755,41.66057346514219],[-72.78213395931293,41.660539465132906],[-72.78236195937555,41.66033746508644],[-72.78239895938457,41.660284465074966],[-72.78248995940694,41.66015846504763],[-72.78252095941463,41.660116465038506],[-72.78265995944633,41.65988046498831],[-72.78329595959184,41.65880746475996],[-72.7835639596532,41.65835646466398],[-72.78353995965306,41.65849046469071],[-72.78351495965306,41.658632464719005],[-72.78347095965363,41.658892464770794],[-72.78344795965388,41.659027464797695],[-72.7834209596568,41.65923146483808],[-72.78334095966584,41.659843464959195],[-72.78331495966911,41.660048464999754],[-72.78329695966903,41.66014946501989],[-72.78324595966998,41.66045546508081],[-72.7832289596703,41.660557465101114],[-72.78314895966294,41.660883465166826],[-72.78295295964563,41.661694465330235],[-72.78291295964225,41.66186246536407],[-72.78283395963527,41.66218946542995],[-72.78298795968533,41.662188465424784],[-72.78345195983616,41.662185465409266],[-72.7836069598866,41.66218546540427],[-72.78363895991919,41.6625724654782],[-72.78373596001748,41.66373646570051],[-72.78376896005045,41.66412446577459]]]},"properties":{"name":4171,"geoid":"09003417100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.75824195342254,41.6934444722739],[-72.75824695341873,41.69334947225536],[-72.75826395340803,41.69306647220004],[-72.75826995340461,41.69297247218164],[-72.75824095338896,41.69286447216169],[-72.75815395334223,41.692543472102344],[-72.75812495332666,41.69243647208257],[-72.75804795327613,41.69199247199912],[-72.75781695312456,41.690660471748735],[-72.75779695311137,41.690543471726734],[-72.75774095307438,41.69021647166522],[-72.75773295306105,41.69002947162929],[-72.75772995305451,41.68993247161061],[-72.7576379529986,41.68947947152588],[-72.75760095297612,41.68929747149184],[-72.75757895296316,41.68919647147301],[-72.75757795296245,41.68918947147168],[-72.75756595294645,41.68897847143123],[-72.7575589529374,41.68886047140861],[-72.75755295292919,41.68875147138769],[-72.75831295313013,41.687940471206225],[-72.75983695353065,41.68627347083444],[-72.76030595365404,41.68576247072039],[-72.76064695374664,41.68544147064728],[-72.76089595381652,41.68524647060151],[-72.76094895384243,41.685397470629034],[-72.76165895403508,41.684726470476264],[-72.76201695413087,41.684364470394655],[-72.76219495417774,41.68417147035156],[-72.76227895420239,41.68412447033974],[-72.76291395440451,41.68404447030382],[-72.76752895587991,41.68357647006454],[-72.76756595593844,41.68438747022036],[-72.76780595604959,41.68496347032413],[-72.76796795611753,41.685228470370205],[-72.76804795615061,41.68535147039144],[-72.76827995623754,41.685550470422484],[-72.76877895643197,41.68610847051442],[-72.76991795687556,41.687378470723566],[-72.77005295693073,41.68757447075715],[-72.77012195695895,41.6876744707743],[-72.77022995700443,41.687854470805654],[-72.77031395704577,41.68809847085017],[-72.77033695706035,41.68822247087344],[-72.77038095708816,41.68845747091751],[-72.77000295696855,41.688517470941306],[-72.76980295690436,41.68853347095084],[-72.76936495676391,41.68857047097212],[-72.7685219564911,41.6885984710047],[-72.76819195638167,41.68856347100857],[-72.76805895633764,41.688550471010345],[-72.76768995621556,41.68851647101564],[-72.76747795614673,41.68851947102306],[-72.76721795606417,41.68855547103841],[-72.76716295604734,41.688574471043864],[-72.76689895596687,41.68866947107075],[-72.7667069559097,41.68876247109493],[-72.76648595584597,41.68890547112974],[-72.76633995580657,41.68904747116193],[-72.76611195574525,41.68927247121283],[-72.76606195573443,41.68936747123283],[-72.76526695549502,41.68970547132387],[-72.76493095539941,41.68994547138115],[-72.76442595526949,41.69054647151375],[-72.76404095517174,41.691027471619265],[-72.76365695506324,41.69131547168738],[-72.76331995496042,41.691435471721455],[-72.76278095478364,41.69141247173438],[-72.76280295478851,41.691372471725934],[-72.76280295478415,41.69129647171121],[-72.76278195477623,41.69127747170822],[-72.76275695476664,41.69125247170418],[-72.76268495474224,41.69123547170321],[-72.76252995469086,41.691219471705104],[-72.76238895464365,41.6911964717052],[-72.76228195460962,41.69121047171136],[-72.76200795452255,41.691247471727344],[-72.7619619545078,41.6912514717296],[-72.76185595447392,41.69126247173516],[-72.76144895434373,41.69130247175599],[-72.76089495416663,41.691359471784885],[-72.76022995395309,41.69141047181616],[-72.75982295382244,41.69144247183548],[-72.75980195382694,41.691640471874486],[-72.75979795382621,41.691650471876535],[-72.75973795381914,41.69186747192047],[-72.75963395380127,41.69214647197784],[-72.75958595379127,41.69224447199836],[-72.75949595377287,41.69243447203802],[-72.75933395372958,41.692599472075166],[-72.75921595369812,41.69272047210241],[-72.758952953627,41.692973472159835],[-72.75882695359167,41.69307247218306],[-72.75870495355755,41.693170472205956],[-72.75864095353892,41.693208472215375],[-72.75856095351557,41.69325547222705],[-72.75850095349809,41.69329147223596],[-72.75832095344552,41.69339647226208],[-72.75824195342254,41.6934444722739]]]},"properties":{"name":4172,"geoid":"09003417200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.99137302849695,41.67989746210271],[-72.99073102829595,41.680031462149536],[-72.99030402816132,41.68010446217757],[-72.98932002784923,41.6802414622361],[-72.98890802771722,41.680275462256084],[-72.98857202760998,41.680310462273795],[-72.9881070274612,41.68035246229705],[-72.9877900273589,41.68036646231008],[-72.98775302734694,41.680367462311466],[-72.98736202721908,41.6803554623219],[-72.98661102696997,41.680271462330076],[-72.98638602689536,41.680246462332576],[-72.98581402670754,41.680215462345195],[-72.98526302653089,41.68025946237164],[-72.98494202642881,41.680299462389826],[-72.98397902612281,41.68042346244515],[-72.98365902602116,41.68046546246369],[-72.98341202594321,41.68050646247967],[-72.98267402571037,41.68063046252767],[-72.98242802563283,41.68067246254379],[-72.9821720255517,41.680709462559285],[-72.98140402530854,41.680823462606334],[-72.9811490252278,41.680861462621976],[-72.9809000251492,41.68090246263801],[-72.98015302491342,41.681026462686305],[-72.9799050248352,41.681068462702505],[-72.97952902471664,41.68113246272713],[-72.97938902467243,41.681155462736115],[-72.97840202436127,41.681325462801134],[-72.97802702424308,41.6813904628259],[-72.97790002420298,41.68141146283409],[-72.97752002408328,41.681478462859424],[-72.97739402404363,41.681501462867985],[-72.9772630240022,41.6815214628761],[-72.97711102395415,41.681545462885694],[-72.97692002389341,41.681569462896555],[-72.97687202387786,41.68157046289832],[-72.97674102383554,41.68157546290354],[-72.97646402374556,41.68157746291293],[-72.97563402347615,41.68158646294167],[-72.97535802338656,41.681589462951244],[-72.97504702328553,41.68159146296175],[-72.97411602298325,41.68160046299377],[-72.97380602288267,41.68160446300463],[-72.97348702277995,41.68162246301849],[-72.97315102267183,41.681642463033285],[-72.97266702251551,41.681661463052706],[-72.97253202247121,41.68165446305576],[-72.972385022423,41.68164746305918],[-72.97221802236666,41.681612463057846],[-72.97209802232523,41.68157146305382],[-72.97173702220083,41.68145046304214],[-72.97161802215982,41.68141046303828],[-72.97119902201602,41.68128046302677],[-72.97094302192912,41.681217463022904],[-72.97022102168422,41.681043463012735],[-72.96900102127275,41.68078946300327],[-72.968886021234,41.680766463002556],[-72.96819802100232,41.68062946299843],[-72.96782202087539,41.68054946299518],[-72.96756702079048,41.680515462996894],[-72.96726202069082,41.68050746300528],[-72.96672002051622,41.68053646302852],[-72.96647202043714,41.6805634630418],[-72.9661410203316,41.68060046305972],[-72.96553602013756,41.68064746308849],[-72.96362301952486,41.68081146318242],[-72.96307401934936,41.68086446321052],[-72.96260101919523,41.680859463224934],[-72.96203501901006,41.68084046323967],[-72.96165501888493,41.68081446324699],[-72.96127601875861,41.68076146324906],[-72.96102201867397,41.68072646325055],[-72.96063101854496,41.68069446325707],[-72.96032101844372,41.680687463265784],[-72.95954801819762,41.68077946330872],[-72.9590940180532,41.68083546333432],[-72.95773501762106,41.68100646341157],[-72.95728201747701,41.68106346343732],[-72.95726601747188,41.68106446343804],[-72.95722201745774,41.681067463440044],[-72.95720701745297,41.68106946344093],[-72.95713801743084,41.68107446344412],[-72.95699701738619,41.68109546345278],[-72.95683001733342,41.68112246346344],[-72.95636601718552,41.68117446348858],[-72.95615601711859,41.68119846350005],[-72.9555640169304,41.68127346353379],[-72.95379001636661,41.681502463635766],[-72.95319901617886,41.68157946366987],[-72.95293101609329,41.681607463684],[-72.95212701583687,41.681695463727145],[-72.95186001575176,41.68172546374163],[-72.95143601561766,41.68179146376817],[-72.95116001553043,41.68183546378565],[-72.95081701541869,41.681832463796226],[-72.95054201532747,41.681801463799154],[-72.95015801519908,41.68174146380004],[-72.94976801506883,41.68168246380128],[-72.9497340150574,41.681676463801224],[-72.94963301502352,41.68165846380104],[-72.94933001492184,41.68160446380044],[-72.949229014888,41.681587463800426],[-72.9492790148912,41.68136146375508],[-72.94947101491127,41.68062846360703],[-72.94953301492085,41.68044546356961],[-72.94955901492499,41.680370463554254],[-72.94967201495041,41.68017446351267],[-72.9498730150063,41.68001046347441],[-72.95013701508027,41.679804463425974],[-72.95042801516323,41.67960246337743],[-72.9505670152009,41.67947246334776],[-72.95062301521185,41.67934646332158],[-72.95066601521589,41.67917446328689],[-72.95078401523816,41.67889546322907],[-72.95092301526023,41.67849546314718],[-72.95092901525773,41.67841846313208],[-72.95094901524966,41.67816646308267],[-72.95095201524886,41.67813546307658],[-72.95094501522615,41.677782463008505],[-72.9508310151685,41.67742646294333],[-72.95075501512993,41.67718646289936],[-72.9506750150859,41.67687546284179],[-72.95043501495404,41.67594446266945],[-72.95035601491043,41.67563446261204],[-72.9503180148883,41.67546546258058],[-72.9501770148026,41.674776462451824],[-72.95015001478775,41.674671462432386],[-72.94996801467134,41.67368146224675],[-72.94992401464206,41.67342246219806],[-72.9498930146236,41.67327746217101],[-72.94980201456885,41.672842462089775],[-72.94977201455072,41.67269746206271],[-72.94975201453815,41.672592462043035],[-72.94969801450324,41.672292461986736],[-72.94969201450056,41.67227946198442],[-72.94966701448911,41.6722224619742],[-72.94964901448095,41.67218246196704],[-72.94962601447045,41.672130461957735],[-72.94962301446914,41.67212446195666],[-72.94955101443966,41.672019461938675],[-72.94947601440953,41.671920461921964],[-72.9494360143893,41.67179546189907],[-72.95018601462677,41.671683461853036],[-72.95032201467343,41.671725461856745],[-72.95071001480788,41.67186846187181],[-72.95091401487764,41.67192746187661],[-72.95132801501563,41.671985461874364],[-72.95317401562816,41.67219546185503],[-72.95344301571738,41.6722254618521],[-72.95519601629712,41.67239146182725],[-72.95551601640268,41.67241746182187],[-72.95647601671949,41.67249646180596],[-72.95679701682543,41.67252346180077],[-72.95723001696535,41.6725074617836],[-72.95852901738499,41.67245846173189],[-72.95896301752526,41.67244346171489],[-72.9594290176758,41.67242546169626],[-72.96054601803357,41.672330461641565],[-72.9613270182826,41.67224446159955],[-72.96404101913714,41.67175846141728],[-72.96538001955932,41.67152846132924],[-72.96610601978709,41.671384461277775],[-72.96662401995098,41.671305461245645],[-72.966983020063,41.671223461218105],[-72.96742902020017,41.671087461177294],[-72.96754902023653,41.6710414611645],[-72.96781202031617,41.67093946113618],[-72.96805202038746,41.67082246110576],[-72.96883302062821,41.67059346103604],[-72.96933302078624,41.67051446100451],[-72.96992202097385,41.6704464609722],[-72.97040502112995,41.670429460953194],[-72.9712080213927,41.6704574609325],[-72.97198202164695,41.670501460915844],[-72.97252802182597,41.67052646090293],[-72.97272002189004,41.6705544609021],[-72.97315102203383,41.67061746090029],[-72.97377702224361,41.670724460900615],[-72.974517022493,41.670875460905776],[-72.9753580227762,41.67104346091092],[-72.97542202279779,41.671056460911345],[-72.97615702304479,41.67119446091415],[-72.9766100231979,41.67129446091875],[-72.97703702334074,41.67136346091824],[-72.97721802340007,41.671371460913896],[-72.97748602348798,41.67138446090769],[-72.9779000236208,41.67135346088821],[-72.97796502364173,41.67134946088534],[-72.97818202371084,41.67132446087343],[-72.97874202388554,41.67119646083045],[-72.97909602399245,41.67105446079146],[-72.98016002431382,41.670628460674415],[-72.9805150244211,41.670487460635584],[-72.98077102449838,41.670384460607316],[-72.98104502458261,41.670300460582155],[-72.98116002461805,41.67026646057184],[-72.98143502470315,41.67019146054838],[-72.98179502481587,41.67011646052215],[-72.98210502491378,41.67006646050238],[-72.9823600249951,41.67003846048867],[-72.98251902504633,41.67003046048195],[-72.98270402510661,41.67003246047632],[-72.98307302522684,41.6700364604651],[-72.9832660252904,41.670050460461525],[-72.9835060253695,41.6700684604572],[-72.98364502541625,41.6700954604579],[-72.98394402551685,41.670153460459396],[-72.98448202569932,41.67028346046704],[-72.98476402579468,41.67034646047006],[-72.98502002588123,41.67040346047274],[-72.98514102592087,41.67040846046978],[-72.98517802593295,41.67040946046877],[-72.9855930260682,41.670414460456236],[-72.98567002609283,41.670407460452374],[-72.98588402616144,41.67039046044212],[-72.98623502627215,41.67033146041927],[-72.98656302637309,41.67023246038945],[-72.98703602651578,41.670040460336914],[-72.98718302655901,41.66996146031685],[-72.9874280266312,41.66983246028391],[-72.98764702669514,41.66970646025239],[-72.98770002671057,41.66967546024467],[-72.98799202679841,41.66955246021137],[-72.9880730268229,41.66952046020255],[-72.98831002689576,41.669447460180706],[-72.98857002697845,41.66941546016605],[-72.98880402705575,41.6694364601625],[-72.98895302710524,41.669454460161134],[-72.98910502715685,41.66949246016354],[-72.98922802719872,41.66952446016573],[-72.98947402728241,41.66958846017011],[-72.98962102738105,41.670466460335206],[-72.99075102808668,41.676306461428304],[-72.99077502809861,41.67637746144125],[-72.9908290281256,41.67654046147102],[-72.99085102813663,41.676607461483265],[-72.99124302840922,41.67911246195509],[-72.99135102848447,41.67980546208563],[-72.99137302849695,41.67989746210271]]]},"properties":{"name":4057,"geoid":"09003405700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.99354102979508,41.690131464011486],[-72.99355002980231,41.6902054640255],[-72.9935510298027,41.69020646402567],[-72.99397403004068,41.69193846434683],[-72.9943550302547,41.69349246463492],[-72.99529903078579,41.6973564653513],[-72.99574103103436,41.69916346568628],[-72.9957470310377,41.69918746569071],[-72.99576503104791,41.69926246570463],[-72.99577203105167,41.69928846570944],[-72.99585103109577,41.69960546576814],[-72.99610103125123,41.70088346600706],[-72.99617403129683,41.701260466077585],[-72.99677703167202,41.70434646665453],[-72.9973320320174,41.70718746718562],[-72.99745403209317,41.70780946730187],[-72.99755103215358,41.70830646739476],[-72.99775403226896,41.70915646755245],[-72.99791303235949,41.70982546767658],[-72.99830803258428,41.71148446798435],[-72.99832803259572,41.71156946800013],[-72.99839103263164,41.71183546804949],[-72.99843403265595,41.71201346808249],[-72.99855103272265,41.712506468173956],[-72.99832203264937,41.71252746818549],[-72.99795403253164,41.71256146820405],[-72.99752403239403,41.71260046822561],[-72.99444303140847,41.71288746838148],[-72.9934170310803,41.71298346843348],[-72.99257403081154,41.71307746847911],[-72.99173103054274,41.71317146852475],[-72.99092403028553,41.71326246856862],[-72.9901160300279,41.71335246861234],[-72.98811602939024,41.71357546872061],[-72.97893502646293,41.71459846921739],[-72.97744302598944,41.71480346930559],[-72.97296802456943,41.71542046957055],[-72.97147702409629,41.715626469658915],[-72.97108602397113,41.71566146967841],[-72.96997002361397,41.71576346973445],[-72.96991602359552,41.7157484697333],[-72.96953902346684,41.71564446972548],[-72.96136502085645,41.71648847015463],[-72.95952702026953,41.71667947025137],[-72.95927102018689,41.71669047026181],[-72.95909502013056,41.716706470270644],[-72.95703501947011,41.716875470370326],[-72.95032701731951,41.717425470694835],[-72.94809101660265,41.71760947080312],[-72.94808101659387,41.71751447078509],[-72.94806901657375,41.71723447073136],[-72.94799601653835,41.71703347069488],[-72.94784001646497,41.71664247062438],[-72.94779501644366,41.71652747060361],[-72.94746101630325,41.71597947050855],[-72.94697201609632,41.715154470364986],[-72.94683101603755,41.71493147032647],[-72.94621501578848,41.71409147018411],[-72.94606601572825,41.71388847014972],[-72.94595601567997,41.713672470111554],[-72.94584801562999,41.71341647006558],[-72.94576101558894,41.71319647002588],[-72.94550201546922,41.71258446991601],[-72.94529001537109,41.71208046982546],[-72.94518201531646,41.71174446976401],[-72.94511301527945,41.71149246971754],[-72.9451530152789,41.711258469671016],[-72.94521801528614,41.71101846962249],[-72.94538901532452,41.71072046955933],[-72.94572001539892,41.7101454694374],[-72.94576301540863,41.710071469421706],[-72.94593301544703,41.70977946935973],[-72.94654201558484,41.70873746913848],[-72.946576015593,41.70868746912771],[-72.94681801565164,41.70834046905275],[-72.94684701565882,41.70830146904425],[-72.94693601568117,41.708187469019336],[-72.94696601568873,41.708149469011005],[-72.94739601579631,41.70759146888914],[-72.9475000158224,41.70745746885986],[-72.94782801589511,41.706870468735715],[-72.94782201588274,41.70669046870111],[-72.94780501587363,41.70662846868967],[-72.94764701576885,41.70570646851654],[-72.9475930157324,41.705380468455274],[-72.9473870156122,41.704461468284286],[-72.9472240155305,41.70396646819387],[-72.94720601552244,41.70392846818711],[-72.94720401552173,41.703927468186976],[-72.94703201543336,41.703367468084295],[-72.94689101536399,41.70296146801037],[-72.94669701527322,41.70248346792425],[-72.94651501519328,41.702125467860945],[-72.94631401511285,41.70186546781721],[-72.94589401494576,41.70133946772914],[-72.94569501486662,41.70109046768748],[-72.94541401475558,41.700751467631044],[-72.94521701467565,41.70047746758446],[-72.94519101466503,41.70044046757815],[-72.94509101462167,41.70025346754524],[-72.94498901457334,41.699991467497895],[-72.9449350145431,41.6997724674573],[-72.94488301451229,41.69953246741258],[-72.94481201447023,41.69920446735148],[-72.9447650144416,41.69897446730852],[-72.94474801442693,41.698816467278526],[-72.94472601440793,41.69861146723958],[-72.94477101436631,41.69763946705015],[-72.9447900143498,41.69724746697373],[-72.94479301433552,41.696983466922575],[-72.94480501429365,41.69619246676921],[-72.94480901427974,41.69592946671821],[-72.94482201426158,41.69554246664295],[-72.94482401425924,41.695490466632826],[-72.94476501421336,41.69502946654559],[-72.94464801413875,41.694397466427176],[-72.94457801409398,41.694017466355945],[-72.94449501404853,41.693698466296944],[-72.94424701391267,41.692744466120494],[-72.9441650138676,41.692426466061654],[-72.94415001386012,41.69238146605343],[-72.94410501383773,41.69224746602898],[-72.94409001383029,41.69220346602097],[-72.94405301381104,41.692078465997994],[-72.94394201375336,41.691705465929445],[-72.94390601373448,41.691581465906644],[-72.94384801370495,41.69139746587293],[-72.94367401361647,41.69084646577201],[-72.94361701358736,41.690663465738474],[-72.943541013549,41.69042746569529],[-72.9433140134342,41.68971946556571],[-72.94323901339621,41.6894844655227],[-72.94314701335017,41.689205465471716],[-72.94287201321224,41.688367465318564],[-72.94278101316658,41.688089465267744],[-72.94268001311822,41.68782146521919],[-72.94266801311235,41.687787465213],[-72.9425380130486,41.687416465145446],[-72.94249301302558,41.68727146511887],[-72.94243601299144,41.68700146506849],[-72.94240901297523,41.68687346504461],[-72.94240901296635,41.68671946501482],[-72.94253801294008,41.685539464782366],[-72.94259201292897,41.685043464684654],[-72.94262801292518,41.68477546463164],[-72.94264501291731,41.684543464586206],[-72.94267901290328,41.684109464501134],[-72.94262501287096,41.68385446445355],[-72.94257701284224,41.68362746441121],[-72.94255001282595,41.683497464386946],[-72.94246901277705,41.68310746431411],[-72.94244201276075,41.68297746428985],[-72.94227701266603,41.68226746415786],[-72.94319301292647,41.681618464002526],[-72.94349001301202,41.68142746395592],[-72.94366301306444,41.681360463937345],[-72.94373201308531,41.68133346392989],[-72.94390501313829,41.68127646391323],[-72.94396401315639,41.68125746390765],[-72.9442740132542,41.681205463887515],[-72.94461301336437,41.68120346387611],[-72.94466601338196,41.68120946387554],[-72.94492101346685,41.68124346387384],[-72.94525401357582,41.681254463865166],[-72.9462560139037,41.68128846383918],[-72.94659001401304,41.68130046383066],[-72.94671301405315,41.68130246382705],[-72.94708301417403,41.68131146381676],[-72.94720701421454,41.68131446381333],[-72.94749701431013,41.68133646380814],[-72.94761301434879,41.681352463807464],[-72.9488250147532,41.68152846380214],[-72.949229014888,41.681587463800426],[-72.94933001492184,41.68160446380044],[-72.94963301502352,41.68165846380104],[-72.9497340150574,41.681676463801224],[-72.94976801506883,41.68168246380128],[-72.95015801519908,41.68174146380004],[-72.95054201532747,41.681801463799154],[-72.95081701541869,41.681832463796226],[-72.95116001553043,41.68183546378565],[-72.95143601561766,41.68179146376817],[-72.95186001575176,41.68172546374163],[-72.95212701583687,41.681695463727145],[-72.95293101609329,41.681607463684],[-72.95319901617886,41.68157946366987],[-72.95379001636661,41.681502463635766],[-72.9555640169304,41.68127346353379],[-72.95615601711859,41.68119846350005],[-72.95636601718552,41.68117446348858],[-72.95683001733342,41.68112246346344],[-72.95699701738619,41.68109546345278],[-72.95713801743084,41.68107446344412],[-72.95720701745297,41.68106946344093],[-72.95722201745774,41.681067463440044],[-72.95726601747188,41.68106446343804],[-72.95728201747701,41.68106346343732],[-72.95773501762106,41.68100646341157],[-72.9590940180532,41.68083546333432],[-72.95954801819762,41.68077946330872],[-72.96032101844372,41.680687463265784],[-72.96063101854496,41.68069446325707],[-72.96102201867397,41.68072646325055],[-72.96127601875861,41.68076146324906],[-72.96165501888493,41.68081446324699],[-72.96203501901006,41.68084046323967],[-72.96260101919523,41.680859463224934],[-72.96307401934936,41.68086446321052],[-72.96362301952486,41.68081146318242],[-72.96553602013756,41.68064746308849],[-72.9661410203316,41.68060046305972],[-72.96647202043714,41.6805634630418],[-72.96672002051622,41.68053646302852],[-72.96726202069082,41.68050746300528],[-72.96756702079048,41.680515462996894],[-72.96782202087539,41.68054946299518],[-72.96819802100232,41.68062946299843],[-72.968886021234,41.680766463002556],[-72.96900102127275,41.68078946300327],[-72.97022102168422,41.681043463012735],[-72.97094302192912,41.681217463022904],[-72.97119902201602,41.68128046302677],[-72.97161802215982,41.68141046303828],[-72.97173702220083,41.68145046304214],[-72.97209802232523,41.68157146305382],[-72.97221802236666,41.681612463057846],[-72.972385022423,41.68164746305918],[-72.97253202247121,41.68165446305576],[-72.97266702251551,41.681661463052706],[-72.97315102267183,41.681642463033285],[-72.97348702277995,41.68162246301849],[-72.97380602288267,41.68160446300463],[-72.97411602298325,41.68160046299377],[-72.97504702328553,41.68159146296175],[-72.97535802338656,41.681589462951244],[-72.97563402347615,41.68158646294167],[-72.97646402374556,41.68157746291293],[-72.97674102383554,41.68157546290354],[-72.97687202387786,41.68157046289832],[-72.97692002389341,41.681569462896555],[-72.97711102395415,41.681545462885694],[-72.9772630240022,41.6815214628761],[-72.97739402404363,41.681501462867985],[-72.97752002408328,41.681478462859424],[-72.97790002420298,41.68141146283409],[-72.97802702424308,41.6813904628259],[-72.97840202436127,41.681325462801134],[-72.97938902467243,41.681155462736115],[-72.97952902471664,41.68113246272713],[-72.9799050248352,41.681068462702505],[-72.98015302491342,41.681026462686305],[-72.9809000251492,41.68090246263801],[-72.9811490252278,41.680861462621976],[-72.98140402530854,41.680823462606334],[-72.9821720255517,41.680709462559285],[-72.98242802563283,41.68067246254379],[-72.98267402571037,41.68063046252767],[-72.98341202594321,41.68050646247967],[-72.98365902602116,41.68046546246369],[-72.98397902612281,41.68042346244515],[-72.98494202642881,41.680299462389826],[-72.98526302653089,41.68025946237164],[-72.98581402670754,41.680215462345195],[-72.98638602689536,41.680246462332576],[-72.98661102696997,41.680271462330076],[-72.98736202721908,41.6803554623219],[-72.98775302734694,41.680367462311466],[-72.9877900273589,41.68036646231008],[-72.9881070274612,41.68035246229705],[-72.98857202760998,41.680310462273795],[-72.98890802771722,41.680275462256084],[-72.98932002784923,41.6802414622361],[-72.99030402816132,41.68010446217757],[-72.99073102829595,41.680031462149536],[-72.99137302849695,41.67989746210271],[-72.99150602857256,41.68045546220632],[-72.99151002857475,41.68047146220928],[-72.99188102878487,41.68201546249588],[-72.9919510288245,41.68230646254987],[-72.9919800288475,41.68254046259419],[-72.99200002886349,41.68270446262526],[-72.9920510289033,41.683105462701164],[-72.99207402891606,41.683196462718016],[-72.99211502893874,41.683357462747814],[-72.99237102908003,41.68435946293328],[-72.99313902950415,41.68736746349005],[-72.99325102956601,41.687806463571306],[-72.99332302962291,41.68838446368074],[-72.99336602965715,41.68873346374683],[-72.99349702976049,41.689781463945245],[-72.99350402976583,41.68983446395525],[-72.99354102979508,41.690131464011486]]]},"properties":{"name":4058,"geoid":"09003405800"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.94227701266603,41.68226746415786],[-72.94244201276075,41.68297746428985],[-72.94246901277705,41.68310746431411],[-72.94255001282595,41.683497464386946],[-72.94257701284224,41.68362746441121],[-72.94262501287096,41.68385446445355],[-72.94267901290328,41.684109464501134],[-72.94264501291731,41.684543464586206],[-72.94262801292518,41.68477546463164],[-72.94259201292897,41.685043464684654],[-72.94253801294008,41.685539464782366],[-72.94240901296635,41.68671946501482],[-72.94240901297523,41.68687346504461],[-72.94243601299144,41.68700146506849],[-72.94249301302558,41.68727146511887],[-72.9425380130486,41.687416465145446],[-72.94266801311235,41.687787465213],[-72.94268001311822,41.68782146521919],[-72.94278101316658,41.688089465267744],[-72.94287201321224,41.688367465318564],[-72.94314701335017,41.689205465471716],[-72.94323901339621,41.6894844655227],[-72.9433140134342,41.68971946556571],[-72.943541013549,41.69042746569529],[-72.94361701358736,41.690663465738474],[-72.94367401361647,41.69084646577201],[-72.94384801370495,41.69139746587293],[-72.94390601373448,41.691581465906644],[-72.94394201375336,41.691705465929445],[-72.94405301381104,41.692078465997994],[-72.94409001383029,41.69220346602097],[-72.94410501383773,41.69224746602898],[-72.94415001386012,41.69238146605343],[-72.9441650138676,41.692426466061654],[-72.94424701391267,41.692744466120494],[-72.94449501404853,41.693698466296944],[-72.94457801409398,41.694017466355945],[-72.94464801413875,41.694397466427176],[-72.94476501421336,41.69502946654559],[-72.94482401425924,41.695490466632826],[-72.94482201426158,41.69554246664295],[-72.94480901427974,41.69592946671821],[-72.94480501429365,41.69619246676921],[-72.94479301433552,41.696983466922575],[-72.9447900143498,41.69724746697373],[-72.94477101436631,41.69763946705015],[-72.94472601440793,41.69861146723958],[-72.94474801442693,41.698816467278526],[-72.9447650144416,41.69897446730852],[-72.94481201447023,41.69920446735148],[-72.94488301451229,41.69953246741258],[-72.9449350145431,41.6997724674573],[-72.94498901457334,41.699991467497895],[-72.94509101462167,41.70025346754524],[-72.94519101466503,41.70044046757815],[-72.94521701467565,41.70047746758446],[-72.94541401475558,41.700751467631044],[-72.94569501486662,41.70109046768748],[-72.94589401494576,41.70133946772914],[-72.94631401511285,41.70186546781721],[-72.94651501519328,41.702125467860945],[-72.94669701527322,41.70248346792425],[-72.94689101536399,41.70296146801037],[-72.94703201543336,41.703367468084295],[-72.94720401552173,41.703927468186976],[-72.94720601552244,41.70392846818711],[-72.9472240155305,41.70396646819387],[-72.9473870156122,41.704461468284286],[-72.9475930157324,41.705380468455274],[-72.94764701576885,41.70570646851654],[-72.94780501587363,41.70662846868967],[-72.94782201588274,41.70669046870111],[-72.94782801589511,41.706870468735715],[-72.9475000158224,41.70745746885986],[-72.94739601579631,41.70759146888914],[-72.94696601568873,41.708149469011005],[-72.94693601568117,41.708187469019336],[-72.94684701565882,41.70830146904425],[-72.94681801565164,41.70834046905275],[-72.946576015593,41.70868746912771],[-72.94654201558484,41.70873746913848],[-72.94593301544703,41.70977946935973],[-72.94576301540863,41.710071469421706],[-72.94572001539892,41.7101454694374],[-72.94538901532452,41.71072046955933],[-72.94521801528614,41.71101846962249],[-72.9451530152789,41.711258469671016],[-72.94511301527945,41.71149246971754],[-72.94518201531646,41.71174446976401],[-72.94529001537109,41.71208046982546],[-72.94550201546922,41.71258446991601],[-72.94576101558894,41.71319647002588],[-72.94584801562999,41.71341647006558],[-72.94595601567997,41.713672470111554],[-72.94606601572825,41.71388847014972],[-72.94621501578848,41.71409147018411],[-72.94683101603755,41.71493147032647],[-72.94697201609632,41.715154470364986],[-72.94746101630325,41.71597947050855],[-72.94779501644366,41.71652747060361],[-72.94784001646497,41.71664247062438],[-72.94799601653835,41.71703347069488],[-72.94806901657375,41.71723447073136],[-72.94808101659387,41.71751447078509],[-72.94809101660265,41.71760947080312],[-72.94778501650465,41.71763647081829],[-72.94687001621162,41.71771747086371],[-72.94656501611401,41.717745470879045],[-72.94606901595664,41.7178144709085],[-72.94458401548538,41.71802047099662],[-72.94408901532837,41.718090471026244],[-72.94388701527133,41.71824047106179],[-72.943283015101,41.71869247116879],[-72.9430820150444,41.718844471204704],[-72.94056301423666,41.71904947132622],[-72.93692801307104,41.71934547150162],[-72.93581001271258,41.719437471555736],[-72.93531101255246,41.719476471579505],[-72.93507901247801,41.719494471590515],[-72.93484701240357,41.71951247160153],[-72.93300501181243,41.71965447168885],[-72.93048601100405,41.719849471808395],[-72.92924001060857,41.72002147188215],[-72.92878201046372,41.72009347191094],[-72.92740901002955,41.72031147199769],[-72.92695200988507,41.72038447202664],[-72.92694700987354,41.720213471993766],[-72.92694400987041,41.72017647198672],[-72.92692200984752,41.719904471934846],[-72.92692000983558,41.71970947189721],[-72.92694200983378,41.71955447186654],[-72.92694600983351,41.71952747186119],[-72.92701400984598,41.71936047182671],[-72.9270270098476,41.71931547181757],[-72.92707000985395,41.719183471790664],[-72.92707600985499,41.71916747178738],[-72.92708100985499,41.71913947178181],[-72.92711400985344,41.718927471739754],[-72.9271300098531,41.71883147172068],[-72.92715000983073,41.71833247162356],[-72.92715200982877,41.718287471614815],[-72.92716500982067,41.71807447157322],[-72.927198009813,41.71775647151069],[-72.92727800979604,41.71701347136446],[-72.92728500978616,41.71680347132363],[-72.92729700977166,41.71648547126178],[-72.92732600975738,41.71607547118156],[-72.9273390097517,41.71590447114809],[-72.9273340097032,41.715094470991666],[-72.9273470096991,41.714950470963416],[-72.92737300970195,41.71485347094382],[-72.92737400970205,41.71484947094302],[-72.92740900970776,41.714751470922934],[-72.92747200972073,41.71462147089576],[-72.92755900974117,41.71448547086663],[-72.92758900974897,41.714451470859096],[-72.92768100977298,41.71434947083638],[-72.92771200978117,41.71431647082898],[-72.92774900979077,41.714274470819674],[-72.92786200982043,41.71415147079223],[-72.92790000983042,41.71411047078307],[-72.92800200985587,41.71397647075385],[-72.92800900985617,41.71394247074704],[-72.92803800985774,41.71380647071981],[-72.92807000985368,41.71355647067044],[-72.92810200985177,41.71334347062822],[-72.92811200985156,41.7132834706163],[-72.92810700984177,41.71314247058921],[-72.928114009839,41.71305547057216],[-72.92813900983215,41.712796470521276],[-72.9281470098298,41.71271047050438],[-72.92824900983584,41.71224147041041],[-72.92853200985282,41.71094347015027],[-72.92855200985306,41.71083547012874],[-72.92864000985445,41.71036447003482],[-72.92869800984752,41.7099184699467],[-72.9286970098383,41.70976446991696],[-72.92869700983736,41.709748469913876],[-72.92864000980788,41.70955946987918],[-72.92820000960131,41.708463469681575],[-72.9281230095592,41.70816846962704],[-72.9280870095407,41.70805146960559],[-72.92801800950005,41.70773646954692],[-72.92785200938616,41.7067014693522],[-72.92778200932932,41.70611246924057],[-72.9277620093131,41.705944469208745],[-72.92770300926475,41.70544046911321],[-72.9276840092489,41.70527346908153],[-72.92761900919976,41.704789468990064],[-72.92750800911598,41.70396546883434],[-72.92753100910764,41.70369146878059],[-72.92760300911907,41.70348446873823],[-72.92765600912911,41.703359468712335],[-72.92770900913918,41.70323546868664],[-72.92791900919113,41.70295246862509],[-72.92805600922367,41.70274446858043],[-72.92810100922907,41.702584468548025],[-72.928140009234,41.70245046852085],[-72.92818500923048,41.70213646845865],[-72.92820100920642,41.70163046836029],[-72.92822300919745,41.701351468305624],[-72.92825700918462,41.70093846822466],[-72.92825900918412,41.70091846822073],[-72.92826800918364,41.700859468209025],[-72.92827100918352,41.70084046820524],[-72.92828800918176,41.70071446818034],[-72.9283410091772,41.70033746810571],[-72.92835900917584,41.700212468080956],[-72.9283650091756,41.7001744680734],[-72.92838300917508,41.700064468051536],[-72.92839000917523,41.70002746804417],[-72.92848100918002,41.699598467958246],[-72.92852800918267,41.69937946791436],[-72.92857800917267,41.69892546782494],[-72.92860400915244,41.698429467728175],[-72.92858800913938,41.698293467702385],[-72.9285730091267,41.69815846767678],[-72.9285060090879,41.69786446762208],[-72.92849300906816,41.69759646757068],[-72.9284920090619,41.697493467550785],[-72.92849200903842,41.69708746747226],[-72.92852500903389,41.69682346742014],[-72.92856000901983,41.696383467333895],[-72.9285900090082,41.696013467261366],[-72.92855100897957,41.69573746720926],[-72.92854600897593,41.69570246720265],[-72.92838600887872,41.69492146705679],[-72.9283310088451,41.69464946700597],[-72.92830800883063,41.694528466983314],[-72.92823900878736,41.69416846691591],[-72.92821600877299,41.69404946689366],[-72.928193008759,41.69393646687254],[-72.92812400871702,41.69359846680941],[-72.92810100870304,41.6934864667885],[-72.92802400865662,41.69311646671942],[-72.92784000854537,41.692227466553454],[-72.92779500851796,41.69200646651217],[-72.92772200847281,41.691636466442965],[-72.92768600844875,41.69142246640273],[-72.92757800837668,41.690783466282625],[-72.92754200835265,41.69057046624261],[-72.92745900829644,41.690064466147426],[-72.92734900823532,41.689626466066265],[-72.92822900850743,41.689381465990316],[-72.92881300868649,41.689192465934795],[-72.92886300870195,41.68917846593045],[-72.93026300912925,41.68869146579078],[-72.93168000956047,41.68817646564515],[-72.93354901013377,41.68757646546839],[-72.93541701072492,41.68729046535239],[-72.93557801077525,41.6872554653404],[-72.93562001078847,41.68724746533748],[-72.9357500108278,41.6871964653234],[-72.93598301089595,41.68706446529029],[-72.93602301090752,41.687039465284165],[-72.9361660109492,41.68695546526327],[-72.93630501098822,41.68684846523805],[-72.93672401110601,41.68652846516253],[-72.93686401114545,41.68642246513749],[-72.93743401130524,41.68597946503327],[-72.9391440117849,41.68465446472141],[-72.93971501194508,41.68421246461736],[-72.9404700121587,41.68365946448584],[-72.94173701251894,41.68276146427095],[-72.94190301256617,41.682644464242934],[-72.94227701266603,41.68226746415786]]]},"properties":{"name":4059,"geoid":"09003405900"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.92695200988507,41.72038447202664],[-72.92648400973545,41.720430472050744],[-72.9250830092876,41.72056947212313],[-72.92461600913838,41.72061647214737],[-72.92380300887814,41.7206914721883],[-72.92136700809853,41.7209174723111],[-72.92055500783869,41.72099347235218],[-72.9204350078003,41.721004472358175],[-72.92007700768576,41.72103847237639],[-72.91995800764772,41.72105047238258],[-72.9192420074189,41.721122472419765],[-72.91709500673278,41.72133947253143],[-72.91638000650433,41.72141247256876],[-72.91599900638158,41.72143347258519],[-72.9148570060137,41.72149847263484],[-72.91447700589137,41.72152147265163],[-72.91470300594479,41.72117347257702],[-72.91475900595839,41.72109347255973],[-72.91502400600713,41.72044547242588],[-72.91509000601543,41.720217472379666],[-72.91514200601803,41.719970472330225],[-72.91513100600173,41.71975047228807],[-72.91505800596359,41.7195014722423],[-72.91485200587468,41.71912347217592],[-72.91475700583601,41.718989472153105],[-72.91466100579349,41.71879447211853],[-72.91459500575762,41.71854547207254],[-72.91457600574046,41.718355472036436],[-72.91459500573394,41.71813647199347],[-72.91465000574138,41.71795547195669],[-72.9147400057465,41.71753747187297],[-72.91475300573458,41.71725847181862],[-72.91469500569639,41.716924471755924],[-72.91462600565532,41.716602471695936],[-72.91442000553259,41.71563947151645],[-72.91435200549189,41.7153184714566],[-72.91430300546484,41.715126471421065],[-72.91415800538435,41.71455047131443],[-72.91411000535768,41.71435947127907],[-72.91401800530033,41.713885471190416],[-72.91396300526567,41.71359547113613],[-72.91395400526007,41.71354947112753],[-72.9138990052172,41.7131174710458],[-72.91378700515659,41.712699470968616],[-72.91368700511157,41.7124834709301],[-72.91361000507673,41.71231447089993],[-72.91344000500736,41.71207147085846],[-72.91334000496533,41.711907470830006],[-72.9130420048401,41.711418470745144],[-72.91294300479846,41.711255470716836],[-72.91286700476505,41.71110547069029],[-72.91264200466583,41.710655470610604],[-72.91256800463307,41.710505470584],[-72.91249100459339,41.71025247053758],[-72.91245300457167,41.71009047050748],[-72.91233900450601,41.709596470415676],[-72.91217200440751,41.70883247027337],[-72.91208100435362,41.708412470195114],[-72.91186700422139,41.70732946999265],[-72.91170900412504,41.70655246984754],[-72.91124800384341,41.70427446942198],[-72.91121000381514,41.70399946937006],[-72.91117200377607,41.70353746928193],[-72.91112600374615,41.70327846923335],[-72.91109900372794,41.70311546920269],[-72.91108300371754,41.70302546918581],[-72.91089700361368,41.70227546904681],[-72.91084500358485,41.702069469008656],[-72.91071800351423,41.70156246891473],[-72.91069000349873,41.70145146889416],[-72.91063900347022,41.70124546885598],[-72.91059200344188,41.701019468813804],[-72.91045300335757,41.70034346868758],[-72.91040700332962,41.700118468645556],[-72.91027200325652,41.69961346855225],[-72.91017900320598,41.69926246848739],[-72.90982300302366,41.69811146827633],[-72.9097110029663,41.69774946820995],[-72.9096590029417,41.6976164681859],[-72.90955900290149,41.697483468163426],[-72.90945900286128,41.69735046814096],[-72.90924200277611,41.697098468099256],[-72.90913400273375,41.69697346807859],[-72.90893800265832,41.696771468045874],[-72.90880600260752,41.69663546802386],[-72.90864500254278,41.696421467987676],[-72.90847200247042,41.696143467939535],[-72.90845500246184,41.69609046792982],[-72.90837000241876,41.69582346788094],[-72.90909000263787,41.69556146780691],[-72.91125200329607,41.694778467585316],[-72.91197300351557,41.69451746751141],[-72.91205800354085,41.69447646750074],[-72.91231600361768,41.69435346746858],[-72.91240200364338,41.69431346745804],[-72.91252600368095,41.69426546744474],[-72.912902003795,41.694122467404874],[-72.91302700383297,41.69407546739172],[-72.91306300384393,41.69406246738805],[-72.91317400387778,41.69402346737691],[-72.91321100388912,41.69401146737337],[-72.913376003939,41.69394546735526],[-72.91387300408944,41.693750467301406],[-72.91403900413968,41.69368546728345],[-72.91429200421626,41.69358646725608],[-72.91459100430679,41.69346946722376],[-72.91485900438815,41.693368467195526],[-72.91566300463246,41.693069467111606],[-72.91593100471388,41.69296946708355],[-72.91603700474639,41.69293546707354],[-72.91635600484446,41.692836467044046],[-72.91646300487741,41.69280446703438],[-72.91659000491597,41.69275646702096],[-72.91697300503243,41.69261546698126],[-72.91710100507136,41.69256846696803],[-72.91733200514193,41.69248946694525],[-72.91802900535505,41.69225346687696],[-72.91826100542605,41.69217546685435],[-72.9184920054964,41.69209246683079],[-72.91918600570803,41.69184746676088],[-72.91941800577877,41.691765466737486],[-72.91964900584912,41.69168246671393],[-72.9203440060609,41.69143446664341],[-72.92057600613164,41.69135246662002],[-72.92081400620452,41.691273466597],[-72.92153100642429,41.69104046652866],[-72.92177000649757,41.69096246650581],[-72.92200300657,41.69090446648702],[-72.92270200678752,41.690733466431254],[-72.92293600686035,41.69067646641265],[-72.92310600691324,41.69063446639901],[-72.92361900707306,41.69051246635875],[-72.92379000712634,41.690471466345265],[-72.92400300719264,41.690419466328294],[-72.92464500739264,41.69026646627786],[-72.92485900745932,41.690215466261044],[-72.9249710074943,41.690190466252574],[-72.92531100760075,41.6901184662276],[-72.92542400763618,41.69009546621948],[-72.92571900772789,41.690021466195596],[-72.92660500800335,41.68980046612409],[-72.92690100809541,41.68972746610036],[-72.92734900823532,41.689626466066265],[-72.92745900829644,41.690064466147426],[-72.92754200835265,41.69057046624261],[-72.92757800837668,41.690783466282625],[-72.92768600844875,41.69142246640273],[-72.92772200847281,41.691636466442965],[-72.92779500851796,41.69200646651217],[-72.92784000854537,41.692227466553454],[-72.92802400865662,41.69311646671942],[-72.92810100870304,41.6934864667885],[-72.92812400871702,41.69359846680941],[-72.928193008759,41.69393646687254],[-72.92821600877299,41.69404946689366],[-72.92823900878736,41.69416846691591],[-72.92830800883063,41.694528466983314],[-72.9283310088451,41.69464946700597],[-72.92838600887872,41.69492146705679],[-72.92854600897593,41.69570246720265],[-72.92855100897957,41.69573746720926],[-72.9285900090082,41.696013467261366],[-72.92856000901983,41.696383467333895],[-72.92852500903389,41.69682346742014],[-72.92849200903842,41.69708746747226],[-72.9284920090619,41.697493467550785],[-72.92849300906816,41.69759646757068],[-72.9285060090879,41.69786446762208],[-72.9285730091267,41.69815846767678],[-72.92858800913938,41.698293467702385],[-72.92860400915244,41.698429467728175],[-72.92857800917267,41.69892546782494],[-72.92852800918267,41.69937946791436],[-72.92848100918002,41.699598467958246],[-72.92839000917523,41.70002746804417],[-72.92838300917508,41.700064468051536],[-72.9283650091756,41.7001744680734],[-72.92835900917584,41.700212468080956],[-72.9283410091772,41.70033746810571],[-72.92828800918176,41.70071446818034],[-72.92827100918352,41.70084046820524],[-72.92826800918364,41.700859468209025],[-72.92825900918412,41.70091846822073],[-72.92825700918462,41.70093846822466],[-72.92822300919745,41.701351468305624],[-72.92820100920642,41.70163046836029],[-72.92818500923048,41.70213646845865],[-72.928140009234,41.70245046852085],[-72.92810100922907,41.702584468548025],[-72.92805600922367,41.70274446858043],[-72.92791900919113,41.70295246862509],[-72.92770900913918,41.70323546868664],[-72.92765600912911,41.703359468712335],[-72.92760300911907,41.70348446873823],[-72.92753100910764,41.70369146878059],[-72.92750800911598,41.70396546883434],[-72.92761900919976,41.704789468990064],[-72.9276840092489,41.70527346908153],[-72.92770300926475,41.70544046911321],[-72.9277620093131,41.705944469208745],[-72.92778200932932,41.70611246924057],[-72.92785200938616,41.7067014693522],[-72.92801800950005,41.70773646954692],[-72.9280870095407,41.70805146960559],[-72.9281230095592,41.70816846962704],[-72.92820000960131,41.708463469681575],[-72.92864000980788,41.70955946987918],[-72.92869700983736,41.709748469913876],[-72.9286970098383,41.70976446991696],[-72.92869800984752,41.7099184699467],[-72.92864000985445,41.71036447003482],[-72.92855200985306,41.71083547012874],[-72.92853200985282,41.71094347015027],[-72.92824900983584,41.71224147041041],[-72.9281470098298,41.71271047050438],[-72.92813900983215,41.712796470521276],[-72.928114009839,41.71305547057216],[-72.92810700984177,41.71314247058921],[-72.92811200985156,41.7132834706163],[-72.92810200985177,41.71334347062822],[-72.92807000985368,41.71355647067044],[-72.92803800985774,41.71380647071981],[-72.92800900985617,41.71394247074704],[-72.92800200985587,41.71397647075385],[-72.92790000983042,41.71411047078307],[-72.92786200982043,41.71415147079223],[-72.92774900979077,41.714274470819674],[-72.92771200978117,41.71431647082898],[-72.92768100977298,41.71434947083638],[-72.92758900974897,41.714451470859096],[-72.92755900974117,41.71448547086663],[-72.92747200972073,41.71462147089576],[-72.92740900970776,41.714751470922934],[-72.92737400970205,41.71484947094302],[-72.92737300970195,41.71485347094382],[-72.9273470096991,41.714950470963416],[-72.9273340097032,41.715094470991666],[-72.9273390097517,41.71590447114809],[-72.92732600975738,41.71607547118156],[-72.92729700977166,41.71648547126178],[-72.92728500978616,41.71680347132363],[-72.92727800979604,41.71701347136446],[-72.927198009813,41.71775647151069],[-72.92716500982067,41.71807447157322],[-72.92715200982877,41.718287471614815],[-72.92715000983073,41.71833247162356],[-72.9271300098531,41.71883147172068],[-72.92711400985344,41.718927471739754],[-72.92708100985499,41.71913947178181],[-72.92707600985499,41.71916747178738],[-72.92707000985395,41.719183471790664],[-72.9270270098476,41.71931547181757],[-72.92701400984598,41.71936047182671],[-72.92694600983351,41.71952747186119],[-72.92694200983378,41.71955447186654],[-72.92692000983558,41.71970947189721],[-72.92692200984752,41.719904471934846],[-72.92694400987041,41.72017647198672],[-72.92694700987354,41.720213471993766],[-72.92695200988507,41.72038447202664]]]},"properties":{"name":4060.01,"geoid":"09003406001"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.89375099787927,41.69958346908234],[-72.89380899789731,41.69956946907775],[-72.89398499795223,41.69952846906413],[-72.89404399797067,41.69951546905969],[-72.89523799834312,41.699237468967205],[-72.89672199880609,41.698892468852364],[-72.89771399911679,41.69868346877977],[-72.89852899937394,41.69854446872645],[-72.89883999947241,41.69849746870726],[-72.89985999979564,41.69834746864518],[-72.90005299985665,41.698316468632925],[-72.90058800002565,41.69822846859855],[-72.9016450003597,41.698057468531196],[-72.90218800052962,41.69794046849094],[-72.90265000067421,41.697841468456815],[-72.90271700069479,41.697820468450594],[-72.90323700085474,41.69766046840277],[-72.90367800098878,41.697496468356746],[-72.90385200104187,41.6974354683393],[-72.90443000121843,41.697236468282064],[-72.90724100207477,41.69622746799571],[-72.90837000241876,41.69582346788094],[-72.90845500246184,41.69609046792982],[-72.90847200247042,41.696143467939535],[-72.90864500254278,41.696421467987676],[-72.90880600260752,41.69663546802386],[-72.90893800265832,41.696771468045874],[-72.90913400273375,41.69697346807859],[-72.90924200277611,41.697098468099256],[-72.90945900286128,41.69735046814096],[-72.90955900290149,41.697483468163426],[-72.9096590029417,41.6976164681859],[-72.9097110029663,41.69774946820995],[-72.90982300302366,41.69811146827633],[-72.91017900320598,41.69926246848739],[-72.91027200325652,41.69961346855225],[-72.91040700332962,41.700118468645556],[-72.91045300335757,41.70034346868758],[-72.91059200344188,41.701019468813804],[-72.91063900347022,41.70124546885598],[-72.91069000349873,41.70145146889416],[-72.91071800351423,41.70156246891473],[-72.91084500358485,41.702069469008656],[-72.91089700361368,41.70227546904681],[-72.91108300371754,41.70302546918581],[-72.91109900372794,41.70311546920269],[-72.91112600374615,41.70327846923335],[-72.91117200377607,41.70353746928193],[-72.91121000381514,41.70399946937006],[-72.91124800384341,41.70427446942198],[-72.91170900412504,41.70655246984754],[-72.91186700422139,41.70732946999265],[-72.91208100435362,41.708412470195114],[-72.91217200440751,41.70883247027337],[-72.91233900450601,41.709596470415676],[-72.91245300457167,41.71009047050748],[-72.91249100459339,41.71025247053758],[-72.91256800463307,41.710505470584],[-72.91264200466583,41.710655470610604],[-72.91286700476505,41.71110547069029],[-72.91294300479846,41.711255470716836],[-72.9130420048401,41.711418470745144],[-72.91334000496533,41.711907470830006],[-72.91344000500736,41.71207147085846],[-72.91361000507673,41.71231447089993],[-72.91368700511157,41.7124834709301],[-72.91378700515659,41.712699470968616],[-72.9138990052172,41.7131174710458],[-72.91395400526007,41.71354947112753],[-72.91396300526567,41.71359547113613],[-72.91401800530033,41.713885471190416],[-72.91411000535768,41.71435947127907],[-72.91415800538435,41.71455047131443],[-72.91430300546484,41.715126471421065],[-72.91435200549189,41.7153184714566],[-72.91442000553259,41.71563947151645],[-72.91462600565532,41.716602471695936],[-72.91469500569639,41.716924471755924],[-72.91475300573458,41.71725847181862],[-72.9147400057465,41.71753747187297],[-72.91465000574138,41.71795547195669],[-72.91459500573394,41.71813647199347],[-72.91457600574046,41.718355472036436],[-72.91459500575762,41.71854547207254],[-72.91466100579349,41.71879447211853],[-72.91475700583601,41.718989472153105],[-72.91485200587468,41.71912347217592],[-72.91505800596359,41.7195014722423],[-72.91513100600173,41.71975047228807],[-72.91514200601803,41.719970472330225],[-72.91509000601543,41.720217472379666],[-72.91502400600713,41.72044547242588],[-72.91475900595839,41.72109347255973],[-72.91470300594479,41.72117347257702],[-72.91447700589137,41.72152147265163],[-72.91340400554608,41.721588472699416],[-72.91335200552932,41.721591472701675],[-72.91093200475053,41.72174247280946],[-72.90998000444415,41.72180147285177],[-72.90885600408244,41.721871472901796],[-72.90809000383672,41.72193347293864],[-72.9057910030995,41.7221224730498],[-72.90502600285416,41.72218547308682],[-72.90367500242603,41.722384473169136],[-72.8996210011414,41.72298447341667],[-72.89827100071365,41.723185473499335],[-72.8982090006663,41.722715473410496],[-72.89817200064442,41.722545473378844],[-72.89805300057407,41.72199847327697],[-72.89753700026812,41.71961047283208],[-72.89728700012023,41.718459472617674],[-72.89703199996912,41.71728047239802],[-72.89675399982234,41.71630647221874],[-72.89591999938214,41.71338547168106],[-72.89564199923547,41.71241247150195],[-72.89551199914747,41.71162147135323],[-72.8951219988836,41.70925047090741],[-72.89499299879598,41.70846047075883],[-72.8949089987477,41.70809747069137],[-72.89465799860328,41.707011470489505],[-72.89457499855536,41.70664947042219],[-72.89442799843972,41.705475470199914],[-72.8939869980931,41.70195746953386],[-72.89384099797788,41.700784469311714],[-72.8938149979556,41.70054546926634],[-72.89373999788981,41.69982846913009],[-72.89371499786789,41.699589469084685],[-72.89372199787005,41.69958746908406],[-72.89374299787666,41.699583469082604],[-72.89375099787927,41.69958346908234]]]},"properties":{"name":4060.02,"geoid":"09003406002"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.77038095708816,41.68845747091751],[-72.77045195712645,41.68872247096652],[-72.77045795712966,41.68874447097059],[-72.77062095721749,41.68935047108262],[-72.77065995723984,41.68951847111389],[-72.77072295727571,41.68978647116373],[-72.77077595730529,41.690001471203644],[-72.7709379573952,41.69064947132385],[-72.77099195742518,41.69086547136392],[-72.77102095744125,41.690981471385435],[-72.77111095749052,41.69132947144989],[-72.77114095750701,41.69144647147157],[-72.771151957513,41.69148847147935],[-72.77118695753167,41.6916154715028],[-72.77119895753803,41.69165847151073],[-72.7712299575561,41.69179747153665],[-72.7713229576105,41.69221747161494],[-72.77135495762893,41.692357471641],[-72.77096595750562,41.69241547166476],[-72.77034595730913,41.692508471702745],[-72.76982195714349,41.69259447173628],[-72.7697999571365,41.69259747173755],[-72.76952795705077,41.69264647175581],[-72.76941595701604,41.69267647176524],[-72.76930695698228,41.692706471774564],[-72.76909195691873,41.69281847180315],[-72.76908295691607,41.69282347180442],[-72.7687919568312,41.69299547184708],[-72.76848595674629,41.693251471906486],[-72.76828495669507,41.693499471960976],[-72.76823295668193,41.693565471975425],[-72.76812495665366,41.69368547200214],[-72.7680629566387,41.69377647202173],[-72.76793095660692,41.69397147206373],[-72.76763495653172,41.69434047214469],[-72.76758395651788,41.694388472155616],[-72.76733195644988,41.694633472211166],[-72.76702095635898,41.69481347225601],[-72.76672195626857,41.69493447228907],[-72.76634695615076,41.69500847231548],[-72.7659299560177,41.695055472338005],[-72.76543095585761,41.69509647236204],[-72.76465595560897,41.695160472399394],[-72.76319995514424,41.69532147247747],[-72.7629729550732,41.69537147249447],[-72.76261395496213,41.69547247252558],[-72.76221095484212,41.69566747257629],[-72.76203495479314,41.69581247261002],[-72.76189695475429,41.69591847263499],[-72.76172995471066,41.69610547267656],[-72.76159895467809,41.69628147271484],[-72.76149195465811,41.69654047276842],[-72.76143095465225,41.696784472817605],[-72.76140495466151,41.697093472878244],[-72.7613599546725,41.697540472966196],[-72.76134495467025,41.69758647297559],[-72.76126495465816,41.69782947302521],[-72.7611539546305,41.69797747305741],[-72.76107795461041,41.698058473075534],[-72.76098095458475,41.698161473098594],[-72.7606549544917,41.69838947315323],[-72.76029395438137,41.69851547318925],[-72.75999695428855,41.69858247321177],[-72.75982795422304,41.69839947318181],[-72.75977595420466,41.698374473178646],[-72.75962695415221,41.69830547317009],[-72.75962095415015,41.6983034731699],[-72.75925795402702,41.698217473164945],[-72.75912195398217,41.69820747316739],[-72.75904895395817,41.69820347316898],[-72.75896095392729,41.69816447316426],[-72.75893395390788,41.69797947312932],[-72.75885295384981,41.697426473024926],[-72.75882595383047,41.69724247299016],[-72.75874395377497,41.696740472895655],[-72.75872695376317,41.69663147287511],[-72.75859195363843,41.69522247260677],[-72.7585439535938,41.69471647251037],[-72.758518953579,41.69460047248873],[-72.75848495355996,41.69446147246292],[-72.75830195345665,41.69369847232114],[-72.75824195342254,41.6934444722739],[-72.75832095344552,41.69339647226208],[-72.75850095349809,41.69329147223596],[-72.75856095351557,41.69325547222705],[-72.75864095353892,41.693208472215375],[-72.75870495355755,41.693170472205956],[-72.75882695359167,41.69307247218306],[-72.758952953627,41.692973472159835],[-72.75921595369812,41.69272047210241],[-72.75933395372958,41.692599472075166],[-72.75949595377287,41.69243447203802],[-72.75958595379127,41.69224447199836],[-72.75963395380127,41.69214647197784],[-72.75973795381914,41.69186747192047],[-72.75979795382621,41.691650471876535],[-72.75980195382694,41.691640471874486],[-72.75982295382244,41.69144247183548],[-72.76022995395309,41.69141047181616],[-72.76089495416663,41.691359471784885],[-72.76144895434373,41.69130247175599],[-72.76185595447392,41.69126247173516],[-72.7619619545078,41.6912514717296],[-72.76200795452255,41.691247471727344],[-72.76228195460962,41.69121047171136],[-72.76238895464365,41.6911964717052],[-72.76252995469086,41.691219471705104],[-72.76268495474224,41.69123547170321],[-72.76275695476664,41.69125247170418],[-72.76278195477623,41.69127747170822],[-72.76280295478415,41.69129647171121],[-72.76280295478851,41.691372471725934],[-72.76278095478364,41.69141247173438],[-72.76331995496042,41.691435471721455],[-72.76365695506324,41.69131547168738],[-72.76404095517174,41.691027471619265],[-72.76442595526949,41.69054647151375],[-72.76493095539941,41.68994547138115],[-72.76526695549502,41.68970547132387],[-72.76606195573443,41.68936747123283],[-72.76611195574525,41.68927247121283],[-72.76633995580657,41.68904747116193],[-72.76648595584597,41.68890547112974],[-72.7667069559097,41.68876247109493],[-72.76689895596687,41.68866947107075],[-72.76716295604734,41.688574471043864],[-72.76721795606417,41.68855547103841],[-72.76747795614673,41.68851947102306],[-72.76768995621556,41.68851647101564],[-72.76805895633764,41.688550471010345],[-72.76819195638167,41.68856347100857],[-72.7685219564911,41.6885984710047],[-72.76936495676391,41.68857047097212],[-72.76980295690436,41.68853347095084],[-72.77000295696855,41.688517470941306],[-72.77038095708816,41.68845747091751]]]},"properties":{"name":4173,"geoid":"09003417300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.77819596107739,41.713630475536604],[-72.7772189607678,41.713778475596726],[-72.77688996066355,41.713828475617014],[-72.77621596044992,41.713929475658304],[-72.77523096013783,41.71407947571908],[-72.77422395981877,41.714232475781166],[-72.7729739594227,41.71442247585823],[-72.77166895900925,41.714621475938806],[-72.77028295856523,41.71474747600788],[-72.77027395856231,41.714747476008164],[-72.76720795758001,41.7150254761608],[-72.76688895747861,41.71506847617941],[-72.76609395722603,41.71517747622611],[-72.76531195697768,41.71528647627241],[-72.76470595678455,41.71535947630607],[-72.76444495670228,41.715406476323594],[-72.7636629564558,41.71554847637624],[-72.76340295637392,41.71559647639392],[-72.76311595628283,41.71563747641112],[-72.76225595600992,41.71576147646282],[-72.76196995591921,41.71580347648017],[-72.76194195591079,41.71581547648339],[-72.76188595587021,41.71542647640994],[-72.76170595573954,41.71417147617297],[-72.76164695569635,41.71375347609401],[-72.76158695565321,41.713342476016436],[-72.76132095546218,41.711523475673104],[-72.76117895536028,41.71055347549004],[-72.7601319546933,41.7048714744244],[-72.75972395443337,41.702656474008954],[-72.75967695440154,41.70236847395474],[-72.75953795430672,41.70150447379204],[-72.75949195427523,41.70121647373778],[-72.7594569542523,41.70101547370002],[-72.75935195418364,41.700414473587095],[-72.75931695416078,41.70021447354952],[-72.75924495411381,41.69980447347249],[-72.75902995397325,41.69857447324138],[-72.75901895396585,41.69850747322876],[-72.75896095392729,41.69816447316426],[-72.75904895395817,41.69820347316898],[-72.75912195398217,41.69820747316739],[-72.75925795402702,41.698217473164945],[-72.75962095415015,41.6983034731699],[-72.75962695415221,41.69830547317009],[-72.75977595420466,41.698374473178646],[-72.75982795422304,41.69839947318181],[-72.75999695428855,41.69858247321177],[-72.76029395438137,41.69851547318925],[-72.7606549544917,41.69838947315323],[-72.76098095458475,41.698161473098594],[-72.76107795461041,41.698058473075534],[-72.7611539546305,41.69797747305741],[-72.76126495465816,41.69782947302521],[-72.76134495467025,41.69758647297559],[-72.7613599546725,41.697540472966196],[-72.76140495466151,41.697093472878244],[-72.76143095465225,41.696784472817605],[-72.76149195465811,41.69654047276842],[-72.76159895467809,41.69628147271484],[-72.76172995471066,41.69610547267656],[-72.76189695475429,41.69591847263499],[-72.76203495479314,41.69581247261002],[-72.76221095484212,41.69566747257629],[-72.76261395496213,41.69547247252558],[-72.7629729550732,41.69537147249447],[-72.76319995514424,41.69532147247747],[-72.76465595560897,41.695160472399394],[-72.76543095585761,41.69509647236204],[-72.7659299560177,41.695055472338005],[-72.76634695615076,41.69500847231548],[-72.76672195626857,41.69493447228907],[-72.76702095635898,41.69481347225601],[-72.76733195644988,41.694633472211166],[-72.76758395651788,41.694388472155616],[-72.76763495653172,41.69434047214469],[-72.76793095660692,41.69397147206373],[-72.7680629566387,41.69377647202173],[-72.76812495665366,41.69368547200214],[-72.76823295668193,41.693565471975425],[-72.76828495669507,41.693499471960976],[-72.76848595674629,41.693251471906486],[-72.7687919568312,41.69299547184708],[-72.76908295691607,41.69282347180442],[-72.76909195691873,41.69281847180315],[-72.76930695698228,41.692706471774564],[-72.76941595701604,41.69267647176524],[-72.76952795705077,41.69264647175581],[-72.7697999571365,41.69259747173755],[-72.76982195714349,41.69259447173628],[-72.77034595730913,41.692508471702745],[-72.77096595750562,41.69241547166476],[-72.77135495762893,41.692357471641],[-72.77137095763774,41.69242047165268],[-72.77138495764518,41.69247047166189],[-72.77142495766623,41.69261047168771],[-72.77144295767576,41.69267447169952],[-72.7714799576952,41.6928034717233],[-72.77150295770728,41.69288347173804],[-72.77159495775479,41.69318947179429],[-72.7716349577752,41.693318471817975],[-72.77176195784696,41.69384847191647],[-72.7720679580195,41.69511947215257],[-72.77218495807533,41.69542847220862],[-72.77220595808527,41.69548247221838],[-72.77227495811461,41.695602472239386],[-72.77237895815604,41.69573447226157],[-72.77251395820699,41.69585647228083],[-72.77279395830702,41.69601147230181],[-72.77296095836674,41.69610447231442],[-72.77328995848575,41.69631247234407],[-72.77361595860319,41.696509472371666],[-72.77366395862049,41.69653847237575],[-72.77389395870289,41.69666947239368],[-72.77393995873301,41.69693347244329],[-72.77407795882348,41.6977274725925],[-72.774124958854,41.697992472642284],[-72.77413495886053,41.69804947265297],[-72.77416495888012,41.69822047268511],[-72.77417495888665,41.6982774726958],[-72.7742119589081,41.69844147272635],[-72.77432295897252,41.69893447281817],[-72.77435995899403,41.699099472848914],[-72.77440395901868,41.69927947288231],[-72.77453795909344,41.6998214729829],[-72.77458295911846,41.70000247301646],[-72.77459895912902,41.70009547303394],[-72.77464995916176,41.70037647308668],[-72.77466695917268,41.70047047310432],[-72.77467595917844,41.70051947311351],[-72.7747039591961,41.70066847314144],[-72.77471395920222,41.70071847315079],[-72.77484995927682,41.701246473248574],[-72.77517995945726,41.70251847348406],[-72.77528395950876,41.70282547354011],[-72.77545995959579,41.70334347363467],[-72.7756579596997,41.70403047376121],[-72.77570395972208,41.70415947378467],[-72.77597895986203,41.705037473945694],[-72.77597095987275,41.70526947399084],[-72.77591795987409,41.70559347405523],[-72.77586795986521,41.70572247408181],[-72.77579295985204,41.705918474122164],[-72.77577095984839,41.70597947413466],[-72.7756639598317,41.70629547419925],[-72.77563695983463,41.706499474239585],[-72.77563595983587,41.706526474244846],[-72.77563495984765,41.7067374742857],[-72.77562695985195,41.70685747430917],[-72.77577195993912,41.707553474439145],[-72.77591096003232,41.70838847459621],[-72.77592596004163,41.70846547461063],[-72.77600996009339,41.70889047469014],[-72.77637196026053,41.70974847484447],[-72.77652396035067,41.710456474976525],[-72.7765179603566,41.71059347500322],[-72.77656896041415,41.71130647513951],[-72.77659196044014,41.71162847520105],[-72.77663796047557,41.711984475268444],[-72.7767079605136,41.71224947531744],[-72.77681296056154,41.71248947536048],[-72.7769669606248,41.71271747539963],[-72.77703896065387,41.71281547541626],[-72.77712896068816,41.712902475430184],[-72.77732096075952,41.71305647545378],[-72.77735796077329,41.71308647545838],[-72.77762796087246,41.7132824754876],[-72.77819596107739,41.713630475536604]]]},"properties":{"name":4174,"geoid":"09003417400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.77819596107739,41.713630475536604],[-72.77762796087246,41.7132824754876],[-72.77735796077329,41.71308647545838],[-72.77732096075952,41.71305647545378],[-72.77712896068816,41.712902475430184],[-72.77703896065387,41.71281547541626],[-72.7769669606248,41.71271747539963],[-72.77681296056154,41.71248947536048],[-72.7767079605136,41.71224947531744],[-72.77663796047557,41.711984475268444],[-72.77659196044014,41.71162847520105],[-72.77656896041415,41.71130647513951],[-72.7765179603566,41.71059347500322],[-72.77652396035067,41.710456474976525],[-72.77637196026053,41.70974847484447],[-72.77600996009339,41.70889047469014],[-72.77592596004163,41.70846547461063],[-72.77591096003232,41.70838847459621],[-72.77577195993912,41.707553474439145],[-72.77562695985195,41.70685747430917],[-72.77563495984765,41.7067374742857],[-72.77563595983587,41.706526474244846],[-72.77563695983463,41.706499474239585],[-72.7756639598317,41.70629547419925],[-72.77577095984839,41.70597947413466],[-72.77579295985204,41.705918474122164],[-72.77586795986521,41.70572247408181],[-72.77591795987409,41.70559347405523],[-72.77597095987275,41.70526947399084],[-72.77597895986203,41.705037473945694],[-72.77570395972208,41.70415947378467],[-72.7756579596997,41.70403047376121],[-72.77545995959579,41.70334347363467],[-72.77528395950876,41.70282547354011],[-72.77517995945726,41.70251847348406],[-72.77484995927682,41.701246473248574],[-72.77471395920222,41.70071847315079],[-72.7747039591961,41.70066847314144],[-72.77467595917844,41.70051947311351],[-72.77466695917268,41.70047047310432],[-72.77464995916176,41.70037647308668],[-72.77459895912902,41.70009547303394],[-72.77458295911846,41.70000247301646],[-72.77453795909344,41.6998214729829],[-72.77440395901868,41.69927947288231],[-72.77435995899403,41.699099472848914],[-72.77432295897252,41.69893447281817],[-72.7742119589081,41.69844147272635],[-72.77417495888665,41.6982774726958],[-72.77416495888012,41.69822047268511],[-72.77413495886053,41.69804947265297],[-72.774124958854,41.697992472642284],[-72.77407795882348,41.6977274725925],[-72.77393995873301,41.69693347244329],[-72.77389395870289,41.69666947239368],[-72.77366395862049,41.69653847237575],[-72.77361595860319,41.696509472371666],[-72.77328995848575,41.69631247234407],[-72.77296095836674,41.69610447231442],[-72.77279395830702,41.69601147230181],[-72.77251395820699,41.69585647228083],[-72.77237895815604,41.69573447226157],[-72.77227495811461,41.695602472239386],[-72.77220595808527,41.69548247221838],[-72.77218495807533,41.69542847220862],[-72.7720679580195,41.69511947215257],[-72.77176195784696,41.69384847191647],[-72.7716349577752,41.693318471817975],[-72.77159495775479,41.69318947179429],[-72.77150295770728,41.69288347173804],[-72.7714799576952,41.6928034717233],[-72.77144295767576,41.69267447169952],[-72.77142495766623,41.69261047168771],[-72.77138495764518,41.69247047166189],[-72.77137095763774,41.69242047165268],[-72.77135495762893,41.692357471641],[-72.7713229576105,41.69221747161494],[-72.7712299575561,41.69179747153665],[-72.77119895753803,41.69165847151073],[-72.77158095766052,41.69162547149205],[-72.77272695802797,41.69152847143633],[-72.77310995815087,41.691497471417975],[-72.77360695830927,41.69143847139054],[-72.77399695843366,41.69139347136925],[-72.7751009587869,41.69128647131297],[-72.77559995894663,41.69123947128779],[-72.775851959027,41.691210471274026],[-72.77660795926808,41.69112347123283],[-72.77686095934882,41.691095471219256],[-72.77711195942915,41.69107147120652],[-72.77786695967085,41.69100047116844],[-72.77811895975155,41.690977471155854],[-72.77818795977356,41.69096947115207],[-72.77839595984,41.69094747114112],[-72.77846595986239,41.6909404711375],[-72.77862795991409,41.690922471128815],[-72.77911596006993,41.69087047110302],[-72.77927896012208,41.69085447109465],[-72.77950896019637,41.69084447108531],[-72.7801999604197,41.69081647105761],[-72.78043096049437,41.6908074710484],[-72.78068696057593,41.690776471034155],[-72.7814549608207,41.69068547099179],[-72.78171196090263,41.69065547097768],[-72.78198596098859,41.69059947095801],[-72.78221396105823,41.69051947093517],[-72.7824529611293,41.69040247090483],[-72.78268596119396,41.69020747085957],[-72.78285496123674,41.68999447081289],[-72.78293996125343,41.689803470773185],[-72.78296496125108,41.68962047073696],[-72.78297196124562,41.68948547071059],[-72.78295496122453,41.6892144706587],[-72.78289796118611,41.688868470593555],[-72.78286096115157,41.68847647051887],[-72.78286496114887,41.68840647050521],[-72.78287996114048,41.68817547046001],[-72.78295496114613,41.6878484703943],[-72.78333696125632,41.68760247033437],[-72.78333796125582,41.68758747033143],[-72.7833809612457,41.68716747024875],[-72.78343096124671,41.68690147019564],[-72.7835819612802,41.68662847013793],[-72.7837979613299,41.68626947006146],[-72.7839959613776,41.68597746999856],[-72.78412496141075,41.685823469964596],[-72.78415096141651,41.68577646995467],[-72.78429396145145,41.68557446991095],[-72.78505996166056,41.684873469750556],[-72.78549396178438,41.68456946967771],[-72.78604696194344,41.684204469589226],[-72.78624096199916,41.684075469557996],[-72.78654596208483,41.683838469502284],[-72.78691196218583,41.683522469429306],[-72.78727196228405,41.68319246935381],[-72.78778196242497,41.68275546925278],[-72.78805596249815,41.68247646918993],[-72.7880609625147,41.6827364692401],[-72.78827096266247,41.684120469501245],[-72.78832896269891,41.6844264695586],[-72.78837796272744,41.68464546959941],[-72.78852496281316,41.68530546972243],[-72.78857496284206,41.685525469763405],[-72.78875296294437,41.6862984699073],[-72.78890296303223,41.68697847003407],[-72.78893796305078,41.68710347005716],[-72.7890429631065,41.687478470126344],[-72.78907896312545,41.68760447014956],[-72.78910596314205,41.687740470175015],[-72.78918896319247,41.68814847025131],[-72.78921696320938,41.68828447027672],[-72.78944896333445,41.689147470436296],[-72.78955996339401,41.689555470511664],[-72.79017896372025,41.69172847091228],[-72.79042496384972,41.69258847107079],[-72.79050496388683,41.69278147110554],[-72.79074496399821,41.693360471209864],[-72.79082496403538,41.693554471244816],[-72.7908739640569,41.69365147126203],[-72.79102096412146,41.69394247131358],[-72.79106996414303,41.69404047133097],[-72.79114796418231,41.6942824713753],[-72.79118196419927,41.69438447139394],[-72.79121396422163,41.69459247143313],[-72.79119796424209,41.69503947152018],[-72.79118996425413,41.695294471569774],[-72.79118296426309,41.69549047160793],[-72.79116196429004,41.6960784717224],[-72.79115496429901,41.69627447176056],[-72.79115296431934,41.69663947183125],[-72.79115196435083,41.69719347193848],[-72.79121396438978,41.69752047199976],[-72.79125596441304,41.69768747203073],[-72.7912669644187,41.697723472037325],[-72.79137596447423,41.69807247210135],[-72.79144296450524,41.698232472130144],[-72.79144396450575,41.69823547213069],[-72.79164896459986,41.69871247221639],[-72.79171896463184,41.698872472245085],[-72.79181296467185,41.6990364722738],[-72.79184096468373,41.69908447228218],[-72.79198396474223,41.699292472317815],[-72.7921549648091,41.69948747235001],[-72.79228096485826,41.69962947237343],[-72.79245196492411,41.69980647240217],[-72.79296796512263,41.70033847248846],[-72.79313996518886,41.70051647251734],[-72.7932459652295,41.70062347253463],[-72.79356696535262,41.70094747258697],[-72.79367396539364,41.70105547260439],[-72.79374996541756,41.701041472599236],[-72.79386996546471,41.70118147262245],[-72.79438296566599,41.7017784727214],[-72.79455496573341,41.701977472754365],[-72.79483396584067,41.702263472800695],[-72.79567096616245,41.70312147293967],[-72.79595096627001,41.70340747298597],[-72.79550396614279,41.70372547306193],[-72.79511696603272,41.70400247312802],[-72.79436296581632,41.704507473250054],[-72.79413596574994,41.704638473282735],[-72.79402896571872,41.70470147329837],[-72.79364996560622,41.704890473347156],[-72.79316896546952,41.70523647342963],[-72.79290596539579,41.70544347347816],[-72.79260496530856,41.70563047352407],[-72.79219896518502,41.70578047356617],[-72.79198596512494,41.70594147360419],[-72.78974996449566,41.70765747400834],[-72.78826596407782,41.70879347427599],[-72.78750696386412,41.70937447441289],[-72.78740296383475,41.70945247443132],[-72.78633696353488,41.71027347462455],[-72.7829929625942,41.712848475230565],[-72.78278196252764,41.712885475244526],[-72.78132796206937,41.713148475342315],[-72.78088596192973,41.713222475370884],[-72.78050996181098,41.7132864753954],[-72.7795609615107,41.713437475455216],[-72.7791199613712,41.71350847548318],[-72.77893496131234,41.71353247549379],[-72.77837996113585,41.71360547552582],[-72.77819596107739,41.713630475536604]]]},"properties":{"name":4175,"geoid":"09003417500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.6590489204534,41.68167947318316],[-72.65904992045955,41.68178147320289],[-72.65905292047798,41.68208747326206],[-72.65905392047985,41.682114473267255],[-72.65905392048418,41.68219047328196],[-72.65931392056113,41.682055473247516],[-72.66009492079242,41.681651473144214],[-72.66035592086976,41.68151747310989],[-72.66188992135612,41.68128647301599],[-72.66334192180881,41.680933472901074],[-72.66374092192925,41.68076747285612],[-72.66493792229075,41.68027147272167],[-72.66533792241157,41.6801064726769],[-72.66534092241172,41.68009147267388],[-72.66535192241288,41.6800494726654],[-72.66535592241337,41.68003547266255],[-72.66536092241392,41.68001647265873],[-72.66537492241524,41.679959472647234],[-72.66538092241618,41.679941472643556],[-72.6655389224274,41.679236472501934],[-72.66570192243935,41.678515472357056],[-72.66599692245583,41.677120472077384],[-72.66606092245968,41.676822472017605],[-72.66616192246954,41.67641847193611],[-72.66618692246946,41.676274471907405],[-72.66626392247007,41.675845471821845],[-72.66629092247076,41.67570347179347],[-72.66652192248405,41.67461747157569],[-72.66697092251799,41.67264947118006],[-72.66707592253931,41.67242347113291],[-72.66719992256587,41.67218147108205],[-72.66737492260987,41.67195347103227],[-72.66774392270509,41.67151647093578],[-72.66848992291217,41.6708884707902],[-72.66911292309015,41.670452470685746],[-72.66942992318162,41.67024647063568],[-72.66971492326273,41.67004147058683],[-72.66982692329458,41.66996047056756],[-72.66994092332833,41.66990147055246],[-72.67017392340395,41.66989747054422],[-72.6709369236476,41.669813470503485],[-72.67109892369795,41.66977147049015],[-72.67158492384922,41.669649470450935],[-72.67174692389965,41.66960847043781],[-72.67188992394665,41.66961647043476],[-72.67232192408873,41.66964147042575],[-72.67246592413612,41.66965047042288],[-72.67338992444006,41.669704470403715],[-72.6761649253528,41.669866470346115],[-72.67692392560248,41.66991147033051],[-72.67708892565729,41.669930470328886],[-72.67815092601379,41.670118470331246],[-72.68092992694675,41.67061247033783],[-72.68134092708421,41.670676470337035],[-72.68240792744126,41.670845470335536],[-72.68263092752152,41.670979470354354],[-72.68283292759429,41.6711024703717],[-72.68302092768471,41.671614470464846],[-72.68311192772832,41.67185947050938],[-72.68334392780265,41.6718384704979],[-72.68404292802687,41.671779470464045],[-72.68427592810166,41.67176047045288],[-72.68476592825559,41.67166247041817],[-72.68623992871888,41.67137147031451],[-72.68673092887322,41.67127447027996],[-72.68705892897684,41.6712194702588],[-72.68804592928889,41.67105647019555],[-72.68837492939292,41.67100247017453],[-72.6919079305181,41.6705634699761],[-72.6958759317818,41.67007046975325],[-72.70250693389349,41.66924646938075],[-72.70603993501857,41.66880746918227],[-72.70613893507165,41.66917246924979],[-72.70643593523106,41.670270469452944],[-72.70653493528418,41.67063646952065],[-72.70648393526929,41.6706664695281],[-72.70633093522481,41.67075946955104],[-72.70628093521029,41.67079046955865],[-72.70641293528675,41.671376469667926],[-72.70680893551616,41.67313546999592],[-72.70694093559267,41.67372247010537],[-72.70658093547772,41.6737614701245],[-72.70550293513354,41.673880470182176],[-72.70514393501897,41.67392047020144],[-72.70513093501484,41.67392247020226],[-72.70509093500216,41.67392847020467],[-72.70507893499841,41.67393147020566],[-72.70178993395352,41.67438447039903],[-72.70036493350085,41.67458147048294],[-72.70037693350892,41.674654470496705],[-72.70037793351104,41.67468547050266],[-72.70038293351796,41.67477847052053],[-72.7003849335204,41.67480947052647],[-72.70042893354352,41.67496347055488],[-72.70056293361364,41.67542747064045],[-72.70060793363713,41.67558247066901],[-72.7006789336782,41.67589647072756],[-72.70089193380143,41.67683947090337],[-72.70096393384284,41.677154470962066],[-72.70098193385071,41.67718947096826],[-72.70103593387446,41.67729747098744],[-72.70105393388239,41.67733347099384],[-72.70092293383972,41.67733347099805],[-72.70089293383106,41.67735247100269],[-72.70087193382683,41.67739847101227],[-72.70086893383045,41.677478471027854],[-72.7009849339003,41.678040471132974],[-72.70151293421848,41.68060047161181],[-72.70168993432493,41.68145447177153],[-72.70173893435442,41.68169147181584],[-72.70188593444303,41.68240447194919],[-72.7019359344729,41.682642471993674],[-72.7021699346031,41.683587472169144],[-72.70224593465632,41.68408547226315],[-72.70228993468103,41.68426747229698],[-72.70239893474238,41.684719472381005],[-72.70269593490896,41.685942472608296],[-72.70272393492587,41.68607847263372],[-72.70281993498318,41.68653447271894],[-72.70286193501333,41.68682247277334],[-72.70287993502347,41.686897472787294],[-72.70296493507041,41.68723447284981],[-72.70310193515763,41.68797947298967],[-72.70310393515884,41.68798947299154],[-72.70312193517847,41.68823047303763],[-72.70308393517246,41.68834147306033],[-72.7031159351895,41.68845747308176],[-72.70321193524072,41.68880647314626],[-72.70324393525783,41.688923473167875],[-72.70317493523471,41.688912473167974],[-72.70296893516594,41.68888247316878],[-72.70290093514323,41.68887247316902],[-72.7026809350695,41.68883547316893],[-72.70259093503932,41.68882047316892],[-72.70202493484834,41.68870347316444],[-72.7018069347748,41.68865847316273],[-72.70158993470315,41.688641473166406],[-72.70135593462594,41.68862347317044],[-72.70101093451343,41.68862047318095],[-72.70094093449076,41.688622473183585],[-72.70072493442099,41.68863247319245],[-72.7006119343845,41.688637473197055],[-72.70005393420732,41.68871647323027],[-72.69964293407686,41.688775473254886],[-72.69882793381646,41.68886247329793],[-72.69839493367576,41.6888674733128],[-72.6980629335659,41.68883647331746],[-72.69803593355675,41.68883047331716],[-72.69737193333323,41.68870247331369],[-72.6969589331939,41.688617473310515],[-72.6957199327759,41.68836247330091],[-72.69530793263695,41.68827847329788],[-72.69468093243084,41.688244473311435],[-72.6944789323645,41.68823447331598],[-72.69373893212583,41.68827447334748],[-72.69281093183098,41.68840247340206],[-72.69275093181197,41.68841147340574],[-72.69218693163123,41.688462473433724],[-72.69181993151487,41.68851747345615],[-72.69162993145473,41.688547473468056],[-72.69071393116252,41.688653473517995],[-72.69034593104514,41.688696473538144],[-72.6900089309378,41.688738473557095],[-72.68900193061715,41.68886547361401],[-72.68866593051021,41.68890847363313],[-72.68839893042568,41.688950473649825],[-72.68832893040356,41.688962473654385],[-72.68788493026351,41.68904147368394],[-72.68760493017626,41.68911047370629],[-72.68734293009474,41.68917647372748],[-72.68722193005864,41.68923447374261],[-72.68720593005389,41.689242473744656],[-72.68685292994763,41.68939447378543],[-72.68672992991065,41.68944847379982],[-72.68663792988298,41.68948847381051],[-72.68635692979983,41.68963447384781],[-72.68524892947212,41.690213473995485],[-72.68487992936298,41.6904064740447],[-72.68401092910588,41.6908594741603],[-72.68305192882228,41.6913614742883],[-72.68286292876566,41.691447474311005],[-72.6820399285084,41.69163547437382],[-72.68124392825672,41.69176747442492],[-72.68027792795142,41.691929474487296],[-72.6800239278711,41.69197147450357],[-72.67926492763131,41.692100474552895],[-72.67901192755139,41.69214347456936],[-72.67883392749508,41.69217247458066],[-72.6783009273267,41.692263474615395],[-72.67812392727083,41.69229447462707],[-72.67801492723629,41.69231147463387],[-72.67768792713296,41.69236647465501],[-72.67757992709886,41.69238547466216],[-72.67706092693541,41.6924824746976],[-72.6755069264462,41.692777474804565],[-72.6749899262835,41.69287647484033],[-72.67274892557975,41.69333247500051],[-72.67066892492518,41.69373147514449],[-72.66979792465062,41.69389047520321],[-72.66839592421093,41.6941864753055],[-72.66820292415042,41.69422747531962],[-72.66762792397037,41.69435347536246],[-72.66743592391023,41.694395475376744],[-72.6671609238224,41.69442547539138],[-72.66698692376687,41.69444547540084],[-72.66634492356515,41.694574475446395],[-72.66607392348004,41.69462947546574],[-72.66582292340114,41.694679475483476],[-72.66507292316564,41.694832475537154],[-72.66482292308714,41.69488347555504],[-72.66457492300924,41.694933475572675],[-72.66383392277653,41.695084475625684],[-72.663586922699,41.69513547564348],[-72.66333892262098,41.69518347566072],[-72.66259792238797,41.69532947571275],[-72.66235192231068,41.695378475730124],[-72.66173792211734,41.69549447577227],[-72.65989892153844,41.69584547589919],[-72.65963192145445,41.69589747591783],[-72.65928292134319,41.69593947593713],[-72.65926092135368,41.69624847599768],[-72.65919792138605,41.69717547617918],[-72.6591949213879,41.69722447618877],[-72.65916092139159,41.69748347624],[-72.65911792138336,41.69758447626092],[-72.65910392138073,41.69761847626796],[-72.65901092135879,41.69776447629921],[-72.65891492133169,41.69783747631642],[-72.65882792130718,41.697904476332184],[-72.65872692127638,41.697941476342585],[-72.65860692123992,41.69798747635535],[-72.6584229211835,41.69804847637304],[-72.65832092115221,41.698082476382915],[-72.65801192105576,41.69815547640694],[-72.65796492104128,41.69817047641135],[-72.65768392095495,41.698261476437985],[-72.65724792082159,41.6984124764812],[-72.65696492073593,41.69852647651234],[-72.65693092072583,41.69854347651672],[-72.65660892063093,41.69871847656093],[-72.6557479202629,41.697183476291336],[-72.65487291988892,41.695623476017346],[-72.65446591971906,41.69496947590376],[-72.65411991956681,41.69427647578067],[-72.65357091932412,41.693156475581404],[-72.6532939191975,41.692518475466734],[-72.65298091905427,41.69179447533657],[-72.65261991888536,41.69089447517385],[-72.65221991870467,41.6900104750155],[-72.65164891844667,41.68874747478921],[-72.6509609181451,41.68738847454807],[-72.65091191812363,41.68729147453084],[-72.6508219180864,41.6871524745068],[-72.65044291792972,41.686569474406035],[-72.65020891783897,41.686314474364146],[-72.65020191783628,41.68630747436304],[-72.64984191769669,41.685915474298646],[-72.64945991755097,41.68554147423845],[-72.64920691745436,41.68529247419833],[-72.64918391744348,41.68523247418743],[-72.64917691744012,41.68521347418398],[-72.64913191741611,41.685049474153665],[-72.6491159174074,41.68498847414236],[-72.64941091749915,41.68491247411819],[-72.65029891777544,41.68468647404598],[-72.65059491786758,41.684611474021956],[-72.6508109179346,41.68455347400381],[-72.65124291806873,41.684438473967695],[-72.65145891813576,41.68438047394953],[-72.6516759182032,41.68432347393154],[-72.65409291894638,41.68355347370496],[-72.65439591903804,41.68343047367143],[-72.65515391926692,41.68311547358612],[-72.65654491969514,41.682681473457485],[-72.65671091974639,41.68263247344268],[-72.65729591992714,41.68246147339081],[-72.65746291997823,41.682403473374215],[-72.65764092003278,41.6823434733569],[-72.65786692010327,41.68228947333919],[-72.65797092013527,41.682256473329474],[-72.6580599201627,41.68222947332138],[-72.65814192018827,41.682209473314884],[-72.65832292024118,41.682103473288564],[-72.65886692040013,41.681784473209326],[-72.6590489204534,41.68167947318316]]]},"properties":{"name":4926,"geoid":"09003492600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.70653493528418,41.67063646952065],[-72.70666593532226,41.670556469500966],[-72.7068129353651,41.67046846947919],[-72.70707693544401,41.670345469446886],[-72.70721693548595,41.67028146943],[-72.7072579354982,41.67026246942501],[-72.70771793563927,41.67011046938079],[-72.70775593565094,41.670098469377244],[-72.70826793581043,41.66997246933639],[-72.70907293606659,41.66986946929059],[-72.70928193613321,41.66984446927903],[-72.70980893630129,41.66978346925029],[-72.71042793649865,41.669710469216255],[-72.7106469365685,41.66968546920438],[-72.71108593670867,41.66963746918099],[-72.7125659371816,41.66948246910342],[-72.71316493737237,41.66940846906985],[-72.71400393763966,41.669306469023134],[-72.71438793776171,41.66925446900073],[-72.71444593778018,41.66924746899749],[-72.71530493805503,41.66916346895362],[-72.71554493813223,41.66914746894283],[-72.71593193825679,41.66912246892556],[-72.71586793822567,41.66894246889273],[-72.71567893813346,41.66840546879479],[-72.71561593810272,41.66822646876213],[-72.71553693805946,41.667919468705215],[-72.71530093793011,41.66700046853476],[-72.71529093792451,41.66695946852714],[-72.71521793788722,41.66672246848356],[-72.71521993788637,41.66669646847847],[-72.71522193788475,41.66665646847065],[-72.71523093788092,41.66653846844751],[-72.71523393787969,41.666499468439866],[-72.71531293789236,41.66627146839316],[-72.71533793789821,41.6662314683846],[-72.71566793797633,41.66571846827461],[-72.71581993801405,41.66551246822983],[-72.71599193805679,41.665280468179354],[-72.71622193811376,41.66496746811133],[-72.71629893813295,41.66486446808891],[-72.7165849382057,41.66450846801075],[-72.71684793826978,41.66413146792926],[-72.71688593827558,41.664016467905746],[-72.71700893829458,41.66364846783053],[-72.71702893829772,41.663589467818454],[-72.71707193830436,41.66346046779207],[-72.71726293833424,41.66289546767648],[-72.71732693834441,41.6627084676382],[-72.71738193835529,41.6625854676126],[-72.71748093838121,41.6624754675881],[-72.71791293850652,41.662207467522315],[-72.7181329385714,41.66208946749237],[-72.71836793864075,41.6619644674606],[-72.71911693887176,41.66174046739315],[-72.71971193906117,41.661665467359505],[-72.72081793941493,41.66155646730285],[-72.72117793952886,41.66149946728024],[-72.72139493959756,41.66146546726667],[-72.72191193976474,41.66144646724639],[-72.72221293986524,41.66149046724524],[-72.72255593998221,41.66158346725223],[-72.72283794007839,41.66166046725809],[-72.72344494028204,41.66176646725913],[-72.72360594033466,41.66177046725472],[-72.7239629404515,41.66178146724538],[-72.72428094055557,41.66179146723711],[-72.72523494086799,41.66182446721283],[-72.72555294097212,41.66183546720475],[-72.72574994103601,41.66183146719765],[-72.72634294122848,41.66182146717666],[-72.72654094129275,41.6618184671697],[-72.72676894141503,41.6626594673253],[-72.726853941466,41.663067467401625],[-72.72691894150599,41.663396467463265],[-72.72698594154672,41.66372746752523],[-72.72704294158162,41.664013467578805],[-72.72721594168698,41.66487146773945],[-72.72727394172225,41.6651584677932],[-72.7273359417696,41.66563346788321],[-72.72739594181519,41.66608946796962],[-72.72744794185985,41.666574468061896],[-72.72752494191269,41.667060468153565],[-72.72754994192975,41.667216468182964],[-72.7275999419642,41.66753446824298],[-72.72765394199459,41.66775846828464],[-72.72781594208574,41.668430468409575],[-72.72786994211619,41.66865546845143],[-72.72798694218922,41.66926646856602],[-72.72823294234225,41.670542468805266],[-72.72834094241006,41.67111346891238],[-72.72835694241955,41.67118846892641],[-72.7284679424864,41.67172546902685],[-72.72853194252484,41.672033469084454],[-72.72855994254157,41.67216646910929],[-72.72896194280037,41.67440346952963],[-72.7289949428213,41.674581469563044],[-72.72914894292005,41.67543146972271],[-72.72924194298827,41.67609446984812],[-72.72935894307358,41.676920470004326],[-72.72959594321667,41.678072470219796],[-72.7297319432985,41.67872947034264],[-72.72975794331562,41.67888047037104],[-72.7298379433677,41.679335470456586],[-72.72986494338517,41.67948747048515],[-72.72991594341494,41.67971747052805],[-72.7300699435046,41.68040847065691],[-72.73012194353477,41.680639470699965],[-72.7301739435661,41.680891470747085],[-72.73033294366113,41.68164747088836],[-72.73038694369312,41.68189947093543],[-72.73075494392144,41.6837954712907],[-72.73046994383175,41.68384947131032],[-72.73030594378008,41.683879471321404],[-72.72981494362561,41.6839734713554],[-72.7296519435743,41.68400447136665],[-72.72940594349721,41.68405647138462],[-72.72866994326675,41.68421647143927],[-72.72842494319002,41.684269471457405],[-72.72817694311226,41.68432147147546],[-72.72743494287987,41.684481471530304],[-72.72718794280249,41.68453447154851],[-72.72595294241557,41.68479947163952],[-72.72519094217715,41.68496847169674],[-72.72473294203374,41.685067471730626],[-72.72457294198357,41.68510147174238],[-72.72383594175656,41.68532747180983],[-72.72317094155397,41.68557047187826],[-72.722055941219,41.686060472008975],[-72.72178694113873,41.68618847204241],[-72.7215239410617,41.68633847207992],[-72.72135794101018,41.686382472093776],[-72.72119094095842,41.68642847210804],[-72.7209579408871,41.68650747213083],[-72.72086694085885,41.686531472138384],[-72.72070194080774,41.68657747215261],[-72.7205679407662,41.68661347216389],[-72.72021894065617,41.686676472187315],[-72.71982594053091,41.686723472209046],[-72.71881794021405,41.68692147227977],[-72.71865994016451,41.686954472291255],[-72.7178069398925,41.687054472338026],[-72.71654493948758,41.687158472398735],[-72.7156609392029,41.687213472437804],[-72.71501293899496,41.6872664724689],[-72.71434893878317,41.687343472505134],[-72.71302393836211,41.68752447258276],[-72.71291293832674,41.68753747258886],[-72.71258093822094,41.68757747260726],[-72.71247093818592,41.687591472613526],[-72.71226093811885,41.687614472624716],[-72.71163293791845,41.68768547265866],[-72.71142393785182,41.6877104726702],[-72.71125293779718,41.687728472679176],[-72.71074193763384,41.687781472705865],[-72.71057193757957,41.687800472715004],[-72.70984793734911,41.68789247275609],[-72.70767593665782,41.688170472879705],[-72.70729093653533,41.688220472901754],[-72.70695193642284,41.688183472905465],[-72.70686193640398,41.68836647294382],[-72.70673093637676,41.68863647300028],[-72.70663693636087,41.688893473053064],[-72.70663393636201,41.68893047306033],[-72.70663093636401,41.68898247307048],[-72.70669593639306,41.68912047309512],[-72.70643993630469,41.68903247308631],[-72.70601593616594,41.689020473097614],[-72.70517093588954,41.68899847312049],[-72.70447693566254,41.68898047313932],[-72.70393393548575,41.688980473156754],[-72.70387893546791,41.68898147315871],[-72.703495935342,41.68896047316694],[-72.70324393525783,41.688923473167875],[-72.70321193524072,41.68880647314626],[-72.7031159351895,41.68845747308176],[-72.70308393517246,41.68834147306033],[-72.70312193517847,41.68823047303763],[-72.70310393515884,41.68798947299154],[-72.70310193515763,41.68797947298967],[-72.70296493507041,41.68723447284981],[-72.70287993502347,41.686897472787294],[-72.70286193501333,41.68682247277334],[-72.70281993498318,41.68653447271894],[-72.70272393492587,41.68607847263372],[-72.70269593490896,41.685942472608296],[-72.70239893474238,41.684719472381005],[-72.70228993468103,41.68426747229698],[-72.70224593465632,41.68408547226315],[-72.7021699346031,41.683587472169144],[-72.7019359344729,41.682642471993674],[-72.70188593444303,41.68240447194919],[-72.70173893435442,41.68169147181584],[-72.70168993432493,41.68145447177153],[-72.70151293421848,41.68060047161181],[-72.7009849339003,41.678040471132974],[-72.70086893383045,41.677478471027854],[-72.70087193382683,41.67739847101227],[-72.70089293383106,41.67735247100269],[-72.70092293383972,41.67733347099805],[-72.70105393388239,41.67733347099384],[-72.70103593387446,41.67729747098744],[-72.70098193385071,41.67718947096826],[-72.70096393384284,41.677154470962066],[-72.70089193380143,41.67683947090337],[-72.7006789336782,41.67589647072756],[-72.70060793363713,41.67558247066901],[-72.70056293361364,41.67542747064045],[-72.70042893354352,41.67496347055488],[-72.7003849335204,41.67480947052647],[-72.70038293351796,41.67477847052053],[-72.70037793351104,41.67468547050266],[-72.70037693350892,41.674654470496705],[-72.70036493350085,41.67458147048294],[-72.70178993395352,41.67438447039903],[-72.70507893499841,41.67393147020566],[-72.70509093500216,41.67392847020467],[-72.70513093501484,41.67392247020226],[-72.70514393501897,41.67392047020144],[-72.70550293513354,41.673880470182176],[-72.70658093547772,41.6737614701245],[-72.70694093559267,41.67372247010537],[-72.70680893551616,41.67313546999592],[-72.70641293528675,41.671376469667926],[-72.70628093521029,41.67079046955865],[-72.70633093522481,41.67075946955104],[-72.70648393526929,41.6706664695281],[-72.70653493528418,41.67063646952065]]]},"properties":{"name":4941,"geoid":"09003494100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.75035794837883,41.65017546414801],[-72.7503889484007,41.65038146418695],[-72.75048194846646,41.651002464304284],[-72.75051294848839,41.65120946434341],[-72.7505209485224,41.651758464449536],[-72.75054494862444,41.653406464768075],[-72.75055294865851,41.65395646487438],[-72.75082494880657,41.65499746506734],[-72.75164294925153,41.65812246564646],[-72.7519159494,41.659164465839545],[-72.75222694959002,41.6607164661302],[-72.75316295016128,41.665375467002576],[-72.75347495035173,41.66692846729334],[-72.75348995036657,41.667102467326565],[-72.75353795041201,41.667623467425926],[-72.75355495042757,41.66779846745927],[-72.75352195042598,41.667958467491324],[-72.7535459504418,41.66809846751767],[-72.75359395047306,41.66837146756899],[-72.75375495056096,41.6689914676839],[-72.75383295060335,41.669288467738916],[-72.75395195067432,41.66985146784411],[-72.75430895088721,41.67154046815973],[-72.75442795095825,41.672104468265125],[-72.75431095092127,41.67212346827257],[-72.7538769507841,41.672195468300494],[-72.75257595037313,41.67241346838458],[-72.75222695026284,41.67247146840705],[-72.75167795008943,41.67256346844253],[-72.75132794997883,41.672621468465024],[-72.75027794964711,41.67279746853291],[-72.74992894953691,41.672856468555565],[-72.74987094951854,41.67286546855918],[-72.74969694946367,41.672896468570784],[-72.74963994944575,41.67290746857474],[-72.74926794932838,41.67297246859932],[-72.74917194929816,41.672990468605896],[-72.74870594914894,41.67303346862921],[-72.74776594884814,41.673123468676884],[-72.74758994879146,41.67313446868467],[-72.74656994846397,41.673213468732804],[-72.74596194826883,41.673261468761666],[-72.74578094821076,41.673276468770396],[-72.74523994803747,41.67332546879729],[-72.7450599479798,41.673341468806164],[-72.74486894791876,41.673361468816196],[-72.7442959477359,41.67342546884703],[-72.74410594767527,41.6734464688572],[-72.74393094761912,41.67346046886554],[-72.7434059474508,41.673505468891165],[-72.743231947395,41.67352046889965],[-72.74304694733598,41.673541468909676],[-72.74249194715918,41.67360846894051],[-72.74230794710057,41.67363146895089],[-72.74224294707987,41.67363946895453],[-72.742050947019,41.67366746896612],[-72.74198694699872,41.67367746897012],[-72.74173494691836,41.673706468983845],[-72.74098294667857,41.67379346902487],[-72.74073194659857,41.673823469038766],[-72.74018094642214,41.67387446906637],[-72.73852894589338,41.67403146914992],[-72.73797894571737,41.674084469177885],[-72.7374709455543,41.674124469201956],[-72.73705094541951,41.67415846922206],[-72.73595394507026,41.67429546928387],[-72.73544994490987,41.67435946931248],[-72.73524894484582,41.67438346932359],[-72.73464794465451,41.67445946935763],[-72.73444794459091,41.674485469369095],[-72.73375994437083,41.674553469404394],[-72.73337494424797,41.674596469425104],[-72.73245594395488,41.674702469475186],[-72.73196194379881,41.67478546950714],[-72.73019594324634,41.67517746963984],[-72.72950494303026,41.675332469692094],[-72.72914894292005,41.67543146972271],[-72.7289949428213,41.674581469563044],[-72.72896194280037,41.67440346952963],[-72.72855994254157,41.67216646910929],[-72.72853194252484,41.672033469084454],[-72.7284679424864,41.67172546902685],[-72.72835694241955,41.67118846892641],[-72.72834094241006,41.67111346891238],[-72.72823294234225,41.670542468805266],[-72.72798694218922,41.66926646856602],[-72.72786994211619,41.66865546845143],[-72.72781594208574,41.668430468409575],[-72.72765394199459,41.66775846828464],[-72.7275999419642,41.66753446824298],[-72.72754994192975,41.667216468182964],[-72.72752494191269,41.667060468153565],[-72.72744794185985,41.666574468061896],[-72.72739594181519,41.66608946796962],[-72.7273359417696,41.66563346788321],[-72.72727394172225,41.6651584677932],[-72.72721594168698,41.66487146773945],[-72.72704294158162,41.664013467578805],[-72.72698594154672,41.66372746752523],[-72.72691894150599,41.663396467463265],[-72.726853941466,41.663067467401625],[-72.72676894141503,41.6626594673253],[-72.72654094129275,41.6618184671697],[-72.72634294122848,41.66182146717666],[-72.72574994103601,41.66183146719765],[-72.72555294097212,41.66183546720475],[-72.72523494086799,41.66182446721283],[-72.72428094055557,41.66179146723711],[-72.7239629404515,41.66178146724538],[-72.72360594033466,41.66177046725472],[-72.72344494028204,41.66176646725913],[-72.72283794007839,41.66166046725809],[-72.72255593998221,41.66158346725223],[-72.72221293986524,41.66149046724524],[-72.72244493991688,41.661072467156785],[-72.72314294007249,41.6598194668916],[-72.72337594012448,41.65940246680332],[-72.72377194021271,41.658690466652644],[-72.72493694047245,41.656599466210075],[-72.72495994047746,41.65655646620099],[-72.72535894056678,41.6558464660506],[-72.72547194059077,41.655622466003585],[-72.72561694062185,41.655340465944285],[-72.72581394066385,41.65495346586295],[-72.72592794068821,41.65473046581609],[-72.72616594074198,41.65431546572801],[-72.72678294088172,41.653246465501056],[-72.72688094090357,41.65307046546378],[-72.72711394095552,41.6526524653753],[-72.72683694085941,41.65254846536404],[-72.72680994085019,41.65254046536337],[-72.72653294075545,41.65246046535676],[-72.7260969406083,41.65236846535294],[-72.72585894053014,41.652356465358274],[-72.72563094045537,41.65234646536365],[-72.72553594042445,41.652346465366705],[-72.72574394049151,41.65233546535789],[-72.72589994054155,41.652322465350366],[-72.72699194089193,41.65223446529823],[-72.72735694100908,41.65220546528088],[-72.72729294093689,41.65130646510872],[-72.7271639407913,41.64949246476133],[-72.72892694135516,41.64931846467096],[-72.72904094139163,41.64930746466517],[-72.73019194175579,41.64912446459271],[-72.73033994180291,41.649106464584456],[-72.7320249423433,41.64896646450319],[-72.7344819431305,41.648748464381974],[-72.73617894367399,41.648594464297595],[-72.73693794391569,41.64850146425517],[-72.74446094631327,41.64761346384121],[-72.74469794638914,41.64759146382932],[-72.7448439464354,41.64756946382037],[-72.74528294657465,41.64750646379406],[-72.7454299466213,41.64748546378524],[-72.74581994674547,41.64743746376341],[-72.7469929471192,41.64729746369855],[-72.74738494724414,41.647251463677016],[-72.74852594760813,41.647123463615536],[-72.74987494803855,41.64697346354308],[-72.7501859482579,41.649039463933434],[-72.75035794837883,41.65017546414801]]]},"properties":{"name":4942.01,"geoid":"09003494201"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.92681900690523,41.669581462204974],[-72.92683100690795,41.669560462200494],[-72.92688900692211,41.66947946218295],[-72.92696700694131,41.6693724621597],[-72.9270380069587,41.66927346213826],[-72.92722200700966,41.66911946210247],[-72.92743200706624,41.66891646205636],[-72.92752400708282,41.66868546200867],[-72.92754100707602,41.668471461966696],[-72.92752200705706,41.66825046192453],[-72.92780300714432,41.6681784619015],[-72.9281520072554,41.668136461882035],[-72.92847700735946,41.668107461865866],[-72.92855200738343,41.66810046186208],[-72.92880700746602,41.668094461852654],[-72.92928800762559,41.668148461847494],[-72.9307310081044,41.66831246183241],[-72.93121300826435,41.66836746182739],[-72.93143000833653,41.668395461825774],[-72.93208300855378,41.66847946182083],[-72.93230100862635,41.66850846181938],[-72.93255000870897,41.668536461816714],[-72.93329700895696,41.668623461809304],[-72.93354600903962,41.66865246180683],[-72.93363000906751,41.66866246180604],[-72.93388400915197,41.668694461803994],[-72.93396900918025,41.66870546180338],[-72.93425900927642,41.668737461800134],[-72.93470900942566,41.66878746179522],[-72.93490400949007,41.66880446179218],[-72.93513000956435,41.66881746178733],[-72.93542200966029,41.66883446178115],[-72.93561400972239,41.668828461773764],[-72.93592100982005,41.66879046175645],[-72.93611200988026,41.66875746174385],[-72.93637700996328,41.66870246172461],[-72.93689801012633,41.66859146168621],[-72.9375010103141,41.66844646163856],[-72.93805801048751,41.66831246159456],[-72.93870901069086,41.66816746154534],[-72.9393000108754,41.668034461500426],[-72.93935501090853,41.66829846154973],[-72.93937601092784,41.66851446159087],[-72.93953601097196,41.66837746155915],[-72.94001701110462,41.667965461463794],[-72.94017801114911,41.667829461432234],[-72.9405620112705,41.667768461407974],[-72.94078901134282,41.66774246139556],[-72.94093001138775,41.667726461387886],[-72.94111301144667,41.66771646138002],[-72.94167001162819,41.66772246136309],[-72.9420790117636,41.66776346135775],[-72.94277301199477,41.66785846135359],[-72.94332701218039,41.6679524613538],[-72.9436130122751,41.66798146135011],[-72.94383701234847,41.66799046134458],[-72.94397601239304,41.66797946133795],[-72.94412601244107,41.66796646133056],[-72.94418901246128,41.66796146132755],[-72.94431901250292,41.66795046132118],[-72.94455201257708,41.667922461308194],[-72.94522501279134,41.667842461270865],[-72.94535101283162,41.667830461264444],[-72.94663401324087,41.667691461195865],[-72.94694301333733,41.66762146117228],[-72.94791601364169,41.66741246110024],[-72.94830801381742,41.66824746124911],[-72.94836101384234,41.668380461273124],[-72.9483740138484,41.668411461278694],[-72.94840901387063,41.66859946131395],[-72.94842301388701,41.66880446135316],[-72.94843301389858,41.66894846138071],[-72.94842001390164,41.669074461405515],[-72.94842401390449,41.66910146141061],[-72.94845601392682,41.66930746144944],[-72.94846701393911,41.66945846147831],[-72.9484990139553,41.669558461496614],[-72.94851701396456,41.66961746150744],[-72.94854601397914,41.66970646152372],[-72.94855201398212,41.66972446152701],[-72.94857001399116,41.669779461537075],[-72.9485760139942,41.66979846154055],[-72.94864101402389,41.66994646156709],[-72.94883701411331,41.67039046164664],[-72.94890301414331,41.67053846167313],[-72.9494360143893,41.67179546189907],[-72.94947601440953,41.671920461921964],[-72.94955101443966,41.672019461938675],[-72.94962301446914,41.67212446195666],[-72.94962601447045,41.672130461957735],[-72.94964901448095,41.67218246196704],[-72.94966701448911,41.6722224619742],[-72.94969201450056,41.67227946198442],[-72.94969801450324,41.672292461986736],[-72.94975201453815,41.672592462043035],[-72.94977201455072,41.67269746206271],[-72.94980201456885,41.672842462089775],[-72.9498930146236,41.67327746217101],[-72.94992401464206,41.67342246219806],[-72.94996801467134,41.67368146224675],[-72.95015001478775,41.674671462432386],[-72.9501770148026,41.674776462451824],[-72.9503180148883,41.67546546258058],[-72.95035601491043,41.67563446261204],[-72.95043501495404,41.67594446266945],[-72.9506750150859,41.67687546284179],[-72.95075501512993,41.67718646289936],[-72.9508310151685,41.67742646294333],[-72.95094501522615,41.677782463008505],[-72.95095201524886,41.67813546307658],[-72.95094901524966,41.67816646308267],[-72.95092901525773,41.67841846313208],[-72.95092301526023,41.67849546314718],[-72.95078401523816,41.67889546322907],[-72.95066601521589,41.67917446328689],[-72.95062301521185,41.67934646332158],[-72.9505670152009,41.67947246334776],[-72.95042801516323,41.67960246337743],[-72.95013701508027,41.679804463425974],[-72.9498730150063,41.68001046347441],[-72.94967201495041,41.68017446351267],[-72.94955901492499,41.680370463554254],[-72.94953301492085,41.68044546356961],[-72.94947101491127,41.68062846360703],[-72.9492790148912,41.68136146375508],[-72.949229014888,41.681587463800426],[-72.9488250147532,41.68152846380214],[-72.94761301434879,41.681352463807464],[-72.94749701431013,41.68133646380814],[-72.94720701421454,41.68131446381333],[-72.94708301417403,41.68131146381676],[-72.94671301405315,41.68130246382705],[-72.94659001401304,41.68130046383066],[-72.9462560139037,41.68128846383918],[-72.94525401357582,41.681254463865166],[-72.94492101346685,41.68124346387384],[-72.94466601338196,41.68120946387554],[-72.94461301336437,41.68120346387611],[-72.9442740132542,41.681205463887515],[-72.94396401315639,41.68125746390765],[-72.94390501313829,41.68127646391323],[-72.94373201308531,41.68133346392989],[-72.94366301306444,41.681360463937345],[-72.94349001301202,41.68142746395592],[-72.94319301292647,41.681618464002526],[-72.94227701266603,41.68226746415786],[-72.9422050126322,41.68208746412537],[-72.9421780126194,41.682017464112704],[-72.94206501256961,41.681792464072856],[-72.94189001249173,41.681429464008296],[-72.94162701236802,41.68076946388914],[-72.9412790121998,41.679817463716255],[-72.94122101216811,41.6795954636752],[-72.94112001211387,41.6792254636069],[-72.94094601202717,41.67870446351173],[-72.94084701197612,41.67837846345187],[-72.94078201193962,41.678112463402506],[-72.94077401192823,41.67796046337336],[-72.94085801190967,41.67716646321701],[-72.94086601189223,41.67681946314961],[-72.94083101186851,41.67660646310953],[-72.94056601172097,41.675544462912654],[-72.94030901156307,41.67425846267214],[-72.94019401148448,41.6735454625379],[-72.93999801142148,41.67355846254679],[-72.93941101123293,41.673599462573776],[-72.9392160111703,41.67361346258282],[-72.93785101073506,41.67376446265637],[-72.93717801052013,41.67383346269157],[-72.93675101038403,41.67388146271472],[-72.93547300997665,41.6740254627841],[-72.93504700984093,41.674074462807404],[-72.93499600982001,41.67399946279454],[-72.93484300975724,41.67377446275598],[-72.93479200973638,41.673700462743284],[-72.93387600944277,41.67377546278757],[-72.9333550092758,41.67381846281278],[-72.9311430085738,41.67412146294323],[-72.93068500842853,41.674185462970485],[-72.93023400828541,41.67424746299714],[-72.92965600810047,41.67430046302614],[-72.92951300805349,41.67429246302924],[-72.92948800804531,41.674291463029846],[-72.92935600800115,41.67427046303006],[-72.92914100792461,41.67415646301499],[-72.92893900784807,41.67396846298517],[-72.92867800774683,41.67368546293888],[-72.92853300769,41.673518462911275],[-72.92825200757865,41.673172462853415],[-72.92795300746337,41.672860462802745],[-72.92795000746212,41.67285546280187],[-72.92785800742324,41.672700462774856],[-72.92774800737136,41.67242146272445],[-72.92767200733337,41.6721914626824],[-72.92764900731784,41.672052462656254],[-72.9276070072987,41.67195746263921],[-72.92731400716472,41.67128746251906],[-72.9272170071203,41.67106446247905],[-72.92718500710568,41.67099146246597],[-72.92711000707205,41.67083146243744],[-72.92699000701806,41.670572462391206],[-72.92687200696858,41.67038046235788],[-72.92679000693165,41.67020246232608],[-72.92677500692353,41.67014646231574],[-72.92675300691126,41.670057462299226],[-72.92674800690367,41.66995446227946],[-72.92678100691153,41.66990446226872],[-72.92683000692585,41.66987646226171],[-72.92689100694366,41.66984146225294],[-72.9268640069325,41.669800462245895],[-72.92683100692156,41.669796462246175],[-72.92673200688867,41.66978446224708],[-72.92669900687768,41.66978046224737],[-72.92672200688287,41.669740462238885],[-72.92679400689937,41.66962046221333],[-72.92680900690284,41.669596462208176],[-72.92681900690523,41.669581462204974]]]},"properties":{"name":4061,"geoid":"09003406100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.87058898752748,41.650703460371886],[-72.87105598767698,41.650661460348644],[-72.87245698812544,41.6505354602789],[-72.87292498827533,41.65049446025583],[-72.87331598840036,41.650457460236],[-72.87448998877599,41.65034846017693],[-72.87488198890149,41.65031346015746],[-72.87724998965919,41.65009546003861],[-72.88052899070527,41.64973945986355],[-72.88061399073241,41.64973045985906],[-72.88073099076897,41.649704459850234],[-72.88153899102873,41.64965145981382],[-72.88171099108371,41.649634459804965],[-72.88175199109675,41.64962945980266],[-72.88239199130136,41.64956745976994],[-72.88260599136983,41.649547459759134],[-72.88274499141336,41.64951845974902],[-72.88290199146257,41.649486459737744],[-72.88310499152608,41.64944245972265],[-72.88316499154553,41.649441459720514],[-72.88330799159199,41.649440459715684],[-72.88332999159903,41.649438459714595],[-72.88338099161545,41.64943545971237],[-72.88338399161746,41.649453459715744],[-72.88338899162041,41.64947645972004],[-72.88347799167497,41.649921459803345],[-72.88374499183868,41.651257460053436],[-72.88383499189362,41.65170346013689],[-72.88388599192436,41.651949460182905],[-72.88404099201726,41.6526874603208],[-72.88409299204832,41.652933460366754],[-72.88416499209218,41.653288460433174],[-72.88438199222405,41.65435346063239],[-72.88445499226829,41.65470946069897],[-72.88450999230162,41.65497746074908],[-72.88459099235013,41.655362460821],[-72.88473599243228,41.65597046093405],[-72.884716992431,41.65605546095112],[-72.88479499247865,41.65644246102354],[-72.88503099262236,41.65760546124109],[-72.88510999267041,41.65799346131367],[-72.88512199267805,41.658058461325865],[-72.88515799270098,41.65825346136247],[-72.88516999270867,41.658319461374845],[-72.88541899284134,41.65921646154047],[-72.88616899324023,41.66190746203721],[-72.88641899337327,41.66280546220297],[-72.88642999337922,41.66284646221056],[-72.88646299339705,41.66296946223329],[-72.88647399340303,41.66301146224106],[-72.88647699340562,41.663039462246395],[-72.88648899341455,41.66312646226285],[-72.8864929934175,41.66315546226834],[-72.88654699346762,41.66372046237598],[-72.88670899361802,41.66541646269906],[-72.88676299366816,41.66598246280688],[-72.8867399936608,41.66598446280802],[-72.88668099364212,41.66599346281168],[-72.8866769936411,41.66599846281278],[-72.88666399363791,41.666016462816685],[-72.88669699365694,41.66616046284348],[-72.88679699371441,41.666593462924084],[-72.88683099373384,41.666738462951045],[-72.88687399375871,41.66692746298624],[-72.88700499383398,41.667494463091764],[-72.88704899385918,41.667683463126906],[-72.88708199387759,41.667816463151595],[-72.88718299393354,41.66821746322594],[-72.88721699395231,41.6683514632508],[-72.88725599397584,41.66853946328593],[-72.88737499404715,41.66910546339163],[-72.88741499407105,41.66929446342691],[-72.8874329940768,41.66929246342594],[-72.88748899409477,41.669288463423364],[-72.88750799410091,41.66928746342255],[-72.88752699411758,41.66946946345716],[-72.88758399416757,41.670015463561],[-72.88760399418462,41.67019846359578],[-72.88761799419775,41.67034746362417],[-72.88766199423785,41.67079446370927],[-72.88767699425131,41.670943463737636],[-72.887703994268,41.67108046376327],[-72.88771499427479,41.67113646377374],[-72.88778499431807,41.67149246384039],[-72.8878119943348,41.67163046386622],[-72.88786699436872,41.671908463918264],[-72.88803399447127,41.67274546407485],[-72.88808999450558,41.67302446412703],[-72.88813399453193,41.67323346416606],[-72.88826699461151,41.6738634642837],[-72.8882789946187,41.67392046429435],[-72.88829499462828,41.67399646430854],[-72.8883109946379,41.674073464322916],[-72.88832299464556,41.674138464335115],[-72.88833599465349,41.674202464347076],[-72.88835299466419,41.67429246436395],[-72.88848299474436,41.67494946448689],[-72.8885269947713,41.67516846452784],[-72.88849399476062,41.67516946452911],[-72.88839899473007,41.675175464533346],[-72.88836699471976,41.67517746453478],[-72.88684399422942,41.675266464601336],[-72.88615999400919,41.675306464631234],[-72.88281199292847,41.67545346476813],[-72.88227199275279,41.675453464785626],[-72.88192899264119,41.675453464796725],[-72.8807469922551,41.67542646482978],[-72.88041299214423,41.67538846483323],[-72.87941499181302,41.6752754648437],[-72.87908199170256,41.675238464847325],[-72.87859299154064,41.67518946485367],[-72.87812999138737,41.67514346485975],[-72.87712999105418,41.675007464865814],[-72.87664399089228,41.67494146486877],[-72.87610499071086,41.674836464865905],[-72.87490399030683,41.67460546486008],[-72.87448899016702,41.674522464857446],[-72.87395198998615,41.67441546485412],[-72.8735299898443,41.674336464852495],[-72.8726599895525,41.67418446485123],[-72.872601989533,41.67417346485098],[-72.86986998861663,41.673695464846894],[-72.86854998817392,41.6734654648451],[-72.86822898806626,41.673409464844646],[-72.86774298790452,41.67334646484818],[-72.86737198778198,41.673314464853995],[-72.8672809877519,41.67330646485539],[-72.8671899877219,41.67329946485698],[-72.86708898768875,41.67329446485929],[-72.86706498768082,41.67329246485968],[-72.86698798765559,41.673289464861575],[-72.86687498761849,41.67328346486408],[-72.86669298755871,41.67327346486803],[-72.86656898751802,41.67326746487088],[-72.86678798756624,41.67286746478636],[-72.86681298757183,41.67282346477705],[-72.8674329877067,41.67166246453223],[-72.86764798775357,41.67126146444766],[-72.86752498771368,41.67126346445203],[-72.86746798769525,41.67126546445426],[-72.8671589875937,41.67124746446077],[-72.86703698755365,41.67124146446356],[-72.86661398742484,41.67139446450687],[-72.86534798703948,41.67185546463707],[-72.86492598691106,41.67200946468054],[-72.86478298686751,41.67206146469523],[-72.8643549867373,41.67221846473948],[-72.86421298669416,41.672271464754346],[-72.8626229862123,41.672887464925],[-72.86196898601355,41.67313146499342],[-72.86185498597986,41.67319046500852],[-72.86176298595132,41.673214465016144],[-72.85898098504855,41.67325546511408],[-72.85922898509924,41.672734465005206],[-72.85942898514037,41.672318464918206],[-72.86002998526408,41.67107046465717],[-72.8602309853056,41.67065546457032],[-72.86044998535212,41.670225464480005],[-72.86110598549143,41.66893746420943],[-72.8613259855383,41.66850846411926],[-72.8614219855585,41.668316464078984],[-72.86171098561933,41.66773946395793],[-72.8618079856399,41.66754846391782],[-72.86194698566963,41.66727946386124],[-72.8623659857597,41.666475463692024],[-72.86250598578984,41.666207463635615],[-72.86260198581122,41.66603646359939],[-72.86289298587637,41.665523463490665],[-72.86298998589814,41.665353463454615],[-72.86304098590881,41.66525046343303],[-72.86319498594119,41.664942463368405],[-72.86324698595224,41.66484046334698],[-72.86327698595878,41.66478446333515],[-72.8633689859791,41.66461746329985],[-72.86339998598602,41.6645624632882],[-72.86351698601217,41.66435546324434],[-72.86386998609146,41.66373746311326],[-72.86398898611831,41.663531463069525],[-72.86401498612386,41.663480463058804],[-72.86412798614865,41.663272463014884],[-72.86437298620443,41.662856462926406],[-72.86456298624735,41.662528462856756],[-72.86500198634685,41.66177546269677],[-72.86515698638108,41.66149346263714],[-72.86545098644645,41.660967462525775],[-72.86609898659098,41.65981546228175],[-72.8663129866355,41.6593794621904],[-72.86657898669097,41.65883946207723],[-72.86661998669966,41.65875846206022],[-72.86674198672532,41.65851446200901],[-72.86674298672565,41.658514462008974],[-72.86678498673471,41.65843446199213],[-72.8670399867874,41.65790846188204],[-72.86736798685425,41.65721546173723],[-72.86756698689764,41.656844461658935],[-72.86761198690722,41.65675646164045],[-72.86774598693569,41.656493461585185],[-72.86779198694563,41.65640646156684],[-72.86790098696845,41.65618646152071],[-72.8682289870373,41.65552846138268],[-72.86833898706047,41.655309461336714],[-72.86846398708659,41.65505646128368],[-72.86868798713368,41.65460846118967],[-72.86883298716285,41.654295461124356],[-72.8689519871869,41.65404046107112],[-72.86906398721021,41.65381246102334],[-72.86940198728088,41.65312946088012],[-72.86951598730492,41.65290246083249],[-72.86953998730968,41.652849460821436],[-72.86961398732478,41.65269346078884],[-72.8696389873299,41.65264146077796],[-72.86980098736375,41.652313460709195],[-72.87028698746518,41.65132846050271],[-72.8704499874994,41.6510014604341],[-72.87047598750436,41.650940460421445],[-72.87051298751173,41.650859460404554],[-72.87055998752145,41.65076246038426],[-72.87058898752748,41.650703460371886]]]},"properties":{"name":4205,"geoid":"09003420500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.940648024517,41.895204505293954],[-72.9397750242359,41.89526250533362],[-72.93922802405982,41.895299505358594],[-72.93914702403349,41.89530050536143],[-72.93021702115631,41.89586250576105],[-72.9295460209401,41.89590450579103],[-72.92940702089597,41.89592450579941],[-72.9293740208855,41.89592950580146],[-72.929363020882,41.895930505802],[-72.92884402071506,41.89596850582625],[-72.92737102024147,41.896078505895474],[-72.92684802007255,41.89610450591757],[-72.9201670179191,41.89651150621382],[-72.92004301787908,41.896518506219216],[-72.91534701636544,41.89680550642761],[-72.91379801610404,41.900971507279685],[-72.90962501539973,41.91219250957438],[-72.90931101534659,41.913034509746566],[-72.90860701522784,41.91492851013382],[-72.90685301493195,41.91964651109839],[-72.90675501491575,41.91991551115333],[-72.90664601489712,41.920204511212454],[-72.90594601475665,41.92170451152373],[-72.90447001427331,41.92166751156477],[-72.90406001413909,41.921657511576214],[-72.90004401282403,41.92155651168777],[-72.89856901234101,41.92151951172874],[-72.89707701185132,41.92146251176642],[-72.89260201038262,41.9212935118798],[-72.89111100989328,41.92123751191763],[-72.88821700894474,41.92115051199522],[-72.8848810078514,41.92105151208489],[-72.88474100780547,41.92104651208848],[-72.87953800610012,41.92089051222801],[-72.8792070059917,41.92088151223705],[-72.87664500515194,41.9208045123057],[-72.87658500506139,41.91958851207378],[-72.87651300495185,41.91811451179264],[-72.87634900470438,41.91479151115878],[-72.87593700407939,41.90638350955468],[-72.87546400336362,41.89675550771742],[-72.875169002917,41.89074450657012],[-72.87510900281934,41.88940450631415],[-72.87493200252747,41.88538650554645],[-72.87487300243022,41.8840475052906],[-72.87476700224283,41.88142450478908],[-72.87467300207611,41.87908850434238],[-72.87454800185469,41.875986503749175],[-72.87450800178527,41.875018503564085],[-72.87444700168031,41.87355750328473],[-72.87434000149275,41.87093550278329],[-72.8743280014722,41.870649502728604],[-72.87420400125539,41.8676195021491],[-72.87379700054397,41.85767450024673],[-72.87366200030714,41.85435949961248],[-72.87353000006688,41.85096849896343],[-72.87319799945408,41.842289497301785],[-72.87318599944888,41.842267497297925],[-72.8731969994502,41.84222849729005],[-72.87320199945107,41.84221549728738],[-72.87314699935033,41.84079049701453],[-72.8730189991115,41.837398496364926],[-72.87295299907,41.83705449630078],[-72.87275699894622,41.83602349610841],[-72.87269199890511,41.83568049604441],[-72.87238199865101,41.83304549554655],[-72.87230499858771,41.83238749542222],[-72.87230199858563,41.83236849541864],[-72.87109799761657,41.8224364935429],[-72.87069699729378,41.819126492917654],[-72.87214699784727,41.82052449314014],[-72.87233099791732,41.820698493167704],[-72.8724909979783,41.82085149319202],[-72.87268199805047,41.821022493218784],[-72.8728189981024,41.82114849323864],[-72.87321699825226,41.821496493292805],[-72.87378999846389,41.821926493357104],[-72.87422799862263,41.822203493396295],[-72.87451499872483,41.822353493415896],[-72.87489799885854,41.82250749343314],[-72.8752129989672,41.822611493442956],[-72.87559499909771,41.8227164934508],[-72.87597299922592,41.82280349345528],[-72.87658499943119,41.82290549345505],[-72.8766329994473,41.82291349345504],[-72.87730099966774,41.82296249344278],[-72.87844400004418,41.82303349341933],[-72.87906500024874,41.82307249340667],[-72.87916700028237,41.8230794934047],[-72.8794740003836,41.823100493398776],[-72.87957700041756,41.823107493396776],[-72.88003900057177,41.8231714933941],[-72.88040000069277,41.82323049339375],[-72.88099600089458,41.823362493399834],[-72.88173900114755,41.82355049341193],[-72.88381400185385,41.82407349344532],[-72.8846880021458,41.82419849344102],[-72.88507200227251,41.82422649343392],[-72.88536300236748,41.824229493425065],[-72.8856510024607,41.82421949341376],[-72.8859430025549,41.82420349340117],[-72.88623200264752,41.82417749338677],[-72.88654200274645,41.824142493369955],[-72.88744600303257,41.82399849331278],[-72.88757800307422,41.823975493304076],[-72.88781700314956,41.823932493288005],[-72.88888600348652,41.82373849321584],[-72.88907200354558,41.82371249320478],[-72.88945100366607,41.82366149318263],[-72.89001000384658,41.82363449315925],[-72.89053400401814,41.82364949314509],[-72.89106900419573,41.82370649313869],[-72.89162800438426,41.82381749314191],[-72.89206100453251,41.823941493151736],[-72.89258300471143,41.82409449316427],[-72.89282300479437,41.824176493172274],[-72.89316300491198,41.824294493183956],[-72.89360100506512,41.82447449320441],[-72.89400300520668,41.824657493226624],[-72.89422200528361,41.82475349323802],[-72.89488100551513,41.825043493272496],[-72.89510100559242,41.82514049328403],[-72.89538100569072,41.825262493298446],[-72.89653800609815,41.82578849336222],[-72.89685200620929,41.825940493381296],[-72.89714800631394,41.826082493399056],[-72.89833500673397,41.82665649347111],[-72.89890400694443,41.827088493535875],[-72.89944400714415,41.82749849359734],[-72.90010500739054,41.828032493678776],[-72.90049300753519,41.82834649372668],[-72.90135100785349,41.829014493827536],[-72.90158600793947,41.82917649385111],[-72.90181100802097,41.82931749387097],[-72.90207100811409,41.82946249389047],[-72.902179008152,41.82950949389601],[-72.90264400831539,41.8297144939204],[-72.90296700842734,41.829830493932256],[-72.90374700870115,41.83016949397221],[-72.90429500889348,41.83040749400026],[-72.90482400907686,41.830597494019656],[-72.90539900927398,41.83076649403353],[-72.90584500942427,41.8308524940356],[-72.90618000953653,41.8309064940351],[-72.90629800957606,41.83092549403492],[-72.90702300981805,41.83102549403059],[-72.90735700992951,41.831071494028606],[-72.90835901026391,41.83120949402258],[-72.90869401037573,41.83125549402055],[-72.91016201086472,41.8314414940086],[-72.91168701137268,41.83163449399616],[-72.91456601233307,41.83202349397741],[-72.91562401268601,41.83216649397052],[-72.91603501282273,41.83221549396659],[-72.91618501287266,41.832233493965155],[-72.916637013023,41.83228749396086],[-72.91678801307326,41.83230549395941],[-72.91694001312328,41.83231449395618],[-72.91718801320499,41.8323304939512],[-72.91739801327414,41.83234349394687],[-72.91755101332456,41.83235349394381],[-72.91784101342049,41.83237849393919],[-72.9187100137079,41.832453493925335],[-72.91900101380413,41.83247849392069],[-72.91923001388093,41.83251649392055],[-72.9199120141097,41.832630493920306],[-72.91991901411205,41.83263149392027],[-72.92014501418898,41.832688493923904],[-72.92033701425432,41.83273649392689],[-72.92091501445108,41.832882493936204],[-72.9211080145168,41.83293149393937],[-72.92147401464072,41.83301249394306],[-72.92257201501262,41.833257493954505],[-72.92293901513696,41.83333949395837],[-72.92589301614098,41.83405849400071],[-72.92760301673022,41.83461249405175],[-72.92824101696092,41.835005494106696],[-72.92872001713634,41.835338494155266],[-72.92863001709962,41.835211494133716],[-72.92855901706898,41.83508249411118],[-72.92854201705732,41.83497749409151],[-72.92853501704164,41.834747494047406],[-72.92851801703087,41.83465749403061],[-72.92841901698469,41.83441849398778],[-72.92821801689361,41.83397849390953],[-72.9275940166299,41.832940493729815],[-72.92790701673033,41.83291449371461],[-72.92809701679127,41.83289849370534],[-72.92817101681503,41.83289249370176],[-72.92820201682495,41.83288949370018],[-72.92824501683877,41.832886493698204],[-72.92843601690012,41.83287149368909],[-72.92852001692702,41.8328634936848],[-72.92862601696108,41.83285549367981],[-72.9290650171019,41.83281849365838],[-72.92954001725433,41.83277949363538],[-72.92997701739509,41.832752493615935],[-72.93038501752856,41.83276249360458],[-72.9304440175479,41.832764493603015],[-72.93065201761681,41.8327844936001],[-72.93082401767383,41.83280149359778],[-72.93132801784218,41.83287349359523],[-72.93210201810453,41.83304949360394],[-72.93357001860211,41.83338349362046],[-72.93399801874607,41.83346149362154],[-72.93446401890034,41.83350449361464],[-72.93494101905662,41.83352049360218],[-72.93537801919763,41.8334974935835],[-72.9358150193375,41.83345549356116],[-72.93596001938326,41.83343049355162],[-72.93624901947454,41.83338149353276],[-72.93666201960336,41.83328349350041],[-72.9370760197306,41.833153493461865],[-72.93721801977364,41.833098493446634],[-72.93739201982642,41.83303149342805],[-72.93772301992588,41.8328884933897],[-72.93773901993075,41.83288249338803],[-72.93805602002392,41.83270949334435],[-72.93844302013609,41.832471493285865],[-72.93910902032606,41.83200949317513],[-72.93956002045483,41.831698493100475],[-72.93954602045255,41.831737493108456],[-72.93845202027143,41.83474349372342],[-72.93826702024074,41.83525049382717],[-72.93771402014934,41.836772494138486],[-72.93753002011903,41.83728049424237],[-72.93744202010323,41.837501494287814],[-72.93718702005212,41.83804949440173],[-72.93655801992402,41.83936649467602],[-72.9363490198816,41.8398064947676],[-72.93641101991287,41.8399964948022],[-72.93642001991739,41.8400234948071],[-72.93650301995886,41.840271494852175],[-72.93679102008026,41.840744494933936],[-72.93702802016772,41.84092049496011],[-72.93726402025547,41.84110749498846],[-72.93757002036757,41.84132049501952],[-72.93779102044357,41.841389495025616],[-72.93790502048404,41.84144649503287],[-72.93793602050036,41.84155349505248],[-72.93805002054239,41.841637495064944],[-72.93811902057065,41.84173649508177],[-72.93820302060023,41.84177449508635],[-72.93830202063957,41.84189649510663],[-72.93853902072837,41.84209549513724],[-72.93859202075188,41.84220249515614],[-72.93872202079643,41.84224049515921],[-72.93909602093424,41.84251449519982],[-72.93958402110393,41.842698495219345],[-72.93977502116986,41.84276249522544],[-72.94028602134279,41.84287349523018],[-72.94088102155082,41.84311749525779],[-72.94117102164795,41.84316349525718],[-72.94144502174139,41.84323549526212],[-72.94169002182703,41.8433354952734],[-72.94224602201501,41.843453495278006],[-72.94333002237829,41.84362849527638],[-72.9442070226686,41.843708495263186],[-72.94461902279814,41.84362849523434],[-72.94514602296805,41.843598495211374],[-72.94592402322233,41.84361349518887],[-72.94616802330314,41.843636495185336],[-72.94652702342007,41.843636495173634],[-72.94795302386184,41.84324749505218],[-72.94871602410191,41.84310249499935],[-72.94930402429232,41.84308349497651],[-72.9498610244659,41.84294949493252],[-72.95033402460906,41.84276249488105],[-72.95063102470316,41.842717494862704],[-72.95118802488388,41.84270549484223],[-72.95157002501188,41.84276649484151],[-72.95177302508345,41.842860494853014],[-72.95189002512745,41.842961494868646],[-72.95193602515116,41.84311049489584],[-72.95208102524528,41.843914495046015],[-72.95225602533193,41.84442249513816],[-72.95234702538404,41.84480749520936],[-72.95268502553509,41.84550949533357],[-72.95274102556016,41.84562649535428],[-72.95327902575681,41.845993495407434],[-72.95355302587659,41.84651649549924],[-72.95365202591887,41.84668849552915],[-72.95361402591156,41.84677549554715],[-72.95343102586247,41.84695549558779],[-72.95338502585415,41.84706949561125],[-72.95339302586743,41.847252495646245],[-72.9535070259275,41.847645495718226],[-72.95361402597261,41.84782149574865],[-72.95366002598983,41.847859495754456],[-72.95369102600768,41.84799249577905],[-72.95372902602789,41.84812649580364],[-72.95377402605124,41.848275495830876],[-72.95381202607219,41.84842249585795],[-72.95385002608684,41.84846149586423],[-72.95384502609252,41.84858649588847],[-72.95378702616416,41.850137496189106],[-72.95364802633819,41.8538934969171],[-72.95364102633788,41.85392749692387],[-72.95357102632506,41.8540984969591],[-72.95352402631657,41.85421549698315],[-72.9533630262875,41.85461549706546],[-72.95329502627546,41.85478849710099],[-72.9532500262674,41.854901497124224],[-72.95324802626698,41.85490549712507],[-72.95322002626165,41.854970497138495],[-72.95320502625853,41.85500049714476],[-72.95301802622534,41.85547549724234],[-72.95273302617512,41.85620549739224],[-72.95220202608031,41.857543497667244],[-72.95196002603721,41.858155497793014],[-72.95193302603302,41.8582344978091],[-72.951013025887,41.86086549834579],[-72.95060102582177,41.862046498586665],[-72.9482550254497,41.86876049995599],[-72.94733602530408,41.871392500492725],[-72.94634302513502,41.874035501033944],[-72.94627402519188,41.8753935012976],[-72.946179025269,41.87724250165664],[-72.94389502496797,41.88482350319033],[-72.94348102491335,41.88619650346808],[-72.94284802483035,41.88830450389442],[-72.94252902479622,41.8894985041346],[-72.94251602479584,41.889564504147735],[-72.94244002479242,41.88992950422045],[-72.94241002478809,41.89002250423933],[-72.940648024517,41.895204505293954]]]},"properties":{"name":4641.01,"geoid":"09003464101"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.94902502206574,41.806439487922496],[-72.94894002205197,41.80667848797134],[-72.94885502203822,41.8069174880202],[-72.94801402190338,41.80930448850792],[-72.94717102176786,41.81169148899565],[-72.94713802176159,41.81176848901158],[-72.94710702175597,41.81184548902744],[-72.94700602173819,41.81210448908066],[-72.94692402172342,41.81230948912286],[-72.94684302170906,41.81251548916523],[-72.94680502170232,41.81261248918518],[-72.94651302164958,41.81333948933486],[-72.94648202164407,41.81341848935109],[-72.94636402162375,41.813729489414904],[-72.94624702160374,41.814039489478496],[-72.94610002157845,41.8144274895581],[-72.94595302155322,41.81481648963788],[-72.94576202152057,41.81532348974185],[-72.94556902148726,41.815830489845894],[-72.94451102130587,41.81863149042039],[-72.94345202112424,41.82143349099508],[-72.94164802081465,41.826203491973345],[-72.94156002080155,41.826470492027674],[-72.94144802078459,41.8268054920959],[-72.94140402077579,41.82690049211564],[-72.94127602075083,41.827187492175135],[-72.94123302074243,41.82728349219504],[-72.9410950207152,41.82758749225813],[-72.94068402063455,41.82850049244749],[-72.94054502060699,41.82880449251061],[-72.94047602059722,41.82902249255489],[-72.940454020594,41.82909049256871],[-72.94040302058625,41.82924249259967],[-72.94038702058316,41.82927849260713],[-72.94037202058084,41.8293224926161],[-72.94029602056906,41.829545492661545],[-72.94022802055852,41.82974449270212],[-72.93979402049118,41.83101449296103],[-72.93956002045483,41.831698493100475],[-72.93910902032606,41.83200949317513],[-72.93844302013609,41.832471493285865],[-72.93805602002392,41.83270949334435],[-72.93773901993075,41.83288249338803],[-72.93772301992588,41.8328884933897],[-72.93739201982642,41.83303149342805],[-72.93721801977364,41.833098493446634],[-72.9370760197306,41.833153493461865],[-72.93666201960336,41.83328349350041],[-72.93624901947454,41.83338149353276],[-72.93596001938326,41.83343049355162],[-72.9358150193375,41.83345549356116],[-72.93537801919763,41.8334974935835],[-72.93494101905662,41.83352049360218],[-72.93446401890034,41.83350449361464],[-72.93399801874607,41.83346149362154],[-72.93357001860211,41.83338349362046],[-72.93210201810453,41.83304949360394],[-72.93132801784218,41.83287349359523],[-72.93082401767383,41.83280149359778],[-72.93065201761681,41.8327844936001],[-72.9304440175479,41.832764493603015],[-72.93038501752856,41.83276249360458],[-72.92997701739509,41.832752493615935],[-72.92954001725433,41.83277949363538],[-72.9290650171019,41.83281849365838],[-72.92862601696108,41.83285549367981],[-72.92852001692702,41.8328634936848],[-72.92843601690012,41.83287149368909],[-72.92824501683877,41.832886493698204],[-72.92820201682495,41.83288949370018],[-72.92817101681503,41.83289249370176],[-72.92809701679127,41.83289849370534],[-72.92790701673033,41.83291449371461],[-72.9275940166299,41.832940493729815],[-72.92821801689361,41.83397849390953],[-72.92841901698469,41.83441849398778],[-72.92851801703087,41.83465749403061],[-72.92853501704164,41.834747494047406],[-72.92854201705732,41.83497749409151],[-72.92855901706898,41.83508249411118],[-72.92863001709962,41.835211494133716],[-72.92872001713634,41.835338494155266],[-72.92824101696092,41.835005494106696],[-72.92760301673022,41.83461249405175],[-72.92589301614098,41.83405849400071],[-72.92293901513696,41.83333949395837],[-72.92257201501262,41.833257493954505],[-72.92147401464072,41.83301249394306],[-72.9211080145168,41.83293149393937],[-72.92091501445108,41.832882493936204],[-72.92033701425432,41.83273649392689],[-72.92014501418898,41.832688493923904],[-72.91991901411205,41.83263149392027],[-72.9199120141097,41.832630493920306],[-72.91923001388093,41.83251649392055],[-72.91900101380413,41.83247849392069],[-72.9187100137079,41.832453493925335],[-72.91784101342049,41.83237849393919],[-72.91755101332456,41.83235349394381],[-72.91739801327414,41.83234349394687],[-72.91718801320499,41.8323304939512],[-72.91694001312328,41.83231449395618],[-72.91678801307326,41.83230549395941],[-72.916637013023,41.83228749396086],[-72.91618501287266,41.832233493965155],[-72.91603501282273,41.83221549396659],[-72.91562401268601,41.83216649397052],[-72.91456601233307,41.83202349397741],[-72.91168701137268,41.83163449399616],[-72.91016201086472,41.8314414940086],[-72.90869401037573,41.83125549402055],[-72.90835901026391,41.83120949402258],[-72.90735700992951,41.831071494028606],[-72.90702300981805,41.83102549403059],[-72.90629800957606,41.83092549403492],[-72.90618000953653,41.8309064940351],[-72.90584500942427,41.8308524940356],[-72.90539900927398,41.83076649403353],[-72.90482400907686,41.830597494019656],[-72.90429500889348,41.83040749400026],[-72.90374700870115,41.83016949397221],[-72.90296700842734,41.829830493932256],[-72.90264400831539,41.8297144939204],[-72.902179008152,41.82950949389601],[-72.90207100811409,41.82946249389047],[-72.90181100802097,41.82931749387097],[-72.90158600793947,41.82917649385111],[-72.90135100785349,41.829014493827536],[-72.90049300753519,41.82834649372668],[-72.90010500739054,41.828032493678776],[-72.89944400714415,41.82749849359734],[-72.89890400694443,41.827088493535875],[-72.89833500673397,41.82665649347111],[-72.89714800631394,41.826082493399056],[-72.89685200620929,41.825940493381296],[-72.89653800609815,41.82578849336222],[-72.89538100569072,41.825262493298446],[-72.89510100559242,41.82514049328403],[-72.89488100551513,41.825043493272496],[-72.89422200528361,41.82475349323802],[-72.89400300520668,41.824657493226624],[-72.89360100506512,41.82447449320441],[-72.89316300491198,41.824294493183956],[-72.89282300479437,41.824176493172274],[-72.89258300471143,41.82409449316427],[-72.89206100453251,41.823941493151736],[-72.89162800438426,41.82381749314191],[-72.89106900419573,41.82370649313869],[-72.89053400401814,41.82364949314509],[-72.89001000384658,41.82363449315925],[-72.88945100366607,41.82366149318263],[-72.88907200354558,41.82371249320478],[-72.88888600348652,41.82373849321584],[-72.88781700314956,41.823932493288005],[-72.88757800307422,41.823975493304076],[-72.88744600303257,41.82399849331278],[-72.88654200274645,41.824142493369955],[-72.88623200264752,41.82417749338677],[-72.8859430025549,41.82420349340117],[-72.8856510024607,41.82421949341376],[-72.88536300236748,41.824229493425065],[-72.88507200227251,41.82422649343392],[-72.8846880021458,41.82419849344102],[-72.88381400185385,41.82407349344532],[-72.88173900114755,41.82355049341193],[-72.88099600089458,41.823362493399834],[-72.88040000069277,41.82323049339375],[-72.88003900057177,41.8231714933941],[-72.87957700041756,41.823107493396776],[-72.8794740003836,41.823100493398776],[-72.87916700028237,41.8230794934047],[-72.87906500024874,41.82307249340667],[-72.87844400004418,41.82303349341933],[-72.87730099966774,41.82296249344278],[-72.8766329994473,41.82291349345504],[-72.87658499943119,41.82290549345505],[-72.87597299922592,41.82280349345528],[-72.87559499909771,41.8227164934508],[-72.8752129989672,41.822611493442956],[-72.87489799885854,41.82250749343314],[-72.87451499872483,41.822353493415896],[-72.87422799862263,41.822203493396295],[-72.87378999846389,41.821926493357104],[-72.87321699825226,41.821496493292805],[-72.8728189981024,41.82114849323864],[-72.87268199805047,41.821022493218784],[-72.8724909979783,41.82085149319202],[-72.87233099791732,41.820698493167704],[-72.87214699784727,41.82052449314014],[-72.87069699729378,41.819126492917654],[-72.87053699720411,41.81847949279809],[-72.87024499698235,41.81629749238678],[-72.8702019969591,41.81613849235752],[-72.87110299724742,41.81604949231108],[-72.87154499738891,41.816006492288444],[-72.8738049981105,41.815755492166616],[-72.87454499834678,41.815673492126756],[-72.87470599839816,41.81565549211806],[-72.87471999840263,41.81565349211722],[-72.87476299841634,41.81564849211487],[-72.87477799842115,41.81564749211418],[-72.87516599854122,41.81553849208055],[-72.87520399855302,41.81552849207739],[-72.87572799871528,41.8153834920324],[-72.87633999890627,41.81523949198475],[-72.87673399902933,41.8151484919544],[-72.87716199916518,41.81508749192873],[-72.87844699957334,41.81490849185246],[-72.8788759997096,41.81484849182694],[-72.87902799975828,41.81483449181931],[-72.88042500019772,41.814565491722036],[-72.88054000023448,41.814553491715984],[-72.88072900029492,41.81453449170619],[-72.88082700032645,41.81452749170166],[-72.88093000035951,41.81451949169675],[-72.88103300039265,41.81451249169208],[-72.88174400061928,41.814426491652355],[-72.88326600110332,41.81422549156415],[-72.88463900153938,41.814033491482505],[-72.8858450019244,41.813899491417466],[-72.88633500208539,41.813923491406165],[-72.88777200255454,41.81394249136313],[-72.88795000261065,41.81391049135116],[-72.88853800279804,41.81383949131837],[-72.89030400336101,41.81362849122026],[-72.89089300354883,41.81355949118781],[-72.89200000390125,41.813419491124826],[-72.8953240049594,41.812998490935556],[-72.89643200531219,41.812859490872725],[-72.89682300543664,41.81280949085036],[-72.89738700561615,41.81273749081814],[-72.90025100652784,41.812374490654996],[-72.90120700683215,41.81225349060057],[-72.90141800689919,41.812224490588115],[-72.90205000710007,41.81213949055116],[-72.90226200716751,41.81211149053887],[-72.90417200777559,41.811871490430455],[-72.90990200959999,41.8111534901056],[-72.9116120101445,41.81094049000886],[-72.9118130102085,41.81091548999751],[-72.9135870107727,41.81068248989485],[-72.91435001101543,41.81058348985093],[-72.91585501149409,41.81038648976396],[-72.91547501124401,41.80821348935726],[-72.91536201116983,41.80757048923692],[-72.91558501124106,41.80754648922503],[-72.91736601181029,41.8073614891314],[-72.91769601191479,41.80731048911082],[-72.91868601222828,41.80715748904909],[-72.91899701232676,41.807109489029706],[-72.91901601233279,41.80710648902851],[-72.91977101257004,41.806958488975404],[-72.91988801261645,41.80710148899916],[-72.92008601268954,41.80724948902127],[-72.92032101277117,41.807337489030594],[-72.92075301290569,41.80723148899608],[-72.92118401303989,41.80712548896161],[-72.92231001344501,41.80778648905244],[-72.92275101359674,41.80792648906508],[-72.92307401370962,41.808058489080025],[-72.9232860137852,41.80817148909491],[-72.92362401391168,41.8084534891383],[-72.92373001395643,41.80862948916878],[-72.92384201400031,41.80875648918964],[-72.92405401407098,41.80878448918813],[-72.92413401409394,41.808731489175294],[-72.92380701397711,41.80855348915162],[-72.9236450139144,41.80838248912393],[-72.92364501390661,41.808248489098084],[-72.9238070139553,41.8081784890793],[-72.92406101403964,41.80820648907643],[-72.92427901411556,41.80829148908574],[-72.92474901427646,41.80842648909646],[-72.9247810142874,41.80843548909716],[-72.92497201435509,41.80852948910906],[-72.9253240144818,41.80873748913771],[-72.92547801454062,41.80888648916144],[-72.92551401455513,41.80893448916952],[-72.92555801457272,41.808990489178896],[-72.92562401460759,41.80922048922109],[-72.92567901462486,41.809209489217196],[-72.9258460146775,41.80917948920596],[-72.92590201469515,41.809169489202205],[-72.92633701483349,41.80911248917706],[-72.92764601524982,41.808941489101464],[-72.92808201538847,41.80888448907627],[-72.9299170159745,41.808686488978324],[-72.93542301773313,41.80809648868523],[-72.93725901831957,41.80790048858761],[-72.93744401837866,41.807880488577744],[-72.93800101855678,41.80782448854879],[-72.93818701861623,41.80780548853906],[-72.93957401905755,41.80762848845975],[-72.94373502038167,41.80709948822215],[-72.94512302082339,41.80692348814299],[-72.94550402094465,41.80687548812132],[-72.94664902130931,41.80673548805701],[-72.94703102143103,41.80668948803569],[-72.94742902155777,41.80664048801328],[-72.94763002162182,41.806616488002085],[-72.94862602193874,41.80648948794513],[-72.94902502206574,41.806439487922496]]]},"properties":{"name":4641.02,"geoid":"09003464102"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.73839595843634,41.89265351137462],[-72.73908295868137,41.8930155114221],[-72.73976995892636,41.8933775114696],[-72.74026495910292,41.89363851150385],[-72.74038295914644,41.89372551151679],[-72.74111995941351,41.89418651158173],[-72.74220095980473,41.894854511675405],[-72.74239895987492,41.89495151168767],[-72.742592959943,41.895034511697375],[-72.74279396001069,41.895071511698006],[-72.74275295999986,41.89511551170781],[-72.7427989600184,41.89517651171805],[-72.74302796009621,41.895230511721046],[-72.74321896016112,41.89527551172353],[-72.74392696041919,41.895744511790944],[-72.74468196067919,41.89598251181236],[-72.74494196076874,41.89606451181974],[-72.74549696095546,41.89616351182083],[-72.7471049614926,41.89638351181119],[-72.74751296162468,41.89636651179471],[-72.74774796170253,41.896387511791154],[-72.74795296177048,41.89640651178818],[-72.74815896183871,41.89642451178498],[-72.74847996194508,41.89645351178019],[-72.74942896228197,41.89692651184055],[-72.74983196242661,41.897154511871406],[-72.75003696250076,41.89728051188905],[-72.75028496259051,41.89743351191047],[-72.75172896311314,41.89832551203549],[-72.75278596348821,41.89884951210217],[-72.75281696349919,41.89886451210406],[-72.75288496352329,41.898897512108206],[-72.75294196354355,41.89892651211195],[-72.7538319638499,41.89920451213666],[-72.75442396405974,41.89949351217316],[-72.75487896422563,41.89979551221657],[-72.75545896442434,41.89996051222957],[-72.7555989644744,41.90003651223966],[-72.75573796452838,41.90018551226386],[-72.7558919645881,41.90034951229044],[-72.75614896468342,41.90054751232023],[-72.75667096487086,41.90084451236053],[-72.75692796495814,41.90090451236375],[-72.75714796503472,41.90098751237261],[-72.75733896510273,41.90108651238548],[-72.75769896522682,41.90120151239599],[-72.75858696554604,41.9017125124656],[-72.75907196571889,41.90196551249861],[-72.75934396581746,41.902135512522534],[-72.75962996592405,41.902365512557544],[-72.76050396624193,41.902931512638204],[-72.76075296633555,41.903145512671344],[-72.76098096642906,41.90347551272749],[-72.76100496645086,41.9037165127731],[-72.76109696653435,41.90463851294761],[-72.76100896651714,41.90483651298858],[-72.76094996652529,41.905308513081344],[-72.76088596650999,41.9054045131019],[-72.76075896647954,41.90559351314239],[-72.76058596643007,41.905713513171094],[-72.76036596636297,41.905793513193615],[-72.76017396630866,41.90593651322735],[-72.75919096603096,41.90667551340144],[-72.75903996598828,41.906788513428076],[-72.75892696595636,41.90687351344809],[-72.75866196588147,41.90707251349498],[-72.75864896587873,41.90709851350041],[-72.758630965875,41.9071355135081],[-72.7586099658706,41.90717751351688],[-72.75859696586792,41.9072045135225],[-72.75887696600562,41.90800351366722],[-72.75892996603159,41.90815351369439],[-72.76022896650909,41.90908151383095],[-72.76040496657816,41.909282513863936],[-72.76047396660523,41.909361513876895],[-72.76054396663267,41.90944051388984],[-72.76074796671277,41.90967451392827],[-72.76082696674375,41.90976451394303],[-72.76111096685514,41.910087513996],[-72.76120996689392,41.91019951401436],[-72.76130796693238,41.91031151403274],[-72.7613279669429,41.910380514045364],[-72.76154796702139,41.910496514060576],[-72.76159896704418,41.91060251407932],[-72.7616499670669,41.910707514097886],[-72.761676967079,41.91076451410798],[-72.7618029671352,41.91102451415394],[-72.76195496720324,41.911342514210226],[-72.76201896723182,41.91147551423374],[-72.76206396725195,41.91156951425037],[-72.76208296726041,41.91160851425726],[-72.76213896728535,41.91172351427759],[-72.76219396730997,41.91183851429794],[-72.76248796741525,41.912000514319594],[-72.76337096773162,41.91248951438512],[-72.76366596783731,41.91265251440693],[-72.76370596785057,41.912656514406414],[-72.76377596787387,41.91266451440567],[-72.76382596789047,41.91266951440502],[-72.76386696790414,41.91267451440465],[-72.76410596798277,41.91268651439922],[-72.76452496813253,41.91291251442914],[-72.76485796825874,41.913215514476676],[-72.76489796827387,41.9132515144823],[-72.76493096830426,41.91358951454628],[-72.76491396830423,41.9136845145651],[-72.764816968305,41.91424251467564],[-72.76478496833694,41.914972514817165],[-72.76480296834457,41.91500251482235],[-72.76483896835973,41.915061514832544],[-72.76503996844474,41.915396514890496],[-72.76546396859011,41.915518514900235],[-72.76619596881386,41.915260514826876],[-72.76632496885333,41.91521551481403],[-72.767087969093,41.915057514758914],[-72.7672979691695,41.91519551477867],[-72.76751396923791,41.915160514764935],[-72.76784996936789,41.91551151482159],[-72.76798896943035,41.91580651487385],[-72.76797196945066,41.91625151496005],[-72.7679599694649,41.916564515020674],[-72.76800596951692,41.91720151514175],[-72.76815496959605,41.917727515238134],[-72.76870596977855,41.91777551522954],[-72.7690559698945,41.91780651522415],[-72.76940597001044,41.91783751521877],[-72.769707970115,41.91794151522901],[-72.77058797040868,41.91805651522262],[-72.77465897173263,41.91799151507818],[-72.77474597176025,41.917978515072846],[-72.77501097184447,41.91794051505696],[-72.77509897187247,41.91792851505179],[-72.77572397207445,41.917896515025376],[-72.7776019726816,41.9178045149468],[-72.77822797288395,41.91777351492053],[-72.77872297304795,41.91781751491296],[-72.78021097354102,41.91795151489051],[-72.78070697370539,41.91799651488309],[-72.78109297383136,41.91799751487077],[-72.78225397421032,41.918003514834275],[-72.78264097433664,41.9180055148221],[-72.7827009743574,41.91802551482402],[-72.78288097441957,41.91808551482973],[-72.78294097444031,41.91810551483163],[-72.78298997445636,41.91810651483024],[-72.7831379745048,41.91810951482601],[-72.78318797452116,41.91811051482456],[-72.78357097464485,41.918089514808116],[-72.78374097469981,41.918081514801074],[-72.78429297487817,41.91805251477759],[-72.78469897500928,41.918030514760204],[-72.78472097501634,41.9180285147591],[-72.78510497514046,41.91800951474299],[-72.7851719751622,41.91800751474043],[-72.78537297522765,41.91800551473353],[-72.78544097524981,41.91800551473132],[-72.785424975251,41.918115514753005],[-72.78537797525509,41.918449514818796],[-72.78536297525665,41.91856051484064],[-72.78524897523441,41.91881751489378],[-72.78520497522594,41.91891851491464],[-72.78504697519516,41.91927551498847],[-72.78491997517041,41.9195625150478],[-72.78490697516781,41.91959051505361],[-72.78479297514563,41.919848515106956],[-72.78476197513966,41.9199195151216],[-72.78467097512241,41.92013351516574],[-72.78464097511682,41.92020551518056],[-72.78443897508627,41.920813515304104],[-72.78409897504096,41.92194151553214],[-72.78364197498048,41.923464515839974],[-72.78252897483299,41.927170516589015],[-72.78200697476409,41.928913516941236],[-72.7819819747604,41.928990516956866],[-72.78137097466971,41.93085751733581],[-72.77946497438725,41.93668951851933],[-72.77938497437553,41.936936518569446],[-72.77935597437124,41.93702551858749],[-72.77932697436697,41.93711451860555],[-72.77929697436255,41.93720651862421],[-72.77926697435802,41.9372975186427],[-72.7788589742975,41.93854451889573],[-72.77882997429329,41.938634518913986],[-72.77879497428768,41.938734518934346],[-72.77875897428176,41.93883451895476],[-72.77867497426799,41.939068519002475],[-72.77852797424434,41.93948651908764],[-72.77801397416128,41.940940519383915],[-72.77779597412597,41.94155551950926],[-72.77762297409785,41.94204251960852],[-72.77732197404931,41.94289551978232],[-72.77546097376363,41.948418520904646],[-72.77530797376889,41.949366521091875],[-72.77516297377426,41.950271521270594],[-72.77418797361301,41.95296552182013],[-72.77377597355068,41.9542035220715],[-72.77346897349564,41.954978522230434],[-72.77152897318508,41.960515523357714],[-72.77073597307347,41.963041523868945],[-72.76971697293027,41.96629152452661],[-72.76835797273912,41.97062252540301],[-72.7675659726279,41.97314952591429],[-72.7675059726194,41.97333952595274],[-72.76732597259411,41.97391352606887],[-72.76726697258599,41.974104526107496],[-72.76640097244085,41.97646352658885],[-72.76380497200635,41.98354452803348],[-72.76293997186164,41.98590452851488],[-72.76286097183497,41.985889528514555],[-72.76262397175512,41.98584652851399],[-72.76254597172885,41.98583252851384],[-72.75666296973367,41.98454052845648],[-72.75513096921406,41.98420352844144],[-72.75260496835683,41.983639528415004],[-72.74958396733162,41.98296452838327],[-72.74604396613306,41.98222152835531],[-72.74415396549318,41.98182552834049],[-72.7435189652775,41.9816805283332],[-72.74097396441304,41.981098528303875],[-72.73528696248148,41.979800528238734],[-72.73143696117378,41.97892052819437],[-72.72825796009401,41.978194528157836],[-72.72676895959096,41.97790052814956],[-72.72498595898864,41.977549528139846],[-72.72230495808292,41.97702152812519],[-72.72081695758024,41.97672852811706],[-72.72019795737026,41.97659152811077],[-72.7183429567411,41.97618352809241],[-72.7177249565315,41.976047528086276],[-72.7173529564005,41.97588252806661],[-72.71707295630536,41.97581752806317],[-72.71705795630027,41.97581452806309],[-72.71504395561574,41.975346528038344],[-72.71436795538605,41.975190528030225],[-72.71319895498875,41.97491952801598],[-72.70969195379696,41.974107527973395],[-72.70852295339975,41.97383752795932],[-72.70762295307837,41.973361527896955],[-72.70780795310579,41.97279452778201],[-72.70931795333136,41.968193526848786],[-72.7098219534068,41.96666052653781],[-72.71022395347022,41.965493526300484],[-72.71143395366185,41.961993525588476],[-72.71183695372565,41.960827525351284],[-72.713181953966,41.957407524650236],[-72.71507395430423,41.952598523664356],[-72.71524295433449,41.95216952357639],[-72.71616995450016,41.94981252309315],[-72.71331095355946,41.94967852315985],[-72.70964095235193,41.94950652324546],[-72.70857595200168,41.949459523270846],[-72.70538295095164,41.94931952334716],[-72.70431895060179,41.94927352337271],[-72.7040429505105,41.949252523377595],[-72.70321495023683,41.94919252339281],[-72.70293895014561,41.94917252339788],[-72.70213294987916,41.94911352341259],[-72.6997169490805,41.94893652345664],[-72.69913794888912,41.948894523467274],[-72.6989119488144,41.94887752347132],[-72.69665694806953,41.94872252351437],[-72.68989094583469,41.94825852364374],[-72.68766394509915,41.94810652368643],[-72.68763694509022,41.948104523686915],[-72.68765394509246,41.9480475236754],[-72.68769194509738,41.94791852364938],[-72.68769194509733,41.94791752364917],[-72.68774794510442,41.94772452361025],[-72.688083945148,41.94658452338012],[-72.68819594516253,41.94620452330341],[-72.68837794522308,41.946224523301375],[-72.69080094602745,41.946460523268506],[-72.69113494613741,41.946477523260974],[-72.69133094620196,41.94648752325657],[-72.6918559463742,41.946503523242704],[-72.69355794693001,41.946510523189055],[-72.69386994702968,41.94647352317186],[-72.69429494716258,41.9463735231389],[-72.69566594759372,41.94609352304074],[-72.69632994780153,41.94594052298986],[-72.69658494787959,41.9458515229645],[-72.69697894799693,41.94565752291445],[-72.69728794808488,41.945435522861764],[-72.69755094815277,41.945126522793835],[-72.69769294818086,41.94481152272867],[-72.69775194818318,41.94451952267059],[-72.69778994816566,41.944003522570114],[-72.69782794815481,41.943602522491766],[-72.6978919481598,41.94332852243699],[-72.6979919481783,41.943084522386805],[-72.69819594821641,41.94259352228578],[-72.69908794837704,41.94034352182414],[-72.69928794842856,41.94010652177208],[-72.69955394850312,41.939895521722896],[-72.70045494878205,41.939635521643766],[-72.7015169491241,41.93955852159464],[-72.70202194928612,41.93951052156909],[-72.70245594941555,41.93930052151466],[-72.70265594946781,41.93907652146511],[-72.70374694969836,41.93691252101356],[-72.70392694973343,41.93650452092924],[-72.7041719497815,41.935954520815514],[-72.70452094990017,41.93603752082021],[-72.70557095025725,41.93628752083437],[-72.70592095037632,41.936371520839224],[-72.70655395059163,41.9365225208478],[-72.7074039507354,41.93421852037708],[-72.70887595098421,41.93022551956125],[-72.70919395103857,41.92937351938703],[-72.70929195105529,41.929110519333264],[-72.70881695087982,41.928756519280505],[-72.70739595035849,41.92776051913478],[-72.70599094984188,41.92675551898679],[-72.70558494969208,41.92645651894236],[-72.70511994952207,41.926140518896574],[-72.70474694938781,41.92592351886687],[-72.70387494908032,41.92552651881864],[-72.70350094895043,41.92539051880455],[-72.70281994871608,41.925180518786135],[-72.70224794852204,41.925052518779985],[-72.7017239483463,41.92496951878094],[-72.70154194828574,41.924949518782974],[-72.7014459482535,41.92493351878299],[-72.70058994796906,41.92484451879352],[-72.70029494787191,41.92482851879997],[-72.69923794752722,41.92483151883469],[-72.69881894739297,41.924873518856295],[-72.69800194713832,41.92507951892234],[-72.69746294697644,41.92532051898613],[-72.69696294683347,41.92566851906924],[-72.69658394673482,41.92610051916462],[-72.69585694652947,41.92665051929393],[-72.69573994650086,41.926815519329466],[-72.69545794642791,41.927144519401885],[-72.69541594641716,41.927195519413054],[-72.6952329463695,41.927403519458984],[-72.69488594627596,41.92774351953563],[-72.69469594622447,41.927924519576585],[-72.69468194622222,41.92796451958475],[-72.69459494619782,41.928033519600824],[-72.69423394609376,41.9282705196581],[-72.69404694604046,41.92840351968972],[-72.69353194589397,41.92877551977795],[-72.69351094588794,41.928789519781326],[-72.69353594587959,41.92850451972566],[-72.69373494590523,41.92782651958877],[-72.69440494599175,41.92554551912817],[-72.6945889460157,41.92492251900235],[-72.69473894603485,41.92440751889839],[-72.69481394604419,41.924146518845745],[-72.69505294607491,41.92333051868098],[-72.69535594611317,41.9222835184697],[-72.6954239461365,41.922303518471324],[-72.6955959461954,41.92235151847502],[-72.69590694630195,41.922439518481916],[-72.69661194654672,41.922694518508216],[-72.70073894796121,41.923869518601066],[-72.70350394891172,41.92470551867263],[-72.70464294929988,41.92499151869087],[-72.70653294994008,41.925398518708135],[-72.70685095004893,41.92548651871479],[-72.70732795021225,41.92561951872497],[-72.7077789503625,41.925673518720785],[-72.70815895048992,41.92573251871986],[-72.70836595056086,41.92579151872453],[-72.70843795058518,41.92580551872489],[-72.70852195061367,41.92582451872584],[-72.70900995077942,41.925937518731814],[-72.70908795080591,41.92595551873276],[-72.71007295114048,41.926183518744786],[-72.71019795118293,41.92621251874634],[-72.7103859512467,41.92625451874833],[-72.71050995128886,41.92628351874991],[-72.71119895152277,41.926441518758054],[-72.71164995167513,41.926531518760804],[-72.71334495225234,41.926949518786444],[-72.71363695235085,41.92700551878778],[-72.71814095385554,41.92761451875938],[-72.72221295520265,41.92793651868966],[-72.7274769563829,41.91867551673731],[-72.729225956775,41.91559751608835],[-72.72964695684021,41.914353515835316],[-72.72970795684984,41.91417651579926],[-72.73033695696546,41.91263151548154],[-72.73152995716802,41.909412514823345],[-72.73213995727264,41.90778451449022],[-72.73229695729903,41.90735651440275],[-72.73241895732383,41.90709751434894],[-72.73305795742145,41.9051855139602],[-72.73344795748798,41.90413851374603],[-72.73397695757876,41.902727513457265],[-72.73408995759858,41.90243351339702],[-72.73475395771433,41.900693513040515],[-72.73566695786668,41.898183512527716],[-72.73623995796405,41.8966385122117],[-72.73642495799467,41.89612551210692],[-72.73735795815195,41.893587511588024],[-72.73772995821703,41.892616511389015],[-72.73787595826828,41.89267951139642],[-72.73798595830688,41.892726511401904],[-72.7383019584211,41.89291951142887],[-72.73831995842383,41.89286551141789],[-72.73832495842483,41.8928545114156],[-72.73834795842858,41.89278951140235],[-72.73837195843247,41.89272151138849],[-72.73837695843324,41.89270651138543],[-72.73839595843634,41.89265351137462]]]},"properties":{"name":4701,"geoid":"09003470100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.73849695845452,41.89239851132224],[-72.73847595845062,41.892449511332735],[-72.73841595843987,41.89260151136395],[-72.73839595843634,41.89265351137462],[-72.73837695843324,41.89270651138543],[-72.73837195843247,41.89272151138849],[-72.73834795842858,41.89278951140235],[-72.73832495842483,41.8928545114156],[-72.73831995842383,41.89286551141789],[-72.7383019584211,41.89291951142887],[-72.73798595830688,41.892726511401904],[-72.73787595826828,41.89267951139642],[-72.73772995821703,41.892616511389015],[-72.73735795815195,41.893587511588024],[-72.73642495799467,41.89612551210692],[-72.73623995796405,41.8966385122117],[-72.73566695786668,41.898183512527716],[-72.73475395771433,41.900693513040515],[-72.73408995759858,41.90243351339702],[-72.73397695757876,41.902727513457265],[-72.73344795748798,41.90413851374603],[-72.73305795742145,41.9051855139602],[-72.73241895732383,41.90709751434894],[-72.73229695729903,41.90735651440275],[-72.73213995727264,41.90778451449022],[-72.73152995716802,41.909412514823345],[-72.73033695696546,41.91263151548154],[-72.72970795684984,41.91417651579926],[-72.72964695684021,41.914353515835316],[-72.729225956775,41.91559751608835],[-72.7274769563829,41.91867551673731],[-72.72221295520265,41.92793651868966],[-72.71814095385554,41.92761451875938],[-72.71363695235085,41.92700551878778],[-72.71334495225234,41.926949518786444],[-72.71164995167513,41.926531518760804],[-72.71119895152277,41.926441518758054],[-72.71050995128886,41.92628351874991],[-72.7103859512467,41.92625451874833],[-72.71019795118293,41.92621251874634],[-72.71007295114048,41.926183518744786],[-72.70908795080591,41.92595551873276],[-72.70900995077942,41.925937518731814],[-72.70852195061367,41.92582451872584],[-72.70843795058518,41.92580551872489],[-72.70836595056086,41.92579151872453],[-72.70815895048992,41.92573251871986],[-72.7077789503625,41.925673518720785],[-72.70732795021225,41.92561951872497],[-72.70685095004893,41.92548651871479],[-72.70653294994008,41.925398518708135],[-72.70464294929988,41.92499151869087],[-72.70350394891172,41.92470551867263],[-72.70073894796121,41.923869518601066],[-72.69661194654672,41.922694518508216],[-72.69590694630195,41.922439518481916],[-72.69581394626276,41.92228651845548],[-72.69571094621931,41.92211651842609],[-72.69551194613851,41.921842518379776],[-72.69540694609593,41.921698518355434],[-72.6951639460017,41.921440518313645],[-72.6948609458852,41.92113551826473],[-72.6948329458748,41.9211135182614],[-72.69458394578233,41.92091951823209],[-72.6941389456192,41.92060951818681],[-72.69362394543394,41.920311518146065],[-72.69322394529128,41.92010151811857],[-72.69281694514831,41.919925518097834],[-72.69271794511353,41.91988251809275],[-72.69262494508087,41.91984251808805],[-72.6922049449362,41.91971051807621],[-72.69193894484489,41.91963251806978],[-72.69143494467185,41.91948351805736],[-72.6907999444539,41.91929751804208],[-72.69024094426182,41.91912951802777],[-72.68992394415301,41.91903651802011],[-72.68941994398008,41.918889518008086],[-72.68846694365288,41.91860851798477],[-72.68794994347577,41.918462517973346],[-72.6875039433239,41.918352517966575],[-72.68714094320032,41.91826351796115],[-72.68613794286401,41.9181065179633],[-72.68575494273742,41.91807851797028],[-72.68551594265813,41.91805551797357],[-72.6850669425096,41.918020517981304],[-72.68426294224354,41.917955517994756],[-72.6822609415817,41.917805518030484],[-72.68158594135905,41.917763518044175],[-72.67969194073088,41.91758651807122],[-72.67956194068775,41.9175745180731],[-72.67943094064368,41.9175515180729],[-72.67898294049301,41.917473518072356],[-72.67804094017428,41.9172765180648],[-72.67777994008595,41.91722151806264],[-72.67737993994936,41.91711651805534],[-72.67682393975878,41.916957518042665],[-72.67636793960207,41.91682051803099],[-72.67600393947626,41.91669851801924],[-72.67540793926902,41.916477517995936],[-72.67485893907674,41.916249517969746],[-72.67453593896289,41.91610351795205],[-72.67439793891472,41.916048517945924],[-72.67413693882128,41.915905517926824],[-72.67395993875786,41.91580751791366],[-72.67359493862715,41.91560651788674],[-72.67269393830058,41.915042517807215],[-72.67190893801165,41.914474517723185],[-72.6714199378311,41.91411151766907],[-72.67104493769432,41.913861517633045],[-72.67077093759399,41.913672517605484],[-72.67072793757823,41.9136425176011],[-72.67020793738735,41.9132755175472],[-72.66971693720687,41.91292451749546],[-72.66875093685185,41.91223451739376],[-72.66668293609305,41.910779517180295],[-72.66596093582821,41.91027251710596],[-72.66567293572218,41.910063517075],[-72.6650859355061,41.90963851701209],[-72.66398093510458,41.90892851691099],[-72.66392593508483,41.9088975169068],[-72.6628879347132,41.908326516830314],[-72.6620549344173,41.90790851677667],[-72.66129493415004,41.90757451673684],[-72.660964934034,41.90742951671956],[-72.6593919334872,41.90684751665817],[-72.65814193305518,41.90642851661777],[-72.65615093236708,41.90576151655347],[-72.65578893224195,41.90563951654164],[-72.65515693202354,41.90542851652138],[-72.65470393186686,41.90527451650631],[-72.65434293174206,41.905152516494454],[-72.6541679316815,41.90509251648852],[-72.65364493150048,41.9049125164707],[-72.6534709314403,41.90485351646495],[-72.65324093136068,41.904774516457145],[-72.65251993111184,41.90453851643491],[-72.65236193105729,41.90448651643],[-72.65184093087744,41.90431551641385],[-72.64903492990796,41.903379516323966],[-72.64835192967142,41.90314251630033],[-72.64789292951174,41.90297051628197],[-72.64755092939369,41.90285851627141],[-72.64644392900766,41.90242751622404],[-72.64539792864043,41.901977516171065],[-72.64514392855087,41.90186151615689],[-72.64473092840481,41.90166551613246],[-72.64388392810736,41.901299516089225],[-72.64333592791945,41.90114151607644],[-72.64284992775478,41.901035516071666],[-72.64251092764083,41.90097751607141],[-72.6417559273821,41.90076251605431],[-72.64116892718332,41.90063651604894],[-72.6408479270726,41.90053251603924],[-72.64035492689824,41.90029851601003],[-72.63987692672517,41.90000151596821],[-72.63911392643095,41.89921651584157],[-72.63935692649171,41.898895515771905],[-72.63981592660649,41.89828851564022],[-72.64015392669236,41.897865515547856],[-72.64037892674875,41.89757051548379],[-72.64060492680645,41.897292515422976],[-72.64187592713458,41.895791515092924],[-72.64207592718672,41.89556451504277],[-72.64229892724195,41.895260514977025],[-72.64244392727878,41.89507851493728],[-72.64264392733149,41.89486151488906],[-72.64306692744493,41.89443551479337],[-72.64317992747657,41.89434451477221],[-72.64336792752977,41.894203514739],[-72.64392592768522,41.89374251463223],[-72.64444792783527,41.893391514547794],[-72.64582692824204,41.89264351435931],[-72.6465599284582,41.89224551425903],[-72.64840292899906,41.89119851399799],[-72.64862292906462,41.89109051397011],[-72.64879092911366,41.890990513945454],[-72.65020292952958,41.89021551375067],[-72.65256093022343,41.88890851342293],[-72.65256893022598,41.88890751342249],[-72.65307393037493,41.88863351335344],[-72.65327793043501,41.888521513325294],[-72.65372393056407,41.88823651325604],[-72.65427493072288,41.88787351316833],[-72.6545659308058,41.88766551311889],[-72.65482193087975,41.887499513078666],[-72.6554679310632,41.88702651296674],[-72.65567593112101,41.8868525129265],[-72.65587993117856,41.88669651288989],[-72.65639793132232,41.88625951278901],[-72.65678093142738,41.8859145127102],[-72.6569939314844,41.88569851266171],[-72.65776093168493,41.88483751247113],[-72.65803593175681,41.884528512402724],[-72.65904993201468,41.88326451212654],[-72.65921193205575,41.88306051208202],[-72.65943293211313,41.88280551202577],[-72.65963493216559,41.88257251197436],[-72.65969893218951,41.8826255119825],[-72.66018093236998,41.88302851204464],[-72.66181893298331,41.88439851225585],[-72.66182693298626,41.88440451225674],[-72.66243093320399,41.88476351230647],[-72.66260193326953,41.88493251233352],[-72.66329993352743,41.88545651241199],[-72.66527793425838,41.88694251263456],[-72.66549793433965,41.88710751265927],[-72.66601293452443,41.88739851269874],[-72.66620593459368,41.887507512713526],[-72.6662309346026,41.88752051271522],[-72.66653493471088,41.88767851273586],[-72.66676593479315,41.887798512751544],[-72.66699693487548,41.88791951276741],[-72.66709393491242,41.88801151278201],[-72.66709993491467,41.88801651278277],[-72.66724693497642,41.88825551282409],[-72.66729793499789,41.88833951283862],[-72.66730693500163,41.88835351284104],[-72.66737793503145,41.88846851286089],[-72.66735093502564,41.888520512871786],[-72.66732493502015,41.88857251288263],[-72.6672119349961,41.88879451292905],[-72.6670329349582,41.8891495130032],[-72.66674693489661,41.889698513118184],[-72.66670893488836,41.88977051313327],[-72.66669593488554,41.88979551313853],[-72.66645993482254,41.890037513192745],[-72.66608893470095,41.89002751320276],[-72.6657789345993,41.890018513211025],[-72.66571693457902,41.890017513212825],[-72.66524593442469,41.890005513225695],[-72.66504193435539,41.889957513223024],[-72.66446093415799,41.88982151321553],[-72.66430693409824,41.88965651318873],[-72.66398293397246,41.88930851313212],[-72.66391293394531,41.88923351311992],[-72.6635199337927,41.88881051305109],[-72.66339793374662,41.88870151303402],[-72.66325893369182,41.888537513006895],[-72.66290593355254,41.888119512937756],[-72.6628549335261,41.88794951290663],[-72.66273693347618,41.8877515128723],[-72.66260493342742,41.887652512857464],[-72.66259693342428,41.88764351285599],[-72.66239193334467,41.887422512820024],[-72.66232993332201,41.88738051281392],[-72.66214993325788,41.88728651280161],[-72.66165193308049,41.887027512767766],[-72.66162493307388,41.88706551277595],[-72.66157493306183,41.887139512791826],[-72.66151093304637,41.88723351281198],[-72.66145593302642,41.887198512807025],[-72.66140793300909,41.88716951280297],[-72.6612249329491,41.88716451280789],[-72.6610189328841,41.887202512821865],[-72.66094893286247,41.88722351282816],[-72.66071793279127,41.88729551284948],[-72.6604899327248,41.88743251288321],[-72.66026193266342,41.8876575129339],[-72.66004893261264,41.8879815130032],[-72.65986093258077,41.8884925131077],[-72.65982793257537,41.8885855131267],[-72.65987193260398,41.88883251317285],[-72.65999793265667,41.88903351320751],[-72.66014093272554,41.88941851327708],[-72.66026093277483,41.889594513307124],[-72.66088793303221,41.89051051346339],[-72.66150793326021,41.890956513529325],[-72.66176293335394,41.89113951355636],[-72.66207393345579,41.891146513547696],[-72.66201593345102,41.89139151359676],[-72.6629939338056,41.892007513683915],[-72.66306093382988,41.89204951368985],[-72.66390093411758,41.89228651370843],[-72.66544793462192,41.89228151365763],[-72.66592293478276,41.892383513661976],[-72.66713293519243,41.89264251367288],[-72.6671369351938,41.892643513672944],[-72.66775293540478,41.8928175136866],[-72.66812293553153,41.892922513694906],[-72.66849293565824,41.893026513703006],[-72.66861293571625,41.893353513762136],[-72.6687339357746,41.893680513821224],[-72.66884493582836,41.89398451387621],[-72.66897293589005,41.89432951393854],[-72.66873193591124,41.89605851427933],[-72.66862693593151,41.897002514464546],[-72.6685449359481,41.89775351461184],[-72.66856393596962,41.89801851466226],[-72.66852393596287,41.898127514684546],[-72.66845493595163,41.89832251472432],[-72.66843693595382,41.89846251475188],[-72.66843293595488,41.898503514759895],[-72.6684519359653,41.89857651477333],[-72.66842793595671,41.8985635147716],[-72.66835593593105,41.898525514766604],[-72.66833293592283,41.89851351476505],[-72.66824093591009,41.8988125148256],[-72.66818893590302,41.89898351486022],[-72.66810693590675,41.89951151496454],[-72.66821293595288,41.899711514999645],[-72.66824893596855,41.89977951501157],[-72.66814993594001,41.89984451502729],[-72.6680509359114,41.89990851504281],[-72.66846893607156,41.900320515108675],[-72.6686379361327,41.90042451512327],[-72.66901293626837,41.90065551515567],[-72.66919693633251,41.90072651516339],[-72.66955593645187,41.90076551515935],[-72.66987193656004,41.90085351516611],[-72.67019493667777,41.901067515196914],[-72.67035693674171,41.90125951522866],[-72.6704159367635,41.90130351523523],[-72.67070093686492,41.90144951525417],[-72.6707679368888,41.90148451525874],[-72.6710769369953,41.90158351526785],[-72.67141393711627,41.90177451529376],[-72.67229093741173,41.90193651529668],[-72.6730419376647,41.90207451529904],[-72.67316693770687,41.90209851529965],[-72.673303937753,41.902123515300026],[-72.67541693844457,41.90216251523941],[-72.67598193862946,41.902172515223135],[-72.677979939263,41.90185651509785],[-72.67813293931151,41.901832515088294],[-72.67922593960857,41.90080251485468],[-72.67939893965136,41.90056651480365],[-72.67972993973333,41.90011651470632],[-72.6800349398275,41.90002451467877],[-72.68031593991432,41.89994051465352],[-72.6804609399618,41.89994351464942],[-72.68065294002466,41.899947514644005],[-72.68082694007147,41.89977551460526],[-72.68093094009953,41.899673514582275],[-72.68131694021393,41.8994745145315],[-72.68342794091602,41.89970751450829],[-72.68426294119377,41.89980051449927],[-72.68467094133554,41.89995051451497],[-72.68480594138246,41.90000051452026],[-72.68494094142933,41.90004951452534],[-72.68636494192401,41.90057151457993],[-72.68655194200623,41.90093851464456],[-72.68682194212506,41.90147051473831],[-72.68671494212275,41.90203451485036],[-72.68663194212077,41.902468514936615],[-72.68654894211873,41.902901515022684],[-72.68614994210962,41.904995515438785],[-72.68610294210879,41.90524651548861],[-72.68652494230919,41.90633151568392],[-72.6866079423486,41.906544515722246],[-72.68669094238804,41.90675851576078],[-72.6867449424137,41.90689751578581],[-72.68695294250989,41.90738751587343],[-72.6871129425809,41.90771251593084],[-72.68759494279455,41.90868851610321],[-72.68775594286595,41.909014516160774],[-72.68784994290723,41.90919851619318],[-72.6879439429485,41.90938151622537],[-72.6881559430415,41.909793516297846],[-72.68770094297462,41.911203516584],[-72.6876719429704,41.91129451660245],[-72.68784394303779,41.91148951663445],[-72.68795094307976,41.91161151665448],[-72.68805894312204,41.91173351667449],[-72.68828694321145,41.911993516717175],[-72.68851594330121,41.91225351675983],[-72.68845794328259,41.91225851676268],[-72.68844194327816,41.91227251676589],[-72.68842794327787,41.91234651678059],[-72.68856794334327,41.9126875168417],[-72.68891294347262,41.91297751688641],[-72.68930294362177,41.91335651694679],[-72.68969194378042,41.913905517039915],[-72.6900079439073,41.914316517108844],[-72.69010294394252,41.91438951711982],[-72.69023694398705,41.914403517118195],[-72.69024694399094,41.91441451711999],[-72.69033094402697,41.914563517145965],[-72.69068194415577,41.91481051718217],[-72.69083794421304,41.91492051719832],[-72.69126494436536,41.91514551722784],[-72.69174894452422,41.9151625172155],[-72.6920209446142,41.91518351721076],[-72.69254994478712,41.91518951719483],[-72.69273794484965,41.91521051719281],[-72.69293194491429,41.91523351719098],[-72.69322994501665,41.91532251719848],[-72.69338794507098,41.91537051720262],[-72.6933599450641,41.91540951721103],[-72.69370894518288,41.91549451721613],[-72.69392594524071,41.91527051716599],[-72.69403194526063,41.91501751711388],[-72.69444094537306,41.914654517030804],[-72.6965039460701,41.91506951704408],[-72.6977199464477,41.91473951694129],[-72.70016594720727,41.91407651673469],[-72.70113894752086,41.91401051669056],[-72.70268594801743,41.91387051661365],[-72.70300794810545,41.91357651654666],[-72.70727594927253,41.90968651565996],[-72.70811994941963,41.907471515206275],[-72.70825294944292,41.907124515135166],[-72.70916994966599,41.905810514852554],[-72.71008694988905,41.90449651456994],[-72.70977794976083,41.90402251448865],[-72.70995294979679,41.903657514412735],[-72.70996094980507,41.903755514431346],[-72.71005594983957,41.903816514440024],[-72.71015894987254,41.90380551443457],[-72.71077495006074,41.903585514372324],[-72.71106995015094,41.90348151434278],[-72.71170895034919,41.903305514288235],[-72.71296495074075,41.9029925141874],[-72.71304595076809,41.90300851418787],[-72.71314195080704,41.90314051421019],[-72.71324395084379,41.903200514218426],[-72.71336895088109,41.90314051420285],[-72.71336295087201,41.90301751417935],[-72.71336295087127,41.90300451417686],[-72.71336195086896,41.90297051417033],[-72.71343495089181,41.90295351416471],[-72.71361195095209,41.90299751416745],[-72.7137589509991,41.90298151415962],[-72.71394195105242,41.90287151413255],[-72.71400795106887,41.90278351411346],[-72.71415295110764,41.902636514080484],[-72.71437295118311,41.902700514085694],[-72.71465795128093,41.902784514092644],[-72.71484995134679,41.902840514097235],[-72.71503395140986,41.9028935141015],[-72.71505295141641,41.90289951410203],[-72.71525495148572,41.90295851410687],[-72.71529595149724,41.902926514099384],[-72.71542195153283,41.90283151407703],[-72.71546395154475,41.902800514069696],[-72.71598795163375,41.90138551378031],[-72.71611695164991,41.90093751368988],[-72.71703295176576,41.8977775130518],[-72.71741095182203,41.896619512816606],[-72.71817895203806,41.896024512677215],[-72.7185929521636,41.89586051263225],[-72.71947495243123,41.89551451253713],[-72.72043695272404,41.89515251243632],[-72.7205069527441,41.895104512424815],[-72.72057695276409,41.89505551241312],[-72.7206499527849,41.895003512400756],[-72.7210399528964,41.89473251233597],[-72.72128895296748,41.89455751229423],[-72.72150295302872,41.8944095122588],[-72.72162895306963,41.89440651225416],[-72.72176095311038,41.89436651224218],[-72.72182795313105,41.894346512236176],[-72.72219495324538,41.894253512206404],[-72.7225399533576,41.894248512194295],[-72.72264295339113,41.89424751219077],[-72.72279695343848,41.89419751217616],[-72.72288495346561,41.894170512168124],[-72.72363395370067,41.8940115121133],[-72.72403795382927,41.893956512089645],[-72.7242219538902,41.89397251208678],[-72.72435395393579,41.894016512091],[-72.72444995396772,41.89402751209003],[-72.72472195405102,41.893933512063114],[-72.7249639541271,41.89388451204586],[-72.72517695419783,41.89390651204322],[-72.72526495422527,41.893884512036124],[-72.72541995427241,41.89382551201977],[-72.72578495438331,41.89368551198102],[-72.72632695455171,41.89354051193557],[-72.72650195459882,41.893368511896796],[-72.72669295465563,41.89327351187231],[-72.72720395481475,41.893143511830765],[-72.72729595484185,41.89309351181817],[-72.72781495499902,41.89288451176114],[-72.72850095520619,41.89259851168389],[-72.72901295535569,41.89229651160918],[-72.7292719554278,41.892083511559804],[-72.72937095545282,41.891957511532325],[-72.72943995547178,41.89189651151834],[-72.72953095549039,41.891705511478634],[-72.72955395548729,41.89152251144264],[-72.72965295550657,41.89129751139612],[-72.7298139555498,41.89113751136011],[-72.73039295571361,41.89070551125818],[-72.73065295578694,41.890507511211645],[-72.73105695590944,41.890347511167775],[-72.73129395598585,41.89033251115722],[-72.73172095612287,41.890293511135894],[-72.73188895617193,41.8901945111114],[-72.73198795621039,41.89030151112881],[-72.73214795626657,41.89037051113693],[-72.73224695629817,41.89035851113142],[-72.73265695643006,41.8903275111122],[-72.73287295649594,41.89024851109001],[-72.73285795648971,41.89022551108606],[-72.73294895651124,41.89008451105596],[-72.73320895659398,41.89004951104081],[-72.73335395663601,41.88995851101859],[-72.73335395664174,41.89005751103766],[-72.73312495657592,41.89021051107453],[-72.73310995657323,41.890248511082355],[-72.73315495659143,41.89030951109263],[-72.73326195662696,41.890320511091296],[-72.73402495688221,41.89043151108801],[-72.73483395715728,41.89062551109922],[-72.73609295759617,41.891114511152686],[-72.73632495767339,41.89114151115039],[-72.73639095770221,41.89126751117252],[-72.73655295776398,41.89142151119694],[-72.7367659578417,41.891564511217595],[-72.7370009579244,41.891668511230016],[-72.73725795801067,41.891711511229985],[-72.73747095808014,41.8917115112231],[-72.73760395813369,41.891887511252705],[-72.7377359581815,41.89196951126421],[-72.73780595820607,41.89199951126775],[-72.73792095824646,41.89204951127363],[-72.73796395826157,41.892068511275916],[-72.73825795836001,41.89211251127488],[-72.73828695837075,41.892134511278186],[-72.73830895838424,41.89224351129846],[-72.73835195840174,41.892303511308626],[-72.73836095840535,41.89231551131065],[-72.73849695845452,41.89239851132224]]]},"properties":{"name":4735.02,"geoid":"09003473502"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.69590694630195,41.922439518481916],[-72.6955959461954,41.92235151847502],[-72.6954239461365,41.922303518471324],[-72.69535594611317,41.9222835184697],[-72.69505294607491,41.92333051868098],[-72.69481394604419,41.924146518845745],[-72.69473894603485,41.92440751889839],[-72.6945889460157,41.92492251900235],[-72.69440494599175,41.92554551912817],[-72.69373494590523,41.92782651958877],[-72.69353594587959,41.92850451972566],[-72.69351094588794,41.928789519781326],[-72.69345294587141,41.928831519791274],[-72.69321694580421,41.92900051983141],[-72.69313894578207,41.929057519844896],[-72.69264794564224,41.9294095199285],[-72.69117694522357,41.93046752017958],[-72.69117594522335,41.93046952018],[-72.69068394508287,41.93081552026246],[-72.69029994496597,41.93096052030276],[-72.6902819449605,41.9309675203047],[-72.69000994487789,41.93107352033387],[-72.68992994485306,41.931095520340676],[-72.68988494483906,41.93110752034444],[-72.68967994477335,41.93112752035492],[-72.68941594468754,41.9311335203646],[-72.68927494464009,41.931108520364326],[-72.68911194458437,41.93106452036114],[-72.68910594458217,41.93106052036056],[-72.68895694452887,41.93097952034978],[-72.6887629444574,41.93083852032892],[-72.68845094433667,41.93051152027606],[-72.68842494432657,41.930483520271515],[-72.68819794423878,41.93024652023323],[-72.6877399440664,41.92985052017182],[-72.68758994400936,41.929710520149726],[-72.68733594391432,41.929500520117514],[-72.68731894390795,41.92948652011537],[-72.6872999439009,41.9294715201131],[-72.68721894387018,41.92939752010147],[-72.68695294377181,41.929197520071575],[-72.6866879436729,41.92898252003876],[-72.68602994342734,41.92844951995743],[-72.68588894337537,41.92834651994217],[-72.68561394327409,41.928146519912545],[-72.68558294326252,41.92812151990873],[-72.68543594320829,41.9280135198927],[-72.6853209431659,41.92792951988025],[-72.68490194301137,41.92762151983451],[-72.68472494294603,41.92749051981502],[-72.68457594289019,41.927365519795764],[-72.68449794286184,41.927315519788664],[-72.6837719425984,41.92685651972376],[-72.68353094251097,41.92670451970228],[-72.68307494234544,41.92641551966138],[-72.68266194220011,41.926232519639505],[-72.6818349419091,41.92586651959573],[-72.68148994179121,41.92577451958917],[-72.68069494151949,41.92556151957385],[-72.68023594136324,41.925449519567096],[-72.67982594122604,41.92539051956898],[-72.67973194119462,41.92537751956951],[-72.67884494089827,41.925257519575034],[-72.67860394081772,41.92522451957646],[-72.67849694078224,41.925214519577985],[-72.67744994043541,41.925124519594455],[-72.67710194032013,41.9250945195999],[-72.67609493998651,41.925007519615654],[-72.6760629399759,41.92500451961612],[-72.67426193937976,41.92485751964591],[-72.67350593913297,41.924855519669926],[-72.67294093894976,41.924875519691994],[-72.67189893861192,41.92491251973274],[-72.67190193861573,41.92496151974207],[-72.67191293862805,41.92511251977077],[-72.67191693863226,41.92516251978028],[-72.67199593872212,41.92627051999097],[-72.67193693871937,41.92655552004771],[-72.67181193869366,41.92681652010199],[-72.67105193853759,41.928405520432314],[-72.67092193851751,41.92879152051079],[-72.67088793852388,41.92909352057001],[-72.67091193854897,41.92939152062657],[-72.67119393869294,41.930289520790296],[-72.67157193889189,41.93159652102961],[-72.67187993905395,41.93266052122442],[-72.67205893914453,41.93321652132564],[-72.67208593915826,41.933301521341114],[-72.67216693919944,41.93355652138756],[-72.67219493921357,41.93364252140322],[-72.67266893945362,41.93511752167174],[-72.6727719395058,41.93543852173018],[-72.6727829395227,41.93566852177409],[-72.67274193951806,41.93581952180447],[-72.67262393948835,41.9359715218375],[-72.67250993946271,41.93617152187967],[-72.67246993947137,41.93654652195311],[-72.67251393950912,41.93695052202942],[-72.67256493956599,41.937645522161496],[-72.6727659397481,41.939658522542324],[-72.67279193977147,41.93991552259093],[-72.67276793976964,41.940019522611685],[-72.6728249398367,41.940856522770886],[-72.67285793986746,41.941201522836195],[-72.67286593987534,41.94129252285343],[-72.67289193989961,41.94156552290513],[-72.67290093990789,41.94165752292253],[-72.67293393993933,41.94201452299014],[-72.67296793997068,41.942364523056376],[-72.67303694003506,41.943087523193256],[-72.6730629400593,41.94335952324473],[-72.6730219400503,41.943435523260675],[-72.67290794001693,41.94350152327704],[-72.67285393999984,41.94351052328053],[-72.67247893988143,41.9435795233059],[-72.67230193982459,41.94359552331469],[-72.67211693976529,41.94361352332411],[-72.67194293971029,41.94364452333571],[-72.6718149396721,41.94370652335176],[-72.6717049396413,41.94379452337223],[-72.67158393961027,41.94394052340423],[-72.67151593959643,41.94408452343412],[-72.67148193959238,41.94420652345869],[-72.67147693959308,41.94424652346654],[-72.6714589395968,41.94441252349907],[-72.67145593961041,41.94466452354762],[-72.67142493961079,41.94484552358346],[-72.67095893952263,41.94594952381087],[-72.67078093948497,41.94630252388449],[-72.67136993968867,41.94650052390359],[-72.67146593972319,41.946555523911066],[-72.67149293973293,41.94657152391328],[-72.67155693975953,41.94667052393025],[-72.67159293977528,41.94673952394238],[-72.67160393978517,41.94684852396298],[-72.67154993977684,41.9470085239955],[-72.67097493958674,41.94696652400597],[-72.66977193919013,41.94689752403153],[-72.6703909393504,41.946176523872865],[-72.67056793939727,41.945988523830984],[-72.67058393940128,41.945967523826425],[-72.67073893944041,41.94576952378334],[-72.67086393946991,41.94557452374179],[-72.67099193949703,41.945321523689],[-72.67102093950169,41.945238523672096],[-72.67111693951756,41.944971523617625],[-72.67115393951788,41.94476852357738],[-72.67116093951664,41.94470752356543],[-72.67117793951398,41.944565523537555],[-72.67118293950094,41.944312523488726],[-72.67115993946999,41.94390752341157],[-72.6711449394497,41.943641523360874],[-72.6711309394307,41.94339252331343],[-72.67108993937408,41.94264552317105],[-72.67107693935549,41.94239752312375],[-72.67107193934886,41.94231152310736],[-72.67105693932922,41.9420565230588],[-72.671052939323,41.94197152304257],[-72.67105193932179,41.941956523039714],[-72.67104893931821,41.94191152303115],[-72.6710489393174,41.94189752302846],[-72.67102093928453,41.94148752295051],[-72.67093793918625,41.94025752271654],[-72.67091793916241,41.93995852265966],[-72.67090293915119,41.939849522639165],[-72.67086793910505,41.939249522524854],[-72.67076293896672,41.937451522182315],[-72.67072793892062,41.93685252206821],[-72.67070993889136,41.93644852199104],[-72.67067393883177,41.935621521833085],[-72.67065393880314,41.93523952176023],[-72.67063393877328,41.93483652168332],[-72.67062493876075,41.93467052165168],[-72.67059893872356,41.934174521557075],[-72.67059093871138,41.934009521525574],[-72.67051993860734,41.93261152125886],[-72.67036593839502,41.92981052072482],[-72.67018593833544,41.92979552072774],[-72.66949093809471,41.92955452070379],[-72.66847593774285,41.92919752066783],[-72.66624093696568,41.92836952058056],[-72.66614393693199,41.92833452057695],[-72.66488793649594,41.92788152053027],[-72.6621659355501,41.92688452042616],[-72.66125393523943,41.92665852041208],[-72.66124093523506,41.92665652041211],[-72.66087393511242,41.92660652041433],[-72.65963093470496,41.92657452044825],[-72.6553749333145,41.92654552057984],[-72.65499193318895,41.92653552059027],[-72.65384593281341,41.926508520622015],[-72.65346393268831,41.926500520632786],[-72.65310993257226,41.92649152064246],[-72.65204893222459,41.92646652067184],[-72.65169593210896,41.92645852068168],[-72.65090393184896,41.92643152070201],[-72.64926493131092,41.926376520744235],[-72.6485279310691,41.92635352076355],[-72.64773693080964,41.92633052078462],[-72.64746393071998,41.92632052079149],[-72.64664493045098,41.9262905208121],[-72.64637293036165,41.92628052081894],[-72.64559693010732,41.926261520840285],[-72.6432709293451,41.92620652090464],[-72.64249592909115,41.926188520926125],[-72.64203592894056,41.926180520939425],[-72.64065592848885,41.92615652097924],[-72.64019692833861,41.9261485209925],[-72.63959492814075,41.92612452100726],[-72.63840292775032,41.92609952104085],[-72.63736992741175,41.92607452106929],[-72.63720292735711,41.92607152107409],[-72.63427392639503,41.92596352114762],[-72.63324192605609,41.925926521173736],[-72.63326092604612,41.92564652111921],[-72.63332092601715,41.92480552095541],[-72.63334092600756,41.924526520901054],[-72.63334492600386,41.92443952088418],[-72.63335592599238,41.924178520833586],[-72.633360925989,41.92409152081667],[-72.63337092597892,41.92386052077188],[-72.63340292594935,41.923167520637456],[-72.63341392593966,41.92293752059282],[-72.63341592593183,41.922790520564455],[-72.63342392590893,41.9223485204791],[-72.63342692590147,41.92220252045091],[-72.63344092589179,41.921955520402896],[-72.63346792587427,41.92149952031426],[-72.63351892587828,41.92128052027046],[-72.63353892588158,41.92122452025903],[-72.63362492589631,41.92099352021177],[-72.633687925907,41.92082252017684],[-72.63374692592083,41.92072852015685],[-72.63396792597291,41.92038152008293],[-72.63419492602348,41.91997451999725],[-72.63433792605545,41.91971951994357],[-72.63445092608129,41.91952851990317],[-72.63479092615916,41.918955519781896],[-72.6349049261854,41.918765519741655],[-72.63497392620192,41.9186615197194],[-72.63517992625131,41.91835251965328],[-72.63524992626822,41.918249519631196],[-72.63533492628797,41.91811151960188],[-72.63559092634772,41.91769951951433],[-72.63567692636789,41.91756251948518],[-72.63576592638971,41.917437519458254],[-72.6360339264556,41.91706351937761],[-72.6361239264778,41.91693951935085],[-72.63621292649958,41.91681351932371],[-72.63647892656468,41.91643751924276],[-72.63656892658682,41.91631251921579],[-72.63664192660511,41.91621651919496],[-72.63686292666077,41.91593151913296],[-72.63693792667975,41.91583651911226],[-72.63704992670787,41.91569051908055],[-72.63738792679307,41.915255518985916],[-72.6375019268219,41.91511051895432],[-72.6375469268319,41.91502951893728],[-72.63757992683934,41.91497151892505],[-72.6376549268537,41.91479651888895],[-72.63765692685324,41.914777518885224],[-72.63766792685159,41.914686518867335],[-72.63767692685026,41.914612518852806],[-72.63766092683788,41.91448851882945],[-72.63764992682893,41.914395518811894],[-72.63753492677017,41.91402751874473],[-72.63748792674853,41.91391851872528],[-72.63740992671259,41.91373651869272],[-72.63710492654889,41.91262451848845],[-72.63707392652827,41.91244251845439],[-72.63704792651126,41.91229451842671],[-72.63699192647411,41.911967518365564],[-72.63697392646155,41.911851518343816],[-72.63695092644556,41.91170451831625],[-72.63693592643536,41.91161251829901],[-72.63689392640572,41.911336518247225],[-72.6368799263959,41.91124551823014],[-72.63677892632631,41.91061051811111],[-72.63665192623826,41.909802517959605],[-72.6365189261625,41.909241517855875],[-72.63638692608967,41.908725517760736],[-72.63622792600188,41.90810351764608],[-72.63620992599083,41.908013517629314],[-72.63615792595827,41.90774351757901],[-72.63614092594761,41.907654517562406],[-72.63609792592094,41.90743551752163],[-72.63599192585525,41.90689651742123],[-72.63596492583977,41.90678051739977],[-72.63591592581126,41.90656351735954],[-72.6358919257976,41.90646251734087],[-72.63582292575761,41.906159517284756],[-72.63579992574432,41.90605951726623],[-72.63578492573565,41.90599351725399],[-72.63573892571146,41.90583451722485],[-72.63573492570917,41.905817517221706],[-72.63567492568112,41.90567051719532],[-72.63557392563835,41.90550051716583],[-72.63537892556032,41.905250517123974],[-72.63537492555872,41.90524551712313],[-72.63524192550436,41.90505551709082],[-72.63516792547411,41.90494951707279],[-72.6349459253835,41.904634517019254],[-72.63487292535363,41.90452951700139],[-72.63473492529724,41.9043325169679],[-72.6345219252102,41.90402851691619],[-72.6343299251309,41.90373951686671],[-72.63432492512887,41.90373251686554],[-72.6341879250735,41.903547516834294],[-72.63449192517304,41.90355351682568],[-72.63484792528958,41.90356051681557],[-72.63533392544466,41.90349951678817],[-72.63540292546664,41.90349051678423],[-72.63570592556337,41.903453516767335],[-72.63586792560427,41.90324651672226],[-72.63594692562434,41.90314751670064],[-72.63638392573839,41.90265251659125],[-72.63655792578386,41.90245651654791],[-72.63665792580882,41.902323516519075],[-72.63695792588369,41.90192451643256],[-72.63705892590903,41.90179251640389],[-72.637106925921,41.90172851639001],[-72.63717492593806,41.901639516370686],[-72.63725392595806,41.90153951634888],[-72.63730392597081,41.90147751633533],[-72.63756192603617,41.90115151626422],[-72.63761592604999,41.901085516249786],[-72.63812492617835,41.90043151610743],[-72.6383369262327,41.90017451605111],[-72.63860292630108,41.8998555159811],[-72.63870392632705,41.89973451595454],[-72.63887092637034,41.8995405159118],[-72.63911392643095,41.89921651584157],[-72.63987692672517,41.90000151596821],[-72.64035492689824,41.90029851601003],[-72.6408479270726,41.90053251603924],[-72.64116892718332,41.90063651604894],[-72.6417559273821,41.90076251605431],[-72.64251092764083,41.90097751607141],[-72.64284992775478,41.901035516071666],[-72.64333592791945,41.90114151607644],[-72.64388392810736,41.901299516089225],[-72.64473092840481,41.90166551613246],[-72.64514392855087,41.90186151615689],[-72.64539792864043,41.901977516171065],[-72.64644392900766,41.90242751622404],[-72.64755092939369,41.90285851627141],[-72.64789292951174,41.90297051628197],[-72.64835192967142,41.90314251630033],[-72.64903492990796,41.903379516323966],[-72.65184093087744,41.90431551641385],[-72.65236193105729,41.90448651643],[-72.65251993111184,41.90453851643491],[-72.65324093136068,41.904774516457145],[-72.6534709314403,41.90485351646495],[-72.65364493150048,41.9049125164707],[-72.6541679316815,41.90509251648852],[-72.65434293174206,41.905152516494454],[-72.65470393186686,41.90527451650631],[-72.65515693202354,41.90542851652138],[-72.65578893224195,41.90563951654164],[-72.65615093236708,41.90576151655347],[-72.65814193305518,41.90642851661777],[-72.6593919334872,41.90684751665817],[-72.660964934034,41.90742951671956],[-72.66129493415004,41.90757451673684],[-72.6620549344173,41.90790851677667],[-72.6628879347132,41.908326516830314],[-72.66392593508483,41.9088975169068],[-72.66398093510458,41.90892851691099],[-72.6650859355061,41.90963851701209],[-72.66567293572218,41.910063517075],[-72.66596093582821,41.91027251710596],[-72.66668293609305,41.910779517180295],[-72.66875093685185,41.91223451739376],[-72.66971693720687,41.91292451749546],[-72.67020793738735,41.9132755175472],[-72.67072793757823,41.9136425176011],[-72.67077093759399,41.913672517605484],[-72.67104493769432,41.913861517633045],[-72.6714199378311,41.91411151766907],[-72.67190893801165,41.914474517723185],[-72.67269393830058,41.915042517807215],[-72.67359493862715,41.91560651788674],[-72.67395993875786,41.91580751791366],[-72.67413693882128,41.915905517926824],[-72.67439793891472,41.916048517945924],[-72.67453593896289,41.91610351795205],[-72.67485893907674,41.916249517969746],[-72.67540793926902,41.916477517995936],[-72.67600393947626,41.91669851801924],[-72.67636793960207,41.91682051803099],[-72.67682393975878,41.916957518042665],[-72.67737993994936,41.91711651805534],[-72.67777994008595,41.91722151806264],[-72.67804094017428,41.9172765180648],[-72.67898294049301,41.917473518072356],[-72.67943094064368,41.9175515180729],[-72.67956194068775,41.9175745180731],[-72.67969194073088,41.91758651807122],[-72.68158594135905,41.917763518044175],[-72.6822609415817,41.917805518030484],[-72.68426294224354,41.917955517994756],[-72.6850669425096,41.918020517981304],[-72.68551594265813,41.91805551797357],[-72.68575494273742,41.91807851797028],[-72.68613794286401,41.9181065179633],[-72.68714094320032,41.91826351796115],[-72.6875039433239,41.918352517966575],[-72.68794994347577,41.918462517973346],[-72.68846694365288,41.91860851798477],[-72.68941994398008,41.918889518008086],[-72.68992394415301,41.91903651802011],[-72.69024094426182,41.91912951802777],[-72.6907999444539,41.91929751804208],[-72.69143494467185,41.91948351805736],[-72.69193894484489,41.91963251806978],[-72.6922049449362,41.91971051807621],[-72.69262494508087,41.91984251808805],[-72.69271794511353,41.91988251809275],[-72.69281694514831,41.919925518097834],[-72.69322394529128,41.92010151811857],[-72.69362394543394,41.920311518146065],[-72.6941389456192,41.92060951818681],[-72.69458394578233,41.92091951823209],[-72.6948329458748,41.9211135182614],[-72.6948609458852,41.92113551826473],[-72.6951639460017,41.921440518313645],[-72.69540694609593,41.921698518355434],[-72.69551194613851,41.921842518379776],[-72.69571094621931,41.92211651842609],[-72.69581394626276,41.92228651845548],[-72.69590694630195,41.922439518481916]]]},"properties":{"name":4763,"geoid":"09003476300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.63899891931841,41.77610849209452],[-72.64043291977752,41.775964492020684],[-72.64209992031127,41.775797491934895],[-72.6447319211524,41.77550649179419],[-72.64486892119626,41.77549249178708],[-72.64616492161015,41.77534449171687],[-72.6465369217286,41.775295491695466],[-72.64765592208492,41.77514949163134],[-72.64802892220374,41.77510149161007],[-72.64951492267812,41.77492849152894],[-72.64978792276538,41.77489849151438],[-72.65033892294151,41.77483849148509],[-72.6513179232543,41.7747294914326],[-72.6520129234779,41.77467849140043],[-72.65271692370733,41.77467849137782],[-72.65324592388203,41.77471849136856],[-72.65394692411711,41.77483449136845],[-72.65446192429197,41.77495649137549],[-72.65503992449041,41.775132491390934],[-72.65506992450071,41.77514149139172],[-72.65541692462182,41.775281491407625],[-72.65557692467773,41.775347491415225],[-72.65613392487653,41.7756484914555],[-72.65655392502923,41.77592449149534],[-72.6566019250467,41.77595649149999],[-72.65686892514461,41.776146491528124],[-72.65702192520072,41.77625549154426],[-72.65744192535473,41.77655449158855],[-72.65766892543806,41.77671749161275],[-72.65768892544537,41.776731491614804],[-72.65793692553629,41.77690749164085],[-72.65712592528797,41.77718649172082],[-72.65631492503968,41.77746549180077],[-72.65482492458347,41.77797849194774],[-72.65333492412728,41.778491492094716],[-72.65276892395394,41.778685492150366],[-72.65183692366865,41.77900749224253],[-72.6510399234623,41.77993949244818],[-72.64907892295462,41.782232492954165],[-72.64711892244716,41.7845244934599],[-72.64593592214086,41.78590749376506],[-72.6452359222223,41.79130749483064],[-72.64534692230885,41.79218549499665],[-72.64603592284438,41.7976074960217],[-72.64568292273144,41.797644496040185],[-72.64462492239305,41.797757496095976],[-72.64427292228055,41.79779649611483],[-72.64339692200066,41.79789549616208],[-72.64077092116179,41.79819449630416],[-72.63989592088235,41.79829549635175],[-72.63107891802962,41.798670496707246],[-72.62778791697075,41.798914496859986],[-72.62501391605667,41.798744496916164],[-72.62476391597818,41.79879649693424],[-72.62470891596006,41.798793496935424],[-72.62452891590092,41.79878549693966],[-72.62377891565804,41.798813496969125],[-72.62346991555798,41.79882549698136],[-72.62293691538552,41.798848497002915],[-72.62133891486853,41.7989174970675],[-72.62080691469647,41.7989414970892],[-72.62041691457019,41.7989564971046],[-72.619245914191,41.79900149715087],[-72.61885691406509,41.799017497166446],[-72.6191259141292,41.798605497078235],[-72.619736914275,41.797673496878616],[-72.61984391430174,41.797531496847775],[-72.61996991433514,41.797397496817844],[-72.62030791442487,41.79704049673806],[-72.62041691445376,41.796924496712144],[-72.62059091449994,41.79674049667105],[-72.62075391454415,41.79658449663566],[-72.62086991457572,41.7964754966109],[-72.62098791460834,41.796373496587435],[-72.62134191470628,41.796068496517144],[-72.62146091473927,41.79596749649383],[-72.62186891485567,41.79567749642473],[-72.62226991497019,41.7953944963572],[-72.62307191519628,41.794777496212276],[-72.62346891530824,41.79447249614064],[-72.6239189154362,41.794145496063045],[-72.62446791559248,41.79374949596894],[-72.6252429158128,41.79318549583513],[-72.62526891582007,41.79316449583024],[-72.62570591594283,41.79282049574978],[-72.62638291613287,41.79228549562472],[-72.6264639161558,41.792224495610334],[-72.62857191675367,41.790666495241744],[-72.6287879168148,41.79050449520351],[-72.6295599170334,41.78992749506729],[-72.6298089171034,41.789732495021624],[-72.6305579173142,41.78915049488516],[-72.63080791738459,41.78895649483966],[-72.63114691747555,41.788615494762915],[-72.63122891749762,41.788534494744646],[-72.63125391750441,41.78851049473921],[-72.63147591756284,41.78826749468512],[-72.6316069175973,41.78812349465311],[-72.63185391766143,41.78783749458993],[-72.63209691772235,41.78751849452051],[-72.63232091777287,41.78712549443739],[-72.63233591777626,41.7870994944319],[-72.6325799178265,41.78658849432536],[-72.63263291783544,41.786442494295436],[-72.63269591784616,41.7862714942604],[-72.63282891787516,41.78602049420764],[-72.63290191789115,41.78588449417901],[-72.63312191793518,41.78540149407864],[-72.6337859180688,41.783955493777974],[-72.63400691811326,41.78347449367795],[-72.6340839181302,41.78333249364804],[-72.63431591818167,41.78291049355908],[-72.63439391819902,41.78276949352934],[-72.63450191822402,41.78259149349147],[-72.63482691829941,41.78205849337807],[-72.6349359183248,41.78188149334037],[-72.63504191835008,41.78171949330567],[-72.63536091842622,41.781233493201526],[-72.63546791845187,41.78107249316699],[-72.63551991846424,41.78099249314986],[-72.63567991850265,41.78075249309836],[-72.63573391851573,41.78067349308135],[-72.63579891853124,41.78057449306015],[-72.63599691857887,41.7802794929968],[-72.63606291859477,41.78018149297575],[-72.63618391862236,41.779974492931856],[-72.63630691865059,41.77976749288791],[-72.63656191871063,41.779364492801875],[-72.6366909187411,41.779162492758694],[-72.63676091875828,41.77906449273752],[-72.63697191881029,41.77877149267414],[-72.63704291882786,41.77867449265311],[-72.63714191885212,41.77853449262288],[-72.63744191892596,41.77811649253248],[-72.63754191895059,41.77797749250244],[-72.63761391896901,41.7778894924831],[-72.63783291902531,41.77762649242527],[-72.63790591904414,41.777539492406085],[-72.63803691907734,41.777373492369826],[-72.63843291917799,41.77687749226128],[-72.63856591921187,41.77671249222512],[-72.63858491921205,41.776607492204235],[-72.63861291921917,41.776572492196564],[-72.63890191929343,41.776224492120036],[-72.63899891931841,41.77610849209452]]]},"properties":{"name":5101,"geoid":"09003510100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.66490892738581,41.76953648999258],[-72.6645749273449,41.77072149023229],[-72.66433692731606,41.771571490404206],[-72.66416092729466,41.772198490531004],[-72.6596229260126,41.77563149134015],[-72.6591009258652,41.776027491433425],[-72.65851892570075,41.77646749153715],[-72.65793692553629,41.77690749164085],[-72.65768892544537,41.776731491614804],[-72.65766892543806,41.77671749161275],[-72.65744192535473,41.77655449158855],[-72.65702192520072,41.77625549154426],[-72.65686892514461,41.776146491528124],[-72.6566019250467,41.77595649149999],[-72.65655392502923,41.77592449149534],[-72.65613392487653,41.7756484914555],[-72.65557692467773,41.775347491415225],[-72.65541692462182,41.775281491407625],[-72.65506992450071,41.77514149139172],[-72.65503992449041,41.775132491390934],[-72.65446192429197,41.77495649137549],[-72.65394692411711,41.77483449136845],[-72.65324592388203,41.77471849136856],[-72.65271692370733,41.77467849137782],[-72.6520129234779,41.77467849140043],[-72.6513179232543,41.7747294914326],[-72.65033892294151,41.77483849148509],[-72.64978792276538,41.77489849151438],[-72.64951492267812,41.77492849152894],[-72.64802892220374,41.77510149161007],[-72.64765592208492,41.77514949163134],[-72.6465369217286,41.775295491695466],[-72.64616492161015,41.77534449171687],[-72.64486892119626,41.77549249178708],[-72.6447319211524,41.77550649179419],[-72.64209992031127,41.775797491934895],[-72.64043291977752,41.775964492020684],[-72.63899891931841,41.77610849209452],[-72.63908291933994,41.77600649207212],[-72.63917291936315,41.77589949204855],[-72.63935191941077,41.775712492006676],[-72.63944391943532,41.77561749198535],[-72.63950591945117,41.77554149196869],[-72.63969591950021,41.77531649191909],[-72.63975891951645,41.775241491902584],[-72.63994291956284,41.775004491850886],[-72.64031691965731,41.77452549174633],[-72.6404869196992,41.77428949169526],[-72.6406629197427,41.77404749164284],[-72.6407209197572,41.773970491626116],[-72.6408949198008,41.77374149157627],[-72.64095391981566,41.77366549155969],[-72.6409799198216,41.773621491550365],[-72.64106191984077,41.77348949152222],[-72.6410889198471,41.773446491513035],[-72.64112591985602,41.773391491501236],[-72.64124091988423,41.77322949146624],[-72.64127891989351,41.77317549145458],[-72.6413839199191,41.773024491422014],[-72.6416999199963,41.77257449132492],[-72.64180592002225,41.77242449129253],[-72.64184592003232,41.7723724912812],[-72.64196692006281,41.772216491247164],[-72.64200792007325,41.77216549123601],[-72.64206892008713,41.77206049121374],[-72.64225292012911,41.77174649114717],[-72.64231492014336,41.77164249112507],[-72.64242792017012,41.77146649108742],[-72.64277092025165,41.77093849097439],[-72.64288492027879,41.770763490936915],[-72.64305392031783,41.77048349087738],[-72.64356292043578,41.76964649069928],[-72.6437329204752,41.7693674906399],[-72.64386192050601,41.769171490597884],[-72.64425292059983,41.76858449047189],[-72.64438292063103,41.768389490430025],[-72.64445292064721,41.76827349040537],[-72.64466292069588,41.76792849033193],[-72.64473392071244,41.767813490307425],[-72.64485092073859,41.76760449026328],[-72.64520592081855,41.76698049013129],[-72.6453239208451,41.7667724900873],[-72.64539592086174,41.766653490062005],[-72.64561292091207,41.76629748998623],[-72.64568592092911,41.76617948996108],[-72.64583192096043,41.7658954899015],[-72.64627192105503,41.7650434897227],[-72.64641892108673,41.764760489663274],[-72.64643192108907,41.76472748965648],[-72.64647292109701,41.76463248963681],[-72.64648692109972,41.764600489630176],[-72.64649092109858,41.76455748962173],[-72.64650292109532,41.76443248959718],[-72.64650792109455,41.76439048958891],[-72.6465029210861,41.76427148956608],[-72.64649492107101,41.76405348952419],[-72.64644892104859,41.76392348950055],[-72.64640992102953,41.76381248948033],[-72.64639292101562,41.76366648945266],[-72.64635292098185,41.76330448938397],[-72.6463279209697,41.76323448937126],[-72.64628092094654,41.76309748934627],[-72.64622692092018,41.76294448931844],[-72.64610892087052,41.76274848928434],[-72.64584292075853,41.762306489207454],[-72.6454869206109,41.76175448911216],[-72.6453209205421,41.761497489067814],[-72.64527492052304,41.761426489055566],[-72.64537592055362,41.7613854890444],[-72.64586092070755,41.7613134890149],[-72.64676192100734,41.76142148900687],[-72.64740492122134,41.761499489001324],[-72.64769792131126,41.76140248897316],[-72.64811892141532,41.760823488847734],[-72.64801792136865,41.76058348880456],[-72.64785792130805,41.7604354887811],[-72.64764692122371,41.760163488735294],[-72.64769392122962,41.759999488702086],[-72.64791692129842,41.75993148868178],[-72.64829492143383,41.76014548871102],[-72.64859592155712,41.76058548878641],[-72.64874692160764,41.76060848878602],[-72.64885892164075,41.760549488771005],[-72.64897692166696,41.760335488725865],[-72.64897692165923,41.76020048869976],[-72.64897892162153,41.75953048857018],[-72.6491749216602,41.75909048847883],[-72.6494449217349,41.75885848842532],[-72.649796921831,41.7585334883512],[-72.64995792187494,41.758384488317226],[-72.649940921854,41.75811548826577],[-72.64963892173103,41.75768648819254],[-72.64955992168983,41.757416488142866],[-72.64970292172715,41.75725448810696],[-72.65001492181617,41.75703348805422],[-72.65112392214074,41.756390487894336],[-72.65132592219985,41.756273487865215],[-72.65273392261206,41.75545948766266],[-72.65359292285436,41.75480248750807],[-72.65403092297788,41.75446748742925],[-72.65387092294236,41.75475748749045],[-72.65407692300141,41.75461648745659],[-72.65418292303315,41.7545674874437],[-72.65421392304279,41.75455948744116],[-72.6543509230872,41.754555487435994],[-72.65448892313371,41.754582487436785],[-72.65457992316904,41.754681487453],[-72.65462592318619,41.75471948745887],[-72.65497692331562,41.754982487498445],[-72.65500392332589,41.75500848750262],[-72.65593692358983,41.75430848733733],[-72.6569709239803,41.755243487484904],[-72.65803692438284,41.75620748763703],[-72.66022492519075,41.7578654878873],[-72.66133692560129,41.75870748801434],[-72.66143692564461,41.758894488047275],[-72.66153692568791,41.75908148808022],[-72.6616779257489,41.759344488126516],[-72.66181892580997,41.75960848817303],[-72.66209192592821,41.76011948826303],[-72.6634669265235,41.76268948871562],[-72.66435892690973,41.764357489009356],[-72.66511492723707,41.76577048925816],[-72.66507292726655,41.76652348940504],[-72.66494992735593,41.76878248984556],[-72.66491692737924,41.769376489961395],[-72.66490892738581,41.76953648999258]]]},"properties":{"name":5102,"geoid":"09003510200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.71529693711285,41.65271446576692],[-72.71604093735365,41.65269046573838],[-72.71669993756694,41.65266946571313],[-72.71727493775262,41.652643465689636],[-72.71789093795026,41.65259346566017],[-72.71826893807074,41.6525484656393],[-72.71874893822381,41.652493465613226],[-72.71901093830893,41.65249046560422],[-72.71936593842317,41.65246746558837],[-72.71937893842738,41.65246746558795],[-72.71982993857429,41.652469465573844],[-72.72024793871218,41.65250146556664],[-72.72048193879027,41.652535465565705],[-72.72084693891216,41.652589465564425],[-72.72128793905605,41.652595465551435],[-72.72145693911122,41.652598465546596],[-72.7222439393664,41.652581465518026],[-72.72261293948507,41.652556465501306],[-72.72305393962701,41.652528465481716],[-72.72324693968898,41.65251346547262],[-72.72382693987537,41.652471465445835],[-72.72402093993769,41.6524574654369],[-72.72432294003467,41.65243446542274],[-72.72523294032707,41.652368465380704],[-72.72553594042445,41.652346465366705],[-72.72563094045537,41.65234646536365],[-72.72585894053014,41.652356465358274],[-72.7260969406083,41.65236846535294],[-72.72653294075545,41.65246046535676],[-72.72680994085019,41.65254046536337],[-72.72683694085941,41.65254846536404],[-72.72711394095552,41.6526524653753],[-72.72688094090357,41.65307046546378],[-72.72678294088172,41.653246465501056],[-72.72616594074198,41.65431546572801],[-72.72592794068821,41.65473046581609],[-72.72581394066385,41.65495346586295],[-72.72561694062185,41.655340465944285],[-72.72547194059077,41.655622466003585],[-72.72535894056678,41.6558464660506],[-72.72495994047746,41.65655646620099],[-72.72493694047245,41.656599466210075],[-72.72377194021271,41.658690466652644],[-72.72337594012448,41.65940246680332],[-72.72314294007249,41.6598194668916],[-72.72244493991688,41.661072467156785],[-72.72221293986524,41.66149046724524],[-72.72191193976474,41.66144646724639],[-72.72139493959756,41.66146546726667],[-72.72117793952886,41.66149946728024],[-72.72081793941493,41.66155646730285],[-72.71971193906117,41.661665467359505],[-72.71911693887176,41.66174046739315],[-72.71836793864075,41.6619644674606],[-72.7181329385714,41.66208946749237],[-72.71791293850652,41.662207467522315],[-72.71748093838121,41.6624754675881],[-72.71738193835529,41.6625854676126],[-72.71732693834441,41.6627084676382],[-72.71726293833424,41.66289546767648],[-72.71707193830436,41.66346046779207],[-72.71702893829772,41.663589467818454],[-72.71700893829458,41.66364846783053],[-72.71688593827558,41.664016467905746],[-72.71684793826978,41.66413146792926],[-72.7165849382057,41.66450846801075],[-72.71629893813295,41.66486446808891],[-72.71622193811376,41.66496746811133],[-72.71599193805679,41.665280468179354],[-72.71581993801405,41.66551246822983],[-72.71566793797633,41.66571846827461],[-72.71533793789821,41.6662314683846],[-72.71531293789236,41.66627146839316],[-72.71523393787969,41.666499468439866],[-72.71523093788092,41.66653846844751],[-72.71522193788475,41.66665646847065],[-72.71521993788637,41.66669646847847],[-72.71521793788722,41.66672246848356],[-72.71529093792451,41.66695946852714],[-72.71530093793011,41.66700046853476],[-72.71553693805946,41.667919468705215],[-72.71561593810272,41.66822646876213],[-72.71567893813346,41.66840546879479],[-72.71586793822567,41.66894246889273],[-72.71593193825679,41.66912246892556],[-72.71554493813223,41.66914746894283],[-72.71530493805503,41.66916346895362],[-72.71444593778018,41.66924746899749],[-72.71438793776171,41.66925446900073],[-72.71400393763966,41.669306469023134],[-72.71316493737237,41.66940846906985],[-72.7125659371816,41.66948246910342],[-72.71108593670867,41.66963746918099],[-72.7106469365685,41.66968546920438],[-72.71042793649865,41.669710469216255],[-72.70980893630129,41.66978346925029],[-72.70928193613321,41.66984446927903],[-72.70907293606659,41.66986946929059],[-72.70826793581043,41.66997246933639],[-72.70775593565094,41.670098469377244],[-72.70771793563927,41.67011046938079],[-72.7072579354982,41.67026246942501],[-72.70721693548595,41.67028146943],[-72.70707693544401,41.670345469446886],[-72.7068129353651,41.67046846947919],[-72.70666593532226,41.670556469500966],[-72.70653493528418,41.67063646952065],[-72.70643593523106,41.670270469452944],[-72.70613893507165,41.66917246924979],[-72.70603993501857,41.66880746918227],[-72.70575393484357,41.66737346891365],[-72.7052319345235,41.66474446842109],[-72.70487293431138,41.66307646810945],[-72.70456693413017,41.66164746784243],[-72.70432593398722,41.660517467631216],[-72.70360293355849,41.65712946699793],[-72.70336293341592,41.656000466786864],[-72.70328993337246,41.65565546672235],[-72.70307293324294,41.65462346652933],[-72.70300093319987,41.65427946646497],[-72.70327893328877,41.65425146645062],[-72.70411293355544,41.65416746640758],[-72.70439093364433,41.65413946639324],[-72.70499193383226,41.65400446634777],[-72.7067959343966,41.653603466212154],[-72.70731593455922,41.65348746617298],[-72.70739793458495,41.65347046616704],[-72.70773193469006,41.65340746614413],[-72.70873693500664,41.653222466076],[-72.70907193511215,41.65316046605324],[-72.71031593551191,41.65307046599585],[-72.7140519367127,41.65280346582415],[-72.71529693711285,41.65271446576692]]]},"properties":{"name":4942.02,"geoid":"09003494202"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.75442795095825,41.672104468265125],[-72.75451095101097,41.672553468349406],[-72.7547599511692,41.673901468602445],[-72.75484395122233,41.67435146868689],[-72.75490595126209,41.674693468751116],[-72.75509195138146,41.67572046894401],[-72.75515395142128,41.67606346900843],[-72.75516895144001,41.6763054690548],[-72.75521595149695,41.677032469194046],[-72.75521795149899,41.67705646919865],[-72.75528595153303,41.67726446923674],[-72.75534295156264,41.67745746927228],[-72.75551395165152,41.67803746937907],[-72.7555319516607,41.678095469389724],[-72.7555499516746,41.67823546941625],[-72.75557595169394,41.67842546945221],[-72.75565595175279,41.67899846956058],[-72.75568295177251,41.67918946959669],[-72.75574295181423,41.67957646966968],[-72.75592295193934,41.6807374698887],[-72.75598395198142,41.681125469961856],[-72.75601895200107,41.68126946998862],[-72.75612495206032,41.68170147006884],[-72.7561609520803,41.68184547009557],[-72.7561819520928,41.681944470114054],[-72.75620995210737,41.682039470131535],[-72.75638295219669,41.682615470237494],[-72.75644095222655,41.682807470272785],[-72.75655495229311,41.68332147036863],[-72.7568979524933,41.68486647065672],[-72.75701295256027,41.6853814707527],[-72.75704195257693,41.68550747077617],[-72.75705195258573,41.68560447079463],[-72.75712195264742,41.68628347092381],[-72.75713595265967,41.68641747094931],[-72.75714595266825,41.68651047096698],[-72.75716195267856,41.68659947098371],[-72.75717795268888,41.686688471000416],[-72.7572269527203,41.686958471051106],[-72.75747095287676,41.68830247130342],[-72.75755295292919,41.68875147138769],[-72.7575589529374,41.68886047140861],[-72.75756595294645,41.68897847143123],[-72.75757795296245,41.68918947147168],[-72.75757895296316,41.68919647147301],[-72.75760095297612,41.68929747149184],[-72.7576379529986,41.68947947152588],[-72.75772995305451,41.68993247161061],[-72.75773295306105,41.69002947162929],[-72.75774095307438,41.69021647166522],[-72.75779695311137,41.690543471726734],[-72.75781695312456,41.690660471748735],[-72.75804795327613,41.69199247199912],[-72.75812495332666,41.69243647208257],[-72.75815395334223,41.692543472102344],[-72.75824095338896,41.69286447216169],[-72.75826995340461,41.69297247218164],[-72.75826395340803,41.69306647220004],[-72.75824695341873,41.69334947225536],[-72.75824195342254,41.6934444722739],[-72.75822395341726,41.69345447227642],[-72.75801595335287,41.69351247229434],[-72.75733195314115,41.69370347235335],[-72.75710495307092,41.69376747237305],[-72.75692195301231,41.69378447238224],[-72.75637595283773,41.69383947241046],[-72.75619395277957,41.69385847242001],[-72.75579595265222,41.69389747244037],[-72.75460295227073,41.69401747250202],[-72.75442195221288,41.69403647251152],[-72.7542069521445,41.69406447252387],[-72.7534739519112,41.694157472565465],[-72.75214395148804,41.694328472641416],[-72.75127595121204,41.69444347269162],[-72.75093695110432,41.694489472711446],[-72.75061695100231,41.694527472729106],[-72.75054295097867,41.69453547273304],[-72.75044195094648,41.69454747273861],[-72.75023995088205,41.694570472749554],[-72.74953795065821,41.69465247278805],[-72.74933295059306,41.69468047280006],[-72.74903195049748,41.69472247281789],[-72.74844495031101,41.694803472852456],[-72.74822295024052,41.694834472865594],[-72.74668394975129,41.695040472955036],[-72.74609794956504,41.69511947298918],[-72.74593694951444,41.695151473000564],[-72.74545394936288,41.69525047303527],[-72.74529394931268,41.69528347304682],[-72.74526894930472,41.69528647304819],[-72.74519594928151,41.69529647305247],[-72.74517194927394,41.695300473054026],[-72.74476894914834,41.69539847308597],[-72.74461094909869,41.695429473097064],[-72.74370894881557,41.69561347316171],[-72.74291294856323,41.69573247321036],[-72.74280094852776,41.69574947321726],[-72.742341948381,41.695796473241145],[-72.74179194820513,41.695852473269674],[-72.74014494767871,41.69602347335579],[-72.73959594750323,41.6960804733845],[-72.73872694722571,41.69617447343065],[-72.73612294639429,41.69646047356982],[-72.73525494611718,41.69655647361633],[-72.7349159460087,41.696589473633615],[-72.73389894568344,41.696691473686094],[-72.73356094557533,41.69672547370355],[-72.73332794546235,41.696077473585625],[-72.73307694534064,41.695379473458594],[-72.73273994516614,41.69424847325051],[-72.73270094514555,41.69411047322507],[-72.73267994513424,41.69403247321062],[-72.732624945105,41.693834473174064],[-72.73253894505999,41.69353747311934],[-72.73250094504282,41.6934534731043],[-72.73241594500134,41.6932124730604],[-72.7323859449859,41.69311347304219],[-72.73231494494932,41.692878472998984],[-72.73225794491219,41.69255447293811],[-72.73220494487455,41.69219847287089],[-72.73217994485847,41.69205947284479],[-72.73211694481773,41.69170647277848],[-72.73206294477927,41.69134147270956],[-72.73190294466458,41.69024847250311],[-72.73184994462649,41.68988447243436],[-72.73178194458134,41.68948247235871],[-72.73157994444671,41.68827947213232],[-72.73151294440193,41.687878472056845],[-72.73120994420974,41.686244471750236],[-72.73075494392144,41.6837954712907],[-72.73038694369312,41.68189947093543],[-72.73033294366113,41.68164747088836],[-72.7301739435661,41.680891470747085],[-72.73012194353477,41.680639470699965],[-72.7300699435046,41.68040847065691],[-72.72991594341494,41.67971747052805],[-72.72986494338517,41.67948747048515],[-72.7298379433677,41.679335470456586],[-72.72975794331562,41.67888047037104],[-72.7297319432985,41.67872947034264],[-72.72959594321667,41.678072470219796],[-72.72935894307358,41.676920470004326],[-72.72924194298827,41.67609446984812],[-72.72914894292005,41.67543146972271],[-72.72950494303026,41.675332469692094],[-72.73019594324634,41.67517746963984],[-72.73196194379881,41.67478546950714],[-72.73245594395488,41.674702469475186],[-72.73337494424797,41.674596469425104],[-72.73375994437083,41.674553469404394],[-72.73444794459091,41.674485469369095],[-72.73464794465451,41.67445946935763],[-72.73524894484582,41.67438346932359],[-72.73544994490987,41.67435946931248],[-72.73595394507026,41.67429546928387],[-72.73705094541951,41.67415846922206],[-72.7374709455543,41.674124469201956],[-72.73797894571737,41.674084469177885],[-72.73852894589338,41.67403146914992],[-72.74018094642214,41.67387446906637],[-72.74073194659857,41.673823469038766],[-72.74098294667857,41.67379346902487],[-72.74173494691836,41.673706468983845],[-72.74198694699872,41.67367746897012],[-72.742050947019,41.67366746896612],[-72.74224294707987,41.67363946895453],[-72.74230794710057,41.67363146895089],[-72.74249194715918,41.67360846894051],[-72.74304694733598,41.673541468909676],[-72.743231947395,41.67352046889965],[-72.7434059474508,41.673505468891165],[-72.74393094761912,41.67346046886554],[-72.74410594767527,41.6734464688572],[-72.7442959477359,41.67342546884703],[-72.74486894791876,41.673361468816196],[-72.7450599479798,41.673341468806164],[-72.74523994803747,41.67332546879729],[-72.74578094821076,41.673276468770396],[-72.74596194826883,41.673261468761666],[-72.74656994846397,41.673213468732804],[-72.74758994879146,41.67313446868467],[-72.74776594884814,41.673123468676884],[-72.74870594914894,41.67303346862921],[-72.74917194929816,41.672990468605896],[-72.74926794932838,41.67297246859932],[-72.74963994944575,41.67290746857474],[-72.74969694946367,41.672896468570784],[-72.74987094951854,41.67286546855918],[-72.74992894953691,41.672856468555565],[-72.75027794964711,41.67279746853291],[-72.75132794997883,41.672621468465024],[-72.75167795008943,41.67256346844253],[-72.75222695026284,41.67247146840705],[-72.75257595037313,41.67241346838458],[-72.7538769507841,41.672195468300494],[-72.75431095092127,41.67212346827257],[-72.75442795095825,41.672104468265125]]]},"properties":{"name":4943,"geoid":"09003494300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.70324393525783,41.688923473167875],[-72.703495935342,41.68896047316694],[-72.70387893546791,41.68898147315871],[-72.70393393548575,41.688980473156754],[-72.70447693566254,41.68898047313932],[-72.70517093588954,41.68899847312049],[-72.70601593616594,41.689020473097614],[-72.70643993630469,41.68903247308631],[-72.70669593639306,41.68912047309512],[-72.70663093636401,41.68898247307048],[-72.70663393636201,41.68893047306033],[-72.70663693636087,41.688893473053064],[-72.70673093637676,41.68863647300028],[-72.70686193640398,41.68836647294382],[-72.70695193642284,41.688183472905465],[-72.70729093653533,41.688220472901754],[-72.70767593665782,41.688170472879705],[-72.70984793734911,41.68789247275609],[-72.71057193757957,41.687800472715004],[-72.71074193763384,41.687781472705865],[-72.71125293779718,41.687728472679176],[-72.71142393785182,41.6877104726702],[-72.71163293791845,41.68768547265866],[-72.71226093811885,41.687614472624716],[-72.71247093818592,41.687591472613526],[-72.71258093822094,41.68757747260726],[-72.71291293832674,41.68753747258886],[-72.71302393836211,41.68752447258276],[-72.71434893878317,41.687343472505134],[-72.71501293899496,41.6872664724689],[-72.7156609392029,41.687213472437804],[-72.71654493948758,41.687158472398735],[-72.7178069398925,41.687054472338026],[-72.71865994016451,41.686954472291255],[-72.71881794021405,41.68692147227977],[-72.71982594053091,41.686723472209046],[-72.72021894065617,41.686676472187315],[-72.7205679407662,41.68661347216389],[-72.72070194080774,41.68657747215261],[-72.72086694085885,41.686531472138384],[-72.7209579408871,41.68650747213083],[-72.72119094095842,41.68642847210804],[-72.72135794101018,41.686382472093776],[-72.7215239410617,41.68633847207992],[-72.72178694113873,41.68618847204241],[-72.722055941219,41.686060472008975],[-72.72317094155397,41.68557047187826],[-72.72383594175656,41.68532747180983],[-72.72457294198357,41.68510147174238],[-72.72473294203374,41.685067471730626],[-72.72519094217715,41.68496847169674],[-72.72595294241557,41.68479947163952],[-72.72718794280249,41.68453447154851],[-72.72743494287987,41.684481471530304],[-72.72817694311226,41.68432147147546],[-72.72842494319002,41.684269471457405],[-72.72866994326675,41.68421647143927],[-72.72940594349721,41.68405647138462],[-72.7296519435743,41.68400447136665],[-72.72981494362561,41.6839734713554],[-72.73030594378008,41.683879471321404],[-72.73046994383175,41.68384947131032],[-72.73075494392144,41.6837954712907],[-72.73120994420974,41.686244471750236],[-72.73151294440193,41.687878472056845],[-72.73157994444671,41.68827947213232],[-72.73178194458134,41.68948247235871],[-72.73184994462649,41.68988447243436],[-72.73190294466458,41.69024847250311],[-72.73206294477927,41.69134147270956],[-72.73211694481773,41.69170647277848],[-72.73217994485847,41.69205947284479],[-72.73220494487455,41.69219847287089],[-72.73225794491219,41.69255447293811],[-72.73231494494932,41.692878472998984],[-72.7323859449859,41.69311347304219],[-72.73241594500134,41.6932124730604],[-72.73250094504282,41.6934534731043],[-72.73253894505999,41.69353747311934],[-72.732624945105,41.693834473174064],[-72.73267994513424,41.69403247321062],[-72.73270094514555,41.69411047322507],[-72.73273994516614,41.69424847325051],[-72.73307694534064,41.695379473458594],[-72.73332794546235,41.696077473585625],[-72.73356094557533,41.69672547370355],[-72.73378394569376,41.69752547385121],[-72.73389994575534,41.697941473928],[-72.73404694583449,41.69848747402896],[-72.73425294596368,41.69957147423211],[-72.73431294600545,41.69995947430528],[-72.73434394602694,41.7001584743428],[-72.73444994609703,41.70077947445957],[-72.73451794613683,41.701087474516996],[-72.73472494625733,41.70201447468973],[-72.73479394629751,41.702323474747324],[-72.73481194630881,41.70241847476512],[-72.73486594634291,41.70270647481911],[-72.73488394635426,41.70280247483711],[-72.73492094637726,41.7029934748729],[-72.735033946447,41.70356847498052],[-72.73507194647036,41.70376047501647],[-72.73307194583195,41.70398347512399],[-72.72908894455779,41.704380475328975],[-72.72814394425555,41.70447547537777],[-72.72795194419399,41.704492475387234],[-72.72577394349587,41.704685475494664],[-72.72531594334902,41.704725475517115],[-72.72537294338093,41.704958475560375],[-72.72547494344529,41.70550247566238],[-72.72558694352492,41.70625547580449],[-72.7256059435472,41.706536475858265],[-72.72559294355631,41.70676947590376],[-72.72430594314119,41.70683847595852],[-72.72426794313867,41.70701047599304],[-72.72421194312628,41.70711247601458],[-72.7241489431081,41.70715347602452],[-72.72402594307148,41.70721347604009],[-72.72378294299449,41.70725047605507],[-72.72339494287165,41.70731147607936],[-72.72238794255038,41.707427476134214],[-72.72219794248764,41.70741247613741],[-72.72199794242057,41.707378476137265],[-72.72156194227206,41.70726447612924],[-72.72127294217366,41.70718947612401],[-72.72084094202555,41.70705947611275],[-72.7206779419699,41.707014476109286],[-72.7201889418031,41.706882476099466],[-72.7200259417475,41.706838476096195],[-72.72013294176871,41.70660047604669],[-72.720455941833,41.70588647589815],[-72.72056394185459,41.705649475848794],[-72.72032094177175,41.705584475844034],[-72.71959194152319,41.70538947582974],[-72.71934994144073,41.70532547582515],[-72.71927494142209,41.70542647584711],[-72.71914794138543,41.70550847586705],[-72.71903994135359,41.70556647588176],[-72.71891194131412,41.705605475893414],[-72.71877294126979,41.705621475900976],[-72.71863694122551,41.70562147590536],[-72.71781094095671,41.705624475932495],[-72.71727694078432,41.70565047595471],[-72.7165559405544,41.70573547599434],[-72.71627594046535,41.705772476010495],[-72.71621994044722,41.70577447601269],[-72.71541294018668,41.705813476046195],[-72.71522694012612,41.70581347605218],[-72.71466793994406,41.70581347607015],[-72.7144829398839,41.70581447607629],[-72.71449393985276,41.70520847595867],[-72.71449493985224,41.705193475955724],[-72.7145659397723,41.70339347560508],[-72.71459093974586,41.70278947548738],[-72.71460293973196,41.7024784754268],[-72.71461893972275,41.70222647537752],[-72.71471393967268,41.70081147510059],[-72.71471293966216,41.70063347506618],[-72.71469493965098,41.70054047504875],[-72.7146609396295,41.70035847501462],[-72.71453693956866,41.70000147494951],[-72.71452893956304,41.699948474939504],[-72.71452293955846,41.69990247493081],[-72.71447993953844,41.69979747491185],[-72.71446093952946,41.699748474902975],[-72.71423893945357,41.699685474897926],[-72.7139489393533,41.6995834748875],[-72.71366893925536,41.699465474873655],[-72.71335393914416,41.69931447485457],[-72.71290393898349,41.699067474821234],[-72.71246793882786,41.698828474788975],[-72.71176793858073,41.698493474746634],[-72.71129893841767,41.69831247472666],[-72.71088793827508,41.69815947471027],[-72.71025393805886,41.69798847469756],[-72.7094099377735,41.69780447468904],[-72.70902493764511,41.697751474691174],[-72.70856093749114,41.697701474696416],[-72.70804093732063,41.697680474709045],[-72.70802893731673,41.69768047470944],[-72.70744093712612,41.69769547473123],[-72.7063449367764,41.69782047479067],[-72.7056879365699,41.69795047483694],[-72.70534993646625,41.69806247486946],[-72.70500893631332,41.69733047473874],[-72.70484693624074,41.69698347467678],[-72.70494493624456,41.69649247457858],[-72.70519093625694,41.69530847434148],[-72.7048009360569,41.69403147410679],[-72.7036329354575,41.690200473402626],[-72.70324393525783,41.688923473167875]]]},"properties":{"name":4944,"geoid":"09003494400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.73163994638755,41.7218084786188],[-72.73053594603458,41.721922478676376],[-72.72722394497582,41.72226847884993],[-72.72612094462326,41.72238447890786],[-72.72519394432709,41.722484478957035],[-72.72241594343983,41.722788479105255],[-72.7214899431441,41.72289047915477],[-72.72108694301384,41.722907479171035],[-72.71988194262444,41.72296047922004],[-72.71947994249454,41.722978479236474],[-72.7189359423209,41.72303947926578],[-72.71730594180063,41.723224479354],[-72.71676294162741,41.72328747938365],[-72.716419941518,41.72332747940242],[-72.71539194119008,41.723447479458706],[-72.71504994108102,41.72348847947764],[-72.71503694107685,41.72348947947826],[-72.71499894106476,41.72349447948046],[-72.71498694106099,41.723496479481206],[-72.71489694103242,41.72350947948664],[-72.71483394101251,41.72352047949079],[-72.71464394095534,41.723602479512756],[-72.71456194093071,41.72363847952236],[-72.71413894080325,41.72381847957078],[-72.71372394067033,41.723857479591686],[-72.71110593983212,41.724109479724625],[-72.71023393955294,41.72419347976893],[-72.70937493927448,41.724216479801],[-72.70679793843914,41.72428547989723],[-72.70593893816068,41.7243084799293],[-72.70616993815239,41.72285047963983],[-72.70686593812843,41.71847547877107],[-72.70709793812054,41.7170184784817],[-72.7071159381172,41.71685747844998],[-72.7073079381121,41.71567647821532],[-72.70732793811172,41.715556478191466],[-72.70755493808863,41.71386247785638],[-72.70787093806437,41.711641477416485],[-72.70799993805474,41.71073947723779],[-72.70804093804765,41.7103824771674],[-72.70802093803624,41.710297477151585],[-72.70793993798995,41.70994947708685],[-72.70786993794948,41.7096404770293],[-72.70786093794442,41.709603477022426],[-72.70782293792224,41.709432476990564],[-72.70767193784086,41.70886947688647],[-72.70752293775524,41.70822147676586],[-72.70743493770064,41.707768476681025],[-72.7073769376679,41.70752647663607],[-72.70721193757461,41.70683547650765],[-72.70714393753633,41.70655347645525],[-72.70701793746484,41.70602147635634],[-72.70691993741548,41.70571647630047],[-72.70685693738363,41.70551847626416],[-72.70683793737291,41.70543947624949],[-72.70672393730815,41.70495647615967],[-72.70663393725698,41.70457447608864],[-72.70641493712421,41.70350047588783],[-72.7063159370642,41.70301547579713],[-72.7062349370174,41.70265847573064],[-72.70615793697263,41.70231447566653],[-72.7060069368818,41.701586475530476],[-72.70593293683729,41.70122947546376],[-72.70583793678004,41.70076947537779],[-72.7058289367752,41.70073647537168],[-72.70544893656793,41.69927647510128],[-72.70543893656252,41.69923847509426],[-72.70533393651458,41.69899847505117],[-72.70520093646265,41.69884747502622],[-72.70523493647113,41.69880247501642],[-72.70528393648341,41.69873847500245],[-72.70530093648681,41.698700474994546],[-72.70531993649047,41.69865647498542],[-72.70534293649503,41.698605474974805],[-72.70537393649906,41.698499474953294],[-72.70538793650115,41.69845647494452],[-72.70535993647574,41.69817147489026],[-72.70534993646625,41.69806247486946],[-72.7056879365699,41.69795047483694],[-72.7063449367764,41.69782047479067],[-72.70744093712612,41.69769547473123],[-72.70802893731673,41.69768047470944],[-72.70804093732063,41.697680474709045],[-72.70856093749114,41.697701474696416],[-72.70902493764511,41.697751474691174],[-72.7094099377735,41.69780447468904],[-72.71025393805886,41.69798847469756],[-72.71088793827508,41.69815947471027],[-72.71129893841767,41.69831247472666],[-72.71176793858073,41.698493474746634],[-72.71246793882786,41.698828474788975],[-72.71290393898349,41.699067474821234],[-72.71335393914416,41.69931447485457],[-72.71366893925536,41.699465474873655],[-72.7139489393533,41.6995834748875],[-72.71423893945357,41.699685474897926],[-72.71446093952946,41.699748474902975],[-72.71447993953844,41.69979747491185],[-72.71452293955846,41.69990247493081],[-72.71452893956304,41.699948474939504],[-72.71453693956866,41.70000147494951],[-72.7146609396295,41.70035847501462],[-72.71469493965098,41.70054047504875],[-72.71471293966216,41.70063347506618],[-72.71471393967268,41.70081147510059],[-72.71461893972275,41.70222647537752],[-72.71460293973196,41.7024784754268],[-72.71459093974586,41.70278947548738],[-72.7145659397723,41.70339347560508],[-72.71449493985224,41.705193475955724],[-72.71449393985276,41.70520847595867],[-72.7144829398839,41.70581447607629],[-72.71466793994406,41.70581347607015],[-72.71522694012612,41.70581347605218],[-72.71541294018668,41.705813476046195],[-72.71621994044722,41.70577447601269],[-72.71627594046535,41.705772476010495],[-72.7165559405544,41.70573547599434],[-72.71727694078432,41.70565047595471],[-72.71781094095671,41.705624475932495],[-72.71863694122551,41.70562147590536],[-72.71877294126979,41.705621475900976],[-72.71891194131412,41.705605475893414],[-72.71903994135359,41.70556647588176],[-72.71914794138543,41.70550847586705],[-72.71927494142209,41.70542647584711],[-72.71934994144073,41.70532547582515],[-72.71959194152319,41.70538947582974],[-72.72032094177175,41.705584475844034],[-72.72056394185459,41.705649475848794],[-72.720455941833,41.70588647589815],[-72.72013294176871,41.70660047604669],[-72.7200259417475,41.706838476096195],[-72.7201889418031,41.706882476099466],[-72.7206779419699,41.707014476109286],[-72.72084094202555,41.70705947611275],[-72.72127294217366,41.70718947612401],[-72.72156194227206,41.70726447612924],[-72.72199794242057,41.707378476137265],[-72.72219794248764,41.70741247613741],[-72.72238794255038,41.707427476134214],[-72.72339494287165,41.70731147607936],[-72.72378294299449,41.70725047605507],[-72.72402594307148,41.70721347604009],[-72.7241489431081,41.70715347602452],[-72.72421194312628,41.70711247601458],[-72.72426794313867,41.70701047599304],[-72.72430594314119,41.70683847595852],[-72.72559294355631,41.70676947590376],[-72.7256059435472,41.706536475858265],[-72.72558694352492,41.70625547580449],[-72.72547494344529,41.70550247566238],[-72.72537294338093,41.704958475560375],[-72.72531594334902,41.704725475517115],[-72.72577394349587,41.704685475494664],[-72.72795194419399,41.704492475387234],[-72.72814394425555,41.70447547537777],[-72.72908894455779,41.704380475328975],[-72.73307194583195,41.70398347512399],[-72.73507194647036,41.70376047501647],[-72.73511594649689,41.70397347505627],[-72.73524994657721,41.704613475175805],[-72.73528494659796,41.70477647520621],[-72.7352999466057,41.704826475215405],[-72.7353319466249,41.704979475243995],[-72.7362369471697,41.70934347605931],[-72.73623894717163,41.709365476063496],[-72.73644194729546,41.710372476251806],[-72.73653294735186,41.71083947633923],[-72.73655394736514,41.71095147636022],[-72.73661994740598,41.7112894764235],[-72.73664194741964,41.71140247644466],[-72.7366729474451,41.71167047649551],[-72.73676894752252,41.712475476648166],[-72.73679194754108,41.71266847668477],[-72.73680394754928,41.712743476698876],[-72.7368559475852,41.71307447676126],[-72.73701294769337,41.7140694769487],[-72.73706594772968,41.71440147701123],[-72.7370789477401,41.714509477031704],[-72.73711794777157,41.71483647709371],[-72.73713194778236,41.71494547711435],[-72.73689794772199,41.715221477175284],[-72.73619494754061,41.71605047735831],[-72.73596194748063,41.71632747741938],[-72.73542594734721,41.71704447757535],[-72.73438794708645,41.71839147786933],[-72.7336079468887,41.71937247808422],[-72.73321394678833,41.7198594781911],[-72.7328889467055,41.72026047827915],[-72.73203294648754,41.721320478511736],[-72.73163994638755,41.7218084786188]]]},"properties":{"name":4945,"geoid":"09003494500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.73163994638755,41.7218084786188],[-72.73203294648754,41.721320478511736],[-72.7328889467055,41.72026047827915],[-72.73321394678833,41.7198594781911],[-72.7336079468887,41.71937247808422],[-72.73438794708645,41.71839147786933],[-72.73542594734721,41.71704447757535],[-72.73596194748063,41.71632747741938],[-72.73619494754061,41.71605047735831],[-72.73689794772199,41.715221477175284],[-72.73713194778236,41.71494547711435],[-72.73711794777157,41.71483647709371],[-72.7370789477401,41.714509477031704],[-72.73706594772968,41.71440147701123],[-72.73701294769337,41.7140694769487],[-72.7368559475852,41.71307447676126],[-72.73680394754928,41.712743476698876],[-72.73679194754108,41.71266847668477],[-72.73676894752252,41.712475476648166],[-72.7366729474451,41.71167047649551],[-72.73664194741964,41.71140247644466],[-72.73661994740598,41.7112894764235],[-72.73655394736514,41.71095147636022],[-72.73653294735186,41.71083947633923],[-72.73644194729546,41.710372476251806],[-72.73623894717163,41.709365476063496],[-72.7362369471697,41.70934347605931],[-72.7353319466249,41.704979475243995],[-72.7352999466057,41.704826475215405],[-72.73528494659796,41.70477647520621],[-72.73524994657721,41.704613475175805],[-72.73511594649689,41.70397347505627],[-72.73507194647036,41.70376047501647],[-72.735033946447,41.70356847498052],[-72.73492094637726,41.7029934748729],[-72.73488394635426,41.70280247483711],[-72.73486594634291,41.70270647481911],[-72.73481194630881,41.70241847476512],[-72.73479394629751,41.702323474747324],[-72.73472494625733,41.70201447468973],[-72.73451794613683,41.701087474516996],[-72.73444994609703,41.70077947445957],[-72.73434394602694,41.7001584743428],[-72.73431294600545,41.69995947430528],[-72.73425294596368,41.69957147423211],[-72.73404694583449,41.69848747402896],[-72.73389994575534,41.697941473928],[-72.73378394569376,41.69752547385121],[-72.73356094557533,41.69672547370355],[-72.73389894568344,41.696691473686094],[-72.7349159460087,41.696589473633615],[-72.73525494611718,41.69655647361633],[-72.73612294639429,41.69646047356982],[-72.73872694722571,41.69617447343065],[-72.73959594750323,41.6960804733845],[-72.74014494767871,41.69602347335579],[-72.74179194820513,41.695852473269674],[-72.742341948381,41.695796473241145],[-72.74280094852776,41.69574947321726],[-72.74291294856323,41.69573247321036],[-72.74370894881557,41.69561347316171],[-72.74461094909869,41.695429473097064],[-72.74476894914834,41.69539847308597],[-72.74517194927394,41.695300473054026],[-72.74519594928151,41.69529647305247],[-72.74526894930472,41.69528647304819],[-72.74529394931268,41.69528347304682],[-72.74545394936288,41.69525047303527],[-72.74593694951444,41.695151473000564],[-72.74609794956504,41.69511947298918],[-72.74668394975129,41.695040472955036],[-72.74822295024052,41.694834472865594],[-72.74844495031101,41.694803472852456],[-72.74903195049748,41.69472247281789],[-72.74933295059306,41.69468047280006],[-72.74953795065821,41.69465247278805],[-72.75023995088205,41.694570472749554],[-72.75044195094648,41.69454747273861],[-72.75054295097867,41.69453547273304],[-72.75061695100231,41.694527472729106],[-72.75093695110432,41.694489472711446],[-72.75127595121204,41.69444347269162],[-72.75214395148804,41.694328472641416],[-72.7534739519112,41.694157472565465],[-72.7542069521445,41.69406447252387],[-72.75442195221288,41.69403647251152],[-72.75460295227073,41.69401747250202],[-72.75579595265222,41.69389747244037],[-72.75619395277957,41.69385847242001],[-72.75637595283773,41.69383947241046],[-72.75692195301231,41.69378447238224],[-72.75710495307092,41.69376747237305],[-72.75733195314115,41.69370347235335],[-72.75801595335287,41.69351247229434],[-72.75822395341726,41.69345447227642],[-72.75824195342254,41.6934444722739],[-72.75830195345665,41.69369847232114],[-72.75848495355996,41.69446147246292],[-72.758518953579,41.69460047248873],[-72.7585439535938,41.69471647251037],[-72.75859195363843,41.69522247260677],[-72.75872695376317,41.69663147287511],[-72.75874395377497,41.696740472895655],[-72.75882595383047,41.69724247299016],[-72.75885295384981,41.697426473024926],[-72.75893395390788,41.69797947312932],[-72.75896095392729,41.69816447316426],[-72.75901895396585,41.69850747322876],[-72.75902995397325,41.69857447324138],[-72.75924495411381,41.69980447347249],[-72.75931695416078,41.70021447354952],[-72.75935195418364,41.700414473587095],[-72.7594569542523,41.70101547370002],[-72.75949195427523,41.70121647373778],[-72.75953795430672,41.70150447379204],[-72.75967695440154,41.70236847395474],[-72.75972395443337,41.702656474008954],[-72.7601319546933,41.7048714744244],[-72.76117895536028,41.71055347549004],[-72.76132095546218,41.711523475673104],[-72.76158695565321,41.713342476016436],[-72.76164695569635,41.71375347609401],[-72.76170595573954,41.71417147617297],[-72.76188595587021,41.71542647640994],[-72.76194195591079,41.71581547648339],[-72.76196995591921,41.71580347648017],[-72.7620469559734,41.71631047657576],[-72.76223495610479,41.71753247680606],[-72.7622139561154,41.71783647686556],[-72.7621799561338,41.71834947696587],[-72.76163495595675,41.71835647698479],[-72.75999995542581,41.718381477042335],[-72.7594559552492,41.71839047706161],[-72.75762195466632,41.71863947716887],[-72.74283394996942,41.72070347804459],[-72.74259594989343,41.72072947805729],[-72.74188194966557,41.72081047809595],[-72.74164494958993,41.720837478108805],[-72.74141894951894,41.72088247812478],[-72.74074394930693,41.721018478172844],[-72.74051894923629,41.72106447818898],[-72.74026294915197,41.72104747819394],[-72.73949594889943,41.72099947820935],[-72.73924094881554,41.72098447821466],[-72.73869394864063,41.72104047824311],[-72.73705594811703,41.72121147832892],[-72.73650994794257,41.72126947835774],[-72.73600494778039,41.721309478381734],[-72.73449194729461,41.72143047845386],[-72.73398794713285,41.721471478478016],[-72.73351394698045,41.72150547849984],[-72.73343594695538,41.72151147850352],[-72.73293994679851,41.72159247853516],[-72.73210794653548,41.72173047858864],[-72.73163994638755,41.7218084786188]]]},"properties":{"name":4946,"geoid":"09003494600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.61679691340038,41.79913749725569],[-72.61708391346303,41.7985974971422],[-72.61766291358963,41.79751249691406],[-72.61794891365223,41.79697749680156],[-72.61823691371518,41.79643749668802],[-72.61836991374182,41.79614549662737],[-72.61877191382281,41.79527149644564],[-72.61890591384982,41.79498049638514],[-72.61878491380516,41.794889496371454],[-72.61875891379553,41.79486949636842],[-72.61854591371579,41.79468949634048],[-72.61845091367893,41.794586496323646],[-72.61834991363969,41.79447649630562],[-72.61828091360466,41.79425749626554],[-72.61807691350053,41.79360049614517],[-72.61800891346589,41.79338249610525],[-72.61797691344972,41.79328249608695],[-72.61788091340125,41.792982496032096],[-72.6178499133854,41.79288249601377],[-72.61755191323236,41.79190649583479],[-72.61710491300734,41.79052149558158],[-72.61710091300559,41.79051349558015],[-72.61707891299542,41.790461495570824],[-72.61698091295025,41.79023049552935],[-72.61681291287847,41.78993349547735],[-72.61663391280568,41.78968149543441],[-72.61644491273258,41.78948049540164],[-72.61638691271017,41.78941949539172],[-72.61627991266951,41.789318495375646],[-72.61611391260637,41.78916049535044],[-72.61602891257408,41.7890804953377],[-72.61578191247963,41.78883749529869],[-72.6156179124169,41.788675495272635],[-72.61553391238435,41.788585495257955],[-72.6152839122874,41.7883154952138],[-72.6152009122552,41.78822549519907],[-72.61511191221601,41.78804749516753],[-72.61484491209849,41.787515495073336],[-72.61475591205937,41.78733849504199],[-72.61454991196868,41.786927494969184],[-72.61393191169671,41.78569549475098],[-72.61372691160642,41.78528549467835],[-72.61355891153241,41.78494949461881],[-72.61328391141106,41.78439549452059],[-72.61317691136377,41.784178494482106],[-72.61306091131227,41.78393949443962],[-72.61289691123953,41.78360249437977],[-72.61283291121107,41.78346949435614],[-72.61264391112667,41.78307149428529],[-72.61258091109859,41.782939494261804],[-72.61402391154614,41.782540494138445],[-72.6151419118922,41.78221949404058],[-72.6151759119027,41.782209494037566],[-72.61704791248225,41.78167349387397],[-72.62239691413914,41.780159493409904],[-72.62295991431401,41.78000849336268],[-72.62405891465545,41.77971549327081],[-72.62558191513274,41.77938149315743],[-72.62727291565628,41.778898493009855],[-72.62839791600464,41.778578492911926],[-72.63230391721558,41.77749249257678],[-72.63235491723123,41.77747549257186],[-72.6340309177468,41.77693949241451],[-72.63418691779502,41.77689349240062],[-72.63465891794112,41.77675849235939],[-72.63481591798973,41.776713492345664],[-72.634927918025,41.77669249233799],[-72.63526591813168,41.776631492315374],[-72.63537891816738,41.77661149230788],[-72.63575391828587,41.776546492283295],[-72.63594591834655,41.776513492270766],[-72.63688391864454,41.77637849221456],[-72.6372609187644,41.77632549219223],[-72.63760791887496,41.7762814921726],[-72.63865091920745,41.77615149211399],[-72.63899891931841,41.77610849209452],[-72.63890191929343,41.776224492120036],[-72.63861291921917,41.776572492196564],[-72.63858491921205,41.776607492204235],[-72.63856591921187,41.77671249222512],[-72.63843291917799,41.77687749226128],[-72.63803691907734,41.777373492369826],[-72.63790591904414,41.777539492406085],[-72.63783291902531,41.77762649242527],[-72.63761391896901,41.7778894924831],[-72.63754191895059,41.77797749250244],[-72.63744191892596,41.77811649253248],[-72.63714191885212,41.77853449262288],[-72.63704291882786,41.77867449265311],[-72.63697191881029,41.77877149267414],[-72.63676091875828,41.77906449273752],[-72.6366909187411,41.779162492758694],[-72.63656191871063,41.779364492801875],[-72.63630691865059,41.77976749288791],[-72.63618391862236,41.779974492931856],[-72.63606291859477,41.78018149297575],[-72.63599691857887,41.7802794929968],[-72.63579891853124,41.78057449306015],[-72.63573391851573,41.78067349308135],[-72.63567991850265,41.78075249309836],[-72.63551991846424,41.78099249314986],[-72.63546791845187,41.78107249316699],[-72.63536091842622,41.781233493201526],[-72.63504191835008,41.78171949330567],[-72.6349359183248,41.78188149334037],[-72.63482691829941,41.78205849337807],[-72.63450191822402,41.78259149349147],[-72.63439391819902,41.78276949352934],[-72.63431591818167,41.78291049355908],[-72.6340839181302,41.78333249364804],[-72.63400691811326,41.78347449367795],[-72.6337859180688,41.783955493777974],[-72.63312191793518,41.78540149407864],[-72.63290191789115,41.78588449417901],[-72.63282891787516,41.78602049420764],[-72.63269591784616,41.7862714942604],[-72.63263291783544,41.786442494295436],[-72.6325799178265,41.78658849432536],[-72.63233591777626,41.7870994944319],[-72.63232091777287,41.78712549443739],[-72.63209691772235,41.78751849452051],[-72.63185391766143,41.78783749458993],[-72.6316069175973,41.78812349465311],[-72.63147591756284,41.78826749468512],[-72.63125391750441,41.78851049473921],[-72.63122891749762,41.788534494744646],[-72.63114691747555,41.788615494762915],[-72.63080791738459,41.78895649483966],[-72.6305579173142,41.78915049488516],[-72.6298089171034,41.789732495021624],[-72.6295599170334,41.78992749506729],[-72.6287879168148,41.79050449520351],[-72.62857191675367,41.790666495241744],[-72.6264639161558,41.792224495610334],[-72.62638291613287,41.79228549562472],[-72.62570591594283,41.79282049574978],[-72.62526891582007,41.79316449583024],[-72.6252429158128,41.79318549583513],[-72.62446791559248,41.79374949596894],[-72.6239189154362,41.794145496063045],[-72.62346891530824,41.79447249614064],[-72.62307191519628,41.794777496212276],[-72.62226991497019,41.7953944963572],[-72.62186891485567,41.79567749642473],[-72.62146091473927,41.79596749649383],[-72.62134191470628,41.796068496517144],[-72.62098791460834,41.796373496587435],[-72.62086991457572,41.7964754966109],[-72.62075391454415,41.79658449663566],[-72.62059091449994,41.79674049667105],[-72.62041691445376,41.796924496712144],[-72.62030791442487,41.79704049673806],[-72.61996991433514,41.797397496817844],[-72.61984391430174,41.797531496847775],[-72.619736914275,41.797673496878616],[-72.6191259141292,41.798605497078235],[-72.61885691406509,41.799017497166446],[-72.61865891400107,41.79902649717453],[-72.61844391393173,41.79903949718394],[-72.61788391375114,41.799074497208665],[-72.61720891353363,41.7991184972388],[-72.61706691348792,41.799128497245285],[-72.61679691340038,41.79913749725569]]]},"properties":{"name":5103,"geoid":"09003510300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.64527492052304,41.761426489055566],[-72.6453209205421,41.761497489067814],[-72.6454869206109,41.76175448911216],[-72.64584292075853,41.762306489207454],[-72.64610892087052,41.76274848928434],[-72.64622692092018,41.76294448931844],[-72.64628092094654,41.76309748934627],[-72.6463279209697,41.76323448937126],[-72.64635292098185,41.76330448938397],[-72.64639292101562,41.76366648945266],[-72.64640992102953,41.76381248948033],[-72.64644892104859,41.76392348950055],[-72.64649492107101,41.76405348952419],[-72.6465029210861,41.76427148956608],[-72.64650792109455,41.76439048958891],[-72.64650292109532,41.76443248959718],[-72.64649092109858,41.76455748962173],[-72.64648692109972,41.764600489630176],[-72.64647292109701,41.76463248963681],[-72.64643192108907,41.76472748965648],[-72.64641892108673,41.764760489663274],[-72.64627192105503,41.7650434897227],[-72.64583192096043,41.7658954899015],[-72.64568592092911,41.76617948996108],[-72.64561292091207,41.76629748998623],[-72.64539592086174,41.766653490062005],[-72.6453239208451,41.7667724900873],[-72.64520592081855,41.76698049013129],[-72.64485092073859,41.76760449026328],[-72.64473392071244,41.767813490307425],[-72.64466292069588,41.76792849033193],[-72.64445292064721,41.76827349040537],[-72.64438292063103,41.768389490430025],[-72.64425292059983,41.76858449047189],[-72.64386192050601,41.769171490597884],[-72.6437329204752,41.7693674906399],[-72.64356292043578,41.76964649069928],[-72.64305392031783,41.77048349087738],[-72.64288492027879,41.770763490936915],[-72.64277092025165,41.77093849097439],[-72.64242792017012,41.77146649108742],[-72.64231492014336,41.77164249112507],[-72.64225292012911,41.77174649114717],[-72.64206892008713,41.77206049121374],[-72.64200792007325,41.77216549123601],[-72.64196692006281,41.772216491247164],[-72.64184592003232,41.7723724912812],[-72.64180592002225,41.77242449129253],[-72.6416999199963,41.77257449132492],[-72.6413839199191,41.773024491422014],[-72.64127891989351,41.77317549145458],[-72.64124091988423,41.77322949146624],[-72.64112591985602,41.773391491501236],[-72.6410889198471,41.773446491513035],[-72.64106191984077,41.77348949152222],[-72.6409799198216,41.773621491550365],[-72.64095391981566,41.77366549155969],[-72.6408949198008,41.77374149157627],[-72.6407209197572,41.773970491626116],[-72.6406629197427,41.77404749164284],[-72.6404869196992,41.77428949169526],[-72.64031691965731,41.77452549174633],[-72.63994291956284,41.775004491850886],[-72.63975891951645,41.775241491902584],[-72.63969591950021,41.77531649191909],[-72.63950591945117,41.77554149196869],[-72.63944391943532,41.77561749198535],[-72.63935191941077,41.775712492006676],[-72.63917291936315,41.77589949204855],[-72.63908291933994,41.77600649207212],[-72.63899891931841,41.77610849209452],[-72.63865091920745,41.77615149211399],[-72.63760791887496,41.7762814921726],[-72.6372609187644,41.77632549219223],[-72.63688391864454,41.77637849221456],[-72.63594591834655,41.776513492270766],[-72.63575391828587,41.776546492283295],[-72.63537891816738,41.77661149230788],[-72.63526591813168,41.776631492315374],[-72.634927918025,41.77669249233799],[-72.63481591798973,41.776713492345664],[-72.63465891794112,41.77675849235939],[-72.63418691779502,41.77689349240062],[-72.6340309177468,41.77693949241451],[-72.63235491723123,41.77747549257186],[-72.63230391721558,41.77749249257678],[-72.62839791600464,41.778578492911926],[-72.62727291565628,41.778898493009855],[-72.62558191513274,41.77938149315743],[-72.62405891465545,41.77971549327081],[-72.62295991431401,41.78000849336268],[-72.62239691413914,41.780159493409904],[-72.61704791248225,41.78167349387397],[-72.6151759119027,41.782209494037566],[-72.6151419118922,41.78221949404058],[-72.61402391154614,41.782540494138445],[-72.61258091109859,41.782939494261804],[-72.61250291106383,41.78277649423281],[-72.61226991095995,41.78228849414599],[-72.61219291092559,41.78212649411715],[-72.61189991079699,41.781548494014864],[-72.61102391041224,41.779814493707875],[-72.61073191028406,41.77923749360574],[-72.6104689102001,41.779268493620165],[-72.60968190994888,41.779361493663366],[-72.60941990986531,41.77939349367793],[-72.60919690979463,41.77942849369183],[-72.60852690958241,41.779536493734184],[-72.60830490951209,41.77957249374825],[-72.60812790945589,41.77959849375895],[-72.60759590928711,41.77967949379164],[-72.60741990923128,41.77970649380251],[-72.60730590916855,41.77925949371978],[-72.60728090915481,41.77916149370165],[-72.60724890912984,41.778907493653584],[-72.60721290909797,41.77855549358673],[-72.60716390907085,41.7783604935506],[-72.60707390903012,41.778161493515036],[-72.60692390896968,41.77795949348081],[-72.6068589089434,41.77787049346569],[-72.6066009088458,41.77763449342835],[-72.60639490876794,41.77744749339882],[-72.60577790853476,41.776886493310165],[-72.60557290845729,41.776700493280785],[-72.6054879084275,41.77666449327656],[-72.60523290833835,41.77655849326424],[-72.60514790830865,41.77652349326021],[-72.60519090832248,41.776520493258246],[-72.60531990836407,41.77651249325257],[-72.6053639083783,41.77651049325077],[-72.6057669085083,41.77648649323322],[-72.60579790851828,41.77648449323184],[-72.60617090863855,41.77646149321544],[-72.60687890885625,41.77623249314851],[-72.60699590888596,41.776085493116355],[-72.60726790895518,41.7757454930419],[-72.60733690897277,41.77565949302308],[-72.60760990905666,41.77557049299715],[-72.60817390924015,41.77556449297791],[-72.60872990942265,41.775586492964344],[-72.60893090948841,41.77559049295868],[-72.6092959096131,41.775690492966305],[-72.60975190977454,41.775914492994985],[-72.61064791008884,41.77630349304144],[-72.61219891063294,41.77697749312199],[-72.61291591085701,41.77680849306635],[-72.61346991104703,41.776973493080476],[-72.61358391107669,41.776842493051504],[-72.61360591107103,41.77661849300752],[-72.61324491091956,41.776027492904866],[-72.61370491105487,41.77577149284065],[-72.61338091092253,41.775304492760775],[-72.61332291088893,41.77504749271298],[-72.61430791122754,41.77535449274073],[-72.61463691137494,41.77605649286585],[-72.61489591146028,41.77607249286064],[-72.61502191149685,41.77599349284133],[-72.61563491168859,41.775852492794435],[-72.61623991188006,41.775752492755714],[-72.61663191199307,41.77549449269329],[-72.61718491214242,41.774954492571204],[-72.61777291233827,41.77502749256646],[-72.61787791237322,41.77504049256561],[-72.6182439124543,41.77437249242479],[-72.61854491255161,41.77435849241242],[-72.61863391259183,41.77455449244746],[-72.61864091262456,41.77508649255004],[-72.61889191271952,41.775316492586434],[-72.61980391304304,41.7757754926459],[-72.62010691314404,41.77581449264372],[-72.6202799132017,41.775836492642426],[-72.62066791331924,41.77568049259985],[-72.62077191334157,41.775478492557454],[-72.62061691327624,41.775219492512385],[-72.62075291327919,41.7744964923683],[-72.62082691329404,41.77433449233462],[-72.62132891339975,41.77332249212295],[-72.6216019134686,41.77297049204617],[-72.62200791355343,41.77214049187274],[-72.62195991352777,41.77196549184046],[-72.62181591347071,41.77178849181087],[-72.62105691321425,41.77162949180446],[-72.6208899131444,41.77136049175783],[-72.6209069131225,41.77088049166451],[-72.6213739132501,41.770450491566436],[-72.62166491333883,41.77034349153643],[-72.6221889135015,41.77020149149219],[-72.62309691378735,41.77002549142905],[-72.6235939139201,41.76951449131436],[-72.6244569141761,41.76907249120126],[-72.62500091434573,41.76893849115792],[-72.62543491447997,41.76881249111964],[-72.62642791481453,41.769003491124714],[-72.62714791508695,41.769663491229196],[-72.62793291533337,41.76949849117212],[-72.62812791538398,41.769272491122194],[-72.62814891539071,41.76927049112112],[-72.62814791538833,41.769234491114204],[-72.628283915416,41.768943491053605],[-72.62845691546111,41.76874649100998],[-72.62885391558385,41.76863049097483],[-72.62943391577089,41.76859549094945],[-72.6293429157323,41.768439490922226],[-72.6292479156785,41.76804049084815],[-72.62953291575576,41.76776749078625],[-72.62994791588446,41.76765249075069],[-72.63045191605752,41.76780649076431],[-72.63081191618325,41.767953490781174],[-72.63092891622117,41.76794949077666],[-72.63135591630069,41.76690749056155],[-72.63210391656045,41.767186490591506],[-72.6326839167977,41.76802949073581],[-72.633308916961,41.767323490579315],[-72.63574291772825,41.766869490413484],[-72.63671191803661,41.766739490357274],[-72.63789491841014,41.766529490278735],[-72.63908491878615,41.76632349020074],[-72.64086291933744,41.7658314900486],[-72.64285391995331,41.765255489873354],[-72.64279291989324,41.76455348973963],[-72.64310591998127,41.764309489682425],[-72.6431399199775,41.76405048963129],[-72.64320891999256,41.76392048960394],[-72.64322791999658,41.763882489595986],[-72.64328792000973,41.76377048957241],[-72.64330792001411,41.76373348956463],[-72.64346992004957,41.76343048950085],[-72.6434629200423,41.763343489484264],[-72.64352292005005,41.76313748944251],[-72.64358292005821,41.76293848940212],[-72.6443069202613,41.76236448926794],[-72.64462092032505,41.76169048912759],[-72.64467592034164,41.76166748912138],[-72.64527492052304,41.761426489055566]]]},"properties":{"name":5104,"geoid":"09003510400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.60202890698953,41.7712334923377],[-72.60182390691088,41.77102649230427],[-72.60179290689861,41.77098849229793],[-72.60147890677437,41.77060549223394],[-72.60113690664134,41.77022849217204],[-72.60112890663812,41.770217492170175],[-72.60092490655617,41.76994749212451],[-72.60089390653972,41.76983649210405],[-72.60080090649039,41.769503492042666],[-72.600769906474,41.769393492022395],[-72.60066390639784,41.768665491885066],[-72.6003459061695,41.76648349147346],[-72.60024090609375,41.76575649133628],[-72.60015790602613,41.76504649120169],[-72.59990890582345,41.76291949079845],[-72.5998259057559,41.762210490664046],[-72.59977890571928,41.76183749059343],[-72.59970590566242,41.76125849048383],[-72.59964390561136,41.760718490381414],[-72.5996439056113,41.760717490381225],[-72.59961090557924,41.76034449031017],[-72.59964390557116,41.7600144902453],[-72.59966390556697,41.75982749020851],[-72.59992290560788,41.75906549005287],[-72.60002990562487,41.75875248998895],[-72.6001029056337,41.758490489935944],[-72.60032390566084,41.75770448977689],[-72.60039790567006,41.75744348972406],[-72.60052590568978,41.757058489645516],[-72.60080890573383,41.756214489473265],[-72.60094090575976,41.75591548941123],[-72.60099890577135,41.755787489384616],[-72.60111190579455,41.75554848933478],[-72.60142190585766,41.754884489196456],[-72.60142290585799,41.75488448919642],[-72.60153090588734,41.75478248917326],[-72.60187790598188,41.754457489099295],[-72.60201390602124,41.75437048907811],[-72.60230090610494,41.75419848903567],[-72.60371190651352,41.753300488816826],[-72.60388490656368,41.75319148879022],[-72.60444990672647,41.7528174886998],[-72.60470690680033,41.75264448865811],[-72.60523190695142,41.752293488573436],[-72.60548890702658,41.75214348853619],[-72.60553990704155,41.752114488528946],[-72.60574290709926,41.75196648849382],[-72.60579890711111,41.75185448847039],[-72.60584390712074,41.75176648845192],[-72.60587190711405,41.75148948839747],[-72.60588590711154,41.75136548837304],[-72.60589090711025,41.75131448836301],[-72.60588690709753,41.751114488324454],[-72.60588090707235,41.75070748824594],[-72.6058489070507,41.75051148820907],[-72.60581990703292,41.750365488181764],[-72.60577290700355,41.75011948813569],[-72.60576590699911,41.75008148812857],[-72.60573790697924,41.749893488093115],[-72.60563790690811,41.74921848796577],[-72.60560490688451,41.74899348792332],[-72.60555190685272,41.748739487875895],[-72.605487906814,41.748426487817405],[-72.60540790676231,41.747977487733124],[-72.60536390673347,41.74772348768543],[-72.60530790669723,41.74740848762629],[-72.60517790661805,41.746763487505696],[-72.60797090750626,41.74637848734182],[-72.60816190756717,41.74635548733125],[-72.60896290782055,41.74622148727968],[-72.61036590826652,41.74602448719666],[-72.61138390858981,41.745876487135426],[-72.61274790902527,41.745718487061175],[-72.61276190903365,41.7457854870737],[-72.61280590905947,41.74598648711115],[-72.6128209090682,41.746053487123625],[-72.61295390914665,41.74666848723832],[-72.61301590918649,41.74701248730286],[-72.61317390926837,41.74754448740069],[-72.61383790963082,41.75010148787392],[-72.61392290968182,41.75050948795009],[-72.61388490968137,41.75071848799172],[-72.61278790938506,41.75178948823397],[-72.61277290938267,41.75183348824295],[-72.61270690936472,41.75189548825706],[-72.61263390935063,41.752065488292295],[-72.612626909364,41.75233948834549],[-72.61269290939254,41.75246248836716],[-72.61279590943033,41.75253648837816],[-72.61303090951314,41.752645488391714],[-72.61342990964302,41.75264248837835],[-72.61350290972969,41.75374348858891],[-72.61359090983387,41.755064488841526],[-72.61098090900948,41.75552348901389],[-72.6092039084483,41.755837489131515],[-72.60933290854135,41.75673048930005],[-72.61035690886902,41.756624489246754],[-72.6105169089531,41.75718348934971],[-72.61099890920609,41.758861489658706],[-72.61115990929056,41.759421489761806],[-72.61132690934531,41.75942748975763],[-72.61196090954785,41.75935548972339],[-72.6120389095728,41.759347489719346],[-72.61225990964317,41.75931848970667],[-72.61287390983875,41.759239489671714],[-72.61317490994041,41.75930148967406],[-72.61351591005759,41.759407489683625],[-72.61401591023353,41.75963448971149],[-72.61424591031773,41.75979648973544],[-72.6142819103309,41.759821489739124],[-72.61446891040494,41.760050489777406],[-72.61458091046734,41.76050348986139],[-72.61471991055116,41.76117748998725],[-72.61472191055232,41.76118648998892],[-72.61504091072054,41.76231049019599],[-72.61506991073426,41.76238549020957],[-72.61513191075638,41.76241849021395],[-72.6152299107894,41.76243749021448],[-72.6153749108371,41.76244549021139],[-72.61544291088717,41.76293349030356],[-72.61545591089644,41.76302149032014],[-72.61557491096889,41.76361049043019],[-72.61594991108802,41.763556490407744],[-72.61633191120946,41.76350249038506],[-72.61707491144566,41.763398490341146],[-72.61745091156521,41.76334649031903],[-72.61786391178822,41.76489249060465],[-72.61796391184615,41.76533549068708],[-72.61805591189965,41.76574649076358],[-72.61825191200451,41.766463490895894],[-72.61852291214865,41.76743949107586],[-72.61865991222608,41.768012491182226],[-72.61898191240755,41.76935049143052],[-72.619072912454,41.76964349148424],[-72.61913791249249,41.769946491540715],[-72.61931791258976,41.77062149166541],[-72.61959491273939,41.771658491856954],[-72.61988091293162,41.773389492182325],[-72.61993391297918,41.77391849228285],[-72.6199869130299,41.77450349239421],[-72.6201019131396,41.775765492634406],[-72.62010691314404,41.77581449264372],[-72.61980391304304,41.7757754926459],[-72.61889191271952,41.775316492586434],[-72.61864091262456,41.77508649255004],[-72.61863391259183,41.77455449244746],[-72.61854491255161,41.77435849241242],[-72.6182439124543,41.77437249242479],[-72.61787791237322,41.77504049256561],[-72.61777291233827,41.77502749256646],[-72.61718491214242,41.774954492571204],[-72.61663191199307,41.77549449269329],[-72.61623991188006,41.775752492755714],[-72.61563491168859,41.775852492794435],[-72.61502191149685,41.77599349284133],[-72.61489591146028,41.77607249286064],[-72.61463691137494,41.77605649286585],[-72.61430791122754,41.77535449274073],[-72.61332291088893,41.77504749271298],[-72.61338091092253,41.775304492760775],[-72.61370491105487,41.77577149284065],[-72.61324491091956,41.776027492904866],[-72.61360591107103,41.77661849300752],[-72.61358391107669,41.776842493051504],[-72.61346991104703,41.776973493080476],[-72.61291591085701,41.77680849306635],[-72.61219891063294,41.77697749312199],[-72.61064791008884,41.77630349304144],[-72.60975190977454,41.775914492994985],[-72.6092959096131,41.775690492966305],[-72.60893090948841,41.77559049295868],[-72.60872990942265,41.775586492964344],[-72.60817390924015,41.77556449297791],[-72.60760990905666,41.77557049299715],[-72.60733690897277,41.77565949302308],[-72.60726790895518,41.7757454930419],[-72.60699590888596,41.776085493116355],[-72.60687890885625,41.77623249314851],[-72.60617090863855,41.77646149321544],[-72.60579790851828,41.77648449323184],[-72.6057669085083,41.77648649323322],[-72.6053639083783,41.77651049325077],[-72.60531990836407,41.77651249325257],[-72.60519090832248,41.776520493258246],[-72.60514790830865,41.77652349326021],[-72.60510990829167,41.77644349324597],[-72.6049969082411,41.776203493203205],[-72.60495990822453,41.77612449318911],[-72.60470090812412,41.775844493143296],[-72.60468490811729,41.77581649313841],[-72.6045289080513,41.775551493092195],[-72.60430790792756,41.77464749292456],[-72.60421090787301,41.77424649285017],[-72.60416090784545,41.774049492813695],[-72.60407590779853,41.77371349275148],[-72.60396090774762,41.77347849270975],[-72.60387190770821,41.773296492677424],[-72.60369190763672,41.77307249263988],[-72.603611907605,41.77297349262332],[-72.60311290741176,41.7724384925359],[-72.60291790733625,41.772229492501744],[-72.60274290726758,41.77202649246811],[-72.60248990716832,41.7717324924194],[-72.60232990710547,41.771545492388384],[-72.60224890707515,41.77147649237764],[-72.6022079070592,41.77143149237025],[-72.60202890698953,41.7712334923377]]]},"properties":{"name":5105,"geoid":"09003510500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.6128209090682,41.746053487123625],[-72.61298290911779,41.74599748710762],[-72.61324690919977,41.74592648708542],[-72.61352590928821,41.74588348706817],[-72.6138179093783,41.7457944870416],[-72.61415590948522,41.74573848701996],[-72.61444290957567,41.74568448700031],[-72.61446690958299,41.7456754869978],[-72.61475390967284,41.74561148697624],[-72.61484490970142,41.74559248696965],[-72.61506390977141,41.74556848695799],[-72.61619891013312,41.74542548689397],[-72.6166609102819,41.745394486873174],[-72.61720291047199,41.74563048690145],[-72.61849391091067,41.74594548692102],[-72.61894091106096,41.74602648692236],[-72.61931391118398,41.74605248691544],[-72.61952691125524,41.7460844869148],[-72.61973991131224,41.74586748686601],[-72.62008391140982,41.74561348680587],[-72.62038391149798,41.74544548676377],[-72.62055191154747,41.74535348674059],[-72.62075091160817,41.74528048672009],[-72.6210069116914,41.745277486711316],[-72.62153391186399,41.74529248669732],[-72.62167391191008,41.74530048669439],[-72.6222309120845,41.74517648665256],[-72.62231991211365,41.74517948665029],[-72.62246491216125,41.74518548664679],[-72.62273591225194,41.74522748664624],[-72.62328791244502,41.74545848667323],[-72.62330091244962,41.74546448667395],[-72.62345491250178,41.7454994866758],[-72.62400391268183,41.74551948666207],[-72.62453691284813,41.74539048662007],[-72.62500091299756,41.74535948659917],[-72.62530291309483,41.74533948658564],[-72.62564591320442,41.74530148656729],[-72.62577091324505,41.74529948656289],[-72.62612391335614,41.745230486538254],[-72.62630091340986,41.74516148651922],[-72.62657791349402,41.74505448648965],[-72.62714991366435,41.744773486416996],[-72.62722991368875,41.744744486408806],[-72.62735491372548,41.74467448639126],[-72.62743791374876,41.744608486375846],[-72.62752291377268,41.744542486360366],[-72.62752991376325,41.744337486320475],[-72.62754591374394,41.743908486237004],[-72.62754391374284,41.74390048623551],[-72.6274859137101,41.74365848619056],[-72.6285429140458,41.743505486127106],[-72.62895091417549,41.743448486103],[-72.63011791454647,41.743286486034265],[-72.63017491456459,41.74327848603089],[-72.63058291469427,41.743221486006796],[-72.63103591483828,41.74315848598008],[-72.63239491527045,41.742972485900545],[-72.63284891541487,41.742910485874006],[-72.6330559154805,41.74287848586116],[-72.63367791567761,41.742781485822476],[-72.6338859157436,41.742750485809815],[-72.63392091575297,41.74271448580173],[-72.63402791578177,41.74260848577781],[-72.63406491579188,41.742574485770035],[-72.63405591577798,41.74238248573318],[-72.63404091575211,41.74201548566269],[-72.63404091574749,41.741934485647015],[-72.63403591573854,41.74180648562241],[-72.63402991572566,41.741615485585676],[-72.63451291589459,41.74181748560926],[-72.63505991608591,41.74204648563602],[-72.63595591640014,41.74243648568272],[-72.63643691656881,41.742645485707705],[-72.63706091678722,41.74290948573876],[-72.63748291693517,41.74309248576063],[-72.63805391713547,41.74334148579048],[-72.6385459173112,41.74361148582692],[-72.63912791752075,41.74395948587555],[-72.63984091778416,41.74450348595789],[-72.64031791796515,41.74495048602904],[-72.6404899180304,41.745111486054654],[-72.64106691825816,41.74580648617055],[-72.64153291845139,41.746530486295626],[-72.64156991846838,41.74661648631104],[-72.64187091860643,41.74731548643657],[-72.64204491870557,41.748057486574474],[-72.642162918802,41.749071486766766],[-72.64222291883968,41.74938848682613],[-72.64235891892484,41.75010248695984],[-72.64245591896835,41.75031048699695],[-72.64248991898354,41.75038248700978],[-72.6425919190293,41.75060148704885],[-72.64262691904489,41.75067448706184],[-72.64272791908631,41.75082348708741],[-72.64279691911028,41.75084948709024],[-72.64300091918135,41.75092948709915],[-72.64313091922483,41.75094948709884],[-72.64320691925029,41.75096148709872],[-72.64352491935306,41.75094648708563],[-72.64365691939578,41.750941487080425],[-72.64391091947785,41.75092948706996],[-72.64457091969321,41.75093448704976],[-72.64466191972366,41.75094848704955],[-72.64474691975217,41.75096248704951],[-72.64495191982651,41.75109448706847],[-72.64518591991752,41.75135248711084],[-72.64548592004353,41.75184648719673],[-72.6455299200679,41.75202148722915],[-72.64570592014223,41.75231848728093],[-72.64591092022219,41.752548487318826],[-72.6460869202852,41.75264748733232],[-72.64634592037285,41.75270448733503],[-72.64679992052652,41.7528044873398],[-72.6468119205306,41.75280748733998],[-72.64726592068916,41.75299348736137],[-72.64763992081392,41.753043487359044],[-72.64776492085309,41.75301648734983],[-72.64765392077979,41.7523674872279],[-72.6475459207082,41.75173148710841],[-72.64743592065606,41.751446487056825],[-72.64717192055213,41.75113348700478],[-72.64694492045584,41.75074348693664],[-72.64683892041438,41.75062248691666],[-72.64673992037554,41.75050748689759],[-72.64641792025243,41.75018948684644],[-72.64638792024016,41.75014648683911],[-72.64691692041323,41.75015848682444],[-72.64718892050226,41.750165486817075],[-72.64799092076468,41.750184486795],[-72.64850692093343,41.75019548678058],[-72.64851392093577,41.750196486780546],[-72.64903692110688,41.750208486766084],[-72.65000692145486,41.75076648684285],[-72.65097892180363,41.75132648691993],[-72.65291792249931,41.75244248707347],[-72.65291992250002,41.7524434870736],[-72.65340492267403,41.75272248711197],[-72.6538889228477,41.75300148715039],[-72.65424292297593,41.753226487182516],[-72.65429792299585,41.75326148718752],[-72.65459592310388,41.75345248721487],[-72.65526692334701,41.75388048727611],[-72.65552692344123,41.75404648729985],[-72.65593692358983,41.75430848733733],[-72.65500392332589,41.75500848750262],[-72.65497692331562,41.754982487498445],[-72.65462592318619,41.75471948745887],[-72.65457992316904,41.754681487453],[-72.65448892313371,41.754582487436785],[-72.6543509230872,41.754555487435994],[-72.65421392304279,41.75455948744116],[-72.65418292303315,41.7545674874437],[-72.65407692300141,41.75461648745659],[-72.65387092294236,41.75475748749045],[-72.65403092297788,41.75446748742925],[-72.65359292285436,41.75480248750807],[-72.65273392261206,41.75545948766266],[-72.65132592219985,41.756273487865215],[-72.65112392214074,41.756390487894336],[-72.65001492181617,41.75703348805422],[-72.64970292172715,41.75725448810696],[-72.64955992168983,41.757416488142866],[-72.64963892173103,41.75768648819254],[-72.649940921854,41.75811548826577],[-72.64995792187494,41.758384488317226],[-72.649796921831,41.7585334883512],[-72.6494449217349,41.75885848842532],[-72.6491749216602,41.75909048847883],[-72.64897892162153,41.75953048857018],[-72.64897692165923,41.76020048869976],[-72.64897692166696,41.760335488725865],[-72.64885892164075,41.760549488771005],[-72.64874692160764,41.76060848878602],[-72.64859592155712,41.76058548878641],[-72.64829492143383,41.76014548871102],[-72.64791692129842,41.75993148868178],[-72.64769392122962,41.759999488702086],[-72.64764692122371,41.760163488735294],[-72.64785792130805,41.7604354887811],[-72.64801792136865,41.76058348880456],[-72.64811892141532,41.760823488847734],[-72.64769792131126,41.76140248897316],[-72.64740492122134,41.761499489001324],[-72.64676192100734,41.76142148900687],[-72.64586092070755,41.7613134890149],[-72.64537592055362,41.7613854890444],[-72.64527492052304,41.761426489055566],[-72.64467592034164,41.76166748912138],[-72.64462092032505,41.76169048912759],[-72.6443069202613,41.76236448926794],[-72.64358292005821,41.76293848940212],[-72.64352292005005,41.76313748944251],[-72.6434629200423,41.763343489484264],[-72.64346992004957,41.76343048950085],[-72.64330792001411,41.76373348956463],[-72.64328792000973,41.76377048957241],[-72.64322791999658,41.763882489595986],[-72.64320891999256,41.76392048960394],[-72.6431399199775,41.76405048963129],[-72.64310591998127,41.764309489682425],[-72.64279291989324,41.76455348973963],[-72.64285391995331,41.765255489873354],[-72.64086291933744,41.7658314900486],[-72.63908491878615,41.76632349020074],[-72.63789491841014,41.766529490278735],[-72.63671191803661,41.766739490357274],[-72.63574291772825,41.766869490413484],[-72.633308916961,41.767323490579315],[-72.6326839167977,41.76802949073581],[-72.63210391656045,41.767186490591506],[-72.63135591630069,41.76690749056155],[-72.63092891622117,41.76794949077666],[-72.63081191618325,41.767953490781174],[-72.63045191605752,41.76780649076431],[-72.62994791588446,41.76765249075069],[-72.62953291575576,41.76776749078625],[-72.6292479156785,41.76804049084815],[-72.6293429157323,41.768439490922226],[-72.62943391577089,41.76859549094945],[-72.62885391558385,41.76863049097483],[-72.62845691546111,41.76874649100998],[-72.628283915416,41.768943491053605],[-72.62814791538833,41.769234491114204],[-72.62814891539071,41.76927049112112],[-72.62812791538398,41.769272491122194],[-72.62793291533337,41.76949849117212],[-72.62714791508695,41.769663491229196],[-72.62642791481453,41.769003491124714],[-72.62543491447997,41.76881249111964],[-72.62500091434573,41.76893849115792],[-72.6244569141761,41.76907249120126],[-72.6235939139201,41.76951449131436],[-72.62309691378735,41.77002549142905],[-72.6221889135015,41.77020149149219],[-72.62166491333883,41.77034349153643],[-72.6213739132501,41.770450491566436],[-72.6209069131225,41.77088049166451],[-72.6208899131444,41.77136049175783],[-72.62105691321425,41.77162949180446],[-72.62181591347071,41.77178849181087],[-72.62195991352777,41.77196549184046],[-72.62200791355343,41.77214049187274],[-72.6216019134686,41.77297049204617],[-72.62132891339975,41.77332249212295],[-72.62082691329404,41.77433449233462],[-72.62075291327919,41.7744964923683],[-72.62061691327624,41.775219492512385],[-72.62077191334157,41.775478492557454],[-72.62066791331924,41.77568049259985],[-72.6202799132017,41.775836492642426],[-72.62010691314404,41.77581449264372],[-72.6201019131396,41.775765492634406],[-72.6199869130299,41.77450349239421],[-72.61993391297918,41.77391849228285],[-72.61988091293162,41.773389492182325],[-72.61959491273939,41.771658491856954],[-72.61931791258976,41.77062149166541],[-72.61913791249249,41.769946491540715],[-72.619072912454,41.76964349148424],[-72.61898191240755,41.76935049143052],[-72.61865991222608,41.768012491182226],[-72.61852291214865,41.76743949107586],[-72.61825191200451,41.766463490895894],[-72.61805591189965,41.76574649076358],[-72.61796391184615,41.76533549068708],[-72.61786391178822,41.76489249060465],[-72.61745091156521,41.76334649031903],[-72.61707491144566,41.763398490341146],[-72.61633191120946,41.76350249038506],[-72.61594991108802,41.763556490407744],[-72.61557491096889,41.76361049043019],[-72.61545591089644,41.76302149032014],[-72.61544291088717,41.76293349030356],[-72.6153749108371,41.76244549021139],[-72.6152299107894,41.76243749021448],[-72.61513191075638,41.76241849021395],[-72.61506991073426,41.76238549020957],[-72.61504091072054,41.76231049019599],[-72.61472191055232,41.76118648998892],[-72.61471991055116,41.76117748998725],[-72.61458091046734,41.76050348986139],[-72.61446891040494,41.760050489777406],[-72.6142819103309,41.759821489739124],[-72.61424591031773,41.75979648973544],[-72.61401591023353,41.75963448971149],[-72.61351591005759,41.759407489683625],[-72.61317490994041,41.75930148967406],[-72.61287390983875,41.759239489671714],[-72.61225990964317,41.75931848970667],[-72.6120389095728,41.759347489719346],[-72.61196090954785,41.75935548972339],[-72.61132690934531,41.75942748975763],[-72.61115990929056,41.759421489761806],[-72.61099890920609,41.758861489658706],[-72.6105169089531,41.75718348934971],[-72.61035690886902,41.756624489246754],[-72.60933290854135,41.75673048930005],[-72.6092039084483,41.755837489131515],[-72.61098090900948,41.75552348901389],[-72.61359090983387,41.755064488841526],[-72.61350290972969,41.75374348858891],[-72.61342990964302,41.75264248837835],[-72.61303090951314,41.752645488391714],[-72.61279590943033,41.75253648837816],[-72.61269290939254,41.75246248836716],[-72.612626909364,41.75233948834549],[-72.61263390935063,41.752065488292295],[-72.61270690936472,41.75189548825706],[-72.61277290938267,41.75183348824295],[-72.61278790938506,41.75178948823397],[-72.61388490968137,41.75071848799172],[-72.61392290968182,41.75050948795009],[-72.61383790963082,41.75010148787392],[-72.61317390926837,41.74754448740069],[-72.61301590918649,41.74701248730286],[-72.61295390914665,41.74666848723832],[-72.6128209090682,41.746053487123625]]]},"properties":{"name":5106,"geoid":"09003510600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.63402991572566,41.741615485585676],[-72.63403591573854,41.74180648562241],[-72.63404091574749,41.741934485647015],[-72.63404091575211,41.74201548566269],[-72.63405591577798,41.74238248573318],[-72.63406491579188,41.742574485770035],[-72.63402791578177,41.74260848577781],[-72.63392091575297,41.74271448580173],[-72.6338859157436,41.742750485809815],[-72.63367791567761,41.742781485822476],[-72.6330559154805,41.74287848586116],[-72.63284891541487,41.742910485874006],[-72.63239491527045,41.742972485900545],[-72.63103591483828,41.74315848598008],[-72.63058291469427,41.743221486006796],[-72.63017491456459,41.74327848603089],[-72.63011791454647,41.743286486034265],[-72.62895091417549,41.743448486103],[-72.6285429140458,41.743505486127106],[-72.6274859137101,41.74365848619056],[-72.62754391374284,41.74390048623551],[-72.62754591374394,41.743908486237004],[-72.62752991376325,41.744337486320475],[-72.62752291377268,41.744542486360366],[-72.62743791374876,41.744608486375846],[-72.62735491372548,41.74467448639126],[-72.62722991368875,41.744744486408806],[-72.62714991366435,41.744773486416996],[-72.62657791349402,41.74505448648965],[-72.62630091340986,41.74516148651922],[-72.62612391335614,41.745230486538254],[-72.62577091324505,41.74529948656289],[-72.62564591320442,41.74530148656729],[-72.62530291309483,41.74533948658564],[-72.62500091299756,41.74535948659917],[-72.62453691284813,41.74539048662007],[-72.62400391268183,41.74551948666207],[-72.62345491250178,41.7454994866758],[-72.62330091244962,41.74546448667395],[-72.62328791244502,41.74545848667323],[-72.62273591225194,41.74522748664624],[-72.62246491216125,41.74518548664679],[-72.62231991211365,41.74517948665029],[-72.6222309120845,41.74517648665256],[-72.62167391191008,41.74530048669439],[-72.62153391186399,41.74529248669732],[-72.6210069116914,41.745277486711316],[-72.62075091160817,41.74528048672009],[-72.62055191154747,41.74535348674059],[-72.62038391149798,41.74544548676377],[-72.62008391140982,41.74561348680587],[-72.61973991131224,41.74586748686601],[-72.61952691125524,41.7460844869148],[-72.61931391118398,41.74605248691544],[-72.61894091106096,41.74602648692236],[-72.61849391091067,41.74594548692102],[-72.61720291047199,41.74563048690145],[-72.6166609102819,41.745394486873174],[-72.61619891013312,41.74542548689397],[-72.61506390977141,41.74556848695799],[-72.61484490970142,41.74559248696965],[-72.61475390967284,41.74561148697624],[-72.61446690958299,41.7456754869978],[-72.61444290957567,41.74568448700031],[-72.61415590948522,41.74573848701996],[-72.6138179093783,41.7457944870416],[-72.61352590928821,41.74588348706817],[-72.61324690919977,41.74592648708542],[-72.61298290911779,41.74599748710762],[-72.6128209090682,41.746053487123625],[-72.61280590905947,41.74598648711115],[-72.61276190903365,41.7457854870737],[-72.61274790902527,41.745718487061175],[-72.61138390858981,41.745876487135426],[-72.61036590826652,41.74602448719666],[-72.60896290782055,41.74622148727968],[-72.60816190756717,41.74635548733125],[-72.60797090750626,41.74637848734182],[-72.60517790661805,41.746763487505696],[-72.60512990658275,41.746419487440704],[-72.60507590653891,41.745959487353474],[-72.6050849065263,41.74568748730057],[-72.6050869065075,41.74534648723455],[-72.60509490645181,41.74432548703683],[-72.60509790643339,41.74398548697096],[-72.6051009064208,41.743747486924846],[-72.60510990638296,41.743033486786445],[-72.60511390637073,41.74279648674048],[-72.6051169063615,41.74261748670576],[-72.60512690633429,41.742083486602134],[-72.60513090632543,41.74190548656759],[-72.60512990631972,41.741811486549445],[-72.60512690630267,41.74152948649498],[-72.6051269062973,41.74143548647681],[-72.60512490628038,41.74115048642174],[-72.60512190623065,41.740296486256646],[-72.60512090621414,41.74001248620174],[-72.60510190616714,41.73929748606404],[-72.60511890615018,41.73890348598728],[-72.60508790610636,41.73831248587395],[-72.6050979061034,41.73820348585253],[-72.6050949060316,41.73696248561256],[-72.60508490599126,41.73631248548714],[-72.60507990595079,41.73563148535554],[-72.60507890594327,41.73550548533119],[-72.60507890593932,41.73543648531786],[-72.60502990590614,41.735134485261],[-72.60501090589293,41.7350114852378],[-72.6049849058755,41.73485448520828],[-72.60496790586413,41.73475248518909],[-72.6049099058243,41.73438548511992],[-72.60488490580725,41.73422948509055],[-72.60484690578473,41.73405148505732],[-72.60473490571776,41.73351748495759],[-72.60469790569555,41.73333948492434],[-72.60466990567856,41.733201484898544],[-72.60458590562757,41.73278748482113],[-72.60455890561089,41.7326494847953],[-72.60428290544338,41.731289484541],[-72.6042189054044,41.73097148448152],[-72.60408290530995,41.730092484315804],[-72.60408490531056,41.73009148431553],[-72.60407090530188,41.730019484302055],[-72.60395190523128,41.729461484197905],[-72.61018490721645,41.728659483843224],[-72.61091690744892,41.72855348379927],[-72.61311590814731,41.728236483667544],[-72.61384890838015,41.728131483623756],[-72.6144789086039,41.728455483666266],[-72.6163699092755,41.729427483793785],[-72.61700090949965,41.72975248383646],[-72.61722590957963,41.72986948385189],[-72.61895091019291,41.73076748397038],[-72.61979791049389,41.73120548402801],[-72.61992491053915,41.73127348403711],[-72.61999191056282,41.73130548404115],[-72.62007991059404,41.731350484047034],[-72.62036991069682,41.73149548406579],[-72.62052291075192,41.7315874840787],[-72.62162891114471,41.73215548415316],[-72.62256591147843,41.73265348421949],[-72.62304091165056,41.732957484263075],[-72.62336491176856,41.733175484294875],[-72.62366691188022,41.73340748433008],[-72.62413891205657,41.73380248439137],[-72.6242519120984,41.73389048440478],[-72.62458291222201,41.734166484447584],[-72.6247309122768,41.734281484465065],[-72.62623891283708,41.73548848465025],[-72.62633791287384,41.73556748466236],[-72.62647191292362,41.735674484678775],[-72.62687491307338,41.73599748472834],[-72.62700991312354,41.7361054847449],[-72.62719891319372,41.73625648476806],[-72.6273329132435,41.73636348478445],[-72.62775691340215,41.736722484840314],[-72.6279419134714,41.736879484864765],[-72.62835991363343,41.73733148493879],[-72.62905791392365,41.738430485129015],[-72.62921191399015,41.738716485179395],[-72.62945691409003,41.73906748523943],[-72.62948691410158,41.739098485244476],[-72.62986891425176,41.73954848531927],[-72.630257914397,41.73987248536947],[-72.6307689145825,41.74020448541731],[-72.63113491471181,41.74038048543962],[-72.63163191488584,41.740592485464674],[-72.63179991494528,41.74067448547516],[-72.63199791501384,41.740745485482535],[-72.63240191515565,41.74092348550403],[-72.63275991528138,41.7410824855233],[-72.63362191558288,41.74144348556548],[-72.63402991572566,41.741615485585676]]]},"properties":{"name":5107,"geoid":"09003510700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.63402991572566,41.741615485585676],[-72.63362191558288,41.74144348556548],[-72.63275991528138,41.7410824855233],[-72.63240191515565,41.74092348550403],[-72.63199791501384,41.740745485482535],[-72.63179991494528,41.74067448547516],[-72.63163191488584,41.740592485464674],[-72.63113491471181,41.74038048543962],[-72.6307689145825,41.74020448541731],[-72.630257914397,41.73987248536947],[-72.62986891425176,41.73954848531927],[-72.62948691410158,41.739098485244476],[-72.62945691409003,41.73906748523943],[-72.62921191399015,41.738716485179395],[-72.62905791392365,41.738430485129015],[-72.62835991363343,41.73733148493879],[-72.6279419134714,41.736879484864765],[-72.62775691340215,41.736722484840314],[-72.6273329132435,41.73636348478445],[-72.62719891319372,41.73625648476806],[-72.62700991312354,41.7361054847449],[-72.62687491307338,41.73599748472834],[-72.62647191292362,41.735674484678775],[-72.62633791287384,41.73556748466236],[-72.62623891283708,41.73548848465025],[-72.6247309122768,41.734281484465065],[-72.62458291222201,41.734166484447584],[-72.6242519120984,41.73389048440478],[-72.62413891205657,41.73380248439137],[-72.62366691188022,41.73340748433008],[-72.62336491176856,41.733175484294875],[-72.62304091165056,41.732957484263075],[-72.62256591147843,41.73265348421949],[-72.62162891114471,41.73215548415316],[-72.62052291075192,41.7315874840787],[-72.62036991069682,41.73149548406579],[-72.62007991059404,41.731350484047034],[-72.61999191056282,41.73130548404115],[-72.61992491053915,41.73127348403711],[-72.61979791049389,41.73120548402801],[-72.61895091019291,41.73076748397038],[-72.61722590957963,41.72986948385189],[-72.61700090949965,41.72975248383646],[-72.6163699092755,41.729427483793785],[-72.6144789086039,41.728455483666266],[-72.61384890838015,41.728131483623756],[-72.6141849084846,41.728043483595954],[-72.61523790882096,41.727925483539416],[-72.61573590897649,41.72780748350064],[-72.61588690902317,41.72776348348728],[-72.61634290916422,41.72763148344714],[-72.6164949092113,41.727588483433955],[-72.61678090930275,41.727558483418996],[-72.6225759111566,41.7269584831173],[-72.62473891184014,41.72658748297626],[-72.62709991258632,41.72618348282244],[-72.63093991380808,41.72567048260016],[-72.63195891412994,41.72549348253325],[-72.63297791445183,41.72531648246635],[-72.63360991465144,41.725206482424824],[-72.63424091485079,41.7250974823835],[-72.63633591552248,41.7249074822796],[-72.63832991620286,41.725446482319995],[-72.64359791800042,41.72687048242663],[-72.6443129182444,41.72706348244105],[-72.64499191847604,41.727246482454674],[-72.64630791892512,41.727602482481345],[-72.64661291902796,41.72766348248337],[-72.64698691915409,41.7277384824859],[-72.64753091933748,41.72784648248933],[-72.64766691938334,41.727873482490196],[-72.647751919412,41.72789048249076],[-72.64783691944068,41.72790748249132],[-72.64609891901378,41.730345483018716],[-72.64263691816375,41.73520748407028],[-72.64257191831473,41.73821948465495],[-72.64253691839983,41.73990748498256],[-72.64280691853045,41.74065348511819],[-72.64298191861502,41.741135485205795],[-72.64374091898229,41.7432334855872],[-72.6446369194157,41.745707486036906],[-72.64747692050726,41.74861248650754],[-72.64893892106922,41.75010848674991],[-72.64903692110688,41.750208486766084],[-72.64851392093577,41.750196486780546],[-72.64850692093343,41.75019548678058],[-72.64799092076468,41.750184486795],[-72.64718892050226,41.750165486817075],[-72.64691692041323,41.75015848682444],[-72.64638792024016,41.75014648683911],[-72.64641792025243,41.75018948684644],[-72.64673992037554,41.75050748689759],[-72.64683892041438,41.75062248691666],[-72.64694492045584,41.75074348693664],[-72.64717192055213,41.75113348700478],[-72.64743592065606,41.751446487056825],[-72.6475459207082,41.75173148710841],[-72.64765392077979,41.7523674872279],[-72.64776492085309,41.75301648734983],[-72.64763992081392,41.753043487359044],[-72.64726592068916,41.75299348736137],[-72.6468119205306,41.75280748733998],[-72.64679992052652,41.7528044873398],[-72.64634592037285,41.75270448733503],[-72.6460869202852,41.75264748733232],[-72.64591092022219,41.752548487318826],[-72.64570592014223,41.75231848728093],[-72.6455299200679,41.75202148722915],[-72.64548592004353,41.75184648719673],[-72.64518591991752,41.75135248711084],[-72.64495191982651,41.75109448706847],[-72.64474691975217,41.75096248704951],[-72.64466191972366,41.75094848704955],[-72.64457091969321,41.75093448704976],[-72.64391091947785,41.75092948706996],[-72.64365691939578,41.750941487080425],[-72.64352491935306,41.75094648708563],[-72.64320691925029,41.75096148709872],[-72.64313091922483,41.75094948709884],[-72.64300091918135,41.75092948709915],[-72.64279691911028,41.75084948709024],[-72.64272791908631,41.75082348708741],[-72.64262691904489,41.75067448706184],[-72.6425919190293,41.75060148704885],[-72.64248991898354,41.75038248700978],[-72.64245591896835,41.75031048699695],[-72.64235891892484,41.75010248695984],[-72.64222291883968,41.74938848682613],[-72.642162918802,41.749071486766766],[-72.64204491870557,41.748057486574474],[-72.64187091860643,41.74731548643657],[-72.64156991846838,41.74661648631104],[-72.64153291845139,41.746530486295626],[-72.64106691825816,41.74580648617055],[-72.6404899180304,41.745111486054654],[-72.64031791796515,41.74495048602904],[-72.63984091778416,41.74450348595789],[-72.63912791752075,41.74395948587555],[-72.6385459173112,41.74361148582692],[-72.63805391713547,41.74334148579048],[-72.63748291693517,41.74309248576063],[-72.63706091678722,41.74290948573876],[-72.63643691656881,41.742645485707705],[-72.63595591640014,41.74243648568272],[-72.63505991608591,41.74204648563602],[-72.63451291589459,41.74181748560926],[-72.63402991572566,41.741615485585676]]]},"properties":{"name":5108,"geoid":"09003510800"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.8671899877219,41.67329946485698],[-72.8672809877519,41.67330646485539],[-72.86737198778198,41.673314464853995],[-72.86774298790452,41.67334646484818],[-72.86822898806626,41.673409464844646],[-72.86854998817392,41.6734654648451],[-72.86986998861663,41.673695464846894],[-72.872601989533,41.67417346485098],[-72.8726599895525,41.67418446485123],[-72.8735299898443,41.674336464852495],[-72.87395198998615,41.67441546485412],[-72.87448899016702,41.674522464857446],[-72.87490399030683,41.67460546486008],[-72.87610499071086,41.674836464865905],[-72.87664399089228,41.67494146486877],[-72.87712999105418,41.675007464865814],[-72.87812999138737,41.67514346485975],[-72.87859299154064,41.67518946485367],[-72.87908199170256,41.675238464847325],[-72.87941499181302,41.6752754648437],[-72.88041299214423,41.67538846483323],[-72.8807469922551,41.67542646482978],[-72.88192899264119,41.675453464796725],[-72.88227199275279,41.675453464785626],[-72.88281199292847,41.67545346476813],[-72.88615999400919,41.675306464631234],[-72.88684399422942,41.675266464601336],[-72.88836699471976,41.67517746453478],[-72.88839899473007,41.675175464533346],[-72.88849399476062,41.67516946452911],[-72.8885269947713,41.67516846452784],[-72.88864199483659,41.675652464617784],[-72.88898699503254,41.67710446488764],[-72.88910199509792,41.677589464977764],[-72.88912399511071,41.67768746499604],[-72.88919199514997,41.6779844650513],[-72.88921499516313,41.67808346506972],[-72.88939199526138,41.67878846520041],[-72.88949899532375,41.67926646528945],[-72.8895129953317,41.67932546530042],[-72.88960099539608,41.67994546541755],[-72.88975299550405,41.68096046560905],[-72.88985299557498,41.68162646573469],[-72.88990199560972,41.681952465796186],[-72.89001599567776,41.682489465896396],[-72.89008899572343,41.682869465967556],[-72.89032099586788,41.68406546619146],[-72.89047599595959,41.684781466325],[-72.89052499598796,41.684996466365],[-72.89075599613076,41.686169466584474],[-72.8908849962097,41.68681046670433],[-72.89089399621429,41.68683946670963],[-72.89085799620275,41.68684246671138],[-72.89082099619083,41.68684446671298],[-72.89078299617906,41.686854466716134],[-72.89087599622326,41.68709646675995],[-72.89120699644135,41.68901046711953],[-72.89124299647683,41.68942246719809],[-72.89129699652533,41.68995846730002],[-72.89182799682959,41.69223746772371],[-72.89189699686997,41.69254846778165],[-72.89226399708178,41.694149468079445],[-72.89244099718266,41.694899468218786],[-72.89247599720368,41.69506646824996],[-72.89258399726774,41.695567468343384],[-72.89261999728913,41.6957354683747],[-72.8926729973175,41.69592846841033],[-72.89283099740211,41.69650346851643],[-72.89283199740268,41.69650746851717],[-72.89288399743079,41.69670146855301],[-72.89245199729264,41.69674346857514],[-72.89115899687931,41.696871468641824],[-72.89072799674156,41.696914468664104],[-72.89057999669399,41.69692446867086],[-72.88997799650035,41.69696346869788],[-72.88772799577666,41.69710946879907],[-72.8869779955355,41.69715946883305],[-72.88692999552029,41.69716646883596],[-72.88678499547441,41.69718946884512],[-72.88673799545958,41.69719746884819],[-72.88559899509713,41.69733846891237],[-72.88218399401042,41.69776346910525],[-72.88104599364837,41.69790646916977],[-72.88060699350679,41.697928469188255],[-72.8792909930823,41.69799346924349],[-72.8788529929411,41.698016469262114],[-72.87863899287245,41.698033469272346],[-72.87799999266754,41.69808546930311],[-72.87778699259925,41.69810346931348],[-72.8763159921054,41.697840469310265],[-72.87447999148904,41.6975124693063],[-72.87191399062422,41.696995469289405],[-72.87044999013082,41.696700469279754],[-72.87022799005663,41.696666469280366],[-72.86956398983469,41.69656446928212],[-72.86934298976081,41.69653046928272],[-72.86861298951547,41.69639546928023],[-72.86642498878017,41.69599146927295],[-72.86569598853525,41.69585746927061],[-72.86571098853591,41.695784469256004],[-72.863845987909,41.695437469249256],[-72.86380898789587,41.695418469246775],[-72.86374498787436,41.695406469246535],[-72.86342298776998,41.69541346925831],[-72.86334398774387,41.69540646925951],[-72.85607998531232,41.694231469267315],[-72.85606498530555,41.6941984692614],[-72.8559699852721,41.69415446925597],[-72.85592598525778,41.694154469257384],[-72.85579398521573,41.69417046926476],[-72.85340098441726,41.69382746927584],[-72.85321098435385,41.69380046927675],[-72.85322798435428,41.693711469258986],[-72.85312098430337,41.693432469208474],[-72.8531259843028,41.693394469200975],[-72.85314898430182,41.69324746917177],[-72.85336598436173,41.693061469128764],[-72.85394498455297,41.69311046911951],[-72.854285984664,41.693111469108665],[-72.85451698473699,41.69307346909385],[-72.85470898479774,41.693043469081815],[-72.85494298486002,41.69280246902762],[-72.8551189849068,41.69262046898672],[-72.85532898495094,41.69220046889865],[-72.8556229850275,41.6918684688249],[-72.85685898540096,41.69136946868837],[-72.85726398551657,41.69108846862088],[-72.8573519855315,41.69085046857199],[-72.85751198557031,41.6906204685223],[-72.85757498558114,41.69045246848777],[-72.8574419855299,41.69031446846538],[-72.85716698542694,41.69008046842898],[-72.85712798540636,41.68994346840375],[-72.8571659854147,41.68987346838896],[-72.85732598546694,41.68987646838435],[-72.85761498556352,41.68992046838352],[-72.85771498559738,41.689943468384755],[-72.85773198560234,41.68993346838224],[-72.85789998565666,41.689927468375664],[-72.85798798568594,41.68993846837494],[-72.85819298575262,41.68993846836831],[-72.8583839858138,41.68992146835884],[-72.85840798582186,41.689925468358844],[-72.85882998594252,41.689636468289265],[-72.85913698602847,41.68939446823249],[-72.85942998611749,41.68928446820174],[-72.8595029861365,41.6892024681835],[-72.85961998615875,41.688927468126494],[-72.85971198619065,41.68896146813009],[-72.85989498624012,41.68878646809031],[-72.86007798629396,41.68868746806525],[-72.860252986341,41.688515468026296],[-72.86035298635902,41.688263467974295],[-72.8603679863536,41.68808446793916],[-72.86043598636213,41.68784846789132],[-72.86043598636034,41.68781746788531],[-72.86046698636935,41.68779846788062],[-72.8606199864088,41.687619467841046],[-72.86081798646246,41.687432467798445],[-72.86098598650325,41.68719146774637],[-72.86112298653579,41.68698246770149],[-72.8613829866015,41.686654467629594],[-72.86155798664808,41.686474467589115],[-72.86179498671795,41.68634846755707],[-72.86250398694624,41.686306467525995],[-72.86262598698264,41.686249467511004],[-72.86295398709554,41.686356467521094],[-72.86309898714225,41.68634846751486],[-72.8636329873022,41.68610846745114],[-72.8638699873718,41.68597846741831],[-72.86397698740046,41.685871467394136],[-72.86395398738354,41.68570746736316],[-72.86383198734032,41.6856464673553],[-72.8634349872006,41.68546346733273],[-72.86326698713673,41.6853034673072],[-72.86326698712924,41.685173467282056],[-72.86346498718882,41.68508946725938],[-72.86354898719905,41.684792467199195],[-72.86357198720567,41.68477746719555],[-72.86355698719987,41.68476146719293],[-72.86359498720545,41.68464346716888],[-72.86422798738019,41.6841014670435],[-72.86487698758877,41.68405646701378],[-72.86489998759625,41.684056467013036],[-72.86516598756201,41.68195946659862],[-72.86548498752076,41.67944046610079],[-72.86575398750065,41.677571465730345],[-72.86737898804778,41.67789146573969],[-72.86834298836656,41.6779804657257],[-72.86899098858332,41.678083465724654],[-72.86891798854916,41.67790246569199],[-72.86893998855285,41.67784246567968],[-72.8691809886145,41.677551465615544],[-72.86939298867334,41.67737546557462],[-72.86942998868159,41.67730946556064],[-72.86937898865804,41.677188465538876],[-72.86932698863637,41.6771064655247],[-72.86929798862379,41.677051465515],[-72.86902698853342,41.67701346551641],[-72.86872698843109,41.67693146551025],[-72.86849198835273,41.67689846551147],[-72.86846798834434,41.6768884655103],[-72.86796498816865,41.67667946548614],[-72.86776698809538,41.67652546546273],[-72.86769598807274,41.67653346546658],[-72.8676329880536,41.676557465473266],[-72.86781198810431,41.67642646544211],[-72.86812098819782,41.67630446540849],[-72.86864298835584,41.67609946535193],[-72.8689039884387,41.67606346533651],[-72.86895798845586,41.67605646533341],[-72.86962698866827,41.67596546529414],[-72.86917298850818,41.675750465267214],[-72.86891998843717,41.67594646531333],[-72.86872498837165,41.675910465312676],[-72.86872298836322,41.67577546528663],[-72.86871998835343,41.675622465257106],[-72.86859798829947,41.675374465213054],[-72.86813698814274,41.675257465205334],[-72.86770098799006,41.675069465183064],[-72.86775198799387,41.67484746513844],[-72.86817298811721,41.674610465078935],[-72.86822398812947,41.67453546506277],[-72.8682659881398,41.67447746505018],[-72.8683869881692,41.67430446501278],[-72.86837298814991,41.674048464963676],[-72.86784898796981,41.67388146494831],[-72.86735998780357,41.673757464940145],[-72.86717098773035,41.67355346490676],[-72.8671899877219,41.67329946485698]]]},"properties":{"name":4204,"geoid":"09003420400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.85321098435385,41.69380046927675],[-72.8512759837082,41.69352346928578],[-72.8510729836398,41.69348246928441],[-72.85065398349849,41.69339646928134],[-72.85054898346306,41.69337446928047],[-72.85046998343647,41.693359469280125],[-72.8502109833493,41.69330946927884],[-72.84919898300876,41.693114469273844],[-72.84886198289534,41.69304946927217],[-72.84845998276055,41.69298046927182],[-72.84802598261498,41.692905469271345],[-72.84552098177504,41.69247546926916],[-72.84468598149506,41.692332469268514],[-72.84451398143742,41.69230346926847],[-72.84399898126489,41.69221746926847],[-72.84382798120761,41.6921894692686],[-72.84368998116139,41.6921664692686],[-72.84327898102372,41.69209846926874],[-72.84314198097788,41.69207646926892],[-72.84213798064157,41.69191046926927],[-72.84167698048716,41.69183446926947],[-72.83728397901577,41.69110846927104],[-72.83604897860215,41.690905469271684],[-72.83581797852595,41.690887469275665],[-72.83578697851127,41.69080746926119],[-72.8357839785097,41.690797469259344],[-72.83566597845986,41.690598469224646],[-72.83565697845623,41.690586469222616],[-72.83560497843547,41.69051946921133],[-72.83557397842164,41.690454469199764],[-72.8354809783803,41.69026246916562],[-72.83545097836686,41.690198469154204],[-72.83536597832965,41.69003246912483],[-72.8352349782723,41.68977646907951],[-72.83532697828778,41.689525469027984],[-72.83539097829859,41.689351468992236],[-72.83548597832198,41.6892204689638],[-72.83550097831959,41.68909346893875],[-72.8354979783172,41.689069468934214],[-72.83548597830554,41.688934468908464],[-72.83570597835819,41.688605468837686],[-72.83590297840935,41.688380468787784],[-72.83599197843459,41.688315468772316],[-72.8362469785071,41.688133468728864],[-72.83686197869459,41.68791346866641],[-72.83706697875469,41.68779846863752],[-72.83722797880517,41.68776546862594],[-72.83728897882479,41.687761468623194],[-72.83774097897022,41.68773246860295],[-72.83793897903023,41.68765546858165],[-72.83842897917167,41.68734246850525],[-72.8386269792276,41.687194468470196],[-72.83922697940133,41.68682046837843],[-72.83956397950345,41.68668946834218],[-72.84028897972927,41.68651346828467],[-72.84032197973931,41.68650146828128],[-72.84047197978529,41.686452468266964],[-72.84056697981559,41.686441468261755],[-72.84075297987319,41.686390468245875],[-72.84086897990909,41.68635846823593],[-72.84099097994475,41.68628846821844],[-72.84109397997794,41.68628246821395],[-72.84136498005978,41.68617246818389],[-72.84137698006357,41.686170468183114],[-72.84162798014349,41.686139468169],[-72.84178898019178,41.686068468150054],[-72.8419059802257,41.685996468132345],[-72.84216998030247,41.685837468093034],[-72.84274098047723,41.685645468037414],[-72.84323198063667,41.68563946802038],[-72.8434219806963,41.68560146800688],[-72.84351898072588,41.68556646799698],[-72.84361998075666,41.68553046798673],[-72.84385698081117,41.68513746790302],[-72.84435898092666,41.68430546772577],[-72.84459698098152,41.68391346764222],[-72.84470198100576,41.68374046760532],[-72.84475398101887,41.683674467590876],[-72.84477398101474,41.68348946755442],[-72.84478298101317,41.683411467539045],[-72.84482698102306,41.683334467522705],[-72.84489298104229,41.68329546751304],[-72.84500998107846,41.68326246750287],[-72.84525498115065,41.683131467469586],[-72.84556598124236,41.6829664674276],[-72.845689981277,41.68286746740444],[-72.84593198133808,41.6825604673372],[-72.84608498136427,41.68215046725289],[-72.84612198137086,41.68205546723331],[-72.84612198136293,41.681917467206596],[-72.84627498137766,41.681308467083774],[-72.84627498137175,41.68120546706383],[-72.84627498136345,41.681061467035974],[-72.84612798126321,41.680150466864404],[-72.84612098123883,41.67976646679031],[-72.8462819812549,41.679135466662956],[-72.84624498122452,41.67881646660242],[-72.84630298123234,41.678624466563384],[-72.84636898124624,41.67849246653569],[-72.84657398127445,41.67782346639957],[-72.84659498127887,41.677781466390755],[-72.84643998122533,41.67772746638533],[-72.84600798108262,41.67769046639213],[-72.8455999809478,41.67765446639835],[-72.84531798085419,41.677622466401296],[-72.84502198075599,41.67758946640446],[-72.84428598051097,41.67749346640967],[-72.84409998044907,41.677469466411054],[-72.84345398023208,41.67735146640909],[-72.84310298011258,41.677259466402624],[-72.84236097985682,41.67701046637841],[-72.84212697977274,41.676872466359264],[-72.84185097967644,41.67675946634631],[-72.84129797947763,41.6764314663007],[-72.84102197937712,41.67624546627363],[-72.84047197917687,41.67587546621978],[-72.84008597903507,41.675593466177666],[-72.83885197857958,41.674655466035965],[-72.83793697824375,41.673992465937204],[-72.83779397819129,41.673889465921874],[-72.83688597786053,41.673275465832354],[-72.83689297785332,41.67311046580019],[-72.83689997784728,41.67296546577188],[-72.83709197789312,41.672676465709735],[-72.83718397791525,41.672540465680434],[-72.83730697794715,41.67239946564916],[-72.83737097796384,41.67232746563316],[-72.8376689780403,41.67197046555441],[-72.83767097804089,41.67196946555414],[-72.83781897808261,41.67185746552769],[-72.83800797813588,41.6717144654939],[-72.83809797816188,41.671657465479946],[-72.83837697824285,41.671486465437816],[-72.83892497840769,41.67125246537483],[-72.8390269784387,41.671214465364166],[-72.83934997853707,41.67109746533107],[-72.8396939786521,41.671151465330404],[-72.84072597899738,41.671316465328985],[-72.84107097911286,41.67137246532868],[-72.84165597930672,41.67143346532159],[-72.84174497933624,41.67144346532064],[-72.84263497963249,41.671559465314346],[-72.84340397989035,41.67169246531522],[-72.84351897992893,41.67171246531537],[-72.84398198008522,41.67181046531939],[-72.84404298010587,41.671824465320135],[-72.84422898016891,41.67186846532263],[-72.84429098018994,41.67188346532354],[-72.8444199802339,41.67191746532595],[-72.84480998036682,41.67202246533366],[-72.84493998041118,41.67205846533643],[-72.84502198043948,41.6720864653392],[-72.84526798052434,41.67217046534751],[-72.84535098055296,41.67219846535025],[-72.84528498052654,41.67211246533573],[-72.84516498047853,41.671956465309414],[-72.84510198045166,41.671845465289955],[-72.84504898042906,41.67175246527367],[-72.84509098044289,41.67175546527289],[-72.84521798048479,41.671765465270724],[-72.845260980499,41.67176946527011],[-72.8452829805068,41.671780465271524],[-72.8453779805377,41.671780465268455],[-72.84546598056667,41.67178646526676],[-72.84554598059646,41.67185146527676],[-72.84578798068314,41.67198946529565],[-72.84599698075374,41.672034465297614],[-72.84606598077703,41.6720494652983],[-72.84666598097606,41.67211546529167],[-72.8470619811061,41.67213646528292],[-72.84735398120112,41.67213646527348],[-72.84741998122169,41.67212046526825],[-72.84747898123736,41.672059465254534],[-72.84759598126347,41.67185146521049],[-72.84764698127755,41.67180746520032],[-72.84801998139635,41.671763465179744],[-72.84816698144482,41.67177446517712],[-72.84822698146571,41.67179846517983],[-72.84827698148315,41.671818465182085],[-72.84848898155023,41.671785465168846],[-72.84850398155223,41.671735465158676],[-72.84846698153265,41.671604465134514],[-72.84848098152835,41.67145046510424],[-72.84853998154314,41.67137346508743],[-72.8486349815734,41.67136246508223],[-72.84881798163168,41.671340465072056],[-72.84894198167294,41.67135646507115],[-72.8494489818494,41.671556465093474],[-72.84960898190515,41.67162046510069],[-72.84986498199034,41.67165346509881],[-72.85009898207022,41.67171846510381],[-72.8508239823096,41.67177946509218],[-72.8512849824533,41.67166946505598],[-72.85161498255017,41.67148746501007],[-72.85173898258456,41.67138346498592],[-72.85184098261203,41.67128446496346],[-72.85184598261316,41.671275464961575],[-72.8519069826272,41.67117446494004],[-72.8519069826222,41.6710874649232],[-72.8519289826271,41.67104846491492],[-72.85203098265494,41.670955464893645],[-72.8521699826948,41.670862464871135],[-72.8522359827112,41.67077446485197],[-72.85219198269438,41.67073046484486],[-72.85206798265241,41.67070246484345],[-72.85207298265088,41.670647464832655],[-72.85208798264638,41.6704844648006],[-72.85208998264633,41.670472464798216],[-72.85208098264106,41.670431464790575],[-72.85202898261011,41.670187464745],[-72.85208798261084,41.669866464680965],[-72.85238998267782,41.66932246456588],[-72.85265898275479,41.66913946452175],[-72.85282098280112,41.669028464495014],[-72.85303898286354,41.66888046445931],[-72.85330098293396,41.66862246440089],[-72.85339098295408,41.66846346436721],[-72.8534669829722,41.66834846434248],[-72.85358898300113,41.66816146430232],[-72.85360398299272,41.66793046425712],[-72.85368398300928,41.6677654642226],[-72.85381598303897,41.6675354641738],[-72.85388898304944,41.66730446412671],[-72.85390998304749,41.667151464096406],[-72.8539249830416,41.66696446405973],[-72.85391798303363,41.666865464040775],[-72.8538959830205,41.66676146402134],[-72.85381498298656,41.666629463998426],[-72.853675982935,41.66651946398162],[-72.85352898288154,41.66642146396739],[-72.85325098278349,41.66628946395082],[-72.85308298272348,41.666196463938256],[-72.85297298267251,41.66593246389069],[-72.85292098264394,41.665729463853076],[-72.85282598257926,41.66514246374247],[-72.85280398256204,41.66496746370931],[-72.85278898254703,41.66479146367573],[-72.85280298254803,41.664729463663264],[-72.852846982552,41.664549463627],[-72.85293498256642,41.66430246357631],[-72.85302298258246,41.664083463531064],[-72.85312498260397,41.66388046348846],[-72.85318398261809,41.66379246346952],[-72.85321998261435,41.66352346341627],[-72.85326398261726,41.66332546337652],[-72.8532789826171,41.66323746335899],[-72.85330798261866,41.66310046333152],[-72.85329298260619,41.662968463306456],[-72.85328598259792,41.66286446328653],[-72.85323398256779,41.66263446324369],[-72.85321998255345,41.66246446321122],[-72.85313898252551,41.662436463208415],[-72.85335798258127,41.66216746314924],[-72.85337998257928,41.66200846311773],[-72.85345298258757,41.66173946306329],[-72.85358498261287,41.66143246299957],[-72.85364398262227,41.66126246296475],[-72.85370198263166,41.66109746293093],[-72.85386298266506,41.660767462861834],[-72.8539579826815,41.660515462809954],[-72.85397198266334,41.66012046273302],[-72.854103982693,41.659889462684006],[-72.85422098271968,41.65969146264189],[-72.85431498273135,41.65936246257513],[-72.85431498271652,41.65910446252518],[-72.85430798270727,41.658983462501965],[-72.85435898271788,41.658879462480186],[-72.85438798272199,41.658786462461244],[-72.85439398272105,41.658736462451365],[-72.85440498271872,41.65863346243106],[-72.8544739827383,41.658583462419145],[-72.85465498278975,41.658454462388306],[-72.85546898304348,41.65826146232462],[-72.8559259831876,41.658182462294526],[-72.85600198321158,41.658169462289564],[-72.85652698337825,41.65809746225864],[-72.85703598354291,41.65808146223909],[-72.85747898366633,41.65772146215505],[-72.85754598368507,41.65766846214262],[-72.85800698381095,41.65724946204657],[-72.85822598386811,41.65700446199205],[-72.85841798391586,41.65674846193627],[-72.85875998402129,41.65664746190564],[-72.85907398412489,41.65667246190033],[-72.85909898413315,41.65667446189991],[-72.85949598426856,41.65678346190819],[-72.85968498433316,41.65683746191253],[-72.86010798447771,41.656958461922265],[-72.86044398458893,41.65699146191779],[-72.86056598462923,41.65700246191598],[-72.86075698469246,41.65702146191349],[-72.86093398475143,41.65704546191242],[-72.86105698479246,41.657063461911925],[-72.86122598484877,41.65708646191091],[-72.8616859850021,41.65715046190842],[-72.8617349850181,41.657151461907034],[-72.86190598507406,41.65715746190266],[-72.86243898524843,41.657174461888715],[-72.86273198534025,41.65711346186743],[-72.86274798534492,41.657104461865174],[-72.86305698543632,41.656945461824385],[-72.86318098547304,41.65688246180817],[-72.86424198577868,41.656195461640806],[-72.86459498587573,41.65588646156956],[-72.86484498594434,41.655665461518666],[-72.86515498602948,41.65539246145576],[-72.86540198609252,41.655091461389496],[-72.86541798609508,41.65504546138008],[-72.8655249861154,41.654793461327806],[-72.8656929861466,41.65438546124336],[-72.86570098614764,41.65435846123788],[-72.86570798614798,41.654324461231056],[-72.86570098613626,41.654160461199524],[-72.86569298612136,41.65394646115834],[-72.86570098610487,41.653614461093774],[-72.86573098611007,41.65353546107752],[-72.8657629861117,41.653382461046846],[-72.86576498611194,41.65337546104542],[-72.8658669861369,41.65323246101444],[-72.86597698615911,41.65299646096516],[-72.86600498616184,41.65288546094276],[-72.8660209861633,41.65282046092966],[-72.86600198614735,41.652650460897355],[-72.86599798614387,41.652612460890126],[-72.8659399861155,41.652447460860046],[-72.86597598611779,41.652283460827114],[-72.86610798614933,41.6520854607845],[-72.8661439861561,41.65199946076667],[-72.86618098616331,41.65191546074921],[-72.86618098615497,41.651770460721124],[-72.86618098614784,41.65164646069712],[-72.86623198615776,41.651530460672994],[-72.866201986143,41.65144346065711],[-72.86613698611932,41.65139946065069],[-72.8661349861177,41.651382460647454],[-72.86612898610942,41.65127246062636],[-72.86620998612887,41.6511524606005],[-72.8664359861995,41.6511024605835],[-72.86661898625749,41.65107546057236],[-72.86687498633916,41.65104746055866],[-72.86710198641299,41.65104746055131],[-72.86725598646402,41.65106346054944],[-72.86740198651248,41.651080460548],[-72.86753398655415,41.65105846053947],[-72.86767698659699,41.65099446052245],[-72.86825898678292,41.650935460492185],[-72.8700059873411,41.65076046040179],[-72.87058898752748,41.650703460371886],[-72.87055998752145,41.65076246038426],[-72.87051298751173,41.650859460404554],[-72.87047598750436,41.650940460421445],[-72.8704499874994,41.6510014604341],[-72.87028698746518,41.65132846050271],[-72.86980098736375,41.652313460709195],[-72.8696389873299,41.65264146077796],[-72.86961398732478,41.65269346078884],[-72.86953998730968,41.652849460821436],[-72.86951598730492,41.65290246083249],[-72.86940198728088,41.65312946088012],[-72.86906398721021,41.65381246102334],[-72.8689519871869,41.65404046107112],[-72.86883298716285,41.654295461124356],[-72.86868798713368,41.65460846118967],[-72.86846398708659,41.65505646128368],[-72.86833898706047,41.655309461336714],[-72.8682289870373,41.65552846138268],[-72.86790098696845,41.65618646152071],[-72.86779198694563,41.65640646156684],[-72.86774598693569,41.656493461585185],[-72.86761198690722,41.65675646164045],[-72.86756698689764,41.656844461658935],[-72.86736798685425,41.65721546173723],[-72.8670399867874,41.65790846188204],[-72.86678498673471,41.65843446199213],[-72.86674298672565,41.658514462008974],[-72.86674198672532,41.65851446200901],[-72.86661998669966,41.65875846206022],[-72.86657898669097,41.65883946207723],[-72.8663129866355,41.6593794621904],[-72.86609898659098,41.65981546228175],[-72.86545098644645,41.660967462525775],[-72.86515698638108,41.66149346263714],[-72.86500198634685,41.66177546269677],[-72.86456298624735,41.662528462856756],[-72.86437298620443,41.662856462926406],[-72.86412798614865,41.663272463014884],[-72.86401498612386,41.663480463058804],[-72.86398898611831,41.663531463069525],[-72.86386998609146,41.66373746311326],[-72.86351698601217,41.66435546324434],[-72.86339998598602,41.6645624632882],[-72.8633689859791,41.66461746329985],[-72.86327698595878,41.66478446333515],[-72.86324698595224,41.66484046334698],[-72.86319498594119,41.664942463368405],[-72.86304098590881,41.66525046343303],[-72.86298998589814,41.665353463454615],[-72.86289298587637,41.665523463490665],[-72.86260198581122,41.66603646359939],[-72.86250598578984,41.666207463635615],[-72.8623659857597,41.666475463692024],[-72.86194698566963,41.66727946386124],[-72.8618079856399,41.66754846391782],[-72.86171098561933,41.66773946395793],[-72.8614219855585,41.668316464078984],[-72.8613259855383,41.66850846411926],[-72.86110598549143,41.66893746420943],[-72.86044998535212,41.670225464480005],[-72.8602309853056,41.67065546457032],[-72.86002998526408,41.67107046465717],[-72.85942898514037,41.672318464918206],[-72.85922898509924,41.672734465005206],[-72.85898098504855,41.67325546511408],[-72.86176298595132,41.673214465016144],[-72.86185498597986,41.67319046500852],[-72.86196898601355,41.67313146499342],[-72.8626229862123,41.672887464925],[-72.86421298669416,41.672271464754346],[-72.8643549867373,41.67221846473948],[-72.86478298686751,41.67206146469523],[-72.86492598691106,41.67200946468054],[-72.86534798703948,41.67185546463707],[-72.86661398742484,41.67139446450687],[-72.86703698755365,41.67124146446356],[-72.8671589875937,41.67124746446077],[-72.86746798769525,41.67126546445426],[-72.86752498771368,41.67126346445203],[-72.86764798775357,41.67126146444766],[-72.8674329877067,41.67166246453223],[-72.86681298757183,41.67282346477705],[-72.86678798756624,41.67286746478636],[-72.86656898751802,41.67326746487088],[-72.86669298755871,41.67327346486803],[-72.86687498761849,41.67328346486408],[-72.86698798765559,41.673289464861575],[-72.86706498768082,41.67329246485968],[-72.86708898768875,41.67329446485929],[-72.8671899877219,41.67329946485698],[-72.86717098773035,41.67355346490676],[-72.86735998780357,41.673757464940145],[-72.86784898796981,41.67388146494831],[-72.86837298814991,41.674048464963676],[-72.8683869881692,41.67430446501278],[-72.8682659881398,41.67447746505018],[-72.86822398812947,41.67453546506277],[-72.86817298811721,41.674610465078935],[-72.86775198799387,41.67484746513844],[-72.86770098799006,41.675069465183064],[-72.86813698814274,41.675257465205334],[-72.86859798829947,41.675374465213054],[-72.86871998835343,41.675622465257106],[-72.86872298836322,41.67577546528663],[-72.86872498837165,41.675910465312676],[-72.86891998843717,41.67594646531333],[-72.86917298850818,41.675750465267214],[-72.86962698866827,41.67596546529414],[-72.86895798845586,41.67605646533341],[-72.8689039884387,41.67606346533651],[-72.86864298835584,41.67609946535193],[-72.86812098819782,41.67630446540849],[-72.86781198810431,41.67642646544211],[-72.8676329880536,41.676557465473266],[-72.86769598807274,41.67653346546658],[-72.86776698809538,41.67652546546273],[-72.86796498816865,41.67667946548614],[-72.86846798834434,41.6768884655103],[-72.86849198835273,41.67689846551147],[-72.86872698843109,41.67693146551025],[-72.86902698853342,41.67701346551641],[-72.86929798862379,41.677051465515],[-72.86932698863637,41.6771064655247],[-72.86937898865804,41.677188465538876],[-72.86942998868159,41.67730946556064],[-72.86939298867334,41.67737546557462],[-72.8691809886145,41.677551465615544],[-72.86893998855285,41.67784246567968],[-72.86891798854916,41.67790246569199],[-72.86899098858332,41.678083465724654],[-72.86834298836656,41.6779804657257],[-72.86737898804778,41.67789146573969],[-72.86575398750065,41.677571465730345],[-72.86548498752076,41.67944046610079],[-72.86516598756201,41.68195946659862],[-72.86489998759625,41.684056467013036],[-72.86487698758877,41.68405646701378],[-72.86422798738019,41.6841014670435],[-72.86359498720545,41.68464346716888],[-72.86355698719987,41.68476146719293],[-72.86357198720567,41.68477746719555],[-72.86354898719905,41.684792467199195],[-72.86346498718882,41.68508946725938],[-72.86326698712924,41.685173467282056],[-72.86326698713673,41.6853034673072],[-72.8634349872006,41.68546346733273],[-72.86383198734032,41.6856464673553],[-72.86395398738354,41.68570746736316],[-72.86397698740046,41.685871467394136],[-72.8638699873718,41.68597846741831],[-72.8636329873022,41.68610846745114],[-72.86309898714225,41.68634846751486],[-72.86295398709554,41.686356467521094],[-72.86262598698264,41.686249467511004],[-72.86250398694624,41.686306467525995],[-72.86179498671795,41.68634846755707],[-72.86155798664808,41.686474467589115],[-72.8613829866015,41.686654467629594],[-72.86112298653579,41.68698246770149],[-72.86098598650325,41.68719146774637],[-72.86081798646246,41.687432467798445],[-72.8606199864088,41.687619467841046],[-72.86046698636935,41.68779846788062],[-72.86043598636034,41.68781746788531],[-72.86043598636213,41.68784846789132],[-72.8603679863536,41.68808446793916],[-72.86035298635902,41.688263467974295],[-72.860252986341,41.688515468026296],[-72.86007798629396,41.68868746806525],[-72.85989498624012,41.68878646809031],[-72.85971198619065,41.68896146813009],[-72.85961998615875,41.688927468126494],[-72.8595029861365,41.6892024681835],[-72.85942998611749,41.68928446820174],[-72.85913698602847,41.68939446823249],[-72.85882998594252,41.689636468289265],[-72.85840798582186,41.689925468358844],[-72.8583839858138,41.68992146835884],[-72.85819298575262,41.68993846836831],[-72.85798798568594,41.68993846837494],[-72.85789998565666,41.689927468375664],[-72.85773198560234,41.68993346838224],[-72.85771498559738,41.689943468384755],[-72.85761498556352,41.68992046838352],[-72.85732598546694,41.68987646838435],[-72.8571659854147,41.68987346838896],[-72.85712798540636,41.68994346840375],[-72.85716698542694,41.69008046842898],[-72.8574419855299,41.69031446846538],[-72.85757498558114,41.69045246848777],[-72.85751198557031,41.6906204685223],[-72.8573519855315,41.69085046857199],[-72.85726398551657,41.69108846862088],[-72.85685898540096,41.69136946868837],[-72.8556229850275,41.6918684688249],[-72.85532898495094,41.69220046889865],[-72.8551189849068,41.69262046898672],[-72.85494298486002,41.69280246902762],[-72.85470898479774,41.693043469081815],[-72.85451698473699,41.69307346909385],[-72.854285984664,41.693111469108665],[-72.85394498455297,41.69311046911951],[-72.85336598436173,41.693061469128764],[-72.85314898430182,41.69324746917177],[-72.8531259843028,41.693394469200975],[-72.85312098430337,41.693432469208474],[-72.85322798435428,41.693711469258986],[-72.85321098435385,41.69380046927675]]]},"properties":{"name":4206,"geoid":"09003420600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.83581797852595,41.690887469275665],[-72.83576797850944,41.69088346927652],[-72.83561897846027,41.690871469278996],[-72.8355699784441,41.69086746927981],[-72.83534197836845,41.690842469282344],[-72.83466097814258,41.690768469290035],[-72.83449397808724,41.69075146929215],[-72.83443397806731,41.690744469292746],[-72.83425397800706,41.69071546929295],[-72.83371397782633,41.69062846929356],[-72.83353497776642,41.69059946929373],[-72.83250897742346,41.690442469296514],[-72.82991597655672,41.6900444693033],[-72.82597397523911,41.689441469314005],[-72.8256239751221,41.689387469314866],[-72.82163097378745,41.68877646932563],[-72.8190609729284,41.68838246933241],[-72.81769797247279,41.68817346933598],[-72.81544297171905,41.68782846934202],[-72.81545097172051,41.68780846933791],[-72.81550897173237,41.68768646931242],[-72.81571397177473,41.68726246922374],[-72.81578297178913,41.687122469194414],[-72.81658197200308,41.68632046901339],[-72.81897997264514,41.683913468470074],[-72.8194899727818,41.68340346835488],[-72.81977997285945,41.683112468289195],[-72.82003397289827,41.6823494681333],[-72.8207989730158,41.68006246766591],[-72.82087997302835,41.67982246761684],[-72.82103097304709,41.67929346750957],[-72.82108997305775,41.679144467478835],[-72.8212669730897,41.678698467386766],[-72.82132697310074,41.678550467356175],[-72.82137297310587,41.67837946732159],[-72.82151297312213,41.67786946721834],[-72.82155997312765,41.67769946718391],[-72.82192997318917,41.676674466973544],[-72.82304097337408,41.673600466342556],[-72.82341197343597,41.67257646613231],[-72.82371097350281,41.672046466020056],[-72.82533597387109,41.66925246542661],[-72.82541897388052,41.66894646536467],[-72.8256249739218,41.66849846527128],[-72.8255859739042,41.66841246525588],[-72.82552597387713,41.66828146523247],[-72.82546897385147,41.66815746521029],[-72.8254299738339,41.6680724651951],[-72.82541797382167,41.6679274651674],[-72.82538197378501,41.66749346508453],[-72.82537097377316,41.66734946505702],[-72.8251539736395,41.66625146485142],[-72.82450597323954,41.662958464234656],[-72.82446897321658,41.66276846419906],[-72.82428997310626,41.66186146402919],[-72.82394597292378,41.66063246380229],[-72.82369297278926,41.6597234636344],[-72.82291697237737,41.65694646312162],[-72.82257397219529,41.655718462894846],[-72.82561697316876,41.65542946274063],[-72.82692597358748,41.65530446267415],[-72.8274119737429,41.65525746264936],[-72.83477297609764,41.65455846227626],[-72.8419279783863,41.653877461913225],[-72.84676697993413,41.65341746166777],[-72.8484239804622,41.65322646157721],[-72.85339698204719,41.65265546130589],[-72.85505498257562,41.652465461215506],[-72.85544598270002,41.65241646119337],[-72.8557119827847,41.65238446117857],[-72.85573598279228,41.652380461177025],[-72.85661998307359,41.65227146112733],[-72.85670698310132,41.65226146112258],[-72.85701198319835,41.65222346110536],[-72.85767198340828,41.652140461067944],[-72.85790698348305,41.65211146105474],[-72.85965198403737,41.65187946095339],[-72.8603129842474,41.651792460915146],[-72.86120798453187,41.65167646086374],[-72.86389298538539,41.65133046070992],[-72.8645959856089,41.65124046066975],[-72.8647899856711,41.65122446066037],[-72.86501598574364,41.65120746064976],[-72.86569298596093,41.65115646061799],[-72.86591998603383,41.65114046060755],[-72.86626998614506,41.65109446058731],[-72.86708198640316,41.65098946054072],[-72.86732298648167,41.65099146053331],[-72.86767698659699,41.65099446052245],[-72.86753398655415,41.65105846053947],[-72.86740198651248,41.651080460548],[-72.86725598646402,41.65106346054944],[-72.86710198641299,41.65104746055131],[-72.86687498633916,41.65104746055866],[-72.86661898625749,41.65107546057236],[-72.8664359861995,41.6511024605835],[-72.86620998612887,41.6511524606005],[-72.86612898610942,41.65127246062636],[-72.8661349861177,41.651382460647454],[-72.86613698611932,41.65139946065069],[-72.866201986143,41.65144346065711],[-72.86623198615776,41.651530460672994],[-72.86618098614784,41.65164646069712],[-72.86618098615497,41.651770460721124],[-72.86618098616331,41.65191546074921],[-72.8661439861561,41.65199946076667],[-72.86610798614933,41.6520854607845],[-72.86597598611779,41.652283460827114],[-72.8659399861155,41.652447460860046],[-72.86599798614387,41.652612460890126],[-72.86600198614735,41.652650460897355],[-72.8660209861633,41.65282046092966],[-72.86600498616184,41.65288546094276],[-72.86597698615911,41.65299646096516],[-72.8658669861369,41.65323246101444],[-72.86576498611194,41.65337546104542],[-72.8657629861117,41.653382461046846],[-72.86573098611007,41.65353546107752],[-72.86570098610487,41.653614461093774],[-72.86569298612136,41.65394646115834],[-72.86570098613626,41.654160461199524],[-72.86570798614798,41.654324461231056],[-72.86570098614764,41.65435846123788],[-72.8656929861466,41.65438546124336],[-72.8655249861154,41.654793461327806],[-72.86541798609508,41.65504546138008],[-72.86540198609252,41.655091461389496],[-72.86515498602948,41.65539246145576],[-72.86484498594434,41.655665461518666],[-72.86459498587573,41.65588646156956],[-72.86424198577868,41.656195461640806],[-72.86318098547304,41.65688246180817],[-72.86305698543632,41.656945461824385],[-72.86274798534492,41.657104461865174],[-72.86273198534025,41.65711346186743],[-72.86243898524843,41.657174461888715],[-72.86190598507406,41.65715746190266],[-72.8617349850181,41.657151461907034],[-72.8616859850021,41.65715046190842],[-72.86122598484877,41.65708646191091],[-72.86105698479246,41.657063461911925],[-72.86093398475143,41.65704546191242],[-72.86075698469246,41.65702146191349],[-72.86056598462923,41.65700246191598],[-72.86044398458893,41.65699146191779],[-72.86010798447771,41.656958461922265],[-72.85968498433316,41.65683746191253],[-72.85949598426856,41.65678346190819],[-72.85909898413315,41.65667446189991],[-72.85907398412489,41.65667246190033],[-72.85875998402129,41.65664746190564],[-72.85841798391586,41.65674846193627],[-72.85822598386811,41.65700446199205],[-72.85800698381095,41.65724946204657],[-72.85754598368507,41.65766846214262],[-72.85747898366633,41.65772146215505],[-72.85703598354291,41.65808146223909],[-72.85652698337825,41.65809746225864],[-72.85600198321158,41.658169462289564],[-72.8559259831876,41.658182462294526],[-72.85546898304348,41.65826146232462],[-72.85465498278975,41.658454462388306],[-72.8544739827383,41.658583462419145],[-72.85440498271872,41.65863346243106],[-72.85439398272105,41.658736462451365],[-72.85438798272199,41.658786462461244],[-72.85435898271788,41.658879462480186],[-72.85430798270727,41.658983462501965],[-72.85431498271652,41.65910446252518],[-72.85431498273135,41.65936246257513],[-72.85422098271968,41.65969146264189],[-72.854103982693,41.659889462684006],[-72.85397198266334,41.66012046273302],[-72.8539579826815,41.660515462809954],[-72.85386298266506,41.660767462861834],[-72.85370198263166,41.66109746293093],[-72.85364398262227,41.66126246296475],[-72.85358498261287,41.66143246299957],[-72.85345298258757,41.66173946306329],[-72.85337998257928,41.66200846311773],[-72.85335798258127,41.66216746314924],[-72.85313898252551,41.662436463208415],[-72.85321998255345,41.66246446321122],[-72.85323398256779,41.66263446324369],[-72.85328598259792,41.66286446328653],[-72.85329298260619,41.662968463306456],[-72.85330798261866,41.66310046333152],[-72.8532789826171,41.66323746335899],[-72.85326398261726,41.66332546337652],[-72.85321998261435,41.66352346341627],[-72.85318398261809,41.66379246346952],[-72.85312498260397,41.66388046348846],[-72.85302298258246,41.664083463531064],[-72.85293498256642,41.66430246357631],[-72.852846982552,41.664549463627],[-72.85280298254803,41.664729463663264],[-72.85278898254703,41.66479146367573],[-72.85280398256204,41.66496746370931],[-72.85282598257926,41.66514246374247],[-72.85292098264394,41.665729463853076],[-72.85297298267251,41.66593246389069],[-72.85308298272348,41.666196463938256],[-72.85325098278349,41.66628946395082],[-72.85352898288154,41.66642146396739],[-72.853675982935,41.66651946398162],[-72.85381498298656,41.666629463998426],[-72.8538959830205,41.66676146402134],[-72.85391798303363,41.666865464040775],[-72.8539249830416,41.66696446405973],[-72.85390998304749,41.667151464096406],[-72.85388898304944,41.66730446412671],[-72.85381598303897,41.6675354641738],[-72.85368398300928,41.6677654642226],[-72.85360398299272,41.66793046425712],[-72.85358898300113,41.66816146430232],[-72.8534669829722,41.66834846434248],[-72.85339098295408,41.66846346436721],[-72.85330098293396,41.66862246440089],[-72.85303898286354,41.66888046445931],[-72.85282098280112,41.669028464495014],[-72.85265898275479,41.66913946452175],[-72.85238998267782,41.66932246456588],[-72.85208798261084,41.669866464680965],[-72.85202898261011,41.670187464745],[-72.85208098264106,41.670431464790575],[-72.85208998264633,41.670472464798216],[-72.85208798264638,41.6704844648006],[-72.85207298265088,41.670647464832655],[-72.85206798265241,41.67070246484345],[-72.85219198269438,41.67073046484486],[-72.8522359827112,41.67077446485197],[-72.8521699826948,41.670862464871135],[-72.85203098265494,41.670955464893645],[-72.8519289826271,41.67104846491492],[-72.8519069826222,41.6710874649232],[-72.8519069826272,41.67117446494004],[-72.85184598261316,41.671275464961575],[-72.85184098261203,41.67128446496346],[-72.85173898258456,41.67138346498592],[-72.85161498255017,41.67148746501007],[-72.8512849824533,41.67166946505598],[-72.8508239823096,41.67177946509218],[-72.85009898207022,41.67171846510381],[-72.84986498199034,41.67165346509881],[-72.84960898190515,41.67162046510069],[-72.8494489818494,41.671556465093474],[-72.84894198167294,41.67135646507115],[-72.84881798163168,41.671340465072056],[-72.8486349815734,41.67136246508223],[-72.84853998154314,41.67137346508743],[-72.84848098152835,41.67145046510424],[-72.84846698153265,41.671604465134514],[-72.84850398155223,41.671735465158676],[-72.84848898155023,41.671785465168846],[-72.84827698148315,41.671818465182085],[-72.84822698146571,41.67179846517983],[-72.84816698144482,41.67177446517712],[-72.84801998139635,41.671763465179744],[-72.84764698127755,41.67180746520032],[-72.84759598126347,41.67185146521049],[-72.84747898123736,41.672059465254534],[-72.84741998122169,41.67212046526825],[-72.84735398120112,41.67213646527348],[-72.8470619811061,41.67213646528292],[-72.84666598097606,41.67211546529167],[-72.84606598077703,41.6720494652983],[-72.84599698075374,41.672034465297614],[-72.84578798068314,41.67198946529565],[-72.84554598059646,41.67185146527676],[-72.84546598056667,41.67178646526676],[-72.8453779805377,41.671780465268455],[-72.8452829805068,41.671780465271524],[-72.845260980499,41.67176946527011],[-72.84521798048479,41.671765465270724],[-72.84509098044289,41.67175546527289],[-72.84504898042906,41.67175246527367],[-72.84510198045166,41.671845465289955],[-72.84516498047853,41.671956465309414],[-72.84528498052654,41.67211246533573],[-72.84535098055296,41.67219846535025],[-72.84526798052434,41.67217046534751],[-72.84502198043948,41.6720864653392],[-72.84493998041118,41.67205846533643],[-72.84480998036682,41.67202246533366],[-72.8444199802339,41.67191746532595],[-72.84429098018994,41.67188346532354],[-72.84422898016891,41.67186846532263],[-72.84404298010587,41.671824465320135],[-72.84398198008522,41.67181046531939],[-72.84351897992893,41.67171246531537],[-72.84340397989035,41.67169246531522],[-72.84263497963249,41.671559465314346],[-72.84174497933624,41.67144346532064],[-72.84165597930672,41.67143346532159],[-72.84107097911286,41.67137246532868],[-72.84072597899738,41.671316465328985],[-72.8396939786521,41.671151465330404],[-72.83934997853707,41.67109746533107],[-72.8390269784387,41.671214465364166],[-72.83892497840769,41.67125246537483],[-72.83837697824285,41.671486465437816],[-72.83809797816188,41.671657465479946],[-72.83800797813588,41.6717144654939],[-72.83781897808261,41.67185746552769],[-72.83767097804089,41.67196946555414],[-72.8376689780403,41.67197046555441],[-72.83737097796384,41.67232746563316],[-72.83730697794715,41.67239946564916],[-72.83718397791525,41.672540465680434],[-72.83709197789312,41.672676465709735],[-72.83689997784728,41.67296546577188],[-72.83689297785332,41.67311046580019],[-72.83688597786053,41.673275465832354],[-72.83779397819129,41.673889465921874],[-72.83793697824375,41.673992465937204],[-72.83885197857958,41.674655466035965],[-72.84008597903507,41.675593466177666],[-72.84047197917687,41.67587546621978],[-72.84102197937712,41.67624546627363],[-72.84129797947763,41.6764314663007],[-72.84185097967644,41.67675946634631],[-72.84212697977274,41.676872466359264],[-72.84236097985682,41.67701046637841],[-72.84310298011258,41.677259466402624],[-72.84345398023208,41.67735146640909],[-72.84409998044907,41.677469466411054],[-72.84428598051097,41.67749346640967],[-72.84502198075599,41.67758946640446],[-72.84531798085419,41.677622466401296],[-72.8455999809478,41.67765446639835],[-72.84600798108262,41.67769046639213],[-72.84643998122533,41.67772746638533],[-72.84659498127887,41.677781466390755],[-72.84657398127445,41.67782346639957],[-72.84636898124624,41.67849246653569],[-72.84630298123234,41.678624466563384],[-72.84624498122452,41.67881646660242],[-72.8462819812549,41.679135466662956],[-72.84612098123883,41.67976646679031],[-72.84612798126321,41.680150466864404],[-72.84627498136345,41.681061467035974],[-72.84627498137175,41.68120546706383],[-72.84627498137766,41.681308467083774],[-72.84612198136293,41.681917467206596],[-72.84612198137086,41.68205546723331],[-72.84608498136427,41.68215046725289],[-72.84593198133808,41.6825604673372],[-72.845689981277,41.68286746740444],[-72.84556598124236,41.6829664674276],[-72.84525498115065,41.683131467469586],[-72.84500998107846,41.68326246750287],[-72.84489298104229,41.68329546751304],[-72.84482698102306,41.683334467522705],[-72.84478298101317,41.683411467539045],[-72.84477398101474,41.68348946755442],[-72.84475398101887,41.683674467590876],[-72.84470198100576,41.68374046760532],[-72.84459698098152,41.68391346764222],[-72.84435898092666,41.68430546772577],[-72.84385698081117,41.68513746790302],[-72.84361998075666,41.68553046798673],[-72.84351898072588,41.68556646799698],[-72.8434219806963,41.68560146800688],[-72.84323198063667,41.68563946802038],[-72.84274098047723,41.685645468037414],[-72.84216998030247,41.685837468093034],[-72.8419059802257,41.685996468132345],[-72.84178898019178,41.686068468150054],[-72.84162798014349,41.686139468169],[-72.84137698006357,41.686170468183114],[-72.84136498005978,41.68617246818389],[-72.84109397997794,41.68628246821395],[-72.84099097994475,41.68628846821844],[-72.84086897990909,41.68635846823593],[-72.84075297987319,41.686390468245875],[-72.84056697981559,41.686441468261755],[-72.84047197978529,41.686452468266964],[-72.84032197973931,41.68650146828128],[-72.84028897972927,41.68651346828467],[-72.83956397950345,41.68668946834218],[-72.83922697940133,41.68682046837843],[-72.8386269792276,41.687194468470196],[-72.83842897917167,41.68734246850525],[-72.83793897903023,41.68765546858165],[-72.83774097897022,41.68773246860295],[-72.83728897882479,41.687761468623194],[-72.83722797880517,41.68776546862594],[-72.83706697875469,41.68779846863752],[-72.83686197869459,41.68791346866641],[-72.8362469785071,41.688133468728864],[-72.83599197843459,41.688315468772316],[-72.83590297840935,41.688380468787784],[-72.83570597835819,41.688605468837686],[-72.83548597830554,41.688934468908464],[-72.8354979783172,41.689069468934214],[-72.83550097831959,41.68909346893875],[-72.83548597832198,41.6892204689638],[-72.83539097829859,41.689351468992236],[-72.83532697828778,41.689525469027984],[-72.8352349782723,41.68977646907951],[-72.83536597832965,41.69003246912483],[-72.83545097836686,41.690198469154204],[-72.8354809783803,41.69026246916562],[-72.83557397842164,41.690454469199764],[-72.83560497843547,41.69051946921133],[-72.83565697845623,41.690586469222616],[-72.83566597845986,41.690598469224646],[-72.8357839785097,41.690797469259344],[-72.83578697851127,41.69080746926119],[-72.83581797852595,41.690887469275665]]]},"properties":{"name":4207,"geoid":"09003420700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.87488198890149,41.65031346015746],[-72.87448998877599,41.65034846017693],[-72.87331598840036,41.650457460236],[-72.87292498827533,41.65049446025583],[-72.87245698812544,41.6505354602789],[-72.87105598767698,41.650661460348644],[-72.87058898752748,41.650703460371886],[-72.8700059873411,41.65076046040179],[-72.86825898678292,41.650935460492185],[-72.86767698659699,41.65099446052245],[-72.86732298648167,41.65099146053331],[-72.86708198640316,41.65098946054072],[-72.86626998614506,41.65109446058731],[-72.86591998603383,41.65114046060755],[-72.86569298596093,41.65115646061799],[-72.86501598574364,41.65120746064976],[-72.8647899856711,41.65122446066037],[-72.8645959856089,41.65124046066975],[-72.86389298538539,41.65133046070992],[-72.86120798453187,41.65167646086374],[-72.8603129842474,41.651792460915146],[-72.85965198403737,41.65187946095339],[-72.85790698348305,41.65211146105474],[-72.85767198340828,41.652140461067944],[-72.85701198319835,41.65222346110536],[-72.85670698310132,41.65226146112258],[-72.85661998307359,41.65227146112733],[-72.85573598279228,41.652380461177025],[-72.8557119827847,41.65238446117857],[-72.85544598270002,41.65241646119337],[-72.85505498257562,41.652465461215506],[-72.85339698204719,41.65265546130589],[-72.8484239804622,41.65322646157721],[-72.84676697993413,41.65341746166777],[-72.84677897993573,41.653377461659645],[-72.84694197995717,41.652827461547844],[-72.84696797996067,41.65274146153034],[-72.84700497995387,41.65241346146561],[-72.84691697985555,41.651200461233515],[-72.84687097982881,41.65099546119529],[-72.84679197978244,41.650635461128125],[-72.84668897973613,41.65041246108825],[-72.84705497985662,41.65043746108127],[-72.84715797989179,41.65046646108357],[-72.84723797991764,41.6504634610804],[-72.8472749799279,41.650432461073194],[-72.84730397993297,41.65035646105753],[-72.84732597991973,41.65000146098806],[-72.84731097989929,41.64973046093605],[-72.84736897991075,41.649601460909196],[-72.84748597994708,41.6495714608996],[-72.84772798003333,41.649702460917155],[-72.84830498024017,41.65003546096302],[-72.848043980071,41.648568460687265],[-72.84796497999227,41.64764546051103],[-72.84790797993571,41.64698346038465],[-72.84774097977785,41.645180460040756],[-72.84762397962751,41.64322545966581],[-72.84761597961652,41.64307945963779],[-72.84757397955497,41.642245459477564],[-72.84749797948253,41.64141445931902],[-72.8474129794144,41.640709459185175],[-72.84725997926171,41.63891645884272],[-72.84717597919196,41.63817745870224],[-72.84708397912713,41.637569458587414],[-72.84693597904577,41.63699045848],[-72.84688797902044,41.6368214584488],[-72.84664697889285,41.63596445829054],[-72.84637097873531,41.63478345807061],[-72.84708397895666,41.63459945801192],[-72.84757397911065,41.63450545797787],[-72.84815497929746,41.634467457951736],[-72.8499129798628,41.63435445787306],[-72.85088398017065,41.63421545781474],[-72.85357698102756,41.6338844576636],[-72.85384698111349,41.633851457648476],[-72.85431098126126,41.633796457622836],[-72.8553829816027,41.633670457563774],[-72.85550398164126,41.633656457557166],[-72.85570898170667,41.63363445754626],[-72.85668698201884,41.63353145749472],[-72.85701398212325,41.63349745747753],[-72.85764798232677,41.633450457447935],[-72.85779898237526,41.63343945744094],[-72.85954598293256,41.63324945734765],[-72.86017898313453,41.63318145731402],[-72.86016998312357,41.63304145728719],[-72.86018698311618,41.632816457243045],[-72.86025498308896,41.631957457074385],[-72.8602579830764,41.631721457028554],[-72.86026098306807,41.63155945699707],[-72.86024998305284,41.63135645695809],[-72.86022698303674,41.63120645692976],[-72.86014498299485,41.63094145688105],[-72.86008098296342,41.63075645684727],[-72.86001898292602,41.63045645679115],[-72.85987498281351,41.62931245657409],[-72.85983698278926,41.62910545653522],[-72.85945798254643,41.62702245614378],[-72.85942698252649,41.62685045611144],[-72.85938798250375,41.626675456078786],[-72.85931898245036,41.626136455976564],[-72.85927998239016,41.62530845581733],[-72.85927098237558,41.62510545577829],[-72.85928398236676,41.624878455733864],[-72.85931198235033,41.62443345564671],[-72.85935898232138,41.62366245549576],[-72.85939898229795,41.6230274553714],[-72.85942898228056,41.62255445527874],[-72.85943198227895,41.62250945526993],[-72.85942098216262,41.620544454889405],[-72.85945698216503,41.62038245485683],[-72.8595129821755,41.620247454828856],[-72.86034798236493,41.61881645452449],[-72.86044698239695,41.618813454520705],[-72.86330198331493,41.61863045439298],[-72.86355998339522,41.61856745437244],[-72.86439398365323,41.618337454300914],[-72.8646229837238,41.61826945428032],[-72.86476098376632,41.618228454267914],[-72.86523098391389,41.6181364542349],[-72.8654779839922,41.61810145422013],[-72.86552098400591,41.61809645421776],[-72.86555198401564,41.618090454215604],[-72.86591298412912,41.618022454190765],[-72.86629198424646,41.61791945415855],[-72.86714398450708,41.61763245407536],[-72.86741098458823,41.617533454047546],[-72.8676429846576,41.617427454019506],[-72.867827984712,41.61732745399414],[-72.86827798484227,41.61704745392531],[-72.8685549849241,41.616903453888455],[-72.8685619849262,41.61690045388765],[-72.86878198499309,41.61681945386484],[-72.8691049850933,41.616735453838096],[-72.8693789851795,41.61668445381937],[-72.8696429852646,41.616671453808316],[-72.86985698533412,41.616670453801206],[-72.87007898540632,41.61667045379402],[-72.87050098554447,41.61668645378349],[-72.87071598561488,41.61669545377829],[-72.87074698562502,41.616696453777465],[-72.87084198565616,41.616700453775195],[-72.87087398566668,41.61670245377453],[-72.87092498568337,41.616704453773266],[-72.87108098573444,41.6167104537694],[-72.8711339857518,41.61671245376807],[-72.87157998589602,41.616698453750935],[-72.87168998593164,41.61669545374679],[-72.8729059863168,41.61651645367279],[-72.87334798645685,41.6164524536461],[-72.8735479865456,41.61686545371968],[-72.87364198658574,41.617032453749026],[-72.87369098660668,41.61711945376432],[-72.87381398666004,41.617352453805495],[-72.8738559866818,41.617493453831464],[-72.87387098669507,41.617639453859276],[-72.8738659867272,41.618227453973425],[-72.87379898673255,41.618700454067266],[-72.87373098672309,41.61892045411213],[-72.8735419866974,41.61954345423898],[-72.8735379866969,41.61955745424182],[-72.87348198670102,41.619946454319035],[-72.8733069867137,41.62115845455961],[-72.87324998671836,41.621562454639765],[-72.87324398671885,41.6216044546481],[-72.8732259867202,41.621730454673106],[-72.87321998672066,41.62177245468143],[-72.873201986721,41.62188045470295],[-72.87316898672205,41.62208545474374],[-72.87314998672272,41.62220445476742],[-72.87313298672343,41.62231345478911],[-72.8731179867355,41.62260845484676],[-72.87310098674946,41.622947454912996],[-72.87311998678703,41.623494455018424],[-72.87313098680761,41.62379045507544],[-72.87314298682725,41.62406445512814],[-72.87315398684439,41.62430045517353],[-72.87318998687303,41.62459545522954],[-72.87322398690057,41.62488245528406],[-72.87325698692696,41.625155455335914],[-72.87350298710014,41.62677745564229],[-72.87357898716179,41.62742045576444],[-72.87359398717908,41.62763645580582],[-72.87363998723143,41.62828745593049],[-72.87365098724369,41.6284384559594],[-72.87365298724819,41.6285054559723],[-72.87365998726574,41.628771456023635],[-72.87367998731085,41.6294434561532],[-72.87367198731555,41.62957045617807],[-72.87365698732594,41.629836456230095],[-72.87364798733519,41.63004845627149],[-72.87362198736322,41.63068345639536],[-72.87361398737285,41.6308964564369],[-72.87361398737394,41.630915456440576],[-72.87361398737721,41.63097245645164],[-72.8736139873783,41.63099145645531],[-72.87361698738871,41.631155456486994],[-72.87362498741578,41.631581456569286],[-72.87362498741969,41.63164945658246],[-72.87362498742918,41.63181445661443],[-72.87362498743946,41.63199345664911],[-72.87362098744678,41.63214345667831],[-72.87362098744794,41.632163456682186],[-72.8736249874618,41.63238245672449],[-72.87361898748084,41.63274745679541],[-72.8736209875035,41.63313045686956],[-72.87362398752343,41.633460456933406],[-72.87362098753378,41.63365745697167],[-72.87361398756563,41.634251457086975],[-72.87361198757637,41.634449457125406],[-72.87361698759672,41.63477545718842],[-72.87362198761656,41.635092457249684],[-72.8736679876695,41.63575345737626],[-72.87369098769572,41.636079457438676],[-72.87369998770596,41.63620645746299],[-72.87371098771864,41.63636445749325],[-72.87372698773669,41.636588457536114],[-72.87373598774695,41.636716457560645],[-72.87375598776636,41.63694045760339],[-72.87379898780354,41.63734445768027],[-72.8738689878631,41.637984457802],[-72.87390998794822,41.639233458042646],[-72.87391398795516,41.639331458061505],[-72.87392698799009,41.63986545816453],[-72.87393898800704,41.64009245820813],[-72.87397498805795,41.64077445833909],[-72.87398798807529,41.641002458382836],[-72.87399198810246,41.64145245846988],[-72.87400698818512,41.6428054587315],[-72.874012988213,41.643256458818676],[-72.8740149882216,41.643394458845336],[-72.87402198824779,41.64381045892569],[-72.87402498825674,41.64394945895253],[-72.8740259882606,41.6440104589643],[-72.87402898827209,41.64419345899965],[-72.87402998827592,41.64425445901144],[-72.87410198830226,41.64430545901898],[-72.87431798838143,41.64446045904204],[-72.87438998840784,41.64451245904976],[-72.87456598847233,41.64463845906848],[-72.87466998851365,41.6447684590903],[-72.87474298854444,41.64489145911177],[-72.87475998855366,41.64495545912361],[-72.8749679886663,41.645737459268354],[-72.87505498872241,41.64622145935929],[-72.87512798876277,41.6465104594129],[-72.87513998877702,41.64669045944739],[-72.87515698879635,41.64693045949331],[-72.87511298880219,41.64728045956254],[-72.87510698881066,41.64746145959778],[-72.87509098883672,41.64800545970368],[-72.87508698884588,41.64818745973905],[-72.87504598885698,41.64861245982271],[-72.8749229888903,41.64988746007362],[-72.87488498890102,41.650288460152524],[-72.87488198890149,41.65031346015746]]]},"properties":{"name":4302.01,"geoid":"09003430201"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.93376100556269,41.607116449880806],[-72.93364500556447,41.60780245001753],[-72.93365300557288,41.60790345003685],[-72.93386600577942,41.610289450492424],[-72.93392600583675,41.610946450617845],[-72.93393800584876,41.61108745064477],[-72.93394700585841,41.61120445066717],[-72.93397300588214,41.611469450717685],[-72.93404700594843,41.61220345085755],[-72.93413500600064,41.61261345093416],[-72.9342170060491,41.61299245100497],[-72.93429800609749,41.61337545107658],[-72.93431400610677,41.6134464510898],[-72.93463800629938,41.61496245137311],[-72.9346870063377,41.61535145144691],[-72.9346940063431,41.61540545145717],[-72.93497400655876,41.61757045186765],[-72.93498200656511,41.61763545188],[-72.93499100657176,41.61770045189229],[-72.93500300658103,41.617793451909925],[-72.93501500659033,41.61788745192775],[-72.93501800659243,41.61790645193135],[-72.93502100659448,41.61792545193493],[-72.93506000662559,41.61824545199568],[-72.93510000665705,41.618566452056584],[-72.93518500672415,41.619251452186575],[-72.93520800674176,41.619427452219924],[-72.93539100687634,41.620731452466686],[-72.93541400689287,41.62088845249636],[-72.93544500691544,41.6211054525374],[-72.93598600731274,41.624949453264705],[-72.93600800732888,41.6251054532942],[-72.9371600081755,41.63329845484408],[-72.93760900850509,41.63648345544649],[-72.93814800890068,41.64030545616927],[-72.93815000890267,41.64032845617366],[-72.93850200924727,41.64431945693516],[-72.9286050060948,41.64546245747759],[-72.92813400582052,41.64336145708598],[-72.92797700570141,41.64218045686233],[-72.92791500565397,41.641707456772735],[-72.92786400561594,41.64133545670235],[-72.92778000555394,41.64073345658847],[-72.92567600488,41.64091145669118],[-72.92449000450016,41.6410124567492],[-72.92398200433652,41.6410394567709],[-72.92246100384656,41.6411204568359],[-72.92195500368364,41.641148456857735],[-72.92195100371286,41.64167845696052],[-72.92194800373898,41.642148457051654],[-72.92213100383916,41.642854457182445],[-72.92234000392631,41.64318745724017],[-72.92261100403917,41.643616457314465],[-72.92262400404456,41.64363645731792],[-72.92272300408146,41.643718457330586],[-72.9228020041109,41.64378345734061],[-72.92281200411462,41.64379145734185],[-72.92300500418388,41.643904457357465],[-72.92319300425294,41.64404145737791],[-72.92338300432192,41.64416645739595],[-72.92341200433246,41.644185457398684],[-72.92357400439164,41.644298457415324],[-72.92365000441934,41.64435045742293],[-72.9237330044547,41.64449545744833],[-72.92382900449554,41.644662457477544],[-72.92390700453844,41.6449664575339],[-72.92392000455746,41.645223457583256],[-72.92391900455812,41.64524045758658],[-72.92391200457082,41.64550045763714],[-72.92336200439537,41.6455594576664],[-72.92224900404034,41.64567945772574],[-72.92171100386877,41.64573845775461],[-72.92116200369371,41.645798457784025],[-72.91980000326016,41.645961457859755],[-72.91895300299053,41.64606245790679],[-72.91789700265447,41.646190457965794],[-72.91232900088218,41.64685845827566],[-72.91012100017934,41.64712345839854],[-72.90950799998228,41.64716345842614],[-72.90574499877262,41.64740945859572],[-72.90519799859577,41.64742745861694],[-72.90355799806562,41.64748345868091],[-72.90301199788918,41.64750345870248],[-72.90271199779295,41.647526458716655],[-72.9018129975047,41.647598458759724],[-72.90153699741626,41.64762145877312],[-72.90151399740895,41.64762445877444],[-72.9009919972424,41.647680458802185],[-72.89942899674374,41.647848458885356],[-72.89890799657758,41.64790545891327],[-72.89709599599871,41.648087459007215],[-72.89342099482484,41.648459459198286],[-72.89165999426146,41.64862245928686],[-72.88984699368152,41.64879145937831],[-72.88911699344793,41.64885845941492],[-72.88859799328142,41.64889845943947],[-72.88855299326707,41.6489034594419],[-72.88759499296266,41.649028459497124],[-72.88624099252988,41.649160459566524],[-72.88467999203203,41.649332459650374],[-72.88338899162041,41.64947645972004],[-72.88338399161746,41.649453459715744],[-72.88338099161545,41.64943545971237],[-72.88332999159903,41.649438459714595],[-72.88330799159199,41.649440459715684],[-72.88316499154553,41.649441459720514],[-72.88310499152608,41.64944245972265],[-72.88290199146257,41.649486459737744],[-72.88274499141336,41.64951845974902],[-72.88260599136983,41.649547459759134],[-72.88239199130136,41.64956745976994],[-72.88175199109675,41.64962945980266],[-72.88171099108371,41.649634459804965],[-72.88153899102873,41.64965145981382],[-72.88073099076897,41.649704459850234],[-72.88061399073241,41.64973045985906],[-72.88052899070527,41.64973945986355],[-72.87724998965919,41.65009546003861],[-72.87488198890149,41.65031346015746],[-72.87488498890102,41.650288460152524],[-72.8749229888903,41.64988746007362],[-72.87504598885698,41.64861245982271],[-72.87508698884588,41.64818745973905],[-72.87509098883672,41.64800545970368],[-72.87510698881066,41.64746145959778],[-72.87511298880219,41.64728045956254],[-72.87515698879635,41.64693045949331],[-72.87513998877702,41.64669045944739],[-72.87512798876277,41.6465104594129],[-72.87505498872241,41.64622145935929],[-72.8749679886663,41.645737459268354],[-72.87475998855366,41.64495545912361],[-72.87474298854444,41.64489145911177],[-72.87466998851365,41.6447684590903],[-72.87456598847233,41.64463845906848],[-72.87438998840784,41.64451245904976],[-72.87431798838143,41.64446045904204],[-72.87410198830226,41.64430545901898],[-72.87402998827592,41.64425445901144],[-72.87402898827209,41.64419345899965],[-72.8740259882606,41.6440104589643],[-72.87402498825674,41.64394945895253],[-72.87402198824779,41.64381045892569],[-72.8740149882216,41.643394458845336],[-72.874012988213,41.643256458818676],[-72.87400698818512,41.6428054587315],[-72.87399198810246,41.64145245846988],[-72.87398798807529,41.641002458382836],[-72.87397498805795,41.64077445833909],[-72.87393898800704,41.64009245820813],[-72.87392698799009,41.63986545816453],[-72.87391398795516,41.639331458061505],[-72.87390998794822,41.639233458042646],[-72.8738689878631,41.637984457802],[-72.87379898780354,41.63734445768027],[-72.87375598776636,41.63694045760339],[-72.87373598774695,41.636716457560645],[-72.87372698773669,41.636588457536114],[-72.87371098771864,41.63636445749325],[-72.87369998770596,41.63620645746299],[-72.87369098769572,41.636079457438676],[-72.8736679876695,41.63575345737626],[-72.87362198761656,41.635092457249684],[-72.87361698759672,41.63477545718842],[-72.87361198757637,41.634449457125406],[-72.87361398756563,41.634251457086975],[-72.87362098753378,41.63365745697167],[-72.87362398752343,41.633460456933406],[-72.8736209875035,41.63313045686956],[-72.87361898748084,41.63274745679541],[-72.8736249874618,41.63238245672449],[-72.87362098744794,41.632163456682186],[-72.87362098744678,41.63214345667831],[-72.87362498743946,41.63199345664911],[-72.87362498742918,41.63181445661443],[-72.87362498741969,41.63164945658246],[-72.87362498741578,41.631581456569286],[-72.87361698738871,41.631155456486994],[-72.8736139873783,41.63099145645531],[-72.87361398737721,41.63097245645164],[-72.87361398737394,41.630915456440576],[-72.87361398737285,41.6308964564369],[-72.87362198736322,41.63068345639536],[-72.87364798733519,41.63004845627149],[-72.87365698732594,41.629836456230095],[-72.87367198731555,41.62957045617807],[-72.87367998731085,41.6294434561532],[-72.87365998726574,41.628771456023635],[-72.87365298724819,41.6285054559723],[-72.87365098724369,41.6284384559594],[-72.87363998723143,41.62828745593049],[-72.87359398717908,41.62763645580582],[-72.87357898716179,41.62742045576444],[-72.87350298710014,41.62677745564229],[-72.87325698692696,41.625155455335914],[-72.87322398690057,41.62488245528406],[-72.87318998687303,41.62459545522954],[-72.87315398684439,41.62430045517353],[-72.87314298682725,41.62406445512814],[-72.87313098680761,41.62379045507544],[-72.87311998678703,41.623494455018424],[-72.87310098674946,41.622947454912996],[-72.8731179867355,41.62260845484676],[-72.87313298672343,41.62231345478911],[-72.87314998672272,41.62220445476742],[-72.87316898672205,41.62208545474374],[-72.873201986721,41.62188045470295],[-72.87321998672066,41.62177245468143],[-72.8732259867202,41.621730454673106],[-72.87324398671885,41.6216044546481],[-72.87324998671836,41.621562454639765],[-72.8733069867137,41.62115845455961],[-72.87348198670102,41.619946454319035],[-72.8735379866969,41.61955745424182],[-72.8735419866974,41.61954345423898],[-72.87373098672309,41.61892045411213],[-72.87379898673255,41.618700454067266],[-72.8738659867272,41.618227453973425],[-72.87387098669507,41.617639453859276],[-72.8738559866818,41.617493453831464],[-72.87381398666004,41.617352453805495],[-72.87369098660668,41.61711945376432],[-72.87364198658574,41.617032453749026],[-72.8735479865456,41.61686545371968],[-72.87334798645685,41.6164524536461],[-72.8729059863168,41.61651645367279],[-72.87168998593164,41.61669545374679],[-72.87157998589602,41.616698453750935],[-72.8711339857518,41.61671245376807],[-72.87108098573444,41.6167104537694],[-72.87092498568337,41.616704453773266],[-72.87087398566668,41.61670245377453],[-72.87084198565616,41.616700453775195],[-72.87074698562502,41.616696453777465],[-72.87071598561488,41.61669545377829],[-72.87050098554447,41.61668645378349],[-72.87007898540632,41.61667045379402],[-72.86985698533412,41.616670453801206],[-72.8696429852646,41.616671453808316],[-72.8693789851795,41.61668445381937],[-72.8691049850933,41.616735453838096],[-72.86878198499309,41.61681945386484],[-72.8685619849262,41.61690045388765],[-72.8685549849241,41.616903453888455],[-72.86827798484227,41.61704745392531],[-72.867827984712,41.61732745399414],[-72.8676429846576,41.617427454019506],[-72.86741098458823,41.617533454047546],[-72.86714398450708,41.61763245407536],[-72.86629198424646,41.61791945415855],[-72.86591298412912,41.618022454190765],[-72.86555198401564,41.618090454215604],[-72.86552098400591,41.61809645421776],[-72.8654779839922,41.61810145422013],[-72.86523098391389,41.6181364542349],[-72.86476098376632,41.618228454267914],[-72.8646229837238,41.61826945428032],[-72.86439398365323,41.618337454300914],[-72.86355998339522,41.61856745437244],[-72.86330198331493,41.61863045439298],[-72.86044698239695,41.618813454520705],[-72.86034798236493,41.61881645452449],[-72.86025098233408,41.61882845452995],[-72.86024198233122,41.618829454530434],[-72.86034198235517,41.618680454498325],[-72.86034998235141,41.61856945447656],[-72.86034098234063,41.61843245445027],[-72.86031398232473,41.61830845442713],[-72.85999498216987,41.61741745426471],[-72.85924598181838,41.615536453924264],[-72.85905698173161,41.61509545384486],[-72.85862698152317,41.613899453626885],[-72.85859298150669,41.61380445360958],[-72.8584259814242,41.613313453519766],[-72.858342981377,41.612961453454204],[-72.85829798134198,41.61260545338664],[-72.85826298130374,41.61213745329703],[-72.85824098127853,41.61182245323667],[-72.85819998123193,41.611242453125556],[-72.85817498120286,41.610877453055586],[-72.85815298117764,41.61056245299523],[-72.8581459811687,41.61044645297296],[-72.85812598114227,41.61009845290613],[-72.85811998113365,41.609982452883834],[-72.85810398111515,41.609750452839364],[-72.85805698106013,41.60905745270652],[-72.858041981042,41.60882645266222],[-72.85853798120037,41.6087754526363],[-72.86002698167604,41.60862645255933],[-72.86052398183479,41.60857645253357],[-72.86071298189496,41.60855445252319],[-72.86127998207574,41.60849145249267],[-72.86146998213631,41.60847045248245],[-72.8619669822957,41.608431452458845],[-72.86209798233772,41.60842145245268],[-72.86306398264617,41.60832245240227],[-72.8634539827703,41.60827545238056],[-72.86394598292557,41.60819345234876],[-72.8645379831127,41.60809945231141],[-72.86468398315891,41.60807745230243],[-72.86563298346283,41.60799645225607],[-72.86633098368797,41.607964452227314],[-72.8669309838816,41.60793845220287],[-72.86713898394837,41.607923452193255],[-72.86776298414887,41.60788145216494],[-72.86797198421603,41.607867452155475],[-72.8685629844051,41.60781345212591],[-72.86915498459456,41.60776045209649],[-72.86971898477836,41.607767452079635],[-72.86999198486932,41.60780545207817],[-72.8702159849448,41.60785145207986],[-72.87033598498421,41.60785845207734],[-72.87060998507424,41.6078744520716],[-72.87085098515242,41.607871452063215],[-72.87092898517707,41.60785945205837],[-72.87116798525274,41.60782345204366],[-72.87155498537291,41.607724452011965],[-72.87191298548198,41.607596451975574],[-72.87219798556558,41.60743845193574],[-72.87263598569153,41.60715145186593],[-72.8732299858639,41.60678945177654],[-72.87372198600897,41.60652945171024],[-72.87387398605473,41.606465451692905],[-72.87428698617903,41.606291451645816],[-72.87453998626079,41.60628245163589],[-72.87466798630258,41.60628545163233],[-72.8747389863265,41.606300451632954],[-72.87504398643031,41.6063814516388],[-72.87504698643131,41.606381451638704],[-72.8753239865238,41.606423451637895],[-72.87570898665001,41.606441451628946],[-72.87602798675242,41.60641845161417],[-72.8760499867594,41.60641545161287],[-72.87652398691029,41.60635945158669],[-72.87730798715847,41.60624145153846],[-72.877347987171,41.60623345153563],[-72.87810798741009,41.60609345148393],[-72.8780539874363,41.606856451633604],[-72.8780289874489,41.60721745170441],[-72.8779929874616,41.60764245178797],[-72.87788398748027,41.60858545197433],[-72.87783298748113,41.60888945203491],[-72.87770898745322,41.609105452080804],[-72.87761898743302,41.60926345211435],[-72.87726198734343,41.60972545221544],[-72.8768589872383,41.61017645231592],[-72.87642198712719,41.61071645243474],[-72.87619398707234,41.61105245250725],[-72.87571398696262,41.61186045267943],[-72.87556298692576,41.612073452725596],[-72.8754799869048,41.61217845274862],[-72.87540898688691,41.61226945276858],[-72.87527898685293,41.61241345280068],[-72.87511598681029,41.61259445284106],[-72.87466298668768,41.61302445293905],[-72.87465698668602,41.61302945294023],[-72.87437898661167,41.613309453003495],[-72.87465198670047,41.61330945299466],[-72.87507098683413,41.61326445297238],[-72.87542798694804,41.613226452953484],[-72.87714498749574,41.61304145286213],[-72.87721798751909,41.6130344528584],[-72.87733598755763,41.61303745285515],[-72.87743998759235,41.613053452854906],[-72.87753798762607,41.61308545285792],[-72.87760798765198,41.61314045286634],[-72.8777569877087,41.61328445288944],[-72.87776298771092,41.61328945289022],[-72.87778398771869,41.61330545289263],[-72.8777909877213,41.61331145289355],[-72.87781298772943,41.61332845289616],[-72.87788098775464,41.61338245290443],[-72.87790398776315,41.61340045290716],[-72.878310987914,41.61372245295643],[-72.87893698814591,41.61421645303196],[-72.87928398827252,41.614456453067255],[-72.87937298830745,41.61456045308454],[-72.87941098832357,41.614626453096115],[-72.87944398834132,41.614748453118686],[-72.8795059883744,41.614973453160296],[-72.87954298840273,41.61525745321416],[-72.87956198841712,41.615400453241264],[-72.87964998846029,41.615653453287464],[-72.87985198855927,41.616233453393356],[-72.87996298860655,41.616428453427574],[-72.88003898863799,41.6165454534478],[-72.88023598870956,41.61667645346681],[-72.88025898871734,41.616681453467045],[-72.88041398877007,41.61672245346997],[-72.88066498885331,41.61675045346726],[-72.88103198897505,41.61679245346355],[-72.88213298934045,41.61692045345275],[-72.88249998946225,41.61696345344922],[-72.88277698955416,41.616995453446464],[-72.8836079898299,41.6170914534382],[-72.88388498992187,41.617124453435636],[-72.88406598998175,41.617142453433274],[-72.88460899016148,41.61719745342637],[-72.88479099022175,41.61721645342417],[-72.88513099033347,41.61723645341705],[-72.88615299066925,41.6172964533956],[-72.88649399078133,41.617317453388665],[-72.88668099084197,41.61731445338202],[-72.88724399102452,41.61730545336207],[-72.88743199108553,41.617303453355596],[-72.8876779911653,41.617299453346874],[-72.88841499140426,41.6172874533207],[-72.88866199148441,41.61728445331212],[-72.88925399167593,41.617267453289685],[-72.89047499207106,41.61723445324378],[-72.89098699224066,41.617288453237684],[-72.89102699225417,41.617297453238145],[-72.89125799233246,41.61735245324131],[-72.89157999244577,41.61750245325997],[-72.89280799288282,41.61815945334758],[-72.89301299295644,41.618280453364406],[-72.89345799311741,41.618563453404846],[-72.89367899317823,41.61837145336048],[-72.89390299323946,41.61816945331408],[-72.89458999342493,41.617509453163926],[-72.89480299347952,41.61725445310761],[-72.8949159935079,41.61710845307565],[-72.89732899411555,41.614029452400764],[-72.89794299427186,41.61327545223474],[-72.89801099428892,41.61318745221546],[-72.89882699449332,41.61212745198359],[-72.89897099452992,41.611949451944426],[-72.89914899457607,41.61174545189911],[-72.89993199476837,41.610661451663645],[-72.90013099481364,41.610323451591675],[-72.90019899482864,41.61019945156544],[-72.9002659948434,41.61007745153961],[-72.90051999489785,41.609587451436404],[-72.90078999494594,41.60889645129371],[-72.90096299496206,41.60819845115278],[-72.90131199498234,41.606576450827035],[-72.90134899498202,41.60636145078417],[-72.90137299498029,41.6061954507512],[-72.90190799498592,41.603265450165814],[-72.90257599498793,41.59951944941785],[-72.90281799498592,41.59811444913757],[-72.90316899511735,41.59841644918477],[-72.90324699514892,41.5985244492032],[-72.90340299521206,41.59874044924002],[-72.90344599523235,41.59885044925996],[-72.90346099524291,41.5989494492787],[-72.9035119952677,41.59909244930475],[-72.90373699536089,41.59944144936516],[-72.90373899536165,41.59944344936548],[-72.9038989954209,41.59956944938474],[-72.9039429954428,41.599701449408904],[-72.90389199543851,41.59991544945205],[-72.90388399544251,41.60003044947461],[-72.90397899548822,41.600288449521564],[-72.90405999552087,41.600398449540265],[-72.90412499556152,41.600738449604094],[-72.9041319955711,41.600865449628486],[-72.90424199563967,41.60143644973566],[-72.90427799567686,41.60188044982058],[-72.90424899568008,41.60210044986417],[-72.90410999565223,41.602402449927204],[-72.9040799956721,41.60291845002824],[-72.903984995651,41.60308845006427],[-72.90393399565016,41.603362450119036],[-72.90403599569372,41.603543450150845],[-72.90405799570748,41.603658450172425],[-72.90403599571296,41.603878450215795],[-72.90395499569514,41.60402645024711],[-72.90388999567813,41.60409845026318],[-72.90386699567222,41.60412545026916],[-72.90383099567217,41.60432845030968],[-72.90366999562552,41.60442745033408],[-72.90336999553459,41.60454245036609],[-72.90325299550189,41.6046354503879],[-72.9031259954663,41.60473445041121],[-72.90315099548366,41.60489545044163],[-72.90327699552962,41.604982450454415],[-72.9035329956181,41.60507345046376],[-72.90347299561034,41.60527845050546],[-72.90346399560933,41.60531145051215],[-72.9034509956159,41.60549945054902],[-72.90347099564407,41.60587645062146],[-72.90348699565146,41.6059144506283],[-72.90357299569067,41.606110450663515],[-72.9042209958971,41.6060364506282],[-72.90586099641959,41.60585045053905],[-72.90616399651827,41.60585345052983],[-72.9061679965196,41.60585345052969],[-72.90638799659318,41.60588945052956],[-72.90665299668383,41.6059674505361],[-72.90679899673415,41.60601745054107],[-72.90692499677887,41.606082450549586],[-72.9070639968299,41.60618445056488],[-72.90736999694245,41.60641145059897],[-72.90779499710187,41.606781450656946],[-72.90785599712476,41.606834450665254],[-72.90804599719452,41.606973450686034],[-72.90830399728921,41.60716145071413],[-72.90838599731937,41.6072224507233],[-72.90880099746694,41.607442450752515],[-72.90910499757825,41.60765945078475],[-72.90911599758228,41.60766745078595],[-72.9093039976518,41.60781345080816],[-72.90936499767484,41.60786945081706],[-72.90943499770128,41.60793345082719],[-72.90958599775979,41.60809745085409],[-72.90982599785283,41.60835845089692],[-72.90992899789275,41.608470450915284],[-72.91027199802922,41.60890445098833],[-72.91045099810093,41.609139451028085],[-72.9107179982025,41.60939645106926],[-72.9107749982239,41.609446451077105],[-72.91092099827873,41.6095744510972],[-72.91113999835775,41.60971045111646],[-72.91124899839625,41.6097634511232],[-72.91143099846053,41.609852451134564],[-72.91188399861528,41.6099824511451],[-72.91255899884554,41.610170451159675],[-72.91364299921544,41.61047445118351],[-72.91459599953816,41.610698451196065],[-72.91527999976982,41.61085945120513],[-72.91553899985718,41.61091445120739],[-72.91560299987907,41.61093345120899],[-72.9159840000095,41.61104745121877],[-72.91631700012691,41.61120645123879],[-72.91649600019333,41.61134945126072],[-72.91675600028977,41.61155645129243],[-72.91685100032582,41.61164645130678],[-72.9170690004116,41.611905451349934],[-72.91713500043782,41.611988451363885],[-72.91751800058992,41.61246745144433],[-72.91790700075187,41.613084451551316],[-72.91813300084321,41.61339545160427],[-72.91815100085046,41.613419451608344],[-72.91834900092323,41.61356545163024],[-72.9185490009935,41.61365645164139],[-72.91862800102025,41.613675451642514],[-72.91910600118206,41.61378645164854],[-72.91929300124636,41.61384745165431],[-72.920091001521,41.61411145167964],[-72.92041000163006,41.614204451687314],[-72.9208200017694,41.61430945169439],[-72.92102500183854,41.61435245169607],[-72.92122900190566,41.61436645169218],[-72.92128100192342,41.614381451693404],[-72.92149700199744,41.614447451699206],[-72.92156300202213,41.61450345170792],[-72.92163200205059,41.614608451726035],[-72.92168600207386,41.61470745174347],[-72.92181000211767,41.61476845175128],[-72.92189800209438,41.6138664515736],[-72.92190600208295,41.61362245152605],[-72.92192900205568,41.61301845140824],[-72.92192100197474,41.6116564511445],[-72.92188900192268,41.61093245100519],[-72.92190800191125,41.61062645094526],[-72.92195600191756,41.6104644509123],[-72.92209900194995,41.610219450860185],[-72.92216100196411,41.610115450838016],[-72.92253100205089,41.609532450713026],[-72.92271200209326,41.60924645065171],[-72.92280500211449,41.60908945061827],[-72.92308500217864,41.60862245051868],[-72.92317900220023,41.60846645048539],[-72.92324000221414,41.60836345046344],[-72.92342500225651,41.60805445039756],[-72.9234870022708,41.60795245037576],[-72.92355500228624,41.60783645035109],[-72.923763002334,41.60749145027747],[-72.92383200234983,41.607376450252936],[-72.92402800241562,41.60741245025357],[-72.92447400255843,41.60737445023175],[-72.92476700264955,41.607302450208294],[-72.92499300272146,41.607275450195736],[-72.92515600277457,41.60727745019085],[-72.92566600294089,41.60728645017607],[-72.92611200309122,41.60737945017964],[-72.92628800315323,41.607462450190035],[-72.92651500323525,41.6076054502104],[-72.92674900332266,41.60780245024102],[-72.92690900337878,41.60787445024978],[-72.92729700350685,41.607907450243594],[-72.92742100354553,41.60787945023416],[-72.92758200359697,41.60786345022584],[-72.92771400363797,41.607830450215175],[-72.92806500375146,41.60781945020165],[-72.92825500381603,41.607868450205004],[-72.92840100386478,41.607890450204536],[-72.92857700392737,41.60798445021706],[-72.92877400399452,41.60803845022113],[-72.92897000405843,41.60804145021538],[-72.92909600409956,41.60804445021188],[-72.92924200414448,41.60800045019861],[-72.92927200415079,41.60794045018601],[-72.92923500413151,41.60781445016277],[-72.92924200412746,41.607704450141235],[-72.92930100413118,41.60743545008719],[-72.92949700416986,41.6070004499965],[-72.92968100420602,41.606589449910864],[-72.92969600420234,41.606440449881504],[-72.929660004172,41.606116449819844],[-72.92972500418243,41.605930449781695],[-72.92979700420192,41.60586244976617],[-72.92981300420632,41.60584844976293],[-72.92990800423468,41.60580444975133],[-72.93015000431046,41.605754449733794],[-72.93027400435142,41.60576544973191],[-72.93055900444975,41.60586444974186],[-72.93077100452528,41.60597944975729],[-72.930983004598,41.60604544976321],[-72.9311440046516,41.60606744976225],[-72.93157600479775,41.60616644976746],[-72.9320510049613,41.60632544978287],[-72.93217100500381,41.60638644979082],[-72.93217800500292,41.60633144977994],[-72.93219000500083,41.60622744975938],[-72.9322920050267,41.60610044973145],[-72.93244600507015,41.605985449704164],[-72.932563005106,41.605947449693005],[-72.93269500514954,41.60595844969087],[-72.93282600519838,41.606067449707744],[-72.93290700523043,41.60616644972432],[-72.93294100524625,41.60624944973929],[-72.93303100528783,41.60646344977786],[-72.93313300532853,41.60659444979996],[-72.9333160053956,41.60672644981961],[-72.93338200542242,41.6068194498355],[-72.93355700548625,41.60694044985329],[-72.93376100556269,41.607116449880806]]]},"properties":{"name":4306.01,"geoid":"09003430601"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.6590489204534,41.68167947318316],[-72.65886692040013,41.681784473209326],[-72.65832292024118,41.682103473288564],[-72.65814192018827,41.682209473314884],[-72.6580599201627,41.68222947332138],[-72.65797092013527,41.682256473329474],[-72.65786692010327,41.68228947333919],[-72.65764092003278,41.6823434733569],[-72.65746291997823,41.682403473374215],[-72.65729591992714,41.68246147339081],[-72.65671091974639,41.68263247344268],[-72.65654491969514,41.682681473457485],[-72.65515391926692,41.68311547358612],[-72.65439591903804,41.68343047367143],[-72.65409291894638,41.68355347370496],[-72.6516759182032,41.68432347393154],[-72.65145891813576,41.68438047394953],[-72.65124291806873,41.684438473967695],[-72.6508109179346,41.68455347400381],[-72.65059491786758,41.684611474021956],[-72.65029891777544,41.68468647404598],[-72.64941091749915,41.68491247411819],[-72.6491159174074,41.68498847414236],[-72.64905691738838,41.68499147414484],[-72.64888391733271,41.685003474152694],[-72.64882591731407,41.68500747415534],[-72.64866291726177,41.685021474163264],[-72.64817791710638,41.68506647418752],[-72.6480159170545,41.68508147419562],[-72.64725391681112,41.685165474236285],[-72.64497091608207,41.68541847435843],[-72.64420991583907,41.68550347439926],[-72.64178191506315,41.6857634745274],[-72.6367739134629,41.68630247479216],[-72.63450091273654,41.686546474912205],[-72.63207391196097,41.68680747504045],[-72.63105491163233,41.68686447508412],[-72.62799891064688,41.68703747521544],[-72.62698091031865,41.68709547525927],[-72.62536990980156,41.68722947533678],[-72.62477690961128,41.68727947536544],[-72.62053990825133,41.6876314755692],[-72.61892990773464,41.68776647564685],[-72.61829090753034,41.68783347568028],[-72.61637390691762,41.68803847578131],[-72.61573590671375,41.688107475815094],[-72.6141669061331,41.68688447562838],[-72.61376390598394,41.68657047558045],[-72.6107299048612,41.68420647521956],[-72.60979090448093,41.68289847499622],[-72.60863090401122,41.68128347472045],[-72.60864890401693,41.681280474719294],[-72.6086329040037,41.68113947469249],[-72.609377903935,41.675666473608295],[-72.60952290392207,41.674608473398685],[-72.61201690461486,41.67250847291204],[-72.61537690566122,41.67166647264144],[-72.61568890575833,41.67158747261616],[-72.62388990831231,41.669535471956245],[-72.62449790850171,41.66938447190753],[-72.62479790859513,41.669309471883416],[-72.62488590861872,41.66922047186334],[-72.62598690891389,41.668106471612276],[-72.627087909209,41.66699147136095],[-72.62755490933415,41.666518471254356],[-72.62802190945928,41.666045471147754],[-72.62812790925902,41.661918470344546],[-72.62813690924995,41.66170747030338],[-72.62453690757039,41.65278546868912],[-72.62353590710362,41.65030746824071],[-72.62443690710147,41.6451074672037],[-72.62783690793,41.64020746614487],[-72.62808390800853,41.64017446613057],[-72.62814090802577,41.64015146612429],[-72.629331908402,41.63994846604683],[-72.6295599084731,41.639893466028894],[-72.62970990852176,41.63989046602351],[-72.63014990865945,41.63979246599043],[-72.63037390873117,41.6397714659792],[-72.6330499095789,41.63935846581354],[-72.63403690989163,41.63920746575269],[-72.63510791023097,41.63904346568664],[-72.63544791033867,41.638990465665486],[-72.63667191072656,41.638804465590276],[-72.6421119124503,41.637973465255115],[-72.64457891323202,41.637597465103276],[-72.64713691404258,41.6372074649458],[-72.647215914068,41.637202464942305],[-72.6475169141649,41.63718346492898],[-72.64842191445628,41.63712646488898],[-72.64872391455354,41.637108464875816],[-72.64873791455807,41.63710746487517],[-72.64876491456673,41.63710546487391],[-72.6486499145591,41.63762946497922],[-72.64863991455721,41.63765346498419],[-72.64833391450547,41.63849546515725],[-72.64806891446135,41.639236465309416],[-72.64788191443037,41.63976246541741],[-72.64772491440759,41.640260465518985],[-72.64754591438201,41.64083546563622],[-72.64725691434026,41.641755465823856],[-72.64710091431786,41.642254465925596],[-72.6469379142975,41.64282946604229],[-72.64649691420398,41.64370946622704],[-72.64636891417703,41.64396846628135],[-72.6460419141055,41.64458246641087],[-72.64558791400616,41.64543446659058],[-72.64551591399189,41.645595466624094],[-72.64494291386615,41.64666446684969],[-72.64490591385875,41.64674646686678],[-72.64471991382534,41.64722346696519],[-72.64409391370312,41.648657467263234],[-72.64354591357012,41.64945546743546],[-72.64328091350009,41.6497414674994],[-72.64312191345964,41.64994046754306],[-72.64311891345889,41.64994446754394],[-72.64283391338357,41.65025146761257],[-72.64257691331258,41.65047446766403],[-72.64238591325994,41.65064246770271],[-72.64224691322164,41.65076446773082],[-72.64191791313432,41.6511124678088],[-72.64189891312932,41.65113346781347],[-72.6418359131136,41.65121746783178],[-72.64172091308514,41.65137546786609],[-72.64153991304045,41.65162546792035],[-72.64129591299013,41.65213746802739],[-72.64122291297899,41.65235946807276],[-72.64107591295708,41.652815468165855],[-72.64102591295458,41.653057468214364],[-72.64098991295324,41.653240468251],[-72.6408339129329,41.653775468359704],[-72.64076491292397,41.65401346840804],[-72.64075491292306,41.65405446841631],[-72.6407249129205,41.654181468441905],[-72.64071591291997,41.654223468450326],[-72.64130891311218,41.654208468428436],[-72.64239591346467,41.6541834683888],[-72.6430899136895,41.65416346836271],[-72.64317791371802,41.654161468359504],[-72.64368391388112,41.65413246833768],[-72.64381491392291,41.6541174683306],[-72.64421091404941,41.65407446830959],[-72.64434291409164,41.65406146830283],[-72.64439691410888,41.65405546829995],[-72.64455991416092,41.65403746829125],[-72.64461491417853,41.654032468288506],[-72.64467691422975,41.65457746839217],[-72.64486391438369,41.65621246870308],[-72.64492691443522,41.65675746880671],[-72.6448959144263,41.65677846881177],[-72.6447299143751,41.65682846882678],[-72.64435991426119,41.65694346886092],[-72.6442069142153,41.65701246887919],[-72.64414291419675,41.657052468888985],[-72.64398791415196,41.65715246891334],[-72.64396791414637,41.65716846891707],[-72.64402891419896,41.65774346902657],[-72.64421191435689,41.65947146935562],[-72.64427391440987,41.66004746946526],[-72.64419891438568,41.660051469468435],[-72.64397491431353,41.660065469478326],[-72.64390091428973,41.66007046948167],[-72.64365691421158,41.66009346949393],[-72.64292791397834,41.66016546953123],[-72.64268491390057,41.66018946954365],[-72.64259091387041,41.66019746954821],[-72.64231191378111,41.660224469562365],[-72.64221891375135,41.66023346956709],[-72.64229391380115,41.660679469651136],[-72.64229391380127,41.66068146965152],[-72.64258491397183,41.66201346990035],[-72.64268291402902,41.66245746998325],[-72.64276891407945,41.662851470056864],[-72.6430289142314,41.664033470277616],[-72.64304491424093,41.664109470291805],[-72.64311591428222,41.66442847035136],[-72.64303791425732,41.6644374703556],[-72.64280691418388,41.664468470369],[-72.64272991415937,41.664478470373425],[-72.64308891433133,41.6654454705493],[-72.64376891465696,41.667275470882146],[-72.64395691474328,41.66771647096159],[-72.64423991486396,41.66821747104959],[-72.64428991488445,41.668291471062325],[-72.64469891505213,41.668897471166666],[-72.64484191511387,41.669163471213615],[-72.64505191519916,41.669460471264436],[-72.64526491528686,41.66978247132002],[-72.64567991545752,41.67040647142763],[-72.64572091547355,41.67045347143544],[-72.64598491558361,41.67087647150893],[-72.6464899157933,41.67167047164659],[-72.6465439158157,41.671755471661335],[-72.64690491596409,41.672296471754585],[-72.64721291606106,41.672238471733486],[-72.64813791635235,41.672064471670154],[-72.64844691644973,41.67200747164922],[-72.64871791653421,41.67194147162773],[-72.64928391671083,41.67180647158346],[-72.64953391678966,41.67176147156673],[-72.64980891687641,41.67171247154843],[-72.64986091689363,41.67171747154774],[-72.65001991694638,41.67173447154595],[-72.65007291696398,41.671740471545405],[-72.6504909171035,41.671800471543634],[-72.65063691715224,41.67182147154305],[-72.65173991752258,41.67201747154567],[-72.65215691766264,41.672092471546854],[-72.65260291781237,41.67217147154786],[-72.65394191826195,41.672409471551084],[-72.65438891841204,41.672489471552275],[-72.65476191853725,41.672555471553096],[-72.65588191891335,41.67275547155596],[-72.65625591903895,41.672822471556955],[-72.65654491913595,41.67287347155759],[-72.65741491942808,41.67302847155974],[-72.65770491952549,41.67308047156051],[-72.65783091958114,41.673337471606274],[-72.65784991959025,41.67338847161554],[-72.65805291968697,41.67392547171306],[-72.65821691976434,41.67434647178938],[-72.6583409198229,41.67466547184719],[-72.6583509198276,41.67469047185172],[-72.6583809198418,41.67476847186588],[-72.65839091984655,41.674794471870584],[-72.6584239198622,41.67488047188619],[-72.6585249199098,41.67513847193293],[-72.65855891992577,41.6752244719485],[-72.65858391993739,41.675285471959526],[-72.65866191997327,41.67546947199266],[-72.65868791998527,41.67553147200383],[-72.65872892000439,41.675632472022095],[-72.65885492006286,41.67593847207734],[-72.65889692008236,41.676040472095764],[-72.65896392012932,41.67648147217903],[-72.65897892013936,41.67657247219616],[-72.65904192020325,41.67733247234138],[-72.6590769202421,41.67781447243361],[-72.6591099202783,41.678260472518964],[-72.65909692031015,41.67889347264199],[-72.65905792040597,41.680796473011846],[-72.65904592043822,41.68143047313502],[-72.65904592044102,41.68147947314452],[-72.65904792045023,41.681629473173516],[-72.6590489204534,41.68167947318316]]]},"properties":{"name":4901,"geoid":"09003490100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.57308889599858,41.74392948798414],[-72.5728318958287,41.74241848770005],[-72.57206089531914,41.73788548684773],[-72.57180389514936,41.7363754865638],[-72.57168689508195,41.73586148646808],[-72.57134789488661,41.734371486190604],[-72.57134589488548,41.734363486189125],[-72.57133689488023,41.73432248618149],[-72.57132789487501,41.734282486174045],[-72.57123389481733,41.73380748608512],[-72.57160389493545,41.73376448606499],[-72.57271389529006,41.73363948600533],[-72.57308489540858,41.73359748598534],[-72.57327889547055,41.733575485974896],[-72.57386489565793,41.73351248594396],[-72.57405989572028,41.733491485933676],[-72.57434389581135,41.73346548591957],[-72.575196896085,41.7333894858776],[-72.57548189617647,41.733364485863646],[-72.5776968968812,41.73306448573479],[-72.57922589736773,41.73285848564606],[-72.58005789763243,41.7327454855976],[-72.58434289899586,41.732167485348754],[-72.58544589934687,41.73201948528485],[-72.58651089968542,41.731870485221975],[-72.58655889970089,41.73186748521987],[-72.58666989973666,41.73186048521494],[-72.58676989976867,41.73185048520981],[-72.58683589978979,41.73184348520634],[-72.58766690005596,41.7317624851641],[-72.5879439001447,41.731735485150026],[-72.58990890077156,41.73149948504152],[-72.59580390265236,41.73079548471673],[-72.59585890266993,41.73078948471382],[-72.59776990327964,41.73056148460855],[-72.60043390412066,41.7300874844316],[-72.60395190523128,41.729461484197905],[-72.60407090530188,41.730019484302055],[-72.60408490531056,41.73009148431553],[-72.60408290530995,41.730092484315804],[-72.6042189054044,41.73097148448152],[-72.60428290544338,41.731289484541],[-72.60455890561089,41.7326494847953],[-72.60458590562757,41.73278748482113],[-72.60466990567856,41.733201484898544],[-72.60469790569555,41.73333948492434],[-72.60473490571776,41.73351748495759],[-72.60484690578473,41.73405148505732],[-72.60488490580725,41.73422948509055],[-72.6049099058243,41.73438548511992],[-72.60496790586413,41.73475248518909],[-72.6049849058755,41.73485448520828],[-72.60501090589293,41.7350114852378],[-72.60502990590614,41.735134485261],[-72.60507890593932,41.73543648531786],[-72.60507890594327,41.73550548533119],[-72.60507990595079,41.73563148535554],[-72.60508490599126,41.73631248548714],[-72.6050949060316,41.73696248561256],[-72.6050979061034,41.73820348585253],[-72.60508790610636,41.73831248587395],[-72.60511890615018,41.73890348598728],[-72.60510190616714,41.73929748606404],[-72.60512090621414,41.74001248620174],[-72.604428905994,41.74010648624208],[-72.60247290537188,41.74037448635653],[-72.60235490533435,41.740390486363395],[-72.6016649051152,41.74049048640483],[-72.60132490500673,41.740531486423635],[-72.60030490468155,41.74065748648066],[-72.59996590457354,41.74070048649983],[-72.599463904414,41.740771486529624],[-72.5988569042212,41.74085948656609],[-72.59796990394241,41.741039486629276],[-72.59747390378661,41.74114148666489],[-72.5972759037238,41.74117148667703],[-72.59668190353531,41.74126048671324],[-72.59648490347287,41.74129148672556],[-72.59588490328248,41.74138148676216],[-72.59501890300778,41.7415134868154],[-72.59349290252338,41.74173948690797],[-72.59344590250848,41.74174648691082],[-72.59302890237554,41.74179848693421],[-72.5927369022825,41.74183548695072],[-72.59231990215031,41.74190048697663],[-72.59178090197938,41.74198348700993],[-72.59165890194042,41.74199748701654],[-72.59120190179469,41.742053487042],[-72.59060190160012,41.742070487064474],[-72.58980690134584,41.74215448710615],[-72.58876490101264,41.74226648716116],[-72.58646990028438,41.74261148730131],[-72.58564690002255,41.742723487349295],[-72.5842608995817,41.742913487430386],[-72.58391989947341,41.742963487450965],[-72.5828978991489,41.74311348751266],[-72.582557899041,41.74316448753341],[-72.58245989900975,41.743176487538854],[-72.58216789891662,41.743212487555155],[-72.58207089888577,41.74322548756079],[-72.58182089880623,41.74325948757536],[-72.5810738985686,41.74336148761896],[-72.58082589848976,41.74339648763368],[-72.58068189844403,41.743417487642326],[-72.58025189830754,41.74348148766847],[-72.58010889826218,41.7435034876773],[-72.57977489815549,41.74354148769534],[-72.57955289808469,41.74356848770765],[-72.57910489794222,41.74363048773397],[-72.57877689783766,41.743671487752394],[-72.5784438977315,41.74371348777115],[-72.57802689759863,41.743766487794744],[-72.57752189743776,41.74383148782346],[-72.57678189720308,41.74394548786917],[-72.57674289719077,41.74395248787177],[-72.57636389706833,41.74397148788758],[-72.5761718970037,41.743935487886745],[-72.57559589680993,41.74382948788466],[-72.57552089678475,41.74381648788453],[-72.57540589674568,41.743788487882796],[-72.57533589672211,41.74377548788252],[-72.5751278966522,41.74373848788201],[-72.57505889662905,41.743726487881894],[-72.57479689654389,41.74373048789105],[-72.57466489650103,41.743733487895845],[-72.5740158962938,41.7438084879311],[-72.57375589621083,41.74383948794541],[-72.57362189616813,41.74385648795298],[-72.57322189604083,41.743910487976216],[-72.57313789601415,41.743922487981216],[-72.57308889599858,41.74392948798414]]]},"properties":{"name":5109,"geoid":"09003510900"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.60512090621414,41.74001248620174],[-72.60512190623065,41.740296486256646],[-72.60512490628038,41.74115048642174],[-72.6051269062973,41.74143548647681],[-72.60512690630267,41.74152948649498],[-72.60512990631972,41.741811486549445],[-72.60513090632543,41.74190548656759],[-72.60512690633429,41.742083486602134],[-72.6051169063615,41.74261748670576],[-72.60511390637073,41.74279648674048],[-72.60510990638296,41.743033486786445],[-72.6051009064208,41.743747486924846],[-72.60509790643339,41.74398548697096],[-72.60509490645181,41.74432548703683],[-72.6050869065075,41.74534648723455],[-72.6050849065263,41.74568748730057],[-72.60507590653891,41.745959487353474],[-72.60512990658275,41.746419487440704],[-72.60517790661805,41.746763487505696],[-72.60530790669723,41.74740848762629],[-72.60536390673347,41.74772348768543],[-72.60540790676231,41.747977487733124],[-72.605487906814,41.748426487817405],[-72.60555190685272,41.748739487875895],[-72.60560490688451,41.74899348792332],[-72.60332590617665,41.74960348811426],[-72.60325390615432,41.74962348812042],[-72.60175490569178,41.75007848825642],[-72.59660290411145,41.75180848875591],[-72.59589490389438,41.75204748882478],[-72.5944419034606,41.75274448900608],[-72.5938499032837,41.75302548907937],[-72.5920759027537,41.75386948929936],[-72.59198090272537,41.7539154893113],[-72.59149090257975,41.754162489374735],[-72.59134990253744,41.754226489391655],[-72.59092990241159,41.75441948944239],[-72.59078990236968,41.75448448945944],[-72.5907459023564,41.75450348946451],[-72.59070690234466,41.75452048946906],[-72.59024690220717,41.75473848952593],[-72.58952690199203,41.75508048961512],[-72.58924590190598,41.75517748964287],[-72.58905390184661,41.755233489659815],[-72.58880190176728,41.755282489677384],[-72.58855690168902,41.755310489690636],[-72.5884549016565,41.75532348969641],[-72.58819490157416,41.755365489712844],[-72.5879639015007,41.755397489726434],[-72.58791490148508,41.75540348972916],[-72.58776990143885,41.75542148973727],[-72.58772190142359,41.75542848974017],[-72.58758390137959,41.75544548974788],[-72.58716890124722,41.755496489771005],[-72.58703190120356,41.75551348977868],[-72.58694090117476,41.75552848978449],[-72.58666890108861,41.7555724898017],[-72.58657890106021,41.755588489807685],[-72.58628490096642,41.75562448982405],[-72.58540390068556,41.755734489873504],[-72.58511090059223,41.755772489890234],[-72.58500990055994,41.755783489895585],[-72.58470590046291,41.75581948991227],[-72.58460590043097,41.75583148991781],[-72.58449490039573,41.755847489924435],[-72.58416290029037,41.755897489944736],[-72.58405290025554,41.75591548995173],[-72.58395090022299,41.755927489957315],[-72.58364690012607,41.75596548997439],[-72.58354590009394,41.75597948998031],[-72.5829798999137,41.75605349001275],[-72.581510899446,41.75624849009744],[-72.58128289937363,41.75628249011131],[-72.58071889919471,41.756368490145995],[-72.58045289910994,41.75640249016107],[-72.57965489885561,41.75650349020612],[-72.57938989877123,41.75653849022136],[-72.5793148987473,41.7565474902255],[-72.57909089867593,41.756576490238295],[-72.57901689865238,41.75658649024258],[-72.57878189857762,41.756618490256294],[-72.57807789835358,41.75671349029717],[-72.57784389827918,41.75674649031103],[-72.57759289819948,41.756783490326214],[-72.57684189796109,41.7568954903719],[-72.57659189788177,41.756933490387254],[-72.57639789782009,41.756960490398676],[-72.5758188976361,41.75704349043323],[-72.57564189757981,41.757068490443736],[-72.57562589757477,41.75707149044482],[-72.57561589756473,41.75695249042214],[-72.57463389699215,41.752525489597396],[-72.57465589698239,41.75222848953927],[-72.57431789675267,41.750131489144486],[-72.57430389674407,41.75006048913122],[-72.57308889599858,41.74392948798414],[-72.57313789601415,41.743922487981216],[-72.57322189604083,41.743910487976216],[-72.57362189616813,41.74385648795298],[-72.57375589621083,41.74383948794541],[-72.5740158962938,41.7438084879311],[-72.57466489650103,41.743733487895845],[-72.57479689654389,41.74373048789105],[-72.57505889662905,41.743726487881894],[-72.5751278966522,41.74373848788201],[-72.57533589672211,41.74377548788252],[-72.57540589674568,41.743788487882796],[-72.57552089678475,41.74381648788453],[-72.57559589680993,41.74382948788466],[-72.5761718970037,41.743935487886745],[-72.57636389706833,41.74397148788758],[-72.57674289719077,41.74395248787177],[-72.57678189720308,41.74394548786917],[-72.57752189743776,41.74383148782346],[-72.57802689759863,41.743766487794744],[-72.5784438977315,41.74371348777115],[-72.57877689783766,41.743671487752394],[-72.57910489794222,41.74363048773397],[-72.57955289808469,41.74356848770765],[-72.57977489815549,41.74354148769534],[-72.58010889826218,41.7435034876773],[-72.58025189830754,41.74348148766847],[-72.58068189844403,41.743417487642326],[-72.58082589848976,41.74339648763368],[-72.5810738985686,41.74336148761896],[-72.58182089880623,41.74325948757536],[-72.58207089888577,41.74322548756079],[-72.58216789891662,41.743212487555155],[-72.58245989900975,41.743176487538854],[-72.582557899041,41.74316448753341],[-72.5828978991489,41.74311348751266],[-72.58391989947341,41.742963487450965],[-72.5842608995817,41.742913487430386],[-72.58564690002255,41.742723487349295],[-72.58646990028438,41.74261148730131],[-72.58876490101264,41.74226648716116],[-72.58980690134584,41.74215448710615],[-72.59060190160012,41.742070487064474],[-72.59120190179469,41.742053487042],[-72.59165890194042,41.74199748701654],[-72.59178090197938,41.74198348700993],[-72.59231990215031,41.74190048697663],[-72.5927369022825,41.74183548695072],[-72.59302890237554,41.74179848693421],[-72.59344590250848,41.74174648691082],[-72.59349290252338,41.74173948690797],[-72.59501890300778,41.7415134868154],[-72.59588490328248,41.74138148676216],[-72.59648490347287,41.74129148672556],[-72.59668190353531,41.74126048671324],[-72.5972759037238,41.74117148667703],[-72.59747390378661,41.74114148666489],[-72.59796990394241,41.741039486629276],[-72.5988569042212,41.74085948656609],[-72.599463904414,41.740771486529624],[-72.59996590457354,41.74070048649983],[-72.60030490468155,41.74065748648066],[-72.60132490500673,41.740531486423635],[-72.6016649051152,41.74049048640483],[-72.60235490533435,41.740390486363395],[-72.60247290537188,41.74037448635653],[-72.604428905994,41.74010648624208],[-72.60512090621414,41.74001248620174]]]},"properties":{"name":5110,"geoid":"09003511000"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.60202890698953,41.7712334923377],[-72.60192290695608,41.771252492344786],[-72.60176590690617,41.77127449235407],[-72.60136190677756,41.77132849237744],[-72.60070490656871,41.77142149241647],[-72.6005039065048,41.77144949242831],[-72.59946990617598,41.77159349248926],[-72.59852390587523,41.77172649254528],[-72.596001905074,41.77209149269659],[-72.59179490373609,41.77267649294436],[-72.59082090342636,41.772812493001844],[-72.58922390291148,41.77291249307229],[-72.58912790288053,41.77291849307653],[-72.58784890246481,41.772939493121534],[-72.58642790200298,41.77296349317166],[-72.58562990174318,41.772969493198346],[-72.58469090143754,41.77297749322997],[-72.58372590112496,41.773012493267615],[-72.58296990088006,41.77303949329703],[-72.58258690075607,41.77305449331219],[-72.58235490068243,41.773089493326374],[-72.58160790044532,41.77320149337193],[-72.58097990024609,41.77329749341059],[-72.5794068997574,41.773719493542494],[-72.57933989973665,41.7737384935483],[-72.57868989953698,41.77395249361047],[-72.57864589952344,41.77396649361458],[-72.57851589948343,41.77400849362686],[-72.57847289947028,41.77402349363115],[-72.5784498994557,41.7738994936079],[-72.57838289941256,41.77352649353795],[-72.57836089939838,41.773403493514884],[-72.57709389855995,41.76595149211485],[-72.57698089848441,41.765273491987394],[-72.57664289825827,41.76324149160532],[-72.57653089818314,41.76256449147802],[-72.57634989806142,41.76146549127131],[-72.5758068976964,41.75816949065137],[-72.57562589757477,41.75707149044482],[-72.57564189757981,41.757068490443736],[-72.5758188976361,41.75704349043323],[-72.57639789782009,41.756960490398676],[-72.57659189788177,41.756933490387254],[-72.57684189796109,41.7568954903719],[-72.57759289819948,41.756783490326214],[-72.57784389827918,41.75674649031103],[-72.57807789835358,41.75671349029717],[-72.57878189857762,41.756618490256294],[-72.57901689865238,41.75658649024258],[-72.57909089867593,41.756576490238295],[-72.5793148987473,41.7565474902255],[-72.57938989877123,41.75653849022136],[-72.57965489885561,41.75650349020612],[-72.58045289910994,41.75640249016107],[-72.58071889919471,41.756368490145995],[-72.58128289937363,41.75628249011131],[-72.581510899446,41.75624849009744],[-72.5829798999137,41.75605349001275],[-72.58354590009394,41.75597948998031],[-72.58364690012607,41.75596548997439],[-72.58395090022299,41.755927489957315],[-72.58405290025554,41.75591548995173],[-72.58416290029037,41.755897489944736],[-72.58449490039573,41.755847489924435],[-72.58460590043097,41.75583148991781],[-72.58470590046291,41.75581948991227],[-72.58500990055994,41.755783489895585],[-72.58511090059223,41.755772489890234],[-72.58540390068556,41.755734489873504],[-72.58628490096642,41.75562448982405],[-72.58657890106021,41.755588489807685],[-72.58666890108861,41.7555724898017],[-72.58694090117476,41.75552848978449],[-72.58703190120356,41.75551348977868],[-72.58716890124722,41.755496489771005],[-72.58758390137959,41.75544548974788],[-72.58772190142359,41.75542848974017],[-72.58776990143885,41.75542148973727],[-72.58791490148508,41.75540348972916],[-72.5879639015007,41.755397489726434],[-72.58819490157416,41.755365489712844],[-72.5884549016565,41.75532348969641],[-72.58855690168902,41.755310489690636],[-72.58880190176728,41.755282489677384],[-72.58905390184661,41.755233489659815],[-72.58924590190598,41.75517748964287],[-72.58952690199203,41.75508048961512],[-72.59024690220717,41.75473848952593],[-72.59070690234466,41.75452048946906],[-72.5907459023564,41.75450348946451],[-72.59078990236968,41.75448448945944],[-72.59092990241159,41.75441948944239],[-72.59134990253744,41.754226489391655],[-72.59149090257975,41.754162489374735],[-72.59198090272537,41.7539154893113],[-72.5920759027537,41.75386948929936],[-72.5938499032837,41.75302548907937],[-72.5944419034606,41.75274448900608],[-72.59589490389438,41.75204748882478],[-72.59660290411145,41.75180848875591],[-72.60175490569178,41.75007848825642],[-72.60325390615432,41.74962348812042],[-72.60332590617665,41.74960348811426],[-72.60560490688451,41.74899348792332],[-72.60563790690811,41.74921848796577],[-72.60573790697924,41.749893488093115],[-72.60576590699911,41.75008148812857],[-72.60577290700355,41.75011948813569],[-72.60581990703292,41.750365488181764],[-72.6058489070507,41.75051148820907],[-72.60588090707235,41.75070748824594],[-72.60588690709753,41.751114488324454],[-72.60589090711025,41.75131448836301],[-72.60588590711154,41.75136548837304],[-72.60587190711405,41.75148948839747],[-72.60584390712074,41.75176648845192],[-72.60579890711111,41.75185448847039],[-72.60574290709926,41.75196648849382],[-72.60553990704155,41.752114488528946],[-72.60548890702658,41.75214348853619],[-72.60523190695142,41.752293488573436],[-72.60470690680033,41.75264448865811],[-72.60444990672647,41.7528174886998],[-72.60388490656368,41.75319148879022],[-72.60371190651352,41.753300488816826],[-72.60230090610494,41.75419848903567],[-72.60201390602124,41.75437048907811],[-72.60187790598188,41.754457489099295],[-72.60153090588734,41.75478248917326],[-72.60142290585799,41.75488448919642],[-72.60142190585766,41.754884489196456],[-72.60111190579455,41.75554848933478],[-72.60099890577135,41.755787489384616],[-72.60094090575976,41.75591548941123],[-72.60080890573383,41.756214489473265],[-72.60052590568978,41.757058489645516],[-72.60039790567006,41.75744348972406],[-72.60032390566084,41.75770448977689],[-72.6001029056337,41.758490489935944],[-72.60002990562487,41.75875248998895],[-72.59992290560788,41.75906549005287],[-72.59966390556697,41.75982749020851],[-72.59964390557116,41.7600144902453],[-72.59961090557924,41.76034449031017],[-72.5996439056113,41.760717490381225],[-72.59964390561136,41.760718490381414],[-72.59970590566242,41.76125849048383],[-72.59977890571928,41.76183749059343],[-72.5998259057559,41.762210490664046],[-72.59990890582345,41.76291949079845],[-72.60015790602613,41.76504649120169],[-72.60024090609375,41.76575649133628],[-72.6003459061695,41.76648349147346],[-72.60066390639784,41.768665491885066],[-72.600769906474,41.769393492022395],[-72.60080090649039,41.769503492042666],[-72.60089390653972,41.76983649210405],[-72.60092490655617,41.76994749212451],[-72.60112890663812,41.770217492170175],[-72.60113690664134,41.77022849217204],[-72.60147890677437,41.77060549223394],[-72.60179290689861,41.77098849229793],[-72.60182390691088,41.77102649230427],[-72.60202890698953,41.7712334923377]]]},"properties":{"name":5111,"geoid":"09003511100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.57983690029607,41.780696494877205],[-72.57982590028865,41.7806294948646],[-72.57981490028126,41.780562494852006],[-72.57961390014655,41.77935149462441],[-72.57956990011694,41.77908449457419],[-72.57912389983846,41.77675449413815],[-72.57878889964897,41.775348493877125],[-72.57862289955504,41.77465149374772],[-72.57847289947028,41.77402349363115],[-72.57851589948343,41.77400849362686],[-72.57864589952344,41.77396649361458],[-72.57868989953698,41.77395249361047],[-72.57933989973665,41.7737384935483],[-72.5794068997574,41.773719493542494],[-72.58097990024609,41.77329749341059],[-72.58160790044532,41.77320149337193],[-72.58235490068243,41.773089493326374],[-72.58258690075607,41.77305449331219],[-72.58296990088006,41.77303949329703],[-72.58372590112496,41.773012493267615],[-72.58469090143754,41.77297749322997],[-72.58562990174318,41.772969493198346],[-72.58642790200298,41.77296349317166],[-72.58784890246481,41.772939493121534],[-72.58912790288053,41.77291849307653],[-72.58922390291148,41.77291249307229],[-72.59082090342636,41.772812493001844],[-72.59179490373609,41.77267649294436],[-72.596001905074,41.77209149269659],[-72.59852390587523,41.77172649254528],[-72.59946990617598,41.77159349248926],[-72.6005039065048,41.77144949242831],[-72.60070490656871,41.77142149241647],[-72.60136190677756,41.77132849237744],[-72.60176590690617,41.77127449235407],[-72.60192290695608,41.771252492344786],[-72.60202890698953,41.7712334923377],[-72.6022079070592,41.77143149237025],[-72.60224890707515,41.77147649237764],[-72.60232990710547,41.771545492388384],[-72.60248990716832,41.7717324924194],[-72.60274290726758,41.77202649246811],[-72.60291790733625,41.772229492501744],[-72.60311290741176,41.7724384925359],[-72.603611907605,41.77297349262332],[-72.60369190763672,41.77307249263988],[-72.60387190770821,41.773296492677424],[-72.60396090774762,41.77347849270975],[-72.60407590779853,41.77371349275148],[-72.60416090784545,41.774049492813695],[-72.60421090787301,41.77424649285017],[-72.60430790792756,41.77464749292456],[-72.6045289080513,41.775551493092195],[-72.60468490811729,41.77581649313841],[-72.60470090812412,41.775844493143296],[-72.60495990822453,41.77612449318911],[-72.6049969082411,41.776203493203205],[-72.60510990829167,41.77644349324597],[-72.60514790830865,41.77652349326021],[-72.60502390826869,41.77653149326572],[-72.6035729077583,41.775877493185824],[-72.60356290775505,41.77587749318614],[-72.60183790719304,41.775882493242364],[-72.60061690682339,41.776378493377344],[-72.60040390687523,41.77849949379406],[-72.60039490687787,41.778597493813294],[-72.6009649070845,41.778961493865374],[-72.60176690737521,41.77947349393861],[-72.60214790751515,41.77974849397956],[-72.60219290754479,41.78001049402874],[-72.60201390749937,41.78023649407815],[-72.6015659073595,41.78034449411337],[-72.60080490710966,41.780313494131754],[-72.60008590686142,41.780071494108036],[-72.59937490661605,41.77983349408482],[-72.59851690631167,41.779401494028825],[-72.5972259058811,41.77923149403731],[-72.59637990560812,41.77928049407389],[-72.59616390554444,41.779398494103624],[-72.59683490583443,41.78064449432292],[-72.59694590589937,41.78114749441654],[-72.5968749058911,41.781407494469065],[-72.59656990581848,41.78187649456947],[-72.59594690564357,41.78236949468469],[-72.59575090558764,41.78250849471783],[-72.59522390542685,41.782701494772],[-72.5946749052508,41.78275249479943],[-72.59459390522487,41.78276049480357],[-72.59284090463869,41.78250349481005],[-72.59236490447535,41.782360494797665],[-72.59172490425921,41.78222949479286],[-72.59142290415721,41.78216749479054],[-72.59128890411574,41.782206494802374],[-72.59128390411503,41.782222494805616],[-72.59126790410926,41.782212494804206],[-72.59109790405668,41.782262494819314],[-72.59084690398281,41.782401494854206],[-72.5902399038043,41.78274049493915],[-72.58930890352048,41.783084495035446],[-72.58817090316028,41.783273495108396],[-72.5881399031505,41.78327949511055],[-72.58722490285204,41.78327649513927],[-72.58703390278977,41.78327649514539],[-72.58593090241864,41.783074495141655],[-72.58566290232505,41.782965495129176],[-72.5849489020757,41.782675495096],[-72.5825939012274,41.78126549489891],[-72.5823579011359,41.781010494857185],[-72.58177690094304,41.780950494864186],[-72.58141990082461,41.78091449486867],[-72.58026890044269,41.78079749488288],[-72.57983690029607,41.780696494877205]]]},"properties":{"name":5112,"geoid":"09003511200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.57994990041867,41.78219749516364],[-72.57994090040744,41.78205249513592],[-72.57991590037444,41.78161749505266],[-72.57990790036361,41.78147349502508],[-72.57989290034982,41.78131749499541],[-72.57985290031147,41.78087449491107],[-72.57984990030917,41.78085149490673],[-72.57984490030445,41.780797494896454],[-72.57984490030377,41.78078549489415],[-72.57983690029607,41.780696494877205],[-72.58026890044269,41.78079749488288],[-72.58141990082461,41.78091449486867],[-72.58177690094304,41.780950494864186],[-72.5823579011359,41.781010494857185],[-72.5825939012274,41.78126549489891],[-72.5849489020757,41.782675495096],[-72.58566290232505,41.782965495129176],[-72.58593090241864,41.783074495141655],[-72.58703390278977,41.78327649514539],[-72.58722490285204,41.78327649513927],[-72.5881399031505,41.78327949511055],[-72.58817090316028,41.783273495108396],[-72.58930890352048,41.783084495035446],[-72.5902399038043,41.78274049493915],[-72.59084690398281,41.782401494854206],[-72.59109790405668,41.782262494819314],[-72.59126790410926,41.782212494804206],[-72.59128390411503,41.782222494805616],[-72.59128890411574,41.782206494802374],[-72.59142290415721,41.78216749479054],[-72.59172490425921,41.78222949479286],[-72.59236490447535,41.782360494797665],[-72.59284090463869,41.78250349481005],[-72.59459390522487,41.78276049480357],[-72.5946749052508,41.78275249479943],[-72.59522390542685,41.782701494772],[-72.59575090558764,41.78250849471783],[-72.59594690564357,41.78236949468469],[-72.59656990581848,41.78187649456947],[-72.5968749058911,41.781407494469065],[-72.59694590589937,41.78114749441654],[-72.59683490583443,41.78064449432292],[-72.59616390554444,41.779398494103624],[-72.59637990560812,41.77928049407389],[-72.5972259058811,41.77923149403731],[-72.59851690631167,41.779401494028825],[-72.59937490661605,41.77983349408482],[-72.60008590686142,41.780071494108036],[-72.60080490710966,41.780313494131754],[-72.6015659073595,41.78034449411337],[-72.60201390749937,41.78023649407815],[-72.60219290754479,41.78001049402874],[-72.60214790751515,41.77974849397956],[-72.60176690737521,41.77947349393861],[-72.6009649070845,41.778961493865374],[-72.60039490687787,41.778597493813294],[-72.60040390687523,41.77849949379406],[-72.60061690682339,41.776378493377344],[-72.60183790719304,41.775882493242364],[-72.60356290775505,41.77587749318614],[-72.6035729077583,41.775877493185824],[-72.60502390826869,41.77653149326572],[-72.60514790830865,41.77652349326021],[-72.60523290833835,41.77655849326424],[-72.6054879084275,41.77666449327656],[-72.60557290845729,41.776700493280785],[-72.60577790853476,41.776886493310165],[-72.60639490876794,41.77744749339882],[-72.6066009088458,41.77763449342835],[-72.6068589089434,41.77787049346569],[-72.60692390896968,41.77795949348081],[-72.60707390903012,41.778161493515036],[-72.60716390907085,41.7783604935506],[-72.60721290909797,41.77855549358673],[-72.60724890912984,41.778907493653584],[-72.60728090915481,41.77916149370165],[-72.60730590916855,41.77925949371978],[-72.60741990923128,41.77970649380251],[-72.60759590928711,41.77967949379164],[-72.60812790945589,41.77959849375895],[-72.60830490951209,41.77957249374825],[-72.60852690958241,41.779536493734184],[-72.60919690979463,41.77942849369183],[-72.60941990986531,41.77939349367793],[-72.60968190994888,41.779361493663366],[-72.6104689102001,41.779268493620165],[-72.61073191028406,41.77923749360574],[-72.61102391041224,41.779814493707875],[-72.61189991079699,41.781548494014864],[-72.61219291092559,41.78212649411715],[-72.61226991095995,41.78228849414599],[-72.61250291106383,41.78277649423281],[-72.61258091109859,41.782939494261804],[-72.61116391065883,41.783326494381996],[-72.60846090981724,41.78401749460216],[-72.60546590887839,41.784672494824704],[-72.6015949076648,41.78551749511201],[-72.59835690664836,41.786201495347925],[-72.59493390557363,41.786921495596694],[-72.59100890434264,41.78777149588664],[-72.58922890378429,41.78815549601783],[-72.58602690277986,41.78884649625388],[-72.58388790210844,41.78930049641007],[-72.58362290202531,41.78935749642959],[-72.58288190179273,41.78951449648364],[-72.58210690154947,41.78967949654033],[-72.58151590136283,41.78978549657975],[-72.58144090132274,41.789511496529194],[-72.58145890128836,41.78880749639259],[-72.58143290126844,41.7886074963548],[-72.57999090046214,41.78272449526417],[-72.57994990041867,41.78219749516364]]]},"properties":{"name":5113,"geoid":"09003511300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.58151590136283,41.78978549657975],[-72.58210690154947,41.78967949654033],[-72.58288190179273,41.78951449648364],[-72.58362290202531,41.78935749642959],[-72.58388790210844,41.78930049641007],[-72.58602690277986,41.78884649625388],[-72.58922890378429,41.78815549601783],[-72.59100890434264,41.78777149588664],[-72.59493390557363,41.786921495596694],[-72.59835690664836,41.786201495347925],[-72.6015949076648,41.78551749511201],[-72.60546590887839,41.784672494824704],[-72.60846090981724,41.78401749460216],[-72.61116391065883,41.783326494381996],[-72.61258091109859,41.782939494261804],[-72.61264391112667,41.78307149428529],[-72.61283291121107,41.78346949435614],[-72.61289691123953,41.78360249437977],[-72.61306091131227,41.78393949443962],[-72.61317691136377,41.784178494482106],[-72.61328391141106,41.78439549452059],[-72.61355891153241,41.78494949461881],[-72.61372691160642,41.78528549467835],[-72.61393191169671,41.78569549475098],[-72.61454991196868,41.786927494969184],[-72.61475591205937,41.78733849504199],[-72.61484491209849,41.787515495073336],[-72.61511191221601,41.78804749516753],[-72.6152009122552,41.78822549519907],[-72.6152839122874,41.7883154952138],[-72.61553391238435,41.788585495257955],[-72.6156179124169,41.788675495272635],[-72.61578191247963,41.78883749529869],[-72.61602891257408,41.7890804953377],[-72.61611391260637,41.78916049535044],[-72.61627991266951,41.789318495375646],[-72.61638691271017,41.78941949539172],[-72.61644491273258,41.78948049540164],[-72.61663391280568,41.78968149543441],[-72.61681291287847,41.78993349547735],[-72.61698091295025,41.79023049552935],[-72.61707891299542,41.790461495570824],[-72.61710091300559,41.79051349558015],[-72.61710491300734,41.79052149558158],[-72.61755191323236,41.79190649583479],[-72.6178499133854,41.79288249601377],[-72.61788091340125,41.792982496032096],[-72.61797691344972,41.79328249608695],[-72.61800891346589,41.79338249610525],[-72.61807691350053,41.79360049614517],[-72.61828091360466,41.79425749626554],[-72.61834991363969,41.79447649630562],[-72.61845091367893,41.794586496323646],[-72.61854591371579,41.79468949634048],[-72.61875891379553,41.79486949636842],[-72.61878491380516,41.794889496371454],[-72.61890591384982,41.79498049638514],[-72.61877191382281,41.79527149644564],[-72.61836991374182,41.79614549662737],[-72.61823691371518,41.79643749668802],[-72.61794891365223,41.79697749680156],[-72.61766291358963,41.79751249691406],[-72.61708391346303,41.7985974971422],[-72.61679691340038,41.79913749725569],[-72.61639991327165,41.79914949727075],[-72.61520791288528,41.79918849731652],[-72.61481191275693,41.79920149733171],[-72.61411091253015,41.799232497360194],[-72.6133369122798,41.79926749739179],[-72.61200791184999,41.79932749744599],[-72.61130791162361,41.799359497474626],[-72.60989191116572,41.79942549753276],[-72.60564290979181,41.79962349770724],[-72.6042279093343,41.79969049776554],[-72.60411690929834,41.79969449776988],[-72.60378490919089,41.79970849778322],[-72.60367490915532,41.79971349778772],[-72.60348590909409,41.79972049779513],[-72.60292190891154,41.799743497817644],[-72.60273490885108,41.799752497825374],[-72.60244390875705,41.7997674978376],[-72.60157090847513,41.79981449787467],[-72.60128090838155,41.79983149788724],[-72.60098490828572,41.799843497899055],[-72.60009690799833,41.79988049793466],[-72.5998019079029,41.79989349794662],[-72.59504490636469,41.80011649814214],[-72.58929490450393,41.80036149837369],[-72.58646690358896,41.80048549848822],[-72.58432990289789,41.80058549857598],[-72.58418190285005,41.80059249858208],[-72.58373990270705,41.80061249860009],[-72.58359290265957,41.80062049860635],[-72.58348990262783,41.80065249861582],[-72.58348590262523,41.800629498611514],[-72.58348190262248,41.80060449860681],[-72.5834669026137,41.800536498594155],[-72.5834359025938,41.80036549856211],[-72.58342290258568,41.8002974985494],[-72.58307690236407,41.7983954981931],[-72.583034902337,41.79816149814923],[-72.58300990232101,41.79802449812357],[-72.5829409022769,41.797646498052764],[-72.58290090225111,41.797423498010964],[-72.58287090223189,41.79725849798006],[-72.58281190219435,41.79693849792014],[-72.5827909021807,41.79681949789782],[-72.58272590213926,41.79646549783152],[-72.58270490212561,41.79634649780919],[-72.58269590211998,41.796299497800405],[-72.58262490207443,41.79590749772696],[-72.5825979020572,41.79576049769941],[-72.58251990200706,41.79532849761847],[-72.58249890199377,41.79521549759732],[-72.58248890198719,41.795157497586416],[-72.58242190194441,41.79479149751787],[-72.58240590193417,41.79470349750137],[-72.58234490189524,41.794370497439004],[-72.58232090187958,41.794233497413316],[-72.58224090182857,41.79379749733164],[-72.58222090181582,41.79368849731121],[-72.58210590174214,41.793055497192626],[-72.5820749017222,41.792883497160375],[-72.5819999016742,41.79247149708318],[-72.58196390165114,41.792273497046075],[-72.58189490160679,41.7918914969745],[-72.5818729015927,41.79177049695181],[-72.58180090154679,41.791377496878184],[-72.58177190152811,41.79121649684802],[-72.58169490147887,41.79079449676895],[-72.58167790146784,41.79069849675095],[-72.58158790141033,41.79020549665858],[-72.58158790141016,41.790202496658],[-72.5815669013969,41.79009049663703],[-72.58155890139207,41.79005149662975],[-72.58153290137535,41.78990749660277],[-72.58151590136283,41.78978549657975]]]},"properties":{"name":5114,"geoid":"09003511400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.62173492107122,41.90460551743873],[-72.62192292127679,41.907107517914554],[-72.62218092155773,41.91052051856355],[-72.62248992189463,41.91461451934198],[-72.62262792204467,41.916435519688186],[-72.6226529220725,41.91677651975302],[-72.62266292208342,41.9169095197783],[-72.62267892210065,41.91711751981784],[-72.6229609223321,41.919534520274134],[-72.62380792302689,41.92678552164279],[-72.6240909232588,41.929203522099094],[-72.62400092328862,41.930228522299274],[-72.62395792330337,41.93072752239671],[-72.62370692332057,41.93244452273526],[-72.62358292332871,41.93328652290131],[-72.62357092332994,41.93337552291882],[-72.62343492333923,41.93430552310218],[-72.62302092320722,41.934359523125906],[-72.62178192281243,41.93452552319773],[-72.62136892268086,41.93458152322181],[-72.62115892261336,41.93459952323204],[-72.62052992241124,41.93465452326286],[-72.62032092234412,41.93467352327325],[-72.6197819221712,41.9347255233006],[-72.61816592165295,41.9348845233832],[-72.61762792148042,41.93493752341071],[-72.61718892134019,41.93499052343503],[-72.61587292091995,41.93515152350838],[-72.6154349207801,41.93520552353286],[-72.61229091976496,41.935396523670775],[-72.61216591972408,41.9353955236746],[-72.61194291965384,41.935439523690256],[-72.6116379195574,41.93549352371047],[-72.61151591951909,41.93551952371938],[-72.61138991947878,41.93553352372614],[-72.6106829192554,41.935661523773504],[-72.61055391921457,41.9356835237819],[-72.61043391917708,41.93571252379135],[-72.61040791916862,41.93571352379238],[-72.6099949190351,41.935735523809896],[-72.60969991893968,41.93575052382227],[-72.60776391831635,41.93589952391322],[-72.60763391827427,41.93590552391855],[-72.6075129182367,41.935938523928804],[-72.60713191811872,41.936049523962424],[-72.60693291805701,41.9361055239796],[-72.60413891715575,41.93629152410526],[-72.60389291707726,41.936322524119134],[-72.60367291700642,41.93633952412948],[-72.60301391679448,41.93639452416126],[-72.60279491672405,41.93641252417177],[-72.60182291641058,41.936478524215715],[-72.59890891547104,41.93668052434832],[-72.59793791515797,41.93674752439242],[-72.5978389151263,41.93675852439772],[-72.59773891509433,41.93677052440325],[-72.59769191507928,41.93677552440571],[-72.59695391484341,41.936862524446184],[-72.5967089147651,41.93689152445965],[-72.59545091436173,41.93701752452435],[-72.59168091315293,41.93739552471828],[-72.59042391274991,41.93752252478314],[-72.58781191191044,41.93775052491096],[-72.57997890939296,41.93843652529467],[-72.5773679085538,41.93866552542262],[-72.57689990840375,41.93871252544669],[-72.57549890795474,41.9388575255196],[-72.57503290780535,41.93890552554381],[-72.57200390683306,41.939192525696335],[-72.56291990391716,41.94005552615408],[-72.5598919029452,41.94034352630671],[-72.55751390218565,41.94063552643922],[-72.55037989990714,41.94151552683752],[-72.54811589918408,41.94179552696404],[-72.548002899148,41.94180952697036],[-72.54804689915645,41.941706526949126],[-72.54799989913367,41.94157752692579],[-72.54790289908647,41.94130752687695],[-72.54761689897254,41.9409505268174],[-72.54746189891084,41.94075752678522],[-72.54741389889165,41.94069652677503],[-72.54742089889031,41.94063352676268],[-72.54746889888186,41.940214526680485],[-72.54748589887943,41.94007552665318],[-72.54753689888076,41.939809526600335],[-72.5478468989677,41.93956152654267],[-72.5483568991108,41.939154526447965],[-72.54835289910041,41.938996526417675],[-72.5481728990379,41.93893152641094],[-72.54804989900067,41.938982526424695],[-72.54767989889352,41.9392195264822],[-72.547273898753,41.93908152646865],[-72.54711389869767,41.93902752646338],[-72.54711289869113,41.93891952644264],[-72.5471238986723,41.93852952636721],[-72.5471308986589,41.938257526314615],[-72.54765389880464,41.937822526214106],[-72.54777089884755,41.937904526226134],[-72.54786389888987,41.93811252626319],[-72.54794889892862,41.938303526297226],[-72.54824289899578,41.937802526191376],[-72.54850689906513,41.93750952612649],[-72.54859089908189,41.93732452608819],[-72.54912689924886,41.93718452604405],[-72.549248899271,41.936877525981046],[-72.54890089913772,41.936535525926374],[-72.54868389906665,41.936531525932566],[-72.54847389901022,41.936742525979916],[-72.54832789895744,41.93665352596746],[-72.54831789894686,41.936526525943336],[-72.54849089899258,41.93633952590179],[-72.54863289903767,41.936317525893],[-72.54908289918079,41.936251525865856],[-72.54928889924292,41.936162525842114],[-72.5493548992513,41.93593352579593],[-72.5491368991604,41.93559052573689],[-72.54898789910351,41.93544752571414],[-72.54832889885466,41.934861525622466],[-72.548348898838,41.934458525544244],[-72.54800589872022,41.934357525535795],[-72.54737389850112,41.93413552551333],[-72.54660889823076,41.93377752546895],[-72.54666789823854,41.93357752542854],[-72.54669189824182,41.93349852541258],[-72.54689989830811,41.93347052540051],[-72.5472068984172,41.93362452542031],[-72.54748489851079,41.93367352542083],[-72.54800989867539,41.93355552538127],[-72.5483978988054,41.93361352537999],[-72.54860789887049,41.9335535253617],[-72.54859889885927,41.933409525334255],[-72.54800689865037,41.93313752530089],[-72.54759089850909,41.93304252529595],[-72.54772789854444,41.93287952526018],[-72.54823489870812,41.932847525237754],[-72.54820589868847,41.93267052520461],[-72.54757889848408,41.93267552522567],[-72.54690689827456,41.932847525280344],[-72.54683189824654,41.93278552527081],[-72.54728989836819,41.932301525162934],[-72.54777989852298,41.93221152512991],[-72.54788389853786,41.93187952506265],[-72.54765689845041,41.93164752502527],[-72.54721489827843,41.93116652494684],[-72.54739389832118,41.93089352488853],[-72.5479328984769,41.930541524803466],[-72.54823289856591,41.930386524764],[-72.54827289856598,41.93016052471923],[-72.54774189838596,41.930044524713914],[-72.5479038984136,41.929605524624186],[-72.54795289842689,41.929558524613576],[-72.54834289853343,41.92919752453156],[-72.54830789851042,41.92899552449379],[-72.54842989851515,41.92838552437243],[-72.5486548985767,41.928178524325354],[-72.54855689853217,41.92796052428652],[-72.54819789841163,41.927902524286864],[-72.5471958980835,41.92788452431553],[-72.54702789801418,41.92763252427239],[-72.5470408980019,41.927345524216726],[-72.54706889797671,41.926748524100866],[-72.54688689790638,41.926558524070124],[-72.54673989784965,41.926406524045575],[-72.54678689786167,41.92634852403289],[-72.54686889788951,41.92636752403393],[-72.54714289798265,41.926431524037454],[-72.54716789799114,41.926437524037816],[-72.54804589828893,41.92663152404701],[-72.54821289834575,41.926671524049354],[-72.54846889843294,41.926734524053266],[-72.54856489846631,41.92676952405693],[-72.54854889845844,41.92672352404859],[-72.54855689845563,41.92662952403023],[-72.54869689849842,41.92657852401594],[-72.54894289857785,41.926563524005154],[-72.54921089866448,41.926548523993674],[-72.54946789874562,41.92650052397619],[-72.54986489886585,41.92633752393207],[-72.55006289892243,41.926197523898765],[-72.5502398989675,41.92597652385054],[-72.55027789897248,41.92584752382447],[-72.55039389898869,41.92547052374816],[-72.55029089894924,41.925369523732016],[-72.5501658989032,41.925278523718504],[-72.5501188988847,41.92522352370943],[-72.54962089870367,41.924902523663576],[-72.54962789868883,41.92460452360598],[-72.54986389875765,41.92446152357087],[-72.54991289876548,41.92431952354195],[-72.54982489873164,41.924230523527626],[-72.54934389856655,41.9240905235161],[-72.54930889854145,41.92385252347138],[-72.54954089860568,41.923652523425446],[-72.54963089863062,41.92357552340773],[-72.55041689885756,41.923059523283165],[-72.55043889885238,41.922844523241054],[-72.55039889882765,41.92264152320324],[-72.54955589854458,41.92250452320389],[-72.54951789849927,41.92193252309496],[-72.54947589846812,41.92162852303776],[-72.54956989849624,41.92158452302628],[-72.55037789878043,41.92193952306873],[-72.55038489878294,41.921943523069274],[-72.55069389888273,41.9219245230557],[-72.55086289893025,41.92179152302466],[-72.5508188989088,41.92166852300241],[-72.5506118988267,41.921415522960324],[-72.55071589885,41.92123052292136],[-72.55097689892312,41.92102052287254],[-72.55117389898767,41.92102452286701],[-72.55165389915447,41.9212005228855],[-72.55232189937563,41.921254522874484],[-72.55239789939431,41.92114752285145],[-72.55232689936173,41.92098452282232],[-72.55210089926557,41.920594522754456],[-72.55221289929378,41.92044952272295],[-72.55241789936281,41.92048652272351],[-72.55311389960202,41.920695522741426],[-72.5535248997555,41.921031522792944],[-72.55361889978217,41.92096152277645],[-72.55374789981593,41.92081652274441],[-72.55373289979018,41.920453522674975],[-72.5529208994997,41.920011522615894],[-72.55269589940919,41.919714522565904],[-72.55281089944069,41.919609522542],[-72.5536458997178,41.919688522530436],[-72.55377189975059,41.91954352249846],[-72.5536408996942,41.919306522457035],[-72.55338389959512,41.919042522414436],[-72.55343089959787,41.918823522370744],[-72.55443789989123,41.91820852222001],[-72.55490890003082,41.917962522157524],[-72.55543790018804,41.91769352208876],[-72.5561429004008,41.91739152200799],[-72.55628890043104,41.91708852194495],[-72.55626990041058,41.91684052189779],[-72.55593390023077,41.91562052167362],[-72.55597090023164,41.91542552163485],[-72.55608790023406,41.9148035215113],[-72.5562589002934,41.91486452151757],[-72.55704190057368,41.91529452157528],[-72.55795390089052,41.91562752161017],[-72.55821290097724,41.91566552160918],[-72.55845690105723,41.915671521602505],[-72.5588599011894,41.915682521591705],[-72.55910690125336,41.915392521527934],[-72.55884490113466,41.91481552142518],[-72.55857390102682,41.914478521368984],[-72.55868290105033,41.91426852132505],[-72.55887890109781,41.91398152126347],[-72.5584379009246,41.913472521179585],[-72.55806290077726,41.91303852110803],[-72.55803190076196,41.91294852109168],[-72.55821490079686,41.91251652100259],[-72.55845990087052,41.912406520973555],[-72.55877890097256,41.91237052095639],[-72.55917890110302,41.912368520943176],[-72.55955690123012,41.912433520943566],[-72.5601549014399,41.91268752097331],[-72.56057490159799,41.91305252103014],[-72.56059590162391,41.91338452109342],[-72.5605019016113,41.91369852115691],[-72.5606739016772,41.91386852118414],[-72.56097390177196,41.91381352116392],[-72.56117990182702,41.91360152111648],[-72.56139790188915,41.913444521079256],[-72.56164290197002,41.913460521074455],[-72.56222590216682,41.91357352107753],[-72.56261690229823,41.91363952107769],[-72.56269990231526,41.913464521041334],[-72.56217890211728,41.91297852096444],[-72.56218690211774,41.91294152095705],[-72.56234690212908,41.91223052081498],[-72.56248590216819,41.91212152078952],[-72.56284490227111,41.91187352073024],[-72.56365890251375,41.91147252062688],[-72.56433290271474,41.9111425205417],[-72.56446590275436,41.91107652052472],[-72.5648679028742,41.91087852047368],[-72.56500290291453,41.91081352045683],[-72.56516790296372,41.910732520435936],[-72.56566290311125,41.91048852037308],[-72.56582890316082,41.910408520352334],[-72.5659339031921,41.910356520338944],[-72.56645590334259,41.91001052025554],[-72.56651190335212,41.909858520224475],[-72.56676690339584,41.909171520083966],[-72.56691990344038,41.90907752006094],[-72.56768590365387,41.908442519914054],[-72.56781490366055,41.907826519791264],[-72.56775690363193,41.90765751976056],[-72.56769390360066,41.90747151972676],[-72.56714190339497,41.907027519658946],[-72.56703190335068,41.90688151963434],[-72.5671559033793,41.90667551959068],[-72.56734090343659,41.90662151957434],[-72.56759790352451,41.90669251957978],[-72.56788590363541,41.90698651962717],[-72.56801690366963,41.90683751959426],[-72.56789590360805,41.90645351952418],[-72.56814790366661,41.90604151943672],[-72.56866790383654,41.90604551942081],[-72.56888090391917,41.9062735194579],[-72.56908790399484,41.90641451947842],[-72.56927290405211,41.906360519462076],[-72.56942490408994,41.90615551941771],[-72.56953590410771,41.90583451935231],[-72.56954390410907,41.905812519347826],[-72.56991990421648,41.905546519284506],[-72.5704369043751,41.90537051923401],[-72.57055190439951,41.905142519186406],[-72.57045090434407,41.904751519114335],[-72.57040690430901,41.904391519046385],[-72.57055890434758,41.904199519004514],[-72.57085990444249,41.9041415189837],[-72.57154090466886,41.90421351897571],[-72.57187890477792,41.904191518960616],[-72.57208490484045,41.904109518938206],[-72.57213790484957,41.90396751890917],[-72.57186190475414,41.903874518900096],[-72.57118890453289,41.9038465189163],[-72.57107590448427,41.90364251888062],[-72.57121490452441,41.90355151885864],[-72.57131190455371,41.90351051884762],[-72.57148590460987,41.90349951883992],[-72.57198090478114,41.903668518856605],[-72.57220590484991,41.90358751883378],[-72.57257490495091,41.90324951875681],[-72.57264890495074,41.902826518672946],[-72.57252090489803,41.90263651864045],[-72.57168790461853,41.90250351864155],[-72.57138090448694,41.901957518546226],[-72.57090890434804,41.90222051861204],[-72.57059090422855,41.90194751856964],[-72.5708339042755,41.901384518453376],[-72.57083190426451,41.90120451841877],[-72.57089390427078,41.90096151836996],[-72.57109990433122,41.90084351834062],[-72.57204990464693,41.90094251832921],[-72.57236390474154,41.900805518292735],[-72.57245790476405,41.90066351826237],[-72.5724969047735,41.90060651825013],[-72.5723589047188,41.90043851822219],[-72.5718109045368,41.90038351822918],[-72.57169190448953,41.90023651820467],[-72.57197990455535,41.89974651810103],[-72.57287290482222,41.89931951799011],[-72.5728519048033,41.899109517950315],[-72.57200290449958,41.89864551788816],[-72.57176290441188,41.89848251786446],[-72.57165390436705,41.89832151783692],[-72.57161190434378,41.8981555178063],[-72.57181690437702,41.8975695176868],[-72.5717829043527,41.8973395176436],[-72.57174090432191,41.89704251758771],[-72.57192190436842,41.8968235175397],[-72.57313490473632,41.89633751740715],[-72.57314790473647,41.896266517393045],[-72.57294390460727,41.895176517189554],[-72.57284690454561,41.89465451709209],[-72.57282490451321,41.89421551700822],[-72.57283390451317,41.89416351699791],[-72.57288390451384,41.89389151694388],[-72.57290490451949,41.89387051693916],[-72.57291290451877,41.893812516927724],[-72.57291990451768,41.893753516916135],[-72.57292390451416,41.89366951689982],[-72.57315890451635,41.89237351664252],[-72.57336690451825,41.891225516414636],[-72.5733389044942,41.890965516365426],[-72.57339590446286,41.89009651619613],[-72.57350290447651,41.88972651612139],[-72.573738904507,41.88891651595773],[-72.57367990447831,41.888752515928],[-72.57354690441349,41.88837951586039],[-72.57361390440072,41.887776515742026],[-72.57398890449377,41.88726651563171],[-72.57406390447821,41.88656951549496],[-72.57424390452724,41.88640051545663],[-72.57478190469021,41.88618151539716],[-72.57518990481806,41.886089515366336],[-72.57561390495611,41.88608451535177],[-72.5757389050115,41.88633851539672],[-72.5757239050285,41.88671951547064],[-72.57601790511696,41.88658951543614],[-72.57651090527467,41.88653451540973],[-72.57702890544807,41.886610515407746],[-72.57742090555001,41.886158515308075],[-72.5777069056478,41.886236515313925],[-72.57792890573496,41.886492515356146],[-72.57794590575793,41.88679551541399],[-72.5781819058282,41.88667851538386],[-72.57832890585773,41.886357515317286],[-72.57875490597121,41.88591351521804],[-72.57896190603111,41.88578051518578],[-72.57902790604076,41.88557351514376],[-72.57897490600186,41.885197515073],[-72.57913090603398,41.88487051500497],[-72.57867490587593,41.88470951498857],[-72.57869690586409,41.88437851492407],[-72.57882890588293,41.883956514838495],[-72.57887190586105,41.88333151471666],[-72.57875290581296,41.88317051468944],[-72.5785409057357,41.88302951466907],[-72.57844790571167,41.883139514693255],[-72.57844790571293,41.88316151469748],[-72.57842990570764,41.883171514699995],[-72.57840990570192,41.88318551470332],[-72.578307905678,41.883348514738024],[-72.57826990566657,41.883365514742515],[-72.57818390563995,41.88339051475009],[-72.5781779056388,41.883404514752996],[-72.5781019056159,41.88343751476179],[-72.57780890548271,41.882783514645126],[-72.5779339055096,41.88254151459447],[-72.57818190557846,41.882331514546046],[-72.57877390575123,41.88197651445862],[-72.57929990589787,41.8815415143579],[-72.58026190618442,41.88106551423528],[-72.58050990625529,41.8808905141936],[-72.58095690637937,41.88051151410621],[-72.58115490643576,41.88036851407228],[-72.58118690644574,41.88036051406971],[-72.5811999064486,41.88033651406468],[-72.58132090648307,41.88024951404403],[-72.5814349065174,41.88019951403072],[-72.58157090655834,41.8801395140148],[-72.58169390659572,41.880091514001606],[-72.58173590660797,41.88006651399543],[-72.58177290661914,41.88005051399115],[-72.58182090663358,41.88002951398556],[-72.58190390666067,41.8800295139829],[-72.58191390666467,41.880042513985096],[-72.58192590666785,41.8800295139822],[-72.58216190674484,41.88002951397464],[-72.58266990691789,41.88015651398282],[-72.582963907018,41.880229513987466],[-72.58442990750001,41.88029351395276],[-72.58457590755197,41.88036851396252],[-72.58463190757408,41.88043551397365],[-72.58462390757234,41.880450513976776],[-72.58464790758033,41.88045351397659],[-72.58469090759735,41.88050551398523],[-72.58472190760821,41.88051851398676],[-72.58476490762546,41.88057451399616],[-72.58480690764237,41.8806305140056],[-72.58482290764945,41.88066251401127],[-72.58487390766959,41.88072351402138],[-72.58505890773392,41.880792514028755],[-72.58518890777381,41.8807485140161],[-72.58529290780578,41.880714514006215],[-72.58566690791586,41.8805065139541],[-72.58590090799538,41.88056151395721],[-72.58628290812437,41.88063751395959],[-72.58653990820547,41.88058951394209],[-72.58688090830329,41.88035551388605],[-72.58726890840677,41.87995351379613],[-72.58742790845922,41.87996351379293],[-72.58798890865226,41.880137513808464],[-72.5882679087298,41.879902513754224],[-72.58833490873592,41.879628513699245],[-72.58835390874158,41.87961951369691],[-72.58834090873654,41.87960551369463],[-72.58843290874495,41.87922951361921],[-72.58826090867164,41.87893051356707],[-72.58815990862283,41.87865451351712],[-72.58839090868011,41.878339513448985],[-72.58870290876783,41.87809451339176],[-72.58918590891564,41.877924513343494],[-72.58939690896466,41.8775795132702],[-72.58993290912223,41.87727851319498],[-72.58997790912599,41.877088513156906],[-72.58988390908074,41.87683451311097],[-72.5893509088911,41.876560513075255],[-72.58893490872902,41.87610151300012],[-72.58841290853928,41.87576351295171],[-72.58802490839774,41.875503512914044],[-72.5878949083462,41.87534451288756],[-72.5878699083377,41.875338512887204],[-72.58788090834051,41.87532451288415],[-72.58769590826198,41.87500851282918],[-72.58759290821959,41.874855512802974],[-72.58745890816812,41.87472051278125],[-72.58744690816317,41.87470251277817],[-72.58699090799693,41.874398512734196],[-72.58635690777814,41.87419051271445],[-72.5861119076936,41.87411051270689],[-72.58594190763492,41.87405451270155],[-72.58600090764344,41.873867512663594],[-72.58632590773384,41.87359551260074],[-72.58634090773701,41.87356551259446],[-72.58636690774526,41.87356151259286],[-72.58640790775664,41.87352651258479],[-72.58661790780945,41.87325351252544],[-72.58733390801619,41.87278551241223],[-72.58749890806673,41.87272851239595],[-72.58807890823724,41.87240251231449],[-72.588179908256,41.87215551226363],[-72.58822590826463,41.872044512240755],[-72.58812890820008,41.871471512133404],[-72.58825390820915,41.87091951202296],[-72.58824390819755,41.87077451199533],[-72.58835390820686,41.87031151190252],[-72.58817290812972,41.86999651184761],[-72.58784390801497,41.869867511833284],[-72.58764090794213,41.86975251181762],[-72.58776790797037,41.8695225117692],[-72.5880829080566,41.86923451170355],[-72.5881719080776,41.86909451167372],[-72.58826090809863,41.868955511644074],[-72.5879489079968,41.86895451165389],[-72.58782790795375,41.86889251164582],[-72.58782990795356,41.86887751164285],[-72.587808907947,41.86888251164449],[-72.58762090788015,41.86878651163201],[-72.58759790786306,41.86861951160055],[-72.58774390790231,41.86847351156773],[-72.58798890797348,41.86832151153055],[-72.59360390980365,41.868292511344784],[-72.59526191034281,41.86826251128578],[-72.60338791298804,41.86816351100584],[-72.60382991313084,41.86813951098702],[-72.60515891356032,41.868068510930655],[-72.60544391365248,41.86805451091881],[-72.60560191370357,41.8680465109122],[-72.61420391653068,41.86841251070648],[-72.61429691656124,41.86841651070425],[-72.6143889165915,41.86842051070208],[-72.61453991664196,41.86844151070128],[-72.61469091669241,41.868462510700475],[-72.61491391676695,41.86849351069928],[-72.61660391732461,41.868604510666394],[-72.6179169177444,41.86845651059566],[-72.6192299181642,41.86830851052496],[-72.61926491817539,41.86830451052305],[-72.61928691827718,41.86994951083947],[-72.6193279184599,41.87289351140567],[-72.61936791858767,41.87488751178877],[-72.61940191869347,41.876533512104935],[-72.61946591888818,41.87955451268514],[-72.61948991891656,41.879911512753175],[-72.61965591910833,41.88230251320863],[-72.61969391915221,41.88284951331285],[-72.62044891964601,41.88714851411701],[-72.62044191980674,41.88997951466273],[-72.62044191983166,41.89041251474615],[-72.62133192022364,41.892176515057415],[-72.62137792029458,41.89314751524301],[-72.62149992033369,41.89313551523678],[-72.62154392035099,41.8931865152452],[-72.62146292034309,41.89350851530983],[-72.62137392032766,41.89374451535816],[-72.62126592030924,41.89403651541789],[-72.62104592025894,41.89440951549682],[-72.6209429202449,41.894749515565636],[-72.62094192025783,41.89497951560998],[-72.62098692030939,41.89561951573182],[-72.62096692031398,41.895812515769656],[-72.62090492030215,41.89595851579978],[-72.6208269202876,41.89614751583869],[-72.62079792030198,41.89656151591939],[-72.62076792030095,41.89671351594963],[-72.62075092030697,41.896914515988904],[-72.6207019203258,41.89751851610683],[-72.6206859203322,41.89772051614626],[-72.62089492047973,41.899097516404794],[-72.62152492092333,41.90322851718025],[-72.62173492107122,41.90460551743873]]]},"properties":{"name":4841,"geoid":"09003484100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.548002899148,41.94180952697036],[-72.54794689913012,41.9418165269735],[-72.53860689615108,41.94304152750884],[-72.53184889398158,41.94368652784963],[-72.5298598933452,41.943913527957086],[-72.52733489253721,41.94420052809325],[-72.52710389246361,41.94423252810681],[-72.52641389224395,41.94433052814779],[-72.52618389217075,41.94436352816151],[-72.52596689210121,41.944386528172885],[-72.52531989189391,41.9444555282069],[-72.52510389182477,41.944479528218444],[-72.52476489171521,41.94449952823316],[-72.52374989138741,41.94456252827781],[-72.52341189127824,41.94458352829269],[-72.52230489092202,41.94467452834566],[-72.51898488985384,41.94495152850535],[-72.51787888949802,41.945044528558675],[-72.51720088927834,41.945074528586176],[-72.51569688879113,41.94514252864742],[-72.51517188862354,41.94520952867716],[-72.51449988840905,41.94529552871523],[-72.5143898883771,41.94536452873203],[-72.5142828883433,41.9453845287393],[-72.51417188830827,41.94540552874691],[-72.51383388819835,41.94541352875927],[-72.51372388816237,41.9454125287626],[-72.51356888811165,41.94541052876719],[-72.51333088803386,41.945409528774604],[-72.5133898880255,41.94492852868014],[-72.51357088800168,41.94348552839659],[-72.5136308879937,41.94300552830225],[-72.51363388799003,41.94292452828657],[-72.51366688795484,41.942124528131515],[-72.51377988783989,41.939481527619115],[-72.51381788780176,41.93860152744847],[-72.51382088779785,41.93851652743201],[-72.51382988778873,41.93830652739129],[-72.51382988778626,41.938263527383015],[-72.51383088778175,41.93817952736681],[-72.51383088777676,41.93809252735006],[-72.513830887766,41.93790552731406],[-72.51383488776324,41.93783452730026],[-72.51383988775999,41.93774952728374],[-72.51389688771904,41.93671252708226],[-72.51406988759719,41.93360752647891],[-72.51412888755704,41.93257252627774],[-72.51413088755372,41.93250352626438],[-72.51413188750632,41.931672526104336],[-72.51413088735114,41.928975525585045],[-72.5141308873298,41.92860352551341],[-72.51415388730726,41.92808052541197],[-72.51424688720583,41.92578452496683],[-72.51453388690437,41.9188995236316],[-72.51462888680571,41.91663952319324],[-72.51471788667276,41.9138155226464],[-72.51473188665379,41.913405522566975],[-72.51512988636503,41.906105521147815],[-72.51513288635952,41.90599252112594],[-72.51522688601658,41.899475519867146],[-72.5152308860024,41.89920551981497],[-72.51534788597525,41.89806551959154],[-72.51578288587463,41.8938325187618],[-72.51592888584194,41.892430518486904],[-72.51592888584148,41.89242251848536],[-72.51598788581174,41.89156751831867],[-72.51616788572366,41.88900451781887],[-72.5162278856943,41.88815051765233],[-72.51622988569237,41.888105517643595],[-72.51632788561064,41.8861205172578],[-72.51662188536736,41.8801975161065],[-72.51662988536052,41.88003251607443],[-72.51670488529851,41.87852251578089],[-72.5167128852923,41.87836851575095],[-72.51672088528605,41.878213515720795],[-72.51673188527774,41.87800551568034],[-72.51676788523957,41.87713351551105],[-72.51685988515341,41.875104515116846],[-72.5168838851278,41.87452051500348],[-72.51692388509105,41.87365051483443],[-72.51692488509123,41.87364751483381],[-72.51693088508505,41.87350551480624],[-72.51699688507196,41.872900514687466],[-72.51724688502492,41.87065351424614],[-72.51733088500953,41.869905514099194],[-72.51851288539306,41.86986751405407],[-72.52205788654356,41.86975651391929],[-72.52324088692747,41.86971951387431],[-72.52475888742254,41.8697145138248],[-72.52931388890802,41.869698513676],[-72.53083288940348,41.86969451362662],[-72.53235988989941,41.86965351356985],[-72.53694389138822,41.869531513399615],[-72.53847189188454,41.86949151334299],[-72.5390418920695,41.86947351332129],[-72.54075089262423,41.86942251325675],[-72.54132189280958,41.869405513235186],[-72.54191989300476,41.869406513216234],[-72.54371489359082,41.869412513159915],[-72.5443138937864,41.86941451314112],[-72.5450268940176,41.86938951311349],[-72.54716589471134,41.869316513030924],[-72.54787989494297,41.86929251300344],[-72.54883889525526,41.869281512970595],[-72.55171889619305,41.869248512872],[-72.55267889650574,41.86923851283931],[-72.553508896775,41.869211512807524],[-72.5556118974574,41.86914551272743],[-72.5560018975839,41.869132512712426],[-72.55683289785354,41.86910651268081],[-72.55838689835835,41.86906751262349],[-72.56304989987318,41.86895251245191],[-72.56460490037836,41.86891451239473],[-72.56598090082588,41.8688895123458],[-72.56762790136159,41.86886051228744],[-72.57011190216943,41.86881551219913],[-72.57148890261733,41.868791512150366],[-72.5729889031042,41.86874751209378],[-72.57748890456477,41.86861551192404],[-72.57804390474493,41.868599511903156],[-72.57898890505163,41.86857151186745],[-72.57970290528182,41.8685235118353],[-72.58184690597315,41.86838151173915],[-72.58256190620372,41.86833451170714],[-72.58364690655752,41.86833151167176],[-72.5869029076193,41.86832351156578],[-72.58788690794022,41.86832151153382],[-72.58798890797348,41.86832151153055],[-72.58774390790231,41.86847351156773],[-72.58759790786306,41.86861951160055],[-72.58762090788015,41.86878651163201],[-72.587808907947,41.86888251164449],[-72.58782990795356,41.86887751164285],[-72.58782790795375,41.86889251164582],[-72.5879489079968,41.86895451165389],[-72.58826090809863,41.868955511644074],[-72.5881719080776,41.86909451167372],[-72.5880829080566,41.86923451170355],[-72.58776790797037,41.8695225117692],[-72.58764090794213,41.86975251181762],[-72.58784390801497,41.869867511833284],[-72.58817290812972,41.86999651184761],[-72.58835390820686,41.87031151190252],[-72.58824390819755,41.87077451199533],[-72.58825390820915,41.87091951202296],[-72.58812890820008,41.871471512133404],[-72.58822590826463,41.872044512240755],[-72.588179908256,41.87215551226363],[-72.58807890823724,41.87240251231449],[-72.58749890806673,41.87272851239595],[-72.58733390801619,41.87278551241223],[-72.58661790780945,41.87325351252544],[-72.58640790775664,41.87352651258479],[-72.58636690774526,41.87356151259286],[-72.58634090773701,41.87356551259446],[-72.58632590773384,41.87359551260074],[-72.58600090764344,41.873867512663594],[-72.58594190763492,41.87405451270155],[-72.5861119076936,41.87411051270689],[-72.58635690777814,41.87419051271445],[-72.58699090799693,41.874398512734196],[-72.58744690816317,41.87470251277817],[-72.58745890816812,41.87472051278125],[-72.58759290821959,41.874855512802974],[-72.58769590826198,41.87500851282918],[-72.58788090834051,41.87532451288415],[-72.5878699083377,41.875338512887204],[-72.5878949083462,41.87534451288756],[-72.58802490839774,41.875503512914044],[-72.58841290853928,41.87576351295171],[-72.58893490872902,41.87610151300012],[-72.5893509088911,41.876560513075255],[-72.58988390908074,41.87683451311097],[-72.58997790912599,41.877088513156906],[-72.58993290912223,41.87727851319498],[-72.58939690896466,41.8775795132702],[-72.58918590891564,41.877924513343494],[-72.58870290876783,41.87809451339176],[-72.58839090868011,41.878339513448985],[-72.58815990862283,41.87865451351712],[-72.58826090867164,41.87893051356707],[-72.58843290874495,41.87922951361921],[-72.58834090873654,41.87960551369463],[-72.58835390874158,41.87961951369691],[-72.58833490873592,41.879628513699245],[-72.5882679087298,41.879902513754224],[-72.58798890865226,41.880137513808464],[-72.58742790845922,41.87996351379293],[-72.58726890840677,41.87995351379613],[-72.58688090830329,41.88035551388605],[-72.58653990820547,41.88058951394209],[-72.58628290812437,41.88063751395959],[-72.58590090799538,41.88056151395721],[-72.58566690791586,41.8805065139541],[-72.58529290780578,41.880714514006215],[-72.58518890777381,41.8807485140161],[-72.58505890773392,41.880792514028755],[-72.58487390766959,41.88072351402138],[-72.58482290764945,41.88066251401127],[-72.58480690764237,41.8806305140056],[-72.58476490762546,41.88057451399616],[-72.58472190760821,41.88051851398676],[-72.58469090759735,41.88050551398523],[-72.58464790758033,41.88045351397659],[-72.58462390757234,41.880450513976776],[-72.58463190757408,41.88043551397365],[-72.58457590755197,41.88036851396252],[-72.58442990750001,41.88029351395276],[-72.582963907018,41.880229513987466],[-72.58266990691789,41.88015651398282],[-72.58216190674484,41.88002951397464],[-72.58192590666785,41.8800295139822],[-72.58191390666467,41.880042513985096],[-72.58190390666067,41.8800295139829],[-72.58182090663358,41.88002951398556],[-72.58177290661914,41.88005051399115],[-72.58173590660797,41.88006651399543],[-72.58169390659572,41.880091514001606],[-72.58157090655834,41.8801395140148],[-72.5814349065174,41.88019951403072],[-72.58132090648307,41.88024951404403],[-72.5811999064486,41.88033651406468],[-72.58118690644574,41.88036051406971],[-72.58115490643576,41.88036851407228],[-72.58095690637937,41.88051151410621],[-72.58050990625529,41.8808905141936],[-72.58026190618442,41.88106551423528],[-72.57929990589787,41.8815415143579],[-72.57877390575123,41.88197651445862],[-72.57818190557846,41.882331514546046],[-72.5779339055096,41.88254151459447],[-72.57780890548271,41.882783514645126],[-72.5781019056159,41.88343751476179],[-72.5781779056388,41.883404514752996],[-72.57818390563995,41.88339051475009],[-72.57826990566657,41.883365514742515],[-72.578307905678,41.883348514738024],[-72.57840990570192,41.88318551470332],[-72.57842990570764,41.883171514699995],[-72.57844790571293,41.88316151469748],[-72.57844790571167,41.883139514693255],[-72.5785409057357,41.88302951466907],[-72.57875290581296,41.88317051468944],[-72.57887190586105,41.88333151471666],[-72.57882890588293,41.883956514838495],[-72.57869690586409,41.88437851492407],[-72.57867490587593,41.88470951498857],[-72.57913090603398,41.88487051500497],[-72.57897490600186,41.885197515073],[-72.57902790604076,41.88557351514376],[-72.57896190603111,41.88578051518578],[-72.57875490597121,41.88591351521804],[-72.57832890585773,41.886357515317286],[-72.5781819058282,41.88667851538386],[-72.57794590575793,41.88679551541399],[-72.57792890573496,41.886492515356146],[-72.5777069056478,41.886236515313925],[-72.57742090555001,41.886158515308075],[-72.57702890544807,41.886610515407746],[-72.57651090527467,41.88653451540973],[-72.57601790511696,41.88658951543614],[-72.5757239050285,41.88671951547064],[-72.5757389050115,41.88633851539672],[-72.57561390495611,41.88608451535177],[-72.57518990481806,41.886089515366336],[-72.57478190469021,41.88618151539716],[-72.57424390452724,41.88640051545663],[-72.57406390447821,41.88656951549496],[-72.57398890449377,41.88726651563171],[-72.57361390440072,41.887776515742026],[-72.57354690441349,41.88837951586039],[-72.57367990447831,41.888752515928],[-72.573738904507,41.88891651595773],[-72.57350290447651,41.88972651612139],[-72.57339590446286,41.89009651619613],[-72.5733389044942,41.890965516365426],[-72.57336690451825,41.891225516414636],[-72.57315890451635,41.89237351664252],[-72.57292390451416,41.89366951689982],[-72.57291990451768,41.893753516916135],[-72.57291290451877,41.893812516927724],[-72.57290490451949,41.89387051693916],[-72.57288390451384,41.89389151694388],[-72.57283390451317,41.89416351699791],[-72.57282490451321,41.89421551700822],[-72.57284690454561,41.89465451709209],[-72.57294390460727,41.895176517189554],[-72.57314790473647,41.896266517393045],[-72.57313490473632,41.89633751740715],[-72.57192190436842,41.8968235175397],[-72.57174090432191,41.89704251758771],[-72.5717829043527,41.8973395176436],[-72.57181690437702,41.8975695176868],[-72.57161190434378,41.8981555178063],[-72.57165390436705,41.89832151783692],[-72.57176290441188,41.89848251786446],[-72.57200290449958,41.89864551788816],[-72.5728519048033,41.899109517950315],[-72.57287290482222,41.89931951799011],[-72.57197990455535,41.89974651810103],[-72.57169190448953,41.90023651820467],[-72.5718109045368,41.90038351822918],[-72.5723589047188,41.90043851822219],[-72.5724969047735,41.90060651825013],[-72.57245790476405,41.90066351826237],[-72.57236390474154,41.900805518292735],[-72.57204990464693,41.90094251832921],[-72.57109990433122,41.90084351834062],[-72.57089390427078,41.90096151836996],[-72.57083190426451,41.90120451841877],[-72.5708339042755,41.901384518453376],[-72.57059090422855,41.90194751856964],[-72.57090890434804,41.90222051861204],[-72.57138090448694,41.901957518546226],[-72.57168790461853,41.90250351864155],[-72.57252090489803,41.90263651864045],[-72.57264890495074,41.902826518672946],[-72.57257490495091,41.90324951875681],[-72.57220590484991,41.90358751883378],[-72.57198090478114,41.903668518856605],[-72.57148590460987,41.90349951883992],[-72.57131190455371,41.90351051884762],[-72.57121490452441,41.90355151885864],[-72.57107590448427,41.90364251888062],[-72.57118890453289,41.9038465189163],[-72.57186190475414,41.903874518900096],[-72.57213790484957,41.90396751890917],[-72.57208490484045,41.904109518938206],[-72.57187890477792,41.904191518960616],[-72.57154090466886,41.90421351897571],[-72.57085990444249,41.9041415189837],[-72.57055890434758,41.904199519004514],[-72.57040690430901,41.904391519046385],[-72.57045090434407,41.904751519114335],[-72.57055190439951,41.905142519186406],[-72.5704369043751,41.90537051923401],[-72.56991990421648,41.905546519284506],[-72.56954390410907,41.905812519347826],[-72.56953590410771,41.90583451935231],[-72.56942490408994,41.90615551941771],[-72.56927290405211,41.906360519462076],[-72.56908790399484,41.90641451947842],[-72.56888090391917,41.9062735194579],[-72.56866790383654,41.90604551942081],[-72.56814790366661,41.90604151943672],[-72.56789590360805,41.90645351952418],[-72.56801690366963,41.90683751959426],[-72.56788590363541,41.90698651962717],[-72.56759790352451,41.90669251957978],[-72.56734090343659,41.90662151957434],[-72.5671559033793,41.90667551959068],[-72.56703190335068,41.90688151963434],[-72.56714190339497,41.907027519658946],[-72.56769390360066,41.90747151972676],[-72.56775690363193,41.90765751976056],[-72.56781490366055,41.907826519791264],[-72.56768590365387,41.908442519914054],[-72.56691990344038,41.90907752006094],[-72.56676690339584,41.909171520083966],[-72.56651190335212,41.909858520224475],[-72.56645590334259,41.91001052025554],[-72.5659339031921,41.910356520338944],[-72.56582890316082,41.910408520352334],[-72.56566290311125,41.91048852037308],[-72.56516790296372,41.910732520435936],[-72.56500290291453,41.91081352045683],[-72.5648679028742,41.91087852047368],[-72.56446590275436,41.91107652052472],[-72.56433290271474,41.9111425205417],[-72.56365890251375,41.91147252062688],[-72.56284490227111,41.91187352073024],[-72.56248590216819,41.91212152078952],[-72.56234690212908,41.91223052081498],[-72.56218690211774,41.91294152095705],[-72.56217890211728,41.91297852096444],[-72.56269990231526,41.913464521041334],[-72.56261690229823,41.91363952107769],[-72.56222590216682,41.91357352107753],[-72.56164290197002,41.913460521074455],[-72.56139790188915,41.913444521079256],[-72.56117990182702,41.91360152111648],[-72.56097390177196,41.91381352116392],[-72.5606739016772,41.91386852118414],[-72.5605019016113,41.91369852115691],[-72.56059590162391,41.91338452109342],[-72.56057490159799,41.91305252103014],[-72.5601549014399,41.91268752097331],[-72.55955690123012,41.912433520943566],[-72.55917890110302,41.912368520943176],[-72.55877890097256,41.91237052095639],[-72.55845990087052,41.912406520973555],[-72.55821490079686,41.91251652100259],[-72.55803190076196,41.91294852109168],[-72.55806290077726,41.91303852110803],[-72.5584379009246,41.913472521179585],[-72.55887890109781,41.91398152126347],[-72.55868290105033,41.91426852132505],[-72.55857390102682,41.914478521368984],[-72.55884490113466,41.91481552142518],[-72.55910690125336,41.915392521527934],[-72.5588599011894,41.915682521591705],[-72.55845690105723,41.915671521602505],[-72.55821290097724,41.91566552160918],[-72.55795390089052,41.91562752161017],[-72.55704190057368,41.91529452157528],[-72.5562589002934,41.91486452151757],[-72.55608790023406,41.9148035215113],[-72.55597090023164,41.91542552163485],[-72.55593390023077,41.91562052167362],[-72.55626990041058,41.91684052189779],[-72.55628890043104,41.91708852194495],[-72.5561429004008,41.91739152200799],[-72.55543790018804,41.91769352208876],[-72.55490890003082,41.917962522157524],[-72.55443789989123,41.91820852222001],[-72.55343089959787,41.918823522370744],[-72.55338389959512,41.919042522414436],[-72.5536408996942,41.919306522457035],[-72.55377189975059,41.91954352249846],[-72.5536458997178,41.919688522530436],[-72.55281089944069,41.919609522542],[-72.55269589940919,41.919714522565904],[-72.5529208994997,41.920011522615894],[-72.55373289979018,41.920453522674975],[-72.55374789981593,41.92081652274441],[-72.55361889978217,41.92096152277645],[-72.5535248997555,41.921031522792944],[-72.55311389960202,41.920695522741426],[-72.55241789936281,41.92048652272351],[-72.55221289929378,41.92044952272295],[-72.55210089926557,41.920594522754456],[-72.55232689936173,41.92098452282232],[-72.55239789939431,41.92114752285145],[-72.55232189937563,41.921254522874484],[-72.55165389915447,41.9212005228855],[-72.55117389898767,41.92102452286701],[-72.55097689892312,41.92102052287254],[-72.55071589885,41.92123052292136],[-72.5506118988267,41.921415522960324],[-72.5508188989088,41.92166852300241],[-72.55086289893025,41.92179152302466],[-72.55069389888273,41.9219245230557],[-72.55038489878294,41.921943523069274],[-72.55037789878043,41.92193952306873],[-72.54956989849624,41.92158452302628],[-72.54947589846812,41.92162852303776],[-72.54951789849927,41.92193252309496],[-72.54955589854458,41.92250452320389],[-72.55039889882765,41.92264152320324],[-72.55043889885238,41.922844523241054],[-72.55041689885756,41.923059523283165],[-72.54963089863062,41.92357552340773],[-72.54954089860568,41.923652523425446],[-72.54930889854145,41.92385252347138],[-72.54934389856655,41.9240905235161],[-72.54982489873164,41.924230523527626],[-72.54991289876548,41.92431952354195],[-72.54986389875765,41.92446152357087],[-72.54962789868883,41.92460452360598],[-72.54962089870367,41.924902523663576],[-72.5501188988847,41.92522352370943],[-72.5501658989032,41.925278523718504],[-72.55029089894924,41.925369523732016],[-72.55039389898869,41.92547052374816],[-72.55027789897248,41.92584752382447],[-72.5502398989675,41.92597652385054],[-72.55006289892243,41.926197523898765],[-72.54986489886585,41.92633752393207],[-72.54946789874562,41.92650052397619],[-72.54921089866448,41.926548523993674],[-72.54894289857785,41.926563524005154],[-72.54869689849842,41.92657852401594],[-72.54855689845563,41.92662952403023],[-72.54854889845844,41.92672352404859],[-72.54856489846631,41.92676952405693],[-72.54846889843294,41.926734524053266],[-72.54821289834575,41.926671524049354],[-72.54804589828893,41.92663152404701],[-72.54716789799114,41.926437524037816],[-72.54714289798265,41.926431524037454],[-72.54686889788951,41.92636752403393],[-72.54678689786167,41.92634852403289],[-72.54673989784965,41.926406524045575],[-72.54688689790638,41.926558524070124],[-72.54706889797671,41.926748524100866],[-72.5470408980019,41.927345524216726],[-72.54702789801418,41.92763252427239],[-72.5471958980835,41.92788452431553],[-72.54819789841163,41.927902524286864],[-72.54855689853217,41.92796052428652],[-72.5486548985767,41.928178524325354],[-72.54842989851515,41.92838552437243],[-72.54830789851042,41.92899552449379],[-72.54834289853343,41.92919752453156],[-72.54795289842689,41.929558524613576],[-72.5479038984136,41.929605524624186],[-72.54774189838596,41.930044524713914],[-72.54827289856598,41.93016052471923],[-72.54823289856591,41.930386524764],[-72.5479328984769,41.930541524803466],[-72.54739389832118,41.93089352488853],[-72.54721489827843,41.93116652494684],[-72.54765689845041,41.93164752502527],[-72.54788389853786,41.93187952506265],[-72.54777989852298,41.93221152512991],[-72.54728989836819,41.932301525162934],[-72.54683189824654,41.93278552527081],[-72.54690689827456,41.932847525280344],[-72.54757889848408,41.93267552522567],[-72.54820589868847,41.93267052520461],[-72.54823489870812,41.932847525237754],[-72.54772789854444,41.93287952526018],[-72.54759089850909,41.93304252529595],[-72.54800689865037,41.93313752530089],[-72.54859889885927,41.933409525334255],[-72.54860789887049,41.9335535253617],[-72.5483978988054,41.93361352537999],[-72.54800989867539,41.93355552538127],[-72.54748489851079,41.93367352542083],[-72.5472068984172,41.93362452542031],[-72.54689989830811,41.93347052540051],[-72.54669189824182,41.93349852541258],[-72.54666789823854,41.93357752542854],[-72.54660889823076,41.93377752546895],[-72.54737389850112,41.93413552551333],[-72.54800589872022,41.934357525535795],[-72.548348898838,41.934458525544244],[-72.54832889885466,41.934861525622466],[-72.54898789910351,41.93544752571414],[-72.5491368991604,41.93559052573689],[-72.5493548992513,41.93593352579593],[-72.54928889924292,41.936162525842114],[-72.54908289918079,41.936251525865856],[-72.54863289903767,41.936317525893],[-72.54849089899258,41.93633952590179],[-72.54831789894686,41.936526525943336],[-72.54832789895744,41.93665352596746],[-72.54847389901022,41.936742525979916],[-72.54868389906665,41.936531525932566],[-72.54890089913772,41.936535525926374],[-72.549248899271,41.936877525981046],[-72.54912689924886,41.93718452604405],[-72.54859089908189,41.93732452608819],[-72.54850689906513,41.93750952612649],[-72.54824289899578,41.937802526191376],[-72.54794889892862,41.938303526297226],[-72.54786389888987,41.93811252626319],[-72.54777089884755,41.937904526226134],[-72.54765389880464,41.937822526214106],[-72.5471308986589,41.938257526314615],[-72.5471238986723,41.93852952636721],[-72.54711289869113,41.93891952644264],[-72.54711389869767,41.93902752646338],[-72.547273898753,41.93908152646865],[-72.54767989889352,41.9392195264822],[-72.54804989900067,41.938982526424695],[-72.5481728990379,41.93893152641094],[-72.54835289910041,41.938996526417675],[-72.5483568991108,41.939154526447965],[-72.5478468989677,41.93956152654267],[-72.54753689888076,41.939809526600335],[-72.54748589887943,41.94007552665318],[-72.54746889888186,41.940214526680485],[-72.54742089889031,41.94063352676268],[-72.54741389889165,41.94069652677503],[-72.54746189891084,41.94075752678522],[-72.54761689897254,41.9409505268174],[-72.54790289908647,41.94130752687695],[-72.54799989913367,41.94157752692579],[-72.54804689915645,41.941706526949126],[-72.548002899148,41.94180952697036]]]},"properties":{"name":4842,"geoid":"09003484200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.67587092316225,41.633103463229936],[-72.67588492316669,41.63310146322908],[-72.67588792316762,41.63310046322879],[-72.67594192318478,41.63309346322572],[-72.67596092319087,41.633091463224716],[-72.67792192381444,41.63283346311186],[-72.68380492568521,41.63206046277344],[-72.68573892630026,41.63180746266239],[-72.68576692630909,41.63180246266052],[-72.68578692631537,41.63179846265909],[-72.68584992633525,41.63178746265495],[-72.68587092634192,41.63178446265368],[-72.68624292645929,41.63171946262915],[-72.68632492648513,41.63170446262363],[-72.68768792691525,41.631467462533976],[-72.68803892702606,41.63140746251109],[-72.68814392706022,41.63140746250773],[-72.68815192706282,41.63140746250746],[-72.68816692706771,41.631407462506985],[-72.68817892707162,41.631407462506594],[-72.68818792707455,41.63140746250632],[-72.68821492708335,41.63140746250545],[-72.68829692711002,41.63140746250282],[-72.68832492711914,41.631407462501926],[-72.68834492712564,41.631407462501286],[-72.68840492714517,41.631407462499354],[-72.68842592715202,41.631407462498686],[-72.68863892722135,41.63140746249186],[-72.69098092796324,41.63105046234755],[-72.69863893038931,41.62988746187646],[-72.70113993118159,41.629507461722554],[-72.701191931198,41.629498461719145],[-72.7011959311992,41.62949646171862],[-72.70120393120179,41.629496461718375],[-72.70120993120368,41.629495461717966],[-72.70121493120531,41.62949546171781],[-72.70125593121827,41.62948846171515],[-72.70138293125835,41.629466461706805],[-72.70142493127162,41.6294594617041],[-72.70143293127408,41.62945746170348],[-72.70145993128266,41.629453461701814],[-72.70146893128553,41.629452461701334],[-72.70230793155059,41.62931246164726],[-72.70233993156072,41.629307461645276],[-72.7039509320723,41.62908446155035],[-72.71141093444143,41.628056461111655],[-72.7137549351858,41.6277334609738],[-72.71382693520867,41.62772346096955],[-72.71389793523122,41.62771346096534],[-72.71382393521164,41.62779246098303],[-72.71378893520246,41.62783146099172],[-72.713628935163,41.628052461039715],[-72.71356593514751,41.6281404610588],[-72.71343993511601,41.62830746109522],[-72.71339693510711,41.628396461113866],[-72.71327293508153,41.628655461168066],[-72.71314993505626,41.62891446122224],[-72.7129459350141,41.6293394613112],[-72.7128609349967,41.62951946134883],[-72.7125919349443,41.6301354614769],[-72.71244093491123,41.63041746153643],[-72.71241093490458,41.63047246154805],[-72.71238193489829,41.63052746155965],[-72.7123399348892,41.63060746157651],[-72.71241693492672,41.6308264616165],[-72.71249193496311,41.63103646165482],[-72.71251693497535,41.63110846166798],[-72.71254293498792,41.6311804616811],[-72.71256193499718,41.63123446169096],[-72.71258093500646,41.63128846170081],[-72.71290693516507,41.632209461868925],[-72.71294393518302,41.63231346188792],[-72.71297693519894,41.63240446190449],[-72.71300893521462,41.632496461921306],[-72.71304393523177,41.63259746193976],[-72.71322593532024,41.6331104620334],[-72.71323693532558,41.63314146203905],[-72.71325893533636,41.633204462050564],[-72.7132809353471,41.63326746206207],[-72.71331493536351,41.63336146207921],[-72.71337793539429,41.63354146211208],[-72.71367793554016,41.634387462266474],[-72.71369893555043,41.634447462277436],[-72.71371993556069,41.6345074622884],[-72.71379893559946,41.63473646233026],[-72.71382593561258,41.634812462344115],[-72.71383093567295,41.63584246254366],[-72.71383393569508,41.63621346261549],[-72.71399493584775,41.63797146295115],[-72.71447793630601,41.643248463958585],[-72.71462993644958,41.64489746427334],[-72.71463993645911,41.645007464294345],[-72.71466393648662,41.64535246436044],[-72.71473593656911,41.64638746455872],[-72.71476093659699,41.646733464624994],[-72.71481293663406,41.64708646469174],[-72.71496893674545,41.648148464892564],[-72.71502093678258,41.648502464959506],[-72.715123936864,41.649341465118795],[-72.71527193698057,41.65053946534623],[-72.71528693706131,41.65186846560329],[-72.71529693711285,41.65271446576692],[-72.7140519367127,41.65280346582415],[-72.71031593551191,41.65307046599585],[-72.70907193511215,41.65316046605324],[-72.70873693500664,41.653222466076],[-72.70773193469006,41.65340746614413],[-72.70739793458495,41.65347046616704],[-72.70731593455922,41.65348746617298],[-72.7067959343966,41.653603466212154],[-72.70499193383226,41.65400446634777],[-72.70439093364433,41.65413946639324],[-72.70411293355544,41.65416746640758],[-72.70327893328877,41.65425146645062],[-72.70300093319987,41.65427946646497],[-72.70307293324294,41.65462346652933],[-72.70328993337246,41.65565546672235],[-72.70336293341592,41.656000466786864],[-72.70360293355849,41.65712946699793],[-72.70432593398722,41.660517467631216],[-72.70456693413017,41.66164746784243],[-72.70487293431138,41.66307646810945],[-72.7052319345235,41.66474446842109],[-72.70575393484357,41.66737346891365],[-72.70603993501857,41.66880746918227],[-72.70250693389349,41.66924646938075],[-72.6958759317818,41.67007046975325],[-72.6919079305181,41.6705634699761],[-72.68837492939292,41.67100247017453],[-72.68804592928889,41.67105647019555],[-72.68705892897684,41.6712194702588],[-72.68673092887322,41.67127447027996],[-72.68623992871888,41.67137147031451],[-72.68476592825559,41.67166247041817],[-72.68427592810166,41.67176047045288],[-72.68404292802687,41.671779470464045],[-72.68334392780265,41.6718384704979],[-72.68311192772832,41.67185947050938],[-72.68302092768471,41.671614470464846],[-72.68283292759429,41.6711024703717],[-72.68263092752152,41.670979470354354],[-72.68240792744126,41.670845470335536],[-72.68134092708421,41.670676470337035],[-72.68092992694675,41.67061247033783],[-72.67815092601379,41.670118470331246],[-72.67708892565729,41.669930470328886],[-72.67692392560248,41.66991147033051],[-72.6761649253528,41.669866470346115],[-72.67338992444006,41.669704470403715],[-72.67246592413612,41.66965047042288],[-72.67232192408873,41.66964147042575],[-72.67188992394665,41.66961647043476],[-72.67174692389965,41.66960847043781],[-72.67158492384922,41.669649470450935],[-72.67109892369795,41.66977147049015],[-72.6709369236476,41.669813470503485],[-72.67017392340395,41.66989747054422],[-72.66994092332833,41.66990147055246],[-72.67240292404524,41.66841647018583],[-72.67266192412102,41.66826647014846],[-72.67302392422651,41.66804947009481],[-72.67344292434872,41.667800470033136],[-72.67398592450586,41.667455469948884],[-72.67410092453942,41.667387469932024],[-72.67424492458146,41.667302469910936],[-72.67443992463842,41.667188469882596],[-72.67446392464534,41.66717246987872],[-72.67452092466168,41.66713346986934],[-72.67469292471104,41.66701746984137],[-72.67475092472776,41.666979469832135],[-72.67516292483863,41.666571469739864],[-72.67640192517233,41.66534946946338],[-72.67681492528358,41.66494246937127],[-72.67730992541594,41.66443746925756],[-72.67776592554057,41.664019469161936],[-72.67837492570193,41.66337246901705],[-72.67860392575317,41.66296346893044],[-72.67873492577837,41.66265746886695],[-72.6788579257863,41.66209446875392],[-72.67884192577236,41.661941468724784],[-72.6787419257079,41.661381468619474],[-72.67868192566365,41.660948468537505],[-72.67866492565219,41.660844468517894],[-72.67861392561792,41.66053446845945],[-72.67859792560684,41.66043146844002],[-72.67840192547405,41.65922146821181],[-72.67839792543823,41.658616468094706],[-72.6784029254287,41.658420468056555],[-72.67841592542496,41.658280468029005],[-72.67845292543176,41.65818846801],[-72.67846392543237,41.658136467999576],[-72.6787419254763,41.65731946783232],[-72.67946992563725,41.65598546755045],[-72.67967692567852,41.655527467455066],[-72.67979192570073,41.65526046739962],[-72.67982592570195,41.65508746736501],[-72.6799019257085,41.65476846730076],[-72.67993592570042,41.65443246723456],[-72.67999392568738,41.653872467124145],[-72.67996492565919,41.65354346706131],[-72.67976192553485,41.65252146686974],[-72.67972392551307,41.65235646683899],[-72.67970792550089,41.652234466815855],[-72.67964592546407,41.651942466761234],[-72.6794709253602,41.651119466607334],[-72.67945492535078,41.6510454665935],[-72.67944492534487,41.65099846658471],[-72.67939892532002,41.650825466552654],[-72.67937992530973,41.65075346653931],[-72.67927492526478,41.65056446650603],[-72.67925892525751,41.65052846649957],[-72.67910192518625,41.65017446643599],[-72.67893492511261,41.64983646637584],[-72.6788979250963,41.649761466362484],[-72.67883292506619,41.64960446633413],[-72.6786049249579,41.64900646622552],[-72.67859492495305,41.64897846622043],[-72.67817792471251,41.647139465877316],[-72.67803792463147,41.646516465761046],[-72.67801092461589,41.646397465738836],[-72.67792992456917,41.64604046567223],[-72.67790392455399,41.64592246565019],[-72.67785092452255,41.64567346560363],[-72.6776919244283,41.64492746546409],[-72.67763892439693,41.64467946541772],[-72.67758292436315,41.644406465366586],[-72.67741492426198,41.64359046521377],[-72.67735992422858,41.64331846516282],[-72.67733392421373,41.64320646514192],[-72.67729892419379,41.64305646511398],[-72.67725592416933,41.64287246507968],[-72.67722992415453,41.642761465058996],[-72.67716592411821,41.64248946500832],[-72.67697692401033,41.64167546485656],[-72.6769149239747,41.641404464806],[-72.67677892389428,41.64076946468725],[-72.67637092365298,41.63886446433099],[-72.67623492357261,41.63823046421242],[-72.67598592343326,41.637206464021844],[-72.67586292336446,41.63670146392788],[-72.67560392322125,41.635666463735475],[-72.67554392318497,41.635372463680376],[-72.67550692315267,41.635016463612544],[-72.67548992313108,41.63473446355842],[-72.67550192311978,41.634467463506255],[-72.6755549231165,41.634106463434556],[-72.67555692311646,41.634094463432156],[-72.67565092312746,41.63375046336243],[-72.67587092316225,41.633103463229936]]]},"properties":{"name":4903.02,"geoid":"09003490302"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.87242299469226,41.76454648232907],[-72.87247299470668,41.76451448232126],[-72.87262399475044,41.7644214822984],[-72.87267499476529,41.764390482290764],[-72.87271199477593,41.76436648228494],[-72.87282699480926,41.764295482267485],[-72.8728649948203,41.764272482261816],[-72.87300799486103,41.764171482237664],[-72.87321899492103,41.76402148220186],[-72.87343699498322,41.763869482165425],[-72.8735809950243,41.76376948214144],[-72.87363999504103,41.763726482131226],[-72.87381799509176,41.763601482101315],[-72.87387799510891,41.76356048209145],[-72.87414999518636,41.76336848204556],[-72.87460499531603,41.76304948196918],[-72.87477699536574,41.76294048194256],[-72.87497599542264,41.76280448190984],[-72.87512399546505,41.76270448188571],[-72.875242995498,41.76260448186255],[-72.87539699554415,41.76253548184422],[-72.87564699561919,41.762425481814866],[-72.87586199568415,41.7623384817911],[-72.87601899573167,41.76227648177402],[-72.87625599580473,41.76220548175262],[-72.87745599617203,41.761801481635665],[-72.87756399620511,41.76176548162522],[-72.8782499964089,41.761427481537666],[-72.87894699660532,41.76090048141329],[-72.87897399661296,41.76088048140855],[-72.87924699668585,41.76060448134639],[-72.87960299678092,41.76024448126532],[-72.87984399684525,41.76000048121036],[-72.88049499701553,41.75928048105019],[-72.88077199707821,41.75880548094946],[-72.88089899710705,41.75858948090361],[-72.88102399711552,41.758032480792],[-72.88111099713404,41.75786348075653],[-72.88119899715414,41.75771548072509],[-72.8814059972066,41.75745748066854],[-72.88156499724782,41.75727548062823],[-72.88204599737298,41.75673248050776],[-72.8822059974146,41.7565514804676],[-72.88223999742637,41.75656348046881],[-72.88234499746265,41.756599480472374],[-72.88234899746405,41.75660148047262],[-72.88238099747512,41.75661248047369],[-72.8823999974799,41.756588480468444],[-72.8824899975011,41.7564484804385],[-72.88253599751197,41.756377480423275],[-72.8826789975488,41.75620948038619],[-72.88289099760861,41.756050480348605],[-72.88290799761346,41.75603848034572],[-72.88307199766054,41.75592948031936],[-72.88318899768305,41.7556604802636],[-72.88451099812292,41.75582448025238],[-72.88683499889045,41.75601348021344],[-72.88683599888805,41.75596648020435],[-72.88684099888164,41.75582748017734],[-72.88684399887995,41.75578148016835],[-72.88684699887646,41.75570448015339],[-72.88684599887297,41.755649480142786],[-72.88684299884918,41.75525548006679],[-72.88684199884126,41.75512448004152],[-72.88660699876269,41.755088480042204],[-72.8859019985271,41.754983480044785],[-72.8856679984489,41.75494848004563],[-72.88524199830667,41.75488748004768],[-72.88450899806202,41.75478348005138],[-72.8840089978864,41.75456148002473],[-72.88361699774872,41.75438748000384],[-72.88336599766058,41.75427647999053],[-72.88261299739634,41.753946479951225],[-72.88236299730859,41.75383647993811],[-72.88249899734205,41.753649479897554],[-72.88290699744257,41.75309147977654],[-72.88304399747642,41.75290547973618],[-72.88308099748534,41.75285147972454],[-72.88319399751285,41.752691479689965],[-72.88323199752217,41.752638479678495],[-72.88335099756385,41.75268947968448],[-72.88370899768937,41.75284447970281],[-72.88382899773144,41.752896479708966],[-72.88443099794154,41.75314047973656],[-72.88447299795621,41.753157479738476],[-72.88519399820782,41.753449479771476],[-72.88586799844454,41.753748479807356],[-72.88621599856819,41.753927479830644],[-72.88639599863217,41.754020479842765],[-72.88678699877214,41.754239479872375],[-72.88678399876832,41.754190479863006],[-72.88677299875583,41.75403647983361],[-72.8867809987523,41.75393047981289],[-72.88679599874635,41.753743479776276],[-72.88678099873152,41.753571479743556],[-72.88676599870587,41.75321247967468],[-72.8866739986552,41.75285447960852],[-72.88657899860932,41.75259647956177],[-72.88647799856128,41.75233447951444],[-72.88643499854038,41.752215479492854],[-72.88630599847791,41.75186147942865],[-72.88626299845714,41.751744479407456],[-72.88618199841568,41.751483479359656],[-72.88604299834432,41.75103247927706],[-72.88599799830989,41.75069047921246],[-72.885970998289,41.75048147917297],[-72.88597499828676,41.75042047916104],[-72.88599299827757,41.75016047911024],[-72.88601799828068,41.75007347909261],[-72.88618599830257,41.74950647897764],[-72.88633499832589,41.74907147888877],[-72.88644899834385,41.748740478821134],[-72.88613299823498,41.74863647881129],[-72.88518699790896,41.74832447878171],[-72.8848719978004,41.74822047877185],[-72.88491799780687,41.748073478741965],[-72.88505799782688,41.747631478652025],[-72.88510499783372,41.747485478622295],[-72.88539599792435,41.747414478599126],[-72.88545299794134,41.747387478592074],[-72.88556699797549,41.747336478578525],[-72.88579199803902,41.747168478538775],[-72.8859339980761,41.74701047850365],[-72.886039998098,41.746792478458076],[-72.88609199810219,41.7465724784139],[-72.88610299810315,41.74652747840485],[-72.88610599808587,41.7462114783437],[-72.88627899813743,41.746129478322246],[-72.88635499816014,41.746094478313005],[-72.88638499816238,41.74596447828693],[-72.8863399981441,41.74590147827621],[-72.88622299810169,41.74582647826553],[-72.8860989980591,41.745788478262206],[-72.88608499805467,41.74579047826305],[-72.88589599799516,41.74582547827595],[-72.88571199792585,41.74566247825041],[-72.8856709979104,41.745626478244795],[-72.88550299785082,41.74554147823383],[-72.88531099778315,41.745452478222866],[-72.88505299769288,41.74534347821017],[-72.88482799761414,41.74524847819911],[-72.8849559976456,41.745072478160964],[-72.88534099774047,41.74454547804666],[-72.88546999777233,41.744370478008655],[-72.88600499795851,41.744578478031485],[-72.8876119985179,41.74520547810047],[-72.88783099859417,41.74529147810999],[-72.8881539987055,41.74539847812019],[-72.88840099876941,41.7451134780571],[-72.88914099896088,41.7442594778681],[-72.88938899902517,41.74397547780518],[-72.88957599907354,41.74375947775738],[-72.88979899913132,41.743503477700685],[-72.89053799932292,41.74265747751326],[-72.89091199941865,41.74220747741415],[-72.89101199944356,41.74207547738543],[-72.89117699948481,41.74186047733853],[-72.89131499951088,41.74153447727106],[-72.89131499949833,41.74131747722914],[-72.89131599948071,41.7410074771692],[-72.8913039994572,41.7406684771041],[-72.89129699944242,41.740452477062604],[-72.89128799942982,41.74028547703062],[-72.89126399939309,41.739785476934784],[-72.8912559993809,41.73961947690297],[-72.8912459993723,41.73952747688551],[-72.89121599934658,41.73925147683316],[-72.89120699933838,41.73916047681587],[-72.8911519992901,41.738635476716226],[-72.89098999914644,41.73706347641772],[-72.89093699909888,41.736539476318185],[-72.89121199918118,41.736414476285105],[-72.89163699930647,41.73618947622782],[-72.89371399991896,41.73509047594808],[-72.89438900011575,41.734694475849636],[-72.89449400014628,41.73463147583405],[-72.8948130002393,41.73444447578756],[-72.8949190002702,41.734382475772136],[-72.89521800035706,41.73420147572747],[-72.89536400040055,41.7341314757092],[-72.89573100050988,41.73395647566346],[-72.89606000060758,41.73379447562149],[-72.89676900082237,41.73351847554514],[-72.89701100089576,41.733425475519326],[-72.89723900096371,41.733317475491056],[-72.89754400105461,41.73317247545313],[-72.8984600013277,41.73273947533973],[-72.89876600141895,41.73259547530194],[-72.89901700149238,41.732452475266186],[-72.89983100173428,41.73205447516284],[-72.90062600218018,41.735289475762194],[-72.90073100223432,41.735634475825435],[-72.90102200238292,41.736565475995874],[-72.90108100240923,41.73668847601773],[-72.90113600243876,41.736889476054785],[-72.9013020025278,41.7374944761663],[-72.90135800255771,41.73769647620352],[-72.90149800262708,41.73810747627837],[-72.90192100283616,41.73934147650307],[-72.90200300287664,41.7395794765464],[-72.90208100291163,41.73974547657593],[-72.90209400292073,41.73982947659173],[-72.9021340029485,41.74008447663972],[-72.90214800295799,41.74016947665569],[-72.9021130029581,41.74036847669527],[-72.90211200295836,41.74037847669724],[-72.90215400300659,41.740975476811215],[-72.90216900302323,41.741178476849946],[-72.90216600302368,41.741203476854864],[-72.90216000302624,41.741281476870135],[-72.9021580030271,41.74130747687521],[-72.90217000305157,41.741662476943425],[-72.90217800305584,41.74169147694876],[-72.90227600310708,41.74202547701012],[-72.90244400319504,41.74260047711575],[-72.902503003226,41.74280347715305],[-72.90261200328295,41.74317447722119],[-72.90261400328825,41.74325447723657],[-72.90262300330518,41.74349647728303],[-72.90262600331086,41.743577477298594],[-72.90263800332458,41.74374747733104],[-72.90267400336589,41.744258477428595],[-72.90268700338004,41.74442947746119],[-72.9026950033854,41.74447747747021],[-72.90271900340154,41.74462147749727],[-72.902727003407,41.74467047750646],[-72.9028910034994,41.74534447763135],[-72.90298700354512,41.74559447767651],[-72.90336400374079,41.74685447790768],[-72.90358600386696,41.74778547808031],[-72.90361700388478,41.74791847810501],[-72.90364900390294,41.748052478129836],[-72.90366800391377,41.74813247814466],[-72.90387700403264,41.74901047830749],[-72.9039730040874,41.7494164783828],[-72.90416600418676,41.75004747849841],[-72.90424700422454,41.750244478533844],[-72.90479100476541,41.75652447972908],[-72.90492800490122,41.7580984800286],[-72.90561000532706,41.761615480685606],[-72.90604200559672,41.763841481101394],[-72.90624800572517,41.76490048129917],[-72.90698500618495,41.76869248200737],[-72.90770000661885,41.77216048265363],[-72.90792400675448,41.773241482855035],[-72.9083290070002,41.77520448322079],[-72.90842500705848,41.775670483307614],[-72.90848100709884,41.77605148337934],[-72.90471700588222,41.77620448353123],[-72.90405400566391,41.77616248354467],[-72.90362600551617,41.77601748353057],[-72.90298600529051,41.77571948349386],[-72.90261200515263,41.775441483452354],[-72.90215900498697,41.77512848340665],[-72.90163200473212,41.773692483146576],[-72.90116800448845,41.77209548285335],[-72.90107800443238,41.77163348276709],[-72.9012190044301,41.77080248260207],[-72.90120400435308,41.7695584823624],[-72.90121800430813,41.768704482197066],[-72.9010240042302,41.76844948215413],[-72.90088900417929,41.76832948213535],[-72.90039300400598,41.76812548211207],[-72.89992600384525,41.7679754820983],[-72.89824700322421,41.766691481904935],[-72.8977140030271,41.766284481843655],[-72.89627900249634,41.76518748167845],[-72.8961140024296,41.764962481640374],[-72.89594100236782,41.76486848162782],[-72.8952380021288,41.76469348161688],[-72.89497000204376,41.764731481632914],[-72.89416600178856,41.764844481680846],[-72.89389900170387,41.76488348169706],[-72.89307800143897,41.76492448173163],[-72.89061800064525,41.76504848183546],[-72.88979800038074,41.76509048187018],[-72.88899200012185,41.765151481908134],[-72.88844999994858,41.76520648193635],[-72.88794899978835,41.765256481962275],[-72.88774599972344,41.76527648197273],[-72.88757799966965,41.76529248198127],[-72.8874559996307,41.765305481987745],[-72.88655799934462,41.765414482037954],[-72.88643899930652,41.76542548204393],[-72.8863579992805,41.76543148204772],[-72.88616899921995,41.76544848205715],[-72.88595699915197,41.76546648206748],[-72.88575099908594,41.76548448207767],[-72.88548899900198,41.7655074820906],[-72.88518099890327,41.76553448210583],[-72.88500599884715,41.7655494821144],[-72.88465899873454,41.76555548212682],[-72.88457199870672,41.76556448213139],[-72.88431399862422,41.76559048214479],[-72.8842279985968,41.765600482149495],[-72.8842199985942,41.765600482149765],[-72.8841989985875,41.765602482150825],[-72.88419199858527,41.76560348215125],[-72.88375899844343,41.7655884821624],[-72.88245999801806,41.765546482196456],[-72.88202799787659,41.76553248220778],[-72.88175499778701,41.76552048221434],[-72.88105499755737,41.76549048223126],[-72.88093799751847,41.765476482232344],[-72.88066699742849,41.765446482235355],[-72.8802069972741,41.765366482234825],[-72.87744499635984,41.76510748227446],[-72.87656799606526,41.76495148227277],[-72.87593499585395,41.76486148227594],[-72.8755229957164,41.76480248227792],[-72.87513199558613,41.76475148228076],[-72.87431599531513,41.76465948228947],[-72.87398999520742,41.76463248229483],[-72.87383099515468,41.764615482296705],[-72.87352299505277,41.764587482301295],[-72.87316299493365,41.7645544823066],[-72.87277299480465,41.76451948231249],[-72.87264399476196,41.764507482314364],[-72.87255299473672,41.764583482332],[-72.87242299469226,41.76454648232907]]]},"properties":{"name":4603.02,"geoid":"09003460302"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.80828097994812,41.870687504880955],[-72.80820397992215,41.87067250488057],[-72.80797297984431,41.87062850487957],[-72.80789697981872,41.87061450487935],[-72.80727197960815,41.87049650487687],[-72.80715197956792,41.87047750487711],[-72.80697097950724,41.87044850487737],[-72.80671197942137,41.87042350488097],[-72.8062709792761,41.87039750489025],[-72.80511097889432,41.87033450491574],[-72.8048879788217,41.87033550492316],[-72.80478997878981,41.87033650492653],[-72.80452797870625,41.870368504941176],[-72.8043369786473,41.87042550495835],[-72.80416197859518,41.87051050498041],[-72.80406997856949,41.870584504997645],[-72.80379397849242,41.87080650504936],[-72.80370197846672,41.8708805050666],[-72.80342697836953,41.870750505050474],[-72.80260397807868,41.87036150500222],[-72.80232997798187,41.870232504986234],[-72.80221997794364,41.870191504981904],[-72.80189197782977,41.87007150496942],[-72.8017829777919,41.870031504965254],[-72.80168197775686,41.86999450496139],[-72.80138097765229,41.86988350494978],[-72.8012809776176,41.86984750494608],[-72.80095697750751,41.869770504941755],[-72.80092497749673,41.869764504941614],[-72.80067397741242,41.86972150494148],[-72.80055997737409,41.869701504941325],[-72.80055897737192,41.8696695049352],[-72.80055397735926,41.869479504898756],[-72.80048597733146,41.869382504882275],[-72.80047197732576,41.86936250487888],[-72.8001969772227,41.86913150484328],[-72.79991797711817,41.86889750480724],[-72.7998509770931,41.86884150479862],[-72.79966497702243,41.868668504771335],[-72.79978297705757,41.86861150475653],[-72.79989697709144,41.86855450474186],[-72.80139297749074,41.867031504399954],[-72.8018659775927,41.86613150421124],[-72.80192697754661,41.8649945039902],[-72.80179697745253,41.86410250382255],[-72.80178897743238,41.863800503764615],[-72.80178897740785,41.863377503683125],[-72.80262897748719,41.86002450300983],[-72.80350597768634,41.858529502693344],[-72.80487197807554,41.857563502462924],[-72.80558097827478,41.85701450233417],[-72.80635197848271,41.85626650216503],[-72.80792297895096,41.855511501968614],[-72.80806297899039,41.855404501943454],[-72.80930497933318,41.85433550169718],[-72.80943397936844,41.854218501670466],[-72.8101099795238,41.853098501432704],[-72.81031897951996,41.851857501186764],[-72.81015897941715,41.85098350102351],[-72.80942597914263,41.85036950092894],[-72.80822897868285,41.84916750073607],[-72.80767197845047,41.84829050058508],[-72.80758797839876,41.84787050050686],[-72.80753397836567,41.84760350045715],[-72.80731597827562,41.84727550040098],[-72.80727397825572,41.84716850038173],[-72.80714897820282,41.84695850034528],[-72.80702497815018,41.84674750030864],[-72.80682597806585,41.84641150025031],[-72.80680197803652,41.84604050017959],[-72.80675397797793,41.84529950003831],[-72.80674497796625,41.8451485000095],[-72.80697697803048,41.84495249996421],[-72.80754197818744,41.844483499855485],[-72.80892997858251,41.843495499620055],[-72.80976997878464,41.84225949935458],[-72.81009797886365,41.84177849925121],[-72.81017497885495,41.841195499136326],[-72.81018897882277,41.84056149901366],[-72.80991497864441,41.83902449872623],[-72.80954097837844,41.83653749825887],[-72.80932697825476,41.83560649808631],[-72.8095639783353,41.835663498089616],[-72.81148797896934,41.83578549805079],[-72.81163397902677,41.83595549807884],[-72.81167097903945,41.835966498079756],[-72.81189897910772,41.83586249805232],[-72.81195697912634,41.83585749804947],[-72.81205997916493,41.83594449806292],[-72.81210397917992,41.835955498063605],[-72.8123239792421,41.835791498024854],[-72.81238997926043,41.835736498012125],[-72.81257397931691,41.83567649799459],[-72.81273497937093,41.83570349799458],[-72.8129849794578,41.83579649800442],[-72.81310997949888,41.83580249800152],[-72.81335897958512,41.83589049801041],[-72.81345397962338,41.836016498031626],[-72.81356497967094,41.836213498066016],[-72.81369697972163,41.83634549808717],[-72.81396097981784,41.83652149811256],[-72.81400497983566,41.836581498122705],[-72.81408597986496,41.836631498129705],[-72.8141439798845,41.83664249812995],[-72.81420997990848,41.836685498136106],[-72.81423997992243,41.83675749814902],[-72.81429097993906,41.836757498147364],[-72.81448198000285,41.83678449814637],[-72.81468698007603,41.83689449816094],[-72.8147309800945,41.8369654981732],[-72.81494398017377,41.83713549819907],[-72.81495198018054,41.83720749821269],[-72.81520898027193,41.83733949822982],[-72.8152669803089,41.83765149828808],[-72.81526698031082,41.83768449829445],[-72.81552398040158,41.83780549830945],[-72.81567098044793,41.83777849829948],[-72.81591998052936,41.83778349829238],[-72.81603098056333,41.837745498281436],[-72.81607498057157,41.83764049825977],[-72.81610398057371,41.83751449823454],[-72.81663998073279,41.83724549816531],[-72.81672998076107,41.83722749815891],[-72.81670998076065,41.83733249817982],[-72.81669398076083,41.83742549819825],[-72.81662998075271,41.83764549824274],[-72.81659998074898,41.837749498263776],[-72.81679598081469,41.83778149826359],[-72.81738598101252,41.837877498262976],[-72.81758298107859,41.837909498262746],[-72.81767798111046,41.83792549826275],[-72.81777698114352,41.83793949826226],[-72.81836098133888,41.83802649826009],[-72.81855598140412,41.838055498259365],[-72.81885898150739,41.83813449826476],[-72.81929698165918,41.83829049828064],[-72.8214979824219,41.83907549836063],[-72.82223198267629,41.83933749838733],[-72.82252498277751,41.839436498396914],[-72.82295098292467,41.83958049841087],[-72.82320498301173,41.83965449841689],[-72.82340398307964,41.83970749842065],[-72.8234129830827,41.83970949842075],[-72.82371498318521,41.83978049842463],[-72.82403298329186,41.839832498424364],[-72.82498798361229,41.839991498424034],[-72.8253069837193,41.840044498423914],[-72.82577498387656,41.84012649842454],[-72.82718198434932,41.84037249842633],[-72.82765098450689,41.84045449842693],[-72.82795998461083,41.84051049842771],[-72.82807598465044,41.840541498429914],[-72.82824298470747,41.840586498433176],[-72.82848598479227,41.84068349844399],[-72.82871798487449,41.84079749845844],[-72.82889898494018,41.840913498474926],[-72.82922198505871,41.8411424985086],[-72.82957698518902,41.841394498545654],[-72.83030998545556,41.84187149861384],[-72.83046198551082,41.84197049862797],[-72.83063198557178,41.84206649864097],[-72.83086498565304,41.84215849865115],[-72.83108698572904,41.842221498656095],[-72.83164498591518,41.84229549865225],[-72.83188198599481,41.84233749865266],[-72.83272598628122,41.84253349866306],[-72.83281798631288,41.842562498665664],[-72.8329239863494,41.842596498668776],[-72.83345198653636,41.842853498701174],[-72.83359898658996,41.8429514987153],[-72.83408398677753,41.843460498797675],[-72.83445798691734,41.8437694988451],[-72.83510398715099,41.84416849890104],[-72.83600798747626,41.844697498973666],[-72.83715898788638,41.84530149905274],[-72.83770998808686,41.84566249910443],[-72.83785698813543,41.84567349910178],[-72.83813798822246,41.845595499077625],[-72.838396988302,41.84551149905303],[-72.83863598837469,41.845422499028125],[-72.8388249884305,41.845322499002705],[-72.83889198844992,41.84528149899265],[-72.83964498866935,41.84483449888205],[-72.83989698874282,41.84468549884515],[-72.8407409889951,41.8442934987422],[-72.84090598904443,41.84421749872221],[-72.841340989175,41.844024498670876],[-72.8419069893435,41.843750498599704],[-72.84224998944401,41.84355649855119],[-72.8425499895294,41.8433434985004],[-72.84291398962978,41.84302949842805],[-72.84310898968299,41.84285149838742],[-72.84317798970189,41.842789498373236],[-72.84348598978818,41.842547498316584],[-72.84375998986758,41.84237749827493],[-72.84386898989969,41.84231849826002],[-72.84411798997297,41.842183498225914],[-72.84446899007824,41.84202649818425],[-72.84464299013145,41.84196649816705],[-72.84493299022022,41.84186749813855],[-72.84521599030784,41.84178849811414],[-72.84551299040153,41.84173549809429],[-72.8458529905104,41.841702498076884],[-72.84663899076523,41.841680498047126],[-72.84706999090635,41.84169249803545],[-72.84716599093764,41.841692498032344],[-72.84766099109892,41.84169249801627],[-72.8480189912151,41.841684498003104],[-72.84814299125487,41.84167349799696],[-72.84824199128674,41.8416664979924],[-72.84845299135362,41.84163449797936],[-72.84851399137274,41.841621497974884],[-72.84863699141144,41.841597497966255],[-72.84890699149585,41.84153649794574],[-72.8489579915115,41.841519497940816],[-72.84914899157013,41.841457497922654],[-72.84937599163905,41.841370497898524],[-72.84961299171056,41.841272497871934],[-72.84987599178889,41.84114549783892],[-72.8498809917904,41.84114349783838],[-72.85016799187498,41.84098949779937],[-72.85028899190958,41.840906497779436],[-72.85065499201443,41.840658497719765],[-72.85077799204974,41.84057649769996],[-72.85098599211636,41.840556497689356],[-72.85131499222177,41.8405254976727],[-72.85292899273882,41.84037349759099],[-72.85293899274208,41.84037349759066],[-72.85346899291534,41.84038349757539],[-72.85489899333894,41.83965449738843],[-72.85723899403217,41.838463497082884],[-72.85925099463745,41.8375974968506],[-72.85950599471417,41.83748849682132],[-72.86063499504137,41.836788496649696],[-72.86080599509178,41.83669749662661],[-72.86132099524376,41.83642549655745],[-72.86149299529458,41.83633549653452],[-72.86213899548584,41.83600449644974],[-72.86407599605924,41.835011496195406],[-72.86472299625086,41.83468149611076],[-72.86509799635833,41.83442849604982],[-72.86565399651775,41.83405449595967],[-72.86592599659879,41.83392449592577],[-72.8662939967119,41.83380749589126],[-72.8663839967396,41.833779495882936],[-72.86673299684848,41.83369649585559],[-72.86679699688595,41.83398249590865],[-72.86681099689395,41.834041495919564],[-72.86697499697989,41.834601496022195],[-72.86701499700658,41.83483649606618],[-72.86704099702371,41.83498549609406],[-72.86704099703208,41.83512949612183],[-72.86704099704515,41.835354496165195],[-72.86697599704063,41.835641496222635],[-72.8669679970404,41.83568249623079],[-72.86689599703966,41.836073496308494],[-72.86687699704137,41.83620949633532],[-72.86686699704272,41.836288496350875],[-72.86684999705896,41.836663496423725],[-72.86697399712051,41.83702749648985],[-72.86703999714938,41.83715449651218],[-72.86727999725443,41.83761649659343],[-72.8677639974538,41.8383344967161],[-72.86784199748956,41.83851249674788],[-72.8678989975265,41.83882849680694],[-72.86788199752857,41.83895949683274],[-72.86780499752463,41.83932349690541],[-72.86756099748675,41.84003949705132],[-72.86749399747492,41.84021149708665],[-72.86749299753328,41.841221497281346],[-72.86785499764767,41.84116049725784],[-72.86825299777486,41.8411174972366],[-72.8686619979094,41.84113949722756],[-72.86910699806,41.8412364972318],[-72.86934899814408,41.84132649724127],[-72.86948599819168,41.84137749724665],[-72.86945999818663,41.841436497258876],[-72.86938199817149,41.84161349729551],[-72.86935599816647,41.84167249730773],[-72.86909499811583,41.842264497430314],[-72.86901999809989,41.8424104974609],[-72.86882399805864,41.84279949754222],[-72.86860399801817,41.84333649765287],[-72.86799399789388,41.84461749791956],[-72.86791799787846,41.84477849795305],[-72.86765499782634,41.845355498072806],[-72.86765899785726,41.84586549817095],[-72.86766599790576,41.84666049832392],[-72.86764999791589,41.84692449837532],[-72.86759099792398,41.84739449846781],[-72.86752799793294,41.84790149856756],[-72.86752099793658,41.84800349858744],[-72.86750099794787,41.84830949864704],[-72.8674949979519,41.848412498667095],[-72.86751699798423,41.84884549874981],[-72.86752699799871,41.84903849878668],[-72.86755199807128,41.850146498999365],[-72.8675629981001,41.85058049908264],[-72.8675009981113,41.851120499188696],[-72.86731899814623,41.85274149950695],[-72.86725899815814,41.85328249961314],[-72.8672979982258,41.85422749979395],[-72.86737399835386,41.856003500133646],[-72.86732199835069,41.85624050018099],[-72.86715399832276,41.85670150027527],[-72.86699899828906,41.85699050033598],[-72.8665529981923,41.85782550051134],[-72.86649699818004,41.857928500533006],[-72.86632999814383,41.85824150059874],[-72.86627499813196,41.85834550062055],[-72.86608799810946,41.85900650075398],[-72.86552999804314,41.86099250115468],[-72.86534399802105,41.86165450128826],[-72.8646699977981,41.86159750129919],[-72.86458699777066,41.86159050130054],[-72.8637429974874,41.86144950130082],[-72.86286799719163,41.861266501294004],[-72.86267499712659,41.861229501293145],[-72.86201099690287,41.86110350129046],[-72.86144799671006,41.860942501277734],[-72.85975999613196,41.860460501239736],[-72.85919799593951,41.86030050122719],[-72.85909499588746,41.859982501169284],[-72.85885999579047,41.85963150110929],[-72.85878199575701,41.85949350108525],[-72.85868399571486,41.85931750105452],[-72.85844099561369,41.8589395009896],[-72.85820599551252,41.85851650091575],[-72.85800799541084,41.85787750079906],[-72.85793299536354,41.85748450072578],[-72.85781899529577,41.856957500627956],[-72.85779399528093,41.85684250060661],[-72.85757999518167,41.856334500515686],[-72.85741799511824,41.8561515004857],[-72.85557399455791,41.85684950068009],[-72.85546699452468,41.85687750068897],[-72.85536099449065,41.85688650069413],[-72.85490899434417,41.85690050071152],[-72.85477199430052,41.85691750071927],[-72.85467099426965,41.85695250072928],[-72.8542419941406,41.85713750077887],[-72.85039599298703,41.858853501234385],[-72.84659799182755,41.860199501617075],[-72.84600099164578,41.86041950167885],[-72.84295199071873,41.861565501998626],[-72.8422749905129,41.861820502069754],[-72.8400469898348,41.8626465023012],[-72.83909798954626,41.863003502400794],[-72.83625298868128,41.86407450269948],[-72.83596198859283,41.864184502730126],[-72.83585698855988,41.864206502737765],[-72.83579398854155,41.86424450274712],[-72.83564398849592,41.864300502762795],[-72.83549398845024,41.86435550277827],[-72.83530598839303,41.864425502797836],[-72.83489998826941,41.864575502839934],[-72.8344729881395,41.8647345028844],[-72.83368198789866,41.865026502966344],[-72.83327698777543,41.86517750300859],[-72.83316398774105,41.865219503020334],[-72.83311898772706,41.86523150302412],[-72.83284898764354,41.86530850304772],[-72.8305739869525,41.86617650328876],[-72.83001498678267,41.86638950334793],[-72.82842798630126,41.86700650351829],[-72.82590598553624,41.86798750378911],[-72.82567898546732,41.86807450381325],[-72.82553698542429,41.86813050382863],[-72.82499998526133,41.86833850388614],[-72.82477398519283,41.8684275039106],[-72.8247679851971,41.8685345039314],[-72.8246279851636,41.868743503976205],[-72.82459098515272,41.86876350398126],[-72.82442298510348,41.86885850400501],[-72.82437898509232,41.868913504017044],[-72.82436398509061,41.868968504028125],[-72.8244299851252,41.86919350406932],[-72.82438598511598,41.8692815040877],[-72.82428998509107,41.869391504112],[-72.82409998504187,41.86961050416035],[-72.82409998504836,41.86972250418192],[-72.82409998504953,41.86974250418579],[-72.82413698507054,41.869896504214246],[-72.8242529851194,41.87008650424707],[-72.82416998509193,41.87007950424842],[-72.8230289847163,41.87001550427312],[-72.81960898359064,41.86982750434787],[-72.81935798350906,41.86983150435678],[-72.81882098333462,41.869841504376126],[-72.81813398311232,41.869869504403816],[-72.81759298293748,41.869895504426374],[-72.81680998268446,41.86993350445908],[-72.8159709824125,41.86995950449132],[-72.81577898235032,41.86996650449888],[-72.815430982237,41.86996850451057],[-72.8149689820866,41.86997150452613],[-72.81493298207474,41.86996950452691],[-72.81356798162719,41.86992450456251],[-72.8134409815861,41.8699295045676],[-72.81317398149974,41.869941504578584],[-72.81308898147257,41.869950504583066],[-72.81301698144956,41.86995850458694],[-72.8129459814269,41.86996650459077],[-72.8129279814211,41.86996750459156],[-72.8128749814042,41.86997450459463],[-72.81285798139879,41.86997650459556],[-72.81248298128051,41.87004450462083],[-72.81242298126158,41.87005550462488],[-72.81174198104797,41.87019950467471],[-72.8113719809335,41.87030550470714],[-72.8110059808203,41.87041050473923],[-72.81049898066217,41.87053350477937],[-72.81046998065301,41.870538504781265],[-72.81008998053366,41.87061650480861],[-72.80977898043504,41.87066350482775],[-72.80948998034258,41.8706935048429],[-72.80912698022516,41.87070950485776],[-72.80884798013446,41.87071350486758],[-72.80883098012887,41.87071250486794],[-72.80856498004174,41.87070550487521],[-72.80828097994812,41.870687504880955]]]},"properties":{"name":4661.01,"geoid":"09003466101"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.80932697825476,41.83560649808631],[-72.8091939781587,41.834696497915175],[-72.8087549779601,41.83373749774447],[-72.80870397790757,41.83311749762659],[-72.8087609779182,41.83298049759832],[-72.80915897799339,41.832039497403976],[-72.81034197832831,41.83116649719732],[-72.81045197835645,41.831033497168114],[-72.81147097861535,41.82977049689155],[-72.81236397885414,41.82886949668887],[-72.81339397916126,41.82837749656062],[-72.81445397947729,41.827870496428496],[-72.81517097968594,41.827439496322164],[-72.81637698002562,41.82651949610566],[-72.81770398041978,41.82585949593538],[-72.81855898065045,41.82503249574819],[-72.81899398073361,41.82402149553912],[-72.81935198077468,41.82271649527585],[-72.81930898074481,41.822442495224394],[-72.81952898081178,41.82236149520163],[-72.81967998085948,41.82233549519173],[-72.81968298086775,41.82246149521594],[-72.81985698092446,41.82246149521029],[-72.81992798094404,41.82240049519623],[-72.81997498096082,41.82242549519953],[-72.82149798144944,41.82229449512491],[-72.82154898146733,41.82231649512749],[-72.82278998186547,41.822209495066645],[-72.82284698188374,41.82220449506382],[-72.82341098206341,41.822133495031856],[-72.82360298212438,41.82210649502042],[-72.82418198230845,41.822027494986415],[-72.82437498236989,41.82200249497534],[-72.82459198243897,41.82197449496291],[-72.82510798260316,41.821906494933074],[-72.82730998330402,41.821620494806524],[-72.82804398353771,41.8215264947646],[-72.82823498359843,41.82150049475341],[-72.82880898378092,41.821422494719755],[-72.82900098384205,41.82139749470869],[-72.82936898395978,41.821360494689635],[-72.8304729843131,41.82125049463263],[-72.83084198443122,41.82121449461372],[-72.83267898501826,41.821016494515966],[-72.83819198677986,41.82042149422244],[-72.84002998736725,41.82022449412483],[-72.84027398744499,41.820194494111135],[-72.84100798767902,41.82010649407036],[-72.84125298775722,41.82007849405701],[-72.84204998800794,41.81992449400145],[-72.84220998805205,41.819786493969644],[-72.84231698808165,41.81969549394861],[-72.84244598811968,41.81962649393114],[-72.84288898825471,41.819466493885905],[-72.84334698839953,41.81939049385639],[-72.8447049888396,41.81935049380462],[-72.84528198902267,41.8192654937695],[-72.84701498957256,41.819012493664495],[-72.84759298975602,41.818929493629724],[-72.84851199004736,41.8187904935731],[-72.84881699014404,41.818744493554334],[-72.84985199047479,41.818633493499334],[-72.85127799092733,41.818426493413156],[-72.8515899910264,41.81838249339454],[-72.85220299122285,41.81832649336384],[-72.8525909913459,41.818268493340064],[-72.85291099144747,41.8182224933208],[-72.85375999171877,41.8181314932757],[-72.85384299174534,41.818123493271464],[-72.85401899180098,41.81809449326016],[-72.85406999181615,41.81806949325369],[-72.8541369918362,41.81803849324554],[-72.85435799190807,41.81803649323797],[-72.85502399212479,41.8180324932156],[-72.85524599219704,41.81803149320818],[-72.85561299231412,41.81798849318798],[-72.85671799266659,41.81785949312723],[-72.85708599278396,41.81781649310699],[-72.85893999337254,41.817551492995705],[-72.86421899504856,41.81679949267928],[-72.86450199513837,41.81675849266219],[-72.86635699572743,41.81649649255142],[-72.86656599579452,41.816479492541355],[-72.86719699599709,41.81642849251102],[-72.86740699606459,41.81641249250112],[-72.86796599624348,41.816357492472356],[-72.86964199677983,41.816192492386115],[-72.8702019969591,41.81613849235752],[-72.87024499698235,41.81629749238678],[-72.87053699720411,41.81847949279809],[-72.87069699729378,41.819126492917654],[-72.87109799761657,41.8224364935429],[-72.87230199858563,41.83236849541864],[-72.87230499858771,41.83238749542222],[-72.87238199865101,41.83304549554655],[-72.87269199890511,41.83568049604441],[-72.87275699894622,41.83602349610841],[-72.87295299907,41.83705449630078],[-72.8730189991115,41.837398496364926],[-72.87293699908564,41.83741349637049],[-72.87292199908092,41.837416496371546],[-72.87280099904314,41.83744449638087],[-72.87264199899495,41.83750649639799],[-72.87255099896743,41.83754349640808],[-72.87242099893473,41.837709496444305],[-72.8721299988744,41.838302496568055],[-72.87205799885947,41.83844949659874],[-72.87201999885163,41.838527496615],[-72.8719619988447,41.83873349665659],[-72.87193999885429,41.839021496712824],[-72.87194199886521,41.83919849674687],[-72.87190199886398,41.839401496787296],[-72.87184499885353,41.83954149681613],[-72.8717589988339,41.83968549684666],[-72.87164099880219,41.839801496872866],[-72.87119299867894,41.840192496962786],[-72.87037699845175,41.84085749711747],[-72.87023899841334,41.84097049714374],[-72.86995399832998,41.84113349718442],[-72.86965399824217,41.84130449722712],[-72.86948599819168,41.84137749724665],[-72.86934899814408,41.84132649724127],[-72.86910699806,41.8412364972318],[-72.8686619979094,41.84113949722756],[-72.86825299777486,41.8411174972366],[-72.86785499764767,41.84116049725784],[-72.86749299753328,41.841221497281346],[-72.86749399747492,41.84021149708665],[-72.86756099748675,41.84003949705132],[-72.86780499752463,41.83932349690541],[-72.86788199752857,41.83895949683274],[-72.8678989975265,41.83882849680694],[-72.86784199748956,41.83851249674788],[-72.8677639974538,41.8383344967161],[-72.86727999725443,41.83761649659343],[-72.86703999714938,41.83715449651218],[-72.86697399712051,41.83702749648985],[-72.86684999705896,41.836663496423725],[-72.86686699704272,41.836288496350875],[-72.86687699704137,41.83620949633532],[-72.86689599703966,41.836073496308494],[-72.8669679970404,41.83568249623079],[-72.86697599704063,41.835641496222635],[-72.86704099704515,41.835354496165195],[-72.86704099703208,41.83512949612183],[-72.86704099702371,41.83498549609406],[-72.86701499700658,41.83483649606618],[-72.86697499697989,41.834601496022195],[-72.86681099689395,41.834041495919564],[-72.86679699688595,41.83398249590865],[-72.86673299684848,41.83369649585559],[-72.8663839967396,41.833779495882936],[-72.8662939967119,41.83380749589126],[-72.86592599659879,41.83392449592577],[-72.86565399651775,41.83405449595967],[-72.86509799635833,41.83442849604982],[-72.86472299625086,41.83468149611076],[-72.86407599605924,41.835011496195406],[-72.86213899548584,41.83600449644974],[-72.86149299529458,41.83633549653452],[-72.86132099524376,41.83642549655745],[-72.86080599509178,41.83669749662661],[-72.86063499504137,41.836788496649696],[-72.85950599471417,41.83748849682132],[-72.85925099463745,41.8375974968506],[-72.85723899403217,41.838463497082884],[-72.85489899333894,41.83965449738843],[-72.85346899291534,41.84038349757539],[-72.85293899274208,41.84037349759066],[-72.85292899273882,41.84037349759099],[-72.85131499222177,41.8405254976727],[-72.85098599211636,41.840556497689356],[-72.85077799204974,41.84057649769996],[-72.85065499201443,41.840658497719765],[-72.85028899190958,41.840906497779436],[-72.85016799187498,41.84098949779937],[-72.8498809917904,41.84114349783838],[-72.84987599178889,41.84114549783892],[-72.84961299171056,41.841272497871934],[-72.84937599163905,41.841370497898524],[-72.84914899157013,41.841457497922654],[-72.8489579915115,41.841519497940816],[-72.84890699149585,41.84153649794574],[-72.84863699141144,41.841597497966255],[-72.84851399137274,41.841621497974884],[-72.84845299135362,41.84163449797936],[-72.84824199128674,41.8416664979924],[-72.84814299125487,41.84167349799696],[-72.8480189912151,41.841684498003104],[-72.84766099109892,41.84169249801627],[-72.84716599093764,41.841692498032344],[-72.84706999090635,41.84169249803545],[-72.84663899076523,41.841680498047126],[-72.8458529905104,41.841702498076884],[-72.84551299040153,41.84173549809429],[-72.84521599030784,41.84178849811414],[-72.84493299022022,41.84186749813855],[-72.84464299013145,41.84196649816705],[-72.84446899007824,41.84202649818425],[-72.84411798997297,41.842183498225914],[-72.84386898989969,41.84231849826002],[-72.84375998986758,41.84237749827493],[-72.84348598978818,41.842547498316584],[-72.84317798970189,41.842789498373236],[-72.84310898968299,41.84285149838742],[-72.84291398962978,41.84302949842805],[-72.8425499895294,41.8433434985004],[-72.84224998944401,41.84355649855119],[-72.8419069893435,41.843750498599704],[-72.841340989175,41.844024498670876],[-72.84090598904443,41.84421749872221],[-72.8407409889951,41.8442934987422],[-72.83989698874282,41.84468549884515],[-72.83964498866935,41.84483449888205],[-72.83889198844992,41.84528149899265],[-72.8388249884305,41.845322499002705],[-72.83863598837469,41.845422499028125],[-72.838396988302,41.84551149905303],[-72.83813798822246,41.845595499077625],[-72.83785698813543,41.84567349910178],[-72.83770998808686,41.84566249910443],[-72.83715898788638,41.84530149905274],[-72.83600798747626,41.844697498973666],[-72.83510398715099,41.84416849890104],[-72.83445798691734,41.8437694988451],[-72.83408398677753,41.843460498797675],[-72.83359898658996,41.8429514987153],[-72.83345198653636,41.842853498701174],[-72.8329239863494,41.842596498668776],[-72.83281798631288,41.842562498665664],[-72.83272598628122,41.84253349866306],[-72.83188198599481,41.84233749865266],[-72.83164498591518,41.84229549865225],[-72.83108698572904,41.842221498656095],[-72.83086498565304,41.84215849865115],[-72.83063198557178,41.84206649864097],[-72.83046198551082,41.84197049862797],[-72.83030998545556,41.84187149861384],[-72.82957698518902,41.841394498545654],[-72.82922198505871,41.8411424985086],[-72.82889898494018,41.840913498474926],[-72.82871798487449,41.84079749845844],[-72.82848598479227,41.84068349844399],[-72.82824298470747,41.840586498433176],[-72.82807598465044,41.840541498429914],[-72.82795998461083,41.84051049842771],[-72.82765098450689,41.84045449842693],[-72.82718198434932,41.84037249842633],[-72.82577498387656,41.84012649842454],[-72.8253069837193,41.840044498423914],[-72.82498798361229,41.839991498424034],[-72.82403298329186,41.839832498424364],[-72.82371498318521,41.83978049842463],[-72.8234129830827,41.83970949842075],[-72.82340398307964,41.83970749842065],[-72.82320498301173,41.83965449841689],[-72.82295098292467,41.83958049841087],[-72.82252498277751,41.839436498396914],[-72.82223198267629,41.83933749838733],[-72.8214979824219,41.83907549836063],[-72.81929698165918,41.83829049828064],[-72.81885898150739,41.83813449826476],[-72.81855598140412,41.838055498259365],[-72.81836098133888,41.83802649826009],[-72.81777698114352,41.83793949826226],[-72.81767798111046,41.83792549826275],[-72.81758298107859,41.837909498262746],[-72.81738598101252,41.837877498262976],[-72.81679598081469,41.83778149826359],[-72.81659998074898,41.837749498263776],[-72.81662998075271,41.83764549824274],[-72.81669398076083,41.83742549819825],[-72.81670998076065,41.83733249817982],[-72.81672998076107,41.83722749815891],[-72.81663998073279,41.83724549816531],[-72.81610398057371,41.83751449823454],[-72.81607498057157,41.83764049825977],[-72.81603098056333,41.837745498281436],[-72.81591998052936,41.83778349829238],[-72.81567098044793,41.83777849829948],[-72.81552398040158,41.83780549830945],[-72.81526698031082,41.83768449829445],[-72.8152669803089,41.83765149828808],[-72.81520898027193,41.83733949822982],[-72.81495198018054,41.83720749821269],[-72.81494398017377,41.83713549819907],[-72.8147309800945,41.8369654981732],[-72.81468698007603,41.83689449816094],[-72.81448198000285,41.83678449814637],[-72.81429097993906,41.836757498147364],[-72.81423997992243,41.83675749814902],[-72.81420997990848,41.836685498136106],[-72.8141439798845,41.83664249812995],[-72.81408597986496,41.836631498129705],[-72.81400497983566,41.836581498122705],[-72.81396097981784,41.83652149811256],[-72.81369697972163,41.83634549808717],[-72.81356497967094,41.836213498066016],[-72.81345397962338,41.836016498031626],[-72.81335897958512,41.83589049801041],[-72.81310997949888,41.83580249800152],[-72.8129849794578,41.83579649800442],[-72.81273497937093,41.83570349799458],[-72.81257397931691,41.83567649799459],[-72.81238997926043,41.835736498012125],[-72.8123239792421,41.835791498024854],[-72.81210397917992,41.835955498063605],[-72.81205997916493,41.83594449806292],[-72.81195697912634,41.83585749804947],[-72.81189897910772,41.83586249805232],[-72.81167097903945,41.835966498079756],[-72.81163397902677,41.83595549807884],[-72.81148797896934,41.83578549805079],[-72.8095639783353,41.835663498089616],[-72.80932697825476,41.83560649808631]]]},"properties":{"name":4661.02,"geoid":"09003466102"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.78420097346728,41.89428151020531],[-72.78425797348628,41.8942885102048],[-72.7844289735433,41.89431051020351],[-72.7844869735627,41.894318510203156],[-72.78467797362306,41.89428551019062],[-72.78486897368789,41.89432951019291],[-72.78497097372527,41.89440051020327],[-72.78549297393336,41.895053510312074],[-72.78612897416316,41.89543951036576],[-72.7861539741722,41.89545451036787],[-72.786498974292,41.89558051038092],[-72.78673397436768,41.895564510370235],[-72.78730697455806,41.8956255103634],[-72.78741397459436,41.89564951036455],[-72.78751097462725,41.89567151036565],[-72.78773997470495,41.895723510368235],[-72.78779897472575,41.89575051037153],[-72.78788997475786,41.89579251037665],[-72.78786797475439,41.89585651038969],[-72.78780297474441,41.89604951042895],[-72.78778197474132,41.89611451044215],[-72.78776697473849,41.89614951044937],[-72.78772397473072,41.896257510471564],[-72.78771097472858,41.89629351047892],[-72.7875569746992,41.89665251055301],[-72.78709697461194,41.89773251077584],[-72.78694497458328,41.89809251085008],[-72.78686297456815,41.898292510891224],[-72.7867209745423,41.8986445109636],[-72.78664797453354,41.89890351101583],[-72.78658997452675,41.899112511057936],[-72.7870599746845,41.89918951105753],[-72.78730997476839,41.899230511057304],[-72.7884579751573,41.89948151106841],[-72.78892397531516,41.89958351107295],[-72.78898697533647,41.89959651107341],[-72.78904997535781,41.89961051107406],[-72.78914497539,41.899631511075036],[-72.78943497548428,41.89962651106466],[-72.78956497552656,41.899624511060054],[-72.78970397557225,41.89963051105671],[-72.79012097570926,41.89964851104665],[-72.79016697572436,41.89965051104556],[-72.79026097575519,41.89965351104307],[-72.79040497580243,41.89965851103937],[-72.7908379759445,41.89967351102824],[-72.79098297599208,41.89967851102449],[-72.7925229764974,41.89973351098512],[-72.79389797694866,41.899783510950165],[-72.79487997727523,41.89989351093951],[-72.79549297748413,41.90004851094946],[-72.79743897817069,41.90094451105883],[-72.797881978328,41.901165511087],[-72.79830297848292,41.90146951113185],[-72.79888997868201,41.90160151113822],[-72.80032097916732,41.901923511153804],[-72.80065097927962,41.90200451115868],[-72.80123597947879,41.902149511167615],[-72.8020259797458,41.90231151117316],[-72.80373798032443,41.90266251118518],[-72.8040149804174,41.90270851118505],[-72.80440298054684,41.90275851118208],[-72.80459098060958,41.90278351118079],[-72.80520698081288,41.9028255111689],[-72.80544798089262,41.90284551116493],[-72.80617098113186,41.90290551115301],[-72.8064119812116,41.90292551114903],[-72.80702698141374,41.90295351113447],[-72.80816598178816,41.90300551110752],[-72.8108229826617,41.90312951104516],[-72.81342798351767,41.90324351098254],[-72.81415298375592,41.90327551096517],[-72.81470198393598,41.90329351095081],[-72.81517898409523,41.90335751094765],[-72.81558998423243,41.9034125109449],[-72.81587698432898,41.90346351094538],[-72.8164229845127,41.903561510946524],[-72.81689998467019,41.903595510937585],[-72.81798598502596,41.90362451090791],[-72.81869298525758,41.90364351088862],[-72.81916598540984,41.90360951086671],[-72.81927998544502,41.903575510856456],[-72.81954998552857,41.903498510832875],[-72.82019298572477,41.903267510767535],[-72.82061498585084,41.90306951071573],[-72.82086998592013,41.90283151066165],[-72.82092598593543,41.90278051065002],[-72.8212139860043,41.9023505105579],[-72.82154398611975,41.90248551057317],[-72.82194198626011,41.90266751059528],[-72.82249798645623,41.9029225106263],[-72.82304798665609,41.90327551067637],[-72.82355698684287,41.90363351072874],[-72.82396998699376,41.903912510769025],[-72.8245049871892,41.90427351082112],[-72.82464298723772,41.90433451082838],[-72.82484098730961,41.90446051084619],[-72.825436987526,41.904839510899784],[-72.82560298758624,41.904944510914596],[-72.82563698759856,41.904965510917535],[-72.82584398767325,41.90508951093467],[-72.82585198767616,41.90509451093538],[-72.82613098777647,41.9052555109573],[-72.82644398788692,41.90539951097483],[-72.82649098790327,41.90541751097678],[-72.82671698798202,41.90550451098619],[-72.82656898795142,41.90580751104929],[-72.82635598792592,41.90656251120151],[-72.82631798792413,41.906744511237754],[-72.82631398792398,41.906764511241754],[-72.82623198794603,41.90760251140567],[-72.82621998795643,41.9078485114534],[-72.82622098796834,41.908047511491645],[-72.82623298797877,41.90815951151283],[-72.82626798799787,41.90829151153707],[-72.82703298835328,41.91011151186245],[-72.82717798842185,41.91047751192816],[-72.82718198842362,41.910485511929565],[-72.82725198846059,41.910728511974064],[-72.82731298849538,41.91098451202133],[-72.82734598851982,41.91121951206547],[-72.82733098853421,41.91155051212966],[-72.82726198852357,41.91175451217115],[-72.82664898834823,41.91217551227204],[-72.82563098806166,41.912954512455016],[-72.82514698792592,41.91333351254367],[-72.82353098747299,41.91460451284069],[-72.82310198734987,41.91489251291006],[-72.82267098722268,41.91512151296811],[-72.82222498708697,41.91528851301473],[-72.81842998591851,41.91647351336597],[-72.81802898579248,41.91655451339459],[-72.8172449855461,41.91671351345064],[-72.81667898536222,41.91672551347132],[-72.81606598515947,41.91667651348181],[-72.81541198494162,41.91659751348785],[-72.81560098501623,41.91682051352463],[-72.81586598511615,41.91705251356064],[-72.81629798527908,41.91743151361954],[-72.81695998552068,41.91787351368307],[-72.81731298565111,41.91813651372221],[-72.81739998568489,41.918229513737266],[-72.81784198585643,41.918700513813526],[-72.81659698544928,41.91868051385013],[-72.81301698427869,41.91862551395578],[-72.81286498422894,41.918622513960145],[-72.8116219838225,41.91860351399685],[-72.80793098261522,41.918540514104556],[-72.7968609789943,41.91835251442766],[-72.79317097778731,41.91829051453544],[-72.79270697763378,41.91825251454319],[-72.79131797717417,41.918138514566316],[-72.79085497702103,41.91810151457421],[-72.78977197666669,41.91808151460549],[-72.787507975926,41.918041514671216],[-72.78652297560377,41.9180245146999],[-72.78544097524981,41.91800551473132],[-72.78537297522765,41.91800551473353],[-72.7851719751622,41.91800751474043],[-72.78510497514046,41.91800951474299],[-72.78472097501634,41.9180285147591],[-72.78469897500928,41.918030514760204],[-72.78429297487817,41.91805251477759],[-72.78374097469981,41.918081514801074],[-72.78357097464485,41.918089514808116],[-72.78318797452116,41.91811051482456],[-72.7831379745048,41.91810951482601],[-72.78298997445636,41.91810651483024],[-72.78294097444031,41.91810551483163],[-72.78288097441957,41.91808551482973],[-72.7827009743574,41.91802551482402],[-72.78264097433664,41.9180055148221],[-72.78225397421032,41.918003514834275],[-72.78109297383136,41.91799751487077],[-72.78070697370539,41.91799651488309],[-72.78021097354102,41.91795151489051],[-72.77872297304795,41.91781751491296],[-72.77822797288395,41.91777351492053],[-72.7776019726816,41.9178045149468],[-72.77572397207445,41.917896515025376],[-72.77509897187247,41.91792851505179],[-72.77501097184447,41.91794051505696],[-72.77474597176025,41.917978515072846],[-72.77465897173263,41.91799151507818],[-72.77058797040868,41.91805651522262],[-72.769707970115,41.91794151522901],[-72.76940597001044,41.91783751521877],[-72.7699549701453,41.91707651505455],[-72.77047497029098,41.91666451495841],[-72.77112697047376,41.91615051483839],[-72.77201897069864,41.915013514590676],[-72.77221797072606,41.9143685144601],[-72.77233997067547,41.912812514156705],[-72.77234697064007,41.91216351403158],[-72.77239297062586,41.91166051393329],[-72.77242397062906,41.911541513909384],[-72.77245997063173,41.91138551387819],[-72.7725079706363,41.91119451383988],[-72.773216970794,41.909928513573256],[-72.77401797101444,41.90922651341218],[-72.77443797112615,41.90879151331486],[-72.77504097127077,41.90789551312286],[-72.77545297135461,41.90702551294206],[-72.77520897124757,41.90655251285893],[-72.77516297122793,41.90647251284502],[-72.77514797114422,41.90511551258432],[-72.77526897117865,41.905028512563646],[-72.77524097116238,41.904905512540864],[-72.77616597143644,41.90443051241947],[-72.77633497149219,41.9044415124161],[-72.7762909714678,41.904268512384235],[-72.77624597144315,41.904096512352574],[-72.77623097143498,41.9040405123423],[-72.776299971441,41.90375651228539],[-72.77636797144675,41.903473512228715],[-72.776421971452,41.90326051218596],[-72.7757729711989,41.90254651206954],[-72.77571197116595,41.902321512028216],[-72.77561297111305,41.90196651196308],[-72.7752469709302,41.90087251176434],[-72.77484997077462,41.900422511690564],[-72.77459097062946,41.89937651149759],[-72.77471297066076,41.89923051146554],[-72.77494897072118,41.89894551140303],[-72.77568197093123,41.89844651128322],[-72.77607097105738,41.8984345112683],[-72.77894697204657,41.89931951134548],[-72.779266972148,41.8992695113255],[-72.77935097217475,41.899258511320646],[-72.77964097225029,41.898930511248125],[-72.77959897222769,41.89877751122003],[-72.77954197219698,41.89856851118163],[-72.77954997212314,41.89725151092783],[-72.77969497213547,41.89664951080723],[-72.78018297225141,41.895905510648184],[-72.78084697245197,41.89563051057374],[-72.78093797248053,41.895611510567115],[-72.78175497273742,41.89544751050907],[-72.78315097317048,41.89506651039048],[-72.78390397339024,41.894622510280584],[-72.78420097346728,41.89428151020531]]]},"properties":{"name":4662.01,"geoid":"09003466201"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.86948599819168,41.84137749724665],[-72.86965399824217,41.84130449722712],[-72.86995399832998,41.84113349718442],[-72.87023899841334,41.84097049714374],[-72.87037699845175,41.84085749711747],[-72.87119299867894,41.840192496962786],[-72.87164099880219,41.839801496872866],[-72.8717589988339,41.83968549684666],[-72.87184499885353,41.83954149681613],[-72.87190199886398,41.839401496787296],[-72.87194199886521,41.83919849674687],[-72.87193999885429,41.839021496712824],[-72.8719619988447,41.83873349665659],[-72.87201999885163,41.838527496615],[-72.87205799885947,41.83844949659874],[-72.8721299988744,41.838302496568055],[-72.87242099893473,41.837709496444305],[-72.87255099896743,41.83754349640808],[-72.87264199899495,41.83750649639799],[-72.87280099904314,41.83744449638087],[-72.87292199908092,41.837416496371546],[-72.87293699908564,41.83741349637049],[-72.8730189991115,41.837398496364926],[-72.87314699935033,41.84079049701453],[-72.87320199945107,41.84221549728738],[-72.8731969994502,41.84222849729005],[-72.87318599944888,41.842267497297925],[-72.87319799945408,41.842289497301785],[-72.87353000006688,41.85096849896343],[-72.87366200030714,41.85435949961248],[-72.87379700054397,41.85767450024673],[-72.87420400125539,41.8676195021491],[-72.8743280014722,41.870649502728604],[-72.87434000149275,41.87093550278329],[-72.87444700168031,41.87355750328473],[-72.87450800178527,41.875018503564085],[-72.87454800185469,41.875986503749175],[-72.87467300207611,41.87908850434238],[-72.87476700224283,41.88142450478908],[-72.87487300243022,41.8840475052906],[-72.87493200252747,41.88538650554645],[-72.87510900281934,41.88940450631415],[-72.875169002917,41.89074450657012],[-72.87546400336362,41.89675550771742],[-72.87593700407939,41.90638350955468],[-72.87634900470438,41.91479151115878],[-72.87651300495185,41.91811451179264],[-72.87658500506139,41.91958851207378],[-72.87664500515194,41.9208045123057],[-72.87485800456695,41.92076351235602],[-72.87454500446451,41.920756512364854],[-72.87423900436434,41.920749512373476],[-72.87230700373189,41.92070551242792],[-72.86178200028648,41.92046651272462],[-72.86089199999515,41.920446512749734],[-72.85929199947134,41.920409512794684],[-72.855334998176,41.920320512906336],[-72.85495499805158,41.92031151291695],[-72.85040099655377,41.920088513022236],[-72.84924999617516,41.92003151304872],[-72.84092299343637,41.91962451324123],[-72.83213499054584,41.91919451344419],[-72.82642998866935,41.918915513575904],[-72.82616798858356,41.918909513583266],[-72.82546598835377,41.918894513603206],[-72.82538198832627,41.918892513605535],[-72.82511998824054,41.918887513613086],[-72.82366398776357,41.91884951365309],[-72.81929698633303,41.91873751377338],[-72.81784198585643,41.918700513813526],[-72.81739998568489,41.918229513737266],[-72.81731298565111,41.91813651372221],[-72.81695998552068,41.91787351368307],[-72.81629798527908,41.91743151361954],[-72.81586598511615,41.91705251356064],[-72.81560098501623,41.91682051352463],[-72.81541198494162,41.91659751348785],[-72.81606598515947,41.91667651348181],[-72.81667898536222,41.91672551347132],[-72.8172449855461,41.91671351345064],[-72.81802898579248,41.91655451339459],[-72.81842998591851,41.91647351336597],[-72.82222498708697,41.91528851301473],[-72.82267098722268,41.91512151296811],[-72.82310198734987,41.91489251291006],[-72.82353098747299,41.91460451284069],[-72.82514698792592,41.91333351254367],[-72.82563098806166,41.912954512455016],[-72.82664898834823,41.91217551227204],[-72.82726198852357,41.91175451217115],[-72.82733098853421,41.91155051212966],[-72.82734598851982,41.91121951206547],[-72.82731298849538,41.91098451202133],[-72.82725198846059,41.910728511974064],[-72.82718198842362,41.910485511929565],[-72.82717798842185,41.91047751192816],[-72.82703298835328,41.91011151186245],[-72.82626798799787,41.90829151153707],[-72.82623298797877,41.90815951151283],[-72.82622098796834,41.908047511491645],[-72.82621998795643,41.9078485114534],[-72.82623198794603,41.90760251140567],[-72.82631398792398,41.906764511241754],[-72.82631798792413,41.906744511237754],[-72.82635598792592,41.90656251120151],[-72.82656898795142,41.90580751104929],[-72.82671698798202,41.90550451098619],[-72.82649098790327,41.90541751097678],[-72.82644398788692,41.90539951097483],[-72.82613098777647,41.9052555109573],[-72.82585198767616,41.90509451093538],[-72.82584398767325,41.90508951093467],[-72.82563698759856,41.904965510917535],[-72.8260209876993,41.904545510824235],[-72.82647398785438,41.90467251083396],[-72.82648898785958,41.90467751083444],[-72.82654798787588,41.9046275108229],[-72.82657798788416,41.90460151081693],[-72.82668198790782,41.90442551077968],[-72.8267279879145,41.904282510750654],[-72.82679198792385,41.90408451071047],[-72.82701198796047,41.90348151058728],[-72.8284729883772,41.902457510342735],[-72.82932598862061,41.901861510200334],[-72.82945798866875,41.901949510212994],[-72.82967198874047,41.90198251021239],[-72.82975998876658,41.90193851020106],[-72.83043598898286,41.90186751016543],[-72.83088198913524,41.901987510174045],[-72.83094298915613,41.90200451017533],[-72.83142698931263,41.90198251015537],[-72.83172098939917,41.90182251011503],[-72.8318749894395,41.90165251007731],[-72.83188298942072,41.90128551000642],[-72.83192698942163,41.90105450996053],[-72.83205698944818,41.900782509903955],[-72.8320959894563,41.900703509887485],[-72.83248898955463,41.900191509776164],[-72.83252198956289,41.90014850976683],[-72.83268998960875,41.89999550973192],[-72.83302798970585,41.89977050967764],[-72.83321898975309,41.89951250962178],[-72.83338798979091,41.89921550955911],[-72.83342498978794,41.898957509508264],[-72.83338798975034,41.89851850942497],[-72.83337498974348,41.89847350941673],[-72.83328498969533,41.898150509357485],[-72.83315998964027,41.897904509314195],[-72.83299798957657,41.897717509283474],[-72.83275598949191,41.89761850927227],[-72.83252098941338,41.89758550927356],[-72.83226398933024,41.89759650928402],[-72.83227398933107,41.89755450927561],[-72.83228198933121,41.897512509267266],[-72.83229398933257,41.89746850925842],[-72.83253098935042,41.896447509054184],[-72.83254998935195,41.89636750903818],[-72.8324389892567,41.89535250884639],[-72.83248298926111,41.89518150881206],[-72.8326809893001,41.89474250872112],[-72.83267398929083,41.89462250869826],[-72.83232898916334,41.894364508659784],[-72.83191698901403,41.89410650862351],[-72.83183598898344,41.89403450861228],[-72.83177098892581,41.89340850849389],[-72.83176898892401,41.89338850849012],[-72.83179998893179,41.893348508481395],[-72.83198598897701,41.89308350842434],[-72.83207998899282,41.892828508372205],[-72.83217598900916,41.89257150831961],[-72.83231298904253,41.89237750827781],[-72.83363398947363,41.892385508236444],[-72.83351698943417,41.89236250823581],[-72.83316598931576,41.892294508234144],[-72.83304998927669,41.89227250823367],[-72.83287998921939,41.89224050823303],[-72.83263098913514,41.892187508230904],[-72.83238198905066,41.892130508228036],[-72.83228798901872,41.89210850822685],[-72.8321499889713,41.89206650822324],[-72.83201698892562,41.89202650821986],[-72.83180398884988,41.89191850820599],[-72.83144498871611,41.89163050816221],[-72.83027198826625,41.890470507976985],[-72.83010198819785,41.89024750793957],[-72.8297679880635,41.8898095078661],[-72.82958498798504,41.889486507809856],[-72.82944798792592,41.889237507766374],[-72.82936998789216,41.889094507741376],[-72.8291669877961,41.88858050764901],[-72.82910098776772,41.88846250762844],[-72.82896298770837,41.88821550758536],[-72.82885198766468,41.88808650756413],[-72.82851898753363,41.88769950750043],[-72.82840898749032,41.88757150747936],[-72.82793898730529,41.88702450738931],[-72.82790498729258,41.88699650738502],[-72.82752798715225,41.8866965073395],[-72.82600198660691,41.88587350723058],[-72.82593298658234,41.885837507225894],[-72.82553498644086,41.88563550719993],[-72.82525198634023,41.88549150718139],[-72.82445098604947,41.88498150710918],[-72.8239959858833,41.884674507064844],[-72.823969985874,41.88466050706299],[-72.82362298575002,41.88447350703825],[-72.82275698544953,41.884160507006094],[-72.82198198518218,41.88390750698254],[-72.82119298490893,41.883631506955],[-72.82023498456729,41.88312650688885],[-72.8197699844003,41.882861506852905],[-72.8184429839238,41.88210550675039],[-72.81840398390976,41.882082506747224],[-72.81828698386768,41.88201450673794],[-72.81824898385399,41.881992506734925],[-72.81803898377845,41.88187050671825],[-72.81786898371728,41.88177150670471],[-72.81751498357895,41.881376506640116],[-72.817353983516,41.88119650661069],[-72.81720198344077,41.88075450653051],[-72.81706598337335,41.880357506458466],[-72.81677798324073,41.879690506339365],[-72.81668098319551,41.879456506297444],[-72.81650298311246,41.879025506220216],[-72.81653398309547,41.87855950612948],[-72.81655398308597,41.878283506075654],[-72.81654698304763,41.87766250595629],[-72.81649498301618,41.87741350591003],[-72.81641898297777,41.877178505867235],[-72.81641498297566,41.87716450586466],[-72.81629598292605,41.8769785058327],[-72.81614198286593,41.87680750580478],[-72.81591898277982,41.87657650576752],[-72.81562398267107,41.876359505735294],[-72.81493798241928,41.87587450566413],[-72.81379098199828,41.87506350554514],[-72.81313398172024,41.87396350535458],[-72.81157098114915,41.872902505200926],[-72.81156798114806,41.872900505200626],[-72.81106998096796,41.87259450515784],[-72.81082198087962,41.87246550514103],[-72.81056398078861,41.87234650512648],[-72.810217980667,41.87219450510843],[-72.80970598048785,41.871983505084394],[-72.8096779804781,41.87197250508317],[-72.80946598040516,41.87190650507735],[-72.80919298031293,41.871850505075415],[-72.80890298021446,41.87178250507171],[-72.80875198016156,41.87171950506447],[-72.80860698010959,41.87163850505356],[-72.80847498006017,41.87152850503665],[-72.80838798002509,41.87141250501714],[-72.80832697999645,41.871261504990024],[-72.80832497999445,41.87123850498567],[-72.80828097994812,41.870687504880955],[-72.80856498004174,41.87070550487521],[-72.80883098012887,41.87071250486794],[-72.80884798013446,41.87071350486758],[-72.80912698022516,41.87070950485776],[-72.80948998034258,41.8706935048429],[-72.80977898043504,41.87066350482775],[-72.81008998053366,41.87061650480861],[-72.81046998065301,41.870538504781265],[-72.81049898066217,41.87053350477937],[-72.8110059808203,41.87041050473923],[-72.8113719809335,41.87030550470714],[-72.81174198104797,41.87019950467471],[-72.81242298126158,41.87005550462488],[-72.81248298128051,41.87004450462083],[-72.81285798139879,41.86997650459556],[-72.8128749814042,41.86997450459463],[-72.8129279814211,41.86996750459156],[-72.8129459814269,41.86996650459077],[-72.81301698144956,41.86995850458694],[-72.81308898147257,41.869950504583066],[-72.81317398149974,41.869941504578584],[-72.8134409815861,41.8699295045676],[-72.81356798162719,41.86992450456251],[-72.81493298207474,41.86996950452691],[-72.8149689820866,41.86997150452613],[-72.815430982237,41.86996850451057],[-72.81577898235032,41.86996650449888],[-72.8159709824125,41.86995950449132],[-72.81680998268446,41.86993350445908],[-72.81759298293748,41.869895504426374],[-72.81813398311232,41.869869504403816],[-72.81882098333462,41.869841504376126],[-72.81935798350906,41.86983150435678],[-72.81960898359064,41.86982750434787],[-72.8230289847163,41.87001550427312],[-72.82416998509193,41.87007950424842],[-72.8242529851194,41.87008650424707],[-72.82413698507054,41.869896504214246],[-72.82409998504953,41.86974250418579],[-72.82409998504836,41.86972250418192],[-72.82409998504187,41.86961050416035],[-72.82428998509107,41.869391504112],[-72.82438598511598,41.8692815040877],[-72.8244299851252,41.86919350406932],[-72.82436398509061,41.868968504028125],[-72.82437898509232,41.868913504017044],[-72.82442298510348,41.86885850400501],[-72.82459098515272,41.86876350398126],[-72.8246279851636,41.868743503976205],[-72.8247679851971,41.8685345039314],[-72.82477398519283,41.8684275039106],[-72.82499998526133,41.86833850388614],[-72.82553698542429,41.86813050382863],[-72.82567898546732,41.86807450381325],[-72.82590598553624,41.86798750378911],[-72.82842798630126,41.86700650351829],[-72.83001498678267,41.86638950334793],[-72.8305739869525,41.86617650328876],[-72.83284898764354,41.86530850304772],[-72.83311898772706,41.86523150302412],[-72.83316398774105,41.865219503020334],[-72.83327698777543,41.86517750300859],[-72.83368198789866,41.865026502966344],[-72.8344729881395,41.8647345028844],[-72.83489998826941,41.864575502839934],[-72.83530598839303,41.864425502797836],[-72.83549398845024,41.86435550277827],[-72.83564398849592,41.864300502762795],[-72.83579398854155,41.86424450274712],[-72.83585698855988,41.864206502737765],[-72.83596198859283,41.864184502730126],[-72.83625298868128,41.86407450269948],[-72.83909798954626,41.863003502400794],[-72.8400469898348,41.8626465023012],[-72.8422749905129,41.861820502069754],[-72.84295199071873,41.861565501998626],[-72.84600099164578,41.86041950167885],[-72.84659799182755,41.860199501617075],[-72.85039599298703,41.858853501234385],[-72.8542419941406,41.85713750077887],[-72.85467099426965,41.85695250072928],[-72.85477199430052,41.85691750071927],[-72.85490899434417,41.85690050071152],[-72.85536099449065,41.85688650069413],[-72.85546699452468,41.85687750068897],[-72.85557399455791,41.85684950068009],[-72.85741799511824,41.8561515004857],[-72.85757999518167,41.856334500515686],[-72.85779399528093,41.85684250060661],[-72.85781899529577,41.856957500627956],[-72.85793299536354,41.85748450072578],[-72.85800799541084,41.85787750079906],[-72.85820599551252,41.85851650091575],[-72.85844099561369,41.8589395009896],[-72.85868399571486,41.85931750105452],[-72.85878199575701,41.85949350108525],[-72.85885999579047,41.85963150110929],[-72.85909499588746,41.859982501169284],[-72.85919799593951,41.86030050122719],[-72.85975999613196,41.860460501239736],[-72.86144799671006,41.860942501277734],[-72.86201099690287,41.86110350129046],[-72.86267499712659,41.861229501293145],[-72.86286799719163,41.861266501294004],[-72.8637429974874,41.86144950130082],[-72.86458699777066,41.86159050130054],[-72.8646699977981,41.86159750129919],[-72.86534399802105,41.86165450128826],[-72.86552999804314,41.86099250115468],[-72.86608799810946,41.85900650075398],[-72.86627499813196,41.85834550062055],[-72.86632999814383,41.85824150059874],[-72.86649699818004,41.857928500533006],[-72.8665529981923,41.85782550051134],[-72.86699899828906,41.85699050033598],[-72.86715399832276,41.85670150027527],[-72.86732199835069,41.85624050018099],[-72.86737399835386,41.856003500133646],[-72.8672979982258,41.85422749979395],[-72.86725899815814,41.85328249961314],[-72.86731899814623,41.85274149950695],[-72.8675009981113,41.851120499188696],[-72.8675629981001,41.85058049908264],[-72.86755199807128,41.850146498999365],[-72.86752699799871,41.84903849878668],[-72.86751699798423,41.84884549874981],[-72.8674949979519,41.848412498667095],[-72.86750099794787,41.84830949864704],[-72.86752099793658,41.84800349858744],[-72.86752799793294,41.84790149856756],[-72.86759099792398,41.84739449846781],[-72.86764999791589,41.84692449837532],[-72.86766599790576,41.84666049832392],[-72.86765899785726,41.84586549817095],[-72.86765499782634,41.845355498072806],[-72.86791799787846,41.84477849795305],[-72.86799399789388,41.84461749791956],[-72.86860399801817,41.84333649765287],[-72.86882399805864,41.84279949754222],[-72.86901999809989,41.8424104974609],[-72.86909499811583,41.842264497430314],[-72.86935599816647,41.84167249730773],[-72.86938199817149,41.84161349729551],[-72.86945999818663,41.841436497258876],[-72.86948599819168,41.84137749724665]]]},"properties":{"name":4662.02,"geoid":"09003466202"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.79966497702243,41.868668504771335],[-72.7998509770931,41.86884150479862],[-72.79991797711817,41.86889750480724],[-72.8001969772227,41.86913150484328],[-72.80047197732576,41.86936250487888],[-72.80048597733146,41.869382504882275],[-72.80055397735926,41.869479504898756],[-72.80055897737192,41.8696695049352],[-72.80055997737409,41.869701504941325],[-72.80067397741242,41.86972150494148],[-72.80092497749673,41.869764504941614],[-72.80095697750751,41.869770504941755],[-72.8012809776176,41.86984750494608],[-72.80138097765229,41.86988350494978],[-72.80168197775686,41.86999450496139],[-72.8017829777919,41.870031504965254],[-72.80189197782977,41.87007150496942],[-72.80221997794364,41.870191504981904],[-72.80232997798187,41.870232504986234],[-72.80260397807868,41.87036150500222],[-72.80342697836953,41.870750505050474],[-72.80370197846672,41.8708805050666],[-72.80379397849242,41.87080650504936],[-72.80406997856949,41.870584504997645],[-72.80416197859518,41.87051050498041],[-72.8043369786473,41.87042550495835],[-72.80452797870625,41.870368504941176],[-72.80478997878981,41.87033650492653],[-72.8048879788217,41.87033550492316],[-72.80511097889432,41.87033450491574],[-72.8062709792761,41.87039750489025],[-72.80671197942137,41.87042350488097],[-72.80697097950724,41.87044850487737],[-72.80715197956792,41.87047750487711],[-72.80727197960815,41.87049650487687],[-72.80789697981872,41.87061450487935],[-72.80797297984431,41.87062850487957],[-72.80820397992215,41.87067250488057],[-72.80828097994812,41.870687504880955],[-72.80832497999445,41.87123850498567],[-72.80832697999645,41.871261504990024],[-72.80838798002509,41.87141250501714],[-72.80847498006017,41.87152850503665],[-72.80860698010959,41.87163850505356],[-72.80875198016156,41.87171950506447],[-72.80890298021446,41.87178250507171],[-72.80919298031293,41.871850505075415],[-72.80946598040516,41.87190650507735],[-72.8096779804781,41.87197250508317],[-72.80970598048785,41.871983505084394],[-72.810217980667,41.87219450510843],[-72.81056398078861,41.87234650512648],[-72.81082198087962,41.87246550514103],[-72.81106998096796,41.87259450515784],[-72.81156798114806,41.872900505200626],[-72.81157098114915,41.872902505200926],[-72.81313398172024,41.87396350535458],[-72.81379098199828,41.87506350554514],[-72.81493798241928,41.87587450566413],[-72.81562398267107,41.876359505735294],[-72.81591898277982,41.87657650576752],[-72.81614198286593,41.87680750580478],[-72.81629598292605,41.8769785058327],[-72.81641498297566,41.87716450586466],[-72.81641898297777,41.877178505867235],[-72.81649498301618,41.87741350591003],[-72.81654698304763,41.87766250595629],[-72.81655398308597,41.878283506075654],[-72.81653398309547,41.87855950612948],[-72.81650298311246,41.879025506220216],[-72.81668098319551,41.879456506297444],[-72.81677798324073,41.879690506339365],[-72.81706598337335,41.880357506458466],[-72.81720198344077,41.88075450653051],[-72.817353983516,41.88119650661069],[-72.81751498357895,41.881376506640116],[-72.81786898371728,41.88177150670471],[-72.81803898377845,41.88187050671825],[-72.81824898385399,41.881992506734925],[-72.81828698386768,41.88201450673794],[-72.81840398390976,41.882082506747224],[-72.8184429839238,41.88210550675039],[-72.8197699844003,41.882861506852905],[-72.82023498456729,41.88312650688885],[-72.82119298490893,41.883631506955],[-72.82198198518218,41.88390750698254],[-72.82275698544953,41.884160507006094],[-72.82362298575002,41.88447350703825],[-72.823969985874,41.88466050706299],[-72.8239959858833,41.884674507064844],[-72.82445098604947,41.88498150710918],[-72.82525198634023,41.88549150718139],[-72.82553498644086,41.88563550719993],[-72.82593298658234,41.885837507225894],[-72.82600198660691,41.88587350723058],[-72.82752798715225,41.8866965073395],[-72.82790498729258,41.88699650738502],[-72.82793898730529,41.88702450738931],[-72.82840898749032,41.88757150747936],[-72.82851898753363,41.88769950750043],[-72.82885198766468,41.88808650756413],[-72.82896298770837,41.88821550758536],[-72.82910098776772,41.88846250762844],[-72.8291669877961,41.88858050764901],[-72.82936998789216,41.889094507741376],[-72.82944798792592,41.889237507766374],[-72.82958498798504,41.889486507809856],[-72.8297679880635,41.8898095078661],[-72.83010198819785,41.89024750793957],[-72.83027198826625,41.890470507976985],[-72.83144498871611,41.89163050816221],[-72.83180398884988,41.89191850820599],[-72.83201698892562,41.89202650821986],[-72.8321499889713,41.89206650822324],[-72.83228798901872,41.89210850822685],[-72.83238198905066,41.892130508228036],[-72.83263098913514,41.892187508230904],[-72.83287998921939,41.89224050823303],[-72.83304998927669,41.89227250823367],[-72.83316598931576,41.892294508234144],[-72.83351698943417,41.89236250823581],[-72.83363398947363,41.892385508236444],[-72.83231298904253,41.89237750827781],[-72.83217598900916,41.89257150831961],[-72.83207998899282,41.892828508372205],[-72.83198598897701,41.89308350842434],[-72.83179998893179,41.893348508481395],[-72.83176898892401,41.89338850849012],[-72.83177098892581,41.89340850849389],[-72.83183598898344,41.89403450861228],[-72.83191698901403,41.89410650862351],[-72.83232898916334,41.894364508659784],[-72.83267398929083,41.89462250869826],[-72.8326809893001,41.89474250872112],[-72.83248298926111,41.89518150881206],[-72.8324389892567,41.89535250884639],[-72.83254998935195,41.89636750903818],[-72.83253098935042,41.896447509054184],[-72.83229398933257,41.89746850925842],[-72.83228198933121,41.897512509267266],[-72.83227398933107,41.89755450927561],[-72.83226398933024,41.89759650928402],[-72.83252098941338,41.89758550927356],[-72.83275598949191,41.89761850927227],[-72.83299798957657,41.897717509283474],[-72.83315998964027,41.897904509314195],[-72.83328498969533,41.898150509357485],[-72.83337498974348,41.89847350941673],[-72.83338798975034,41.89851850942497],[-72.83342498978794,41.898957509508264],[-72.83338798979091,41.89921550955911],[-72.83321898975309,41.89951250962178],[-72.83302798970585,41.89977050967764],[-72.83268998960875,41.89999550973192],[-72.83252198956289,41.90014850976683],[-72.83248898955463,41.900191509776164],[-72.8320959894563,41.900703509887485],[-72.83205698944818,41.900782509903955],[-72.83192698942163,41.90105450996053],[-72.83188298942072,41.90128551000642],[-72.8318749894395,41.90165251007731],[-72.83172098939917,41.90182251011503],[-72.83142698931263,41.90198251015537],[-72.83094298915613,41.90200451017533],[-72.83088198913524,41.901987510174045],[-72.83043598898286,41.90186751016543],[-72.82975998876658,41.90193851020106],[-72.82967198874047,41.90198251021239],[-72.82945798866875,41.901949510212994],[-72.82932598862061,41.901861510200334],[-72.8284729883772,41.902457510342735],[-72.82701198796047,41.90348151058728],[-72.82679198792385,41.90408451071047],[-72.8267279879145,41.904282510750654],[-72.82668198790782,41.90442551077968],[-72.82657798788416,41.90460151081693],[-72.82654798787588,41.9046275108229],[-72.82648898785958,41.90467751083444],[-72.82647398785438,41.90467251083396],[-72.8260209876993,41.904545510824235],[-72.82563698759856,41.904965510917535],[-72.82560298758624,41.904944510914596],[-72.825436987526,41.904839510899784],[-72.82484098730961,41.90446051084619],[-72.82464298723772,41.90433451082838],[-72.8245049871892,41.90427351082112],[-72.82396998699376,41.903912510769025],[-72.82355698684287,41.90363351072874],[-72.82304798665609,41.90327551067637],[-72.82249798645623,41.9029225106263],[-72.82194198626011,41.90266751059528],[-72.82154398611975,41.90248551057317],[-72.8212139860043,41.9023505105579],[-72.82092598593543,41.90278051065002],[-72.82086998592013,41.90283151066165],[-72.82061498585084,41.90306951071573],[-72.82019298572477,41.903267510767535],[-72.81954998552857,41.903498510832875],[-72.81927998544502,41.903575510856456],[-72.81916598540984,41.90360951086671],[-72.81869298525758,41.90364351088862],[-72.81798598502596,41.90362451090791],[-72.81689998467019,41.903595510937585],[-72.8164229845127,41.903561510946524],[-72.81587698432898,41.90346351094538],[-72.81558998423243,41.9034125109449],[-72.81517898409523,41.90335751094765],[-72.81470198393598,41.90329351095081],[-72.81415298375592,41.90327551096517],[-72.81342798351767,41.90324351098254],[-72.8108229826617,41.90312951104516],[-72.80816598178816,41.90300551110752],[-72.80702698141374,41.90295351113447],[-72.8064119812116,41.90292551114903],[-72.80617098113186,41.90290551115301],[-72.80544798089262,41.90284551116493],[-72.80520698081288,41.9028255111689],[-72.80459098060958,41.90278351118079],[-72.80440298054684,41.90275851118208],[-72.8040149804174,41.90270851118505],[-72.80373798032443,41.90266251118518],[-72.8020259797458,41.90231151117316],[-72.80123597947879,41.902149511167615],[-72.80065097927962,41.90200451115868],[-72.80032097916732,41.901923511153804],[-72.79888997868201,41.90160151113822],[-72.79830297848292,41.90146951113185],[-72.797881978328,41.901165511087],[-72.79743897817069,41.90094451105883],[-72.79549297748413,41.90004851094946],[-72.79487997727523,41.89989351093951],[-72.79389797694866,41.899783510950165],[-72.7925229764974,41.89973351098512],[-72.79098297599208,41.89967851102449],[-72.7908379759445,41.89967351102824],[-72.79040497580243,41.89965851103937],[-72.79026097575519,41.89965351104307],[-72.79016697572436,41.89965051104556],[-72.79012097570926,41.89964851104665],[-72.78970397557225,41.89963051105671],[-72.78956497552656,41.899624511060054],[-72.78943497548428,41.89962651106466],[-72.78914497539,41.899631511075036],[-72.78904997535781,41.89961051107406],[-72.78898697533647,41.89959651107341],[-72.78892397531516,41.89958351107295],[-72.7884579751573,41.89948151106841],[-72.78730997476839,41.899230511057304],[-72.7870599746845,41.89918951105753],[-72.78658997452675,41.899112511057936],[-72.78664797453354,41.89890351101583],[-72.7867209745423,41.8986445109636],[-72.78686297456815,41.898292510891224],[-72.78694497458328,41.89809251085008],[-72.78709697461194,41.89773251077584],[-72.7875569746992,41.89665251055301],[-72.78771097472858,41.89629351047892],[-72.78772397473072,41.896257510471564],[-72.78776697473849,41.89614951044937],[-72.78778197474132,41.89611451044215],[-72.78780297474441,41.89604951042895],[-72.78786797475439,41.89585651038969],[-72.78788997475786,41.89579251037665],[-72.78779897472575,41.89575051037153],[-72.78773997470495,41.895723510368235],[-72.78751097462725,41.89567151036565],[-72.78741397459436,41.89564951036455],[-72.78730697455806,41.8956255103634],[-72.78673397436768,41.895564510370235],[-72.786498974292,41.89558051038092],[-72.7861539741722,41.89545451036787],[-72.78612897416316,41.89543951036576],[-72.78549297393336,41.895053510312074],[-72.78497097372527,41.89440051020327],[-72.78486897368789,41.89432951019291],[-72.78467797362306,41.89428551019062],[-72.7844869735627,41.894318510203156],[-72.7844289735433,41.89431051020351],[-72.78425797348628,41.8942885102048],[-72.78420097346728,41.89428151020531],[-72.78407097339796,41.89381751012018],[-72.78413697338536,41.893229510004836],[-72.7845109734591,41.892399509832906],[-72.7842269732925,41.89112450959662],[-72.78414197324244,41.89073950952525],[-72.78410997322662,41.89064650950837],[-72.78402097318273,41.89039050946197],[-72.78393297313917,41.89013450941552],[-72.7838089730778,41.88977350935003],[-72.78390997309734,41.88954250930228],[-72.784006973116,41.8893195092562],[-72.78410497313503,41.88909650921008],[-72.78429597317195,41.88865950911974],[-72.78575597361012,41.888007508946885],[-72.78619397372067,41.88745150882563],[-72.78647697379203,41.88709150874711],[-72.78676097386375,41.886731508668596],[-72.78700797392604,41.88641750860014],[-72.78811697427156,41.88614050851085],[-72.78898997457475,41.886460508544175],[-72.7892029746579,41.886696508582716],[-72.78949997477376,41.88702450863625],[-72.7897969748897,41.88735350868999],[-72.78988097492247,41.887446508705175],[-72.79001097497449,41.88761250873292],[-72.79033597510461,41.88802850880249],[-72.79071597524789,41.88836250885449],[-72.79163597557177,41.88877450890401],[-72.79241297582469,41.888767508877464],[-72.79261397588947,41.88875450886845],[-72.79282697594927,41.88858850882957],[-72.79294297598494,41.8885515088187],[-72.79310097603211,41.88847650879914],[-72.79320797606402,41.88842550878584],[-72.79334697610331,41.88832150876131],[-72.79350397614957,41.88823650873986],[-72.79357497616041,41.88802450869673],[-72.79323397600871,41.88732650857339],[-72.79278297583049,41.88678950848459],[-72.79265697576851,41.88642950841934],[-72.7929379758261,41.88584350829741],[-72.79316297588268,41.88555450823445],[-72.79350497598641,41.88542050819757],[-72.79389497610468,41.88526750815546],[-72.79430197622499,41.88505450810124],[-72.79435497623822,41.88498450808605],[-72.7944499762552,41.88474350803656],[-72.79447097625543,41.88462950801394],[-72.79449397625551,41.88450150798853],[-72.7944649762371,41.884347507959816],[-72.7944369762253,41.88430150795187],[-72.79276397568162,41.88433150801187],[-72.79263397563811,41.884312508012435],[-72.79137497521546,41.88410250801279],[-72.79070397498829,41.883957508006624],[-72.78942997454507,41.883477507955476],[-72.78842297417998,41.88284350786599],[-72.78781997394887,41.882248507770946],[-72.78698097360322,41.88100550755874],[-72.78627897329595,41.8796545073213],[-72.7861409731939,41.87867050713623],[-72.78628497321318,41.8781935070397],[-72.78640797322804,41.87775850695193],[-72.78778197355781,41.875721506515056],[-72.78831397369379,41.875075506373385],[-72.78925397394305,41.87408950615299],[-72.78994097411412,41.87317750595505],[-72.79083397432,41.87170850564314],[-72.79161897448853,41.870201505327394],[-72.79197797458502,41.869847505247556],[-72.79216097463406,41.86966450520637],[-72.79531997565896,41.86958050508784],[-72.79856197670226,41.869347504937885],[-72.79966497702243,41.868668504771335]]]},"properties":{"name":4663,"geoid":"09003466300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.79966497702243,41.868668504771335],[-72.79856197670226,41.869347504937885],[-72.79531997565896,41.86958050508784],[-72.79216097463406,41.86966450520637],[-72.79197797458502,41.869847505247556],[-72.79161897448853,41.870201505327394],[-72.79083397432,41.87170850564314],[-72.78994097411412,41.87317750595505],[-72.78925397394305,41.87408950615299],[-72.78831397369379,41.875075506373385],[-72.78778197355781,41.875721506515056],[-72.78640797322804,41.87775850695193],[-72.78628497321318,41.8781935070397],[-72.7861409731939,41.87867050713623],[-72.78627897329595,41.8796545073213],[-72.78698097360322,41.88100550755874],[-72.78781997394887,41.882248507770946],[-72.78842297417998,41.88284350786599],[-72.78942997454507,41.883477507955476],[-72.79070397498829,41.883957508006624],[-72.79137497521546,41.88410250801279],[-72.79263397563811,41.884312508012435],[-72.79276397568162,41.88433150801187],[-72.7944369762253,41.88430150795187],[-72.7944649762371,41.884347507959816],[-72.79449397625551,41.88450150798853],[-72.79447097625543,41.88462950801394],[-72.7944499762552,41.88474350803656],[-72.79435497623822,41.88498450808605],[-72.79430197622499,41.88505450810124],[-72.79389497610468,41.88526750815546],[-72.79350497598641,41.88542050819757],[-72.79316297588268,41.88555450823445],[-72.7929379758261,41.88584350829741],[-72.79265697576851,41.88642950841934],[-72.79278297583049,41.88678950848459],[-72.79323397600871,41.88732650857339],[-72.79357497616041,41.88802450869673],[-72.79350397614957,41.88823650873986],[-72.79334697610331,41.88832150876131],[-72.79320797606402,41.88842550878584],[-72.79310097603211,41.88847650879914],[-72.79294297598494,41.8885515088187],[-72.79282697594927,41.88858850882957],[-72.79261397588947,41.88875450886845],[-72.79241297582469,41.888767508877464],[-72.79163597557177,41.88877450890401],[-72.79071597524789,41.88836250885449],[-72.79033597510461,41.88802850880249],[-72.79001097497449,41.88761250873292],[-72.78988097492247,41.887446508705175],[-72.7897969748897,41.88735350868999],[-72.78949997477376,41.88702450863625],[-72.7892029746579,41.886696508582716],[-72.78898997457475,41.886460508544175],[-72.78811697427156,41.88614050851085],[-72.78700797392604,41.88641750860014],[-72.78676097386375,41.886731508668596],[-72.78647697379203,41.88709150874711],[-72.78619397372067,41.88745150882563],[-72.78575597361012,41.888007508946885],[-72.78429597317195,41.88865950911974],[-72.78410497313503,41.88909650921008],[-72.784006973116,41.8893195092562],[-72.78390997309734,41.88954250930228],[-72.7838089730778,41.88977350935003],[-72.78393297313917,41.89013450941552],[-72.78402097318273,41.89039050946197],[-72.78410997322662,41.89064650950837],[-72.78414197324244,41.89073950952525],[-72.7842269732925,41.89112450959662],[-72.7845109734591,41.892399509832906],[-72.78413697338536,41.893229510004836],[-72.78407097339796,41.89381751012018],[-72.78420097346728,41.89428151020531],[-72.78390397339024,41.894622510280584],[-72.78315097317048,41.89506651039048],[-72.78175497273742,41.89544751050907],[-72.78093797248053,41.895611510567115],[-72.78084697245197,41.89563051057374],[-72.78018297225141,41.895905510648184],[-72.77969497213547,41.89664951080723],[-72.77954997212314,41.89725151092783],[-72.77954197219698,41.89856851118163],[-72.77959897222769,41.89877751122003],[-72.77964097225029,41.898930511248125],[-72.77935097217475,41.899258511320646],[-72.779266972148,41.8992695113255],[-72.77894697204657,41.89931951134548],[-72.77607097105738,41.8984345112683],[-72.77568197093123,41.89844651128322],[-72.77494897072118,41.89894551140303],[-72.77471297066076,41.89923051146554],[-72.77459097062946,41.89937651149759],[-72.77484997077462,41.900422511690564],[-72.7752469709302,41.90087251176434],[-72.77561297111305,41.90196651196308],[-72.77571197116595,41.902321512028216],[-72.7757729711989,41.90254651206954],[-72.776421971452,41.90326051218596],[-72.77636797144675,41.903473512228715],[-72.776299971441,41.90375651228539],[-72.77623097143498,41.9040405123423],[-72.77624597144315,41.904096512352574],[-72.7762909714678,41.904268512384235],[-72.77633497149219,41.9044415124161],[-72.77616597143644,41.90443051241947],[-72.77524097116238,41.904905512540864],[-72.77526897117865,41.905028512563646],[-72.77514797114422,41.90511551258432],[-72.77516297122793,41.90647251284502],[-72.77520897124757,41.90655251285893],[-72.77545297135461,41.90702551294206],[-72.77504097127077,41.90789551312286],[-72.77443797112615,41.90879151331486],[-72.77401797101444,41.90922651341218],[-72.773216970794,41.909928513573256],[-72.7725079706363,41.91119451383988],[-72.77245997063173,41.91138551387819],[-72.77242397062906,41.911541513909384],[-72.77239297062586,41.91166051393329],[-72.77234697064007,41.91216351403158],[-72.77233997067547,41.912812514156705],[-72.77221797072606,41.9143685144601],[-72.77201897069864,41.915013514590676],[-72.77112697047376,41.91615051483839],[-72.77047497029098,41.91666451495841],[-72.7699549701453,41.91707651505455],[-72.76940597001044,41.91783751521877],[-72.7690559698945,41.91780651522415],[-72.76870596977855,41.91777551522954],[-72.76815496959605,41.917727515238134],[-72.76800596951692,41.91720151514175],[-72.7679599694649,41.916564515020674],[-72.76797196945066,41.91625151496005],[-72.76798896943035,41.91580651487385],[-72.76784996936789,41.91551151482159],[-72.76751396923791,41.915160514764935],[-72.7672979691695,41.91519551477867],[-72.767087969093,41.915057514758914],[-72.76632496885333,41.91521551481403],[-72.76619596881386,41.915260514826876],[-72.76546396859011,41.915518514900235],[-72.76503996844474,41.915396514890496],[-72.76483896835973,41.915061514832544],[-72.76480296834457,41.91500251482235],[-72.76478496833694,41.914972514817165],[-72.764816968305,41.91424251467564],[-72.76491396830423,41.9136845145651],[-72.76493096830426,41.91358951454628],[-72.76489796827387,41.9132515144823],[-72.76485796825874,41.913215514476676],[-72.76452496813253,41.91291251442914],[-72.76410596798277,41.91268651439922],[-72.76386696790414,41.91267451440465],[-72.76382596789047,41.91266951440502],[-72.76377596787387,41.91266451440567],[-72.76370596785057,41.912656514406414],[-72.76366596783731,41.91265251440693],[-72.76337096773162,41.91248951438512],[-72.76248796741525,41.912000514319594],[-72.76219396730997,41.91183851429794],[-72.76213896728535,41.91172351427759],[-72.76208296726041,41.91160851425726],[-72.76206396725195,41.91156951425037],[-72.76201896723182,41.91147551423374],[-72.76195496720324,41.911342514210226],[-72.7618029671352,41.91102451415394],[-72.761676967079,41.91076451410798],[-72.7616499670669,41.910707514097886],[-72.76159896704418,41.91060251407932],[-72.76154796702139,41.910496514060576],[-72.7613279669429,41.910380514045364],[-72.76130796693238,41.91031151403274],[-72.76120996689392,41.91019951401436],[-72.76111096685514,41.910087513996],[-72.76082696674375,41.90976451394303],[-72.76074796671277,41.90967451392827],[-72.76054396663267,41.90944051388984],[-72.76047396660523,41.909361513876895],[-72.76040496657816,41.909282513863936],[-72.76022896650909,41.90908151383095],[-72.75892996603159,41.90815351369439],[-72.75887696600562,41.90800351366722],[-72.75859696586792,41.9072045135225],[-72.7586099658706,41.90717751351688],[-72.758630965875,41.9071355135081],[-72.75864896587873,41.90709851350041],[-72.75866196588147,41.90707251349498],[-72.75892696595636,41.90687351344809],[-72.75903996598828,41.906788513428076],[-72.75919096603096,41.90667551340144],[-72.76017396630866,41.90593651322735],[-72.76036596636297,41.905793513193615],[-72.76058596643007,41.905713513171094],[-72.76071196646711,41.90564351315354],[-72.76108996657842,41.905437513101646],[-72.76121696661583,41.905368513084234],[-72.76228196691014,41.90445451287381],[-72.76235796693109,41.90438851285865],[-72.76271796703038,41.90407651278692],[-72.76386396736228,41.903355512611036],[-72.76407496742348,41.90322451257899],[-72.76505496770812,41.90262251243136],[-72.76615696786506,41.89913351172399],[-72.76663996793393,41.89760551141418],[-72.76694596793445,41.89589451107484],[-72.7678849681085,41.89361651060582],[-72.77138796875828,41.8851255088573],[-72.77062896831745,41.88179050823957],[-72.77040396818651,41.88079750805559],[-72.77221496862525,41.87818050749288],[-72.7723469686552,41.87795450744508],[-72.77454096915325,41.87420650665206],[-72.77989697030314,41.863919504496735],[-72.78008697034389,41.863553504420054],[-72.78059497045305,41.86257950421593],[-72.78065797046658,41.86245850419057],[-72.78084897050768,41.86209350411405],[-72.78167697069225,41.860620503803396],[-72.7827619709341,41.858690503396346],[-72.78444097130854,41.85570650276691],[-72.78459497123401,41.85355350234698],[-72.78482797112676,41.85039050172979],[-72.78494897107181,41.84876050141168],[-72.78496097105749,41.84844550135058],[-72.78515697083054,41.84342250037594],[-72.78476197055686,41.84091849990598],[-72.78445997034758,41.83900349954652],[-72.78426797021459,41.8377864993181],[-72.78348696988945,41.83656649910813],[-72.78378696992786,41.83554049890059],[-72.7844389700116,41.83331549845044],[-72.78355096942396,41.82815949748485],[-72.78333696928226,41.82691549725185],[-72.78455096965972,41.82660149715202],[-72.78709797047671,41.82637649702619],[-72.78837197087707,41.826120496935594],[-72.79235997214877,41.82563949671376],[-72.79764797383507,41.825002496419714],[-72.79796197393468,41.8249554964005],[-72.79829497404138,41.82492449638374],[-72.79844097408785,41.824905496375344],[-72.79855297412367,41.82489349636939],[-72.79855697412732,41.824934496377175],[-72.80801197714811,41.82389649587081],[-72.81401597906319,41.823184495539],[-72.81702198001871,41.822771495361955],[-72.81907898067195,41.82247849523878],[-72.81930898074481,41.822442495224394],[-72.81935198077468,41.82271649527585],[-72.81899398073361,41.82402149553912],[-72.81855898065045,41.82503249574819],[-72.81770398041978,41.82585949593538],[-72.81637698002562,41.82651949610566],[-72.81517097968594,41.827439496322164],[-72.81445397947729,41.827870496428496],[-72.81339397916126,41.82837749656062],[-72.81236397885414,41.82886949668887],[-72.81147097861535,41.82977049689155],[-72.81045197835645,41.831033497168114],[-72.81034197832831,41.83116649719732],[-72.80915897799339,41.832039497403976],[-72.8087609779182,41.83298049759832],[-72.80870397790757,41.83311749762659],[-72.8087549779601,41.83373749774447],[-72.8091939781587,41.834696497915175],[-72.80932697825476,41.83560649808631],[-72.80954097837844,41.83653749825887],[-72.80991497864441,41.83902449872623],[-72.81018897882277,41.84056149901366],[-72.81017497885495,41.841195499136326],[-72.81009797886365,41.84177849925121],[-72.80976997878464,41.84225949935458],[-72.80892997858251,41.843495499620055],[-72.80754197818744,41.844483499855485],[-72.80697697803048,41.84495249996421],[-72.80674497796625,41.8451485000095],[-72.80675397797793,41.84529950003831],[-72.80680197803652,41.84604050017959],[-72.80682597806585,41.84641150025031],[-72.80702497815018,41.84674750030864],[-72.80714897820282,41.84695850034528],[-72.80727397825572,41.84716850038173],[-72.80731597827562,41.84727550040098],[-72.80753397836567,41.84760350045715],[-72.80758797839876,41.84787050050686],[-72.80767197845047,41.84829050058508],[-72.80822897868285,41.84916750073607],[-72.80942597914263,41.85036950092894],[-72.81015897941715,41.85098350102351],[-72.81031897951996,41.851857501186764],[-72.8101099795238,41.853098501432704],[-72.80943397936844,41.854218501670466],[-72.80930497933318,41.85433550169718],[-72.80806297899039,41.855404501943454],[-72.80792297895096,41.855511501968614],[-72.80635197848271,41.85626650216503],[-72.80558097827478,41.85701450233417],[-72.80487197807554,41.857563502462924],[-72.80350597768634,41.858529502693344],[-72.80262897748719,41.86002450300983],[-72.80178897740785,41.863377503683125],[-72.80178897743238,41.863800503764615],[-72.80179697745253,41.86410250382255],[-72.80192697754661,41.8649945039902],[-72.8018659775927,41.86613150421124],[-72.80139297749074,41.867031504399954],[-72.79989697709144,41.86855450474186],[-72.79978297705757,41.86861150475653],[-72.79966497702243,41.868668504771335]]]},"properties":{"name":4664,"geoid":"09003466400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.86544998189845,41.58174044716935],[-72.86559698194539,41.5817254471617],[-72.86604098208726,41.58168244713902],[-72.86618898213457,41.581668447131534],[-72.8667709823201,41.58160444710031],[-72.86851798287731,41.58141644700743],[-72.86910098306328,41.58135444697656],[-72.86918598310255,41.5815574470132],[-72.8692229831195,41.5816434470287],[-72.8692889831621,41.58201244709816],[-72.8692989831764,41.58220544713528],[-72.86931198319328,41.58242644717775],[-72.86930598319661,41.582518447195795],[-72.86928798320658,41.582794447249924],[-72.8692819832099,41.58288644726796],[-72.86925998322107,41.58320644733076],[-72.86919598325548,41.58417044751987],[-72.86917498326706,41.58449144758281],[-72.86919098327672,41.584569447597424],[-72.8692109832866,41.58462844760823],[-72.86926498331297,41.58478244763635],[-72.86932098333756,41.584893447656086],[-72.8693899833657,41.58499344767325],[-72.86940498337144,41.58500844767569],[-72.8695069834104,41.58510944769198],[-72.87006098361914,41.58560944777109],[-72.87172598424641,41.587109448008306],[-72.87228098445551,41.58760944808738],[-72.87286098464145,41.58756344805971],[-72.87452798517594,41.587433447980644],[-72.87460198519932,41.587421447975935],[-72.87517898538208,41.587337447940996],[-72.87566798553739,41.58727344791278],[-72.87713698600419,41.58708544782884],[-72.87762698615994,41.58702344780099],[-72.87774198619641,41.58700744779416],[-72.87808998630702,41.58696344777438],[-72.87820598634393,41.586949447767914],[-72.87833798638574,41.58693044775997],[-72.87873498651172,41.58687644773666],[-72.87886798655393,41.58685844772889],[-72.87941698672861,41.586792447698336],[-72.87942398673091,41.58679244769811],[-72.87974498683623,41.58680944769104],[-72.88012198696505,41.5869184477],[-72.88050398709656,41.58704644771248],[-72.88104298728143,41.587214447727646],[-72.88157898746532,41.58738244774292],[-72.88172098752042,41.58753844776859],[-72.8817349875256,41.587549447770286],[-72.88184298756558,41.58763444778327],[-72.88196498760875,41.58769544779116],[-72.88235098774261,41.58784144780701],[-72.88256598781716,41.58792244781577],[-72.88325498805422,41.58815044783773],[-72.88532398876613,41.588835447903726],[-72.88601398900357,41.58906444792584],[-72.88639198911356,41.58883944786998],[-72.88752698944394,41.588166447702754],[-72.88790598955431,41.58794244764706],[-72.8881229896198,41.58785444762296],[-72.88812898962158,41.58785144762219],[-72.8884019897058,41.58777244759804],[-72.88882598983704,41.58765744756202],[-72.88905998990955,41.58759544754243],[-72.88915898994043,41.58757244753477],[-72.88935999000313,41.587526447519345],[-72.89014399024785,41.58734944745966],[-72.89026399028593,41.587333447452686],[-72.89057099038362,41.58729644743559],[-72.89090799050057,41.58742544744971],[-72.89112699057664,41.58751044745913],[-72.89113499057942,41.58751344745944],[-72.89140999067386,41.58760144746763],[-72.89158999073398,41.58762944746724],[-72.89195999085558,41.58765244745973],[-72.89232099097431,41.587676447452715],[-72.89187999085969,41.588177447564156],[-72.89175399082698,41.588321447596165],[-72.89077299058289,41.589625447880806],[-72.89065499055238,41.5897624479112],[-72.89022099044037,41.59026944802356],[-72.88991799036665,41.59070144811716],[-72.88954199027528,41.59123944823368],[-72.88914599018051,41.5918314483613],[-72.88902799015243,41.59201044839984],[-72.88873899008382,41.59245244849492],[-72.88809698992787,41.5933724486941],[-72.88735098974679,41.59444344892593],[-72.88693398964566,41.59504344905578],[-72.88660298956786,41.59556344916734],[-72.88621798947725,41.59616544929653],[-72.88561498933554,41.59711244949968],[-72.88517798922462,41.59765544961912],[-72.8849179891588,41.59798144969074],[-72.8839519889232,41.59934944998727],[-72.88354998882522,41.5999194501108],[-72.88330398876441,41.60025345018353],[-72.8825669885824,41.60125745040204],[-72.88232198852194,41.60159245047493],[-72.88205298843502,41.60160145048538],[-72.88057798795853,41.60165545054351],[-72.88053198794472,41.601675450548896],[-72.88050198793398,41.60165845054656],[-72.87947798760719,41.60176545060042],[-72.87870998736058,41.6018194506357],[-72.87832598723539,41.60181345064695],[-72.8783229872815,41.602634450806256],[-72.87831098730236,41.60306545089023],[-72.87829798730408,41.60316945091081],[-72.87821598731765,41.60387045104938],[-72.87813898733695,41.60464345120177],[-72.87810798741009,41.60609345148393],[-72.877347987171,41.60623345153563],[-72.87730798715847,41.60624145153846],[-72.87652398691029,41.60635945158669],[-72.8760499867594,41.60641545161287],[-72.87602798675242,41.60641845161417],[-72.87570898665001,41.606441451628946],[-72.8753239865238,41.606423451637895],[-72.87504698643131,41.606381451638704],[-72.87504398643031,41.6063814516388],[-72.8747389863265,41.606300451632954],[-72.87466798630258,41.60628545163233],[-72.87453998626079,41.60628245163589],[-72.87428698617903,41.606291451645816],[-72.87387398605473,41.606465451692905],[-72.87372198600897,41.60652945171024],[-72.8732299858639,41.60678945177654],[-72.87263598569153,41.60715145186593],[-72.87219798556558,41.60743845193574],[-72.87191298548198,41.607596451975574],[-72.87155498537291,41.607724452011965],[-72.87116798525274,41.60782345204366],[-72.87092898517707,41.60785945205837],[-72.87085098515242,41.607871452063215],[-72.87060998507424,41.6078744520716],[-72.87033598498421,41.60785845207734],[-72.8702159849448,41.60785145207986],[-72.86999198486932,41.60780545207817],[-72.86971898477836,41.607767452079635],[-72.86915498459456,41.60776045209649],[-72.8685629844051,41.60781345212591],[-72.86797198421603,41.607867452155475],[-72.86792398418079,41.60752545209073],[-72.86783998411816,41.60690945197398],[-72.86774298407636,41.60673045194242],[-72.86755998401098,41.60662845192855],[-72.86744598397033,41.60656545192001],[-72.86726398390464,41.606452451904],[-72.86695398379655,41.60632545188936],[-72.86602698347338,41.605946451845824],[-72.8657179833657,41.605820451831384],[-72.86572098336052,41.605713451810544],[-72.86573298334606,41.60539345174811],[-72.8657369833413,41.605287451727406],[-72.86566898330996,41.605126451698396],[-72.86558098327703,41.60505145168669],[-72.86548698324194,41.60497245167442],[-72.86522698314764,41.60480245164986],[-72.86485498301354,41.60457345161747],[-72.86460298292351,41.60443245159828],[-72.86489498300185,41.60414245153259],[-72.86495398301788,41.60408745152002],[-72.8652099830877,41.60385345146638],[-72.86544698315505,41.60368445142596],[-72.86616098336171,41.603239451316604],[-72.86639398342923,41.60309545128114],[-72.86658998348739,41.60299845125599],[-72.86709598370066,41.60384845140448],[-72.86715698372389,41.603907451413946],[-72.86718698373525,41.60393545141841],[-72.86731798378167,41.60400245142717],[-72.86746498383177,41.60404245143019],[-72.86765098389277,41.60405145142592],[-72.8685929841892,41.60387945136212],[-72.86876898424363,41.603830451346944],[-72.86890898428632,41.603781451332914],[-72.86921798437844,41.603635451294615],[-72.86940498443639,41.60358545127889],[-72.86962998450942,41.60358345127123],[-72.86975698455198,41.60360545127139],[-72.87001598464164,41.603700451281426],[-72.87018098469667,41.60372445128076],[-72.87025698472077,41.60371345127617],[-72.87034898475002,41.60370245127107],[-72.87046398478515,41.60366245125959],[-72.87056298481404,41.60360545124534],[-72.8706819848454,41.603477451216676],[-72.87072098485223,41.60337545119563],[-72.87072398484466,41.60322645116665],[-72.87069398481701,41.60291445110711],[-72.8706809848052,41.60278245108193],[-72.8706449847708,41.6023864510063],[-72.87063298475938,41.60225545098128],[-72.87087398483179,41.60215145095333],[-72.8711269849067,41.60202345092034],[-72.87131198496007,41.601905450891465],[-72.8713689849766,41.60187045088285],[-72.8715729850341,41.60171645084638],[-72.87173698507999,41.60158645081588],[-72.87180098509621,41.601506450798304],[-72.87188698511802,41.60139945077477],[-72.87202798514949,41.601148450721546],[-72.8725009852484,41.60019145052067],[-72.87258898526862,41.60004545048952],[-72.87273998530355,41.599798450436744],[-72.87290998534552,41.59956645038625],[-72.87303498537814,41.59942645035506],[-72.87298798536021,41.59938045034766],[-72.87286198531231,41.59925945032826],[-72.8728469853067,41.599246450326234],[-72.87279698528813,41.59920645032009],[-72.87266298523825,41.59909645030308],[-72.87262098522265,41.59906245029785],[-72.87238998513769,41.59889045027194],[-72.87224198508429,41.59879845025889],[-72.87209598503159,41.59870745024596],[-72.87198798499263,41.59864045023646],[-72.87166498487609,41.598439450207906],[-72.87155798483745,41.598372450198376],[-72.87123298472066,41.59817845017125],[-72.87029298438303,41.597620450093416],[-72.87025998437088,41.597595450089614],[-72.87020398435033,41.5975544500835],[-72.87010998431526,41.59747645007139],[-72.87003598428704,41.59740345005962],[-72.87000198427174,41.59732945004637],[-72.86998398426375,41.59729245003978],[-72.86993398423765,41.59712045000802],[-72.86990998422392,41.59701744998883],[-72.8697649841413,41.59639844987347],[-72.869732984125,41.59629544985451],[-72.86965598409306,41.59617544983373],[-72.86959998407075,41.59610344982158],[-72.8695249840408,41.59600644980519],[-72.86941198399447,41.59583944977645],[-72.86940298399126,41.595834449775765],[-72.86937598398168,41.595820449773925],[-72.86936798397885,41.5958164497734],[-72.86891498383282,41.59583844979231],[-72.86880098379612,41.59584444979716],[-72.86823698361536,41.595890449824296],[-72.86755998339926,41.595960449859746],[-72.86716998327474,41.5960004498801],[-72.86710998325565,41.596007449883395],[-72.86694698320373,41.596026449892335],[-72.86645898304845,41.596085449919556],[-72.86629698299697,41.59610644992886],[-72.86603698291421,41.59613744994327],[-72.86525998266703,41.596232449986786],[-72.86500098258472,41.59626545000156],[-72.86492698253043,41.59573844990173],[-72.8648039824396,41.59485144973367],[-72.86475598239352,41.594319449632025],[-72.86474898238183,41.59415544960044],[-72.86473898236477,41.59391444955401],[-72.86476698235737,41.59362644949725],[-72.86483398236527,41.593384449448145],[-72.86494398238808,41.59315844940076],[-72.86509298242501,41.59295744935696],[-72.86521998245668,41.59278944932027],[-72.8653529824891,41.59260044927931],[-72.86542998250009,41.592355449229295],[-72.8654189824839,41.592135449186976],[-72.86537998245942,41.59192944914829],[-72.86533798243991,41.59182744912985],[-72.86521898239339,41.591690449107126],[-72.86502698232087,41.591514449079185],[-72.86492198227654,41.59133644904804],[-72.86489398226054,41.59121644902567],[-72.86495398226631,41.59097644897718],[-72.86497198226832,41.5909094489636],[-72.86506198229138,41.59080144893976],[-72.8651699823211,41.59070744891802],[-72.86533198236926,41.590628448897476],[-72.86548798241724,41.59058044888313],[-72.86554198243415,41.59056944887924],[-72.86544998231537,41.58901844858134],[-72.8656459823665,41.588798448532316],[-72.86634998255052,41.5880154483577],[-72.86571198208838,41.58356944751576],[-72.86544998189845,41.58174044716935]]]},"properties":{"name":4301,"geoid":"09003430100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.84676697993413,41.65341746166777],[-72.8419279783863,41.653877461913225],[-72.83477297609764,41.65455846227626],[-72.8274119737429,41.65525746264936],[-72.82692597358748,41.65530446267415],[-72.82561697316876,41.65542946274063],[-72.82257397219529,41.655718462894846],[-72.82073997159888,41.65572346295501],[-72.82067597155107,41.65525346286604],[-72.81995397101231,41.64995746186346],[-72.81989697096999,41.6495434617851],[-72.81973997085306,41.64839546156777],[-72.81952497069271,41.64681946126939],[-72.81942897062078,41.64610946113492],[-72.81943097061803,41.64605046112344],[-72.81943897061042,41.645872461088686],[-72.81944197060808,41.64581446107735],[-72.81944197060544,41.645768461068435],[-72.81944197059764,41.64563246104209],[-72.81944297059538,41.64558746103334],[-72.81929797052968,41.645264460975454],[-72.81918597047878,41.645012460930225],[-72.81840197022454,41.64502646095824],[-72.81804897011008,41.64503346097098],[-72.81787797005617,41.64506346098232],[-72.81768596999578,41.64509946099549],[-72.81736696989526,41.64515646101682],[-72.81719696984173,41.64518746102832],[-72.81662296966154,41.64530146106891],[-72.81596396945476,41.645434461115954],[-72.81580196940388,41.64546646112737],[-72.81563996935301,41.6454984611388],[-72.81528896924289,41.6455694611639],[-72.81505196916848,41.64561646118063],[-72.8149019691207,41.64563446118896],[-72.81477296907971,41.64565146119642],[-72.81432296893652,41.64570746122178],[-72.8142959689278,41.64570846122286],[-72.81421496890167,41.645712461226246],[-72.81418896889333,41.64571446122746],[-72.81434896893127,41.645468461174644],[-72.8148289690453,41.64473346101675],[-72.81498996908363,41.6444884609641],[-72.81514796912323,41.64428246091908],[-72.81561896924126,41.64366846078491],[-72.81648596945853,41.642538460538],[-72.8179579698276,41.64062346011944],[-72.81814996987586,41.6403754600652],[-72.81824996990082,41.64024346003641],[-72.81851696996746,41.639890459959375],[-72.81911297011678,41.63911345978959],[-72.82030497041546,41.637559459449996],[-72.82333197117408,41.63361545858802],[-72.82403697127849,41.63143645814297],[-72.8252439715805,41.629855457797596],[-72.82524897149564,41.628346457504975],[-72.82525197145827,41.62767745737519],[-72.82127797015688,41.627525457473936],[-72.82125697015006,41.627525457474626],[-72.8210519700829,41.62751745747967],[-72.82105697008419,41.627511457478356],[-72.82107297008842,41.62749445747453],[-72.8210789700901,41.62748945747338],[-72.82059796993384,41.627493457489685],[-72.82050096990238,41.62749445749299],[-72.81992296971463,41.627499457512606],[-72.81929996951227,41.62750445753367],[-72.81915696946581,41.627505457538476],[-72.81867696930996,41.62751045755494],[-72.81798996909147,41.62759745759394],[-72.81971696950949,41.6250884570519],[-72.82016296961933,41.6244734569183],[-72.82220497012268,41.621665456308094],[-72.82225597013539,41.62159745629327],[-72.82210797008541,41.62156545629183],[-72.82111296974934,41.62134845628187],[-72.82023396945243,41.621156456273],[-72.82055996945252,41.619306455903825],[-72.82127796967076,41.6190394558289],[-72.82275197007235,41.617680455517885],[-72.82280897008785,41.61762745550577],[-72.82277497007566,41.61760745550298],[-72.82009796911495,41.61603645528472],[-72.81936596885231,41.615607455225145],[-72.8189299685031,41.61198445453671],[-72.81885296844685,41.611439454433494],[-72.81862496827917,41.60980545412398],[-72.81854896822331,41.60926145402093],[-72.81844696812729,41.60816345381128],[-72.8183269680145,41.606874453565176],[-72.81908196826068,41.60688545354298],[-72.8201999686253,41.60690345351044],[-72.82346096953925,41.604341452908415],[-72.82381296941458,41.600162452086515],[-72.82407796932104,41.597021451468706],[-72.82414096933938,41.59698445145949],[-72.82433196939522,41.596874451431994],[-72.82439596941397,41.596838451422954],[-72.82466896949676,41.59673345139378],[-72.82558596977123,41.59631845128371],[-72.82582796984364,41.596209451254765],[-72.82609696992273,41.596062451217584],[-72.82650797004275,41.59582445115816],[-72.82708397020755,41.59543045106316],[-72.82801597047022,41.59472445089615],[-72.82881697069803,41.59415345075956],[-72.82914297079081,41.59392245070423],[-72.82984697098776,41.59336345057311],[-72.83006897105554,41.59328645055101],[-72.83023397110674,41.59324345053734],[-72.83038997115587,41.59321545052687],[-72.83043097116891,41.59321045052459],[-72.83053097120086,41.59320045051941],[-72.83123797142991,41.59318545049371],[-72.8315859715418,41.59316345047822],[-72.83224397175135,41.593086450442065],[-72.83284597194312,41.593016450409074],[-72.83349897214978,41.59291745036882],[-72.83457697249226,41.5927764503067],[-72.83476897255383,41.592761450297594],[-72.83485997258302,41.59275445029329],[-72.8349009725962,41.59275145029141],[-72.83553197280096,41.592744450269684],[-72.83603697296576,41.592754450255335],[-72.83651897312225,41.59275045023903],[-72.83669997317996,41.5927304502293],[-72.83720097333591,41.59260845018947],[-72.83739397339572,41.59255745017335],[-72.83757497345437,41.592553450166754],[-72.83777697352068,41.59256445016236],[-72.83795197357934,41.59259545016272],[-72.84045697443608,41.5933324502249],[-72.84087397457873,41.59345545023531],[-72.84108197464927,41.593506450238486],[-72.84115097467212,41.59351345023762],[-72.84127697471388,41.59352745023628],[-72.84149197478288,41.59351145022623],[-72.84168497484347,41.59347345021262],[-72.84201097494443,41.59338545018506],[-72.8421509749888,41.59336545017666],[-72.8423379750448,41.59328145015432],[-72.8423329750532,41.59345645018843],[-72.84235897509016,41.59395445028419],[-72.84241297516382,41.59493445047256],[-72.8424549751953,41.595245450531536],[-72.84251497524009,41.59568745061532],[-72.84255697526969,41.595965450667904],[-72.84257597528268,41.59608445069036],[-72.84261797530674,41.596266450724315],[-72.84265597532507,41.59637045074326],[-72.84277897537794,41.596595450782935],[-72.84282197539531,41.596654450793],[-72.8428499754123,41.59679245081885],[-72.84285597542355,41.59695445085008],[-72.84285197542641,41.597027450864374],[-72.84281297546384,41.59790245103535],[-72.84284597548276,41.59804545106203],[-72.84290097550759,41.59816645108372],[-72.84299097554319,41.59827745110235],[-72.84302397555611,41.59831545110866],[-72.84308397557943,41.598382451119704],[-72.84313997560315,41.59847845113652],[-72.84319197563404,41.598722451182184],[-72.84327497568874,41.59920645127339],[-72.84338197575887,41.59982345138959],[-72.84342597579322,41.60017345145605],[-72.84344297582086,41.600559451530366],[-72.84343897582586,41.60066945155183],[-72.84342597584981,41.60116145164767],[-72.84341497585174,41.60125745166665],[-72.84338397585816,41.60154545172351],[-72.84337397586046,41.60164245174265],[-72.84338097587133,41.601792451771495],[-72.8434389759033,41.602021451814046],[-72.84346797591577,41.60207445182339],[-72.8435519759519,41.602228451850536],[-72.84369597601226,41.60246445189167],[-72.84392497611967,41.6030394519958],[-72.84398197615344,41.60330545204554],[-72.84400797616875,41.603425452067974],[-72.84404997620094,41.60374845212925],[-72.84406897623373,41.60421345221882],[-72.84408497626123,41.60460245229374],[-72.84409597627082,41.60470745231375],[-72.84412697628595,41.60479545232982],[-72.84429397635692,41.60508645238086],[-72.84434297638019,41.605214452404105],[-72.84436097639383,41.605350452429896],[-72.84435597640058,41.60549645245836],[-72.8443409763987,41.60554845246894],[-72.84431697639607,41.60563945248735],[-72.8441669763668,41.605979452558124],[-72.84415997636674,41.60601845256593],[-72.84413997636712,41.60613845258984],[-72.84413397636747,41.60617845259778],[-72.84415497640006,41.606628452684376],[-72.84415597640097,41.60663845268628],[-72.8441829764156,41.60674045270518],[-72.84423597643759,41.60682345271956],[-72.84431997646966,41.60690645273297],[-72.84442697650847,41.606976452743076],[-72.84452597654364,41.607028452749965],[-72.84461897657594,41.60706445275396],[-72.84473097661346,41.60708345275401],[-72.84483697664804,41.60708545275099],[-72.84529897679789,41.607078452734726],[-72.84534397681252,41.60707845273326],[-72.84542297683781,41.60707145272935],[-72.8455709768838,41.6070344527174],[-72.84573597693408,41.60697545270063],[-72.84593197699456,41.60691845268326],[-72.84606397703652,41.60690145267569],[-72.84661797721357,41.60684745264735],[-72.84928997806772,41.60658945251105],[-72.85018097835258,41.60650445246581],[-72.8506999785191,41.60646545244148],[-72.85109497864529,41.60642545242098],[-72.85109997864684,41.60642445242062],[-72.85118197867294,41.60641445241604],[-72.85213797897678,41.60629145236132],[-72.85265097913923,41.60621545233001],[-72.85309897928212,41.60616645230606],[-72.85384897952142,41.60608645226631],[-72.85390197953835,41.606081452263645],[-72.85476897981617,41.60600945222169],[-72.85511197992604,41.60598045220498],[-72.8566269804118,41.605860452132795],[-72.85783698079891,41.605749452072196],[-72.8580749808747,41.605721452059086],[-72.85819298091234,41.60570845205274],[-72.85875898109305,41.60565045202322],[-72.8587919811035,41.60564545202118],[-72.85902998117935,41.60561845200825],[-72.8594339813082,41.605574451986676],[-72.86020598155206,41.6054494519375],[-72.86036398160206,41.60542545192775],[-72.86131098189767,41.60521045185546],[-72.86145798194406,41.60518545184588],[-72.8620529821276,41.60501245179311],[-72.86235998222341,41.60494245176963],[-72.86282598237064,41.60486745174003],[-72.86340498255716,41.60483645171531],[-72.86361298262334,41.60481145170373],[-72.8636789826444,41.604804451700254],[-72.86387298270428,41.60474845168313],[-72.86413198278383,41.604667451659054],[-72.86437898285763,41.60455345162897],[-72.86460298292351,41.60443245159828],[-72.86485498301354,41.60457345161747],[-72.86522698314764,41.60480245164986],[-72.86548698324194,41.60497245167442],[-72.86558098327703,41.60505145168669],[-72.86566898330996,41.605126451698396],[-72.8657369833413,41.605287451727406],[-72.86573298334606,41.60539345174811],[-72.86572098336052,41.605713451810544],[-72.8657179833657,41.605820451831384],[-72.86602698347338,41.605946451845824],[-72.86695398379655,41.60632545188936],[-72.86726398390464,41.606452451904],[-72.86744598397033,41.60656545192001],[-72.86755998401098,41.60662845192855],[-72.86774298407636,41.60673045194242],[-72.86783998411816,41.60690945197398],[-72.86792398418079,41.60752545209073],[-72.86797198421603,41.607867452155475],[-72.86776298414887,41.60788145216494],[-72.86713898394837,41.607923452193255],[-72.8669309838816,41.60793845220287],[-72.86633098368797,41.607964452227314],[-72.86563298346283,41.60799645225607],[-72.86468398315891,41.60807745230243],[-72.8645379831127,41.60809945231141],[-72.86394598292557,41.60819345234876],[-72.8634539827703,41.60827545238056],[-72.86306398264617,41.60832245240227],[-72.86209798233772,41.60842145245268],[-72.8619669822957,41.608431452458845],[-72.86146998213631,41.60847045248245],[-72.86127998207574,41.60849145249267],[-72.86071298189496,41.60855445252319],[-72.86052398183479,41.60857645253357],[-72.86002698167604,41.60862645255933],[-72.85853798120037,41.6087754526363],[-72.858041981042,41.60882645266222],[-72.85805698106013,41.60905745270652],[-72.85810398111515,41.609750452839364],[-72.85811998113365,41.609982452883834],[-72.85812598114227,41.61009845290613],[-72.8581459811687,41.61044645297296],[-72.85815298117764,41.61056245299523],[-72.85817498120286,41.610877453055586],[-72.85819998123193,41.611242453125556],[-72.85824098127853,41.61182245323667],[-72.85826298130374,41.61213745329703],[-72.85829798134198,41.61260545338664],[-72.858342981377,41.612961453454204],[-72.8584259814242,41.613313453519766],[-72.85859298150669,41.61380445360958],[-72.85862698152317,41.613899453626885],[-72.85905698173161,41.61509545384486],[-72.85924598181838,41.615536453924264],[-72.85999498216987,41.61741745426471],[-72.86031398232473,41.61830845442713],[-72.86034098234063,41.61843245445027],[-72.86034998235141,41.61856945447656],[-72.86034198235517,41.618680454498325],[-72.86024198233122,41.618829454530434],[-72.86025098233408,41.61882845452995],[-72.86034798236493,41.61881645452449],[-72.8595129821755,41.620247454828856],[-72.85945698216503,41.62038245485683],[-72.85942098216262,41.620544454889405],[-72.85943198227895,41.62250945526993],[-72.85942898228056,41.62255445527874],[-72.85939898229795,41.6230274553714],[-72.85935898232138,41.62366245549576],[-72.85931198235033,41.62443345564671],[-72.85928398236676,41.624878455733864],[-72.85927098237558,41.62510545577829],[-72.85927998239016,41.62530845581733],[-72.85931898245036,41.626136455976564],[-72.85938798250375,41.626675456078786],[-72.85942698252649,41.62685045611144],[-72.85945798254643,41.62702245614378],[-72.85983698278926,41.62910545653522],[-72.85987498281351,41.62931245657409],[-72.86001898292602,41.63045645679115],[-72.86008098296342,41.63075645684727],[-72.86014498299485,41.63094145688105],[-72.86022698303674,41.63120645692976],[-72.86024998305284,41.63135645695809],[-72.86026098306807,41.63155945699707],[-72.8602579830764,41.631721457028554],[-72.86025498308896,41.631957457074385],[-72.86018698311618,41.632816457243045],[-72.86016998312357,41.63304145728719],[-72.86017898313453,41.63318145731402],[-72.85954598293256,41.63324945734765],[-72.85779898237526,41.63343945744094],[-72.85764798232677,41.633450457447935],[-72.85701398212325,41.63349745747753],[-72.85668698201884,41.63353145749472],[-72.85570898170667,41.63363445754626],[-72.85550398164126,41.633656457557166],[-72.8553829816027,41.633670457563774],[-72.85431098126126,41.633796457622836],[-72.85384698111349,41.633851457648476],[-72.85357698102756,41.6338844576636],[-72.85088398017065,41.63421545781474],[-72.8499129798628,41.63435445787306],[-72.84815497929746,41.634467457951736],[-72.84757397911065,41.63450545797787],[-72.84708397895666,41.63459945801192],[-72.84637097873531,41.63478345807061],[-72.84664697889285,41.63596445829054],[-72.84688797902044,41.6368214584488],[-72.84693597904577,41.63699045848],[-72.84708397912713,41.637569458587414],[-72.84717597919196,41.63817745870224],[-72.84725997926171,41.63891645884272],[-72.8474129794144,41.640709459185175],[-72.84749797948253,41.64141445931902],[-72.84757397955497,41.642245459477564],[-72.84761597961652,41.64307945963779],[-72.84762397962751,41.64322545966581],[-72.84774097977785,41.645180460040756],[-72.84790797993571,41.64698346038465],[-72.84796497999227,41.64764546051103],[-72.848043980071,41.648568460687265],[-72.84830498024017,41.65003546096302],[-72.84772798003333,41.649702460917155],[-72.84748597994708,41.6495714608996],[-72.84736897991075,41.649601460909196],[-72.84731097989929,41.64973046093605],[-72.84732597991973,41.65000146098806],[-72.84730397993297,41.65035646105753],[-72.8472749799279,41.650432461073194],[-72.84723797991764,41.6504634610804],[-72.84715797989179,41.65046646108357],[-72.84705497985662,41.65043746108127],[-72.84668897973613,41.65041246108825],[-72.84679197978244,41.650635461128125],[-72.84687097982881,41.65099546119529],[-72.84691697985555,41.651200461233515],[-72.84700497995387,41.65241346146561],[-72.84696797996067,41.65274146153034],[-72.84694197995717,41.652827461547844],[-72.84677897993573,41.653377461659645],[-72.84676697993413,41.65341746166777]]]},"properties":{"name":4302.02,"geoid":"09003430202"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.86460298292351,41.60443245159828],[-72.86437898285763,41.60455345162897],[-72.86413198278383,41.604667451659054],[-72.86387298270428,41.60474845168313],[-72.8636789826444,41.604804451700254],[-72.86361298262334,41.60481145170373],[-72.86340498255716,41.60483645171531],[-72.86282598237064,41.60486745174003],[-72.86235998222341,41.60494245176963],[-72.8620529821276,41.60501245179311],[-72.86145798194406,41.60518545184588],[-72.86131098189767,41.60521045185546],[-72.86036398160206,41.60542545192775],[-72.86020598155206,41.6054494519375],[-72.8594339813082,41.605574451986676],[-72.85902998117935,41.60561845200825],[-72.8587919811035,41.60564545202118],[-72.85875898109305,41.60565045202322],[-72.85819298091234,41.60570845205274],[-72.8580749808747,41.605721452059086],[-72.85783698079891,41.605749452072196],[-72.8566269804118,41.605860452132795],[-72.85511197992604,41.60598045220498],[-72.85476897981617,41.60600945222169],[-72.85390197953835,41.606081452263645],[-72.85384897952142,41.60608645226631],[-72.85309897928212,41.60616645230606],[-72.85265097913923,41.60621545233001],[-72.85213797897678,41.60629145236132],[-72.85118197867294,41.60641445241604],[-72.85109997864684,41.60642445242062],[-72.85109497864529,41.60642545242098],[-72.8506999785191,41.60646545244148],[-72.85018097835258,41.60650445246581],[-72.84928997806772,41.60658945251105],[-72.84661797721357,41.60684745264735],[-72.84606397703652,41.60690145267569],[-72.84593197699456,41.60691845268326],[-72.84573597693408,41.60697545270063],[-72.8455709768838,41.6070344527174],[-72.84542297683781,41.60707145272935],[-72.84534397681252,41.60707845273326],[-72.84529897679789,41.607078452734726],[-72.84483697664804,41.60708545275099],[-72.84473097661346,41.60708345275401],[-72.84461897657594,41.60706445275396],[-72.84452597654364,41.607028452749965],[-72.84442697650847,41.606976452743076],[-72.84431997646966,41.60690645273297],[-72.84423597643759,41.60682345271956],[-72.8441829764156,41.60674045270518],[-72.84415597640097,41.60663845268628],[-72.84415497640006,41.606628452684376],[-72.84413397636747,41.60617845259778],[-72.84413997636712,41.60613845258984],[-72.84415997636674,41.60601845256593],[-72.8441669763668,41.605979452558124],[-72.84431697639607,41.60563945248735],[-72.8443409763987,41.60554845246894],[-72.84435597640058,41.60549645245836],[-72.84436097639383,41.605350452429896],[-72.84434297638019,41.605214452404105],[-72.84429397635692,41.60508645238086],[-72.84412697628595,41.60479545232982],[-72.84409597627082,41.60470745231375],[-72.84408497626123,41.60460245229374],[-72.84406897623373,41.60421345221882],[-72.84404997620094,41.60374845212925],[-72.84400797616875,41.603425452067974],[-72.84398197615344,41.60330545204554],[-72.84392497611967,41.6030394519958],[-72.84369597601226,41.60246445189167],[-72.8435519759519,41.602228451850536],[-72.84346797591577,41.60207445182339],[-72.8434389759033,41.602021451814046],[-72.84338097587133,41.601792451771495],[-72.84337397586046,41.60164245174265],[-72.84338397585816,41.60154545172351],[-72.84341497585174,41.60125745166665],[-72.84342597584981,41.60116145164767],[-72.84343897582586,41.60066945155183],[-72.84344297582086,41.600559451530366],[-72.84342597579322,41.60017345145605],[-72.84338197575887,41.59982345138959],[-72.84327497568874,41.59920645127339],[-72.84319197563404,41.598722451182184],[-72.84313997560315,41.59847845113652],[-72.84308397557943,41.598382451119704],[-72.84302397555611,41.59831545110866],[-72.84299097554319,41.59827745110235],[-72.84290097550759,41.59816645108372],[-72.84284597548276,41.59804545106203],[-72.84281297546384,41.59790245103535],[-72.84285197542641,41.597027450864374],[-72.84285597542355,41.59695445085008],[-72.8428499754123,41.59679245081885],[-72.84282197539531,41.596654450793],[-72.84277897537794,41.596595450782935],[-72.84265597532507,41.59637045074326],[-72.84261797530674,41.596266450724315],[-72.84257597528268,41.59608445069036],[-72.84255697526969,41.595965450667904],[-72.84251497524009,41.59568745061532],[-72.8424549751953,41.595245450531536],[-72.84241297516382,41.59493445047256],[-72.84235897509016,41.59395445028419],[-72.8423329750532,41.59345645018843],[-72.8423379750448,41.59328145015432],[-72.84236597503185,41.59289645007873],[-72.84239897501821,41.592470449995034],[-72.84239197500776,41.59232744996752],[-72.84236397499028,41.592181449940085],[-72.84226897493484,41.591752449859946],[-72.8422469749219,41.59165144984105],[-72.84219397489326,41.59145244980415],[-72.84217997488443,41.59137744979006],[-72.84216297487369,41.59128644977296],[-72.8421529748618,41.591135449744],[-72.8421529748555,41.59102544972266],[-72.84215397484759,41.59088144969467],[-72.84218997483873,41.59052244962386],[-72.84223797483708,41.59022044956373],[-72.84224797482605,41.589971449515104],[-72.84226397481106,41.5896184494461],[-72.84215197474626,41.58912244935349],[-72.84210297471783,41.58890444931277],[-72.84207597469813,41.58871344927658],[-72.8420409746523,41.58811144916093],[-72.84202797462643,41.58773344908802],[-72.8420349746215,41.58760744906335],[-72.84205997460404,41.58716044897582],[-72.84206597460258,41.587100448963966],[-72.84209997459233,41.58672844889072],[-72.842144974593,41.5864844488419],[-72.84248397460028,41.58468544848192],[-72.84249497460196,41.58465244847517],[-72.84256997461462,41.58444744843297],[-72.84257697461587,41.58442944842925],[-72.84264797463307,41.58432644840698],[-72.84273197465498,41.58423244838603],[-72.84285297469124,41.58417844837165],[-72.84285997469334,41.58417544837084],[-72.84302197474362,41.58413344835747],[-72.84365297494271,41.58402744831655],[-72.84418097510935,41.583939448282436],[-72.84607897571473,41.583734448181424],[-72.84638397581207,41.58370244816539],[-72.84688997597388,41.58365544813994],[-72.84776497625369,41.583573448095805],[-72.85039197709396,41.58333144796408],[-72.85126797737412,41.583250447920115],[-72.85224197768649,41.58317544787412],[-72.85234897772084,41.58316744786912],[-72.8523699777276,41.58316644786825],[-72.85275697785126,41.58312844784838],[-72.85297797792236,41.58311544783872],[-72.85315997798193,41.583122447834214],[-72.85368297815437,41.58316444782548],[-72.85410697829785,41.58326244783083],[-72.85426997835354,41.58330944783468],[-72.85447497842178,41.58333744783349],[-72.85474897851229,41.5833624478295],[-72.85511997863308,41.5833654478181],[-72.85531097869404,41.58334544780807],[-72.85556497877192,41.58326344778398],[-72.85569197881092,41.583223447772106],[-72.85631097899969,41.58300544770983],[-72.85658097908049,41.582883447677446],[-72.85687997917064,41.58276044764393],[-72.85691897918271,41.58274944764054],[-72.85734597931523,41.58263944760541],[-72.85766897941629,41.58257044758159],[-72.85787797948271,41.582543447569606],[-72.85797597951432,41.58253944756566],[-72.8579889795185,41.58253844756506],[-72.85811497955919,41.58253344756002],[-72.85835397963683,41.58253244755211],[-72.85888097980701,41.582512447531215],[-72.86004598018332,41.58246944748526],[-72.86046398031738,41.58243744746556],[-72.86055798034754,41.58243044746118],[-72.86083298043482,41.58239344744512],[-72.8609889804845,41.58237544743659],[-72.86102798049696,41.582371447434554],[-72.86138398060915,41.58230944741104],[-72.86155098066098,41.582266447397295],[-72.86166098069519,41.58223944738851],[-72.86228798088666,41.58202344732635],[-72.86255998097296,41.5819864473104],[-72.86296098110105,41.58194644728968],[-72.86322598118659,41.58193544727899],[-72.86379898137162,41.58191344725623],[-72.86412898147711,41.58188244723956],[-72.86491198172759,41.58181144720051],[-72.86511998179351,41.581781447187964],[-72.8653229818579,41.581753447175984],[-72.86544998189845,41.58174044716935],[-72.86571198208838,41.58356944751576],[-72.86634998255052,41.5880154483577],[-72.8656459823665,41.588798448532316],[-72.86544998231537,41.58901844858134],[-72.86554198243415,41.59056944887924],[-72.86548798241724,41.59058044888313],[-72.86533198236926,41.590628448897476],[-72.8651699823211,41.59070744891802],[-72.86506198229138,41.59080144893976],[-72.86497198226832,41.5909094489636],[-72.86495398226631,41.59097644897718],[-72.86489398226054,41.59121644902567],[-72.86492198227654,41.59133644904804],[-72.86502698232087,41.591514449079185],[-72.86521898239339,41.591690449107126],[-72.86533798243991,41.59182744912985],[-72.86537998245942,41.59192944914829],[-72.8654189824839,41.592135449186976],[-72.86542998250009,41.592355449229295],[-72.8653529824891,41.59260044927931],[-72.86521998245668,41.59278944932027],[-72.86509298242501,41.59295744935696],[-72.86494398238808,41.59315844940076],[-72.86483398236527,41.593384449448145],[-72.86476698235737,41.59362644949725],[-72.86473898236477,41.59391444955401],[-72.86474898238183,41.59415544960044],[-72.86475598239352,41.594319449632025],[-72.8648039824396,41.59485144973367],[-72.86492698253043,41.59573844990173],[-72.86500098258472,41.59626545000156],[-72.86525998266703,41.596232449986786],[-72.86603698291421,41.59613744994327],[-72.86629698299697,41.59610644992886],[-72.86645898304845,41.596085449919556],[-72.86694698320373,41.596026449892335],[-72.86710998325565,41.596007449883395],[-72.86716998327474,41.5960004498801],[-72.86755998339926,41.595960449859746],[-72.86823698361536,41.595890449824296],[-72.86880098379612,41.59584444979716],[-72.86891498383282,41.59583844979231],[-72.86936798397885,41.5958164497734],[-72.86937598398168,41.595820449773925],[-72.86940298399126,41.595834449775765],[-72.86941198399447,41.59583944977645],[-72.8695249840408,41.59600644980519],[-72.86959998407075,41.59610344982158],[-72.86965598409306,41.59617544983373],[-72.869732984125,41.59629544985451],[-72.8697649841413,41.59639844987347],[-72.86990998422392,41.59701744998883],[-72.86993398423765,41.59712045000802],[-72.86998398426375,41.59729245003978],[-72.87000198427174,41.59732945004637],[-72.87003598428704,41.59740345005962],[-72.87010998431526,41.59747645007139],[-72.87020398435033,41.5975544500835],[-72.87025998437088,41.597595450089614],[-72.87029298438303,41.597620450093416],[-72.87123298472066,41.59817845017125],[-72.87155798483745,41.598372450198376],[-72.87166498487609,41.598439450207906],[-72.87198798499263,41.59864045023646],[-72.87209598503159,41.59870745024596],[-72.87224198508429,41.59879845025889],[-72.87238998513769,41.59889045027194],[-72.87262098522265,41.59906245029785],[-72.87266298523825,41.59909645030308],[-72.87279698528813,41.59920645032009],[-72.8728469853067,41.599246450326234],[-72.87286198531231,41.59925945032826],[-72.87298798536021,41.59938045034766],[-72.87303498537814,41.59942645035506],[-72.87290998534552,41.59956645038625],[-72.87273998530355,41.599798450436744],[-72.87258898526862,41.60004545048952],[-72.8725009852484,41.60019145052067],[-72.87202798514949,41.601148450721546],[-72.87188698511802,41.60139945077477],[-72.87180098509621,41.601506450798304],[-72.87173698507999,41.60158645081588],[-72.8715729850341,41.60171645084638],[-72.8713689849766,41.60187045088285],[-72.87131198496007,41.601905450891465],[-72.8711269849067,41.60202345092034],[-72.87087398483179,41.60215145095333],[-72.87063298475938,41.60225545098128],[-72.8706449847708,41.6023864510063],[-72.8706809848052,41.60278245108193],[-72.87069398481701,41.60291445110711],[-72.87072398484466,41.60322645116665],[-72.87072098485223,41.60337545119563],[-72.8706819848454,41.603477451216676],[-72.87056298481404,41.60360545124534],[-72.87046398478515,41.60366245125959],[-72.87034898475002,41.60370245127107],[-72.87025698472077,41.60371345127617],[-72.87018098469667,41.60372445128076],[-72.87001598464164,41.603700451281426],[-72.86975698455198,41.60360545127139],[-72.86962998450942,41.60358345127123],[-72.86940498443639,41.60358545127889],[-72.86921798437844,41.603635451294615],[-72.86890898428632,41.603781451332914],[-72.86876898424363,41.603830451346944],[-72.8685929841892,41.60387945136212],[-72.86765098389277,41.60405145142592],[-72.86746498383177,41.60404245143019],[-72.86731798378167,41.60400245142717],[-72.86718698373525,41.60393545141841],[-72.86715698372389,41.603907451413946],[-72.86709598370066,41.60384845140448],[-72.86658998348739,41.60299845125599],[-72.86639398342923,41.60309545128114],[-72.86616098336171,41.603239451316604],[-72.86544698315505,41.60368445142596],[-72.8652099830877,41.60385345146638],[-72.86495398301788,41.60408745152002],[-72.86489498300185,41.60414245153259],[-72.86460298292351,41.60443245159828]]]},"properties":{"name":4302.03,"geoid":"09003430203"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.86379898137162,41.58191344725623],[-72.86322598118659,41.58193544727899],[-72.86296098110105,41.58194644728968],[-72.86255998097296,41.5819864473104],[-72.86228798088666,41.58202344732635],[-72.86166098069519,41.58223944738851],[-72.86155098066098,41.582266447397295],[-72.86138398060915,41.58230944741104],[-72.86102798049696,41.582371447434554],[-72.8609889804845,41.58237544743659],[-72.86083298043482,41.58239344744512],[-72.86055798034754,41.58243044746118],[-72.86046398031738,41.58243744746556],[-72.86004598018332,41.58246944748526],[-72.85888097980701,41.582512447531215],[-72.85835397963683,41.58253244755211],[-72.85811497955919,41.58253344756002],[-72.8579889795185,41.58253844756506],[-72.85797597951432,41.58253944756566],[-72.85787797948271,41.582543447569606],[-72.85766897941629,41.58257044758159],[-72.85734597931523,41.58263944760541],[-72.85691897918271,41.58274944764054],[-72.85687997917064,41.58276044764393],[-72.85658097908049,41.582883447677446],[-72.85631097899969,41.58300544770983],[-72.85569197881092,41.583223447772106],[-72.85556497877192,41.58326344778398],[-72.85531097869404,41.58334544780807],[-72.85511997863308,41.5833654478181],[-72.85474897851229,41.5833624478295],[-72.85447497842178,41.58333744783349],[-72.85426997835354,41.58330944783468],[-72.85410697829785,41.58326244783083],[-72.85368297815437,41.58316444782548],[-72.85315997798193,41.583122447834214],[-72.85297797792236,41.58311544783872],[-72.85275697785126,41.58312844784838],[-72.8523699777276,41.58316644786825],[-72.85234897772084,41.58316744786912],[-72.85224197768649,41.58317544787412],[-72.85126797737412,41.583250447920115],[-72.85039197709396,41.58333144796408],[-72.84776497625369,41.583573448095805],[-72.84688997597388,41.58365544813994],[-72.84638397581207,41.58370244816539],[-72.84607897571473,41.583734448181424],[-72.84418097510935,41.583939448282436],[-72.84365297494271,41.58402744831655],[-72.84302197474362,41.58413344835747],[-72.84285997469334,41.58417544837084],[-72.84285297469124,41.58417844837165],[-72.84273197465498,41.58423244838603],[-72.84264797463307,41.58432644840698],[-72.84257697461587,41.58442944842925],[-72.84256997461462,41.58444744843297],[-72.84249497460196,41.58465244847517],[-72.84248397460028,41.58468544848192],[-72.842144974593,41.5864844488419],[-72.84209997459233,41.58672844889072],[-72.84206597460258,41.587100448963966],[-72.84205997460404,41.58716044897582],[-72.8420349746215,41.58760744906335],[-72.84202797462643,41.58773344908802],[-72.8420409746523,41.58811144916093],[-72.84207597469813,41.58871344927658],[-72.84210297471783,41.58890444931277],[-72.84215197474626,41.58912244935349],[-72.84226397481106,41.5896184494461],[-72.84224797482605,41.589971449515104],[-72.84223797483708,41.59022044956373],[-72.84218997483873,41.59052244962386],[-72.84215397484759,41.59088144969467],[-72.8421529748555,41.59102544972266],[-72.8421529748618,41.591135449744],[-72.84216297487369,41.59128644977296],[-72.84217997488443,41.59137744979006],[-72.84219397489326,41.59145244980415],[-72.8422469749219,41.59165144984105],[-72.84226897493484,41.591752449859946],[-72.84236397499028,41.592181449940085],[-72.84239197500776,41.59232744996752],[-72.84239897501821,41.592470449995034],[-72.84236597503185,41.59289645007873],[-72.8423379750448,41.59328145015432],[-72.8421509749888,41.59336545017666],[-72.84201097494443,41.59338545018506],[-72.84168497484347,41.59347345021262],[-72.84149197478288,41.59351145022623],[-72.84127697471388,41.59352745023628],[-72.84115097467212,41.59351345023762],[-72.84108197464927,41.593506450238486],[-72.84087397457873,41.59345545023531],[-72.84045697443608,41.5933324502249],[-72.83795197357934,41.59259545016272],[-72.83777697352068,41.59256445016236],[-72.83757497345437,41.592553450166754],[-72.83739397339572,41.59255745017335],[-72.83720097333591,41.59260845018947],[-72.83669997317996,41.5927304502293],[-72.83651897312225,41.59275045023903],[-72.83603697296576,41.592754450255335],[-72.83553197280096,41.592744450269684],[-72.8349009725962,41.59275145029141],[-72.83485997258302,41.59275445029329],[-72.83476897255383,41.592761450297594],[-72.83457697249226,41.5927764503067],[-72.83349897214978,41.59291745036882],[-72.83284597194312,41.593016450409074],[-72.83224397175135,41.593086450442065],[-72.8315859715418,41.59316345047822],[-72.83123797142991,41.59318545049371],[-72.83053097120086,41.59320045051941],[-72.83043097116891,41.59321045052459],[-72.83038997115587,41.59321545052687],[-72.83023397110674,41.59324345053734],[-72.83006897105554,41.59328645055101],[-72.82984697098776,41.59336345057311],[-72.82914297079081,41.59392245070423],[-72.82881697069803,41.59415345075956],[-72.82801597047022,41.59472445089615],[-72.82708397020755,41.59543045106316],[-72.82650797004275,41.59582445115816],[-72.82609696992273,41.596062451217584],[-72.82582796984364,41.596209451254765],[-72.82558596977123,41.59631845128371],[-72.82466896949676,41.59673345139378],[-72.82439596941397,41.596838451422954],[-72.82433196939522,41.596874451431994],[-72.82414096933938,41.59698445145949],[-72.82407796932104,41.597021451468706],[-72.82407796931737,41.5969574514563],[-72.82407996930715,41.59676745141936],[-72.82408096930388,41.59670445140711],[-72.82568796944622,41.59005745006579],[-72.82577696945422,41.58969144999192],[-72.82645796951446,41.58687244942302],[-72.83131397095791,41.58450244880661],[-72.83387497171913,41.583252448481495],[-72.83387597171944,41.583252448481474],[-72.8365359724294,41.58054344787001],[-72.83670297245435,41.5800304477651],[-72.83813497266718,41.57561044686114],[-72.8402449729813,41.56910644553072],[-72.84262197372492,41.56859644535509],[-72.84633697488752,41.56780744508216],[-72.84854197557748,41.567337444919815],[-72.84614697413213,41.555672442732394],[-72.84603997406661,41.555134442631385],[-72.84600597403978,41.554858442578876],[-72.84596697400882,41.55453844251801],[-72.8459229739819,41.5543174424765],[-72.84574197387667,41.55350544232466],[-72.8457319738648,41.553354442295664],[-72.84566397379292,41.552483442128725],[-72.84556697370326,41.55146544193417],[-72.84534297348358,41.54889444144211],[-72.84529597344785,41.54853644137409],[-72.8451779733581,41.5476364412031],[-72.8451499733366,41.54741944116187],[-72.84511197331861,41.54732044114387],[-72.84497397325399,41.54697444108112],[-72.84480697317589,41.546557441005504],[-72.8447569731526,41.54643444098324],[-72.84446897301241,41.54561844083403],[-72.84414797285594,41.54470544066706],[-72.84551997331421,41.54492144066479],[-72.84679397373972,41.54512144066258],[-72.84703597381942,41.54513944065827],[-72.84811097417327,41.545217440638766],[-72.84954497464524,41.54532044061254],[-72.84983197473954,41.54533844060679],[-72.85220397555348,41.54609044067638],[-72.85246397564295,41.546177440684886],[-72.85270797572923,41.546299440700714],[-72.85329097594003,41.54667244075436],[-72.8546699763804,41.54653544068329],[-72.85968197804922,41.54723244065702],[-72.86025297824185,41.547355440662486],[-72.86113097853807,41.54754544067107],[-72.86196597881974,41.547725440679095],[-72.86253797901274,41.54784944068473],[-72.86469797974131,41.54831344070514],[-72.86558898003878,41.548451440703204],[-72.86820298091146,41.54885544069731],[-72.86824898099427,41.550042440926326],[-72.8683819811214,41.55150944120689],[-72.86833698111877,41.55171944124911],[-72.86836998115643,41.552190441339505],[-72.86847598120336,41.55240844137842],[-72.86864798127264,41.55264244141829],[-72.8692959815336,41.55352244156825],[-72.86940198159635,41.554017441660946],[-72.86951498166293,41.55453944175865],[-72.86999398182273,41.55461144175717],[-72.8702659819135,41.55465244175635],[-72.87129798225756,41.55480344175237],[-72.87143498230306,41.55482044175124],[-72.8717679824137,41.554862441748654],[-72.8718429824386,41.55487144174797],[-72.87191698246322,41.554881441747526],[-72.87189898246525,41.55501944177491],[-72.87188998246644,41.55509144178916],[-72.87186698247876,41.55543744185709],[-72.87185798248385,41.55557744188457],[-72.87185098248708,41.55567344190343],[-72.87183098249704,41.55596144195999],[-72.87182498250066,41.55605844197902],[-72.87182298250205,41.55609444198606],[-72.87182398254099,41.55676944211707],[-72.87189698257816,41.55700444216034],[-72.8720189826244,41.557119442178745],[-72.87215698266935,41.557121442174676],[-72.8722379826958,41.55712344217246],[-72.8724589827649,41.55707544215599],[-72.8728299828611,41.55664944206131],[-72.87309998293925,41.55648144201998],[-72.87330698300728,41.55649444201583],[-72.8734709830766,41.55677444206489],[-72.87383898323665,41.55748144219027],[-72.87411298337109,41.55827444233538],[-72.87410498338234,41.558516442382604],[-72.87400198335801,41.55867644241699],[-72.87399598335669,41.558687442419334],[-72.87391998334384,41.558894442461984],[-72.8739569833712,41.55916244251279],[-72.8741239834351,41.559330442540016],[-72.87453098358169,41.559580442575424],[-72.87457298359638,41.55959844257757],[-72.87459998360585,41.55961044257901],[-72.87468098363424,41.55964644258338],[-72.87470898364401,41.559658442584805],[-72.87500098374619,41.55978544260004],[-72.87501898375251,41.55979344260101],[-72.87547598391248,41.55999344262508],[-72.87593398407515,41.56023444265708],[-72.87623398418175,41.560393442678254],[-72.87649498427993,41.560626442715055],[-72.87694098444092,41.56090644275501],[-72.87760398468171,41.56134844281941],[-72.8779059847837,41.56141544282265],[-72.87822598489859,41.56160544284922],[-72.87877898509797,41.56194844289794],[-72.87892598515073,41.562035442910066],[-72.87942398532554,41.56226144293785],[-72.87974898544269,41.56246244296637],[-72.87979198547366,41.562759443022635],[-72.87966198544098,41.56292644305926],[-72.87925698532274,41.56316044311776],[-72.8791899853001,41.563145443117],[-72.87910598527193,41.56313044311681],[-72.8788229851795,41.56312244312439],[-72.8777549848387,41.56323344318043],[-72.8771909846595,41.56330544321261],[-72.87661498447457,41.56334544323897],[-72.87618098433435,41.56336044325591],[-72.87569098417377,41.56333744326726],[-72.87518398400636,41.5632914432747],[-72.87460298381085,41.56317544327096],[-72.8739109835767,41.56301444326204],[-72.87392398359368,41.563237443304914],[-72.87396498364532,41.563906443433446],[-72.87397898366264,41.564129443476276],[-72.87398798367518,41.56429744350859],[-72.87399598368464,41.564417443531624],[-72.87404098372119,41.56480044360451],[-72.87404898372769,41.564868443617456],[-72.87405598373576,41.56496944363684],[-72.87335098351123,41.56505044367531],[-72.87123698283804,41.56529444379095],[-72.8705329826139,41.565376443829585],[-72.87014498249046,41.565423443851245],[-72.86898398212108,41.56556344391588],[-72.86859698199802,41.565611443937705],[-72.8680299818175,41.565677443968816],[-72.86633198127701,41.56587744406243],[-72.86576598109686,41.56594444409371],[-72.86453798070592,41.5660884441613],[-72.86333098032169,41.566230444227806],[-72.86085597953381,41.56652144436417],[-72.85968897916234,41.566659444428595],[-72.85962897914324,41.566666444431895],[-72.85720097837016,41.56694944456518],[-72.85505697768669,41.567185444680156],[-72.85507497769386,41.56720844468404],[-72.85544997785459,41.567887444803745],[-72.85603297809514,41.568779444958054],[-72.85636497822802,41.56921544503198],[-72.85673797837512,41.569667445107676],[-72.85713797853114,41.57012144518289],[-72.85775697876149,41.57063044526171],[-72.85794897883117,41.57075744528016],[-72.85823297893323,41.570927445303994],[-72.86184798021428,41.572777445546365],[-72.86207898029566,41.57288744556027],[-72.86232798038628,41.57305644558502],[-72.86275498054262,41.57336244563063],[-72.86303598064892,41.57362344567221],[-72.86374998092968,41.57447344581412],[-72.86397898101968,41.57474544585952],[-72.86429198114273,41.575117445921606],[-72.86468898129613,41.57554244599126],[-72.86493198139007,41.57580344603406],[-72.8653029815334,41.576200446099136],[-72.86585798174784,41.57679444619647],[-72.86597798179294,41.57690044621317],[-72.8660549818219,41.57696944622406],[-72.86641298196034,41.57735444628723],[-72.86642998196729,41.57737944629154],[-72.866733982092,41.57783144636941],[-72.86619698192116,41.57789644639937],[-72.86458898140963,41.578092446489315],[-72.86405298123915,41.57815844651943],[-72.86379898115784,41.578180446531896],[-72.8637669811476,41.578183446533515],[-72.86346798105362,41.57823944655403],[-72.86317798096465,41.578332446581435],[-72.86307198093367,41.57839344659671],[-72.86302398091976,41.57842244660387],[-72.86286098087322,41.57853544663106],[-72.86272998083619,41.57863244665411],[-72.86261298080518,41.57875544668177],[-72.86249598077563,41.57890344671424],[-72.86246198077237,41.57903944674174],[-72.86242898076954,41.57917744676959],[-72.86242698078412,41.57944344682126],[-72.86243998080151,41.57967344686546],[-72.86243098080638,41.579809446892156],[-72.86248898086897,41.580573447038525],[-72.86254698089104,41.58062944704752],[-72.86264298092368,41.58065444704926],[-72.86290898101049,41.58066044704186],[-72.86357198122708,41.58067844702392],[-72.86361698125584,41.5809254470704],[-72.86375298134251,41.58166644720979],[-72.86379898137162,41.58191344725623]]]},"properties":{"name":4303.01,"geoid":"09003430301"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.56099590856613,42.03147354379056],[-72.56089190852757,42.03139454377875],[-72.5609059085297,42.03135254377023],[-72.56080890847609,42.03097354370057],[-72.56073790843449,42.0306555436418],[-72.56052590831014,42.029703543465814],[-72.56045590826892,42.02938654340719],[-72.56029790817361,42.02863154326728],[-72.56000090799425,42.027208543003574],[-72.55985390791209,42.026618542895],[-72.55980190788091,42.02637354284962],[-72.55968390780991,42.02581254274569],[-72.55962990778134,42.02562354271111],[-72.55961490777095,42.02552854269336],[-72.55958890774122,42.02516154262371],[-72.55958690773878,42.025130542617816],[-72.55958590771895,42.02479354255312],[-72.55975490771574,42.02378354235372],[-72.55979990771525,42.02352054230176],[-72.55983890772329,42.023439542284954],[-72.55990190773889,42.02335354226641],[-72.56011690780532,42.02328754224682],[-72.56032690786937,42.0232085422249],[-72.5603449078749,42.02320254222316],[-72.56073990799337,42.02301954217532],[-72.56153090822748,42.022599542069216],[-72.56192890834537,42.022389542016064],[-72.56213890840756,42.02227854198801],[-72.56272890858467,42.022008541917174],[-72.56290690863821,42.02192854189608],[-72.56341090879101,42.0217235418405],[-72.56416090901568,42.02137154174877],[-72.56452590912242,42.02115554169555],[-72.56502290926686,42.02084554162003],[-72.56508590928436,42.02079254160782],[-72.56576990947521,42.02022854147748],[-72.56602690954905,42.0200535414356],[-72.56636790964708,42.019822541380265],[-72.56680390977286,42.01953454131092],[-72.5670649098483,42.01936454126987],[-72.56783491007108,42.018867541149646],[-72.56813391015767,42.01867554110315],[-72.569694910619,42.01783554089159],[-72.57024191078077,42.01754254081772],[-72.57105091102007,42.01711054070872],[-72.57120691106667,42.01703554068929],[-72.5716749112066,42.0168115406312],[-72.57183191125361,42.01673754061194],[-72.57215591135076,42.01658754057271],[-72.57313091164335,42.016139540455285],[-72.57325691168121,42.016082540440266],[-72.57345891174235,42.01599854041764],[-72.57375391183153,42.01587454038433],[-72.57402791191525,42.01577454035631],[-72.57435091201413,42.015659540323824],[-72.57503691222578,42.01544454026046],[-72.5757799124557,42.01522354019409],[-72.57583491247274,42.015207540189245],[-72.57636891263839,42.01505554014287],[-72.57672491274998,42.014974540115865],[-72.57779291308498,42.014734540035384],[-72.57814991319697,42.01465454000853],[-72.57840991327883,42.01460153998999],[-72.57919191352514,42.014443539934476],[-72.5794529136074,42.01439153991609],[-72.57996291376934,42.01431153988431],[-72.58090091406903,42.01419553983184],[-72.58149791426041,42.01413253980052],[-72.58168191431942,42.01411353979094],[-72.58201191442616,42.01409553977686],[-72.58215091447146,42.01409353977202],[-72.58257091460852,42.01409153975812],[-72.58271091465426,42.01409153975361],[-72.58304891476455,42.01408953974234],[-72.5832449148288,42.0140935397368],[-72.58423991515515,42.01411653970919],[-72.5848469153547,42.01413853969388],[-72.58538191553062,42.014158539680494],[-72.58562991561088,42.01414553967001],[-72.58577191565692,42.014139539664285],[-72.5860839157571,42.01410953964847],[-72.5863709158483,42.014065539630785],[-72.58637791585053,42.01406453963036],[-72.58661691592656,42.014029539615954],[-72.58681891607561,42.015464539885095],[-72.58707991626794,42.01731354023183],[-72.58717591632859,42.01781954032592],[-72.58739091646413,42.018947540535656],[-72.58762091658072,42.01966354066576],[-72.58764391659194,42.019727540677316],[-72.58791891672561,42.020484540813825],[-72.58807891679814,42.02083454087592],[-72.58820891685365,42.02105954091494],[-72.58848891697667,42.02160454101058],[-72.58849991698142,42.021624541014084],[-72.5892969173363,42.023256541301805],[-72.58949191742312,42.02365554137216],[-72.58954991745131,42.02381554140102],[-72.58958991747181,42.02394354142431],[-72.58971091753364,42.024328541494334],[-72.5897519175545,42.0244575415178],[-72.58976691756226,42.024506541526726],[-72.58981391758611,42.02465354155344],[-72.58982991759423,42.02470354156253],[-72.58959491751746,42.0247035415701],[-72.5893109174247,42.024703541579235],[-72.58910291735675,42.02470354158595],[-72.58775591691672,42.02470354162933],[-72.5872379167475,42.02470354164601],[-72.58659191653645,42.02470354166681],[-72.58465591590401,42.024703541729146],[-72.5840109156933,42.024703541749915],[-72.58393291566782,42.02470354175242],[-72.58387391564855,42.02470354175432],[-72.5834639155146,42.02470354176752],[-72.58282391530553,42.02470354178813],[-72.58279091529477,42.02470354178918],[-72.58233291514513,42.02470354180394],[-72.58163291494542,42.025203541922465],[-72.581549914921,42.025250541934184],[-72.58085491471661,42.025641542031636],[-72.57951891432376,42.026394542219236],[-72.57612591332592,42.02830554269542],[-72.57590691326267,42.02844854272992],[-72.5750809130232,42.02897354285733],[-72.57426891278787,42.029490542982735],[-72.57417091275948,42.02955354299799],[-72.57323591248846,42.03014854314233],[-72.56812891085028,42.030672543407285],[-72.56177690881707,42.031400543751424],[-72.5613869086926,42.03145154377376],[-72.56135690868292,42.03145354377513],[-72.56099590856613,42.03147354379056]]]},"properties":{"name":4803,"geoid":"09003480300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.60490592177801,42.01191653862109],[-72.60496092181658,42.012272538687675],[-72.60501692185554,42.01262953875446],[-72.60531192206221,42.01453353911066],[-72.60592492249174,42.01849053985088],[-72.60652792291447,42.02238554057942],[-72.60683292312808,42.0243515409471],[-72.60688292316331,42.0246775410081],[-72.60693392319887,42.02500354106905],[-72.60641692302998,42.02500354108572],[-72.60486692252368,42.025003541135675],[-72.60435092235512,42.0250035411523],[-72.60433392234957,42.02500354115284],[-72.60404592225538,42.02500154116175],[-72.60313292195679,42.024995541190016],[-72.60285492186593,42.024994541198794],[-72.60282892185742,42.02499454119963],[-72.60244792173279,42.02499154121132],[-72.60130592135934,42.02498454124678],[-72.60095192124365,42.024983541257996],[-72.60092592123516,42.02498354125883],[-72.60040692106584,42.024987541276325],[-72.59885192055853,42.02499854132854],[-72.5983339203896,42.025003541346194],[-72.59830792038105,42.02500254134685],[-72.59822892035507,42.02499954134881],[-72.59820392034685,42.02499854134942],[-72.59662191982665,42.02493954138906],[-72.59187891826706,42.02476354150806],[-72.59029791774724,42.024705541547824],[-72.59023291772588,42.02470354154956],[-72.59020891771804,42.02470354155032],[-72.58994391763146,42.02470354155885],[-72.58985591760273,42.0247035415617],[-72.58984991760076,42.0247035415619],[-72.58983491759587,42.02470354156237],[-72.58982991759423,42.02470354156253],[-72.58981391758611,42.02465354155344],[-72.58976691756226,42.024506541526726],[-72.5897519175545,42.0244575415178],[-72.58971091753364,42.024328541494334],[-72.58958991747181,42.02394354142431],[-72.58954991745131,42.02381554140102],[-72.58949191742312,42.02365554137216],[-72.5892969173363,42.023256541301805],[-72.58849991698142,42.021624541014084],[-72.58848891697667,42.02160454101058],[-72.58820891685365,42.02105954091494],[-72.58807891679814,42.02083454087592],[-72.58791891672561,42.020484540813825],[-72.58764391659194,42.019727540677316],[-72.58762091658072,42.01966354066576],[-72.58739091646413,42.018947540535656],[-72.58717591632859,42.01781954032592],[-72.58707991626794,42.01731354023183],[-72.58681891607561,42.015464539885095],[-72.58661691592656,42.014029539615954],[-72.58651091584754,42.013262539472045],[-72.58644991580199,42.01281953938893],[-72.58618491561315,42.01105253905802],[-72.58617191560381,42.010964539041545],[-72.58606091552322,42.01019853889795],[-72.58596391545292,42.00953153877294],[-72.58567391524247,42.00753153839805],[-72.58557791517259,42.00686553827317],[-72.58540691504851,42.00568653805217],[-72.58536291501656,42.00538253799518],[-72.58521491491342,42.004435537818],[-72.58515191485385,42.00376153769052],[-72.58509591476424,42.00252853745541],[-72.585112914747,42.00213453737916],[-72.58512791473184,42.001787537312005],[-72.58518691470246,42.00094653714851],[-72.58518891470179,42.00092353714403],[-72.58519591470053,42.00086253713207],[-72.58522991469718,42.000612537082944],[-72.58524191469631,42.00052953706661],[-72.58537191470701,41.99998053695694],[-72.58576391473996,41.99833653662841],[-72.58589491475105,41.99778853651889],[-72.58644591480626,41.99563153608664],[-72.58679291484182,41.994286535817004],[-72.58687291484927,41.993963535752336],[-72.58696791485839,41.99358453567644],[-72.58702791486385,41.99334053562762],[-72.58739591489697,41.991834535326326],[-72.58746391490368,41.991566535272646],[-72.58752491491106,41.99134953522897],[-72.58773091493376,41.99057853507415],[-72.58779391494086,41.99034553502735],[-72.5883449151218,41.99036253501287],[-72.58841291514418,41.99036553501127],[-72.59027191575615,41.9904495349676],[-72.5908919159603,41.99047853495322],[-72.5909799159891,41.99047953495058],[-72.59124591607613,41.9904825349426],[-72.59133491610527,41.99048353493992],[-72.59182691626604,41.990485534924474],[-72.59330291674847,41.990492534878314],[-72.59379591690966,41.99049553486302],[-72.59381091692241,41.99063153488867],[-72.59385791696135,41.99103953496559],[-72.5938739169745,41.99117653499139],[-72.5938899169891,41.99133853502202],[-72.59394091703405,41.99182753511437],[-72.59395791704902,41.99199053514515],[-72.59396191705315,41.99203953515442],[-72.59397391706575,41.99218953518288],[-72.59397891707026,41.992239535192304],[-72.59399891708605,41.99239953522243],[-72.59405891713352,41.99288153531314],[-72.5940799171497,41.99304253534339],[-72.59409291716055,41.99315653536489],[-72.59413291719352,41.99350053542971],[-72.59414691720472,41.993615535451355],[-72.59416591722204,41.99380753548765],[-72.59422391727442,41.994385535596855],[-72.5942439172921,41.9945785356333],[-72.59425791730472,41.994717535659575],[-72.59430291734371,41.99513753573882],[-72.59431791735672,41.995277535765254],[-72.59434491738068,41.995539535814736],[-72.59442591745261,41.996325535963166],[-72.59445391747697,41.99658853601282],[-72.59445291747814,41.99661453601783],[-72.59445091748103,41.996675536029635],[-72.59444991748173,41.99669353603311],[-72.59444891748299,41.99672053603833],[-72.59444691748554,41.99677653604916],[-72.59444491748671,41.99680753605519],[-72.59444491748815,41.99683253605999],[-72.59443591749897,41.99707053610602],[-72.59443291750308,41.99715853612302],[-72.59440891751255,41.99745753618125],[-72.59437091752855,41.99794853627683],[-72.5943649175502,41.99835653635542],[-72.59436391755854,41.998506536384276],[-72.59433391755731,41.99865453641369],[-72.59431491757378,41.99904653648962],[-72.59425491758728,41.99961853660146],[-72.59419291758468,41.99992353666207],[-72.59411691757236,42.00013953670601],[-72.59382291751743,42.0008495368519],[-72.59342091744851,42.00192753707197],[-72.59320691741183,42.00250153718914],[-72.59309591739178,42.002781537246534],[-72.59287991735317,42.00333353735954],[-72.59278591733786,42.00359953741367],[-72.59277791733676,42.00362553741893],[-72.59269791732748,42.003916537477416],[-72.59266591732437,42.00404353750283],[-72.59259691731775,42.00431853755789],[-72.59258291731942,42.00442653757911],[-72.59256691732178,42.00455753760479],[-72.59254891732961,42.00479453765089],[-72.59249591735365,42.00550853778978],[-72.59247891736192,42.00574753783624],[-72.59249191737634,42.00592353786963],[-72.59253191742008,42.006453537970174],[-72.5925459174349,42.00663053800373],[-72.59260191746876,42.0068995380536],[-72.59261291747531,42.00695053806304],[-72.59273991754556,42.00744753815444],[-72.59281491758446,42.00769653819985],[-72.5928199175869,42.00771053820239],[-72.59291791763292,42.00795253824572],[-72.59302591766404,42.00788053822843],[-72.59360491782543,42.007401538117755],[-72.59367291784463,42.007349538105565],[-72.59377891787311,42.007243538081795],[-72.59394391792144,42.007147538058035],[-72.59410791797002,42.00706153803624],[-72.59432991803837,42.006989538015254],[-72.59435891804749,42.00698353801317],[-72.5951509182968,42.006821537956554],[-72.5960579185806,42.00660653788603],[-72.5966769187757,42.00648453784267],[-72.59669591878115,42.006471537839545],[-72.5968219188253,42.00652353784549],[-72.59683091882931,42.006541537848655],[-72.59685191883679,42.00655253785009],[-72.59697491888826,42.006747537883584],[-72.59700391890168,42.00681553789572],[-72.59702391890883,42.00682653789718],[-72.59713991896011,42.007057537937825],[-72.59723491900635,42.00732053798531],[-72.5972739190246,42.00741553800229],[-72.59730291903621,42.00745253800848],[-72.5973219190453,42.00750253801746],[-72.59736991906365,42.00754853802475],[-72.59741791907989,42.00755853802514],[-72.59742791908577,42.00760353803346],[-72.59750491911232,42.00762753803558],[-72.59786191922885,42.00762653802389],[-72.59840291940255,42.00757453799647],[-72.59862491947297,42.00753853798241],[-72.59880791953267,42.00753753797633],[-72.5988809195571,42.007547537975896],[-72.5989239195715,42.00755353797568],[-72.5990589196215,42.007655537990914],[-72.59912591964871,42.007747538006434],[-72.59914591966356,42.00789153803345],[-72.59910691965702,42.00799853805526],[-72.59907791965014,42.00804353806485],[-72.5990579196475,42.008110538078355],[-72.59905791966708,42.00844853814329],[-72.59897091964324,42.00852753816126],[-72.59889291962078,42.008579538173755],[-72.59889391962525,42.00865153818755],[-72.59891291963228,42.008665538189646],[-72.59891291963385,42.00869253819482],[-72.59896091965324,42.00875653820557],[-72.59897991966835,42.00891053823455],[-72.59901291968707,42.00904753825979],[-72.59902091969175,42.00908353826645],[-72.59902791969554,42.009109538271225],[-72.59906591971087,42.00915953827961],[-72.59908791971823,42.009162538279476],[-72.59912491973066,42.00916853827944],[-72.59923991976926,42.009186538279195],[-72.59926891977976,42.00920453828171],[-72.59925891978038,42.009271538294925],[-72.59915291975115,42.0093645383162],[-72.5991529197548,42.009427538328296],[-72.59926991979823,42.00951753834181],[-72.59927791980125,42.009524538342895],[-72.59937491983617,42.00958053835053],[-72.5994709198739,42.00969053836856],[-72.59948991988327,42.009745538378525],[-72.59949991989905,42.00996153841969],[-72.59954791992105,42.01007053843908],[-72.59960591994214,42.01010753844433],[-72.59977891999858,42.01010653843855],[-72.59984692002247,42.01013553844194],[-72.59986592003158,42.01018553845093],[-72.59987592004163,42.010302538473084],[-72.59992392006389,42.01041653849342],[-72.60002992010145,42.01046753849982],[-72.6001359201373,42.01048853850045],[-72.60018392015485,42.01052053850504],[-72.60017792016191,42.010676538535215],[-72.60017392016825,42.0108085385607],[-72.60014492016214,42.01086653857276],[-72.60012592015751,42.01089353857856],[-72.59994192010498,42.01102453860966],[-72.59992292010214,42.0110825386214],[-72.59992292010527,42.011136538631774],[-72.60004892014892,42.01117953863597],[-72.60015392018413,42.01119553863567],[-72.60026392021965,42.011188538630776],[-72.6003869202595,42.01118253862567],[-72.600530920309,42.01122553862928],[-72.60067592036258,42.01133253864516],[-72.60080092040984,42.01144353866246],[-72.60086792043256,42.01145853866319],[-72.60091692044678,42.01142753865566],[-72.60091692044179,42.01134153863914],[-72.6009559204546,42.01134253863806],[-72.60112592051343,42.011399538643545],[-72.60116792052803,42.01141453864509],[-72.60146892062969,42.01147253864651],[-72.6017289207175,42.01152253864774],[-72.6017949207398,42.01153553864812],[-72.60231592091739,42.01166353865593],[-72.60249992098085,42.011721538661135],[-72.60262492102393,42.011760538664596],[-72.60275992106872,42.01177253866255],[-72.60318892121047,42.01180053865411],[-72.60447592163588,42.01188753862935],[-72.60490592177801,42.01191653862109]]]},"properties":{"name":4805,"geoid":"09003480500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.55005690180226,41.97624253352895],[-72.55080390220517,41.97899853403493],[-72.5514379025475,41.98134353446548],[-72.55163890262709,41.981585534505555],[-72.55171190265129,41.981591534504375],[-72.5518009026792,41.981571534497654],[-72.55182190268796,41.981604534503326],[-72.55184690269844,41.98164453451022],[-72.55188890271607,41.98171253452195],[-72.55217490284721,41.9823665346385],[-72.55224690288031,41.98253253466811],[-72.5524649029803,41.98303153475704],[-72.55253790301377,41.98319853478681],[-72.55288090312021,41.98310153475713],[-72.55391290344046,41.982810534668054],[-72.55425690354728,41.98271453463855],[-72.555609903967,41.982330534521246],[-72.55674990431906,41.98197953441716],[-72.55839490482447,41.98142753425817],[-72.5597579052441,41.98098553412941],[-72.56072290553878,41.980630534030134],[-72.56132390572029,41.98037453396163],[-72.56201790592864,41.98005753387838],[-72.5621769059756,41.97997153385672],[-72.56321390627964,41.97937153370804],[-72.56428390658972,41.97868953354253],[-72.56447090664469,41.97858353351613],[-72.56503490681045,41.97826453343668],[-72.56522290686578,41.97815953341044],[-72.56541590692322,41.9780625333856],[-72.56599390709536,41.97777453331165],[-72.56618790715318,41.97767853328695],[-72.56644890723281,41.977581533259915],[-72.56705990741942,41.97735753319721],[-72.56723490747333,41.977301533180814],[-72.56750090755537,41.977217533156114],[-72.56775790763565,41.977154533135746],[-72.5679479076951,41.97710953312098],[-72.56839290783546,41.97702353309016],[-72.56853690788132,41.97700353308168],[-72.5687999079652,41.97696853306648],[-72.56905390804623,41.97693553305198],[-72.5692069080951,41.97691653304341],[-72.56971490825869,41.9768765330194],[-72.56981990829287,41.976874533015646],[-72.57007690837666,41.976872533007004],[-72.57045590850039,41.97687153299463],[-72.57091590865194,41.97689453298427],[-72.57133090878989,41.976936532979],[-72.5719929090097,41.97699953296983],[-72.57264090922294,41.97702753295439],[-72.57323090941475,41.97701253293255],[-72.57377190958869,41.9769655329061],[-72.57422590973233,41.97688553287614],[-72.57462090985487,41.97677353284192],[-72.57493190994948,41.97665353280883],[-72.5749689099598,41.97662253280168],[-72.57506090998861,41.976601532794696],[-72.57505990998806,41.97659753279395],[-72.57541191009331,41.97642953275034],[-72.57594391025577,41.97623453269573],[-72.57648391042346,41.976084532649544],[-72.57690991055853,41.976014532622386],[-72.57742991072676,41.97598753260046],[-72.57939891136964,41.97598553253678],[-72.57979491149888,41.97598453252385],[-72.58001391157039,41.97598453251681],[-72.5809849118883,41.975998532488276],[-72.58138191201827,41.976004532476665],[-72.58161891209595,41.97600953247001],[-72.58232991232907,41.97602553245022],[-72.58256791240713,41.97603153244371],[-72.58275291246777,41.976035532438544],[-72.58352591272202,41.97606753241984],[-72.58640191366821,41.97618953235079],[-72.58676491378769,41.97620553234219],[-72.58713291390964,41.97623653233632],[-72.58735991398444,41.97624853233132],[-72.58756591413353,41.97766453259696],[-72.58764891419142,41.97819753269676],[-72.58791691437733,41.97990053301556],[-72.58804291446201,41.98065353315628],[-72.58840291472067,41.98309553361417],[-72.58853691481922,41.984043533792075],[-72.58855591483324,41.98417853381742],[-72.58863591491814,41.985195534010344],[-72.58862691494593,41.985727534112904],[-72.5886359149576,41.985878534141655],[-72.58862991496328,41.9860105341672],[-72.58853491498306,41.98688953433923],[-72.58848391499393,41.98736553443235],[-72.58836191499216,41.98802453456297],[-72.588217914984,41.98869653469676],[-72.58801891496485,41.989489534855586],[-72.58800591496379,41.98954453486657],[-72.58779391494086,41.99034553502735],[-72.58773091493376,41.99057853507415],[-72.58752491491106,41.99134953522897],[-72.58746391490368,41.991566535272646],[-72.58739591489697,41.991834535326326],[-72.58702791486385,41.99334053562762],[-72.58696791485839,41.99358453567644],[-72.58687291484927,41.993963535752336],[-72.58679291484182,41.994286535817004],[-72.58644591480626,41.99563153608664],[-72.58589491475105,41.99778853651889],[-72.58569291468594,41.99780353652825],[-72.58568291468266,41.997803536528586],[-72.58540991459438,41.997818536540265],[-72.5850469144775,41.99784753655752],[-72.58483591440957,41.99786453656756],[-72.5838379140871,41.99792453661121],[-72.58376491406267,41.997914536611646],[-72.58299691381403,41.99795253664365],[-72.58104291318162,41.99805253672574],[-72.57943291266,41.99812553679156],[-72.57928591261233,41.99813153679743],[-72.57884691247011,41.998151536815406],[-72.57870091242289,41.99815953682165],[-72.57850791236066,41.99817353683054],[-72.57792791217382,41.99821853685784],[-72.57773591211196,41.9982335368669],[-72.57709891190605,41.9982705368945],[-72.57669191177452,41.9982945369122],[-72.57563791143748,41.998419536970125],[-72.57520191130028,41.99850953700145],[-72.57519991129969,41.9985105370017],[-72.5745889111103,41.99868653705517],[-72.5743129110273,41.998810537087884],[-72.5734849107785,41.99918453718637],[-72.5732099106959,41.99930953721925],[-72.57269291053699,41.999481537268935],[-72.5726249105161,41.999504537275534],[-72.57159691019692,41.999791537363755],[-72.57153491017763,41.99980853736901],[-72.57113891005332,41.99989553739846],[-72.57111491004576,41.99990053740021],[-72.57058390987905,42.000016537439556],[-72.57041290982515,42.00005053745159],[-72.57021690976352,42.00009153746578],[-72.56990090966423,42.000159537489],[-72.56973090961088,42.000197537501776],[-72.56944990952228,42.000252537521376],[-72.56860690925659,42.00041953758058],[-72.56832690916842,42.000476537600534],[-72.5682709091507,42.00048653760426],[-72.56810390909796,42.000517537615586],[-72.56804890908062,42.00052853761947],[-72.56786990902407,42.00056153763157],[-72.56733590885541,42.00066153766795],[-72.56715790879925,42.00069553768021],[-72.56689590871846,42.000778537704576],[-72.5665099085996,42.00090353774101],[-72.56612690848398,42.001067537784834],[-72.56587590840829,42.00117653781386],[-72.56521590821092,42.00149153789561],[-72.56323590761887,42.002438538141234],[-72.56257690742189,42.00275453822314],[-72.56246690738901,42.00280753823687],[-72.5621359072902,42.00296853827845],[-72.56202690725772,42.00302253829232],[-72.56175590717658,42.00315053832563],[-72.56094390693366,42.0035365384259],[-72.56067390685291,42.00366553845938],[-72.56033890675268,42.0038245385007],[-72.55933390645195,42.00430153862465],[-72.5589989063517,42.00446053866599],[-72.55893490631838,42.004245538626726],[-72.55874590621937,42.00360053850886],[-72.55868290618636,42.00338553846958],[-72.55861690615193,42.00316253842884],[-72.55841990604893,42.00249353830661],[-72.55835490601481,42.00227053826585],[-72.55765190566277,42.00015153788124],[-72.55755290560786,41.99976053780927],[-72.55694490540643,41.999711537819394],[-72.55655190527621,41.99967953782587],[-72.55623190517174,41.99968053783634],[-72.55584990504644,41.999671537846886],[-72.55541190490203,41.999648537856544],[-72.55528290485972,41.99964553786012],[-72.55496390475494,41.999635537868436],[-72.5546869046651,41.999646537879464],[-72.55442790458262,41.99968353789488],[-72.55386090440413,41.9997995379354],[-72.5533359042392,41.99991353797419],[-72.5527529040542,42.000007538010976],[-72.55252490398146,42.00003753802407],[-72.5521669038673,42.00008553804479],[-72.54791490250929,42.00062153828441],[-72.54672990212903,42.00073953834515],[-72.54420390132165,42.001047538485466],[-72.54143090043543,42.00138753863987],[-72.54096890028681,42.0014275386624],[-72.54055790015468,42.00146453868269],[-72.5395878998439,42.00156953873402],[-72.5393428997654,42.00159653874709],[-72.53912889969693,42.00162153875876],[-72.53853589950721,42.00169053879106],[-72.53757789920073,42.00180253884334],[-72.53675789893866,42.00190353888908],[-72.53616589874954,42.00197753892231],[-72.53501789838272,42.00211953898646],[-72.53483789832524,42.00214253899665],[-72.53432789816272,42.00221353902667],[-72.53314889778963,42.00242253910468],[-72.53241789755735,42.00253553914988],[-72.5315858972911,42.002631539195036],[-72.53107189712665,42.00269153922304],[-72.53043889692476,42.002776539259706],[-72.52954389663736,42.002863539305146],[-72.52916789651755,42.002915539327226],[-72.52537089530796,42.00345053955189],[-72.5242738949585,42.00360553961687],[-72.52410589490512,42.00363153962727],[-72.52377889480121,42.00368253964756],[-72.52285689450837,42.003827539705],[-72.52279789448951,42.00383453970826],[-72.52246989438494,42.003879539727414],[-72.52231089429227,42.003173539596844],[-72.52223089424521,42.00281053952963],[-72.52204389413464,42.001952539370734],[-72.52195189408012,42.0015285392922],[-72.52167489391657,42.000261539057576],[-72.52152389382937,41.999604538936126],[-72.52128089368846,41.998537538738844],[-72.52095789350828,41.99724253850029],[-72.520304893144,41.99462353801778],[-72.52000189297186,41.993354537783546],[-72.51969289279617,41.99205753754414],[-72.51943189264648,41.990939537337574],[-72.51895089237044,41.988875536956186],[-72.51865489219954,41.98758753671803],[-72.51839889205155,41.98647053651147],[-72.51804089182195,41.984514536146854],[-72.51803689181955,41.98449553614333],[-72.517731891655,41.9833685359364],[-72.51771089164487,41.983311535926106],[-72.51769989163952,41.983281535920696],[-72.51766389162219,41.98318453590319],[-72.5176478916146,41.983143535895834],[-72.51762789160489,41.9830885358859],[-72.51836189184623,41.98311553586754],[-72.51842589186712,41.983115535865494],[-72.52055089256234,41.983134535801014],[-72.52082189264988,41.983117535789056],[-72.52106789272938,41.98310253577828],[-72.52146189284979,41.98295853573795],[-72.52158689288795,41.982912535725106],[-72.52247189315156,41.982470535611725],[-72.52284089326669,41.982376535581835],[-72.52427389371378,41.982012535465856],[-72.52456389379441,41.98176753540946],[-72.52496589390132,41.98134453531524],[-72.52535989401765,41.98112953526123],[-72.52616489426664,41.980887535188884],[-72.52651089438179,41.98092453518492],[-72.52654389439273,41.980927535184435],[-72.52736589466625,41.98101453517479],[-72.52756689474792,41.981292535221804],[-72.52760889477298,41.981489535258326],[-72.5272368946584,41.98160953529335],[-72.52720189464729,41.98161553529561],[-72.52685789453868,41.98168053531915],[-72.52676389451173,41.98174553533466],[-72.5266788944874,41.98180553534894],[-72.52668789450614,41.98207953540133],[-72.52674889453608,41.98225353543284],[-72.52691489460086,41.9824365354627],[-72.5269158946012,41.98243653546266],[-72.52728289473356,41.98265353549263],[-72.52735289476087,41.982730535505176],[-72.52742189478782,41.98280753551777],[-72.52762789487905,41.983222535590954],[-72.52798989501844,41.98358953564993],[-72.52835089514431,41.98372753566487],[-72.52880289529413,41.98376553565768],[-72.5291868954162,41.98370753563422],[-72.52959789554696,41.9836465356093],[-72.52977989560432,41.983610535596526],[-72.52996289566201,41.98357453558374],[-72.53085589593037,41.98316953547722],[-72.53142789609922,41.982857535398885],[-72.53202689629315,41.982827535373886],[-72.53267789649914,41.98271253533088],[-72.53337189671217,41.98247553526305],[-72.53373389682295,41.98234653522662],[-72.53419189696484,41.982212535186164],[-72.53451689706061,41.982032535141116],[-72.53555989734986,41.98114053493614],[-72.53574289740192,41.98100653490451],[-72.53622489753928,41.98065853482212],[-72.53664989767654,41.98063153480328],[-72.5367708977228,41.9807485348219],[-72.53683289774709,41.980818534833375],[-72.53679389773494,41.980828534836554],[-72.53679189773571,41.980853534841415],[-72.53678889773676,41.98088853484823],[-72.53679689774127,41.98092153485433],[-72.53678189773942,41.98097453486501],[-72.53675889773278,41.98098953486863],[-72.53662689770697,41.981289534930546],[-72.53659489771911,41.98168153500695],[-72.53657589771474,41.98171353501372],[-72.53658989772093,41.98174153501864],[-72.53656289771926,41.981865535043354],[-72.53653189771725,41.98200653507148],[-72.53654089772857,41.98215153509906],[-72.53679789785366,41.9828655352281],[-72.53738289805683,41.983075535249704],[-72.53774789817405,41.98304053523126],[-72.53785389820774,41.983024535224786],[-72.53792289823028,41.983024535222576],[-72.53834389836548,41.98298453520136],[-72.53966089874356,41.98208153498548],[-72.53992889882662,41.98200353496186],[-72.54018089890458,41.981928534939364],[-72.54081989910476,41.98178053489039],[-72.5415118993106,41.98143053480088],[-72.54220189952144,41.98117853473028],[-72.54333389987674,41.98092853464588],[-72.54414790012059,41.98054653454629],[-72.54441290020362,41.980485534526046],[-72.54485490034729,41.98047353450955],[-72.54506790041044,41.98036253448138],[-72.54539590052947,41.98056853451046],[-72.5456249006034,41.98055353450022],[-72.54602190073327,41.98055753448824],[-72.54628890081783,41.98051153447084],[-72.5464329008611,41.980446534453705],[-72.54667790092181,41.98011153438144],[-72.54689090097528,41.97983253432094],[-72.54690690097303,41.97970253429543],[-72.54697490098536,41.97953153426036],[-72.54731090107637,41.97920653418709],[-72.54734090107912,41.97908453416267],[-72.5472729010466,41.978905534130426],[-72.54716590099913,41.97868853409212],[-72.54715790098527,41.97849353405489],[-72.54733390102321,41.97815453398405],[-72.54739490103893,41.97808153396806],[-72.54762390111107,41.97803553395187],[-72.54781390117161,41.97800953394076],[-72.5481879013019,41.97815053395586],[-72.5483479013539,41.97814653394997],[-72.54846290138335,41.97800553391915],[-72.54854690139338,41.97770353385839],[-72.54861590141066,41.977612533838666],[-72.54880590146763,41.977524533815654],[-72.54895890151212,41.977429533792474],[-72.54901190152984,41.97743653379211],[-72.54911090155582,41.97732653376778],[-72.54914190155758,41.977181533738914],[-72.54902690150769,41.97696753370146],[-72.54902690150284,41.97688353368529],[-72.54912690153552,41.97688353368209],[-72.54937790162958,41.9770935337144],[-72.5494469016537,41.97712053371737],[-72.54961490171229,41.97718553372448],[-72.5497679017618,41.97717753371804],[-72.5499579018166,41.9770515336877],[-72.54998890182165,41.97696353366978],[-72.54988990178336,41.976860533653166],[-72.54950090163568,41.97650253359681],[-72.54948490162515,41.97641053357963],[-72.54949290161284,41.97615153352957],[-72.54945490159557,41.97606753351463],[-72.5492639015279,41.975975533503075],[-72.54917190149284,41.97588853348928],[-72.54918790149362,41.97581153347397],[-72.5492559015134,41.975769533463705],[-72.54933290153964,41.9757885334649],[-72.54964490165476,41.97601753349891],[-72.54978290170027,41.97602553349602],[-72.5499199017437,41.97600253348721],[-72.54993490175805,41.97616653351826],[-72.54998890177897,41.97622353352748],[-72.55005690180226,41.97624253352895]]]},"properties":{"name":4808,"geoid":"09003480800"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.52246989438494,42.003879539727414],[-72.52292689464828,42.005856540092694],[-72.52338189491006,42.00781754045493],[-72.52362589505617,42.0089685406683],[-72.52378389515188,42.00973254081002],[-72.52388089521084,42.010205540897786],[-72.52424589542208,42.01179954119236],[-72.52470089568492,42.013777541557815],[-72.52437089557834,42.01379954157261],[-72.52358289532422,42.013857541609056],[-72.52230889491345,42.013952541668196],[-72.52119389455338,42.014025541718006],[-72.52023089424345,42.01410754176468],[-72.51929789394329,42.01418854181016],[-72.51911489388449,42.0142055418193],[-72.51909289387741,42.01420754182041],[-72.51906089386708,42.01420954182181],[-72.51903989386032,42.01421154182285],[-72.5182188935961,42.01428154186266],[-72.51820889359284,42.014281541862985],[-72.51656689306195,42.0143785419343],[-72.51548789271436,42.014464541985426],[-72.51483489250404,42.01451754201656],[-72.51458289242355,42.01454954203081],[-72.51439789236386,42.014562542039236],[-72.51384489218547,42.014602542064665],[-72.51366089212615,42.014616542073256],[-72.51211789164434,42.01500354219711],[-72.51149389144956,42.015161542247476],[-72.5085898905418,42.015874542477626],[-72.50748589019646,42.016141542564334],[-72.50665488993663,42.016344542629994],[-72.50611688976717,42.01645454266836],[-72.50593588970987,42.01648654268033],[-72.5058278896412,42.015907542572535],[-72.50549988943312,42.014157542246814],[-72.50539088936395,42.01357554213848],[-72.50523888926729,42.01276054198675],[-72.50478288897752,42.01031854153212],[-72.50463088888094,42.009504541380565],[-72.50448488879876,42.008906541270335],[-72.50405188855393,42.00711354093964],[-72.50392988848473,42.00660454084573],[-72.5039108884734,42.006515540829234],[-72.50390388846927,42.00648354082332],[-72.50376988838934,42.00585654070711],[-72.50335188813915,42.0038845403415],[-72.5032288880655,42.00330354023378],[-72.50321588805691,42.00322854021977],[-72.50306088795742,42.00238054006175],[-72.50259888766024,41.99984253958873],[-72.50244788756224,41.99899753943113],[-72.50243088755128,41.998903539413604],[-72.50241888754192,41.99880953939594],[-72.50234888748676,41.99824853929034],[-72.50233088747258,41.99810453926324],[-72.50232288746754,41.998062539255415],[-72.50232088746603,41.99804753925259],[-72.50180088713765,41.99529553874022],[-72.5002378861494,41.98699953719528],[-72.4997308858286,41.9843035366931],[-72.49972288582201,41.9842345366801],[-72.49972288582183,41.98423153667954],[-72.49965888576969,41.98368853657714],[-72.49946988561403,41.98205653626936],[-72.49942888558027,41.98170253620259],[-72.49940688556711,41.98159853618329],[-72.49989088571496,41.98142053613357],[-72.5000278857569,41.98137153611975],[-72.50019888580754,41.98128053609677],[-72.50026888581571,41.98102553604549],[-72.50047288588517,41.98107453604838],[-72.50060888592778,41.98104253603787],[-72.50069888594484,41.98082853599382],[-72.5007448859406,41.98049353592793],[-72.50073188593498,41.98046953592374],[-72.50065088589987,41.98031953589748],[-72.50055888586706,41.980271535891184],[-72.50045588583036,41.9802185358843],[-72.50033188578912,41.98020553588579],[-72.50003388568908,41.980158535886275],[-72.500000885678,41.98015353588637],[-72.49970988557966,41.98009653588474],[-72.49958088552624,41.97990053585117],[-72.4996748855416,41.97963353579679],[-72.49972188555516,41.97960253578934],[-72.49982788558593,41.97953553577306],[-72.50000088564038,41.979499535760596],[-72.50040988577162,41.979458535739596],[-72.5005658858193,41.979401535723646],[-72.50070088585777,41.97930353570049],[-72.50070088584305,41.97904753565125],[-72.50063288580021,41.97868953558457],[-72.50080388584576,41.978510535544665],[-72.50114688594954,41.97836653550598],[-72.50146488605128,41.97832953548868],[-72.50203788623466,41.97826353545763],[-72.50366288675475,41.97807753536982],[-72.50368088676059,41.97807653536905],[-72.50420488694108,41.97823853538339],[-72.50466688712116,41.9787455354661],[-72.50465088713953,41.97915553554546],[-72.50447088709087,41.97933153558508],[-72.50396288694827,41.97973753567945],[-72.50404188698577,41.979940535715954],[-72.50523888743214,41.98090253586261],[-72.50523488743666,41.98100353588217],[-72.50533588749128,41.981379535951234],[-72.50540588751834,41.98145253596303],[-72.50550288755596,41.98155553597974],[-72.50564988760904,41.98164353599194],[-72.50590288770037,41.98179453601288],[-72.5060328877501,41.98192053603293],[-72.50621288782898,41.98226953609429],[-72.50636988790491,41.98269753617156],[-72.50639888794258,41.98318753626486],[-72.50641888794993,41.98320153626692],[-72.50641288794975,41.98323253627307],[-72.50647588798236,41.98344153631123],[-72.50678788809252,41.98358453632873],[-72.50688188812212,41.983565536322075],[-72.50707988818456,41.983526536308226],[-72.50729988824462,41.983321536261755],[-72.50790088840861,41.982759536134424],[-72.50862488863025,41.9825015360616],[-72.50970788897997,41.98243153601343],[-72.50980388899701,41.982182535962465],[-72.50969988895544,41.982050535940424],[-72.50934488881335,41.98159653586449],[-72.50955288885874,41.981204535782446],[-72.50969788889958,41.98109153575607],[-72.51011988901855,41.98076353567946],[-72.51047988913079,41.98067053565004],[-72.51127988939723,41.98075953564151],[-72.51128688939957,41.98076053564148],[-72.5123588897544,41.9808415356227],[-72.5139318902677,41.980832535570556],[-72.51515189065861,41.98070053550606],[-72.51569189084972,41.980956535537985],[-72.51586289092448,41.98128453559558],[-72.5157958909186,41.98156253565118],[-72.5157248909128,41.98186453571154],[-72.51555589087407,41.98215053577195],[-72.5153728908322,41.98246153583762],[-72.51580289099306,41.9828155358919],[-72.51594889104327,41.9828595358957],[-72.51627489115545,41.98295853590427],[-72.51657089125733,41.9830485359121],[-72.51728589149245,41.983075535894365],[-72.51762789160489,41.9830885358859],[-72.5176478916146,41.983143535895834],[-72.51766389162219,41.98318453590319],[-72.51769989163952,41.983281535920696],[-72.51771089164487,41.983311535926106],[-72.517731891655,41.9833685359364],[-72.51803689181955,41.98449553614333],[-72.51804089182195,41.984514536146854],[-72.51839889205155,41.98647053651147],[-72.51865489219954,41.98758753671803],[-72.51895089237044,41.988875536956186],[-72.51943189264648,41.990939537337574],[-72.51969289279617,41.99205753754414],[-72.52000189297186,41.993354537783546],[-72.520304893144,41.99462353801778],[-72.52095789350828,41.99724253850029],[-72.52128089368846,41.998537538738844],[-72.52152389382937,41.999604538936126],[-72.52167489391657,42.000261539057576],[-72.52195189408012,42.0015285392922],[-72.52204389413464,42.001952539370734],[-72.52223089424521,42.00281053952963],[-72.52231089429227,42.003173539596844],[-72.52246989438494,42.003879539727414]]]},"properties":{"name":4809,"geoid":"09003480900"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.55005690180226,41.97624253352895],[-72.54998890177897,41.97622353352748],[-72.54993490175805,41.97616653351826],[-72.5499199017437,41.97600253348721],[-72.54978290170027,41.97602553349602],[-72.54964490165476,41.97601753349891],[-72.54933290153964,41.9757885334649],[-72.5492559015134,41.975769533463705],[-72.54918790149362,41.97581153347397],[-72.54917190149284,41.97588853348928],[-72.5492639015279,41.975975533503075],[-72.54945490159557,41.97606753351463],[-72.54949290161284,41.97615153352957],[-72.54948490162515,41.97641053357963],[-72.54950090163568,41.97650253359681],[-72.54988990178336,41.976860533653166],[-72.54998890182165,41.97696353366978],[-72.5499579018166,41.9770515336877],[-72.5497679017618,41.97717753371804],[-72.54961490171229,41.97718553372448],[-72.5494469016537,41.97712053371737],[-72.54937790162958,41.9770935337144],[-72.54912690153552,41.97688353368209],[-72.54902690150284,41.97688353368529],[-72.54902690150769,41.97696753370146],[-72.54914190155758,41.977181533738914],[-72.54911090155582,41.97732653376778],[-72.54901190152984,41.97743653379211],[-72.54895890151212,41.977429533792474],[-72.54880590146763,41.977524533815654],[-72.54861590141066,41.977612533838666],[-72.54854690139338,41.97770353385839],[-72.54846290138335,41.97800553391915],[-72.5483479013539,41.97814653394997],[-72.5481879013019,41.97815053395586],[-72.54781390117161,41.97800953394076],[-72.54762390111107,41.97803553395187],[-72.54739490103893,41.97808153396806],[-72.54733390102321,41.97815453398405],[-72.54715790098527,41.97849353405489],[-72.54716590099913,41.97868853409212],[-72.5472729010466,41.978905534130426],[-72.54734090107912,41.97908453416267],[-72.54731090107637,41.97920653418709],[-72.54697490098536,41.97953153426036],[-72.54690690097303,41.97970253429543],[-72.54689090097528,41.97983253432094],[-72.54667790092181,41.98011153438144],[-72.5464329008611,41.980446534453705],[-72.54628890081783,41.98051153447084],[-72.54602190073327,41.98055753448824],[-72.5456249006034,41.98055353450022],[-72.54539590052947,41.98056853451046],[-72.54506790041044,41.98036253448138],[-72.54485490034729,41.98047353450955],[-72.54441290020362,41.980485534526046],[-72.54414790012059,41.98054653454629],[-72.54333389987674,41.98092853464588],[-72.54220189952144,41.98117853473028],[-72.5415118993106,41.98143053480088],[-72.54081989910476,41.98178053489039],[-72.54018089890458,41.981928534939364],[-72.53992889882662,41.98200353496186],[-72.53966089874356,41.98208153498548],[-72.53834389836548,41.98298453520136],[-72.53792289823028,41.983024535222576],[-72.53785389820774,41.983024535224786],[-72.53774789817405,41.98304053523126],[-72.53738289805683,41.983075535249704],[-72.53679789785366,41.9828655352281],[-72.53654089772857,41.98215153509906],[-72.53653189771725,41.98200653507148],[-72.53656289771926,41.981865535043354],[-72.53658989772093,41.98174153501864],[-72.53657589771474,41.98171353501372],[-72.53659489771911,41.98168153500695],[-72.53662689770697,41.981289534930546],[-72.53675889773278,41.98098953486863],[-72.53678189773942,41.98097453486501],[-72.53679689774127,41.98092153485433],[-72.53678889773676,41.98088853484823],[-72.53679189773571,41.980853534841415],[-72.53679389773494,41.980828534836554],[-72.53683289774709,41.980818534833375],[-72.5367708977228,41.9807485348219],[-72.53664989767654,41.98063153480328],[-72.53622489753928,41.98065853482212],[-72.53574289740192,41.98100653490451],[-72.53555989734986,41.98114053493614],[-72.53451689706061,41.982032535141116],[-72.53419189696484,41.982212535186164],[-72.53373389682295,41.98234653522662],[-72.53337189671217,41.98247553526305],[-72.53267789649914,41.98271253533088],[-72.53202689629315,41.982827535373886],[-72.53142789609922,41.982857535398885],[-72.53085589593037,41.98316953547722],[-72.52996289566201,41.98357453558374],[-72.52977989560432,41.983610535596526],[-72.52959789554696,41.9836465356093],[-72.5291868954162,41.98370753563422],[-72.52880289529413,41.98376553565768],[-72.52835089514431,41.98372753566487],[-72.52798989501844,41.98358953564993],[-72.52762789487905,41.983222535590954],[-72.52742189478782,41.98280753551777],[-72.52735289476087,41.982730535505176],[-72.52728289473356,41.98265353549263],[-72.5269158946012,41.98243653546266],[-72.52691489460086,41.9824365354627],[-72.52674889453608,41.98225353543284],[-72.52668789450614,41.98207953540133],[-72.5266788944874,41.98180553534894],[-72.52676389451173,41.98174553533466],[-72.52685789453868,41.98168053531915],[-72.52720189464729,41.98161553529561],[-72.5272368946584,41.98160953529335],[-72.52760889477298,41.981489535258326],[-72.52756689474792,41.981292535221804],[-72.52736589466625,41.98101453517479],[-72.52654389439273,41.980927535184435],[-72.52651089438179,41.98092453518492],[-72.52616489426664,41.980887535188884],[-72.52535989401765,41.98112953526123],[-72.52496589390132,41.98134453531524],[-72.52456389379441,41.98176753540946],[-72.52427389371378,41.982012535465856],[-72.52284089326669,41.982376535581835],[-72.52247189315156,41.982470535611725],[-72.52158689288795,41.982912535725106],[-72.52146189284979,41.98295853573795],[-72.52106789272938,41.98310253577828],[-72.52082189264988,41.983117535789056],[-72.52055089256234,41.983134535801014],[-72.51842589186712,41.983115535865494],[-72.51836189184623,41.98311553586754],[-72.51762789160489,41.9830885358859],[-72.51728589149245,41.983075535894365],[-72.51657089125733,41.9830485359121],[-72.51627489115545,41.98295853590427],[-72.51594889104327,41.9828595358957],[-72.51580289099306,41.9828155358919],[-72.5153728908322,41.98246153583762],[-72.51555589087407,41.98215053577195],[-72.5157248909128,41.98186453571154],[-72.5157958909186,41.98156253565118],[-72.51586289092448,41.98128453559558],[-72.51569189084972,41.980956535537985],[-72.51515189065861,41.98070053550606],[-72.5139318902677,41.980832535570556],[-72.5123588897544,41.9808415356227],[-72.51128688939957,41.98076053564148],[-72.51127988939723,41.98075953564151],[-72.51047988913079,41.98067053565004],[-72.51011988901855,41.98076353567946],[-72.50969788889958,41.98109153575607],[-72.50955288885874,41.981204535782446],[-72.50934488881335,41.98159653586449],[-72.50969988895544,41.982050535940424],[-72.50980388899701,41.982182535962465],[-72.50970788897997,41.98243153601343],[-72.50862488863025,41.9825015360616],[-72.50790088840861,41.982759536134424],[-72.50729988824462,41.983321536261755],[-72.50707988818456,41.983526536308226],[-72.50688188812212,41.983565536322075],[-72.50678788809252,41.98358453632873],[-72.50647588798236,41.98344153631123],[-72.50641288794975,41.98323253627307],[-72.50641888794993,41.98320153626692],[-72.50639888794258,41.98318753626486],[-72.50636988790491,41.98269753617156],[-72.50621288782898,41.98226953609429],[-72.5060328877501,41.98192053603293],[-72.50590288770037,41.98179453601288],[-72.50564988760904,41.98164353599194],[-72.50550288755596,41.98155553597974],[-72.50540588751834,41.98145253596303],[-72.50533588749128,41.981379535951234],[-72.50523488743666,41.98100353588217],[-72.50523888743214,41.98090253586261],[-72.50404188698577,41.979940535715954],[-72.50396288694827,41.97973753567945],[-72.50447088709087,41.97933153558508],[-72.50465088713953,41.97915553554546],[-72.50466688712116,41.9787455354661],[-72.50420488694108,41.97823853538339],[-72.50368088676059,41.97807653536905],[-72.50366288675475,41.97807753536982],[-72.50203788623466,41.97826353545763],[-72.50146488605128,41.97832953548868],[-72.50114688594954,41.97836653550598],[-72.50080388584576,41.978510535544665],[-72.50063288580021,41.97868953558457],[-72.50070088584305,41.97904753565125],[-72.50070088585777,41.97930353570049],[-72.5005658858193,41.979401535723646],[-72.50040988577162,41.979458535739596],[-72.50000088564038,41.979499535760596],[-72.49982788558593,41.97953553577306],[-72.49972188555516,41.97960253578934],[-72.4996748855416,41.97963353579679],[-72.49958088552624,41.97990053585117],[-72.49970988557966,41.98009653588474],[-72.500000885678,41.98015353588637],[-72.50003388568908,41.980158535886275],[-72.50033188578912,41.98020553588579],[-72.50045588583036,41.9802185358843],[-72.50055888586706,41.980271535891184],[-72.50065088589987,41.98031953589748],[-72.50073188593498,41.98046953592374],[-72.5007448859406,41.98049353592793],[-72.50069888594484,41.98082853599382],[-72.50060888592778,41.98104253603787],[-72.50047288588517,41.98107453604838],[-72.50026888581571,41.98102553604549],[-72.50019888580754,41.98128053609677],[-72.5000278857569,41.98137153611975],[-72.49989088571496,41.98142053613357],[-72.49940688556711,41.98159853618329],[-72.49938988555684,41.98151653616807],[-72.49938288555275,41.98148553616234],[-72.49937788554939,41.98145553615673],[-72.49936388554133,41.981394536145444],[-72.49935788553763,41.98136453613986],[-72.4993118855104,41.98115253610057],[-72.49917588542938,41.9805165359826],[-72.49913088540248,41.98030453594328],[-72.49911088538676,41.98014453591315],[-72.49905088533953,41.979664535822764],[-72.49903088532378,41.97950453579263],[-72.49901488530459,41.979261535746396],[-72.49896988524819,41.9785365356084],[-72.49895488522941,41.97829553556253],[-72.4989548852293,41.97829353556216],[-72.49892888519825,41.97790153548758],[-72.49888088516896,41.977664535443544],[-72.49850688493943,41.975798535096615],[-72.49838388486359,41.97517853498131],[-72.49832688482904,41.97490153492985],[-72.4980588846656,41.97358153468452],[-72.49709088407438,41.96879853379544],[-72.49677888388301,41.96724253350608],[-72.49677088387827,41.96720553349922],[-72.49672988385326,41.967003533461664],[-72.49668888382861,41.96680753342527],[-72.49644388368013,41.96561653320398],[-72.49636288363085,41.96521953313019],[-72.49634588362063,41.96513853311516],[-72.4962958835904,41.96489653307019],[-72.49627988358058,41.96481653305531],[-72.49556888314933,41.96135353241177],[-72.49343888185699,41.950966530481026],[-72.49272988142671,41.947505529837535],[-72.49531388225772,41.947281529711724],[-72.5030658847511,41.946616529335614],[-72.50552888554331,41.94640552921616],[-72.50564988558196,41.946390529209395],[-72.50572088560457,41.9463805292052],[-72.50718588607224,41.946193529122304],[-72.51157688747396,41.945633528873906],[-72.51179388754322,41.94560552886156],[-72.51333088803386,41.945409528774604],[-72.51356888811165,41.94541052876719],[-72.51372388816237,41.9454125287626],[-72.51383388819835,41.94541352875927],[-72.51417188830827,41.94540552874691],[-72.5142828883433,41.9453845287393],[-72.5143898883771,41.94536452873203],[-72.51449988840905,41.94529552871523],[-72.51517188862354,41.94520952867716],[-72.51569688879113,41.94514252864742],[-72.51720088927834,41.945074528586176],[-72.51787888949802,41.945044528558675],[-72.51898488985384,41.94495152850535],[-72.52230489092202,41.94467452834566],[-72.52341189127824,41.94458352829269],[-72.52374989138741,41.94456252827781],[-72.52476489171521,41.94449952823316],[-72.52510389182477,41.944479528218444],[-72.52531989189391,41.9444555282069],[-72.52596689210121,41.944386528172885],[-72.52618389217075,41.94436352816151],[-72.52641389224395,41.94433052814779],[-72.52710389246361,41.94423252810681],[-72.52733489253721,41.94420052809325],[-72.5298598933452,41.943913527957086],[-72.53184889398158,41.94368652784963],[-72.53860689615108,41.94304152750884],[-72.54794689913012,41.9418165269735],[-72.548002899148,41.94180952697036],[-72.54779289910799,41.942305527072556],[-72.54778589911892,41.94253552711705],[-72.54768389909403,41.94268152714843],[-72.54744489902751,41.94288152719459],[-72.54722689897262,41.94316452725606],[-72.54711589894059,41.94323752727365],[-72.54698489890282,41.9433245272946],[-72.54673289884799,41.943801527394484],[-72.5464468987644,41.94397152743639],[-72.54650289878717,41.94404952744961],[-72.54653789880147,41.94409952745811],[-72.54702289896248,41.94414552745139],[-72.54739789909367,41.94429752746863],[-72.54762989919082,41.944669527532774],[-72.5474048991366,41.945003527604285],[-72.54748789917616,41.945220527643386],[-72.547767899275,41.94534952765923],[-72.5482788994201,41.94497152757008],[-72.54845089947753,41.94499352756881],[-72.54839189947184,41.94522952761611],[-72.54841289949775,41.94556052767915],[-72.54801189936671,41.94555852769162],[-72.54796389935105,41.94555852769317],[-72.54785189931746,41.94561052770676],[-72.54798489937096,41.94578552773618],[-72.54885489966503,41.945959527741756],[-72.54902589973182,41.946149527772825],[-72.54916989978791,41.9463075277986],[-72.54941289987545,41.94644952781815],[-72.55041290022658,41.94687752786844],[-72.5504779002587,41.947066527902734],[-72.5503219002115,41.94713152792023],[-72.55001290010813,41.947088527921885],[-72.54944889991954,41.947011527925156],[-72.54936389989605,41.94708552794212],[-72.549577899978,41.947295527975676],[-72.54962089999913,41.94741852799797],[-72.54978690006865,41.94768452804383],[-72.54990690011583,41.94782352806671],[-72.55002090016215,41.947981528093486],[-72.5496959000672,41.94817552814124],[-72.54954990002847,41.94833052817575],[-72.54964190007296,41.94858152822109],[-72.54988290015855,41.94870152823646],[-72.550144900227,41.948404528170904],[-72.55030490027804,41.94838352816171],[-72.55068290041969,41.94870052821061],[-72.55147790069786,41.94902352824726],[-72.55166890076318,41.94907452825094],[-72.55190990084981,41.94921252826975],[-72.55198590091143,41.94985152839029],[-72.55189490089109,41.95001452842456],[-72.5518209008747,41.95014952845291],[-72.55183990089255,41.950351528491176],[-72.55216990102535,41.95078652856431],[-72.55235690111671,41.95131252865951],[-72.55252090118765,41.951614528712355],[-72.55259890122647,41.95184652875451],[-72.55254990124854,41.95250752888325],[-72.5526179012841,41.95273952892572],[-72.55295390140026,41.95285152893649],[-72.55352590160304,41.95312952897161],[-72.55417190182163,41.953262528976474],[-72.55437990189664,41.953385528993465],[-72.554491901946,41.95360752903258],[-72.5544679019452,41.95372952905683],[-72.55412590182523,41.9535855290401],[-72.55393490176054,41.95354552903853],[-72.5538729017456,41.95363752905823],[-72.55404490181938,41.9539435291116],[-72.5540499018318,41.954130529147406],[-72.55397290181403,41.95425852917451],[-72.55395690181686,41.95439852920195],[-72.55422090193407,41.954936529296994],[-72.55439190199445,41.9550155293067],[-72.55444590201185,41.9550115293042],[-72.5549059021624,41.95501752929058],[-72.5551399022566,41.95532652934252],[-72.55506690224516,41.955541529386224],[-72.55493290220548,41.95561252940422],[-72.55477890216592,41.955798529444955],[-72.55479390217295,41.95583552945158],[-72.55482890218944,41.95592352946739],[-72.55486690220715,41.956015529483864],[-72.55490490222043,41.95603052948553],[-72.55515190230685,41.956130529496846],[-72.55539190237731,41.95599352946278],[-72.55541490237192,41.955769529418944],[-72.55556890241616,41.9556645293938],[-72.55594190255142,41.95589852942685],[-72.5561409026401,41.95630952949953],[-72.5559899026321,41.957026529642334],[-72.55596690263312,41.95717452967155],[-72.55615090270646,41.95740452970988],[-72.55672690293504,41.95810752982664],[-72.55724990311037,41.958186529825035],[-72.55751990322638,41.958669529909294],[-72.55811990347179,41.95952853005528],[-72.55811190349834,41.960034530152896],[-72.55875790371884,41.96020053016409],[-72.55874690372288,41.96033253018983],[-72.55848990365,41.96052453023503],[-72.55837390362124,41.96068253026914],[-72.55885390380413,41.96113653034106],[-72.5593269039938,41.961747530443425],[-72.55946490404568,41.96186553046168],[-72.55970890411568,41.96169753042153],[-72.55975390412046,41.96152553038699],[-72.55934990397446,41.96128153035304],[-72.55933490396409,41.96118653033524],[-72.55992990415284,41.96109053029767],[-72.56018190423714,41.961125530296314],[-72.56034990430585,41.96136553033709],[-72.56018190428668,41.96198453046156],[-72.56005990426303,41.962265530519524],[-72.56041790440962,41.962780530607105],[-72.56042590442455,41.962994530648],[-72.5602579043776,41.963131530679746],[-72.55975390419943,41.962895530650535],[-72.55960890414941,41.96284953064635],[-72.55948690411465,41.96293753066719],[-72.55966990419044,41.963215530714805],[-72.55974690421932,41.96328053072482],[-72.55983790426734,41.963597530782884],[-72.55965490422382,41.963879530843],[-72.55908290404626,41.96403953089216],[-72.55849590387459,41.96438653097773],[-72.55829690382038,41.96457353102011],[-72.55793890371605,41.96479153107354],[-72.5574429035576,41.964852531101194],[-72.55697690341222,41.96497053113886],[-72.55687790340583,41.965420531228595],[-72.5567479033731,41.96558853126508],[-72.55647390329175,41.96572953130099],[-72.5559849031305,41.96570253131151],[-72.55569590303791,41.965733531326755],[-72.5557569030719,41.96597753137171],[-72.55555790302425,41.96627853143601],[-72.55546690300163,41.96640153146258],[-72.55553490303589,41.9666105315006],[-72.55579490312235,41.96663753149744],[-72.55580990311076,41.96635153144194],[-72.55593190314599,41.966271531422656],[-72.55613790321765,41.96634753143064],[-72.55614590322112,41.96636253143327],[-72.55616890322847,41.96635953143197],[-72.55638990330499,41.96643553143949],[-72.55645090334117,41.96671753149177],[-72.5561149032442,41.966938531545054],[-72.55591690319649,41.96723253160798],[-72.55533690300402,41.96717953161641],[-72.55502390290205,41.96718353162722],[-72.55495590288618,41.967293531650576],[-72.55523790299716,41.96762153170461],[-72.55542890307713,41.96792653175713],[-72.55535090305983,41.96806853178695],[-72.55479490287955,41.968090531809025],[-72.55452090277538,41.96783553176878],[-72.55416190265063,41.967705531755314],[-72.55400890260046,41.967701531759445],[-72.55400190260721,41.96785853178987],[-72.55400890261983,41.96803753182408],[-72.55399390261601,41.96805653182821],[-72.5540089026227,41.96808753183369],[-72.55401690263368,41.968232531861325],[-72.55344490245783,41.968422531916225],[-72.55342190247806,41.96890353200948],[-72.55400190267997,41.96912053203259],[-72.5543379027774,41.96890753198084],[-72.55453590283832,41.96884253196199],[-72.55461190287237,41.96900253199032],[-72.55451290286358,41.96941053207196],[-72.55419990276908,41.96954453210779],[-72.55407090273619,41.96970453214271],[-72.55458890290933,41.96977353213934],[-72.55478790298218,41.969910532159304],[-72.55478790299009,41.97004753218566],[-72.55448990289676,41.9701165322085],[-72.55395390271487,41.96999753220282],[-72.55351390257054,41.969986532214826],[-72.55344490255065,41.97003253222588],[-72.55339190253905,41.97013153224663],[-72.55336890253817,41.97024653226949],[-72.55361990262759,41.97037553228623],[-72.55423090284077,41.9706125323122],[-72.55432990288693,41.97085253235518],[-72.55406290282109,41.971222532434915],[-72.55336890259974,41.9713145324749],[-72.55310690252145,41.97144053250754],[-72.55278890243716,41.97177953258294],[-72.55271990242828,41.97201653263075],[-72.55299490254185,41.97242853270115],[-72.55300190256415,41.97277553276765],[-72.55267390246492,41.972912532804536],[-72.55254490242874,41.9730155328285],[-72.55251390242299,41.9730915328441],[-72.55252190242652,41.97310753284692],[-72.55250590242154,41.973111532848215],[-72.55242990240681,41.973286532884295],[-72.55265090248554,41.973400532899134],[-72.55313190264003,41.973355532875026],[-72.55345290275454,41.97352353289702],[-72.55353590279724,41.97379353294629],[-72.5533859027725,41.97421453303207],[-72.55328490274493,41.97430853305338],[-72.55317990270993,41.974295533054246],[-72.55316290270426,41.97429353305442],[-72.55293390260547,41.97387753298178],[-72.55261290249338,41.973751532967846],[-72.55238390240653,41.97354253293501],[-72.55220890234251,41.973423532917735],[-72.55210990231089,41.97343553292322],[-72.55208690232472,41.97380553299512],[-72.55203290231567,41.97395453302551],[-72.55168290219912,41.973915533029256],[-72.55150690215687,41.974179533085675],[-72.55146090214511,41.97423653309811],[-72.55175890225917,41.97452653314431],[-72.55178190228028,41.974762533188944],[-72.55165190223852,41.97477453319542],[-72.55159890222076,41.97476653319561],[-72.55156790221108,41.97477453319812],[-72.5514379021684,41.974770533201536],[-72.55103390203733,41.97478553321739],[-72.55083590197071,41.974751533217216],[-72.55071390191634,41.974499533172676],[-72.55049990184777,41.974522533183986],[-72.55043090183798,41.97474353322868],[-72.55017190177253,41.975075533300846],[-72.55029390181964,41.97520153332115],[-72.55081290198125,41.97506453327815],[-72.55097290203945,41.97516753329281],[-72.55090390203159,41.97542253334407],[-72.55054590194352,41.975922533451715],[-72.55023290185623,41.97618153351158],[-72.55005690180226,41.97624253352895]]]},"properties":{"name":4810,"geoid":"09003481000"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.61223392093046,41.955904527618515],[-72.61211392094779,41.956882527810485],[-72.61175392099979,41.95981652838642],[-72.61163492101751,41.96079552857855],[-72.61138892096487,41.961274528678594],[-72.61114392091264,41.961754528778805],[-72.61046092076687,41.96309052905773],[-72.61037192074775,41.96326252909368],[-72.60977792062108,41.96442652933665],[-72.60953392056899,41.96490352943624],[-72.60788692037026,41.9707685306171],[-72.60778292035752,41.971135530691],[-72.60746092031893,41.9722865309227],[-72.60703392026727,41.97380453122832],[-72.60695292024053,41.97379953122995],[-72.60687192021379,41.973794531231604],[-72.60669692015603,41.97378353123511],[-72.60611091996262,41.97374753124707],[-72.60568591982233,41.97372153125575],[-72.60534891971113,41.97370153126276],[-72.60529391969337,41.973704531265106],[-72.60513091964062,41.973712531271886],[-72.6050769196232,41.97371653127439],[-72.60497691958962,41.97370053127453],[-72.60467691948897,41.97365353127516],[-72.60457691945544,41.973638531275505],[-72.60451091944684,41.973862531320684],[-72.60431491942175,41.97453553145639],[-72.60425091941386,41.974760531501715],[-72.60420491939952,41.9747725315055],[-72.6039309193097,41.97476653151317],[-72.60321491907027,41.97466853151739],[-72.60317991905862,41.974664531517725],[-72.60172191857197,41.97448153152947],[-72.6001079180338,41.97428853154431],[-72.59929591776311,41.97419253155199],[-72.59907291768876,41.974165531553965],[-72.59868491755927,41.97411753155723],[-72.5975219171714,41.973976531567544],[-72.59713491704233,41.97392953157096],[-72.59681091693398,41.973885531572925],[-72.59583991660931,41.973753531578794],[-72.5955169165013,41.97370953158073],[-72.59528791642485,41.97368053158251],[-72.59460091619566,41.97359653158848],[-72.59437191611927,41.973568531590466],[-72.59396191598245,41.97351753159384],[-72.59284691561041,41.97337953160318],[-72.59273291557255,41.97336853160472],[-72.59232191543622,41.97333153161083],[-72.59235991543272,41.973056531556736],[-72.59247491542278,41.97223453139498],[-72.59251391541969,41.97196053134102],[-72.59158791511074,41.9718465313489],[-72.59052491475613,41.971716531358105],[-72.59034691469627,41.97168653135805],[-72.59013191462326,41.97163753135554],[-72.58983891452162,41.97153453134516],[-72.58962391444479,41.97141953132997],[-72.58913091426255,41.971051531275066],[-72.589008914217,41.97095253125994],[-72.58862891407519,41.97064553121312],[-72.58829191394852,41.97035753116858],[-72.58819191391055,41.97026553115411],[-72.58811491388136,41.970195531143126],[-72.58787391379218,41.97001353111588],[-72.58776591375222,41.969932531103765],[-72.58703091348008,41.96937553102029],[-72.58673391336946,41.96913953098444],[-72.58584591303898,41.96843753087801],[-72.58501091272875,41.96778653077967],[-72.58366991222941,41.966721530617974],[-72.58265191185038,41.96591353049529],[-72.58195191158973,41.96535753041086],[-72.58113791128658,41.96471053031259],[-72.5806389111013,41.9643235302542],[-72.57982491080104,41.963725530165334],[-72.57910591053573,41.963196530086705],[-72.57859491034621,41.96280353002754],[-72.57742590991276,41.961906529892566],[-72.57704490977353,41.961649529855386],[-72.57651190957873,41.961289529803274],[-72.57463790889156,41.959984529612456],[-72.57397290864887,41.959541529548616],[-72.57273790819686,41.95869552942554],[-72.57236890805981,41.95840852938221],[-72.57232990805832,41.95860352942094],[-72.57115590762932,41.95781152930631],[-72.57113290761113,41.95762652927145],[-72.57101490756881,41.95756052926256],[-72.57040590735181,41.957245529221524],[-72.57006390722994,41.95706852919845],[-72.56904090686542,41.95653952912954],[-72.56869990674393,41.95636352910663],[-72.56817590655722,41.95609252907133],[-72.56733490625761,41.95565852901485],[-72.56660690599817,41.955281528965685],[-72.56608390581184,41.95501152893055],[-72.56586290573306,41.95489652891551],[-72.56519990549687,41.954554528871014],[-72.56497890541813,41.954440528856175],[-72.56471390532418,41.95431152883986],[-72.56392190504346,41.953927528791425],[-72.56365790494988,41.95379952877527],[-72.56320190478587,41.95353752873951],[-72.5630249047239,41.95346452873113],[-72.56246190452676,41.95323352870476],[-72.56220990444051,41.95316452869958],[-72.56196090435765,41.95313752870238],[-72.56152690421561,41.95313152871516],[-72.56093090402204,41.95314952873776],[-72.56086990400225,41.9531515287401],[-72.56021590379078,41.95318752876803],[-72.56074090395062,41.952986528712486],[-72.56148590417749,41.95270252863394],[-72.56228690441661,41.952313528533374],[-72.56279390456804,41.95206852846996],[-72.56309090465965,41.951975528442524],[-72.56398390493536,41.95170052836093],[-72.56428190502737,41.95160852833365],[-72.56432890504225,41.95160052833061],[-72.564472905088,41.951578528321754],[-72.56452090510327,41.951571528318865],[-72.56478690518612,41.951502528297056],[-72.56558490543492,41.95129852823217],[-72.56585190551817,41.951230528210516],[-72.56552090537893,41.95068952811704],[-72.56542790533982,41.95053752809078],[-72.56470790503991,41.94941252789742],[-72.56448990495046,41.949095527843426],[-72.56413090480324,41.94857452775471],[-72.56473890499836,41.94851552772382],[-72.56656390558418,41.94834152763173],[-72.56717290577973,41.9482845276012],[-72.56741390585725,41.94826452758963],[-72.56742290586018,41.94826452758933],[-72.56779590598127,41.94825252757505],[-72.56809490607866,41.94824852756469],[-72.56813890609314,41.94825052756365],[-72.56838090617283,41.94826252755819],[-72.56872390628655,41.94829252755295],[-72.5689059063465,41.94830152754883],[-72.56988390666892,41.94835552752782],[-72.57048390686808,41.948412527519515],[-72.57058990690334,41.94842352751823],[-72.57100590704313,41.94849252751815],[-72.57121890711429,41.94852052751669],[-72.57185790732792,41.94860752751289],[-72.57207190739945,41.94863652751161],[-72.57378390796451,41.948742527477],[-72.57561590856989,41.9488685274424],[-72.57786090931388,41.94906052740721],[-72.5784819095197,41.94911352739747],[-72.57874890960818,41.949136527393314],[-72.57955190987433,41.94920552738079],[-72.5798199099632,41.949229527376794],[-72.58008791005275,41.94926552737511],[-72.58024191010428,41.949286527374205],[-72.5808849103225,41.949430527381246],[-72.58114991041246,41.94949052738428],[-72.5813669104865,41.94954552738788],[-72.58202091070963,41.94971252739901],[-72.58223891078404,41.94976852740276],[-72.58440091151887,41.95027152743008],[-72.5849949117208,41.95041052743772],[-72.58557291191396,41.950487527433964],[-72.58597891204863,41.95052452742803],[-72.58690191235338,41.95058352740971],[-72.5876479125964,41.95057452738399],[-72.58934991314973,41.95053452732157],[-72.59103791369921,41.950506527261915],[-72.59138991381383,41.950501527249656],[-72.59245591416183,41.95050152721537],[-72.59297291433333,41.950548527207786],[-72.5932539144272,41.950585527205874],[-72.59356791453207,41.95062652720367],[-72.59381491461454,41.95065852720189],[-72.59422091475022,41.950712527199215],[-72.59450991484654,41.95074652719646],[-72.59482491495157,41.95078452719364],[-72.59536191513051,41.95084752718849],[-72.59614491539148,41.9509405271812],[-72.59697191566775,41.951049527175584],[-72.59750891584721,41.95112152717216],[-72.59800291601248,41.95119052716955],[-72.59811591605028,41.95120652716899],[-72.59949491650804,41.951337527149846],[-72.59999291667339,41.95138552714306],[-72.60027991676856,41.95141152713883],[-72.60114391705513,41.95148952712606],[-72.60143191715065,41.95151552712178],[-72.60136891714474,41.95176952717267],[-72.6013569171437,41.951819527182685],[-72.60126491713736,41.952229527264514],[-72.60120191713462,41.952538527325984],[-72.60114991713253,41.952796527377295],[-72.60112991713137,41.95288952739583],[-72.6011059171307,41.95301352742046],[-72.60107291712904,41.95317152745192],[-72.6010549171286,41.95326552747058],[-72.60100391712967,41.95357252753128],[-72.60095591713109,41.953868527589776],[-72.6008659171381,41.95449852771386],[-72.60085691713917,41.954568527727616],[-72.60079691713312,41.954802527774554],[-72.60075591712908,41.95496452780704],[-72.60071091713316,41.95528952787101],[-72.60055691714778,41.95641352809218],[-72.60051491715423,41.956762528160674],[-72.60045691716375,41.95725552825736],[-72.60041491716743,41.95755652831661],[-72.6002899171789,41.95846152849471],[-72.60026491718152,41.958648528531484],[-72.60024391718123,41.9587625285541],[-72.60014091717937,41.95931252866319],[-72.60012391718094,41.959435528687415],[-72.60003091719017,41.960121528822356],[-72.59997891719543,41.960506528898065],[-72.5999259171894,41.960701528937285],[-72.59984691717383,41.960878528973886],[-72.59974691714898,41.96101352900306],[-72.59967691712907,41.961064529015125],[-72.59937291703622,41.96117552904623],[-72.59872991683986,41.961410529112136],[-72.59965791715584,41.96163552912556],[-72.59989191723554,41.96169252912899],[-72.60039791740826,41.96182252913771],[-72.60073891752343,41.96188952913963],[-72.60106391763173,41.961927529136474],[-72.601854917893,41.961979529121024],[-72.60248791810244,41.96202752910989],[-72.60265891815901,41.96204052910689],[-72.60343691841874,41.9621395291009],[-72.60389391857129,41.962197529097345],[-72.60425491869186,41.96224452909476],[-72.6047639188645,41.96235652909993],[-72.60507791897327,41.96246452911059],[-72.60522891902671,41.962536529119575],[-72.60557391914892,41.96270252914041],[-72.60564191917356,41.9627445291463],[-72.60561691911948,41.96194952899418],[-72.60562191908448,41.9613155288721],[-72.60562791904924,41.96067152874805],[-72.6056969189605,41.958745528375374],[-72.60573191891989,41.95784452820094],[-72.60577591890139,41.95727552809007],[-72.60579991889519,41.95703252804256],[-72.60584091888542,41.95663152796411],[-72.60594391887544,41.955876527815555],[-72.60596591886743,41.955613527764264],[-72.60612591891972,41.9556145277593],[-72.60660791907729,41.955618527744555],[-72.60676891912999,41.95562052773976],[-72.60743391934876,41.95564952772394],[-72.60781391947378,41.95566652771498],[-72.60879491979757,41.95572752769515],[-72.60941492000222,41.95576652768269],[-72.60942892000678,41.95576652768224],[-72.61009492022629,41.95580252766773],[-72.61052192036684,41.95582252765785],[-72.61180592078952,41.955883527628245],[-72.61223392093046,41.955904527618515]]]},"properties":{"name":4812,"geoid":"09003481200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.56021590379078,41.95318752876803],[-72.5597519036433,41.953257528796385],[-72.55920090346675,41.95331552882524],[-72.5584959032381,41.95334252885308],[-72.5579799030737,41.9534135288833],[-72.55747890291732,41.95353852892344],[-72.55673890269212,41.95382352900203],[-72.55452390203503,41.954971529294006],[-72.55444590201185,41.9550115293042],[-72.55439190199445,41.9550155293067],[-72.55422090193407,41.954936529296994],[-72.55395690181686,41.95439852920195],[-72.55397290181403,41.95425852917451],[-72.5540499018318,41.954130529147406],[-72.55404490181938,41.9539435291116],[-72.5538729017456,41.95363752905823],[-72.55393490176054,41.95354552903853],[-72.55412590182523,41.9535855290401],[-72.5544679019452,41.95372952905683],[-72.554491901946,41.95360752903258],[-72.55437990189664,41.953385528993465],[-72.55417190182163,41.953262528976474],[-72.55352590160304,41.95312952897161],[-72.55295390140026,41.95285152893649],[-72.5526179012841,41.95273952892572],[-72.55254990124854,41.95250752888325],[-72.55259890122647,41.95184652875451],[-72.55252090118765,41.951614528712355],[-72.55235690111671,41.95131252865951],[-72.55216990102535,41.95078652856431],[-72.55183990089255,41.950351528491176],[-72.5518209008747,41.95014952845291],[-72.55189490089109,41.95001452842456],[-72.55198590091143,41.94985152839029],[-72.55190990084981,41.94921252826975],[-72.55166890076318,41.94907452825094],[-72.55147790069786,41.94902352824726],[-72.55068290041969,41.94870052821061],[-72.55030490027804,41.94838352816171],[-72.550144900227,41.948404528170904],[-72.54988290015855,41.94870152823646],[-72.54964190007296,41.94858152822109],[-72.54954990002847,41.94833052817575],[-72.5496959000672,41.94817552814124],[-72.55002090016215,41.947981528093486],[-72.54990690011583,41.94782352806671],[-72.54978690006865,41.94768452804383],[-72.54962089999913,41.94741852799797],[-72.549577899978,41.947295527975676],[-72.54936389989605,41.94708552794212],[-72.54944889991954,41.947011527925156],[-72.55001290010813,41.947088527921885],[-72.5503219002115,41.94713152792023],[-72.5504779002587,41.947066527902734],[-72.55041290022658,41.94687752786844],[-72.54941289987545,41.94644952781815],[-72.54916989978791,41.9463075277986],[-72.54902589973182,41.946149527772825],[-72.54885489966503,41.945959527741756],[-72.54798489937096,41.94578552773618],[-72.54785189931746,41.94561052770676],[-72.54796389935105,41.94555852769317],[-72.54801189936671,41.94555852769162],[-72.54841289949775,41.94556052767915],[-72.54839189947184,41.94522952761611],[-72.54845089947753,41.94499352756881],[-72.5482788994201,41.94497152757008],[-72.547767899275,41.94534952765923],[-72.54748789917616,41.945220527643386],[-72.5474048991366,41.945003527604285],[-72.54762989919082,41.944669527532774],[-72.54739789909367,41.94429752746863],[-72.54702289896248,41.94414552745139],[-72.54653789880147,41.94409952745811],[-72.54650289878717,41.94404952744961],[-72.5464468987644,41.94397152743639],[-72.54673289884799,41.943801527394484],[-72.54698489890282,41.9433245272946],[-72.54711589894059,41.94323752727365],[-72.54722689897262,41.94316452725606],[-72.54744489902751,41.94288152719459],[-72.54768389909403,41.94268152714843],[-72.54778589911892,41.94253552711705],[-72.54779289910799,41.942305527072556],[-72.548002899148,41.94180952697036],[-72.54811589918408,41.94179552696404],[-72.55037989990714,41.94151552683752],[-72.55751390218565,41.94063552643922],[-72.5598919029452,41.94034352630671],[-72.56291990391716,41.94005552615408],[-72.57200390683306,41.939192525696335],[-72.57503290780535,41.93890552554381],[-72.57549890795474,41.9388575255196],[-72.57689990840375,41.93871252544669],[-72.5773679085538,41.93866552542262],[-72.57997890939296,41.93843652529467],[-72.58781191191044,41.93775052491096],[-72.59042391274991,41.93752252478314],[-72.59168091315293,41.93739552471828],[-72.59545091436173,41.93701752452435],[-72.5967089147651,41.93689152445965],[-72.59695391484341,41.936862524446184],[-72.59769191507928,41.93677552440571],[-72.59773891509433,41.93677052440325],[-72.5978389151263,41.93675852439772],[-72.59793791515797,41.93674752439242],[-72.59890891547104,41.93668052434832],[-72.60182291641058,41.936478524215715],[-72.60279491672405,41.93641252417177],[-72.60301391679448,41.93639452416126],[-72.60367291700642,41.93633952412948],[-72.60389291707726,41.936322524119134],[-72.60413891715575,41.93629152410526],[-72.60693291805701,41.9361055239796],[-72.60713191811872,41.936049523962424],[-72.6075129182367,41.935938523928804],[-72.60763391827427,41.93590552391855],[-72.60776391831635,41.93589952391322],[-72.60969991893968,41.93575052382227],[-72.6099949190351,41.935735523809896],[-72.61040791916862,41.93571352379238],[-72.61043391917708,41.93571252379135],[-72.61055391921457,41.9356835237819],[-72.6106829192554,41.935661523773504],[-72.61138991947878,41.93553352372614],[-72.61151591951909,41.93551952371938],[-72.6116379195574,41.93549352371047],[-72.61194291965384,41.935439523690256],[-72.61216591972408,41.9353955236746],[-72.61229091976496,41.935396523670775],[-72.6154349207801,41.93520552353286],[-72.61587292091995,41.93515152350838],[-72.61718892134019,41.93499052343503],[-72.61762792148042,41.93493752341071],[-72.61816592165295,41.9348845233832],[-72.6197819221712,41.9347255233006],[-72.62032092234412,41.93467352327325],[-72.62052992241124,41.93465452326286],[-72.62115892261336,41.93459952323204],[-72.62136892268086,41.93458152322181],[-72.62178192281243,41.93452552319773],[-72.62302092320722,41.934359523125906],[-72.62343492333923,41.93430552310218],[-72.62153992282663,41.93613952351615],[-72.61986292237309,41.93776452388285],[-72.61629092140696,41.94122452466363],[-72.6158589212901,41.941642524757974],[-72.61563492122956,41.94186052480713],[-72.61497792105176,41.942495524950466],[-72.61447092091463,41.942986525061244],[-72.61396492077775,41.94347652517181],[-72.61379192076168,41.944176525312066],[-72.61375392075831,41.94433252534332],[-72.6135429207388,41.94518752551462],[-72.61332292071872,41.9460835256941],[-72.61327392071397,41.9462785257332],[-72.61310192069831,41.946979525873594],[-72.61292792074454,41.94876352622243],[-72.61240692088377,41.95411852726939],[-72.61223392093046,41.955904527618515],[-72.61180592078952,41.955883527628245],[-72.61052192036684,41.95582252765785],[-72.61009492022629,41.95580252766773],[-72.60942892000678,41.95576652768224],[-72.60941492000222,41.95576652768269],[-72.60879491979757,41.95572752769515],[-72.60781391947378,41.95566652771498],[-72.60743391934876,41.95564952772394],[-72.60676891912999,41.95562052773976],[-72.60660791907729,41.955618527744555],[-72.60612591891972,41.9556145277593],[-72.60596591886743,41.955613527764264],[-72.60594391887544,41.955876527815555],[-72.60584091888542,41.95663152796411],[-72.60579991889519,41.95703252804256],[-72.60577591890139,41.95727552809007],[-72.60573191891989,41.95784452820094],[-72.6056969189605,41.958745528375374],[-72.60562791904924,41.96067152874805],[-72.60562191908448,41.9613155288721],[-72.60561691911948,41.96194952899418],[-72.60564191917356,41.9627445291463],[-72.60557391914892,41.96270252914041],[-72.60522891902671,41.962536529119575],[-72.60507791897327,41.96246452911059],[-72.6047639188645,41.96235652909993],[-72.60425491869186,41.96224452909476],[-72.60389391857129,41.962197529097345],[-72.60343691841874,41.9621395291009],[-72.60265891815901,41.96204052910689],[-72.60248791810244,41.96202752910989],[-72.601854917893,41.961979529121024],[-72.60106391763173,41.961927529136474],[-72.60073891752343,41.96188952913963],[-72.60039791740826,41.96182252913771],[-72.59989191723554,41.96169252912899],[-72.59965791715584,41.96163552912556],[-72.59872991683986,41.961410529112136],[-72.59937291703622,41.96117552904623],[-72.59967691712907,41.961064529015125],[-72.59974691714898,41.96101352900306],[-72.59984691717383,41.960878528973886],[-72.5999259171894,41.960701528937285],[-72.59997891719543,41.960506528898065],[-72.60003091719017,41.960121528822356],[-72.60012391718094,41.959435528687415],[-72.60014091717937,41.95931252866319],[-72.60024391718123,41.9587625285541],[-72.60026491718152,41.958648528531484],[-72.6002899171789,41.95846152849471],[-72.60041491716743,41.95755652831661],[-72.60045691716375,41.95725552825736],[-72.60051491715423,41.956762528160674],[-72.60055691714778,41.95641352809218],[-72.60071091713316,41.95528952787101],[-72.60075591712908,41.95496452780704],[-72.60079691713312,41.954802527774554],[-72.60085691713917,41.954568527727616],[-72.6008659171381,41.95449852771386],[-72.60095591713109,41.953868527589776],[-72.60100391712967,41.95357252753128],[-72.6010549171286,41.95326552747058],[-72.60107291712904,41.95317152745192],[-72.6011059171307,41.95301352742046],[-72.60112991713137,41.95288952739583],[-72.60114991713253,41.952796527377295],[-72.60120191713462,41.952538527325984],[-72.60126491713736,41.952229527264514],[-72.6013569171437,41.951819527182685],[-72.60136891714474,41.95176952717267],[-72.60143191715065,41.95151552712178],[-72.60114391705513,41.95148952712606],[-72.60027991676856,41.95141152713883],[-72.59999291667339,41.95138552714306],[-72.59949491650804,41.951337527149846],[-72.59811591605028,41.95120652716899],[-72.59800291601248,41.95119052716955],[-72.59750891584721,41.95112152717216],[-72.59697191566775,41.951049527175584],[-72.59614491539148,41.9509405271812],[-72.59536191513051,41.95084752718849],[-72.59482491495157,41.95078452719364],[-72.59450991484654,41.95074652719646],[-72.59422091475022,41.950712527199215],[-72.59381491461454,41.95065852720189],[-72.59356791453207,41.95062652720367],[-72.5932539144272,41.950585527205874],[-72.59297291433333,41.950548527207786],[-72.59245591416183,41.95050152721537],[-72.59138991381383,41.950501527249656],[-72.59103791369921,41.950506527261915],[-72.58934991314973,41.95053452732157],[-72.5876479125964,41.95057452738399],[-72.58690191235338,41.95058352740971],[-72.58597891204863,41.95052452742803],[-72.58557291191396,41.950487527433964],[-72.5849949117208,41.95041052743772],[-72.58440091151887,41.95027152743008],[-72.58223891078404,41.94976852740276],[-72.58202091070963,41.94971252739901],[-72.5813669104865,41.94954552738788],[-72.58114991041246,41.94949052738428],[-72.5808849103225,41.949430527381246],[-72.58024191010428,41.949286527374205],[-72.58008791005275,41.94926552737511],[-72.5798199099632,41.949229527376794],[-72.57955190987433,41.94920552738079],[-72.57874890960818,41.949136527393314],[-72.5784819095197,41.94911352739747],[-72.57786090931388,41.94906052740721],[-72.57561590856989,41.9488685274424],[-72.57378390796451,41.948742527477],[-72.57207190739945,41.94863652751161],[-72.57185790732792,41.94860752751289],[-72.57121890711429,41.94852052751669],[-72.57100590704313,41.94849252751815],[-72.57058990690334,41.94842352751823],[-72.57048390686808,41.948412527519515],[-72.56988390666892,41.94835552752782],[-72.5689059063465,41.94830152754883],[-72.56872390628655,41.94829252755295],[-72.56838090617283,41.94826252755819],[-72.56813890609314,41.94825052756365],[-72.56809490607866,41.94824852756469],[-72.56779590598127,41.94825252757505],[-72.56742290586018,41.94826452758933],[-72.56741390585725,41.94826452758963],[-72.56717290577973,41.9482845276012],[-72.56656390558418,41.94834152763173],[-72.56473890499836,41.94851552772382],[-72.56413090480324,41.94857452775471],[-72.56448990495046,41.949095527843426],[-72.56470790503991,41.94941252789742],[-72.56542790533982,41.95053752809078],[-72.56552090537893,41.95068952811704],[-72.56585190551817,41.951230528210516],[-72.56558490543492,41.95129852823217],[-72.56478690518612,41.951502528297056],[-72.56452090510327,41.951571528318865],[-72.564472905088,41.951578528321754],[-72.56432890504225,41.95160052833061],[-72.56428190502737,41.95160852833365],[-72.56398390493536,41.95170052836093],[-72.56309090465965,41.951975528442524],[-72.56279390456804,41.95206852846996],[-72.56228690441661,41.952313528533374],[-72.56148590417749,41.95270252863394],[-72.56074090395062,41.952986528712486],[-72.56021590379078,41.95318752876803]]]},"properties":{"name":4813,"geoid":"09003481300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.87925698532274,41.56316044311776],[-72.87918998530924,41.563305443148074],[-72.8791969853172,41.563404443167045],[-72.87929598535287,41.56346544317571],[-72.87950998542483,41.563507443176945],[-72.87985298553764,41.56353044317033],[-72.88031098568891,41.563572443163686],[-72.88110498595047,41.56363344314988],[-72.88166898614146,41.56376744315767],[-72.88211898629865,41.563958443180226],[-72.8824089864038,41.56414844320772],[-72.8827369865253,41.56440844324761],[-72.88309598666645,41.564835443318884],[-72.88327898675479,41.56533944341079],[-72.88338598680373,41.56558644345528],[-72.88368498695726,41.56657044363661],[-72.88364798696625,41.56693744370904],[-72.88359098696469,41.56723344376833],[-72.88360998697745,41.56734844379002],[-72.88371198701523,41.56742944380245],[-72.88383898705811,41.56745744380378],[-72.88408698713403,41.567375443779866],[-72.8846239872887,41.56702844369515],[-72.8848439873435,41.56673644363137],[-72.88486698733448,41.566448443574735],[-72.88497298736704,41.566415443564914],[-72.88511298741368,41.566435443564274],[-72.88561098758365,41.566576443575535],[-72.88582898766126,41.566694443591395],[-72.88609498775298,41.56678644360067],[-72.88654998790139,41.566795443587715],[-72.88681798798974,41.56681744358332],[-72.88721198812274,41.566903443587286],[-72.88769498829383,41.56714944361942],[-72.88775998832408,41.56730844364819],[-72.88774198832824,41.56748344368272],[-72.88756498827506,41.5675594437032],[-72.88674698800834,41.567544443726725],[-72.88615298781313,41.56750744373873],[-72.88603198778023,41.56761944376438],[-72.88614398782623,41.567787443793364],[-72.88612698782977,41.56794544382457],[-72.88589198775615,41.56799344384148],[-72.8854709876189,41.56798644385373],[-72.88535398758225,41.56801044386217],[-72.88536098759155,41.5681334438858],[-72.8854729876366,41.568284443911494],[-72.88563398769365,41.56836644392221],[-72.88578998775706,41.56858844396026],[-72.88584098778782,41.568835444006545],[-72.8859629878381,41.569021444038704],[-72.88611298789053,41.56908544404627],[-72.88641598798988,41.5691004440394],[-72.88668498807709,41.56909644402993],[-72.886776988111,41.56916644404054],[-72.8869749881851,41.56933644406714],[-72.88711298824062,41.569522444098766],[-72.8871349882544,41.56963844412057],[-72.88707698824089,41.56973144414049],[-72.8867039881247,41.569819444169624],[-72.88666698811609,41.569879444182476],[-72.88668198812789,41.57000044420547],[-72.88685698819668,41.57020844424017],[-72.8870099882518,41.570302444253464],[-72.88712698829112,41.57032444425396],[-72.8872519883311,41.570313444247795],[-72.88871398878621,41.56996244413242],[-72.88893298885488,41.56991844411682],[-72.88907998889985,41.56986944410254],[-72.88906098892187,41.570361444198646],[-72.88905498893007,41.570538444233186],[-72.88902898893289,41.570735444272245],[-72.88897998892631,41.57089844430548],[-72.88891898891565,41.57105844433849],[-72.88874598887689,41.571363444403275],[-72.88851898882281,41.57170744447738],[-72.88824898875872,41.57212044456624],[-72.88816298873873,41.57225944459599],[-72.88790598867934,41.57268044468599],[-72.88782098865971,41.57282044471591],[-72.88759498860782,41.57319644479617],[-72.88692098845337,41.57432444503683],[-72.88669698840215,41.574701445117235],[-72.88558698814141,41.57644744549189],[-72.8849879880008,41.57739144569442],[-72.88448898788437,41.57819044586557],[-72.88359598767948,41.579680446183524],[-72.88303198755949,41.58078544641614],[-72.88296098754644,41.58096044645238],[-72.8828819875348,41.58120544650247],[-72.88282898753138,41.581446446550956],[-72.88271098751937,41.58190644664401],[-72.88238598748683,41.58318144690186],[-72.8821999874682,41.58391144704951],[-72.88219498746773,41.58393144705355],[-72.88218398746777,41.58399444706611],[-72.88217998746767,41.584015447070335],[-72.88199498744552,41.58467844720493],[-72.88180798742331,41.58535144734152],[-72.88166298740988,41.58593944746027],[-72.8816009874062,41.586226447517966],[-72.88157298741187,41.586484447568914],[-72.8815659874217,41.586695447610076],[-72.88154998744417,41.58717844770428],[-72.88157898746532,41.58738244774292],[-72.88104298728143,41.587214447727646],[-72.88050398709656,41.58704644771248],[-72.88012198696505,41.5869184477],[-72.87974498683623,41.58680944769104],[-72.87942398673091,41.58679244769811],[-72.87941698672861,41.586792447698336],[-72.87886798655393,41.58685844772889],[-72.87873498651172,41.58687644773666],[-72.87833798638574,41.58693044775997],[-72.87820598634393,41.586949447767914],[-72.87808998630702,41.58696344777438],[-72.87774198619641,41.58700744779416],[-72.87762698615994,41.58702344780099],[-72.87713698600419,41.58708544782884],[-72.87566798553739,41.58727344791278],[-72.87517898538208,41.587337447940996],[-72.87460198519932,41.587421447975935],[-72.87452798517594,41.587433447980644],[-72.87286098464145,41.58756344805971],[-72.87228098445551,41.58760944808738],[-72.87172598424641,41.587109448008306],[-72.87006098361914,41.58560944777109],[-72.8695069834104,41.58510944769198],[-72.86940498337144,41.58500844767569],[-72.8693899833657,41.58499344767325],[-72.86932098333756,41.584893447656086],[-72.86926498331297,41.58478244763635],[-72.8692109832866,41.58462844760823],[-72.86919098327672,41.584569447597424],[-72.86917498326706,41.58449144758281],[-72.86919598325548,41.58417044751987],[-72.86925998322107,41.58320644733076],[-72.8692819832099,41.58288644726796],[-72.86928798320658,41.582794447249924],[-72.86930598319661,41.582518447195795],[-72.86931198319328,41.58242644717775],[-72.8692989831764,41.58220544713528],[-72.8692889831621,41.58201244709816],[-72.8692229831195,41.5816434470287],[-72.86918598310255,41.5815574470132],[-72.86910098306328,41.58135444697656],[-72.86851798287731,41.58141644700743],[-72.8667709823201,41.58160444710031],[-72.86618898213457,41.581668447131534],[-72.86604098208726,41.58168244713902],[-72.86559698194539,41.5817254471617],[-72.86544998189845,41.58174044716935],[-72.8653229818579,41.581753447175984],[-72.86511998179351,41.581781447187964],[-72.86491198172759,41.58181144720051],[-72.86412898147711,41.58188244723956],[-72.86379898137162,41.58191344725623],[-72.86375298134251,41.58166644720979],[-72.86361698125584,41.5809254470704],[-72.86357198122708,41.58067844702392],[-72.86290898101049,41.58066044704186],[-72.86264298092368,41.58065444704926],[-72.86254698089104,41.58062944704752],[-72.86248898086897,41.580573447038525],[-72.86243098080638,41.579809446892156],[-72.86243998080151,41.57967344686546],[-72.86242698078412,41.57944344682126],[-72.86242898076954,41.57917744676959],[-72.86246198077237,41.57903944674174],[-72.86249598077563,41.57890344671424],[-72.86261298080518,41.57875544668177],[-72.86272998083619,41.57863244665411],[-72.86286098087322,41.57853544663106],[-72.86302398091976,41.57842244660387],[-72.86307198093367,41.57839344659671],[-72.86317798096465,41.578332446581435],[-72.86346798105362,41.57823944655403],[-72.8637669811476,41.578183446533515],[-72.86379898115784,41.578180446531896],[-72.86405298123915,41.57815844651943],[-72.86458898140963,41.578092446489315],[-72.86619698192116,41.57789644639937],[-72.866733982092,41.57783144636941],[-72.86642998196729,41.57737944629154],[-72.86641298196034,41.57735444628723],[-72.8660549818219,41.57696944622406],[-72.86597798179294,41.57690044621317],[-72.86585798174784,41.57679444619647],[-72.8653029815334,41.576200446099136],[-72.86493198139007,41.57580344603406],[-72.86468898129613,41.57554244599126],[-72.86429198114273,41.575117445921606],[-72.86397898101968,41.57474544585952],[-72.86374998092968,41.57447344581412],[-72.86303598064892,41.57362344567221],[-72.86275498054262,41.57336244563063],[-72.86232798038628,41.57305644558502],[-72.86207898029566,41.57288744556027],[-72.86184798021428,41.572777445546365],[-72.85823297893323,41.570927445303994],[-72.85794897883117,41.57075744528016],[-72.85775697876149,41.57063044526171],[-72.85713797853114,41.57012144518289],[-72.85673797837512,41.569667445107676],[-72.85636497822802,41.56921544503198],[-72.85603297809514,41.568779444958054],[-72.85544997785459,41.567887444803745],[-72.85507497769386,41.56720844468404],[-72.85505697768669,41.567185444680156],[-72.85720097837016,41.56694944456518],[-72.85962897914324,41.566666444431895],[-72.85968897916234,41.566659444428595],[-72.86085597953381,41.56652144436417],[-72.86333098032169,41.566230444227806],[-72.86453798070592,41.5660884441613],[-72.86576598109686,41.56594444409371],[-72.86633198127701,41.56587744406243],[-72.8680299818175,41.565677443968816],[-72.86859698199802,41.565611443937705],[-72.86898398212108,41.56556344391588],[-72.87014498249046,41.565423443851245],[-72.8705329826139,41.565376443829585],[-72.87123698283804,41.56529444379095],[-72.87335098351123,41.56505044367531],[-72.87405598373576,41.56496944363684],[-72.87404898372769,41.564868443617456],[-72.87404098372119,41.56480044360451],[-72.87399598368464,41.564417443531624],[-72.87398798367518,41.56429744350859],[-72.87397898366264,41.564129443476276],[-72.87396498364532,41.563906443433446],[-72.87392398359368,41.563237443304914],[-72.8739109835767,41.56301444326204],[-72.87460298381085,41.56317544327096],[-72.87518398400636,41.5632914432747],[-72.87569098417377,41.56333744326726],[-72.87618098433435,41.56336044325591],[-72.87661498447457,41.56334544323897],[-72.8771909846595,41.56330544321261],[-72.8777549848387,41.56323344318043],[-72.8788229851795,41.56312244312439],[-72.87910598527193,41.56313044311681],[-72.8791899853001,41.563145443117],[-72.87925698532274,41.56316044311776]]]},"properties":{"name":4303.02,"geoid":"09003430302"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.94261600637209,41.571134442615815],[-72.94221600623348,41.57098444259965],[-72.94138400594161,41.57061044255406],[-72.94017900552068,41.57009944249394],[-72.93935500523078,41.56971444244593],[-72.93924100519,41.569649442437004],[-72.93897500509293,41.569464442409725],[-72.93836300486964,41.569039442347076],[-72.93818700480595,41.568926442330856],[-72.93762700460667,41.56862544229058],[-72.93695900436798,41.56824944223927],[-72.9353110037764,41.56727344210327],[-72.93519700373538,41.56720444209356],[-72.93509000369687,41.56713944208442],[-72.93368700319111,41.56627144196141],[-72.93313100302385,41.56650544202484],[-72.93252000285882,41.56708944215793],[-72.9324910028509,41.56711544216392],[-72.93109300246799,41.56835944245057],[-72.93000500216463,41.569234442655585],[-72.92971800208846,41.569532442722696],[-72.92969500208306,41.56956844273042],[-72.92949400203645,41.56989444280019],[-72.9294700020309,41.56993344280854],[-72.92936000200305,41.57007144283887],[-72.92916200194728,41.57022044287421],[-72.92871100181527,41.57047444293808],[-72.92866500180183,41.57050044294462],[-72.92828500168618,41.57063744298349],[-72.92841900173015,41.570644442980516],[-72.92882300186282,41.57066844297209],[-72.92895800190716,41.57067644296928],[-72.92899400193,41.570870443005745],[-72.92905300196736,41.571187443065355],[-72.92906800198776,41.57145744311726],[-72.9290740019959,41.571565443138006],[-72.92904500199134,41.57165044315545],[-72.92861100187338,41.57205244324748],[-72.92860600187203,41.57205744324863],[-72.92850700184349,41.57212044326405],[-72.9283700018023,41.57217844327974],[-72.92824000176175,41.57220844328977],[-72.92809400171465,41.57221444329568],[-72.92742100149266,41.57215744330638],[-72.92725400143729,41.57213844330813],[-72.9271460014023,41.572140443312],[-72.92701000136006,41.57217444332299],[-72.9268880013231,41.57222144333607],[-72.92633700115644,41.57243744339582],[-72.92576500098443,41.57267944346129],[-72.92556600092463,41.57276444348422],[-72.92544500089008,41.57284744350424],[-72.9252690008423,41.57301144354176],[-72.9252040008265,41.5731044435619],[-72.92518400082768,41.57323844358855],[-72.92509700081888,41.57357744365716],[-72.92501100080081,41.573749443693295],[-72.9249360007801,41.57381344370815],[-72.92484500075369,41.57386844372175],[-72.92474000072185,41.57390844373292],[-72.92460000067825,41.57394144374385],[-72.92459400067631,41.57394144374405],[-72.92416000053898,41.5740064437707],[-72.92399000048745,41.57407144378881],[-72.92383000042926,41.57396344377306],[-72.92348400031243,41.5738874437695],[-72.92262900002383,41.57370044376089],[-72.9218829997712,41.57352344375071],[-72.92135099959107,41.57339744374347],[-72.92128999957389,41.573443443754364],[-72.92118699954264,41.57348244376527],[-72.92118599954239,41.57348344376551],[-72.92104499949833,41.57351444377608],[-72.92086799944241,41.573542443787225],[-72.92063599936839,41.57356644379941],[-72.92045099930942,41.57358644380927],[-72.92041099929664,41.57359044381135],[-72.91932899895153,41.573704443868486],[-72.91913999889141,41.57372744387905],[-72.91858699871557,41.57379544391015],[-72.91838099865082,41.57383344392418],[-72.91819799859609,41.573916443946224],[-72.91804999855385,41.57401844397079],[-72.91795099852936,41.574152444],[-72.91739699840107,41.575054444192936],[-72.91728799837351,41.575191444223044],[-72.91714299833528,41.575346444257804],[-72.91710999832621,41.575375444264495],[-72.91692599827594,41.57554144430265],[-72.91652099816106,41.57583344437242],[-72.91635099811288,41.575956444401776],[-72.91619399806827,41.57606844442859],[-72.91614399805414,41.5761054444374],[-72.91597899800871,41.57624844447049],[-72.91574099794491,41.57648444452396],[-72.91554899789564,41.57671344457461],[-72.91530799783591,41.577037444645256],[-72.91528099782914,41.577072444652934],[-72.91520099780928,41.57717944467627],[-72.9151749978029,41.5772154446841],[-72.91495399774846,41.57751844475004],[-72.9142929975859,41.57842944494817],[-72.91407299753183,41.57873344501426],[-72.91393299749852,41.57894544505993],[-72.91375199745575,41.57922544512009],[-72.91368499744,41.579330445142624],[-72.91347299739336,41.57971844522478],[-72.91334099737898,41.58021544532545],[-72.91328899736666,41.580295445342664],[-72.91322399735145,41.580398445364736],[-72.91287699725652,41.5807094454363],[-72.91243999713708,41.581103445526885],[-72.91226399708688,41.58122544555623],[-72.91173999693774,41.58159444564479],[-72.91156499688792,41.5817174456743],[-72.91125999679905,41.5818964457189],[-72.91058499660255,41.58229544581814],[-72.91033399652774,41.582413445849156],[-72.91001499643271,41.58256444588877],[-72.90944899626079,41.58277444594781],[-72.90775299574577,41.58340644612529],[-72.90718799557422,41.58361744618449],[-72.90654599537869,41.58384644624969],[-72.90461999479223,41.58453644644585],[-72.90397899459705,41.584766446511196],[-72.90377399453503,41.58484644653334],[-72.90315999434937,41.58508944660034],[-72.9029559942877,41.58517044662266],[-72.90252899415854,41.585338446669056],[-72.90124899377147,41.58584444680863],[-72.90082299364269,41.58601344685518],[-72.90068499360227,41.58609044687458],[-72.9002729934817,41.5863234469331],[-72.90013599344164,41.58640144695266],[-72.90004099341574,41.586488446972616],[-72.89975599333827,41.58675244703303],[-72.89974999333673,41.586759447034595],[-72.89964699330672,41.58682044704975],[-72.89958799329014,41.586865447060376],[-72.89953999327676,41.5869044470695],[-72.89945699325256,41.5869524470815],[-72.89940599323833,41.5869934470911],[-72.89934899322247,41.58704044710206],[-72.89905599313933,41.587251447152475],[-72.89872999304444,41.587444447200454],[-72.8983369929334,41.587735447269615],[-72.89818499289122,41.58786144729897],[-72.89799799283816,41.58799644733119],[-72.89796899282993,41.588017447336206],[-72.89773899276223,41.58814044736752],[-72.89759499271794,41.588184447380705],[-72.89739799265529,41.588208447391715],[-72.89715499257665,41.588214447400745],[-72.89690699249596,41.58821344740856],[-72.89670399242785,41.58817644740795],[-72.89668399242116,41.588173447408025],[-72.89624799227606,41.58811444741068],[-72.89439499166201,41.587911447431225],[-72.89326599128675,41.5877674474398],[-72.89247299102429,41.58768644744974],[-72.8924419910141,41.58768444745035],[-72.89235099098418,41.58767844745212],[-72.89232099097431,41.587676447452715],[-72.89195999085558,41.58765244745973],[-72.89158999073398,41.58762944746724],[-72.89140999067386,41.58760144746763],[-72.89113499057942,41.58751344745944],[-72.89112699057664,41.58751044745913],[-72.89090799050057,41.58742544744971],[-72.89057099038362,41.58729644743559],[-72.89026399028593,41.587333447452686],[-72.89014399024785,41.58734944745966],[-72.88935999000313,41.587526447519345],[-72.88915898994043,41.58757244753477],[-72.88905998990955,41.58759544754243],[-72.88882598983704,41.58765744756202],[-72.8884019897058,41.58777244759804],[-72.88812898962158,41.58785144762219],[-72.8881229896198,41.58785444762296],[-72.88790598955431,41.58794244764706],[-72.88752698944394,41.588166447702754],[-72.88639198911356,41.58883944786998],[-72.88601398900357,41.58906444792584],[-72.88532398876613,41.588835447903726],[-72.88325498805422,41.58815044783773],[-72.88256598781716,41.58792244781577],[-72.88235098774261,41.58784144780701],[-72.88196498760875,41.58769544779116],[-72.88184298756558,41.58763444778327],[-72.8817349875256,41.587549447770286],[-72.88172098752042,41.58753844776859],[-72.88157898746532,41.58738244774292],[-72.88154998744417,41.58717844770428],[-72.8815659874217,41.586695447610076],[-72.88157298741187,41.586484447568914],[-72.8816009874062,41.586226447517966],[-72.88166298740988,41.58593944746027],[-72.88180798742331,41.58535144734152],[-72.88199498744552,41.58467844720493],[-72.88217998746767,41.584015447070335],[-72.88218398746777,41.58399444706611],[-72.88219498746773,41.58393144705355],[-72.8821999874682,41.58391144704951],[-72.88238598748683,41.58318144690186],[-72.88271098751937,41.58190644664401],[-72.88282898753138,41.581446446550956],[-72.8828819875348,41.58120544650247],[-72.88296098754644,41.58096044645238],[-72.88303198755949,41.58078544641614],[-72.88359598767948,41.579680446183524],[-72.88448898788437,41.57819044586557],[-72.8849879880008,41.57739144569442],[-72.88558698814141,41.57644744549189],[-72.88669698840215,41.574701445117235],[-72.88692098845337,41.57432444503683],[-72.88759498860782,41.57319644479617],[-72.88782098865971,41.57282044471591],[-72.88790598867934,41.57268044468599],[-72.88816298873873,41.57225944459599],[-72.88824898875872,41.57212044456624],[-72.88851898882281,41.57170744447738],[-72.88874598887689,41.571363444403275],[-72.88891898891565,41.57105844433849],[-72.88897998892631,41.57089844430548],[-72.88902898893289,41.570735444272245],[-72.88905498893007,41.570538444233186],[-72.88906098892187,41.570361444198646],[-72.88907998889985,41.56986944410254],[-72.88893298885488,41.56991844411682],[-72.88871398878621,41.56996244413242],[-72.8872519883311,41.570313444247795],[-72.88712698829112,41.57032444425396],[-72.8870099882518,41.570302444253464],[-72.88685698819668,41.57020844424017],[-72.88668198812789,41.57000044420547],[-72.88666698811609,41.569879444182476],[-72.8867039881247,41.569819444169624],[-72.88707698824089,41.56973144414049],[-72.8871349882544,41.56963844412057],[-72.88711298824062,41.569522444098766],[-72.8869749881851,41.56933644406714],[-72.886776988111,41.56916644404054],[-72.88668498807709,41.56909644402993],[-72.88641598798988,41.5691004440394],[-72.88611298789053,41.56908544404627],[-72.8859629878381,41.569021444038704],[-72.88584098778782,41.568835444006545],[-72.88578998775706,41.56858844396026],[-72.88563398769365,41.56836644392221],[-72.8854729876366,41.568284443911494],[-72.88536098759155,41.5681334438858],[-72.88535398758225,41.56801044386217],[-72.8854709876189,41.56798644385373],[-72.88589198775615,41.56799344384148],[-72.88612698782977,41.56794544382457],[-72.88614398782623,41.567787443793364],[-72.88603198778023,41.56761944376438],[-72.88615298781313,41.56750744373873],[-72.88674698800834,41.567544443726725],[-72.88756498827506,41.5675594437032],[-72.88774198832824,41.56748344368272],[-72.88775998832408,41.56730844364819],[-72.88769498829383,41.56714944361942],[-72.88721198812274,41.566903443587286],[-72.88681798798974,41.56681744358332],[-72.88654998790139,41.566795443587715],[-72.88609498775298,41.56678644360067],[-72.88582898766126,41.566694443591395],[-72.88561098758365,41.566576443575535],[-72.88511298741368,41.566435443564274],[-72.88497298736704,41.566415443564914],[-72.88486698733448,41.566448443574735],[-72.8848439873435,41.56673644363137],[-72.8846239872887,41.56702844369515],[-72.88408698713403,41.567375443779866],[-72.88383898705811,41.56745744380378],[-72.88371198701523,41.56742944380245],[-72.88360998697745,41.56734844379002],[-72.88359098696469,41.56723344376833],[-72.88364798696625,41.56693744370904],[-72.88368498695726,41.56657044363661],[-72.88338598680373,41.56558644345528],[-72.88327898675479,41.56533944341079],[-72.88309598666645,41.564835443318884],[-72.8827369865253,41.56440844324761],[-72.8824089864038,41.56414844320772],[-72.88211898629865,41.563958443180226],[-72.88166898614146,41.56376744315767],[-72.88110498595047,41.56363344314988],[-72.88031098568891,41.563572443163686],[-72.87985298553764,41.56353044317033],[-72.87950998542483,41.563507443176945],[-72.87929598535287,41.56346544317571],[-72.8791969853172,41.563404443167045],[-72.87918998530924,41.563305443148074],[-72.87925698532274,41.56316044311776],[-72.87974598548432,41.56320644311089],[-72.88087398585935,41.563353443103],[-72.88283298651224,41.563635443094455],[-72.8838859868651,41.56382044309636],[-72.88404598691619,41.56380444308808],[-72.88498198721516,41.56371244303998],[-72.88720198792421,41.563494442925965],[-72.88895498848413,41.563322442835926],[-72.89007498884186,41.5632124427784],[-72.89013898886226,41.56320544277497],[-72.8912339892125,41.56310644272037],[-72.89203098946741,41.563034442680646],[-72.89234398956742,41.56300444266472],[-72.89950199184936,41.56222744228255],[-72.90140899245726,41.56202044218073],[-72.9014869924821,41.562011442176455],[-72.90321399302871,41.56175544207094],[-72.90347099311,41.56171644205506],[-72.90356999314133,41.56170144204895],[-72.90386999323881,41.56170144203925],[-72.90582899386312,41.56148544193399],[-72.91006599521336,41.56101844170633],[-72.91564899699252,41.56040444140659],[-72.9163899972243,41.56024644135194],[-72.91668699731713,41.560182441329914],[-72.91704799743003,41.5601054413033],[-72.91725199749506,41.560083441292434],[-72.92206899903204,41.559587441040314],[-72.9264300004234,41.559137440811845],[-72.92715400065438,41.55906244077385],[-72.92853900109509,41.55889944069739],[-72.93580100340563,41.55804044029559],[-72.94627500673869,41.556814439718444],[-72.94635100676287,41.55680543971426],[-72.94570700667607,41.558938440149085],[-72.94558800666039,41.55933844023056],[-72.94551300665036,41.5595884402815],[-72.94543000664049,41.559886440342034],[-72.94468300656912,41.56287044094532],[-72.94371700647734,41.56673844172719],[-72.94359300646423,41.567211441822984],[-72.94290500639943,41.56997544238157],[-72.94261600637209,41.571134442615815]]]},"properties":{"name":4304,"geoid":"09003430400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.90281799498592,41.59811444913757],[-72.90294699498364,41.597344448984096],[-72.90251999484698,41.59738244900526],[-72.90222999475468,41.597416449021246],[-72.90194799466477,41.597447449036395],[-72.9015359945352,41.59752344906446],[-72.90118499442748,41.59763444909733],[-72.90086499433043,41.59775644913135],[-72.90008599410324,41.59821044924458],[-72.89977399401256,41.59839744929095],[-72.89957499395418,41.59850744931871],[-72.89915599382145,41.59856844934409],[-72.89828699354274,41.598634449384996],[-72.89822199350625,41.598367449335335],[-72.89808399345871,41.598320449330686],[-72.89784599338266,41.59834344934284],[-72.89669899301647,41.59846044940263],[-72.89631699289451,41.59849944942256],[-72.8954379926137,41.59858544946766],[-72.894585992343,41.59869544951656],[-72.89452499232362,41.59870344952009],[-72.89249999167676,41.598903449624366],[-72.89244599165914,41.598902449625925],[-72.89241799165062,41.59891244962876],[-72.89157799138256,41.59900044967299],[-72.89107499122186,41.59904944969877],[-72.89105299121488,41.599052449700054],[-72.89098699119393,41.599061449703925],[-72.89096499118695,41.59906444970523],[-72.89073999111541,41.59909244971793],[-72.89006499090075,41.59917644975605],[-72.88983999082922,41.59920444976876],[-72.88962299076027,41.59923244978121],[-72.88897199055356,41.59931844981894],[-72.888755990485,41.59934744983155],[-72.88858299042984,41.59936644984083],[-72.88806699026557,41.59942744986935],[-72.88789499021081,41.599447449878774],[-72.88775799016695,41.599459449885536],[-72.88734899003627,41.59949944990652],[-72.88721298999285,41.599513449913644],[-72.88710298995761,41.59952244991893],[-72.88677498985275,41.599553449935556],[-72.88666598981789,41.599563449941016],[-72.88656198978407,41.59956344994438],[-72.88624998968275,41.59956544995486],[-72.88614698964932,41.59956644995837],[-72.88607698962674,41.59956944996123],[-72.88587098956027,41.59957844996962],[-72.88580198953807,41.59958244997263],[-72.88536798940058,41.59964544999889],[-72.88519098934458,41.59967245000985],[-72.88406898898926,41.59983745007812],[-72.88363598885222,41.59990245010472],[-72.88361798884652,41.599905450105894],[-72.88356698883052,41.599915450109464],[-72.88354998882522,41.5999194501108],[-72.8839519889232,41.59934944998727],[-72.8849179891588,41.59798144969074],[-72.88517798922462,41.59765544961912],[-72.88561498933554,41.59711244949968],[-72.88621798947725,41.59616544929653],[-72.88660298956786,41.59556344916734],[-72.88693398964566,41.59504344905578],[-72.88735098974679,41.59444344892593],[-72.88809698992787,41.5933724486941],[-72.88873899008382,41.59245244849492],[-72.88902799015243,41.59201044839984],[-72.88914599018051,41.5918314483613],[-72.88954199027528,41.59123944823368],[-72.88991799036665,41.59070144811716],[-72.89022099044037,41.59026944802356],[-72.89065499055238,41.5897624479112],[-72.89077299058289,41.589625447880806],[-72.89175399082698,41.588321447596165],[-72.89187999085969,41.588177447564156],[-72.89232099097431,41.587676447452715],[-72.89235099098418,41.58767844745212],[-72.8924419910141,41.58768444745035],[-72.89247299102429,41.58768644744974],[-72.89326599128675,41.5877674474398],[-72.89439499166201,41.587911447431225],[-72.89624799227606,41.58811444741068],[-72.89668399242116,41.588173447408025],[-72.89670399242785,41.58817644740795],[-72.89690699249596,41.58821344740856],[-72.89715499257665,41.588214447400745],[-72.89739799265529,41.588208447391715],[-72.89759499271794,41.588184447380705],[-72.89773899276223,41.58814044736752],[-72.89796899282993,41.588017447336206],[-72.89799799283816,41.58799644733119],[-72.89818499289122,41.58786144729897],[-72.8983369929334,41.587735447269615],[-72.89872999304444,41.587444447200454],[-72.89905599313933,41.587251447152475],[-72.89934899322247,41.58704044710206],[-72.89940599323833,41.5869934470911],[-72.89945699325256,41.5869524470815],[-72.89953999327676,41.5869044470695],[-72.89958799329014,41.586865447060376],[-72.89964699330672,41.58682044704975],[-72.89974999333673,41.586759447034595],[-72.89975599333827,41.58675244703303],[-72.90004099341574,41.586488446972616],[-72.90013599344164,41.58640144695266],[-72.9002729934817,41.5863234469331],[-72.90068499360227,41.58609044687458],[-72.90082299364269,41.58601344685518],[-72.90124899377147,41.58584444680863],[-72.90252899415854,41.585338446669056],[-72.9029559942877,41.58517044662266],[-72.90315999434937,41.58508944660034],[-72.90377399453503,41.58484644653334],[-72.90397899459705,41.584766446511196],[-72.90461999479223,41.58453644644585],[-72.90654599537869,41.58384644624969],[-72.90718799557422,41.58361744618449],[-72.90775299574577,41.58340644612529],[-72.90944899626079,41.58277444594781],[-72.91001499643271,41.58256444588877],[-72.91033399652774,41.582413445849156],[-72.91058499660255,41.58229544581814],[-72.91125999679905,41.5818964457189],[-72.91156499688792,41.5817174456743],[-72.91173999693774,41.58159444564479],[-72.91226399708688,41.58122544555623],[-72.91243999713708,41.581103445526885],[-72.91287699725652,41.5807094454363],[-72.91322399735145,41.580398445364736],[-72.91328899736666,41.580295445342664],[-72.91334099737898,41.58021544532545],[-72.91347299739336,41.57971844522478],[-72.91368499744,41.579330445142624],[-72.91375199745575,41.57922544512009],[-72.91393299749852,41.57894544505993],[-72.91407299753183,41.57873344501426],[-72.9142929975859,41.57842944494817],[-72.91495399774846,41.57751844475004],[-72.9151749978029,41.5772154446841],[-72.91520099780928,41.57717944467627],[-72.91528099782914,41.577072444652934],[-72.91530799783591,41.577037444645256],[-72.91554899789564,41.57671344457461],[-72.91574099794491,41.57648444452396],[-72.91597899800871,41.57624844447049],[-72.91614399805414,41.5761054444374],[-72.91619399806827,41.57606844442859],[-72.91635099811288,41.575956444401776],[-72.91652099816106,41.57583344437242],[-72.91692599827594,41.57554144430265],[-72.91710999832621,41.575375444264495],[-72.91714299833528,41.575346444257804],[-72.91728799837351,41.575191444223044],[-72.91739699840107,41.575054444192936],[-72.91795099852936,41.574152444],[-72.91804999855385,41.57401844397079],[-72.91819799859609,41.573916443946224],[-72.91838099865082,41.57383344392418],[-72.91858699871557,41.57379544391015],[-72.91913999889141,41.57372744387905],[-72.91932899895153,41.573704443868486],[-72.92041099929664,41.57359044381135],[-72.92045099930942,41.57358644380927],[-72.92063599936839,41.57356644379941],[-72.92086799944241,41.573542443787225],[-72.92104499949833,41.57351444377608],[-72.92118599954239,41.57348344376551],[-72.92118699954264,41.57348244376527],[-72.92128999957389,41.573443443754364],[-72.92135099959107,41.57339744374347],[-72.9218829997712,41.57352344375071],[-72.92262900002383,41.57370044376089],[-72.92348400031243,41.5738874437695],[-72.92383000042926,41.57396344377306],[-72.92399000048745,41.57407144378881],[-72.92416000053898,41.5740064437707],[-72.92459400067631,41.57394144374405],[-72.92460000067825,41.57394144374385],[-72.92474000072185,41.57390844373292],[-72.92484500075369,41.57386844372175],[-72.9249360007801,41.57381344370815],[-72.92501100080081,41.573749443693295],[-72.92509700081888,41.57357744365716],[-72.92518400082768,41.57323844358855],[-72.9252040008265,41.5731044435619],[-72.9252690008423,41.57301144354176],[-72.92544500089008,41.57284744350424],[-72.92556600092463,41.57276444348422],[-72.92576500098443,41.57267944346129],[-72.92633700115644,41.57243744339582],[-72.9268880013231,41.57222144333607],[-72.92701000136006,41.57217444332299],[-72.9271460014023,41.572140443312],[-72.92725400143729,41.57213844330813],[-72.92742100149266,41.57215744330638],[-72.92809400171465,41.57221444329568],[-72.92824000176175,41.57220844328977],[-72.9283700018023,41.57217844327974],[-72.92850700184349,41.57212044326405],[-72.92860600187203,41.57205744324863],[-72.92861100187338,41.57205244324748],[-72.92904500199134,41.57165044315545],[-72.9290740019959,41.571565443138006],[-72.92906800198776,41.57145744311726],[-72.92905300196736,41.571187443065355],[-72.92899400193,41.570870443005745],[-72.92895800190716,41.57067644296928],[-72.92882300186282,41.57066844297209],[-72.92841900173015,41.570644442980516],[-72.92828500168618,41.57063744298349],[-72.92866500180183,41.57050044294462],[-72.92871100181527,41.57047444293808],[-72.92916200194728,41.57022044287421],[-72.92936000200305,41.57007144283887],[-72.9294700020309,41.56993344280854],[-72.92949400203645,41.56989444280019],[-72.92969500208306,41.56956844273042],[-72.92971800208846,41.569532442722696],[-72.93000500216463,41.569234442655585],[-72.93109300246799,41.56835944245057],[-72.9324910028509,41.56711544216392],[-72.93252000285882,41.56708944215793],[-72.93313100302385,41.56650544202484],[-72.93368700319111,41.56627144196141],[-72.93509000369687,41.56713944208442],[-72.93519700373538,41.56720444209356],[-72.9353110037764,41.56727344210327],[-72.93695900436798,41.56824944223927],[-72.93762700460667,41.56862544229058],[-72.93818700480595,41.568926442330856],[-72.93836300486964,41.569039442347076],[-72.93897500509293,41.569464442409725],[-72.93924100519,41.569649442437004],[-72.93935500523078,41.56971444244593],[-72.94017900552068,41.57009944249394],[-72.94138400594161,41.57061044255406],[-72.94221600623348,41.57098444259965],[-72.94261600637209,41.571134442615815],[-72.94160600628781,41.57538044347229],[-72.9411000062449,41.57749544389897],[-72.94104200624001,41.57773844394798],[-72.94094700623269,41.578148444030596],[-72.93804700600622,41.59060544654065],[-72.93803800600524,41.59063944654754],[-72.9358480057285,41.5982054480856],[-72.93580400572478,41.5983894481227],[-72.93563200571022,41.599108448267685],[-72.93511800566722,41.60126544870253],[-72.93494700565304,41.601985448847664],[-72.9347020056323,41.60300944905412],[-72.93396800557056,41.606083449673825],[-72.93384500556049,41.60660344977862],[-72.93376100556269,41.607116449880806],[-72.93355700548625,41.60694044985329],[-72.93338200542242,41.6068194498355],[-72.9333160053956,41.60672644981961],[-72.93313300532853,41.60659444979996],[-72.93303100528783,41.60646344977786],[-72.93294100524625,41.60624944973929],[-72.93290700523043,41.60616644972432],[-72.93282600519838,41.606067449707744],[-72.93269500514954,41.60595844969087],[-72.932563005106,41.605947449693005],[-72.93244600507015,41.605985449704164],[-72.9322920050267,41.60610044973145],[-72.93219000500083,41.60622744975938],[-72.93217800500292,41.60633144977994],[-72.93217100500381,41.60638644979082],[-72.9320510049613,41.60632544978287],[-72.93157600479775,41.60616644976746],[-72.9311440046516,41.60606744976225],[-72.930983004598,41.60604544976321],[-72.93077100452528,41.60597944975729],[-72.93055900444975,41.60586444974186],[-72.93027400435142,41.60576544973191],[-72.93015000431046,41.605754449733794],[-72.92990800423468,41.60580444975133],[-72.92981300420632,41.60584844976293],[-72.92979700420192,41.60586244976617],[-72.92972500418243,41.605930449781695],[-72.929660004172,41.606116449819844],[-72.92969600420234,41.606440449881504],[-72.92968100420602,41.606589449910864],[-72.92949700416986,41.6070004499965],[-72.92930100413118,41.60743545008719],[-72.92924200412746,41.607704450141235],[-72.92923500413151,41.60781445016277],[-72.92927200415079,41.60794045018601],[-72.92924200414448,41.60800045019861],[-72.92909600409956,41.60804445021188],[-72.92897000405843,41.60804145021538],[-72.92877400399452,41.60803845022113],[-72.92857700392737,41.60798445021706],[-72.92840100386478,41.607890450204536],[-72.92825500381603,41.607868450205004],[-72.92806500375146,41.60781945020165],[-72.92771400363797,41.607830450215175],[-72.92758200359697,41.60786345022584],[-72.92742100354553,41.60787945023416],[-72.92729700350685,41.607907450243594],[-72.92690900337878,41.60787445024978],[-72.92674900332266,41.60780245024102],[-72.92651500323525,41.6076054502104],[-72.92628800315323,41.607462450190035],[-72.92611200309122,41.60737945017964],[-72.92566600294089,41.60728645017607],[-72.92515600277457,41.60727745019085],[-72.92499300272146,41.607275450195736],[-72.92476700264955,41.607302450208294],[-72.92447400255843,41.60737445023175],[-72.92402800241562,41.60741245025357],[-72.92383200234983,41.607376450252936],[-72.923763002334,41.60749145027747],[-72.92355500228624,41.60783645035109],[-72.9234870022708,41.60795245037576],[-72.92342500225651,41.60805445039756],[-72.92324000221414,41.60836345046344],[-72.92317900220023,41.60846645048539],[-72.92308500217864,41.60862245051868],[-72.92280500211449,41.60908945061827],[-72.92271200209326,41.60924645065171],[-72.92253100205089,41.609532450713026],[-72.92216100196411,41.610115450838016],[-72.92209900194995,41.610219450860185],[-72.92195600191756,41.6104644509123],[-72.92190800191125,41.61062645094526],[-72.92188900192268,41.61093245100519],[-72.92192100197474,41.6116564511445],[-72.92192900205568,41.61301845140824],[-72.92190600208295,41.61362245152605],[-72.92189800209438,41.6138664515736],[-72.92181000211767,41.61476845175128],[-72.92168600207386,41.61470745174347],[-72.92163200205059,41.614608451726035],[-72.92156300202213,41.61450345170792],[-72.92149700199744,41.614447451699206],[-72.92128100192342,41.614381451693404],[-72.92122900190566,41.61436645169218],[-72.92102500183854,41.61435245169607],[-72.9208200017694,41.61430945169439],[-72.92041000163006,41.614204451687314],[-72.920091001521,41.61411145167964],[-72.91929300124636,41.61384745165431],[-72.91910600118206,41.61378645164854],[-72.91862800102025,41.613675451642514],[-72.9185490009935,41.61365645164139],[-72.91834900092323,41.61356545163024],[-72.91815100085046,41.613419451608344],[-72.91813300084321,41.61339545160427],[-72.91790700075187,41.613084451551316],[-72.91751800058992,41.61246745144433],[-72.91713500043782,41.611988451363885],[-72.9170690004116,41.611905451349934],[-72.91685100032582,41.61164645130678],[-72.91675600028977,41.61155645129243],[-72.91649600019333,41.61134945126072],[-72.91631700012691,41.61120645123879],[-72.9159840000095,41.61104745121877],[-72.91560299987907,41.61093345120899],[-72.91553899985718,41.61091445120739],[-72.91527999976982,41.61085945120513],[-72.91459599953816,41.610698451196065],[-72.91364299921544,41.61047445118351],[-72.91255899884554,41.610170451159675],[-72.91188399861528,41.6099824511451],[-72.91143099846053,41.609852451134564],[-72.91124899839625,41.6097634511232],[-72.91113999835775,41.60971045111646],[-72.91092099827873,41.6095744510972],[-72.9107749982239,41.609446451077105],[-72.9107179982025,41.60939645106926],[-72.91045099810093,41.609139451028085],[-72.91027199802922,41.60890445098833],[-72.90992899789275,41.608470450915284],[-72.90982599785283,41.60835845089692],[-72.90958599775979,41.60809745085409],[-72.90943499770128,41.60793345082719],[-72.90936499767484,41.60786945081706],[-72.9093039976518,41.60781345080816],[-72.90911599758228,41.60766745078595],[-72.90910499757825,41.60765945078475],[-72.90880099746694,41.607442450752515],[-72.90838599731937,41.6072224507233],[-72.90830399728921,41.60716145071413],[-72.90804599719452,41.606973450686034],[-72.90785599712476,41.606834450665254],[-72.90779499710187,41.606781450656946],[-72.90736999694245,41.60641145059897],[-72.9070639968299,41.60618445056488],[-72.90692499677887,41.606082450549586],[-72.90679899673415,41.60601745054107],[-72.90665299668383,41.6059674505361],[-72.90638799659318,41.60588945052956],[-72.9061679965196,41.60585345052969],[-72.90616399651827,41.60585345052983],[-72.90586099641959,41.60585045053905],[-72.9042209958971,41.6060364506282],[-72.90357299569067,41.606110450663515],[-72.90348699565146,41.6059144506283],[-72.90347099564407,41.60587645062146],[-72.9034509956159,41.60549945054902],[-72.90346399560933,41.60531145051215],[-72.90347299561034,41.60527845050546],[-72.9035329956181,41.60507345046376],[-72.90327699552962,41.604982450454415],[-72.90315099548366,41.60489545044163],[-72.9031259954663,41.60473445041121],[-72.90325299550189,41.6046354503879],[-72.90336999553459,41.60454245036609],[-72.90366999562552,41.60442745033408],[-72.90383099567217,41.60432845030968],[-72.90386699567222,41.60412545026916],[-72.90388999567813,41.60409845026318],[-72.90395499569514,41.60402645024711],[-72.90403599571296,41.603878450215795],[-72.90405799570748,41.603658450172425],[-72.90403599569372,41.603543450150845],[-72.90393399565016,41.603362450119036],[-72.903984995651,41.60308845006427],[-72.9040799956721,41.60291845002824],[-72.90410999565223,41.602402449927204],[-72.90424899568008,41.60210044986417],[-72.90427799567686,41.60188044982058],[-72.90424199563967,41.60143644973566],[-72.9041319955711,41.600865449628486],[-72.90412499556152,41.600738449604094],[-72.90405999552087,41.600398449540265],[-72.90397899548822,41.600288449521564],[-72.90388399544251,41.60003044947461],[-72.90389199543851,41.59991544945205],[-72.9039429954428,41.599701449408904],[-72.9038989954209,41.59956944938474],[-72.90373899536165,41.59944344936548],[-72.90373699536089,41.59944144936516],[-72.9035119952677,41.59909244930475],[-72.90346099524291,41.5989494492787],[-72.90344599523235,41.59885044925996],[-72.90340299521206,41.59874044924002],[-72.90324699514892,41.5985244492032],[-72.90316899511735,41.59841644918477],[-72.90281799498592,41.59811444913757]]]},"properties":{"name":4305,"geoid":"09003430500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.90281799498592,41.59811444913757],[-72.90257599498793,41.59951944941785],[-72.90190799498592,41.603265450165814],[-72.90137299498029,41.6061954507512],[-72.90134899498202,41.60636145078417],[-72.90131199498234,41.606576450827035],[-72.90096299496206,41.60819845115278],[-72.90078999494594,41.60889645129371],[-72.90051999489785,41.609587451436404],[-72.9002659948434,41.61007745153961],[-72.90019899482864,41.61019945156544],[-72.90013099481364,41.610323451591675],[-72.89993199476837,41.610661451663645],[-72.89914899457607,41.61174545189911],[-72.89897099452992,41.611949451944426],[-72.89882699449332,41.61212745198359],[-72.89801099428892,41.61318745221546],[-72.89794299427186,41.61327545223474],[-72.89732899411555,41.614029452400764],[-72.8949159935079,41.61710845307565],[-72.89480299347952,41.61725445310761],[-72.89458999342493,41.617509453163926],[-72.89390299323946,41.61816945331408],[-72.89367899317823,41.61837145336048],[-72.89345799311741,41.618563453404846],[-72.89301299295644,41.618280453364406],[-72.89280799288282,41.61815945334758],[-72.89157999244577,41.61750245325997],[-72.89125799233246,41.61735245324131],[-72.89102699225417,41.617297453238145],[-72.89098699224066,41.617288453237684],[-72.89047499207106,41.61723445324378],[-72.88925399167593,41.617267453289685],[-72.88866199148441,41.61728445331212],[-72.88841499140426,41.6172874533207],[-72.8876779911653,41.617299453346874],[-72.88743199108553,41.617303453355596],[-72.88724399102452,41.61730545336207],[-72.88668099084197,41.61731445338202],[-72.88649399078133,41.617317453388665],[-72.88615299066925,41.6172964533956],[-72.88513099033347,41.61723645341705],[-72.88479099022175,41.61721645342417],[-72.88460899016148,41.61719745342637],[-72.88406598998175,41.617142453433274],[-72.88388498992187,41.617124453435636],[-72.8836079898299,41.6170914534382],[-72.88277698955416,41.616995453446464],[-72.88249998946225,41.61696345344922],[-72.88213298934045,41.61692045345275],[-72.88103198897505,41.61679245346355],[-72.88066498885331,41.61675045346726],[-72.88041398877007,41.61672245346997],[-72.88025898871734,41.616681453467045],[-72.88023598870956,41.61667645346681],[-72.88003898863799,41.6165454534478],[-72.87996298860655,41.616428453427574],[-72.87985198855927,41.616233453393356],[-72.87964998846029,41.615653453287464],[-72.87956198841712,41.615400453241264],[-72.87954298840273,41.61525745321416],[-72.8795059883744,41.614973453160296],[-72.87944398834132,41.614748453118686],[-72.87941098832357,41.614626453096115],[-72.87937298830745,41.61456045308454],[-72.87928398827252,41.614456453067255],[-72.87893698814591,41.61421645303196],[-72.878310987914,41.61372245295643],[-72.87790398776315,41.61340045290716],[-72.87788098775464,41.61338245290443],[-72.87781298772943,41.61332845289616],[-72.8777909877213,41.61331145289355],[-72.87778398771869,41.61330545289263],[-72.87776298771092,41.61328945289022],[-72.8777569877087,41.61328445288944],[-72.87760798765198,41.61314045286634],[-72.87753798762607,41.61308545285792],[-72.87743998759235,41.613053452854906],[-72.87733598755763,41.61303745285515],[-72.87721798751909,41.6130344528584],[-72.87714498749574,41.61304145286213],[-72.87542798694804,41.613226452953484],[-72.87507098683413,41.61326445297238],[-72.87465198670047,41.61330945299466],[-72.87437898661167,41.613309453003495],[-72.87465698668602,41.61302945294023],[-72.87466298668768,41.61302445293905],[-72.87511598681029,41.61259445284106],[-72.87527898685293,41.61241345280068],[-72.87540898688691,41.61226945276858],[-72.8754799869048,41.61217845274862],[-72.87556298692576,41.612073452725596],[-72.87571398696262,41.61186045267943],[-72.87619398707234,41.61105245250725],[-72.87642198712719,41.61071645243474],[-72.8768589872383,41.61017645231592],[-72.87726198734343,41.60972545221544],[-72.87761898743302,41.60926345211435],[-72.87770898745322,41.609105452080804],[-72.87783298748113,41.60888945203491],[-72.87788398748027,41.60858545197433],[-72.8779929874616,41.60764245178797],[-72.8780289874489,41.60721745170441],[-72.8780539874363,41.606856451633604],[-72.87810798741009,41.60609345148393],[-72.87813898733695,41.60464345120177],[-72.87821598731765,41.60387045104938],[-72.87829798730408,41.60316945091081],[-72.87831098730236,41.60306545089023],[-72.8783229872815,41.602634450806256],[-72.87832598723539,41.60181345064695],[-72.87870998736058,41.6018194506357],[-72.87947798760719,41.60176545060042],[-72.88050198793398,41.60165845054656],[-72.88053198794472,41.601675450548896],[-72.88057798795853,41.60165545054351],[-72.88205298843502,41.60160145048538],[-72.88232198852194,41.60159245047493],[-72.8825669885824,41.60125745040204],[-72.88330398876441,41.60025345018353],[-72.88354998882522,41.5999194501108],[-72.88356698883052,41.599915450109464],[-72.88361798884652,41.599905450105894],[-72.88363598885222,41.59990245010472],[-72.88406898898926,41.59983745007812],[-72.88519098934458,41.59967245000985],[-72.88536798940058,41.59964544999889],[-72.88580198953807,41.59958244997263],[-72.88587098956027,41.59957844996962],[-72.88607698962674,41.59956944996123],[-72.88614698964932,41.59956644995837],[-72.88624998968275,41.59956544995486],[-72.88656198978407,41.59956344994438],[-72.88666598981789,41.599563449941016],[-72.88677498985275,41.599553449935556],[-72.88710298995761,41.59952244991893],[-72.88721298999285,41.599513449913644],[-72.88734899003627,41.59949944990652],[-72.88775799016695,41.599459449885536],[-72.88789499021081,41.599447449878774],[-72.88806699026557,41.59942744986935],[-72.88858299042984,41.59936644984083],[-72.888755990485,41.59934744983155],[-72.88897199055356,41.59931844981894],[-72.88962299076027,41.59923244978121],[-72.88983999082922,41.59920444976876],[-72.89006499090075,41.59917644975605],[-72.89073999111541,41.59909244971793],[-72.89096499118695,41.59906444970523],[-72.89098699119393,41.599061449703925],[-72.89105299121488,41.599052449700054],[-72.89107499122186,41.59904944969877],[-72.89157799138256,41.59900044967299],[-72.89241799165062,41.59891244962876],[-72.89244599165914,41.598902449625925],[-72.89249999167676,41.598903449624366],[-72.89452499232362,41.59870344952009],[-72.894585992343,41.59869544951656],[-72.8954379926137,41.59858544946766],[-72.89631699289451,41.59849944942256],[-72.89669899301647,41.59846044940263],[-72.89784599338266,41.59834344934284],[-72.89808399345871,41.598320449330686],[-72.89822199350625,41.598367449335335],[-72.89828699354274,41.598634449384996],[-72.89915599382145,41.59856844934409],[-72.89957499395418,41.59850744931871],[-72.89977399401256,41.59839744929095],[-72.90008599410324,41.59821044924458],[-72.90086499433043,41.59775644913135],[-72.90118499442748,41.59763444909733],[-72.9015359945352,41.59752344906446],[-72.90194799466477,41.597447449036395],[-72.90222999475468,41.597416449021246],[-72.90251999484698,41.59738244900526],[-72.90294699498364,41.597344448984096],[-72.90281799498592,41.59811444913757]]]},"properties":{"name":4306.02,"geoid":"09003430602"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.53407188878141,41.84035950786369],[-72.53419488881714,41.84028250784488],[-72.53444688889041,41.840126507806715],[-72.53456688892527,41.840051507788424],[-72.53469088896134,41.83997450776958],[-72.53529088913905,41.8396595076896],[-72.53709088967244,41.83871850745044],[-72.53739988976403,41.83855750740947],[-72.53769588985236,41.838413507372216],[-72.53914989028601,41.83770250718848],[-72.54013589058123,41.83724050706779],[-72.54062289072964,41.83705750701688],[-72.54097389083843,41.836957506986344],[-72.54238389127498,41.8365485068623],[-72.54274189138393,41.83641150682442],[-72.543530891623,41.836091506737404],[-72.54428989185212,41.835768506650794],[-72.54439089188163,41.83570850663599],[-72.5445418919262,41.83562650661531],[-72.54576089228632,41.83497050644971],[-72.54642789248176,41.83458350635368],[-72.54712989268192,41.83407950623393],[-72.54847889306279,41.83304550599119],[-72.54951389335497,41.83225150580482],[-72.54988989345486,41.83185350571596],[-72.55010289351142,41.83162750566552],[-72.55019889353524,41.831496505637176],[-72.55021789354025,41.831475505632504],[-72.55039489358721,41.83128750559055],[-72.55058189363963,41.83113750555561],[-72.5509198937389,41.83094550550774],[-72.55110589379458,41.83085850548498],[-72.5511108937727,41.8304475054055],[-72.55111389376306,41.8302615053695],[-72.55111389374503,41.82994650530869],[-72.55111389373576,41.82978450527741],[-72.55131089378573,41.82953450522285],[-72.5519778939376,41.82838650497992],[-72.55193689391245,41.82818050494147],[-72.55189389387806,41.82782450487412],[-72.55187189386052,41.827643504839884],[-72.55185689384199,41.82740450479422],[-72.55188589384194,41.827238504761254],[-72.55188589382394,41.826923504700446],[-72.55192989382591,41.82670750465733],[-72.55210189388345,41.82673250465665],[-72.55216789390555,41.82674250465646],[-72.55262289405677,41.826791504651375],[-72.55279689411466,41.82681150464966],[-72.55288089414184,41.826807504646204],[-72.55313389422389,41.82679950463657],[-72.55321889425151,41.826797504633454],[-72.55328989428307,41.82694450465955],[-72.55330689429061,41.82697950466578],[-72.55343689434531,41.827194504703115],[-72.55355589439334,41.82735550473039],[-72.55365389443284,41.82748750475274],[-72.55380889449458,41.82768250478541],[-72.55381189449577,41.827686504786094],[-72.55396289456206,41.827984504838795],[-72.55409989462878,41.82836950490872],[-72.55418389466962,41.828604504951386],[-72.55426789470903,41.82881450498924],[-72.55452189482791,41.829444505102735],[-72.55460689486772,41.82965550514075],[-72.55469889491073,41.82988250518161],[-72.55501989505862,41.83063750531708],[-72.5555818953177,41.83196150555465],[-72.5562248956212,41.83360050585042],[-72.55624389563009,41.833647505858885],[-72.55636989569732,41.83410350594287],[-72.55646289575824,41.83463850604314],[-72.5564988957819,41.834846506082144],[-72.55652689580282,41.835052506120995],[-72.55658589584645,41.83547850620133],[-72.556668895895,41.83585350627105],[-72.5567608959396,41.836108506317316],[-72.5568348959718,41.836249506342156],[-72.55709289607735,41.83662350640608],[-72.55743789620776,41.83693550645525],[-72.55772589631617,41.83718850649486],[-72.55801089642353,41.83743950653417],[-72.5581368964705,41.83754250655002],[-72.55830689653685,41.83773250658125],[-72.55844789659139,41.83788150660547],[-72.55855789663526,41.83802150662898],[-72.55870489669621,41.83824850666808],[-72.55881389675118,41.83858750673002],[-72.55883489676162,41.838650506741494],[-72.55888289678846,41.838845506777595],[-72.55894089682506,41.839154506835364],[-72.55893589685148,41.83964450693009],[-72.55893389686739,41.83993350698593],[-72.5589348968716,41.840001506999016],[-72.55894389689887,41.840426507080736],[-72.55895089692132,41.84077850714843],[-72.55896389695783,41.84134250725685],[-72.55894089697101,41.84170350732726],[-72.55891389698654,41.84212850741012],[-72.55889389699286,41.842352507453995],[-72.55889189699369,41.84237850745907],[-72.55891189703736,41.843027507583656],[-72.55891889705254,41.843252507626865],[-72.55900789709032,41.843405507653536],[-72.55907989712087,41.843528507674954],[-72.55910689713289,41.843584507684895],[-72.55933689723494,41.84405650776861],[-72.5595508973244,41.844399507827944],[-72.55968289737747,41.844574507857494],[-72.55991489747068,41.84488050790909],[-72.56023389759244,41.84518950795851],[-72.56065389774544,41.84546850799889],[-72.56070789776453,41.84549450800218],[-72.56105289788675,41.84566350802373],[-72.56147289803378,41.84583850804404],[-72.56356689875274,41.84646450809777],[-72.56453389908481,41.84675450812273],[-72.5650008992451,41.84689350813459],[-72.5664048997271,41.84731250817046],[-72.5668728998878,41.847452508182464],[-72.56756290012463,41.84765750819992],[-72.5696329008353,41.84827550825283],[-72.57032390107253,41.84848150827044],[-72.57062190117483,41.848570508278065],[-72.57151890148275,41.848837508300825],[-72.57181790158543,41.84892750830861],[-72.57227290174166,41.84906350832027],[-72.57363890221069,41.849472508355376],[-72.57409490236729,41.849609508367216],[-72.57664890324342,41.85035950843004],[-72.57838390383866,41.850869508472805],[-72.58430790587201,41.852629508622385],[-72.58686090674836,41.8533885086869],[-72.58733990691263,41.85352850869855],[-72.58877690740547,41.853948508733474],[-72.58925590756982,41.85408950874531],[-72.5898839077854,41.85427650876124],[-72.59176690843195,41.85483950880942],[-72.59239590864792,41.85502750882549],[-72.59258190871175,41.85508250883014],[-72.59313890890296,41.855248508844284],[-72.59332590896717,41.855304508849095],[-72.59405890921879,41.855522508867615],[-72.5962609099748,41.85617950892369],[-72.5969949102268,41.856398508942355],[-72.59759791043416,41.85658450895889],[-72.59940691105636,41.857143509008644],[-72.60000991126378,41.857330509025346],[-72.60045991141857,41.85746950903772],[-72.60181191188352,41.85788650907475],[-72.60206791197162,41.85796650908195],[-72.60227091203888,41.857984509078925],[-72.60243791211947,41.8584395091613],[-72.60294191236228,41.85980450940836],[-72.60310991244329,41.8602605094909],[-72.60322791250078,41.86059150955094],[-72.60343291260075,41.861167509655445],[-72.60357091267005,41.86159050973258],[-72.60367191272057,41.86189650978834],[-72.60368091272518,41.86192550979366],[-72.60369191273061,41.86195750979946],[-72.6039509128606,41.86274950994388],[-72.60402091289664,41.86297950998597],[-72.6043589130701,41.86407951018722],[-72.60445691311989,41.86438951024387],[-72.6045319131594,41.86465151029197],[-72.6049589133753,41.86598451053527],[-72.60500991340172,41.86615451056642],[-72.60533191356772,41.867215510760644],[-72.6053509135776,41.86727951077237],[-72.60538391359422,41.867381510790985],[-72.60554591367574,41.86788051088198],[-72.60556491368517,41.86793651089217],[-72.60560191370357,41.8680465109122],[-72.60544391365248,41.86805451091881],[-72.60515891356032,41.868068510930655],[-72.60382991313084,41.86813951098702],[-72.60338791298804,41.86816351100584],[-72.59526191034281,41.86826251128578],[-72.59360390980365,41.868292511344784],[-72.58798890797348,41.86832151153055],[-72.58788690794022,41.86832151153382],[-72.5869029076193,41.86832351156578],[-72.58364690655752,41.86833151167176],[-72.58256190620372,41.86833451170714],[-72.58184690597315,41.86838151173915],[-72.57970290528182,41.8685235118353],[-72.57898890505163,41.86857151186745],[-72.57804390474493,41.868599511903156],[-72.57748890456477,41.86861551192404],[-72.5729889031042,41.86874751209378],[-72.57148890261733,41.868791512150366],[-72.57011190216943,41.86881551219913],[-72.56762790136159,41.86886051228744],[-72.56598090082588,41.8688895123458],[-72.56460490037836,41.86891451239473],[-72.56304989987318,41.86895251245191],[-72.55838689835835,41.86906751262349],[-72.55683289785354,41.86910651268081],[-72.5560018975839,41.869132512712426],[-72.5556118974574,41.86914551272743],[-72.553508896775,41.869211512807524],[-72.55267889650574,41.86923851283931],[-72.55171889619305,41.869248512872],[-72.54883889525526,41.869281512970595],[-72.54787989494297,41.86929251300344],[-72.54716589471134,41.869316513030924],[-72.5450268940176,41.86938951311349],[-72.5443138937864,41.86941451314112],[-72.54371489359082,41.869412513159915],[-72.54191989300476,41.869406513216234],[-72.54132189280958,41.869405513235186],[-72.54075089262423,41.86942251325675],[-72.5390418920695,41.86947351332129],[-72.53847189188454,41.86949151334299],[-72.53694389138822,41.869531513399615],[-72.53235988989941,41.86965351356985],[-72.53083288940348,41.86969451362662],[-72.52931388890802,41.869698513676],[-72.52475888742254,41.8697145138248],[-72.52324088692747,41.86971951387431],[-72.52205788654356,41.86975651391929],[-72.51851288539306,41.86986751405407],[-72.51733088500953,41.869905514099194],[-72.51757988490489,41.866657513464794],[-72.51832988459225,41.856915511561624],[-72.51833088459212,41.856907511560046],[-72.5156088837314,41.85738751173964],[-72.51514288358402,41.857469511770375],[-72.51540888365903,41.857263511722124],[-72.51566788373216,41.85706451167547],[-72.51595588381126,41.85680451161609],[-72.51691088407377,41.85594551141985],[-72.517826884325,41.85511251122984],[-72.5183018844563,41.85469851113479],[-72.51866288455614,41.854384511062655],[-72.51924188471676,41.85388951094867],[-72.5193458847456,41.85380051092815],[-72.52008688495128,41.853169510782735],[-72.52015788497104,41.85310951076888],[-72.52029188500394,41.85292051072813],[-72.52118588523828,41.85191751050605],[-72.5219448854373,41.85106751031776],[-72.52383188592786,41.84887950983526],[-72.52470988615622,41.84786350961115],[-72.52489688620614,41.84766950956772],[-72.52545788635607,41.84709050943807],[-72.52564588640635,41.84689750939481],[-72.52626588656884,41.84620150924068],[-72.52675188669537,41.84564150911709],[-72.5267828867035,41.84560650910934],[-72.52702188676435,41.845307509044005],[-72.52741888686828,41.84485950894486],[-72.52789288699579,41.84438550883823],[-72.52855188718335,41.84390550872453],[-72.52936688742173,41.84342450860564],[-72.52992488758565,41.843107508526614],[-72.53033588770676,41.84288050846967],[-72.5307028878119,41.84262550840874],[-72.53087488786126,41.84250750838046],[-72.53212188822413,41.84173850819219],[-72.53235188829096,41.841595508157205],[-72.53258788835973,41.84145150812189],[-72.53301088848175,41.84117250805452],[-72.53303488848857,41.84115450805027],[-72.53325388855093,41.84099550801258],[-72.53341688859678,41.84086750798266],[-72.53390788873516,41.84048650789344],[-72.53407188878141,41.84035950786369]]]},"properties":{"name":4871,"geoid":"09003487100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.61187991249967,41.81139549978051],[-72.6119979125382,41.81139649977692],[-72.61226291262483,41.81140049976919],[-72.61235091265421,41.81141249976869],[-72.61246791269339,41.81143049976842],[-72.61264191272394,41.81097349967459],[-72.61316591281633,41.809604499393444],[-72.6133219128406,41.809140499298856],[-72.61342291285715,41.8088544992404],[-72.61372991290807,41.80799649906485],[-72.61383191292498,41.807711499006565],[-72.61400191295412,41.80725249891249],[-72.61432091300907,41.80639649873696],[-72.61453791305054,41.80588549863131],[-72.61463391306906,41.80566249858518],[-72.61474791309372,41.80544449853943],[-72.61491491312985,41.80512449847228],[-72.61492191313137,41.80511149846954],[-72.61535991322931,41.8043284983043],[-72.61548291325836,41.80413549826309],[-72.61568691330683,41.80382049819569],[-72.61584291334574,41.803612498150535],[-72.61594791337212,41.80347549812069],[-72.6162749134494,41.802963498011344],[-72.6164149134825,41.802744497964554],[-72.61667391354621,41.80238249788634],[-72.61679691357661,41.80221349784976],[-72.61742091372632,41.80127549764859],[-72.61766791378565,41.800905497569225],[-72.61771091379589,41.80083949755509],[-72.6178419138273,41.800642497512825],[-72.61788591383794,41.80057749749887],[-72.61807991388329,41.80026549743239],[-72.61865791401874,41.79934049723521],[-72.61866391402008,41.79932949723289],[-72.61885691406509,41.799017497166446],[-72.619245914191,41.79900149715087],[-72.62041691457019,41.7989564971046],[-72.62080691469647,41.7989414970892],[-72.62133891486853,41.7989174970675],[-72.62293691538552,41.798848497002915],[-72.62346991555798,41.79882549698136],[-72.62377891565804,41.798813496969125],[-72.62452891590092,41.79878549693966],[-72.62470891596006,41.798793496935424],[-72.62476391597818,41.79879649693424],[-72.62501391605667,41.798744496916164],[-72.62778791697075,41.798914496859986],[-72.63107891802962,41.798670496707246],[-72.63989592088235,41.79829549635175],[-72.64077092116179,41.79819449630416],[-72.64339692200066,41.79789549616208],[-72.64427292228055,41.79779649611483],[-72.64462492239305,41.797757496095976],[-72.64568292273144,41.797644496040185],[-72.64603592284438,41.7976074960217],[-72.64600492287202,41.798265496149774],[-72.64597292289933,41.79892349627787],[-72.64595692291311,41.79925449634229],[-72.64583692301686,41.801744496826984],[-72.64571892311896,41.80419449730387],[-72.64570192313467,41.80456449737586],[-72.6456709231612,41.80520349750024],[-72.6456409231881,41.80584249762456],[-72.64554092318541,41.80636349772837],[-72.64544092318276,41.806885497832376],[-72.64541892318196,41.80699649785451],[-72.64539792318148,41.80710749787663],[-72.6453669231809,41.807273497909655],[-72.6453639231808,41.807288497912666],[-72.64533492318,41.807439497942745],[-72.64479492316563,41.81025649850396],[-72.64453192315854,41.81162649877688],[-72.6442549231513,41.81307349906513],[-72.64322092300674,41.81642749974579],[-72.6419009228226,41.820715500615876],[-72.64104692269173,41.823285501139324],[-72.64039492259184,41.82524750153893],[-72.6399069224998,41.82641550178001],[-72.63939392240323,41.82764650203406],[-72.63892792231533,41.8287615022642],[-72.63851892220403,41.82914550235142],[-72.6383709221638,41.82928550238321],[-72.63822292212355,41.82942450241478],[-72.6380249220718,41.82964750246418],[-72.63743192191697,41.83031850261271],[-72.6372349218656,41.83054250266226],[-72.63613392156434,41.83154750289158],[-72.63503292126305,41.83255250312087],[-72.63478692119568,41.832776503172],[-72.63352592085067,41.83392850343479],[-72.63201992043857,41.83530350374846],[-72.6299359198683,41.83720650418258],[-72.62839891953945,41.84020750481094],[-72.62729491930347,41.842366505262916],[-72.62709291926033,41.84276250534579],[-72.62688991921688,41.84315850542871],[-72.6267419191858,41.84345750549114],[-72.626633919163,41.84367350553629],[-72.62586691900175,41.84522050585933],[-72.62561191894822,41.84573650596707],[-72.62544891893397,41.846413506102884],[-72.62528491891932,41.84708950623855],[-72.62490291888547,41.848668506555406],[-72.62444091882715,41.850275506880195],[-72.62063691834776,41.86351950955642],[-72.62055791833791,41.863796509612364],[-72.61926491817539,41.86830451052305],[-72.6192299181642,41.86830851052496],[-72.6179169177444,41.86845651059566],[-72.61660391732461,41.868604510666394],[-72.61491391676695,41.86849351069928],[-72.61469091669241,41.868462510700475],[-72.61453991664196,41.86844151070128],[-72.6143889165915,41.86842051070208],[-72.61429691656124,41.86841651070425],[-72.61420391653068,41.86841251070648],[-72.60560191370357,41.8680465109122],[-72.60556491368517,41.86793651089217],[-72.60554591367574,41.86788051088198],[-72.60538391359422,41.867381510790985],[-72.6053509135776,41.86727951077237],[-72.60533191356772,41.867215510760644],[-72.60500991340172,41.86615451056642],[-72.6049589133753,41.86598451053527],[-72.6045319131594,41.86465151029197],[-72.60445691311989,41.86438951024387],[-72.6043589130701,41.86407951018722],[-72.60402091289664,41.86297950998597],[-72.6039509128606,41.86274950994388],[-72.60369191273061,41.86195750979946],[-72.60368091272518,41.86192550979366],[-72.60367191272057,41.86189650978834],[-72.60357091267005,41.86159050973258],[-72.60343291260075,41.861167509655445],[-72.60322791250078,41.86059150955094],[-72.60310991244329,41.8602605094909],[-72.60294191236228,41.85980450940836],[-72.60243791211947,41.8584395091613],[-72.60227091203888,41.857984509078925],[-72.60223091202035,41.857889509061884],[-72.60206191193986,41.85744750898205],[-72.60191091186788,41.85705150891054],[-72.60159791171874,41.85623250876263],[-72.60088691137214,41.85423550840029],[-72.60055191120883,41.853294508229546],[-72.60029191108006,41.85252850809015],[-72.59994091090593,41.851489507901015],[-72.59978391082946,41.85104950782116],[-72.59978291082889,41.85104550782043],[-72.59968591077464,41.850651507747536],[-72.59962691072968,41.85020350766302],[-72.59959091070228,41.84993050761151],[-72.59951091064598,41.84940450751262],[-72.59949091062357,41.84912750745982],[-72.59947991060677,41.84889750741581],[-72.5994719105935,41.84871150738019],[-72.59946491056095,41.848184507278745],[-72.59947091053847,41.84775850719638],[-72.59950991052919,41.84737550712125],[-72.59954991052027,41.84699250704608],[-72.59956091051686,41.8468705070222],[-72.59957591051148,41.84669150698719],[-72.59960591050209,41.846357506921784],[-72.59964391050306,41.84615850688219],[-72.5996779105041,41.84598350684733],[-72.59971891050978,41.84584950682017],[-72.5998979105314,41.84520850669077],[-72.59994191053691,41.845054506659636],[-72.6001159105605,41.84447650654255],[-72.60026191058355,41.8440485064553],[-72.60068291065646,41.842926506225325],[-72.6008279106818,41.84254350614677],[-72.60097991071042,41.84217850607148],[-72.60124091075515,41.84147450592728],[-72.60173691084044,41.84014150565419],[-72.60202491088985,41.83936550549521],[-72.602286910935,41.83866350535136],[-72.60237491095006,41.83842550530262],[-72.60263991099553,41.83771150515634],[-72.60272891101096,41.83747450510776],[-72.6028569110335,41.83713950503901],[-72.60301591106155,41.83672450495383],[-72.60323891110035,41.83613350483264],[-72.60336591112255,41.83579850476392],[-72.60393491122116,41.834282504453135],[-72.60412891125173,41.83371250433691],[-72.60446591130497,41.83272450413545],[-72.60465891134078,41.83225150403797],[-72.60514991143202,41.83105050379044],[-72.60522791144471,41.83082850374511],[-72.60539991147321,41.830347503646756],[-72.60559191150608,41.82982850354043],[-72.60616891160511,41.828274503222005],[-72.60636191163834,41.82775650311584],[-72.60639391164202,41.827638503092054],[-72.6064569116496,41.82741250304642],[-72.60651191166082,41.82729550302206],[-72.60656391167153,41.82718650299935],[-72.60672091169887,41.82677050291402],[-72.60700791174906,41.826013502758705],[-72.60718791177953,41.82552150265798],[-72.60734091180551,41.825104502572586],[-72.60739691181494,41.824950502541064],[-72.60755291184151,41.82452650245421],[-72.6075649118433,41.82448950244669],[-72.60762091185278,41.82433650241538],[-72.60799691191944,41.82336050221492],[-72.60843091199662,41.82223850198443],[-72.60911991211768,41.82043150161351],[-72.6094929121833,41.81945450141294],[-72.60969491221516,41.81886150129199],[-72.60976191222602,41.81866950125278],[-72.61011891228824,41.817724501058905],[-72.61034991232782,41.81710050093102],[-72.61056891236562,41.816514500810875],[-72.61088391241972,41.81566650063706],[-72.61090791242398,41.81560450062432],[-72.61173191256637,41.813401500172574],[-72.61183391258389,41.8131265001162],[-72.61215091263871,41.81227949994249],[-72.61208591262633,41.81243349997432],[-72.61197791257975,41.81223549993956],[-72.61189391255215,41.812231499941475],[-72.61176991251143,41.812226499944494],[-72.61164491247143,41.812239499951005],[-72.6115629124452,41.81224849995538],[-72.61162591245593,41.81207749992034],[-72.61181591248852,41.81156549981539],[-72.61187991249967,41.81139549978051]]]},"properties":{"name":4873,"geoid":"09003487300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.55321889425151,41.826797504633454],[-72.5532648942665,41.82679750463198],[-72.55340389431184,41.82679750462754],[-72.55345089432716,41.826797504626036],[-72.55469589473292,41.82679150458504],[-72.55662689536221,41.82678250452149],[-72.55843089595136,41.826795504466276],[-72.55967689635833,41.82680550442832],[-72.55979889639819,41.82680650442462],[-72.56016689651838,41.8268095044134],[-72.56028989655856,41.826810504409664],[-72.56107889681617,41.82681550438537],[-72.56295489742874,41.826827504327625],[-72.56344889759056,41.82683950431414],[-72.56423889784936,41.826859504292706],[-72.56443689791423,41.82686450428733],[-72.56455389795205,41.82685850428243],[-72.56502089810309,41.82683650426323],[-72.56544189823703,41.82677750423836],[-72.56549389825308,41.8267615042336],[-72.56579789834724,41.82667450420707],[-72.56596389839892,41.82663150419345],[-72.56646189855397,41.82650250415262],[-72.56662789860565,41.826459504138995],[-72.56799689903175,41.82610350402645],[-72.56814289907756,41.82607150401559],[-72.56819589909422,41.82606050401177],[-72.56847389918318,41.82603050399707],[-72.56876389927672,41.82601250398432],[-72.56923389943081,41.82602650397196],[-72.56971589958951,41.82605250396155],[-72.57098390000637,41.826110503932135],[-72.57219490040346,41.82614750390049],[-72.57282990060953,41.826129503876686],[-72.5728369006118,41.82612950387645],[-72.57352490083345,41.82608150384516],[-72.57439090111205,41.82601450380449],[-72.57478790123974,41.82598350378579],[-72.57543190144698,41.8259345037557],[-72.57597890162279,41.825889503729485],[-72.57612890167104,41.825877503722374],[-72.5763769017507,41.825856503710376],[-72.57646190177796,41.82584850370611],[-72.57671890186066,41.82582850369401],[-72.5768049018883,41.825821503689895],[-72.57763390215477,41.82575350365022],[-72.578996902593,41.82564350358531],[-72.58012290295432,41.825540503529375],[-72.58095290322072,41.82546550348829],[-72.58137390335474,41.82540850346381],[-72.58157890342,41.825380503451825],[-72.58183590350194,41.82534750343722],[-72.58248990370898,41.82523850339523],[-72.58263190375328,41.825203503383925],[-72.58304490388224,41.82510350335138],[-72.58359890405369,41.82494250330255],[-72.58370190408493,41.82490150329132],[-72.58382190412144,41.82485550327861],[-72.58413190421504,41.824724503243395],[-72.58553190462722,41.82394950304893],[-72.58597390475738,41.82370550298765],[-72.58613490480487,41.82361750296551],[-72.58661590494664,41.82335450289933],[-72.58774890528085,41.822738502744116],[-72.58804390536588,41.82254350269701],[-72.58809390538036,41.82251150268924],[-72.58832190544416,41.822327502646395],[-72.58844590547596,41.822176502613274],[-72.58849890548889,41.8221005025969],[-72.58865990552839,41.82187350254792],[-72.58867190553138,41.82185750254446],[-72.58869890553635,41.821790502530654],[-72.58876490554832,41.8216235024963],[-72.58877190554968,41.82160750249299],[-72.58884990556193,41.821377502446104],[-72.58886890555513,41.82115050240164],[-72.58886590555142,41.821102502392485],[-72.58885490553763,41.82092450235848],[-72.58883590551339,41.820609502298275],[-72.58879690547421,41.82014750221034],[-72.58879190546874,41.82008050219756],[-72.58881290545982,41.819805502143794],[-72.58892290547429,41.81943150206808],[-72.58926790552499,41.818352501848715],[-72.58941190554641,41.81790650175799],[-72.58965090558196,41.81716650160746],[-72.58968290558693,41.817070501587885],[-72.58978290560303,41.81678250152908],[-72.58981690560867,41.81668750150966],[-72.58991990562588,41.81640150145114],[-72.59023290567893,41.81554550127586],[-72.59033790569684,41.81526050121745],[-72.59038690570297,41.81508850118266],[-72.59040490570541,41.81502850117051],[-72.59049990572406,41.81481350112594],[-72.59063590575731,41.81461950108414],[-72.59073990578293,41.81447450105281],[-72.59094490584083,41.814318501016125],[-72.59104990587164,41.81425850100117],[-72.59204290616383,41.81370650086276],[-72.59237490626157,41.81352250081659],[-72.5928519064021,41.81326050075071],[-72.59315390649118,41.81309650070939],[-72.59366390664248,41.812834500642445],[-72.59423590681412,41.81257450057391],[-72.5943169068384,41.81253750056416],[-72.59481490698819,41.81231750050573],[-72.59563890723493,41.811934500405364],[-72.59627390742523,41.81164150032843],[-72.60065790873907,41.80962249979805],[-72.60165790903879,41.80916249967716],[-72.6021259091801,41.808965499624115],[-72.60249890930899,41.809092499636684],[-72.60361790969586,41.80947649967495],[-72.60398790982383,41.8096044996878],[-72.60399190982518,41.80960549968786],[-72.60553291035862,41.8101464997429],[-72.60771291111337,41.810913499821105],[-72.60841891135699,41.81114749984365],[-72.60890391152067,41.81124449984682],[-72.6094049116889,41.811329499847155],[-72.61015491193803,41.81140949983855],[-72.61024591196768,41.811409499835634],[-72.61095291219851,41.81141449981392],[-72.61133691232222,41.81138849979658],[-72.61187991249967,41.81139549978051],[-72.61181591248852,41.81156549981539],[-72.61162591245593,41.81207749992034],[-72.6115629124452,41.81224849995538],[-72.61164491247143,41.812239499951005],[-72.61176991251143,41.812226499944494],[-72.61189391255215,41.812231499941475],[-72.61197791257975,41.81223549993956],[-72.61208591262633,41.81243349997432],[-72.61215091263871,41.81227949994249],[-72.61183391258389,41.8131265001162],[-72.61173191256637,41.813401500172574],[-72.61090791242398,41.81560450062432],[-72.61088391241972,41.81566650063706],[-72.61056891236562,41.816514500810875],[-72.61034991232782,41.81710050093102],[-72.61011891228824,41.817724501058905],[-72.60976191222602,41.81866950125278],[-72.60969491221516,41.81886150129199],[-72.6094929121833,41.81945450141294],[-72.60911991211768,41.82043150161351],[-72.60843091199662,41.82223850198443],[-72.60799691191944,41.82336050221492],[-72.60762091185278,41.82433650241538],[-72.6075649118433,41.82448950244669],[-72.60755291184151,41.82452650245421],[-72.60739691181494,41.824950502541064],[-72.60734091180551,41.825104502572586],[-72.60718791177953,41.82552150265798],[-72.60700791174906,41.826013502758705],[-72.60672091169887,41.82677050291402],[-72.60656391167153,41.82718650299935],[-72.60651191166082,41.82729550302206],[-72.6064569116496,41.82741250304642],[-72.60639391164202,41.827638503092054],[-72.60636191163834,41.82775650311584],[-72.60616891160511,41.828274503222005],[-72.60559191150608,41.82982850354043],[-72.60539991147321,41.830347503646756],[-72.60522791144471,41.83082850374511],[-72.60514991143202,41.83105050379044],[-72.60465891134078,41.83225150403797],[-72.60446591130497,41.83272450413545],[-72.60412891125173,41.83371250433691],[-72.60393491122116,41.834282504453135],[-72.60336591112255,41.83579850476392],[-72.60323891110035,41.83613350483264],[-72.60301591106155,41.83672450495383],[-72.6028569110335,41.83713950503901],[-72.60272891101096,41.83747450510776],[-72.60263991099553,41.83771150515634],[-72.60237491095006,41.83842550530262],[-72.602286910935,41.83866350535136],[-72.60202491088985,41.83936550549521],[-72.60173691084044,41.84014150565419],[-72.60124091075515,41.84147450592728],[-72.60097991071042,41.84217850607148],[-72.6008279106818,41.84254350614677],[-72.60068291065646,41.842926506225325],[-72.60026191058355,41.8440485064553],[-72.6001159105605,41.84447650654255],[-72.59994191053691,41.845054506659636],[-72.5998979105314,41.84520850669077],[-72.59971891050978,41.84584950682017],[-72.5996779105041,41.84598350684733],[-72.59964391050306,41.84615850688219],[-72.59960591050209,41.846357506921784],[-72.59957591051148,41.84669150698719],[-72.59956091051686,41.8468705070222],[-72.59954991052027,41.84699250704608],[-72.59950991052919,41.84737550712125],[-72.59947091053847,41.84775850719638],[-72.59946491056095,41.848184507278745],[-72.5994719105935,41.84871150738019],[-72.59947991060677,41.84889750741581],[-72.59949091062357,41.84912750745982],[-72.59951091064598,41.84940450751262],[-72.59959091070228,41.84993050761151],[-72.59962691072968,41.85020350766302],[-72.59968591077464,41.850651507747536],[-72.59978291082889,41.85104550782043],[-72.59978391082946,41.85104950782116],[-72.59994091090593,41.851489507901015],[-72.60029191108006,41.85252850809015],[-72.60055191120883,41.853294508229546],[-72.60088691137214,41.85423550840029],[-72.60159791171874,41.85623250876263],[-72.60191091186788,41.85705150891054],[-72.60206191193986,41.85744750898205],[-72.60223091202035,41.857889509061884],[-72.60227091203888,41.857984509078925],[-72.60206791197162,41.85796650908195],[-72.60181191188352,41.85788650907475],[-72.60045991141857,41.85746950903772],[-72.60000991126378,41.857330509025346],[-72.59940691105636,41.857143509008644],[-72.59759791043416,41.85658450895889],[-72.5969949102268,41.856398508942355],[-72.5962609099748,41.85617950892369],[-72.59405890921879,41.855522508867615],[-72.59332590896717,41.855304508849095],[-72.59313890890296,41.855248508844284],[-72.59258190871175,41.85508250883014],[-72.59239590864792,41.85502750882549],[-72.59176690843195,41.85483950880942],[-72.5898839077854,41.85427650876124],[-72.58925590756982,41.85408950874531],[-72.58877690740547,41.853948508733474],[-72.58733990691263,41.85352850869855],[-72.58686090674836,41.8533885086869],[-72.58430790587201,41.852629508622385],[-72.57838390383866,41.850869508472805],[-72.57664890324342,41.85035950843004],[-72.57409490236729,41.849609508367216],[-72.57363890221069,41.849472508355376],[-72.57227290174166,41.84906350832027],[-72.57181790158543,41.84892750830861],[-72.57151890148275,41.848837508300825],[-72.57062190117483,41.848570508278065],[-72.57032390107253,41.84848150827044],[-72.5696329008353,41.84827550825283],[-72.56756290012463,41.84765750819992],[-72.5668728998878,41.847452508182464],[-72.5664048997271,41.84731250817046],[-72.5650008992451,41.84689350813459],[-72.56453389908481,41.84675450812273],[-72.56356689875274,41.84646450809777],[-72.56147289803378,41.84583850804404],[-72.56105289788675,41.84566350802373],[-72.56070789776453,41.84549450800218],[-72.56065389774544,41.84546850799889],[-72.56023389759244,41.84518950795851],[-72.55991489747068,41.84488050790909],[-72.55968289737747,41.844574507857494],[-72.5595508973244,41.844399507827944],[-72.55933689723494,41.84405650776861],[-72.55910689713289,41.843584507684895],[-72.55907989712087,41.843528507674954],[-72.55900789709032,41.843405507653536],[-72.55891889705254,41.843252507626865],[-72.55891189703736,41.843027507583656],[-72.55889189699369,41.84237850745907],[-72.55889389699286,41.842352507453995],[-72.55891389698654,41.84212850741012],[-72.55894089697101,41.84170350732726],[-72.55896389695783,41.84134250725685],[-72.55895089692132,41.84077850714843],[-72.55894389689887,41.840426507080736],[-72.5589348968716,41.840001506999016],[-72.55893389686739,41.83993350698593],[-72.55893589685148,41.83964450693009],[-72.55894089682506,41.839154506835364],[-72.55888289678846,41.838845506777595],[-72.55883489676162,41.838650506741494],[-72.55881389675118,41.83858750673002],[-72.55870489669621,41.83824850666808],[-72.55855789663526,41.83802150662898],[-72.55844789659139,41.83788150660547],[-72.55830689653685,41.83773250658125],[-72.5581368964705,41.83754250655002],[-72.55801089642353,41.83743950653417],[-72.55772589631617,41.83718850649486],[-72.55743789620776,41.83693550645525],[-72.55709289607735,41.83662350640608],[-72.5568348959718,41.836249506342156],[-72.5567608959396,41.836108506317316],[-72.556668895895,41.83585350627105],[-72.55658589584645,41.83547850620133],[-72.55652689580282,41.835052506120995],[-72.5564988957819,41.834846506082144],[-72.55646289575824,41.83463850604314],[-72.55636989569732,41.83410350594287],[-72.55624389563009,41.833647505858885],[-72.5562248956212,41.83360050585042],[-72.5555818953177,41.83196150555465],[-72.55501989505862,41.83063750531708],[-72.55469889491073,41.82988250518161],[-72.55460689486772,41.82965550514075],[-72.55452189482791,41.829444505102735],[-72.55426789470903,41.82881450498924],[-72.55418389466962,41.828604504951386],[-72.55409989462878,41.82836950490872],[-72.55396289456206,41.827984504838795],[-72.55381189449577,41.827686504786094],[-72.55380889449458,41.82768250478541],[-72.55365389443284,41.82748750475274],[-72.55355589439334,41.82735550473039],[-72.55343689434531,41.827194504703115],[-72.55330689429061,41.82697950466578],[-72.55328989428307,41.82694450465955],[-72.55321889425151,41.826797504633454]]]},"properties":{"name":4874,"geoid":"09003487400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.58348990262783,41.80065249861582],[-72.58359290265957,41.80062049860635],[-72.58373990270705,41.80061249860009],[-72.58418190285005,41.80059249858208],[-72.58432990289789,41.80058549857598],[-72.58646690358896,41.80048549848822],[-72.58929490450393,41.80036149837369],[-72.59504490636469,41.80011649814214],[-72.5998019079029,41.79989349794662],[-72.60009690799833,41.79988049793466],[-72.60098490828572,41.799843497899055],[-72.60128090838155,41.79983149788724],[-72.60157090847513,41.79981449787467],[-72.60244390875705,41.7997674978376],[-72.60273490885108,41.799752497825374],[-72.60292190891154,41.799743497817644],[-72.60348590909409,41.79972049779513],[-72.60367490915532,41.79971349778772],[-72.60378490919089,41.79970849778322],[-72.60411690929834,41.79969449776988],[-72.6042279093343,41.79969049776554],[-72.60564290979181,41.79962349770724],[-72.60989191116572,41.79942549753276],[-72.61130791162361,41.799359497474626],[-72.61200791184999,41.79932749744599],[-72.6133369122798,41.79926749739179],[-72.61411091253015,41.799232497360194],[-72.61481191275693,41.79920149733171],[-72.61520791288528,41.79918849731652],[-72.61639991327165,41.79914949727075],[-72.61679691340038,41.79913749725569],[-72.61706691348792,41.799128497245285],[-72.61720891353363,41.7991184972388],[-72.61788391375114,41.799074497208665],[-72.61844391393173,41.79903949718394],[-72.61865891400107,41.79902649717453],[-72.61885691406509,41.799017497166446],[-72.61866391402008,41.79932949723289],[-72.61865791401874,41.79934049723521],[-72.61807991388329,41.80026549743239],[-72.61788591383794,41.80057749749887],[-72.6178419138273,41.800642497512825],[-72.61771091379589,41.80083949755509],[-72.61766791378565,41.800905497569225],[-72.61742091372632,41.80127549764859],[-72.61679691357661,41.80221349784976],[-72.61667391354621,41.80238249788634],[-72.6164149134825,41.802744497964554],[-72.6162749134494,41.802963498011344],[-72.61594791337212,41.80347549812069],[-72.61584291334574,41.803612498150535],[-72.61568691330683,41.80382049819569],[-72.61548291325836,41.80413549826309],[-72.61535991322931,41.8043284983043],[-72.61492191313137,41.80511149846954],[-72.61491491312985,41.80512449847228],[-72.61474791309372,41.80544449853943],[-72.61463391306906,41.80566249858518],[-72.61453791305054,41.80588549863131],[-72.61432091300907,41.80639649873696],[-72.61400191295412,41.80725249891249],[-72.61383191292498,41.807711499006565],[-72.61372991290807,41.80799649906485],[-72.61342291285715,41.8088544992404],[-72.6133219128406,41.809140499298856],[-72.61316591281633,41.809604499393444],[-72.61264191272394,41.81097349967459],[-72.61246791269339,41.81143049976842],[-72.61235091265421,41.81141249976869],[-72.61226291262483,41.81140049976919],[-72.6119979125382,41.81139649977692],[-72.61187991249967,41.81139549978051],[-72.61133691232222,41.81138849979658],[-72.61095291219851,41.81141449981392],[-72.61024591196768,41.811409499835634],[-72.61015491193803,41.81140949983855],[-72.6094049116889,41.811329499847155],[-72.60890391152067,41.81124449984682],[-72.60841891135699,41.81114749984365],[-72.60771291111337,41.810913499821105],[-72.60553291035862,41.8101464997429],[-72.60399190982518,41.80960549968786],[-72.60398790982383,41.8096044996878],[-72.60361790969586,41.80947649967495],[-72.60249890930899,41.809092499636684],[-72.6021259091801,41.808965499624115],[-72.60165790903879,41.80916249967716],[-72.60065790873907,41.80962249979805],[-72.59627390742523,41.81164150032843],[-72.59563890723493,41.811934500405364],[-72.59481490698819,41.81231750050573],[-72.5943169068384,41.81253750056416],[-72.59423590681412,41.81257450057391],[-72.59366390664248,41.812834500642445],[-72.59315390649118,41.81309650070939],[-72.5928519064021,41.81326050075071],[-72.59237490626157,41.81352250081659],[-72.59204290616383,41.81370650086276],[-72.59104990587164,41.81425850100117],[-72.59094490584083,41.814318501016125],[-72.59073990578293,41.81447450105281],[-72.59063590575731,41.81461950108414],[-72.59049990572406,41.81481350112594],[-72.59040490570541,41.81502850117051],[-72.59038690570297,41.81508850118266],[-72.59033790569684,41.81526050121745],[-72.59023290567893,41.81554550127586],[-72.58991990562588,41.81640150145114],[-72.58981690560867,41.81668750150966],[-72.58978290560303,41.81678250152908],[-72.58968290558693,41.817070501587885],[-72.58965090558196,41.81716650160746],[-72.58941190554641,41.81790650175799],[-72.58926790552499,41.818352501848715],[-72.58892290547429,41.81943150206808],[-72.58881290545982,41.819805502143794],[-72.58879190546874,41.82008050219756],[-72.58879690547421,41.82014750221034],[-72.58883590551339,41.820609502298275],[-72.58885490553763,41.82092450235848],[-72.58886590555142,41.821102502392485],[-72.58886890555513,41.82115050240164],[-72.58884990556193,41.821377502446104],[-72.58877190554968,41.82160750249299],[-72.58876490554832,41.8216235024963],[-72.58869890553635,41.821790502530654],[-72.58867190553138,41.82185750254446],[-72.58865990552839,41.82187350254792],[-72.58849890548889,41.8221005025969],[-72.58844590547596,41.822176502613274],[-72.58832190544416,41.822327502646395],[-72.58809390538036,41.82251150268924],[-72.58804390536588,41.82254350269701],[-72.58774890528085,41.822738502744116],[-72.58661590494664,41.82335450289933],[-72.58613490480487,41.82361750296551],[-72.58597390475738,41.82370550298765],[-72.58553190462722,41.82394950304893],[-72.58413190421504,41.824724503243395],[-72.58382190412144,41.82485550327861],[-72.58370190408493,41.82490150329132],[-72.58359890405369,41.82494250330255],[-72.58304490388224,41.82510350335138],[-72.58263190375328,41.825203503383925],[-72.58248990370898,41.82523850339523],[-72.58183590350194,41.82534750343722],[-72.58157890342,41.825380503451825],[-72.58137390335474,41.82540850346381],[-72.58095290322072,41.82546550348829],[-72.58012290295432,41.825540503529375],[-72.578996902593,41.82564350358531],[-72.57763390215477,41.82575350365022],[-72.5768049018883,41.825821503689895],[-72.57671890186066,41.82582850369401],[-72.57646190177796,41.82584850370611],[-72.5763769017507,41.825856503710376],[-72.57612890167104,41.825877503722374],[-72.57597890162279,41.825889503729485],[-72.57543190144698,41.8259345037557],[-72.57478790123974,41.82598350378579],[-72.57439090111205,41.82601450380449],[-72.57352490083345,41.82608150384516],[-72.5728369006118,41.82612950387645],[-72.57282990060953,41.826129503876686],[-72.57219490040346,41.82614750390049],[-72.57098390000637,41.826110503932135],[-72.56971589958951,41.82605250396155],[-72.56923389943081,41.82602650397196],[-72.56876389927672,41.82601250398432],[-72.56847389918318,41.82603050399707],[-72.56819589909422,41.82606050401177],[-72.56814289907756,41.82607150401559],[-72.56799689903175,41.82610350402645],[-72.56662789860565,41.826459504138995],[-72.56646189855397,41.82650250415262],[-72.56596389839892,41.82663150419345],[-72.56579789834724,41.82667450420707],[-72.56549389825308,41.8267615042336],[-72.56544189823703,41.82677750423836],[-72.56502089810309,41.82683650426323],[-72.56455389795205,41.82685850428243],[-72.56443689791423,41.82686450428733],[-72.56423889784936,41.826859504292706],[-72.56344889759056,41.82683950431414],[-72.56295489742874,41.826827504327625],[-72.56107889681617,41.82681550438537],[-72.56028989655856,41.826810504409664],[-72.56016689651838,41.8268095044134],[-72.55979889639819,41.82680650442462],[-72.55967689635833,41.82680550442832],[-72.55843089595136,41.826795504466276],[-72.55662689536221,41.82678250452149],[-72.55469589473292,41.82679150458504],[-72.55345089432716,41.826797504626036],[-72.55340389431184,41.82679750462754],[-72.5532648942665,41.82679750463198],[-72.55321889425151,41.826797504633454],[-72.55313389422389,41.82679950463657],[-72.55288089414184,41.826807504646204],[-72.55279689411466,41.82681150464966],[-72.55262289405677,41.826791504651375],[-72.55216789390555,41.82674250465646],[-72.55210189388345,41.82673250465665],[-72.55192989382591,41.82670750465733],[-72.5518468937981,41.82669450465747],[-72.5518228937901,41.82669150465767],[-72.55160189371567,41.82665050465682],[-72.55152089368846,41.82663650465671],[-72.55098689350793,41.82652550465236],[-72.55086989346839,41.826501504651475],[-72.55036289329651,41.82638750464568],[-72.54987889312937,41.8262255046299],[-72.54949989299506,41.826038504605926],[-72.54944289297475,41.826008504601965],[-72.54896189280328,41.82575350456811],[-72.54895589280115,41.825750504567736],[-72.54790389242514,41.82517550449039],[-72.5477478923694,41.82509050447895],[-72.54745089226161,41.82489950445158],[-72.54685289203996,41.824434504380946],[-72.54513689140084,41.82304550416765],[-72.5450428913659,41.82297050415619],[-72.544101891016,41.82221850404108],[-72.54399289097547,41.82213150402777],[-72.543668890855,41.82187250398813],[-72.54356189081517,41.821786503974955],[-72.54269089049026,41.82107250386495],[-72.54240789038515,41.82084850383074],[-72.5420228902436,41.82056850378899],[-72.5419768902267,41.820535503784086],[-72.54167489011935,41.82038050376383],[-72.54130088998684,41.82019650374024],[-72.54080288981669,41.8200615037301],[-72.54007488956518,41.81981550370588],[-72.53916388924755,41.81945650366569],[-72.53813488888672,41.819015503613436],[-72.53672388838993,41.81837550353495],[-72.53660088834559,41.8183015035246],[-72.53654988832723,41.81827150352044],[-72.53562488798892,41.81763050342622],[-72.53496888775112,41.81721350336667],[-72.53430888750593,41.81668950328657],[-72.53356288722881,41.8160975031961],[-72.53288488698523,41.81570450314187],[-72.53272188692782,41.81563050313279],[-72.5324228868234,41.81550950311897],[-72.53215188672952,41.8154135031091],[-72.53212788672124,41.81540550310831],[-72.53177388659995,41.81530350309993],[-72.53134488645289,41.815178503089506],[-72.53127788642989,41.815158503087794],[-72.53107788636136,41.81510050308298],[-72.53101188633873,41.81508150308141],[-72.53076388625412,41.815016503076784],[-72.53068488622722,41.814996503075456],[-72.53062788620777,41.81498150307437],[-72.52947588581506,41.81468450305383],[-72.52909288568449,41.814585503046956],[-72.52904988566966,41.81457150304561],[-72.52892088562537,41.8145325030422],[-72.52887888561094,41.81451950304104],[-72.52893488562839,41.814505503036536],[-72.52910288568096,41.81446650302364],[-72.52915988569882,41.814453503019315],[-72.52925188572831,41.81444450301465],[-72.53023788603427,41.8141705029302],[-72.53095888625882,41.81398450287127],[-72.53556488770376,41.812980502530145],[-72.53578988777394,41.81292450251215],[-72.53951888893752,41.81200250221488],[-72.55120289258315,41.80911550128373],[-72.55138289263928,41.809070501269275],[-72.5553388938738,41.80809750095481],[-72.55676189431746,41.80774050084036],[-72.55749289454532,41.80755650078142],[-72.55854989487489,41.80729150069643],[-72.56254389612002,41.80628850037494],[-72.5639568965605,41.80593350026113],[-72.56611189723232,41.80539250008769],[-72.56629289728848,41.805342500072236],[-72.56683989745834,41.80519350002596],[-72.56702189751489,41.80514450001066],[-72.56726589759045,41.80507449998934],[-72.56770589772678,41.80494949995111],[-72.56879589806667,41.80467749986369],[-72.5741358997318,41.80334549943549],[-72.57591690028721,41.8029024992929],[-72.57665090051717,41.80273849923773],[-72.5788539012076,41.80225049907294],[-72.579588901438,41.802088499018105],[-72.57977890149404,41.80198549899214],[-72.5803489016623,41.8016774989144],[-72.58053990171875,41.80157549888858],[-72.58114990190666,41.80138349883195],[-72.5829819024713,41.80081149866279],[-72.58348990262783,41.80065249861582]]]},"properties":{"name":4875,"geoid":"09003487500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.58589491475105,41.99778853651889],[-72.58576391473996,41.99833653662841],[-72.58537191470701,41.99998053695694],[-72.58524191469631,42.00052953706661],[-72.58522991469718,42.000612537082944],[-72.58519591470053,42.00086253713207],[-72.58518891470179,42.00092353714403],[-72.58518691470246,42.00094653714851],[-72.58512791473184,42.001787537312005],[-72.585112914747,42.00213453737916],[-72.58509591476424,42.00252853745541],[-72.58515191485385,42.00376153769052],[-72.58521491491342,42.004435537818],[-72.58536291501656,42.00538253799518],[-72.58540691504851,42.00568653805217],[-72.58557791517259,42.00686553827317],[-72.58567391524247,42.00753153839805],[-72.58596391545292,42.00953153877294],[-72.58606091552322,42.01019853889795],[-72.58617191560381,42.010964539041545],[-72.58618491561315,42.01105253905802],[-72.58644991580199,42.01281953938893],[-72.58651091584754,42.013262539472045],[-72.58661691592656,42.014029539615954],[-72.58637791585053,42.01406453963036],[-72.5863709158483,42.014065539630785],[-72.5860839157571,42.01410953964847],[-72.58577191565692,42.014139539664285],[-72.58562991561088,42.01414553967001],[-72.58538191553062,42.014158539680494],[-72.5848469153547,42.01413853969388],[-72.58423991515515,42.01411653970919],[-72.5832449148288,42.0140935397368],[-72.58304891476455,42.01408953974234],[-72.58271091465426,42.01409153975361],[-72.58257091460852,42.01409153975812],[-72.58215091447146,42.01409353977202],[-72.58201191442616,42.01409553977686],[-72.58168191431942,42.01411353979094],[-72.58149791426041,42.01413253980052],[-72.58090091406903,42.01419553983184],[-72.57996291376934,42.01431153988431],[-72.5794529136074,42.01439153991609],[-72.57919191352514,42.014443539934476],[-72.57840991327883,42.01460153998999],[-72.57814991319697,42.01465454000853],[-72.57779291308498,42.014734540035384],[-72.57672491274998,42.014974540115865],[-72.57636891263839,42.01505554014287],[-72.57583491247274,42.015207540189245],[-72.5757799124557,42.01522354019409],[-72.57503691222578,42.01544454026046],[-72.57435091201413,42.015659540323824],[-72.57402791191525,42.01577454035631],[-72.57375391183153,42.01587454038433],[-72.57345891174235,42.01599854041764],[-72.57325691168121,42.016082540440266],[-72.57313091164335,42.016139540455285],[-72.57215591135076,42.01658754057271],[-72.57183191125361,42.01673754061194],[-72.5716749112066,42.0168115406312],[-72.57120691106667,42.01703554068929],[-72.57105091102007,42.01711054070872],[-72.57024191078077,42.01754254081772],[-72.569694910619,42.01783554089159],[-72.56813391015767,42.01867554110315],[-72.56783491007108,42.018867541149646],[-72.5670649098483,42.01936454126987],[-72.56680390977286,42.01953454131092],[-72.56636790964708,42.019822541380265],[-72.56602690954905,42.0200535414356],[-72.56576990947521,42.02022854147748],[-72.56508590928436,42.02079254160782],[-72.56502290926686,42.02084554162003],[-72.56452590912242,42.02115554169555],[-72.56416090901568,42.02137154174877],[-72.56341090879101,42.0217235418405],[-72.56290690863821,42.02192854189608],[-72.56272890858467,42.022008541917174],[-72.56213890840756,42.02227854198801],[-72.56192890834537,42.022389542016064],[-72.56153090822748,42.022599542069216],[-72.56073990799337,42.02301954217532],[-72.5603449078749,42.02320254222316],[-72.56032690786937,42.0232085422249],[-72.56011690780532,42.02328754224682],[-72.55990190773889,42.02335354226641],[-72.56021290773823,42.02158554191685],[-72.5602969077382,42.021110541822914],[-72.56051890774407,42.01995754159431],[-72.56064590774744,42.01929854146364],[-72.56062490773017,42.01911854142975],[-72.56056990770081,42.01892154139368],[-72.56048790766275,42.018726541358866],[-72.55946990722198,42.0168555410322],[-72.55936790717854,42.01668054100186],[-72.55934290716321,42.01655654097883],[-72.55933490715822,42.01651554097122],[-72.55932690714214,42.01628254092671],[-72.55934290711112,42.01565554080576],[-72.55933490708496,42.01524854072785],[-72.55929990704554,42.01476454063599],[-72.55927490702756,42.01459454060413],[-72.55919990697367,42.014086540508956],[-72.55917590695609,42.01391754047726],[-72.55916590694339,42.013754540446264],[-72.5591369069057,42.013266540353456],[-72.5591279068934,42.01310454032262],[-72.55916490685536,42.01223754015487],[-72.55932090685859,42.01141153999117],[-72.5593409068557,42.01124853995922],[-72.55936090684513,42.01095253990169],[-72.55936890682317,42.0105275398198],[-72.55936790682127,42.01050053981464],[-72.55933590674759,42.009406539605486],[-72.55929690670904,42.00895953952084],[-72.5592259066169,42.00776653929391],[-72.55917290654699,42.006856539120776],[-72.55913790650781,42.006376539029674],[-72.5590329063905,42.004939538756936],[-72.5589989063517,42.00446053866599],[-72.55933390645195,42.00430153862465],[-72.56033890675268,42.0038245385007],[-72.56067390685291,42.00366553845938],[-72.56094390693366,42.0035365384259],[-72.56175590717658,42.00315053832563],[-72.56202690725772,42.00302253829232],[-72.5621359072902,42.00296853827845],[-72.56246690738901,42.00280753823687],[-72.56257690742189,42.00275453822314],[-72.56323590761887,42.002438538141234],[-72.56521590821092,42.00149153789561],[-72.56587590840829,42.00117653781386],[-72.56612690848398,42.001067537784834],[-72.5665099085996,42.00090353774101],[-72.56689590871846,42.000778537704576],[-72.56715790879925,42.00069553768021],[-72.56733590885541,42.00066153766795],[-72.56786990902407,42.00056153763157],[-72.56804890908062,42.00052853761947],[-72.56810390909796,42.000517537615586],[-72.5682709091507,42.00048653760426],[-72.56832690916842,42.000476537600534],[-72.56860690925659,42.00041953758058],[-72.56944990952228,42.000252537521376],[-72.56973090961088,42.000197537501776],[-72.56990090966423,42.000159537489],[-72.57021690976352,42.00009153746578],[-72.57041290982515,42.00005053745159],[-72.57058390987905,42.000016537439556],[-72.57111491004576,41.99990053740021],[-72.57113891005332,41.99989553739846],[-72.57153491017763,41.99980853736901],[-72.57159691019692,41.999791537363755],[-72.5726249105161,41.999504537275534],[-72.57269291053699,41.999481537268935],[-72.5732099106959,41.99930953721925],[-72.5734849107785,41.99918453718637],[-72.5743129110273,41.998810537087884],[-72.5745889111103,41.99868653705517],[-72.57519991129969,41.9985105370017],[-72.57520191130028,41.99850953700145],[-72.57563791143748,41.998419536970125],[-72.57669191177452,41.9982945369122],[-72.57709891190605,41.9982705368945],[-72.57773591211196,41.9982335368669],[-72.57792791217382,41.99821853685784],[-72.57850791236066,41.99817353683054],[-72.57870091242289,41.99815953682165],[-72.57884691247011,41.998151536815406],[-72.57928591261233,41.99813153679743],[-72.57943291266,41.99812553679156],[-72.58104291318162,41.99805253672574],[-72.58299691381403,41.99795253664365],[-72.58376491406267,41.997914536611646],[-72.5838379140871,41.99792453661121],[-72.58483591440957,41.99786453656756],[-72.5850469144775,41.99784753655752],[-72.58540991459438,41.997818536540265],[-72.58568291468266,41.997803536528586],[-72.58569291468594,41.99780353652825],[-72.58589491475105,41.99778853651889]]]},"properties":{"name":4804,"geoid":"09003480400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.55444590201185,41.9550115293042],[-72.55452390203503,41.954971529294006],[-72.55673890269212,41.95382352900203],[-72.55747890291732,41.95353852892344],[-72.5579799030737,41.9534135288833],[-72.5584959032381,41.95334252885308],[-72.55920090346675,41.95331552882524],[-72.5597519036433,41.953257528796385],[-72.56021590379078,41.95318752876803],[-72.56086990400225,41.9531515287401],[-72.56093090402204,41.95314952873776],[-72.56152690421561,41.95313152871516],[-72.56196090435765,41.95313752870238],[-72.56220990444051,41.95316452869958],[-72.56246190452676,41.95323352870476],[-72.5630249047239,41.95346452873113],[-72.56320190478587,41.95353752873951],[-72.56365790494988,41.95379952877527],[-72.56392190504346,41.953927528791425],[-72.56471390532418,41.95431152883986],[-72.56497890541813,41.954440528856175],[-72.56519990549687,41.954554528871014],[-72.56586290573306,41.95489652891551],[-72.56608390581184,41.95501152893055],[-72.56660690599817,41.955281528965685],[-72.56733490625761,41.95565852901485],[-72.56817590655722,41.95609252907133],[-72.56869990674393,41.95636352910663],[-72.56904090686542,41.95653952912954],[-72.57006390722994,41.95706852919845],[-72.57040590735181,41.957245529221524],[-72.57101490756881,41.95756052926256],[-72.57113290761113,41.95762652927145],[-72.57115590762932,41.95781152930631],[-72.57232990805832,41.95860352942094],[-72.57236890805981,41.95840852938221],[-72.57273790819686,41.95869552942554],[-72.57397290864887,41.959541529548616],[-72.57463790889156,41.959984529612456],[-72.57651190957873,41.961289529803274],[-72.57704490977353,41.961649529855386],[-72.57742590991276,41.961906529892566],[-72.57859491034621,41.96280353002754],[-72.57910591053573,41.963196530086705],[-72.57982491080104,41.963725530165334],[-72.5806389111013,41.9643235302542],[-72.58113791128658,41.96471053031259],[-72.58195191158973,41.96535753041086],[-72.58265191185038,41.96591353049529],[-72.58366991222941,41.966721530617974],[-72.58501091272875,41.96778653077967],[-72.58584591303898,41.96843753087801],[-72.58673391336946,41.96913953098444],[-72.58703091348008,41.96937553102029],[-72.58776591375222,41.969932531103765],[-72.58787391379218,41.97001353111588],[-72.58811491388136,41.970195531143126],[-72.58819191391055,41.97026553115411],[-72.58829191394852,41.97035753116858],[-72.58798391389703,41.971207531341946],[-72.58789291388385,41.97149353139988],[-72.58778591386866,41.971835531469075],[-72.58767291385618,41.97225853155404],[-72.58754391384913,41.97286553167493],[-72.58744691384778,41.97339053177899],[-72.58735391386332,41.97418553193486],[-72.58731491388826,41.97483753206148],[-72.58731791390119,41.97504453210118],[-72.58732791393214,41.97552353219296],[-72.58735991398444,41.97624853233132],[-72.58713291390964,41.97623653233632],[-72.58676491378769,41.97620553234219],[-72.58640191366821,41.97618953235079],[-72.58352591272202,41.97606753241984],[-72.58275291246777,41.976035532438544],[-72.58256791240713,41.97603153244371],[-72.58232991232907,41.97602553245022],[-72.58161891209595,41.97600953247001],[-72.58138191201827,41.976004532476665],[-72.5809849118883,41.975998532488276],[-72.58001391157039,41.97598453251681],[-72.57979491149888,41.97598453252385],[-72.57939891136964,41.97598553253678],[-72.57742991072676,41.97598753260046],[-72.57690991055853,41.976014532622386],[-72.57648391042346,41.976084532649544],[-72.57594391025577,41.97623453269573],[-72.57541191009331,41.97642953275034],[-72.57505990998806,41.97659753279395],[-72.57506090998861,41.976601532794696],[-72.5749689099598,41.97662253280168],[-72.57493190994948,41.97665353280883],[-72.57462090985487,41.97677353284192],[-72.57422590973233,41.97688553287614],[-72.57377190958869,41.9769655329061],[-72.57323090941475,41.97701253293255],[-72.57264090922294,41.97702753295439],[-72.5719929090097,41.97699953296983],[-72.57133090878989,41.976936532979],[-72.57091590865194,41.97689453298427],[-72.57045590850039,41.97687153299463],[-72.57007690837666,41.976872533007004],[-72.56981990829287,41.976874533015646],[-72.56971490825869,41.9768765330194],[-72.5692069080951,41.97691653304341],[-72.56905390804623,41.97693553305198],[-72.5687999079652,41.97696853306648],[-72.56853690788132,41.97700353308168],[-72.56839290783546,41.97702353309016],[-72.5679479076951,41.97710953312098],[-72.56775790763565,41.977154533135746],[-72.56750090755537,41.977217533156114],[-72.56723490747333,41.977301533180814],[-72.56705990741942,41.97735753319721],[-72.56644890723281,41.977581533259915],[-72.56618790715318,41.97767853328695],[-72.56599390709536,41.97777453331165],[-72.56541590692322,41.9780625333856],[-72.56522290686578,41.97815953341044],[-72.56503490681045,41.97826453343668],[-72.56447090664469,41.97858353351613],[-72.56428390658972,41.97868953354253],[-72.56321390627964,41.97937153370804],[-72.5621769059756,41.97997153385672],[-72.56201790592864,41.98005753387838],[-72.56132390572029,41.98037453396163],[-72.56072290553878,41.980630534030134],[-72.5597579052441,41.98098553412941],[-72.55839490482447,41.98142753425817],[-72.55674990431906,41.98197953441716],[-72.555609903967,41.982330534521246],[-72.55425690354728,41.98271453463855],[-72.55391290344046,41.982810534668054],[-72.55288090312021,41.98310153475713],[-72.55253790301377,41.98319853478681],[-72.5524649029803,41.98303153475704],[-72.55224690288031,41.98253253466811],[-72.55217490284721,41.9823665346385],[-72.55188890271607,41.98171253452195],[-72.55184690269844,41.98164453451022],[-72.55182190268796,41.981604534503326],[-72.5518009026792,41.981571534497654],[-72.55171190265129,41.981591534504375],[-72.55163890262709,41.981585534505555],[-72.5514379025475,41.98134353446548],[-72.55080390220517,41.97899853403493],[-72.55005690180226,41.97624253352895],[-72.55023290185623,41.97618153351158],[-72.55054590194352,41.975922533451715],[-72.55090390203159,41.97542253334407],[-72.55097290203945,41.97516753329281],[-72.55081290198125,41.97506453327815],[-72.55029390181964,41.97520153332115],[-72.55017190177253,41.975075533300846],[-72.55043090183798,41.97474353322868],[-72.55049990184777,41.974522533183986],[-72.55071390191634,41.974499533172676],[-72.55083590197071,41.974751533217216],[-72.55103390203733,41.97478553321739],[-72.5514379021684,41.974770533201536],[-72.55156790221108,41.97477453319812],[-72.55159890222076,41.97476653319561],[-72.55165190223852,41.97477453319542],[-72.55178190228028,41.974762533188944],[-72.55175890225917,41.97452653314431],[-72.55146090214511,41.97423653309811],[-72.55150690215687,41.974179533085675],[-72.55168290219912,41.973915533029256],[-72.55203290231567,41.97395453302551],[-72.55208690232472,41.97380553299512],[-72.55210990231089,41.97343553292322],[-72.55220890234251,41.973423532917735],[-72.55238390240653,41.97354253293501],[-72.55261290249338,41.973751532967846],[-72.55293390260547,41.97387753298178],[-72.55316290270426,41.97429353305442],[-72.55317990270993,41.974295533054246],[-72.55328490274493,41.97430853305338],[-72.5533859027725,41.97421453303207],[-72.55353590279724,41.97379353294629],[-72.55345290275454,41.97352353289702],[-72.55313190264003,41.973355532875026],[-72.55265090248554,41.973400532899134],[-72.55242990240681,41.973286532884295],[-72.55250590242154,41.973111532848215],[-72.55252190242652,41.97310753284692],[-72.55251390242299,41.9730915328441],[-72.55254490242874,41.9730155328285],[-72.55267390246492,41.972912532804536],[-72.55300190256415,41.97277553276765],[-72.55299490254185,41.97242853270115],[-72.55271990242828,41.97201653263075],[-72.55278890243716,41.97177953258294],[-72.55310690252145,41.97144053250754],[-72.55336890259974,41.9713145324749],[-72.55406290282109,41.971222532434915],[-72.55432990288693,41.97085253235518],[-72.55423090284077,41.9706125323122],[-72.55361990262759,41.97037553228623],[-72.55336890253817,41.97024653226949],[-72.55339190253905,41.97013153224663],[-72.55344490255065,41.97003253222588],[-72.55351390257054,41.969986532214826],[-72.55395390271487,41.96999753220282],[-72.55448990289676,41.9701165322085],[-72.55478790299009,41.97004753218566],[-72.55478790298218,41.969910532159304],[-72.55458890290933,41.96977353213934],[-72.55407090273619,41.96970453214271],[-72.55419990276908,41.96954453210779],[-72.55451290286358,41.96941053207196],[-72.55461190287237,41.96900253199032],[-72.55453590283832,41.96884253196199],[-72.5543379027774,41.96890753198084],[-72.55400190267997,41.96912053203259],[-72.55342190247806,41.96890353200948],[-72.55344490245783,41.968422531916225],[-72.55401690263368,41.968232531861325],[-72.5540089026227,41.96808753183369],[-72.55399390261601,41.96805653182821],[-72.55400890261983,41.96803753182408],[-72.55400190260721,41.96785853178987],[-72.55400890260046,41.967701531759445],[-72.55416190265063,41.967705531755314],[-72.55452090277538,41.96783553176878],[-72.55479490287955,41.968090531809025],[-72.55535090305983,41.96806853178695],[-72.55542890307713,41.96792653175713],[-72.55523790299716,41.96762153170461],[-72.55495590288618,41.967293531650576],[-72.55502390290205,41.96718353162722],[-72.55533690300402,41.96717953161641],[-72.55591690319649,41.96723253160798],[-72.5561149032442,41.966938531545054],[-72.55645090334117,41.96671753149177],[-72.55638990330499,41.96643553143949],[-72.55616890322847,41.96635953143197],[-72.55614590322112,41.96636253143327],[-72.55613790321765,41.96634753143064],[-72.55593190314599,41.966271531422656],[-72.55580990311076,41.96635153144194],[-72.55579490312235,41.96663753149744],[-72.55553490303589,41.9666105315006],[-72.55546690300163,41.96640153146258],[-72.55555790302425,41.96627853143601],[-72.5557569030719,41.96597753137171],[-72.55569590303791,41.965733531326755],[-72.5559849031305,41.96570253131151],[-72.55647390329175,41.96572953130099],[-72.5567479033731,41.96558853126508],[-72.55687790340583,41.965420531228595],[-72.55697690341222,41.96497053113886],[-72.5574429035576,41.964852531101194],[-72.55793890371605,41.96479153107354],[-72.55829690382038,41.96457353102011],[-72.55849590387459,41.96438653097773],[-72.55908290404626,41.96403953089216],[-72.55965490422382,41.963879530843],[-72.55983790426734,41.963597530782884],[-72.55974690421932,41.96328053072482],[-72.55966990419044,41.963215530714805],[-72.55948690411465,41.96293753066719],[-72.55960890414941,41.96284953064635],[-72.55975390419943,41.962895530650535],[-72.5602579043776,41.963131530679746],[-72.56042590442455,41.962994530648],[-72.56041790440962,41.962780530607105],[-72.56005990426303,41.962265530519524],[-72.56018190428668,41.96198453046156],[-72.56034990430585,41.96136553033709],[-72.56018190423714,41.961125530296314],[-72.55992990415284,41.96109053029767],[-72.55933490396409,41.96118653033524],[-72.55934990397446,41.96128153035304],[-72.55975390412046,41.96152553038699],[-72.55970890411568,41.96169753042153],[-72.55946490404568,41.96186553046168],[-72.5593269039938,41.961747530443425],[-72.55885390380413,41.96113653034106],[-72.55837390362124,41.96068253026914],[-72.55848990365,41.96052453023503],[-72.55874690372288,41.96033253018983],[-72.55875790371884,41.96020053016409],[-72.55811190349834,41.960034530152896],[-72.55811990347179,41.95952853005528],[-72.55751990322638,41.958669529909294],[-72.55724990311037,41.958186529825035],[-72.55672690293504,41.95810752982664],[-72.55615090270646,41.95740452970988],[-72.55596690263312,41.95717452967155],[-72.5559899026321,41.957026529642334],[-72.5561409026401,41.95630952949953],[-72.55594190255142,41.95589852942685],[-72.55556890241616,41.9556645293938],[-72.55541490237192,41.955769529418944],[-72.55539190237731,41.95599352946278],[-72.55515190230685,41.956130529496846],[-72.55490490222043,41.95603052948553],[-72.55486690220715,41.956015529483864],[-72.55482890218944,41.95592352946739],[-72.55479390217295,41.95583552945158],[-72.55477890216592,41.955798529444955],[-72.55493290220548,41.95561252940422],[-72.55506690224516,41.955541529386224],[-72.5551399022566,41.95532652934252],[-72.5549059021624,41.95501752929058],[-72.55444590201185,41.9550115293042]]]},"properties":{"name":4811,"geoid":"09003481100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.59379591690966,41.99049553486302],[-72.59743691809794,41.99048253474332],[-72.5977539182021,41.99049353473523],[-72.59922791868196,41.990467534682786],[-72.5999879189269,41.990411534647556],[-72.60078491918132,41.990310534602486],[-72.60099491924794,41.990276534589185],[-72.6011259192895,41.99025553458094],[-72.60160591944087,41.9901625345476],[-72.60199991956507,41.990085534520134],[-72.60318491993881,41.989856534437955],[-72.6034399200193,41.98980853442052],[-72.60357992006334,41.98977953441044],[-72.60436992043151,41.991683534750926],[-72.60523492083445,41.99376553512317],[-72.60674192153694,41.99739953577296],[-72.60688892160532,41.99775153583587],[-72.6071569217302,41.99839653595117],[-72.60742492185506,41.999041536066464],[-72.60747892188029,41.9991725360899],[-72.60753392190588,41.9993045361135],[-72.60744892190128,41.999704536193086],[-72.60736292189631,42.00010353627251],[-72.60725092189,42.00062653637661],[-72.60700192187811,42.001825536614994],[-72.60639092184898,42.004768537200114],[-72.60564892181365,42.0083425379106],[-72.605429921803,42.009393538119554],[-72.60490592177801,42.01191653862109],[-72.60447592163588,42.01188753862935],[-72.60318892121047,42.01180053865411],[-72.60275992106872,42.01177253866255],[-72.60262492102393,42.011760538664596],[-72.60249992098085,42.011721538661135],[-72.60231592091739,42.01166353865593],[-72.6017949207398,42.01153553864812],[-72.6017289207175,42.01152253864774],[-72.60146892062969,42.01147253864651],[-72.60116792052803,42.01141453864509],[-72.60112592051343,42.011399538643545],[-72.6009559204546,42.01134253863806],[-72.60091692044179,42.01134153863914],[-72.60091692044678,42.01142753865566],[-72.60086792043256,42.01145853866319],[-72.60080092040984,42.01144353866246],[-72.60067592036258,42.01133253864516],[-72.600530920309,42.01122553862928],[-72.6003869202595,42.01118253862567],[-72.60026392021965,42.011188538630776],[-72.60015392018413,42.01119553863567],[-72.60004892014892,42.01117953863597],[-72.59992292010527,42.011136538631774],[-72.59992292010214,42.0110825386214],[-72.59994192010498,42.01102453860966],[-72.60012592015751,42.01089353857856],[-72.60014492016214,42.01086653857276],[-72.60017392016825,42.0108085385607],[-72.60017792016191,42.010676538535215],[-72.60018392015485,42.01052053850504],[-72.6001359201373,42.01048853850045],[-72.60002992010145,42.01046753849982],[-72.59992392006389,42.01041653849342],[-72.59987592004163,42.010302538473084],[-72.59986592003158,42.01018553845093],[-72.59984692002247,42.01013553844194],[-72.59977891999858,42.01010653843855],[-72.59960591994214,42.01010753844433],[-72.59954791992105,42.01007053843908],[-72.59949991989905,42.00996153841969],[-72.59948991988327,42.009745538378525],[-72.5994709198739,42.00969053836856],[-72.59937491983617,42.00958053835053],[-72.59927791980125,42.009524538342895],[-72.59926991979823,42.00951753834181],[-72.5991529197548,42.009427538328296],[-72.59915291975115,42.0093645383162],[-72.59925891978038,42.009271538294925],[-72.59926891977976,42.00920453828171],[-72.59923991976926,42.009186538279195],[-72.59912491973066,42.00916853827944],[-72.59908791971823,42.009162538279476],[-72.59906591971087,42.00915953827961],[-72.59902791969554,42.009109538271225],[-72.59902091969175,42.00908353826645],[-72.59901291968707,42.00904753825979],[-72.59897991966835,42.00891053823455],[-72.59896091965324,42.00875653820557],[-72.59891291963385,42.00869253819482],[-72.59891291963228,42.008665538189646],[-72.59889391962525,42.00865153818755],[-72.59889291962078,42.008579538173755],[-72.59897091964324,42.00852753816126],[-72.59905791966708,42.00844853814329],[-72.5990579196475,42.008110538078355],[-72.59907791965014,42.00804353806485],[-72.59910691965702,42.00799853805526],[-72.59914591966356,42.00789153803345],[-72.59912591964871,42.007747538006434],[-72.5990589196215,42.007655537990914],[-72.5989239195715,42.00755353797568],[-72.5988809195571,42.007547537975896],[-72.59880791953267,42.00753753797633],[-72.59862491947297,42.00753853798241],[-72.59840291940255,42.00757453799647],[-72.59786191922885,42.00762653802389],[-72.59750491911232,42.00762753803558],[-72.59742791908577,42.00760353803346],[-72.59741791907989,42.00755853802514],[-72.59736991906365,42.00754853802475],[-72.5973219190453,42.00750253801746],[-72.59730291903621,42.00745253800848],[-72.5972739190246,42.00741553800229],[-72.59723491900635,42.00732053798531],[-72.59713991896011,42.007057537937825],[-72.59702391890883,42.00682653789718],[-72.59700391890168,42.00681553789572],[-72.59697491888826,42.006747537883584],[-72.59685191883679,42.00655253785009],[-72.59683091882931,42.006541537848655],[-72.5968219188253,42.00652353784549],[-72.59669591878115,42.006471537839545],[-72.5966769187757,42.00648453784267],[-72.5960579185806,42.00660653788603],[-72.5951509182968,42.006821537956554],[-72.59435891804749,42.00698353801317],[-72.59432991803837,42.006989538015254],[-72.59410791797002,42.00706153803624],[-72.59394391792144,42.007147538058035],[-72.59377891787311,42.007243538081795],[-72.59367291784463,42.007349538105565],[-72.59360491782543,42.007401538117755],[-72.59302591766404,42.00788053822843],[-72.59291791763292,42.00795253824572],[-72.5928199175869,42.00771053820239],[-72.59281491758446,42.00769653819985],[-72.59273991754556,42.00744753815444],[-72.59261291747531,42.00695053806304],[-72.59260191746876,42.0068995380536],[-72.5925459174349,42.00663053800373],[-72.59253191742008,42.006453537970174],[-72.59249191737634,42.00592353786963],[-72.59247891736192,42.00574753783624],[-72.59249591735365,42.00550853778978],[-72.59254891732961,42.00479453765089],[-72.59256691732178,42.00455753760479],[-72.59258291731942,42.00442653757911],[-72.59259691731775,42.00431853755789],[-72.59266591732437,42.00404353750283],[-72.59269791732748,42.003916537477416],[-72.59277791733676,42.00362553741893],[-72.59278591733786,42.00359953741367],[-72.59287991735317,42.00333353735954],[-72.59309591739178,42.002781537246534],[-72.59320691741183,42.00250153718914],[-72.59342091744851,42.00192753707197],[-72.59382291751743,42.0008495368519],[-72.59411691757236,42.00013953670601],[-72.59419291758468,41.99992353666207],[-72.59425491758728,41.99961853660146],[-72.59431491757378,41.99904653648962],[-72.59433391755731,41.99865453641369],[-72.59436391755854,41.998506536384276],[-72.5943649175502,41.99835653635542],[-72.59437091752855,41.99794853627683],[-72.59440891751255,41.99745753618125],[-72.59443291750308,41.99715853612302],[-72.59443591749897,41.99707053610602],[-72.59444491748815,41.99683253605999],[-72.59444491748671,41.99680753605519],[-72.59444691748554,41.99677653604916],[-72.59444891748299,41.99672053603833],[-72.59444991748173,41.99669353603311],[-72.59445091748103,41.996675536029635],[-72.59445291747814,41.99661453601783],[-72.59445391747697,41.99658853601282],[-72.59442591745261,41.996325535963166],[-72.59434491738068,41.995539535814736],[-72.59431791735672,41.995277535765254],[-72.59430291734371,41.99513753573882],[-72.59425791730472,41.994717535659575],[-72.5942439172921,41.9945785356333],[-72.59422391727442,41.994385535596855],[-72.59416591722204,41.99380753548765],[-72.59414691720472,41.993615535451355],[-72.59413291719352,41.99350053542971],[-72.59409291716055,41.99315653536489],[-72.5940799171497,41.99304253534339],[-72.59405891713352,41.99288153531314],[-72.59399891708605,41.99239953522243],[-72.59397891707026,41.992239535192304],[-72.59397391706575,41.99218953518288],[-72.59396191705315,41.99203953515442],[-72.59395791704902,41.99199053514515],[-72.59394091703405,41.99182753511437],[-72.5938899169891,41.99133853502202],[-72.5938739169745,41.99117653499139],[-72.59385791696135,41.99103953496559],[-72.59381091692241,41.99063153488867],[-72.59379591690966,41.99049553486302]]]},"properties":{"name":4806,"geoid":"09003480600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.60703392026727,41.97380453122832],[-72.60673192025124,41.975232531512596],[-72.60668292024887,41.97546853155954],[-72.60582692020355,41.97951853236573],[-72.60552592018792,41.980947532650134],[-72.60551892018736,41.98097753265611],[-72.60549892018622,41.981070532674636],[-72.60549292018605,41.981101532680796],[-72.60510992016134,41.982836533026656],[-72.60471292013592,41.98463853338581],[-72.60396192008767,41.988043534064474],[-72.60393392008615,41.98817553409075],[-72.60381792007853,41.988698534195],[-72.60370292007117,41.989220534299015],[-72.60364092006714,41.989500534354846],[-72.60357992006334,41.98977953441044],[-72.6034399200193,41.98980853442052],[-72.60318491993881,41.989856534437955],[-72.60199991956507,41.990085534520134],[-72.60160591944087,41.9901625345476],[-72.6011259192895,41.99025553458094],[-72.60099491924794,41.990276534589185],[-72.60078491918132,41.990310534602486],[-72.5999879189269,41.990411534647556],[-72.59922791868196,41.990467534682786],[-72.5977539182021,41.99049353473523],[-72.59743691809794,41.99048253474332],[-72.59379591690966,41.99049553486302],[-72.59330291674847,41.990492534878314],[-72.59182691626604,41.990485534924474],[-72.59133491610527,41.99048353493992],[-72.59124591607613,41.9904825349426],[-72.5909799159891,41.99047953495058],[-72.5908919159603,41.99047853495322],[-72.59027191575615,41.9904495349676],[-72.58841291514418,41.99036553501127],[-72.5883449151218,41.99036253501287],[-72.58779391494086,41.99034553502735],[-72.58800591496379,41.98954453486657],[-72.58801891496485,41.989489534855586],[-72.588217914984,41.98869653469676],[-72.58836191499216,41.98802453456297],[-72.58848391499393,41.98736553443235],[-72.58853491498306,41.98688953433923],[-72.58862991496328,41.9860105341672],[-72.5886359149576,41.985878534141655],[-72.58862691494593,41.985727534112904],[-72.58863591491814,41.985195534010344],[-72.58855591483324,41.98417853381742],[-72.58853691481922,41.984043533792075],[-72.58840291472067,41.98309553361417],[-72.58804291446201,41.98065353315628],[-72.58791691437733,41.97990053301556],[-72.58764891419142,41.97819753269676],[-72.58756591413353,41.97766453259696],[-72.58735991398444,41.97624853233132],[-72.58732791393214,41.97552353219296],[-72.58731791390119,41.97504453210118],[-72.58731491388826,41.97483753206148],[-72.58735391386332,41.97418553193486],[-72.58744691384778,41.97339053177899],[-72.58754391384913,41.97286553167493],[-72.58767291385618,41.97225853155404],[-72.58778591386866,41.971835531469075],[-72.58789291388385,41.97149353139988],[-72.58798391389703,41.971207531341946],[-72.58829191394852,41.97035753116858],[-72.58862891407519,41.97064553121312],[-72.589008914217,41.97095253125994],[-72.58913091426255,41.971051531275066],[-72.58962391444479,41.97141953132997],[-72.58983891452162,41.97153453134516],[-72.59013191462326,41.97163753135554],[-72.59034691469627,41.97168653135805],[-72.59052491475613,41.971716531358105],[-72.59158791511074,41.9718465313489],[-72.59251391541969,41.97196053134102],[-72.59247491542278,41.97223453139498],[-72.59235991543272,41.973056531556736],[-72.59232191543622,41.97333153161083],[-72.59273291557255,41.97336853160472],[-72.59284691561041,41.97337953160318],[-72.59396191598245,41.97351753159384],[-72.59437191611927,41.973568531590466],[-72.59460091619566,41.97359653158848],[-72.59528791642485,41.97368053158251],[-72.5955169165013,41.97370953158073],[-72.59583991660931,41.973753531578794],[-72.59681091693398,41.973885531572925],[-72.59713491704233,41.97392953157096],[-72.5975219171714,41.973976531567544],[-72.59868491755927,41.97411753155723],[-72.59907291768876,41.974165531553965],[-72.59929591776311,41.97419253155199],[-72.6001079180338,41.97428853154431],[-72.60172191857197,41.97448153152947],[-72.60317991905862,41.974664531517725],[-72.60321491907027,41.97466853151739],[-72.6039309193097,41.97476653151317],[-72.60420491939952,41.9747725315055],[-72.60425091941386,41.974760531501715],[-72.60431491942175,41.97453553145639],[-72.60451091944684,41.973862531320684],[-72.60457691945544,41.973638531275505],[-72.60467691948897,41.97365353127516],[-72.60497691958962,41.97370053127453],[-72.6050769196232,41.97371653127439],[-72.60513091964062,41.973712531271886],[-72.60529391969337,41.973704531265106],[-72.60534891971113,41.97370153126276],[-72.60568591982233,41.97372153125575],[-72.60611091996262,41.97374753124707],[-72.60669692015603,41.97378353123511],[-72.60687192021379,41.973794531231604],[-72.60695292024053,41.97379953122995],[-72.60703392026727,41.97380453122832]]]},"properties":{"name":4807,"geoid":"09003480700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.76234695667718,41.72686247860695],[-72.76234195667257,41.72681047859704],[-72.76227295661195,41.72614647847087],[-72.76226095659449,41.72591047842561],[-72.76225395658435,41.72577347839935],[-72.76224895651451,41.724586478169954],[-72.76223795633058,41.72144647756301],[-72.76220795623246,41.71990847726652],[-72.7622049562201,41.71971047722832],[-72.7621799561338,41.71834947696587],[-72.7622139561154,41.71783647686556],[-72.76223495610479,41.71753247680606],[-72.7620469559734,41.71631047657576],[-72.76196995591921,41.71580347648017],[-72.76225595600992,41.71576147646282],[-72.76311595628283,41.71563747641112],[-72.76340295637392,41.71559647639392],[-72.7636629564558,41.71554847637624],[-72.76444495670228,41.715406476323594],[-72.76470595678455,41.71535947630607],[-72.76531195697768,41.71528647627241],[-72.76609395722603,41.71517747622611],[-72.76688895747861,41.71506847617941],[-72.76720795758001,41.7150254761608],[-72.77027395856231,41.714747476008164],[-72.77028295856523,41.71474747600788],[-72.77166895900925,41.714621475938806],[-72.7729739594227,41.71442247585823],[-72.77422395981877,41.714232475781166],[-72.77523096013783,41.71407947571908],[-72.77621596044992,41.713929475658304],[-72.77688996066355,41.713828475617014],[-72.7772189607678,41.713778475596726],[-72.77819596107739,41.713630475536604],[-72.77837996113585,41.71360547552582],[-72.77893496131234,41.71353247549379],[-72.7791199613712,41.71350847548318],[-72.7795609615107,41.713437475455216],[-72.78050996181098,41.7132864753954],[-72.78088596192973,41.713222475370884],[-72.78132796206937,41.713148475342315],[-72.78278196252764,41.712885475244526],[-72.7829929625942,41.712848475230565],[-72.78633696353488,41.71027347462455],[-72.78740296383475,41.70945247443132],[-72.78750696386412,41.70937447441289],[-72.78826596407782,41.70879347427599],[-72.78974996449566,41.70765747400834],[-72.79198596512494,41.70594147360419],[-72.79219896518502,41.70578047356617],[-72.79260496530856,41.70563047352407],[-72.79290596539579,41.70544347347816],[-72.79316896546952,41.70523647342963],[-72.79364996560622,41.704890473347156],[-72.79402896571872,41.70470147329837],[-72.79413596574994,41.704638473282735],[-72.79436296581632,41.704507473250054],[-72.79511696603272,41.70400247312802],[-72.79550396614279,41.70372547306193],[-72.79595096627001,41.70340747298597],[-72.79607096631604,41.703528473005505],[-72.79643496645205,41.70383347305277],[-72.79705396668338,41.70435247313321],[-72.79791596700612,41.70508547324718],[-72.79826996713865,41.705386473294],[-72.79841196719144,41.705500473311474],[-72.7984409672022,41.70552347331498],[-72.79851896723117,41.705585473324454],[-72.79852796723448,41.7055924733255],[-72.79855796724566,41.705616473329194],[-72.79866396728491,41.70569947334184],[-72.79883796734931,41.70583447336232],[-72.79899796740675,41.705927473375155],[-72.79911596744907,41.7059954733845],[-72.79928596750958,41.70608547339643],[-72.79940096755054,41.70614647340451],[-72.79970396765664,41.70627647341988],[-72.79981696769572,41.706316473423975],[-72.79999896775877,41.706382473430864],[-72.80007396778454,41.706406473433084],[-72.80046896791912,41.706510473440446],[-72.80059896796344,41.70654547344302],[-72.8011379681463,41.70667447345058],[-72.80189496840269,41.7068474734596],[-72.80197896843119,41.70686747346076],[-72.80237596856439,41.70693647346129],[-72.80291896874718,41.70704147346406],[-72.80370396901066,41.707179473465416],[-72.80404796913126,41.70732947348332],[-72.8040599691336,41.707302473477725],[-72.8040809691377,41.70725447346775],[-72.8041709691682,41.7072754734689],[-72.80425896919752,41.707287473468384],[-72.8047579693675,41.70741847347761],[-72.80531696955934,41.70759047349283],[-72.80601696980447,41.70789047352826],[-72.80653096998904,41.70819047356969],[-72.80676197007338,41.708349473592996],[-72.80745197033981,41.70907647371134],[-72.80928497105627,41.711158474054855],[-72.8092809710551,41.71116047405537],[-72.80903597098305,41.7112944740892],[-72.80909797100847,41.711385474104794],[-72.8091079710215,41.71155547413735],[-72.80873997095978,41.7125644743444],[-72.8087229709569,41.71261047435385],[-72.80818297086314,41.71403647464711],[-72.80795497082373,41.71464147477148],[-72.80778297079382,41.71509447486465],[-72.80726797070452,41.7164564751447],[-72.80709697067499,41.716910475238016],[-72.80708297067157,41.71693047524234],[-72.80558597040418,41.720752476029865],[-72.80514097032342,41.72186647625965],[-72.80469997024352,41.72297247648777],[-72.80463297023125,41.72313847652203],[-72.8044969702065,41.723477476591974],[-72.80442297019133,41.723632476624346],[-72.80441297018935,41.723654476628916],[-72.80435397017835,41.72379747665847],[-72.80426597016174,41.724006476701724],[-72.80419197014703,41.72416947673564],[-72.80393397009642,41.724749476856125],[-72.80377397006136,41.725045476918524],[-72.8036359700276,41.7252394769605],[-72.80362997002594,41.725244476961656],[-72.80343896997383,41.72541947700167],[-72.80331696993882,41.72550147702147],[-72.80321996991098,41.725566477037155],[-72.80296396983614,41.72571447707405],[-72.80295396983331,41.72572147707573],[-72.80184296950122,41.72623647721121],[-72.80146896938949,41.72641047725693],[-72.80171696948457,41.72665947729704],[-72.80199596959163,41.726941477342564],[-72.80231596971038,41.727194477381154],[-72.802522969786,41.727337477402116],[-72.80258996981051,41.72738447740904],[-72.8028379698976,41.72749447742229],[-72.80274196987361,41.727620477449754],[-72.80245996980338,41.727995477531366],[-72.80210796971572,41.72846347763323],[-72.80165996960082,41.72900147775171],[-72.80123896948828,41.72942747784768],[-72.80115396946562,41.729514477867255],[-72.80076396935718,41.7298364779421],[-72.80036496924603,41.73016247801802],[-72.79987996911109,41.730561478110836],[-72.79976496907922,41.73065847813329],[-72.79940596897988,41.730963478203876],[-72.79917696891604,41.73114947824722],[-72.79877896880522,41.731475478323105],[-72.79848896872882,41.731788478392986],[-72.79845696872042,41.73182347840079],[-72.7980729686225,41.732294478504244],[-72.79768696852514,41.73278647861184],[-72.79742396845886,41.733122478685296],[-72.79734396843862,41.7332234787074],[-72.79710496837835,41.73352847877408],[-72.79702596835851,41.73363047879634],[-72.79658796824464,41.73412947890697],[-72.79527696790394,41.73562647923871],[-72.79483996779044,41.73612647934949],[-72.79481496778432,41.736161479357065],[-72.79474296776692,41.73626647937968],[-72.79471896776118,41.73630247938743],[-72.79457596772647,41.73650847943186],[-72.7944809677018,41.736617479456],[-72.79424296764026,41.73689447951724],[-72.79382696753838,41.737477479643374],[-72.79375496751913,41.73755047965981],[-72.79348096744627,41.73783447972356],[-72.79339796742413,41.73791947974267],[-72.79339696742393,41.737921479743086],[-72.79320296737035,41.738088479781624],[-72.79312696734937,41.73815347979665],[-72.79303696732454,41.738231479814644],[-72.79286096727472,41.73836147984546],[-72.79275996724628,41.7384384798636],[-72.79233596712639,41.73875447993838],[-72.79216196707733,41.73888647996952],[-72.79193596701347,41.73905548000948],[-72.78762396577245,41.741888480696346],[-72.78639696541919,41.74269248089138],[-72.78614596534676,41.742854480930795],[-72.78539396513,41.74334248104939],[-72.78514396505796,41.74350548108897],[-72.78484096497023,41.74369548113549],[-72.78435296482951,41.74401148121232],[-72.78259696432329,41.74515148148936],[-72.7820019641532,41.74556248158802],[-72.78130196395321,41.74604848170455],[-72.78122896393208,41.74609448171578],[-72.78116096390032,41.74592748168571],[-72.78110496385918,41.74552948161058],[-72.78091196371787,41.74416648135338],[-72.78009096311567,41.73834848025529],[-72.77987396295646,41.736809479964776],[-72.7798149629143,41.73641047988953],[-72.77972796284816,41.735753479765336],[-72.77946696264996,41.73378547939328],[-72.77937996258389,41.73312947926926],[-72.77906496231456,41.730230478718916],[-72.77822596206944,41.73071847884035],[-72.7776389619001,41.73109747893257],[-72.7774719618559,41.73127447897218],[-72.77673196166366,41.73212147915983],[-72.77648796160054,41.73240547922262],[-72.77629396155037,41.73263147927256],[-72.77576796141567,41.73326747941252],[-72.77565496138686,41.73340647944303],[-72.77553896135812,41.73356347947712],[-72.7754779613429,41.73364447949477],[-72.77529596129779,41.7338904795482],[-72.77523596128296,41.73397247956597],[-72.77506196123976,41.73420647961683],[-72.7745409611106,41.73491047976976],[-72.77442796108267,41.735064479803185],[-72.7743639610663,41.735142479820325],[-72.77414796101094,41.735402479877564],[-72.77361996087579,41.73604248001833],[-72.7734929608423,41.73617948004892],[-72.77326496078246,41.73642948010461],[-72.77319296076355,41.7365084801222],[-72.77282896066497,41.73685548020103],[-72.77281396066067,41.73686548020345],[-72.77241096054559,41.73714648027079],[-72.77224196049745,41.73726648029942],[-72.77126796021916,41.737942480461534],[-72.7707529600721,41.738301480547555],[-72.76920695962926,41.7393554808012],[-72.76893295955318,41.73958448085431],[-72.76877695938929,41.737617480479074],[-72.76877495938643,41.73757948047179],[-72.76807495916194,41.73763948050599],[-72.76753895899003,41.737685480532164],[-72.76729995891242,41.737689480540645],[-72.76658295867973,41.73770348056647],[-72.76634495860257,41.73770948057533],[-72.76574995840882,41.73770948059451],[-72.76542195830206,41.7377104806053],[-72.76449895800148,41.737710480635066],[-72.76396395782724,41.73771048065232],[-72.76393495781781,41.737710480653256],[-72.76336995763387,41.73771148067168],[-72.7631899575752,41.73771048067728],[-72.76265095739966,41.73771048069467],[-72.76247195734136,41.73771048070044],[-72.76237695728784,41.73731748062752],[-72.76227495723005,41.73689048054827],[-72.76229595719265,41.73612048039871],[-72.76230795717338,41.735717480320424],[-72.76245995722076,41.73568048030836],[-72.76250395723095,41.73560848029304],[-72.76246995720177,41.73529348023322],[-72.76246695719874,41.73525748022635],[-72.76258495722766,41.735092480190644],[-72.76259895722814,41.73502148017645],[-72.76250395718898,41.734878480151885],[-72.76245995717184,41.73482948014383],[-72.76241495713184,41.73438848006002],[-72.76240895712712,41.73434048005092],[-72.7624239571235,41.734192480021825],[-72.76250495714483,41.7341044800022],[-72.7626439571898,41.73409947999675],[-72.76273895721947,41.73407747998944],[-72.76275395722219,41.734039479981604],[-72.76271595720532,41.733961479967746],[-72.76265895717985,41.73384147994638],[-72.76263695715724,41.73357247989508],[-72.76256395712713,41.73346247987616],[-72.76254195711991,41.73346147987668],[-72.7625409571108,41.73330847984714],[-72.76253795708342,41.732849479758485],[-72.76253795707464,41.732696479728894],[-72.76249895699486,41.7315294795045],[-72.76238495675656,41.728028478831206],[-72.76235695669727,41.72715547866326],[-72.76235495669376,41.72710547865368],[-72.76234695667718,41.72686247860695]]]},"properties":{"name":4601,"geoid":"09003460100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.79595096627001,41.70340747298597],[-72.79640196639212,41.702977472888236],[-72.79749796668911,41.70193747265163],[-72.79773596675125,41.70167047259229],[-72.79815196686005,41.70120747248928],[-72.79871696701701,41.7007384723803],[-72.80041196748812,41.69933547205412],[-72.80097796764552,41.69886847194548],[-72.80132796774473,41.698612471884644],[-72.80237996804313,41.69784647170246],[-72.80273096814273,41.69759147164181],[-72.80299896821828,41.69738847159387],[-72.80380496844575,41.6967814714504],[-72.80407396852169,41.69657947140262],[-72.80485596874009,41.695950471255664],[-72.80583796901541,41.69517947107476],[-72.81009997021052,41.69183747029042],[-72.81110397056132,41.69225547033889],[-72.81120697058157,41.69202447029087],[-72.81200697073945,41.69024146991998],[-72.81212297077147,41.690141469896886],[-72.81222497079875,41.69003846987366],[-72.81264097091409,41.68968946979268],[-72.81389097126097,41.68864646955046],[-72.81430797137668,41.68829846946965],[-72.81453197144452,41.68821046944539],[-72.81470297149637,41.68814446942708],[-72.81520397164822,41.68794946937317],[-72.81542897171644,41.68786246934908],[-72.8154309717167,41.687855469347646],[-72.81543997171842,41.68783446934329],[-72.81544297171905,41.68782846934202],[-72.81769797247279,41.68817346933598],[-72.8190609729284,41.68838246933241],[-72.82163097378745,41.68877646932563],[-72.8256239751221,41.689387469314866],[-72.82597397523911,41.689441469314005],[-72.82991597655672,41.6900444693033],[-72.83250897742346,41.690442469296514],[-72.83353497776642,41.69059946929373],[-72.83371397782633,41.69062846929356],[-72.83425397800706,41.69071546929295],[-72.83443397806731,41.690744469292746],[-72.83449397808724,41.69075146929215],[-72.83466097814258,41.690768469290035],[-72.83534197836845,41.690842469282344],[-72.8355699784441,41.69086746927981],[-72.83561897846027,41.690871469278996],[-72.83576797850944,41.69088346927652],[-72.83581797852595,41.690887469275665],[-72.83604897860215,41.690905469271684],[-72.83728397901577,41.69110846927104],[-72.84167698048716,41.69183446926947],[-72.84213798064157,41.69191046926927],[-72.84314198097788,41.69207646926892],[-72.84327898102372,41.69209846926874],[-72.84368998116139,41.6921664692686],[-72.84382798120761,41.6921894692686],[-72.84399898126489,41.69221746926847],[-72.84451398143742,41.69230346926847],[-72.84468598149506,41.692332469268514],[-72.84461698148061,41.69247146929763],[-72.8445039814614,41.69277646936032],[-72.84418398140753,41.69364946953957],[-72.84412798140106,41.693853469580844],[-72.84413298142,41.694154469638924],[-72.84414298145094,41.69463546973167],[-72.84421698150412,41.69514046982698],[-72.8444409816643,41.69665647011305],[-72.84451598171785,41.69716247020853],[-72.84454198173465,41.69730747023573],[-72.84461998178509,41.697742470317365],[-72.84464598180197,41.697888470344765],[-72.8446109818112,41.698246470415164],[-72.84460698181093,41.698264470418785],[-72.84454598180776,41.698554470476864],[-72.84444298179723,41.69895347055737],[-72.8443579817937,41.69937247064118],[-72.84428298179071,41.69974447071557],[-72.8441479817766,41.70026247082015],[-72.84401198176292,41.70079347092726],[-72.84375698173916,41.701821471134394],[-72.84364598172894,41.70227147122501],[-72.8436289817275,41.7023424712393],[-72.8435989817258,41.70248247126735],[-72.843512981722,41.702902471351386],[-72.84348498172103,41.70304347137956],[-72.84347598172052,41.703085471387986],[-72.84344998171947,41.70321447141379],[-72.84344198171935,41.703257471422354],[-72.84341998171905,41.703376471446084],[-72.84335698171921,41.703735471517575],[-72.84333698171962,41.70385547154144],[-72.84322198170668,41.70428047162735],[-72.84311698169496,41.704670471706194],[-72.84300598167766,41.70499747177303],[-72.84289398165643,41.705261471827725],[-72.8427869816368,41.70552547188225],[-72.84262398160733,41.705934471966636],[-72.84259298160131,41.70600547198136],[-72.8425029815843,41.70621847202548],[-72.8424729815787,41.70629047204037],[-72.84236398156192,41.70661547210677],[-72.8422949815503,41.70680347214537],[-72.8421809815313,41.70711747220979],[-72.84191298148444,41.707818472354035],[-72.84170098144455,41.70832347245858],[-72.84161498142846,41.70853047250139],[-72.84147898140091,41.70882047256188],[-72.84123698133016,41.7089594725966],[-72.84051198111827,41.70937747270088],[-72.84027098104791,41.70951747273577],[-72.83960498085767,41.70997847284648],[-72.8389209806569,41.71035747294191],[-72.8385719805524,41.71051547298376],[-72.83828698046591,41.71062447301404],[-72.83809098040643,41.71069947303489],[-72.83781798032369,41.71080547306423],[-72.8374979802249,41.71089847309257],[-72.83714898011631,41.71098547312069],[-72.83648197990726,41.71112547316933],[-72.83563597964124,41.71128747322803],[-72.83521097950711,41.711360473255894],[-72.83442997926183,41.71151547331114],[-72.8340069791276,41.71157547333642],[-72.83365397901355,41.71159047335074],[-72.83325497888333,41.71158447336247],[-72.83293997877833,41.71154147336434],[-72.8324889786257,41.711440473359396],[-72.8320159784615,41.71126247334027],[-72.83166597833548,41.71105247331098],[-72.83164897832937,41.71104247330958],[-72.83155097829383,41.710979473300576],[-72.83144297825471,41.71091047329071],[-72.83075097798955,41.710217473179064],[-72.8299819776994,41.709525473070094],[-72.82989097767565,41.709627473092745],[-72.82991097768718,41.709714473108924],[-72.8299539777045,41.70977247311876],[-72.83002397773082,41.70983347312829],[-72.83049197791486,41.71038447321973],[-72.8304989779176,41.710392473221056],[-72.8304949779189,41.71043747322988],[-72.8304449779058,41.71049247324215],[-72.83015897782053,41.71062847327769],[-72.82957297764113,41.71082547333475],[-72.82928597755088,41.71088047335466],[-72.82905797747827,41.710908473367454],[-72.82873797737474,41.710919473379924],[-72.82776097706882,41.71112947345214],[-72.82741597695671,41.71113247346386],[-72.8270449768386,41.71117847348475],[-72.82688397679102,41.71126247350621],[-72.82673797675024,41.71137947353356],[-72.82645097669706,41.712078473678034],[-72.82641997668928,41.712118473686765],[-72.8263449766705,41.712216473708146],[-72.82626397665037,41.71232447373166],[-72.82606897660646,41.71266447380372],[-72.82599097658539,41.71273947382075],[-72.82643697673207,41.71276547381134],[-72.826646976806,41.71286247382332],[-72.82673897684096,41.71294947383718],[-72.82688897689371,41.713017473845476],[-72.8269089769004,41.71302047384542],[-72.82708097695804,41.713049473845466],[-72.8274629770828,41.71305647383446],[-72.82764897714358,41.713060473829216],[-72.82802397726772,41.71309647382406],[-72.82828097735177,41.7131034738171],[-72.82833997737109,41.71310547381559],[-72.82858297744995,41.71310147380694],[-72.82879397751766,41.71308447379684],[-72.82897497757837,41.71311547379699],[-72.82922797766626,41.71321147380737],[-72.82974297784949,41.713482473843115],[-72.82989797790985,41.71365447387139],[-72.8299309779272,41.713769473892555],[-72.82996297794391,41.713878473912594],[-72.8299679779615,41.714155473966],[-72.82994297796333,41.714328474000276],[-72.82995497797116,41.71439647401303],[-72.82996497797745,41.71444947402296],[-72.83005297801192,41.71455047403964],[-72.83006497801611,41.714555474040225],[-72.83027997809215,41.71466047405358],[-72.8305899781984,41.71475347406154],[-72.83062697821154,41.71477247406401],[-72.83070397823892,41.714812474069255],[-72.83079197827182,41.714886474080735],[-72.83069397825012,41.715063474118125],[-72.8306099782335,41.71524947415681],[-72.83060497823261,41.715262474159495],[-72.83060097823183,41.71527147416136],[-72.83056097822738,41.715420474191475],[-72.83039797821338,41.71609847432785],[-72.83040297823466,41.716439474393646],[-72.83040797823963,41.71649747440469],[-72.8304449782758,41.71691647448451],[-72.83048097829301,41.71701147450172],[-72.83051497830844,41.71708747451533],[-72.83055497832665,41.71717747453145],[-72.83070897840169,41.717609474609986],[-72.8307479784206,41.717717474629616],[-72.83078697843675,41.717777474639945],[-72.83104097854242,41.71817647470889],[-72.83115897859425,41.71840947475014],[-72.83135197869522,41.71907147487191],[-72.83140997873444,41.71942447493827],[-72.83137397874697,41.71984547502086],[-72.83055997846402,41.71953347498686],[-72.82951697809887,41.719088474934544],[-72.829335978051,41.719280474977516],[-72.82879497790826,41.71985947510698],[-72.82861497786078,41.72005247515013],[-72.8305119785392,41.72110947529315],[-72.82976497832905,41.7216824754281],[-72.82941197819991,41.721435475391765],[-72.82900397805062,41.721149475349655],[-72.82888297801135,41.72115147535396],[-72.82823797781222,41.721339475411185],[-72.82805697775636,41.72139247542728],[-72.82783997769188,41.721499475454976],[-72.82805097777074,41.721676475482376],[-72.82868597800822,41.7222104755651],[-72.82889797808757,41.722389475592855],[-72.82861397800963,41.72264147565076],[-72.82834297793536,41.72288347570631],[-72.82774897777057,41.72337947582144],[-72.82745797768989,41.72362347587802],[-72.82747997769758,41.72363247587906],[-72.8275459777208,41.72366247588272],[-72.82756897772887,41.7236724758839],[-72.82799497787842,41.723861475906666],[-72.82927297832721,41.72442947597516],[-72.82969897847683,41.72461947599811],[-72.82944097840598,41.72484747605054],[-72.82866997819464,41.725535476208485],[-72.82841297812418,41.72576447626108],[-72.82831097809536,41.72584047627908],[-72.82816597805592,41.72597547630987],[-72.82745197786181,41.72664047646152],[-72.82721397779713,41.72686247651215],[-72.82708997776288,41.72696847653665],[-72.82707597775907,41.72698147653961],[-72.82672097766118,41.727288476610454],[-72.82659797762732,41.7273954766351],[-72.82689997773952,41.72763647667194],[-72.82780897807717,41.72836047678252],[-72.82811197818977,41.72860247681949],[-72.82841097830087,41.728841476856026],[-72.82814797823492,41.72918247693046],[-72.8280239782209,41.72963947702281],[-72.82793197821066,41.72998147709192],[-72.82784097822726,41.7307834772499],[-72.82794297830323,41.73152547739002],[-72.82758397822407,41.732179477528064],[-72.82588497778988,41.73424247798179],[-72.82555297771097,41.73474847809033],[-72.82537497766869,41.735020478148684],[-72.82447397747877,41.73681447852459],[-72.82413097741393,41.73762647869263],[-72.82375197732645,41.7382494788253],[-72.82342097724366,41.7386824789197],[-72.8228619771038,41.739413479079076],[-72.82226897695276,41.74014247923913],[-72.82224497694985,41.74022747925634],[-72.82195897691507,41.74123947946118],[-72.82193897696763,41.74226347965973],[-72.82193197698794,41.742655479735724],[-72.82207597714891,41.744633480113315],[-72.82226897736513,41.747292480620914],[-72.82250597754158,41.74901348094576],[-72.82240597753434,41.74945248103385],[-72.82245797758324,41.75000648113921],[-72.82243797770607,41.752248481573055],[-72.82175597759525,41.75417648196761],[-72.82170497758713,41.75432348199766],[-72.82143397753427,41.75493648212485],[-72.82122797749408,41.75540248222156],[-72.82110697747054,41.7556774822786],[-72.82108297746693,41.75575048229348],[-72.82103897746025,41.755882482320416],[-72.82099497745352,41.75601448234733],[-72.82042897736837,41.75773248269754],[-72.82046197739191,41.757954482739365],[-72.82024097731804,41.757921482740144],[-72.82013197728158,41.757904482740386],[-72.81875797684049,41.75801448280609],[-72.81809897662791,41.75804948283417],[-72.8161239759908,41.75815448291836],[-72.81546597577862,41.75819048294662],[-72.81319797504594,41.758292483039654],[-72.80755997322461,41.75854748327127],[-72.80639397284789,41.758599483319024],[-72.80412697211554,41.75870248341222],[-72.80264997163576,41.75872348346403],[-72.79821897019629,41.75878548361926],[-72.79674296971686,41.75880748367121],[-72.79615996931142,41.75506748296746],[-72.79599496919681,41.75401148276876],[-72.7953939687791,41.75015948204385],[-72.79497396848775,41.74747648153893],[-72.79276196777462,41.74760148163455],[-72.78964296676905,41.74777748176932],[-72.78896496655044,41.74781548179856],[-72.7888699665198,41.7478204818026],[-72.78877496648921,41.74782648180683],[-72.7885989664324,41.74783548181426],[-72.78799496623773,41.74787048184053],[-72.78738996604267,41.74790448186664],[-72.7870479659324,41.74792348188135],[-72.7870409659301,41.74792348188158],[-72.78668696581599,41.74794348189688],[-72.78648596575121,41.747955481905706],[-72.78408596497748,41.74809148200949],[-72.78335296474107,41.74813148204088],[-72.78247196445705,41.748181482079],[-72.78233996441547,41.748206482088094],[-72.78219996437139,41.748232482097634],[-72.78217696436096,41.74818148208853],[-72.78200496428325,41.74780448202123],[-72.78142296401982,41.74652148179206],[-72.78122896393208,41.74609448171578],[-72.78130196395321,41.74604848170455],[-72.7820019641532,41.74556248158802],[-72.78259696432329,41.74515148148936],[-72.78435296482951,41.74401148121232],[-72.78484096497023,41.74369548113549],[-72.78514396505796,41.74350548108897],[-72.78539396513,41.74334248104939],[-72.78614596534676,41.742854480930795],[-72.78639696541919,41.74269248089138],[-72.78762396577245,41.741888480696346],[-72.79193596701347,41.73905548000948],[-72.79216196707733,41.73888647996952],[-72.79233596712639,41.73875447993838],[-72.79275996724628,41.7384384798636],[-72.79286096727472,41.73836147984546],[-72.79303696732454,41.738231479814644],[-72.79312696734937,41.73815347979665],[-72.79320296737035,41.738088479781624],[-72.79339696742393,41.737921479743086],[-72.79339796742413,41.73791947974267],[-72.79348096744627,41.73783447972356],[-72.79375496751913,41.73755047965981],[-72.79382696753838,41.737477479643374],[-72.79424296764026,41.73689447951724],[-72.7944809677018,41.736617479456],[-72.79457596772647,41.73650847943186],[-72.79471896776118,41.73630247938743],[-72.79474296776692,41.73626647937968],[-72.79481496778432,41.736161479357065],[-72.79483996779044,41.73612647934949],[-72.79527696790394,41.73562647923871],[-72.79658796824464,41.73412947890697],[-72.79702596835851,41.73363047879634],[-72.79710496837835,41.73352847877408],[-72.79734396843862,41.7332234787074],[-72.79742396845886,41.733122478685296],[-72.79768696852514,41.73278647861184],[-72.7980729686225,41.732294478504244],[-72.79845696872042,41.73182347840079],[-72.79848896872882,41.731788478392986],[-72.79877896880522,41.731475478323105],[-72.79917696891604,41.73114947824722],[-72.79940596897988,41.730963478203876],[-72.79976496907922,41.73065847813329],[-72.79987996911109,41.730561478110836],[-72.80036496924603,41.73016247801802],[-72.80076396935718,41.7298364779421],[-72.80115396946562,41.729514477867255],[-72.80123896948828,41.72942747784768],[-72.80165996960082,41.72900147775171],[-72.80210796971572,41.72846347763323],[-72.80245996980338,41.727995477531366],[-72.80274196987361,41.727620477449754],[-72.8028379698976,41.72749447742229],[-72.80258996981051,41.72738447740904],[-72.802522969786,41.727337477402116],[-72.80231596971038,41.727194477381154],[-72.80199596959163,41.726941477342564],[-72.80171696948457,41.72665947729704],[-72.80146896938949,41.72641047725693],[-72.80184296950122,41.72623647721121],[-72.80295396983331,41.72572147707573],[-72.80296396983614,41.72571447707405],[-72.80321996991098,41.725566477037155],[-72.80331696993882,41.72550147702147],[-72.80343896997383,41.72541947700167],[-72.80362997002594,41.725244476961656],[-72.8036359700276,41.7252394769605],[-72.80377397006136,41.725045476918524],[-72.80393397009642,41.724749476856125],[-72.80419197014703,41.72416947673564],[-72.80426597016174,41.724006476701724],[-72.80435397017835,41.72379747665847],[-72.80441297018935,41.723654476628916],[-72.80442297019133,41.723632476624346],[-72.8044969702065,41.723477476591974],[-72.80463297023125,41.72313847652203],[-72.80469997024352,41.72297247648777],[-72.80514097032342,41.72186647625965],[-72.80558597040418,41.720752476029865],[-72.80708297067157,41.71693047524234],[-72.80709697067499,41.716910475238016],[-72.80726797070452,41.7164564751447],[-72.80778297079382,41.71509447486465],[-72.80795497082373,41.71464147477148],[-72.80818297086314,41.71403647464711],[-72.8087229709569,41.71261047435385],[-72.80873997095978,41.7125644743444],[-72.8091079710215,41.71155547413735],[-72.80909797100847,41.711385474104794],[-72.80903597098305,41.7112944740892],[-72.8092809710551,41.71116047405537],[-72.80928497105627,41.711158474054855],[-72.80745197033981,41.70907647371134],[-72.80676197007338,41.708349473592996],[-72.80653096998904,41.70819047356969],[-72.80601696980447,41.70789047352826],[-72.80531696955934,41.70759047349283],[-72.8047579693675,41.70741847347761],[-72.80425896919752,41.707287473468384],[-72.8041709691682,41.7072754734689],[-72.8040809691377,41.70725447346775],[-72.8040599691336,41.707302473477725],[-72.80404796913126,41.70732947348332],[-72.80370396901066,41.707179473465416],[-72.80291896874718,41.70704147346406],[-72.80237596856439,41.70693647346129],[-72.80197896843119,41.70686747346076],[-72.80189496840269,41.7068474734596],[-72.8011379681463,41.70667447345058],[-72.80059896796344,41.70654547344302],[-72.80046896791912,41.706510473440446],[-72.80007396778454,41.706406473433084],[-72.79999896775877,41.706382473430864],[-72.79981696769572,41.706316473423975],[-72.79970396765664,41.70627647341988],[-72.79940096755054,41.70614647340451],[-72.79928596750958,41.70608547339643],[-72.79911596744907,41.7059954733845],[-72.79899796740675,41.705927473375155],[-72.79883796734931,41.70583447336232],[-72.79866396728491,41.70569947334184],[-72.79855796724566,41.705616473329194],[-72.79852796723448,41.7055924733255],[-72.79851896723117,41.705585473324454],[-72.7984409672022,41.70552347331498],[-72.79841196719144,41.705500473311474],[-72.79826996713865,41.705386473294],[-72.79791596700612,41.70508547324718],[-72.79705396668338,41.70435247313321],[-72.79643496645205,41.70383347305277],[-72.79607096631604,41.703528473005505],[-72.79595096627001,41.70340747298597]]]},"properties":{"name":4602.02,"geoid":"09003460202"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.61691492681302,42.03110354191842],[-72.61693492680337,42.0308245418642],[-72.61695592679467,42.03055654181207],[-72.61698692678038,42.03013554173025],[-72.61698992677277,42.029987541701736],[-72.61699792675918,42.02970854164792],[-72.61707692672924,42.02874754146088],[-72.61708392672172,42.02857854142819],[-72.61711392669417,42.02793454130359],[-72.61711392669393,42.027930541302815],[-72.61711992668388,42.0277235412629],[-72.61712092665519,42.027223541166855],[-72.61714392660969,42.02630954099063],[-72.61714392657586,42.025726540878686],[-72.6171149265412,42.0252925407963],[-72.6171039265312,42.02518154077534],[-72.61699792643118,42.02405454056236],[-72.61693492638742,42.02365454048759],[-72.61678492627293,42.02252554027565],[-72.61673492622702,42.02201554017932],[-72.61674392620391,42.02156654009282],[-72.61676292619283,42.02126854003497],[-72.61683992619427,42.02085953995397],[-72.61694292620031,42.02038353985923],[-72.61720092625094,42.019803539739534],[-72.61744192631332,42.0195215396776],[-72.61894692674034,42.01840853941535],[-72.62041992715696,42.01729653915429],[-72.62057192720012,42.01718453912788],[-72.62088792728962,42.01694853907237],[-72.62229092768726,42.015903538826436],[-72.62275892781993,42.0155555387445],[-72.62299692788734,42.015377538702666],[-72.62316392793474,42.015254538673645],[-72.62344292801444,42.0150575386268],[-72.62365592807775,42.0149495385992],[-72.62375192810678,42.014909538588405],[-72.62384392813462,42.01487153857814],[-72.62403192819251,42.014810538560376],[-72.62449992834053,42.01472753852934],[-72.62456592836143,42.01471653852509],[-72.62582292875946,42.01450053844307],[-72.6259039287844,42.014474538435465],[-72.6262449288895,42.014366538403735],[-72.62634992892053,42.01431053838958],[-72.62637492892796,42.01429753838627],[-72.62650592896453,42.0141905383615],[-72.62659192898532,42.01406453833452],[-72.62663492899532,42.0139945383197],[-72.62676392902554,42.01378953827617],[-72.62703292908759,42.01334453818204],[-72.62721192912807,42.01303453811672],[-72.62730292914898,42.012882538084604],[-72.62752592920035,42.012512538006334],[-72.62759192921558,42.01240353798328],[-72.62787092927665,42.01188553787479],[-72.62793092928877,42.01175653784808],[-72.62813892933094,42.01131253775609],[-72.62840992937596,42.0105625376033],[-72.62854692939652,42.01014553751879],[-72.6285959294037,42.00999353748799],[-72.62881192943638,42.00934053735561],[-72.62908092947698,42.008525537190394],[-72.6294189295303,42.00754153699047],[-72.62951792954796,42.0072885369387],[-72.62973192958664,42.00675053682845],[-72.62990992962216,42.00636053674779],[-72.63008992966077,42.00601253667513],[-72.63034892972297,42.005626536592644],[-72.63051192976361,42.005409536545706],[-72.6310709298949,42.00452553635785],[-72.63126492994232,42.00425053629877],[-72.63147292998939,42.00389053622289],[-72.6314849299922,42.00387153621885],[-72.63222093017116,42.00281253599168],[-72.63235293020254,42.00261053594862],[-72.63238793021083,42.00255653593712],[-72.63275193029776,42.00200553581952],[-72.63288493032952,42.001804535776614],[-72.63323393041271,42.00127353566335],[-72.6332509304167,42.00124653565762],[-72.63399693059479,42.00011653541646],[-72.63429493066741,41.99969053532501],[-72.63466093075685,41.999171535213485],[-72.63475493078232,41.99908153519317],[-72.63494993083536,41.99889853515172],[-72.63504693086249,41.99881953513341],[-72.63514893089109,41.99873853511456],[-72.63534193094512,41.99858353507855],[-72.63537193095375,41.99856353507374],[-72.63602693114318,41.99814153497154],[-72.63608993116144,41.998101534961826],[-72.63633193123181,41.997952534925396],[-72.63655593129697,41.997814534891646],[-72.63699593142678,41.99757553483152],[-72.63700393142916,41.99757153483051],[-72.63744093156254,41.99741053478549],[-72.63804993174955,41.99720653472663],[-72.63872193195664,41.99699353466404],[-72.63920693210696,41.996854534621676],[-72.63952993220708,41.99676253459359],[-72.63994793233616,41.99663453455552],[-72.64032393245225,41.99651953452129],[-72.64063193254711,41.99642053449232],[-72.6408389326122,41.99637753447739],[-72.64107193268705,41.99635653446583],[-72.6411799327218,41.99634753446062],[-72.64146293281392,41.99634253445053],[-72.64241493312836,41.99640453443172],[-72.64343893346582,41.99645753440887],[-72.64455493383439,41.996529534386674],[-72.64485793393449,41.99654953438075],[-72.64571393421834,41.996624534367534],[-72.64584193421663,41.9958745342193],[-72.64593493421587,41.99533753411313],[-72.64622593423131,41.99396553384013],[-72.64629593423525,41.99363953377524],[-72.64645893424547,41.9928975336274],[-72.64662093426485,41.99231953351112],[-72.64680293429666,41.991843533413785],[-72.64682493430065,41.99178853340249],[-72.64716293437212,41.991117533262674],[-72.64753093445093,41.99040453311377],[-72.64780693450956,41.98986153300053],[-72.64799493455054,41.989509532926824],[-72.64832993462379,41.98888653279629],[-72.64885593473889,41.98790953259159],[-72.64953793487993,41.98650153229899],[-72.64975393491002,41.98580453215807],[-72.64974193490349,41.98575953214983],[-72.65026393498557,41.98423553184008],[-72.65047693501855,41.98360453171193],[-72.65068893505449,41.983030531594785],[-72.65106093511821,41.98203453139136],[-72.65128293514947,41.981323531247526],[-72.6513489351603,41.98113853120986],[-72.65154893519357,41.980586531097295],[-72.6516159352048,41.980402531059774],[-72.65177493523122,41.97996253097006],[-72.65225393531126,41.97864553070147],[-72.65241493533837,41.9782065306119],[-72.65252393535651,41.97790553055052],[-72.65285093541112,41.97700553036697],[-72.65296093542963,41.97670553030576],[-72.65299693543558,41.97660553028538],[-72.65310493545341,41.97630453022403],[-72.65314193545973,41.976205530203806],[-72.65323193547462,41.975955530152845],[-72.65350393552009,41.97520753000028],[-72.65359593553569,41.97495852994947],[-72.65365093554479,41.974805529918264],[-72.65381493557184,41.97434852982513],[-72.65387093558131,41.9741965297941],[-72.65388793558408,41.97414852978432],[-72.65393893559238,41.974004529755],[-72.65395693559553,41.97395752974537],[-72.65405493561775,41.973788529709736],[-72.65419193565477,41.973655529679746],[-72.65435293570047,41.97353752965187],[-72.65441693571928,41.973501529642874],[-72.6545199357497,41.97344652962899],[-72.6547809358297,41.973356529603265],[-72.65634693632678,41.97311252950582],[-72.65695493651981,41.97301852946813],[-72.65699893653377,41.973011529465374],[-72.65707693655854,41.972999529460544],[-72.65715893658455,41.9729865294554],[-72.65728093662328,41.97296752944781],[-72.65763993673683,41.972904529424106],[-72.65780093678777,41.97287652941353],[-72.65797293684217,41.972846529402204],[-72.65798593684627,41.972844529401414],[-72.65830993694811,41.97277652937787],[-72.65848393700196,41.97272552936246],[-72.65858493703325,41.97269652935362],[-72.6586509370534,41.97267252934687],[-72.65884793711346,41.97259952932649],[-72.65901093716171,41.97251352930469],[-72.65924993723203,41.97238052927142],[-72.65949293730166,41.97221352923146],[-72.65972493736547,41.97200752918438],[-72.65987393740505,41.97185152914958],[-72.6599649374295,41.971760529129156],[-72.66014293747061,41.971467529067084],[-72.66021993748421,41.97126852902633],[-72.6603739375003,41.97067852890795],[-72.66049293750501,41.97008952879086],[-72.66049693750527,41.97007152878729],[-72.6605799375067,41.96962852869943],[-72.66071293749823,41.968733528523074],[-72.66072293749761,41.96866652850988],[-72.66079793749441,41.96818852841555],[-72.66085293749636,41.96791252836073],[-72.66096193750825,41.96750352827858],[-72.66107693752363,41.96712152820141],[-72.66243593770554,41.96260452728904],[-72.66249993771328,41.962377527243326],[-72.66284393769307,41.96009052679246],[-72.66293793769782,41.95964252670328],[-72.66311793772945,41.95917452660748],[-72.66333693777928,41.958800526528485],[-72.66373093786906,41.958130526386924],[-72.66373393786968,41.95812452638568],[-72.66396293792022,41.9577065262979],[-72.66423493797488,41.95711752617586],[-72.66441393800511,41.95663052607644],[-72.66462993803064,41.95585452592021],[-72.66475593803268,41.95517952578634],[-72.66492293800992,41.953845525524386],[-72.66498093800745,41.95347552545137],[-72.66507293801736,41.95312852538165],[-72.66521093803803,41.95270752529622],[-72.66542393807771,41.952192525190306],[-72.66577293815507,41.95156152505768],[-72.66613693824198,41.95101052493995],[-72.66655593834972,41.95050952483006],[-72.66700493846724,41.95000852471922],[-72.66747493859422,41.949552524616344],[-72.66795893872221,41.94903452450108],[-72.66798893872983,41.948997524493],[-72.66879493893735,41.94803852428254],[-72.66966493916252,41.94702352405921],[-72.66977193919013,41.94689752403153],[-72.67097493958674,41.94696652400597],[-72.67154993977684,41.9470085239955],[-72.67154493977623,41.947026523999135],[-72.67129993971828,41.94740652408013],[-72.67052793953577,41.948605524335655],[-72.66976093935206,41.9497555245816],[-72.66947693927696,41.950059524649255],[-72.66946193927276,41.950071524652046],[-72.66909693917201,41.950388524724794],[-72.66789093883162,41.95130752494047],[-72.66738793868993,41.95169552503135],[-72.66726093865671,41.95183752506275],[-72.66714993862847,41.95197552509287],[-72.66703193859911,41.95213352512705],[-72.6662739384182,41.95328152537233],[-72.66557993825175,41.95431852559416],[-72.66514193814596,41.95496052573176],[-72.66504293812461,41.9551495257713],[-72.66500993812369,41.95531952580507],[-72.66500493813122,41.95547752583562],[-72.6650569381553,41.9556005258576],[-72.66518293820687,41.955780525888144],[-72.66533693826489,41.95591452590894],[-72.66554793834014,41.95602452592328],[-72.66575293840991,41.9560745259263],[-72.66596393847999,41.95609552592352],[-72.66620693855829,41.956077525912214],[-72.66653193865804,41.95596852588076],[-72.6669229387761,41.95580352583641],[-72.66724793887411,41.95566452579919],[-72.6673549389065,41.955620525787275],[-72.66778093903423,41.95542552573604],[-72.66973693962316,41.95457152550867],[-72.66997293969614,41.954501525487565],[-72.67011593974014,41.95445552547411],[-72.67024293978044,41.954435525466174],[-72.67047293985337,41.95439852545163],[-72.67062093989958,41.95436252543993],[-72.6707999399529,41.954274525417226],[-72.67108494003357,41.95406152536707],[-72.67129594009278,41.95389452532813],[-72.67181494023863,41.9534885252333],[-72.67417794090561,41.951689524811044],[-72.6751409411775,41.95095752463916],[-72.67525494120972,41.95087152461895],[-72.67561594131618,41.950675524569576],[-72.67603794144458,41.950514524525],[-72.67655594160692,41.95039852448596],[-72.67703794176039,41.95033252445769],[-72.67810294210187,41.95022752440314],[-72.67863194227301,41.95020152438104],[-72.67939994252643,41.950249524365475],[-72.68031694283056,41.95033352435202],[-72.68127394314611,41.9503895243319],[-72.6815659432396,41.950358524316506],[-72.68185594332789,41.95024852428598],[-72.68212294340633,41.95009852424851],[-72.68234494346459,41.94985352419421],[-72.68252294350991,41.94963352414615],[-72.68261894352582,41.94936752409189],[-72.68261694352437,41.94935352408927],[-72.68259194350613,41.9491795240566],[-72.68246994345965,41.949064524038434],[-72.682337943407,41.94889952401096],[-72.68212394331383,41.948496523940356],[-72.682027943257,41.948056523858824],[-72.68219294329457,41.94777552379945],[-72.68261494343349,41.94779652378986],[-72.68527194430841,41.94793152373001],[-72.68538594434597,41.9479375237275],[-72.68630994465033,41.94798652370708],[-72.68657494473814,41.948009523702936],[-72.68737094500202,41.948080523690884],[-72.68763694509022,41.948104523686915],[-72.68766394509915,41.94810652368643],[-72.68989094583469,41.94825852364374],[-72.69665694806953,41.94872252351437],[-72.6989119488144,41.94887752347132],[-72.69913794888912,41.948894523467274],[-72.6997169490805,41.94893652345664],[-72.70213294987916,41.94911352341259],[-72.70293895014561,41.94917252339788],[-72.70321495023683,41.94919252339281],[-72.7040429505105,41.949252523377595],[-72.70431895060179,41.94927352337271],[-72.70538295095164,41.94931952334716],[-72.70857595200168,41.949459523270846],[-72.70964095235193,41.94950652324546],[-72.71331095355946,41.94967852315985],[-72.71616995450016,41.94981252309315],[-72.71524295433449,41.95216952357639],[-72.71507395430423,41.952598523664356],[-72.713181953966,41.957407524650236],[-72.71183695372565,41.960827525351284],[-72.71143395366185,41.961993525588476],[-72.71022395347022,41.965493526300484],[-72.7098219534068,41.96666052653781],[-72.70931795333136,41.968193526848786],[-72.70780795310579,41.97279452778201],[-72.70762295307837,41.973361527896955],[-72.70852295339975,41.97383752795932],[-72.70848895339732,41.973986527989055],[-72.70845795340631,41.97431552805329],[-72.70837095339603,41.97462752811607],[-72.70816695339539,41.975762528340816],[-72.70803495337846,41.97621252843155],[-72.7078479533476,41.97673152853735],[-72.70725195324057,41.97823752884605],[-72.70680195316244,41.97942052908794],[-72.70669095314456,41.97973652915227],[-72.70660195313417,41.980057529216836],[-72.70643995312012,41.980725529350444],[-72.70582895307196,41.983328529870384],[-72.70568895306968,41.98407553001844],[-72.70539595305813,41.985522530305936],[-72.7052959530562,41.98605053041063],[-72.70517695304554,41.986535530507666],[-72.70501695302006,41.98699553060122],[-72.70479995297312,41.9874065306872],[-72.70455695291606,41.98778953076866],[-72.70408395280357,41.98851053092247],[-72.70328195260704,41.98963353116419],[-72.70225695234727,41.990920531444594],[-72.70179695222735,41.99144053155938],[-72.7016729521845,41.991399531555516],[-72.70167195218427,41.99140153155594],[-72.70143495212587,41.991727531626225],[-72.70103695203107,41.99233153175514],[-72.7005129519106,41.993201531939214],[-72.70019695183944,41.99375253205528],[-72.69910595158686,41.99553353243272],[-72.69790595130766,41.99746953284342],[-72.69675495103844,41.99930153323255],[-72.69654895099066,41.999636533303565],[-72.69642895096364,41.99984553334758],[-72.69632795094306,42.000058533391766],[-72.69627695093402,42.00018953341857],[-72.69606195091093,42.0009995335811],[-72.6959809509046,42.00134553365019],[-72.69568595086936,42.00239553386139],[-72.69559595085433,42.00264253391174],[-72.69550095084055,42.00293853397166],[-72.69538995081989,42.00320653402673],[-72.69498695073962,42.004088534209146],[-72.6948179507049,42.004440534282224],[-72.69460395065784,42.00483253436443],[-72.69399895054887,42.00635553467648],[-72.69362995048199,42.00727653486529],[-72.69307895038736,42.00874253516465],[-72.69293095036717,42.009226535262385],[-72.69288095035907,42.00936753529106],[-72.69276995036023,42.01001053541813],[-72.69244895034234,42.01150453571538],[-72.69220695032644,42.01258953593156],[-72.69211595033372,42.013225536056616],[-72.69205295034386,42.01375353616004],[-72.69204895039744,42.01469653634123],[-72.69201895050243,42.01666953672101],[-72.69202395050591,42.01670153672699],[-72.69201795050822,42.01677453674119],[-72.69202095053917,42.01728953683998],[-72.69197695060312,42.01863553709981],[-72.69193595063496,42.01941253725031],[-72.69178695063985,42.020332537431756],[-72.6915429506167,42.021303537626046],[-72.69143695060409,42.02168153770206],[-72.69111395054715,42.0225155378726],[-72.69069095046846,42.023536538082276],[-72.69045295042264,42.024084538195176],[-72.69027695039112,42.02453053828648],[-72.6895489502824,42.026746538735395],[-72.6892679502449,42.02767853892338],[-72.68870895016009,42.02935753926373],[-72.68828695010082,42.03070653953628],[-72.68787495003552,42.031895539777814],[-72.68772595000794,42.03225753985213],[-72.68735794992962,42.03297654000202],[-72.68688394982723,42.033876540190086],[-72.68675094980006,42.03415554024792],[-72.68658794976666,42.03449654031864],[-72.68606894968545,42.03601254062637],[-72.68602094968038,42.036194540662855],[-72.68288294864129,42.035949540717375],[-72.68288194864097,42.03594954071741],[-72.67843494716847,42.0356035407949],[-72.67833194713425,42.035593540796306],[-72.67554794621006,42.03533654083705],[-72.67303494537578,42.035103540873614],[-72.67301594536944,42.035101540873846],[-72.66328894214115,42.03421754101872],[-72.66320494211325,42.0342095410199],[-72.6574839402213,42.033806541127475],[-72.65743594020543,42.03380354112844],[-72.64718593679899,42.032795541266154],[-72.64345693556004,42.032434541317286],[-72.64314893545794,42.032408541322255],[-72.64299093540562,42.03239654132505],[-72.6416509349626,42.03230454135066],[-72.64163393495699,42.03230354135102],[-72.63982493436029,42.032203541390246],[-72.63925493417186,42.03216454140116],[-72.63754493360669,42.03205054143449],[-72.63697593341863,42.03201254144556],[-72.63683393337173,42.03200354144842],[-72.63319993217456,42.03182854153213],[-72.62187492844366,42.03128354179297],[-72.61813492721154,42.03110354187906],[-72.6180999272001,42.0311035418802],[-72.6178629271227,42.03110354188784],[-72.61715192689043,42.031103541910774],[-72.6169479268238,42.03110354191735],[-72.61691492681302,42.03110354191842]]]},"properties":{"name":4771.01,"geoid":"09003477101"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.61691492681302,42.03110354191842],[-72.61683392678655,42.03110354192103],[-72.61675292675997,42.03110154192325],[-72.61626792660104,42.03109254193716],[-72.61610692654833,42.03109054194198],[-72.61523292626195,42.03107554196727],[-72.61261092540298,42.03103254204358],[-72.61173792511697,42.03101854206905],[-72.61159092506877,42.03101554207319],[-72.61115292492529,42.03100854208598],[-72.6110069248775,42.0310065420903],[-72.6108339248208,42.03100354209531],[-72.61051892471663,42.03098154210125],[-72.60905592423286,42.03088054212902],[-72.60856892407185,42.0308475421384],[-72.60844092402952,42.03083854214078],[-72.6082509239667,42.03082554214443],[-72.60805992390348,42.030811542147894],[-72.60793392386188,42.030803542150416],[-72.60777492375685,42.02988854197987],[-72.6075389236002,42.02851654172405],[-72.60730192344315,42.027143541468085],[-72.60714492333881,42.026228541297456],[-72.60713592333303,42.02617954128836],[-72.60712392332488,42.026106541274714],[-72.60711092331634,42.02603254126092],[-72.6071029233109,42.025983541251776],[-72.60706892328837,42.02578654121504],[-72.60701892325505,42.025493541160394],[-72.60696692322095,42.02519854110542],[-72.60693392319887,42.02500354106905],[-72.60688292316331,42.0246775410081],[-72.60683292312808,42.0243515409471],[-72.60652792291447,42.02238554057942],[-72.60592492249174,42.01849053985088],[-72.60531192206221,42.01453353911066],[-72.60501692185554,42.01262953875446],[-72.60496092181658,42.012272538687675],[-72.60490592177801,42.01191653862109],[-72.605429921803,42.009393538119554],[-72.60564892181365,42.0083425379106],[-72.60639092184898,42.004768537200114],[-72.60700192187811,42.001825536614994],[-72.60725092189,42.00062653637661],[-72.60736292189631,42.00010353627251],[-72.60744892190128,41.999704536193086],[-72.60753392190588,41.9993045361135],[-72.60747892188029,41.9991725360899],[-72.60742492185506,41.999041536066464],[-72.6071569217302,41.99839653595117],[-72.60688892160532,41.99775153583587],[-72.60674192153694,41.99739953577296],[-72.60523492083445,41.99376553512317],[-72.60436992043151,41.991683534750926],[-72.60357992006334,41.98977953441044],[-72.60364092006714,41.989500534354846],[-72.60370292007117,41.989220534299015],[-72.60381792007853,41.988698534195],[-72.60393392008615,41.98817553409075],[-72.60396192008767,41.988043534064474],[-72.60471292013592,41.98463853338581],[-72.60510992016134,41.982836533026656],[-72.60549292018605,41.981101532680796],[-72.60549892018622,41.981070532674636],[-72.60551892018736,41.98097753265611],[-72.60552592018792,41.980947532650134],[-72.60582692020355,41.97951853236573],[-72.60668292024887,41.97546853155954],[-72.60673192025124,41.975232531512596],[-72.60703392026727,41.97380453122832],[-72.60746092031893,41.9722865309227],[-72.60778292035752,41.971135530691],[-72.60788692037026,41.9707685306171],[-72.60953392056899,41.96490352943624],[-72.60977792062108,41.96442652933665],[-72.61037192074775,41.96326252909368],[-72.61046092076687,41.96309052905773],[-72.61114392091264,41.961754528778805],[-72.61138892096487,41.961274528678594],[-72.61163492101751,41.96079552857855],[-72.61175392099979,41.95981652838642],[-72.61211392094779,41.956882527810485],[-72.61223392093046,41.955904527618515],[-72.61240692088377,41.95411852726939],[-72.61292792074454,41.94876352622243],[-72.61310192069831,41.946979525873594],[-72.61327392071397,41.9462785257332],[-72.61332292071872,41.9460835256941],[-72.6135429207388,41.94518752551462],[-72.61375392075831,41.94433252534332],[-72.61379192076168,41.944176525312066],[-72.61396492077775,41.94347652517181],[-72.6142419208684,41.94348052516368],[-72.61443292093085,41.94348252515792],[-72.61451992095932,41.943483525155315],[-72.61583792139051,41.94350052511616],[-72.61592792142,41.94350252511366],[-72.61630692154372,41.94350252510145],[-72.61652392161473,41.943505525095055],[-72.61667292166346,41.943507525090624],[-72.6167629216929,41.94350852508794],[-72.61685292172234,41.943509525085226],[-72.61699592176977,41.943522525083125],[-72.61743692191602,41.94356252507662],[-72.62453492425233,41.94389952491296],[-72.62463492428532,41.943905524910896],[-72.6254929245686,41.943961524894036],[-72.62806692541858,41.94413152484386],[-72.62892592570226,41.944188524827155],[-72.63067392628135,41.94433652479934],[-72.63325492713649,41.944556524758525],[-72.63592492801386,41.944658524692144],[-72.63767892859022,41.94472552464853],[-72.64049192952413,41.944998524610405],[-72.64893093232583,41.94581752449597],[-72.6513729331366,41.946055524463034],[-72.65155893319837,41.946073524460495],[-72.6517449332601,41.94609152445797],[-72.65613393470407,41.94629052435472],[-72.65951293580831,41.94631552425054],[-72.66544193776284,41.94665252412412],[-72.66977193919013,41.94689752403153],[-72.66966493916252,41.94702352405921],[-72.66879493893735,41.94803852428254],[-72.66798893872983,41.948997524493],[-72.66795893872221,41.94903452450108],[-72.66747493859422,41.949552524616344],[-72.66700493846724,41.95000852471922],[-72.66655593834972,41.95050952483006],[-72.66613693824198,41.95101052493995],[-72.66577293815507,41.95156152505768],[-72.66542393807771,41.952192525190306],[-72.66521093803803,41.95270752529622],[-72.66507293801736,41.95312852538165],[-72.66498093800745,41.95347552545137],[-72.66492293800992,41.953845525524386],[-72.66475593803268,41.95517952578634],[-72.66462993803064,41.95585452592021],[-72.66441393800511,41.95663052607644],[-72.66423493797488,41.95711752617586],[-72.66396293792022,41.9577065262979],[-72.66373393786968,41.95812452638568],[-72.66373093786906,41.958130526386924],[-72.66333693777928,41.958800526528485],[-72.66311793772945,41.95917452660748],[-72.66293793769782,41.95964252670328],[-72.66284393769307,41.96009052679246],[-72.66249993771328,41.962377527243326],[-72.66243593770554,41.96260452728904],[-72.66107693752363,41.96712152820141],[-72.66096193750825,41.96750352827858],[-72.66085293749636,41.96791252836073],[-72.66079793749441,41.96818852841555],[-72.66072293749761,41.96866652850988],[-72.66071293749823,41.968733528523074],[-72.6605799375067,41.96962852869943],[-72.66049693750527,41.97007152878729],[-72.66049293750501,41.97008952879086],[-72.6603739375003,41.97067852890795],[-72.66021993748421,41.97126852902633],[-72.66014293747061,41.971467529067084],[-72.6599649374295,41.971760529129156],[-72.65987393740505,41.97185152914958],[-72.65972493736547,41.97200752918438],[-72.65949293730166,41.97221352923146],[-72.65924993723203,41.97238052927142],[-72.65901093716171,41.97251352930469],[-72.65884793711346,41.97259952932649],[-72.6586509370534,41.97267252934687],[-72.65858493703325,41.97269652935362],[-72.65848393700196,41.97272552936246],[-72.65830993694811,41.97277652937787],[-72.65798593684627,41.972844529401414],[-72.65797293684217,41.972846529402204],[-72.65780093678777,41.97287652941353],[-72.65763993673683,41.972904529424106],[-72.65728093662328,41.97296752944781],[-72.65715893658455,41.9729865294554],[-72.65707693655854,41.972999529460544],[-72.65699893653377,41.973011529465374],[-72.65695493651981,41.97301852946813],[-72.65634693632678,41.97311252950582],[-72.6547809358297,41.973356529603265],[-72.6545199357497,41.97344652962899],[-72.65441693571928,41.973501529642874],[-72.65435293570047,41.97353752965187],[-72.65419193565477,41.973655529679746],[-72.65405493561775,41.973788529709736],[-72.65395693559553,41.97395752974537],[-72.65393893559238,41.974004529755],[-72.65388793558408,41.97414852978432],[-72.65387093558131,41.9741965297941],[-72.65381493557184,41.97434852982513],[-72.65365093554479,41.974805529918264],[-72.65359593553569,41.97495852994947],[-72.65350393552009,41.97520753000028],[-72.65323193547462,41.975955530152845],[-72.65314193545973,41.976205530203806],[-72.65310493545341,41.97630453022403],[-72.65299693543558,41.97660553028538],[-72.65296093542963,41.97670553030576],[-72.65285093541112,41.97700553036697],[-72.65252393535651,41.97790553055052],[-72.65241493533837,41.9782065306119],[-72.65225393531126,41.97864553070147],[-72.65177493523122,41.97996253097006],[-72.6516159352048,41.980402531059774],[-72.65154893519357,41.980586531097295],[-72.6513489351603,41.98113853120986],[-72.65128293514947,41.981323531247526],[-72.65106093511821,41.98203453139136],[-72.65068893505449,41.983030531594785],[-72.65047693501855,41.98360453171193],[-72.65026393498557,41.98423553184008],[-72.64974193490349,41.98575953214983],[-72.64975393491002,41.98580453215807],[-72.64953793487993,41.98650153229899],[-72.64885593473889,41.98790953259159],[-72.64832993462379,41.98888653279629],[-72.64799493455054,41.989509532926824],[-72.64780693450956,41.98986153300053],[-72.64753093445093,41.99040453311377],[-72.64716293437212,41.991117533262674],[-72.64682493430065,41.99178853340249],[-72.64680293429666,41.991843533413785],[-72.64662093426485,41.99231953351112],[-72.64645893424547,41.9928975336274],[-72.64629593423525,41.99363953377524],[-72.64622593423131,41.99396553384013],[-72.64593493421587,41.99533753411313],[-72.64584193421663,41.9958745342193],[-72.64571393421834,41.996624534367534],[-72.64485793393449,41.99654953438075],[-72.64455493383439,41.996529534386674],[-72.64343893346582,41.99645753440887],[-72.64241493312836,41.99640453443172],[-72.64146293281392,41.99634253445053],[-72.6411799327218,41.99634753446062],[-72.64107193268705,41.99635653446583],[-72.6408389326122,41.99637753447739],[-72.64063193254711,41.99642053449232],[-72.64032393245225,41.99651953452129],[-72.63994793233616,41.99663453455552],[-72.63952993220708,41.99676253459359],[-72.63920693210696,41.996854534621676],[-72.63872193195664,41.99699353466404],[-72.63804993174955,41.99720653472663],[-72.63744093156254,41.99741053478549],[-72.63700393142916,41.99757153483051],[-72.63699593142678,41.99757553483152],[-72.63655593129697,41.997814534891646],[-72.63633193123181,41.997952534925396],[-72.63608993116144,41.998101534961826],[-72.63602693114318,41.99814153497154],[-72.63537193095375,41.99856353507374],[-72.63534193094512,41.99858353507855],[-72.63514893089109,41.99873853511456],[-72.63504693086249,41.99881953513341],[-72.63494993083536,41.99889853515172],[-72.63475493078232,41.99908153519317],[-72.63466093075685,41.999171535213485],[-72.63429493066741,41.99969053532501],[-72.63399693059479,42.00011653541646],[-72.6332509304167,42.00124653565762],[-72.63323393041271,42.00127353566335],[-72.63288493032952,42.001804535776614],[-72.63275193029776,42.00200553581952],[-72.63238793021083,42.00255653593712],[-72.63235293020254,42.00261053594862],[-72.63222093017116,42.00281253599168],[-72.6314849299922,42.00387153621885],[-72.63147292998939,42.00389053622289],[-72.63126492994232,42.00425053629877],[-72.6310709298949,42.00452553635785],[-72.63051192976361,42.005409536545706],[-72.63034892972297,42.005626536592644],[-72.63008992966077,42.00601253667513],[-72.62990992962216,42.00636053674779],[-72.62973192958664,42.00675053682845],[-72.62951792954796,42.0072885369387],[-72.6294189295303,42.00754153699047],[-72.62908092947698,42.008525537190394],[-72.62881192943638,42.00934053735561],[-72.6285959294037,42.00999353748799],[-72.62854692939652,42.01014553751879],[-72.62840992937596,42.0105625376033],[-72.62813892933094,42.01131253775609],[-72.62793092928877,42.01175653784808],[-72.62787092927665,42.01188553787479],[-72.62759192921558,42.01240353798328],[-72.62752592920035,42.012512538006334],[-72.62730292914898,42.012882538084604],[-72.62721192912807,42.01303453811672],[-72.62703292908759,42.01334453818204],[-72.62676392902554,42.01378953827617],[-72.62663492899532,42.0139945383197],[-72.62659192898532,42.01406453833452],[-72.62650592896453,42.0141905383615],[-72.62637492892796,42.01429753838627],[-72.62634992892053,42.01431053838958],[-72.6262449288895,42.014366538403735],[-72.6259039287844,42.014474538435465],[-72.62582292875946,42.01450053844307],[-72.62456592836143,42.01471653852509],[-72.62449992834053,42.01472753852934],[-72.62403192819251,42.014810538560376],[-72.62384392813462,42.01487153857814],[-72.62375192810678,42.014909538588405],[-72.62365592807775,42.0149495385992],[-72.62344292801444,42.0150575386268],[-72.62316392793474,42.015254538673645],[-72.62299692788734,42.015377538702666],[-72.62275892781993,42.0155555387445],[-72.62229092768726,42.015903538826436],[-72.62088792728962,42.01694853907237],[-72.62057192720012,42.01718453912788],[-72.62041992715696,42.01729653915429],[-72.61894692674034,42.01840853941535],[-72.61744192631332,42.0195215396776],[-72.61720092625094,42.019803539739534],[-72.61694292620031,42.02038353985923],[-72.61683992619427,42.02085953995397],[-72.61676292619283,42.02126854003497],[-72.61674392620391,42.02156654009282],[-72.61673492622702,42.02201554017932],[-72.61678492627293,42.02252554027565],[-72.61693492638742,42.02365454048759],[-72.61699792643118,42.02405454056236],[-72.6171039265312,42.02518154077534],[-72.6171149265412,42.0252925407963],[-72.61714392657586,42.025726540878686],[-72.61714392660969,42.02630954099063],[-72.61712092665519,42.027223541166855],[-72.61711992668388,42.0277235412629],[-72.61711392669393,42.027930541302815],[-72.61711392669417,42.02793454130359],[-72.61708392672172,42.02857854142819],[-72.61707692672924,42.02874754146088],[-72.61699792675918,42.02970854164792],[-72.61698992677277,42.029987541701736],[-72.61698692678038,42.03013554173025],[-72.61695592679467,42.03055654181207],[-72.61693492680337,42.0308245418642],[-72.61691492681302,42.03110354191842]]]},"properties":{"name":4771.02,"geoid":"09003477102"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.70852295339975,41.97383752795932],[-72.70969195379696,41.974107527973395],[-72.71319895498875,41.97491952801598],[-72.71436795538605,41.975190528030225],[-72.71504395561574,41.975346528038344],[-72.71705795630027,41.97581452806309],[-72.71707295630536,41.97581752806317],[-72.7173529564005,41.97588252806661],[-72.7177249565315,41.976047528086276],[-72.7183429567411,41.97618352809241],[-72.72019795737026,41.97659152811077],[-72.72081695758024,41.97672852811706],[-72.72230495808292,41.97702152812519],[-72.72498595898864,41.977549528139846],[-72.72676895959096,41.97790052814956],[-72.72825796009401,41.978194528157836],[-72.73143696117378,41.97892052819437],[-72.73528696248148,41.979800528238734],[-72.74097396441304,41.981098528303875],[-72.7435189652775,41.9816805283332],[-72.74415396549318,41.98182552834049],[-72.74604396613306,41.98222152835531],[-72.74958396733162,41.98296452838327],[-72.75260496835683,41.983639528415004],[-72.75513096921406,41.98420352844144],[-72.75666296973367,41.98454052845648],[-72.76254597172885,41.98583252851384],[-72.76262397175512,41.98584652851399],[-72.76286097183497,41.985889528514555],[-72.76293997186164,41.98590452851488],[-72.76444497237388,41.98626652853559],[-72.76895997391063,41.987352528597675],[-72.77046497442294,41.98771552861853],[-72.77059497446699,41.9877435286197],[-72.77446297577843,41.98858652865604],[-72.77841297711777,41.98944852869336],[-72.77612397683227,41.99735753028656],[-72.77498697669061,42.00128853107828],[-72.77473997666343,42.00220353126199],[-72.77109897549812,42.00259853145607],[-72.77052297531044,42.00260353147573],[-72.77025797522394,42.00260353148434],[-72.77025697522362,42.00260353148437],[-72.77023897521774,42.002603531484944],[-72.76673897409874,42.00300353167539],[-72.76668397410343,42.00339153175167],[-72.76625497413889,42.00639853234292],[-72.7661399741484,42.0072045325014],[-72.76613997418792,42.00788153263135],[-72.76609797417431,42.007883532633116],[-72.76587497410755,42.00798653266012],[-72.76569097405583,42.008129532693545],[-72.765522974008,42.00824953272204],[-72.76523897392028,42.00833453274759],[-72.76473297376077,42.00843153278262],[-72.76468197374423,42.008433532784665],[-72.76350597336324,42.00848253283226],[-72.76303897321378,42.0085335328572],[-72.7625559730605,42.008608532887266],[-72.7622029729533,42.00874553292505],[-72.76177397282756,42.008990532986],[-72.76159697277812,42.0091335330192],[-72.76147397274866,42.00931653305833],[-72.76137497272866,42.00952753310204],[-72.76132097272502,42.00976753314987],[-72.7613669727471,42.00988853317161],[-72.76152797280562,42.00999053318595],[-72.7618189729073,42.01010553319858],[-72.76194897295674,42.0102255332174],[-72.76196097296179,42.01024453322066],[-72.76206397300462,42.01040253324765],[-72.76207897301688,42.01052853327137],[-72.76206397301833,42.010637533292766],[-72.7621399730541,42.0108255333264],[-72.7624159731749,42.011351533418406],[-72.76265697326986,42.01163053346414],[-72.76276797331357,42.01175853348511],[-72.76286797335054,42.011832533496055],[-72.76295497338516,42.01193953351379],[-72.76307397343248,42.01208453353775],[-72.76315097346725,42.01224953356692],[-72.76324297351765,42.012598533630914],[-72.7632199735175,42.012724533655856],[-72.7631119735036,42.013090533729624],[-72.76307997349602,42.01313953374007],[-72.76284897344198,42.013505533817835],[-72.76278997342816,42.013598533837595],[-72.76268997340152,42.01370153386059],[-72.76237497331405,42.01396453392131],[-72.76204497321434,42.014101533958325],[-72.76192997317848,42.01413053396763],[-72.76155497306534,42.01428953401032],[-72.76144397303509,42.014391534033514],[-72.76097897290839,42.01482153413112],[-72.76087897288876,42.01504453417719],[-72.7607949728837,42.01542753425343],[-72.76066397285162,42.015610534292804],[-72.76057997282781,42.01567253430744],[-72.75985997264557,42.0165765345043],[-72.75986697264898,42.01659553450776],[-72.75987397265213,42.0166105345104],[-72.75974297262367,42.016855534561685],[-72.75971997262683,42.017038534597546],[-72.75975797264661,42.0171645346205],[-72.75988097270047,42.0173995346616],[-72.76009597277633,42.01749653467324],[-72.76050997290413,42.01737053463562],[-72.76058497292702,42.017343534628004],[-72.76065497294847,42.01731953462112],[-72.76079197299154,42.01729153461132],[-72.76099897305977,42.0173025346067],[-72.76153597324644,42.01749753462669],[-72.76193397338903,42.01771453465542],[-72.76230997353582,42.01812653472229],[-72.76238597357197,42.01832053475703],[-72.7626009737009,42.01932653494314],[-72.76280797379322,42.0197505350178],[-72.76296097384684,42.019813535024916],[-72.76365097407951,42.01994053502688],[-72.76407997422417,42.020019535028126],[-72.76443997434401,42.02005953502411],[-72.76466297441384,42.02000853500708],[-72.76487797447767,42.019899534979174],[-72.7652919745964,42.01961853491181],[-72.76553897467917,42.01965553491088],[-72.76554097469106,42.019847534947665],[-72.76556997470408,42.019908534958425],[-72.76554397469938,42.01997353497175],[-72.76548297468787,42.02011753500137],[-72.76539097466217,42.02019153501856],[-72.76527597463733,42.02040853506395],[-72.76515297460283,42.02050553508655],[-72.76481597449983,42.020625535120516],[-72.76460897443756,42.02071653514472],[-72.76452397441918,42.02087653517818],[-72.7644469744234,42.0213795352772],[-72.76447797444257,42.021534535305946],[-72.76453097446453,42.02161453531957],[-72.76462297449892,42.0216885353308],[-72.7647609745463,42.02172853533398],[-72.7648609745798,42.02174353533361],[-72.76498397462113,42.021763535333456],[-72.76515997468292,42.02183753534195],[-72.7652519747203,42.02196353536315],[-72.76525897473194,42.02212353539362],[-72.76522097472922,42.02228953542671],[-72.76513597470884,42.02241553545365],[-72.76503697467915,42.02246053546551],[-72.7648529746154,42.0223975354594],[-72.76466897454436,42.02220953542929],[-72.764377974441,42.02206653541129],[-72.76408597434265,42.022014535410804],[-72.76394097429129,42.02194553540227],[-72.76387897426707,42.021877535391226],[-72.76377197421444,42.02157453533656],[-72.76374897419589,42.02138553530103],[-72.7636649741558,42.021168535262106],[-72.76354297411528,42.02115653526377],[-72.76340497407325,42.02120853527823],[-72.76285197391172,42.02153353535856],[-72.76233797376462,42.02188753544319],[-72.76230797375713,42.021927535451844],[-72.76182397362088,42.022299535538934],[-72.7616939735894,42.02248753557925],[-72.76167997358543,42.02249753558162],[-72.76155597355108,42.02260253560579],[-72.76131797348039,42.02272253563656],[-72.76127797346756,42.022726535638625],[-72.76109897341036,42.02274753564848],[-72.76098097337268,42.022761535654986],[-72.76073497329027,42.02272553565606],[-72.76062797325446,42.02271053565666],[-72.75995297301938,42.02245853563021],[-72.7597049729307,42.02232653561293],[-72.75958597288819,42.0222635356047],[-72.75940897282075,42.022098535578785],[-72.75920297272981,42.021692535507555],[-72.75917197270667,42.02146953546576],[-72.75917997269626,42.021246535422705],[-72.75911097266439,42.02108653539423],[-72.75893497260023,42.02097153537788],[-72.75872797252761,42.02088553536811],[-72.75851297245545,42.02085153536856],[-72.75805297230661,42.020874535387904],[-72.75791397226214,42.020889535395305],[-72.7576949721921,42.020914535407194],[-72.75750397213301,42.02097053542415],[-72.75737097209193,42.021010535436154],[-72.75707197200133,42.021130535468885],[-72.75687197194672,42.0213135355105],[-72.75684897194189,42.02135953552007],[-72.75672597191675,42.021616535573386],[-72.75658097187713,42.021748535603436],[-72.75642697183781,42.021936535644514],[-72.75638897183413,42.02208553567433],[-72.75641897185191,42.022222535699655],[-72.75660297193068,42.02254253575511],[-72.75667197196621,42.022765535795656],[-72.75664097196308,42.0228855358197],[-72.75656397194666,42.02303453585078],[-72.75655197194374,42.023051535854435],[-72.75620397186184,42.02359453596993],[-72.75614397184768,42.02368753598973],[-72.75597297180745,42.02395453604652],[-72.75596597180592,42.02396753604923],[-72.75591897179648,42.02406853607014],[-72.75588097178874,42.024148536086734],[-72.75582697178706,42.02442153614086],[-72.75578797178612,42.024623536180904],[-72.75570397176868,42.02479453621645],[-72.75537397168061,42.025131536291845],[-72.75519097162959,42.02528053632637],[-72.75506697159511,42.02538353635017],[-72.75489597154606,42.02549953637796],[-72.75479297151647,42.02556853639455],[-72.75471397149389,42.02562353640768],[-72.75452997143977,42.02572553643323],[-72.75449097143009,42.02577753644447],[-72.75446797142455,42.02581153645174],[-72.75442997141647,42.025885536467165],[-72.75431497139697,42.0261945365302],[-72.75420797137214,42.02636753656687],[-72.7539849713206,42.02673153664397],[-72.75396897132238,42.02685153666751],[-72.75389997130954,42.0270175367016],[-72.75377697128071,42.027211536742826],[-72.75356997122282,42.02737753678141],[-72.75326197113482,42.02759253683266],[-72.75293297104092,42.02782353688767],[-72.75284397101747,42.02791953690898],[-72.75269897097913,42.02807353694324],[-72.75253397093566,42.028251536982744],[-72.75232397088654,42.02858453705344],[-72.75226497087287,42.0286805370738],[-72.75221397086119,42.028765537091765],[-72.75212597084092,42.028910537122435],[-72.75202697081818,42.02907453715713],[-72.75191897080033,42.02937253721781],[-72.75186197079105,42.029532537250354],[-72.75178097077774,42.029757537296156],[-72.75176597077537,42.0298005373049],[-72.75185697083714,42.0303495374073],[-72.75192897086595,42.0304405374224],[-72.75195697087713,42.03047553742822],[-72.7520409709149,42.03065253745944],[-72.752277971008,42.03092153750336],[-72.75245497107313,42.03104753752181],[-72.75252997110195,42.03112153753355],[-72.7528379712202,42.03142453758171],[-72.7530229712892,42.03157153760391],[-72.75323597136855,42.031739537629235],[-72.75370297154039,42.03207153767777],[-72.75414797170035,42.03232253771149],[-72.75416797170735,42.032330537712355],[-72.75479497192782,42.032600537743804],[-72.75512097204243,42.032740537760084],[-72.75514697205146,42.03274953776097],[-72.75587997230559,42.033003537785895],[-72.75623897242819,42.03309553779189],[-72.75660997255494,42.033191537798274],[-72.7570839727168,42.03331353780628],[-72.75717597274918,42.03335353781096],[-72.75717597275188,42.03339953781978],[-72.7570759727247,42.03349353784108],[-72.75696097269365,42.0336045378661],[-72.75685297268579,42.034073537959586],[-72.75679197267253,42.03418753798344],[-72.75659197262125,42.03442753803599],[-72.7562239725198,42.0347475381093],[-72.75616197250324,42.03481053812342],[-72.75600897247163,42.035124538188626],[-72.7559399724615,42.03533653823154],[-72.75594797246913,42.035422538247786],[-72.75597797249594,42.03571353830263],[-72.75599497252959,42.036194538394376],[-72.75585097248305,42.03620253840056],[-72.75583897247918,42.03620353840116],[-72.75541897234328,42.03622453841882],[-72.75527497229675,42.03623253842503],[-72.75503997222071,42.03624453843496],[-72.7543349719927,42.036281538464955],[-72.75410097191705,42.03629453847505],[-72.75393897186468,42.03630353848203],[-72.7516059710977,42.036213538540515],[-72.7513409710106,42.036203538547205],[-72.74784396987128,42.03624553866878],[-72.74555996912724,42.03627453874847],[-72.74509396897544,42.03628053876476],[-72.74149896780413,42.036323538889675],[-72.724254962186,42.0365365394899],[-72.72217996150994,42.036562539562155],[-72.7218979614181,42.036566539572085],[-72.71916496052764,42.036600539667205],[-72.71893796045369,42.036603539675134],[-72.71591195946019,42.03651153975556],[-72.71589295945394,42.03651053975599],[-72.71563795937027,42.036503539762904],[-72.71552395933348,42.036511539768135],[-72.71436495896023,42.03660053982278],[-72.71433795895159,42.03660353982423],[-72.71413795890375,42.036903539888286],[-72.71339695866179,42.03690353991229],[-72.71231595830879,42.03690353994732],[-72.71190395817426,42.036903539960676],[-72.71100895788199,42.03690353998967],[-72.70887595718544,42.03690354005878],[-72.70398395558792,42.036903540217274],[-72.70247895509644,42.036903540266024],[-72.70034695440022,42.03690354033507],[-72.7002449543669,42.03690354033838],[-72.70003695429897,42.036903540345115],[-72.69994095426645,42.036883540344384],[-72.69984095423268,42.036864540344],[-72.69953695412984,42.03680354034211],[-72.69945295410241,42.03680354034485],[-72.69661795317688,42.03680854043761],[-72.69638895310216,42.03680954044521],[-72.69629195307013,42.03680354044721],[-72.68775595025323,42.03630154062723],[-72.6862409497531,42.036209540658604],[-72.68613694971879,42.03620354066082],[-72.68602094968038,42.036194540662855],[-72.68606894968545,42.03601254062637],[-72.68658794976666,42.03449654031864],[-72.68675094980006,42.03415554024792],[-72.68688394982723,42.033876540190086],[-72.68735794992962,42.03297654000202],[-72.68772595000794,42.03225753985213],[-72.68787495003552,42.031895539777814],[-72.68828695010082,42.03070653953628],[-72.68870895016009,42.02935753926373],[-72.6892679502449,42.02767853892338],[-72.6895489502824,42.026746538735395],[-72.69027695039112,42.02453053828648],[-72.69045295042264,42.024084538195176],[-72.69069095046846,42.023536538082276],[-72.69111395054715,42.0225155378726],[-72.69143695060409,42.02168153770206],[-72.6915429506167,42.021303537626046],[-72.69178695063985,42.020332537431756],[-72.69193595063496,42.01941253725031],[-72.69197695060312,42.01863553709981],[-72.69202095053917,42.01728953683998],[-72.69201795050822,42.01677453674119],[-72.69202395050591,42.01670153672699],[-72.69201895050243,42.01666953672101],[-72.69204895039744,42.01469653634123],[-72.69205295034386,42.01375353616004],[-72.69211595033372,42.013225536056616],[-72.69220695032644,42.01258953593156],[-72.69244895034234,42.01150453571538],[-72.69276995036023,42.01001053541813],[-72.69288095035907,42.00936753529106],[-72.69293095036717,42.009226535262385],[-72.69307895038736,42.00874253516465],[-72.69362995048199,42.00727653486529],[-72.69399895054887,42.00635553467648],[-72.69460395065784,42.00483253436443],[-72.6948179507049,42.004440534282224],[-72.69498695073962,42.004088534209146],[-72.69538995081989,42.00320653402673],[-72.69550095084055,42.00293853397166],[-72.69559595085433,42.00264253391174],[-72.69568595086936,42.00239553386139],[-72.6959809509046,42.00134553365019],[-72.69606195091093,42.0009995335811],[-72.69627695093402,42.00018953341857],[-72.69632795094306,42.000058533391766],[-72.69642895096364,41.99984553334758],[-72.69654895099066,41.999636533303565],[-72.69675495103844,41.99930153323255],[-72.69790595130766,41.99746953284342],[-72.69910595158686,41.99553353243272],[-72.70019695183944,41.99375253205528],[-72.7005129519106,41.993201531939214],[-72.70103695203107,41.99233153175514],[-72.70143495212587,41.991727531626225],[-72.70167195218427,41.99140153155594],[-72.7016729521845,41.991399531555516],[-72.70179695222735,41.99144053155938],[-72.70225695234727,41.990920531444594],[-72.70328195260704,41.98963353116419],[-72.70408395280357,41.98851053092247],[-72.70455695291606,41.98778953076866],[-72.70479995297312,41.9874065306872],[-72.70501695302006,41.98699553060122],[-72.70517695304554,41.986535530507666],[-72.7052959530562,41.98605053041063],[-72.70539595305813,41.985522530305936],[-72.70568895306968,41.98407553001844],[-72.70582895307196,41.983328529870384],[-72.70643995312012,41.980725529350444],[-72.70660195313417,41.980057529216836],[-72.70669095314456,41.97973652915227],[-72.70680195316244,41.97942052908794],[-72.70725195324057,41.97823752884605],[-72.7078479533476,41.97673152853735],[-72.70803495337846,41.97621252843155],[-72.70816695339539,41.975762528340816],[-72.70837095339603,41.97462752811607],[-72.70845795340631,41.97431552805329],[-72.70848895339732,41.973986527989055],[-72.70852295339975,41.97383752795932]]]},"properties":{"name":4772,"geoid":"09003477200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.71456194093071,41.72363847952236],[-72.71464394095534,41.723602479512756],[-72.71483394101251,41.72352047949079],[-72.71489694103242,41.72350947948664],[-72.71498694106099,41.723496479481206],[-72.71499894106476,41.72349447948046],[-72.71503694107685,41.72348947947826],[-72.71504994108102,41.72348847947764],[-72.71539194119008,41.723447479458706],[-72.716419941518,41.72332747940242],[-72.71676294162741,41.72328747938365],[-72.71730594180063,41.723224479354],[-72.7189359423209,41.72303947926578],[-72.71947994249454,41.722978479236474],[-72.71988194262444,41.72296047922004],[-72.72108694301384,41.722907479171035],[-72.7214899431441,41.72289047915477],[-72.72241594343983,41.722788479105255],[-72.72519394432709,41.722484478957035],[-72.72612094462326,41.72238447890786],[-72.72722394497582,41.72226847884993],[-72.73053594603458,41.721922478676376],[-72.73163994638755,41.7218084786188],[-72.73210794653548,41.72173047858864],[-72.73293994679851,41.72159247853516],[-72.73343594695538,41.72151147850352],[-72.73351394698045,41.72150547849984],[-72.73398794713285,41.721471478478016],[-72.73449194729461,41.72143047845386],[-72.73600494778039,41.721309478381734],[-72.73650994794257,41.72126947835774],[-72.73648294793801,41.721343478372916],[-72.73637594791543,41.72155747841776],[-72.73636694791341,41.72157347842114],[-72.73623694788519,41.721819478472916],[-72.73594494781857,41.72231547857825],[-72.73587094780227,41.72245147860694],[-72.73571094776716,41.72274747866935],[-72.735594947741,41.72295047871234],[-72.73524794766318,41.72356347884209],[-72.73513294763742,41.72376747888526],[-72.73504494761796,41.723927478919016],[-72.73478494756093,41.72440947902064],[-72.73469794754186,41.72457047905458],[-72.7345569475108,41.72482947910921],[-72.73413594741827,41.72560647927305],[-72.73399594738758,41.72586647932784],[-72.73385394735506,41.726105479378646],[-72.73349694727351,41.72671047950715],[-72.73343294725927,41.72682547953144],[-72.73329994722997,41.72706947958293],[-72.7331969472069,41.72725247962162],[-72.73289194713908,41.727801479737636],[-72.73279094711674,41.727985479776464],[-72.73257194706802,41.72837947985972],[-72.7319169469227,41.729564480109985],[-72.73169894687439,41.72995948019341],[-72.73048294660258,41.73212448065124],[-72.73073794669223,41.732239480665264],[-72.73139294692112,41.73251048069657],[-72.73128594689653,41.73268948073464],[-72.73122094689809,41.7330854808133],[-72.73112094689405,41.73358248091264],[-72.73103094689331,41.73408048101184],[-72.73097694688842,41.7343014810563],[-72.73093794688536,41.734469481090045],[-72.73080294687404,41.73503848120442],[-72.73062694685059,41.73562848132418],[-72.73060594684793,41.735701481338964],[-72.73047094682089,41.735996481400356],[-72.73043894681443,41.73606548141472],[-72.73034294679522,41.73627548145842],[-72.73031194678914,41.736345481472966],[-72.73021994677049,41.736542481514014],[-72.73001194672851,41.73699148160753],[-72.72994294671413,41.737132481637026],[-72.72984894669476,41.737328481677956],[-72.72979194668406,41.73746548170627],[-72.72978794668346,41.73747748170872],[-72.72967594667024,41.73788248179063],[-72.72967294667,41.73789548179325],[-72.72964494666925,41.73804148182237],[-72.72962194666847,41.73815848184574],[-72.72961794668606,41.73848748190947],[-72.72962394668946,41.738512481914114],[-72.72965394670582,41.738627481935396],[-72.72968994672466,41.73875148195822],[-72.72979894678153,41.73912348202663],[-72.7298359468007,41.73924748204941],[-72.72985394681017,41.73931048206101],[-72.72990894683893,41.73949948209578],[-72.72992794684875,41.73956248210734],[-72.7299859468794,41.73976748214512],[-72.72998894688102,41.73977848214713],[-72.73012594694941,41.74019248222277],[-72.73018394698155,41.74042348226558],[-72.73023994701231,41.74064148230591],[-72.73026894703345,41.74084548234442],[-72.73032994707722,41.741261482422885],[-72.730312947083,41.74145848246151],[-72.73029594708929,41.741664482501896],[-72.7302759470931,41.741844482537346],[-72.73020194711884,41.74271248270753],[-72.73015094712036,41.74302848277027],[-72.72946894689628,41.742994482785654],[-72.727422946224,41.742892482831834],[-72.72674094599991,41.74285848284721],[-72.72663694596581,41.74285448284979],[-72.72632794586464,41.74284548285801],[-72.72622494583094,41.742842482860745],[-72.72604594577217,41.74283448286496],[-72.72551094559658,41.74281148287773],[-72.72533294553818,41.742804482882136],[-72.72437394522343,41.74276248290487],[-72.72206394446532,41.74266348296011],[-72.72149694427927,41.742639482973715],[-72.72053894396504,41.74260148299721],[-72.72033494389777,41.74258748300108],[-72.71972494369679,41.742547483012984],[-72.71952194362993,41.742534483017],[-72.71911594349608,41.74250648302466],[-72.71789894309495,41.74242448304797],[-72.71749394296148,41.74239748305579],[-72.71735994291733,41.74238848305837],[-72.71695794278489,41.74236248306628],[-72.71682494274111,41.742354483069015],[-72.71665394269866,41.742585483119186],[-72.71614494257268,41.74327948326974],[-72.71597494253062,41.74351148332007],[-72.71585694250211,41.74368448335731],[-72.71552894242309,41.74416948346165],[-72.71550194241608,41.74420048346849],[-72.71536994238238,41.74436248350408],[-72.71536594237953,41.74433548349897],[-72.71532294234693,41.744011483437724],[-72.71518494224156,41.74295848323858],[-72.7151389422065,41.7426084831724],[-72.71513494218286,41.7422194830973],[-72.71520594211219,41.7405844827789],[-72.71489594182293,41.73730248215426],[-72.7148859417824,41.73665248202889],[-72.71485694166113,41.734702481652725],[-72.71484794162097,41.73405348152752],[-72.71486894160893,41.733724481463234],[-72.71493594157423,41.732738481270395],[-72.71495794156257,41.73241048120626],[-72.71496594155325,41.73220248116577],[-72.71499194152594,41.73157848104426],[-72.71500094151702,41.731371481003926],[-72.71499194150385,41.7311934809698],[-72.71497894148231,41.730891480911815],[-72.71491294137826,41.729451480635426],[-72.71489194134388,41.72897148054327],[-72.71488294133123,41.72880148051068],[-72.71486594130556,41.72845048044335],[-72.71478794119061,41.726888480143735],[-72.71476294115264,41.72636848004395],[-72.71475494114064,41.72620448001249],[-72.71473194110494,41.72571247991809],[-72.71472494109331,41.72554947988676],[-72.71471894108225,41.7253904798562],[-72.71470294104971,41.724913479764446],[-72.71469794103902,41.72475547973404],[-72.71466994101706,41.72453147969162],[-72.71458894095227,41.723861479564626],[-72.71456194093071,41.72363847952236]]]},"properties":{"name":4961,"geoid":"09003496100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.75752795515035,41.72760047890503],[-72.75746495512455,41.72750847888927],[-72.75743995511434,41.72747247888312],[-72.75726295504356,41.727243478844535],[-72.75719595501674,41.727156478829876],[-72.75680795490176,41.72735447888067],[-72.75665795485739,41.727432478900596],[-72.75573395458832,41.7279864790375],[-72.75568395457383,41.728017479045114],[-72.75552395452752,41.7281184790698],[-72.75531195446561,41.72824247910061],[-72.7550909544022,41.72839147913655],[-72.75489295434548,41.72852647916904],[-72.754394954198,41.7287824792346],[-72.75415795412785,41.728904479265836],[-72.75403595409162,41.728965479281555],[-72.75402695408903,41.72897147928302],[-72.75366195397919,41.72912847932513],[-72.75353795394197,41.729183479339774],[-72.7534909539277,41.72920147934476],[-72.75335295388602,41.72925847936024],[-72.75330695387214,41.729277479365386],[-72.75305195379502,41.72938047939353],[-72.75297695377238,41.729411479401946],[-72.75249895362666,41.72958447945079],[-72.75227395355684,41.72964447946965],[-72.75200895347463,41.72971547949192],[-72.75169195337689,41.7298114795207],[-72.75160995335163,41.72983647952819],[-72.75147695331309,41.72991947954853],[-72.75074895308629,41.73009847960659],[-72.75042795298636,41.730178479632414],[-72.75017295290692,41.73024147965281],[-72.74958195272289,41.73038847970029],[-72.74940995266937,41.730431479714134],[-72.74915595259043,41.7304974797351],[-72.74900695254392,41.730532479746664],[-72.74856295240552,41.73064047978185],[-72.7484149523594,41.73067647979359],[-72.74831995232967,41.73069747980071],[-72.74803895224183,41.73076147982215],[-72.74794495221248,41.73078347982943],[-72.74770695213836,41.730842479848505],[-72.74699595191699,41.73101947990564],[-72.74675895184325,41.73107947992487],[-72.7465989517932,41.731115479936996],[-72.74612195164426,41.73122647997383],[-72.74607095162833,41.7312384799778],[-72.74596595159615,41.73127347998796],[-72.74571595151805,41.73133148000721],[-72.74503495130546,41.7314914800601],[-72.74496695128396,41.731502480064414],[-72.74471495120441,41.73154648008104],[-72.74444395111787,41.73157648009558],[-72.74363295085898,41.731667480139315],[-72.74336295077283,41.73169848015401],[-72.7430789506814,41.73171648016662],[-72.7422299504081,41.73177248020482],[-72.74194795031735,41.73179148021758],[-72.7416919502356,41.731819480231245],[-72.74092494999086,41.731907480272966],[-72.74066994990949,41.731936480286784],[-72.74056794987683,41.731946480292],[-72.74026294977946,41.7319804803084],[-72.74016194974726,41.73199248031397],[-72.73988894966013,41.73202348032876],[-72.73907194939962,41.732120480373844],[-72.73879994931288,41.73215248038879],[-72.73876994930328,41.73215548039034],[-72.73868094927487,41.732165480395146],[-72.73865194926564,41.73216948039685],[-72.73845394920237,41.73219048040728],[-72.73785994901259,41.732254480438804],[-72.73766294894969,41.7322764804494],[-72.73758394892442,41.7322844804535],[-72.73735094884998,41.73230948046583],[-72.7372729488251,41.73231848047007],[-72.73711794877548,41.73233348047797],[-72.73665294862684,41.73238248050244],[-72.73649894857768,41.73239948051068],[-72.73634994853012,41.732416480518765],[-72.73590494838828,41.73247048054354],[-72.73575694834112,41.73248848055178],[-72.73565494830854,41.73249948055719],[-72.73534994821127,41.732535480573986],[-72.73524894817908,41.73254748057955],[-72.73510094813167,41.73256148058703],[-72.73465894799037,41.73260748061016],[-72.73451194794335,41.73262248061779],[-72.73345094760538,41.73275448067749],[-72.73303894747347,41.732794480698495],[-72.73277794738964,41.73281448071076],[-72.73252894730848,41.73281348071858],[-72.73231294723739,41.73280048072302],[-72.73211494717077,41.732763480722255],[-72.73163594700549,41.732601480706336],[-72.73139294692112,41.73251048069657],[-72.73073794669223,41.732239480665264],[-72.73048294660258,41.73212448065124],[-72.73169894687439,41.72995948019341],[-72.7319169469227,41.729564480109985],[-72.73257194706802,41.72837947985972],[-72.73279094711674,41.727985479776464],[-72.73289194713908,41.727801479737636],[-72.7331969472069,41.72725247962162],[-72.73329994722997,41.72706947958293],[-72.73343294725927,41.72682547953144],[-72.73349694727351,41.72671047950715],[-72.73385394735506,41.726105479378646],[-72.73399594738758,41.72586647932784],[-72.73413594741827,41.72560647927305],[-72.7345569475108,41.72482947910921],[-72.73469794754186,41.72457047905458],[-72.73478494756093,41.72440947902064],[-72.73504494761796,41.723927478919016],[-72.73513294763742,41.72376747888526],[-72.73524794766318,41.72356347884209],[-72.735594947741,41.72295047871234],[-72.73571094776716,41.72274747866935],[-72.73587094780227,41.72245147860694],[-72.73594494781857,41.72231547857825],[-72.73623694788519,41.721819478472916],[-72.73636694791341,41.72157347842114],[-72.73637594791543,41.72155747841776],[-72.73648294793801,41.721343478372916],[-72.73650994794257,41.72126947835774],[-72.73705594811703,41.72121147832892],[-72.73869394864063,41.72104047824311],[-72.73924094881554,41.72098447821466],[-72.73949594889943,41.72099947820935],[-72.74026294915197,41.72104747819394],[-72.74051894923629,41.72106447818898],[-72.74074394930693,41.721018478172844],[-72.74141894951894,41.72088247812478],[-72.74164494958993,41.720837478108805],[-72.74188194966557,41.72081047809595],[-72.74259594989343,41.72072947805729],[-72.74283394996942,41.72070347804459],[-72.75762195466632,41.71863947716887],[-72.7594559552492,41.71839047706161],[-72.75999995542581,41.718381477042335],[-72.76163495595675,41.71835647698479],[-72.7621799561338,41.71834947696587],[-72.7622049562201,41.71971047722832],[-72.76220795623246,41.71990847726652],[-72.76223795633058,41.72144647756301],[-72.76224895651451,41.724586478169954],[-72.76225395658435,41.72577347839935],[-72.76226095659449,41.72591047842561],[-72.76227295661195,41.72614647847087],[-72.76234195667257,41.72681047859704],[-72.76234695667718,41.72686247860695],[-72.76163595644383,41.72683047862368],[-72.76120395630205,41.72681147863393],[-72.76097595622718,41.726800478639156],[-72.76079295616839,41.72681447864777],[-72.76025795599654,41.726855478672945],[-72.75960995579058,41.726943478710844],[-72.75890195556991,41.72711547876693],[-72.75831895539105,41.72730647882267],[-72.75818595535033,41.72735147883565],[-72.75752795515035,41.72760047890503]]]},"properties":{"name":4962,"geoid":"09003496200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.73139294692112,41.73251048069657],[-72.73163594700549,41.732601480706336],[-72.73211494717077,41.732763480722255],[-72.73231294723739,41.73280048072302],[-72.73252894730848,41.73281348071858],[-72.73277794738964,41.73281448071076],[-72.73303894747347,41.732794480698495],[-72.73345094760538,41.73275448067749],[-72.73451194794335,41.73262248061779],[-72.73465894799037,41.73260748061016],[-72.73510094813167,41.73256148058703],[-72.73524894817908,41.73254748057955],[-72.73534994821127,41.732535480573986],[-72.73565494830854,41.73249948055719],[-72.73575694834112,41.73248848055178],[-72.73590494838828,41.73247048054354],[-72.73634994853012,41.732416480518765],[-72.73649894857768,41.73239948051068],[-72.73665294862684,41.73238248050244],[-72.73711794877548,41.73233348047797],[-72.7372729488251,41.73231848047007],[-72.73735094884998,41.73230948046583],[-72.73758394892442,41.7322844804535],[-72.73766294894969,41.7322764804494],[-72.73785994901259,41.732254480438804],[-72.73845394920237,41.73219048040728],[-72.73865194926564,41.73216948039685],[-72.73868094927487,41.732165480395146],[-72.73876994930328,41.73215548039034],[-72.73879994931288,41.73215248038879],[-72.73907194939962,41.732120480373844],[-72.73988894966013,41.73202348032876],[-72.74016194974726,41.73199248031397],[-72.74026294977946,41.7319804803084],[-72.74056794987683,41.731946480292],[-72.74066994990949,41.731936480286784],[-72.74092494999086,41.731907480272966],[-72.7416919502356,41.731819480231245],[-72.74194795031735,41.73179148021758],[-72.7422299504081,41.73177248020482],[-72.7430789506814,41.73171648016662],[-72.74336295077283,41.73169848015401],[-72.7433829507883,41.73185448018353],[-72.7433879507919,41.73188848018992],[-72.74333395079933,41.732324480276],[-72.74331495080219,41.732481480306966],[-72.74326395080199,41.732767480363904],[-72.74324495080371,41.7329054803912],[-72.74306995082017,41.73418448064416],[-72.74306795082038,41.73419948064711],[-72.74301595082711,41.73461148072846],[-72.74300595082667,41.734660480738256],[-72.74297695082589,41.734811480768386],[-72.74296795082583,41.73486148077835],[-72.74295495082517,41.73492348079075],[-72.74291895082429,41.73511248082847],[-72.74290795082433,41.735175480840994],[-72.7428869508257,41.73531848086932],[-72.74286295082787,41.73549248090374],[-72.74290795085706,41.73574548095121],[-72.74293395087373,41.73588848097801],[-72.74297395089968,41.73611348102023],[-72.74302895093126,41.73635148106449],[-72.74308495095721,41.736485481088586],[-72.74316395099378,41.736674481122584],[-72.74347695114393,41.73751348127471],[-72.74377095128786,41.73835248142746],[-72.7438329513169,41.73850648145523],[-72.74387195133488,41.73859848147177],[-72.74418695147959,41.73933148160333],[-72.7442439515058,41.73946448162721],[-72.74427195152174,41.73958348164932],[-72.74430295153931,41.73971348167344],[-72.7443029515396,41.73971848167441],[-72.74431095155461,41.73993448171592],[-72.7443469515777,41.740132481753044],[-72.74437195159378,41.74027048177891],[-72.7444059516159,41.74046248181493],[-72.74447195165868,41.74083348188453],[-72.74449095167678,41.74104048192394],[-72.74450895169383,41.741235481961056],[-72.74460795176343,41.74188548208352],[-72.74490595197254,41.74383548245089],[-72.7449459520005,41.744095482499866],[-72.74500795204311,41.74448548257325],[-72.74501695204953,41.74454648258477],[-72.74504395206903,41.744732482619845],[-72.74505395207585,41.74479448263149],[-72.7450729520895,41.74492448265601],[-72.74507595209157,41.7449434826596],[-72.74514895214104,41.74539048274366],[-72.74517395215774,41.74553948277164],[-72.74517995215999,41.745544482772424],[-72.74522295218429,41.745723482805644],[-72.74535995226125,41.74628648291004],[-72.74540595228703,41.74647448294491],[-72.74556195236721,41.746985483038664],[-72.74594695256482,41.74824148326903],[-72.74594895258213,41.74853148332501],[-72.74595095259072,41.7486694833516],[-72.74582795257231,41.74904648342845],[-72.74570695254738,41.74929848348107],[-72.74556095251192,41.749508483526355],[-72.74514695241162,41.75010948365587],[-72.74471395231443,41.7508724838173],[-72.74445095225562,41.751339483916034],[-72.74427395221791,41.751686483988806],[-72.743745952106,41.752731484207786],[-72.74356995206868,41.75307948428073],[-72.74308895191736,41.75317248431419],[-72.74164595146358,41.75345548441541],[-72.74116595131271,41.753550484449235],[-72.74091295123306,41.75359848446667],[-72.7401569509952,41.75374448451926],[-72.73990495091591,41.75379348453686],[-72.73970095085161,41.75383048455058],[-72.73908895065863,41.75394148459175],[-72.73888495059431,41.75397848460547],[-72.73881195057123,41.75399048461015],[-72.73859595050318,41.754030484624835],[-72.73852395048047,41.75404348462967],[-72.73839495044001,41.754070484639065],[-72.7380079503187,41.754153484667576],[-72.73798995031308,41.75415748466892],[-72.73787995027861,41.75418148467711],[-72.737754950239,41.75420048468481],[-72.73738295012133,41.75426148470858],[-72.73725895008215,41.75428248471663],[-72.73705995001946,41.7543194847302],[-72.73646494983207,41.75443148477102],[-72.73626694976976,41.75446948478474],[-72.73617094973957,41.754488484791516],[-72.73588494964987,41.75454848481233],[-72.73578994962013,41.75456948481944],[-72.73549094945699,41.75342548460798],[-72.73515694927437,41.752140484370386],[-72.73518594927972,41.75206948435572],[-72.73509094923423,41.75181648430989],[-72.73502394919288,41.75147648424633],[-72.73479694908107,41.75081748412626],[-72.73448894894013,41.750110483999535],[-72.73447994893397,41.750054483989004],[-72.73447394892955,41.750011483980884],[-72.7344249488933,41.74965848391423],[-72.73431694881366,41.7488844837681],[-72.73431094880958,41.74884748376115],[-72.73430294880364,41.7487894837502],[-72.73429594879833,41.74873648374018],[-72.73429094879455,41.74869948373319],[-72.73416194870866,41.74793548358966],[-72.73409294866251,41.74752348351224],[-72.73431194870436,41.74701048340602],[-72.73435694869731,41.74663248333149],[-72.73418594852141,41.7445394829324],[-72.733943948372,41.74331048270261],[-72.73383294828633,41.74244848253954],[-72.73384094827004,41.74211948247568],[-72.73391594828472,41.74194948244038],[-72.73394294828994,41.74188748242753],[-72.73403994831298,41.7417384823956],[-72.7343819483944,41.741216482283676],[-72.73439694839722,41.74118048227623],[-72.73437394836589,41.74076548219674],[-72.7343379483417,41.74054848215594],[-72.73427394831364,41.74042248213365],[-72.73425694830621,41.74038948212781],[-72.7339789482001,41.74011848208437],[-72.73361094806457,41.73984548204344],[-72.73322294792561,41.739626482013605],[-72.73305494786653,41.73955048200431],[-72.73263694772476,41.73945248199883],[-72.73246794766484,41.739367481987834],[-72.73219694755325,41.73896148191807],[-72.73187394738129,41.7377984817036],[-72.7317709473243,41.73739048162803],[-72.73174994731369,41.73732448161595],[-72.73171894729781,41.73722348159742],[-72.73122794710292,41.73661448149547],[-72.73101594700856,41.73617348141704],[-72.73096394698979,41.73614148141251],[-72.73087094695681,41.73609448140643],[-72.730831946943,41.73607548140401],[-72.73057194685505,41.73601848140135],[-72.73047094682089,41.735996481400356],[-72.73060594684793,41.735701481338964],[-72.73062694685059,41.73562848132418],[-72.73080294687404,41.73503848120442],[-72.73093794688536,41.734469481090045],[-72.73097694688842,41.7343014810563],[-72.73103094689331,41.73408048101184],[-72.73112094689405,41.73358248091264],[-72.73122094689809,41.7330854808133],[-72.73128594689653,41.73268948073464],[-72.73139294692112,41.73251048069657]]]},"properties":{"name":4963,"geoid":"09003496300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.74336295077283,41.73169848015401],[-72.74363295085898,41.731667480139315],[-72.74444395111787,41.73157648009558],[-72.74471495120441,41.73154648008104],[-72.74496695128396,41.731502480064414],[-72.74503495130546,41.7314914800601],[-72.74571595151805,41.73133148000721],[-72.74596595159615,41.73127347998796],[-72.74607095162833,41.7312384799778],[-72.74612195164426,41.73122647997383],[-72.7465989517932,41.731115479936996],[-72.74675895184325,41.73107947992487],[-72.74699595191699,41.73101947990564],[-72.74770695213836,41.730842479848505],[-72.74794495221248,41.73078347982943],[-72.74803895224183,41.73076147982215],[-72.74831995232967,41.73069747980071],[-72.7484149523594,41.73067647979359],[-72.74856295240552,41.73064047978185],[-72.74900695254392,41.730532479746664],[-72.74915595259043,41.7304974797351],[-72.74940995266937,41.730431479714134],[-72.74958195272289,41.73038847970029],[-72.75017295290692,41.73024147965281],[-72.75042795298636,41.730178479632414],[-72.75074895308629,41.73009847960659],[-72.75147695331309,41.72991947954853],[-72.75160995335163,41.72983647952819],[-72.75169195337689,41.7298114795207],[-72.75200895347463,41.72971547949192],[-72.75227395355684,41.72964447946965],[-72.75249895362666,41.72958447945079],[-72.75297695377238,41.729411479401946],[-72.75305195379502,41.72938047939353],[-72.75330695387214,41.729277479365386],[-72.75335295388602,41.72925847936024],[-72.7534909539277,41.72920147934476],[-72.75353795394197,41.729183479339774],[-72.75366195397919,41.72912847932513],[-72.75402695408903,41.72897147928302],[-72.75403595409162,41.728965479281555],[-72.75415795412785,41.728904479265836],[-72.754394954198,41.7287824792346],[-72.75489295434548,41.72852647916904],[-72.7550909544022,41.72839147913655],[-72.75531195446561,41.72824247910061],[-72.75552395452752,41.7281184790698],[-72.75568395457383,41.728017479045114],[-72.75573395458832,41.7279864790375],[-72.75665795485739,41.727432478900596],[-72.75680795490176,41.72735447888067],[-72.75719595501674,41.727156478829876],[-72.75726295504356,41.727243478844535],[-72.75743995511434,41.72747247888312],[-72.75746495512455,41.72750847888927],[-72.75752795515035,41.72760047890503],[-72.75758695517501,41.72769547892149],[-72.75763795519559,41.727764478933196],[-72.75768095521452,41.72785047894843],[-72.75772695523301,41.72791147895875],[-72.75779895526192,41.72800647897482],[-72.75784695528444,41.728126478996465],[-72.75802795537459,41.728669479095636],[-72.75803695538917,41.7288724791346],[-72.75802095538901,41.728960479152136],[-72.75800295538907,41.72906347917264],[-72.75789095536652,41.729305479223044],[-72.7579059553722,41.72931947922526],[-72.75795395539025,41.72936147923184],[-72.75796995539626,41.72937547923403],[-72.75808795544332,41.72952547925923],[-72.75821795550178,41.729806479309374],[-72.7582439555135,41.72986347931957],[-72.75826095553951,41.73021947938785],[-72.75820295556244,41.73094747953049],[-72.75820995558506,41.73130147959873],[-72.7582209556175,41.73180347969543],[-72.75820895562576,41.732015479736816],[-72.75819495563591,41.73227147978677],[-72.7582009556597,41.73265147986005],[-72.75820495567325,41.73286447990111],[-72.75820195568694,41.73311947995051],[-72.75819495572884,41.733888480099424],[-72.75819295574291,41.73414448014898],[-72.75822895575861,41.73421348016116],[-72.75822095577134,41.734480480213044],[-72.7581909558211,41.73551648041432],[-72.75818195583807,41.73586248048151],[-72.75821795587001,41.73621448054841],[-72.75831395595328,41.737119480720274],[-72.75833495596873,41.73726948074861],[-72.75838595600553,41.73762048081482],[-72.75840995602485,41.737820480852704],[-72.75848595609415,41.73859548100008],[-72.75854895615069,41.739222481119285],[-72.75864895626651,41.74067048139599],[-72.75881695636981,41.74151548155391],[-72.75900995648797,41.74247748173365],[-72.75907295651798,41.74264248176352],[-72.75908695652628,41.742707481775625],[-72.75924395661852,41.74342248190878],[-72.75929695664952,41.74366148195326],[-72.75930495665277,41.74367248195512],[-72.75981695691772,41.74538048226877],[-72.76019495711692,41.7467034825123],[-72.75955895693026,41.74705948260162],[-72.75902095678363,41.74755648271504],[-72.75901595678181,41.74755348271463],[-72.75835595659643,41.74806748283525],[-72.75828695657879,41.74815148285373],[-72.75807995652603,41.74840648290969],[-72.75801195650878,41.7484914829283],[-72.75783895646231,41.748663482967146],[-72.7576299564035,41.748824483004995],[-72.75642495606465,41.74975648322398],[-72.75602395595193,41.75006748329704],[-72.75594895593085,41.75012548331067],[-72.75592495592416,41.75014548331529],[-72.75570895586124,41.7502744833472],[-72.755628955838,41.75032348335926],[-72.75546995579299,41.75044148338718],[-72.7549949556587,41.75079648347112],[-72.7548369556141,41.75091548349922],[-72.75444795549085,41.750975483523355],[-72.7532819551216,41.75115848359632],[-72.75289395499874,41.75121948362062],[-72.75286095498815,41.75122248362227],[-72.75276295495698,41.751235483627944],[-72.75273095494678,41.75123948362975],[-72.75253495488472,41.75127048364205],[-72.75194795469912,41.751367483679736],[-72.7517529546375,41.7514004836924],[-72.75164295460264,41.751417483699235],[-72.75131295449805,41.75146748371953],[-72.75120395446356,41.75148548372653],[-72.75097995439344,41.75153448374323],[-72.75030795418311,41.75168348379369],[-72.75008495411338,41.751733483810554],[-72.74998295408157,41.75175848381866],[-72.74967895398704,41.75183648384352],[-72.74957795395564,41.75186248385182],[-72.74942495390746,41.75189148386237],[-72.74888795373985,41.75201848390422],[-72.74805695347965,41.75220048396619],[-72.7478459534134,41.75224348398131],[-72.74676895307654,41.75248548406279],[-72.74614195288011,41.7526214841093],[-72.7458789527972,41.75266948412705],[-72.74509195254939,41.75281748418102],[-72.7448299524669,41.752867484199136],[-72.74457795238753,41.752914484216326],[-72.74402995221494,41.75301748425392],[-72.74382295214907,41.7530444842658],[-72.74356995206868,41.75307948428073],[-72.743745952106,41.752731484207786],[-72.74427395221791,41.751686483988806],[-72.74445095225562,41.751339483916034],[-72.74471395231443,41.7508724838173],[-72.74514695241162,41.75010948365587],[-72.74556095251192,41.749508483526355],[-72.74570695254738,41.74929848348107],[-72.74582795257231,41.74904648342845],[-72.74595095259072,41.7486694833516],[-72.74594895258213,41.74853148332501],[-72.74594695256482,41.74824148326903],[-72.74556195236721,41.746985483038664],[-72.74540595228703,41.74647448294491],[-72.74535995226125,41.74628648291004],[-72.74522295218429,41.745723482805644],[-72.74517995215999,41.745544482772424],[-72.74517395215774,41.74553948277164],[-72.74514895214104,41.74539048274366],[-72.74507595209157,41.7449434826596],[-72.7450729520895,41.74492448265601],[-72.74505395207585,41.74479448263149],[-72.74504395206903,41.744732482619845],[-72.74501695204953,41.74454648258477],[-72.74500795204311,41.74448548257325],[-72.7449459520005,41.744095482499866],[-72.74490595197254,41.74383548245089],[-72.74460795176343,41.74188548208352],[-72.74450895169383,41.741235481961056],[-72.74449095167678,41.74104048192394],[-72.74447195165868,41.74083348188453],[-72.7444059516159,41.74046248181493],[-72.74437195159378,41.74027048177891],[-72.7443469515777,41.740132481753044],[-72.74431095155461,41.73993448171592],[-72.7443029515396,41.73971848167441],[-72.74430295153931,41.73971348167344],[-72.74427195152174,41.73958348164932],[-72.7442439515058,41.73946448162721],[-72.74418695147959,41.73933148160333],[-72.74387195133488,41.73859848147177],[-72.7438329513169,41.73850648145523],[-72.74377095128786,41.73835248142746],[-72.74347695114393,41.73751348127471],[-72.74316395099378,41.736674481122584],[-72.74308495095721,41.736485481088586],[-72.74302895093126,41.73635148106449],[-72.74297395089968,41.73611348102023],[-72.74293395087373,41.73588848097801],[-72.74290795085706,41.73574548095121],[-72.74286295082787,41.73549248090374],[-72.7428869508257,41.73531848086932],[-72.74290795082433,41.735175480840994],[-72.74291895082429,41.73511248082847],[-72.74295495082517,41.73492348079075],[-72.74296795082583,41.73486148077835],[-72.74297695082589,41.734811480768386],[-72.74300595082667,41.734660480738256],[-72.74301595082711,41.73461148072846],[-72.74306795082038,41.73419948064711],[-72.74306995082017,41.73418448064416],[-72.74324495080371,41.7329054803912],[-72.74326395080199,41.732767480363904],[-72.74331495080219,41.732481480306966],[-72.74333395079933,41.732324480276],[-72.7433879507919,41.73188848018992],[-72.7433829507883,41.73185448018353],[-72.74336295077283,41.73169848015401]]]},"properties":{"name":4964,"geoid":"09003496400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.74181495201066,41.76201248606357],[-72.74185995199528,41.76149048596126],[-72.74191395197809,41.760885485842614],[-72.74211095200661,41.76026548571646],[-72.7421689520079,41.75995948565545],[-72.7422679520106,41.75944548555295],[-72.74239195203444,41.7591574854933],[-72.74276395210593,41.75829348531435],[-72.74288795212975,41.758005485254685],[-72.7429489521429,41.75788848523012],[-72.74313495218325,41.75753648515609],[-72.74319695219677,41.75742048513167],[-72.7433689522348,41.757107485065646],[-72.74377995231953,41.75625248488716],[-72.74385595233834,41.756149484864814],[-72.74383795233018,41.756109484857674],[-72.74409295237346,41.75541748471572],[-72.74414595237337,41.75511548465565],[-72.7441149523475,41.754841484603695],[-72.74391995224707,41.7541994844859],[-72.74385595221645,41.75402948445511],[-72.74381195219557,41.75391548443449],[-72.74376295216996,41.753747484403604],[-72.74361795209393,41.753246484311454],[-72.74356995206868,41.75307948428073],[-72.74382295214907,41.7530444842658],[-72.74402995221494,41.75301748425392],[-72.74457795238753,41.752914484216326],[-72.7448299524669,41.752867484199136],[-72.74509195254939,41.75281748418102],[-72.7458789527972,41.75266948412705],[-72.74614195288011,41.7526214841093],[-72.74676895307654,41.75248548406279],[-72.7478459534134,41.75224348398131],[-72.74805695347965,41.75220048396619],[-72.74888795373985,41.75201848390422],[-72.74942495390746,41.75189148386237],[-72.74957795395564,41.75186248385182],[-72.74967895398704,41.75183648384352],[-72.74998295408157,41.75175848381866],[-72.75008495411338,41.751733483810554],[-72.75030795418311,41.75168348379369],[-72.75097995439344,41.75153448374323],[-72.75120395446356,41.75148548372653],[-72.75131295449805,41.75146748371953],[-72.75164295460264,41.751417483699235],[-72.7517529546375,41.7514004836924],[-72.75194795469912,41.751367483679736],[-72.75253495488472,41.75127048364205],[-72.75273095494678,41.75123948362975],[-72.75276295495698,41.751235483627944],[-72.75286095498815,41.75122248362227],[-72.75289395499874,41.75121948362062],[-72.7532819551216,41.75115848359632],[-72.75444795549085,41.750975483523355],[-72.7548369556141,41.75091548349922],[-72.7549949556587,41.75079648347112],[-72.75546995579299,41.75044148338718],[-72.755628955838,41.75032348335926],[-72.75570895586124,41.7502744833472],[-72.75592495592416,41.75014548331529],[-72.75594895593085,41.75012548331067],[-72.75602395595193,41.75006748329704],[-72.75642495606465,41.74975648322398],[-72.7576299564035,41.748824483004995],[-72.75783895646231,41.748663482967146],[-72.75801195650878,41.7484914829283],[-72.75807995652603,41.74840648290969],[-72.75828695657879,41.74815148285373],[-72.75835595659643,41.74806748283525],[-72.75901595678181,41.74755348271463],[-72.75902095678363,41.74755648271504],[-72.75955895693026,41.74705948260162],[-72.76019495711692,41.7467034825123],[-72.76099795755142,41.749710483067595],[-72.76109295760543,41.75011148314203],[-72.76118095765906,41.75054548322308],[-72.76144395779862,41.75148248339567],[-72.7615199578488,41.75192448347864],[-72.7615589579203,41.7529464836749],[-72.7614929579519,41.7538694838554],[-72.76147195796504,41.75421648392312],[-72.76147895797249,41.754306483940304],[-72.7614929579874,41.75448648397463],[-72.7615409580233,41.754838484041095],[-72.76163895807375,41.75516048410015],[-72.76172595811673,41.755414484146435],[-72.76179695814909,41.75557548417527],[-72.76197595823047,41.75597648424697],[-72.76175795816327,41.75604248426677],[-72.76110395796165,41.75624048432612],[-72.76088595789444,41.75630648434591],[-72.76069395783519,41.75636348436311],[-72.76011795765764,41.756538484415515],[-72.75992695759882,41.75659748443309],[-72.7591449573589,41.756854484507976],[-72.75744295683332,41.75735448465951],[-72.75585995634422,41.757815484799664],[-72.75572695630325,41.75785648481187],[-72.75467795598061,41.75818748490966],[-72.75355595563401,41.758515485009234],[-72.7533309555644,41.75857948502887],[-72.75265795535648,41.758775485088435],[-72.7524339552873,41.75884148510841],[-72.75228695524201,41.758886485121856],[-72.75184595510636,41.759025485162944],[-72.75169995506145,41.759071485176534],[-72.75107395486808,41.759254485232084],[-72.75048695468676,41.75942648528425],[-72.74979395447282,41.75963148534622],[-72.74968795444025,41.759665485356194],[-72.74949895438225,41.759727485374285],[-72.74937095434281,41.759766485385946],[-72.74926495431018,41.75979948539573],[-72.74910795426152,41.75984248540911],[-72.748637954116,41.759974485449774],[-72.74848195406778,41.760019485463495],[-72.74840295404341,41.76004348547067],[-72.74816995397165,41.76011548549212],[-72.7480919539477,41.76014048549947],[-72.74782595386542,41.76021648552272],[-72.74702895361915,41.760448485593244],[-72.74676395353733,41.760526485616865],[-72.74645795344327,41.76062448564566],[-72.74554095316171,41.76092248573282],[-72.7452359530681,41.761022485761984],[-72.74514995304148,41.76104648576939],[-72.74489195296162,41.76111948579181],[-72.74480695293539,41.761144485799385],[-72.74420695274976,41.76131548585176],[-72.74241095219439,41.761831486009385],[-72.74225795214714,41.761876486023],[-72.74202595207618,41.761956486045946],[-72.74181495201066,41.76201248606357]]]},"properties":{"name":4965,"geoid":"09003496500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.85314498827422,41.76210748248315],[-72.85347698834886,41.76152848236056],[-72.85447698857409,41.759792481992854],[-72.85480998864912,41.75921448187043],[-72.8552989887597,41.758373481692125],[-72.85545698879561,41.75810448163506],[-72.85617698896,41.7568934813778],[-72.8563939890095,41.75652748130008],[-72.85675698908828,41.75584548115657],[-72.85679698909709,41.75577248114116],[-72.85697098912921,41.75534848105364],[-72.85708998914399,41.75493348096961],[-72.85740098915454,41.75336448065644],[-72.8575729891669,41.752609480505],[-72.85766698917385,41.752200480422964],[-72.85772098917792,41.751966480375984],[-72.85777398918171,41.75173348032928],[-72.85798798919717,41.75079548014113],[-72.85816198920996,41.75003647998886],[-72.85825398920986,41.749516479885415],[-72.85894298920934,41.74562547911131],[-72.85935798920946,41.7432894786465],[-72.85985298921291,41.74055947810293],[-72.85986298921316,41.740507478092574],[-72.8598939892144,41.74035447806199],[-72.85990498921504,41.74030347805179],[-72.85991798921563,41.74024047803918],[-72.85995898921806,41.74005147800134],[-72.85997298921905,41.7399894779889],[-72.86024298920458,41.738217477637725],[-72.86058398918648,41.735982477194746],[-72.86110898919713,41.73320747664141],[-72.86115598919592,41.73292147658461],[-72.86145398919095,41.73115547623363],[-72.86155098918552,41.730514476106585],[-72.86184298916966,41.72859347572581],[-72.8619409891646,41.727953475598916],[-72.8621679892452,41.728069475613985],[-72.86238398932191,41.728180475628456],[-72.862855989489,41.72841347565819],[-72.86308598957044,41.72852747567279],[-72.86311898958212,41.728543475674805],[-72.86321998961776,41.728591475680815],[-72.8632539896298,41.728608475683],[-72.86349598971533,41.728725475697765],[-72.86422398997257,41.72907647574203],[-72.86446699005843,41.729193475756766],[-72.86500999025024,41.72945447578963],[-72.86663899082588,41.73024047588876],[-72.86718299101808,41.730502475921774],[-72.86773299121243,41.73076747595516],[-72.86851799148982,41.731146476002976],[-72.86861999152592,41.73119647600934],[-72.86938399179616,41.73156947605667],[-72.86993399199072,41.731838476090836],[-72.87042199216332,41.732076476121016],[-72.87188599268116,41.73279147621175],[-72.87229299282508,41.73298947623682],[-72.87237499285415,41.73303047624208],[-72.87291199304414,41.733293476275506],[-72.87450099360633,41.73407147637435],[-72.87452599361514,41.734083476375865],[-72.87506599380595,41.73434347640861],[-72.87513699383102,41.73437747641288],[-72.87534999390626,41.73447947642568],[-72.87542099393139,41.734514476430135],[-72.87551899396635,41.73456747643721],[-72.87553899397344,41.73457747643849],[-72.87571299403551,41.734671476451005],[-72.8758929940997,41.73476847646393],[-72.87601199414213,41.73483247647243],[-72.87664399436542,41.73513647651068],[-72.87783799478726,41.73571047658289],[-72.87855999503961,41.736010476617444],[-72.87920899526647,41.73628047664858],[-72.87960599540419,41.73642747666412],[-72.88040699568214,41.73672547669573],[-72.88080499581875,41.736847476706394],[-72.88102199589326,41.7369144767123],[-72.88121299595826,41.73696347671557],[-72.88219599629264,41.7372124767318],[-72.88392499688081,41.73765147676056],[-72.88473099715156,41.73779647676242],[-72.88509799727119,41.7377994767511],[-72.88517199729452,41.73778647674619],[-72.88539099736373,41.737750476732124],[-72.88615799760166,41.73754747666803],[-72.88668299776558,41.7374274766278],[-72.88827199826187,41.7370654765063],[-72.88999999880627,41.73675347638994],[-72.89093699909888,41.736539476318185],[-72.89098999914644,41.73706347641772],[-72.8911519992901,41.738635476716226],[-72.89120699933838,41.73916047681587],[-72.89121599934658,41.73925147683316],[-72.8912459993723,41.73952747688551],[-72.8912559993809,41.73961947690297],[-72.89126399939309,41.739785476934784],[-72.89128799942982,41.74028547703062],[-72.89129699944242,41.740452477062604],[-72.8913039994572,41.7406684771041],[-72.89131599948071,41.7410074771692],[-72.89131499949833,41.74131747722914],[-72.89131499951088,41.74153447727106],[-72.89117699948481,41.74186047733853],[-72.89101199944356,41.74207547738543],[-72.89091199941865,41.74220747741415],[-72.89053799932292,41.74265747751326],[-72.88979899913132,41.743503477700685],[-72.88957599907354,41.74375947775738],[-72.88938899902517,41.74397547780518],[-72.88914099896088,41.7442594778681],[-72.88840099876941,41.7451134780571],[-72.8881539987055,41.74539847812019],[-72.88783099859417,41.74529147810999],[-72.8876119985179,41.74520547810047],[-72.88600499795851,41.744578478031485],[-72.88546999777233,41.744370478008655],[-72.88534099774047,41.74454547804666],[-72.8849559976456,41.745072478160964],[-72.88482799761414,41.74524847819911],[-72.88505299769288,41.74534347821017],[-72.88531099778315,41.745452478222866],[-72.88550299785082,41.74554147823383],[-72.8856709979104,41.745626478244795],[-72.88571199792585,41.74566247825041],[-72.88589599799516,41.74582547827595],[-72.88608499805467,41.74579047826305],[-72.8860989980591,41.745788478262206],[-72.88622299810169,41.74582647826553],[-72.8863399981441,41.74590147827621],[-72.88638499816238,41.74596447828693],[-72.88635499816014,41.746094478313005],[-72.88627899813743,41.746129478322246],[-72.88610599808587,41.7462114783437],[-72.88610299810315,41.74652747840485],[-72.88609199810219,41.7465724784139],[-72.886039998098,41.746792478458076],[-72.8859339980761,41.74701047850365],[-72.88579199803902,41.747168478538775],[-72.88556699797549,41.747336478578525],[-72.88545299794134,41.747387478592074],[-72.88539599792435,41.747414478599126],[-72.88510499783372,41.747485478622295],[-72.88505799782688,41.747631478652025],[-72.88491799780687,41.748073478741965],[-72.8848719978004,41.74822047877185],[-72.88518699790896,41.74832447878171],[-72.88613299823498,41.74863647881129],[-72.88644899834385,41.748740478821134],[-72.88633499832589,41.74907147888877],[-72.88618599830257,41.74950647897764],[-72.88601799828068,41.75007347909261],[-72.88599299827757,41.75016047911024],[-72.88597499828676,41.75042047916104],[-72.885970998289,41.75048147917297],[-72.88599799830989,41.75069047921246],[-72.88604299834432,41.75103247927706],[-72.88618199841568,41.751483479359656],[-72.88626299845714,41.751744479407456],[-72.88630599847791,41.75186147942865],[-72.88643499854038,41.752215479492854],[-72.88647799856128,41.75233447951444],[-72.88657899860932,41.75259647956177],[-72.8866739986552,41.75285447960852],[-72.88676599870587,41.75321247967468],[-72.88678099873152,41.753571479743556],[-72.88679599874635,41.753743479776276],[-72.8867809987523,41.75393047981289],[-72.88677299875583,41.75403647983361],[-72.88678399876832,41.754190479863006],[-72.88678699877214,41.754239479872375],[-72.88639599863217,41.754020479842765],[-72.88621599856819,41.753927479830644],[-72.88586799844454,41.753748479807356],[-72.88519399820782,41.753449479771476],[-72.88447299795621,41.753157479738476],[-72.88443099794154,41.75314047973656],[-72.88382899773144,41.752896479708966],[-72.88370899768937,41.75284447970281],[-72.88335099756385,41.75268947968448],[-72.88323199752217,41.752638479678495],[-72.88319399751285,41.752691479689965],[-72.88308099748534,41.75285147972454],[-72.88304399747642,41.75290547973618],[-72.88290699744257,41.75309147977654],[-72.88249899734205,41.753649479897554],[-72.88236299730859,41.75383647993811],[-72.88261299739634,41.753946479951225],[-72.88336599766058,41.75427647999053],[-72.88361699774872,41.75438748000384],[-72.8840089978864,41.75456148002473],[-72.88450899806202,41.75478348005138],[-72.88524199830667,41.75488748004768],[-72.8856679984489,41.75494848004563],[-72.8859019985271,41.754983480044785],[-72.88660699876269,41.755088480042204],[-72.88684199884126,41.75512448004152],[-72.88684299884918,41.75525548006679],[-72.88684599887297,41.755649480142786],[-72.88684699887646,41.75570448015339],[-72.88684399887995,41.75578148016835],[-72.88684099888164,41.75582748017734],[-72.88683599888805,41.75596648020435],[-72.88683499889045,41.75601348021344],[-72.88451099812292,41.75582448025238],[-72.88318899768305,41.7556604802636],[-72.88307199766054,41.75592948031936],[-72.88290799761346,41.75603848034572],[-72.88289099760861,41.756050480348605],[-72.8826789975488,41.75620948038619],[-72.88253599751197,41.756377480423275],[-72.8824899975011,41.7564484804385],[-72.8823999974799,41.756588480468444],[-72.88238099747512,41.75661248047369],[-72.88234899746405,41.75660148047262],[-72.88234499746265,41.756599480472374],[-72.88223999742637,41.75656348046881],[-72.8822059974146,41.7565514804676],[-72.88204599737298,41.75673248050776],[-72.88156499724782,41.75727548062823],[-72.8814059972066,41.75745748066854],[-72.88119899715414,41.75771548072509],[-72.88111099713404,41.75786348075653],[-72.88102399711552,41.758032480792],[-72.88089899710705,41.75858948090361],[-72.88077199707821,41.75880548094946],[-72.88049499701553,41.75928048105019],[-72.87984399684525,41.76000048121036],[-72.87960299678092,41.76024448126532],[-72.87924699668585,41.76060448134639],[-72.87897399661296,41.76088048140855],[-72.87894699660532,41.76090048141329],[-72.8782499964089,41.761427481537666],[-72.87756399620511,41.76176548162522],[-72.87745599617203,41.761801481635665],[-72.87625599580473,41.76220548175262],[-72.87601899573167,41.76227648177402],[-72.87586199568415,41.7623384817911],[-72.87564699561919,41.762425481814866],[-72.87539699554415,41.76253548184422],[-72.875242995498,41.76260448186255],[-72.87512399546505,41.76270448188571],[-72.87497599542264,41.76280448190984],[-72.87477699536574,41.76294048194256],[-72.87460499531603,41.76304948196918],[-72.87414999518636,41.76336848204556],[-72.87387799510891,41.76356048209145],[-72.87381799509176,41.763601482101315],[-72.87363999504103,41.763726482131226],[-72.8735809950243,41.76376948214144],[-72.87343699498322,41.763869482165425],[-72.87321899492103,41.76402148220186],[-72.87300799486103,41.764171482237664],[-72.8728649948203,41.764272482261816],[-72.87282699480926,41.764295482267485],[-72.87271199477593,41.76436648228494],[-72.87267499476529,41.764390482290764],[-72.87262399475044,41.7644214822984],[-72.87247299470668,41.76451448232126],[-72.87242299469226,41.76454648232907],[-72.87134399433151,41.76438348233258],[-72.87058199407674,41.76426848233511],[-72.8699639938701,41.76417448233699],[-72.86810699324927,41.76389448234317],[-72.86702799288857,41.76373248234686],[-72.86172699111597,41.76292748236332],[-72.86124199095391,41.76285548236514],[-72.86034999065694,41.76274248237223],[-72.85953099038426,41.762638482378705],[-72.85928999030403,41.76260848238073],[-72.85887599016752,41.762578482388335],[-72.85814998992846,41.762532482402996],[-72.85789798984548,41.762516482408074],[-72.85774498979515,41.7625074824113],[-72.85314498827422,41.76210748248315]]]},"properties":{"name":4603.01,"geoid":"09003460301"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.57405989572028,41.733491485933676],[-72.57386489565793,41.73351248594396],[-72.57327889547055,41.733575485974896],[-72.57308489540858,41.73359748598534],[-72.57271389529006,41.73363948600533],[-72.57160389493545,41.73376448606499],[-72.57123389481733,41.73380748608512],[-72.57051989459084,41.73391648612904],[-72.56837789391152,41.73424548626115],[-72.5676648936854,41.73435548630521],[-72.56397789250386,41.734707486491104],[-72.55695489025321,41.73537848684527],[-72.55673489018264,41.73539848685617],[-72.55534988973876,41.73553048692593],[-72.55291988896006,41.73576348704862],[-72.54923488777912,41.73611648723459],[-72.54666588696007,41.736437487378694],[-72.54173988538963,41.73705448765529],[-72.53895988450331,41.73740248781135],[-72.5363918836846,41.737724487955596],[-72.53549288339856,41.737847488008086],[-72.53279688254091,41.73821848816587],[-72.5318988822553,41.73834348821871],[-72.53097288195654,41.73839748825871],[-72.52819488106036,41.73856148837904],[-72.52726988076203,41.73861748841937],[-72.5272358807511,41.73862048842104],[-72.52709088070476,41.73863648842876],[-72.52655488053358,41.738698488457864],[-72.52637688047676,41.73871948846761],[-72.52576188028033,41.73879048850095],[-72.52391687969097,41.73900248860081],[-72.52330287949492,41.73907448863431],[-72.52292487937403,41.739115488654306],[-72.52179387901259,41.73924248871495],[-72.52141687889208,41.73928448873508],[-72.52054187861236,41.73938148878177],[-72.51968187833748,41.739477488827745],[-72.519664878332,41.73947848882848],[-72.5188448780784,41.73971948890127],[-72.51838687794098,41.73992848895631],[-72.51813687786529,41.740030488984004],[-72.51800687782297,41.74003148898835],[-72.51790687779042,41.74003248899173],[-72.51769287771981,41.74001748899566],[-72.51752387766375,41.74000048899775],[-72.51713287753306,41.73994348899919],[-72.51721887755029,41.73975348895969],[-72.51731687757258,41.73958348892366],[-72.51792687771176,41.73853348870102],[-72.51800987773075,41.7383914886709],[-72.51807787773984,41.73816148862422],[-72.51813387774821,41.737987488588765],[-72.51818487774835,41.737697488531026],[-72.51819187774241,41.73755248850275],[-72.51820087773643,41.737395488472075],[-72.5179748775796,41.73593248819616],[-72.5179368775545,41.73570848815401],[-72.51783487748648,41.73509648803882],[-72.51778187745154,41.734785487980346],[-72.51762487734747,41.733854487805154],[-72.51761187733858,41.73377248778969],[-72.51756887731166,41.73354548774714],[-72.51752887728692,41.733339487708555],[-72.51752787728472,41.73330648770219],[-72.5175168772674,41.7330644876557],[-72.51754187726627,41.73290148762335],[-72.51759687726427,41.73255048755367],[-72.51765887725489,41.73202948745085],[-72.51768187724291,41.731686487383726],[-72.51771087723844,41.7314414873354],[-72.5177378772202,41.7309654872424],[-72.51775787720679,41.730614487173845],[-72.51776387720244,41.73050348715217],[-72.51781487720889,41.73032448711588],[-72.51799087726131,41.73023748709344],[-72.51863087746675,41.730181487062204],[-72.51916987763981,41.73013548703613],[-72.51960687778066,41.73010748701677],[-72.52113687826986,41.729940486935675],[-72.52167487844193,41.72988248690729],[-72.52196587853298,41.729815486885066],[-72.52208187856925,41.72978848687614],[-72.52231387863908,41.72968648684899],[-72.52242787867345,41.72963748683586],[-72.52248987869213,41.729610486828676],[-72.52326787891714,41.72910748670651],[-72.52358187900806,41.7289064866576],[-72.52387387909154,41.72870048660841],[-72.52475087934238,41.72808448646123],[-72.52504387942622,41.72787948641221],[-72.5250818794371,41.727852486405766],[-72.52535887951576,41.72764848635746],[-72.52630587978517,41.726957486193506],[-72.5266218798751,41.72672748613891],[-72.5265778798402,41.72636548607025],[-72.52657287983489,41.72630048605783],[-72.52655187981024,41.72598748599789],[-72.52638387970096,41.72502748581743],[-72.52631087965314,41.72460448573788],[-72.52622787960377,41.72421148566445],[-72.52618887957372,41.72390648560665],[-72.5261328795302,41.72346148552229],[-72.5261198794799,41.72265048536572],[-72.52614487943875,41.72178248519689],[-72.52616587940537,41.721074485059155],[-72.52619387939917,41.72080448500598],[-72.52620887939027,41.720561484958466],[-72.52621587938664,41.72045748493809],[-72.5267588795075,41.71946948472951],[-72.52684687952146,41.71921048467656],[-72.52685287952126,41.71917248466902],[-72.52688287952071,41.718990484632826],[-72.52675287946114,41.71868748457831],[-72.52652587936433,41.71828548450772],[-72.52647787934386,41.718200484492776],[-72.52578287905574,41.71711548430488],[-72.52567287900752,41.71689748426618],[-72.52559187896755,41.71665848422249],[-72.52554987894682,41.71653448419981],[-72.5254908789155,41.71632148416045],[-72.5254978789037,41.71607348411223],[-72.52555687890509,41.71575948404953],[-72.52568887893223,41.715479483991125],[-72.52581887896189,41.7152554839436],[-72.52588687897756,41.71514148391935],[-72.52611387903542,41.714857483857145],[-72.52627687907997,41.71470648382271],[-72.52676687921411,41.71425648371995],[-72.52693087925903,41.71410648368569],[-72.52699287927362,41.714007483664545],[-72.52717987931787,41.71371348360166],[-72.52724287933285,41.713615483580654],[-72.52733587935286,41.713434483542656],[-72.52761787941418,41.7128954834293],[-72.52771187943459,41.71271548339145],[-72.52752787936718,41.712584483371955],[-72.52742787933059,41.7125134833614],[-72.5269438791574,41.71224148332415],[-72.5267478790873,41.71213148330909],[-72.52683387910379,41.71192848326706],[-72.52695087912393,41.71161148320193],[-72.52717487916689,41.71108248309233],[-72.52720187917166,41.71101148307774],[-72.52737187920253,41.71057948298868],[-72.52752187923268,41.71024948291999],[-72.52776087928004,41.70971148280818],[-72.52885387953569,41.70794048243039],[-72.5289138795488,41.7078264824064],[-72.52921387961476,41.7072664822884],[-72.52947587967124,41.70675748218147],[-72.52957487969255,41.70656448214094],[-72.52962687970324,41.70645448211799],[-72.52994287976944,41.705806481982414],[-72.53011487981199,41.70556848193084],[-72.53017387982668,41.70548848191347],[-72.53035387987647,41.70533248187751],[-72.53101488005782,41.70473248174024],[-72.5310508800678,41.70470148173309],[-72.53118988010405,41.70454248169788],[-72.53133988014154,41.70434148165416],[-72.53146688016658,41.70405348159433],[-72.53151788016044,41.703652481515036],[-72.53125587999409,41.70222548124701],[-72.53109587989212,41.70134748108207],[-72.5313188799635,41.70132448107051],[-72.53198788017757,41.701255481035815],[-72.53221088024891,41.70123248102424],[-72.53322188057625,41.701195480984865],[-72.53332088060785,41.70118348097938],[-72.53394488080723,41.701114480946124],[-72.53518288120094,41.70094348087355],[-72.53570088136429,41.70084748083843],[-72.5362578815406,41.70075648080304],[-72.53662088165606,41.70070648078179],[-72.53688688174068,41.700670480766355],[-72.53772988201729,41.70070448074606],[-72.53883388237857,41.700731480716094],[-72.53892188240742,41.700734480713855],[-72.5396408826414,41.70072948068998],[-72.54029988285642,41.70073448066993],[-72.54087888304262,41.70069148064315],[-72.54173588331321,41.7005384805862],[-72.54213188344194,41.70053348057259],[-72.54221488346894,41.70053248056974],[-72.54273588364215,41.700593480564955],[-72.54312588376817,41.70057448054882],[-72.54323288380247,41.700564480543484],[-72.54379888397985,41.70044048050143],[-72.54394888402581,41.70038948048677],[-72.54433888414977,41.70033448046366],[-72.54486588431824,41.70027748043583],[-72.54493588434043,41.70026648043147],[-72.54562288455784,41.70015348038767],[-72.54584088462691,41.70011848037394],[-72.54632288478201,41.700084480351975],[-72.54693888498744,41.70016748034841],[-72.54737888513642,41.700266480353555],[-72.54759688521088,41.70032648035822],[-72.54898488567817,41.70059148036527],[-72.5493428857968,41.70062648036064],[-72.54962188588703,41.7006144803494],[-72.5501148860455,41.70057648032632],[-72.55059888619644,41.70045748028785],[-72.55110588634682,41.700196480221116],[-72.55137288642659,41.700069480188006],[-72.55165688651141,41.69993348015261],[-72.55255488678145,41.699536480047065],[-72.55262388680183,41.69949948003769],[-72.55312888695161,41.69923947997122],[-72.55361288709629,41.699010479911436],[-72.5538108871544,41.69889747988323],[-72.55398588720675,41.69881547986176],[-72.55449888736173,41.69860147980395],[-72.55484488747175,41.69855347978361],[-72.55489888748893,41.69854647978053],[-72.55516888757651,41.69853947977055],[-72.55555788770398,41.69855247976068],[-72.55582288779368,41.69861147976364],[-72.55615288790655,41.69870547977132],[-72.55621288792705,41.698722479772705],[-72.5565548880457,41.69884947978638],[-72.55720088827425,41.69916747982737],[-72.55788988852237,41.699583479885945],[-72.55814288862082,41.69986547993249],[-72.55843188874161,41.70033448001409],[-72.55892488895849,41.701324480190124],[-72.55903888900865,41.701553480230814],[-72.55946288920289,41.70254048040843],[-72.55954088923869,41.70272348044139],[-72.55967988929412,41.702901480471404],[-72.55968788929728,41.70291148047308],[-72.559834889353,41.70304948049512],[-72.56004388943145,41.703231480523705],[-72.56068688965243,41.703433480542294],[-72.56079588968954,41.70346148054425],[-72.56120888983018,41.70356848055178],[-72.56116588984658,41.70410348065677],[-72.56080488976174,41.70468048078001],[-72.55887188930812,41.70778048144201],[-72.5585498892326,41.7082974815524],[-72.55845488921203,41.70848048159086],[-72.55841788921225,41.70869648163386],[-72.55841088922038,41.70887948166952],[-72.55851788927609,41.70924648173717],[-72.55873888939404,41.710054481886566],[-72.56006189015133,41.715791482955055],[-72.56035289032538,41.71718448321545],[-72.56046389039057,41.71769448331064],[-72.56087489052784,41.71775348330893],[-72.56118989063322,41.71780148330816],[-72.56225989099111,41.71796348330536],[-72.56267689112875,41.71799448329803],[-72.56322789131143,41.7180494832911],[-72.56353789141414,41.718079483287],[-72.5647138918039,41.718194483271716],[-72.56542089203526,41.718211483252425],[-72.56609089225164,41.71817748322446],[-72.56737089265928,41.71801148315142],[-72.5686438930647,41.71784648307884],[-72.56931089327709,41.7177594830407],[-72.57131289391471,41.71750048292662],[-72.57198089412748,41.71741448288862],[-72.572704894358,41.7173194828471],[-72.57346189459889,41.71721848280338],[-72.57551489525238,41.716946482685124],[-72.57553189525775,41.716943482684],[-72.57558289527402,41.71693748268121],[-72.57560089527979,41.71693548268024],[-72.5757918953661,41.717358482756026],[-72.57597289544782,41.717758482827676],[-72.57613089553095,41.71831448293026],[-72.57621389556455,41.71842948294988],[-72.57642389563873,41.718530482962706],[-72.57649889566521,41.718566482967276],[-72.57684089578632,41.718736482989264],[-72.57691589581287,41.71877348299402],[-72.57708589587304,41.71885748300484],[-72.57712689588897,41.718902483012236],[-72.57718389591113,41.718965483022615],[-72.5772538959393,41.71905948303858],[-72.57731289596573,41.71918648306128],[-72.57763989608276,41.71937048308643],[-72.57789589617438,41.71951448310614],[-72.57855889641814,41.72000148317921],[-72.57903389659774,41.72043748324842],[-72.57910789662844,41.72055348326851],[-72.57944789676966,41.721087483361],[-72.57948489678625,41.7211674833753],[-72.57952589680468,41.72125648339121],[-72.57960189683806,41.721407483418005],[-72.57964289685596,41.721487483432185],[-72.57998389701486,41.72232648358368],[-72.58015689709543,41.72275148366041],[-72.58062889732935,41.724158483917634],[-72.58090989746209,41.72488148404857],[-72.58123989761776,41.725726484201566],[-72.581313897654,41.72593948424042],[-72.58138489768882,41.72614448427781],[-72.58146789773619,41.726501484344254],[-72.5814858977473,41.72659348436148],[-72.58151389776417,41.72672948438691],[-72.58153689777652,41.72681448440262],[-72.58131189771332,41.72699248444427],[-72.58123189769091,41.72705648445921],[-72.58071389755374,41.72761148458315],[-72.58062589753052,41.727707484604565],[-72.58051489750068,41.727818484629594],[-72.58018389741272,41.72816848470789],[-72.5794968972304,41.72889748487092],[-72.57914589713133,41.729166484934204],[-72.57912489712547,41.72918348493817],[-72.5787178970043,41.729384484990064],[-72.5786048969722,41.72946748500974],[-72.578432896922,41.72957048503519],[-72.57802189680226,41.72981948509649],[-72.57759689668279,41.73015348517469],[-72.57747289664802,41.73025248519783],[-72.57733089660825,41.73036648522442],[-72.57676089644852,41.73082348533108],[-72.57653189638432,41.73100648537381],[-72.57555889611184,41.73178948555643],[-72.57511889598383,41.732059485622734],[-72.57499689594727,41.73211548563747],[-72.57461089583185,41.73229748568503],[-72.57434689575435,41.73244748572249],[-72.57430689574427,41.73249948573382],[-72.57424989573015,41.73257748575074],[-72.57421589572442,41.73267148577002],[-72.57419489572116,41.732734485782885],[-72.57416489571605,41.732816485799695],[-72.57416489571615,41.73281848580011],[-72.57411789571316,41.73303448584338],[-72.5741068957117,41.73307148585089],[-72.57408389570904,41.73315648586808],[-72.57407789571084,41.73322248588104],[-72.57406689571454,41.733350485906165],[-72.57406289571739,41.73342348592042],[-72.57405989572028,41.733491485933676]]]},"properties":{"name":5201,"geoid":"09003520100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.53109587989212,41.70134748108207],[-72.53125587999409,41.70222548124701],[-72.53151788016044,41.703652481515036],[-72.53146688016658,41.70405348159433],[-72.53133988014154,41.70434148165416],[-72.53118988010405,41.70454248169788],[-72.5310508800678,41.70470148173309],[-72.53101488005782,41.70473248174024],[-72.53035387987647,41.70533248187751],[-72.53017387982668,41.70548848191347],[-72.53011487981199,41.70556848193084],[-72.52994287976944,41.705806481982414],[-72.52962687970324,41.70645448211799],[-72.52957487969255,41.70656448214094],[-72.52947587967124,41.70675748218147],[-72.52921387961476,41.7072664822884],[-72.5289138795488,41.7078264824064],[-72.52885387953569,41.70794048243039],[-72.52776087928004,41.70971148280818],[-72.52752187923268,41.71024948291999],[-72.52737187920253,41.71057948298868],[-72.52720187917166,41.71101148307774],[-72.52717487916689,41.71108248309233],[-72.52695087912393,41.71161148320193],[-72.52683387910379,41.71192848326706],[-72.5267478790873,41.71213148330909],[-72.5269438791574,41.71224148332415],[-72.52742787933059,41.7125134833614],[-72.52752787936718,41.712584483371955],[-72.52771187943459,41.71271548339145],[-72.52761787941418,41.7128954834293],[-72.52733587935286,41.713434483542656],[-72.52724287933285,41.713615483580654],[-72.52717987931787,41.71371348360166],[-72.52699287927362,41.714007483664545],[-72.52693087925903,41.71410648368569],[-72.52676687921411,41.71425648371995],[-72.52627687907997,41.71470648382271],[-72.52611387903542,41.714857483857145],[-72.52588687897756,41.71514148391935],[-72.52581887896189,41.7152554839436],[-72.52568887893223,41.715479483991125],[-72.52555687890509,41.71575948404953],[-72.5254978789037,41.71607348411223],[-72.5254908789155,41.71632148416045],[-72.52554987894682,41.71653448419981],[-72.52559187896755,41.71665848422249],[-72.52567287900752,41.71689748426618],[-72.52578287905574,41.71711548430488],[-72.52647787934386,41.718200484492776],[-72.52652587936433,41.71828548450772],[-72.52675287946114,41.71868748457831],[-72.52688287952071,41.718990484632826],[-72.52685287952126,41.71917248466902],[-72.52684687952146,41.71921048467656],[-72.5267588795075,41.71946948472951],[-72.52621587938664,41.72045748493809],[-72.52620887939027,41.720561484958466],[-72.52619387939917,41.72080448500598],[-72.52616587940537,41.721074485059155],[-72.52614487943875,41.72178248519689],[-72.5261198794799,41.72265048536572],[-72.5261328795302,41.72346148552229],[-72.52618887957372,41.72390648560665],[-72.52622787960377,41.72421148566445],[-72.52631087965314,41.72460448573788],[-72.52638387970096,41.72502748581743],[-72.52655187981024,41.72598748599789],[-72.52657287983489,41.72630048605783],[-72.5265778798402,41.72636548607025],[-72.5266218798751,41.72672748613891],[-72.52630587978517,41.726957486193506],[-72.52535887951576,41.72764848635746],[-72.5250818794371,41.727852486405766],[-72.52504387942622,41.72787948641221],[-72.52475087934238,41.72808448646123],[-72.52387387909154,41.72870048660841],[-72.52358187900806,41.7289064866576],[-72.52326787891714,41.72910748670651],[-72.52248987869213,41.729610486828676],[-72.52242787867345,41.72963748683586],[-72.52231387863908,41.72968648684899],[-72.52208187856925,41.72978848687614],[-72.52196587853298,41.729815486885066],[-72.52167487844193,41.72988248690729],[-72.52113687826986,41.729940486935675],[-72.51960687778066,41.73010748701677],[-72.51916987763981,41.73013548703613],[-72.51863087746675,41.730181487062204],[-72.51799087726131,41.73023748709344],[-72.51781487720889,41.73032448711588],[-72.51776387720244,41.73050348715217],[-72.51775787720679,41.730614487173845],[-72.5177378772202,41.7309654872424],[-72.51771087723844,41.7314414873354],[-72.51768187724291,41.731686487383726],[-72.51765887725489,41.73202948745085],[-72.51759687726427,41.73255048755367],[-72.51754187726627,41.73290148762335],[-72.5175168772674,41.7330644876557],[-72.51752787728472,41.73330648770219],[-72.51752887728692,41.733339487708555],[-72.51756887731166,41.73354548774714],[-72.51761187733858,41.73377248778969],[-72.51762487734747,41.733854487805154],[-72.51778187745154,41.734785487980346],[-72.51783487748648,41.73509648803882],[-72.5179368775545,41.73570848815401],[-72.5179748775796,41.73593248819616],[-72.51820087773643,41.737395488472075],[-72.51819187774241,41.73755248850275],[-72.51818487774835,41.737697488531026],[-72.51813387774821,41.737987488588765],[-72.51807787773984,41.73816148862422],[-72.51800987773075,41.7383914886709],[-72.51792687771176,41.73853348870102],[-72.51731687757258,41.73958348892366],[-72.51721887755029,41.73975348895969],[-72.51713287753306,41.73994348899919],[-72.51680987742408,41.7398784889969],[-72.51653887733443,41.7398554890011],[-72.5162568772412,41.73983248900563],[-72.51571587706758,41.73988048903216],[-72.51475087676147,41.74002948909176],[-72.51452987669143,41.74006448910558],[-72.514158876574,41.7401264891294],[-72.51395187650851,41.74016148914278],[-72.51349387636235,41.740216489168],[-72.51338487632715,41.74022248917263],[-72.51240087600964,41.74027948921504],[-72.51105187557765,41.74041648928453],[-72.51076887548705,41.74044548929917],[-72.51027787533069,41.74051048932739],[-72.50981887518446,41.74057048935363],[-72.50965887513446,41.74060848936609],[-72.50941687505899,41.74066848938541],[-72.50780887455014,41.74093848948888],[-72.50719187435494,41.74104348952887],[-72.507169874348,41.74104748953035],[-72.50632587407758,41.741130489573294],[-72.50597187396667,41.74120948959986],[-72.50585687392969,41.74121848960527],[-72.50565187386383,41.74123548961509],[-72.504725873561,41.741218489641305],[-72.50330987309921,41.741215489685835],[-72.50249587284209,41.741360489739826],[-72.50188287264497,41.74140848976866],[-72.50182987262804,41.74141448977149],[-72.5012898724558,41.741481489801664],[-72.50086487232133,41.74155348982912],[-72.50076187229448,41.741671489855236],[-72.50078087231282,41.74188548989604],[-72.4984488715653,41.74210949001368],[-72.49735987121623,41.74221449006867],[-72.49688387106366,41.74226049009275],[-72.49426687022473,41.74251149022464],[-72.49145486932332,41.74278149036645],[-72.4904008689855,41.74288349041974],[-72.49003186886723,41.74291949043845],[-72.48912386857614,41.7430064904842],[-72.48614386762151,41.74330449063673],[-72.4803348657607,41.74388749093444],[-72.4781128650489,41.7441104910483],[-72.47720686475861,41.74420049109454],[-72.47422786380437,41.74450049124739],[-72.4726288632925,41.74466749133057],[-72.46389986049816,41.7455804917849],[-72.46325586013597,41.74289549128576],[-72.46320586010775,41.74268549124671],[-72.46301786000201,41.74190149110096],[-72.46236385958944,41.73838449044104],[-72.46235785958574,41.73835349043524],[-72.46232985956827,41.73820649040767],[-72.46205085939899,41.73682449014904],[-72.4618978593062,41.736067490007386],[-72.46166585916558,41.734920489792735],[-72.46051385846653,41.72921048872395],[-72.46012985823357,41.727307488367735],[-72.45992885811253,41.72632748818438],[-72.4593298577508,41.723387487634156],[-72.4591298576301,41.72240748745074],[-72.45893785751265,41.7214384872692],[-72.45874185739306,41.720454487084886],[-72.45868485735797,41.720162487030144],[-72.45735085654222,41.71343248576916],[-72.45692985628477,41.71130748537094],[-72.45690585627032,41.71119048534905],[-72.45690485626987,41.71118848534868],[-72.45669885614679,41.71019948516366],[-72.45608085577734,41.70722948460797],[-72.45587585565453,41.70623948442271],[-72.45557485547492,41.70479848415312],[-72.45467785493842,41.700480483345025],[-72.45441885478365,41.69923648311222],[-72.4543788547596,41.69904148307572],[-72.4543298547304,41.698807483031935],[-72.45431285471994,41.69872048301562],[-72.45426485469062,41.69847848297025],[-72.45421585466092,41.6982354829247],[-72.45417485463602,41.698031482886485],[-72.45413385461113,41.697827482848254],[-72.45365685432085,41.695442482401276],[-72.45352785424235,41.69479748228037],[-72.45352085423815,41.69476348227402],[-72.45311385399046,41.69272748189237],[-72.45302985393936,41.692307481813664],[-72.4529728539067,41.692058481767205],[-72.45297085390554,41.692049481765544],[-72.45282185382037,41.69140148164469],[-72.45237785356565,41.68945448128145],[-72.45222985348087,41.68880748116075],[-72.45397985404179,41.68864048107284],[-72.45922985572467,41.68814248080965],[-72.46098085628596,41.687976480721886],[-72.46275885685208,41.68774048061969],[-72.46627085797036,41.68727548041803],[-72.46809585855144,41.687033480313175],[-72.46987585911823,41.68679848021109],[-72.46992485915388,41.68714648027697],[-72.47007285926125,41.688192480474996],[-72.47012285929728,41.68854148054105],[-72.47015485932177,41.68879048058827],[-72.4702078593624,41.689203480666635],[-72.47025085939529,41.689537480729996],[-72.47028385942019,41.6897874807774],[-72.47048185954849,41.6909154809897],[-72.470502859562,41.691033481011885],[-72.47087085980036,41.693127481405966],[-72.47103485989766,41.69390248155094],[-72.47104685990534,41.69396948156355],[-72.47110985994432,41.6942954816247],[-72.47120986000627,41.6948144817221],[-72.47121186004188,41.69543248184178],[-72.47122786006258,41.69570648189436],[-72.47123586008153,41.695995481950106],[-72.4712368600835,41.696024481955696],[-72.47125286014936,41.6970964821629],[-72.47122986017534,41.69768848227833],[-72.47120886020011,41.69824748238731],[-72.4712088602004,41.69825248238827],[-72.47120786021569,41.69852848244177],[-72.47120786026254,41.6993564826022],[-72.47120786027821,41.69963348265587],[-72.47183286047738,41.6995534826205],[-72.47284886080122,41.69942448256323],[-72.473709861075,41.699303482512434],[-72.47413286120953,41.69924448248755],[-72.47418386122574,41.69923748248457],[-72.47433486127377,41.699216482475705],[-72.4745258613345,41.699189482464405],[-72.47520786155246,41.69911348242799],[-72.47568486170499,41.699061482402755],[-72.47642086194078,41.69898948236543],[-72.47671186203382,41.69895748234997],[-72.4770178621308,41.69890848233076],[-72.47772486235338,41.698770482281546],[-72.47781986238395,41.69876348227718],[-72.47793186242012,41.69875748227245],[-72.47806686246456,41.698765482269714],[-72.47866086267042,41.69898248229288],[-72.47879786271793,41.69903248229819],[-72.47912686283199,41.699153482311175],[-72.47930186289032,41.69917648231007],[-72.47948086294781,41.69916148230148],[-72.47960186298579,41.699135482292604],[-72.48008786313851,41.699035482257784],[-72.4801228631494,41.699026482254915],[-72.48067786332243,41.69888748221034],[-72.48154186357615,41.698395482087555],[-72.48213786375382,41.698102482011834],[-72.4822608637875,41.697989481986035],[-72.48259586387938,41.6976834819161],[-72.48294686397186,41.697296481829966],[-72.483061864006,41.697237481814874],[-72.48312986402621,41.69720348180613],[-72.48339286410567,41.69709248177626],[-72.48342086411466,41.69709048177498],[-72.48355086415677,41.697085481769875],[-72.48365386419087,41.697095481768535],[-72.48396486429401,41.69712648176467],[-72.48406886432852,41.697137481763484],[-72.4843258644117,41.69712748175338],[-72.48456786448718,41.69706748173406],[-72.48472886453432,41.69697348171073],[-72.48475186454041,41.69694848170515],[-72.485387864711,41.69630048155938],[-72.4863328649708,41.69544948136445],[-72.48654486502913,41.695259481320896],[-72.48691886513767,41.69502348126327],[-72.48711386519417,41.69489948123305],[-72.48770186536494,41.694530481142856],[-72.48789786542184,41.6944074811128],[-72.48867086564466,41.69389348098863],[-72.48893086571432,41.693627480928825],[-72.48910186576019,41.693453480889666],[-72.4894578658354,41.69273248073864],[-72.4895698658581,41.692488480687814],[-72.48959786585642,41.692297480649906],[-72.4896478658645,41.69215248062022],[-72.48975786589479,41.692054480597726],[-72.49170486648643,41.69129748038914],[-72.49291686685478,41.69082748025953],[-72.49367586709221,41.69065248020147],[-72.49432086729861,41.69058548016797],[-72.49455386737203,41.69054148015204],[-72.49543386763366,41.69009748003803],[-72.49598186780908,41.69004148000973],[-72.49667786802043,41.6897684799347],[-72.49790986842454,41.68981547990461],[-72.49802386846198,41.68982047990196],[-72.49847786861302,41.68987547989817],[-72.49888786876572,41.69021247995044],[-72.49928986892247,41.69066748002581],[-72.49953486900769,41.690762480036426],[-72.49999186916483,41.69090748004997],[-72.50174086977593,41.69163448013519],[-72.50215486992221,41.69183548016097],[-72.50247987004116,41.69206548019518],[-72.5027788701537,41.69233248023741],[-72.50299187024305,41.692684480298816],[-72.50314287031283,41.693047480364356],[-72.5032268703432,41.693100480371946],[-72.50335087038407,41.69310848036955],[-72.50448887074974,41.6930174803157],[-72.50500287091835,41.69303748030323],[-72.5062388713246,41.69309848027571],[-72.50683487152084,41.69313448026373],[-72.50760687177439,41.69316948024593],[-72.50866487210833,41.69297848017524],[-72.50996887251874,41.69272248008414],[-72.5121808732172,41.69232847993739],[-72.51268087337516,41.69224047990443],[-72.51314787353174,41.69231847990469],[-72.51359287368649,41.692490479923826],[-72.51436787395188,41.692717479943134],[-72.51490487413685,41.69289347996014],[-72.51537987429622,41.692974479960704],[-72.51578487443028,41.693011479954976],[-72.5163158746035,41.69301547993885],[-72.51724287490003,41.69291747989035],[-72.51758887501057,41.69287847987177],[-72.51862887534276,41.69276047981579],[-72.51897587545368,41.69272247979739],[-72.51929187555528,41.69269847978268],[-72.52024287586113,41.692627479738626],[-72.5205598759631,41.692604479724075],[-72.52070187605209,41.69335747986544],[-72.52074087607625,41.693559479903335],[-72.52109287630795,41.69562348029198],[-72.52122187639286,41.696379480434324],[-72.52184587659335,41.696329480404756],[-72.52292787694105,41.69624348035364],[-72.5232388770426,41.69624748034451],[-72.52346187712008,41.69633248035387],[-72.5236698771953,41.69646348037262],[-72.52382887725278,41.696563480386935],[-72.52395287729796,41.69664748039925],[-72.52420187738747,41.69679548041999],[-72.5245178774984,41.69693548043703],[-72.52462887753778,41.696992480444564],[-72.52561687788848,41.697499480511276],[-72.52586687797975,41.69767248053683],[-72.5259238780006,41.697712480542755],[-72.52621687811173,41.69798848058691],[-72.52659787825624,41.6983474806443],[-72.52669187829191,41.69843648065855],[-72.52717987847544,41.698868480726674],[-72.52753087860576,41.69914948076991],[-72.52782487871052,41.699307480791155],[-72.52783287871318,41.699308480791096],[-72.52835387888669,41.69937448078728],[-72.52878987902803,41.69936148077086],[-72.528850879048,41.69936348076932],[-72.52947787925358,41.699385480753584],[-72.53033387953914,41.69950248074898],[-72.53047787958718,41.699522480748264],[-72.53079487969923,41.699676480767984],[-72.53084387973425,41.70001248083152],[-72.53089887977299,41.70037948090084],[-72.53099587982378,41.70071748096322],[-72.5310208798463,41.700970481011424],[-72.53102887985133,41.7010134810195],[-72.53109587989212,41.70134748108207]]]},"properties":{"name":5202.01,"geoid":"09003520201"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.46987585911823,41.68679848021109],[-72.47125985956136,41.68665848013999],[-72.4754138608915,41.686241479927205],[-72.476798861335,41.68610247985625],[-72.48027186230756,41.6832874792003],[-72.48272586299487,41.68130047873721],[-72.48240386285221,41.680633478618155],[-72.47894586132006,41.673462477337964],[-72.47843786107161,41.67199547706968],[-72.47731986052477,41.66876447647875],[-72.4783188608318,41.66843747638362],[-72.47895586102902,41.6682544763279],[-72.48086686162083,41.66770847616135],[-72.48150486181841,41.66752647610579],[-72.48240286209659,41.66727147602782],[-72.48509886293184,41.66650747579401],[-72.48599786321039,41.66625347571622],[-72.49730786667782,41.662407474611015],[-72.50111486754054,41.65572847319478],[-72.50170186766726,41.65458747295483],[-72.50177786768568,41.65447547293069],[-72.50182386769451,41.654366472908094],[-72.50186986770431,41.654274472888794],[-72.50191386771282,41.65417147286741],[-72.50202786773683,41.653939472818806],[-72.50261686786085,41.65273847256713],[-72.50472786830555,41.64843947166619],[-72.50478486831767,41.64832547164225],[-72.50510886838596,41.64766647150413],[-72.50543186845395,41.647007471366045],[-72.50551086847923,41.64699947136197],[-72.50698486895106,41.64685247128661],[-72.51164687044357,41.64639147104895],[-72.51320187094142,41.64623847096981],[-72.51453187136724,41.64610747090211],[-72.5149258714937,41.64607447088317],[-72.52010587315685,41.64564847063579],[-72.52183287371139,41.64550747055349],[-72.52248587391708,41.64538347050866],[-72.52445087453623,41.64501447037456],[-72.52503187471935,41.64490647033513],[-72.52506187472899,41.64490447033379],[-72.52510687474349,41.64490147033178],[-72.52549387486835,41.64488047031541],[-72.52665787524397,41.64481847026634],[-72.52693187533241,41.6448044702549],[-72.52704687536902,41.64478947024832],[-72.52806287569099,41.64463147018535],[-72.52963087618812,41.6443914700889],[-72.53111487665852,41.64416246999725],[-72.5321328769813,41.64400746993479],[-72.53216987699318,41.64400446993303],[-72.53228187702938,41.64399946992848],[-72.5323198770417,41.64399846992708],[-72.5323428770489,41.64399346992539],[-72.53240387706828,41.64398446992169],[-72.53242387707466,41.64398246992067],[-72.53276987718559,41.64395146990365],[-72.5338958775469,41.64385546984919],[-72.53426087766402,41.64382446983155],[-72.53475787782357,41.64378346980777],[-72.53436887769955,41.64383046982928],[-72.5350998779336,41.643759469792236],[-72.53886687913993,41.64339646960192],[-72.54315688050572,41.64284146935765],[-72.54423088084772,41.64270446929688],[-72.5473498818451,41.64237946913451],[-72.54843188219108,41.64226646907813],[-72.55167188322717,41.64192946890956],[-72.55269888355556,41.64182246885608],[-72.55670988483809,41.641403468647],[-72.55944388571233,41.641119468504805],[-72.55982988583577,41.64107946848474],[-72.5598488858406,41.64105546847949],[-72.55990688585558,41.640986468464256],[-72.55992688586078,41.640963468459155],[-72.55996888587414,41.640957468456655],[-72.56009688591502,41.64094346844986],[-72.56012288592336,41.640941468448645],[-72.56013988592879,41.640939468447705],[-72.56111488624003,41.640828468395114],[-72.56404188717455,41.64049946823801],[-72.5650178874862,41.64039046818575],[-72.56685788807368,41.640183468086946],[-72.56718288817741,41.640146468069425],[-72.57367889025133,41.63941546772052],[-72.57553489084388,41.63920746762098],[-72.57584489094265,41.63916846760352],[-72.57611289102798,41.639134467588384],[-72.57633489109875,41.639107467576075],[-72.57679089124423,41.63905446755124],[-72.57691989128544,41.63904046754441],[-72.57718989137165,41.63901046752999],[-72.57718289137401,41.639092467546114],[-72.57716189138114,41.63933846759449],[-72.57715589138385,41.639421467610795],[-72.57713389138232,41.63952046763068],[-72.57710289138089,41.63967346766136],[-72.57701089136738,41.63996346772054],[-72.57692289136048,41.64034746779783],[-72.57670089130885,41.64071146787549],[-72.57652989127025,41.64101346793954],[-72.57653289129685,41.6414654680271],[-72.57652589130467,41.64164346806186],[-72.57651489132127,41.641999468131246],[-72.5764918913314,41.642310468192306],[-72.57649889136597,41.64288046830263],[-72.57654989139111,41.64303046833008],[-72.57650889139094,41.64326346837659],[-72.57605789127811,41.64386346850735],[-72.57579489120835,41.64414346857003],[-72.5757988912115,41.644176468576305],[-72.5758188912254,41.64430646860089],[-72.57598089129084,41.64453046863915],[-72.57620089141935,41.645533468826656],[-72.5762438914581,41.64597046891002],[-72.57646989158252,41.64686646907658],[-72.57657889165253,41.64747546919121],[-72.57674389175412,41.64831946934961],[-72.5767708917708,41.6484584693757],[-72.57721889203994,41.65063146978277],[-72.57606289167117,41.65076746984603],[-72.57314989074203,41.65111147000565],[-72.57259989056836,41.6512074700418],[-72.5714538902066,41.65140947011753],[-72.57116089011373,41.651454470135604],[-72.57052688991287,41.65155347017502],[-72.57028088983344,41.65156547018518],[-72.56998588973822,41.651580470197494],[-72.56941888955521,41.6516094702212],[-72.56885088937216,41.65164347024591],[-72.56882088936256,41.65164647024746],[-72.56631188856448,41.65198247039263],[-72.56589488843034,41.65201147041153],[-72.56534688825519,41.65207047044046],[-72.56506988816673,41.65210147045529],[-72.56445588796831,41.65212847048009],[-72.56418388787881,41.65211247048568],[-72.56405288784585,41.65228347052302],[-72.56398988783376,41.652432470553904],[-72.5638648878333,41.65314247069556],[-72.5638518878335,41.6532204707111],[-72.56380188782627,41.65338047074373],[-72.56375388781744,41.65350047076851],[-72.56310588769828,41.6551214711035],[-72.56272588763751,41.65623247133101],[-72.56265488762624,41.6564414713738],[-72.56254688760896,41.656757471438524],[-72.5623198875631,41.65725247154173],[-72.5618818875001,41.6586574718281],[-72.5617698874842,41.65902047190204],[-72.56155888744321,41.65950947200357],[-72.56145688742495,41.65977347205802],[-72.56139188741223,41.659922472088965],[-72.56137388740886,41.65996647209807],[-72.5613288874145,41.66032447216891],[-72.56148488751305,41.66116647232718],[-72.5616578876028,41.66175547243585],[-72.56172288765534,41.662308472540985],[-72.56166988766573,41.662796472637275],[-72.56168288768517,41.66306447268881],[-72.56175988772777,41.663373472746265],[-72.5619998878271,41.66374647281092],[-72.5625828880619,41.664538472945864],[-72.56274788813577,41.66489347300941],[-72.56305488828018,41.66567647315139],[-72.56312688831345,41.66584947318263],[-72.56329688837647,41.66598447320339],[-72.56348688844369,41.666078473215535],[-72.56389388859257,41.66636647325838],[-72.56441088878556,41.66679947332583],[-72.56465088887575,41.66701147335928],[-72.56479288893063,41.66716347338421],[-72.56484788895193,41.66722347339408],[-72.56523088909877,41.667612473457254],[-72.56602088947278,41.669669473830766],[-72.56608588950344,41.66983647386105],[-72.56628388959636,41.67033747395184],[-72.56634988962733,41.670504473982085],[-72.56648288968982,41.67084247404337],[-72.56648788969218,41.67085547404572],[-72.56675888982927,41.67171547420376],[-72.5667698898429,41.6718924742377],[-72.5667948898717,41.67225647430745],[-72.56675788986611,41.67237047433073],[-72.56675188986534,41.672391474334994],[-72.56675388987684,41.67258247437195],[-72.56674888988361,41.67273047440079],[-72.5667458898895,41.67285147442434],[-72.56635288977806,41.67314347449345],[-72.56606288969598,41.67336147454496],[-72.56560188956777,41.67374847463466],[-72.56523688946857,41.67409547471357],[-72.56496288939425,41.674358474773264],[-72.56490488938064,41.67445147479314],[-72.56478788935314,41.67463847483313],[-72.56457488931939,41.67526647496162],[-72.56446588930228,41.675590475027875],[-72.56422388925182,41.676090475132504],[-72.56379188914941,41.67676547527708],[-72.56368188912698,41.67700147532633],[-72.56360388911258,41.67719547536642],[-72.56347088909553,41.677658475460376],[-72.56340788908766,41.6778814755056],[-72.563341889103,41.678530475633465],[-72.5633408891032,41.67853947563525],[-72.56335188911336,41.678655475657365],[-72.56336888912867,41.678827475690156],[-72.56339588914904,41.67903147572883],[-72.56341288916173,41.679157475752696],[-72.5632338891045,41.67917647576209],[-72.56269788893307,41.679232475790045],[-72.56251988887622,41.67925247579959],[-72.5610348884015,41.679411475877785],[-72.55978288800301,41.67957647594967],[-72.55585288675375,41.680122476180834],[-72.55546288663137,41.68020447620915],[-72.55420288624678,41.680660476337714],[-72.55376688610991,41.680751476369224],[-72.55331888596616,41.68079047639108],[-72.55275588578213,41.6807794764069],[-72.55201688553879,41.680733476421544],[-72.55130388530361,41.68068247643441],[-72.55088788516731,41.68066847644495],[-72.55069588510509,41.68067447645224],[-72.55066188509413,41.680676476453705],[-72.55044588502462,41.68069147646349],[-72.54951688472917,41.68081847651773],[-72.54925188464436,41.680845476531424],[-72.54893288453977,41.680833476539256],[-72.5488918845233,41.68077847652991],[-72.54774088415853,41.680958476601475],[-72.54705688394111,41.6810534766417],[-72.54653588377619,41.68113847667478],[-72.54601188361148,41.68124447671204],[-72.5456058834862,41.6813674767488],[-72.54526488339303,41.68168347682089],[-72.54477788325492,41.68204547690658],[-72.5443428831267,41.68228347696655],[-72.54320288279669,41.68301347714435],[-72.54243388257274,41.683481477259555],[-72.54192188242163,41.68375847732953],[-72.54165888233842,41.68380247734644],[-72.54152988229765,41.683824477354825],[-72.54144888227206,41.68383847736012],[-72.54141288226067,41.68384447736243],[-72.54106888215019,41.68387247737881],[-72.54092888214893,41.68465447753481],[-72.54077488213483,41.685290477662946],[-72.54013388209152,41.68820847824875],[-72.540110882105,41.68857847832116],[-72.5400778821257,41.689132478429556],[-72.54008488213852,41.68931847846537],[-72.54009188215248,41.689524478505035],[-72.54013588219189,41.689966478589284],[-72.54042088234013,41.69094247876929],[-72.5406258824363,41.69146047886311],[-72.5409838825925,41.69215747898672],[-72.541525882816,41.692984479129656],[-72.54185488294661,41.69339647919899],[-72.54227888310925,41.69382847926914],[-72.54306288340345,41.69451147937644],[-72.54403488375887,41.695193479477574],[-72.5447238840057,41.69558747953192],[-72.54551188428323,41.69595347957769],[-72.54627088454485,41.6962054796023],[-72.54720388486099,41.69641947961399],[-72.54763188500526,41.69650447961682],[-72.55008288582037,41.69679547959501],[-72.55164888634123,41.69698247958128],[-72.55209488649011,41.697045479579245],[-72.55314888684259,41.69720547957662],[-72.55408588715879,41.697397479583934],[-72.55482788740919,41.69754947958971],[-72.5548308874215,41.69774947962834],[-72.5548328874259,41.69781547964106],[-72.55483588743701,41.69799347967543],[-72.55484088745902,41.69835247974481],[-72.55484488747175,41.69855347978361],[-72.55449888736173,41.69860147980395],[-72.55398588720675,41.69881547986176],[-72.5538108871544,41.69889747988323],[-72.55361288709629,41.699010479911436],[-72.55312888695161,41.69923947997122],[-72.55262388680183,41.69949948003769],[-72.55255488678145,41.699536480047065],[-72.55165688651141,41.69993348015261],[-72.55137288642659,41.700069480188006],[-72.55110588634682,41.700196480221116],[-72.55059888619644,41.70045748028785],[-72.5501148860455,41.70057648032632],[-72.54962188588703,41.7006144803494],[-72.5493428857968,41.70062648036064],[-72.54898488567817,41.70059148036527],[-72.54759688521088,41.70032648035822],[-72.54737888513642,41.700266480353555],[-72.54693888498744,41.70016748034841],[-72.54632288478201,41.700084480351975],[-72.54584088462691,41.70011848037394],[-72.54562288455784,41.70015348038767],[-72.54493588434043,41.70026648043147],[-72.54486588431824,41.70027748043583],[-72.54433888414977,41.70033448046366],[-72.54394888402581,41.70038948048677],[-72.54379888397985,41.70044048050143],[-72.54323288380247,41.700564480543484],[-72.54312588376817,41.70057448054882],[-72.54273588364215,41.700593480564955],[-72.54221488346894,41.70053248056974],[-72.54213188344194,41.70053348057259],[-72.54173588331321,41.7005384805862],[-72.54087888304262,41.70069148064315],[-72.54029988285642,41.70073448066993],[-72.5396408826414,41.70072948068998],[-72.53892188240742,41.700734480713855],[-72.53883388237857,41.700731480716094],[-72.53772988201729,41.70070448074606],[-72.53688688174068,41.700670480766355],[-72.53662088165606,41.70070648078179],[-72.5362578815406,41.70075648080304],[-72.53570088136429,41.70084748083843],[-72.53518288120094,41.70094348087355],[-72.53394488080723,41.701114480946124],[-72.53332088060785,41.70118348097938],[-72.53322188057625,41.701195480984865],[-72.53221088024891,41.70123248102424],[-72.53198788017757,41.701255481035815],[-72.5313188799635,41.70132448107051],[-72.53109587989212,41.70134748108207],[-72.53102887985133,41.7010134810195],[-72.5310208798463,41.700970481011424],[-72.53099587982378,41.70071748096322],[-72.53089887977299,41.70037948090084],[-72.53084387973425,41.70001248083152],[-72.53079487969923,41.699676480767984],[-72.53047787958718,41.699522480748264],[-72.53033387953914,41.69950248074898],[-72.52947787925358,41.699385480753584],[-72.528850879048,41.69936348076932],[-72.52878987902803,41.69936148077086],[-72.52835387888669,41.69937448078728],[-72.52783287871318,41.699308480791096],[-72.52782487871052,41.699307480791155],[-72.52753087860576,41.69914948076991],[-72.52717987847544,41.698868480726674],[-72.52669187829191,41.69843648065855],[-72.52659787825624,41.6983474806443],[-72.52621687811173,41.69798848058691],[-72.5259238780006,41.697712480542755],[-72.52586687797975,41.69767248053683],[-72.52561687788848,41.697499480511276],[-72.52462887753778,41.696992480444564],[-72.5245178774984,41.69693548043703],[-72.52420187738747,41.69679548041999],[-72.52395287729796,41.69664748039925],[-72.52382887725278,41.696563480386935],[-72.5236698771953,41.69646348037262],[-72.52346187712008,41.69633248035387],[-72.5232388770426,41.69624748034451],[-72.52292787694105,41.69624348035364],[-72.52184587659335,41.696329480404756],[-72.52122187639286,41.696379480434324],[-72.52109287630795,41.69562348029198],[-72.52074087607625,41.693559479903335],[-72.52070187605209,41.69335747986544],[-72.5205598759631,41.692604479724075],[-72.52024287586113,41.692627479738626],[-72.51929187555528,41.69269847978268],[-72.51897587545368,41.69272247979739],[-72.51862887534276,41.69276047981579],[-72.51758887501057,41.69287847987177],[-72.51724287490003,41.69291747989035],[-72.5163158746035,41.69301547993885],[-72.51578487443028,41.693011479954976],[-72.51537987429622,41.692974479960704],[-72.51490487413685,41.69289347996014],[-72.51436787395188,41.692717479943134],[-72.51359287368649,41.692490479923826],[-72.51314787353174,41.69231847990469],[-72.51268087337516,41.69224047990443],[-72.5121808732172,41.69232847993739],[-72.50996887251874,41.69272248008414],[-72.50866487210833,41.69297848017524],[-72.50760687177439,41.69316948024593],[-72.50683487152084,41.69313448026373],[-72.5062388713246,41.69309848027571],[-72.50500287091835,41.69303748030323],[-72.50448887074974,41.6930174803157],[-72.50335087038407,41.69310848036955],[-72.5032268703432,41.693100480371946],[-72.50314287031283,41.693047480364356],[-72.50299187024305,41.692684480298816],[-72.5027788701537,41.69233248023741],[-72.50247987004116,41.69206548019518],[-72.50215486992221,41.69183548016097],[-72.50174086977593,41.69163448013519],[-72.49999186916483,41.69090748004997],[-72.49953486900769,41.690762480036426],[-72.49928986892247,41.69066748002581],[-72.49888786876572,41.69021247995044],[-72.49847786861302,41.68987547989817],[-72.49802386846198,41.68982047990196],[-72.49790986842454,41.68981547990461],[-72.49667786802043,41.6897684799347],[-72.49598186780908,41.69004148000973],[-72.49543386763366,41.69009748003803],[-72.49455386737203,41.69054148015204],[-72.49432086729861,41.69058548016797],[-72.49367586709221,41.69065248020147],[-72.49291686685478,41.69082748025953],[-72.49170486648643,41.69129748038914],[-72.48975786589479,41.692054480597726],[-72.4896478658645,41.69215248062022],[-72.48959786585642,41.692297480649906],[-72.4895698658581,41.692488480687814],[-72.4894578658354,41.69273248073864],[-72.48910186576019,41.693453480889666],[-72.48893086571432,41.693627480928825],[-72.48867086564466,41.69389348098863],[-72.48789786542184,41.6944074811128],[-72.48770186536494,41.694530481142856],[-72.48711386519417,41.69489948123305],[-72.48691886513767,41.69502348126327],[-72.48654486502913,41.695259481320896],[-72.4863328649708,41.69544948136445],[-72.485387864711,41.69630048155938],[-72.48475186454041,41.69694848170515],[-72.48472886453432,41.69697348171073],[-72.48456786448718,41.69706748173406],[-72.4843258644117,41.69712748175338],[-72.48406886432852,41.697137481763484],[-72.48396486429401,41.69712648176467],[-72.48365386419087,41.697095481768535],[-72.48355086415677,41.697085481769875],[-72.48342086411466,41.69709048177498],[-72.48339286410567,41.69709248177626],[-72.48312986402621,41.69720348180613],[-72.483061864006,41.697237481814874],[-72.48294686397186,41.697296481829966],[-72.48259586387938,41.6976834819161],[-72.4822608637875,41.697989481986035],[-72.48213786375382,41.698102482011834],[-72.48154186357615,41.698395482087555],[-72.48067786332243,41.69888748221034],[-72.4801228631494,41.699026482254915],[-72.48008786313851,41.699035482257784],[-72.47960186298579,41.699135482292604],[-72.47948086294781,41.69916148230148],[-72.47930186289032,41.69917648231007],[-72.47912686283199,41.699153482311175],[-72.47879786271793,41.69903248229819],[-72.47866086267042,41.69898248229288],[-72.47806686246456,41.698765482269714],[-72.47793186242012,41.69875748227245],[-72.47781986238395,41.69876348227718],[-72.47772486235338,41.698770482281546],[-72.4770178621308,41.69890848233076],[-72.47671186203382,41.69895748234997],[-72.47642086194078,41.69898948236543],[-72.47568486170499,41.699061482402755],[-72.47520786155246,41.69911348242799],[-72.4745258613345,41.699189482464405],[-72.47433486127377,41.699216482475705],[-72.47418386122574,41.69923748248457],[-72.47413286120953,41.69924448248755],[-72.473709861075,41.699303482512434],[-72.47284886080122,41.69942448256323],[-72.47183286047738,41.6995534826205],[-72.47120786027821,41.69963348265587],[-72.47120786026254,41.6993564826022],[-72.47120786021569,41.69852848244177],[-72.4712088602004,41.69825248238827],[-72.47120886020011,41.69824748238731],[-72.47122986017534,41.69768848227833],[-72.47125286014936,41.6970964821629],[-72.4712368600835,41.696024481955696],[-72.47123586008153,41.695995481950106],[-72.47122786006258,41.69570648189436],[-72.47121186004188,41.69543248184178],[-72.47120986000627,41.6948144817221],[-72.47110985994432,41.6942954816247],[-72.47104685990534,41.69396948156355],[-72.47103485989766,41.69390248155094],[-72.47087085980036,41.693127481405966],[-72.470502859562,41.691033481011885],[-72.47048185954849,41.6909154809897],[-72.47028385942019,41.6897874807774],[-72.47025085939529,41.689537480729996],[-72.4702078593624,41.689203480666635],[-72.47015485932177,41.68879048058827],[-72.47012285929728,41.68854148054105],[-72.47007285926125,41.688192480474996],[-72.46992485915388,41.68714648027697],[-72.46987585911823,41.68679848021109]]]},"properties":{"name":5202.02,"geoid":"09003520202"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.62802190945928,41.666045471147754],[-72.62755490933415,41.666518471254356],[-72.627087909209,41.66699147136095],[-72.62598690891389,41.668106471612276],[-72.62488590861872,41.66922047186334],[-72.62479790859513,41.669309471883416],[-72.62449790850171,41.66938447190753],[-72.62388990831231,41.669535471956245],[-72.61568890575833,41.67158747261616],[-72.61537690566122,41.67166647264144],[-72.61201690461486,41.67250847291204],[-72.60952290392207,41.674608473398685],[-72.609377903935,41.675666473608295],[-72.6086329040037,41.68113947469249],[-72.60864890401693,41.681280474719294],[-72.60863090401122,41.68128347472045],[-72.60979090448093,41.68289847499622],[-72.6107299048612,41.68420647521956],[-72.61376390598394,41.68657047558045],[-72.6141669061331,41.68688447562838],[-72.61573590671375,41.688107475815094],[-72.61853590764046,41.688366475775695],[-72.62453590962647,41.688924475691756],[-72.62624391019185,41.689083475667886],[-72.62693491042053,41.68914747565817],[-72.62798991076974,41.68924547564338],[-72.62973591134764,41.689407475618864],[-72.63069391166626,41.68952347561067],[-72.63140291190419,41.68964647561178],[-72.63205991212472,41.68976147561301],[-72.63268291233379,41.689869475614],[-72.63374791271211,41.69042147568679],[-72.63433491292068,41.69072647572707],[-72.63566491340086,41.691551475844236],[-72.63579891345186,41.69168047586494],[-72.63590391349177,41.69178047588095],[-72.63615491358719,41.692020475919385],[-72.63667091380474,41.69288847607095],[-72.63674291384295,41.693147476118796],[-72.63673691384442,41.69320747613061],[-72.6366799138405,41.693464476182186],[-72.63659091383096,41.693805476251086],[-72.63600891376903,41.69604447670328],[-72.63592491376,41.69636547676812],[-72.63542591370675,41.698282477155296],[-72.63532691369623,41.69866347723222],[-72.63523491366763,41.69868747723983],[-72.62819591148832,41.70067747785054],[-72.62688891108368,41.70104747796404],[-72.62500091048183,41.701277478069],[-72.62704591111779,41.70074847790111],[-72.63318091302587,41.69916547739817],[-72.63522691366218,41.698637477230406],[-72.63570491359499,41.694728476458195],[-72.63558991356045,41.694779476471744],[-72.63548391352872,41.69482847648463],[-72.63522491344362,41.694815476490405],[-72.63509991340257,41.69480947649324],[-72.63503391338226,41.694830476499426],[-72.63468991326417,41.694724476489924],[-72.63459591323395,41.694731476494276],[-72.63450791320643,41.694751476500976],[-72.6343029131469,41.694878476532146],[-72.63425091313401,41.694949476547556],[-72.6342139131291,41.69507447657293],[-72.6342139131458,41.69536747662967],[-72.6341629131386,41.69553247666326],[-72.63385491305976,41.69590947674613],[-72.63387591308354,41.696206476802956],[-72.63378891306152,41.69631747682724],[-72.63363391301857,41.696449476857765],[-72.63345891296676,41.69654047688098],[-72.63330491292412,41.69667247691147],[-72.63319491290483,41.696962476971166],[-72.6329819128614,41.69741747706607],[-72.6328419128277,41.69762647711103],[-72.63254891274424,41.69783647716108],[-72.63193291255871,41.698101477232115],[-72.63186091253708,41.6981334772406],[-72.63061891215101,41.698457477343126],[-72.62992791193392,41.69859747739236],[-72.62942291178008,41.698784477444725],[-72.62886791161351,41.69903347751071],[-72.62660091091307,41.69969947771225],[-72.62517891047105,41.7000714778298],[-72.62484291036658,41.70015847785741],[-72.62453591026879,41.70019747787478],[-72.6232709098728,41.70047947796988],[-72.62154790933226,41.700842478095325],[-72.62051090900968,41.70110947818021],[-72.61946490868355,41.70136547826325],[-72.61908190857064,41.70157347831577],[-72.6187889084834,41.70171747835304],[-72.61838090835654,41.701823478386615],[-72.61801590824186,41.70189747841263],[-72.61738990804605,41.702039478460165],[-72.61700790792388,41.702079478480115],[-72.61652590776978,41.70213047850542],[-72.61535290740011,41.70234847858518],[-72.61402990697847,41.70251247865926],[-72.61367490686727,41.70259047868572],[-72.61301690665556,41.70263647871568],[-72.61213190636913,41.702669478750394],[-72.61189690629624,41.7027334787703],[-72.6115859061997,41.70281747879652],[-72.61150190617364,41.70284047880366],[-72.6108649059777,41.703043478863336],[-72.61065890591262,41.70307847887669],[-72.61034290581286,41.703134478897645],[-72.60987390566395,41.703202478925824],[-72.60846790521765,41.703408479010704],[-72.60799990506912,41.70347747903902],[-72.6079979050462,41.703086478963385],[-72.60799790503827,41.702947478936466],[-72.60805190503265,41.70253947885575],[-72.60805390499797,41.701919478735626],[-72.60805590497642,41.70152947866005],[-72.60805590496155,41.701268478609514],[-72.60805690496016,41.70123847860368],[-72.6079489048826,41.70049447846307],[-72.60791190485592,41.700237478414486],[-72.60715390461625,41.700364478463314],[-72.60509390396214,41.700662478586906],[-72.60389890359167,41.700992478689024],[-72.60358090349501,41.70111447872283],[-72.60316590336409,41.70118947875063],[-72.60196690298356,41.701366478823225],[-72.6019559029799,41.701364478823194],[-72.60194590297414,41.70132047881501],[-72.6017619029185,41.701396478835605],[-72.60125690275878,41.701480478868014],[-72.60096090266458,41.70151947888502],[-72.60066890257133,41.70155247890075],[-72.60050890252073,41.70157947891111],[-72.60046290250627,41.70158847891432],[-72.60002690236726,41.70164147893852],[-72.59986690231626,41.701661478947514],[-72.59954290221316,41.70170447896619],[-72.5985709019038,41.70183247902205],[-72.5982479018011,41.701876479040905],[-72.59759090159218,41.70196647907934],[-72.59659190127437,41.70210047913723],[-72.59487290072751,41.70233147923691],[-72.59436690056609,41.70239147926471],[-72.59266790002623,41.702631479365486],[-72.5916228996932,41.702761479424076],[-72.59100689949696,41.70283947945885],[-72.59068189939376,41.702886479478344],[-72.59036789929374,41.70292647949612],[-72.58996389916297,41.70294147951195],[-72.58965989906302,41.70292547951856],[-72.58954989902689,41.702920479521104],[-72.58874789876266,41.70286847953667],[-72.58866589873566,41.70286347953832],[-72.58844489866435,41.70287547954771],[-72.58824289860053,41.702910479560934],[-72.58734989832702,41.70321647964873],[-72.58721189828479,41.70326447966243],[-72.58629989800093,41.70349747973671],[-72.58395789725472,41.70379247986866],[-72.58281889689182,41.70393647993294],[-72.58271289685814,41.703951479939235],[-72.58239489675715,41.703997479958296],[-72.58228989672388,41.70401347996475],[-72.58215389668045,41.704029479972206],[-72.58174989655176,41.704080479994985],[-72.58161489650874,41.70409748000258],[-72.58145289645749,41.704124480012986],[-72.5811828963715,41.70415948002839],[-72.58082389625729,41.704207480049156],[-72.57988789596018,41.704345480105765],[-72.5797058959024,41.70437248011682],[-72.57945489582002,41.704361480122714],[-72.57934489578389,41.70435648012526],[-72.5791468957178,41.70432848012616],[-72.57900989567214,41.704310480127056],[-72.57874389558248,41.70425748012528],[-72.57825489541354,41.70408848010819],[-72.57796289531271,41.703988480098154],[-72.57764189520108,41.703864480084384],[-72.57668089486693,41.703494480043446],[-72.57636089475568,41.70337148002984],[-72.57619589469863,41.70331348002388],[-72.57572989453759,41.70315148000739],[-72.57570089452756,41.70314148000639],[-72.57555989447886,41.7030924800014],[-72.57553589447058,41.70308448000062],[-72.57525589437407,41.702991479991546],[-72.57459689414706,41.70277547997077],[-72.57440889408433,41.702749479971736],[-72.57430089404836,41.70273547997248],[-72.57411589398859,41.70274447998013],[-72.57384689390189,41.70276047999181],[-72.57334989374176,41.70279248001389],[-72.573043893644,41.70282648003023],[-72.57277689355875,41.702857480044784],[-72.57245189345562,41.702905480064445],[-72.57147889314673,41.70304848012321],[-72.57115489304397,41.70309748014305],[-72.57097989298848,41.70312448015386],[-72.57049289283414,41.70320048018413],[-72.57045489282204,41.703205480186305],[-72.57027989276644,41.70323048019675],[-72.57009289269637,41.703069480171536],[-72.56988589261881,41.70289148014367],[-72.56957589250263,41.70262448010187],[-72.56953289248655,41.702588480096274],[-72.56934489241638,41.70243148007186],[-72.56890689225281,41.70206448001479],[-72.56820489199539,41.7015594799394],[-72.5674138917108,41.70108647987305],[-72.56698089155671,41.700857479842526],[-72.56675889147857,41.700755479829866],[-72.5662478912989,41.700523479801234],[-72.56502289087676,41.70011847976192],[-72.56474689078259,41.7000434797562],[-72.56416689058474,41.69988747974449],[-72.56224388993151,41.69941747971484],[-72.56005888918769,41.69885547967574],[-72.55782588842861,41.69830047963951],[-72.55708488817673,41.6981164796275],[-72.55489388743149,41.6975634795903],[-72.55482788740919,41.69754947958971],[-72.55408588715879,41.697397479583934],[-72.55314888684259,41.69720547957662],[-72.55209488649011,41.697045479579245],[-72.55164888634123,41.69698247958128],[-72.55008288582037,41.69679547959501],[-72.54763188500526,41.69650447961682],[-72.54720388486099,41.69641947961399],[-72.54627088454485,41.6962054796023],[-72.54551188428323,41.69595347957769],[-72.5447238840057,41.69558747953192],[-72.54403488375887,41.695193479477574],[-72.54306288340345,41.69451147937644],[-72.54227888310925,41.69382847926914],[-72.54185488294661,41.69339647919899],[-72.541525882816,41.692984479129656],[-72.5409838825925,41.69215747898672],[-72.5406258824363,41.69146047886311],[-72.54042088234013,41.69094247876929],[-72.54013588219189,41.689966478589284],[-72.54009188215248,41.689524478505035],[-72.54008488213852,41.68931847846537],[-72.5400778821257,41.689132478429556],[-72.540110882105,41.68857847832116],[-72.54013388209152,41.68820847824875],[-72.54077488213483,41.685290477662946],[-72.54092888214893,41.68465447753481],[-72.54106888215019,41.68387247737881],[-72.54141288226067,41.68384447736243],[-72.54144888227206,41.68383847736012],[-72.54152988229765,41.683824477354825],[-72.54165888233842,41.68380247734644],[-72.54192188242163,41.68375847732953],[-72.54243388257274,41.683481477259555],[-72.54320288279669,41.68301347714435],[-72.5443428831267,41.68228347696655],[-72.54477788325492,41.68204547690658],[-72.54526488339303,41.68168347682089],[-72.5456058834862,41.6813674767488],[-72.54601188361148,41.68124447671204],[-72.54653588377619,41.68113847667478],[-72.54705688394111,41.6810534766417],[-72.54774088415853,41.680958476601475],[-72.5488918845233,41.68077847652991],[-72.54893288453977,41.680833476539256],[-72.54925188464436,41.680845476531424],[-72.54951688472917,41.68081847651773],[-72.55044588502462,41.68069147646349],[-72.55066188509413,41.680676476453705],[-72.55069588510509,41.68067447645224],[-72.55088788516731,41.68066847644495],[-72.55130388530361,41.68068247643441],[-72.55201688553879,41.680733476421544],[-72.55275588578213,41.6807794764069],[-72.55331888596616,41.68079047639108],[-72.55376688610991,41.680751476369224],[-72.55420288624678,41.680660476337714],[-72.55546288663137,41.68020447620915],[-72.55585288675375,41.680122476180834],[-72.55978288800301,41.67957647594967],[-72.5610348884015,41.679411475877785],[-72.56251988887622,41.67925247579959],[-72.56269788893307,41.679232475790045],[-72.5632338891045,41.67917647576209],[-72.56341288916173,41.679157475752696],[-72.56349688918829,41.679143475747296],[-72.56374888926806,41.67910247573133],[-72.563833889295,41.67908947572609],[-72.56578588991292,41.67877347560258],[-72.56594088996201,41.67874847559279],[-72.56712689033874,41.6785794755222],[-72.57166389178177,41.67796547525844],[-72.57362489240549,41.677700475144505],[-72.57439789265212,41.677609475102194],[-72.5762108932307,41.677398475003436],[-72.57671989339376,41.67735047497788],[-72.57692189345849,41.67733147496778],[-72.57749089363877,41.67724247493235],[-72.57780789373935,41.67719547491314],[-72.5785638939794,41.677086474867885],[-72.57873989403147,41.67699347484423],[-72.57902389411551,41.676844474806295],[-72.57914489417372,41.677175474866566],[-72.57917389419133,41.67731947489354],[-72.57919789420284,41.677384474905374],[-72.57933589426888,41.67775547497286],[-72.57944489431527,41.677947475006576],[-72.57970089441378,41.67821347504996],[-72.57998389451335,41.6783434750661],[-72.5801518945713,41.67840047507178],[-72.58035289463791,41.67842047506926],[-72.58038489464816,41.67841747506764],[-72.58073289475988,41.67838847505091],[-72.58095189482967,41.67836147503869],[-72.58115989489526,41.67832347502468],[-72.58178389509222,41.67821247498327],[-72.5819928951582,41.678175474969414],[-72.58241189529166,41.678122474945766],[-72.58287489543922,41.67806547491992],[-72.58321489553498,41.67780147485793],[-72.58356089564023,41.67767047482149],[-72.58364989566734,41.67763747481225],[-72.58397689577505,41.67765847480588],[-72.58426389587046,41.677692474803294],[-72.5846928960131,41.67774347479948],[-72.58513089615576,41.6777434747855],[-72.58542189625061,41.67774447477639],[-72.58617989649149,41.67763847473165],[-72.58655989661224,41.67758547470925],[-72.58845589721554,41.67733447460006],[-72.58914289743419,41.67724447456068],[-72.5892158974578,41.67724147455776],[-72.58953389755939,41.67720647454083],[-72.58990289767736,41.67716747452148],[-72.5903808978263,41.67704847448315],[-72.5904738978551,41.67702247447515],[-72.5907828979509,41.676937474448806],[-72.59109489804662,41.67683347441869],[-72.59155189818689,41.67668247437483],[-72.59202489833068,41.676501474324645],[-72.59204489833678,41.67649447432265],[-72.59234789843212,41.676435474301535],[-72.59260589851439,41.67640447428729],[-72.5929598986273,41.67636247426785],[-72.59337489875729,41.67627147423696],[-72.59362989883724,41.67621647421816],[-72.59460389914508,41.67605147415505],[-72.59463489915491,41.676046474153104],[-72.59631689968909,41.67580647405288],[-72.59765990011434,41.67559247396849],[-72.59823490029643,41.675501473932485],[-72.5986719004372,41.67547347391309],[-72.59871990043463,41.67515347384956],[-72.59877490043598,41.674862473791414],[-72.59880090043691,41.6747294737648],[-72.59898090046744,41.67423547366334],[-72.59913490049844,41.67389847359313],[-72.59933290054066,41.67350647351083],[-72.59960290060681,41.67312347342799],[-72.59975190064506,41.67294247338814],[-72.59988890067916,41.67275747334793],[-72.59990090068229,41.67274347334482],[-72.60038090080677,41.672183473220976],[-72.60047990083271,41.6720724731963],[-72.60078090091199,41.671742473122734],[-72.60078190091231,41.6717424731227],[-72.60086790093348,41.67162247309669],[-72.60089790094084,41.671579473087405],[-72.60098990096358,41.671452473059844],[-72.60102090097126,41.671410473050734],[-72.60116190100132,41.671131472992165],[-72.60139590105128,41.67066947289514],[-72.60156990108653,41.67029247281653],[-72.60157090108657,41.67028747281553],[-72.6016539010965,41.669986472754545],[-72.60169390110123,41.66984047272497],[-72.60171390110153,41.66973147270321],[-72.60186190110598,41.66896147254927],[-72.6019119011077,41.66870547249807],[-72.60192090110603,41.668624472482065],[-72.60195190110232,41.668381472433985],[-72.60196290110136,41.66830147241812],[-72.60196890109643,41.66818047239449],[-72.60198790108461,41.667863472332435],[-72.60199990108595,41.66781847232335],[-72.6020329010901,41.667702472299815],[-72.60268290129811,41.66763747226644],[-72.60325790148212,41.66758047223703],[-72.60389390168436,41.66749447220004],[-72.60462990191924,41.66740947216004],[-72.60481590197861,41.66738847215003],[-72.6052779021306,41.66741547214049],[-72.60527890213115,41.66741947214125],[-72.60582090231061,41.66747147213399],[-72.60582690231261,41.66747247213399],[-72.60637590249131,41.66747047211607],[-72.6069679026845,41.6674774720985],[-72.60725090277153,41.667387472072],[-72.60739190281006,41.66725747204231],[-72.60744190282378,41.66721247203199],[-72.6075929028625,41.6670284719915],[-72.60772990289598,41.666832471949135],[-72.60779990291879,41.6668324719469],[-72.60800990298718,41.66683247194018],[-72.6080809030103,41.666832471937916],[-72.60809990301648,41.66683247193731],[-72.60824090306377,41.66685647193745],[-72.60848690314633,41.66689947193794],[-72.6087259032246,41.66690747193185],[-72.60888890327809,41.666914471927974],[-72.60956290348399,41.66667547186013],[-72.60984390356927,41.66656547182983],[-72.61031890371626,41.66643047178848],[-72.61039890374046,41.66639747177952],[-72.61080190386242,41.66623447173505],[-72.611600904107,41.66595947165622],[-72.61244590436493,41.66565647157048],[-72.6129029045071,41.66553947153321],[-72.61391690481913,41.66521947143877],[-72.61472690505812,41.66478347132837],[-72.61485890509603,41.6646944713069],[-72.61503190514584,41.66457947127907],[-72.61617790547433,41.66379347109011],[-72.61828990618557,41.66420647110263],[-72.61836890621228,41.6642234711034],[-72.61969990666225,41.66451447111723],[-72.62127490718719,41.66472647110795],[-72.62303090777863,41.66507147111865],[-72.62453690828525,41.665356471125726],[-72.62495590842636,41.6654384711282],[-72.62714790916483,41.665872471142194],[-72.62721290918677,41.66588547114265],[-72.6273219092235,41.665907471143406],[-72.62734190923025,41.665911471143545],[-72.62768190934477,41.66597847114564],[-72.6278469094003,41.666010471146585],[-72.62802190945928,41.666045471147754]]]},"properties":{"name":5204,"geoid":"09003520400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.56341288916173,41.679157475752696],[-72.56339588914904,41.67903147572883],[-72.56336888912867,41.678827475690156],[-72.56335188911336,41.678655475657365],[-72.5633408891032,41.67853947563525],[-72.563341889103,41.678530475633465],[-72.56340788908766,41.6778814755056],[-72.56347088909553,41.677658475460376],[-72.56360388911258,41.67719547536642],[-72.56368188912698,41.67700147532633],[-72.56379188914941,41.67676547527708],[-72.56422388925182,41.676090475132504],[-72.56446588930228,41.675590475027875],[-72.56457488931939,41.67526647496162],[-72.56478788935314,41.67463847483313],[-72.56490488938064,41.67445147479314],[-72.56496288939425,41.674358474773264],[-72.56523688946857,41.67409547471357],[-72.56560188956777,41.67374847463466],[-72.56606288969598,41.67336147454496],[-72.56635288977806,41.67314347449345],[-72.5667458898895,41.67285147442434],[-72.56674888988361,41.67273047440079],[-72.56675388987684,41.67258247437195],[-72.56675188986534,41.672391474334994],[-72.56675788986611,41.67237047433073],[-72.5667948898717,41.67225647430745],[-72.5667698898429,41.6718924742377],[-72.56675888982927,41.67171547420376],[-72.56648788969218,41.67085547404572],[-72.56648288968982,41.67084247404337],[-72.56634988962733,41.670504473982085],[-72.56628388959636,41.67033747395184],[-72.56608588950344,41.66983647386105],[-72.56602088947278,41.669669473830766],[-72.56523088909877,41.667612473457254],[-72.56484788895193,41.66722347339408],[-72.56479288893063,41.66716347338421],[-72.56465088887575,41.66701147335928],[-72.56441088878556,41.66679947332583],[-72.56389388859257,41.66636647325838],[-72.56348688844369,41.666078473215535],[-72.56329688837647,41.66598447320339],[-72.56312688831345,41.66584947318263],[-72.56305488828018,41.66567647315139],[-72.56274788813577,41.66489347300941],[-72.5625828880619,41.664538472945864],[-72.5619998878271,41.66374647281092],[-72.56175988772777,41.663373472746265],[-72.56168288768517,41.66306447268881],[-72.56166988766573,41.662796472637275],[-72.56172288765534,41.662308472540985],[-72.5616578876028,41.66175547243585],[-72.56148488751305,41.66116647232718],[-72.5613288874145,41.66032447216891],[-72.56137388740886,41.65996647209807],[-72.56139188741223,41.659922472088965],[-72.56145688742495,41.65977347205802],[-72.56155888744321,41.65950947200357],[-72.5617698874842,41.65902047190204],[-72.5618818875001,41.6586574718281],[-72.5623198875631,41.65725247154173],[-72.56254688760896,41.656757471438524],[-72.56265488762624,41.6564414713738],[-72.56272588763751,41.65623247133101],[-72.56310588769828,41.6551214711035],[-72.56375388781744,41.65350047076851],[-72.56380188782627,41.65338047074373],[-72.5638518878335,41.6532204707111],[-72.5638648878333,41.65314247069556],[-72.56398988783376,41.652432470553904],[-72.56405288784585,41.65228347052302],[-72.56418388787881,41.65211247048568],[-72.56445588796831,41.65212847048009],[-72.56506988816673,41.65210147045529],[-72.56534688825519,41.65207047044046],[-72.56589488843034,41.65201147041153],[-72.56631188856448,41.65198247039263],[-72.56882088936256,41.65164647024746],[-72.56885088937216,41.65164347024591],[-72.56941888955521,41.6516094702212],[-72.56998588973822,41.651580470197494],[-72.57028088983344,41.65156547018518],[-72.57052688991287,41.65155347017502],[-72.57116089011373,41.651454470135604],[-72.5714538902066,41.65140947011753],[-72.57259989056836,41.6512074700418],[-72.57314989074203,41.65111147000565],[-72.57606289167117,41.65076746984603],[-72.57721889203994,41.65063146978277],[-72.5767708917708,41.6484584693757],[-72.57674389175412,41.64831946934961],[-72.57657889165253,41.64747546919121],[-72.57646989158252,41.64686646907658],[-72.5762438914581,41.64597046891002],[-72.57620089141935,41.645533468826656],[-72.57598089129084,41.64453046863915],[-72.5758188912254,41.64430646860089],[-72.5757988912115,41.644176468576305],[-72.57579489120835,41.64414346857003],[-72.57605789127811,41.64386346850735],[-72.57650889139094,41.64326346837659],[-72.57654989139111,41.64303046833008],[-72.57649889136597,41.64288046830263],[-72.5764918913314,41.642310468192306],[-72.57651489132127,41.641999468131246],[-72.57652589130467,41.64164346806186],[-72.57653289129685,41.6414654680271],[-72.57652989127025,41.64101346793954],[-72.57670089130885,41.64071146787549],[-72.57692289136048,41.64034746779783],[-72.57701089136738,41.63996346772054],[-72.57710289138089,41.63967346766136],[-72.57713389138232,41.63952046763068],[-72.57715589138385,41.639421467610795],[-72.57716189138114,41.63933846759449],[-72.57718289137401,41.639092467546114],[-72.57718989137165,41.63901046752999],[-72.57936189206497,41.638764467413],[-72.58587789414496,41.638028467062384],[-72.58783489476964,41.637807466957064],[-72.58805089483867,41.63778446694571],[-72.59144989592492,41.637423466767224],[-72.60164789918416,41.63634446623243],[-72.60483590020301,41.63600746606525],[-72.60504790027076,41.635985466054215],[-72.60506490027613,41.6359824660531],[-72.60508390028227,41.6359814660523],[-72.61063390205665,41.6354074657637],[-72.61081990211608,41.635387465753894],[-72.61279290274645,41.63517646564995],[-72.61417190318714,41.635030465577564],[-72.61751790425625,41.6346744654016],[-72.62422890640049,41.63395946504849],[-72.62453690649895,41.633927465032436],[-72.6275369074574,41.63360746487448],[-72.62758090747128,41.633599464871516],[-72.62758590747279,41.633597464870974],[-72.62760390747854,41.63359546487002],[-72.62760990748043,41.63359446486963],[-72.62761290748135,41.633593464869335],[-72.62782490754816,41.633554464854996],[-72.6284709077518,41.633437464811664],[-72.62863690780415,41.63340746480053],[-72.62868790782058,41.633404464798325],[-72.62869790782379,41.63340346479781],[-72.62872790783344,41.633401464796464],[-72.62873890783702,41.63340146479611],[-72.63023690831935,41.63330746472998],[-72.63052490841214,41.633290464717476],[-72.62783690793,41.64020746614487],[-72.62443690710147,41.6451074672037],[-72.62353590710362,41.65030746824071],[-72.62453690757039,41.65278546868912],[-72.62813690924995,41.66170747030338],[-72.62812790925902,41.661918470344546],[-72.62802190945928,41.666045471147754],[-72.6278469094003,41.666010471146585],[-72.62768190934477,41.66597847114564],[-72.62734190923025,41.665911471143545],[-72.6273219092235,41.665907471143406],[-72.62721290918677,41.66588547114265],[-72.62714790916483,41.665872471142194],[-72.62495590842636,41.6654384711282],[-72.62453690828525,41.665356471125726],[-72.62303090777863,41.66507147111865],[-72.62127490718719,41.66472647110795],[-72.61969990666225,41.66451447111723],[-72.61836890621228,41.6642234711034],[-72.61828990618557,41.66420647110263],[-72.61617790547433,41.66379347109011],[-72.61503190514584,41.66457947127907],[-72.61485890509603,41.6646944713069],[-72.61472690505812,41.66478347132837],[-72.61391690481913,41.66521947143877],[-72.6129029045071,41.66553947153321],[-72.61244590436493,41.66565647157048],[-72.611600904107,41.66595947165622],[-72.61080190386242,41.66623447173505],[-72.61039890374046,41.66639747177952],[-72.61031890371626,41.66643047178848],[-72.60984390356927,41.66656547182983],[-72.60956290348399,41.66667547186013],[-72.60888890327809,41.666914471927974],[-72.6087259032246,41.66690747193185],[-72.60848690314633,41.66689947193794],[-72.60824090306377,41.66685647193745],[-72.60809990301648,41.66683247193731],[-72.6080809030103,41.666832471937916],[-72.60800990298718,41.66683247194018],[-72.60779990291879,41.6668324719469],[-72.60772990289598,41.666832471949135],[-72.6075929028625,41.6670284719915],[-72.60744190282378,41.66721247203199],[-72.60739190281006,41.66725747204231],[-72.60725090277153,41.667387472072],[-72.6069679026845,41.6674774720985],[-72.60637590249131,41.66747047211607],[-72.60582690231261,41.66747247213399],[-72.60582090231061,41.66747147213399],[-72.60527890213115,41.66741947214125],[-72.6052779021306,41.66741547214049],[-72.60481590197861,41.66738847215003],[-72.60462990191924,41.66740947216004],[-72.60389390168436,41.66749447220004],[-72.60325790148212,41.66758047223703],[-72.60268290129811,41.66763747226644],[-72.6020329010901,41.667702472299815],[-72.60199990108595,41.66781847232335],[-72.60198790108461,41.667863472332435],[-72.60196890109643,41.66818047239449],[-72.60196290110136,41.66830147241812],[-72.60195190110232,41.668381472433985],[-72.60192090110603,41.668624472482065],[-72.6019119011077,41.66870547249807],[-72.60186190110598,41.66896147254927],[-72.60171390110153,41.66973147270321],[-72.60169390110123,41.66984047272497],[-72.6016539010965,41.669986472754545],[-72.60157090108657,41.67028747281553],[-72.60156990108653,41.67029247281653],[-72.60139590105128,41.67066947289514],[-72.60116190100132,41.671131472992165],[-72.60102090097126,41.671410473050734],[-72.60098990096358,41.671452473059844],[-72.60089790094084,41.671579473087405],[-72.60086790093348,41.67162247309669],[-72.60078190091231,41.6717424731227],[-72.60078090091199,41.671742473122734],[-72.60047990083271,41.6720724731963],[-72.60038090080677,41.672183473220976],[-72.59990090068229,41.67274347334482],[-72.59988890067916,41.67275747334793],[-72.59975190064506,41.67294247338814],[-72.59960290060681,41.67312347342799],[-72.59933290054066,41.67350647351083],[-72.59913490049844,41.67389847359313],[-72.59898090046744,41.67423547366334],[-72.59880090043691,41.6747294737648],[-72.59877490043598,41.674862473791414],[-72.59871990043463,41.67515347384956],[-72.5986719004372,41.67547347391309],[-72.59823490029643,41.675501473932485],[-72.59765990011434,41.67559247396849],[-72.59631689968909,41.67580647405288],[-72.59463489915491,41.676046474153104],[-72.59460389914508,41.67605147415505],[-72.59362989883724,41.67621647421816],[-72.59337489875729,41.67627147423696],[-72.5929598986273,41.67636247426785],[-72.59260589851439,41.67640447428729],[-72.59234789843212,41.676435474301535],[-72.59204489833678,41.67649447432265],[-72.59202489833068,41.676501474324645],[-72.59155189818689,41.67668247437483],[-72.59109489804662,41.67683347441869],[-72.5907828979509,41.676937474448806],[-72.5904738978551,41.67702247447515],[-72.5903808978263,41.67704847448315],[-72.58990289767736,41.67716747452148],[-72.58953389755939,41.67720647454083],[-72.5892158974578,41.67724147455776],[-72.58914289743419,41.67724447456068],[-72.58845589721554,41.67733447460006],[-72.58655989661224,41.67758547470925],[-72.58617989649149,41.67763847473165],[-72.58542189625061,41.67774447477639],[-72.58513089615576,41.6777434747855],[-72.5846928960131,41.67774347479948],[-72.58426389587046,41.677692474803294],[-72.58397689577505,41.67765847480588],[-72.58364989566734,41.67763747481225],[-72.58356089564023,41.67767047482149],[-72.58321489553498,41.67780147485793],[-72.58287489543922,41.67806547491992],[-72.58241189529166,41.678122474945766],[-72.5819928951582,41.678175474969414],[-72.58178389509222,41.67821247498327],[-72.58115989489526,41.67832347502468],[-72.58095189482967,41.67836147503869],[-72.58073289475988,41.67838847505091],[-72.58038489464816,41.67841747506764],[-72.58035289463791,41.67842047506926],[-72.5801518945713,41.67840047507178],[-72.57998389451335,41.6783434750661],[-72.57970089441378,41.67821347504996],[-72.57944489431527,41.677947475006576],[-72.57933589426888,41.67775547497286],[-72.57919789420284,41.677384474905374],[-72.57917389419133,41.67731947489354],[-72.57914489417372,41.677175474866566],[-72.57902389411551,41.676844474806295],[-72.57873989403147,41.67699347484423],[-72.5785638939794,41.677086474867885],[-72.57780789373935,41.67719547491314],[-72.57749089363877,41.67724247493235],[-72.57692189345849,41.67733147496778],[-72.57671989339376,41.67735047497788],[-72.5762108932307,41.677398475003436],[-72.57439789265212,41.677609475102194],[-72.57362489240549,41.677700475144505],[-72.57166389178177,41.67796547525844],[-72.56712689033874,41.6785794755222],[-72.56594088996201,41.67874847559279],[-72.56578588991292,41.67877347560258],[-72.563833889295,41.67908947572609],[-72.56374888926806,41.67910247573133],[-72.56349688918829,41.679143475747296],[-72.56341288916173,41.679157475752696]]]},"properties":{"name":5205.01,"geoid":"09003520501"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.8636200077505,42.03771753518245],[-72.86340900768145,42.03771453518876],[-72.86277800747499,42.03770553520763],[-72.86256800740628,42.03770253521392],[-72.86219600728487,42.03770253522606],[-72.86185000717194,42.037702535237344],[-72.86119400695576,42.03766653525186],[-72.86100900689479,42.03765653525599],[-72.85304900427148,42.03722353543269],[-72.84745300242723,42.03691953555694],[-72.84714300232505,42.03690253556378],[-72.84635300206652,42.036890535587254],[-72.84585200190253,42.03688253560206],[-72.84434900141068,42.03686053564686],[-72.84384900124708,42.03685353566182],[-72.84223800071987,42.036829535709764],[-72.83740699913888,42.036757535853454],[-72.83579699861197,42.03673353590133],[-72.83561599855271,42.036730535906656],[-72.83507299837503,42.03672253592283],[-72.83489199831583,42.036720535928346],[-72.83337599781967,42.03669753597335],[-72.82882799633133,42.036631536108914],[-72.82731299583554,42.03660953615405],[-72.82695299571768,42.036603536164634],[-72.82684199568139,42.03660253616806],[-72.82587299536509,42.03660253619964],[-72.8255129952476,42.03660253621136],[-72.82464799496526,42.03660253623954],[-72.82430399485287,42.036600536250376],[-72.82422699482773,42.036600536252884],[-72.8239759947458,42.03660053626107],[-72.81702899247435,42.03653453647469],[-72.8168929924299,42.036533536478935],[-72.81675799238577,42.036532536483136],[-72.81662299234158,42.036530536487156],[-72.81648899229779,42.03652953649134],[-72.81576099205981,42.03652353651388],[-72.81354199133426,42.03650253658211],[-72.81566799051467,42.01065553155384],[-72.81600699038412,42.006533530751625],[-72.8161539903276,42.00474753040403],[-72.81659499015811,41.999389529361125],[-72.81674199010163,41.99760352901344],[-72.81599098986126,41.99768352905324],[-72.8137379891403,41.99792652917319],[-72.81298798890036,41.99800852921335],[-72.8086069874935,41.998397529430534],[-72.80854198747264,41.998403529433794],[-72.79492398311515,41.999883530160744],[-72.79482998308505,41.99989353016573],[-72.79454898299517,41.99992453018082],[-72.79445598296546,41.99993553018595],[-72.79384098276874,42.00000353021899],[-72.79051198170464,42.00038553040054],[-72.78972998145474,42.000476530443414],[-72.78490397991224,42.001032530706986],[-72.7799209783195,42.001606530979075],[-72.77868297792375,42.00174853104656],[-72.77473997666343,42.00220353126199],[-72.77498697669061,42.00128853107828],[-72.77612397683227,41.99735753028656],[-72.77841297711777,41.98944852869336],[-72.77446297577843,41.98858652865604],[-72.77059497446699,41.9877435286197],[-72.77046497442294,41.98771552861853],[-72.76895997391063,41.987352528597675],[-72.76444497237388,41.98626652853559],[-72.76293997186164,41.98590452851488],[-72.76380497200635,41.98354452803348],[-72.76640097244085,41.97646352658885],[-72.76726697258599,41.974104526107496],[-72.76740697262036,41.973910526065666],[-72.76750797264528,41.97377252603587],[-72.7678489727318,41.97334752594315],[-72.76799897276989,41.97316152590254],[-72.7690119730269,41.97189952562718],[-72.76917297306693,41.97168452558064],[-72.76973697320732,41.97093552541843],[-72.77021897331636,41.97010752524367],[-72.77085697346678,41.96911652503255],[-72.77186397369702,41.967428524675476],[-72.7722499737946,41.966941524569364],[-72.77234297381818,41.96682552454407],[-72.77345497410323,41.96549052425141],[-72.77354697412679,41.96537952422709],[-72.77368397416193,41.965215524191144],[-72.77379697418785,41.96502752415133],[-72.77387197420516,41.96490452412525],[-72.77398097423017,41.964723524086935],[-72.77401697423855,41.96466552407462],[-72.77434497431895,41.964208523976154],[-72.77446797434912,41.96403752393929],[-72.77474697442463,41.96377152387912],[-72.77483997444992,41.963684523859385],[-72.77510397451904,41.9633925237947],[-72.77556697464459,41.96295452369547],[-72.7758479747209,41.96269052363564],[-72.77622197481973,41.962292523546985],[-72.77648597488628,41.961956523473845],[-72.77691497499467,41.96141452335576],[-72.77709897503287,41.961039523277705],[-72.77727597507287,41.96073452321335],[-72.77747297512072,41.96045252315275],[-72.7781259752811,41.95954852295781],[-72.77842997535586,41.95912952286739],[-72.77857097538941,41.9589155228217],[-72.77864097540134,41.95872852278349],[-72.778695975413,41.95862052276093],[-72.77871597540857,41.95843252272415],[-72.77873197540593,41.95829752269769],[-72.77879897540478,41.95790252261959],[-72.77894497543129,41.95753952254507],[-72.77894997543233,41.95752952254299],[-72.779101975467,41.957273522488855],[-72.77921097549074,41.9570705224463],[-72.77922397549337,41.957042522440496],[-72.77938397552626,41.95671152237167],[-72.77963397558844,41.956378522299545],[-72.77971097560763,41.956276522277435],[-72.77977997562348,41.956162522253294],[-72.77993297568425,41.95634852228408],[-72.78035797585632,41.956922522380616],[-72.78051097591823,41.95712852241526],[-72.78062897596179,41.95721552242814],[-72.781050976113,41.95744752245906],[-72.78163897632079,41.95772152249263],[-72.78270097669935,41.95827252256408],[-72.78281997674196,41.95833752257271],[-72.78365797704214,41.95879752263394],[-72.78344697701951,41.95959052279321],[-72.78339997701589,41.95979152283337],[-72.78329197700803,41.9602615229272],[-72.78316297700077,41.960859523046324],[-72.78309997702264,41.96158752318829],[-72.78308497706816,41.96245252335503],[-72.7830129770578,41.96267752340061],[-72.78296497705085,41.96282752343099],[-72.78286797703711,41.96313452349313],[-72.78265297700618,41.96380752362946],[-72.78261997700146,41.96391152365053],[-72.78261897700138,41.96391552365132],[-72.7825749770058,41.96423752371464],[-72.78256097700758,41.96434652373603],[-72.78255697700784,41.96437352374135],[-72.78254597700908,41.96445652375767],[-72.78254297700973,41.964484523763154],[-72.7826239770712,41.96508552387601],[-72.78264697708661,41.965221523901405],[-72.78283897721332,41.966320524106365],[-72.7830969773391,41.96703452423522],[-72.78322897740179,41.96737152429569],[-72.78335697746263,41.96769852435437],[-72.78325397745124,41.96807952443094],[-72.78360897756625,41.96806552441671],[-72.78387797765254,41.968040524403186],[-72.78392297766699,41.968036524400944],[-72.78399897769138,41.96802952439714],[-72.78504997803061,41.9679665243509],[-72.78572497823936,41.967769524291135],[-72.78584897827778,41.96773452428039],[-72.78634597843877,41.9677145242604],[-72.78685397860335,41.96769452424007],[-72.78759397884373,41.967676524212585],[-72.78950297946406,41.967633524142336],[-72.78995697960455,41.9675025241024],[-72.79021897968204,41.96736552406759],[-72.79057997978973,41.967192524022614],[-72.79119797997923,41.96698452396257],[-72.79121397998445,41.966984523962054],[-72.79143398005651,41.966989523955874],[-72.79216398031433,41.96732652399692],[-72.79238698038913,41.96736152399641],[-72.79262398046913,41.96740752399755],[-72.79301598060151,41.967484523999616],[-72.79333098070906,41.96756652400514],[-72.79356598078935,41.96762852400941],[-72.79367198083145,41.967757524030766],[-72.79398998095776,41.96814452409481],[-72.79409698100027,41.96827452411631],[-72.79420298104236,41.96840352413766],[-72.79448898115592,41.968750524195045],[-72.79451998116846,41.968792524202115],[-72.79462098120929,41.96892752422477],[-72.79465498122308,41.9689735242325],[-72.79475798126484,41.969113524256066],[-72.794792981279,41.969160524263955],[-72.79502098135397,41.969170524258466],[-72.79616798175205,41.96957952429979],[-72.79638198182671,41.969662524308795],[-72.79775298230504,41.97019452436648],[-72.79806198241377,41.97033052438256],[-72.79846098255474,41.970515524405144],[-72.80034398319312,41.97092752442312],[-72.80060698327975,41.97094152441728],[-72.80119798347192,41.97093052439597],[-72.80128998350187,41.97092952439279],[-72.80270298394875,41.97068752430037],[-72.80285098399517,41.97065552428941],[-72.80314498408735,41.97059152426756],[-72.80350598420053,41.970512524240654],[-72.80394398433786,41.97041752420816],[-72.80420698442033,41.97036052418866],[-72.80452898452259,41.97031252416898],[-72.80548998482773,41.97016852411007],[-72.80553698484266,41.97016152410721],[-72.80614898503518,41.970039524063864],[-72.80635198511554,41.97028152410378],[-72.80649598517256,41.97045352413214],[-72.80688898533649,41.97106552423695],[-72.80706098540819,41.97133252428266],[-72.80850498585804,41.9709685241658],[-72.80927398609654,41.970756524100075],[-72.80966598621765,41.97064052406503],[-72.8103879864431,41.97046752400833],[-72.81082498658066,41.97038152397759],[-72.81152198680172,41.97027352393419],[-72.81311098730794,41.970064523842375],[-72.81327398736016,41.97004852383401],[-72.8134919874311,41.97004552382635],[-72.81376198752001,41.970059523820254],[-72.81469598783885,41.97030152383638],[-72.81473898785357,41.97031352383728],[-72.81485098789197,41.970345523839796],[-72.81529298804283,41.97045952384733],[-72.81604898829927,41.97062752385503],[-72.81618398834414,41.970641523853324],[-72.81617698833549,41.9705325238326],[-72.81610398828411,41.970060523744294],[-72.81611798826304,41.9696215236595],[-72.81599298820434,41.969314523604574],[-72.81541198796991,41.96854552347572],[-72.81515498787871,41.96841952345985],[-72.81497998781848,41.96836552345518],[-72.81479498775485,41.96830952345043],[-72.81471398772457,41.96824352344038],[-72.81469898770146,41.967931523380926],[-72.81411798750936,41.967887523391354],[-72.81393398744069,41.967739523368905],[-72.81369098736364,41.9677775233841],[-72.81361098733468,41.967728523377296],[-72.81337498722499,41.96716852327736],[-72.81324298716689,41.96691052323209],[-72.81330898716406,41.9664935231498],[-72.81319898711536,41.966273523111106],[-72.81295598702717,41.966120523089614],[-72.81274998695481,41.96603252307939],[-72.81213998674204,41.96579652305388],[-72.81180898662443,41.96563152303294],[-72.81158798653892,41.965401522995926],[-72.81143398647326,41.965137522950194],[-72.811403986459,41.965060522936376],[-72.81128698640804,41.964841522898084],[-72.81104398630987,41.96451752284374],[-72.81072798618564,41.964155522784445],[-72.81063998614282,41.96391352274081],[-72.81035298602615,41.96351852267423],[-72.81060998605875,41.96264052249715],[-72.81060398604274,41.96239952245104],[-72.81060298603886,41.962338522439346],[-72.81052998599073,41.96192152236157],[-72.81049298594405,41.96132852224883],[-72.81050898590527,41.9605745221034],[-72.81051498589392,41.96034652205939],[-72.81057398590389,41.96018752202692],[-72.8106299859039,41.95987452196495],[-72.81066998590411,41.95965452192135],[-72.810867985962,41.95953952189282],[-72.8108939859625,41.959402521865634],[-72.81089798596281,41.95938552186225],[-72.81088198594955,41.95924752183625],[-72.81092598596008,41.95918252182232],[-72.81098598597455,41.95909452180347],[-72.8110079859683,41.95886452175854],[-72.8109859859557,41.95877152174139],[-72.81097898594984,41.95871052172989],[-72.81108198597097,41.958496521685404],[-72.81112298597483,41.95833352165275],[-72.81118398598056,41.95809052160408],[-72.81117698597221,41.95798652158431],[-72.81111098594427,41.957876521565304],[-72.8111329859473,41.95780552155095],[-72.81105098591938,41.95778552154978],[-72.81075098581721,41.957711521545285],[-72.81066998578756,41.957656521537366],[-72.81068398578643,41.95755852151807],[-72.81060998575984,41.957516521512396],[-72.8107239857762,41.95715952144008],[-72.81106898582627,41.95608852122301],[-72.81118498584334,41.95573252115083],[-72.81131798586271,41.955320521067314],[-72.81135198586861,41.95523152104911],[-72.8114479858855,41.95498452099851],[-72.81193098597149,41.95375752074697],[-72.81212498600615,41.953266520646295],[-72.8122059860227,41.95309752061117],[-72.81238598607196,41.95293552057419],[-72.81263698614084,41.952712520523185],[-72.81294098622583,41.952469520466586],[-72.81338598635081,41.952123520385626],[-72.81360098641126,41.95195752034671],[-72.81372098644445,41.95185552032321],[-72.81361098640058,41.951718520300446],[-72.81349798634949,41.95147452025723],[-72.81346398633409,41.95140052024411],[-72.81346398631584,41.95108752018395],[-72.81339798628788,41.950977520164926],[-72.81310398618814,41.950911520161796],[-72.8128689860955,41.95063752011677],[-72.81280798606791,41.95050552009338],[-72.81277298605201,41.95042852007971],[-72.81280998605288,41.95023652004159],[-72.81277298603153,41.950077520012236],[-72.81255998596689,41.95016052003512],[-72.81238398591171,41.95019852004814],[-72.81166998568808,41.9503575201019],[-72.81130998556232,41.95021452008612],[-72.81125098553866,41.950138520073416],[-72.81124298553574,41.95013352007272],[-72.81108998548,41.95003352005846],[-72.8108689854057,41.94999552005835],[-72.8106709853371,41.94992652005151],[-72.81064798532914,41.94991852005073],[-72.81018498517426,41.94985252005307],[-72.8101339851557,41.94981952004838],[-72.81012498514858,41.949747520034855],[-72.81011898514377,41.94969852002562],[-72.81022898517293,41.94958351999994],[-72.81050098526329,41.94961151999647],[-72.81055998527867,41.949545519981875],[-72.8105599852742,41.94946851996707],[-72.81048698523854,41.949265519930435],[-72.81026598514693,41.9489305198732],[-72.80997898503828,41.94867251983294],[-72.80980998497775,41.94857951982054],[-72.80956798490072,41.94861251983474],[-72.80915598477716,41.94879851988389],[-72.8087809846686,41.94903451994144],[-72.80854598460414,41.94924351998926],[-72.80847998459029,41.94937552001677],[-72.80830298454406,41.94957252006039],[-72.80806798447638,41.949726520097634],[-72.80757498432259,41.94984652013671],[-72.80706098414726,41.94971552012824],[-72.80656098399344,41.949874520175044],[-72.8064639839611,41.949862520175884],[-72.80617798386595,41.94983052017903],[-72.80605298382712,41.94986352018943],[-72.80589898377303,41.94979752018173],[-72.8058619837539,41.949676520159684],[-72.80600198378966,41.94950652012246],[-72.80608998381489,41.949446520108054],[-72.80611198381786,41.949374520093514],[-72.80604598379283,41.94931452008413],[-72.8052809835468,41.94937452012051],[-72.80511198349713,41.949468520144066],[-72.80436998326944,41.94971452021545],[-72.80400898316101,41.94987452025795],[-72.80375198308161,41.949950520280886],[-72.80342898297788,41.94997852029677],[-72.80263498273037,41.95017552036044],[-72.80218598259574,41.95037852041405],[-72.80196598253453,41.95055952045598],[-72.80163398246813,41.95127852060498],[-72.801435982417,41.95150952065582],[-72.80131098237909,41.95155852066929],[-72.80106098229533,41.95152052067012],[-72.80078898219028,41.95124052062512],[-72.80047298206034,41.950779520546746],[-72.79988498184038,41.950296520473],[-72.79978198179269,41.95005452042983],[-72.80005398183343,41.94923152026278],[-72.80003198182305,41.94917652025294],[-72.80003598182203,41.9491365202451],[-72.80003998182119,41.94909952023786],[-72.80011298184021,41.949017520219726],[-72.80014298184393,41.948913520198744],[-72.80009798182604,41.948858520189646],[-72.79989998175698,41.94878152018126],[-72.79957698163788,41.94854552014638],[-72.79951798161864,41.9485455201483],[-72.7991209814853,41.9484795201485],[-72.79896598143087,41.94841352014087],[-72.7989009814073,41.94837252013508],[-72.79881898137751,41.948320520127744],[-72.79854698127532,41.94808952009216],[-72.79828998117647,41.947831520050904],[-72.79816498113057,41.94774352003806],[-72.79790798104166,41.94765652002967],[-72.79773898097594,41.94747452000016],[-72.79768798094398,41.94721151995125],[-72.7975989809044,41.94703051991935],[-72.79747398085465,41.946876519893785],[-72.79739398082185,41.94676151987431],[-72.79732198078526,41.94653651983338],[-72.79727598076192,41.94639351980737],[-72.79724698073551,41.94610251975235],[-72.79712898068998,41.94598151973293],[-72.7969529806275,41.94589451972192],[-72.7965849805007,41.94577851971155],[-72.79638698043134,41.945696519702224],[-72.79629898039785,41.94561451968931],[-72.79628398038591,41.94549351966653],[-72.79635798038449,41.94505451957973],[-72.79639998039293,41.94496451956106],[-72.79643098039934,41.94490051954776],[-72.79642398039255,41.94482351953317],[-72.79637198037116,41.94474751952024],[-72.79635798035793,41.94459851949207],[-72.79651198039697,41.94440651945013],[-72.79643898036902,41.94433551943886],[-72.7960049802118,41.94406651940122],[-72.79571798010537,41.94384651936824],[-72.79547598001751,41.94369351934668],[-72.7953139799624,41.943654519344435],[-72.79515197991117,41.94368251935508],[-72.79505697988306,41.94373151936759],[-72.79502697988188,41.94387951939703],[-72.79496097986706,41.943994519421274],[-72.79484297983241,41.94406051943779],[-72.7947189797907,41.94403851943759],[-72.79461597975259,41.94396151942613],[-72.79454197972368,41.94387951941277],[-72.79434397962171,41.94323751929574],[-72.79431397959948,41.94302351925556],[-72.79435897960425,41.942853519221416],[-72.79451297964772,41.94273751919412],[-72.79469697970362,41.94266651917449],[-72.79485897975836,41.94269951917558],[-72.7949169797805,41.94275451918428],[-72.79501997981502,41.942770519184016],[-72.79521897987934,41.94276051917562],[-72.79549097995812,41.94258951913391],[-72.79579198006333,41.942710519147404],[-72.79588798009529,41.9427215191464],[-72.79593198010836,41.94269951914074],[-72.79613798017783,41.942738519141564],[-72.79634398024082,41.94266651912103],[-72.79670598036707,41.94280651913619],[-72.79687298042525,41.94287051914308],[-72.79784298075954,41.943177519170625],[-72.7980119808153,41.94318851916725],[-72.7981659808636,41.9431555191559],[-72.79829098089961,41.943073519136085],[-72.79836398090396,41.94273951906949],[-72.79865698096137,41.942084518934045],[-72.79917898111329,41.94176951885652],[-72.79983498130424,41.94137451875927],[-72.80048298149505,41.94102151867035],[-72.80058498152769,41.94101051866492],[-72.8007249815695,41.94094451864769],[-72.80076898157681,41.940823518622985],[-72.80085798160233,41.940763518608556],[-72.80101898164368,41.940571518566415],[-72.8013649817549,41.94054351854979],[-72.80144598177426,41.9404225185239],[-72.80156298180992,41.940379518511826],[-72.8017029818575,41.94041251851363],[-72.80187198191257,41.94041151850795],[-72.80204098196292,41.9403295184867],[-72.80220998200043,41.940027518423136],[-72.80235698204903,41.940038518420494],[-72.80259298213213,41.940143518433],[-72.80262898213904,41.94006051841589],[-72.80273998217082,41.93998451839767],[-72.80285698220705,41.939951518387524],[-72.80298198224108,41.93983551836115],[-72.80295298222107,41.93965451832729],[-72.80302598223881,41.93955051830491],[-72.8031729822842,41.939506518291694],[-72.80329098231854,41.9394355182742],[-72.80331298232251,41.939380518262915],[-72.80317298227622,41.93936951826534],[-72.80312898225837,41.93930951825524],[-72.80348898236711,41.9391605182149],[-72.80357398239542,41.93917051821405],[-72.80362898241377,41.939177518213626],[-72.80371698244439,41.93921051821712],[-72.80376098246288,41.939281518229315],[-72.80388598250748,41.93934751823796],[-72.80395998252585,41.93924851821652],[-72.80388598249723,41.93917151820413],[-72.80384998247851,41.93905151818221],[-72.80401098253002,41.939034518173706],[-72.80421698259018,41.93891351814375],[-72.80434998262272,41.93872751810367],[-72.80440098260837,41.93819551799971],[-72.80431998256014,41.93782151793042],[-72.8042249825199,41.937662517902936],[-72.80440098257382,41.93760251788567],[-72.80470298266818,41.93753151786222],[-72.80483498270227,41.937377517828324],[-72.80500398275674,41.93736651782071],[-72.80542298285792,41.93675751769],[-72.8055109828751,41.93655951764906],[-72.80556998288222,41.93635151760715],[-72.80567998290978,41.93620851757606],[-72.80612898305401,41.93617051755418],[-72.80618798306556,41.93603851752688],[-72.80614398304607,41.93595051751138],[-72.80617998305205,41.93585151749118],[-72.8063639831063,41.93575251746617],[-72.80654798315449,41.935549517421165],[-72.80666498318308,41.93538551738581],[-72.80684198324018,41.93537451737796],[-72.80697398328003,41.935319517363105],[-72.80704798329583,41.93517651733318],[-72.80706998329438,41.93502851730401],[-72.8069669832573,41.93496851729582],[-72.80703298325867,41.93462251722714],[-72.80694498322642,41.93456151721826],[-72.8066799831362,41.93449651721436],[-72.80662198310448,41.93427651717395],[-72.80665098310817,41.934177517153955],[-72.80688598317106,41.93394151710095],[-72.80695198318205,41.93376051706399],[-72.80693798317141,41.93365651704445],[-72.80706998320679,41.93352451701476],[-72.80706998320265,41.93345351700112],[-72.8069379831487,41.93326651696945],[-72.80689398312161,41.93304751692875],[-72.80698898313562,41.93275651686968],[-72.80689398309983,41.93267351685683],[-72.8068349830726,41.93253651683239],[-72.80684198305921,41.93226751678042],[-72.80687898305852,41.93204851673711],[-72.80695998308204,41.931998516724875],[-72.80708498312987,41.932119516744066],[-72.80716598315819,41.93215251674779],[-72.80723898317787,41.932081516731756],[-72.80727598318002,41.93191151669786],[-72.80736398320325,41.931817516676944],[-72.8073719831998,41.931713516656664],[-72.80719498312641,41.931444516610675],[-72.80721698312881,41.9313625165942],[-72.80733498316538,41.93132951658402],[-72.80742298319089,41.93127451657059],[-72.80734998316166,41.93118151655508],[-72.80721698311537,41.931131516549755],[-72.80710698307564,41.931065516540635],[-72.80709198306661,41.93099451652749],[-72.80720298310189,41.930978516520774],[-72.8073349831465,41.93100551652169],[-72.80737198315508,41.93094551650896],[-72.80731998313072,41.93081851648623],[-72.80723198309697,41.930731516472356],[-72.80733498311872,41.930528516429966],[-72.80732798311068,41.93042951641114],[-72.80738598312482,41.93034751639348],[-72.8075479831741,41.9302865163765],[-72.80776098323588,41.93015451634419],[-72.80782698325804,41.93016551634417],[-72.80788598328084,41.93022651635398],[-72.8078939832892,41.93032551637276],[-72.80837898344161,41.930226516337974],[-72.80849598347466,41.93013851631724],[-72.80851798347736,41.93006151630173],[-72.80858498349535,41.929995516286866],[-72.808709983532,41.92992451626913],[-72.80876798354743,41.929864516255726],[-72.80884898357091,41.929814516243475],[-72.80884198356385,41.92973251622792],[-72.80915798365766,41.92957351618709],[-72.80974598385006,41.9295845161701],[-72.80985598387953,41.92947451614537],[-72.80998098391679,41.92941451612977],[-72.8100989839572,41.929447516132285],[-72.81018698398334,41.92940351612096],[-72.81039298405017,41.92939751611312],[-72.81074498416754,41.929441516110145],[-72.81091398421816,41.92936451608986],[-72.81100098424054,41.929261516067214],[-72.81137698433717,41.928815515969234],[-72.811443984344,41.92855751591743],[-72.81137698430621,41.9282835158669],[-72.81114998420725,41.92785551579195],[-72.81117898420553,41.92766351575407],[-72.81141398426172,41.92731251567895],[-72.8115689843087,41.927251515662164],[-72.81175998437135,41.92725751565712],[-72.81197998444054,41.92721351564151],[-72.81204598445665,41.92712051562149],[-72.812200984504,41.92706551560586],[-72.81240598457084,41.9270655155992],[-72.81247998459398,41.927048515593526],[-72.81265598464374,41.92691751556262],[-72.81274498466317,41.926752515528],[-72.81274498465007,41.92652751548472],[-72.81262698460647,41.92643951547162],[-72.81239198452697,41.92639051546983],[-72.81227398448463,41.92632451546097],[-72.81222298446352,41.92624751544781],[-72.81195798436654,41.926066515421596],[-72.81180398431316,41.92601151541603],[-72.81170598428066,41.92600251541747],[-72.81151698421797,41.925984515420154],[-72.81128198413394,41.92585751540336],[-72.8111129840779,41.925841515405764],[-72.81100298402282,41.92551151534586],[-72.81098798400902,41.92535851531692],[-72.81111998404502,41.92523751528936],[-72.81113498404,41.92506751525618],[-72.81110598402064,41.924897515224416],[-72.81117198403064,41.92469951518418],[-72.81092898394277,41.9245515151636],[-72.81085598390845,41.92437051513115],[-72.81092198391394,41.92409551507611],[-72.81086298388644,41.9239535150507],[-72.81103198393608,41.92385951502714],[-72.81131898403066,41.92387651502109],[-72.81142898404738,41.92354751495422],[-72.81156098407955,41.923360514913966],[-72.81176698413903,41.9232285148819],[-72.81169598411158,41.92315451486996],[-72.81165698409646,41.923113514863346],[-72.81145898402649,41.923020514851885],[-72.8113919839976,41.92289951483078],[-72.81156198402142,41.92235651472081],[-72.81146598397572,41.92210951467641],[-72.81185598405051,41.921209514490606],[-72.81203198409828,41.92104451445316],[-72.81214198413132,41.92099551444016],[-72.81229598418375,41.921033514442456],[-72.81272298431757,41.9209405144107],[-72.81284798435671,41.92091251440126],[-72.8130749844244,41.92080351437291],[-72.8133469845022,41.92061651432811],[-72.81378798463639,41.92045151428204],[-72.8140449847183,41.92041851426735],[-72.81422198477793,41.920451514267945],[-72.81428098479823,41.9204695142695],[-72.81453798488674,41.92055051427674],[-72.8147579849617,41.92060551428016],[-72.81506698506182,41.92059451426801],[-72.81528698513833,41.92067651427665],[-72.81558898524,41.92073151427742],[-72.81619098543695,41.92074251425999],[-72.81624298545263,41.92072051425407],[-72.81674998560487,41.92049551419432],[-72.81707998570542,41.92037451416033],[-72.81766098586677,41.91989151404853],[-72.8178589859269,41.91981551402749],[-72.81796998596403,41.91983151402696],[-72.81804998598727,41.91978251401493],[-72.81817498602804,41.91978251401086],[-72.81826398605321,41.91971651399529],[-72.81830798606336,41.91964451398001],[-72.81851298613118,41.919661513976614],[-72.81860898615867,41.9195955139608],[-72.8187629862098,41.91961151395886],[-72.81891798625686,41.9195515139423],[-72.81907398630219,41.91945651391895],[-72.81915998632715,41.91940351390596],[-72.81934398638845,41.91942551390422],[-72.81951998644904,41.91948051390908],[-72.82020398667399,41.919513513893214],[-72.82045298675135,41.91944751387244],[-72.82061498680766,41.9195075138787],[-72.82129098703513,41.91962851388002],[-72.82134298705658,41.91970551389315],[-72.82143098708784,41.91974951389874],[-72.82168098716808,41.919727513886414],[-72.82191598724563,41.91974351388185],[-72.82211398731535,41.91983151389234],[-72.82239298741557,41.91999051391387],[-72.82249398744909,41.92000051391253],[-72.82265798750356,41.920017513910445],[-72.82295198760647,41.92013851392418],[-72.82320198768929,41.920160513920294],[-72.82335598773886,41.920149513913174],[-72.82386298789747,41.92003451387459],[-72.82409798796577,41.919891513839445],[-72.82414598797567,41.919792513818834],[-72.82426898800098,41.919538513765964],[-72.82431098800966,41.91945251374806],[-72.82456898807399,41.91911251367428],[-72.82470098811415,41.91906251366036],[-72.82477398813407,41.91899651364529],[-72.82485398815905,41.918977513639035],[-72.8250089882075,41.91894151362708],[-72.82511998824054,41.918887513613086],[-72.82538198832627,41.918892513605535],[-72.82546598835377,41.918894513603206],[-72.82616798858356,41.918909513583266],[-72.82642998866935,41.918915513575904],[-72.83213499054584,41.91919451344419],[-72.84092299343637,41.91962451324123],[-72.84924999617516,41.92003151304872],[-72.85040099655377,41.920088513022236],[-72.85495499805158,41.92031151291695],[-72.855334998176,41.920320512906336],[-72.85929199947134,41.920409512794684],[-72.86089199999515,41.920446512749734],[-72.86178200028648,41.92046651272462],[-72.87230700373189,41.92070551242792],[-72.87423900436434,41.920749512373476],[-72.87454500446451,41.920756512364854],[-72.87485800456695,41.92076351235602],[-72.87664500515194,41.9208045123057],[-72.8792070059917,41.92088151223705],[-72.87953800610012,41.92089051222801],[-72.88474100780547,41.92104651208848],[-72.8848810078514,41.92105151208489],[-72.88821700894474,41.92115051199522],[-72.89111100989328,41.92123751191763],[-72.89260201038262,41.9212935118798],[-72.89707701185132,41.92146251176642],[-72.89856901234101,41.92151951172874],[-72.90004401282403,41.92155651168777],[-72.90406001413909,41.921657511576214],[-72.90447001427331,41.92166751156477],[-72.90594601475665,41.92170451152373],[-72.90538901466566,41.92325351183978],[-72.90296901435146,41.931369513479204],[-72.90224501415251,41.932003513624714],[-72.90222801415001,41.932055513635255],[-72.89960101372553,41.939438515140225],[-72.89861901356682,41.94219751570255],[-72.89859601356318,41.942263515716],[-72.89852501355143,41.94245851575579],[-72.89787901343882,41.944133516098795],[-72.89635201317465,41.94812651691601],[-72.89628901316466,41.94830651695266],[-72.89392401277584,41.95483751828481],[-72.89343101269495,41.95620151856297],[-72.89284701259925,41.957819518892904],[-72.89272601257935,41.95815351896101],[-72.89034201216649,41.96437852023469],[-72.88968501205474,41.966128520592314],[-72.88771701172045,41.97137852166494],[-72.8870610116091,41.973129522022624],[-72.8869710115962,41.973410522079526],[-72.88670001155722,41.97425352225028],[-72.88661101154472,41.97453552230734],[-72.88660001154341,41.97457452231519],[-72.88656901154027,41.97469352233907],[-72.88655901153938,41.974733522347066],[-72.88543601135434,41.97782652297769],[-72.88302301095692,41.98447452433298],[-72.88206701079945,41.98710752486972],[-72.88094401061453,41.99020152550035],[-72.88053201052368,41.99094452565645],[-72.87949001037575,41.99421852631894],[-72.87907701029322,41.99510852650326],[-72.87871501022074,41.995886526664414],[-72.878665010215,41.9960665267006],[-72.87851801019883,41.99660852680943],[-72.87847001019377,41.996789526845745],[-72.87795101010526,41.99816752712719],[-72.87791101009921,41.99828652715132],[-72.87761601004479,41.9989995272978],[-72.87762101011505,42.00016952752221],[-72.87665200995895,42.002897528077376],[-72.87477600965659,42.00817652915169],[-72.87454400961929,42.008830529284744],[-72.87378900945113,42.01016352956518],[-72.87349100938918,42.01076452969023],[-72.87309400929921,42.01143852983251],[-72.87307500929529,42.011477529840626],[-72.87302000928433,42.01159652986524],[-72.87300200928081,42.01163652987349],[-72.86916100859746,42.021347531861934],[-72.8678840083827,42.024787532563494],[-72.86679500821246,42.02794053320381],[-72.86650400817356,42.02889553339648],[-72.86629200815247,42.02971453356047],[-72.86578200802862,42.03043953371616],[-72.86516000793033,42.03222253407843],[-72.86440700778931,42.03400553444496],[-72.86392000769804,42.035157534681744],[-72.86382000767914,42.03539153472988],[-72.86382600771434,42.035957534838225],[-72.86375000772772,42.03660753496536],[-72.8636200077505,42.03771753518245]]]},"properties":{"name":4681.01,"geoid":"09003468101"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.78544097524981,41.91800551473132],[-72.78652297560377,41.9180245146999],[-72.787507975926,41.918041514671216],[-72.78977197666669,41.91808151460549],[-72.79085497702103,41.91810151457421],[-72.79131797717417,41.918138514566316],[-72.79270697763378,41.91825251454319],[-72.79317097778731,41.91829051453544],[-72.7968609789943,41.91835251442766],[-72.80793098261522,41.918540514104556],[-72.8116219838225,41.91860351399685],[-72.81286498422894,41.918622513960145],[-72.81301698427869,41.91862551395578],[-72.81659698544928,41.91868051385013],[-72.81784198585643,41.918700513813526],[-72.81929698633303,41.91873751377338],[-72.82366398776357,41.91884951365309],[-72.82511998824054,41.918887513613086],[-72.8250089882075,41.91894151362708],[-72.82485398815905,41.918977513639035],[-72.82477398813407,41.91899651364529],[-72.82470098811415,41.91906251366036],[-72.82456898807399,41.91911251367428],[-72.82431098800966,41.91945251374806],[-72.82426898800098,41.919538513765964],[-72.82414598797567,41.919792513818834],[-72.82409798796577,41.919891513839445],[-72.82386298789747,41.92003451387459],[-72.82335598773886,41.920149513913174],[-72.82320198768929,41.920160513920294],[-72.82295198760647,41.92013851392418],[-72.82265798750356,41.920017513910445],[-72.82249398744909,41.92000051391253],[-72.82239298741557,41.91999051391387],[-72.82211398731535,41.91983151389234],[-72.82191598724563,41.91974351388185],[-72.82168098716808,41.919727513886414],[-72.82143098708784,41.91974951389874],[-72.82134298705658,41.91970551389315],[-72.82129098703513,41.91962851388002],[-72.82061498680766,41.9195075138787],[-72.82045298675135,41.91944751387244],[-72.82020398667399,41.919513513893214],[-72.81951998644904,41.91948051390908],[-72.81934398638845,41.91942551390422],[-72.81915998632715,41.91940351390596],[-72.81907398630219,41.91945651391895],[-72.81891798625686,41.9195515139423],[-72.8187629862098,41.91961151395886],[-72.81860898615867,41.9195955139608],[-72.81851298613118,41.919661513976614],[-72.81830798606336,41.91964451398001],[-72.81826398605321,41.91971651399529],[-72.81817498602804,41.91978251401086],[-72.81804998598727,41.91978251401493],[-72.81796998596403,41.91983151402696],[-72.8178589859269,41.91981551402749],[-72.81766098586677,41.91989151404853],[-72.81707998570542,41.92037451416033],[-72.81674998560487,41.92049551419432],[-72.81624298545263,41.92072051425407],[-72.81619098543695,41.92074251425999],[-72.81558898524,41.92073151427742],[-72.81528698513833,41.92067651427665],[-72.81506698506182,41.92059451426801],[-72.8147579849617,41.92060551428016],[-72.81453798488674,41.92055051427674],[-72.81428098479823,41.9204695142695],[-72.81422198477793,41.920451514267945],[-72.8140449847183,41.92041851426735],[-72.81378798463639,41.92045151428204],[-72.8133469845022,41.92061651432811],[-72.8130749844244,41.92080351437291],[-72.81284798435671,41.92091251440126],[-72.81272298431757,41.9209405144107],[-72.81229598418375,41.921033514442456],[-72.81214198413132,41.92099551444016],[-72.81203198409828,41.92104451445316],[-72.81185598405051,41.921209514490606],[-72.81146598397572,41.92210951467641],[-72.81156198402142,41.92235651472081],[-72.8113919839976,41.92289951483078],[-72.81145898402649,41.923020514851885],[-72.81165698409646,41.923113514863346],[-72.81169598411158,41.92315451486996],[-72.81176698413903,41.9232285148819],[-72.81156098407955,41.923360514913966],[-72.81142898404738,41.92354751495422],[-72.81131898403066,41.92387651502109],[-72.81103198393608,41.92385951502714],[-72.81086298388644,41.9239535150507],[-72.81092198391394,41.92409551507611],[-72.81085598390845,41.92437051513115],[-72.81092898394277,41.9245515151636],[-72.81117198403064,41.92469951518418],[-72.81110598402064,41.924897515224416],[-72.81113498404,41.92506751525618],[-72.81111998404502,41.92523751528936],[-72.81098798400902,41.92535851531692],[-72.81100298402282,41.92551151534586],[-72.8111129840779,41.925841515405764],[-72.81128198413394,41.92585751540336],[-72.81151698421797,41.925984515420154],[-72.81170598428066,41.92600251541747],[-72.81180398431316,41.92601151541603],[-72.81195798436654,41.926066515421596],[-72.81222298446352,41.92624751544781],[-72.81227398448463,41.92632451546097],[-72.81239198452697,41.92639051546983],[-72.81262698460647,41.92643951547162],[-72.81274498465007,41.92652751548472],[-72.81274498466317,41.926752515528],[-72.81265598464374,41.92691751556262],[-72.81247998459398,41.927048515593526],[-72.81240598457084,41.9270655155992],[-72.812200984504,41.92706551560586],[-72.81204598445665,41.92712051562149],[-72.81197998444054,41.92721351564151],[-72.81175998437135,41.92725751565712],[-72.8115689843087,41.927251515662164],[-72.81141398426172,41.92731251567895],[-72.81117898420553,41.92766351575407],[-72.81114998420725,41.92785551579195],[-72.81137698430621,41.9282835158669],[-72.811443984344,41.92855751591743],[-72.81137698433717,41.928815515969234],[-72.81100098424054,41.929261516067214],[-72.81091398421816,41.92936451608986],[-72.81074498416754,41.929441516110145],[-72.81039298405017,41.92939751611312],[-72.81018698398334,41.92940351612096],[-72.8100989839572,41.929447516132285],[-72.80998098391679,41.92941451612977],[-72.80985598387953,41.92947451614537],[-72.80974598385006,41.9295845161701],[-72.80915798365766,41.92957351618709],[-72.80884198356385,41.92973251622792],[-72.80884898357091,41.929814516243475],[-72.80876798354743,41.929864516255726],[-72.808709983532,41.92992451626913],[-72.80858498349535,41.929995516286866],[-72.80851798347736,41.93006151630173],[-72.80849598347466,41.93013851631724],[-72.80837898344161,41.930226516337974],[-72.8078939832892,41.93032551637276],[-72.80788598328084,41.93022651635398],[-72.80782698325804,41.93016551634417],[-72.80776098323588,41.93015451634419],[-72.8075479831741,41.9302865163765],[-72.80738598312482,41.93034751639348],[-72.80732798311068,41.93042951641114],[-72.80733498311872,41.930528516429966],[-72.80723198309697,41.930731516472356],[-72.80731998313072,41.93081851648623],[-72.80737198315508,41.93094551650896],[-72.8073349831465,41.93100551652169],[-72.80720298310189,41.930978516520774],[-72.80709198306661,41.93099451652749],[-72.80710698307564,41.931065516540635],[-72.80721698311537,41.931131516549755],[-72.80734998316166,41.93118151655508],[-72.80742298319089,41.93127451657059],[-72.80733498316538,41.93132951658402],[-72.80721698312881,41.9313625165942],[-72.80719498312641,41.931444516610675],[-72.8073719831998,41.931713516656664],[-72.80736398320325,41.931817516676944],[-72.80727598318002,41.93191151669786],[-72.80723898317787,41.932081516731756],[-72.80716598315819,41.93215251674779],[-72.80708498312987,41.932119516744066],[-72.80695998308204,41.931998516724875],[-72.80687898305852,41.93204851673711],[-72.80684198305921,41.93226751678042],[-72.8068349830726,41.93253651683239],[-72.80689398309983,41.93267351685683],[-72.80698898313562,41.93275651686968],[-72.80689398312161,41.93304751692875],[-72.8069379831487,41.93326651696945],[-72.80706998320265,41.93345351700112],[-72.80706998320679,41.93352451701476],[-72.80693798317141,41.93365651704445],[-72.80695198318205,41.93376051706399],[-72.80688598317106,41.93394151710095],[-72.80665098310817,41.934177517153955],[-72.80662198310448,41.93427651717395],[-72.8066799831362,41.93449651721436],[-72.80694498322642,41.93456151721826],[-72.80703298325867,41.93462251722714],[-72.8069669832573,41.93496851729582],[-72.80706998329438,41.93502851730401],[-72.80704798329583,41.93517651733318],[-72.80697398328003,41.935319517363105],[-72.80684198324018,41.93537451737796],[-72.80666498318308,41.93538551738581],[-72.80654798315449,41.935549517421165],[-72.8063639831063,41.93575251746617],[-72.80617998305205,41.93585151749118],[-72.80614398304607,41.93595051751138],[-72.80618798306556,41.93603851752688],[-72.80612898305401,41.93617051755418],[-72.80567998290978,41.93620851757606],[-72.80556998288222,41.93635151760715],[-72.8055109828751,41.93655951764906],[-72.80542298285792,41.93675751769],[-72.80500398275674,41.93736651782071],[-72.80483498270227,41.937377517828324],[-72.80470298266818,41.93753151786222],[-72.80440098257382,41.93760251788567],[-72.8042249825199,41.937662517902936],[-72.80431998256014,41.93782151793042],[-72.80440098260837,41.93819551799971],[-72.80434998262272,41.93872751810367],[-72.80421698259018,41.93891351814375],[-72.80401098253002,41.939034518173706],[-72.80384998247851,41.93905151818221],[-72.80388598249723,41.93917151820413],[-72.80395998252585,41.93924851821652],[-72.80388598250748,41.93934751823796],[-72.80376098246288,41.939281518229315],[-72.80371698244439,41.93921051821712],[-72.80362898241377,41.939177518213626],[-72.80357398239542,41.93917051821405],[-72.80348898236711,41.9391605182149],[-72.80312898225837,41.93930951825524],[-72.80317298227622,41.93936951826534],[-72.80331298232251,41.939380518262915],[-72.80329098231854,41.9394355182742],[-72.8031729822842,41.939506518291694],[-72.80302598223881,41.93955051830491],[-72.80295298222107,41.93965451832729],[-72.80298198224108,41.93983551836115],[-72.80285698220705,41.939951518387524],[-72.80273998217082,41.93998451839767],[-72.80262898213904,41.94006051841589],[-72.80259298213213,41.940143518433],[-72.80235698204903,41.940038518420494],[-72.80220998200043,41.940027518423136],[-72.80204098196292,41.9403295184867],[-72.80187198191257,41.94041151850795],[-72.8017029818575,41.94041251851363],[-72.80156298180992,41.940379518511826],[-72.80144598177426,41.9404225185239],[-72.8013649817549,41.94054351854979],[-72.80101898164368,41.940571518566415],[-72.80085798160233,41.940763518608556],[-72.80076898157681,41.940823518622985],[-72.8007249815695,41.94094451864769],[-72.80058498152769,41.94101051866492],[-72.80048298149505,41.94102151867035],[-72.79983498130424,41.94137451875927],[-72.79917898111329,41.94176951885652],[-72.79865698096137,41.942084518934045],[-72.79836398090396,41.94273951906949],[-72.79829098089961,41.943073519136085],[-72.7981659808636,41.9431555191559],[-72.7980119808153,41.94318851916725],[-72.79784298075954,41.943177519170625],[-72.79687298042525,41.94287051914308],[-72.79670598036707,41.94280651913619],[-72.79634398024082,41.94266651912103],[-72.79613798017783,41.942738519141564],[-72.79593198010836,41.94269951914074],[-72.79588798009529,41.9427215191464],[-72.79579198006333,41.942710519147404],[-72.79549097995812,41.94258951913391],[-72.79521897987934,41.94276051917562],[-72.79501997981502,41.942770519184016],[-72.7949169797805,41.94275451918428],[-72.79485897975836,41.94269951917558],[-72.79469697970362,41.94266651917449],[-72.79451297964772,41.94273751919412],[-72.79435897960425,41.942853519221416],[-72.79431397959948,41.94302351925556],[-72.79434397962171,41.94323751929574],[-72.79454197972368,41.94387951941277],[-72.79461597975259,41.94396151942613],[-72.7947189797907,41.94403851943759],[-72.79484297983241,41.94406051943779],[-72.79496097986706,41.943994519421274],[-72.79502697988188,41.94387951939703],[-72.79505697988306,41.94373151936759],[-72.79515197991117,41.94368251935508],[-72.7953139799624,41.943654519344435],[-72.79547598001751,41.94369351934668],[-72.79571798010537,41.94384651936824],[-72.7960049802118,41.94406651940122],[-72.79643898036902,41.94433551943886],[-72.79651198039697,41.94440651945013],[-72.79635798035793,41.94459851949207],[-72.79637198037116,41.94474751952024],[-72.79642398039255,41.94482351953317],[-72.79643098039934,41.94490051954776],[-72.79639998039293,41.94496451956106],[-72.79635798038449,41.94505451957973],[-72.79628398038591,41.94549351966653],[-72.79629898039785,41.94561451968931],[-72.79638698043134,41.945696519702224],[-72.7965849805007,41.94577851971155],[-72.7969529806275,41.94589451972192],[-72.79712898068998,41.94598151973293],[-72.79724698073551,41.94610251975235],[-72.79727598076192,41.94639351980737],[-72.79732198078526,41.94653651983338],[-72.79739398082185,41.94676151987431],[-72.79747398085465,41.946876519893785],[-72.7975989809044,41.94703051991935],[-72.79768798094398,41.94721151995125],[-72.79773898097594,41.94747452000016],[-72.79790798104166,41.94765652002967],[-72.79816498113057,41.94774352003806],[-72.79828998117647,41.947831520050904],[-72.79854698127532,41.94808952009216],[-72.79881898137751,41.948320520127744],[-72.7989009814073,41.94837252013508],[-72.79896598143087,41.94841352014087],[-72.7991209814853,41.9484795201485],[-72.79951798161864,41.9485455201483],[-72.79957698163788,41.94854552014638],[-72.79989998175698,41.94878152018126],[-72.80009798182604,41.948858520189646],[-72.80014298184393,41.948913520198744],[-72.80011298184021,41.949017520219726],[-72.80003998182119,41.94909952023786],[-72.80003598182203,41.9491365202451],[-72.80003198182305,41.94917652025294],[-72.80005398183343,41.94923152026278],[-72.79978198179269,41.95005452042983],[-72.79988498184038,41.950296520473],[-72.80047298206034,41.950779520546746],[-72.80078898219028,41.95124052062512],[-72.80106098229533,41.95152052067012],[-72.80131098237909,41.95155852066929],[-72.801435982417,41.95150952065582],[-72.80163398246813,41.95127852060498],[-72.80196598253453,41.95055952045598],[-72.80218598259574,41.95037852041405],[-72.80263498273037,41.95017552036044],[-72.80342898297788,41.94997852029677],[-72.80375198308161,41.949950520280886],[-72.80400898316101,41.94987452025795],[-72.80436998326944,41.94971452021545],[-72.80511198349713,41.949468520144066],[-72.8052809835468,41.94937452012051],[-72.80604598379283,41.94931452008413],[-72.80611198381786,41.949374520093514],[-72.80608998381489,41.949446520108054],[-72.80600198378966,41.94950652012246],[-72.8058619837539,41.949676520159684],[-72.80589898377303,41.94979752018173],[-72.80605298382712,41.94986352018943],[-72.80617798386595,41.94983052017903],[-72.8064639839611,41.949862520175884],[-72.80656098399344,41.949874520175044],[-72.80706098414726,41.94971552012824],[-72.80757498432259,41.94984652013671],[-72.80806798447638,41.949726520097634],[-72.80830298454406,41.94957252006039],[-72.80847998459029,41.94937552001677],[-72.80854598460414,41.94924351998926],[-72.8087809846686,41.94903451994144],[-72.80915598477716,41.94879851988389],[-72.80956798490072,41.94861251983474],[-72.80980998497775,41.94857951982054],[-72.80997898503828,41.94867251983294],[-72.81026598514693,41.9489305198732],[-72.81048698523854,41.949265519930435],[-72.8105599852742,41.94946851996707],[-72.81055998527867,41.949545519981875],[-72.81050098526329,41.94961151999647],[-72.81022898517293,41.94958351999994],[-72.81011898514377,41.94969852002562],[-72.81012498514858,41.949747520034855],[-72.8101339851557,41.94981952004838],[-72.81018498517426,41.94985252005307],[-72.81064798532914,41.94991852005073],[-72.8106709853371,41.94992652005151],[-72.8108689854057,41.94999552005835],[-72.81108998548,41.95003352005846],[-72.81124298553574,41.95013352007272],[-72.81125098553866,41.950138520073416],[-72.81130998556232,41.95021452008612],[-72.81166998568808,41.9503575201019],[-72.81238398591171,41.95019852004814],[-72.81255998596689,41.95016052003512],[-72.81277298603153,41.950077520012236],[-72.81280998605288,41.95023652004159],[-72.81277298605201,41.95042852007971],[-72.81280798606791,41.95050552009338],[-72.8128689860955,41.95063752011677],[-72.81310398618814,41.950911520161796],[-72.81339798628788,41.950977520164926],[-72.81346398631584,41.95108752018395],[-72.81346398633409,41.95140052024411],[-72.81349798634949,41.95147452025723],[-72.81361098640058,41.951718520300446],[-72.81372098644445,41.95185552032321],[-72.81360098641126,41.95195752034671],[-72.81338598635081,41.952123520385626],[-72.81294098622583,41.952469520466586],[-72.81263698614084,41.952712520523185],[-72.81238598607196,41.95293552057419],[-72.8122059860227,41.95309752061117],[-72.81212498600615,41.953266520646295],[-72.81193098597149,41.95375752074697],[-72.8114479858855,41.95498452099851],[-72.81135198586861,41.95523152104911],[-72.81131798586271,41.955320521067314],[-72.81118498584334,41.95573252115083],[-72.81106898582627,41.95608852122301],[-72.8107239857762,41.95715952144008],[-72.81060998575984,41.957516521512396],[-72.81068398578643,41.95755852151807],[-72.81066998578756,41.957656521537366],[-72.81075098581721,41.957711521545285],[-72.81105098591938,41.95778552154978],[-72.8111329859473,41.95780552155095],[-72.81111098594427,41.957876521565304],[-72.81117698597221,41.95798652158431],[-72.81118398598056,41.95809052160408],[-72.81112298597483,41.95833352165275],[-72.81108198597097,41.958496521685404],[-72.81097898594984,41.95871052172989],[-72.8109859859557,41.95877152174139],[-72.8110079859683,41.95886452175854],[-72.81098598597455,41.95909452180347],[-72.81092598596008,41.95918252182232],[-72.81088198594955,41.95924752183625],[-72.81089798596281,41.95938552186225],[-72.8108939859625,41.959402521865634],[-72.810867985962,41.95953952189282],[-72.81066998590411,41.95965452192135],[-72.8106299859039,41.95987452196495],[-72.81057398590389,41.96018752202692],[-72.81051498589392,41.96034652205939],[-72.81050898590527,41.9605745221034],[-72.81049298594405,41.96132852224883],[-72.81052998599073,41.96192152236157],[-72.81060298603886,41.962338522439346],[-72.81060398604274,41.96239952245104],[-72.81060998605875,41.96264052249715],[-72.81035298602615,41.96351852267423],[-72.81063998614282,41.96391352274081],[-72.81072798618564,41.964155522784445],[-72.81104398630987,41.96451752284374],[-72.81128698640804,41.964841522898084],[-72.811403986459,41.965060522936376],[-72.81143398647326,41.965137522950194],[-72.81158798653892,41.965401522995926],[-72.81180898662443,41.96563152303294],[-72.81213998674204,41.96579652305388],[-72.81274998695481,41.96603252307939],[-72.81295598702717,41.966120523089614],[-72.81319898711536,41.966273523111106],[-72.81330898716406,41.9664935231498],[-72.81324298716689,41.96691052323209],[-72.81337498722499,41.96716852327736],[-72.81361098733468,41.967728523377296],[-72.81369098736364,41.9677775233841],[-72.81393398744069,41.967739523368905],[-72.81411798750936,41.967887523391354],[-72.81469898770146,41.967931523380926],[-72.81471398772457,41.96824352344038],[-72.81479498775485,41.96830952345043],[-72.81497998781848,41.96836552345518],[-72.81515498787871,41.96841952345985],[-72.81541198796991,41.96854552347572],[-72.81599298820434,41.969314523604574],[-72.81611798826304,41.9696215236595],[-72.81610398828411,41.970060523744294],[-72.81617698833549,41.9705325238326],[-72.81618398834414,41.970641523853324],[-72.81604898829927,41.97062752385503],[-72.81529298804283,41.97045952384733],[-72.81485098789197,41.970345523839796],[-72.81473898785357,41.97031352383728],[-72.81469598783885,41.97030152383638],[-72.81376198752001,41.970059523820254],[-72.8134919874311,41.97004552382635],[-72.81327398736016,41.97004852383401],[-72.81311098730794,41.970064523842375],[-72.81152198680172,41.97027352393419],[-72.81082498658066,41.97038152397759],[-72.8103879864431,41.97046752400833],[-72.80966598621765,41.97064052406503],[-72.80927398609654,41.970756524100075],[-72.80850498585804,41.9709685241658],[-72.80706098540819,41.97133252428266],[-72.80688898533649,41.97106552423695],[-72.80649598517256,41.97045352413214],[-72.80635198511554,41.97028152410378],[-72.80614898503518,41.970039524063864],[-72.80553698484266,41.97016152410721],[-72.80548998482773,41.97016852411007],[-72.80452898452259,41.97031252416898],[-72.80420698442033,41.97036052418866],[-72.80394398433786,41.97041752420816],[-72.80350598420053,41.970512524240654],[-72.80314498408735,41.97059152426756],[-72.80285098399517,41.97065552428941],[-72.80270298394875,41.97068752430037],[-72.80128998350187,41.97092952439279],[-72.80119798347192,41.97093052439597],[-72.80060698327975,41.97094152441728],[-72.80034398319312,41.97092752442312],[-72.79846098255474,41.970515524405144],[-72.79806198241377,41.97033052438256],[-72.79775298230504,41.97019452436648],[-72.79638198182671,41.969662524308795],[-72.79616798175205,41.96957952429979],[-72.79502098135397,41.969170524258466],[-72.794792981279,41.969160524263955],[-72.79475798126484,41.969113524256066],[-72.79465498122308,41.9689735242325],[-72.79462098120929,41.96892752422477],[-72.79451998116846,41.968792524202115],[-72.79448898115592,41.968750524195045],[-72.79420298104236,41.96840352413766],[-72.79409698100027,41.96827452411631],[-72.79398998095776,41.96814452409481],[-72.79367198083145,41.967757524030766],[-72.79356598078935,41.96762852400941],[-72.79333098070906,41.96756652400514],[-72.79301598060151,41.967484523999616],[-72.79262398046913,41.96740752399755],[-72.79238698038913,41.96736152399641],[-72.79216398031433,41.96732652399692],[-72.79143398005651,41.966989523955874],[-72.79121397998445,41.966984523962054],[-72.79119797997923,41.96698452396257],[-72.79057997978973,41.967192524022614],[-72.79021897968204,41.96736552406759],[-72.78995697960455,41.9675025241024],[-72.78950297946406,41.967633524142336],[-72.78759397884373,41.967676524212585],[-72.78685397860335,41.96769452424007],[-72.78634597843877,41.9677145242604],[-72.78584897827778,41.96773452428039],[-72.78572497823936,41.967769524291135],[-72.78504997803061,41.9679665243509],[-72.78399897769138,41.96802952439714],[-72.78392297766699,41.968036524400944],[-72.78387797765254,41.968040524403186],[-72.78360897756625,41.96806552441671],[-72.78325397745124,41.96807952443094],[-72.78335697746263,41.96769852435437],[-72.78322897740179,41.96737152429569],[-72.7830969773391,41.96703452423522],[-72.78283897721332,41.966320524106365],[-72.78264697708661,41.965221523901405],[-72.7826239770712,41.96508552387601],[-72.78254297700973,41.964484523763154],[-72.78254597700908,41.96445652375767],[-72.78255697700784,41.96437352374135],[-72.78256097700758,41.96434652373603],[-72.7825749770058,41.96423752371464],[-72.78261897700138,41.96391552365132],[-72.78261997700146,41.96391152365053],[-72.78265297700618,41.96380752362946],[-72.78286797703711,41.96313452349313],[-72.78296497705085,41.96282752343099],[-72.7830129770578,41.96267752340061],[-72.78308497706816,41.96245252335503],[-72.78309997702264,41.96158752318829],[-72.78316297700077,41.960859523046324],[-72.78329197700803,41.9602615229272],[-72.78339997701589,41.95979152283337],[-72.78344697701951,41.95959052279321],[-72.78365797704214,41.95879752263394],[-72.78281997674196,41.95833752257271],[-72.78270097669935,41.95827252256408],[-72.78163897632079,41.95772152249263],[-72.781050976113,41.95744752245906],[-72.78062897596179,41.95721552242814],[-72.78051097591823,41.95712852241526],[-72.78035797585632,41.956922522380616],[-72.77993297568425,41.95634852228408],[-72.77977997562348,41.956162522253294],[-72.77971097560763,41.956276522277435],[-72.77963397558844,41.956378522299545],[-72.77938397552626,41.95671152237167],[-72.77922397549337,41.957042522440496],[-72.77921097549074,41.9570705224463],[-72.779101975467,41.957273522488855],[-72.77894997543233,41.95752952254299],[-72.77894497543129,41.95753952254507],[-72.77879897540478,41.95790252261959],[-72.77873197540593,41.95829752269769],[-72.77871597540857,41.95843252272415],[-72.778695975413,41.95862052276093],[-72.77864097540134,41.95872852278349],[-72.77857097538941,41.9589155228217],[-72.77842997535586,41.95912952286739],[-72.7781259752811,41.95954852295781],[-72.77747297512072,41.96045252315275],[-72.77727597507287,41.96073452321335],[-72.77709897503287,41.961039523277705],[-72.77691497499467,41.96141452335576],[-72.77648597488628,41.961956523473845],[-72.77622197481973,41.962292523546985],[-72.7758479747209,41.96269052363564],[-72.77556697464459,41.96295452369547],[-72.77510397451904,41.9633925237947],[-72.77483997444992,41.963684523859385],[-72.77474697442463,41.96377152387912],[-72.77446797434912,41.96403752393929],[-72.77434497431895,41.964208523976154],[-72.77401697423855,41.96466552407462],[-72.77398097423017,41.964723524086935],[-72.77387197420516,41.96490452412525],[-72.77379697418785,41.96502752415133],[-72.77368397416193,41.965215524191144],[-72.77354697412679,41.96537952422709],[-72.77345497410323,41.96549052425141],[-72.77234297381818,41.96682552454407],[-72.7722499737946,41.966941524569364],[-72.77186397369702,41.967428524675476],[-72.77085697346678,41.96911652503255],[-72.77021897331636,41.97010752524367],[-72.76973697320732,41.97093552541843],[-72.76917297306693,41.97168452558064],[-72.7690119730269,41.97189952562718],[-72.76799897276989,41.97316152590254],[-72.7678489727318,41.97334752594315],[-72.76750797264528,41.97377252603587],[-72.76740697262036,41.973910526065666],[-72.76726697258599,41.974104526107496],[-72.76732597259411,41.97391352606887],[-72.7675059726194,41.97333952595274],[-72.7675659726279,41.97314952591429],[-72.76835797273912,41.97062252540301],[-72.76971697293027,41.96629152452661],[-72.77073597307347,41.963041523868945],[-72.77152897318508,41.960515523357714],[-72.77346897349564,41.954978522230434],[-72.77377597355068,41.9542035220715],[-72.77418797361301,41.95296552182013],[-72.77516297377426,41.950271521270594],[-72.77530797376889,41.949366521091875],[-72.77546097376363,41.948418520904646],[-72.77732197404931,41.94289551978232],[-72.77762297409785,41.94204251960852],[-72.77779597412597,41.94155551950926],[-72.77801397416128,41.940940519383915],[-72.77852797424434,41.93948651908764],[-72.77867497426799,41.939068519002475],[-72.77875897428176,41.93883451895476],[-72.77879497428768,41.938734518934346],[-72.77882997429329,41.938634518913986],[-72.7788589742975,41.93854451889573],[-72.77926697435802,41.9372975186427],[-72.77929697436255,41.93720651862421],[-72.77932697436697,41.93711451860555],[-72.77935597437124,41.93702551858749],[-72.77938497437553,41.936936518569446],[-72.77946497438725,41.93668951851933],[-72.78137097466971,41.93085751733581],[-72.7819819747604,41.928990516956866],[-72.78200697476409,41.928913516941236],[-72.78252897483299,41.927170516589015],[-72.78364197498048,41.923464515839974],[-72.78409897504096,41.92194151553214],[-72.78443897508627,41.920813515304104],[-72.78464097511682,41.92020551518056],[-72.78467097512241,41.92013351516574],[-72.78476197513966,41.9199195151216],[-72.78479297514563,41.919848515106956],[-72.78490697516781,41.91959051505361],[-72.78491997517041,41.9195625150478],[-72.78504697519516,41.91927551498847],[-72.78520497522594,41.91891851491464],[-72.78524897523441,41.91881751489378],[-72.78536297525665,41.91856051484064],[-72.78537797525509,41.918449514818796],[-72.785424975251,41.918115514753005],[-72.78544097524981,41.91800551473132]]]},"properties":{"name":4681.02,"geoid":"09003468102"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.6827309316777,41.74310148430992],[-72.68272593168099,41.74318748432672],[-72.68279293172837,41.74363348441079],[-72.68286193177853,41.74411648450197],[-72.68292293182618,41.74460148459378],[-72.68310793196994,41.74605848486957],[-72.68316993201799,41.74654448496154],[-72.68319093203424,41.74670848499257],[-72.68325493208337,41.74720248508602],[-72.68325693208484,41.74721648508867],[-72.68331493211183,41.74735748511406],[-72.68273993192592,41.74738248513739],[-72.681016931369,41.747459485207635],[-72.68044293118349,41.74748548523111],[-72.68052393120094,41.74732948519835],[-72.68076793125374,41.74686348510039],[-72.68084993127155,41.74670848506779],[-72.68008693102603,41.746761485102574],[-72.67966093088896,41.74679148512205],[-72.67813393040426,41.747014485214244],[-72.67781493030326,41.747065485234344],[-72.67706093006458,41.747187485282154],[-72.6770959300887,41.74740948532395],[-72.67720093016106,41.748075485449355],[-72.67723693018552,41.74829748549113],[-72.6765189299583,41.74841448553681],[-72.67436492927686,41.74876948567465],[-72.67364792905009,41.74888848572069],[-72.67361692902738,41.748668485679154],[-72.67352492895972,41.74801048555487],[-72.67349492893739,41.747791485513496],[-72.67345892891036,41.74752448546303],[-72.67335292883001,41.74672448531176],[-72.67331792880337,41.74645848526145],[-72.673303928792,41.74633948523889],[-72.67326392875863,41.74598448517154],[-72.67325092874763,41.745866485149136],[-72.67322692872844,41.74566748511142],[-72.67315492867077,41.74507048499831],[-72.67313092865157,41.7448714849606],[-72.67309692863104,41.744706484929786],[-72.67299592856979,41.74421148483733],[-72.6729629285496,41.74404648480647],[-72.67365592876877,41.74393148476197],[-72.67573592942676,41.74358848462882],[-72.67642992964633,41.7434744845845],[-72.6767119297355,41.74342748456633],[-72.67756093000408,41.743287484512],[-72.67784393009364,41.74324148449402],[-72.68218493146328,41.7424634842041],[-72.68256593158603,41.74243948418722],[-72.68257693159907,41.742604484218774],[-72.68260293162834,41.74296748428812],[-72.68262593165302,41.74326748434539],[-72.68267193166324,41.74318448432787],[-72.6827309316777,41.74310148430992]]]},"properties":{"name":5001,"geoid":"09003500100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.67440392952945,41.752956486482866],[-72.67433792949574,41.75274348644384],[-72.67414192939538,41.75210648632698],[-72.67407692936206,41.751894486288066],[-72.67403692933208,41.75159848623214],[-72.67391992924307,41.750710486064214],[-72.67388092921341,41.750414486008246],[-72.67386192919628,41.75022348597192],[-72.67385092918623,41.75011048595044],[-72.6737569291297,41.74965848586606],[-72.6737189291066,41.74947148583112],[-72.67370392909503,41.74935448580899],[-72.67366192906127,41.74900448574267],[-72.67364792905009,41.74888848572069],[-72.67436492927686,41.74876948567465],[-72.6765189299583,41.74841448553681],[-72.67723693018552,41.74829748549113],[-72.67720093016106,41.748075485449355],[-72.6770959300887,41.74740948532395],[-72.67706093006458,41.747187485282154],[-72.67781493030326,41.747065485234344],[-72.67813393040426,41.747014485214244],[-72.67966093088896,41.74679148512205],[-72.68008693102603,41.746761485102574],[-72.68084993127155,41.74670848506779],[-72.68076793125374,41.74686348510039],[-72.68052393120094,41.74732948519835],[-72.68044293118349,41.74748548523111],[-72.681016931369,41.747459485207635],[-72.68273993192592,41.74738248513739],[-72.68331493211183,41.74735748511406],[-72.68331293211524,41.74742848512785],[-72.68331093211945,41.74751348514435],[-72.68332193213044,41.747642485168946],[-72.68332893213683,41.747714485182634],[-72.68332893214469,41.747851485209125],[-72.6833319321694,41.74826548528907],[-72.68333293217763,41.74840348531572],[-72.68332393218317,41.74855148534462],[-72.68330093220125,41.74899748543158],[-72.68329293220718,41.749146485460656],[-72.68326893222292,41.749557485540876],[-72.68323893224489,41.75011148564896],[-72.68320993224935,41.75035448569686],[-72.68315493225637,41.75078948578273],[-72.68310493226359,41.7511994858636],[-72.68295493221758,41.75124948587808],[-72.68250593208012,41.75140348592229],[-72.68235693203457,41.75145548593713],[-72.68207893195093,41.751576485969466],[-72.68124493170012,41.75194148606682],[-72.68096793161688,41.75206348609931],[-72.6808179315715,41.75212448611592],[-72.68069493153442,41.75217648612992],[-72.68043793145618,41.75227248615675],[-72.68036893143582,41.75230948616611],[-72.68022693139402,41.75238748618577],[-72.67979893122714,41.75190848610692],[-72.67932793105426,41.75156948605651],[-72.67851593077565,41.751324486035244],[-72.6779829306592,41.75232248624531],[-72.67794293065104,41.75240748626302],[-72.67698193034401,41.752513486314406],[-72.67678693028637,41.75261648634057],[-72.67595493002229,41.752738486390896],[-72.67564392992342,41.7527814864092],[-72.67471392962793,41.75291248646441],[-72.67440392952945,41.752956486482866]]]},"properties":{"name":5002,"geoid":"09003500200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.68310493226359,41.7511994858636],[-72.68309893226433,41.75124648587288],[-72.68308393226758,41.75138848590081],[-72.6830789322687,41.75143648591023],[-72.68305193227108,41.75163148594881],[-72.68297193227868,41.75221848606487],[-72.68294593228144,41.752414486103596],[-72.68292093228625,41.75264048614808],[-72.68284993230198,41.75331848628144],[-72.68282593230717,41.75354548632609],[-72.68280193231105,41.7537494863663],[-72.68273193232336,41.75436248648707],[-72.68270893232763,41.75456748652742],[-72.6826909323314,41.75473548656046],[-72.68263993234372,41.75524048665973],[-72.68262293234788,41.75540948669294],[-72.6826059323519,41.755576486725765],[-72.68255593236452,41.75608048682479],[-72.68253993236894,41.756248486857785],[-72.68250093237533,41.75658148692341],[-72.6823869323955,41.75758148712037],[-72.68234893240228,41.757915487186146],[-72.68206493230768,41.757879487188326],[-72.68121293202407,41.75777448719541],[-72.68092893192954,41.757739487197775],[-72.68062993190229,41.75896348744398],[-72.67964493169751,41.760989487867235],[-72.67867393136594,41.76072448784721],[-72.67858693133616,41.760699487845194],[-72.67739693092905,41.760361487818095],[-72.67639793058945,41.760115487802665],[-72.6763459305717,41.76010148780161],[-72.6761899305185,41.7600604877987],[-72.67613893050115,41.76004748779785],[-72.67551793028947,41.75988448778628],[-72.67518793017604,41.75978148777699],[-72.67541993015682,41.75812748744983],[-72.67544393016013,41.758048487433776],[-72.6754259301284,41.7575974873472],[-72.67540493008828,41.75701648723555],[-72.67523392998949,41.75626548709588],[-72.67513492993209,41.75582648701422],[-72.67507292989795,41.755583486969215],[-72.67498492984934,41.75523548690478],[-72.67486892979007,41.75486048683601],[-72.67479592975258,41.75462148679216],[-72.67471692970777,41.75428848673033],[-72.67448192957396,41.75328948654475],[-72.67440392952945,41.752956486482866],[-72.67471392962793,41.75291248646441],[-72.67564392992342,41.7527814864092],[-72.67595493002229,41.752738486390896],[-72.67678693028637,41.75261648634057],[-72.67698193034401,41.752513486314406],[-72.67794293065104,41.75240748626302],[-72.6779829306592,41.75232248624531],[-72.67851593077565,41.751324486035244],[-72.67932793105426,41.75156948605651],[-72.67979893122714,41.75190848610692],[-72.68022693139402,41.75238748618577],[-72.68036893143582,41.75230948616611],[-72.68043793145618,41.75227248615675],[-72.68069493153442,41.75217648612992],[-72.6808179315715,41.75212448611592],[-72.68096793161688,41.75206348609931],[-72.68124493170012,41.75194148606682],[-72.68207893195093,41.751576485969466],[-72.68235693203457,41.75145548593713],[-72.68250593208012,41.75140348592229],[-72.68295493221758,41.75124948587808],[-72.68310493226359,41.7511994858636]]]},"properties":{"name":5003,"geoid":"09003500300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.66578992701825,41.7581134877565],[-72.66531992686099,41.75804148775768],[-72.66424592650165,41.75787748776048],[-72.66404792643334,41.757811487754076],[-72.66393992639385,41.75773648774307],[-72.66376892633131,41.75761748772555],[-72.66357492625768,41.75743548769659],[-72.66304092605675,41.756965487622885],[-72.66167492554281,41.75576348743438],[-72.66145792545939,41.75554148739844],[-72.66096092526848,41.755035487316576],[-72.66041292506243,41.754555487241376],[-72.66004492492404,41.75423248719075],[-72.65956892473892,41.75370848710473],[-72.6592939246193,41.75318448701225],[-72.65921592457175,41.75279748693993],[-72.6590739244846,41.752083486806455],[-72.65923692453399,41.75201848678866],[-72.65935092456861,41.75197448677648],[-72.65970992467487,41.75178748672879],[-72.65986692472146,41.751707486708305],[-72.66018992481577,41.751516486661],[-72.66115892509885,41.75094648651969],[-72.66148292519352,41.75075648647256],[-72.66162392523648,41.75070448645796],[-72.66199992535455,41.75062648643081],[-72.66205992537341,41.750614486426564],[-72.66251092551857,41.75058348640609],[-72.66359792586718,41.75048648635243],[-72.66413092603817,41.750439486326236],[-72.66557892650067,41.750277486248415],[-72.66782192721723,41.75002848612824],[-72.66856692745674,41.749972486093476],[-72.66979192784859,41.74984548602958],[-72.66992692789178,41.749831486022536],[-72.66999592791385,41.74982448601896],[-72.67137792835626,41.749687485948094],[-72.67154392840943,41.74967148593966],[-72.67184492850562,41.74963848592361],[-72.67255392873224,41.749562485886145],[-72.672806928814,41.74955048587571],[-72.6732499289561,41.74951148585394],[-72.6737189291066,41.74947148583112],[-72.6737569291297,41.74965848586606],[-72.67385092918623,41.75011048595044],[-72.67386192919628,41.75022348597192],[-72.67388092921341,41.750414486008246],[-72.67391992924307,41.750710486064214],[-72.67403692933208,41.75159848623214],[-72.67407692936206,41.751894486288066],[-72.67414192939538,41.75210648632698],[-72.67433792949574,41.75274348644384],[-72.67440392952945,41.752956486482866],[-72.67448192957396,41.75328948654475],[-72.67471692970777,41.75428848673033],[-72.67479592975258,41.75462148679216],[-72.67486892979007,41.75486048683601],[-72.67498492984934,41.75523548690478],[-72.67507292989795,41.755583486969215],[-72.67513492993209,41.75582648701422],[-72.67362492947328,41.75640548717463],[-72.67241792910362,41.75681748729305],[-72.67231292907123,41.75684948730263],[-72.67217492902863,41.756890487314976],[-72.67146092880829,41.75710548737947],[-72.67122292873489,41.75717748740105],[-72.67071692857816,41.757319487444754],[-72.67029692844805,41.75743748748105],[-72.6700719283784,41.75750148750064],[-72.66978192829914,41.757767487561395],[-72.66964092826395,41.75795448760207],[-72.66959692825344,41.75802148761643],[-72.66956692825474,41.758214487654705],[-72.66954792825581,41.75834148767987],[-72.66950992826605,41.75873648775744],[-72.66938292822341,41.758714487757274],[-72.66900192809548,41.758648487756744],[-72.66887592805318,41.75862648775654],[-72.66856292794823,41.75857448775653],[-72.66762692763429,41.758418487756465],[-72.66731592752998,41.75836648775639],[-72.66700992742734,41.75831548775636],[-72.6660949271205,41.75816348775636],[-72.66578992701825,41.7581134877565]]]},"properties":{"name":5004,"geoid":"09003500400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.67513492993209,41.75582648701422],[-72.67523392998949,41.75626548709588],[-72.67540493008828,41.75701648723555],[-72.6754259301284,41.7575974873472],[-72.67544393016013,41.758048487433776],[-72.67541993015682,41.75812748744983],[-72.67518793017604,41.75978148777699],[-72.67516893017351,41.759845487789974],[-72.67504693015938,41.760292487880285],[-72.67490893014194,41.7607724879775],[-72.67471393011537,41.761417488108435],[-72.6746879301117,41.7615014881255],[-72.67461193010135,41.76175248817647],[-72.67458693009806,41.761837488193684],[-72.6744719300566,41.761767488183864],[-72.67436893002098,41.7617314881802],[-72.6743149300028,41.76172148818001],[-72.67343592970727,41.76156248817752],[-72.67314292960876,41.76150948817668],[-72.67260392942723,41.76140648817411],[-72.67098892888346,41.76110048816685],[-72.67045092870232,41.76099848816444],[-72.66999392854527,41.76085648815167],[-72.66956492839785,41.76072348813974],[-72.66862192807409,41.76043548811436],[-72.6681649279172,41.76029648810218],[-72.66802992787058,41.760250488097626],[-72.66791492782801,41.76016148808412],[-72.66778792778048,41.76005448806751],[-72.6676239277187,41.759908488044566],[-72.66611892715125,41.75856348783293],[-72.66570492699513,41.7581934877747],[-72.66578992701825,41.7581134877565],[-72.6660949271205,41.75816348775636],[-72.66700992742734,41.75831548775636],[-72.66731592752998,41.75836648775639],[-72.66762692763429,41.758418487756465],[-72.66856292794823,41.75857448775653],[-72.66887592805318,41.75862648775654],[-72.66900192809548,41.758648487756744],[-72.66938292822341,41.758714487757274],[-72.66950992826605,41.75873648775744],[-72.66954792825581,41.75834148767987],[-72.66956692825474,41.758214487654705],[-72.66959692825344,41.75802148761643],[-72.66964092826395,41.75795448760207],[-72.66978192829914,41.757767487561395],[-72.6700719283784,41.75750148750064],[-72.67029692844805,41.75743748748105],[-72.67071692857816,41.757319487444754],[-72.67122292873489,41.75717748740105],[-72.67146092880829,41.75710548737947],[-72.67217492902863,41.756890487314976],[-72.67231292907123,41.75684948730263],[-72.67241792910362,41.75681748729305],[-72.67362492947328,41.75640548717463],[-72.67513492993209,41.75582648701422]]]},"properties":{"name":5005,"geoid":"09003500500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.67457993084814,41.77495649072908],[-72.67418893073909,41.77527649080347],[-72.67406993070593,41.77537449082626],[-72.67369693060661,41.7757624909132],[-72.67340193052823,41.77607149098238],[-72.67317993047463,41.776398491052696],[-72.67289793040678,41.776817491142715],[-72.67277393038192,41.77708849119905],[-72.6724039303081,41.77790349136842],[-72.67228193028394,41.778175491424875],[-72.67224893027857,41.778269491444114],[-72.67215193026327,41.7785534915021],[-72.67211993025828,41.778648491521466],[-72.67177093019855,41.779589491714475],[-72.67072393001942,41.782414492293874],[-72.67037592996006,41.78335649248705],[-72.67006492990151,41.784102492641146],[-72.66915592973089,41.78629149309321],[-72.66913092972555,41.786340493103474],[-72.66876692964834,41.787062493254645],[-72.66826792952907,41.78781749341651],[-72.66677292917186,41.79008349390224],[-72.66627492905295,41.790839494064265],[-72.6654599288353,41.79167549425192],[-72.665436928829,41.791696494256726],[-72.66470992863125,41.79237949441199],[-72.66379692838338,41.7932454946086],[-72.66299292816943,41.79408349479628],[-72.66287692813947,41.79422049482647],[-72.66210692794118,41.79513849502851],[-72.66208992793673,41.79515749503272],[-72.66203892792339,41.79521449504537],[-72.66202192791894,41.79523349504958],[-72.66103192767883,41.7966724953593],[-72.6608739276405,41.7969014954086],[-72.66039292752401,41.79760349555963],[-72.65828792701278,41.80065049621566],[-72.65806192695868,41.80099149628877],[-72.6574359268091,41.801940496492136],[-72.65721692675666,41.80227049656289],[-72.65709892672845,41.80244949660126],[-72.6570249267106,41.80255849662467],[-72.65694592669144,41.802673496649426],[-72.6564869265806,41.80334849679451],[-72.65633492654395,41.80357349684285],[-72.65599992646396,41.804082496951885],[-72.65545892633499,41.80490749712856],[-72.65498092621912,41.805603497278305],[-72.65463692613592,41.80610749738667],[-72.65340592573456,41.806106497426036],[-72.6497159245315,41.806103497544036],[-72.64848592413054,41.806103497583564],[-72.647916923942,41.80605049759161],[-72.64715292368892,41.80598049760263],[-72.64620992337652,41.80589349761613],[-72.64581992324739,41.8058584976219],[-72.6457309232179,41.80585049762322],[-72.6456409231881,41.80584249762456],[-72.6456709231612,41.80520349750024],[-72.64570192313467,41.80456449737586],[-72.64571892311896,41.80419449730387],[-72.64583692301686,41.801744496826984],[-72.64595692291311,41.79925449634229],[-72.64597292289933,41.79892349627787],[-72.64600492287202,41.798265496149774],[-72.64603592284438,41.7976074960217],[-72.64534692230885,41.79218549499665],[-72.6452359222223,41.79130749483064],[-72.64593592214086,41.78590749376506],[-72.64711892244716,41.7845244934599],[-72.64907892295462,41.782232492954165],[-72.6510399234623,41.77993949244818],[-72.65183692366865,41.77900749224253],[-72.65276892395394,41.778685492150366],[-72.65333492412728,41.778491492094716],[-72.65482492458347,41.77797849194774],[-72.65631492503968,41.77746549180077],[-72.65712592528797,41.77718649172082],[-72.65793692553629,41.77690749164085],[-72.65851892570075,41.77646749153715],[-72.6591009258652,41.776027491433425],[-72.6596229260126,41.77563149134015],[-72.66416092729466,41.772198490531004],[-72.66433692731606,41.771571490404206],[-72.6645749273449,41.77072149023229],[-72.66490892738581,41.76953648999258],[-72.66493492739423,41.76953548999154],[-72.66501692742094,41.76953548998892],[-72.66504392742975,41.76953548998805],[-72.66568492763903,41.76954248996881],[-72.66673592797991,41.76951448992964],[-72.6671919281315,41.76956648992503],[-72.66753692824626,41.76960748992186],[-72.66835192866644,41.772303490416654],[-72.6683449286674,41.77236049042787],[-72.66858292879887,41.77330049060187],[-72.66857892880182,41.7733744906163],[-72.66858692880957,41.77346449063342],[-72.66860492882756,41.773675490673625],[-72.66868292890486,41.77458049084598],[-72.66870892893067,41.774882490903494],[-72.6688079289748,41.77508949094031],[-72.6689619290435,41.775412490997766],[-72.66916892912589,41.77567249104135],[-72.66931292918314,41.775852491071504],[-72.66940892922032,41.77595549108831],[-72.66969992933305,41.77626749113924],[-72.66979692937062,41.776371491156226],[-72.66983592938523,41.77640449116134],[-72.66995392942941,41.776504491176865],[-72.6699939294444,41.77653849118215],[-72.67001692945288,41.7765554911847],[-72.67008892947938,41.77660849119262],[-72.67011292948824,41.77662649119532],[-72.67015692951037,41.7767624912202],[-72.67029192957777,41.777170491294676],[-72.67033692960028,41.7773074913197],[-72.67062292968455,41.77715149128037],[-72.67148392993852,41.77668749116306],[-72.67177093002316,41.776532491123874],[-72.67196293007925,41.77641949109587],[-72.67253893024774,41.77608449101265],[-72.67273193030427,41.77597349098499],[-72.67309893041198,41.7757664909332],[-72.67331093047426,41.77564749090338],[-72.67420893073876,41.77515749077983],[-72.67457993084814,41.77495649072908]]]},"properties":{"name":5007,"geoid":"09003500700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.78122896393208,41.74609448171578],[-72.78078796380454,41.746373481783955],[-72.77946496342197,41.747212481988825],[-72.779239963357,41.7473564820239],[-72.77902496329486,41.74749348205733],[-72.77851496314737,41.74781648213622],[-72.77785396295627,41.74823648223873],[-72.77699896271052,41.74880448237612],[-72.77649696256633,41.74913948245706],[-72.77636996252987,41.74922448247759],[-72.77628296250492,41.7492834824918],[-72.77599596242152,41.74945848253489],[-72.77598296241776,41.74946648253686],[-72.77585696238167,41.74955248255754],[-72.77558296230302,41.74973648260195],[-72.77501696214073,41.75011948269424],[-72.77475996206648,41.75028348273422],[-72.7745499620058,41.7504174827669],[-72.77448296198651,41.750461482777574],[-72.77428296192893,41.75059248280934],[-72.77368396175669,41.7509894829054],[-72.77348496169954,41.75112248293753],[-72.77313796160315,41.75141148300459],[-72.77289896153557,41.751589483046686],[-72.77272696148697,41.75171848307718],[-72.77137096110151,41.75269448330954],[-72.77106996101494,41.752893483357724],[-72.77084596095062,41.75304348339394],[-72.77044196083395,41.75330248345703],[-72.77015496075055,41.753477483500106],[-72.7700639607242,41.753534483514066],[-72.769655960601,41.753702483559714],[-72.76921396046416,41.75382648359793],[-72.76889096036422,41.75391748362595],[-72.76873896031707,41.75395848363877],[-72.76828596017683,41.75408548367792],[-72.76813496013007,41.754127483690915],[-72.76538795928273,41.754950483938615],[-72.76406995887619,41.75534548405748],[-72.76365095874692,41.75547048409515],[-72.76239395835931,41.755849484208944],[-72.76197595823047,41.75597648424697],[-72.76179695814909,41.75557548417527],[-72.76172595811673,41.755414484146435],[-72.76163895807375,41.75516048410015],[-72.7615409580233,41.754838484041095],[-72.7614929579874,41.75448648397463],[-72.76147895797249,41.754306483940304],[-72.76147195796504,41.75421648392312],[-72.7614929579519,41.7538694838554],[-72.7615589579203,41.7529464836749],[-72.7615199578488,41.75192448347864],[-72.76144395779862,41.75148248339567],[-72.76118095765906,41.75054548322308],[-72.76109295760543,41.75011148314203],[-72.76099795755142,41.749710483067595],[-72.76019495711692,41.7467034825123],[-72.75981695691772,41.74538048226877],[-72.75930495665277,41.74367248195512],[-72.75929695664952,41.74366148195326],[-72.75924395661852,41.74342248190878],[-72.75908695652628,41.742707481775625],[-72.75907295651798,41.74264248176352],[-72.75900995648797,41.74247748173365],[-72.75881695636981,41.74151548155391],[-72.75864895626651,41.74067048139599],[-72.75854895615069,41.739222481119285],[-72.75848595609415,41.73859548100008],[-72.75840995602485,41.737820480852704],[-72.75838595600553,41.73762048081482],[-72.75833495596873,41.73726948074861],[-72.75831395595328,41.737119480720274],[-72.75821795587001,41.73621448054841],[-72.75818195583807,41.73586248048151],[-72.7581909558211,41.73551648041432],[-72.75822095577134,41.734480480213044],[-72.75822895575861,41.73421348016116],[-72.75819295574291,41.73414448014898],[-72.75819495572884,41.733888480099424],[-72.75820195568694,41.73311947995051],[-72.75820495567325,41.73286447990111],[-72.7582009556597,41.73265147986005],[-72.75819495563591,41.73227147978677],[-72.75820895562576,41.732015479736816],[-72.7582209556175,41.73180347969543],[-72.75820995558506,41.73130147959873],[-72.75820295556244,41.73094747953049],[-72.75826095553951,41.73021947938785],[-72.7582439555135,41.72986347931957],[-72.75821795550178,41.729806479309374],[-72.75808795544332,41.72952547925923],[-72.75796995539626,41.72937547923403],[-72.75795395539025,41.72936147923184],[-72.7579059553722,41.72931947922526],[-72.75789095536652,41.729305479223044],[-72.75800295538907,41.72906347917264],[-72.75802095538901,41.728960479152136],[-72.75803695538917,41.7288724791346],[-72.75802795537459,41.728669479095636],[-72.75784695528444,41.728126478996465],[-72.75779895526192,41.72800647897482],[-72.75772695523301,41.72791147895875],[-72.75768095521452,41.72785047894843],[-72.75763795519559,41.727764478933196],[-72.75758695517501,41.72769547892149],[-72.75752795515035,41.72760047890503],[-72.75818595535033,41.72735147883565],[-72.75831895539105,41.72730647882267],[-72.75890195556991,41.72711547876693],[-72.75960995579058,41.726943478710844],[-72.76025795599654,41.726855478672945],[-72.76079295616839,41.72681447864777],[-72.76097595622718,41.726800478639156],[-72.76120395630205,41.72681147863393],[-72.76163595644383,41.72683047862368],[-72.76234695667718,41.72686247860695],[-72.76235495669376,41.72710547865368],[-72.76235695669727,41.72715547866326],[-72.76238495675656,41.728028478831206],[-72.76249895699486,41.7315294795045],[-72.76253795707464,41.732696479728894],[-72.76253795708342,41.732849479758485],[-72.7625409571108,41.73330847984714],[-72.76254195711991,41.73346147987668],[-72.76256395712713,41.73346247987616],[-72.76263695715724,41.73357247989508],[-72.76265895717985,41.73384147994638],[-72.76271595720532,41.733961479967746],[-72.76275395722219,41.734039479981604],[-72.76273895721947,41.73407747998944],[-72.7626439571898,41.73409947999675],[-72.76250495714483,41.7341044800022],[-72.7624239571235,41.734192480021825],[-72.76240895712712,41.73434048005092],[-72.76241495713184,41.73438848006002],[-72.76245995717184,41.73482948014383],[-72.76250395718898,41.734878480151885],[-72.76259895722814,41.73502148017645],[-72.76258495722766,41.735092480190644],[-72.76246695719874,41.73525748022635],[-72.76246995720177,41.73529348023322],[-72.76250395723095,41.73560848029304],[-72.76245995722076,41.73568048030836],[-72.76230795717338,41.735717480320424],[-72.76229595719265,41.73612048039871],[-72.76227495723005,41.73689048054827],[-72.76237695728784,41.73731748062752],[-72.76247195734136,41.73771048070044],[-72.76265095739966,41.73771048069467],[-72.7631899575752,41.73771048067728],[-72.76336995763387,41.73771148067168],[-72.76393495781781,41.737710480653256],[-72.76396395782724,41.73771048065232],[-72.76449895800148,41.737710480635066],[-72.76542195830206,41.7377104806053],[-72.76574995840882,41.73770948059451],[-72.76634495860257,41.73770948057533],[-72.76658295867973,41.73770348056647],[-72.76729995891242,41.737689480540645],[-72.76753895899003,41.737685480532164],[-72.76807495916194,41.73763948050599],[-72.76877495938643,41.73757948047179],[-72.76877695938929,41.737617480479074],[-72.76893295955318,41.73958448085431],[-72.76920695962926,41.7393554808012],[-72.7707529600721,41.738301480547555],[-72.77126796021916,41.737942480461534],[-72.77224196049745,41.73726648029942],[-72.77241096054559,41.73714648027079],[-72.77281396066067,41.73686548020345],[-72.77282896066497,41.73685548020103],[-72.77319296076355,41.7365084801222],[-72.77326496078246,41.73642948010461],[-72.7734929608423,41.73617948004892],[-72.77361996087579,41.73604248001833],[-72.77414796101094,41.735402479877564],[-72.7743639610663,41.735142479820325],[-72.77442796108267,41.735064479803185],[-72.7745409611106,41.73491047976976],[-72.77506196123976,41.73420647961683],[-72.77523596128296,41.73397247956597],[-72.77529596129779,41.7338904795482],[-72.7754779613429,41.73364447949477],[-72.77553896135812,41.73356347947712],[-72.77565496138686,41.73340647944303],[-72.77576796141567,41.73326747941252],[-72.77629396155037,41.73263147927256],[-72.77648796160054,41.73240547922262],[-72.77673196166366,41.73212147915983],[-72.7774719618559,41.73127447897218],[-72.7776389619001,41.73109747893257],[-72.77822596206944,41.73071847884035],[-72.77906496231456,41.730230478718916],[-72.77937996258389,41.73312947926926],[-72.77946696264996,41.73378547939328],[-72.77972796284816,41.735753479765336],[-72.7798149629143,41.73641047988953],[-72.77987396295646,41.736809479964776],[-72.78009096311567,41.73834848025529],[-72.78091196371787,41.74416648135338],[-72.78110496385918,41.74552948161058],[-72.78116096390032,41.74592748168571],[-72.78122896393208,41.74609448171578]]]},"properties":{"name":4966,"geoid":"09003496600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.71478294288424,41.75643648585691],[-72.71482994284682,41.75551848567797],[-72.71487794281033,41.75461048550092],[-72.7149739427358,41.7527674851416],[-72.71499694271901,41.7523444850591],[-72.71502494269983,41.7518514849629],[-72.71506494266097,41.75094748478686],[-72.71509494263135,41.750261484653294],[-72.71511894263342,41.750161484633196],[-72.71511294262982,41.75013248462779],[-72.71510194262278,41.75007248461653],[-72.7151409426177,41.74976248455536],[-72.7151459426188,41.74975348455346],[-72.71531394267359,41.74975448454825],[-72.71565394278562,41.74977648454155],[-72.71593894287851,41.74977748453258],[-72.7177689434763,41.74980648447927],[-72.7186949437788,41.749821484452355],[-72.72018894426685,41.74984548440889],[-72.72157494471851,41.74984848436485],[-72.72168794475597,41.749859484363334],[-72.72187694481785,41.74986548435841],[-72.72232494496494,41.74988548434785],[-72.72345694533323,41.74987748430984],[-72.72824294689613,41.749945484168855],[-72.72883694708673,41.74989548414006],[-72.72911694717581,41.7498584841239],[-72.72930294723484,41.74983148411267],[-72.72955394731281,41.74976548409183],[-72.72987694741268,41.74967248406345],[-72.7308289477085,41.74942348398467],[-72.73135494786948,41.74924348393292],[-72.73214394811315,41.74901148386265],[-72.7324869482208,41.74894048383788],[-72.73327094846927,41.74882048378944],[-72.733696948607,41.748802483772224],[-72.73377494863264,41.7488064837705],[-72.73400894870956,41.74881848376527],[-72.73408794873558,41.74882348376368],[-72.73412794874716,41.74879848375757],[-72.73422594877563,41.74873848374281],[-72.73424994878258,41.748723483739134],[-72.73429094879455,41.74869948373319],[-72.73429594879833,41.74873648374018],[-72.73430294880364,41.7487894837502],[-72.73431094880958,41.74884748376115],[-72.73431694881366,41.7488844837681],[-72.7344249488933,41.74965848391423],[-72.73447394892955,41.750011483980884],[-72.73447994893397,41.750054483989004],[-72.73448894894013,41.750110483999535],[-72.73479694908107,41.75081748412626],[-72.73502394919288,41.75147648424633],[-72.73509094923423,41.75181648430989],[-72.73518594927972,41.75206948435572],[-72.73515694927437,41.752140484370386],[-72.73549094945699,41.75342548460798],[-72.73578994962013,41.75456948481944],[-72.73569194958935,41.75458948482647],[-72.73540194949841,41.754650484847595],[-72.73530494946802,41.75467148485478],[-72.73336794885854,41.7550454849895],[-72.73281794868456,41.755135485024596],[-72.73169394833093,41.755353485102944],[-72.73157994829502,41.75537448511067],[-72.73124194818865,41.755439485134126],[-72.7311289481531,41.75546148514203],[-72.72971594770685,41.7557054852347],[-72.72935994759494,41.75577648525989],[-72.72917994753918,41.75582648527537],[-72.72881594742698,41.75593748530854],[-72.72806494719558,41.75616748537717],[-72.72794794716016,41.75621448539003],[-72.7277289470925,41.75627848540945],[-72.72770594708545,41.75628648541174],[-72.72737694698598,41.75642048544823],[-72.72732894697144,41.756439485453456],[-72.72718594692836,41.75650048546986],[-72.72713894691425,41.756521485475425],[-72.72696694686259,41.75659748549565],[-72.72645094670773,41.75682748555672],[-72.72627994665642,41.75690448557711],[-72.72610194660311,41.7569854855985],[-72.7255689464436,41.75723148566321],[-72.72539194639066,41.757313485684755],[-72.72525294634883,41.75737348570083],[-72.72483894622452,41.75755748574973],[-72.72470094618309,41.75761848576597],[-72.72450294612295,41.75769448578703],[-72.72391094594326,41.75792348585034],[-72.72377094590081,41.757978485865486],[-72.72371194588256,41.75799548587067],[-72.72344994579888,41.75802448588472],[-72.72344094579606,41.758026485885395],[-72.72310494568681,41.75803048589698],[-72.72266294553923,41.75796748589906],[-72.72240294545246,41.757931485900464],[-72.7221909453815,41.75789848590091],[-72.7215579451696,41.757799485902176],[-72.72134694509901,41.757767485902775],[-72.72123794506254,41.757750485903],[-72.72091394495412,41.75770048590378],[-72.72080594491803,41.75768448590415],[-72.72072994489262,41.75767348590447],[-72.72050494481759,41.757643485905945],[-72.7204299447926,41.75763348590642],[-72.72024794473136,41.757599485905715],[-72.71970294454796,41.75749748590355],[-72.71952194448704,41.7574634859028],[-72.71928494440712,41.75741648590134],[-72.71857294416725,41.75727848589761],[-72.71833694408778,41.75723348589651],[-72.71830594407719,41.757224485895776],[-72.7182149440461,41.757199485893864],[-72.71818494403587,41.757191485893294],[-72.71803794398608,41.75715848589164],[-72.71759794383712,41.75706048588687],[-72.71745194378772,41.757028485885385],[-72.71713694368141,41.75696448588315],[-72.71619394336336,41.756775485877],[-72.71587994325752,41.756713485875125],[-72.7151589430122,41.75653148586316],[-72.71478294288424,41.75643648585691]]]},"properties":{"name":4967,"geoid":"09003496700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.71536994238238,41.74436248350408],[-72.71550194241608,41.74420048346849],[-72.71552894242309,41.74416948346165],[-72.71585694250211,41.74368448335731],[-72.71597494253062,41.74351148332007],[-72.71614494257268,41.74327948326974],[-72.71665394269866,41.742585483119186],[-72.71682494274111,41.742354483069015],[-72.71695794278489,41.74236248306628],[-72.71735994291733,41.74238848305837],[-72.71749394296148,41.74239748305579],[-72.71789894309495,41.74242448304797],[-72.71911594349608,41.74250648302466],[-72.71952194362993,41.742534483017],[-72.71972494369679,41.742547483012984],[-72.72033494389777,41.74258748300108],[-72.72053894396504,41.74260148299721],[-72.72149694427927,41.742639482973715],[-72.72206394446532,41.74266348296011],[-72.72437394522343,41.74276248290487],[-72.72533294553818,41.742804482882136],[-72.72551094559658,41.74281148287773],[-72.72604594577217,41.74283448286496],[-72.72622494583094,41.742842482860745],[-72.72632794586464,41.74284548285801],[-72.72663694596581,41.74285448284979],[-72.72674094599991,41.74285848284721],[-72.727422946224,41.742892482831834],[-72.72946894689628,41.742994482785654],[-72.73015094712036,41.74302848277027],[-72.73020194711884,41.74271248270753],[-72.7302759470931,41.741844482537346],[-72.73029594708929,41.741664482501896],[-72.730312947083,41.74145848246151],[-72.73032994707722,41.741261482422885],[-72.73026894703345,41.74084548234442],[-72.73023994701231,41.74064148230591],[-72.73018394698155,41.74042348226558],[-72.73012594694941,41.74019248222277],[-72.72998894688102,41.73977848214713],[-72.7299859468794,41.73976748214512],[-72.72992794684875,41.73956248210734],[-72.72990894683893,41.73949948209578],[-72.72985394681017,41.73931048206101],[-72.7298359468007,41.73924748204941],[-72.72979894678153,41.73912348202663],[-72.72968994672466,41.73875148195822],[-72.72965394670582,41.738627481935396],[-72.72962394668946,41.738512481914114],[-72.72961794668606,41.73848748190947],[-72.72962194666847,41.73815848184574],[-72.72964494666925,41.73804148182237],[-72.72967294667,41.73789548179325],[-72.72967594667024,41.73788248179063],[-72.72978794668346,41.73747748170872],[-72.72979194668406,41.73746548170627],[-72.72984894669476,41.737328481677956],[-72.72994294671413,41.737132481637026],[-72.73001194672851,41.73699148160753],[-72.73021994677049,41.736542481514014],[-72.73031194678914,41.736345481472966],[-72.73034294679522,41.73627548145842],[-72.73043894681443,41.73606548141472],[-72.73047094682089,41.735996481400356],[-72.73057194685505,41.73601848140135],[-72.730831946943,41.73607548140401],[-72.73087094695681,41.73609448140643],[-72.73096394698979,41.73614148141251],[-72.73101594700856,41.73617348141704],[-72.73122794710292,41.73661448149547],[-72.73171894729781,41.73722348159742],[-72.73174994731369,41.73732448161595],[-72.7317709473243,41.73739048162803],[-72.73187394738129,41.7377984817036],[-72.73219694755325,41.73896148191807],[-72.73246794766484,41.739367481987834],[-72.73263694772476,41.73945248199883],[-72.73305494786653,41.73955048200431],[-72.73322294792561,41.739626482013605],[-72.73361094806457,41.73984548204344],[-72.7339789482001,41.74011848208437],[-72.73425694830621,41.74038948212781],[-72.73427394831364,41.74042248213365],[-72.7343379483417,41.74054848215594],[-72.73437394836589,41.74076548219674],[-72.73439694839722,41.74118048227623],[-72.7343819483944,41.741216482283676],[-72.73403994831298,41.7417384823956],[-72.73394294828994,41.74188748242753],[-72.73391594828472,41.74194948244038],[-72.73384094827004,41.74211948247568],[-72.73383294828633,41.74244848253954],[-72.733943948372,41.74331048270261],[-72.73418594852141,41.7445394829324],[-72.73435694869731,41.74663248333149],[-72.73431194870436,41.74701048340602],[-72.73409294866251,41.74752348351224],[-72.73416194870866,41.74793548358966],[-72.73429094879455,41.74869948373319],[-72.73424994878258,41.748723483739134],[-72.73422594877563,41.74873848374281],[-72.73412794874716,41.74879848375757],[-72.73408794873558,41.74882348376368],[-72.73400894870956,41.74881848376527],[-72.73377494863264,41.7488064837705],[-72.733696948607,41.748802483772224],[-72.73327094846927,41.74882048378944],[-72.7324869482208,41.74894048383788],[-72.73214394811315,41.74901148386265],[-72.73135494786948,41.74924348393292],[-72.7308289477085,41.74942348398467],[-72.72987694741268,41.74967248406345],[-72.72955394731281,41.74976548409183],[-72.72930294723484,41.74983148411267],[-72.72911694717581,41.7498584841239],[-72.72883694708673,41.74989548414006],[-72.72824294689613,41.749945484168855],[-72.72345694533323,41.74987748430984],[-72.72232494496494,41.74988548434785],[-72.72187694481785,41.74986548435841],[-72.72168794475597,41.749859484363334],[-72.72157494471851,41.74984848436485],[-72.72018894426685,41.74984548440889],[-72.7186949437788,41.749821484452355],[-72.7177689434763,41.74980648447927],[-72.71593894287851,41.74977748453258],[-72.71565394278562,41.74977648454155],[-72.71531394267359,41.74975448454825],[-72.7151459426188,41.74975348455346],[-72.71517394261346,41.749501484503845],[-72.71517794261281,41.749467484497146],[-72.71516794259612,41.74923348445222],[-72.71516294259071,41.74916748443964],[-72.71515694258446,41.74909248442533],[-72.71519494255406,41.74834748428009],[-72.71520394255276,41.748273484265496],[-72.71521494255077,41.74817648424639],[-72.7152169425454,41.748071484226024],[-72.71522694253068,41.74775848416518],[-72.715230942526,41.74765448414497],[-72.71522294251469,41.74750248411583],[-72.7152179425071,41.747398484095896],[-72.71519894248082,41.747048484028845],[-72.71519194246986,41.746897483999874],[-72.71516794245275,41.746735483969346],[-72.71509794240207,41.746249483877634],[-72.71507494238534,41.74608848384725],[-72.71504694236106,41.74582448379711],[-72.71502094233767,41.74556448374768],[-72.71496294229411,41.74513448366642],[-72.71496294228831,41.745033483646885],[-72.71496294228389,41.744956483632],[-72.71502494229394,41.74477948359579],[-72.71509394231158,41.74469548357733],[-72.71529994236435,41.74444548352238],[-72.71536994238238,41.74436248350408]]]},"properties":{"name":4968,"geoid":"09003496800"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.71615194385842,41.76563248758994],[-72.71607894380912,41.7651884875065],[-72.71594394371775,41.76436348735143],[-72.7158609436617,41.76385848725652],[-72.7157889436128,41.76341548717325],[-72.71576794359567,41.76323648713933],[-72.71574494357634,41.763030487100266],[-72.71570594354462,41.76269948703754],[-72.71568594352787,41.762521487003795],[-72.7156579435079,41.76233248696818],[-72.71560694347107,41.76198048690179],[-72.71557494344842,41.76176748686168],[-72.71554794342882,41.7615794868262],[-72.71551194340466,41.76136348678562],[-72.7154049433326,41.760715486663834],[-72.71539594332623,41.76065548665254],[-72.71540294332367,41.760571486636074],[-72.71538494331374,41.76050048662294],[-72.71537294330598,41.76043348661038],[-72.71535294329239,41.760310486587244],[-72.71535294328802,41.76023448657256],[-72.71535294328419,41.76016748655962],[-72.71530994326454,41.76006948654207],[-72.71529694325336,41.75994848651909],[-72.71515994315824,41.75906948635362],[-72.7150479430807,41.758354486219055],[-72.71500494304033,41.757895486131744],[-72.7149689430065,41.75751048605848],[-72.71488894295736,41.75710848598337],[-72.71485594293702,41.75694148595215],[-72.71478294288424,41.75643648585691],[-72.7151589430122,41.75653148586316],[-72.71587994325752,41.756713485875125],[-72.71619394336336,41.756775485877],[-72.71713694368141,41.75696448588315],[-72.71745194378772,41.757028485885385],[-72.71759794383712,41.75706048588687],[-72.71803794398608,41.75715848589164],[-72.71818494403587,41.757191485893294],[-72.7182149440461,41.757199485893864],[-72.71830594407719,41.757224485895776],[-72.71833694408778,41.75723348589651],[-72.71857294416725,41.75727848589761],[-72.71928494440712,41.75741648590134],[-72.71952194448704,41.7574634859028],[-72.71970294454796,41.75749748590355],[-72.72024794473136,41.757599485905715],[-72.7204299447926,41.75763348590642],[-72.72050494481759,41.757643485905945],[-72.72072994489262,41.75767348590447],[-72.72080594491803,41.75768448590415],[-72.72091394495412,41.75770048590378],[-72.72123794506254,41.757750485903],[-72.72134694509901,41.757767485902775],[-72.7215579451696,41.757799485902176],[-72.7221909453815,41.75789848590091],[-72.72240294545246,41.757931485900464],[-72.72266294553923,41.75796748589906],[-72.72310494568681,41.75803048589698],[-72.72344094579606,41.758026485885395],[-72.72344994579888,41.75802448588472],[-72.72371194588256,41.75799548587067],[-72.72377094590081,41.757978485865486],[-72.72391094594326,41.75792348585034],[-72.72450294612295,41.75769448578703],[-72.72470094618309,41.75761848576597],[-72.72483894622452,41.75755748574973],[-72.72525294634883,41.75737348570083],[-72.72539194639066,41.757313485684755],[-72.7255689464436,41.75723148566321],[-72.72610194660311,41.7569854855985],[-72.72627994665642,41.75690448557711],[-72.72645094670773,41.75682748555672],[-72.72696694686259,41.75659748549565],[-72.72713894691425,41.756521485475425],[-72.72718594692836,41.75650048546986],[-72.72732894697144,41.756439485453456],[-72.72737694698598,41.75642048544823],[-72.72770594708545,41.75628648541174],[-72.7277289470925,41.75627848540945],[-72.72794794716016,41.75621448539003],[-72.72806494719558,41.75616748537717],[-72.72881594742698,41.75593748530854],[-72.72917994753918,41.75582648527537],[-72.72935994759494,41.75577648525989],[-72.72971594770685,41.7557054852347],[-72.7311289481531,41.75546148514203],[-72.73124194818865,41.755439485134126],[-72.73157994829502,41.75537448511067],[-72.73169394833093,41.755353485102944],[-72.73281794868456,41.755135485024596],[-72.73336794885854,41.7550454849895],[-72.73530494946802,41.75467148485478],[-72.73540194949841,41.754650484847595],[-72.73569194958935,41.75458948482647],[-72.73578994962013,41.75456948481944],[-72.73588494964987,41.75454848481233],[-72.73617094973957,41.754488484791516],[-72.73626694976976,41.75446948478474],[-72.73646494983207,41.75443148477102],[-72.73705995001946,41.7543194847302],[-72.73725895008215,41.75428248471663],[-72.73738295012133,41.75426148470858],[-72.737754950239,41.75420048468481],[-72.73787995027861,41.75418148467711],[-72.73798995031308,41.75415748466892],[-72.7380079503187,41.754153484667576],[-72.73839495044001,41.754070484639065],[-72.73852395048047,41.75404348462967],[-72.73859595050318,41.754030484624835],[-72.73881195057123,41.75399048461015],[-72.73888495059431,41.75397848460547],[-72.73908895065863,41.75394148459175],[-72.73970095085161,41.75383048455058],[-72.73990495091591,41.75379348453686],[-72.7401569509952,41.75374448451926],[-72.74091295123306,41.75359848446667],[-72.74116595131271,41.753550484449235],[-72.74164595146358,41.75345548441541],[-72.74308895191736,41.75317248431419],[-72.74356995206868,41.75307948428073],[-72.74361795209393,41.753246484311454],[-72.74376295216996,41.753747484403604],[-72.74381195219557,41.75391548443449],[-72.74385595221645,41.75402948445511],[-72.74391995224707,41.7541994844859],[-72.7441149523475,41.754841484603695],[-72.74414595237337,41.75511548465565],[-72.74409295237346,41.75541748471572],[-72.74383795233018,41.756109484857674],[-72.74385595233834,41.756149484864814],[-72.74377995231953,41.75625248488716],[-72.7433689522348,41.757107485065646],[-72.74319695219677,41.75742048513167],[-72.74313495218325,41.75753648515609],[-72.7429489521429,41.75788848523012],[-72.74288795212975,41.758005485254685],[-72.74276395210593,41.75829348531435],[-72.74239195203444,41.7591574854933],[-72.7422679520106,41.75944548555295],[-72.7421689520079,41.75995948565545],[-72.74211095200661,41.76026548571646],[-72.74191395197809,41.760885485842614],[-72.74185995199528,41.76149048596126],[-72.74181495201066,41.76201248606357],[-72.74144295189534,41.76211448609527],[-72.74063295164432,41.76233748616447],[-72.74032395154786,41.76241048618855],[-72.73994895143088,41.762500486218016],[-72.7396959513516,41.762555486236806],[-72.73954095130313,41.76259048624856],[-72.7389459511187,41.76275348629924],[-72.73869695104153,41.7628224863206],[-72.73859795101079,41.76284848632882],[-72.73830295091939,41.762930486354165],[-72.73820495088903,41.76295748636254],[-72.73794495080813,41.76302348638368],[-72.73775495074909,41.76307348639945],[-72.73718995057149,41.76318548643931],[-72.7371589505618,41.76319248644167],[-72.73689795048021,41.76325248646168],[-72.73665295040287,41.76329548647788],[-72.73592195017223,41.76342548652655],[-72.73567795009527,41.76346948654293],[-72.73556595005988,41.763488486550216],[-72.73523194995458,41.763549486572764],[-72.73512094991962,41.76357048658039],[-72.73491094985334,41.7636074865943],[-72.73428194965506,41.763722486636816],[-72.7340729495892,41.763761486651084],[-72.7339589495534,41.763784486659205],[-72.73361794944644,41.76385648668409],[-72.73350494941106,41.76388148669256],[-72.73331794935183,41.763910486704205],[-72.73275994917509,41.76399848673918],[-72.73257394911623,41.76402848675098],[-72.73251894909895,41.764039486754875],[-72.73235494904765,41.764076486767294],[-72.73230094903076,41.76408848677137],[-72.73198194893021,41.76414748679305],[-72.73102694862952,41.764328486858794],[-72.73070894852934,41.76438848688064],[-72.73065294851145,41.76439448688359],[-72.73048594845832,41.76441648689323],[-72.73043094844087,41.764424486896544],[-72.73013894834891,41.7644794869166],[-72.72926494807378,41.76464648697702],[-72.72913294803227,41.76467248698629],[-72.72897194798092,41.764691486995154],[-72.72870594789626,41.764726487010485],[-72.72852494783868,41.764750487020976],[-72.72790394763908,41.76479748705005],[-72.72763694755331,41.764818487062705],[-72.7273789474711,41.764850487077204],[-72.72693794733057,41.76490548710205],[-72.72660394722332,41.76493248711802],[-72.72634494714015,41.76495348713043],[-72.7254889468649,41.76501648717017],[-72.72507594673183,41.765042487188495],[-72.72442694652341,41.765094487219464],[-72.7242599464698,41.76510848722754],[-72.7230739460878,41.765184487280436],[-72.72274994598362,41.7652084872955],[-72.7226569459532,41.765206487298116],[-72.72255694592099,41.76521248730249],[-72.72245894588963,41.76522248730759],[-72.72146594556928,41.76527748735021],[-72.72120694548586,41.76529448736183],[-72.72043394523698,41.76534548739658],[-72.72017594515395,41.76536348740837],[-72.72015294514651,41.7653644874093],[-72.7200869451253,41.7653694874124],[-72.72006594511856,41.76537148741347],[-72.71966294498883,41.76539848743166],[-72.71845494459998,41.76548048748641],[-72.71805294447064,41.76550848750476],[-72.71767194434794,41.76553348752186],[-72.71740094426069,41.765551487534076],[-72.71653194398091,41.76560948757326],[-72.71626094389369,41.76562848758565],[-72.71615194385842,41.76563248758994]]]},"properties":{"name":4969,"geoid":"09003496900"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.73710795145291,41.77897148949154],[-72.7367489513352,41.778958489500596],[-72.73494195074284,41.778895489546706],[-72.73468995066023,41.77888648955309],[-72.73393595041318,41.77886248957277],[-72.73368495033094,41.77885448957931],[-72.73359595030178,41.77885148958159],[-72.73332895021443,41.778845489589045],[-72.73324095018565,41.778843489591516],[-72.73307295013026,41.77883248959479],[-72.73257194996526,41.77880148960496],[-72.73240494991029,41.7787914896084],[-72.7321499498272,41.77879148961663],[-72.73138694957862,41.77879148964122],[-72.73113294949586,41.77879148964942],[-72.73085894940594,41.77878048965612],[-72.73003794913656,41.778747489676235],[-72.72976494904704,41.77873748968308],[-72.729648949009,41.778733489686054],[-72.72930294889565,41.77872248969508],[-72.729187948858,41.778719489698204],[-72.72888794875975,41.77871048970614],[-72.72799094846599,41.77868448973003],[-72.7276919483681,41.77867648973811],[-72.72739194826967,41.77866448974547],[-72.7264929479748,41.778630489767885],[-72.72619394787674,41.77861948977539],[-72.72587094777099,41.77861048978407],[-72.72490294745405,41.77858348981004],[-72.72458094734868,41.77857548981887],[-72.72440394729003,41.778558489821286],[-72.72437794728138,41.77855548982156],[-72.72377194708015,41.77848948982833],[-72.72356994701312,41.778468489830786],[-72.7230379468361,41.77840448983558],[-72.72144494630602,41.77821248984981],[-72.72091494612965,41.77814848985453],[-72.72058194601857,41.77810348985656],[-72.71958594568629,41.77796848986258],[-72.71925394557557,41.777924489864766],[-72.71852994533405,41.777826489869156],[-72.71837794528336,41.77780648987021],[-72.71635794461031,41.77754748988525],[-72.71563494436946,41.77745548989077],[-72.7144989439897,41.777288489895106],[-72.71397194381082,41.777163489887926],[-72.71409994383154,41.77679848981329],[-72.7142649438634,41.77641748973438],[-72.71430694387156,41.77632148971449],[-72.71446094389611,41.77587548962337],[-72.71502094399285,41.7743844893173],[-72.71511094401063,41.774183489275565],[-72.71525194403853,41.773869489210355],[-72.71616294420528,41.771606488743835],[-72.71632894423799,41.77123448866661],[-72.7164189442557,41.77103248862469],[-72.71647094425967,41.77080648857935],[-72.71791994472306,41.77065548850351],[-72.71912694510846,41.770518488438164],[-72.71945094521217,41.77048648842155],[-72.72042394552372,41.77039148837184],[-72.72074894562782,41.770360488355394],[-72.72093594568747,41.77033848834514],[-72.72149994586755,41.77027448831458],[-72.72168794592761,41.77025348830447],[-72.72179194596086,41.77024248829898],[-72.72210394606064,41.77021048828276],[-72.7222089460943,41.770200488277446],[-72.72276094627095,41.770145488249035],[-72.7244199468021,41.76998248816409],[-72.72497294697921,41.769929488136036],[-72.72502094699452,41.76992348813332],[-72.72516394704019,41.769907488125625],[-72.72521294705585,41.76990248812308],[-72.72526494707245,41.76989648812025],[-72.72542394712316,41.76987748811147],[-72.72547694714014,41.76987248810879],[-72.72572294721965,41.76986148809874],[-72.72646294745896,41.769830488068905],[-72.72670994753891,41.76982148805919],[-72.72682394757605,41.76982148805553],[-72.72716694768785,41.769822488044674],[-72.72728194772537,41.76982348804116],[-72.72886494823697,41.769751487976244],[-72.73017994866123,41.76967948791995],[-72.73044694874783,41.76967248790999],[-72.73125094900861,41.769652487880215],[-72.73151894909556,41.76964648787043],[-72.73182294919404,41.76963648785868],[-72.73273794949051,41.769608487823795],[-72.73304394958969,41.769599487812194],[-72.73312994961731,41.76959248780806],[-72.73338994970092,41.769573487796016],[-72.73347694972891,41.76956748779205],[-72.7336519497857,41.76956348778564],[-72.73417994995708,41.76955248776649],[-72.73435595001423,41.76954948776022],[-72.73444195004197,41.7695444877565],[-72.73470195012588,41.76953048774541],[-72.73478895015397,41.76952648774183],[-72.73495995020953,41.76952348773575],[-72.7354739503764,41.76951348771724],[-72.73564595043231,41.76951148771133],[-72.73575595046763,41.769502487706035],[-72.73608495057331,41.7694764876904],[-72.73619595060903,41.769468487685266],[-72.73640895067801,41.769461487677056],[-72.73704795088508,41.76944248765279],[-72.73726195095453,41.76943748764492],[-72.73732495097494,41.76943548764251],[-72.73751495103647,41.769429487635215],[-72.73757895105727,41.769428487632965],[-72.7377429511104,41.76942348762671],[-72.7382379512708,41.76940848760787],[-72.73840295132433,41.76940448760177],[-72.73863595139954,41.76939248759192],[-72.73933595162552,41.76935648756241],[-72.73956995170113,41.76934548755274],[-72.73980795177809,41.76933548754313],[-72.74052395200972,41.76930748751464],[-72.74076295208712,41.76929948750538],[-72.7408399521121,41.76929748750253],[-72.7410739521881,41.76929348749419],[-72.7411519522135,41.769293487491666],[-72.74129795226096,41.7692914874866],[-72.7417379524039,41.76928448747104],[-72.74188495245171,41.76928348746611],[-72.74211795252704,41.769273487456665],[-72.74281695275297,41.76924248742813],[-72.7430509528287,41.76923348741886],[-72.74310795286021,41.76945848746049],[-72.74316795289339,41.769695487504336],[-72.74332395296862,41.770119487581226],[-72.7434049530076,41.770338487620926],[-72.74357195308198,41.77068548768256],[-72.74361095309926,41.77076548769674],[-72.74403195327446,41.77142648781088],[-72.74418095333688,41.771667487852625],[-72.74422495335524,41.771737487864726],[-72.7443749534193,41.77200148791088],[-72.74477395359274,41.77275648804387],[-72.7448229536159,41.772881488066425],[-72.74496495368443,41.773268488136594],[-72.7450539537273,41.773509488180274],[-72.74518095382616,41.77450848836916],[-72.74523695387262,41.774998488461996],[-72.74524195387684,41.77504348847052],[-72.74525995389047,41.77517848849602],[-72.74526595389509,41.775224488504705],[-72.74528895391448,41.775431488543944],[-72.74535795397288,41.77605548866225],[-72.74538195399266,41.776263488701666],[-72.74538695399656,41.77630248870902],[-72.74540395400886,41.776420488731276],[-72.74540995401313,41.7764604887388],[-72.74545495403885,41.77665248877444],[-72.74559095411631,41.77722848888131],[-72.74563695414236,41.777420488916896],[-72.74568495416784,41.77759148894839],[-72.74583095424495,41.77810448904277],[-72.74587995427082,41.77827648907439],[-72.74588895427576,41.77831148908088],[-72.7459179542913,41.7784174891004],[-72.74592795429663,41.77845348910704],[-72.74604895436208,41.77890548919043],[-72.7461449544138,41.7792604892559],[-72.7448879540011,41.779205489285815],[-72.74446695386315,41.77919148929669],[-72.74320395344924,41.779149489329335],[-72.74278395331162,41.77913548934017],[-72.74226895314295,41.77912048935387],[-72.74072395263718,41.77907848939561],[-72.74020995246889,41.779064489409464],[-72.73710795145291,41.77897148949154]]]},"properties":{"name":4970,"geoid":"09003497000"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.67457993084814,41.77495649072908],[-72.67496693096163,41.77473649067413],[-72.67504893098588,41.774693490663196],[-72.67536093107832,41.77453249062204],[-72.67588393123584,41.774307490561775],[-72.67644993140702,41.77407649049896],[-72.6765249314297,41.77404549049055],[-72.67702293158032,41.77384249043531],[-72.6769759315831,41.77415749049768],[-72.67683593159181,41.77510449068515],[-72.67678993159493,41.77542049074768],[-72.67675793159552,41.77561249078581],[-72.67666493159832,41.77618949090029],[-72.67663493159962,41.77638249093854],[-72.67659593159958,41.776603490982495],[-72.67658693160006,41.776662490994184],[-72.67652393161016,41.77719649109936],[-72.67651793161268,41.77727449111463],[-72.67650393162103,41.77749949115856],[-72.67648693162603,41.77768349119465],[-72.67643693164142,41.7782354913029],[-72.67642093164683,41.77842049133915],[-72.6763629316626,41.77902449145769],[-72.67619193171102,41.780839491813836],[-72.6761359317275,41.781444491932504],[-72.67605293172318,41.781840492011675],[-72.67603493172099,41.78190449202461],[-72.67597393171397,41.78212849206986],[-72.67588793170592,41.78247649213984],[-72.67575993168238,41.782793492205194],[-72.6755459316375,41.78322649229572],[-72.67533893159437,41.78365049238428],[-72.67527793158173,41.783776492410574],[-72.67509493154384,41.78415549248966],[-72.67503493153158,41.78428249251613],[-72.67496893151753,41.78441249254335],[-72.67477393147631,41.78480149262477],[-72.67470893146265,41.78493249265216],[-72.67464993145013,41.78504949267666],[-72.67447393141286,41.785399492749924],[-72.67441593140074,41.78551749277458],[-72.674356931388,41.78563049279832],[-72.67418193135057,41.785972492869995],[-72.67412493133855,41.78608649289385],[-72.67407193132715,41.78618849291526],[-72.67391393129333,41.78649649297983],[-72.67386193128229,41.7865994930014],[-72.67353193117641,41.786628493017616],[-72.67254193085876,41.78671549306624],[-72.67221193075285,41.78674449308246],[-72.671771930612,41.786788493105114],[-72.67045193018949,41.786922493173414],[-72.67001293004907,41.78696849319642],[-72.66983892999322,41.786983493204914],[-72.66931592982539,41.78702949323062],[-72.66914292976992,41.78704549323926],[-72.66906692974533,41.787048493242295],[-72.66884192967258,41.78705849325145],[-72.66876692964834,41.787062493254645],[-72.66913092972555,41.786340493103474],[-72.66915592973089,41.78629149309321],[-72.67006492990151,41.784102492641146],[-72.67037592996006,41.78335649248705],[-72.67072393001942,41.782414492293874],[-72.67177093019855,41.779589491714475],[-72.67211993025828,41.778648491521466],[-72.67215193026327,41.7785534915021],[-72.67224893027857,41.778269491444114],[-72.67228193028394,41.778175491424875],[-72.6724039303081,41.77790349136842],[-72.67277393038192,41.77708849119905],[-72.67289793040678,41.776817491142715],[-72.67317993047463,41.776398491052696],[-72.67340193052823,41.77607149098238],[-72.67369693060661,41.7757624909132],[-72.67406993070593,41.77537449082626],[-72.67418893073909,41.77527649080347],[-72.67457993084814,41.77495649072908]]]},"properties":{"name":5009,"geoid":"09003500900"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.68076093426154,41.79932249523656],[-72.68026893409653,41.79924149523676],[-72.67879393360198,41.79900149523786],[-72.67830293343735,41.79892149523821],[-72.67779393326691,41.798842495239334],[-72.67631693277235,41.79861349524263],[-72.67626993275645,41.79860349524222],[-72.67576593258656,41.798505495239496],[-72.67583393259419,41.79825249518846],[-72.67604093261816,41.797495495035626],[-72.67610993262618,41.79724349498474],[-72.6762809326517,41.796717494877655],[-72.67630293265519,41.79665349486461],[-72.67653693268568,41.79585649470317],[-72.6767439327111,41.795124494555175],[-72.67689593273015,41.79459349444774],[-72.67696393273886,41.79435949440037],[-72.67716893276547,41.793659494258584],[-72.67723793277457,41.793426494211346],[-72.67728793278047,41.793245494174805],[-72.67743993279906,41.79270649406584],[-72.67749093280534,41.792526494029424],[-72.67752393280938,41.79240949400577],[-72.67762493282231,41.7920614939353],[-72.67765893282673,41.791945493911804],[-72.67767693282835,41.79187149389695],[-72.67773193283358,41.791650493852494],[-72.6777509328356,41.79157749383779],[-72.67781093284302,41.791366493795095],[-72.67799193286578,41.79073549366742],[-72.67805293287358,41.790525493624905],[-72.67814993288827,41.790230493564806],[-72.67828393290891,41.789829493483055],[-72.67840893292144,41.7893384933842],[-72.67848593292933,41.789038493323766],[-72.67854793293724,41.78882449328046],[-72.6787369329622,41.78818649315115],[-72.6787999329705,41.787973493107984],[-72.67895093298911,41.787440493000176],[-72.67940393304514,41.78584549267754],[-72.67955593306414,41.78531349256989],[-72.67924293295808,41.78524249256625],[-72.67830593264047,41.785029492555246],[-72.67799393253478,41.78495949255175],[-72.67740193233404,41.78482349254451],[-72.67562593173194,41.784417492523204],[-72.67503493153158,41.78428249251613],[-72.67509493154384,41.78415549248966],[-72.67527793158173,41.783776492410574],[-72.67533893159437,41.78365049238428],[-72.6755459316375,41.78322649229572],[-72.67575993168238,41.782793492205194],[-72.67588793170592,41.78247649213984],[-72.67597393171397,41.78212849206986],[-72.67603493172099,41.78190449202461],[-72.67605293172318,41.781840492011675],[-72.6761359317275,41.781444491932504],[-72.67634093179367,41.781433491923785],[-72.67668793190774,41.78145049191592],[-72.6767589319316,41.78146349191614],[-72.67686793196829,41.78148349191651],[-72.67859293255157,41.78185149193212],[-72.67874293260235,41.78188449193367],[-72.6791989327579,41.782005491942385],[-72.67942793283561,41.78205949194545],[-72.67978093295552,41.782144491950525],[-72.68011793306933,41.78221349195301],[-72.68034893314736,41.782261491954856],[-72.68054693321417,41.78230149195622],[-72.68057693322432,41.7823074919564],[-72.68065493325057,41.78232249195679],[-72.68157493356068,41.782501491961774],[-72.68186693365917,41.78255949196359],[-72.6818819336642,41.7825624919637],[-72.6822769337979,41.7826484919676],[-72.68346293419924,41.782907491979486],[-72.68369293427712,41.78295849198193],[-72.68386193433341,41.78297949198055],[-72.68364393429741,41.7835894921054],[-72.68354893428177,41.783856492160034],[-72.6832379342391,41.78487849236745],[-72.68305393421142,41.78544049248191],[-72.68297593419967,41.78567849253039],[-72.68297593419985,41.78568149253096],[-72.6828379341761,41.78605149260687],[-72.68275793416038,41.78623149264421],[-72.68274893415871,41.786253492648754],[-72.68274693415823,41.78625649264939],[-72.68257093412872,41.78674149274873],[-72.68253393412544,41.78689449277948],[-72.68250393412289,41.78702049280478],[-72.68245893411306,41.78710449282246],[-72.68234993409622,41.78742949288873],[-72.68233793409446,41.787467492896454],[-72.68202393404596,41.788404493087526],[-72.68191593402945,41.78872949315376],[-72.6817459340028,41.78923049325601],[-72.68123593392309,41.79073649356326],[-72.68106693389684,41.79123849366566],[-72.68111493391318,41.79125049366642],[-72.68125993396262,41.791288493669086],[-72.68130893397934,41.791301493670026],[-72.68142493403936,41.791688493741034],[-72.68145093405266,41.79177249375641],[-72.68140093406721,41.79230949386174],[-72.68141193408246,41.7925124939006],[-72.6814779341173,41.79274449394327],[-72.68154893414756,41.79286849396493],[-72.68158793416413,41.792935493976614],[-72.68167593419975,41.79305649399715],[-72.6818229342535,41.793158494012125],[-72.68179393426142,41.79346049407137],[-72.68170893428578,41.794366494249054],[-72.68168093429404,41.794669494308486],[-72.68165093430426,41.795017494376644],[-72.68162693431287,41.79530349443266],[-72.6815829343153,41.795595494490456],[-72.68147793430724,41.796050494581685],[-72.6814009343017,41.79639149465003],[-72.68131093429439,41.79677449472686],[-72.68104393427345,41.79792449495751],[-72.68095493426651,41.798308495034526],[-72.68091493426508,41.79851049507482],[-72.68079893426226,41.79911949519614],[-72.68076093426154,41.79932249523656]]]},"properties":{"name":5012,"geoid":"09003501200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.67503493153158,41.78428249251613],[-72.67562593173194,41.784417492523204],[-72.67740193233404,41.78482349254451],[-72.67799393253478,41.78495949255175],[-72.67830593264047,41.785029492555246],[-72.67924293295808,41.78524249256625],[-72.67955593306414,41.78531349256989],[-72.67940393304514,41.78584549267754],[-72.67895093298911,41.787440493000176],[-72.6787999329705,41.787973493107984],[-72.6787369329622,41.78818649315115],[-72.67854793293724,41.78882449328046],[-72.67848593292933,41.789038493323766],[-72.67840893292144,41.7893384933842],[-72.67828393290891,41.789829493483055],[-72.67814993288827,41.790230493564806],[-72.67805293287358,41.790525493624905],[-72.67776293277511,41.79045649362091],[-72.67689293247986,41.790252493609486],[-72.67660393238177,41.79018449360564],[-72.67657993237344,41.79017549360467],[-72.67651093234946,41.790149493601874],[-72.6764879323415,41.79014149360107],[-72.67622293225168,41.79008149359802],[-72.67542793198243,41.78990449358939],[-72.675163931893,41.78984549358648],[-72.67492393181143,41.78978749358299],[-72.67420393156695,41.789616493573114],[-72.67396393148547,41.789559493569826],[-72.67355293134584,41.78946049356392],[-72.67232093092737,41.789165493546555],[-72.67191093078812,41.78906749354081],[-72.67299693107915,41.787971493294215],[-72.67332493116452,41.78759649321124],[-72.6735009312057,41.78731449315111],[-72.67373393125744,41.7868934930623],[-72.67386193128229,41.7865994930014],[-72.67391393129333,41.78649649297983],[-72.67407193132715,41.78618849291526],[-72.67412493133855,41.78608649289385],[-72.67418193135057,41.785972492869995],[-72.674356931388,41.78563049279832],[-72.67441593140074,41.78551749277458],[-72.67447393141286,41.785399492749924],[-72.67464993145013,41.78504949267666],[-72.67470893146265,41.78493249265216],[-72.67477393147631,41.78480149262477],[-72.67496893151753,41.78441249254335],[-72.67503493153158,41.78428249251613]]]},"properties":{"name":5013,"geoid":"09003501300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.69516493810562,41.784525491915495],[-72.69362593759841,41.78442649194589],[-72.69335593750807,41.78438549194667],[-72.69228193714986,41.78424249195361],[-72.69209293708604,41.78420349195217],[-72.69152593689454,41.78408649194781],[-72.69133693683071,41.784047491946346],[-72.69120793678631,41.78400649194259],[-72.69116793677253,41.78399349194137],[-72.69095393669957,41.78393749193744],[-72.6908159366533,41.78391449193743],[-72.69068393660906,41.78389349193762],[-72.69020893645204,41.783854491945384],[-72.68981193632088,41.78382349195216],[-72.68921193612294,41.78378149196335],[-72.68878193598154,41.78375949197294],[-72.68830693582538,41.783735491983585],[-72.68794193570729,41.78375049199821],[-72.6869499353865,41.78379349203845],[-72.6868479353533,41.78379449204191],[-72.68648393523502,41.783800492054795],[-72.68624193515456,41.78377249205717],[-72.68617493513156,41.78375249205546],[-72.68605593509078,41.78371749205252],[-72.6858319350136,41.78364449204563],[-72.68558193492781,41.78356949203918],[-72.68528093482381,41.78346649202898],[-72.68498493472154,41.78336549201898],[-72.6850519347312,41.783153491975895],[-72.68519293475765,41.78281349190567],[-72.68524893476831,41.78268149187838],[-72.68544393480687,41.78224649178809],[-72.68555393482544,41.781945491726404],[-72.68561493481754,41.781461491630935],[-72.68563193480337,41.78111849156413],[-72.68564593479226,41.78084549151094],[-72.68565093477568,41.78052849144955],[-72.68570793479493,41.780540491450026],[-72.68588193485382,41.780578491451784],[-72.68593993487349,41.78059149145243],[-72.68605593488354,41.780108491355385],[-72.6862179348978,41.779437491220556],[-72.68641393491735,41.77866549106512],[-72.6864269349189,41.77861849105562],[-72.68649293493358,41.778499491030495],[-72.68665993497294,41.778237490974504],[-72.68685693503996,41.77828649097765],[-72.68689693505372,41.77829949097887],[-72.68715393514253,41.77838749098761],[-72.6875949352945,41.77853149100123],[-72.68782893537518,41.77860849100858],[-72.68801593544072,41.77868849101802],[-72.68825793552556,41.77879249103033],[-72.68855493563174,41.77895649105247],[-72.68856193563425,41.778960491053],[-72.68874293569868,41.77905549106554],[-72.68877193570924,41.77907449106827],[-72.68885993574125,41.779132491076645],[-72.68888993575217,41.779152491079536],[-72.68909193582452,41.779266491095065],[-72.68970093604264,41.77960849114154],[-72.68990393611534,41.77972249115702],[-72.69010693618803,41.779836491172524],[-72.69011693619159,41.77984149117315],[-72.69048193632021,41.780010491194055],[-72.6907849364267,41.78014549121039],[-72.69100893650551,41.780246491222684],[-72.69118793656757,41.78031149122949],[-72.69172493675393,41.78050949125046],[-72.69190493681643,41.78057649125763],[-72.69196593683756,41.78059849125991],[-72.69214893690118,41.78066749126735],[-72.69220993692237,41.78069049126982],[-72.69228893694978,41.78071949127288],[-72.69252893703309,41.78080849128236],[-72.69260893706087,41.78083849128557],[-72.69284193714124,41.780915491292944],[-72.69313093724219,41.781033491306445],[-72.69332693731096,41.78111849131655],[-72.69423993762737,41.78144749135073],[-72.6943279376581,41.78148349135486],[-72.6961739382997,41.78218049143007],[-72.69547993816516,41.783775491760494],[-72.69516493810562,41.784525491915495]]]},"properties":{"name":5014,"geoid":"09003501400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.68386193433341,41.78297949198055],[-72.68408593441085,41.78305649198823],[-72.68475993464375,41.783287492011176],[-72.68498493472154,41.78336549201898],[-72.68528093482381,41.78346649202898],[-72.68558193492781,41.78356949203918],[-72.6858319350136,41.78364449204563],[-72.68605593509078,41.78371749205252],[-72.68617493513156,41.78375249205546],[-72.68624193515456,41.78377249205717],[-72.68648393523502,41.783800492054795],[-72.6868479353533,41.78379449204191],[-72.6869499353865,41.78379349203845],[-72.68794193570729,41.78375049199821],[-72.68830693582538,41.783735491983585],[-72.68878193598154,41.78375949197294],[-72.68921193612294,41.78378149196335],[-72.68981193632088,41.78382349195216],[-72.69020893645204,41.783854491945384],[-72.69068393660906,41.78389349193762],[-72.6908159366533,41.78391449193743],[-72.69095393669957,41.78393749193744],[-72.69116793677253,41.78399349194137],[-72.69120793678631,41.78400649194259],[-72.69133693683071,41.784047491946346],[-72.69152593689454,41.78408649194781],[-72.69209293708604,41.78420349195217],[-72.69228193714986,41.78424249195361],[-72.69335593750807,41.78438549194667],[-72.69362593759841,41.78442649194589],[-72.69516493810562,41.784525491915495],[-72.69536293817038,41.784529491909886],[-72.69595693836463,41.78454149189308],[-72.69615493842943,41.78454649188768],[-72.69611193844042,41.784981491973085],[-72.69610793844073,41.78500949197862],[-72.69601593845016,41.78569549211407],[-72.69591593845763,41.786392492251906],[-72.69586793846152,41.78673249231913],[-72.695850938463,41.78685449234324],[-72.69570893847568,41.78788049254596],[-72.6952849385144,41.790958493154044],[-72.69522393852034,41.791407493242716],[-72.69498293847231,41.79193849335302],[-72.6949019384554,41.792103493387486],[-72.69465893840483,41.79260149349147],[-72.69457893838829,41.79276749352612],[-72.69448893837024,41.79296349356686],[-72.69422093831676,41.79355249368922],[-72.69413193829908,41.793749493730125],[-72.69403593827882,41.79394149377029],[-72.69402793827742,41.79396249377461],[-72.69384593824851,41.79449149388262],[-72.69381093824579,41.79464249391292],[-72.69375793824184,41.794874493959405],[-72.69375393825383,41.79510549400415],[-72.69374393829058,41.79580149413884],[-72.693740938303,41.79603449418394],[-72.69297693805424,41.79603849420931],[-72.69068493730799,41.79605149428561],[-72.68992193705961,41.79605649431112],[-72.68994593709692,41.7965694944094],[-72.68995793711485,41.79681349445613],[-72.69003893717604,41.797418494570366],[-72.69005093721944,41.79810549470262],[-72.69006093725231,41.798620494801725],[-72.6900559372609,41.79879849483625],[-72.69004193728715,41.7993344949402],[-72.69003793729614,41.79951349497488],[-72.69004493731379,41.79978049502621],[-72.69006893736781,41.80058449518067],[-72.69007693738583,41.800852495232164],[-72.68977893728565,41.80079949523152],[-72.68939393715632,41.80073249523097],[-72.68888593698559,41.800642495229944],[-72.68858893688578,41.80059049522947],[-72.68807893671479,41.800507495229866],[-72.68654893620183,41.80025849523103],[-72.68603993603121,41.80017649523157],[-72.6857279359266,41.800125495231775],[-72.684984935677,41.79999649523078],[-72.68435793546644,41.79988849523009],[-72.68181693461526,41.79948849523463],[-72.68137293446658,41.7994194952356],[-72.68076093426154,41.79932249523656],[-72.68079893426226,41.79911949519614],[-72.68091493426508,41.79851049507482],[-72.68095493426651,41.798308495034526],[-72.68104393427345,41.79792449495751],[-72.68131093429439,41.79677449472686],[-72.6814009343017,41.79639149465003],[-72.68147793430724,41.796050494581685],[-72.6815829343153,41.795595494490456],[-72.68162693431287,41.79530349443266],[-72.68165093430426,41.795017494376644],[-72.68168093429404,41.794669494308486],[-72.68170893428578,41.794366494249054],[-72.68179393426142,41.79346049407137],[-72.6818229342535,41.793158494012125],[-72.68167593419975,41.79305649399715],[-72.68158793416413,41.792935493976614],[-72.68154893414756,41.79286849396493],[-72.6814779341173,41.79274449394327],[-72.68141193408246,41.7925124939006],[-72.68140093406721,41.79230949386174],[-72.68145093405266,41.79177249375641],[-72.68142493403936,41.791688493741034],[-72.68130893397934,41.791301493670026],[-72.68125993396262,41.791288493669086],[-72.68111493391318,41.79125049366642],[-72.68106693389684,41.79123849366566],[-72.68123593392309,41.79073649356326],[-72.6817459340028,41.78923049325601],[-72.68191593402945,41.78872949315376],[-72.68202393404596,41.788404493087526],[-72.68233793409446,41.787467492896454],[-72.68234993409622,41.78742949288873],[-72.68245893411306,41.78710449282246],[-72.68250393412289,41.78702049280478],[-72.68253393412544,41.78689449277948],[-72.68257093412872,41.78674149274873],[-72.68274693415823,41.78625649264939],[-72.68274893415871,41.786253492648754],[-72.68275793416038,41.78623149264421],[-72.6828379341761,41.78605149260687],[-72.68297593419985,41.78568149253096],[-72.68297593419967,41.78567849253039],[-72.68305393421142,41.78544049248191],[-72.6832379342391,41.78487849236745],[-72.68354893428177,41.783856492160034],[-72.68364393429741,41.7835894921054],[-72.68386193433341,41.78297949198055]]]},"properties":{"name":5015,"geoid":"09003501500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.68766893516344,41.77582849047665],[-72.68748093513014,41.776315490576785],[-72.68729393509729,41.77680449067728],[-72.68687793501671,41.777762490875745],[-72.6867609349941,41.77803249093166],[-72.68669393497949,41.77815849095815],[-72.68665993497294,41.778237490974504],[-72.68644693489958,41.778168490968035],[-72.6858099346801,41.77796149094853],[-72.68559793460713,41.77789349094222],[-72.68540493454073,41.77783249093665],[-72.68482893434253,41.77764949091982],[-72.68463693427651,41.77758949091441],[-72.68445493421387,41.77753149090905],[-72.68390893402609,41.777359490893375],[-72.68372793396381,41.77730249088818],[-72.68358093391339,41.77725849088442],[-72.68313993376212,41.777126490873115],[-72.68299393371201,41.77708249086929],[-72.68285493366407,41.77703649086488],[-72.68243793352043,41.77690149085221],[-72.6822999334729,41.776856490847955],[-72.68224193345277,41.77683549084576],[-72.68206793339259,41.77677449083958],[-72.68200993337254,41.776754490837575],[-72.68182093330807,41.77670449083399],[-72.68151593320404,41.77662349082816],[-72.6812629331162,41.77652949081811],[-72.68108093305304,41.776462490811035],[-72.68097593301722,41.776434490809],[-72.6808869329869,41.77641149080741],[-72.68071293292549,41.77632949079718],[-72.68068193291406,41.77630649079372],[-72.68059493288212,41.77624349078435],[-72.6805659328711,41.77621649078006],[-72.68053293285857,41.77618549077514],[-72.6803479327883,41.77601149074747],[-72.68028693276509,41.775953490738225],[-72.68020693273984,41.77596749074351],[-72.68017293272915,41.775974490745945],[-72.68006693269473,41.77597649074974],[-72.67997193266308,41.775964490750475],[-72.67996593266093,41.775961490750085],[-72.6798909326349,41.77593349074709],[-72.67926993242662,41.77583049074717],[-72.67740993180283,41.77552249074746],[-72.67678993159493,41.77542049074768],[-72.67683593159181,41.77510449068515],[-72.6769759315831,41.77415749049768],[-72.67702293158032,41.77384249043531],[-72.67712593161257,41.77381949042755],[-72.67743593170977,41.77375249040464],[-72.67753993174237,41.77373049039706],[-72.67818193193787,41.77349149033022],[-72.67844193201708,41.77339549030333],[-72.6792369322583,41.77308449021767],[-72.68004693249918,41.77268249011394],[-72.6800659325048,41.77267249011141],[-72.68068493268959,41.7723774900345],[-72.68076393271745,41.77241449003912],[-72.68093493277782,41.772495490049266],[-72.68100393280213,41.77252749005323],[-72.68108393283039,41.77256549005801],[-72.68132493291553,41.772680490072474],[-72.68204993317156,41.77302549011582],[-72.68229193325708,41.77314149013046],[-72.68389393382094,41.77387049021979],[-72.68568493445161,41.774690490320616],[-72.68640593470555,41.775021490361375],[-72.68654693475523,41.77508649036939],[-72.68668793480727,41.775192490385336],[-72.68698393491687,41.775421490420065],[-72.68707593495097,41.77549349043102],[-72.68730993503652,41.77565549045479],[-72.68749093510188,41.77576649047041],[-72.68766893516344,41.77582849047665]]]},"properties":{"name":5017,"geoid":"09003501700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.68665993497294,41.778237490974504],[-72.68649293493358,41.778499491030495],[-72.6864269349189,41.77861849105562],[-72.68641393491735,41.77866549106512],[-72.6862179348978,41.779437491220556],[-72.68605593488354,41.780108491355385],[-72.68593993487349,41.78059149145243],[-72.68588193485382,41.780578491451784],[-72.68570793479493,41.780540491450026],[-72.68565093477568,41.78052849144955],[-72.68564593479226,41.78084549151094],[-72.68563193480337,41.78111849156413],[-72.68561493481754,41.781461491630935],[-72.68555393482544,41.781945491726404],[-72.68544393480687,41.78224649178809],[-72.68524893476831,41.78268149187838],[-72.68519293475765,41.78281349190567],[-72.6850519347312,41.783153491975895],[-72.68498493472154,41.78336549201898],[-72.68475993464375,41.783287492011176],[-72.68408593441085,41.78305649198823],[-72.68386193433341,41.78297949198055],[-72.68369293427712,41.78295849198193],[-72.68346293419924,41.782907491979486],[-72.6822769337979,41.7826484919676],[-72.6818819336642,41.7825624919637],[-72.68186693365917,41.78255949196359],[-72.68157493356068,41.782501491961774],[-72.68065493325057,41.78232249195679],[-72.68057693322432,41.7823074919564],[-72.68054693321417,41.78230149195622],[-72.68034893314736,41.782261491954856],[-72.68011793306933,41.78221349195301],[-72.67978093295552,41.782144491950525],[-72.67942793283561,41.78205949194545],[-72.6791989327579,41.782005491942385],[-72.67874293260235,41.78188449193367],[-72.67859293255157,41.78185149193212],[-72.67686793196829,41.78148349191651],[-72.6767589319316,41.78146349191614],[-72.67668793190774,41.78145049191592],[-72.67634093179367,41.781433491923785],[-72.6761359317275,41.781444491932504],[-72.67619193171102,41.780839491813836],[-72.6763629316626,41.77902449145769],[-72.67642093164683,41.77842049133915],[-72.67643693164142,41.7782354913029],[-72.67648693162603,41.77768349119465],[-72.67650393162103,41.77749949115856],[-72.67651793161268,41.77727449111463],[-72.67652393161016,41.77719649109936],[-72.67658693160006,41.776662490994184],[-72.67659593159958,41.776603490982495],[-72.67663493159962,41.77638249093854],[-72.67666493159832,41.77618949090029],[-72.67675793159552,41.77561249078581],[-72.67678993159493,41.77542049074768],[-72.67740993180283,41.77552249074746],[-72.67926993242662,41.77583049074717],[-72.6798909326349,41.77593349074709],[-72.67996593266093,41.775961490750085],[-72.67997193266308,41.775964490750475],[-72.68006693269473,41.77597649074974],[-72.68017293272915,41.775974490745945],[-72.68020693273984,41.77596749074351],[-72.68028693276509,41.775953490738225],[-72.6803479327883,41.77601149074747],[-72.68053293285857,41.77618549077514],[-72.6805659328711,41.77621649078006],[-72.68059493288212,41.77624349078435],[-72.68068193291406,41.77630649079372],[-72.68071293292549,41.77632949079718],[-72.6808869329869,41.77641149080741],[-72.68097593301722,41.776434490809],[-72.68108093305304,41.776462490811035],[-72.6812629331162,41.77652949081811],[-72.68151593320404,41.77662349082816],[-72.68182093330807,41.77670449083399],[-72.68200993337254,41.776754490837575],[-72.68206793339259,41.77677449083958],[-72.68224193345277,41.77683549084576],[-72.6822999334729,41.776856490847955],[-72.68243793352043,41.77690149085221],[-72.68285493366407,41.77703649086488],[-72.68299393371201,41.77708249086929],[-72.68313993376212,41.777126490873115],[-72.68358093391339,41.77725849088442],[-72.68372793396381,41.77730249088818],[-72.68390893402609,41.777359490893375],[-72.68445493421387,41.77753149090905],[-72.68463693427651,41.77758949091441],[-72.68482893434253,41.77764949091982],[-72.68540493454073,41.77783249093665],[-72.68559793460713,41.77789349094222],[-72.6858099346801,41.77796149094853],[-72.68644693489958,41.778168490968035],[-72.68665993497294,41.778237490974504]]]},"properties":{"name":5018,"geoid":"09003501800"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.65593692358983,41.75430848733733],[-72.65552692344123,41.75404648729985],[-72.65526692334701,41.75388048727611],[-72.65459592310388,41.75345248721487],[-72.65429792299585,41.75326148718752],[-72.65424292297593,41.753226487182516],[-72.6538889228477,41.75300148715039],[-72.65397292287182,41.752944487136666],[-72.65405692289586,41.75288648712275],[-72.65407092289985,41.75287648712038],[-72.65425992295404,41.75274748708937],[-72.6546229230587,41.7525094870317],[-72.65480892311244,41.75238948700253],[-72.65490492314005,41.752325486987075],[-72.65512992320507,41.75218048695183],[-72.65519592322399,41.752135486941],[-72.655292923252,41.75207248692571],[-72.65531992325971,41.75205348692116],[-72.65540292328359,41.75199848690787],[-72.65543092329169,41.75198048690349],[-72.65544792329659,41.751969486900826],[-72.65568992336658,41.751814486863076],[-72.65578792339497,41.751752486847955],[-72.65590392342915,41.75168948683204],[-72.65649992360497,41.75136848675086],[-72.65677192368523,41.75122248671388],[-72.65681192369702,41.75120048670835],[-72.6569319237324,41.751135486691936],[-72.65697292374455,41.75111448668656],[-72.65698792374876,41.751102486683756],[-72.6570339237618,41.751068486675706],[-72.6570499237664,41.75105748667306],[-72.65716492382062,41.751350486726025],[-72.65728492386705,41.75147848674692],[-72.65750292394776,41.75164748677258],[-72.657656924004,41.751753486788154],[-72.65775392403876,41.751808486795674],[-72.65863992434382,41.75209448682251],[-72.65876092438342,41.75209748681922],[-72.65887392442018,41.75209648681539],[-72.65891292443271,41.75209348681356],[-72.65903392447167,41.75208548680811],[-72.6590739244846,41.752083486806455],[-72.65921592457175,41.75279748693993],[-72.6592939246193,41.75318448701225],[-72.65956892473892,41.75370848710473],[-72.66004492492404,41.75423248719075],[-72.66041292506243,41.754555487241376],[-72.66096092526848,41.755035487316576],[-72.66145792545939,41.75554148739844],[-72.66167492554281,41.75576348743438],[-72.66304092605675,41.756965487622885],[-72.66357492625768,41.75743548769659],[-72.66376892633131,41.75761748772555],[-72.66393992639385,41.75773648774307],[-72.66404792643334,41.757811487754076],[-72.66424592650165,41.75787748776048],[-72.66531992686099,41.75804148775768],[-72.66578992701825,41.7581134877565],[-72.66570492699513,41.7581934877747],[-72.66611892715125,41.75856348783293],[-72.6676239277187,41.759908488044566],[-72.66778792778048,41.76005448806751],[-72.66791492782801,41.76016148808412],[-72.66802992787058,41.760250488097626],[-72.6681649279172,41.76029648810218],[-72.66862192807409,41.76043548811436],[-72.66956492839785,41.76072348813974],[-72.66999392854527,41.76085648815167],[-72.67045092870232,41.76099848816444],[-72.67098892888346,41.76110048816685],[-72.67260392942723,41.76140648817411],[-72.67314292960876,41.76150948817668],[-72.67343592970727,41.76156248817752],[-72.6743149300028,41.76172148818001],[-72.67436893002098,41.7617314881802],[-72.6744719300566,41.761767488183864],[-72.67458693009806,41.761837488193684],[-72.67461193010135,41.76175248817647],[-72.6746879301117,41.7615014881255],[-72.67471393011537,41.761417488108435],[-72.67490893014194,41.7607724879775],[-72.67504693015938,41.760292487880285],[-72.67516893017351,41.759845487789974],[-72.67518793017604,41.75978148777699],[-72.67551793028947,41.75988448778628],[-72.67613893050115,41.76004748779785],[-72.6761899305185,41.7600604877987],[-72.6763459305717,41.76010148780161],[-72.67639793058945,41.760115487802665],[-72.67739693092905,41.760361487818095],[-72.67858693133616,41.760699487845194],[-72.67867393136594,41.76072448784721],[-72.67964493169751,41.760989487867235],[-72.68062993190229,41.75896348744398],[-72.68092893192954,41.757739487197775],[-72.68121293202407,41.75777448719541],[-72.68206493230768,41.757879487188326],[-72.68234893240228,41.757915487186146],[-72.68225793240937,41.75855648731298],[-72.68211493242127,41.75957648751473],[-72.68203993244903,41.76048648769302],[-72.68198793246911,41.76113248781954],[-72.681975932471,41.76123348783945],[-72.68194393247806,41.76153848789944],[-72.68193293248034,41.761640487919486],[-72.68190893248394,41.76183948795873],[-72.68187093248997,41.762160488022005],[-72.68185493250085,41.76244148807682],[-72.6818439325088,41.76264248811603],[-72.68186193251663,41.762676488122004],[-72.68186793251915,41.76268648812375],[-72.68191593253732,41.7627304881307],[-72.6819559325512,41.76274548813232],[-72.68199293256413,41.76276048813403],[-72.68242893271119,41.76284748813683],[-72.68373993315332,41.763108488145114],[-72.68417693330073,41.76319648814809],[-72.68440493337744,41.76323848814887],[-72.6850909336083,41.76336648815155],[-72.68531993368538,41.7634094881525],[-72.68557793377242,41.76346148815425],[-72.68635493403454,41.7636174881594],[-72.68661493412223,41.76366948816109],[-72.68658793413765,41.764091488243515],[-72.68658593413889,41.76412448824997],[-72.68658093414197,41.76420648826597],[-72.68657793414415,41.76426148827668],[-72.68651993417727,41.76516848845385],[-72.6864969341808,41.76536048849169],[-72.68644793418899,41.765781488574625],[-72.68613393408667,41.765781488584715],[-72.6853529338322,41.765781488609825],[-72.68519593378234,41.765804488619324],[-72.68488693368437,41.76585148863833],[-72.68485393367389,41.76585648864036],[-72.68475393364231,41.765873488646875],[-72.68472193363223,41.765879488649055],[-72.68449093355981,41.76592948866615],[-72.68444993354704,41.7659394886694],[-72.68396393339626,41.76607148871054],[-72.683809933349,41.76612248872535],[-72.6835869332807,41.76619848874719],[-72.68353793326628,41.766225488753996],[-72.68339193322342,41.76630748877454],[-72.68334393320939,41.76633548878148],[-72.68330993319945,41.766355488786445],[-72.6832069331695,41.76641848880194],[-72.68317393316,41.76644048880725],[-72.68301793311514,41.76654448883236],[-72.68285193306835,41.76667148886224],[-72.68265793301379,41.766822488897645],[-72.68227493291107,41.76720748898437],[-72.68206693285828,41.767468489041484],[-72.6820319328502,41.76752648905383],[-72.68183193280466,41.76786848912635],[-72.68181993280285,41.76790548913388],[-72.68178593279819,41.76801748915662],[-72.68177593279712,41.76805548916429],[-72.68177093281524,41.76839948923092],[-72.68175593286973,41.7694344894314],[-72.6817519328882,41.7697794894982],[-72.68175293289572,41.769904489522325],[-72.68175893291935,41.770282489595175],[-72.68176093292723,41.77040848961946],[-72.68176293293098,41.77046248962983],[-72.68176893294233,41.77062648966132],[-72.68177193294648,41.77068148967185],[-72.68169793294014,41.770991489734136],[-72.68166793293405,41.77105548974746],[-72.68153793290774,41.771335489805736],[-72.68128293284657,41.77171748988775],[-72.68102293277941,41.77202348995523],[-72.68097693276765,41.77207948996754],[-72.6807729327151,41.77232249002105],[-72.68075493270987,41.77233349002375],[-72.68070193269445,41.77236549003163],[-72.68068493268959,41.7723774900345],[-72.6800659325048,41.77267249011141],[-72.68004693249918,41.77268249011394],[-72.6792369322583,41.77308449021767],[-72.67844193201708,41.77339549030333],[-72.67818193193787,41.77349149033022],[-72.67753993174237,41.77373049039706],[-72.67743593170977,41.77375249040464],[-72.67712593161257,41.77381949042755],[-72.67702293158032,41.77384249043531],[-72.6765249314297,41.77404549049055],[-72.67644993140702,41.77407649049896],[-72.67588393123584,41.774307490561775],[-72.67536093107832,41.77453249062204],[-72.67504893098588,41.774693490663196],[-72.67496693096163,41.77473649067413],[-72.67457993084814,41.77495649072908],[-72.67420893073876,41.77515749077983],[-72.67331093047426,41.77564749090338],[-72.67309893041198,41.7757664909332],[-72.67273193030427,41.77597349098499],[-72.67253893024774,41.77608449101265],[-72.67196293007925,41.77641949109587],[-72.67177093002316,41.776532491123874],[-72.67148392993852,41.77668749116306],[-72.67062292968455,41.77715149128037],[-72.67033692960028,41.7773074913197],[-72.67029192957777,41.777170491294676],[-72.67015692951037,41.7767624912202],[-72.67011292948824,41.77662649119532],[-72.67008892947938,41.77660849119262],[-72.67001692945288,41.7765554911847],[-72.6699939294444,41.77653849118215],[-72.66995392942941,41.776504491176865],[-72.66983592938523,41.77640449116134],[-72.66979692937062,41.776371491156226],[-72.66969992933305,41.77626749113924],[-72.66940892922032,41.77595549108831],[-72.66931292918314,41.775852491071504],[-72.66916892912589,41.77567249104135],[-72.6689619290435,41.775412490997766],[-72.6688079289748,41.77508949094031],[-72.66870892893067,41.774882490903494],[-72.66868292890486,41.77458049084598],[-72.66860492882756,41.773675490673625],[-72.66858692880957,41.77346449063342],[-72.66857892880182,41.7733744906163],[-72.66858292879887,41.77330049060187],[-72.6683449286674,41.77236049042787],[-72.66835192866644,41.772303490416654],[-72.66753692824626,41.76960748992186],[-72.6671919281315,41.76956648992503],[-72.66673592797991,41.76951448992964],[-72.66568492763903,41.76954248996881],[-72.66504392742975,41.76953548998805],[-72.66501692742094,41.76953548998892],[-72.66493492739423,41.76953548999154],[-72.66490892738581,41.76953648999258],[-72.66491692737924,41.769376489961395],[-72.66494992735593,41.76878248984556],[-72.66507292726655,41.76652348940504],[-72.66511492723707,41.76577048925816],[-72.66435892690973,41.764357489009356],[-72.6634669265235,41.76268948871562],[-72.66209192592821,41.76011948826303],[-72.66181892580997,41.75960848817303],[-72.6616779257489,41.759344488126516],[-72.66153692568791,41.75908148808022],[-72.66143692564461,41.758894488047275],[-72.66133692560129,41.75870748801434],[-72.66022492519075,41.7578654878873],[-72.65803692438284,41.75620748763703],[-72.6569709239803,41.755243487484904],[-72.65593692358983,41.75430848733733]]]},"properties":{"name":5021,"geoid":"09003502100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.71615194385842,41.76563248758994],[-72.71626094389369,41.76562848758565],[-72.71653194398091,41.76560948757326],[-72.71740094426069,41.765551487534076],[-72.71767194434794,41.76553348752186],[-72.71805294447064,41.76550848750476],[-72.71845494459998,41.76548048748641],[-72.71966294498883,41.76539848743166],[-72.72006594511856,41.76537148741347],[-72.7200869451253,41.7653694874124],[-72.72015294514651,41.7653644874093],[-72.72017594515395,41.76536348740837],[-72.72043394523698,41.76534548739658],[-72.72120694548586,41.76529448736183],[-72.72146594556928,41.76527748735021],[-72.72245894588963,41.76522248730759],[-72.72255694592099,41.76521248730249],[-72.7226569459532,41.765206487298116],[-72.72274994598362,41.7652084872955],[-72.7230739460878,41.765184487280436],[-72.7242599464698,41.76510848722754],[-72.72442694652341,41.765094487219464],[-72.72507594673183,41.765042487188495],[-72.7254889468649,41.76501648717017],[-72.72634494714015,41.76495348713043],[-72.72660394722332,41.76493248711802],[-72.72693794733057,41.76490548710205],[-72.7273789474711,41.764850487077204],[-72.72763694755331,41.764818487062705],[-72.72790394763908,41.76479748705005],[-72.72852494783868,41.764750487020976],[-72.72870594789626,41.764726487010485],[-72.72897194798092,41.764691486995154],[-72.72913294803227,41.76467248698629],[-72.72926494807378,41.76464648697702],[-72.73013894834891,41.7644794869166],[-72.73043094844087,41.764424486896544],[-72.73048594845832,41.76441648689323],[-72.73065294851145,41.76439448688359],[-72.73070894852934,41.76438848688064],[-72.73102694862952,41.764328486858794],[-72.73198194893021,41.76414748679305],[-72.73230094903076,41.76408848677137],[-72.73235494904765,41.764076486767294],[-72.73251894909895,41.764039486754875],[-72.73257394911623,41.76402848675098],[-72.73275994917509,41.76399848673918],[-72.73331794935183,41.763910486704205],[-72.73350494941106,41.76388148669256],[-72.73361794944644,41.76385648668409],[-72.7339589495534,41.763784486659205],[-72.7340729495892,41.763761486651084],[-72.73428194965506,41.763722486636816],[-72.73491094985334,41.7636074865943],[-72.73512094991962,41.76357048658039],[-72.73523194995458,41.763549486572764],[-72.73556595005988,41.763488486550216],[-72.73567795009527,41.76346948654293],[-72.73592195017223,41.76342548652655],[-72.73665295040287,41.76329548647788],[-72.73689795048021,41.76325248646168],[-72.7371589505618,41.76319248644167],[-72.73718995057149,41.76318548643931],[-72.73775495074909,41.76307348639945],[-72.73794495080813,41.76302348638368],[-72.73820495088903,41.76295748636254],[-72.73830295091939,41.762930486354165],[-72.73859795101079,41.76284848632882],[-72.73869695104153,41.7628224863206],[-72.7389459511187,41.76275348629924],[-72.73954095130313,41.76259048624856],[-72.7396959513516,41.762555486236806],[-72.73994895143088,41.762500486218016],[-72.74032395154786,41.76241048618855],[-72.74063295164432,41.76233748616447],[-72.74144295189534,41.76211448609527],[-72.74181495201066,41.76201248606357],[-72.7418319520254,41.76217248609393],[-72.74185695204649,41.76239748613661],[-72.74186095206264,41.76265548618634],[-72.74186395207292,41.762817486217536],[-72.7418749520838,41.76294448624172],[-72.74190795211659,41.76332748631466],[-72.74191895212755,41.76345548633904],[-72.74198295217478,41.763914486425655],[-72.74202795220802,41.76423748648662],[-72.74234495236985,41.76525548667308],[-72.74248295244027,41.76569848675423],[-72.74252195246092,41.765836486779634],[-72.74257095248677,41.766008486811295],[-72.74260695251289,41.76625848685841],[-72.74262795252795,41.76640148688538],[-72.74265295255164,41.76667148693673],[-72.74273095262377,41.76748348709108],[-72.74275695264782,41.7677544871426],[-72.74282695268748,41.76804748719695],[-72.74288395271968,41.76828448724091],[-72.74299795279427,41.76893548736299],[-72.7430509528287,41.76923348741886],[-72.74281695275297,41.76924248742813],[-72.74211795252704,41.769273487456665],[-72.74188495245171,41.76928348746611],[-72.7417379524039,41.76928448747104],[-72.74129795226096,41.7692914874866],[-72.7411519522135,41.769293487491666],[-72.7410739521881,41.76929348749419],[-72.7408399521121,41.76929748750253],[-72.74076295208712,41.76929948750538],[-72.74052395200972,41.76930748751464],[-72.73980795177809,41.76933548754313],[-72.73956995170113,41.76934548755274],[-72.73933595162552,41.76935648756241],[-72.73863595139954,41.76939248759192],[-72.73840295132433,41.76940448760177],[-72.7382379512708,41.76940848760787],[-72.7377429511104,41.76942348762671],[-72.73757895105727,41.769428487632965],[-72.73751495103647,41.769429487635215],[-72.73732495097494,41.76943548764251],[-72.73726195095453,41.76943748764492],[-72.73704795088508,41.76944248765279],[-72.73640895067801,41.769461487677056],[-72.73619595060903,41.769468487685266],[-72.73608495057331,41.7694764876904],[-72.73575595046763,41.769502487706035],[-72.73564595043231,41.76951148771133],[-72.7354739503764,41.76951348771724],[-72.73495995020953,41.76952348773575],[-72.73478895015397,41.76952648774183],[-72.73470195012588,41.76953048774541],[-72.73444195004197,41.7695444877565],[-72.73435595001423,41.76954948776022],[-72.73417994995708,41.76955248776649],[-72.7336519497857,41.76956348778564],[-72.73347694972891,41.76956748779205],[-72.73338994970092,41.769573487796016],[-72.73312994961731,41.76959248780806],[-72.73304394958969,41.769599487812194],[-72.73273794949051,41.769608487823795],[-72.73182294919404,41.76963648785868],[-72.73151894909556,41.76964648787043],[-72.73125094900861,41.769652487880215],[-72.73044694874783,41.76967248790999],[-72.73017994866123,41.76967948791995],[-72.72886494823697,41.769751487976244],[-72.72728194772537,41.76982348804116],[-72.72716694768785,41.769822488044674],[-72.72682394757605,41.76982148805553],[-72.72670994753891,41.76982148805919],[-72.72646294745896,41.769830488068905],[-72.72572294721965,41.76986148809874],[-72.72547694714014,41.76987248810879],[-72.72542394712316,41.76987748811147],[-72.72526494707245,41.76989648812025],[-72.72521294705585,41.76990248812308],[-72.72516394704019,41.769907488125625],[-72.72502094699452,41.76992348813332],[-72.72497294697921,41.769929488136036],[-72.7244199468021,41.76998248816409],[-72.72276094627095,41.770145488249035],[-72.7222089460943,41.770200488277446],[-72.72210394606064,41.77021048828276],[-72.72179194596086,41.77024248829898],[-72.72168794592761,41.77025348830447],[-72.72149994586755,41.77027448831458],[-72.72093594568747,41.77033848834514],[-72.72074894562782,41.770360488355394],[-72.72042394552372,41.77039148837184],[-72.71945094521217,41.77048648842155],[-72.71912694510846,41.770518488438164],[-72.71791994472306,41.77065548850351],[-72.71647094425967,41.77080648857935],[-72.71646794425654,41.77076948857231],[-72.7164219442072,41.77017148845826],[-72.71639694418003,41.769840488395104],[-72.71628994406461,41.76843848812767],[-72.71622394396547,41.76708748786876],[-72.71615194385842,41.76563248758994]]]},"properties":{"name":4971,"geoid":"09003497100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.74094695313957,41.786542490829866],[-72.74054195300808,41.786550490844476],[-72.73999295282984,41.7865614908643],[-72.7399119528034,41.78656049086672],[-72.73954595268395,41.786557490877954],[-72.7393299526133,41.78655249088395],[-72.73892595248114,41.786543490895255],[-72.73872595241582,41.786540490901125],[-72.73812595221997,41.7865344909193],[-72.73792595215468,41.78653249092538],[-72.73784895212938,41.78652849092708],[-72.73761995205417,41.78651849093254],[-72.73754395202926,41.78651549093441],[-72.73735995196907,41.78651149093958],[-72.73680795178852,41.78649949095507],[-72.73662395172839,41.78649649096041],[-72.73656195170814,41.786495490962224],[-72.73637895164835,41.786492490967554],[-72.73631795162841,41.78649149096931],[-72.7361249515653,41.78648749097477],[-72.73554795137665,41.786476490991255],[-72.7353559513139,41.786473490996876],[-72.73530195129615,41.786470490998035],[-72.73513995124286,41.78646149100153],[-72.73508595122514,41.78645949100287],[-72.73479295112928,41.78645249101095],[-72.73391395084178,41.786433491035645],[-72.73362095074596,41.78642749104393],[-72.73342095068033,41.78641949104884],[-72.73282195048378,41.78639549106352],[-72.73262295041847,41.78638749106838],[-72.73256595039985,41.78638649107003],[-72.73239795034493,41.786383491074865],[-72.73234195032663,41.78638249107648],[-72.73209595024579,41.78637049108211],[-72.73170595011767,41.78635249109119],[-72.73135995000408,41.78633749109945],[-72.73111494992361,41.78632649110524],[-72.73093794986548,41.7863184911094],[-72.7304079496914,41.78629449112186],[-72.73023194963366,41.786287491126174],[-72.73015194960735,41.786283491127975],[-72.7299149495295,41.786272491133474],[-72.7298359495036,41.78626949113546],[-72.7295659494143,41.78624649113973],[-72.72875894914756,41.78618049115299],[-72.72848994905863,41.78615849115742],[-72.72760194876618,41.78610449117562],[-72.72725194865122,41.786088491183804],[-72.72624594831979,41.786025491204086],[-72.72602494824697,41.786011491208505],[-72.72493894789035,41.78596349123424],[-72.72415494763398,41.78594749125641],[-72.723848947536,41.78597749127207],[-72.72248394710336,41.7861884913568],[-72.72192794692937,41.786313491398865],[-72.721765946879,41.786355491412195],[-72.72084194658801,41.78653049147577],[-72.71920294607182,41.78684149158865],[-72.71891294598032,41.78689349160805],[-72.7185609458693,41.78695749163173],[-72.7182659457763,41.78701149165167],[-72.71804194570508,41.78704249166486],[-72.71775094561268,41.78708449168235],[-72.71724294545031,41.787139491709354],[-72.7167889453053,41.78719049173384],[-72.71624694512828,41.78718349174995],[-72.71571594495498,41.78717849176608],[-72.71565094493378,41.78717849176817],[-72.71520594478802,41.78716549178001],[-72.71503094465284,41.785806491523196],[-72.71471994441171,41.78337549106371],[-72.71448494424065,41.78173249075394],[-72.71429094409947,41.78037649049828],[-72.71423094406245,41.7800724904415],[-72.71413394400226,41.779575490348634],[-72.71405194395174,41.779161490271285],[-72.71399294391509,41.77885849021467],[-72.71390294380326,41.77742348994037],[-72.71397194381082,41.777163489887926],[-72.7144989439897,41.777288489895106],[-72.71563494436946,41.77745548989077],[-72.71635794461031,41.77754748988525],[-72.71837794528336,41.77780648987021],[-72.71852994533405,41.777826489869156],[-72.71925394557557,41.777924489864766],[-72.71958594568629,41.77796848986258],[-72.72058194601857,41.77810348985656],[-72.72091494612965,41.77814848985453],[-72.72144494630602,41.77821248984981],[-72.7230379468361,41.77840448983558],[-72.72356994701312,41.778468489830786],[-72.72377194708015,41.77848948982833],[-72.72437794728138,41.77855548982156],[-72.72440394729003,41.778558489821286],[-72.72458094734868,41.77857548981887],[-72.72490294745405,41.77858348981004],[-72.72587094777099,41.77861048978407],[-72.72619394787674,41.77861948977539],[-72.7264929479748,41.778630489767885],[-72.72739194826967,41.77866448974547],[-72.7276919483681,41.77867648973811],[-72.72799094846599,41.77868448973003],[-72.72888794875975,41.77871048970614],[-72.729187948858,41.778719489698204],[-72.72930294889565,41.77872248969508],[-72.729648949009,41.778733489686054],[-72.72976494904704,41.77873748968308],[-72.73003794913656,41.778747489676235],[-72.73085894940594,41.77878048965612],[-72.73113294949586,41.77879148964942],[-72.73138694957862,41.77879148964122],[-72.7321499498272,41.77879148961663],[-72.73240494991029,41.7787914896084],[-72.73257194996526,41.77880148960496],[-72.73307295013026,41.77883248959479],[-72.73324095018565,41.778843489591516],[-72.73332895021443,41.778845489589045],[-72.73359595030178,41.77885148958159],[-72.73368495033094,41.77885448957931],[-72.73393595041318,41.77886248957277],[-72.73468995066023,41.77888648955309],[-72.73494195074284,41.778895489546706],[-72.7367489513352,41.778958489500596],[-72.73710795145291,41.77897148949154],[-72.73715295147919,41.77917348952911],[-72.73743295164358,41.780444489765564],[-72.73764795176129,41.78127248991854],[-72.73786495187545,41.78202749005735],[-72.73792995190855,41.78223449009525],[-72.73800095194072,41.78239149012326],[-72.73809195197889,41.78253949014892],[-72.73813495199664,41.782604490160075],[-72.73818095201553,41.782672490171734],[-72.73831395206733,41.78281949019583],[-72.73837895209192,41.78287849020512],[-72.73842195210817,41.782917490211275],[-72.7386839522066,41.78314449024668],[-72.73932895244893,41.78370349033382],[-72.73936395246213,41.783734490338674],[-72.73975395260801,41.784061490389234],[-72.74032395282362,41.78458049047107],[-72.74044895287442,41.78475549050085],[-72.74053495290936,41.784875490521245],[-72.74065195295852,41.78506749055455],[-72.74076795300891,41.7852864905931],[-72.74077795301356,41.78531049059741],[-72.740863953053,41.78550849063287],[-72.74091995308304,41.78571349067065],[-72.74095795310349,41.785853490696454],[-72.74098495312053,41.785996490723214],[-72.74099795313349,41.78614849075214],[-72.7410079531481,41.78634549078985],[-72.74101195315384,41.7864224908046],[-72.74094695313957,41.786542490829866]]]},"properties":{"name":4972,"geoid":"09003497200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.74094695313957,41.786542490829866],[-72.74093695316027,41.786958490910514],[-72.74094395317091,41.787103490938286],[-72.74096595318343,41.787196490955544],[-72.74097495318827,41.78722949096161],[-72.74111095324777,41.78749349100822],[-72.74132695333388,41.787766491053944],[-72.74225195368722,41.788668491198294],[-72.7424469537617,41.78885849122868],[-72.74269795386036,41.789151491277174],[-72.74281795390976,41.789330491307844],[-72.74286295392834,41.78939849131954],[-72.74298995398269,41.78962349135888],[-72.74307495402213,41.78982749139553],[-72.74310295403608,41.78991149141084],[-72.74317395407103,41.790116491448124],[-72.74321995409773,41.790319491485846],[-72.7432199540979,41.79032249148642],[-72.74324495412114,41.79058449153621],[-72.74324395413663,41.79085949158933],[-72.74323195413832,41.79095649160845],[-72.74320695414232,41.79116749165],[-72.74310195413186,41.79157949173293],[-72.74291695411374,41.79231149188024],[-72.7428709541142,41.79257949193346],[-72.74284995412164,41.792827491982024],[-72.74284395412413,41.792904491997064],[-72.74284195414359,41.79325349206453],[-72.74286995417097,41.79357049212482],[-72.74289695418877,41.79372649215407],[-72.74291795420261,41.79384849217694],[-72.74300895425037,41.79416249223464],[-72.74312895430785,41.79448149229235],[-72.74328995437898,41.7948054923497],[-72.74343195443913,41.79504649239164],[-72.74352995448064,41.79521249242053],[-72.74369395454748,41.795445492460225],[-72.74382895460187,41.79562549249062],[-72.74423495476526,41.796165492581764],[-72.74437095482003,41.796346492612315],[-72.74451595487827,41.79653749264452],[-72.74495195505335,41.797110492741055],[-72.74509795511194,41.79730149277321],[-72.74579495539128,41.798207492925634],[-72.74594195545289,41.79844549296682],[-72.74609495552022,41.79874849302038],[-72.74627595560483,41.79919349310044],[-72.74638495567443,41.799784493211],[-72.74643195570438,41.80003849325852],[-72.74672295588128,41.80146249352399],[-72.74673795589138,41.80155249354089],[-72.74684095595912,41.80214549365202],[-72.74715795606035,41.80210949363484],[-72.74810995636439,41.80200249358344],[-72.74842795646599,41.80196749356643],[-72.7487919565828,41.801936493548695],[-72.74885495660307,41.8019314935457],[-72.74917995670856,41.80192449353387],[-72.74920495671677,41.80192549353325],[-72.74953695682579,41.801940493525414],[-72.74981095691457,41.80193149351484],[-72.74988895693953,41.801923493510785],[-72.7500289569844,41.80191049350375],[-72.75025295705578,41.80188249349113],[-72.7503609571092,41.802198493548616],[-72.75058995722209,41.802862493669394],[-72.75065595726049,41.80315549372382],[-72.75073095730379,41.80348249378451],[-72.75073995732156,41.803739493833824],[-72.75076895737558,41.80451249398208],[-72.75077895739372,41.80477049403154],[-72.75078195740254,41.80490649405771],[-72.7507899574202,41.8051674941078],[-72.75078395742683,41.80531649413677],[-72.75078395742717,41.805322494137926],[-72.75076995743017,41.80545349416366],[-72.75081495745013,41.80554549417995],[-72.75095395751153,41.80582449422933],[-72.75102395753868,41.805899494241515],[-72.7509429575129,41.80591049424628],[-72.75070195743639,41.80594549426081],[-72.75062195741107,41.8059584942659],[-72.74858495674896,41.80598749433727],[-72.74793195653675,41.80599749436028],[-72.74679195616625,41.80601449440035],[-72.74598995590559,41.80602649442855],[-72.7449559555695,41.806041494464836],[-72.74247595476342,41.806077494551836],[-72.74043995410167,41.806107494623326],[-72.7402889540527,41.80611149462897],[-72.7396869538575,41.80612849465169],[-72.7347769522656,41.80627049483753],[-72.73111195107742,41.806377494976395],[-72.72943195053274,41.80642649504005],[-72.7288399503405,41.80643849506146],[-72.72706694976489,41.80647649512598],[-72.72655094959742,41.80648849514495],[-72.7264759495731,41.806490495147735],[-72.72637794954122,41.806491495151086],[-72.7262919495132,41.806491495153864],[-72.72574194933405,41.806493495172006],[-72.72555894927453,41.80649549517829],[-72.72543894923594,41.806504495183894],[-72.72519394915639,41.806509495192756],[-72.72507494911773,41.806511495196986],[-72.72433694887796,41.8065244952233],[-72.72362194864586,41.806540495249436],[-72.72313794848876,41.80655149526716],[-72.7228819484055,41.80655449527601],[-72.72211494815612,41.80656449530265],[-72.72185994807325,41.80656849531165],[-72.72158794798506,41.80657649532197],[-72.72077394772127,41.80660249535323],[-72.72076994772003,41.80660349535354],[-72.72052594763423,41.806494495340374],[-72.71910294717294,41.80653749539456],[-72.71908294716626,41.80653449539463],[-72.71907094716235,41.806534495395006],[-72.71895794712368,41.80650249539248],[-72.7175909466856,41.806631495461446],[-72.71770794665359,41.805413495222574],[-72.71801994656998,41.802195494591324],[-72.71794694652137,41.801764494510486],[-72.71789794648853,41.8014714944555],[-72.7170809461973,41.801037494398045],[-72.717058946183,41.800913494374804],[-72.71699294614005,41.800541494305136],[-72.71697194612625,41.80042049428245],[-72.7169719461261,41.800417494281874],[-72.71668594594279,41.79885249398896],[-72.71667894593827,41.79881349398164],[-72.71666494593012,41.79875149397013],[-72.71648094582297,41.79793149381776],[-72.71640194577695,41.79757949375233],[-72.7158869454773,41.7952884933266],[-72.7158539454579,41.79513849329871],[-72.71576494538616,41.79439549315812],[-72.71571194533661,41.793834493051506],[-72.7156009452311,41.7926294928224],[-72.71555594518892,41.792151492731556],[-72.71550494514003,41.79159049262488],[-72.71546694511746,41.79141349259193],[-72.71543294509722,41.79125449256231],[-72.71535594505075,41.79088249249296],[-72.71531894502856,41.79070649246018],[-72.7152869450099,41.790563492433584],[-72.71519394495509,41.79013749235433],[-72.71516294493681,41.789995492327904],[-72.71516094493082,41.789902492310006],[-72.71515794491378,41.78962349225621],[-72.71515694490812,41.789530492238306],[-72.71513694488566,41.78925349218545],[-72.71507994481934,41.788423492027015],[-72.71506094479727,41.78814749197432],[-72.71508994479538,41.787950491935334],[-72.71510194479423,41.78786249191796],[-72.71517594478952,41.78736149181883],[-72.71520594478802,41.78716549178001],[-72.71565094493378,41.78717849176817],[-72.71571594495498,41.78717849176608],[-72.71624694512828,41.78718349174995],[-72.7167889453053,41.78719049173384],[-72.71724294545031,41.787139491709354],[-72.71775094561268,41.78708449168235],[-72.71804194570508,41.78704249166486],[-72.7182659457763,41.78701149165167],[-72.7185609458693,41.78695749163173],[-72.71891294598032,41.78689349160805],[-72.71920294607182,41.78684149158865],[-72.72084194658801,41.78653049147577],[-72.721765946879,41.786355491412195],[-72.72192794692937,41.786313491398865],[-72.72248394710336,41.7861884913568],[-72.723848947536,41.78597749127207],[-72.72415494763398,41.78594749125641],[-72.72493894789035,41.78596349123424],[-72.72602494824697,41.786011491208505],[-72.72624594831979,41.786025491204086],[-72.72725194865122,41.786088491183804],[-72.72760194876618,41.78610449117562],[-72.72848994905863,41.78615849115742],[-72.72875894914756,41.78618049115299],[-72.7295659494143,41.78624649113973],[-72.7298359495036,41.78626949113546],[-72.7299149495295,41.786272491133474],[-72.73015194960735,41.786283491127975],[-72.73023194963366,41.786287491126174],[-72.7304079496914,41.78629449112186],[-72.73093794986548,41.7863184911094],[-72.73111494992361,41.78632649110524],[-72.73135995000408,41.78633749109945],[-72.73170595011767,41.78635249109119],[-72.73209595024579,41.78637049108211],[-72.73234195032663,41.78638249107648],[-72.73239795034493,41.786383491074865],[-72.73256595039985,41.78638649107003],[-72.73262295041847,41.78638749106838],[-72.73282195048378,41.78639549106352],[-72.73342095068033,41.78641949104884],[-72.73362095074596,41.78642749104393],[-72.73391395084178,41.786433491035645],[-72.73479295112928,41.78645249101095],[-72.73508595122514,41.78645949100287],[-72.73513995124286,41.78646149100153],[-72.73530195129615,41.786470490998035],[-72.7353559513139,41.786473490996876],[-72.73554795137665,41.786476490991255],[-72.7361249515653,41.78648749097477],[-72.73631795162841,41.78649149096931],[-72.73637895164835,41.786492490967554],[-72.73656195170814,41.786495490962224],[-72.73662395172839,41.78649649096041],[-72.73680795178852,41.78649949095507],[-72.73735995196907,41.78651149093958],[-72.73754395202926,41.78651549093441],[-72.73761995205417,41.78651849093254],[-72.73784895212938,41.78652849092708],[-72.73792595215468,41.78653249092538],[-72.73812595221997,41.7865344909193],[-72.73872595241582,41.786540490901125],[-72.73892595248114,41.786543490895255],[-72.7393299526133,41.78655249088395],[-72.73954595268395,41.786557490877954],[-72.7399119528034,41.78656049086672],[-72.73999295282984,41.7865614908643],[-72.74054195300808,41.786550490844476],[-72.74094695313957,41.786542490829866]]]},"properties":{"name":4973,"geoid":"09003497300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.73710795145291,41.77897148949154],[-72.74020995246889,41.779064489409464],[-72.74072395263718,41.77907848939561],[-72.74226895314295,41.77912048935387],[-72.74278395331162,41.77913548934017],[-72.74320395344924,41.779149489329335],[-72.74446695386315,41.77919148929669],[-72.7448879540011,41.779205489285815],[-72.7461449544138,41.7792604892559],[-72.74604895436208,41.77890548919043],[-72.74592795429663,41.77845348910704],[-72.7459179542913,41.7784174891004],[-72.74588895427576,41.77831148908088],[-72.74587995427082,41.77827648907439],[-72.74583095424495,41.77810448904277],[-72.74568495416784,41.77759148894839],[-72.74563695414236,41.777420488916896],[-72.74559095411631,41.77722848888131],[-72.74545495403885,41.77665248877444],[-72.74540995401313,41.7764604887388],[-72.74540395400886,41.776420488731276],[-72.74538695399656,41.77630248870902],[-72.74538195399266,41.776263488701666],[-72.74535795397288,41.77605548866225],[-72.74528895391448,41.775431488543944],[-72.74526595389509,41.775224488504705],[-72.74525995389047,41.77517848849602],[-72.74524195387684,41.77504348847052],[-72.74523695387262,41.774998488461996],[-72.74518095382616,41.77450848836916],[-72.7450539537273,41.773509488180274],[-72.74496495368443,41.773268488136594],[-72.7448229536159,41.772881488066425],[-72.74477395359274,41.77275648804387],[-72.7443749534193,41.77200148791088],[-72.74422495335524,41.771737487864726],[-72.74418095333688,41.771667487852625],[-72.74403195327446,41.77142648781088],[-72.74361095309926,41.77076548769674],[-72.74357195308198,41.77068548768256],[-72.7434049530076,41.770338487620926],[-72.74332395296862,41.770119487581226],[-72.74316795289339,41.769695487504336],[-72.74310795286021,41.76945848746049],[-72.7430509528287,41.76923348741886],[-72.7433959529386,41.769190487399435],[-72.7434899529686,41.76917948739427],[-72.74442295326183,41.76899348732825],[-72.74476495336934,41.768925487304074],[-72.74498095343746,41.768886487289585],[-72.74562995364226,41.76877148724644],[-72.74584695371077,41.76873348723209],[-72.7460649537796,41.76869548721773],[-72.74672195398699,41.76858048717431],[-72.7469409540562,41.7685434871601],[-72.74714795412146,41.768505487146086],[-72.74776895431714,41.76839048710384],[-72.74797595438245,41.76835348709002],[-72.74809495441995,41.76833148708192],[-72.74845495453354,41.76826748705796],[-72.74857595457176,41.76824648704998],[-72.74871995461716,41.76822048704033],[-72.7491519547534,41.76814248701131],[-72.7492969547992,41.76811748700181],[-72.74931495480483,41.76811348700046],[-72.74936795482152,41.76810348699682],[-72.74938695482754,41.76810048699563],[-72.7495609548824,41.76806848698384],[-72.74958695489056,41.76806348698203],[-72.7501899550806,41.767952486941134],[-72.75039095514401,41.7679164869277],[-72.75069795524091,41.76786248690736],[-72.75161895553171,41.767702486846744],[-72.75192695562902,41.76764948682656],[-72.7521809557091,41.767603486809485],[-72.75294395594976,41.76746648675841],[-72.75319895603025,41.76742148674148],[-72.75356195614468,41.76735548671703],[-72.7546529564888,41.76715948664396],[-72.7550169566037,41.767095486619844],[-72.75530795669543,41.767042486600225],[-72.75618395697181,41.76688648654182],[-72.75647595706398,41.76683548652255],[-72.75663395711442,41.76681748651397],[-72.7571099572665,41.76676548648857],[-72.75726895731731,41.766748486480154],[-72.75744495737354,41.7667294864708],[-72.75797695754368,41.766674486443016],[-72.75815395760029,41.76665648643383],[-72.75861495774382,41.76654148639672],[-72.75880795780387,41.76649248638104],[-72.75968995807864,41.76627448631046],[-72.76025495825456,41.76613348626498],[-72.76046095831877,41.76608348624867],[-72.76088095845006,41.765987486216574],[-72.7629059590812,41.7654924860556],[-72.76324195918694,41.76542848603238],[-72.7636319593141,41.7654304860202],[-72.76393895941715,41.76548348602051],[-72.76427095953122,41.7655864860297],[-72.76444195959216,41.76567748604175],[-72.7645729596388,41.76574648605085],[-72.76456895963837,41.765761486053876],[-72.76472195969482,41.76587648607116],[-72.76491395985711,41.76760848639957],[-72.76500495990403,41.76790848645458],[-72.76501395990957,41.76795348646297],[-72.76509895996234,41.768389486544464],[-72.76512895998404,41.768596486583476],[-72.76515896000569,41.768802486622306],[-72.765174960034,41.76920348669925],[-72.76517396003482,41.76922348670314],[-72.76517196004626,41.76943348674377],[-72.76513496004596,41.769637486784376],[-72.76502296004475,41.77024948690621],[-72.76498696004482,41.77045448694698],[-72.7649119600561,41.77107448706915],[-72.76486696006322,41.771452487143605],[-72.76484496006833,41.771665487185466],[-72.76482596007284,41.771851487222015],[-72.7648139600959,41.772319487312785],[-72.76485996013284,41.77270048738491],[-72.76491696016481,41.77293348742806],[-72.76495596018675,41.77309348745771],[-72.76507496025116,41.773538487539824],[-72.76510996026964,41.77366148756245],[-72.76521796032618,41.774032487630635],[-72.76525396034506,41.77415648765341],[-72.76527596036279,41.77433948768804],[-72.76534196041607,41.77489148779253],[-72.76536396043385,41.775075487827365],[-72.76537096044642,41.7752544878617],[-72.76539296048465,41.775793487965096],[-72.76540096049764,41.775973487999615],[-72.76546396057556,41.776969488189934],[-72.76548996060829,41.7773904882704],[-72.76575996094142,41.78164448908321],[-72.76584996105247,41.783062489354116],[-72.76587796108397,41.78345048942814],[-72.76596196117859,41.78461748965078],[-72.76599096121046,41.78500648972495],[-72.76603396125181,41.785480489815086],[-72.76606796128405,41.785847489884844],[-72.7661909613849,41.78690149008439],[-72.76619996139213,41.786976490098574],[-72.76624696143045,41.78737549017411],[-72.76602696135718,41.78734749017579],[-72.76564596123039,41.787301490179225],[-72.765366961138,41.78727549018322],[-72.76531396112044,41.78727049018396],[-72.76514696106518,41.78725549018646],[-72.76501496102148,41.787243490188395],[-72.76444396083204,41.787184490195436],[-72.76260696022283,41.78699849021885],[-72.76233696013325,41.78697049022216],[-72.76163495990046,41.78689949023113],[-72.76112395973117,41.78685049023816],[-72.76101695969572,41.7868404902397],[-72.75934895914308,41.78668049026264],[-72.75916295908151,41.78666349026536],[-72.75854595887712,41.7866054902741],[-72.75766495858525,41.786521490286326],[-72.75636295815404,41.78639949030479],[-72.75624195811403,41.78638949030677],[-72.75577095795765,41.786338490312126],[-72.75477595762695,41.786225490322416],[-72.75356595722512,41.786093490335986],[-72.75318195709772,41.78605349034065],[-72.75235395682225,41.78595449034826],[-72.7514399565176,41.785835490354785],[-72.75096995636102,41.78577549035836],[-72.75022695611467,41.785701490368055],[-72.74954095588923,41.785667490383624],[-72.74868495561108,41.785680490413775],[-72.74776395531187,41.78569549044637],[-72.74762195526682,41.785716490455016],[-72.74747195521925,41.785739490464294],[-72.74719495512988,41.78575449047613],[-72.74705295508409,41.78576249048226],[-72.74678695499851,41.78578149049451],[-72.74667195496156,41.785790490499956],[-72.74662095494517,41.78579449050239],[-72.74623195482397,41.78589049053347],[-72.74600395475134,41.78591949054642],[-72.74574095466768,41.78595449056165],[-72.74550595459283,41.785984490575046],[-72.74480395436946,41.786077490615654],[-72.74456995429502,41.786108490629196],[-72.74441295424508,41.7861294906383],[-72.74394395409605,41.78619549066619],[-72.74378795404658,41.78621849067566],[-72.74322095386631,41.786296490709006],[-72.74204195349162,41.7864604907787],[-72.7416919533795,41.78649349079636],[-72.7415169533231,41.78650449080415],[-72.74094695313957,41.786542490829866],[-72.74101195315384,41.7864224908046],[-72.7410079531481,41.78634549078985],[-72.74099795313349,41.78614849075214],[-72.74098495312053,41.785996490723214],[-72.74095795310349,41.785853490696454],[-72.74091995308304,41.78571349067065],[-72.740863953053,41.78550849063287],[-72.74077795301356,41.78531049059741],[-72.74076795300891,41.7852864905931],[-72.74065195295852,41.78506749055455],[-72.74053495290936,41.784875490521245],[-72.74044895287442,41.78475549050085],[-72.74032395282362,41.78458049047107],[-72.73975395260801,41.784061490389234],[-72.73936395246213,41.783734490338674],[-72.73932895244893,41.78370349033382],[-72.7386839522066,41.78314449024668],[-72.73842195210817,41.782917490211275],[-72.73837895209192,41.78287849020512],[-72.73831395206733,41.78281949019583],[-72.73818095201553,41.782672490171734],[-72.73813495199664,41.782604490160075],[-72.73809195197889,41.78253949014892],[-72.73800095194072,41.78239149012326],[-72.73792995190855,41.78223449009525],[-72.73786495187545,41.78202749005735],[-72.73764795176129,41.78127248991854],[-72.73743295164358,41.780444489765564],[-72.73715295147919,41.77917348952911],[-72.73710795145291,41.77897148949154]]]},"properties":{"name":4974,"geoid":"09003497400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.76739296283755,41.80529349359586],[-72.76687296266803,41.80529249361246],[-72.76619296244642,41.80529149363425],[-72.76543896220107,41.805297493659765],[-72.7653129621603,41.805302493664804],[-72.76479396199264,41.80532749368639],[-72.76366096162491,41.80535249372782],[-72.76242696122448,41.805381493773275],[-72.761284960856,41.80544449382235],[-72.76126196084861,41.80544649382347],[-72.76026696052504,41.80545749385772],[-72.759134960157,41.80547149389699],[-72.75879296004682,41.80549349391229],[-72.75776595971597,41.80555949395821],[-72.7574249596062,41.805582493973645],[-72.75579695907744,41.80561249403201],[-72.75558095900726,41.805616494039775],[-72.7553639589368,41.805620494047545],[-72.7543759586159,41.80563849408292],[-72.75310495819872,41.80558649411393],[-72.75259395803307,41.805601494133334],[-72.75102395753868,41.805899494241515],[-72.75095395751153,41.80582449422933],[-72.75081495745013,41.80554549417995],[-72.75076995743017,41.80545349416366],[-72.75078395742717,41.805322494137926],[-72.75078395742683,41.80531649413677],[-72.7507899574202,41.8051674941078],[-72.75078195740254,41.80490649405771],[-72.75077895739372,41.80477049403154],[-72.75076895737558,41.80451249398208],[-72.75073995732156,41.803739493833824],[-72.75073095730379,41.80348249378451],[-72.75065595726049,41.80315549372382],[-72.75058995722209,41.802862493669394],[-72.7503609571092,41.802198493548616],[-72.75025295705578,41.80188249349113],[-72.7500289569844,41.80191049350375],[-72.74988895693953,41.801923493510785],[-72.74981095691457,41.80193149351484],[-72.74953695682579,41.801940493525414],[-72.74920495671677,41.80192549353325],[-72.74917995670856,41.80192449353387],[-72.74885495660307,41.8019314935457],[-72.7487919565828,41.801936493548695],[-72.74842795646599,41.80196749356643],[-72.74810995636439,41.80200249358344],[-72.74715795606035,41.80210949363484],[-72.74684095595912,41.80214549365202],[-72.74673795589138,41.80155249354089],[-72.74672295588128,41.80146249352399],[-72.74643195570438,41.80003849325852],[-72.74638495567443,41.799784493211],[-72.74627595560483,41.79919349310044],[-72.74609495552022,41.79874849302038],[-72.74594195545289,41.79844549296682],[-72.74579495539128,41.798207492925634],[-72.74509795511194,41.79730149277321],[-72.74495195505335,41.797110492741055],[-72.74451595487827,41.79653749264452],[-72.74437095482003,41.796346492612315],[-72.74423495476526,41.796165492581764],[-72.74382895460187,41.79562549249062],[-72.74369395454748,41.795445492460225],[-72.74352995448064,41.79521249242053],[-72.74343195443913,41.79504649239164],[-72.74328995437898,41.7948054923497],[-72.74312895430785,41.79448149229235],[-72.74300895425037,41.79416249223464],[-72.74291795420261,41.79384849217694],[-72.74289695418877,41.79372649215407],[-72.74286995417097,41.79357049212482],[-72.74284195414359,41.79325349206453],[-72.74284395412413,41.792904491997064],[-72.74284995412164,41.792827491982024],[-72.7428709541142,41.79257949193346],[-72.74291695411374,41.79231149188024],[-72.74310195413186,41.79157949173293],[-72.74320695414232,41.79116749165],[-72.74323195413832,41.79095649160845],[-72.74324395413663,41.79085949158933],[-72.74324495412114,41.79058449153621],[-72.7432199540979,41.79032249148642],[-72.74321995409773,41.790319491485846],[-72.74317395407103,41.790116491448124],[-72.74310295403608,41.78991149141084],[-72.74307495402213,41.78982749139553],[-72.74298995398269,41.78962349135888],[-72.74286295392834,41.78939849131954],[-72.74281795390976,41.789330491307844],[-72.74269795386036,41.789151491277174],[-72.7424469537617,41.78885849122868],[-72.74225195368722,41.788668491198294],[-72.74132695333388,41.787766491053944],[-72.74111095324777,41.78749349100822],[-72.74097495318827,41.78722949096161],[-72.74096595318343,41.787196490955544],[-72.74094395317091,41.787103490938286],[-72.74093695316027,41.786958490910514],[-72.74094695313957,41.786542490829866],[-72.7415169533231,41.78650449080415],[-72.7416919533795,41.78649349079636],[-72.74204195349162,41.7864604907787],[-72.74322095386631,41.786296490709006],[-72.74378795404658,41.78621849067566],[-72.74394395409605,41.78619549066619],[-72.74441295424508,41.7861294906383],[-72.74456995429502,41.786108490629196],[-72.74480395436946,41.786077490615654],[-72.74550595459283,41.785984490575046],[-72.74574095466768,41.78595449056165],[-72.74600395475134,41.78591949054642],[-72.74623195482397,41.78589049053347],[-72.74662095494517,41.78579449050239],[-72.74667195496156,41.785790490499956],[-72.74678695499851,41.78578149049451],[-72.74705295508409,41.78576249048226],[-72.74719495512988,41.78575449047613],[-72.74747195521925,41.785739490464294],[-72.74762195526682,41.785716490455016],[-72.74776395531187,41.78569549044637],[-72.74868495561108,41.785680490413775],[-72.74954095588923,41.785667490383624],[-72.75022695611467,41.785701490368055],[-72.75096995636102,41.78577549035836],[-72.7514399565176,41.785835490354785],[-72.75235395682225,41.78595449034826],[-72.75318195709772,41.78605349034065],[-72.75356595722512,41.786093490335986],[-72.75477595762695,41.786225490322416],[-72.75577095795765,41.786338490312126],[-72.75624195811403,41.78638949030677],[-72.75636295815404,41.78639949030479],[-72.75766495858525,41.786521490286326],[-72.75854595887712,41.7866054902741],[-72.75916295908151,41.78666349026536],[-72.75934895914308,41.78668049026264],[-72.76101695969572,41.7868404902397],[-72.76112395973117,41.78685049023816],[-72.76163495990046,41.78689949023113],[-72.76233696013325,41.78697049022216],[-72.76260696022283,41.78699849021885],[-72.76444396083204,41.787184490195436],[-72.76501496102148,41.787243490188395],[-72.76514696106518,41.78725549018646],[-72.76531396112044,41.78727049018396],[-72.765366961138,41.78727549018322],[-72.76564596123039,41.787301490179225],[-72.76602696135718,41.78734749017579],[-72.76624696143045,41.78737549017411],[-72.76628796148347,41.78806349030562],[-72.7662929614902,41.78815149032244],[-72.76630796151046,41.78841849037351],[-72.76631396151757,41.7885074903905],[-72.76632996153661,41.78874749043633],[-72.76635796156972,41.789163490515726],[-72.76636996159121,41.78946849057424],[-72.76638096160872,41.78970949062041],[-72.76640196162784,41.78992249066086],[-72.76646596168558,41.79056249078235],[-72.7664879617051,41.79077649082294],[-72.766628961844,41.79238849112961],[-72.76665296187288,41.79275349119929],[-72.76669396191606,41.79327049129777],[-72.7667609620015,41.79437349150854],[-72.7668729621176,41.79575349177131],[-72.76688996213744,41.79600149181864],[-72.76692996220991,41.79703149201618],[-72.76697496229016,41.7981684922342],[-72.7670599623443,41.798626492319855],[-72.76740396250484,41.79946649247088],[-72.76744196252686,41.799633492501876],[-72.76745696254298,41.79982849253903],[-72.7674269625462,41.80005349258342],[-72.76734296253338,41.800305492634784],[-72.76726596252168,41.800537492682054],[-72.76721296251831,41.80077849273028],[-72.76718996252468,41.80101849277735],[-72.76720296254713,41.80133449283792],[-72.76723796258914,41.80186449293908],[-72.76727796263691,41.80246649305398],[-72.76734496271587,41.80345649324288],[-72.76738196275859,41.80398749334417],[-72.76738396277429,41.804248493394475],[-72.76738696279425,41.80457749345787],[-72.76738996282144,41.80503149354539],[-72.76739296283755,41.80529349359586]]]},"properties":{"name":4975,"geoid":"09003497500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.6827309316777,41.74310148430992],[-72.68267193166324,41.74318448432787],[-72.68262593165302,41.74326748434539],[-72.68260293162834,41.74296748428812],[-72.68257693159907,41.742604484218774],[-72.68256593158603,41.74243948418722],[-72.68255393150181,41.74103748391648],[-72.68254993148933,41.74084248387892],[-72.68253793145209,41.74026048376675],[-72.68253393143968,41.74006648372937],[-72.68253393143073,41.73991048369921],[-72.68253393140392,41.7394424836087],[-72.68253393139506,41.73928748357873],[-72.68252893138482,41.739137483549875],[-72.68251593135481,41.738687483463266],[-72.68251193134498,41.73853848343459],[-72.68241093129787,41.738290483389875],[-72.68210893115688,41.737546483255684],[-72.68200893111016,41.73729948321113],[-72.68173993098489,41.73664248309272],[-72.67970993036238,41.73731948328886],[-72.67924493021468,41.73738548331655],[-72.67784992977163,41.737584483399864],[-72.67738592962431,41.73765148342772],[-72.6773429296012,41.737492483398356],[-72.67721392953203,41.737018483310834],[-72.67717092950896,41.73686048328166],[-72.67530992891697,41.73710948338959],[-72.67517692883008,41.73634848324667],[-72.67516592882268,41.736281483234066],[-72.67503092873353,41.73549248308582],[-72.67481292858896,41.73420748284428],[-72.67478392857028,41.73404648281409],[-72.67469692851442,41.73356548272383],[-72.67466792849582,41.73340548269382],[-72.674638928477,41.73324148266303],[-72.67455492842163,41.73275248257114],[-72.67452692840318,41.73258948254052],[-72.67441392832642,41.731891482409125],[-72.67426492823186,41.73108748225841],[-72.67425092822371,41.73102448224666],[-72.67411992813523,41.73022448209612],[-72.67407192810462,41.729962482046986],[-72.6740559280939,41.72986648202893],[-72.67400892806224,41.72958048197511],[-72.67399392805191,41.72948548195722],[-72.67398992804958,41.72946748195386],[-72.67398092804355,41.729413481943716],[-72.67397792804154,41.72939548194033],[-72.67396892803342,41.729304481923016],[-72.67396492802999,41.72926748191598],[-72.67392892799646,41.728886481843425],[-72.67391692798529,41.72875948181926],[-72.67389592796992,41.7286104817911],[-72.6738339279242,41.72816448170682],[-72.67381392790922,41.72801648167882],[-72.67380192790142,41.72794848166606],[-72.67376892787911,41.72774648162803],[-72.67375792787169,41.72767948161544],[-72.67508192829291,41.727503481538875],[-72.6774919290597,41.727184481399775],[-72.67905492955691,41.72697648130934],[-72.6803799299785,41.72680148123295],[-72.68063793006041,41.726764481217494],[-72.68141193030635,41.726656481171744],[-72.6816709303887,41.72662148115665],[-72.68187393045342,41.72659648114529],[-72.6824849306482,41.726522481111346],[-72.68253793066512,41.72651648110848],[-72.68268893071327,41.72649848110015],[-72.68275893072978,41.72638848107663],[-72.6828609307599,41.726334481062906],[-72.68289093076883,41.72631948105904],[-72.68300793080626,41.726307481052956],[-72.68313393084969,41.72634948105704],[-72.68327893089973,41.72639848106186],[-72.68339593093904,41.72641948106218],[-72.68357193099502,41.72639548105186],[-72.68357793099689,41.72639448105147],[-72.6837179310425,41.726394481046974],[-72.68382093107759,41.72642148104889],[-72.6853549315649,41.726205480957844],[-72.68995793302726,41.72556048068518],[-72.69033793314802,41.725507480662706],[-72.69103593336975,41.725409480621344],[-72.69149293352199,41.72546848061805],[-72.69156193354502,41.72547848061777],[-72.69173893360417,41.7255044806171],[-72.69177193361463,41.72549948061508],[-72.69184193363685,41.7254894806109],[-72.69182493363326,41.72552348061802],[-72.69176293361977,41.72564048064265],[-72.69152393356786,41.72609348073796],[-72.69144493355083,41.72624548076991],[-72.69136093353316,41.72641448080528],[-72.69135793353257,41.72642148080674],[-72.6910969334759,41.72691648091089],[-72.69107993347227,41.72694948091782],[-72.6910139334586,41.72708648094643],[-72.69116893353217,41.7274894810194],[-72.69118393354569,41.72764048104815],[-72.691190933552,41.72771048106146],[-72.69149393374552,41.72936648137203],[-72.69159993381297,41.72994148147984],[-72.69164793384368,41.730204481529164],[-72.69179193393576,41.73099348167715],[-72.6918409339668,41.73125648172645],[-72.69189093399471,41.7314594817641],[-72.69204393407949,41.73206948187717],[-72.69209493410779,41.73227348191498],[-72.69214093413423,41.73247348195219],[-72.6922819342145,41.7330734820637],[-72.6923289342413,41.73327348210086],[-72.69242093429206,41.73363648216812],[-72.6926969344444,41.734726482370064],[-72.69278993449554,41.735090482437464],[-72.69247593439626,41.73514248245761],[-72.69153593409906,41.73529948251819],[-72.69122293400011,41.7353524825385],[-72.69099393392753,41.735387482552625],[-72.69031093371112,41.73549348259508],[-72.6900829336389,41.73552948260937],[-72.68975893353647,41.73558348263022],[-72.68942493343278,41.735672482658174],[-72.68747193282671,41.73619848282268],[-72.68682193262505,41.73637448287759],[-72.68667393257907,41.7364134828899],[-72.68622993244131,41.73653348292737],[-72.68608293239572,41.736573482939825],[-72.68592593236205,41.73687848300385],[-72.685457932262,41.737793483195844],[-72.68530193222873,41.73809948326003],[-72.6851779322011,41.73832248330715],[-72.68480893211925,41.73899248344858],[-72.68468593209204,41.73921648349584],[-72.6845839320702,41.7394154835376],[-72.68427793200489,41.740015483663456],[-72.68417693198343,41.740215483705384],[-72.68407193196057,41.740413483747055],[-72.6839849319417,41.740578483781746],[-72.68376993189656,41.74101348387279],[-72.6836719318762,41.74121548391499],[-72.68342693182457,41.741707484018],[-72.68332393180421,41.741937484065794],[-72.68324593178876,41.74211148410195],[-72.68319793177925,41.74221848412417],[-72.68306093174665,41.74242848416918],[-72.68299593173309,41.74256148419699],[-72.68279693169147,41.7429664842817],[-72.6827309316777,41.74310148430992]]]},"properties":{"name":5023,"geoid":"09003502300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.68256593158603,41.74243948418722],[-72.68218493146328,41.7424634842041],[-72.67784393009364,41.74324148449402],[-72.67756093000408,41.743287484512],[-72.6767119297355,41.74342748456633],[-72.67642992964633,41.7434744845845],[-72.67573592942676,41.74358848462882],[-72.67365592876877,41.74393148476197],[-72.6729629285496,41.74404648480647],[-72.67294592853929,41.74396348479097],[-72.67289592850878,41.74371548474463],[-72.67287992849889,41.74363348472927],[-72.67282692846982,41.74342748469113],[-72.67266992838329,41.74280948457668],[-72.67261792835455,41.74260348453851],[-72.67257492833122,41.74244048450838],[-72.67250492829329,41.74217648445958],[-72.6724379282588,41.74195548441898],[-72.67238992823401,41.74179548438959],[-72.67236192821933,41.741698484371746],[-72.67227792817529,41.74140748431818],[-72.67225092816093,41.74131048430028],[-72.6721959281313,41.74110548426239],[-72.67203192804277,41.74049248414911],[-72.6719779280135,41.7402884841114],[-72.67196592800765,41.74025448410521],[-72.67193092799052,41.74015448408699],[-72.67191992798504,41.740121484080966],[-72.6717149278791,41.73943748395528],[-72.67148392775702,41.738619483804506],[-72.67142592772724,41.7384294837696],[-72.67125292763826,41.73785948366493],[-72.67119592760888,41.73767048363021],[-72.67100292750386,41.73693448349406],[-72.67078192738327,41.73608548333696],[-72.67077292737851,41.736053483331055],[-72.67074592736422,41.735957483313356],[-72.67073792735985,41.735926483307615],[-72.67067892732706,41.73568948326368],[-72.67050292722908,41.73497948313201],[-72.6704449271967,41.73474348308821],[-72.67040892717642,41.73459448306055],[-72.67030092711568,41.73414748297756],[-72.6702659270958,41.733999482950054],[-72.67114592737566,41.73388048289878],[-72.67378692821556,41.73352348274494],[-72.67466792849582,41.73340548269382],[-72.67469692851442,41.73356548272383],[-72.67478392857028,41.73404648281409],[-72.67481292858896,41.73420748284428],[-72.67503092873353,41.73549248308582],[-72.67516592882268,41.736281483234066],[-72.67517692883008,41.73634848324667],[-72.67530992891697,41.73710948338959],[-72.67717092950896,41.73686048328166],[-72.67721392953203,41.737018483310834],[-72.6773429296012,41.737492483398356],[-72.67738592962431,41.73765148342772],[-72.67784992977163,41.737584483399864],[-72.67924493021468,41.73738548331655],[-72.67970993036238,41.73731948328886],[-72.68173993098489,41.73664248309272],[-72.68200893111016,41.73729948321113],[-72.68210893115688,41.737546483255684],[-72.68241093129787,41.738290483389875],[-72.68251193134498,41.73853848343459],[-72.68251593135481,41.738687483463266],[-72.68252893138482,41.739137483549875],[-72.68253393139506,41.73928748357873],[-72.68253393140392,41.7394424836087],[-72.68253393143073,41.73991048369921],[-72.68253393143968,41.74006648372937],[-72.68253793145209,41.74026048376675],[-72.68254993148933,41.74084248387892],[-72.68255393150181,41.74103748391648],[-72.68256593158603,41.74243948418722]]]},"properties":{"name":5024,"geoid":"09003502400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.64783691944068,41.72790748249132],[-72.64812591953915,41.72798348249677],[-72.64899491983535,41.728212482513186],[-72.64928491993422,41.72828948251878],[-72.65128292061449,41.728803482554135],[-72.65560292208546,41.72991648263089],[-72.65732492263724,41.729755482544476],[-72.65871192308178,41.72962748247522],[-72.65910992320016,41.72943048242434],[-72.65931392326091,41.729330482398446],[-72.66483592501808,41.72860148208021],[-72.66503692508373,41.72860448207435],[-72.66536492519023,41.72859848206265],[-72.66577792532173,41.728545482039145],[-72.66610092542469,41.72850548202104],[-72.6670179257167,41.72838848196898],[-72.66743192584858,41.728336481945625],[-72.66759792590084,41.728304481934096],[-72.66800192602803,41.728227481906245],[-72.66823792610491,41.72822748189866],[-72.67015392672072,41.72808148180891],[-72.67034892678335,41.72806648179975],[-72.670932926971,41.728021481772295],[-72.67112892703408,41.72800748176329],[-72.67116492704557,41.72800348176137],[-72.67187392727126,41.7279114817208],[-72.67241892744313,41.72781248168415],[-72.67375792787169,41.72767948161544],[-72.67376892787911,41.72774648162803],[-72.67380192790142,41.72794848166606],[-72.67381392790922,41.72801648167882],[-72.6738339279242,41.72816448170682],[-72.67389592796992,41.7286104817911],[-72.67391692798529,41.72875948181926],[-72.67392892799646,41.728886481843425],[-72.67396492802999,41.72926748191598],[-72.67396892803342,41.729304481923016],[-72.67397792804154,41.72939548194033],[-72.67398092804355,41.729413481943716],[-72.67398992804958,41.72946748195386],[-72.67399392805191,41.72948548195722],[-72.67400892806224,41.72958048197511],[-72.6740559280939,41.72986648202893],[-72.67407192810462,41.729962482046986],[-72.67411992813523,41.73022448209612],[-72.67425092822371,41.73102448224666],[-72.67426492823186,41.73108748225841],[-72.67441392832642,41.731891482409125],[-72.67452692840318,41.73258948254052],[-72.67455492842163,41.73275248257114],[-72.674638928477,41.73324148266303],[-72.67466792849582,41.73340548269382],[-72.67378692821556,41.73352348274494],[-72.67114592737566,41.73388048289878],[-72.6702659270958,41.733999482950054],[-72.67030092711568,41.73414748297756],[-72.67040892717642,41.73459448306055],[-72.6704449271967,41.73474348308821],[-72.67050292722908,41.73497948313201],[-72.67067892732706,41.73568948326368],[-72.67073792735985,41.735926483307615],[-72.67074592736422,41.735957483313356],[-72.67077292737851,41.736053483331055],[-72.67078192738327,41.73608548333696],[-72.67100292750386,41.73693448349406],[-72.67119592760888,41.73767048363021],[-72.67125292763826,41.73785948366493],[-72.67142592772724,41.7384294837696],[-72.67148392775702,41.738619483804506],[-72.6717149278791,41.73943748395528],[-72.67191992798504,41.740121484080966],[-72.67193092799052,41.74015448408699],[-72.67196592800765,41.74025448410521],[-72.6719779280135,41.7402884841114],[-72.67203192804277,41.74049248414911],[-72.6721959281313,41.74110548426239],[-72.67225092816093,41.74131048430028],[-72.67227792817529,41.74140748431818],[-72.67236192821933,41.741698484371746],[-72.67238992823401,41.74179548438959],[-72.6724379282588,41.74195548441898],[-72.67250492829329,41.74217648445958],[-72.67257492833122,41.74244048450838],[-72.67261792835455,41.74260348453851],[-72.67266992838329,41.74280948457668],[-72.67282692846982,41.74342748469113],[-72.67287992849889,41.74363348472927],[-72.67289592850878,41.74371548474463],[-72.67294592853929,41.74396348479097],[-72.6729629285496,41.74404648480647],[-72.67299592856979,41.74421148483733],[-72.67309692863104,41.744706484929786],[-72.67313092865157,41.7448714849606],[-72.67315492867077,41.74507048499831],[-72.67322692872844,41.74566748511142],[-72.67325092874763,41.745866485149136],[-72.67326392875863,41.74598448517154],[-72.673303928792,41.74633948523889],[-72.67331792880337,41.74645848526145],[-72.67335292883001,41.74672448531176],[-72.67345892891036,41.74752448546303],[-72.67349492893739,41.747791485513496],[-72.67352492895972,41.74801048555487],[-72.67361692902738,41.748668485679154],[-72.67364792905009,41.74888848572069],[-72.67366192906127,41.74900448574267],[-72.67370392909503,41.74935448580899],[-72.6737189291066,41.74947148583112],[-72.6732499289561,41.74951148585394],[-72.672806928814,41.74955048587571],[-72.67255392873224,41.749562485886145],[-72.67184492850562,41.74963848592361],[-72.67154392840943,41.74967148593966],[-72.67137792835626,41.749687485948094],[-72.66999592791385,41.74982448601896],[-72.66992692789178,41.749831486022536],[-72.66979192784859,41.74984548602958],[-72.66856692745674,41.749972486093476],[-72.66782192721723,41.75002848612824],[-72.66557892650067,41.750277486248415],[-72.66413092603817,41.750439486326236],[-72.66359792586718,41.75048648635243],[-72.66251092551857,41.75058348640609],[-72.66205992537341,41.750614486426564],[-72.66199992535455,41.75062648643081],[-72.66162392523648,41.75070448645796],[-72.66148292519352,41.75075648647256],[-72.66115892509885,41.75094648651969],[-72.66018992481577,41.751516486661],[-72.65986692472146,41.751707486708305],[-72.65970992467487,41.75178748672879],[-72.65935092456861,41.75197448677648],[-72.65923692453399,41.75201848678866],[-72.6590739244846,41.752083486806455],[-72.65903392447167,41.75208548680811],[-72.65891292443271,41.75209348681356],[-72.65887392442018,41.75209648681539],[-72.65876092438342,41.75209748681922],[-72.65863992434382,41.75209448682251],[-72.65775392403876,41.751808486795674],[-72.657656924004,41.751753486788154],[-72.65750292394776,41.75164748677258],[-72.65728492386705,41.75147848674692],[-72.65716492382062,41.751350486726025],[-72.6570499237664,41.75105748667306],[-72.6570339237618,41.751068486675706],[-72.65698792374876,41.751102486683756],[-72.65697292374455,41.75111448668656],[-72.6569319237324,41.751135486691936],[-72.65681192369702,41.75120048670835],[-72.65677192368523,41.75122248671388],[-72.65649992360497,41.75136848675086],[-72.65590392342915,41.75168948683204],[-72.65578792339497,41.751752486847955],[-72.65568992336658,41.751814486863076],[-72.65544792329659,41.751969486900826],[-72.65543092329169,41.75198048690349],[-72.65540292328359,41.75199848690787],[-72.65531992325971,41.75205348692116],[-72.655292923252,41.75207248692571],[-72.65519592322399,41.752135486941],[-72.65512992320507,41.75218048695183],[-72.65490492314005,41.752325486987075],[-72.65480892311244,41.75238948700253],[-72.6546229230587,41.7525094870317],[-72.65425992295404,41.75274748708937],[-72.65407092289985,41.75287648712038],[-72.65405692289586,41.75288648712275],[-72.65397292287182,41.752944487136666],[-72.6538889228477,41.75300148715039],[-72.65340492267403,41.75272248711197],[-72.65291992250002,41.7524434870736],[-72.65291792249931,41.75244248707347],[-72.65097892180363,41.75132648691993],[-72.65000692145486,41.75076648684285],[-72.64903692110688,41.750208486766084],[-72.64893892106922,41.75010848674991],[-72.64747692050726,41.74861248650754],[-72.6446369194157,41.745707486036906],[-72.64374091898229,41.7432334855872],[-72.64298191861502,41.741135485205795],[-72.64280691853045,41.74065348511819],[-72.64253691839983,41.73990748498256],[-72.64257191831473,41.73821948465495],[-72.64263691816375,41.73520748407028],[-72.64609891901378,41.730345483018716],[-72.64783691944068,41.72790748249132]]]},"properties":{"name":5025,"geoid":"09003502500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.68319793177925,41.74221848412417],[-72.68324593178876,41.74211148410195],[-72.68332393180421,41.741937484065794],[-72.68342693182457,41.741707484018],[-72.6836719318762,41.74121548391499],[-72.68376993189656,41.74101348387279],[-72.6839849319417,41.740578483781746],[-72.68407193196057,41.740413483747055],[-72.68417693198343,41.740215483705384],[-72.68427793200489,41.740015483663456],[-72.6845839320702,41.7394154835376],[-72.68468593209204,41.73921648349584],[-72.68480893211925,41.73899248344858],[-72.6851779322011,41.73832248330715],[-72.68530193222873,41.73809948326003],[-72.685457932262,41.737793483195844],[-72.68592593236205,41.73687848300385],[-72.68608293239572,41.736573482939825],[-72.68622993244131,41.73653348292737],[-72.68667393257907,41.7364134828899],[-72.68682193262505,41.73637448287759],[-72.68747193282671,41.73619848282268],[-72.68942493343278,41.735672482658174],[-72.68975893353647,41.73558348263022],[-72.6900829336389,41.73552948260937],[-72.69031093371112,41.73549348259508],[-72.69099393392753,41.735387482552625],[-72.69122293400011,41.7353524825385],[-72.69153593409906,41.73529948251819],[-72.69247593439626,41.73514248245761],[-72.69278993449554,41.735090482437464],[-72.6928019345163,41.735384482493934],[-72.69283793457856,41.73626648266335],[-72.69285093459963,41.73656048271979],[-72.69285193460627,41.73667048274102],[-72.69285593462666,41.73700348280531],[-72.69285793463366,41.737114482826705],[-72.69286693464966,41.7373424828705],[-72.69289493469815,41.73802948300246],[-72.69290493471453,41.738258483046415],[-72.69291293473323,41.738539483100496],[-72.69292793475135,41.73877048314469],[-72.69295193477826,41.739103483208325],[-72.69295993484987,41.7403074834409],[-72.69296393488057,41.74082048353994],[-72.69277993483789,41.74112148360406],[-72.69270693482098,41.741241483629615],[-72.69227293472598,41.74205048380001],[-72.69215793470089,41.74226648384546],[-72.6921899347172,41.74236948386435],[-72.69206393468006,41.74243748388157],[-72.69168593456877,41.74264448393373],[-72.69156093453202,41.7427134839511],[-72.69117693441937,41.7429304840054],[-72.69029693416141,41.74343148413057],[-72.69002493408134,41.74358048416812],[-72.68982293402193,41.74369248419626],[-72.68963993396818,41.743794484221866],[-72.6895769339496,41.74382848423047],[-72.68939193389537,41.74393348425671],[-72.68932993387716,41.74396848426547],[-72.68890193375154,41.74420948432583],[-72.68829293357292,41.7445544844121],[-72.68761693337423,41.74493048450654],[-72.68748293333493,41.74500648452555],[-72.68718093324516,41.74515648456426],[-72.68717993320782,41.744510484439374],[-72.68717793309628,41.7425754840653],[-72.68717793305932,41.74193048394057],[-72.68687993296344,41.7419514839542],[-72.68598593267589,41.74201548399532],[-72.68568893258039,41.74203748400912],[-72.68490593232852,41.74209348404511],[-72.68369293193838,41.74218148410111],[-72.68326093179942,41.742212484120984],[-72.68319793177925,41.74221848412417]]]},"properties":{"name":5026,"geoid":"09003502600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.6921899347172,41.74236948386435],[-72.69220493474204,41.74271748393116],[-72.69216593474533,41.742996483986346],[-72.69220093478562,41.74350048408269],[-72.69221693480306,41.743713484123354],[-72.69229793487447,41.74449948427273],[-72.69266993503867,41.74524948440578],[-72.69278693509472,41.745562484462546],[-72.69289093517123,41.74630648460304],[-72.69293493519493,41.74646948463314],[-72.69299493523202,41.74677548469037],[-72.69316893533939,41.747659484855674],[-72.69319193536029,41.74789348490018],[-72.69321293536998,41.74794348490918],[-72.69319193537089,41.748078484935945],[-72.6932349354017,41.74837148499121],[-72.69324093541111,41.74850148501614],[-72.6932579354374,41.74886348508559],[-72.69309793544824,41.749961485303],[-72.69309593545596,41.75010748533131],[-72.69309393546877,41.75034248537679],[-72.69309093550324,41.75096048549635],[-72.69310293557515,41.75214648572524],[-72.68915193429478,41.75226548587528],[-72.68916193431014,41.75247648591576],[-72.68919393435704,41.75311248603767],[-72.68920493437278,41.7533244860783],[-72.6887849342368,41.75333948609471],[-72.68752593382942,41.753388486144665],[-72.6871069336939,41.75340548616141],[-72.68624993341629,41.753433486194375],[-72.68368193258456,41.75351948629355],[-72.68337293248452,41.75353048630562],[-72.68282593230717,41.75354548632609],[-72.68284993230198,41.75331848628144],[-72.68292093228625,41.75264048614808],[-72.68294593228144,41.752414486103596],[-72.68297193227868,41.75221848606487],[-72.68305193227108,41.75163148594881],[-72.6830789322687,41.75143648591023],[-72.68308393226758,41.75138848590081],[-72.68309893226433,41.75124648587288],[-72.68310493226359,41.7511994858636],[-72.68315493225637,41.75078948578273],[-72.68320993224935,41.75035448569686],[-72.68323893224489,41.75011148564896],[-72.68326893222292,41.749557485540876],[-72.68329293220718,41.749146485460656],[-72.68330093220125,41.74899748543158],[-72.68332393218317,41.74855148534462],[-72.68333293217763,41.74840348531572],[-72.6833319321694,41.74826548528907],[-72.68332893214469,41.747851485209125],[-72.68332893213683,41.747714485182634],[-72.68332193213044,41.747642485168946],[-72.68331093211945,41.74751348514435],[-72.68331293211524,41.74742848512785],[-72.68331493211183,41.74735748511406],[-72.68325693208484,41.74721648508867],[-72.68325493208337,41.74720248508602],[-72.68319093203424,41.74670848499257],[-72.68316993201799,41.74654448496154],[-72.68310793196994,41.74605848486957],[-72.68292293182618,41.74460148459378],[-72.68286193177853,41.74411648450197],[-72.68279293172837,41.74363348441079],[-72.68272593168099,41.74318748432672],[-72.6827309316777,41.74310148430992],[-72.68279693169147,41.7429664842817],[-72.68299593173309,41.74256148419699],[-72.68306093174665,41.74242848416918],[-72.68319793177925,41.74221848412417],[-72.68326093179942,41.742212484120984],[-72.68369293193838,41.74218148410111],[-72.68490593232852,41.74209348404511],[-72.68568893258039,41.74203748400912],[-72.68598593267589,41.74201548399532],[-72.68687993296344,41.7419514839542],[-72.68717793305932,41.74193048394057],[-72.68717793309628,41.7425754840653],[-72.68717993320782,41.744510484439374],[-72.68718093324516,41.74515648456426],[-72.68748293333493,41.74500648452555],[-72.68761693337423,41.74493048450654],[-72.68829293357292,41.7445544844121],[-72.68890193375154,41.74420948432583],[-72.68932993387716,41.74396848426547],[-72.68939193389537,41.74393348425671],[-72.6895769339496,41.74382848423047],[-72.68963993396818,41.743794484221866],[-72.68982293402193,41.74369248419626],[-72.69002493408134,41.74358048416812],[-72.69029693416141,41.74343148413057],[-72.69117693441937,41.7429304840054],[-72.69156093453202,41.7427134839511],[-72.69168593456877,41.74264448393373],[-72.69206393468006,41.74243748388157],[-72.6921899347172,41.74236948386435]]]},"properties":{"name":5027,"geoid":"09003502700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.68234893240228,41.757915487186146],[-72.6823869323955,41.75758148712037],[-72.68250093237533,41.75658148692341],[-72.68253993236894,41.756248486857785],[-72.68255593236452,41.75608048682479],[-72.6826059323519,41.755576486725765],[-72.68262293234788,41.75540948669294],[-72.68263993234372,41.75524048665973],[-72.6826909323314,41.75473548656046],[-72.68270893232763,41.75456748652742],[-72.68273193232336,41.75436248648707],[-72.68280193231105,41.7537494863663],[-72.68282593230717,41.75354548632609],[-72.68337293248452,41.75353048630562],[-72.68368193258456,41.75351948629355],[-72.68624993341629,41.753433486194375],[-72.6871069336939,41.75340548616141],[-72.68752593382942,41.753388486144665],[-72.6887849342368,41.75333948609471],[-72.68920493437278,41.7533244860783],[-72.68919393435704,41.75311248603767],[-72.68916193431014,41.75247648591576],[-72.68915193429478,41.75226548587528],[-72.69310293557515,41.75214648572524],[-72.69310193561155,41.752786485849],[-72.69317893571704,41.754188486117535],[-72.69315293571796,41.75435248615007],[-72.69314593571839,41.75439948615938],[-72.6930639357055,41.7546404862086],[-72.69215593549283,41.75609048651807],[-72.69207093548366,41.75641348658324],[-72.69201893548525,41.756736486647355],[-72.69199393549661,41.75707648671386],[-72.69197893550411,41.7572924867561],[-72.69193593552727,41.75794048688273],[-72.69192293553546,41.758157486925086],[-72.69165293544728,41.758153486933004],[-72.69084293518281,41.75814348695712],[-72.69057393509499,41.758140486965196],[-72.69031793501107,41.758131486971685],[-72.68955193476,41.75810548699129],[-72.68929693467648,41.75809748699794],[-72.68904993459549,41.75808848700415],[-72.68830893435249,41.75806148702276],[-72.68806193427154,41.75805348702915],[-72.68786193420623,41.758050487035],[-72.68726293401056,41.75804148705252],[-72.68706393394555,41.758038487058336],[-72.6868329338699,41.75803148706442],[-72.68633493370677,41.758016487077526],[-72.68614193364378,41.75801448708334],[-72.68591193356879,41.758013487090544],[-72.68573493351077,41.758007487095085],[-72.68520693333771,41.757989487108574],[-72.68503093328007,41.75798448711327],[-72.68496493325856,41.7579844871154],[-72.68476693319411,41.75798548712195],[-72.684701933173,41.757986487124235],[-72.68455193312384,41.7579814871281],[-72.68410193297649,41.75796848714003],[-72.68395193292739,41.757964487144086],[-72.68383793288996,41.757959487146785],[-72.68349893277863,41.7579444871548],[-72.68338593274161,41.75794048715764],[-72.68317793267354,41.757935487163365],[-72.68255593247002,41.75792048718047],[-72.68234893240228,41.757915487186146]]]},"properties":{"name":5028,"geoid":"09003502800"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.69039893535648,41.76369248804385],[-72.69041393533767,41.76327948796355],[-72.69046293528272,41.762043487723105],[-72.69047993526468,41.76163248764313],[-72.69048893524571,41.76125048756901],[-72.69051993519017,41.76010648734691],[-72.69052993517157,41.759725487272966],[-72.69053393516376,41.75956648724209],[-72.6905489351414,41.75909148714981],[-72.69055393513396,41.75893348711911],[-72.69055693512583,41.75877448708829],[-72.69056993510274,41.758298486995855],[-72.69057393509499,41.758140486965196],[-72.69084293518281,41.75814348695712],[-72.69165293544728,41.758153486933004],[-72.69192293553546,41.758157486925086],[-72.69193593552727,41.75794048688273],[-72.69197893550411,41.7572924867561],[-72.69199393549661,41.75707648671386],[-72.69201893548525,41.756736486647355],[-72.69207093548366,41.75641348658324],[-72.69215593549283,41.75609048651807],[-72.6930639357055,41.7546404862086],[-72.69314593571839,41.75439948615938],[-72.69315293571796,41.75435248615007],[-72.69335793579009,41.75444548616145],[-72.69354793585313,41.75446548615921],[-72.69346093581882,41.7543614861419],[-72.69333693576483,41.75412448610007],[-72.69332193574596,41.75388048605341],[-72.69343093575317,41.75338748595459],[-72.69371993584562,41.7533574859395],[-72.69439893606271,41.75328548590374],[-72.6966779367879,41.75298448577226],[-72.69753193705884,41.75285748572024],[-72.69873893744918,41.75280748567175],[-72.69913693758505,41.75291548567983],[-72.69920493760813,41.75293148568074],[-72.69933093765096,41.75296248568268],[-72.69955993772882,41.75301948568633],[-72.69973293778747,41.753059485688496],[-72.7005029380486,41.75323848569832],[-72.70059793808075,41.753259485699324],[-72.7008719381735,41.7533204857023],[-72.70088293817727,41.75332348570254],[-72.70097593820934,41.75335448570553],[-72.70070993816572,41.75410448585906],[-72.700584938162,41.754749485987745],[-72.70055593818022,41.75523148608186],[-72.70056993829512,41.75715448645309],[-72.700498938311,41.75783448658682],[-72.70045793832703,41.75834648668708],[-72.70040493832485,41.758609486739616],[-72.7002929383086,41.75896248681144],[-72.7000859382677,41.759424486907406],[-72.69990693822504,41.759697486965926],[-72.69988893822068,41.759723486971524],[-72.69983593820798,41.75980348698869],[-72.69981893820402,41.75983048699447],[-72.6996409381641,41.76014548706107],[-72.69962393815936,41.76015948706432],[-72.69923793805248,41.76048848714032],[-72.69908293800863,41.76060448716773],[-72.6987209379062,41.760874487231554],[-72.69838993780944,41.7610674872795],[-72.69792093767195,41.76133448734618],[-72.6969329373855,41.76195248749741],[-72.69686193736456,41.76199048750704],[-72.69650393726738,41.762329487584076],[-72.69611493715688,41.762612487651275],[-72.69581693707018,41.76279348769583],[-72.69578193706101,41.76283248770451],[-72.69556493699866,41.76297848773971],[-72.6954739369734,41.763054487757316],[-72.6952709369149,41.76318748778955],[-72.69505193685175,41.76333048782423],[-72.69403293654878,41.763836487954784],[-72.69375993646676,41.76395748798694],[-72.69373793645306,41.76384348796564],[-72.69368793642569,41.76365048792995],[-72.69359393638037,41.763394487883495],[-72.69359293638006,41.76339448788353],[-72.69302093619532,41.76342348790754],[-72.69272493609978,41.76343848791995],[-72.69132493565309,41.76360348799686],[-72.69113893559344,41.76362048800613],[-72.69058393541573,41.763674488034425],[-72.69039893535648,41.76369248804385]]]},"properties":{"name":5029,"geoid":"09003502900"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.69057393509499,41.758140486965196],[-72.69056993510274,41.758298486995855],[-72.69055693512583,41.75877448708829],[-72.69055393513396,41.75893348711911],[-72.6905489351414,41.75909148714981],[-72.69053393516376,41.75956648724209],[-72.69052993517157,41.759725487272966],[-72.69051993519017,41.76010648734691],[-72.69048893524571,41.76125048756901],[-72.69047993526468,41.76163248764313],[-72.69046293528272,41.762043487723105],[-72.69041393533767,41.76327948796355],[-72.69039893535648,41.76369248804385],[-72.69014593527527,41.76371348805605],[-72.68938893503238,41.76377948809315],[-72.68913693495159,41.763802488105696],[-72.68888593487102,41.76382348811784],[-72.68813393462979,41.76388948815477],[-72.68811093462247,41.76389248815608],[-72.68788293454841,41.763896488164185],[-72.687628934463,41.76385048816348],[-72.68686793420726,41.76371448816166],[-72.68661493412223,41.76366948816109],[-72.68635493403454,41.7636174881594],[-72.68557793377242,41.76346148815425],[-72.68531993368538,41.7634094881525],[-72.6850909336083,41.76336648815155],[-72.68440493337744,41.76323848814887],[-72.68417693330073,41.76319648814809],[-72.68373993315332,41.763108488145114],[-72.68242893271119,41.76284748813683],[-72.68199293256413,41.76276048813403],[-72.6819559325512,41.76274548813232],[-72.68191593253732,41.7627304881307],[-72.68186793251915,41.76268648812375],[-72.68186193251663,41.762676488122004],[-72.6818439325088,41.76264248811603],[-72.68185493250085,41.76244148807682],[-72.68187093248997,41.762160488022005],[-72.68190893248394,41.76183948795873],[-72.68193293248034,41.761640487919486],[-72.68194393247806,41.76153848789944],[-72.681975932471,41.76123348783945],[-72.68198793246911,41.76113248781954],[-72.68203993244903,41.76048648769302],[-72.68211493242127,41.75957648751473],[-72.68225793240937,41.75855648731298],[-72.68234893240228,41.757915487186146],[-72.68255593247002,41.75792048718047],[-72.68317793267354,41.757935487163365],[-72.68338593274161,41.75794048715764],[-72.68349893277863,41.7579444871548],[-72.68383793288996,41.757959487146785],[-72.68395193292739,41.757964487144086],[-72.68410193297649,41.75796848714003],[-72.68455193312384,41.7579814871281],[-72.684701933173,41.757986487124235],[-72.68476693319411,41.75798548712195],[-72.68496493325856,41.7579844871154],[-72.68503093328007,41.75798448711327],[-72.68520693333771,41.757989487108574],[-72.68573493351077,41.758007487095085],[-72.68591193356879,41.758013487090544],[-72.68614193364378,41.75801448708334],[-72.68633493370677,41.758016487077526],[-72.6868329338699,41.75803148706442],[-72.68706393394555,41.758038487058336],[-72.68726293401056,41.75804148705252],[-72.68786193420623,41.758050487035],[-72.68806193427154,41.75805348702915],[-72.68830893435249,41.75806148702276],[-72.68904993459549,41.75808848700415],[-72.68929693467648,41.75809748699794],[-72.68955193476,41.75810548699129],[-72.69031793501107,41.758131486971685],[-72.69057393509499,41.758140486965196]]]},"properties":{"name":5030,"geoid":"09003503000"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.7430509528287,41.76923348741886],[-72.74299795279427,41.76893548736299],[-72.74288395271968,41.76828448724091],[-72.74282695268748,41.76804748719695],[-72.74275695264782,41.7677544871426],[-72.74273095262377,41.76748348709108],[-72.74265295255164,41.76667148693673],[-72.74262795252795,41.76640148688538],[-72.74260695251289,41.76625848685841],[-72.74257095248677,41.766008486811295],[-72.74252195246092,41.765836486779634],[-72.74248295244027,41.76569848675423],[-72.74234495236985,41.76525548667308],[-72.74202795220802,41.76423748648662],[-72.74198295217478,41.763914486425655],[-72.74191895212755,41.76345548633904],[-72.74190795211659,41.76332748631466],[-72.7418749520838,41.76294448624172],[-72.74186395207292,41.762817486217536],[-72.74186095206264,41.76265548618634],[-72.74185695204649,41.76239748613661],[-72.7418319520254,41.76217248609393],[-72.74181495201066,41.76201248606357],[-72.74202595207618,41.761956486045946],[-72.74225795214714,41.761876486023],[-72.74241095219439,41.761831486009385],[-72.74420695274976,41.76131548585176],[-72.74480695293539,41.761144485799385],[-72.74489195296162,41.76111948579181],[-72.74514995304148,41.76104648576939],[-72.7452359530681,41.761022485761984],[-72.74554095316171,41.76092248573282],[-72.74645795344327,41.76062448564566],[-72.74676395353733,41.760526485616865],[-72.74702895361915,41.760448485593244],[-72.74782595386542,41.76021648552272],[-72.7480919539477,41.76014048549947],[-72.74816995397165,41.76011548549212],[-72.74840295404341,41.76004348547067],[-72.74848195406778,41.760019485463495],[-72.748637954116,41.759974485449774],[-72.74910795426152,41.75984248540911],[-72.74926495431018,41.75979948539573],[-72.74937095434281,41.759766485385946],[-72.74949895438225,41.759727485374285],[-72.74968795444025,41.759665485356194],[-72.74979395447282,41.75963148534622],[-72.75048695468676,41.75942648528425],[-72.75107395486808,41.759254485232084],[-72.75169995506145,41.759071485176534],[-72.75184595510636,41.759025485162944],[-72.75228695524201,41.758886485121856],[-72.7524339552873,41.75884148510841],[-72.75265795535648,41.758775485088435],[-72.7533309555644,41.75857948502887],[-72.75355595563401,41.758515485009234],[-72.75467795598061,41.75818748490966],[-72.75572695630325,41.75785648481187],[-72.75585995634422,41.757815484799664],[-72.75744295683332,41.75735448465951],[-72.7591449573589,41.756854484507976],[-72.75992695759882,41.75659748443309],[-72.76011795765764,41.756538484415515],[-72.76069395783519,41.75636348436311],[-72.76088595789444,41.75630648434591],[-72.76110395796165,41.75624048432612],[-72.76175795816327,41.75604248426677],[-72.76197595823047,41.75597648424697],[-72.76239395835931,41.755849484208944],[-72.76365095874692,41.75547048409515],[-72.76406995887619,41.75534548405748],[-72.76403795887896,41.755574484102745],[-72.76391495890387,41.75670348432489],[-72.76389195892799,41.75725248443171],[-72.7638509589316,41.75754748449005],[-72.76370795890683,41.75792648456788],[-72.76360595889318,41.758266484636884],[-72.76354795888548,41.758460484676235],[-72.763589958946,41.75927448483217],[-72.76360695895607,41.75935348484688],[-72.76373195901988,41.759754484920336],[-72.76391595910187,41.76013748498839],[-72.76443195931634,41.760943485127456],[-72.76447995933599,41.76101348513945],[-72.76462495939533,41.76122348517534],[-72.76467395941532,41.76129348518729],[-72.7647949594645,41.76146348521622],[-72.76515895961249,41.76197448530322],[-72.76528095966206,41.7621454853323],[-72.76533995968612,41.76222948534663],[-72.76544495972878,41.76237648537164],[-72.76545795974046,41.76250548539614],[-72.7654699597503,41.76260848541567],[-72.76548695977552,41.762950485481184],[-72.76543095976719,41.76312248551623],[-72.76529495974326,41.763476485589],[-72.76504695968765,41.76391348568144],[-72.76492695966475,41.76419448573961],[-72.76476795963288,41.76454048581158],[-72.76480495966365,41.76486548587317],[-72.76475995967623,41.76533848596601],[-72.76463795964679,41.76551748600452],[-72.7645729596388,41.76574648605085],[-72.76444195959216,41.76567748604175],[-72.76427095953122,41.7655864860297],[-72.76393895941715,41.76548348602051],[-72.7636319593141,41.7654304860202],[-72.76324195918694,41.76542848603238],[-72.7629059590812,41.7654924860556],[-72.76088095845006,41.765987486216574],[-72.76046095831877,41.76608348624867],[-72.76025495825456,41.76613348626498],[-72.75968995807864,41.76627448631046],[-72.75880795780387,41.76649248638104],[-72.75861495774382,41.76654148639672],[-72.75815395760029,41.76665648643383],[-72.75797695754368,41.766674486443016],[-72.75744495737354,41.7667294864708],[-72.75726895731731,41.766748486480154],[-72.7571099572665,41.76676548648857],[-72.75663395711442,41.76681748651397],[-72.75647595706398,41.76683548652255],[-72.75618395697181,41.76688648654182],[-72.75530795669543,41.767042486600225],[-72.7550169566037,41.767095486619844],[-72.7546529564888,41.76715948664396],[-72.75356195614468,41.76735548671703],[-72.75319895603025,41.76742148674148],[-72.75294395594976,41.76746648675841],[-72.7521809557091,41.767603486809485],[-72.75192695562902,41.76764948682656],[-72.75161895553171,41.767702486846744],[-72.75069795524091,41.76786248690736],[-72.75039095514401,41.7679164869277],[-72.7501899550806,41.767952486941134],[-72.74958695489056,41.76806348698203],[-72.7495609548824,41.76806848698384],[-72.74938695482754,41.76810048699563],[-72.74936795482152,41.76810348699682],[-72.74931495480483,41.76811348700046],[-72.7492969547992,41.76811748700181],[-72.7491519547534,41.76814248701131],[-72.74871995461716,41.76822048704033],[-72.74857595457176,41.76824648704998],[-72.74845495453354,41.76826748705796],[-72.74809495441995,41.76833148708192],[-72.74797595438245,41.76835348709002],[-72.74776895431714,41.76839048710384],[-72.74714795412146,41.768505487146086],[-72.7469409540562,41.7685434871601],[-72.74672195398699,41.76858048717431],[-72.7460649537796,41.76869548721773],[-72.74584695371077,41.76873348723209],[-72.74562995364226,41.76877148724644],[-72.74498095343746,41.768886487289585],[-72.74476495336934,41.768925487304074],[-72.74442295326183,41.76899348732825],[-72.7434899529686,41.76917948739427],[-72.7433959529386,41.769190487399435],[-72.7430509528287,41.76923348741886]]]},"properties":{"name":4976,"geoid":"09003497600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.7645729596388,41.76574648605085],[-72.76463795964679,41.76551748600452],[-72.76475995967623,41.76533848596601],[-72.76480495966365,41.76486548587317],[-72.76476795963288,41.76454048581158],[-72.76492695966475,41.76419448573961],[-72.76504695968765,41.76391348568144],[-72.76529495974326,41.763476485589],[-72.76543095976719,41.76312248551623],[-72.76548695977552,41.762950485481184],[-72.7654699597503,41.76260848541567],[-72.76545795974046,41.76250548539614],[-72.76544495972878,41.76237648537164],[-72.76533995968612,41.76222948534663],[-72.76528095966206,41.7621454853323],[-72.76515895961249,41.76197448530322],[-72.7647949594645,41.76146348521622],[-72.76467395941532,41.76129348518729],[-72.76462495939533,41.76122348517534],[-72.76447995933599,41.76101348513945],[-72.76443195931634,41.760943485127456],[-72.76391595910187,41.76013748498839],[-72.76373195901988,41.759754484920336],[-72.76360695895607,41.75935348484688],[-72.763589958946,41.75927448483217],[-72.76354795888548,41.758460484676235],[-72.76360595889318,41.758266484636884],[-72.76370795890683,41.75792648456788],[-72.7638509589316,41.75754748449005],[-72.76389195892799,41.75725248443171],[-72.76391495890387,41.75670348432489],[-72.76403795887896,41.755574484102745],[-72.76406995887619,41.75534548405748],[-72.76538795928273,41.754950483938615],[-72.76813496013007,41.754127483690915],[-72.76828596017683,41.75408548367792],[-72.76873896031707,41.75395848363877],[-72.76889096036422,41.75391748362595],[-72.76921396046416,41.75382648359793],[-72.769655960601,41.753702483559714],[-72.7700639607242,41.753534483514066],[-72.77015496075055,41.753477483500106],[-72.77044196083395,41.75330248345703],[-72.77084596095062,41.75304348339394],[-72.77106996101494,41.752893483357724],[-72.77137096110151,41.75269448330954],[-72.77272696148697,41.75171848307718],[-72.77289896153557,41.751589483046686],[-72.77313796160315,41.75141148300459],[-72.77348496169954,41.75112248293753],[-72.77368396175669,41.7509894829054],[-72.77428296192893,41.75059248280934],[-72.77448296198651,41.750461482777574],[-72.7745499620058,41.7504174827669],[-72.77475996206648,41.75028348273422],[-72.77501696214073,41.75011948269424],[-72.77558296230302,41.74973648260195],[-72.77585696238167,41.74955248255754],[-72.77598296241776,41.74946648253686],[-72.77599596242152,41.74945848253489],[-72.77628296250492,41.7492834824918],[-72.77636996252987,41.74922448247759],[-72.77649696256633,41.74913948245706],[-72.77699896271052,41.74880448237612],[-72.77785396295627,41.74823648223873],[-72.77851496314737,41.74781648213622],[-72.77902496329486,41.74749348205733],[-72.779239963357,41.7473564820239],[-72.77946496342197,41.747212481988825],[-72.78078796380454,41.746373481783955],[-72.78122896393208,41.74609448171578],[-72.78142296401982,41.74652148179206],[-72.78200496428325,41.74780448202123],[-72.78217696436096,41.74818148208853],[-72.78219996437139,41.748232482097634],[-72.78233996441547,41.748206482088094],[-72.78247196445705,41.748181482079],[-72.78335296474107,41.74813148204088],[-72.78408596497748,41.74809148200949],[-72.78648596575121,41.747955481905706],[-72.78668696581599,41.74794348189688],[-72.7870409659301,41.74792348188158],[-72.7870479659324,41.74792348188135],[-72.78738996604267,41.74790448186664],[-72.78799496623773,41.74787048184053],[-72.7885989664324,41.74783548181426],[-72.78877496648921,41.74782648180683],[-72.7888699665198,41.7478204818026],[-72.78896496655044,41.74781548179856],[-72.78964296676905,41.74777748176932],[-72.79276196777462,41.74760148163455],[-72.79497396848775,41.74747648153893],[-72.7953939687791,41.75015948204385],[-72.79599496919681,41.75401148276876],[-72.79615996931142,41.75506748296746],[-72.79674296971686,41.75880748367121],[-72.79744297034897,41.76581548500238],[-72.79895397171363,41.78093648787376],[-72.7994369721503,41.785774488792235],[-72.79954297224639,41.786840488994606],[-72.80004297269775,41.79183548994268],[-72.79894297234515,41.79193448999737],[-72.79874297233185,41.79283249017719],[-72.79847297230242,41.79384549038145],[-72.7983689722998,41.79438649048925],[-72.79805797229237,41.79601149081295],[-72.79795497229013,41.79655349092089],[-72.79781197233771,41.79818349124013],[-72.79738397248104,41.80307649219826],[-72.79724197252904,41.8047074925176],[-72.79602197213308,41.804733492562086],[-72.79486897175882,41.80475749260403],[-72.78775196944878,41.80490849286342],[-72.78553796873013,41.804955492944075],[-72.78537996867882,41.804958492949766],[-72.78502296856333,41.804972492964005],[-72.7839549682179,41.805016493007024],[-72.78359896810278,41.80503149302143],[-72.78326196799274,41.805027493031574],[-72.78225196766299,41.8050154930619],[-72.78191596755327,41.805011493072],[-72.78181096751922,41.80501449307599],[-72.78173396749432,41.80501749307905],[-72.78118996731838,41.80504049310108],[-72.7810089672599,41.80504849310847],[-72.77470196521466,41.80521749334499],[-72.77393196496487,41.80523649337354],[-72.77162496421641,41.80529249345891],[-72.77085696396732,41.805312493487584],[-72.77054796386652,41.80531049349718],[-72.77016396374124,41.80530749350902],[-72.76825196311772,41.80529849356907],[-72.76808496306325,41.805297493574265],[-72.76739296283755,41.80529349359586],[-72.76738996282144,41.80503149354539],[-72.76738696279425,41.80457749345787],[-72.76738396277429,41.804248493394475],[-72.76738196275859,41.80398749334417],[-72.76734496271587,41.80345649324288],[-72.76727796263691,41.80246649305398],[-72.76723796258914,41.80186449293908],[-72.76720296254713,41.80133449283792],[-72.76718996252468,41.80101849277735],[-72.76721296251831,41.80077849273028],[-72.76726596252168,41.800537492682054],[-72.76734296253338,41.800305492634784],[-72.7674269625462,41.80005349258342],[-72.76745696254298,41.79982849253903],[-72.76744196252686,41.799633492501876],[-72.76740396250484,41.79946649247088],[-72.7670599623443,41.798626492319855],[-72.76697496229016,41.7981684922342],[-72.76692996220991,41.79703149201618],[-72.76688996213744,41.79600149181864],[-72.7668729621176,41.79575349177131],[-72.7667609620015,41.79437349150854],[-72.76669396191606,41.79327049129777],[-72.76665296187288,41.79275349119929],[-72.766628961844,41.79238849112961],[-72.7664879617051,41.79077649082294],[-72.76646596168558,41.79056249078235],[-72.76640196162784,41.78992249066086],[-72.76638096160872,41.78970949062041],[-72.76636996159121,41.78946849057424],[-72.76635796156972,41.789163490515726],[-72.76632996153661,41.78874749043633],[-72.76631396151757,41.7885074903905],[-72.76630796151046,41.78841849037351],[-72.7662929614902,41.78815149032244],[-72.76628796148347,41.78806349030562],[-72.76624696143045,41.78737549017411],[-72.76619996139213,41.786976490098574],[-72.7661909613849,41.78690149008439],[-72.76606796128405,41.785847489884844],[-72.76603396125181,41.785480489815086],[-72.76599096121046,41.78500648972495],[-72.76596196117859,41.78461748965078],[-72.76587796108397,41.78345048942814],[-72.76584996105247,41.783062489354116],[-72.76575996094142,41.78164448908321],[-72.76548996060829,41.7773904882704],[-72.76546396057556,41.776969488189934],[-72.76540096049764,41.775973487999615],[-72.76539296048465,41.775793487965096],[-72.76537096044642,41.7752544878617],[-72.76536396043385,41.775075487827365],[-72.76534196041607,41.77489148779253],[-72.76527596036279,41.77433948768804],[-72.76525396034506,41.77415648765341],[-72.76521796032618,41.774032487630635],[-72.76510996026964,41.77366148756245],[-72.76507496025116,41.773538487539824],[-72.76495596018675,41.77309348745771],[-72.76491696016481,41.77293348742806],[-72.76485996013284,41.77270048738491],[-72.7648139600959,41.772319487312785],[-72.76482596007284,41.771851487222015],[-72.76484496006833,41.771665487185466],[-72.76486696006322,41.771452487143605],[-72.7649119600561,41.77107448706915],[-72.76498696004482,41.77045448694698],[-72.76502296004475,41.77024948690621],[-72.76513496004596,41.769637486784376],[-72.76517196004626,41.76943348674377],[-72.76517396003482,41.76922348670314],[-72.765174960034,41.76920348669925],[-72.76515896000569,41.768802486622306],[-72.76512895998404,41.768596486583476],[-72.76509895996234,41.768389486544464],[-72.76501395990957,41.76795348646297],[-72.76500495990403,41.76790848645458],[-72.76491395985711,41.76760848639957],[-72.76472195969482,41.76587648607116],[-72.76456895963837,41.765761486053876],[-72.7645729596388,41.76574648605085]]]},"properties":{"name":4977,"geoid":"09003497700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.62500091048183,41.701277478069],[-72.62688891108368,41.70104747796404],[-72.62819591148832,41.70067747785054],[-72.63523491366763,41.69868747723983],[-72.63532691369623,41.69866347723222],[-72.63542591370675,41.698282477155296],[-72.63592491376,41.69636547676812],[-72.63600891376903,41.69604447670328],[-72.63659091383096,41.693805476251086],[-72.6366799138405,41.693464476182186],[-72.63673691384442,41.69320747613061],[-72.63674291384295,41.693147476118796],[-72.63667091380474,41.69288847607095],[-72.63615491358719,41.692020475919385],[-72.63590391349177,41.69178047588095],[-72.63579891345186,41.69168047586494],[-72.63566491340086,41.691551475844236],[-72.63433491292068,41.69072647572707],[-72.63374791271211,41.69042147568679],[-72.63268291233379,41.689869475614],[-72.63205991212472,41.68976147561301],[-72.63140291190419,41.68964647561178],[-72.63069391166626,41.68952347561067],[-72.62973591134764,41.689407475618864],[-72.62798991076974,41.68924547564338],[-72.62693491042053,41.68914747565817],[-72.62624391019185,41.689083475667886],[-72.62453590962647,41.688924475691756],[-72.61853590764046,41.688366475775695],[-72.61573590671375,41.688107475815094],[-72.61637390691762,41.68803847578131],[-72.61829090753034,41.68783347568028],[-72.61892990773464,41.68776647564685],[-72.62053990825133,41.6876314755692],[-72.62477690961128,41.68727947536544],[-72.62536990980156,41.68722947533678],[-72.62698091031865,41.68709547525927],[-72.62799891064688,41.68703747521544],[-72.63105491163233,41.68686447508412],[-72.63207391196097,41.68680747504045],[-72.63450091273654,41.686546474912205],[-72.6367739134629,41.68630247479216],[-72.64178191506315,41.6857634745274],[-72.64420991583907,41.68550347439926],[-72.64497091608207,41.68541847435843],[-72.64725391681112,41.685165474236285],[-72.6480159170545,41.68508147419562],[-72.64817791710638,41.68506647418752],[-72.64866291726177,41.685021474163264],[-72.64882591731407,41.68500747415534],[-72.64888391733271,41.685003474152694],[-72.64905691738838,41.68499147414484],[-72.6491159174074,41.68498847414236],[-72.64913191741611,41.685049474153665],[-72.64917691744012,41.68521347418398],[-72.64918391744348,41.68523247418743],[-72.64920691745436,41.68529247419833],[-72.64945991755097,41.68554147423845],[-72.64984191769669,41.685915474298646],[-72.65020191783628,41.68630747436304],[-72.65020891783897,41.686314474364146],[-72.65044291792972,41.686569474406035],[-72.6508219180864,41.6871524745068],[-72.65091191812363,41.68729147453084],[-72.6509609181451,41.68738847454807],[-72.65164891844667,41.68874747478921],[-72.65221991870467,41.6900104750155],[-72.65261991888536,41.69089447517385],[-72.65298091905427,41.69179447533657],[-72.6532939191975,41.692518475466734],[-72.65357091932412,41.693156475581404],[-72.65411991956681,41.69427647578067],[-72.65446591971906,41.69496947590376],[-72.65487291988892,41.695623476017346],[-72.6557479202629,41.697183476291336],[-72.65660892063093,41.69871847656093],[-72.65716392085719,41.699515476697435],[-72.65793092116972,41.700614476885605],[-72.65872392149915,41.70186047710139],[-72.65877392152034,41.70194647711644],[-72.65926192172729,41.7027874772636],[-72.6593069217472,41.70287947727995],[-72.65944292180737,41.70315747732942],[-72.65948892182764,41.70325047734595],[-72.65951292183827,41.70329947735466],[-72.65958792187116,41.70344747738092],[-72.65961292188214,41.70349747738979],[-72.6597359219482,41.70395247747391],[-72.65974092195097,41.70397247747762],[-72.65985992201634,41.704438477564004],[-72.65994292207951,41.70507147768388],[-72.65995592210425,41.70543047775296],[-72.65997592213891,41.70592347784776],[-72.65992292217214,41.70680747802056],[-72.6598809221991,41.707518478159535],[-72.65990092224392,41.708189478288766],[-72.65996292230027,41.708822478409296],[-72.66009692237036,41.70928547849461],[-72.66015992239915,41.70943047852066],[-72.66026192244574,41.70966447856268],[-72.66051592256156,41.7102434786666],[-72.66075492266921,41.71076547875996],[-72.66102492279087,41.711355478865485],[-72.66142892297937,41.712351479045296],[-72.66164492308016,41.71288447914152],[-72.66171392311081,41.713027479166975],[-72.6618089231529,41.713222479201676],[-72.66191092319977,41.71346147924464],[-72.6619739232287,41.71360847927108],[-72.66198992323636,41.71365147927888],[-72.66203992326001,41.713780479302244],[-72.66205692326807,41.71382447931022],[-72.66217792332257,41.71408847935742],[-72.66254292348673,41.71488047949898],[-72.66266492354154,41.71514447954616],[-72.66272592356994,41.715293479573035],[-72.66291192365617,41.715742479653954],[-72.66297392368494,41.715892479680996],[-72.66357392395176,41.71714147990345],[-72.66391292411613,41.718085480075246],[-72.664313924293,41.7188944802189],[-72.66449492437287,41.71926048028392],[-72.66463492443467,41.71954348033419],[-72.66547992481584,41.721396480665604],[-72.66587192499385,41.7222764808233],[-72.66611692510614,41.72284448092533],[-72.6662119251496,41.723063480964655],[-72.66662592534112,41.7240544811431],[-72.66682592543448,41.72454748123206],[-72.66698092550676,41.7249284813008],[-72.6672179256273,41.72568648143983],[-72.66730692567803,41.72606648151051],[-72.66733092569152,41.726165481528874],[-72.66742392574588,41.72658648160734],[-72.66743892576352,41.726809481649994],[-72.66748692581743,41.72747848177787],[-72.66750292583545,41.7277024818207],[-72.66748792583778,41.727828481845556],[-72.66744892584566,41.728188481916455],[-72.66744592584588,41.72820948192061],[-72.66743992584702,41.728263481931236],[-72.66743192584858,41.728336481945625],[-72.6670179257167,41.72838848196898],[-72.66610092542469,41.72850548202104],[-72.66577792532173,41.728545482039145],[-72.66536492519023,41.72859848206265],[-72.66503692508373,41.72860448207435],[-72.66483592501808,41.72860148208021],[-72.65931392326091,41.729330482398446],[-72.65910992320016,41.72943048242434],[-72.65871192308178,41.72962748247522],[-72.65732492263724,41.729755482544476],[-72.65560292208546,41.72991648263089],[-72.65128292061449,41.728803482554135],[-72.64928491993422,41.72828948251878],[-72.64899491983535,41.728212482513186],[-72.64812591953915,41.72798348249677],[-72.64783691944068,41.72790748249132],[-72.647751919412,41.72789048249076],[-72.64766691938334,41.727873482490196],[-72.64753091933748,41.72784648248933],[-72.64698691915409,41.7277384824859],[-72.64661291902796,41.72766348248337],[-72.64630791892512,41.727602482481345],[-72.64499191847604,41.727246482454674],[-72.6443129182444,41.72706348244105],[-72.64359791800042,41.72687048242663],[-72.63832991620286,41.725446482319995],[-72.63633591552248,41.7249074822796],[-72.63844191619104,41.72460048215272],[-72.63854191622278,41.724585482146594],[-72.645160918324,41.723621481747884],[-72.64538891839639,41.72358848173419],[-72.64736791902463,41.723300481615006],[-72.64781691916758,41.72324248158938],[-72.64826691931081,41.72318348156354],[-72.64886891950242,41.72310448152896],[-72.64805191918805,41.72226048139185],[-72.64743191894947,41.72161948128769],[-72.64400291763008,41.71807648071202],[-72.6424429170299,41.71646548045026],[-72.64057391631083,41.71453448013646],[-72.63830991554912,41.71411048012695],[-72.63688491507551,41.71394548014067],[-72.62574491137323,41.7126604802488],[-72.62454091097314,41.712522480260645],[-72.62203591013912,41.712207480279886],[-72.62197891011787,41.71216048027261],[-72.62192191009657,41.71211248026515],[-72.61904490902221,41.709707479891705],[-72.61593790786198,41.707109479488196],[-72.61621590792693,41.70666047939238],[-72.61722690815154,41.70482247900419],[-72.61761290823253,41.70403747883985],[-72.61814690838385,41.7036404787459],[-72.619716908829,41.702477478470485],[-72.62121390930056,41.70219547836798],[-72.62178890948178,41.70208847832885],[-72.62500091048183,41.701277478069]]]},"properties":{"name":4921,"geoid":"09003492100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.67274692616238,41.70354347697737],[-72.67283192622081,41.70408147707877],[-72.67284592624472,41.70442047714394],[-72.67297592631597,41.70492647723772],[-72.67298192631895,41.70494447724101],[-72.67322892643787,41.705617477363354],[-72.67325292644945,41.70568347737536],[-72.67447292703368,41.70895347796912],[-72.67477792717959,41.709768478117056],[-72.67499492727954,41.710280478209185],[-72.67507192731253,41.71041847823341],[-72.67510692732752,41.71048147824448],[-72.67534092742254,41.71081047830066],[-72.67543292745994,41.710940478322854],[-72.67558992752377,41.71116247836078],[-72.67613992772901,41.71161947843156],[-72.67614692773158,41.7116244784323],[-72.67720192811653,41.712347478538355],[-72.67778692832708,41.7126974785873],[-72.67859992862498,41.713276478673265],[-72.67862292863354,41.713295478676194],[-72.6787589286841,41.713404478692915],[-72.67889392873893,41.71359447872537],[-72.67897492877331,41.71373447874984],[-72.67912092884386,41.71413647882295],[-72.67878692873879,41.714201478846256],[-72.67778492842382,41.71440047891693],[-72.67745192831917,41.714467478940584],[-72.67720192824027,41.714511478957135],[-72.67645492800463,41.71464547900704],[-72.67620692792643,41.714690479023695],[-72.67389792720027,41.71514347918547],[-72.67301392692178,41.71530847924579],[-72.67167092649971,41.71557747934095],[-72.67103392629917,41.71569847938481],[-72.6693779257787,41.71602947950201],[-72.66888692562415,41.71612347953595],[-72.66741692516163,41.71640847963828],[-72.66692692500746,41.71650347967238],[-72.66662592491267,41.71656047969309],[-72.66572592462936,41.716732479755244],[-72.66542592453494,41.716790479776094],[-72.66527192448638,41.71681847978645],[-72.66481092434127,41.716906479818284],[-72.66465792429312,41.71693647982898],[-72.66357392395176,41.71714147990345],[-72.66297392368494,41.715892479680996],[-72.66291192365617,41.715742479653954],[-72.66272592356994,41.715293479573035],[-72.66266492354154,41.71514447954616],[-72.66254292348673,41.71488047949898],[-72.66217792332257,41.71408847935742],[-72.66205692326807,41.71382447931022],[-72.66203992326001,41.713780479302244],[-72.66198992323636,41.71365147927888],[-72.6619739232287,41.71360847927108],[-72.66191092319977,41.71346147924464],[-72.6618089231529,41.713222479201676],[-72.66171392311081,41.713027479166975],[-72.66164492308016,41.71288447914152],[-72.66142892297937,41.712351479045296],[-72.66102492279087,41.711355478865485],[-72.66075492266921,41.71076547875996],[-72.66051592256156,41.7102434786666],[-72.66026192244574,41.70966447856268],[-72.66015992239915,41.70943047852066],[-72.66009692237036,41.70928547849461],[-72.65996292230027,41.708822478409296],[-72.65990092224392,41.708189478288766],[-72.6598809221991,41.707518478159535],[-72.65992292217214,41.70680747802056],[-72.65997592213891,41.70592347784776],[-72.65995592210425,41.70543047775296],[-72.65994292207951,41.70507147768388],[-72.65985992201634,41.704438477564004],[-72.65974092195097,41.70397247747762],[-72.6597359219482,41.70395247747391],[-72.65961292188214,41.70349747738979],[-72.65958792187116,41.70344747738092],[-72.65951292183827,41.70329947735466],[-72.65948892182764,41.70325047734595],[-72.65944292180737,41.70315747732942],[-72.6593069217472,41.70287947727995],[-72.65926192172729,41.7027874772636],[-72.65877392152034,41.70194647711644],[-72.65872392149915,41.70186047710139],[-72.65793092116972,41.700614476885605],[-72.65716392085719,41.699515476697435],[-72.65660892063093,41.69871847656093],[-72.65693092072583,41.69854347651672],[-72.65696492073593,41.69852647651234],[-72.65724792082159,41.6984124764812],[-72.65768392095495,41.698261476437985],[-72.65796492104128,41.69817047641135],[-72.65801192105576,41.69815547640694],[-72.65832092115221,41.698082476382915],[-72.6584229211835,41.69804847637304],[-72.65860692123992,41.69798747635535],[-72.65872692127638,41.697941476342585],[-72.65882792130718,41.697904476332184],[-72.65891492133169,41.69783747631642],[-72.65901092135879,41.69776447629921],[-72.65910392138073,41.69761847626796],[-72.65911792138336,41.69758447626092],[-72.65916092139159,41.69748347624],[-72.6591949213879,41.69722447618877],[-72.65919792138605,41.69717547617918],[-72.65926092135368,41.69624847599768],[-72.65928292134319,41.69593947593713],[-72.65963192145445,41.69589747591783],[-72.65989892153844,41.69584547589919],[-72.66173792211734,41.69549447577227],[-72.66235192231068,41.695378475730124],[-72.66259792238797,41.69532947571275],[-72.66333892262098,41.69518347566072],[-72.663586922699,41.69513547564348],[-72.66383392277653,41.695084475625684],[-72.66457492300924,41.694933475572675],[-72.66482292308714,41.69488347555504],[-72.66507292316564,41.694832475537154],[-72.66582292340114,41.694679475483476],[-72.66607392348004,41.69462947546574],[-72.66634492356515,41.694574475446395],[-72.66698692376687,41.69444547540084],[-72.6671609238224,41.69442547539138],[-72.66743592391023,41.694395475376744],[-72.66762792397037,41.69435347536246],[-72.66820292415042,41.69422747531962],[-72.66839592421093,41.6941864753055],[-72.66979792465062,41.69389047520321],[-72.67066892492518,41.69373147514449],[-72.67099292507677,41.69453847529035],[-72.67132492524394,41.69557247547989],[-72.67102792515047,41.69562947550045],[-72.6701389248709,41.69580347556265],[-72.66984292477783,41.69586147558339],[-72.6698989248069,41.69605147561838],[-72.67006792489455,41.69662247572351],[-72.67012492492401,41.69681347575865],[-72.67018992495545,41.69699347579142],[-72.67038692505052,41.69753447588983],[-72.67045292508234,41.69771547592275],[-72.67050792510912,41.697870475951014],[-72.67067592519057,41.69833847603621],[-72.67073192521771,41.698494476064624],[-72.67080392525303,41.69870247610258],[-72.67102292535998,41.699326476216356],[-72.6710959253957,41.699535476254475],[-72.67138092548544,41.69948147623489],[-72.67223892575578,41.69932247617656],[-72.67252492584596,41.699270476157324],[-72.67255192586697,41.69948447619789],[-72.67256792587904,41.699604476220614],[-72.67257092588709,41.699728476244516],[-72.67258192591376,41.70013247632236],[-72.67258892592842,41.700349476364146],[-72.67264092597291,41.700831476455775],[-72.67264692598366,41.700985476485414],[-72.67272192611766,41.70290347685429],[-72.67274692616238,41.70354347697737]]]},"properties":{"name":4922,"geoid":"09003492200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.7063159370642,41.70301547579713],[-72.70641493712421,41.70350047588783],[-72.70663393725698,41.70457447608864],[-72.70672393730815,41.70495647615967],[-72.70683793737291,41.70543947624949],[-72.70685693738363,41.70551847626416],[-72.70691993741548,41.70571647630047],[-72.70701793746484,41.70602147635634],[-72.70714393753633,41.70655347645525],[-72.70721193757461,41.70683547650765],[-72.7073769376679,41.70752647663607],[-72.70743493770064,41.707768476681025],[-72.70752293775524,41.70822147676586],[-72.70767193784086,41.70886947688647],[-72.70782293792224,41.709432476990564],[-72.70786093794442,41.709603477022426],[-72.70786993794948,41.7096404770293],[-72.70793993798995,41.70994947708685],[-72.70802093803624,41.710297477151585],[-72.70804093804765,41.7103824771674],[-72.70799993805474,41.71073947723779],[-72.70787093806437,41.711641477416485],[-72.70755493808863,41.71386247785638],[-72.70732793811172,41.715556478191466],[-72.7073079381121,41.71567647821532],[-72.7071159381172,41.71685747844998],[-72.70709793812054,41.7170184784817],[-72.70686593812843,41.71847547877107],[-72.70616993815239,41.72285047963983],[-72.70593893816068,41.7243084799293],[-72.70571893809132,41.72434847994409],[-72.70505893788322,41.724468479988545],[-72.70483893781388,41.72450848000335],[-72.70471593777427,41.724516480008845],[-72.7029879372176,41.7246234800851],[-72.70252393706818,41.72465348010583],[-72.7013159366791,41.72472948015937],[-72.70131093667746,41.724729480159525],[-72.69918893599393,41.724862480253485],[-72.69743593542889,41.72496548032975],[-72.69656093514686,41.72501748036794],[-72.69632393507048,41.725031480378256],[-72.69594893495001,41.72506048039591],[-72.69558693483368,41.72508848041297],[-72.69517693470137,41.72510948043021],[-72.69495293462907,41.72512148043974],[-72.69431993442478,41.725154480466465],[-72.69394693430439,41.72517348048213],[-72.69392893429858,41.725174480482906],[-72.69353693417204,41.72519448049937],[-72.69319693406463,41.72525248052151],[-72.69228193377576,41.72541248058186],[-72.69217993374352,41.72542948058843],[-72.69184193363685,41.7254894806109],[-72.69177193361463,41.72549948061508],[-72.69173893360417,41.7255044806171],[-72.69156193354502,41.72547848061777],[-72.69149293352199,41.72546848061805],[-72.69103593336975,41.725409480621344],[-72.69033793314802,41.725507480662706],[-72.68995793302726,41.72556048068518],[-72.6853549315649,41.726205480957844],[-72.68382093107759,41.72642148104889],[-72.6837179310425,41.726394481046974],[-72.68357793099689,41.72639448105147],[-72.68357193099502,41.72639548105186],[-72.68339593093904,41.72641948106218],[-72.68327893089973,41.72639848106186],[-72.68313393084969,41.72634948105704],[-72.68300793080626,41.726307481052956],[-72.68289093076883,41.72631948105904],[-72.6828609307599,41.726334481062906],[-72.68275893072978,41.72638848107663],[-72.68268893071327,41.72649848110015],[-72.68253793066512,41.72651648110848],[-72.6824849306482,41.726522481111346],[-72.68187393045342,41.72659648114529],[-72.6816709303887,41.72662148115665],[-72.68141193030635,41.726656481171744],[-72.68063793006041,41.726764481217494],[-72.6803799299785,41.72680148123295],[-72.67905492955691,41.72697648130934],[-72.6774919290597,41.727184481399775],[-72.67508192829291,41.727503481538875],[-72.67375792787169,41.72767948161544],[-72.67241892744313,41.72781248168415],[-72.67187392727126,41.7279114817208],[-72.67116492704557,41.72800348176137],[-72.67112892703408,41.72800748176329],[-72.670932926971,41.728021481772295],[-72.67034892678335,41.72806648179975],[-72.67015392672072,41.72808148180891],[-72.66823792610491,41.72822748189866],[-72.66800192602803,41.728227481906245],[-72.66759792590084,41.728304481934096],[-72.66743192584858,41.728336481945625],[-72.66743992584702,41.728263481931236],[-72.66744592584588,41.72820948192061],[-72.66744892584566,41.728188481916455],[-72.66748792583778,41.727828481845556],[-72.66750292583545,41.7277024818207],[-72.66748692581743,41.72747848177787],[-72.66743892576352,41.726809481649994],[-72.66742392574588,41.72658648160734],[-72.66733092569152,41.726165481528874],[-72.66730692567803,41.72606648151051],[-72.6672179256273,41.72568648143983],[-72.66698092550676,41.7249284813008],[-72.66682592543448,41.72454748123206],[-72.66662592534112,41.7240544811431],[-72.6662119251496,41.723063480964655],[-72.66611692510614,41.72284448092533],[-72.66587192499385,41.7222764808233],[-72.66547992481584,41.721396480665604],[-72.66463492443467,41.71954348033419],[-72.66449492437287,41.71926048028392],[-72.664313924293,41.7188944802189],[-72.66391292411613,41.718085480075246],[-72.66357392395176,41.71714147990345],[-72.66465792429312,41.71693647982898],[-72.66481092434127,41.716906479818284],[-72.66527192448638,41.71681847978645],[-72.66542592453494,41.716790479776094],[-72.66572592462936,41.716732479755244],[-72.66662592491267,41.71656047969309],[-72.66692692500746,41.71650347967238],[-72.66741692516163,41.71640847963828],[-72.66888692562415,41.71612347953595],[-72.6693779257787,41.71602947950201],[-72.67103392629917,41.71569847938481],[-72.67167092649971,41.71557747934095],[-72.67301392692178,41.71530847924579],[-72.67389792720027,41.71514347918547],[-72.67620692792643,41.714690479023695],[-72.67645492800463,41.71464547900704],[-72.67720192824027,41.714511478957135],[-72.67745192831917,41.714467478940584],[-72.67778492842382,41.71440047891693],[-72.67878692873879,41.714201478846256],[-72.67912092884386,41.71413647882295],[-72.67932092890675,41.71409747880898],[-72.67992392909659,41.71398247876736],[-72.68012592916018,41.713944478753525],[-72.6804999292779,41.71387247872758],[-72.6816209296307,41.71365747864999],[-72.68199592974878,41.713586478624215],[-72.6831559301139,41.71336447854401],[-72.68386693033756,41.71322647849446],[-72.68402993038887,41.71319547848322],[-72.68488593065806,41.71302747842322],[-72.68602393101588,41.71280347834334],[-72.68645793115242,41.71271947831313],[-72.68776193156282,41.712469478222886],[-72.68819693169974,41.712386478192855],[-72.68844493177771,41.71233747817539],[-72.68919193201263,41.71219147812315],[-72.68944093209099,41.71214347810586],[-72.68968893216908,41.7120964780888],[-72.6904359324043,41.71195547803752],[-72.69068493248274,41.71190947802061],[-72.69094093256247,41.71184547800002],[-72.69170893280166,41.711654477938396],[-72.69196593288176,41.71159147791795],[-72.69217993294676,41.711509477895206],[-72.69222293295985,41.71149347789071],[-72.69251593304669,41.71134347785228],[-72.69278493312503,41.71118147781228],[-72.69298293318276,41.711063477783085],[-72.6930089331902,41.711045477778775],[-72.69308593321229,41.71099347776624],[-72.69311293322012,41.710976477762074],[-72.69332493328521,41.710907477741905],[-72.69333393328803,41.71090547774123],[-72.69365193338513,41.71079247770915],[-72.69396793348474,41.71073447768778],[-72.69418793355415,41.71069547767317],[-72.69443293363192,41.71066047765851],[-72.69516693386498,41.71055547761462],[-72.69541293394312,41.710521477600146],[-72.69587293408922,41.71045647757277],[-72.69725493452825,41.710263477491026],[-72.69771593467479,41.71020047746402],[-72.69786793472315,41.71018047745525],[-72.69832293486805,41.7101234774296],[-72.6984759349168,41.71010447742103],[-72.69868893498581,41.71009847741302],[-72.69933093519404,41.71008347738948],[-72.69954593526383,41.710079477381804],[-72.69976393531134,41.709669477295456],[-72.69992293534625,41.709374477233254],[-72.7003899354441,41.708426477034784],[-72.70059593548741,41.70801147694785],[-72.70082493553612,41.70755947685302],[-72.7015119356823,41.7062044765687],[-72.70174193573139,41.70575347647404],[-72.70181893574802,41.70560547644292],[-72.70205293579879,41.70516147634946],[-72.70213093581577,41.7050144763185],[-72.70219393582886,41.70488447629133],[-72.7023849358689,41.704497476210285],[-72.70244993588278,41.70436947618344],[-72.70255093590393,41.70416447614051],[-72.7028559359681,41.70355047601186],[-72.70295893598998,41.70334647596908],[-72.7032219360747,41.703330475957536],[-72.7036199362014,41.70327947593487],[-72.7055999368319,41.70303047582304],[-72.70625993704215,41.702948475785966],[-72.7063159370642,41.70301547579713]]]},"properties":{"name":4923,"geoid":"09003492300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.69996193837245,41.761953487400156],[-72.70018093844966,41.7620554874128],[-72.70021893846312,41.76207448741526],[-72.70032593850125,41.76213148742284],[-72.70051693857008,41.76224648743892],[-72.7007779386639,41.76239948746009],[-72.70072793866163,41.76264348750884],[-72.70069393866063,41.76281948754396],[-72.70069393866093,41.762824487544925],[-72.70059493865875,41.76334848764938],[-72.70056193865817,41.76352548768464],[-72.70041993866012,41.764365487851535],[-72.70035493866139,41.76475648792919],[-72.70023093866708,41.765559488088336],[-72.70003393867954,41.766894488352655],[-72.70002993867998,41.766924488358576],[-72.69987993867754,41.76773348851973],[-72.69997993870955,41.76772348851458],[-72.70027993880568,41.76769548849951],[-72.70038093883807,41.767686488494526],[-72.70077393896263,41.767625488470095],[-72.70195593933724,41.7674424883967],[-72.70234993946215,41.76738248837241],[-72.7025409395226,41.767351488360276],[-72.70295493965364,41.767284488334006],[-72.70311493970446,41.76726148832443],[-72.70325593974931,41.767242488316214],[-72.70330693976553,41.767235488313226],[-72.70331693977016,41.76725948831752],[-72.7033489397847,41.76733148833042],[-72.70335993978973,41.7673564883349],[-72.70340593981076,41.767461488353696],[-72.70338393982185,41.76777948841584],[-72.70334593982055,41.767972488454376],[-72.70392094000009,41.76783648840958],[-72.70415194007903,41.76790048841451],[-72.70421794010163,41.767919488416055],[-72.70484694032866,41.76830448847021],[-72.7050409404037,41.768510488503765],[-72.70502494040825,41.76868048853712],[-72.70522894049678,41.769064488604755],[-72.70510894046734,41.76923248864109],[-72.70475894034934,41.76916348863901],[-72.70421694017836,41.769261488675404],[-72.70342993992234,41.76926848870209],[-72.70323893986746,41.76939648873297],[-72.70329193989862,41.769638488778014],[-72.70353093998776,41.769834488808186],[-72.70378494008251,41.7700434888404],[-72.7042799402649,41.77041048889537],[-72.70433894030599,41.770791488967085],[-72.70440494033399,41.7709044889868],[-72.70443494034669,41.77095548899568],[-72.70450394037596,41.77107348901626],[-72.70452994038642,41.77110848902218],[-72.70456694040124,41.77115648903027],[-72.70464794043372,41.771262489048134],[-72.70416394029677,41.77162348913346],[-72.70405194026515,41.77170848915349],[-72.70277693986787,41.77202448925559],[-72.70267793984479,41.77218448928968],[-72.70277493988766,41.77238048932443],[-72.7030979400006,41.772514489339926],[-72.70326494005903,41.77258448934807],[-72.70324494008446,41.77314048945613],[-72.70319494006736,41.773126489455045],[-72.70288593996179,41.77304148944857],[-72.7027239399063,41.7729944894447],[-72.70116493937243,41.77254348940774],[-72.70088993927831,41.77246448940134],[-72.70064793919492,41.772385489393855],[-72.700280939069,41.77227548938441],[-72.69918293869229,41.77194548935599],[-72.69881693856672,41.77183548934652],[-72.69851593846319,41.771740489337844],[-72.69761493815325,41.77145548931177],[-72.6973149380501,41.77136148930328],[-72.6969029379085,41.771233489291795],[-72.6956669374838,41.77085048925756],[-72.6952559373426,41.770723489246244],[-72.69494493723565,41.77062648923753],[-72.69434593702987,41.77044148922105],[-72.69401193691513,41.7703384892119],[-72.69370193680865,41.7702434892035],[-72.69372693680396,41.77001948915941],[-72.69380393679053,41.769348489027294],[-72.69382993678619,41.76912548898337],[-72.69381793676719,41.768862488932946],[-72.69378493671132,41.76807648878211],[-72.69377393669268,41.76781448873185],[-72.69379393660554,41.76618248841584],[-72.69382793655711,41.76514548821435],[-72.69382793652537,41.76459248810749],[-72.69379693649482,41.764236488039685],[-72.69375993646676,41.76395748798694],[-72.69403293654878,41.763836487954784],[-72.69505193685175,41.76333048782423],[-72.6952709369149,41.76318748778955],[-72.6954739369734,41.763054487757316],[-72.69556493699866,41.76297848773971],[-72.69578193706101,41.76283248770451],[-72.69581693707018,41.76279348769583],[-72.69611493715688,41.762612487651275],[-72.69650393726738,41.762329487584076],[-72.69686193736456,41.76199048750704],[-72.6969329373855,41.76195248749741],[-72.6969299373936,41.76211048752805],[-72.69693893740347,41.76223148755113],[-72.69695293741826,41.76240948758508],[-72.69697693743183,41.76250948760364],[-72.6981089377844,41.76222648751253],[-72.6984019378771,41.76217848749381],[-72.69876293799501,41.76218348748318],[-72.69887293803107,41.762187487480396],[-72.69907293809663,41.76219448747532],[-72.69937393819332,41.762170487461],[-72.69996193837245,41.761953487400156]]]},"properties":{"name":5031,"geoid":"09003503100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.69370193680865,41.7702434892035],[-72.69401193691513,41.7703384892119],[-72.69434593702987,41.77044148922105],[-72.69494493723565,41.77062648923753],[-72.6952559373426,41.770723489246244],[-72.6956669374838,41.77085048925756],[-72.6969029379085,41.771233489291795],[-72.6973149380501,41.77136148930328],[-72.69761493815325,41.77145548931177],[-72.69851593846319,41.771740489337844],[-72.69881693856672,41.77183548934652],[-72.69918293869229,41.77194548935599],[-72.700280939069,41.77227548938441],[-72.70064793919492,41.772385489393855],[-72.70047793916208,41.772778489475265],[-72.69996993906433,41.77395848971959],[-72.69980093903192,41.774352489801146],[-72.69912593880564,41.774242489801615],[-72.69710393812801,41.773915489803514],[-72.69642993790214,41.77380648980413],[-72.69605093777531,41.77374848980513],[-72.69491393739496,41.773576489808484],[-72.69453593726851,41.77351948980964],[-72.69447993724962,41.773508489809316],[-72.69431193719309,41.773477489808734],[-72.6942569371746,41.773467489808574],[-72.69396693707718,41.77341648980805],[-72.69368993698416,41.77336848980768],[-72.6930979367854,41.77326648980703],[-72.69280893668837,41.77321648980665],[-72.69246393657274,41.77316048980693],[-72.69142893622607,41.772996489808556],[-72.69108393611049,41.77294148980903],[-72.69076993600572,41.77289848981082],[-72.6898309356925,41.77277248981668],[-72.6895179355881,41.772730489818635],[-72.68964593560479,41.772294489730285],[-72.69003393565613,41.77098648946507],[-72.6901629356732,41.77055148937686],[-72.69023293568137,41.77029648932536],[-72.69044393570634,41.76953348917114],[-72.69051493571487,41.76927948911976],[-72.69081493581626,41.7693424891223],[-72.69105093589607,41.76939348912455],[-72.69127093597208,41.76946848913196],[-72.69170093611953,41.76959648914286],[-72.69199593622069,41.769684489150364],[-72.69233693633818,41.769795489160856],[-72.69335993669081,41.77013148919287],[-72.69370193680865,41.7702434892035]]]},"properties":{"name":5033,"geoid":"09003503300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.68665993497294,41.778237490974504],[-72.68669393497949,41.77815849095815],[-72.6867609349941,41.77803249093166],[-72.68687793501671,41.777762490875745],[-72.68729393509729,41.77680449067728],[-72.68748093513014,41.776315490576785],[-72.68766893516344,41.77582849047665],[-72.68784093522328,41.77589449048387],[-72.68789893524304,41.775909490484906],[-72.68809593531039,41.77596449048921],[-72.68860793548487,41.77609749049844],[-72.68884493556565,41.77615949050277],[-72.68909593565088,41.7762194905063],[-72.68984993590699,41.77640049051701],[-72.6901019359926,41.77646149052068],[-72.69039793609323,41.77653449052527],[-72.69128893639628,41.776755490539315],[-72.6915859364973,41.77682949054403],[-72.69183493658184,41.77688849054743],[-72.69258193683552,41.77706749055796],[-72.6928309369201,41.77712749056155],[-72.69308093700495,41.777186490564894],[-72.69383093725962,41.77736549057534],[-72.69408193734486,41.777425490578864],[-72.69447693747908,41.77752149058469],[-72.69536893778222,41.77773849059791],[-72.695658937882,41.77783049060636],[-72.69604793801588,41.77795449061778],[-72.69536993782879,41.77854349075338],[-72.69524293779376,41.778654490778926],[-72.69368093735893,41.779945491078564],[-72.6932979372524,41.78026349115232],[-72.69260893706087,41.78083849128557],[-72.69252893703309,41.78080849128236],[-72.69228893694978,41.78071949127288],[-72.69220993692237,41.78069049126982],[-72.69214893690118,41.78066749126735],[-72.69196593683756,41.78059849125991],[-72.69190493681643,41.78057649125763],[-72.69172493675393,41.78050949125046],[-72.69118793656757,41.78031149122949],[-72.69100893650551,41.780246491222684],[-72.6907849364267,41.78014549121039],[-72.69048193632021,41.780010491194055],[-72.69011693619159,41.77984149117315],[-72.69010693618803,41.779836491172524],[-72.68990393611534,41.77972249115702],[-72.68970093604264,41.77960849114154],[-72.68909193582452,41.779266491095065],[-72.68888993575217,41.779152491079536],[-72.68885993574125,41.779132491076645],[-72.68877193570924,41.77907449106827],[-72.68874293569868,41.77905549106554],[-72.68856193563425,41.778960491053],[-72.68855493563174,41.77895649105247],[-72.68825793552556,41.77879249103033],[-72.68801593544072,41.77868849101802],[-72.68782893537518,41.77860849100858],[-72.6875949352945,41.77853149100123],[-72.68715393514253,41.77838749098761],[-72.68689693505372,41.77829949097887],[-72.68685693503996,41.77828649097765],[-72.68665993497294,41.778237490974504]]]},"properties":{"name":5035,"geoid":"09003503500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.69803293867257,41.778126490587134],[-72.69901493902132,41.77862749065232],[-72.69969993926529,41.7789884907],[-72.70086693968096,41.779604490781416],[-72.70166993996989,41.780079490847335],[-72.70212694013802,41.780413490897125],[-72.70248494027202,41.78071549094394],[-72.7030539404972,41.7814074910593],[-72.70340994064298,41.78192549114789],[-72.70361194073759,41.782426491238155],[-72.70368394077674,41.78269949128857],[-72.70394394091763,41.78367649146891],[-72.70410094101781,41.78452949162859],[-72.70389094094737,41.78449449162859],[-72.70333794076193,41.78440349162882],[-72.70326594073727,41.7843824916271],[-72.70326494073687,41.78438149162693],[-72.70306794066953,41.78432649162263],[-72.70305694067049,41.78440549163826],[-72.70303394066717,41.784478491653104],[-72.70290494063411,41.78463449168739],[-72.70280394060839,41.78475949171478],[-72.70270994058868,41.7849494917545],[-72.70262894057285,41.78513349179265],[-72.7025389405669,41.78554049187414],[-72.70244494056342,41.78601249196834],[-72.70235594056028,41.786462492058114],[-72.7023259405624,41.78666949209905],[-72.70232194056283,41.78669949210498],[-72.70222494054322,41.78690849214848],[-72.70211094051567,41.78707549218439],[-72.7019989404862,41.78719749221157],[-72.70198494048262,41.7872144922153],[-72.701836940441,41.78732949224226],[-72.70147294033117,41.78748249228353],[-72.70134394029091,41.78751349229368],[-72.7011859402413,41.787546492305154],[-72.7010919402119,41.78756749231222],[-72.7006759400785,41.78760549233295],[-72.70020193992404,41.78760549234821],[-72.699764939781,41.78759449236016],[-72.69920493959708,41.78756949237335],[-72.69912693957093,41.78755649237336],[-72.6987949394598,41.787505492374194],[-72.69845293934364,41.78742349236937],[-72.69819493925553,41.787353492364154],[-72.69742293899208,41.78714649234903],[-72.69716593890435,41.78707749234397],[-72.69690293881575,41.78702749234279],[-72.69678693877677,41.78700649234247],[-72.69646093866668,41.78693949234001],[-72.6961709385697,41.78689649234105],[-72.69611493855098,41.786888492341305],[-72.695850938463,41.78685449234324],[-72.69586793846152,41.78673249231913],[-72.69591593845763,41.786392492251906],[-72.69601593845016,41.78569549211407],[-72.69610793844073,41.78500949197862],[-72.69611193844042,41.784981491973085],[-72.69615493842943,41.78454649188768],[-72.69595693836463,41.78454149189308],[-72.69536293817038,41.784529491909886],[-72.69516493810562,41.784525491915495],[-72.69547993816516,41.783775491760494],[-72.6961739382997,41.78218049143007],[-72.6943279376581,41.78148349135486],[-72.69423993762737,41.78144749135073],[-72.69332693731096,41.78111849131655],[-72.69313093724219,41.781033491306445],[-72.69284193714124,41.780915491292944],[-72.69260893706087,41.78083849128557],[-72.6932979372524,41.78026349115232],[-72.69368093735893,41.779945491078564],[-72.69524293779376,41.778654490778926],[-72.69536993782879,41.77854349075338],[-72.69604793801588,41.77795449061778],[-72.69674793826063,41.77824449065128],[-72.69776993861973,41.7786984907061],[-72.69782193863007,41.7785834906822],[-72.69797993866186,41.778240490610855],[-72.69803293867257,41.778126490587134]]]},"properties":{"name":5037,"geoid":"09003503700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.71520594478802,41.78716549178001],[-72.71517594478952,41.78736149181883],[-72.71510194479423,41.78786249191796],[-72.71508994479538,41.787950491935334],[-72.71506094479727,41.78814749197432],[-72.71507994481934,41.788423492027015],[-72.71513694488566,41.78925349218545],[-72.71515694490812,41.789530492238306],[-72.71515794491378,41.78962349225621],[-72.71516094493082,41.789902492310006],[-72.71516294493681,41.789995492327904],[-72.71519394495509,41.79013749235433],[-72.7152869450099,41.790563492433584],[-72.71531894502856,41.79070649246018],[-72.71535594505075,41.79088249249296],[-72.71543294509722,41.79125449256231],[-72.71546694511746,41.79141349259193],[-72.71550494514003,41.79159049262488],[-72.71555594518892,41.792151492731556],[-72.7156009452311,41.7926294928224],[-72.71571194533661,41.793834493051506],[-72.71576494538616,41.79439549315812],[-72.7158539454579,41.79513849329871],[-72.7158869454773,41.7952884933266],[-72.71640194577695,41.79757949375233],[-72.71648094582297,41.79793149381776],[-72.71666494593012,41.79875149397013],[-72.71667894593827,41.79881349398164],[-72.71668594594279,41.79885249398896],[-72.7169719461261,41.800417494281874],[-72.71697194612625,41.80042049428245],[-72.71699294614005,41.800541494305136],[-72.717058946183,41.800913494374804],[-72.7170809461973,41.801037494398045],[-72.71789794648853,41.8014714944555],[-72.71794694652137,41.801764494510486],[-72.71801994656998,41.802195494591324],[-72.71770794665359,41.805413495222574],[-72.7175909466856,41.806631495461446],[-72.71706294651386,41.80663749547962],[-72.71547994599905,41.80665649553432],[-72.71495294582768,41.806663495552655],[-72.71351394536232,41.806726495611194],[-72.70919694396625,41.80691549578681],[-72.70775894350126,41.806979495845496],[-72.70769194346774,41.80677649580848],[-72.70759094341726,41.806471495752874],[-72.70753594338701,41.80625749571331],[-72.7075159433751,41.80616349569581],[-72.7074729433491,41.805955495657045],[-72.70743094332335,41.80574549561787],[-72.7073059432465,41.80511849550087],[-72.7072649432211,41.80490949546184],[-72.70725694320429,41.80466249541442],[-72.70726694320064,41.80454249539093],[-72.70728294319602,41.8043714953574],[-72.70740194318178,41.80345049517579],[-72.70741194318067,41.80337449516079],[-72.70740194316078,41.80308549510531],[-72.70737694314118,41.8028864950677],[-72.7073739431387,41.80286049506279],[-72.70729394310204,41.80267649502984],[-72.70721594306805,41.80252749500359],[-72.70709094301789,41.80236349497595],[-72.70706994300942,41.80233549497123],[-72.70695594296546,41.80221749495212],[-72.70682194290252,41.80188249489177],[-72.7068049428917,41.80179049487455],[-72.70680494289158,41.801788494874174],[-72.70656694273701,41.80045049462352],[-72.70651994270641,41.80018449457369],[-72.70647894268274,41.80000549454045],[-72.70654194270294,41.79999949453725],[-72.70673094276349,41.7999814945277],[-72.70679494278406,41.79997649452467],[-72.70700394285103,41.79995649451408],[-72.70763294305263,41.79989749448242],[-72.70784294311997,41.79987849447198],[-72.70815194321901,41.79984949445644],[-72.70908094351682,41.799763494409895],[-72.70939094361623,41.7997354943945],[-72.70949294364924,41.79973149439045],[-72.7097989437484,41.799721494378666],[-72.70990194378184,41.799719494374955],[-72.70955694364426,41.79928249430171],[-72.70852294323191,41.797972494082096],[-72.70845994320678,41.79789249406868],[-72.70819794310005,41.797521494005494],[-72.70806294304236,41.79728349396389],[-72.70796194299926,41.79710649393296],[-72.70765294286795,41.796574493840204],[-72.70751594280979,41.796339493799245],[-72.7073069427085,41.79576249369457],[-72.70715894263677,41.795354493620565],[-72.70710694260897,41.79516549358575],[-72.70678594243735,41.79400049337113],[-72.70662394235056,41.79340949326223],[-72.70653394230156,41.79306749319909],[-72.7062669421556,41.79204249300977],[-72.70617794210699,41.791701492946785],[-72.70572094187618,41.79027749268651],[-72.70510494156515,41.788359492335964],[-72.70451194126089,41.78642849198213],[-72.70441594120437,41.78598949190043],[-72.70425694111078,41.78526249176513],[-72.70410094101781,41.78452949162859],[-72.70466894120831,41.78462349162845],[-72.70534194143404,41.784735491628425],[-72.70619594171905,41.78485249162351],[-72.7063819417803,41.78486349161965],[-72.70695794197007,41.78489949160804],[-72.70719194204653,41.78490349160129],[-72.70724494206387,41.78490449159978],[-72.70789394227724,41.784937491585254],[-72.70806394233315,41.78494649158151],[-72.70812794235418,41.78494949158003],[-72.70823994239096,41.78495449157739],[-72.70824394239233,41.784955491577456],[-72.7085269424854,41.78497049157124],[-72.70857694250216,41.784978491571174],[-72.7086889425397,41.78499649157105],[-72.7088409425913,41.7850324915731],[-72.70917194270376,41.7851124915779],[-72.7096679428724,41.78523449158547],[-72.71024294307398,41.78548149161466],[-72.71055794318616,41.78564749163656],[-72.71099794334293,41.7858804916674],[-72.71125994343704,41.786032491688324],[-72.71171894360197,41.786299491725096],[-72.71204794372032,41.786493491751955],[-72.7123099438146,41.78664849177346],[-72.71251594388738,41.78674649178575],[-72.71253394389377,41.78675549178691],[-72.71290394402509,41.786942491811104],[-72.71314594410704,41.78699649181373],[-72.7132239441342,41.78702649181701],[-72.71327094415054,41.787044491818975],[-72.71346794421652,41.78707549181861],[-72.71381394433094,41.78710449181308],[-72.71390194436006,41.78711249181178],[-72.71485794467378,41.78715049178832],[-72.71520594478802,41.78716549178001]]]},"properties":{"name":5038,"geoid":"09003503800"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.70775894350126,41.806979495845496],[-72.70675594317547,41.80699849588149],[-72.70654294310626,41.80700249588912],[-72.70289794192225,41.807071496019866],[-72.70168294152761,41.80709549606364],[-72.700908941276,41.807106496090704],[-72.69858994052217,41.80714149617215],[-72.69781694027093,41.80715349619936],[-72.69736794012607,41.80717949621885],[-72.69602293969224,41.8072584962774],[-72.69557493954777,41.80728549629705],[-72.69473793927826,41.807342496335],[-72.69222993847086,41.80751749644954],[-72.69139393820176,41.807576496487854],[-72.69138393819321,41.807484496470416],[-72.69137693818718,41.80741949645809],[-72.6913379381625,41.8072114964192],[-72.69132193815211,41.807121496402345],[-72.69130193813612,41.806956496371136],[-72.69124493808917,41.806463496277786],[-72.69122593807356,41.80629949624675],[-72.69121093806066,41.806160496220386],[-72.69116593802214,41.80574549614174],[-72.69115193800963,41.80560749611554],[-72.69113393799498,41.80545449608659],[-72.6910819379518,41.80499849600023],[-72.69106493793751,41.80484649597143],[-72.69102693791449,41.80466149593695],[-72.69091493784606,41.8041064958334],[-72.69087793782337,41.80392149579888],[-72.6908339377985,41.80373849576498],[-72.69070393772468,41.80319149566355],[-72.6906609377002,41.8030094956298],[-72.69060293767025,41.80281749559459],[-72.69043093758106,41.80224149548894],[-72.69037393755144,41.80204949545369],[-72.69032593752179,41.80180549540814],[-72.69018593743522,41.80109349527517],[-72.69017893743201,41.80107749527232],[-72.69007693738583,41.800852495232164],[-72.69047693751989,41.800916495231625],[-72.69073393760415,41.80092549522511],[-72.69075393761075,41.800926495224665],[-72.69111693772945,41.80093349521432],[-72.69197393800583,41.800882495176886],[-72.69271993824574,41.80082649514205],[-72.69338193845877,41.80077849511147],[-72.69366193854914,41.80076349509957],[-72.69450193882028,41.80071749506364],[-72.69478293891106,41.80070349505188],[-72.69520893905023,41.80070949503933],[-72.69648993946895,41.800730495002135],[-72.69691693960853,41.80073749498973],[-72.69717793969365,41.80073849498152],[-72.6979619399495,41.80074449495744],[-72.69822394003506,41.800747494949604],[-72.69822694002085,41.80048349489851],[-72.69823993997971,41.79969449474578],[-72.69824393996589,41.79943149469486],[-72.69828893996893,41.79922949465442],[-72.69830793997049,41.79914849463817],[-72.69848793999999,41.79864149453447],[-72.69855794001158,41.79844649449457],[-72.69860994001857,41.798273494459494],[-72.69876794004045,41.79775849435498],[-72.69882094004784,41.79758649432006],[-72.69887594005598,41.797416494285464],[-72.69904094008061,41.79690949418226],[-72.69909694008912,41.79674049414783],[-72.69916094009889,41.79654749410849],[-72.69935294012832,41.79597149399109],[-72.69941794013849,41.79577949395194],[-72.6994769401465,41.79558449391238],[-72.69965594017137,41.795002493794236],[-72.69971594017977,41.79480849375485],[-72.6997879401925,41.79462149371642],[-72.70000694023166,41.79406149360123],[-72.70007994024475,41.793875493562965],[-72.70017494026594,41.793705493527085],[-72.70046294033047,41.793195493419326],[-72.70055894035204,41.7930264933836],[-72.70068094038174,41.79285149334587],[-72.70105094047213,41.792326493232586],[-72.70117494050253,41.792152493195],[-72.70129694053212,41.791975493156876],[-72.70166294062096,41.79144649304295],[-72.70178594065094,41.79127049300501],[-72.7019279406857,41.7910704929618],[-72.7023579407914,41.79047149283228],[-72.70250194082689,41.790272492789214],[-72.70264194086079,41.79006849274531],[-72.70306294096302,41.78946049261434],[-72.7032039409973,41.7892574925706],[-72.70330594101996,41.78907349253178],[-72.70361194108811,41.788524492415895],[-72.70371494111116,41.78834149237724],[-72.70379594112853,41.78818449234431],[-72.70386894114425,41.78804449231492],[-72.70399694116603,41.78769749224378],[-72.70405794117642,41.787532492209934],[-72.70403194116152,41.78742049218918],[-72.70397994113875,41.78731949217132],[-72.70386194109088,41.78715549214347],[-72.70384994108599,41.78713849214056],[-72.70368894102334,41.78696149211155],[-72.70349894095212,41.7867994920864],[-72.70325294086395,41.78666049206746],[-72.70295094075894,41.786545492054984],[-72.70278094070217,41.786521492055826],[-72.70235594056028,41.786462492058114],[-72.70244494056342,41.78601249196834],[-72.7025389405669,41.78554049187414],[-72.70262894057285,41.78513349179265],[-72.70270994058868,41.7849494917545],[-72.70280394060839,41.78475949171478],[-72.70290494063411,41.78463449168739],[-72.70303394066717,41.784478491653104],[-72.70305694067049,41.78440549163826],[-72.70306794066953,41.78432649162263],[-72.70326494073687,41.78438149162693],[-72.70326594073727,41.7843824916271],[-72.70333794076193,41.78440349162882],[-72.70389094094737,41.78449449162859],[-72.70410094101781,41.78452949162859],[-72.70425694111078,41.78526249176513],[-72.70441594120437,41.78598949190043],[-72.70451194126089,41.78642849198213],[-72.70510494156515,41.788359492335964],[-72.70572094187618,41.79027749268651],[-72.70617794210699,41.791701492946785],[-72.7062669421556,41.79204249300977],[-72.70653394230156,41.79306749319909],[-72.70662394235056,41.79340949326223],[-72.70678594243735,41.79400049337113],[-72.70710694260897,41.79516549358575],[-72.70715894263677,41.795354493620565],[-72.7073069427085,41.79576249369457],[-72.70751594280979,41.796339493799245],[-72.70765294286795,41.796574493840204],[-72.70796194299926,41.79710649393296],[-72.70806294304236,41.79728349396389],[-72.70819794310005,41.797521494005494],[-72.70845994320678,41.79789249406868],[-72.70852294323191,41.797972494082096],[-72.70955694364426,41.79928249430171],[-72.70990194378184,41.799719494374955],[-72.7097989437484,41.799721494378666],[-72.70949294364924,41.79973149439045],[-72.70939094361623,41.7997354943945],[-72.70908094351682,41.799763494409895],[-72.70815194321901,41.79984949445644],[-72.70784294311997,41.79987849447198],[-72.70763294305263,41.79989749448242],[-72.70700394285103,41.79995649451408],[-72.70679494278406,41.79997649452467],[-72.70673094276349,41.7999814945277],[-72.70654194270294,41.79999949453725],[-72.70647894268274,41.80000549454045],[-72.70651994270641,41.80018449457369],[-72.70656694273701,41.80045049462352],[-72.70680494289158,41.801788494874174],[-72.7068049428917,41.80179049487455],[-72.70682194290252,41.80188249489177],[-72.70695594296546,41.80221749495212],[-72.70706994300942,41.80233549497123],[-72.70709094301789,41.80236349497595],[-72.70721594306805,41.80252749500359],[-72.70729394310204,41.80267649502984],[-72.7073739431387,41.80286049506279],[-72.70737694314118,41.8028864950677],[-72.70740194316078,41.80308549510531],[-72.70741194318067,41.80337449516079],[-72.70740194318178,41.80345049517579],[-72.70728294319602,41.8043714953574],[-72.70726694320064,41.80454249539093],[-72.70725694320429,41.80466249541442],[-72.7072649432211,41.80490949546184],[-72.7073059432465,41.80511849550087],[-72.70743094332335,41.80574549561787],[-72.7074729433491,41.805955495657045],[-72.7075159433751,41.80616349569581],[-72.70753594338701,41.80625749571331],[-72.70759094341726,41.806471495752874],[-72.70769194346774,41.80677649580848],[-72.70775894350126,41.806979495845496]]]},"properties":{"name":5039,"geoid":"09003503900"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.70235594056028,41.786462492058114],[-72.70278094070217,41.786521492055826],[-72.70295094075894,41.786545492054984],[-72.70325294086395,41.78666049206746],[-72.70349894095212,41.7867994920864],[-72.70368894102334,41.78696149211155],[-72.70384994108599,41.78713849214056],[-72.70386194109088,41.78715549214347],[-72.70397994113875,41.78731949217132],[-72.70403194116152,41.78742049218918],[-72.70405794117642,41.787532492209934],[-72.70399694116603,41.78769749224378],[-72.70386894114425,41.78804449231492],[-72.70379594112853,41.78818449234431],[-72.70371494111116,41.78834149237724],[-72.70361194108811,41.788524492415895],[-72.70330594101996,41.78907349253178],[-72.7032039409973,41.7892574925706],[-72.70306294096302,41.78946049261434],[-72.70264194086079,41.79006849274531],[-72.70250194082689,41.790272492789214],[-72.7023579407914,41.79047149283228],[-72.7019279406857,41.7910704929618],[-72.70178594065094,41.79127049300501],[-72.70166294062096,41.79144649304295],[-72.70129694053212,41.791975493156876],[-72.70117494050253,41.792152493195],[-72.70105094047213,41.792326493232586],[-72.70068094038174,41.79285149334587],[-72.70055894035204,41.7930264933836],[-72.70046294033047,41.793195493419326],[-72.70017494026594,41.793705493527085],[-72.70007994024475,41.793875493562965],[-72.70000694023166,41.79406149360123],[-72.6997879401925,41.79462149371642],[-72.69971594017977,41.79480849375485],[-72.69965594017137,41.795002493794236],[-72.6994769401465,41.79558449391238],[-72.69941794013849,41.79577949395194],[-72.69935294012832,41.79597149399109],[-72.69916094009889,41.79654749410849],[-72.69909694008912,41.79674049414783],[-72.69904094008061,41.79690949418226],[-72.69887594005598,41.797416494285464],[-72.69882094004784,41.79758649432006],[-72.69876794004045,41.79775849435498],[-72.69860994001857,41.798273494459494],[-72.69855794001158,41.79844649449457],[-72.69848793999999,41.79864149453447],[-72.69830793997049,41.79914849463817],[-72.69828893996893,41.79922949465442],[-72.69824393996589,41.79943149469486],[-72.69823993997971,41.79969449474578],[-72.69822694002085,41.80048349489851],[-72.69822394003506,41.800747494949604],[-72.6979619399495,41.80074449495744],[-72.69717793969365,41.80073849498152],[-72.69691693960853,41.80073749498973],[-72.69648993946895,41.800730495002135],[-72.69520893905023,41.80070949503933],[-72.69478293891106,41.80070349505188],[-72.69450193882028,41.80071749506364],[-72.69366193854914,41.80076349509957],[-72.69338193845877,41.80077849511147],[-72.69271993824574,41.80082649514205],[-72.69197393800583,41.800882495176886],[-72.69111693772945,41.80093349521432],[-72.69075393761075,41.800926495224665],[-72.69073393760415,41.80092549522511],[-72.69047693751989,41.800916495231625],[-72.69007693738583,41.800852495232164],[-72.69006893736781,41.80058449518067],[-72.69004493731379,41.79978049502621],[-72.69003793729614,41.79951349497488],[-72.69004193728715,41.7993344949402],[-72.6900559372609,41.79879849483625],[-72.69006093725231,41.798620494801725],[-72.69005093721944,41.79810549470262],[-72.69003893717604,41.797418494570366],[-72.68995793711485,41.79681349445613],[-72.68994593709692,41.7965694944094],[-72.68992193705961,41.79605649431112],[-72.69068493730799,41.79605149428561],[-72.69297693805424,41.79603849420931],[-72.693740938303,41.79603449418394],[-72.69374393829058,41.79580149413884],[-72.69375393825383,41.79510549400415],[-72.69375793824184,41.794874493959405],[-72.69381093824579,41.79464249391292],[-72.69384593824851,41.79449149388262],[-72.69402793827742,41.79396249377461],[-72.69403593827882,41.79394149377029],[-72.69413193829908,41.793749493730125],[-72.69422093831676,41.79355249368922],[-72.69448893837024,41.79296349356686],[-72.69457893838829,41.79276749352612],[-72.69465893840483,41.79260149349147],[-72.6949019384554,41.792103493387486],[-72.69498293847231,41.79193849335302],[-72.69522393852034,41.791407493242716],[-72.6952849385144,41.790958493154044],[-72.69570893847568,41.78788049254596],[-72.695850938463,41.78685449234324],[-72.69611493855098,41.786888492341305],[-72.6961709385697,41.78689649234105],[-72.69646093866668,41.78693949234001],[-72.69678693877677,41.78700649234247],[-72.69690293881575,41.78702749234279],[-72.69716593890435,41.78707749234397],[-72.69742293899208,41.78714649234903],[-72.69819493925553,41.787353492364154],[-72.69845293934364,41.78742349236937],[-72.6987949394598,41.787505492374194],[-72.69912693957093,41.78755649237336],[-72.69920493959708,41.78756949237335],[-72.699764939781,41.78759449236016],[-72.70020193992404,41.78760549234821],[-72.7006759400785,41.78760549233295],[-72.7010919402119,41.78756749231222],[-72.7011859402413,41.787546492305154],[-72.70134394029091,41.78751349229368],[-72.70147294033117,41.78748249228353],[-72.701836940441,41.78732949224226],[-72.70198494048262,41.7872144922153],[-72.7019989404862,41.78719749221157],[-72.70211094051567,41.78707549218439],[-72.70222494054322,41.78690849214848],[-72.70232194056283,41.78669949210498],[-72.7023259405624,41.78666949209905],[-72.70235594056028,41.786462492058114]]]},"properties":{"name":5040,"geoid":"09003504000"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.7030669391482,41.757844486506116],[-72.70343193926243,41.75776248647851],[-72.7035859393107,41.75772948646719],[-72.70404593945602,41.75765048643712],[-72.70465893964906,41.757534486394995],[-72.706068940093,41.75726548629761],[-72.70624394014726,41.75721748628272],[-72.70728194047469,41.75703048621314],[-72.70820494076663,41.75687848615408],[-72.70836994081874,41.756849486143146],[-72.70886594097546,41.75676448611077],[-72.70903194102797,41.756737486100214],[-72.70909394108244,41.75733448621358],[-72.70925894122594,41.75889748651035],[-72.70928894124897,41.75912848655403],[-72.70936894130925,41.75972448666665],[-72.70938494132228,41.7598604866924],[-72.7094349413621,41.76027048677005],[-72.7094519413755,41.76040748679597],[-72.70908694125924,41.7604534868166],[-72.70799494091158,41.76059448687901],[-72.70763094079568,41.76064148689981],[-72.70655294045125,41.7607594869573],[-72.7050879399794,41.76085448702282],[-72.70402193963638,41.76092848707142],[-72.70290993927952,41.761023487125556],[-72.70241293911876,41.76104348714543],[-72.70216993904216,41.761088487161935],[-72.70196993898028,41.76114548717938],[-72.70154093885192,41.761344487231646],[-72.70105193870282,41.76152248728179],[-72.70096993867783,41.761552487290224],[-72.70072493860341,41.76164648731628],[-72.70064393857886,41.76167848732506],[-72.70059593856448,41.761700487330856],[-72.7004879385324,41.761754487344774],[-72.70045393852206,41.761767487348386],[-72.70040593850763,41.76178848735397],[-72.70011293841888,41.76190548738602],[-72.69996193837245,41.761953487400156],[-72.69937393819332,41.762170487461],[-72.69907293809663,41.76219448747532],[-72.69887293803107,41.762187487480396],[-72.69876293799501,41.76218348748318],[-72.6984019378771,41.76217848749381],[-72.6981089377844,41.76222648751253],[-72.69697693743183,41.76250948760364],[-72.69695293741826,41.76240948758508],[-72.69693893740347,41.76223148755113],[-72.6969299373936,41.76211048752805],[-72.6969329373855,41.76195248749741],[-72.69792093767195,41.76133448734618],[-72.69838993780944,41.7610674872795],[-72.6987209379062,41.760874487231554],[-72.69908293800863,41.76060448716773],[-72.69923793805248,41.76048848714032],[-72.69962393815936,41.76015948706432],[-72.6996409381641,41.76014548706107],[-72.69981893820402,41.75983048699447],[-72.69983593820798,41.75980348698869],[-72.69988893822068,41.759723486971524],[-72.69990693822504,41.759697486965926],[-72.7000859382677,41.759424486907406],[-72.7002929383086,41.75896248681144],[-72.70040493832485,41.758609486739616],[-72.70045793832703,41.75834648668708],[-72.70066593839302,41.7583154866744],[-72.70081693844095,41.75829348666529],[-72.70103293850833,41.75824148664828],[-72.70128793858883,41.758196486631384],[-72.70149593865452,41.75816048661773],[-72.7017009387189,41.75811848660302],[-72.70231693891246,41.75799448655924],[-72.70252293897724,41.75795348654469],[-72.70263093901116,41.75793148653696],[-72.70293993910845,41.757872486515616],[-72.70295793911401,41.75786748651406],[-72.7030669391482,41.757844486506116]]]},"properties":{"name":5041,"geoid":"09003504100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.67274692616238,41.70354347697737],[-72.67292392621779,41.70350447696414],[-72.673038926254,41.7034824769562],[-72.67392092653192,41.70331947689633],[-72.67421592662492,41.703265476876425],[-72.67453992672694,41.703204476854204],[-72.67551192703316,41.703023476787976],[-72.67583692713562,41.70296447676614],[-72.67607092720915,41.702917476749526],[-72.67677292742984,41.70277847670009],[-72.67700792750374,41.702732476683636],[-72.67728992759233,41.702675476663565],[-72.67813792785877,41.70250547660344],[-72.67842092794776,41.70244947658352],[-72.67867692802837,41.702401476565996],[-72.67944392827009,41.702260476514084],[-72.67970092835111,41.702213476496745],[-72.67997792843806,41.702156476476816],[-72.68081192869995,41.70198647641713],[-72.68108992878729,41.701930476397386],[-72.68134792886828,41.701877476378826],[-72.68212492911229,41.701719476323305],[-72.68238392919366,41.701667476304934],[-72.68273192930299,41.701597476280206],[-72.68457192988305,41.70126247615629],[-72.68461192989808,41.70129747616177],[-72.6847329299336,41.70122947614473],[-72.68618793039016,41.70092747603955],[-72.68661993052656,41.70085247601118],[-72.68735693075783,41.70069947595789],[-72.68788993092511,41.700589475919486],[-72.68792793093692,41.700579475916314],[-72.68830293105377,41.700487475886476],[-72.68846093110317,41.700451475874445],[-72.68873193118786,41.70038947585374],[-72.68925093135164,41.70029747581926],[-72.68963993147328,41.700209475789734],[-72.69020993165164,41.70008247574684],[-72.69031293168426,41.700066475740435],[-72.69039193170873,41.70004447573365],[-72.69054693175687,41.70000347572073],[-72.69093993188108,41.699937475695336],[-72.69112393193927,41.69990747568362],[-72.69131093199861,41.69988047567239],[-72.69187493217767,41.69979947563859],[-72.69206293223739,41.69977347562752],[-72.69252993238626,41.699717475601695],[-72.69393093283288,41.699549475524165],[-72.69439793298176,41.69949347549833],[-72.69574893341165,41.69931747542086],[-72.69690993378536,41.699241475368865],[-72.69766493402888,41.69920047533668],[-72.69766493402865,41.6991964753359],[-72.69771893404679,41.6992064753361],[-72.69773393405139,41.699201475334654],[-72.69853593430992,41.69915547529998],[-72.69946693460737,41.69905547525072],[-72.69982093471944,41.698999475228504],[-72.69987293473591,41.69899147522529],[-72.70043093491185,41.6988904751878],[-72.70140093522222,41.69879447513806],[-72.70174393533195,41.69876047512045],[-72.70228493550258,41.698663475084295],[-72.70243193554919,41.69864147507531],[-72.7028719356888,41.698577475048786],[-72.70301993573578,41.69855647503997],[-72.70331693582929,41.698500475019586],[-72.70420793610988,41.69833347495862],[-72.70425493612473,41.69832547495557],[-72.70450393620273,41.698271474937115],[-72.70467093625425,41.69822147492208],[-72.70478993629104,41.69818747491167],[-72.70518093641368,41.698105474883235],[-72.70526993644164,41.698087474876885],[-72.70534993646625,41.69806247486946],[-72.70535993647574,41.69817147489026],[-72.70538793650115,41.69845647494452],[-72.70537393649906,41.698499474953294],[-72.70534293649503,41.698605474974805],[-72.70531993649047,41.69865647498542],[-72.70530093648681,41.698700474994546],[-72.70528393648341,41.69873847500245],[-72.70523493647113,41.69880247501642],[-72.70520093646265,41.69884747502622],[-72.70533393651458,41.69899847505117],[-72.70543893656252,41.69923847509426],[-72.70544893656793,41.69927647510128],[-72.7058289367752,41.70073647537168],[-72.70583793678004,41.70076947537779],[-72.70593293683729,41.70122947546376],[-72.7060069368818,41.701586475530476],[-72.70615793697263,41.70231447566653],[-72.7062349370174,41.70265847573064],[-72.7063159370642,41.70301547579713],[-72.70625993704215,41.702948475785966],[-72.7055999368319,41.70303047582304],[-72.7036199362014,41.70327947593487],[-72.7032219360747,41.703330475957536],[-72.70295893598998,41.70334647596908],[-72.7028559359681,41.70355047601186],[-72.70255093590393,41.70416447614051],[-72.70244993588278,41.70436947618344],[-72.7023849358689,41.704497476210285],[-72.70219393582886,41.70488447629133],[-72.70213093581577,41.7050144763185],[-72.70205293579879,41.70516147634946],[-72.70181893574802,41.70560547644292],[-72.70174193573139,41.70575347647404],[-72.7015119356823,41.7062044765687],[-72.70082493553612,41.70755947685302],[-72.70059593548741,41.70801147694785],[-72.7003899354441,41.708426477034784],[-72.69992293534625,41.709374477233254],[-72.69976393531134,41.709669477295456],[-72.69954593526383,41.710079477381804],[-72.69933093519404,41.71008347738948],[-72.69868893498581,41.71009847741302],[-72.6984759349168,41.71010447742103],[-72.69832293486805,41.7101234774296],[-72.69786793472315,41.71018047745525],[-72.69771593467479,41.71020047746402],[-72.69725493452825,41.710263477491026],[-72.69587293408922,41.71045647757277],[-72.69541293394312,41.710521477600146],[-72.69516693386498,41.71055547761462],[-72.69443293363192,41.71066047765851],[-72.69418793355415,41.71069547767317],[-72.69396793348474,41.71073447768778],[-72.69365193338513,41.71079247770915],[-72.69333393328803,41.71090547774123],[-72.69332493328521,41.710907477741905],[-72.69311293322012,41.710976477762074],[-72.69308593321229,41.71099347776624],[-72.6930089331902,41.711045477778775],[-72.69298293318276,41.711063477783085],[-72.69278493312503,41.71118147781228],[-72.69251593304669,41.71134347785228],[-72.69222293295985,41.71149347789071],[-72.69217993294676,41.711509477895206],[-72.69196593288176,41.71159147791795],[-72.69170893280166,41.711654477938396],[-72.69094093256247,41.71184547800002],[-72.69068493248274,41.71190947802061],[-72.6904359324043,41.71195547803752],[-72.68968893216908,41.7120964780888],[-72.68944093209099,41.71214347810586],[-72.68919193201263,41.71219147812315],[-72.68844493177771,41.71233747817539],[-72.68819693169974,41.712386478192855],[-72.68776193156282,41.712469478222886],[-72.68645793115242,41.71271947831313],[-72.68602393101588,41.71280347834334],[-72.68488593065806,41.71302747842322],[-72.68402993038887,41.71319547848322],[-72.68386693033756,41.71322647849446],[-72.6831559301139,41.71336447854401],[-72.68199592974878,41.713586478624215],[-72.6816209296307,41.71365747864999],[-72.6804999292779,41.71387247872758],[-72.68012592916018,41.713944478753525],[-72.67992392909659,41.71398247876736],[-72.67932092890675,41.71409747880898],[-72.67912092884386,41.71413647882295],[-72.67897492877331,41.71373447874984],[-72.67889392873893,41.71359447872537],[-72.6787589286841,41.713404478692915],[-72.67862292863354,41.713295478676194],[-72.67859992862498,41.713276478673265],[-72.67778692832708,41.7126974785873],[-72.67720192811653,41.712347478538355],[-72.67614692773158,41.7116244784323],[-72.67613992772901,41.71161947843156],[-72.67558992752377,41.71116247836078],[-72.67543292745994,41.710940478322854],[-72.67534092742254,41.71081047830066],[-72.67510692732752,41.71048147824448],[-72.67507192731253,41.71041847823341],[-72.67499492727954,41.710280478209185],[-72.67477792717959,41.709768478117056],[-72.67447292703368,41.70895347796912],[-72.67325292644945,41.70568347737536],[-72.67322892643787,41.705617477363354],[-72.67298192631895,41.70494447724101],[-72.67297592631597,41.70492647723772],[-72.67284592624472,41.70442047714394],[-72.67283192622081,41.70408147707877],[-72.67274692616238,41.70354347697737]]]},"properties":{"name":4924,"geoid":"09003492400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.67066892492518,41.69373147514449],[-72.67274892557975,41.69333247500051],[-72.6749899262835,41.69287647484033],[-72.6755069264462,41.692777474804565],[-72.67706092693541,41.6924824746976],[-72.67757992709886,41.69238547466216],[-72.67768792713296,41.69236647465501],[-72.67801492723629,41.69231147463387],[-72.67812392727083,41.69229447462707],[-72.6783009273267,41.692263474615395],[-72.67883392749508,41.69217247458066],[-72.67901192755139,41.69214347456936],[-72.67926492763131,41.692100474552895],[-72.6800239278711,41.69197147450357],[-72.68027792795142,41.691929474487296],[-72.68124392825672,41.69176747442492],[-72.6820399285084,41.69163547437382],[-72.68286292876566,41.691447474311005],[-72.68305192882228,41.6913614742883],[-72.68401092910588,41.6908594741603],[-72.68487992936298,41.6904064740447],[-72.68524892947212,41.690213473995485],[-72.68635692979983,41.68963447384781],[-72.68663792988298,41.68948847381051],[-72.68672992991065,41.68944847379982],[-72.68685292994763,41.68939447378543],[-72.68720593005389,41.689242473744656],[-72.68722193005864,41.68923447374261],[-72.68734293009474,41.68917647372748],[-72.68760493017626,41.68911047370629],[-72.68788493026351,41.68904147368394],[-72.68832893040356,41.688962473654385],[-72.68839893042568,41.688950473649825],[-72.68866593051021,41.68890847363313],[-72.68900193061715,41.68886547361401],[-72.6900089309378,41.688738473557095],[-72.69034593104514,41.688696473538144],[-72.69071393116252,41.688653473517995],[-72.69162993145473,41.688547473468056],[-72.69181993151487,41.68851747345615],[-72.69218693163123,41.688462473433724],[-72.69275093181197,41.68841147340574],[-72.69281093183098,41.68840247340206],[-72.69373893212583,41.68827447334748],[-72.6944789323645,41.68823447331598],[-72.69468093243084,41.688244473311435],[-72.69530793263695,41.68827847329788],[-72.6957199327759,41.68836247330091],[-72.6969589331939,41.688617473310515],[-72.69737193333323,41.68870247331369],[-72.69803593355675,41.68883047331716],[-72.6980629335659,41.68883647331746],[-72.69839493367576,41.6888674733128],[-72.69882793381646,41.68886247329793],[-72.69964293407686,41.688775473254886],[-72.70005393420732,41.68871647323027],[-72.7006119343845,41.688637473197055],[-72.70072493442099,41.68863247319245],[-72.70094093449076,41.688622473183585],[-72.70101093451343,41.68862047318095],[-72.70135593462594,41.68862347317044],[-72.70158993470315,41.688641473166406],[-72.7018069347748,41.68865847316273],[-72.70202493484834,41.68870347316444],[-72.70259093503932,41.68882047316892],[-72.7026809350695,41.68883547316893],[-72.70290093514323,41.68887247316902],[-72.70296893516594,41.68888247316878],[-72.70317493523471,41.688912473167974],[-72.70324393525783,41.688923473167875],[-72.7036329354575,41.690200473402626],[-72.7048009360569,41.69403147410679],[-72.70519093625694,41.69530847434148],[-72.70494493624456,41.69649247457858],[-72.70484693624074,41.69698347467678],[-72.70500893631332,41.69733047473874],[-72.70534993646625,41.69806247486946],[-72.70526993644164,41.698087474876885],[-72.70518093641368,41.698105474883235],[-72.70478993629104,41.69818747491167],[-72.70467093625425,41.69822147492208],[-72.70450393620273,41.698271474937115],[-72.70425493612473,41.69832547495557],[-72.70420793610988,41.69833347495862],[-72.70331693582929,41.698500475019586],[-72.70301993573578,41.69855647503997],[-72.7028719356888,41.698577475048786],[-72.70243193554919,41.69864147507531],[-72.70228493550258,41.698663475084295],[-72.70174393533195,41.69876047512045],[-72.70140093522222,41.69879447513806],[-72.70043093491185,41.6988904751878],[-72.69987293473591,41.69899147522529],[-72.69982093471944,41.698999475228504],[-72.69946693460737,41.69905547525072],[-72.69853593430992,41.69915547529998],[-72.69773393405139,41.699201475334654],[-72.69771893404679,41.6992064753361],[-72.69766493402865,41.6991964753359],[-72.69766493402888,41.69920047533668],[-72.69690993378536,41.699241475368865],[-72.69574893341165,41.69931747542086],[-72.69439793298176,41.69949347549833],[-72.69393093283288,41.699549475524165],[-72.69252993238626,41.699717475601695],[-72.69206293223739,41.69977347562752],[-72.69187493217767,41.69979947563859],[-72.69131093199861,41.69988047567239],[-72.69112393193927,41.69990747568362],[-72.69093993188108,41.699937475695336],[-72.69054693175687,41.70000347572073],[-72.69039193170873,41.70004447573365],[-72.69031293168426,41.700066475740435],[-72.69020993165164,41.70008247574684],[-72.68963993147328,41.700209475789734],[-72.68925093135164,41.70029747581926],[-72.68873193118786,41.70038947585374],[-72.68846093110317,41.700451475874445],[-72.68830293105377,41.700487475886476],[-72.68792793093692,41.700579475916314],[-72.68788993092511,41.700589475919486],[-72.68735693075783,41.70069947595789],[-72.68661993052656,41.70085247601118],[-72.68618793039016,41.70092747603955],[-72.6847329299336,41.70122947614473],[-72.68461192989808,41.70129747616177],[-72.68457192988305,41.70126247615629],[-72.68273192930299,41.701597476280206],[-72.68238392919366,41.701667476304934],[-72.68212492911229,41.701719476323305],[-72.68134792886828,41.701877476378826],[-72.68108992878729,41.701930476397386],[-72.68081192869995,41.70198647641713],[-72.67997792843806,41.702156476476816],[-72.67970092835111,41.702213476496745],[-72.67944392827009,41.702260476514084],[-72.67867692802837,41.702401476565996],[-72.67842092794776,41.70244947658352],[-72.67813792785877,41.70250547660344],[-72.67728992759233,41.702675476663565],[-72.67700792750374,41.702732476683636],[-72.67677292742984,41.70277847670009],[-72.67607092720915,41.702917476749526],[-72.67583692713562,41.70296447676614],[-72.67551192703316,41.703023476787976],[-72.67453992672694,41.703204476854204],[-72.67421592662492,41.703265476876425],[-72.67392092653192,41.70331947689633],[-72.673038926254,41.7034824769562],[-72.67292392621779,41.70350447696414],[-72.67274692616238,41.70354347697737],[-72.67272192611766,41.70290347685429],[-72.67264692598366,41.700985476485414],[-72.67264092597291,41.700831476455775],[-72.67258892592842,41.700349476364146],[-72.67258192591376,41.70013247632236],[-72.67257092588709,41.699728476244516],[-72.67256792587904,41.699604476220614],[-72.67255192586697,41.69948447619789],[-72.67252492584596,41.699270476157324],[-72.67223892575578,41.69932247617656],[-72.67138092548544,41.69948147623489],[-72.6710959253957,41.699535476254475],[-72.67102292535998,41.699326476216356],[-72.67080392525303,41.69870247610258],[-72.67073192521771,41.698494476064624],[-72.67067592519057,41.69833847603621],[-72.67050792510912,41.697870475951014],[-72.67045292508234,41.69771547592275],[-72.67038692505052,41.69753447588983],[-72.67018992495545,41.69699347579142],[-72.67012492492401,41.69681347575865],[-72.67006792489455,41.69662247572351],[-72.6698989248069,41.69605147561838],[-72.66984292477783,41.69586147558339],[-72.6701389248709,41.69580347556265],[-72.67102792515047,41.69562947550045],[-72.67132492524394,41.69557247547989],[-72.67099292507677,41.69453847529035],[-72.67066892492518,41.69373147514449]]]},"properties":{"name":4925,"geoid":"09003492500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.68807393881772,41.83707950228778],[-72.68822993896835,41.838811502616835],[-72.68873893965858,41.84790950435508],[-72.68902594004767,41.85303550533423],[-72.68902494005714,41.85320550536705],[-72.6887689399619,41.85300150533597],[-72.68844593984419,41.85278650530492],[-72.68835793981047,41.85269950529099],[-72.68821293975829,41.85261450527928],[-72.68809393971551,41.852545505269795],[-72.6878659396361,41.85245750526019],[-72.68779993960887,41.85235850524322],[-72.68772693958253,41.85231450523708],[-72.6874109394735,41.85221050522721],[-72.68728593942485,41.85207350520483],[-72.6871029393639,41.85205150520649],[-72.68701493933047,41.85196950519351],[-72.68694193928701,41.851628505130115],[-72.68687593926175,41.85156350511971],[-72.68669193919796,41.8514975051129],[-72.68637593907877,41.85121750506909],[-72.68619993901159,41.851047505042],[-72.6860169389405,41.850849505009705],[-72.68599793893259,41.85081950500453],[-72.68591393889741,41.85068450498121],[-72.68532693868768,41.85036650493881],[-72.68518693863568,41.85025650492211],[-72.68509193859526,41.85009250489354],[-72.68484993850937,41.849971504878006],[-72.68427693831492,41.84983950487103],[-72.68425093830564,41.84982550486915],[-72.68411593825735,41.849751504859235],[-72.68399793821034,41.8496035048345],[-72.68336693800016,41.84952650483997],[-72.68282393782029,41.849477504848025],[-72.68217793760458,41.84938950485187],[-72.68169393744394,41.849340504858006],[-72.68119393727329,41.84920850484867],[-72.68114293725625,41.84920150484896],[-72.68070993711167,41.84914250485153],[-72.68020393694633,41.84913650486667],[-72.68007093690396,41.84915350487424],[-72.68004193689669,41.84919150488249],[-72.67976293683888,41.84976750500256],[-72.67961593680018,41.849927505038146],[-72.67943293674585,41.85002050506196],[-72.67927793670384,41.850168505095496],[-72.67915393668048,41.85046450515658],[-72.67912793667395,41.850498505163955],[-72.67907293666039,41.850574505180404],[-72.67884493660156,41.85084350523962],[-72.67878593659275,41.851024505276406],[-72.67894793667624,41.85155650537378],[-72.67896993669797,41.85180950542185],[-72.67893293669354,41.851941505448494],[-72.67872693664025,41.85218250550161],[-72.67835293653252,41.852429505561275],[-72.67818393648909,41.85263250560587],[-72.67803693644653,41.852725505628534],[-72.67792693641037,41.85272050563112],[-72.67789093640019,41.85274750563749],[-72.67791993641725,41.852879505662],[-72.67788993641284,41.852972505680896],[-72.67777293637721,41.85301650569315],[-72.67775093637195,41.85304950570023],[-72.67779493639009,41.853115505711536],[-72.67781693640298,41.85321450572991],[-72.6777289363781,41.85328050574546],[-72.67772893638409,41.85338450576552],[-72.67798593647674,41.85353850578695],[-72.67803693650063,41.85366450580959],[-72.67800793650316,41.85387250585064],[-72.67791193648293,41.85406450589073],[-72.67774293643953,41.85426750593533],[-72.67772893644167,41.85438350595814],[-72.6777509364539,41.8544715059744],[-72.67780193648223,41.854674506011904],[-72.67781693649783,41.85486050604729],[-72.67772093647126,41.85494250606619],[-72.67755193641742,41.85496450607587],[-72.6774279363805,41.855025506091614],[-72.67723693633147,41.85525550614213],[-72.67687693623367,41.85559550621928],[-72.67684493622647,41.855651506231105],[-72.67677393621057,41.855777506257674],[-72.67672993620943,41.85600650630325],[-72.67670793620927,41.856128506327494],[-72.67657593617568,41.85629250636337],[-72.67651693616342,41.856413506388584],[-72.67653893619146,41.85677550645769],[-72.67652393618945,41.85682550646779],[-72.67642193615491,41.85680350646684],[-72.67628893610802,41.85674250645937],[-72.67617893606932,41.85669350645346],[-72.67608393603805,41.856688506455555],[-72.67605393603175,41.85674850646809],[-72.67603593603124,41.856841506486596],[-72.67602493603081,41.856896506497556],[-72.67582693597323,41.857017506527264],[-72.67562893591247,41.857083506546374],[-72.67531693581462,41.85715150656952],[-72.67513293575693,41.85719150658317],[-72.67504793573804,41.85734450661539],[-72.67498993572525,41.85745050663771],[-72.67473993565162,41.85758750667218],[-72.67415993546818,41.857686506709946],[-72.67404993543484,41.85773050672198],[-72.67397693541702,41.85783450674437],[-72.67384393539196,41.858152506809965],[-72.67374193536885,41.85832850684719],[-72.6736169353338,41.85842750687031],[-72.67316193519649,41.85861950692197],[-72.6730509351644,41.85869050693923],[-72.6730729351769,41.85878350695646],[-72.67304393518423,41.8590745070135],[-72.6729039351585,41.8594205070847],[-72.67276193512079,41.85956950711801],[-72.67263893508812,41.859698507146845],[-72.67260293507869,41.85973850715571],[-72.67247093504542,41.85990850719274],[-72.67230893499894,41.86001850721916],[-72.6719349348814,41.86009550724605],[-72.67189093487559,41.860243507275996],[-72.67189093487721,41.8602715072814],[-72.67166293481328,41.86045250732365],[-72.6715089347674,41.86052750734304],[-72.67146493475435,41.86055050734892],[-72.67118593466782,41.86062750737275],[-72.67097293460343,41.86071550739656],[-72.6707379345366,41.8608855074369],[-72.67059093450824,41.86122550750717],[-72.67045893447471,41.86139050754325],[-72.67044993447327,41.861416507548554],[-72.67033393445699,41.86179050762439],[-72.670260934437,41.86185650763946],[-72.67017693441197,41.86189750765007],[-72.67002893436462,41.86191350765793],[-72.66985393430731,41.86190950766279],[-72.66951893419831,41.861913507674345],[-72.66930393412748,41.861901507678965],[-72.66906093404387,41.86182550767212],[-72.66885393397112,41.86173450766125],[-72.66862493389591,41.8617255076669],[-72.66842693383549,41.86179750768715],[-72.66817193375131,41.86177950769189],[-72.66797093368908,41.861837507709545],[-72.66790793366734,41.861816507707516],[-72.66777893361869,41.8617025076897],[-72.66758793355507,41.86167950769142],[-72.66740493349734,41.86171350770387],[-72.66711493340871,41.86181650773306],[-72.66694693335438,41.86182450774],[-72.66688593333339,41.86180550773832],[-72.66665693324265,41.86152650769191],[-72.66651193318745,41.86138950767016],[-72.66641993315682,41.861378507671],[-72.66620693309018,41.861427507687296],[-72.66603093303762,41.861511507709174],[-72.66587093298193,41.86145050770256],[-72.66574093293163,41.86131350768034],[-72.66553193285742,41.86120850766683],[-72.6651499327257,41.86108450765522],[-72.66491693264643,41.86102750765172],[-72.66484893262488,41.86103850765604],[-72.66477293260299,41.86108850766813],[-72.6647499325979,41.861130507676954],[-72.66463493256455,41.86120250769454],[-72.66454393253424,41.86119150769536],[-72.6644439324981,41.8611305076868],[-72.6643909324749,41.86102750766866],[-72.6643909324586,41.8607445076141],[-72.66425393239852,41.86047750756704],[-72.66407093233094,41.860340507546525],[-72.66384193225032,41.860237507534045],[-72.6637499322212,41.86025250753989],[-72.66372693221503,41.86027550754506],[-72.66376493223711,41.860443507576214],[-72.66381093225826,41.860550507595384],[-72.66378793225248,41.860580507601895],[-72.66362793219528,41.86049350759028],[-72.66343693212575,41.860367507572136],[-72.6632849320733,41.860317507567395],[-72.66304093199314,41.86030750757332],[-72.66313293199099,41.85974950746277],[-72.6635239319877,41.857478507012345],[-72.6635329319843,41.85736850699083],[-72.66368593198845,41.85657450683282],[-72.66370193198458,41.85641650680183],[-72.66449493201642,41.852479506017175],[-72.66449593201366,41.85242550600672],[-72.66455393201426,41.85210750594352],[-72.6650389319745,41.848670505265105],[-72.6650419319729,41.84862550525635],[-72.6650529319687,41.848490505229954],[-72.66505693196746,41.848446505221354],[-72.66508493195508,41.84807250514831],[-72.66509293195239,41.847980505130316],[-72.66509393189322,41.84694750493106],[-72.66509493187198,41.846572504858706],[-72.66512193183922,41.845850504718584],[-72.66520393174126,41.843684504298196],[-72.66520893173546,41.84355550427314],[-72.66521393170297,41.84296250415861],[-72.6652609316612,41.84197050396575],[-72.66538693154988,41.83932250345092],[-72.66539793153466,41.83899550338749],[-72.66543293148897,41.83800350319501],[-72.66546893146256,41.83734050306595],[-72.6655129314325,41.836568502915604],[-72.66555993137774,41.83535050267913],[-72.66558693134839,41.834687502550345],[-72.66559093134606,41.83462450253806],[-72.66560293133911,41.83443550250123],[-72.66560793133716,41.83437350248911],[-72.66560493132413,41.83416350244868],[-72.66565393127709,41.833068502235854],[-72.66570793122658,41.83188450200568],[-72.66579793113968,41.829863501612856],[-72.66582793111242,41.829219501487636],[-72.665828931109,41.82915450147506],[-72.66584593107952,41.828545501357006],[-72.66586393104537,41.82784950122213],[-72.6658979310036,41.82693050104371],[-72.66594593094665,41.825668500798656],[-72.66599593091162,41.824775500624725],[-72.66601593088352,41.82417350050791],[-72.66603393085909,41.82364650040564],[-72.6660659308471,41.82325650032936],[-72.66606893084553,41.82321250032076],[-72.66607893084132,41.82308250029536],[-72.66608293084015,41.823039500286924],[-72.66608393081691,41.82262950020778],[-72.66607393079438,41.82229450014344],[-72.66606793078036,41.822084500103095],[-72.66600793064454,41.82006249971482],[-72.66598693059494,41.8193184995719],[-72.66597793057987,41.81910749953147],[-72.66591093053347,41.81868049945121],[-72.66562393033966,41.816936499123855],[-72.66559693032148,41.816773499093244],[-72.66530693016006,41.81560949887792],[-72.66510893005407,41.81488849874512],[-72.6648869299425,41.81420649862062],[-72.66466592983511,41.81359149850903],[-72.66442192972099,41.812989498400675],[-72.66432692967624,41.812749498357384],[-72.66424292963637,41.8125324983182],[-72.66407092955485,41.81208949823822],[-72.66373992940478,41.811355498107176],[-72.6632799292003,41.810406497938764],[-72.6630699291107,41.81003849787449],[-72.66269892895397,41.809415497766146],[-72.66261292891858,41.80928749774419],[-72.66251792887947,41.80914549771984],[-72.66200492866575,41.80833649758015],[-72.66107092828979,41.807091497369825],[-72.66115292831549,41.80707349736371],[-72.66139792839242,41.80702249734599],[-72.6614809284185,41.80700549734004],[-72.66152392842965,41.806955497329014],[-72.66159892845266,41.80693049732178],[-72.66168292847931,41.806917497316554],[-72.66236892869728,41.80681949727558],[-72.6625979287701,41.80678749726203],[-72.66277392882455,41.80673649724654],[-72.66330192898792,41.80658449720021],[-72.66347892904274,41.80653449718487],[-72.66801593048163,41.805837496904424],[-72.67241893187806,41.80516249663248],[-72.67291493203533,41.80508549660167],[-72.6756329328973,41.804668496433706],[-72.68161893479413,41.803723496058666],[-72.68324693530998,41.80346649595668],[-72.68433793565248,41.80323849587754],[-72.6843549356578,41.80323449587622],[-72.68448693569938,41.80320949586715],[-72.68488193582392,41.803136495840334],[-72.68502093586918,41.80313549583567],[-72.68613793622013,41.8029074957557],[-72.68614993623773,41.80314549580125],[-72.68618893629149,41.80385949593786],[-72.6862019363094,41.80409749598338],[-72.68621393632154,41.804240496010614],[-72.68624993635807,41.80467149609266],[-72.68626193637027,41.80481549612006],[-72.68630293646297,41.80619549638516],[-72.6864279367418,41.81033549718031],[-72.68646993683485,41.81171549744533],[-72.68649093693475,41.81333349775695],[-72.68653293712943,41.81647949836278],[-72.68655993719796,41.817517498562246],[-72.68680993762854,41.82358349972478],[-72.68697993781376,41.825838500154404],[-72.68703793787624,41.82659550029859],[-72.68716093800964,41.82821650060739],[-72.68730493808775,41.828757500707134],[-72.6873229381069,41.82898850075113],[-72.6873769381646,41.829684500883666],[-72.68739493818381,41.829916500927844],[-72.6874399382343,41.83053850104639],[-72.6874689382673,41.83094750112437],[-72.68748293828315,41.83114350116174],[-72.6874889382892,41.83121450117523],[-72.68750793831094,41.83148450122671],[-72.68752293832736,41.831684501264824],[-72.68753693834338,41.83188350130275],[-72.68762993844736,41.83316250154649],[-72.68786593858322,41.834185501736236],[-72.68787193859006,41.83427050175243],[-72.68788093860037,41.83439850177684],[-72.68800193871459,41.83569650202332],[-72.68807393881772,41.83707950228778]]]},"properties":{"name":4731,"geoid":"09003473100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.6413629247851,41.85790850780829],[-72.64133692478008,41.857968507820694],[-72.64125892476498,41.858148507857905],[-72.64123392476034,41.858209507870484],[-72.64111092471863,41.85818150786904],[-72.6406849245699,41.858011507849945],[-72.64064492455606,41.85799750784854],[-72.64060392454188,41.85798350784716],[-72.64018592439766,41.857846507834175],[-72.63888592394417,41.857333507777064],[-72.63852692381896,41.85719250776142],[-72.6383219237449,41.857067507743906],[-72.63821192370517,41.85700050773452],[-72.63786292357652,41.856742507696],[-72.63770592351862,41.856626507678676],[-72.63708192327819,41.85598450757493],[-72.63668592312345,41.85553950750185],[-72.63661292309492,41.85545750748839],[-72.6364149230117,41.855133507432285],[-72.63638192299726,41.85506950742099],[-72.636289922957,41.85489150738963],[-72.63619392291822,41.85476150736764],[-72.63601892284751,41.854524507327575],[-72.63576992273502,41.853980507230666],[-72.63571192270558,41.85379750719723],[-72.63562392266053,41.853513507145294],[-72.63563192265954,41.85345050713289],[-72.635671922672,41.853440507129676],[-72.63579492271063,41.85341450712071],[-72.63583592272354,41.85340650711785],[-72.63600892275109,41.852904507015474],[-72.63618192277865,41.8524025069131],[-72.63623092278634,41.85225850688375],[-72.63625092278953,41.852200506871924],[-72.63632092280073,41.85199850683071],[-72.63669592286037,41.85090850660845],[-72.63792592320456,41.84991850637797],[-72.63826092329829,41.84964850631514],[-72.63833392331107,41.84945650627574],[-72.63839492332187,41.849298506243315],[-72.63847592328842,41.848257506039936],[-72.63845792327467,41.8481205060141],[-72.63843092325361,41.84790750597388],[-72.63858992329884,41.84779250594657],[-72.63870192333079,41.84771250592755],[-72.63883992335725,41.847390505861],[-72.63925692343796,41.84642850566205],[-72.63939592346482,41.84610750559566],[-72.63944392348002,41.846099505592576],[-72.63958892352593,41.8460755055833],[-72.63963792354149,41.84606850558037],[-72.63979192359206,41.846074505576574],[-72.64025692374484,41.84609450556548],[-72.64041192379581,41.846101505561855],[-72.64059692386752,41.84629950559408],[-72.6407799239409,41.84653750563412],[-72.64123992412523,41.84713450573446],[-72.6414989242281,41.847454505787866],[-72.64169092430136,41.847639505817384],[-72.64193792439012,41.84778250583702],[-72.64218992448076,41.847929505857266],[-72.64245792457298,41.848013505864856],[-72.64260492462356,41.848059505868996],[-72.64292192473266,41.8481585058779],[-72.6430479247758,41.84819450588079],[-72.64319692482687,41.848237505884285],[-72.64328192484557,41.84808050585127],[-72.64363892492413,41.847422505712885],[-72.64375992495307,41.84723950567369],[-72.64409192503271,41.846741505566975],[-72.64422092506246,41.84652750552155],[-72.64446892511981,41.84611850543469],[-72.64487792520873,41.84534550527244],[-72.64524792526142,41.844163505032554],[-72.64528892526735,41.84403450500636],[-72.64553092528986,41.84305350480934],[-72.64578292537068,41.843029504796604],[-72.64580192537693,41.84303050479619],[-72.6459969254416,41.84304950479359],[-72.64661292564736,41.843134504790186],[-72.64688292573759,41.843172504788825],[-72.64707192580278,41.84323450479471],[-72.64708192580612,41.84323550479457],[-72.64770392601423,41.84332750479231],[-72.64771692601859,41.84332950479229],[-72.64790792608352,41.84337550479502],[-72.6478519260764,41.84356950483425],[-72.64768392605534,41.844155504952674],[-72.6476289260486,41.844350504992065],[-72.64757792604233,41.844530505028416],[-72.64742892602484,41.845071505137554],[-72.64737892601896,41.84525250517408],[-72.64751892606542,41.845266505172276],[-72.64780692616067,41.84528950516745],[-72.6490939265864,41.845394505146324],[-72.6495239267287,41.845430505139426],[-72.65003592689912,41.845490505134535],[-72.65037592701056,41.84550050512553],[-72.6508809271761,41.84551550511218],[-72.651962927528,41.84549950507428],[-72.65266392775493,41.84547050504615],[-72.65294192784347,41.84543350503006],[-72.65314692790875,41.84540650501825],[-72.65366392807245,41.84532150498524],[-72.65378892811206,41.84530150497736],[-72.65426192826106,41.84521050494462],[-72.65430592827538,41.845209504942986],[-72.65562592870495,41.84519450489763],[-72.6558839287891,41.84519450488932],[-72.65641092896111,41.84519750487295],[-72.6567589290751,41.8452065048635],[-72.65697492914552,41.84520650485655],[-72.65846592963196,41.845210504809344],[-72.65866792969904,41.84523150480689],[-72.6586809297034,41.845233504806856],[-72.65884692975978,41.84527250480904],[-72.65920092988331,41.84541350482485],[-72.65948892998539,41.84555550484297],[-72.65958793001924,41.845582504844984],[-72.6597639300794,41.84563050484858],[-72.66058193035654,41.84581150485717],[-72.66083093044016,41.845853504857274],[-72.66124993058088,41.84592450485746],[-72.66157093068924,41.845988504859484],[-72.66253593101494,41.84618050486545],[-72.66285793112365,41.84624450486746],[-72.66307193119584,41.846286504868665],[-72.66358393136872,41.846389504872036],[-72.66371393141262,41.846415504872866],[-72.66392793148499,41.84646050487468],[-72.66416093156211,41.846480504871025],[-72.66417193156576,41.84648150487086],[-72.66473593175266,41.84653350486273],[-72.66486093179417,41.84654650486123],[-72.66509493187198,41.846572504858706],[-72.66509393189322,41.84694750493106],[-72.66509293195239,41.847980505130316],[-72.66508493195508,41.84807250514831],[-72.66505693196746,41.848446505221354],[-72.6650529319687,41.848490505229954],[-72.6650419319729,41.84862550525635],[-72.6650389319745,41.848670505265105],[-72.66455393201426,41.85210750594352],[-72.66449593201366,41.85242550600672],[-72.66331493162012,41.85227950601658],[-72.66285893146755,41.85221250601833],[-72.6616159310518,41.85203150602344],[-72.66149193101062,41.85201850602493],[-72.66103393085874,41.851974506031176],[-72.66055693069973,41.851914506034966],[-72.65917993024082,41.85174350604631],[-72.6591279302237,41.8517405060474],[-72.6586489300664,41.85172150605915],[-72.6584299299952,41.85172550606696],[-72.65841892999168,41.851726506067514],[-72.65806492987849,41.85176550608642],[-72.6577369297751,41.85182750610894],[-72.6575119297042,41.85187050612446],[-72.65742792967778,41.851887506130446],[-72.6571769295989,41.851939506148554],[-72.6570939295729,41.8519575061547],[-72.65707292956621,41.85196050615596],[-72.65705792956156,41.851964506157216],[-72.65701192954707,41.851973506160434],[-72.65699192954082,41.85197850616203],[-72.65658992941147,41.852008506180766],[-72.65631092932168,41.85202950619379],[-72.65538192902103,41.85206950623137],[-72.65497992889098,41.852087506247784],[-72.65455992875522,41.85210850626535],[-72.65330192834877,41.85217450631855],[-72.65288292821339,41.85219650633628],[-72.65287992822358,41.85239050637379],[-72.65287392825518,41.85297350648641],[-72.65287192826574,41.853168506524085],[-72.65289592829373,41.8535185065908],[-72.65287792829885,41.853709506628206],[-72.65281592828755,41.853864506660095],[-72.65271192826323,41.85403150669564],[-72.6526029282349,41.85415650672325],[-72.6520249280658,41.854493506806826],[-72.65020392753125,41.85552450706423],[-72.64947392731547,41.85591150716233],[-72.64958292735821,41.856036507182935],[-72.64968292739917,41.85618150720767],[-72.64968292739928,41.85618350720805],[-72.64891992719079,41.856884507367766],[-72.64886492717581,41.85693550737939],[-72.64863292711169,41.85713650742559],[-72.64854392709377,41.857329507465685],[-72.64849992709256,41.857557507511046],[-72.64849592711295,41.85793450758387],[-72.64852992713612,41.85814450762327],[-72.64863292718066,41.85833450765659],[-72.6484549271241,41.858360507667335],[-72.64832892708306,41.85836150767158],[-72.64497892597261,41.85805050771936],[-72.64427292573815,41.857977507728],[-72.64323492539357,41.85787250774113],[-72.64253392515879,41.85776550774306],[-72.64216492503441,41.857695507741425],[-72.64205392499699,41.857674507740946],[-72.64159192483757,41.8575225077265],[-72.64148992480212,41.857484507722454],[-72.64146992479907,41.857544507734644],[-72.64141192479065,41.85772750777181],[-72.6413939247883,41.85778850778414],[-72.64138692478734,41.85781150778882],[-72.6413679247853,41.85788350780331],[-72.6413629247851,41.85790850780829]]]},"properties":{"name":4734,"geoid":"09003473400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.73849695845452,41.89239851132224],[-72.73836095840535,41.89231551131065],[-72.73835195840174,41.892303511308626],[-72.73830895838424,41.89224351129846],[-72.73828695837075,41.892134511278186],[-72.73825795836001,41.89211251127488],[-72.73796395826157,41.892068511275916],[-72.73792095824646,41.89204951127363],[-72.73780595820607,41.89199951126775],[-72.7377359581815,41.89196951126421],[-72.73760395813369,41.891887511252705],[-72.73747095808014,41.8917115112231],[-72.73725795801067,41.891711511229985],[-72.7370009579244,41.891668511230016],[-72.7367659578417,41.891564511217595],[-72.73655295776398,41.89142151119694],[-72.73639095770221,41.89126751117252],[-72.73632495767339,41.89114151115039],[-72.73609295759617,41.891114511152686],[-72.73483395715728,41.89062551109922],[-72.73402495688221,41.89043151108801],[-72.73326195662696,41.890320511091296],[-72.73315495659143,41.89030951109263],[-72.73310995657323,41.890248511082355],[-72.73312495657592,41.89021051107453],[-72.73335395664174,41.89005751103766],[-72.73335395663601,41.88995851101859],[-72.73320895659398,41.89004951104081],[-72.73294895651124,41.89008451105596],[-72.73285795648971,41.89022551108606],[-72.73287295649594,41.89024851109001],[-72.73265695643006,41.8903275111122],[-72.73224695629817,41.89035851113142],[-72.73214795626657,41.89037051113693],[-72.73198795621039,41.89030151112881],[-72.73188895617193,41.8901945111114],[-72.73172095612287,41.890293511135894],[-72.73129395598585,41.89033251115722],[-72.73105695590944,41.890347511167775],[-72.73065295578694,41.890507511211645],[-72.73039295571361,41.89070551125818],[-72.7298139555498,41.89113751136011],[-72.72965295550657,41.89129751139612],[-72.72955395548729,41.89152251144264],[-72.72953095549039,41.891705511478634],[-72.72943995547178,41.89189651151834],[-72.72937095545282,41.891957511532325],[-72.7292719554278,41.892083511559804],[-72.72901295535569,41.89229651160918],[-72.72850095520619,41.89259851168389],[-72.72781495499902,41.89288451176114],[-72.72729595484185,41.89309351181817],[-72.72720395481475,41.893143511830765],[-72.72669295465563,41.89327351187231],[-72.72650195459882,41.893368511896796],[-72.72632695455171,41.89354051193557],[-72.72578495438331,41.89368551198102],[-72.72541995427241,41.89382551201977],[-72.72526495422527,41.893884512036124],[-72.72517695419783,41.89390651204322],[-72.7249639541271,41.89388451204586],[-72.72472195405102,41.893933512063114],[-72.72444995396772,41.89402751209003],[-72.72435395393579,41.894016512091],[-72.7242219538902,41.89397251208678],[-72.72403795382927,41.893956512089645],[-72.72363395370067,41.8940115121133],[-72.72288495346561,41.894170512168124],[-72.72279695343848,41.89419751217616],[-72.72264295339113,41.89424751219077],[-72.7225399533576,41.894248512194295],[-72.72219495324538,41.894253512206404],[-72.72182795313105,41.894346512236176],[-72.72176095311038,41.89436651224218],[-72.72162895306963,41.89440651225416],[-72.72150295302872,41.8944095122588],[-72.72128895296748,41.89455751229423],[-72.7210399528964,41.89473251233597],[-72.7206499527849,41.895003512400756],[-72.72057695276409,41.89505551241312],[-72.7205069527441,41.895104512424815],[-72.72043695272404,41.89515251243632],[-72.71947495243123,41.89551451253713],[-72.7185929521636,41.89586051263225],[-72.71817895203806,41.896024512677215],[-72.71741095182203,41.896619512816606],[-72.71703295176576,41.8977775130518],[-72.71611695164991,41.90093751368988],[-72.71598795163375,41.90138551378031],[-72.71546395154475,41.902800514069696],[-72.71542195153283,41.90283151407703],[-72.71529595149724,41.902926514099384],[-72.71525495148572,41.90295851410687],[-72.71505295141641,41.90289951410203],[-72.71503395140986,41.9028935141015],[-72.71484995134679,41.902840514097235],[-72.71465795128093,41.902784514092644],[-72.71437295118311,41.902700514085694],[-72.71415295110764,41.902636514080484],[-72.71400795106887,41.90278351411346],[-72.71394195105242,41.90287151413255],[-72.7137589509991,41.90298151415962],[-72.71361195095209,41.90299751416745],[-72.71343495089181,41.90295351416471],[-72.71336195086896,41.90297051417033],[-72.71336295087127,41.90300451417686],[-72.71336295087201,41.90301751417935],[-72.71336895088109,41.90314051420285],[-72.71324395084379,41.903200514218426],[-72.71314195080704,41.90314051421019],[-72.71304595076809,41.90300851418787],[-72.71296495074075,41.9029925141874],[-72.71170895034919,41.903305514288235],[-72.71106995015094,41.90348151434278],[-72.71077495006074,41.903585514372324],[-72.71015894987254,41.90380551443457],[-72.71005594983957,41.903816514440024],[-72.70996094980507,41.903755514431346],[-72.70995294979679,41.903657514412735],[-72.70977794976083,41.90402251448865],[-72.71008694988905,41.90449651456994],[-72.70916994966599,41.905810514852554],[-72.70825294944292,41.907124515135166],[-72.70811994941963,41.907471515206275],[-72.70727594927253,41.90968651565996],[-72.70300794810545,41.91357651654666],[-72.70268594801743,41.91387051661365],[-72.70113894752086,41.91401051669056],[-72.70016594720727,41.91407651673469],[-72.6977199464477,41.91473951694129],[-72.6965039460701,41.91506951704408],[-72.69444094537306,41.914654517030804],[-72.69403194526063,41.91501751711388],[-72.69392594524071,41.91527051716599],[-72.69370894518288,41.91549451721613],[-72.6933599450641,41.91540951721103],[-72.69338794507098,41.91537051720262],[-72.69322994501665,41.91532251719848],[-72.69293194491429,41.91523351719098],[-72.69273794484965,41.91521051719281],[-72.69254994478712,41.91518951719483],[-72.6920209446142,41.91518351721076],[-72.69174894452422,41.9151625172155],[-72.69126494436536,41.91514551722784],[-72.69083794421304,41.91492051719832],[-72.69068194415577,41.91481051718217],[-72.69033094402697,41.914563517145965],[-72.69024694399094,41.91441451711999],[-72.69023694398705,41.914403517118195],[-72.69010294394252,41.91438951711982],[-72.6900079439073,41.914316517108844],[-72.68969194378042,41.913905517039915],[-72.68930294362177,41.91335651694679],[-72.68891294347262,41.91297751688641],[-72.68856794334327,41.9126875168417],[-72.68842794327787,41.91234651678059],[-72.68844194327816,41.91227251676589],[-72.68845794328259,41.91225851676268],[-72.68851594330121,41.91225351675983],[-72.68828694321145,41.911993516717175],[-72.68805894312204,41.91173351667449],[-72.68795094307976,41.91161151665448],[-72.68784394303779,41.91148951663445],[-72.6876719429704,41.91129451660245],[-72.68770094297462,41.911203516584],[-72.6881559430415,41.909793516297846],[-72.6879439429485,41.90938151622537],[-72.68784994290723,41.90919851619318],[-72.68775594286595,41.909014516160774],[-72.68759494279455,41.90868851610321],[-72.6871129425809,41.90771251593084],[-72.68695294250989,41.90738751587343],[-72.6867449424137,41.90689751578581],[-72.68669094238804,41.90675851576078],[-72.6866079423486,41.906544515722246],[-72.68652494230919,41.90633151568392],[-72.68610294210879,41.90524651548861],[-72.68614994210962,41.904995515438785],[-72.68654894211873,41.902901515022684],[-72.68663194212077,41.902468514936615],[-72.68671494212275,41.90203451485036],[-72.68682194212506,41.90147051473831],[-72.68655194200623,41.90093851464456],[-72.68636494192401,41.90057151457993],[-72.68494094142933,41.90004951452534],[-72.68480594138246,41.90000051452026],[-72.68467094133554,41.89995051451497],[-72.68426294119377,41.89980051449927],[-72.68342794091602,41.89970751450829],[-72.68131694021393,41.8994745145315],[-72.68093094009953,41.899673514582275],[-72.68082694007147,41.89977551460526],[-72.68065294002466,41.899947514644005],[-72.6804609399618,41.89994351464942],[-72.68031593991432,41.89994051465352],[-72.6800349398275,41.90002451467877],[-72.67972993973333,41.90011651470632],[-72.67939893965136,41.90056651480365],[-72.67922593960857,41.90080251485468],[-72.67813293931151,41.901832515088294],[-72.677979939263,41.90185651509785],[-72.67598193862946,41.902172515223135],[-72.67541693844457,41.90216251523941],[-72.673303937753,41.902123515300026],[-72.67316693770687,41.90209851529965],[-72.6730419376647,41.90207451529904],[-72.67229093741173,41.90193651529668],[-72.67141393711627,41.90177451529376],[-72.6710769369953,41.90158351526785],[-72.6707679368888,41.90148451525874],[-72.67070093686492,41.90144951525417],[-72.6704159367635,41.90130351523523],[-72.67035693674171,41.90125951522866],[-72.67019493667777,41.901067515196914],[-72.66987193656004,41.90085351516611],[-72.66955593645187,41.90076551515935],[-72.66919693633251,41.90072651516339],[-72.66901293626837,41.90065551515567],[-72.6686379361327,41.90042451512327],[-72.66846893607156,41.900320515108675],[-72.6680509359114,41.89990851504281],[-72.66814993594001,41.89984451502729],[-72.66824893596855,41.89977951501157],[-72.66821293595288,41.899711514999645],[-72.66810693590675,41.89951151496454],[-72.66818893590302,41.89898351486022],[-72.66824093591009,41.8988125148256],[-72.66833293592283,41.89851351476505],[-72.66835593593105,41.898525514766604],[-72.66842793595671,41.8985635147716],[-72.6684519359653,41.89857651477333],[-72.66843293595488,41.898503514759895],[-72.66843693595382,41.89846251475188],[-72.66845493595163,41.89832251472432],[-72.66852393596287,41.898127514684546],[-72.66856393596962,41.89801851466226],[-72.6685449359481,41.89775351461184],[-72.66862693593151,41.897002514464546],[-72.66873193591124,41.89605851427933],[-72.66897293589005,41.89432951393854],[-72.66884493582836,41.89398451387621],[-72.6687339357746,41.893680513821224],[-72.66861293571625,41.893353513762136],[-72.66849293565824,41.893026513703006],[-72.66812293553153,41.892922513694906],[-72.66775293540478,41.8928175136866],[-72.6671369351938,41.892643513672944],[-72.66713293519243,41.89264251367288],[-72.66592293478276,41.892383513661976],[-72.66544793462192,41.89228151365763],[-72.66390093411758,41.89228651370843],[-72.66306093382988,41.89204951368985],[-72.6629939338056,41.892007513683915],[-72.66201593345102,41.89139151359676],[-72.66207393345579,41.891146513547696],[-72.66176293335394,41.89113951355636],[-72.66150793326021,41.890956513529325],[-72.66088793303221,41.89051051346339],[-72.66026093277483,41.889594513307124],[-72.66014093272554,41.88941851327708],[-72.65999793265667,41.88903351320751],[-72.65987193260398,41.88883251317285],[-72.65982793257537,41.8885855131267],[-72.65986093258077,41.8884925131077],[-72.66004893261264,41.8879815130032],[-72.66026193266342,41.8876575129339],[-72.6604899327248,41.88743251288321],[-72.66071793279127,41.88729551284948],[-72.66094893286247,41.88722351282816],[-72.6610189328841,41.887202512821865],[-72.6612249329491,41.88716451280789],[-72.66140793300909,41.88716951280297],[-72.66145593302642,41.887198512807025],[-72.66151093304637,41.88723351281198],[-72.66157493306183,41.887139512791826],[-72.66162493307388,41.88706551277595],[-72.66165193308049,41.887027512767766],[-72.66214993325788,41.88728651280161],[-72.66232993332201,41.88738051281392],[-72.66239193334467,41.887422512820024],[-72.66259693342428,41.88764351285599],[-72.66260493342742,41.887652512857464],[-72.66273693347618,41.8877515128723],[-72.6628549335261,41.88794951290663],[-72.66290593355254,41.888119512937756],[-72.66325893369182,41.888537513006895],[-72.66339793374662,41.88870151303402],[-72.6635199337927,41.88881051305109],[-72.66391293394531,41.88923351311992],[-72.66398293397246,41.88930851313212],[-72.66430693409824,41.88965651318873],[-72.66446093415799,41.88982151321553],[-72.66504193435539,41.889957513223024],[-72.66524593442469,41.890005513225695],[-72.66571693457902,41.890017513212825],[-72.6657789345993,41.890018513211025],[-72.66608893470095,41.89002751320276],[-72.66645993482254,41.890037513192745],[-72.66669593488554,41.88979551313853],[-72.66670893488836,41.88977051313327],[-72.66674693489661,41.889698513118184],[-72.6670329349582,41.8891495130032],[-72.6672119349961,41.88879451292905],[-72.66732493502015,41.88857251288263],[-72.66735093502564,41.888520512871786],[-72.66737793503145,41.88846851286089],[-72.66730693500163,41.88835351284104],[-72.66729793499789,41.88833951283862],[-72.66724693497642,41.88825551282409],[-72.66709993491467,41.88801651278277],[-72.66709393491242,41.88801151278201],[-72.66699693487548,41.88791951276741],[-72.66676593479315,41.887798512751544],[-72.66653493471088,41.88767851273586],[-72.6662309346026,41.88752051271522],[-72.66620593459368,41.887507512713526],[-72.66601293452443,41.88739851269874],[-72.66549793433965,41.88710751265927],[-72.66527793425838,41.88694251263456],[-72.66329993352743,41.88545651241199],[-72.66260193326953,41.88493251233352],[-72.66243093320399,41.88476351230647],[-72.66182693298626,41.88440451225674],[-72.66181893298331,41.88439851225585],[-72.66018093236998,41.88302851204464],[-72.65969893218951,41.8826255119825],[-72.65963493216559,41.88257251197436],[-72.6597759322022,41.88240951193841],[-72.66011993229156,41.88201351185103],[-72.66122093257509,41.880702511562944],[-72.66145593262918,41.88031151148003],[-72.66165193267275,41.879958511405704],[-72.66201493274613,41.879177511243505],[-72.66207993275539,41.878970511201544],[-72.66214593276491,41.87876251115932],[-72.66215293276593,41.878740511154874],[-72.66228593277576,41.878158511038414],[-72.66248393277259,41.87698351080561],[-72.66267793276732,41.87579451057022],[-72.66285293276306,41.874730510359534],[-72.66288193276431,41.87458851033123],[-72.66291893276647,41.87441651029688],[-72.6629519327626,41.87416251024688],[-72.66297193276087,41.87401951021867],[-72.66309093274064,41.872995510017475],[-72.66310393273882,41.87289050999683],[-72.66312393268196,41.87179050978417],[-72.66300893255652,41.87026550949397],[-72.66295793251955,41.86991250942756],[-72.6628139324138,41.868892509235586],[-72.66269793231234,41.86778850902652],[-72.66268593230197,41.86767650900531],[-72.66268193229875,41.86764350899909],[-72.66247493212471,41.86579450864933],[-72.66243393207192,41.86511050851879],[-72.66245293204555,41.86454550840927],[-72.66249093202032,41.86389250828217],[-72.6624969320168,41.86379750826365],[-72.66264093200587,41.862792508065276],[-72.66266393200512,41.86264950803697],[-72.66267793200008,41.86248250800431],[-72.66275393200002,41.862051507918785],[-72.66304093199314,41.86030750757332],[-72.6632849320733,41.860317507567395],[-72.66343693212575,41.860367507572136],[-72.66362793219528,41.86049350759028],[-72.66378793225248,41.860580507601895],[-72.66381093225826,41.860550507595384],[-72.66376493223711,41.860443507576214],[-72.66372693221503,41.86027550754506],[-72.6637499322212,41.86025250753989],[-72.66384193225032,41.860237507534045],[-72.66407093233094,41.860340507546525],[-72.66425393239852,41.86047750756704],[-72.6643909324586,41.8607445076141],[-72.6643909324749,41.86102750766866],[-72.6644439324981,41.8611305076868],[-72.66454393253424,41.86119150769536],[-72.66463493256455,41.86120250769454],[-72.6647499325979,41.861130507676954],[-72.66477293260299,41.86108850766813],[-72.66484893262488,41.86103850765604],[-72.66491693264643,41.86102750765172],[-72.6651499327257,41.86108450765522],[-72.66553193285742,41.86120850766683],[-72.66574093293163,41.86131350768034],[-72.66587093298193,41.86145050770256],[-72.66603093303762,41.861511507709174],[-72.66620693309018,41.861427507687296],[-72.66641993315682,41.861378507671],[-72.66651193318745,41.86138950767016],[-72.66665693324265,41.86152650769191],[-72.66688593333339,41.86180550773832],[-72.66694693335438,41.86182450774],[-72.66711493340871,41.86181650773306],[-72.66740493349734,41.86171350770387],[-72.66758793355507,41.86167950769142],[-72.66777893361869,41.8617025076897],[-72.66790793366734,41.861816507707516],[-72.66797093368908,41.861837507709545],[-72.66817193375131,41.86177950769189],[-72.66842693383549,41.86179750768715],[-72.66862493389591,41.8617255076669],[-72.66885393397112,41.86173450766125],[-72.66906093404387,41.86182550767212],[-72.66930393412748,41.861901507678965],[-72.66951893419831,41.861913507674345],[-72.66985393430731,41.86190950766279],[-72.67002893436462,41.86191350765793],[-72.67017693441197,41.86189750765007],[-72.670260934437,41.86185650763946],[-72.67033393445699,41.86179050762439],[-72.67044993447327,41.861416507548554],[-72.67045893447471,41.86139050754325],[-72.67059093450824,41.86122550750717],[-72.6707379345366,41.8608855074369],[-72.67097293460343,41.86071550739656],[-72.67118593466782,41.86062750737275],[-72.67146493475435,41.86055050734892],[-72.6715089347674,41.86052750734304],[-72.67166293481328,41.86045250732365],[-72.67189093487721,41.8602715072814],[-72.67189093487559,41.860243507275996],[-72.6719349348814,41.86009550724605],[-72.67230893499894,41.86001850721916],[-72.67247093504542,41.85990850719274],[-72.67260293507869,41.85973850715571],[-72.67263893508812,41.859698507146845],[-72.67276193512079,41.85956950711801],[-72.6729039351585,41.8594205070847],[-72.67304393518423,41.8590745070135],[-72.6730729351769,41.85878350695646],[-72.6730509351644,41.85869050693923],[-72.67316193519649,41.85861950692197],[-72.6736169353338,41.85842750687031],[-72.67374193536885,41.85832850684719],[-72.67384393539196,41.858152506809965],[-72.67397693541702,41.85783450674437],[-72.67404993543484,41.85773050672198],[-72.67415993546818,41.857686506709946],[-72.67473993565162,41.85758750667218],[-72.67498993572525,41.85745050663771],[-72.67504793573804,41.85734450661539],[-72.67513293575693,41.85719150658317],[-72.67531693581462,41.85715150656952],[-72.67562893591247,41.857083506546374],[-72.67582693597323,41.857017506527264],[-72.67602493603081,41.856896506497556],[-72.67603593603124,41.856841506486596],[-72.67605393603175,41.85674850646809],[-72.67608393603805,41.856688506455555],[-72.67617893606932,41.85669350645346],[-72.67628893610802,41.85674250645937],[-72.67642193615491,41.85680350646684],[-72.67652393618945,41.85682550646779],[-72.67653893619146,41.85677550645769],[-72.67651693616342,41.856413506388584],[-72.67657593617568,41.85629250636337],[-72.67670793620927,41.856128506327494],[-72.67672993620943,41.85600650630325],[-72.67677393621057,41.855777506257674],[-72.67684493622647,41.855651506231105],[-72.67687693623367,41.85559550621928],[-72.67723693633147,41.85525550614213],[-72.6774279363805,41.855025506091614],[-72.67755193641742,41.85496450607587],[-72.67772093647126,41.85494250606619],[-72.67781693649783,41.85486050604729],[-72.67780193648223,41.854674506011904],[-72.6777509364539,41.8544715059744],[-72.67772893644167,41.85438350595814],[-72.67774293643953,41.85426750593533],[-72.67791193648293,41.85406450589073],[-72.67800793650316,41.85387250585064],[-72.67803693650063,41.85366450580959],[-72.67798593647674,41.85353850578695],[-72.67772893638409,41.85338450576552],[-72.6777289363781,41.85328050574546],[-72.67781693640298,41.85321450572991],[-72.67779493639009,41.853115505711536],[-72.67775093637195,41.85304950570023],[-72.67777293637721,41.85301650569315],[-72.67788993641284,41.852972505680896],[-72.67791993641725,41.852879505662],[-72.67789093640019,41.85274750563749],[-72.67792693641037,41.85272050563112],[-72.67803693644653,41.852725505628534],[-72.67818393648909,41.85263250560587],[-72.67835293653252,41.852429505561275],[-72.67872693664025,41.85218250550161],[-72.67893293669354,41.851941505448494],[-72.67896993669797,41.85180950542185],[-72.67894793667624,41.85155650537378],[-72.67878593659275,41.851024505276406],[-72.67884493660156,41.85084350523962],[-72.67907293666039,41.850574505180404],[-72.67912793667395,41.850498505163955],[-72.67915393668048,41.85046450515658],[-72.67927793670384,41.850168505095496],[-72.67943293674585,41.85002050506196],[-72.67961593680018,41.849927505038146],[-72.67976293683888,41.84976750500256],[-72.68004193689669,41.84919150488249],[-72.68007093690396,41.84915350487424],[-72.68020393694633,41.84913650486667],[-72.68070993711167,41.84914250485153],[-72.68114293725625,41.84920150484896],[-72.68119393727329,41.84920850484867],[-72.68169393744394,41.849340504858006],[-72.68217793760458,41.84938950485187],[-72.68282393782029,41.849477504848025],[-72.68336693800016,41.84952650483997],[-72.68399793821034,41.8496035048345],[-72.68411593825735,41.849751504859235],[-72.68425093830564,41.84982550486915],[-72.68427693831492,41.84983950487103],[-72.68484993850937,41.849971504878006],[-72.68509193859526,41.85009250489354],[-72.68518693863568,41.85025650492211],[-72.68532693868768,41.85036650493881],[-72.68591393889741,41.85068450498121],[-72.68599793893259,41.85081950500453],[-72.6860169389405,41.850849505009705],[-72.68619993901159,41.851047505042],[-72.68637593907877,41.85121750506909],[-72.68669193919796,41.8514975051129],[-72.68687593926175,41.85156350511971],[-72.68694193928701,41.851628505130115],[-72.68701493933047,41.85196950519351],[-72.6871029393639,41.85205150520649],[-72.68728593942485,41.85207350520483],[-72.6874109394735,41.85221050522721],[-72.68772693958253,41.85231450523708],[-72.68779993960887,41.85235850524322],[-72.6878659396361,41.85245750526019],[-72.68809393971551,41.852545505269795],[-72.68821293975829,41.85261450527928],[-72.68835793981047,41.85269950529099],[-72.68844593984419,41.85278650530492],[-72.6887689399619,41.85300150533597],[-72.68902494005714,41.85320550536705],[-72.68912294016918,41.854594505631695],[-72.68941994050651,41.858764506426084],[-72.68951894061895,41.860154506690854],[-72.68951594062688,41.860308506720635],[-72.68950794065084,41.86076950680976],[-72.68950594065915,41.860924506839694],[-72.68959994084584,41.863629507358105],[-72.68969194102716,41.866252507860715],[-72.68991094110055,41.866286507860224],[-72.69768394370621,41.86751450784625],[-72.69777894373865,41.867539507848],[-72.69787394377107,41.86756450784975],[-72.69807594384001,41.86761750785346],[-72.69925294424166,41.86792650787505],[-72.69964594437576,41.8680295078822],[-72.70148394499788,41.86842350789886],[-72.70699894686456,41.86960550794871],[-72.70883794748705,41.870000507965486],[-72.71159294842072,41.87061150799431],[-72.71187294851562,41.870673507997225],[-72.71429094933535,41.871214508023435],[-72.71770095049153,41.87197950806076],[-72.71868295082295,41.872173508066425],[-72.72099295160262,41.8726305080799],[-72.72404295263215,41.87323550809799],[-72.72482795290078,41.873454508114826],[-72.72718595370768,41.87411150816523],[-72.72797295397702,41.874331508182195],[-72.72827695407828,41.8743685081795],[-72.72918995438252,41.87448150817178],[-72.72919095438287,41.87448150817174],[-72.72934295443352,41.8745005081705],[-72.72949595448452,41.874519508169215],[-72.72969995455364,41.874564508171304],[-72.72990395462276,41.87460950817338],[-72.73023395473453,41.8746815081766],[-72.73245095548556,41.875167508198594],[-72.73319095573628,41.87533050820608],[-72.73467495623706,41.87562250821439],[-72.73818695742227,41.8763145082342],[-72.7391259577398,41.876510508241616],[-72.74060795824097,41.87682050825343],[-72.74078695830183,41.87686350825592],[-72.74122795845147,41.87696450826113],[-72.7419669587022,41.877133508269786],[-72.74296495904078,41.87736050828125],[-72.74309095908353,41.877389508282775],[-72.74310595908867,41.87739350828307],[-72.74296895907912,41.87800050840443],[-72.74273995904959,41.878780508562095],[-72.74248995901746,41.87963350873449],[-72.7424879590171,41.87963850873553],[-72.74246795901468,41.87970950874985],[-72.74244995901218,41.8797675087616],[-72.74205295896105,41.881120509035085],[-72.74182495893186,41.8819005091927],[-72.74169195891298,41.88232350927847],[-72.74134095886313,41.8834395095048],[-72.74115995883659,41.884000509618694],[-72.74079095878263,41.885146509851374],[-72.73924395855715,41.88996451082934],[-72.73913795854152,41.890291510895736],[-72.73876195848673,41.89146251113341],[-72.73871795848038,41.8916005111614],[-72.73865695847316,41.891819511205554],[-72.73863695847082,41.891891511220074],[-72.73861695846846,41.89196351123458],[-72.73849695845452,41.89239851132224]]]},"properties":{"name":4735.01,"geoid":"09003473501"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.65963493216559,41.88257251197436],[-72.65943293211313,41.88280551202577],[-72.65921193205575,41.88306051208202],[-72.65904993201468,41.88326451212654],[-72.65803593175681,41.884528512402724],[-72.65776093168493,41.88483751247113],[-72.6569939314844,41.88569851266171],[-72.65678093142738,41.8859145127102],[-72.65639793132232,41.88625951278901],[-72.65587993117856,41.88669651288989],[-72.65567593112101,41.8868525129265],[-72.6554679310632,41.88702651296674],[-72.65482193087975,41.887499513078666],[-72.6545659308058,41.88766551311889],[-72.65427493072288,41.88787351316833],[-72.65372393056407,41.88823651325604],[-72.65327793043501,41.888521513325294],[-72.65307393037493,41.88863351335344],[-72.65256893022598,41.88890751342249],[-72.65256093022343,41.88890851342293],[-72.65020292952958,41.89021551375067],[-72.64879092911366,41.890990513945454],[-72.64862292906462,41.89109051397011],[-72.64840292899906,41.89119851399799],[-72.6465599284582,41.89224551425903],[-72.64582692824204,41.89264351435931],[-72.64444792783527,41.893391514547794],[-72.64392592768522,41.89374251463223],[-72.64336792752977,41.894203514739],[-72.64317992747657,41.89434451477221],[-72.64306692744493,41.89443551479337],[-72.64264392733149,41.89486151488906],[-72.64244392727878,41.89507851493728],[-72.64229892724195,41.895260514977025],[-72.64207592718672,41.89556451504277],[-72.64187592713458,41.895791515092924],[-72.64060492680645,41.897292515422976],[-72.64037892674875,41.89757051548379],[-72.64015392669236,41.897865515547856],[-72.63981592660649,41.89828851564022],[-72.63935692649171,41.898895515771905],[-72.63911392643095,41.89921651584157],[-72.63887092637034,41.8995405159118],[-72.63870392632705,41.89973451595454],[-72.63860292630108,41.8998555159811],[-72.6383369262327,41.90017451605111],[-72.63812492617835,41.90043151610743],[-72.63761592604999,41.901085516249786],[-72.63756192603617,41.90115151626422],[-72.63730392597081,41.90147751633533],[-72.63725392595806,41.90153951634888],[-72.63717492593806,41.901639516370686],[-72.637106925921,41.90172851639001],[-72.63705892590903,41.90179251640389],[-72.63695792588369,41.90192451643256],[-72.63665792580882,41.902323516519075],[-72.63655792578386,41.90245651654791],[-72.63638392573839,41.90265251659125],[-72.63594692562434,41.90314751670064],[-72.63586792560427,41.90324651672226],[-72.63570592556337,41.903453516767335],[-72.63540292546664,41.90349051678423],[-72.63533392544466,41.90349951678817],[-72.63484792528958,41.90356051681557],[-72.63449192517304,41.90355351682568],[-72.6341879250735,41.903547516834294],[-72.63410292504219,41.9034855168251],[-72.63360692488106,41.90349751684336],[-72.6333519247983,41.90350551685311],[-72.63274692460091,41.90350551687259],[-72.6318229243038,41.90358151691696],[-72.63064592392543,41.903679516973696],[-72.63042392385442,41.90370451698567],[-72.63002692372754,41.9037505170073],[-72.62915692344914,41.90384551705358],[-72.62880392333724,41.90390251707594],[-72.62837892320263,41.903972517103085],[-72.6282029231471,41.9040055171151],[-72.62774692300218,41.90407251714268],[-72.62739492289037,41.90412551716422],[-72.62739892288988,41.90409451715811],[-72.62503892213104,41.9042885172714],[-72.6243029218967,41.90438951731453],[-72.62412492184005,41.904414517325066],[-72.62173492107122,41.90460551743873],[-72.62152492092333,41.90322851718025],[-72.62089492047973,41.899097516404794],[-72.6206859203322,41.89772051614626],[-72.6207019203258,41.89751851610683],[-72.62075092030697,41.896914515988904],[-72.62076792030095,41.89671351594963],[-72.62079792030198,41.89656151591939],[-72.6208269202876,41.89614751583869],[-72.62090492030215,41.89595851579978],[-72.62096692031398,41.895812515769656],[-72.62098692030939,41.89561951573182],[-72.62094192025783,41.89497951560998],[-72.6209429202449,41.894749515565636],[-72.62104592025894,41.89440951549682],[-72.62126592030924,41.89403651541789],[-72.62137392032766,41.89374451535816],[-72.62146292034309,41.89350851530983],[-72.62154392035099,41.8931865152452],[-72.62149992033369,41.89313551523678],[-72.62137792029458,41.89314751524301],[-72.62133192022364,41.892176515057415],[-72.62044191983166,41.89041251474615],[-72.62044191980674,41.88997951466273],[-72.62044891964601,41.88714851411701],[-72.61969391915221,41.88284951331285],[-72.61965591910833,41.88230251320863],[-72.61948991891656,41.879911512753175],[-72.61946591888818,41.87955451268514],[-72.61940191869347,41.876533512104935],[-72.61936791858767,41.87488751178877],[-72.6193279184599,41.87289351140567],[-72.61928691827718,41.86994951083947],[-72.61926491817539,41.86830451052305],[-72.62055791833791,41.863796509612364],[-72.62063691834776,41.86351950955642],[-72.62444091882715,41.850275506880195],[-72.62490291888547,41.848668506555406],[-72.62528491891932,41.84708950623855],[-72.62544891893397,41.846413506102884],[-72.62561191894822,41.84573650596707],[-72.62587091903028,41.84569450595065],[-72.62612991911234,41.84565250593423],[-72.6266659192821,41.84556450590002],[-72.62842191983844,41.84528050578883],[-72.6291719200723,41.845093505728656],[-72.6296879202224,41.84477750565114],[-72.62972992023461,41.84475150564476],[-72.62985192027016,41.84467750562656],[-72.63010592033643,41.84438950556285],[-72.63031792037688,41.84389050545979],[-72.6305489204498,41.84384850544425],[-72.6305769204586,41.84384250544219],[-72.63077892052235,41.84380550542857],[-72.63128692068268,41.8437125053943],[-72.6313439207034,41.843749505399614],[-72.63138692071901,41.84377750540362],[-72.63147692075171,41.84383550541193],[-72.63156592078406,41.84389350542027],[-72.63158892079501,41.84395350543109],[-72.6316009208006,41.843982505436294],[-72.63163592081717,41.84407250545253],[-72.63166092082889,41.84413450546369],[-72.63166092082895,41.84413550546389],[-72.63168492084034,41.84419750547508],[-72.63220092104419,41.84481650557791],[-72.63220292104495,41.84481850557822],[-72.63300392132079,41.845072505601486],[-72.63333392143439,41.84517650561093],[-72.63366492154836,41.84528150562055],[-72.6344019218021,41.84551450564181],[-72.63451292183738,41.84549850563515],[-72.6353129220919,41.84538750558803],[-72.63551092215279,41.84532350556932],[-72.63562392218758,41.845287505558744],[-72.6358879222705,41.84523250553964],[-72.63612392234805,41.845242505533996],[-72.63626892239573,41.84524950553068],[-72.63633092241687,41.84526550553178],[-72.63667392252775,41.845248505517475],[-72.63678992256528,41.84524350551278],[-72.63767192286747,41.84549650553322],[-72.63800292298087,41.845591505540916],[-72.63824192306082,41.845626505539975],[-72.63840392311509,41.84565150553961],[-72.6389409232997,41.84581650555416],[-72.63896992330969,41.845825505554956],[-72.63899392332964,41.846036505594896],[-72.63907392335653,41.84605050559502],[-72.63911292336965,41.84605750559513],[-72.63923092340934,41.84607850559538],[-72.63931292343688,41.846092505595436],[-72.63931492343755,41.84609250559537],[-72.63939592346482,41.84610750559566],[-72.63925692343796,41.84642850566205],[-72.63883992335725,41.847390505861],[-72.63870192333079,41.84771250592755],[-72.63858992329884,41.84779250594657],[-72.63843092325361,41.84790750597388],[-72.63845792327467,41.8481205060141],[-72.63847592328842,41.848257506039936],[-72.63839492332187,41.849298506243315],[-72.63833392331107,41.84945650627574],[-72.63826092329829,41.84964850631514],[-72.63792592320456,41.84991850637797],[-72.63669592286037,41.85090850660845],[-72.63632092280073,41.85199850683071],[-72.63625092278953,41.852200506871924],[-72.63623092278634,41.85225850688375],[-72.63618192277865,41.8524025069131],[-72.63600892275109,41.852904507015474],[-72.63583592272354,41.85340650711785],[-72.63579492271063,41.85341450712071],[-72.635671922672,41.853440507129676],[-72.63563192265954,41.85345050713289],[-72.63562392266053,41.853513507145294],[-72.63571192270558,41.85379750719723],[-72.63576992273502,41.853980507230666],[-72.63601892284751,41.854524507327575],[-72.63619392291822,41.85476150736764],[-72.636289922957,41.85489150738963],[-72.63638192299726,41.85506950742099],[-72.6364149230117,41.855133507432285],[-72.63661292309492,41.85545750748839],[-72.63668592312345,41.85553950750185],[-72.63708192327819,41.85598450757493],[-72.63770592351862,41.856626507678676],[-72.63786292357652,41.856742507696],[-72.63821192370517,41.85700050773452],[-72.6383219237449,41.857067507743906],[-72.63852692381896,41.85719250776142],[-72.63888592394417,41.857333507777064],[-72.64018592439766,41.857846507834175],[-72.64060392454188,41.85798350784716],[-72.64064492455606,41.85799750784854],[-72.6406849245699,41.858011507849945],[-72.64111092471863,41.85818150786904],[-72.64123392476034,41.858209507870484],[-72.64125892476498,41.858148507857905],[-72.64133692478008,41.857968507820694],[-72.6413629247851,41.85790850780829],[-72.6423119251117,41.85820550783504],[-72.64257192521262,41.85848550788066],[-72.64281992532382,41.859012507974306],[-72.64301192540994,41.859420508046796],[-72.64334192554627,41.85991950813239],[-72.64396492577438,41.860352508195845],[-72.64400892579025,41.860378508199446],[-72.64496092613359,41.860949508278914],[-72.64506392617074,41.861011508287554],[-72.6460719265273,41.861494508348265],[-72.64685592682729,41.862263508471294],[-72.6472929269911,41.862633508528575],[-72.64815192731314,41.8633605086411],[-72.64876992754705,41.863922508729566],[-72.64876192754697,41.8639665087383],[-72.64873992754751,41.86410050876485],[-72.64873392754815,41.8641455087737],[-72.64889192760513,41.86424050878695],[-72.64910092768062,41.8643675088047],[-72.6493169277638,41.864588508840356],[-72.64936492778227,41.86463750884826],[-72.64929992776666,41.86473450886904],[-72.64953192785258,41.864912508895905],[-72.64976392793855,41.865091508922944],[-72.6497919279489,41.865112508926096],[-72.64989092798562,41.86518950893775],[-72.64991792800346,41.86534650896715],[-72.6499739280404,41.86567050902781],[-72.65018792818114,41.866902509258416],[-72.65023292821046,41.867156509305936],[-72.65025792822695,41.867301509333075],[-72.6502949282513,41.86751450937295],[-72.6501479282122,41.86766850940737],[-72.65007492819095,41.86771250941819],[-72.64999392816861,41.86778350943449],[-72.64938492799654,41.86824450954295],[-72.64925192795694,41.868310509559976],[-72.64854692776709,41.869006509716804],[-72.6482239276883,41.86946750981607],[-72.64809092766231,41.86976950987855],[-72.64800292764149,41.86990650990781],[-72.64784192760902,41.87025450998005],[-72.64757192753801,41.870550510045796],[-72.64745192750637,41.87068051007473],[-72.64734092747717,41.8708025101018],[-72.64722892744769,41.87092451012893],[-72.6473119275287,41.871861510306864],[-72.64745392758425,41.87202151033313],[-72.647469927682,41.87362751064216],[-72.64766792775602,41.87379151066739],[-72.64777492779552,41.87387151067937],[-72.64787392783265,41.87395551069239],[-72.64812592792673,41.87416151072399],[-72.64838492801033,41.874146510712755],[-72.64875892813077,41.874119510695515],[-72.65094892881785,41.87364651053387],[-72.65162792903072,41.87349751048329],[-72.65222992922317,41.873429510450805],[-72.6522679292373,41.87345951045536],[-72.6523599292708,41.87352051046416],[-72.65244292930153,41.873583510473644],[-72.65277592940869,41.8735585104581],[-72.65310892951594,41.87353451044276],[-72.65366092969361,41.873493510417084],[-72.65369992971274,41.873604510437225],[-72.6537269297259,41.87368051045101],[-72.65384392976281,41.873658510442986],[-72.65396092979965,41.873635510434795],[-72.65420292987586,41.87358851041795],[-72.65444492995215,41.87354251040129],[-72.65472593004947,41.87364051041112],[-72.65486993010069,41.87371451042076],[-72.65528993025202,41.87396351045522],[-72.65570893040298,41.87421151048954],[-72.65696793085671,41.87495851059297],[-72.65718193094257,41.87523751063985],[-72.657211930976,41.8756475107179],[-72.65723493100424,41.87600751078655],[-72.6572499310292,41.876355510853124],[-72.65707493107321,41.87810951119677],[-72.65736493121908,41.87899851135876],[-72.65763193134553,41.87968151148176],[-72.65801293151537,41.88047151162176],[-72.65897493192372,41.882111511906785],[-72.65963493216559,41.88257251197436]]]},"properties":{"name":4736.01,"geoid":"09003473601"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.6413629247851,41.85790850780829],[-72.6413679247853,41.85788350780331],[-72.64138692478734,41.85781150778882],[-72.6413939247883,41.85778850778414],[-72.64141192479065,41.85772750777181],[-72.64146992479907,41.857544507734644],[-72.64148992480212,41.857484507722454],[-72.64159192483757,41.8575225077265],[-72.64205392499699,41.857674507740946],[-72.64216492503441,41.857695507741425],[-72.64253392515879,41.85776550774306],[-72.64323492539357,41.85787250774113],[-72.64427292573815,41.857977507728],[-72.64497892597261,41.85805050771936],[-72.64832892708306,41.85836150767158],[-72.6484549271241,41.858360507667335],[-72.64863292718066,41.85833450765659],[-72.64852992713612,41.85814450762327],[-72.64849592711295,41.85793450758387],[-72.64849992709256,41.857557507511046],[-72.64854392709377,41.857329507465685],[-72.64863292711169,41.85713650742559],[-72.64886492717581,41.85693550737939],[-72.64891992719079,41.856884507367766],[-72.64968292739928,41.85618350720805],[-72.64968292739917,41.85618150720767],[-72.64958292735821,41.856036507182935],[-72.64947392731547,41.85591150716233],[-72.65020392753125,41.85552450706423],[-72.6520249280658,41.854493506806826],[-72.6526029282349,41.85415650672325],[-72.65271192826323,41.85403150669564],[-72.65281592828755,41.853864506660095],[-72.65287792829885,41.853709506628206],[-72.65289592829373,41.8535185065908],[-72.65287192826574,41.853168506524085],[-72.65287392825518,41.85297350648641],[-72.65287992822358,41.85239050637379],[-72.65288292821339,41.85219650633628],[-72.65330192834877,41.85217450631855],[-72.65455992875522,41.85210850626535],[-72.65497992889098,41.852087506247784],[-72.65538192902103,41.85206950623137],[-72.65631092932168,41.85202950619379],[-72.65658992941147,41.852008506180766],[-72.65699192954082,41.85197850616203],[-72.65701192954707,41.851973506160434],[-72.65705792956156,41.851964506157216],[-72.65707292956621,41.85196050615596],[-72.6570939295729,41.8519575061547],[-72.6571769295989,41.851939506148554],[-72.65742792967778,41.851887506130446],[-72.6575119297042,41.85187050612446],[-72.6577369297751,41.85182750610894],[-72.65806492987849,41.85176550608642],[-72.65841892999168,41.851726506067514],[-72.6584299299952,41.85172550606696],[-72.6586489300664,41.85172150605915],[-72.6591279302237,41.8517405060474],[-72.65917993024082,41.85174350604631],[-72.66055693069973,41.851914506034966],[-72.66103393085874,41.851974506031176],[-72.66149193101062,41.85201850602493],[-72.6616159310518,41.85203150602344],[-72.66285893146755,41.85221250601833],[-72.66331493162012,41.85227950601658],[-72.66449593201366,41.85242550600672],[-72.66449493201642,41.852479506017175],[-72.66370193198458,41.85641650680183],[-72.66368593198845,41.85657450683282],[-72.6635329319843,41.85736850699083],[-72.6635239319877,41.857478507012345],[-72.66313293199099,41.85974950746277],[-72.66304093199314,41.86030750757332],[-72.66275393200002,41.862051507918785],[-72.66267793200008,41.86248250800431],[-72.66266393200512,41.86264950803697],[-72.66264093200587,41.862792508065276],[-72.6624969320168,41.86379750826365],[-72.66249093202032,41.86389250828217],[-72.66245293204555,41.86454550840927],[-72.66243393207192,41.86511050851879],[-72.66247493212471,41.86579450864933],[-72.66268193229875,41.86764350899909],[-72.66268593230197,41.86767650900531],[-72.66269793231234,41.86778850902652],[-72.6628139324138,41.868892509235586],[-72.66295793251955,41.86991250942756],[-72.66300893255652,41.87026550949397],[-72.66312393268196,41.87179050978417],[-72.66310393273882,41.87289050999683],[-72.66309093274064,41.872995510017475],[-72.66297193276087,41.87401951021867],[-72.6629519327626,41.87416251024688],[-72.66291893276647,41.87441651029688],[-72.66288193276431,41.87458851033123],[-72.66285293276306,41.874730510359534],[-72.66267793276732,41.87579451057022],[-72.66248393277259,41.87698351080561],[-72.66228593277576,41.878158511038414],[-72.66215293276593,41.878740511154874],[-72.66214593276491,41.87876251115932],[-72.66207993275539,41.878970511201544],[-72.66201493274613,41.879177511243505],[-72.66165193267275,41.879958511405704],[-72.66145593262918,41.88031151148003],[-72.66122093257509,41.880702511562944],[-72.66011993229156,41.88201351185103],[-72.6597759322022,41.88240951193841],[-72.65963493216559,41.88257251197436],[-72.65897493192372,41.882111511906785],[-72.65801293151537,41.88047151162176],[-72.65763193134553,41.87968151148176],[-72.65736493121908,41.87899851135876],[-72.65707493107321,41.87810951119677],[-72.6572499310292,41.876355510853124],[-72.65723493100424,41.87600751078655],[-72.657211930976,41.8756475107179],[-72.65718193094257,41.87523751063985],[-72.65696793085671,41.87495851059297],[-72.65570893040298,41.87421151048954],[-72.65528993025202,41.87396351045522],[-72.65486993010069,41.87371451042076],[-72.65472593004947,41.87364051041112],[-72.65444492995215,41.87354251040129],[-72.65420292987586,41.87358851041795],[-72.65396092979965,41.873635510434795],[-72.65384392976281,41.873658510442986],[-72.6537269297259,41.87368051045101],[-72.65369992971274,41.873604510437225],[-72.65366092969361,41.873493510417084],[-72.65310892951594,41.87353451044276],[-72.65277592940869,41.8735585104581],[-72.65244292930153,41.873583510473644],[-72.6523599292708,41.87352051046416],[-72.6522679292373,41.87345951045536],[-72.65222992922317,41.873429510450805],[-72.65162792903072,41.87349751048329],[-72.65094892881785,41.87364651053387],[-72.64875892813077,41.874119510695515],[-72.64838492801033,41.874146510712755],[-72.64812592792673,41.87416151072399],[-72.64787392783265,41.87395551069239],[-72.64777492779552,41.87387151067937],[-72.64766792775602,41.87379151066739],[-72.647469927682,41.87362751064216],[-72.64745392758425,41.87202151033313],[-72.6473119275287,41.871861510306864],[-72.64722892744769,41.87092451012893],[-72.64734092747717,41.8708025101018],[-72.64745192750637,41.87068051007473],[-72.64757192753801,41.870550510045796],[-72.64784192760902,41.87025450998005],[-72.64800292764149,41.86990650990781],[-72.64809092766231,41.86976950987855],[-72.6482239276883,41.86946750981607],[-72.64854692776709,41.869006509716804],[-72.64925192795694,41.868310509559976],[-72.64938492799654,41.86824450954295],[-72.64999392816861,41.86778350943449],[-72.65007492819095,41.86771250941819],[-72.6501479282122,41.86766850940737],[-72.6502949282513,41.86751450937295],[-72.65025792822695,41.867301509333075],[-72.65023292821046,41.867156509305936],[-72.65018792818114,41.866902509258416],[-72.6499739280404,41.86567050902781],[-72.64991792800346,41.86534650896715],[-72.64989092798562,41.86518950893775],[-72.6497919279489,41.865112508926096],[-72.64976392793855,41.865091508922944],[-72.64953192785258,41.864912508895905],[-72.64929992776666,41.86473450886904],[-72.64936492778227,41.86463750884826],[-72.6493169277638,41.864588508840356],[-72.64910092768062,41.8643675088047],[-72.64889192760513,41.86424050878695],[-72.64873392754815,41.8641455087737],[-72.64873992754751,41.86410050876485],[-72.64876192754697,41.8639665087383],[-72.64876992754705,41.863922508729566],[-72.64815192731314,41.8633605086411],[-72.6472929269911,41.862633508528575],[-72.64685592682729,41.862263508471294],[-72.6460719265273,41.861494508348265],[-72.64506392617074,41.861011508287554],[-72.64496092613359,41.860949508278914],[-72.64400892579025,41.860378508199446],[-72.64396492577438,41.860352508195845],[-72.64334192554627,41.85991950813239],[-72.64301192540994,41.859420508046796],[-72.64281992532382,41.859012507974306],[-72.64257192521262,41.85848550788066],[-72.6423119251117,41.85820550783504],[-72.6413629247851,41.85790850780829]]]},"properties":{"name":4736.02,"geoid":"09003473602"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.70324494008446,41.77314048945613],[-72.70326494005903,41.77258448934807],[-72.7030979400006,41.772514489339926],[-72.70277493988766,41.77238048932443],[-72.70267793984479,41.77218448928968],[-72.70277693986787,41.77202448925559],[-72.70405194026515,41.77170848915349],[-72.70416394029677,41.77162348913346],[-72.70464794043372,41.771262489048134],[-72.70456694040124,41.77115648903027],[-72.70452994038642,41.77110848902218],[-72.70450394037596,41.77107348901626],[-72.70443494034669,41.77095548899568],[-72.70440494033399,41.7709044889868],[-72.70433894030599,41.770791488967085],[-72.7042799402649,41.77041048889537],[-72.70378494008251,41.7700434888404],[-72.70353093998776,41.769834488808186],[-72.70329193989862,41.769638488778014],[-72.70323893986746,41.76939648873297],[-72.70342993992234,41.76926848870209],[-72.70421694017836,41.769261488675404],[-72.70475894034934,41.76916348863901],[-72.70510894046734,41.76923248864109],[-72.70522894049678,41.769064488604755],[-72.70502494040825,41.76868048853712],[-72.7050409404037,41.768510488503765],[-72.70484694032866,41.76830448847021],[-72.70421794010163,41.767919488416055],[-72.70415194007903,41.76790048841451],[-72.70392094000009,41.76783648840958],[-72.70334593982055,41.767972488454376],[-72.70338393982185,41.76777948841584],[-72.70340593981076,41.767461488353696],[-72.70335993978973,41.7673564883349],[-72.7033489397847,41.76733148833042],[-72.70331693977016,41.76725948831752],[-72.70330693976553,41.767235488313226],[-72.70325593974931,41.767242488316214],[-72.70311493970446,41.76726148832443],[-72.70295493965364,41.767284488334006],[-72.7025409395226,41.767351488360276],[-72.70234993946215,41.76738248837241],[-72.70195593933724,41.7674424883967],[-72.70077393896263,41.767625488470095],[-72.70038093883807,41.767686488494526],[-72.70027993880568,41.76769548849951],[-72.69997993870955,41.76772348851458],[-72.69987993867754,41.76773348851973],[-72.70002993867998,41.766924488358576],[-72.70003393867954,41.766894488352655],[-72.70023093866708,41.765559488088336],[-72.70035493866139,41.76475648792919],[-72.70041993866012,41.764365487851535],[-72.70056193865817,41.76352548768464],[-72.70059493865875,41.76334848764938],[-72.70069393866093,41.762824487544925],[-72.70069393866063,41.76281948754396],[-72.70072793866163,41.76264348750884],[-72.7007779386639,41.76239948746009],[-72.70051693857008,41.76224648743892],[-72.70032593850125,41.76213148742284],[-72.70021893846312,41.76207448741526],[-72.70018093844966,41.7620554874128],[-72.69996193837245,41.761953487400156],[-72.70011293841888,41.76190548738602],[-72.70040593850763,41.76178848735397],[-72.70045393852206,41.761767487348386],[-72.7004879385324,41.761754487344774],[-72.70059593856448,41.761700487330856],[-72.70064393857886,41.76167848732506],[-72.70072493860341,41.76164648731628],[-72.70096993867783,41.761552487290224],[-72.70105193870282,41.76152248728179],[-72.70154093885192,41.761344487231646],[-72.70196993898028,41.76114548717938],[-72.70216993904216,41.761088487161935],[-72.70241293911876,41.76104348714543],[-72.70290993927952,41.761023487125556],[-72.70402193963638,41.76092848707142],[-72.7050879399794,41.76085448702282],[-72.70655294045125,41.7607594869573],[-72.70763094079568,41.76064148689981],[-72.70799494091158,41.76059448687901],[-72.70908694125924,41.7604534868166],[-72.7094519413755,41.76040748679597],[-72.70949394140096,41.76061248683423],[-72.70962094147771,41.76122848694919],[-72.70966394150355,41.761434486987625],[-72.70968094151407,41.76152148700388],[-72.7097239415402,41.761732487043275],[-72.70990694165117,41.76262648721015],[-72.7099679416882,41.762925487265974],[-72.71017994179525,41.763586487386874],[-72.71081594211651,41.76557248775016],[-72.71102894222393,41.76623448787122],[-72.71110694226245,41.76646248791276],[-72.71118294230547,41.76678048797175],[-72.71157994253018,41.76844048827973],[-72.71171294260533,41.76899448838249],[-72.7117769426439,41.769302488439926],[-72.71190194271868,41.769895488550475],[-72.71187694273014,41.77023648861716],[-72.71185394274072,41.77055148867877],[-72.71180794273343,41.77068548870615],[-72.71179594274223,41.77090648874924],[-72.71172894284433,41.773063489168116],[-72.71169894284745,41.77328748921236],[-72.71151694281643,41.77377948931327],[-72.7114039427927,41.77400748936095],[-72.71042094258753,41.77601048977957],[-72.71033594257777,41.77632248984256],[-72.71013994251147,41.776280489840765],[-72.70986494241832,41.776218489837646],[-72.70899594212402,41.776024489828146],[-72.70766194167396,41.77575648981934],[-72.70737094157558,41.77569448981672],[-72.70718894151403,41.77565548981505],[-72.70642094125431,41.77549048980789],[-72.70587994106954,41.77534248979672],[-72.70578594103655,41.77530148979182],[-72.70554194095106,41.775197489779586],[-72.70536594088642,41.77507048976073],[-72.70519994082251,41.77489948973302],[-72.7051959408188,41.77485748972505],[-72.70515994078133,41.77440948963965],[-72.70510694075159,41.774192489599436],[-72.70503094071837,41.774045489573496],[-72.70496194068825,41.773912489550014],[-72.70490794066394,41.77379548952915],[-72.70490294066082,41.773769489524284],[-72.7048909406526,41.77369448951018],[-72.70488694064986,41.77366948950547],[-72.7047719406078,41.773589489493745],[-72.7045899405446,41.77352148948645],[-72.70457794054045,41.77351748948606],[-72.70427494043638,41.77342448947785],[-72.70357894019855,41.773232489463155],[-72.7033179401094,41.77316048945765],[-72.70324494008446,41.77314048945613]]]},"properties":{"name":5042,"geoid":"09003504200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.7094519413755,41.76040748679597],[-72.7094349413621,41.76027048677005],[-72.70938494132228,41.7598604866924],[-72.70936894130925,41.75972448666665],[-72.70928894124897,41.75912848655403],[-72.70925894122594,41.75889748651035],[-72.70909394108244,41.75733448621358],[-72.70903194102797,41.756737486100214],[-72.70886594097546,41.75676448611077],[-72.70836994081874,41.756849486143146],[-72.70820494076663,41.75687848615408],[-72.70728194047469,41.75703048621314],[-72.70624394014726,41.75721748628272],[-72.706068940093,41.75726548629761],[-72.70465893964906,41.757534486394995],[-72.70404593945602,41.75765048643712],[-72.7035859393107,41.75772948646719],[-72.70343193926243,41.75776248647851],[-72.7030669391482,41.757844486506116],[-72.70356093927339,41.757221486369815],[-72.70504593964992,41.755352485960785],[-72.70554093977549,41.754730485824616],[-72.70635993998232,41.753685485596286],[-72.70855694053738,41.750885484984344],[-72.70882294060526,41.75055848491257],[-72.7093209407324,41.74994748477845],[-72.7093689407446,41.74988748476531],[-72.70966094081918,41.7495294846867],[-72.70971194083207,41.749464484672494],[-72.71075194109494,41.748141484383254],[-72.71294194164858,41.745357483774576],[-72.71403594192633,41.7439874834745],[-72.7151389422065,41.7426084831724],[-72.71518494224156,41.74295848323858],[-72.71532294234693,41.744011483437724],[-72.71536594237953,41.74433548349897],[-72.71536994238238,41.74436248350408],[-72.71529994236435,41.74444548352238],[-72.71509394231158,41.74469548357733],[-72.71502494229394,41.74477948359579],[-72.71496294228389,41.744956483632],[-72.71496294228831,41.745033483646885],[-72.71496294229411,41.74513448366642],[-72.71502094233767,41.74556448374768],[-72.71504694236106,41.74582448379711],[-72.71507494238534,41.74608848384725],[-72.71509794240207,41.746249483877634],[-72.71516794245275,41.746735483969346],[-72.71519194246986,41.746897483999874],[-72.71519894248082,41.747048484028845],[-72.7152179425071,41.747398484095896],[-72.71522294251469,41.74750248411583],[-72.715230942526,41.74765448414497],[-72.71522694253068,41.74775848416518],[-72.7152169425454,41.748071484226024],[-72.71521494255077,41.74817648424639],[-72.71520394255276,41.748273484265496],[-72.71519494255406,41.74834748428009],[-72.71515694258446,41.74909248442533],[-72.71516294259071,41.74916748443964],[-72.71516794259612,41.74923348445222],[-72.71517794261281,41.749467484497146],[-72.71517394261346,41.749501484503845],[-72.7151459426188,41.74975348455346],[-72.7151409426177,41.74976248455536],[-72.71510194262278,41.75007248461653],[-72.71511294262982,41.75013248462779],[-72.71511894263342,41.750161484633196],[-72.71509494263135,41.750261484653294],[-72.71506494266097,41.75094748478686],[-72.71502494269983,41.7518514849629],[-72.71499694271901,41.7523444850591],[-72.7149739427358,41.7527674851416],[-72.71487794281033,41.75461048550092],[-72.71482994284682,41.75551848567797],[-72.71478294288424,41.75643648585691],[-72.71355394247226,41.75623448585742],[-72.71325694237424,41.756212485862726],[-72.71320494235684,41.75620448586285],[-72.7130159422947,41.756194485867],[-72.71219494202845,41.75621548589749],[-72.71112294168927,41.75639048596583],[-72.71104994166635,41.756405485971065],[-72.710834941599,41.75645248598708],[-72.71076294157646,41.75646848599248],[-72.71077894159247,41.756656486028305],[-72.71082994164162,41.75722348613625],[-72.71084694165802,41.75741248617224],[-72.71088294166958,41.757409486170495],[-72.71098994170391,41.757400486165324],[-72.71102694171584,41.757398486163744],[-72.7112209417782,41.7573834861546],[-72.71157994189366,41.75735748613801],[-72.71165694192057,41.757389486141726],[-72.71166894192483,41.7573954861425],[-72.7117169419473,41.757514486163956],[-72.71179194198211,41.75769548619651],[-72.71184494202777,41.75818948629029],[-72.71200694216563,41.759671486571484],[-72.7120609422116,41.7601654866652],[-72.71188894215643,41.76018048667365],[-72.71137394199138,41.76022848669951],[-72.7112029419366,41.7602444867081],[-72.71102694188014,41.76025948671667],[-72.71049894171075,41.76030548674255],[-72.71032394165466,41.76032148675128],[-72.71014894159858,41.76033748676],[-72.70962594143117,41.76038948678688],[-72.7094519413755,41.76040748679597]]]},"properties":{"name":5043,"geoid":"09003504300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.70473793887027,41.74351148368164],[-72.70441593876765,41.743551483699726],[-72.70345293846103,41.743674483754475],[-72.70313193835887,41.743716483772936],[-72.70292593829308,41.743739483784],[-72.70231093809691,41.7438124838179],[-72.70210593803152,41.743836483829135],[-72.70185093795027,41.74386848384353],[-72.70108693770703,41.74396648388705],[-72.70083293762617,41.7439994839016],[-72.70058493754716,41.744030483915566],[-72.69984193731068,41.74412748395824],[-72.69959493723206,41.744159483972346],[-72.69933793715009,41.74418948398642],[-72.69856993690516,41.7442814840289],[-72.69831493682386,41.74431248404311],[-72.69832393683949,41.74453348408554],[-72.69835293688706,41.74519848421318],[-72.69836293690305,41.745420484255774],[-72.69836593691463,41.745605484291445],[-72.69837793695041,41.746161484398556],[-72.69838193696239,41.746347484434395],[-72.69835593696531,41.74654648447371],[-72.6982809369753,41.74714648459211],[-72.69825593697864,41.74734648463158],[-72.69740493670065,41.74733348465644],[-72.69485393586744,41.74729548473113],[-72.69400393558983,41.74728348475614],[-72.69400293559731,41.74741948478246],[-72.6939999356199,41.74783048486202],[-72.69399993562774,41.747967484888505],[-72.69398693563407,41.7481514849245],[-72.69394893565351,41.74870648503301],[-72.69393693566022,41.74889148506917],[-72.69392493566639,41.74906748510358],[-72.69389193568587,41.74959448520653],[-72.6938809356924,41.749771485241105],[-72.69386693569935,41.74997148528022],[-72.69385893570464,41.75010948530715],[-72.69383493572349,41.75057448539781],[-72.69382593573208,41.750775485436954],[-72.69379593573339,41.75096848547523],[-72.6937069357377,41.75154948559042],[-72.69367793573937,41.75174348562886],[-72.69364393573943,41.75193748566744],[-72.69343093575317,41.75338748595459],[-72.69332193574596,41.75388048605341],[-72.69333693576483,41.75412448610007],[-72.69346093581882,41.7543614861419],[-72.69354793585313,41.75446548615921],[-72.69335793579009,41.75444548616145],[-72.69315293571796,41.75435248615007],[-72.69317893571704,41.754188486117535],[-72.69310193561155,41.752786485849],[-72.69310293557515,41.75214648572524],[-72.69309093550324,41.75096048549635],[-72.69309393546877,41.75034248537679],[-72.69309593545596,41.75010748533131],[-72.69309793544824,41.749961485303],[-72.6932579354374,41.74886348508559],[-72.69324093541111,41.74850148501614],[-72.6932349354017,41.74837148499121],[-72.69319193537089,41.748078484935945],[-72.69321293536998,41.74794348490918],[-72.69319193536029,41.74789348490018],[-72.69316893533939,41.747659484855674],[-72.69299493523202,41.74677548469037],[-72.69293493519493,41.74646948463314],[-72.69289093517123,41.74630648460304],[-72.69278693509472,41.745562484462546],[-72.69266993503867,41.74524948440578],[-72.69229793487447,41.74449948427273],[-72.69221693480306,41.743713484123354],[-72.69220093478562,41.74350048408269],[-72.69216593474533,41.742996483986346],[-72.69220493474204,41.74271748393116],[-72.6921899347172,41.74236948386435],[-72.69340393507417,41.741697483695376],[-72.69399193524703,41.74137148361344],[-72.69444093537834,41.741110483548546],[-72.69579093577333,41.74032948335411],[-72.69624093590508,41.74007048328956],[-72.69645993596929,41.739946483258535],[-72.69711793616248,41.739577483166045],[-72.6973379362271,41.739454483135184],[-72.69787993638745,41.739171483063025],[-72.69835593652822,41.73892248299957],[-72.69848193656252,41.73880448297271],[-72.69856293658202,41.73868448294689],[-72.6994419367818,41.73717448262663],[-72.69947693678975,41.7371144826139],[-72.69958493681467,41.73693548257582],[-72.69962193682335,41.73687648256321],[-72.6996539368305,41.73681948255116],[-72.69967793683539,41.736768482540526],[-72.69983893686904,41.73644048247191],[-72.69989293688037,41.7363314824491],[-72.70016793694755,41.73594048236466],[-72.70088293712226,41.734925482145364],[-72.70099993715162,41.734772482112],[-72.70118393719797,41.73453548206026],[-72.70130193722878,41.73440248203074],[-72.7013399372387,41.734359482021205],[-72.70145393726855,41.734232481992976],[-72.70149293727884,41.734190481983596],[-72.70155093729579,41.73415648197517],[-72.70166893733044,41.73409048195861],[-72.70172193734545,41.73405148194936],[-72.70177693736115,41.734012481940056],[-72.7018919373966,41.73397748192958],[-72.70195593741636,41.73395848192385],[-72.70224093750512,41.73388748190095],[-72.70235793754155,41.73385848189158],[-72.70257793761094,41.733818481876774],[-72.70323993781975,41.733699481832474],[-72.70346093788949,41.733660481817815],[-72.70372493797267,41.733611481799855],[-72.7045199382233,41.733466481746255],[-72.70478493830689,41.733418481728435],[-72.70490293834405,41.73339648172038],[-72.70525893845634,41.73333248169656],[-72.7053779384939,41.73331148168867],[-72.70550793853509,41.733291481680624],[-72.70589793865891,41.73323548165725],[-72.7060289387005,41.733216481649364],[-72.70597793869506,41.73341148168871],[-72.70597593869499,41.73342148169072],[-72.70598993871192,41.733637481732046],[-72.70612893877743,41.733990481795836],[-72.70620293881237,41.73417948183001],[-72.7062509388389,41.73436948186521],[-72.70639793891957,41.7349414819711],[-72.70644693894648,41.735132482006456],[-72.70574093872368,41.735257482053335],[-72.70362493805617,41.735636482194685],[-72.70291993783376,41.73576248224173],[-72.7029839378654,41.73595048227602],[-72.70317593796025,41.73651448237893],[-72.70323993799194,41.736703482413404],[-72.70328393801722,41.736894482448925],[-72.70341593809324,41.73747048255607],[-72.7034609381189,41.737662482591745],[-72.70346693812246,41.73769048259698],[-72.70348693813385,41.73777548261276],[-72.7034939381378,41.737804482618145],[-72.70353693816173,41.737977482650216],[-72.70354293816489,41.73799848265407],[-72.70364893822843,41.73850448274853],[-72.70368693825087,41.73868048278134],[-72.70372593827402,41.73886248281527],[-72.70383593833903,41.73937148291016],[-72.7038429383435,41.73940948291729],[-72.70387993836603,41.739592482951494],[-72.70391593838751,41.739762482983195],[-72.70402593845253,41.74027148307809],[-72.7040249384522,41.740271483078125],[-72.70369693836193,41.740560483144534],[-72.70385393841194,41.740540483135625],[-72.70407193848139,41.74051348312338],[-72.70411493850577,41.740694483157014],[-72.70423893857846,41.74125748326189],[-72.704441938697,41.742171483432074],[-72.7046129387972,41.742947483576614],[-72.70473793887027,41.74351148368164]]]},"properties":{"name":5045,"geoid":"09003504500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.7053779384939,41.73331148168867],[-72.70525893845634,41.73333248169656],[-72.70490293834405,41.73339648172038],[-72.70478493830689,41.733418481728435],[-72.7045199382233,41.733466481746255],[-72.70372493797267,41.733611481799855],[-72.70346093788949,41.733660481817815],[-72.70323993781975,41.733699481832474],[-72.70257793761094,41.733818481876774],[-72.70235793754155,41.73385848189158],[-72.70224093750512,41.73388748190095],[-72.70195593741636,41.73395848192385],[-72.7018919373966,41.73397748192958],[-72.70177693736115,41.734012481940056],[-72.70172193734545,41.73405148194936],[-72.70166893733044,41.73409048195861],[-72.70155093729579,41.73415648197517],[-72.70149293727884,41.734190481983596],[-72.70145393726855,41.734232481992976],[-72.7013399372387,41.734359482021205],[-72.70130193722878,41.73440248203074],[-72.70118393719797,41.73453548206026],[-72.70099993715162,41.734772482112],[-72.70088293712226,41.734925482145364],[-72.70016793694755,41.73594048236466],[-72.69989293688037,41.7363314824491],[-72.69983893686904,41.73644048247191],[-72.69967793683539,41.736768482540526],[-72.6996539368305,41.73681948255116],[-72.69962193682335,41.73687648256321],[-72.69958493681467,41.73693548257582],[-72.69947693678975,41.7371144826139],[-72.6994419367818,41.73717448262663],[-72.69856293658202,41.73868448294689],[-72.69848193656252,41.73880448297271],[-72.69835593652822,41.73892248299957],[-72.69787993638745,41.739171483063025],[-72.6973379362271,41.739454483135184],[-72.69711793616248,41.739577483166045],[-72.69645993596929,41.739946483258535],[-72.69624093590508,41.74007048328956],[-72.69579093577333,41.74032948335411],[-72.69444093537834,41.741110483548546],[-72.69399193524703,41.74137148361344],[-72.69340393507417,41.741697483695376],[-72.6921899347172,41.74236948386435],[-72.69215793470089,41.74226648384546],[-72.69227293472598,41.74205048380001],[-72.69270693482098,41.741241483629615],[-72.69277993483789,41.74112148360406],[-72.69296393488057,41.74082048353994],[-72.69295993484987,41.7403074834409],[-72.69295193477826,41.739103483208325],[-72.69292793475135,41.73877048314469],[-72.69291293473323,41.738539483100496],[-72.69290493471453,41.738258483046415],[-72.69289493469815,41.73802948300246],[-72.69286693464966,41.7373424828705],[-72.69285793463366,41.737114482826705],[-72.69285593462666,41.73700348280531],[-72.69285193460627,41.73667048274102],[-72.69285093459963,41.73656048271979],[-72.69283793457856,41.73626648266335],[-72.6928019345163,41.735384482493934],[-72.69278993449554,41.735090482437464],[-72.6926969344444,41.734726482370064],[-72.69242093429206,41.73363648216812],[-72.6923289342413,41.73327348210086],[-72.6922819342145,41.7330734820637],[-72.69214093413423,41.73247348195219],[-72.69209493410779,41.73227348191498],[-72.69204393407949,41.73206948187717],[-72.69189093399471,41.7314594817641],[-72.6918409339668,41.73125648172645],[-72.69179193393576,41.73099348167715],[-72.69164793384368,41.730204481529164],[-72.69159993381297,41.72994148147984],[-72.69149393374552,41.72936648137203],[-72.691190933552,41.72771048106146],[-72.69118393354569,41.72764048104815],[-72.69116893353217,41.7274894810194],[-72.6910139334586,41.72708648094643],[-72.69107993347227,41.72694948091782],[-72.6910969334759,41.72691648091089],[-72.69135793353257,41.72642148080674],[-72.69136093353316,41.72641448080528],[-72.69144493355083,41.72624548076991],[-72.69152393356786,41.72609348073796],[-72.69176293361977,41.72564048064265],[-72.69182493363326,41.72552348061802],[-72.69184193363685,41.7254894806109],[-72.69217993374352,41.72542948058843],[-72.69228193377576,41.72541248058186],[-72.69319693406463,41.72525248052151],[-72.69353693417204,41.72519448049937],[-72.69392893429858,41.725174480482906],[-72.69394693430439,41.72517348048213],[-72.69431993442478,41.725154480466465],[-72.69495293462907,41.72512148043974],[-72.69517693470137,41.72510948043021],[-72.69558693483368,41.72508848041297],[-72.69594893495001,41.72506048039591],[-72.69632393507048,41.725031480378256],[-72.69656093514686,41.72501748036794],[-72.69743593542889,41.72496548032975],[-72.69918893599393,41.724862480253485],[-72.70131093667746,41.724729480159525],[-72.7013159366791,41.72472948015937],[-72.70252393706818,41.72465348010583],[-72.7029879372176,41.7246234800851],[-72.70471593777427,41.724516480008845],[-72.70483893781388,41.72450848000335],[-72.704776937806,41.72472348004694],[-72.70460893778542,41.72531948016761],[-72.70459393778336,41.72536848017758],[-72.70453393777619,41.7255844802213],[-72.70439593773169,41.72559248022728],[-72.70398493759933,41.72561848024553],[-72.70384793755522,41.725627480251674],[-72.70391493760083,41.72604248032979],[-72.70411593773768,41.72728848056434],[-72.70418293778334,41.72770448064265],[-72.70422993779853,41.72770248064075],[-72.70436993784395,41.72769948063568],[-72.70441793785953,41.72769848063393],[-72.70447293787733,41.727696480631785],[-72.70463993793149,41.72769248062564],[-72.70469593794974,41.72769248062385],[-72.70473293796165,41.727690480622265],[-72.70475093796746,41.72768948062148],[-72.70514493807437,41.727315480536475],[-72.70515493808891,41.72751248057425],[-72.70516893810722,41.727752480620246],[-72.7051769381268,41.728048480677224],[-72.70519293813523,41.728104480687534],[-72.70522193815033,41.728203480705766],[-72.70530493818006,41.728250480712184],[-72.70535293821666,41.72861648078143],[-72.70535293823161,41.72887748083192],[-72.7053299382278,41.72894148084504],[-72.70525393821578,41.72916348089041],[-72.70526593822414,41.72924148090512],[-72.70530193824928,41.72947548094921],[-72.7053019382507,41.72950048095406],[-72.70530493826689,41.72976548100521],[-72.70527893826426,41.729867481025764],[-72.70526193826302,41.72994248104083],[-72.70514793824023,41.73019248109284],[-72.70516293824952,41.73026948110725],[-72.70521293830679,41.730984481243944],[-72.705262938363,41.73168148137714],[-72.7052859383892,41.732007481439446],[-72.70535493846772,41.73298548162636],[-72.7053779384939,41.73331148168867]]]},"properties":{"name":5048,"geoid":"09003504800"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.7030669391482,41.757844486506116],[-72.70295793911401,41.75786748651406],[-72.70293993910845,41.757872486515616],[-72.70263093901116,41.75793148653696],[-72.70252293897724,41.75795348654469],[-72.70231693891246,41.75799448655924],[-72.7017009387189,41.75811848660302],[-72.70149593865452,41.75816048661773],[-72.70128793858883,41.758196486631384],[-72.70103293850833,41.75824148664828],[-72.70081693844095,41.75829348666529],[-72.70066593839302,41.7583154866744],[-72.70045793832703,41.75834648668708],[-72.700498938311,41.75783448658682],[-72.70056993829512,41.75715448645309],[-72.70055593818022,41.75523148608186],[-72.700584938162,41.754749485987745],[-72.70070993816572,41.75410448585906],[-72.70097593820934,41.75335448570553],[-72.70088293817727,41.75332348570254],[-72.7008719381735,41.7533204857023],[-72.70059793808075,41.753259485699324],[-72.7005029380486,41.75323848569832],[-72.69973293778747,41.753059485688496],[-72.69955993772882,41.75301948568633],[-72.69933093765096,41.75296248568268],[-72.69920493760813,41.75293148568074],[-72.69913693758505,41.75291548567983],[-72.69873893744918,41.75280748567175],[-72.69753193705884,41.75285748572024],[-72.6966779367879,41.75298448577226],[-72.69439893606271,41.75328548590374],[-72.69371993584562,41.7533574859395],[-72.69343093575317,41.75338748595459],[-72.69364393573943,41.75193748566744],[-72.69367793573937,41.75174348562886],[-72.6937069357377,41.75154948559042],[-72.69379593573339,41.75096848547523],[-72.69382593573208,41.750775485436954],[-72.69383493572349,41.75057448539781],[-72.69385893570464,41.75010948530715],[-72.69386693569935,41.74997148528022],[-72.6938809356924,41.749771485241105],[-72.69389193568587,41.74959448520653],[-72.69392493566639,41.74906748510358],[-72.69393693566022,41.74889148506917],[-72.69394893565351,41.74870648503301],[-72.69398693563407,41.7481514849245],[-72.69399993562774,41.747967484888505],[-72.6939999356199,41.74783048486202],[-72.69400293559731,41.74741948478246],[-72.69400393558983,41.74728348475614],[-72.69485393586744,41.74729548473113],[-72.69740493670065,41.74733348465644],[-72.69825593697864,41.74734648463158],[-72.6982809369753,41.74714648459211],[-72.69835593696531,41.74654648447371],[-72.69838193696239,41.746347484434395],[-72.69837793695041,41.746161484398556],[-72.69836593691463,41.745605484291445],[-72.69836293690305,41.745420484255774],[-72.69835293688706,41.74519848421318],[-72.69832393683949,41.74453348408554],[-72.69831493682386,41.74431248404311],[-72.69856993690516,41.7442814840289],[-72.69933793715009,41.74418948398642],[-72.69959493723206,41.744159483972346],[-72.69984193731068,41.74412748395824],[-72.70058493754716,41.744030483915566],[-72.70083293762617,41.7439994839016],[-72.70108693770703,41.74396648388705],[-72.70185093795027,41.74386848384353],[-72.70210593803152,41.743836483829135],[-72.70231093809691,41.7438124838179],[-72.70292593829308,41.743739483784],[-72.70313193835887,41.743716483772936],[-72.70345293846103,41.743674483754475],[-72.70441593876765,41.743551483699726],[-72.70473793887027,41.74351148368164],[-72.7051099389888,41.743465483660785],[-72.7056559391628,41.74339848363026],[-72.70622893934541,41.743327483598094],[-72.7066019394643,41.743282483577396],[-72.70683093953731,41.74325448356462],[-72.70751893975671,41.743172483526635],[-72.70774893983014,41.7431464835142],[-72.70804793992559,41.74311248349801],[-72.70894794021291,41.74301048344933],[-72.70924794030874,41.7429774834333],[-72.70929094032252,41.74297348343114],[-72.70941894036353,41.7429614834247],[-72.70946294037769,41.74295848342271],[-72.70953594040095,41.74294948341861],[-72.70975494047067,41.742921483406164],[-72.70982894049433,41.742913483402226],[-72.71007794057316,41.74287348338649],[-72.7101989406114,41.742853483378724],[-72.71029694064242,41.74283748337248],[-72.71056994072882,41.74279348335518],[-72.71074294078392,41.742771483345365],[-72.71126394094995,41.74270748331622],[-72.71143794100547,41.74268748330675],[-72.71155694104338,41.74267248330003],[-72.71191694115812,41.74262848327993],[-72.71197294117603,41.74262248327697],[-72.71203694119625,41.74261148327279],[-72.71222894125724,41.742584483261396],[-72.7128079414413,41.74250548322748],[-72.71288394146546,41.74249548322311],[-72.713001941503,41.742479483216215],[-72.7133009415981,41.742439483198865],[-72.71419694188313,41.74232048314702],[-72.71449694197862,41.742281483129815],[-72.71465594202947,41.742265483121614],[-72.71513494218286,41.7422194830973],[-72.7151389422065,41.7426084831724],[-72.71403594192633,41.7439874834745],[-72.71294194164858,41.745357483774576],[-72.71075194109494,41.748141484383254],[-72.70971194083207,41.749464484672494],[-72.70966094081918,41.7495294846867],[-72.7093689407446,41.74988748476531],[-72.7093209407324,41.74994748477845],[-72.70882294060526,41.75055848491257],[-72.70855694053738,41.750885484984344],[-72.70635993998232,41.753685485596286],[-72.70554093977549,41.754730485824616],[-72.70504593964992,41.755352485960785],[-72.70356093927339,41.757221486369815],[-72.7030669391482,41.757844486506116]]]},"properties":{"name":5049,"geoid":"09003504900"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.8636200077505,42.03771753518245],[-72.86375000772772,42.03660753496536],[-72.86382600771434,42.035957534838225],[-72.86382000767914,42.03539153472988],[-72.86392000769804,42.035157534681744],[-72.86440700778931,42.03400553444496],[-72.86516000793033,42.03222253407843],[-72.86578200802862,42.03043953371616],[-72.86629200815247,42.02971453356047],[-72.86650400817356,42.02889553339648],[-72.86679500821246,42.02794053320381],[-72.8678840083827,42.024787532563494],[-72.86916100859746,42.021347531861934],[-72.87300200928081,42.01163652987349],[-72.87302000928433,42.01159652986524],[-72.87307500929529,42.011477529840626],[-72.87309400929921,42.01143852983251],[-72.87349100938918,42.01076452969023],[-72.87378900945113,42.01016352956518],[-72.87454400961929,42.008830529284744],[-72.87477600965659,42.00817652915169],[-72.87665200995895,42.002897528077376],[-72.87762101011505,42.00016952752221],[-72.87761601004479,41.9989995272978],[-72.87791101009921,41.99828652715132],[-72.87795101010526,41.99816752712719],[-72.87847001019377,41.996789526845745],[-72.87851801019883,41.99660852680943],[-72.878665010215,41.9960665267006],[-72.87871501022074,41.995886526664414],[-72.87907701029322,41.99510852650326],[-72.87949001037575,41.99421852631894],[-72.88053201052368,41.99094452565645],[-72.88094401061453,41.99020152550035],[-72.88206701079945,41.98710752486972],[-72.88302301095692,41.98447452433298],[-72.88543601135434,41.97782652297769],[-72.88655901153938,41.974733522347066],[-72.88656901154027,41.97469352233907],[-72.88660001154341,41.97457452231519],[-72.88661101154472,41.97453552230734],[-72.88670001155722,41.97425352225028],[-72.8869710115962,41.973410522079526],[-72.8870610116091,41.973129522022624],[-72.88887101219645,41.97307852195378],[-72.89430301395913,41.97292652174732],[-72.8949810141792,41.97290852172173],[-72.89611401454614,41.97286452167629],[-72.89986401576058,41.97271852152584],[-72.91111801940515,41.97228152107441],[-72.91338102013805,41.97219452098377],[-72.91347402016808,41.97218952097976],[-72.91356702019813,41.972184520975766],[-72.91425302041999,41.97215352094741],[-72.91486902062002,41.972138520924396],[-72.91525302074464,41.972128520909926],[-72.91612802102884,41.972108520877505],[-72.91640702111891,41.972093520865506],[-72.9167920212433,41.97207352084911],[-72.91691302128247,41.97206852084418],[-72.91736102142723,41.97204552082512],[-72.91907002197946,41.97195952075277],[-72.91964002216373,41.971931520728766],[-72.92034602239201,41.97189852069935],[-72.92246402307705,41.97180252061169],[-72.92317102330595,41.97177452058323],[-72.92546802404961,41.971682520490475],[-72.92925502527572,41.97153252033787],[-72.93236102628127,41.97140852021252],[-72.93360302668339,41.97135952016251],[-72.9346590270249,41.97131152011874],[-72.93608602748647,41.97124752005979],[-72.94036902887183,41.97105651988303],[-72.94179702933377,41.97099351982424],[-72.94180702933697,41.97099251982372],[-72.94183802934694,41.970990519822315],[-72.94184902935055,41.970990519821946],[-72.94413503009282,41.97093751973699],[-72.94760403121931,41.97085851960832],[-72.95099303231976,41.97078051948244],[-72.95328003306238,41.970728519397625],[-72.95328003306263,41.97073251939839],[-72.95328103306366,41.97074451940065],[-72.95328203306426,41.970749519401586],[-72.95345703312134,41.97074951939585],[-72.95398203329252,41.97074951937868],[-72.95408003332446,41.97074951937547],[-72.95415803334966,41.970745519372144],[-72.9577680345156,41.97055651921769],[-72.95874403483083,41.970505519175944],[-72.95897103490414,41.970493519166205],[-72.95919803497746,41.97048151915648],[-72.96112303559926,41.97038251907445],[-72.96137003567974,41.970381519066166],[-72.96268703610878,41.97037551902189],[-72.9627460361278,41.9703715190192],[-72.96544203699833,41.97022751890326],[-72.96831103792479,41.97007551878012],[-72.97353003960993,41.9697965185556],[-72.97622704048082,41.96965351843977],[-72.98018204175963,41.96947351827563],[-72.98623704371511,41.96915851801669],[-72.99030404502868,41.96894951784324],[-72.99837504763525,41.968532517498524],[-72.99955004801511,41.96847851744962],[-73.00140204861307,41.968380517370065],[-73.01681205358454,41.96750151669565],[-73.01719605370914,41.96749151668114],[-73.01727705373541,41.9674895166781],[-73.01736905376528,41.967487516674694],[-73.01746205379548,41.967485516671246],[-73.01754005382081,41.96748351666831],[-73.01758605383573,41.96748251666661],[-73.01771005387597,41.96747951666195],[-73.01777705389745,41.96747351665861],[-73.01785605392287,41.96746751665488],[-73.02019205467423,41.96729651654534],[-73.02720105692866,41.96678451621691],[-73.02953805768036,41.96661451610753],[-73.02837405755477,41.97091851697199],[-73.02488205717844,41.98383451956562],[-73.02371905705338,41.9881395204299],[-73.02344705702527,41.9891655206357],[-73.02308705698863,41.990533520910006],[-73.02264305694511,41.99224852125362],[-73.02237705691914,41.99327752145978],[-73.02235605691695,41.993356521475626],[-73.02234105691568,41.99341752148783],[-73.02230505691219,41.99355752151587],[-73.02229405691091,41.99359652152371],[-73.02228905691047,41.993616521527706],[-73.0222730569088,41.99367652153975],[-73.02217305689909,41.994064521617474],[-73.0215500568115,41.99602152201338],[-73.02054005672319,42.00010252282941],[-73.01973105661621,42.00275752336527],[-73.01206905560583,42.02794252844614],[-73.01149205552963,42.029836528828156],[-73.00956305527562,42.036180530107465],[-73.00874605516776,42.03886253064831],[-73.0085530551047,42.03886053065426],[-73.00010505233902,42.038689530899106],[-72.99955005215634,42.03866153091196],[-72.99647905115309,42.03863553100788],[-72.99623705107405,42.038633531015435],[-72.98416604713042,42.0385305313921],[-72.98415604712716,42.03853053139243],[-72.98412804711802,42.038530531393334],[-72.98411904711509,42.03853053139365],[-72.97900804544523,42.038486531553],[-72.97779404504861,42.038476531590916],[-72.97759504498363,42.03847553159726],[-72.97740404492122,42.03847353160314],[-72.9747320440484,42.038453531687],[-72.96639304132424,42.03838953194834],[-72.96628304128829,42.03838853195174],[-72.94871603557247,42.03864653257719],[-72.9443220341428,42.038712532733825],[-72.94351303387573,42.03865953275019],[-72.94281803364329,42.038563532754566],[-72.94005403271949,42.03818953277342],[-72.93977603262866,42.03818753278215],[-72.93229503018452,42.038130533016265],[-72.93192003006197,42.03812753302796],[-72.92719602851811,42.03808453317442],[-72.92677202837955,42.03808053318753],[-72.9254190279375,42.03807053322991],[-72.92541802793717,42.03807053322994],[-72.92411102751014,42.0380605332708],[-72.92403902748663,42.03806053327317],[-72.92087102645155,42.03803653337228],[-72.91627902495124,42.038002533516035],[-72.90250302045013,42.03790053394714],[-72.89791201895001,42.037866534090746],[-72.89627001841345,42.03785353414192],[-72.89134401680379,42.03781653429587],[-72.89006501638589,42.03780753433593],[-72.8897030162676,42.037804534347195],[-72.88276601400084,42.037753534564104],[-72.88269901397891,42.0377525345661],[-72.8747710113863,42.03766053480744],[-72.87454501131359,42.03767853481827],[-72.87442901127585,42.037680534822435],[-72.8695640096897,42.037706534986285],[-72.86535700831725,42.03771553512536],[-72.8636200077505,42.03771753518245]]]},"properties":{"name":3301,"geoid":"09003330100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.66509493187198,41.846572504858706],[-72.66486093179417,41.84654650486123],[-72.66473593175266,41.84653350486273],[-72.66417193156576,41.84648150487086],[-72.66416093156211,41.846480504871025],[-72.66392793148499,41.84646050487468],[-72.66371393141262,41.846415504872866],[-72.66358393136872,41.846389504872036],[-72.66307193119584,41.846286504868665],[-72.66285793112365,41.84624450486746],[-72.66253593101494,41.84618050486545],[-72.66157093068924,41.845988504859484],[-72.66124993058088,41.84592450485746],[-72.66083093044016,41.845853504857274],[-72.66058193035654,41.84581150485717],[-72.6597639300794,41.84563050484858],[-72.65958793001924,41.845582504844984],[-72.65948892998539,41.84555550484297],[-72.65920092988331,41.84541350482485],[-72.65884692975978,41.84527250480904],[-72.6586809297034,41.845233504806856],[-72.65866792969904,41.84523150480689],[-72.65846592963196,41.845210504809344],[-72.65697492914552,41.84520650485655],[-72.6567589290751,41.8452065048635],[-72.65641092896111,41.84519750487295],[-72.6558839287891,41.84519450488932],[-72.65562592870495,41.84519450489763],[-72.65430592827538,41.845209504942986],[-72.65426192826106,41.84521050494462],[-72.65378892811206,41.84530150497736],[-72.65366392807245,41.84532150498524],[-72.65314692790875,41.84540650501825],[-72.65294192784347,41.84543350503006],[-72.65266392775493,41.84547050504615],[-72.651962927528,41.84549950507428],[-72.6508809271761,41.84551550511218],[-72.65037592701056,41.84550050512553],[-72.65003592689912,41.845490505134535],[-72.6495239267287,41.845430505139426],[-72.6490939265864,41.845394505146324],[-72.64780692616067,41.84528950516745],[-72.64751892606542,41.845266505172276],[-72.64737892601896,41.84525250517408],[-72.64742892602484,41.845071505137554],[-72.64757792604233,41.844530505028416],[-72.6476289260486,41.844350504992065],[-72.64768392605534,41.844155504952674],[-72.6478519260764,41.84356950483425],[-72.64790792608352,41.84337550479502],[-72.64771692601859,41.84332950479229],[-72.64770392601423,41.84332750479231],[-72.64708192580612,41.84323550479457],[-72.64707192580278,41.84323450479471],[-72.64688292573759,41.843172504788825],[-72.64661292564736,41.843134504790186],[-72.6459969254416,41.84304950479359],[-72.64580192537693,41.84303050479619],[-72.64578292537068,41.843029504796604],[-72.64553092528986,41.84305350480934],[-72.64528892526735,41.84403450500636],[-72.64524792526142,41.844163505032554],[-72.64487792520873,41.84534550527244],[-72.64446892511981,41.84611850543469],[-72.64422092506246,41.84652750552155],[-72.64409192503271,41.846741505566975],[-72.64375992495307,41.84723950567369],[-72.64363892492413,41.847422505712885],[-72.64328192484557,41.84808050585127],[-72.64319692482687,41.848237505884285],[-72.6430479247758,41.84819450588079],[-72.64292192473266,41.8481585058779],[-72.64260492462356,41.848059505868996],[-72.64245792457298,41.848013505864856],[-72.64218992448076,41.847929505857266],[-72.64193792439012,41.84778250583702],[-72.64169092430136,41.847639505817384],[-72.6414989242281,41.847454505787866],[-72.64123992412523,41.84713450573446],[-72.6407799239409,41.84653750563412],[-72.64059692386752,41.84629950559408],[-72.64041192379581,41.846101505561855],[-72.64025692374484,41.84609450556548],[-72.63979192359206,41.846074505576574],[-72.63963792354149,41.84606850558037],[-72.63958892352593,41.8460755055833],[-72.63944392348002,41.846099505592576],[-72.63939592346482,41.84610750559566],[-72.63931492343755,41.84609250559537],[-72.63931292343688,41.846092505595436],[-72.63923092340934,41.84607850559538],[-72.63911292336965,41.84605750559513],[-72.63907392335653,41.84605050559502],[-72.63899392332964,41.846036505594896],[-72.63896992330969,41.845825505554956],[-72.6389409232997,41.84581650555416],[-72.63840392311509,41.84565150553961],[-72.63824192306082,41.845626505539975],[-72.63800292298087,41.845591505540916],[-72.63767192286747,41.84549650553322],[-72.63678992256528,41.84524350551278],[-72.63667392252775,41.845248505517475],[-72.63633092241687,41.84526550553178],[-72.63626892239573,41.84524950553068],[-72.63612392234805,41.845242505533996],[-72.6358879222705,41.84523250553964],[-72.63562392218758,41.845287505558744],[-72.63551092215279,41.84532350556932],[-72.6353129220919,41.84538750558803],[-72.63451292183738,41.84549850563515],[-72.6344019218021,41.84551450564181],[-72.63366492154836,41.84528150562055],[-72.63333392143439,41.84517650561093],[-72.63300392132079,41.845072505601486],[-72.63220292104495,41.84481850557822],[-72.63220092104419,41.84481650557791],[-72.63168492084034,41.84419750547508],[-72.63166092082895,41.84413550546389],[-72.63166092082889,41.84413450546369],[-72.63163592081717,41.84407250545253],[-72.6316009208006,41.843982505436294],[-72.63158892079501,41.84395350543109],[-72.63156592078406,41.84389350542027],[-72.63147692075171,41.84383550541193],[-72.63138692071901,41.84377750540362],[-72.6313439207034,41.843749505399614],[-72.63128692068268,41.8437125053943],[-72.63077892052235,41.84380550542857],[-72.6305769204586,41.84384250544219],[-72.6305489204498,41.84384850544425],[-72.63031792037688,41.84389050545979],[-72.63010592033643,41.84438950556285],[-72.62985192027016,41.84467750562656],[-72.62972992023461,41.84475150564476],[-72.6296879202224,41.84477750565114],[-72.6291719200723,41.845093505728656],[-72.62842191983844,41.84528050578883],[-72.6266659192821,41.84556450590002],[-72.62612991911234,41.84565250593423],[-72.62587091903028,41.84569450595065],[-72.62561191894822,41.84573650596707],[-72.62586691900175,41.84522050585933],[-72.626633919163,41.84367350553629],[-72.6267419191858,41.84345750549114],[-72.62688991921688,41.84315850542871],[-72.62709291926033,41.84276250534579],[-72.62729491930347,41.842366505262916],[-72.62839891953945,41.84020750481094],[-72.6299359198683,41.83720650418258],[-72.63201992043857,41.83530350374846],[-72.63352592085067,41.83392850343479],[-72.63478692119568,41.832776503172],[-72.63503292126305,41.83255250312087],[-72.63613392156434,41.83154750289158],[-72.6372349218656,41.83054250266226],[-72.63743192191697,41.83031850261271],[-72.6380249220718,41.82964750246418],[-72.63822292212355,41.82942450241478],[-72.6383709221638,41.82928550238321],[-72.63851892220403,41.82914550235142],[-72.63892792231533,41.8287615022642],[-72.63939392240323,41.82764650203406],[-72.6399069224998,41.82641550178001],[-72.64039492259184,41.82524750153893],[-72.64104692269173,41.823285501139324],[-72.6419009228226,41.820715500615876],[-72.64322092300674,41.81642749974579],[-72.6442549231513,41.81307349906513],[-72.64441092320426,41.813110499067264],[-72.64456592325693,41.81314749906943],[-72.64470292330344,41.8131794990712],[-72.64480292333742,41.81320349907261],[-72.64604692376054,41.81350949909172],[-72.64649492391297,41.81362049909875],[-72.64661992395551,41.81365149910071],[-72.64699792408409,41.81374449910653],[-72.64712392412694,41.81377549910846],[-72.64751492426055,41.81388249911655],[-72.64868792466157,41.814206499141406],[-72.64907892479525,41.81431449914968],[-72.64997892510289,41.814562499168645],[-72.6508619254081,41.814864499198556],[-72.65192992578777,41.815412499269996],[-72.65227492591316,41.81563749930234],[-72.65255992601585,41.81580749932599],[-72.653050926192,41.81608749936425],[-72.6535349263689,41.81642049941297],[-72.65412192658522,41.81685449947788],[-72.65436692667602,41.81704449950668],[-72.65468292679304,41.817288499543615],[-72.65518792697883,41.81765649959841],[-72.65563792714156,41.817935499637784],[-72.6560349272842,41.81816549966943],[-72.65635992739954,41.81832849969043],[-72.65638592742478,41.81862049974596],[-72.65645592744829,41.818632499746016],[-72.6566659275188,41.81866849974622],[-72.65673592754239,41.818681499746475],[-72.65685192758106,41.818696499745634],[-72.65691592760238,41.81870449974513],[-72.65745792778311,41.81877449974121],[-72.65763892784351,41.81879849974002],[-72.65828092806113,41.81894349974736],[-72.6614129291095,41.81941849973832],[-72.6618209292454,41.81946849973485],[-72.66252092947596,41.81950949972025],[-72.66252592947828,41.8195214997224],[-72.6626719295253,41.81951149971579],[-72.66328192972124,41.819460499686315],[-72.66439293007532,41.81931949962337],[-72.66494093024927,41.81923749958992],[-72.66597793057987,41.81910749953147],[-72.66598693059494,41.8193184995719],[-72.66600793064454,41.82006249971482],[-72.66606793078036,41.822084500103095],[-72.66607393079438,41.82229450014344],[-72.66608393081691,41.82262950020778],[-72.66608293084015,41.823039500286924],[-72.66607893084132,41.82308250029536],[-72.66606893084553,41.82321250032076],[-72.6660659308471,41.82325650032936],[-72.66603393085909,41.82364650040564],[-72.66601593088352,41.82417350050791],[-72.66599593091162,41.824775500624725],[-72.66594593094665,41.825668500798656],[-72.6658979310036,41.82693050104371],[-72.66586393104537,41.82784950122213],[-72.66584593107952,41.828545501357006],[-72.665828931109,41.82915450147506],[-72.66582793111242,41.829219501487636],[-72.66579793113968,41.829863501612856],[-72.66570793122658,41.83188450200568],[-72.66565393127709,41.833068502235854],[-72.66560493132413,41.83416350244868],[-72.66560793133716,41.83437350248911],[-72.66560293133911,41.83443550250123],[-72.66559093134606,41.83462450253806],[-72.66558693134839,41.834687502550345],[-72.66555993137774,41.83535050267913],[-72.6655129314325,41.836568502915604],[-72.66546893146256,41.83734050306595],[-72.66543293148897,41.83800350319501],[-72.66539793153466,41.83899550338749],[-72.66538693154988,41.83932250345092],[-72.6652609316612,41.84197050396575],[-72.66521393170297,41.84296250415861],[-72.66520893173546,41.84355550427314],[-72.66520393174126,41.843684504298196],[-72.66512193183922,41.845850504718584],[-72.66509493187198,41.846572504858706]]]},"properties":{"name":4737,"geoid":"09003473700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.6442549231513,41.81307349906513],[-72.64453192315854,41.81162649877688],[-72.64479492316563,41.81025649850396],[-72.64533492318,41.807439497942745],[-72.6453639231808,41.807288497912666],[-72.6453669231809,41.807273497909655],[-72.64539792318148,41.80710749787663],[-72.64541892318196,41.80699649785451],[-72.64544092318276,41.806885497832376],[-72.64554092318541,41.80636349772837],[-72.6456409231881,41.80584249762456],[-72.6457309232179,41.80585049762322],[-72.64581992324739,41.8058584976219],[-72.64620992337652,41.80589349761613],[-72.64715292368892,41.80598049760263],[-72.647916923942,41.80605049759161],[-72.64848592413054,41.806103497583564],[-72.6497159245315,41.806103497544036],[-72.65340592573456,41.806106497426036],[-72.65463692613592,41.80610749738667],[-72.65513892629674,41.80605849736107],[-72.65573592648808,41.80600149733088],[-72.65637892666032,41.80535049718452],[-72.65673392675544,41.80499149710381],[-72.65687792679411,41.80484749707137],[-72.6573109269105,41.80441649697423],[-72.65745592694955,41.80427349694197],[-72.6577869270244,41.80369749682012],[-72.65803592708983,41.80342349675921],[-72.6583349271691,41.80310649668838],[-72.65933692745729,41.802437496527],[-72.66000092763464,41.80175649637417],[-72.66012392766646,41.8016124963424],[-72.66029492771095,41.80141649629906],[-72.66060192780931,41.80138649628341],[-72.66079092786987,41.80136849627386],[-72.66085592789129,41.801372496272535],[-72.66250592843515,41.80147749623978],[-72.66286192855253,41.80150049623276],[-72.66274292875137,41.80563849703554],[-72.66210092855094,41.80579249708592],[-72.66043092802964,41.80619449721721],[-72.66001792788882,41.80608649720965],[-72.65894292752226,41.805805497189944],[-72.65877992746698,41.80576849718805],[-72.658608927409,41.80572949718601],[-72.65849692737245,41.805728497189435],[-72.6583589273274,41.80572749719366],[-72.65835392732748,41.80575749719963],[-72.65833892732783,41.80584849721767],[-72.65833492732831,41.805879497223785],[-72.65839692736517,41.806169497277786],[-72.65847592741216,41.80653949734668],[-72.65860192748177,41.80703649743858],[-72.65867592752245,41.8073244974918],[-72.65878792755822,41.807311497485685],[-72.6590089276282,41.807275497471636],[-72.66000592794406,41.807116497408906],[-72.66014692798876,41.80709449740012],[-72.66026892802812,41.80708749739485],[-72.66033692805168,41.80711149739727],[-72.66048292809897,41.80710649739163],[-72.66092392824204,41.80709449737513],[-72.66107092828979,41.807091497369825],[-72.66200492866575,41.80833649758015],[-72.66251792887947,41.80914549771984],[-72.66261292891858,41.80928749774419],[-72.66269892895397,41.809415497766146],[-72.6630699291107,41.81003849787449],[-72.6632799292003,41.810406497938764],[-72.66373992940478,41.811355498107176],[-72.66407092955485,41.81208949823822],[-72.66424292963637,41.8125324983182],[-72.66432692967624,41.812749498357384],[-72.66442192972099,41.812989498400675],[-72.66466592983511,41.81359149850903],[-72.6648869299425,41.81420649862062],[-72.66510893005407,41.81488849874512],[-72.66530693016006,41.81560949887792],[-72.66559693032148,41.816773499093244],[-72.66562393033966,41.816936499123855],[-72.66591093053347,41.81868049945121],[-72.66597793057987,41.81910749953147],[-72.66494093024927,41.81923749958992],[-72.66439293007532,41.81931949962337],[-72.66328192972124,41.819460499686315],[-72.6626719295253,41.81951149971579],[-72.66252592947828,41.8195214997224],[-72.66252092947596,41.81950949972025],[-72.6618209292454,41.81946849973485],[-72.6614129291095,41.81941849973832],[-72.65828092806113,41.81894349974736],[-72.65763892784351,41.81879849974002],[-72.65745792778311,41.81877449974121],[-72.65691592760238,41.81870449974513],[-72.65685192758106,41.818696499745634],[-72.65673592754239,41.818681499746475],[-72.6566659275188,41.81866849974622],[-72.65645592744829,41.818632499746016],[-72.65638592742478,41.81862049974596],[-72.65635992739954,41.81832849969043],[-72.6560349272842,41.81816549966943],[-72.65563792714156,41.817935499637784],[-72.65518792697883,41.81765649959841],[-72.65468292679304,41.817288499543615],[-72.65436692667602,41.81704449950668],[-72.65412192658522,41.81685449947788],[-72.6535349263689,41.81642049941297],[-72.653050926192,41.81608749936425],[-72.65255992601585,41.81580749932599],[-72.65227492591316,41.81563749930234],[-72.65192992578777,41.815412499269996],[-72.6508619254081,41.814864499198556],[-72.64997892510289,41.814562499168645],[-72.64907892479525,41.81431449914968],[-72.64868792466157,41.814206499141406],[-72.64751492426055,41.81388249911655],[-72.64712392412694,41.81377549910846],[-72.64699792408409,41.81374449910653],[-72.64661992395551,41.81365149910071],[-72.64649492391297,41.81362049909875],[-72.64604692376054,41.81350949909172],[-72.64480292333742,41.81320349907261],[-72.64470292330344,41.8131794990712],[-72.64456592325693,41.81314749906943],[-72.64441092320426,41.813110499067264],[-72.6442549231513,41.81307349906513]]]},"properties":{"name":4738,"geoid":"09003473800"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.62173492107122,41.90460551743873],[-72.62412492184005,41.904414517325066],[-72.6243029218967,41.90438951731453],[-72.62503892213104,41.9042885172714],[-72.62739892288988,41.90409451715811],[-72.62739492289037,41.90412551716422],[-72.62774692300218,41.90407251714268],[-72.6282029231471,41.9040055171151],[-72.62837892320263,41.903972517103085],[-72.62880392333724,41.90390251707594],[-72.62915692344914,41.90384551705358],[-72.63002692372754,41.9037505170073],[-72.63042392385442,41.90370451698567],[-72.63064592392543,41.903679516973696],[-72.6318229243038,41.90358151691696],[-72.63274692460091,41.90350551687259],[-72.6333519247983,41.90350551685311],[-72.63360692488106,41.90349751684336],[-72.63410292504219,41.9034855168251],[-72.6341879250735,41.903547516834294],[-72.63432492512887,41.90373251686554],[-72.6343299251309,41.90373951686671],[-72.6345219252102,41.90402851691619],[-72.63473492529724,41.9043325169679],[-72.63487292535363,41.90452951700139],[-72.6349459253835,41.904634517019254],[-72.63516792547411,41.90494951707279],[-72.63524192550436,41.90505551709082],[-72.63537492555872,41.90524551712313],[-72.63537892556032,41.905250517123974],[-72.63557392563835,41.90550051716583],[-72.63567492568112,41.90567051719532],[-72.63573492570917,41.905817517221706],[-72.63573892571146,41.90583451722485],[-72.63578492573565,41.90599351725399],[-72.63579992574432,41.90605951726623],[-72.63582292575761,41.906159517284756],[-72.6358919257976,41.90646251734087],[-72.63591592581126,41.90656351735954],[-72.63596492583977,41.90678051739977],[-72.63599192585525,41.90689651742123],[-72.63609792592094,41.90743551752163],[-72.63614092594761,41.907654517562406],[-72.63615792595827,41.90774351757901],[-72.63620992599083,41.908013517629314],[-72.63622792600188,41.90810351764608],[-72.63638692608967,41.908725517760736],[-72.6365189261625,41.909241517855875],[-72.63665192623826,41.909802517959605],[-72.63677892632631,41.91061051811111],[-72.6368799263959,41.91124551823014],[-72.63689392640572,41.911336518247225],[-72.63693592643536,41.91161251829901],[-72.63695092644556,41.91170451831625],[-72.63697392646155,41.911851518343816],[-72.63699192647411,41.911967518365564],[-72.63704792651126,41.91229451842671],[-72.63707392652827,41.91244251845439],[-72.63710492654889,41.91262451848845],[-72.63740992671259,41.91373651869272],[-72.63748792674853,41.91391851872528],[-72.63753492677017,41.91402751874473],[-72.63764992682893,41.914395518811894],[-72.63766092683788,41.91448851882945],[-72.63767692685026,41.914612518852806],[-72.63766792685159,41.914686518867335],[-72.63765692685324,41.914777518885224],[-72.6376549268537,41.91479651888895],[-72.63757992683934,41.91497151892505],[-72.6375469268319,41.91502951893728],[-72.6375019268219,41.91511051895432],[-72.63738792679307,41.915255518985916],[-72.63704992670787,41.91569051908055],[-72.63693792667975,41.91583651911226],[-72.63686292666077,41.91593151913296],[-72.63664192660511,41.91621651919496],[-72.63656892658682,41.91631251921579],[-72.63647892656468,41.91643751924276],[-72.63621292649958,41.91681351932371],[-72.6361239264778,41.91693951935085],[-72.6360339264556,41.91706351937761],[-72.63576592638971,41.917437519458254],[-72.63567692636789,41.91756251948518],[-72.63559092634772,41.91769951951433],[-72.63533492628797,41.91811151960188],[-72.63524992626822,41.918249519631196],[-72.63517992625131,41.91835251965328],[-72.63497392620192,41.9186615197194],[-72.6349049261854,41.918765519741655],[-72.63479092615916,41.918955519781896],[-72.63445092608129,41.91952851990317],[-72.63433792605545,41.91971951994357],[-72.63419492602348,41.91997451999725],[-72.63396792597291,41.92038152008293],[-72.63374692592083,41.92072852015685],[-72.633687925907,41.92082252017684],[-72.63362492589631,41.92099352021177],[-72.63353892588158,41.92122452025903],[-72.63351892587828,41.92128052027046],[-72.63346792587427,41.92149952031426],[-72.63344092589179,41.921955520402896],[-72.63342692590147,41.92220252045091],[-72.63342392590893,41.9223485204791],[-72.63341592593183,41.922790520564455],[-72.63341392593966,41.92293752059282],[-72.63340292594935,41.923167520637456],[-72.63337092597892,41.92386052077188],[-72.633360925989,41.92409152081667],[-72.63335592599238,41.924178520833586],[-72.63334492600386,41.92443952088418],[-72.63334092600756,41.924526520901054],[-72.63332092601715,41.92480552095541],[-72.63326092604612,41.92564652111921],[-72.63324192605609,41.925926521173736],[-72.63323492606818,41.926175521221886],[-72.63321592610511,41.926922521366286],[-72.63321092611791,41.92717252141457],[-72.63320692612596,41.927334521445886],[-72.63320892614043,41.92757352149182],[-72.63320492614545,41.92768352151312],[-72.63318492617503,41.92830852163407],[-72.63314692618681,41.92872752171594],[-72.63311692618673,41.92889552174923],[-72.63309492619797,41.92921452181136],[-72.63306192621671,41.92972552191075],[-72.63305692627289,41.930726522103576],[-72.63301992630994,41.93157752226856],[-72.63303092631521,41.931606522273796],[-72.63302092631463,41.93165252228296],[-72.63296892634278,41.932434522435145],[-72.63290292639253,41.93366852267475],[-72.63288992640175,41.933901522720014],[-72.63285292643012,41.934601522855935],[-72.63284092643971,41.93483552290133],[-72.63282192644542,41.935041522941596],[-72.63276592646294,41.935661523062706],[-72.63274792646902,41.935868523103125],[-72.63274292647016,41.935916523112525],[-72.63272992647443,41.93606352314123],[-72.63272592647594,41.9361125231508],[-72.63271392647965,41.936244523176576],[-72.63267692649063,41.93664352325455],[-72.63266592649471,41.9367765232805],[-72.63282392654686,41.936786523277334],[-72.6332979267034,41.936818523268236],[-72.6334559267556,41.93682952326525],[-72.63365292682066,41.93684252326141],[-72.63389692690127,41.93685952325683],[-72.63424492701675,41.936892523251984],[-72.63444292708247,41.93691152324925],[-72.63452492710971,41.93691952324814],[-72.63477392719236,41.93694352324474],[-72.6348569272199,41.93695152324362],[-72.63529892736659,41.93699352323746],[-72.63662492780675,41.93712152321937],[-72.63706692795348,41.93716452321342],[-72.63727692802341,41.93718852321127],[-72.63790992823415,41.937260523204735],[-72.63812092830443,41.93728452320256],[-72.63832492837174,41.93729752319849],[-72.63893692857386,41.93733852318666],[-72.63914192864158,41.937352523182746],[-72.6392099286641,41.93735852318171],[-72.63941792873302,41.93737652317847],[-72.63948692875594,41.9373835231776],[-72.6396389288066,41.93740152317618],[-72.64009692895921,41.93745552317179],[-72.64024992901018,41.93747352317034],[-72.64053992910574,41.937489523164075],[-72.64141092939285,41.93753852314543],[-72.64170192948879,41.93755552313932],[-72.64176292950889,41.93755852313792],[-72.64194592956918,41.937568523133976],[-72.64200692958931,41.93757252313278],[-72.64370993015073,41.93766952309657],[-72.64553893075372,41.937774523057826],[-72.64639293103582,41.93783352304167],[-72.64881793183713,41.938004522996415],[-72.64886793185369,41.93800852299557],[-72.65052193239892,41.93810252296035],[-72.65057193241539,41.938105522959326],[-72.65146593271075,41.93816752294243],[-72.65193793286672,41.938200522933556],[-72.65342193335944,41.938346522913804],[-72.65369093344901,41.93837752291112],[-72.655287933979,41.93852952288886],[-72.65580093414925,41.93857852288175],[-72.6562629343025,41.938621522875124],[-72.65765193476345,41.93875352285574],[-72.65811493491714,41.938798522849446],[-72.65816993493543,41.93880452284884],[-72.65833593499065,41.93882252284697],[-72.65839193500928,41.93882852284629],[-72.65860993508171,41.93885052284351],[-72.65908893524092,41.93890052283767],[-72.65926793530008,41.938913522834405],[-72.65948793537281,41.938929522830385],[-72.65987993550233,41.93895752282314],[-72.66080393580778,41.93902452280622],[-72.66105893589219,41.93904552280205],[-72.66145193602236,41.93907852279572],[-72.66169593610314,41.93909852279169],[-72.66242893634588,41.93915952277978],[-72.66267393642704,41.93918052277594],[-72.66298393652994,41.93921052277172],[-72.66391393683871,41.93930152275922],[-72.66405093688424,41.93931552275748],[-72.66422493694165,41.939326522754],[-72.66464593708054,41.93935252274542],[-72.66591093749798,41.93943252271999],[-72.66633293763728,41.93945952271157],[-72.66671893776463,41.93948352270376],[-72.66695793784349,41.93949852269891],[-72.66787793814775,41.93956852268271],[-72.6682649382758,41.93959852267599],[-72.66879193845067,41.93964852266862],[-72.67037493897594,41.9397985226464],[-72.67090293915119,41.939849522639165],[-72.67091793916241,41.93995852265966],[-72.67093793918625,41.94025752271654],[-72.67102093928453,41.94148752295051],[-72.6710489393174,41.94189752302846],[-72.67104893931821,41.94191152303115],[-72.67105193932179,41.941956523039714],[-72.671052939323,41.94197152304257],[-72.67105693932922,41.9420565230588],[-72.67107193934886,41.94231152310736],[-72.67107693935549,41.94239752312375],[-72.67108993937408,41.94264552317105],[-72.6711309394307,41.94339252331343],[-72.6711449394497,41.943641523360874],[-72.67115993946999,41.94390752341157],[-72.67118293950094,41.944312523488726],[-72.67117793951398,41.944565523537555],[-72.67116093951664,41.94470752356543],[-72.67115393951788,41.94476852357738],[-72.67111693951756,41.944971523617625],[-72.67102093950169,41.945238523672096],[-72.67099193949703,41.945321523689],[-72.67086393946991,41.94557452374179],[-72.67073893944041,41.94576952378334],[-72.67058393940128,41.945967523826425],[-72.67056793939727,41.945988523830984],[-72.6703909393504,41.946176523872865],[-72.66977193919013,41.94689752403153],[-72.66544193776284,41.94665252412412],[-72.65951293580831,41.94631552425054],[-72.65613393470407,41.94629052435472],[-72.6517449332601,41.94609152445797],[-72.65155893319837,41.946073524460495],[-72.6513729331366,41.946055524463034],[-72.64893093232583,41.94581752449597],[-72.64049192952413,41.944998524610405],[-72.63767892859022,41.94472552464853],[-72.63592492801386,41.944658524692144],[-72.63325492713649,41.944556524758525],[-72.63067392628135,41.94433652479934],[-72.62892592570226,41.944188524827155],[-72.62806692541858,41.94413152484386],[-72.6254929245686,41.943961524894036],[-72.62463492428532,41.943905524910896],[-72.62453492425233,41.94389952491296],[-72.61743692191602,41.94356252507662],[-72.61699592176977,41.943522525083125],[-72.61685292172234,41.943509525085226],[-72.6167629216929,41.94350852508794],[-72.61667292166346,41.943507525090624],[-72.61652392161473,41.943505525095055],[-72.61630692154372,41.94350252510145],[-72.61592792142,41.94350252511366],[-72.61583792139051,41.94350052511616],[-72.61451992095932,41.943483525155315],[-72.61443292093085,41.94348252515792],[-72.6142419208684,41.94348052516368],[-72.61396492077775,41.94347652517181],[-72.61447092091463,41.942986525061244],[-72.61497792105176,41.942495524950466],[-72.61563492122956,41.94186052480713],[-72.6158589212901,41.941642524757974],[-72.61629092140696,41.94122452466363],[-72.61986292237309,41.93776452388285],[-72.62153992282663,41.93613952351615],[-72.62343492333923,41.93430552310218],[-72.62357092332994,41.93337552291882],[-72.62358292332871,41.93328652290131],[-72.62370692332057,41.93244452273526],[-72.62395792330337,41.93072752239671],[-72.62400092328862,41.930228522299274],[-72.6240909232588,41.929203522099094],[-72.62380792302689,41.92678552164279],[-72.6229609223321,41.919534520274134],[-72.62267892210065,41.91711751981784],[-72.62266292208342,41.9169095197783],[-72.6226529220725,41.91677651975302],[-72.62262792204467,41.916435519688186],[-72.62248992189463,41.91461451934198],[-72.62218092155773,41.91052051856355],[-72.62192292127679,41.907107517914554],[-72.62173492107122,41.90460551743873]]]},"properties":{"name":4761,"geoid":"09003476100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.63324192605609,41.925926521173736],[-72.63427392639503,41.92596352114762],[-72.63720292735711,41.92607152107409],[-72.63736992741175,41.92607452106929],[-72.63840292775032,41.92609952104085],[-72.63959492814075,41.92612452100726],[-72.64019692833861,41.9261485209925],[-72.64065592848885,41.92615652097924],[-72.64203592894056,41.926180520939425],[-72.64249592909115,41.926188520926125],[-72.6432709293451,41.92620652090464],[-72.64559693010732,41.926261520840285],[-72.64637293036165,41.92628052081894],[-72.64664493045098,41.9262905208121],[-72.64746393071998,41.92632052079149],[-72.64773693080964,41.92633052078462],[-72.6485279310691,41.92635352076355],[-72.64926493131092,41.926376520744235],[-72.65090393184896,41.92643152070201],[-72.65169593210896,41.92645852068168],[-72.65204893222459,41.92646652067184],[-72.65310993257226,41.92649152064246],[-72.65346393268831,41.926500520632786],[-72.65384593281341,41.926508520622015],[-72.65499193318895,41.92653552059027],[-72.6553749333145,41.92654552057984],[-72.65963093470496,41.92657452044825],[-72.66087393511242,41.92660652041433],[-72.66124093523506,41.92665652041211],[-72.66125393523943,41.92665852041208],[-72.6621659355501,41.92688452042616],[-72.66488793649594,41.92788152053027],[-72.66614393693199,41.92833452057695],[-72.66624093696568,41.92836952058056],[-72.66847593774285,41.92919752066783],[-72.66949093809471,41.92955452070379],[-72.67018593833544,41.92979552072774],[-72.67036593839502,41.92981052072482],[-72.67051993860734,41.93261152125886],[-72.67059093871138,41.934009521525574],[-72.67059893872356,41.934174521557075],[-72.67062493876075,41.93467052165168],[-72.67063393877328,41.93483652168332],[-72.67065393880314,41.93523952176023],[-72.67067393883177,41.935621521833085],[-72.67070993889136,41.93644852199104],[-72.67072793892062,41.93685252206821],[-72.67076293896672,41.937451522182315],[-72.67086793910505,41.939249522524854],[-72.67090293915119,41.939849522639165],[-72.67037493897594,41.9397985226464],[-72.66879193845067,41.93964852266862],[-72.6682649382758,41.93959852267599],[-72.66787793814775,41.93956852268271],[-72.66695793784349,41.93949852269891],[-72.66671893776463,41.93948352270376],[-72.66633293763728,41.93945952271157],[-72.66591093749798,41.93943252271999],[-72.66464593708054,41.93935252274542],[-72.66422493694165,41.939326522754],[-72.66405093688424,41.93931552275748],[-72.66391393683871,41.93930152275922],[-72.66298393652994,41.93921052277172],[-72.66267393642704,41.93918052277594],[-72.66242893634588,41.93915952277978],[-72.66169593610314,41.93909852279169],[-72.66145193602236,41.93907852279572],[-72.66105893589219,41.93904552280205],[-72.66080393580778,41.93902452280622],[-72.65987993550233,41.93895752282314],[-72.65948793537281,41.938929522830385],[-72.65926793530008,41.938913522834405],[-72.65908893524092,41.93890052283767],[-72.65860993508171,41.93885052284351],[-72.65839193500928,41.93882852284629],[-72.65833593499065,41.93882252284697],[-72.65816993493543,41.93880452284884],[-72.65811493491714,41.938798522849446],[-72.65765193476345,41.93875352285574],[-72.6562629343025,41.938621522875124],[-72.65580093414925,41.93857852288175],[-72.655287933979,41.93852952288886],[-72.65369093344901,41.93837752291112],[-72.65342193335944,41.938346522913804],[-72.65193793286672,41.938200522933556],[-72.65146593271075,41.93816752294243],[-72.65057193241539,41.938105522959326],[-72.65052193239892,41.93810252296035],[-72.64886793185369,41.93800852299557],[-72.64881793183713,41.938004522996415],[-72.64639293103582,41.93783352304167],[-72.64553893075372,41.937774523057826],[-72.64370993015073,41.93766952309657],[-72.64200692958931,41.93757252313278],[-72.64194592956918,41.937568523133976],[-72.64176292950889,41.93755852313792],[-72.64170192948879,41.93755552313932],[-72.64141092939285,41.93753852314543],[-72.64053992910574,41.937489523164075],[-72.64024992901018,41.93747352317034],[-72.64009692895921,41.93745552317179],[-72.6396389288066,41.93740152317618],[-72.63948692875594,41.9373835231776],[-72.63941792873302,41.93737652317847],[-72.6392099286641,41.93735852318171],[-72.63914192864158,41.937352523182746],[-72.63893692857386,41.93733852318666],[-72.63832492837174,41.93729752319849],[-72.63812092830443,41.93728452320256],[-72.63790992823415,41.937260523204735],[-72.63727692802341,41.93718852321127],[-72.63706692795348,41.93716452321342],[-72.63662492780675,41.93712152321937],[-72.63529892736659,41.93699352323746],[-72.6348569272199,41.93695152324362],[-72.63477392719236,41.93694352324474],[-72.63452492710971,41.93691952324814],[-72.63444292708247,41.93691152324925],[-72.63424492701675,41.936892523251984],[-72.63389692690127,41.93685952325683],[-72.63365292682066,41.93684252326141],[-72.6334559267556,41.93682952326525],[-72.6332979267034,41.936818523268236],[-72.63282392654686,41.936786523277334],[-72.63266592649471,41.9367765232805],[-72.63267692649063,41.93664352325455],[-72.63271392647965,41.936244523176576],[-72.63272592647594,41.9361125231508],[-72.63272992647443,41.93606352314123],[-72.63274292647016,41.935916523112525],[-72.63274792646902,41.935868523103125],[-72.63276592646294,41.935661523062706],[-72.63282192644542,41.935041522941596],[-72.63284092643971,41.93483552290133],[-72.63285292643012,41.934601522855935],[-72.63288992640175,41.933901522720014],[-72.63290292639253,41.93366852267475],[-72.63296892634278,41.932434522435145],[-72.63302092631463,41.93165252228296],[-72.63303092631521,41.931606522273796],[-72.63301992630994,41.93157752226856],[-72.63305692627289,41.930726522103576],[-72.63306192621671,41.92972552191075],[-72.63309492619797,41.92921452181136],[-72.63311692618673,41.92889552174923],[-72.63314692618681,41.92872752171594],[-72.63318492617503,41.92830852163407],[-72.63320492614545,41.92768352151312],[-72.63320892614043,41.92757352149182],[-72.63320692612596,41.927334521445886],[-72.63321092611791,41.92717252141457],[-72.63321592610511,41.926922521366286],[-72.63323492606818,41.926175521221886],[-72.63324192605609,41.925926521173736]]]},"properties":{"name":4762,"geoid":"09003476200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.89288399743079,41.69670146855301],[-72.8928859974319,41.69670946855448],[-72.89289199743523,41.696733468558946],[-72.89289499743668,41.696741468560376],[-72.8929939974881,41.6970744686216],[-72.89318799758858,41.697721468740454],[-72.89328799764161,41.698076468805894],[-72.89338299769186,41.69841146886759],[-72.89344899772695,41.698647468911105],[-72.89347999774338,41.698757468931376],[-72.89367399784068,41.69934946903959],[-72.89375099787927,41.69958346908234],[-72.89374299787666,41.699583469082604],[-72.89372199787005,41.69958746908406],[-72.89371499786789,41.699589469084685],[-72.89373999788981,41.69982846913009],[-72.8938149979556,41.70054546926634],[-72.89384099797788,41.700784469311714],[-72.8939869980931,41.70195746953386],[-72.89442799843972,41.705475470199914],[-72.89457499855536,41.70664947042219],[-72.89465799860328,41.707011470489505],[-72.8949089987477,41.70809747069137],[-72.89499299879598,41.70846047075883],[-72.8951219988836,41.70925047090741],[-72.89551199914747,41.71162147135323],[-72.89564199923547,41.71241247150195],[-72.89591999938214,41.71338547168106],[-72.89675399982234,41.71630647221874],[-72.89703199996912,41.71728047239802],[-72.89728700012023,41.718459472617674],[-72.89753700026812,41.71961047283208],[-72.89805300057407,41.72199847327697],[-72.89817200064442,41.722545473378844],[-72.8982090006663,41.722715473410496],[-72.89827100071365,41.723185473499335],[-72.89929700138498,41.729020474593824],[-72.89983100173428,41.73205447516284],[-72.89901700149238,41.732452475266186],[-72.89876600141895,41.73259547530194],[-72.8984600013277,41.73273947533973],[-72.89754400105461,41.73317247545313],[-72.89723900096371,41.733317475491056],[-72.89701100089576,41.733425475519326],[-72.89676900082237,41.73351847554514],[-72.89606000060758,41.73379447562149],[-72.89573100050988,41.73395647566346],[-72.89536400040055,41.7341314757092],[-72.89521800035706,41.73420147572747],[-72.8949190002702,41.734382475772136],[-72.8948130002393,41.73444447578756],[-72.89449400014628,41.73463147583405],[-72.89438900011575,41.734694475849636],[-72.89371399991896,41.73509047594808],[-72.89163699930647,41.73618947622782],[-72.89121199918118,41.736414476285105],[-72.89093699909888,41.736539476318185],[-72.88999999880627,41.73675347638994],[-72.88827199826187,41.7370654765063],[-72.88668299776558,41.7374274766278],[-72.88615799760166,41.73754747666803],[-72.88539099736373,41.737750476732124],[-72.88517199729452,41.73778647674619],[-72.88509799727119,41.7377994767511],[-72.88473099715156,41.73779647676242],[-72.88392499688081,41.73765147676056],[-72.88219599629264,41.7372124767318],[-72.88121299595826,41.73696347671557],[-72.88102199589326,41.7369144767123],[-72.88080499581875,41.736847476706394],[-72.88040699568214,41.73672547669573],[-72.87960599540419,41.73642747666412],[-72.87920899526647,41.73628047664858],[-72.87855999503961,41.736010476617444],[-72.87783799478726,41.73571047658289],[-72.87664399436542,41.73513647651068],[-72.87601199414213,41.73483247647243],[-72.8758929940997,41.73476847646393],[-72.87571299403551,41.734671476451005],[-72.87553899397344,41.73457747643849],[-72.87551899396635,41.73456747643721],[-72.87542099393139,41.734514476430135],[-72.87534999390626,41.73447947642568],[-72.87513699383102,41.73437747641288],[-72.87506599380595,41.73434347640861],[-72.87452599361514,41.734083476375865],[-72.87450099360633,41.73407147637435],[-72.87291199304414,41.733293476275506],[-72.87237499285415,41.73303047624208],[-72.87229299282508,41.73298947623682],[-72.87188599268116,41.73279147621175],[-72.87042199216332,41.732076476121016],[-72.86993399199072,41.731838476090836],[-72.86938399179616,41.73156947605667],[-72.86861999152592,41.73119647600934],[-72.86851799148982,41.731146476002976],[-72.86773299121243,41.73076747595516],[-72.86718299101808,41.730502475921774],[-72.86663899082588,41.73024047588876],[-72.86500999025024,41.72945447578963],[-72.86446699005843,41.729193475756766],[-72.86422398997257,41.72907647574203],[-72.86349598971533,41.728725475697765],[-72.8632539896298,41.728608475683],[-72.86321998961776,41.728591475680815],[-72.86311898958212,41.728543475674805],[-72.86308598957044,41.72852747567279],[-72.862855989489,41.72841347565819],[-72.86238398932191,41.728180475628456],[-72.8621679892452,41.728069475613985],[-72.8619409891646,41.727953475598916],[-72.86178198910811,41.72787147558822],[-72.86134598895332,41.72764847555925],[-72.86130698893953,41.72762947555683],[-72.86123998891587,41.72759747555281],[-72.8611469888831,41.72755447554752],[-72.8609579888164,41.727464475536244],[-72.86077498875014,41.72734847551975],[-72.86057098867634,41.72722047550162],[-72.85988898842844,41.726771475436905],[-72.85984798841353,41.72674447543302],[-72.85970398836139,41.72665347542009],[-72.85934498823144,41.726426475387846],[-72.8589519880892,41.726178475352626],[-72.8587869880295,41.726074475337875],[-72.85776798766139,41.72544347524889],[-72.85737298751874,41.725199475214524],[-72.85633298714716,41.72462647513743],[-72.85582798696673,41.72434847510005],[-72.8532299860362,41.72287747489978],[-72.85219698566625,41.72229347482034],[-72.85070898513449,41.72147147470959],[-72.8498259848169,41.72094847463705],[-72.84977698479928,41.72091947463303],[-72.84883798446373,41.72040047456307],[-72.8475579840071,41.719707474470525],[-72.84684998375364,41.719308474416295],[-72.84643198360652,41.719116474392685],[-72.84236698219947,41.71766147424292],[-72.84228998217283,41.71763447424017],[-72.8405439815523,41.716728474121474],[-72.84031798147349,41.7166374741112],[-72.84013498141114,41.71658947410784],[-72.84011498140435,41.71658447410752],[-72.83989798133089,41.71653547410505],[-72.83981398130251,41.71651747410429],[-72.83946398118404,41.71643847410034],[-72.83945598118133,41.71643647410021],[-72.83899298102628,41.716361474100694],[-72.83867298091954,41.71631647410234],[-72.83811498073334,41.71623747410512],[-72.83766798058423,41.7161744741074],[-72.83737498048544,41.716115474105486],[-72.83719598042516,41.716080474104494],[-72.83683698030323,41.71599247409909],[-72.83654998020393,41.715890474088646],[-72.83651298019103,41.71587547408694],[-72.83623598009454,41.71576547407463],[-72.83602698003635,41.71593647411446],[-72.83600998003169,41.71595147411791],[-72.83566997993859,41.716256474187894],[-72.8354359798759,41.716490474240715],[-72.83524597982512,41.71668247428399],[-72.83518597980868,41.71673647429637],[-72.83500597975954,41.71690047433391],[-72.83494697974352,41.71695547434644],[-72.83470997967761,41.71715047439183],[-72.83400297948128,41.71773747452821],[-72.83376697941577,41.71793347457374],[-72.83359297936823,41.71809147460993],[-72.83307097922562,41.71856547471846],[-72.83289697917809,41.71872347475464],[-72.8317069788634,41.71998447503697],[-72.83137397874697,41.71984547502086],[-72.83140997873444,41.71942447493827],[-72.83135197869522,41.71907147487191],[-72.83115897859425,41.71840947475014],[-72.83104097854242,41.71817647470889],[-72.83078697843675,41.717777474639945],[-72.8307479784206,41.717717474629616],[-72.83070897840169,41.717609474609986],[-72.83055497832665,41.71717747453145],[-72.83051497830844,41.71708747451533],[-72.83048097829301,41.71701147450172],[-72.8304449782758,41.71691647448451],[-72.83040797823963,41.71649747440469],[-72.83040297823466,41.716439474393646],[-72.83039797821338,41.71609847432785],[-72.83056097822738,41.715420474191475],[-72.83060097823183,41.71527147416136],[-72.83060497823261,41.715262474159495],[-72.8306099782335,41.71524947415681],[-72.83069397825012,41.715063474118125],[-72.83079197827182,41.714886474080735],[-72.83070397823892,41.714812474069255],[-72.83062697821154,41.71477247406401],[-72.8305899781984,41.71475347406154],[-72.83027997809215,41.71466047405358],[-72.83006497801611,41.714555474040225],[-72.83005297801192,41.71455047403964],[-72.82996497797745,41.71444947402296],[-72.82995497797116,41.71439647401303],[-72.82994297796333,41.714328474000276],[-72.8299679779615,41.714155473966],[-72.82996297794391,41.713878473912594],[-72.8299309779272,41.713769473892555],[-72.82989797790985,41.71365447387139],[-72.82974297784949,41.713482473843115],[-72.82922797766626,41.71321147380737],[-72.82897497757837,41.71311547379699],[-72.82879397751766,41.71308447379684],[-72.82858297744995,41.71310147380694],[-72.82833997737109,41.71310547381559],[-72.82828097735177,41.7131034738171],[-72.82802397726772,41.71309647382406],[-72.82764897714358,41.713060473829216],[-72.8274629770828,41.71305647383446],[-72.82708097695804,41.713049473845466],[-72.8269089769004,41.71302047384542],[-72.82688897689371,41.713017473845476],[-72.82673897684096,41.71294947383718],[-72.826646976806,41.71286247382332],[-72.82643697673207,41.71276547381134],[-72.82599097658539,41.71273947382075],[-72.82606897660646,41.71266447380372],[-72.82626397665037,41.71232447373166],[-72.8263449766705,41.712216473708146],[-72.82641997668928,41.712118473686765],[-72.82645097669706,41.712078473678034],[-72.82673797675024,41.71137947353356],[-72.82688397679102,41.71126247350621],[-72.8270449768386,41.71117847348475],[-72.82741597695671,41.71113247346386],[-72.82776097706882,41.71112947345214],[-72.82873797737474,41.710919473379924],[-72.82905797747827,41.710908473367454],[-72.82928597755088,41.71088047335466],[-72.82957297764113,41.71082547333475],[-72.83015897782053,41.71062847327769],[-72.8304449779058,41.71049247324215],[-72.8304949779189,41.71043747322988],[-72.8304989779176,41.710392473221056],[-72.83049197791486,41.71038447321973],[-72.83002397773082,41.70983347312829],[-72.8299539777045,41.70977247311876],[-72.82991097768718,41.709714473108924],[-72.82989097767565,41.709627473092745],[-72.8299819776994,41.709525473070094],[-72.83075097798955,41.710217473179064],[-72.83144297825471,41.71091047329071],[-72.83155097829383,41.710979473300576],[-72.83164897832937,41.71104247330958],[-72.83166597833548,41.71105247331098],[-72.8320159784615,41.71126247334027],[-72.8324889786257,41.711440473359396],[-72.83293997877833,41.71154147336434],[-72.83325497888333,41.71158447336247],[-72.83365397901355,41.71159047335074],[-72.8340069791276,41.71157547333642],[-72.83442997926183,41.71151547331114],[-72.83521097950711,41.711360473255894],[-72.83563597964124,41.71128747322803],[-72.83648197990726,41.71112547316933],[-72.83714898011631,41.71098547312069],[-72.8374979802249,41.71089847309257],[-72.83781798032369,41.71080547306423],[-72.83809098040643,41.71069947303489],[-72.83828698046591,41.71062447301404],[-72.8385719805524,41.71051547298376],[-72.8389209806569,41.71035747294191],[-72.83960498085767,41.70997847284648],[-72.84027098104791,41.70951747273577],[-72.84051198111827,41.70937747270088],[-72.84123698133016,41.7089594725966],[-72.84147898140091,41.70882047256188],[-72.84161498142846,41.70853047250139],[-72.84170098144455,41.70832347245858],[-72.84191298148444,41.707818472354035],[-72.8421809815313,41.70711747220979],[-72.8422949815503,41.70680347214537],[-72.84236398156192,41.70661547210677],[-72.8424729815787,41.70629047204037],[-72.8425029815843,41.70621847202548],[-72.84259298160131,41.70600547198136],[-72.84262398160733,41.705934471966636],[-72.8427869816368,41.70552547188225],[-72.84289398165643,41.705261471827725],[-72.84300598167766,41.70499747177303],[-72.84311698169496,41.704670471706194],[-72.84322198170668,41.70428047162735],[-72.84333698171962,41.70385547154144],[-72.84335698171921,41.703735471517575],[-72.84341998171905,41.703376471446084],[-72.84344198171935,41.703257471422354],[-72.84344998171947,41.70321447141379],[-72.84347598172052,41.703085471387986],[-72.84348498172103,41.70304347137956],[-72.843512981722,41.702902471351386],[-72.8435989817258,41.70248247126735],[-72.8436289817275,41.7023424712393],[-72.84364598172894,41.70227147122501],[-72.84375698173916,41.701821471134394],[-72.84401198176292,41.70079347092726],[-72.8441479817766,41.70026247082015],[-72.84428298179071,41.69974447071557],[-72.8443579817937,41.69937247064118],[-72.84444298179723,41.69895347055737],[-72.84454598180776,41.698554470476864],[-72.84460698181093,41.698264470418785],[-72.8446109818112,41.698246470415164],[-72.84464598180197,41.697888470344765],[-72.84461998178509,41.697742470317365],[-72.84454198173465,41.69730747023573],[-72.84451598171785,41.69716247020853],[-72.8444409816643,41.69665647011305],[-72.84421698150412,41.69514046982698],[-72.84414298145094,41.69463546973167],[-72.84413298142,41.694154469638924],[-72.84412798140106,41.693853469580844],[-72.84418398140753,41.69364946953957],[-72.8445039814614,41.69277646936032],[-72.84461698148061,41.69247146929763],[-72.84468598149506,41.692332469268514],[-72.84552098177504,41.69247546926916],[-72.84802598261498,41.692905469271345],[-72.84845998276055,41.69298046927182],[-72.84886198289534,41.69304946927217],[-72.84919898300876,41.693114469273844],[-72.8502109833493,41.69330946927884],[-72.85046998343647,41.693359469280125],[-72.85054898346306,41.69337446928047],[-72.85065398349849,41.69339646928134],[-72.8510729836398,41.69348246928441],[-72.8512759837082,41.69352346928578],[-72.85321098435385,41.69380046927675],[-72.85340098441726,41.69382746927584],[-72.85579398521573,41.69417046926476],[-72.85592598525778,41.694154469257384],[-72.8559699852721,41.69415446925597],[-72.85606498530555,41.6941984692614],[-72.85607998531232,41.694231469267315],[-72.86334398774387,41.69540646925951],[-72.86342298776998,41.69541346925831],[-72.86374498787436,41.695406469246535],[-72.86380898789587,41.695418469246775],[-72.863845987909,41.695437469249256],[-72.86571098853591,41.695784469256004],[-72.86569598853525,41.69585746927061],[-72.86642498878017,41.69599146927295],[-72.86861298951547,41.69639546928023],[-72.86934298976081,41.69653046928272],[-72.86956398983469,41.69656446928212],[-72.87022799005663,41.696666469280366],[-72.87044999013082,41.696700469279754],[-72.87191399062422,41.696995469289405],[-72.87447999148904,41.6975124693063],[-72.8763159921054,41.697840469310265],[-72.87778699259925,41.69810346931348],[-72.87799999266754,41.69808546930311],[-72.87863899287245,41.698033469272346],[-72.8788529929411,41.698016469262114],[-72.8792909930823,41.69799346924349],[-72.88060699350679,41.697928469188255],[-72.88104599364837,41.69790646916977],[-72.88218399401042,41.69776346910525],[-72.88559899509713,41.69733846891237],[-72.88673799545958,41.69719746884819],[-72.88678499547441,41.69718946884512],[-72.88692999552029,41.69716646883596],[-72.8869779955355,41.69715946883305],[-72.88772799577666,41.69710946879907],[-72.88997799650035,41.69696346869788],[-72.89057999669399,41.69692446867086],[-72.89072799674156,41.696914468664104],[-72.89115899687931,41.696871468641824],[-72.89245199729264,41.69674346857514],[-72.89288399743079,41.69670146855301]]]},"properties":{"name":4602.04,"geoid":"09003460204"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.9228070055477,41.6686704621588],[-72.92279700554755,41.6687244621696],[-72.92278800554774,41.668778462180335],[-72.92276300554782,41.66892046220863],[-72.92273300554135,41.66897746222064],[-72.92264400552239,41.669150462257015],[-72.9226150055163,41.66920846226918],[-72.92228800540268,41.669082462255396],[-72.92176900522468,41.668923462241466],[-72.92158600516295,41.66888546224005],[-72.92110200499982,41.66878646223659],[-72.92039900476388,41.66866046223501],[-72.91991800460448,41.66860946224074],[-72.91939900443487,41.668595462254856],[-72.9189860043008,41.66860046226923],[-72.91844800412767,41.66863246229288],[-72.91837400410411,41.66864146229702],[-72.91789800395287,41.66870346232447],[-72.91735500378196,41.66880246236123],[-72.91730900376746,41.66881046236427],[-72.91725500375053,41.66882146236815],[-72.91669600357538,41.668937462408735],[-72.91656600353465,41.66896446241819],[-72.91592100333271,41.66910046246542],[-72.9148400029973,41.669381462554874],[-72.91436200285011,41.669525462598244],[-72.91363700262697,41.669745462664345],[-72.9131450024764,41.66990946271203],[-72.91267000233114,41.6700694627584],[-72.91167000202528,41.670406462856064],[-72.9111790018752,41.6705734629043],[-72.91058300169355,41.670785462964666],[-72.90938300132795,41.67121446308661],[-72.90879900115009,41.67142446314618],[-72.90820400096882,41.67163746320671],[-72.90734100070576,41.671943463293914],[-72.90467599983491,41.671875463367144],[-72.90527700000419,41.6714204632596],[-72.90562900010323,41.67115246319632],[-72.90580900015394,41.67101646316417],[-72.90638100031505,41.670583463061824],[-72.90739900059992,41.66978146287359],[-72.90794900075998,41.66945446279245],[-72.90832000087015,41.66927246274519],[-72.90837300088633,41.6692534627398],[-72.90853400093563,41.66920046272432],[-72.90858800095222,41.66918346271929],[-72.90821400082895,41.66915546272598],[-72.90806300077757,41.66911646272334],[-72.90778600068336,41.66904546271858],[-72.9075030005856,41.668946462708575],[-72.90719600047906,41.66883046269609],[-72.90693600038468,41.66866046267161],[-72.90661200026919,41.66848546264825],[-72.90651700023535,41.66843446264145],[-72.90612100009807,41.66828746262584],[-72.90569299995407,41.66820446262364],[-72.90539699985615,41.668176462627834],[-72.90521899979801,41.6681724626328],[-72.90502399973482,41.66817646263993],[-72.90467999962338,41.66818446265261],[-72.90431199950419,41.668193462666295],[-72.90323099915918,41.668308462723594],[-72.9027199989959,41.668359462750026],[-72.90047399828035,41.66862046287333],[-72.89769599739144,41.668876463012914],[-72.89735999717361,41.66699346265931],[-72.89719999706647,41.66603746247943],[-72.89712599701595,41.66557846239297],[-72.89690599686514,41.66420346213393],[-72.89683299681501,41.66374546204762],[-72.89692799684533,41.66373546204261],[-72.89721399693687,41.6637094620283],[-72.89730999696756,41.66370046202346],[-72.8982089972551,41.66361546197787],[-72.90090599811792,41.66336446184189],[-72.90180599840582,41.66328046179646],[-72.90179599839686,41.663181461777626],[-72.90176799837072,41.66288546172122],[-72.90175899836213,41.66278746170256],[-72.90164599829161,41.662201461592744],[-72.90149399819671,41.661412461444925],[-72.90142399814229,41.66086346134091],[-72.90141199813378,41.66078346132581],[-72.90136099809726,41.66043746126047],[-72.90133099807562,41.66023146122156],[-72.90123699802506,41.65988446115743],[-72.90123299802214,41.65985646115213],[-72.90120199800054,41.659656461114416],[-72.90116499797467,41.659416461069156],[-72.90112999794617,41.65911946101278],[-72.90112399794059,41.65905646100078],[-72.9011049979229,41.658856460962674],[-72.9011289979168,41.658615460915236],[-72.9012009978987,41.657894460773306],[-72.901225997893,41.65765446072602],[-72.90124699788122,41.65733146066281],[-72.90131099784621,41.65636246047311],[-72.9013329978348,41.65604046041004],[-72.90131899779956,41.655507460307305],[-72.90127699769384,41.653909459999234],[-72.90127599769052,41.6538574599892],[-72.90126799766027,41.653377459896525],[-72.90125699763752,41.65304445983237],[-72.90122399756937,41.65204745964038],[-72.90121399754698,41.65171545957643],[-72.9019059977691,41.651664459544115],[-72.90398499843666,41.65151445944772],[-72.90467799865915,41.651464459415585],[-72.90493799874268,41.651446459403665],[-72.90501899876888,41.65144345940046],[-72.90543599890391,41.65143345938501],[-72.90576399900742,41.65137845936373],[-72.90600099907611,41.65123245932779],[-72.9062929991608,41.65105445928386],[-72.90600999905219,41.65076645923726],[-72.90546999884475,41.65021445914786],[-72.90517999873158,41.649887459093925],[-72.90491399862769,41.649585459044054],[-72.90473499855784,41.649383459010735],[-72.90469699854312,41.64934245900403],[-72.90403799828732,41.64862245888593],[-72.90381899820234,41.64838345884677],[-72.90365699813951,41.64820745881793],[-72.9031729979517,41.64767945873135],[-72.90301199788918,41.64750345870248],[-72.90355799806562,41.64748345868091],[-72.90519799859577,41.64742745861694],[-72.90574499877262,41.64740945859572],[-72.90950799998228,41.64716345842614],[-72.91012100017934,41.64712345839854],[-72.91232900088218,41.64685845827566],[-72.91789700265447,41.646190457965794],[-72.91895300299053,41.64606245790679],[-72.91980000326016,41.645961457859755],[-72.92116200369371,41.645798457784025],[-72.92171100386877,41.64573845775461],[-72.92224900404034,41.64567945772574],[-72.92336200439537,41.6455594576664],[-72.92391200457082,41.64550045763714],[-72.92390600458178,41.64572445768072],[-72.92390500458447,41.64577645769083],[-72.92371900455821,41.64637045781189],[-72.92365300454914,41.64658545785567],[-72.92358300453928,41.646809457901306],[-72.92347400452407,41.64716045797282],[-72.92344400452544,41.64735345801118],[-72.9234690045416,41.64749245803728],[-72.92351100456855,41.64772345808065],[-72.9235560045909,41.64785745810514],[-72.92359600461067,41.6479744581265],[-72.92368800465633,41.64824745817637],[-72.92369000465771,41.64826045817884],[-72.92372100467583,41.64839945820474],[-72.92384000474192,41.64887445829287],[-72.92388900476908,41.64906945832904],[-72.92399000483945,41.64972045845183],[-72.92405100489249,41.65029645856139],[-72.9240470048931,41.65032945856791],[-72.92402100489986,41.65059345861988],[-72.92396600489461,41.650812458664056],[-72.92390100488178,41.65095645869405],[-72.92384600486785,41.651025458709206],[-72.92374000484133,41.65116345873935],[-72.92341600475766,41.651539458822675],[-72.92337300474678,41.651593458834526],[-72.92322300470923,41.65178845887715],[-72.92317600470071,41.65190545890133],[-72.92317200470056,41.651925458905325],[-72.92310400470352,41.65236045899177],[-72.92308200470478,41.65250645902074],[-72.9230860047224,41.6527894590754],[-72.92309900477557,41.65363845923938],[-72.92310400479359,41.65392245929421],[-72.92307900481165,41.654377459383106],[-72.92300500486643,41.655744459650194],[-72.92298100488493,41.65620045973924],[-72.92296700489128,41.65638945977628],[-72.922927004911,41.656957459887565],[-72.92291400491774,41.65714745992478],[-72.92289000492131,41.65734445996369],[-72.9228810049227,41.657419459978506],[-72.92285700494489,41.657939460079945],[-72.92284800495344,41.65813846011877],[-72.9228390049583,41.65827346014519],[-72.92281600497424,41.65867946022455],[-72.9228090049798,41.6588154602511],[-72.92279600498571,41.65899146028559],[-72.92276100500492,41.65952146038933],[-72.92274900501121,41.659698460423996],[-72.92273900501303,41.65978646044136],[-72.92271300501997,41.66005346049389],[-72.92270500502258,41.66014346051156],[-72.92268500502888,41.660365460555184],[-72.92266700503467,41.660567460594876],[-72.92261100507362,41.661558460788534],[-72.92259900507757,41.66169446081525],[-72.92256600509059,41.66210646089609],[-72.9225550050949,41.66224346092296],[-72.92253900509762,41.66238046095001],[-72.92249500510708,41.66279246103119],[-72.92248000511016,41.66293046105838],[-72.92246200511204,41.6630644610849],[-72.92241000511832,41.66346646116442],[-72.92239300512058,41.66360146119109],[-72.92233800512692,41.664021461274174],[-72.92232300512919,41.664145461298666],[-72.92224000511655,41.664394461349566],[-72.92212900508969,41.664554461384135],[-72.92202700506084,41.66462946140195],[-72.9218950050235,41.664726461425005],[-72.9216120049378,41.66483646145548],[-72.92151700490781,41.66485246146166],[-72.92136700486057,41.664879461471756],[-72.92110400477891,41.66494646149326],[-72.92182300508293,41.666162461705326],[-72.92209300519566,41.66659446178017],[-72.9226010054211,41.66763746196556],[-72.92276900550152,41.66808446204664],[-72.92281400553307,41.66837746210189],[-72.92281400554431,41.66857246213963],[-72.92281400554737,41.66862546214988],[-72.9228070055477,41.6686704621588]]]},"properties":{"name":4054.02,"geoid":"09003405402"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.8885269947713,41.67516846452784],[-72.88848299474436,41.67494946448689],[-72.88835299466419,41.67429246436395],[-72.88833599465349,41.674202464347076],[-72.88832299464556,41.674138464335115],[-72.8883109946379,41.674073464322916],[-72.88829499462828,41.67399646430854],[-72.8882789946187,41.67392046429435],[-72.88826699461151,41.6738634642837],[-72.88813399453193,41.67323346416606],[-72.88808999450558,41.67302446412703],[-72.88803399447127,41.67274546407485],[-72.88786699436872,41.671908463918264],[-72.8878119943348,41.67163046386622],[-72.88778499431807,41.67149246384039],[-72.88771499427479,41.67113646377374],[-72.887703994268,41.67108046376327],[-72.88767699425131,41.670943463737636],[-72.88766199423785,41.67079446370927],[-72.88761799419775,41.67034746362417],[-72.88760399418462,41.67019846359578],[-72.88758399416757,41.670015463561],[-72.88752699411758,41.66946946345716],[-72.88750799410091,41.66928746342255],[-72.88748899409477,41.669288463423364],[-72.8874329940768,41.66929246342594],[-72.88741499407105,41.66929446342691],[-72.88737499404715,41.66910546339163],[-72.88725599397584,41.66853946328593],[-72.88721699395231,41.6683514632508],[-72.88718299393354,41.66821746322594],[-72.88708199387759,41.667816463151595],[-72.88704899385918,41.667683463126906],[-72.88700499383398,41.667494463091764],[-72.88687399375871,41.66692746298624],[-72.88683099373384,41.666738462951045],[-72.88679699371441,41.666593462924084],[-72.88669699365694,41.66616046284348],[-72.88666399363791,41.666016462816685],[-72.8866769936411,41.66599846281278],[-72.88668099364212,41.66599346281168],[-72.8867399936608,41.66598446280802],[-72.88676299366816,41.66598246280688],[-72.88670899361802,41.66541646269906],[-72.88654699346762,41.66372046237598],[-72.8864929934175,41.66315546226834],[-72.88648899341455,41.66312646226285],[-72.88647699340562,41.663039462246395],[-72.88647399340303,41.66301146224106],[-72.88646299339705,41.66296946223329],[-72.88642999337922,41.66284646221056],[-72.88641899337327,41.66280546220297],[-72.88616899324023,41.66190746203721],[-72.88541899284134,41.65921646154047],[-72.88516999270867,41.658319461374845],[-72.88515799270098,41.65825346136247],[-72.88512199267805,41.658058461325865],[-72.88510999267041,41.65799346131367],[-72.88503099262236,41.65760546124109],[-72.88479499247865,41.65644246102354],[-72.884716992431,41.65605546095112],[-72.88473599243228,41.65597046093405],[-72.88459099235013,41.655362460821],[-72.88450999230162,41.65497746074908],[-72.88445499226829,41.65470946069897],[-72.88438199222405,41.65435346063239],[-72.88416499209218,41.653288460433174],[-72.88409299204832,41.652933460366754],[-72.88404099201726,41.6526874603208],[-72.88388599192436,41.651949460182905],[-72.88383499189362,41.65170346013689],[-72.88374499183868,41.651257460053436],[-72.88347799167497,41.649921459803345],[-72.88338899162041,41.64947645972004],[-72.88467999203203,41.649332459650374],[-72.88624099252988,41.649160459566524],[-72.88759499296266,41.649028459497124],[-72.88855299326707,41.6489034594419],[-72.88859799328142,41.64889845943947],[-72.88911699344793,41.64885845941492],[-72.88984699368152,41.64879145937831],[-72.89165999426146,41.64862245928686],[-72.89342099482484,41.648459459198286],[-72.89709599599871,41.648087459007215],[-72.89890799657758,41.64790545891327],[-72.89942899674374,41.647848458885356],[-72.9009919972424,41.647680458802185],[-72.90151399740895,41.64762445877444],[-72.90153699741626,41.64762145877312],[-72.9018129975047,41.647598458759724],[-72.90271199779295,41.647526458716655],[-72.90301199788918,41.64750345870248],[-72.9031729979517,41.64767945873135],[-72.90365699813951,41.64820745881793],[-72.90381899820234,41.64838345884677],[-72.90403799828732,41.64862245888593],[-72.90469699854312,41.64934245900403],[-72.90473499855784,41.649383459010735],[-72.90491399862769,41.649585459044054],[-72.90517999873158,41.649887459093925],[-72.90546999884475,41.65021445914786],[-72.90600999905219,41.65076645923726],[-72.9062929991608,41.65105445928386],[-72.90600099907611,41.65123245932779],[-72.90576399900742,41.65137845936373],[-72.90543599890391,41.65143345938501],[-72.90501899876888,41.65144345940046],[-72.90493799874268,41.651446459403665],[-72.90467799865915,41.651464459415585],[-72.90398499843666,41.65151445944772],[-72.9019059977691,41.651664459544115],[-72.90121399754698,41.65171545957643],[-72.90122399756937,41.65204745964038],[-72.90125699763752,41.65304445983237],[-72.90126799766027,41.653377459896525],[-72.90127599769052,41.6538574599892],[-72.90127699769384,41.653909459999234],[-72.90131899779956,41.655507460307305],[-72.9013329978348,41.65604046041004],[-72.90131099784621,41.65636246047311],[-72.90124699788122,41.65733146066281],[-72.901225997893,41.65765446072602],[-72.9012009978987,41.657894460773306],[-72.9011289979168,41.658615460915236],[-72.9011049979229,41.658856460962674],[-72.90112399794059,41.65905646100078],[-72.90112999794617,41.65911946101278],[-72.90116499797467,41.659416461069156],[-72.90120199800054,41.659656461114416],[-72.90123299802214,41.65985646115213],[-72.90123699802506,41.65988446115743],[-72.90133099807562,41.66023146122156],[-72.90136099809726,41.66043746126047],[-72.90141199813378,41.66078346132581],[-72.90142399814229,41.66086346134091],[-72.90149399819671,41.661412461444925],[-72.90164599829161,41.662201461592744],[-72.90175899836213,41.66278746170256],[-72.90176799837072,41.66288546172122],[-72.90179599839686,41.663181461777626],[-72.90180599840582,41.66328046179646],[-72.90090599811792,41.66336446184189],[-72.8982089972551,41.66361546197787],[-72.89730999696756,41.66370046202346],[-72.89721399693687,41.6637094620283],[-72.89692799684533,41.66373546204261],[-72.89683299681501,41.66374546204762],[-72.89690599686514,41.66420346213393],[-72.89712599701595,41.66557846239297],[-72.89719999706647,41.66603746247943],[-72.89735999717361,41.66699346265931],[-72.89769599739144,41.668876463012914],[-72.90047399828035,41.66862046287333],[-72.9027199989959,41.668359462750026],[-72.90323099915918,41.668308462723594],[-72.90431199950419,41.668193462666295],[-72.90467999962338,41.66818446265261],[-72.90502399973482,41.66817646263993],[-72.90521899979801,41.6681724626328],[-72.90539699985615,41.668176462627834],[-72.90569299995407,41.66820446262364],[-72.90612100009807,41.66828746262584],[-72.90651700023535,41.66843446264145],[-72.90661200026919,41.66848546264825],[-72.90693600038468,41.66866046267161],[-72.90719600047906,41.66883046269609],[-72.9075030005856,41.668946462708575],[-72.90778600068336,41.66904546271858],[-72.90806300077757,41.66911646272334],[-72.90821400082895,41.66915546272598],[-72.90858800095222,41.66918346271929],[-72.90853400093563,41.66920046272432],[-72.90837300088633,41.6692534627398],[-72.90832000087015,41.66927246274519],[-72.90794900075998,41.66945446279245],[-72.90739900059992,41.66978146287359],[-72.90638100031505,41.670583463061824],[-72.90580900015394,41.67101646316417],[-72.90562900010323,41.67115246319632],[-72.90527700000419,41.6714204632596],[-72.90467599983491,41.671875463367144],[-72.90734100070576,41.671943463293914],[-72.90662600048452,41.672140463355234],[-72.90579200022621,41.672365463425805],[-72.90426099974835,41.67271546354318],[-72.90415999971682,41.672738463550914],[-72.90405999968563,41.67276146355861],[-72.90397699965968,41.67277946356478],[-72.90389399963381,41.67279946357134],[-72.90296299934302,41.67300846364197],[-72.90057499859235,41.673462463807255],[-72.89966699830644,41.673626463868416],[-72.89893399807353,41.67372246391074],[-72.89813399781467,41.67374646394132],[-72.89779499770455,41.673749463952895],[-72.89743499758767,41.67375346396534],[-72.89653099729644,41.67380246400412],[-72.89642399726229,41.67381446400993],[-72.89421499655884,41.67407746413239],[-72.89313499621592,41.67422346419565],[-72.89237999597738,41.674346464243925],[-72.89189799582515,41.67442546427483],[-72.89134899565344,41.674545464315855],[-72.88967899513126,41.674911464440804],[-72.88944799505904,41.67496246445814],[-72.88875699484312,41.67511646451034],[-72.8885269947713,41.67516846452784]]]},"properties":{"name":4054.01,"geoid":"09003405401"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.52146088210056,41.79539649958386],[-72.52221088234032,41.795311499543494],[-72.52446088305955,41.79505649942238],[-72.52521188329968,41.79497249938216],[-72.52513988326798,41.79482849935663],[-72.52509988325032,41.79474749934228],[-72.52498688320259,41.79455649930897],[-72.52493688317719,41.79439749927984],[-72.52493588317672,41.79439449927929],[-72.52490188315666,41.794237499250045],[-72.52488788314874,41.794178499239095],[-72.52487588313934,41.79408249922091],[-72.52487288313712,41.79406049921676],[-72.52486388313042,41.793994499204295],[-72.52486188312858,41.7939734992003],[-72.52484588311167,41.79376849916122],[-72.52479888306138,41.79315549904424],[-72.52478388304486,41.79295149900532],[-72.52516088316558,41.79291249898575],[-72.52629488352878,41.7927964989271],[-72.52637088355317,41.79278949892334],[-72.52667388365045,41.79276249890843],[-72.52702088376176,41.792730498891174],[-72.52733588386255,41.79269649887455],[-72.52774288399289,41.79265449885345],[-72.52930988448882,41.79239049875238],[-72.52951488455375,41.79235649873925],[-72.52996788469738,41.79228449871088],[-72.52991688466905,41.79207949867289],[-72.52976388458423,41.79146649855933],[-72.52971288455595,41.79126249852153],[-72.52938088436831,41.78987049826315],[-72.53137288500676,41.78967549816184],[-72.5319398851887,41.78962349813368],[-72.53194088518896,41.78962249813346],[-72.5336418857328,41.789432498042416],[-72.53420988591444,41.7893694980121],[-72.53463888605143,41.78931849798854],[-72.53582088642894,41.78917949792393],[-72.53592688646283,41.78916749791822],[-72.5363578866008,41.789122497895754],[-72.53717888686121,41.7889944978448],[-72.53726488688851,41.788981497839536],[-72.53963188763548,41.78854549767966],[-72.54044988789367,41.78839549762454],[-72.54073888798476,41.78834049760467],[-72.54160888825922,41.788178497545566],[-72.54189888835076,41.78812549752606],[-72.54372388892747,41.78780349740551],[-72.5443758891335,41.78768849736246],[-72.54554488950252,41.787475497283936],[-72.54650788979845,41.78715849719191],[-72.54682388989173,41.786987497148765],[-72.54697188993387,41.78688049712335],[-72.54726689002072,41.786716497082246],[-72.55041389097305,41.78542349673177],[-72.55066989114282,41.78693549701579],[-72.55074989118704,41.78725349707468],[-72.55087589124257,41.78750649711954],[-72.55090589125572,41.78756549712998],[-72.55092889126584,41.787611497138144],[-72.55094889127463,41.78765149714523],[-72.55099789129622,41.7877494971626],[-72.55102089130638,41.787796497170966],[-72.55111689134499,41.78792449719261],[-72.55118889137812,41.78809349722297],[-72.55126889141248,41.788238497248436],[-72.55143889148549,41.78854649730252],[-72.55161689156881,41.788989497382424],[-72.55175189164216,41.78950349747744],[-72.55178189166143,41.78966949750855],[-72.55179289166843,41.7897294975198],[-72.5518568917147,41.790174497603736],[-72.55191289175353,41.790534497671516],[-72.55193189177477,41.790798497721916],[-72.55201989187194,41.79199749795078],[-72.55215789195523,41.79266849807601],[-72.55220489198364,41.79289749811875],[-72.55225289201675,41.79320349817635],[-72.55227389202838,41.7932874981919],[-72.55234689206858,41.793574498245015],[-72.55213389204339,41.79434949840157],[-72.55209489203854,41.79448749842949],[-72.55208489203721,41.79452149843637],[-72.55207589203621,41.79455549844323],[-72.55205189203232,41.79462449845733],[-72.55204089203073,41.79465949846444],[-72.55203589202975,41.79467049846672],[-72.55202489202821,41.794706498474035],[-72.55202089202758,41.794718498476485],[-72.55200189202556,41.79479149849118],[-72.55199889202528,41.79480349849361],[-72.55193089201184,41.79495649852534],[-72.55191889201043,41.79500049853423],[-72.55191589201019,41.79501349853683],[-72.55189389200639,41.79507249854894],[-72.55179789198982,41.795330498601835],[-72.55174789198138,41.795468498630115],[-72.55169089196868,41.79557149865184],[-72.55153389193708,41.79591449872312],[-72.55146289192368,41.79608549875843],[-72.55142189191601,41.79618549877906],[-72.55136889190781,41.796344498811465],[-72.5513298918947,41.79633749881137],[-72.55121589185651,41.79631949881153],[-72.55117789184378,41.7963134988116],[-72.55056889163747,41.796178498804984],[-72.55033489155824,41.79612749880261],[-72.54962989132403,41.79605149881046],[-72.54888489107893,41.796013498826944],[-72.54870889102129,41.796009498831786],[-72.5480858908174,41.795996498849206],[-72.5478578907443,41.79601849886074],[-72.54723989054804,41.796110498898265],[-72.54584889010643,41.79632049898331],[-72.54476288977432,41.7967064990926],[-72.54401388954531,41.79697349916812],[-72.5439598895289,41.7969944991739],[-72.54382388948747,41.7970454991881],[-72.54341788936385,41.79719949923083],[-72.5432828893228,41.79725149924519],[-72.54254888909938,41.797530499322555],[-72.54206888895676,41.797774499385035],[-72.54157588881033,41.798025499449295],[-72.54040788846345,41.79862149960176],[-72.53764688764348,41.800030499962205],[-72.53719088751313,41.800352500038976],[-72.53698188745582,41.80054250008235],[-72.5367388873901,41.80077950013592],[-72.53671388738354,41.80080750014211],[-72.53661388735775,41.80092650016831],[-72.53588988717092,41.80179050035835],[-72.5357288871288,41.801972500398655],[-72.53547288705902,41.8022125004532],[-72.53546588705713,41.802219500454775],[-72.53533588702022,41.80231550047747],[-72.53531388701403,41.802332500481455],[-72.53496188691491,41.80260750054584],[-72.53482788687515,41.80267650056345],[-72.53465188682306,41.80276950058703],[-72.5345138867821,41.80284050060515],[-72.53410088665974,41.80305650066008],[-72.53396388661923,41.803129500678544],[-72.53324388640644,41.80351550077613],[-72.53117888579632,41.804625501056535],[-72.53108688576917,41.80467550106913],[-72.53101588574825,41.80471450107893],[-72.53069088565178,41.80488150112158],[-72.53037088555803,41.80506750116773],[-72.52996388543852,41.805299501225555],[-72.52950588530419,41.80556250129098],[-72.52920388521675,41.8057565013381],[-72.52882888510892,41.80601050139914],[-72.52877488509361,41.806050501408606],[-72.52840188498817,41.80633450147538],[-72.5275598847524,41.80701550163382],[-72.52723588466168,41.807277501694784],[-72.52719188464934,41.807312501702945],[-72.5265958844829,41.807802501816646],[-72.52616488436198,41.80814650189685],[-72.5257558842473,41.80847450197326],[-72.52549388417599,41.80872250202954],[-72.52536188414425,41.808920502072],[-72.52506288406805,41.80929450215379],[-72.52476988398944,41.80959150222052],[-72.52440388388571,41.809865502285135],[-72.52408988379402,41.81005350233148],[-72.52331788355946,41.81035550241445],[-72.52305288347691,41.810423502436066],[-72.52284488341151,41.81046650245102],[-72.52275488338324,41.810485502457546],[-72.52238488326456,41.81052050247614],[-72.52221388320868,41.81051850248121],[-72.52200288313973,41.81051650248756],[-72.52183988308651,41.81051550249258],[-72.52157088299712,41.81048650249555],[-72.52147088296388,41.81047550249664],[-72.52128388290181,41.81045650249895],[-72.5211638828621,41.810446502500845],[-72.52084288275586,41.810419502505866],[-72.52053988265772,41.81043150251787],[-72.52029888258163,41.810475502534075],[-72.52006388250948,41.81055450255683],[-72.51991388246564,41.810643502578806],[-72.519890882459,41.810658502582434],[-72.51968688239981,41.81078750261387],[-72.51957188236726,41.810874502634356],[-72.5194928823467,41.81096550265445],[-72.51917388223539,41.810838502640095],[-72.51898088216812,41.8107625026316],[-72.51858488203175,41.8106365026199],[-72.51821588190671,41.81055450261584],[-72.5181878818973,41.81054950261577],[-72.51789488179934,41.81050750261702],[-72.51784888178399,41.81050150261733],[-72.51783688177997,41.810499502617326],[-72.5177878817637,41.810494502617914],[-72.51768988173109,41.810483502618936],[-72.51746688165706,41.81046050262161],[-72.51721288157427,41.810461502629906],[-72.5171738815616,41.81046250263134],[-72.5170548815237,41.81047850263823],[-72.51710188150918,41.809955502535715],[-72.51716588148952,41.809244502396325],[-72.5172968814958,41.808605502268726],[-72.51731588149018,41.80839850222814],[-72.51733488148503,41.80819950218908],[-72.51735988148285,41.80801850215332],[-72.51737388147939,41.807877502125635],[-72.51742788147851,41.80755350206133],[-72.51743788147851,41.80749650204999],[-72.5176498815159,41.806939501935624],[-72.51777088153786,41.80663250187247],[-72.5178918815599,41.80632750180968],[-72.5179348815638,41.80614950177392],[-72.51797988156808,41.805967501737335],[-72.51803788156668,41.80561150166671],[-72.51806788156622,41.80543150163098],[-72.51809188156001,41.80518550158269],[-72.51816588154212,41.80444850143795],[-72.51819088153627,41.80420350138982],[-72.51821388153262,41.804007501351236],[-72.51828388152192,41.803419501235396],[-72.51830788151862,41.80322450119697],[-72.51834588151785,41.80299350115112],[-72.51839888151756,41.80268550108992],[-72.51854888154602,41.802326501015784],[-72.51863988156343,41.80211150097134],[-72.51881188159695,41.80171550088934],[-72.51888188161071,41.80155650085638],[-72.51923888168268,41.8007765006943],[-72.51934188170256,41.80053650064464],[-72.51951388173615,41.800141500562816],[-72.51958488174972,41.799973500528125],[-72.51980188179188,41.799471500424175],[-72.51983488179835,41.799396500408655],[-72.51987488180616,41.79930450038958],[-72.52022688187544,41.798506500224164],[-72.5208448819999,41.79715449994321],[-72.52092088201664,41.79701349991354],[-72.52108188205102,41.79669549984696],[-72.52128488208923,41.7962044997456],[-72.5214518821001,41.79543949959246],[-72.52145288209991,41.79543049959069],[-72.52145888210038,41.795404499585466],[-72.52146088210056,41.79539649958386]]]},"properties":{"name":5142,"geoid":"09003514200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.47106286503666,41.78437949906142],[-72.47102986501606,41.78420649902903],[-72.47085286489778,41.78314149882878],[-72.4708248648795,41.78298049879854],[-72.47072186479856,41.782147498640775],[-72.4703358645417,41.77984249820743],[-72.47032986453769,41.77980649820066],[-72.47008386437962,41.7784364979436],[-72.46932886389398,41.77422249715282],[-72.46912986376569,41.77310649694334],[-72.46906386372791,41.77282049689014],[-72.46906086372614,41.77280649688753],[-72.4690228637044,41.772641496856835],[-72.46889986363394,41.772107496757485],[-72.4688588636105,41.77193049672454],[-72.46884586360329,41.771877496714716],[-72.46882986359402,41.771806496701494],[-72.46882986358897,41.77171749668428],[-72.46882986358612,41.77166749667462],[-72.46882986358595,41.77166449667403],[-72.46882886357217,41.77142749662825],[-72.46882886357099,41.771406496624174],[-72.4687518635069,41.770720496493965],[-72.46872886348726,41.7705064964533],[-72.46872486348475,41.77048549644938],[-72.46872486348464,41.77048349644899],[-72.4690738635997,41.770505496442134],[-72.46954586375296,41.770493496424805],[-72.46955586375621,41.77049349642448],[-72.47029886399523,41.77043549638962],[-72.47105686423377,41.770283496336084],[-72.47189086449015,41.77000849625637],[-72.47194586450638,41.769978496248804],[-72.47267186472111,41.769590496150656],[-72.47301586482301,41.76940949610469],[-72.47318686487344,41.76931549608108],[-72.47445986524932,41.768624495906934],[-72.47472886532938,41.76848949587226],[-72.47525186548515,41.76822949580533],[-72.47552986556998,41.768126495776556],[-72.47597586570735,41.767984495734886],[-72.47598586571044,41.767981495734],[-72.47655486588832,41.767846495689774],[-72.47729686612286,41.767715495640815],[-72.47824186642931,41.76768549560492],[-72.47833586645986,41.767683495601545],[-72.4789278666554,41.76772749559121],[-72.47900486668114,41.767738495590876],[-72.47917986673957,41.767762495589956],[-72.47970486691491,41.76783549558736],[-72.4798798669734,41.76786049558661],[-72.4802138670858,41.76792149558778],[-72.4803878671444,41.76795449558861],[-72.48074786726555,41.76802049558992],[-72.48099786734942,41.76806149558988],[-72.48122086742406,41.76809549558936],[-72.4813308674609,41.76811249558916],[-72.48155786753702,41.76814949558907],[-72.48178286761289,41.76819349559041],[-72.48183686763113,41.76820449559082],[-72.4822368677651,41.76826649559008],[-72.48246786784043,41.768266495582715],[-72.4826988679158,41.768267495575564],[-72.48302086802052,41.76826249556435],[-72.48355486819045,41.768188495533025],[-72.48410586836185,41.76804249548723],[-72.48490686860389,41.76770549539655],[-72.48551886878691,41.767414495320786],[-72.48598486892536,41.76717649525992],[-72.48657486910513,41.766954495198185],[-72.48680286917339,41.76684749517024],[-72.4872048692955,41.76668949512687],[-72.4878208694874,41.7665314950767],[-72.4886198697418,41.76642349503036],[-72.48924386993761,41.766288494984366],[-72.49018087022837,41.76602849490424],[-72.49074687040066,41.76581249484445],[-72.49201487078359,41.76527549470019],[-72.49257587095471,41.76506749464208],[-72.49276187101354,41.76503549462998],[-72.49369987131853,41.765020494597195],[-72.4960818720911,41.76494749450717],[-72.49868787293605,41.76486349440788],[-72.4995328732101,41.76483749437593],[-72.50015487341194,41.764820494352826],[-72.50134987379893,41.76477349430564],[-72.5021788740668,41.76473049427091],[-72.50263487421587,41.764737494257716],[-72.50308587436332,41.76474449424471],[-72.50363787454343,41.7647464942275],[-72.5040038746606,41.76470849420848],[-72.50405287467629,41.764703494205946],[-72.50431687476015,41.76466449419],[-72.50445387480299,41.76463249417944],[-72.50446587480918,41.76467249418679],[-72.5045028748281,41.76479249420883],[-72.50451587483465,41.76483349421632],[-72.50452387483872,41.76485949422111],[-72.50454787485118,41.764940494235994],[-72.50455687485564,41.76496749424094],[-72.5045738748643,41.76502249425103],[-72.50462687489103,41.765188494281446],[-72.50464487490008,41.7652444942917],[-72.5046798749244,41.76547149433449],[-72.5046878749298,41.76552049434372],[-72.50482287499058,41.76581549439644],[-72.50498087505777,41.76609049444459],[-72.50502387507599,41.76616449445752],[-72.50509187510545,41.76629249448011],[-72.50518587514604,41.766467494510955],[-72.50519287515765,41.766631494542445],[-72.50524487523649,41.7677194947512],[-72.50526287526301,41.76808249482083],[-72.5052738752744,41.76821949484696],[-72.50530787530886,41.768630494925354],[-72.50531987532061,41.76876849495166],[-72.50534387533885,41.76895149498629],[-72.5054188753946,41.76950149509024],[-72.50544387541322,41.769685495125024],[-72.50547487543557,41.76990049516561],[-72.50556787550184,41.77053249528484],[-72.50556587550209,41.77054849528799],[-72.50554087550628,41.77076549533076],[-72.50548387549874,41.77095949537009],[-72.50531587547724,41.771544495488556],[-72.50525987547007,41.77173949552804],[-72.50520287546281,41.77193849556835],[-72.50503287544142,41.772536495689394],[-72.50497687543452,41.772736495729845],[-72.50495987543586,41.77285749575379],[-72.50491187544091,41.773221495825695],[-72.50489587544264,41.77334349584979],[-72.50489687544622,41.77340049586078],[-72.50489987545697,41.77357249589394],[-72.5049008754606,41.773630495905124],[-72.50493887548745,41.77388449595303],[-72.50505487556869,41.77464749609685],[-72.50509387559592,41.7749024961449],[-72.50518987567109,41.775673496290906],[-72.50518087567737,41.77583549632252],[-72.50518287570152,41.776248496402296],[-72.50514287569537,41.776369496426966],[-72.50612787603546,41.776701496459765],[-72.5061008760315,41.77678649647704],[-72.50617387607186,41.777077496530964],[-72.50646987621631,41.777919496684326],[-72.5067048763292,41.778556496799965],[-72.50599787612238,41.778973496903134],[-72.50588587608944,41.77903649691887],[-72.50555287599173,41.77922749696643],[-72.50544187595916,41.77929149698234],[-72.50492487580578,41.77955849705044],[-72.50490387579963,41.77957049705341],[-72.50421887559143,41.77983749712689],[-72.50385387548224,41.780010497171965],[-72.50338387534612,41.78031149724515],[-72.50336587534099,41.78032449724823],[-72.5029108752132,41.78068649733271],[-72.50289887520992,41.780697497335225],[-72.50286487520079,41.78073149734288],[-72.50285387519787,41.78074349734556],[-72.50260987512472,41.780856497375176],[-72.50258787511818,41.78086749737801],[-72.5021478749949,41.78122249746067],[-72.5019888749513,41.78136749749376],[-72.50179087489708,41.78154949753526],[-72.50168887487207,41.78169449756655],[-72.50153387483428,41.78191849761478],[-72.50140687480585,41.782146497662914],[-72.50132187478698,41.78230249769579],[-72.50083387467551,41.78313949787313],[-72.50041487458085,41.78387749802915],[-72.50030487455818,41.784109498077505],[-72.50027487455182,41.78416949809005],[-72.49994587445984,41.78443849815254],[-72.49973987440039,41.7845744981854],[-72.49919887424029,41.784861498258124],[-72.49902587418993,41.784967498284125],[-72.49901287418557,41.78496549828415],[-72.49790287382396,41.784972498320904],[-72.49772287376554,41.784977498327606],[-72.49737387365343,41.78500749834453],[-72.49699087353058,41.7850434983637],[-72.49620387327823,41.78511949840348],[-72.49584487316311,41.7851534984215],[-72.49546387304096,41.7851904984408],[-72.49527387297995,41.78520749845013],[-72.49470387279696,41.785258498478164],[-72.49451487273635,41.78527649848766],[-72.49422787264416,41.78530149850166],[-72.49336887236835,41.78537749854372],[-72.49308287227656,41.785403498557855],[-72.4927968721847,41.78542849857181],[-72.49194087190988,41.785504498613776],[-72.49165587181841,41.7855304986279],[-72.4915678717901,41.78553749863206],[-72.49130687170621,41.78555949864463],[-72.49122087167862,41.785567498648916],[-72.48990287125443,41.78566649871005],[-72.48852087080921,41.78576349877285],[-72.48838087076446,41.78577949878041],[-72.48681887026311,41.785921498857626],[-72.48495686967125,41.78619249896935],[-72.48430386946268,41.78626949900503],[-72.48368286926315,41.786322499035066],[-72.48289286900594,41.78633049906179],[-72.48280286897636,41.78632649906388],[-72.4818368686588,41.78628249908615],[-72.48113386842383,41.78618249908922],[-72.4800838680729,41.786033499093854],[-72.47903286771904,41.78583849908964],[-72.47833486748411,41.785710499087145],[-72.47687886699399,41.785442499081704],[-72.47358186588414,41.78483549906936],[-72.4725158655255,41.78464249906601],[-72.47106286503666,41.78437949906142]]]},"properties":{"name":5150,"geoid":"09003515000"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.52043188001018,41.764589493661596],[-72.52045988000782,41.76438749362163],[-72.52051088000447,41.76403649355215],[-72.52053287999941,41.76382149350986],[-72.5205388799991,41.76378149350193],[-72.52056987999774,41.76358049346207],[-72.52057687999712,41.76352949345198],[-72.52059887999565,41.76337749342189],[-72.52060687999541,41.763327493411964],[-72.52068987999014,41.76275949329947],[-72.5207458799895,41.76242749323349],[-72.5208458799878,41.76182449311367],[-72.52085987998686,41.76172749309447],[-72.52089187998521,41.76151549305244],[-72.52098187997888,41.76088849292832],[-72.52101287997715,41.7606804928871],[-72.52102687996545,41.760394492831324],[-72.52107087993102,41.759537492664194],[-72.52107387992938,41.759491492655194],[-72.52107187991513,41.75925249260905],[-72.5210758799075,41.759095492578545],[-72.52108087990054,41.75894449254919],[-72.52106387988357,41.75874349251084],[-72.5210458798711,41.758627492489],[-72.52102287985484,41.75847349245993],[-72.52097687983006,41.75830149242814],[-72.5208388797557,41.75778549233274],[-72.52079387973131,41.7576144923011],[-72.52078287972431,41.75755449228985],[-72.52075087970363,41.75737449225604],[-72.52074087969703,41.75731549224496],[-72.52072387968674,41.757232492229456],[-72.520675879657,41.75698449218301],[-72.5206598796471,41.75690249216765],[-72.52062887962364,41.7566674921232],[-72.52053787955448,41.75597349199187],[-72.52053587955326,41.755963491989995],[-72.5204878795245,41.755732491946844],[-72.52046287951127,41.75564349193042],[-72.52038787947163,41.75537649188116],[-72.52036287945847,41.755288491864945],[-72.52049487949729,41.755214491846424],[-72.52097187963113,41.754833491757516],[-72.52140187974639,41.75439549165908],[-72.52146287976282,41.75433449164533],[-72.52207887991779,41.75352849146977],[-72.52228387997256,41.753316491422225],[-72.52251888004228,41.75319549139133],[-72.52259988006779,41.75317949138564],[-72.52288488015466,41.75307349135605],[-72.52328788028014,41.75296949132309],[-72.52435888062035,41.75281249125856],[-72.52484988077718,41.75275549123186],[-72.52493688080537,41.75275249122852],[-72.525508880991,41.75273749120735],[-72.52593488113116,41.752760491198224],[-72.52605488117183,41.752787491199605],[-72.52612588119555,41.75279749119928],[-72.5262318812322,41.75283449120306],[-72.5262878812529,41.75287749120958],[-72.52635488127764,41.75292849121732],[-72.52641088130217,41.7530384912368],[-72.52642988131039,41.75307449124316],[-72.52644388132049,41.753171491261476],[-72.52651988135977,41.75342649130839],[-72.52653888137849,41.75364649135033],[-72.52655688139619,41.75385449138998],[-72.52658388141649,41.75405649142821],[-72.52666688147808,41.75466349154296],[-72.52669488149876,41.75486649158133],[-72.52690988157187,41.75491949158474],[-72.52755488179119,41.755078491594894],[-72.52777088186467,41.75513249159845],[-72.52773288183728,41.75486849154861],[-72.52770788181921,41.75469449151575],[-72.52767988179136,41.754365491453],[-72.5276858817833,41.754189491418764],[-72.52776688180494,41.75410549139994],[-72.52785388182828,41.75401749138014],[-72.52799488187294,41.75399449137119],[-72.52799188186837,41.7539314913591],[-72.52798288185491,41.75374649132361],[-72.52797988185041,41.753684491311695],[-72.52795688181692,41.75322749122407],[-72.52797588181929,41.75316049121049],[-72.52803788183496,41.753080491193025],[-72.52820588188045,41.75291749115614],[-72.5282868819044,41.75287449114522],[-72.52840388193908,41.7528134911297],[-72.52855088198513,41.75278049111862],[-72.5289588821154,41.752732491096324],[-72.52905488214608,41.75272149109113],[-72.53021288251873,41.75263649103775],[-72.53150588293558,41.75255449098062],[-72.53279288334772,41.75242449091441],[-72.53366688362485,41.75228749086003],[-72.53387488369032,41.75224649084545],[-72.53445088387166,41.75213349080521],[-72.53474588396124,41.752017490773355],[-72.53494188401778,41.751888490742154],[-72.53503288403975,41.75175349071314],[-72.53517588406838,41.75143749064743],[-72.53527988410349,41.75145849064818],[-72.53537288413443,41.75146949064735],[-72.53570188424162,41.751468490636654],[-72.5358148842779,41.75145849063112],[-72.53594288431898,41.751447490624905],[-72.53607188436041,41.751436490618644],[-72.53620788440492,41.75143949061489],[-72.53633688444684,41.75143749061038],[-72.53660288453318,41.75143049060054],[-72.53673888457695,41.75142049059426],[-72.53686788461809,41.75140449058706],[-72.53699788465931,41.75138449057905],[-72.53712988470109,41.751362490570585],[-72.53726388474388,41.75134649056319],[-72.53739688478649,41.75133349055645],[-72.53766388487199,41.751306490542696],[-72.5378008849162,41.75129849053678],[-72.53795388496481,41.75127649052764],[-72.53820388504454,41.75124549051366],[-72.53851988514532,41.75120649049604],[-72.53870288520368,41.751183490485744],[-72.53880388523626,41.751177490481346],[-72.53891288527105,41.75116449047536],[-72.53901788530436,41.75114849046892],[-72.53911588533539,41.751132490462695],[-72.53929988539333,41.75109649044985],[-72.53938988542194,41.75108349044447],[-72.53948088545097,41.751072490439434],[-72.53956488547749,41.751057490433844],[-72.53964188550192,41.75104549042907],[-72.53980488555403,41.75102749042039],[-72.5398828855791,41.751021490416754],[-72.54001188562115,41.75102149041263],[-72.54007888564254,41.75101349040894],[-72.54009988565264,41.751070490419295],[-72.54045388583833,41.752305490646876],[-72.54077088600964,41.7534994908677],[-72.54089888607655,41.7539414909491],[-72.5410508861557,41.754461491044836],[-72.54125688626932,41.755277491196075],[-72.54137088633193,41.75572449127889],[-72.54143488636737,41.755980491326355],[-72.54150088640358,41.756238491374155],[-72.54162188647217,41.75675049146932],[-72.54168388650707,41.75700849151725],[-72.54174888654455,41.75729449157048],[-72.54194588665781,41.75815549173071],[-72.54201188669568,41.758442491784116],[-72.54202388671452,41.758704491834386],[-72.54203588673299,41.75896049188352],[-72.54204188676513,41.759490491985815],[-72.5420448867811,41.75975349203657],[-72.54232588687121,41.75972749202258],[-72.54316988714197,41.75965049198075],[-72.54345188723246,41.759625491966894],[-72.5436658873011,41.7596054919562],[-72.54431088750802,41.75954649192419],[-72.54440388753783,41.75953749191948],[-72.54452588757702,41.75952749191365],[-72.54472588764115,41.7595084919036],[-72.54499688772813,41.7594844918903],[-72.54532888783744,41.759503491883365],[-72.54553088790402,41.759516491879424],[-72.54581988800119,41.75956849188025],[-72.54614288811008,41.759631491882125],[-72.54662188827164,41.75972649188521],[-72.54686588835507,41.75979449189056],[-72.54702288841165,41.75988949190392],[-72.5470938884389,41.759961491915575],[-72.54728788850848,41.76007249193084],[-72.54749388858023,41.76015349193993],[-72.54778288867827,41.760220491943656],[-72.54788688871257,41.760227491941684],[-72.54807388877428,41.76024049193821],[-72.54835188886632,41.76026549193417],[-72.54850488891836,41.76030349193665],[-72.54859588894142,41.760187491911296],[-72.54886988901097,41.75984049183543],[-72.5489618890344,41.75972549181027],[-72.54903988906274,41.75977649181763],[-72.54944288920255,41.75992449183337],[-72.54976288931218,41.76001749184115],[-72.54980988932829,41.76003149184235],[-72.5501168894339,41.760128491851304],[-72.55062388961439,41.760395491886754],[-72.55128988984774,41.760680491920574],[-72.55157688994625,41.760767491928235],[-72.55196489007655,41.76083449192879],[-72.55216089014394,41.76089549193433],[-72.55233789020475,41.76095049193931],[-72.55257289028906,41.761085491957914],[-72.552880890404,41.76134049199737],[-72.55293189042786,41.761467492020316],[-72.55317189051613,41.76164349204668],[-72.55337189058976,41.7617914920689],[-72.55342289061157,41.761882492084865],[-72.55334289059591,41.762065492122815],[-72.55332689059532,41.76214649213899],[-72.55337189061547,41.76224249215612],[-72.55339389063187,41.76240449218673],[-72.55335689063017,41.76258649222311],[-72.55331389062817,41.76279749226528],[-72.5533128906282,41.762803492266485],[-72.55333489064232,41.76292549228936],[-72.55358389073359,41.76310249231563],[-72.55353889072057,41.76313149232268],[-72.55344489069346,41.76319349233767],[-72.55339989067947,41.76320549234143],[-72.55339689067856,41.763206492341716],[-72.55334989066421,41.763223492346505],[-72.5535488907387,41.76339249237282],[-72.55381089083684,41.76361549240757],[-72.55413489095972,41.7639184924558],[-72.55432689103259,41.76409849248447],[-72.55449589109764,41.76427349251291],[-72.55462389114695,41.764406492534555],[-72.55482389122396,41.76461349256816],[-72.55500989129486,41.764793492597036],[-72.55518589136192,41.76496349262429],[-72.5552798913974,41.76504849263772],[-72.55549889148199,41.765279492675376],[-72.55641889183731,41.766251492833916],[-72.55657889189906,41.76641949286128],[-72.55661789191554,41.766485492872796],[-72.5566298919227,41.76654249288344],[-72.5566178919233,41.76662149289909],[-72.5562558918011,41.76654849289654],[-72.55603189172557,41.7665044928952],[-72.55516689143572,41.766366492896154],[-72.55482989132283,41.766313492896685],[-72.55480389131418,41.766310492896935],[-72.55453189122368,41.76627849289944],[-72.55371789095297,41.76618449290727],[-72.55344689086284,41.76615349290993],[-72.5528578906669,41.766084492915404],[-72.5517218902891,41.76595349292637],[-72.55109389007941,41.76586649292962],[-72.5505078898838,41.7657864929329],[-72.54997288970529,41.76571449293605],[-72.54836988917056,41.76550149294608],[-72.54783588899241,41.76543049294942],[-72.54746188886772,41.76538149295188],[-72.54648488854201,41.76525549295871],[-72.54634488849477,41.76522749295778],[-72.54597588837032,41.765154492955446],[-72.54513988808597,41.76494749294214],[-72.54513688808494,41.764946492942045],[-72.54352288754014,41.76461949293035],[-72.54303088737666,41.764565492935624],[-72.54258188722874,41.76453849294475],[-72.54238288716324,41.76452749294897],[-72.54171888694518,41.76449949296476],[-72.54146188686076,41.76448849297085],[-72.54069088660769,41.76445849298966],[-72.54043488652366,41.76444849299591],[-72.54014488642844,41.76443649300283],[-72.53927688614341,41.7644004930236],[-72.53898788604856,41.7643894930307],[-72.53873488596561,41.764381493037234],[-72.53797688571726,41.764359493057185],[-72.5377248856347,41.76435249306387],[-72.53747388555223,41.76434149306975],[-72.536872885355,41.7643184930845],[-72.5367208853055,41.76431949308954],[-72.53646988522388,41.76432349309833],[-72.53621688514231,41.7643394931095],[-72.53545988489832,41.76438849314313],[-72.53520788481711,41.76440549315447],[-72.53475188467097,41.76444949317754],[-72.5342568845166,41.76457249321712],[-72.53421988450549,41.76458949322159],[-72.53376988437103,41.76480449327754],[-72.5334668842838,41.76500749332646],[-72.53312688418355,41.765193493373275],[-72.53293988412742,41.76527849339569],[-72.53274988406781,41.765319493409685],[-72.53242088396307,41.765363493428694],[-72.53212388386584,41.76535649343682],[-72.53185188377465,41.765312493436994],[-72.5315288836642,41.76522249342991],[-72.5314048836206,41.765166493423024],[-72.53105388349721,41.76500949340387],[-72.5307988834094,41.764927493396144],[-72.53063488335371,41.76488849339384],[-72.53044988329185,41.764861493394534],[-72.53036388326349,41.76485549339612],[-72.53029188323973,41.76485049339745],[-72.53013288318937,41.76487649340754],[-72.5301078831815,41.76488149340933],[-72.53002488315563,41.764902493416024],[-72.52976088306922,41.764896493423294],[-72.52959888301623,41.764893493427884],[-72.52897088280967,41.76486149344173],[-72.52870788272318,41.76484849344761],[-72.52851988265951,41.764806493445484],[-72.52795888246948,41.76468149343922],[-72.52777188240619,41.76464049343725],[-72.52702888215273,41.76444349342289],[-72.52697088213296,41.76442849342184],[-72.52674388205605,41.764377493419204],[-72.52642688195009,41.76433149342043],[-72.52613688185444,41.76431249342601],[-72.52515588154155,41.764434493480884],[-72.52474588140925,41.76445849349863],[-72.52397988116206,41.76450349353177],[-72.52326988093422,41.764567493566794],[-72.52303688085951,41.76458949357849],[-72.52235488063663,41.764580493598515],[-72.52220888058818,41.764565493600266],[-72.52187588047768,41.764531493604316],[-72.52129388028565,41.76449149361515],[-72.52113888023595,41.76450649362299],[-72.52089788015886,41.76453249363571],[-72.52043188001018,41.764589493661596]]]},"properties":{"name":5151.01,"geoid":"09003515101"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.57983690029607,41.780696494877205],[-72.57984490030377,41.78078549489415],[-72.57984490030445,41.780797494896454],[-72.57984990030917,41.78085149490673],[-72.57985290031147,41.78087449491107],[-72.57989290034982,41.78131749499541],[-72.57990790036361,41.78147349502508],[-72.57991590037444,41.78161749505266],[-72.57994090040744,41.78205249513592],[-72.57994990041867,41.78219749516364],[-72.57942890023818,41.78201149514438],[-72.57924690017542,41.781951495138614],[-72.57879490001962,41.78180349512447],[-72.57711689944247,41.78127649507633],[-72.57688789936374,41.78120549506994],[-72.57640489919794,41.78105949505718],[-72.57630389916324,41.781028495054414],[-72.57600089905915,41.780935495046144],[-72.57589989902449,41.78090549504358],[-72.57585289900832,41.78089049504218],[-72.57571389896056,41.78084749503831],[-72.57566789894476,41.78083349503709],[-72.57490789868488,41.78062149502044],[-72.57356689822635,41.78024749499105],[-72.57329989813648,41.78019849499012],[-72.57295889802297,41.78015749499312],[-72.57259989790423,41.780127494998816],[-72.5719848977008,41.780076495008636],[-72.57181389764477,41.78007149501313],[-72.57176789762966,41.78006949501422],[-72.57162989758446,41.780065495017865],[-72.57158489756972,41.780064495019104],[-72.57153689755395,41.78006249502025],[-72.57139589750774,41.78005849502399],[-72.57134889749238,41.780057495025304],[-72.57123289745411,41.78004949502747],[-72.5710888974066,41.78003949503015],[-72.57088789734122,41.780042495037165],[-72.5707728973039,41.78004549504141],[-72.57061289725162,41.780043495046144],[-72.57013489709556,41.78003949506068],[-72.56997589704368,41.78003849506555],[-72.5698428970002,41.780036495069425],[-72.56952789689726,41.78003249507872],[-72.56944689687082,41.78003149508111],[-72.56931489682776,41.780031495085346],[-72.56921489679512,41.78003049508835],[-72.56891789669828,41.78003049509785],[-72.56884089667318,41.78003049510031],[-72.56881889666589,41.78002849510062],[-72.56829489649472,41.780022495116235],[-72.56799689639796,41.78002949512712],[-72.56758889626803,41.7800834951506],[-72.56696289606695,41.78013649518088],[-72.56688889604317,41.78014249518441],[-72.56681389601911,41.780149495188155],[-72.56672989599213,41.780156495192195],[-72.56664589596521,41.78016449519641],[-72.56605489577538,41.780214495224996],[-72.56429189521373,41.78044449532582],[-72.5628638947606,41.780662495413644],[-72.56252489465298,41.78071349543432],[-72.56190689445395,41.780756495462384],[-72.56166889437738,41.78077449547349],[-72.56139589428832,41.780773495482],[-72.56090189412448,41.780724495488336],[-72.5604948939864,41.7806304954832],[-72.5600798938446,41.78051649547443],[-72.55982389375718,41.780447495469275],[-72.5595108936458,41.780283495447584],[-72.55902189347756,41.780129495433464],[-72.55868889336243,41.78001449542188],[-72.55788489308364,41.779722495391155],[-72.55763889299739,41.779616495378534],[-72.55771289301701,41.77953749536089],[-72.55793389307114,41.77922349529315],[-72.55774589298478,41.77878449521429],[-72.55765089294269,41.77858949517964],[-72.55736489282748,41.77820449511437],[-72.55693489265985,41.77772349503515],[-72.55644089247049,41.77722749495507],[-72.55632389242516,41.777101494934456],[-72.55614789235632,41.77690049490121],[-72.55599189228404,41.77652549483373],[-72.55593289225226,41.77630549479311],[-72.5558768922117,41.77591449471931],[-72.55587789217745,41.77530849460213],[-72.55598289215386,41.77429449440277],[-72.55599189215205,41.77421149438645],[-72.55597489213903,41.77408049436164],[-72.55593189210603,41.77374749429866],[-72.55588189207639,41.77351349425502],[-72.55581689205383,41.77348949425246],[-72.5557268920226,41.773456494248954],[-72.55562289198548,41.77340049424145],[-72.55587489206326,41.7733234942185],[-72.55591589207594,41.77331149421488],[-72.55646689224257,41.773083494153205],[-72.55660789228489,41.773019494136314],[-72.55684889235725,41.77291049410754],[-72.55692789238095,41.77287449409806],[-72.55738789251129,41.77253049401685],[-72.557460892532,41.772476494004096],[-72.55815089272959,41.77199649388924],[-72.55908089300469,41.771504493764404],[-72.55935689308642,41.771359493727545],[-72.55962989316298,41.771141493676666],[-72.55967889317523,41.77107649366255],[-72.55973789318838,41.77096949363996],[-72.55984789320924,41.77070649358561],[-72.55985889321059,41.77066749357771],[-72.5598648932114,41.770647493573655],[-72.5599418932181,41.77032449350875],[-72.55997589320151,41.7698394934139],[-72.55995289317319,41.76947449334409],[-72.5599088931503,41.769324493316496],[-72.55986589312442,41.76911649327765],[-72.55986089312215,41.769105493275674],[-72.55966389302999,41.76861549318725],[-72.55964589302161,41.76857149317933],[-72.55964089301919,41.76855749317677],[-72.55957789298866,41.768382493144955],[-72.55955689297852,41.768324493134415],[-72.55948389294343,41.76812649309847],[-72.55946989293656,41.768086493091175],[-72.55928589286223,41.76783449304833],[-72.55919789282805,41.76773849303259],[-72.55907789278398,41.767651493019606],[-72.55902289276382,41.767612493013836],[-72.55891289272277,41.76752149299975],[-72.55856589259744,41.76730749296947],[-72.55848589256912,41.76726849296449],[-72.55795989238341,41.76701849293296],[-72.5572188921276,41.76676849290829],[-72.55709889208676,41.766738492906335],[-72.5566178919233,41.76662149289909],[-72.5566298919227,41.76654249288344],[-72.55661789191554,41.766485492872796],[-72.55657889189906,41.76641949286128],[-72.55641889183731,41.766251492833916],[-72.55549889148199,41.765279492675376],[-72.5552798913974,41.76504849263772],[-72.55518589136192,41.76496349262429],[-72.55500989129486,41.764793492597036],[-72.55482389122396,41.76461349256816],[-72.55462389114695,41.764406492534555],[-72.55449589109764,41.76427349251291],[-72.55432689103259,41.76409849248447],[-72.55413489095972,41.7639184924558],[-72.55381089083684,41.76361549240757],[-72.5535488907387,41.76339249237282],[-72.55334989066421,41.763223492346505],[-72.55339689067856,41.763206492341716],[-72.55339989067947,41.76320549234143],[-72.55344489069346,41.76319349233767],[-72.55353889072057,41.76313149232268],[-72.55358389073359,41.76310249231563],[-72.55333489064232,41.76292549228936],[-72.5533128906282,41.762803492266485],[-72.55331389062817,41.76279749226528],[-72.55335689063017,41.76258649222311],[-72.55339389063187,41.76240449218673],[-72.55337189061547,41.76224249215612],[-72.55332689059532,41.76214649213899],[-72.55334289059591,41.762065492122815],[-72.55342289061157,41.761882492084865],[-72.55337189058976,41.7617914920689],[-72.55317189051613,41.76164349204668],[-72.55293189042786,41.761467492020316],[-72.552880890404,41.76134049199737],[-72.55257289028906,41.761085491957914],[-72.55233789020475,41.76095049193931],[-72.55216089014394,41.76089549193433],[-72.55196489007655,41.76083449192879],[-72.55157688994625,41.760767491928235],[-72.55128988984774,41.760680491920574],[-72.55062388961439,41.760395491886754],[-72.5501168894339,41.760128491851304],[-72.54980988932829,41.76003149184235],[-72.54976288931218,41.76001749184115],[-72.54944288920255,41.75992449183337],[-72.54903988906274,41.75977649181763],[-72.5489618890344,41.75972549181027],[-72.54886988901097,41.75984049183543],[-72.54859588894142,41.760187491911296],[-72.54850488891836,41.76030349193665],[-72.54835188886632,41.76026549193417],[-72.54807388877428,41.76024049193821],[-72.54788688871257,41.760227491941684],[-72.54778288867827,41.760220491943656],[-72.54749388858023,41.76015349193993],[-72.54728788850848,41.76007249193084],[-72.5470938884389,41.759961491915575],[-72.54702288841165,41.75988949190392],[-72.54686588835507,41.75979449189056],[-72.54662188827164,41.75972649188521],[-72.54614288811008,41.759631491882125],[-72.54581988800119,41.75956849188025],[-72.54553088790402,41.759516491879424],[-72.54532888783744,41.759503491883365],[-72.54499688772813,41.7594844918903],[-72.54472588764115,41.7595084919036],[-72.54452588757702,41.75952749191365],[-72.54440388753783,41.75953749191948],[-72.54431088750802,41.75954649192419],[-72.5436658873011,41.7596054919562],[-72.54345188723246,41.759625491966894],[-72.54316988714197,41.75965049198075],[-72.54232588687121,41.75972749202258],[-72.5420448867811,41.75975349203657],[-72.54204188676513,41.759490491985815],[-72.54203588673299,41.75896049188352],[-72.54202388671452,41.758704491834386],[-72.54201188669568,41.758442491784116],[-72.54194588665781,41.75815549173071],[-72.54174888654455,41.75729449157048],[-72.54168388650707,41.75700849151725],[-72.54162188647217,41.75675049146932],[-72.54150088640358,41.756238491374155],[-72.54143488636737,41.755980491326355],[-72.54137088633193,41.75572449127889],[-72.54125688626932,41.755277491196075],[-72.5410508861557,41.754461491044836],[-72.54089888607655,41.7539414909491],[-72.54077088600964,41.7534994908677],[-72.54045388583833,41.752305490646876],[-72.54009988565264,41.751070490419295],[-72.54007888564254,41.75101349040894],[-72.54001188562115,41.75102149041263],[-72.5398828855791,41.751021490416754],[-72.53980488555403,41.75102749042039],[-72.53964188550192,41.75104549042907],[-72.53956488547749,41.751057490433844],[-72.53948088545097,41.751072490439434],[-72.53938988542194,41.75108349044447],[-72.53929988539333,41.75109649044985],[-72.53911588533539,41.751132490462695],[-72.53901788530436,41.75114849046892],[-72.53891288527105,41.75116449047536],[-72.53880388523626,41.751177490481346],[-72.53870288520368,41.751183490485744],[-72.53851988514532,41.75120649049604],[-72.53820388504454,41.75124549051366],[-72.53795388496481,41.75127649052764],[-72.5378008849162,41.75129849053678],[-72.53766388487199,41.751306490542696],[-72.53739688478649,41.75133349055645],[-72.53726388474388,41.75134649056319],[-72.53712988470109,41.751362490570585],[-72.53699788465931,41.75138449057905],[-72.53686788461809,41.75140449058706],[-72.53673888457695,41.75142049059426],[-72.53660288453318,41.75143049060054],[-72.53633688444684,41.75143749061038],[-72.53620788440492,41.75143949061489],[-72.53607188436041,41.751436490618644],[-72.53594288431898,41.751447490624905],[-72.5358148842779,41.75145849063112],[-72.53570188424162,41.751468490636654],[-72.53537288413443,41.75146949064735],[-72.53527988410349,41.75145849064818],[-72.53517588406838,41.75143749064743],[-72.53503288403975,41.75175349071314],[-72.53494188401778,41.751888490742154],[-72.53474588396124,41.752017490773355],[-72.53445088387166,41.75213349080521],[-72.53387488369032,41.75224649084545],[-72.53366688362485,41.75228749086003],[-72.53279288334772,41.75242449091441],[-72.53150588293558,41.75255449098062],[-72.53021288251873,41.75263649103775],[-72.52905488214608,41.75272149109113],[-72.5289588821154,41.752732491096324],[-72.52855088198513,41.75278049111862],[-72.52840388193908,41.7528134911297],[-72.5282868819044,41.75287449114522],[-72.52820588188045,41.75291749115614],[-72.52803788183496,41.753080491193025],[-72.52797588181929,41.75316049121049],[-72.52795688181692,41.75322749122407],[-72.52797988185041,41.753684491311695],[-72.52798288185491,41.75374649132361],[-72.52799188186837,41.7539314913591],[-72.52799488187294,41.75399449137119],[-72.52785388182828,41.75401749138014],[-72.52776688180494,41.75410549139994],[-72.5276858817833,41.754189491418764],[-72.52767988179136,41.754365491453],[-72.52770788181921,41.75469449151575],[-72.52773288183728,41.75486849154861],[-72.52777088186467,41.75513249159845],[-72.52755488179119,41.755078491594894],[-72.52690988157187,41.75491949158474],[-72.52669488149876,41.75486649158133],[-72.52666688147808,41.75466349154296],[-72.52658388141649,41.75405649142821],[-72.52655688139619,41.75385449138998],[-72.52653888137849,41.75364649135033],[-72.52651988135977,41.75342649130839],[-72.52644388132049,41.753171491261476],[-72.52642988131039,41.75307449124316],[-72.52641088130217,41.7530384912368],[-72.52635488127764,41.75292849121732],[-72.5262878812529,41.75287749120958],[-72.5262318812322,41.75283449120306],[-72.52612588119555,41.75279749119928],[-72.52605488117183,41.752787491199605],[-72.52593488113116,41.752760491198224],[-72.525508880991,41.75273749120735],[-72.52493688080537,41.75275249122852],[-72.52484988077718,41.75275549123186],[-72.52435888062035,41.75281249125856],[-72.52328788028014,41.75296949132309],[-72.52288488015466,41.75307349135605],[-72.52259988006779,41.75317949138564],[-72.52251888004228,41.75319549139133],[-72.52228387997256,41.753316491422225],[-72.52207887991779,41.75352849146977],[-72.52146287976282,41.75433449164533],[-72.52140187974639,41.75439549165908],[-72.52097187963113,41.754833491757516],[-72.52049487949729,41.755214491846424],[-72.52036287945847,41.755288491864945],[-72.52028587941858,41.75502849181709],[-72.52005687929962,41.75424949167373],[-72.51998987926486,41.75402249163196],[-72.51998087926009,41.75399049162605],[-72.5199678792534,41.75394749161815],[-72.51975487914284,41.75322449148509],[-72.51964387908511,41.75284549141533],[-72.51904187878053,41.75094049106601],[-72.51880187865905,41.75018049092663],[-72.51879087865404,41.75015549092215],[-72.5187598786398,41.750082490909016],[-72.51874987863518,41.7500584909047],[-72.51874487863263,41.75004249090175],[-72.51873087862552,41.74999749089348],[-72.51872687862337,41.74998249089072],[-72.5186238785705,41.74964349082843],[-72.51831487841194,41.74862649064152],[-72.51821287835946,41.748288490579384],[-72.51815787833115,41.74810549054575],[-72.51792487822334,41.74754549044483],[-72.51769487811674,41.7469894903446],[-72.51762987808586,41.74681849031358],[-72.51740087797657,41.746209490203064],[-72.51733887794641,41.74603449017119],[-72.51728087791415,41.74579949012755],[-72.51729687790345,41.74551949007287],[-72.5173318779036,41.74532149003345],[-72.5173478779063,41.745277490024435],[-72.51747987793007,41.744938489954635],[-72.517565877934,41.74451448986986],[-72.5175488779076,41.74414748979938],[-72.5175398778921,41.743926489756916],[-72.51742387781883,41.74330248963988],[-72.5173888777937,41.74306148959436],[-72.51733687775621,41.74269948952598],[-72.51730087773059,41.7424554894799],[-72.51719587765488,41.741725489342],[-72.51716087762965,41.7414824892961],[-72.51715787762765,41.74146448929272],[-72.51709687759127,41.74117448923853],[-72.51701987754527,41.74080648916978],[-72.51702887752616,41.74041848909443],[-72.51702587751721,41.74027848906742],[-72.51703387751768,41.74024048905981],[-72.5170608775204,41.74013348903824],[-72.51713287753306,41.73994348899919],[-72.51752387766375,41.74000048899775],[-72.51769287771981,41.74001748899566],[-72.51790687779042,41.74003248899173],[-72.51800687782297,41.74003148898835],[-72.51813687786529,41.740030488984004],[-72.51838687794098,41.73992848895631],[-72.5188448780784,41.73971948890127],[-72.519664878332,41.73947848882848],[-72.51968187833748,41.739477488827745],[-72.52054187861236,41.73938148878177],[-72.52141687889208,41.73928448873508],[-72.52179387901259,41.73924248871495],[-72.52292487937403,41.739115488654306],[-72.52330287949492,41.73907448863431],[-72.52391687969097,41.73900248860081],[-72.52576188028033,41.73879048850095],[-72.52637688047676,41.73871948846761],[-72.52655488053358,41.738698488457864],[-72.52709088070476,41.73863648842876],[-72.5272358807511,41.73862048842104],[-72.52726988076203,41.73861748841937],[-72.52819488106036,41.73856148837904],[-72.53097288195654,41.73839748825871],[-72.5318988822553,41.73834348821871],[-72.53279688254091,41.73821848816587],[-72.53549288339856,41.737847488008086],[-72.5363918836846,41.737724487955596],[-72.53895988450331,41.73740248781135],[-72.54173988538963,41.73705448765529],[-72.54666588696007,41.736437487378694],[-72.54923488777912,41.73611648723459],[-72.55291988896006,41.73576348704862],[-72.55534988973876,41.73553048692593],[-72.55673489018264,41.73539848685617],[-72.55695489025321,41.73537848684527],[-72.56397789250386,41.734707486491104],[-72.5676648936854,41.73435548630521],[-72.56837789391152,41.73424548626115],[-72.57051989459084,41.73391648612904],[-72.57123389481733,41.73380748608512],[-72.57132789487501,41.734282486174045],[-72.57133689488023,41.73432248618149],[-72.57134589488548,41.734363486189125],[-72.57134789488661,41.734371486190604],[-72.57168689508195,41.73586148646808],[-72.57180389514936,41.7363754865638],[-72.57206089531914,41.73788548684773],[-72.5728318958287,41.74241848770005],[-72.57308889599858,41.74392948798414],[-72.57430389674407,41.75006048913122],[-72.57431789675267,41.750131489144486],[-72.57465589698239,41.75222848953927],[-72.57463389699215,41.752525489597396],[-72.57561589756473,41.75695249042214],[-72.57562589757477,41.75707149044482],[-72.5758068976964,41.75816949065137],[-72.57634989806142,41.76146549127131],[-72.57653089818314,41.76256449147802],[-72.57664289825827,41.76324149160532],[-72.57698089848441,41.765273491987394],[-72.57709389855995,41.76595149211485],[-72.57836089939838,41.773403493514884],[-72.57838289941256,41.77352649353795],[-72.5784498994557,41.7738994936079],[-72.57847289947028,41.77402349363115],[-72.57862289955504,41.77465149374772],[-72.57878889964897,41.775348493877125],[-72.57912389983846,41.77675449413815],[-72.57956990011694,41.77908449457419],[-72.57961390014655,41.77935149462441],[-72.57981490028126,41.780562494852006],[-72.57982590028865,41.7806294948646],[-72.57983690029607,41.780696494877205]]]},"properties":{"name":5151.02,"geoid":"09003515102"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.50445387480299,41.76463249417944],[-72.50431687476015,41.76466449419],[-72.50405287467629,41.764703494205946],[-72.5040038746606,41.76470849420848],[-72.50363787454343,41.7647464942275],[-72.50308587436332,41.76474449424471],[-72.50263487421587,41.764737494257716],[-72.5021788740668,41.76473049427091],[-72.50134987379893,41.76477349430564],[-72.50015487341194,41.764820494352826],[-72.4995328732101,41.76483749437593],[-72.49868787293605,41.76486349440788],[-72.4960818720911,41.76494749450717],[-72.49369987131853,41.765020494597195],[-72.49276187101354,41.76503549462998],[-72.49257587095471,41.76506749464208],[-72.49201487078359,41.76527549470019],[-72.49074687040066,41.76581249484445],[-72.49018087022837,41.76602849490424],[-72.48924386993761,41.766288494984366],[-72.4886198697418,41.76642349503036],[-72.4878208694874,41.7665314950767],[-72.4872048692955,41.76668949512687],[-72.48680286917339,41.76684749517024],[-72.48657486910513,41.766954495198185],[-72.48598486892536,41.76717649525992],[-72.48551886878691,41.767414495320786],[-72.48490686860389,41.76770549539655],[-72.48410586836185,41.76804249548723],[-72.48355486819045,41.768188495533025],[-72.48302086802052,41.76826249556435],[-72.4826988679158,41.768267495575564],[-72.48246786784043,41.768266495582715],[-72.4822368677651,41.76826649559008],[-72.48183686763113,41.76820449559082],[-72.48178286761289,41.76819349559041],[-72.48155786753702,41.76814949558907],[-72.4813308674609,41.76811249558916],[-72.48122086742406,41.76809549558936],[-72.48099786734942,41.76806149558988],[-72.48074786726555,41.76802049558992],[-72.4803878671444,41.76795449558861],[-72.4802138670858,41.76792149558778],[-72.4798798669734,41.76786049558661],[-72.47970486691491,41.76783549558736],[-72.47917986673957,41.767762495589956],[-72.47900486668114,41.767738495590876],[-72.4789278666554,41.76772749559121],[-72.47833586645986,41.767683495601545],[-72.47824186642931,41.76768549560492],[-72.47729686612286,41.767715495640815],[-72.47655486588832,41.767846495689774],[-72.47598586571044,41.767981495734],[-72.47597586570735,41.767984495734886],[-72.47552986556998,41.768126495776556],[-72.47525186548515,41.76822949580533],[-72.47472886532938,41.76848949587226],[-72.47445986524932,41.768624495906934],[-72.47318686487344,41.76931549608108],[-72.47301586482301,41.76940949610469],[-72.47267186472111,41.769590496150656],[-72.47194586450638,41.769978496248804],[-72.47189086449015,41.77000849625637],[-72.47105686423377,41.770283496336084],[-72.47029886399523,41.77043549638962],[-72.46955586375621,41.77049349642448],[-72.46954586375296,41.770493496424805],[-72.4690738635997,41.770505496442134],[-72.46872486348464,41.77048349644899],[-72.46858386339851,41.76977649631675],[-72.46839886328439,41.768829496139496],[-72.46816486314104,41.767648495918536],[-72.46806586307996,41.76714149582362],[-72.46802586305539,41.76693849578563],[-72.46786486295662,41.76612349563313],[-72.46738186266036,41.76367949517577],[-72.46722986256692,41.762906495031096],[-72.46722686256474,41.76288549502714],[-72.46722286256224,41.7628644950232],[-72.46679786227797,41.76029749454017],[-72.46552486142592,41.75259649309081],[-72.46512986116154,41.750206492640935],[-72.46509086113903,41.75003349260871],[-72.46500386109902,41.74982849257181],[-72.46475286098247,41.749216492461365],[-72.46466986094394,41.749014492424934],[-72.4647268609602,41.748973492415175],[-72.46474586096248,41.74890449240122],[-72.4647488609581,41.74880949238275],[-72.46474286095267,41.74874849237112],[-72.46473186094529,41.74868149235852],[-72.46472486093907,41.748612492345394],[-72.46470186092303,41.7484614923169],[-72.46468186091185,41.74837949230167],[-72.46467086090374,41.74829949228653],[-72.46465086089239,41.74821449227072],[-72.46462686087884,41.74811349225194],[-72.4646018608645,41.74800449223165],[-72.46458686085309,41.747889492209865],[-72.46457086084199,41.74778549219025],[-72.46454986082792,41.74765849216635],[-72.46452786081406,41.7475404921442],[-72.46447686078342,41.74729349209804],[-72.46441586074948,41.74704549205198],[-72.46439886073651,41.74691449202718],[-72.46437686071963,41.74674349199479],[-72.46389986049816,41.7455804917849],[-72.4726288632925,41.74466749133057],[-72.47422786380437,41.74450049124739],[-72.47720686475861,41.74420049109454],[-72.4781128650489,41.7441104910483],[-72.4803348657607,41.74388749093444],[-72.48614386762151,41.74330449063673],[-72.48912386857614,41.7430064904842],[-72.49003186886723,41.74291949043845],[-72.4904008689855,41.74288349041974],[-72.49145486932332,41.74278149036645],[-72.49426687022473,41.74251149022464],[-72.49688387106366,41.74226049009275],[-72.49735987121623,41.74221449006867],[-72.4984488715653,41.74210949001368],[-72.50078087231282,41.74188548989604],[-72.50076187229448,41.741671489855236],[-72.50086487232133,41.74155348982912],[-72.5012898724558,41.741481489801664],[-72.50182987262804,41.74141448977149],[-72.50188287264497,41.74140848976866],[-72.50249587284209,41.741360489739826],[-72.50330987309921,41.741215489685835],[-72.504725873561,41.741218489641305],[-72.50565187386383,41.74123548961509],[-72.50585687392969,41.74121848960527],[-72.50597187396667,41.74120948959986],[-72.50632587407758,41.741130489573294],[-72.507169874348,41.74104748953035],[-72.50719187435494,41.74104348952887],[-72.50780887455014,41.74093848948888],[-72.50941687505899,41.74066848938541],[-72.50965887513446,41.74060848936609],[-72.50981887518446,41.74057048935363],[-72.51027787533069,41.74051048932739],[-72.51076887548705,41.74044548929917],[-72.51105187557765,41.74041648928453],[-72.51240087600964,41.74027948921504],[-72.51338487632715,41.74022248917263],[-72.51349387636235,41.740216489168],[-72.51395187650851,41.74016148914278],[-72.514158876574,41.7401264891294],[-72.51452987669143,41.74006448910558],[-72.51475087676147,41.74002948909176],[-72.51571587706758,41.73988048903216],[-72.5162568772412,41.73983248900563],[-72.51653887733443,41.7398554890011],[-72.51680987742408,41.7398784889969],[-72.51713287753306,41.73994348899919],[-72.5170608775204,41.74013348903824],[-72.51703387751768,41.74024048905981],[-72.51702587751721,41.74027848906742],[-72.51702887752616,41.74041848909443],[-72.51701987754527,41.74080648916978],[-72.51709687759127,41.74117448923853],[-72.51715787762765,41.74146448929272],[-72.51716087762965,41.7414824892961],[-72.51719587765488,41.741725489342],[-72.51730087773059,41.7424554894799],[-72.51733687775621,41.74269948952598],[-72.5173888777937,41.74306148959436],[-72.51742387781883,41.74330248963988],[-72.5175398778921,41.743926489756916],[-72.5175488779076,41.74414748979938],[-72.517565877934,41.74451448986986],[-72.51747987793007,41.744938489954635],[-72.5173478779063,41.745277490024435],[-72.5173318779036,41.74532149003345],[-72.51729687790345,41.74551949007287],[-72.51728087791415,41.74579949012755],[-72.51733887794641,41.74603449017119],[-72.51740087797657,41.746209490203064],[-72.51762987808586,41.74681849031358],[-72.51769487811674,41.7469894903446],[-72.51792487822334,41.74754549044483],[-72.51815787833115,41.74810549054575],[-72.51821287835946,41.748288490579384],[-72.51831487841194,41.74862649064152],[-72.5186238785705,41.74964349082843],[-72.51872687862337,41.74998249089072],[-72.51873087862552,41.74999749089348],[-72.51874487863263,41.75004249090175],[-72.51874987863518,41.7500584909047],[-72.5187598786398,41.750082490909016],[-72.51879087865404,41.75015549092215],[-72.51880187865905,41.75018049092663],[-72.51904187878053,41.75094049106601],[-72.51964387908511,41.75284549141533],[-72.51975487914284,41.75322449148509],[-72.5199678792534,41.75394749161815],[-72.51998087926009,41.75399049162605],[-72.51998987926486,41.75402249163196],[-72.52005687929962,41.75424949167373],[-72.52028587941858,41.75502849181709],[-72.52036287945847,41.755288491864945],[-72.52038787947163,41.75537649188116],[-72.52046287951127,41.75564349193042],[-72.5204878795245,41.755732491946844],[-72.52053587955326,41.755963491989995],[-72.52053787955448,41.75597349199187],[-72.52062887962364,41.7566674921232],[-72.5206598796471,41.75690249216765],[-72.520675879657,41.75698449218301],[-72.52072387968674,41.757232492229456],[-72.52074087969703,41.75731549224496],[-72.52075087970363,41.75737449225604],[-72.52078287972431,41.75755449228985],[-72.52079387973131,41.7576144923011],[-72.5208388797557,41.75778549233274],[-72.52097687983006,41.75830149242814],[-72.52102287985484,41.75847349245993],[-72.5210458798711,41.758627492489],[-72.52106387988357,41.75874349251084],[-72.52108087990054,41.75894449254919],[-72.5210758799075,41.759095492578545],[-72.52107187991513,41.75925249260905],[-72.52107387992938,41.759491492655194],[-72.52107087993102,41.759537492664194],[-72.52102687996545,41.760394492831324],[-72.52101287997715,41.7606804928871],[-72.52098187997888,41.76088849292832],[-72.52089187998521,41.76151549305244],[-72.52085987998686,41.76172749309447],[-72.5208458799878,41.76182449311367],[-72.5207458799895,41.76242749323349],[-72.52068987999014,41.76275949329947],[-72.52060687999541,41.763327493411964],[-72.52059887999565,41.76337749342189],[-72.52057687999712,41.76352949345198],[-72.52056987999774,41.76358049346207],[-72.5205388799991,41.76378149350193],[-72.52053287999941,41.76382149350986],[-72.52051088000447,41.76403649355215],[-72.52045988000782,41.76438749362163],[-72.52043188001018,41.764589493661596],[-72.51989687983803,41.7646294936864],[-72.51829487932265,41.7647514937611],[-72.51790587919753,41.7647814937793],[-72.5177618791512,41.764792493786025],[-72.51730787900507,41.76482549380688],[-72.51706587892724,41.76484449381827],[-72.5167428788205,41.764819493823744],[-72.51618587863206,41.76469949381831],[-72.5159648785571,41.764648493815486],[-72.51552287840731,41.764548493810246],[-72.51508087825613,41.76442449380036],[-72.5137548778028,41.7640554937713],[-72.51331387765208,41.763933493761776],[-72.51305687756464,41.76386949375758],[-72.51228587730239,41.763678493745246],[-72.51202987721534,41.76361549374121],[-72.51179487713532,41.7635554937371],[-72.5113878769998,41.76350649374061],[-72.511286876967,41.76350849374421],[-72.51100087687428,41.76351749375507],[-72.51054387672805,41.76356649377912],[-72.50904887625367,41.76379649387127],[-72.5089788762315,41.763807493875625],[-72.50856287609903,41.76386349389973],[-72.50830387601657,41.76389849391475],[-72.50820587598542,41.76391249392058],[-72.50791487589298,41.76395549393817],[-72.50781887586254,41.76397049394413],[-72.50779887585612,41.76397249394516],[-72.50773987583734,41.76398049394859],[-72.50772087583138,41.76398449394997],[-72.5073978757285,41.764027493968584],[-72.50683087554795,41.764103494001354],[-72.50643087542055,41.76415649402437],[-72.50610887531806,41.76420049404313],[-72.50577587521404,41.76428049406921],[-72.50539687509574,41.76437349409929],[-72.5047858749067,41.764552494153385],[-72.50477987490491,41.76455549415416],[-72.50445387480299,41.76463249417944]]]},"properties":{"name":5152,"geoid":"09003515200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.5090818779651,41.79367149964561],[-72.50878087784912,41.79335849959473],[-72.50787887750145,41.79241949944205],[-72.50757887738584,41.79210749939133],[-72.50731387728557,41.79186449935282],[-72.50651887698477,41.791135499237306],[-72.50636087692504,41.790991499214506],[-72.50626887688867,41.790879499195796],[-72.50622087686976,41.790822499186305],[-72.50612087683025,41.79070149916612],[-72.50609687681907,41.790642499155474],[-72.50606887680614,41.79057549914342],[-72.50599187677297,41.790434499118625],[-72.50576287667431,41.790013499044576],[-72.50568687664155,41.78987349901993],[-72.50567487663217,41.789777499001765],[-72.50563987660448,41.78949149894762],[-72.50562887659548,41.7893964989296],[-72.50560987658034,41.78923949889987],[-72.5056408765773,41.78900849885424],[-72.50568887657319,41.788661498785636],[-72.50572687655767,41.78817149868972],[-72.50574587654502,41.787840498625144],[-72.5057608765363,41.78760149857847],[-72.50575587652607,41.78745049854944],[-72.50574487651264,41.78727749851635],[-72.50571187647232,41.78675849841709],[-72.50571187647226,41.7867574984169],[-72.50572887646807,41.7865864983833],[-72.50573487646695,41.78653249837268],[-72.50575387646408,41.78637349834134],[-72.50576087646336,41.78632049833087],[-72.50579287645847,41.78605149827786],[-72.50585387644952,41.78554449817792],[-72.50586687643673,41.785245498119714],[-72.50587987642564,41.78497649806731],[-72.50582587636909,41.78429249793681],[-72.50578687628821,41.78309549770667],[-72.50569087621211,41.782308497557615],[-72.50568487620731,41.782258497548135],[-72.50562487613445,41.78132249736912],[-72.50573587614231,41.780824497269315],[-72.50581187614398,41.7804184971884],[-72.50590587615312,41.78004049711233],[-72.50592387615391,41.779951497094544],[-72.50594887615758,41.779872497078486],[-72.50597187616104,41.77980149706402],[-72.50599287615815,41.7796304970303],[-72.50600387615712,41.779549497014294],[-72.50600187614987,41.77943349699193],[-72.50599887612925,41.779088496925326],[-72.50599787612238,41.778973496903134],[-72.5067048763292,41.778556496799965],[-72.50688487638249,41.77846149677586],[-72.50708387644202,41.77836749675133],[-72.50768487662418,41.778124496685194],[-72.50802387672876,41.778019496654096],[-72.508213876789,41.77798949664223],[-72.50864687692643,41.77792349661565],[-72.50885487699348,41.77790949660631],[-72.5109628776676,41.77767649649404],[-72.51121287774724,41.777643496479676],[-72.511964877987,41.777547496437144],[-72.51210887803286,41.77752849642888],[-72.51221587806702,41.77751549642294],[-72.51234387810797,41.77750149641616],[-72.51272987823161,41.77746249639631],[-72.51285887827294,41.77744949638968],[-72.51296087830539,41.7774354963837],[-72.51326987840388,41.77739549636613],[-72.51337287843673,41.77738249636031],[-72.51351387848163,41.77736349635216],[-72.5139378786167,41.7773074963278],[-72.51407987866199,41.77728949631978],[-72.51418687869612,41.77727649631387],[-72.51451087879968,41.77723949629639],[-72.51461887883421,41.77722749629061],[-72.51485887891036,41.77719049627581],[-72.51557887913893,41.77708149623176],[-72.51581987921546,41.77704549621712],[-72.51604287928636,41.77701349620381],[-72.51671487950024,41.77692149616459],[-72.51693887957153,41.776890496151445],[-72.51714487963693,41.77685949613887],[-72.51776587983424,41.77676849610147],[-72.51797287990003,41.77673849608907],[-72.51822087997812,41.776689496071675],[-72.51896588021283,41.77654549602007],[-72.51921488029129,41.77649749600285],[-72.51926588031554,41.776631496027136],[-72.51929588033286,41.77676349605169],[-72.51930588033851,41.7768054960595],[-72.51937888037695,41.77706249610684],[-72.51953888045776,41.77756549619898],[-72.51958688048202,41.77771649622663],[-72.5196158804982,41.77783449624851],[-72.51958588049608,41.77796949627558],[-72.51956388049125,41.77801049628421],[-72.51952088048219,41.77809749630241],[-72.5193008804334,41.778500496387316],[-72.51921288041399,41.77866349642164],[-72.51917188040387,41.77872049643396],[-72.51914288039681,41.778762496443015],[-72.5190968803904,41.77891349647366],[-72.51907788038808,41.778981496487425],[-72.519061880386,41.77903649649856],[-72.5190728804007,41.77923149653591],[-72.51907388040193,41.77924749653897],[-72.51917488047673,41.77998249667783],[-72.51920988050244,41.78023349672523],[-72.51922688051437,41.78034549674634],[-72.51927788055015,41.78068149680966],[-72.51929488056211,41.780794496830964],[-72.51929988056592,41.78083249683813],[-72.51931788057838,41.78094849686001],[-72.51932388058256,41.78098749686735],[-72.51935088060321,41.781195496906676],[-72.51943488066625,41.78182149702501],[-72.5194628806873,41.78203049706451],[-72.51950288071937,41.78236449712781],[-72.51962388081603,41.78336849731799],[-72.51966488084847,41.783703497381445],[-72.51969988087117,41.78390149741859],[-72.51980788094036,41.784497497530346],[-72.51984388096342,41.78469649756766],[-72.51990488099841,41.78496149761693],[-72.52009088110452,41.78575949776524],[-72.52015288113991,41.786025497814684],[-72.5201988811658,41.78621649785011],[-72.52033788124395,41.786792497957],[-72.52038488127022,41.786984497992606],[-72.52042388129381,41.78717549802828],[-72.52054188136505,41.78775049813565],[-72.52058188138903,41.78794249817148],[-72.52081988152587,41.78898149836467],[-72.5211578817197,41.79044849863738],[-72.52149088191722,41.792008498928226],[-72.52149388192389,41.79210849894746],[-72.52150188193723,41.792296498983525],[-72.52141088192454,41.792594499044014],[-72.52137888192064,41.79270949906726],[-72.52132088191024,41.792858499097896],[-72.52130888192272,41.79314649915394],[-72.52134388194452,41.793328499188],[-72.52137888196755,41.793532499226295],[-72.52148388203682,41.79414649934158],[-72.52151888205991,41.79435149938008],[-72.52079588182777,41.79441549941553],[-72.51862988113245,41.79460949952217],[-72.51832188103361,41.79463749953741],[-72.51790788090035,41.794668499556614],[-72.51765288081714,41.79466749956457],[-72.51762988080964,41.79466749956529],[-72.51734688071787,41.79467649957607],[-72.51688988056847,41.794670499589486],[-72.51663588048551,41.794668499597215],[-72.51636188039593,41.79466449960518],[-72.51554288012814,41.79465249962901],[-72.51526988003894,41.79464949963714],[-72.51344087944491,41.794692499703835],[-72.51322887937462,41.79467249970672],[-72.51291687927122,41.794643499711086],[-72.51240587909778,41.79452449970441],[-72.51211287899801,41.794450499699444],[-72.5112348786992,41.794231499685125],[-72.51094287859979,41.79415849968035],[-72.51056987847274,41.79406349967388],[-72.50945087809163,41.79377949965472],[-72.50930087804053,41.79374149965216],[-72.5090818779651,41.79367149964561]]]},"properties":{"name":5143,"geoid":"09003514300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.01271204108959,41.777125480190016],[-73.01260704105522,41.77712248019288],[-73.01222304092734,41.77707248019578],[-73.0121500409029,41.77706048019585],[-73.01202404086067,41.77703948019591],[-73.01156804070848,41.77697448019826],[-73.01078404044598,41.77684848019956],[-73.0103310402944,41.776777480200664],[-73.01001504018878,41.77672948020172],[-73.00955104003367,41.77665948020338],[-73.00921903992433,41.77663748020996],[-73.00906203987262,41.77662648021296],[-73.00874403976796,41.7766064802195],[-73.00854303970242,41.77660448022568],[-73.00816903958257,41.77663648024406],[-73.00786603948706,41.77668948026418],[-73.00624703897698,41.77697848037284],[-73.00570103880582,41.77709048041226],[-73.00525803866584,41.777162480440616],[-73.00438603839044,41.77730648049687],[-73.0036700381594,41.777340480526824],[-73.00302103794834,41.777343480548595],[-73.00229103770883,41.77731048056607],[-73.00222403768645,41.777300480566325],[-73.00208303763947,41.77728148056725],[-73.0011990373447,41.77716048057277],[-73.00010603697895,41.77698848057528],[-72.99967403683445,41.77692148057646],[-72.99923003668687,41.77686848058071],[-72.99860603648068,41.776815480590855],[-72.99815603633404,41.77681248060498],[-72.9974740361168,41.77689348064286],[-72.9969100359421,41.7770454806906],[-72.99602203567248,41.777378480783845],[-72.99586203562373,41.77743548080006],[-72.99382703500416,41.778169481008106],[-72.99365903495303,41.778230481025375],[-72.99334703485714,41.77832748105426],[-72.99273903467031,41.778517481110775],[-72.99197403442977,41.778662481163714],[-72.99187403439785,41.77867348116911],[-72.99137203423786,41.77873148119668],[-72.99091203408906,41.778747481214786],[-72.99025003387108,41.77870448122808],[-72.99023103386473,41.778701481228126],[-72.98962903366319,41.77860548122925],[-72.98943003359513,41.778548481224746],[-72.98832103321575,41.77823248119995],[-72.98753603294534,41.77797648117618],[-72.98612803246027,41.77751648113337],[-72.98382703166803,41.77677248106487],[-72.98196503102687,41.776169481009255],[-72.98081003062929,41.77579748097513],[-72.9797620302681,41.775452480942754],[-72.97570202887016,41.77413848082158],[-72.97513602867559,41.773960480805684],[-72.97460602849131,41.77375848078399],[-72.9741180283184,41.773516480753194],[-72.97378202819753,41.77331848072592],[-72.97367402815772,41.77323848071403],[-72.97333602803309,41.772987480676605],[-72.97289302786308,41.77254348060535],[-72.97256402773226,41.772135480537344],[-72.97223602760182,41.771728480469484],[-72.97196502749598,41.77142548041985],[-72.9717510274125,41.77118748038088],[-72.97125402722816,41.770799480322204],[-72.97102502714566,41.77066248030322],[-72.9709660271244,41.770627480298394],[-72.97066402701746,41.77047848027947],[-72.97000402678232,41.77012948023365],[-72.96864002629646,41.76940848013895],[-72.96835102619494,41.769280480123655],[-72.96799302607144,41.76916048011216],[-72.96799102607073,41.769159480112044],[-72.9675830259331,41.76907648010932],[-72.96725602582458,41.76904048011301],[-72.96709402577143,41.76903348011694],[-72.96704402575504,41.76903148011819],[-72.96691202571186,41.769027480121714],[-72.96644702555986,41.76901648013475],[-72.96625602550002,41.769056480148706],[-72.96627902550323,41.768982480133666],[-72.9648070250166,41.76885348015673],[-72.96450802491667,41.768808480157794],[-72.96422402482149,41.76876148015798],[-72.96386502470122,41.76870248015828],[-72.96368702464044,41.768653480154626],[-72.96294402438052,41.76834248011879],[-72.9625920242531,41.76812148008762],[-72.96209302407254,41.76780948004366],[-72.96157902388367,41.767438479988805],[-72.9610380236849,41.76704847993114],[-72.96029702341508,41.766555479860116],[-72.96000502330939,41.76637247983431],[-72.9594690231154,41.766036479786905],[-72.95911802298953,41.76583647975974],[-72.95854602278453,41.76551247971584],[-72.95805902261085,41.76525147968131],[-72.95792902256453,41.76518247967221],[-72.95769602248264,41.76507847965974],[-72.9574690224019,41.76496047964435],[-72.95679002216046,41.764608479598515],[-72.9565640220801,41.76449147958329],[-72.95589502184126,41.76412847953501],[-72.95578402180192,41.764073479528],[-72.9555740217276,41.76397047951497],[-72.95546602168938,41.76391747950825],[-72.95488002147842,41.76356947946014],[-72.9546450213928,41.7634124794375],[-72.95454202135154,41.76327947941517],[-72.95443902130064,41.762980479360806],[-72.95422602118403,41.76216647921059],[-72.95422202118219,41.762157479208994],[-72.95414602114637,41.76196647917459],[-72.95405802111006,41.761834479151965],[-72.95371702097624,41.761441479087196],[-72.95368502096008,41.76134247906913],[-72.95358902091169,41.7610474790153],[-72.95355802089593,41.7609494789974],[-72.95303102070434,41.760604478947954],[-72.95296102068035,41.76058347894616],[-72.95094501998875,41.75997347889404],[-72.95027401975858,41.759770478876696],[-72.94979701959484,41.75962447886404],[-72.94881201925578,41.75930647883472],[-72.94820101904547,41.759109478816555],[-72.94712201868398,41.758932478817506],[-72.94596101829775,41.7587884788275],[-72.94592701828647,41.758784478827835],[-72.9452670180822,41.75896647888446],[-72.94482701794009,41.75898547890246],[-72.94430701776561,41.75889547890199],[-72.94430001776318,41.75889247890163],[-72.94369901755559,41.75868647888143],[-72.94327301740996,41.758566478872126],[-72.94281901726121,41.75854947888362],[-72.94243401713742,41.758575478901165],[-72.94228501708949,41.75858547890793],[-72.94209801703181,41.75864047892465],[-72.94197601699328,41.7586604789325],[-72.9410810167112,41.75881947899233],[-72.940722016594,41.75881347900283],[-72.9404070164835,41.75867647898664],[-72.93984501627406,41.75821947891667],[-72.9393250160899,41.75796247888398],[-72.93893901595742,41.757844478873764],[-72.93831901574946,41.75773847887345],[-72.93828201573707,41.75773247887349],[-72.93821001571304,41.75772247887391],[-72.93689101527288,41.75753547888071],[-72.93670901521213,41.75750947888162],[-72.93653501515404,41.75748447888246],[-72.93616601503034,41.75742247888249],[-72.93598601497001,41.75739247888256],[-72.93546401479709,41.757340478889496],[-72.9338980142785,41.75718747891089],[-72.93337601410563,41.757136478918035],[-72.9333610141027,41.75717047892508],[-72.93331801409458,41.75727147894599],[-72.93330401409204,41.75730647895322],[-72.93314201402771,41.75710647891986],[-72.93254201382314,41.75694647890847],[-72.93165501352298,41.75674947889928],[-72.92898701261159,41.756008478842965],[-72.92781301221427,41.75574647883055],[-72.9275220121142,41.75565447882225],[-72.92708701196462,41.75551647880975],[-72.92628601168202,41.75513947876299],[-72.92555301141357,41.75462447868737],[-72.9248510111519,41.75405247859973],[-72.92462301106505,41.75383447856505],[-72.92427901093359,41.75349847851134],[-72.92375301072921,41.75292647841798],[-72.92285201040272,41.75235347833661],[-72.92264001032585,41.75221747831722],[-72.92233901021743,41.75203747829226],[-72.92154300993074,41.7515614782262],[-72.92107300975242,41.75112447815707],[-72.9208800096815,41.75098447813631],[-72.92079500965023,41.75092247812709],[-72.92037700949864,41.75065447808891],[-72.91946400917313,41.75016547802416],[-72.91924900909648,41.75005047800893],[-72.91710900833606,41.74894847786563],[-72.91669500819076,41.74876647784392],[-72.91574800785847,41.74835147779454],[-72.91548000776521,41.74824747778315],[-72.91515600765563,41.74817647777997],[-72.91512400764482,41.74816947777966],[-72.91459600746826,41.74808847778119],[-72.91409700730192,41.74802047778424],[-72.91340800707404,41.74795847779466],[-72.91331600704353,41.747948477795724],[-72.91270200683996,41.74788447780331],[-72.91195900658931,41.74773247779809],[-72.90973300583845,41.747278477782714],[-72.9096110057973,41.74725347778185],[-72.90927300568329,41.7471844777795],[-72.90909800562355,41.74713647777592],[-72.9089960055887,41.74710847777382],[-72.90895100557343,41.74709747777317],[-72.90881600552757,41.74706447777117],[-72.90877100551235,41.74705447777069],[-72.90841000538981,41.74696747776562],[-72.90795300523388,41.7468434777565],[-72.90763200512099,41.746698477738924],[-72.90737700502659,41.74650147770914],[-72.90695900486946,41.74613747765242],[-72.90652600470587,41.74574647759094],[-72.90553600433834,41.744964477472024],[-72.90539500428653,41.74486247745692],[-72.90522400422428,41.74474847744044],[-72.90467900402992,41.74445547740154],[-72.90449200396175,41.74432947738328],[-72.90401900378937,41.7440114773372],[-72.90376600369794,41.743854477315075],[-72.9036840036683,41.743803477307885],[-72.90340600357226,41.743707477298365],[-72.90305900345712,41.7436694773023],[-72.90290600340666,41.74365847730515],[-72.90277600336383,41.74364947730763],[-72.90262600331086,41.743577477298594],[-72.90262300330518,41.74349647728303],[-72.90261400328825,41.74325447723657],[-72.90261200328295,41.74317447722119],[-72.902503003226,41.74280347715305],[-72.90244400319504,41.74260047711575],[-72.90227600310708,41.74202547701012],[-72.90217800305584,41.74169147694876],[-72.90217000305157,41.741662476943425],[-72.9021580030271,41.74130747687521],[-72.90216000302624,41.741281476870135],[-72.90216600302368,41.741203476854864],[-72.90216900302323,41.741178476849946],[-72.90215400300659,41.740975476811215],[-72.90211200295836,41.74037847669724],[-72.9021130029581,41.74036847669527],[-72.90214800295799,41.74016947665569],[-72.9021340029485,41.74008447663972],[-72.90209400292073,41.73982947659173],[-72.90208100291163,41.73974547657593],[-72.90200300287664,41.7395794765464],[-72.90192100283616,41.73934147650307],[-72.90149800262708,41.73810747627837],[-72.90135800255771,41.73769647620352],[-72.9013020025278,41.7374944761663],[-72.90113600243876,41.736889476054785],[-72.90108100240923,41.73668847601773],[-72.90102200238292,41.736565475995874],[-72.90073100223432,41.735634475825435],[-72.90062600218018,41.735289475762194],[-72.89983100173428,41.73205447516284],[-72.89929700138498,41.729020474593824],[-72.89827100071365,41.723185473499335],[-72.8996210011414,41.72298447341667],[-72.90367500242603,41.722384473169136],[-72.90502600285416,41.72218547308682],[-72.9057910030995,41.7221224730498],[-72.90809000383672,41.72193347293864],[-72.90885600408244,41.721871472901796],[-72.90998000444415,41.72180147285177],[-72.91093200475053,41.72174247280946],[-72.91335200552932,41.721591472701675],[-72.91340400554608,41.721588472699416],[-72.91447700589137,41.72152147265163],[-72.9148570060137,41.72149847263484],[-72.91599900638158,41.72143347258519],[-72.91638000650433,41.72141247256876],[-72.91709500673278,41.72133947253143],[-72.9192420074189,41.721122472419765],[-72.91995800764772,41.72105047238258],[-72.92007700768576,41.72103847237639],[-72.9204350078003,41.721004472358175],[-72.92055500783869,41.72099347235218],[-72.92136700809853,41.7209174723111],[-72.92380300887814,41.7206914721883],[-72.92461600913838,41.72061647214737],[-72.9250830092876,41.72056947212313],[-72.92648400973545,41.720430472050744],[-72.92695200988507,41.72038447202664],[-72.92740901002955,41.72031147199769],[-72.92878201046372,41.72009347191094],[-72.92924001060857,41.72002147188215],[-72.93048601100405,41.719849471808395],[-72.93300501181243,41.71965447168885],[-72.93484701240357,41.71951247160153],[-72.93507901247801,41.719494471590515],[-72.93531101255246,41.719476471579505],[-72.93581001271258,41.719437471555736],[-72.93692801307104,41.71934547150162],[-72.94056301423666,41.71904947132622],[-72.9430820150444,41.718844471204704],[-72.943283015101,41.71869247116879],[-72.94388701527133,41.71824047106179],[-72.94408901532837,41.718090471026244],[-72.94458401548538,41.71802047099662],[-72.94606901595664,41.7178144709085],[-72.94656501611401,41.717745470879045],[-72.94687001621162,41.71771747086371],[-72.94778501650465,41.71763647081829],[-72.94809101660265,41.71760947080312],[-72.95032701731951,41.717425470694835],[-72.95703501947011,41.716875470370326],[-72.95909502013056,41.716706470270644],[-72.95927102018689,41.71669047026181],[-72.95952702026953,41.71667947025137],[-72.96136502085645,41.71648847015463],[-72.96953902346684,41.71564446972548],[-72.96991602359552,41.7157484697333],[-72.96997002361397,41.71576346973445],[-72.97108602397113,41.71566146967841],[-72.97147702409629,41.715626469658915],[-72.97296802456943,41.71542046957055],[-72.97744302598944,41.71480346930559],[-72.97893502646293,41.71459846921739],[-72.98811602939024,41.71357546872061],[-72.9901160300279,41.71335246861234],[-72.99092403028553,41.71326246856862],[-72.99173103054274,41.71317146852475],[-72.99257403081154,41.71307746847911],[-72.9934170310803,41.71298346843348],[-72.99444303140847,41.71288746838148],[-72.99752403239403,41.71260046822561],[-72.99795403253164,41.71256146820405],[-72.99832203264937,41.71252746818549],[-72.99855103272265,41.712506468173956],[-72.99863203277101,41.712885468244565],[-72.99874803284031,41.713429468345936],[-72.99887203291524,41.71402546845707],[-72.99895103296308,41.71440646852812],[-72.99955303333648,41.71746446909948],[-72.99970003342843,41.71822446924154],[-73.00109803430117,41.725419470586196],[-73.00192703481882,41.72968647138351],[-73.0026240352539,41.73327047205312],[-73.0026500352702,41.73340547207834],[-73.00269703529085,41.73349747209457],[-73.00275003531436,41.7336054721137],[-73.00329403565631,41.73644247264393],[-73.00503203663395,41.74352947395595],[-73.00664603754176,41.75010647517325],[-73.00764703812068,41.754456475980405],[-73.00789103826207,41.75552147617805],[-73.00791403827526,41.75561947619621],[-73.00905803898625,41.76143647728174],[-73.00912903902513,41.76170747733172],[-73.009499039223,41.76303747757635],[-73.0098280393995,41.76422947779567],[-73.00985803941036,41.76424847779836],[-73.00999603948172,41.76470247788147],[-73.01003803951298,41.76500447793839],[-73.0100940395457,41.765253477984615],[-73.01021803962364,41.76589847810506],[-73.01024003963768,41.76601647812711],[-73.01033503969701,41.766504478218195],[-73.01039403973067,41.7667524782641],[-73.01050303979044,41.76716947834103],[-73.01056303982574,41.767440478391386],[-73.01072203992754,41.76829947855197],[-73.01086704001813,41.76904447869101],[-73.01112404017094,41.77023147891167],[-73.01125604024804,41.77081747902045],[-73.01153504041059,41.77204847924887],[-73.01161804046127,41.77245447932449],[-73.01165004047697,41.77254547934103],[-73.0116880404919,41.77258947934825],[-73.0117110405016,41.77262747935485],[-73.01171604050376,41.77263647935643],[-73.0117290405102,41.77267447936332],[-73.01174204052097,41.7727864793845],[-73.01174004052608,41.77288547940368],[-73.01174504053469,41.773005479426665],[-73.01177904055831,41.77322047946704],[-73.01178004055875,41.7732224794674],[-73.01181604058026,41.773390479498644],[-73.01182504058463,41.77341547950316],[-73.01185204061208,41.77373547956404],[-73.01186504061977,41.773794479575],[-73.01188704063051,41.773856479586236],[-73.01194604065682,41.77397847960785],[-73.01197904067095,41.77403647961796],[-73.01205104070179,41.774163479640116],[-73.0120800407149,41.774226479651325],[-73.01210304072612,41.774290479662916],[-73.01212604074135,41.774423479687826],[-73.01218804078788,41.77487547977302],[-73.01222204080787,41.77502847980143],[-73.01225704082577,41.77514047982191],[-73.0122830408374,41.77519447983147],[-73.01231904085125,41.77523147983743],[-73.01237104086964,41.77525647984056],[-73.01242604088824,41.77526847984106],[-73.0124690409034,41.775288479843525],[-73.01250704091775,41.775322479848846],[-73.01253004092793,41.77536847985698],[-73.01253504093248,41.77541847986645],[-73.01253104093558,41.775494479881246],[-73.01253304094224,41.77559747990106],[-73.01252004094955,41.77579547993969],[-73.01251804095159,41.77584147994862],[-73.01250404095181,41.775923479964895],[-73.0124260409403,41.77616148001337],[-73.01240704093861,41.77623848002885],[-73.01240904094146,41.77627648003612],[-73.01241304094383,41.77629448003945],[-73.01243704095279,41.77631448004253],[-73.01246104096114,41.77632348004348],[-73.01253804098701,41.77633748004367],[-73.01257704100087,41.776357480046244],[-73.01262004101686,41.77639148005141],[-73.01263504102306,41.77641448005536],[-73.01264304102713,41.77643948005992],[-73.0126450410287,41.77645548006295],[-73.01265004103244,41.77649148006972],[-73.0126490410397,41.77662148009485],[-73.01268704107171,41.77695848015861],[-73.0126940410772,41.777013480168996],[-73.01271204108959,41.777125480190016]]]},"properties":{"name":4101.01,"geoid":"09003410101"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.01271204108959,41.777125480190016],[-73.01262204107014,41.777294480225564],[-73.01263404108403,41.77746548025817],[-73.01270204112481,41.7777854803177],[-73.01283804120865,41.77846448044424],[-73.0129130412533,41.778811480508736],[-73.0129180412561,41.77883148051244],[-73.01301304130953,41.77921748058381],[-73.0131000413544,41.77950148063575],[-73.01315604138516,41.77971648067541],[-73.01320304141298,41.77993148071534],[-73.01337204151825,41.78079348087613],[-73.01354504162914,41.78172948105103],[-73.01363504168269,41.782145481128346],[-73.01391904185847,41.78357448139474],[-73.01400404191051,41.78399248147259],[-73.01416504200894,41.784781481619504],[-73.01434104212093,41.785719481794715],[-73.01440804216368,41.78607848186177],[-73.01450504222291,41.78655248195004],[-73.01452604223546,41.78665048196825],[-73.0147320423566,41.78757748214031],[-73.01491704246097,41.78833448228029],[-73.01506504255116,41.78905448241432],[-73.01514504259924,41.7894324824846],[-73.01534304271794,41.790362482657514],[-73.01534404271905,41.79037548265998],[-73.0153500427234,41.79041648266769],[-73.01535204272486,41.79043048267033],[-73.01550804281268,41.791065482787694],[-73.01553804282943,41.79118548280988],[-73.01592204305602,41.792926483133094],[-73.01593304306289,41.79298248314352],[-73.01606304314265,41.79362448326309],[-73.01607204315003,41.793700483277455],[-73.01625804325668,41.79449048342373],[-73.0165350434153,41.79566348364088],[-73.01660104345922,41.79604748371277],[-73.01678204357982,41.79710448391067],[-73.0169020436594,41.79779848404057],[-73.0169280436786,41.79798248407522],[-73.01693404368297,41.798023484082925],[-73.01693604369098,41.798149484107164],[-73.01693704369373,41.798191484115236],[-73.01667604360878,41.79819148412376],[-73.0141070427887,41.79846748426095],[-73.01345804258148,41.79853648429547],[-73.00900804116093,41.799015484533264],[-73.00302703925149,41.79965748485248],[-72.99955003814148,41.8000314850382],[-72.99902603797506,41.80010248506902],[-72.99745603747652,41.800317485161756],[-72.99693303731053,41.800390485192914],[-72.99601103701774,41.80051648524733],[-72.99542303683104,41.80059748528214],[-72.99324503613936,41.800894485410545],[-72.99232403584695,41.80102148546511],[-72.99068803532742,41.80124548556172],[-72.99011803514648,41.80132448559558],[-72.98843803461298,41.80155448569478],[-72.98577903376685,41.801888485845986],[-72.98485103347154,41.80200548589885],[-72.98414103324538,41.80209048593841],[-72.98084303219402,41.80247348611992],[-72.97800503128933,41.80280348627618],[-72.97729703106326,41.80287948631395],[-72.97473603024571,41.80315748645111],[-72.9727470296105,41.803369486556896],[-72.96180102612777,41.8047604871822],[-72.95850602507821,41.80515948736658],[-72.9569500245876,41.805434487470336],[-72.95611802432282,41.80553948751771],[-72.95542402410197,41.80562748755732],[-72.95352802349856,41.80586648766521],[-72.95334202343933,41.805889487675714],[-72.95264902321895,41.80597948771564],[-72.94902502206574,41.806439487922496],[-72.94862602193874,41.80648948794513],[-72.94763002162182,41.806616488002085],[-72.94742902155777,41.80664048801328],[-72.94703102143103,41.80668948803569],[-72.94664902130931,41.80673548805701],[-72.94550402094465,41.80687548812132],[-72.94512302082339,41.80692348814299],[-72.94373502038167,41.80709948822215],[-72.93957401905755,41.80762848845975],[-72.93818701861623,41.80780548853906],[-72.93800101855678,41.80782448854879],[-72.93744401837866,41.807880488577744],[-72.93725901831957,41.80790048858761],[-72.93542301773313,41.80809648868523],[-72.9299170159745,41.808686488978324],[-72.92808201538847,41.80888448907627],[-72.92764601524982,41.808941489101464],[-72.92633701483349,41.80911248917706],[-72.92590201469515,41.809169489202205],[-72.9258460146775,41.80917948920596],[-72.92567901462486,41.809209489217196],[-72.92562401460759,41.80922048922109],[-72.92555801457272,41.808990489178896],[-72.92551401455513,41.80893448916952],[-72.92547801454062,41.80888648916144],[-72.9253240144818,41.80873748913771],[-72.92497201435509,41.80852948910906],[-72.9247810142874,41.80843548909716],[-72.92474901427646,41.80842648909646],[-72.92427901411556,41.80829148908574],[-72.92406101403964,41.80820648907643],[-72.9238070139553,41.8081784890793],[-72.92364501390661,41.808248489098084],[-72.9236450139144,41.80838248912393],[-72.92380701397711,41.80855348915162],[-72.92413401409394,41.808731489175294],[-72.92405401407098,41.80878448918813],[-72.92384201400031,41.80875648918964],[-72.92373001395643,41.80862948916878],[-72.92362401391168,41.8084534891383],[-72.9232860137852,41.80817148909491],[-72.92307401370962,41.808058489080025],[-72.92275101359674,41.80792648906508],[-72.92231001344501,41.80778648905244],[-72.92118401303989,41.80712548896161],[-72.92118701303212,41.8069754889326],[-72.92118901302406,41.80682548890359],[-72.92095901293906,41.80665148887753],[-72.92084901289554,41.806519488855656],[-72.92084901288601,41.80635548882402],[-72.92073201282973,41.80604248876747],[-72.92070301280975,41.80586148873349],[-72.92073201281183,41.80573448870805],[-72.92084201283839,41.80557548867381],[-72.92101101288324,41.80540048863455],[-72.9213920129958,41.80520248858398],[-72.92231001328649,41.805060488526685],[-72.92274201342617,41.80504348850934],[-72.92385701378035,41.80489048844355],[-72.92425401390452,41.804802488413664],[-72.9253100142299,41.80448448831793],[-72.92591201441697,41.80433048826863],[-72.92682101469411,41.80400648817656],[-72.92722001481266,41.80381048812577],[-72.92741501487063,41.8037154881011],[-72.92776001496576,41.803419488032766],[-72.9278040149756,41.80334248801648],[-72.92791401500412,41.803216487988614],[-72.92810501504488,41.802848487911405],[-72.92818601505184,41.802514487844356],[-72.92818601503365,41.80220148778398],[-72.92808301497521,41.80177348770478],[-72.92789301488905,41.80135548763036],[-72.92765101478699,41.80095548756108],[-72.92744501469502,41.80052748748521],[-72.92735701465998,41.800417487466866],[-72.92721101459999,41.80020348743034],[-72.92688101446984,41.79981348736586],[-72.92660201436463,41.7995664873273],[-72.9263240142639,41.799390487302404],[-72.92597901413882,41.79917148727139],[-72.92572901404498,41.79895748723825],[-72.92565301401488,41.798865487222976],[-72.92552401396387,41.79871048719727],[-72.92542101391533,41.79845248715085],[-72.92539201388925,41.79816648709664],[-72.92545101388872,41.79782648702911],[-72.92542901386207,41.79749148696521],[-72.92528201377368,41.796794486835545],[-72.9252750137194,41.79589948666312],[-72.92525301369758,41.79564748661522],[-72.9250560135687,41.79453348640673],[-72.92490901349147,41.79402848631407],[-72.92488701347153,41.793808486272354],[-72.9248140134369,41.79362148623864],[-72.92471801336292,41.79288648609998],[-72.92466001332873,41.79262348605112],[-72.9246820133212,41.792370486001595],[-72.92473301332636,41.79217348596193],[-72.92464601324633,41.791283485793045],[-72.92458001319869,41.79083348570838],[-72.92457201316006,41.790213485589014],[-72.92453201314129,41.790114485571216],[-72.9244920131225,41.79001548555342],[-72.92454301311395,41.78958248546821],[-72.92477101316139,41.78912148537185],[-72.92488801318132,41.78880848530765],[-72.92499801317726,41.788122485171705],[-72.92499101316285,41.78791348513159],[-72.92494701314155,41.78779348510989],[-72.92458001298341,41.7871284849935],[-72.92450001294658,41.786942484960214],[-72.92425001284415,41.786580484898515],[-72.92414801279624,41.78632748485299],[-72.92408201276069,41.78608548480845],[-72.92405901274991,41.78602848479821],[-72.92377201264269,41.7857914847618],[-72.92348501253548,41.78555448472543],[-72.92328601246115,41.785390484700244],[-72.92308801238711,41.78522548467485],[-72.92306201236708,41.7850264846373],[-72.92301601233154,41.78467248457047],[-72.92299801231732,41.78452848454327],[-72.92294101229523,41.78446748453335],[-72.922930012291,41.78445648453159],[-72.92285301226123,41.78437548451847],[-72.92279201223771,41.784312484508284],[-72.92271201220096,41.78412848447539],[-72.92268301218765,41.7840614844634],[-72.92239801205578,41.78338848434281],[-72.92236301203961,41.783306484328115],[-72.92232701202303,41.78322248431308],[-72.92225701199052,41.78305548428312],[-72.9222050119701,41.78299548427324],[-72.92178001181422,41.78269348422879],[-72.92159701174603,41.78254548420618],[-72.92151601170943,41.78236948417485],[-72.9213180116013,41.78161748403617],[-72.92126001157702,41.78152448402011],[-72.92123801156538,41.78144748400596],[-72.92085701140059,41.780745483882875],[-72.92081301137824,41.78060748385768],[-72.92079801135836,41.78034948380837],[-72.9206590112953,41.78004248375366],[-72.92063701127955,41.7798944837258],[-72.92047601120895,41.77958148367064],[-72.92037301116967,41.779482483654874],[-72.92032901114995,41.77938948363835],[-72.92026301112271,41.779290483621395],[-72.92005801104355,41.77907648358675],[-72.91940501080164,41.77857148351053],[-72.91902401066227,41.77830748347196],[-72.91813701035339,41.777961483434034],[-72.91795401028843,41.77786848342203],[-72.9176530101834,41.777747483408476],[-72.91678800989065,41.77755548339956],[-72.91570300952782,41.77739048340298],[-72.9151600093504,41.77737948341853],[-72.9149180092697,41.77734648342002],[-72.91458100915457,41.77725348341303],[-72.91438300908501,41.77716548340248],[-72.91315900866834,41.77685248338187],[-72.91209500831107,41.77666548338036],[-72.91170700818157,41.77661048338237],[-72.91096600792918,41.776418483369405],[-72.91014500765232,41.776253483364236],[-72.90950700743885,41.77615448336588],[-72.90933900738509,41.77617048337442],[-72.9092510073587,41.77620948338481],[-72.90908900730689,41.77622548339315],[-72.90884700722427,41.77615948338829],[-72.90863500715012,41.776071483378196],[-72.90848100709884,41.77605148337934],[-72.90842500705848,41.775670483307614],[-72.9083290070002,41.77520448322079],[-72.90792400675448,41.773241482855035],[-72.90770000661885,41.77216048265363],[-72.90698500618495,41.76869248200737],[-72.90624800572517,41.76490048129917],[-72.90604200559672,41.763841481101394],[-72.90561000532706,41.761615480685606],[-72.90492800490122,41.7580984800286],[-72.90479100476541,41.75652447972908],[-72.90424700422454,41.750244478533844],[-72.90416600418676,41.75004747849841],[-72.9039730040874,41.7494164783828],[-72.90387700403264,41.74901047830749],[-72.90366800391377,41.74813247814466],[-72.90364900390294,41.748052478129836],[-72.90361700388478,41.74791847810501],[-72.90358600386696,41.74778547808031],[-72.90336400374079,41.74685447790768],[-72.90298700354512,41.74559447767651],[-72.9028910034994,41.74534447763135],[-72.902727003407,41.74467047750646],[-72.90271900340154,41.74462147749727],[-72.9026950033854,41.74447747747021],[-72.90268700338004,41.74442947746119],[-72.90267400336589,41.744258477428595],[-72.90263800332458,41.74374747733104],[-72.90262600331086,41.743577477298594],[-72.90277600336383,41.74364947730763],[-72.90290600340666,41.74365847730515],[-72.90305900345712,41.7436694773023],[-72.90340600357226,41.743707477298365],[-72.9036840036683,41.743803477307885],[-72.90376600369794,41.743854477315075],[-72.90401900378937,41.7440114773372],[-72.90449200396175,41.74432947738328],[-72.90467900402992,41.74445547740154],[-72.90522400422428,41.74474847744044],[-72.90539500428653,41.74486247745692],[-72.90553600433834,41.744964477472024],[-72.90652600470587,41.74574647759094],[-72.90695900486946,41.74613747765242],[-72.90737700502659,41.74650147770914],[-72.90763200512099,41.746698477738924],[-72.90795300523388,41.7468434777565],[-72.90841000538981,41.74696747776562],[-72.90877100551235,41.74705447777069],[-72.90881600552757,41.74706447777117],[-72.90895100557343,41.74709747777317],[-72.9089960055887,41.74710847777382],[-72.90909800562355,41.74713647777592],[-72.90927300568329,41.7471844777795],[-72.9096110057973,41.74725347778185],[-72.90973300583845,41.747278477782714],[-72.91195900658931,41.74773247779809],[-72.91270200683996,41.74788447780331],[-72.91331600704353,41.747948477795724],[-72.91340800707404,41.74795847779466],[-72.91409700730192,41.74802047778424],[-72.91459600746826,41.74808847778119],[-72.91512400764482,41.74816947777966],[-72.91515600765563,41.74817647777997],[-72.91548000776521,41.74824747778315],[-72.91574800785847,41.74835147779454],[-72.91669500819076,41.74876647784392],[-72.91710900833606,41.74894847786563],[-72.91924900909648,41.75005047800893],[-72.91946400917313,41.75016547802416],[-72.92037700949864,41.75065447808891],[-72.92079500965023,41.75092247812709],[-72.9208800096815,41.75098447813631],[-72.92107300975242,41.75112447815707],[-72.92154300993074,41.7515614782262],[-72.92233901021743,41.75203747829226],[-72.92264001032585,41.75221747831722],[-72.92285201040272,41.75235347833661],[-72.92375301072921,41.75292647841798],[-72.92427901093359,41.75349847851134],[-72.92462301106505,41.75383447856505],[-72.9248510111519,41.75405247859973],[-72.92555301141357,41.75462447868737],[-72.92628601168202,41.75513947876299],[-72.92708701196462,41.75551647880975],[-72.9275220121142,41.75565447882225],[-72.92781301221427,41.75574647883055],[-72.92898701261159,41.756008478842965],[-72.93165501352298,41.75674947889928],[-72.93254201382314,41.75694647890847],[-72.93314201402771,41.75710647891986],[-72.93330401409204,41.75730647895322],[-72.93331801409458,41.75727147894599],[-72.9333610141027,41.75717047892508],[-72.93337601410563,41.757136478918035],[-72.9338980142785,41.75718747891089],[-72.93546401479709,41.757340478889496],[-72.93598601497001,41.75739247888256],[-72.93616601503034,41.75742247888249],[-72.93653501515404,41.75748447888246],[-72.93670901521213,41.75750947888162],[-72.93689101527288,41.75753547888071],[-72.93821001571304,41.75772247887391],[-72.93828201573707,41.75773247887349],[-72.93831901574946,41.75773847887345],[-72.93893901595742,41.757844478873764],[-72.9393250160899,41.75796247888398],[-72.93984501627406,41.75821947891667],[-72.9404070164835,41.75867647898664],[-72.940722016594,41.75881347900283],[-72.9410810167112,41.75881947899233],[-72.94197601699328,41.7586604789325],[-72.94209801703181,41.75864047892465],[-72.94228501708949,41.75858547890793],[-72.94243401713742,41.758575478901165],[-72.94281901726121,41.75854947888362],[-72.94327301740996,41.758566478872126],[-72.94369901755559,41.75868647888143],[-72.94430001776318,41.75889247890163],[-72.94430701776561,41.75889547890199],[-72.94482701794009,41.75898547890246],[-72.9452670180822,41.75896647888446],[-72.94592701828647,41.758784478827835],[-72.94596101829775,41.7587884788275],[-72.94712201868398,41.758932478817506],[-72.94820101904547,41.759109478816555],[-72.94881201925578,41.75930647883472],[-72.94979701959484,41.75962447886404],[-72.95027401975858,41.759770478876696],[-72.95094501998875,41.75997347889404],[-72.95296102068035,41.76058347894616],[-72.95303102070434,41.760604478947954],[-72.95355802089593,41.7609494789974],[-72.95358902091169,41.7610474790153],[-72.95368502096008,41.76134247906913],[-72.95371702097624,41.761441479087196],[-72.95405802111006,41.761834479151965],[-72.95414602114637,41.76196647917459],[-72.95422202118219,41.762157479208994],[-72.95422602118403,41.76216647921059],[-72.95443902130064,41.762980479360806],[-72.95454202135154,41.76327947941517],[-72.9546450213928,41.7634124794375],[-72.95488002147842,41.76356947946014],[-72.95546602168938,41.76391747950825],[-72.9555740217276,41.76397047951497],[-72.95578402180192,41.764073479528],[-72.95589502184126,41.76412847953501],[-72.9565640220801,41.76449147958329],[-72.95679002216046,41.764608479598515],[-72.9574690224019,41.76496047964435],[-72.95769602248264,41.76507847965974],[-72.95792902256453,41.76518247967221],[-72.95805902261085,41.76525147968131],[-72.95854602278453,41.76551247971584],[-72.95911802298953,41.76583647975974],[-72.9594690231154,41.766036479786905],[-72.96000502330939,41.76637247983431],[-72.96029702341508,41.766555479860116],[-72.9610380236849,41.76704847993114],[-72.96157902388367,41.767438479988805],[-72.96209302407254,41.76780948004366],[-72.9625920242531,41.76812148008762],[-72.96294402438052,41.76834248011879],[-72.96368702464044,41.768653480154626],[-72.96386502470122,41.76870248015828],[-72.96422402482149,41.76876148015798],[-72.96450802491667,41.768808480157794],[-72.9648070250166,41.76885348015673],[-72.96627902550323,41.768982480133666],[-72.96625602550002,41.769056480148706],[-72.96644702555986,41.76901648013475],[-72.96691202571186,41.769027480121714],[-72.96704402575504,41.76903148011819],[-72.96709402577143,41.76903348011694],[-72.96725602582458,41.76904048011301],[-72.9675830259331,41.76907648010932],[-72.96799102607073,41.769159480112044],[-72.96799302607144,41.76916048011216],[-72.96835102619494,41.769280480123655],[-72.96864002629646,41.76940848013895],[-72.97000402678232,41.77012948023365],[-72.97066402701746,41.77047848027947],[-72.9709660271244,41.770627480298394],[-72.97102502714566,41.77066248030322],[-72.97125402722816,41.770799480322204],[-72.9717510274125,41.77118748038088],[-72.97196502749598,41.77142548041985],[-72.97223602760182,41.771728480469484],[-72.97256402773226,41.772135480537344],[-72.97289302786308,41.77254348060535],[-72.97333602803309,41.772987480676605],[-72.97367402815772,41.77323848071403],[-72.97378202819753,41.77331848072592],[-72.9741180283184,41.773516480753194],[-72.97460602849131,41.77375848078399],[-72.97513602867559,41.773960480805684],[-72.97570202887016,41.77413848082158],[-72.9797620302681,41.775452480942754],[-72.98081003062929,41.77579748097513],[-72.98196503102687,41.776169481009255],[-72.98382703166803,41.77677248106487],[-72.98612803246027,41.77751648113337],[-72.98753603294534,41.77797648117618],[-72.98832103321575,41.77823248119995],[-72.98943003359513,41.778548481224746],[-72.98962903366319,41.77860548122925],[-72.99023103386473,41.778701481228126],[-72.99025003387108,41.77870448122808],[-72.99091203408906,41.778747481214786],[-72.99137203423786,41.77873148119668],[-72.99187403439785,41.77867348116911],[-72.99197403442977,41.778662481163714],[-72.99273903467031,41.778517481110775],[-72.99334703485714,41.77832748105426],[-72.99365903495303,41.778230481025375],[-72.99382703500416,41.778169481008106],[-72.99586203562373,41.77743548080006],[-72.99602203567248,41.777378480783845],[-72.9969100359421,41.7770454806906],[-72.9974740361168,41.77689348064286],[-72.99815603633404,41.77681248060498],[-72.99860603648068,41.776815480590855],[-72.99923003668687,41.77686848058071],[-72.99967403683445,41.77692148057646],[-73.00010603697895,41.77698848057528],[-73.0011990373447,41.77716048057277],[-73.00208303763947,41.77728148056725],[-73.00222403768645,41.777300480566325],[-73.00229103770883,41.77731048056607],[-73.00302103794834,41.777343480548595],[-73.0036700381594,41.777340480526824],[-73.00438603839044,41.77730648049687],[-73.00525803866584,41.777162480440616],[-73.00570103880582,41.77709048041226],[-73.00624703897698,41.77697848037284],[-73.00786603948706,41.77668948026418],[-73.00816903958257,41.77663648024406],[-73.00854303970242,41.77660448022568],[-73.00874403976796,41.7766064802195],[-73.00906203987262,41.77662648021296],[-73.00921903992433,41.77663748020996],[-73.00955104003367,41.77665948020338],[-73.01001504018878,41.77672948020172],[-73.0103310402944,41.776777480200664],[-73.01078404044598,41.77684848019956],[-73.01156804070848,41.77697448019826],[-73.01202404086067,41.77703948019591],[-73.0121500409029,41.77706048019585],[-73.01222304092734,41.77707248019578],[-73.01260704105522,41.77712248019288],[-73.01271204108959,41.777125480190016]]]},"properties":{"name":4101.02,"geoid":"09003410102"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.8619409891646,41.727953475598916],[-72.86184298916966,41.72859347572581],[-72.86155098918552,41.730514476106585],[-72.86145398919095,41.73115547623363],[-72.86115598919592,41.73292147658461],[-72.86110898919713,41.73320747664141],[-72.86058398918648,41.735982477194746],[-72.86024298920458,41.738217477637725],[-72.85997298921905,41.7399894779889],[-72.85995898921806,41.74005147800134],[-72.85991798921563,41.74024047803918],[-72.85990498921504,41.74030347805179],[-72.8598939892144,41.74035447806199],[-72.85986298921316,41.740507478092574],[-72.85985298921291,41.74055947810293],[-72.85935798920946,41.7432894786465],[-72.85894298920934,41.74562547911131],[-72.85825398920986,41.749516479885415],[-72.85816198920996,41.75003647998886],[-72.85798798919717,41.75079548014113],[-72.85777398918171,41.75173348032928],[-72.85772098917792,41.751966480375984],[-72.85766698917385,41.752200480422964],[-72.8575729891669,41.752609480505],[-72.85740098915454,41.75336448065644],[-72.85708998914399,41.75493348096961],[-72.85697098912921,41.75534848105364],[-72.85679698909709,41.75577248114116],[-72.85675698908828,41.75584548115657],[-72.8563939890095,41.75652748130008],[-72.85617698896,41.7568934813778],[-72.85545698879561,41.75810448163506],[-72.8552989887597,41.758373481692125],[-72.85480998864912,41.75921448187043],[-72.85447698857409,41.759792481992854],[-72.85347698834886,41.76152848236056],[-72.85314498827422,41.76210748248315],[-72.85226998798338,41.76200448249162],[-72.84863598677546,41.76157848252709],[-72.84806398658529,41.76151048253251],[-72.84624398598037,41.76129748255033],[-72.83782898318321,41.76031048263228],[-72.83561198244622,41.760049482653656],[-72.83282298151912,41.75972148268061],[-72.82999498057912,41.759390482708234],[-72.82774297983055,41.759126482730125],[-72.82078797750061,41.75799848273733],[-72.82046197739191,41.757954482739365],[-72.82042897736837,41.75773248269754],[-72.82099497745352,41.75601448234733],[-72.82103897746025,41.755882482320416],[-72.82108297746693,41.75575048229348],[-72.82110697747054,41.7556774822786],[-72.82122797749408,41.75540248222156],[-72.82143397753427,41.75493648212485],[-72.82170497758713,41.75432348199766],[-72.82175597759525,41.75417648196761],[-72.82243797770607,41.752248481573055],[-72.82245797758324,41.75000648113921],[-72.82240597753434,41.74945248103385],[-72.82250597754158,41.74901348094576],[-72.82226897736513,41.747292480620914],[-72.82207597714891,41.744633480113315],[-72.82193197698794,41.742655479735724],[-72.82193897696763,41.74226347965973],[-72.82195897691507,41.74123947946118],[-72.82224497694985,41.74022747925634],[-72.82226897695276,41.74014247923913],[-72.8228619771038,41.739413479079076],[-72.82342097724366,41.7386824789197],[-72.82375197732645,41.7382494788253],[-72.82413097741393,41.73762647869263],[-72.82447397747877,41.73681447852459],[-72.82537497766869,41.735020478148684],[-72.82555297771097,41.73474847809033],[-72.82588497778988,41.73424247798179],[-72.82758397822407,41.732179477528064],[-72.82794297830323,41.73152547739002],[-72.82784097822726,41.7307834772499],[-72.82793197821066,41.72998147709192],[-72.8280239782209,41.72963947702281],[-72.82814797823492,41.72918247693046],[-72.82841097830087,41.728841476856026],[-72.82811197818977,41.72860247681949],[-72.82780897807717,41.72836047678252],[-72.82689997773952,41.72763647667194],[-72.82659797762732,41.7273954766351],[-72.82672097766118,41.727288476610454],[-72.82707597775907,41.72698147653961],[-72.82708997776288,41.72696847653665],[-72.82721397779713,41.72686247651215],[-72.82745197786181,41.72664047646152],[-72.82816597805592,41.72597547630987],[-72.82831097809536,41.72584047627908],[-72.82841297812418,41.72576447626108],[-72.82866997819464,41.725535476208485],[-72.82944097840598,41.72484747605054],[-72.82969897847683,41.72461947599811],[-72.82927297832721,41.72442947597516],[-72.82799497787842,41.723861475906666],[-72.82756897772887,41.7236724758839],[-72.8275459777208,41.72366247588272],[-72.82747997769758,41.72363247587906],[-72.82745797768989,41.72362347587802],[-72.82774897777057,41.72337947582144],[-72.82834297793536,41.72288347570631],[-72.82861397800963,41.72264147565076],[-72.82889797808757,41.722389475592855],[-72.82868597800822,41.7222104755651],[-72.82805097777074,41.721676475482376],[-72.82783997769188,41.721499475454976],[-72.82805697775636,41.72139247542728],[-72.82823797781222,41.721339475411185],[-72.82888297801135,41.72115147535396],[-72.82900397805062,41.721149475349655],[-72.82941197819991,41.721435475391765],[-72.82976497832905,41.7216824754281],[-72.8305119785392,41.72110947529315],[-72.82861497786078,41.72005247515013],[-72.82879497790826,41.71985947510698],[-72.829335978051,41.719280474977516],[-72.82951697809887,41.719088474934544],[-72.83055997846402,41.71953347498686],[-72.83137397874697,41.71984547502086],[-72.8317069788634,41.71998447503697],[-72.83289697917809,41.71872347475464],[-72.83307097922562,41.71856547471846],[-72.83359297936823,41.71809147460993],[-72.83376697941577,41.71793347457374],[-72.83400297948128,41.71773747452821],[-72.83470997967761,41.71715047439183],[-72.83494697974352,41.71695547434644],[-72.83500597975954,41.71690047433391],[-72.83518597980868,41.71673647429637],[-72.83524597982512,41.71668247428399],[-72.8354359798759,41.716490474240715],[-72.83566997993859,41.716256474187894],[-72.83600998003169,41.71595147411791],[-72.83602698003635,41.71593647411446],[-72.83623598009454,41.71576547407463],[-72.83651298019103,41.71587547408694],[-72.83654998020393,41.715890474088646],[-72.83683698030323,41.71599247409909],[-72.83719598042516,41.716080474104494],[-72.83737498048544,41.716115474105486],[-72.83766798058423,41.7161744741074],[-72.83811498073334,41.71623747410512],[-72.83867298091954,41.71631647410234],[-72.83899298102628,41.716361474100694],[-72.83945598118133,41.71643647410021],[-72.83946398118404,41.71643847410034],[-72.83981398130251,41.71651747410429],[-72.83989798133089,41.71653547410505],[-72.84011498140435,41.71658447410752],[-72.84013498141114,41.71658947410784],[-72.84031798147349,41.7166374741112],[-72.8405439815523,41.716728474121474],[-72.84228998217283,41.71763447424017],[-72.84236698219947,41.71766147424292],[-72.84643198360652,41.719116474392685],[-72.84684998375364,41.719308474416295],[-72.8475579840071,41.719707474470525],[-72.84883798446373,41.72040047456307],[-72.84977698479928,41.72091947463303],[-72.8498259848169,41.72094847463705],[-72.85070898513449,41.72147147470959],[-72.85219698566625,41.72229347482034],[-72.8532299860362,41.72287747489978],[-72.85582798696673,41.72434847510005],[-72.85633298714716,41.72462647513743],[-72.85737298751874,41.725199475214524],[-72.85776798766139,41.72544347524889],[-72.8587869880295,41.726074475337875],[-72.8589519880892,41.726178475352626],[-72.85934498823144,41.726426475387846],[-72.85970398836139,41.72665347542009],[-72.85984798841353,41.72674447543302],[-72.85988898842844,41.726771475436905],[-72.86057098867634,41.72722047550162],[-72.86077498875014,41.72734847551975],[-72.8609579888164,41.727464475536244],[-72.8611469888831,41.72755447554752],[-72.86123998891587,41.72759747555281],[-72.86130698893953,41.72762947555683],[-72.86134598895332,41.72764847555925],[-72.86178198910811,41.72787147558822],[-72.8619409891646,41.727953475598916]]]},"properties":{"name":4602.03,"geoid":"09003460203"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.50263287813836,41.83359750756304],[-72.50264887813947,41.83352550754863],[-72.50293087816189,41.8323065073043],[-72.50303887816564,41.831754507194276],[-72.50321187817194,41.83087650701924],[-72.50376487819284,41.82808150646196],[-72.5038848781974,41.82747550634113],[-72.50409187820468,41.82641950613063],[-72.50443587821779,41.824682505784246],[-72.50460687823313,41.82397350564188],[-72.505093878278,41.82197550524054],[-72.50525587829326,41.82131650510807],[-72.50525687829322,41.8213105051069],[-72.50530487829754,41.82111150506694],[-72.50533087829997,41.82100550504564],[-72.50540187829472,41.82050750494721],[-72.50541687829346,41.82039950492586],[-72.50543087829271,41.820306504907464],[-72.50560887834884,41.820272504895215],[-72.5057378783895,41.820247504886275],[-72.50666187868099,41.820073504823185],[-72.50697087877855,41.820016504802304],[-72.50832387919884,41.81964750468785],[-72.51238688046115,41.81854250434474],[-72.51374088088183,41.81817450423044],[-72.51432988106295,41.81798150417434],[-72.51609788160678,41.817405504006665],[-72.51668788178827,41.81721350395074],[-72.51721288195478,41.81713050391796],[-72.51878988245521,41.81688550382027],[-72.5193158826221,41.81680350378763],[-72.51966788273401,41.81675250376654],[-72.52072488307027,41.81660350370401],[-72.52107788318256,41.81655350368307],[-72.52153388332519,41.816446503647846],[-72.52290288375353,41.81612750354251],[-72.52335988389655,41.816021503507436],[-72.52366388399182,41.815953503484586],[-72.52457688427808,41.81575150341641],[-72.52488188437374,41.81568450339372],[-72.525680884621,41.815450503323014],[-72.52807888536331,41.81475250311159],[-72.52887888561094,41.81451950304104],[-72.52892088562537,41.8145325030422],[-72.52904988566966,41.81457150304561],[-72.52909288568449,41.814585503046956],[-72.52947588581506,41.81468450305383],[-72.53062788620777,41.81498150307437],[-72.53068488622722,41.814996503075456],[-72.53076388625412,41.815016503076784],[-72.53101188633873,41.81508150308141],[-72.53107788636136,41.81510050308298],[-72.53127788642989,41.815158503087794],[-72.53134488645289,41.815178503089506],[-72.53177388659995,41.81530350309993],[-72.53212788672124,41.81540550310831],[-72.53215188672952,41.8154135031091],[-72.5324228868234,41.81550950311897],[-72.53272188692782,41.81563050313279],[-72.53288488698523,41.81570450314187],[-72.53356288722881,41.8160975031961],[-72.53430888750593,41.81668950328657],[-72.53496888775112,41.81721350336667],[-72.53562488798892,41.81763050342622],[-72.53654988832723,41.81827150352044],[-72.53660088834559,41.8183015035246],[-72.53672388838993,41.81837550353495],[-72.53813488888672,41.819015503613436],[-72.53916388924755,41.81945650366569],[-72.54007488956518,41.81981550370588],[-72.54080288981669,41.8200615037301],[-72.54130088998684,41.82019650374024],[-72.54167489011935,41.82038050376383],[-72.5419768902267,41.820535503784086],[-72.5420228902436,41.82056850378899],[-72.54240789038515,41.82084850383074],[-72.54269089049026,41.82107250386495],[-72.54356189081517,41.821786503974955],[-72.543668890855,41.82187250398813],[-72.54399289097547,41.82213150402777],[-72.544101891016,41.82221850404108],[-72.5450428913659,41.82297050415619],[-72.54513689140084,41.82304550416765],[-72.54685289203996,41.824434504380946],[-72.54745089226161,41.82489950445158],[-72.5477478923694,41.82509050447895],[-72.54790389242514,41.82517550449039],[-72.54895589280115,41.825750504567736],[-72.54896189280328,41.82575350456811],[-72.54944289297475,41.826008504601965],[-72.54949989299506,41.826038504605926],[-72.54987889312937,41.8262255046299],[-72.55036289329651,41.82638750464568],[-72.55086989346839,41.826501504651475],[-72.55098689350793,41.82652550465236],[-72.55152089368846,41.82663650465671],[-72.55160189371567,41.82665050465682],[-72.5518228937901,41.82669150465767],[-72.5518468937981,41.82669450465747],[-72.55192989382591,41.82670750465733],[-72.55188589382394,41.826923504700446],[-72.55188589384194,41.827238504761254],[-72.55185689384199,41.82740450479422],[-72.55187189386052,41.827643504839884],[-72.55189389387806,41.82782450487412],[-72.55193689391245,41.82818050494147],[-72.5519778939376,41.82838650497992],[-72.55131089378573,41.82953450522285],[-72.55111389373576,41.82978450527741],[-72.55111389374503,41.82994650530869],[-72.55111389376306,41.8302615053695],[-72.5511108937727,41.8304475054055],[-72.55110589379458,41.83085850548498],[-72.5509198937389,41.83094550550774],[-72.55058189363963,41.83113750555561],[-72.55039489358721,41.83128750559055],[-72.55021789354025,41.831475505632504],[-72.55019889353524,41.831496505637176],[-72.55010289351142,41.83162750566552],[-72.54988989345486,41.83185350571596],[-72.54951389335497,41.83225150580482],[-72.54847889306279,41.83304550599119],[-72.54712989268192,41.83407950623393],[-72.54642789248176,41.83458350635368],[-72.54576089228632,41.83497050644971],[-72.5445418919262,41.83562650661531],[-72.54439089188163,41.83570850663599],[-72.54428989185212,41.835768506650794],[-72.543530891623,41.836091506737404],[-72.54274189138393,41.83641150682442],[-72.54238389127498,41.8365485068623],[-72.54097389083843,41.836957506986344],[-72.54062289072964,41.83705750701688],[-72.54013589058123,41.83724050706779],[-72.53914989028601,41.83770250718848],[-72.53769588985236,41.838413507372216],[-72.53739988976403,41.83855750740947],[-72.53709088967244,41.83871850745044],[-72.53529088913905,41.8396595076896],[-72.53469088896134,41.83997450776958],[-72.53456688892527,41.840051507788424],[-72.53444688889041,41.840126507806715],[-72.53419488881714,41.84028250784488],[-72.53407188878141,41.84035950786369],[-72.53410188878152,41.840190507830116],[-72.53419288878233,41.83968550772975],[-72.53422388878285,41.83951750769631],[-72.53416788876223,41.83947650769019],[-72.53398888869886,41.839389507679115],[-72.53397488869395,41.83938350767842],[-72.53375688861797,41.83929850766899],[-72.53324088843813,41.8390975076467],[-72.53299188835136,41.839000507635944],[-72.53285788830512,41.83895650763173],[-72.5326848882455,41.83890050762646],[-72.53176988793003,41.83860350759838],[-72.53139488780042,41.83847650758586],[-72.5281178866679,41.83736650747642],[-72.52664388615416,41.83679150741254],[-72.52605688594963,41.83656350738729],[-72.52550888575465,41.83627950734999],[-72.5251368856206,41.83605750731902],[-72.52504988558924,41.836005507311775],[-72.52465888544722,41.83575250727544],[-72.52431688532273,41.835526507242754],[-72.52370988510621,41.835202507199604],[-72.52318188491834,41.83492950716381],[-72.52174688440066,41.834062507042276],[-72.52006688379868,41.83311850691374],[-72.51997888376717,41.833069506907115],[-72.51953188361026,41.83287550688393],[-72.51891588339359,41.832600506850525],[-72.515818882331,41.831685506772835],[-72.51572988231162,41.8318545068083],[-72.51529988221817,41.832674506980325],[-72.51479688211671,41.833771507208176],[-72.51444088202526,41.834203507302924],[-72.51439088201792,41.83436050733483],[-72.5143658820225,41.83458350737869],[-72.51430688201691,41.83482250742669],[-72.51399488191014,41.83473550741987],[-72.51312688161326,41.83449550740127],[-72.51306088159122,41.83448650740164],[-72.51291788154347,41.83446750740255],[-72.51273988148614,41.834480507410746],[-72.51261488144772,41.83452150742265],[-72.51224288133344,41.83464550745847],[-72.51211888129538,41.83468750747053],[-72.51193888123962,41.834739507486326],[-72.51189288122542,41.8347535074905],[-72.51170188116573,41.834799507505465],[-72.51150488110346,41.83483450751852],[-72.51138988106598,41.83483550752239],[-72.51120388100553,41.8348395075291],[-72.51095488092396,41.83483350753589],[-72.51070088083813,41.834781507533975],[-72.51060688080591,41.834754507531756],[-72.51011288063692,41.834617507521095],[-72.50886488020808,41.8342375074876],[-72.5084448800638,41.834110507476495],[-72.50830388001285,41.8340235074642],[-72.50807887993903,41.834016507470025],[-72.50769487981421,41.83402450748384],[-72.50764687979814,41.83401750748402],[-72.50744087972933,41.83398950748519],[-72.50710087961312,41.8338965074781],[-72.5066328794493,41.8337015074554],[-72.50578987915581,41.833378507419965],[-72.50517687894242,41.833143507394176],[-72.50489187884425,41.83305250738571],[-72.50403687854973,41.8327795073603],[-72.50375187845158,41.83268950735203],[-72.50367187843068,41.832780507372156],[-72.50356587840558,41.832946507407584],[-72.50356387840506,41.83294850740802],[-72.50345987838476,41.833187507457495],[-72.50336687836366,41.83334950749174],[-72.5032838783435,41.83347050751774],[-72.50318587831609,41.833550507536316],[-72.50306287827843,41.83359350754854],[-72.5029518782422,41.83359350755208],[-72.50268987815701,41.833598507561426],[-72.50263287813836,41.83359750756304]]]},"properties":{"name":4872.01,"geoid":"09003487201"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.53407188878141,41.84035950786369],[-72.53390788873516,41.84048650789344],[-72.53341688859678,41.84086750798266],[-72.53325388855093,41.84099550801258],[-72.53303488848857,41.84115450805027],[-72.53301088848175,41.84117250805452],[-72.53258788835973,41.84145150812189],[-72.53235188829096,41.841595508157205],[-72.53212188822413,41.84173850819219],[-72.53087488786126,41.84250750838046],[-72.5307028878119,41.84262550840874],[-72.53033588770676,41.84288050846967],[-72.52992488758565,41.843107508526614],[-72.52936688742173,41.84342450860564],[-72.52855188718335,41.84390550872453],[-72.52789288699579,41.84438550883823],[-72.52741888686828,41.84485950894486],[-72.52702188676435,41.845307509044005],[-72.5267828867035,41.84560650910934],[-72.52675188669537,41.84564150911709],[-72.52626588656884,41.84620150924068],[-72.52564588640635,41.84689750939481],[-72.52545788635607,41.84709050943807],[-72.52489688620614,41.84766950956772],[-72.52470988615622,41.84786350961115],[-72.52383188592786,41.84887950983526],[-72.5219448854373,41.85106751031776],[-72.52118588523828,41.85191751050605],[-72.52029188500394,41.85292051072813],[-72.52015788497104,41.85310951076888],[-72.52008688495128,41.853169510782735],[-72.5193458847456,41.85380051092815],[-72.51924188471676,41.85388951094867],[-72.51866288455614,41.854384511062655],[-72.5183018844563,41.85469851113479],[-72.517826884325,41.85511251122984],[-72.51691088407377,41.85594551141985],[-72.51595588381126,41.85680451161609],[-72.51566788373216,41.85706451167547],[-72.51540888365903,41.857263511722124],[-72.51514288358402,41.857469511770375],[-72.5151318835805,41.85747051177092],[-72.51493088351697,41.85750651178429],[-72.51404288323499,41.857642511838904],[-72.51077288219673,41.85814551204044],[-72.50968388185099,41.858313512107664],[-72.50813188135768,41.85854351220162],[-72.50347887987884,41.859234512483596],[-72.50192787938592,41.859465512577714],[-72.50187287936865,41.85947751258178],[-72.50104587910953,41.85966551264447],[-72.49681087778234,41.86062451296475],[-72.4969268777962,41.86020451288001],[-72.49700487780221,41.85986451281193],[-72.49724487782224,41.858844512607476],[-72.49726287782372,41.85876751259205],[-72.4973258778293,41.8585055125395],[-72.4976068778619,41.857471512331024],[-72.49845187796042,41.85436951170553],[-72.49873387799346,41.85333751149741],[-72.49879487797882,41.85273251137872],[-72.4989868779379,41.85091951102274],[-72.49905087792432,41.85031651090434],[-72.49909887792668,41.850083510857836],[-72.49970387795953,41.84720251028256],[-72.50138287805066,41.839205508685495],[-72.50166487806612,41.83786450841764],[-72.50232087810255,41.83475350779616],[-72.50233087810307,41.83470550778658],[-72.50237387810756,41.83453850775297],[-72.50238187810837,41.83450650774654],[-72.50258487813262,41.83377150759818],[-72.50263087813833,41.83360850756523],[-72.50263287813836,41.83359750756304],[-72.50268987815701,41.833598507561426],[-72.5029518782422,41.83359350755208],[-72.50306287827843,41.83359350754854],[-72.50318587831609,41.833550507536316],[-72.5032838783435,41.83347050751774],[-72.50336687836366,41.83334950749174],[-72.50345987838476,41.833187507457495],[-72.50356387840506,41.83294850740802],[-72.50356587840558,41.832946507407584],[-72.50367187843068,41.832780507372156],[-72.50375187845158,41.83268950735203],[-72.50403687854973,41.8327795073603],[-72.50489187884425,41.83305250738571],[-72.50517687894242,41.833143507394176],[-72.50578987915581,41.833378507419965],[-72.5066328794493,41.8337015074554],[-72.50710087961312,41.8338965074781],[-72.50744087972933,41.83398950748519],[-72.50764687979814,41.83401750748402],[-72.50769487981421,41.83402450748384],[-72.50807887993903,41.834016507470025],[-72.50830388001285,41.8340235074642],[-72.5084448800638,41.834110507476495],[-72.50886488020808,41.8342375074876],[-72.51011288063692,41.834617507521095],[-72.51060688080591,41.834754507531756],[-72.51070088083813,41.834781507533975],[-72.51095488092396,41.83483350753589],[-72.51120388100553,41.8348395075291],[-72.51138988106598,41.83483550752239],[-72.51150488110346,41.83483450751852],[-72.51170188116573,41.834799507505465],[-72.51189288122542,41.8347535074905],[-72.51193888123962,41.834739507486326],[-72.51211888129538,41.83468750747053],[-72.51224288133344,41.83464550745847],[-72.51261488144772,41.83452150742265],[-72.51273988148614,41.834480507410746],[-72.51291788154347,41.83446750740255],[-72.51306088159122,41.83448650740164],[-72.51312688161326,41.83449550740127],[-72.51399488191014,41.83473550741987],[-72.51430688201691,41.83482250742669],[-72.5143658820225,41.83458350737869],[-72.51439088201792,41.83436050733483],[-72.51444088202526,41.834203507302924],[-72.51479688211671,41.833771507208176],[-72.51529988221817,41.832674506980325],[-72.51572988231162,41.8318545068083],[-72.515818882331,41.831685506772835],[-72.51891588339359,41.832600506850525],[-72.51953188361026,41.83287550688393],[-72.51997888376717,41.833069506907115],[-72.52006688379868,41.83311850691374],[-72.52174688440066,41.834062507042276],[-72.52318188491834,41.83492950716381],[-72.52370988510621,41.835202507199604],[-72.52431688532273,41.835526507242754],[-72.52465888544722,41.83575250727544],[-72.52504988558924,41.836005507311775],[-72.5251368856206,41.83605750731902],[-72.52550888575465,41.83627950734999],[-72.52605688594963,41.83656350738729],[-72.52664388615416,41.83679150741254],[-72.5281178866679,41.83736650747642],[-72.53139488780042,41.83847650758586],[-72.53176988793003,41.83860350759838],[-72.5326848882455,41.83890050762646],[-72.53285788830512,41.83895650763173],[-72.53299188835136,41.839000507635944],[-72.53324088843813,41.8390975076467],[-72.53375688861797,41.83929850766899],[-72.53397488869395,41.83938350767842],[-72.53398888869886,41.839389507679115],[-72.53416788876223,41.83947650769019],[-72.53422388878285,41.83951750769631],[-72.53419288878233,41.83968550772975],[-72.53410188878152,41.840190507830116],[-72.53407188878141,41.84035950786369]]]},"properties":{"name":4872.02,"geoid":"09003487202"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.50255987677897,41.81018450304411],[-72.50233087670553,41.81020650305569],[-72.50156787646172,41.81029550309721],[-72.4985948755119,41.81064550325968],[-72.49760387519531,41.810762503313896],[-72.49759587519274,41.81076350331434],[-72.49733587510966,41.81079350332842],[-72.49723087507616,41.810806503334305],[-72.4965318748523,41.81087950337069],[-72.49626487476685,41.81090850338482],[-72.49571487459075,41.81096650341356],[-72.49539987448988,41.81099950342999],[-72.49280487365893,41.81127250356548],[-72.49195987338838,41.81136150360961],[-72.49194187338256,41.8113625036104],[-72.49161987327953,41.81139750362742],[-72.49157487326512,41.81140250362982],[-72.4906538729684,41.81146750367176],[-72.49033287286511,41.811492503686814],[-72.49009087278354,41.811446503685644],[-72.49004387276793,41.811441503686176],[-72.48954287260639,41.81147450370854],[-72.48943187257069,41.8114835037138],[-72.48791087208598,41.81168450380115],[-72.487869872073,41.81169150380379],[-72.4878428720643,41.81169350380505],[-72.48736487191213,41.811759503833045],[-72.48697287178967,41.81185450386389],[-72.48579587142218,41.81214350395725],[-72.48540487130022,41.81224150398863],[-72.4852078712384,41.81228450400324],[-72.48511187120754,41.812292504007836],[-72.4842258709233,41.81237650405232],[-72.48393087082871,41.812405504067314],[-72.48367687074695,41.81242450407908],[-72.4822088702743,41.81253450414714],[-72.4770458686124,41.812927504387616],[-72.4760298682854,41.81300550443507],[-72.47599886826275,41.81278550439357],[-72.47592986821293,41.81230550430303],[-72.4758038681306,41.81158150416719],[-72.47553586795588,41.810048503879564],[-72.47435686718593,41.803278502609146],[-72.474129867038,41.80198050236557],[-72.47396386692942,41.80102350218593],[-72.47394786691908,41.80093350216906],[-72.47390086688844,41.80066450211857],[-72.47388586687849,41.80057550210186],[-72.47383486684518,41.80028250204685],[-72.4736848667463,41.79940450188198],[-72.47364086671743,41.79914950183409],[-72.47372886674579,41.79914350183013],[-72.47380786677112,41.79913550182605],[-72.47431186693312,41.799093501801906],[-72.47438286695599,41.79908850179865],[-72.47448086698729,41.79907650179323],[-72.47747986794931,41.79879150164262],[-72.478513868281,41.79869350159072],[-72.47858486830256,41.79866550158305],[-72.47883986837995,41.798563501555215],[-72.47905786844166,41.79839850151639],[-72.4793528685302,41.79826350148089],[-72.479660868628,41.798216501461994],[-72.4810988690901,41.798094501392605],[-72.48133286916466,41.798063501379154],[-72.48155986923437,41.79798750135723],[-72.48169186926971,41.797851501326754],[-72.48197786933875,41.79742550123532],[-72.48233086942201,41.79686550111585],[-72.48259086949778,41.796706501076834],[-72.48282486956857,41.79660950105062],[-72.48323986969848,41.79651350101884],[-72.4837078698439,41.796386500979395],[-72.48433087003203,41.79612150090832],[-72.48490287020594,41.79589950084719],[-72.48532887034371,41.79587850082955],[-72.48559887043132,41.79587050081941],[-72.48747387103975,41.79581550074902],[-72.48860787140434,41.79572250069489],[-72.48922787160355,41.7956695006649],[-72.48973487176582,41.7956155006383],[-72.49050187200989,41.79550850059318],[-72.49047387198813,41.79528650055116],[-72.49044287196425,41.795044500505384],[-72.492411872604,41.795001500434296],[-72.49462187332419,41.79499050036171],[-72.4966458739858,41.7950165003022],[-72.49726787418633,41.79497550027445],[-72.49807187444316,41.794880500230434],[-72.49957487492266,41.79469250014618],[-72.50165687558786,41.79444950003283],[-72.50427487642536,41.794162499893865],[-72.5053128767579,41.794057499840456],[-72.50640187710304,41.7938814997717],[-72.50698187728634,41.7937784997333],[-72.50862287781342,41.793636499653495],[-72.5090818779651,41.79367149964561],[-72.50930087804053,41.79374149965216],[-72.50945087809163,41.79377949965472],[-72.51056987847274,41.79406349967388],[-72.51094287859979,41.79415849968035],[-72.5112348786992,41.794231499685125],[-72.51211287899801,41.794450499699444],[-72.51240587909778,41.79452449970441],[-72.51291687927122,41.794643499711086],[-72.51322887937462,41.79467249970672],[-72.51344087944491,41.794692499703835],[-72.51526988003894,41.79464949963714],[-72.51554288012814,41.79465249962901],[-72.51636188039593,41.79466449960518],[-72.51663588048551,41.794668499597215],[-72.51688988056847,41.794670499589486],[-72.51734688071787,41.79467649957607],[-72.51762988080964,41.79466749956529],[-72.51765288081714,41.79466749956457],[-72.51790788090035,41.794668499556614],[-72.51832188103361,41.79463749953741],[-72.51862988113245,41.79460949952217],[-72.52079588182777,41.79441549941553],[-72.52151888205991,41.79435149938008],[-72.5215378820766,41.794535499415026],[-72.5191648813128,41.79471249952499],[-72.51803988095423,41.79485849958912],[-72.51767588083825,41.794906499610015],[-72.51682488056704,41.79501749965862],[-72.51559188017428,41.79518149972966],[-72.51493887996897,41.79531549977639],[-72.51435087978545,41.79546049982318],[-72.51362887956395,41.79570549989357],[-72.51329087946192,41.795849499932174],[-72.51265687927071,41.79612250000517],[-72.51193487905627,41.7964915000995],[-72.51131587887502,41.79685350018923],[-72.5109148787577,41.797089500247615],[-72.51043387861891,41.797407500324404],[-72.51013387853249,41.79760750037262],[-72.50954487836661,41.79806750048031],[-72.50954087836554,41.7980715004812],[-72.50901487822122,41.79854950059035],[-72.5086958781381,41.798916500671425],[-72.50856587810428,41.79906750070476],[-72.50797387795824,41.79989250088306],[-72.50786787793632,41.800114500929325],[-72.5076588778932,41.800554501021004],[-72.50731087781932,41.80124950116638],[-72.50727287781069,41.801315501180355],[-72.50600587752432,41.803541501650855],[-72.50558387742903,41.80428450180787],[-72.5053248773714,41.80475550190711],[-72.50494687728755,41.80544750205288],[-72.50477187724864,41.80576650212008],[-72.50470287723343,41.80589450214703],[-72.50314387690156,41.80899350279543],[-72.50291087685203,41.80945750289249],[-72.50255987677897,41.81018450304411]]]},"properties":{"name":5141.01,"geoid":"09003514101"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.55041389097305,41.78542349673177],[-72.55272189168171,41.78465449650939],[-72.55294089174991,41.784598496491576],[-72.55343789190462,41.784469496450754],[-72.55351089192739,41.78445149644495],[-72.55430189218238,41.784400496409795],[-72.55497489240291,41.78441949639195],[-72.55505489242915,41.784422496389986],[-72.55548489257295,41.7844854963884],[-72.55552089257927,41.7843904963689],[-72.55563289259959,41.78410649631043],[-72.55566989260626,41.784012496291076],[-72.55581789263296,41.7836344962133],[-72.5559388926549,41.783327496150086],[-72.55614189270332,41.7830164960835],[-72.55644289277784,41.782602495993864],[-72.55644589277858,41.782598495993014],[-72.55673189285547,41.7823114959284],[-72.55683689288523,41.78223349590995],[-72.5569758929248,41.78213249588599],[-72.55716089297849,41.78201649585766],[-72.55727189301075,41.781947495840775],[-72.55772589314707,41.781742495786645],[-72.55794689321432,41.78165849576336],[-72.5582278932999,41.781552495733855],[-72.55898089353433,41.781358495672286],[-72.55963489373976,41.781221495624905],[-72.55992389382992,41.78115049560194],[-72.56008389388076,41.78112749559238],[-72.56034189396283,41.78109149557718],[-72.5608098941109,41.78101249554695],[-72.56115489422093,41.780969495527614],[-72.56122089424198,41.780961495523954],[-72.56218189454488,41.78077849545785],[-72.56252489465298,41.78071349543432],[-72.5628638947606,41.780662495413644],[-72.56429189521373,41.78044449532582],[-72.56605489577538,41.780214495224996],[-72.56664589596521,41.78016449519641],[-72.56672989599213,41.780156495192195],[-72.56681389601911,41.780149495188155],[-72.56688889604317,41.78014249518441],[-72.56696289606695,41.78013649518088],[-72.56758889626803,41.7800834951506],[-72.56799689639796,41.78002949512712],[-72.56829489649472,41.780022495116235],[-72.56881889666589,41.78002849510062],[-72.56884089667318,41.78003049510031],[-72.56891789669828,41.78003049509785],[-72.56921489679512,41.78003049508835],[-72.56931489682776,41.780031495085346],[-72.56944689687082,41.78003149508111],[-72.56952789689726,41.78003249507872],[-72.5698428970002,41.780036495069425],[-72.56997589704368,41.78003849506555],[-72.57013489709556,41.78003949506068],[-72.57061289725162,41.780043495046144],[-72.5707728973039,41.78004549504141],[-72.57088789734122,41.780042495037165],[-72.5710888974066,41.78003949503015],[-72.57123289745411,41.78004949502747],[-72.57134889749238,41.780057495025304],[-72.57139589750774,41.78005849502399],[-72.57153689755395,41.78006249502025],[-72.57158489756972,41.780064495019104],[-72.57162989758446,41.780065495017865],[-72.57176789762966,41.78006949501422],[-72.57181389764477,41.78007149501313],[-72.5719848977008,41.780076495008636],[-72.57259989790423,41.780127494998816],[-72.57295889802297,41.78015749499312],[-72.57329989813648,41.78019849499012],[-72.57356689822635,41.78024749499105],[-72.57490789868488,41.78062149502044],[-72.57566789894476,41.78083349503709],[-72.57571389896056,41.78084749503831],[-72.57585289900832,41.78089049504218],[-72.57589989902449,41.78090549504358],[-72.57600089905915,41.780935495046144],[-72.57630389916324,41.781028495054414],[-72.57640489919794,41.78105949505718],[-72.57688789936374,41.78120549506994],[-72.57711689944247,41.78127649507633],[-72.57879490001962,41.78180349512447],[-72.57924690017542,41.781951495138614],[-72.57942890023818,41.78201149514438],[-72.57994990041867,41.78219749516364],[-72.57999090046214,41.78272449526417],[-72.58143290126844,41.7886074963548],[-72.58145890128836,41.78880749639259],[-72.58144090132274,41.789511496529194],[-72.58151590136283,41.78978549657975],[-72.58153290137535,41.78990749660277],[-72.58155890139207,41.79005149662975],[-72.5815669013969,41.79009049663703],[-72.58158790141016,41.790202496658],[-72.58158790141033,41.79020549665858],[-72.58167790146784,41.79069849675095],[-72.58169490147887,41.79079449676895],[-72.58177190152811,41.79121649684802],[-72.58180090154679,41.791377496878184],[-72.5818729015927,41.79177049695181],[-72.58189490160679,41.7918914969745],[-72.58196390165114,41.792273497046075],[-72.5819999016742,41.79247149708318],[-72.5820749017222,41.792883497160375],[-72.58210590174214,41.793055497192626],[-72.58222090181582,41.79368849731121],[-72.58224090182857,41.79379749733164],[-72.58232090187958,41.794233497413316],[-72.58234490189524,41.794370497439004],[-72.58240590193417,41.79470349750137],[-72.58242190194441,41.79479149751787],[-72.58248890198719,41.795157497586416],[-72.58249890199377,41.79521549759732],[-72.58251990200706,41.79532849761847],[-72.5825979020572,41.79576049769941],[-72.58262490207443,41.79590749772696],[-72.58269590211998,41.796299497800405],[-72.58270490212561,41.79634649780919],[-72.58272590213926,41.79646549783152],[-72.5827909021807,41.79681949789782],[-72.58281190219435,41.79693849792014],[-72.58287090223189,41.79725849798006],[-72.58290090225111,41.797423498010964],[-72.5829409022769,41.797646498052764],[-72.58300990232101,41.79802449812357],[-72.583034902337,41.79816149814923],[-72.58307690236407,41.7983954981931],[-72.58342290258568,41.8002974985494],[-72.5834359025938,41.80036549856211],[-72.5834669026137,41.800536498594155],[-72.58348190262248,41.80060449860681],[-72.58348590262523,41.800629498611514],[-72.58348990262783,41.80065249861582],[-72.5829819024713,41.80081149866279],[-72.58114990190666,41.80138349883195],[-72.58053990171875,41.80157549888858],[-72.5803489016623,41.8016774989144],[-72.57977890149404,41.80198549899214],[-72.579588901438,41.802088499018105],[-72.5788539012076,41.80225049907294],[-72.57665090051717,41.80273849923773],[-72.57591690028721,41.8029024992929],[-72.5741358997318,41.80334549943549],[-72.56879589806667,41.80467749986369],[-72.56770589772678,41.80494949995111],[-72.56726589759045,41.80507449998934],[-72.56702189751489,41.80514450001066],[-72.56683989745834,41.80519350002596],[-72.56629289728848,41.805342500072236],[-72.56611189723232,41.80539250008769],[-72.5639568965605,41.80593350026113],[-72.56254389612002,41.80628850037494],[-72.55854989487489,41.80729150069643],[-72.55749289454532,41.80755650078142],[-72.55676189431746,41.80774050084036],[-72.5553388938738,41.80809750095481],[-72.55138289263928,41.809070501269275],[-72.55120289258315,41.80911550128373],[-72.53951888893752,41.81200250221488],[-72.53578988777394,41.81292450251215],[-72.53556488770376,41.812980502530145],[-72.53095888625882,41.81398450287127],[-72.53023788603427,41.8141705029302],[-72.52925188572831,41.81444450301465],[-72.52915988569882,41.814453503019315],[-72.52910288568096,41.81446650302364],[-72.52893488562839,41.814505503036536],[-72.52887888561094,41.81451950304104],[-72.52807888536331,41.81475250311159],[-72.525680884621,41.815450503323014],[-72.52488188437374,41.81568450339372],[-72.52457688427808,41.81575150341641],[-72.52366388399182,41.815953503484586],[-72.52335988389655,41.816021503507436],[-72.52290288375353,41.81612750354251],[-72.52153388332519,41.816446503647846],[-72.52107788318256,41.81655350368307],[-72.52072488307027,41.81660350370401],[-72.51966788273401,41.81675250376654],[-72.5193158826221,41.81680350378763],[-72.51878988245521,41.81688550382027],[-72.51721288195478,41.81713050391796],[-72.51668788178827,41.81721350395074],[-72.51609788160678,41.817405504006665],[-72.51432988106295,41.81798150417434],[-72.51374088088183,41.81817450423044],[-72.51238688046115,41.81854250434474],[-72.50832387919884,41.81964750468785],[-72.50697087877855,41.820016504802304],[-72.50666187868099,41.820073504823185],[-72.5057378783895,41.820247504886275],[-72.50560887834884,41.820272504895215],[-72.50543087829271,41.820306504907464],[-72.50555187829738,41.819696504785796],[-72.50591787831256,41.81786950442129],[-72.5060308783173,41.81730650430894],[-72.50604087831795,41.817260504299746],[-72.50611687832296,41.816913504230314],[-72.50634887833932,41.81587350402203],[-72.5064258783447,41.81552750395275],[-72.50642887834493,41.81551450395015],[-72.50643087834513,41.815506503948534],[-72.50650787834464,41.81505750385936],[-72.5067528783443,41.8136505035798],[-72.50682887834445,41.81321850349392],[-72.50683187834476,41.813206503491514],[-72.50683687834496,41.81318150348652],[-72.5071708783584,41.811506503152344],[-72.50753187837351,41.809706502793134],[-72.5042588773238,41.81002050295822],[-72.50255987677897,41.81018450304411],[-72.50291087685203,41.80945750289249],[-72.50314387690156,41.80899350279543],[-72.50470287723343,41.80589450214703],[-72.50477187724864,41.80576650212008],[-72.50494687728755,41.80544750205288],[-72.5053248773714,41.80475550190711],[-72.50558387742903,41.80428450180787],[-72.50600587752432,41.803541501650855],[-72.50727287781069,41.801315501180355],[-72.50731087781932,41.80124950116638],[-72.5076588778932,41.800554501021004],[-72.50786787793632,41.800114500929325],[-72.50797387795824,41.79989250088306],[-72.50856587810428,41.79906750070476],[-72.5086958781381,41.798916500671425],[-72.50901487822122,41.79854950059035],[-72.50954087836554,41.7980715004812],[-72.50954487836661,41.79806750048031],[-72.51013387853249,41.79760750037262],[-72.51043387861891,41.797407500324404],[-72.5109148787577,41.797089500247615],[-72.51131587887502,41.79685350018923],[-72.51193487905627,41.7964915000995],[-72.51265687927071,41.79612250000517],[-72.51329087946192,41.795849499932174],[-72.51362887956395,41.79570549989357],[-72.51435087978545,41.79546049982318],[-72.51493887996897,41.79531549977639],[-72.51559188017428,41.79518149972966],[-72.51682488056704,41.79501749965862],[-72.51767588083825,41.794906499610015],[-72.51803988095423,41.79485849958912],[-72.5191648813128,41.79471249952499],[-72.5215378820766,41.794535499415026],[-72.52154888208611,41.79463949943477],[-72.52154988208707,41.79465049943686],[-72.52155288209003,41.794685499443545],[-72.52155488209138,41.7946974994458],[-72.5215358820931,41.79483649947325],[-72.52147888209845,41.79525649955623],[-72.52146088210056,41.79539649958386],[-72.52145888210038,41.795404499585466],[-72.52145288209991,41.79543049959069],[-72.5214518821001,41.79543949959246],[-72.52128488208923,41.7962044997456],[-72.52108188205102,41.79669549984696],[-72.52092088201664,41.79701349991354],[-72.5208448819999,41.79715449994321],[-72.52022688187544,41.798506500224164],[-72.51987488180616,41.79930450038958],[-72.51983488179835,41.799396500408655],[-72.51980188179188,41.799471500424175],[-72.51958488174972,41.799973500528125],[-72.51951388173615,41.800141500562816],[-72.51934188170256,41.80053650064464],[-72.51923888168268,41.8007765006943],[-72.51888188161071,41.80155650085638],[-72.51881188159695,41.80171550088934],[-72.51863988156343,41.80211150097134],[-72.51854888154602,41.802326501015784],[-72.51839888151756,41.80268550108992],[-72.51834588151785,41.80299350115112],[-72.51830788151862,41.80322450119697],[-72.51828388152192,41.803419501235396],[-72.51821388153262,41.804007501351236],[-72.51819088153627,41.80420350138982],[-72.51816588154212,41.80444850143795],[-72.51809188156001,41.80518550158269],[-72.51806788156622,41.80543150163098],[-72.51803788156668,41.80561150166671],[-72.51797988156808,41.805967501737335],[-72.5179348815638,41.80614950177392],[-72.5178918815599,41.80632750180968],[-72.51777088153786,41.80663250187247],[-72.5176498815159,41.806939501935624],[-72.51743788147851,41.80749650204999],[-72.51742788147851,41.80755350206133],[-72.51737388147939,41.807877502125635],[-72.51735988148285,41.80801850215332],[-72.51733488148503,41.80819950218908],[-72.51731588149018,41.80839850222814],[-72.5172968814958,41.808605502268726],[-72.51716588148952,41.809244502396325],[-72.51710188150918,41.809955502535715],[-72.5170548815237,41.81047850263823],[-72.5171738815616,41.81046250263134],[-72.51721288157427,41.810461502629906],[-72.51746688165706,41.81046050262161],[-72.51768988173109,41.810483502618936],[-72.5177878817637,41.810494502617914],[-72.51783688177997,41.810499502617326],[-72.51784888178399,41.81050150261733],[-72.51789488179934,41.81050750261702],[-72.5181878818973,41.81054950261577],[-72.51821588190671,41.81055450261584],[-72.51858488203175,41.8106365026199],[-72.51898088216812,41.8107625026316],[-72.51917388223539,41.810838502640095],[-72.5194928823467,41.81096550265445],[-72.51957188236726,41.810874502634356],[-72.51968688239981,41.81078750261387],[-72.519890882459,41.810658502582434],[-72.51991388246564,41.810643502578806],[-72.52006388250948,41.81055450255683],[-72.52029888258163,41.810475502534075],[-72.52053988265772,41.81043150251787],[-72.52084288275586,41.810419502505866],[-72.5211638828621,41.810446502500845],[-72.52128388290181,41.81045650249895],[-72.52147088296388,41.81047550249664],[-72.52157088299712,41.81048650249555],[-72.52183988308651,41.81051550249258],[-72.52200288313973,41.81051650248756],[-72.52221388320868,41.81051850248121],[-72.52238488326456,41.81052050247614],[-72.52275488338324,41.810485502457546],[-72.52284488341151,41.81046650245102],[-72.52305288347691,41.810423502436066],[-72.52331788355946,41.81035550241445],[-72.52408988379402,41.81005350233148],[-72.52440388388571,41.809865502285135],[-72.52476988398944,41.80959150222052],[-72.52506288406805,41.80929450215379],[-72.52536188414425,41.808920502072],[-72.52549388417599,41.80872250202954],[-72.5257558842473,41.80847450197326],[-72.52616488436198,41.80814650189685],[-72.5265958844829,41.807802501816646],[-72.52719188464934,41.807312501702945],[-72.52723588466168,41.807277501694784],[-72.5275598847524,41.80701550163382],[-72.52840188498817,41.80633450147538],[-72.52877488509361,41.806050501408606],[-72.52882888510892,41.80601050139914],[-72.52920388521675,41.8057565013381],[-72.52950588530419,41.80556250129098],[-72.52996388543852,41.805299501225555],[-72.53037088555803,41.80506750116773],[-72.53069088565178,41.80488150112158],[-72.53101588574825,41.80471450107893],[-72.53108688576917,41.80467550106913],[-72.53117888579632,41.804625501056535],[-72.53324388640644,41.80351550077613],[-72.53396388661923,41.803129500678544],[-72.53410088665974,41.80305650066008],[-72.5345138867821,41.80284050060515],[-72.53465188682306,41.80276950058703],[-72.53482788687515,41.80267650056345],[-72.53496188691491,41.80260750054584],[-72.53531388701403,41.802332500481455],[-72.53533588702022,41.80231550047747],[-72.53546588705713,41.802219500454775],[-72.53547288705902,41.8022125004532],[-72.5357288871288,41.801972500398655],[-72.53588988717092,41.80179050035835],[-72.53661388735775,41.80092650016831],[-72.53671388738354,41.80080750014211],[-72.5367388873901,41.80077950013592],[-72.53698188745582,41.80054250008235],[-72.53719088751313,41.800352500038976],[-72.53764688764348,41.800030499962205],[-72.54040788846345,41.79862149960176],[-72.54157588881033,41.798025499449295],[-72.54206888895676,41.797774499385035],[-72.54254888909938,41.797530499322555],[-72.5432828893228,41.79725149924519],[-72.54341788936385,41.79719949923083],[-72.54382388948747,41.7970454991881],[-72.5439598895289,41.7969944991739],[-72.54401388954531,41.79697349916812],[-72.54476288977432,41.7967064990926],[-72.54584889010643,41.79632049898331],[-72.54723989054804,41.796110498898265],[-72.5478578907443,41.79601849886074],[-72.5480858908174,41.795996498849206],[-72.54870889102129,41.796009498831786],[-72.54888489107893,41.796013498826944],[-72.54962989132403,41.79605149881046],[-72.55033489155824,41.79612749880261],[-72.55056889163747,41.796178498804984],[-72.55117789184378,41.7963134988116],[-72.55121589185651,41.79631949881153],[-72.5513298918947,41.79633749881137],[-72.55136889190781,41.796344498811465],[-72.55142189191601,41.79618549877906],[-72.55146289192368,41.79608549875843],[-72.55153389193708,41.79591449872312],[-72.55169089196868,41.79557149865184],[-72.55174789198138,41.795468498630115],[-72.55179789198982,41.795330498601835],[-72.55189389200639,41.79507249854894],[-72.55191589201019,41.79501349853683],[-72.55191889201043,41.79500049853423],[-72.55193089201184,41.79495649852534],[-72.55199889202528,41.79480349849361],[-72.55200189202556,41.79479149849118],[-72.55202089202758,41.794718498476485],[-72.55202489202821,41.794706498474035],[-72.55203589202975,41.79467049846672],[-72.55204089203073,41.79465949846444],[-72.55205189203232,41.79462449845733],[-72.55207589203621,41.79455549844323],[-72.55208489203721,41.79452149843637],[-72.55209489203854,41.79448749842949],[-72.55213389204339,41.79434949840157],[-72.55234689206858,41.793574498245015],[-72.55227389202838,41.7932874981919],[-72.55225289201675,41.79320349817635],[-72.55220489198364,41.79289749811875],[-72.55215789195523,41.79266849807601],[-72.55201989187194,41.79199749795078],[-72.55193189177477,41.790798497721916],[-72.55191289175353,41.790534497671516],[-72.5518568917147,41.790174497603736],[-72.55179289166843,41.7897294975198],[-72.55178189166143,41.78966949750855],[-72.55175189164216,41.78950349747744],[-72.55161689156881,41.788989497382424],[-72.55143889148549,41.78854649730252],[-72.55126889141248,41.788238497248436],[-72.55118889137812,41.78809349722297],[-72.55111689134499,41.78792449719261],[-72.55102089130638,41.787796497170966],[-72.55099789129622,41.7877494971626],[-72.55094889127463,41.78765149714523],[-72.55092889126584,41.787611497138144],[-72.55090589125572,41.78756549712998],[-72.55087589124257,41.78750649711954],[-72.55074989118704,41.78725349707468],[-72.55066989114282,41.78693549701579],[-72.55041389097305,41.78542349673177]]]},"properties":{"name":5141.02,"geoid":"09003514102"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.52406285931995,41.37618741806166],[-72.52438885948207,41.377195418248235],[-72.52536685996859,41.380222418808486],[-72.5256938601311,41.38123141899519],[-72.52684786069854,41.3846824196326],[-72.5280078612789,41.38832942030801],[-72.53323186388045,41.40452342330389],[-72.53343886398267,41.405149423419516],[-72.53380486416357,41.40625842362436],[-72.53560986505555,41.41172442463386],[-72.53783886615732,41.418475425880466],[-72.53819986633938,41.41963342609494],[-72.53878286663323,41.421499426440505],[-72.53686186603422,41.42195542659028],[-72.53185486447306,41.423147426981345],[-72.53182186446273,41.42315442698376],[-72.53109886423645,41.423311427037284],[-72.52917086363318,41.42373242718044],[-72.52816786331923,41.42394942725452],[-72.52516186237843,41.42460242747705],[-72.5241598620649,41.42482142755147],[-72.52353886186685,41.424890427584586],[-72.52167586127284,41.425099427684316],[-72.52105586107523,41.42517042771779],[-72.52087986101901,41.425188427726866],[-72.52035486085128,41.425241427753825],[-72.52018086079576,41.425260427763035],[-72.51980486067582,41.42530142778293],[-72.51867986031704,41.425426427842915],[-72.51830486019753,41.42546942786316],[-72.51585785941629,41.42572642799071],[-72.50851885707324,41.42649842837346],[-72.50607285629236,41.42675642850115],[-72.5059078562397,41.42677442850989],[-72.50541585608276,41.42682842853597],[-72.5052518560305,41.42684742854487],[-72.50480585588726,41.42687942856521],[-72.50391885560249,41.426944428605935],[-72.50346785545763,41.42697642862643],[-72.50302185531446,41.42700942864697],[-72.50126285475825,41.4272914287576],[-72.50055985453771,41.42743542880792],[-72.50051185452217,41.42743642880964],[-72.49953585420666,41.42746942884694],[-72.49292685210429,41.42830442921872],[-72.49040085130078,41.42862442936096],[-72.48985985112864,41.42869242939133],[-72.48823785061272,41.42889842948277],[-72.48769785044097,41.42896742951329],[-72.4861728499559,41.42916142959932],[-72.48232084873077,41.429653429817],[-72.48159884850111,41.429745429857746],[-72.48157184849256,41.42974942985938],[-72.48007484801641,41.42994042994394],[-72.47940484780332,41.43002642998188],[-72.47907484769836,41.430068430000475],[-72.47607484674427,41.43045343017034],[-72.47507584642659,41.430582430227055],[-72.47292384574212,41.43085743034865],[-72.47230384554494,41.43093743038386],[-72.4664708436897,41.43168443071372],[-72.46431984300555,41.431960430835446],[-72.46417184295854,41.43198043084402],[-72.46373184281879,41.43204043086962],[-72.46358484277215,41.43206143087836],[-72.46200484226941,41.43226043096705],[-72.46175884219119,41.432292430981065],[-72.4572678407623,41.43286043123358],[-72.45568984026025,41.43306043132239],[-72.45563084024144,41.43306743132562],[-72.45545784018645,41.43309043133556],[-72.45539984016803,41.43309843133896],[-72.45530784013883,41.43311143134441],[-72.45503384005195,41.43315143136085],[-72.45494284002315,41.43316543136645],[-72.4548838400044,41.43317343136985],[-72.45470783994865,41.43320043138069],[-72.45464983993031,41.433209431384284],[-72.45450283988342,41.43322643139222],[-72.45406483974395,41.43327943141637],[-72.45391883969747,41.4332974314245],[-72.4533308395104,41.43337243145768],[-72.45157083895054,41.4335974315571],[-72.45098383876386,41.43367343159045],[-72.45029283852443,41.43340943156073],[-72.44776883764986,41.43244543145229],[-72.4471868374515,41.43228243143884],[-72.44590283701385,41.4319224314091],[-72.44500083670648,41.43167043138838],[-72.44333283612318,41.43093743129798],[-72.4416918355493,41.430216431209054],[-72.44028483505176,41.42949843111332],[-72.43949483477239,41.429095431059594],[-72.43825583433427,41.42846343097534],[-72.43790283420944,41.428283430951346],[-72.43669383376648,41.42738943081502],[-72.4362958336207,41.427095430770194],[-72.43593083348696,41.42682543072901],[-72.43371083260796,41.424003430248305],[-72.4330738323543,41.423167430105245],[-72.43116383159382,41.42066242967656],[-72.43078983144491,41.42017242959272],[-72.43067683138965,41.419839429531265],[-72.43064883137632,41.41976342951734],[-72.43060683135619,41.41964642949583],[-72.43056383133568,41.419529429474345],[-72.43052883131878,41.41943042945612],[-72.43049283130159,41.41933142943793],[-72.43033783122742,41.41890442935949],[-72.42923383078184,41.41734742909038],[-72.42896883067486,41.41697342902572],[-72.4283188304174,41.41614442888439],[-72.42685582983806,41.41428142856684],[-72.42610282952629,41.41307742835552],[-72.42547982924515,41.41166442809932],[-72.4252768290898,41.41005642779181],[-72.42518082901586,41.409287427644706],[-72.42510282895087,41.408574427507965],[-72.42512382888388,41.40724542724785],[-72.425143828818,41.40594242699283],[-72.42515482878643,41.40530942686888],[-72.42521782868596,41.403131426441675],[-72.42522982866664,41.402713426359675],[-72.42524182864733,41.40229542627768],[-72.42524882863522,41.40203642622689],[-72.4252508286332,41.401988426217436],[-72.42542582865028,41.40127142607194],[-72.42566382870224,41.40081342597501],[-72.42646482896727,41.40089542596581],[-72.42886982976312,41.40114442593872],[-72.42967183002857,41.40122842592986],[-72.43008583016787,41.40131242593323],[-72.43059183033817,41.4014164259376],[-72.43111983051215,41.40145742592897],[-72.43134283058333,41.40143342591727],[-72.43174883071296,41.401390425896075],[-72.43176383071807,41.4013944258964],[-72.43206483081978,41.40146342590039],[-72.43308983117073,41.4017814259302],[-72.43348883130164,41.40180242592174],[-72.43355883132462,41.401806425920306],[-72.43403783146871,41.40159642586421],[-72.43431383154201,41.40130042579774],[-72.43459383162477,41.40115142575982],[-72.43502583176374,41.40112442574094],[-72.43533183185991,41.401064425719596],[-72.4356898319686,41.40092542568117],[-72.43622983212884,41.400649425610276],[-72.43661283223828,41.4003774255451],[-72.43683583229345,41.40006542547715],[-72.43708783235155,41.39963642538544],[-72.437108832342,41.39934142532719],[-72.43708283231508,41.39900942526318],[-72.43697383226316,41.39871242520862],[-72.43686183220973,41.3984064251524],[-72.43687683220644,41.398259425123214],[-72.437072832243,41.397770425021555],[-72.43772583243155,41.39734242491742],[-72.43782083245873,41.397275424901345],[-72.4378258324602,41.39727242490059],[-72.43806783252948,41.39710342485998],[-72.43810483253985,41.39707342485294],[-72.43819683256581,41.39700242483619],[-72.43838383261813,41.39684942480042],[-72.43894483277496,41.39638942469291],[-72.43913283282765,41.396237424657315],[-72.4393058328769,41.396111424627264],[-72.43980083300625,41.39554242450056],[-72.4406158332194,41.394609424292696],[-72.44168883349757,41.39333642401029],[-72.44231383365971,41.39259742384628],[-72.44320283393358,41.39232442376496],[-72.44587083475554,41.39150542352097],[-72.44676083502976,41.39123342343981],[-72.44741883523082,41.39100142337376],[-72.44939483583464,41.39030642317578],[-72.45005383603605,41.390075423109884],[-72.45080683626614,41.38981042303441],[-72.45226783671266,41.38929842288838],[-72.45306583695648,41.38901742280835],[-72.45381883718663,41.38875342273306],[-72.45404583725609,41.388675422710676],[-72.45472883746514,41.38844142264344],[-72.45482583749491,41.38840942263413],[-72.45495683753498,41.388364422621216],[-72.45508783757496,41.38831742260791],[-72.4554828376956,41.38817742256813],[-72.45561483773595,41.388131422554984],[-72.45604583786752,41.38797742251131],[-72.45734083826295,41.38751742238067],[-72.45777283839489,41.38736442233716],[-72.45846483860635,41.38712142226789],[-72.45997083906673,41.38659542211768],[-72.45949183889044,41.38622542206053],[-72.45891183867704,41.3857784219915],[-72.45568983748963,41.383259421601046],[-72.45457183707762,41.38238542146556],[-72.45603483754661,41.38226642139621],[-72.4595358386689,41.38198142123019],[-72.46538484054378,41.381504420952645],[-72.46545284056559,41.38149942094952],[-72.46571484064954,41.38147742093696],[-72.46946184185086,41.38117642076002],[-72.47051184218734,41.38108942070991],[-72.47061884222167,41.38108142070499],[-72.47366184319687,41.38083042055998],[-72.47471184353341,41.38074442051007],[-72.47538884375041,41.380689420477964],[-72.47742084440176,41.38052442038165],[-72.47809884461915,41.38047042034972],[-72.47872884482109,41.380419420319875],[-72.4806218454279,41.38026642023027],[-72.48125284563022,41.3802164202006],[-72.4828718461491,41.38008342012354],[-72.48772884770567,41.379685419892525],[-72.48934884822489,41.37955341981563],[-72.49016984848804,41.37948641977662],[-72.49263284927741,41.3792854196596],[-72.49345384954054,41.37921841962062],[-72.49348884955174,41.37921541961892],[-72.49357784958028,41.379208419614756],[-72.49359384958535,41.379206419613844],[-72.49362984959697,41.379204419612314],[-72.4936928496171,41.37919841960915],[-72.49388284967797,41.37918241960003],[-72.49394684969856,41.379178419597224],[-72.49486984999426,41.37910141955306],[-72.49764085088216,41.37887241942084],[-72.49856485117832,41.37879741937701],[-72.49953385148453,41.37864041931575],[-72.50021685170334,41.378583419283046],[-72.50232985238048,41.378410419182536],[-72.50246585242402,41.378398419175895],[-72.50272185250604,41.378377419163705],[-72.50344085273645,41.37831841912948],[-72.50519385329356,41.37809141902978],[-72.50684785381928,41.377878418935936],[-72.50856185436629,41.37769741884643],[-72.51121385521272,41.37741941870835],[-72.51368685599383,41.37701341855092],[-72.51538885653144,41.37673441844265],[-72.51568985662642,41.376683418423184],[-72.5160298567298,41.37655541838743],[-72.51626985680691,41.37653941837673],[-72.51710985707928,41.37652841834803],[-72.51751885721194,41.37652341833412],[-72.51886285765585,41.37665141831666],[-72.51987585798372,41.37662741827995],[-72.52022285809606,41.37661941826743],[-72.52234985878292,41.37654041818477],[-72.52238285879359,41.376539418183526],[-72.52406285931995,41.37618741806166]]]},"properties":{"name":6001,"geoid":"09007600100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.52790285356694,41.25012339327952],[-72.52880785388858,41.25062639334954],[-72.53152285485368,41.2521383935602],[-72.53228185512346,41.25256039361894],[-72.53242785517538,41.25264239363041],[-72.5324838551953,41.252673393634716],[-72.53265285525535,41.252767393647794],[-72.53270985527564,41.252799393652275],[-72.53335585550529,41.25315939370243],[-72.53529485619453,41.25423839385268],[-72.5352958561949,41.25423939385284],[-72.53594285642494,41.25460039390316],[-72.53613485649315,41.25470639391787],[-72.53688185675954,41.25513739397874],[-72.54187385853997,41.25802239438643],[-72.54202085859242,41.25810739439845],[-72.54216885864518,41.25819239441042],[-72.5457348599167,41.26024639470023],[-72.54583785995379,41.260312394709906],[-72.5461528600835,41.26080739479691],[-72.54618686009748,41.260860394806244],[-72.54621986011107,41.260912394815364],[-72.54672786032022,41.26171039495566],[-72.54723586052933,41.26250739509572],[-72.54725486054032,41.262594395112146],[-72.5473138605741,41.262858395162],[-72.54733386058547,41.2629463951786],[-72.54734686059291,41.26300439518954],[-72.54735986060024,41.263060395200114],[-72.54739786062144,41.263220395230235],[-72.54743486064227,41.26337939526022],[-72.54761386074335,41.26415439540635],[-72.54765586076678,41.26433139543969],[-72.54636086051683,41.26740639608279],[-72.5463878605369,41.26761039612188],[-72.54645786058897,41.268139396223255],[-72.54650386062343,41.268491396290734],[-72.54655086065814,41.26884239635798],[-72.54654886065906,41.26887039636354],[-72.54653586066635,41.26907839640468],[-72.54654986067551,41.269161396420486],[-72.54655486068795,41.26935639645852],[-72.5465578606939,41.26944639647604],[-72.54653186068924,41.26951439649019],[-72.54664686073811,41.269722396527285],[-72.54676186078704,41.26993139656457],[-72.54677586079619,41.27001439658039],[-72.54678986080532,41.27009739659621],[-72.54684286084056,41.27042239665817],[-72.547035860969,41.271608396884325],[-72.54678286090032,41.27185139693989],[-72.54648686081974,41.27213139700406],[-72.54572186059906,41.272630397125916],[-72.54568486058902,41.272666397134145],[-72.5450018604058,41.27336139729178],[-72.54492986038525,41.27341239730404],[-72.54433986020994,41.27370539738003],[-72.54474486039612,41.2746913975603],[-72.54481386042596,41.274825397584365],[-72.54483186043369,41.274859397590454],[-72.5449918605035,41.275181397648446],[-72.54514386056967,41.27548439770297],[-72.54578286079817,41.275863397757014],[-72.54625386095785,41.27598539776603],[-72.54660986108932,41.276271397810795],[-72.54768786148719,41.27713439794572],[-72.54804686161981,41.27742339799097],[-72.547736861541,41.27781739807789],[-72.5468058613044,41.27900139833909],[-72.54649686122598,41.27939639842617],[-72.5463368611838,41.27957239846569],[-72.54619786115508,41.279868398528016],[-72.54610386113345,41.28002839856231],[-72.54608886113766,41.28019239859488],[-72.54604286112657,41.28026139860986],[-72.54598686111292,41.280343398627664],[-72.54608786114872,41.28039739863505],[-72.54655686131504,41.280650398669785],[-72.54702586148137,41.28090339870449],[-72.54734486159448,41.281075398728106],[-72.54766286170731,41.28124739875173],[-72.54805686184706,41.281460398780986],[-72.54845086198675,41.28167239881004],[-72.54855086202221,41.281726398817455],[-72.54865186205798,41.28178039882484],[-72.54876286209736,41.28184039883307],[-72.54887386213674,41.28190039884132],[-72.5488748621369,41.281897398840705],[-72.5488848621392,41.28188039883705],[-72.54889486214151,41.28186339883341],[-72.54892486215043,41.28184839882953],[-72.54902686218065,41.28179639881612],[-72.54910886220483,41.281752398804926],[-72.54917086222325,41.281721398796904],[-72.54928286225599,41.28165639878064],[-72.5511288627963,41.28059139851385],[-72.55134286286567,41.280589398506706],[-72.55149486291509,41.28059039850209],[-72.55158586294463,41.28059039849922],[-72.5516778629745,41.28059039849632],[-72.55202086308587,41.28059039848549],[-72.5523638631973,41.28059139847485],[-72.55256686326322,41.28059139846845],[-72.55276886332881,41.28059139846207],[-72.55289686337042,41.28059239845821],[-72.55302486341198,41.28059239845417],[-72.55370686363347,41.28059339843282],[-72.5541208637679,41.28059339841974],[-72.55438886385498,41.28059439841149],[-72.55464186393714,41.280594398403494],[-72.55489486401932,41.280595398395704],[-72.55502886406401,41.28061639839558],[-72.55543586420615,41.280796398417955],[-72.5557638643268,41.28105139845752],[-72.55622886449777,41.2814113985133],[-72.55723686485777,41.28200039859675],[-72.55732286492693,41.282743398739484],[-72.55733786493884,41.28287039876387],[-72.55735286495077,41.28299739878826],[-72.55735486495794,41.2831143988111],[-72.55735886496727,41.283259398839355],[-72.5574348650166,41.28370339892386],[-72.55860086543318,41.284387399020915],[-72.55882286551314,41.28452939904169],[-72.55904586559349,41.28467239906264],[-72.55913386562557,41.2847353990722],[-72.55913986562774,41.284739399072784],[-72.55929186568653,41.28490939910126],[-72.55931286569852,41.28500239911879],[-72.5593198657024,41.28503139912425],[-72.55928686569585,41.285106399139984],[-72.55981286590458,41.28578939925704],[-72.56002986599076,41.286072399305574],[-72.56034086611417,41.28647639937483],[-72.56113286642865,41.28750839955179],[-72.56270986699204,41.2884323996828],[-72.56274086700243,41.288438399682995],[-72.5635458672733,41.288609399691026],[-72.56373986733905,41.28865839969448],[-72.56393486740502,41.28870639969771],[-72.5639778674338,41.2889733997486],[-72.56401386744562,41.288975399747855],[-72.5641658674957,41.288988399745584],[-72.56430186754048,41.288999399743446],[-72.56453486763645,41.289365399807714],[-72.5645858676574,41.28944439982157],[-72.56463086767562,41.289509399832866],[-72.56462886767598,41.28952739983645],[-72.56455686767156,41.28986839990546],[-72.56452886767006,41.290005399933165],[-72.56446186764742,41.28998939993214],[-72.56434786760896,41.28996339993066],[-72.56426286758014,41.28994139992904],[-72.56425486757742,41.2899393999289],[-72.5641978675581,41.28992439992777],[-72.56414086753885,41.28991139992703],[-72.5635048673234,41.289750399915626],[-72.5629938671503,41.28962139990652],[-72.5615788666714,41.28927139988275],[-72.56142786662015,41.28923139987968],[-72.56073686638588,41.28905339986669],[-72.56048486630046,41.28898839986192],[-72.56004386615136,41.288882399855126],[-72.55960086600203,41.28878339984974],[-72.55845486561769,41.2885633998429],[-72.55830586556796,41.28853939984292],[-72.55813286551023,41.288511399842896],[-72.55742786527593,41.28841439984618],[-72.55681586507343,41.28834639985221],[-72.55669686503407,41.28833339985343],[-72.55634886491924,41.28830039985797],[-72.55579186473604,41.28825839986733],[-72.55510586451118,41.28822039988158],[-72.55482286441861,41.288208399888155],[-72.55324086390303,41.288174399931485],[-72.55086986313033,41.28812439999658],[-72.55086386312838,41.288124399996775],[-72.55002986285675,41.28810940002018],[-72.5489358625004,41.288089400050815],[-72.54838586232124,41.28807940006624],[-72.54789386216099,41.28807040008],[-72.54762786207444,41.28806740008783],[-72.54673886178465,41.28804740011198],[-72.54615786159465,41.28802340012564],[-72.54588386150475,41.288006400130946],[-72.54458986108033,41.28793040015695],[-72.53965485946158,41.2876384002556],[-72.53946085939802,41.28762840025976],[-72.53857685910853,41.28758440027906],[-72.53838985904757,41.28758040028417],[-72.53794385890237,41.28757340029689],[-72.53716985865206,41.28759240032504],[-72.53659785846826,41.28762740034995],[-72.53624585835556,41.28765640036672],[-72.53589185824259,41.28769240038494],[-72.53551885812347,41.287728400403765],[-72.53439885776586,41.28783840046065],[-72.5340268576471,41.28787540047962],[-72.53372185754846,41.28788240049062],[-72.53361285751355,41.28789140049584],[-72.5323768571183,41.288001400556354],[-72.5319648569866,41.2880394005768],[-72.53147885683114,41.288082400600565],[-72.53002085636483,41.28821140067182],[-72.52953585620978,41.288255400695725],[-72.52939485616476,41.28826940070293],[-72.52937285615779,41.2882724007042],[-72.52914085608333,41.28828840071466],[-72.52897185602905,41.288299400722146],[-72.52883185598421,41.288310400728705],[-72.52839885584591,41.28835240075059],[-72.52684085534781,41.288494400827545],[-72.52644185522026,41.28853040084718],[-72.52502485476703,41.28865540091633],[-72.52494885474266,41.288661400919935],[-72.52491085472106,41.28849440088843],[-72.52490285470623,41.28827340084542],[-72.52516285475916,41.287705400726054],[-72.52555185484061,41.28689640055541],[-72.52572785488609,41.28668540050854],[-72.5263468550631,41.28625240040426],[-72.52635485506053,41.286159400385806],[-72.52631785504485,41.28609340037405],[-72.52624085501674,41.286037400365515],[-72.52614385498134,41.28596740035487],[-72.52601985494013,41.28595040035545],[-72.52594685491793,41.285977400363045],[-72.52582385488444,41.28609340038963],[-72.52571885485077,41.28610140039451],[-72.52568385483879,41.28609040039346],[-72.52534285471269,41.285813400349994],[-72.5249718545794,41.28558240031648],[-72.52467385447504,41.28544540029905],[-72.52404085424726,41.28504440024053],[-72.52388885419029,41.2849074002185],[-72.52367085411584,41.28484140021245],[-72.52354685407069,41.28475340019913],[-72.52345185403163,41.284605400173156],[-72.52334285397795,41.284275400111994],[-72.52329985396214,41.284242400106905],[-72.52317185391519,41.28414540009194],[-72.52309885388846,41.28409040008347],[-72.5228978538147,41.28393740005987],[-72.52285885380037,41.28390740005522],[-72.52280685377978,41.283840400043744],[-72.5227678537644,41.28379140003536],[-72.52270785374074,41.283716400022584],[-72.52273985374899,41.28367740001394],[-72.522739853738,41.28347939997518],[-72.52277585374298,41.28335839995036],[-72.52268185370609,41.283243399930804],[-72.52251485364486,41.28311739991141],[-72.5223178535681,41.282886399872396],[-72.52228885354987,41.282727399842194],[-72.52229685355003,41.282683399833324],[-72.52255885362996,41.28259039980684],[-72.52259485363493,41.28246939978203],[-72.52248385359472,41.282394399770844],[-72.52246285358436,41.28233039975898],[-72.522441853574,41.2822663997471],[-72.52233285352013,41.28193339968534],[-72.52267885361199,41.281563399602],[-72.52345485385939,41.28148039956128],[-72.52382285397667,41.28144039954184],[-72.52419085409402,41.28140139952259],[-72.52446685418197,41.28137139950801],[-72.52448385418435,41.28131439949632],[-72.52459085419913,41.28095439942246],[-72.52469685421366,41.28059539934883],[-72.52473885421948,41.2804543993199],[-72.52477985422505,41.28031439929119],[-72.5248588542473,41.28025339927677],[-72.52495385426995,41.28010539924479],[-72.52494685425548,41.279885399201945],[-72.52491385424018,41.27980239918672],[-72.5249298542405,41.27971439916899],[-72.52497985424209,41.279450399115724],[-72.52499785424313,41.27936339909813],[-72.52504885424932,41.27917639905991],[-72.52508985425436,41.27902739902944],[-72.52498085420473,41.27877039898256],[-72.52492185417815,41.27863639895817],[-72.524912854174,41.27861439895417],[-72.52484585414366,41.278459398925925],[-72.52481985412656,41.2783033988962],[-72.52483685410687,41.277848398806576],[-72.52478485407707,41.2776153987626],[-72.524661854019,41.27728839870244],[-72.52462985400085,41.27714839867605],[-72.52467685400178,41.276889398623844],[-72.52552885424656,41.276314398484395],[-72.52559585426692,41.276289398477395],[-72.52587185435114,41.27619139844949],[-72.52609785441759,41.276066398417896],[-72.52628985446884,41.27586639837266],[-72.52635685448196,41.27571039834001],[-72.52633685446926,41.275598398318714],[-72.52618185441206,41.27547439829933],[-72.52576085426101,41.27521539826188],[-72.52557285419614,41.2751463982543],[-72.52538485413127,41.27507739824672],[-72.52490485398332,41.275220398289854],[-72.5245638538776,41.27531039831823],[-72.52436985381125,41.2752503983126],[-72.52409485371032,41.275040398280154],[-72.52393885365436,41.27494439826627],[-72.52372585357313,41.27472639823031],[-72.52367285354244,41.27448339818439],[-72.52375485355738,41.27427239814048],[-72.523935853604,41.2740533980919],[-72.52417385367437,41.27392839805992],[-72.52428285369348,41.27363439799891],[-72.52415485364143,41.273445397965936],[-72.52398985357844,41.273275397937844],[-72.52353785342646,41.27318139793369],[-72.52328085334118,41.273148397935344],[-72.52300085324583,41.273068397928505],[-72.5229678532294,41.27296539790937],[-72.52303385324424,41.27284639788399],[-72.52340885333972,41.27237139777915],[-72.52333685329677,41.2720183977123],[-72.52330485327757,41.271859397682164],[-72.52324385322996,41.271357397585774],[-72.52312885316314,41.27082539748523],[-72.52284485305519,41.270541397438556],[-72.5225158529374,41.270343397410166],[-72.522363852883,41.27025239739713],[-72.52207985276586,41.26980239731795],[-72.52194585254917,41.266675396709765],[-72.52187685243717,41.26505739639503],[-72.52177485226996,41.262635395923844],[-72.52182185223914,41.2618033957594],[-72.52182285223947,41.26180339575937],[-72.52447685289927,41.25815639496131],[-72.52631885335731,41.25562739440781],[-72.52638285336941,41.25547039437503],[-72.52657685340647,41.25500239427723],[-72.52664185341895,41.25484639424462],[-72.52673985343765,41.2546093941951],[-72.52678285344597,41.25450739417376],[-72.52698685348014,41.2539283940539],[-72.52732685353756,41.25297139385568],[-72.52775585357283,41.251092393474],[-72.52775885357332,41.25108339347216],[-72.52790285356694,41.25012339327952]]]},"properties":{"name":6101,"geoid":"09007610100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.52631885335731,41.25562739440781],[-72.52447685289927,41.25815639496131],[-72.52182285223947,41.26180339575937],[-72.52182185223914,41.2618033957594],[-72.52177485226996,41.262635395923844],[-72.52187685243717,41.26505739639503],[-72.52194585254917,41.266675396709765],[-72.52207985276586,41.26980239731795],[-72.522363852883,41.27025239739713],[-72.5225158529374,41.270343397410166],[-72.52284485305519,41.270541397438556],[-72.52312885316314,41.27082539748523],[-72.52324385322996,41.271357397585774],[-72.52330485327757,41.271859397682164],[-72.52333685329677,41.2720183977123],[-72.52340885333972,41.27237139777915],[-72.52303385324424,41.27284639788399],[-72.5229678532294,41.27296539790937],[-72.52300085324583,41.273068397928505],[-72.52328085334118,41.273148397935344],[-72.52353785342646,41.27318139793369],[-72.52398985357844,41.273275397937844],[-72.52415485364143,41.273445397965936],[-72.52428285369348,41.27363439799891],[-72.52417385367437,41.27392839805992],[-72.523935853604,41.2740533980919],[-72.52375485355738,41.27427239814048],[-72.52367285354244,41.27448339818439],[-72.52372585357313,41.27472639823031],[-72.52393885365436,41.27494439826627],[-72.52409485371032,41.275040398280154],[-72.52436985381125,41.2752503983126],[-72.5245638538776,41.27531039831823],[-72.52490485398332,41.275220398289854],[-72.52538485413127,41.27507739824672],[-72.52557285419614,41.2751463982543],[-72.52576085426101,41.27521539826188],[-72.52618185441206,41.27547439829933],[-72.52633685446926,41.275598398318714],[-72.52635685448196,41.27571039834001],[-72.52628985446884,41.27586639837266],[-72.52609785441759,41.276066398417896],[-72.52587185435114,41.27619139844949],[-72.52559585426692,41.276289398477395],[-72.52552885424656,41.276314398484395],[-72.52467685400178,41.276889398623844],[-72.52462985400085,41.27714839867605],[-72.524661854019,41.27728839870244],[-72.52478485407707,41.2776153987626],[-72.52483685410687,41.277848398806576],[-72.52481985412656,41.2783033988962],[-72.52484585414366,41.278459398925925],[-72.524912854174,41.27861439895417],[-72.52492185417815,41.27863639895817],[-72.52498085420473,41.27877039898256],[-72.52508985425436,41.27902739902944],[-72.52504885424932,41.27917639905991],[-72.52499785424313,41.27936339909813],[-72.52497985424209,41.279450399115724],[-72.5249298542405,41.27971439916899],[-72.52491385424018,41.27980239918672],[-72.52494685425548,41.279885399201945],[-72.52495385426995,41.28010539924479],[-72.5248588542473,41.28025339927677],[-72.52477985422505,41.28031439929119],[-72.52473885421948,41.2804543993199],[-72.52469685421366,41.28059539934883],[-72.52459085419913,41.28095439942246],[-72.52448385418435,41.28131439949632],[-72.52446685418197,41.28137139950801],[-72.52419085409402,41.28140139952259],[-72.52382285397667,41.28144039954184],[-72.52345485385939,41.28148039956128],[-72.52267885361199,41.281563399602],[-72.52233285352013,41.28193339968534],[-72.522441853574,41.2822663997471],[-72.52246285358436,41.28233039975898],[-72.52248385359472,41.282394399770844],[-72.52259485363493,41.28246939978203],[-72.52255885362996,41.28259039980684],[-72.52229685355003,41.282683399833324],[-72.52228885354987,41.282727399842194],[-72.5223178535681,41.282886399872396],[-72.52251485364486,41.28311739991141],[-72.52268185370609,41.283243399930804],[-72.52277585374298,41.28335839995036],[-72.522739853738,41.28347939997518],[-72.52273985374899,41.28367740001394],[-72.52270785374074,41.283716400022584],[-72.5227678537644,41.28379140003536],[-72.52280685377978,41.283840400043744],[-72.52285885380037,41.28390740005522],[-72.5228978538147,41.28393740005987],[-72.52309885388846,41.28409040008347],[-72.52317185391519,41.28414540009194],[-72.52329985396214,41.284242400106905],[-72.52334285397795,41.284275400111994],[-72.52345185403163,41.284605400173156],[-72.52354685407069,41.28475340019913],[-72.52367085411584,41.28484140021245],[-72.52388885419029,41.2849074002185],[-72.52404085424726,41.28504440024053],[-72.52467385447504,41.28544540029905],[-72.5249718545794,41.28558240031648],[-72.52534285471269,41.285813400349994],[-72.52568385483879,41.28609040039346],[-72.52571885485077,41.28610140039451],[-72.52582385488444,41.28609340038963],[-72.52594685491793,41.285977400363045],[-72.52601985494013,41.28595040035545],[-72.52614385498134,41.28596740035487],[-72.52624085501674,41.286037400365515],[-72.52631785504485,41.28609340037405],[-72.52635485506053,41.286159400385806],[-72.5263468550631,41.28625240040426],[-72.52572785488609,41.28668540050854],[-72.52555185484061,41.28689640055541],[-72.52516285475916,41.287705400726054],[-72.52490285470623,41.28827340084542],[-72.52491085472106,41.28849440088843],[-72.52494885474266,41.288661400919935],[-72.5248248547029,41.2886704009256],[-72.52327085420572,41.28880540100104],[-72.5214768536313,41.2889534010866],[-72.5197568530791,41.28906840116338],[-72.51957685302126,41.28907940117119],[-72.51839285263968,41.289132401218914],[-72.51696585217985,41.28919740127663],[-72.51548085169972,41.28923640133111],[-72.51430085131724,41.28924940137085],[-72.51369485112086,41.289257401391524],[-72.51293685087518,41.28926640141718],[-72.51250185073401,41.2892684014313],[-72.50967684981799,41.28929440152543],[-72.5088528495508,41.28930240155297],[-72.5076278491539,41.289319401594916],[-72.50649484878633,41.28932640163202],[-72.50595184861069,41.289339401651674],[-72.50521584837358,41.28937440168172],[-72.50448884814028,41.28942540171462],[-72.50406584800503,41.28946340173539],[-72.5036428478702,41.289509401757726],[-72.50361984786288,41.28951240175903],[-72.50328284775581,41.289555401778074],[-72.50242384748397,41.289684401830385],[-72.50192784732764,41.28977040186285],[-72.50137384715369,41.28987840190147],[-72.50082484698197,41.289997401942045],[-72.50047484687278,41.29007840196894],[-72.50012784676478,41.290163401996516],[-72.499973846717,41.2902034020092],[-72.49976084665097,41.29026040202705],[-72.49951884657625,41.29033040204839],[-72.49935784652645,41.290375402062274],[-72.49871484632853,41.2905724021211],[-72.49829984620143,41.29071140216139],[-72.49788384607442,41.29085740220308],[-72.49730684589862,41.291067402262364],[-72.49688184576947,41.29122740230707],[-72.49670184571471,41.29129440232586],[-72.49616284555088,41.29149740238258],[-72.49600184550197,41.2915584023996],[-72.49598384549653,41.29156540240153],[-72.49593584548187,41.29158240240636],[-72.49589184546852,41.29159940241107],[-72.4958188454463,41.29162640241867],[-72.49579184543802,41.291635402421285],[-72.49574484542376,41.291653402426284],[-72.49560484538112,41.29170440244067],[-72.4951858452536,41.29185940248422],[-72.49504684521133,41.29191140249878],[-72.49489184516415,41.29196840251481],[-72.4945718450668,41.292087402548205],[-72.49443084502393,41.292140402563014],[-72.49427784497752,41.29219940257938],[-72.49426484497168,41.292170402574115],[-72.4942258449543,41.292085402558705],[-72.49421384494887,41.2920574025536],[-72.49400284484682,41.29145240244182],[-72.49390284479838,41.291164402388596],[-72.49297184434778,41.28848740189386],[-72.49266184419771,41.287595401728986],[-72.49265484419422,41.28757340172492],[-72.49264384418849,41.28753440171762],[-72.4926368441849,41.28751040171314],[-72.49263084418175,41.28748940170922],[-72.49261584417332,41.28742440169697],[-72.4925708441479,41.287229401660205],[-72.49255584413947,41.28716540164816],[-72.4917368437573,41.285066401263],[-72.48928084261114,41.27876940010736],[-72.48846284222941,41.27667139972227],[-72.48845784222691,41.27665539971929],[-72.48844484222013,41.276609399710686],[-72.48844084221801,41.27659439970787],[-72.48819884210744,41.276016399602305],[-72.48747584177691,41.27428539928606],[-72.4872348416667,41.27370839918067],[-72.48712384161236,41.27337739911932],[-72.48679384145045,41.27238739893582],[-72.48668384139647,41.272057398874644],[-72.4866308413705,41.27189939884538],[-72.48652884132052,41.27159439878884],[-72.48647184129273,41.27142639875773],[-72.48641984126715,41.27126939872861],[-72.48638184124852,41.271155398707485],[-72.48626784119276,41.27081639864468],[-72.48623084117449,41.270703398623716],[-72.48566284089762,41.269032398314295],[-72.4839618400683,41.264022397386434],[-72.48339483979187,41.26235239707712],[-72.48629084066951,41.26121639676345],[-72.48902684150048,41.2601763964736],[-72.49062684197051,41.259280396247696],[-72.49203484238173,41.25844839604039],[-72.49253584252617,41.25811839595997],[-72.49366684285239,41.25737639577899],[-72.4946268431182,41.25654539558597],[-72.49485084318026,41.256352395541086],[-72.495874843442,41.25507239525807],[-72.49787584395197,41.25254439469975],[-72.4995348444111,41.25110539436557],[-72.50017784456472,41.250107394149765],[-72.50151884488514,41.24802739369995],[-72.50174284494551,41.24780339364901],[-72.50489184597222,41.24788139356513],[-72.51539084939512,41.248139393285044],[-72.51652684976746,41.248203393261804],[-72.51727885002488,41.24844339328514],[-72.51798285027114,41.24876339332565],[-72.51799185027447,41.24877039332675],[-72.51986285095585,41.250107393529774],[-72.52107085139583,41.250971393661],[-72.52563285310089,41.25501839431012],[-72.52580085316367,41.255167394334016],[-72.52590385320221,41.25525939434879],[-72.52621485331845,41.255535394393064],[-72.52631885335731,41.25562739440781]]]},"properties":{"name":6102,"geoid":"09007610200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.49427784497752,41.29219940257938],[-72.49443084502393,41.292140402563014],[-72.4945718450668,41.292087402548205],[-72.49489184516415,41.29196840251481],[-72.49504684521133,41.29191140249878],[-72.4951858452536,41.29185940248422],[-72.49560484538112,41.29170440244067],[-72.49574484542376,41.291653402426284],[-72.49579184543802,41.291635402421285],[-72.4958188454463,41.29162640241867],[-72.49589184546852,41.29159940241107],[-72.49593584548187,41.29158240240636],[-72.49598384549653,41.29156540240153],[-72.49600184550197,41.2915584023996],[-72.49616284555088,41.29149740238258],[-72.49670184571471,41.29129440232586],[-72.49688184576947,41.29122740230707],[-72.49730684589862,41.291067402262364],[-72.49788384607442,41.29085740220308],[-72.49829984620143,41.29071140216139],[-72.49871484632853,41.2905724021211],[-72.49935784652645,41.290375402062274],[-72.49951884657625,41.29033040204839],[-72.49976084665097,41.29026040202705],[-72.499973846717,41.2902034020092],[-72.50012784676478,41.290163401996516],[-72.50047484687278,41.29007840196894],[-72.50082484698197,41.289997401942045],[-72.50137384715369,41.28987840190147],[-72.50192784732764,41.28977040186285],[-72.50242384748397,41.289684401830385],[-72.50328284775581,41.289555401778074],[-72.50361984786288,41.28951240175903],[-72.5036428478702,41.289509401757726],[-72.50406584800503,41.28946340173539],[-72.50448884814028,41.28942540171462],[-72.50521584837358,41.28937440168172],[-72.50595184861069,41.289339401651674],[-72.50649484878633,41.28932640163202],[-72.5076278491539,41.289319401594916],[-72.5088528495508,41.28930240155297],[-72.50967684981799,41.28929440152543],[-72.51250185073401,41.2892684014313],[-72.51293685087518,41.28926640141718],[-72.51369485112086,41.289257401391524],[-72.51430085131724,41.28924940137085],[-72.51548085169972,41.28923640133111],[-72.51696585217985,41.28919740127663],[-72.51839285263968,41.289132401218914],[-72.51957685302126,41.28907940117119],[-72.5197568530791,41.28906840116338],[-72.5214768536313,41.2889534010866],[-72.52327085420572,41.28880540100104],[-72.5248248547029,41.2886704009256],[-72.52494885474266,41.288661400919935],[-72.52502485476703,41.28865540091633],[-72.52644185522026,41.28853040084718],[-72.52684085534781,41.288494400827545],[-72.52839885584591,41.28835240075059],[-72.52883185598421,41.288310400728705],[-72.52886685600001,41.28839040074326],[-72.5289518560383,41.28858340077836],[-72.52897185604763,41.288634400787714],[-72.52900585606322,41.288716400802684],[-72.5291058561079,41.28893640084259],[-72.52940585624211,41.289599400962906],[-72.52950685628723,41.28982140100317],[-72.52985685644624,41.290639401152234],[-72.53090885692403,41.29309340159934],[-72.5309948569631,41.29329440163596],[-72.53125485708195,41.29391440174911],[-72.53131085710751,41.294047401773376],[-72.53147885718415,41.29444540184597],[-72.53153485720978,41.29457940187043],[-72.53172685729693,41.29502640195185],[-72.5318338573455,41.29527540199719],[-72.53186685736082,41.29535840201241],[-72.53224785753767,41.296315402187666],[-72.53227185754918,41.29638240220002],[-72.53244085762948,41.29684040228432],[-72.53252185766861,41.29707140232697],[-72.53265285773185,41.297444402395826],[-72.5327258577705,41.297713402446156],[-72.53273785777768,41.29777240245733],[-72.53278685780695,41.29801340250294],[-72.53281585782548,41.29817740253412],[-72.53283285783642,41.29827540255276],[-72.53285385784964,41.298390402574604],[-72.53298785793035,41.299060402701485],[-72.53301585794715,41.299199402727794],[-72.53303485796022,41.299323402751476],[-72.53310885801166,41.2998174028458],[-72.53321485807979,41.300424402961234],[-72.53324685809788,41.300563402987414],[-72.533354858169,41.301212403111],[-72.53337785818313,41.30133240313376],[-72.53344985822665,41.30169540320254],[-72.53347385824117,41.301816403225445],[-72.53356385829738,41.3023024033177],[-72.53357285830258,41.30234340332542],[-72.53394385851024,41.30391340362091],[-72.53406785857955,41.30443640371933],[-72.53407585858359,41.30446240372416],[-72.53410085859622,41.304543403739224],[-72.53410985860064,41.30457040374422],[-72.53415885862337,41.30469340376674],[-72.53416585862655,41.30470940376965],[-72.53421685864744,41.304787403783294],[-72.53428385867498,41.30489140380153],[-72.53439985871908,41.30500740382057],[-72.53449385875484,41.30510140383599],[-72.53459985879398,41.305186403849284],[-72.5348338588803,41.30537240387828],[-72.53491785891158,41.30544440388971],[-72.53502185895036,41.30553440390404],[-72.53506985896878,41.305585403912495],[-72.53521485902444,41.30573940393806],[-72.53522485902823,41.305749403939686],[-72.53526585904378,41.30578940394623],[-72.53526785904452,41.30579140394655],[-72.53527485904732,41.30580040394808],[-72.53527785904845,41.30580340394858],[-72.5353558590786,41.30589040396314],[-72.53556685916075,41.30613540400441],[-72.53642985949658,41.30713540417281],[-72.53671785960867,41.30746940422907],[-72.53678985963688,41.30755640424382],[-72.53711685976218,41.307900404300796],[-72.53720585979632,41.30799440431636],[-72.53759285994283,41.3083694043775],[-72.53796686008165,41.308681404426736],[-72.53831086020776,41.30894040446655],[-72.53844286025713,41.30905740448526],[-72.53850886028184,41.309116404494716],[-72.53867486034554,41.309292404523916],[-72.5387698603844,41.30943640454907],[-72.53881186040219,41.30951140456242],[-72.53884186041432,41.30955440456988],[-72.53890286044158,41.309688404594176],[-72.53897186047622,41.30990840463503],[-72.53904686052147,41.310284404706216],[-72.53918086059826,41.310883404819165],[-72.5392308606269,41.31110640486122],[-72.53935086069355,41.311604404954835],[-72.53963986086052,41.31292040520316],[-72.53980086095756,41.31372540535553],[-72.53991586102252,41.31422240544911],[-72.53997986105648,41.31445940549345],[-72.54004286108795,41.314657405530184],[-72.54019286115604,41.315006405593714],[-72.54020686116216,41.31503440559874],[-72.54024686117977,41.31511740561371],[-72.54043186125577,41.315403405663815],[-72.54069686136266,41.3157784057288],[-72.5408028614047,41.31591540575225],[-72.54100986148856,41.316214405804196],[-72.5410858615188,41.31631440582134],[-72.54167786175717,41.31714340596479],[-72.54170686176876,41.3171824059715],[-72.54263786213959,41.318413406182856],[-72.54286386222961,41.318712406234184],[-72.54301886229102,41.31891140626821],[-72.5431978623596,41.31909940629933],[-72.54358486250716,41.319492406363956],[-72.54371786255865,41.3196414063889],[-72.54384286260893,41.319815406418975],[-72.5439208626437,41.319985406449774],[-72.54395186265738,41.3200504064615],[-72.54414886275394,41.32063640656988],[-72.54424586279964,41.320891406616674],[-72.54429586282322,41.32102340664092],[-72.54433386284012,41.321105406655754],[-72.54440786287294,41.32126340668432],[-72.54451186291901,41.321484406724245],[-72.54463686297363,41.32173640676958],[-72.54466486298584,41.32179240677965],[-72.54471486300775,41.32189440679802],[-72.54481186305043,41.32209540683425],[-72.5448858630818,41.32222740685774],[-72.54497986312052,41.32237440688352],[-72.54500386313008,41.32240640688901],[-72.54508286316158,41.322511406907054],[-72.54515786319078,41.3225984069217],[-72.54523086321858,41.32267140693366],[-72.54537486327239,41.32279840695394],[-72.54544486329819,41.32285340696249],[-72.54625886359234,41.323388407041385],[-72.5463958636419,41.32347940705484],[-72.54688686381958,41.323806407103284],[-72.54738086399833,41.32413540715201],[-72.5474708640308,41.32419340716051],[-72.54818686428902,41.32465440722801],[-72.54836186435264,41.32477640724634],[-72.54851186440854,41.32490540726683],[-72.54861286444785,41.32502240728651],[-72.54866486446886,41.32509640729934],[-72.54879786452457,41.32532140733914],[-72.5489338645856,41.325624407394095],[-72.54899486461298,41.32576040741875],[-72.54918986470508,41.326277407513686],[-72.54919686470863,41.32630040751795],[-72.54921986471994,41.32636940753073],[-72.54922786472383,41.32639240753497],[-72.54927886474802,41.32652940756015],[-72.54938386479753,41.32680640761099],[-72.54942586481874,41.32694240763625],[-72.54943486482333,41.32697240764184],[-72.54946486483931,41.32708440766279],[-72.5499908649982,41.32686940760413],[-72.5515718654759,41.32622540742822],[-72.55181386554902,41.3261264074012],[-72.5520988656352,41.3260114073697],[-72.55185386556312,41.32614640740386],[-72.54954886488412,41.32739940772172],[-72.548802864659,41.32770840780574],[-72.54825586449562,41.32796540787327],[-72.547905864393,41.328164407923246],[-72.54447686338601,41.33008540840724],[-72.53172885961672,41.33677241011749],[-72.53066885928908,41.33707341020981],[-72.52748885830631,41.337978410487196],[-72.52703985816757,41.33810641052639],[-72.52643285798067,41.33829141058174],[-72.52638885796702,41.33830341058547],[-72.52630785794211,41.338328410592915],[-72.52625685792631,41.33834241059727],[-72.52621385791312,41.33835641060137],[-72.52621085791179,41.33835041060029],[-72.52620485790891,41.33833341059716],[-72.5262038579083,41.338328410596205],[-72.52443885735697,41.33872541072957],[-72.5191458557037,41.339919411130154],[-72.51913185569938,41.33992341113137],[-72.51737985515173,41.340311411262554],[-72.51630985481842,41.34056941134678],[-72.51591385469516,41.34066641137823],[-72.51388785406425,41.34115841153837],[-72.51310385382003,41.341347411600076],[-72.51203485348715,41.341607411684656],[-72.51124385310555,41.33936541127132],[-72.50953285227979,41.33450841037569],[-72.50891285197382,41.33262641002727],[-72.50882785193181,41.3323674099793],[-72.50816885160674,41.33036940960939],[-72.50770985139081,41.329166409388634],[-72.5063348507439,41.325560408726794],[-72.50587685052838,41.32435840850616],[-72.50459884992533,41.32097340788441],[-72.50344484938086,41.317917407323016],[-72.5033458493341,41.31765440727469],[-72.50325484929111,41.317412407230215],[-72.50320184926734,41.31729440720881],[-72.50302784918918,41.31690440713801],[-72.50295984915715,41.316725407105125],[-72.50072684810519,41.31083740602363],[-72.49955584755364,41.30775040545653],[-72.4995608475378,41.30743540539473],[-72.49956384753234,41.30731940537195],[-72.49957584751715,41.30697540530426],[-72.49957984751207,41.30686040528163],[-72.49955984747076,41.30623240515938],[-72.49914384728774,41.30536840500343],[-72.49909484726577,41.305259404983644],[-72.49881584713629,41.30455840485527],[-72.49824284686646,41.30304840457783],[-72.49810284680062,41.30268040451022],[-72.49766884659627,41.30153740430022],[-72.49723084638995,41.300381404087794],[-72.4967918461833,41.29922540387538],[-72.49664084611231,41.29882940380263],[-72.49649084604164,41.29843340372986],[-72.49603784582841,41.29724040351064],[-72.4959638457937,41.2970474034752],[-72.49558484561513,41.296046403291214],[-72.49541884553696,41.295608403210714],[-72.49525184545844,41.29517040313025],[-72.49520184543277,41.29500040309855],[-72.49516884541563,41.29488440307688],[-72.49508484537256,41.29459940302375],[-72.49505384535668,41.294494403004165],[-72.49504484535197,41.294462402998185],[-72.49500484533141,41.29432540297263],[-72.49485884526037,41.293899402893835],[-72.49442284504815,41.29262440265801],[-72.49427784497752,41.29219940257938]]]},"properties":{"name":6103,"geoid":"09007610300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.58565787563539,41.30986040314948],[-72.58358787502108,41.31090040341841],[-72.58310887487684,41.31110340347328],[-72.58261887472923,41.31131040352928],[-72.58097787423381,41.31198340371284],[-72.57605787274865,41.3140064042642],[-72.57441787225358,41.31468040444793],[-72.57441187225163,41.31468040444811],[-72.57439587224665,41.31468440444939],[-72.57439087224508,41.31468540444973],[-72.57422787219353,41.3147104044598],[-72.57415687217109,41.314721404464194],[-72.57374287204127,41.314804404493536],[-72.5735818719908,41.31483740450508],[-72.57062887111493,41.31633140489068],[-72.56667986994377,41.318332405406956],[-72.56268986876046,41.32035540592877],[-72.56177386848873,41.32081840604828],[-72.55882186761318,41.32231440643419],[-72.55747686721737,41.32305240662104],[-72.55522086655361,41.32429240693485],[-72.5534428660305,41.32527040718231],[-72.5520988656352,41.3260114073697],[-72.55181386554902,41.3261264074012],[-72.5515718654759,41.32622540742822],[-72.5499908649982,41.32686940760413],[-72.54946486483931,41.32708440766279],[-72.54943486482333,41.32697240764184],[-72.54942586481874,41.32694240763625],[-72.54938386479753,41.32680640761099],[-72.54927886474802,41.32652940756015],[-72.54922786472383,41.32639240753497],[-72.54921986471994,41.32636940753073],[-72.54919686470863,41.32630040751795],[-72.54918986470508,41.326277407513686],[-72.54899486461298,41.32576040741875],[-72.5489338645856,41.325624407394095],[-72.54879786452457,41.32532140733914],[-72.54866486446886,41.32509640729934],[-72.54861286444785,41.32502240728651],[-72.54851186440854,41.32490540726683],[-72.54836186435264,41.32477640724634],[-72.54818686428902,41.32465440722801],[-72.5474708640308,41.32419340716051],[-72.54738086399833,41.32413540715201],[-72.54688686381958,41.323806407103284],[-72.5463958636419,41.32347940705484],[-72.54625886359234,41.323388407041385],[-72.54544486329819,41.32285340696249],[-72.54537486327239,41.32279840695394],[-72.54523086321858,41.32267140693366],[-72.54515786319078,41.3225984069217],[-72.54508286316158,41.322511406907054],[-72.54500386313008,41.32240640688901],[-72.54497986312052,41.32237440688352],[-72.5448858630818,41.32222740685774],[-72.54481186305043,41.32209540683425],[-72.54471486300775,41.32189440679802],[-72.54466486298584,41.32179240677965],[-72.54463686297363,41.32173640676958],[-72.54451186291901,41.321484406724245],[-72.54440786287294,41.32126340668432],[-72.54433386284012,41.321105406655754],[-72.54429586282322,41.32102340664092],[-72.54424586279964,41.320891406616674],[-72.54414886275394,41.32063640656988],[-72.54395186265738,41.3200504064615],[-72.5439208626437,41.319985406449774],[-72.54384286260893,41.319815406418975],[-72.54371786255865,41.3196414063889],[-72.54358486250716,41.319492406363956],[-72.5431978623596,41.31909940629933],[-72.54301886229102,41.31891140626821],[-72.54286386222961,41.318712406234184],[-72.54263786213959,41.318413406182856],[-72.54170686176876,41.3171824059715],[-72.54167786175717,41.31714340596479],[-72.5410858615188,41.31631440582134],[-72.54100986148856,41.316214405804196],[-72.5408028614047,41.31591540575225],[-72.54069686136266,41.3157784057288],[-72.54043186125577,41.315403405663815],[-72.54024686117977,41.31511740561371],[-72.54020686116216,41.31503440559874],[-72.54019286115604,41.315006405593714],[-72.54004286108795,41.314657405530184],[-72.53997986105648,41.31445940549345],[-72.53991586102252,41.31422240544911],[-72.53980086095756,41.31372540535553],[-72.53963986086052,41.31292040520316],[-72.53935086069355,41.311604404954835],[-72.5392308606269,41.31110640486122],[-72.53918086059826,41.310883404819165],[-72.53904686052147,41.310284404706216],[-72.53897186047622,41.30990840463503],[-72.53890286044158,41.309688404594176],[-72.53884186041432,41.30955440456988],[-72.53881186040219,41.30951140456242],[-72.5387698603844,41.30943640454907],[-72.53867486034554,41.309292404523916],[-72.53850886028184,41.309116404494716],[-72.53844286025713,41.30905740448526],[-72.53831086020776,41.30894040446655],[-72.53796686008165,41.308681404426736],[-72.53759285994283,41.3083694043775],[-72.53720585979632,41.30799440431636],[-72.53711685976218,41.307900404300796],[-72.53678985963688,41.30755640424382],[-72.53671785960867,41.30746940422907],[-72.53642985949658,41.30713540417281],[-72.53556685916075,41.30613540400441],[-72.5353558590786,41.30589040396314],[-72.53527785904845,41.30580340394858],[-72.53527485904732,41.30580040394808],[-72.53526785904452,41.30579140394655],[-72.53526585904378,41.30578940394623],[-72.53522485902823,41.305749403939686],[-72.53521485902444,41.30573940393806],[-72.53506985896878,41.305585403912495],[-72.53502185895036,41.30553440390404],[-72.53491785891158,41.30544440388971],[-72.5348338588803,41.30537240387828],[-72.53459985879398,41.305186403849284],[-72.53449385875484,41.30510140383599],[-72.53439985871908,41.30500740382057],[-72.53428385867498,41.30489140380153],[-72.53421685864744,41.304787403783294],[-72.53416585862655,41.30470940376965],[-72.53415885862337,41.30469340376674],[-72.53410985860064,41.30457040374422],[-72.53410085859622,41.304543403739224],[-72.53407585858359,41.30446240372416],[-72.53406785857955,41.30443640371933],[-72.53394385851024,41.30391340362091],[-72.53357285830258,41.30234340332542],[-72.53356385829738,41.3023024033177],[-72.53347385824117,41.301816403225445],[-72.53344985822665,41.30169540320254],[-72.53337785818313,41.30133240313376],[-72.533354858169,41.301212403111],[-72.53324685809788,41.300563402987414],[-72.53321485807979,41.300424402961234],[-72.53310885801166,41.2998174028458],[-72.53303485796022,41.299323402751476],[-72.53301585794715,41.299199402727794],[-72.53298785793035,41.299060402701485],[-72.53285385784964,41.298390402574604],[-72.53283285783642,41.29827540255276],[-72.53281585782548,41.29817740253412],[-72.53278685780695,41.29801340250294],[-72.53273785777768,41.29777240245733],[-72.5327258577705,41.297713402446156],[-72.53265285773185,41.297444402395826],[-72.53252185766861,41.29707140232697],[-72.53244085762948,41.29684040228432],[-72.53227185754918,41.29638240220002],[-72.53224785753767,41.296315402187666],[-72.53186685736082,41.29535840201241],[-72.5318338573455,41.29527540199719],[-72.53172685729693,41.29502640195185],[-72.53153485720978,41.29457940187043],[-72.53147885718415,41.29444540184597],[-72.53131085710751,41.294047401773376],[-72.53125485708195,41.29391440174911],[-72.5309948569631,41.29329440163596],[-72.53090885692403,41.29309340159934],[-72.52985685644624,41.290639401152234],[-72.52950685628723,41.28982140100317],[-72.52940585624211,41.289599400962906],[-72.5291058561079,41.28893640084259],[-72.52900585606322,41.288716400802684],[-72.52897185604763,41.288634400787714],[-72.5289518560383,41.28858340077836],[-72.52886685600001,41.28839040074326],[-72.52883185598421,41.288310400728705],[-72.52897185602905,41.288299400722146],[-72.52914085608333,41.28828840071466],[-72.52937285615779,41.2882724007042],[-72.52939485616476,41.28826940070293],[-72.52953585620978,41.288255400695725],[-72.53002085636483,41.28821140067182],[-72.53147885683114,41.288082400600565],[-72.5319648569866,41.2880394005768],[-72.5323768571183,41.288001400556354],[-72.53361285751355,41.28789140049584],[-72.53372185754846,41.28788240049062],[-72.5340268576471,41.28787540047962],[-72.53439885776586,41.28783840046065],[-72.53551885812347,41.287728400403765],[-72.53589185824259,41.28769240038494],[-72.53624585835556,41.28765640036672],[-72.53659785846826,41.28762740034995],[-72.53716985865206,41.28759240032504],[-72.53794385890237,41.28757340029689],[-72.53838985904757,41.28758040028417],[-72.53857685910853,41.28758440027906],[-72.53946085939802,41.28762840025976],[-72.53965485946158,41.2876384002556],[-72.54458986108033,41.28793040015695],[-72.54588386150475,41.288006400130946],[-72.54615786159465,41.28802340012564],[-72.54673886178465,41.28804740011198],[-72.54762786207444,41.28806740008783],[-72.54789386216099,41.28807040008],[-72.54838586232124,41.28807940006624],[-72.5489358625004,41.288089400050815],[-72.55002986285675,41.28810940002018],[-72.55086386312838,41.288124399996775],[-72.55086986313033,41.28812439999658],[-72.55324086390303,41.288174399931485],[-72.55482286441861,41.288208399888155],[-72.55510586451118,41.28822039988158],[-72.55579186473604,41.28825839986733],[-72.55634886491924,41.28830039985797],[-72.55669686503407,41.28833339985343],[-72.55681586507343,41.28834639985221],[-72.55742786527593,41.28841439984618],[-72.55813286551023,41.288511399842896],[-72.55830586556796,41.28853939984292],[-72.55845486561769,41.2885633998429],[-72.55960086600203,41.28878339984974],[-72.56004386615136,41.288882399855126],[-72.56048486630046,41.28898839986192],[-72.56073686638588,41.28905339986669],[-72.56142786662015,41.28923139987968],[-72.5615788666714,41.28927139988275],[-72.5629938671503,41.28962139990652],[-72.5635048673234,41.289750399915626],[-72.56414086753885,41.28991139992703],[-72.5641978675581,41.28992439992777],[-72.56425486757742,41.2899393999289],[-72.56426286758014,41.28994139992904],[-72.56434786760896,41.28996339993066],[-72.56446186764742,41.28998939993214],[-72.56452886767006,41.290005399933165],[-72.5645338676718,41.290007399933415],[-72.56454286767534,41.290018399935256],[-72.56459286769757,41.29012639995482],[-72.56474386776453,41.29044940001326],[-72.56475486776945,41.290473400017596],[-72.56481386779274,41.29054740003022],[-72.56531586800746,41.29147840019657],[-72.56536986804787,41.291890400275484],[-72.56555986813015,41.29226040034188],[-72.56562886816039,41.29240140036729],[-72.56571286818976,41.29243940037208],[-72.56607886831833,41.292614400394754],[-72.56644486844718,41.29279440041841],[-72.56667386852743,41.292900400431904],[-72.56690286860797,41.293011400446396],[-72.56707886866978,41.29309540045727],[-72.56742186882634,41.293908400605524],[-72.56755986888639,41.294182400654776],[-72.56806986905666,41.29426640065508],[-72.56876486928888,41.29438440065621],[-72.56901386937004,41.29438940064932],[-72.56934986947562,41.29432640062636],[-72.5699398696717,41.29440740062354],[-72.57014686974004,41.29442740062091],[-72.57063686995262,41.29538940079368],[-72.57080887003043,41.29578440086552],[-72.56997786980897,41.29665440106202],[-72.57019586988613,41.29676940107765],[-72.57041286996294,41.2968834010931],[-72.57066387005167,41.29701340111059],[-72.57090887013842,41.29714240112807],[-72.57123687025425,41.29731040115059],[-72.57156487037032,41.29748240117387],[-72.57173987043221,41.29757340118613],[-72.57177787044776,41.2976314011963],[-72.57174787044076,41.29768040120681],[-72.57142687033864,41.2977184012244],[-72.57094687018598,41.297776401250935],[-72.57078687014294,41.297936401287295],[-72.57070287011989,41.29801240130483],[-72.57085487017201,41.29806240130981],[-72.57109887025547,41.29813840131696],[-72.57135087034153,41.29821440132386],[-72.57165587044614,41.29831440133377],[-72.57196387055211,41.298421401344974],[-72.57259487077306,41.29871040138157],[-72.5727398708255,41.29880640139576],[-72.57344887107669,41.29918340144709],[-72.57368587116554,41.29939740148148],[-72.57418987135205,41.29980840154595],[-72.57454087147944,41.300049401581994],[-72.57495887162914,41.30030040161788],[-72.57556887184819,41.30067740167235],[-72.57595387198722,41.30092940170947],[-72.57608687204154,41.301129401744376],[-72.57618187208838,41.30141740179773],[-72.57629187213826,41.30167140184395],[-72.57635087217426,41.30197440190137],[-72.57628687216739,41.3022244019523],[-72.57634087219657,41.302433401991465],[-72.57717087249912,41.30302740208142],[-72.57726087253195,41.3030924020913],[-72.57762787266387,41.303321402124475],[-72.57861687300506,41.30368140216361],[-72.57973487338435,41.30397340218537],[-72.5798758734322,41.30401040218815],[-72.58149887395264,41.303892402113696],[-72.5817618740389,41.30390740210833],[-72.58182287405887,41.30391040210697],[-72.58182187405936,41.30392540210995],[-72.58180287406996,41.30422640216943],[-72.58147387398232,41.304571402247326],[-72.5811238738892,41.30494040233058],[-72.58125787395915,41.30541540241927],[-72.58128787397469,41.30551940243867],[-72.58134087399401,41.30555740244441],[-72.58140887401882,41.30560640245185],[-72.58147787404398,41.30565640245944],[-72.58168387411914,41.305804402481876],[-72.58188887419394,41.30595240250434],[-72.58196187422054,41.30600440251221],[-72.582231874319,41.30619840254161],[-72.58232087435152,41.306263402551515],[-72.58241187438469,41.30632840256135],[-72.58250287441791,41.30639440257137],[-72.58315787463485,41.30647040256551],[-72.5835368747622,41.30654740256859],[-72.58403887493651,41.3067504025924],[-72.5842648750105,41.3067614025874],[-72.5846428751394,41.30687140259696],[-72.58518187532755,41.30710740262605],[-72.58539987540625,41.307249402646924],[-72.5854598754275,41.307281402651284],[-72.58551987544877,41.307313402655645],[-72.58559987547714,41.30735640266153],[-72.58561287548633,41.307445402678525],[-72.5856438755084,41.307661402719795],[-72.58561087551202,41.307918402771115],[-72.58555587551852,41.30835640285852],[-72.58615787575872,41.30915940299654],[-72.5861088757452,41.30920240300651],[-72.58602687572258,41.309274403023174],[-72.58594487570001,41.30934740304006],[-72.58576887565155,41.309503403076135],[-72.58565587562217,41.30963440310534],[-72.5856258756144,41.30967040311333],[-72.58565787563539,41.30986040314948]]]},"properties":{"name":6104,"geoid":"09007610400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.67709992156617,41.59800545638141],[-72.67823192189667,41.59733945621589],[-72.67882792207804,41.597118456153915],[-72.67951192230184,41.59714045613629],[-72.6803259225804,41.59738145615702],[-72.68051192266849,41.59786645624519],[-72.68046592270137,41.59870845641009],[-72.68045592271272,41.59896545646028],[-72.68095692296292,41.60049945674195],[-72.6816329231975,41.600756456770185],[-72.68218092338769,41.6009654567932],[-72.68407292405477,41.60187045690824],[-72.68503892437067,41.601898456882736],[-72.68508892438678,41.60189545688055],[-72.68525292443961,41.601886456873544],[-72.68707092500325,41.601395456720034],[-72.68762792517592,41.601244456672895],[-72.68921592566613,41.60077845653158],[-72.69016992598178,41.60087045651887],[-72.69174692652038,41.60131845655528],[-72.69311992697935,41.60153345655303],[-72.69369192717052,41.60162245655196],[-72.69430192735807,41.60143045649517],[-72.69479492750969,41.60127545644927],[-72.69523392763455,41.600959456373886],[-72.69539292767986,41.60084645634687],[-72.69606992787715,41.60044245624677],[-72.69651192801557,41.60034745621418],[-72.69706092822263,41.600847456293614],[-72.69799192854586,41.60120445633306],[-72.69897992888892,41.601584456375136],[-72.69948792906251,41.60173045638718],[-72.69999592923618,41.60187745639942],[-72.70023192931662,41.60194145640429],[-72.70108092960598,41.60217245642189],[-72.70304493024996,41.602259456375805],[-72.70355393042257,41.60238245638337],[-72.70402693059093,41.6026364564175],[-72.70414193063188,41.602698456425834],[-72.70465593081505,41.6029784564637],[-72.70491393090695,41.60311845648259],[-72.70517193099892,41.60325945650168],[-72.70532093105201,41.603340456512605],[-72.70588693123862,41.60338345650282],[-72.70736093168475,41.602795456341454],[-72.70773993180073,41.60266645630426],[-72.708049931901,41.60265645629238],[-72.70806793190737,41.602665456293565],[-72.70836593201241,41.60280745631155],[-72.70844193205274,41.60308145636228],[-72.70842593207261,41.60352245644837],[-72.70849093210893,41.60378845649791],[-72.70886193223555,41.6038924565062],[-72.70950993243613,41.60371245645048],[-72.70967293246652,41.60331445636801],[-72.7102029326126,41.60285145626119],[-72.71083593280558,41.602623456196646],[-72.71244693331879,41.60243145610772],[-72.71270693340537,41.602466456106185],[-72.71312893355783,41.60273245614426],[-72.71398293388391,41.60357945628122],[-72.71453893410686,41.604318456406794],[-72.7145409341077,41.604321456407305],[-72.71454893411087,41.60433145640898],[-72.71455193411208,41.60433545640965],[-72.71492693426266,41.604837456495034],[-72.71533093442487,41.605377456586844],[-72.71560893453251,41.60567945663652],[-72.71591793467495,41.60641545676941],[-72.71592493467821,41.60643245677248],[-72.71576993466137,41.60702245689193],[-72.71566593464063,41.6072524569399],[-72.71558393462442,41.60743645697822],[-72.71524993454116,41.60788245707547],[-72.71510093450408,41.60808245711905],[-72.71509893450359,41.60808545711969],[-72.71479293442738,41.60849545720906],[-72.71432793432791,41.60940545740053],[-72.71398093425367,41.61008445754337],[-72.71364493418193,41.6107444576822],[-72.71359593420108,41.611360457803265],[-72.71331093417201,41.61247845802931],[-72.71288193410399,41.613734458286714],[-72.71276793408614,41.61407245835593],[-72.71280393412532,41.61455445844828],[-72.7126789341142,41.61507345855298],[-72.71266793411974,41.615233458584335],[-72.71266693412045,41.61525145858788],[-72.71262493414135,41.61585845870697],[-72.71256793417031,41.61669245887057],[-72.71246893415173,41.61693145892011],[-72.71239093413038,41.61700245893638],[-72.71181093395316,41.61720445899417],[-72.71178493394528,41.61721445899694],[-72.71174893393447,41.617230459001206],[-72.71152393386735,41.617337459029166],[-72.71131193381615,41.6176494590965],[-72.71127493380706,41.617701459107764],[-72.71125193380266,41.61775545911899],[-72.71113493378105,41.61804445917878],[-72.71116093379217,41.61809145918707],[-72.71122193381812,41.61819845920588],[-72.71122893382109,41.618210459207965],[-72.71126693383728,41.61827745921974],[-72.71127693384156,41.618295459222914],[-72.7113659338756,41.61838445923732],[-72.71147593391493,41.618446459245824],[-72.71155593394357,41.618492459252174],[-72.71179093402762,41.61862545927044],[-72.71184693404766,41.61865745927485],[-72.71194093408064,41.61869945927998],[-72.71196893409125,41.618725459284114],[-72.71217693416564,41.61884345930033],[-72.71254193428726,41.61889345929831],[-72.71281093437696,41.61893145929706],[-72.71284493438824,41.61893545929674],[-72.71284693438896,41.618936459296876],[-72.71307993448517,41.619294459358834],[-72.71308393452442,41.619960459487885],[-72.71315593456569,41.620273459546276],[-72.71328793464136,41.620847459653376],[-72.71476993519936,41.62217645986357],[-72.71552793548322,41.62282945996587],[-72.71574993559759,41.62356846010209],[-72.71579993562325,41.623733460132485],[-72.7159149357333,41.625007460375855],[-72.71590093573029,41.625034460381535],[-72.71585893572124,41.6251154603986],[-72.71584493571822,41.62514246040428],[-72.71575693569923,41.62531146043988],[-72.71575193569788,41.625316460441006],[-72.71570793568613,41.62536146045114],[-72.7157069356858,41.625361460451174],[-72.71550093563133,41.62558146050044],[-72.71534593559039,41.6257484605378],[-72.71521093555472,41.625893460570275],[-72.71493993548697,41.62625146064839],[-72.71488493547326,41.62632546066452],[-72.71415793529496,41.62734746088602],[-72.71389793523122,41.62771346096534],[-72.71382693520867,41.62772346096955],[-72.7137549351858,41.6277334609738],[-72.71141093444143,41.628056461111655],[-72.7039509320723,41.62908446155035],[-72.70233993156072,41.629307461645276],[-72.70230793155059,41.62931246164726],[-72.70146893128553,41.629452461701334],[-72.70145993128266,41.629453461701814],[-72.70143293127408,41.62945746170348],[-72.70142493127162,41.6294594617041],[-72.70138293125835,41.629466461706805],[-72.70125593121827,41.62948846171515],[-72.70121493120531,41.62949546171781],[-72.70120993120368,41.629495461717966],[-72.70120393120179,41.629496461718375],[-72.7011959311992,41.62949646171862],[-72.701191931198,41.629498461719145],[-72.70113993118159,41.629507461722554],[-72.69863893038931,41.62988746187646],[-72.69098092796324,41.63105046234755],[-72.68863892722135,41.63140746249186],[-72.68842592715202,41.631407462498686],[-72.68840492714517,41.631407462499354],[-72.68834492712564,41.631407462501286],[-72.68832492711914,41.631407462501926],[-72.68829692711002,41.63140746250282],[-72.68821492708335,41.63140746250545],[-72.68818792707455,41.63140746250632],[-72.68817892707162,41.631407462506594],[-72.68816692706771,41.631407462506985],[-72.68815192706282,41.63140746250746],[-72.68814392706022,41.63140746250773],[-72.68803892702606,41.63140746251109],[-72.68768792691525,41.631467462533976],[-72.68632492648513,41.63170446262363],[-72.68624292645929,41.63171946262915],[-72.68587092634192,41.63178446265368],[-72.68584992633525,41.63178746265495],[-72.68578692631537,41.63179846265909],[-72.68576692630909,41.63180246266052],[-72.68573892630026,41.63180746266239],[-72.68380492568521,41.63206046277344],[-72.67792192381444,41.63283346311186],[-72.67596092319087,41.633091463224716],[-72.67594192318478,41.63309346322572],[-72.67588792316762,41.63310046322879],[-72.67588492316669,41.63310146322908],[-72.67594392317675,41.632940463195986],[-72.67609792320164,41.63249746310514],[-72.67613992320854,41.63237846308073],[-72.6765909232837,41.63112046282232],[-72.67684392332326,41.63036846266838],[-72.67689192332979,41.63020846263582],[-72.67691792333346,41.63012446261869],[-72.67696292333423,41.62988046256992],[-72.67699392332719,41.62957946251055],[-72.67699092331897,41.62945246248603],[-72.6769849233025,41.629197462436764],[-72.67695392328056,41.62898946239742],[-72.67691192325557,41.62879046236016],[-72.67687792323494,41.62862246232868],[-72.67658892307962,41.627545462129056],[-72.67639392297686,41.62685546200147],[-72.67621392288176,41.626213461882735],[-72.67608492281326,41.625747461796486],[-72.675905922718,41.62509746167614],[-72.67569992260847,41.62435046153784],[-72.67557292254068,41.62388546145174],[-72.67539192244487,41.62323746133184],[-72.67528492238485,41.62279446124934],[-72.67527492237927,41.6227534612417],[-72.6752139223373,41.622364461168196],[-72.67519692231612,41.6220894611154],[-72.67518892229627,41.6217864610569],[-72.6753669222199,41.619425460593206],[-72.67545292218395,41.61830146037241],[-72.67546092218016,41.61818846035023],[-72.67548892217005,41.61785046028376],[-72.67549792216657,41.61773846026175],[-72.67556392213989,41.616891460095324],[-72.67557692213497,41.61673046006367],[-72.67561292212099,41.616278459974836],[-72.6757459220541,41.61434145959477],[-72.67579892203537,41.613708459470274],[-72.67588492200615,41.612702459272334],[-72.67589292200147,41.61257445924724],[-72.67591892198811,41.6121904591719],[-72.67592792198381,41.612063459146974],[-72.67593392198059,41.61197245912913],[-72.67593492197933,41.61194445912366],[-72.67595292196499,41.61158945905423],[-72.67595892196024,41.61147145903113],[-72.67593392191988,41.6109044589219],[-72.6759279219091,41.61074945889204],[-72.67591692186448,41.6100274587523],[-72.67596892185865,41.60962745867301],[-72.6760449218628,41.60926545860035],[-72.67605592186361,41.609216458590474],[-72.6761919218766,41.608666458479405],[-72.6762119218786,41.60858745846343],[-72.67626692188384,41.60836445841841],[-72.6763839218957,41.6079034583252],[-72.67648592190359,41.60745845823559],[-72.67655592190921,41.60715645817474],[-72.67659692191285,41.606985458140244],[-72.67662692190873,41.60674145809194],[-72.67663992190721,41.606640458071915],[-72.67663992188608,41.60626845799975],[-72.67660892186285,41.60603745795591],[-72.67649792180423,41.605641457882626],[-72.676453921782,41.60550245785704],[-72.6763269217179,41.605101457783306],[-72.67623592167133,41.60480345772837],[-72.67618592164557,41.60463645769757],[-72.67610092159752,41.60427745763064],[-72.67608492157021,41.60388845755564],[-72.676073921549,41.60357845749584],[-72.67607092149575,41.60265845731739],[-72.67607192149475,41.602635457312914],[-72.67607892149226,41.60255145729637],[-72.67611792149137,41.602312457248736],[-72.67619792149667,41.60194745717536],[-72.6762599215029,41.60170245712581],[-72.6764949215343,41.600909456964395],[-72.67666192154911,41.60021345682397],[-72.67675892156254,41.59989445675895],[-72.67682692157204,41.59967245671369],[-72.67688892158421,41.599531456684346],[-72.67706092162327,41.599233456621],[-72.6771339216412,41.599131456598876],[-72.67719492165755,41.59906945658487],[-72.67711792158379,41.59821245642101],[-72.67710892157494,41.59810845640112],[-72.67709992156617,41.59800545638141]]]},"properties":{"name":5701,"geoid":"09007570100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.64876491456673,41.63710546487391],[-72.64876591456621,41.637090464870994],[-72.64877391456305,41.63698946485114],[-72.64880091455527,41.63669746479365],[-72.64880091455208,41.6366414647828],[-72.64880291454612,41.63652546476024],[-72.64880391453889,41.63639246473442],[-72.64881091451852,41.635994464657],[-72.64881291451168,41.63586246463134],[-72.64882291447597,41.635177464498184],[-72.64884491446949,41.634937464450935],[-72.64886391446812,41.63480446442453],[-72.64889791446633,41.634578464379615],[-72.64904891448275,41.6340024642631],[-72.64937491454383,41.63321046409905],[-72.64960491459158,41.63273346399919],[-72.6498049146305,41.632272463903384],[-72.64998791466567,41.63184346381432],[-72.65040691474675,41.63087046361221],[-72.65045891475651,41.630744463586105],[-72.6506189147871,41.63036646350768],[-72.65067191479726,41.63024146348173],[-72.65072491480711,41.63011146345482],[-72.650887914838,41.62972146337396],[-72.65094191484823,41.62959246334723],[-72.65095991485177,41.629551463338686],[-72.65101591486312,41.629430463313426],[-72.65103491486704,41.62939046330506],[-72.65111891488306,41.62919146326378],[-72.65137291493203,41.62859846314063],[-72.65145791494844,41.62840046309952],[-72.65154191496441,41.628200463058036],[-72.65172691499986,41.62776446296755],[-72.65179391501245,41.62760246293398],[-72.65187891502886,41.62740446289286],[-72.65190591503395,41.627339462879384],[-72.65193191503866,41.627273462865745],[-72.65217091508471,41.62671446274967],[-72.65282091520855,41.62517146242957],[-72.65288691521975,41.624990462392354],[-72.65301291524331,41.624683462328775],[-72.65302391524536,41.62465646232319],[-72.65327591529147,41.624024462192516],[-72.65329791529504,41.62396146217961],[-72.65347891530168,41.62304146199534],[-72.65359291530605,41.62246546187997],[-72.65360391530297,41.622348461856916],[-72.65368291528004,41.621492461688334],[-72.65368391528031,41.621491461688116],[-72.6536959152783,41.62138746166755],[-72.65379591524938,41.62030546145446],[-72.65381791524545,41.62011046141591],[-72.65382991523873,41.619923461379244],[-72.6538969152188,41.61918846123452],[-72.65391691520654,41.618858461169836],[-72.65391791520463,41.61881946116225],[-72.65391991520006,41.61872746114434],[-72.65387991516972,41.61842246108645],[-72.65383891514126,41.61815646103615],[-72.65370391506686,41.61762046093649],[-72.65339991491035,41.61660746074967],[-72.65332391487149,41.616358460703786],[-72.65310591475969,41.61563946057128],[-72.65309691475522,41.61561246056632],[-72.65301691471521,41.61536646052115],[-72.65290091465583,41.61498546045094],[-72.65255591447861,41.61384246024021],[-72.6524409144196,41.61346246017015],[-72.65272391451035,41.613438460156445],[-72.65275191451929,41.61343546015495],[-72.65368491481777,41.61334446010744],[-72.65399591491729,41.61331446009168],[-72.65422191498942,41.613289460079606],[-72.65490291520702,41.613218460044045],[-72.65512991527955,41.61319446003212],[-72.65545891538457,41.61315846001462],[-72.65644791570055,41.61305445996278],[-72.65677791580599,41.61302045994562],[-72.65716891593104,41.61298145992556],[-72.65718291593555,41.61298045992492],[-72.65741791601083,41.61295945991332],[-72.65765591608651,41.612928459899685],[-72.65797691618765,41.61286945987797],[-72.65804991621054,41.61285445987272],[-72.65819391625531,41.61281745986094],[-72.65831691629315,41.61277845984944],[-72.6583289162967,41.61277245984789],[-72.65850891635091,41.612695459827194],[-72.65864691639189,41.61262645980939],[-72.65868591640348,41.61260745980445],[-72.65904691651099,41.61243145975875],[-72.66013291683467,41.61190745962234],[-72.66016691684483,41.61189145961812],[-72.66049891694422,41.61173945957802],[-72.66084791705048,41.61161045954181],[-72.66191491737898,41.61128045944365],[-72.66216791745718,41.61120745942137],[-72.66265091760651,41.61106945937915],[-72.66345791785483,41.61081745930442],[-72.66380591796224,41.61071445927329],[-72.66470091823759,41.61043445919032],[-72.66493891831254,41.61039045917417],[-72.66506591835251,41.61036645916545],[-72.66523491840688,41.61035545915791],[-72.66543391847237,41.61036845915406],[-72.66583691860683,41.61042645915241],[-72.66612291870082,41.61044245914637],[-72.66631791876353,41.61042945913761],[-72.66686791893768,41.61034445910351],[-72.66686491892608,41.61015745906731],[-72.66685891889236,41.609598458959034],[-72.66685691888115,41.60941245892302],[-72.66686891884447,41.60869845878407],[-72.66689591883616,41.6083974587248],[-72.6669279188375,41.608237458692734],[-72.66724391889502,41.60744045852797],[-72.66764591896694,41.606403458313856],[-72.6677419189851,41.60617345826615],[-72.66791891901998,41.60577345818286],[-72.66799891903226,41.60553145813335],[-72.66801491903738,41.605529458132445],[-72.66807691905697,41.60551945812851],[-72.6681159190567,41.60529145808303],[-72.66818291905278,41.604838457992976],[-72.6682139190349,41.604346457896504],[-72.66820491901375,41.60402545783449],[-72.66817591898874,41.603751457782245],[-72.6680039188787,41.60279945760299],[-72.6678329187735,41.60192745743922],[-72.66768891869587,41.60138545733865],[-72.66761791865042,41.600992457264645],[-72.66780091870902,41.60097545725549],[-72.66784891871242,41.60076045721221],[-72.66782791869343,41.600546457171376],[-72.66763791861179,41.6001974571097],[-72.66755791856707,41.59986845704841],[-72.66753091855237,41.59976445702909],[-72.66743591851515,41.59965345701059],[-72.66736491848732,41.59957045699675],[-72.66714191840114,41.599330456957304],[-72.66704391836322,41.59922445693987],[-72.66704791835896,41.59912645692071],[-72.66696791830289,41.59859745682059],[-72.6671659183525,41.5983364567636],[-72.66716691835056,41.598296456755804],[-72.6671729183466,41.598192456735426],[-72.66713591832502,41.598024456704],[-72.66707091829666,41.59789745668142],[-72.66705591828585,41.59779345666173],[-72.66712791829606,41.597560456614204],[-72.6670419182414,41.59709045652572],[-72.6670569182338,41.59687045648254],[-72.66696891818073,41.5964404564019],[-72.66684491812566,41.596181456355595],[-72.66685191812107,41.59606045633188],[-72.66693991813905,41.59587245629257],[-72.66699091815313,41.59582845628238],[-72.66707191817011,41.59566345624778],[-72.66727891823214,41.5955694562229],[-72.66737891826217,41.59552545621118],[-72.66759791833015,41.5954674561929],[-72.66775191837583,41.595389456172825],[-72.6680149184492,41.59517445612268],[-72.66811291847449,41.59505845609703],[-72.66832891853025,41.59480245604042],[-72.66833691853172,41.59478245603627],[-72.66834691853354,41.59475745603111],[-72.66838791854133,41.594659456010774],[-72.66843191854213,41.594421455963165],[-72.66831491848498,41.59408545590169],[-72.66835191849196,41.593996455883214],[-72.66844691851658,41.59388545585865],[-72.66852691853914,41.593824455844235],[-72.66857091854818,41.593731455824766],[-72.6686079185559,41.59365545580885],[-72.6685999185474,41.593551455788905],[-72.66867391856132,41.593372455751805],[-72.66840691846198,41.593153455717825],[-72.66815491836826,41.5929464556857],[-72.66804991829444,41.59224845555356],[-72.66799991825889,41.59190845548916],[-72.66830591833103,41.59142545538562],[-72.66919091861274,41.591315455335945],[-72.66947691870381,41.591280455319996],[-72.67035791901652,41.5917394553809],[-72.67065091912924,41.59204545543093],[-72.67211391969198,41.593572455680544],[-72.67251191984495,41.593985455747976],[-72.67319592010777,41.594694455863696],[-72.67328592014938,41.594911455902945],[-72.67322192013447,41.595015455925186],[-72.67315692011923,41.59511945594745],[-72.67321992014502,41.59521245596348],[-72.67324992016398,41.595374455993976],[-72.67323492017084,41.59558145603462],[-72.67308892014134,41.595898456100834],[-72.67303692012898,41.59597845611803],[-72.67263492001408,41.59625845618524],[-72.67258191999824,41.596283456191784],[-72.67252291998297,41.59635245620708],[-72.67246391996761,41.59642045622216],[-72.67232591992529,41.59646545623532],[-72.67204791985185,41.59676545630244],[-72.67199391984212,41.59690345633095],[-72.67185991981776,41.59724245640105],[-72.67181291982475,41.597634456478644],[-72.67199691991449,41.59816045657483],[-72.6727599202079,41.598954456704526],[-72.67327992039442,41.599259456747085],[-72.67397392064349,41.599668456804245],[-72.67434292077174,41.59981245682038],[-72.67475892090897,41.59984545681347],[-72.67518792104583,41.59979745679043],[-72.67576292119531,41.599135456643516],[-72.67626692132296,41.59849545650319],[-72.67709992156617,41.59800545638141],[-72.67710892157494,41.59810845640112],[-72.67711792158379,41.59821245642101],[-72.67719492165755,41.59906945658487],[-72.6771339216412,41.599131456598876],[-72.67706092162327,41.599233456621],[-72.67688892158421,41.599531456684346],[-72.67682692157204,41.59967245671369],[-72.67675892156254,41.59989445675895],[-72.67666192154911,41.60021345682397],[-72.6764949215343,41.600909456964395],[-72.6762599215029,41.60170245712581],[-72.67619792149667,41.60194745717536],[-72.67611792149137,41.602312457248736],[-72.67607892149226,41.60255145729637],[-72.67607192149475,41.602635457312914],[-72.67607092149575,41.60265845731739],[-72.676073921549,41.60357845749584],[-72.67608492157021,41.60388845755564],[-72.67610092159752,41.60427745763064],[-72.67618592164557,41.60463645769757],[-72.67623592167133,41.60480345772837],[-72.6763269217179,41.605101457783306],[-72.676453921782,41.60550245785704],[-72.67649792180423,41.605641457882626],[-72.67660892186285,41.60603745795591],[-72.67663992188608,41.60626845799975],[-72.67663992190721,41.606640458071915],[-72.67662692190873,41.60674145809194],[-72.67659692191285,41.606985458140244],[-72.67655592190921,41.60715645817474],[-72.67648592190359,41.60745845823559],[-72.6763839218957,41.6079034583252],[-72.67626692188384,41.60836445841841],[-72.6762119218786,41.60858745846343],[-72.6761919218766,41.608666458479405],[-72.67605592186361,41.609216458590474],[-72.6760449218628,41.60926545860035],[-72.67596892185865,41.60962745867301],[-72.67591692186448,41.6100274587523],[-72.6759279219091,41.61074945889204],[-72.67593392191988,41.6109044589219],[-72.67595892196024,41.61147145903113],[-72.67595292196499,41.61158945905423],[-72.67593492197933,41.61194445912366],[-72.67593392198059,41.61197245912913],[-72.67592792198381,41.612063459146974],[-72.67591892198811,41.6121904591719],[-72.67589292200147,41.61257445924724],[-72.67588492200615,41.612702459272334],[-72.67579892203537,41.613708459470274],[-72.6757459220541,41.61434145959477],[-72.67561292212099,41.616278459974836],[-72.67557692213497,41.61673046006367],[-72.67556392213989,41.616891460095324],[-72.67549792216657,41.61773846026175],[-72.67548892217005,41.61785046028376],[-72.67546092218016,41.61818846035023],[-72.67545292218395,41.61830146037241],[-72.6753669222199,41.619425460593206],[-72.67518892229627,41.6217864610569],[-72.67519692231612,41.6220894611154],[-72.6752139223373,41.622364461168196],[-72.67527492237927,41.6227534612417],[-72.67528492238485,41.62279446124934],[-72.67539192244487,41.62323746133184],[-72.67557292254068,41.62388546145174],[-72.67569992260847,41.62435046153784],[-72.675905922718,41.62509746167614],[-72.67608492281326,41.625747461796486],[-72.67621392288176,41.626213461882735],[-72.67639392297686,41.62685546200147],[-72.67658892307962,41.627545462129056],[-72.67687792323494,41.62862246232868],[-72.67691192325557,41.62879046236016],[-72.67695392328056,41.62898946239742],[-72.6769849233025,41.629197462436764],[-72.67699092331897,41.62945246248603],[-72.67699392332719,41.62957946251055],[-72.67696292333423,41.62988046256992],[-72.67691792333346,41.63012446261869],[-72.67689192332979,41.63020846263582],[-72.67684392332326,41.63036846266838],[-72.6765909232837,41.63112046282232],[-72.67613992320854,41.63237846308073],[-72.67609792320164,41.63249746310514],[-72.67594392317675,41.632940463195986],[-72.67588492316669,41.63310146322908],[-72.67587092316225,41.633103463229936],[-72.67583892315207,41.63310746323173],[-72.6756829231026,41.63313046324117],[-72.67355092242708,41.63345446337231],[-72.67086592157638,41.63386246353745],[-72.67062592150036,41.63389946355232],[-72.66364491928842,41.634960463981635],[-72.6599829181281,41.635517464206906],[-72.65764091738602,41.63587346435091],[-72.65585391681972,41.63614446446067],[-72.6508509152344,41.6369054647684],[-72.6508379152303,41.63690746476919],[-72.65042491509809,41.63694646478997],[-72.64914891468958,41.63706746485427],[-72.64876491456673,41.63710546487391]]]},"properties":{"name":5702,"geoid":"09007570200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.63052490841214,41.633290464717476],[-72.6307289084151,41.63217346449431],[-72.63076890819795,41.62812046370689],[-72.630773908174,41.627670463619445],[-72.62552390599214,41.619339462170984],[-72.6247269056931,41.618641462061014],[-72.62434790555298,41.6183464620159],[-72.6226109049107,41.61699146180847],[-72.6211699043779,41.6158674616364],[-72.62058890416307,41.615414461567056],[-72.6194029037245,41.614488461425246],[-72.61891990354596,41.61411246136771],[-72.61805890321597,41.61323546122502],[-72.61768490302926,41.61208946101454],[-72.6176389030063,41.611948460988664],[-72.61773590289624,41.60945046050078],[-72.61775490287502,41.60896746040643],[-72.617456902707,41.60771446017275],[-72.6182949028668,41.60572145975917],[-72.61947190316651,41.60425045943605],[-72.62084090355042,41.60316245918116],[-72.62233190399002,41.6023564589771],[-72.62358090438609,41.60217245890149],[-72.6238399044574,41.60194345884877],[-72.62389290447199,41.601896458837956],[-72.62394590448656,41.60184945882714],[-72.62453690467036,41.60169845877894],[-72.6253029049085,41.60150145871626],[-72.62534890492286,41.60149045871265],[-72.62592890510425,41.60136045866887],[-72.62651790528255,41.60112445860426],[-72.62669190533528,41.601055458585314],[-72.62745490557025,41.60081945851514],[-72.62801790573906,41.60056545844783],[-72.62821790579906,41.60047545842398],[-72.62891990600248,41.60003345831575],[-72.62916190607392,41.59990445828301],[-72.62992690629987,41.59949845817973],[-72.63035690642178,41.59918045810427],[-72.63045590644987,41.59910745808694],[-72.63055490647794,41.59903445806961],[-72.63062890649891,41.59897945805657],[-72.63118390666133,41.59865845797651],[-72.63145990674208,41.59849845793664],[-72.63238390701297,41.59797245780502],[-72.63297890718324,41.597560457706024],[-72.6331869072447,41.597450457678036],[-72.63380290742677,41.59712545759525],[-72.63444190761844,41.59683845751913],[-72.63502290779266,41.596576457449714],[-72.6358469080314,41.59605745732264],[-72.63667090825929,41.59534745715846],[-72.63725090841261,41.59472245701859],[-72.63766290852718,41.59437845693866],[-72.63813590866127,41.5940284568556],[-72.63860890878185,41.593440456726306],[-72.6390219088812,41.59282245659314],[-72.63943390897288,41.59207445643475],[-72.63972390903484,41.59150245631444],[-72.6401359091343,41.59089245618285],[-72.64020390914823,41.590747456152506],[-72.64030390916909,41.590541456109314],[-72.6404259091958,41.59031245606095],[-72.64077690928491,41.58986945596373],[-72.64089890930907,41.58959545590664],[-72.6410059093266,41.58929045584399],[-72.64118890935887,41.58880945574475],[-72.64147890942036,41.588229455622866],[-72.6416829094621,41.58779445553189],[-72.64170790946721,41.5877414555208],[-72.64205890955155,41.587214455407256],[-72.64236390962576,41.586772455311696],[-72.64271490971015,41.586246455198335],[-72.64272890971328,41.586221455193034],[-72.6427659097213,41.586150455178064],[-72.64300490977418,41.58571145508518],[-72.64323390981366,41.58509345495787],[-72.64352390987561,41.58452145483754],[-72.64376790993211,41.58411745475127],[-72.64417991003675,41.58359845463733],[-72.6442969100703,41.58351845461805],[-72.64475991020298,41.583201454541715],[-72.64523291033399,41.58279745444814],[-72.64534091036249,41.58268045442197],[-72.64564491044297,41.58235545434915],[-72.64605691054457,41.581782454224694],[-72.64621891058044,41.581485454161864],[-72.64663591067288,41.58072245400034],[-72.64678691070534,41.58042845393844],[-72.64686491072229,41.580279453907],[-72.64722691081288,41.57979945380222],[-72.64743891086081,41.579428453723395],[-72.64757591089128,41.579179453670655],[-72.64762391090197,41.579092453652216],[-72.64767191091272,41.579006453634],[-72.64775291092903,41.57882945359703],[-72.6479819109577,41.57802045343259],[-72.6481039109827,41.57776145337839],[-72.64822491100173,41.5774024533048],[-72.64833191101673,41.57705245323341],[-72.64863591108535,41.57651845311998],[-72.64874291110334,41.57622145305888],[-72.648925911146,41.57592345299515],[-72.64892591113518,41.575732452958064],[-72.64898591114171,41.57550345291165],[-72.64892491111455,41.57537445288855],[-72.6488029110675,41.5752444528672],[-72.6488109110697,41.57523745286558],[-72.65022191146602,41.5741294526053],[-72.65154691183957,41.5731144523658],[-72.65162291186414,41.57311145236281],[-72.6518519119383,41.57310545235432],[-72.65192891196324,41.57310345235146],[-72.65205891200529,41.57309945234654],[-72.65221791205681,41.57309545234068],[-72.65224991206733,41.573097452340036],[-72.65228491207849,41.57309345233815],[-72.65244791213122,41.57308845233197],[-72.65245091213222,41.573088452331874],[-72.65256291216514,41.573026452316256],[-72.65297491228623,41.57279745225861],[-72.65342291240793,41.572373452161926],[-72.65403491260297,41.57230145212838],[-72.65436891274071,41.57281445221736],[-72.65439491275359,41.57289245223166],[-72.65451391281192,41.57323845229507],[-72.65554891314645,41.573199452254414],[-72.65610191333792,41.57340345227636],[-72.65622991353183,41.576089452793944],[-72.65603991349032,41.57644745286956],[-72.65552291335355,41.577002452993874],[-72.65513791325444,41.57746345309571],[-72.65532391332545,41.5776484531257],[-72.65580391347589,41.57754745309075],[-72.65626891362169,41.57745045305703],[-72.65684291381253,41.577522453052666],[-72.65735091401113,41.578110453150636],[-72.65743291405325,41.57838245320083],[-72.65751591409568,41.57865445325099],[-72.65758991412649,41.578773453271744],[-72.65783791421717,41.57894945329799],[-72.65789091423561,41.57897045330037],[-72.65805091429124,41.57903345330751],[-72.65820991434654,41.579096453314634],[-72.65832591438138,41.579045453301035],[-72.65844191441624,41.578994453287415],[-72.65857091445503,41.57893845327243],[-72.6587009144941,41.5788814532572],[-72.65889091456096,41.5789704532684],[-72.65907991462755,41.57906045327985],[-72.65968091481015,41.57883245321634],[-72.65973491482707,41.5788204532123],[-72.66024691498747,41.57871145317475],[-72.6609089152193,41.579001453209905],[-72.66113591536514,41.58027045344907],[-72.66137291544916,41.580392453465194],[-72.66165191554809,41.58053645348425],[-72.66192991564672,41.58068045350331],[-72.6621529157258,41.580795453518505],[-72.66237691580518,41.58091045353368],[-72.66287391598142,41.5811664535675],[-72.6633709161577,41.581423453601495],[-72.66434391648156,41.58155145359523],[-72.66545391686171,41.5818864536248],[-72.66704191745326,41.5832064538303],[-72.6677739176987,41.58333445383176],[-72.66809791781677,41.58355745386469],[-72.66823191789123,41.58410145396602],[-72.66844291800864,41.58496045412608],[-72.66843191800687,41.584992454132625],[-72.66817191796751,41.58578945429569],[-72.66789891790523,41.5862574543953],[-72.66550191714673,41.58663445454517],[-72.66537791713351,41.58711245464194],[-72.66729391787804,41.589246454994964],[-72.66702991782752,41.589869455124365],[-72.66694391781112,41.5900734551667],[-72.66678491777469,41.590343455224215],[-72.66691391784869,41.590907455329585],[-72.66727991799736,41.59142845541902],[-72.66755791809832,41.59161345544604],[-72.66799991825889,41.59190845548916],[-72.66804991829444,41.59224845555356],[-72.66815491836826,41.5929464556857],[-72.66840691846198,41.593153455717825],[-72.66867391856132,41.593372455751805],[-72.6685999185474,41.593551455788905],[-72.6686079185559,41.59365545580885],[-72.66857091854818,41.593731455824766],[-72.66852691853914,41.593824455844235],[-72.66844691851658,41.59388545585865],[-72.66835191849196,41.593996455883214],[-72.66831491848498,41.59408545590169],[-72.66843191854213,41.594421455963165],[-72.66838791854133,41.594659456010774],[-72.66834691853354,41.59475745603111],[-72.66833691853172,41.59478245603627],[-72.66832891853025,41.59480245604042],[-72.66811291847449,41.59505845609703],[-72.6680149184492,41.59517445612268],[-72.66775191837583,41.595389456172825],[-72.66759791833015,41.5954674561929],[-72.66737891826217,41.59552545621118],[-72.66727891823214,41.5955694562229],[-72.66707191817011,41.59566345624778],[-72.66699091815313,41.59582845628238],[-72.66693991813905,41.59587245629257],[-72.66685191812107,41.59606045633188],[-72.66684491812566,41.596181456355595],[-72.66696891818073,41.5964404564019],[-72.6670569182338,41.59687045648254],[-72.6670419182414,41.59709045652572],[-72.66712791829606,41.597560456614204],[-72.66705591828585,41.59779345666173],[-72.66707091829666,41.59789745668142],[-72.66713591832502,41.598024456704],[-72.6671729183466,41.598192456735426],[-72.66716691835056,41.598296456755804],[-72.6671659183525,41.5983364567636],[-72.66696791830289,41.59859745682059],[-72.66704791835896,41.59912645692071],[-72.66704391836322,41.59922445693987],[-72.66714191840114,41.599330456957304],[-72.66736491848732,41.59957045699675],[-72.66743591851515,41.59965345701059],[-72.66753091855237,41.59976445702909],[-72.66755791856707,41.59986845704841],[-72.66763791861179,41.6001974571097],[-72.66782791869343,41.600546457171376],[-72.66784891871242,41.60076045721221],[-72.66780091870902,41.60097545725549],[-72.66761791865042,41.600992457264645],[-72.66768891869587,41.60138545733865],[-72.6678329187735,41.60192745743922],[-72.6680039188787,41.60279945760299],[-72.66817591898874,41.603751457782245],[-72.66820491901375,41.60402545783449],[-72.6682139190349,41.604346457896504],[-72.66818291905278,41.604838457992976],[-72.6681159190567,41.60529145808303],[-72.66807691905697,41.60551945812851],[-72.66801491903738,41.605529458132445],[-72.66799891903226,41.60553145813335],[-72.66791891901998,41.60577345818286],[-72.6677419189851,41.60617345826615],[-72.66764591896694,41.606403458313856],[-72.66724391889502,41.60744045852797],[-72.6669279188375,41.608237458692734],[-72.66689591883616,41.6083974587248],[-72.66686891884447,41.60869845878407],[-72.66685691888115,41.60941245892302],[-72.66685891889236,41.609598458959034],[-72.66686491892608,41.61015745906731],[-72.66686791893768,41.61034445910351],[-72.66631791876353,41.61042945913761],[-72.66612291870082,41.61044245914637],[-72.66583691860683,41.61042645915241],[-72.66543391847237,41.61036845915406],[-72.66523491840688,41.61035545915791],[-72.66506591835251,41.61036645916545],[-72.66493891831254,41.61039045917417],[-72.66470091823759,41.61043445919032],[-72.66380591796224,41.61071445927329],[-72.66345791785483,41.61081745930442],[-72.66265091760651,41.61106945937915],[-72.66216791745718,41.61120745942137],[-72.66191491737898,41.61128045944365],[-72.66084791705048,41.61161045954181],[-72.66049891694422,41.61173945957802],[-72.66016691684483,41.61189145961812],[-72.66013291683467,41.61190745962234],[-72.65904691651099,41.61243145975875],[-72.65868591640348,41.61260745980445],[-72.65864691639189,41.61262645980939],[-72.65850891635091,41.612695459827194],[-72.6583289162967,41.61277245984789],[-72.65831691629315,41.61277845984944],[-72.65819391625531,41.61281745986094],[-72.65804991621054,41.61285445987272],[-72.65797691618765,41.61286945987797],[-72.65765591608651,41.612928459899685],[-72.65741791601083,41.61295945991332],[-72.65718291593555,41.61298045992492],[-72.65716891593104,41.61298145992556],[-72.65677791580599,41.61302045994562],[-72.65644791570055,41.61305445996278],[-72.65545891538457,41.61315846001462],[-72.65512991527955,41.61319446003212],[-72.65490291520702,41.613218460044045],[-72.65422191498942,41.613289460079606],[-72.65399591491729,41.61331446009168],[-72.65368491481777,41.61334446010744],[-72.65275191451929,41.61343546015495],[-72.65272391451035,41.613438460156445],[-72.6524409144196,41.61346246017015],[-72.65255591447861,41.61384246024021],[-72.65290091465583,41.61498546045094],[-72.65301691471521,41.61536646052115],[-72.65309691475522,41.61561246056632],[-72.65310591475969,41.61563946057128],[-72.65332391487149,41.616358460703786],[-72.65339991491035,41.61660746074967],[-72.65370391506686,41.61762046093649],[-72.65383891514126,41.61815646103615],[-72.65387991516972,41.61842246108645],[-72.65391991520006,41.61872746114434],[-72.65391791520463,41.61881946116225],[-72.65391691520654,41.618858461169836],[-72.6538969152188,41.61918846123452],[-72.65382991523873,41.619923461379244],[-72.65381791524545,41.62011046141591],[-72.65379591524938,41.62030546145446],[-72.6536959152783,41.62138746166755],[-72.65368391528031,41.621491461688116],[-72.65368291528004,41.621492461688334],[-72.65360391530297,41.622348461856916],[-72.65359291530605,41.62246546187997],[-72.65347891530168,41.62304146199534],[-72.65329791529504,41.62396146217961],[-72.65327591529147,41.624024462192516],[-72.65302391524536,41.62465646232319],[-72.65301291524331,41.624683462328775],[-72.65288691521975,41.624990462392354],[-72.65282091520855,41.62517146242957],[-72.65217091508471,41.62671446274967],[-72.65193191503866,41.627273462865745],[-72.65190591503395,41.627339462879384],[-72.65187891502886,41.62740446289286],[-72.65179391501245,41.62760246293398],[-72.65172691499986,41.62776446296755],[-72.65154191496441,41.628200463058036],[-72.65145791494844,41.62840046309952],[-72.65137291493203,41.62859846314063],[-72.65111891488306,41.62919146326378],[-72.65103491486704,41.62939046330506],[-72.65101591486312,41.629430463313426],[-72.65095991485177,41.629551463338686],[-72.65094191484823,41.62959246334723],[-72.650887914838,41.62972146337396],[-72.65072491480711,41.63011146345482],[-72.65067191479726,41.63024146348173],[-72.6506189147871,41.63036646350768],[-72.65045891475651,41.630744463586105],[-72.65040691474675,41.63087046361221],[-72.64998791466567,41.63184346381432],[-72.6498049146305,41.632272463903384],[-72.64960491459158,41.63273346399919],[-72.64937491454383,41.63321046409905],[-72.64904891448275,41.6340024642631],[-72.64889791446633,41.634578464379615],[-72.64886391446812,41.63480446442453],[-72.64884491446949,41.634937464450935],[-72.64882291447597,41.635177464498184],[-72.64881291451168,41.63586246463134],[-72.64881091451852,41.635994464657],[-72.64880391453889,41.63639246473442],[-72.64880291454612,41.63652546476024],[-72.64880091455208,41.6366414647828],[-72.64880091455527,41.63669746479365],[-72.64877391456305,41.63698946485114],[-72.64876591456621,41.637090464870994],[-72.64876491456673,41.63710546487391],[-72.64873791455807,41.63710746487517],[-72.64872391455354,41.637108464875816],[-72.64842191445628,41.63712646488898],[-72.6475169141649,41.63718346492898],[-72.647215914068,41.637202464942305],[-72.64713691404258,41.6372074649458],[-72.64457891323202,41.637597465103276],[-72.6421119124503,41.637973465255115],[-72.63667191072656,41.638804465590276],[-72.63544791033867,41.638990465665486],[-72.63510791023097,41.63904346568664],[-72.63403690989163,41.63920746575269],[-72.6330499095789,41.63935846581354],[-72.63037390873117,41.6397714659792],[-72.63014990865945,41.63979246599043],[-72.62970990852176,41.63989046602351],[-72.6295599084731,41.639893466028894],[-72.629331908402,41.63994846604683],[-72.62814090802577,41.64015146612429],[-72.62808390800853,41.64017446613057],[-72.62783690793,41.64020746614487],[-72.63052490841214,41.633290464717476]]]},"properties":{"name":5703,"geoid":"09007570300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.51395085437674,41.346411412563235],[-72.51458085468286,41.34823541289987],[-72.51647085560133,41.35370741390965],[-72.51710185590781,41.35553141424618],[-72.51730985600803,41.35611741435412],[-72.5177868562378,41.35746141460169],[-72.51781785625272,41.35754841461771],[-72.51784785626731,41.35763541463375],[-72.51793285630833,41.35787641467817],[-72.5181418564089,41.35846341478627],[-72.51815785641674,41.35851041479496],[-72.51817485642498,41.358559414803985],[-72.51820585644016,41.358651414820976],[-72.51822285644836,41.35869941482983],[-72.51866685666639,41.3600244150747],[-72.5189628568116,41.3609054152375],[-72.51922085693805,41.36167141537901],[-72.52000285732187,41.36400141580955],[-72.52023985743821,41.36470741593998],[-72.5204478575403,41.36532741605454],[-72.52065585764275,41.365953416170264],[-72.52116985789587,41.36749941645604],[-72.52333985896392,41.37401441766009],[-72.52353685906081,41.3746044177691],[-72.52370385914311,41.37510741786208],[-72.52406285931995,41.37618741806166],[-72.52238285879359,41.376539418183526],[-72.52234985878292,41.37654041818477],[-72.52022285809606,41.37661941826743],[-72.51987585798372,41.37662741827995],[-72.51886285765585,41.37665141831666],[-72.51751885721194,41.37652341833412],[-72.51710985707928,41.37652841834803],[-72.51626985680691,41.37653941837673],[-72.5160298567298,41.37655541838743],[-72.51568985662642,41.376683418423184],[-72.51538885653144,41.37673441844265],[-72.51368685599383,41.37701341855092],[-72.51121385521272,41.37741941870835],[-72.50856185436629,41.37769741884643],[-72.50684785381928,41.377878418935936],[-72.50519385329356,41.37809141902978],[-72.50344085273645,41.37831841912948],[-72.50272185250604,41.378377419163705],[-72.50246585242402,41.378398419175895],[-72.50232985238048,41.378410419182536],[-72.50021685170334,41.378583419283046],[-72.49953385148453,41.37864041931575],[-72.49856485117832,41.37879741937701],[-72.49764085088216,41.37887241942084],[-72.49486984999426,41.37910141955306],[-72.49394684969856,41.379178419597224],[-72.49388284967797,41.37918241960003],[-72.4936928496171,41.37919841960915],[-72.49362984959697,41.379204419612314],[-72.49359384958535,41.379206419613844],[-72.49357784958028,41.379208419614756],[-72.49348884955174,41.37921541961892],[-72.49345384954054,41.37921841962062],[-72.49263284927741,41.3792854196596],[-72.49016984848804,41.37948641977662],[-72.48934884822489,41.37955341981563],[-72.48772884770567,41.379685419892525],[-72.4828718461491,41.38008342012354],[-72.48125284563022,41.3802164202006],[-72.4806218454279,41.38026642023027],[-72.47872884482109,41.380419420319875],[-72.47809884461915,41.38047042034972],[-72.47742084440176,41.38052442038165],[-72.47538884375041,41.380689420477964],[-72.47471184353341,41.38074442051007],[-72.47366184319687,41.38083042055998],[-72.47061884222167,41.38108142070499],[-72.47051184218734,41.38108942070991],[-72.46946184185086,41.38117642076002],[-72.46571484064954,41.38147742093696],[-72.46545284056559,41.38149942094952],[-72.46538484054378,41.381504420952645],[-72.4595358386689,41.38198142123019],[-72.45603483754661,41.38226642139621],[-72.45457183707762,41.38238542146556],[-72.45568983748963,41.383259421601046],[-72.45891183867704,41.3857784219915],[-72.45949183889044,41.38622542206053],[-72.45997083906673,41.38659542211768],[-72.45846483860635,41.38712142226789],[-72.45777283839489,41.38736442233716],[-72.45734083826295,41.38751742238067],[-72.45604583786752,41.38797742251131],[-72.45561483773595,41.388131422554984],[-72.4554828376956,41.38817742256813],[-72.45508783757496,41.38831742260791],[-72.45495683753498,41.388364422621216],[-72.45482583749491,41.38840942263413],[-72.45472883746514,41.38844142264344],[-72.45404583725609,41.388675422710676],[-72.45381883718663,41.38875342273306],[-72.45306583695648,41.38901742280835],[-72.45226783671266,41.38929842288838],[-72.45080683626614,41.38981042303441],[-72.45005383603605,41.390075423109884],[-72.44939483583464,41.39030642317578],[-72.44741883523082,41.39100142337376],[-72.44676083502976,41.39123342343981],[-72.44587083475554,41.39150542352097],[-72.44320283393358,41.39232442376496],[-72.44231383365971,41.39259742384628],[-72.44168883349757,41.39333642401029],[-72.4406158332194,41.394609424292696],[-72.43980083300625,41.39554242450056],[-72.4393058328769,41.396111424627264],[-72.43913283282765,41.396237424657315],[-72.43894483277496,41.39638942469291],[-72.43838383261813,41.39684942480042],[-72.43819683256581,41.39700242483619],[-72.43810483253985,41.39707342485294],[-72.43806783252948,41.39710342485998],[-72.4378258324602,41.39727242490059],[-72.43782083245873,41.397275424901345],[-72.43772583243155,41.39734242491742],[-72.437072832243,41.397770425021555],[-72.43687683220644,41.398259425123214],[-72.43686183220973,41.3984064251524],[-72.43697383226316,41.39871242520862],[-72.43708283231508,41.39900942526318],[-72.437108832342,41.39934142532719],[-72.43708783235155,41.39963642538544],[-72.43683583229345,41.40006542547715],[-72.43661283223828,41.4003774255451],[-72.43622983212884,41.400649425610276],[-72.4356898319686,41.40092542568117],[-72.43533183185991,41.401064425719596],[-72.43502583176374,41.40112442574094],[-72.43459383162477,41.40115142575982],[-72.43431383154201,41.40130042579774],[-72.43403783146871,41.40159642586421],[-72.43355883132462,41.401806425920306],[-72.43348883130164,41.40180242592174],[-72.43308983117073,41.4017814259302],[-72.43206483081978,41.40146342590039],[-72.43176383071807,41.4013944258964],[-72.43174883071296,41.401390425896075],[-72.43134283058333,41.40143342591727],[-72.43111983051215,41.40145742592897],[-72.43059183033817,41.4014164259376],[-72.43008583016787,41.40131242593323],[-72.42967183002857,41.40122842592986],[-72.42886982976312,41.40114442593872],[-72.42646482896727,41.40089542596581],[-72.42566382870224,41.40081342597501],[-72.42619482881634,41.399758425752296],[-72.42633982880979,41.39879142555891],[-72.42629282873499,41.39771942535105],[-72.42575382846294,41.39597642502764],[-72.42568382842762,41.39575042498569],[-72.42516282820134,41.39472542480193],[-72.42459582795502,41.39360942460183],[-72.42351482750844,41.39189642430131],[-72.42279782724685,41.391383424223676],[-72.42189182691627,41.39073442412543],[-72.42167682683434,41.390518424090004],[-72.42155282679497,41.39053542409722],[-72.42143482675434,41.390494424092914],[-72.41960082612277,41.389859424026604],[-72.41755082543928,41.38955442403152],[-72.41621382499352,41.389355424034726],[-72.41362782415919,41.38947342413913],[-72.41334782406888,41.389486424150476],[-72.41309982398886,41.38949742416042],[-72.41246782378724,41.389567424193956],[-72.41175182355249,41.38953242420965],[-72.4101488230135,41.38921242419757],[-72.40677282188244,41.38861142418634],[-72.40529582139334,41.38845242420171],[-72.40447182112574,41.388458424228794],[-72.40379882090717,41.388463424250936],[-72.40274982057117,41.38855542430188],[-72.40202282033468,41.38855342432434],[-72.4007608199142,41.38837142432846],[-72.39724681873281,41.38767242430238],[-72.395929818301,41.387608424331276],[-72.39489381796136,41.38755842435405],[-72.39323781740603,41.38725442434669],[-72.39118481671605,41.38685042433228],[-72.38930381608385,41.3864794243189],[-72.38718081537039,41.386062424304136],[-72.38605981498819,41.38574342427701],[-72.38483381455934,41.38519842420906],[-72.38363481409752,41.38389942399292],[-72.38299581385141,41.38320742387778],[-72.38259481368121,41.38248842374989],[-72.3835778139808,41.382126423648295],[-72.38652981488059,41.38104042334339],[-72.38751381518058,41.38067942324195],[-72.38794381531149,41.38051842319698],[-72.38923681570529,41.3800374230624],[-72.3896688158369,41.37987742301755],[-72.39145381638093,41.37922042283309],[-72.39374281707865,41.37837942259687],[-72.39415281720358,41.37822842255447],[-72.39694681808703,41.377776422378375],[-72.39843281855696,41.377537422284966],[-72.39854281859174,41.377519422278006],[-72.39882181867884,41.377454422256534],[-72.39923181880684,41.377358422224894],[-72.40046381919157,41.37707242213028],[-72.40087481932001,41.37697842209901],[-72.40190081964029,41.37673842201987],[-72.40497882060119,41.37601842178243],[-72.40600582092183,41.375779421703456],[-72.40660982111054,41.3756404216573],[-72.40842182167671,41.37522642151944],[-72.40895082184207,41.375106421479366],[-72.40902882186742,41.375106421476914],[-72.40904882187492,41.375124421479796],[-72.40911182189845,41.375179421488575],[-72.40913282190634,41.37519842149162],[-72.41269082300688,41.37418342118143],[-72.41293882308362,41.374113421159954],[-72.42141182546338,41.36734941957169],[-72.42430382627568,41.36504241902986],[-72.4243348262846,41.36502141902478],[-72.42443082631247,41.364961419010044],[-72.42446282632177,41.3649414190051],[-72.42494282646274,41.364669418936856],[-72.42523082654733,41.364506418895935],[-72.42530382656935,41.36447541888759],[-72.42557382665085,41.36436241885701],[-72.42713082712169,41.363725418683536],[-72.42721582714736,41.36369041867401],[-72.42747482722588,41.36358741864574],[-72.42756082725195,41.363553418636386],[-72.42904082769958,41.362949418471786],[-72.43037782810408,41.36240641832359],[-72.43077682822481,41.36224441827938],[-72.43117482834515,41.362081418234986],[-72.43348382904355,41.361140417978426],[-72.4349658294919,41.36053841781413],[-72.43621082986861,41.36003341767624],[-72.43663782999788,41.359861417629205],[-72.43994583099847,41.35851441726181],[-72.44119083137508,41.35800841712373],[-72.44216383167112,41.357643417021755],[-72.44508383255955,41.35654941671601],[-72.44605783285594,41.35618541661419],[-72.4466068330192,41.35591141654334],[-72.44825483350942,41.35509241633137],[-72.44838583354846,41.35502841631474],[-72.44880483367311,41.35482041626089],[-72.45002683403801,41.35423841610866],[-72.45369383513325,41.35249641565268],[-72.4549168354985,41.3519154155006],[-72.4559618358113,41.351431415373064],[-72.45909683674986,41.34998341499127],[-72.46014283706305,41.34950141486409],[-72.46029783711,41.34943941484709],[-72.46076683725228,41.34925641479654],[-72.46092283729959,41.34919541477972],[-72.46246783776104,41.34846241458774],[-72.4671058391465,41.346266414012334],[-72.46854283957578,41.34558641383412],[-72.46865683961065,41.34554741382289],[-72.46894383969516,41.345389413782975],[-72.46908583971815,41.34497241369697],[-72.46983183983966,41.342792413247246],[-72.4700808398803,41.34206641309747],[-72.47034583992182,41.34126241293191],[-72.47079183999186,41.339912412653895],[-72.47114084004653,41.338853412435824],[-72.47140684008845,41.338050412270434],[-72.4716138401249,41.33749541215539],[-72.47193284018128,41.33664241197854],[-72.47223484023448,41.33583241181063],[-72.47244184027103,41.33527841169577],[-72.4724978402774,41.33506541165236],[-72.4725448402832,41.334894411617434],[-72.47264684029498,41.334509411538924],[-72.47266784029739,41.33442941152263],[-72.47268584029958,41.33436341150916],[-72.47272484030415,41.33421741147938],[-72.4727558403146,41.33422441147975],[-72.47285184034713,41.33424841148144],[-72.47288384035802,41.334257411482184],[-72.47317384045226,41.33425741147305],[-72.47404384073512,41.33426041144623],[-72.47433384082943,41.33426141143728],[-72.47490184101596,41.33429741142642],[-72.47635284149256,41.3343894113987],[-72.47645784152701,41.33439541139657],[-72.47660684157596,41.33440541139382],[-72.47663284158453,41.3344074113934],[-72.4769308416868,41.334505411403185],[-72.47712484175666,41.33462841142113],[-72.47982184272709,41.336324411667775],[-72.47985284273922,41.336361411674034],[-72.47997284278136,41.33641841168141],[-72.48156584335503,41.33742841182868],[-72.48204884352837,41.33772441187135],[-72.4830318438821,41.338342411961186],[-72.48321084394675,41.33845941197844],[-72.48330984398098,41.33849641198255],[-72.48338784400798,41.33852641198595],[-72.4845248444168,41.33923541208874],[-72.48479884451531,41.33940641211353],[-72.4862098450226,41.34028541224091],[-72.48660084516312,41.3405284122761],[-72.48699084530338,41.340772412311495],[-72.48742284545875,41.34104241235068],[-72.4879388456443,41.341364412397354],[-72.48839984581004,41.34165141243893],[-72.4887388459319,41.3418624124695],[-72.48907784605377,41.34207341250006],[-72.49030284649325,41.34281941260727],[-72.49111484678458,41.34331441267843],[-72.49150584692485,41.34355241271265],[-72.49189684706512,41.343790412746834],[-72.49264484733345,41.3442454128122],[-72.49320384753379,41.34458241286044],[-72.49398284781309,41.34505341292796],[-72.49439484796079,41.345302412963626],[-72.49491384814725,41.345623413009996],[-72.49497484816919,41.34566141301551],[-72.49503684819145,41.34569941302099],[-72.4952058482522,41.34580441303619],[-72.49590884850424,41.34622941309708],[-72.49699384889252,41.34687241318854],[-72.49823384933629,41.347607413293105],[-72.5011198502664,41.347469413175055],[-72.51395085437674,41.346411412563235]]]},"properties":{"name":6201,"geoid":"09007620100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.67789691605942,41.49623843657812],[-72.67774891597277,41.49555643645013],[-72.67759591588293,41.494846436316855],[-72.67624091545137,41.49500543639107],[-72.67554891523102,41.495087436429124],[-72.67465091494665,41.49522143648387],[-72.67195991409459,41.49562543664841],[-72.67150191394951,41.49569343667625],[-72.67106291381059,41.49576043670333],[-72.67055591364918,41.49582143673138],[-72.66903791316605,41.49600543681565],[-72.66853191300504,41.49606743684387],[-72.66575991212277,41.49640343699774],[-72.66095291059287,41.496988437265],[-72.65744390947602,41.49741443745988],[-72.65467290859407,41.49775143761387],[-72.65455190855558,41.49776643762065],[-72.65340290818892,41.49788943768124],[-72.64959290697311,41.49829743788217],[-72.64832290656783,41.49843343794914],[-72.64807790648965,41.49845943796201],[-72.64549090566612,41.49877243810542],[-72.63699790296269,41.49980443857705],[-72.63452390217518,41.500105438714485],[-72.63416690206157,41.500149438734425],[-72.63409490203865,41.50015843873849],[-72.63407290203163,41.500160438739556],[-72.63379390194292,41.50019643875547],[-72.63370190191375,41.50020943876093],[-72.63365790189144,41.500067438734696],[-72.63295190153345,41.49779043831407],[-72.63274590143602,41.49725043821553],[-72.63272390142559,41.49719243820495],[-72.6294968998994,41.48873143666084],[-72.62930789981434,41.48831243658529],[-72.62916389974943,41.48799143652739],[-72.62901489968498,41.48770743647685],[-72.62833489939639,41.48650943626527],[-72.62792089920308,41.4854674360756],[-72.62790389919506,41.48542343606757],[-72.62820589925263,41.48470243591759],[-72.62916789943637,41.48241143544089],[-72.62948989949808,41.481648435282075],[-72.62975589954763,41.480992435145886],[-72.62982189955996,41.480830435112225],[-72.63024489963892,41.47979043489625],[-72.6303008996493,41.47965143486741],[-72.63055489969656,41.47902443473724],[-72.6308218997465,41.478369434601184],[-72.63109389980079,41.477763434474504],[-72.63112889980788,41.4776874344586],[-72.63206289998456,41.47543243398973],[-72.63237190004385,41.474701433837545],[-72.6323819000457,41.47467643383236],[-72.63260190008816,41.474160433724855],[-72.63441590043877,41.469913432839974],[-72.63530690061094,41.46782643240513],[-72.63566190067957,41.46699543223195],[-72.63700190094235,41.463925431591306],[-72.63703990094976,41.46383743157294],[-72.63677390084665,41.46354243152396],[-72.63600790056564,41.46297343143752],[-72.6351059002347,41.46230343133573],[-72.63388289978606,41.4613954311978],[-72.63136089887011,41.459687430945365],[-72.63106089876311,41.459519430922185],[-72.62801889767863,41.45781943068783],[-72.62744189747126,41.45746743063763],[-72.6242558963263,41.455524430360455],[-72.62345589603555,41.45497843027953],[-72.62264789575266,41.454618430235094],[-72.61917489444635,41.45146342973083],[-72.61428489263206,41.44746442910707],[-72.60965389091395,41.443676428516056],[-72.60951489086224,41.44356042849786],[-72.60909889070756,41.44321342844345],[-72.60896089065623,41.443098428425415],[-72.60913389071011,41.44305642841173],[-72.60965289087173,41.44293042837066],[-72.60982589092562,41.44288842835697],[-72.61049789113338,41.4426984282986],[-72.61285389186507,41.442090428105175],[-72.6135378920807,41.44197142806023],[-72.61479189247609,41.44175342797786],[-72.61631589296414,41.44162342790405],[-72.61685989313837,41.441577427877796],[-72.61926389390992,41.44140142776702],[-72.62137889458921,41.44125642767149],[-72.62370189533259,41.44104842755707],[-72.62455989560398,41.440915427503846],[-72.62689089634124,41.44055242735891],[-72.62987089729633,41.44031242721732],[-72.63164789786423,41.440140427127254],[-72.63201889798279,41.44010442710843],[-72.63552789910791,41.43983142694354],[-72.636108899294,41.4397824269155],[-72.63837990002138,41.43959142680597],[-72.64267390140274,41.439338426619955],[-72.64272190141811,41.439334426617656],[-72.64299390150511,41.43930942660412],[-72.64381390176739,41.43923442656339],[-72.64408690185476,41.43921042655003],[-72.64425790190944,41.43919442654146],[-72.64502690216027,41.4392104265201],[-72.64588890243384,41.43909342646983],[-72.64832490320698,41.43876342632794],[-72.65128090414849,41.438422426167335],[-72.65291390466868,41.43823542607887],[-72.65308090472176,41.438214426069464],[-72.65319890475917,41.43819742606239],[-72.65355390487183,41.438149426041726],[-72.65367290490961,41.4381334260348],[-72.6541939050863,41.43826442604373],[-72.65651390581381,41.437794425878224],[-72.65843690641682,41.43740442574096],[-72.6650559084923,41.43606242526846],[-72.66683390904983,41.43570242514163],[-72.66791890939561,41.43558142508346],[-72.66803690943311,41.43556642507677],[-72.66839190954606,41.43552342505707],[-72.66840190954926,41.435522425056554],[-72.66851090958393,41.43550942505056],[-72.66894090972258,41.435490425033144],[-72.67023191013898,41.43543442498109],[-72.67066291027795,41.435415424963644],[-72.67083591033368,41.435406424956376],[-72.67109291041527,41.43537242494155],[-72.6719289106772,41.43519942488117],[-72.67228291078811,41.435126424855646],[-72.67247891084956,41.43508642484162],[-72.6737159112373,41.43483342475287],[-72.67712491230574,41.43413542450813],[-72.67873991281195,41.433805424392304],[-72.67950791306151,41.43380542436781],[-72.68181391381088,41.43380642429445],[-72.68182791381548,41.43380742429422],[-72.68253991404673,41.433805424271114],[-72.68258191406,41.4337984242684],[-72.68270691409941,41.433777424260334],[-72.6832249142629,41.43369142422705],[-72.68391891448186,41.43357542418228],[-72.68793591574945,41.43290642392378],[-72.68853591593877,41.43280642388514],[-72.68903891610226,41.432807423869285],[-72.68928191617901,41.43276842385392],[-72.68953391625865,41.43272842383809],[-72.69029191649858,41.43261542379187],[-72.69054591657903,41.43257842377657],[-72.69055591658224,41.43257742377607],[-72.69099591672193,41.432519423750705],[-72.69155891690069,41.432445423718335],[-72.69234891715158,41.43234242367304],[-72.69263891724373,41.43230542365658],[-72.69279591729247,41.43226542364378],[-72.69279691729281,41.43226542364374],[-72.69291491732942,41.43223442363393],[-72.69295291734117,41.432224423630764],[-72.69342391748746,41.43210442359235],[-72.69342791748876,41.432104423592214],[-72.69351391751592,41.43209042358675],[-72.69358391753804,41.43207942358238],[-72.69587791826206,41.43170042343531],[-72.70276192043472,41.43056442299415],[-72.70493992112213,41.43020542285465],[-72.70505592115853,41.43018242284648],[-72.70514892118766,41.4301634228398],[-72.70516492119269,41.430160422838696],[-72.70527192122617,41.430137422830796],[-72.70539892126602,41.43011242282188],[-72.705430921276,41.43010542281948],[-72.70552592130592,41.43008842281314],[-72.70608492148122,41.429976422773464],[-72.70776292200765,41.429643422654976],[-72.70793892206291,41.42960942264273],[-72.70804092209036,41.4295084226198],[-72.70828492216697,41.42946142260285],[-72.70834392218559,41.429451422598994],[-72.70871192230143,41.42938542257439],[-72.7099929227047,41.42915642248886],[-72.71042092283953,41.42908142246057],[-72.71246492348467,41.42874542232979],[-72.71859592541985,41.427740421938104],[-72.72064092606534,41.42740542180747],[-72.72258692668038,41.42710142168605],[-72.72775992831556,41.42629742136404],[-72.72842692852633,41.42619242132224],[-72.73037492914212,41.425890421201146],[-72.73047192917622,41.425936421207],[-72.73055092920104,41.42592142120156],[-72.7310559293602,41.42583442116847],[-72.73281492991438,41.42552942105278],[-72.73340193009946,41.425429421014535],[-72.73370893019663,41.42538442099594],[-72.73463293048917,41.4252494209401],[-72.73494093058675,41.425205420921685],[-72.73496693059498,41.425201420920054],[-72.73500093060575,41.42519642091799],[-72.73553793077491,41.425103420882714],[-72.73732893133928,41.424794420765224],[-72.73792693152775,41.424691420726035],[-72.73801093155423,41.42467742072061],[-72.73826693163497,41.42463442070405],[-72.73928593195629,41.42446242063794],[-72.73962693206389,41.42440642061614],[-72.74027793226944,41.42430142057484],[-72.74034093228934,41.42429142057088],[-72.74064893238662,41.42424242055148],[-72.74371493335491,41.42375242035794],[-72.74464193364774,41.423605420299644],[-72.74473693367753,41.42358642029289],[-72.74501793376558,41.4235294202728],[-72.7458599340296,41.42336142021312],[-72.74614193411806,41.42330542019321],[-72.74497593388519,41.425889420734116],[-72.74479393384904,41.426296420819256],[-72.74345193358177,41.42928342144429],[-72.7418879332703,41.43276542217284],[-72.74148993319089,41.43364842235764],[-72.74034093296197,41.43620442289244],[-72.74033093296057,41.4362374228992],[-72.74025993294954,41.43645042294296],[-72.74025693294914,41.43646042294501],[-72.7402419329468,41.43650542295425],[-72.73929793272545,41.438016423278846],[-72.7391209326841,41.43830242334025],[-72.73896593274944,41.44035042374422],[-72.73852893293672,41.44617842489355],[-72.73803093305862,41.45119842588732],[-72.73801193306348,41.45139342592591],[-72.73782193309015,41.4529574262366],[-72.73775593309978,41.45350742634584],[-72.73772093310474,41.45379642640324],[-72.73771493310585,41.453850426413965],[-72.7376619331153,41.454322426507574],[-72.73751993314136,41.45559942676081],[-72.7373169331629,41.45714742706879],[-72.73708793321516,41.45938742751232],[-72.73656893333514,41.4644914285228],[-72.73636093335877,41.46610442884351],[-72.73607493339222,41.46833842928761],[-72.73602993339728,41.46868642935681],[-72.73589493341252,41.46973142956457],[-72.73585093341796,41.47008042963392],[-72.73579993342278,41.470458429709154],[-72.73576493342613,41.47071842976087],[-72.73575093342772,41.47082742978255],[-72.73568293343534,41.47135242988693],[-72.73553293345267,41.472520430119104],[-72.73551693345415,41.472638430142595],[-72.73543793346485,41.47328143027029],[-72.73542793346483,41.47333843028171],[-72.7354059334676,41.47351343031648],[-72.73539993346898,41.47357243032817],[-72.73511893350198,41.475769430764814],[-72.73509793350436,41.47593243079722],[-72.73502493351279,41.47650043091012],[-72.73451093357333,41.48052143170923],[-72.73418893360986,41.48301543220493],[-72.73398393363362,41.48461243252229],[-72.73388693364537,41.48537643267407],[-72.7333169334672,41.48550143271664],[-72.73160693293265,41.485876432844364],[-72.73103693275446,41.48600143288694],[-72.73097193273412,41.48601543289175],[-72.72938093223314,41.48630043299812],[-72.72441393066917,41.48719143333049],[-72.7227589301481,41.48748943344143],[-72.7226509301141,41.48750843344859],[-72.72197192990014,41.487627433493465],[-72.72171692981973,41.4876714335102],[-72.71961092915615,41.488041433649585],[-72.71882392890815,41.488179433701625],[-72.7172529284133,41.48845843380617],[-72.71703992834621,41.48849643382037],[-72.71254192692936,41.48929543411974],[-72.71097192643481,41.48957443422425],[-72.70112492333489,41.491359434886476],[-72.69913492270778,41.49170943501821],[-72.69496292139249,41.49243343529243],[-72.69472792131825,41.49247143530735],[-72.69402392109589,41.49258643535222],[-72.69378992102202,41.49262543536729],[-72.69306492079272,41.49273843541246],[-72.6928229207162,41.49277643542759],[-72.69122292021432,41.49309943554157],[-72.69010491986369,41.49332643562146],[-72.68348391775324,41.494069435977586],[-72.68345691774456,41.494071435978846],[-72.68086391691809,41.49436343611849],[-72.67973891655919,41.494484436177956],[-72.67916291637852,41.49460143621913],[-72.67890891631443,41.49492843629087],[-72.6781499161232,41.495911436506404],[-72.6781059161122,41.49596943651911],[-72.67789691605942,41.49623843657812]]]},"properties":{"name":5851,"geoid":"09007585100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.50543186845395,41.647007471366045],[-72.50531986840086,41.646713471312566],[-72.50505286827399,41.6460074711841],[-72.50498686824272,41.64583447115265],[-72.50487586819007,41.64554247109953],[-72.50476686814513,41.6453754710706],[-72.50442986800626,41.644860470981406],[-72.50309586745638,41.64281847062767],[-72.50267086728117,41.64216747051487],[-72.50265086727298,41.64213747050969],[-72.50263086726476,41.6421074705045],[-72.50126086669405,41.639903470120444],[-72.4970948649588,41.63320246895258],[-72.49573086439067,41.63100746856995],[-72.49570886438129,41.63096846856307],[-72.49569686437631,41.63094946855977],[-72.49471786396622,41.629332468277056],[-72.4917518627235,41.62442746741924],[-72.49083186233815,41.62290746715341],[-72.49076286230927,41.62279346713348],[-72.48967986185633,41.62101646682292],[-72.48898486156571,41.61987646662367],[-72.48628186043554,41.61544346584884],[-72.48364985933513,41.61112646509417],[-72.48193185861686,41.60830746460129],[-72.48190385860559,41.608269464594805],[-72.48186385858958,41.60821646458578],[-72.48184285858117,41.608188464581],[-72.48178585855827,41.608111464567855],[-72.48163185849657,41.607906464532924],[-72.48156485846843,41.60779446451332],[-72.48151985844952,41.60771846449997],[-72.48160385847247,41.60764046448217],[-72.48282885880826,41.606519464225606],[-72.48456985928563,41.60492846386141],[-72.48501685940631,41.60448646376138],[-72.48534485949227,41.60411646367912],[-72.48557485955168,41.60384146361844],[-72.48601085965689,41.603188463477764],[-72.48637785974277,41.60259146335017],[-72.4870428598987,41.60151446311991],[-72.48731585996337,41.601084463027725],[-72.48741085998523,41.60092346299345],[-72.48769986005219,41.600441462890664],[-72.48779586007446,41.60028146285655],[-72.48783786008374,41.600203462840064],[-72.48796386011176,41.59997246279122],[-72.48800686012143,41.599895462774874],[-72.48824986017313,41.59940846267259],[-72.48898186032933,41.597949462365975],[-72.4891658603687,41.59758446228923],[-72.48922186038001,41.597461462263574],[-72.48928286039227,41.597326462235415],[-72.4893018603952,41.59726846222354],[-72.48949886042577,41.59667246210153],[-72.48956486043612,41.596474462060975],[-72.48962486043584,41.5961224619907],[-72.48980686043565,41.5950664617798],[-72.48981286043585,41.595035461773584],[-72.48986186043373,41.594714461709685],[-72.48991086043455,41.59444546165587],[-72.48995286043585,41.59422546161181],[-72.49005886044732,41.59381646152899],[-72.49007386044944,41.59376746151899],[-72.49011086045498,41.5936514614953],[-72.49015586046174,41.59351146146667],[-72.49019386046734,41.593391461442145],[-72.49021786047095,41.593316461426824],[-72.4903678605001,41.592966461354045],[-72.49049286052295,41.592649461288524],[-72.49058386054385,41.59249446125553],[-72.49064786055861,41.59238646123251],[-72.4911528606695,41.59143546103174],[-72.49129486070095,41.59117246097615],[-72.49192686084106,41.59000646072958],[-72.49197686085178,41.58990746070876],[-72.49234486093135,41.58919246055818],[-72.49242986095037,41.58903846052558],[-72.49273486101872,41.58848846040903],[-72.49286786104857,41.588249460358384],[-72.49336286115827,41.587335460165114],[-72.49362986121675,41.586829460058325],[-72.49376986124751,41.586566460002786],[-72.49393786128618,41.586281459942086],[-72.49394886128869,41.58626245993804],[-72.49398686129823,41.586212459927125],[-72.49404586131301,41.58613345990991],[-72.49415986134252,41.58599845988006],[-72.49436586139862,41.58580345983564],[-72.49442886141627,41.58575245982372],[-72.49452186144242,41.5856794598066],[-72.49466986148506,41.58558045978266],[-72.49483486153326,41.585482459758396],[-72.49496686157217,41.5854104597402],[-72.49518086163637,41.58531345971458],[-72.4953958617018,41.585231459691826],[-72.49564586177901,41.58515745966952],[-72.49586586184788,41.58510845965302],[-72.496112861926,41.5850674596372],[-72.49644286203153,41.585033459620114],[-72.49694286219143,41.58498245959435],[-72.49716386226227,41.584962459583465],[-72.49749886236964,41.58493245956701],[-72.49828786262258,41.584862459528374],[-72.49850586269243,41.58484245951757],[-72.49884186280013,41.584812459501066],[-72.4989808628445,41.58479645949355],[-72.49939986297842,41.58475245947172],[-72.49941186298227,41.58475145947113],[-72.49953886302262,41.584733459463614],[-72.4996108630452,41.584718459458415],[-72.4998298631142,41.58467745944349],[-72.49990286313718,41.58466345943845],[-72.49995386315321,41.5846534594349],[-72.50024486324381,41.58457945941128],[-72.50050786332498,41.58450045938758],[-72.50116986352641,41.584250459318],[-72.50134286357904,41.58418445929969],[-72.50186586373823,41.58398745924481],[-72.50203986379123,41.58392245922667],[-72.50287286404486,41.58361045913961],[-72.50298286407842,41.58357045912835],[-72.50318686414072,41.5834974591077],[-72.50383586433765,41.58324245903754],[-72.50423486445915,41.58309345899594],[-72.50474286461233,41.58287645893765],[-72.50535286479663,41.58262245886893],[-72.50564486488494,41.58250245883634],[-72.50616886504231,41.582267458774055],[-72.50644286512424,41.582138458740296],[-72.50652586514911,41.58210045873029],[-72.5068118652342,41.5819574586934],[-72.50714686533112,41.581742458641],[-72.50722786535407,41.58168145862657],[-72.5074728654237,41.58150145858382],[-72.50795886555946,41.581102458490875],[-72.50848086570528,41.580674458391144],[-72.5087018657683,41.580515458353226],[-72.50886586581626,41.580419458329374],[-72.5090878658824,41.58031045830115],[-72.50954786602084,41.58010945824748],[-72.5095608660248,41.5801044582461],[-72.50987286611887,41.579971458210366],[-72.51012786619587,41.57986445818146],[-72.51109486648765,41.579455458071294],[-72.51149586660624,41.57924345801737],[-72.51149186660928,41.57932045803247],[-72.51150986661453,41.57930945802976],[-72.51204986676856,41.5789234579376],[-72.51338586713904,41.5777784576727],[-72.51382686726085,41.577392457583684],[-72.51439586741938,41.576918457473504],[-72.51499586758634,41.57641445735653],[-72.5157758678038,41.57576745720605],[-72.51637786797117,41.5752594570882],[-72.5172528682162,41.574552456923016],[-72.5175208682918,41.5743454568743],[-72.51771486834902,41.57424045684773],[-72.51790686840567,41.574136456821414],[-72.51833286853139,41.5739064567632],[-72.51884086868404,41.57368045670314],[-72.51929186882144,41.573513456656364],[-72.51952786889426,41.57344245663507],[-72.52061586923011,41.57311745653736],[-72.5209958693475,41.57300545650353],[-72.52158786952867,41.57280045644491],[-72.52199986965371,41.57263945640054],[-72.52210786968655,41.57259845638912],[-72.52245186979049,41.572455456350404],[-72.52262986984437,41.57238345633076],[-72.52316787000744,41.572169456272114],[-72.52334687006172,41.57209845625261],[-72.52395887024684,41.57184845618459],[-72.52440187038047,41.571660456133976],[-72.524580870434,41.57157645611198],[-72.52543987069096,41.57117445600657],[-72.52607387088034,41.57087245592775],[-72.52755987132414,41.57016445574293],[-72.52822087152273,41.56987045566481],[-72.5283208715528,41.56982645565308],[-72.5291838718139,41.56947445555726],[-72.52946387189917,41.56937045552815],[-72.52948987190702,41.56935945552519],[-72.529571871932,41.569329455516744],[-72.52959887194022,41.56931945551395],[-72.52979687200084,41.56925145549444],[-72.52991387203669,41.56921145548295],[-72.53039387218409,41.569054455437204],[-72.53059387224552,41.56898945541821],[-72.53073287228823,41.56894445540505],[-72.53144187250633,41.568719455338794],[-72.53273187290317,41.56831045521831],[-72.5336808731965,41.568034455134516],[-72.53399787329472,41.56794645510735],[-72.53485587356064,41.56770945503403],[-72.53495887359249,41.56767945502494],[-72.53526787368821,41.567593454998395],[-72.53537187372042,41.56756445498945],[-72.53560987379412,41.567497454968866],[-72.53592987389331,41.56740945494159],[-72.53632187401375,41.567282454904465],[-72.53638787403403,41.567261454898286],[-72.53655387408425,41.56719345487979],[-72.53678587415328,41.56707845485007],[-72.53699687421572,41.56696745482178],[-72.5371318742557,41.5668974548039],[-72.53738587432998,41.56674845476686],[-72.5375288743718,41.56666445474598],[-72.53770987442343,41.56653545471516],[-72.53800087450468,41.56629645465947],[-72.53821487456392,41.56611145461672],[-72.53859187466828,41.56578645454157],[-72.53874087470957,41.565658454511954],[-72.53880787472823,41.565602454498936],[-72.53894287476541,41.565482454471315],[-72.53918487483219,41.565269454422236],[-72.5393328748731,41.56514045439247],[-72.53942987490066,41.56506945437558],[-72.53951587492463,41.56499845435904],[-72.53958587494462,41.56494845434712],[-72.53979287500393,41.56480545431273],[-72.5400838750885,41.56462545426851],[-72.54023487513285,41.56454045424718],[-72.5403998751817,41.56445445422521],[-72.54041987518767,41.564444454222645],[-72.54060987524431,41.56435245419872],[-72.5406838752661,41.5643114541884],[-72.5407438752837,41.56427745417988],[-72.5408618753185,41.5642134541637],[-72.54092787533823,41.56418245415558],[-72.54099087535715,41.56415445414814],[-72.54109187538693,41.56409945413424],[-72.54157987553347,41.563881454076366],[-72.54286387591688,41.56326945391658],[-72.54290187592824,41.56325145391189],[-72.54291187593115,41.56324545391041],[-72.54292187593418,41.56324145390929],[-72.54294187594009,41.56323045390652],[-72.54295287594343,41.5632264539054],[-72.54309687598646,41.56315845388761],[-72.54337887607075,41.563025453852795],[-72.54359787613706,41.56293745382873],[-72.54366087615622,41.56291345382207],[-72.54385287621483,41.56284445380254],[-72.54414587630484,41.56274945377477],[-72.54446887640472,41.562656453746435],[-72.54464187645871,41.56261545373295],[-72.54481787651402,41.56258045372056],[-72.5451338766137,41.56252445369964],[-72.54550987673286,41.56246745367662],[-72.54565587677925,41.56244745366807],[-72.54607287691175,41.56239045364376],[-72.54635587700145,41.562347453626394],[-72.54654187706112,41.56233245361755],[-72.54861287771982,41.56206045349885],[-72.54880287778025,41.56203545348796],[-72.54958587802932,41.561933453443224],[-72.54993887814145,41.5618844534225],[-72.55026887824654,41.56184345340402],[-72.55052587832893,41.56182145339159],[-72.5507258783933,41.5618084533827],[-72.5509578784689,41.56181045337572],[-72.5511948785465,41.561818453369746],[-72.55135687860012,41.56183445336769],[-72.55147887864085,41.56185245336731],[-72.5516538786996,41.56188445336797],[-72.55215787887033,41.56200345337506],[-72.55257287901148,41.56211145338287],[-72.55265787904021,41.56213045338386],[-72.55278387908278,41.56215845338528],[-72.55324287923871,41.56227445339325],[-72.5536278793688,41.56235945339753],[-72.55383987943966,41.562392453397194],[-72.55422287956657,41.562432453392795],[-72.55464087970388,41.56245545338396],[-72.55619888020986,41.56243645333073],[-72.55648888030358,41.562424453319174],[-72.55670688037446,41.56242345331205],[-72.55893888109837,41.562379453232495],[-72.55952388128784,41.56236345321079],[-72.55949888128168,41.56239845321838],[-72.55939088126186,41.56267045327468],[-72.55936888126487,41.56285045331036],[-72.55937688127221,41.56293445332644],[-72.55941988131096,41.5633734534104],[-72.55933188130584,41.563790453494235],[-72.55924388129027,41.56402245354213],[-72.55921488129528,41.564278453592806],[-72.55919288130667,41.564607453657445],[-72.55922088132142,41.56470745367598],[-72.55928788135671,41.5649464537203],[-72.5593318813874,41.56523645377526],[-72.55933288139006,41.56527845378339],[-72.55932488138843,41.56529545378695],[-72.55933388139238,41.56531345379017],[-72.55933888140206,41.565456453817795],[-72.55933688140351,41.565493453825056],[-72.55932488142469,41.56593845391192],[-72.55929088142231,41.56609245394292],[-72.55927488142152,41.5661704539586],[-72.55924888141975,41.56628945398255],[-72.55921388141738,41.566449454014766],[-72.55903688137975,41.56680345408919],[-72.55898088136793,41.56691745411313],[-72.55883488133193,41.567121454157416],[-72.55874688131539,41.567335454201796],[-72.5585148812988,41.56838045441226],[-72.55839588129037,41.5689174545204],[-72.55839788129157,41.568927454522274],[-72.55810488140455,41.572620455249215],[-72.55799588144635,41.57399045551888],[-72.55795188146331,41.57454445562791],[-72.55767488157068,41.578045456316936],[-72.55749188153439,41.5784574564028],[-72.55720188146238,41.57885445648916],[-72.5568798813662,41.57900745652912],[-72.55685088135756,41.579021456532786],[-72.55643888123639,41.57925045659038],[-72.55608788113895,41.579548456659445],[-72.55573688104238,41.579861456731415],[-72.55549188097984,41.580166456798466],[-72.55438088067876,41.58123945704226],[-72.55408788059947,41.58152445710694],[-72.55189288005147,41.584474457749856],[-72.55040987968128,41.58646845818435],[-72.55029687965687,41.58668745823049],[-72.55029787965832,41.58670745823434],[-72.55029587965815,41.586716458236154],[-72.55028987965828,41.58675345824352],[-72.55027487965506,41.586782458249644],[-72.55025687964981,41.586793458252345],[-72.55023287964296,41.586810458256416],[-72.54976287954128,41.587719458447935],[-72.54960187950651,41.58803245851385],[-72.54831787919439,41.589907458918894],[-72.54801487912081,41.59035145901477],[-72.54737887896083,41.59118545919698],[-72.5473738789595,41.59119045919812],[-72.5470048788641,41.591628459294924],[-72.54699087886016,41.5916394592975],[-72.54697987885714,41.591649459299795],[-72.54693387884488,41.59169745931057],[-72.54691587884048,41.591723459316206],[-72.54689887883653,41.5917514593222],[-72.5465498787464,41.59216745941407],[-72.54468787825178,41.594143459857094],[-72.54398687807053,41.594975460040956],[-72.54389487804663,41.59508246006467],[-72.54352887795197,41.59551646016058],[-72.54322387787938,41.59598946026215],[-72.54299487782983,41.59643246035548],[-72.54294587785009,41.59707346048151],[-72.5428638778485,41.59751846057055],[-72.54285687784859,41.59756046057892],[-72.54276487784121,41.59796046065952],[-72.5427548778405,41.59800546066859],[-72.54256187782498,41.59884346083745],[-72.5425078778209,41.59908246088559],[-72.54247987781855,41.59920246090976],[-72.54246087781705,41.59928546092649],[-72.5424268778114,41.59938146094623],[-72.54232587779477,41.59966946100535],[-72.54229287778952,41.599766461025254],[-72.54226087778338,41.59984246104102],[-72.54216587776538,41.60007146108853],[-72.54213487775964,41.600148461104446],[-72.54212887776605,41.60029646113339],[-72.54211387778498,41.60071846121579],[-72.54211287778591,41.600740461220106],[-72.54210787779269,41.6008894612492],[-72.54206787779017,41.60107546128659],[-72.54194787778253,41.60163246139856],[-72.5419088777804,41.601819461436115],[-72.54168487774481,41.60248046157158],[-72.54167087774273,41.60252446158058],[-72.54156287772761,41.60287946165295],[-72.54101487764976,41.604660462016184],[-72.54079687761904,41.60537346216155],[-72.54120187781898,41.60657846238263],[-72.54137687790532,41.60709846247802],[-72.54147787795407,41.607379462529366],[-72.54149087796038,41.60741646253613],[-72.54186587814162,41.608463462727464],[-72.54190387815986,41.60856746274646],[-72.54194987818212,41.60869646277004],[-72.54248487843975,41.61017346303974],[-72.54286187862131,41.61121446322985],[-72.54291787864835,41.61137046325836],[-72.54310387873977,41.611916463358426],[-72.543661879014,41.613554463658645],[-72.54384887910578,41.614101463758864],[-72.54396587916168,41.61441646381629],[-72.54406587920946,41.614685463865314],[-72.54448987941198,41.61582646407331],[-72.54145287844136,41.616149464232656],[-72.53932387776096,41.61637646434446],[-72.53497087636973,41.616839464572806],[-72.53351787590532,41.61699346464892],[-72.53034387489086,41.6173314648155],[-72.53020987484801,41.61734546482247],[-72.52929087455432,41.617443464870725],[-72.52952987466212,41.617974464966196],[-72.52953487466436,41.617985464968164],[-72.53022587496604,41.61934246520958],[-72.53038787503188,41.619574465249464],[-72.53041587504325,41.61961446525634],[-72.53041987504456,41.61961446525621],[-72.53042887504802,41.61962346525766],[-72.53047587506765,41.61970046527113],[-72.53081687520637,41.6201904653554],[-72.53089887524358,41.62037646538887],[-72.53122887539307,41.62112046552278],[-72.53287187608183,41.62384146599861],[-72.5331808762114,41.62435346608813],[-72.5336368764025,41.625107466219966],[-72.53410987660065,41.62588846635648],[-72.53442087673088,41.626400466445936],[-72.53806687825954,41.632438467501544],[-72.53936987880591,41.63459646787875],[-72.54167787977391,41.63842146854735],[-72.54423088084772,41.64270446929688],[-72.54315688050572,41.64284146935765],[-72.53886687913993,41.64339646960192],[-72.5350998779336,41.643759469792236],[-72.53436887769955,41.64383046982928],[-72.53475787782357,41.64378346980777],[-72.53426087766402,41.64382446983155],[-72.5338958775469,41.64385546984919],[-72.53276987718559,41.64395146990365],[-72.53242387707466,41.64398246992067],[-72.53240387706828,41.64398446992169],[-72.5323428770489,41.64399346992539],[-72.5323198770417,41.64399846992708],[-72.53228187702938,41.64399946992848],[-72.53216987699318,41.64400446993303],[-72.5321328769813,41.64400746993479],[-72.53111487665852,41.64416246999725],[-72.52963087618812,41.6443914700889],[-72.52806287569099,41.64463147018535],[-72.52704687536902,41.64478947024832],[-72.52693187533241,41.6448044702549],[-72.52665787524397,41.64481847026634],[-72.52549387486835,41.64488047031541],[-72.52510687474349,41.64490147033178],[-72.52506187472899,41.64490447033379],[-72.52503187471935,41.64490647033513],[-72.52445087453623,41.64501447037456],[-72.52248587391708,41.64538347050866],[-72.52183287371139,41.64550747055349],[-72.52010587315685,41.64564847063579],[-72.5149258714937,41.64607447088317],[-72.51453187136724,41.64610747090211],[-72.51320187094142,41.64623847096981],[-72.51164687044357,41.64639147104895],[-72.50698486895106,41.64685247128661],[-72.50551086847923,41.64699947136197],[-72.50543186845395,41.647007471366045]]]},"properties":{"name":5501,"geoid":"09007550100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.47272484030415,41.33421741147938],[-72.47268584029958,41.33436341150916],[-72.47266784029739,41.33442941152263],[-72.47264684029498,41.334509411538924],[-72.4725448402832,41.334894411617434],[-72.4724978402774,41.33506541165236],[-72.47244184027103,41.33527841169577],[-72.47223484023448,41.33583241181063],[-72.47193284018128,41.33664241197854],[-72.4716138401249,41.33749541215539],[-72.47140684008845,41.338050412270434],[-72.47114084004653,41.338853412435824],[-72.47079183999186,41.339912412653895],[-72.47034583992182,41.34126241293191],[-72.4700808398803,41.34206641309747],[-72.46983183983966,41.342792413247246],[-72.46908583971815,41.34497241369697],[-72.46894383969516,41.345389413782975],[-72.46865683961065,41.34554741382289],[-72.46854283957578,41.34558641383412],[-72.4671058391465,41.346266414012334],[-72.46246783776104,41.34846241458774],[-72.46092283729959,41.34919541477972],[-72.46076683725228,41.34925641479654],[-72.46029783711,41.34943941484709],[-72.46014283706305,41.34950141486409],[-72.45909683674986,41.34998341499127],[-72.4559618358113,41.351431415373064],[-72.4549168354985,41.3519154155006],[-72.45369383513325,41.35249641565268],[-72.45002683403801,41.35423841610866],[-72.44880483367311,41.35482041626089],[-72.44838583354846,41.35502841631474],[-72.44825483350942,41.35509241633137],[-72.4466068330192,41.35591141654334],[-72.44605783285594,41.35618541661419],[-72.44508383255955,41.35654941671601],[-72.44216383167112,41.357643417021755],[-72.44119083137508,41.35800841712373],[-72.43994583099847,41.35851441726181],[-72.43663782999788,41.359861417629205],[-72.43621082986861,41.36003341767624],[-72.4349658294919,41.36053841781413],[-72.43348382904355,41.361140417978426],[-72.43117482834515,41.362081418234986],[-72.43077682822481,41.36224441827938],[-72.43037782810408,41.36240641832359],[-72.42904082769958,41.362949418471786],[-72.42756082725195,41.363553418636386],[-72.42747482722588,41.36358741864574],[-72.42721582714736,41.36369041867401],[-72.42713082712169,41.363725418683536],[-72.42557382665085,41.36436241885701],[-72.42530382656935,41.36447541888759],[-72.42523082654733,41.364506418895935],[-72.42494282646274,41.364669418936856],[-72.42446282632177,41.3649414190051],[-72.42443082631247,41.364961419010044],[-72.4243348262846,41.36502141902478],[-72.42430382627568,41.36504241902986],[-72.42141182546338,41.36734941957169],[-72.41293882308362,41.374113421159954],[-72.41269082300688,41.37418342118143],[-72.40913282190634,41.37519842149162],[-72.40911182189845,41.375179421488575],[-72.40904882187492,41.375124421479796],[-72.40902882186742,41.375106421476914],[-72.40895082184207,41.375106421479366],[-72.40842182167671,41.37522642151944],[-72.40660982111054,41.3756404216573],[-72.40600582092183,41.375779421703456],[-72.40497882060119,41.37601842178243],[-72.40190081964029,41.37673842201987],[-72.40087481932001,41.37697842209901],[-72.40046381919157,41.37707242213028],[-72.39923181880684,41.377358422224894],[-72.39882181867884,41.377454422256534],[-72.39854281859174,41.377519422278006],[-72.39843281855696,41.377537422284966],[-72.39694681808703,41.377776422378375],[-72.39415281720358,41.37822842255447],[-72.39374281707865,41.37837942259687],[-72.39145381638093,41.37922042283309],[-72.3896688158369,41.37987742301755],[-72.38923681570529,41.3800374230624],[-72.38794381531149,41.38051842319698],[-72.38751381518058,41.38067942324195],[-72.38652981488059,41.38104042334339],[-72.3835778139808,41.382126423648295],[-72.38259481368121,41.38248842374989],[-72.38173181331047,41.380860423458905],[-72.38160181325458,41.38061442341492],[-72.38091381300201,41.38009342333471],[-72.37891981226988,41.37858042310167],[-72.3774468117261,41.37740942291908],[-72.37600481119381,41.37626342274041],[-72.3758598111336,41.376027422698826],[-72.37576181109287,41.37586742267064],[-72.37545481096262,41.3753174225728],[-72.37544581095916,41.375307422571126],[-72.37525681088657,41.37510642253777],[-72.37522381086926,41.37498742251553],[-72.3751278108184,41.37463242244919],[-72.37512381081633,41.374618422446574],[-72.37509381080086,41.37451542242739],[-72.37492581071395,41.37393142231852],[-72.37490981067455,41.37331342219824],[-72.37497181065126,41.37252742204268],[-72.37518481068294,41.3718484219033],[-72.37548981073529,41.371001421728174],[-72.37557781075421,41.370826421691206],[-72.37597881084113,41.370040421525],[-72.3762908109068,41.36939342138876],[-72.37642881093578,41.369106421328325],[-72.37667981097073,41.368262421155485],[-72.37696981098954,41.36689742087957],[-72.37709081097817,41.36598042069653],[-72.37712281097514,41.36573742064802],[-72.3773668109853,41.36448642039582],[-72.37756481093406,41.36239541998084],[-72.37759781088094,41.361240419754026],[-72.37762681083487,41.36023641955683],[-72.37771581083297,41.359678419444954],[-72.37779081083185,41.35921741935246],[-72.37791581082934,41.358436419195854],[-72.37825181083986,41.35665041883612],[-72.37839381084557,41.35591841868855],[-72.37840881084635,41.35584441867359],[-72.37842281084681,41.35577041865869],[-72.37913981087638,41.35208741791605],[-72.37922981088039,41.35163041782387],[-72.37924581087299,41.351402417778786],[-72.37932981083421,41.350206417542275],[-72.37939781083135,41.349754417451756],[-72.37907881067846,41.348864417287714],[-72.37877181053126,41.34800641712955],[-72.37768781009416,41.346473416863766],[-72.37760881006545,41.346418416855485],[-72.37620680955582,41.34544341670877],[-72.3745288089641,41.34460641659771],[-72.37336880855526,41.344031416521624],[-72.37278380834934,41.34374641648424],[-72.37215880812931,41.34344141644417],[-72.36979880731724,41.34262841635916],[-72.36932880715217,41.342406416330476],[-72.36914780708997,41.34234541632422],[-72.3692228071112,41.34228841631072],[-72.36930080713337,41.342230416296935],[-72.36945780717788,41.34211241626893],[-72.36983280728434,41.34183241620241],[-72.37036580743569,41.34143541610804],[-72.37039180744304,41.34141541610331],[-72.37053480748366,41.34130941607809],[-72.37070480753205,41.341184416048314],[-72.37085080757198,41.34104841601714],[-72.37128880769203,41.340643415924184],[-72.37143580773234,41.34050841589317],[-72.37162080778289,41.34033441585332],[-72.37180580783348,41.3401614158137],[-72.37190080785945,41.3400724157933],[-72.37250180802364,41.33950741566393],[-72.37274180808927,41.33928341561261],[-72.37306680817804,41.338977415542544],[-72.37452880857761,41.33760641522852],[-72.37708180932722,41.336152414864046],[-72.3772178093672,41.336075414844714],[-72.37765380949523,41.33582741478252],[-72.37862680978209,41.335294414647734],[-72.38058981036093,41.33422141437626],[-72.38074381040586,41.33412841435325],[-72.38120881054172,41.333851414284474],[-72.38136381058702,41.33375941426162],[-72.38296981104666,41.33262941399017],[-72.38362981123556,41.3321654138787],[-72.38387581130598,41.331992413837135],[-72.38525781175794,41.33204241380357],[-72.38865681286971,41.33216841372159],[-72.3906198135118,41.33224141367426],[-72.39076681355907,41.33223241366789],[-72.39088681359773,41.33222641366296],[-72.39121081370332,41.332231413653766],[-72.3913588137516,41.33223441364971],[-72.3939718145957,41.33214041354933],[-72.39409181463445,41.332135413544584],[-72.39432881471107,41.332128413535784],[-72.39468681482671,41.33211541352201],[-72.4005298167143,41.33190641329771],[-72.40227681726893,41.33166741319611],[-72.40272981741278,41.33160641316996],[-72.4048898180748,41.330882412960506],[-72.40563781830437,41.33063741288909],[-72.40600381841674,41.33051841285433],[-72.40633481851832,41.33040941282261],[-72.40666681862024,41.33030141279106],[-72.40743781885689,41.330049412717564],[-72.40756481889589,41.330008412705546],[-72.40769081893453,41.329966412693366],[-72.40788181899313,41.32990341267505],[-72.40863081922306,41.32965941260378],[-72.41048681979024,41.329007412417944],[-72.41198182024704,41.3284814122681],[-72.41696482176962,41.32672941176884],[-72.42072982292,41.32540541139153],[-72.42207482333885,41.32507541128469],[-72.42552582441355,41.324229411010755],[-72.42643982471749,41.32435441100649],[-72.4283668253583,41.32461841099758],[-72.42810682531717,41.32540241115913],[-72.42807882531278,41.32548741117663],[-72.428879825586,41.32572141119725],[-72.42928782572507,41.32583841120731],[-72.43062882618027,41.32618941123383],[-72.43202982665586,41.32655641126157],[-72.43461182766285,41.32959141177411],[-72.43500182781499,41.33005041185163],[-72.43578582812074,41.33097141200712],[-72.43680482845654,41.33105541199152],[-72.43900182918051,41.331236411957825],[-72.44432383093431,41.33167541187628],[-72.44865283236085,41.33203241180992],[-72.451869833421,41.332298411760725],[-72.45208783349382,41.33233441176089],[-72.45274283371282,41.332445411762],[-72.45296183378603,41.33248241176235],[-72.45348883395982,41.33252841175475],[-72.45507283448221,41.33266641173189],[-72.45560083465641,41.33271341172445],[-72.45627783487966,41.3327724117147],[-72.45831183555059,41.33295241168587],[-72.45898983577423,41.33301241167624],[-72.45921783584826,41.333011411668885],[-72.45990283607075,41.33300941164691],[-72.46013183614517,41.33300941163971],[-72.460837836378,41.33307141162961],[-72.46152383660431,41.33313241161995],[-72.46295783707733,41.33325941159963],[-72.46366483731055,41.3333224115897],[-72.4638898373845,41.33333741158554],[-72.46456583760666,41.333382411573055],[-72.46479183768098,41.33339841156907],[-72.46486483770514,41.333406411568326],[-72.46508483777797,41.333430411566106],[-72.46515883780245,41.33343841156533],[-72.46517783780907,41.33344641156631],[-72.4652348378289,41.3334704115692],[-72.46525383783559,41.33347941157035],[-72.46620983815012,41.333549411553946],[-72.46824283881905,41.33369941151924],[-72.46877783899507,41.333738411510026],[-72.46907783909376,41.33376041150488],[-72.46931283917111,41.333778411501],[-72.46938783919576,41.33378341149961],[-72.4695948392639,41.333799411496216],[-72.47003483940865,41.33383141148862],[-72.47044083954263,41.33386841148307],[-72.471659839945,41.333981411466766],[-72.47192784003346,41.33400641146322],[-72.47206384007922,41.334034411464415],[-72.47218684012108,41.33406841146719],[-72.4721958401241,41.334070411467295],[-72.47230984016291,41.334102411469964],[-72.4725168402334,41.334160411474784],[-72.47259184025889,41.33418041147631],[-72.47272484030415,41.33421741147938]]]},"properties":{"name":6301,"geoid":"09007630100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.46433684411123,41.451690434682874],[-72.46418884405024,41.4514604346427],[-72.46404184398966,41.4512314346027],[-72.46386284391592,41.45095343455414],[-72.46378784388713,41.45087443454109],[-72.46350784377971,41.45058143449279],[-72.46307784361476,41.450131434418644],[-72.46233284328588,41.44857943413954],[-72.46231284327702,41.44853743413198],[-72.46193084311172,41.44780143400051],[-72.46037484243823,41.44479943346422],[-72.45719684106284,41.43866843236877],[-72.45680484089911,41.43801843225436],[-72.45636984071734,41.43729543212705],[-72.45493684017859,41.43599043191771],[-72.45422883991237,41.43534543181423],[-72.45218183918786,41.43429043167302],[-72.45200083912381,41.434197431660586],[-72.45181983905977,41.434104431648144],[-72.45140183891178,41.433888431619195],[-72.45098383876386,41.43367343159045],[-72.45157083895054,41.4335974315571],[-72.4533308395104,41.43337243145768],[-72.45391883969747,41.4332974314245],[-72.45406483974395,41.43327943141637],[-72.45450283988342,41.43322643139222],[-72.45464983993031,41.433209431384284],[-72.45470783994865,41.43320043138069],[-72.4548838400044,41.43317343136985],[-72.45494284002315,41.43316543136645],[-72.45503384005195,41.43315143136085],[-72.45530784013883,41.43311143134441],[-72.45539984016803,41.43309843133896],[-72.45545784018645,41.43309043133556],[-72.45563084024144,41.43306743132562],[-72.45568984026025,41.43306043132239],[-72.4572678407623,41.43286043123358],[-72.46175884219119,41.432292430981065],[-72.46200484226941,41.43226043096705],[-72.46358484277215,41.43206143087836],[-72.46373184281879,41.43204043086962],[-72.46417184295854,41.43198043084402],[-72.46431984300555,41.431960430835446],[-72.4664708436897,41.43168443071372],[-72.47230384554494,41.43093743038386],[-72.47292384574212,41.43085743034865],[-72.47507584642659,41.430582430227055],[-72.47607484674427,41.43045343017034],[-72.47907484769836,41.430068430000475],[-72.47940484780332,41.43002642998188],[-72.48007484801641,41.42994042994394],[-72.48157184849256,41.42974942985938],[-72.48159884850111,41.429745429857746],[-72.48232084873077,41.429653429817],[-72.4861728499559,41.42916142959932],[-72.48769785044097,41.42896742951329],[-72.48823785061272,41.42889842948277],[-72.48985985112864,41.42869242939133],[-72.49040085130078,41.42862442936096],[-72.49292685210429,41.42830442921872],[-72.49953585420666,41.42746942884694],[-72.50051185452217,41.42743642880964],[-72.50055985453771,41.42743542880792],[-72.50126285475825,41.4272914287576],[-72.50302185531446,41.42700942864697],[-72.50346785545763,41.42697642862643],[-72.50391885560249,41.426944428605935],[-72.50480585588726,41.42687942856521],[-72.5052518560305,41.42684742854487],[-72.50541585608276,41.42682842853597],[-72.5059078562397,41.42677442850989],[-72.50607285629236,41.42675642850115],[-72.50851885707324,41.42649842837346],[-72.51585785941629,41.42572642799071],[-72.51830486019753,41.42546942786316],[-72.51867986031704,41.425426427842915],[-72.51980486067582,41.42530142778293],[-72.52018086079576,41.425260427763035],[-72.52035486085128,41.425241427753825],[-72.52087986101901,41.425188427726866],[-72.52105586107523,41.42517042771779],[-72.52167586127284,41.425099427684316],[-72.52353886186685,41.424890427584586],[-72.5241598620649,41.42482142755147],[-72.52516186237843,41.42460242747705],[-72.52816786331923,41.42394942725452],[-72.52917086363318,41.42373242718044],[-72.53109886423645,41.423311427037284],[-72.53182186446273,41.42315442698376],[-72.53185486447306,41.423147426981345],[-72.53686186603422,41.42195542659028],[-72.53878286663323,41.421499426440505],[-72.53970286692062,41.4212904263706],[-72.54043686714984,41.42112242631457],[-72.5453998687001,41.41999342593713],[-72.54705486921708,41.41961742581136],[-72.54729886929337,41.419563425793086],[-72.54803386952335,41.419403425738594],[-72.54827886960008,41.41935142572069],[-72.54891786979998,41.419211425673126],[-72.55105287047432,41.418859425536816],[-72.5514008705842,41.41880142551448],[-72.55534287182934,41.418153425263135],[-72.55819287271972,41.4175094250472],[-72.55838287277908,41.41746642503278],[-72.56073187351494,41.41697142486176],[-72.56383587448741,41.41631942463617],[-72.56416787459102,41.41624242461063],[-72.56516687490297,41.41601442453446],[-72.56549987500695,41.41593842450909],[-72.56564787505327,41.415906424498154],[-72.56567687506237,41.41590042449607],[-72.56585287511743,41.41586242448307],[-72.56604887517881,41.41582042446867],[-72.56609487519313,41.41580942446505],[-72.56624387523979,41.4157774244541],[-72.5662898752544,41.41577142445146],[-72.5671768755294,41.41553342437691],[-72.56997187639601,41.414785424142366],[-72.56999987640471,41.41477842414011],[-72.57075087668014,41.415338424225546],[-72.57125187686381,41.415710424282224],[-72.57275487741478,41.41682642445226],[-72.57325587759853,41.41719942450912],[-72.57373787777426,41.41754042456036],[-72.57518587830218,41.418563424713966],[-72.57566887847833,41.41890542476536],[-72.5764558787653,41.41946242484905],[-72.57881687962646,41.421136425100656],[-72.5796038799135,41.42169442518452],[-72.57976187997193,41.42182042520408],[-72.58023588014716,41.42219842526278],[-72.58039488020596,41.42232542528251],[-72.58055388026347,41.422429425297736],[-72.58103088043599,41.42274142534343],[-72.58119088049386,41.422846425358856],[-72.58143888058522,41.42303842538843],[-72.58218488086008,41.42361642547748],[-72.58243388095183,41.42380942550721],[-72.58440388167172,41.42522942572163],[-72.58868988323809,41.428320426188336],[-72.59031388383158,41.429491426365125],[-72.59228488455192,41.43091242657962],[-72.59332888493489,41.43169042669816],[-72.59351388500276,41.43182842671918],[-72.5943098852948,41.43242242680974],[-72.59679488620648,41.43427542709208],[-72.59720088635544,41.43457842713828],[-72.59843088680668,41.43549542727796],[-72.59972788728119,41.436438427420605],[-72.60208688814434,41.43815542768037],[-72.60252988830639,41.43847742772907],[-72.60276988839435,41.43865442775595],[-72.60361888870493,41.439271427849235],[-72.60491688917979,41.44021442799181],[-72.60543788937075,41.440599428050305],[-72.60700388994469,41.441755428225854],[-72.60752589013603,41.4421414282845],[-72.60758089015604,41.44217942829017],[-72.60774689021646,41.442294428307285],[-72.60780289023685,41.44233342831313],[-72.60799989030818,41.44246342833219],[-72.60859089052221,41.44285342838943],[-72.60878789059359,41.4429844284087],[-72.60882189060588,41.443006428411906],[-72.60892589064356,41.443075428422055],[-72.60896089065623,41.443098428425415],[-72.60909889070756,41.44321342844345],[-72.60951489086224,41.44356042849786],[-72.60965389091395,41.443676428516056],[-72.61428489263206,41.44746442910707],[-72.61917489444635,41.45146342973083],[-72.62264789575266,41.454618430235094],[-72.62345589603555,41.45497843027953],[-72.6242558963263,41.455524430360455],[-72.62744189747126,41.45746743063763],[-72.62801889767863,41.45781943068783],[-72.63106089876311,41.459519430922185],[-72.63136089887011,41.459687430945365],[-72.63388289978606,41.4613954311978],[-72.6351059002347,41.46230343133573],[-72.63600790056564,41.46297343143752],[-72.63677390084665,41.46354243152396],[-72.63703990094976,41.46383743157294],[-72.63700190094235,41.463925431591306],[-72.63566190067957,41.46699543223195],[-72.63530690061094,41.46782643240513],[-72.63441590043877,41.469913432839974],[-72.63260190008816,41.474160433724855],[-72.6323819000457,41.47467643383236],[-72.63237190004385,41.474701433837545],[-72.63206289998456,41.47543243398973],[-72.63112889980788,41.4776874344586],[-72.63109389980079,41.477763434474504],[-72.6308218997465,41.478369434601184],[-72.63055489969656,41.47902443473724],[-72.6303008996493,41.47965143486741],[-72.63024489963892,41.47979043489625],[-72.62982189955996,41.480830435112225],[-72.62975589954763,41.480992435145886],[-72.62948989949808,41.481648435282075],[-72.62916789943637,41.48241143544089],[-72.62820589925263,41.48470243591759],[-72.62790389919506,41.48542343606757],[-72.62792089920308,41.4854674360756],[-72.62833489939639,41.48650943626527],[-72.62901489968498,41.48770743647685],[-72.62916389974943,41.48799143652739],[-72.62930789981434,41.48831243658529],[-72.6294968998994,41.48873143666084],[-72.63272390142559,41.49719243820495],[-72.63274590143602,41.49725043821553],[-72.63295190153345,41.49779043831407],[-72.63365790189144,41.500067438734696],[-72.63370190191375,41.50020943876093],[-72.63200890137495,41.50041743885535],[-72.6269338997598,41.50104143913854],[-72.62524189922136,41.501250439233125],[-72.62273089842644,41.501634439387836],[-72.622321898297,41.501697439413135],[-72.62079489781802,41.50200943952249],[-72.6207718978108,41.5020144395242],[-72.61717589666785,41.50248443973022],[-72.6151968960401,41.50276543984792],[-72.61460289585172,41.50285043988339],[-72.61376589558492,41.50294643992873],[-72.61267589523732,41.503068439987175],[-72.61248289517586,41.50309143999778],[-72.61187989498352,41.50315844003004],[-72.61115189475139,41.50324044006916],[-72.60949389422261,41.50342544015798],[-72.60940989419585,41.503435440162576],[-72.60869889396916,41.50351644020099],[-72.60848389390083,41.503544440213275],[-72.60612889315408,41.50388444035441],[-72.60482489274052,41.50407144043233],[-72.59691689023289,41.50521344090627],[-72.59320688905638,41.50574844112842],[-72.5893348878285,41.506307441360384],[-72.58901188772585,41.50635044137903],[-72.58840188753206,41.5064324414144],[-72.58804388741827,41.506479441434934],[-72.58772188731601,41.50652344145374],[-72.58738688721026,41.506580441475485],[-72.5863838868936,41.50675044154046],[-72.58604988678823,41.50680844156238],[-72.58601788677805,41.50681244156417],[-72.58600388677361,41.506814441565005],[-72.58592788674709,41.50678244156121],[-72.58589888673698,41.50677044155978],[-72.58540388657964,41.506835441588194],[-72.58392088610836,41.507032441673694],[-72.58342688595145,41.50709944170243],[-72.58332688591983,41.507115441708734],[-72.58302688582506,41.507165441728],[-72.58292788579381,41.50718244173446],[-72.58254388567241,41.507244441758736],[-72.58139588530963,41.50743344183203],[-72.58101288518863,41.50749644185646],[-72.58024788494626,41.507611441903165],[-72.57805288425091,41.50794244203738],[-72.57751088407919,41.50802344207038],[-72.56889088134847,41.509324442597574],[-72.56878188131392,41.509340442604156],[-72.56867288127941,41.50935744261093],[-72.56700588075127,41.50960844271275],[-72.56354287965415,41.51013044292437],[-72.56350487964194,41.51013344292619],[-72.56222887923379,41.51025644299065],[-72.55959787839222,41.51051044312367],[-72.55840687801434,41.5106804431946],[-72.55713887761209,41.51086244327029],[-72.55708287759461,41.5108754432746],[-72.55694787755249,41.510907443285106],[-72.55691687754252,41.51090944328649],[-72.55686087752458,41.510914443289245],[-72.55647087739926,41.51094244330708],[-72.55530187702384,41.51102844336095],[-72.55491287689898,41.511058443379135],[-72.55444587675103,41.511129443407796],[-72.55425687669121,41.51115844341944],[-72.55359987648315,41.51125944345996],[-72.55309087632196,41.51133744349131],[-72.55304787630828,41.51134344349383],[-72.55258187616076,41.51141544352266],[-72.55246487612062,41.51137844351918],[-72.55211387600029,41.511269443509114],[-72.55199787596054,41.51123344350579],[-72.54849187484108,41.5116084436901],[-72.53847787164366,41.51268344421721],[-72.5379758714835,41.512739444244026],[-72.53447287036613,41.51313644443247],[-72.53304486991054,41.51329644450892],[-72.52876186854415,41.51377844473863],[-72.52733486808897,41.51394044481541],[-72.5247708672701,41.51421344494989],[-72.52293686668447,41.51441044504637],[-72.51707986481384,41.51503444535358],[-72.51643786460879,41.515102445387136],[-72.51641786460243,41.51510544538837],[-72.51489486411606,41.51526844546838],[-72.51452486400066,41.515357445497436],[-72.5124608633401,41.515553445601014],[-72.50627086135901,41.51614144591165],[-72.50420786069878,41.51633844601538],[-72.50338686043608,41.51641744605677],[-72.50092385964805,41.51665644618132],[-72.50010385938577,41.516737446223075],[-72.49993685933278,41.516761446233026],[-72.49953385920507,41.51682244625768],[-72.49943885917494,41.5168364462634],[-72.49927285912233,41.51686144627353],[-72.49642785821767,41.517237446436845],[-72.49523585783864,41.51739544650534],[-72.48789285550365,41.518366446926905],[-72.4850488545993,41.51874344709032],[-72.48454885444153,41.518831447123276],[-72.48304985396851,41.51909544722212],[-72.48289485391965,41.519123447232474],[-72.48272285386541,41.51915444724394],[-72.48255085381113,41.51918444725525],[-72.48245085377931,41.519197447260936],[-72.48243885377546,41.51919844726151],[-72.48234985374722,41.51921144726686],[-72.48211485367248,41.519242447280334],[-72.48148085347087,41.51932644731675],[-72.48134585342795,41.519344447324514],[-72.48121085338502,41.51936244733231],[-72.48080885325719,41.51941544735535],[-72.48078885325084,41.519418447356564],[-72.48058085318466,41.5194454473684],[-72.48037385311889,41.5194734473804],[-72.48044285312692,41.5192164473282],[-72.48102185329607,41.51887244724292],[-72.4819248535763,41.51862944716704],[-72.48247985374861,41.51848144712066],[-72.48259285378371,41.51845144711125],[-72.4828288538113,41.51757344693287],[-72.4830648538389,41.51669544675452],[-72.48309785384492,41.51661144673711],[-72.48303885381142,41.51635644668936],[-72.48259985364363,41.51591144661663],[-72.4827858536633,41.51518244646884],[-72.48255285358094,41.51506544645345],[-72.48224585346769,41.51482744641683],[-72.48188485333907,41.51462844638954],[-72.48172385327112,41.5143504463405],[-72.48172385327095,41.514347446339926],[-72.48172585327055,41.514328446336144],[-72.4817008532614,41.514310446333454],[-72.48161785322631,41.51416644630806],[-72.48160085320744,41.51392844626225],[-72.4816788532089,41.51350144617666],[-72.48181685323107,41.513095446093274],[-72.48187485323469,41.51282344603848],[-72.48193185323797,41.51255044598353],[-72.48200785324245,41.51218944591085],[-72.48209685324784,41.51176844582609],[-72.48236585331499,41.511404445746706],[-72.48249485334671,41.511221445706994],[-72.48270785339913,41.51092044564166],[-72.48337085356235,41.50998244543808],[-72.48403385372558,41.50904544523466],[-72.4840858537333,41.5088814452011],[-72.48471785382878,41.50691444479815],[-72.48571785404673,41.50499644439307],[-72.48601985412763,41.504686444323156],[-72.48623085418282,41.50444644426974],[-72.48747785450546,41.502962443941335],[-72.48769985455354,41.502531443850394],[-72.48784785458564,41.50224444378982],[-72.48781085456395,41.502072443757505],[-72.48791585450286,41.50037144342297],[-72.48789085447993,41.50010744337236],[-72.48765685433933,41.49895644315563],[-72.48760585430422,41.498625443092784],[-72.48697285395177,41.49600944260339],[-72.48663985376635,41.49463244234575],[-72.48649385368509,41.494029442232936],[-72.4863448535853,41.49311244205906],[-72.48593585339334,41.492060441867125],[-72.4856878532769,41.491421441750525],[-72.48437685277482,41.49007144152904],[-72.48318185235912,41.48959044147316],[-72.48306185231739,41.4895424414676],[-72.48290385226643,41.48955044147418],[-72.4825948521668,41.489566441487064],[-72.48228685206749,41.48958244149992],[-72.48176785190014,41.4896094415216],[-72.48021185139649,41.48965544157978],[-72.47901185100267,41.48959444160586],[-72.47837485078524,41.48941244159056],[-72.47807085068152,41.489326441583415],[-72.47800585065853,41.489293441579036],[-72.47757885050736,41.489074441549896],[-72.47755985049977,41.48904944154562],[-72.47737685042618,41.48879844150253],[-72.47727085038365,41.48865444147782],[-72.47724285035726,41.488345441418524],[-72.47705585018113,41.48628444102296],[-72.47686785000465,41.48422244062722],[-72.47682584996465,41.4837514405368],[-72.47687684995289,41.4832444404364],[-72.47717284988569,41.48032043985739],[-72.47717284988529,41.480313439856026],[-72.47722284987445,41.479828439759956],[-72.47727184986294,41.47933743966274],[-72.47739184983556,41.478149439427476],[-72.47748784983564,41.47759243931592],[-72.47761384983549,41.47685643916852],[-72.47774084983561,41.47611943902091],[-72.47776584983556,41.475973438991666],[-72.47776784983577,41.475965438990045],[-72.47782284983116,41.47556243890978],[-72.47774984979208,41.4752884388587],[-72.4775368497088,41.475038438816725],[-72.47694884950612,41.474834438795554],[-72.47609284921582,41.4746224387813],[-72.4745758486851,41.4739564386995],[-72.47193884772183,41.47206943841513],[-72.47096484732926,41.47071443818186],[-72.47040484710352,41.46993443804755],[-72.47032084706967,41.46981743802739],[-72.46984484687785,41.46915543791343],[-72.4695578467622,41.46875643784473],[-72.46951084673965,41.46862643782089],[-72.46917684657966,41.46770743765233],[-72.46884184641942,41.46678943748398],[-72.46881284640558,41.4667104374695],[-72.46853284627142,41.46593943732809],[-72.46849184625178,41.465826437307356],[-72.46850984618695,41.46456043706004],[-72.46854584616312,41.46392443693493],[-72.46835584606707,41.463310436821246],[-72.46834284606037,41.463266436813086],[-72.46808484592809,41.46240043665243],[-72.4679948458821,41.46210143659698],[-72.4677278457452,41.46120443643056],[-72.46763884569954,41.46090543637511],[-72.46739884557643,41.460098436225366],[-72.46705484540485,41.45902943602784],[-72.46549384462665,41.45418343513239],[-72.46521684449465,41.45343243499472],[-72.46489184433983,41.45255243483341],[-72.46433684411123,41.451690434682874]]]},"properties":{"name":5901,"geoid":"09007590100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.58565787563539,41.30986040314948],[-72.5856928756502,41.30992240316049],[-72.58580187569629,41.310114403194596],[-72.58683287607971,41.3109874033327],[-72.58689587610311,41.31104040334108],[-72.58820787655338,41.311475403384634],[-72.58850987666216,41.31166740341262],[-72.58857487668554,41.31170840341859],[-72.58852187667095,41.31175540342945],[-72.58837087662937,41.31188940346044],[-72.58785987646911,41.31199140349655],[-72.58782287646021,41.312047403508686],[-72.58775187644312,41.31215440353186],[-72.58768087642602,41.31226140355504],[-72.58761787641086,41.31235640357562],[-72.58755487639563,41.31245040359598],[-72.58752887638941,41.31249040360464],[-72.58656587610197,41.31294440372391],[-72.58645187606501,41.31294540372772],[-72.5848858755563,41.31294240377671],[-72.58485487554802,41.31297440378394],[-72.5847598755225,41.31307040380573],[-72.58466487549703,41.31316640382751],[-72.58461687548431,41.313218403839194],[-72.58464287549648,41.31328540385148],[-72.58474287554343,41.31354540389917],[-72.5848428755904,41.31380540394686],[-72.584903875619,41.31396340397582],[-72.58520687573284,41.3142404040204],[-72.58527887575632,41.31424240401851],[-72.58536287578372,41.31424440401624],[-72.58544587581082,41.3142474040142],[-72.58570487589472,41.31424340400522],[-72.58596287597828,41.314239403996275],[-72.58617687604755,41.31423540398871],[-72.58706287630625,41.313714403858775],[-72.58724687636622,41.313718403853734],[-72.58740887642082,41.31375440385565],[-72.58755287647162,41.31382640386516],[-72.5877178765316,41.31394140388243],[-72.58788987659813,41.31413340391453],[-72.58809187667885,41.31440440396115],[-72.58832087676419,41.31460140399241],[-72.5885548768482,41.31474540401316],[-72.58880087693454,41.314861404028065],[-72.58941587714985,41.315141404063354],[-72.58956287720527,41.315279404085686],[-72.58957887721488,41.31535840410063],[-72.5896088772328,41.31550540412842],[-72.58959687723988,41.31570240416733],[-72.58941487719241,41.31591140421396],[-72.58928487715738,41.31604040424332],[-72.58904487708875,41.31620740428357],[-72.58890087704552,41.316270404300454],[-72.58877687700416,41.31625140430065],[-72.58864187695536,41.316162404287525],[-72.58853087691396,41.316066404272284],[-72.5884868768967,41.3160124042631],[-72.58845487688623,41.31601140426391],[-72.58827987682618,41.31595340425812],[-72.58809987676727,41.31594540426226],[-72.58788887670165,41.3159974042791],[-72.5878098766791,41.31605340429255],[-72.5873988765741,41.31656440440551],[-72.58735787656285,41.31660140441403],[-72.58682787642434,41.31720440454873],[-72.58618287624556,41.317755404676895],[-72.58531887601349,41.31862640487459],[-72.58514987597711,41.318958404944865],[-72.58508287597337,41.31928240501034],[-72.58514087600697,41.31954740506033],[-72.5851838760269,41.31965440507989],[-72.58527887608678,41.32017540517875],[-72.58530987610793,41.32037440521669],[-72.58533787612733,41.32055940525197],[-72.58540087615961,41.320771405291445],[-72.5854818761975,41.32097940532954],[-72.58556487623403,41.32115140536056],[-72.58568087628825,41.32144840541494],[-72.58585587635578,41.32164040544695],[-72.58588887636957,41.32169540545666],[-72.58595787639838,41.32181040547697],[-72.5857328763608,41.322447405608635],[-72.5857328763715,41.32263940564619],[-72.58576887640241,41.3229844057125],[-72.58591487646238,41.32320940575186],[-72.58607487653053,41.323500405803706],[-72.58611187654992,41.32363240582833],[-72.58584187647266,41.32381940587345],[-72.58584187647695,41.32389640588851],[-72.58594387651709,41.32402240590991],[-72.58619887660875,41.32418140593291],[-72.58634487666012,41.32425240594219],[-72.58635887666433,41.32424640594058],[-72.58637687666986,41.324240405938816],[-72.58640287667775,41.324230405936056],[-72.58641787668233,41.3242254059346],[-72.5865488767178,41.32409840590562],[-72.58672287676762,41.323978405876645],[-72.5868908768222,41.32397840587131],[-72.58703587687296,41.32404440587963],[-72.58723287694914,41.32426340591621],[-72.5873418769885,41.324334405926656],[-72.5875098770434,41.3243404059225],[-72.58780987713419,41.32422140588972],[-72.58787387715364,41.32419740588301],[-72.58802687719721,41.324087405856645],[-72.58834687728246,41.323752405781015],[-72.58829587725185,41.32350040573336],[-72.58830987725088,41.32340140571356],[-72.58836787726604,41.32333540569883],[-72.58851387730917,41.32325840567915],[-72.58886287741058,41.32304440562624],[-72.58906687746585,41.322847405581264],[-72.58920487750481,41.32274240555637],[-72.58944587757912,41.32267140553486],[-72.59006887777866,41.32262140550535],[-72.59062487795677,41.32257740547916],[-72.59074887799801,41.32259440547853],[-72.59110587811394,41.32259440546723],[-72.59149887824555,41.32266540546867],[-72.59180487835165,41.32278640548263],[-72.59185887837153,41.32282840548914],[-72.5921908784938,41.32308740552925],[-72.59234387855268,41.32325240555667],[-72.59268587869647,41.32383940566061],[-72.59286087876583,41.324064405699055],[-72.59286687876828,41.324073405700624],[-72.59287587877199,41.32408740570307],[-72.59312287887265,41.32445440576701],[-72.59345087900883,41.32498640586063],[-72.59366887909151,41.32519940589537],[-72.59398987921325,41.32551340594659],[-72.59436087934506,41.32571640597453],[-72.59455087941564,41.32587540599959],[-72.59479087950797,41.32613340604243],[-72.59495387958336,41.326536406116055],[-72.59500187960553,41.3266544061376],[-72.59500187961349,41.32679740616557],[-72.5950238796317,41.32699540620358],[-72.59524287971442,41.327203406237295],[-72.59565087985912,41.32742240626719],[-72.5957888799098,41.32752740628333],[-72.59588387994829,41.327664406307115],[-72.59588387995164,41.32772440631884],[-72.59573087990903,41.32785140634853],[-72.59567287989383,41.32791640636306],[-72.59570887991259,41.328043406386755],[-72.59577487993614,41.32808140639207],[-72.59585487996341,41.328104406394054],[-72.59597888000575,41.32814140639736],[-72.59626288010745,41.32831140642159],[-72.59667088024793,41.32845440643661],[-72.59700588036225,41.32855340644536],[-72.59713688040479,41.32855340644121],[-72.59719388042264,41.32854140643706],[-72.59741988049052,41.32844240641054],[-72.59769588057554,41.32835940638557],[-72.59784888062126,41.32828840636684],[-72.59856888082297,41.32771240623141],[-72.59885988090765,41.3275364061878],[-72.59925888102953,41.32739840614818],[-72.59951388110528,41.327271406115266],[-72.59959388112573,41.32717240609337],[-72.5997758811696,41.32689940603424],[-72.60006588124538,41.326569405960534],[-72.60036388133447,41.326431405924104],[-72.6004438813528,41.3262944058948],[-72.60053888137078,41.326063405846625],[-72.60050188134967,41.32590040581592],[-72.60056788136805,41.325845405803086],[-72.60078488143722,41.325822405791705],[-72.60096688149784,41.325849405791224],[-72.60146988167347,41.32606940581828],[-72.60166588174012,41.326123405822635],[-72.60181888178914,41.32611140581544],[-72.60193588182379,41.32605140580001],[-72.60208888187042,41.3259964057844],[-72.60251088200684,41.32598540576888],[-72.60277188209591,41.32606240577566],[-72.60299788217421,41.3261504057857],[-72.60357288237863,41.326467405829455],[-72.60375488244749,41.3266424058579],[-72.60403888255009,41.32682840588526],[-72.60411988258187,41.32692640590185],[-72.60429388264669,41.32707540592545],[-72.60492788287422,41.32746340598121],[-72.60522688297992,41.32761740600185],[-72.60575088315711,41.32774340600987],[-72.60585288319297,41.327792406016215],[-72.60597688323503,41.327824406018536],[-72.60627488333364,41.32785740601555],[-72.60660288343921,41.32784040600183],[-72.60697288354928,41.3276594059547],[-72.60720588362582,41.32767540595045],[-72.60734388367368,41.32772940595663],[-72.60790488387454,41.32806440600434],[-72.60810888394475,41.32813540601175],[-72.60839988404227,41.32818940601308],[-72.60865488412476,41.328183406003824],[-72.60906188425017,41.328062405967266],[-72.6094988843783,41.32781540590513],[-72.60984088448323,41.32770540587277],[-72.61026888462126,41.32768840585588],[-72.6108298847918,41.327479405797234],[-72.61099688484386,41.32744040578434],[-72.61128888493808,41.327429405772925],[-72.61149088500673,41.32748440577726],[-72.61151888501752,41.327514405782246],[-72.61152788502098,41.32752440578391],[-72.61161088505303,41.32761540579907],[-72.6116688850844,41.32784040584122],[-72.61166188511243,41.32838340594759],[-72.61171288513788,41.32854240597704],[-72.61194688523653,41.328948406048994],[-72.6120778852947,41.32922840609957],[-72.6122308853508,41.329343406117204],[-72.61247888543718,41.329448406129856],[-72.61279888554506,41.329519406133585],[-72.6132358856876,41.32953040612189],[-72.61391988590448,41.329436406081825],[-72.61414588598093,41.3294914060854],[-72.61426988602885,41.32962840610824],[-72.61440788609298,41.3299744061715],[-72.6144518861324,41.330424406258075],[-72.61451788617677,41.33083540633632],[-72.61469288625202,41.33116540639528],[-72.61475888628506,41.33137340643383],[-72.61475888631051,41.33182940652297],[-72.61461388628486,41.33221340660263],[-72.61449788626037,41.33244940665242],[-72.61443188624843,41.332619406687755],[-72.61443188625104,41.33266640669694],[-72.61443188626221,41.332866406736024],[-72.61454888631796,41.333184406794466],[-72.61463688635178,41.33327840681006],[-72.61483288642397,41.33343140683374],[-72.61496388647575,41.33359640686184],[-72.61492788646342,41.333585406860834],[-72.61488388645098,41.33361840686867],[-72.6144768863283,41.33378840691481],[-72.61426588627111,41.33399140696118],[-72.61411288623765,41.33428240702291],[-72.61395288623076,41.3350894071857],[-72.61381488620648,41.33545740726201],[-72.61374988620346,41.335781407327396],[-72.61363388618264,41.336083407390106],[-72.61360488618149,41.336231407419945],[-72.61365588620544,41.33636340744413],[-72.6137938862585,41.33651140746868],[-72.61415888639111,41.336763407506346],[-72.61440588648512,41.33701040754678],[-72.61442788649747,41.337103407564264],[-72.61440588650225,41.33731740760678],[-72.61420988646164,41.33772940769351],[-72.61417388645116,41.33775140769896],[-72.61397688641476,41.33824540780175],[-72.61388288639189,41.3383824078315],[-72.6138178863806,41.33855840786796],[-72.61374488636208,41.338651407888456],[-72.61370088635395,41.33876140791134],[-72.61369388636791,41.33905240796844],[-72.61364288636821,41.339354408029074],[-72.61356288634744,41.339447408049786],[-72.61349788633213,41.339551408072175],[-72.61346088632625,41.33966140809484],[-72.61350488634878,41.33980940812237],[-72.61360688638841,41.3399254081418],[-72.61370888643377,41.34014440818137],[-72.61371688644218,41.34024840820145],[-72.6134258863566,41.34040840824194],[-72.6129228862064,41.340644408304],[-72.6127628861612,41.34076540833272],[-72.6126898861436,41.34087440835634],[-72.61263288615851,41.34147340847521],[-72.61274188622883,41.34209840859388],[-72.61270588623522,41.342422408658344],[-72.61261088621141,41.34254840868597],[-72.6123858861448,41.34266440871578],[-72.61177388595465,41.34281840876528],[-72.61146088586098,41.34296140880316],[-72.61130088581571,41.34308140883168],[-72.61121388579639,41.343241408865694],[-72.61111988583389,41.3444594091067],[-72.61114888585341,41.34464040914115],[-72.61130188592087,41.344958409198426],[-72.61143388598094,41.34526640925442],[-72.61147688600899,41.345518409302294],[-72.6114188860079,41.345836409366264],[-72.61139088606964,41.347104409614914],[-72.61153688613365,41.34740140966831],[-72.61162488617386,41.34760940970616],[-72.61165388621824,41.348235409827545],[-72.61171988626387,41.348668409910054],[-72.61172888626842,41.34869740991544],[-72.6118368863212,41.34901440997395],[-72.6119898863838,41.34924541001422],[-72.61222288648341,41.34967341009045],[-72.61243488656694,41.34993641013511],[-72.61266788664939,41.35005741015136],[-72.61283488671312,41.35022741017928],[-72.6128788867378,41.35041341021421],[-72.61281388672408,41.35054541024206],[-72.61264588667778,41.350693410276314],[-72.61231888657805,41.35080941030935],[-72.6121998865428,41.350870410325044],[-72.6120568865006,41.35094641034441],[-72.6119248864651,41.35107841037441],[-72.61169988640275,41.35127041041906],[-72.6114958863567,41.35163241049625],[-72.61146688636143,41.35188541054659],[-72.61151088638705,41.35208841058487],[-72.61160588643172,41.35233541063009],[-72.61175188648586,41.35245541064891],[-72.61188288653393,41.35255441066409],[-72.61222488664775,41.35260341066282],[-72.61234888669296,41.35269141067608],[-72.61242888673,41.352889410712216],[-72.61250988678606,41.353421410813574],[-72.61256288681086,41.35355741083847],[-72.61265588685698,41.3538424108912],[-72.61263388685924,41.35401041092471],[-72.61261188686149,41.35417841095822],[-72.61268488691096,41.354639411045966],[-72.61265588690986,41.354788411076],[-72.61255488692183,41.35558941123568],[-72.61255088693332,41.35581841128054],[-72.61254788694497,41.35604441132477],[-72.61277388703742,41.356385411384224],[-72.61281788706677,41.356654411435365],[-72.61281788708057,41.356901411483626],[-72.61275288706159,41.3569394114931],[-72.61260688702428,41.35712041153309],[-72.6125748870178,41.35719041154779],[-72.61256388701551,41.35721341155263],[-72.612475886998,41.35741141159409],[-72.61249288701698,41.35765241164063],[-72.61252788705691,41.35816341173933],[-72.61223788701508,41.35910041193155],[-72.6124598871122,41.359547412011835],[-72.61253588714533,41.359698412038895],[-72.61263488722192,41.36049341219105],[-72.61223388721405,41.362682412631315],[-72.61217988719818,41.36271241263889],[-72.61120088691007,41.363247412774456],[-72.61054288668687,41.36307841276232],[-72.60974688644497,41.363376412845795],[-72.60934688642624,41.36536541324694],[-72.61053888686354,41.366261413384095],[-72.61063788692356,41.36675941347821],[-72.61034888684259,41.366990413532505],[-72.61014088678431,41.36715641357151],[-72.60813288614631,41.36741241368524],[-72.60924188668133,41.3705374142603],[-72.60874388655287,41.37113341439248],[-72.60877288660224,41.37184741453099],[-72.60884088671796,41.37352141485569],[-72.6101828872375,41.375015415104805],[-72.61094688753333,41.37586641524672],[-72.61152488775703,41.376508415353726],[-72.61147888776237,41.37687141542605],[-72.61142388776875,41.37730441551234],[-72.61183388791532,41.37754341554597],[-72.61261688819539,41.378002415610744],[-72.6130148883581,41.37859941571465],[-72.6131018883971,41.37879141574938],[-72.61322888845409,41.3790724158002],[-72.6133568885114,41.37935341585101],[-72.61400688880289,41.38078841611051],[-72.61395388883626,41.38169241628866],[-72.61390588886479,41.38248041644401],[-72.61383788895051,41.384406416822145],[-72.61377588893652,41.38451641684558],[-72.61371588892324,41.38462741686916],[-72.61369088891679,41.38465741687581],[-72.61355988887983,41.38475741689949],[-72.6129328886858,41.38493041695317],[-72.61287488867238,41.38502741697395],[-72.61286788868098,41.38522141701202],[-72.61281688867673,41.3854414170566],[-72.6125838886222,41.38581941713778],[-72.61246088858809,41.38592441716218],[-72.61232888855994,41.38618741721771],[-72.61273088871222,41.38657441728049],[-72.61281388874126,41.38661141728507],[-72.61296388879374,41.38667841729337],[-72.61342288895094,41.386822417306924],[-72.61375088906746,41.38700041733124],[-72.61403488917296,41.38723641736829],[-72.61438488929664,41.38741441739192],[-72.61452288934667,41.387507417405686],[-72.61476488943443,41.387670417429824],[-72.61499788952173,41.38787741746282],[-72.61501788952955,41.38790141746687],[-72.61502188953172,41.38791641746966],[-72.61503788953748,41.387926417471114],[-72.6150728895513,41.38797041747859],[-72.61515888958506,41.388074417496156],[-72.61553788972556,41.388384417544636],[-72.6157048897853,41.38848241755846],[-72.61603288990689,41.388750417600335],[-72.61614988995386,41.388910417627855],[-72.61609888995106,41.38915641767748],[-72.61612888996693,41.38926541769782],[-72.61633989004736,41.389477417732465],[-72.6163328900569,41.389688417773904],[-72.616435890095,41.38977141778681],[-72.61652989012543,41.38976941778344],[-72.61673389019417,41.38981341778555],[-72.61682089022558,41.38986941779371],[-72.6168798902481,41.38992941780355],[-72.61692389027152,41.39009241783398],[-72.61696689030471,41.39043541789954],[-72.61701889032571,41.39050841791215],[-72.6171718903799,41.39058841792289],[-72.6173688904444,41.3905974179184],[-72.61749989048938,41.39064041792261],[-72.61771089056421,41.390752417937776],[-72.61779189059695,41.39086741795765],[-72.61780089060224,41.39090941796557],[-72.61784289062669,41.391102418001886],[-72.61795989067468,41.391280418032935],[-72.61802489070342,41.3914164180574],[-72.61801089071275,41.39166441810623],[-72.6180768907388,41.39174641812014],[-72.61830289081402,41.39177841811922],[-72.61845589087173,41.39192141814225],[-72.61870289096083,41.392079418165245],[-72.61892289103557,41.392137418169575],[-72.61916989111538,41.39212941816017],[-72.61946889121113,41.39210441814579],[-72.61962889126657,41.39216641815281],[-72.61989889135738,41.39222141815497],[-72.62002289139957,41.39225541815767],[-72.62021189147231,41.392457418191086],[-72.62041589154536,41.39257841820822],[-72.62064289162166,41.39262341820978],[-72.62067989163675,41.39267841821935],[-72.62089089172676,41.393061418287374],[-72.62101489177552,41.393212418312906],[-72.6212778918739,41.393443418349634],[-72.62131389188487,41.393430418345964],[-72.62166389199747,41.39341041833092],[-72.62211589214712,41.393460418326335],[-72.62234889222616,41.39351941833044],[-72.62245889226654,41.39360241834314],[-72.62253889230092,41.39375241836988],[-72.62271389237414,41.394044418421295],[-72.62277189240167,41.394199418449695],[-72.62273589239597,41.39430641847172],[-72.62269989239509,41.394499418510534],[-72.62270689240522,41.39463941853763],[-72.62280189244072,41.39472241855081],[-72.62302789251719,41.39477641855417],[-72.62333889262511,41.39489941856828],[-72.62362889272198,41.39494641856823],[-72.62388789281074,41.395028418576004],[-72.62405989287312,41.39514441859318],[-72.6240958928884,41.39520841860454],[-72.62410989289697,41.395280418618135],[-72.62404489288966,41.39552641866819],[-72.62408789290902,41.39562241868556],[-72.62427589297889,41.39577941871023],[-72.62439289303063,41.39602441875432],[-72.62442889304334,41.39604241875669],[-72.62453889308227,41.39609941876431],[-72.62462589311244,41.39613341876818],[-72.62479289317322,41.39624941878552],[-72.62490289321187,41.39630141879216],[-72.62494689322723,41.39632041879448],[-72.62500089324836,41.39638441880525],[-72.62520989332961,41.39662241884505],[-72.6255528934586,41.396935418895225],[-72.62581489355264,41.39709441891793],[-72.62590989358792,41.39717341893032],[-72.62593889360518,41.397313418956706],[-72.62571289354386,41.39752941900604],[-72.62565389353244,41.397667419034846],[-72.62548589348698,41.397830419071994],[-72.62531789344663,41.3980844191269],[-72.62510389340586,41.3985974192338],[-72.62503189340394,41.39898041931082],[-72.62502789340405,41.39900541931583],[-72.62502789340938,41.39910041933436],[-72.62511689345274,41.39935841938186],[-72.62526589351121,41.39953741941206],[-72.62553489360701,41.39968741943277],[-72.62567389365508,41.39973941943849],[-72.62593589374833,41.39988441945847],[-72.62608089380574,41.40006741948957],[-72.62627889387736,41.400197419508636],[-72.62686289407614,41.40035841952149],[-72.62730589423043,41.400543419543496],[-72.62786689442018,41.400676419551615],[-72.62809389449924,41.40077141956293],[-72.6281738945286,41.40083141957211],[-72.62827489456686,41.40092841958782],[-72.62865389469424,41.401003419590396],[-72.62879989474537,41.40106941959865],[-72.62901789482578,41.40124041962506],[-72.62915689488148,41.401428419657336],[-72.62919289490206,41.401586419687014],[-72.62925089492903,41.401731419713464],[-72.6298478951515,41.4022394197936],[-72.6300228952194,41.402436419826465],[-72.6302848953185,41.40268541986671],[-72.63041589537205,41.402881419900794],[-72.63054589542685,41.403105419940346],[-72.63083089554705,41.403597420027275],[-72.63083889556127,41.40380442006741],[-72.6307358955383,41.40399142010717],[-72.63074289555418,41.40423442015436],[-72.63083789559806,41.4044664201966],[-72.63086689561612,41.404620420225726],[-72.63071989558054,41.40483742027273],[-72.63069889557825,41.40491842028919],[-72.6307498956085,41.40516242033517],[-72.63076289565771,41.40596442049121],[-72.63068989564829,41.40621942054327],[-72.63055089561334,41.40640142058321],[-72.6304268955858,41.40662842063143],[-72.63044189559828,41.40676442065749],[-72.6305878956562,41.40695142068931],[-72.63126589590183,41.40740242075573],[-72.63150589599726,41.40771342080878],[-72.63176789609408,41.40792142084103],[-72.63200889617973,41.4080524208589],[-72.63226989626891,41.408130420865824],[-72.63232089628778,41.4081714208722],[-72.63233589629978,41.4082984208965],[-72.63223389627382,41.4084264209247],[-72.63223289628034,41.40854842094854],[-72.63234989632984,41.408753420984816],[-72.63232189632575,41.408842421003065],[-72.63220389629336,41.40894842102749],[-72.63211689627181,41.40906842105367],[-72.63211689627887,41.409194421078254],[-72.6322188963177,41.4092954210947],[-72.63253989642794,41.40940142110518],[-72.63261989645754,41.40946542111511],[-72.63265589647332,41.409538421128204],[-72.63265189647433,41.409579421136335],[-72.63261289648936,41.41007342123393],[-72.63251689647977,41.41045842131208],[-72.6323628964427,41.41068942136206],[-72.63207889635996,41.41085942140423],[-72.63165689624056,41.41117542147928],[-72.63157589622604,41.411385421522816],[-72.63160489624913,41.4116294215695],[-72.63172789630033,41.41182942160459],[-72.63191189637085,41.412020421635994],[-72.63203389641755,41.4121464216567],[-72.63232589652236,41.41232342168193],[-72.63258089661208,41.41244542169761],[-72.63263989663288,41.41247442170138],[-72.63283889669917,41.41250342170073],[-72.63287789671215,41.41250842170046],[-72.6329678967421,41.412521421700156],[-72.6333238968552,41.41247542167982],[-72.63359389694348,41.412485421673196],[-72.63365989696422,41.41247242166857],[-72.63380489700695,41.41239442164873],[-72.63407489708744,41.41226542161499],[-72.63410489709568,41.41223842160877],[-72.63424389713899,41.41220542159792],[-72.63453489723467,41.412225421592545],[-72.6352558974804,41.41242942160941],[-72.63578889765826,41.412512421608646],[-72.63623989780763,41.41256242160406],[-72.63680189800021,41.4127404216209],[-72.63698389805954,41.412743421615694],[-72.63753189822003,41.41243042153721],[-72.63780189830204,41.412328421508725],[-72.63813589841753,41.41245242152229],[-72.63832589848049,41.412474421520535],[-72.63852189855221,41.412617421542194],[-72.63875489863197,41.41268942154882],[-72.63885089866484,41.41271942155162],[-72.63904089873238,41.41282242156566],[-72.63936089884527,41.4129814215865],[-72.64011089910403,41.413249421614914],[-72.6406148992762,41.41339942162812],[-72.64112489944704,41.413490421629646],[-72.64135089952532,41.41357642163923],[-72.64163489962702,41.41374442166296],[-72.64261189998027,41.414381421756104],[-72.64306390014285,41.41466142179633],[-72.64367490036177,41.41502442184768],[-72.64397390046662,41.41516142186487],[-72.64438190060318,41.41523242186574],[-72.64453490065212,41.41521842185816],[-72.64468090069792,41.415189421847835],[-72.64476090072526,41.41521342185],[-72.64481090074472,41.4152704218595],[-72.64486290076488,41.41532842186917],[-72.64492090079591,41.415545421909634],[-72.64498690082506,41.41568242193425],[-72.64507390086051,41.41581042195645],[-72.64516890089396,41.4158564219624],[-72.64532290094495,41.41587342196082],[-72.64562090104039,41.41584842194644],[-72.64578990109648,41.41586942194517],[-72.6458609011232,41.41593442195559],[-72.64608090119569,41.4159524219521],[-72.64637990128836,41.41587242192698],[-72.64687590144277,41.41575242188778],[-72.64699090149016,41.41593042191883],[-72.64704290151722,41.41611142195248],[-72.64703590152202,41.416237421977286],[-72.64694090149789,41.41635742200371],[-72.6469269014968,41.41641942201623],[-72.64719590160327,41.41675842207379],[-72.64740690168375,41.41697042210842],[-72.6475519017353,41.4170494221192],[-72.6478149018294,41.41720342214087],[-72.64817290195478,41.417364422160865],[-72.64848590206087,41.417442422166125],[-72.64869690213017,41.41745542216193],[-72.64900390222829,41.41742642214651],[-72.64906790224711,41.41739142213764],[-72.64921490229274,41.41735342212555],[-72.64939790236356,41.41755542215912],[-72.64952090242694,41.41797242223653],[-72.6496959024972,41.41821042227737],[-72.64973990252187,41.41839542231204],[-72.64980490255272,41.418568422343704],[-72.65004590263585,41.4186544223528],[-72.65008890265393,41.41872742236568],[-72.65013990267411,41.41879142237653],[-72.65031490273495,41.418862422384805],[-72.65041690277428,41.418972422402994],[-72.65048290280444,41.41912742243113],[-72.65044690280128,41.41927942246192],[-72.65016890273061,41.419629422539025],[-72.64981890263368,41.41992842260846],[-72.64954890256813,41.42032342269408],[-72.64933690252684,41.420814422796575],[-72.64912390247842,41.4211844228755],[-72.6489709024505,41.42157242295603],[-72.64878990241607,41.42200642304642],[-72.64855490235583,41.422293423109856],[-72.64851490234484,41.42232942311816],[-72.64831490229048,41.42251842316137],[-72.64822690227015,41.42266542319284],[-72.64813890225084,41.42283042322781],[-72.64794290219524,41.42297442326213],[-72.64729290202857,41.42376742343743],[-72.64692890192607,41.42404842350381],[-72.64680490189197,41.42415842352922],[-72.64671690187568,41.42437742357471],[-72.6466439018579,41.42448342359771],[-72.64626490174803,41.42471942365578],[-72.64599490167313,41.424948423709026],[-72.64551990154631,41.425438423819685],[-72.64542590152396,41.425584423851156],[-72.64518490145858,41.425814423903674],[-72.64514790145127,41.42589842392121],[-72.64511890145246,41.426087423959],[-72.6450449014382,41.42626142399527],[-72.64450590129124,41.426763424110305],[-72.64448090128454,41.426788424115976],[-72.64442990127088,41.42684042412773],[-72.64439690126083,41.426852424131134],[-72.64437790125695,41.42689342413972],[-72.64434490124815,41.4269274241474],[-72.64411190118075,41.427075424183684],[-72.64398090114514,41.42719942421201],[-72.64390790113626,41.4274634242658],[-72.64370290107851,41.42762142430314],[-72.64343990101676,41.428043424393806],[-72.64313390093237,41.42831142445578],[-72.64301690090262,41.428458424488156],[-72.64300890091266,41.42868342453229],[-72.64292890089466,41.42882542456251],[-72.64259990079823,41.429012424609446],[-72.64247590075989,41.429047424620215],[-72.64230890070839,41.42909642463509],[-72.6422659006974,41.42914942464679],[-72.64225790070014,41.42924442466556],[-72.64235190073556,41.42933142467953],[-72.64280490089571,41.42956142470995],[-72.64299390096471,41.42969642473025],[-72.64326390105981,41.4298274247472],[-72.64352590115642,41.43003142477864],[-72.64393490129234,41.43008442477595],[-72.64417490137896,41.43023842479832],[-72.64445890148703,41.430518424843875],[-72.6446639015574,41.4305854248504],[-72.64492590164137,41.43056442483796],[-72.64529090176015,41.430567424826926],[-72.645406901801,41.43062342483417],[-72.64544290181962,41.430746424856984],[-72.64550790184786,41.43087342487967],[-72.6455899018784,41.43094242489052],[-72.64593090199062,41.43096742488454],[-72.64604090203103,41.43105042489721],[-72.64613490206625,41.43113342491039],[-72.64628990211301,41.431069424892996],[-72.64638390214317,41.43106242488862],[-72.64650090218362,41.431105424893296],[-72.64658790221048,41.43108042488566],[-72.64671990225196,41.43105542487657],[-72.64684390229822,41.43116142489328],[-72.64707690236867,41.43106742486754],[-72.64737490246634,41.43108242486097],[-72.64755090252146,41.43104542484815],[-72.64821490273016,41.430919424802454],[-72.6484989028228,41.43092542479458],[-72.64950490315012,41.43093242476391],[-72.64959190318305,41.431015424777314],[-72.6495479031778,41.43117642481011],[-72.64955690318556,41.43126242482658],[-72.64962190320753,41.431277424827435],[-72.6496939032325,41.431305424830605],[-72.64966490323421,41.43150342487012],[-72.64965290323741,41.431629424895085],[-72.64962190324599,41.43196142496078],[-72.6495559032288,41.432037424977686],[-72.64911090309604,41.43224842503301],[-72.64897990305793,41.43232742505257],[-72.64883390302448,41.432576425105765],[-72.64860590298076,41.43311642521828],[-72.64849690297252,41.43360042531611],[-72.6484819029707,41.433654425327106],[-72.64847590299406,41.434104425415015],[-72.64843190298555,41.43420742543648],[-72.64844190299257,41.434274425449246],[-72.64844190299638,41.43434242546249],[-72.64846290300625,41.434396425472364],[-72.64853490303354,41.4344654254835],[-72.64860090305937,41.43454342549661],[-72.6486439030772,41.43461242550869],[-72.6486429030855,41.43476542553855],[-72.64858390306931,41.43481842555075],[-72.64852890305542,41.43488942556635],[-72.64848590304466,41.43494642557882],[-72.6484199030287,41.43504442560002],[-72.64836390301681,41.43515642562363],[-72.64864190312089,41.43540042566236],[-72.64887490319688,41.4354054256559],[-72.64908690327438,41.43555842567897],[-72.64929090334415,41.435620425684576],[-72.64951690341435,41.435562425666056],[-72.64962590345141,41.43559142566825],[-72.64980190350956,41.43560842566596],[-72.65020990363682,41.43551342563443],[-72.65026890365486,41.43549342562867],[-72.65045790371286,41.43543242561076],[-72.65055990374212,41.435363425594055],[-72.65074190378755,41.43511942554071],[-72.65087390382577,41.43503642552031],[-72.65088990383126,41.43504142552078],[-72.65090690383666,41.43503942551985],[-72.65090890383732,41.43503942551979],[-72.65094790385017,41.43504242551912],[-72.65103390387642,41.43501242551055],[-72.6510709038867,41.43498142550333],[-72.65121690393056,41.43491742548619],[-72.6514139039945,41.434916425479734],[-72.65166190407263,41.43487242546325],[-72.6519179041447,41.43467442541651],[-72.65206290418644,41.43457842539318],[-72.65213690420929,41.434557425386714],[-72.65221590423378,41.43453642538012],[-72.65252290434023,41.434655425393515],[-72.65266190438811,41.43470342539847],[-72.65301890451646,41.43492242542979],[-72.65326590460764,41.43511642545972],[-72.65338990465742,41.43528542548872],[-72.65355790472107,41.43544642551475],[-72.65398090487301,41.43570342555136],[-72.6544619050524,41.43611342561595],[-72.65456390509425,41.43626842564293],[-72.65457790510747,41.43642242567249],[-72.65454890510637,41.436570425702264],[-72.65436690505487,41.43670642573457],[-72.65417690499869,41.43680542575992],[-72.65401690495389,41.43693342578996],[-72.6539729049451,41.43703142581047],[-72.6540029049562,41.43705542581418],[-72.65405990497727,41.437100425821136],[-72.65409590499536,41.4372144258422],[-72.65405290498488,41.437276425855664],[-72.65384090491976,41.43734342587548],[-72.65379090490627,41.43739242588663],[-72.65365190489129,41.43792942599572],[-72.65367290490961,41.4381334260348],[-72.65355390487183,41.438149426041726],[-72.65319890475917,41.43819742606239],[-72.65308090472176,41.438214426069464],[-72.65291390466868,41.43823542607887],[-72.65128090414849,41.438422426167335],[-72.64832490320698,41.43876342632794],[-72.64588890243384,41.43909342646983],[-72.64502690216027,41.4392104265201],[-72.64425790190944,41.43919442654146],[-72.64408690185476,41.43921042655003],[-72.64381390176739,41.43923442656339],[-72.64299390150511,41.43930942660412],[-72.64272190141811,41.439334426617656],[-72.64267390140274,41.439338426619955],[-72.63837990002138,41.43959142680597],[-72.636108899294,41.4397824269155],[-72.63552789910791,41.43983142694354],[-72.63201889798279,41.44010442710843],[-72.63164789786423,41.440140427127254],[-72.62987089729633,41.44031242721732],[-72.62689089634124,41.44055242735891],[-72.62455989560398,41.440915427503846],[-72.62370189533259,41.44104842755707],[-72.62137889458921,41.44125642767149],[-72.61926389390992,41.44140142776702],[-72.61685989313837,41.441577427877796],[-72.61631589296414,41.44162342790405],[-72.61479189247609,41.44175342797786],[-72.6135378920807,41.44197142806023],[-72.61285389186507,41.442090428105175],[-72.61049789113338,41.4426984282986],[-72.60982589092562,41.44288842835697],[-72.60965289087173,41.44293042837066],[-72.60913389071011,41.44305642841173],[-72.60896089065623,41.443098428425415],[-72.60892589064356,41.443075428422055],[-72.60882189060588,41.443006428411906],[-72.60878789059359,41.4429844284087],[-72.60859089052221,41.44285342838943],[-72.60799989030818,41.44246342833219],[-72.60780289023685,41.44233342831313],[-72.60774689021646,41.442294428307285],[-72.60758089015604,41.44217942829017],[-72.60752589013603,41.4421414282845],[-72.60700388994469,41.441755428225854],[-72.60543788937075,41.440599428050305],[-72.60491688917979,41.44021442799181],[-72.60361888870493,41.439271427849235],[-72.60276988839435,41.43865442775595],[-72.60252988830639,41.43847742772907],[-72.60208688814434,41.43815542768037],[-72.59972788728119,41.436438427420605],[-72.59843088680668,41.43549542727796],[-72.59720088635544,41.43457842713828],[-72.59679488620648,41.43427542709208],[-72.5943098852948,41.43242242680974],[-72.59351388500276,41.43182842671918],[-72.59332888493489,41.43169042669816],[-72.59228488455192,41.43091242657962],[-72.59031388383158,41.429491426365125],[-72.58868988323809,41.428320426188336],[-72.58440388167172,41.42522942572163],[-72.58243388095183,41.42380942550721],[-72.58218488086008,41.42361642547748],[-72.58143888058522,41.42303842538843],[-72.58119088049386,41.422846425358856],[-72.58103088043599,41.42274142534343],[-72.58055388026347,41.422429425297736],[-72.58039488020596,41.42232542528251],[-72.58023588014716,41.42219842526278],[-72.57976187997193,41.42182042520408],[-72.5796038799135,41.42169442518452],[-72.57881687962646,41.421136425100656],[-72.5764558787653,41.41946242484905],[-72.57566887847833,41.41890542476536],[-72.57518587830218,41.418563424713966],[-72.57373787777426,41.41754042456036],[-72.57325587759853,41.41719942450912],[-72.57275487741478,41.41682642445226],[-72.57125187686381,41.415710424282224],[-72.57075087668014,41.415338424225546],[-72.56999987640471,41.41477842414011],[-72.56997187639601,41.414785424142366],[-72.5671768755294,41.41553342437691],[-72.5662898752544,41.41577142445146],[-72.56624387523979,41.4157774244541],[-72.56609487519313,41.41580942446505],[-72.56604887517881,41.41582042446867],[-72.56585287511743,41.41586242448307],[-72.56567687506237,41.41590042449607],[-72.56564787505327,41.415906424498154],[-72.56549987500695,41.41593842450909],[-72.56516687490297,41.41601442453446],[-72.56416787459102,41.41624242461063],[-72.56383587448741,41.41631942463617],[-72.56073187351494,41.41697142486176],[-72.55838287277908,41.41746642503278],[-72.55819287271972,41.4175094250472],[-72.55534287182934,41.418153425263135],[-72.5514008705842,41.41880142551448],[-72.55105287047432,41.418859425536816],[-72.54891786979998,41.419211425673126],[-72.54827886960008,41.41935142572069],[-72.54803386952335,41.419403425738594],[-72.54729886929337,41.419563425793086],[-72.54705486921708,41.41961742581136],[-72.5453998687001,41.41999342593713],[-72.54043686714984,41.42112242631457],[-72.53970286692062,41.4212904263706],[-72.53878286663323,41.421499426440505],[-72.53819986633938,41.41963342609494],[-72.53783886615732,41.418475425880466],[-72.53560986505555,41.41172442463386],[-72.53380486416357,41.40625842362436],[-72.53343886398267,41.405149423419516],[-72.53323186388045,41.40452342330389],[-72.5280078612789,41.38832942030801],[-72.52684786069854,41.3846824196326],[-72.5256938601311,41.38123141899519],[-72.52536685996859,41.380222418808486],[-72.52438885948207,41.377195418248235],[-72.52406285931995,41.37618741806166],[-72.52370385914311,41.37510741786208],[-72.52353685906081,41.3746044177691],[-72.52333985896392,41.37401441766009],[-72.52116985789587,41.36749941645604],[-72.52065585764275,41.365953416170264],[-72.5204478575403,41.36532741605454],[-72.52023985743821,41.36470741593998],[-72.52000285732187,41.36400141580955],[-72.51922085693805,41.36167141537901],[-72.5189628568116,41.3609054152375],[-72.51866685666639,41.3600244150747],[-72.51822285644836,41.35869941482983],[-72.51820585644016,41.358651414820976],[-72.51817485642498,41.358559414803985],[-72.51815785641674,41.35851041479496],[-72.5181418564089,41.35846341478627],[-72.51793285630833,41.35787641467817],[-72.51784785626731,41.35763541463375],[-72.51781785625272,41.35754841461771],[-72.5177868562378,41.35746141460169],[-72.51730985600803,41.35611741435412],[-72.51710185590781,41.35553141424618],[-72.51647085560133,41.35370741390965],[-72.51458085468286,41.34823541289987],[-72.51395085437674,41.346411412563235],[-72.51356685419854,41.34545041238752],[-72.51241785366496,41.34256741186022],[-72.51203485348715,41.341607411684656],[-72.51310385382003,41.341347411600076],[-72.51388785406425,41.34115841153837],[-72.51591385469516,41.34066641137823],[-72.51630985481842,41.34056941134678],[-72.51737985515173,41.340311411262554],[-72.51913185569938,41.33992341113137],[-72.5191458557037,41.339919411130154],[-72.52443885735697,41.33872541072957],[-72.5262038579083,41.338328410596205],[-72.52620485790891,41.33833341059716],[-72.52621085791179,41.33835041060029],[-72.52621385791312,41.33835641060137],[-72.52625685792631,41.33834241059727],[-72.52630785794211,41.338328410592915],[-72.52638885796702,41.33830341058547],[-72.52643285798067,41.33829141058174],[-72.52703985816757,41.33810641052639],[-72.52748885830631,41.337978410487196],[-72.53066885928908,41.33707341020981],[-72.53172885961672,41.33677241011749],[-72.54447686338601,41.33008540840724],[-72.547905864393,41.328164407923246],[-72.54825586449562,41.32796540787327],[-72.548802864659,41.32770840780574],[-72.54954886488412,41.32739940772172],[-72.55185386556312,41.32614640740386],[-72.5520988656352,41.3260114073697],[-72.5534428660305,41.32527040718231],[-72.55522086655361,41.32429240693485],[-72.55747686721737,41.32305240662104],[-72.55882186761318,41.32231440643419],[-72.56177386848873,41.32081840604828],[-72.56268986876046,41.32035540592877],[-72.56667986994377,41.318332405406956],[-72.57062887111493,41.31633140489068],[-72.5735818719908,41.31483740450508],[-72.57374287204127,41.314804404493536],[-72.57415687217109,41.314721404464194],[-72.57422787219353,41.3147104044598],[-72.57439087224508,41.31468540444973],[-72.57439587224665,41.31468440444939],[-72.57441187225163,41.31468040444811],[-72.57441787225358,41.31468040444793],[-72.57605787274865,41.3140064042642],[-72.58097787423381,41.31198340371284],[-72.58261887472923,41.31131040352928],[-72.58310887487684,41.31110340347328],[-72.58358787502108,41.31090040341841],[-72.58565787563539,41.30986040314948]]]},"properties":{"name":6401,"geoid":"09007640100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.73388693364537,41.48537643267407],[-72.73428993377091,41.48528043264248],[-72.73862593512155,41.48424543230225],[-72.74307693650798,41.48318343195304],[-72.74333093658707,41.48312243193303],[-72.74359293682525,41.48582443245048],[-72.74427293744468,41.492856433796966],[-72.7447429378723,41.49770643472547],[-72.74491993805732,41.499955435157304],[-72.74493193806957,41.50010243518552],[-72.74547593862063,41.50670243645184],[-72.74566093880715,41.50893043687924],[-72.74566193880865,41.50895143688327],[-72.74573793888611,41.5098814370617],[-72.74596693911899,41.51267443759752],[-72.74602993918309,41.513443437745046],[-72.74603893919284,41.51356343776809],[-72.74604093919586,41.51360543777619],[-72.74616293934243,41.51548943813864],[-72.74650293974805,41.52068943913878],[-72.74654993978906,41.521142439225365],[-72.7467489399606,41.52302443958487],[-72.74675393996438,41.52306243959209],[-72.74675893996765,41.52309143959758],[-72.74703894021232,41.52579744011465],[-72.74703994024176,41.526310440214345],[-72.74704194027682,41.52691644033207],[-72.74704294029316,41.52719844038686],[-72.74705694030334,41.527297440405654],[-72.74711694034725,41.52772744048733],[-72.74714294036593,41.52790744052149],[-72.74720094039463,41.52808044055326],[-72.74724694041785,41.52822644058016],[-72.7472429404416,41.52866744066601],[-72.74724294044978,41.528811440694],[-72.74756094072191,41.53178244126128],[-72.74774494087914,41.53349744158871],[-72.74856894158249,41.54116144305169],[-72.74886594183576,41.54391844357787],[-72.74887894186097,41.544287443649154],[-72.74725194132893,41.54423444369105],[-72.7462179409908,41.54420044371762],[-72.74269393983846,41.54408644380851],[-72.74252793978418,41.54408144381285],[-72.7381569383728,41.54425544398684],[-72.73547093750547,41.54436244409374],[-72.7353809374762,41.54436244409664],[-72.73511393738956,41.544365444105786],[-72.73502493736066,41.54436644410881],[-72.73493993733206,41.54434944410825],[-72.73486493730688,41.54433544410792],[-72.73465293725152,41.54457444416117],[-72.73437893718008,41.54488544423039],[-72.73425093714671,41.54503044426266],[-72.73412293711327,41.54517444429475],[-72.7340359370906,41.54527344431678],[-72.7338019370407,41.54573444441385],[-72.73358493699467,41.54616644450475],[-72.73356093698698,41.546168444505895],[-72.733491936965,41.54617644450968],[-72.73346893695775,41.546180444511194],[-72.73340293693686,41.54619044451524],[-72.73320593687455,41.546221444527596],[-72.73314093685404,41.54623244453181],[-72.73265293670013,41.546316444563764],[-72.73118793623806,41.54656844465971],[-72.73070093608452,41.54665344469184],[-72.72916493559981,41.54691344479158],[-72.72477993421617,41.54765844507689],[-72.72455993414651,41.54769144509035],[-72.72302093365931,41.54792544518513],[-72.7229419336347,41.547944445191355],[-72.72287993361545,41.547960445196445],[-72.72270093355748,41.54796444520296],[-72.72261993353129,41.54796744520614],[-72.72203693334365,41.54800144523144],[-72.72178093326124,41.54801644524256],[-72.7209409329908,41.54806444527879],[-72.72032293279186,41.548100445305586],[-72.72028793278054,41.5481014453069],[-72.71970493259288,41.5481354453322],[-72.71960193255971,41.548141445336654],[-72.71929493246108,41.54816244535058],[-72.71919293242831,41.5481694453552],[-72.71780793198296,41.54825844541688],[-72.71365293064694,41.54852644560204],[-72.71226893020196,41.54861644566387],[-72.71166593000842,41.54866144569193],[-72.7113349298573,41.54789544555368],[-72.71120392980517,41.547727445525226],[-72.71045492956696,41.54782244556767],[-72.70846992893573,41.54807444568022],[-72.7032909272887,41.54873144597371],[-72.70150392672048,41.54895944607522],[-72.7009039265297,41.54903644610941],[-72.700902926528,41.54901244610477],[-72.70090092652481,41.54896744609608],[-72.70089992652301,41.54894144609105],[-72.70089992652171,41.5489184460866],[-72.70054992640969,41.54895044610402],[-72.69950292607462,41.54904644615619],[-72.69929292600746,41.54906644616678],[-72.6993159260227,41.549203446192685],[-72.69894192590215,41.54922244620835],[-72.69793292557699,41.54927544625094],[-72.69782292554152,41.54928044625543],[-72.69744992542134,41.54930044627127],[-72.69455492449335,41.54953944641036],[-72.69434592440665,41.54920944635293],[-72.69319492391935,41.547217446002655],[-72.6927369237252,41.54642044586243],[-72.69132392312659,41.54396744543093],[-72.6902189226575,41.54203144509001],[-72.68981492248761,41.54135244497095],[-72.68860292197813,41.53931744461417],[-72.68819992180866,41.53863944449529],[-72.68817792178336,41.53831944443378],[-72.68815992176188,41.53804344438072],[-72.68811492170856,41.53736044424939],[-72.68810692169886,41.537235444225345],[-72.68810092169142,41.53713844420668],[-72.68809392168365,41.53704144418806],[-72.68802892165805,41.53696244417478],[-72.68796292163209,41.536883444161525],[-72.68794792162618,41.53686544415851],[-72.68754692146858,41.536385444078036],[-72.68750892145368,41.536340444070504],[-72.68745492143245,41.53627544405959],[-72.68736292139629,41.53616544404114],[-72.6872269213435,41.53601444401615],[-72.68717692132407,41.535958444006866],[-72.68709192129104,41.53586344399111],[-72.68662092110817,41.535339443904306],[-72.6865249210709,41.535232443886585],[-72.68648092105383,41.53518344387846],[-72.68643592103642,41.53513444387039],[-72.68637692101359,41.53507044385983],[-72.68631792099085,41.535007443849466],[-72.68504292050076,41.533675443631296],[-72.6825759195525,41.531097443208985],[-72.68241591948704,41.53086044316802],[-72.68219791937115,41.53006544302042],[-72.68206591930982,41.52974044296144],[-72.68201091927698,41.52947644291188],[-72.6820519192666,41.5290574428291],[-72.68202191923828,41.528729442766284],[-72.68195491917362,41.527972442621234],[-72.68161991899613,41.52676144239648],[-72.68156891896592,41.52652044235125],[-72.68141591887529,41.52579844221575],[-72.68136591884546,41.52555844217069],[-72.68126491878041,41.52498944206327],[-72.68096391858589,41.52328244174095],[-72.68086391852118,41.52271344163352],[-72.68092391852943,41.52251444159289],[-72.68099691848555,41.521319441358166],[-72.68125491833152,41.51711444053213],[-72.681269918323,41.516877440485565],[-72.68031391797429,41.516208440386],[-72.6804159179484,41.51516444017968],[-72.68045991793737,41.514716440091135],[-72.67993091761576,41.51207143959357],[-72.67972591749094,41.511043439400154],[-72.6796899174723,41.510920439377365],[-72.67968891747141,41.510910439375465],[-72.67968191745902,41.51073143934087],[-72.67962591742808,41.51050643929888],[-72.67959391741016,41.51037343927403],[-72.67947091734347,41.50990143918615],[-72.67934391727448,41.50941143909487],[-72.67915191715906,41.508474438918746],[-72.67905491710054,41.50799743882905],[-72.67880191688543,41.50564743837995],[-72.67816491634218,41.49970043724322],[-72.67807891625172,41.49859443703076],[-72.67789691605942,41.49623843657812],[-72.6781059161122,41.49596943651911],[-72.6781499161232,41.495911436506404],[-72.67890891631443,41.49492843629087],[-72.67916291637852,41.49460143621913],[-72.67973891655919,41.494484436177956],[-72.68086391691809,41.49436343611849],[-72.68345691774456,41.494071435978846],[-72.68348391775324,41.494069435977586],[-72.69010491986369,41.49332643562146],[-72.69122292021432,41.49309943554157],[-72.6928229207162,41.49277643542759],[-72.69306492079272,41.49273843541246],[-72.69378992102202,41.49262543536729],[-72.69402392109589,41.49258643535222],[-72.69472792131825,41.49247143530735],[-72.69496292139249,41.49243343529243],[-72.69913492270778,41.49170943501821],[-72.70112492333489,41.491359434886476],[-72.71097192643481,41.48957443422425],[-72.71254192692936,41.48929543411974],[-72.71703992834621,41.48849643382037],[-72.7172529284133,41.48845843380617],[-72.71882392890815,41.488179433701625],[-72.71961092915615,41.488041433649585],[-72.72171692981973,41.4876714335102],[-72.72197192990014,41.487627433493465],[-72.7226509301141,41.48750843344859],[-72.7227589301481,41.48748943344143],[-72.72441393066917,41.48719143333049],[-72.72938093223314,41.48630043299812],[-72.73097193273412,41.48601543289175],[-72.73103693275446,41.48600143288694],[-72.73160693293265,41.485876432844364],[-72.7333169334672,41.48550143271664],[-72.73388693364537,41.48537643267407]]]},"properties":{"name":5801,"geoid":"09007580100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.66562191573195,41.56099844956229],[-72.66569591578151,41.56144844964735],[-72.66589491587669,41.56198544974533],[-72.66593991589762,41.56209644976546],[-72.66597291591226,41.56216544977781],[-72.66610091596945,41.56243944982694],[-72.66620291600891,41.562550449845254],[-72.66631391604604,41.56256844984519],[-72.66645891610364,41.56275244987631],[-72.66655091615301,41.56309544994001],[-72.66629091608594,41.56340445000834],[-72.6660619160182,41.56352345003878],[-72.6657719159286,41.56360745006437],[-72.66541391581798,41.563710450095826],[-72.66469691559357,41.56386645014906],[-72.66415491542372,41.563980450188545],[-72.66363591526164,41.56409945022824],[-72.66320891513394,41.56429745028036],[-72.66278891500704,41.564469450327195],[-72.66248391491497,41.564595450361416],[-72.6623089148699,41.56480445040763],[-72.66215591483355,41.565041450458544],[-72.6620949148256,41.5652514505013],[-72.66209491483552,41.56542645053529],[-72.66206491483705,41.5656254505749],[-72.66214891487407,41.56579645060545],[-72.66217891488728,41.565857450616335],[-72.66231591494635,41.56611345066169],[-72.66259091504834,41.56633445069583],[-72.6630029151932,41.56652545071976],[-72.66330791529482,41.56656745071816],[-72.66380391546049,41.56664345071707],[-72.66488691581279,41.566643450682456],[-72.6651009158805,41.566609450669006],[-72.6656349160516,41.566563450643],[-72.66600091617089,41.566567450632064],[-72.66621491624375,41.56662445063629],[-72.66635991629829,41.56675445065691],[-72.66636791631278,41.56696445069744],[-72.66630691631562,41.56736445077711],[-72.66618391630695,41.567917450888466],[-72.66587891629102,41.56938645118356],[-72.6658629163018,41.56966845123885],[-72.66566791627075,41.570239451356],[-72.66542591620811,41.57052345141889],[-72.66536891619212,41.570568451429466],[-72.66496891608035,41.57089245150518],[-72.6648609160524,41.5710194515333],[-72.6646729160004,41.571180451570584],[-72.66451791595858,41.57133245160506],[-72.66434991591743,41.571570451656676],[-72.66429691590449,41.57164645167313],[-72.66426491589935,41.57173945169221],[-72.66410791587397,41.57219245178521],[-72.66383391579615,41.57239245183282],[-72.66334291565225,41.57267145190271],[-72.66306891557034,41.572799451936326],[-72.66278791548075,41.57283145195154],[-72.66239491535526,41.572873451972264],[-72.66225491531057,41.572888451979644],[-72.6617459151562,41.57308645203438],[-72.66147291508297,41.57336145209651],[-72.66145591508057,41.573416452107736],[-72.6614269150765,41.573511452127114],[-72.66139791507246,41.5736064521465],[-72.66138491507567,41.57373745217235],[-72.66137091507852,41.57386845219824],[-72.6613099150926,41.57446645231636],[-72.66119391508161,41.57493845241173],[-72.66102591503721,41.575119452452256],[-72.66067791493079,41.57523945248667],[-72.66026491479921,41.5752884525094],[-72.66018291477536,41.57533845252174],[-72.66000591472397,41.57544745254856],[-72.65999291472875,41.57560645257986],[-72.65999391473073,41.57563545258545],[-72.65999891474596,41.57587545263191],[-72.65999891475758,41.576080452671725],[-72.6602379148444,41.57624045269515],[-72.66030891486905,41.57626745269813],[-72.66061891497665,41.57638645271133],[-72.66150591527611,41.57657845272026],[-72.66153991530045,41.576812452764614],[-72.66137191525765,41.577021452810584],[-72.66106991516189,41.577065452828776],[-72.66043791495996,41.57713045286162],[-72.65998191481896,41.57726045290145],[-72.65986291480398,41.57767945298661],[-72.65979991480647,41.57808445306728],[-72.65959891474635,41.57817745309176],[-72.659343914661,41.57813545309176],[-72.65905591456321,41.578063453087],[-72.65877391446936,41.578026453088825],[-72.65849491437933,41.57803945310025],[-72.65835391433968,41.57814945312612],[-72.658182914309,41.578589453217056],[-72.6580019142635,41.57882545326868],[-72.65794691424973,41.57889845328461],[-72.65789091423561,41.57897045330037],[-72.65783791421717,41.57894945329799],[-72.65758991412649,41.578773453271744],[-72.65751591409568,41.57865445325099],[-72.65743291405325,41.57838245320083],[-72.65735091401113,41.578110453150636],[-72.65684291381253,41.577522453052666],[-72.65626891362169,41.57745045305703],[-72.65580391347589,41.57754745309075],[-72.65532391332545,41.5776484531257],[-72.65513791325444,41.57746345309571],[-72.65552291335355,41.577002452993874],[-72.65603991349032,41.57644745286956],[-72.65622991353183,41.576089452793944],[-72.65610191333792,41.57340345227636],[-72.65554891314645,41.573199452254414],[-72.65451391281192,41.57323845229507],[-72.65439491275359,41.57289245223166],[-72.65436891274071,41.57281445221736],[-72.65403491260297,41.57230145212838],[-72.65342291240793,41.572373452161926],[-72.65297491228623,41.57279745225861],[-72.65256291216514,41.573026452316256],[-72.65245091213222,41.573088452331874],[-72.65244791213122,41.57308845233197],[-72.65228491207849,41.57309345233815],[-72.65224991206733,41.573097452340036],[-72.65221791205681,41.57309545234068],[-72.65205891200529,41.57309945234654],[-72.65192891196324,41.57310345235146],[-72.6518519119383,41.57310545235432],[-72.65162291186414,41.57311145236281],[-72.65154691183957,41.5731144523658],[-72.65022191146602,41.5741294526053],[-72.6488109110697,41.57523745286558],[-72.6488029110675,41.5752444528672],[-72.64868291091437,41.57323145248005],[-72.64851691070996,41.57057645196965],[-72.64847691065881,41.569903451840176],[-72.64843691060763,41.569229451710534],[-72.64884391073657,41.569168451685684],[-72.64885191073905,41.56916645168504],[-72.64925091086553,41.56910745166083],[-72.64988191106545,41.56901245162222],[-72.65009691113353,41.56897945160894],[-72.65051291126537,41.568917451583594],[-72.65059691129196,41.56890445157838],[-72.65066091131226,41.56889545157458],[-72.65084991137222,41.56886845156332],[-72.65093491139925,41.56885745155846],[-72.65105791143779,41.56883145154948],[-72.65118691147822,41.568804451540124],[-72.65142191155068,41.56873345151882],[-72.65154291158804,41.56869845150814],[-72.6515969116046,41.568680451502935],[-72.65176191165526,41.568627451487366],[-72.65181591167159,41.56860545148137],[-72.65190591169873,41.56856745147112],[-72.65212791176586,41.56847745144652],[-72.6521769117805,41.568454451440495],[-72.65226691180756,41.56841545143004],[-72.65257891190112,41.56827545139288],[-72.6531139120617,41.56803745132954],[-72.65315091207283,41.568021451325265],[-72.65351591218253,41.56786145128252],[-72.65382991227698,41.56772545124606],[-72.65397891232159,41.56765745122809],[-72.65407991235185,41.567611451215924],[-72.65418491238205,41.56754145119898],[-72.65425991240552,41.56752545119347],[-72.65427791241122,41.5675224511923],[-72.65441891244966,41.567391451162344],[-72.65450391246847,41.56723545112932],[-72.654536912471,41.56709045110011],[-72.65453691246154,41.566923451067666],[-72.65451991245152,41.56684445105286],[-72.6544619124253,41.56671445102947],[-72.65437491239076,41.56660445101086],[-72.65430991236674,41.566553451003045],[-72.654274912354,41.566529450999504],[-72.65414191230595,41.56644545098743],[-72.65406091227791,41.5664154509842],[-72.65375891217342,41.56630545097247],[-72.65360791212208,41.56626645096973],[-72.65354691210054,41.56623645096584],[-72.65336591203666,41.566148450954536],[-72.65332491202224,41.56612945095215],[-72.6533059120155,41.566119450950815],[-72.65341491204525,41.566018450927714],[-72.65350391207046,41.565952450912036],[-72.65312591194449,41.56589945091383],[-72.65287491184844,41.56564545087251],[-72.65262491174286,41.56521745079734],[-72.6524969116959,41.56512345078317],[-72.65248091168893,41.56509245077766],[-72.65243591166902,41.564999450761036],[-72.65242091166245,41.564969450755676],[-72.65236091163658,41.564857450735836],[-72.65218191155931,41.564521450676274],[-72.65214091154161,41.56444445066264],[-72.65212291153384,41.564410450656595],[-72.65209491152171,41.5643574506472],[-72.65201391148642,41.56419945061909],[-72.6519869114747,41.56414745060985],[-72.65249691163166,41.56398945056286],[-72.65402891210337,41.56351845042241],[-72.65453991226079,41.56336245037576],[-72.6546819123047,41.56332245036345],[-72.65511091243759,41.56320445032682],[-72.65525391248191,41.56316545031467],[-72.6554299125362,41.56311345029895],[-72.65595791269926,41.56295945025216],[-72.65613491275394,41.562908450236606],[-72.65625891279213,41.562870450225255],[-72.65663391290778,41.56275845019152],[-72.65675991294667,41.56272145018029],[-72.65708591304724,41.56262445015104],[-72.65806591334967,41.562335450063564],[-72.6583929134506,41.56223945003447],[-72.65855991350216,41.562190450019614],[-72.65906191365708,41.56204244997481],[-72.65922991370903,41.5619944499601],[-72.65928391372557,41.5619764499549],[-72.65944591377537,41.56192544993981],[-72.6595009137923,41.56190844993476],[-72.65903091359561,41.561135449799586],[-72.65838691332537,41.56006344961188],[-72.6582559132716,41.5598664495778],[-72.65909291352776,41.55958144949568],[-72.65932891359954,41.55949344947103],[-72.66015991385434,41.55921944939126],[-72.66081091405648,41.55904944933741],[-72.66100991411862,41.559003449322105],[-72.6611769141704,41.55895844930804],[-72.66121891419328,41.559121449338356],[-72.66125191420839,41.55919844935225],[-72.66145491429329,41.55953144941047],[-72.66161991435784,41.55972344944251],[-72.66176891441401,41.559859449464156],[-72.66202891450992,41.5600594494947],[-72.66221591457739,41.56017644951148],[-72.66251491468344,41.56033144953202],[-72.66274691476434,41.56042744954327],[-72.66291291482152,41.56048344954884],[-72.66302091485807,41.56050844955024],[-72.66320091491902,41.56055044955265],[-72.66334891496885,41.560580449553754],[-72.66345891500593,41.560603449554705],[-72.66362691506251,41.560637449555934],[-72.6637169150927,41.56065344955616],[-72.66541691566232,41.56094644955875],[-72.66562191573195,41.56099844956229]]]},"properties":{"name":5411,"geoid":"09007541100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.69755592798792,41.59388845492716],[-72.69744992796475,41.594087454969184],[-72.69713492789639,41.59468745509572],[-72.6970299278736,41.594887455137915],[-72.69700492786806,41.59493345514763],[-72.69693192785223,41.59507245517697],[-72.6969079278471,41.59511945518685],[-72.69675892781511,41.595409455247896],[-72.69668992779965,41.59553245527399],[-72.69626292770462,41.596304455437505],[-72.6960029276455,41.59675245553278],[-72.69576892759235,41.59715645561869],[-72.69574192758611,41.597201455628294],[-72.69566292756826,41.5973394556576],[-72.69563692756242,41.597385455667364],[-72.69556592754637,41.597509455693704],[-72.6954989275336,41.597668455726705],[-72.69544692752379,41.59779345575264],[-72.69530192749977,41.59820045583628],[-72.6951919274848,41.598566455910834],[-72.69510192747273,41.59886945597252],[-72.6949329274467,41.59937845607673],[-72.69478992742474,41.59981045616514],[-72.69449292737798,41.60068745634486],[-72.69443492737174,41.60090945638979],[-72.69437292736528,41.60115045643854],[-72.69431492735902,41.60137245648349],[-72.69430192735807,41.60143045649517],[-72.69369192717052,41.60162245655196],[-72.69311992697935,41.60153345655303],[-72.69174692652038,41.60131845655528],[-72.69016992598178,41.60087045651887],[-72.68921592566613,41.60077845653158],[-72.68762792517592,41.601244456672895],[-72.68707092500325,41.601395456720034],[-72.68525292443961,41.601886456873544],[-72.68508892438678,41.60189545688055],[-72.68503892437067,41.601898456882736],[-72.68407292405477,41.60187045690824],[-72.68218092338769,41.6009654567932],[-72.6816329231975,41.600756456770185],[-72.68095692296292,41.60049945674195],[-72.68045592271272,41.59896545646028],[-72.68046592270137,41.59870845641009],[-72.68051192266849,41.59786645624519],[-72.6803259225804,41.59738145615702],[-72.67951192230184,41.59714045613629],[-72.67882792207804,41.597118456153915],[-72.67823192189667,41.59733945621589],[-72.67709992156617,41.59800545638141],[-72.67626692132296,41.59849545650319],[-72.67576292119531,41.599135456643516],[-72.67518792104583,41.59979745679043],[-72.67475892090897,41.59984545681347],[-72.67434292077174,41.59981245682038],[-72.67397392064349,41.599668456804245],[-72.67327992039442,41.599259456747085],[-72.6727599202079,41.598954456704526],[-72.67199691991449,41.59816045657483],[-72.67181291982475,41.597634456478644],[-72.67185991981776,41.59724245640105],[-72.67199391984212,41.59690345633095],[-72.67204791985185,41.59676545630244],[-72.67232591992529,41.59646545623532],[-72.67246391996761,41.59642045622216],[-72.67252291998297,41.59635245620708],[-72.67258191999824,41.596283456191784],[-72.67263492001408,41.59625845618524],[-72.67303692012898,41.59597845611803],[-72.67308892014134,41.595898456100834],[-72.67323492017084,41.59558145603462],[-72.67324992016398,41.595374455993976],[-72.67321992014502,41.59521245596348],[-72.67315692011923,41.59511945594745],[-72.67322192013447,41.595015455925186],[-72.67328592014938,41.594911455902945],[-72.67319592010777,41.594694455863696],[-72.67251191984495,41.593985455747976],[-72.67211391969198,41.593572455680544],[-72.67065091912924,41.59204545543093],[-72.67035791901652,41.5917394553809],[-72.66947691870381,41.591280455319996],[-72.66919091861274,41.591315455335945],[-72.66830591833103,41.59142545538562],[-72.66799991825889,41.59190845548916],[-72.66755791809832,41.59161345544604],[-72.66727991799736,41.59142845541902],[-72.66691391784869,41.590907455329585],[-72.66678491777469,41.590343455224215],[-72.66694391781112,41.5900734551667],[-72.66702991782752,41.589869455124365],[-72.66729391787804,41.589246454994964],[-72.66537791713351,41.58711245464194],[-72.66550191714673,41.58663445454517],[-72.66789891790523,41.5862574543953],[-72.66817191796751,41.58578945429569],[-72.66843191800687,41.584992454132625],[-72.66844291800864,41.58496045412608],[-72.66823191789123,41.58410145396602],[-72.66809791781677,41.58355745386469],[-72.6677739176987,41.58333445383176],[-72.66704191745326,41.5832064538303],[-72.66545391686171,41.5818864536248],[-72.66434391648156,41.58155145359523],[-72.6633709161577,41.581423453601495],[-72.66287391598142,41.5811664535675],[-72.66237691580518,41.58091045353368],[-72.6621529157258,41.580795453518505],[-72.66192991564672,41.58068045350331],[-72.66165191554809,41.58053645348425],[-72.66137291544916,41.580392453465194],[-72.66113591536514,41.58027045344907],[-72.6609089152193,41.579001453209905],[-72.66024691498747,41.57871145317475],[-72.65973491482707,41.5788204532123],[-72.65968091481015,41.57883245321634],[-72.65907991462755,41.57906045327985],[-72.65889091456096,41.5789704532684],[-72.6587009144941,41.5788814532572],[-72.65857091445503,41.57893845327243],[-72.65844191441624,41.578994453287415],[-72.65832591438138,41.579045453301035],[-72.65820991434654,41.579096453314634],[-72.65805091429124,41.57903345330751],[-72.65789091423561,41.57897045330037],[-72.65794691424973,41.57889845328461],[-72.6580019142635,41.57882545326868],[-72.658182914309,41.578589453217056],[-72.65835391433968,41.57814945312612],[-72.65849491437933,41.57803945310025],[-72.65877391446936,41.578026453088825],[-72.65905591456321,41.578063453087],[-72.659343914661,41.57813545309176],[-72.65959891474635,41.57817745309176],[-72.65979991480647,41.57808445306728],[-72.65986291480398,41.57767945298661],[-72.65998191481896,41.57726045290145],[-72.66043791495996,41.57713045286162],[-72.66106991516189,41.577065452828776],[-72.66137191525765,41.577021452810584],[-72.66153991530045,41.576812452764614],[-72.66150591527611,41.57657845272026],[-72.66061891497665,41.57638645271133],[-72.66030891486905,41.57626745269813],[-72.6602379148444,41.57624045269515],[-72.65999891475758,41.576080452671725],[-72.65999891474596,41.57587545263191],[-72.65999391473073,41.57563545258545],[-72.65999291472875,41.57560645257986],[-72.66000591472397,41.57544745254856],[-72.66018291477536,41.57533845252174],[-72.66026491479921,41.5752884525094],[-72.66067791493079,41.57523945248667],[-72.66102591503721,41.575119452452256],[-72.66119391508161,41.57493845241173],[-72.6613099150926,41.57446645231636],[-72.66137091507852,41.57386845219824],[-72.66138491507567,41.57373745217235],[-72.66139791507246,41.5736064521465],[-72.6614269150765,41.573511452127114],[-72.66145591508057,41.573416452107736],[-72.66147291508297,41.57336145209651],[-72.6617459151562,41.57308645203438],[-72.66225491531057,41.572888451979644],[-72.66239491535526,41.572873451972264],[-72.66278791548075,41.57283145195154],[-72.66306891557034,41.572799451936326],[-72.66334291565225,41.57267145190271],[-72.66383391579615,41.57239245183282],[-72.66410791587397,41.57219245178521],[-72.66426491589935,41.57173945169221],[-72.66429691590449,41.57164645167313],[-72.66434991591743,41.571570451656676],[-72.66451791595858,41.57133245160506],[-72.6646729160004,41.571180451570584],[-72.6648609160524,41.5710194515333],[-72.66496891608035,41.57089245150518],[-72.66536891619212,41.570568451429466],[-72.66542591620811,41.57052345141889],[-72.66566791627075,41.570239451356],[-72.6658629163018,41.56966845123885],[-72.66587891629102,41.56938645118356],[-72.66618391630695,41.567917450888466],[-72.66630691631562,41.56736445077711],[-72.66636791631278,41.56696445069744],[-72.66635991629829,41.56675445065691],[-72.66621491624375,41.56662445063629],[-72.66600091617089,41.566567450632064],[-72.6656349160516,41.566563450643],[-72.6651009158805,41.566609450669006],[-72.66488691581279,41.566643450682456],[-72.66380391546049,41.56664345071707],[-72.66330791529482,41.56656745071816],[-72.6630029151932,41.56652545071976],[-72.66259091504834,41.56633445069583],[-72.66231591494635,41.56611345066169],[-72.66217891488728,41.565857450616335],[-72.66214891487407,41.56579645060545],[-72.66206491483705,41.5656254505749],[-72.66209491483552,41.56542645053529],[-72.6620949148256,41.5652514505013],[-72.66215591483355,41.565041450458544],[-72.6623089148699,41.56480445040763],[-72.66248391491497,41.564595450361416],[-72.66278891500704,41.564469450327195],[-72.66320891513394,41.56429745028036],[-72.66363591526164,41.56409945022824],[-72.66415491542372,41.563980450188545],[-72.66469691559357,41.56386645014906],[-72.66541391581798,41.563710450095826],[-72.6657719159286,41.56360745006437],[-72.6660619160182,41.56352345003878],[-72.66629091608594,41.56340445000834],[-72.66655091615301,41.56309544994001],[-72.66645891610364,41.56275244987631],[-72.66631391604604,41.56256844984519],[-72.66620291600891,41.562550449845254],[-72.66610091596945,41.56243944982694],[-72.66597291591226,41.56216544977781],[-72.66593991589762,41.56209644976546],[-72.66589491587669,41.56198544974533],[-72.66569591578151,41.56144844964735],[-72.66562191573195,41.56099844956229],[-72.66565391574282,41.561006449562825],[-72.6656419157358,41.56095144955252],[-72.66559591570393,41.5606534494961],[-72.66554991567364,41.560382449444916],[-72.66554091564927,41.56000444937177],[-72.6655799156614,41.559994449368574],[-72.6656349156785,41.559980449364105],[-72.66581191573579,41.559975449357474],[-72.66615591584684,41.559960449343556],[-72.6662749158855,41.559959449339566],[-72.66663591600293,41.559959449328026],[-72.66675591604198,41.55995944932418],[-72.666744916045,41.560076449347264],[-72.66675491605118,41.56012744935686],[-72.66681291607745,41.56025844938047],[-72.66682291608156,41.560273449383054],[-72.66695291613493,41.56046944941698],[-72.66705391617518,41.560599449438996],[-72.6672099162364,41.56078444946996],[-72.66744191632678,41.56104744951364],[-72.6676099163922,41.56123744954517],[-72.66765291640986,41.561302449556436],[-72.66796891650655,41.56119444952534],[-72.66813291655677,41.56113944950941],[-72.66839091663765,41.56108544949068],[-72.66845791665888,41.5610754494866],[-72.66852491668077,41.56107744948483],[-72.66859091670281,41.561087449484674],[-72.66869091673671,41.561111449486134],[-72.6687949167728,41.56115144949058],[-72.66886991679948,41.56119144949595],[-72.66892191681855,41.561229449501674],[-72.66893591682366,41.56123944950317],[-72.66897691683917,41.56127744950924],[-72.66902791685938,41.56134144952004],[-72.66911291689603,41.56150044954823],[-72.66932891696239,41.56143144952791],[-72.66950691701712,41.56137544951133],[-72.6697809171024,41.56130744948936],[-72.66992491714845,41.56129344948203],[-72.66999091717018,41.561298449480915],[-72.67011591721153,41.56131044947924],[-72.67021391724488,41.56133644948115],[-72.6703009172754,41.56137544948596],[-72.67036491729883,41.56142144949283],[-72.67040091731195,41.56144644949655],[-72.6704729173394,41.56151744950804],[-72.67057691738275,41.56168544953734],[-72.67063691740778,41.561782449554265],[-72.67098091755697,41.56244044967111],[-72.67101791757399,41.562528449687015],[-72.67103191758439,41.56263144970658],[-72.6710249175858,41.56269644971944],[-72.67099791758038,41.56275544973176],[-72.67092791756184,41.56283044974857],[-72.67070991749932,41.56297844978428],[-72.67070891749904,41.562979449784514],[-72.67044891742236,41.563118449819825],[-72.67025691736606,41.56322744984714],[-72.67035791740702,41.5633704498717],[-72.67043191743755,41.56348444989148],[-72.67043791744014,41.563495449893416],[-72.67053991748386,41.5636814499263],[-72.6708149176036,41.56421545002124],[-72.6708849176346,41.56436045004717],[-72.67102591769708,41.56465345009957],[-72.6714919178408,41.564514450057686],[-72.67262191818932,41.564178449956266],[-72.67289591827522,41.56412144993644],[-72.67299991830787,41.56410044992902],[-72.67337691842754,41.56404844990688],[-72.67362691850747,41.56402344989401],[-72.67437591874697,41.56395044985588],[-72.67462691882727,41.56392644984318],[-72.6747579188692,41.563914449836666],[-72.67515291899576,41.563880449817425],[-72.67528491903806,41.563869449811065],[-72.67542191908187,41.56385544980396],[-72.67583591921425,41.56381544978296],[-72.67597391925841,41.563802449776006],[-72.6762799193563,41.5637734497606],[-72.67719691964962,41.56368544971417],[-72.67750391974789,41.5636574496989],[-72.6776979198098,41.56363644968863],[-72.67801691991177,41.5636044496722],[-72.67828191999678,41.56358344965965],[-72.67847692005942,41.5635694496507],[-72.67874692014676,41.5635614496405],[-72.67903692024164,41.56357044963296],[-72.67938692035708,41.5635984496272],[-72.67982492050392,41.56367544962815],[-72.68009992059645,41.563729449629854],[-72.68054292074463,41.56380144962965],[-72.68077192082019,41.563820449626014],[-72.68105392091283,41.563836449620105],[-72.68141292102892,41.563824449606294],[-72.68159592108783,41.56381344959831],[-72.68194692119872,41.56375544957581],[-72.68221392128234,41.563698449556185],[-72.68296892151693,41.563504449494346],[-72.68338892164702,41.563389449458576],[-72.68378492177047,41.56329444942745],[-72.68417492189317,41.56322144940079],[-72.68443392197595,41.563195449387436],[-72.68465492204761,41.563191449379595],[-72.68483592210649,41.563191449373804],[-72.6848409221072,41.56317544937054],[-72.68506592218101,41.56318644936546],[-72.68521192222897,41.56319444936235],[-72.68547892231769,41.56322744936022],[-72.68567892238448,41.563258449359836],[-72.68607692251817,41.56333244936149],[-72.6861489225425,41.56334844936229],[-72.68632692260255,41.56338644936397],[-72.68666092271403,41.563436449363],[-72.6878059230982,41.563643449366566],[-72.68829992326356,41.563725449366686],[-72.68850492333216,41.56375944936672],[-72.6887959234283,41.56378544936245],[-72.68932292360027,41.56379544934754],[-72.68938092361927,41.56379744934607],[-72.68987592378113,41.56381244933314],[-72.69003092383122,41.56380644932701],[-72.69012892387047,41.56393644934912],[-72.69014292387604,41.56395444935217],[-72.69023492391415,41.5640984493772],[-72.69031192394746,41.5642444494031],[-72.6903989239898,41.56449144944829],[-72.69085892423787,41.56622644977059],[-72.69091492426995,41.56647044981619],[-72.6909279242798,41.56656944983499],[-72.69093692429294,41.56674944986967],[-72.69092892435147,41.56782645007911],[-72.69093292436571,41.56805445012327],[-72.69096392439344,41.56836545018269],[-72.69100792442245,41.56862445023159],[-72.69106292445507,41.568883450280126],[-72.69111592448375,41.56908545031766],[-72.69116092451117,41.56931045035993],[-72.6911659245141,41.569333450364226],[-72.69133692461173,41.57007345050248],[-72.69139492464463,41.5703204505486],[-72.69151592472076,41.57096845067057],[-72.6915179247235,41.57100545067771],[-72.69154392475293,41.571374450748515],[-72.6915739248386,41.57271145100722],[-72.69155592485204,41.57305145107383],[-72.69154792485178,41.57309245108205],[-72.69142492485071,41.57377845121921],[-72.69135492484615,41.57409945128379],[-72.69124692484753,41.574742451412114],[-72.69124392484764,41.5747614514159],[-72.69124292487196,41.57519545150021],[-72.69132292492962,41.57575245160581],[-72.69163292513859,41.577656451965616],[-72.69172892518952,41.578003452029925],[-72.6918509252508,41.57838345209982],[-72.69193592529008,41.57858845213689],[-72.69219992541244,41.5792304522531],[-72.69246792553653,41.579880452370716],[-72.69259792560445,41.580331452454146],[-72.69265192563746,41.580603452505216],[-72.69269192567383,41.58101445258374],[-72.69269492568748,41.581237452626944],[-72.69270692573093,41.58193345276169],[-72.69270692573342,41.58197745277024],[-72.69270992574205,41.58211245279636],[-72.69271092574493,41.582157452805056],[-72.69272392578866,41.582852452939576],[-72.69271192581401,41.58336745303997],[-72.69269092582512,41.58368345310197],[-72.6926899258264,41.583711453107455],[-72.69254192586413,41.58522345340573],[-72.69233792587166,41.586523453664654],[-72.69196292584495,41.58820045400223],[-72.69181592583485,41.58886445413583],[-72.69160592581318,41.58968545430193],[-72.69126892577287,41.59090545454955],[-72.69124592577397,41.5910564545796],[-72.6912659257844,41.591125454592344],[-72.69128692579338,41.59116345459905],[-72.6913159258047,41.591196454604535],[-72.6913479258167,41.59122445460894],[-72.6914249258442,41.59126745461482],[-72.69143892584897,41.591271454615146],[-72.69146592585828,41.59128045461603],[-72.69158792589917,41.59130145461619],[-72.69162292591072,41.59130445461566],[-72.692042926046,41.59128045459756],[-72.69294792633687,41.59121745455634],[-72.69305692637228,41.59121645455264],[-72.6932429264336,41.5912304545494],[-72.69328992644934,41.59123845454945],[-72.69342892649667,41.59127545455217],[-72.69349392651922,41.59130045455494],[-72.69367992658479,41.59138945456627],[-72.69416692675807,41.591650454601336],[-72.69425492678961,41.59170145460841],[-72.69451192688238,41.59186245463144],[-72.69522592714173,41.59233845470094],[-72.69555292726056,41.59255745473298],[-72.69611692746581,41.59293945478907],[-72.69634192754764,41.59309145481134],[-72.69642992757969,41.59315145482018],[-72.69696592777379,41.59349845487035],[-72.69734992791295,41.59374845490659],[-72.69755592798792,41.59388845492716]]]},"properties":{"name":5412,"geoid":"09007541200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.69430192735807,41.60143045649517],[-72.69431492735902,41.60137245648349],[-72.69437292736528,41.60115045643854],[-72.69443492737174,41.60090945638979],[-72.69449292737798,41.60068745634486],[-72.69478992742474,41.59981045616514],[-72.6949329274467,41.59937845607673],[-72.69510192747273,41.59886945597252],[-72.6951919274848,41.598566455910834],[-72.69530192749977,41.59820045583628],[-72.69544692752379,41.59779345575264],[-72.6954989275336,41.597668455726705],[-72.69556592754637,41.597509455693704],[-72.69563692756242,41.597385455667364],[-72.69566292756826,41.5973394556576],[-72.69574192758611,41.597201455628294],[-72.69576892759235,41.59715645561869],[-72.6960029276455,41.59675245553278],[-72.69626292770462,41.596304455437505],[-72.69668992779965,41.59553245527399],[-72.69675892781511,41.595409455247896],[-72.6969079278471,41.59511945518685],[-72.69693192785223,41.59507245517697],[-72.69700492786806,41.59493345514763],[-72.6970299278736,41.594887455137915],[-72.69713492789639,41.59468745509572],[-72.69744992796475,41.594087454969184],[-72.69755592798792,41.59388845492716],[-72.69769692801937,41.59363445487334],[-72.69784592805192,41.59335445481421],[-72.69825792814213,41.59258345465137],[-72.69851592819599,41.59205445454041],[-72.69865092822086,41.59171945447107],[-72.69887892826303,41.59115645435448],[-72.69896192827775,41.590940454309894],[-72.69915992831334,41.59043345420513],[-72.69920592832023,41.59029145417608],[-72.69927792833121,41.59007245413128],[-72.6992909283331,41.59003145412291],[-72.69932992833897,41.58991145409837],[-72.69934392834126,41.58987145409013],[-72.6994229283524,41.58961545403792],[-72.69947992836087,41.58943845400174],[-72.69976692840416,41.588557453821515],[-72.69990592842609,41.58814745373746],[-72.70005192844926,41.587719453649726],[-72.7003269284922,41.586901453482106],[-72.7004269285081,41.58660845342203],[-72.70075492855831,41.585614453218554],[-72.70116992862738,41.584454452980054],[-72.70146192867627,41.583643452813256],[-72.7015409286868,41.583376452758884],[-72.70177792871831,41.58257445259559],[-72.70185792872921,41.58230845254138],[-72.70190392873549,41.5821554525102],[-72.70204092875413,41.58169945241726],[-72.70208792876079,41.58154745238626],[-72.70207692875091,41.58143645236505],[-72.70207392874754,41.58139445235698],[-72.70206892873392,41.58118345231618],[-72.70206192872705,41.58110245230069],[-72.70205392871813,41.58099145227939],[-72.70210992873868,41.58103245228556],[-72.70227892880065,41.58115545230403],[-72.70233592882157,41.581197452310356],[-72.70251492887924,41.581187452302686],[-72.70260192890714,41.581180452298526],[-72.7033999291635,41.58112345226189],[-72.70356392921623,41.581112452254494],[-72.7036669292493,41.58110445224964],[-72.70393992933684,41.58108245223663],[-72.7047599295999,41.581017452197734],[-72.70503392968783,41.58099645218486],[-72.70556192985715,41.580953452159605],[-72.70714893036632,41.58082845208449],[-72.70767793053606,41.580787452059575],[-72.7077339305811,41.58125945214942],[-72.70789293070771,41.58257645240001],[-72.70789493071399,41.582675452419174],[-72.70790793074525,41.58315145251117],[-72.7078919307685,41.58365145260874],[-72.70788993077268,41.58373645262531],[-72.7078799307751,41.58383645264505],[-72.70788893078372,41.58393645266418],[-72.70791393079764,41.58403845268318],[-72.70793893080845,41.58408545269151],[-72.70797393082228,41.58412845269873],[-72.70801893083897,41.58416445270428],[-72.70806893085627,41.584182452706166],[-72.70812493087517,41.5841944527067],[-72.70818693089568,41.58420045270589],[-72.70831393093721,41.58420445270258],[-72.70846193098515,41.58420045269706],[-72.70895793114491,41.58417245267573],[-72.70905393117586,41.58416745267167],[-72.70945793130556,41.58413745265291],[-72.71038593160388,41.58407445261093],[-72.71063893168522,41.58405745259953],[-72.71136693191828,41.583991452563374],[-72.712434932259,41.58387345250623],[-72.71300193243985,41.583810452475824],[-72.71316593249257,41.58379945246843],[-72.71330093253604,41.58379145246255],[-72.71363193264195,41.58376045244591],[-72.71385093271275,41.583752452437345],[-72.7140949327915,41.58374145242738],[-72.7136249326701,41.58429545255001],[-72.71293993249732,41.5851754527428],[-72.7127819324574,41.585377452787085],[-72.7125929324127,41.5856724528504],[-72.7121169323004,41.58642045301085],[-72.71172393221235,41.58712045315935],[-72.71115593210067,41.588405453427],[-72.71084593205339,41.589347453619794],[-72.7105899320253,41.590317453816276],[-72.71000493195905,41.59249845425836],[-72.70938393188906,41.59481945472875],[-72.70936693188598,41.59486245473762],[-72.70935993188625,41.5949074547466],[-72.70931393188101,41.59507845478126],[-72.70917893186703,41.59560445488768],[-72.70888593183365,41.59669345510843],[-72.70888193183332,41.59671045511185],[-72.70845093175853,41.59786045534884],[-72.70793693165345,41.59895245557724],[-72.707792931621,41.59920545563095],[-72.70763893158745,41.59949645569236],[-72.70715693147591,41.60029245586229],[-72.70693793142247,41.60060545593006],[-72.70638993129069,41.601422456106164],[-72.70621793124944,41.60168145616194],[-72.70522893101263,41.60317445648336],[-72.70517193099892,41.60325945650168],[-72.70491393090695,41.60311845648259],[-72.70465593081505,41.6029784564637],[-72.70414193063188,41.602698456425834],[-72.70402693059093,41.6026364564175],[-72.70355393042257,41.60238245638337],[-72.70304493024996,41.602259456375805],[-72.70108092960598,41.60217245642189],[-72.70023192931662,41.60194145640429],[-72.69999592923618,41.60187745639942],[-72.69948792906251,41.60173045638718],[-72.69897992888892,41.601584456375136],[-72.69799192854586,41.60120445633306],[-72.69706092822263,41.600847456293614],[-72.69651192801557,41.60034745621418],[-72.69606992787715,41.60044245624677],[-72.69539292767986,41.60084645634687],[-72.69523392763455,41.600959456373886],[-72.69479492750969,41.60127545644927],[-72.69430192735807,41.60143045649517]]]},"properties":{"name":5413,"geoid":"09007541300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.65181891057956,41.54930344773081],[-72.65216891068387,41.549134447686775],[-72.6522529107092,41.54909944767729],[-72.65257391080479,41.54894344763672],[-72.65269591084186,41.54889744762388],[-72.65276391086337,41.54888644761956],[-72.65284091088773,41.54887444761478],[-72.65291691091223,41.54887044761158],[-72.6531459109865,41.54886644760347],[-72.65316291097956,41.54864644756018],[-72.65317591097373,41.54846844752517],[-72.65318691097062,41.54835044750189],[-72.65323791097684,41.54816744746468],[-72.65326991098065,41.54805044744092],[-72.65336391100024,41.547856447400214],[-72.65354791104131,41.54752444732981],[-72.65375691111393,41.547606447339085],[-72.65381091113224,41.547619447339876],[-72.65386391115022,41.54763244734071],[-72.65395491118049,41.547644447340126],[-72.65410491122928,41.54764444733534],[-72.65438591132006,41.54763344732423],[-72.65464791140506,41.547629447315074],[-72.6549289114963,41.54762644730552],[-72.65516391157252,41.54762244729725],[-72.65587191180224,41.54761244727269],[-72.65610891187916,41.54760944726453],[-72.65632691195002,41.54760844725738],[-72.65671991207779,41.54760744724462],[-72.656982912163,41.54760144723506],[-72.65701191217244,41.54760144723413],[-72.65720091223284,41.547582447224386],[-72.65729491226222,41.547561447217326],[-72.65744391230895,41.54753044720653],[-72.65757291234824,41.54748344719327],[-72.65766491237635,41.54745144718413],[-72.65778491241191,41.547390447168425],[-72.65788291244104,41.547341447155766],[-72.6581339125139,41.54718644711762],[-72.65824891254736,41.54711644710034],[-72.65847891261362,41.54696544706366],[-72.6585229126264,41.546938447056995],[-72.65874991269266,41.54680444702371],[-72.65874391268747,41.54674744701282],[-72.6587749126941,41.54668644699998],[-72.65892291273296,41.546522446963365],[-72.65899791275169,41.546422446941534],[-72.65901891275661,41.546388446934245],[-72.65916791279199,41.54615744688461],[-72.65918991279898,41.54615444688331],[-72.65925891282114,41.546149446880136],[-72.65928191282856,41.546148446879215],[-72.65930391286125,41.546599446966155],[-72.65930791286522,41.54664644697517],[-72.65931291286938,41.54669144698375],[-72.65931391290984,41.54740044712152],[-72.6592959129461,41.5481444472667],[-72.659292912953,41.54828344729381],[-72.6592499129569,41.548599447356594],[-72.65923891295559,41.54863944736472],[-72.65919391294995,41.54879844739706],[-72.65916191294606,41.548913447420446],[-72.65903791292592,41.549270447493775],[-72.65898391291725,41.54942744752602],[-72.65890491290429,41.54965244757227],[-72.65883691289343,41.54985144761311],[-72.65867491286781,41.55032944771119],[-72.65859891285594,41.55055644775774],[-72.65856391285011,41.550654447777895],[-72.65845791283233,41.55094944783861],[-72.65842391282688,41.551048447858946],[-72.65838391282173,41.55118744788723],[-72.65837491282072,41.55122144789413],[-72.65834991282058,41.55136244792233],[-72.6583499128352,41.55162044797246],[-72.65834991284346,41.55176644800084],[-72.65835991286727,41.552129448071064],[-72.65839291293982,41.553221448282216],[-72.65840191295783,41.55348744833361],[-72.65842991297225,41.55358144835098],[-72.65859391302095,41.55349944832982],[-72.65864391303575,41.55347344832316],[-72.6590039131425,41.55329044827611],[-72.65928491322546,41.553141448238165],[-72.65949791328848,41.55303044820979],[-72.65954791330326,41.55300444820313],[-72.65970091334862,41.552926448183094],[-72.65975191336378,41.55290144817662],[-72.65986891339845,41.55284144816121],[-72.66021991350247,41.5526624481152],[-72.66033791353752,41.55260344809998],[-72.660591913613,41.552477448067364],[-72.66134991383856,41.55210644797105],[-72.66135691384062,41.55210244797005],[-72.6616179139191,41.551989447939754],[-72.66179191397096,41.55190544791786],[-72.66192091400946,41.55184444790189],[-72.66219291409114,41.551724447869866],[-72.66232591413174,41.551677447856484],[-72.66250891418765,41.55161344783821],[-72.66274391425955,41.55153344781515],[-72.66344891447541,41.55129544774637],[-72.6636849145477,41.551216447723476],[-72.66375691456997,41.551196447717295],[-72.66384091459565,41.55116744770897],[-72.66386391460274,41.55116044770688],[-72.6643059147391,41.5510294476673],[-72.66431191474082,41.55102544766633],[-72.66446091478534,41.550955447647965],[-72.66451691480734,41.5510224476592],[-72.66452791481166,41.55103544766136],[-72.66460291483985,41.55110244767199],[-72.66469191487218,41.5511624476808],[-72.66472791488437,41.55117044768121],[-72.66481391491345,41.551190447682345],[-72.66504991499022,41.5511904476748],[-72.66575791522052,41.55119044765216],[-72.6658779152596,41.55119144764852],[-72.66599391529786,41.55120044764658],[-72.66600591530182,41.55120144764638],[-72.66615591535249,41.55123444764801],[-72.66621191537199,41.551257447650684],[-72.66623491538004,41.551267447651895],[-72.66632891541401,41.55132744766055],[-72.66639291543795,41.55138244766919],[-72.66671191556028,41.55171044772273],[-72.66686991562091,41.55187344774937],[-72.66688491562738,41.55190144775433],[-72.6669309156471,41.55198544776918],[-72.66694691565395,41.552014447774305],[-72.66696691566223,41.552045447779676],[-72.66702691568717,41.552141447796416],[-72.66704791569582,41.55217344780197],[-72.66691991566691,41.55239844784978],[-72.66675591562779,41.55264944790381],[-72.66658291558748,41.55293144796413],[-72.66656491558338,41.55296244797073],[-72.66628191551956,41.55346044807655],[-72.66609891548067,41.55382544815333],[-72.66546391536066,41.555352448470344],[-72.66539891534845,41.555510448503114],[-72.66535091534044,41.55564444853069],[-72.66523291532619,41.55607044861725],[-72.66520391532423,41.55620244864381],[-72.66512591531847,41.55654844871353],[-72.66506691531423,41.55681244876672],[-72.66487191529453,41.55758444892295],[-72.6647859152861,41.557929448992745],[-72.66467691525348,41.557979449005934],[-72.66442491517721,41.558080449033625],[-72.6642549151259,41.558150449052654],[-72.6638729150095,41.55828944909187],[-72.66349791489414,41.55840644912658],[-72.66331391483679,41.55845044914102],[-72.6629349147187,41.55854244917102],[-72.661499914272,41.55889744928586],[-72.6611769141704,41.55895844930804],[-72.66100991411862,41.559003449322105],[-72.66081091405648,41.55904944933741],[-72.66015991385434,41.55921944939126],[-72.65932891359954,41.55949344947103],[-72.65909291352776,41.55958144949568],[-72.6582559132716,41.5598664495778],[-72.65838691332537,41.56006344961188],[-72.65903091359561,41.561135449799586],[-72.6595009137923,41.56190844993476],[-72.65944591377537,41.56192544993981],[-72.65928391372557,41.5619764499549],[-72.65922991370903,41.5619944499601],[-72.65906191365708,41.56204244997481],[-72.65855991350216,41.562190450019614],[-72.6583929134506,41.56223945003447],[-72.65806591334967,41.562335450063564],[-72.65708591304724,41.56262445015104],[-72.65675991294667,41.56272145018029],[-72.65663391290778,41.56275845019152],[-72.65625891279213,41.562870450225255],[-72.65613491275394,41.562908450236606],[-72.65595791269926,41.56295945025216],[-72.6554299125362,41.56311345029895],[-72.65525391248191,41.56316545031467],[-72.655177912448,41.563003450285635],[-72.65495091234673,41.562519450198856],[-72.6548759123132,41.562358450169974],[-72.65486591230905,41.56234245016718],[-72.6548379122974,41.56229745015934],[-72.65482891229361,41.562282450156694],[-72.65432591206768,41.56118244995907],[-72.65345091170627,41.559827449723755],[-72.65337491167489,41.559709449703256],[-72.65314791158114,41.55935844964231],[-72.65307291155013,41.559241449621965],[-72.65290391148059,41.55898444957743],[-72.65239991127304,41.55821444944391],[-72.6522319112039,41.557958449399536],[-72.65236591124398,41.557896449383215],[-72.65276991136503,41.55771344933475],[-72.65290491140547,41.55765244931858],[-72.65275491134396,41.55742744927964],[-72.65230591115969,41.55675244916283],[-72.65215691109852,41.556528449124066],[-72.6522659111316,41.55648644911243],[-72.65259591123193,41.55636244907778],[-72.65270691126572,41.55632144906627],[-72.65306091137329,41.55618744902893],[-72.6530939113833,41.55617444902534],[-72.65425891173753,41.55573744890321],[-72.65464791185586,41.555592448862605],[-72.65458491181911,41.555305448808845],[-72.65455791180314,41.555178448785036],[-72.65435291169568,41.554458448651665],[-72.65427291165375,41.554177448599624],[-72.65421291162788,41.55406544857977],[-72.65403391155064,41.553729448520194],[-72.65397491152515,41.5536184485005],[-72.65385791147489,41.55340244846227],[-72.65350991132505,41.55275544834764],[-72.65339391127513,41.55254044830958],[-72.6533269112465,41.552419448288205],[-72.65316891117885,41.55213244823749],[-72.65313091116212,41.55205544822373],[-72.65307191113592,41.55193144820151],[-72.65290591108418,41.55197144821459],[-72.6524079109292,41.5520954482546],[-72.65224291087786,41.55213644826783],[-72.65214991083418,41.55189944822475],[-72.65210091080891,41.55173444819424],[-72.6520729107917,41.55159144816736],[-72.65206291078296,41.551494448148816],[-72.65205691077007,41.551301448111495],[-72.65207291075751,41.550987448049966],[-72.65207591074784,41.55079944801332],[-72.6520699107353,41.55061244797719],[-72.65196191066447,41.549981447857995],[-72.65192091063561,41.54970744780605],[-72.65185891060015,41.54943744775555],[-72.65181891057956,41.54930344773081]]]},"properties":{"name":5415,"geoid":"09007541500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.65215691109852,41.556528449124066],[-72.65230591115969,41.55675244916283],[-72.65275491134396,41.55742744927964],[-72.65290491140547,41.55765244931858],[-72.65276991136503,41.55771344933475],[-72.65236591124398,41.557896449383215],[-72.6522319112039,41.557958449399536],[-72.65239991127304,41.55821444944391],[-72.65290391148059,41.55898444957743],[-72.65307291155013,41.559241449621965],[-72.65314791158114,41.55935844964231],[-72.65337491167489,41.559709449703256],[-72.65345091170627,41.559827449723755],[-72.65432591206768,41.56118244995907],[-72.65482891229361,41.562282450156694],[-72.6548379122974,41.56229745015934],[-72.65486591230905,41.56234245016718],[-72.6548759123132,41.562358450169974],[-72.65495091234673,41.562519450198856],[-72.655177912448,41.563003450285635],[-72.65525391248191,41.56316545031467],[-72.65511091243759,41.56320445032682],[-72.6546819123047,41.56332245036345],[-72.65453991226079,41.56336245037576],[-72.65402891210337,41.56351845042241],[-72.65249691163166,41.56398945056286],[-72.6519869114747,41.56414745060985],[-72.65201391148642,41.56419945061909],[-72.65209491152171,41.5643574506472],[-72.65212291153384,41.564410450656595],[-72.65214091154161,41.56444445066264],[-72.65218191155931,41.564521450676274],[-72.65236091163658,41.564857450735836],[-72.65242091166245,41.564969450755676],[-72.65243591166902,41.564999450761036],[-72.65248091168893,41.56509245077766],[-72.6524969116959,41.56512345078317],[-72.65262491174286,41.56521745079734],[-72.65287491184844,41.56564545087251],[-72.65312591194449,41.56589945091383],[-72.65350391207046,41.565952450912036],[-72.65341491204525,41.566018450927714],[-72.6533059120155,41.566119450950815],[-72.65332491202224,41.56612945095215],[-72.65336591203666,41.566148450954536],[-72.65354691210054,41.56623645096584],[-72.65360791212208,41.56626645096973],[-72.65375891217342,41.56630545097247],[-72.65406091227791,41.5664154509842],[-72.65414191230595,41.56644545098743],[-72.654274912354,41.566529450999504],[-72.65430991236674,41.566553451003045],[-72.65437491239076,41.56660445101086],[-72.6544619124253,41.56671445102947],[-72.65451991245152,41.56684445105286],[-72.65453691246154,41.566923451067666],[-72.654536912471,41.56709045110011],[-72.65450391246847,41.56723545112932],[-72.65441891244966,41.567391451162344],[-72.65427791241122,41.5675224511923],[-72.65425991240552,41.56752545119347],[-72.65418491238205,41.56754145119898],[-72.65407991235185,41.567611451215924],[-72.65397891232159,41.56765745122809],[-72.65382991227698,41.56772545124606],[-72.65351591218253,41.56786145128252],[-72.65315091207283,41.568021451325265],[-72.6531139120617,41.56803745132954],[-72.65257891190112,41.56827545139288],[-72.65226691180756,41.56841545143004],[-72.6521769117805,41.568454451440495],[-72.65212791176586,41.56847745144652],[-72.65190591169873,41.56856745147112],[-72.65181591167159,41.56860545148137],[-72.65176191165526,41.568627451487366],[-72.6515969116046,41.568680451502935],[-72.65154291158804,41.56869845150814],[-72.65142191155068,41.56873345151882],[-72.65118691147822,41.568804451540124],[-72.65105791143779,41.56883145154948],[-72.65093491139925,41.56885745155846],[-72.65084991137222,41.56886845156332],[-72.65066091131226,41.56889545157458],[-72.65059691129196,41.56890445157838],[-72.65051291126537,41.568917451583594],[-72.65009691113353,41.56897945160894],[-72.64988191106545,41.56901245162222],[-72.64925091086553,41.56910745166083],[-72.64885191073905,41.56916645168504],[-72.64884391073657,41.569168451685684],[-72.64843691060763,41.569229451710534],[-72.64843891060612,41.569191451703084],[-72.648442910577,41.56865445159865],[-72.64844591056385,41.568405451550184],[-72.64844891054439,41.56804445147996],[-72.64845591053556,41.56784845144165],[-72.64824191044215,41.56742845136691],[-72.64803391035223,41.567035451297194],[-72.64801291034307,41.56699445128991],[-72.64797491032662,41.56692245127714],[-72.64774291022957,41.566541451210526],[-72.64768091020447,41.566454451195625],[-72.64766491019796,41.56643145119165],[-72.64734391006779,41.565977451113696],[-72.64708690996484,41.565635451055485],[-72.64703390994356,41.565564451043365],[-72.64657490976575,41.56506145096031],[-72.64616890960882,41.564622450887995],[-72.64568790942417,41.5641254508068],[-72.64528190927007,41.563736450744194],[-72.64496090914928,41.563447450698284],[-72.64472890906315,41.563259450669186],[-72.64472590906199,41.56325645066868],[-72.6442979089036,41.56291845061669],[-72.64379890872597,41.562648450580156],[-72.64330990855144,41.56237545054273],[-72.64312890848682,41.562274450528896],[-72.64181390802183,41.561617450443244],[-72.64131390784506,41.561368450410825],[-72.64142290787316,41.56123845038208],[-72.64153190790127,41.561108450353345],[-72.64245090813804,41.56000945011045],[-72.64308090829455,41.55915344992401],[-72.64373890846875,41.55844944976621],[-72.64383990849556,41.55834244974218],[-72.64392190851731,41.558255449722665],[-72.6439219085151,41.55821644971508],[-72.64387590849583,41.558140449701774],[-72.64401290853674,41.558075449684786],[-72.64405190855177,41.558117449691686],[-72.6444559087109,41.558606449773805],[-72.64443290870597,41.558651449783284],[-72.64463090878465,41.55890344982593],[-72.64494390890681,41.559262449885686],[-72.64532590905847,41.55974644996754],[-72.64537090907595,41.55979644997582],[-72.64547590910817,41.55976244996585],[-72.64582890924736,41.560192450038144],[-72.64591990928126,41.56026845005001],[-72.64590690927261,41.56019045003526],[-72.64574090920277,41.559910449986155],[-72.6454469090809,41.559447449905576],[-72.64539390905743,41.55933744988591],[-72.64538190905031,41.55928044987521],[-72.6453939090499,41.55920444986006],[-72.64540290905164,41.55918344985569],[-72.64546490906761,41.559109449839326],[-72.64550490907929,41.55908544983338],[-72.6455099090808,41.55908344983283],[-72.64559690910718,41.55904944982347],[-72.64575590915652,41.559007449810224],[-72.64589290919946,41.5589784498002],[-72.64589090919795,41.55896344979735],[-72.6458859091939,41.55892044978917],[-72.64588490919277,41.55890644978648],[-72.64596990921872,41.55887644977792],[-72.6462269092973,41.55878744975243],[-72.64631290932363,41.55875844974404],[-72.64668390943703,41.55862944970713],[-72.64682890948137,41.558579449692786],[-72.64755490970164,41.55829844961499],[-72.64778590977147,41.55820444958935],[-72.64815090988188,41.558057449549125],[-72.64836590994706,41.55797344952594],[-72.64901391014371,41.55772344945667],[-72.64922991020929,41.55764044943363],[-72.64942491026865,41.55756844941342],[-72.65000991044678,41.55735344935296],[-72.65020591050653,41.55728244933291],[-72.65027191052641,41.55725444932535],[-72.65041591056992,41.55719544930929],[-72.6504729105872,41.55717344930319],[-72.65054091060792,41.557148449296164],[-72.65086391070604,41.557025449261936],[-72.65105691076475,41.55695344924179],[-72.65183391100045,41.55665244915847],[-72.65215691109852,41.556528449124066]]]},"properties":{"name":5416,"geoid":"09007541600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.64131390784506,41.561368450410825],[-72.64114590778571,41.56128545040007],[-72.63995990737564,41.560857450354746],[-72.63887190699943,41.560464450313134],[-72.6386829069341,41.560396450305966],[-72.63859190690482,41.56040245031003],[-72.63642590620763,41.56053445040484],[-72.63570390597515,41.56057745043623],[-72.63425990551036,41.56066545049943],[-72.63431790552326,41.560560450477176],[-72.63434990553036,41.560501450464685],[-72.63437590553625,41.56045645045512],[-72.63450290556467,41.56022845040677],[-72.63469390561782,41.560069450369774],[-72.63483890565827,41.55995045034202],[-72.63485290565941,41.5598904503299],[-72.63489890566419,41.55971045029346],[-72.63491390566574,41.559651450281535],[-72.63490390566123,41.55962945027757],[-72.63487690564871,41.55956345026561],[-72.63486790564461,41.55954245026181],[-72.63485790563993,41.55951745025726],[-72.63479290560821,41.55933045022301],[-72.63475590559074,41.55923445020553],[-72.63464190553951,41.558984450160594],[-72.6345129054864,41.55878745012643],[-72.63436390542621,41.558580450090965],[-72.63419590535825,41.55834545005066],[-72.63399290527427,41.55802844999554],[-72.6339129052393,41.557870449967396],[-72.633464904994,41.55611044963967],[-72.63331290491062,41.55551044952793],[-72.63321890485888,41.555136449458224],[-72.63309490477923,41.55444144932712],[-72.6330459047523,41.55424744929098],[-72.63289890467168,41.55366744918297],[-72.63289590466985,41.553652449180134],[-72.63282090463599,41.55348544915009],[-72.63274990460701,41.553381449132125],[-72.63258190453456,41.553066449076276],[-72.63253590451421,41.55297144905928],[-72.63214290434098,41.552168448915765],[-72.63174790416868,41.55139444877793],[-72.63148190405256,41.550871448684774],[-72.63134790399009,41.550537448624134],[-72.630899903754,41.54893944832782],[-72.63070490364987,41.548219448194104],[-72.63058690359537,41.54793444814246],[-72.63033690349414,41.54758244808202],[-72.6302059034439,41.54744744805995],[-72.63039490349959,41.5473454480341],[-72.63065190357479,41.54719644799694],[-72.63065390357544,41.54719644799688],[-72.6308429036311,41.547093447970816],[-72.63106190369561,41.546974447940705],[-72.63163790387887,41.54690144790814],[-72.63310090435044,41.54682444784649],[-72.63332790442428,41.54682444783924],[-72.63350390448073,41.546810447830914],[-72.63375290455943,41.54676944781498],[-72.63382690458491,41.54679444781749],[-72.63388390460457,41.546814447819564],[-72.634057904663,41.54684644782024],[-72.63413590468923,41.54686144782067],[-72.63416190469795,41.546866447820804],[-72.63467990487132,41.54695244782099],[-72.63595890529956,41.54716744782197],[-72.63628490541029,41.54725044782769],[-72.63630590541756,41.54725844782859],[-72.63658490551427,41.547363447840084],[-72.63681890559597,41.54746244785186],[-72.63706290568108,41.54756344786371],[-72.63756090585477,41.54777044788805],[-72.63779990593733,41.54785544789694],[-72.63804990602374,41.54794544790645],[-72.63814990605832,41.54798144791027],[-72.6384499061622,41.54809244792226],[-72.63855090619714,41.54812944792622],[-72.63865490623289,41.54816344792951],[-72.63877390627387,41.548203447933496],[-72.6389669063406,41.54827344794094],[-72.63907090637659,41.548311447945004],[-72.63918990641835,41.548365447951696],[-72.63943590650464,41.54847644796543],[-72.63954990654469,41.5485284479719],[-72.63966990658682,41.54858344797875],[-72.63973990660422,41.54848844795805],[-72.63980090662068,41.54842844794445],[-72.63984390663336,41.548405447938606],[-72.63985490663666,41.54840044793729],[-72.63997190667295,41.548369447927534],[-72.64024890676251,41.54835944791673],[-72.64047990683855,41.54837544791246],[-72.64059390687723,41.548403447914275],[-72.64062490688778,41.548411447914845],[-72.64070690691624,41.548443447918444],[-72.64082690695855,41.54850144792589],[-72.64092790699412,41.54854944793199],[-72.64119390708797,41.548678447948575],[-72.64123190710127,41.548695447950664],[-72.64133490713745,41.54874244795651],[-72.64163790724406,41.548884447974444],[-72.64169590726443,41.54891144797785],[-72.64185290731908,41.54897444798506],[-72.6419819073637,41.549021447990086],[-72.6421369074166,41.54906544799369],[-72.64229490747005,41.549101447995646],[-72.64245490752386,41.549132447996556],[-72.64260290757295,41.54914944799514],[-72.64261790757794,41.54915144799505],[-72.64279990763879,41.54918044799488],[-72.64293590768365,41.549191447992676],[-72.64311890774454,41.549215447991486],[-72.6431439077529,41.549219447991476],[-72.64366990792706,41.54927344798518],[-72.64372990794698,41.54928044798462],[-72.64385390798832,41.54929844798416],[-72.6441659080923,41.54934244798275],[-72.64439790817033,41.54938744798408],[-72.64448290819894,41.549404447984685],[-72.64569090860667,41.549665447996844],[-72.64601490871648,41.54974344800166],[-72.64623190879001,41.54979544800483],[-72.6463709088386,41.54985544801206],[-72.64645990887045,41.54990644801913],[-72.64651590889154,41.54995744802724],[-72.64664490893153,41.54992244801634],[-72.64696690903413,41.54988444799866],[-72.64727790913588,41.54989444799067],[-72.64733890915582,41.549896447989106],[-72.6477489092879,41.54987344797154],[-72.64825290944528,41.549757447932905],[-72.64901990968012,41.54949844785808],[-72.64924690974632,41.5493634478246],[-72.6494149097991,41.549330447812814],[-72.64949090982417,41.549336447811555],[-72.64956090984728,41.549342447810496],[-72.64994090997774,41.549463447821864],[-72.65013091004151,41.54949844782261],[-72.65021091006714,41.54949144781868],[-72.65023591007456,41.54947844781536],[-72.65020091007013,41.549601447840395],[-72.65009691005717,41.54997044791543],[-72.65006291005312,41.550094447940616],[-72.6502149100985,41.55002244792176],[-72.65181891057956,41.54930344773081],[-72.65185891060015,41.54943744775555],[-72.65192091063561,41.54970744780605],[-72.65196191066447,41.549981447857995],[-72.6520699107353,41.55061244797719],[-72.65207591074784,41.55079944801332],[-72.65207291075751,41.550987448049966],[-72.65205691077007,41.551301448111495],[-72.65206291078296,41.551494448148816],[-72.6520729107917,41.55159144816736],[-72.65210091080891,41.55173444819424],[-72.65214991083418,41.55189944822475],[-72.65224291087786,41.55213644826783],[-72.6524079109292,41.5520954482546],[-72.65290591108418,41.55197144821459],[-72.65307191113592,41.55193144820151],[-72.65313091116212,41.55205544822373],[-72.65316891117885,41.55213244823749],[-72.6533269112465,41.552419448288205],[-72.65339391127513,41.55254044830958],[-72.65350991132505,41.55275544834764],[-72.65385791147489,41.55340244846227],[-72.65397491152515,41.5536184485005],[-72.65403391155064,41.553729448520194],[-72.65421291162788,41.55406544857977],[-72.65427291165375,41.554177448599624],[-72.65435291169568,41.554458448651665],[-72.65455791180314,41.555178448785036],[-72.65458491181911,41.555305448808845],[-72.65464791185586,41.555592448862605],[-72.65425891173753,41.55573744890321],[-72.6530939113833,41.55617444902534],[-72.65306091137329,41.55618744902893],[-72.65270691126572,41.55632144906627],[-72.65259591123193,41.55636244907778],[-72.6522659111316,41.55648644911243],[-72.65215691109852,41.556528449124066],[-72.65183391100045,41.55665244915847],[-72.65105691076475,41.55695344924179],[-72.65086391070604,41.557025449261936],[-72.65054091060792,41.557148449296164],[-72.6504729105872,41.55717344930319],[-72.65041591056992,41.55719544930929],[-72.65027191052641,41.55725444932535],[-72.65020591050653,41.55728244933291],[-72.65000991044678,41.55735344935296],[-72.64942491026865,41.55756844941342],[-72.64922991020929,41.55764044943363],[-72.64901391014371,41.55772344945667],[-72.64836590994706,41.55797344952594],[-72.64815090988188,41.558057449549125],[-72.64778590977147,41.55820444958935],[-72.64755490970164,41.55829844961499],[-72.64682890948137,41.558579449692786],[-72.64668390943703,41.55862944970713],[-72.64631290932363,41.55875844974404],[-72.6462269092973,41.55878744975243],[-72.64596990921872,41.55887644977792],[-72.64588490919277,41.55890644978648],[-72.6458859091939,41.55892044978917],[-72.64589090919795,41.55896344979735],[-72.64589290919946,41.5589784498002],[-72.64575590915652,41.559007449810224],[-72.64559690910718,41.55904944982347],[-72.6455099090808,41.55908344983283],[-72.64550490907929,41.55908544983338],[-72.64546490906761,41.559109449839326],[-72.64540290905164,41.55918344985569],[-72.6453939090499,41.55920444986006],[-72.64538190905031,41.55928044987521],[-72.64539390905743,41.55933744988591],[-72.6454469090809,41.559447449905576],[-72.64574090920277,41.559910449986155],[-72.64590690927261,41.56019045003526],[-72.64591990928126,41.56026845005001],[-72.64582890924736,41.560192450038144],[-72.64547590910817,41.55976244996585],[-72.64537090907595,41.55979644997582],[-72.64532590905847,41.55974644996754],[-72.64494390890681,41.559262449885686],[-72.64463090878465,41.55890344982593],[-72.64443290870597,41.558651449783284],[-72.6444559087109,41.558606449773805],[-72.64405190855177,41.558117449691686],[-72.64401290853674,41.558075449684786],[-72.64387590849583,41.558140449701774],[-72.6439219085151,41.55821644971508],[-72.64392190851731,41.558255449722665],[-72.64383990849556,41.55834244974218],[-72.64373890846875,41.55844944976621],[-72.64308090829455,41.55915344992401],[-72.64245090813804,41.56000945011045],[-72.64153190790127,41.561108450353345],[-72.64142290787316,41.56123845038208],[-72.64131390784506,41.561368450410825]]]},"properties":{"name":5417,"geoid":"09007541700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.65959491210712,41.53159944404089],[-72.6595529120946,41.531619444046136],[-72.65942991205817,41.531682444062305],[-72.65938891204601,41.5317034440677],[-72.65931291202338,41.531740444077315],[-72.65908591195605,41.53185544410693],[-72.65901091193382,41.53189344411672],[-72.65887991189496,41.53195944413372],[-72.658775911865,41.53202844415047],[-72.65812091167228,41.53238744424119],[-72.65805891165424,41.53242444425037],[-72.65784291159144,41.532556444282925],[-72.65762591153053,41.5327274443231],[-72.65750191149661,41.53284044434903],[-72.65740191147025,41.532949444373415],[-72.65714891140621,41.5332724444443],[-72.65700891137375,41.53350344449368],[-72.65605491114601,41.5349624448078],[-72.6560009111332,41.53504644482587],[-72.65548591101353,41.53589244500679],[-72.65543391100184,41.53598444502634],[-72.6552809109679,41.53626444508567],[-72.65522991095656,41.536357445105374],[-72.65517491094407,41.5364524451256],[-72.65501291090767,41.53674044518677],[-72.65495891089553,41.53683644520715],[-72.65482391086577,41.537086445260066],[-72.65441991077695,41.537839445419344],[-72.65428591074757,41.53809044547241],[-72.65408291070283,41.53846644555201],[-72.65347791056989,41.53959544579081],[-72.65327691052583,41.53997244587051],[-72.6532299105166,41.540079445892815],[-72.65308991048941,41.54040344596026],[-72.65305191048219,41.54049444597918],[-72.65304591048124,41.54051244598286],[-72.65300691047547,41.540634446007836],[-72.6528899104583,41.54100344608328],[-72.65285191045288,41.54112644610842],[-72.65267391042623,41.541678446221404],[-72.65214391034763,41.54333644656062],[-72.65196791032169,41.543889446673745],[-72.65191891031513,41.544055446707574],[-72.65188391031059,41.5441764467322],[-72.65176291029245,41.54455144680895],[-72.65171091028492,41.54471744684289],[-72.65166491027868,41.54487144687429],[-72.65152891026081,41.545337446969214],[-72.65148391025494,41.54549244700077],[-72.65136391023725,41.54586944707788],[-72.65109791019857,41.54671544725081],[-72.65100391018414,41.547000447309216],[-72.65088191016578,41.547377447386395],[-72.6507769101503,41.54770744745388],[-72.65046491010484,41.54869744765626],[-72.65036191009007,41.54902844772388],[-72.6503359100867,41.549118447742195],[-72.65026091007753,41.549387447796875],[-72.65023591007456,41.54947844781536],[-72.65021091006714,41.54949144781868],[-72.65013091004151,41.54949844782261],[-72.64994090997774,41.549463447821864],[-72.64956090984728,41.549342447810496],[-72.64949090982417,41.549336447811555],[-72.6494149097991,41.549330447812814],[-72.64924690974632,41.5493634478246],[-72.64901990968012,41.54949844785808],[-72.64825290944528,41.549757447932905],[-72.6477489092879,41.54987344797154],[-72.64733890915582,41.549896447989106],[-72.64727790913588,41.54989444799067],[-72.64696690903413,41.54988444799866],[-72.64664490893153,41.54992244801634],[-72.64651590889154,41.54995744802724],[-72.64645990887045,41.54990644801913],[-72.6463709088386,41.54985544801206],[-72.64623190879001,41.54979544800483],[-72.64601490871648,41.54974344800166],[-72.64569090860667,41.549665447996844],[-72.64448290819894,41.549404447984685],[-72.64439790817033,41.54938744798408],[-72.6441659080923,41.54934244798275],[-72.64385390798832,41.54929844798416],[-72.64372990794698,41.54928044798462],[-72.64366990792706,41.54927344798518],[-72.6431439077529,41.549219447991476],[-72.64311890774454,41.549215447991486],[-72.64293590768365,41.549191447992676],[-72.64279990763879,41.54918044799488],[-72.64261790757794,41.54915144799505],[-72.64260290757295,41.54914944799514],[-72.64245490752386,41.549132447996556],[-72.64229490747005,41.549101447995646],[-72.6421369074166,41.54906544799369],[-72.6419819073637,41.549021447990086],[-72.64185290731908,41.54897444798506],[-72.64169590726443,41.54891144797785],[-72.64163790724406,41.548884447974444],[-72.64133490713745,41.54874244795651],[-72.64123190710127,41.548695447950664],[-72.64119390708797,41.548678447948575],[-72.64092790699412,41.54854944793199],[-72.64082690695855,41.54850144792589],[-72.64070690691624,41.548443447918444],[-72.64062490688778,41.548411447914845],[-72.64059390687723,41.548403447914275],[-72.64047990683855,41.54837544791246],[-72.64024890676251,41.54835944791673],[-72.63997190667295,41.548369447927534],[-72.63985490663666,41.54840044793729],[-72.63984390663336,41.548405447938606],[-72.63980090662068,41.54842844794445],[-72.63973990660422,41.54848844795805],[-72.63966990658682,41.54858344797875],[-72.63954990654469,41.5485284479719],[-72.63943590650464,41.54847644796543],[-72.63918990641835,41.548365447951696],[-72.63907090637659,41.548311447945004],[-72.6389669063406,41.54827344794094],[-72.63877390627387,41.548203447933496],[-72.63865490623289,41.54816344792951],[-72.63855090619714,41.54812944792622],[-72.6384499061622,41.54809244792226],[-72.63814990605832,41.54798144791027],[-72.63804990602374,41.54794544790645],[-72.63779990593733,41.54785544789694],[-72.63756090585477,41.54777044788805],[-72.63706290568108,41.54756344786371],[-72.63681890559597,41.54746244785186],[-72.63658490551427,41.547363447840084],[-72.63630590541756,41.54725844782859],[-72.63628490541029,41.54725044782769],[-72.63595890529956,41.54716744782197],[-72.63467990487132,41.54695244782099],[-72.63416190469795,41.546866447820804],[-72.63413590468923,41.54686144782067],[-72.634057904663,41.54684644782024],[-72.63388390460457,41.546814447819564],[-72.63382690458491,41.54679444781749],[-72.63375290455943,41.54676944781498],[-72.63346090445562,41.546613447793995],[-72.63326890438631,41.54649244777661],[-72.63229190403372,41.54587744768823],[-72.63185390387581,41.545604447649126],[-72.63138190370563,41.54531044760704],[-72.63062890343458,41.544848447541256],[-72.630089903242,41.54454344749916],[-72.62952690304088,41.5442254474553],[-72.6280539025148,41.54339544734093],[-72.62783490243694,41.54327844732519],[-72.62726590223467,41.54297444728422],[-72.62669490200932,41.542273447166174],[-72.62635690187591,41.541858447096274],[-72.62601390174122,41.5414494470277],[-72.62590790169878,41.54130844700365],[-72.62574290163906,41.541201446988126],[-72.62524190144224,41.54060244688766],[-72.62501690135457,41.54034644684506],[-72.6249149013153,41.5402384468273],[-72.62454490117274,41.53984544676269],[-72.6244729011453,41.53977444675119],[-72.62427490107117,41.53960244672407],[-72.62408390099961,41.53943544669769],[-72.62371390086264,41.53914144665234],[-72.62302990061224,41.538647446578096],[-72.62279990052804,41.538481446553156],[-72.62045389967058,41.53681144630323],[-72.62010989954416,41.53655444626423],[-72.61997589949404,41.536438446245945],[-72.61955689933554,41.53604544618289],[-72.61932489924577,41.5357924461411],[-72.61931189924064,41.5357764461384],[-72.61911989916543,41.53555044610057],[-72.61885289905919,41.53520744604239],[-72.61864789897592,41.53491344599175],[-72.61849689891297,41.53466844594893],[-72.61841289887593,41.53449644591816],[-72.61861689893965,41.53444944590253],[-72.61868789896184,41.53443344589714],[-72.61895989904671,41.53436944587604],[-72.61921589912698,41.53431644585756],[-72.61923289913224,41.534311445856055],[-72.61943689919576,41.534261445839824],[-72.61946089920329,41.53425644583808],[-72.61953489922652,41.534241445832805],[-72.61955989923442,41.53423744583123],[-72.61994989935697,41.53416144580402],[-72.62036089948629,41.53408344577576],[-72.62084989964123,41.53401044574597],[-72.62112889973005,41.533976445730474],[-72.62152389985584,41.53392844570854],[-72.62225190009026,41.53388644567717],[-72.62397790064838,41.53382744561067],[-72.62402990066518,41.5338254456086],[-72.62435890077175,41.53381744559657],[-72.6245729008409,41.53380944558819],[-72.6255179011465,41.53377744555183],[-72.62992590257173,41.53362544538171],[-72.63007990262187,41.533626445376996],[-72.6319939032406,41.53355844530272],[-72.63217590329943,41.53355144529557],[-72.63325690364887,41.533513445253675],[-72.63376090381234,41.53350544523606],[-72.63452690405975,41.5334744452056],[-72.63476390413612,41.53346144519551],[-72.63522290428357,41.53342844517445],[-72.6357129044404,41.533383445150065],[-72.63632190463402,41.53330444511528],[-72.63709890488008,41.53318644506754],[-72.63763190504864,41.53310144503402],[-72.63861090535893,41.53295744497477],[-72.63944990562601,41.53285444492798],[-72.63960490567557,41.53283944492012],[-72.6406059059959,41.53274644487009],[-72.64167590633906,41.53266044481923],[-72.64189990641069,41.5326384448078],[-72.64197990643648,41.53263444480447],[-72.64377690701362,41.53250444472185],[-72.6439379070653,41.532492444714386],[-72.64442290722106,41.532457444692106],[-72.64458490727314,41.53244644468479],[-72.64484390735716,41.53244244467573],[-72.6448659073643,41.53244244467504],[-72.6451529074584,41.53245544466841],[-72.64537490753239,41.53248744466755],[-72.64560190760895,41.53253544466964],[-72.64561390761303,41.53253844466985],[-72.64586590769859,41.53260244467425],[-72.64593190772153,41.53262844467719],[-72.64613290779131,41.53270644468593],[-72.64619990781458,41.53273244468886],[-72.64633990786318,41.53278644469489],[-72.64648890791491,41.53284444470141],[-72.64669190798455,41.532908444707374],[-72.64676990801101,41.53292744470858],[-72.6469169080609,41.53296444471108],[-72.64701090809237,41.5329804447112],[-72.64716390814367,41.533007444711565],[-72.64729690818777,41.53302244471023],[-72.64739290821963,41.53303344470929],[-72.64762590829524,41.53303044470128],[-72.64765790830565,41.53303044470026],[-72.64796190840329,41.53300844468629],[-72.64822090848536,41.532970444670624],[-72.64831990851627,41.53294744466299],[-72.64854790858759,41.53289744464599],[-72.64873590864542,41.532838444628524],[-72.64877990865898,41.532825444624585],[-72.64901690873036,41.532724444597385],[-72.64927090880528,41.53258844456282],[-72.649445908857,41.53249644453936],[-72.64963290891124,41.53238044451083],[-72.64967390892323,41.53235644450486],[-72.64990790899212,41.5322284444725],[-72.65020490908142,41.53209944443794],[-72.65040490914234,41.53202644441736],[-72.65044790915547,41.53201144441307],[-72.65066090922119,41.53194844439401],[-72.65089790929574,41.5319034443777],[-72.65142190946277,41.531843444349306],[-72.65145090947202,41.53184044434781],[-72.65279190990246,41.53173944428535],[-72.6538389102385,41.53166044423657],[-72.65463591049435,41.531600444199434],[-72.6546399104956,41.531599444199124],[-72.65465491050045,41.53159944419865],[-72.65465991050209,41.53159944419849],[-72.6549889106083,41.53158544418527],[-72.65518891067205,41.53156244417441],[-72.65535791072634,41.53155044416667],[-72.6561529109819,41.53149744413099],[-72.65716591130666,41.53141444408249],[-72.65745291139922,41.53140044407061],[-72.65780591151318,41.53138544405641],[-72.65815091162742,41.53142144405241],[-72.65835891169642,41.531445444050426],[-72.65838691170575,41.531449444050324],[-72.65851191174747,41.53146844405002],[-72.6586819118048,41.53150444405159],[-72.65897891190417,41.53155344405163],[-72.65901491191623,41.53155944405165],[-72.65918891197356,41.53157244404861],[-72.65926991200018,41.531577444047],[-72.65942091204997,41.53158944404451],[-72.65951291208016,41.53159444404255],[-72.65959491210712,41.53159944404089]]]},"properties":{"name":5420,"geoid":"09007542000"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.65181891057956,41.54930344773081],[-72.6502149100985,41.55002244792176],[-72.65006291005312,41.550094447940616],[-72.65009691005717,41.54997044791543],[-72.65020091007013,41.549601447840395],[-72.65023591007456,41.54947844781536],[-72.65026091007753,41.549387447796875],[-72.6503359100867,41.549118447742195],[-72.65036191009007,41.54902844772388],[-72.65046491010484,41.54869744765626],[-72.6507769101503,41.54770744745388],[-72.65088191016578,41.547377447386395],[-72.65100391018414,41.547000447309216],[-72.65109791019857,41.54671544725081],[-72.65136391023725,41.54586944707788],[-72.65148391025494,41.54549244700077],[-72.65152891026081,41.545337446969214],[-72.65166491027868,41.54487144687429],[-72.65171091028492,41.54471744684289],[-72.65176291029245,41.54455144680895],[-72.65188391031059,41.5441764467322],[-72.65191891031513,41.544055446707574],[-72.65196791032169,41.543889446673745],[-72.65214391034763,41.54333644656062],[-72.65267391042623,41.541678446221404],[-72.65285191045288,41.54112644610842],[-72.6528899104583,41.54100344608328],[-72.65300691047547,41.540634446007836],[-72.65304591048124,41.54051244598286],[-72.65305191048219,41.54049444597918],[-72.65308991048941,41.54040344596026],[-72.6532299105166,41.540079445892815],[-72.65327691052583,41.53997244587051],[-72.65347791056989,41.53959544579081],[-72.65408291070283,41.53846644555201],[-72.65428591074757,41.53809044547241],[-72.65441991077695,41.537839445419344],[-72.65482391086577,41.537086445260066],[-72.65495891089553,41.53683644520715],[-72.65501291090767,41.53674044518677],[-72.65517491094407,41.5364524451256],[-72.65522991095656,41.536357445105374],[-72.6552809109679,41.53626444508567],[-72.65543391100184,41.53598444502634],[-72.65548591101353,41.53589244500679],[-72.6560009111332,41.53504644482587],[-72.65605491114601,41.5349624448078],[-72.65700891137375,41.53350344449368],[-72.65714891140621,41.5332724444443],[-72.65740191147025,41.532949444373415],[-72.65750191149661,41.53284044434903],[-72.65762591153053,41.5327274443231],[-72.65784291159144,41.532556444282925],[-72.65805891165424,41.53242444425037],[-72.65812091167228,41.53238744424119],[-72.658775911865,41.53202844415047],[-72.65887991189496,41.53195944413372],[-72.65901091193382,41.53189344411672],[-72.65908591195605,41.53185544410693],[-72.65931291202338,41.531740444077315],[-72.65938891204601,41.5317034440677],[-72.65942991205817,41.531682444062305],[-72.6595529120946,41.531619444046136],[-72.65959491210712,41.53159944404089],[-72.65972191214458,41.53153144402363],[-72.65975791215516,41.531511444018584],[-72.65992091220319,41.531423443996275],[-72.66014991226957,41.53128044396115],[-72.66022791229128,41.53121544394602],[-72.66037191233148,41.53109844391868],[-72.66064391240421,41.53082044385593],[-72.66089291246773,41.5305114437879],[-72.66113691252774,41.53016944371361],[-72.66324391304664,41.52722844307444],[-72.66381591318759,41.52643144290119],[-72.66395291322202,41.52625244286201],[-72.6639629132252,41.52625144286151],[-72.66409391326566,41.52621344284992],[-72.66410091326766,41.52620844284873],[-72.66421791330153,41.52613444283059],[-72.66438491333999,41.52585444277083],[-72.6644519133555,41.52574344274709],[-72.6644699133604,41.52572644274322],[-72.66450491337268,41.52574244274521],[-72.66460491341097,41.525844442761844],[-72.66465791343708,41.526001442790694],[-72.6646649134469,41.52613444281632],[-72.66467091345372,41.52622044283286],[-72.66467791347144,41.526493442885716],[-72.66469891348724,41.52665244291597],[-72.66474291351055,41.52681144294547],[-72.66487091357271,41.52717444301197],[-72.66489791358674,41.5272674430292],[-72.66491791359947,41.52737744304995],[-72.66493991361574,41.52753844308055],[-72.66500791366477,41.52801444317094],[-72.66509691372957,41.52864844329137],[-72.66526691385305,41.529853443520246],[-72.66533091390463,41.530397443623976],[-72.66533391391442,41.53055344365422],[-72.66534291393552,41.53087444371634],[-72.6653639139483,41.530979443736086],[-72.6654279139739,41.53106444375057],[-72.66550691400367,41.53113644376205],[-72.66566491404974,41.53104244373872],[-72.66588991411614,41.5309224437082],[-72.66598591414514,41.53088344369754],[-72.66616191419934,41.530829443681434],[-72.66644191428777,41.53078344366354],[-72.66654791432174,41.53077444365841],[-72.66670891437339,41.53076144365073],[-72.66691191444006,41.53077344364659],[-72.6671889145322,41.53080944364473],[-72.66732191457731,41.53084244364689],[-72.66763491468538,41.530953443658476],[-72.66792891478565,41.531035443665026],[-72.66822791488646,41.53109844366773],[-72.66844591495915,41.53113044366699],[-72.66875991506302,41.53116144366298],[-72.66934491525521,41.53119544365091],[-72.66959391533646,41.53120044364392],[-72.66974591538566,41.531196443638294],[-72.66984791541822,41.531185443632886],[-72.67010591550064,41.53115944361959],[-72.67095391576908,41.53102944356723],[-72.67098391577844,41.53102244356489],[-72.67107591580718,41.53100144355787],[-72.6711069158169,41.5309954435557],[-72.67140091590876,41.53092844353329],[-72.67141091591189,41.530926443532586],[-72.67209191612112,41.530710443468834],[-72.67227091617731,41.5306744434561],[-72.67238091621188,41.530653443448514],[-72.67256991627194,41.53062844343761],[-72.67279591634481,41.53061744342824],[-72.67290191637922,41.53061644342468],[-72.67309991644508,41.530642443423396],[-72.67326391650103,41.5306884434271],[-72.67339991654883,41.53075144343501],[-72.67350691658804,41.53082944344675],[-72.67358891661934,41.53091144346006],[-72.67360391662554,41.53093444346407],[-72.67379891670494,41.53121744351284],[-72.67387891673482,41.531285443523515],[-72.67394591675843,41.53131744352759],[-72.67407791680247,41.53133744352728],[-72.67424991685849,41.53133844352196],[-72.67497191708976,41.531276443486846],[-72.6762399174963,41.531173443426276],[-72.67651991758584,41.53114644341209],[-72.67679791767476,41.53112044339816],[-72.67773491797475,41.531036443351866],[-72.67792291803582,41.53103544334565],[-72.67802491806938,41.53104244334376],[-72.67833291817091,41.53106644333859],[-72.67843591820485,41.53107444333685],[-72.67847491823066,41.53130644338072],[-72.67851091826108,41.53163644344371],[-72.6785189182747,41.53183144348136],[-72.67851291828583,41.53206244352646],[-72.67851091828621,41.532080443530035],[-72.67847891829679,41.532451443603186],[-72.67847491830936,41.53269644365095],[-72.67845291831698,41.532957443702394],[-72.67841491831598,41.53315744374249],[-72.67813791827501,41.5340254439201],[-72.67803491826395,41.53442144400037],[-72.6779049182407,41.534757444069854],[-72.67782791823053,41.53502044412343],[-72.67781291822872,41.53507444413441],[-72.67773291822868,41.535533444226196],[-72.67768591824104,41.53602144432257],[-72.67769191824887,41.5361254443426],[-72.67774991828244,41.53638544439129],[-72.67784191832853,41.53667044444374],[-72.67786191833751,41.536714444451654],[-72.6780379184165,41.537098444520694],[-72.67817191847803,41.53741544457803],[-72.67826791852555,41.53770344463094],[-72.67839291859039,41.53813044470995],[-72.67851391866554,41.53876244482892],[-72.67855291868977,41.538966444867334],[-72.67864191874077,41.5393554449401],[-72.67867091875637,41.53946444496037],[-72.6790639188792,41.5393764449307],[-72.67910991889364,41.53936744492747],[-72.6792159189271,41.539349444920596],[-72.67951291902216,41.539322444905835],[-72.68045491932627,41.53928244486795],[-72.68073991941826,41.53927044485652],[-72.68090391947094,41.53925844484893],[-72.68109291953006,41.53921744483492],[-72.68150691965462,41.539039444787086],[-72.6818409197552,41.5388974447488],[-72.68273392002111,41.53846444463607],[-72.68323892016966,41.538187444566084],[-72.68349992024649,41.53804544453014],[-72.68381592034115,41.53790244449224],[-72.68388992036238,41.53785244448015],[-72.68405492041033,41.537751444455246],[-72.68434392049679,41.537618444420154],[-72.68452492055145,41.537544444399956],[-72.68510892072801,41.53730844433543],[-72.68673992122093,41.53664644415457],[-72.68676692122915,41.53663644415176],[-72.68689092126584,41.53657244413535],[-72.6870489213115,41.536471444110674],[-72.68714692133929,41.53639944409355],[-72.6872419213651,41.53630944407301],[-72.68726692137169,41.53628244406696],[-72.68733792139031,41.53620344404934],[-72.68736292139629,41.53616544404114],[-72.68745492143245,41.53627544405959],[-72.68750892145368,41.536340444070504],[-72.68754692146858,41.536385444078036],[-72.68794792162618,41.53686544415851],[-72.68796292163209,41.536883444161525],[-72.68802892165805,41.53696244417478],[-72.68809392168365,41.53704144418806],[-72.68810092169142,41.53713844420668],[-72.68810692169886,41.537235444225345],[-72.68811492170856,41.53736044424939],[-72.68815992176188,41.53804344438072],[-72.68817792178336,41.53831944443378],[-72.68819992180866,41.53863944449529],[-72.68860292197813,41.53931744461417],[-72.68981492248761,41.54135244497095],[-72.6902189226575,41.54203144509001],[-72.69015792263816,41.5420404450937],[-72.69000992259078,41.54205344510095],[-72.6898629225451,41.542091445113044],[-72.68977092251747,41.542131445123765],[-72.68952892244629,41.54226444515736],[-72.68911992232711,41.54250844521786],[-72.68899792229026,41.542558445231485],[-72.68894292227323,41.542573445236165],[-72.68876792221806,41.54260444524778],[-72.68844192211427,41.54264344526579],[-72.68818292203223,41.542682445281656],[-72.68756992183945,41.54279844532381],[-72.68738692178276,41.5428484453394],[-72.68728292175092,41.54288344534951],[-72.68701492167015,41.54299644538005],[-72.6869159216412,41.543053445394285],[-72.6866069215484,41.54318944543061],[-72.68591292134191,41.54352844551869],[-72.68555392123444,41.54369244556206],[-72.68553192122785,41.54370244556468],[-72.68548792121474,41.54372344557019],[-72.6854679212087,41.54373144557236],[-72.68544692120243,41.543741445575],[-72.68489392103692,41.54399444564185],[-72.68323492054047,41.54475544584282],[-72.68268292037533,41.54500944590984],[-72.68247592031294,41.54509644593335],[-72.6823959202889,41.54513144594273],[-72.68193692014805,41.54528044598636],[-72.68183592011685,41.54530944599522],[-72.68162092005055,41.545373446014544],[-72.68134691996636,41.5454604460402],[-72.68084191981124,41.545621446087644],[-72.68052791971506,41.54572644611811],[-72.6804009196762,41.54576944613052],[-72.6802579196328,41.545824446145765],[-72.6800769195757,41.545855446157596],[-72.67992991952936,41.54588144616736],[-72.67955191941356,41.54600744620392],[-72.67937891936063,41.54606644622093],[-72.67933691934776,41.54608044622499],[-72.6792099193086,41.546118446236434],[-72.67875791916936,41.54625544627752],[-72.67870391915275,41.54627244628255],[-72.67853691910167,41.54632944629896],[-72.67809591896786,41.546499446346104],[-72.67791691891362,41.54656944636543],[-72.6773509187434,41.54681444643115],[-72.67679591857693,41.54706244649709],[-72.67665391853438,41.547126446514056],[-72.67636791844906,41.54726244654964],[-72.67601391834418,41.54744344659614],[-72.67531091813603,41.547805446688955],[-72.67373091767074,41.548663446906225],[-72.67197091715079,41.549590447142656],[-72.67182291710577,41.54964544715808],[-72.67191591716174,41.55009944724331],[-72.67130291696677,41.55017744727806],[-72.67083991681974,41.550240447305114],[-72.67083491681811,41.55024044730528],[-72.6708129168112,41.55024444730675],[-72.67058991674047,41.55027644732009],[-72.67032291665583,41.55031544733621],[-72.66969691645737,41.550406447373916],[-72.66958791642303,41.550426447381284],[-72.66951291639938,41.55043944738621],[-72.66916591629223,41.55054044741692],[-72.6687539161665,41.55068644745847],[-72.66826991601965,41.55087344751027],[-72.66809091596714,41.55097444753562],[-72.66791891592055,41.55113944757319],[-72.66791391591917,41.551143447574134],[-72.66752291581473,41.55154544766474],[-72.66740691578416,41.551671447692954],[-72.66724191574068,41.5518514477332],[-72.6672059157327,41.55191744774718],[-72.66717991572706,41.55196744775771],[-72.6670879157052,41.55210944778826],[-72.66704791569582,41.55217344780197],[-72.66702691568717,41.552141447796416],[-72.66696691566223,41.552045447779676],[-72.66694691565395,41.552014447774305],[-72.6669309156471,41.55198544776918],[-72.66688491562738,41.55190144775433],[-72.66686991562091,41.55187344774937],[-72.66671191556028,41.55171044772273],[-72.66639291543795,41.55138244766919],[-72.66632891541401,41.55132744766055],[-72.66623491538004,41.551267447651895],[-72.66621191537199,41.551257447650684],[-72.66615591535249,41.55123444764801],[-72.66600591530182,41.55120144764638],[-72.66599391529786,41.55120044764658],[-72.6658779152596,41.55119144764852],[-72.66575791522052,41.55119044765216],[-72.66504991499022,41.5511904476748],[-72.66481391491345,41.551190447682345],[-72.66472791488437,41.55117044768121],[-72.66469191487218,41.5511624476808],[-72.66460291483985,41.55110244767199],[-72.66452791481166,41.55103544766136],[-72.66451691480734,41.5510224476592],[-72.66446091478534,41.550955447647965],[-72.66431191474082,41.55102544766633],[-72.6643059147391,41.5510294476673],[-72.66386391460274,41.55116044770688],[-72.66384091459565,41.55116744770897],[-72.66375691456997,41.551196447717295],[-72.6636849145477,41.551216447723476],[-72.66344891447541,41.55129544774637],[-72.66274391425955,41.55153344781515],[-72.66250891418765,41.55161344783821],[-72.66232591413174,41.551677447856484],[-72.66219291409114,41.551724447869866],[-72.66192091400946,41.55184444790189],[-72.66179191397096,41.55190544791786],[-72.6616179139191,41.551989447939754],[-72.66135691384062,41.55210244797005],[-72.66134991383856,41.55210644797105],[-72.660591913613,41.552477448067364],[-72.66033791353752,41.55260344809998],[-72.66021991350247,41.5526624481152],[-72.65986891339845,41.55284144816121],[-72.65975191336378,41.55290144817662],[-72.65970091334862,41.552926448183094],[-72.65954791330326,41.55300444820313],[-72.65949791328848,41.55303044820979],[-72.65928491322546,41.553141448238165],[-72.6590039131425,41.55329044827611],[-72.65864391303575,41.55347344832316],[-72.65859391302095,41.55349944832982],[-72.65842991297225,41.55358144835098],[-72.65840191295783,41.55348744833361],[-72.65839291293982,41.553221448282216],[-72.65835991286727,41.552129448071064],[-72.65834991284346,41.55176644800084],[-72.6583499128352,41.55162044797246],[-72.65834991282058,41.55136244792233],[-72.65837491282072,41.55122144789413],[-72.65838391282173,41.55118744788723],[-72.65842391282688,41.551048447858946],[-72.65845791283233,41.55094944783861],[-72.65856391285011,41.550654447777895],[-72.65859891285594,41.55055644775774],[-72.65867491286781,41.55032944771119],[-72.65883691289343,41.54985144761311],[-72.65890491290429,41.54965244757227],[-72.65898391291725,41.54942744752602],[-72.65903791292592,41.549270447493775],[-72.65916191294606,41.548913447420446],[-72.65919391294995,41.54879844739706],[-72.65923891295559,41.54863944736472],[-72.6592499129569,41.548599447356594],[-72.659292912953,41.54828344729381],[-72.6592959129461,41.5481444472667],[-72.65931391290984,41.54740044712152],[-72.65931291286938,41.54669144698375],[-72.65930791286522,41.54664644697517],[-72.65930391286125,41.546599446966155],[-72.65928191282856,41.546148446879215],[-72.65925891282114,41.546149446880136],[-72.65918991279898,41.54615444688331],[-72.65916791279199,41.54615744688461],[-72.65901891275661,41.546388446934245],[-72.65899791275169,41.546422446941534],[-72.65892291273296,41.546522446963365],[-72.6587749126941,41.54668644699998],[-72.65874391268747,41.54674744701282],[-72.65874991269266,41.54680444702371],[-72.6585229126264,41.546938447056995],[-72.65847891261362,41.54696544706366],[-72.65824891254736,41.54711644710034],[-72.6581339125139,41.54718644711762],[-72.65788291244104,41.547341447155766],[-72.65778491241191,41.547390447168425],[-72.65766491237635,41.54745144718413],[-72.65757291234824,41.54748344719327],[-72.65744391230895,41.54753044720653],[-72.65729491226222,41.547561447217326],[-72.65720091223284,41.547582447224386],[-72.65701191217244,41.54760144723413],[-72.656982912163,41.54760144723506],[-72.65671991207779,41.54760744724462],[-72.65632691195002,41.54760844725738],[-72.65610891187916,41.54760944726453],[-72.65587191180224,41.54761244727269],[-72.65516391157252,41.54762244729725],[-72.6549289114963,41.54762644730552],[-72.65464791140506,41.547629447315074],[-72.65438591132006,41.54763344732423],[-72.65410491122928,41.54764444733534],[-72.65395491118049,41.547644447340126],[-72.65386391115022,41.54763244734071],[-72.65381091113224,41.547619447339876],[-72.65375691111393,41.547606447339085],[-72.65354791104131,41.54752444732981],[-72.65336391100024,41.547856447400214],[-72.65326991098065,41.54805044744092],[-72.65323791097684,41.54816744746468],[-72.65318691097062,41.54835044750189],[-72.65317591097373,41.54846844752517],[-72.65316291097956,41.54864644756018],[-72.6531459109865,41.54886644760347],[-72.65291691091223,41.54887044761158],[-72.65284091088773,41.54887444761478],[-72.65276391086337,41.54888644761956],[-72.65269591084186,41.54889744762388],[-72.65257391080479,41.54894344763672],[-72.6522529107092,41.54909944767729],[-72.65216891068387,41.549134447686775],[-72.65181891057956,41.54930344773081]]]},"properties":{"name":5421,"geoid":"09007542100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.66395291322202,41.52625244286201],[-72.6639599132237,41.526242442859825],[-72.66398191322916,41.526212442853314],[-72.66398991323129,41.526203442851305],[-72.66406891325109,41.52609944282857],[-72.66424391329505,41.525870442778434],[-72.66431291331308,41.525792442761066],[-72.66439991333588,41.52569544273942],[-72.66524291355059,41.52464444250812],[-72.66564891365208,41.524104442390154],[-72.66709491394842,41.52102944174593],[-72.66736691400261,41.52042344161941],[-72.66788191417054,41.52043144160451],[-72.66792791418074,41.52034744158671],[-72.66812591422173,41.51993344149986],[-72.66817591423086,41.51980744147376],[-72.66827491424314,41.51945544140213],[-72.66907091431167,41.51608944072203],[-72.66913491431066,41.51570344064491],[-72.66916191430937,41.51552544060943],[-72.66932291426674,41.51384544027751],[-72.6694229142593,41.513138440136785],[-72.66960491425849,41.51207743992458],[-72.66977091426686,41.5112704397623],[-72.66989491427903,41.51077243966147],[-72.67002291429839,41.51037843958071],[-72.67022691434,41.5099414394892],[-72.67044891438734,41.50950143939652],[-72.67177091466651,41.506835438835665],[-72.67184891468118,41.50664643879639],[-72.67197891470225,41.5062714387193],[-72.67206291471166,41.50595443865493],[-72.67213491471267,41.5055584385756],[-72.67217691471137,41.50529343852268],[-72.67223991471089,41.504922438448496],[-72.67224991471153,41.50487643843923],[-72.6723329147176,41.504506438364594],[-72.67246991473553,41.50403543826858],[-72.67262191476398,41.50366443819154],[-72.67272091478279,41.50342743814226],[-72.6727939147981,41.503278438110925],[-72.67293591482698,41.50297243804687],[-72.67305691485402,41.50275443800059],[-72.67314891487595,41.502613437970204],[-72.6732939149105,41.5023904379222],[-72.6734009149368,41.502240437889604],[-72.67370891501395,41.50183343780058],[-72.67412691511883,41.50128443768039],[-72.67462691524241,41.50059443753018],[-72.67471391526475,41.50048943750697],[-72.67487991530595,41.50026343745769],[-72.67506091535142,41.50002643740579],[-72.67544191544609,41.49950943729302],[-72.67679091578296,41.4977094368997],[-72.67725091589794,41.49709743676592],[-72.6776519159978,41.496557436648025],[-72.67782091604032,41.49633743659981],[-72.67783591604406,41.49631743659545],[-72.6778809160553,41.49625743658234],[-72.67789691605942,41.49623843657812],[-72.67807891625172,41.49859443703076],[-72.67816491634218,41.49970043724322],[-72.67880191688543,41.50564743837995],[-72.67905491710054,41.50799743882905],[-72.67915191715906,41.508474438918746],[-72.67934391727448,41.50941143909487],[-72.67947091734347,41.50990143918615],[-72.67959391741016,41.51037343927403],[-72.67962591742808,41.51050643929888],[-72.67968191745902,41.51073143934087],[-72.67968891747141,41.510910439375465],[-72.6796899174723,41.510920439377365],[-72.67972591749094,41.511043439400154],[-72.67993091761576,41.51207143959357],[-72.68045991793737,41.514716440091135],[-72.6804159179484,41.51516444017968],[-72.68031391797429,41.516208440386],[-72.681269918323,41.516877440485565],[-72.68125491833152,41.51711444053213],[-72.68099691848555,41.521319441358166],[-72.68092391852943,41.52251444159289],[-72.68086391852118,41.52271344163352],[-72.68096391858589,41.52328244174095],[-72.68126491878041,41.52498944206327],[-72.68136591884546,41.52555844217069],[-72.68141591887529,41.52579844221575],[-72.68156891896592,41.52652044235125],[-72.68161991899613,41.52676144239648],[-72.68195491917362,41.527972442621234],[-72.68202191923828,41.528729442766284],[-72.6820519192666,41.5290574428291],[-72.68201091927698,41.52947644291188],[-72.68206591930982,41.52974044296144],[-72.68219791937115,41.53006544302042],[-72.68241591948704,41.53086044316802],[-72.6825759195525,41.531097443208985],[-72.68504292050076,41.533675443631296],[-72.68631792099085,41.535007443849466],[-72.68637692101359,41.53507044385983],[-72.68643592103642,41.53513444387039],[-72.68648092105383,41.53518344387846],[-72.6865249210709,41.535232443886585],[-72.68662092110817,41.535339443904306],[-72.68709192129104,41.53586344399111],[-72.68717692132407,41.535958444006866],[-72.6872269213435,41.53601444401615],[-72.68736292139629,41.53616544404114],[-72.68733792139031,41.53620344404934],[-72.68726692137169,41.53628244406696],[-72.6872419213651,41.53630944407301],[-72.68714692133929,41.53639944409355],[-72.6870489213115,41.536471444110674],[-72.68689092126584,41.53657244413535],[-72.68676692122915,41.53663644415176],[-72.68673992122093,41.53664644415457],[-72.68510892072801,41.53730844433543],[-72.68452492055145,41.537544444399956],[-72.68434392049679,41.537618444420154],[-72.68405492041033,41.537751444455246],[-72.68388992036238,41.53785244448015],[-72.68381592034115,41.53790244449224],[-72.68349992024649,41.53804544453014],[-72.68323892016966,41.538187444566084],[-72.68273392002111,41.53846444463607],[-72.6818409197552,41.5388974447488],[-72.68150691965462,41.539039444787086],[-72.68109291953006,41.53921744483492],[-72.68090391947094,41.53925844484893],[-72.68073991941826,41.53927044485652],[-72.68045491932627,41.53928244486795],[-72.67951291902216,41.539322444905835],[-72.6792159189271,41.539349444920596],[-72.67910991889364,41.53936744492747],[-72.6790639188792,41.5393764449307],[-72.67867091875637,41.53946444496037],[-72.67864191874077,41.5393554449401],[-72.67855291868977,41.538966444867334],[-72.67851391866554,41.53876244482892],[-72.67839291859039,41.53813044470995],[-72.67826791852555,41.53770344463094],[-72.67817191847803,41.53741544457803],[-72.6780379184165,41.537098444520694],[-72.67786191833751,41.536714444451654],[-72.67784191832853,41.53667044444374],[-72.67774991828244,41.53638544439129],[-72.67769191824887,41.5361254443426],[-72.67768591824104,41.53602144432257],[-72.67773291822868,41.535533444226196],[-72.67781291822872,41.53507444413441],[-72.67782791823053,41.53502044412343],[-72.6779049182407,41.534757444069854],[-72.67803491826395,41.53442144400037],[-72.67813791827501,41.5340254439201],[-72.67841491831598,41.53315744374249],[-72.67845291831698,41.532957443702394],[-72.67847491830936,41.53269644365095],[-72.67847891829679,41.532451443603186],[-72.67851091828621,41.532080443530035],[-72.67851291828583,41.53206244352646],[-72.6785189182747,41.53183144348136],[-72.67851091826108,41.53163644344371],[-72.67847491823066,41.53130644338072],[-72.67843591820485,41.53107444333685],[-72.67833291817091,41.53106644333859],[-72.67802491806938,41.53104244334376],[-72.67792291803582,41.53103544334565],[-72.67773491797475,41.531036443351866],[-72.67679791767476,41.53112044339816],[-72.67651991758584,41.53114644341209],[-72.6762399174963,41.531173443426276],[-72.67497191708976,41.531276443486846],[-72.67424991685849,41.53133844352196],[-72.67407791680247,41.53133744352728],[-72.67394591675843,41.53131744352759],[-72.67387891673482,41.531285443523515],[-72.67379891670494,41.53121744351284],[-72.67360391662554,41.53093444346407],[-72.67358891661934,41.53091144346006],[-72.67350691658804,41.53082944344675],[-72.67339991654883,41.53075144343501],[-72.67326391650103,41.5306884434271],[-72.67309991644508,41.530642443423396],[-72.67290191637922,41.53061644342468],[-72.67279591634481,41.53061744342824],[-72.67256991627194,41.53062844343761],[-72.67238091621188,41.530653443448514],[-72.67227091617731,41.5306744434561],[-72.67209191612112,41.530710443468834],[-72.67141091591189,41.530926443532586],[-72.67140091590876,41.53092844353329],[-72.6711069158169,41.5309954435557],[-72.67107591580718,41.53100144355787],[-72.67098391577844,41.53102244356489],[-72.67095391576908,41.53102944356723],[-72.67010591550064,41.53115944361959],[-72.66984791541822,41.531185443632886],[-72.66974591538566,41.531196443638294],[-72.66959391533646,41.53120044364392],[-72.66934491525521,41.53119544365091],[-72.66875991506302,41.53116144366298],[-72.66844591495915,41.53113044366699],[-72.66822791488646,41.53109844366773],[-72.66792891478565,41.531035443665026],[-72.66763491468538,41.530953443658476],[-72.66732191457731,41.53084244364689],[-72.6671889145322,41.53080944364473],[-72.66691191444006,41.53077344364659],[-72.66670891437339,41.53076144365073],[-72.66654791432174,41.53077444365841],[-72.66644191428777,41.53078344366354],[-72.66616191419934,41.530829443681434],[-72.66598591414514,41.53088344369754],[-72.66588991411614,41.5309224437082],[-72.66566491404974,41.53104244373872],[-72.66550691400367,41.53113644376205],[-72.6654279139739,41.53106444375057],[-72.6653639139483,41.530979443736086],[-72.66534291393552,41.53087444371634],[-72.66533391391442,41.53055344365422],[-72.66533091390463,41.530397443623976],[-72.66526691385305,41.529853443520246],[-72.66509691372957,41.52864844329137],[-72.66500791366477,41.52801444317094],[-72.66493991361574,41.52753844308055],[-72.66491791359947,41.52737744304995],[-72.66489791358674,41.5272674430292],[-72.66487091357271,41.52717444301197],[-72.66474291351055,41.52681144294547],[-72.66469891348724,41.52665244291597],[-72.66467791347144,41.526493442885716],[-72.66467091345372,41.52622044283286],[-72.6646649134469,41.52613444281632],[-72.66465791343708,41.526001442790694],[-72.66460491341097,41.525844442761844],[-72.66450491337268,41.52574244274521],[-72.6644699133604,41.52572644274322],[-72.6644519133555,41.52574344274709],[-72.66438491333999,41.52585444277083],[-72.66421791330153,41.52613444283059],[-72.66410091326766,41.52620844284873],[-72.66409391326566,41.52621344284992],[-72.6639629132252,41.52625144286151],[-72.66395291322202,41.52625244286201]]]},"properties":{"name":5422,"geoid":"09007542200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.61879990051507,41.56127845111184],[-72.61899090057558,41.56124945110011],[-72.61956590075792,41.56116545106546],[-72.6197579008188,41.5611374510539],[-72.6207379011295,41.56099345099465],[-72.6213559013255,41.56090345095745],[-72.62221490159543,41.5607344508972],[-72.62368190206428,41.56058545082144],[-72.62384890211771,41.56056945081302],[-72.62453690236724,41.56102345087928],[-72.62457590237258,41.560893450852774],[-72.62640490297142,41.56096045080744],[-72.6272939032626,41.56099445078568],[-72.62892490379295,41.560989450732656],[-72.62959490400861,41.5609484507033],[-72.63192690475934,41.56080745060147],[-72.63229690487842,41.56078445058521],[-72.63425990551036,41.56066545049943],[-72.63570390597515,41.56057745043623],[-72.63642590620763,41.56053445040484],[-72.63859190690482,41.56040245031003],[-72.6386829069341,41.560396450305966],[-72.63887190699943,41.560464450313134],[-72.63995990737564,41.560857450354746],[-72.64114590778571,41.56128545040007],[-72.64131390784506,41.561368450410825],[-72.64181390802183,41.561617450443244],[-72.64312890848682,41.562274450528896],[-72.64330990855144,41.56237545054273],[-72.64379890872597,41.562648450580156],[-72.6442979089036,41.56291845061669],[-72.64472590906199,41.56325645066868],[-72.64472890906315,41.563259450669186],[-72.64496090914928,41.563447450698284],[-72.64528190927007,41.563736450744194],[-72.64568790942417,41.5641254508068],[-72.64616890960882,41.564622450887995],[-72.64657490976575,41.56506145096031],[-72.64703390994356,41.565564451043365],[-72.64708690996484,41.565635451055485],[-72.64734391006779,41.565977451113696],[-72.64766491019796,41.56643145119165],[-72.64768091020447,41.566454451195625],[-72.64774291022957,41.566541451210526],[-72.64797491032662,41.56692245127714],[-72.64801291034307,41.56699445128991],[-72.64803391035223,41.567035451297194],[-72.64824191044215,41.56742845136691],[-72.64845591053556,41.56784845144165],[-72.64844891054439,41.56804445147996],[-72.64844591056385,41.568405451550184],[-72.648442910577,41.56865445159865],[-72.64843891060612,41.569191451703084],[-72.64843691060763,41.569229451710534],[-72.64847691065881,41.569903451840176],[-72.64851691070996,41.57057645196965],[-72.64868291091437,41.57323145248005],[-72.6488029110675,41.5752444528672],[-72.64892491111455,41.57537445288855],[-72.64898591114171,41.57550345291165],[-72.64892591113518,41.575732452958064],[-72.648925911146,41.57592345299515],[-72.64874291110334,41.57622145305888],[-72.64863591108535,41.57651845311998],[-72.64833191101673,41.57705245323341],[-72.64822491100173,41.5774024533048],[-72.6481039109827,41.57776145337839],[-72.6479819109577,41.57802045343259],[-72.64775291092903,41.57882945359703],[-72.64767191091272,41.579006453634],[-72.64762391090197,41.579092453652216],[-72.64757591089128,41.579179453670655],[-72.64743891086081,41.579428453723395],[-72.64722691081288,41.57979945380222],[-72.64686491072229,41.580279453907],[-72.64678691070534,41.58042845393844],[-72.64663591067288,41.58072245400034],[-72.64621891058044,41.581485454161864],[-72.64605691054457,41.581782454224694],[-72.64564491044297,41.58235545434915],[-72.64534091036249,41.58268045442197],[-72.64523291033399,41.58279745444814],[-72.64475991020298,41.583201454541715],[-72.6442969100703,41.58351845461805],[-72.64417991003675,41.58359845463733],[-72.64376790993211,41.58411745475127],[-72.64352390987561,41.58452145483754],[-72.64323390981366,41.58509345495787],[-72.64300490977418,41.58571145508518],[-72.6427659097213,41.586150455178064],[-72.64272890971328,41.586221455193034],[-72.64271490971015,41.586246455198335],[-72.64236390962576,41.586772455311696],[-72.64205890955155,41.587214455407256],[-72.64170790946721,41.5877414555208],[-72.6416829094621,41.58779445553189],[-72.64147890942036,41.588229455622866],[-72.64118890935887,41.58880945574475],[-72.6410059093266,41.58929045584399],[-72.64089890930907,41.58959545590664],[-72.64077690928491,41.58986945596373],[-72.6404259091958,41.59031245606095],[-72.64030390916909,41.590541456109314],[-72.64020390914823,41.590747456152506],[-72.6401359091343,41.59089245618285],[-72.63972390903484,41.59150245631444],[-72.63943390897288,41.59207445643475],[-72.6390219088812,41.59282245659314],[-72.63860890878185,41.593440456726306],[-72.63813590866127,41.5940284568556],[-72.63766290852718,41.59437845693866],[-72.63725090841261,41.59472245701859],[-72.63667090825929,41.59534745715846],[-72.6358469080314,41.59605745732264],[-72.63502290779266,41.596576457449714],[-72.63444190761844,41.59683845751913],[-72.63380290742677,41.59712545759525],[-72.6331869072447,41.597450457678036],[-72.63297890718324,41.597560457706024],[-72.63238390701297,41.59797245780502],[-72.63145990674208,41.59849845793664],[-72.63118390666133,41.59865845797651],[-72.63062890649891,41.59897945805657],[-72.63055490647794,41.59903445806961],[-72.63045590644987,41.59910745808694],[-72.63035690642178,41.59918045810427],[-72.62992690629987,41.59949845817973],[-72.62916190607392,41.59990445828301],[-72.62891990600248,41.60003345831575],[-72.62821790579906,41.60047545842398],[-72.62801790573906,41.60056545844783],[-72.62745490557025,41.60081945851514],[-72.62669190533528,41.601055458585314],[-72.62651790528255,41.60112445860426],[-72.62592890510425,41.60136045866887],[-72.62534890492286,41.60149045871265],[-72.6253029049085,41.60150145871626],[-72.62453690467036,41.60169845877894],[-72.62394590448656,41.60184945882714],[-72.6237619043886,41.601177458702566],[-72.62289290408151,41.600749458647236],[-72.6228769040759,41.60074245864639],[-72.62188590374045,41.60051445863377],[-72.62077190337612,41.60048345866332],[-72.62001590313126,41.60050445869155],[-72.61965790301531,41.60051445870491],[-72.61819290255141,41.60074245879594],[-72.61795590247853,41.60081745881808],[-72.61761790237463,41.60092545884982],[-72.61716190223444,41.601070458892536],[-72.6167059020942,41.601214458935054],[-72.61636890199057,41.60132145896656],[-72.61650790203015,41.60122145894273],[-72.61715790221297,41.60071445882355],[-72.61720690222677,41.60067645881461],[-72.61738990227846,41.60053745878179],[-72.61815790249578,41.59996145864545],[-72.61923390280074,41.5991634584562],[-72.6198859029831,41.59863645833306],[-72.61996590300346,41.598536458311095],[-72.62005290302419,41.59840245828231],[-72.62018890305293,41.59812845822477],[-72.6202409030631,41.5980094582],[-72.62040690309588,41.59763445812192],[-72.62070290315941,41.59705545800006],[-72.62081590318502,41.59685845795819],[-72.6208549031925,41.5967664579391],[-72.6209739032157,41.59649245788209],[-72.62101390322357,41.596401457863145],[-72.6210769032357,41.5962534578324],[-72.62126790327294,41.59581345774088],[-72.62133190328542,41.59566645771031],[-72.62138790329554,41.595523457680756],[-72.62141090330003,41.59547045766972],[-72.62166890335136,41.59489445754966],[-72.6217559033688,41.594702457509605],[-72.62180090337779,41.594602457488755],[-72.6219369034052,41.59430545742675],[-72.62198290341458,41.59420645740605],[-72.62207090343163,41.59400245736364],[-72.6220849034344,41.59397045735698],[-72.62233290348632,41.59346245725043],[-72.62236590349379,41.59340445723812],[-72.62247690351903,41.59321245719731],[-72.62249990352424,41.5931724571888],[-72.62252590353015,41.59312745717925],[-72.6225739035417,41.593055457163715],[-72.62259990354801,41.59301745715551],[-72.62267390356568,41.59290445713121],[-72.62295190363419,41.592516457047],[-72.62295490363488,41.59251145704593],[-72.62322590370448,41.59218345697359],[-72.62343690375967,41.591945456920655],[-72.62369290382655,41.59165545685617],[-72.62419590396097,41.59113845673972],[-72.62435390400326,41.59097745670342],[-72.62463390407879,41.59070245664108],[-72.62455090405184,41.590703456643936],[-72.62444190401608,41.590698456646436],[-72.62417490392802,41.59067745665089],[-72.6239389038486,41.5906314566495],[-72.6236799037617,41.590585456648824],[-72.62241690333828,41.59036645664661],[-72.62086890281826,41.590079456640304],[-72.62083590280717,41.590073456640184],[-72.62044290267553,41.59000745663994],[-72.62018190258856,41.58997145664127],[-72.61988290248948,41.58994045664481],[-72.62010190253883,41.58955345656266],[-72.62084990271985,41.58845145632479],[-72.62111590278796,41.588125456252996],[-72.62122790281697,41.587994456224],[-72.62153290289693,41.58765345614804],[-72.62222790307571,41.58681645596332],[-72.62243290312945,41.5865874559123],[-72.62253090315477,41.586471455886645],[-72.62291290325139,41.585982455779494],[-72.62311290330327,41.58574945572787],[-72.62323390333404,41.58559745569448],[-72.62329690335606,41.585624455697705],[-72.62339390337867,41.58546645566393],[-72.62360490342243,41.58502645557176],[-72.62394090349021,41.584292455418485],[-72.62412890352539,41.58383345532335],[-72.62458990360882,41.582657455080245],[-72.62469390362776,41.58239445502585],[-72.6247199036326,41.582330455012595],[-72.62478490364339,41.58214745497498],[-72.62499490368081,41.58160145486223],[-72.62509790369944,41.58133845480788],[-72.62515990371043,41.581176454774415],[-72.62534590374362,41.580693454674666],[-72.62540890375499,41.58053245464141],[-72.62549690377038,41.58029845459315],[-72.62574790381434,41.57963245445578],[-72.62576190381692,41.57959745444854],[-72.62586190383651,41.57936845440088],[-72.62595390385427,41.579153454356174],[-72.62609790388413,41.578853454293316],[-72.62673090401577,41.57754045401808],[-72.62683790403841,41.57732545397291],[-72.62709290409273,41.57681945386649],[-72.62732490414712,41.57644645378662],[-72.6274089041671,41.57631645375869],[-72.6274719041821,41.57621945373785],[-72.6276869042366,41.57594645367796],[-72.62808590433875,41.57545745357022],[-72.62825890438299,41.57524445352333],[-72.6287099044986,41.57469445340211],[-72.62877890451601,41.574605453382624],[-72.6289489045591,41.57438945333522],[-72.6291119045995,41.574166453286715],[-72.62941190467397,41.573757453197686],[-72.6295779047124,41.57348245313896],[-72.62972090474558,41.57324645308856],[-72.6297419047502,41.573207453080315],[-72.6298089047654,41.57309045305545],[-72.62983190477071,41.573052453047325],[-72.62991390478925,41.57290845301674],[-72.6299239047912,41.572885453011956],[-72.63017590484421,41.57237345290446],[-72.63026090486224,41.572203452868706],[-72.6303749048865,41.57197645282099],[-72.63070290495648,41.571327452684436],[-72.63071790495965,41.571297452678124],[-72.63083590498536,41.57107345263085],[-72.63101890502601,41.57073945256012],[-72.63122690507251,41.57036545248085],[-72.63159490515766,41.56975445235038],[-72.63179190520336,41.56942945228096],[-72.63167590516281,41.56937945227495],[-72.6313299050419,41.569232452257445],[-72.63125490501567,41.569200452253625],[-72.63121590500197,41.56918245225136],[-72.63118790499213,41.56916945224974],[-72.63110590496322,41.56913045224478],[-72.63107890495378,41.56911845224331],[-72.63076990484605,41.568991452228495],[-72.63027290467505,41.56882745221249],[-72.63003790459565,41.568775452209906],[-72.62985090453247,41.568734452207906],[-72.62949490441275,41.56866545220584],[-72.62926490433587,41.56862945220622],[-72.6290289042579,41.56860845220966],[-72.62848790408097,41.56859245222383],[-72.6279079038927,41.568600452243885],[-72.62712990364132,41.56863145227474],[-72.62675590352134,41.56866145229251],[-72.62640490340927,41.568699452311094],[-72.6259389032611,41.56876045233781],[-72.6256719031766,41.56880245235449],[-72.62574090318486,41.56855145230353],[-72.62618890325508,41.56721645202986],[-72.6262539032541,41.566825451951836],[-72.62623090324061,41.56671945193198],[-72.62616490320117,41.56640145187228],[-72.62614290318807,41.56629645185259],[-72.62611890317459,41.56619645183393],[-72.62604690313418,41.565896451777945],[-72.62602390312105,41.56579645175924],[-72.62599190310357,41.56567145173599],[-72.62589890305219,41.56529845166647],[-72.6258679030351,41.56517445164337],[-72.62564190290269,41.56413345144831],[-72.62550690281837,41.56341945131389],[-72.62545190279108,41.5632534512834],[-72.62541090276854,41.56309045125303],[-72.62540090275773,41.56295745122751],[-72.62542090275954,41.562874451210746],[-72.62545990277015,41.56283745120231],[-72.62548490277754,41.56282445119899],[-72.62539990272941,41.56246245113135],[-72.6252829026854,41.56235745111469],[-72.62518490264763,41.56225345109761],[-72.62515690263716,41.56222945109385],[-72.62512190262346,41.562188451086996],[-72.6249829025722,41.562081451070625],[-72.6248979025422,41.56204045106537],[-72.62434390234138,41.56167645101233],[-72.62424390230494,41.56160745100211],[-72.62406090223664,41.56145245097783],[-72.62399190221261,41.56142445097459],[-72.62397490220751,41.56143245097669],[-72.62390390218606,41.56146145098459],[-72.62388290218132,41.561498450992445],[-72.62384890218321,41.56172745103803],[-72.62383390218069,41.56176945104666],[-72.62381290217552,41.56179845105297],[-72.62374990215734,41.56183945106295],[-72.62368190213849,41.56189745107639],[-72.62357490210752,41.56196545109301],[-72.62353490209642,41.5619994511009],[-72.62350590208699,41.561999451101826],[-72.6234619020711,41.56197145109779],[-72.62339390204455,41.5618934510848],[-72.62329190200295,41.5617444510591],[-72.6231879019629,41.561634451041044],[-72.62309190192754,41.56156145102993],[-72.62294790187536,41.56146745101624],[-72.62279090182054,41.561401451008436],[-72.62254190173596,41.56133845100414],[-72.62249590172094,41.56133745100542],[-72.62245090170772,41.5613624510117],[-72.6224369017043,41.561382451016044],[-72.62241290169835,41.5614154510232],[-72.62241090170025,41.56146045103202],[-72.6224259017079,41.56150945104107],[-72.62251390174512,41.561661451067806],[-72.62253790175603,41.561716451077714],[-72.62255690176833,41.561824451098104],[-72.62081190128553,41.56332645144562],[-72.62068990125138,41.563424451468556],[-72.62053190120024,41.56342945147457],[-72.62052590119954,41.563451451479025],[-72.62051090119623,41.56347945148496],[-72.62049490119227,41.56350145148974],[-72.620461901182,41.563509451492344],[-72.62043690117373,41.56350745149277],[-72.6204229011694,41.56351145149399],[-72.62040490116412,41.5635214514965],[-72.62040090116368,41.56353645149954],[-72.62039490116229,41.56354645150168],[-72.62036990115516,41.56356445150597],[-72.62034190114674,41.56357645150919],[-72.62032290114057,41.56357645150979],[-72.62022090110597,41.5635514515082],[-72.62020790110098,41.56353845150608],[-72.62019890109688,41.56351745150229],[-72.62020190109672,41.5634974514983],[-72.62022690109926,41.56339845147827],[-72.62023490110084,41.56338045147452],[-72.62024190110074,41.56333845146615],[-72.62024490109606,41.563238451446615],[-72.62022190108334,41.56314545142927],[-72.62021190107893,41.5631254514257],[-72.62018490106568,41.563046451411225],[-72.62016890105838,41.56300945140454],[-72.62015190105161,41.5629874514008],[-72.62013290104464,41.56297345139869],[-72.62010590103567,41.562970451398975],[-72.62008990103143,41.56298745140279],[-72.62007090102706,41.56301945140961],[-72.62004090102116,41.563087451423776],[-72.62002390101726,41.563116451429956],[-72.61963390085728,41.562531451328724],[-72.61924490069764,41.56194645122746],[-72.61902290060652,41.56161245116964],[-72.61879990051507,41.56127845111184]]]},"properties":{"name":5602,"geoid":"09007560200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.40032981243124,41.255406398324205],[-72.4039098136216,41.25590639831001],[-72.40811081501845,41.256493398293394],[-72.41464981719264,41.25740639826731],[-72.41818081836668,41.2578993982532],[-72.41823081838331,41.257906398253],[-72.41795581848825,41.26143339895281],[-72.41713481880477,41.27201740105234],[-72.41686081891025,41.275545401752076],[-72.41681481892866,41.276150401872044],[-72.4166808189853,41.277967402232164],[-72.41663581900409,41.278573402352265],[-72.41748581933045,41.279484402504046],[-72.41828981963918,41.28034640264765],[-72.41992682026782,41.282102402940225],[-72.41994782027447,41.28209940293897],[-72.42001282029531,41.28209440293595],[-72.4200348203024,41.28209340293507],[-72.42015782035033,41.28223740295941],[-72.4202678203925,41.28235440297886],[-72.42098982066919,41.28311840310584],[-72.42123082076154,41.283373403148225],[-72.42127982077969,41.283413403154505],[-72.42142682083421,41.283536403174],[-72.42147582085241,41.28357740318048],[-72.42158482089509,41.28370940320291],[-72.42176282097947,41.284190403291525],[-72.42247582131726,41.28611540364614],[-72.42271382143002,41.2867574037644],[-72.42282482148407,41.28708340382476],[-72.42315782164629,41.288062404006],[-72.4232698217007,41.28838940406652],[-72.42327682170375,41.288403404069065],[-72.4232978217129,41.288445404076604],[-72.42330582171627,41.2884594040791],[-72.42343382177766,41.28881840414538],[-72.42381782196202,41.28989840434481],[-72.42394682202381,41.29025840441126],[-72.42401882205884,41.29046940445032],[-72.42434882221698,41.291392404620694],[-72.42490582248301,41.29293340490493],[-72.42523082264232,41.29390640508523],[-72.42846982419117,41.30289740674368],[-72.43176582573982,41.311542408332166],[-72.43187582579148,41.31183040838507],[-72.43198582584313,41.31211840843798],[-72.43213482591315,41.31250940850982],[-72.43221082595102,41.312747408554],[-72.43231882600418,41.313074408614604],[-72.43257782613097,41.31384540875733],[-72.43285282626672,41.31468440891287],[-72.43284682626587,41.31470440891697],[-72.43274582625135,41.315035408984926],[-72.43257782621693,41.31540040906163],[-72.43221182613219,41.31601840919405],[-72.43170882600755,41.31672040934724],[-72.43097582580016,41.31727740947927],[-72.42872982517952,41.31925240993628],[-72.426898824695,41.32125041038477],[-72.42647382458853,41.32182241051003],[-72.42631282455676,41.32219441058787],[-72.42626782454784,41.322297410609444],[-72.42589582447451,41.3231574107894],[-72.42582982446162,41.323312410821785],[-72.42568782443898,41.323737410909416],[-72.42552582441355,41.324229411010755],[-72.42207482333885,41.32507541128469],[-72.42072982292,41.32540541139153],[-72.41696482176962,41.32672941176884],[-72.41198182024704,41.3284814122681],[-72.41048681979024,41.329007412417944],[-72.40863081922306,41.32965941260378],[-72.40788181899313,41.32990341267505],[-72.40769081893453,41.329966412693366],[-72.40756481889589,41.330008412705546],[-72.40743781885689,41.330049412717564],[-72.40666681862024,41.33030141279106],[-72.40633481851832,41.33040941282261],[-72.40600381841674,41.33051841285433],[-72.40563781830437,41.33063741288909],[-72.4048898180748,41.330882412960506],[-72.40272981741278,41.33160641316996],[-72.40227681726893,41.33166741319611],[-72.4005298167143,41.33190641329771],[-72.39468681482671,41.33211541352201],[-72.39432881471107,41.332128413535784],[-72.39409181463445,41.332135413544584],[-72.3939718145957,41.33214041354933],[-72.3913588137516,41.33223441364971],[-72.39121081370332,41.332231413653766],[-72.39088681359773,41.33222641366296],[-72.39076681355907,41.33223241366789],[-72.3906198135118,41.33224141367426],[-72.38865681286971,41.33216841372159],[-72.38525781175794,41.33204241380357],[-72.38387581130598,41.331992413837135],[-72.38362981123556,41.3321654138787],[-72.38296981104666,41.33262941399017],[-72.38136381058702,41.33375941426162],[-72.38120881054172,41.333851414284474],[-72.38074381040586,41.33412841435325],[-72.38058981036093,41.33422141437626],[-72.37862680978209,41.335294414647734],[-72.37765380949523,41.33582741478252],[-72.3772178093672,41.336075414844714],[-72.37708180932722,41.336152414864046],[-72.37452880857761,41.33760641522852],[-72.37306680817804,41.338977415542544],[-72.37274180808927,41.33928341561261],[-72.37250180802364,41.33950741566393],[-72.37190080785945,41.3400724157933],[-72.37180580783348,41.3401614158137],[-72.37162080778289,41.34033441585332],[-72.37143580773234,41.34050841589317],[-72.37128880769203,41.340643415924184],[-72.37085080757198,41.34104841601714],[-72.37070480753205,41.341184416048314],[-72.37053480748366,41.34130941607809],[-72.37039180744304,41.34141541610331],[-72.37036580743569,41.34143541610804],[-72.36983280728434,41.34183241620241],[-72.36945780717788,41.34211241626893],[-72.36930080713337,41.342230416296935],[-72.3692228071112,41.34228841631072],[-72.36914780708997,41.34234541632422],[-72.36805880671574,41.34197941628678],[-72.36605880601634,41.341087416175],[-72.36561680585731,41.34080941613447],[-72.36441280542397,41.340049416023554],[-72.36321980499851,41.33936741592753],[-72.36248980473817,41.338950415868844],[-72.36238780470089,41.33887541585737],[-72.36084180413634,41.33775241568613],[-72.35986680377236,41.33690041555001],[-72.35927080354983,41.33637841546657],[-72.3591458035033,41.336271415449545],[-72.3585578032843,41.33576641536917],[-72.35796280306258,41.335253415287454],[-72.3578348030149,41.335143415269954],[-72.35647880248922,41.33360441501133],[-72.35479880183657,41.33167241468595],[-72.35337980127433,41.32984141437215],[-72.35203680072715,41.32783441402147],[-72.35124280038873,41.32637741376123],[-72.35055580013054,41.325744413658875],[-72.34966679979901,41.32497241353563],[-72.34912179959586,41.32450041346032],[-72.34866379938731,41.32341741326271],[-72.34791679905497,41.32179241296808],[-72.34772279895306,41.32108741283616],[-72.34745779881416,41.32012941265697],[-72.34742779875357,41.31920641247725],[-72.34743779873902,41.31888341241371],[-72.3504547996968,41.318467412237844],[-72.35195780017362,41.318254412149095],[-72.35211680022408,41.31823241213982],[-72.35234380029604,41.31819941212625],[-72.35261880038301,41.31815541210902],[-72.35452980098918,41.31788341199596],[-72.3551948011985,41.31775941195087],[-72.35533080124134,41.31773441194171],[-72.35594780143418,41.31759441189497],[-72.3561418014943,41.317541411878544],[-72.35632480155049,41.31748141186106],[-72.35644180158691,41.317452411851725],[-72.3566568016531,41.31738541183189],[-72.35686680171703,41.31730641180984],[-72.3571438018011,41.31719841178002],[-72.35746780189946,41.31707241174522],[-72.35776880198992,41.31693841170956],[-72.35801180206289,41.31682941168061],[-72.35804480207263,41.31681141167606],[-72.35865280225278,41.31649441159498],[-72.35884480230857,41.31637441156548],[-72.35898680234995,41.31628741154399],[-72.3591008023828,41.31621141152556],[-72.35919980241135,41.316145411509524],[-72.35967080254609,41.31581241142959],[-72.36002480264749,41.31556441136997],[-72.36137480303344,41.31460541113997],[-72.36171980313206,41.314360411081225],[-72.3619458031971,41.31420741104418],[-72.36196680320303,41.31419141104041],[-72.36203080322123,41.31414441102919],[-72.36205280322756,41.31412941102557],[-72.36301180350075,41.31343041085871],[-72.36322480356151,41.3132764108219],[-72.36472980398938,41.31216441055708],[-72.36550680421138,41.311610410424294],[-72.36589480432261,41.31134041035929],[-72.36620180441076,41.31112941030837],[-72.36686380459976,41.310654410194644],[-72.36689880460979,41.31063041018885],[-72.36699980463837,41.31055341017061],[-72.36765280482685,41.31012241006579],[-72.36811080496001,41.30983740999566],[-72.36844580505782,41.30963640994581],[-72.36879580515998,41.30942640989374],[-72.3690578052372,41.30928240985734],[-72.3696928054258,41.30895940977421],[-72.3701658055674,41.308739409716324],[-72.37062680570634,41.30854240966333],[-72.37119980587961,41.308307409599365],[-72.37166480602053,41.308122409548574],[-72.37213280616272,41.30794240949868],[-72.3727348063462,41.30772140943654],[-72.37449780688416,41.307086409256996],[-72.37459280691316,41.30705240924736],[-72.37908280828348,41.30544040879108],[-72.37921580832395,41.305390408777136],[-72.37929980834956,41.30535940876842],[-72.37943580839067,41.3053034087532],[-72.37961580844541,41.30523540873424],[-72.37974980848617,41.305185408720256],[-72.38013480860354,41.30504440868058],[-72.38129180895626,41.3046224085617],[-72.38167780907398,41.304482408522205],[-72.38181580911602,41.30443140850788],[-72.38186380913069,41.304414408503064],[-72.38222680924083,41.30427240846387],[-72.38236480928275,41.30421940844918],[-72.38250780932613,41.30416340843373],[-72.38261880935983,41.304120408421824],[-72.3829308094535,41.30398040838464],[-72.38307180949592,41.30391840836809],[-72.38369380968273,41.303640408294164],[-72.38440580989513,41.30329640820449],[-72.38490081004154,41.3030344081377],[-72.38631181045707,41.302254407940744],[-72.38865381114805,41.300983407618475],[-72.38970681145824,41.300403407471904],[-72.38991781151546,41.30019740742497],[-72.39005981155641,41.30010340740212],[-72.39039781165334,41.2998694073457],[-72.39046081167128,41.29982340733473],[-72.39103781183525,41.29939640723302],[-72.391617811999,41.298948407127114],[-72.39189481207639,41.29871940707359],[-72.39201881211233,41.298640407054236],[-72.39090381173409,41.298351407032605],[-72.39043281157508,41.29824340702624],[-72.38950181126083,41.29803040701371],[-72.38930681119452,41.29797740700946],[-72.3891718111479,41.2979274070039],[-72.38905781110739,41.29786440699514],[-72.38904581110295,41.297854406993565],[-72.38893081106046,41.29776140697896],[-72.38869681097135,41.29752440693988],[-72.38867781096408,41.297504406936554],[-72.38862081094241,41.29744740692718],[-72.38861981094203,41.29744640692702],[-72.38859981093464,41.29743040692451],[-72.3887368109749,41.29735340690514],[-72.38887281101287,41.29724040687876],[-72.3889478110339,41.29717940686445],[-72.38906881105463,41.29684240679468],[-72.38908081102817,41.296291406686414],[-72.38908281102479,41.296218406672054],[-72.38903681100312,41.29609640664961],[-72.38899081098144,41.29597440662716],[-72.38898681097955,41.295963406625134],[-72.38897481097382,41.29593040661905],[-72.38897081097198,41.29592040661721],[-72.38893181095374,41.29581940659866],[-72.38889381092707,41.29555940654893],[-72.3889548109288,41.2952314064828],[-72.38901581093077,41.29490740641746],[-72.38893981089659,41.29473540638615],[-72.38878681084456,41.29469340638273],[-72.38857381078064,41.294789406408185],[-72.38844381075013,41.29500240645398],[-72.38840581075377,41.29529240651195],[-72.38825281071205,41.29543740654515],[-72.38785681057897,41.29535740654189],[-72.38763481049801,41.295197406517524],[-72.38761181047835,41.29497640647495],[-72.38790181056184,41.2947814064277],[-72.38820681065675,41.294705406403246],[-72.38825281066119,41.2945144063644],[-72.38794781055348,41.29435840634342],[-72.38774981047989,41.29419040631673],[-72.38797081054327,41.294037406279834],[-72.38833681066451,41.29407940627659],[-72.38850481071827,41.29406440626839],[-72.38861181074947,41.29399940625231],[-72.38861181074334,41.29388840623057],[-72.38855081071237,41.293686406192926],[-72.38825281059158,41.29325140611708],[-72.38807781052232,41.293026406078496],[-72.38797081045686,41.292469405972774],[-72.38803181046748,41.29230240593817],[-72.38847481060239,41.292138405892175],[-72.38913781080895,41.29197740583985],[-72.38929781085757,41.29191640582291],[-72.3893368108606,41.2917414057874],[-72.38925981082379,41.291527405747914],[-72.38911481076934,41.291394405726415],[-72.38892481070106,41.29127540570905],[-72.38871881062971,41.29119540569985],[-72.38837481050786,41.29101240567479],[-72.38836781049363,41.290795405632515],[-72.38845881051498,41.290646405600484],[-72.38864181056937,41.29055440557673],[-72.38894781066713,41.29052440556126],[-72.38933681079519,41.29055440555494],[-72.38980981094784,41.290535405536396],[-72.39016781105555,41.290379405494626],[-72.39049581114408,41.290051405420115],[-72.3907628112096,41.289666405336334],[-72.39111381131057,41.289429405278916],[-72.39137381139007,41.28933840525295],[-72.39151081142569,41.28917740521714],[-72.39138881135857,41.28867840512323],[-72.39145781136898,41.28846040507837],[-72.39151881138334,41.288361405057074],[-72.39159481140511,41.28830840504431],[-72.39182381147215,41.28817440501088],[-72.39198381151994,41.28809840499098],[-72.39218981158479,41.28806040497709],[-72.39263981172779,41.288002404951605],[-72.3927698117654,41.28791840493109],[-72.39282281177276,41.287739404894374],[-72.39282281176521,41.28760240486754],[-72.39282081175702,41.28746540484077],[-72.39277381173817,41.28740040482953],[-72.39245881162098,41.28713140478671],[-72.39236881158457,41.287001404764055],[-72.39234581156973,41.286867404738544],[-72.39239281157477,41.28668140470065],[-72.39243881157945,41.28649540466277],[-72.39253881160606,41.28638840463868],[-72.39263781163231,41.286281404614634],[-72.39277681167114,41.28616640458773],[-72.39291681171035,41.28605240456102],[-72.39295381172033,41.28601540455262],[-72.39305281174737,41.285922404531306],[-72.39318881178441,41.28579240450157],[-72.393611811915,41.28566840446404],[-72.39362581191916,41.28566140446222],[-72.3938488119861,41.28556140443565],[-72.39403981203853,41.28538640439538],[-72.39406281202373,41.28498240431553],[-72.3941048120208,41.28468140425526],[-72.39415581201787,41.28432740418433],[-72.39420781202782,41.284201404158026],[-72.39425681203586,41.28405840412847],[-72.39430581204391,41.28391540409893],[-72.39430481204,41.28385040408624],[-72.39430481203637,41.283784404073295],[-72.39428881202545,41.28368040405343],[-72.3942728120145,41.283576404033546],[-72.39404781192775,41.28332840399202],[-72.39379281183564,41.28316040396712],[-72.39364781177669,41.28294540392955],[-72.39362781176071,41.282773403896485],[-72.39362581175307,41.282646403871674],[-72.39375181178751,41.28252840384461],[-72.39384081181262,41.282459403828305],[-72.3939158118354,41.28243040382028],[-72.39403381186831,41.28233240379738],[-72.39436981197706,41.28232440378529],[-72.39456281204086,41.28234440378317],[-72.39480081211428,41.282273403761785],[-72.39499181217126,41.28218140373777],[-72.39512381220737,41.28205840370955],[-72.39513881220084,41.28185140366852],[-72.39528481223257,41.28156640360813],[-72.39540681226009,41.28134640356122],[-72.3953748122291,41.28097240348896],[-72.39471681199831,41.28066340344905],[-72.39449581191761,41.28050240342444],[-72.39446081189837,41.28035940339753],[-72.39444181188192,41.28017240336149],[-72.39451581189599,41.279991403323734],[-72.39469581194636,41.279844403289296],[-72.39485981199094,41.27968640325318],[-72.39509281205434,41.27946340320221],[-72.39520881207606,41.27917340314177],[-72.39549181214718,41.278795403058844],[-72.39571481220763,41.27857740300916],[-72.39600881229549,41.27843840297271],[-72.39631681238603,41.27826540292916],[-72.3966258124769,41.278092402885584],[-72.39675281251175,41.27797640285888],[-72.3968788125463,41.27786040283221],[-72.39722881265384,41.277748402799304],[-72.39827881297668,41.277416402701355],[-72.39862981308465,41.27730640266879],[-72.39909381321353,41.27690940257648],[-72.39915981323195,41.276854402563636],[-72.4003778135705,41.275817402322296],[-72.40062181362627,41.275390402231004],[-72.40096881370573,41.274786402101796],[-72.40130881378347,41.274192401974766],[-72.40135281379033,41.27405740194694],[-72.40191981387939,41.27233040159083],[-72.40193481384786,41.27166940146084],[-72.40195481380894,41.27084440129858],[-72.40196481378854,41.27041540121422],[-72.40167481354781,41.26775440070193],[-72.40066581271026,41.258493398918716],[-72.40032981243124,41.255406398324205]]]},"properties":{"name":6701,"geoid":"09007670100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.34743779873902,41.31888341241371],[-72.3474447987229,41.31854941234812],[-72.34764479871583,41.317240412085646],[-72.34768779871449,41.31696241202989],[-72.34793079872388,41.315698411774875],[-72.34826779876708,41.31449341152843],[-72.34843479878215,41.31378141138382],[-72.34872779881269,41.31260641114467],[-72.34878779882096,41.312402411102845],[-72.34923179888357,41.31091841079842],[-72.34923179887758,41.31080941077709],[-72.34926379885427,41.310197410656286],[-72.34932179883218,41.3094534105088],[-72.34940679878687,41.308128410246745],[-72.34992479851252,41.3000844086555],[-72.34993079850994,41.300002408639266],[-72.34980879837251,41.2982254082951],[-72.34972779830113,41.297406408137256],[-72.34954879818267,41.29631040792821],[-72.34946479814828,41.29618140790558],[-72.34739779730161,41.293001407347454],[-72.34670979701978,41.29194240716155],[-72.34555379654634,41.29016440684946],[-72.34314079555811,41.28645240619781],[-72.34270479531305,41.28457140584297],[-72.34222779504454,41.282506405453326],[-72.34219479501174,41.2821044053756],[-72.34196579488699,41.28118840520332],[-72.34178879480365,41.28071840511676],[-72.34170579476437,41.280494405075466],[-72.34126379458344,41.279815404956246],[-72.3406527943266,41.278754404767454],[-72.34031779419303,41.27830440468977],[-72.33976779396991,41.27749640454865],[-72.33944779384032,41.27703040446733],[-72.33915779372056,41.27656540438528],[-72.33886779360033,41.27609240430166],[-72.3388227935829,41.27604140429309],[-72.33860879349982,41.27579440425137],[-72.33831879339137,41.27553540420969],[-72.33783079321388,41.27519140415753],[-72.33732779304029,41.275006404136995],[-72.33725079300406,41.27480240409943],[-72.33711679295503,41.274702404084024],[-72.33663979278042,41.27434540402897],[-72.33624979263912,41.27408040398923],[-72.33617679261272,41.274031403981915],[-72.33585879249759,41.27381640394973],[-72.3357867924715,41.27376740394238],[-72.33569379243781,41.27370440393294],[-72.33557179239367,41.273622403920676],[-72.33550079236804,41.27357540391368],[-72.335099792223,41.2733074038737],[-72.33477879210696,41.27309340384179],[-72.3341227918733,41.272720403789194],[-72.3338937917878,41.27251840375676],[-72.33366479170225,41.272315403724136],[-72.33352779165175,41.272206403707045],[-72.3332377915463,41.27200240367614],[-72.33309979149685,41.271918403664],[-72.33296279144652,41.2718124036475],[-72.33287179141233,41.27172840363388],[-72.33279479138396,41.27166740362434],[-72.33278079137882,41.27165640362261],[-72.33265779133359,41.27156040360765],[-72.33255079129374,41.27146840359296],[-72.33245979125957,41.27138440357935],[-72.33230679120277,41.27125540355885],[-72.33215379114509,41.27111040353521],[-72.33207779111497,41.27101140351818],[-72.33189479104084,41.270744403471575],[-72.3318187910036,41.270515403429066],[-72.33171179095372,41.27024040337852],[-72.33165079091881,41.26996540332652],[-72.33160479088966,41.2697064032772],[-72.33155879086505,41.26953040324415],[-72.33154379085309,41.269401403219334],[-72.33152779084267,41.26930640320121],[-72.33152479084077,41.26928940319797],[-72.3315127908321,41.26920240318129],[-72.33149779081383,41.268958403133944],[-72.33149779080586,41.268813403105526],[-72.33148279079012,41.26861540306719],[-72.33149779078117,41.26836340301735],[-72.33290179108454,41.265578402427614],[-72.33308479113731,41.26545640239798],[-72.33329879119643,41.265266402354065],[-72.33349679125027,41.26507540231044],[-72.33360379128,41.26498340228906],[-72.33380179133472,41.264808402248576],[-72.33398479138833,41.26470140222189],[-72.33412279142853,41.26461740220112],[-72.3342597914697,41.264556402184866],[-72.33442779151606,41.26440640215022],[-72.33561779186321,41.26368640197192],[-72.33590979194965,41.26353240193261],[-72.33592279195354,41.26352640193102],[-72.33618279203088,41.26339640189742],[-72.33644179210877,41.26328240186699],[-72.33674679219908,41.26312240182609],[-72.3369757922672,41.263007401796386],[-72.33715879232122,41.26290840177128],[-72.33744879240875,41.262786401738296],[-72.33770879248527,41.26264140170176],[-72.33796779256274,41.262519401669735],[-72.33839479269268,41.262359401625034],[-72.33863879276691,41.26226740159938],[-72.33876079280239,41.26219140158067],[-72.33908179290042,41.26207740154829],[-72.33932579297422,41.261977401521065],[-72.33955479304444,41.26190140149902],[-72.33973779310182,41.26186340148584],[-72.34016479323678,41.261794401458985],[-72.34040879331106,41.26170340143352],[-72.34057679336267,41.26164940141768],[-72.34080579343374,41.261588401398555],[-72.34095879348219,41.26156540138927],[-72.34117179354975,41.26153540137674],[-72.34129379358811,41.26151240136843],[-72.34142779363133,41.26150640136305],[-72.34166079370401,41.261451401345],[-72.34213379385389,41.26138240131669],[-72.3426517940126,41.26120740126619],[-72.34297279411146,41.261108401236754],[-72.3433087942164,41.26103140121118],[-72.3461767951273,41.26065040104683],[-72.34648179522343,41.26059640102672],[-72.34669579529132,41.260566401014145],[-72.34716879544166,41.260505400987405],[-72.34742779552282,41.260451400968726],[-72.34753479555596,41.26042140095951],[-72.34858779588929,41.26026140089523],[-72.3495647961983,41.2601084008347],[-72.34986979629487,41.26006240081614],[-72.35017479639271,41.26003940080209],[-72.35035779645133,41.26002440079343],[-72.35057179651835,41.25997840077773],[-72.3508307966004,41.25994040076219],[-72.35112779669501,41.25990640074624],[-72.35348579743997,41.25952140059704],[-72.35561779811171,41.2591404004557],[-72.35588279819521,41.25909340043819],[-72.35870579908013,41.25850640023484],[-72.36112879984533,41.25810640008065],[-72.36226180019787,41.25782339998974],[-72.36352880059208,41.25750639988797],[-72.36456980093637,41.25761739987717],[-72.3668508016659,41.25740839976485],[-72.3745288041216,41.25670639938699],[-72.37933180561144,41.25542539898556],[-72.38054180598674,41.25510239888436],[-72.3850298073789,41.2539063985094],[-72.38808980838935,41.254206398472405],[-72.39726981142077,41.25510639836128],[-72.40032981243124,41.255406398324205],[-72.40066581271026,41.258493398918716],[-72.40167481354781,41.26775440070193],[-72.40196481378854,41.27041540121422],[-72.40195481380894,41.27084440129858],[-72.40193481384786,41.27166940146084],[-72.40191981387939,41.27233040159083],[-72.40135281379033,41.27405740194694],[-72.40130881378347,41.274192401974766],[-72.40096881370573,41.274786402101796],[-72.40062181362627,41.275390402231004],[-72.4003778135705,41.275817402322296],[-72.39915981323195,41.276854402563636],[-72.39909381321353,41.27690940257648],[-72.39862981308465,41.27730640266879],[-72.39827881297668,41.277416402701355],[-72.39722881265384,41.277748402799304],[-72.3968788125463,41.27786040283221],[-72.39675281251175,41.27797640285888],[-72.3966258124769,41.278092402885584],[-72.39631681238603,41.27826540292916],[-72.39600881229549,41.27843840297271],[-72.39571481220763,41.27857740300916],[-72.39549181214718,41.278795403058844],[-72.39520881207606,41.27917340314177],[-72.39509281205434,41.27946340320221],[-72.39485981199094,41.27968640325318],[-72.39469581194636,41.279844403289296],[-72.39451581189599,41.279991403323734],[-72.39444181188192,41.28017240336149],[-72.39446081189837,41.28035940339753],[-72.39449581191761,41.28050240342444],[-72.39471681199831,41.28066340344905],[-72.3953748122291,41.28097240348896],[-72.39540681226009,41.28134640356122],[-72.39528481223257,41.28156640360813],[-72.39513881220084,41.28185140366852],[-72.39512381220737,41.28205840370955],[-72.39499181217126,41.28218140373777],[-72.39480081211428,41.282273403761785],[-72.39456281204086,41.28234440378317],[-72.39436981197706,41.28232440378529],[-72.39403381186831,41.28233240379738],[-72.3939158118354,41.28243040382028],[-72.39384081181262,41.282459403828305],[-72.39375181178751,41.28252840384461],[-72.39362581175307,41.282646403871674],[-72.39362781176071,41.282773403896485],[-72.39364781177669,41.28294540392955],[-72.39379281183564,41.28316040396712],[-72.39404781192775,41.28332840399202],[-72.3942728120145,41.283576404033546],[-72.39428881202545,41.28368040405343],[-72.39430481203637,41.283784404073295],[-72.39430481204,41.28385040408624],[-72.39430581204391,41.28391540409893],[-72.39425681203586,41.28405840412847],[-72.39420781202782,41.284201404158026],[-72.39415581201787,41.28432740418433],[-72.3941048120208,41.28468140425526],[-72.39406281202373,41.28498240431553],[-72.39403981203853,41.28538640439538],[-72.3938488119861,41.28556140443565],[-72.39362581191916,41.28566140446222],[-72.393611811915,41.28566840446404],[-72.39318881178441,41.28579240450157],[-72.39305281174737,41.285922404531306],[-72.39295381172033,41.28601540455262],[-72.39291681171035,41.28605240456102],[-72.39277681167114,41.28616640458773],[-72.39263781163231,41.286281404614634],[-72.39253881160606,41.28638840463868],[-72.39243881157945,41.28649540466277],[-72.39239281157477,41.28668140470065],[-72.39234581156973,41.286867404738544],[-72.39236881158457,41.287001404764055],[-72.39245881162098,41.28713140478671],[-72.39277381173817,41.28740040482953],[-72.39282081175702,41.28746540484077],[-72.39282281176521,41.28760240486754],[-72.39282281177276,41.287739404894374],[-72.3927698117654,41.28791840493109],[-72.39263981172779,41.288002404951605],[-72.39218981158479,41.28806040497709],[-72.39198381151994,41.28809840499098],[-72.39182381147215,41.28817440501088],[-72.39159481140511,41.28830840504431],[-72.39151881138334,41.288361405057074],[-72.39145781136898,41.28846040507837],[-72.39138881135857,41.28867840512323],[-72.39151081142569,41.28917740521714],[-72.39137381139007,41.28933840525295],[-72.39111381131057,41.289429405278916],[-72.3907628112096,41.289666405336334],[-72.39049581114408,41.290051405420115],[-72.39016781105555,41.290379405494626],[-72.38980981094784,41.290535405536396],[-72.38933681079519,41.29055440555494],[-72.38894781066713,41.29052440556126],[-72.38864181056937,41.29055440557673],[-72.38845881051498,41.290646405600484],[-72.38836781049363,41.290795405632515],[-72.38837481050786,41.29101240567479],[-72.38871881062971,41.29119540569985],[-72.38892481070106,41.29127540570905],[-72.38911481076934,41.291394405726415],[-72.38925981082379,41.291527405747914],[-72.3893368108606,41.2917414057874],[-72.38929781085757,41.29191640582291],[-72.38913781080895,41.29197740583985],[-72.38847481060239,41.292138405892175],[-72.38803181046748,41.29230240593817],[-72.38797081045686,41.292469405972774],[-72.38807781052232,41.293026406078496],[-72.38825281059158,41.29325140611708],[-72.38855081071237,41.293686406192926],[-72.38861181074334,41.29388840623057],[-72.38861181074947,41.29399940625231],[-72.38850481071827,41.29406440626839],[-72.38833681066451,41.29407940627659],[-72.38797081054327,41.294037406279834],[-72.38774981047989,41.29419040631673],[-72.38794781055348,41.29435840634342],[-72.38825281066119,41.2945144063644],[-72.38820681065675,41.294705406403246],[-72.38790181056184,41.2947814064277],[-72.38761181047835,41.29497640647495],[-72.38763481049801,41.295197406517524],[-72.38785681057897,41.29535740654189],[-72.38825281071205,41.29543740654515],[-72.38840581075377,41.29529240651195],[-72.38844381075013,41.29500240645398],[-72.38857381078064,41.294789406408185],[-72.38878681084456,41.29469340638273],[-72.38893981089659,41.29473540638615],[-72.38901581093077,41.29490740641746],[-72.3889548109288,41.2952314064828],[-72.38889381092707,41.29555940654893],[-72.38893181095374,41.29581940659866],[-72.38897081097198,41.29592040661721],[-72.38897481097382,41.29593040661905],[-72.38898681097955,41.295963406625134],[-72.38899081098144,41.29597440662716],[-72.38903681100312,41.29609640664961],[-72.38908281102479,41.296218406672054],[-72.38908081102817,41.296291406686414],[-72.38906881105463,41.29684240679468],[-72.3889478110339,41.29717940686445],[-72.38887281101287,41.29724040687876],[-72.3887368109749,41.29735340690514],[-72.38859981093464,41.29743040692451],[-72.38861981094203,41.29744640692702],[-72.38862081094241,41.29744740692718],[-72.38867781096408,41.297504406936554],[-72.38869681097135,41.29752440693988],[-72.38893081106046,41.29776140697896],[-72.38904581110295,41.297854406993565],[-72.38905781110739,41.29786440699514],[-72.3891718111479,41.2979274070039],[-72.38930681119452,41.29797740700946],[-72.38950181126083,41.29803040701371],[-72.39043281157508,41.29824340702624],[-72.39090381173409,41.298351407032605],[-72.39201881211233,41.298640407054236],[-72.39189481207639,41.29871940707359],[-72.391617811999,41.298948407127114],[-72.39103781183525,41.29939640723302],[-72.39046081167128,41.29982340733473],[-72.39039781165334,41.2998694073457],[-72.39005981155641,41.30010340740212],[-72.38991781151546,41.30019740742497],[-72.38970681145824,41.300403407471904],[-72.38865381114805,41.300983407618475],[-72.38631181045707,41.302254407940744],[-72.38490081004154,41.3030344081377],[-72.38440580989513,41.30329640820449],[-72.38369380968273,41.303640408294164],[-72.38307180949592,41.30391840836809],[-72.3829308094535,41.30398040838464],[-72.38261880935983,41.304120408421824],[-72.38250780932613,41.30416340843373],[-72.38236480928275,41.30421940844918],[-72.38222680924083,41.30427240846387],[-72.38186380913069,41.304414408503064],[-72.38181580911602,41.30443140850788],[-72.38167780907398,41.304482408522205],[-72.38129180895626,41.3046224085617],[-72.38013480860354,41.30504440868058],[-72.37974980848617,41.305185408720256],[-72.37961580844541,41.30523540873424],[-72.37943580839067,41.3053034087532],[-72.37929980834956,41.30535940876842],[-72.37921580832395,41.305390408777136],[-72.37908280828348,41.30544040879108],[-72.37459280691316,41.30705240924736],[-72.37449780688416,41.307086409256996],[-72.3727348063462,41.30772140943654],[-72.37213280616272,41.30794240949868],[-72.37166480602053,41.308122409548574],[-72.37119980587961,41.308307409599365],[-72.37062680570634,41.30854240966333],[-72.3701658055674,41.308739409716324],[-72.3696928054258,41.30895940977421],[-72.3690578052372,41.30928240985734],[-72.36879580515998,41.30942640989374],[-72.36844580505782,41.30963640994581],[-72.36811080496001,41.30983740999566],[-72.36765280482685,41.31012241006579],[-72.36699980463837,41.31055341017061],[-72.36689880460979,41.31063041018885],[-72.36686380459976,41.310654410194644],[-72.36620180441076,41.31112941030837],[-72.36589480432261,41.31134041035929],[-72.36550680421138,41.311610410424294],[-72.36472980398938,41.31216441055708],[-72.36322480356151,41.3132764108219],[-72.36301180350075,41.31343041085871],[-72.36205280322756,41.31412941102557],[-72.36203080322123,41.31414441102919],[-72.36196680320303,41.31419141104041],[-72.3619458031971,41.31420741104418],[-72.36171980313206,41.314360411081225],[-72.36137480303344,41.31460541113997],[-72.36002480264749,41.31556441136997],[-72.35967080254609,41.31581241142959],[-72.35919980241135,41.316145411509524],[-72.3591008023828,41.31621141152556],[-72.35898680234995,41.31628741154399],[-72.35884480230857,41.31637441156548],[-72.35865280225278,41.31649441159498],[-72.35804480207263,41.31681141167606],[-72.35801180206289,41.31682941168061],[-72.35776880198992,41.31693841170956],[-72.35746780189946,41.31707241174522],[-72.3571438018011,41.31719841178002],[-72.35686680171703,41.31730641180984],[-72.3566568016531,41.31738541183189],[-72.35644180158691,41.317452411851725],[-72.35632480155049,41.31748141186106],[-72.3561418014943,41.317541411878544],[-72.35594780143418,41.31759441189497],[-72.35533080124134,41.31773441194171],[-72.3551948011985,41.31775941195087],[-72.35452980098918,41.31788341199596],[-72.35261880038301,41.31815541210902],[-72.35234380029604,41.31819941212625],[-72.35211680022408,41.31823241213982],[-72.35195780017362,41.318254412149095],[-72.3504547996968,41.318467412237844],[-72.34743779873902,41.31888341241371]]]},"properties":{"name":6702,"geoid":"09007670200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.63052490841214,41.633290464717476],[-72.63023690831935,41.63330746472998],[-72.62873890783702,41.63340146479611],[-72.62872790783344,41.633401464796464],[-72.62869790782379,41.63340346479781],[-72.62868790782058,41.633404464798325],[-72.62863690780415,41.63340746480053],[-72.6284709077518,41.633437464811664],[-72.62782490754816,41.633554464854996],[-72.62761290748135,41.633593464869335],[-72.62760990748043,41.63359446486963],[-72.62760390747854,41.63359546487002],[-72.62758590747279,41.633597464870974],[-72.62758090747128,41.633599464871516],[-72.6275369074574,41.63360746487448],[-72.62453690649895,41.633927465032436],[-72.62422890640049,41.63395946504849],[-72.61751790425625,41.6346744654016],[-72.61417190318714,41.635030465577564],[-72.61279290274645,41.63517646564995],[-72.61081990211608,41.635387465753894],[-72.61063390205665,41.6354074657637],[-72.60508390028227,41.6359814660523],[-72.60506490027613,41.6359824660531],[-72.60504790027076,41.635985466054215],[-72.60483590020301,41.63600746606525],[-72.60164789918416,41.63634446623243],[-72.59144989592492,41.637423466767224],[-72.58805089483867,41.63778446694571],[-72.58783489476964,41.637807466957064],[-72.58587789414496,41.638028467062384],[-72.57936189206497,41.638764467413],[-72.57718989137165,41.63901046752999],[-72.57691989128544,41.63904046754441],[-72.57679089124423,41.63905446755124],[-72.57633489109875,41.639107467576075],[-72.57611289102798,41.639134467588384],[-72.57584489094265,41.63916846760352],[-72.57553489084388,41.63920746762098],[-72.57367889025133,41.63941546772052],[-72.56718288817741,41.640146468069425],[-72.56685788807368,41.640183468086946],[-72.5650178874862,41.64039046818575],[-72.56404188717455,41.64049946823801],[-72.56111488624003,41.640828468395114],[-72.56013988592879,41.640939468447705],[-72.56012288592336,41.640941468448645],[-72.56009688591502,41.64094346844986],[-72.55996888587414,41.640957468456655],[-72.55992688586078,41.640963468459155],[-72.55990688585558,41.640986468464256],[-72.5598488858406,41.64105546847949],[-72.55982988583577,41.64107946848474],[-72.55944388571233,41.641119468504805],[-72.55670988483809,41.641403468647],[-72.55269888355556,41.64182246885608],[-72.55167188322717,41.64192946890956],[-72.54843188219108,41.64226646907813],[-72.5473498818451,41.64237946913451],[-72.54423088084772,41.64270446929688],[-72.54167787977391,41.63842146854735],[-72.53936987880591,41.63459646787875],[-72.53806687825954,41.632438467501544],[-72.53442087673088,41.626400466445936],[-72.53410987660065,41.62588846635648],[-72.5336368764025,41.625107466219966],[-72.5331808762114,41.62435346608813],[-72.53287187608183,41.62384146599861],[-72.53122887539307,41.62112046552278],[-72.53089887524358,41.62037646538887],[-72.53081687520637,41.6201904653554],[-72.53047587506765,41.61970046527113],[-72.53042887504802,41.61962346525766],[-72.53041987504456,41.61961446525621],[-72.53041587504325,41.61961446525634],[-72.53038787503188,41.619574465249464],[-72.53022587496604,41.61934246520958],[-72.52953487466436,41.617985464968164],[-72.52952987466212,41.617974464966196],[-72.52929087455432,41.617443464870725],[-72.53020987484801,41.61734546482247],[-72.53034387489086,41.6173314648155],[-72.53351787590532,41.61699346464892],[-72.53497087636973,41.616839464572806],[-72.53932387776096,41.61637646434446],[-72.54145287844136,41.616149464232656],[-72.54448987941198,41.61582646407331],[-72.54406587920946,41.614685463865314],[-72.54396587916168,41.61441646381629],[-72.54384887910578,41.614101463758864],[-72.543661879014,41.613554463658645],[-72.54310387873977,41.611916463358426],[-72.54291787864835,41.61137046325836],[-72.54286187862131,41.61121446322985],[-72.54248487843975,41.61017346303974],[-72.54194987818212,41.60869646277004],[-72.54190387815986,41.60856746274646],[-72.54186587814162,41.608463462727464],[-72.54149087796038,41.60741646253613],[-72.54147787795407,41.607379462529366],[-72.54137687790532,41.60709846247802],[-72.54120187781898,41.60657846238263],[-72.54079687761904,41.60537346216155],[-72.54101487764976,41.604660462016184],[-72.54156287772761,41.60287946165295],[-72.54167087774273,41.60252446158058],[-72.54168487774481,41.60248046157158],[-72.5419088777804,41.601819461436115],[-72.54194787778253,41.60163246139856],[-72.54206787779017,41.60107546128659],[-72.54210787779269,41.6008894612492],[-72.54211287778591,41.600740461220106],[-72.54211387778498,41.60071846121579],[-72.54212887776605,41.60029646113339],[-72.54213487775964,41.600148461104446],[-72.54216587776538,41.60007146108853],[-72.54226087778338,41.59984246104102],[-72.54229287778952,41.599766461025254],[-72.54232587779477,41.59966946100535],[-72.5424268778114,41.59938146094623],[-72.54246087781705,41.59928546092649],[-72.54247987781855,41.59920246090976],[-72.5425078778209,41.59908246088559],[-72.54256187782498,41.59884346083745],[-72.5427548778405,41.59800546066859],[-72.54276487784121,41.59796046065952],[-72.54285687784859,41.59756046057892],[-72.5428638778485,41.59751846057055],[-72.54294587785009,41.59707346048151],[-72.54299487782983,41.59643246035548],[-72.54322387787938,41.59598946026215],[-72.54352887795197,41.59551646016058],[-72.54389487804663,41.59508246006467],[-72.54398687807053,41.594975460040956],[-72.54468787825178,41.594143459857094],[-72.5465498787464,41.59216745941407],[-72.54689887883653,41.5917514593222],[-72.54691587884048,41.591723459316206],[-72.54693387884488,41.59169745931057],[-72.54697987885714,41.591649459299795],[-72.54699087886016,41.5916394592975],[-72.5470048788641,41.591628459294924],[-72.5473738789595,41.59119045919812],[-72.54737887896083,41.59118545919698],[-72.54801487912081,41.59035145901477],[-72.54831787919439,41.589907458918894],[-72.54960187950651,41.58803245851385],[-72.54976287954128,41.587719458447935],[-72.55023287964296,41.586810458256416],[-72.55025687964981,41.586793458252345],[-72.55027487965506,41.586782458249644],[-72.55028987965828,41.58675345824352],[-72.55029587965815,41.586716458236154],[-72.55029787965832,41.58670745823434],[-72.55029687965687,41.58668745823049],[-72.55040987968128,41.58646845818435],[-72.55189288005147,41.584474457749856],[-72.55408788059947,41.58152445710694],[-72.55438088067876,41.58123945704226],[-72.55549188097984,41.580166456798466],[-72.55573688104238,41.579861456731415],[-72.55608788113895,41.579548456659445],[-72.55643888123639,41.57925045659038],[-72.55685088135756,41.579021456532786],[-72.5568798813662,41.57900745652912],[-72.55720188146238,41.57885445648916],[-72.55749188153439,41.5784574564028],[-72.55767488157068,41.578045456316936],[-72.55795188146331,41.57454445562791],[-72.55799588144635,41.57399045551888],[-72.55810488140455,41.572620455249215],[-72.55839788129157,41.568927454522274],[-72.55839588129037,41.5689174545204],[-72.5585148812988,41.56838045441226],[-72.55874688131539,41.567335454201796],[-72.55883488133193,41.567121454157416],[-72.55898088136793,41.56691745411313],[-72.55903688137975,41.56680345408919],[-72.55921388141738,41.566449454014766],[-72.55924888141975,41.56628945398255],[-72.55927488142152,41.5661704539586],[-72.55929088142231,41.56609245394292],[-72.55932488142469,41.56593845391192],[-72.55933688140351,41.565493453825056],[-72.55933888140206,41.565456453817795],[-72.55933388139238,41.56531345379017],[-72.55932488138843,41.56529545378695],[-72.55933288139006,41.56527845378339],[-72.5593318813874,41.56523645377526],[-72.55928788135671,41.5649464537203],[-72.55922088132142,41.56470745367598],[-72.55919288130667,41.564607453657445],[-72.55921488129528,41.564278453592806],[-72.55924388129027,41.56402245354213],[-72.55933188130584,41.563790453494235],[-72.55941988131096,41.5633734534104],[-72.55937688127221,41.56293445332644],[-72.55936888126487,41.56285045331036],[-72.55939088126186,41.56267045327468],[-72.55949888128168,41.56239845321838],[-72.55952388128784,41.56236345321079],[-72.55952888128718,41.56232245320266],[-72.55973388133378,41.56196645312694],[-72.55979988134446,41.56177445308754],[-72.56001388139549,41.56144445301659],[-72.5601358814247,41.56125845297657],[-72.56063988155586,41.56067545284721],[-72.56084488161163,41.560481452802975],[-72.56135588176072,41.56017645272744],[-72.56180888188662,41.559794452638776],[-72.56192688192033,41.559711452618906],[-72.5620358819412,41.55945245256509],[-72.56209288194553,41.5592004525143],[-72.56209488194574,41.559192452512676],[-72.56227088198672,41.558903452450906],[-72.5623628820095,41.55877645242328],[-72.56243488203118,41.55874545241498],[-72.56255588206763,41.558693452401],[-72.56267888210071,41.5585704523732],[-72.56276788212212,41.558436452344324],[-72.56265088206504,41.55809945228254],[-72.56230288189481,41.557088452097084],[-72.56218788183844,41.55675245203543],[-72.56214888181931,41.55663845201451],[-72.56203188176195,41.55629645195175],[-72.5619928817429,41.556183451931034],[-72.56175488164143,41.5557574518558],[-72.5610408813372,41.55448245163065],[-72.5608028812358,41.55405745155559],[-72.56162688151386,41.554233451563604],[-72.56277488189843,41.554428451565],[-72.56319788204014,41.55450045156554],[-72.56552288281523,41.55482845155536],[-72.56573088288461,41.55485845155456],[-72.56652788315596,41.55507145157062],[-72.56818788372112,41.555514451603926],[-72.56847788382024,41.555598451611004],[-72.57093488466019,41.55631545167222],[-72.57180688495936,41.556588451697536],[-72.57346788552924,41.55710945174593],[-72.57645788653018,41.55760545174718],[-72.57984688765235,41.55794845170596],[-72.5839508889981,41.55813145161087],[-72.58580988960487,41.55816445155809],[-72.58869689054718,41.55821545147608],[-72.59050889113324,41.55815245140611],[-72.59110789132696,41.55813145138295],[-72.59169589151146,41.55801045134071],[-72.59263389180582,41.5578184512735],[-72.59386989221319,41.55791045125203],[-72.59521189266064,41.55810145124638],[-72.59651489310738,41.5585044512832],[-72.59791089358602,41.55893645132268],[-72.59930789406496,41.55936845136212],[-72.5998968942669,41.55955045137871],[-72.6022748950797,41.560241451437214],[-72.60315189537945,41.560496451458825],[-72.60340389546897,41.56062945147662],[-72.60633089650986,41.56219545168766],[-72.60660389660693,41.562341451707326],[-72.60753189692579,41.56264045173583],[-72.60808989711447,41.562766451742526],[-72.60894589739745,41.56284545173058],[-72.60945689756457,41.56286045171722],[-72.6099018977088,41.56285045170109],[-72.61098389805368,41.56272345164191],[-72.61163489826126,41.56264845160657],[-72.61309589871865,41.562330451498205],[-72.61390789897285,41.5621534514379],[-72.61401789900751,41.56213345143052],[-72.61497289930828,41.561957451365856],[-72.61783990021132,41.561430451172015],[-72.6181699003153,41.56137045114981],[-72.61845890040695,41.56132845113244],[-72.61879990051507,41.56127845111184],[-72.61902290060652,41.56161245116964],[-72.61924490069764,41.56194645122746],[-72.61963390085728,41.562531451328724],[-72.62002390101726,41.563116451429956],[-72.62004090102116,41.563087451423776],[-72.62007090102706,41.56301945140961],[-72.62008990103143,41.56298745140279],[-72.62010590103567,41.562970451398975],[-72.62013290104464,41.56297345139869],[-72.62015190105161,41.5629874514008],[-72.62016890105838,41.56300945140454],[-72.62018490106568,41.563046451411225],[-72.62021190107893,41.5631254514257],[-72.62022190108334,41.56314545142927],[-72.62024490109606,41.563238451446615],[-72.62024190110074,41.56333845146615],[-72.62023490110084,41.56338045147452],[-72.62022690109926,41.56339845147827],[-72.62020190109672,41.5634974514983],[-72.62019890109688,41.56351745150229],[-72.62020790110098,41.56353845150608],[-72.62022090110597,41.5635514515082],[-72.62032290114057,41.56357645150979],[-72.62034190114674,41.56357645150919],[-72.62036990115516,41.56356445150597],[-72.62039490116229,41.56354645150168],[-72.62040090116368,41.56353645149954],[-72.62040490116412,41.5635214514965],[-72.6204229011694,41.56351145149399],[-72.62043690117373,41.56350745149277],[-72.620461901182,41.563509451492344],[-72.62049490119227,41.56350145148974],[-72.62051090119623,41.56347945148496],[-72.62052590119954,41.563451451479025],[-72.62053190120024,41.56342945147457],[-72.62068990125138,41.563424451468556],[-72.62081190128553,41.56332645144562],[-72.62255690176833,41.561824451098104],[-72.62253790175603,41.561716451077714],[-72.62251390174512,41.561661451067806],[-72.6224259017079,41.56150945104107],[-72.62241090170025,41.56146045103202],[-72.62241290169835,41.5614154510232],[-72.6224369017043,41.561382451016044],[-72.62245090170772,41.5613624510117],[-72.62249590172094,41.56133745100542],[-72.62254190173596,41.56133845100414],[-72.62279090182054,41.561401451008436],[-72.62294790187536,41.56146745101624],[-72.62309190192754,41.56156145102993],[-72.6231879019629,41.561634451041044],[-72.62329190200295,41.5617444510591],[-72.62339390204455,41.5618934510848],[-72.6234619020711,41.56197145109779],[-72.62350590208699,41.561999451101826],[-72.62353490209642,41.5619994511009],[-72.62357490210752,41.56196545109301],[-72.62368190213849,41.56189745107639],[-72.62374990215734,41.56183945106295],[-72.62381290217552,41.56179845105297],[-72.62383390218069,41.56176945104666],[-72.62384890218321,41.56172745103803],[-72.62388290218132,41.561498450992445],[-72.62390390218606,41.56146145098459],[-72.62397490220751,41.56143245097669],[-72.62399190221261,41.56142445097459],[-72.62406090223664,41.56145245097783],[-72.62424390230494,41.56160745100211],[-72.62434390234138,41.56167645101233],[-72.6248979025422,41.56204045106537],[-72.6249829025722,41.562081451070625],[-72.62512190262346,41.562188451086996],[-72.62515690263716,41.56222945109385],[-72.62518490264763,41.56225345109761],[-72.6252829026854,41.56235745111469],[-72.62539990272941,41.56246245113135],[-72.62548490277754,41.56282445119899],[-72.62545990277015,41.56283745120231],[-72.62542090275954,41.562874451210746],[-72.62540090275773,41.56295745122751],[-72.62541090276854,41.56309045125303],[-72.62545190279108,41.5632534512834],[-72.62550690281837,41.56341945131389],[-72.62564190290269,41.56413345144831],[-72.6258679030351,41.56517445164337],[-72.62589890305219,41.56529845166647],[-72.62599190310357,41.56567145173599],[-72.62602390312105,41.56579645175924],[-72.62604690313418,41.565896451777945],[-72.62611890317459,41.56619645183393],[-72.62614290318807,41.56629645185259],[-72.62616490320117,41.56640145187228],[-72.62623090324061,41.56671945193198],[-72.6262539032541,41.566825451951836],[-72.62618890325508,41.56721645202986],[-72.62574090318486,41.56855145230353],[-72.6256719031766,41.56880245235449],[-72.6259389032611,41.56876045233781],[-72.62640490340927,41.568699452311094],[-72.62675590352134,41.56866145229251],[-72.62712990364132,41.56863145227474],[-72.6279079038927,41.568600452243885],[-72.62848790408097,41.56859245222383],[-72.6290289042579,41.56860845220966],[-72.62926490433587,41.56862945220622],[-72.62949490441275,41.56866545220584],[-72.62985090453247,41.568734452207906],[-72.63003790459565,41.568775452209906],[-72.63027290467505,41.56882745221249],[-72.63076990484605,41.568991452228495],[-72.63107890495378,41.56911845224331],[-72.63110590496322,41.56913045224478],[-72.63118790499213,41.56916945224974],[-72.63121590500197,41.56918245225136],[-72.63125490501567,41.569200452253625],[-72.6313299050419,41.569232452257445],[-72.63167590516281,41.56937945227495],[-72.63179190520336,41.56942945228096],[-72.63159490515766,41.56975445235038],[-72.63122690507251,41.57036545248085],[-72.63101890502601,41.57073945256012],[-72.63083590498536,41.57107345263085],[-72.63071790495965,41.571297452678124],[-72.63070290495648,41.571327452684436],[-72.6303749048865,41.57197645282099],[-72.63026090486224,41.572203452868706],[-72.63017590484421,41.57237345290446],[-72.6299239047912,41.572885453011956],[-72.62991390478925,41.57290845301674],[-72.62983190477071,41.573052453047325],[-72.6298089047654,41.57309045305545],[-72.6297419047502,41.573207453080315],[-72.62972090474558,41.57324645308856],[-72.6295779047124,41.57348245313896],[-72.62941190467397,41.573757453197686],[-72.6291119045995,41.574166453286715],[-72.6289489045591,41.57438945333522],[-72.62877890451601,41.574605453382624],[-72.6287099044986,41.57469445340211],[-72.62825890438299,41.57524445352333],[-72.62808590433875,41.57545745357022],[-72.6276869042366,41.57594645367796],[-72.6274719041821,41.57621945373785],[-72.6274089041671,41.57631645375869],[-72.62732490414712,41.57644645378662],[-72.62709290409273,41.57681945386649],[-72.62683790403841,41.57732545397291],[-72.62673090401577,41.57754045401808],[-72.62609790388413,41.578853454293316],[-72.62595390385427,41.579153454356174],[-72.62586190383651,41.57936845440088],[-72.62576190381692,41.57959745444854],[-72.62574790381434,41.57963245445578],[-72.62549690377038,41.58029845459315],[-72.62540890375499,41.58053245464141],[-72.62534590374362,41.580693454674666],[-72.62515990371043,41.581176454774415],[-72.62509790369944,41.58133845480788],[-72.62499490368081,41.58160145486223],[-72.62478490364339,41.58214745497498],[-72.6247199036326,41.582330455012595],[-72.62469390362776,41.58239445502585],[-72.62458990360882,41.582657455080245],[-72.62412890352539,41.58383345532335],[-72.62394090349021,41.584292455418485],[-72.62360490342243,41.58502645557176],[-72.62339390337867,41.58546645566393],[-72.62329690335606,41.585624455697705],[-72.62323390333404,41.58559745569448],[-72.62311290330327,41.58574945572787],[-72.62291290325139,41.585982455779494],[-72.62253090315477,41.586471455886645],[-72.62243290312945,41.5865874559123],[-72.62222790307571,41.58681645596332],[-72.62153290289693,41.58765345614804],[-72.62122790281697,41.587994456224],[-72.62111590278796,41.588125456252996],[-72.62084990271985,41.58845145632479],[-72.62010190253883,41.58955345656266],[-72.61988290248948,41.58994045664481],[-72.62018190258856,41.58997145664127],[-72.62044290267553,41.59000745663994],[-72.62083590280717,41.590073456640184],[-72.62086890281826,41.590079456640304],[-72.62241690333828,41.59036645664661],[-72.6236799037617,41.590585456648824],[-72.6239389038486,41.5906314566495],[-72.62417490392802,41.59067745665089],[-72.62444190401608,41.590698456646436],[-72.62455090405184,41.590703456643936],[-72.62463390407879,41.59070245664108],[-72.62435390400326,41.59097745670342],[-72.62419590396097,41.59113845673972],[-72.62369290382655,41.59165545685617],[-72.62343690375967,41.591945456920655],[-72.62322590370448,41.59218345697359],[-72.62295490363488,41.59251145704593],[-72.62295190363419,41.592516457047],[-72.62267390356568,41.59290445713121],[-72.62259990354801,41.59301745715551],[-72.6225739035417,41.593055457163715],[-72.62252590353015,41.59312745717925],[-72.62249990352424,41.5931724571888],[-72.62247690351903,41.59321245719731],[-72.62236590349379,41.59340445723812],[-72.62233290348632,41.59346245725043],[-72.6220849034344,41.59397045735698],[-72.62207090343163,41.59400245736364],[-72.62198290341458,41.59420645740605],[-72.6219369034052,41.59430545742675],[-72.62180090337779,41.594602457488755],[-72.6217559033688,41.594702457509605],[-72.62166890335136,41.59489445754966],[-72.62141090330003,41.59547045766972],[-72.62138790329554,41.595523457680756],[-72.62133190328542,41.59566645771031],[-72.62126790327294,41.59581345774088],[-72.6210769032357,41.5962534578324],[-72.62101390322357,41.596401457863145],[-72.6209739032157,41.59649245788209],[-72.6208549031925,41.5967664579391],[-72.62081590318502,41.59685845795819],[-72.62070290315941,41.59705545800006],[-72.62040690309588,41.59763445812192],[-72.6202409030631,41.5980094582],[-72.62018890305293,41.59812845822477],[-72.62005290302419,41.59840245828231],[-72.61996590300346,41.598536458311095],[-72.6198859029831,41.59863645833306],[-72.61923390280074,41.5991634584562],[-72.61815790249578,41.59996145864545],[-72.61738990227846,41.60053745878179],[-72.61720690222677,41.60067645881461],[-72.61715790221297,41.60071445882355],[-72.61650790203015,41.60122145894273],[-72.61636890199057,41.60132145896656],[-72.6167059020942,41.601214458935054],[-72.61716190223444,41.601070458892536],[-72.61761790237463,41.60092545884982],[-72.61795590247853,41.60081745881808],[-72.61819290255141,41.60074245879594],[-72.61965790301531,41.60051445870491],[-72.62001590313126,41.60050445869155],[-72.62077190337612,41.60048345866332],[-72.62188590374045,41.60051445863377],[-72.6228769040759,41.60074245864639],[-72.62289290408151,41.600749458647236],[-72.6237619043886,41.601177458702566],[-72.62394590448656,41.60184945882714],[-72.62389290447199,41.601896458837956],[-72.6238399044574,41.60194345884877],[-72.62358090438609,41.60217245890149],[-72.62233190399002,41.6023564589771],[-72.62084090355042,41.60316245918116],[-72.61947190316651,41.60425045943605],[-72.6182949028668,41.60572145975917],[-72.617456902707,41.60771446017275],[-72.61775490287502,41.60896746040643],[-72.61773590289624,41.60945046050078],[-72.6176389030063,41.611948460988664],[-72.61768490302926,41.61208946101454],[-72.61805890321597,41.61323546122502],[-72.61891990354596,41.61411246136771],[-72.6194029037245,41.614488461425246],[-72.62058890416307,41.615414461567056],[-72.6211699043779,41.6158674616364],[-72.6226109049107,41.61699146180847],[-72.62434790555298,41.6183464620159],[-72.6247269056931,41.618641462061014],[-72.62552390599214,41.619339462170984],[-72.630773908174,41.627670463619445],[-72.63076890819795,41.62812046370689],[-72.6307289084151,41.63217346449431],[-72.63052490841214,41.633290464717476]]]},"properties":{"name":5601,"geoid":"09007560100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.42552582441355,41.324229411010755],[-72.42568782443898,41.323737410909416],[-72.42582982446162,41.323312410821785],[-72.42589582447451,41.3231574107894],[-72.42626782454784,41.322297410609444],[-72.42631282455676,41.32219441058787],[-72.42647382458853,41.32182241051003],[-72.426898824695,41.32125041038477],[-72.42872982517952,41.31925240993628],[-72.43097582580016,41.31727740947927],[-72.43170882600755,41.31672040934724],[-72.43221182613219,41.31601840919405],[-72.43257782621693,41.31540040906163],[-72.43274582625135,41.315035408984926],[-72.43284682626587,41.31470440891697],[-72.43285282626672,41.31468440891287],[-72.43257782613097,41.31384540875733],[-72.43231882600418,41.313074408614604],[-72.43221082595102,41.312747408554],[-72.43213482591315,41.31250940850982],[-72.43198582584313,41.31211840843798],[-72.43187582579148,41.31183040838507],[-72.43176582573982,41.311542408332166],[-72.42846982419117,41.30289740674368],[-72.42523082264232,41.29390640508523],[-72.42490582248301,41.29293340490493],[-72.42434882221698,41.291392404620694],[-72.42401882205884,41.29046940445032],[-72.42394682202381,41.29025840441126],[-72.42381782196202,41.28989840434481],[-72.42343382177766,41.28881840414538],[-72.42330582171627,41.2884594040791],[-72.4232978217129,41.288445404076604],[-72.42327682170375,41.288403404069065],[-72.4232698217007,41.28838940406652],[-72.42315782164629,41.288062404006],[-72.42282482148407,41.28708340382476],[-72.42271382143002,41.2867574037644],[-72.42247582131726,41.28611540364614],[-72.42176282097947,41.284190403291525],[-72.42158482089509,41.28370940320291],[-72.42147582085241,41.28357740318048],[-72.42142682083421,41.283536403174],[-72.42127982077969,41.283413403154505],[-72.42123082076154,41.283373403148225],[-72.42098982066919,41.28311840310584],[-72.4202678203925,41.28235440297886],[-72.42015782035033,41.28223740295941],[-72.4200348203024,41.28209340293507],[-72.42001282029531,41.28209440293595],[-72.41994782027447,41.28209940293897],[-72.41992682026782,41.282102402940225],[-72.41828981963918,41.28034640264765],[-72.41748581933045,41.279484402504046],[-72.41663581900409,41.278573402352265],[-72.4166808189853,41.277967402232164],[-72.41681481892866,41.276150401872044],[-72.41686081891025,41.275545401752076],[-72.41713481880477,41.27201740105234],[-72.41795581848825,41.26143339895281],[-72.41823081838331,41.257906398253],[-72.41940681877101,41.2580103982365],[-72.41970381886709,41.25800339822581],[-72.42163481949213,41.25796439815762],[-72.42413182029445,41.25780639804832],[-72.42477782050206,41.2577663980202],[-72.42558882075551,41.25758539795929],[-72.42822782158017,41.256996397761064],[-72.43378982331276,41.25565639732392],[-72.44425582657291,41.25313639650149],[-72.45683283049021,41.250107395512856],[-72.45840683100135,41.25010739546341],[-72.46683283373751,41.25010739519864],[-72.47087583505079,41.25011539507312],[-72.48300583899103,41.25014239469696],[-72.48704984030462,41.25015139457153],[-72.48631784020172,41.252591395072685],[-72.48553584009198,41.25520139560871],[-72.48521484004686,41.25627139582846],[-72.48412583989436,41.2599113965759],[-72.48339483979187,41.26235239707712],[-72.4839618400683,41.264022397386434],[-72.48566284089762,41.269032398314295],[-72.48623084117449,41.270703398623716],[-72.48626784119276,41.27081639864468],[-72.48638184124852,41.271155398707485],[-72.48641984126715,41.27126939872861],[-72.48647184129273,41.27142639875773],[-72.48652884132052,41.27159439878884],[-72.4866308413705,41.27189939884538],[-72.48668384139647,41.272057398874644],[-72.48679384145045,41.27238739893582],[-72.48712384161236,41.27337739911932],[-72.4872348416667,41.27370839918067],[-72.48747584177691,41.27428539928606],[-72.48819884210744,41.276016399602305],[-72.48844084221801,41.27659439970787],[-72.48844484222013,41.276609399710686],[-72.48845784222691,41.27665539971929],[-72.48846284222941,41.27667139972227],[-72.48928084261114,41.27876940010736],[-72.4917368437573,41.285066401263],[-72.49255584413947,41.28716540164816],[-72.4925708441479,41.287229401660205],[-72.49261584417332,41.28742440169697],[-72.49263084418175,41.28748940170922],[-72.4926368441849,41.28751040171314],[-72.49264384418849,41.28753440171762],[-72.49265484419422,41.28757340172492],[-72.49266184419771,41.287595401728986],[-72.49297184434778,41.28848740189386],[-72.49390284479838,41.291164402388596],[-72.49400284484682,41.29145240244182],[-72.49421384494887,41.2920574025536],[-72.4942258449543,41.292085402558705],[-72.49426484497168,41.292170402574115],[-72.49427784497752,41.29219940257938],[-72.49442284504815,41.29262440265801],[-72.49485884526037,41.293899402893835],[-72.49500484533141,41.29432540297263],[-72.49504484535197,41.294462402998185],[-72.49505384535668,41.294494403004165],[-72.49508484537256,41.29459940302375],[-72.49516884541563,41.29488440307688],[-72.49520184543277,41.29500040309855],[-72.49525184545844,41.29517040313025],[-72.49541884553696,41.295608403210714],[-72.49558484561513,41.296046403291214],[-72.4959638457937,41.2970474034752],[-72.49603784582841,41.29724040351064],[-72.49649084604164,41.29843340372986],[-72.49664084611231,41.29882940380263],[-72.4967918461833,41.29922540387538],[-72.49723084638995,41.300381404087794],[-72.49766884659627,41.30153740430022],[-72.49810284680062,41.30268040451022],[-72.49824284686646,41.30304840457783],[-72.49881584713629,41.30455840485527],[-72.49909484726577,41.305259404983644],[-72.49914384728774,41.30536840500343],[-72.49955984747076,41.30623240515938],[-72.49957984751207,41.30686040528163],[-72.49957584751715,41.30697540530426],[-72.49956384753234,41.30731940537195],[-72.4995608475378,41.30743540539473],[-72.49955584755364,41.30775040545653],[-72.50072684810519,41.31083740602363],[-72.50295984915715,41.316725407105125],[-72.50302784918918,41.31690440713801],[-72.50320184926734,41.31729440720881],[-72.50325484929111,41.317412407230215],[-72.5033458493341,41.31765440727469],[-72.50344484938086,41.317917407323016],[-72.50459884992533,41.32097340788441],[-72.50587685052838,41.32435840850616],[-72.5063348507439,41.325560408726794],[-72.50770985139081,41.329166409388634],[-72.50816885160674,41.33036940960939],[-72.50882785193181,41.3323674099793],[-72.50891285197382,41.33262641002727],[-72.50953285227979,41.33450841037569],[-72.51124385310555,41.33936541127132],[-72.51203485348715,41.341607411684656],[-72.51241785366496,41.34256741186022],[-72.51356685419854,41.34545041238752],[-72.51395085437674,41.346411412563235],[-72.5011198502664,41.347469413175055],[-72.49823384933629,41.347607413293105],[-72.49699384889252,41.34687241318854],[-72.49590884850424,41.34622941309708],[-72.4952058482522,41.34580441303619],[-72.49503684819145,41.34569941302099],[-72.49497484816919,41.34566141301551],[-72.49491384814725,41.345623413009996],[-72.49439484796079,41.345302412963626],[-72.49398284781309,41.34505341292796],[-72.49320384753379,41.34458241286044],[-72.49264484733345,41.3442454128122],[-72.49189684706512,41.343790412746834],[-72.49150584692485,41.34355241271265],[-72.49111484678458,41.34331441267843],[-72.49030284649325,41.34281941260727],[-72.48907784605377,41.34207341250006],[-72.4887388459319,41.3418624124695],[-72.48839984581004,41.34165141243893],[-72.4879388456443,41.341364412397354],[-72.48742284545875,41.34104241235068],[-72.48699084530338,41.340772412311495],[-72.48660084516312,41.3405284122761],[-72.4862098450226,41.34028541224091],[-72.48479884451531,41.33940641211353],[-72.4845248444168,41.33923541208874],[-72.48338784400798,41.33852641198595],[-72.48330984398098,41.33849641198255],[-72.48321084394675,41.33845941197844],[-72.4830318438821,41.338342411961186],[-72.48204884352837,41.33772441187135],[-72.48156584335503,41.33742841182868],[-72.47997284278136,41.33641841168141],[-72.47985284273922,41.336361411674034],[-72.47982184272709,41.336324411667775],[-72.47712484175666,41.33462841142113],[-72.4769308416868,41.334505411403185],[-72.47663284158453,41.3344074113934],[-72.47660684157596,41.33440541139382],[-72.47645784152701,41.33439541139657],[-72.47635284149256,41.3343894113987],[-72.47490184101596,41.33429741142642],[-72.47433384082943,41.33426141143728],[-72.47404384073512,41.33426041144623],[-72.47317384045226,41.33425741147305],[-72.47288384035802,41.334257411482184],[-72.47285184034713,41.33424841148144],[-72.4727558403146,41.33422441147975],[-72.47272484030415,41.33421741147938],[-72.47259184025889,41.33418041147631],[-72.4725168402334,41.334160411474784],[-72.47230984016291,41.334102411469964],[-72.4721958401241,41.334070411467295],[-72.47218684012108,41.33406841146719],[-72.47206384007922,41.334034411464415],[-72.47192784003346,41.33400641146322],[-72.471659839945,41.333981411466766],[-72.47044083954263,41.33386841148307],[-72.47003483940865,41.33383141148862],[-72.4695948392639,41.333799411496216],[-72.46938783919576,41.33378341149961],[-72.46931283917111,41.333778411501],[-72.46907783909376,41.33376041150488],[-72.46877783899507,41.333738411510026],[-72.46824283881905,41.33369941151924],[-72.46620983815012,41.333549411553946],[-72.46525383783559,41.33347941157035],[-72.4652348378289,41.3334704115692],[-72.46517783780907,41.33344641156631],[-72.46515883780245,41.33343841156533],[-72.46508483777797,41.333430411566106],[-72.46486483770514,41.333406411568326],[-72.46479183768098,41.33339841156907],[-72.46456583760666,41.333382411573055],[-72.4638898373845,41.33333741158554],[-72.46366483731055,41.3333224115897],[-72.46295783707733,41.33325941159963],[-72.46152383660431,41.33313241161995],[-72.460837836378,41.33307141162961],[-72.46013183614517,41.33300941163971],[-72.45990283607075,41.33300941164691],[-72.45921783584826,41.333011411668885],[-72.45898983577423,41.33301241167624],[-72.45831183555059,41.33295241168587],[-72.45627783487966,41.3327724117147],[-72.45560083465641,41.33271341172445],[-72.45507283448221,41.33266641173189],[-72.45348883395982,41.33252841175475],[-72.45296183378603,41.33248241176235],[-72.45274283371282,41.332445411762],[-72.45208783349382,41.33233441176089],[-72.451869833421,41.332298411760725],[-72.44865283236085,41.33203241180992],[-72.44432383093431,41.33167541187628],[-72.43900182918051,41.331236411957825],[-72.43680482845654,41.33105541199152],[-72.43578582812074,41.33097141200712],[-72.43500182781499,41.33005041185163],[-72.43461182766285,41.32959141177411],[-72.43202982665586,41.32655641126157],[-72.43062882618027,41.32618941123383],[-72.42928782572507,41.32583841120731],[-72.428879825586,41.32572141119725],[-72.42807882531278,41.32548741117663],[-72.42810682531717,41.32540241115913],[-72.4283668253583,41.32461841099758],[-72.42643982471749,41.32435441100649],[-72.42552582441355,41.324229411010755]]]},"properties":{"name":6801,"geoid":"09007680100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.66562191573195,41.56099844956229],[-72.66541691566232,41.56094644955875],[-72.6637169150927,41.56065344955616],[-72.66362691506251,41.560637449555934],[-72.66345891500593,41.560603449554705],[-72.66334891496885,41.560580449553754],[-72.66320091491902,41.56055044955265],[-72.66302091485807,41.56050844955024],[-72.66291291482152,41.56048344954884],[-72.66274691476434,41.56042744954327],[-72.66251491468344,41.56033144953202],[-72.66221591457739,41.56017644951148],[-72.66202891450992,41.5600594494947],[-72.66176891441401,41.559859449464156],[-72.66161991435784,41.55972344944251],[-72.66145491429329,41.55953144941047],[-72.66125191420839,41.55919844935225],[-72.66121891419328,41.559121449338356],[-72.6611769141704,41.55895844930804],[-72.661499914272,41.55889744928586],[-72.6629349147187,41.55854244917102],[-72.66331391483679,41.55845044914102],[-72.66349791489414,41.55840644912658],[-72.6638729150095,41.55828944909187],[-72.6642549151259,41.558150449052654],[-72.66442491517721,41.558080449033625],[-72.66467691525348,41.557979449005934],[-72.6647859152861,41.557929448992745],[-72.66487191529453,41.55758444892295],[-72.66506691531423,41.55681244876672],[-72.66512591531847,41.55654844871353],[-72.66520391532423,41.55620244864381],[-72.66523291532619,41.55607044861725],[-72.66535091534044,41.55564444853069],[-72.66539891534845,41.555510448503114],[-72.66546391536066,41.555352448470344],[-72.66609891548067,41.55382544815333],[-72.66628191551956,41.55346044807655],[-72.66656491558338,41.55296244797073],[-72.66658291558748,41.55293144796413],[-72.66675591562779,41.55264944790381],[-72.66691991566691,41.55239844784978],[-72.66704791569582,41.55217344780197],[-72.6670879157052,41.55210944778826],[-72.66717991572706,41.55196744775771],[-72.6672059157327,41.55191744774718],[-72.66724191574068,41.5518514477332],[-72.66740691578416,41.551671447692954],[-72.66752291581473,41.55154544766474],[-72.66791391591917,41.551143447574134],[-72.66791891592055,41.55113944757319],[-72.66809091596714,41.55097444753562],[-72.66826991601965,41.55087344751027],[-72.6687539161665,41.55068644745847],[-72.66916591629223,41.55054044741692],[-72.66951291639938,41.55043944738621],[-72.66958791642303,41.550426447381284],[-72.66969691645737,41.550406447373916],[-72.67032291665583,41.55031544733621],[-72.67058991674047,41.55027644732009],[-72.6708129168112,41.55024444730675],[-72.67083491681811,41.55024044730528],[-72.67083991681974,41.550240447305114],[-72.67130291696677,41.55017744727806],[-72.67191591716174,41.55009944724331],[-72.67182291710577,41.54964544715808],[-72.67197091715079,41.549590447142656],[-72.67373091767074,41.548663446906225],[-72.67531091813603,41.547805446688955],[-72.67601391834418,41.54744344659614],[-72.67636791844906,41.54726244654964],[-72.67665391853438,41.547126446514056],[-72.67679591857693,41.54706244649709],[-72.6773509187434,41.54681444643115],[-72.67791691891362,41.54656944636543],[-72.67809591896786,41.546499446346104],[-72.67853691910167,41.54632944629896],[-72.67870391915275,41.54627244628255],[-72.67875791916936,41.54625544627752],[-72.6792099193086,41.546118446236434],[-72.67933691934776,41.54608044622499],[-72.67937891936063,41.54606644622093],[-72.67955191941356,41.54600744620392],[-72.67992991952936,41.54588144616736],[-72.6800769195757,41.545855446157596],[-72.6802579196328,41.545824446145765],[-72.6804009196762,41.54576944613052],[-72.68052791971506,41.54572644611811],[-72.68084191981124,41.545621446087644],[-72.68134691996636,41.5454604460402],[-72.68162092005055,41.545373446014544],[-72.68183592011685,41.54530944599522],[-72.68193692014805,41.54528044598636],[-72.6823959202889,41.54513144594273],[-72.68247592031294,41.54509644593335],[-72.68268292037533,41.54500944590984],[-72.68323492054047,41.54475544584282],[-72.68489392103692,41.54399444564185],[-72.68544692120243,41.543741445575],[-72.6854679212087,41.54373144557236],[-72.68548792121474,41.54372344557019],[-72.68553192122785,41.54370244556468],[-72.68555392123444,41.54369244556206],[-72.68591292134191,41.54352844551869],[-72.6866069215484,41.54318944543061],[-72.6869159216412,41.543053445394285],[-72.68701492167015,41.54299644538005],[-72.68728292175092,41.54288344534951],[-72.68738692178276,41.5428484453394],[-72.68756992183945,41.54279844532381],[-72.68818292203223,41.542682445281656],[-72.68844192211427,41.54264344526579],[-72.68876792221806,41.54260444524778],[-72.68894292227323,41.542573445236165],[-72.68899792229026,41.542558445231485],[-72.68911992232711,41.54250844521786],[-72.68952892244629,41.54226444515736],[-72.68977092251747,41.542131445123765],[-72.6898629225451,41.542091445113044],[-72.69000992259078,41.54205344510095],[-72.69015792263816,41.5420404450937],[-72.6902189226575,41.54203144509001],[-72.69132392312659,41.54396744543093],[-72.6927369237252,41.54642044586243],[-72.69319492391935,41.547217446002655],[-72.69434592440665,41.54920944635293],[-72.69455492449335,41.54953944641036],[-72.69744992542134,41.54930044627127],[-72.69782292554152,41.54928044625543],[-72.69793292557699,41.54927544625094],[-72.69894192590215,41.54922244620835],[-72.6993159260227,41.549203446192685],[-72.69929292600746,41.54906644616678],[-72.69950292607462,41.54904644615619],[-72.70054992640969,41.54895044610402],[-72.70089992652171,41.5489184460866],[-72.70089992652301,41.54894144609105],[-72.70090092652481,41.54896744609608],[-72.700902926528,41.54901244610477],[-72.7009039265297,41.54903644610941],[-72.7009189265458,41.54923444614739],[-72.70096392659426,41.549830446261765],[-72.70097892661042,41.55002944629995],[-72.70100592663906,41.55037944636709],[-72.70108892672567,41.551430446568645],[-72.70111692675471,41.55178144663596],[-72.70113292677024,41.551963446670804],[-72.70116792680307,41.55234144674314],[-72.7011899268185,41.552487446770805],[-72.70119692682208,41.552510446775045],[-72.70121392683038,41.552559446784024],[-72.7012739268566,41.552677446805035],[-72.70139792690725,41.55285944683642],[-72.70152992695853,41.55300644686074],[-72.7015489269659,41.553027446864235],[-72.70163092699723,41.55310944687754],[-72.70198192712779,41.55339844692244],[-72.70214492718873,41.553538446944415],[-72.70231192725247,41.55370444697133],[-72.70243892730213,41.55385144699582],[-72.7024449273047,41.55386244699777],[-72.70249892732741,41.55395344701372],[-72.70256092735433,41.55407244703486],[-72.7026299273862,41.5542384470649],[-72.70270292743899,41.554750447162036],[-72.70271692745314,41.55491944719443],[-72.70271692745439,41.55494144719871],[-72.70272192747521,41.55527944726421],[-72.70268992748163,41.55557644732294],[-72.70267292748252,41.555689447345436],[-72.70261892747779,41.555915447391065],[-72.70250392746274,41.55630944747129],[-72.70234992744024,41.55679544757065],[-72.70229392743435,41.5570124476146],[-72.70225192743027,41.55718144764878],[-72.70221792743686,41.557492447710274],[-72.70221192744752,41.5577144477536],[-72.70221792746656,41.55801544781189],[-72.7022059275041,41.558745447954095],[-72.70215992751154,41.559140448032295],[-72.70205692751256,41.55974844815371],[-72.70181292754208,41.5616664485341],[-72.70168892754631,41.56245144869055],[-72.70150392753384,41.56329144885965],[-72.70145792752726,41.56343944888987],[-72.70148692754829,41.563643448928566],[-72.70151392756523,41.563787448955686],[-72.70170792768671,41.564815449149144],[-72.70172792769826,41.56490444916578],[-72.70177792772765,41.565135449209066],[-72.70177892772811,41.565138449209606],[-72.70184292776531,41.565426449263505],[-72.70226392799759,41.56710544957612],[-72.70229892802215,41.567337449620084],[-72.70237392808612,41.568034449753036],[-72.7024169281229,41.56843544982955],[-72.70247592818076,41.56911644995992],[-72.70248692821158,41.56959645005278],[-72.70247892822279,41.56983945010025],[-72.70245292822433,41.57001545013524],[-72.70241292822757,41.57030145019208],[-72.70222892822224,41.571261450384405],[-72.70215092822045,41.57167645046749],[-72.70208992821776,41.57197845052809],[-72.70205892821669,41.57213745055998],[-72.70196692822994,41.5728974507105],[-72.70193092823568,41.57320445077127],[-72.70192392823674,41.57326345078297],[-72.70190592824089,41.57343945081772],[-72.70189992824234,41.57349945082957],[-72.70187792824666,41.57370145086949],[-72.70186092824812,41.57382445089394],[-72.70183792825115,41.57400945093059],[-72.70180792826066,41.57434845099738],[-72.70180792827503,41.57460145104651],[-72.7018339282949,41.5748024510847],[-72.70187592832703,41.57512745114647],[-72.70188892834223,41.575320451183536],[-72.70191492837114,41.5756804512526],[-72.70191292838304,41.5759014512956],[-72.70191192839373,41.576095451333295],[-72.7018909284065,41.57644045140095],[-72.70187192841857,41.576761451463895],[-72.701812928428,41.57726545156366],[-72.7018059284376,41.57747445160445],[-72.70179592845406,41.57782145167215],[-72.7017909284612,41.57797545170222],[-72.70177692848289,41.57843745179237],[-72.70177292849039,41.5785924518226],[-72.70177392849453,41.57865945183558],[-72.70177592850007,41.578745451852214],[-72.70178392850926,41.578861451874474],[-72.70178892851473,41.578929451887525],[-72.70180792853583,41.57919145193779],[-72.70182392854738,41.579303451959014],[-72.70194692863586,41.5801564521207],[-72.70197992866156,41.580419452170695],[-72.702008928684,41.58064845221423],[-72.70203792870156,41.58079145224107],[-72.70209692872537,41.580872452254894],[-72.7022759287974,41.58111545229635],[-72.70233592882157,41.581197452310356],[-72.70227892880065,41.58115545230403],[-72.70210992873868,41.58103245228556],[-72.70205392871813,41.58099145227939],[-72.70206192872705,41.58110245230069],[-72.70206892873392,41.58118345231618],[-72.70207392874754,41.58139445235698],[-72.70207692875091,41.58143645236505],[-72.70208792876079,41.58154745238626],[-72.70204092875413,41.58169945241726],[-72.70190392873549,41.5821554525102],[-72.70185792872921,41.58230845254138],[-72.70177792871831,41.58257445259559],[-72.7015409286868,41.583376452758884],[-72.70146192867627,41.583643452813256],[-72.70116992862738,41.584454452980054],[-72.70075492855831,41.585614453218554],[-72.7004269285081,41.58660845342203],[-72.7003269284922,41.586901453482106],[-72.70005192844926,41.587719453649726],[-72.69990592842609,41.58814745373746],[-72.69976692840416,41.588557453821515],[-72.69947992836087,41.58943845400174],[-72.6994229283524,41.58961545403792],[-72.69934392834126,41.58987145409013],[-72.69932992833897,41.58991145409837],[-72.6992909283331,41.59003145412291],[-72.69927792833121,41.59007245413128],[-72.69920592832023,41.59029145417608],[-72.69915992831334,41.59043345420513],[-72.69896192827775,41.590940454309894],[-72.69887892826303,41.59115645435448],[-72.69865092822086,41.59171945447107],[-72.69851592819599,41.59205445454041],[-72.69825792814213,41.59258345465137],[-72.69784592805192,41.59335445481421],[-72.69769692801937,41.59363445487334],[-72.69755592798792,41.59388845492716],[-72.69734992791295,41.59374845490659],[-72.69696592777379,41.59349845487035],[-72.69642992757969,41.59315145482018],[-72.69634192754764,41.59309145481134],[-72.69611692746581,41.59293945478907],[-72.69555292726056,41.59255745473298],[-72.69522592714173,41.59233845470094],[-72.69451192688238,41.59186245463144],[-72.69425492678961,41.59170145460841],[-72.69416692675807,41.591650454601336],[-72.69367992658479,41.59138945456627],[-72.69349392651922,41.59130045455494],[-72.69342892649667,41.59127545455217],[-72.69328992644934,41.59123845454945],[-72.6932429264336,41.5912304545494],[-72.69305692637228,41.59121645455264],[-72.69294792633687,41.59121745455634],[-72.692042926046,41.59128045459756],[-72.69162292591072,41.59130445461566],[-72.69158792589917,41.59130145461619],[-72.69146592585828,41.59128045461603],[-72.69143892584897,41.591271454615146],[-72.6914249258442,41.59126745461482],[-72.6913479258167,41.59122445460894],[-72.6913159258047,41.591196454604535],[-72.69128692579338,41.59116345459905],[-72.6912659257844,41.591125454592344],[-72.69124592577397,41.5910564545796],[-72.69126892577287,41.59090545454955],[-72.69160592581318,41.58968545430193],[-72.69181592583485,41.58886445413583],[-72.69196292584495,41.58820045400223],[-72.69233792587166,41.586523453664654],[-72.69254192586413,41.58522345340573],[-72.6926899258264,41.583711453107455],[-72.69269092582512,41.58368345310197],[-72.69271192581401,41.58336745303997],[-72.69272392578866,41.582852452939576],[-72.69271092574493,41.582157452805056],[-72.69270992574205,41.58211245279636],[-72.69270692573342,41.58197745277024],[-72.69270692573093,41.58193345276169],[-72.69269492568748,41.581237452626944],[-72.69269192567383,41.58101445258374],[-72.69265192563746,41.580603452505216],[-72.69259792560445,41.580331452454146],[-72.69246792553653,41.579880452370716],[-72.69219992541244,41.5792304522531],[-72.69193592529008,41.57858845213689],[-72.6918509252508,41.57838345209982],[-72.69172892518952,41.578003452029925],[-72.69163292513859,41.577656451965616],[-72.69132292492962,41.57575245160581],[-72.69124292487196,41.57519545150021],[-72.69124392484764,41.5747614514159],[-72.69124692484753,41.574742451412114],[-72.69135492484615,41.57409945128379],[-72.69142492485071,41.57377845121921],[-72.69154792485178,41.57309245108205],[-72.69155592485204,41.57305145107383],[-72.6915739248386,41.57271145100722],[-72.69154392475293,41.571374450748515],[-72.6915179247235,41.57100545067771],[-72.69151592472076,41.57096845067057],[-72.69139492464463,41.5703204505486],[-72.69133692461173,41.57007345050248],[-72.6911659245141,41.569333450364226],[-72.69116092451117,41.56931045035993],[-72.69111592448375,41.56908545031766],[-72.69106292445507,41.568883450280126],[-72.69100792442245,41.56862445023159],[-72.69096392439344,41.56836545018269],[-72.69093292436571,41.56805445012327],[-72.69092892435147,41.56782645007911],[-72.69093692429294,41.56674944986967],[-72.6909279242798,41.56656944983499],[-72.69091492426995,41.56647044981619],[-72.69085892423787,41.56622644977059],[-72.6903989239898,41.56449144944829],[-72.69031192394746,41.5642444494031],[-72.69023492391415,41.5640984493772],[-72.69014292387604,41.56395444935217],[-72.69012892387047,41.56393644934912],[-72.69003092383122,41.56380644932701],[-72.68987592378113,41.56381244933314],[-72.68938092361927,41.56379744934607],[-72.68932292360027,41.56379544934754],[-72.6887959234283,41.56378544936245],[-72.68850492333216,41.56375944936672],[-72.68829992326356,41.563725449366686],[-72.6878059230982,41.563643449366566],[-72.68666092271403,41.563436449363],[-72.68632692260255,41.56338644936397],[-72.6861489225425,41.56334844936229],[-72.68607692251817,41.56333244936149],[-72.68567892238448,41.563258449359836],[-72.68547892231769,41.56322744936022],[-72.68521192222897,41.56319444936235],[-72.68506592218101,41.56318644936546],[-72.6848409221072,41.56317544937054],[-72.68483592210649,41.563191449373804],[-72.68465492204761,41.563191449379595],[-72.68443392197595,41.563195449387436],[-72.68417492189317,41.56322144940079],[-72.68378492177047,41.56329444942745],[-72.68338892164702,41.563389449458576],[-72.68296892151693,41.563504449494346],[-72.68221392128234,41.563698449556185],[-72.68194692119872,41.56375544957581],[-72.68159592108783,41.56381344959831],[-72.68141292102892,41.563824449606294],[-72.68105392091283,41.563836449620105],[-72.68077192082019,41.563820449626014],[-72.68054292074463,41.56380144962965],[-72.68009992059645,41.563729449629854],[-72.67982492050392,41.56367544962815],[-72.67938692035708,41.5635984496272],[-72.67903692024164,41.56357044963296],[-72.67874692014676,41.5635614496405],[-72.67847692005942,41.5635694496507],[-72.67828191999678,41.56358344965965],[-72.67801691991177,41.5636044496722],[-72.6776979198098,41.56363644968863],[-72.67750391974789,41.5636574496989],[-72.67719691964962,41.56368544971417],[-72.6762799193563,41.5637734497606],[-72.67597391925841,41.563802449776006],[-72.67583591921425,41.56381544978296],[-72.67542191908187,41.56385544980396],[-72.67528491903806,41.563869449811065],[-72.67515291899576,41.563880449817425],[-72.6747579188692,41.563914449836666],[-72.67462691882727,41.56392644984318],[-72.67437591874697,41.56395044985588],[-72.67362691850747,41.56402344989401],[-72.67337691842754,41.56404844990688],[-72.67299991830787,41.56410044992902],[-72.67289591827522,41.56412144993644],[-72.67262191818932,41.564178449956266],[-72.6714919178408,41.564514450057686],[-72.67102591769708,41.56465345009957],[-72.6708849176346,41.56436045004717],[-72.6708149176036,41.56421545002124],[-72.67053991748386,41.5636814499263],[-72.67043791744014,41.563495449893416],[-72.67043191743755,41.56348444989148],[-72.67035791740702,41.5633704498717],[-72.67025691736606,41.56322744984714],[-72.67044891742236,41.563118449819825],[-72.67070891749904,41.562979449784514],[-72.67070991749932,41.56297844978428],[-72.67092791756184,41.56283044974857],[-72.67099791758038,41.56275544973176],[-72.6710249175858,41.56269644971944],[-72.67103191758439,41.56263144970658],[-72.67101791757399,41.562528449687015],[-72.67098091755697,41.56244044967111],[-72.67063691740778,41.561782449554265],[-72.67057691738275,41.56168544953734],[-72.6704729173394,41.56151744950804],[-72.67040091731195,41.56144644949655],[-72.67036491729883,41.56142144949283],[-72.6703009172754,41.56137544948596],[-72.67021391724488,41.56133644948115],[-72.67011591721153,41.56131044947924],[-72.66999091717018,41.561298449480915],[-72.66992491714845,41.56129344948203],[-72.6697809171024,41.56130744948936],[-72.66950691701712,41.56137544951133],[-72.66932891696239,41.56143144952791],[-72.66911291689603,41.56150044954823],[-72.66902791685938,41.56134144952004],[-72.66897691683917,41.56127744950924],[-72.66893591682366,41.56123944950317],[-72.66892191681855,41.561229449501674],[-72.66886991679948,41.56119144949595],[-72.6687949167728,41.56115144949058],[-72.66869091673671,41.561111449486134],[-72.66859091670281,41.561087449484674],[-72.66852491668077,41.56107744948483],[-72.66845791665888,41.5610754494866],[-72.66839091663765,41.56108544949068],[-72.66813291655677,41.56113944950941],[-72.66796891650655,41.56119444952534],[-72.66765291640986,41.561302449556436],[-72.6676099163922,41.56123744954517],[-72.66744191632678,41.56104744951364],[-72.6672099162364,41.56078444946996],[-72.66705391617518,41.560599449438996],[-72.66695291613493,41.56046944941698],[-72.66682291608156,41.560273449383054],[-72.66681291607745,41.56025844938047],[-72.66675491605118,41.56012744935686],[-72.666744916045,41.560076449347264],[-72.66675591604198,41.55995944932418],[-72.66663591600293,41.559959449328026],[-72.6662749158855,41.559959449339566],[-72.66615591584684,41.559960449343556],[-72.66581191573579,41.559975449357474],[-72.6656349156785,41.559980449364105],[-72.6655799156614,41.559994449368574],[-72.66554091564927,41.56000444937177],[-72.66554991567364,41.560382449444916],[-72.66559591570393,41.5606534494961],[-72.6656419157358,41.56095144955252],[-72.66565391574282,41.561006449562825],[-72.66562191573195,41.56099844956229]]]},"properties":{"name":5414.02,"geoid":"09007541402"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.71453893410686,41.604318456406794],[-72.71398293388391,41.60357945628122],[-72.71312893355783,41.60273245614426],[-72.71270693340537,41.602466456106185],[-72.71244693331879,41.60243145610772],[-72.71083593280558,41.602623456196646],[-72.7102029326126,41.60285145626119],[-72.70967293246652,41.60331445636801],[-72.70950993243613,41.60371245645048],[-72.70886193223555,41.6038924565062],[-72.70849093210893,41.60378845649791],[-72.70842593207261,41.60352245644837],[-72.70844193205274,41.60308145636228],[-72.70836593201241,41.60280745631155],[-72.70806793190737,41.602665456293565],[-72.708049931901,41.60265645629238],[-72.70773993180073,41.60266645630426],[-72.70736093168475,41.602795456341454],[-72.70588693123862,41.60338345650282],[-72.70532093105201,41.603340456512605],[-72.70517193099892,41.60325945650168],[-72.70522893101263,41.60317445648336],[-72.70621793124944,41.60168145616194],[-72.70638993129069,41.601422456106164],[-72.70693793142247,41.60060545593006],[-72.70715693147591,41.60029245586229],[-72.70763893158745,41.59949645569236],[-72.707792931621,41.59920545563095],[-72.70793693165345,41.59895245557724],[-72.70845093175853,41.59786045534884],[-72.70888193183332,41.59671045511185],[-72.70888593183365,41.59669345510843],[-72.70917893186703,41.59560445488768],[-72.70931393188101,41.59507845478126],[-72.70935993188625,41.5949074547466],[-72.70936693188598,41.59486245473762],[-72.70938393188906,41.59481945472875],[-72.71000493195905,41.59249845425836],[-72.7105899320253,41.590317453816276],[-72.71084593205339,41.589347453619794],[-72.71115593210067,41.588405453427],[-72.71172393221235,41.58712045315935],[-72.7121169323004,41.58642045301085],[-72.7125929324127,41.5856724528504],[-72.7127819324574,41.585377452787085],[-72.71293993249732,41.5851754527428],[-72.7136249326701,41.58429545255001],[-72.7140949327915,41.58374145242738],[-72.71385093271275,41.583752452437345],[-72.71363193264195,41.58376045244591],[-72.71330093253604,41.58379145246255],[-72.71316593249257,41.58379945246843],[-72.71300193243985,41.583810452475824],[-72.712434932259,41.58387345250623],[-72.71136693191828,41.583991452563374],[-72.71063893168522,41.58405745259953],[-72.71038593160388,41.58407445261093],[-72.70945793130556,41.58413745265291],[-72.70905393117586,41.58416745267167],[-72.70895793114491,41.58417245267573],[-72.70846193098515,41.58420045269706],[-72.70831393093721,41.58420445270258],[-72.70818693089568,41.58420045270589],[-72.70812493087517,41.5841944527067],[-72.70806893085627,41.584182452706166],[-72.70801893083897,41.58416445270428],[-72.70797393082228,41.58412845269873],[-72.70793893080845,41.58408545269151],[-72.70791393079764,41.58403845268318],[-72.70788893078372,41.58393645266418],[-72.7078799307751,41.58383645264505],[-72.70788993077268,41.58373645262531],[-72.7078919307685,41.58365145260874],[-72.70790793074525,41.58315145251117],[-72.70789493071399,41.582675452419174],[-72.70789293070771,41.58257645240001],[-72.7077339305811,41.58125945214942],[-72.70767793053606,41.580787452059575],[-72.70714893036632,41.58082845208449],[-72.70556192985715,41.580953452159605],[-72.70503392968783,41.58099645218486],[-72.7047599295999,41.581017452197734],[-72.70393992933684,41.58108245223663],[-72.7036669292493,41.58110445224964],[-72.70356392921623,41.581112452254494],[-72.7033999291635,41.58112345226189],[-72.70260192890714,41.581180452298526],[-72.70251492887924,41.581187452302686],[-72.70233592882157,41.581197452310356],[-72.7022759287974,41.58111545229635],[-72.70209692872537,41.580872452254894],[-72.70203792870156,41.58079145224107],[-72.702008928684,41.58064845221423],[-72.70197992866156,41.580419452170695],[-72.70194692863586,41.5801564521207],[-72.70182392854738,41.579303451959014],[-72.70180792853583,41.57919145193779],[-72.70178892851473,41.578929451887525],[-72.70178392850926,41.578861451874474],[-72.70177592850007,41.578745451852214],[-72.70177392849453,41.57865945183558],[-72.70177292849039,41.5785924518226],[-72.70177692848289,41.57843745179237],[-72.7017909284612,41.57797545170222],[-72.70179592845406,41.57782145167215],[-72.7018059284376,41.57747445160445],[-72.701812928428,41.57726545156366],[-72.70187192841857,41.576761451463895],[-72.7018909284065,41.57644045140095],[-72.70191192839373,41.576095451333295],[-72.70191292838304,41.5759014512956],[-72.70191492837114,41.5756804512526],[-72.70188892834223,41.575320451183536],[-72.70187592832703,41.57512745114647],[-72.7018339282949,41.5748024510847],[-72.70180792827503,41.57460145104651],[-72.70180792826066,41.57434845099738],[-72.70183792825115,41.57400945093059],[-72.70186092824812,41.57382445089394],[-72.70187792824666,41.57370145086949],[-72.70189992824234,41.57349945082957],[-72.70190592824089,41.57343945081772],[-72.70192392823674,41.57326345078297],[-72.70193092823568,41.57320445077127],[-72.70196692822994,41.5728974507105],[-72.70205892821669,41.57213745055998],[-72.70208992821776,41.57197845052809],[-72.70215092822045,41.57167645046749],[-72.70222892822224,41.571261450384405],[-72.70241292822757,41.57030145019208],[-72.70245292822433,41.57001545013524],[-72.70247892822279,41.56983945010025],[-72.70248692821158,41.56959645005278],[-72.70247592818076,41.56911644995992],[-72.7024169281229,41.56843544982955],[-72.70237392808612,41.568034449753036],[-72.70229892802215,41.567337449620084],[-72.70226392799759,41.56710544957612],[-72.70184292776531,41.565426449263505],[-72.70177892772811,41.565138449209606],[-72.70177792772765,41.565135449209066],[-72.70172792769826,41.56490444916578],[-72.70170792768671,41.564815449149144],[-72.70151392756523,41.563787448955686],[-72.70148692754829,41.563643448928566],[-72.70145792752726,41.56343944888987],[-72.70150392753384,41.56329144885965],[-72.70168892754631,41.56245144869055],[-72.70181292754208,41.5616664485341],[-72.70205692751256,41.55974844815371],[-72.70215992751154,41.559140448032295],[-72.7022059275041,41.558745447954095],[-72.70221792746656,41.55801544781189],[-72.70221192744752,41.5577144477536],[-72.70221792743686,41.557492447710274],[-72.70225192743027,41.55718144764878],[-72.70229392743435,41.5570124476146],[-72.70234992744024,41.55679544757065],[-72.70250392746274,41.55630944747129],[-72.70261892747779,41.555915447391065],[-72.70267292748252,41.555689447345436],[-72.70268992748163,41.55557644732294],[-72.70272192747521,41.55527944726421],[-72.70271692745439,41.55494144719871],[-72.70271692745314,41.55491944719443],[-72.70270292743899,41.554750447162036],[-72.7026299273862,41.5542384470649],[-72.70256092735433,41.55407244703486],[-72.70249892732741,41.55395344701372],[-72.7024449273047,41.55386244699777],[-72.70243892730213,41.55385144699582],[-72.70231192725247,41.55370444697133],[-72.70214492718873,41.553538446944415],[-72.70198192712779,41.55339844692244],[-72.70163092699723,41.55310944687754],[-72.7015489269659,41.553027446864235],[-72.70152992695853,41.55300644686074],[-72.70139792690725,41.55285944683642],[-72.7012739268566,41.552677446805035],[-72.70121392683038,41.552559446784024],[-72.70119692682208,41.552510446775045],[-72.7011899268185,41.552487446770805],[-72.70116792680307,41.55234144674314],[-72.70113292677024,41.551963446670804],[-72.70111692675471,41.55178144663596],[-72.70108892672567,41.551430446568645],[-72.70100592663906,41.55037944636709],[-72.70097892661042,41.55002944629995],[-72.70096392659426,41.549830446261765],[-72.7009189265458,41.54923444614739],[-72.7009039265297,41.54903644610941],[-72.70150392672048,41.54895944607522],[-72.7032909272887,41.54873144597371],[-72.70846992893573,41.54807444568022],[-72.71045492956696,41.54782244556767],[-72.71120392980517,41.547727445525226],[-72.7113349298573,41.54789544555368],[-72.71166593000842,41.54866144569193],[-72.71226893020196,41.54861644566387],[-72.71365293064694,41.54852644560204],[-72.71780793198296,41.54825844541688],[-72.71919293242831,41.5481694453552],[-72.71929493246108,41.54816244535058],[-72.71960193255971,41.548141445336654],[-72.71970493259288,41.5481354453322],[-72.72028793278054,41.5481014453069],[-72.72032293279186,41.548100445305586],[-72.7209409329908,41.54806444527879],[-72.72178093326124,41.54801644524256],[-72.72203693334365,41.54800144523144],[-72.72261993353129,41.54796744520614],[-72.72270093355748,41.54796444520296],[-72.72287993361545,41.547960445196445],[-72.7229419336347,41.547944445191355],[-72.72302093365931,41.54792544518513],[-72.72455993414651,41.54769144509035],[-72.72477993421617,41.54765844507689],[-72.72916493559981,41.54691344479158],[-72.73070093608452,41.54665344469184],[-72.73118793623806,41.54656844465971],[-72.73265293670013,41.546316444563764],[-72.73314093685404,41.54623244453181],[-72.73320593687455,41.546221444527596],[-72.73340293693686,41.54619044451524],[-72.73346893695775,41.546180444511194],[-72.733491936965,41.54617644450968],[-72.73356093698698,41.546168444505895],[-72.73358493699467,41.54616644450475],[-72.7338019370407,41.54573444441385],[-72.7340359370906,41.54527344431678],[-72.73412293711327,41.54517444429475],[-72.73425093714671,41.54503044426266],[-72.73437893718008,41.54488544423039],[-72.73465293725152,41.54457444416117],[-72.73486493730688,41.54433544410792],[-72.73493993733206,41.54434944410825],[-72.73502493736066,41.54436644410881],[-72.73511393738956,41.544365444105786],[-72.7353809374762,41.54436244409664],[-72.73547093750547,41.54436244409374],[-72.7381569383728,41.54425544398684],[-72.74252793978418,41.54408144381285],[-72.74269393983846,41.54408644380851],[-72.7462179409908,41.54420044371762],[-72.74725194132893,41.54423444369105],[-72.74887894186097,41.544287443649154],[-72.74893194195744,41.54568144391831],[-72.74894294198523,41.546107444000725],[-72.74898194200719,41.546270444031144],[-72.74899194201305,41.54631644403976],[-72.74915994210753,41.547017444170564],[-72.74917094211371,41.54706344417915],[-72.74926994217036,41.54749344425952],[-72.74934894232521,41.54976544469839],[-72.74938094235524,41.550110444764385],[-72.74939494236816,41.55025744479249],[-72.74939694237028,41.550283444797486],[-72.74941594238727,41.550473444833784],[-72.74952894249064,41.55164544505785],[-72.74958094253913,41.55220044516399],[-72.75006994299305,41.55738544615548],[-72.75023394314474,41.55911444648605],[-72.75024094315103,41.55918544649962],[-72.75024294315297,41.55920744650382],[-72.75031894321371,41.559841446624525],[-72.75057994342266,41.56202144703955],[-72.75066794349269,41.5627494471781],[-72.75070294352064,41.56304044723349],[-72.75080794360458,41.563915447400056],[-72.75084294363258,41.56420744745564],[-72.7508649436535,41.56444944750193],[-72.75087494366302,41.56455944752299],[-72.75111094388696,41.56714544801758],[-72.75168194442887,41.57340244921417],[-72.7519139446501,41.57596244970375],[-72.75218194490469,41.57890245026589],[-72.75214194489192,41.57890645026796],[-72.75238694520922,41.583077451069755],[-72.75259194547469,41.58656645174039],[-72.75294194592703,41.592505452881774],[-72.74978294493339,41.59310045309871],[-72.74954194485761,41.59314645311537],[-72.7456369436292,41.593880453383235],[-72.74433394321932,41.59412545347262],[-72.74421794318283,41.594147453480616],[-72.74421694318255,41.594148453480834],[-72.74284094274967,41.59440645357508],[-72.74039594196896,41.59466345370346],[-72.73907794154813,41.594802453772765],[-72.73904094153632,41.59480645377473],[-72.73815794125575,41.594923453825785],[-72.73539994037954,41.59529145398572],[-72.73448094008758,41.5954144540391],[-72.73167193919502,41.59578745420165],[-72.73167093919606,41.595811454206334],[-72.7316109391801,41.59587345422029],[-72.72994093895767,41.601506455366966],[-72.72729793811524,41.60181245551117],[-72.7272809381111,41.60183645551637],[-72.72717593808638,41.602002455551954],[-72.7270419380658,41.60240645563463],[-72.72646893788564,41.602516455674376],[-72.72506793744535,41.60278845577211],[-72.72474993734536,41.60284945579415],[-72.72417793716558,41.60296045583403],[-72.72416993716304,41.602961455834496],[-72.72414693715578,41.60296545583601],[-72.72413993715361,41.60296745583662],[-72.72394193709171,41.603011455851515],[-72.72367993700885,41.60305345586806],[-72.72335293690503,41.60309845588728],[-72.72303293680349,41.60314345590628],[-72.72098493615336,41.6034274560271],[-72.7201969359033,41.603538456073935],[-72.71979393577561,41.6035984560985],[-72.71858493539244,41.60377745617201],[-72.71818293526513,41.60383845619675],[-72.71814293525246,41.60384445619922],[-72.71745393503342,41.60393445623876],[-72.71526693433822,41.6042214563646],[-72.71468793415421,41.60429845639812],[-72.71461293413039,41.60430845640246],[-72.71453893410686,41.604318456406794]]]},"properties":{"name":5414.01,"geoid":"09007541401"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.4850488545993,41.51874344709032],[-72.48789285550365,41.518366446926905],[-72.49523585783864,41.51739544650534],[-72.49642785821767,41.517237446436845],[-72.49927285912233,41.51686144627353],[-72.49943885917494,41.5168364462634],[-72.49953385920507,41.51682244625768],[-72.49993685933278,41.516761446233026],[-72.50010385938577,41.516737446223075],[-72.50092385964805,41.51665644618132],[-72.50338686043608,41.51641744605677],[-72.50420786069878,41.51633844601538],[-72.50627086135901,41.51614144591165],[-72.5124608633401,41.515553445601014],[-72.51452486400066,41.515357445497436],[-72.51489486411606,41.51526844546838],[-72.51641786460243,41.51510544538837],[-72.51643786460879,41.515102445387136],[-72.51707986481384,41.51503444535358],[-72.52293686668447,41.51441044504637],[-72.5247708672701,41.51421344494989],[-72.52733486808897,41.51394044481541],[-72.52876186854415,41.51377844473863],[-72.53304486991054,41.51329644450892],[-72.53447287036613,41.51313644443247],[-72.5379758714835,41.512739444244026],[-72.53847787164366,41.51268344421721],[-72.54849187484108,41.5116084436901],[-72.55199787596054,41.51123344350579],[-72.55211387600029,41.511269443509114],[-72.55246487612062,41.51137844351918],[-72.55258187616076,41.51141544352266],[-72.55304787630828,41.51134344349383],[-72.55309087632196,41.51133744349131],[-72.55359987648315,41.51125944345996],[-72.55425687669121,41.51115844341944],[-72.55444587675103,41.511129443407796],[-72.55491287689898,41.511058443379135],[-72.55503487698324,41.51185144352961],[-72.55512287702757,41.51213044358111],[-72.55527387710356,41.51260844366933],[-72.55549287721377,41.51330144379724],[-72.55573687736478,41.51457544403742],[-72.55584387746222,41.5156894442508],[-72.55598087756044,41.516643444432084],[-72.55602687763546,41.51771144463843],[-72.55617487776398,41.519140444911784],[-72.55619487778107,41.51932844494773],[-72.55617987779019,41.519577444996656],[-72.55614887780773,41.52006844509318],[-72.55614687780967,41.520114445102195],[-72.5561228778346,41.52069644521619],[-72.556087877872,41.52156444538618],[-72.55608787797846,41.523456445754285],[-72.55585887798891,41.52496644605535],[-72.55532487790407,41.526546446379676],[-72.55462287777954,41.52839244676112],[-72.5540428776552,41.52953644700208],[-72.55379887762906,41.53048244719384],[-72.55297487742021,41.531535447424865],[-72.55228787727354,41.532901447712405],[-72.55134187710145,41.53531244821141],[-72.55094587712844,41.53808144876255],[-72.55099787721393,41.539299448997774],[-72.5510678773288,41.5409354493137],[-72.55112887746503,41.54300244971373],[-72.55119887750936,41.54338544978599],[-72.55158587775468,41.545505450185914],[-72.5524708781561,41.54751945054941],[-72.55265887823417,41.54781945060176],[-72.55310287841857,41.5485284507255],[-72.55335587852356,41.548930450795616],[-72.55405787881132,41.54998345097803],[-72.55417187886125,41.55021145101874],[-72.55439387895845,41.550654451097806],[-72.55463787904992,41.55086845113166],[-72.55547687933883,41.551150451159806],[-72.5608028812358,41.55405745155559],[-72.5610408813372,41.55448245163065],[-72.56175488164143,41.5557574518558],[-72.5619928817429,41.556183451931034],[-72.56203188176195,41.55629645195175],[-72.56214888181931,41.55663845201451],[-72.56218788183844,41.55675245203543],[-72.56230288189481,41.557088452097084],[-72.56265088206504,41.55809945228254],[-72.56276788212212,41.558436452344324],[-72.56267888210071,41.5585704523732],[-72.56255588206763,41.558693452401],[-72.56243488203118,41.55874545241498],[-72.5623628820095,41.55877645242328],[-72.56227088198672,41.558903452450906],[-72.56209488194574,41.559192452512676],[-72.56209288194553,41.5592004525143],[-72.5620358819412,41.55945245256509],[-72.56192688192033,41.559711452618906],[-72.56180888188662,41.559794452638776],[-72.56135588176072,41.56017645272744],[-72.56084488161163,41.560481452802975],[-72.56063988155586,41.56067545284721],[-72.5601358814247,41.56125845297657],[-72.56001388139549,41.56144445301659],[-72.55979988134446,41.56177445308754],[-72.55973388133378,41.56196645312694],[-72.55952888128718,41.56232245320266],[-72.55952388128784,41.56236345321079],[-72.55893888109837,41.562379453232495],[-72.55670688037446,41.56242345331205],[-72.55648888030358,41.562424453319174],[-72.55619888020986,41.56243645333073],[-72.55464087970388,41.56245545338396],[-72.55422287956657,41.562432453392795],[-72.55383987943966,41.562392453397194],[-72.5536278793688,41.56235945339753],[-72.55324287923871,41.56227445339325],[-72.55278387908278,41.56215845338528],[-72.55265787904021,41.56213045338386],[-72.55257287901148,41.56211145338287],[-72.55215787887033,41.56200345337506],[-72.5516538786996,41.56188445336797],[-72.55147887864085,41.56185245336731],[-72.55135687860012,41.56183445336769],[-72.5511948785465,41.561818453369746],[-72.5509578784689,41.56181045337572],[-72.5507258783933,41.5618084533827],[-72.55052587832893,41.56182145339159],[-72.55026887824654,41.56184345340402],[-72.54993887814145,41.5618844534225],[-72.54958587802932,41.561933453443224],[-72.54880287778025,41.56203545348796],[-72.54861287771982,41.56206045349885],[-72.54654187706112,41.56233245361755],[-72.54635587700145,41.562347453626394],[-72.54607287691175,41.56239045364376],[-72.54565587677925,41.56244745366807],[-72.54550987673286,41.56246745367662],[-72.5451338766137,41.56252445369964],[-72.54481787651402,41.56258045372056],[-72.54464187645871,41.56261545373295],[-72.54446887640472,41.562656453746435],[-72.54414587630484,41.56274945377477],[-72.54385287621483,41.56284445380254],[-72.54366087615622,41.56291345382207],[-72.54359787613706,41.56293745382873],[-72.54337887607075,41.563025453852795],[-72.54309687598646,41.56315845388761],[-72.54295287594343,41.5632264539054],[-72.54294187594009,41.56323045390652],[-72.54292187593418,41.56324145390929],[-72.54291187593115,41.56324545391041],[-72.54290187592824,41.56325145391189],[-72.54286387591688,41.56326945391658],[-72.54157987553347,41.563881454076366],[-72.54109187538693,41.56409945413424],[-72.54099087535715,41.56415445414814],[-72.54092787533823,41.56418245415558],[-72.5408618753185,41.5642134541637],[-72.5407438752837,41.56427745417988],[-72.5406838752661,41.5643114541884],[-72.54060987524431,41.56435245419872],[-72.54041987518767,41.564444454222645],[-72.5403998751817,41.56445445422521],[-72.54023487513285,41.56454045424718],[-72.5400838750885,41.56462545426851],[-72.53979287500393,41.56480545431273],[-72.53958587494462,41.56494845434712],[-72.53951587492463,41.56499845435904],[-72.53942987490066,41.56506945437558],[-72.5393328748731,41.56514045439247],[-72.53918487483219,41.565269454422236],[-72.53894287476541,41.565482454471315],[-72.53880787472823,41.565602454498936],[-72.53874087470957,41.565658454511954],[-72.53859187466828,41.56578645454157],[-72.53821487456392,41.56611145461672],[-72.53800087450468,41.56629645465947],[-72.53770987442343,41.56653545471516],[-72.5375288743718,41.56666445474598],[-72.53738587432998,41.56674845476686],[-72.5371318742557,41.5668974548039],[-72.53699687421572,41.56696745482178],[-72.53678587415328,41.56707845485007],[-72.53655387408425,41.56719345487979],[-72.53638787403403,41.567261454898286],[-72.53632187401375,41.567282454904465],[-72.53592987389331,41.56740945494159],[-72.53560987379412,41.567497454968866],[-72.53537187372042,41.56756445498945],[-72.53526787368821,41.567593454998395],[-72.53495887359249,41.56767945502494],[-72.53485587356064,41.56770945503403],[-72.53399787329472,41.56794645510735],[-72.5336808731965,41.568034455134516],[-72.53273187290317,41.56831045521831],[-72.53144187250633,41.568719455338794],[-72.53073287228823,41.56894445540505],[-72.53059387224552,41.56898945541821],[-72.53039387218409,41.569054455437204],[-72.52991387203669,41.56921145548295],[-72.52979687200084,41.56925145549444],[-72.52959887194022,41.56931945551395],[-72.529571871932,41.569329455516744],[-72.52948987190702,41.56935945552519],[-72.52946387189917,41.56937045552815],[-72.5291838718139,41.56947445555726],[-72.5283208715528,41.56982645565308],[-72.52822087152273,41.56987045566481],[-72.52755987132414,41.57016445574293],[-72.52607387088034,41.57087245592775],[-72.52543987069096,41.57117445600657],[-72.524580870434,41.57157645611198],[-72.52440187038047,41.571660456133976],[-72.52395887024684,41.57184845618459],[-72.52334687006172,41.57209845625261],[-72.52316787000744,41.572169456272114],[-72.52262986984437,41.57238345633076],[-72.52245186979049,41.572455456350404],[-72.52210786968655,41.57259845638912],[-72.52199986965371,41.57263945640054],[-72.52158786952867,41.57280045644491],[-72.5209958693475,41.57300545650353],[-72.52061586923011,41.57311745653736],[-72.51952786889426,41.57344245663507],[-72.51929186882144,41.573513456656364],[-72.51884086868404,41.57368045670314],[-72.51833286853139,41.5739064567632],[-72.51790686840567,41.574136456821414],[-72.51771486834902,41.57424045684773],[-72.5175208682918,41.5743454568743],[-72.5172528682162,41.574552456923016],[-72.51637786797117,41.5752594570882],[-72.5157758678038,41.57576745720605],[-72.51499586758634,41.57641445735653],[-72.51439586741938,41.576918457473504],[-72.51382686726085,41.577392457583684],[-72.51338586713904,41.5777784576727],[-72.51204986676856,41.5789234579376],[-72.51150986661453,41.57930945802976],[-72.51149186660928,41.57932045803247],[-72.51149586660624,41.57924345801737],[-72.51109486648765,41.579455458071294],[-72.51012786619587,41.57986445818146],[-72.50987286611887,41.579971458210366],[-72.5095608660248,41.5801044582461],[-72.50954786602084,41.58010945824748],[-72.5090878658824,41.58031045830115],[-72.50886586581626,41.580419458329374],[-72.5087018657683,41.580515458353226],[-72.50848086570528,41.580674458391144],[-72.50795886555946,41.581102458490875],[-72.5074728654237,41.58150145858382],[-72.50722786535407,41.58168145862657],[-72.50714686533112,41.581742458641],[-72.5068118652342,41.5819574586934],[-72.50652586514911,41.58210045873029],[-72.50644286512424,41.582138458740296],[-72.50616886504231,41.582267458774055],[-72.50564486488494,41.58250245883634],[-72.50535286479663,41.58262245886893],[-72.50474286461233,41.58287645893765],[-72.50423486445915,41.58309345899594],[-72.50383586433765,41.58324245903754],[-72.50318686414072,41.5834974591077],[-72.50298286407842,41.58357045912835],[-72.50287286404486,41.58361045913961],[-72.50203986379123,41.58392245922667],[-72.50186586373823,41.58398745924481],[-72.50134286357904,41.58418445929969],[-72.50116986352641,41.584250459318],[-72.50050786332498,41.58450045938758],[-72.50024486324381,41.58457945941128],[-72.49995386315321,41.5846534594349],[-72.49990286313718,41.58466345943845],[-72.4998298631142,41.58467745944349],[-72.4996108630452,41.584718459458415],[-72.49953886302262,41.584733459463614],[-72.49941186298227,41.58475145947113],[-72.49939986297842,41.58475245947172],[-72.4989808628445,41.58479645949355],[-72.49884186280013,41.584812459501066],[-72.49869386274702,41.58472445948867],[-72.49859886271219,41.58465545947829],[-72.49849886267428,41.584560459463],[-72.4984108626388,41.58443945944229],[-72.49830486259805,41.584328459424086],[-72.49826086257801,41.58422645940565],[-72.49825586257597,41.58421945940446],[-72.49805186249189,41.583905459349914],[-72.49711386210313,41.582424459091904],[-72.49689986201297,41.58206045902798],[-72.49688486200662,41.5820344590234],[-72.49670286192818,41.58169345896291],[-72.49664386190204,41.581570458940895],[-72.49656586186471,41.58135845890218],[-72.49655786185818,41.58128845888882],[-72.49655286185329,41.5812304588777],[-72.49656686185025,41.58109545885103],[-72.4965888618514,41.58098845882955],[-72.49659886185266,41.58095345882242],[-72.49661786185571,41.580897458810945],[-72.49664886186153,41.580821458795185],[-72.49673086187916,41.5806604587613],[-72.49682486190274,41.580535458734026],[-72.49716286198915,41.58011545864169],[-72.49737586204368,41.57985245858384],[-72.49752686208186,41.579657458541156],[-72.4976398621105,41.579512458509384],[-72.4977818621439,41.57928445846058],[-72.49790086216784,41.5790214584057],[-72.49800386218877,41.57879745835891],[-72.4981308622164,41.57855345830746],[-72.49824586224388,41.57837645826942],[-72.49834286226705,41.57822745823738],[-72.49855486232146,41.577967458180126],[-72.49861886233941,41.5779164581682],[-72.4986768623566,41.57788645816051],[-72.49877086238553,41.5778564581517],[-72.49896986244727,41.577802458134904],[-72.49918486251349,41.57773545811504],[-72.49933786256004,41.57767745809893],[-72.4994088625813,41.577644458090255],[-72.49943186258811,41.5776324580872],[-72.49986486271665,41.577411458030525],[-72.50011286278944,41.577270457995255],[-72.5003368628551,41.577141457963066],[-72.5006328629442,41.57701245792861],[-72.50087186301296,41.57685145788974],[-72.501188863104,41.57663545783772],[-72.50166586324123,41.57631445776019],[-72.50190986331098,41.57614245771902],[-72.5020628633537,41.57601645768969],[-72.50216286338052,41.57591445766669],[-72.50225086340248,41.57579545764077],[-72.50232086341816,41.57566945761407],[-72.50236386342694,41.575576457594615],[-72.50241686343884,41.57548145757448],[-72.5023038633934,41.57532745754814],[-72.50229586338966,41.57530745754452],[-72.50221286335065,41.575094457505756],[-72.50218586333804,41.57502645749339],[-72.50210186329251,41.57470345743327],[-72.5020498632641,41.57449945739528],[-72.50196986321949,41.57416945733369],[-72.50196586321746,41.57415645733129],[-72.50187786317198,41.57385745727597],[-72.50193986319114,41.57383945727051],[-72.50198486320446,41.57381545726441],[-72.50214486325018,41.57370245723738],[-72.50237286331247,41.573490457188946],[-72.50239286331792,41.57347145718463],[-72.502704863404,41.57319645712127],[-72.5028158634342,41.57309045709715],[-72.50291986346184,41.57298045707247],[-72.50299886348188,41.57287945705034],[-72.5030718634998,41.5727754570278],[-72.50313786351532,41.572669457005105],[-72.50321886353353,41.57252445697436],[-72.50343786358046,41.57209145688326],[-72.50353886360443,41.57193345684934],[-72.50355586360857,41.571908456843936],[-72.50364086363034,41.57180345682083],[-72.50396286371502,41.571445456741046],[-72.50417686377365,41.57124945669617],[-72.50427686380063,41.57115045667374],[-72.5044288638406,41.57098145663607],[-72.50453486386718,41.570840456605296],[-72.50461686388438,41.570671456569855],[-72.5046668638953,41.57057645654982],[-72.50472286390296,41.5703884565115],[-72.50474486390488,41.57029545649273],[-72.50475886390515,41.570219456477496],[-72.50484986390744,41.56973345638016],[-72.5049008639106,41.569494456332095],[-72.50493686391567,41.569376456308014],[-72.50497886392344,41.569271456286266],[-72.50502986393424,41.56916845626463],[-72.50508686394774,41.56907845624532],[-72.50515086396368,41.568991456226385],[-72.50523186398492,41.56890045620613],[-72.50545686404428,41.568653456150976],[-72.50554886406815,41.56854545612706],[-72.50557486407486,41.56851445612022],[-72.50572486411194,41.56830545607484],[-72.50583986413895,41.56812045603523],[-72.5060908641966,41.567692455944076],[-72.5061058642001,41.56766845593894],[-72.50631786424776,41.56728845585834],[-72.5065938643089,41.56677845575045],[-72.50673586434229,41.56655045570163],[-72.50680686435977,41.56645045567995],[-72.50687786437811,41.56636545566117],[-72.50695486439855,41.56628345564278],[-72.50712086444372,41.56612545560681],[-72.5074418645338,41.56586945554685],[-72.50797486468495,41.56547245545277],[-72.50802986470033,41.565427455442276],[-72.50811386472402,41.565362455426985],[-72.50827186476774,41.56522545539534],[-72.50835786479097,41.56514045537609],[-72.50851486483194,41.56496045533611],[-72.50863486486227,41.56480545530217],[-72.50869986487645,41.56468145527601],[-72.50871586487942,41.564641455267726],[-72.50874086488366,41.564572455253526],[-72.50880786489327,41.564355455209224],[-72.50880886489325,41.564349455208024],[-72.50884086489434,41.56418345517474],[-72.50885586488859,41.563994455137525],[-72.50885286487951,41.56385045510962],[-72.50883186486423,41.56370045508111],[-72.50876986482729,41.56340245502516],[-72.5087538648172,41.56331545500877],[-72.5087168647935,41.563108454969694],[-72.50868786477646,41.56297345494438],[-72.50854086469054,41.562296454817435],[-72.50851386467235,41.56212945478583],[-72.5084928646528,41.56190345474256],[-72.50849086465058,41.56187545473717],[-72.50849286464413,41.561749454712626],[-72.50851586464088,41.56155845467476],[-72.50855386464477,41.5614074546442],[-72.50862986465854,41.561212454603876],[-72.50872386467975,41.56104545456843],[-72.50878486469465,41.560957454549396],[-72.50931186483098,41.560331454410985],[-72.51024286507254,41.55923845416895],[-72.51030686508922,41.55916445415252],[-72.51049486513723,41.558930454101066],[-72.51071186519161,41.558641454038],[-72.51088786523383,41.5583734539803],[-72.51089186523468,41.558365453978624],[-72.51090586523817,41.55834645397449],[-72.51093686524516,41.5582914539628],[-72.51093986524567,41.55828345396116],[-72.51097986525353,41.55819145394201],[-72.51101286526017,41.558118453926774],[-72.51105486526788,41.55801245390482],[-72.5111088652761,41.557846453870845],[-72.5111598652801,41.557622453825665],[-72.51117786527969,41.557510453803324],[-72.51120186527405,41.5572714537561],[-72.51120186526735,41.55715245373296],[-72.51119486525845,41.557034453710244],[-72.5111658652374,41.55682845367111],[-72.51111086520564,41.55658145362483],[-72.5110958651977,41.55652745361482],[-72.51106686518236,41.55642245359531],[-72.51095086512565,41.556085453533456],[-72.51032386483693,41.55458045326074],[-72.51030786482953,41.55454145325368],[-72.51030086482606,41.55452045324981],[-72.51025486480471,41.554406453229106],[-72.5101588647613,41.554190453190145],[-72.50986886462783,41.553495453064215],[-72.50970786455271,41.55309145299078],[-72.50962486451256,41.552857452947904],[-72.50946786442856,41.552272452839134],[-72.50925186431559,41.55151345269841],[-72.50911186424072,41.55099245260154],[-72.5090398642046,41.55076645255986],[-72.50891986414749,41.55044545250125],[-72.50881786410254,41.55023645246385],[-72.50867686404435,41.550017452425735],[-72.508549863993,41.54983945239516],[-72.50843086394617,41.549695452370926],[-72.50812486382696,41.54934645231276],[-72.50806186380247,41.54927545230095],[-72.50794786375812,41.54914645227949],[-72.50765586364177,41.54876745221505],[-72.50730886349928,41.548241452123754],[-72.50690886333277,41.54759545201083],[-72.5066628632308,41.54720545194277],[-72.50631786308789,41.54666045184773],[-72.50612486300805,41.546357451794925],[-72.50592486292626,41.54606045174351],[-72.5057468628549,41.545821451702665],[-72.50565886282037,41.54571645168504],[-72.50527286267331,41.545335451623195],[-72.5046738624468,41.544773451532876],[-72.5044218623509,41.54452645149282],[-72.50430486230557,41.544397451471454],[-72.50419986226406,41.54426645144932],[-72.50410186222456,41.54413145142615],[-72.5039278621526,41.54385845137858],[-72.50385186212,41.54371845135375],[-72.50376086207937,41.54352245131852],[-72.50367886204155,41.54332445128261],[-72.5033988619078,41.54256545114386],[-72.50332586187398,41.54238645111136],[-72.5031768618083,41.54208045105658],[-72.50293286170445,41.5416454509797],[-72.50286086167569,41.541550450963506],[-72.50252786154326,41.54112245089081],[-72.50237986148463,41.540936450859334],[-72.50118186101024,41.53943145060456],[-72.50102086094705,41.539239450572325],[-72.50090886090369,41.539116450551944],[-72.50075786084523,41.53895045052445],[-72.50036586069564,41.53855845046063],[-72.5000678605835,41.53828845041754],[-72.49965886043191,41.53795945036651],[-72.49947286036311,41.537812450343814],[-72.4986408600554,41.537154450242184],[-72.49800585981998,41.53664245016272],[-72.49777485973392,41.53644845013229],[-72.49757185965774,41.53626845010371],[-72.49722885952755,41.53593745005019],[-72.49689685939995,41.535589449993005],[-72.49684185937865,41.53552844998289],[-72.4967148593294,41.53538744995948],[-72.49639085920273,41.535009449896215],[-72.49609785908643,41.53463644983293],[-72.49568885891853,41.53401644972527],[-72.49559985888098,41.533863449698316],[-72.49540485879623,41.53348444963079],[-72.49523385872017,41.53312044956536],[-72.49500685861716,41.532601449471585],[-72.49493385858393,41.532432449441025],[-72.49428285828587,41.53089644916282],[-72.49410085820415,41.53049544909056],[-72.49332485785061,41.52869544876491],[-72.4931508577712,41.528289448691424],[-72.49246785746314,41.52676044841553],[-72.49234685740784,41.52647644836412],[-72.49225285736344,41.526230448319225],[-72.49218685733233,41.52605844828784],[-72.49211685729793,41.525851448249774],[-72.49202085724717,41.525503448185106],[-72.4919668572149,41.52524144813583],[-72.49189085716101,41.52472144803704],[-72.49182685711236,41.524225447942555],[-72.49177085708013,41.52397544789568],[-72.49176185707583,41.523951447891285],[-72.49173585706335,41.52387944787811],[-72.49172785705946,41.52385644787388],[-72.49170385704788,41.52378944786161],[-72.49160685700323,41.523556447819324],[-72.49157485698936,41.52349444780828],[-72.49154685697711,41.52343844779827],[-72.49146485694357,41.52331644777714],[-72.49132185688656,41.523129447745276],[-72.49123085685105,41.52302444772772],[-72.49114385681776,41.522935447713145],[-72.49095485674671,41.522765447686055],[-72.4907938566872,41.52263844766644],[-72.49078485668387,41.52263144766537],[-72.49060485661812,41.52250344764615],[-72.4904978565797,41.522439447637076],[-72.49045685656513,41.5224174476341],[-72.49038685654024,41.52237944762892],[-72.48986285635604,41.52213544759803],[-72.48979385633193,41.52210644759458],[-72.48953785624252,41.52199744758147],[-72.48851285588582,41.52158444753357],[-72.48776485562473,41.52126944749595],[-72.48709085538948,41.52098544746201],[-72.48695585534212,41.520924447454426],[-72.48682185529454,41.52085344744484],[-72.48669485524896,41.52077744743407],[-72.48658485520906,41.52070444742337],[-72.48655385519763,41.52068044741966],[-72.4864138551463,41.520577447404044],[-72.48622585507626,41.52041944737925],[-72.48616785505425,41.52036344737019],[-72.48600585499177,41.52018944734146],[-72.48592185495866,41.52008644732406],[-72.48584385492735,41.5199804473059],[-72.48563085484061,41.51966944725212],[-72.48544185476288,41.519380447201854],[-72.48537185473388,41.519269447182474],[-72.48513585463591,41.51889144711636],[-72.4850488545993,41.51874344709032]]]},"properties":{"name":5502.02,"geoid":"09007550202"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.46433684411123,41.451690434682874],[-72.46489184433983,41.45255243483341],[-72.46521684449465,41.45343243499472],[-72.46549384462665,41.45418343513239],[-72.46705484540485,41.45902943602784],[-72.46739884557643,41.460098436225366],[-72.46763884569954,41.46090543637511],[-72.4677278457452,41.46120443643056],[-72.4679948458821,41.46210143659698],[-72.46808484592809,41.46240043665243],[-72.46834284606037,41.463266436813086],[-72.46835584606707,41.463310436821246],[-72.46854584616312,41.46392443693493],[-72.46850984618695,41.46456043706004],[-72.46849184625178,41.465826437307356],[-72.46853284627142,41.46593943732809],[-72.46881284640558,41.4667104374695],[-72.46884184641942,41.46678943748398],[-72.46917684657966,41.46770743765233],[-72.46951084673965,41.46862643782089],[-72.4695578467622,41.46875643784473],[-72.46984484687785,41.46915543791343],[-72.47032084706967,41.46981743802739],[-72.47040484710352,41.46993443804755],[-72.47096484732926,41.47071443818186],[-72.47193884772183,41.47206943841513],[-72.4745758486851,41.4739564386995],[-72.47609284921582,41.4746224387813],[-72.47694884950612,41.474834438795554],[-72.4775368497088,41.475038438816725],[-72.47774984979208,41.4752884388587],[-72.47782284983116,41.47556243890978],[-72.47776784983577,41.475965438990045],[-72.47776584983556,41.475973438991666],[-72.47774084983561,41.47611943902091],[-72.47761384983549,41.47685643916852],[-72.47748784983564,41.47759243931592],[-72.47739184983556,41.478149439427476],[-72.47727184986294,41.47933743966274],[-72.47722284987445,41.479828439759956],[-72.47717284988529,41.480313439856026],[-72.47717284988569,41.48032043985739],[-72.47687684995289,41.4832444404364],[-72.47682584996465,41.4837514405368],[-72.47686785000465,41.48422244062722],[-72.47705585018113,41.48628444102296],[-72.47724285035726,41.488345441418524],[-72.47727085038365,41.48865444147782],[-72.47737685042618,41.48879844150253],[-72.47755985049977,41.48904944154562],[-72.47757885050736,41.489074441549896],[-72.47800585065853,41.489293441579036],[-72.47807085068152,41.489326441583415],[-72.47837485078524,41.48941244159056],[-72.47901185100267,41.48959444160586],[-72.48021185139649,41.48965544157978],[-72.48176785190014,41.4896094415216],[-72.48228685206749,41.48958244149992],[-72.4825948521668,41.489566441487064],[-72.48290385226643,41.48955044147418],[-72.48306185231739,41.4895424414676],[-72.48318185235912,41.48959044147316],[-72.48437685277482,41.49007144152904],[-72.4856878532769,41.491421441750525],[-72.48593585339334,41.492060441867125],[-72.4863448535853,41.49311244205906],[-72.48649385368509,41.494029442232936],[-72.48663985376635,41.49463244234575],[-72.48697285395177,41.49600944260339],[-72.48760585430422,41.498625443092784],[-72.48765685433933,41.49895644315563],[-72.48789085447993,41.50010744337236],[-72.48791585450286,41.50037144342297],[-72.48781085456395,41.502072443757505],[-72.48784785458564,41.50224444378982],[-72.48769985455354,41.502531443850394],[-72.48747785450546,41.502962443941335],[-72.48623085418282,41.50444644426974],[-72.48601985412763,41.504686444323156],[-72.48571785404673,41.50499644439307],[-72.48471785382878,41.50691444479815],[-72.4840858537333,41.5088814452011],[-72.48403385372558,41.50904544523466],[-72.48337085356235,41.50998244543808],[-72.48270785339913,41.51092044564166],[-72.48249485334671,41.511221445706994],[-72.48236585331499,41.511404445746706],[-72.48209685324784,41.51176844582609],[-72.48200785324245,41.51218944591085],[-72.48193185323797,41.51255044598353],[-72.48187485323469,41.51282344603848],[-72.48181685323107,41.513095446093274],[-72.4816788532089,41.51350144617666],[-72.48160085320744,41.51392844626225],[-72.48161785322631,41.51416644630806],[-72.4817008532614,41.514310446333454],[-72.48172585327055,41.514328446336144],[-72.48172385327095,41.514347446339926],[-72.48172385327112,41.5143504463405],[-72.48188485333907,41.51462844638954],[-72.48224585346769,41.51482744641683],[-72.48255285358094,41.51506544645345],[-72.4827858536633,41.51518244646884],[-72.48259985364363,41.51591144661663],[-72.48303885381142,41.51635644668936],[-72.48309785384492,41.51661144673711],[-72.4830648538389,41.51669544675452],[-72.4828288538113,41.51757344693287],[-72.48259285378371,41.51845144711125],[-72.48247985374861,41.51848144712066],[-72.4819248535763,41.51862944716704],[-72.48102185329607,41.51887244724292],[-72.48044285312692,41.5192164473282],[-72.48037385311889,41.5194734473804],[-72.4802388531029,41.51997244748181],[-72.47992385306614,41.521145447720066],[-72.47973285301951,41.52142244778001],[-72.47943985294803,41.521848447872195],[-72.47721585229786,41.52316144819815],[-72.47674785216108,41.52343844826685],[-72.47609985197344,41.52385344836814],[-72.47553085181123,41.52426344846595],[-72.47381385134022,41.52582944882504],[-72.47147985070981,41.528134449347455],[-72.47138185068266,41.52821944936709],[-72.46974285022999,41.52966044969938],[-72.46947085015795,41.52995444976519],[-72.46946785015719,41.52995844976606],[-72.46942985014985,41.53004844978479],[-72.46931185012743,41.53033344984399],[-72.46927385012044,41.53042944986387],[-72.46861984994452,41.531088450012774],[-72.46778184970407,41.53166445015138],[-72.46729284956385,41.53200245023262],[-72.46592684915753,41.53268545040876],[-72.46377184849781,41.5334294506217],[-72.46355784843348,41.53352445064696],[-72.4630888483102,41.53404845076376],[-72.46281784824527,41.534463450853075],[-72.46249584816823,41.53495945095977],[-72.46169584793385,41.53542345107537],[-72.46147284788178,41.53578945115363],[-72.46095384776049,41.536639451335425],[-72.46055584766754,41.53729245147506],[-72.45932984737244,41.53914745187473],[-72.45931384736862,41.53917245188012],[-72.45937284740901,41.53955045195179],[-72.45970484754399,41.54003045203467],[-72.45884584723977,41.53959145197644],[-72.45865784702357,41.53682545144425],[-72.45861684700506,41.53673345142765],[-72.45849684695054,41.536457451377736],[-72.45845684693242,41.536366451361296],[-72.45823584683258,41.535868451271405],[-72.45800884674195,41.535569451220425],[-72.45756184655572,41.534842451093084],[-72.45693084629107,41.53378445090718],[-72.45679684623259,41.53351945085987],[-72.45637584604873,41.53268345071051],[-72.45577084579412,41.53165345052922],[-72.4553988456382,41.531031450419945],[-72.45478684539593,41.53026245028966],[-72.45419384517552,41.52977345021325],[-72.45133284399478,41.52531644943632],[-72.44954984325895,41.522538448952],[-72.44934884319359,41.52253944895855],[-72.44916484313383,41.52254144896475],[-72.44874784299888,41.52255544898066],[-72.44873184299372,41.52255644898136],[-72.44854884293507,41.52257244899026],[-72.44850884292221,41.522575448992114],[-72.44831484286036,41.52259844900273],[-72.44780384269751,41.522660449030944],[-72.44761484263746,41.52268644904196],[-72.4475438426149,41.52269644904617],[-72.44738384256446,41.52272544905686],[-72.44723284251637,41.52274444906532],[-72.44715784249256,41.52275544906984],[-72.44678284237298,41.52279944909026],[-72.44663284232517,41.5228174490985],[-72.44517684186035,41.522979449176056],[-72.44481884174606,41.52301944919514],[-72.44080884046565,41.52346244940809],[-72.43935384000109,41.523623449485406],[-72.43763783945319,41.52381344957659],[-72.43249283781046,41.52438444985028],[-72.43082383727763,41.5245704499392],[-72.43077783726285,41.524574449941426],[-72.43076783725968,41.52457544994193],[-72.42226183453201,41.52531045035359],[-72.42212383448839,41.525333450362425],[-72.42130183422853,41.52547145041523],[-72.42102383413994,41.52550545043063],[-72.42097483412422,41.52550945043297],[-72.42057983399788,41.525549450453205],[-72.42018483387152,41.525589450473454],[-72.41954683366731,41.52565145050568],[-72.41890983346353,41.52571545053823],[-72.4183118332732,41.525792450572105],[-72.41735783296765,41.52588245061972],[-72.41449783205188,41.52615445076294],[-72.4135448317468,41.52624645081092],[-72.41338783169645,41.52626045081861],[-72.41130683102949,41.52644745092067],[-72.40459182887723,41.52705045124991],[-72.40235482816028,41.52725245135979],[-72.39955982726453,41.52750545149719],[-72.39933082719114,41.52752645150851],[-72.39405882550147,41.528003451767596],[-72.39117782457812,41.52826445190924],[-72.38838482368301,41.52851845204671],[-72.38731882334132,41.528614452099006],[-72.38412182231662,41.52890345225603],[-72.38328982204999,41.528979452297044],[-72.38305782197607,41.52900845231],[-72.38306682197778,41.52898645230543],[-72.38309582198225,41.52889745228719],[-72.38310182198198,41.52885745227921],[-72.38310082197673,41.528769452262125],[-72.38312582197918,41.52866745224147],[-72.38314282198276,41.528632452234135],[-72.38320282199668,41.52853145221258],[-72.38336882202753,41.52811645212657],[-72.38337082202631,41.528082452119875],[-72.38335182201604,41.528009452106254],[-72.38335682201497,41.52796145209677],[-72.38337882201658,41.5278614520766],[-72.3834678220326,41.52762945202864],[-72.38349582203908,41.527582452018606],[-72.38356582205736,41.527501452000635],[-72.38358482206138,41.52746245199244],[-72.38364882207195,41.5272784519546],[-72.38367982207625,41.527174451933384],[-72.38369482207591,41.52708145191481],[-72.38369882207431,41.52702945190456],[-72.38370782207139,41.526924451883836],[-72.38370182206157,41.52678345185658],[-72.3837018220604,41.52676245185249],[-72.38368182204535,41.52660945182334],[-72.38367282203934,41.52655445181291],[-72.38366182201518,41.52618545174142],[-72.38366782200565,41.52597945170114],[-72.38367582200367,41.525897451684926],[-72.38369582200465,41.525798451665025],[-72.38375782201285,41.52558345162121],[-72.38379782201945,41.52546845159756],[-72.38384782202937,41.52535445157378],[-72.38390582204232,41.52524845155133],[-72.38391782204266,41.525184451538486],[-72.38391782204026,41.52514145153012],[-72.38394582204603,41.525081451517565],[-72.38399282205793,41.5250204515042],[-72.38402982206642,41.524956451490574],[-72.38405782207185,41.524890451476836],[-72.38407382207343,41.524825451463684],[-72.38408782207222,41.52472245144319],[-72.38409482206825,41.52461045142117],[-72.38411282206982,41.52453345140562],[-72.38417982208104,41.52434345136651],[-72.38421982208452,41.52417245133196],[-72.38424482208474,41.524030451303524],[-72.38429982208753,41.523759451249035],[-72.38433382208358,41.52349045119559],[-72.3843848220875,41.5232634511498],[-72.38439882208654,41.52316445113008],[-72.38440082208072,41.52304845110742],[-72.38438682206953,41.5229294510847],[-72.38439182206821,41.52287645107422],[-72.38451782207736,41.522305450959074],[-72.38461882209067,41.52195445088756],[-72.38464482209561,41.521891450874485],[-72.38467982210365,41.52183145086169],[-72.38475782212436,41.52174745084289],[-72.38479282213329,41.52170345083323],[-72.38488482215232,41.52150745079216],[-72.38492782216005,41.52139545076901],[-72.3849608221645,41.52128245074597],[-72.38497782216518,41.521195450728484],[-72.38500682215988,41.52093145067617],[-72.38502882214692,41.5205704506052],[-72.38505582213858,41.52026345054456],[-72.38508382213325,41.520004450493246],[-72.3850918221319,41.51993345047918],[-72.3851038221266,41.519768450446676],[-72.38510782212057,41.519637450421044],[-72.38510482211231,41.519506450395625],[-72.38507482208944,41.51927145035082],[-72.3850668220794,41.51913845032519],[-72.38506682207198,41.5190054502993],[-72.38509282206851,41.518791450256806],[-72.38516182207258,41.51846145019039],[-72.38516682206995,41.51838545017543],[-72.38517582207082,41.51834845016794],[-72.38519482207484,41.51830945015975],[-72.38524982208861,41.5182354501436],[-72.38529382210052,41.51819245013384],[-72.38546982215001,41.518052450101045],[-72.38557182217919,41.517980450083805],[-72.38561682219301,41.51796545007946],[-72.3856608222065,41.51795045007515],[-72.38565682220342,41.51791845006905],[-72.38561082218877,41.51792445007166],[-72.38555982217251,41.517930450074445],[-72.38548182214689,41.51792645007612],[-72.38539282211725,41.51791445007659],[-72.38530782208845,41.51789445007538],[-72.38524382206647,41.517873450073296],[-72.3851778220432,41.51784145006915],[-72.38508882201182,41.51779845006358],[-72.38499382197732,41.5177344500541],[-72.38488482193716,41.517650450041195],[-72.38467982186026,41.517468450012224],[-72.38448682178705,41.51728244998209],[-72.38419782167816,41.51701644993939],[-72.38406282162634,41.51687544991617],[-72.38398782159757,41.51679744990335],[-72.38385182154498,41.51664844987864],[-72.3837378214999,41.51650544985438],[-72.38359082144234,41.51633144982513],[-72.38306982123687,41.515688449716336],[-72.38297582119955,41.51556744969574],[-72.38287782115952,41.515422449670595],[-72.38283482114137,41.515347449657334],[-72.38279882112535,41.51527044964348],[-72.38277082111216,41.515197449630136],[-72.38273382109199,41.515051449602886],[-72.38272382108354,41.51495844958509],[-72.38271482107625,41.514880449570185],[-72.38271382107034,41.51478044955074],[-72.38271482106872,41.51474544954389],[-72.38273882105351,41.5143324494627],[-72.3827628210504,41.5141364494238],[-72.38281482105165,41.513855449367426],[-72.38285482105526,41.51368644933328],[-72.3829808210699,41.513213449237185],[-72.38300682107021,41.51306744920793],[-72.38301382106813,41.51298944919251],[-72.38301382106172,41.51287444917012],[-72.38298882103949,41.51262144912164],[-72.38291382098747,41.51212644902763],[-72.3828438209339,41.51157444892231],[-72.38280682091245,41.511405448890564],[-72.38276982089391,41.51128944886914],[-72.38267782085117,41.51105944882723],[-72.38253582078764,41.51074944877135],[-72.38243782074275,41.51051644872906],[-72.38238282071843,41.5104014487084],[-72.38230882068699,41.51026944868502],[-72.38223282065634,41.51016344866677],[-72.38205882058894,41.509970448634675],[-72.38189382052575,41.50980044860677],[-72.38157982040711,41.50950544855919],[-72.38144482035675,41.50939044854103],[-72.38130282030433,41.509279448523905],[-72.38129182030036,41.509272448522864],[-72.38123182027871,41.509234448517375],[-72.38115882025255,41.5091914485113],[-72.38110582023386,41.5091654485079],[-72.38107382022261,41.50915044850599],[-72.38047282001224,41.508886448473504],[-72.37989881980991,41.50860844843743],[-72.37967081972904,41.508489448421436],[-72.37950781967133,41.50840544841022],[-72.37932581960638,41.50830344839608],[-72.37923381957302,41.508242448387115],[-72.37917081955018,41.508200448380904],[-72.3789988194869,41.508069448360814],[-72.37898481948173,41.50805844835911],[-72.37849181929867,41.50765344829574],[-72.37832581923684,41.507513448273706],[-72.378202819191,41.507409448257334],[-72.37809481915183,41.507337448246716],[-72.37803981913088,41.50728244823772],[-72.37776681902912,41.50705144820133],[-72.37722081882731,41.50661944813439],[-72.37685781869222,41.50631544808659],[-72.3766798186263,41.506172448064355],[-72.37663281860917,41.5061394480594],[-72.37655781858223,41.506094448053],[-72.37625381847442,41.50593544803161],[-72.37605881840445,41.50581844801495],[-72.37599181837983,41.505768448007316],[-72.37594181836094,41.505721447999754],[-72.37588681833935,41.5056554479886],[-72.37585681832753,41.50561844798235],[-72.37582681831489,41.50556644797317],[-72.37580381830432,41.50551144796319],[-72.37570281825337,41.50518744790325],[-72.37566181823139,41.505032447874356],[-72.3755978181932,41.50472044781561],[-72.37551281813928,41.50424944772652],[-72.37547981811986,41.50409344769717],[-72.3753688180583,41.50363744761185],[-72.3753128180231,41.5033324475542],[-72.37524681798578,41.503048447500966],[-72.37519481795137,41.50273444744143],[-72.37516781793595,41.502615447419096],[-72.37511881791009,41.502437447385965],[-72.3750658178843,41.50228444735782],[-72.37502581786617,41.50219244734117],[-72.37498481784876,41.50211944732825],[-72.37493581782884,41.50204844731596],[-72.37488081780721,41.50198144730463],[-72.3748188177834,41.50191644729393],[-72.37475081775781,41.50185444728398],[-72.37467681773045,41.50179544727482],[-72.37459681770024,41.50172044726273],[-72.37439081762348,41.50154644723532],[-72.37399981747626,41.501188447177896],[-72.37391881744533,41.50110644716447],[-72.37383881741377,41.5010074471477],[-72.37371281736263,41.50082544711622],[-72.37366481734249,41.500744447101944],[-72.37358981730783,41.50056044706845],[-72.37349881726797,41.50037644703547],[-72.37343881724343,41.50028644701983],[-72.37325581717194,41.5000724469839],[-72.37323281716156,41.500020446974496],[-72.37320581714809,41.49993644695899],[-72.37319381714002,41.49986144694476],[-72.37317681711971,41.499596446893655],[-72.37313381707995,41.49913344680483],[-72.37312281706538,41.49893644676679],[-72.37312581705254,41.49868844671839],[-72.37314781704713,41.49846244667365],[-72.3731948170465,41.49817644661646],[-72.37320281704531,41.49810844660297],[-72.37323581704074,41.49783344654835],[-72.37332981702043,41.49691944636733],[-72.37336481700626,41.4964604462768],[-72.37336981699937,41.496307446246846],[-72.37335981697629,41.49595144617777],[-72.37335981696532,41.49575444613942],[-72.37337681695978,41.4955554461001],[-72.37340781696169,41.4954084460705],[-72.37342781696424,41.49533744605602],[-72.37346281696801,41.49520044602823],[-72.37349081697127,41.495095446006886],[-72.37351581697162,41.494955445978825],[-72.37353481696833,41.494785445945105],[-72.37354781696624,41.494671445922485],[-72.37354981696548,41.494646445917546],[-72.3735598169604,41.49449644588802],[-72.37355881695471,41.49440044586934],[-72.37355781693044,41.493970445785585],[-72.37354981691065,41.493661445725635],[-72.37354381689501,41.4934154456779],[-72.37353781688063,41.49319244563464],[-72.37352881685598,41.49280244555892],[-72.3735268168398,41.49252344550464],[-72.37352581682711,41.4923014454614],[-72.3735248168194,41.49216844543552],[-72.37352081681351,41.49208644541966],[-72.37351481680244,41.491922445387914],[-72.37350081677602,41.49152944531176],[-72.37348681673012,41.490787445167626],[-72.37348381671852,41.49059644513049],[-72.37347281670452,41.490409445094414],[-72.37346581669536,41.490285445070455],[-72.3734438166735,41.490021445019714],[-72.37341481664447,41.48966944495204],[-72.37339281662857,41.489512444922134],[-72.3733358165926,41.48919944486292],[-72.37328481655746,41.48886644479966],[-72.37326681654497,41.48874744477703],[-72.37324381652263,41.48848044472573],[-72.37307881640187,41.4872754444961],[-72.3729288162916,41.48617144428569],[-72.37289381626128,41.48583144422052],[-72.37280781617955,41.484865444034966],[-72.37277581615172,41.48455244397498],[-72.37275381613595,41.484397443945454],[-72.37271981611602,41.48423844391555],[-72.37267481609264,41.48408144388635],[-72.37263381607288,41.48396644386524],[-72.37254981603454,41.483768443829284],[-72.37251181601778,41.48368944381509],[-72.3725098160169,41.48368544381438],[-72.37244481598934,41.48357044379401],[-72.37237381596,41.48345844377441],[-72.37219881588881,41.48320244373002],[-72.37208281583908,41.482987443691776],[-72.37196481579022,41.482799443658855],[-72.37186981575147,41.482658443634364],[-72.3720858158162,41.48255844360806],[-72.37231881588613,41.48245244358009],[-72.37248881593666,41.48236644355797],[-72.37261481597385,41.48229744354057],[-72.37271981600429,41.4822304435242],[-72.37273481600873,41.482222443522154],[-72.3728458160403,41.48214044350269],[-72.37290781605735,41.48208444348982],[-72.37303281609374,41.48200744347088],[-72.37315381612797,41.48191444344895],[-72.37370981628536,41.481491443349015],[-72.37386581632934,41.48136944332035],[-72.3741028163963,41.4811864432772],[-72.37416981641522,41.48113444326496],[-72.37437281647277,41.48098144322875],[-72.37444081649205,41.48093044321669],[-72.37458281653221,41.48082144319097],[-72.37460981653987,41.48080144318622],[-72.3750108166536,41.480499443114745],[-72.37515381669418,41.480392443089386],[-72.37523081671597,41.480333443075466],[-72.37531981674124,41.480267443059795],[-72.37546181678134,41.480157443033896],[-72.37553881680311,41.48009844301996],[-72.37580781687898,41.47988844297058],[-72.37614381697392,41.47962944290953],[-72.37662281710972,41.479268442824086],[-72.37689581718715,41.47906344277554],[-72.37697881721073,41.47900144276083],[-72.37773581742492,41.478423442624354],[-72.37804181751126,41.47818544256833],[-72.37873381770665,41.47764944244211],[-72.37885281773991,41.47755144241925],[-72.37897481777351,41.47744144239396],[-72.3790908178049,41.4773274423681],[-72.37918681783002,41.47721744234362],[-72.37932181786438,41.47704544230586],[-72.37974581796716,41.47641244216913],[-72.38012181805932,41.47586944205145],[-72.38064381818606,41.47509444188397],[-72.38079481822369,41.474887441838845],[-72.38085881823969,41.47480044181988],[-72.38095281826432,41.474693441796084],[-72.38115381831808,41.474484441749006],[-72.38132481836328,41.47429644170697],[-72.38150381841133,41.47411344166567],[-72.38160381843917,41.47402844164595],[-72.38178181848991,41.4738994416152],[-72.38181881850079,41.47387844160994],[-72.38186381851428,41.47385744160443],[-72.38192681853376,41.47383944159893],[-72.3820268185648,41.47381244159053],[-72.38213281859824,41.473793441583496],[-72.38226581864089,41.47378244157718],[-72.38238081867789,41.47377444157198],[-72.38253181872636,41.4737624415649],[-72.38265081876457,41.473753441559396],[-72.38283581882374,41.47373444154987],[-72.38298381887044,41.47370844154015],[-72.3829848188707,41.47370744153991],[-72.38313081891583,41.47366444152694],[-72.38330781896836,41.47357344150364],[-72.38340881899796,41.47351444148895],[-72.38348681902033,41.47346044147596],[-72.38350181902472,41.47345144147374],[-72.38367781907453,41.473317441442084],[-72.38388281913188,41.47314944140289],[-72.38391081913979,41.47312744139771],[-72.38401781917011,41.47304644137854],[-72.38425881923897,41.472874441337446],[-72.38447581930144,41.47272844130214],[-72.38457081932884,41.47266544128688],[-72.38481081939722,41.472490441245206],[-72.3848948194211,41.47242844123049],[-72.38505281946601,41.4723114412027],[-72.3850918194772,41.472284441196216],[-72.3851408194913,41.472251441188234],[-72.38514881949362,41.472246441187],[-72.3852368195191,41.47218944117312],[-72.38529381953546,41.47215044116374],[-72.38535381955283,41.47211144115423],[-72.38547081958723,41.47204544113769],[-72.38553181960523,41.47201244112934],[-72.38555381961167,41.4719994411261],[-72.3856218196317,41.47196144111657],[-72.38564481963851,41.4719494411135],[-72.38579981968493,41.47187744109459],[-72.38595181973079,41.471812441077134],[-72.38619281980398,41.47171844105123],[-72.38628881983338,41.471685441041764],[-72.38646081988612,41.47162744102505],[-72.38656381991798,41.47159744101595],[-72.38656881991949,41.47159544101542],[-72.38719482011463,41.47144144096569],[-72.387516820216,41.47138044094365],[-72.38779882030606,41.471349440928726],[-72.38814282041662,41.47132444091303],[-72.3895138208603,41.47128044086129],[-72.38952182086291,41.47128044086104],[-72.38975982093946,41.47126444085042],[-72.39050382118039,41.471243440822924],[-72.39112382138111,41.47122544079989],[-72.39197482165677,41.47120244076861],[-72.39298482198392,41.47117544073156],[-72.39360582218511,41.47115944070888],[-72.39377882224113,41.47115444070245],[-72.39430082241022,41.47114044068329],[-72.3944748224666,41.471136440677036],[-72.39507182265999,41.471120440655106],[-72.39648382311844,41.47110244060715],[-72.39664182316969,41.47109944060159],[-72.39843382375106,41.47106844053911],[-72.39898182392949,41.47107044052223],[-72.39956782412017,41.47107044050379],[-72.40003182427071,41.47106244048761],[-72.40049082441934,41.471049440470615],[-72.40094882456732,41.47103044045249],[-72.40146682473447,41.471005440431284],[-72.40185882486075,41.470982440414474],[-72.40201582491139,41.47097444040795],[-72.4045898257387,41.470790440291026],[-72.4063768263133,41.47066744021073],[-72.40806682685623,41.47054244013313],[-72.40968582737692,41.47043244006067],[-72.41015882752865,41.47039344003815],[-72.4103168275796,41.47038544003163],[-72.41049382763721,41.47038544002604],[-72.41066282769282,41.47039644002286],[-72.41087982776519,41.47042844002226],[-72.4109928278035,41.47045644002416],[-72.41110382784154,41.4704904400273],[-72.4113148279148,41.470573440036816],[-72.41146982796936,41.47064744004636],[-72.41159682801504,41.470725440057564],[-72.41181182809457,41.47089744008431],[-72.41193182813947,41.47100244010099],[-72.4121058282051,41.47116444012709],[-72.41226482826441,41.471300440148596],[-72.41250282835212,41.47148444017695],[-72.41264582840411,41.47158244019155],[-72.4128698284839,41.47170644020866],[-72.41296982851883,41.47174944021391],[-72.4131068285663,41.471801440219714],[-72.41324782861469,41.47184644022405],[-72.41336882865583,41.47187844022647],[-72.41349282869768,41.47190544022781],[-72.41361882873993,41.471927440228136],[-72.41385682881902,41.471957440226475],[-72.41396882885597,41.47196644022472],[-72.41408482889393,41.47197044022183],[-72.41431582896877,41.471964440213384],[-72.41444982901191,41.4719564402076],[-72.41458182905414,41.471943440200896],[-72.4146908290886,41.47192544019396],[-72.41474082910415,41.471912440189854],[-72.41502082919159,41.47184644016816],[-72.4152478292617,41.47177944014795],[-72.4153568292949,41.47173844013653],[-72.41546582932767,41.471690440123716],[-72.4155708293589,41.47163744011009],[-72.41567082938819,41.471579440095624],[-72.41578482942123,41.47150644007781],[-72.41594382946622,41.471385440049204],[-72.41606582949966,41.47127344002353],[-72.41619782953448,41.4711274399909],[-72.41628282955617,41.47102043996737],[-72.41650982961153,41.47068843989551],[-72.4166758296529,41.47046143984604],[-72.41693982971962,41.470117439770654],[-72.4170828297563,41.46994043973164],[-72.41723582979722,41.46978143969582],[-72.41734182982619,41.469682439673186],[-72.41759182989561,41.4694684396236],[-72.41773682993649,41.46935543959699],[-72.41788782997953,41.46924643957099],[-72.41802883002023,41.46915343954841],[-72.41832183010565,41.46897543950448],[-72.41859083018471,41.46882343946638],[-72.41886583026606,41.46867743942924],[-72.41919283036302,41.46850843938599],[-72.41948483044973,41.46835943934773],[-72.42005683062013,41.468077439274744],[-72.42028783068932,41.46797043924659],[-72.4204868307494,41.467886439223946],[-72.42068983081103,41.46780743920216],[-72.4209338308856,41.4677214391777],[-72.42109483093478,41.46766343916131],[-72.42110283093727,41.46766143916067],[-72.4213618310169,41.467578439136325],[-72.42158783108677,41.467512439116334],[-72.42162483109823,41.46750243911322],[-72.42175383113828,41.467467439102336],[-72.42183483116338,41.46744543909549],[-72.42202283122178,41.46739543907981],[-72.42208083123974,41.46737943907487],[-72.42216383126565,41.46735943906836],[-72.4225298313796,41.46726743903888],[-72.42268883142948,41.46723443902743],[-72.42284283147809,41.46720743901732],[-72.42300883153058,41.46718043900681],[-72.42317183158256,41.46716143899797],[-72.42331383162815,41.46715043899136],[-72.42370783175522,41.467130438975026],[-72.42396083183722,41.46712443896588],[-72.42438583197632,41.4671394389554],[-72.42492783215434,41.467169438944154],[-72.42522083225062,41.46718643893824],[-72.42562483238284,41.46720043892824],[-72.42609383253519,41.467196438912666],[-72.42674983274841,41.467192438891196],[-72.42708483285645,41.46717543887731],[-72.42712883287055,41.467171438875155],[-72.42727183291635,41.4671584388681],[-72.42749883298846,41.46712743885491],[-72.42755083300504,41.46712143885211],[-72.42777983307744,41.46708343883748],[-72.42796083313421,41.46704543882435],[-72.42804883316184,41.46702743881808],[-72.42821483321339,41.46698343880426],[-72.42837783326368,41.46693443878957],[-72.42838783326674,41.46693043878846],[-72.42855883331912,41.466872438771794],[-72.42873683337318,41.46680343875272],[-72.42898383344742,41.46669343872348],[-72.42919983351156,41.46658343869522],[-72.42933083354994,41.466507438676295],[-72.4294688335899,41.46641843865457],[-72.4295718336192,41.46634343863671],[-72.42982283369079,41.46616243859351],[-72.42992483371923,41.46607743857373],[-72.42997783373352,41.46602443856172],[-72.43041383385459,41.46565143847527],[-72.43054583389127,41.46553943844925],[-72.43077483395581,41.46536043840714],[-72.43098383401572,41.46521543837228],[-72.43109383404777,41.46514843835575],[-72.43131783411428,41.46503443832646],[-72.4315278341776,41.46494443830232],[-72.431663834219,41.46489343828806],[-72.4317448342439,41.46486743828044],[-72.4319428343048,41.46480443826192],[-72.43208783434991,41.464767438250135],[-72.4321198343599,41.46475943824756],[-72.4323968344466,41.46469843822693],[-72.43275683456008,41.46463343820292],[-72.43288583460073,41.46460943819417],[-72.43301783464233,41.46458543818532],[-72.43327383472261,41.46453143816672],[-72.43340383476345,41.46450543815755],[-72.43350383479493,41.46448643815069],[-72.43380583489017,41.46443243813064],[-72.43390683492203,41.46441443812394],[-72.43445783509571,41.46431443808708],[-72.43484283521718,41.46424643806167],[-72.43555083544004,41.46411243801321],[-72.43611183561698,41.46401243797602],[-72.4366638357911,41.46391443793951],[-72.43690583586742,41.46387143792349],[-72.43788483617676,41.46370743786064],[-72.4388808364916,41.463542437797045],[-72.43937683664882,41.46346843776698],[-72.43964683673471,41.46343343775164],[-72.4402118369149,41.46336843772113],[-72.44049583700607,41.46334643770789],[-72.44146083731788,41.46330843767003],[-72.44157283735409,41.46330443766572],[-72.44183383743868,41.46329843765631],[-72.44231483759442,41.46328543763859],[-72.44265283770304,41.46326143762326],[-72.44280983775316,41.46324443761498],[-72.44285283776978,41.463291437622786],[-72.4429088377914,41.46335243763293],[-72.44298883782189,41.463432437646],[-72.4430348378394,41.4634784376535],[-72.44314083787987,41.46358543767102],[-72.44320283790348,41.46364743768116],[-72.44341783798448,41.46384543771296],[-72.44347183800473,41.46389343772061],[-72.4435858380474,41.46399343773651],[-72.4436378380672,41.46404543774501],[-72.44379383812677,41.46420343777087],[-72.44384683814695,41.46425643777953],[-72.44404983822506,41.46447243781524],[-72.44405583822744,41.46448043781661],[-72.44424883830273,41.46470443785419],[-72.44434983834334,41.46484343787809],[-72.44440083836452,41.46492543789246],[-72.44444583838423,41.46501643790878],[-72.44451483841715,41.46520443794326],[-72.44453083842531,41.46525743795308],[-72.44454983843507,41.46532143796495],[-72.4445778384507,41.465438437986876],[-72.44459783846385,41.46555743800944],[-72.44460083846583,41.46557543801286],[-72.44461583847841,41.46571343803929],[-72.44462183848749,41.46584143806405],[-72.44462283848831,41.46585043806576],[-72.44462183849554,41.46598543809212],[-72.4446138385004,41.46611943811849],[-72.44458483850597,41.46638843817184],[-72.4445368385073,41.46669243823261],[-72.44453083850782,41.46673643824138],[-72.44448383850573,41.466973438289045],[-72.44446283850506,41.467083438311164],[-72.44440383850036,41.4673434383637],[-72.4443328384912,41.467593438414674],[-72.44429683848564,41.46770343843725],[-72.44415683846441,41.46813943852665],[-72.44407583845374,41.46842043858398],[-72.44399983844669,41.468737438648155],[-72.44394983844795,41.46905143871095],[-72.4439298384633,41.46944343878798],[-72.44393183847382,41.46962043882241],[-72.44395683849865,41.46991943887989],[-72.44396183850345,41.469976438890846],[-72.44398183851989,41.470154438924915],[-72.44403683855532,41.47046843898437],[-72.44406783857642,41.470666439021976],[-72.4440868385901,41.47080043904751],[-72.44409483859509,41.47084343905565],[-72.44419383865677,41.47137143915541],[-72.44421183866763,41.4714614391724],[-72.44422183867574,41.471548439189036],[-72.44430583870252,41.47153843918443],[-72.44476883884901,41.4714644391554],[-72.44523783899793,41.47139843912772],[-72.44546583907061,41.47137143911527],[-72.44570783914781,41.47134443910237],[-72.44665183944953,41.471247439053656],[-72.4475718397428,41.47113943900358],[-72.44897884018928,41.47093743891979],[-72.44920884026254,41.47090943890706],[-72.45045784066062,41.470761438838785],[-72.45074284075133,41.47072543882278],[-72.45107684085775,41.47068543880442],[-72.4515958410223,41.47060843877304],[-72.45188084111268,41.470566438755846],[-72.45188484111392,41.47056543875553],[-72.45258684133549,41.470443438709594],[-72.45261484134433,41.47043843870773],[-72.45316484151795,41.47034343867185],[-72.45357284164723,41.470281438646886],[-72.45377184171069,41.47025843863612],[-72.45417284183924,41.470224438616825],[-72.45455684196276,41.47019943859984],[-72.45476584203064,41.47019743859285],[-72.45483584205348,41.47019843859083],[-72.4550808421334,41.47020243858387],[-72.45538084223038,41.47019143857225],[-72.45558084229455,41.470175438562805],[-72.45577084235548,41.470159438553694],[-72.45578084235859,41.470157438552995],[-72.45597484242037,41.470133438542184],[-72.45637884254836,41.470071438517344],[-72.45638084254901,41.47007143851728],[-72.45657784261114,41.47003643850424],[-72.45674884266509,41.47000643849299],[-72.45716184279512,41.46992843846474],[-72.45748084289554,41.46986843844298],[-72.45823584313399,41.46974043839418],[-72.4587198432875,41.46966943836507],[-72.45892084335136,41.469642438353446],[-72.45920484344174,41.469606438337465],[-72.45950984353851,41.469562438319244],[-72.4599068436646,41.469507438296],[-72.4601128437301,41.46948043828423],[-72.46062084389251,41.46942943825825],[-72.46097084400486,41.46940243824193],[-72.46109084404368,41.469398438237356],[-72.46110584404856,41.46939843823687],[-72.46131584411734,41.469406438231815],[-72.46150484418052,41.469437438231864],[-72.46160184421309,41.46945543823232],[-72.46208484437601,41.46955943823734],[-72.46216584440339,41.4695774382383],[-72.46265084456628,41.4696694382409],[-72.46286584463763,41.469694438238974],[-72.4629388446615,41.46969643823706],[-72.46300884468404,41.46969243823407],[-72.46307784470594,41.46968243822993],[-72.46315184472894,41.46966343822388],[-72.46322284475053,41.4696364382164],[-72.46334284478606,41.469573438200314],[-72.46348184482491,41.469459438173715],[-72.46360984485928,41.469329438144335],[-72.46368784487913,41.469230438122565],[-72.46370684488409,41.46920843811769],[-72.4638448449146,41.46895143806324],[-72.46396784494101,41.4687074380118],[-72.46397084493864,41.468647438000005],[-72.46396784493398,41.46858143798724],[-72.46391184488459,41.46802343788027],[-72.46389084486341,41.46776643783084],[-72.46388884485926,41.467703437818614],[-72.46388684485497,41.467638437806016],[-72.46389684484622,41.4674234377638],[-72.46391684484608,41.467304437739955],[-72.46397984485333,41.46706743769178],[-72.46403584486201,41.46689643765669],[-72.46417984488625,41.466491437573204],[-72.46425584489705,41.466242437522276],[-72.46435284490437,41.465808437434625],[-72.46438984490345,41.46557643738822],[-72.46439184490036,41.4655094373751],[-72.46438184488137,41.46522743732046],[-72.46436284486155,41.46498343727349],[-72.46434384484876,41.46486443725088],[-72.46432084483511,41.46475443723019],[-72.46429884482166,41.464641437208854],[-72.46417784475277,41.46411243710955],[-72.46412284471563,41.46376743704405],[-72.46412084471176,41.463710437033],[-72.46410784470304,41.46362943701763],[-72.46410084469618,41.46354743700186],[-72.46410484469115,41.46343443697971],[-72.46410784468752,41.46335143696344],[-72.46412884468931,41.46326143694524],[-72.46417784469689,41.46311143691445],[-72.46421384470524,41.46305143690161],[-72.46419584468309,41.46275943684527],[-72.46417584465922,41.46244843678527],[-72.46414584463153,41.462127436723655],[-72.464119844616,41.46200043669971],[-72.46396684453279,41.461401436587785],[-72.46393584451411,41.46124743655873],[-72.46390684449457,41.46106643652436],[-72.46389384448447,41.46096143650433],[-72.46471584475115,41.460948436475825],[-72.46462884466897,41.45998343629046],[-72.46462284466288,41.45990943627621],[-72.46461484462105,41.45920643613943],[-72.46457784457004,41.45850843600453],[-72.46460784456002,41.45815343593436],[-72.46456984453326,41.45789543588528],[-72.46451184450328,41.45769643584831],[-72.46435884442816,41.457242435764634],[-72.46431184440647,41.4571274357437],[-72.46402284427323,41.45642443561577],[-72.4640318442646,41.45621743557514],[-72.4640368442597,41.45610043555216],[-72.46421084430145,41.4558344354948],[-72.46421184428839,41.455594435447985],[-72.46421284428754,41.45557343544387],[-72.46413884425282,41.455382435408964],[-72.4638618441415,41.455002435343616],[-72.46373084408188,41.45469743528829],[-72.46357684400573,41.45423043520211],[-72.4635988440001,41.45400143515675],[-72.46357184397615,41.453729435104584],[-72.46356284396747,41.453626435084786],[-72.4633808438781,41.45308543498505],[-72.46331084384377,41.4528784349469],[-72.46312184375084,41.4523144348429],[-72.46327884378407,41.45199443477555],[-72.46328584378621,41.45199243477494],[-72.46407084402867,41.451761434705105],[-72.46407884403116,41.45175943470447],[-72.46433684411123,41.451690434682874]]]},"properties":{"name":5951.02,"geoid":"09007595102"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.49884186280013,41.584812459501066],[-72.49850586269243,41.58484245951757],[-72.49828786262258,41.584862459528374],[-72.49749886236964,41.58493245956701],[-72.49716386226227,41.584962459583465],[-72.49694286219143,41.58498245959435],[-72.49644286203153,41.585033459620114],[-72.496112861926,41.5850674596372],[-72.49586586184788,41.58510845965302],[-72.49564586177901,41.58515745966952],[-72.4953958617018,41.585231459691826],[-72.49518086163637,41.58531345971458],[-72.49496686157217,41.5854104597402],[-72.49483486153326,41.585482459758396],[-72.49466986148506,41.58558045978266],[-72.49452186144242,41.5856794598066],[-72.49442886141627,41.58575245982372],[-72.49436586139862,41.58580345983564],[-72.49415986134252,41.58599845988006],[-72.49404586131301,41.58613345990991],[-72.49398686129823,41.586212459927125],[-72.49394886128869,41.58626245993804],[-72.49393786128618,41.586281459942086],[-72.49376986124751,41.586566460002786],[-72.49362986121675,41.586829460058325],[-72.49336286115827,41.587335460165114],[-72.49286786104857,41.588249460358384],[-72.49273486101872,41.58848846040903],[-72.49242986095037,41.58903846052558],[-72.49234486093135,41.58919246055818],[-72.49197686085178,41.58990746070876],[-72.49192686084106,41.59000646072958],[-72.49129486070095,41.59117246097615],[-72.4911528606695,41.59143546103174],[-72.49064786055861,41.59238646123251],[-72.49058386054385,41.59249446125553],[-72.49049286052295,41.592649461288524],[-72.4903678605001,41.592966461354045],[-72.49021786047095,41.593316461426824],[-72.49019386046734,41.593391461442145],[-72.49015586046174,41.59351146146667],[-72.49011086045498,41.5936514614953],[-72.49007386044944,41.59376746151899],[-72.49005886044732,41.59381646152899],[-72.48995286043585,41.59422546161181],[-72.48991086043455,41.59444546165587],[-72.48986186043373,41.594714461709685],[-72.48981286043585,41.595035461773584],[-72.48980686043565,41.5950664617798],[-72.48962486043584,41.5961224619907],[-72.48956486043612,41.596474462060975],[-72.48949886042577,41.59667246210153],[-72.4893018603952,41.59726846222354],[-72.48928286039227,41.597326462235415],[-72.48922186038001,41.597461462263574],[-72.4891658603687,41.59758446228923],[-72.48898186032933,41.597949462365975],[-72.48824986017313,41.59940846267259],[-72.48800686012143,41.599895462774874],[-72.48796386011176,41.59997246279122],[-72.48783786008374,41.600203462840064],[-72.48779586007446,41.60028146285655],[-72.48769986005219,41.600441462890664],[-72.48741085998523,41.60092346299345],[-72.48731585996337,41.601084463027725],[-72.4870428598987,41.60151446311991],[-72.48637785974277,41.60259146335017],[-72.48601085965689,41.603188463477764],[-72.48557485955168,41.60384146361844],[-72.48534485949227,41.60411646367912],[-72.48501685940631,41.60448646376138],[-72.48456985928563,41.60492846386141],[-72.48282885880826,41.606519464225606],[-72.48160385847247,41.60764046448217],[-72.48151985844952,41.60771846449997],[-72.48149985844108,41.60768446449401],[-72.48058385805616,41.60614646422441],[-72.47783685690179,41.60153146341522],[-72.47692185651735,41.59999546314591],[-72.47686485649277,41.59988846312693],[-72.4768588564902,41.59987746312498],[-72.47666985640873,41.59952346306221],[-72.47660785638196,41.59940646304147],[-72.47615385618634,41.598557462890945],[-72.47479485560065,41.59601346243986],[-72.47434285540574,41.59516546228947],[-72.47399485526124,41.59461146219289],[-72.4729508548278,41.592949461903096],[-72.47260285468337,41.59239646180669],[-72.47192785440964,41.59143746164179],[-72.46990585358962,41.58856346114749],[-72.46923185331633,41.5876064609829],[-72.46904285323895,41.5873244609341],[-72.4689908532179,41.58725146092156],[-72.46876985312755,41.58692446086502],[-72.4687308531116,41.58686646085499],[-72.46723085249837,41.58464646047114],[-72.46673085229405,41.583907460343376],[-72.46625585209154,41.58305646019304],[-72.46573485186941,41.58212246002807],[-72.46483185148446,41.58050445974223],[-72.46435785128237,41.57965445959206],[-72.46389985108712,41.578833459447],[-72.46378485103838,41.57863245941158],[-72.4636708509899,41.578430459375944],[-72.46308085073831,41.57737145918881],[-72.46062484969113,41.57296445841],[-72.45910884906526,41.570608458000024],[-72.45769484848144,41.5684094576173],[-72.45736484834272,41.567852457519464],[-72.45637584792688,41.56618045722571],[-72.45604684778857,41.565624457128024],[-72.45582684769613,41.56525345706286],[-72.45516684741878,41.56414045686734],[-72.45494784732672,41.56377045680234],[-72.45492084731401,41.56370045678958],[-72.45484284727694,41.56349245675162],[-72.4548338472726,41.56346745674704],[-72.4548168472646,41.56342345673904],[-72.45478084724756,41.56332845672169],[-72.45423684702095,41.56244645656743],[-72.45244684627528,41.5595424560594],[-72.451850846027,41.558575455890214],[-72.45164284593803,41.558196455823094],[-72.45101984567157,41.55706145562209],[-72.45081284558297,41.556683455555124],[-72.45042184542024,41.55605145544458],[-72.44925084493286,41.5541584551135],[-72.4491828449045,41.55404745509405],[-72.44905984485874,41.553945455078114],[-72.44876884474468,41.55360045502021],[-72.44873784473131,41.553542455009904],[-72.44853784465623,41.55336445498162],[-72.44848084463499,41.553316454974095],[-72.44842484461401,41.55326745496634],[-72.44819884452994,41.553080454937124],[-72.44794584443592,41.552872454904666],[-72.44785084439633,41.552717454877516],[-72.44686084399918,41.551382454649186],[-72.44655484385937,41.55066545451941],[-72.44685384394101,41.55038545445547],[-72.44600384359458,41.54914145424041],[-72.4458978435514,41.5489864542136],[-72.44394684277304,41.546430453778115],[-72.44382484272099,41.546210453739185],[-72.44377284269875,41.54611545372234],[-72.44343484255796,41.54556645362623],[-72.44335884252628,41.54544245360451],[-72.44330184250279,41.54535445358919],[-72.44328884249727,41.54533145358513],[-72.44324984248081,41.54526445357332],[-72.44323784247568,41.54524245356943],[-72.44318284245239,41.54514645355249],[-72.44302084238352,41.54485845350159],[-72.44296684236062,41.54476345348482],[-72.4428848423258,41.5446184534592],[-72.44264084222218,41.544186453382885],[-72.44255984218773,41.544042453357406],[-72.44251284216784,41.543960453342955],[-72.44241684212707,41.54379045331292],[-72.44237184210833,41.54371745330013],[-72.44232384208823,41.543637453286095],[-72.44228784207314,41.54357745327555],[-72.44217984202807,41.54340045324452],[-72.44216884202348,41.543382453241385],[-72.44214384201311,41.543342453234395],[-72.44206484198033,41.54321645321238],[-72.44182784188202,41.542838453146324],[-72.44174984184956,41.54271245312428],[-72.44165084180842,41.542553453096495],[-72.44159884178686,41.54247045308198],[-72.44114884159987,41.541747452955555],[-72.44099884153754,41.5415064529134],[-72.44080984145904,41.54120345286042],[-72.44063584138752,41.54093745281418],[-72.44057884136375,41.540844452797884],[-72.44029384124465,41.54037445271545],[-72.44028084123924,41.54035345271178],[-72.43945684089637,41.539020452478475],[-72.43818284036088,41.53686345209905],[-72.43749284007089,41.535695451893574],[-72.43710783990917,41.53504545177927],[-72.43705183988564,41.53495045176254],[-72.43669783973736,41.53436045165893],[-72.43610683949188,41.53341145149293],[-72.43591683941358,41.533117451441726],[-72.43562483929335,41.53266745136338],[-72.43549583924153,41.532491451333215],[-72.43542383921118,41.53236845131155],[-72.43520983912093,41.53200045124669],[-72.435138839091,41.531878451225204],[-72.43487383898093,41.53145345115086],[-72.43422283871246,41.53044245097469],[-72.43403183863369,41.530145450922916],[-72.43267583806973,41.52795445053934],[-72.43249783799456,41.52764645048501],[-72.43198283777501,41.52671845032068],[-72.43159783761418,41.526083450209235],[-72.4315878376099,41.52606545020605],[-72.43141583753699,41.525762450152506],[-72.43108683739268,41.52509745003347],[-72.43095883733872,41.52487744999469],[-72.43076783725968,41.52457544994193],[-72.43077783726285,41.524574449941426],[-72.43082383727763,41.5245704499392],[-72.43249283781046,41.52438444985028],[-72.43763783945319,41.52381344957659],[-72.43935384000109,41.523623449485406],[-72.44080884046565,41.52346244940809],[-72.44481884174606,41.52301944919514],[-72.44517684186035,41.522979449176056],[-72.44663284232517,41.5228174490985],[-72.44678284237298,41.52279944909026],[-72.44715784249256,41.52275544906984],[-72.44723284251637,41.52274444906532],[-72.44738384256446,41.52272544905686],[-72.4475438426149,41.52269644904617],[-72.44761484263746,41.52268644904196],[-72.44780384269751,41.522660449030944],[-72.44831484286036,41.52259844900273],[-72.44850884292221,41.522575448992114],[-72.44854884293507,41.52257244899026],[-72.44873184299372,41.52255644898136],[-72.44874784299888,41.52255544898066],[-72.44916484313383,41.52254144896475],[-72.44934884319359,41.52253944895855],[-72.44954984325895,41.522538448952],[-72.45133284399478,41.52531644943632],[-72.45419384517552,41.52977345021325],[-72.45478684539593,41.53026245028966],[-72.4553988456382,41.531031450419945],[-72.45577084579412,41.53165345052922],[-72.45637584604873,41.53268345071051],[-72.45679684623259,41.53351945085987],[-72.45693084629107,41.53378445090718],[-72.45756184655572,41.534842451093084],[-72.45800884674195,41.535569451220425],[-72.45823584683258,41.535868451271405],[-72.45845684693242,41.536366451361296],[-72.45849684695054,41.536457451377736],[-72.45861684700506,41.53673345142765],[-72.45865784702357,41.53682545144425],[-72.45884584723977,41.53959145197644],[-72.45970484754399,41.54003045203467],[-72.45937284740901,41.53955045195179],[-72.45931384736862,41.53917245188012],[-72.45932984737244,41.53914745187473],[-72.46055584766754,41.53729245147506],[-72.46095384776049,41.536639451335425],[-72.46147284788178,41.53578945115363],[-72.46169584793385,41.53542345107537],[-72.46249584816823,41.53495945095977],[-72.46281784824527,41.534463450853075],[-72.4630888483102,41.53404845076376],[-72.46355784843348,41.53352445064696],[-72.46377184849781,41.5334294506217],[-72.46592684915753,41.53268545040876],[-72.46729284956385,41.53200245023262],[-72.46778184970407,41.53166445015138],[-72.46861984994452,41.531088450012774],[-72.46927385012044,41.53042944986387],[-72.46931185012743,41.53033344984399],[-72.46942985014985,41.53004844978479],[-72.46946785015719,41.52995844976606],[-72.46947085015795,41.52995444976519],[-72.46974285022999,41.52966044969938],[-72.47138185068266,41.52821944936709],[-72.47147985070981,41.528134449347455],[-72.47381385134022,41.52582944882504],[-72.47553085181123,41.52426344846595],[-72.47609985197344,41.52385344836814],[-72.47674785216108,41.52343844826685],[-72.47721585229786,41.52316144819815],[-72.47943985294803,41.521848447872195],[-72.47973285301951,41.52142244778001],[-72.47992385306614,41.521145447720066],[-72.4802388531029,41.51997244748181],[-72.48037385311889,41.5194734473804],[-72.48058085318466,41.5194454473684],[-72.48078885325084,41.519418447356564],[-72.48080885325719,41.51941544735535],[-72.48121085338502,41.51936244733231],[-72.48134585342795,41.519344447324514],[-72.48148085347087,41.51932644731675],[-72.48211485367248,41.519242447280334],[-72.48234985374722,41.51921144726686],[-72.48243885377546,41.51919844726151],[-72.48245085377931,41.519197447260936],[-72.48255085381113,41.51918444725525],[-72.48272285386541,41.51915444724394],[-72.48289485391965,41.519123447232474],[-72.48304985396851,41.51909544722212],[-72.48454885444153,41.518831447123276],[-72.4850488545993,41.51874344709032],[-72.48513585463591,41.51889144711636],[-72.48537185473388,41.519269447182474],[-72.48544185476288,41.519380447201854],[-72.48563085484061,41.51966944725212],[-72.48584385492735,41.5199804473059],[-72.48592185495866,41.52008644732406],[-72.48600585499177,41.52018944734146],[-72.48616785505425,41.52036344737019],[-72.48622585507626,41.52041944737925],[-72.4864138551463,41.520577447404044],[-72.48655385519763,41.52068044741966],[-72.48658485520906,41.52070444742337],[-72.48669485524896,41.52077744743407],[-72.48682185529454,41.52085344744484],[-72.48695585534212,41.520924447454426],[-72.48709085538948,41.52098544746201],[-72.48776485562473,41.52126944749595],[-72.48851285588582,41.52158444753357],[-72.48953785624252,41.52199744758147],[-72.48979385633193,41.52210644759458],[-72.48986285635604,41.52213544759803],[-72.49038685654024,41.52237944762892],[-72.49045685656513,41.5224174476341],[-72.4904978565797,41.522439447637076],[-72.49060485661812,41.52250344764615],[-72.49078485668387,41.52263144766537],[-72.4907938566872,41.52263844766644],[-72.49095485674671,41.522765447686055],[-72.49114385681776,41.522935447713145],[-72.49123085685105,41.52302444772772],[-72.49132185688656,41.523129447745276],[-72.49146485694357,41.52331644777714],[-72.49154685697711,41.52343844779827],[-72.49157485698936,41.52349444780828],[-72.49160685700323,41.523556447819324],[-72.49170385704788,41.52378944786161],[-72.49172785705946,41.52385644787388],[-72.49173585706335,41.52387944787811],[-72.49176185707583,41.523951447891285],[-72.49177085708013,41.52397544789568],[-72.49182685711236,41.524225447942555],[-72.49189085716101,41.52472144803704],[-72.4919668572149,41.52524144813583],[-72.49202085724717,41.525503448185106],[-72.49211685729793,41.525851448249774],[-72.49218685733233,41.52605844828784],[-72.49225285736344,41.526230448319225],[-72.49234685740784,41.52647644836412],[-72.49246785746314,41.52676044841553],[-72.4931508577712,41.528289448691424],[-72.49332485785061,41.52869544876491],[-72.49410085820415,41.53049544909056],[-72.49428285828587,41.53089644916282],[-72.49493385858393,41.532432449441025],[-72.49500685861716,41.532601449471585],[-72.49523385872017,41.53312044956536],[-72.49540485879623,41.53348444963079],[-72.49559985888098,41.533863449698316],[-72.49568885891853,41.53401644972527],[-72.49609785908643,41.53463644983293],[-72.49639085920273,41.535009449896215],[-72.4967148593294,41.53538744995948],[-72.49684185937865,41.53552844998289],[-72.49689685939995,41.535589449993005],[-72.49722885952755,41.53593745005019],[-72.49757185965774,41.53626845010371],[-72.49777485973392,41.53644845013229],[-72.49800585981998,41.53664245016272],[-72.4986408600554,41.537154450242184],[-72.49947286036311,41.537812450343814],[-72.49965886043191,41.53795945036651],[-72.5000678605835,41.53828845041754],[-72.50036586069564,41.53855845046063],[-72.50075786084523,41.53895045052445],[-72.50090886090369,41.539116450551944],[-72.50102086094705,41.539239450572325],[-72.50118186101024,41.53943145060456],[-72.50237986148463,41.540936450859334],[-72.50252786154326,41.54112245089081],[-72.50286086167569,41.541550450963506],[-72.50293286170445,41.5416454509797],[-72.5031768618083,41.54208045105658],[-72.50332586187398,41.54238645111136],[-72.5033988619078,41.54256545114386],[-72.50367886204155,41.54332445128261],[-72.50376086207937,41.54352245131852],[-72.50385186212,41.54371845135375],[-72.5039278621526,41.54385845137858],[-72.50410186222456,41.54413145142615],[-72.50419986226406,41.54426645144932],[-72.50430486230557,41.544397451471454],[-72.5044218623509,41.54452645149282],[-72.5046738624468,41.544773451532876],[-72.50527286267331,41.545335451623195],[-72.50565886282037,41.54571645168504],[-72.5057468628549,41.545821451702665],[-72.50592486292626,41.54606045174351],[-72.50612486300805,41.546357451794925],[-72.50631786308789,41.54666045184773],[-72.5066628632308,41.54720545194277],[-72.50690886333277,41.54759545201083],[-72.50730886349928,41.548241452123754],[-72.50765586364177,41.54876745221505],[-72.50794786375812,41.54914645227949],[-72.50806186380247,41.54927545230095],[-72.50812486382696,41.54934645231276],[-72.50843086394617,41.549695452370926],[-72.508549863993,41.54983945239516],[-72.50867686404435,41.550017452425735],[-72.50881786410254,41.55023645246385],[-72.50891986414749,41.55044545250125],[-72.5090398642046,41.55076645255986],[-72.50911186424072,41.55099245260154],[-72.50925186431559,41.55151345269841],[-72.50946786442856,41.552272452839134],[-72.50962486451256,41.552857452947904],[-72.50970786455271,41.55309145299078],[-72.50986886462783,41.553495453064215],[-72.5101588647613,41.554190453190145],[-72.51025486480471,41.554406453229106],[-72.51030086482606,41.55452045324981],[-72.51030786482953,41.55454145325368],[-72.51032386483693,41.55458045326074],[-72.51095086512565,41.556085453533456],[-72.51106686518236,41.55642245359531],[-72.5110958651977,41.55652745361482],[-72.51111086520564,41.55658145362483],[-72.5111658652374,41.55682845367111],[-72.51119486525845,41.557034453710244],[-72.51120186526735,41.55715245373296],[-72.51120186527405,41.5572714537561],[-72.51117786527969,41.557510453803324],[-72.5111598652801,41.557622453825665],[-72.5111088652761,41.557846453870845],[-72.51105486526788,41.55801245390482],[-72.51101286526017,41.558118453926774],[-72.51097986525353,41.55819145394201],[-72.51093986524567,41.55828345396116],[-72.51093686524516,41.5582914539628],[-72.51090586523817,41.55834645397449],[-72.51089186523468,41.558365453978624],[-72.51088786523383,41.5583734539803],[-72.51071186519161,41.558641454038],[-72.51049486513723,41.558930454101066],[-72.51030686508922,41.55916445415252],[-72.51024286507254,41.55923845416895],[-72.50931186483098,41.560331454410985],[-72.50878486469465,41.560957454549396],[-72.50872386467975,41.56104545456843],[-72.50862986465854,41.561212454603876],[-72.50855386464477,41.5614074546442],[-72.50851586464088,41.56155845467476],[-72.50849286464413,41.561749454712626],[-72.50849086465058,41.56187545473717],[-72.5084928646528,41.56190345474256],[-72.50851386467235,41.56212945478583],[-72.50854086469054,41.562296454817435],[-72.50868786477646,41.56297345494438],[-72.5087168647935,41.563108454969694],[-72.5087538648172,41.56331545500877],[-72.50876986482729,41.56340245502516],[-72.50883186486423,41.56370045508111],[-72.50885286487951,41.56385045510962],[-72.50885586488859,41.563994455137525],[-72.50884086489434,41.56418345517474],[-72.50880886489325,41.564349455208024],[-72.50880786489327,41.564355455209224],[-72.50874086488366,41.564572455253526],[-72.50871586487942,41.564641455267726],[-72.50869986487645,41.56468145527601],[-72.50863486486227,41.56480545530217],[-72.50851486483194,41.56496045533611],[-72.50835786479097,41.56514045537609],[-72.50827186476774,41.56522545539534],[-72.50811386472402,41.565362455426985],[-72.50802986470033,41.565427455442276],[-72.50797486468495,41.56547245545277],[-72.5074418645338,41.56586945554685],[-72.50712086444372,41.56612545560681],[-72.50695486439855,41.56628345564278],[-72.50687786437811,41.56636545566117],[-72.50680686435977,41.56645045567995],[-72.50673586434229,41.56655045570163],[-72.5065938643089,41.56677845575045],[-72.50631786424776,41.56728845585834],[-72.5061058642001,41.56766845593894],[-72.5060908641966,41.567692455944076],[-72.50583986413895,41.56812045603523],[-72.50572486411194,41.56830545607484],[-72.50557486407486,41.56851445612022],[-72.50554886406815,41.56854545612706],[-72.50545686404428,41.568653456150976],[-72.50523186398492,41.56890045620613],[-72.50515086396368,41.568991456226385],[-72.50508686394774,41.56907845624532],[-72.50502986393424,41.56916845626463],[-72.50497886392344,41.569271456286266],[-72.50493686391567,41.569376456308014],[-72.5049008639106,41.569494456332095],[-72.50484986390744,41.56973345638016],[-72.50475886390515,41.570219456477496],[-72.50474486390488,41.57029545649273],[-72.50472286390296,41.5703884565115],[-72.5046668638953,41.57057645654982],[-72.50461686388438,41.570671456569855],[-72.50453486386718,41.570840456605296],[-72.5044288638406,41.57098145663607],[-72.50427686380063,41.57115045667374],[-72.50417686377365,41.57124945669617],[-72.50396286371502,41.571445456741046],[-72.50364086363034,41.57180345682083],[-72.50355586360857,41.571908456843936],[-72.50353886360443,41.57193345684934],[-72.50343786358046,41.57209145688326],[-72.50321886353353,41.57252445697436],[-72.50313786351532,41.572669457005105],[-72.5030718634998,41.5727754570278],[-72.50299886348188,41.57287945705034],[-72.50291986346184,41.57298045707247],[-72.5028158634342,41.57309045709715],[-72.502704863404,41.57319645712127],[-72.50239286331792,41.57347145718463],[-72.50237286331247,41.573490457188946],[-72.50214486325018,41.57370245723738],[-72.50198486320446,41.57381545726441],[-72.50193986319114,41.57383945727051],[-72.50187786317198,41.57385745727597],[-72.50196586321746,41.57415645733129],[-72.50196986321949,41.57416945733369],[-72.5020498632641,41.57449945739528],[-72.50210186329251,41.57470345743327],[-72.50218586333804,41.57502645749339],[-72.50221286335065,41.575094457505756],[-72.50229586338966,41.57530745754452],[-72.5023038633934,41.57532745754814],[-72.50241686343884,41.57548145757448],[-72.50236386342694,41.575576457594615],[-72.50232086341816,41.57566945761407],[-72.50225086340248,41.57579545764077],[-72.50216286338052,41.57591445766669],[-72.5020628633537,41.57601645768969],[-72.50190986331098,41.57614245771902],[-72.50166586324123,41.57631445776019],[-72.501188863104,41.57663545783772],[-72.50087186301296,41.57685145788974],[-72.5006328629442,41.57701245792861],[-72.5003368628551,41.577141457963066],[-72.50011286278944,41.577270457995255],[-72.49986486271665,41.577411458030525],[-72.49943186258811,41.5776324580872],[-72.4994088625813,41.577644458090255],[-72.49933786256004,41.57767745809893],[-72.49918486251349,41.57773545811504],[-72.49896986244727,41.577802458134904],[-72.49877086238553,41.5778564581517],[-72.4986768623566,41.57788645816051],[-72.49861886233941,41.5779164581682],[-72.49855486232146,41.577967458180126],[-72.49834286226705,41.57822745823738],[-72.49824586224388,41.57837645826942],[-72.4981308622164,41.57855345830746],[-72.49800386218877,41.57879745835891],[-72.49790086216784,41.5790214584057],[-72.4977818621439,41.57928445846058],[-72.4976398621105,41.579512458509384],[-72.49752686208186,41.579657458541156],[-72.49737586204368,41.57985245858384],[-72.49716286198915,41.58011545864169],[-72.49682486190274,41.580535458734026],[-72.49673086187916,41.5806604587613],[-72.49664886186153,41.580821458795185],[-72.49661786185571,41.580897458810945],[-72.49659886185266,41.58095345882242],[-72.4965888618514,41.58098845882955],[-72.49656686185025,41.58109545885103],[-72.49655286185329,41.5812304588777],[-72.49655786185818,41.58128845888882],[-72.49656586186471,41.58135845890218],[-72.49664386190204,41.581570458940895],[-72.49670286192818,41.58169345896291],[-72.49688486200662,41.5820344590234],[-72.49689986201297,41.58206045902798],[-72.49711386210313,41.582424459091904],[-72.49805186249189,41.583905459349914],[-72.49825586257597,41.58421945940446],[-72.49826086257801,41.58422645940565],[-72.49830486259805,41.584328459424086],[-72.4984108626388,41.58443945944229],[-72.49849886267428,41.584560459463],[-72.49859886271219,41.58465545947829],[-72.49869386274702,41.58472445948867],[-72.49884186280013,41.584812459501066]]]},"properties":{"name":5502.01,"geoid":"09007550201"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.38305782197607,41.52900845231],[-72.38232282174214,41.52910445235184],[-72.38129882141618,41.52923745241002],[-72.38011782104034,41.52939245247739],[-72.37990582097287,41.52942045248952],[-72.3795978208748,41.52946045250702],[-72.37938182080543,41.52947745251713],[-72.37916382073546,41.52949545252749],[-72.37896382067119,41.52951045253673],[-72.37894582066545,41.52951245253768],[-72.3782888204545,41.5295654525687],[-72.37771182026921,41.52961145259584],[-72.37762882024256,41.5296184525998],[-72.37741682017449,41.529635452609796],[-72.37729482013543,41.52964745261597],[-72.37452881924995,41.529917452755676],[-72.36874481738946,41.53032445301709],[-72.36163481510246,41.530826453338676],[-72.36162281509979,41.53084845334334],[-72.3615728150835,41.530848453344916],[-72.36128881499276,41.53087945335987],[-72.36118081495847,41.53089545336641],[-72.36109581493147,41.53090745337142],[-72.3610058149029,41.53092045337677],[-72.36084281485128,41.53094645338697],[-72.3607588148247,41.53096045339233],[-72.36032181468777,41.53105645342479],[-72.35911181430873,41.53132445351504],[-72.35901281427772,41.53134645352244],[-72.35857681414122,41.531444453555245],[-72.35795781394235,41.53149245358408],[-72.35610081334578,41.53163745367075],[-72.35548281314728,41.53168645369974],[-72.35514581303887,41.531710453715014],[-72.3541338127135,41.531784453761276],[-72.35379781260549,41.531809453776724],[-72.35280381228583,41.53188145382202],[-72.35142881184368,41.53198145388477],[-72.3498248113279,41.53209845395801],[-72.34927381115078,41.53213945398333],[-72.34883181100868,41.53217245400365],[-72.34797781073419,41.53223645404298],[-72.3454188099117,41.53243045416126],[-72.34498580977261,41.5324644541815],[-72.34456680963402,41.53242545418707],[-72.34262980901296,41.532599454281886],[-72.342595809002,41.53260145428335],[-72.34089180845571,41.532755454366935],[-72.33931980795174,41.532897454444004],[-72.33668580710719,41.53313445457299],[-72.33586780684494,41.53320845461311],[-72.33471580647517,41.53330445466803],[-72.33412280628427,41.53334445469444],[-72.33234580571235,41.53346545477389],[-72.33175380552183,41.53350645480048],[-72.33114280532584,41.533559454829984],[-72.32686680395477,41.53394445503937],[-72.32371780294513,41.53422845519364],[-72.32339480284158,41.534258455209624],[-72.32337280281226,41.533860455132825],[-72.32330680272064,41.532600454889604],[-72.32328680269326,41.53222545481723],[-72.32327580267709,41.53199945477356],[-72.32320780241666,41.52771745394202],[-72.32317580236256,41.52693245379017],[-72.3230798021972,41.52452245332391],[-72.32303280209895,41.523031453035046],[-72.3229908020085,41.52165145276764],[-72.32298380199028,41.52136445271195],[-72.32295380191121,41.52011845247024],[-72.32292380182929,41.5188214522186],[-72.32293180179332,41.518127452083185],[-72.32293380178899,41.518038452065795],[-72.32274880166781,41.51694245185815],[-72.32260580157399,41.51609245169709],[-72.32207380125149,41.51340745119083],[-72.32191580115538,41.51260445103939],[-72.32184880111274,41.51222945096845],[-72.32137680081223,41.509588450468826],[-72.32125680073575,41.50891545034149],[-72.32023680012308,41.50386644938989],[-72.31984779987548,41.501689448977935],[-72.31956479969502,41.50009944867702],[-72.31936279957671,41.49915344849904],[-72.31934579956572,41.499055448480476],[-72.31841279899712,41.494286447580464],[-72.31561379729186,41.479979444879625],[-72.31524679706808,41.47809944452462],[-72.312537796204,41.478419444672],[-72.3125027961808,41.47820644463157],[-72.31199779584814,41.475172444055865],[-72.31048279485047,41.46607144232866],[-72.30997879451837,41.46303844175293],[-72.30967879432103,41.46123944141145],[-72.30898379386322,41.457058440617686],[-72.3087807937298,41.45584244038684],[-72.30848279353316,41.45404344004524],[-72.30812779329958,41.45191143964043],[-72.30706479259965,41.44551743842618],[-72.30671079236649,41.44338643802144],[-72.30667679234413,41.44318243798269],[-72.30657479227713,41.442571437866654],[-72.30654179225516,41.44236843782808],[-72.3063387921218,41.44115243759713],[-72.3062427920583,41.44056943748637],[-72.3058867918241,41.43843043708007],[-72.3057327917228,41.43750543690438],[-72.3055317915902,41.436290436673545],[-72.30684879201097,41.43614943660476],[-72.30802679238734,41.436023436543245],[-72.31052079318412,41.435756436413016],[-72.31067079323206,41.43574043640519],[-72.3108007932736,41.435726436398376],[-72.31082079327997,41.43572443639736],[-72.31128179342723,41.43567443637315],[-72.311922793632,41.43560543633959],[-72.31212479369661,41.43558543632936],[-72.31329879407163,41.43545843626778],[-72.31348979413261,41.4354374362577],[-72.31406379431601,41.43537643622781],[-72.3142557943774,41.43535643621789],[-72.31475879453808,41.43530243619158],[-72.31627079502107,41.43513943611239],[-72.31677479518214,41.435086436086245],[-72.31996979620286,41.43474443591935],[-72.3295537992646,41.433719435418794],[-72.33274980028564,41.43337843525199],[-72.33320380043058,41.433328435228],[-72.33444680082766,41.433195435163064],[-72.33456880086656,41.43318143515649],[-72.3350248010123,41.43313343513282],[-72.3356118011998,41.43307043510211],[-72.33737280176231,41.43288143500999],[-72.33796080195017,41.432819434979436],[-72.33806480198336,41.43280743497383],[-72.33837680208299,41.4327734349574],[-72.33848180211655,41.43276243495197],[-72.33880580222004,41.43272743493496],[-72.33925080236315,41.43269743491515],[-72.33944880242679,41.4326834349062],[-72.33955980246225,41.43267143490038],[-72.35072680602894,41.43147043431551],[-72.35997780898342,41.43047343383047],[-72.3608678092678,41.43038043378437],[-72.36098380930481,41.43036743377819],[-72.36133480941685,41.43032843375955],[-72.36145280945459,41.43031643375352],[-72.36535581070109,41.42989743354915],[-72.37194481280554,41.42919243320454],[-72.37452381362921,41.42891643306963],[-72.37706481444062,41.428642432936314],[-72.38096881568731,41.42822243273163],[-72.38193781599668,41.42811743268067],[-72.38484381692464,41.42780443252823],[-72.38581381723439,41.42770043247743],[-72.38612981733532,41.42766643246086],[-72.38621181736148,41.42765743245652],[-72.38740481774241,41.42752843239384],[-72.3878038178698,41.427485432372904],[-72.39052181873767,41.42719243223025],[-72.39979382169405,41.426118431728995],[-72.40302982267241,41.42478243136645],[-72.4051718233714,41.42482343130703],[-72.40521782338641,41.424824431305794],[-72.40675582389444,41.424964431284714],[-72.40846482446136,41.42516343126976],[-72.40856882449576,41.42517343126844],[-72.40934982475595,41.42528443126551],[-72.40947782479863,41.425303431265185],[-72.41067282518004,41.42517243120201],[-72.41161582548098,41.425068431152035],[-72.41841882765198,41.42431843079148],[-72.42068682837579,41.42406943067146],[-72.42096182846356,41.424039430656954],[-72.42121682854479,41.42400843064288],[-72.42280882905207,41.423819430555845],[-72.42300882911582,41.42379643054506],[-72.42333982922142,41.42375943052742],[-72.42396782942183,41.42369043049417],[-72.42564782995817,41.423509430405936],[-72.42585283002356,41.423486430394995],[-72.42648183022442,41.4234194303621],[-72.42670783029651,41.423394430350115],[-72.42738583051296,41.42332143031451],[-72.42761283058545,41.42329743030266],[-72.42780683064977,41.42331943030085],[-72.42838983084306,41.423385430295355],[-72.42858483090774,41.42340843029371],[-72.42906883106828,41.423464430289386],[-72.43052183155018,41.4236324302764],[-72.43100683171102,41.42368843027205],[-72.43154683189012,41.42375043026713],[-72.43316983242846,41.42393943025287],[-72.43371083260796,41.424003430248305],[-72.43593083348696,41.42682543072901],[-72.4362958336207,41.427095430770194],[-72.43669383376648,41.42738943081502],[-72.43790283420944,41.428283430951346],[-72.43825583433427,41.42846343097534],[-72.43949483477239,41.429095431059594],[-72.44028483505176,41.42949843111332],[-72.4416918355493,41.430216431209054],[-72.44333283612318,41.43093743129798],[-72.44500083670648,41.43167043138838],[-72.44590283701385,41.4319224314091],[-72.4471868374515,41.43228243143884],[-72.44776883764986,41.43244543145229],[-72.45029283852443,41.43340943156073],[-72.45098383876386,41.43367343159045],[-72.45140183891178,41.433888431619195],[-72.45181983905977,41.434104431648144],[-72.45200083912381,41.434197431660586],[-72.45218183918786,41.43429043167302],[-72.45422883991237,41.43534543181423],[-72.45493684017859,41.43599043191771],[-72.45636984071734,41.43729543212705],[-72.45680484089911,41.43801843225436],[-72.45719684106284,41.43866843236877],[-72.46037484243823,41.44479943346422],[-72.46193084311172,41.44780143400051],[-72.46231284327702,41.44853743413198],[-72.46233284328588,41.44857943413954],[-72.46307784361476,41.450131434418644],[-72.46350784377971,41.45058143449279],[-72.46378784388713,41.45087443454109],[-72.46386284391592,41.45095343455414],[-72.46404184398966,41.4512314346027],[-72.46418884405024,41.4514604346427],[-72.46433684411123,41.451690434682874],[-72.46407884403116,41.45175943470447],[-72.46407084402867,41.451761434705105],[-72.46328584378621,41.45199243477494],[-72.46327884378407,41.45199443477555],[-72.46312184375084,41.4523144348429],[-72.46331084384377,41.4528784349469],[-72.4633808438781,41.45308543498505],[-72.46356284396747,41.453626435084786],[-72.46357184397615,41.453729435104584],[-72.4635988440001,41.45400143515675],[-72.46357684400573,41.45423043520211],[-72.46373084408188,41.45469743528829],[-72.4638618441415,41.455002435343616],[-72.46413884425282,41.455382435408964],[-72.46421284428754,41.45557343544387],[-72.46421184428839,41.455594435447985],[-72.46421084430145,41.4558344354948],[-72.4640368442597,41.45610043555216],[-72.4640318442646,41.45621743557514],[-72.46402284427323,41.45642443561577],[-72.46431184440647,41.4571274357437],[-72.46435884442816,41.457242435764634],[-72.46451184450328,41.45769643584831],[-72.46456984453326,41.45789543588528],[-72.46460784456002,41.45815343593436],[-72.46457784457004,41.45850843600453],[-72.46461484462105,41.45920643613943],[-72.46462284466288,41.45990943627621],[-72.46462884466897,41.45998343629046],[-72.46471584475115,41.460948436475825],[-72.46389384448447,41.46096143650433],[-72.46390684449457,41.46106643652436],[-72.46393584451411,41.46124743655873],[-72.46396684453279,41.461401436587785],[-72.464119844616,41.46200043669971],[-72.46414584463153,41.462127436723655],[-72.46417584465922,41.46244843678527],[-72.46419584468309,41.46275943684527],[-72.46421384470524,41.46305143690161],[-72.46417784469689,41.46311143691445],[-72.46412884468931,41.46326143694524],[-72.46410784468752,41.46335143696344],[-72.46410484469115,41.46343443697971],[-72.46410084469618,41.46354743700186],[-72.46410784470304,41.46362943701763],[-72.46412084471176,41.463710437033],[-72.46412284471563,41.46376743704405],[-72.46417784475277,41.46411243710955],[-72.46429884482166,41.464641437208854],[-72.46432084483511,41.46475443723019],[-72.46434384484876,41.46486443725088],[-72.46436284486155,41.46498343727349],[-72.46438184488137,41.46522743732046],[-72.46439184490036,41.4655094373751],[-72.46438984490345,41.46557643738822],[-72.46435284490437,41.465808437434625],[-72.46425584489705,41.466242437522276],[-72.46417984488625,41.466491437573204],[-72.46403584486201,41.46689643765669],[-72.46397984485333,41.46706743769178],[-72.46391684484608,41.467304437739955],[-72.46389684484622,41.4674234377638],[-72.46388684485497,41.467638437806016],[-72.46388884485926,41.467703437818614],[-72.46389084486341,41.46776643783084],[-72.46391184488459,41.46802343788027],[-72.46396784493398,41.46858143798724],[-72.46397084493864,41.468647438000005],[-72.46396784494101,41.4687074380118],[-72.4638448449146,41.46895143806324],[-72.46370684488409,41.46920843811769],[-72.46368784487913,41.469230438122565],[-72.46360984485928,41.469329438144335],[-72.46348184482491,41.469459438173715],[-72.46334284478606,41.469573438200314],[-72.46322284475053,41.4696364382164],[-72.46315184472894,41.46966343822388],[-72.46307784470594,41.46968243822993],[-72.46300884468404,41.46969243823407],[-72.4629388446615,41.46969643823706],[-72.46286584463763,41.469694438238974],[-72.46265084456628,41.4696694382409],[-72.46216584440339,41.4695774382383],[-72.46208484437601,41.46955943823734],[-72.46160184421309,41.46945543823232],[-72.46150484418052,41.469437438231864],[-72.46131584411734,41.469406438231815],[-72.46110584404856,41.46939843823687],[-72.46109084404368,41.469398438237356],[-72.46097084400486,41.46940243824193],[-72.46062084389251,41.46942943825825],[-72.4601128437301,41.46948043828423],[-72.4599068436646,41.469507438296],[-72.45950984353851,41.469562438319244],[-72.45920484344174,41.469606438337465],[-72.45892084335136,41.469642438353446],[-72.4587198432875,41.46966943836507],[-72.45823584313399,41.46974043839418],[-72.45748084289554,41.46986843844298],[-72.45716184279512,41.46992843846474],[-72.45674884266509,41.47000643849299],[-72.45657784261114,41.47003643850424],[-72.45638084254901,41.47007143851728],[-72.45637884254836,41.470071438517344],[-72.45597484242037,41.470133438542184],[-72.45578084235859,41.470157438552995],[-72.45577084235548,41.470159438553694],[-72.45558084229455,41.470175438562805],[-72.45538084223038,41.47019143857225],[-72.4550808421334,41.47020243858387],[-72.45483584205348,41.47019843859083],[-72.45476584203064,41.47019743859285],[-72.45455684196276,41.47019943859984],[-72.45417284183924,41.470224438616825],[-72.45377184171069,41.47025843863612],[-72.45357284164723,41.470281438646886],[-72.45316484151795,41.47034343867185],[-72.45261484134433,41.47043843870773],[-72.45258684133549,41.470443438709594],[-72.45188484111392,41.47056543875553],[-72.45188084111268,41.470566438755846],[-72.4515958410223,41.47060843877304],[-72.45107684085775,41.47068543880442],[-72.45074284075133,41.47072543882278],[-72.45045784066062,41.470761438838785],[-72.44920884026254,41.47090943890706],[-72.44897884018928,41.47093743891979],[-72.4475718397428,41.47113943900358],[-72.44665183944953,41.471247439053656],[-72.44570783914781,41.47134443910237],[-72.44546583907061,41.47137143911527],[-72.44523783899793,41.47139843912772],[-72.44476883884901,41.4714644391554],[-72.44430583870252,41.47153843918443],[-72.44422183867574,41.471548439189036],[-72.44421183866763,41.4714614391724],[-72.44419383865677,41.47137143915541],[-72.44409483859509,41.47084343905565],[-72.4440868385901,41.47080043904751],[-72.44406783857642,41.470666439021976],[-72.44403683855532,41.47046843898437],[-72.44398183851989,41.470154438924915],[-72.44396183850345,41.469976438890846],[-72.44395683849865,41.46991943887989],[-72.44393183847382,41.46962043882241],[-72.4439298384633,41.46944343878798],[-72.44394983844795,41.46905143871095],[-72.44399983844669,41.468737438648155],[-72.44407583845374,41.46842043858398],[-72.44415683846441,41.46813943852665],[-72.44429683848564,41.46770343843725],[-72.4443328384912,41.467593438414674],[-72.44440383850036,41.4673434383637],[-72.44446283850506,41.467083438311164],[-72.44448383850573,41.466973438289045],[-72.44453083850782,41.46673643824138],[-72.4445368385073,41.46669243823261],[-72.44458483850597,41.46638843817184],[-72.4446138385004,41.46611943811849],[-72.44462183849554,41.46598543809212],[-72.44462283848831,41.46585043806576],[-72.44462183848749,41.46584143806405],[-72.44461583847841,41.46571343803929],[-72.44460083846583,41.46557543801286],[-72.44459783846385,41.46555743800944],[-72.4445778384507,41.465438437986876],[-72.44454983843507,41.46532143796495],[-72.44453083842531,41.46525743795308],[-72.44451483841715,41.46520443794326],[-72.44444583838423,41.46501643790878],[-72.44440083836452,41.46492543789246],[-72.44434983834334,41.46484343787809],[-72.44424883830273,41.46470443785419],[-72.44405583822744,41.46448043781661],[-72.44404983822506,41.46447243781524],[-72.44384683814695,41.46425643777953],[-72.44379383812677,41.46420343777087],[-72.4436378380672,41.46404543774501],[-72.4435858380474,41.46399343773651],[-72.44347183800473,41.46389343772061],[-72.44341783798448,41.46384543771296],[-72.44320283790348,41.46364743768116],[-72.44314083787987,41.46358543767102],[-72.4430348378394,41.4634784376535],[-72.44298883782189,41.463432437646],[-72.4429088377914,41.46335243763293],[-72.44285283776978,41.463291437622786],[-72.44280983775316,41.46324443761498],[-72.44265283770304,41.46326143762326],[-72.44231483759442,41.46328543763859],[-72.44183383743868,41.46329843765631],[-72.44157283735409,41.46330443766572],[-72.44146083731788,41.46330843767003],[-72.44049583700607,41.46334643770789],[-72.4402118369149,41.46336843772113],[-72.43964683673471,41.46343343775164],[-72.43937683664882,41.46346843776698],[-72.4388808364916,41.463542437797045],[-72.43788483617676,41.46370743786064],[-72.43690583586742,41.46387143792349],[-72.4366638357911,41.46391443793951],[-72.43611183561698,41.46401243797602],[-72.43555083544004,41.46411243801321],[-72.43484283521718,41.46424643806167],[-72.43445783509571,41.46431443808708],[-72.43390683492203,41.46441443812394],[-72.43380583489017,41.46443243813064],[-72.43350383479493,41.46448643815069],[-72.43340383476345,41.46450543815755],[-72.43327383472261,41.46453143816672],[-72.43301783464233,41.46458543818532],[-72.43288583460073,41.46460943819417],[-72.43275683456008,41.46463343820292],[-72.4323968344466,41.46469843822693],[-72.4321198343599,41.46475943824756],[-72.43208783434991,41.464767438250135],[-72.4319428343048,41.46480443826192],[-72.4317448342439,41.46486743828044],[-72.431663834219,41.46489343828806],[-72.4315278341776,41.46494443830232],[-72.43131783411428,41.46503443832646],[-72.43109383404777,41.46514843835575],[-72.43098383401572,41.46521543837228],[-72.43077483395581,41.46536043840714],[-72.43054583389127,41.46553943844925],[-72.43041383385459,41.46565143847527],[-72.42997783373352,41.46602443856172],[-72.42992483371923,41.46607743857373],[-72.42982283369079,41.46616243859351],[-72.4295718336192,41.46634343863671],[-72.4294688335899,41.46641843865457],[-72.42933083354994,41.466507438676295],[-72.42919983351156,41.46658343869522],[-72.42898383344742,41.46669343872348],[-72.42873683337318,41.46680343875272],[-72.42855883331912,41.466872438771794],[-72.42838783326674,41.46693043878846],[-72.42837783326368,41.46693443878957],[-72.42821483321339,41.46698343880426],[-72.42804883316184,41.46702743881808],[-72.42796083313421,41.46704543882435],[-72.42777983307744,41.46708343883748],[-72.42755083300504,41.46712143885211],[-72.42749883298846,41.46712743885491],[-72.42727183291635,41.4671584388681],[-72.42712883287055,41.467171438875155],[-72.42708483285645,41.46717543887731],[-72.42674983274841,41.467192438891196],[-72.42609383253519,41.467196438912666],[-72.42562483238284,41.46720043892824],[-72.42522083225062,41.46718643893824],[-72.42492783215434,41.467169438944154],[-72.42438583197632,41.4671394389554],[-72.42396083183722,41.46712443896588],[-72.42370783175522,41.467130438975026],[-72.42331383162815,41.46715043899136],[-72.42317183158256,41.46716143899797],[-72.42300883153058,41.46718043900681],[-72.42284283147809,41.46720743901732],[-72.42268883142948,41.46723443902743],[-72.4225298313796,41.46726743903888],[-72.42216383126565,41.46735943906836],[-72.42208083123974,41.46737943907487],[-72.42202283122178,41.46739543907981],[-72.42183483116338,41.46744543909549],[-72.42175383113828,41.467467439102336],[-72.42162483109823,41.46750243911322],[-72.42158783108677,41.467512439116334],[-72.4213618310169,41.467578439136325],[-72.42110283093727,41.46766143916067],[-72.42109483093478,41.46766343916131],[-72.4209338308856,41.4677214391777],[-72.42068983081103,41.46780743920216],[-72.4204868307494,41.467886439223946],[-72.42028783068932,41.46797043924659],[-72.42005683062013,41.468077439274744],[-72.41948483044973,41.46835943934773],[-72.41919283036302,41.46850843938599],[-72.41886583026606,41.46867743942924],[-72.41859083018471,41.46882343946638],[-72.41832183010565,41.46897543950448],[-72.41802883002023,41.46915343954841],[-72.41788782997953,41.46924643957099],[-72.41773682993649,41.46935543959699],[-72.41759182989561,41.4694684396236],[-72.41734182982619,41.469682439673186],[-72.41723582979722,41.46978143969582],[-72.4170828297563,41.46994043973164],[-72.41693982971962,41.470117439770654],[-72.4166758296529,41.47046143984604],[-72.41650982961153,41.47068843989551],[-72.41628282955617,41.47102043996737],[-72.41619782953448,41.4711274399909],[-72.41606582949966,41.47127344002353],[-72.41594382946622,41.471385440049204],[-72.41578482942123,41.47150644007781],[-72.41567082938819,41.471579440095624],[-72.4155708293589,41.47163744011009],[-72.41546582932767,41.471690440123716],[-72.4153568292949,41.47173844013653],[-72.4152478292617,41.47177944014795],[-72.41502082919159,41.47184644016816],[-72.41474082910415,41.471912440189854],[-72.4146908290886,41.47192544019396],[-72.41458182905414,41.471943440200896],[-72.41444982901191,41.4719564402076],[-72.41431582896877,41.471964440213384],[-72.41408482889393,41.47197044022183],[-72.41396882885597,41.47196644022472],[-72.41385682881902,41.471957440226475],[-72.41361882873993,41.471927440228136],[-72.41349282869768,41.47190544022781],[-72.41336882865583,41.47187844022647],[-72.41324782861469,41.47184644022405],[-72.4131068285663,41.471801440219714],[-72.41296982851883,41.47174944021391],[-72.4128698284839,41.47170644020866],[-72.41264582840411,41.47158244019155],[-72.41250282835212,41.47148444017695],[-72.41226482826441,41.471300440148596],[-72.4121058282051,41.47116444012709],[-72.41193182813947,41.47100244010099],[-72.41181182809457,41.47089744008431],[-72.41159682801504,41.470725440057564],[-72.41146982796936,41.47064744004636],[-72.4113148279148,41.470573440036816],[-72.41110382784154,41.4704904400273],[-72.4109928278035,41.47045644002416],[-72.41087982776519,41.47042844002226],[-72.41066282769282,41.47039644002286],[-72.41049382763721,41.47038544002604],[-72.4103168275796,41.47038544003163],[-72.41015882752865,41.47039344003815],[-72.40968582737692,41.47043244006067],[-72.40806682685623,41.47054244013313],[-72.4063768263133,41.47066744021073],[-72.4045898257387,41.470790440291026],[-72.40201582491139,41.47097444040795],[-72.40185882486075,41.470982440414474],[-72.40146682473447,41.471005440431284],[-72.40094882456732,41.47103044045249],[-72.40049082441934,41.471049440470615],[-72.40003182427071,41.47106244048761],[-72.39956782412017,41.47107044050379],[-72.39898182392949,41.47107044052223],[-72.39843382375106,41.47106844053911],[-72.39664182316969,41.47109944060159],[-72.39648382311844,41.47110244060715],[-72.39507182265999,41.471120440655106],[-72.3944748224666,41.471136440677036],[-72.39430082241022,41.47114044068329],[-72.39377882224113,41.47115444070245],[-72.39360582218511,41.47115944070888],[-72.39298482198392,41.47117544073156],[-72.39197482165677,41.47120244076861],[-72.39112382138111,41.47122544079989],[-72.39050382118039,41.471243440822924],[-72.38975982093946,41.47126444085042],[-72.38952182086291,41.47128044086104],[-72.3895138208603,41.47128044086129],[-72.38814282041662,41.47132444091303],[-72.38779882030606,41.471349440928726],[-72.387516820216,41.47138044094365],[-72.38719482011463,41.47144144096569],[-72.38656881991949,41.47159544101542],[-72.38656381991798,41.47159744101595],[-72.38646081988612,41.47162744102505],[-72.38628881983338,41.471685441041764],[-72.38619281980398,41.47171844105123],[-72.38595181973079,41.471812441077134],[-72.38579981968493,41.47187744109459],[-72.38564481963851,41.4719494411135],[-72.3856218196317,41.47196144111657],[-72.38555381961167,41.4719994411261],[-72.38553181960523,41.47201244112934],[-72.38547081958723,41.47204544113769],[-72.38535381955283,41.47211144115423],[-72.38529381953546,41.47215044116374],[-72.3852368195191,41.47218944117312],[-72.38514881949362,41.472246441187],[-72.3851408194913,41.472251441188234],[-72.3850918194772,41.472284441196216],[-72.38505281946601,41.4723114412027],[-72.3848948194211,41.47242844123049],[-72.38481081939722,41.472490441245206],[-72.38457081932884,41.47266544128688],[-72.38447581930144,41.47272844130214],[-72.38425881923897,41.472874441337446],[-72.38401781917011,41.47304644137854],[-72.38391081913979,41.47312744139771],[-72.38388281913188,41.47314944140289],[-72.38367781907453,41.473317441442084],[-72.38350181902472,41.47345144147374],[-72.38348681902033,41.47346044147596],[-72.38340881899796,41.47351444148895],[-72.38330781896836,41.47357344150364],[-72.38313081891583,41.47366444152694],[-72.3829848188707,41.47370744153991],[-72.38298381887044,41.47370844154015],[-72.38283581882374,41.47373444154987],[-72.38265081876457,41.473753441559396],[-72.38253181872636,41.4737624415649],[-72.38238081867789,41.47377444157198],[-72.38226581864089,41.47378244157718],[-72.38213281859824,41.473793441583496],[-72.3820268185648,41.47381244159053],[-72.38192681853376,41.47383944159893],[-72.38186381851428,41.47385744160443],[-72.38181881850079,41.47387844160994],[-72.38178181848991,41.4738994416152],[-72.38160381843917,41.47402844164595],[-72.38150381841133,41.47411344166567],[-72.38132481836328,41.47429644170697],[-72.38115381831808,41.474484441749006],[-72.38095281826432,41.474693441796084],[-72.38085881823969,41.47480044181988],[-72.38079481822369,41.474887441838845],[-72.38064381818606,41.47509444188397],[-72.38012181805932,41.47586944205145],[-72.37974581796716,41.47641244216913],[-72.37932181786438,41.47704544230586],[-72.37918681783002,41.47721744234362],[-72.3790908178049,41.4773274423681],[-72.37897481777351,41.47744144239396],[-72.37885281773991,41.47755144241925],[-72.37873381770665,41.47764944244211],[-72.37804181751126,41.47818544256833],[-72.37773581742492,41.478423442624354],[-72.37697881721073,41.47900144276083],[-72.37689581718715,41.47906344277554],[-72.37662281710972,41.479268442824086],[-72.37614381697392,41.47962944290953],[-72.37580781687898,41.47988844297058],[-72.37553881680311,41.48009844301996],[-72.37546181678134,41.480157443033896],[-72.37531981674124,41.480267443059795],[-72.37523081671597,41.480333443075466],[-72.37515381669418,41.480392443089386],[-72.3750108166536,41.480499443114745],[-72.37460981653987,41.48080144318622],[-72.37458281653221,41.48082144319097],[-72.37444081649205,41.48093044321669],[-72.37437281647277,41.48098144322875],[-72.37416981641522,41.48113444326496],[-72.3741028163963,41.4811864432772],[-72.37386581632934,41.48136944332035],[-72.37370981628536,41.481491443349015],[-72.37315381612797,41.48191444344895],[-72.37303281609374,41.48200744347088],[-72.37290781605735,41.48208444348982],[-72.3728458160403,41.48214044350269],[-72.37273481600873,41.482222443522154],[-72.37271981600429,41.4822304435242],[-72.37261481597385,41.48229744354057],[-72.37248881593666,41.48236644355797],[-72.37231881588613,41.48245244358009],[-72.3720858158162,41.48255844360806],[-72.37186981575147,41.482658443634364],[-72.37196481579022,41.482799443658855],[-72.37208281583908,41.482987443691776],[-72.37219881588881,41.48320244373002],[-72.37237381596,41.48345844377441],[-72.37244481598934,41.48357044379401],[-72.3725098160169,41.48368544381438],[-72.37251181601778,41.48368944381509],[-72.37254981603454,41.483768443829284],[-72.37263381607288,41.48396644386524],[-72.37267481609264,41.48408144388635],[-72.37271981611602,41.48423844391555],[-72.37275381613595,41.484397443945454],[-72.37277581615172,41.48455244397498],[-72.37280781617955,41.484865444034966],[-72.37289381626128,41.48583144422052],[-72.3729288162916,41.48617144428569],[-72.37307881640187,41.4872754444961],[-72.37324381652263,41.48848044472573],[-72.37326681654497,41.48874744477703],[-72.37328481655746,41.48886644479966],[-72.3733358165926,41.48919944486292],[-72.37339281662857,41.489512444922134],[-72.37341481664447,41.48966944495204],[-72.3734438166735,41.490021445019714],[-72.37346581669536,41.490285445070455],[-72.37347281670452,41.490409445094414],[-72.37348381671852,41.49059644513049],[-72.37348681673012,41.490787445167626],[-72.37350081677602,41.49152944531176],[-72.37351481680244,41.491922445387914],[-72.37352081681351,41.49208644541966],[-72.3735248168194,41.49216844543552],[-72.37352581682711,41.4923014454614],[-72.3735268168398,41.49252344550464],[-72.37352881685598,41.49280244555892],[-72.37353781688063,41.49319244563464],[-72.37354381689501,41.4934154456779],[-72.37354981691065,41.493661445725635],[-72.37355781693044,41.493970445785585],[-72.37355881695471,41.49440044586934],[-72.3735598169604,41.49449644588802],[-72.37354981696548,41.494646445917546],[-72.37354781696624,41.494671445922485],[-72.37353481696833,41.494785445945105],[-72.37351581697162,41.494955445978825],[-72.37349081697127,41.495095446006886],[-72.37346281696801,41.49520044602823],[-72.37342781696424,41.49533744605602],[-72.37340781696169,41.4954084460705],[-72.37337681695978,41.4955554461001],[-72.37335981696532,41.49575444613942],[-72.37335981697629,41.49595144617777],[-72.37336981699937,41.496307446246846],[-72.37336481700626,41.4964604462768],[-72.37332981702043,41.49691944636733],[-72.37323581704074,41.49783344654835],[-72.37320281704531,41.49810844660297],[-72.3731948170465,41.49817644661646],[-72.37314781704713,41.49846244667365],[-72.37312581705254,41.49868844671839],[-72.37312281706538,41.49893644676679],[-72.37313381707995,41.49913344680483],[-72.37317681711971,41.499596446893655],[-72.37319381714002,41.49986144694476],[-72.37320581714809,41.49993644695899],[-72.37323281716156,41.500020446974496],[-72.37325581717194,41.5000724469839],[-72.37343881724343,41.50028644701983],[-72.37349881726797,41.50037644703547],[-72.37358981730783,41.50056044706845],[-72.37366481734249,41.500744447101944],[-72.37371281736263,41.50082544711622],[-72.37383881741377,41.5010074471477],[-72.37391881744533,41.50110644716447],[-72.37399981747626,41.501188447177896],[-72.37439081762348,41.50154644723532],[-72.37459681770024,41.50172044726273],[-72.37467681773045,41.50179544727482],[-72.37475081775781,41.50185444728398],[-72.3748188177834,41.50191644729393],[-72.37488081780721,41.50198144730463],[-72.37493581782884,41.50204844731596],[-72.37498481784876,41.50211944732825],[-72.37502581786617,41.50219244734117],[-72.3750658178843,41.50228444735782],[-72.37511881791009,41.502437447385965],[-72.37516781793595,41.502615447419096],[-72.37519481795137,41.50273444744143],[-72.37524681798578,41.503048447500966],[-72.3753128180231,41.5033324475542],[-72.3753688180583,41.50363744761185],[-72.37547981811986,41.50409344769717],[-72.37551281813928,41.50424944772652],[-72.3755978181932,41.50472044781561],[-72.37566181823139,41.505032447874356],[-72.37570281825337,41.50518744790325],[-72.37580381830432,41.50551144796319],[-72.37582681831489,41.50556644797317],[-72.37585681832753,41.50561844798235],[-72.37588681833935,41.5056554479886],[-72.37594181836094,41.505721447999754],[-72.37599181837983,41.505768448007316],[-72.37605881840445,41.50581844801495],[-72.37625381847442,41.50593544803161],[-72.37655781858223,41.506094448053],[-72.37663281860917,41.5061394480594],[-72.3766798186263,41.506172448064355],[-72.37685781869222,41.50631544808659],[-72.37722081882731,41.50661944813439],[-72.37776681902912,41.50705144820133],[-72.37803981913088,41.50728244823772],[-72.37809481915183,41.507337448246716],[-72.378202819191,41.507409448257334],[-72.37832581923684,41.507513448273706],[-72.37849181929867,41.50765344829574],[-72.37898481948173,41.50805844835911],[-72.3789988194869,41.508069448360814],[-72.37917081955018,41.508200448380904],[-72.37923381957302,41.508242448387115],[-72.37932581960638,41.50830344839608],[-72.37950781967133,41.50840544841022],[-72.37967081972904,41.508489448421436],[-72.37989881980991,41.50860844843743],[-72.38047282001224,41.508886448473504],[-72.38107382022261,41.50915044850599],[-72.38110582023386,41.5091654485079],[-72.38115882025255,41.5091914485113],[-72.38123182027871,41.509234448517375],[-72.38129182030036,41.509272448522864],[-72.38130282030433,41.509279448523905],[-72.38144482035675,41.50939044854103],[-72.38157982040711,41.50950544855919],[-72.38189382052575,41.50980044860677],[-72.38205882058894,41.509970448634675],[-72.38223282065634,41.51016344866677],[-72.38230882068699,41.51026944868502],[-72.38238282071843,41.5104014487084],[-72.38243782074275,41.51051644872906],[-72.38253582078764,41.51074944877135],[-72.38267782085117,41.51105944882723],[-72.38276982089391,41.51128944886914],[-72.38280682091245,41.511405448890564],[-72.3828438209339,41.51157444892231],[-72.38291382098747,41.51212644902763],[-72.38298882103949,41.51262144912164],[-72.38301382106172,41.51287444917012],[-72.38301382106813,41.51298944919251],[-72.38300682107021,41.51306744920793],[-72.3829808210699,41.513213449237185],[-72.38285482105526,41.51368644933328],[-72.38281482105165,41.513855449367426],[-72.3827628210504,41.5141364494238],[-72.38273882105351,41.5143324494627],[-72.38271482106872,41.51474544954389],[-72.38271382107034,41.51478044955074],[-72.38271482107625,41.514880449570185],[-72.38272382108354,41.51495844958509],[-72.38273382109199,41.515051449602886],[-72.38277082111216,41.515197449630136],[-72.38279882112535,41.51527044964348],[-72.38283482114137,41.515347449657334],[-72.38287782115952,41.515422449670595],[-72.38297582119955,41.51556744969574],[-72.38306982123687,41.515688449716336],[-72.38359082144234,41.51633144982513],[-72.3837378214999,41.51650544985438],[-72.38385182154498,41.51664844987864],[-72.38398782159757,41.51679744990335],[-72.38406282162634,41.51687544991617],[-72.38419782167816,41.51701644993939],[-72.38448682178705,41.51728244998209],[-72.38467982186026,41.517468450012224],[-72.38488482193716,41.517650450041195],[-72.38499382197732,41.5177344500541],[-72.38508882201182,41.51779845006358],[-72.3851778220432,41.51784145006915],[-72.38524382206647,41.517873450073296],[-72.38530782208845,41.51789445007538],[-72.38539282211725,41.51791445007659],[-72.38548182214689,41.51792645007612],[-72.38555982217251,41.517930450074445],[-72.38561082218877,41.51792445007166],[-72.38565682220342,41.51791845006905],[-72.3856608222065,41.51795045007515],[-72.38561682219301,41.51796545007946],[-72.38557182217919,41.517980450083805],[-72.38546982215001,41.518052450101045],[-72.38529382210052,41.51819245013384],[-72.38524982208861,41.5182354501436],[-72.38519482207484,41.51830945015975],[-72.38517582207082,41.51834845016794],[-72.38516682206995,41.51838545017543],[-72.38516182207258,41.51846145019039],[-72.38509282206851,41.518791450256806],[-72.38506682207198,41.5190054502993],[-72.3850668220794,41.51913845032519],[-72.38507482208944,41.51927145035082],[-72.38510482211231,41.519506450395625],[-72.38510782212057,41.519637450421044],[-72.3851038221266,41.519768450446676],[-72.3850918221319,41.51993345047918],[-72.38508382213325,41.520004450493246],[-72.38505582213858,41.52026345054456],[-72.38502882214692,41.5205704506052],[-72.38500682215988,41.52093145067617],[-72.38497782216518,41.521195450728484],[-72.3849608221645,41.52128245074597],[-72.38492782216005,41.52139545076901],[-72.38488482215232,41.52150745079216],[-72.38479282213329,41.52170345083323],[-72.38475782212436,41.52174745084289],[-72.38467982210365,41.52183145086169],[-72.38464482209561,41.521891450874485],[-72.38461882209067,41.52195445088756],[-72.38451782207736,41.522305450959074],[-72.38439182206821,41.52287645107422],[-72.38438682206953,41.5229294510847],[-72.38440082208072,41.52304845110742],[-72.38439882208654,41.52316445113008],[-72.3843848220875,41.5232634511498],[-72.38433382208358,41.52349045119559],[-72.38429982208753,41.523759451249035],[-72.38424482208474,41.524030451303524],[-72.38421982208452,41.52417245133196],[-72.38417982208104,41.52434345136651],[-72.38411282206982,41.52453345140562],[-72.38409482206825,41.52461045142117],[-72.38408782207222,41.52472245144319],[-72.38407382207343,41.524825451463684],[-72.38405782207185,41.524890451476836],[-72.38402982206642,41.524956451490574],[-72.38399282205793,41.5250204515042],[-72.38394582204603,41.525081451517565],[-72.38391782204026,41.52514145153012],[-72.38391782204266,41.525184451538486],[-72.38390582204232,41.52524845155133],[-72.38384782202937,41.52535445157378],[-72.38379782201945,41.52546845159756],[-72.38375782201285,41.52558345162121],[-72.38369582200465,41.525798451665025],[-72.38367582200367,41.525897451684926],[-72.38366782200565,41.52597945170114],[-72.38366182201518,41.52618545174142],[-72.38367282203934,41.52655445181291],[-72.38368182204535,41.52660945182334],[-72.3837018220604,41.52676245185249],[-72.38370182206157,41.52678345185658],[-72.38370782207139,41.526924451883836],[-72.38369882207431,41.52702945190456],[-72.38369482207591,41.52708145191481],[-72.38367982207625,41.527174451933384],[-72.38364882207195,41.5272784519546],[-72.38358482206138,41.52746245199244],[-72.38356582205736,41.527501452000635],[-72.38349582203908,41.527582452018606],[-72.3834678220326,41.52762945202864],[-72.38337882201658,41.5278614520766],[-72.38335682201497,41.52796145209677],[-72.38335182201604,41.528009452106254],[-72.38337082202631,41.528082452119875],[-72.38336882202753,41.52811645212657],[-72.38320282199668,41.52853145221258],[-72.38314282198276,41.528632452234135],[-72.38312582197918,41.52866745224147],[-72.38310082197673,41.528769452262125],[-72.38310182198198,41.52885745227921],[-72.38309582198225,41.52889745228719],[-72.38306682197778,41.52898645230543],[-72.38305782197607,41.52900845231]]]},"properties":{"name":5951.01,"geoid":"09007595101"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.67789691605942,41.49623843657812],[-72.6778809160553,41.49625743658234],[-72.67783591604406,41.49631743659545],[-72.67782091604032,41.49633743659981],[-72.6776519159978,41.496557436648025],[-72.67725091589794,41.49709743676592],[-72.67679091578296,41.4977094368997],[-72.67544191544609,41.49950943729302],[-72.67506091535142,41.50002643740579],[-72.67487991530595,41.50026343745769],[-72.67471391526475,41.50048943750697],[-72.67462691524241,41.50059443753018],[-72.67412691511883,41.50128443768039],[-72.67370891501395,41.50183343780058],[-72.6734009149368,41.502240437889604],[-72.6732939149105,41.5023904379222],[-72.67314891487595,41.502613437970204],[-72.67305691485402,41.50275443800059],[-72.67293591482698,41.50297243804687],[-72.6727939147981,41.503278438110925],[-72.67272091478279,41.50342743814226],[-72.67262191476398,41.50366443819154],[-72.67246991473553,41.50403543826858],[-72.6723329147176,41.504506438364594],[-72.67224991471153,41.50487643843923],[-72.67223991471089,41.504922438448496],[-72.67217691471137,41.50529343852268],[-72.67213491471267,41.5055584385756],[-72.67206291471166,41.50595443865493],[-72.67197891470225,41.5062714387193],[-72.67184891468118,41.50664643879639],[-72.67177091466651,41.506835438835665],[-72.67044891438734,41.50950143939652],[-72.67022691434,41.5099414394892],[-72.67002291429839,41.51037843958071],[-72.66989491427903,41.51077243966147],[-72.66977091426686,41.5112704397623],[-72.66960491425849,41.51207743992458],[-72.6694229142593,41.513138440136785],[-72.66932291426674,41.51384544027751],[-72.66916191430937,41.51552544060943],[-72.66913491431066,41.51570344064491],[-72.66907091431167,41.51608944072203],[-72.66827491424314,41.51945544140213],[-72.66817591423086,41.51980744147376],[-72.66812591422173,41.51993344149986],[-72.66792791418074,41.52034744158671],[-72.66788191417054,41.52043144160451],[-72.66736691400261,41.52042344161941],[-72.66709491394842,41.52102944174593],[-72.66564891365208,41.524104442390154],[-72.66524291355059,41.52464444250812],[-72.66439991333588,41.52569544273942],[-72.66431291331308,41.525792442761066],[-72.66424391329505,41.525870442778434],[-72.66406891325109,41.52609944282857],[-72.66398991323129,41.526203442851305],[-72.66398191322916,41.526212442853314],[-72.6639599132237,41.526242442859825],[-72.66395291322202,41.52625244286201],[-72.66381591318759,41.52643144290119],[-72.66324391304664,41.52722844307444],[-72.66113691252774,41.53016944371361],[-72.66089291246773,41.5305114437879],[-72.66064391240421,41.53082044385593],[-72.66037191233148,41.53109844391868],[-72.66022791229128,41.53121544394602],[-72.66014991226957,41.53128044396115],[-72.65992091220319,41.531423443996275],[-72.65975791215516,41.531511444018584],[-72.65972191214458,41.53153144402363],[-72.65959491210712,41.53159944404089],[-72.65951291208016,41.53159444404255],[-72.65942091204997,41.53158944404451],[-72.65926991200018,41.531577444047],[-72.65918891197356,41.53157244404861],[-72.65901491191623,41.53155944405165],[-72.65897891190417,41.53155344405163],[-72.6586819118048,41.53150444405159],[-72.65851191174747,41.53146844405002],[-72.65838691170575,41.531449444050324],[-72.65835891169642,41.531445444050426],[-72.65815091162742,41.53142144405241],[-72.65780591151318,41.53138544405641],[-72.65745291139922,41.53140044407061],[-72.65716591130666,41.53141444408249],[-72.6561529109819,41.53149744413099],[-72.65535791072634,41.53155044416667],[-72.65518891067205,41.53156244417441],[-72.6549889106083,41.53158544418527],[-72.65465991050209,41.53159944419849],[-72.65465491050045,41.53159944419865],[-72.6546399104956,41.531599444199124],[-72.65463591049435,41.531600444199434],[-72.6538389102385,41.53166044423657],[-72.65279190990246,41.53173944428535],[-72.65145090947202,41.53184044434781],[-72.65142190946277,41.531843444349306],[-72.65089790929574,41.5319034443777],[-72.65066090922119,41.53194844439401],[-72.65044790915547,41.53201144441307],[-72.65040490914234,41.53202644441736],[-72.65020490908142,41.53209944443794],[-72.64990790899212,41.5322284444725],[-72.64967390892323,41.53235644450486],[-72.64963290891124,41.53238044451083],[-72.649445908857,41.53249644453936],[-72.64927090880528,41.53258844456282],[-72.64901690873036,41.532724444597385],[-72.64877990865898,41.532825444624585],[-72.64873590864542,41.532838444628524],[-72.64854790858759,41.53289744464599],[-72.64831990851627,41.53294744466299],[-72.64822090848536,41.532970444670624],[-72.64796190840329,41.53300844468629],[-72.64765790830565,41.53303044470026],[-72.64762590829524,41.53303044470128],[-72.64739290821963,41.53303344470929],[-72.64729690818777,41.53302244471023],[-72.64716390814367,41.533007444711565],[-72.64701090809237,41.5329804447112],[-72.6469169080609,41.53296444471108],[-72.64676990801101,41.53292744470858],[-72.64669190798455,41.532908444707374],[-72.64648890791491,41.53284444470141],[-72.64633990786318,41.53278644469489],[-72.64619990781458,41.53273244468886],[-72.64613290779131,41.53270644468593],[-72.64593190772153,41.53262844467719],[-72.64586590769859,41.53260244467425],[-72.64561390761303,41.53253844466985],[-72.64560190760895,41.53253544466964],[-72.64537490753239,41.53248744466755],[-72.6451529074584,41.53245544466841],[-72.6448659073643,41.53244244467504],[-72.64484390735716,41.53244244467573],[-72.64458490727314,41.53244644468479],[-72.64442290722106,41.532457444692106],[-72.6439379070653,41.532492444714386],[-72.64377690701362,41.53250444472185],[-72.64197990643648,41.53263444480447],[-72.64189990641069,41.5326384448078],[-72.64167590633906,41.53266044481923],[-72.6406059059959,41.53274644487009],[-72.63960490567557,41.53283944492012],[-72.63944990562601,41.53285444492798],[-72.63861090535893,41.53295744497477],[-72.63763190504864,41.53310144503402],[-72.63709890488008,41.53318644506754],[-72.63632190463402,41.53330444511528],[-72.6357129044404,41.533383445150065],[-72.63522290428357,41.53342844517445],[-72.63476390413612,41.53346144519551],[-72.63452690405975,41.5334744452056],[-72.63376090381234,41.53350544523606],[-72.63325690364887,41.533513445253675],[-72.63217590329943,41.53355144529557],[-72.6319939032406,41.53355844530272],[-72.63007990262187,41.533626445376996],[-72.62992590257173,41.53362544538171],[-72.6255179011465,41.53377744555183],[-72.6245729008409,41.53380944558819],[-72.62435890077175,41.53381744559657],[-72.62402990066518,41.5338254456086],[-72.62397790064838,41.53382744561067],[-72.62225190009026,41.53388644567717],[-72.62152389985584,41.53392844570854],[-72.62112889973005,41.533976445730474],[-72.62084989964123,41.53401044574597],[-72.62036089948629,41.53408344577576],[-72.61994989935697,41.53416144580402],[-72.61955989923442,41.53423744583123],[-72.61953489922652,41.534241445832805],[-72.61946089920329,41.53425644583808],[-72.61943689919576,41.534261445839824],[-72.61923289913224,41.534311445856055],[-72.61921589912698,41.53431644585756],[-72.61895989904671,41.53436944587604],[-72.61868789896184,41.53443344589714],[-72.61861689893965,41.53444944590253],[-72.61841289887593,41.53449644591816],[-72.61849689891297,41.53466844594893],[-72.61864789897592,41.53491344599175],[-72.61885289905919,41.53520744604239],[-72.61911989916543,41.53555044610057],[-72.61931189924064,41.5357764461384],[-72.61932489924577,41.5357924461411],[-72.61955689933554,41.53604544618289],[-72.61997589949404,41.536438446245945],[-72.62010989954416,41.53655444626423],[-72.62045389967058,41.53681144630323],[-72.62279990052804,41.538481446553156],[-72.62302990061224,41.538647446578096],[-72.62371390086264,41.53914144665234],[-72.62408390099961,41.53943544669769],[-72.62427490107117,41.53960244672407],[-72.6244729011453,41.53977444675119],[-72.62454490117274,41.53984544676269],[-72.6249149013153,41.5402384468273],[-72.62501690135457,41.54034644684506],[-72.62524190144224,41.54060244688766],[-72.62574290163906,41.541201446988126],[-72.62590790169878,41.54130844700365],[-72.62601390174122,41.5414494470277],[-72.62635690187591,41.541858447096274],[-72.62669490200932,41.542273447166174],[-72.62726590223467,41.54297444728422],[-72.62783490243694,41.54327844732519],[-72.6280539025148,41.54339544734093],[-72.62952690304088,41.5442254474553],[-72.630089903242,41.54454344749916],[-72.63062890343458,41.544848447541256],[-72.63138190370563,41.54531044760704],[-72.63185390387581,41.545604447649126],[-72.63229190403372,41.54587744768823],[-72.63326890438631,41.54649244777661],[-72.63346090445562,41.546613447793995],[-72.63375290455943,41.54676944781498],[-72.63350390448073,41.546810447830914],[-72.63332790442428,41.54682444783924],[-72.63310090435044,41.54682444784649],[-72.63163790387887,41.54690144790814],[-72.63106190369561,41.546974447940705],[-72.6308429036311,41.547093447970816],[-72.63065390357544,41.54719644799688],[-72.63065190357479,41.54719644799694],[-72.63039490349959,41.5473454480341],[-72.6302059034439,41.54744744805995],[-72.63033690349414,41.54758244808202],[-72.63058690359537,41.54793444814246],[-72.63070490364987,41.548219448194104],[-72.630899903754,41.54893944832782],[-72.63134790399009,41.550537448624134],[-72.63148190405256,41.550871448684774],[-72.63174790416868,41.55139444877793],[-72.63214290434098,41.552168448915765],[-72.63253590451421,41.55297144905928],[-72.63258190453456,41.553066449076276],[-72.63274990460701,41.553381449132125],[-72.63282090463599,41.55348544915009],[-72.63289590466985,41.553652449180134],[-72.63289890467168,41.55366744918297],[-72.6330459047523,41.55424744929098],[-72.63309490477923,41.55444144932712],[-72.63321890485888,41.555136449458224],[-72.63331290491062,41.55551044952793],[-72.633464904994,41.55611044963967],[-72.6339129052393,41.557870449967396],[-72.63399290527427,41.55802844999554],[-72.63419590535825,41.55834545005066],[-72.63436390542621,41.558580450090965],[-72.6345129054864,41.55878745012643],[-72.63464190553951,41.558984450160594],[-72.63475590559074,41.55923445020553],[-72.63479290560821,41.55933045022301],[-72.63485790563993,41.55951745025726],[-72.63486790564461,41.55954245026181],[-72.63487690564871,41.55956345026561],[-72.63490390566123,41.55962945027757],[-72.63491390566574,41.559651450281535],[-72.63489890566419,41.55971045029346],[-72.63485290565941,41.5598904503299],[-72.63483890565827,41.55995045034202],[-72.63469390561782,41.560069450369774],[-72.63450290556467,41.56022845040677],[-72.63437590553625,41.56045645045512],[-72.63434990553036,41.560501450464685],[-72.63431790552326,41.560560450477176],[-72.63425990551036,41.56066545049943],[-72.63229690487842,41.56078445058521],[-72.63192690475934,41.56080745060147],[-72.62959490400861,41.5609484507033],[-72.62892490379295,41.560989450732656],[-72.6272939032626,41.56099445078568],[-72.62640490297142,41.56096045080744],[-72.62457590237258,41.560893450852774],[-72.62453690236724,41.56102345087928],[-72.62384890211771,41.56056945081302],[-72.62368190206428,41.56058545082144],[-72.62221490159543,41.5607344508972],[-72.6213559013255,41.56090345095745],[-72.6207379011295,41.56099345099465],[-72.6197579008188,41.5611374510539],[-72.61956590075792,41.56116545106546],[-72.61899090057558,41.56124945110011],[-72.61879990051507,41.56127845111184],[-72.61845890040695,41.56132845113244],[-72.6181699003153,41.56137045114981],[-72.61783990021132,41.561430451172015],[-72.61497289930828,41.561957451365856],[-72.61401789900751,41.56213345143052],[-72.61390789897285,41.5621534514379],[-72.61309589871865,41.562330451498205],[-72.61163489826126,41.56264845160657],[-72.61098389805368,41.56272345164191],[-72.6099018977088,41.56285045170109],[-72.60945689756457,41.56286045171722],[-72.60894589739745,41.56284545173058],[-72.60808989711447,41.562766451742526],[-72.60753189692579,41.56264045173583],[-72.60660389660693,41.562341451707326],[-72.60633089650986,41.56219545168766],[-72.60340389546897,41.56062945147662],[-72.60315189537945,41.560496451458825],[-72.6022748950797,41.560241451437214],[-72.5998968942669,41.55955045137871],[-72.59930789406496,41.55936845136212],[-72.59791089358602,41.55893645132268],[-72.59651489310738,41.5585044512832],[-72.59521189266064,41.55810145124638],[-72.59386989221319,41.55791045125203],[-72.59263389180582,41.5578184512735],[-72.59169589151146,41.55801045134071],[-72.59110789132696,41.55813145138295],[-72.59050889113324,41.55815245140611],[-72.58869689054718,41.55821545147608],[-72.58580988960487,41.55816445155809],[-72.5839508889981,41.55813145161087],[-72.57984688765235,41.55794845170596],[-72.57645788653018,41.55760545174718],[-72.57346788552924,41.55710945174593],[-72.57180688495936,41.556588451697536],[-72.57093488466019,41.55631545167222],[-72.56847788382024,41.555598451611004],[-72.56818788372112,41.555514451603926],[-72.56652788315596,41.55507145157062],[-72.56573088288461,41.55485845155456],[-72.56552288281523,41.55482845155536],[-72.56319788204014,41.55450045156554],[-72.56277488189843,41.554428451565],[-72.56162688151386,41.554233451563604],[-72.5608028812358,41.55405745155559],[-72.55547687933883,41.551150451159806],[-72.55463787904992,41.55086845113166],[-72.55439387895845,41.550654451097806],[-72.55417187886125,41.55021145101874],[-72.55405787881132,41.54998345097803],[-72.55335587852356,41.548930450795616],[-72.55310287841857,41.5485284507255],[-72.55265887823417,41.54781945060176],[-72.5524708781561,41.54751945054941],[-72.55158587775468,41.545505450185914],[-72.55119887750936,41.54338544978599],[-72.55112887746503,41.54300244971373],[-72.5510678773288,41.5409354493137],[-72.55099787721393,41.539299448997774],[-72.55094587712844,41.53808144876255],[-72.55134187710145,41.53531244821141],[-72.55228787727354,41.532901447712405],[-72.55297487742021,41.531535447424865],[-72.55379887762906,41.53048244719384],[-72.5540428776552,41.52953644700208],[-72.55462287777954,41.52839244676112],[-72.55532487790407,41.526546446379676],[-72.55585887798891,41.52496644605535],[-72.55608787797846,41.523456445754285],[-72.556087877872,41.52156444538618],[-72.5561228778346,41.52069644521619],[-72.55614687780967,41.520114445102195],[-72.55614887780773,41.52006844509318],[-72.55617987779019,41.519577444996656],[-72.55619487778107,41.51932844494773],[-72.55617487776398,41.519140444911784],[-72.55602687763546,41.51771144463843],[-72.55598087756044,41.516643444432084],[-72.55584387746222,41.5156894442508],[-72.55573687736478,41.51457544403742],[-72.55549287721377,41.51330144379724],[-72.55527387710356,41.51260844366933],[-72.55512287702757,41.51213044358111],[-72.55503487698324,41.51185144352961],[-72.55491287689898,41.511058443379135],[-72.55530187702384,41.51102844336095],[-72.55647087739926,41.51094244330708],[-72.55686087752458,41.510914443289245],[-72.55691687754252,41.51090944328649],[-72.55694787755249,41.510907443285106],[-72.55708287759461,41.5108754432746],[-72.55713887761209,41.51086244327029],[-72.55840687801434,41.5106804431946],[-72.55959787839222,41.51051044312367],[-72.56222887923379,41.51025644299065],[-72.56350487964194,41.51013344292619],[-72.56354287965415,41.51013044292437],[-72.56700588075127,41.50960844271275],[-72.56867288127941,41.50935744261093],[-72.56878188131392,41.509340442604156],[-72.56889088134847,41.509324442597574],[-72.57751088407919,41.50802344207038],[-72.57805288425091,41.50794244203738],[-72.58024788494626,41.507611441903165],[-72.58101288518863,41.50749644185646],[-72.58139588530963,41.50743344183203],[-72.58254388567241,41.507244441758736],[-72.58292788579381,41.50718244173446],[-72.58302688582506,41.507165441728],[-72.58332688591983,41.507115441708734],[-72.58342688595145,41.50709944170243],[-72.58392088610836,41.507032441673694],[-72.58540388657964,41.506835441588194],[-72.58589888673698,41.50677044155978],[-72.58592788674709,41.50678244156121],[-72.58600388677361,41.506814441565005],[-72.58601788677805,41.50681244156417],[-72.58604988678823,41.50680844156238],[-72.5863838868936,41.50675044154046],[-72.58738688721026,41.506580441475485],[-72.58772188731601,41.50652344145374],[-72.58804388741827,41.506479441434934],[-72.58840188753206,41.5064324414144],[-72.58901188772585,41.50635044137903],[-72.5893348878285,41.506307441360384],[-72.59320688905638,41.50574844112842],[-72.59691689023289,41.50521344090627],[-72.60482489274052,41.50407144043233],[-72.60612889315408,41.50388444035441],[-72.60848389390083,41.503544440213275],[-72.60869889396916,41.50351644020099],[-72.60940989419585,41.503435440162576],[-72.60949389422261,41.50342544015798],[-72.61115189475139,41.50324044006916],[-72.61187989498352,41.50315844003004],[-72.61248289517586,41.50309143999778],[-72.61267589523732,41.503068439987175],[-72.61376589558492,41.50294643992873],[-72.61460289585172,41.50285043988339],[-72.6151968960401,41.50276543984792],[-72.61717589666785,41.50248443973022],[-72.6207718978108,41.5020144395242],[-72.62079489781802,41.50200943952249],[-72.622321898297,41.501697439413135],[-72.62273089842644,41.501634439387836],[-72.62524189922136,41.501250439233125],[-72.6269338997598,41.50104143913854],[-72.63200890137495,41.50041743885535],[-72.63370190191375,41.50020943876093],[-72.63379390194292,41.50019643875547],[-72.63407290203163,41.500160438739556],[-72.63409490203865,41.50015843873849],[-72.63416690206157,41.500149438734425],[-72.63452390217518,41.500105438714485],[-72.63699790296269,41.49980443857705],[-72.64549090566612,41.49877243810542],[-72.64807790648965,41.49845943796201],[-72.64832290656783,41.49843343794914],[-72.64959290697311,41.49829743788217],[-72.65340290818892,41.49788943768124],[-72.65455190855558,41.49776643762065],[-72.65467290859407,41.49775143761387],[-72.65744390947602,41.49741443745988],[-72.66095291059287,41.496988437265],[-72.66575991212277,41.49640343699774],[-72.66853191300504,41.49606743684387],[-72.66903791316605,41.49600543681565],[-72.67055591364918,41.49582143673138],[-72.67106291381059,41.49576043670333],[-72.67150191394951,41.49569343667625],[-72.67195991409459,41.49562543664841],[-72.67465091494665,41.49522143648387],[-72.67554891523102,41.495087436429124],[-72.67624091545137,41.49500543639107],[-72.67759591588293,41.494846436316855],[-72.67774891597277,41.49555643645013],[-72.67789691605942,41.49623843657812]]]},"properties":{"name":6802,"geoid":"09007680200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.43041916536536,41.58176642869006],[-73.43011616527006,41.58181742870996],[-73.43008516527294,41.58203742875358],[-73.43010616528923,41.58219842878404],[-73.43013216531232,41.58244742883138],[-73.43003216530103,41.582807428904374],[-73.430029165316,41.58307842895693],[-73.43005016533216,41.58323742898702],[-73.43128616573318,41.58323942894643],[-73.43174416588192,41.58324242893183],[-73.43451816678271,41.58325942884315],[-73.434913166911,41.58326242883065],[-73.43704616760455,41.583291428765534],[-73.43756716777597,41.583332428756194],[-73.43906916827021,41.58345242872961],[-73.43927716834327,41.5835474287411],[-73.4399131685666,41.58383742877616],[-73.44046816878163,41.584432428872894],[-73.44122016909836,41.58567042908757],[-73.44170516928907,41.586237429181224],[-73.44285916971145,41.587054429301084],[-73.44394317010635,41.58779042940755],[-73.44471117039173,41.588406429501276],[-73.44506017052142,41.5886864295439],[-73.44599217089205,41.58984742973767],[-73.44654817110583,41.590415429829115],[-73.44684517120935,41.59053742984288],[-73.4475941714703,41.59084342987724],[-73.44772817151701,41.59089842988344],[-73.44851317180843,41.59152342997834],[-73.44926517211354,41.59256243015443],[-73.44939117216465,41.59273643018392],[-73.44979317232095,41.59317643025571],[-73.44985117233784,41.5931434302474],[-73.45002517238845,41.59304443022247],[-73.4500831724053,41.59301143021417],[-73.45028117248643,41.59329843026313],[-73.45069117264256,41.593691430325556],[-73.45152417295716,41.59444543044382],[-73.45193417310377,41.594676430474905],[-73.45242417327319,41.59485443049307],[-73.4533751735978,41.59512843051452],[-73.45388717377564,41.59532843053624],[-73.45430417392323,41.59553743056283],[-73.45462617403555,41.59567143057806],[-73.45464217404134,41.59568143057946],[-73.45498417416471,41.595892430608934],[-73.45581817447547,41.59657543071339],[-73.45592817451757,41.596684430730846],[-73.45590517452017,41.59685543076468],[-73.45574517449339,41.59728143085242],[-73.45573817449717,41.597384430872566],[-73.45476817419308,41.59756343093941],[-73.45438217410458,41.59818643107275],[-73.45452817418469,41.59874243117548],[-73.45490017433205,41.59919543125077],[-73.45570517463082,41.59983443134766],[-73.45642817490318,41.600476431447866],[-73.45813317551995,41.601557431600376],[-73.4582371756089,41.60249443177817],[-73.45804717556791,41.60284443185219],[-73.45776217550588,41.60336043196146],[-73.4573081754175,41.6043594321698],[-73.4567621752761,41.60496543230514],[-73.45610217510266,41.60565543246052],[-73.45558117498966,41.606605432661574],[-73.45492317482076,41.60736143282967],[-73.45400917454401,41.6076964329248],[-73.45283517419581,41.60825043307094],[-73.45203017393962,41.60833443311391],[-73.45116117366668,41.60848643317216],[-73.45064517352911,41.608992433287156],[-73.4502161734283,41.60964343342732],[-73.44988017334506,41.610080433522995],[-73.44979217332369,41.61020243354952],[-73.44967217328134,41.610144433542274],[-73.44965917327679,41.61013843354155],[-73.44952717323024,41.610075433533744],[-73.44936217317208,41.60999643352396],[-73.44931517315548,41.609973433521056],[-73.44919617311356,41.60991743351417],[-73.44890817301227,41.60978443349802],[-73.4487681729637,41.609730433492224],[-73.44834817281794,41.60956943347502],[-73.44820917276974,41.609516433469395],[-73.44774917261942,41.60949843348118],[-73.44735617249113,41.6094844334915],[-73.44637017217124,41.60948443352424],[-73.44606817207328,41.60948443353427],[-73.4459121720238,41.60950343354311],[-73.44455317159357,41.60968443362323],[-73.44434317152714,41.60971343363581],[-73.44198217079165,41.610230433814166],[-73.44194117077996,41.61025743382075],[-73.4407471704395,41.611053434014345],[-73.440461170358,41.61124543406097],[-73.43991417023173,41.61211443424719],[-73.4398561702233,41.61229043428317],[-73.43980917021479,41.612404434306754],[-73.43975717020392,41.61250643432821],[-73.4396621701777,41.612584434346445],[-73.43961017016258,41.61261443435398],[-73.43957117015165,41.61264343436088],[-73.43948317012526,41.612680434370965],[-73.43937617009061,41.612681434374714],[-73.43922517004061,41.612664434376434],[-73.43897916995826,41.61262143437629],[-73.43897616995724,41.61262043437618],[-73.43883616991171,41.612618434380444],[-73.43806216966271,41.61265443441309],[-73.43756716950318,41.612672434433],[-73.43724716939901,41.612666434442446],[-73.43702416932494,41.61263743444424],[-73.43691616928798,41.61260443444144],[-73.43679916924712,41.612555434435855],[-73.43666516919887,41.61247443442464],[-73.43652416914671,41.61236543440822],[-73.4362461690399,41.612083434362916],[-73.43590416890991,41.611760434311776],[-73.43561716880237,41.611515434273926],[-73.43560916879936,41.611508434272835],[-73.43546616874619,41.61139343425534],[-73.43529216868343,41.61128643424043],[-73.43514216863018,41.611208434230306],[-73.43499616857999,41.611160434225845],[-73.43475516849874,41.61110843422381],[-73.4344571683987,41.611051434222645],[-73.43442216838694,41.611044434222464],[-73.43420716831524,41.611011434223215],[-73.43405416826423,41.61098843422385],[-73.43378916817743,41.610974434229924],[-73.43349316808111,41.61096943423878],[-73.43345016806715,41.61096943424021],[-73.43328416801337,41.6109704342459],[-73.43319816798598,41.6109794342505],[-73.43301316792079,41.61089143423962],[-73.43294516789359,41.610804434225045],[-73.4328931678709,41.61070543420762],[-73.43285116785081,41.610595434187736],[-73.43284216784646,41.6105714341834],[-73.43280516782661,41.6104384341589],[-73.43260216771199,41.609610434005475],[-73.43252216766666,41.60928143394448],[-73.43247016763684,41.60906143390365],[-73.43231616754801,41.6084014337811],[-73.43226516751851,41.60818143374024],[-73.43184816738457,41.60820443375851],[-73.43059716698284,41.60827443381355],[-73.43034616690228,41.60828943382477],[-73.43018116684851,41.60828543382949],[-73.43016616684271,41.60826943382689],[-73.42998516676877,41.60801143378297],[-73.42992416674217,41.607895433762565],[-73.42990016672714,41.60777243373956],[-73.4298701667057,41.60757343370207],[-73.42986916670478,41.607563433700165],[-73.42985916668923,41.60735443366007],[-73.42985916668098,41.60721443363297],[-73.429885166677,41.60700343359131],[-73.42988316667511,41.60698243358731],[-73.42988616666715,41.60683043355782],[-73.42981016661223,41.60631643346089],[-73.42976716658332,41.606062433413186],[-73.4297141665537,41.60585143337413],[-73.429672166534,41.6057484333556],[-73.42962116651235,41.60566143334045],[-73.42947216645358,41.605484433311155],[-73.42933716640118,41.60533843328738],[-73.42924916636711,41.60524443327211],[-73.42909816630629,41.60504343323823],[-73.42899616626566,41.60491543321686],[-73.42893016624001,41.604843433205126],[-73.42884216620757,41.604777433195274],[-73.42880716619486,41.60475443319199],[-73.42920416629333,41.60423943307918],[-73.4292701663058,41.60408743304759],[-73.42926716629977,41.60400143303104],[-73.42926216628838,41.6038354329991],[-73.42914616620635,41.603081432857074],[-73.4292481662165,41.60269143277825],[-73.42931416623207,41.602592432756914],[-73.42937916625057,41.60254843274623],[-73.42973816636287,41.602477432720605],[-73.42987716640141,41.6023664326945],[-73.42992816641008,41.602232432666895],[-73.42995016640897,41.60209243263908],[-73.42993916638515,41.60174843257289],[-73.42993516637497,41.601597432543805],[-73.43002316639057,41.601377432498325],[-73.43012516641235,41.6011854324578],[-73.4303071664577,41.60095243240667],[-73.43049116650354,41.600717432355104],[-73.43074816656062,41.60027043226011],[-73.43093016658747,41.59972343214822],[-73.43098216659244,41.59952143210742],[-73.4309671665661,41.599156432037304],[-73.43082116649212,41.598704431954694],[-73.43083616648565,41.598511431916855],[-73.43094516650645,41.59826443186546],[-73.43101116651786,41.59809443183036],[-73.43103316651441,41.59791443179481],[-73.4310261664883,41.59750943171668],[-73.43098716647029,41.597418431700355],[-73.43096016645784,41.59735543168907],[-73.43076316637385,41.59701443162962],[-73.43049216626059,41.59658343155521],[-73.4304561662425,41.59647443153531],[-73.43046316624051,41.596402431521135],[-73.4305731662689,41.5962784314935],[-73.4309381663762,41.59608943144484],[-73.43105516640792,41.59598343142043],[-73.43110716641341,41.59579043138138],[-73.43110716638876,41.59537143130029],[-73.43104116634159,41.594933431217726],[-73.43084316623693,41.594246431091356],[-73.43088816623141,41.59390443102369],[-73.43088816621498,41.593625430969695],[-73.43071216613949,41.593312430914956],[-73.43071216613231,41.59319043089135],[-73.43075616614051,41.59308743086996],[-73.43093216618533,41.592878430823674],[-73.43097516619191,41.592753430798076],[-73.43097216619023,41.59274143079585],[-73.43091716616031,41.592536430757995],[-73.43069816607716,41.592330430725376],[-73.43053716602083,41.59226043071718],[-73.4302661659316,41.592238430721906],[-73.43005416586402,41.5922584307328],[-73.42988616580806,41.59223343073355],[-73.42978416577174,41.592178430726285],[-73.42972516574723,41.59208743071061],[-73.42970316573398,41.59198343069122],[-73.42971816573409,41.59190243067505],[-73.42983516576393,41.59176443064446],[-73.43013516585405,41.59164243061092],[-73.43015716585913,41.59160743060341],[-73.43013516584294,41.59145343057435],[-73.42995216576675,41.59116743052506],[-73.4297181656742,41.59088443047806],[-73.42958616562414,41.590761430458635],[-73.4294401655719,41.590678430447404],[-73.42901616542424,41.59050643042817],[-73.42892116539413,41.59051843043364],[-73.428534165277,41.59066143047414],[-73.42840216523354,41.5906504304764],[-73.42832116520592,41.590627430474626],[-73.42826216517953,41.59050443045278],[-73.42829816517275,41.59019043039081],[-73.42838016518904,41.590015430354235],[-73.4284091651921,41.589907430332374],[-73.42835016516973,41.58985243032369],[-73.42823316513278,41.58986943033085],[-73.42813116510334,41.589931430346226],[-73.4279331650384,41.58991943035047],[-73.42790016502688,41.58990543034886],[-73.42782316499995,41.58987243034501],[-73.42775716497827,41.58986743034625],[-73.42768616495646,41.58988843035266],[-73.42763316494191,41.58993343036314],[-73.42754616491628,41.58997743037454],[-73.42750216490195,41.589976430375785],[-73.42745016488078,41.58990343036339],[-73.42748816488229,41.58971943032652],[-73.42746516487112,41.58965643031508],[-73.4273551648279,41.58952843029395],[-73.42724616478985,41.58948243028867],[-73.42712916475125,41.589471430290416],[-73.4266541645984,41.58949243031023],[-73.42638316450943,41.589474430315725],[-73.426054164399,41.58941143031444],[-73.42598216437112,41.58933443030193],[-73.42596616436057,41.589243430284846],[-73.4260771643877,41.58909243025193],[-73.42613516440022,41.58898543022931],[-73.42601016434867,41.58879843019725],[-73.42593016431391,41.58864843017088],[-73.42563016421425,41.58860843017309],[-73.42549916417033,41.588584430172766],[-73.42538216412939,41.58853343016679],[-73.42535516411911,41.58850743016267],[-73.42536016411178,41.58835543013307],[-73.42535216410207,41.58823443010992],[-73.42533516409291,41.58817243009848],[-73.4252861640699,41.58805143007669],[-73.42505716396157,41.587472429972216],[-73.42487916388048,41.58707542990127],[-73.42477616383219,41.586822429855715],[-73.42475016381975,41.58675442984341],[-73.42467616378396,41.586553429806955],[-73.42464016376326,41.58640042977854],[-73.42462416375255,41.58630642976089],[-73.42461816374673,41.58624042974831],[-73.42460416373184,41.58606442971471],[-73.4246031637302,41.58604242971049],[-73.42460316372633,41.585976429697716],[-73.42460016371479,41.585796429662956],[-73.42460016371332,41.58577142965813],[-73.42460216369079,41.585377429581804],[-73.42461716368284,41.5851594295391],[-73.42463016367654,41.58498042950403],[-73.42463616367706,41.584956429499194],[-73.42429216355943,41.58485342949064],[-73.4238531634084,41.584706429476746],[-73.42368716335126,41.5846504294714],[-73.42343916326593,41.58456742946356],[-73.42304816313063,41.58442342944865],[-73.42254016295473,41.5842344294289],[-73.42174216267854,41.583939429398235],[-73.42114016246869,41.58369142937017],[-73.420900162384,41.58357542935567],[-73.42067116230326,41.58346542934197],[-73.42001316206974,41.58312342929756],[-73.42000116207166,41.58322242931713],[-73.42006016210031,41.58338442934653],[-73.420071162105,41.583403429349836],[-73.42025716218372,41.583716429404284],[-73.42035216223583,41.584078429471184],[-73.42035716224596,41.5842234294991],[-73.42035916224813,41.584249429504055],[-73.42031016224777,41.584513429556786],[-73.41978716206808,41.58434242954102],[-73.41926516189639,41.584302429550576],[-73.42014016216011,41.58396042945539],[-73.42004616211658,41.58373842941551],[-73.41993716206899,41.58353042937887],[-73.41986716203589,41.583353429346936],[-73.4198221620133,41.58321742932208],[-73.41976416198926,41.58312842930678],[-73.41968316195826,41.58304842929399],[-73.41947716188157,41.582880429268286],[-73.41918516177435,41.58266742923673],[-73.41883216164402,41.58239842919636],[-73.41877116162217,41.58236342919161],[-73.41874416161276,41.582352429190365],[-73.41855816154639,41.58224942917659],[-73.41822816142383,41.58198542913642],[-73.41724716106317,41.581263429029136],[-73.41693616095148,41.581079429003836],[-73.41542116041377,41.58029142890147],[-73.41538616040124,41.58027142889874],[-73.41528116036382,41.5802144288912],[-73.41524716035168,41.58019542888864],[-73.41503916027958,41.58011642888023],[-73.41496816025554,41.58009942887929],[-73.41487716022472,41.580077428878056],[-73.4146981601666,41.58007642888379],[-73.4141451599917,41.580152428916804],[-73.41409215997508,41.58016242892052],[-73.41380415988513,41.58022142894147],[-73.41350615979094,41.580263428959476],[-73.41261415950898,41.5803894290134],[-73.41231715941517,41.580432429031575],[-73.41225315939494,41.58044142903543],[-73.41206115933426,41.580468429046995],[-73.41199715931401,41.58047742905087],[-73.4117311592302,41.58051942906781],[-73.41093315897886,41.58064742911901],[-73.41066815889548,41.580691429136316],[-73.41033315878963,41.58073942915671],[-73.40972515859758,41.58082742919387],[-73.40933415847509,41.580901429221136],[-73.40900315837148,41.580965429244486],[-73.40895715835714,41.580975429247964],[-73.40882215831506,41.58100442925803],[-73.4087771583011,41.581015429261655],[-73.4086451582595,41.581036429270085],[-73.40855615823105,41.58104342927441],[-73.4082541581359,41.581091429293686],[-73.40789815802383,41.5811494293167],[-73.40741215787374,41.58127842935776],[-73.40684315769997,41.58146242941225],[-73.4067221576627,41.58149642942283],[-73.40665215764119,41.58151642942901],[-73.40652615760202,41.5815454294388],[-73.40620515750123,41.581602429460446],[-73.40605315745346,41.58162842947052],[-73.40586615739477,41.5816624294833],[-73.40559715731,41.581704429500334],[-73.4054451572621,41.58172842951001],[-73.4053281572252,41.58174642951737],[-73.40497815711488,41.58180142953961],[-73.40486215707837,41.58182042954712],[-73.40466515701576,41.58184242955791],[-73.40407315682776,41.58191142959085],[-73.40387715676553,41.5819344296018],[-73.40374715672401,41.58194542960823],[-73.40355715666378,41.58196942961918],[-73.40343515662585,41.581997429628636],[-73.40334715659884,41.58202342963658],[-73.40321615655928,41.5820734296506],[-73.40312115653133,41.58212242966322],[-73.40303415650658,41.58218142967753],[-73.40293415647994,41.582280429700006],[-73.40282215645078,41.58240242972733],[-73.40267015641534,41.582638429778044],[-73.40256815638979,41.58276742980639],[-73.40250515637248,41.582820429818746],[-73.4024201563478,41.58286942983104],[-73.40238615633764,41.582884429835076],[-73.4022801563066,41.582941429849605],[-73.4022661563016,41.582933429848524],[-73.40229615629823,41.58271042980436],[-73.40223415622076,41.58173342961727],[-73.40222415621497,41.581690429609296],[-73.40224015621894,41.58166942960469],[-73.40229115622944,41.58156642958307],[-73.40229615622994,41.58154742957923],[-73.40233215623381,41.5814144295523],[-73.4023401562296,41.58129842952956],[-73.40232315621085,41.581073429486565],[-73.40232515620411,41.58094742946211],[-73.4023301562035,41.580909429454586],[-73.40233315619221,41.58070042941402],[-73.4023391561776,41.58041842935922],[-73.40239915617708,41.58007842929142],[-73.40241715617718,41.57998042927185],[-73.40244915618146,41.57987642925065],[-73.40249615617422,41.579493429174946],[-73.40252315617245,41.579314429139394],[-73.40258515616891,41.57891142905933],[-73.40265815616775,41.57848842897501],[-73.40279015616044,41.57763442880529],[-73.4028461561576,41.57727642873414],[-73.40285715614918,41.57707242869427],[-73.40288215614208,41.5768134286433],[-73.40290115614086,41.57668742861827],[-73.40299415615722,41.57645242856968],[-73.40308615617572,41.576259428529276],[-73.40331315622947,41.57592042845613],[-73.40356815629276,41.57558942838359],[-73.403843156365,41.57530042831855],[-73.40409115643153,41.57506342826444],[-73.40421115646423,41.574957428239934],[-73.40434115650112,41.57486742821821],[-73.40445615653455,41.57480142820161],[-73.40460815658022,41.57473942818458],[-73.40515715674796,41.574563428132336],[-73.40526115678065,41.57454542812541],[-73.40542715683215,41.57450542811217],[-73.40608015703363,41.57432942805648],[-73.4061841570649,41.57428742804489],[-73.406277157092,41.57423542803175],[-73.40631115709951,41.57417542801901],[-73.40634415710387,41.57406742799701],[-73.40639915710763,41.57382742794872],[-73.40644015712128,41.573833427948514],[-73.40657915716878,41.57387442795186],[-73.4067221572185,41.57393142795817],[-73.40681315725173,41.57399442796735],[-73.40685915726971,41.5740464279759],[-73.40690215728657,41.57409642798415],[-73.40707615735715,41.57433742802506],[-73.40732915745913,41.57467642808231],[-73.40748215752004,41.57486842811443],[-73.40774315762187,41.57516042816231],[-73.40807215774724,41.575478428212996],[-73.40820415779976,41.57564342824058],[-73.40825515782176,41.5757364282569],[-73.40834815787258,41.57608842832197],[-73.40840415790325,41.576301428361354],[-73.4084631579265,41.576371428372966],[-73.40872115802512,41.57662542841358],[-73.40917015817938,41.5767724284272],[-73.40949915829091,41.57685442843217],[-73.40982315839989,41.57692042843423],[-73.40991915843132,41.57692542843199],[-73.41005815847694,41.57693442842917],[-73.41021015852643,41.57693742842471],[-73.41030815855841,41.57694042842205],[-73.41039515858601,41.576930428417214],[-73.41066015867028,41.57690142840284],[-73.4107481586983,41.57689242839819],[-73.41084115872745,41.57687542839181],[-73.41108515880263,41.57680742837057],[-73.41110415880826,41.576798428368186],[-73.41150115892711,41.576629428322306],[-73.41211415910927,41.57634542824704],[-73.41222715914293,41.57629442823341],[-73.41245115920965,41.576193428206444],[-73.4124211591973,41.57614842819873],[-73.41233415916118,41.576014428175675],[-73.4123051591492,41.575970428168105],[-73.41211515906954,41.575663428114964],[-73.41193315899147,41.57533942805826],[-73.41154515882498,41.574647427937116],[-73.41102715860265,41.57372242777516],[-73.41086015853092,41.5734234277228],[-73.41050315837767,41.57278542761109],[-73.41040715833572,41.572601427578626],[-73.41017415823379,41.57215242749941],[-73.4101191582099,41.572049427481275],[-73.41002215816776,41.571867427449256],[-73.40992915812906,41.571722427424255],[-73.40965015801304,41.57128742734927],[-73.40955815797467,41.571142427324226],[-73.40889815770274,41.57015642715514],[-73.40864515759841,41.56977742709013],[-73.40850515754248,41.5695984270601],[-73.40841315750566,41.5694794270401],[-73.4080191573463,41.56894142694897],[-73.40784815727356,41.568647426897684],[-73.40773015722327,41.568442426861886],[-73.40761215716405,41.568085426796664],[-73.40756715713466,41.56783342674937],[-73.40756815711742,41.56753442669142],[-73.40756015708256,41.566984426585165],[-73.40754515700816,41.565799426356165],[-73.40755115700138,41.56565042632711],[-73.40756915698103,41.56520442624015],[-73.4075761569746,41.56505642621124],[-73.40758615696788,41.56488642617799],[-73.4076181569484,41.56437742607836],[-73.40763015694236,41.564208426045234],[-73.40748715688454,41.56401342601218],[-73.40728015681002,41.56388742599464],[-73.40637015648247,41.563335425917856],[-73.40545815615422,41.56278242584092],[-73.40518515604086,41.56235942576804],[-73.40526715605338,41.562119425718834],[-73.40533915605104,41.5616814256316],[-73.40529115602104,41.56143542558553],[-73.40617015619269,41.55950142518185],[-73.40657215627134,41.55861942499771],[-73.4069951563854,41.55822542490739],[-73.40702115638956,41.55815242489239],[-73.40712415641406,41.55800042485954],[-73.40729915645035,41.55765142478613],[-73.40682615619154,41.55585442445369],[-73.4072851559593,41.54935542317942],[-73.4073051556849,41.54456342225025],[-73.40733715569398,41.54454142224493],[-73.40735715569976,41.54452942224194],[-73.40741315571582,41.544493422233124],[-73.40743615572234,41.54447742222925],[-73.40747015573218,41.544457422224255],[-73.40793415586508,41.54415742215077],[-73.4080401558952,41.54408442213313],[-73.40814715592495,41.5440004221133],[-73.40832215597379,41.54386542208136],[-73.40843815600554,41.54376542205815],[-73.40874615608756,41.54346042198885],[-73.40893615613714,41.54325542194284],[-73.40948115628048,41.54268542181435],[-73.40961415631581,41.54255242178418],[-73.4098501563808,41.54235542173821],[-73.40991615639933,41.542306421726515],[-73.41003615643321,41.542220421705885],[-73.41014215646341,41.54214942168863],[-73.41028715650593,41.54207242166891],[-73.41045215655467,41.54199142164775],[-73.41063015660791,41.541914421626934],[-73.4107371566403,41.54187542161585],[-73.41084515667309,41.5418374216049],[-73.4110621567396,41.54177142158493],[-73.411171156773,41.541738421574934],[-73.41143415685356,41.54165742155054],[-73.41177915695927,41.54155242151876],[-73.41222415709589,41.541421421478674],[-73.41237315714169,41.5413784214654],[-73.4124891571773,41.54134442145499],[-73.41256115719943,41.54132342144852],[-73.41263215722122,41.5413024214421],[-73.41321615740051,41.541130421389454],[-73.41399415763942,41.54090242131954],[-73.41413115768069,41.54084842130453],[-73.41453715780449,41.54071442126513],[-73.41474215786728,41.54065142124614],[-73.41520815801059,41.54051842120494],[-73.41539215806749,41.54047142118975],[-73.41547115809196,41.54045142118325],[-73.41569115816029,41.54040042116609],[-73.4161331582984,41.54031142113423],[-73.41608415827531,41.54018842111201],[-73.41607315827011,41.54016042110695],[-73.41592015820116,41.539830421048066],[-73.41586515817633,41.539711421026816],[-73.41584815816742,41.53965342101614],[-73.41565715807906,41.53920242093507],[-73.41556215803318,41.5389454208884],[-73.41552815801418,41.538809420863174],[-73.41552415801095,41.538776420856905],[-73.41553015800733,41.538681420838294],[-73.41555015800971,41.53861142082406],[-73.41557815801535,41.53855242081171],[-73.4156051580224,41.538523420805184],[-73.41568115804334,41.538460420790464],[-73.41574315806128,41.53842342078125],[-73.41589415810644,41.53835842076366],[-73.4161661581893,41.53826742073703],[-73.41707815846726,41.53796442064813],[-73.41750415859678,41.537817420605535],[-73.41783215869594,41.53769442057085],[-73.41818915880302,41.53754642053036],[-73.4184551588823,41.537427420498496],[-73.41855115891043,41.53737642048542],[-73.4187851589795,41.537260420455205],[-73.41901615904773,41.537146420425465],[-73.41917815909603,41.537074420406135],[-73.41940615916441,41.536979420380206],[-73.41956315921156,41.53691542036261],[-73.42010815937422,41.536675420298046],[-73.42060315952129,41.536446420237276],[-73.42115915968826,41.536219420174895],[-73.4214101597631,41.536107420144866],[-73.4214641597792,41.536083420138446],[-73.42262616012431,41.53554341999533],[-73.4229551602229,41.53540541995769],[-73.42313216027543,41.535322419935746],[-73.42310216027215,41.53543241995806],[-73.42308116026997,41.53551141997407],[-73.42301816026439,41.535764420025195],[-73.42299116026214,41.53587542004758],[-73.42291316025467,41.536179420109086],[-73.42291216025433,41.536179420109114],[-73.42268316023355,41.53709142029344],[-73.42260716022679,41.537396420355066],[-73.42247316021253,41.53789442045601],[-73.42245116021039,41.53797942047321],[-73.42227316019441,41.53869142061709],[-73.42213516019153,41.53940542076002],[-73.42203816018987,41.539913420861666],[-73.42200916019007,41.54007742089441],[-73.42192216019096,41.540573420993425],[-73.42189416019154,41.540738421026305],[-73.42185516019092,41.540943421067325],[-73.4217761601904,41.54137142115288],[-73.42174316019067,41.54155842119021],[-73.42172816019097,41.54164642120775],[-73.42170716019108,41.54176442123132],[-73.42164416019153,41.542120421302386],[-73.42153216019231,41.54275342142875],[-73.42145616019323,41.54318942151575],[-73.42139416019408,41.54354642158698],[-73.42137716019384,41.54363642160498],[-73.4213301601945,41.543907421659036],[-73.42131416019464,41.543998421677216],[-73.42125916019548,41.54431642174066],[-73.42122916019599,41.54449142177555],[-73.42119616019609,41.54467542181229],[-73.42113716019331,41.54495442186831],[-73.42105516018496,41.54526542193129],[-73.42101616018111,41.54541542196163],[-73.42095716017124,41.54557342199419],[-73.42091116016348,41.54569542201936],[-73.42077416014054,41.5460614220948],[-73.42072916013316,41.54618442212013],[-73.42055416009717,41.54653842219452],[-73.42050316008539,41.546619422211904],[-73.42044516007215,41.54671442223223],[-73.42040416006441,41.54680942225199],[-73.42001915997352,41.54738842237692],[-73.41971215990165,41.54786042247852],[-73.4194451598393,41.54827342256739],[-73.41939615982734,41.54834042258197],[-73.41925215979262,41.54854442262626],[-73.41920415978102,41.548612422641035],[-73.41910015975635,41.54876642267431],[-73.41857015963309,41.54959542285246],[-73.41848315961157,41.54970942287745],[-73.41832615957561,41.549964422932035],[-73.41770615942934,41.5508984231335],[-73.41748615937678,41.55121842320279],[-73.41733015934113,41.551473423257356],[-73.4172581593271,41.551632423290535],[-73.41717115931135,41.55184442333449],[-73.4171291593074,41.55200942336784],[-73.41708215930775,41.55227542342093],[-73.4170811593096,41.55231242342813],[-73.41707615932535,41.55260842348563],[-73.41707515932977,41.55268942350135],[-73.41710015935699,41.553015423563686],[-73.41714815940061,41.55349342365471],[-73.41717815942765,41.55378842371085],[-73.41722315947175,41.55429142380681],[-73.41728015952732,41.55492342392735],[-73.4172991595786,41.55569242407567],[-73.41729515958387,41.555804424097516],[-73.41728215960934,41.55631042419595],[-73.41752215968694,41.556306424187234],[-73.41826515992604,41.55627442415645],[-73.41843415998031,41.55626542414911],[-73.41933416026949,41.5562194241104],[-73.41983116042897,41.55619042408833],[-73.41998216047699,41.55617442408022],[-73.42016816053574,41.55614742406885],[-73.4203291605858,41.556110424056335],[-73.42063116067786,41.556010424026965],[-73.42084016074064,41.5559254240036],[-73.42108916081436,41.555805423972096],[-73.42113116082696,41.555788423967414],[-73.42157916095888,41.55556042390841],[-73.42174416100782,41.55548242388784],[-73.42175116100991,41.55547942388702],[-73.42186716104541,41.55544342387622],[-73.4220101610897,41.55540742386451],[-73.42212716112738,41.55540342385985],[-73.42224016116455,41.55541242385785],[-73.42249316125002,41.555470423860704],[-73.42259316128448,41.55550542386418],[-73.42270816132496,41.55555942387083],[-73.42284316137398,41.555648423883596],[-73.42285616137949,41.55567042388744],[-73.42289716139877,41.55577242390583],[-73.42293216141749,41.55589842392909],[-73.42295016142893,41.55599342394689],[-73.42295716145009,41.55631542400903],[-73.4229391614675,41.55671142408634],[-73.42291716147562,41.55697142413742],[-73.42289116148567,41.5572864241993],[-73.42287116151546,41.55790442431965],[-73.42288516155239,41.55845642442612],[-73.42296916168894,41.560318424783986],[-73.42299616171584,41.56062742484293],[-73.42302716174223,41.56090542489574],[-73.42304416175284,41.56099242491205],[-73.42305416175873,41.561037424920436],[-73.42309116177812,41.561163424943594],[-73.42313516179796,41.56125842496054],[-73.42335216188708,41.56157742501514],[-73.42347716194,41.56178842505187],[-73.42351316195638,41.56186842506617],[-73.42354216197324,41.561995425089805],[-73.42350116197221,41.56220442513165],[-73.42348716196906,41.562228425136745],[-73.42339916195449,41.56246642518576],[-73.42336516195029,41.56258242520934],[-73.42325516193694,41.56296242528659],[-73.42318716193097,41.5632364253419],[-73.42305416190867,41.563591425415076],[-73.42298716189507,41.563729425444016],[-73.4228821618739,41.563949425490094],[-73.42282016186243,41.56409642552061],[-73.42279416186082,41.56421242554394],[-73.42278516186265,41.564293425559924],[-73.42278016186438,41.564350425571135],[-73.42275016188664,41.564895425677676],[-73.4227401618952,41.56509642571692],[-73.42270816190492,41.565438425784215],[-73.42267416191527,41.56580242585583],[-73.42262416190927,41.565976425891186],[-73.422555161897,41.566148425926784],[-73.42242716187133,41.5664184259833],[-73.42228216184262,41.56673042604853],[-73.42225116183626,41.56679342606175],[-73.42215916181776,41.566986426102176],[-73.4221291618118,41.56705042611556],[-73.42205416179691,41.56721142614922],[-73.42186216175912,41.56762842623633],[-73.42181716174805,41.56768842624945],[-73.42177416173764,41.5677484262625],[-73.42169916171754,41.56782042627893],[-73.42186516177856,41.567942426297044],[-73.42192516180064,41.56798742630376],[-73.42224516191565,41.56817842633015],[-73.42239116196829,41.56826842634275],[-73.4225671620318,41.568377426358026],[-73.42266716206767,41.56843642636614],[-73.4229671621755,41.56861542639087],[-73.42306816221178,41.568675426399125],[-73.42315916224453,41.568730426406766],[-73.42327516228632,41.568801426416684],[-73.42330316229726,41.568833426421946],[-73.4233571623202,41.56892542643798],[-73.42336816232512,41.568948426442056],[-73.42338416233224,41.56898142644792],[-73.42339816234042,41.56904342645946],[-73.42339116234167,41.56910342647132],[-73.42335716233511,41.56917942648715],[-73.42327416231477,41.56929142651159],[-73.42318316229172,41.56940142653592],[-73.42307216226371,41.56953742656594],[-73.42298916224273,41.56963842658823],[-73.42280616219458,41.56982942663126],[-73.42272516217342,41.5699164266508],[-73.42262316214673,41.57002542667529],[-73.42229916206456,41.570415426761535],[-73.42210316201678,41.570684426820115],[-73.42184116196036,41.57117042692289],[-73.42174816194034,41.57134342695947],[-73.42168116192762,41.57149642699132],[-73.42165916192593,41.57158942701006],[-73.42165516192787,41.571644427020836],[-73.42164916193009,41.57171542703478],[-73.4216481619307,41.57173142703792],[-73.42164116194012,41.57193042707668],[-73.4216391619437,41.572002427090695],[-73.42164916195452,41.57213142711534],[-73.42168116198764,41.57251842718921],[-73.42169216199878,41.572647427213816],[-73.42169516200265,41.572696427223214],[-73.42170816201548,41.572843427251236],[-73.42171216201967,41.572892427260584],[-73.42179916208818,41.57357842739053],[-73.42192316216418,41.57418742750434],[-73.42196416219092,41.57441642754732],[-73.42201616221902,41.57460742758258],[-73.42209816225837,41.57482442762187],[-73.42236516237504,41.57533642771215],[-73.42282816257634,41.576206427865266],[-73.42305316266977,41.57655442792518],[-73.42354116286502,41.57718342803077],[-73.42362316290101,41.57734342805904],[-73.42366216291943,41.577441428076725],[-73.42367716292965,41.57753242809383],[-73.42368916294376,41.57770642812713],[-73.42367616295394,41.577951428174984],[-73.42360916294108,41.57810242820644],[-73.42353716292484,41.578223428232256],[-73.42324716285458,41.57862842832027],[-73.42294516278288,41.5790754284168],[-73.42290116277208,41.57913442842969],[-73.42383116309483,41.57949342846837],[-73.4240411631677,41.57957442847709],[-73.42403416317602,41.579754428512175],[-73.42504716351905,41.580000428526226],[-73.42548316366677,41.58010742853249],[-73.42578616377122,41.58021242854278],[-73.4263151639532,41.58038942855952],[-73.42790416449985,41.580920428609645],[-73.42843416468216,41.58109742862634],[-73.4285341647166,41.58113142862961],[-73.42867616476553,41.58118042863437],[-73.42883516482028,41.58123442863957],[-73.42893616485512,41.58126942864299],[-73.42904216489154,41.581304428646256],[-73.42936016500099,41.58141142865644],[-73.42946616503748,41.58144742865989],[-73.42954216506367,41.581473428662406],[-73.42964916510056,41.581510428666014],[-73.42977216514291,41.58155242867007],[-73.42984916516947,41.58157942867275],[-73.43041916536536,41.58176642869006]]]},"properties":{"name":2536,"geoid":"09005253600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.940648024517,41.895204505293954],[-72.9414150247575,41.89504350523794],[-72.94212502498598,41.89499450520533],[-72.9448430258625,41.894837505086365],[-72.95299902849275,41.89436950472993],[-72.95571802936959,41.89421350461108],[-72.95581802940171,41.89420550460627],[-72.95611802949828,41.894185504592635],[-72.95621902953084,41.89417950458819],[-72.95730402987994,41.8941035045381],[-72.9574430299247,41.89409450453182],[-72.9586670303186,41.89401050447567],[-72.95919503048854,41.89397450445149],[-72.95972203065816,41.89393850442735],[-72.96055903092741,41.89387950438864],[-72.96068303096735,41.893871504383036],[-72.96164503127693,41.89380550433891],[-72.96247003154322,41.89376250430368],[-72.96349203187319,41.89371050426028],[-72.96494703234286,41.89363550419828],[-72.965607032556,41.89360250417036],[-72.96577303260956,41.89359350416322],[-72.96714303304914,41.893477504096104],[-72.96818103338224,41.89339050404544],[-72.96874103356195,41.893343504018084],[-72.97125303436799,41.89313150389517],[-72.97262403480798,41.89301650382822],[-72.97421003531814,41.89290450375482],[-72.97897103684969,41.89256950353465],[-72.97948803701603,41.892533503510826],[-72.98024803726052,41.89248050347577],[-72.9804030373104,41.89246950346859],[-72.98055803736023,41.892458503461384],[-72.98072503741395,41.89244650345363],[-72.9808920374676,41.89243350344568],[-72.98134803761411,41.89239850342401],[-72.98372003837653,41.89222150331238],[-72.98451103863084,41.892163503275334],[-72.98466503868032,41.89215150326799],[-72.98512803882923,41.89211850324648],[-72.98528303887907,41.89210750323929],[-72.98548903894516,41.892089503229094],[-72.98610703914355,41.89203950319926],[-72.98631403921,41.892022503189224],[-72.98765203963993,41.89192050312581],[-72.99056204057503,41.891699502988075],[-72.99166904093069,41.89161450293549],[-72.99300904136132,41.89151350287221],[-72.993916041653,41.89144850283003],[-72.99664104252939,41.891254502703504],[-72.99754904282143,41.89119050266148],[-72.99813004300825,41.89114850263439],[-73.00047604376337,41.89099250252755],[-73.00926004659071,41.890409502127774],[-73.01218904753348,41.89021550199452],[-73.01490704840806,41.8900315018701],[-73.01648704891608,41.88991750179638],[-73.02107405039109,41.88959050158318],[-73.026560052155,41.889197501327786],[-73.02938105306205,41.888995501196455],[-73.03368005444432,41.88868850099646],[-73.03391305451933,41.88867350098593],[-73.03461305474492,41.8886325009551],[-73.03484705482039,41.88861950094493],[-73.03501805487545,41.8886085009372],[-73.03537105498913,41.888586500921384],[-73.035534055042,41.888582500915284],[-73.03570705509809,41.88857850090885],[-73.0365030553525,41.88849550086677],[-73.03727905560332,41.88846250083496],[-73.03805605585441,41.888428500802945],[-73.03899805615887,41.88838850076436],[-73.03994005646328,41.88834750072557],[-73.04069905670721,41.88829150068992],[-73.04326605753204,41.8880995005688],[-73.04650405857248,41.887857500416004],[-73.05096706000644,41.88752350020533],[-73.0535350608316,41.88733250008432],[-73.05268406075659,41.890771500773724],[-73.0521690607114,41.89285650119164],[-73.05009106051807,41.9010795028412],[-73.04922406043774,41.90451550353035],[-73.04895506040833,41.90550550372951],[-73.04815106032115,41.908475504326915],[-73.04808506031418,41.90872250437658],[-73.04788406029246,41.909466504526215],[-73.04786306029091,41.9095565045442],[-73.04784006028936,41.909657504564365],[-73.04771206028154,41.91023350467932],[-73.04767006027917,41.9104255047176],[-73.04747906026002,41.91115750486459],[-73.0471760602298,41.912321505098305],[-73.04702106021426,41.91291550521758],[-73.04690706020288,41.91335350530553],[-73.04690306020258,41.91337050530892],[-73.04672306018614,41.914087505452656],[-73.04671606018579,41.91412050545923],[-73.04669806018599,41.91422350547961],[-73.04669306018636,41.91425750548631],[-73.0461960601438,41.91628550589245],[-73.04470806001721,41.92237150711106],[-73.04421205997505,41.92440050751729],[-73.04389905995374,41.92577050779084],[-73.0430590598973,41.92946050852749],[-73.04302805989528,41.929597508554835],[-73.04297105989183,41.9298545086061],[-73.04296405989128,41.92988350861188],[-73.04291305988814,41.93011250865757],[-73.04265705987208,41.93125650888579],[-73.04233905984022,41.93247450913026],[-73.04199105980555,41.93381150939857],[-73.04132405972385,41.93611450986293],[-73.04097505968147,41.93732551010707],[-73.04086705966866,41.93770551018361],[-73.04054405963062,41.938846510413406],[-73.04043705961821,41.93922751049012],[-73.04012305959004,41.94048651074229],[-73.03935805952169,41.94355751135733],[-73.03916805950125,41.944261511498794],[-73.03883105946532,41.945515511750735],[-73.03873105945762,41.945937511835076],[-73.03843505943576,41.94720351208796],[-73.03833705942874,41.94762651217243],[-73.0381060594131,41.94863851237438],[-73.0374550593695,41.95149851294503],[-73.03741505936691,41.951675512980344],[-73.03719105935366,41.952689513182435],[-73.03702705934255,41.953407513325686],[-73.03653705930985,41.95556151375543],[-73.03637405929909,41.956280513898854],[-73.03591805926892,41.9582895142996],[-73.03550705924222,41.96010851466237],[-73.03450305916247,41.96430551550116],[-73.03402505912489,41.9663095159016],[-73.03346605894515,41.966351515928004],[-73.03179005840643,41.966479516007645],[-73.03123205822709,41.966522516034225],[-73.03110905818741,41.96652951603961],[-73.03087305811144,41.96654551605043],[-73.03075405807304,41.96655251605568],[-73.03074105806881,41.96655251605612],[-73.03061905802957,41.966561516061844],[-73.03040205795932,41.96656951607051],[-73.03038505795385,41.96657051607126],[-73.03015105787804,41.966578516080475],[-73.02986305778482,41.96658951609205],[-73.02975305774943,41.966597516097195],[-73.02953805768036,41.96661451610753],[-73.02720105692866,41.96678451621691],[-73.02019205467423,41.96729651654534],[-73.01785605392287,41.96746751665488],[-73.01777705389745,41.96747351665861],[-73.01771005387597,41.96747951666195],[-73.01758605383573,41.96748251666661],[-73.01754005382081,41.96748351666831],[-73.01746205379548,41.967485516671246],[-73.01736905376528,41.967487516674694],[-73.01727705373541,41.9674895166781],[-73.01719605370914,41.96749151668114],[-73.01681205358454,41.96750151669565],[-73.00140204861307,41.968380517370065],[-72.99955004801511,41.96847851744962],[-72.99837504763525,41.968532517498524],[-72.99030404502868,41.96894951784324],[-72.98623704371511,41.96915851801669],[-72.98018204175963,41.96947351827563],[-72.97622704048082,41.96965351843977],[-72.97353003960993,41.9697965185556],[-72.96831103792479,41.97007551878012],[-72.96544203699833,41.97022751890326],[-72.9627460361278,41.9703715190192],[-72.96268703610878,41.97037551902189],[-72.96137003567974,41.970381519066166],[-72.96112303559926,41.97038251907445],[-72.95919803497746,41.97048151915648],[-72.95897103490414,41.970493519166205],[-72.95874403483083,41.970505519175944],[-72.9577680345156,41.97055651921769],[-72.95415803334966,41.970745519372144],[-72.95408003332446,41.97074951937547],[-72.95398203329252,41.97074951937868],[-72.95345703312134,41.97074951939585],[-72.95328203306426,41.970749519401586],[-72.95328103306366,41.97074451940065],[-72.95328003306263,41.97073251939839],[-72.95328003306238,41.970728519397625],[-72.95099303231976,41.97078051948244],[-72.94760403121931,41.97085851960832],[-72.94413503009282,41.97093751973699],[-72.94184902935055,41.970990519821946],[-72.94183802934694,41.970990519822315],[-72.94180702933697,41.97099251982372],[-72.94179702933377,41.97099351982424],[-72.94036902887183,41.97105651988303],[-72.93608602748647,41.97124752005979],[-72.9346590270249,41.97131152011874],[-72.93360302668339,41.97135952016251],[-72.93236102628127,41.97140852021252],[-72.92925502527572,41.97153252033787],[-72.92546802404961,41.971682520490475],[-72.92317102330595,41.97177452058323],[-72.92246402307705,41.97180252061169],[-72.92034602239201,41.97189852069935],[-72.91964002216373,41.971931520728766],[-72.91907002197946,41.97195952075277],[-72.91736102142723,41.97204552082512],[-72.91691302128247,41.97206852084418],[-72.9167920212433,41.97207352084911],[-72.91640702111891,41.972093520865506],[-72.91612802102884,41.972108520877505],[-72.91525302074464,41.972128520909926],[-72.91486902062002,41.972138520924396],[-72.91425302041999,41.97215352094741],[-72.91356702019813,41.972184520975766],[-72.91347402016808,41.97218952097976],[-72.91338102013805,41.97219452098377],[-72.91111801940515,41.97228152107441],[-72.89986401576058,41.97271852152584],[-72.89611401454614,41.97286452167629],[-72.8949810141792,41.97290852172173],[-72.89430301395913,41.97292652174732],[-72.88887101219645,41.97307852195378],[-72.8870610116091,41.973129522022624],[-72.88771701172045,41.97137852166494],[-72.88968501205474,41.966128520592314],[-72.89034201216649,41.96437852023469],[-72.89272601257935,41.95815351896101],[-72.89284701259925,41.957819518892904],[-72.89343101269495,41.95620151856297],[-72.89392401277584,41.95483751828481],[-72.89628901316466,41.94830651695266],[-72.89635201317465,41.94812651691601],[-72.89787901343882,41.944133516098795],[-72.89852501355143,41.94245851575579],[-72.89859601356318,41.942263515716],[-72.89861901356682,41.94219751570255],[-72.89960101372553,41.939438515140225],[-72.90222801415001,41.932055513635255],[-72.90224501415251,41.932003513624714],[-72.90296901435146,41.931369513479204],[-72.90538901466566,41.92325351183978],[-72.90594601475665,41.92170451152373],[-72.90664601489712,41.920204511212454],[-72.90675501491575,41.91991551115333],[-72.90685301493195,41.91964651109839],[-72.90860701522784,41.91492851013382],[-72.90931101534659,41.913034509746566],[-72.90962501539973,41.91219250957438],[-72.91379801610404,41.900971507279685],[-72.91534701636544,41.89680550642761],[-72.92004301787908,41.896518506219216],[-72.9201670179191,41.89651150621382],[-72.92684802007255,41.89610450591757],[-72.92737102024147,41.896078505895474],[-72.92884402071506,41.89596850582625],[-72.929363020882,41.895930505802],[-72.9293740208855,41.89592950580146],[-72.92940702089597,41.89592450579941],[-72.9295460209401,41.89590450579103],[-72.93021702115631,41.89586250576105],[-72.93914702403349,41.89530050536143],[-72.93922802405982,41.895299505358594],[-72.9397750242359,41.89526250533362],[-72.940648024517,41.895204505293954]]]},"properties":{"name":2901,"geoid":"09005290100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.12181508743504,41.96126151204288],[-73.1215840873606,41.961275512053184],[-73.12089408713828,41.961317512084015],[-73.12066408706423,41.961332512094465],[-73.12060908704666,41.961338512097434],[-73.12044708699489,41.961355512106046],[-73.12039308697771,41.96136251210916],[-73.11942408666495,41.961412512150716],[-73.11680108581847,41.96154951226352],[-73.11652008572773,41.96156351227546],[-73.11555308541568,41.96161451231715],[-73.11372108482405,41.96170351239463],[-73.10822508304923,41.96197251262744],[-73.10639408245797,41.96206251270507],[-73.10576608225506,41.962091512731334],[-73.1038810816462,41.96218151281073],[-73.10348608151861,41.96220051282738],[-73.10325408144367,41.96221151283714],[-73.10312408140196,41.96222251284355],[-73.10306908138438,41.96222851284651],[-73.10273408127695,41.96225751286311],[-73.10260508123562,41.96226951286967],[-73.1004510805366,41.962317512949866],[-73.09399007843984,41.96246151319035],[-73.09183707774119,41.96251051327067],[-73.09138107759443,41.962541513291654],[-73.09001607715525,41.96263651335483],[-73.08956107700894,41.962669513376156],[-73.08694307616447,41.9628155134904],[-73.08608407588747,41.96286451352809],[-73.08337907501499,41.96301651364632],[-73.07908907363121,41.963256513833635],[-73.07647107278676,41.96340351394803],[-73.0753030724086,41.96344551399452],[-73.07239707146788,41.963551514110506],[-73.07179907127424,41.96357251413423],[-73.07063207089648,41.96361551418088],[-73.06945907051805,41.96368051423194],[-73.06912107040903,41.96369951424672],[-73.06594006938094,41.9638445143792],[-73.06476706900185,41.963898514428166],[-73.06470006898019,41.96390151443094],[-73.06450206891621,41.96391051443918],[-73.06443606889493,41.96391451444214],[-73.06423906883114,41.96392151444995],[-73.06162706799178,41.96412251457445],[-73.05320306528475,41.96477251497624],[-73.05039506438247,41.964990515110415],[-73.05016606430888,41.965008515121404],[-73.04948006408841,41.96506151515412],[-73.04925206401526,41.96508051516527],[-73.04834406372358,41.96515251520893],[-73.04562106284904,41.965371515340486],[-73.04527806273889,41.96539951535713],[-73.04498106264349,41.965423515371505],[-73.04471406255779,41.965445515384495],[-73.04460506252272,41.96545351538962],[-73.04452706249765,41.96545951539334],[-73.04370706223416,41.965523515432565],[-73.04068906126464,41.96576251557763],[-73.0396840609418,41.96584251562601],[-73.03855206057831,41.96593551568106],[-73.03515605948796,41.96621551584639],[-73.03402505912489,41.9663095159016],[-73.03450305916247,41.96430551550116],[-73.03550705924222,41.96010851466237],[-73.03591805926892,41.9582895142996],[-73.03637405929909,41.956280513898854],[-73.03653705930985,41.95556151375543],[-73.03702705934255,41.953407513325686],[-73.03719105935366,41.952689513182435],[-73.03741505936691,41.951675512980344],[-73.0374550593695,41.95149851294503],[-73.0381060594131,41.94863851237438],[-73.03833705942874,41.94762651217243],[-73.03843505943576,41.94720351208796],[-73.03873105945762,41.945937511835076],[-73.03883105946532,41.945515511750735],[-73.03916805950125,41.944261511498794],[-73.03935805952169,41.94355751135733],[-73.04012305959004,41.94048651074229],[-73.04043705961821,41.93922751049012],[-73.04054405963062,41.938846510413406],[-73.04086705966866,41.93770551018361],[-73.04097505968147,41.93732551010707],[-73.04132405972385,41.93611450986293],[-73.04199105980555,41.93381150939857],[-73.04233905984022,41.93247450913026],[-73.04265705987208,41.93125650888579],[-73.04291305988814,41.93011250865757],[-73.04296405989128,41.92988350861188],[-73.04297105989183,41.9298545086061],[-73.04302805989528,41.929597508554835],[-73.0430590598973,41.92946050852749],[-73.04389905995374,41.92577050779084],[-73.04421205997505,41.92440050751729],[-73.04470806001721,41.92237150711106],[-73.0461960601438,41.91628550589245],[-73.04669306018636,41.91425750548631],[-73.04669806018599,41.91422350547961],[-73.04671606018579,41.91412050545923],[-73.04672306018614,41.914087505452656],[-73.04690306020258,41.91337050530892],[-73.04690706020288,41.91335350530553],[-73.04702106021426,41.91291550521758],[-73.0471760602298,41.912321505098305],[-73.04747906026002,41.91115750486459],[-73.04767006027917,41.9104255047176],[-73.04771206028154,41.91023350467932],[-73.04784006028936,41.909657504564365],[-73.04786306029091,41.9095565045442],[-73.04788406029246,41.909466504526215],[-73.04840006047269,41.90967250454888],[-73.04876906060595,41.90989450457945],[-73.04923206077736,41.91024450463153],[-73.0493800608327,41.91036550464993],[-73.05081406136891,41.91153950482854],[-73.05107106146524,41.91175350486124],[-73.05344206235397,41.91373050516343],[-73.05353006238694,41.91380350517456],[-73.0544590627332,41.914544505286486],[-73.05480806286421,41.91483850533155],[-73.05490506290087,41.91492450534489],[-73.05519606301097,41.915184505385305],[-73.05529406304802,41.91527150539881],[-73.05539506308739,41.91538150541665],[-73.05540406309092,41.91539150541827],[-73.05551406313576,41.91554450544405],[-73.05562906318347,41.91571850547371],[-73.05564906319191,41.91575150547941],[-73.05572706322494,41.915880505501654],[-73.05583506327164,41.91607650553577],[-73.05616106341247,41.916664505638074],[-73.05627006345959,41.916861505672365],[-73.05697806377543,41.918308505927236],[-73.05717906386505,41.91871850599942],[-73.05719206387084,41.918744506003996],[-73.05732906392812,41.918959506040814],[-73.05741806396229,41.91904750605482],[-73.0576760640613,41.91930150609514],[-73.05768706406546,41.91931150609671],[-73.05769306406779,41.91931750609766],[-73.05778606410232,41.919389506108445],[-73.05777206409263,41.91930250609219],[-73.057767064089,41.91926850608582],[-73.05778406408123,41.91904250604182],[-73.05779106407844,41.91895650602507],[-73.05789506410991,41.91891550601376],[-73.05803406415349,41.91888650600364],[-73.05854906431833,41.9188365059771],[-73.05856606432397,41.918838505976936],[-73.05895406445333,41.91888850597379],[-73.05912906452033,41.91905850600071],[-73.05927706458063,41.919263506035264],[-73.05938006462515,41.919449506067615],[-73.05974006476745,41.919874506137475],[-73.0600410648836,41.92018150618659],[-73.06023206495477,41.920333506209516],[-73.06026506496617,41.92034450621054],[-73.06059106507865,41.9204515062204],[-73.06103006522646,41.920532506221555],[-73.06118606527893,41.92056050622181],[-73.06166506543627,41.920582506210295],[-73.06208406556871,41.920513506183276],[-73.06223806561505,41.92044850616571],[-73.06240806566696,41.92038950614879],[-73.06278906578342,41.92025950611127],[-73.0631130658866,41.92021950609296],[-73.06348006600759,41.920243506085505],[-73.0638690661395,41.92033150608964],[-73.06415706623943,41.92043550610015],[-73.06470806643166,41.92065150612356],[-73.06514106658008,41.92077650613336],[-73.06578806679653,41.92087250613053],[-73.066089066901,41.920981506141594],[-73.06649606703643,41.921029506137444],[-73.06670706710663,41.92105450613532],[-73.06719206726675,41.9210905061263],[-73.06768406742697,41.92108950610994],[-73.06790206749669,41.921067506098545],[-73.06845506767341,41.921009506069204],[-73.06847106767856,41.9210085060685],[-73.06914606789645,41.920974506039784],[-73.069521068015,41.92091350601573],[-73.07002106817467,41.92085850598873],[-73.07011606820515,41.92085050598407],[-73.07067206838373,41.92080750595753],[-73.07077806841778,41.920799505952516],[-73.07105006850695,41.9208085059453],[-73.07168906871544,41.92081450592544],[-73.07217706887184,41.92077050590094],[-73.07237206893434,41.92075350589128],[-73.07292406911476,41.92076350587505],[-73.07310006917388,41.92079350587501],[-73.07326306922815,41.92081350587352],[-73.07355706933005,41.920917505883814],[-73.07389506945218,41.92112150591191],[-73.07427706959848,41.92149250597067],[-73.07468006975512,41.92192250604003],[-73.07573907015427,41.92284150618182],[-73.07587907020479,41.92292450619316],[-73.07591207021682,41.922946506196304],[-73.0762980703579,41.92320650623357],[-73.07643807041582,41.92341550626913],[-73.07656307047476,41.92372450632439],[-73.07660007051128,41.92413950640293],[-73.07661007051695,41.92418050641047],[-73.0767030705696,41.92455950648023],[-73.07673907058987,41.92470450650692],[-73.07673207060003,41.924915506547684],[-73.07671007059659,41.92497850656052],[-73.07673207061382,41.92514950659265],[-73.07682007067581,41.92571450669832],[-73.07688107071846,41.92610050677049],[-73.07692407074855,41.92637350682152],[-73.0770340708015,41.92666350687362],[-73.07714407084781,41.9268415069042],[-73.07717807086408,41.926929506920004],[-73.07727607091087,41.927181506965205],[-73.07739407095764,41.9273225069884],[-73.07742307097799,41.927507507023],[-73.07751907102053,41.92769850705654],[-73.0776520710924,41.928182507145166],[-73.0776960711105,41.92824650715601],[-73.07779907116117,41.92853650720834],[-73.07803407126259,41.92895850728169],[-73.07862907149342,41.92958550738257],[-73.07877707154871,41.92970550740077],[-73.0788890715892,41.929773507410154],[-73.07919607170025,41.92996050743599],[-73.07941607178219,41.930134507462185],[-73.07969207188249,41.9303105074869],[-73.07988007195081,41.93043050750378],[-73.07996907198252,41.93047650750968],[-73.08042307214423,41.930710507539715],[-73.08063607221752,41.93077650754539],[-73.08097507233492,41.930894507556914],[-73.08137907247279,41.931000507563965],[-73.08209007271054,41.93110450756056],[-73.08235007279755,41.93114350755951],[-73.08303307301988,41.93114050753645],[-73.08327507310061,41.93117250753463],[-73.08377507326237,41.93115350751455],[-73.08390707330655,41.93117350751405],[-73.08429707343267,41.93115750749815],[-73.08473107357075,41.931101507473095],[-73.08581107390238,41.93075950737187],[-73.08629607405479,41.930664507337674],[-73.08653207413131,41.93065850732875],[-73.0869280742634,41.930710507325706],[-73.08763407451109,41.93101050736011],[-73.0877960745699,41.93111250737437],[-73.08804207465676,41.931226507388175],[-73.08828807474367,41.93134150740218],[-73.0883770747738,41.93136050740291],[-73.08855907483326,41.93136350739748],[-73.08859007484342,41.93136450739666],[-73.08920007504007,41.93132950736985],[-73.08940607510364,41.93126950735155],[-73.0905970755085,41.93155550736729],[-73.09073507555665,41.931609507373125],[-73.09081007558285,41.93163950737644],[-73.09095007563366,41.93172750738873],[-73.09100307565228,41.93175050739139],[-73.09137007578147,41.93191350741063],[-73.09150107582757,41.93197150741747],[-73.09168407588812,41.931987507414526],[-73.09179507592545,41.9320075074147],[-73.09186607594883,41.93201150741313],[-73.09217007604903,41.932031507406975],[-73.09271307623187,41.932132507408504],[-73.09349507648798,41.932155507387186],[-73.09416407670712,41.932175507368996],[-73.09490907695766,41.93230850737003],[-73.0957400772371,41.932456507371114],[-73.09698807768582,41.933170507467175],[-73.0971820777623,41.93339550750401],[-73.0973550778306,41.93359750753711],[-73.09765007796618,41.934266507655906],[-73.09761807797567,41.9346035077217],[-73.09761007797418,41.934622507725614],[-73.09758807797039,41.93467950773728],[-73.09758107796927,41.934699507741364],[-73.09756907796708,41.93472850774731],[-73.097534077961,41.93481850776576],[-73.09752307795924,41.93484950777208],[-73.09742707792998,41.934883507781755],[-73.09741207792699,41.934915507788396],[-73.09739107792302,41.934964507798504],[-73.09733907791453,41.9351075078277],[-73.09729507790735,41.935228507852386],[-73.0973020779143,41.93530750786732],[-73.09731007792233,41.93539950788474],[-73.09735407793757,41.93541450788617],[-73.0973390779358,41.93546750789685],[-73.09743507798129,41.935708507939985],[-73.09747207800162,41.93584850796565],[-73.09756007804097,41.93602950799752],[-73.09780307814407,41.9364345080673],[-73.09821507831036,41.93697750815804],[-73.09870007849116,41.937363508216194],[-73.09888707855714,41.93744950822657],[-73.09897307858753,41.93748950823142],[-73.09913407864069,41.93750150822841],[-73.09953807877082,41.9374765082103],[-73.09959007879024,41.93751850821667],[-73.1001010789612,41.937594508214424],[-73.10012607896957,41.937598508214386],[-73.10026607901933,41.937668508223226],[-73.10051607911778,41.93795650827031],[-73.10092807926227,41.93813050829015],[-73.10098707928604,41.93820750830299],[-73.10100207930611,41.938464508351856],[-73.10109007935216,41.93875850840544],[-73.10113007936926,41.93882750841737],[-73.101421079494,41.939334508505155],[-73.10303608001605,41.939265508438716],[-73.10317908006242,41.93926150843324],[-73.10362508020718,41.93925250841681],[-73.10396208031719,41.939256508406494],[-73.1044680804838,41.93928650839558],[-73.10495308064465,41.93933450838882],[-73.10534408077561,41.93939550838766],[-73.10574908091246,41.939478508390266],[-73.10633908111393,41.939635508400976],[-73.1068270812823,41.93979450841544],[-73.10702408135164,41.93988150842566],[-73.10733808146142,41.9400085084397],[-73.10778008161842,41.94022850846738],[-73.10807208172336,41.94039450848966],[-73.10823008178062,41.94049250850327],[-73.10841708184839,41.94060850851938],[-73.10872408196147,41.940829508551715],[-73.10903708207869,41.94108750859095],[-73.1094790822459,41.94148050865186],[-73.10960708229375,41.94158450866761],[-73.10983508238049,41.94179550870063],[-73.1100630824666,41.941995508731516],[-73.11053408264439,41.94240750879512],[-73.11143508298639,41.94322750892289],[-73.1115020830118,41.94328850893241],[-73.11188008315642,41.94365150898965],[-73.11201808320988,41.943795509012766],[-73.11243208337042,41.944229509082454],[-73.11248908339253,41.944289509092116],[-73.11257008342396,41.944374509105735],[-73.11260208343639,41.94440850911123],[-73.11269808347369,41.94451050912765],[-73.11273108348651,41.944545509133285],[-73.11283708352731,41.94465150915014],[-73.11305408361243,41.944895509189855],[-73.11311308363555,41.944961509200574],[-73.11325408369213,41.945141509230496],[-73.11335008373175,41.9452825092544],[-73.11347308378387,41.94548650928952],[-73.11354608381593,41.94562650931399],[-73.11368508387908,41.945928509367405],[-73.11375808391485,41.94613150940398],[-73.11386108396539,41.94641850945568],[-73.11390808399058,41.94658550948622],[-73.11397308402451,41.94680150952554],[-73.11402708405419,41.94700550956292],[-73.11411208410576,41.947409509637694],[-73.11412708411616,41.94750250965505],[-73.11422908418527,41.94810950976825],[-73.11432008424704,41.9486525098695],[-73.11440108430455,41.949178509967815],[-73.11471608451711,41.95103751031436],[-73.11476408454536,41.95125051035367],[-73.11486208459746,41.9515915104159],[-73.11493508463371,41.95180251045402],[-73.11504208468442,41.95207051050192],[-73.11511608471844,41.95223751053155],[-73.11518108474735,41.95236851055456],[-73.11532608481004,41.952629510599884],[-73.11554508490457,41.95302151066793],[-73.11587908504777,41.95360251076845],[-73.11610208514296,41.95398351083424],[-73.11618208517712,41.95412051085792],[-73.11642408528047,41.95453451092941],[-73.11650508531503,41.95467251095322],[-73.11663208536805,41.95486951098686],[-73.11728208564628,41.955992511181],[-73.11889308633586,41.958775511662076],[-73.11910408642413,41.959105511718484],[-73.11923608647727,41.95927651174695],[-73.11951108658562,41.959593511798715],[-73.11974708667684,41.959835511837376],[-73.11976008668172,41.95984651183907],[-73.12009808680949,41.96014451188513],[-73.1204290869329,41.96040751192468],[-73.12067308702265,41.96058051194984],[-73.12083008707941,41.960675511962904],[-73.12097908713365,41.96077151197641],[-73.12114508719358,41.96087051198995],[-73.12137108727528,41.961006512008595],[-73.12164608737423,41.96116451202984],[-73.12181508743504,41.96126151204288]]]},"properties":{"name":3201,"geoid":"09005320100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.17075708618839,41.66920445417064],[-73.17044208599694,41.66767845388593],[-73.16949808542317,41.66310345303225],[-73.16918408523215,41.661578452747655],[-73.16881108503037,41.66019745249281],[-73.1676940844258,41.656055451728385],[-73.16754108434297,41.65548745162355],[-73.16752208433287,41.65542045161121],[-73.1673160842226,41.65467745147426],[-73.16701108405408,41.65348745125409],[-73.16668008387104,41.65219245101446],[-73.16661808383661,41.65194745096909],[-73.16609908354974,41.6499194505938],[-73.16579508338162,41.648730450373776],[-73.16576108336366,41.64861145035188],[-73.16574908335592,41.64854545033948],[-73.16570408332642,41.64829045029164],[-73.16567708329957,41.647980450232545],[-73.16566108328337,41.647791450196515],[-73.16561008323241,41.64720145008404],[-73.16555808318012,41.64659444996831],[-73.16534808304503,41.645447449753306],[-73.16533908303919,41.645397449743925],[-73.16522208297437,41.644937449658755],[-73.16521108296702,41.64487244964655],[-73.16517308294586,41.64472144961858],[-73.16506008288269,41.64426744953444],[-73.16502308286191,41.64411744950664],[-73.16492408279619,41.643541449398434],[-73.16490508278471,41.64345044938145],[-73.1648690827656,41.64332344935807],[-73.16484608275097,41.643200449335026],[-73.16454608259289,41.64216044914363],[-73.16435708249007,41.641449449012256],[-73.16425508243444,41.641063448940926],[-73.16411708235614,41.64048944883438],[-73.16403008230131,41.640033448748994],[-73.16390608222508,41.639416448633675],[-73.16381508216202,41.638841448525376],[-73.1637000820848,41.638157448396804],[-73.16346008195393,41.637249448228964],[-73.16334608189464,41.63686744815879],[-73.16317508180524,41.636286448051955],[-73.16313008178142,41.63612844802285],[-73.1628860816484,41.635205447852236],[-73.16258608147888,41.63396844762267],[-73.16244708140194,41.633422447521575],[-73.16240508137855,41.63325544749061],[-73.16237308135814,41.63308344745838],[-73.16231008131462,41.63268744738381],[-73.16226008128258,41.632416447333],[-73.16219208124308,41.63211744727736],[-73.16209908119464,41.63180444721983],[-73.16202308115288,41.63151144716561],[-73.16198408112898,41.631318447129544],[-73.16190108107047,41.630776447027365],[-73.16189408106544,41.63072944701849],[-73.16186308104542,41.63055844698641],[-73.16185208103823,41.630496446974774],[-73.16178508100272,41.630260446931295],[-73.16172308097356,41.630105446903315],[-73.16170108096426,41.630068446896885],[-73.1616540809441,41.62998444688216],[-73.16161008092621,41.6299224468716],[-73.16139808080091,41.628953446691014],[-73.16076208042523,41.62604944614973],[-73.16055008030003,41.62508144596932],[-73.16047508025603,41.62474444590653],[-73.16025308012514,41.6237344457183],[-73.16017908008155,41.623398445655674],[-73.16015108006208,41.62322044562214],[-73.16007708001733,41.62286444555564],[-73.15979407984527,41.621487445298335],[-73.15973907981463,41.62126844525775],[-73.15968007978145,41.62102744521302],[-73.15965307976779,41.62094344519764],[-73.15960307973991,41.62074344516056],[-73.1595670797184,41.62057444512902],[-73.15946107965458,41.620069445034744],[-73.15942607963343,41.61990144500336],[-73.15930907956529,41.619383444906894],[-73.15895907936118,41.6178294446175],[-73.1588430792934,41.6173124445212],[-73.15864407917485,41.61638544434823],[-73.15823107892854,41.61445744398847],[-73.158004078806,41.613618443833445],[-73.15775707867262,41.61270444366455],[-73.15820007881423,41.61266544364249],[-73.15953107923974,41.61254844357622],[-73.15997507938174,41.61251044355433],[-73.16198808002756,41.61237244346166],[-73.16803008196605,41.611961443184086],[-73.16931408237804,41.61187444312516],[-73.17004408261221,41.61182444309155],[-73.17058808278651,41.61178344306579],[-73.17221908330914,41.6116614429887],[-73.17276408348381,41.611621442963084],[-73.17333408366639,41.611577442935875],[-73.17504308421393,41.61144844285486],[-73.17561408439687,41.61140544282783],[-73.17568208441867,41.61140044282464],[-73.1758890844852,41.611388442815525],[-73.17595808450743,41.61138544281269],[-73.17669008474181,41.611327442777444],[-73.1788870854453,41.611155442672114],[-73.17962008568011,41.61109944263724],[-73.1813900862439,41.61090944254241],[-73.1866990879349,41.61033944225793],[-73.18847008849906,41.61015044216324],[-73.18865908856765,41.61027444218105],[-73.195550090769,41.60964744183358],[-73.21093309568339,41.60825644105932],[-73.21106309572484,41.60824344105254],[-73.21145209584888,41.60820444103221],[-73.21158309589072,41.608192441025594],[-73.21183209596902,41.60814844100889],[-73.21257909620405,41.60801944095938],[-73.2128290962828,41.60797744094304],[-73.21294909632148,41.60797244093813],[-73.213310096438,41.60796044092397],[-73.21343109647711,41.60795744091942],[-73.21395209664519,41.607938440898614],[-73.2155150971495,41.607883440836645],[-73.21603709731797,41.607865440816006],[-73.22175309914248,41.60732444052351],[-73.2240070998588,41.607057440397774],[-73.22572510040875,41.6069224403152],[-73.23087910205874,41.6065194400678],[-73.23259810260907,41.60638543998536],[-73.23456110323647,41.60621443988774],[-73.2404531051195,41.60570043959452],[-73.24143410543446,41.60563943955047],[-73.24197410560781,41.60560543952614],[-73.24245110576113,41.60557943950542],[-73.24571310680214,41.60526943933814],[-73.24633310700086,41.60522543930922],[-73.2495751080389,41.60497643915439],[-73.25351010929099,41.60454043894055],[-73.2537361094463,41.60594343920474],[-73.25441610991302,41.61015443999754],[-73.25464311006874,41.611558440261845],[-73.25479911017759,41.6125544404495],[-73.25527011050522,41.61554444101272],[-73.25542711061446,41.61654144120052],[-73.25543011061711,41.616570441206036],[-73.25544211062628,41.616660441223054],[-73.25544611062932,41.61669044122874],[-73.25537311060774,41.61672644123811],[-73.25526511057588,41.61678144125231],[-73.25527911058305,41.61682644126055],[-73.25535211060733,41.61683644126009],[-73.25541811062935,41.61684644125986],[-73.25543311063412,41.61684444125897],[-73.25555211072347,41.61771244142304],[-73.25591111099229,41.62031744191537],[-73.25603111108205,41.621186442079605],[-73.25620311121952,41.62258244234407],[-73.25651511146808,41.62510144282124],[-73.25671111162963,41.6267754431387],[-73.25687511176463,41.62817344340378],[-73.25705311190794,41.62963544368079],[-73.25758911233866,41.63402344451205],[-73.25776811248238,41.63548644478919],[-73.25793311262028,41.6369274450625],[-73.25842811303401,41.641250445882385],[-73.25859411317225,41.642691446155624],[-73.25870911326054,41.643561446320085],[-73.25905611352614,41.64617344681382],[-73.25914711359556,41.64685444694252],[-73.25917311361512,41.647044446978406],[-73.25923811366462,41.64752944707006],[-73.25943411381355,41.64898544734517],[-73.25950011386342,41.64947144743697],[-73.25959811393876,41.65021444757743],[-73.25989211416491,41.65244544799911],[-73.25999111424065,41.65318944813972],[-73.26016111437734,41.65458044840307],[-73.26067111478761,41.65875644919365],[-73.26084211492473,41.66014844945712],[-73.26085511493216,41.660203449467325],[-73.26086911493995,41.660258449477496],[-73.26089611495514,41.660368449497874],[-73.26089611495526,41.66037044949825],[-73.2609101149631,41.66042644950861],[-73.26094511499106,41.66070944956217],[-73.26105211507567,41.66156044972317],[-73.26108811510402,41.66184444977688],[-73.26114911515066,41.662302449863404],[-73.26133411529126,41.66367645012291],[-73.26139611533831,41.66413545020959],[-73.26144711538501,41.66464945030725],[-73.25790811424434,41.66480045045307],[-73.25383511293349,41.665007450627286],[-73.25371711289546,41.66501245063215],[-73.24972211160919,41.66520745080144],[-73.24962111157663,41.66521145080555],[-73.24956211155758,41.66521345080788],[-73.2453461101994,41.665406450984044],[-73.24186310907649,41.665551451126774],[-73.2371231075515,41.66580345133154],[-73.23261710609849,41.66598745151546],[-73.23246310604958,41.666006451524176],[-73.23229910599929,41.666057451539444],[-73.23220910597193,41.666089451548594],[-73.23213110594757,41.66610645155445],[-73.23193310588596,41.66615245156986],[-73.23163210579045,41.6661914515873],[-73.23110010561945,41.666222451610786],[-73.23092910556453,41.66623345161856],[-73.23075510550854,41.66624245162601],[-73.22981010520431,41.66628945166621],[-73.22932710504939,41.666323451688676],[-73.22878210487532,41.66637445171647],[-73.22852710479272,41.66637845172564],[-73.22841210475494,41.666371451728075],[-73.22813910466405,41.66633345172971],[-73.22801210462143,41.66631045172943],[-73.22778710454706,41.6662884517326],[-73.22764310449993,41.66628245173617],[-73.22742710443052,41.66629545174579],[-73.2270461043099,41.66634945176877],[-73.22648510413333,41.66644645180598],[-73.22628710407048,41.66647145181733],[-73.22615210402785,41.66649245182583],[-73.22603910399185,41.66650445183187],[-73.2258671039365,41.66651345183927],[-73.22541810379015,41.6665054518525],[-73.22521210372376,41.666514451861005],[-73.22489710362314,41.66654345187698],[-73.2247271035674,41.666535451881046],[-73.2230981030429,41.666615451950086],[-73.22272810292404,41.66663845196671],[-73.22161810256772,41.66671145201733],[-73.2212491024493,41.666736452034314],[-73.21899610172392,41.666848452130075],[-73.21223809954829,41.667188452418074],[-73.21011909886606,41.66729445250825],[-73.20998609882326,41.66730145251397],[-73.20958609869412,41.66731545252984],[-73.20953109867636,41.66731745253203],[-73.2090770985298,41.66733345255006],[-73.20853309835418,41.66735245257162],[-73.20838809830737,41.667357452577356],[-73.20798909817854,41.66737145259317],[-73.20715409790984,41.66741545262913],[-73.20464909710375,41.667548452737186],[-73.20381509683541,41.66759345277331],[-73.20277809650244,41.66766045282035],[-73.19966809550398,41.667865452962204],[-73.19863209517142,41.66793445300959],[-73.19828909506143,41.66795945302569],[-73.19810709500271,41.667966453033024],[-73.19762009484566,41.6679864530529],[-73.196629094526,41.66802645309321],[-73.1965320944949,41.668033453097735],[-73.19643009446222,41.66804145310263],[-73.19615209437413,41.66807945311911],[-73.19601309433072,41.668109453129496],[-73.1955970942008,41.66819945316056],[-73.1954340941488,41.668215453169],[-73.19529609410337,41.6682054531716],[-73.19512609404444,41.66814245316502],[-73.19502209400757,41.668089453158196],[-73.19494709398116,41.66805445315389],[-73.19487109395446,41.66802045314981],[-73.1948060939322,41.66800045314807],[-73.19475509391522,41.66799345314839],[-73.19465109388112,41.66798845315084],[-73.19440109380155,41.66801645316448],[-73.19417509373079,41.668062453180795],[-73.19392409365193,41.668108453197945],[-73.19355409353416,41.66815045321822],[-73.19328809344873,41.66816745323023],[-73.1922370931072,41.66816645326457],[-73.19171709294041,41.66820345328882],[-73.1916480929181,41.66820545329147],[-73.19075909263118,41.668238453327064],[-73.19054109256058,41.66824245333499],[-73.19026709247143,41.66824045334361],[-73.18928609215334,41.668251453377955],[-73.18894209204181,41.66825545339003],[-73.18842009187343,41.66827645341125],[-73.18801809174461,41.66830745343045],[-73.18553109094758,41.66849645354868],[-73.18547109092836,41.66850145355161],[-73.18503309078868,41.6685464535747],[-73.18467309067294,41.66856745359058],[-73.1842800905453,41.66856845360369],[-73.18263909001696,41.66865145367362],[-73.18168308970918,41.66870045371449],[-73.17964508905305,41.66880445380153],[-73.17771608843192,41.668901453883606],[-73.17607608790395,41.6689854539537],[-73.17501208756072,41.669028453996944],[-73.17182008653121,41.66916045412725],[-73.17075708618839,41.66920445417064]]]},"properties":{"name":3421,"geoid":"09005342100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.34306813609605,41.5658634284995],[-73.34288513597548,41.5648174283029],[-73.34250913572748,41.56266342789801],[-73.34236913562425,41.5616754277112],[-73.3422221355151,41.560624427512444],[-73.34202113533361,41.558636427133884],[-73.34141813478945,41.55267542599872],[-73.34121713460816,41.55068942562047],[-73.34123013460886,41.550629425608406],[-73.3412731346123,41.550449425572104],[-73.3412881346137,41.550390425560174],[-73.34123213459134,41.55031842554806],[-73.34115613456107,41.55022242553196],[-73.34116513455527,41.550073425502795],[-73.34117113455194,41.54998342548516],[-73.34114513453879,41.549902425470314],[-73.34106913449997,41.54966042542592],[-73.34104413448719,41.54958042541125],[-73.33971313383617,41.54582842472796],[-73.33924913360923,41.54452042448974],[-73.33867513322258,41.54108942384361],[-73.33660313215529,41.53432242260002],[-73.33644013207135,41.53379042250225],[-73.33586213168685,41.530415421866905],[-73.33586013168346,41.530368421857865],[-73.33585713167435,41.53022942183101],[-73.33585613167135,41.53018342182213],[-73.33575213160621,41.529645421721234],[-73.33572413158541,41.52944442168317],[-73.33564113152231,41.52882442156569],[-73.33548813139481,41.52749042131206],[-73.33547213138098,41.52734242128389],[-73.33545113136653,41.52721142125917],[-73.33533613128604,41.526471421119446],[-73.33533213128322,41.52644542111455],[-73.33532013127477,41.52636742109982],[-73.33531613127195,41.52634142109491],[-73.33527013124001,41.5260494210398],[-73.33523313121422,41.52581342099525],[-73.33502013105903,41.52433742071603],[-73.33490813097147,41.52345942054944],[-73.33489913096493,41.52339742053773],[-73.33475113085777,41.52238342034594],[-73.33463513078308,41.521748420226615],[-73.33454613073106,41.52135142015255],[-73.33445613067369,41.520868420061824],[-73.33429813058056,41.52015041992779],[-73.33420713052178,41.51964841983341],[-73.33401413040686,41.51875141966578],[-73.33367313021022,41.517276419390925],[-73.33352413011582,41.51648641924259],[-73.3334261300572,41.51602641915659],[-73.33339513004134,41.51592641913822],[-73.33336013002514,41.51584341912326],[-73.33311612989753,41.51501241897011],[-73.33303412985182,41.51468441890919],[-73.3329431298008,41.5143154188406],[-73.33293412979414,41.51425141882849],[-73.33293512978793,41.51413941880673],[-73.33300212978862,41.51377841873449],[-73.33301112978495,41.51366541871225],[-73.332988129768,41.51350241868141],[-73.33292912973921,41.51333741865135],[-73.33285512970257,41.5131204186117],[-73.33256712955017,41.51210841842486],[-73.33245812949767,41.51181441837141],[-73.33242012948027,41.51172741835579],[-73.33229412941515,41.511311418279234],[-73.33228612941087,41.511282418273865],[-73.3321901293595,41.5109354182097],[-73.3321241293223,41.5106644181593],[-73.33204012927337,41.510292418089904],[-73.33199412924628,41.510083418050876],[-73.33192312920495,41.50976941799229],[-73.33188712918371,41.50960541796166],[-73.33182112914167,41.509251417895165],[-73.3312511288504,41.50742541755965],[-73.33031212837058,41.50441741700693],[-73.32863312783205,41.50451941708202],[-73.32773012754234,41.50457341712224],[-73.32582212693035,41.50468941720756],[-73.3248281266133,41.50478041725794],[-73.32184812566291,41.50505541740941],[-73.32145512553763,41.50509241742953],[-73.32085312534345,41.50511041745284],[-73.32078112532021,41.50511241745559],[-73.32045912521636,41.50512241746814],[-73.32040112519773,41.50512541747062],[-73.32002112507524,41.50513841748566],[-73.31970112497177,41.50514341749715],[-73.3192781248361,41.50516941751612],[-73.31889012471191,41.505197417534326],[-73.31938712487056,41.50515441750963],[-73.31991212500925,41.50461241738718],[-73.32052012517015,41.50398941724627],[-73.32087512526397,41.503623417163574],[-73.32105112529494,41.50317541707085],[-73.32121112532445,41.502791416991066],[-73.3213071253239,41.50224741688234],[-73.32143512531883,41.501447416722876],[-73.32144512531455,41.501318416697515],[-73.32148312530178,41.50088741661262],[-73.32155312530473,41.50054841654453],[-73.32157912530589,41.50042341651941],[-73.32172012533297,41.500103416452674],[-73.32179712535364,41.50002941643577],[-73.32202912541601,41.49980841638526],[-73.32210712543703,41.49973541636853],[-73.32250712552576,41.49903141621872],[-73.3231151256577,41.49791141598136],[-73.32461912604946,41.496263415612006],[-73.32517012619435,41.49568341548132],[-73.32525512621673,41.495594415461234],[-73.32534012623904,41.495504415440976],[-73.32551512628503,41.495319415399315],[-73.3258541263628,41.494767415281004],[-73.3262031264429,41.494199415159294],[-73.32633412647047,41.493943415105285],[-73.32653012651178,41.49356141502469],[-73.32672712655342,41.493179414944066],[-73.32676112656065,41.493114414930325],[-73.32679512656777,41.493047414916205],[-73.32680412656751,41.49299241490523],[-73.32682712656698,41.49285541487788],[-73.32684312656379,41.4927114148494],[-73.32679512654356,41.492631414835444],[-73.32663512647399,41.492327414781734],[-73.32621912630556,41.4917514146836],[-73.32559512606502,41.49109541457682],[-73.32535512596391,41.49069541450707],[-73.32508312584869,41.49023141442596],[-73.3249391257834,41.48991141436859],[-73.32487512575051,41.489703414330315],[-73.32477912571473,41.48962341431794],[-73.32487512574308,41.48957541430547],[-73.32498712576263,41.489287414245865],[-73.32522712581157,41.48879141414169],[-73.32543512585667,41.4884074140603],[-73.3257391259245,41.4878794139478],[-73.32599512598702,41.48752741387106],[-73.32612312601178,41.487239413810926],[-73.32642712608053,41.48672741370153],[-73.3266191261223,41.48637541362688],[-73.32684312617165,41.485975413541844],[-73.32692312618455,41.48575141349574],[-73.32695512618375,41.48555941345741],[-73.32703512619945,41.4853834134206],[-73.32706712619027,41.48504741335434],[-73.32705112617577,41.48488741332379],[-73.32706212617579,41.48482641331159],[-73.32711512617603,41.484535413253354],[-73.3264591259233,41.48384741314137],[-73.32465112526631,41.48263141296478],[-73.3234681248273,41.48167841281869],[-73.32341912480913,41.481639412812726],[-73.32266712451505,41.480775412669715],[-73.32221912431207,41.47978341249185],[-73.321755124076,41.47831141222129],[-73.32140012392932,41.47776841212753],[-73.32123512386127,41.47751841208441],[-73.32106912379285,41.47726741204114],[-73.32090712372568,41.477015411997534],[-73.31975512329261,41.475991411836596],[-73.31885612295909,41.475268411725764],[-73.31862712287415,41.47508441169755],[-73.3183991227896,41.474901411669514],[-73.31827512274356,41.47480141165418],[-73.31815112269757,41.474701411638826],[-73.31812312268718,41.474679411635485],[-73.31766512251602,41.474289411574794],[-73.31766012251417,41.47428541157419],[-73.31760412249322,41.47423741156671],[-73.3170271222776,41.47374641149033],[-73.31639412204102,41.47320741140649],[-73.3152261216028,41.47218341124602],[-73.31479412143392,41.47168741116389],[-73.31428212123444,41.47111141106887],[-73.31277812067891,41.469943410891474],[-73.31121012012312,41.469127410784516],[-73.31095312003366,41.469021410772385],[-73.31071311995008,41.46892241076103],[-73.31047411986685,41.46882341074967],[-73.31111312005233,41.46845041065621],[-73.31175312023818,41.46807741056273],[-73.3128741205636,41.467423410398844],[-73.31363212081645,41.467545410397626],[-73.31451912111228,41.467687410396046],[-73.31632712171537,41.46797841039313],[-73.31902112261402,41.46841241038884],[-73.32095712325973,41.46872341038558],[-73.32157512346592,41.46882341038467],[-73.32205012362363,41.46888741038148],[-73.32215012365681,41.46890041038071],[-73.32225012369005,41.468914410380144],[-73.32320312400645,41.46904241037365],[-73.32415512432253,41.46917041036721],[-73.32677512519247,41.46952341034958],[-73.3273501254011,41.46990541040486],[-73.32755912547694,41.470044410424975],[-73.32930712611112,41.47120441059275],[-73.33157012693091,41.47268541080588],[-73.3317881270091,41.47281441082376],[-73.3323131271974,41.47312541086688],[-73.33386112775261,41.47404241099399],[-73.33488512811992,41.474649411078175],[-73.3354081283075,41.47495941112116],[-73.33666312875768,41.47570341122431],[-73.33864112943283,41.47628541127221],[-73.33892612953012,41.47636941127913],[-73.34006312991819,41.47670341130655],[-73.34087113018875,41.47685141130867],[-73.3419741305582,41.477055411311966],[-73.34296613089047,41.47723841131485],[-73.34395813122266,41.47742041131753],[-73.34434513135233,41.47749241131875],[-73.34439913137041,41.477502411318916],[-73.3448401315181,41.477583411320126],[-73.34582813184902,41.47776541132291],[-73.34681613217991,41.47794741132573],[-73.34696813223081,41.47797541132615],[-73.34716313229613,41.47801141132672],[-73.34751113241268,41.47807541132768],[-73.3476641324639,41.47810341132808],[-73.3477171324836,41.47814641133467],[-73.34810313262702,41.47846041138293],[-73.34848813277006,41.478773411431014],[-73.34859913281123,41.47886241144464],[-73.34870913285214,41.47895241145849],[-73.34926413305833,41.47940341152777],[-73.3500351333211,41.47962341154509],[-73.35034213342577,41.47971141155205],[-73.35065113353107,41.47979941155897],[-73.35065813353343,41.479801411559144],[-73.35284013427649,41.480413411606065],[-73.35503113502256,41.481027411653066],[-73.3568201356318,41.48152941169157],[-73.35860813624069,41.48203141173012],[-73.35886313632751,41.48210241173548],[-73.35900013637676,41.482185411747096],[-73.35907713640447,41.482232411753664],[-73.35915513643249,41.48227941176022],[-73.35933313649647,41.48238741177531],[-73.35951213656088,41.482496411790564],[-73.35997313672664,41.48277641182974],[-73.36043313689215,41.48305741186913],[-73.36204613747225,41.48403841200639],[-73.36410413821243,41.48529041218158],[-73.36420413824689,41.48532541218506],[-73.36661913907896,41.48616841226907],[-73.36987714019517,41.48719741236136],[-73.3704451403912,41.48740141238223],[-73.37095014056567,41.48758541240128],[-73.37123714066523,41.48769741241356],[-73.37152414076475,41.48780841242565],[-73.3725441411183,41.48820041246807],[-73.37356414147177,41.48859141251031],[-73.37456414181631,41.48894041254508],[-73.37500114196756,41.48910441256249],[-73.37526414205853,41.48920241257284],[-73.37535514212958,41.48991441270801],[-73.37547114221992,41.49081841287963],[-73.37558714231024,41.491721413051025],[-73.37562714234099,41.49202641310892],[-73.37566714237175,41.492331413166774],[-73.37576414244819,41.493102413313196],[-73.37619014273268,41.49561041378582],[-73.37644114290028,41.49708741406411],[-73.37669114306755,41.498564414342475],[-73.37676514311711,41.499002414425],[-73.37705814323469,41.49938941449042],[-73.37729314332893,41.49969841454263],[-73.37752814342316,41.50000741459481],[-73.37802714362341,41.5006664147062],[-73.37852614382362,41.5013244148174],[-73.37896514399971,41.501902414915044],[-73.379562144213,41.50224041496092],[-73.38196514507163,41.50360241514585],[-73.3870651468186,41.50520241528787],[-73.3872001468692,41.505319415306104],[-73.38722314687784,41.50533941530922],[-73.38759714701808,41.50566441535992],[-73.38797014715794,41.505988415410464],[-73.38816714723175,41.50615841543692],[-73.38836314730518,41.506327415463225],[-73.3885651473809,41.50650241549051],[-73.38851014737061,41.50663141551735],[-73.38804514728416,41.50773241574627],[-73.38757914719743,41.508833415975225],[-73.38746514717619,41.509102416031155],[-73.38496514647666,41.51100241648224],[-73.38506514659674,41.51250241676988],[-73.38574314686451,41.51332241690651],[-73.38635414710586,41.514062417029855],[-73.38696514734724,41.5148024171532],[-73.38729314745933,41.51490041716137],[-73.38762214757173,41.514998417169515],[-73.38835614782252,41.51521741718775],[-73.38861314791036,41.515294417194184],[-73.38960314824865,41.51559041721889],[-73.39055614857432,41.51587541724269],[-73.39150814889966,41.51616041726652],[-73.39207914909476,41.516330417280614],[-73.39253014924887,41.5164654172919],[-73.39271514931207,41.516520417296455],[-73.39392214972453,41.51688141732657],[-73.39406514977401,41.51693441733215],[-73.3944941499224,41.5170934173488],[-73.3946381499722,41.51714641735432],[-73.39529015020253,41.51747041739561],[-73.39625615053734,41.51783941743525],[-73.39730715090167,41.51824241747867],[-73.3974131509384,41.518282417482915],[-73.39749815096953,41.518343417491934],[-73.39843415131473,41.51905641759926],[-73.39871215141756,41.51927341763216],[-73.39899015152038,41.519490417665054],[-73.39947615170013,41.519869417722475],[-73.39978115181302,41.52010841775874],[-73.40011215195467,41.520695417861596],[-73.40260015302002,41.525114418636164],[-73.40264015304041,41.525241418659455],[-73.40325915335633,41.52720941902054],[-73.40387815367228,41.52917741938157],[-73.4045211540005,41.53122241975673],[-73.40452815401368,41.53140841979257],[-73.40458315411776,41.532881420076265],[-73.40463915422221,41.534354420359925],[-73.40465015424309,41.53465042041693],[-73.40466115426395,41.53494542047375],[-73.40466815427737,41.535135420510336],[-73.40467515429076,41.53532542054694],[-73.40468115430278,41.53549742058009],[-73.40470115434026,41.536026420681935],[-73.40472815439006,41.536727420816916],[-73.40473915441126,41.53702842087489],[-73.40457015436243,41.53713042090026],[-73.4042411542674,41.537329420949696],[-73.4042811542931,41.53754642099043],[-73.40435215433848,41.53792842106212],[-73.40442315438395,41.538311421134004],[-73.40444515439806,41.538430421156335],[-73.40365615422368,41.53982142145201],[-73.4036501542224,41.53983242145433],[-73.4036351542239,41.53994142147596],[-73.40359315422806,41.54024442153606],[-73.40355115423223,41.54054842159638],[-73.40354615423271,41.54058442160352],[-73.40348515421621,41.5406404216164],[-73.40340315419402,41.54071542163363],[-73.40332215417214,41.54079042165084],[-73.40269815400337,41.54136342178252],[-73.40204515381183,41.541708421870986],[-73.40179815373939,41.541839421904534],[-73.4014241536358,41.54214142197542],[-73.40137315362318,41.542208421990104],[-73.40116415356032,41.54229242201329],[-73.40108115353534,41.54232542202242],[-73.40073015343704,41.54259042208538],[-73.40062715341783,41.54283242213569],[-73.40054015339142,41.54286342214457],[-73.40048915337401,41.542848422143365],[-73.40045215336012,41.54281642213838],[-73.40033515332289,41.54282842214457],[-73.40029915331543,41.542900422159704],[-73.40030615332111,41.54295842217073],[-73.40041515336131,41.543041422183215],[-73.40045215337653,41.54309642219264],[-73.40045215337993,41.54315442220388],[-73.40032815334382,41.54322442222155],[-73.40007215326327,41.543266422238155],[-73.40004315326019,41.543374422260044],[-73.39977315318663,41.54361342231529],[-73.39957515313806,41.54388042237358],[-73.39950915312376,41.54400142239919],[-73.3994651531113,41.54403242240666],[-73.39931915305907,41.5439494223954],[-73.39924615303588,41.54395742239936],[-73.39916615301304,41.544010422412285],[-73.39910715299278,41.54399142241055],[-73.39910715298618,41.54387842238865],[-73.39902715295622,41.54381042237814],[-73.39877115286853,41.543730422371084],[-73.39850815278511,41.54376242238599],[-73.39826815270476,41.5437194223856],[-73.3980701526385,41.54368442238535],[-73.39773415253083,41.54370642240073],[-73.39751515246226,41.54374842241611],[-73.39711215233045,41.54372942242575],[-73.39696615228164,41.54370442242572],[-73.39682715223884,41.54374342243787],[-73.39674715221625,41.54380042245156],[-73.39649115213538,41.543837422467206],[-73.39636015210023,41.54396242249576],[-73.39629315207951,41.54397942250128],[-73.3962211520558,41.543973422502496],[-73.39599415197753,41.543894422494695],[-73.39576115189993,41.543859422495615],[-73.39570215188232,41.543885422502605],[-73.39565815187485,41.544001422526534],[-73.39562115186466,41.54403242253377],[-73.39549715182461,41.544035422538435],[-73.39544615180937,41.54405742254439],[-73.39541715180388,41.54412442255834],[-73.39547515182646,41.544188422568816],[-73.39547515182832,41.544220422575016],[-73.39542415181407,41.54425942258426],[-73.39509515171083,41.54431842260659],[-73.39499315167846,41.544330422612276],[-73.39476715160363,41.5443044226147],[-73.39459815155028,41.54432942262515],[-73.39451815153296,41.54447642265626],[-73.3944661515195,41.54453442266924],[-73.39419615143673,41.54461642269405],[-73.39403515139306,41.54476242272766],[-73.39395515136947,41.54480242273806],[-73.39388215134574,41.54480142274027],[-73.39381615132324,41.54478242273876],[-73.39361915124441,41.54452742269588],[-73.39346515118959,41.54444442268488],[-73.39337015116,41.54446542269209],[-73.393275151136,41.54458142271771],[-73.39323915113562,41.5447744227563],[-73.39315115111357,41.54488542278072],[-73.39307815109224,41.54492542279088],[-73.39264715094656,41.54482442278556],[-73.39229615083084,41.54479242279096],[-73.39209215076586,41.544812422801584],[-73.3919451507207,41.54485542281478],[-73.3918071506811,41.5449434228364],[-73.39174815066643,41.54501942285306],[-73.3917921506849,41.54509142286556],[-73.39188715072028,41.54516942287756],[-73.39194515074337,41.54524242288977],[-73.39192315074573,41.545404422921884],[-73.39195215076461,41.545566422952334],[-73.39185715074217,41.54570942298318],[-73.3916961506946,41.54578842300382],[-73.39137515059343,41.54583842302411],[-73.39122815054827,41.5458814230373],[-73.39109715051381,41.54601842306817],[-73.39099515048457,41.54608442308434],[-73.3908771504486,41.5461234230958],[-73.39078215042329,41.54621742311715],[-73.3907751504239,41.54626642312687],[-73.39085515046044,41.54644742315931],[-73.39084815046532,41.54656942318317],[-73.39082815046024,41.54659342318849],[-73.3908061504555,41.54663442319717],[-73.39066515042268,41.54685442324447],[-73.39041715034575,41.54691442326428],[-73.39034415032441,41.54695442327444],[-73.39027715030316,41.54696242327821],[-73.38975115012764,41.546878423279324],[-73.38956915007002,41.54690242328998],[-73.38913014992518,41.54686042329636],[-73.38902114989288,41.54691242331004],[-73.38887414987963,41.54750042342884],[-73.38889614989814,41.54769442346571],[-73.38896914993293,41.547884423500115],[-73.38908514997438,41.547949423508875],[-73.38945915009731,41.54797742350192],[-73.38955415013214,41.54804642351217],[-73.38963415016345,41.54813742352716],[-73.38964115017129,41.548232423545315],[-73.38962015016885,41.548307423560566],[-73.38956115016215,41.548519423603565],[-73.38955315016769,41.54865842363077],[-73.38959715018939,41.548785423653946],[-73.38972015023626,41.54890442367293],[-73.3898371502796,41.54899642368689],[-73.39028315044727,41.549389423748295],[-73.39065515058068,41.54960742377824],[-73.39078015062549,41.549680423788246],[-73.39092615068878,41.549952423836125],[-73.39098415071611,41.5500974238623],[-73.39094715070961,41.550191423881735],[-73.3907801506661,41.550373423922515],[-73.39064815063772,41.55061942397456],[-73.39059615064637,41.55105542406074],[-73.39060315065868,41.55122642409364],[-73.39048615065154,41.551752424199435],[-73.39027415060265,41.55209142427212],[-73.39023015060073,41.55230242431445],[-73.3902591506176,41.55242942433811],[-73.3904561506932,41.55262942437033],[-73.39052215072203,41.552756424392754],[-73.39055115073889,41.55288342441641],[-73.39043315075436,41.55380042459798],[-73.39034515074344,41.554101424659194],[-73.3903161507456,41.554298424698324],[-73.39034515077616,41.55465942476731],[-73.3903581507823,41.554692424773265],[-73.39039615080014,41.55478642479024],[-73.39062215088867,41.55504642483313],[-73.39077615094476,41.55515142484838],[-73.39101715103003,41.55527242486386],[-73.39119915109053,41.55529742486268],[-73.39124315111353,41.55544642489008],[-73.39117715110396,41.5556484249314],[-73.39119115112409,41.55591442498247],[-73.3911721511249,41.556033425006156],[-73.38834515029899,41.55758642540049],[-73.37907514755962,41.56215142659124],[-73.37886514749664,41.56223942661523],[-73.37204814545369,41.565113427397215],[-73.36463614303642,41.5648944275997],[-73.36290614247672,41.564920427661875],[-73.36259314237671,41.564946427677235],[-73.3616551420771,41.565026427723716],[-73.36134314197744,41.565053427739244],[-73.35896014121182,41.56518042784254],[-73.35301513930172,41.565497428100265],[-73.35181513891615,41.565561428152286],[-73.35072813856695,41.5656204281996],[-73.34943313815087,41.56568942825571],[-73.34913213805358,41.56569542826681],[-73.34823213776275,41.56571542830038],[-73.34793213766584,41.56572242831166],[-73.34755313754346,41.5657324283261],[-73.34641913717755,41.565766428370104],[-73.34604113705562,41.56577842838492],[-73.34544613686352,41.56579442840765],[-73.34366213628776,41.5658464284766],[-73.34306813609605,41.5658634284995]]]},"properties":{"name":2501,"geoid":"09005250100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.42313216027543,41.535322419935746],[-73.4229551602229,41.53540541995769],[-73.42262616012431,41.53554341999533],[-73.4214641597792,41.536083420138446],[-73.4214101597631,41.536107420144866],[-73.42115915968826,41.536219420174895],[-73.42060315952129,41.536446420237276],[-73.42010815937422,41.536675420298046],[-73.41956315921156,41.53691542036261],[-73.41940615916441,41.536979420380206],[-73.41917815909603,41.537074420406135],[-73.41901615904773,41.537146420425465],[-73.4187851589795,41.537260420455205],[-73.41855115891043,41.53737642048542],[-73.4184551588823,41.537427420498496],[-73.41818915880302,41.53754642053036],[-73.41783215869594,41.53769442057085],[-73.41750415859678,41.537817420605535],[-73.41707815846726,41.53796442064813],[-73.4161661581893,41.53826742073703],[-73.41589415810644,41.53835842076366],[-73.41574315806128,41.53842342078125],[-73.41568115804334,41.538460420790464],[-73.4156051580224,41.538523420805184],[-73.41557815801535,41.53855242081171],[-73.41555015800971,41.53861142082406],[-73.41553015800733,41.538681420838294],[-73.41552415801095,41.538776420856905],[-73.41552815801418,41.538809420863174],[-73.41556215803318,41.5389454208884],[-73.41565715807906,41.53920242093507],[-73.41584815816742,41.53965342101614],[-73.41586515817633,41.539711421026816],[-73.41592015820116,41.539830421048066],[-73.41607315827011,41.54016042110695],[-73.41608415827531,41.54018842111201],[-73.4161331582984,41.54031142113423],[-73.41569115816029,41.54040042116609],[-73.41547115809196,41.54045142118325],[-73.41539215806749,41.54047142118975],[-73.41520815801059,41.54051842120494],[-73.41474215786728,41.54065142124614],[-73.41453715780449,41.54071442126513],[-73.41413115768069,41.54084842130453],[-73.41399415763942,41.54090242131954],[-73.41321615740051,41.541130421389454],[-73.41263215722122,41.5413024214421],[-73.41256115719943,41.54132342144852],[-73.4124891571773,41.54134442145499],[-73.41237315714169,41.5413784214654],[-73.41222415709589,41.541421421478674],[-73.41177915695927,41.54155242151876],[-73.41143415685356,41.54165742155054],[-73.411171156773,41.541738421574934],[-73.4110621567396,41.54177142158493],[-73.41084515667309,41.5418374216049],[-73.4107371566403,41.54187542161585],[-73.41063015660791,41.541914421626934],[-73.41045215655467,41.54199142164775],[-73.41028715650593,41.54207242166891],[-73.41014215646341,41.54214942168863],[-73.41003615643321,41.542220421705885],[-73.40991615639933,41.542306421726515],[-73.4098501563808,41.54235542173821],[-73.40961415631581,41.54255242178418],[-73.40948115628048,41.54268542181435],[-73.40893615613714,41.54325542194284],[-73.40874615608756,41.54346042198885],[-73.40843815600554,41.54376542205815],[-73.40832215597379,41.54386542208136],[-73.40814715592495,41.5440004221133],[-73.4080401558952,41.54408442213313],[-73.40793415586508,41.54415742215077],[-73.40747015573218,41.544457422224255],[-73.40743615572234,41.54447742222925],[-73.40741315571582,41.544493422233124],[-73.40735715569976,41.54452942224194],[-73.40733715569398,41.54454142224493],[-73.4073051556849,41.54456342225025],[-73.40724815566143,41.54447842223567],[-73.40721115564615,41.54442242222605],[-73.40711715560747,41.54428242220202],[-73.40708015559218,41.544226422192395],[-73.40707115558844,41.54421242218998],[-73.40702415556916,41.544143422178166],[-73.40697015554913,41.54410042217162],[-73.40667715543617,41.54379442212201],[-73.40654615538436,41.54363542209554],[-73.40653115537624,41.54357942208518],[-73.40646315535037,41.54351442207484],[-73.4063961553249,41.54345042206466],[-73.40629715528728,41.543356422049705],[-73.40608715518268,41.54273342193592],[-73.40569915498921,41.54157942172513],[-73.40529615481786,41.54088542160396],[-73.40498015469616,41.54055742155086],[-73.40487415466043,41.5405344215499],[-73.40475415462001,41.54050842154884],[-73.40452315454594,41.54052242155919],[-73.40354615423271,41.54058442160352],[-73.40355115423223,41.54054842159638],[-73.40359315422806,41.54024442153606],[-73.4036351542239,41.53994142147596],[-73.4036501542224,41.53983242145433],[-73.40365615422368,41.53982142145201],[-73.40444515439806,41.538430421156335],[-73.40442315438395,41.538311421134004],[-73.40435215433848,41.53792842106212],[-73.4042811542931,41.53754642099043],[-73.4042411542674,41.537329420949696],[-73.40457015436243,41.53713042090026],[-73.40473915441126,41.53702842087489],[-73.40472815439006,41.536727420816916],[-73.40470115434026,41.536026420681935],[-73.40468115430278,41.53549742058009],[-73.40467515429076,41.53532542054694],[-73.40466815427737,41.535135420510336],[-73.40466115426395,41.53494542047375],[-73.40465015424309,41.53465042041693],[-73.40463915422221,41.534354420359925],[-73.40458315411776,41.532881420076265],[-73.40452815401368,41.53140841979257],[-73.4045211540005,41.53122241975673],[-73.40387815367228,41.52917741938157],[-73.40325915335633,41.52720941902054],[-73.40264015304041,41.525241418659455],[-73.40260015302002,41.525114418636164],[-73.40011215195467,41.520695417861596],[-73.39978115181302,41.52010841775874],[-73.39947615170013,41.519869417722475],[-73.39899015152038,41.519490417665054],[-73.39871215141756,41.51927341763216],[-73.39843415131473,41.51905641759926],[-73.39749815096953,41.518343417491934],[-73.3974131509384,41.518282417482915],[-73.39730715090167,41.51824241747867],[-73.39625615053734,41.51783941743525],[-73.39529015020253,41.51747041739561],[-73.3946381499722,41.51714641735432],[-73.3944941499224,41.5170934173488],[-73.39406514977401,41.51693441733215],[-73.39392214972453,41.51688141732657],[-73.39271514931207,41.516520417296455],[-73.39253014924887,41.5164654172919],[-73.39207914909476,41.516330417280614],[-73.39150814889966,41.51616041726652],[-73.39055614857432,41.51587541724269],[-73.38960314824865,41.51559041721889],[-73.38861314791036,41.515294417194184],[-73.38835614782252,41.51521741718775],[-73.38762214757173,41.514998417169515],[-73.38729314745933,41.51490041716137],[-73.38696514734724,41.5148024171532],[-73.38704114737001,41.51477041714449],[-73.38711614739239,41.5147374171356],[-73.3876231475441,41.51452041707677],[-73.3881301476958,41.514303417017956],[-73.38836814776697,41.51420041699012],[-73.391213148642,41.51338941673886],[-73.39182314881609,41.512984416640165],[-73.39304814919228,41.51262541653007],[-73.39336514928787,41.51250241649575],[-73.39377114940974,41.51233541644995],[-73.39454514964203,41.51201641636251],[-73.39506514979811,41.51180241630382],[-73.39979715123133,41.510075415812544],[-73.40037315140573,41.50986441575259],[-73.40210215192938,41.50923341557308],[-73.40246515203941,41.509102415535686],[-73.4026721521009,41.50900641551022],[-73.41126615465284,41.50500241444958],[-73.41155015474075,41.50493141442642],[-73.41166615477665,41.50490241441697],[-73.41186415482909,41.504701414371425],[-73.41210615490088,41.50458741434132],[-73.41259115504448,41.50435441428008],[-73.41404615547545,41.50365841409698],[-73.41416615551105,41.50360241408216],[-73.41447215560581,41.50352641405732],[-73.41456015563305,41.50350441405013],[-73.41461015564855,41.50349241404614],[-73.41461315564948,41.50349141404584],[-73.41477215569863,41.50345041403265],[-73.41482615571535,41.50343741402835],[-73.4149661557587,41.503402414016925],[-73.41655415622516,41.502576413804206],[-73.41666115625664,41.50252141378999],[-73.41746615649306,41.5021024136821],[-73.41759415653141,41.502048413667396],[-73.41899615695264,41.501480413510876],[-73.41908615697983,41.50144641350129],[-73.42023815733057,41.50105841338795],[-73.42216415791711,41.50041241319893],[-73.42369415838293,41.49989741304845],[-73.42484715873404,41.49951041293526],[-73.42546615892252,41.49930241287444],[-73.42586415904601,41.499208412843046],[-73.42785215966332,41.49874541268748],[-73.42896816000979,41.49848441259993],[-73.42937416013591,41.49839041256827],[-73.42999716032772,41.49821741251411],[-73.43076616056439,41.498002412446965],[-73.43078616056964,41.497981412442236],[-73.43088916059988,41.497927412428346],[-73.43535516188479,41.495148411741525],[-73.43573216199347,41.49491741168423],[-73.43686316231961,41.49422641151276],[-73.43706716237848,41.49410241148196],[-73.43723216242506,41.493984411453596],[-73.43736116246141,41.49389141143129],[-73.43775116257149,41.49361241136426],[-73.4377671625761,41.49360241136179],[-73.4378841626094,41.49352341134261],[-73.438023162649,41.493430411319956],[-73.43836716274716,41.49320241126435],[-73.43844516276968,41.49315541125265],[-73.43858916281133,41.4930694112312],[-73.43863916282571,41.49303841122353],[-73.43878916286907,41.492948411201105],[-73.43884016288385,41.49291841119359],[-73.43897016292136,41.49283941117396],[-73.43936116303438,41.49260541111563],[-73.43936716303615,41.49260241111486],[-73.43949816307482,41.492537411097906],[-73.43954916308982,41.492511411091186],[-73.43970116313459,41.492434411071216],[-73.43975316314996,41.492409411064656],[-73.44009516324782,41.49218741101026],[-73.44112416354245,41.49152341084739],[-73.4414671636407,41.49130241079316],[-73.44162516374242,41.49216541095537],[-73.44210216404856,41.494754411441846],[-73.44226116415068,41.4956184116042],[-73.44306716466862,41.50000241242791],[-73.44369216493706,41.50112741262545],[-73.4438331649976,41.501380412669846],[-73.44406716509815,41.50180241274394],[-73.44356716505908,41.503902413167786],[-73.44456716567615,41.50890241410434],[-73.44526716593822,41.50950241419751],[-73.44276716539738,41.51410241517226],[-73.44303616554231,41.515087415354344],[-73.44357116583022,41.51704041571529],[-73.44508716664662,41.52258241673948],[-73.4452551667325,41.52311841683781],[-73.44576216699114,41.52472641713273],[-73.44593116707738,41.52526241723103],[-73.44667916741291,41.526848417513676],[-73.44736616772114,41.5283064177735],[-73.44894916843157,41.53166741837247],[-73.45056516915702,41.53510141898441],[-73.45197916979778,41.53820741953943],[-73.4527021701256,41.53979841982373],[-73.45401817072239,41.54269542034142],[-73.45447117097072,41.54442242066099],[-73.45516417135876,41.54720342117677],[-73.45604217175679,41.54913242152133],[-73.45741017237646,41.55212942205651],[-73.4576041724644,41.55255542213259],[-73.46133417415433,41.560727423591544],[-73.46136817416975,41.56080242360493],[-73.46296317489018,41.56425742422102],[-73.46382517527955,41.566124424553934],[-73.46641117644792,41.571728425553054],[-73.46727317683741,41.573596425886066],[-73.4676531770092,41.57442142603316],[-73.46796817715143,41.57510242615453],[-73.46872817750531,41.576926426482345],[-73.46896817761704,41.57750242658588],[-73.46910717767679,41.57775142662947],[-73.46914917769487,41.57782742664278],[-73.46927617774962,41.578057426683074],[-73.4693191777681,41.57813442669655],[-73.46946817783221,41.57840242674347],[-73.47027317819726,41.580168427058574],[-73.47307217946643,41.58630342815292],[-73.47400617988991,41.5883494285178],[-73.47499318033528,41.59047442889619],[-73.47795418167168,41.596852430031774],[-73.47894118211718,41.598978430410256],[-73.47979218250103,41.60080643073557],[-73.48083618295676,41.60279143108482],[-73.48198818345969,41.60498243147031],[-73.48678618555437,41.61410243307446],[-73.48834518623502,41.617064433595324],[-73.48852918631539,41.617414433656876],[-73.48872418640698,41.6178944337432],[-73.4887681864277,41.6180034337628],[-73.48890218649068,41.61833343382215],[-73.48891318649571,41.61835843382662],[-73.48895218651326,41.618441433841376],[-73.49069318729728,41.6221524345009],[-73.49208118792235,41.62511043502652],[-73.4957141895898,41.63337943650385],[-73.49736319034682,41.63713343717442],[-73.49745219038778,41.637337437210874],[-73.49772119051124,41.637949437320174],[-73.49781119055251,41.63815343735661],[-73.49768519051342,41.638183437366585],[-73.49733319040159,41.63822343738604],[-73.49729219038976,41.638248437392235],[-73.49704819031959,41.63840043742974],[-73.49684219025738,41.63847843745167],[-73.49676319023433,41.6385224374628],[-73.49671119022624,41.638670437493126],[-73.49666019022322,41.63889943753909],[-73.49654319019982,41.6391454375905],[-73.49640419016693,41.63935143763494],[-73.49637019016046,41.639428437650956],[-73.49615719012016,41.63991543775215],[-73.4960971901088,41.64005243778061],[-73.49604019009806,41.64018343780782],[-73.49598119009194,41.64040343785229],[-73.49599419010072,41.64048043786673],[-73.49602119011824,41.64062843789443],[-73.49602519012095,41.640652437898936],[-73.4960401901277,41.64068443790463],[-73.49606919014055,41.64074243791486],[-73.49617119017695,41.6407984379223],[-73.49619519018552,41.640811437924],[-73.49622819019662,41.640818437924274],[-73.49625019020512,41.640841437927975],[-73.4962811902162,41.64085843793023],[-73.49637019025121,41.64096243794736],[-73.49635519024983,41.64102143795926],[-73.49634919026002,41.641226437999066],[-73.49634119027405,41.64150743805362],[-73.49634619029241,41.64179043810814],[-73.49634819030136,41.64193043813513],[-73.49634219031569,41.64220543818846],[-73.49636319033023,41.64233643821308],[-73.49629019031661,41.64250643824834],[-73.49621219029648,41.64259343826776],[-73.4961881902904,41.64262243827416],[-73.49604219025218,41.642777438308975],[-73.49586319020177,41.64290643833984],[-73.49583119019275,41.64292943834536],[-73.49573519016568,41.6429984383619],[-73.49570319015665,41.64302143836739],[-73.4956721901479,41.64304343837268],[-73.49562519013472,41.64307843838101],[-73.49558219012266,41.64311043838862],[-73.4955521901143,41.643133438394074],[-73.49548619009578,41.64318243840574],[-73.49528919004062,41.643330438440884],[-73.4952241900225,41.64338043845271],[-73.49520119001603,41.643397438456766],[-73.49516619000723,41.643440438466236],[-73.49500818996769,41.64363843850974],[-73.49498818996273,41.64366443851545],[-73.49496418995767,41.64371043852512],[-73.49482818992881,41.6439684385795],[-73.49477718991515,41.64401743859067],[-73.4944701898236,41.644153438627164],[-73.49444418981658,41.64417743863266],[-73.49411118972735,41.644495438705206],[-73.49386318965655,41.64465843874495],[-73.49376718962799,41.64470243875665],[-73.49329918947954,41.644759438783225],[-73.49297718938092,41.64485843881308],[-73.49267718929248,41.645008438852045],[-73.49252318924634,41.64507343886973],[-73.4925001892397,41.6450874388732],[-73.49226718917295,41.645236438909755],[-73.49210718912516,41.64530643892859],[-73.49183718904253,41.645390438953825],[-73.49156618895988,41.64547943898005],[-73.49147718893282,41.64551043898899],[-73.49144018892142,41.645520438992165],[-73.49139618890821,41.6455384389971],[-73.49087918875088,41.645714439048305],[-73.49068118871102,41.646126439134505],[-73.49033018861121,41.64636443919217],[-73.49013218854998,41.6464154392086],[-73.49003018851731,41.64642243921337],[-73.48989818846933,41.646335439200946],[-73.48978818842582,41.64620343917912],[-73.4897741884197,41.64617643917436],[-73.48975918839986,41.645923439125966],[-73.48973718839035,41.645883439118975],[-73.48967818837009,41.64586443911727],[-73.4895321883239,41.645884439126],[-73.48945218830032,41.64592443913639],[-73.48933418826807,41.64602643916002],[-73.48929018825508,41.64604843916574],[-73.48910718819766,41.64608143917821],[-73.48860318802863,41.645988439177],[-73.48838318795204,41.64590043916733],[-73.48829418791831,41.64581843915446],[-73.48828018790496,41.64566943912613],[-73.48814818785989,41.645631439123186],[-73.48807518783768,41.645656439130455],[-73.48798718781704,41.64579043915926],[-73.48773918775184,41.64604843921737],[-73.48779018777455,41.64615243923577],[-73.48773118776286,41.64627843926207],[-73.48754218771072,41.64643343929832],[-73.48737218766236,41.64654843932617],[-73.48721818762506,41.64676243937266],[-73.48708018757986,41.646755439375895],[-73.48698518755033,41.64677743938332],[-73.48691118752858,41.64681543939311],[-73.48683818751684,41.64701743943458],[-73.48680918750956,41.647053439442494],[-73.48672918748407,41.6470614394467],[-73.48658218743384,41.647018439443286],[-73.48653118741724,41.647017439444795],[-73.48633318734969,41.64696143944056],[-73.48565318712154,41.646834439438656],[-73.48540418704079,41.64683543944714],[-73.48508918694954,41.64702043949336],[-73.48503818693665,41.64708243950704],[-73.48495018691845,41.64725743954378],[-73.4847971868735,41.64733643956412],[-73.48468718684384,41.6474384395875],[-73.48452418679076,41.64743543959234],[-73.48403518663157,41.64742643960688],[-73.48387218657857,41.647424439611925],[-73.48387418657627,41.647374439602196],[-73.48387618657578,41.64735543959846],[-73.48388118657307,41.647282439584174],[-73.4838871865738,41.647261439579935],[-73.48388918657223,41.647224439572724],[-73.48389418657096,41.64717543956308],[-73.48379418653474,41.64711143955405],[-73.48314918628684,41.64645843944936],[-73.48285618616758,41.646049439380086],[-73.48236518597732,41.64552643929537],[-73.48207218586386,41.64521543924503],[-73.48175018574287,41.64493643920184],[-73.48159618568346,41.644776439176056],[-73.48081318538777,41.644072439066086],[-73.48018318514184,41.6433704389514],[-73.47968518495163,41.642886438874456],[-73.4790261847027,41.64229243878159],[-73.47875518459726,41.641996438733415],[-73.47805218433588,41.641433438648015],[-73.47796418429765,41.641269438619254],[-73.47785418423209,41.64076443852533],[-73.47781218421238,41.640661438506825],[-73.4776341841283,41.64021643842676],[-73.47756118409096,41.63998543838455],[-73.47759718408007,41.639603438309535],[-73.47760418405839,41.63919843823103],[-73.47753118401734,41.63890443817664],[-73.47739918395631,41.638596438121525],[-73.477326183928,41.638518438108875],[-73.47701818382389,41.638447438105395],[-73.47663018367719,41.63809543805027],[-73.47662318367172,41.638041438040084],[-73.4768351837428,41.638080438040554],[-73.47685718374858,41.63805743803538],[-73.47648418361322,41.63781443800084],[-73.47568618330683,41.63701143787218],[-73.47521018311367,41.636356437761435],[-73.47515118308303,41.63616143772572],[-73.4750261830264,41.6358894376773],[-73.47495318298829,41.635645437632576],[-73.47481418292581,41.63535143758038],[-73.47426518268894,41.63435743740652],[-73.47394318256427,41.63401543735113],[-73.47356918242828,41.63376743731563],[-73.473379182354,41.63355343728059],[-73.4732981823162,41.633358437245604],[-73.47294618217168,41.63284543715816],[-73.47252918201393,41.632465437098574],[-73.47236918195583,41.632360437083605],[-73.47214118187607,41.632262437072235],[-73.47183418177222,41.63219043706854],[-73.47151218166749,41.63218643707846],[-73.4714391816427,41.632167437077214],[-73.4712481815718,41.63201643705438],[-73.470736181384,41.63164943700046],[-73.4702311812083,41.63144843697841],[-73.47005518114895,41.63141043697692],[-73.46944718093792,41.631177436952086],[-73.46881818071418,41.63084443690864],[-73.46815118046801,41.6303404368334],[-73.46789518037068,41.63009843679513],[-73.46769818029034,41.62982043674793],[-73.46655617987163,41.62900443662815],[-73.46600717967337,41.628663436580474],[-73.46586817962393,41.6285894365708],[-73.46567817956003,41.62855143656979],[-73.46543617948103,41.62854343657627],[-73.46532717944159,41.62847443656654],[-73.46512917936177,41.62821043652209],[-73.46501217931228,41.6280154364883],[-73.46452917912967,41.62757643641948],[-73.4638621788742,41.626914436313676],[-73.46359917876632,41.62653243624857],[-73.46341617868399,41.62614343617944],[-73.46327717861456,41.62573143610444],[-73.4632621785996,41.62556043607185],[-73.46318117856522,41.62542343604807],[-73.46314517854051,41.625202436006546],[-73.46311517852493,41.62510343598839],[-73.4632011785247,41.62462643589331],[-73.46311417846368,41.62407143578893],[-73.46298317839853,41.62368743571902],[-73.46278917831334,41.62331043565258],[-73.46238717815075,41.62276543556058],[-73.46202817799545,41.62210743544529],[-73.4618971779212,41.62156943534563],[-73.46175717785549,41.62122543528377],[-73.46158117778256,41.620957435237784],[-73.4614051776932,41.62041043513787],[-73.46137617767499,41.620261435110024],[-73.46120817759565,41.619840435034206],[-73.46095917749155,41.6194454349661],[-73.46071017739406,41.61916243491966],[-73.46011717716937,41.61861443483341],[-73.45916617682337,41.6179794347422],[-73.45856617660837,41.61763443469543],[-73.45791517637831,41.61731443465517],[-73.4574471762139,41.61710143462951],[-73.45704517607729,41.616996434622564],[-73.45665017594486,41.616923434621576],[-73.4564591758817,41.61690343462405],[-73.4559181757007,41.616810434624036],[-73.45517917544149,41.616480434584766],[-73.454418175168,41.61602943452283],[-73.45370117491487,41.61568143447935],[-73.452801174589,41.615106434398044],[-73.45255317450382,41.6150264343908],[-73.4521941743815,41.61492743438358],[-73.45179217424256,41.61478243436887],[-73.45157917416532,41.61464443434927],[-73.45141817410126,41.614444434315935],[-73.45116217400236,41.61417543427242],[-73.45095717392824,41.61404643425428],[-73.4500801736197,41.613638434204496],[-73.44961917345115,41.61331643415752],[-73.44944317338302,41.61312943412719],[-73.44935517334562,41.612979434101106],[-73.44916517325706,41.61252243401903],[-73.44903317317085,41.61178643388107],[-73.4490621731601,41.61144443381396],[-73.44921617318546,41.6110274337282],[-73.4496471732901,41.61043043359843],[-73.44979217332369,41.61020243354952],[-73.44988017334506,41.610080433522995],[-73.4502161734283,41.60964343342732],[-73.45064517352911,41.608992433287156],[-73.45116117366668,41.60848643317216],[-73.45203017393962,41.60833443311391],[-73.45283517419581,41.60825043307094],[-73.45400917454401,41.6076964329248],[-73.45492317482076,41.60736143282967],[-73.45558117498966,41.606605432661574],[-73.45610217510266,41.60565543246052],[-73.4567621752761,41.60496543230514],[-73.4573081754175,41.6043594321698],[-73.45776217550588,41.60336043196146],[-73.45804717556791,41.60284443185219],[-73.4582371756089,41.60249443177817],[-73.45813317551995,41.601557431600376],[-73.45642817490318,41.600476431447866],[-73.45570517463082,41.59983443134766],[-73.45490017433205,41.59919543125077],[-73.45452817418469,41.59874243117548],[-73.45438217410458,41.59818643107275],[-73.45476817419308,41.59756343093941],[-73.45573817449717,41.597384430872566],[-73.45574517449339,41.59728143085242],[-73.45590517452017,41.59685543076468],[-73.45592817451757,41.596684430730846],[-73.45581817447547,41.59657543071339],[-73.45498417416471,41.595892430608934],[-73.45464217404134,41.59568143057946],[-73.45462617403555,41.59567143057806],[-73.45430417392323,41.59553743056283],[-73.45388717377564,41.59532843053624],[-73.4533751735978,41.59512843051452],[-73.45242417327319,41.59485443049307],[-73.45193417310377,41.594676430474905],[-73.45152417295716,41.59444543044382],[-73.45069117264256,41.593691430325556],[-73.45028117248643,41.59329843026313],[-73.4500831724053,41.59301143021417],[-73.45002517238845,41.59304443022247],[-73.44985117233784,41.5931434302474],[-73.44979317232095,41.59317643025571],[-73.44939117216465,41.59273643018392],[-73.44926517211354,41.59256243015443],[-73.44851317180843,41.59152342997834],[-73.44772817151701,41.59089842988344],[-73.4475941714703,41.59084342987724],[-73.44684517120935,41.59053742984288],[-73.44654817110583,41.590415429829115],[-73.44599217089205,41.58984742973767],[-73.44506017052142,41.5886864295439],[-73.44471117039173,41.588406429501276],[-73.44394317010635,41.58779042940755],[-73.44285916971145,41.587054429301084],[-73.44170516928907,41.586237429181224],[-73.44122016909836,41.58567042908757],[-73.44046816878163,41.584432428872894],[-73.4399131685666,41.58383742877616],[-73.43927716834327,41.5835474287411],[-73.43906916827021,41.58345242872961],[-73.43756716777597,41.583332428756194],[-73.43704616760455,41.583291428765534],[-73.434913166911,41.58326242883065],[-73.43451816678271,41.58325942884315],[-73.43174416588192,41.58324242893183],[-73.43128616573318,41.58323942894643],[-73.43005016533216,41.58323742898702],[-73.430029165316,41.58307842895693],[-73.43003216530103,41.582807428904374],[-73.43013216531232,41.58244742883138],[-73.43010616528923,41.58219842878404],[-73.43008516527294,41.58203742875358],[-73.43011616527006,41.58181742870996],[-73.43041916536536,41.58176642869006],[-73.4305231653911,41.58163042866027],[-73.43062216541666,41.58151942863551],[-73.43103116552281,41.581068428534664],[-73.43127816558835,41.58082042847845],[-73.43150416564842,41.58059542842741],[-73.43153216565587,41.58056742842106],[-73.43195716576979,41.58016042832819],[-73.43209616580522,41.579996428291835],[-73.4321571658209,41.57992642827627],[-73.43220516582954,41.57980842825183],[-73.43225216583643,41.57966642822277],[-73.4323031658345,41.57935242816031],[-73.43235316583721,41.57912242811412],[-73.43240016584286,41.57895942808102],[-73.43252616587021,41.57872942803231],[-73.43259816588674,41.57861342800747],[-73.43269716590974,41.5784584279742],[-73.43313716601524,41.57782542783706],[-73.4331831660261,41.57775642782218],[-73.43366116614035,41.577062427671976],[-73.4339411662071,41.57665342758352],[-73.43430316629362,41.57612742746969],[-73.4347791664066,41.57542342731763],[-73.43505716647267,41.57501342722903],[-73.43541816655896,41.574489427115616],[-73.43637416678773,41.573106426816175],[-73.43650316681855,41.572919426775684],[-73.43686716690593,41.572397426662576],[-73.43742716703848,41.571562426482345],[-73.43784716713853,41.57094742634934],[-73.43804516718399,41.57062842628101],[-73.43852216730079,41.56998342614031],[-73.43980716760579,41.568082425729635],[-73.4397961675946,41.56795242570483],[-73.439765167575,41.5677904256745],[-73.43973116755588,41.567652425648895],[-73.43966016752314,41.5674874256193],[-73.43958916749278,41.56736242559744],[-73.43952916746838,41.56727842558318],[-73.43946716744381,41.56720242557051],[-73.43945916743728,41.56713542555781],[-73.43973416751805,41.566992425521],[-73.44013516763019,41.56668742544864],[-73.44011916761688,41.56654942542245],[-73.44006516758144,41.56624442536519],[-73.44003616756258,41.56608342533498],[-73.43987016746426,41.56532642519389],[-73.43961416730895,41.564096424964184],[-73.43950716724746,41.563640424879424],[-73.43947916723467,41.56357742486817],[-73.43942616721044,41.56345742484667],[-73.43939216719548,41.56339042483482],[-73.43936216718215,41.563329424824],[-73.43917916710143,41.562965424759575],[-73.4390121670291,41.56265642470527],[-73.4387671669228,41.56219942462489],[-73.43855216683163,41.561834424561326],[-73.43836716675484,41.561548424512075],[-73.43822716669264,41.561262424461326],[-73.4379841665814,41.560710424362476],[-73.43795716656882,41.560645424350795],[-73.43783316651064,41.56033942429563],[-73.43778916648743,41.560187424267646],[-73.43775516646073,41.559920424217054],[-73.43769516640783,41.559351424108854],[-73.43769116640378,41.55930442409988],[-73.4376621663727,41.55893542402937],[-73.43762316634772,41.55872542398999],[-73.43758516632694,41.55858142396335],[-73.43739516623232,41.55801942386082],[-73.43729316618015,41.55769442380125],[-73.43720716613618,41.55742042375104],[-73.43716116611037,41.557235423716726],[-73.43714816610171,41.55715942370243],[-73.43715016610142,41.557143423699266],[-73.43715216609515,41.55702542367634],[-73.43715616608421,41.55681742363593],[-73.4371541660751,41.5566734236081],[-73.4371531660679,41.556556423585484],[-73.43715216606643,41.55653642358165],[-73.43719316606462,41.556279423530505],[-73.43720116606464,41.556235423521706],[-73.43724316606914,41.5560804234903],[-73.4374681661074,41.555489423368364],[-73.43754716612088,41.55528242332566],[-73.43755716612075,41.555225423314276],[-73.43758116612408,41.55514942329878],[-73.43764316612949,41.554899423248294],[-73.4377031661332,41.5546314231944],[-73.43773216612811,41.554384423145585],[-73.43775416611945,41.55411542309274],[-73.43773416609359,41.553785423029495],[-73.43770316606715,41.553506422976476],[-73.43760416600321,41.55296442287477],[-73.43755216596446,41.55259142280424],[-73.43753316594402,41.552348422757795],[-73.43750616592348,41.55214742271974],[-73.43749316590797,41.55195542268299],[-73.43748816589866,41.55182442265777],[-73.43748716589458,41.551760422645415],[-73.43744216585027,41.551254422548894],[-73.43737816581691,41.55103942250936],[-73.43736516580907,41.55097742249777],[-73.4370061656749,41.55067542245118],[-73.43684816561228,41.55048142241882],[-73.43680016559014,41.55036942239872],[-73.43677516557523,41.55025342237707],[-73.43676816556427,41.55010542234864],[-73.43676816556291,41.55008242234418],[-73.43679816555822,41.549836422295535],[-73.43684016555831,41.54960642224958],[-73.43683616554712,41.54943742221697],[-73.43681216553045,41.549286422188516],[-73.43672516548034,41.54891342211914],[-73.43666416543796,41.54852842204657],[-73.43667016542922,41.548346422011114],[-73.43670716542772,41.54811642196533],[-73.43674516542998,41.54794542193095],[-73.43675116542181,41.54777242189722],[-73.43672016540317,41.54762642186998],[-73.43664916536916,41.547439421836096],[-73.43656116532561,41.54718342178941],[-73.43654716531391,41.54706142176624],[-73.43655116530951,41.546964421747326],[-73.43656516530916,41.54688142173077],[-73.43658216531293,41.54685142172439],[-73.43660916531906,41.54680642171478],[-73.43673116535108,41.54667842168594],[-73.43695616541389,41.54650542164498],[-73.4370721654447,41.54638942161866],[-73.43715016546219,41.5462564215903],[-73.43717616546745,41.54620242157899],[-73.43719816547035,41.54613042156431],[-73.43721916546902,41.54599142153668],[-73.43718316545169,41.54589542151928],[-73.43714316543033,41.54575242149289],[-73.43714216542976,41.54574842149214],[-73.4371301654223,41.545687421480736],[-73.43712516541686,41.54562242146831],[-73.43717016541379,41.545321421408495],[-73.43720316540525,41.544993421343854],[-73.43722116540116,41.54482442131051],[-73.43722716539817,41.54474042129404],[-73.43724816538463,41.54439342122611],[-73.43725516538078,41.54428942120575],[-73.43724116537062,41.54419342118759],[-73.43719216533488,41.543855421123745],[-73.43714816530952,41.543666421088574],[-73.43711316529213,41.54356342106978],[-73.4367601651296,41.542744420922766],[-73.4367121651083,41.54264642090536],[-73.43664116507664,41.54249942087926],[-73.43653716503282,41.54232742084936],[-73.43641216498438,41.542192420827355],[-73.43623216491902,41.54207342081027],[-73.43615416488986,41.54200742080005],[-73.43609616486752,41.54194742079035],[-73.43601616483555,41.54184442077303],[-73.43599016482466,41.541802420765755],[-73.43591116478895,41.54163042073504],[-73.43589316477983,41.54157442072479],[-73.43570416467595,41.540848420590386],[-73.43563016463928,41.540632420550985],[-73.43561516463177,41.54058742054275],[-73.43557516461017,41.54044042051558],[-73.43546616453428,41.539749420385306],[-73.43545016452136,41.53961742036026],[-73.43544616451503,41.539531420343735],[-73.43545516450625,41.539332420304866],[-73.43550516450094,41.53896542023208],[-73.4355281645013,41.53884442020788],[-73.43556916450468,41.53867542017378],[-73.43558516450703,41.53862742016395],[-73.43560616451134,41.53858442015492],[-73.4356581645239,41.53851142013906],[-73.43570616453673,41.53846442012835],[-73.435951164605,41.53827442008343],[-73.43619416467348,41.538098420041266],[-73.43631216470622,41.53800442001915],[-73.43635616471802,41.537962420009556],[-73.43638716472537,41.53791641999961],[-73.4364291647336,41.537824419980396],[-73.43645016473553,41.5377414199636],[-73.4364611647323,41.537625419940774],[-73.43645616472521,41.53753241992291],[-73.43642816470252,41.53730041987888],[-73.43637816467184,41.537053419832674],[-73.4363451646548,41.53694541981284],[-73.4363011646336,41.536827419791436],[-73.43624916460993,41.53671141977066],[-73.43615916457048,41.53653641973973],[-73.4360481645243,41.5363624197097],[-73.43597816449572,41.53626241969265],[-73.43577616441023,41.53592141963324],[-73.43571316438288,41.53580341961245],[-73.43560416433557,41.53559941957653],[-73.43530616420189,41.534967419463925],[-73.43501316406665,41.53428141934069],[-73.43495716404158,41.53416341931967],[-73.43473516397269,41.53421641933729],[-73.43471016396495,41.53422241933927],[-73.43446416388906,41.53428841936021],[-73.43409316377617,41.53441441939691],[-73.43398316374208,41.5344414194058],[-73.4339301637257,41.53445541941026],[-73.43379616368345,41.53447541941856],[-73.43373316366296,41.534474419420455],[-73.43362316362611,41.53445441942023],[-73.43354616359944,41.534425419417154],[-73.43348916357921,41.53439541941322],[-73.43343016355773,41.53435541940743],[-73.43337716353798,41.534311419400666],[-73.4333131635133,41.53424441938979],[-73.43328016350026,41.534204419383144],[-73.43319316346576,41.53409741936529],[-73.4331261634397,41.53402341935316],[-73.43304616341011,41.53396141934379],[-73.43288716335289,41.53386441933026],[-73.43281216332647,41.533828419325765],[-73.4327351632998,41.533799419322705],[-73.43258516324886,41.53376041932011],[-73.43249316321817,41.53374541932023],[-73.43220416312377,41.533733419327476],[-73.43196316304608,41.53374141933701],[-73.43180616299618,41.53375841934549],[-73.43178016298799,41.53376241934714],[-73.43158816292818,41.53380441936164],[-73.4315101629047,41.53383541937023],[-73.43130916284677,41.533958419400726],[-73.43125416283081,41.53399041940874],[-73.43118416281062,41.5340334194194],[-73.43109416278485,41.534091419433615],[-73.43109116278394,41.53409241943391],[-73.43103316276672,41.53411941944106],[-73.43086516271677,41.53419641946156],[-73.43078616269284,41.534225419469784],[-73.43062216264242,41.534272419484324],[-73.43018016250375,41.534351419514266],[-73.4301541624956,41.5343564195161],[-73.43005316246357,41.53436841952176],[-73.42988816241142,41.53439141953169],[-73.42857016199136,41.53451541959934],[-73.42820916187529,41.5345324196146],[-73.42802516181581,41.53453541962127],[-73.4276991617094,41.53452341962974],[-73.4275251616518,41.534503419631605],[-73.42744116162405,41.53449441963265],[-73.42709416150785,41.53443141963192],[-73.42665716135976,41.53432241962526],[-73.42647116129635,41.53426941962116],[-73.42591316110627,41.53411341960938],[-73.42572816104324,41.53406141960543],[-73.425593160996,41.53400241959847],[-73.42556716098693,41.53399141959719],[-73.42523616086959,41.533820419575],[-73.42520316085782,41.533802419572616],[-73.42507616081248,41.533731419563054],[-73.42471516071502,41.53406541963974],[-73.42470616071252,41.53407241964139],[-73.423742160447,41.53487541982892],[-73.42353616038889,41.53502341986444],[-73.42350616038051,41.535046419869886],[-73.42313216027543,41.535322419935746]]]},"properties":{"name":2534,"geoid":"09005253400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.15149509701392,41.95973451077024],[-73.15147509701139,41.95980151078376],[-73.1469980964772,41.97538851392244],[-73.14692509647122,41.975688513982405],[-73.14671509644468,41.976394514124785],[-73.14660809643094,41.97675051419662],[-73.14653709642239,41.97699651424615],[-73.14492909622214,41.982451515345645],[-73.14456809617785,41.983687515594646],[-73.14348709604567,41.987395516341515],[-73.14312709600179,41.988632516590656],[-73.14223109589989,41.991834517234295],[-73.14210109588497,41.99229651732718],[-73.13980709562391,42.000490518974104],[-73.13897209551715,42.00327451953543],[-73.13883709549998,42.00372651962653],[-73.1378850953795,42.006921520270474],[-73.13774109535895,42.007365520360345],[-73.13772809535715,42.00740652036863],[-73.13733609530655,42.008705520630585],[-73.1372020952895,42.00915352072089],[-73.13651409519774,42.01138352117106],[-73.13642209518565,42.011684521231786],[-73.13486709499732,42.01704452231045],[-73.13453409495158,42.01810152252402],[-73.13383409485579,42.0203285229739],[-73.13348709481141,42.02148552320708],[-73.13338509479809,42.02182052327466],[-73.13203009462244,42.026295524176895],[-73.13185609460001,42.02687252429319],[-73.13157909456412,42.02778752447766],[-73.13107309450008,42.0294845248195],[-73.13001109436603,42.033052525538146],[-73.12953909430249,42.03457152584473],[-73.12901509423229,42.03626352618616],[-73.12900109423025,42.03630552619468],[-73.12896109422485,42.03643452622071],[-73.12894909422351,42.03647752622934],[-73.12860509417767,42.037592526454276],[-73.12837709414748,42.03833452660395],[-73.12758709404517,42.04094452712997],[-73.12725009400181,42.042062527355235],[-73.1257910935243,42.04203152739753],[-73.12455309311913,42.042005527433446],[-73.12141709208943,42.04188352751372],[-73.12022709169872,42.041837527544246],[-73.11996009161172,42.04183852755326],[-73.11973409153822,42.04184152756129],[-73.1177600908924,42.041804527619455],[-73.11675509056296,42.0417745276469],[-73.10714208741173,42.04148952790984],[-73.10393808636141,42.04139452799744],[-73.10320108611982,42.04137252801756],[-73.10209608575755,42.04133952804773],[-73.10099008539497,42.04130652807791],[-73.10025408515368,42.041284528098004],[-73.09634808387318,42.04116852820472],[-73.09551508360002,42.04114252822723],[-73.09345808292564,42.04108052828324],[-73.0870560808267,42.0408885284577],[-73.0812980789381,42.04070252861201],[-73.07656007738402,42.04054952873897],[-73.07644507734634,42.04054652874217],[-73.07440907667701,42.04045552879188],[-73.06795707455602,42.0401685289496],[-73.0676640744597,42.04015552895677],[-73.06580507385188,42.04012852901287],[-73.06383407320735,42.04009852907207],[-73.05940407175883,42.04003352920561],[-73.05792207127323,42.039994529246954],[-73.05595207062781,42.039944529302275],[-73.05579007057467,42.03993952930664],[-73.05530707041646,42.039927529320266],[-73.05514607036373,42.039923529324795],[-73.05333006976882,42.039878529376],[-73.05325506974384,42.03986952937674],[-73.05298906965527,42.03983852937956],[-73.05272406956712,42.03980952938273],[-73.05203806933872,42.039730529390205],[-73.05000806867407,42.03968652944863],[-73.04896306833203,42.039665529479024],[-73.04887006830158,42.03966352948169],[-73.04827806810776,42.03965052949871],[-73.04622606743594,42.03960652955784],[-73.04554206721203,42.039592529577675],[-73.04539806716484,42.03958852958166],[-73.04428806679994,42.0395395296088],[-73.04085606567591,42.039459529706484],[-73.03689106437727,42.03936652981917],[-73.03684406436193,42.03936652982071],[-73.03671306431903,42.03936352982445],[-73.0361430641323,42.03934952984053],[-73.03295806308905,42.039273529930774],[-73.03006406214115,42.03920553001298],[-73.02470706038983,42.0391355301758],[-73.02340505996418,42.03911853021537],[-73.02022105892325,42.03907753031223],[-73.01834505830897,42.03903653036605],[-73.01271905646666,42.03891353052746],[-73.01133405601314,42.038883530567254],[-73.01107905592986,42.038881530575246],[-73.01084405585308,42.038879530582584],[-73.01042405571587,42.03887553059563],[-73.00916505530462,42.03886553063511],[-73.00874605516776,42.03886253064831],[-73.00956305527562,42.036180530107465],[-73.01149205552963,42.029836528828156],[-73.01206905560583,42.02794252844614],[-73.01973105661621,42.00275752336527],[-73.02054005672319,42.00010252282941],[-73.0215500568115,41.99602152201338],[-73.02217305689909,41.994064521617474],[-73.0222730569088,41.99367652153975],[-73.02228905691047,41.993616521527706],[-73.02229405691091,41.99359652152371],[-73.02230505691219,41.99355752151587],[-73.02234105691568,41.99341752148783],[-73.02235605691695,41.993356521475626],[-73.02237705691914,41.99327752145978],[-73.02264305694511,41.99224852125362],[-73.02308705698863,41.990533520910006],[-73.02344705702527,41.9891655206357],[-73.02371905705338,41.9881395204299],[-73.02488205717844,41.98383451956562],[-73.02837405755477,41.97091851697199],[-73.02953805768036,41.96661451610753],[-73.02975305774943,41.966597516097195],[-73.02986305778482,41.96658951609205],[-73.03015105787804,41.966578516080475],[-73.03038505795385,41.96657051607126],[-73.03040205795932,41.96656951607051],[-73.03061905802957,41.966561516061844],[-73.03074105806881,41.96655251605612],[-73.03075405807304,41.96655251605568],[-73.03087305811144,41.96654551605043],[-73.03110905818741,41.96652951603961],[-73.03123205822709,41.966522516034225],[-73.03179005840643,41.966479516007645],[-73.03346605894515,41.966351515928004],[-73.03402505912489,41.9663095159016],[-73.03515605948796,41.96621551584639],[-73.03855206057831,41.96593551568106],[-73.0396840609418,41.96584251562601],[-73.04068906126464,41.96576251557763],[-73.04370706223416,41.965523515432565],[-73.04452706249765,41.96545951539334],[-73.04460506252272,41.96545351538962],[-73.04471406255779,41.965445515384495],[-73.04498106264349,41.965423515371505],[-73.04527806273889,41.96539951535713],[-73.04562106284904,41.965371515340486],[-73.04834406372358,41.96515251520893],[-73.04925206401526,41.96508051516527],[-73.04948006408841,41.96506151515412],[-73.05016606430888,41.965008515121404],[-73.05039506438247,41.964990515110415],[-73.05320306528475,41.96477251497624],[-73.06162706799178,41.96412251457445],[-73.06423906883114,41.96392151444995],[-73.06443606889493,41.96391451444214],[-73.06450206891621,41.96391051443918],[-73.06470006898019,41.96390151443094],[-73.06476706900185,41.963898514428166],[-73.06594006938094,41.9638445143792],[-73.06912107040903,41.96369951424672],[-73.06945907051805,41.96368051423194],[-73.07063207089648,41.96361551418088],[-73.07179907127424,41.96357251413423],[-73.07239707146788,41.963551514110506],[-73.0753030724086,41.96344551399452],[-73.07647107278676,41.96340351394803],[-73.07908907363121,41.963256513833635],[-73.08337907501499,41.96301651364632],[-73.08608407588747,41.96286451352809],[-73.08694307616447,41.9628155134904],[-73.08956107700894,41.962669513376156],[-73.09001607715525,41.96263651335483],[-73.09138107759443,41.962541513291654],[-73.09183707774119,41.96251051327067],[-73.09399007843984,41.96246151319035],[-73.1004510805366,41.962317512949866],[-73.10260508123562,41.96226951286967],[-73.10273408127695,41.96225751286311],[-73.10306908138438,41.96222851284651],[-73.10312408140196,41.96222251284355],[-73.10325408144367,41.96221151283714],[-73.10348608151861,41.96220051282738],[-73.1038810816462,41.96218151281073],[-73.10576608225506,41.962091512731334],[-73.10639408245797,41.96206251270507],[-73.10822508304923,41.96197251262744],[-73.11372108482405,41.96170351239463],[-73.11555308541568,41.96161451231715],[-73.11652008572773,41.96156351227546],[-73.11680108581847,41.96154951226352],[-73.11942408666495,41.961412512150716],[-73.12039308697771,41.96136251210916],[-73.12044708699489,41.961355512106046],[-73.12060908704666,41.961338512097434],[-73.12066408706423,41.961332512094465],[-73.12089408713828,41.961317512084015],[-73.1215840873606,41.961275512053184],[-73.12181508743504,41.96126151204288],[-73.12473808837073,41.96098051189254],[-73.12570208868208,41.96093451185192],[-73.1267750890287,41.960884511806924],[-73.12912908978912,41.960774511708145],[-73.1373950924592,41.96038751136109],[-73.14129309371832,41.9602055111975],[-73.14333309437727,41.96011051111193],[-73.14669309546275,41.95995651097143],[-73.1494540963546,41.95982851085569],[-73.15149509701392,41.95973451077024]]]},"properties":{"name":2931,"geoid":"09005293100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.41013017098652,41.78829446923733],[-73.40970117089073,41.78902846939295],[-73.40865017064394,41.79062246973486],[-73.40769517042558,41.79217047006472],[-73.40724017030828,41.79268447017881],[-73.40659517012907,41.79319547029867],[-73.40534416976652,41.793935470482786],[-73.40494216965239,41.794213470549685],[-73.40439316949947,41.79464247065057],[-73.40342716923048,41.79539847082827],[-73.4024231689571,41.79628847103304],[-73.40145616869371,41.79714447123],[-73.39958216818157,41.79877447160619],[-73.39940316813706,41.79900447165642],[-73.39896216802732,41.79956947177986],[-73.39846316790995,41.80032347194163],[-73.39810816782638,41.80085847205643],[-73.39771716772742,41.8013314721605],[-73.3970171675503,41.80217947234704],[-73.39582816724658,41.80357047265437],[-73.39487416702495,41.80505847297254],[-73.39418616683945,41.805699473118814],[-73.39392716676981,41.805944473174584],[-73.39377316672524,41.80603647319744],[-73.39250716637261,41.80702647343011],[-73.39176116615664,41.80747247354079],[-73.39112516595058,41.807483473564055],[-73.39067116579382,41.807328473549326],[-73.39055116575207,41.80728247354446],[-73.3899931655581,41.80707047352223],[-73.38948916539388,41.80706347353765],[-73.38870416514703,41.80720347359071],[-73.38796116492617,41.80755047368223],[-73.38671116455424,41.808128473835055],[-73.386448164476,41.8082504738673],[-73.38555916421868,41.80878247399926],[-73.3848621640211,41.80927047411637],[-73.38455616393423,41.809482474167375],[-73.3844861639144,41.80953147417914],[-73.38365016368765,41.81028847435263],[-73.3831561635524,41.81071447445105],[-73.38194416321008,41.811583474658626],[-73.38111816297511,41.81214747479465],[-73.38040016276234,41.81249447488532],[-73.38005516265876,41.8126384749245],[-73.37989516261256,41.8127364749487],[-73.37939916246168,41.81291047499868],[-73.3776621619333,41.813520475173824],[-73.3774141618626,41.813687475214245],[-73.37711616177786,41.81389147526341],[-73.3768481617043,41.8141194753162],[-73.37662916164422,41.81430647535947],[-73.37634016156501,41.81455447541682],[-73.3760001614748,41.81489647549394],[-73.3757981614213,41.81510147554011],[-73.37500116120995,41.81590447572115],[-73.37499616120857,41.81590847572208],[-73.37461016110295,41.8162424757992],[-73.37395916092615,41.816828475933626],[-73.37357616085792,41.81777547612861],[-73.37330216082637,41.818743476323995],[-73.3730741608005,41.81955547648785],[-73.37294416077394,41.819819476542975],[-73.37277016073834,41.82017247661668],[-73.37267516071911,41.82036847665757],[-73.37221816059942,41.820854476766286],[-73.37212316057455,41.82095547678888],[-73.37201916054774,41.821073476815045],[-73.37176116048153,41.821370476880766],[-73.37161016044271,41.82154347691909],[-73.37159916046501,41.82197847700315],[-73.3715991604666,41.82200547700835],[-73.37172316052748,41.822351477070804],[-73.37189616061207,41.822828477156825],[-73.37274016096241,41.82410647737468],[-73.3727591609703,41.82413547737963],[-73.37360316128714,41.82484947748893],[-73.373869161387,41.82507447752338],[-73.37456816162238,41.82521147752648],[-73.37460216163386,41.825218477526704],[-73.37500116176302,41.8252094775117],[-73.37522916183589,41.82518847750008],[-73.3754881619188,41.82516647748724],[-73.37606316209353,41.82496147742866],[-73.3767301623039,41.824852477385505],[-73.37715016244853,41.82498847739769],[-73.37778116266585,41.82519347741616],[-73.37779616267102,41.82519847741661],[-73.37863816297222,41.82566047747749],[-73.37928416321209,41.82616247755258],[-73.37990916344411,41.8266474776251],[-73.3811461639134,41.82777647780115],[-73.38295016457174,41.828984477973506],[-73.38344216476517,41.82954747806546],[-73.3839331649583,41.830110478157415],[-73.38411716507028,41.830987478320004],[-73.38405416505807,41.831126478348835],[-73.38384816501812,41.83158047844304],[-73.3836811649859,41.831951478519954],[-73.3836181649709,41.83204347853975],[-73.38306316483835,41.832848478713075],[-73.38279516477448,41.833239478797196],[-73.38277916477037,41.83325747880121],[-73.38227416463985,41.83382347892689],[-73.38155716444395,41.83444847907098],[-73.38062916419031,41.83525647925728],[-73.38043116413621,41.83542947929714],[-73.37862916362343,41.836657479593306],[-73.37794216345439,41.83757047979178],[-73.3776201633994,41.83840547996311],[-73.3777131634726,41.839127480098874],[-73.37760716346408,41.83956348018624],[-73.37693916329212,41.84032348035465],[-73.3763831631552,41.84106048051489],[-73.37602816310958,41.842233480752306],[-73.37591716309545,41.84260248082696],[-73.37494716286724,41.84406748114098],[-73.37467716280575,41.84450948123498],[-73.37455616278147,41.844762481287646],[-73.37438416274674,41.845118481361844],[-73.37418216270612,41.84553948144952],[-73.37400116268877,41.846236481589585],[-73.37390316267975,41.84662048166668],[-73.37378616266861,41.8470724817575],[-73.37378616266878,41.847075481758075],[-73.3740391628082,41.84803548193424],[-73.3742821629065,41.84835948198847],[-73.37456316302014,41.848733482051024],[-73.3748131631213,41.84906748210693],[-73.37513716324963,41.84945348217039],[-73.37542316336288,41.84979348222624],[-73.37575116350067,41.850316482315876],[-73.37576516354744,41.85102548245174],[-73.37565216352755,41.85130848250993],[-73.3755721635135,41.85150948255122],[-73.3752581634327,41.85186748263051],[-73.37500116336676,41.85216348269598],[-73.37469116327692,41.85234748274168],[-73.37454716323546,41.85243748276378],[-73.37430316316511,41.852588482800925],[-73.3740381631068,41.853056482899724],[-73.3739391630851,41.85323248293687],[-73.37373916308175,41.8542684831427],[-73.37391816321158,41.85547148336803],[-73.37395516323798,41.85571248341313],[-73.37413716333003,41.85626448351321],[-73.37439016345792,41.85703048365204],[-73.374443163491,41.857296483701404],[-73.37460616359255,41.858111483852674],[-73.37452916362622,41.859097484044774],[-73.37432816360555,41.85984748419565],[-73.37402816354164,41.86041248431424],[-73.37389016351224,41.86067248436881],[-73.37350116342633,41.86135348451268],[-73.37330816338358,41.86168948458367],[-73.37267416321843,41.86237848473723],[-73.37227216311386,41.862817484835],[-73.37178016299026,41.86342848496882],[-73.37132316287523,41.863992485092446],[-73.37115116283194,41.86420448513893],[-73.37045816264464,41.864843485284815],[-73.36986616246841,41.86511748535719],[-73.36945616234652,41.865309485407735],[-73.36929416230534,41.86550248545023],[-73.36912916227396,41.8658764855276],[-73.36915316229421,41.86608548556698],[-73.36920016233344,41.866487485642686],[-73.3692401623751,41.8669684857338],[-73.3690511623491,41.867563485854454],[-73.36875016227395,41.86794548593789],[-73.36864716224834,41.86807748596668],[-73.3682921621511,41.868383486037324],[-73.36708316178239,41.868794486156546],[-73.36560216131033,41.86895548623679],[-73.36448116092704,41.86864148621374],[-73.36404416078992,41.868725486244436],[-73.36368516070151,41.86920148634786],[-73.36364716071203,41.869585486422935],[-73.36359016072929,41.870186486540334],[-73.36382516088763,41.87156148679677],[-73.36383216089253,41.871605486804995],[-73.3638421608968,41.87162248680794],[-73.36394216093922,41.871788486836515],[-73.36397616095361,41.87184448684613],[-73.36426516107625,41.87232548692897],[-73.36495716138933,41.873802487189764],[-73.36519416150313,41.874418487300254],[-73.36542216161244,41.875008487406035],[-73.36524016161124,41.87598148759906],[-73.36523416161513,41.8760794876181],[-73.36518516165134,41.87695448778786],[-73.36507816172013,41.878692488125395],[-73.36513216179436,41.879643488306336],[-73.36524016186557,41.880248488418985],[-73.3656211620423,41.88113448857653],[-73.36577916213267,41.88178848869692],[-73.36581716215464,41.88194948872659],[-73.36582116222094,41.88303948893587],[-73.36538516215334,41.8842844891896],[-73.3644281618702,41.884756489312124],[-73.36295216142902,41.885409489486726],[-73.36207716115753,41.88562948955813],[-73.36114216086138,41.88576348961499],[-73.36045816064473,41.885861489656584],[-73.36036316061639,41.885904489668],[-73.35939016032675,41.88635548978704],[-73.35869016012906,41.88685848990696],[-73.35841016005001,41.8870604899551],[-73.35805815996152,41.88749649005058],[-73.35779215991623,41.88818849019237],[-73.35779415997597,41.88917949038268],[-73.35779415998324,41.8893014904061],[-73.35795916008682,41.89013849056141],[-73.35854916034977,41.891329490770545],[-73.35872016044009,41.89191149087665],[-73.35864816046086,41.89265249102139],[-73.35861516047082,41.89299949108913],[-73.3586721605738,41.894415491359226],[-73.35886516069344,41.895368491535834],[-73.3591901608368,41.89599949164621],[-73.3600451611475,41.89654549172261],[-73.36065216137587,41.89706349180187],[-73.36109016158237,41.89813649199336],[-73.36106716162881,41.89904049216776],[-73.36012716145368,41.90123049261963],[-73.35969316138265,41.90240649285992],[-73.3596921613827,41.90241249286111],[-73.35964116141413,41.90321749301738],[-73.35992316155082,41.903970493152585],[-73.36016416166777,41.904616493268605],[-73.36049616185427,41.90593149351007],[-73.36058716190536,41.90629149357615],[-73.36051216192377,41.90700849371632],[-73.3604841619313,41.90728749377082],[-73.36066516207477,41.90870449403686],[-73.36100716225833,41.90991549425799],[-73.36105316229163,41.91022249431539],[-73.36121516240885,41.91130349451753],[-73.36127216244998,41.91168149458821],[-73.36121916248212,41.91250849474876],[-73.3611671625154,41.913349494911934],[-73.3608691624971,41.91466649517469],[-73.36082116252159,41.915338495305285],[-73.36087416258458,41.91610449545056],[-73.36088916260196,41.9163134954902],[-73.36105916271627,41.91730149567419],[-73.36110316274599,41.91755949572225],[-73.36110516274718,41.91756849572389],[-73.36161016294675,41.91815849582033],[-73.36170816298542,41.91827249583895],[-73.36178016301406,41.91835949585327],[-73.361596162954,41.9183564958588],[-73.36158516295036,41.91835549585898],[-73.361412162894,41.91835449586455],[-73.36100116275988,41.91834749587691],[-73.36080716269663,41.918345495882996],[-73.36036516255221,41.918335495895775],[-73.35904216212,41.918306495934296],[-73.358601161976,41.918297495947265],[-73.35787816173956,41.91827749596751],[-73.35571016103067,41.91821949602859],[-73.3549881607946,41.91820049604898],[-73.35253615999821,41.91822449613527],[-73.34518015760888,41.918295496393846],[-73.34272915681282,41.91832049648024],[-73.34270015680329,41.91831849648081],[-73.34261615677576,41.91831549648303],[-73.34258815676665,41.91831549648396],[-73.34236815669423,41.9183014964886],[-73.34171015647762,41.91825949650244],[-73.34149115640557,41.918246496507244],[-73.34141115637918,41.91824049650875],[-73.34117315630073,41.918223496513406],[-73.34109415627472,41.91821849651508],[-73.33488815424322,41.91801649668283],[-73.31818914877688,41.917476497134636],[-73.31627314814962,41.91741349718623],[-73.31581214799876,41.91739949719888],[-73.31099214642087,41.91724349732916],[-73.3100681461184,41.917213497354105],[-73.3097341460092,41.91720549736368],[-73.30882614571242,41.91718349738962],[-73.30867314566244,41.91718049739415],[-73.3075731453029,41.917154497425706],[-73.3062991448865,41.9171244974623],[-73.30510314449559,41.91709649749666],[-73.30386214408999,41.9170674975323],[-73.30230714358191,41.917033497577464],[-73.29852314234556,41.91695249768763],[-73.29764414205837,41.916933497713174],[-73.29609014155065,41.916900497758455],[-73.29182114015575,41.91680749788238],[-73.2908571398408,41.91678749791055],[-73.29038813968756,41.9167774979242],[-73.28968113945656,41.9167624979448],[-73.28172713685761,41.91659149817604],[-73.2790141359711,41.91653249825476],[-73.27474613457653,41.91644149837892],[-73.27452113450293,41.91643549838523],[-73.27384613428222,41.91641849840435],[-73.27362213420902,41.91641349841083],[-73.27342913414597,41.91640949841646],[-73.27285213395751,41.916398498433495],[-73.27266013389483,41.916395498439314],[-73.27222113375129,41.91638449845175],[-73.27090413332078,41.91635349848949],[-73.2704651331773,41.91634349850214],[-73.2701361330698,41.91633649851171],[-73.26915013274768,41.91631649854058],[-73.26882213264058,41.91631049855029],[-73.26766613226287,41.91628649858404],[-73.2641981311299,41.91621649868562],[-73.26304213075227,41.916193498719544],[-73.26385713084103,41.913224498122325],[-73.26500013096576,41.909063497285224],[-73.2655281310232,41.90713849689797],[-73.26563213103465,41.90676149682209],[-73.26630213110761,41.904319496330785],[-73.26711813119682,41.901351495733564],[-73.2671221311913,41.90123649571133],[-73.26713613117553,41.90089449564517],[-73.26714213117073,41.90078049562305],[-73.26720313117738,41.90055849557839],[-73.26738813119815,41.899894495444684],[-73.2674501312052,41.89967349540018],[-73.2676011312361,41.89936649533619],[-73.26805513132925,41.89844749514457],[-73.26820713136054,41.89814149508075],[-73.26884513143405,41.89588349462574],[-73.27075913165456,41.88910849326044],[-73.27139813172846,41.88685149280552],[-73.2715441317457,41.88634149270264],[-73.27184713178147,41.88528349248927],[-73.27319513194087,41.880579491540466],[-73.27364513199426,41.879012491224344],[-73.2742821320668,41.8767424907669],[-73.27511613216174,41.8737694901677],[-73.27555713220868,41.8721424898403],[-73.28116213280761,41.85149648568427],[-73.28303113300768,41.84461548429866],[-73.28316713302401,41.84414448420354],[-73.28357813307389,41.84273048391789],[-73.28371613309093,41.84226048382289],[-73.28417313314343,41.840637483495485],[-73.28554413330083,41.835768482513195],[-73.28600113335334,41.83414548218573],[-73.28637213338965,41.83272148189941],[-73.28682813343435,41.830972481547725],[-73.28748513349865,41.82845048104059],[-73.28785713353535,41.82702748075439],[-73.2885911336121,41.82429248020365],[-73.28862513361577,41.82416748017847],[-73.2886961336232,41.823903480125296],[-73.29002613376248,41.81895047912782],[-73.29079413384281,41.816088478551414],[-73.29131513389764,41.814152478161425],[-73.29152913392,41.81335447800068],[-73.29160713393132,41.81311747795247],[-73.29184013396502,41.81240647780787],[-73.29191913397675,41.812170477759814],[-73.29197713398324,41.81196147771765],[-73.29203513398966,41.8117514776753],[-73.2920411339902,41.81172747767048],[-73.29228313401723,41.81085447749437],[-73.29240813403094,41.810399477402626],[-73.29253013404447,41.809957477313475],[-73.29260113405317,41.809714477264336],[-73.29281113407984,41.80901147712201],[-73.29281713408044,41.808988477117396],[-73.29289013408992,41.80874747706855],[-73.2929221340935,41.80863247704535],[-73.29303813410667,41.808217476961616],[-73.29348213415696,41.806627476640735],[-73.2936311341741,41.806098476533926],[-73.29406713422115,41.804497476211175],[-73.29493113431484,41.80133247557305],[-73.29537613436274,41.79969647524322],[-73.2958131344102,41.7980964749206],[-73.29583413441354,41.79803747490854],[-73.29589913442413,41.7978594748721],[-73.29592113442786,41.7978014748602],[-73.2962561344463,41.79627147455441],[-73.29890513475138,41.78686647265493],[-73.29907713477176,41.786265472533465],[-73.29917013478213,41.78592947246563],[-73.29922613479035,41.78576047243123],[-73.29928013479844,41.78560047239861],[-73.2993171348033,41.785479472374085],[-73.29940113480988,41.785128472303676],[-73.29957513482825,41.784482472173444],[-73.29964613484515,41.78437747215085],[-73.29975213485613,41.783980472070866],[-73.30007213488987,41.78279147183117],[-73.30017913490124,41.78239547175134],[-73.30025913489976,41.78193047165909],[-73.30014913484952,41.781685471615525],[-73.30012613483898,41.78163347160626],[-73.30031513487684,41.78123447152313],[-73.30088913499186,41.780023471270766],[-73.30105113502425,41.77968047119932],[-73.30136813508783,41.77901247106011],[-73.3017931352262,41.7790164710468],[-73.30307213564268,41.779028471006754],[-73.30349813578145,41.77903347099361],[-73.30708813695364,41.779121470891674],[-73.3178581404701,41.77938547058575],[-73.321386141622,41.7794724704856],[-73.32144914164255,41.779473470483694],[-73.32153314167019,41.779479470482094],[-73.321787141754,41.77950047047771],[-73.32187214178204,41.77950747047624],[-73.32423014255143,41.77955747040771],[-73.3313041448598,41.77971047020268],[-73.33366214562929,41.77976247013449],[-73.33575214631207,41.77982147007656],[-73.34202514836149,41.77999946990277],[-73.34231414845594,41.78000846989492],[-73.34411714904496,41.780059469844936],[-73.34621714972987,41.78009946978296],[-73.3472091500534,41.7801184697537],[-73.3472511500651,41.780085469745956],[-73.34735615010088,41.78011346974786],[-73.34739215011318,41.78012346974859],[-73.35254015179206,41.780220469596436],[-73.35464615247888,41.78026046953424],[-73.35541115272976,41.78029846951616],[-73.35770815348303,41.78041246946187],[-73.35847415373425,41.780450469443764],[-73.36112215459708,41.780488469363156],[-73.36906615718554,41.78060246912131],[-73.3717141580484,41.78064146904085],[-73.37443915894309,41.78079546897998],[-73.37475215904513,41.780800468970554],[-73.38387916202083,41.78096446869883],[-73.38692216301297,41.78101946860828],[-73.38914116373577,41.78104846854008],[-73.39580116590514,41.781135468335364],[-73.39802116662823,41.781164468267114],[-73.40090516756851,41.781217468181396],[-73.40955917038994,41.78137646792406],[-73.4124441713305,41.78142946783827],[-73.41276817143591,41.78143146782788],[-73.41374017175227,41.78144046779725],[-73.41406517185806,41.78144346778701],[-73.41413217187983,41.78144346778478],[-73.41433517194585,41.781444467778215],[-73.414403171968,41.781445467776145],[-73.41462117203918,41.781451467770054],[-73.41483817211005,41.78145746776397],[-73.4138811718856,41.78291346807623],[-73.4134951718004,41.783590468219465],[-73.41331917176157,41.78389946828483],[-73.41282117165835,41.78488546849129],[-73.41164117137654,41.786595468859865],[-73.41078717115087,41.78746746905621],[-73.41036117103829,41.787902469154155],[-73.41013017098652,41.78829446923733]]]},"properties":{"name":2632,"geoid":"09005263200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.29856513417806,41.779036471157525],[-73.2991251343598,41.77903147113802],[-73.30030613474312,41.779021471096996],[-73.3008071349057,41.77901647107945],[-73.30136813508783,41.77901247106011],[-73.30105113502425,41.77968047119932],[-73.30088913499186,41.780023471270766],[-73.30031513487684,41.78123447152313],[-73.30012613483898,41.78163347160626],[-73.30014913484952,41.781685471615525],[-73.30025913489976,41.78193047165909],[-73.30017913490124,41.78239547175134],[-73.30007213488987,41.78279147183117],[-73.29975213485613,41.783980472070866],[-73.29964613484515,41.78437747215085],[-73.29957513482825,41.784482472173444],[-73.29940113480988,41.785128472303676],[-73.2993171348033,41.785479472374085],[-73.29928013479844,41.78560047239861],[-73.29922613479035,41.78576047243123],[-73.29917013478213,41.78592947246563],[-73.29907713477176,41.786265472533465],[-73.29890513475138,41.78686647265493],[-73.2962561344463,41.79627147455441],[-73.29592113442786,41.7978014748602],[-73.29589913442413,41.7978594748721],[-73.29583413441354,41.79803747490854],[-73.2958131344102,41.7980964749206],[-73.29537613436274,41.79969647524322],[-73.29493113431484,41.80133247557305],[-73.29406713422115,41.804497476211175],[-73.2936311341741,41.806098476533926],[-73.29348213415696,41.806627476640735],[-73.29303813410667,41.808217476961616],[-73.2929221340935,41.80863247704535],[-73.29289013408992,41.80874747706855],[-73.29281713408044,41.808988477117396],[-73.29281113407984,41.80901147712201],[-73.29260113405317,41.809714477264336],[-73.29253013404447,41.809957477313475],[-73.29240813403094,41.810399477402626],[-73.29228313401723,41.81085447749437],[-73.2920411339902,41.81172747767048],[-73.29203513398966,41.8117514776753],[-73.29197713398324,41.81196147771765],[-73.29191913397675,41.812170477759814],[-73.29184013396502,41.81240647780787],[-73.29160713393132,41.81311747795247],[-73.29152913392,41.81335447800068],[-73.29131513389764,41.814152478161425],[-73.29079413384281,41.816088478551414],[-73.29002613376248,41.81895047912782],[-73.2886961336232,41.823903480125296],[-73.28862513361577,41.82416748017847],[-73.2885911336121,41.82429248020365],[-73.28785713353535,41.82702748075439],[-73.28748513349865,41.82845048104059],[-73.28682813343435,41.830972481547725],[-73.28637213338965,41.83272148189941],[-73.28600113335334,41.83414548218573],[-73.28554413330083,41.835768482513195],[-73.28417313314343,41.840637483495485],[-73.28371613309093,41.84226048382289],[-73.28357813307389,41.84273048391789],[-73.28316713302401,41.84414448420354],[-73.28303113300768,41.84461548429866],[-73.28116213280761,41.85149648568427],[-73.27555713220868,41.8721424898403],[-73.27511613216174,41.8737694901677],[-73.2742821320668,41.8767424907669],[-73.27364513199426,41.879012491224344],[-73.27319513194087,41.880579491540466],[-73.27184713178147,41.88528349248927],[-73.2715441317457,41.88634149270264],[-73.27139813172846,41.88685149280552],[-73.27075913165456,41.88910849326044],[-73.26884513143405,41.89588349462574],[-73.26820713136054,41.89814149508075],[-73.26805513132925,41.89844749514457],[-73.2676011312361,41.89936649533619],[-73.2674501312052,41.89967349540018],[-73.26738813119815,41.899894495444684],[-73.26720313117738,41.90055849557839],[-73.26714213117073,41.90078049562305],[-73.26713613117553,41.90089449564517],[-73.2671221311913,41.90123649571133],[-73.26711813119682,41.901351495733564],[-73.26630213110761,41.904319496330785],[-73.26563213103465,41.90676149682209],[-73.2655281310232,41.90713849689797],[-73.26500013096576,41.909063497285224],[-73.26385713084103,41.913224498122325],[-73.26304213075227,41.916193498719544],[-73.26154013025872,41.91611549875438],[-73.2592681295123,41.91599949880744],[-73.25703612877894,41.91588449885935],[-73.25553512828577,41.91580749889434],[-73.25532512821843,41.91582449890457],[-73.25469512801638,41.91587549893524],[-73.25448612794943,41.91589349894562],[-73.25394912777415,41.91588549896189],[-73.25233912724877,41.91586349901105],[-73.25180312707388,41.915856499027456],[-73.2496311263641,41.91580949909042],[-73.24718712556513,41.91575249916048],[-73.23787712252187,41.91553949942803],[-73.23334112103902,41.91543449955811],[-73.22872611953036,41.91532849969056],[-73.2278771192524,41.91530149971348],[-73.22533211841919,41.91522249978257],[-73.22448411814159,41.91519649980565],[-73.22399511798197,41.915189499820485],[-73.22355711783909,41.91518449983403],[-73.22262911753621,41.91517149986226],[-73.22253111750419,41.91516949986512],[-73.22233611744058,41.91516749987117],[-73.22204311734497,41.91516349988011],[-73.22166311721953,41.91513449988712],[-73.22052711684454,41.915047499908],[-73.22014811671951,41.91501949991517],[-73.2200011166716,41.915018499919846],[-73.21956311652882,41.915015499933766],[-73.21941711648122,41.915014499938415],[-73.2175871158824,41.914962499988995],[-73.2120981140862,41.914807500140824],[-73.21026911348773,41.914756500191544],[-73.21020011346528,41.91475650019382],[-73.20999511339863,41.91475850020098],[-73.20992711337657,41.914759500203424],[-73.20965311328641,41.91474350020942],[-73.20883311301672,41.9146975002277],[-73.20856011292695,41.91468250023386],[-73.20419311149612,41.91452950034892],[-73.19412510819741,41.914178500614376],[-73.19109310720395,41.914072500694225],[-73.18672710577343,41.913920500809304],[-73.18643110567648,41.913910500817174],[-73.18554410538596,41.9138815008409],[-73.18524910528937,41.913872500848925],[-73.18518310526758,41.91386750085015],[-73.18498710520299,41.91385450085413],[-73.1849221051816,41.913850500855496],[-73.1812061039658,41.913751500959265],[-73.17005910031888,41.91345750127093],[-73.16634409910341,41.91335950137475],[-73.1660760990149,41.913338501379556],[-73.16527309874971,41.91327550139396],[-73.16500609866152,41.91325450139875],[-73.16505309866595,41.91307050136184],[-73.16519609868001,41.91252150125163],[-73.16524509868516,41.91233850121484],[-73.16532809869584,41.91206250115909],[-73.16586009876424,41.91029050080103],[-73.16770409900123,41.90414649955949],[-73.1683200990807,41.902099499145784],[-73.16845609909814,41.90164549905403],[-73.16878809914058,41.90053549882974],[-73.17019509932139,41.89584649788204],[-73.17066509938202,41.894283497566086],[-73.17089309940756,41.89346049740034],[-73.17157909948502,41.89099249690326],[-73.17180909951131,41.89017049673764],[-73.17196609953575,41.88971949664576],[-73.17243909960993,41.888369496370615],[-73.1725980996351,41.88791949627885],[-73.17270309965055,41.88760249621444],[-73.17301809969682,41.88665049602101],[-73.17312409971264,41.88633449595677],[-73.17386809980663,41.88382649544999],[-73.17610010008868,41.876303493929704],[-73.17647810013668,41.875033493673016],[-73.17680210016836,41.8737844934221],[-73.17706910020411,41.87291849324673],[-73.1772581002296,41.872308493123185],[-73.17771410029084,41.87083249282425],[-73.17787110031178,41.87032149272077],[-73.17792710031954,41.87014449268488],[-73.1781391003479,41.86945649254557],[-73.17862410040861,41.86781149221313],[-73.18007810059062,41.86287949121643],[-73.18056410065171,41.86123549088413],[-73.18089810069974,41.86020749067534],[-73.18190210084448,41.85712449004906],[-73.18223810089322,41.856097489840366],[-73.18244110091166,41.85529048967838],[-73.18305210096776,41.852872489192976],[-73.18325610098658,41.852066489031145],[-73.1832631009872,41.852038489025524],[-73.18328410098903,41.85195348900849],[-73.18329210099004,41.85192648900302],[-73.18336610100037,41.85169348895573],[-73.18343510101036,41.851482488912865],[-73.18357810103076,41.85103948882289],[-73.18359110103252,41.85099748881438],[-73.183622101037,41.85090248879508],[-73.18366610104327,41.850766488767455],[-73.18662110141321,41.84073848674004],[-73.19006510186932,41.829471484457436],[-73.19036710190043,41.82833248422819],[-73.19127410199425,41.824918483540905],[-73.1915771020258,41.82378148331198],[-73.19177510205726,41.82322248319781],[-73.19226610213542,41.821838482915105],[-73.19236910215167,41.82154548285529],[-73.19256710218319,41.820987482741316],[-73.19355810231146,41.817693482074255],[-73.19653210269685,41.807814480073354],[-73.19658810270434,41.80763248003645],[-73.19734810280306,41.80511147952573],[-73.19749210282176,41.8046334794289],[-73.19750910282404,41.804578479417756],[-73.19752510282595,41.80452247940644],[-73.19754910282911,41.80444347939041],[-73.19778510285906,41.80364847922948],[-73.19856710295906,41.80102747869872],[-73.19882810299252,41.800154478521904],[-73.19925110304773,41.79875547823841],[-73.20052010321349,41.79456047738824],[-73.2009441032691,41.79316247710486],[-73.20111710329031,41.792567476984495],[-73.2016371033543,41.790781476623174],[-73.20181110337593,41.79018747650295],[-73.20181610337562,41.790154476496426],[-73.2018311033746,41.79005447647667],[-73.20183710337469,41.79002247647029],[-73.20281410368777,41.78994347642286],[-73.20574510462706,41.78970647628056],[-73.20672210494017,41.7896274762331],[-73.20709110505823,41.78959447621458],[-73.20748310518378,41.78956147619529],[-73.20976510591444,41.78936647608246],[-73.2105271061585,41.78930247604498],[-73.21084410626,41.789275476029324],[-73.21116910636404,41.78924747601322],[-73.2130981069819,41.78908647591856],[-73.2137411071879,41.789033475887145],[-73.21482710753607,41.78894847583493],[-73.21808810858167,41.788695475678615],[-73.21917510893026,41.788612475626735],[-73.22026110927797,41.788519475573],[-73.22351811032084,41.788242475412126],[-73.2246051106689,41.78815047535853],[-73.2251761108501,41.78807447532505],[-73.226890111394,41.78784547522436],[-73.22746211157558,41.787770475191024],[-73.22914611210807,41.7875134750859],[-73.22963511226271,41.7874394750555],[-73.23133611280052,41.787179474949255],[-73.23421711371913,41.7868694747944],[-73.23591211425962,41.78668847470356],[-73.23630111438322,41.78663947468127],[-73.23747011475463,41.78649147461414],[-73.23786011487863,41.78644347459202],[-73.23858011510968,41.78639147455823],[-73.24035111567807,41.78626447447527],[-73.2407421158038,41.78624047445773],[-73.24146311603572,41.78619747442564],[-73.24147711604002,41.7861934744244],[-73.24152211605406,41.78618347442099],[-73.24153711605882,41.786181474420104],[-73.2428651164785,41.78597547433655],[-73.24298911651793,41.78596047432955],[-73.24589011744082,41.78561447416707],[-73.24734711790434,41.78544047408541],[-73.24736411790978,41.78543947408465],[-73.24883211838359,41.785379474024595],[-73.2495481186132,41.78532547399053],[-73.25020111882043,41.785238473952205],[-73.25351111987077,41.784799473758234],[-73.25429612011982,41.784694473712065],[-73.2556621205533,41.784513473632046],[-73.25592812063753,41.78447547361594],[-73.2567261208905,41.78436547356837],[-73.2569931209752,41.7843294735526],[-73.25705912099608,41.784319473548486],[-73.25725812105924,41.784293473536906],[-73.25732512108057,41.78428547353314],[-73.25757812116075,41.78425047351804],[-73.2583381214019,41.784149473473455],[-73.25859212148248,41.78411547345851],[-73.25886412156872,41.78407847344239],[-73.25968212182826,41.78396947339436],[-73.25995512191491,41.78393347337839],[-73.26073112216119,41.78383147333309],[-73.26119712230906,41.78376947330573],[-73.26492312349164,41.78328047308835],[-73.26616612388614,41.78311747301583],[-73.26682612409579,41.78303347297782],[-73.26881012472606,41.78278347286406],[-73.26947112493608,41.782700472826214],[-73.2697161250139,41.782669472812124],[-73.27108812544981,41.78249747273361],[-73.27593912699129,41.781893472456794],[-73.277499127487,41.781699472367805],[-73.27755712750545,41.781692472364554],[-73.27758512751431,41.781688472362845],[-73.27808712767356,41.78162147233332],[-73.27968012817905,41.78141147224016],[-73.28021212834793,41.78134247220928],[-73.28103212860856,41.781241472162684],[-73.28349512939155,41.78094147202338],[-73.28431612965261,41.780842471977145],[-73.28592213016279,41.78064047188507],[-73.28606813020915,41.7806214718766],[-73.286288130279,41.78059347186392],[-73.2865631303664,41.78055947184824],[-73.29640313349192,41.779318471283446],[-73.29682613362628,41.77926547125924],[-73.29717313373632,41.77921847123868],[-73.2982171340676,41.779081471177726],[-73.29856513417806,41.779036471157525]]]},"properties":{"name":2961,"geoid":"09005296100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.08292406518055,41.79838148199134],[-73.0828400651534,41.79838448199467],[-73.08259206507323,41.79839348200454],[-73.08250906504644,41.79839748200804],[-73.08215506493195,41.79840948202196],[-73.08109606458945,41.79844548206362],[-73.08109406458885,41.79844648206388],[-73.08074406447315,41.79841548206939],[-73.08053406440483,41.79841548207627],[-73.08026306431691,41.79842048208613],[-73.07944406405146,41.798438482116445],[-73.07882306384903,41.798432482135645],[-73.07834306369259,41.79842848215061],[-73.07821506365102,41.798429482154994],[-73.07795006356504,41.79843448216465],[-73.07783406352706,41.79843048216769],[-73.07772306349084,41.79842848217094],[-73.07770706348568,41.798429482171656],[-73.07750206341927,41.79843448217934],[-73.07688806322052,41.79845248220293],[-73.07668406315454,41.79845948221098],[-73.07661306313156,41.798461482213696],[-73.07390106224737,41.798433482297185],[-73.06555305952578,41.79834948255458],[-73.06277105861885,41.79832248264052],[-73.06064205792637,41.79832948271162],[-73.0604280578558,41.798313482715535],[-73.05978905764505,41.79826548272723],[-73.05957605757479,41.7982494827311],[-73.05819405712481,41.7982454827756],[-73.05809305709192,41.79824548277892],[-73.05718905679761,41.79824348280814],[-73.0500280544662,41.79822848303974],[-73.0476410536891,41.79822448311713],[-73.04788205376144,41.798120483089185],[-73.0482240538651,41.797989483052724],[-73.04839005391615,41.79793848303746],[-73.0487270540205,41.79784748300889],[-73.04889105407065,41.797792482992904],[-73.04889305407124,41.79779148299264],[-73.04903605411452,41.79773548297719],[-73.04931605419817,41.79760748294333],[-73.04942505423035,41.79755148292897],[-73.0496110542847,41.797445482902425],[-73.04984105435067,41.79729348286559],[-73.05007905441795,41.79711948282427],[-73.05025605446752,41.79698248279206],[-73.05034005449066,41.79691048277542],[-73.05053605454236,41.79670348272907],[-73.05065405457098,41.796536482693035],[-73.05073605458857,41.79638048266027],[-73.05079705459899,41.79621948262723],[-73.05088605461071,41.795924482567415],[-73.05091505461226,41.79578948254045],[-73.05097705460862,41.79538248245994],[-73.0510800546086,41.794808482345886],[-73.05112305460891,41.79457448229937],[-73.0513100546153,41.79364248211353],[-73.05134205461786,41.793508482086644],[-73.05137105461928,41.793371482059285],[-73.05140405462103,41.7932174820285],[-73.05144105462361,41.79305548199606],[-73.05152105462935,41.79270848192653],[-73.05161805463887,41.792331481850646],[-73.05166205464215,41.79214248181276],[-73.0517270546415,41.79176948173872],[-73.05173605464027,41.79169848172474],[-73.05175105463837,41.79158248170186],[-73.05179105463128,41.791238481634224],[-73.05179905462995,41.791171481621035],[-73.05179005462166,41.79107948160359],[-73.0517610546003,41.79087548156521],[-73.05172405457651,41.790674481527674],[-73.05166305454117,41.79040948147856],[-73.05163605452735,41.79032348146285],[-73.0516000545105,41.790235481447056],[-73.05130405438027,41.789655481344894],[-73.05125005435586,41.78953848132411],[-73.05117805432174,41.789355481291174],[-73.05108805427321,41.789026481230685],[-73.05101405422995,41.78869848116983],[-73.05089205416378,41.78824548108647],[-73.05084905413823,41.788047481049695],[-73.05083705412852,41.787948481031],[-73.05083805412306,41.78784948101187],[-73.05084305412126,41.78779048100033],[-73.05086405411562,41.787577480958554],[-73.05089305411764,41.78745048093313],[-73.05096605412666,41.78719848088213],[-73.0509900541279,41.787085480859545],[-73.05100605412636,41.78697048083686],[-73.0510040541156,41.78679748080356],[-73.05099105410524,41.78669248078373],[-73.05093105406866,41.78640048072938],[-73.05087105403457,41.78615148068331],[-73.05076405397702,41.7857624806118],[-73.05071705395034,41.78556748057572],[-73.05063905389876,41.78511948049187],[-73.0506110538775,41.784911480452685],[-73.05057005383196,41.784360480347736],[-73.05054105380775,41.784107480299895],[-73.05051205379154,41.78399148027848],[-73.05026605366574,41.78320848013551],[-73.05014705360247,41.78278848005839],[-73.05002505353461,41.78230647996942],[-73.0497910534,41.781305479784],[-73.04964505331084,41.78059247965125],[-73.0495940532773,41.78030247959698],[-73.04953705323585,41.77991047952324],[-73.0494560531805,41.7794144794302],[-73.049365053122,41.7789194793377],[-73.04903405291347,41.777193479015594],[-73.04886905280938,41.7763304788545],[-73.04864705266654,41.77512147862853],[-73.04844705254027,41.774073478432896],[-73.04834605248271,41.77365047835458],[-73.04830205246373,41.773570478340595],[-73.0481730524079,41.773333478299094],[-73.04813005238931,41.77325447828526],[-73.04815805239812,41.773249478283375],[-73.04824205242458,41.773234478277736],[-73.04827005243341,41.77322947827585],[-73.04838405246933,41.77320947826827],[-73.04871605257321,41.773138478243695],[-73.04986405293252,41.772894478159074],[-73.05005505299268,41.77286047814627],[-73.05036905309161,41.77280547812538],[-73.05050505313449,41.772781478116286],[-73.05083105323763,41.77273147809598],[-73.05147805344315,41.772645478058216],[-73.05229405370233,41.77253747801067],[-73.05314705397369,41.77243147796231],[-73.05440505437444,41.77228447789277],[-73.05538205468568,41.7721704778388],[-73.05564605476988,41.77214147782457],[-73.05612205492265,41.77210547780204],[-73.05687005516276,41.77204947776677],[-73.05789705549289,41.77198047771983],[-73.05816205557771,41.77195647770654],[-73.05834405563546,41.77193147769576],[-73.05866005573587,41.771890477677495],[-73.05904805585857,41.77182947765303],[-73.05907905586831,41.771823477650855],[-73.05926505592677,41.77178847763802],[-73.05932605594599,41.771777477633904],[-73.05955005601582,41.77172547761654],[-73.05965905604944,41.77169347760679],[-73.05976205608047,41.77165147759532],[-73.059808056094,41.77162647758898],[-73.05980905609431,41.77162647758895],[-73.05987705611359,41.77157747757727],[-73.05995405613449,41.77150647756105],[-73.05999205614458,41.771467477552285],[-73.06003505615611,41.77142547754278],[-73.06010405617394,41.771346477525285],[-73.06014105618358,41.77130547751615],[-73.06017505619243,41.77126747750771],[-73.06021505620299,41.7712254774983],[-73.06027605621851,41.771151477482015],[-73.06029505622342,41.77112947747716],[-73.0603120562282,41.771116477474095],[-73.06038605624799,41.77104347745759],[-73.06048405627595,41.77097647744145],[-73.06057205630151,41.77092347742834],[-73.06075605635742,41.77085547740919],[-73.06085105638674,41.77082847740088],[-73.06098805642974,41.77080147739118],[-73.06106705645456,41.77078647738571],[-73.06121605650192,41.770767477377184],[-73.06136605654997,41.77075447736974],[-73.06251505691937,41.77067847731747],[-73.06307505709877,41.77063047728987],[-73.06326205715845,41.77061047727989],[-73.06401905740024,41.77053347724025],[-73.06430305749089,41.77050347722516],[-73.06515605776328,41.77041547718026],[-73.06544105785431,41.77038647716533],[-73.0658880579972,41.77034247714221],[-73.06615305808194,41.7703174771287],[-73.06632005813556,41.77030547712092],[-73.0665470582089,41.77029647711177],[-73.06718705841665,41.770288477089245],[-73.0672340584319,41.77028747708753],[-73.06726305844131,41.770287477086576],[-73.06739405848359,41.77028147708113],[-73.06752305852493,41.77027047707478],[-73.06768205857549,41.77025047706571],[-73.06775605859873,41.77023647706058],[-73.06788305863884,41.77021547705239],[-73.06797805866823,41.770189477044255],[-73.0680520586912,41.77017047703816],[-73.06813005871523,41.77014747703119],[-73.06837905879121,41.77006147700642],[-73.06860305885967,41.76998547698443],[-73.06911105901607,41.769833476938466],[-73.06932105908122,41.76977947692119],[-73.06937205909703,41.769766476917],[-73.06953305914733,41.76973047690477],[-73.06971205920392,41.769702476893514],[-73.06995005927932,41.769667476878965],[-73.07023205936872,41.76962747686202],[-73.070666059507,41.76957747683816],[-73.07090605958358,41.76955147682527],[-73.07108605964102,41.76953247681572],[-73.07113205965575,41.76952847681345],[-73.07162805981362,41.76946847678561],[-73.07180905987128,41.76944747677563],[-73.07204805994753,41.76942147676279],[-73.07276706017696,41.76934447672439],[-73.07300706025357,41.76931947671169],[-73.07310306028423,41.769309476706646],[-73.07342106038504,41.769264476687525],[-73.07372806048247,41.76922247666937],[-73.0744640607149,41.769102476622116],[-73.07466006077692,41.7690724766099],[-73.07507406090794,41.769009476584195],[-73.07553206105355,41.768951476558016],[-73.07561306107932,41.768941476553415],[-73.07578106113306,41.76892547654482],[-73.07684006147447,41.76887247649992],[-73.07691606149879,41.76886547649607],[-73.07737706164656,41.768827476473646],[-73.07764006173059,41.76880147646],[-73.07781806178694,41.76877447644897],[-73.07808406187043,41.768722476430206],[-73.07835006195306,41.768655476408576],[-73.07844006198081,41.76862947640061],[-73.07870206206091,41.76854147637506],[-73.07887306211272,41.768476476356916],[-73.07903606216168,41.76840647633805],[-73.07927506223359,41.76830647631095],[-73.0794800622956,41.768226476288795],[-73.07962106233873,41.768179476275094],[-73.07976006238178,41.76814247626341],[-73.08011406249203,41.7680584762356],[-73.08032706255865,41.76801247621976],[-73.08072306268326,41.76794047619288],[-73.08156406294893,41.76780447613909],[-73.0825820632698,41.7676284760718],[-73.08311606343875,41.76754647603847],[-73.08390206368632,41.767407475985905],[-73.08408206374312,41.7673774759742],[-73.08453806388721,41.76730447594518],[-73.08485106398653,41.767261475926624],[-73.08516006408522,41.767230475910516],[-73.0855080641971,41.76720747589467],[-73.0857920642895,41.76720747588537],[-73.0860050643598,41.767224475881676],[-73.08603506436972,41.76722747588127],[-73.08610806439387,41.76723447588024],[-73.08644506450638,41.76728347587864],[-73.08664006457184,41.767318475878994],[-73.08678806462163,41.76734647587955],[-73.08685006464265,41.767360475880196],[-73.0870980647267,41.76741847588328],[-73.08746406485184,41.767522475891354],[-73.08785306498524,41.76763947590117],[-73.08786006498768,41.767642475901525],[-73.088040065049,41.76768947590468],[-73.088223065111,41.76773147590678],[-73.08852606521283,41.76778747590766],[-73.08868006526416,41.76780847590667],[-73.08900206537027,41.76783147590055],[-73.08933206547802,41.76783847589109],[-73.08946406552067,41.76783347588579],[-73.08980806563089,41.76780447586892],[-73.09004906570742,41.76777247585485],[-73.09030006578645,41.76772747583794],[-73.09057306587162,41.76766547581703],[-73.09070506591235,41.76762747580538],[-73.09092606597974,41.76755047578326],[-73.09096206599074,41.76753847577979],[-73.0912100660654,41.76743547575179],[-73.09150006615143,41.76729347571488],[-73.09166506619972,41.767201475691714],[-73.09185606625503,41.76708447566288],[-73.09191306627169,41.76705247565485],[-73.09201406630045,41.76698247563802],[-73.09238706640764,41.766740475579105],[-73.09251506644402,41.76665047555755],[-73.09264906648264,41.766565475536765],[-73.0927620665156,41.766500475520516],[-73.09278906652357,41.766486475516935],[-73.0929140665606,41.76642447550088],[-73.09316606663621,41.76631547547158],[-73.09329406667509,41.766268475458325],[-73.09344106672023,41.76622247544463],[-73.09359206676696,41.76618147543177],[-73.09386606685216,41.766114475409864],[-73.09423906696912,41.76603947538316],[-73.09470206711464,41.76595247535119],[-73.09534606731746,41.7658384753081],[-73.09577706745358,41.76576847528046],[-73.09589506749091,41.765750475273116],[-73.09621006759072,41.76570447525392],[-73.0969610678278,41.76558147520556],[-73.09716106789105,41.76555047519302],[-73.09735106795122,41.76552247518138],[-73.09776606808441,41.76549147516179],[-73.09796906814957,41.765476475152255],[-73.09941006861207,41.765369475084356],[-73.10271406967261,41.76512647492913],[-73.10372006999678,41.7650734748859],[-73.10373407000127,41.765072474885265],[-73.10425807017013,41.76504547486285],[-73.1051780704666,41.76499747482342],[-73.1063070708304,41.76493847477502],[-73.10657707091694,41.76491647476191],[-73.106882071014,41.764879474744774],[-73.10717407110558,41.764821474723995],[-73.10739407117393,41.764766474706185],[-73.10804107137298,41.76457147464732],[-73.10819107141913,41.76452647463372],[-73.10856807153466,41.76440547459802],[-73.10875107159016,41.7643364745787],[-73.10910207169586,41.76419147453922],[-73.1093220717608,41.76407847451019],[-73.1094320717926,41.76401047449346],[-73.10953907182319,41.763938474476056],[-73.1096400718516,41.76386247445809],[-73.10973107187675,41.76378647444044],[-73.10981707190004,41.763706474422186],[-73.1100450719604,41.76347047436917],[-73.11022807200682,41.76324647431996],[-73.1103560720399,41.76310047428759],[-73.11049907207781,41.76295347425453],[-73.11057507209838,41.76288247423834],[-73.11065707212113,41.762815474222734],[-73.1107880721583,41.762722474200494],[-73.11089807219032,41.76265847418454],[-73.11102207222733,41.762601474169465],[-73.11111007225402,41.76256847416021],[-73.11120207228231,41.7625404741518],[-73.11140607234574,41.76249047413546],[-73.11155207239177,41.76246547412585],[-73.11244707267605,41.7623484740739],[-73.11267907274998,41.76232247406129],[-73.11359407304333,41.762249474017175],[-73.11395607316028,41.7622354740026],[-73.11432107327916,41.7622384739912],[-73.11439307330281,41.76224247398961],[-73.11482607344759,41.762309473988324],[-73.1150890735366,41.76236847399109],[-73.11520607357676,41.76240447399418],[-73.11539707364255,41.762467474000076],[-73.11550307367908,41.76250247400335],[-73.11593607383047,41.76268247402386],[-73.1159560738377,41.76269447402552],[-73.11612807389989,41.762801474040515],[-73.11627407395316,41.76290047405484],[-73.11632107397038,41.762933474059665],[-73.11644607401631,41.76302347407292],[-73.11651307404092,41.76307147407998],[-73.11670807411323,41.763223474102894],[-73.11688107417737,41.76335747412308],[-73.11688407417846,41.763359474123384],[-73.11697507421222,41.7634304741341],[-73.1170670742463,41.76350147414476],[-73.11704307423902,41.76351047414728],[-73.11657007412639,41.76421447429862],[-73.11638807409634,41.76471247440066],[-73.11618007409437,41.765834474623944],[-73.11611507409565,41.766217474699964],[-73.11603107409806,41.76672547480071],[-73.1161870741905,41.767437474932954],[-73.11639407429145,41.768011475036865],[-73.1165350743513,41.76825047507835],[-73.11660107439,41.76854447513289],[-73.11640707434381,41.76883347519501],[-73.11617307428948,41.769205475274454],[-73.11616107430923,41.76960947535278],[-73.11618107432359,41.76974347537795],[-73.11619207433155,41.76981847539206],[-73.11648007444346,41.770129475442594],[-73.11711107469006,41.77083547555807],[-73.11756007486838,41.77138647564962],[-73.11795607502285,41.77182447572109],[-73.11830007517177,41.77245647583169],[-73.11913307548674,41.7732074759492],[-73.11950207562188,41.77346547598686],[-73.11982607574058,41.77369247601999],[-73.11997807579652,41.77380347603641],[-73.12039007594825,41.77410547608114],[-73.12051407600093,41.774316476117754],[-73.12050507601595,41.77462247617706],[-73.12036407599358,41.77502347625903],[-73.11990407587041,41.775475476361294],[-73.11977207583773,41.775650476399385],[-73.11971307582306,41.77572747641618],[-73.1195350757788,41.775960476466956],[-73.1194770757645,41.7760384764839],[-73.1193820757409,41.77616347651113],[-73.11935907573455,41.77618247651554],[-73.11893307561724,41.77654547659954],[-73.11883807559114,41.77662747661848],[-73.11879607558005,41.776671476628344],[-73.11872507556123,41.776744476644744],[-73.11858907552539,41.7768874766768],[-73.11852307550912,41.77697647669613],[-73.11846307549446,41.7770594767141],[-73.11829807545409,41.7772864767633],[-73.1182810754513,41.777333476772924],[-73.11818207543531,41.77761047682958],[-73.11811607542495,41.77779947686821],[-73.11786407543647,41.77939547718425],[-73.11784907543499,41.779453477195936],[-73.11770007542215,41.78006147731807],[-73.11768407542077,41.78012647733113],[-73.1176680754194,41.78019247734438],[-73.11750607540533,41.78085147747678],[-73.11715607532213,41.781374477589125],[-73.11680707521357,41.78145947761698],[-73.11588107492555,41.78168547769096],[-73.11581607490535,41.781701477696174],[-73.1144320744717,41.78198447779617],[-73.11247107384814,41.78223047790799],[-73.11239107382943,41.78235547793473],[-73.11225707379792,41.78256147797884],[-73.11215907380077,41.7831544780964],[-73.11209907380265,41.78351947816876],[-73.11209407388493,41.78495147844504],[-73.11204207387298,41.785036478463134],[-73.11199007386105,41.78512147848123],[-73.11173107380158,41.7855444785713],[-73.11159107376957,41.785775478620444],[-73.11111907366141,41.78655047878536],[-73.11073207357275,41.7871854789205],[-73.1106460735529,41.78732447895012],[-73.1105910735404,41.78741647896966],[-73.11028507347027,41.78791847907649],[-73.10993507337791,41.788285479158745],[-73.10984807335505,41.78837847917953],[-73.10888607310137,41.789390479406215],[-73.10866007304186,41.78962947945973],[-73.10853407300823,41.78975547948815],[-73.10851407300314,41.78977947949343],[-73.10845807298932,41.789854479509735],[-73.10844007298498,41.78988047951535],[-73.10831707295176,41.789996479541735],[-73.10812607290033,41.79017947958329],[-73.10795107285314,41.79034547962104],[-73.1078290728203,41.79046247964759],[-73.10779907281271,41.79049947965571],[-73.10770907279017,41.79061447968083],[-73.10768007278294,41.79065247968912],[-73.10758607275794,41.790747479710525],[-73.10730407268314,41.7910364797755],[-73.10721107265849,41.79113247979706],[-73.10662607250677,41.7917914799433],[-73.10487407205267,41.79376948038213],[-73.10429007190133,41.79442948052854],[-73.10408507184748,41.794648480577486],[-73.10367807174082,41.79508848067567],[-73.10371507177028,41.7953854807317],[-73.1037530718001,41.7956834807879],[-73.1039280719391,41.79708348105204],[-73.10409307206987,41.79839848130011],[-73.10118107112254,41.79840148139626],[-73.09977007066352,41.79840348144294],[-73.09908207043966,41.79840348146552],[-73.0989190703867,41.79840448147107],[-73.09762006996412,41.79840648151408],[-73.096369069558,41.79842248155823],[-73.09551906928205,41.798433481588226],[-73.09458106897748,41.798444481621125],[-73.09176806806424,41.79848048172036],[-73.09083106776004,41.79849248175341],[-73.09027306757888,41.79849948177306],[-73.08860206703642,41.798521481832104],[-73.08804506685564,41.79852948185193],[-73.08779006677243,41.798525481859514],[-73.08702706652349,41.79851448188243],[-73.08677306644066,41.79851148189017],[-73.08607506621212,41.798487481908445],[-73.0839830655272,41.798416481963365],[-73.08328606529906,41.798393481981776],[-73.08321306527513,41.7983904819836],[-73.0829960652041,41.79838348198937],[-73.08292406518055,41.79838148199134]]]},"properties":{"name":2983,"geoid":"09005298300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.99895103296308,41.71440646852812],[-73.00043803343335,41.71417546843501],[-73.00166503382901,41.71411546838342],[-73.00281403419562,41.713992468322175],[-73.00553503506383,41.71370146817724],[-73.0070560355491,41.71353846809614],[-73.00717203558578,41.71352046808887],[-73.00728503562236,41.71351746808461],[-73.0073510356432,41.713506468080325],[-73.00789903581797,41.71344646805087],[-73.0088660361264,41.713341467999044],[-73.01013803653157,41.71319346792896],[-73.0105460366621,41.71315646790849],[-73.01095603679315,41.713116467887396],[-73.01156603699162,41.713117467867704],[-73.01159403699447,41.71300946784591],[-73.01489403804658,41.71264346766754],[-73.01513903812472,41.712616467654335],[-73.0170730387414,41.71240346755008],[-73.02296404061964,41.71175246723206],[-73.02577404151553,41.71144146708027],[-73.02932004264606,41.71104946688877],[-73.02993004284114,41.710992466857846],[-73.03110104321574,41.710884466798746],[-73.03176104342687,41.71082446676562],[-73.03185804345799,41.7108164667609],[-73.03237104362192,41.71076646673449],[-73.03327204390838,41.71065346668325],[-73.03597804476881,41.71031546652958],[-73.03688004505565,41.71020346647847],[-73.0372450451721,41.71016446645903],[-73.03834004552158,41.71005046640124],[-73.03870604563839,41.71001246638195],[-73.0405410462242,41.709823466285506],[-73.04604704798206,41.70925946599667],[-73.04754604846066,41.709106465918154],[-73.04788304856824,41.709071465900365],[-73.04935804903738,41.70889046581721],[-73.05378705044619,41.70834846556777],[-73.05526305091571,41.70816846548476],[-73.05586605110906,41.70812146545595],[-73.05767505168915,41.70798046536959],[-73.05821005186071,41.70793946534418],[-73.05827905188289,41.707934465340955],[-73.05835105190599,41.70792946533765],[-73.05920605218027,41.70786446529714],[-73.06199005307343,41.707655465165764],[-73.0629180533712,41.707586465122084],[-73.06337305351694,41.70754846509987],[-73.06474005395496,41.70743646503354],[-73.06519605410115,41.70740046501167],[-73.06583705430609,41.707340464979126],[-73.06668605457756,41.7072614649361],[-73.06776105492125,41.70716046488143],[-73.06811605503484,41.70712846486365],[-73.06826005508084,41.707114464856225],[-73.06840305512658,41.70710146484904],[-73.06845905514724,41.707143464855335],[-73.06931205547458,41.70800146499323],[-73.06958305559212,41.70850646508195],[-73.0700530557959,41.70938146523567],[-73.07045605595673,41.70989246532121],[-73.07072205605627,41.71011646535581],[-73.07100505616216,41.71035446539255],[-73.07106005618226,41.71039246539809],[-73.07189205648677,41.710975465483514],[-73.07367405712377,41.71196246561594],[-73.07374405714862,41.71199846562062],[-73.07538905773336,41.712853465732],[-73.07555305779171,41.71293946574324],[-73.07594105793233,41.713187465778454],[-73.07661005817481,41.713615465839254],[-73.0769740583061,41.71383746587026],[-73.07731205842595,41.71400746589204],[-73.07754305850547,41.71408346589918],[-73.07763705853786,41.714114465902085],[-73.07810005869733,41.71426746591649],[-73.07823605874638,41.71435046592807],[-73.07877405894058,41.71468046597421],[-73.07898705902046,41.71486246600242],[-73.07947005920171,41.7152774660668],[-73.08010905944195,41.715834466153495],[-73.0805670596141,41.716232466215395],[-73.0806550596475,41.716314466228354],[-73.08116805984247,41.71679746630487],[-73.08150405996584,41.71703946634063],[-73.08165406001777,41.71709346634616],[-73.08190006010057,41.717141466347364],[-73.08206306015536,41.717172466348025],[-73.08286506041816,41.717206466328356],[-73.08341306059945,41.71725946632065],[-73.08376806071688,41.7172934663156],[-73.08444206093262,41.71723446628214],[-73.08475906103412,41.71720746626655],[-73.085597061313,41.71731646626019],[-73.0861130614847,41.71738346625624],[-73.08653406162492,41.717440466253464],[-73.08750706194895,41.71757146624692],[-73.08810506215544,41.71777746626714],[-73.08865906235349,41.71808446630829],[-73.0889850624928,41.71865546640793],[-73.08910706256677,41.719243466517526],[-73.08916506260191,41.71952246656952],[-73.0893030626598,41.719745466608074],[-73.08937406268619,41.71980246661676],[-73.08958406276433,41.71997146664253],[-73.0902960630146,41.72029246668122],[-73.09073806317944,41.72065446673668],[-73.0910960633199,41.72106646680452],[-73.09132606341558,41.721424466866154],[-73.09142106345294,41.721535466884475],[-73.0914540634645,41.7215494668861],[-73.09145406346595,41.72157446689093],[-73.09147806347538,41.72160246689555],[-73.0916430635361,41.72172346691352],[-73.09218406372753,41.72198946694719],[-73.09259706388625,41.72240746701439],[-73.09299306404657,41.72294846710592],[-73.0931980641423,41.723446467195394],[-73.0931990641672,41.72386746727666],[-73.09305106414176,41.724256467356646],[-73.09307406415823,41.72441046738563],[-73.09312406418415,41.72457646741606],[-73.09325706423412,41.724691467433914],[-73.09382406443889,41.725040467482756],[-73.09413306455225,41.7252614675153],[-73.0943640646456,41.725573467568],[-73.09493006487762,41.726395467708215],[-73.09538906505502,41.726877467786274],[-73.0955560651196,41.72705346781477],[-73.09581206521932,41.72733546786084],[-73.09595606527537,41.727493467886646],[-73.09606106531616,41.72760746790523],[-73.09664606554476,41.72826446801294],[-73.09700406571197,41.72913446816923],[-73.09729606582643,41.729468468224155],[-73.09748106589645,41.72963746825073],[-73.09765106596086,41.72979346827529],[-73.0981200661348,41.73016046833078],[-73.09860506631225,41.73049846838017],[-73.0989980664494,41.73065846839818],[-73.09909306648112,41.73067246839778],[-73.09922406652493,41.73069346839756],[-73.09927506654194,41.73070046839723],[-73.09944906660009,41.73072746839673],[-73.10016106683473,41.730780468383635],[-73.10099806710832,41.730804468360844],[-73.10157406729805,41.7308454683499],[-73.10191106741937,41.73104646837767],[-73.10218706752467,41.73131246841999],[-73.10225806755177,41.731381468430975],[-73.10267906772572,41.73201546853961],[-73.10310806789805,41.73257746863407],[-73.10332006798224,41.73283846867751],[-73.10356906806526,41.73287346867612],[-73.10364806809166,41.73288546867583],[-73.10382206815741,41.73304246870045],[-73.10387406817804,41.73310646871111],[-73.1041400682833,41.73342746876436],[-73.10464006848966,41.7341764688926],[-73.1050540686514,41.734640468968614],[-73.1050790686611,41.734667468973],[-73.10506906867644,41.73498546903473],[-73.10505106868366,41.73520946907856],[-73.10502706869339,41.735509469137284],[-73.10503606869854,41.73554746914431],[-73.10510006873464,41.73580946919281],[-73.10523106879057,41.73603746923254],[-73.10563206894244,41.73640446929025],[-73.10590406904106,41.736578469314914],[-73.10623206916003,41.736789469344906],[-73.10641106922205,41.73685446935159],[-73.10672106932948,41.73696746936324],[-73.10728206953267,41.7373224694134],[-73.10732106954683,41.73734746941693],[-73.10790506976161,41.73777346948003],[-73.10820606987663,41.738066469526736],[-73.10840106994777,41.73819846954583],[-73.10878507008678,41.738440469579956],[-73.10929907027007,41.73871646961639],[-73.10961807038014,41.73882446962677],[-73.1098040704414,41.738837469623185],[-73.1102690705946,41.738871469614494],[-73.1107840707692,41.738993469621185],[-73.11080407077598,41.73899846962149],[-73.11088807080395,41.73900946962085],[-73.11120107090821,41.7390514696187],[-73.11130607094319,41.739065469617955],[-73.11177507109933,41.739127469614544],[-73.11233707129769,41.739394469647664],[-73.11300007153436,41.73975446969542],[-73.11333807165586,41.73995246972256],[-73.11348607170913,41.74004046973469],[-73.11398607188588,41.74028246976501],[-73.11401407189574,41.7402954697666],[-73.11422807197518,41.74046346979202],[-73.11557207249831,41.741935470032104],[-73.11569307257145,41.742513470139684],[-73.11562707258513,41.743114470257865],[-73.11529307255347,41.74443047052283],[-73.11532107258333,41.74478547059044],[-73.11536107261114,41.74503847063796],[-73.11532307260742,41.74518647066777],[-73.11517207257172,41.74541547071691],[-73.11512607256259,41.745515470737736],[-73.11506207255026,41.74566047076782],[-73.11490207251526,41.74595147082922],[-73.11464707244798,41.74621947088932],[-73.11429507235123,41.74652247095934],[-73.11418907232985,41.74674647100606],[-73.11405707231599,41.7472434711063],[-73.11407607233117,41.74739747113542],[-73.11408507233837,41.74747047114921],[-73.11399607232282,41.74769947119631],[-73.11343007215774,41.74802447127763],[-73.11288007199516,41.7483034713495],[-73.11264507193478,41.74857747141009],[-73.11240007189188,41.749206471539516],[-73.11229807189116,41.749761471649975],[-73.11225307189103,41.75000947169931],[-73.11219207188435,41.75023447174475],[-73.11210307188384,41.75072047184146],[-73.11227507196844,41.75121047193037],[-73.11261507210457,41.75164747200356],[-73.11294807225312,41.75233547212542],[-73.11340407243746,41.75295147222932],[-73.113726072568,41.75339247230385],[-73.11406707270282,41.753801472371606],[-73.11439307282548,41.7540854724157],[-73.11464807292006,41.75428447244575],[-73.11513607310691,41.75476547252255],[-73.11580707335757,41.75531947260745],[-73.11639207356963,41.75569147266005],[-73.11675507370514,41.755989472705615],[-73.11697007379074,41.75625747275028],[-73.11711307384878,41.7564544727836],[-73.11719907388994,41.756679472824196],[-73.11721307392214,41.757152472915],[-73.11717407391679,41.75727747294041],[-73.11709007390567,41.7575544729966],[-73.1170450739073,41.75783247305172],[-73.11701307392289,41.75827647313844],[-73.11698607393043,41.75855547319316],[-73.11671407386531,41.758954473279076],[-73.11623607373625,41.759405473381776],[-73.11610907372577,41.75993247348761],[-73.11611907374132,41.76014247352782],[-73.11614307378166,41.7606984736343],[-73.1161990738093,41.760859473663515],[-73.11650307395865,41.76172147381987],[-73.11693507414682,41.76253547396272],[-73.11713107422749,41.76282447401204],[-73.11720207425671,41.76292947402998],[-73.1171890742594,41.763047474053174],[-73.11715307426519,41.763346474112026],[-73.11706607424446,41.76347547413977],[-73.1170670742463,41.76350147414476],[-73.11697507421222,41.7634304741341],[-73.11688407417846,41.763359474123384],[-73.11688107417737,41.76335747412308],[-73.11670807411323,41.763223474102894],[-73.11651307404092,41.76307147407998],[-73.11644607401631,41.76302347407292],[-73.11632107397038,41.762933474059665],[-73.11627407395316,41.76290047405484],[-73.11612807389989,41.762801474040515],[-73.1159560738377,41.76269447402552],[-73.11593607383047,41.76268247402386],[-73.11550307367908,41.76250247400335],[-73.11539707364255,41.762467474000076],[-73.11520607357676,41.76240447399418],[-73.1150890735366,41.76236847399109],[-73.11482607344759,41.762309473988324],[-73.11439307330281,41.76224247398961],[-73.11432107327916,41.7622384739912],[-73.11395607316028,41.7622354740026],[-73.11359407304333,41.762249474017175],[-73.11267907274998,41.76232247406129],[-73.11244707267605,41.7623484740739],[-73.11155207239177,41.76246547412585],[-73.11140607234574,41.76249047413546],[-73.11120207228231,41.7625404741518],[-73.11111007225402,41.76256847416021],[-73.11102207222733,41.762601474169465],[-73.11089807219032,41.76265847418454],[-73.1107880721583,41.762722474200494],[-73.11065707212113,41.762815474222734],[-73.11057507209838,41.76288247423834],[-73.11049907207781,41.76295347425453],[-73.1103560720399,41.76310047428759],[-73.11022807200682,41.76324647431996],[-73.1100450719604,41.76347047436917],[-73.10981707190004,41.763706474422186],[-73.10973107187675,41.76378647444044],[-73.1096400718516,41.76386247445809],[-73.10953907182319,41.763938474476056],[-73.1094320717926,41.76401047449346],[-73.1093220717608,41.76407847451019],[-73.10910207169586,41.76419147453922],[-73.10875107159016,41.7643364745787],[-73.10856807153466,41.76440547459802],[-73.10819107141913,41.76452647463372],[-73.10804107137298,41.76457147464732],[-73.10739407117393,41.764766474706185],[-73.10717407110558,41.764821474723995],[-73.106882071014,41.764879474744774],[-73.10657707091694,41.76491647476191],[-73.1063070708304,41.76493847477502],[-73.1051780704666,41.76499747482342],[-73.10425807017013,41.76504547486285],[-73.10373407000127,41.765072474885265],[-73.10372006999678,41.7650734748859],[-73.10271406967261,41.76512647492913],[-73.09941006861207,41.765369475084356],[-73.09796906814957,41.765476475152255],[-73.09776606808441,41.76549147516179],[-73.09735106795122,41.76552247518138],[-73.09716106789105,41.76555047519302],[-73.0969610678278,41.76558147520556],[-73.09621006759072,41.76570447525392],[-73.09589506749091,41.765750475273116],[-73.09577706745358,41.76576847528046],[-73.09534606731746,41.7658384753081],[-73.09470206711464,41.76595247535119],[-73.09423906696912,41.76603947538316],[-73.09386606685216,41.766114475409864],[-73.09359206676696,41.76618147543177],[-73.09344106672023,41.76622247544463],[-73.09329406667509,41.766268475458325],[-73.09316606663621,41.76631547547158],[-73.0929140665606,41.76642447550088],[-73.09278906652357,41.766486475516935],[-73.0927620665156,41.766500475520516],[-73.09264906648264,41.766565475536765],[-73.09251506644402,41.76665047555755],[-73.09238706640764,41.766740475579105],[-73.09201406630045,41.76698247563802],[-73.09191306627169,41.76705247565485],[-73.09185606625503,41.76708447566288],[-73.09166506619972,41.767201475691714],[-73.09150006615143,41.76729347571488],[-73.0912100660654,41.76743547575179],[-73.09096206599074,41.76753847577979],[-73.09092606597974,41.76755047578326],[-73.09070506591235,41.76762747580538],[-73.09057306587162,41.76766547581703],[-73.09030006578645,41.76772747583794],[-73.09004906570742,41.76777247585485],[-73.08980806563089,41.76780447586892],[-73.08946406552067,41.76783347588579],[-73.08933206547802,41.76783847589109],[-73.08900206537027,41.76783147590055],[-73.08868006526416,41.76780847590667],[-73.08852606521283,41.76778747590766],[-73.088223065111,41.76773147590678],[-73.088040065049,41.76768947590468],[-73.08786006498768,41.767642475901525],[-73.08785306498524,41.76763947590117],[-73.08746406485184,41.767522475891354],[-73.0870980647267,41.76741847588328],[-73.08685006464265,41.767360475880196],[-73.08678806462163,41.76734647587955],[-73.08664006457184,41.767318475878994],[-73.08644506450638,41.76728347587864],[-73.08610806439387,41.76723447588024],[-73.08603506436972,41.76722747588127],[-73.0860050643598,41.767224475881676],[-73.0857920642895,41.76720747588537],[-73.0855080641971,41.76720747589467],[-73.08516006408522,41.767230475910516],[-73.08485106398653,41.767261475926624],[-73.08453806388721,41.76730447594518],[-73.08408206374312,41.7673774759742],[-73.08390206368632,41.767407475985905],[-73.08311606343875,41.76754647603847],[-73.0825820632698,41.7676284760718],[-73.08156406294893,41.76780447613909],[-73.08072306268326,41.76794047619288],[-73.08032706255865,41.76801247621976],[-73.08011406249203,41.7680584762356],[-73.07976006238178,41.76814247626341],[-73.07962106233873,41.768179476275094],[-73.0794800622956,41.768226476288795],[-73.07927506223359,41.76830647631095],[-73.07903606216168,41.76840647633805],[-73.07887306211272,41.768476476356916],[-73.07870206206091,41.76854147637506],[-73.07844006198081,41.76862947640061],[-73.07835006195306,41.768655476408576],[-73.07808406187043,41.768722476430206],[-73.07781806178694,41.76877447644897],[-73.07764006173059,41.76880147646],[-73.07737706164656,41.768827476473646],[-73.07691606149879,41.76886547649607],[-73.07684006147447,41.76887247649992],[-73.07578106113306,41.76892547654482],[-73.07561306107932,41.768941476553415],[-73.07553206105355,41.768951476558016],[-73.07507406090794,41.769009476584195],[-73.07466006077692,41.7690724766099],[-73.0744640607149,41.769102476622116],[-73.07372806048247,41.76922247666937],[-73.07342106038504,41.769264476687525],[-73.07310306028423,41.769309476706646],[-73.07300706025357,41.76931947671169],[-73.07276706017696,41.76934447672439],[-73.07204805994753,41.76942147676279],[-73.07180905987128,41.76944747677563],[-73.07162805981362,41.76946847678561],[-73.07113205965575,41.76952847681345],[-73.07108605964102,41.76953247681572],[-73.07090605958358,41.76955147682527],[-73.070666059507,41.76957747683816],[-73.07023205936872,41.76962747686202],[-73.06995005927932,41.769667476878965],[-73.06971205920392,41.769702476893514],[-73.06953305914733,41.76973047690477],[-73.06937205909703,41.769766476917],[-73.06932105908122,41.76977947692119],[-73.06911105901607,41.769833476938466],[-73.06860305885967,41.76998547698443],[-73.06837905879121,41.77006147700642],[-73.06813005871523,41.77014747703119],[-73.0680520586912,41.77017047703816],[-73.06797805866823,41.770189477044255],[-73.06788305863884,41.77021547705239],[-73.06775605859873,41.77023647706058],[-73.06768205857549,41.77025047706571],[-73.06752305852493,41.77027047707478],[-73.06739405848359,41.77028147708113],[-73.06726305844131,41.770287477086576],[-73.0672340584319,41.77028747708753],[-73.06718705841665,41.770288477089245],[-73.0665470582089,41.77029647711177],[-73.06632005813556,41.77030547712092],[-73.06615305808194,41.7703174771287],[-73.0658880579972,41.77034247714221],[-73.06544105785431,41.77038647716533],[-73.06515605776328,41.77041547718026],[-73.06430305749089,41.77050347722516],[-73.06401905740024,41.77053347724025],[-73.06326205715845,41.77061047727989],[-73.06307505709877,41.77063047728987],[-73.06251505691937,41.77067847731747],[-73.06136605654997,41.77075447736974],[-73.06121605650192,41.770767477377184],[-73.06106705645456,41.77078647738571],[-73.06098805642974,41.77080147739118],[-73.06085105638674,41.77082847740088],[-73.06075605635742,41.77085547740919],[-73.06057205630151,41.77092347742834],[-73.06048405627595,41.77097647744145],[-73.06038605624799,41.77104347745759],[-73.0603120562282,41.771116477474095],[-73.06029505622342,41.77112947747716],[-73.06027605621851,41.771151477482015],[-73.06021505620299,41.7712254774983],[-73.06017505619243,41.77126747750771],[-73.06014105618358,41.77130547751615],[-73.06010405617394,41.771346477525285],[-73.06003505615611,41.77142547754278],[-73.05999205614458,41.771467477552285],[-73.05995405613449,41.77150647756105],[-73.05987705611359,41.77157747757727],[-73.05980905609431,41.77162647758895],[-73.059808056094,41.77162647758898],[-73.05976205608047,41.77165147759532],[-73.05965905604944,41.77169347760679],[-73.05955005601582,41.77172547761654],[-73.05932605594599,41.771777477633904],[-73.05926505592677,41.77178847763802],[-73.05907905586831,41.771823477650855],[-73.05904805585857,41.77182947765303],[-73.05866005573587,41.771890477677495],[-73.05834405563546,41.77193147769576],[-73.05816205557771,41.77195647770654],[-73.05789705549289,41.77198047771983],[-73.05687005516276,41.77204947776677],[-73.05612205492265,41.77210547780204],[-73.05564605476988,41.77214147782457],[-73.05538205468568,41.7721704778388],[-73.05440505437444,41.77228447789277],[-73.05314705397369,41.77243147796231],[-73.05229405370233,41.77253747801067],[-73.05147805344315,41.772645478058216],[-73.05083105323763,41.77273147809598],[-73.05050505313449,41.772781478116286],[-73.05036905309161,41.77280547812538],[-73.05005505299268,41.77286047814627],[-73.04986405293252,41.772894478159074],[-73.04871605257321,41.773138478243695],[-73.04838405246933,41.77320947826827],[-73.04827005243341,41.77322947827585],[-73.04824205242458,41.773234478277736],[-73.04815805239812,41.773249478283375],[-73.04813005238931,41.77325447828526],[-73.0481730524079,41.773333478299094],[-73.04830205246373,41.773570478340595],[-73.04834605248271,41.77365047835458],[-73.04844705254027,41.774073478432896],[-73.04864705266654,41.77512147862853],[-73.04886905280938,41.7763304788545],[-73.04903405291347,41.777193479015594],[-73.049365053122,41.7789194793377],[-73.0494560531805,41.7794144794302],[-73.04953705323585,41.77991047952324],[-73.0495940532773,41.78030247959698],[-73.04964505331084,41.78059247965125],[-73.0497910534,41.781305479784],[-73.05002505353461,41.78230647996942],[-73.05014705360247,41.78278848005839],[-73.05026605366574,41.78320848013551],[-73.05051205379154,41.78399148027848],[-73.05054105380775,41.784107480299895],[-73.05057005383196,41.784360480347736],[-73.0506110538775,41.784911480452685],[-73.05063905389876,41.78511948049187],[-73.05071705395034,41.78556748057572],[-73.05076405397702,41.7857624806118],[-73.05087105403457,41.78615148068331],[-73.05093105406866,41.78640048072938],[-73.05099105410524,41.78669248078373],[-73.0510040541156,41.78679748080356],[-73.05100605412636,41.78697048083686],[-73.0509900541279,41.787085480859545],[-73.05096605412666,41.78719848088213],[-73.05089305411764,41.78745048093313],[-73.05086405411562,41.787577480958554],[-73.05084305412126,41.78779048100033],[-73.05083805412306,41.78784948101187],[-73.05083705412852,41.787948481031],[-73.05084905413823,41.788047481049695],[-73.05089205416378,41.78824548108647],[-73.05101405422995,41.78869848116983],[-73.05108805427321,41.789026481230685],[-73.05117805432174,41.789355481291174],[-73.05125005435586,41.78953848132411],[-73.05130405438027,41.789655481344894],[-73.0516000545105,41.790235481447056],[-73.05163605452735,41.79032348146285],[-73.05166305454117,41.79040948147856],[-73.05172405457651,41.790674481527674],[-73.0517610546003,41.79087548156521],[-73.05179005462166,41.79107948160359],[-73.05179905462995,41.791171481621035],[-73.05179105463128,41.791238481634224],[-73.05175105463837,41.79158248170186],[-73.05173605464027,41.79169848172474],[-73.0517270546415,41.79176948173872],[-73.05166205464215,41.79214248181276],[-73.05161805463887,41.792331481850646],[-73.05152105462935,41.79270848192653],[-73.05144105462361,41.79305548199606],[-73.05140405462103,41.7932174820285],[-73.05137105461928,41.793371482059285],[-73.05134205461786,41.793508482086644],[-73.0513100546153,41.79364248211353],[-73.05112305460891,41.79457448229937],[-73.0510800546086,41.794808482345886],[-73.05097705460862,41.79538248245994],[-73.05091505461226,41.79578948254045],[-73.05088605461071,41.795924482567415],[-73.05079705459899,41.79621948262723],[-73.05073605458857,41.79638048266027],[-73.05065405457098,41.796536482693035],[-73.05053605454236,41.79670348272907],[-73.05034005449066,41.79691048277542],[-73.05025605446752,41.79698248279206],[-73.05007905441795,41.79711948282427],[-73.04984105435067,41.79729348286559],[-73.0496110542847,41.797445482902425],[-73.04942505423035,41.79755148292897],[-73.04931605419817,41.79760748294333],[-73.04903605411452,41.79773548297719],[-73.04889305407124,41.79779148299264],[-73.04889105407065,41.797792482992904],[-73.0487270540205,41.79784748300889],[-73.04839005391615,41.79793848303746],[-73.0482240538651,41.797989483052724],[-73.04788205376144,41.798120483089185],[-73.0476410536891,41.79822448311713],[-73.04590705312471,41.79822348317369],[-73.04505705284782,41.798219483200754],[-73.04437305262509,41.79821748322276],[-73.04400305250456,41.79821548323448],[-73.04046405135188,41.798200483347415],[-73.03895905086168,41.79819448339553],[-73.03730505032289,41.798186483448085],[-73.0347220494816,41.79817648353068],[-73.03402804925759,41.79820848355956],[-73.0336370491304,41.79820948357254],[-73.03335404903805,41.798205483581036],[-73.0331890489836,41.798192483583925],[-73.03294504890242,41.79816248358612],[-73.03278804884981,41.798136483586234],[-73.03258304877974,41.79807948358195],[-73.03247404874247,41.79804848357955],[-73.03234704870188,41.79806148358621],[-73.03217804864916,41.79810048359924],[-73.03212004863134,41.798118483604625],[-73.03205804861115,41.79811848360666],[-73.0320540486102,41.79812448360794],[-73.0299290479175,41.79810648367399],[-73.02809804732273,41.798126483737725],[-73.0271460470135,41.798137483770994],[-73.02627004672881,41.79814448380098],[-73.0260660466628,41.79815148380901],[-73.02583104658754,41.79817248382074],[-73.02542304645749,41.798219483843155],[-73.02520604638796,41.79823848385392],[-73.02474104623755,41.798254483872206],[-73.02454304617328,41.79825748387926],[-73.02445304614405,41.79825848388239],[-73.02437004611681,41.79825448388434],[-73.0239480459781,41.79823148389371],[-73.02358104585818,41.79822348390415],[-73.02333004577677,41.798228483913334],[-73.02251404551164,41.79823648394155],[-73.0224200454811,41.798237483944824],[-73.02211404538127,41.798233483954064],[-73.02139904514704,41.79820748397243],[-73.02115004506592,41.79820648398037],[-73.02030704479111,41.79819948400659],[-73.01992404466628,41.79819648401853],[-73.01777904396809,41.79819648408865],[-73.01770504394406,41.79819748409127],[-73.01693704369373,41.798191484115236],[-73.01693604369098,41.798149484107164],[-73.01693404368297,41.798023484082925],[-73.0169280436786,41.79798248407522],[-73.0169020436594,41.79779848404057],[-73.01678204357982,41.79710448391067],[-73.01660104345922,41.79604748371277],[-73.0165350434153,41.79566348364088],[-73.01625804325668,41.79449048342373],[-73.01607204315003,41.793700483277455],[-73.01606304314265,41.79362448326309],[-73.01593304306289,41.79298248314352],[-73.01592204305602,41.792926483133094],[-73.01553804282943,41.79118548280988],[-73.01550804281268,41.791065482787694],[-73.01535204272486,41.79043048267033],[-73.0153500427234,41.79041648266769],[-73.01534404271905,41.79037548265998],[-73.01534304271794,41.790362482657514],[-73.01514504259924,41.7894324824846],[-73.01506504255116,41.78905448241432],[-73.01491704246097,41.78833448228029],[-73.0147320423566,41.78757748214031],[-73.01452604223546,41.78665048196825],[-73.01450504222291,41.78655248195004],[-73.01440804216368,41.78607848186177],[-73.01434104212093,41.785719481794715],[-73.01416504200894,41.784781481619504],[-73.01400404191051,41.78399248147259],[-73.01391904185847,41.78357448139474],[-73.01363504168269,41.782145481128346],[-73.01354504162914,41.78172948105103],[-73.01337204151825,41.78079348087613],[-73.01320304141298,41.77993148071534],[-73.01315604138516,41.77971648067541],[-73.0131000413544,41.77950148063575],[-73.01301304130953,41.77921748058381],[-73.0129180412561,41.77883148051244],[-73.0129130412533,41.778811480508736],[-73.01283804120865,41.77846448044424],[-73.01270204112481,41.7777854803177],[-73.01263404108403,41.77746548025817],[-73.01262204107014,41.777294480225564],[-73.01271204108959,41.777125480190016],[-73.0126940410772,41.777013480168996],[-73.01268704107171,41.77695848015861],[-73.0126490410397,41.77662148009485],[-73.01265004103244,41.77649148006972],[-73.0126450410287,41.77645548006295],[-73.01264304102713,41.77643948005992],[-73.01263504102306,41.77641448005536],[-73.01262004101686,41.77639148005141],[-73.01257704100087,41.776357480046244],[-73.01253804098701,41.77633748004367],[-73.01246104096114,41.77632348004348],[-73.01243704095279,41.77631448004253],[-73.01241304094383,41.77629448003945],[-73.01240904094146,41.77627648003612],[-73.01240704093861,41.77623848002885],[-73.0124260409403,41.77616148001337],[-73.01250404095181,41.775923479964895],[-73.01251804095159,41.77584147994862],[-73.01252004094955,41.77579547993969],[-73.01253304094224,41.77559747990106],[-73.01253104093558,41.775494479881246],[-73.01253504093248,41.77541847986645],[-73.01253004092793,41.77536847985698],[-73.01250704091775,41.775322479848846],[-73.0124690409034,41.775288479843525],[-73.01242604088824,41.77526847984106],[-73.01237104086964,41.77525647984056],[-73.01231904085125,41.77523147983743],[-73.0122830408374,41.77519447983147],[-73.01225704082577,41.77514047982191],[-73.01222204080787,41.77502847980143],[-73.01218804078788,41.77487547977302],[-73.01212604074135,41.774423479687826],[-73.01210304072612,41.774290479662916],[-73.0120800407149,41.774226479651325],[-73.01205104070179,41.774163479640116],[-73.01197904067095,41.77403647961796],[-73.01194604065682,41.77397847960785],[-73.01188704063051,41.773856479586236],[-73.01186504061977,41.773794479575],[-73.01185204061208,41.77373547956404],[-73.01182504058463,41.77341547950316],[-73.01181604058026,41.773390479498644],[-73.01178004055875,41.7732224794674],[-73.01177904055831,41.77322047946704],[-73.01174504053469,41.773005479426665],[-73.01174004052608,41.77288547940368],[-73.01174204052097,41.7727864793845],[-73.0117290405102,41.77267447936332],[-73.01171604050376,41.77263647935643],[-73.0117110405016,41.77262747935485],[-73.0116880404919,41.77258947934825],[-73.01165004047697,41.77254547934103],[-73.01161804046127,41.77245447932449],[-73.01153504041059,41.77204847924887],[-73.01125604024804,41.77081747902045],[-73.01112404017094,41.77023147891167],[-73.01086704001813,41.76904447869101],[-73.01072203992754,41.76829947855197],[-73.01056303982574,41.767440478391386],[-73.01050303979044,41.76716947834103],[-73.01039403973067,41.7667524782641],[-73.01033503969701,41.766504478218195],[-73.01024003963768,41.76601647812711],[-73.01021803962364,41.76589847810506],[-73.0100940395457,41.765253477984615],[-73.01003803951298,41.76500447793839],[-73.00999603948172,41.76470247788147],[-73.00985803941036,41.76424847779836],[-73.0098280393995,41.76422947779567],[-73.009499039223,41.76303747757635],[-73.00912903902513,41.76170747733172],[-73.00905803898625,41.76143647728174],[-73.00791403827526,41.75561947619621],[-73.00789103826207,41.75552147617805],[-73.00764703812068,41.754456475980405],[-73.00664603754176,41.75010647517325],[-73.00503203663395,41.74352947395595],[-73.00329403565631,41.73644247264393],[-73.00275003531436,41.7336054721137],[-73.00269703529085,41.73349747209457],[-73.0026500352702,41.73340547207834],[-73.0026240352539,41.73327047205312],[-73.00192703481882,41.72968647138351],[-73.00109803430117,41.725419470586196],[-72.99970003342843,41.71822446924154],[-72.99955303333648,41.71746446909948],[-72.99895103296308,41.71440646852812]]]},"properties":{"name":2984,"geoid":"09005298400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.11977207583773,41.775650476399385],[-73.1198600758681,41.7756804764023],[-73.11987507587327,41.77568547640276],[-73.11994907589882,41.775710476405145],[-73.12018407597996,41.77579047641287],[-73.1202880760159,41.77582647641639],[-73.12040507605711,41.77588047642298],[-73.12075607618085,41.77604347644288],[-73.12087307622213,41.77609847644964],[-73.12100707626864,41.77614847645489],[-73.12141207640937,41.77630147647109],[-73.12154707645627,41.77635247647649],[-73.12164107648931,41.776394476481514],[-73.1219230765886,41.776523476497125],[-73.12201807662203,41.7765664765023],[-73.1221200766572,41.776600476505514],[-73.12328707704361,41.776716476489554],[-73.12455507746355,41.77684347647243],[-73.1270580783118,41.777424476502254],[-73.1283070787351,41.777714476517154],[-73.13037007943373,41.778184476540034],[-73.13655908152964,41.77959447660859],[-73.13862208222834,41.78006547663162],[-73.13966208258135,41.780316476645844],[-73.14278208364043,41.78106947668848],[-73.1438220839935,41.781321476702885],[-73.14532408450243,41.78166847672042],[-73.1461100847688,41.78185047672966],[-73.14983308603036,41.78271147677326],[-73.15133608653969,41.78305947679094],[-73.15189608672945,41.78318947679758],[-73.15357808729965,41.783582476818026],[-73.15413908748982,41.78371347682483],[-73.15391508742172,41.78379447684782],[-73.15370408735741,41.783868476869024],[-73.15240008696027,41.7843284770006],[-73.15196608682811,41.784482477044556],[-73.1519400868202,41.784491477047155],[-73.15186308679681,41.78451947705506],[-73.15183808678927,41.784529477057816],[-73.15148508668187,41.78465647709392],[-73.15042808636055,41.78503947720251],[-73.15007608625358,41.78516747723877],[-73.15001408623469,41.78518947724506],[-73.14983108617896,41.78525447726361],[-73.14977008616049,41.785277477270036],[-73.14943608605883,41.78539647730396],[-73.14898808592261,41.78555847734992],[-73.1484290857511,41.785734477402244],[-73.14842708575046,41.78573447740231],[-73.14808708564577,41.78583547743296],[-73.14761108549841,41.7859624774731],[-73.14759608549369,41.785965477474164],[-73.14677408523738,41.78615447753762],[-73.1464490851353,41.786216477560274],[-73.14624308507061,41.78625547757455],[-73.1461060850272,41.78627547758292],[-73.145802084931,41.786321477601795],[-73.14560408486807,41.78634647761313],[-73.14550108483569,41.78636547762016],[-73.14549808483471,41.78636547762026],[-73.14517908473283,41.786397477636925],[-73.14507308469898,41.78640847764253],[-73.1448280846198,41.78641747765232],[-73.14477508460257,41.786417477654055],[-73.14454908452917,41.78641947766188],[-73.1442770844398,41.78640447766792],[-73.14391408431908,41.78635947767117],[-73.14388408430904,41.786354477671196],[-73.14373008425746,41.78632947767145],[-73.14359308421096,41.78629647766958],[-73.14347008416959,41.786273477669205],[-73.14337208413632,41.78624947766781],[-73.14332808412142,41.786239477667316],[-73.14308108403684,41.786167477661564],[-73.14272508391423,41.786051477650894],[-73.14251108384057,41.78598247764462],[-73.14242308381024,41.785953477641925],[-73.14240608380442,41.78594847764152],[-73.14216208372005,41.785863477633164],[-73.14207508369005,41.78583447763042],[-73.14159008352301,41.78567647761591],[-73.14133108343488,41.78561047761169],[-73.14119608338943,41.785584477611124],[-73.14106008334402,41.785564477611736],[-73.14081408326282,41.78554447761596],[-73.14056908318301,41.78554247762364],[-73.14044608314335,41.78554847762883],[-73.14032508310463,41.78555947763494],[-73.14019208306243,41.785577477642775],[-73.14005908302052,41.785600477651585],[-73.1398160829448,41.785657477670554],[-73.13970508291057,41.785689477680364],[-73.13959708287767,41.785727477691246],[-73.13946808283889,41.78578147770591],[-73.13934408280214,41.78584247772175],[-73.13924808277407,41.78589647773531],[-73.13915708274781,41.78595347774929],[-73.13895808269145,41.78609647778339],[-73.13878508264399,41.786246477818004],[-73.13845908256066,41.78663347790333],[-73.13831208252434,41.78682947794593],[-73.13824108250209,41.78684447795117],[-73.13746408228226,41.78740547808487],[-73.1364710820117,41.788299478289844],[-73.13535608168897,41.78898147845797],[-73.13428308136808,41.789461478585764],[-73.13294608095295,41.78979947869487],[-73.12937107978036,41.78963647878092],[-73.12866107955126,41.7896684788104],[-73.1282730794327,41.789799478848416],[-73.12821207941404,41.78981947885428],[-73.1277210792644,41.78999147890356],[-73.12753707920841,41.79005747892233],[-73.12681207898785,41.79031847899647],[-73.12652607890139,41.79043047902745],[-73.12634407884687,41.79051047904884],[-73.12609407877287,41.79063547908116],[-73.1260700787658,41.79064847908445],[-73.12575207867297,41.7908294791298],[-73.12559907862988,41.79094347915681],[-73.12552307860997,41.79102547917509],[-73.12540107857802,41.79115747920455],[-73.1253110785562,41.79128447923199],[-73.12524807854109,41.79137647925181],[-73.12520207853187,41.7914744792722],[-73.12512607851671,41.79163747930612],[-73.12507007850634,41.791771479333796],[-73.12503007849925,41.79187247935457],[-73.12496507848937,41.79206447939373],[-73.12477007845985,41.79264247951155],[-73.12470607845034,41.79283547955085],[-73.12462807843869,41.793069479598515],[-73.12456907843018,41.79325147963556],[-73.12440807840595,41.79373147973337],[-73.12439907840562,41.79377547974216],[-73.12435407840522,41.794018479790466],[-73.12433507840355,41.79409547980593],[-73.124320078405,41.79420347982724],[-73.12431907840511,41.794210479828635],[-73.12431107840847,41.79431247984855],[-73.12431107842244,41.794550479894426],[-73.12434307844717,41.79479447994041],[-73.124369078467,41.79498847997695],[-73.1236440782384,41.79511248002467],[-73.12308107806086,41.79520848006169],[-73.12291707800928,41.79523848007283],[-73.12243807785816,41.7953194801042],[-73.12063107728956,41.79564848022697],[-73.12023607716428,41.79570348025055],[-73.11962207696837,41.79576948028345],[-73.119386076893,41.79579348029581],[-73.11867907666726,41.7958664803331],[-73.11844407659225,41.79589148034564],[-73.11822207652125,41.79591248035699],[-73.11821207651813,41.7959144803577],[-73.11810107648219,41.79591748036192],[-73.11799007644589,41.79591448036499],[-73.11780007638302,41.79589648036776],[-73.11764107632972,41.795869480367784],[-73.11758607631116,41.795858480367464],[-73.11756007630235,41.79585248036716],[-73.11748307627643,41.7958374803668],[-73.11740007624829,41.79581848036587],[-73.11734307622893,41.79580448036503],[-73.11728507620931,41.79579148036444],[-73.11725507619913,41.79578448036408],[-73.11709307614426,41.79574748036226],[-73.11699207611,41.795723480360955],[-73.1169050760805,41.79570348035995],[-73.116634075989,41.79564648035786],[-73.11647707593603,41.79561448035685],[-73.1163830759047,41.79560148035744],[-73.1161940758423,41.79558648036075],[-73.11612207581878,41.79558448036272],[-73.11590507574847,41.795589480370815],[-73.11581107571813,41.79559348037468],[-73.11553607562952,41.7956084803866],[-73.11528907554985,41.79562048039703],[-73.11483307540296,41.79564548041682],[-73.11455107531273,41.79567148043109],[-73.114411075268,41.79568548043838],[-73.11430707523529,41.79570448044546],[-73.11402507514899,41.79579748047265],[-73.11391107511412,41.79583548048372],[-73.11317907488973,41.796070480553055],[-73.11289707480331,41.79616148057986],[-73.11277307476384,41.79617648058682],[-73.11259207470543,41.7961844805943],[-73.11258607470349,41.796184480594505],[-73.11217107456862,41.7961874806087],[-73.11179207444545,41.79618948062154],[-73.11165307440008,41.79618748062571],[-73.11134207429865,41.79618348063515],[-73.11125207426159,41.79605048061247],[-73.11098407415109,41.79565348054475],[-73.11089507411442,41.79552148052222],[-73.11075307405348,41.79527048047849],[-73.11062907400212,41.79508248044633],[-73.11019707382293,41.794423480333485],[-73.10978007365073,41.79380048022708],[-73.10966207360202,41.79362448019702],[-73.10949707353367,41.79337448015424],[-73.10912507337964,41.79281148005791],[-73.10896007331135,41.79256248001533],[-73.1086030731653,41.79205247992873],[-73.10848907311819,41.7918814798995],[-73.10838207307319,41.79170747986947],[-73.10819907299384,41.79136947981032],[-73.10806907293525,41.791091479761],[-73.10803807292123,41.79102447974907],[-73.1079030728572,41.79068147968739],[-73.1078290728203,41.79046247964759],[-73.10795107285314,41.79034547962104],[-73.10812607290033,41.79017947958329],[-73.10831707295176,41.789996479541735],[-73.10844007298498,41.78988047951535],[-73.10845807298932,41.789854479509735],[-73.10851407300314,41.78977947949343],[-73.10853407300823,41.78975547948815],[-73.10866007304186,41.78962947945973],[-73.10888607310137,41.789390479406215],[-73.10984807335505,41.78837847917953],[-73.10993507337791,41.788285479158745],[-73.11028507347027,41.78791847907649],[-73.1105910735404,41.78741647896966],[-73.1106460735529,41.78732447895012],[-73.11073207357275,41.7871854789205],[-73.11111907366141,41.78655047878536],[-73.11159107376957,41.785775478620444],[-73.11173107380158,41.7855444785713],[-73.11199007386105,41.78512147848123],[-73.11204207387298,41.785036478463134],[-73.11209407388493,41.78495147844504],[-73.11209907380265,41.78351947816876],[-73.11215907380077,41.7831544780964],[-73.11225707379792,41.78256147797884],[-73.11239107382943,41.78235547793473],[-73.11247107384814,41.78223047790799],[-73.1144320744717,41.78198447779617],[-73.11581607490535,41.781701477696174],[-73.11588107492555,41.78168547769096],[-73.11680707521357,41.78145947761698],[-73.11715607532213,41.781374477589125],[-73.11750607540533,41.78085147747678],[-73.1176680754194,41.78019247734438],[-73.11768407542077,41.78012647733113],[-73.11770007542215,41.78006147731807],[-73.11784907543499,41.779453477195936],[-73.11786407543647,41.77939547718425],[-73.11811607542495,41.77779947686821],[-73.11818207543531,41.77761047682958],[-73.1182810754513,41.777333476772924],[-73.11829807545409,41.7772864767633],[-73.11846307549446,41.7770594767141],[-73.11852307550912,41.77697647669613],[-73.11858907552539,41.7768874766768],[-73.11872507556123,41.776744476644744],[-73.11879607558005,41.776671476628344],[-73.11883807559114,41.77662747661848],[-73.11893307561724,41.77654547659954],[-73.11935907573455,41.77618247651554],[-73.1193820757409,41.77616347651113],[-73.1194770757645,41.7760384764839],[-73.1195350757788,41.775960476466956],[-73.11971307582306,41.77572747641618],[-73.11977207583773,41.775650476399385]]]},"properties":{"name":3108.01,"geoid":"09005310801"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.37875315552729,41.699388453139285],[-73.37878815553837,41.69938345313715],[-73.37889315557176,41.69937145313137],[-73.37892915558328,41.69936845312957],[-73.38073015615551,41.699154453028555],[-73.38113615628453,41.69910645300581],[-73.38399615719321,41.69876645284533],[-73.38376015699018,41.696626452440064],[-73.38356315681976,41.69482345209854],[-73.38354715679696,41.69452545204154],[-73.38354315679247,41.69447145203125],[-73.3835391567864,41.694390452015746],[-73.38353215677621,41.69425645199009],[-73.38348515671136,41.6934164518295],[-73.38346615668448,41.69306545176238],[-73.38339515659057,41.691865451533054],[-73.3831831563094,41.688268450845605],[-73.38311315621591,41.68706945061642],[-73.38291515610754,41.68632245047875],[-73.38232215578275,41.6840814500657],[-73.38212515567476,41.68333544992817],[-73.38406515628822,41.68305644980997],[-73.38988515812859,41.68222044945552],[-73.3918261587424,41.681942449337456],[-73.39250315895701,41.681854449298],[-73.3945371596019,41.681591449179734],[-73.39521515981689,41.68150444914046],[-73.39643516020443,41.681359449071984],[-73.40009416136672,41.68092444886659],[-73.40131516175467,41.680780448798245],[-73.40358816247816,41.68053544867552],[-73.40456616278945,41.68043044862278],[-73.40487516288779,41.68039644860597],[-73.40608316327237,41.68026744854097],[-73.4084511640261,41.68001244841312],[-73.41555516628739,41.67925044803012],[-73.41911616742091,41.6788694478383],[-73.41922316745483,41.678855447832056],[-73.41954416755657,41.678813447813276],[-73.41965216759087,41.67880044780719],[-73.42375116889376,41.678330447580294],[-73.43605017280292,41.6769204468994],[-73.44015017410608,41.67645144667257],[-73.44066217426844,41.676386446642994],[-73.44219717475517,41.67619144655431],[-73.4427101749179,41.67612744652492],[-73.44307917503521,41.67608544650453],[-73.44418617538707,41.6759594464434],[-73.44455617550474,41.675918446423175],[-73.4462921760575,41.675736446330326],[-73.45150317771669,41.67519144605181],[-73.45324017826977,41.675010445959096],[-73.45342117832806,41.67500244595154],[-73.4539631785026,41.67497944592908],[-73.45414517856128,41.67497244592167],[-73.45458217870323,41.67497444590752],[-73.45589517912977,41.67498044586501],[-73.45633317927205,41.67498244585083],[-73.45666117937905,41.67499144584165],[-73.45868818002039,41.67471144572017],[-73.46574518225329,41.67373844529749],[-73.46809818299779,41.673414445156624],[-73.46822918303936,41.673398445149196],[-73.46862318316433,41.67334944512662],[-73.46875518320628,41.67333444511932],[-73.4688961832511,41.67331844511154],[-73.46932218338664,41.67327244508848],[-73.46946418343182,41.673257445080864],[-73.47109318394887,41.67306044498861],[-73.47598218550064,41.67247044471194],[-73.47761218601806,41.67227444461983],[-73.48245918755798,41.67171544435051],[-73.48781618925993,41.67109844405299],[-73.49700319217848,41.67003844354226],[-73.4996171930089,41.66973744339705],[-73.50131819355258,41.66959744331333],[-73.50144619359352,41.66958744330713],[-73.50156219363056,41.669577443301336],[-73.50185919372552,41.669553443286794],[-73.50222819384142,41.669488443261955],[-73.5033381941901,41.669294443187496],[-73.50370819430638,41.66923044316282],[-73.50378119432864,41.669206443155744],[-73.5038021943351,41.669200443153876],[-73.50389519436344,41.66916944314481],[-73.50398519439092,41.66914044313619],[-73.5040021943961,41.66913444313449],[-73.50407619441874,41.66911144312757],[-73.50414419442345,41.66881844306873],[-73.50422519443856,41.66863044302975],[-73.50432019446039,41.66847844299722],[-73.50443719448994,41.66833644296591],[-73.50444619449208,41.66832344296309],[-73.5046131945333,41.66810444291525],[-73.5051111946627,41.6675614427938],[-73.50554919478014,41.66714544269889],[-73.50590719487613,41.666804442621114],[-73.50630019498155,41.66643144253598],[-73.50648219503039,41.6662594424967],[-73.50661319506524,41.66613044246744],[-73.50669519508581,41.666028442445004],[-73.50679719511393,41.66594444242539],[-73.50683419512464,41.66592244241991],[-73.50687919513592,41.6658664424076],[-73.5069241951472,41.66581044239529],[-73.50702219518224,41.66586544240265],[-73.50804019552682,41.666105442415045],[-73.5091661958993,41.66622544240067],[-73.5093561959622,41.66624644239841],[-73.5098211961183,41.666334442399894],[-73.51038019630987,41.66650644241445],[-73.51115019655914,41.66649644238687],[-73.5138211973967,41.666005442203],[-73.5147851977029,41.66589444214944],[-73.5152791978654,41.665931442140106],[-73.51595119808565,41.66596844212484],[-73.51602019810827,41.66597244212332],[-73.51672719835587,41.666279442159],[-73.51728419855355,41.666565442195655],[-73.51762419867332,41.66672444221502],[-73.5180741988197,41.666730442201164],[-73.51808119882202,41.66673144220111],[-73.5180721988226,41.66679044221282],[-73.51806519882395,41.66685144222483],[-73.51801219884999,41.66758044236734],[-73.51783119894242,41.67012844286532],[-73.51777119897338,41.67097844303141],[-73.51776819897454,41.67101444303846],[-73.51776219897917,41.67112544306009],[-73.51776019898072,41.67116244306732],[-73.51756419911203,41.67444744370798],[-73.51698019950751,41.684303445629816],[-73.51678619963967,41.68758944627042],[-73.51674019964997,41.68801444635396],[-73.51660619968233,41.68929144660485],[-73.51656219969334,41.68971744668853],[-73.51645219973575,41.69103244694593],[-73.51612619986427,41.69497744771798],[-73.5160591998904,41.69578344787572],[-73.51601819990739,41.696293447975485],[-73.51542920006797,41.702213449137204],[-73.51506820016665,41.705845449849846],[-73.51429020037924,41.713669451384774],[-73.51421120040563,41.71454445155615],[-73.51388920051491,41.71813945226014],[-73.51372320057064,41.71998245262104],[-73.51319120075053,41.72590945378152],[-73.51297220083497,41.72852345429275],[-73.51270820093792,41.73169345491264],[-73.51231820108944,41.73636645582637],[-73.51211520116863,41.73880345630282],[-73.51210020117438,41.738981456337626],[-73.51205920118767,41.739428456425145],[-73.5119372012279,41.740769456687644],[-73.51193120123054,41.740846456702684],[-73.51192220123377,41.74094945672284],[-73.51190820124515,41.74121745677495],[-73.51183920130262,41.74255845703568],[-73.51163320147552,41.74658445781834],[-73.51156520153336,41.74792645807919],[-73.51151420157531,41.7489084582701],[-73.5114542016269,41.75010145850196],[-73.51136420170212,41.7518544588427],[-73.51131420174447,41.75283745903375],[-73.5113032017478,41.752953459056464],[-73.51127320175871,41.75330045912431],[-73.51126320176245,41.753417459147194],[-73.51125020176752,41.75357345917767],[-73.51119920180524,41.75448445935489],[-73.51102120193839,41.757688459978056],[-73.51096220198293,41.75875746018593],[-73.51041720216483,41.76477746136364],[-73.50961620243254,41.77362846309489],[-73.50878120271084,41.78283846489597],[-73.50848220281134,41.786149465543325],[-73.50817820287399,41.78885346607395],[-73.50811620289387,41.78952346620498],[-73.5079312029537,41.79153246659786],[-73.49852519987881,41.79120546684937],[-73.49147519757406,41.7909604670378],[-73.48989619705819,41.790911467081145],[-73.48952819693758,41.79089346708995],[-73.48906619678709,41.79088646710405],[-73.4890451967802,41.79088546710456],[-73.48841419657408,41.79086646712197],[-73.48622019585737,41.790799467182374],[-73.4827561947257,41.79069246727748],[-73.48242819461836,41.79067946728593],[-73.48214219452349,41.79064646728914],[-73.48206219449733,41.79064346729122],[-73.48182219441894,41.790636467297894],[-73.48174219439282,41.79063446730017],[-73.47830919327107,41.79052546739385],[-73.47793719314959,41.79051446740414],[-73.46801318990667,41.790197467674425],[-73.46458218878553,41.79008846776795],[-73.4621651879957,41.790011467833786],[-73.46163718782321,41.78999546784832],[-73.456890186272,41.78984546797781],[-73.45491518562662,41.78978246803157],[-73.45462318553122,41.78977346803956],[-73.4524991848369,41.78970246809674],[-73.45174618459119,41.78968446811839],[-73.44948818385451,41.78963346818389],[-73.4487361836092,41.789616468205665],[-73.44801918337457,41.7895884682242],[-73.44731818314516,41.78956046824218],[-73.44306718175416,41.78939546835213],[-73.4416501812905,41.78934046838879],[-73.43964618063504,41.789267468441516],[-73.43363517866912,41.78905146860028],[-73.431632178014,41.78897946865314],[-73.43147817796348,41.78897146865673],[-73.43101817781277,41.788950468668034],[-73.43086517776266,41.788943468671775],[-73.42835117694152,41.78887146874168],[-73.42744117664428,41.78884546876698],[-73.42081217447901,41.788655468951184],[-73.41830017365848,41.78858346902099],[-73.41754117341031,41.78855746904124],[-73.41672517314343,41.78852846906284],[-73.41200217159893,41.78836346918829],[-73.41064317115452,41.7883164692245],[-73.41042817108425,41.78830946923029],[-73.41038417106984,41.78830746923137],[-73.41025217102658,41.78830146923461],[-73.41020917101255,41.78830046923585],[-73.41013017098652,41.78829446923733],[-73.41036117103829,41.787902469154155],[-73.41078717115087,41.78746746905621],[-73.41164117137654,41.786595468859865],[-73.41282117165835,41.78488546849129],[-73.41331917176157,41.78389946828483],[-73.4134951718004,41.783590468219465],[-73.4138811718856,41.78291346807623],[-73.41483817211005,41.78145746776397],[-73.41462117203918,41.781451467770054],[-73.414403171968,41.781445467776145],[-73.41433517194585,41.781444467778215],[-73.41413217187983,41.78144346778478],[-73.41406517185806,41.78144346778701],[-73.41374017175227,41.78144046779725],[-73.41276817143591,41.78143146782788],[-73.4124441713305,41.78142946783827],[-73.40955917038994,41.78137646792406],[-73.40090516756851,41.781217468181396],[-73.39802116662823,41.781164468267114],[-73.39580116590514,41.781135468335364],[-73.38914116373577,41.78104846854008],[-73.38692216301297,41.78101946860828],[-73.38796416314918,41.777608467916586],[-73.38805016316057,41.777329467859985],[-73.3880521631608,41.77732246785858],[-73.39081116354069,41.76861346608904],[-73.39118916359193,41.76740646584392],[-73.39225616373686,41.76400446515293],[-73.39270916379924,41.76257446486232],[-73.39322916387131,41.760940464530144],[-73.39543416448684,41.75923946412904],[-73.39662316481888,41.75832446391319],[-73.3970571649392,41.7579754638315],[-73.39835916530016,41.75692946358663],[-73.39879416542087,41.7565814635051],[-73.40058316591765,41.75515746317118],[-73.40157616619345,41.75436846298611],[-73.4008491657,41.750028462173745],[-73.40064316556348,41.748854461954295],[-73.4002481653017,41.74660246153331],[-73.4001351652198,41.74583946138996],[-73.39979716497436,41.74355046095991],[-73.39968516489277,41.74278746081655],[-73.39967216488012,41.742645460789596],[-73.39966716486333,41.7423894607404],[-73.399648164851,41.742285460721],[-73.39964216484681,41.74224746071387],[-73.39954316480257,41.74204346067783],[-73.39951316479058,41.74200546067149],[-73.3994801647773,41.741962460664304],[-73.39946216477004,41.741938460660265],[-73.3994301647556,41.74187046064821],[-73.39943816474486,41.74164546060459],[-73.39943116473857,41.74157746059169],[-73.39941816473109,41.741522460581514],[-73.39938616471703,41.74146046057063],[-73.39934216469946,41.7414054605615],[-73.39916616463164,41.74122546053264],[-73.39913616461307,41.74107646050491],[-73.39911516459783,41.74093446047823],[-73.39910616459099,41.7408684604658],[-73.39911116458575,41.740752460443275],[-73.39919416459962,41.74053146039789],[-73.39924316461146,41.74046246038297],[-73.39917016456155,41.74002046030018],[-73.39895116441204,41.738697460052364],[-73.39887916436254,41.73825645996972],[-73.39883216432649,41.73790545990359],[-73.39869116421832,41.73685245970524],[-73.39864516418265,41.73650245963928],[-73.39854916413222,41.73617745957979],[-73.39790816385278,41.73497445936913],[-73.39790716385227,41.73497145936857],[-73.39751116368149,41.734259459244434],[-73.3950581626231,41.7298404584737],[-73.39384216209851,41.7276504580917],[-73.3926201615713,41.725448457707564],[-73.39198416129763,41.72431445750995],[-73.39123816097666,41.72298445727816],[-73.39007716047699,41.72091245691701],[-73.38944216020373,41.71977945671953],[-73.38829515971223,41.717767456369444],[-73.38522715839751,41.71238345543246],[-73.38485715823897,41.71173445531951],[-73.383711157748,41.709724454969674],[-73.38366415772795,41.709643454955604],[-73.38352315766785,41.709401454913575],[-73.38347615764786,41.7093214548997],[-73.38348515765007,41.70930945489708],[-73.38352215765413,41.709174454869796],[-73.38355115764577,41.70887345481075],[-73.38347915759839,41.70846745473479],[-73.3834861575929,41.70833645470928],[-73.3833401575342,41.70814545467726],[-73.3832301574856,41.70792745463884],[-73.3830471574114,41.70767745459668],[-73.38279115731102,41.70738545454882],[-73.38265615726037,41.7072704545311],[-73.38224215710488,41.70691445447613],[-73.38214015706366,41.706777454453075],[-73.38208915704503,41.70674245444801],[-73.38190515697782,41.70661645442979],[-73.38175115691814,41.706452454403255],[-73.38170115689334,41.70630745437693],[-73.38148115679961,41.70593045431147],[-73.38089615656737,41.70521545419288],[-73.38033215633797,41.70443245406048],[-73.38004715621942,41.70399245398501],[-73.37995315615476,41.703414453876576],[-73.37999615615412,41.70316745382747],[-73.3800991561698,41.702866453765964],[-73.38020915619448,41.70267945372622],[-73.3802761562043,41.70247745368501],[-73.3803421561931,41.70192445357609],[-73.38032015617212,41.70169045353165],[-73.38015715609285,41.70124445345096],[-73.38014515608694,41.7012104534448],[-73.38005015604725,41.701060453419004],[-73.37999815602846,41.70102845341455],[-73.37978615594213,41.70073245336445],[-73.3795081558346,41.70044045331729],[-73.37920015571942,41.70018345327791],[-73.3789231556037,41.69974745320294],[-73.37889315558729,41.69963445318213],[-73.37878415554091,41.699448453149834],[-73.37875315552729,41.699388453139285]]]},"properties":{"name":2661,"geoid":"09005266100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.2246051106689,41.78815047535853],[-73.22450011062597,41.78800147533329],[-73.22418511049732,41.78755647525794],[-73.22408111045478,41.787408475232844],[-73.22401711042842,41.78731447521683],[-73.22380311033662,41.78693747515125],[-73.22347311019331,41.78632647504439],[-73.22313711005083,41.785762474946765],[-73.22291510995673,41.78539047488239],[-73.22205810959873,41.78404447465126],[-73.22047110894438,41.78169647425106],[-73.22000710875295,41.78100747413357],[-73.21988710870339,41.78082847410303],[-73.21972610863571,41.78056847405823],[-73.2196411085979,41.780395474027685],[-73.21955410855405,41.78013147397965],[-73.21939410845705,41.77936747383765],[-73.21937110844239,41.77924547381491],[-73.2193271084143,41.779011473771256],[-73.21931110840197,41.778890473748454],[-73.2191741082945,41.7778214735469],[-73.2191411082684,41.777560473497694],[-73.21913110825955,41.7774654734797],[-73.2190921082262,41.77711447341333],[-73.2190711082112,41.776975473387225],[-73.21899210815361,41.776433473285344],[-73.21896010812753,41.77616747323513],[-73.21893910809688,41.77576247315775],[-73.21895510808677,41.77550247310709],[-73.21896710808007,41.775322473071995],[-73.21900510807419,41.775012473010975],[-73.21908610806145,41.7743484728803],[-73.2190921080605,41.77429947287066],[-73.21919110805287,41.77362247273687],[-73.21925010804179,41.77310847263584],[-73.21927210803045,41.772794472574574],[-73.21929310800745,41.77228747247613],[-73.21929010799889,41.77215847245136],[-73.21928810798993,41.772017472424245],[-73.21925910795484,41.77158147234113],[-73.21923110793773,41.77144547231585],[-73.21921410792596,41.77133947229598],[-73.21914410789098,41.77113147225817],[-73.2190991078684,41.77099647223362],[-73.21882310774123,41.77036047212011],[-73.21875610771208,41.77023547209821],[-73.21860210764518,41.769949472048154],[-73.21856310762833,41.769878472035735],[-73.2185121076068,41.76979447202124],[-73.2182361074901,41.769336471942026],[-73.21814510745158,41.76918447191572],[-73.21754010719685,41.768198471745556],[-73.21684710690492,41.76706647155013],[-73.21646110674035,41.76640247143484],[-73.21625810665059,41.76599847136361],[-73.21605910655987,41.76555647128495],[-73.21589310648214,41.76515247121252],[-73.21550310629934,41.7642004710418],[-73.21546310627929,41.76408047101997],[-73.21544110626883,41.7640244710099],[-73.21540610625196,41.76393147099312],[-73.21537810623865,41.76385947098016],[-73.21535810622892,41.76380447097021],[-73.21516210612965,41.7632004708602],[-73.21457510583241,41.761391470530675],[-73.21438010573357,41.760788470420806],[-73.21413510561632,41.76014947030565],[-73.2139881055485,41.75980847024474],[-73.21368610542048,41.75930147015691],[-73.21354710536218,41.75907847011849],[-73.2133861052946,41.75881947007384],[-73.21323310522763,41.75852647002237],[-73.21317810520024,41.758364469992934],[-73.21310710516109,41.75809146994263],[-73.21290710504397,41.75720546977833],[-73.21286810502384,41.75707846975512],[-73.21281710499997,41.756954469732875],[-73.21274710497003,41.756832469711654],[-73.21254310488766,41.756559469665724],[-73.21177110458142,41.75561946950986],[-73.21147410446534,41.75528746945562],[-73.21065610414709,41.754397469310895],[-73.21058910412049,41.75431546929729],[-73.20957410371702,41.75306546908961],[-73.20937310363885,41.752847469054196],[-73.20925610359402,41.752731469035666],[-73.20917110356238,41.75266346902536],[-73.20854710332989,41.752159468948676],[-73.20853510332535,41.752148468946956],[-73.20845610329526,41.75207346893509],[-73.20837410326331,41.75198346892043],[-73.20835010325351,41.75194946891465],[-73.20830410323474,41.75188446890363],[-73.20819410318708,41.75168246886831],[-73.20814710316589,41.75158146885037],[-73.20798710308912,41.75116046877441],[-73.20773110296905,41.7505334686619],[-73.20762810291897,41.7502504686107],[-73.20756810289058,41.750099468583535],[-73.20752910287226,41.7500034685663],[-73.20746210283961,41.74981846853281],[-73.20740610281234,41.74966446850497],[-73.20730610275616,41.74926146843051],[-73.20728910274076,41.74909346839866],[-73.20730510273809,41.748959468372284],[-73.20733110274128,41.74886946835405],[-73.20725610271143,41.74877646833858],[-73.20702510261957,41.74849146829121],[-73.20675510249785,41.74791346818859],[-73.20662910243732,41.7475804681285],[-73.2063341022996,41.746868468000855],[-73.20616410222425,41.74652646794047],[-73.20597410214368,41.74620646788499],[-73.20594210213093,41.746166467878325],[-73.20552710195949,41.745544467771985],[-73.20542010191258,41.74533846773578],[-73.20533410187424,41.74516146770444],[-73.20597810207879,41.745079467667416],[-73.20607710210975,41.74505846766011],[-73.20756110257757,41.744809467563186],[-73.20771110262457,41.744779467552455],[-73.20775310263782,41.74477246754971],[-73.20790110268395,41.74473846753828],[-73.20808710274193,41.74469646752406],[-73.20842510284513,41.74458246749092],[-73.20851910287304,41.74453746747915],[-73.20854110287955,41.74452646747629],[-73.20875510294131,41.744393467443594],[-73.20900010300913,41.74419246739672],[-73.209724103204,41.74350246723974],[-73.20986710324232,41.74336346720822],[-73.21029910335838,41.742948467113905],[-73.21044410339742,41.7428104670825],[-73.21061210344375,41.74266946704978],[-73.21099610355284,41.742401466985406],[-73.21191010381561,41.74181646684242],[-73.21209210386856,41.74171046681597],[-73.21244910397428,41.74153446677025],[-73.21276610407023,41.74141346673646],[-73.21296310413055,41.74135046671781],[-73.21440510457742,41.74097746659833],[-73.21481910469913,41.740758466542445],[-73.21496910474215,41.74066046651859],[-73.21523610481607,41.74044146646753],[-73.21536610485083,41.74031346643855],[-73.21537910485429,41.7403004664356],[-73.2155061048867,41.7401494664023],[-73.21558810490615,41.74002646637585],[-73.21571410493176,41.73976546632135],[-73.21579510494635,41.739565466280084],[-73.21582110493706,41.73926346622095],[-73.21582310491917,41.7389474661599],[-73.21582410491061,41.738796466130744],[-73.21582010485493,41.737870465952184],[-73.21581710480815,41.737090465801764],[-73.2158151047712,41.73647246568257],[-73.21582010475186,41.73611546561352],[-73.21580810472389,41.735705465534785],[-73.2157681046851,41.73526646545138],[-73.2157671046839,41.73525146544851],[-73.21563810459058,41.734376465283916],[-73.21560910456549,41.73410946523333],[-73.21560310455412,41.73394946520266],[-73.21561010454838,41.73381246517599],[-73.21565210454598,41.73353946512192],[-73.21566710454788,41.73348846511158],[-73.21570710455335,41.73336046508555],[-73.21586310458258,41.73299446500978],[-73.2160621046253,41.73262046493105],[-73.21624610466597,41.73229446486206],[-73.21644610471219,41.73197446479372],[-73.21651410472849,41.73187546477238],[-73.21675310478622,41.73153546469889],[-73.21694010483314,41.731299464647186],[-73.21725810491456,41.7309254645645],[-73.21749110497626,41.730686464510704],[-73.21772210503879,41.73047246446179],[-73.21915310542653,41.729154464160274],[-73.21963110555613,41.72871546405979],[-73.21960410554617,41.72869546405683],[-73.2195341055205,41.728645464049485],[-73.21952510551696,41.728635464047834],[-73.21950210550814,41.728612464044154],[-73.21944610548655,41.728554464034815],[-73.21940910546864,41.728454464016735],[-73.21951910547568,41.72796546391872],[-73.2195841054858,41.72777746388029],[-73.21978210553206,41.72746946381432],[-73.21998010558362,41.72725146376572],[-73.22020710565023,41.7271294637347],[-73.22023610565702,41.727084463725056],[-73.22019310563324,41.72691746369424],[-73.22034610567674,41.72681146366872],[-73.22035410567673,41.72676646365978],[-73.2201631056121,41.72672346365778],[-73.22013410560079,41.72669146365256],[-73.22015610560372,41.72661946363793],[-73.22020710561877,41.72659346363124],[-73.22024410562763,41.72653946361961],[-73.22023610562239,41.72649446361117],[-73.2201191055819,41.72645246360691],[-73.2201551055899,41.72638946359357],[-73.2202231056093,41.726343463582445],[-73.22026610562163,41.72631546357564],[-73.22050010569183,41.72621546354861],[-73.22112210587368,41.72586946346133],[-73.22112910587225,41.725806463448954],[-73.2210491058377,41.7256604634234],[-73.22099010581582,41.725614463416456],[-73.2207491057352,41.72557546341687],[-73.22068310571075,41.725524463409215],[-73.22060210566849,41.725253463359564],[-73.2204851056211,41.72509346333253],[-73.22046210560592,41.724962463307996],[-73.2205581056269,41.72478846327125],[-73.2209241057232,41.724402463184695],[-73.22095310572841,41.724330463169835],[-73.22090910570219,41.7241274631321],[-73.22061610560591,41.72410946313828],[-73.22057910559329,41.72409946313758],[-73.22068910561596,41.72387646309089],[-73.22098210570537,41.72377746306213],[-73.2214511058442,41.723545463001905],[-73.22153110586581,41.723470462984785],[-73.22153210586347,41.72342546297607],[-73.22131110578725,41.72335046296885],[-73.22130410578067,41.723277462955004],[-73.22119510573751,41.723145462933104],[-73.22119410573482,41.72310546292542],[-73.22126010575477,41.723079462918236],[-73.2212171057362,41.723001462904584],[-73.22112110570124,41.7229374628954],[-73.22112110569145,41.72277046286316],[-73.22109210567992,41.72273446285718],[-73.22096010563607,41.722718462858424],[-73.22067410553441,41.72257046283927],[-73.22019710536571,41.722337462810025],[-73.22001410529813,41.72219946278939],[-73.2199711052807,41.72214046277943],[-73.22002910529643,41.72208746276729],[-73.22024810536304,41.72200946274501],[-73.22028510537247,41.721965462735305],[-73.22027810536228,41.72183046270948],[-73.22024910534887,41.7217624626973],[-73.22025610534797,41.72170846268664],[-73.22032910536807,41.72164646267228],[-73.22022710531654,41.72133346261523],[-73.22002910523963,41.72111946258042],[-73.2200141052313,41.721060462569525],[-73.2200361052305,41.72092546254273],[-73.2199481051873,41.72067646249756],[-73.21996810518652,41.720552462472966],[-73.2199771051867,41.72050546246359],[-73.21994010517203,41.72046046245614],[-73.2198161051295,41.72042246245287],[-73.21970610509497,41.72044346246055],[-73.21961810507153,41.720531462480444],[-73.21956610506281,41.720670462508984],[-73.21953010505372,41.72071546251887],[-73.21947910503839,41.720736462524606],[-73.21944210502397,41.720695462517895],[-73.21942010500467,41.720488462478656],[-73.21948610502193,41.72041746246277],[-73.21965510507147,41.720325462439455],[-73.21959610503664,41.72005846238985],[-73.21957310502758,41.72003146238539],[-73.2195221050083,41.719985462378204],[-73.2193321049445,41.71995046237769],[-73.21931010493287,41.719874462363755],[-73.21941210496162,41.71979946234592],[-73.21953710500237,41.71980146234218],[-73.22025510523292,41.719753462309264],[-73.22036410526576,41.71970946229719],[-73.22061410534097,41.71960646226906],[-73.22064410535056,41.7196034622675],[-73.22108310549118,41.71956846224627],[-73.22150210561615,41.71937746219559],[-73.22151510562007,41.7193724621942],[-73.22174210569327,41.71936246218478],[-73.22180210571277,41.719362462182815],[-73.22180610570486,41.71920546215239],[-73.22190210572221,41.71896946210365],[-73.22200510574858,41.7188484620769],[-73.22207210576583,41.71877146205983],[-73.22217510578376,41.71850646200527],[-73.22231510581571,41.71827546195606],[-73.22244910584459,41.71802546190338],[-73.22247810583923,41.71777346185378],[-73.22238610578856,41.71741946178847],[-73.22231610575764,41.71728046176395],[-73.2222231057167,41.717097461731676],[-73.22205110564188,41.71677546167517],[-73.22198210561189,41.716646461652516],[-73.22200510560963,41.71648046161971],[-73.22203710560748,41.71626646157735],[-73.22250810572845,41.715719461456224],[-73.22254910573903,41.71567246144579],[-73.22269410577705,41.715517461411096],[-73.22267110576875,41.715503461409156],[-73.2228141058062,41.715349461374714],[-73.22283010581039,41.71533246137089],[-73.22294410581283,41.71474246125322],[-73.22296110580784,41.71456346121812],[-73.22300310579715,41.7141484611366],[-73.22301710577472,41.713688461047305],[-73.22263010554434,41.711905460715805],[-73.22255810550153,41.71157446065424],[-73.2224871054591,41.71124446059286],[-73.22234310537357,41.71058446047015],[-73.22254710543886,41.71056746046016],[-73.22315910563472,41.71051546042997],[-73.22336410570038,41.710499460420124],[-73.22337110570251,41.71049646041931],[-73.22339310570923,41.71048946041724],[-73.22340110571172,41.71048746041659],[-73.22359610577433,41.71047446040765],[-73.22418210596256,41.71043646038101],[-73.22437810602553,41.71042446037224],[-73.22447810605826,41.71042846036973],[-73.22478010615713,41.710440460362086],[-73.22488110619017,41.71044446035953],[-73.2260111065543,41.71039146031208],[-73.22940210764709,41.71023446017005],[-73.2305331080116,41.71018246012274],[-73.23061010803626,41.71017646011905],[-73.23148810831609,41.710082460071966],[-73.23173610839514,41.710056460058766],[-73.23264810869134,41.71005346002815],[-73.23296510879453,41.71005646001828],[-73.23391910910509,41.71006545998859],[-73.23423710920865,41.710069459978875],[-73.23456010931208,41.71004345996321],[-73.23553110962318,41.70996745991654],[-73.23585510972707,41.70994345990123],[-73.23691111006646,41.709879459854065],[-73.24004711107452,41.709691459714406],[-73.24008111108539,41.70968845971271],[-73.24113811142523,41.7096264596659],[-73.2423181118054,41.709570459616195],[-73.24423811242397,41.70947945953532],[-73.24586111294684,41.709402459466936],[-73.24704211332734,41.70934645941719],[-73.24748211346908,41.70932545939863],[-73.24880511389546,41.70926545934343],[-73.24924711403798,41.70924645932517],[-73.24958811414896,41.70924945931452],[-73.25019311434356,41.709215459288004],[-73.2530311152564,41.70905645916369],[-73.25397711556074,41.70900445912246],[-73.25525011596828,41.7089004590604],[-73.25907111719172,41.70859145887469],[-73.2603451175997,41.70848945881297],[-73.27030012081597,41.70817745842422],[-73.27103512105373,41.708159458396494],[-73.27279012161797,41.708057458318855],[-73.27367512190257,41.70800745828001],[-73.27631412275106,41.707855458163536],[-73.27617512260349,41.70611345783178],[-73.2760371224556,41.70436045749786],[-73.27602912244924,41.70429645748578],[-73.2760061224306,41.70410645744984],[-73.27599912242462,41.70404345743791],[-73.27596812238004,41.70345645732561],[-73.2759461223488,41.70304645724714],[-73.27593712233555,41.70287045721346],[-73.27587012223835,41.70158745696792],[-73.27580312214118,41.700304456722385],[-73.27578912212194,41.70005445667458],[-73.27577012209385,41.69968145660316],[-73.27573712204651,41.69905845648394],[-73.27573812204179,41.6989724564673],[-73.2757431220283,41.6987154564175],[-73.27574512202396,41.69863045640103],[-73.27569412196736,41.69794945627121],[-73.27554112179774,41.69590845588208],[-73.27551812177175,41.69559345582201],[-73.27549112174154,41.695228455752414],[-73.27564412179797,41.695342455769364],[-73.27610312196728,41.695686455820656],[-73.27625712202408,41.69580145583779],[-73.27675912220914,41.69617545589345],[-73.27679212222134,41.69620045589718],[-73.2782661227647,41.69729845606059],[-73.27876912295015,41.6976734561164],[-73.27883812297499,41.697714456122036],[-73.27904512304953,41.69783845613914],[-73.27911412307442,41.697880456144986],[-73.27918312310005,41.69793545615331],[-73.27939212317764,41.69810045617829],[-73.27946212320364,41.69815545618659],[-73.27949012321402,41.69817745618993],[-73.27951312322256,41.69819545619264],[-73.27957312324493,41.698244456200136],[-73.27960112325538,41.698267456203645],[-73.2796201232626,41.69828545620649],[-73.27967712328442,41.698341456215424],[-73.27969612329169,41.698360456218474],[-73.28000312340454,41.698583456251384],[-73.28092412374326,41.699255456350755],[-73.28123212385648,41.69947945638385],[-73.28130912388498,41.699538456392695],[-73.28154212397124,41.69971845641977],[-73.28162012400011,41.69977845642878],[-73.2816441240088,41.69979345643089],[-73.28171812403548,41.699838456437135],[-73.28174312404455,41.69985445643939],[-73.2819081241055,41.69997945645809],[-73.28240312428852,41.70035745651472],[-73.28256912434986,41.700483456533576],[-73.28475612515768,41.702138456780936],[-73.2882371264435,41.70477245717454],[-73.29150812762704,41.706826457463066],[-73.29283312810645,41.70765845757991],[-73.29342512832068,41.70803045763218],[-73.2936291283945,41.70815845765013],[-73.29383212846791,41.70828545766795],[-73.29392412850221,41.70836045767939],[-73.29420112860556,41.70858745771406],[-73.29422912861602,41.708610457717576],[-73.2942711286339,41.708682457730085],[-73.29458012876536,41.709210457821804],[-73.29475312884382,41.70958845788905],[-73.2947521288658,41.70996745796226],[-73.29473712887098,41.710138457995754],[-73.29482512890998,41.710315458027026],[-73.29509612901046,41.71052645805879],[-73.29531612908531,41.71058345806253],[-73.29537612910495,41.71058645806113],[-73.29560912918154,41.71060145805632],[-73.29569712921278,41.7106464580621],[-73.29578712924479,41.7106934580682],[-73.29581912926436,41.71084945809726],[-73.29579712926169,41.710925458112655],[-73.29571212925102,41.711213458171066],[-73.29545412919828,41.71174145828151],[-73.29524612915853,41.71221445837968],[-73.29497812909655,41.71264045847077],[-73.29475112903928,41.71292045853233],[-73.29453812898124,41.71311045857604],[-73.29435112892891,41.71325345860983],[-73.29405412885338,41.71360945868836],[-73.29360112873974,41.714179458813334],[-73.29338712868805,41.714482458878905],[-73.29332212867799,41.71467045891734],[-73.29307212868507,41.71617045921513],[-73.29295412866999,41.71656545929528],[-73.29293712866813,41.7166274593078],[-73.29281612865523,41.717076459398456],[-73.29272712867713,41.71793945956797],[-73.29274212869181,41.718106459599724],[-73.29274912873444,41.71879145973169],[-73.29280512876527,41.71900645977133],[-73.29289512881513,41.7193564598359],[-73.29303212889116,41.71989145993462],[-73.29371212926856,41.722548460424925],[-73.29384712934333,41.72307346052179],[-73.29382412935172,41.72334246057446],[-73.29382412935779,41.72344546059432],[-73.29383912936599,41.72350246060482],[-73.29385512937455,41.723559460615306],[-73.29426212959426,41.72504446088842],[-73.29448212967216,41.72515346090217],[-73.29480012978482,41.72531146092214],[-73.295057129888,41.72564546097811],[-73.29529612998861,41.726035461045456],[-73.29534813002967,41.72644546112285],[-73.2958911304575,41.730712461928235],[-73.29522513033488,41.7323044622574],[-73.2943441300657,41.732594462342476],[-73.29425113003732,41.732625462351535],[-73.29388812995519,41.73323346248083],[-73.29357012988112,41.73373046258724],[-73.29346412987445,41.734201462681604],[-73.29337212988179,41.73483346280659],[-73.29332912993743,41.736014463035836],[-73.29330812996544,41.73660546315055],[-73.29340613000859,41.736797463184345],[-73.29364313012125,41.73740246329323],[-73.2937961301902,41.73772846335105],[-73.29380813020589,41.73792846338923],[-73.29390213030368,41.739069463606235],[-73.29391813032034,41.73926346364313],[-73.29393413033696,41.73945746368002],[-73.29395213035336,41.73963646371394],[-73.29400213039756,41.74011046380373],[-73.29401613040595,41.74017546381581],[-73.29405413042872,41.740352463848694],[-73.29408413045373,41.74061146389765],[-73.29458913087313,41.74494146471614],[-73.29518913137134,41.750082465687775],[-73.29582913209047,41.75874546733702],[-73.29617013247335,41.76335446821429],[-73.29622513251094,41.76368846827686],[-73.2962271325123,41.76370046827911],[-73.29624513252406,41.76380046829779],[-73.29631013256815,41.76418946837063],[-73.29673413285393,41.76669546883967],[-73.29687613294945,41.767531468996125],[-73.29692213297272,41.76767246902177],[-73.2970631330437,41.76809846909923],[-73.29711013306736,41.76824046912503],[-73.29712713307585,41.768290469134115],[-73.29716113309522,41.76843146916016],[-73.29719713311536,41.76857446918654],[-73.2972251331334,41.768725469214715],[-73.29725813316148,41.76901946927029],[-73.29726313316577,41.7690644692788],[-73.29727213317777,41.76921846930819],[-73.29729813321335,41.7696774693958],[-73.29732513324976,41.77014546948511],[-73.29738813330721,41.77077146960367],[-73.29743613333927,41.77105046965586],[-73.29748413337131,41.77132846970786],[-73.29752213339393,41.77150246974013],[-73.29773013355049,41.7730084700235],[-73.29835613402108,41.777529470874065],[-73.29856513417806,41.779036471157525],[-73.2982171340676,41.779081471177726],[-73.29717313373632,41.77921847123868],[-73.29682613362628,41.77926547125924],[-73.29640313349192,41.779318471283446],[-73.2865631303664,41.78055947184824],[-73.286288130279,41.78059347186392],[-73.28606813020915,41.7806214718766],[-73.28592213016279,41.78064047188507],[-73.28431612965261,41.780842471977145],[-73.28349512939155,41.78094147202338],[-73.28103212860856,41.781241472162684],[-73.28021212834793,41.78134247220928],[-73.27968012817905,41.78141147224016],[-73.27808712767356,41.78162147233332],[-73.27758512751431,41.781688472362845],[-73.27755712750545,41.781692472364554],[-73.277499127487,41.781699472367805],[-73.27593912699129,41.781893472456794],[-73.27108812544981,41.78249747273361],[-73.2697161250139,41.782669472812124],[-73.26947112493608,41.782700472826214],[-73.26881012472606,41.78278347286406],[-73.26682612409579,41.78303347297782],[-73.26616612388614,41.78311747301583],[-73.26492312349164,41.78328047308835],[-73.26119712230906,41.78376947330573],[-73.26073112216119,41.78383147333309],[-73.25995512191491,41.78393347337839],[-73.25968212182826,41.78396947339436],[-73.25886412156872,41.78407847344239],[-73.25859212148248,41.78411547345851],[-73.2583381214019,41.784149473473455],[-73.25757812116075,41.78425047351804],[-73.25732512108057,41.78428547353314],[-73.25725812105924,41.784293473536906],[-73.25705912099608,41.784319473548486],[-73.2569931209752,41.7843294735526],[-73.2567261208905,41.78436547356837],[-73.25592812063753,41.78447547361594],[-73.2556621205533,41.784513473632046],[-73.25429612011982,41.784694473712065],[-73.25351111987077,41.784799473758234],[-73.25020111882043,41.785238473952205],[-73.2495481186132,41.78532547399053],[-73.24883211838359,41.785379474024595],[-73.24736411790978,41.78543947408465],[-73.24734711790434,41.78544047408541],[-73.24589011744082,41.78561447416707],[-73.24298911651793,41.78596047432955],[-73.2428651164785,41.78597547433655],[-73.24153711605882,41.786181474420104],[-73.24152211605406,41.78618347442099],[-73.24147711604002,41.7861934744244],[-73.24146311603572,41.78619747442564],[-73.2407421158038,41.78624047445773],[-73.24035111567807,41.78626447447527],[-73.23858011510968,41.78639147455823],[-73.23786011487863,41.78644347459202],[-73.23747011475463,41.78649147461414],[-73.23630111438322,41.78663947468127],[-73.23591211425962,41.78668847470356],[-73.23421711371913,41.7868694747944],[-73.23133611280052,41.787179474949255],[-73.22963511226271,41.7874394750555],[-73.22914611210807,41.7875134750859],[-73.22746211157558,41.787770475191024],[-73.226890111394,41.78784547522436],[-73.2251761108501,41.78807447532505],[-73.2246051106689,41.78815047535853]]]},"properties":{"name":3001,"geoid":"09005300100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.16777609250215,41.79352647826769],[-73.16758009243941,41.79354347827741],[-73.16699409225173,41.79359347830634],[-73.16679909218936,41.79361147831624],[-73.16351409114158,41.793965478492595],[-73.1631820910357,41.79400147851045],[-73.1589180891448,41.785424476997505],[-73.15859308900066,41.78477047688211],[-73.15609208815175,41.784167476848125],[-73.15570108801923,41.78407647684344],[-73.15452908762197,41.783803476829355],[-73.15413908748982,41.78371347682483],[-73.15357808729965,41.783582476818026],[-73.15189608672945,41.78318947679758],[-73.15133608653969,41.78305947679094],[-73.14983308603036,41.78271147677326],[-73.1461100847688,41.78185047672966],[-73.14532408450243,41.78166847672042],[-73.1438220839935,41.781321476702885],[-73.14278208364043,41.78106947668848],[-73.13966208258135,41.780316476645844],[-73.13862208222834,41.78006547663162],[-73.13655908152964,41.77959447660859],[-73.13037007943373,41.778184476540034],[-73.1283070787351,41.777714476517154],[-73.1270580783118,41.777424476502254],[-73.12455507746355,41.77684347647243],[-73.12328707704361,41.776716476489554],[-73.1221200766572,41.776600476505514],[-73.12201807662203,41.7765664765023],[-73.1219230765886,41.776523476497125],[-73.12164107648931,41.776394476481514],[-73.12154707645627,41.77635247647649],[-73.12141207640937,41.77630147647109],[-73.12100707626864,41.77614847645489],[-73.12087307622213,41.77609847644964],[-73.12075607618085,41.77604347644288],[-73.12040507605711,41.77588047642298],[-73.1202880760159,41.77582647641639],[-73.12018407597996,41.77579047641287],[-73.11994907589882,41.775710476405145],[-73.11987507587327,41.77568547640276],[-73.1198600758681,41.7756804764023],[-73.11977207583773,41.775650476399385],[-73.11990407587041,41.775475476361294],[-73.12036407599358,41.77502347625903],[-73.12050507601595,41.77462247617706],[-73.12051407600093,41.774316476117754],[-73.12039007594825,41.77410547608114],[-73.11997807579652,41.77380347603641],[-73.11982607574058,41.77369247601999],[-73.11950207562188,41.77346547598686],[-73.11913307548674,41.7732074759492],[-73.11830007517177,41.77245647583169],[-73.11795607502285,41.77182447572109],[-73.11756007486838,41.77138647564962],[-73.11711107469006,41.77083547555807],[-73.11648007444346,41.770129475442594],[-73.11619207433155,41.76981847539206],[-73.11618107432359,41.76974347537795],[-73.11616107430923,41.76960947535278],[-73.11617307428948,41.769205475274454],[-73.11640707434381,41.76883347519501],[-73.11660107439,41.76854447513289],[-73.1165350743513,41.76825047507835],[-73.11639407429145,41.768011475036865],[-73.1161870741905,41.767437474932954],[-73.11603107409806,41.76672547480071],[-73.11611507409565,41.766217474699964],[-73.11618007409437,41.765834474623944],[-73.11638807409634,41.76471247440066],[-73.11657007412639,41.76421447429862],[-73.11704307423902,41.76351047414728],[-73.1170670742463,41.76350147414476],[-73.11711407426417,41.763545474151705],[-73.117153074279,41.763582474157566],[-73.11725707431846,41.76367847417267],[-73.1173050743367,41.763723474179784],[-73.1174810743993,41.763814474191555],[-73.11750207440704,41.76383047419396],[-73.11751307441108,41.76383847419513],[-73.11807207461774,41.76426247425858],[-73.11808407462223,41.76427247426013],[-73.11820807466867,41.764376474276126],[-73.1182750746928,41.76441647428163],[-73.11836307472446,41.76446847428877],[-73.11842707474722,41.76450147429304],[-73.11853507478574,41.76455947430068],[-73.11870807484675,41.76464047431063],[-73.11873307485553,41.76465147431194],[-73.11888607490903,41.76471547431927],[-73.1189020749146,41.7647214743199],[-73.11906707497178,41.76478147432605],[-73.1193770750783,41.76487847433459],[-73.1197690752116,41.764977474340824],[-73.12003807530262,41.765037474343565],[-73.12031007539412,41.76508947434466],[-73.12121707569817,41.76524347434461],[-73.12140407576088,41.765275474344655],[-73.12457907682763,41.76585647435248],[-73.12650607747501,41.766208474357136],[-73.12667907753288,41.766235474356655],[-73.12689907760603,41.76626247435463],[-73.12711907767874,41.766282474351264],[-73.1274360777829,41.76630047434434],[-73.12760207783697,41.76630147433908],[-73.12772907787803,41.76629747433415],[-73.12776807789072,41.76629747433287],[-73.12793307794381,41.766287474325516],[-73.12802907797452,41.76627847432063],[-73.1280980779966,41.76627247431722],[-73.12819507802743,41.76626047431171],[-73.12841207809643,41.76623347429938],[-73.12870807818967,41.76618147427963],[-73.12884807823326,41.76614847426866],[-73.1291210783174,41.76606847424426],[-73.1292550783583,41.76602247423098],[-73.12951807843801,41.765923474203255],[-73.12982207852946,41.76579647416879],[-73.12985407853898,41.76578147416483],[-73.12996807857277,41.76572547415028],[-73.13009507861005,41.76565647413281],[-73.13033707867991,41.765505474095725],[-73.13056807874531,41.765339474056105],[-73.13077107880187,41.765177474018195],[-73.13109007888905,41.76489447395314],[-73.13234407923176,41.763782473697454],[-73.13342407952567,41.76280347347312],[-73.13358407956974,41.76266747344163],[-73.1337250796091,41.76255647341558],[-73.13387007964998,41.762449473390184],[-73.13413807972672,41.762271473347035],[-73.1342780797674,41.76218847332644],[-73.13445207981867,41.762097473303164],[-73.13463207987235,41.76201447328123],[-73.13476307991142,41.76195447326536],[-73.1348970799518,41.76189947325035],[-73.13517208003552,41.76180147322241],[-73.13531308007889,41.76175947320967],[-73.13549408013512,41.76171447319505],[-73.13567808019273,41.76167647318168],[-73.13604408030834,41.761617473158275],[-73.13609808032548,41.76161047315516],[-73.1362250803659,41.761595473148084],[-73.13640708042409,41.761578473138826],[-73.13654808046937,41.761568473132265],[-73.13661108048963,41.76156447312944],[-73.13681508055552,41.761556473121196],[-73.13702008062208,41.76155447311407],[-73.13790708090912,41.7615294730801],[-73.13836008105572,41.761517473062895],[-73.1404210817235,41.76147447298692],[-73.14120208197575,41.76144447295548],[-73.1413580820262,41.76143947294937],[-73.1418270821781,41.76142847293186],[-73.14213508227807,41.761425472921154],[-73.14244308237838,41.76142747291142],[-73.14262908243929,41.761434472906664],[-73.14292108253537,41.76145347290072],[-73.14432108299901,41.76159547288213],[-73.14487108318076,41.761644472873506],[-73.14515008327238,41.761659472867244],[-73.1454210833608,41.76166447285929],[-73.14569108344861,41.76166447285042],[-73.14597208353972,41.761659472840236],[-73.14766408408683,41.7616054727742],[-73.14824108427344,41.761587472751785],[-73.1496170847186,41.76154747269884],[-73.14971908475152,41.76154347269472],[-73.15090008513292,41.76149747264703],[-73.15229708558496,41.76145847259358],[-73.15256108567006,41.7614454725824],[-73.15282208575424,41.761433472571504],[-73.15317208586713,41.761417472556914],[-73.15357408599598,41.761385472537526],[-73.15360908600707,41.76138047253541],[-73.15382308607519,41.76135547252357],[-73.1540690861531,41.76131947250853],[-73.15429108622301,41.761280472493716],[-73.15451208629231,41.76123647247795],[-73.15496908643459,41.761128472442095],[-73.15520608650792,41.76106447242196],[-73.1555590866162,41.76095347238895],[-73.15581908669512,41.76085747236188],[-73.1560800867735,41.76074647233188],[-73.15624908682382,41.760667472311084],[-73.15652208690418,41.76052347227433],[-73.15660608692856,41.76047347226193],[-73.15665308694226,41.76044647225518],[-73.15690008701283,41.76028047221502],[-73.15713008707709,41.760100472172745],[-73.15724908710975,41.759997472148974],[-73.15736308714054,41.75989047212457],[-73.15742808715775,41.75982347210951],[-73.15753308718521,41.75970947208407],[-73.15765908721683,41.75954947204906],[-73.1577300872341,41.75945047202764],[-73.15786408726488,41.75923247198117],[-73.1579270872784,41.759113471956134],[-73.15798208728918,41.75899247193101],[-73.15801908729564,41.758897471911446],[-73.15809108730659,41.75868447186801],[-73.15813708731098,41.75850447183176],[-73.15818208730737,41.75819347177027],[-73.15819208730335,41.75806947174604],[-73.15819408729674,41.75794547172206],[-73.15818708728743,41.75782547169913],[-73.15817308727576,41.75770447167625],[-73.15814108725482,41.75752447164257],[-73.15809508722923,41.757343471609154],[-73.15808708722511,41.75731747160441],[-73.15804208720132,41.7571614715758],[-73.15772208703987,41.756182471397445],[-73.15751608693816,41.755590471290006],[-73.15739008687397,41.75519447121775],[-73.1573340868441,41.75499547118119],[-73.15723008678367,41.75454147109702],[-73.15721008676971,41.75441447107316],[-73.15720108675805,41.75426547104472],[-73.15720008674899,41.75411647101601],[-73.1572180867396,41.753856470965246],[-73.15726108673846,41.75359847091405],[-73.15730408674249,41.75342847087984],[-73.15735708674993,41.75326147084589],[-73.15740308675754,41.75313647082027],[-73.15745608676747,41.7530114707944],[-73.1575150867795,41.75288947076892],[-73.15758208679425,41.75276947074356],[-73.15765808681205,41.7526514707183],[-73.15774108683223,41.75253547069319],[-73.15783008685462,41.752423470668646],[-73.15800008689888,41.75223547062679],[-73.15809108692315,41.75214447060623],[-73.15818808694956,41.75205747058627],[-73.15829008697783,41.75197347056671],[-73.15841308701243,41.751881470544916],[-73.15870708709643,41.751683470497035],[-73.15898308717621,41.751513470455194],[-73.15979308741166,41.75103647033651],[-73.15995108745723,41.750937470312216],[-73.16010408750094,41.7508344702873],[-73.16025508754329,41.75071947026016],[-73.16037508757698,41.75062847023867],[-73.16062908764685,41.75041147018843],[-73.16074908767925,41.7502984701627],[-73.1607850876884,41.75025447015301],[-73.16086108770847,41.75017547013527],[-73.1610580877591,41.74994647008461],[-73.16115308778274,41.74982247005756],[-73.16128408781412,41.7496314700164],[-73.16139808783993,41.74943946997561],[-73.16176908791955,41.748739469828344],[-73.16186508794073,41.74856846979219],[-73.16196708796264,41.7483764697518],[-73.16200708797125,41.74830146973601],[-73.16217608800915,41.7480104696743],[-73.16230208803881,41.747817469632906],[-73.16232508804435,41.74778446962578],[-73.16243108807052,41.7476424695949],[-73.16251408808986,41.74751246956709],[-73.1626110881127,41.747363469535145],[-73.16279108815816,41.7471404694862],[-73.16288908818304,41.74702146946001],[-73.16301208821588,41.74689946943243],[-73.16308908823541,41.74680546941177],[-73.16357208836519,41.74634046930613],[-73.16383808843844,41.74611446925378],[-73.16401008848698,41.745988469223825],[-73.16431408857295,41.74576846917137],[-73.16456408864462,41.745604469131514],[-73.16520608883104,41.74522346903689],[-73.1655600889356,41.74504346899051],[-73.16592508904455,41.74487746894648],[-73.16620108912772,41.74476546891579],[-73.1664860892144,41.744663468886735],[-73.16676808930023,41.74456346885816],[-73.16721208943646,41.74442446881674],[-73.16766408957622,41.74430146877815],[-73.1681800897368,41.744178468737445],[-73.16818508973836,41.744177468737085],[-73.16844908982132,41.744128468718955],[-73.16890808996735,41.74407346869323],[-73.1693820901203,41.744053468673805],[-73.16970009022374,41.74405446866353],[-73.17000309032338,41.744073468657234],[-73.17036609044281,41.74409746864995],[-73.17090409062408,41.74420546865308],[-73.17120309072482,41.744265468654824],[-73.17144809080828,41.744330468659314],[-73.17172909090488,41.74441946866724],[-73.17184909094652,41.74446446867199],[-73.1719510909819,41.74450246867597],[-73.17338109148129,41.74508946874221],[-73.17372609160219,41.74523846875962],[-73.1740440917137,41.74537646877579],[-73.17434809182024,41.74550746879107],[-73.17460009190822,41.74561046880266],[-73.17470409194455,41.745653468807525],[-73.17535309217199,41.7459334688402],[-73.17551209222773,41.746002468848296],[-73.17560509226013,41.74603946885238],[-73.1764610925612,41.746427468899086],[-73.17680309268056,41.74656646891465],[-73.17701409275415,41.74665146892413],[-73.17727109284304,41.74674246893323],[-73.177662092977,41.74685846894276],[-73.17788909305396,41.74691246894571],[-73.17790409305914,41.74691746894617],[-73.17869009332378,41.74707246895022],[-73.17948709359202,41.74722746895391],[-73.17981909370373,41.74729146895534],[-73.18081409403862,41.74748546896003],[-73.18114709415072,41.74755046896161],[-73.18134609421746,41.74758546896182],[-73.18163509431443,41.747636468962156],[-73.18194809441754,41.7476594689563],[-73.18215109448448,41.747675468952714],[-73.1822440945152,41.747683468951195],[-73.18235609455226,41.74769446894963],[-73.1825260946077,41.74769746894462],[-73.1826200946384,41.74769946894189],[-73.18264909464777,41.747698468940754],[-73.18273609467586,41.747695468937316],[-73.18276509468524,41.74769446893616],[-73.18302709476991,41.7476854689258],[-73.18312509480158,41.74768246892201],[-73.1838120950226,41.747642468891684],[-73.18407409510692,41.74762746888017],[-73.18417909514072,41.74762146887555],[-73.18430009517932,41.74760946886924],[-73.18498009539685,41.747548468835106],[-73.18520709546947,41.747528468823795],[-73.18543309554155,41.74750446881173],[-73.18611409575897,41.74743646877619],[-73.18634109583151,41.747414468764454],[-73.18640709585254,41.74740746876094],[-73.18660809591678,41.747388468750664],[-73.18665909593314,41.74738446874821],[-73.18667509593827,41.74738346874749],[-73.18675009596237,41.74737846874406],[-73.18697809603586,41.74736746873443],[-73.18705409606038,41.74736446873135],[-73.18746309618246,41.74717846868201],[-73.18762409623052,41.74710546866262],[-73.18798509634085,41.74698546862759],[-73.18816609639687,41.74693746861237],[-73.18854409651507,41.746857468584494],[-73.18875909658304,41.746824468571056],[-73.1889660966486,41.74679446855845],[-73.1892050967246,41.746765468544986],[-73.18926709675145,41.746879468564934],[-73.18960809686033,41.74684546854714],[-73.1899520969701,41.74681046852908],[-73.19050509714691,41.74675946850103],[-73.19156209748752,41.746707468456215],[-73.19181709757144,41.746724468451106],[-73.19193209761033,41.74675046845233],[-73.19208709766275,41.74678446845378],[-73.19263609784575,41.746861468450575],[-73.19302009796824,41.7468214684302],[-73.19428809837264,41.746687468362616],[-73.19458609846718,41.74664746834508],[-73.1947470985184,41.74662846833611],[-73.19523209867292,41.746574468309724],[-73.19539409872452,41.74655646830092],[-73.1955750987822,41.74653646829111],[-73.19612209895664,41.74647846826191],[-73.1963040990147,41.74645946825226],[-73.19648609907269,41.7464394682424],[-73.19703509924773,41.74638046821295],[-73.19721809930611,41.74636146820325],[-73.19724309931405,41.74635846820185],[-73.19731809933796,41.746350468197846],[-73.19734409934631,41.746348468196594],[-73.19738609935966,41.74634346819423],[-73.19751409940052,41.74633046818752],[-73.19755709941431,41.74632746818554],[-73.19787809951674,41.7462944681686],[-73.19845509970098,41.74623746813859],[-73.19884209982423,41.74619346811737],[-73.1991630999265,41.74615746809984],[-73.19931909997571,41.74613246808989],[-73.1997871001236,41.74605946806039],[-73.19994410017321,41.74603546805059],[-73.20020910025687,41.74599246803358],[-73.20077410043521,41.745901467997406],[-73.20100410050775,41.7458634679825],[-73.20127010059176,41.74582146796564],[-73.20216710087486,41.74567646790812],[-73.2033681012504,41.74542246781956],[-73.20462410164312,41.74515646772688],[-73.20480810170083,41.74512046771385],[-73.20533410187424,41.74516146770444],[-73.20542010191258,41.74533846773578],[-73.20552710195949,41.745544467771985],[-73.20594210213093,41.746166467878325],[-73.20597410214368,41.74620646788499],[-73.20616410222425,41.74652646794047],[-73.2063341022996,41.746868468000855],[-73.20662910243732,41.7475804681285],[-73.20675510249785,41.74791346818859],[-73.20702510261957,41.74849146829121],[-73.20725610271143,41.74877646833858],[-73.20733110274128,41.74886946835405],[-73.20730510273809,41.748959468372284],[-73.20728910274076,41.74909346839866],[-73.20730610275616,41.74926146843051],[-73.20740610281234,41.74966446850497],[-73.20746210283961,41.74981846853281],[-73.20752910287226,41.7500034685663],[-73.20756810289058,41.750099468583535],[-73.20762810291897,41.7502504686107],[-73.20773110296905,41.7505334686619],[-73.20798710308912,41.75116046877441],[-73.20814710316589,41.75158146885037],[-73.20819410318708,41.75168246886831],[-73.20830410323474,41.75188446890363],[-73.20835010325351,41.75194946891465],[-73.20837410326331,41.75198346892043],[-73.20845610329526,41.75207346893509],[-73.20853510332535,41.752148468946956],[-73.20854710332989,41.752159468948676],[-73.20917110356238,41.75266346902536],[-73.20925610359402,41.752731469035666],[-73.20937310363885,41.752847469054196],[-73.20957410371702,41.75306546908961],[-73.21058910412049,41.75431546929729],[-73.21065610414709,41.754397469310895],[-73.21147410446534,41.75528746945562],[-73.21177110458142,41.75561946950986],[-73.21254310488766,41.756559469665724],[-73.21274710497003,41.756832469711654],[-73.21281710499997,41.756954469732875],[-73.21286810502384,41.75707846975512],[-73.21290710504397,41.75720546977833],[-73.21310710516109,41.75809146994263],[-73.21317810520024,41.758364469992934],[-73.21323310522763,41.75852647002237],[-73.2133861052946,41.75881947007384],[-73.21354710536218,41.75907847011849],[-73.21368610542048,41.75930147015691],[-73.2139881055485,41.75980847024474],[-73.21413510561632,41.76014947030565],[-73.21438010573357,41.760788470420806],[-73.21457510583241,41.761391470530675],[-73.21516210612965,41.7632004708602],[-73.21535810622892,41.76380447097021],[-73.21537810623865,41.76385947098016],[-73.21540610625196,41.76393147099312],[-73.21544110626883,41.7640244710099],[-73.21546310627929,41.76408047101997],[-73.21550310629934,41.7642004710418],[-73.21589310648214,41.76515247121252],[-73.21605910655987,41.76555647128495],[-73.21625810665059,41.76599847136361],[-73.21646110674035,41.76640247143484],[-73.21684710690492,41.76706647155013],[-73.21754010719685,41.768198471745556],[-73.21814510745158,41.76918447191572],[-73.2182361074901,41.769336471942026],[-73.2185121076068,41.76979447202124],[-73.21856310762833,41.769878472035735],[-73.21860210764518,41.769949472048154],[-73.21875610771208,41.77023547209821],[-73.21882310774123,41.77036047212011],[-73.2190991078684,41.77099647223362],[-73.21914410789098,41.77113147225817],[-73.21921410792596,41.77133947229598],[-73.21923110793773,41.77144547231585],[-73.21925910795484,41.77158147234113],[-73.21928810798993,41.772017472424245],[-73.21929010799889,41.77215847245136],[-73.21929310800745,41.77228747247613],[-73.21927210803045,41.772794472574574],[-73.21925010804179,41.77310847263584],[-73.21919110805287,41.77362247273687],[-73.2190921080605,41.77429947287066],[-73.21908610806145,41.7743484728803],[-73.21900510807419,41.775012473010975],[-73.21896710808007,41.775322473071995],[-73.21895510808677,41.77550247310709],[-73.21893910809688,41.77576247315775],[-73.21896010812753,41.77616747323513],[-73.21899210815361,41.776433473285344],[-73.2190711082112,41.776975473387225],[-73.2190921082262,41.77711447341333],[-73.21913110825955,41.7774654734797],[-73.2191411082684,41.777560473497694],[-73.2191741082945,41.7778214735469],[-73.21931110840197,41.778890473748454],[-73.2193271084143,41.779011473771256],[-73.21937110844239,41.77924547381491],[-73.21939410845705,41.77936747383765],[-73.21955410855405,41.78013147397965],[-73.2196411085979,41.780395474027685],[-73.21972610863571,41.78056847405823],[-73.21988710870339,41.78082847410303],[-73.22000710875295,41.78100747413357],[-73.22047110894438,41.78169647425106],[-73.22205810959873,41.78404447465126],[-73.22291510995673,41.78539047488239],[-73.22313711005083,41.785762474946765],[-73.22347311019331,41.78632647504439],[-73.22380311033662,41.78693747515125],[-73.22401711042842,41.78731447521683],[-73.22408111045478,41.787408475232844],[-73.22418511049732,41.78755647525794],[-73.22450011062597,41.78800147533329],[-73.2246051106689,41.78815047535853],[-73.22351811032084,41.788242475412126],[-73.22026110927797,41.788519475573],[-73.21917510893026,41.788612475626735],[-73.21808810858167,41.788695475678615],[-73.21482710753607,41.78894847583493],[-73.2137411071879,41.789033475887145],[-73.2130981069819,41.78908647591856],[-73.21116910636404,41.78924747601322],[-73.21084410626,41.789275476029324],[-73.2105271061585,41.78930247604498],[-73.20976510591444,41.78936647608246],[-73.20748310518378,41.78956147619529],[-73.20709110505823,41.78959447621458],[-73.20672210494017,41.7896274762331],[-73.20574510462706,41.78970647628056],[-73.20281410368777,41.78994347642286],[-73.20183710337469,41.79002247647029],[-73.20155510328473,41.79005247648538],[-73.20070910301487,41.790142476530605],[-73.2004281029253,41.79017347654585],[-73.20004710280435,41.79022347656805],[-73.19953210264084,41.79029147659813],[-73.19890310244121,41.79037547663505],[-73.19852310232064,41.790426476657395],[-73.19823610222852,41.7904474766709],[-73.19821710222247,41.790449476671924],[-73.1975351020027,41.790484476701145],[-73.19737510195144,41.79049747670892],[-73.19708910185989,41.790522476723176],[-73.19647010166175,41.79057647675398],[-73.19461610106835,41.79073947684651],[-73.19399810087056,41.79079447687748],[-73.19362710075208,41.79083147689683],[-73.19281210049195,41.79091547693987],[-73.19251410039678,41.790945476955486],[-73.19214310027836,41.79098347697502],[-73.1904910997507,41.79114747706108],[-73.18553609816814,41.79164147731953],[-73.18388509764088,41.79180747740591],[-73.18310409739158,41.79188747744705],[-73.18076409664465,41.792128477570586],[-73.1799840963957,41.792209477611884],[-73.17974209631856,41.79223647762506],[-73.17901909608827,41.792319477664876],[-73.17877909601185,41.79234747767818],[-73.17850409592437,41.792380477693584],[-73.17839209588846,41.79238947769902],[-73.17803809577508,41.79241947771646],[-73.17775509568419,41.79243947772963],[-73.17756109562221,41.79245847773968],[-73.17737509556248,41.79247147774831],[-73.17722809551555,41.79248647775604],[-73.17684209539244,41.79252847777684],[-73.17585509507619,41.79260947782496],[-73.17573409503747,41.792620477831065],[-73.17555109497894,41.79263747784037],[-73.17546609495177,41.79264547784471],[-73.17492209477733,41.792688477870904],[-73.17460809467669,41.79271347788607],[-73.17378609441283,41.79277347792469],[-73.17289609412792,41.792851477969045],[-73.17240809397175,41.79289547799358],[-73.17191209381348,41.79294747801994],[-73.17131009362278,41.793034478056526],[-73.17030509330405,41.793173478116394],[-73.16870309279611,41.79339747821232],[-73.16790109254188,41.79351047826048],[-73.16787609253393,41.793513478261886],[-73.16780009250974,41.79352247826612],[-73.16777609250215,41.79352647826769]]]},"properties":{"name":3004,"geoid":"09005300400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.22234310537357,41.71058446047015],[-73.2224871054591,41.71124446059286],[-73.22255810550153,41.71157446065424],[-73.22263010554434,41.711905460715805],[-73.22301710577472,41.713688461047305],[-73.22300310579715,41.7141484611366],[-73.22296110580784,41.71456346121812],[-73.22294410581283,41.71474246125322],[-73.22283010581039,41.71533246137089],[-73.2228141058062,41.715349461374714],[-73.22267110576875,41.715503461409156],[-73.22269410577705,41.715517461411096],[-73.22254910573903,41.71567246144579],[-73.22250810572845,41.715719461456224],[-73.22203710560748,41.71626646157735],[-73.22200510560963,41.71648046161971],[-73.22198210561189,41.716646461652516],[-73.22205110564188,41.71677546167517],[-73.2222231057167,41.717097461731676],[-73.22231610575764,41.71728046176395],[-73.22238610578856,41.71741946178847],[-73.22247810583923,41.71777346185378],[-73.22244910584459,41.71802546190338],[-73.22231510581571,41.71827546195606],[-73.22217510578376,41.71850646200527],[-73.22207210576583,41.71877146205983],[-73.22200510574858,41.7188484620769],[-73.22190210572221,41.71896946210365],[-73.22180610570486,41.71920546215239],[-73.22180210571277,41.719362462182815],[-73.22174210569327,41.71936246218478],[-73.22151510562007,41.7193724621942],[-73.22150210561615,41.71937746219559],[-73.22108310549118,41.71956846224627],[-73.22064410535056,41.7196034622675],[-73.22061410534097,41.71960646226906],[-73.22036410526576,41.71970946229719],[-73.22025510523292,41.719753462309264],[-73.21953710500237,41.71980146234218],[-73.21941210496162,41.71979946234592],[-73.21931010493287,41.719874462363755],[-73.2193321049445,41.71995046237769],[-73.2195221050083,41.719985462378204],[-73.21957310502758,41.72003146238539],[-73.21959610503664,41.72005846238985],[-73.21965510507147,41.720325462439455],[-73.21948610502193,41.72041746246277],[-73.21942010500467,41.720488462478656],[-73.21944210502397,41.720695462517895],[-73.21947910503839,41.720736462524606],[-73.21953010505372,41.72071546251887],[-73.21956610506281,41.720670462508984],[-73.21961810507153,41.720531462480444],[-73.21970610509497,41.72044346246055],[-73.2198161051295,41.72042246245287],[-73.21994010517203,41.72046046245614],[-73.2199771051867,41.72050546246359],[-73.21996810518652,41.720552462472966],[-73.2199481051873,41.72067646249756],[-73.2200361052305,41.72092546254273],[-73.2200141052313,41.721060462569525],[-73.22002910523963,41.72111946258042],[-73.22022710531654,41.72133346261523],[-73.22032910536807,41.72164646267228],[-73.22025610534797,41.72170846268664],[-73.22024910534887,41.7217624626973],[-73.22027810536228,41.72183046270948],[-73.22028510537247,41.721965462735305],[-73.22024810536304,41.72200946274501],[-73.22002910529643,41.72208746276729],[-73.2199711052807,41.72214046277943],[-73.22001410529813,41.72219946278939],[-73.22019710536571,41.722337462810025],[-73.22067410553441,41.72257046283927],[-73.22096010563607,41.722718462858424],[-73.22109210567992,41.72273446285718],[-73.22112110569145,41.72277046286316],[-73.22112110570124,41.7229374628954],[-73.2212171057362,41.723001462904584],[-73.22126010575477,41.723079462918236],[-73.22119410573482,41.72310546292542],[-73.22119510573751,41.723145462933104],[-73.22130410578067,41.723277462955004],[-73.22131110578725,41.72335046296885],[-73.22153210586347,41.72342546297607],[-73.22153110586581,41.723470462984785],[-73.2214511058442,41.723545463001905],[-73.22098210570537,41.72377746306213],[-73.22068910561596,41.72387646309089],[-73.22057910559329,41.72409946313758],[-73.22061610560591,41.72410946313828],[-73.22090910570219,41.7241274631321],[-73.22095310572841,41.724330463169835],[-73.2209241057232,41.724402463184695],[-73.2205581056269,41.72478846327125],[-73.22046210560592,41.724962463307996],[-73.2204851056211,41.72509346333253],[-73.22060210566849,41.725253463359564],[-73.22068310571075,41.725524463409215],[-73.2207491057352,41.72557546341687],[-73.22099010581582,41.725614463416456],[-73.2210491058377,41.7256604634234],[-73.22112910587225,41.725806463448954],[-73.22112210587368,41.72586946346133],[-73.22050010569183,41.72621546354861],[-73.22026610562163,41.72631546357564],[-73.2202231056093,41.726343463582445],[-73.2201551055899,41.72638946359357],[-73.2201191055819,41.72645246360691],[-73.22023610562239,41.72649446361117],[-73.22024410562763,41.72653946361961],[-73.22020710561877,41.72659346363124],[-73.22015610560372,41.72661946363793],[-73.22013410560079,41.72669146365256],[-73.2201631056121,41.72672346365778],[-73.22035410567673,41.72676646365978],[-73.22034610567674,41.72681146366872],[-73.22019310563324,41.72691746369424],[-73.22023610565702,41.727084463725056],[-73.22020710565023,41.7271294637347],[-73.21998010558362,41.72725146376572],[-73.21978210553206,41.72746946381432],[-73.2195841054858,41.72777746388029],[-73.21951910547568,41.72796546391872],[-73.21940910546864,41.728454464016735],[-73.21944610548655,41.728554464034815],[-73.21950210550814,41.728612464044154],[-73.21952510551696,41.728635464047834],[-73.2195341055205,41.728645464049485],[-73.21960410554617,41.72869546405683],[-73.21963110555613,41.72871546405979],[-73.21915310542653,41.729154464160274],[-73.21772210503879,41.73047246446179],[-73.21749110497626,41.730686464510704],[-73.21725810491456,41.7309254645645],[-73.21694010483314,41.731299464647186],[-73.21675310478622,41.73153546469889],[-73.21651410472849,41.73187546477238],[-73.21644610471219,41.73197446479372],[-73.21624610466597,41.73229446486206],[-73.2160621046253,41.73262046493105],[-73.21586310458258,41.73299446500978],[-73.21570710455335,41.73336046508555],[-73.21566710454788,41.73348846511158],[-73.21565210454598,41.73353946512192],[-73.21561010454838,41.73381246517599],[-73.21560310455412,41.73394946520266],[-73.21560910456549,41.73410946523333],[-73.21563810459058,41.734376465283916],[-73.2157671046839,41.73525146544851],[-73.2157681046851,41.73526646545138],[-73.21580810472389,41.735705465534785],[-73.21582010475186,41.73611546561352],[-73.2158151047712,41.73647246568257],[-73.21581710480815,41.737090465801764],[-73.21582010485493,41.737870465952184],[-73.21582410491061,41.738796466130744],[-73.21582310491917,41.7389474661599],[-73.21582110493706,41.73926346622095],[-73.21579510494635,41.739565466280084],[-73.21571410493176,41.73976546632135],[-73.21558810490615,41.74002646637585],[-73.2155061048867,41.7401494664023],[-73.21537910485429,41.7403004664356],[-73.21536610485083,41.74031346643855],[-73.21523610481607,41.74044146646753],[-73.21496910474215,41.74066046651859],[-73.21481910469913,41.740758466542445],[-73.21440510457742,41.74097746659833],[-73.21296310413055,41.74135046671781],[-73.21276610407023,41.74141346673646],[-73.21244910397428,41.74153446677025],[-73.21209210386856,41.74171046681597],[-73.21191010381561,41.74181646684242],[-73.21099610355284,41.742401466985406],[-73.21061210344375,41.74266946704978],[-73.21044410339742,41.7428104670825],[-73.21029910335838,41.742948467113905],[-73.20986710324232,41.74336346720822],[-73.209724103204,41.74350246723974],[-73.20900010300913,41.74419246739672],[-73.20875510294131,41.744393467443594],[-73.20854110287955,41.74452646747629],[-73.20851910287304,41.74453746747915],[-73.20842510284513,41.74458246749092],[-73.20808710274193,41.74469646752406],[-73.20790110268395,41.74473846753828],[-73.20775310263782,41.74477246754971],[-73.20771110262457,41.744779467552455],[-73.20756110257757,41.744809467563186],[-73.20607710210975,41.74505846766011],[-73.20597810207879,41.745079467667416],[-73.20533410187424,41.74516146770444],[-73.20480810170083,41.74512046771385],[-73.20462410164312,41.74515646772688],[-73.2033681012504,41.74542246781956],[-73.20216710087486,41.74567646790812],[-73.20127010059176,41.74582146796564],[-73.20100410050775,41.7458634679825],[-73.20077410043521,41.745901467997406],[-73.20020910025687,41.74599246803358],[-73.19994410017321,41.74603546805059],[-73.1997871001236,41.74605946806039],[-73.19931909997571,41.74613246808989],[-73.1991630999265,41.74615746809984],[-73.19884209982423,41.74619346811737],[-73.19845509970098,41.74623746813859],[-73.19787809951674,41.7462944681686],[-73.19755709941431,41.74632746818554],[-73.19751409940052,41.74633046818752],[-73.19738609935966,41.74634346819423],[-73.19734409934631,41.746348468196594],[-73.19731809933796,41.746350468197846],[-73.19724309931405,41.74635846820185],[-73.19721809930611,41.74636146820325],[-73.19703509924773,41.74638046821295],[-73.19648609907269,41.7464394682424],[-73.1963040990147,41.74645946825226],[-73.19612209895664,41.74647846826191],[-73.1955750987822,41.74653646829111],[-73.19539409872452,41.74655646830092],[-73.19523209867292,41.746574468309724],[-73.1947470985184,41.74662846833611],[-73.19458609846718,41.74664746834508],[-73.19428809837264,41.746687468362616],[-73.19302009796824,41.7468214684302],[-73.19263609784575,41.746861468450575],[-73.19208709766275,41.74678446845378],[-73.19193209761033,41.74675046845233],[-73.19181709757144,41.746724468451106],[-73.19156209748752,41.746707468456215],[-73.19050509714691,41.74675946850103],[-73.1899520969701,41.74681046852908],[-73.18960809686033,41.74684546854714],[-73.18926709675145,41.746879468564934],[-73.1892050967246,41.746765468544986],[-73.1889660966486,41.74679446855845],[-73.18875909658304,41.746824468571056],[-73.18854409651507,41.746857468584494],[-73.18816609639687,41.74693746861237],[-73.18798509634085,41.74698546862759],[-73.18762409623052,41.74710546866262],[-73.18746309618246,41.74717846868201],[-73.18705409606038,41.74736446873135],[-73.18697809603586,41.74736746873443],[-73.18675009596237,41.74737846874406],[-73.18667509593827,41.74738346874749],[-73.18665909593314,41.74738446874821],[-73.18660809591678,41.747388468750664],[-73.18640709585254,41.74740746876094],[-73.18634109583151,41.747414468764454],[-73.18611409575897,41.74743646877619],[-73.18543309554155,41.74750446881173],[-73.18520709546947,41.747528468823795],[-73.18498009539685,41.747548468835106],[-73.18430009517932,41.74760946886924],[-73.18417909514072,41.74762146887555],[-73.18407409510692,41.74762746888017],[-73.1838120950226,41.747642468891684],[-73.18312509480158,41.74768246892201],[-73.18302709476991,41.7476854689258],[-73.18276509468524,41.74769446893616],[-73.18273609467586,41.747695468937316],[-73.18264909464777,41.747698468940754],[-73.1826200946384,41.74769946894189],[-73.1825260946077,41.74769746894462],[-73.18235609455226,41.74769446894963],[-73.1822440945152,41.747683468951195],[-73.18215109448448,41.747675468952714],[-73.18194809441754,41.7476594689563],[-73.18163509431443,41.747636468962156],[-73.18134609421746,41.74758546896182],[-73.18114709415072,41.74755046896161],[-73.18081409403862,41.74748546896003],[-73.17981909370373,41.74729146895534],[-73.17948709359202,41.74722746895391],[-73.17869009332378,41.74707246895022],[-73.17790409305914,41.74691746894617],[-73.17788909305396,41.74691246894571],[-73.177662092977,41.74685846894276],[-73.17727109284304,41.74674246893323],[-73.17701409275415,41.74665146892413],[-73.17680309268056,41.74656646891465],[-73.1764610925612,41.746427468899086],[-73.17560509226013,41.74603946885238],[-73.17551209222773,41.746002468848296],[-73.17535309217199,41.7459334688402],[-73.17470409194455,41.745653468807525],[-73.17460009190822,41.74561046880266],[-73.17434809182024,41.74550746879107],[-73.1740440917137,41.74537646877579],[-73.17372609160219,41.74523846875962],[-73.17338109148129,41.74508946874221],[-73.1719510909819,41.74450246867597],[-73.17184909094652,41.74446446867199],[-73.17172909090488,41.74441946866724],[-73.17144809080828,41.744330468659314],[-73.17120309072482,41.744265468654824],[-73.17090409062408,41.74420546865308],[-73.17036609044281,41.74409746864995],[-73.17000309032338,41.744073468657234],[-73.16970009022374,41.74405446866353],[-73.1693820901203,41.744053468673805],[-73.16890808996735,41.74407346869323],[-73.16844908982132,41.744128468718955],[-73.16818508973836,41.744177468737085],[-73.1681800897368,41.744178468737445],[-73.16766408957622,41.74430146877815],[-73.16721208943646,41.74442446881674],[-73.16676808930023,41.74456346885816],[-73.1664860892144,41.744663468886735],[-73.16620108912772,41.74476546891579],[-73.16592508904455,41.74487746894648],[-73.1655600889356,41.74504346899051],[-73.16520608883104,41.74522346903689],[-73.16456408864462,41.745604469131514],[-73.16431408857295,41.74576846917137],[-73.16401008848698,41.745988469223825],[-73.16383808843844,41.74611446925378],[-73.16357208836519,41.74634046930613],[-73.16308908823541,41.74680546941177],[-73.16301208821588,41.74689946943243],[-73.16288908818304,41.74702146946001],[-73.16279108815816,41.7471404694862],[-73.1626110881127,41.747363469535145],[-73.16251408808986,41.74751246956709],[-73.16243108807052,41.7476424695949],[-73.16232508804435,41.74778446962578],[-73.16230208803881,41.747817469632906],[-73.16217608800915,41.7480104696743],[-73.16200708797125,41.74830146973601],[-73.16196708796264,41.7483764697518],[-73.16186508794073,41.74856846979219],[-73.16176908791955,41.748739469828344],[-73.16139808783993,41.74943946997561],[-73.16128408781412,41.7496314700164],[-73.16115308778274,41.74982247005756],[-73.1610580877591,41.74994647008461],[-73.16086108770847,41.75017547013527],[-73.1607850876884,41.75025447015301],[-73.16074908767925,41.7502984701627],[-73.16062908764685,41.75041147018843],[-73.16037508757698,41.75062847023867],[-73.16025508754329,41.75071947026016],[-73.16010408750094,41.7508344702873],[-73.15995108745723,41.750937470312216],[-73.15979308741166,41.75103647033651],[-73.15898308717621,41.751513470455194],[-73.15870708709643,41.751683470497035],[-73.15841308701243,41.751881470544916],[-73.15829008697783,41.75197347056671],[-73.15818808694956,41.75205747058627],[-73.15809108692315,41.75214447060623],[-73.15800008689888,41.75223547062679],[-73.15783008685462,41.752423470668646],[-73.15774108683223,41.75253547069319],[-73.15765808681205,41.7526514707183],[-73.15758208679425,41.75276947074356],[-73.1575150867795,41.75288947076892],[-73.15745608676747,41.7530114707944],[-73.15740308675754,41.75313647082027],[-73.15735708674993,41.75326147084589],[-73.15730408674249,41.75342847087984],[-73.15726108673846,41.75359847091405],[-73.1572180867396,41.753856470965246],[-73.15720008674899,41.75411647101601],[-73.15720108675805,41.75426547104472],[-73.15721008676971,41.75441447107316],[-73.15723008678367,41.75454147109702],[-73.1573340868441,41.75499547118119],[-73.15739008687397,41.75519447121775],[-73.15751608693816,41.755590471290006],[-73.15772208703987,41.756182471397445],[-73.15804208720132,41.7571614715758],[-73.15808708722511,41.75731747160441],[-73.15809508722923,41.757343471609154],[-73.15814108725482,41.75752447164257],[-73.15817308727576,41.75770447167625],[-73.15818708728743,41.75782547169913],[-73.15819408729674,41.75794547172206],[-73.15819208730335,41.75806947174604],[-73.15818208730737,41.75819347177027],[-73.15813708731098,41.75850447183176],[-73.15809108730659,41.75868447186801],[-73.15801908729564,41.758897471911446],[-73.15798208728918,41.75899247193101],[-73.1579270872784,41.759113471956134],[-73.15786408726488,41.75923247198117],[-73.1577300872341,41.75945047202764],[-73.15765908721683,41.75954947204906],[-73.15753308718521,41.75970947208407],[-73.15742808715775,41.75982347210951],[-73.15736308714054,41.75989047212457],[-73.15724908710975,41.759997472148974],[-73.15713008707709,41.760100472172745],[-73.15690008701283,41.76028047221502],[-73.15665308694226,41.76044647225518],[-73.15660608692856,41.76047347226193],[-73.15652208690418,41.76052347227433],[-73.15624908682382,41.760667472311084],[-73.1560800867735,41.76074647233188],[-73.15581908669512,41.76085747236188],[-73.1555590866162,41.76095347238895],[-73.15520608650792,41.76106447242196],[-73.15496908643459,41.761128472442095],[-73.15451208629231,41.76123647247795],[-73.15429108622301,41.761280472493716],[-73.1540690861531,41.76131947250853],[-73.15382308607519,41.76135547252357],[-73.15360908600707,41.76138047253541],[-73.15357408599598,41.761385472537526],[-73.15317208586713,41.761417472556914],[-73.15282208575424,41.761433472571504],[-73.15256108567006,41.7614454725824],[-73.15229708558496,41.76145847259358],[-73.15090008513292,41.76149747264703],[-73.14971908475152,41.76154347269472],[-73.1496170847186,41.76154747269884],[-73.14824108427344,41.761587472751785],[-73.14766408408683,41.7616054727742],[-73.14597208353972,41.761659472840236],[-73.14569108344861,41.76166447285042],[-73.1454210833608,41.76166447285929],[-73.14515008327238,41.761659472867244],[-73.14487108318076,41.761644472873506],[-73.14432108299901,41.76159547288213],[-73.14292108253537,41.76145347290072],[-73.14262908243929,41.761434472906664],[-73.14244308237838,41.76142747291142],[-73.14213508227807,41.761425472921154],[-73.1418270821781,41.76142847293186],[-73.1413580820262,41.76143947294937],[-73.14120208197575,41.76144447295548],[-73.1404210817235,41.76147447298692],[-73.13836008105572,41.761517473062895],[-73.13790708090912,41.7615294730801],[-73.13702008062208,41.76155447311407],[-73.13681508055552,41.761556473121196],[-73.13661108048963,41.76156447312944],[-73.13654808046937,41.761568473132265],[-73.13640708042409,41.761578473138826],[-73.1362250803659,41.761595473148084],[-73.13609808032548,41.76161047315516],[-73.13604408030834,41.761617473158275],[-73.13567808019273,41.76167647318168],[-73.13549408013512,41.76171447319505],[-73.13531308007889,41.76175947320967],[-73.13517208003552,41.76180147322241],[-73.1348970799518,41.76189947325035],[-73.13476307991142,41.76195447326536],[-73.13463207987235,41.76201447328123],[-73.13445207981867,41.762097473303164],[-73.1342780797674,41.76218847332644],[-73.13413807972672,41.762271473347035],[-73.13387007964998,41.762449473390184],[-73.1337250796091,41.76255647341558],[-73.13358407956974,41.76266747344163],[-73.13342407952567,41.76280347347312],[-73.13234407923176,41.763782473697454],[-73.13109007888905,41.76489447395314],[-73.13077107880187,41.765177474018195],[-73.13056807874531,41.765339474056105],[-73.13033707867991,41.765505474095725],[-73.13009507861005,41.76565647413281],[-73.12996807857277,41.76572547415028],[-73.12985407853898,41.76578147416483],[-73.12982207852946,41.76579647416879],[-73.12951807843801,41.765923474203255],[-73.1292550783583,41.76602247423098],[-73.1291210783174,41.76606847424426],[-73.12884807823326,41.76614847426866],[-73.12870807818967,41.76618147427963],[-73.12841207809643,41.76623347429938],[-73.12819507802743,41.76626047431171],[-73.1280980779966,41.76627247431722],[-73.12802907797452,41.76627847432063],[-73.12793307794381,41.766287474325516],[-73.12776807789072,41.76629747433287],[-73.12772907787803,41.76629747433415],[-73.12760207783697,41.76630147433908],[-73.1274360777829,41.76630047434434],[-73.12711907767874,41.766282474351264],[-73.12689907760603,41.76626247435463],[-73.12667907753288,41.766235474356655],[-73.12650607747501,41.766208474357136],[-73.12457907682763,41.76585647435248],[-73.12140407576088,41.765275474344655],[-73.12121707569817,41.76524347434461],[-73.12031007539412,41.76508947434466],[-73.12003807530262,41.765037474343565],[-73.1197690752116,41.764977474340824],[-73.1193770750783,41.76487847433459],[-73.11906707497178,41.76478147432605],[-73.1189020749146,41.7647214743199],[-73.11888607490903,41.76471547431927],[-73.11873307485553,41.76465147431194],[-73.11870807484675,41.76464047431063],[-73.11853507478574,41.76455947430068],[-73.11842707474722,41.76450147429304],[-73.11836307472446,41.76446847428877],[-73.1182750746928,41.76441647428163],[-73.11820807466867,41.764376474276126],[-73.11808407462223,41.76427247426013],[-73.11807207461774,41.76426247425858],[-73.11751307441108,41.76383847419513],[-73.11750207440704,41.76383047419396],[-73.1174810743993,41.763814474191555],[-73.1173050743367,41.763723474179784],[-73.11725707431846,41.76367847417267],[-73.117153074279,41.763582474157566],[-73.11711407426417,41.763545474151705],[-73.1170670742463,41.76350147414476],[-73.11706607424446,41.76347547413977],[-73.11715307426519,41.763346474112026],[-73.1171890742594,41.763047474053174],[-73.11720207425671,41.76292947402998],[-73.11713107422749,41.76282447401204],[-73.11693507414682,41.76253547396272],[-73.11650307395865,41.76172147381987],[-73.1161990738093,41.760859473663515],[-73.11614307378166,41.7606984736343],[-73.11611907374132,41.76014247352782],[-73.11610907372577,41.75993247348761],[-73.11623607373625,41.759405473381776],[-73.11671407386531,41.758954473279076],[-73.11698607393043,41.75855547319316],[-73.11701307392289,41.75827647313844],[-73.1170450739073,41.75783247305172],[-73.11709007390567,41.7575544729966],[-73.11717407391679,41.75727747294041],[-73.11721307392214,41.757152472915],[-73.11719907388994,41.756679472824196],[-73.11711307384878,41.7564544727836],[-73.11697007379074,41.75625747275028],[-73.11675507370514,41.755989472705615],[-73.11639207356963,41.75569147266005],[-73.11580707335757,41.75531947260745],[-73.11513607310691,41.75476547252255],[-73.11464807292006,41.75428447244575],[-73.11439307282548,41.7540854724157],[-73.11406707270282,41.753801472371606],[-73.113726072568,41.75339247230385],[-73.11340407243746,41.75295147222932],[-73.11294807225312,41.75233547212542],[-73.11261507210457,41.75164747200356],[-73.11227507196844,41.75121047193037],[-73.11210307188384,41.75072047184146],[-73.11219207188435,41.75023447174475],[-73.11225307189103,41.75000947169931],[-73.11229807189116,41.749761471649975],[-73.11240007189188,41.749206471539516],[-73.11264507193478,41.74857747141009],[-73.11288007199516,41.7483034713495],[-73.11343007215774,41.74802447127763],[-73.11399607232282,41.74769947119631],[-73.11408507233837,41.74747047114921],[-73.11407607233117,41.74739747113542],[-73.11405707231599,41.7472434711063],[-73.11418907232985,41.74674647100606],[-73.11429507235123,41.74652247095934],[-73.11464707244798,41.74621947088932],[-73.11490207251526,41.74595147082922],[-73.11506207255026,41.74566047076782],[-73.11512607256259,41.745515470737736],[-73.11517207257172,41.74541547071691],[-73.11532307260742,41.74518647066777],[-73.11536107261114,41.74503847063796],[-73.11532107258333,41.74478547059044],[-73.11529307255347,41.74443047052283],[-73.11562707258513,41.743114470257865],[-73.11569307257145,41.742513470139684],[-73.11557207249831,41.741935470032104],[-73.11422807197518,41.74046346979202],[-73.11401407189574,41.7402954697666],[-73.11398607188588,41.74028246976501],[-73.11348607170913,41.74004046973469],[-73.11333807165586,41.73995246972256],[-73.11300007153436,41.73975446969542],[-73.11233707129769,41.739394469647664],[-73.11177507109933,41.739127469614544],[-73.11130607094319,41.739065469617955],[-73.11120107090821,41.7390514696187],[-73.11088807080395,41.73900946962085],[-73.11080407077598,41.73899846962149],[-73.1107840707692,41.738993469621185],[-73.1102690705946,41.738871469614494],[-73.1098040704414,41.738837469623185],[-73.10961807038014,41.73882446962677],[-73.10929907027007,41.73871646961639],[-73.10878507008678,41.738440469579956],[-73.10840106994777,41.73819846954583],[-73.10820606987663,41.738066469526736],[-73.10790506976161,41.73777346948003],[-73.10732106954683,41.73734746941693],[-73.10728206953267,41.7373224694134],[-73.10672106932948,41.73696746936324],[-73.10641106922205,41.73685446935159],[-73.10623206916003,41.736789469344906],[-73.10590406904106,41.736578469314914],[-73.10563206894244,41.73640446929025],[-73.10523106879057,41.73603746923254],[-73.10510006873464,41.73580946919281],[-73.10503606869854,41.73554746914431],[-73.10502706869339,41.735509469137284],[-73.10505106868366,41.73520946907856],[-73.10506906867644,41.73498546903473],[-73.1050790686611,41.734667468973],[-73.1050540686514,41.734640468968614],[-73.10464006848966,41.7341764688926],[-73.1041400682833,41.73342746876436],[-73.10387406817804,41.73310646871111],[-73.10382206815741,41.73304246870045],[-73.10364806809166,41.73288546867583],[-73.10356906806526,41.73287346867612],[-73.10332006798224,41.73283846867751],[-73.10310806789805,41.73257746863407],[-73.10267906772572,41.73201546853961],[-73.10225806755177,41.731381468430975],[-73.10218706752467,41.73131246841999],[-73.10191106741937,41.73104646837767],[-73.10157406729805,41.7308454683499],[-73.10099806710832,41.730804468360844],[-73.10016106683473,41.730780468383635],[-73.09944906660009,41.73072746839673],[-73.09927506654194,41.73070046839723],[-73.09922406652493,41.73069346839756],[-73.09909306648112,41.73067246839778],[-73.0989980664494,41.73065846839818],[-73.09860506631225,41.73049846838017],[-73.0981200661348,41.73016046833078],[-73.09765106596086,41.72979346827529],[-73.09748106589645,41.72963746825073],[-73.09729606582643,41.729468468224155],[-73.09700406571197,41.72913446816923],[-73.09664606554476,41.72826446801294],[-73.09606106531616,41.72760746790523],[-73.09595606527537,41.727493467886646],[-73.09581206521932,41.72733546786084],[-73.0955560651196,41.72705346781477],[-73.09538906505502,41.726877467786274],[-73.09493006487762,41.726395467708215],[-73.0943640646456,41.725573467568],[-73.09413306455225,41.7252614675153],[-73.09382406443889,41.725040467482756],[-73.09325706423412,41.724691467433914],[-73.09312406418415,41.72457646741606],[-73.09307406415823,41.72441046738563],[-73.09305106414176,41.724256467356646],[-73.0931990641672,41.72386746727666],[-73.0931980641423,41.723446467195394],[-73.09299306404657,41.72294846710592],[-73.09259706388625,41.72240746701439],[-73.09218406372753,41.72198946694719],[-73.0916430635361,41.72172346691352],[-73.09147806347538,41.72160246689555],[-73.09145406346595,41.72157446689093],[-73.0914540634645,41.7215494668861],[-73.09142106345294,41.721535466884475],[-73.09132606341558,41.721424466866154],[-73.0910960633199,41.72106646680452],[-73.09073806317944,41.72065446673668],[-73.0902960630146,41.72029246668122],[-73.08958406276433,41.71997146664253],[-73.08937406268619,41.71980246661676],[-73.0893030626598,41.719745466608074],[-73.08916506260191,41.71952246656952],[-73.08910706256677,41.719243466517526],[-73.0889850624928,41.71865546640793],[-73.08865906235349,41.71808446630829],[-73.08810506215544,41.71777746626714],[-73.08750706194895,41.71757146624692],[-73.08653406162492,41.717440466253464],[-73.0861130614847,41.71738346625624],[-73.085597061313,41.71731646626019],[-73.08475906103412,41.71720746626655],[-73.08444206093262,41.71723446628214],[-73.08376806071688,41.7172934663156],[-73.08341306059945,41.71725946632065],[-73.08286506041816,41.717206466328356],[-73.08206306015536,41.717172466348025],[-73.08190006010057,41.717141466347364],[-73.08165406001777,41.71709346634616],[-73.08150405996584,41.71703946634063],[-73.08116805984247,41.71679746630487],[-73.0806550596475,41.716314466228354],[-73.0805670596141,41.716232466215395],[-73.08010905944195,41.715834466153495],[-73.07947005920171,41.7152774660668],[-73.07898705902046,41.71486246600242],[-73.07877405894058,41.71468046597421],[-73.07823605874638,41.71435046592807],[-73.07810005869733,41.71426746591649],[-73.07763705853786,41.714114465902085],[-73.07754305850547,41.71408346589918],[-73.07731205842595,41.71400746589204],[-73.0769740583061,41.71383746587026],[-73.07661005817481,41.713615465839254],[-73.07594105793233,41.713187465778454],[-73.07555305779171,41.71293946574324],[-73.07538905773336,41.712853465732],[-73.07374405714862,41.71199846562062],[-73.07367405712377,41.71196246561594],[-73.07189205648677,41.710975465483514],[-73.07106005618226,41.71039246539809],[-73.07100505616216,41.71035446539255],[-73.07072205605627,41.71011646535581],[-73.07045605595673,41.70989246532121],[-73.0700530557959,41.70938146523567],[-73.06958305559212,41.70850646508195],[-73.06931205547458,41.70800146499323],[-73.06845905514724,41.707143464855335],[-73.06840305512658,41.70710146484904],[-73.06843705513684,41.70708746484523],[-73.06853905516762,41.70704646483397],[-73.06857405517825,41.70703346483031],[-73.06903005531214,41.706786464767674],[-73.06926605538149,41.70665946473542],[-73.069346055405,41.706616464724476],[-73.07040005571466,41.70604846458026],[-73.07085705584893,41.70580246451778],[-73.07116505594058,41.705656464479496],[-73.07370605670057,41.70451846417648],[-73.07416505683655,41.7042904641174],[-73.07430405687768,41.70422046409934],[-73.07589505734889,41.70342846389424],[-73.07610105740993,41.703326463867796],[-73.07647705752153,41.703143463820126],[-73.07670205758824,41.70303246379134],[-73.07689605764519,41.7029274637647],[-73.07744805780744,41.70263146368943],[-73.07810105799933,41.70228046360024],[-73.08230205923418,41.7000294630278],[-73.08370305964601,41.699279462837],[-73.08433105983646,41.69904346277086],[-73.08621706040836,41.69833446257213],[-73.08684606059919,41.69809946250613],[-73.08745606078132,41.69782146243244],[-73.0881950610021,41.69748646234351],[-73.08928806132856,41.69699046221189],[-73.08989906151106,41.696713462138355],[-73.09012406157886,41.696621462113214],[-73.09080006178249,41.69634446203755],[-73.09102606185068,41.69625346201257],[-73.09244806227956,41.69567946185509],[-73.09257506231782,41.69562746184089],[-73.09540906317284,41.694488461527996],[-73.09648006349168,41.69398446139553],[-73.09718006370014,41.69365646130922],[-73.09869306415071,41.69294746112265],[-73.0988070641848,41.692896461109065],[-73.09915106428772,41.69274346106825],[-73.0992660643222,41.692693461054795],[-73.10013106457899,41.692274460945505],[-73.10272606534943,41.691018460617784],[-73.10359206560659,41.69060046050864],[-73.10361606561236,41.690565460501084],[-73.10367906562912,41.69050146048666],[-73.10372706564252,41.69046346047773],[-73.10378206565841,41.69042946046937],[-73.10401906572851,41.69031046043859],[-73.10403406573299,41.69030346043675],[-73.10462806591023,41.69003146036474],[-73.10550306617081,41.68962146025684],[-73.10582706626732,41.689470460217045],[-73.10598606631376,41.689380460194435],[-73.10638706643324,41.68919346014516],[-73.10658206649153,41.68910646012196],[-73.1068920665844,41.68897046008552],[-73.1074410667482,41.68871846001884],[-73.10768706682094,41.68859445998681],[-73.10799206691047,41.68842945994493],[-73.10835806701978,41.68826345990086],[-73.108516067067,41.688192459881954],[-73.10894906719534,41.68797945982661],[-73.1092830672943,41.68781445978376],[-73.10937706732223,41.687769459771985],[-73.10959206738617,41.68766745974524],[-73.1098670674687,41.68754945971342],[-73.11014606755276,41.687435459682256],[-73.11068806771513,41.68719845961871],[-73.11071406772294,41.6871874596157],[-73.11085806776573,41.687118459597656],[-73.11099706780665,41.687045459579],[-73.11111006783943,41.68697745956215],[-73.11127106788605,41.68687945953794],[-73.11139106792152,41.68681845952222],[-73.11164306799654,41.68670045949115],[-73.11220106816297,41.686443459423195],[-73.11316106844839,41.68598645930342],[-73.11327906848376,41.68593545928969],[-73.1134410685324,41.685866459271054],[-73.11354806856487,41.68582645925982],[-73.11365906859896,41.6857924592496],[-73.11385106865927,41.68575645923635],[-73.11414406874485,41.68559045919467],[-73.11502506900219,41.685092459069544],[-73.11531906908816,41.68492745902803],[-73.11580506923552,41.68474545897693],[-73.11726306967762,41.68419945882361],[-73.11749506974796,41.6841124587992],[-73.117749069825,41.68401745877251],[-73.11805106991308,41.68384445872918],[-73.11816606994671,41.68378045871305],[-73.11858307006852,41.683544458653756],[-73.11892307016778,41.683351458605316],[-73.11896007017852,41.68332945859986],[-73.11926307026704,41.68315845855686],[-73.11975507041205,41.68290245849126],[-73.12123407084803,41.68213445829434],[-73.12172707099342,41.681879458228906],[-73.1224610712113,41.681524458136224],[-73.12466407186527,41.680459457858156],[-73.12539907208352,41.68010545776565],[-73.12692707253746,41.67937245757386],[-73.13151407390023,41.67717545699882],[-73.13304307435457,41.67644445680736],[-73.1332340744111,41.676349456782745],[-73.13370707455127,41.6761164567222],[-73.13380707458079,41.67606545670906],[-73.1339990746377,41.67597145668458],[-73.1341420746794,41.675889456664045],[-73.1343090747282,41.6757954566404],[-73.1345730748053,41.675646456602955],[-73.1347170748474,41.67556545658256],[-73.13873707606906,41.674110456169466],[-73.14060407661934,41.67314145592091],[-73.141355076841,41.67275745582205],[-73.14150007691327,41.67318845590064],[-73.1418410770831,41.674200456085146],[-73.1418490770871,41.67422445608952],[-73.14194607713355,41.674480456135825],[-73.14207507719514,41.67481745619675],[-73.14210907721137,41.67490645621285],[-73.14319607774844,41.678057456786405],[-73.14459307843872,41.68210645752333],[-73.14645907936078,41.687513458507254],[-73.14707807966666,41.689306458833485],[-73.14731307978273,41.689986458957186],[-73.14754707989843,41.690665459080755],[-73.14759007991854,41.69077045909962],[-73.14763907994143,41.690889459121],[-73.14771907997893,41.69108645915646],[-73.14776307999941,41.691192459175504],[-73.14867008044511,41.69377645964511],[-73.15066808142676,41.69946346067844],[-73.1513940817836,41.70153146105415],[-73.15230208222981,41.704116461523775],[-73.15267808240336,41.70499446168105],[-73.15380608292416,41.70763146215344],[-73.1541830830981,41.70851046231084],[-73.15422108311445,41.70857846232274],[-73.15431808315842,41.7087914623607],[-73.15440408320029,41.70902946240385],[-73.15446308322755,41.70916746242855],[-73.15460208328858,41.70943846247634],[-73.1546080832913,41.70945146247865],[-73.1547210833434,41.70971446252574],[-73.15477308336848,41.709854462551085],[-73.15493508345021,41.71035146264177],[-73.15513008355343,41.7110324627669],[-73.15535308367375,41.711850462917575],[-73.15540308370063,41.712032462951086],[-73.15551908375913,41.71238746301585],[-73.15552608376296,41.71241446302083],[-73.15563608382172,41.71280746309312],[-73.15573708387312,41.713125463151236],[-73.15582008391662,41.71340746320297],[-73.15639508418795,41.71485046346278],[-73.15680108437931,41.71586546364547],[-73.16035208551314,41.71551446346107],[-73.16189908600714,41.715362463380906],[-73.16278808629076,41.71527046333393],[-73.16545408714138,41.71499646319344],[-73.16634408742537,41.714905463146636],[-73.16769708785635,41.71475446307303],[-73.16773608786873,41.71474946307076],[-73.16983908853862,41.71451446295628],[-73.17191108919857,41.714282462843386],[-73.1733040896423,41.714127462767685],[-73.17369808976886,41.714101462749724],[-73.17550409034882,41.713980462667],[-73.17578509043908,41.71396146265408],[-73.17616209056015,41.713936462636866],[-73.17745109097406,41.7138494625777],[-73.18087909207392,41.71360346241751],[-73.18216409248753,41.71353346236176],[-73.1823470925463,41.713521462353405],[-73.18263309263816,41.71350246234035],[-73.18268009265313,41.71349746233783],[-73.18322709282748,41.71343846230845],[-73.18570009361598,41.71317646217655],[-73.18612809375252,41.713132462153986],[-73.18741409416283,41.713001462086396],[-73.18784309429978,41.71295846206398],[-73.18813709439083,41.712881462039434],[-73.18902009466441,41.71265246196617],[-73.18931509475591,41.71257746194198],[-73.18933309476188,41.71257946194178],[-73.18938709477979,41.71258546194118],[-73.18940609478607,41.71258746194094],[-73.18997309496754,41.71253946191301],[-73.1911290953375,41.712440461855884],[-73.19629709699151,41.71200146160112],[-73.19693509719575,41.7119474615697],[-73.19733809732473,41.71191346154988],[-73.19802109754332,41.7118554615162],[-73.1985370977078,41.71180046148859],[-73.20007409819782,41.71163746140656],[-73.20008609820165,41.71163646140597],[-73.20060509836934,41.7116194613856],[-73.20094609847924,41.711603461371304],[-73.20197009880941,41.711558461328906],[-73.20231209891975,41.71154446131495],[-73.20399609946222,41.711461461243516],[-73.20511809982665,41.71145746120582],[-73.20732110053561,41.711337461110155],[-73.20902510108404,41.71124546103629],[-73.21293110234112,41.71103446086698],[-73.21393310266355,41.71097946082337],[-73.21453510285733,41.710947460797364],[-73.21613810337327,41.71086146072798],[-73.21627210341637,41.71085446072222],[-73.21667710354684,41.710834460705016],[-73.21681210359036,41.71082846069941],[-73.21694110363194,41.71082246069401],[-73.21707110367387,41.710817460688766],[-73.21791810394693,41.71077946065353],[-73.21863910417942,41.71074846062381],[-73.22020610468458,41.7106784605587],[-73.22123610501664,41.71063246051587],[-73.22127510502925,41.7106314605144],[-73.22234310537357,41.71058446047015]]]},"properties":{"name":3005,"geoid":"09005300500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.26144711538501,41.66464945030725],[-73.26139211541826,41.66552145047763],[-73.26114111557268,41.669546451263855],[-73.26113211557791,41.669685451291016],[-73.26104411563075,41.67107445156237],[-73.26101611564097,41.67140345162687],[-73.26093311567199,41.67239245182075],[-73.26090611568257,41.67272245188542],[-73.26088911568601,41.672875451915544],[-73.2608411156974,41.67333545200603],[-73.26082611570156,41.67348945203627],[-73.26080311571472,41.673841452105044],[-73.2607871157236,41.67408145215197],[-73.26071411576469,41.6751864523679],[-73.26070511576992,41.675325452395064],[-73.26066911578936,41.67585645249887],[-73.2606311158118,41.67644945261471],[-73.26062811583053,41.676785452679745],[-73.2606271158372,41.676904452702765],[-73.26062511584352,41.67702345272584],[-73.26060011597916,41.67947445320027],[-73.26057511612662,41.68212645371349],[-73.26055811622113,41.68383145404347],[-73.26438211762591,41.68660045445233],[-73.26632311833895,41.688005454659724],[-73.26683411852666,41.68837545471434],[-73.26683911852854,41.688379454714955],[-73.26685611853493,41.688394454717304],[-73.26686211853716,41.68839945471806],[-73.26687511854216,41.68841245472015],[-73.26689511854983,41.68843245472336],[-73.26691711855821,41.688453454726684],[-73.26693111856359,41.688467454728915],[-73.2669381185662,41.688473454729845],[-73.2669591185741,41.688491454732635],[-73.26696611857679,41.688498454733754],[-73.2681251190083,41.68943545487652],[-73.2716051203041,41.69224945530526],[-73.27276512073604,41.69318745544816],[-73.27318612089131,41.693502455495114],[-73.2739901211879,41.69410445558486],[-73.2744491213572,41.69444845563615],[-73.2745521213952,41.694525455647614],[-73.27487112151286,41.69476445568325],[-73.27499512155856,41.69485645569692],[-73.2753671216958,41.69513545573854],[-73.27549112174154,41.695228455752414],[-73.27551812177175,41.69559345582201],[-73.27554112179774,41.69590845588208],[-73.27569412196736,41.69794945627121],[-73.27574512202396,41.69863045640103],[-73.2757431220283,41.6987154564175],[-73.27573812204179,41.6989724564673],[-73.27573712204651,41.69905845648394],[-73.27577012209385,41.69968145660316],[-73.27578912212194,41.70005445667458],[-73.27580312214118,41.700304456722385],[-73.27587012223835,41.70158745696792],[-73.27593712233555,41.70287045721346],[-73.2759461223488,41.70304645724714],[-73.27596812238004,41.70345645732561],[-73.27599912242462,41.70404345743791],[-73.2760061224306,41.70410645744984],[-73.27602912244924,41.70429645748578],[-73.2760371224556,41.70436045749786],[-73.27617512260349,41.70611345783178],[-73.27631412275106,41.707855458163536],[-73.27367512190257,41.70800745828001],[-73.27279012161797,41.708057458318855],[-73.27103512105373,41.708159458396494],[-73.27030012081597,41.70817745842422],[-73.2603451175997,41.70848945881297],[-73.25907111719172,41.70859145887469],[-73.25525011596828,41.7089004590604],[-73.25397711556074,41.70900445912246],[-73.2530311152564,41.70905645916369],[-73.25019311434356,41.709215459288004],[-73.24958811414896,41.70924945931452],[-73.24924711403798,41.70924645932517],[-73.24880511389546,41.70926545934343],[-73.24748211346908,41.70932545939863],[-73.24704211332734,41.70934645941719],[-73.24586111294684,41.709402459466936],[-73.24423811242397,41.70947945953532],[-73.2423181118054,41.709570459616195],[-73.24113811142523,41.7096264596659],[-73.24008111108539,41.70968845971271],[-73.24004711107452,41.709691459714406],[-73.23691111006646,41.709879459854065],[-73.23585510972707,41.70994345990123],[-73.23553110962318,41.70996745991654],[-73.23456010931208,41.71004345996321],[-73.23423710920865,41.710069459978875],[-73.23391910910509,41.71006545998859],[-73.23296510879453,41.71005646001828],[-73.23264810869134,41.71005346002815],[-73.23173610839514,41.710056460058766],[-73.23148810831609,41.710082460071966],[-73.23061010803626,41.71017646011905],[-73.2305331080116,41.71018246012274],[-73.22940210764709,41.71023446017005],[-73.2260111065543,41.71039146031208],[-73.22488110619017,41.71044446035953],[-73.22478010615713,41.710440460362086],[-73.22447810605826,41.71042846036973],[-73.22437810602553,41.71042446037224],[-73.22418210596256,41.71043646038101],[-73.22359610577433,41.71047446040765],[-73.22340110571172,41.71048746041659],[-73.22339310570923,41.71048946041724],[-73.22337110570251,41.71049646041931],[-73.22336410570038,41.710499460420124],[-73.22315910563472,41.71051546042997],[-73.22254710543886,41.71056746046016],[-73.22234310537357,41.71058446047015],[-73.22127510502925,41.7106314605144],[-73.22123610501664,41.71063246051587],[-73.22020610468458,41.7106784605587],[-73.21863910417942,41.71074846062381],[-73.21791810394693,41.71077946065353],[-73.21707110367387,41.710817460688766],[-73.21694110363194,41.71082246069401],[-73.21681210359036,41.71082846069941],[-73.21667710354684,41.710834460705016],[-73.21627210341637,41.71085446072222],[-73.21613810337327,41.71086146072798],[-73.21453510285733,41.710947460797364],[-73.21393310266355,41.71097946082337],[-73.21293110234112,41.71103446086698],[-73.20902510108404,41.71124546103629],[-73.20732110053561,41.711337461110155],[-73.20511809982665,41.71145746120582],[-73.20399609946222,41.711461461243516],[-73.20231209891975,41.71154446131495],[-73.20197009880941,41.711558461328906],[-73.20094609847924,41.711603461371304],[-73.20060509836934,41.7116194613856],[-73.20008609820165,41.71163646140597],[-73.20007409819782,41.71163746140656],[-73.1985370977078,41.71180046148859],[-73.19802109754332,41.7118554615162],[-73.19733809732473,41.71191346154988],[-73.19693509719575,41.7119474615697],[-73.19629709699151,41.71200146160112],[-73.1911290953375,41.712440461855884],[-73.18997309496754,41.71253946191301],[-73.18940609478607,41.71258746194094],[-73.18938709477979,41.71258546194118],[-73.18933309476188,41.71257946194178],[-73.18931509475591,41.71257746194198],[-73.18902009466441,41.71265246196617],[-73.18813709439083,41.712881462039434],[-73.18784309429978,41.71295846206398],[-73.18741409416283,41.713001462086396],[-73.18612809375252,41.713132462153986],[-73.18570009361598,41.71317646217655],[-73.18322709282748,41.71343846230845],[-73.18268009265313,41.71349746233783],[-73.18263309263816,41.71350246234035],[-73.1823470925463,41.713521462353405],[-73.18216409248753,41.71353346236176],[-73.18087909207392,41.71360346241751],[-73.17745109097406,41.7138494625777],[-73.17616209056015,41.713936462636866],[-73.17578509043908,41.71396146265408],[-73.17550409034882,41.713980462667],[-73.17369808976886,41.714101462749724],[-73.1733040896423,41.714127462767685],[-73.17191108919857,41.714282462843386],[-73.16983908853862,41.71451446295628],[-73.16773608786873,41.71474946307076],[-73.16769708785635,41.71475446307303],[-73.16634408742537,41.714905463146636],[-73.16545408714138,41.71499646319344],[-73.16278808629076,41.71527046333393],[-73.16189908600714,41.715362463380906],[-73.16035208551314,41.71551446346107],[-73.15680108437931,41.71586546364547],[-73.15639508418795,41.71485046346278],[-73.15582008391662,41.71340746320297],[-73.15573708387312,41.713125463151236],[-73.15563608382172,41.71280746309312],[-73.15552608376296,41.71241446302083],[-73.15551908375913,41.71238746301585],[-73.15540308370063,41.712032462951086],[-73.15535308367375,41.711850462917575],[-73.15513008355343,41.7110324627669],[-73.15493508345021,41.71035146264177],[-73.15477308336848,41.709854462551085],[-73.1547210833434,41.70971446252574],[-73.1546080832913,41.70945146247865],[-73.15460208328858,41.70943846247634],[-73.15446308322755,41.70916746242855],[-73.15440408320029,41.70902946240385],[-73.15431808315842,41.7087914623607],[-73.15422108311445,41.70857846232274],[-73.1541830830981,41.70851046231084],[-73.15380608292416,41.70763146215344],[-73.15267808240336,41.70499446168105],[-73.15230208222981,41.704116461523775],[-73.1513940817836,41.70153146105415],[-73.15066808142676,41.69946346067844],[-73.14867008044511,41.69377645964511],[-73.14776307999941,41.691192459175504],[-73.14771907997893,41.69108645915646],[-73.14763907994143,41.690889459121],[-73.14759007991854,41.69077045909962],[-73.14754707989843,41.690665459080755],[-73.14731307978273,41.689986458957186],[-73.14707807966666,41.689306458833485],[-73.14645907936078,41.687513458507254],[-73.14459307843872,41.68210645752333],[-73.14319607774844,41.678057456786405],[-73.14210907721137,41.67490645621285],[-73.14207507719514,41.67481745619675],[-73.14194607713355,41.674480456135825],[-73.1418490770871,41.67422445608952],[-73.1418410770831,41.674200456085146],[-73.14150007691327,41.67318845590064],[-73.141355076841,41.67275745582205],[-73.14139007685186,41.67274845581917],[-73.14149607688495,41.67272545581125],[-73.1415320768962,41.67271745580853],[-73.14163207692384,41.67263445578919],[-73.14168407693826,41.67259145577918],[-73.1418360769803,41.67246545574983],[-73.14193207700684,41.672385455731224],[-73.14193407700743,41.67238445573096],[-73.1420320770345,41.67230245571189],[-73.14232507712798,41.67227245569648],[-73.14239907715155,41.672264455692506],[-73.14557807816556,41.67193645552487],[-73.14678707855121,41.67181245546126],[-73.14804307895187,41.67168345539513],[-73.14817407899363,41.671669455388134],[-73.15621708155908,41.67084145496424],[-73.15976408269043,41.67047645477732],[-73.16061608296157,41.670378454730425],[-73.16317208377501,41.6700844545897],[-73.16402408404615,41.66998645454281],[-73.16419308410002,41.66996845453378],[-73.16470208426237,41.669916454507025],[-73.16487208431663,41.66989945449816],[-73.16532208446017,41.66985345447451],[-73.16667208489075,41.66971445440332],[-73.16712308503467,41.66966945437983],[-73.16784908526509,41.669575454337824],[-73.1681040853461,41.66954345432326],[-73.16822708538517,41.669528454316335],[-73.16835108542456,41.66951245430915],[-73.16844408545406,41.669500454303794],[-73.17003008595758,41.6692974542125],[-73.17075708618839,41.66920445417064],[-73.17182008653121,41.66916045412725],[-73.17501208756072,41.669028453996944],[-73.17607608790395,41.6689854539537],[-73.17771608843192,41.668901453883606],[-73.17964508905305,41.66880445380153],[-73.18168308970918,41.66870045371449],[-73.18263909001696,41.66865145367362],[-73.1842800905453,41.66856845360369],[-73.18467309067294,41.66856745359058],[-73.18503309078868,41.6685464535747],[-73.18547109092836,41.66850145355161],[-73.18553109094758,41.66849645354868],[-73.18801809174461,41.66830745343045],[-73.18842009187343,41.66827645341125],[-73.18894209204181,41.66825545339003],[-73.18928609215334,41.668251453377955],[-73.19026709247143,41.66824045334361],[-73.19054109256058,41.66824245333499],[-73.19075909263118,41.668238453327064],[-73.1916480929181,41.66820545329147],[-73.19171709294041,41.66820345328882],[-73.1922370931072,41.66816645326457],[-73.19328809344873,41.66816745323023],[-73.19355409353416,41.66815045321822],[-73.19392409365193,41.668108453197945],[-73.19417509373079,41.668062453180795],[-73.19440109380155,41.66801645316448],[-73.19465109388112,41.66798845315084],[-73.19475509391522,41.66799345314839],[-73.1948060939322,41.66800045314807],[-73.19487109395446,41.66802045314981],[-73.19494709398116,41.66805445315389],[-73.19502209400757,41.668089453158196],[-73.19512609404444,41.66814245316502],[-73.19529609410337,41.6682054531716],[-73.1954340941488,41.668215453169],[-73.1955970942008,41.66819945316056],[-73.19601309433072,41.668109453129496],[-73.19615209437413,41.66807945311911],[-73.19643009446222,41.66804145310263],[-73.1965320944949,41.668033453097735],[-73.196629094526,41.66802645309321],[-73.19762009484566,41.6679864530529],[-73.19810709500271,41.667966453033024],[-73.19828909506143,41.66795945302569],[-73.19863209517142,41.66793445300959],[-73.19966809550398,41.667865452962204],[-73.20277809650244,41.66766045282035],[-73.20381509683541,41.66759345277331],[-73.20464909710375,41.667548452737186],[-73.20715409790984,41.66741545262913],[-73.20798909817854,41.66737145259317],[-73.20838809830737,41.667357452577356],[-73.20853309835418,41.66735245257162],[-73.2090770985298,41.66733345255006],[-73.20953109867636,41.66731745253203],[-73.20958609869412,41.66731545252984],[-73.20998609882326,41.66730145251397],[-73.21011909886606,41.66729445250825],[-73.21223809954829,41.667188452418074],[-73.21899610172392,41.666848452130075],[-73.2212491024493,41.666736452034314],[-73.22161810256772,41.66671145201733],[-73.22272810292404,41.66663845196671],[-73.2230981030429,41.666615451950086],[-73.2247271035674,41.666535451881046],[-73.22489710362314,41.66654345187698],[-73.22521210372376,41.666514451861005],[-73.22541810379015,41.6665054518525],[-73.2258671039365,41.66651345183927],[-73.22603910399185,41.66650445183187],[-73.22615210402785,41.66649245182583],[-73.22628710407048,41.66647145181733],[-73.22648510413333,41.66644645180598],[-73.2270461043099,41.66634945176877],[-73.22742710443052,41.66629545174579],[-73.22764310449993,41.66628245173617],[-73.22778710454706,41.6662884517326],[-73.22801210462143,41.66631045172943],[-73.22813910466405,41.66633345172971],[-73.22841210475494,41.666371451728075],[-73.22852710479272,41.66637845172564],[-73.22878210487532,41.66637445171647],[-73.22932710504939,41.666323451688676],[-73.22981010520431,41.66628945166621],[-73.23075510550854,41.66624245162601],[-73.23092910556453,41.66623345161856],[-73.23110010561945,41.666222451610786],[-73.23163210579045,41.6661914515873],[-73.23193310588596,41.66615245156986],[-73.23213110594757,41.66610645155445],[-73.23220910597193,41.666089451548594],[-73.23229910599929,41.666057451539444],[-73.23246310604958,41.666006451524176],[-73.23261710609849,41.66598745151546],[-73.2371231075515,41.66580345133154],[-73.24186310907649,41.665551451126774],[-73.2453461101994,41.665406450984044],[-73.24956211155758,41.66521345080788],[-73.24962111157663,41.66521145080555],[-73.24972211160919,41.66520745080144],[-73.25371711289546,41.66501245063215],[-73.25383511293349,41.665007450627286],[-73.25790811424434,41.66480045045307],[-73.26144711538501,41.66464945030725]]]},"properties":{"name":3031,"geoid":"09005303100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.06767206209192,41.83038648865892],[-73.0676420620939,41.83058648869842],[-73.06755606210113,41.83118748881701],[-73.06752806210379,41.83138848885664],[-73.06737506211205,41.83237848905237],[-73.06725106211934,41.83319148921302],[-73.06665706204934,41.83529548963776],[-73.06638606201773,41.8362604898325],[-73.06614706199346,41.837173490016184],[-73.065431061921,41.83991249056717],[-73.06529606190749,41.84043149067155],[-73.06519306189713,41.840826490751006],[-73.06476006185694,41.842544491096035],[-73.06395306178236,41.845751491740046],[-73.06346306173705,41.847698492131016],[-73.06303106169726,41.84941749247616],[-73.06237806164967,41.852229493038976],[-73.06059606152016,41.859908494575684],[-73.06042006150743,41.860667494727544],[-73.05983206146503,41.863206495235545],[-73.05976806146026,41.86348049529038],[-73.0596040614432,41.8640994954149],[-73.05911206139223,41.865959495789006],[-73.05894906137553,41.86657949591369],[-73.05826606130094,41.86909649642048],[-73.05668506112899,41.87493449759577],[-73.05626806109471,41.87666249794192],[-73.05565806104504,41.87919849844987],[-73.05523306100216,41.88082449877664],[-73.05395906087408,41.88570549975744],[-73.0535350608316,41.88733250008432],[-73.05096706000644,41.88752350020533],[-73.04650405857248,41.887857500416004],[-73.04326605753204,41.8880995005688],[-73.04069905670721,41.88829150068992],[-73.03994005646328,41.88834750072557],[-73.03899805615887,41.88838850076436],[-73.03805605585441,41.888428500802945],[-73.03727905560332,41.88846250083496],[-73.0365030553525,41.88849550086677],[-73.03570705509809,41.88857850090885],[-73.035534055042,41.888582500915284],[-73.03537105498913,41.888586500921384],[-73.03501805487545,41.8886085009372],[-73.03484705482039,41.88861950094493],[-73.03461305474492,41.8886325009551],[-73.03391305451933,41.88867350098593],[-73.03368005444432,41.88868850099646],[-73.02938105306205,41.888995501196455],[-73.026560052155,41.889197501327786],[-73.02107405039109,41.88959050158318],[-73.01648704891608,41.88991750179638],[-73.01490704840806,41.8900315018701],[-73.01218904753348,41.89021550199452],[-73.00926004659071,41.890409502127774],[-73.00047604376337,41.89099250252755],[-72.99813004300825,41.89114850263439],[-72.99754904282143,41.89119050266148],[-72.99664104252939,41.891254502703504],[-72.993916041653,41.89144850283003],[-72.99300904136132,41.89151350287221],[-72.99166904093069,41.89161450293549],[-72.99056204057503,41.891699502988075],[-72.98765203963993,41.89192050312581],[-72.98631403921,41.892022503189224],[-72.98610703914355,41.89203950319926],[-72.98548903894516,41.892089503229094],[-72.98528303887907,41.89210750323929],[-72.98512803882923,41.89211850324648],[-72.98466503868032,41.89215150326799],[-72.98451103863084,41.892163503275334],[-72.98372003837653,41.89222150331238],[-72.98134803761411,41.89239850342401],[-72.9808920374676,41.89243350344568],[-72.98072503741395,41.89244650345363],[-72.98055803736023,41.892458503461384],[-72.9804030373104,41.89246950346859],[-72.98024803726052,41.89248050347577],[-72.97948803701603,41.892533503510826],[-72.97897103684969,41.89256950353465],[-72.97421003531814,41.89290450375482],[-72.97262403480798,41.89301650382822],[-72.97125303436799,41.89313150389517],[-72.96874103356195,41.893343504018084],[-72.96818103338224,41.89339050404544],[-72.96714303304914,41.893477504096104],[-72.96577303260956,41.89359350416322],[-72.965607032556,41.89360250417036],[-72.96494703234286,41.89363550419828],[-72.96349203187319,41.89371050426028],[-72.96247003154322,41.89376250430368],[-72.96164503127693,41.89380550433891],[-72.96068303096735,41.893871504383036],[-72.96055903092741,41.89387950438864],[-72.95972203065816,41.89393850442735],[-72.95919503048854,41.89397450445149],[-72.9586670303186,41.89401050447567],[-72.9574430299247,41.89409450453182],[-72.95730402987994,41.8941035045381],[-72.95621902953084,41.89417950458819],[-72.95611802949828,41.894185504592635],[-72.95581802940171,41.89420550460627],[-72.95571802936959,41.89421350461108],[-72.95299902849275,41.89436950472993],[-72.9448430258625,41.894837505086365],[-72.94212502498598,41.89499450520533],[-72.9414150247575,41.89504350523794],[-72.940648024517,41.895204505293954],[-72.94241002478809,41.89002250423933],[-72.94244002479242,41.88992950422045],[-72.94251602479584,41.889564504147735],[-72.94252902479622,41.8894985041346],[-72.94284802483035,41.88830450389442],[-72.94348102491335,41.88619650346808],[-72.94389502496797,41.88482350319033],[-72.946179025269,41.87724250165664],[-72.94627402519188,41.8753935012976],[-72.94634302513502,41.874035501033944],[-72.94733602530408,41.871392500492725],[-72.9482550254497,41.86876049995599],[-72.95060102582177,41.862046498586665],[-72.951013025887,41.86086549834579],[-72.95193302603302,41.8582344978091],[-72.95196002603721,41.858155497793014],[-72.95220202608031,41.857543497667244],[-72.95273302617512,41.85620549739224],[-72.95301802622534,41.85547549724234],[-72.95320502625853,41.85500049714476],[-72.95322002626165,41.854970497138495],[-72.95324802626698,41.85490549712507],[-72.9532500262674,41.854901497124224],[-72.95329502627546,41.85478849710099],[-72.9533630262875,41.85461549706546],[-72.95352402631657,41.85421549698315],[-72.95357102632506,41.8540984969591],[-72.95364102633788,41.85392749692387],[-72.95364802633819,41.8538934969171],[-72.95378702616416,41.850137496189106],[-72.95384502609252,41.84858649588847],[-72.95385002608684,41.84846149586423],[-72.95381202607219,41.84842249585795],[-72.95377402605124,41.848275495830876],[-72.95372902602789,41.84812649580364],[-72.95369102600768,41.84799249577905],[-72.95366002598983,41.847859495754456],[-72.95361402597261,41.84782149574865],[-72.9535070259275,41.847645495718226],[-72.95339302586743,41.847252495646245],[-72.95338502585415,41.84706949561125],[-72.95343102586247,41.84695549558779],[-72.95361402591156,41.84677549554715],[-72.95365202591887,41.84668849552915],[-72.95355302587659,41.84651649549924],[-72.95327902575681,41.845993495407434],[-72.95274102556016,41.84562649535428],[-72.95268502553509,41.84550949533357],[-72.95234702538404,41.84480749520936],[-72.95225602533193,41.84442249513816],[-72.95208102524528,41.843914495046015],[-72.95193602515116,41.84311049489584],[-72.95189002512745,41.842961494868646],[-72.95177302508345,41.842860494853014],[-72.95157002501188,41.84276649484151],[-72.95118802488388,41.84270549484223],[-72.95063102470316,41.842717494862704],[-72.95033402460906,41.84276249488105],[-72.9498610244659,41.84294949493252],[-72.94930402429232,41.84308349497651],[-72.94871602410191,41.84310249499935],[-72.94795302386184,41.84324749505218],[-72.94652702342007,41.843636495173634],[-72.94616802330314,41.843636495185336],[-72.94592402322233,41.84361349518887],[-72.94514602296805,41.843598495211374],[-72.94461902279814,41.84362849523434],[-72.9442070226686,41.843708495263186],[-72.94333002237829,41.84362849527638],[-72.94224602201501,41.843453495278006],[-72.94169002182703,41.8433354952734],[-72.94144502174139,41.84323549526212],[-72.94117102164795,41.84316349525718],[-72.94088102155082,41.84311749525779],[-72.94028602134279,41.84287349523018],[-72.93977502116986,41.84276249522544],[-72.93958402110393,41.842698495219345],[-72.93909602093424,41.84251449519982],[-72.93872202079643,41.84224049515921],[-72.93859202075188,41.84220249515614],[-72.93853902072837,41.84209549513724],[-72.93830202063957,41.84189649510663],[-72.93820302060023,41.84177449508635],[-72.93811902057065,41.84173649508177],[-72.93805002054239,41.841637495064944],[-72.93793602050036,41.84155349505248],[-72.93790502048404,41.84144649503287],[-72.93779102044357,41.841389495025616],[-72.93757002036757,41.84132049501952],[-72.93726402025547,41.84110749498846],[-72.93702802016772,41.84092049496011],[-72.93679102008026,41.840744494933936],[-72.93650301995886,41.840271494852175],[-72.93642001991739,41.8400234948071],[-72.93641101991287,41.8399964948022],[-72.9363490198816,41.8398064947676],[-72.93655801992402,41.83936649467602],[-72.93718702005212,41.83804949440173],[-72.93744202010323,41.837501494287814],[-72.93753002011903,41.83728049424237],[-72.93771402014934,41.836772494138486],[-72.93826702024074,41.83525049382717],[-72.93845202027143,41.83474349372342],[-72.93954602045255,41.831737493108456],[-72.93956002045483,41.831698493100475],[-72.93979402049118,41.83101449296103],[-72.94022802055852,41.82974449270212],[-72.94029602056906,41.829545492661545],[-72.94037202058084,41.8293224926161],[-72.94038702058316,41.82927849260713],[-72.94040302058625,41.82924249259967],[-72.940454020594,41.82909049256871],[-72.94047602059722,41.82902249255489],[-72.94054502060699,41.82880449251061],[-72.94068402063455,41.82850049244749],[-72.9410950207152,41.82758749225813],[-72.94123302074243,41.82728349219504],[-72.94127602075083,41.827187492175135],[-72.94140402077579,41.82690049211564],[-72.94144802078459,41.8268054920959],[-72.94156002080155,41.826470492027674],[-72.94164802081465,41.826203491973345],[-72.94345202112424,41.82143349099508],[-72.94451102130587,41.81863149042039],[-72.94556902148726,41.815830489845894],[-72.94576202152057,41.81532348974185],[-72.94595302155322,41.81481648963788],[-72.94610002157845,41.8144274895581],[-72.94624702160374,41.814039489478496],[-72.94636402162375,41.813729489414904],[-72.94648202164407,41.81341848935109],[-72.94651302164958,41.81333948933486],[-72.94680502170232,41.81261248918518],[-72.94684302170906,41.81251548916523],[-72.94692402172342,41.81230948912286],[-72.94700602173819,41.81210448908066],[-72.94710702175597,41.81184548902744],[-72.94713802176159,41.81176848901158],[-72.94717102176786,41.81169148899565],[-72.94801402190338,41.80930448850792],[-72.94885502203822,41.8069174880202],[-72.94894002205197,41.80667848797134],[-72.94902502206574,41.806439487922496],[-72.95264902321895,41.80597948771564],[-72.95334202343933,41.805889487675714],[-72.95352802349856,41.80586648766521],[-72.95542402410197,41.80562748755732],[-72.95611802432282,41.80553948751771],[-72.9569500245876,41.805434487470336],[-72.95850602507821,41.80515948736658],[-72.96180102612777,41.8047604871822],[-72.9727470296105,41.803369486556896],[-72.97473603024571,41.80315748645111],[-72.97729703106326,41.80287948631395],[-72.97800503128933,41.80280348627618],[-72.98084303219402,41.80247348611992],[-72.98414103324538,41.80209048593841],[-72.98485103347154,41.80200548589885],[-72.98577903376685,41.801888485845986],[-72.98843803461298,41.80155448569478],[-72.99011803514648,41.80132448559558],[-72.99068803532742,41.80124548556172],[-72.99232403584695,41.80102148546511],[-72.99324503613936,41.800894485410545],[-72.99542303683104,41.80059748528214],[-72.99601103701774,41.80051648524733],[-72.99693303731053,41.800390485192914],[-72.99745603747652,41.800317485161756],[-72.99902603797506,41.80010248506902],[-72.99955003814148,41.8000314850382],[-73.00302703925149,41.79965748485248],[-73.00900804116093,41.799015484533264],[-73.01345804258148,41.79853648429547],[-73.0141070427887,41.79846748426095],[-73.01667604360878,41.79819148412376],[-73.01693704369373,41.798191484115236],[-73.01770504394406,41.79819748409127],[-73.01777904396809,41.79819648408865],[-73.01992404466628,41.79819648401853],[-73.02030704479111,41.79819948400659],[-73.02115004506592,41.79820648398037],[-73.02139904514704,41.79820748397243],[-73.02211404538127,41.798233483954064],[-73.0224200454811,41.798237483944824],[-73.02251404551164,41.79823648394155],[-73.02333004577677,41.798228483913334],[-73.02358104585818,41.79822348390415],[-73.0239480459781,41.79823148389371],[-73.02437004611681,41.79825448388434],[-73.02445304614405,41.79825848388239],[-73.02454304617328,41.79825748387926],[-73.02474104623755,41.798254483872206],[-73.02520604638796,41.79823848385392],[-73.02542304645749,41.798219483843155],[-73.02583104658754,41.79817248382074],[-73.0260660466628,41.79815148380901],[-73.02627004672881,41.79814448380098],[-73.0271460470135,41.798137483770994],[-73.02809804732273,41.798126483737725],[-73.0299290479175,41.79810648367399],[-73.0320540486102,41.79812448360794],[-73.03205804861115,41.79811848360666],[-73.03212004863134,41.798118483604625],[-73.03217804864916,41.79810048359924],[-73.03234704870188,41.79806148358621],[-73.03247404874247,41.79804848357955],[-73.03258304877974,41.79807948358195],[-73.03278804884981,41.798136483586234],[-73.03294504890242,41.79816248358612],[-73.0331890489836,41.798192483583925],[-73.03335404903805,41.798205483581036],[-73.0336370491304,41.79820948357254],[-73.03402804925759,41.79820848355956],[-73.0347220494816,41.79817648353068],[-73.03730505032289,41.798186483448085],[-73.03895905086168,41.79819448339553],[-73.04046405135188,41.798200483347415],[-73.04400305250456,41.79821548323448],[-73.04437305262509,41.79821748322276],[-73.04505705284782,41.798219483200754],[-73.04590705312471,41.79822348317369],[-73.0476410536891,41.79822448311713],[-73.0500280544662,41.79822848303974],[-73.05718905679761,41.79824348280814],[-73.05809305709192,41.79824548277892],[-73.05819405712481,41.7982454827756],[-73.05957605757479,41.7982494827311],[-73.05978905764505,41.79826548272723],[-73.0604280578558,41.798313482715535],[-73.06064205792637,41.79832948271162],[-73.06277105861885,41.79832248264052],[-73.06555305952578,41.79834948255458],[-73.07390106224737,41.798433482297185],[-73.07661306313156,41.798461482213696],[-73.07668406315454,41.79845948221098],[-73.0766280631413,41.798544482229204],[-73.07646206310237,41.79880248228439],[-73.0764070630895,41.798888482302765],[-73.07636706307859,41.798924482310994],[-73.07630906306342,41.79898748232505],[-73.07626006305135,41.799053482339374],[-73.07622206304276,41.799118482353165],[-73.0761910630366,41.7991854823671],[-73.07617906303453,41.799216482373474],[-73.07614806302952,41.79930348239125],[-73.0759160630011,41.800107482553855],[-73.07585006299303,41.800336482600144],[-73.07583706299137,41.80038048260906],[-73.07573006297939,41.80077048268775],[-73.07564406296797,41.801053482745125],[-73.07545906294396,41.80167148287032],[-73.07539106293542,41.801903482917275],[-73.07530906292541,41.80218848297489],[-73.074643062845,41.80451648344546],[-73.07426506279747,41.8058054837063],[-73.07415606278371,41.80617648378139],[-73.07403906276913,41.806577483862505],[-73.07384006274643,41.807295484007426],[-73.0737370627348,41.80766948408289],[-73.07368506272807,41.80784348411814],[-73.0735310627086,41.80836648422398],[-73.07348106270257,41.80854148425935],[-73.07341406269371,41.80876248430414],[-73.0733730626885,41.808901484332274],[-73.07324106267683,41.80943548443952],[-73.07318606267211,41.80966048448469],[-73.07312306266613,41.80990848453454],[-73.07293306264788,41.810652484684155],[-73.07287106264222,41.81090048473399],[-73.07282006263779,41.81110848477575],[-73.07266706262475,41.8117354849016],[-73.07261706262071,41.81194448494351],[-73.07249606261074,41.812446485044234],[-73.0724430626066,41.812670485089136],[-73.072249062587,41.81341348523868],[-73.07211306257412,41.81394948534641],[-73.07198706256253,41.81445148544729],[-73.07191606255623,41.81473848550492],[-73.07170606253828,41.81559848567753],[-73.07167706253574,41.81571648570122],[-73.07163606253236,41.81588648573532],[-73.07160606252992,41.8160114857604],[-73.07151806252325,41.81638648583554],[-73.07149006252153,41.81651248586074],[-73.07145706251917,41.816655485889385],[-73.07137606250915,41.81693448594579],[-73.07123306249154,41.817428486045685],[-73.07113106247915,41.81778348611743],[-73.07101306246484,41.81819448620048],[-73.0709640624589,41.818365486235045],[-73.07089606245148,41.81861648628564],[-73.07086906244837,41.81871348630522],[-73.07078806243922,41.81900748636453],[-73.07076206243657,41.819106486384435],[-73.0706500624242,41.81951748646731],[-73.07031306238694,41.82075348671651],[-73.07020206237497,41.82116548679953],[-73.07006706235552,41.821583486884485],[-73.07003406235192,41.82170548690908],[-73.0698490623329,41.82240848705061],[-73.06978306232614,41.82265948710111],[-73.06972306232132,41.82291048715143],[-73.0696330623181,41.82335548724014],[-73.06963006231811,41.82337248724351],[-73.06956806232097,41.823765487321246],[-73.06954306232157,41.823914487350784],[-73.0695210623218,41.824040487375775],[-73.06949206232291,41.82422048741141],[-73.06945606231834,41.82434248743609],[-73.06943506231566,41.82441348745044],[-73.06942106231396,41.82446248746035],[-73.0693970623105,41.824536487475406],[-73.06920606228697,41.82519548760862],[-73.06916406228186,41.82534148763812],[-73.06863206221614,41.827174488008694],[-73.06853906220474,41.82749648807376],[-73.06843306218992,41.827832488141965],[-73.06828006217,41.828342488245234],[-73.06782406211144,41.8298754885555],[-73.06767206209192,41.83038648865892]]]},"properties":{"name":3061,"geoid":"09005306100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.07668406315454,41.79845948221098],[-73.07688806322052,41.79845248220293],[-73.07750206341927,41.79843448217934],[-73.07770706348568,41.798429482171656],[-73.07772306349084,41.79842848217094],[-73.07783406352706,41.79843048216769],[-73.07795006356504,41.79843448216465],[-73.07821506365102,41.798429482154994],[-73.07834306369259,41.79842848215061],[-73.07882306384903,41.798432482135645],[-73.07944406405146,41.798438482116445],[-73.08026306431691,41.79842048208613],[-73.08053406440483,41.79841548207627],[-73.08074406447315,41.79841548206939],[-73.08109406458885,41.79844648206388],[-73.08109606458945,41.79844548206362],[-73.08215506493195,41.79840948202196],[-73.08250906504644,41.79839748200804],[-73.08259206507323,41.79839348200454],[-73.0828400651534,41.79838448199467],[-73.08292406518055,41.79838148199134],[-73.08298006520036,41.79840848199471],[-73.08310306524396,41.79846948200244],[-73.08314706525968,41.79849348200562],[-73.08320206527934,41.79852348200959],[-73.08372906546623,41.798786482043035],[-73.0838540655107,41.798851482051454],[-73.08399706556159,41.79892548206101],[-73.08445606572413,41.799150482089345],[-73.0846460657911,41.79923848210008],[-73.08483906585876,41.79932148210976],[-73.08502606592397,41.79939548211788],[-73.08521606598983,41.799464482124954],[-73.08541006605665,41.79952748213073],[-73.08560406612307,41.79958348213517],[-73.0858010661901,41.79963348213835],[-73.08588806621958,41.799653482139355],[-73.08610006629142,41.799702482141825],[-73.08660306646115,41.7998054821452],[-73.08663406647163,41.79981248214552],[-73.08672906650378,41.799833482146454],[-73.08674806651027,41.79983848214681],[-73.08676106651463,41.79984048214674],[-73.0867940665257,41.799846482146826],[-73.08689306655897,41.79986448214706],[-73.08692606657011,41.79987148214731],[-73.08710306662948,41.799901482147305],[-73.08763406680765,41.79999348214762],[-73.0878120668674,41.800024482147755],[-73.08816006698444,41.80008948214887],[-73.08826106701842,41.800108482149234],[-73.08861006713633,41.80018248215203],[-73.08892006724213,41.80026648215806],[-73.08910806730688,41.800327482163645],[-73.0891870673343,41.80035648216665],[-73.08928506736828,41.80039248217038],[-73.08951606744903,41.8004874821811],[-73.08965806749961,41.800562482190905],[-73.08998306761539,41.800733482213204],[-73.09008306765152,41.80079448222168],[-73.09022106770134,41.800878482233344],[-73.09038006775977,41.8009924822501],[-73.09058006783327,41.8011364822713],[-73.09083306792908,41.801366482307344],[-73.09097906798438,41.801499482328175],[-73.09127406809786,41.80179748237595],[-73.09144606816471,41.80198348240616],[-73.09160206822604,41.802163482435716],[-73.09170106826545,41.80228648245619],[-73.09189906834425,41.802531482496924],[-73.09230006850532,41.80305348258438],[-73.09323006888044,41.80429048279229],[-73.09365006904895,41.80483348288316],[-73.09371606907548,41.80491948289755],[-73.09381106911272,41.805027482915264],[-73.09391706915348,41.8051344829324],[-73.09412806923334,41.80532548296229],[-73.09434106931222,41.805488482986725],[-73.09443606934681,41.805551482995746],[-73.09475306945984,41.805719483017725],[-73.09485206949508,41.80577148302449],[-73.09500506954915,41.80584448303353],[-73.09516206960411,41.805910483041096],[-73.09529306964963,41.80595948304625],[-73.09556406974296,41.806047483054314],[-73.0957480698059,41.806099483058304],[-73.09575906980957,41.806101483058335],[-73.09593606986977,41.806145483061],[-73.09611006992856,41.80618248306242],[-73.0959400699015,41.80666448316088],[-73.09587406989027,41.806839483196775],[-73.09578106987477,41.807091483248406],[-73.09515806977267,41.80880748359955],[-73.09497006974189,41.80932648370573],[-73.09492606973579,41.809466483734155],[-73.09490606973235,41.80951848374484],[-73.09484706972245,41.80967748377741],[-73.09482806971944,41.80973148378846],[-73.09477006970977,41.809888483820615],[-73.09459506968057,41.810361483917504],[-73.09453806967129,41.81051948394983],[-73.09450506966763,41.81064048397423],[-73.09437306964531,41.810992484046366],[-73.09435706964274,41.81103748405558],[-73.09422906962331,41.81141648413281],[-73.09416606961706,41.81165948418171],[-73.09414106961701,41.81179748420913],[-73.09405406962735,41.81245648433896],[-73.0939890696354,41.81295448443706],[-73.09393706963266,41.81319648448539],[-73.09389006963049,41.813420484530106],[-73.09373206960505,41.81386348462065],[-73.0937160696024,41.813906484629456],[-73.09363306958909,41.81414048467728],[-73.09353906957332,41.81439348472912],[-73.0935310695721,41.81441648473379],[-73.09326906952826,41.81512348487863],[-73.09325906952678,41.81515348488473],[-73.09320506951924,41.815324484919465],[-73.09318206951691,41.81541248493717],[-73.09314006951239,41.81556848496863],[-73.09308706950956,41.81581448501775],[-73.09304406951405,41.816129485079855],[-73.09305606952559,41.81625948510452],[-73.09308106953958,41.81635948512296],[-73.09305006953066,41.816379485127825],[-73.09295906950345,41.816420485138714],[-73.09295906950376,41.816425485139675],[-73.09274106947996,41.817229485301745],[-73.09264506946883,41.817572485370974],[-73.09249306945402,41.81816348548983],[-73.09241006944403,41.81845348554843],[-73.09231606943415,41.81880648561953],[-73.0920360694052,41.81986648583294],[-73.09194406939602,41.82022048590417],[-73.09185506938523,41.82053048596681],[-73.09159006935367,41.82146248615507],[-73.09150306934359,41.82177348621784],[-73.0911700693072,41.82300048646514],[-73.09090106926958,41.82385148663792],[-73.0908480692624,41.82402348667279],[-73.09053306916557,41.82412048670182],[-73.09048706916997,41.82445048676691],[-73.09041906918996,41.82516848690745],[-73.09039706920392,41.82552848697751],[-73.09039406921123,41.82566948700477],[-73.09039906922112,41.82581048703177],[-73.09041006923245,41.82594248705684],[-73.09043006924665,41.8260734870814],[-73.09044706925677,41.82615148709588],[-73.09046606927315,41.82632548712878],[-73.09049806929477,41.82651648716452],[-73.090646069387,41.827267487304326],[-73.09066906940153,41.82738748732669],[-73.0907370694405,41.82767448737974],[-73.0908410695,41.82811148746048],[-73.09101706960318,41.82889348760534],[-73.09110906965705,41.829301487680915],[-73.09114706968087,41.82949648771722],[-73.09119906970923,41.82969148775308],[-73.09123806972852,41.82980348777337],[-73.09128106974892,41.82991248779295],[-73.09133606977498,41.83005148781791],[-73.09139506980456,41.83022848785007],[-73.09144706983187,41.83040548788245],[-73.09149206985703,41.83058448791546],[-73.09153306988289,41.83079748795514],[-73.0915810699174,41.83111948801559],[-73.09166006996986,41.83157548810081],[-73.09168606998863,41.83175048813366],[-73.09168806999061,41.83177348813804],[-73.09171207001305,41.8320224881852],[-73.0917120700252,41.83222948822506],[-73.09170307002624,41.83229748823847],[-73.0916670700203,41.83239548825853],[-73.09166307001935,41.83240148825979],[-73.09164007001421,41.83244148826825],[-73.09158907000142,41.83250648828247],[-73.09157806999836,41.832515488284564],[-73.09152606998425,41.83256348829551],[-73.09147706997031,41.83259748830366],[-73.09142406995481,41.832627488311175],[-73.0913580699351,41.83265748831912],[-73.09128606991312,41.83268248832631],[-73.09121206989003,41.832699488332004],[-73.0912000698862,41.832700488332584],[-73.09114406986832,41.83270648833558],[-73.09107406984559,41.83270748833807],[-73.09105806984032,41.83270648833841],[-73.09084006976879,41.832696488343636],[-73.09074206973663,41.83269248834609],[-73.09019006955438,41.83264848835573],[-73.08997406948315,41.832632488359735],[-73.08986906944878,41.83262948836261],[-73.08968806938888,41.83261248836528],[-73.08938706928926,41.83258448836976],[-73.08917806921971,41.832558488371625],[-73.0888350691047,41.83250148837191],[-73.08876406908097,41.83249048837212],[-73.08855106900998,41.83246248837373],[-73.08841106896242,41.832428488371775],[-73.08766506871127,41.832286488368894],[-73.0875530686737,41.83226748836892],[-73.08694306846903,41.832163488368934],[-73.085212067889,41.831880488371226],[-73.08454706766531,41.831757488369355],[-73.08448806764547,41.83174648836919],[-73.08401606748696,41.83166348836868],[-73.0835470673293,41.83157848836771],[-73.08271506704958,41.831426488365736],[-73.08094206645363,41.8311054883621],[-73.07962006600975,41.83087448836098],[-73.07850506563585,41.83068748836154],[-73.07824206555621,41.830789488389826],[-73.07818306554934,41.830999488432205],[-73.07778806541795,41.83095148843593],[-73.07767406537997,41.830936488436784],[-73.07722006522873,41.8308774884403],[-73.0756740647127,41.83065948844903],[-73.07471906439304,41.83050948845147],[-73.07407306417842,41.83043548845842],[-73.07333406393265,41.830346488465516],[-73.07271306372557,41.83026248846969],[-73.07251206365909,41.83024448847282],[-73.07228606358389,41.830216488474846],[-73.07127106324623,41.83009248848425],[-73.07111206319375,41.830080488487155],[-73.07103206316759,41.8300784884894],[-73.07100906316005,41.830077488489955],[-73.07092406313232,41.83007648849254],[-73.07058106302138,41.830088488506114],[-73.07020106289986,41.83012548852571],[-73.07002606284406,41.830145488535294],[-73.069586062704,41.83019948856011],[-73.06917506257278,41.83024348858207],[-73.068363062313,41.830320488623535],[-73.06790506216649,41.83036448864704],[-73.0678100621365,41.83038048865323],[-73.06778206212745,41.83038148865436],[-73.06769906210059,41.83038448865765],[-73.06767206209192,41.83038648865892],[-73.06782406211144,41.8298754885555],[-73.06828006217,41.828342488245234],[-73.06843306218992,41.827832488141965],[-73.06853906220474,41.82749648807376],[-73.06863206221614,41.827174488008694],[-73.06916406228186,41.82534148763812],[-73.06920606228697,41.82519548760862],[-73.0693970623105,41.824536487475406],[-73.06942106231396,41.82446248746035],[-73.06943506231566,41.82441348745044],[-73.06945606231834,41.82434248743609],[-73.06949206232291,41.82422048741141],[-73.0695210623218,41.824040487375775],[-73.06954306232157,41.823914487350784],[-73.06956806232097,41.823765487321246],[-73.06963006231811,41.82337248724351],[-73.0696330623181,41.82335548724014],[-73.06972306232132,41.82291048715143],[-73.06978306232614,41.82265948710111],[-73.0698490623329,41.82240848705061],[-73.07003406235192,41.82170548690908],[-73.07006706235552,41.821583486884485],[-73.07020206237497,41.82116548679953],[-73.07031306238694,41.82075348671651],[-73.0706500624242,41.81951748646731],[-73.07076206243657,41.819106486384435],[-73.07078806243922,41.81900748636453],[-73.07086906244837,41.81871348630522],[-73.07089606245148,41.81861648628564],[-73.0709640624589,41.818365486235045],[-73.07101306246484,41.81819448620048],[-73.07113106247915,41.81778348611743],[-73.07123306249154,41.817428486045685],[-73.07137606250915,41.81693448594579],[-73.07145706251917,41.816655485889385],[-73.07149006252153,41.81651248586074],[-73.07151806252325,41.81638648583554],[-73.07160606252992,41.8160114857604],[-73.07163606253236,41.81588648573532],[-73.07167706253574,41.81571648570122],[-73.07170606253828,41.81559848567753],[-73.07191606255623,41.81473848550492],[-73.07198706256253,41.81445148544729],[-73.07211306257412,41.81394948534641],[-73.072249062587,41.81341348523868],[-73.0724430626066,41.812670485089136],[-73.07249606261074,41.812446485044234],[-73.07261706262071,41.81194448494351],[-73.07266706262475,41.8117354849016],[-73.07282006263779,41.81110848477575],[-73.07287106264222,41.81090048473399],[-73.07293306264788,41.810652484684155],[-73.07312306266613,41.80990848453454],[-73.07318606267211,41.80966048448469],[-73.07324106267683,41.80943548443952],[-73.0733730626885,41.808901484332274],[-73.07341406269371,41.80876248430414],[-73.07348106270257,41.80854148425935],[-73.0735310627086,41.80836648422398],[-73.07368506272807,41.80784348411814],[-73.0737370627348,41.80766948408289],[-73.07384006274643,41.807295484007426],[-73.07403906276913,41.806577483862505],[-73.07415606278371,41.80617648378139],[-73.07426506279747,41.8058054837063],[-73.074643062845,41.80451648344546],[-73.07530906292541,41.80218848297489],[-73.07539106293542,41.801903482917275],[-73.07545906294396,41.80167148287032],[-73.07564406296797,41.801053482745125],[-73.07573006297939,41.80077048268775],[-73.07583706299137,41.80038048260906],[-73.07585006299303,41.800336482600144],[-73.0759160630011,41.800107482553855],[-73.07614806302952,41.79930348239125],[-73.07617906303453,41.799216482373474],[-73.0761910630366,41.7991854823671],[-73.07622206304276,41.799118482353165],[-73.07626006305135,41.799053482339374],[-73.07630906306342,41.79898748232505],[-73.07636706307859,41.798924482310994],[-73.0764070630895,41.798888482302765],[-73.07646206310237,41.79880248228439],[-73.0766280631413,41.798544482229204],[-73.07668406315454,41.79845948221098]]]},"properties":{"name":3106.02,"geoid":"09005310602"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.4022801563066,41.582941429849605],[-73.40231415632023,41.58298542985701],[-73.40233015632835,41.58303542986615],[-73.40232615633022,41.58308942987674],[-73.40219515630429,41.58337142993567],[-73.40218015630141,41.58340542994275],[-73.40214015629624,41.58353842996982],[-73.40212915629385,41.58355842997404],[-73.40208315628463,41.58365542999435],[-73.40190015625517,41.584164430098966],[-73.40163815622729,41.58513743029597],[-73.40156815622039,41.585406430350375],[-73.40146515621029,41.585803430430616],[-73.4013291561912,41.586229430517584],[-73.40126315617884,41.58638343054959],[-73.40113115615415,41.586692430613766],[-73.40093015611251,41.58709343069803],[-73.40075815608337,41.58754743079161],[-73.40055715606275,41.58830643094518],[-73.4004741560499,41.58854643099439],[-73.40024815600961,41.58910843111066],[-73.40019415600095,41.58925943114167],[-73.40009215598495,41.589550431201374],[-73.39997115596672,41.589908431274665],[-73.39974715592524,41.59043943138486],[-73.39955915589198,41.59091143148243],[-73.39953415588762,41.59097543149566],[-73.39946615587355,41.591111431524226],[-73.39934515584558,41.59130343156539],[-73.39915015579813,41.59157243162391],[-73.39894715575194,41.59190743169547],[-73.3986051556703,41.592406431803376],[-73.39843615562997,41.59265343185678],[-73.39838415561651,41.592711431869716],[-73.39819815556532,41.59286743190608],[-73.39809515553556,41.592929431921476],[-73.39794615549022,41.592980431936276],[-73.39785515546288,41.59301743194646],[-73.39783915545803,41.59302343194815],[-73.397798155447,41.59306243195705],[-73.39776315543837,41.59310843196712],[-73.39774215543332,41.59313843197361],[-73.39771615542887,41.593206431987646],[-73.39769515542542,41.59326343199936],[-73.39767615543239,41.593487432043354],[-73.39766615543674,41.593616432068636],[-73.39766615543692,41.59361943206922],[-73.39765515544258,41.59377643209998],[-73.39763115545581,41.59413443217005],[-73.3976211554592,41.59424743219226],[-73.3976091554646,41.59440543222324],[-73.39758315547444,41.59471643228428],[-73.39753715547538,41.594986432338054],[-73.39749315546985,41.59513543236836],[-73.3973401554514,41.595666432476186],[-73.39724515544204,41.596031432549964],[-73.39718515543167,41.59618643258194],[-73.39694315536995,41.59647243264531],[-73.39690715536257,41.59654543266063],[-73.39687615535874,41.596651432682165],[-73.39685915536198,41.59680043271157],[-73.39685615536631,41.59689043272909],[-73.39686815538917,41.597213432791186],[-73.39687215539628,41.59731243281021],[-73.39691515541969,41.597473432839955],[-73.39700815546432,41.597719432884475],[-73.3970971555046,41.59791343291907],[-73.39737915559567,41.597906432908395],[-73.39765915568616,41.597900432897944],[-73.39813215583663,41.597849432872415],[-73.39822215586537,41.59784143286789],[-73.39850415595558,41.5978194328543],[-73.39863515599737,41.59780743284763],[-73.39883015605963,41.59779043283789],[-73.39903015612389,41.59777943282915],[-73.39916215616628,41.5977724328234],[-73.39932215621768,41.597763432816365],[-73.39997515642666,41.59771443278527],[-73.4006851566516,41.59762243274395],[-73.40228315715956,41.5974434326564],[-73.40316215743974,41.59735843261084],[-73.40424615778598,41.59726543255693],[-73.40440615783706,41.59725143254893],[-73.40508915805734,41.59722943252205],[-73.40503415805321,41.59746243256897],[-73.40477915801038,41.5981414327088],[-73.40464115798048,41.59839443276234],[-73.40459815797117,41.59847343277905],[-73.40420915788253,41.599112432915575],[-73.40389915781638,41.59969843303924],[-73.40383115780674,41.599909433082324],[-73.40376615780121,41.60017443313575],[-73.40369815779138,41.60038243317825],[-73.40365815778576,41.60050743320377],[-73.4035671577744,41.60081643326658],[-73.40345015775831,41.60118843334243],[-73.40329915773522,41.60162943343276],[-73.40325815773292,41.6018164334703],[-73.40321415772712,41.60196043349963],[-73.40318315772237,41.60205043351806],[-73.40310415770543,41.602198433549326],[-73.40304115769368,41.60234643358004],[-73.40301515768901,41.60241043359329],[-73.40286315766421,41.602827433678996],[-73.40278615764946,41.60300143371521],[-73.40269815762838,41.603128433742704],[-73.40262615760801,41.603179433754946],[-73.4025301575804,41.60323943376975],[-73.4022711575043,41.603374433804454],[-73.40192415739982,41.60351243384264],[-73.40189115738994,41.60352643384645],[-73.4017381573436,41.60358243386234],[-73.40165215731697,41.60360443386945],[-73.40136615722577,41.60363143388415],[-73.40118315716744,41.603649433893686],[-73.40112915715045,41.60365843389723],[-73.40099315710775,41.603682433906386],[-73.40081615705294,41.60372743392095],[-73.40047915695072,41.60384843395552],[-73.40044815694156,41.60386343395944],[-73.40023615687912,41.60397143398737],[-73.40011215684358,41.60405143400695],[-73.40009215683787,41.60406443401013],[-73.39967215671882,41.60435743408072],[-73.39953215667914,41.60445543410432],[-73.39907415654929,41.60477443418121],[-73.39882515647814,41.60493843422118],[-73.39868115643706,41.60503443424453],[-73.39771115615602,41.60560743438751],[-73.39734315604885,41.60581543443995],[-73.39656515581598,41.606148434530134],[-73.39649815579592,41.606177434537976],[-73.39619515570749,41.6063454345805],[-73.39586215561243,41.60656643463428],[-73.39583315560432,41.60658843463951],[-73.39570715556884,41.60668043466148],[-73.395575155529,41.60673143467571],[-73.39539415547358,41.60678743469255],[-73.3951761554052,41.606827434707505],[-73.3946631552431,41.606901434738795],[-73.39464815523833,41.60690343473969],[-73.39379815497092,41.60704643479551],[-73.39364315492264,41.60708043480721],[-73.39351215488237,41.6071184348189],[-73.39319215478595,41.607244434853875],[-73.39291015470197,41.60737243488797],[-73.39277915466262,41.60742643490276],[-73.39262115461382,41.60746843491612],[-73.39253315458593,41.60747943492116],[-73.39217515447082,41.607497434936505],[-73.3920741544388,41.607510434942355],[-73.39199815441503,41.607525434947775],[-73.391910154388,41.607551434955724],[-73.39184715436927,41.60758043496342],[-73.39177915434945,41.60761843497302],[-73.3916901543242,41.607680434987955],[-73.39149415427089,41.60785543502831],[-73.39126215420913,41.60808543508048],[-73.39122815419992,41.60811643508761],[-73.39097715413244,41.60835443514196],[-73.39081415408828,41.60850243517601],[-73.39067515405233,41.60865843521078],[-73.39058815403104,41.60877643523648],[-73.3904411539962,41.60899543528373],[-73.39040515398706,41.609038435293236],[-73.39038315398231,41.609079435301894],[-73.3903731539803,41.60910043530629],[-73.39030915396542,41.60920043532774],[-73.39028515396004,41.60924143533647],[-73.39002915389914,41.609618435417886],[-73.38979915384449,41.60995843549129],[-73.38927815372156,41.6107434356604],[-73.38926915371931,41.61075443566284],[-73.38901415365876,41.6111324357444],[-73.38879515360891,41.611493435821494],[-73.38870315358653,41.61162043584911],[-73.38853715354325,41.61180043588942],[-73.38813015343733,41.612245435988996],[-73.38802715340991,41.61234743601213],[-73.38793315338428,41.61243043603129],[-73.387798153346,41.61252443605396],[-73.38734215321556,41.6128224361267],[-73.38717415316837,41.61294743615644],[-73.3869921531179,41.61309343619071],[-73.38676715305712,41.61330143623839],[-73.38666615303005,41.613398436260496],[-73.38656315300261,41.61350043628365],[-73.3864431529722,41.613645436315664],[-73.38639615296094,41.61371343633037],[-73.38637415295575,41.61374643633748],[-73.38632015294505,41.613862436361714],[-73.38624515293151,41.6140464363998],[-73.38622615292752,41.61408343640759],[-73.38609315290388,41.614415436476214],[-73.3860111528881,41.61459943651451],[-73.38592115286846,41.61476243654903],[-73.38590515286516,41.614794436555734],[-73.38580015284066,41.61495743659075],[-73.38569115281334,41.61509443662086],[-73.38531515271467,41.615491436710116],[-73.38499915263287,41.615844436788855],[-73.3844711524978,41.61646143692568],[-73.38439815247922,41.616548436944925],[-73.38399615237746,41.61703643705263],[-73.38382515233336,41.61723043709583],[-73.38370215230076,41.61735443712387],[-73.38363615228256,41.61740943713671],[-73.38346915223471,41.617517437163116],[-73.38333915219629,41.617581437179815],[-73.38321815215967,41.617626437192506],[-73.38263815198427,41.61784443725387],[-73.3824601519297,41.61789943727041],[-73.38234115189276,41.617927437279775],[-73.3822381518601,41.61794043728568],[-73.38217715184048,41.61794343728829],[-73.38174015169741,41.61792243729868],[-73.38159415165015,41.61792443730391],[-73.3814201515948,41.61794343731334],[-73.38132415156483,41.61796343732039],[-73.38109015149348,41.61804143734322],[-73.38090815143852,41.618111437362806],[-73.38037715128043,41.61835343742718],[-73.37947615101224,41.618765437536695],[-73.37928615095552,41.618849437559234],[-73.37871515078503,41.619101437626874],[-73.37852615072869,41.61918643764957],[-73.37831615066573,41.61927443767354],[-73.37803215057859,41.61936043769958],[-73.37800515057042,41.6193704377024],[-73.37767415046794,41.619454437729594],[-73.37753515042553,41.61950043774311],[-73.37743115039413,41.619540437754296],[-73.37741215038854,41.61955043775686],[-73.37733115036463,41.61959043776726],[-73.37719715032588,41.61967143778736],[-73.37677015020617,41.61999243786359],[-73.37638315009576,41.6202504379263],[-73.37598314998085,41.62050443798867],[-73.3751871497494,41.62096143810342],[-73.37502914970283,41.62104143812412],[-73.3749721496865,41.62107843813315],[-73.37457514957082,41.62130243818961],[-73.37423614947232,41.62149843823876],[-73.37400014940337,41.6216284382717],[-73.37379514934472,41.62176243830441],[-73.37359314928761,41.62190643833894],[-73.37344914924805,41.62202843836731],[-73.3731241491626,41.62236943844401],[-73.37299214912852,41.622518438477194],[-73.37272014905854,41.62282943854635],[-73.37183414882922,41.623820438767346],[-73.37147114873682,41.624252438862904],[-73.37135014870417,41.62436543888876],[-73.37121814866698,41.624461438911695],[-73.37113314864263,41.62451643892515],[-73.37095214858945,41.62461143894952],[-73.37042714843365,41.624859439014855],[-73.37037214841737,41.62488643902189],[-73.36992414828497,41.625107439079464],[-73.36955314817756,41.62532843913448],[-73.36928114809915,41.625496439175976],[-73.36890314799338,41.625784439244185],[-73.36859514790854,41.62604143930407],[-73.36831214783125,41.62628943936141],[-73.3681931477992,41.62640143938701],[-73.36797114773974,41.626615439435746],[-73.36793814773097,41.6266484394432],[-73.36763714765371,41.62699643952046],[-73.3673061475721,41.62743543961631],[-73.36709314751808,41.627692439673076],[-73.36690714746851,41.62787643971481],[-73.36627414729892,41.62848643985373],[-73.36596814721804,41.628800439924575],[-73.36565614713476,41.62910643999409],[-73.36549914709286,41.62926044002905],[-73.36532214704464,41.629417440065275],[-73.36517914700498,41.629532440092234],[-73.3650281469619,41.62963344011676],[-73.36477714688914,41.62978144015369],[-73.36448914680524,41.62994444019474],[-73.36344014649885,41.63052444034162],[-73.36263414626215,41.630948440450275],[-73.36260914625474,41.63096044045343],[-73.3622101461364,41.63115044050336],[-73.36209614610269,41.63120644051796],[-73.36166514597402,41.63139744056917],[-73.36107714579732,41.63163844063521],[-73.36077614570743,41.63177144067089],[-73.36039714559493,41.63195044071803],[-73.36013814551886,41.63208644075292],[-73.35995414546396,41.632168440774855],[-73.3594411453133,41.63243844084405],[-73.35934514528525,41.63249144085747],[-73.35784714484821,41.63332844106887],[-73.35758814477255,41.63347144110508],[-73.35754114475911,41.63350244111265],[-73.35729914469015,41.63366544115217],[-73.35694114458408,41.63383844119746],[-73.35683414450406,41.63306744105191],[-73.35651414426425,41.6307544406152],[-73.35640814418456,41.6299834404696],[-73.35638514417045,41.6298704404485],[-73.35631814412879,41.62953144038517],[-73.35629614411508,41.62941944036424],[-73.35628814410988,41.62937544035599],[-73.3562641440944,41.629244440331455],[-73.35625714408961,41.62920144032337],[-73.3562501440851,41.62916344031624],[-73.35622914407163,41.629050440295096],[-73.35622314406751,41.62901344028813],[-73.35593014389487,41.627693440042535],[-73.3554031435839,41.62531143959926],[-73.35500114336162,41.62374843931025],[-73.35466514317572,41.62244043906834],[-73.35465714317206,41.622422439065126],[-73.35463314316112,41.622368439055485],[-73.35462614315783,41.62235143905242],[-73.35456914312238,41.622062438998405],[-73.35439914301641,41.62119743883671],[-73.35434314298132,41.62090943878284],[-73.35414414286123,41.61996443860662],[-73.35354714250101,41.61712943807791],[-73.35334914238129,41.61618443790165],[-73.35333114236941,41.61608143788233],[-73.35328014233477,41.615773437824416],[-73.35326314232326,41.615671437805254],[-73.35325414231762,41.61562543779665],[-73.35322714230075,41.615487437770845],[-73.35321814229516,41.615441437762236],[-73.35311414223575,41.61500443768113],[-73.35280314205804,41.61369643743836],[-73.35270014199902,41.61326043735741],[-73.35261814194406,41.612777437266665],[-73.35224714172993,41.611180436969924],[-73.35113614108826,41.60638943607959],[-73.35095514093338,41.604750435768395],[-73.350765140873,41.604772435778926],[-73.35076314087101,41.604749435774536],[-73.35074914086172,41.60466843575933],[-73.35064614079766,41.604146435661725],[-73.35033714060566,41.60258243536924],[-73.35023514054201,41.60206143527178],[-73.35020514051396,41.60174943521238],[-73.35001014040373,41.60094843506381],[-73.34993614036188,41.600644435007425],[-73.34920413994784,41.59763443444901],[-73.34893613979615,41.59653043424419],[-73.34887213975966,41.596262434194415],[-73.34868313965119,41.59545843404503],[-73.34862013961511,41.59519143399543],[-73.34842313948727,41.594101433790954],[-73.34783313910421,41.5908324331776],[-73.34763713897681,41.58974343297324],[-73.34759713895187,41.58953943293507],[-73.34748013887815,41.58892943282084],[-73.3474411388536,41.58872643278283],[-73.34656613830177,41.58415343192633],[-73.34394213664716,41.57043542935629],[-73.34323713620259,41.56674742866517],[-73.34306813609605,41.5658634284995],[-73.34366213628776,41.5658464284766],[-73.34544613686352,41.56579442840765],[-73.34604113705562,41.56577842838492],[-73.34641913717755,41.565766428370104],[-73.34755313754346,41.5657324283261],[-73.34793213766584,41.56572242831166],[-73.34823213776275,41.56571542830038],[-73.34913213805358,41.56569542826681],[-73.34943313815087,41.56568942825571],[-73.35072813856695,41.5656204281996],[-73.35181513891615,41.565561428152286],[-73.35301513930172,41.565497428100265],[-73.35896014121182,41.56518042784254],[-73.36134314197744,41.565053427739244],[-73.3616551420771,41.565026427723716],[-73.36259314237671,41.564946427677235],[-73.36290614247672,41.564920427661875],[-73.36463614303642,41.5648944275997],[-73.37204814545369,41.565113427397215],[-73.37886514749664,41.56223942661523],[-73.37907514755962,41.56215142659124],[-73.38834515029899,41.55758642540049],[-73.3911721511249,41.556033425006156],[-73.39119115112409,41.55591442498247],[-73.39117715110396,41.5556484249314],[-73.39124315111353,41.55544642489008],[-73.39119915109053,41.55529742486268],[-73.39101715103003,41.55527242486386],[-73.39077615094476,41.55515142484838],[-73.39062215088867,41.55504642483313],[-73.39039615080014,41.55478642479024],[-73.3903581507823,41.554692424773265],[-73.39034515077616,41.55465942476731],[-73.3903161507456,41.554298424698324],[-73.39034515074344,41.554101424659194],[-73.39043315075436,41.55380042459798],[-73.39055115073889,41.55288342441641],[-73.39052215072203,41.552756424392754],[-73.3904561506932,41.55262942437033],[-73.3902591506176,41.55242942433811],[-73.39023015060073,41.55230242431445],[-73.39027415060265,41.55209142427212],[-73.39048615065154,41.551752424199435],[-73.39060315065868,41.55122642409364],[-73.39059615064637,41.55105542406074],[-73.39064815063772,41.55061942397456],[-73.3907801506661,41.550373423922515],[-73.39094715070961,41.550191423881735],[-73.39098415071611,41.5500974238623],[-73.39092615068878,41.549952423836125],[-73.39078015062549,41.549680423788246],[-73.39065515058068,41.54960742377824],[-73.39028315044727,41.549389423748295],[-73.3898371502796,41.54899642368689],[-73.38972015023626,41.54890442367293],[-73.38959715018939,41.548785423653946],[-73.38955315016769,41.54865842363077],[-73.38956115016215,41.548519423603565],[-73.38962015016885,41.548307423560566],[-73.38964115017129,41.548232423545315],[-73.38963415016345,41.54813742352716],[-73.38955415013214,41.54804642351217],[-73.38945915009731,41.54797742350192],[-73.38908514997438,41.547949423508875],[-73.38896914993293,41.547884423500115],[-73.38889614989814,41.54769442346571],[-73.38887414987963,41.54750042342884],[-73.38902114989288,41.54691242331004],[-73.38913014992518,41.54686042329636],[-73.38956915007002,41.54690242328998],[-73.38975115012764,41.546878423279324],[-73.39027715030316,41.54696242327821],[-73.39034415032441,41.54695442327444],[-73.39041715034575,41.54691442326428],[-73.39066515042268,41.54685442324447],[-73.3908061504555,41.54663442319717],[-73.39082815046024,41.54659342318849],[-73.39084815046532,41.54656942318317],[-73.39085515046044,41.54644742315931],[-73.3907751504239,41.54626642312687],[-73.39078215042329,41.54621742311715],[-73.3908771504486,41.5461234230958],[-73.39099515048457,41.54608442308434],[-73.39109715051381,41.54601842306817],[-73.39122815054827,41.5458814230373],[-73.39137515059343,41.54583842302411],[-73.3916961506946,41.54578842300382],[-73.39185715074217,41.54570942298318],[-73.39195215076461,41.545566422952334],[-73.39192315074573,41.545404422921884],[-73.39194515074337,41.54524242288977],[-73.39188715072028,41.54516942287756],[-73.3917921506849,41.54509142286556],[-73.39174815066643,41.54501942285306],[-73.3918071506811,41.5449434228364],[-73.3919451507207,41.54485542281478],[-73.39209215076586,41.544812422801584],[-73.39229615083084,41.54479242279096],[-73.39264715094656,41.54482442278556],[-73.39307815109224,41.54492542279088],[-73.39315115111357,41.54488542278072],[-73.39323915113562,41.5447744227563],[-73.393275151136,41.54458142271771],[-73.39337015116,41.54446542269209],[-73.39346515118959,41.54444442268488],[-73.39361915124441,41.54452742269588],[-73.39381615132324,41.54478242273876],[-73.39388215134574,41.54480142274027],[-73.39395515136947,41.54480242273806],[-73.39403515139306,41.54476242272766],[-73.39419615143673,41.54461642269405],[-73.3944661515195,41.54453442266924],[-73.39451815153296,41.54447642265626],[-73.39459815155028,41.54432942262515],[-73.39476715160363,41.5443044226147],[-73.39499315167846,41.544330422612276],[-73.39509515171083,41.54431842260659],[-73.39542415181407,41.54425942258426],[-73.39547515182832,41.544220422575016],[-73.39547515182646,41.544188422568816],[-73.39541715180388,41.54412442255834],[-73.39544615180937,41.54405742254439],[-73.39549715182461,41.544035422538435],[-73.39562115186466,41.54403242253377],[-73.39565815187485,41.544001422526534],[-73.39570215188232,41.543885422502605],[-73.39576115189993,41.543859422495615],[-73.39599415197753,41.543894422494695],[-73.3962211520558,41.543973422502496],[-73.39629315207951,41.54397942250128],[-73.39636015210023,41.54396242249576],[-73.39649115213538,41.543837422467206],[-73.39674715221625,41.54380042245156],[-73.39682715223884,41.54374342243787],[-73.39696615228164,41.54370442242572],[-73.39711215233045,41.54372942242575],[-73.39751515246226,41.54374842241611],[-73.39773415253083,41.54370642240073],[-73.3980701526385,41.54368442238535],[-73.39826815270476,41.5437194223856],[-73.39850815278511,41.54376242238599],[-73.39877115286853,41.543730422371084],[-73.39902715295622,41.54381042237814],[-73.39910715298618,41.54387842238865],[-73.39910715299278,41.54399142241055],[-73.39916615301304,41.544010422412285],[-73.39924615303588,41.54395742239936],[-73.39931915305907,41.5439494223954],[-73.3994651531113,41.54403242240666],[-73.39950915312376,41.54400142239919],[-73.39957515313806,41.54388042237358],[-73.39977315318663,41.54361342231529],[-73.40004315326019,41.543374422260044],[-73.40007215326327,41.543266422238155],[-73.40032815334382,41.54322442222155],[-73.40045215337993,41.54315442220388],[-73.40045215337653,41.54309642219264],[-73.40041515336131,41.543041422183215],[-73.40030615332111,41.54295842217073],[-73.40029915331543,41.542900422159704],[-73.40033515332289,41.54282842214457],[-73.40045215336012,41.54281642213838],[-73.40048915337401,41.542848422143365],[-73.40054015339142,41.54286342214457],[-73.40062715341783,41.54283242213569],[-73.40073015343704,41.54259042208538],[-73.40108115353534,41.54232542202242],[-73.40116415356032,41.54229242201329],[-73.40137315362318,41.542208421990104],[-73.4014241536358,41.54214142197542],[-73.40179815373939,41.541839421904534],[-73.40204515381183,41.541708421870986],[-73.40269815400337,41.54136342178252],[-73.40332215417214,41.54079042165084],[-73.40340315419402,41.54071542163363],[-73.40348515421621,41.5406404216164],[-73.40354615423271,41.54058442160352],[-73.40452315454594,41.54052242155919],[-73.40475415462001,41.54050842154884],[-73.40487415466043,41.5405344215499],[-73.40498015469616,41.54055742155086],[-73.40529615481786,41.54088542160396],[-73.40569915498921,41.54157942172513],[-73.40608715518268,41.54273342193592],[-73.40629715528728,41.543356422049705],[-73.4063961553249,41.54345042206466],[-73.40646315535037,41.54351442207484],[-73.40653115537624,41.54357942208518],[-73.40654615538436,41.54363542209554],[-73.40667715543617,41.54379442212201],[-73.40697015554913,41.54410042217162],[-73.40702415556916,41.544143422178166],[-73.40707115558844,41.54421242218998],[-73.40708015559218,41.544226422192395],[-73.40711715560747,41.54428242220202],[-73.40721115564615,41.54442242222605],[-73.40724815566143,41.54447842223567],[-73.4073051556849,41.54456342225025],[-73.4072851559593,41.54935542317942],[-73.40682615619154,41.55585442445369],[-73.40729915645035,41.55765142478613],[-73.40712415641406,41.55800042485954],[-73.40702115638956,41.55815242489239],[-73.4069951563854,41.55822542490739],[-73.40657215627134,41.55861942499771],[-73.40617015619269,41.55950142518185],[-73.40529115602104,41.56143542558553],[-73.40533915605104,41.5616814256316],[-73.40526715605338,41.562119425718834],[-73.40518515604086,41.56235942576804],[-73.40545815615422,41.56278242584092],[-73.40637015648247,41.563335425917856],[-73.40728015681002,41.56388742599464],[-73.40748715688454,41.56401342601218],[-73.40763015694236,41.564208426045234],[-73.4076181569484,41.56437742607836],[-73.40758615696788,41.56488642617799],[-73.4075761569746,41.56505642621124],[-73.40756915698103,41.56520442624015],[-73.40755115700138,41.56565042632711],[-73.40754515700816,41.565799426356165],[-73.40756015708256,41.566984426585165],[-73.40756815711742,41.56753442669142],[-73.40756715713466,41.56783342674937],[-73.40761215716405,41.568085426796664],[-73.40773015722327,41.568442426861886],[-73.40784815727356,41.568647426897684],[-73.4080191573463,41.56894142694897],[-73.40841315750566,41.5694794270401],[-73.40850515754248,41.5695984270601],[-73.40864515759841,41.56977742709013],[-73.40889815770274,41.57015642715514],[-73.40955815797467,41.571142427324226],[-73.40965015801304,41.57128742734927],[-73.40992915812906,41.571722427424255],[-73.41002215816776,41.571867427449256],[-73.4101191582099,41.572049427481275],[-73.41017415823379,41.57215242749941],[-73.41040715833572,41.572601427578626],[-73.41050315837767,41.57278542761109],[-73.41086015853092,41.5734234277228],[-73.41102715860265,41.57372242777516],[-73.41154515882498,41.574647427937116],[-73.41193315899147,41.57533942805826],[-73.41211515906954,41.575663428114964],[-73.4123051591492,41.575970428168105],[-73.41233415916118,41.576014428175675],[-73.4124211591973,41.57614842819873],[-73.41245115920965,41.576193428206444],[-73.41222715914293,41.57629442823341],[-73.41211415910927,41.57634542824704],[-73.41150115892711,41.576629428322306],[-73.41110415880826,41.576798428368186],[-73.41108515880263,41.57680742837057],[-73.41084115872745,41.57687542839181],[-73.4107481586983,41.57689242839819],[-73.41066015867028,41.57690142840284],[-73.41039515858601,41.576930428417214],[-73.41030815855841,41.57694042842205],[-73.41021015852643,41.57693742842471],[-73.41005815847694,41.57693442842917],[-73.40991915843132,41.57692542843199],[-73.40982315839989,41.57692042843423],[-73.40949915829091,41.57685442843217],[-73.40917015817938,41.5767724284272],[-73.40872115802512,41.57662542841358],[-73.4084631579265,41.576371428372966],[-73.40840415790325,41.576301428361354],[-73.40834815787258,41.57608842832197],[-73.40825515782176,41.5757364282569],[-73.40820415779976,41.57564342824058],[-73.40807215774724,41.575478428212996],[-73.40774315762187,41.57516042816231],[-73.40748215752004,41.57486842811443],[-73.40732915745913,41.57467642808231],[-73.40707615735715,41.57433742802506],[-73.40690215728657,41.57409642798415],[-73.40685915726971,41.5740464279759],[-73.40681315725173,41.57399442796735],[-73.4067221572185,41.57393142795817],[-73.40657915716878,41.57387442795186],[-73.40644015712128,41.573833427948514],[-73.40639915710763,41.57382742794872],[-73.40634415710387,41.57406742799701],[-73.40631115709951,41.57417542801901],[-73.406277157092,41.57423542803175],[-73.4061841570649,41.57428742804489],[-73.40608015703363,41.57432942805648],[-73.40542715683215,41.57450542811217],[-73.40526115678065,41.57454542812541],[-73.40515715674796,41.574563428132336],[-73.40460815658022,41.57473942818458],[-73.40445615653455,41.57480142820161],[-73.40434115650112,41.57486742821821],[-73.40421115646423,41.574957428239934],[-73.40409115643153,41.57506342826444],[-73.403843156365,41.57530042831855],[-73.40356815629276,41.57558942838359],[-73.40331315622947,41.57592042845613],[-73.40308615617572,41.576259428529276],[-73.40299415615722,41.57645242856968],[-73.40290115614086,41.57668742861827],[-73.40288215614208,41.5768134286433],[-73.40285715614918,41.57707242869427],[-73.4028461561576,41.57727642873414],[-73.40279015616044,41.57763442880529],[-73.40265815616775,41.57848842897501],[-73.40258515616891,41.57891142905933],[-73.40252315617245,41.579314429139394],[-73.40249615617422,41.579493429174946],[-73.40244915618146,41.57987642925065],[-73.40241715617718,41.57998042927185],[-73.40239915617708,41.58007842929142],[-73.4023391561776,41.58041842935922],[-73.40233315619221,41.58070042941402],[-73.4023301562035,41.580909429454586],[-73.40232515620411,41.58094742946211],[-73.40232315621085,41.581073429486565],[-73.4023401562296,41.58129842952956],[-73.40233215623381,41.5814144295523],[-73.40229615622994,41.58154742957923],[-73.40229115622944,41.58156642958307],[-73.40224015621894,41.58166942960469],[-73.40222415621497,41.581690429609296],[-73.40223415622076,41.58173342961727],[-73.40229615629823,41.58271042980436],[-73.4022661563016,41.582933429848524],[-73.4022801563066,41.582941429849605]]]},"properties":{"name":2532,"geoid":"09005253200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.42313216027543,41.535322419935746],[-73.42350616038051,41.535046419869886],[-73.42353616038889,41.53502341986444],[-73.423742160447,41.53487541982892],[-73.42470616071252,41.53407241964139],[-73.42471516071502,41.53406541963974],[-73.42507616081248,41.533731419563054],[-73.42520316085782,41.533802419572616],[-73.42523616086959,41.533820419575],[-73.42556716098693,41.53399141959719],[-73.425593160996,41.53400241959847],[-73.42572816104324,41.53406141960543],[-73.42591316110627,41.53411341960938],[-73.42647116129635,41.53426941962116],[-73.42665716135976,41.53432241962526],[-73.42709416150785,41.53443141963192],[-73.42744116162405,41.53449441963265],[-73.4275251616518,41.534503419631605],[-73.4276991617094,41.53452341962974],[-73.42802516181581,41.53453541962127],[-73.42820916187529,41.5345324196146],[-73.42857016199136,41.53451541959934],[-73.42988816241142,41.53439141953169],[-73.43005316246357,41.53436841952176],[-73.4301541624956,41.5343564195161],[-73.43018016250375,41.534351419514266],[-73.43062216264242,41.534272419484324],[-73.43078616269284,41.534225419469784],[-73.43086516271677,41.53419641946156],[-73.43103316276672,41.53411941944106],[-73.43109116278394,41.53409241943391],[-73.43109416278485,41.534091419433615],[-73.43118416281062,41.5340334194194],[-73.43125416283081,41.53399041940874],[-73.43130916284677,41.533958419400726],[-73.4315101629047,41.53383541937023],[-73.43158816292818,41.53380441936164],[-73.43178016298799,41.53376241934714],[-73.43180616299618,41.53375841934549],[-73.43196316304608,41.53374141933701],[-73.43220416312377,41.533733419327476],[-73.43249316321817,41.53374541932023],[-73.43258516324886,41.53376041932011],[-73.4327351632998,41.533799419322705],[-73.43281216332647,41.533828419325765],[-73.43288716335289,41.53386441933026],[-73.43304616341011,41.53396141934379],[-73.4331261634397,41.53402341935316],[-73.43319316346576,41.53409741936529],[-73.43328016350026,41.534204419383144],[-73.4333131635133,41.53424441938979],[-73.43337716353798,41.534311419400666],[-73.43343016355773,41.53435541940743],[-73.43348916357921,41.53439541941322],[-73.43354616359944,41.534425419417154],[-73.43362316362611,41.53445441942023],[-73.43373316366296,41.534474419420455],[-73.43379616368345,41.53447541941856],[-73.4339301637257,41.53445541941026],[-73.43398316374208,41.5344414194058],[-73.43409316377617,41.53441441939691],[-73.43446416388906,41.53428841936021],[-73.43471016396495,41.53422241933927],[-73.43473516397269,41.53421641933729],[-73.43495716404158,41.53416341931967],[-73.43501316406665,41.53428141934069],[-73.43530616420189,41.534967419463925],[-73.43560416433557,41.53559941957653],[-73.43571316438288,41.53580341961245],[-73.43577616441023,41.53592141963324],[-73.43597816449572,41.53626241969265],[-73.4360481645243,41.5363624197097],[-73.43615916457048,41.53653641973973],[-73.43624916460993,41.53671141977066],[-73.4363011646336,41.536827419791436],[-73.4363451646548,41.53694541981284],[-73.43637816467184,41.537053419832674],[-73.43642816470252,41.53730041987888],[-73.43645616472521,41.53753241992291],[-73.4364611647323,41.537625419940774],[-73.43645016473553,41.5377414199636],[-73.4364291647336,41.537824419980396],[-73.43638716472537,41.53791641999961],[-73.43635616471802,41.537962420009556],[-73.43631216470622,41.53800442001915],[-73.43619416467348,41.538098420041266],[-73.435951164605,41.53827442008343],[-73.43570616453673,41.53846442012835],[-73.4356581645239,41.53851142013906],[-73.43560616451134,41.53858442015492],[-73.43558516450703,41.53862742016395],[-73.43556916450468,41.53867542017378],[-73.4355281645013,41.53884442020788],[-73.43550516450094,41.53896542023208],[-73.43545516450625,41.539332420304866],[-73.43544616451503,41.539531420343735],[-73.43545016452136,41.53961742036026],[-73.43546616453428,41.539749420385306],[-73.43557516461017,41.54044042051558],[-73.43561516463177,41.54058742054275],[-73.43563016463928,41.540632420550985],[-73.43570416467595,41.540848420590386],[-73.43589316477983,41.54157442072479],[-73.43591116478895,41.54163042073504],[-73.43599016482466,41.541802420765755],[-73.43601616483555,41.54184442077303],[-73.43609616486752,41.54194742079035],[-73.43615416488986,41.54200742080005],[-73.43623216491902,41.54207342081027],[-73.43641216498438,41.542192420827355],[-73.43653716503282,41.54232742084936],[-73.43664116507664,41.54249942087926],[-73.4367121651083,41.54264642090536],[-73.4367601651296,41.542744420922766],[-73.43711316529213,41.54356342106978],[-73.43714816530952,41.543666421088574],[-73.43719216533488,41.543855421123745],[-73.43724116537062,41.54419342118759],[-73.43725516538078,41.54428942120575],[-73.43724816538463,41.54439342122611],[-73.43722716539817,41.54474042129404],[-73.43722116540116,41.54482442131051],[-73.43720316540525,41.544993421343854],[-73.43717016541379,41.545321421408495],[-73.43712516541686,41.54562242146831],[-73.4371301654223,41.545687421480736],[-73.43714216542976,41.54574842149214],[-73.43714316543033,41.54575242149289],[-73.43718316545169,41.54589542151928],[-73.43721916546902,41.54599142153668],[-73.43719816547035,41.54613042156431],[-73.43717616546745,41.54620242157899],[-73.43715016546219,41.5462564215903],[-73.4370721654447,41.54638942161866],[-73.43695616541389,41.54650542164498],[-73.43673116535108,41.54667842168594],[-73.43660916531906,41.54680642171478],[-73.43658216531293,41.54685142172439],[-73.43656516530916,41.54688142173077],[-73.43655116530951,41.546964421747326],[-73.43654716531391,41.54706142176624],[-73.43656116532561,41.54718342178941],[-73.43664916536916,41.547439421836096],[-73.43672016540317,41.54762642186998],[-73.43675116542181,41.54777242189722],[-73.43674516542998,41.54794542193095],[-73.43670716542772,41.54811642196533],[-73.43667016542922,41.548346422011114],[-73.43666416543796,41.54852842204657],[-73.43672516548034,41.54891342211914],[-73.43681216553045,41.549286422188516],[-73.43683616554712,41.54943742221697],[-73.43684016555831,41.54960642224958],[-73.43679816555822,41.549836422295535],[-73.43676816556291,41.55008242234418],[-73.43676816556427,41.55010542234864],[-73.43677516557523,41.55025342237707],[-73.43680016559014,41.55036942239872],[-73.43684816561228,41.55048142241882],[-73.4370061656749,41.55067542245118],[-73.43736516580907,41.55097742249777],[-73.43737816581691,41.55103942250936],[-73.43744216585027,41.551254422548894],[-73.43748716589458,41.551760422645415],[-73.43748816589866,41.55182442265777],[-73.43749316590797,41.55195542268299],[-73.43750616592348,41.55214742271974],[-73.43753316594402,41.552348422757795],[-73.43755216596446,41.55259142280424],[-73.43760416600321,41.55296442287477],[-73.43770316606715,41.553506422976476],[-73.43773416609359,41.553785423029495],[-73.43775416611945,41.55411542309274],[-73.43773216612811,41.554384423145585],[-73.4377031661332,41.5546314231944],[-73.43764316612949,41.554899423248294],[-73.43758116612408,41.55514942329878],[-73.43755716612075,41.555225423314276],[-73.43754716612088,41.55528242332566],[-73.4374681661074,41.555489423368364],[-73.43724316606914,41.5560804234903],[-73.43720116606464,41.556235423521706],[-73.43719316606462,41.556279423530505],[-73.43715216606643,41.55653642358165],[-73.4371531660679,41.556556423585484],[-73.4371541660751,41.5566734236081],[-73.43715616608421,41.55681742363593],[-73.43715216609515,41.55702542367634],[-73.43715016610142,41.557143423699266],[-73.43714816610171,41.55715942370243],[-73.43716116611037,41.557235423716726],[-73.43720716613618,41.55742042375104],[-73.43729316618015,41.55769442380125],[-73.43739516623232,41.55801942386082],[-73.43758516632694,41.55858142396335],[-73.43762316634772,41.55872542398999],[-73.4376621663727,41.55893542402937],[-73.43769116640378,41.55930442409988],[-73.43769516640783,41.559351424108854],[-73.43775516646073,41.559920424217054],[-73.43778916648743,41.560187424267646],[-73.43783316651064,41.56033942429563],[-73.43795716656882,41.560645424350795],[-73.4379841665814,41.560710424362476],[-73.43822716669264,41.561262424461326],[-73.43836716675484,41.561548424512075],[-73.43855216683163,41.561834424561326],[-73.4387671669228,41.56219942462489],[-73.4390121670291,41.56265642470527],[-73.43917916710143,41.562965424759575],[-73.43936216718215,41.563329424824],[-73.43939216719548,41.56339042483482],[-73.43942616721044,41.56345742484667],[-73.43947916723467,41.56357742486817],[-73.43950716724746,41.563640424879424],[-73.43961416730895,41.564096424964184],[-73.43987016746426,41.56532642519389],[-73.44003616756258,41.56608342533498],[-73.44006516758144,41.56624442536519],[-73.44011916761688,41.56654942542245],[-73.44013516763019,41.56668742544864],[-73.43973416751805,41.566992425521],[-73.43945916743728,41.56713542555781],[-73.43946716744381,41.56720242557051],[-73.43952916746838,41.56727842558318],[-73.43958916749278,41.56736242559744],[-73.43966016752314,41.5674874256193],[-73.43973116755588,41.567652425648895],[-73.439765167575,41.5677904256745],[-73.4397961675946,41.56795242570483],[-73.43980716760579,41.568082425729635],[-73.43852216730079,41.56998342614031],[-73.43804516718399,41.57062842628101],[-73.43784716713853,41.57094742634934],[-73.43742716703848,41.571562426482345],[-73.43686716690593,41.572397426662576],[-73.43650316681855,41.572919426775684],[-73.43637416678773,41.573106426816175],[-73.43541816655896,41.574489427115616],[-73.43505716647267,41.57501342722903],[-73.4347791664066,41.57542342731763],[-73.43430316629362,41.57612742746969],[-73.4339411662071,41.57665342758352],[-73.43366116614035,41.577062427671976],[-73.4331831660261,41.57775642782218],[-73.43313716601524,41.57782542783706],[-73.43269716590974,41.5784584279742],[-73.43259816588674,41.57861342800747],[-73.43252616587021,41.57872942803231],[-73.43240016584286,41.57895942808102],[-73.43235316583721,41.57912242811412],[-73.4323031658345,41.57935242816031],[-73.43225216583643,41.57966642822277],[-73.43220516582954,41.57980842825183],[-73.4321571658209,41.57992642827627],[-73.43209616580522,41.579996428291835],[-73.43195716576979,41.58016042832819],[-73.43153216565587,41.58056742842106],[-73.43150416564842,41.58059542842741],[-73.43127816558835,41.58082042847845],[-73.43103116552281,41.581068428534664],[-73.43062216541666,41.58151942863551],[-73.4305231653911,41.58163042866027],[-73.43041916536536,41.58176642869006],[-73.42984916516947,41.58157942867275],[-73.42977216514291,41.58155242867007],[-73.42964916510056,41.581510428666014],[-73.42954216506367,41.581473428662406],[-73.42946616503748,41.58144742865989],[-73.42936016500099,41.58141142865644],[-73.42904216489154,41.581304428646256],[-73.42893616485512,41.58126942864299],[-73.42883516482028,41.58123442863957],[-73.42867616476553,41.58118042863437],[-73.4285341647166,41.58113142862961],[-73.42843416468216,41.58109742862634],[-73.42790416449985,41.580920428609645],[-73.4263151639532,41.58038942855952],[-73.42578616377122,41.58021242854278],[-73.42548316366677,41.58010742853249],[-73.42504716351905,41.580000428526226],[-73.42403416317602,41.579754428512175],[-73.4240411631677,41.57957442847709],[-73.42383116309483,41.57949342846837],[-73.42290116277208,41.57913442842969],[-73.42294516278288,41.5790754284168],[-73.42324716285458,41.57862842832027],[-73.42353716292484,41.578223428232256],[-73.42360916294108,41.57810242820644],[-73.42367616295394,41.577951428174984],[-73.42368916294376,41.57770642812713],[-73.42367716292965,41.57753242809383],[-73.42366216291943,41.577441428076725],[-73.42362316290101,41.57734342805904],[-73.42354116286502,41.57718342803077],[-73.42305316266977,41.57655442792518],[-73.42282816257634,41.576206427865266],[-73.42236516237504,41.57533642771215],[-73.42209816225837,41.57482442762187],[-73.42201616221902,41.57460742758258],[-73.42196416219092,41.57441642754732],[-73.42192316216418,41.57418742750434],[-73.42179916208818,41.57357842739053],[-73.42171216201967,41.572892427260584],[-73.42170816201548,41.572843427251236],[-73.42169516200265,41.572696427223214],[-73.42169216199878,41.572647427213816],[-73.42168116198764,41.57251842718921],[-73.42164916195452,41.57213142711534],[-73.4216391619437,41.572002427090695],[-73.42164116194012,41.57193042707668],[-73.4216481619307,41.57173142703792],[-73.42164916193009,41.57171542703478],[-73.42165516192787,41.571644427020836],[-73.42165916192593,41.57158942701006],[-73.42168116192762,41.57149642699132],[-73.42174816194034,41.57134342695947],[-73.42184116196036,41.57117042692289],[-73.42210316201678,41.570684426820115],[-73.42229916206456,41.570415426761535],[-73.42262316214673,41.57002542667529],[-73.42272516217342,41.5699164266508],[-73.42280616219458,41.56982942663126],[-73.42298916224273,41.56963842658823],[-73.42307216226371,41.56953742656594],[-73.42318316229172,41.56940142653592],[-73.42327416231477,41.56929142651159],[-73.42335716233511,41.56917942648715],[-73.42339116234167,41.56910342647132],[-73.42339816234042,41.56904342645946],[-73.42338416233224,41.56898142644792],[-73.42336816232512,41.568948426442056],[-73.4233571623202,41.56892542643798],[-73.42330316229726,41.568833426421946],[-73.42327516228632,41.568801426416684],[-73.42315916224453,41.568730426406766],[-73.42306816221178,41.568675426399125],[-73.4229671621755,41.56861542639087],[-73.42266716206767,41.56843642636614],[-73.4225671620318,41.568377426358026],[-73.42239116196829,41.56826842634275],[-73.42224516191565,41.56817842633015],[-73.42192516180064,41.56798742630376],[-73.42186516177856,41.567942426297044],[-73.42169916171754,41.56782042627893],[-73.42177416173764,41.5677484262625],[-73.42181716174805,41.56768842624945],[-73.42186216175912,41.56762842623633],[-73.42205416179691,41.56721142614922],[-73.4221291618118,41.56705042611556],[-73.42215916181776,41.566986426102176],[-73.42225116183626,41.56679342606175],[-73.42228216184262,41.56673042604853],[-73.42242716187133,41.5664184259833],[-73.422555161897,41.566148425926784],[-73.42262416190927,41.565976425891186],[-73.42267416191527,41.56580242585583],[-73.42270816190492,41.565438425784215],[-73.4227401618952,41.56509642571692],[-73.42275016188664,41.564895425677676],[-73.42278016186438,41.564350425571135],[-73.42278516186265,41.564293425559924],[-73.42279416186082,41.56421242554394],[-73.42282016186243,41.56409642552061],[-73.4228821618739,41.563949425490094],[-73.42298716189507,41.563729425444016],[-73.42305416190867,41.563591425415076],[-73.42318716193097,41.5632364253419],[-73.42325516193694,41.56296242528659],[-73.42336516195029,41.56258242520934],[-73.42339916195449,41.56246642518576],[-73.42348716196906,41.562228425136745],[-73.42350116197221,41.56220442513165],[-73.42354216197324,41.561995425089805],[-73.42351316195638,41.56186842506617],[-73.42347716194,41.56178842505187],[-73.42335216188708,41.56157742501514],[-73.42313516179796,41.56125842496054],[-73.42309116177812,41.561163424943594],[-73.42305416175873,41.561037424920436],[-73.42304416175284,41.56099242491205],[-73.42302716174223,41.56090542489574],[-73.42299616171584,41.56062742484293],[-73.42296916168894,41.560318424783986],[-73.42288516155239,41.55845642442612],[-73.42287116151546,41.55790442431965],[-73.42289116148567,41.5572864241993],[-73.42291716147562,41.55697142413742],[-73.4229391614675,41.55671142408634],[-73.42295716145009,41.55631542400903],[-73.42295016142893,41.55599342394689],[-73.42293216141749,41.55589842392909],[-73.42289716139877,41.55577242390583],[-73.42285616137949,41.55567042388744],[-73.42284316137398,41.555648423883596],[-73.42270816132496,41.55555942387083],[-73.42259316128448,41.55550542386418],[-73.42249316125002,41.555470423860704],[-73.42224016116455,41.55541242385785],[-73.42212716112738,41.55540342385985],[-73.4220101610897,41.55540742386451],[-73.42186716104541,41.55544342387622],[-73.42175116100991,41.55547942388702],[-73.42174416100782,41.55548242388784],[-73.42157916095888,41.55556042390841],[-73.42113116082696,41.555788423967414],[-73.42108916081436,41.555805423972096],[-73.42084016074064,41.5559254240036],[-73.42063116067786,41.556010424026965],[-73.4203291605858,41.556110424056335],[-73.42016816053574,41.55614742406885],[-73.41998216047699,41.55617442408022],[-73.41983116042897,41.55619042408833],[-73.41933416026949,41.5562194241104],[-73.41843415998031,41.55626542414911],[-73.41826515992604,41.55627442415645],[-73.41752215968694,41.556306424187234],[-73.41728215960934,41.55631042419595],[-73.41729515958387,41.555804424097516],[-73.4172991595786,41.55569242407567],[-73.41728015952732,41.55492342392735],[-73.41722315947175,41.55429142380681],[-73.41717815942765,41.55378842371085],[-73.41714815940061,41.55349342365471],[-73.41710015935699,41.553015423563686],[-73.41707515932977,41.55268942350135],[-73.41707615932535,41.55260842348563],[-73.4170811593096,41.55231242342813],[-73.41708215930775,41.55227542342093],[-73.4171291593074,41.55200942336784],[-73.41717115931135,41.55184442333449],[-73.4172581593271,41.551632423290535],[-73.41733015934113,41.551473423257356],[-73.41748615937678,41.55121842320279],[-73.41770615942934,41.5508984231335],[-73.41832615957561,41.549964422932035],[-73.41848315961157,41.54970942287745],[-73.41857015963309,41.54959542285246],[-73.41910015975635,41.54876642267431],[-73.41920415978102,41.548612422641035],[-73.41925215979262,41.54854442262626],[-73.41939615982734,41.54834042258197],[-73.4194451598393,41.54827342256739],[-73.41971215990165,41.54786042247852],[-73.42001915997352,41.54738842237692],[-73.42040416006441,41.54680942225199],[-73.42044516007215,41.54671442223223],[-73.42050316008539,41.546619422211904],[-73.42055416009717,41.54653842219452],[-73.42072916013316,41.54618442212013],[-73.42077416014054,41.5460614220948],[-73.42091116016348,41.54569542201936],[-73.42095716017124,41.54557342199419],[-73.42101616018111,41.54541542196163],[-73.42105516018496,41.54526542193129],[-73.42113716019331,41.54495442186831],[-73.42119616019609,41.54467542181229],[-73.42122916019599,41.54449142177555],[-73.42125916019548,41.54431642174066],[-73.42131416019464,41.543998421677216],[-73.4213301601945,41.543907421659036],[-73.42137716019384,41.54363642160498],[-73.42139416019408,41.54354642158698],[-73.42145616019323,41.54318942151575],[-73.42153216019231,41.54275342142875],[-73.42164416019153,41.542120421302386],[-73.42170716019108,41.54176442123132],[-73.42172816019097,41.54164642120775],[-73.42174316019067,41.54155842119021],[-73.4217761601904,41.54137142115288],[-73.42185516019092,41.540943421067325],[-73.42189416019154,41.540738421026305],[-73.42192216019096,41.540573420993425],[-73.42200916019007,41.54007742089441],[-73.42203816018987,41.539913420861666],[-73.42213516019153,41.53940542076002],[-73.42227316019441,41.53869142061709],[-73.42245116021039,41.53797942047321],[-73.42247316021253,41.53789442045601],[-73.42260716022679,41.537396420355066],[-73.42268316023355,41.53709142029344],[-73.42291216025433,41.536179420109114],[-73.42291316025467,41.536179420109086],[-73.42299116026214,41.53587542004758],[-73.42301816026439,41.535764420025195],[-73.42308116026997,41.53551141997407],[-73.42310216027215,41.53543241995806],[-73.42313216027543,41.535322419935746]]]},"properties":{"name":2533,"geoid":"09005253300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.42031016224777,41.584513429556786],[-73.42035916224813,41.584249429504055],[-73.42035716224596,41.5842234294991],[-73.42035216223583,41.584078429471184],[-73.42025716218372,41.583716429404284],[-73.420071162105,41.583403429349836],[-73.42006016210031,41.58338442934653],[-73.42000116207166,41.58322242931713],[-73.42001316206974,41.58312342929756],[-73.42067116230326,41.58346542934197],[-73.420900162384,41.58357542935567],[-73.42114016246869,41.58369142937017],[-73.42174216267854,41.583939429398235],[-73.42254016295473,41.5842344294289],[-73.42304816313063,41.58442342944865],[-73.42343916326593,41.58456742946356],[-73.42368716335126,41.5846504294714],[-73.4238531634084,41.584706429476746],[-73.42429216355943,41.58485342949064],[-73.42463616367706,41.584956429499194],[-73.42463016367654,41.58498042950403],[-73.42461716368284,41.5851594295391],[-73.42460216369079,41.585377429581804],[-73.42460016371332,41.58577142965813],[-73.42460016371479,41.585796429662956],[-73.42460316372633,41.585976429697716],[-73.4246031637302,41.58604242971049],[-73.42460416373184,41.58606442971471],[-73.42461816374673,41.58624042974831],[-73.42462416375255,41.58630642976089],[-73.42464016376326,41.58640042977854],[-73.42467616378396,41.586553429806955],[-73.42475016381975,41.58675442984341],[-73.42477616383219,41.586822429855715],[-73.42487916388048,41.58707542990127],[-73.42505716396157,41.587472429972216],[-73.4252861640699,41.58805143007669],[-73.42533516409291,41.58817243009848],[-73.42535216410207,41.58823443010992],[-73.42536016411178,41.58835543013307],[-73.42535516411911,41.58850743016267],[-73.42538216412939,41.58853343016679],[-73.42549916417033,41.588584430172766],[-73.42563016421425,41.58860843017309],[-73.42593016431391,41.58864843017088],[-73.42601016434867,41.58879843019725],[-73.42613516440022,41.58898543022931],[-73.4260771643877,41.58909243025193],[-73.42596616436057,41.589243430284846],[-73.42598216437112,41.58933443030193],[-73.426054164399,41.58941143031444],[-73.42638316450943,41.589474430315725],[-73.4266541645984,41.58949243031023],[-73.42712916475125,41.589471430290416],[-73.42724616478985,41.58948243028867],[-73.4273551648279,41.58952843029395],[-73.42746516487112,41.58965643031508],[-73.42748816488229,41.58971943032652],[-73.42745016488078,41.58990343036339],[-73.42750216490195,41.589976430375785],[-73.42754616491628,41.58997743037454],[-73.42763316494191,41.58993343036314],[-73.42768616495646,41.58988843035266],[-73.42775716497827,41.58986743034625],[-73.42782316499995,41.58987243034501],[-73.42790016502688,41.58990543034886],[-73.4279331650384,41.58991943035047],[-73.42813116510334,41.589931430346226],[-73.42823316513278,41.58986943033085],[-73.42835016516973,41.58985243032369],[-73.4284091651921,41.589907430332374],[-73.42838016518904,41.590015430354235],[-73.42829816517275,41.59019043039081],[-73.42826216517953,41.59050443045278],[-73.42832116520592,41.590627430474626],[-73.42840216523354,41.5906504304764],[-73.428534165277,41.59066143047414],[-73.42892116539413,41.59051843043364],[-73.42901616542424,41.59050643042817],[-73.4294401655719,41.590678430447404],[-73.42958616562414,41.590761430458635],[-73.4297181656742,41.59088443047806],[-73.42995216576675,41.59116743052506],[-73.43013516584294,41.59145343057435],[-73.43015716585913,41.59160743060341],[-73.43013516585405,41.59164243061092],[-73.42983516576393,41.59176443064446],[-73.42971816573409,41.59190243067505],[-73.42970316573398,41.59198343069122],[-73.42972516574723,41.59208743071061],[-73.42978416577174,41.592178430726285],[-73.42988616580806,41.59223343073355],[-73.43005416586402,41.5922584307328],[-73.4302661659316,41.592238430721906],[-73.43053716602083,41.59226043071718],[-73.43069816607716,41.592330430725376],[-73.43091716616031,41.592536430757995],[-73.43097216619023,41.59274143079585],[-73.43097516619191,41.592753430798076],[-73.43093216618533,41.592878430823674],[-73.43075616614051,41.59308743086996],[-73.43071216613231,41.59319043089135],[-73.43071216613949,41.593312430914956],[-73.43088816621498,41.593625430969695],[-73.43088816623141,41.59390443102369],[-73.43084316623693,41.594246431091356],[-73.43104116634159,41.594933431217726],[-73.43110716638876,41.59537143130029],[-73.43110716641341,41.59579043138138],[-73.43105516640792,41.59598343142043],[-73.4309381663762,41.59608943144484],[-73.4305731662689,41.5962784314935],[-73.43046316624051,41.596402431521135],[-73.4304561662425,41.59647443153531],[-73.43049216626059,41.59658343155521],[-73.43076316637385,41.59701443162962],[-73.43096016645784,41.59735543168907],[-73.43098716647029,41.597418431700355],[-73.4310261664883,41.59750943171668],[-73.43103316651441,41.59791443179481],[-73.43101116651786,41.59809443183036],[-73.43094516650645,41.59826443186546],[-73.43083616648565,41.598511431916855],[-73.43082116649212,41.598704431954694],[-73.4309671665661,41.599156432037304],[-73.43098216659244,41.59952143210742],[-73.43093016658747,41.59972343214822],[-73.43074816656062,41.60027043226011],[-73.43049116650354,41.600717432355104],[-73.4303071664577,41.60095243240667],[-73.43012516641235,41.6011854324578],[-73.43002316639057,41.601377432498325],[-73.42993516637497,41.601597432543805],[-73.42993916638515,41.60174843257289],[-73.42995016640897,41.60209243263908],[-73.42992816641008,41.602232432666895],[-73.42987716640141,41.6023664326945],[-73.42973816636287,41.602477432720605],[-73.42937916625057,41.60254843274623],[-73.42931416623207,41.602592432756914],[-73.4292481662165,41.60269143277825],[-73.42914616620635,41.603081432857074],[-73.42926216628838,41.6038354329991],[-73.42926716629977,41.60400143303104],[-73.4292701663058,41.60408743304759],[-73.42920416629333,41.60423943307918],[-73.42880716619486,41.60475443319199],[-73.42884216620757,41.604777433195274],[-73.42893016624001,41.604843433205126],[-73.42899616626566,41.60491543321686],[-73.42909816630629,41.60504343323823],[-73.42924916636711,41.60524443327211],[-73.42933716640118,41.60533843328738],[-73.42947216645358,41.605484433311155],[-73.42962116651235,41.60566143334045],[-73.429672166534,41.6057484333556],[-73.4297141665537,41.60585143337413],[-73.42976716658332,41.606062433413186],[-73.42981016661223,41.60631643346089],[-73.42988616666715,41.60683043355782],[-73.42988316667511,41.60698243358731],[-73.429885166677,41.60700343359131],[-73.42985916668098,41.60721443363297],[-73.42985916668923,41.60735443366007],[-73.42986916670478,41.607563433700165],[-73.4298701667057,41.60757343370207],[-73.42990016672714,41.60777243373956],[-73.42992416674217,41.607895433762565],[-73.42998516676877,41.60801143378297],[-73.43016616684271,41.60826943382689],[-73.43018116684851,41.60828543382949],[-73.43034616690228,41.60828943382477],[-73.43059716698284,41.60827443381355],[-73.43184816738457,41.60820443375851],[-73.43226516751851,41.60818143374024],[-73.43231616754801,41.6084014337811],[-73.43247016763684,41.60906143390365],[-73.43252216766666,41.60928143394448],[-73.43260216771199,41.609610434005475],[-73.43280516782661,41.6104384341589],[-73.43284216784646,41.6105714341834],[-73.43285116785081,41.610595434187736],[-73.4328931678709,41.61070543420762],[-73.43294516789359,41.610804434225045],[-73.43301316792079,41.61089143423962],[-73.43319816798598,41.6109794342505],[-73.43328416801337,41.6109704342459],[-73.43345016806715,41.61096943424021],[-73.43349316808111,41.61096943423878],[-73.43378916817743,41.610974434229924],[-73.43405416826423,41.61098843422385],[-73.43420716831524,41.611011434223215],[-73.43442216838694,41.611044434222464],[-73.4344571683987,41.611051434222645],[-73.43475516849874,41.61110843422381],[-73.43499616857999,41.611160434225845],[-73.43514216863018,41.611208434230306],[-73.43529216868343,41.61128643424043],[-73.43546616874619,41.61139343425534],[-73.43560916879936,41.611508434272835],[-73.43561716880237,41.611515434273926],[-73.43590416890991,41.611760434311776],[-73.4362461690399,41.612083434362916],[-73.43652416914671,41.61236543440822],[-73.43666516919887,41.61247443442464],[-73.43679916924712,41.612555434435855],[-73.43691616928798,41.61260443444144],[-73.43702416932494,41.61263743444424],[-73.43724716939901,41.612666434442446],[-73.43756716950318,41.612672434433],[-73.43806216966271,41.61265443441309],[-73.43883616991171,41.612618434380444],[-73.43897616995724,41.61262043437618],[-73.43897916995826,41.61262143437629],[-73.43922517004061,41.612664434376434],[-73.43937617009061,41.612681434374714],[-73.43948317012526,41.612680434370965],[-73.43957117015165,41.61264343436088],[-73.43961017016258,41.61261443435398],[-73.4396621701777,41.612584434346445],[-73.43975717020392,41.61250643432821],[-73.43980917021479,41.612404434306754],[-73.4398561702233,41.61229043428317],[-73.43991417023173,41.61211443424719],[-73.440461170358,41.61124543406097],[-73.4407471704395,41.611053434014345],[-73.44194117077996,41.61025743382075],[-73.44198217079165,41.610230433814166],[-73.44434317152714,41.60971343363581],[-73.44455317159357,41.60968443362323],[-73.4459121720238,41.60950343354311],[-73.44606817207328,41.60948443353427],[-73.44637017217124,41.60948443352424],[-73.44735617249113,41.6094844334915],[-73.44774917261942,41.60949843348118],[-73.44820917276974,41.609516433469395],[-73.44834817281794,41.60956943347502],[-73.4487681729637,41.609730433492224],[-73.44890817301227,41.60978443349802],[-73.44919617311356,41.60991743351417],[-73.44931517315548,41.609973433521056],[-73.44936217317208,41.60999643352396],[-73.44952717323024,41.610075433533744],[-73.44965917327679,41.61013843354155],[-73.44967217328134,41.610144433542274],[-73.44979217332369,41.61020243354952],[-73.4496471732901,41.61043043359843],[-73.44921617318546,41.6110274337282],[-73.4490621731601,41.61144443381396],[-73.44903317317085,41.61178643388107],[-73.44916517325706,41.61252243401903],[-73.44935517334562,41.612979434101106],[-73.44944317338302,41.61312943412719],[-73.44961917345115,41.61331643415752],[-73.4500801736197,41.613638434204496],[-73.45095717392824,41.61404643425428],[-73.45116217400236,41.61417543427242],[-73.45141817410126,41.614444434315935],[-73.45157917416532,41.61464443434927],[-73.45179217424256,41.61478243436887],[-73.4521941743815,41.61492743438358],[-73.45255317450382,41.6150264343908],[-73.452801174589,41.615106434398044],[-73.45370117491487,41.61568143447935],[-73.454418175168,41.61602943452283],[-73.45517917544149,41.616480434584766],[-73.4559181757007,41.616810434624036],[-73.4564591758817,41.61690343462405],[-73.45665017594486,41.616923434621576],[-73.45704517607729,41.616996434622564],[-73.4574471762139,41.61710143462951],[-73.45791517637831,41.61731443465517],[-73.45856617660837,41.61763443469543],[-73.45916617682337,41.6179794347422],[-73.46011717716937,41.61861443483341],[-73.46071017739406,41.61916243491966],[-73.46095917749155,41.6194454349661],[-73.46120817759565,41.619840435034206],[-73.46137617767499,41.620261435110024],[-73.4614051776932,41.62041043513787],[-73.46158117778256,41.620957435237784],[-73.46175717785549,41.62122543528377],[-73.4618971779212,41.62156943534563],[-73.46202817799545,41.62210743544529],[-73.46238717815075,41.62276543556058],[-73.46278917831334,41.62331043565258],[-73.46298317839853,41.62368743571902],[-73.46311417846368,41.62407143578893],[-73.4632011785247,41.62462643589331],[-73.46311517852493,41.62510343598839],[-73.46314517854051,41.625202436006546],[-73.46318117856522,41.62542343604807],[-73.4632621785996,41.62556043607185],[-73.46327717861456,41.62573143610444],[-73.46341617868399,41.62614343617944],[-73.46359917876632,41.62653243624857],[-73.4638621788742,41.626914436313676],[-73.46452917912967,41.62757643641948],[-73.46501217931228,41.6280154364883],[-73.46512917936177,41.62821043652209],[-73.46532717944159,41.62847443656654],[-73.46543617948103,41.62854343657627],[-73.46567817956003,41.62855143656979],[-73.46586817962393,41.6285894365708],[-73.46600717967337,41.628663436580474],[-73.46655617987163,41.62900443662815],[-73.46769818029034,41.62982043674793],[-73.46789518037068,41.63009843679513],[-73.46815118046801,41.6303404368334],[-73.46881818071418,41.63084443690864],[-73.46944718093792,41.631177436952086],[-73.47005518114895,41.63141043697692],[-73.4702311812083,41.63144843697841],[-73.470736181384,41.63164943700046],[-73.4712481815718,41.63201643705438],[-73.4714391816427,41.632167437077214],[-73.47151218166749,41.63218643707846],[-73.47183418177222,41.63219043706854],[-73.47214118187607,41.632262437072235],[-73.47236918195583,41.632360437083605],[-73.47252918201393,41.632465437098574],[-73.47294618217168,41.63284543715816],[-73.4732981823162,41.633358437245604],[-73.473379182354,41.63355343728059],[-73.47356918242828,41.63376743731563],[-73.47394318256427,41.63401543735113],[-73.47426518268894,41.63435743740652],[-73.47481418292581,41.63535143758038],[-73.47495318298829,41.635645437632576],[-73.4750261830264,41.6358894376773],[-73.47515118308303,41.63616143772572],[-73.47521018311367,41.636356437761435],[-73.47568618330683,41.63701143787218],[-73.47648418361322,41.63781443800084],[-73.47685718374858,41.63805743803538],[-73.4768351837428,41.638080438040554],[-73.47662318367172,41.638041438040084],[-73.47663018367719,41.63809543805027],[-73.47701818382389,41.638447438105395],[-73.477326183928,41.638518438108875],[-73.47739918395631,41.638596438121525],[-73.47753118401734,41.63890443817664],[-73.47760418405839,41.63919843823103],[-73.47759718408007,41.639603438309535],[-73.47756118409096,41.63998543838455],[-73.4776341841283,41.64021643842676],[-73.47781218421238,41.640661438506825],[-73.47785418423209,41.64076443852533],[-73.47796418429765,41.641269438619254],[-73.47805218433588,41.641433438648015],[-73.47875518459726,41.641996438733415],[-73.4790261847027,41.64229243878159],[-73.47968518495163,41.642886438874456],[-73.48018318514184,41.6433704389514],[-73.48081318538777,41.644072439066086],[-73.48159618568346,41.644776439176056],[-73.48175018574287,41.64493643920184],[-73.48207218586386,41.64521543924503],[-73.48236518597732,41.64552643929537],[-73.48285618616758,41.646049439380086],[-73.48314918628684,41.64645843944936],[-73.48379418653474,41.64711143955405],[-73.48389418657096,41.64717543956308],[-73.48388918657223,41.647224439572724],[-73.4838871865738,41.647261439579935],[-73.48388118657307,41.647282439584174],[-73.48387618657578,41.64735543959846],[-73.48387418657627,41.647374439602196],[-73.48387218657857,41.647424439611925],[-73.48403518663157,41.64742643960688],[-73.48452418679076,41.64743543959234],[-73.48468718684384,41.6474384395875],[-73.48515318701727,41.64781443964462],[-73.48551418715772,41.64820843970874],[-73.48636918749041,41.64914243986072],[-73.48771318800034,41.65039044005708],[-73.48929718861847,41.65215044034432],[-73.48942418866801,41.65229144036734],[-73.49032118901796,41.653286440529676],[-73.49086518924373,41.65411844067227],[-73.49140918947612,41.655062440836495],[-73.49180218965019,41.655848440975234],[-73.49188918968873,41.65602244100594],[-73.4919821897356,41.65630444105731],[-73.4924011899477,41.65759044129175],[-73.49274519011048,41.658454441447155],[-73.49302519024302,41.65915844157381],[-73.49339319043067,41.66031044178402],[-73.4936491905469,41.66087044188367],[-73.49396919066591,41.661126441922434],[-73.4943081907842,41.66126644193818],[-73.49443319082783,41.66131844194406],[-73.49445819083572,41.66131444194246],[-73.49472119091845,41.66127044192521],[-73.49486519096233,41.661222441911136],[-73.49514519104122,41.6610204418628],[-73.4954411911246,41.66080644181161],[-73.49620919133778,41.660198441668605],[-73.49686519151463,41.65959044152933],[-73.49748919169056,41.659142441422034],[-73.49795319182685,41.65890144136001],[-73.49828919193399,41.65886944134264],[-73.49855319202588,41.65897444135413],[-73.49876919210111,41.65906144136374],[-73.49956919238628,41.659493441420516],[-73.50062519276413,41.660087441500046],[-73.50107719292583,41.660341441534044],[-73.50152819308722,41.66059544156807],[-73.50161719311906,41.66064544157476],[-73.50285019355465,41.661244441649345],[-73.5032351936907,41.661432441672815],[-73.50395319394435,41.66178144171629],[-73.50441319411277,41.66210444176334],[-73.50502519433675,41.662533441825786],[-73.50629019479466,41.66333344193812],[-73.50669719495083,41.663740442003146],[-73.50673819496657,41.66378144200971],[-73.50693019504405,41.66403744205272],[-73.50686619506216,41.66469344218154],[-73.50680219507079,41.665189442279434],[-73.5068341951087,41.66565344236796],[-73.5069241951472,41.66581044239529],[-73.50687919513592,41.6658664424076],[-73.50683419512464,41.66592244241991],[-73.50679719511393,41.66594444242539],[-73.50669519508581,41.666028442445004],[-73.50661319506524,41.66613044246744],[-73.50648219503039,41.6662594424967],[-73.50630019498155,41.66643144253598],[-73.50590719487613,41.666804442621114],[-73.50554919478014,41.66714544269889],[-73.5051111946627,41.6675614427938],[-73.5046131945333,41.66810444291525],[-73.50444619449208,41.66832344296309],[-73.50443719448994,41.66833644296591],[-73.50432019446039,41.66847844299722],[-73.50422519443856,41.66863044302975],[-73.50414419442345,41.66881844306873],[-73.50407619441874,41.66911144312757],[-73.5040021943961,41.66913444313449],[-73.50398519439092,41.66914044313619],[-73.50389519436344,41.66916944314481],[-73.5038021943351,41.669200443153876],[-73.50378119432864,41.669206443155744],[-73.50370819430638,41.66923044316282],[-73.5033381941901,41.669294443187496],[-73.50222819384142,41.669488443261955],[-73.50185919372552,41.669553443286794],[-73.50156219363056,41.669577443301336],[-73.50144619359352,41.66958744330713],[-73.50131819355258,41.66959744331333],[-73.4996171930089,41.66973744339705],[-73.49700319217848,41.67003844354226],[-73.48781618925993,41.67109844405299],[-73.48245918755798,41.67171544435051],[-73.47761218601806,41.67227444461983],[-73.47598218550064,41.67247044471194],[-73.47109318394887,41.67306044498861],[-73.46946418343182,41.673257445080864],[-73.46932218338664,41.67327244508848],[-73.4688961832511,41.67331844511154],[-73.46875518320628,41.67333444511932],[-73.46862318316433,41.67334944512662],[-73.46822918303936,41.673398445149196],[-73.46809818299779,41.673414445156624],[-73.46574518225329,41.67373844529749],[-73.45868818002039,41.67471144572017],[-73.45666117937905,41.67499144584165],[-73.45633317927205,41.67498244585083],[-73.45589517912977,41.67498044586501],[-73.45458217870323,41.67497444590752],[-73.45414517856128,41.67497244592167],[-73.4539631785026,41.67497944592908],[-73.45342117832806,41.67500244595154],[-73.45324017826977,41.675010445959096],[-73.45150317771669,41.67519144605181],[-73.4462921760575,41.675736446330326],[-73.44455617550474,41.675918446423175],[-73.44418617538707,41.6759594464434],[-73.44307917503521,41.67608544650453],[-73.4427101749179,41.67612744652492],[-73.44219717475517,41.67619144655431],[-73.44066217426844,41.676386446642994],[-73.44015017410608,41.67645144667257],[-73.43605017280292,41.6769204468994],[-73.42375116889376,41.678330447580294],[-73.41965216759087,41.67880044780719],[-73.41954416755657,41.678813447813276],[-73.41922316745483,41.678855447832056],[-73.41911616742091,41.6788694478383],[-73.41555516628739,41.67925044803012],[-73.4084511640261,41.68001244841312],[-73.40608316327237,41.68026744854097],[-73.40487516288779,41.68039644860597],[-73.40456616278945,41.68043044862278],[-73.40358816247816,41.68053544867552],[-73.40131516175467,41.680780448798245],[-73.40009416136672,41.68092444886659],[-73.39643516020443,41.681359449071984],[-73.39521515981689,41.68150444914046],[-73.3945371596019,41.681591449179734],[-73.39250315895701,41.681854449298],[-73.3918261587424,41.681942449337456],[-73.38988515812859,41.68222044945552],[-73.38406515628822,41.68305644980997],[-73.38212515567476,41.68333544992817],[-73.38180115543169,41.68099844948761],[-73.38167315533526,41.68006844931226],[-73.38083115470342,41.673990448166286],[-73.38070515460872,41.67307844799429],[-73.3805081544608,41.671654447725764],[-73.37997815413941,41.66912144725403],[-73.37838815317548,41.661524445839],[-73.37785915285457,41.65899244536729],[-73.37751315273293,41.65883444534822],[-73.37647615236848,41.65836244529136],[-73.37613115224723,41.658205445272465],[-73.3760951522333,41.6581674452663],[-73.37599015219261,41.65805544524814],[-73.37595515217907,41.658018445242156],[-73.3747701517726,41.65764844520991],[-73.37419515157538,41.65746944519437],[-73.37276115106131,41.65664544508262],[-73.37148815060495,41.65591344498333],[-73.3704131502195,41.65529444489931],[-73.3682141494089,41.6536514446546],[-73.36161814697753,41.64872244392027],[-73.35942014616741,41.647080443675634],[-73.35941314616365,41.64705544367103],[-73.3593921461526,41.646983443657795],[-73.35938514614891,41.6469594436534],[-73.35908014602461,41.64652944358036],[-73.35786114517906,41.638879442141736],[-73.35760514503251,41.63780044194159],[-73.35747214494272,41.63700744179267],[-73.3570731446735,41.63463044134624],[-73.35694114458408,41.63383844119746],[-73.35729914469015,41.63366544115217],[-73.35754114475911,41.63350244111265],[-73.35758814477255,41.63347144110508],[-73.35784714484821,41.63332844106887],[-73.35934514528525,41.63249144085747],[-73.3594411453133,41.63243844084405],[-73.35995414546396,41.632168440774855],[-73.36013814551886,41.63208644075292],[-73.36039714559493,41.63195044071803],[-73.36077614570743,41.63177144067089],[-73.36107714579732,41.63163844063521],[-73.36166514597402,41.63139744056917],[-73.36209614610269,41.63120644051796],[-73.3622101461364,41.63115044050336],[-73.36260914625474,41.63096044045343],[-73.36263414626215,41.630948440450275],[-73.36344014649885,41.63052444034162],[-73.36448914680524,41.62994444019474],[-73.36477714688914,41.62978144015369],[-73.3650281469619,41.62963344011676],[-73.36517914700498,41.629532440092234],[-73.36532214704464,41.629417440065275],[-73.36549914709286,41.62926044002905],[-73.36565614713476,41.62910643999409],[-73.36596814721804,41.628800439924575],[-73.36627414729892,41.62848643985373],[-73.36690714746851,41.62787643971481],[-73.36709314751808,41.627692439673076],[-73.3673061475721,41.62743543961631],[-73.36763714765371,41.62699643952046],[-73.36793814773097,41.6266484394432],[-73.36797114773974,41.626615439435746],[-73.3681931477992,41.62640143938701],[-73.36831214783125,41.62628943936141],[-73.36859514790854,41.62604143930407],[-73.36890314799338,41.625784439244185],[-73.36928114809915,41.625496439175976],[-73.36955314817756,41.62532843913448],[-73.36992414828497,41.625107439079464],[-73.37037214841737,41.62488643902189],[-73.37042714843365,41.624859439014855],[-73.37095214858945,41.62461143894952],[-73.37113314864263,41.62451643892515],[-73.37121814866698,41.624461438911695],[-73.37135014870417,41.62436543888876],[-73.37147114873682,41.624252438862904],[-73.37183414882922,41.623820438767346],[-73.37272014905854,41.62282943854635],[-73.37299214912852,41.622518438477194],[-73.3731241491626,41.62236943844401],[-73.37344914924805,41.62202843836731],[-73.37359314928761,41.62190643833894],[-73.37379514934472,41.62176243830441],[-73.37400014940337,41.6216284382717],[-73.37423614947232,41.62149843823876],[-73.37457514957082,41.62130243818961],[-73.3749721496865,41.62107843813315],[-73.37502914970283,41.62104143812412],[-73.3751871497494,41.62096143810342],[-73.37598314998085,41.62050443798867],[-73.37638315009576,41.6202504379263],[-73.37677015020617,41.61999243786359],[-73.37719715032588,41.61967143778736],[-73.37733115036463,41.61959043776726],[-73.37741215038854,41.61955043775686],[-73.37743115039413,41.619540437754296],[-73.37753515042553,41.61950043774311],[-73.37767415046794,41.619454437729594],[-73.37800515057042,41.6193704377024],[-73.37803215057859,41.61936043769958],[-73.37831615066573,41.61927443767354],[-73.37852615072869,41.61918643764957],[-73.37871515078503,41.619101437626874],[-73.37928615095552,41.618849437559234],[-73.37947615101224,41.618765437536695],[-73.38037715128043,41.61835343742718],[-73.38090815143852,41.618111437362806],[-73.38109015149348,41.61804143734322],[-73.38132415156483,41.61796343732039],[-73.3814201515948,41.61794343731334],[-73.38159415165015,41.61792443730391],[-73.38174015169741,41.61792243729868],[-73.38217715184048,41.61794343728829],[-73.3822381518601,41.61794043728568],[-73.38234115189276,41.617927437279775],[-73.3824601519297,41.61789943727041],[-73.38263815198427,41.61784443725387],[-73.38321815215967,41.617626437192506],[-73.38333915219629,41.617581437179815],[-73.38346915223471,41.617517437163116],[-73.38363615228256,41.61740943713671],[-73.38370215230076,41.61735443712387],[-73.38382515233336,41.61723043709583],[-73.38399615237746,41.61703643705263],[-73.38439815247922,41.616548436944925],[-73.3844711524978,41.61646143692568],[-73.38499915263287,41.615844436788855],[-73.38531515271467,41.615491436710116],[-73.38569115281334,41.61509443662086],[-73.38580015284066,41.61495743659075],[-73.38590515286516,41.614794436555734],[-73.38592115286846,41.61476243654903],[-73.3860111528881,41.61459943651451],[-73.38609315290388,41.614415436476214],[-73.38622615292752,41.61408343640759],[-73.38624515293151,41.6140464363998],[-73.38632015294505,41.613862436361714],[-73.38637415295575,41.61374643633748],[-73.38639615296094,41.61371343633037],[-73.3864431529722,41.613645436315664],[-73.38656315300261,41.61350043628365],[-73.38666615303005,41.613398436260496],[-73.38676715305712,41.61330143623839],[-73.3869921531179,41.61309343619071],[-73.38717415316837,41.61294743615644],[-73.38734215321556,41.6128224361267],[-73.387798153346,41.61252443605396],[-73.38793315338428,41.61243043603129],[-73.38802715340991,41.61234743601213],[-73.38813015343733,41.612245435988996],[-73.38853715354325,41.61180043588942],[-73.38870315358653,41.61162043584911],[-73.38879515360891,41.611493435821494],[-73.38901415365876,41.6111324357444],[-73.38926915371931,41.61075443566284],[-73.38927815372156,41.6107434356604],[-73.38979915384449,41.60995843549129],[-73.39002915389914,41.609618435417886],[-73.39028515396004,41.60924143533647],[-73.39030915396542,41.60920043532774],[-73.3903731539803,41.60910043530629],[-73.39038315398231,41.609079435301894],[-73.39040515398706,41.609038435293236],[-73.3904411539962,41.60899543528373],[-73.39058815403104,41.60877643523648],[-73.39067515405233,41.60865843521078],[-73.39081415408828,41.60850243517601],[-73.39097715413244,41.60835443514196],[-73.39122815419992,41.60811643508761],[-73.39126215420913,41.60808543508048],[-73.39149415427089,41.60785543502831],[-73.3916901543242,41.607680434987955],[-73.39177915434945,41.60761843497302],[-73.39184715436927,41.60758043496342],[-73.391910154388,41.607551434955724],[-73.39199815441503,41.607525434947775],[-73.3920741544388,41.607510434942355],[-73.39217515447082,41.607497434936505],[-73.39253315458593,41.60747943492116],[-73.39262115461382,41.60746843491612],[-73.39277915466262,41.60742643490276],[-73.39291015470197,41.60737243488797],[-73.39319215478595,41.607244434853875],[-73.39351215488237,41.6071184348189],[-73.39364315492264,41.60708043480721],[-73.39379815497092,41.60704643479551],[-73.39464815523833,41.60690343473969],[-73.3946631552431,41.606901434738795],[-73.3951761554052,41.606827434707505],[-73.39539415547358,41.60678743469255],[-73.395575155529,41.60673143467571],[-73.39570715556884,41.60668043466148],[-73.39583315560432,41.60658843463951],[-73.39586215561243,41.60656643463428],[-73.39619515570749,41.6063454345805],[-73.39649815579592,41.606177434537976],[-73.39656515581598,41.606148434530134],[-73.39734315604885,41.60581543443995],[-73.39771115615602,41.60560743438751],[-73.39868115643706,41.60503443424453],[-73.39882515647814,41.60493843422118],[-73.39907415654929,41.60477443418121],[-73.39953215667914,41.60445543410432],[-73.39967215671882,41.60435743408072],[-73.40009215683787,41.60406443401013],[-73.40011215684358,41.60405143400695],[-73.40023615687912,41.60397143398737],[-73.40044815694156,41.60386343395944],[-73.40047915695072,41.60384843395552],[-73.40081615705294,41.60372743392095],[-73.40099315710775,41.603682433906386],[-73.40112915715045,41.60365843389723],[-73.40118315716744,41.603649433893686],[-73.40136615722577,41.60363143388415],[-73.40165215731697,41.60360443386945],[-73.4017381573436,41.60358243386234],[-73.40189115738994,41.60352643384645],[-73.40192415739982,41.60351243384264],[-73.4022711575043,41.603374433804454],[-73.4025301575804,41.60323943376975],[-73.40262615760801,41.603179433754946],[-73.40269815762838,41.603128433742704],[-73.40278615764946,41.60300143371521],[-73.40286315766421,41.602827433678996],[-73.40301515768901,41.60241043359329],[-73.40304115769368,41.60234643358004],[-73.40310415770543,41.602198433549326],[-73.40318315772237,41.60205043351806],[-73.40321415772712,41.60196043349963],[-73.40325815773292,41.6018164334703],[-73.40332115775855,41.60190443348523],[-73.4034701578126,41.602001433499076],[-73.40370715789219,41.602047433500125],[-73.40382515793183,41.60207043350067],[-73.40446415814809,41.60222243350891],[-73.40470515823293,41.60233543352279],[-73.40519315840473,41.602564433550945],[-73.40567115857299,41.60278843357844],[-73.40553415854018,41.602986433621304],[-73.40531615848809,41.60330343368984],[-73.40511715843962,41.60357743374946],[-73.40497715840573,41.603773433792014],[-73.40489815838603,41.60387443381418],[-73.4046231583204,41.604275433900874],[-73.4046191583195,41.60428243390237],[-73.40440915827035,41.6046054339718],[-73.40429815824551,41.604795434012246],[-73.40416515821829,41.60506643406908],[-73.4040791582021,41.60526543411042],[-73.40397415818384,41.60553443416596],[-73.40388615817136,41.60580743422169],[-73.40384715816646,41.60593943424851],[-73.40378315815863,41.60615943429319],[-73.40369115815083,41.60653443436881],[-73.40360715814164,41.60684143443098],[-73.40335515811402,41.60776243461751],[-73.40327215810522,41.608070434679846],[-73.40296715806517,41.60907243488379],[-73.40283615804532,41.60945743496261],[-73.40252115799368,41.610317435139414],[-73.40236115796519,41.610715435221714],[-73.40224915794266,41.61095043527088],[-73.40209315790827,41.611226435329435],[-73.40185015785188,41.6116084354114],[-73.40160015779071,41.61194743548524],[-73.40140715774261,41.612194435539415],[-73.40056515753234,41.61326443577428],[-73.40048415751204,41.613366435796706],[-73.39949515726569,41.61463443607475],[-73.39942615724785,41.61471143609193],[-73.39858915704026,41.61579943633011],[-73.39831715697657,41.61621743641996],[-73.39818015694678,41.61646643647266],[-73.39811415693357,41.616606436501925],[-73.39808915692866,41.6166604365132],[-73.39797815690817,41.61692443656794],[-73.39794015690175,41.61702543658874],[-73.39791615689781,41.617090436602105],[-73.3977891568877,41.617619436708644],[-73.3977651568881,41.61775843673634],[-73.39773815689234,41.617979436779954],[-73.39771015690272,41.61831043684491],[-73.39771115691381,41.61849343688026],[-73.39775015695558,41.61898843697472],[-73.39775315697156,41.61924343702393],[-73.39774115698427,41.61952543707888],[-73.39769515698983,41.619873437147696],[-73.39769215698978,41.619889437150896],[-73.39766315698161,41.61991043715591],[-73.39767815698835,41.61994243716162],[-73.39766815698906,41.6200094371749],[-73.39758415698144,41.620343437242276],[-73.39757715698016,41.62036043724581],[-73.3974811569635,41.62060643729656],[-73.3974151569505,41.6207494373264],[-73.39726915692023,41.621040437387535],[-73.39712315688597,41.62126343743547],[-73.39710415688121,41.62128743744076],[-73.39688515682775,41.62158643750583],[-73.3967201567859,41.62178543754979],[-73.39603615660583,41.622497437710145],[-73.39529415641053,41.62327043788423],[-73.39512415636548,41.62344243792312],[-73.39498215632791,41.62358743795587],[-73.39460315622763,41.62397343804306],[-73.39456115621655,41.62401643805277],[-73.3943331561569,41.62426043810751],[-73.39426615614022,41.624346438126366],[-73.39444915620172,41.624382438127256],[-73.39456515624039,41.62439943812671],[-73.3947001562833,41.62438443811934],[-73.39484415632802,41.62435043810798],[-73.39506215639473,41.62428143808743],[-73.39523815644725,41.62420343806651],[-73.3953641564849,41.624148438051705],[-73.39585015662874,41.62391243798997],[-73.39600615667607,41.623856437973956],[-73.39628115676106,41.62378443795093],[-73.39640215679951,41.623770437944216],[-73.3966161568689,41.62376943793692],[-73.39682415693828,41.62380143793623],[-73.39775515725299,41.624015437946774],[-73.39803215734479,41.62404743794378],[-73.39814215737952,41.624031437937056],[-73.39815115738229,41.62402843793617],[-73.39824215741052,41.6240064379289],[-73.39834115743922,41.6239484379144],[-73.39857115750321,41.62376743787177],[-73.39887315758645,41.62351643781323],[-73.39896715761294,41.62344843779696],[-73.39913215765932,41.62332643776789],[-73.39913815766103,41.62332243776693],[-73.39945015775149,41.62313943772121],[-73.39963015780292,41.623020437692226],[-73.39965815781117,41.623006437688574],[-73.3998451578668,41.622920437665755],[-73.39985615787008,41.62291543766443],[-73.40014615795802,41.62281043763451],[-73.40066715811395,41.62258743757412],[-73.40085015816699,41.62247943754718],[-73.4009901582061,41.62237243752184],[-73.40112415824096,41.622225437488964],[-73.40125215826872,41.62199143743948],[-73.40126615826983,41.62193343742779],[-73.40140415828303,41.62139643731937],[-73.40148315829954,41.621241437286784],[-73.40156715831974,41.62112143726078],[-73.40171015835844,41.6209904372307],[-73.40197215843133,41.6207844371822],[-73.40251115858345,41.62039743708949],[-73.40290215869716,41.620173437033216],[-73.40428715910346,41.61944043684555],[-73.40458315918744,41.61923543679609],[-73.40496615929442,41.61894143672654],[-73.40532715939344,41.61863343665502],[-73.40565515948357,41.61835643659057],[-73.40613315961096,41.617885436483625],[-73.40655215971931,41.61741643637903],[-73.40659215972883,41.6173574363663],[-73.40661315973352,41.61732143635864],[-73.4066731597441,41.61717043632744],[-73.40674215975261,41.61693443627951],[-73.40683315976612,41.616662436223876],[-73.40689715977825,41.61651543619334],[-73.40698015979571,41.61635443615943],[-73.40722915985528,41.615993436081354],[-73.40732015987756,41.61587043605456],[-73.40813316007733,41.614782435817176],[-73.40835116013413,41.61454543576411],[-73.40864716021343,41.614261435699376],[-73.40879516025402,41.61413443566989],[-73.40894516029374,41.61398243563553],[-73.4090341603143,41.6138414356053],[-73.4090801603233,41.61374043558424],[-73.40910816032596,41.61363143556222],[-73.40912216031927,41.613440435524815],[-73.40908216028895,41.61314543546908],[-73.40899916024428,41.612844435413614],[-73.40900116023153,41.61261643536944],[-73.40902116023106,41.612498435345955],[-73.40905216023688,41.612426435331],[-73.40915416025163,41.61211443526725],[-73.40922516026531,41.61195543523416],[-73.40931816028731,41.61181643520419],[-73.40940116030977,41.611740435186725],[-73.40949016033498,41.61167843517178],[-73.40967416038741,41.61155443514172],[-73.410149160525,41.61127343507161],[-73.41038316059262,41.61113243503657],[-73.4105311606347,41.61103143501213],[-73.41077716070376,41.61084843496859],[-73.41088016073186,41.610758434947755],[-73.41108716079245,41.61064643491924],[-73.41115616081184,41.61059543490708],[-73.41120216082365,41.61054243489531],[-73.41126916083961,41.61044443487414],[-73.41135116085745,41.6102954348426],[-73.41142716087417,41.610160434813956],[-73.41158616090695,41.60984043474678],[-73.41180416095511,41.60945743466546],[-73.41192816097934,41.60918543460873],[-73.41203716099413,41.60883543453742],[-73.4120881610028,41.60870143450982],[-73.41215616101651,41.60855943448008],[-73.41222616103352,41.608462434458986],[-73.41223016103453,41.60845743445791],[-73.4125271611107,41.60811443438171],[-73.41264616113848,41.60793043434216],[-73.4127141611542,41.60782243431901],[-73.41273516115918,41.60779143431233],[-73.41283616118102,41.607605434273005],[-73.41285616118343,41.60753643425898],[-73.41285916118083,41.607475434247085],[-73.41286616117563,41.607348434222295],[-73.41283916116714,41.60735343422414],[-73.41275816114177,41.607368434229734],[-73.41273116113328,41.60737343423159],[-73.41273116112475,41.60722843420353],[-73.41265816108513,41.60695743415353],[-73.41246116099933,41.60658543408809],[-73.41238816096235,41.60635943404679],[-73.41210316085399,41.60608943400399],[-73.4117591607172,41.60566143393259],[-73.41162016065505,41.60537143388109],[-73.41157916062397,41.605069433824035],[-73.41157616062166,41.60504643381967],[-73.41159116060905,41.60474943376172],[-73.41166416061502,41.60444843370105],[-73.41185516065464,41.60406843362122],[-73.41195716068046,41.60394443359384],[-73.41207516070874,41.60377443355704],[-73.41224216075244,41.603596433517076],[-73.41238916078808,41.60339143347253],[-73.41253616082666,41.60323643343768],[-73.41260916084187,41.60309243340739],[-73.41266716085153,41.60293643337529],[-73.41272616086302,41.602806433348185],[-73.41273316085598,41.602648433317384],[-73.41280716087265,41.60252343329074],[-73.41288716089154,41.60240343326487],[-73.41298216091639,41.60230143324199],[-73.413114160955,41.60223043322388],[-73.41326016099667,41.60213343320027],[-73.41347916106027,41.602006433168434],[-73.41353016107257,41.60193443315282],[-73.41358216108445,41.60184943313465],[-73.41359716108514,41.60177843312042],[-73.41360416108212,41.601688433102765],[-73.41358916106265,41.6014404330553],[-73.41357516105147,41.60132743303389],[-73.41356716104094,41.60119243300802],[-73.4135831610403,41.60109343298834],[-73.4136181610456,41.60099043296726],[-73.41373616107737,41.600879432941866],[-73.41385916111231,41.60079543292154],[-73.41397616114428,41.600693432897934],[-73.41410116117913,41.60059643287503],[-73.41413816118744,41.600533432861596],[-73.41415216118962,41.6004934328534],[-73.41415216118749,41.60045743284643],[-73.41414516118336,41.600425432840474],[-73.41412316117484,41.60040243283676],[-73.41408016115932,41.600375432832955],[-73.41402116113929,41.60036043283201],[-73.4137361610413,41.60026643282327],[-73.41361216099891,41.60022943282021],[-73.41336216091437,41.60017143281728],[-73.41328216088571,41.600125432811026],[-73.41322316086259,41.60005743279983],[-73.41315916083857,41.6000024327913],[-73.413128160824,41.59992543277743],[-73.41311416081568,41.59986143276551],[-73.4131141608091,41.59974943274384],[-73.41312916081026,41.599686432731154],[-73.413165160818,41.59961943271699],[-73.41320316082822,41.599583432708776],[-73.41326816084829,41.59956643270332],[-73.41357516094631,41.599539432687926],[-73.413662160973,41.59951343268002],[-73.41375816100292,41.59949243267278],[-73.41382416102175,41.59944843266207],[-73.41386016102949,41.599381432647924],[-73.41386616102861,41.59933343263842],[-73.41386816102838,41.59931843263546],[-73.4138021609995,41.599191432613075],[-73.41377316098584,41.5991194326001],[-73.41372216096553,41.5990554325894],[-73.41372116096228,41.599005432579766],[-73.41376616097294,41.598938432565305],[-73.41384616099472,41.59886743254891],[-73.41393416102015,41.59881443253574],[-73.41405816105869,41.59878543252602],[-73.41427016112814,41.598797432521316],[-73.41448216119817,41.59881843251836],[-73.41462116124438,41.59883743251743],[-73.41469416126813,41.59883843251521],[-73.41474516128368,41.598821432510235],[-73.4148401613101,41.59874643249257],[-73.41488416132013,41.59867443247718],[-73.4149431613322,41.59855443245201],[-73.414981161335,41.59839243241939],[-73.41503816134349,41.59822243238461],[-73.41509616135414,41.5980834323558],[-73.41516316136452,41.597890432316234],[-73.41522016137596,41.59777043229112],[-73.41524316138049,41.59772043228068],[-73.41531716139373,41.597537432242824],[-73.41536116139878,41.59738043221098],[-73.41539716139935,41.59719143217321],[-73.41538216138548,41.5970384321441],[-73.4153091613498,41.59683443210706],[-73.41532516133829,41.59655043205155],[-73.415375161348,41.59643943202843],[-73.41551416138601,41.596319432000605],[-73.41566016143086,41.596276431987434],[-73.41646516169077,41.596255431956706],[-73.41666316175179,41.596200431939494],[-73.41681716179498,41.59608543191215],[-73.41719616188112,41.595459431778444],[-73.41734416192108,41.595322431747036],[-73.41740916193956,41.59527843173636],[-73.4175111619722,41.595270431731436],[-73.41758516199813,41.59530343173537],[-73.41771616204653,41.59540343175037],[-73.41798616216005,41.59584443182677],[-73.41811816220375,41.59585943182528],[-73.41821316223258,41.59582543181558],[-73.41830016225684,41.59575843179972],[-73.41845416229424,41.595544431753204],[-73.41852016231284,41.59549643174173],[-73.41863016234622,41.59545743173054],[-73.41883516240732,41.59536543170596],[-73.41898916243592,41.59500243163059],[-73.41906916245533,41.59489143160644],[-73.41917916248556,41.59479843158481],[-73.41922216249398,41.594704431565205],[-73.419267162493,41.59443943151244],[-73.41934816251245,41.5943234314873],[-73.41979316263888,41.594018431413524],[-73.4199111626778,41.59402943141174],[-73.4199391626893,41.59407043141875],[-73.41996116270197,41.59416443143621],[-73.42007916275148,41.594355431469275],[-73.42026916282123,41.59449343148968],[-73.42037816285877,41.594530431493226],[-73.4205251629058,41.59451943148621],[-73.42090516302144,41.59438943144847],[-73.42105016306195,41.59427843142219],[-73.42151216319607,41.59401043135502],[-73.42155516320715,41.59396143134411],[-73.4215641632061,41.59389443133085],[-73.42153316319153,41.593817431316964],[-73.4214831631726,41.59377143130972],[-73.42121216307999,41.59369143130321],[-73.42104316302051,41.59361243129354],[-73.42087616295663,41.593447431267144],[-73.42081716293139,41.593343431248975],[-73.42080216291963,41.59322643122682],[-73.42083216291478,41.59297843117784],[-73.42083216290501,41.5928124311457],[-73.42072816286192,41.59265343111839],[-73.42072216285945,41.59264443111684],[-73.42069316284206,41.592508431091495],[-73.42073716284685,41.59234743105887],[-73.42067116281186,41.59211643101635],[-73.42068616281091,41.59201743099669],[-73.42076616282823,41.591870430965585],[-73.42091316287073,41.591782430943695],[-73.42132216299629,41.59166143090672],[-73.42137416301082,41.59162143089725],[-73.42137316300601,41.591545430882576],[-73.42119016293829,41.59140343086116],[-73.42115516292031,41.59129043084045],[-73.42114616291573,41.59126243083534],[-73.42119816292765,41.591178430817344],[-73.42130716295966,41.5911214308027],[-73.42154216303048,41.59102943077711],[-73.42160116304622,41.590971430763936],[-73.42159316303913,41.59089543074949],[-73.42154916302218,41.590849430742054],[-73.42133816295197,41.590819430743245],[-73.42130816293853,41.59075643073205],[-73.4213511629456,41.59063943070797],[-73.42152816299654,41.59052943068081],[-73.4216741630472,41.590585430686815],[-73.4218191630933,41.59056943067892],[-73.42201116314834,41.59044643064875],[-73.42206916315658,41.59026643061199],[-73.42215716318019,41.59018243059281],[-73.42225216320978,41.5901614305856],[-73.42238316325556,41.5902174305921],[-73.42243516327612,41.59028043060257],[-73.42259516333456,41.590391430618745],[-73.42268316336211,41.59037443061254],[-73.42270416335994,41.59022143058224],[-73.4226021633069,41.58988243052],[-73.42269016332305,41.589671430476265],[-73.42292416338589,41.58944943042553],[-73.42298316339904,41.58934743040384],[-73.42300516338764,41.589032430342144],[-73.42307816340633,41.58894743032327],[-73.42318816343844,41.58888643030782],[-73.42331916347992,41.58886943030019],[-73.42351016354552,41.58893143030587],[-73.42362716357802,41.588838430283985],[-73.42373616359937,41.58860043023431],[-73.4237371635931,41.5884884302126],[-73.42370016357681,41.588415430199696],[-73.42351716350518,41.58820643016531],[-73.42351616350473,41.588204430164964],[-73.42347416348665,41.58812843015163],[-73.42348916348809,41.58807043013992],[-73.42352516349719,41.58802643013021],[-73.42358316351417,41.587995430122284],[-73.42395616363252,41.587950430101216],[-73.42404316365823,41.58790743009002],[-73.42404316365557,41.58786243008131],[-73.4240151636438,41.58781643007333],[-73.42388216359788,41.58776943006864],[-73.42365616352309,41.58774443007129],[-73.42295416329773,41.58778443010229],[-73.42275716323441,41.58779443011076],[-73.42243516312942,41.58778543011967],[-73.42210616302036,41.58774543012286],[-73.4219741629737,41.587680430114645],[-73.42184216292631,41.587602430103914],[-73.42178516289982,41.58746643007948],[-73.42178916289589,41.58737743006212],[-73.42179216289469,41.587340430054866],[-73.42197416294037,41.5871134300049],[-73.4220051629404,41.58694242997078],[-73.42205516295297,41.58688042995712],[-73.42212816297429,41.586840429946946],[-73.42223816300819,41.58681042993751],[-73.42270616316013,41.58681242992238],[-73.42282316319687,41.58679142991443],[-73.42291016322301,41.58675642990479],[-73.42295516323472,41.586707429893806],[-73.42295416322965,41.58662642987816],[-73.42288216320146,41.58654442986467],[-73.42271316314358,41.58649242986023],[-73.42240616303742,41.58638042984871],[-73.42202716289961,41.5861274298123],[-73.42159516274909,41.585950429792355],[-73.42135416266777,41.58589742979008],[-73.42123616262597,41.58583742978239],[-73.42100216253611,41.58560042974426],[-73.42070116243431,41.5855294297405],[-73.42036616232107,41.58545142973648],[-73.42025616228239,41.58540042973028],[-73.42022016226647,41.58532842971752],[-73.42016216223331,41.58508442967223],[-73.42019116223425,41.584940429643375],[-73.42028616224744,41.58464042958216],[-73.42031016224777,41.584513429556786]]]},"properties":{"name":2535,"geoid":"09005253500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.40325815773292,41.6018164334703],[-73.40329915773522,41.60162943343276],[-73.40345015775831,41.60118843334243],[-73.4035671577744,41.60081643326658],[-73.40365815778576,41.60050743320377],[-73.40369815779138,41.60038243317825],[-73.40376615780121,41.60017443313575],[-73.40383115780674,41.599909433082324],[-73.40389915781638,41.59969843303924],[-73.40420915788253,41.599112432915575],[-73.40459815797117,41.59847343277905],[-73.40464115798048,41.59839443276234],[-73.40477915801038,41.5981414327088],[-73.40503415805321,41.59746243256897],[-73.40508915805734,41.59722943252205],[-73.40440615783706,41.59725143254893],[-73.40424615778598,41.59726543255693],[-73.40316215743974,41.59735843261084],[-73.40228315715956,41.5974434326564],[-73.4006851566516,41.59762243274395],[-73.39997515642666,41.59771443278527],[-73.39932215621768,41.597763432816365],[-73.39916215616628,41.5977724328234],[-73.39903015612389,41.59777943282915],[-73.39883015605963,41.59779043283789],[-73.39863515599737,41.59780743284763],[-73.39850415595558,41.5978194328543],[-73.39822215586537,41.59784143286789],[-73.39813215583663,41.597849432872415],[-73.39765915568616,41.597900432897944],[-73.39737915559567,41.597906432908395],[-73.3970971555046,41.59791343291907],[-73.39700815546432,41.597719432884475],[-73.39691515541969,41.597473432839955],[-73.39687215539628,41.59731243281021],[-73.39686815538917,41.597213432791186],[-73.39685615536631,41.59689043272909],[-73.39685915536198,41.59680043271157],[-73.39687615535874,41.596651432682165],[-73.39690715536257,41.59654543266063],[-73.39694315536995,41.59647243264531],[-73.39718515543167,41.59618643258194],[-73.39724515544204,41.596031432549964],[-73.3973401554514,41.595666432476186],[-73.39749315546985,41.59513543236836],[-73.39753715547538,41.594986432338054],[-73.39758315547444,41.59471643228428],[-73.3976091554646,41.59440543222324],[-73.3976211554592,41.59424743219226],[-73.39763115545581,41.59413443217005],[-73.39765515544258,41.59377643209998],[-73.39766615543692,41.59361943206922],[-73.39766615543674,41.593616432068636],[-73.39767615543239,41.593487432043354],[-73.39769515542542,41.59326343199936],[-73.39771615542887,41.593206431987646],[-73.39774215543332,41.59313843197361],[-73.39776315543837,41.59310843196712],[-73.397798155447,41.59306243195705],[-73.39783915545803,41.59302343194815],[-73.39785515546288,41.59301743194646],[-73.39794615549022,41.592980431936276],[-73.39809515553556,41.592929431921476],[-73.39819815556532,41.59286743190608],[-73.39838415561651,41.592711431869716],[-73.39843615562997,41.59265343185678],[-73.3986051556703,41.592406431803376],[-73.39894715575194,41.59190743169547],[-73.39915015579813,41.59157243162391],[-73.39934515584558,41.59130343156539],[-73.39946615587355,41.591111431524226],[-73.39953415588762,41.59097543149566],[-73.39955915589198,41.59091143148243],[-73.39974715592524,41.59043943138486],[-73.39997115596672,41.589908431274665],[-73.40009215598495,41.589550431201374],[-73.40019415600095,41.58925943114167],[-73.40024815600961,41.58910843111066],[-73.4004741560499,41.58854643099439],[-73.40055715606275,41.58830643094518],[-73.40075815608337,41.58754743079161],[-73.40093015611251,41.58709343069803],[-73.40113115615415,41.586692430613766],[-73.40126315617884,41.58638343054959],[-73.4013291561912,41.586229430517584],[-73.40146515621029,41.585803430430616],[-73.40156815622039,41.585406430350375],[-73.40163815622729,41.58513743029597],[-73.40190015625517,41.584164430098966],[-73.40208315628463,41.58365542999435],[-73.40212915629385,41.58355842997404],[-73.40214015629624,41.58353842996982],[-73.40218015630141,41.58340542994275],[-73.40219515630429,41.58337142993567],[-73.40232615633022,41.58308942987674],[-73.40233015632835,41.58303542986615],[-73.40231415632023,41.58298542985701],[-73.4022801563066,41.582941429849605],[-73.40238615633764,41.582884429835076],[-73.4024201563478,41.58286942983104],[-73.40250515637248,41.582820429818746],[-73.40256815638979,41.58276742980639],[-73.40267015641534,41.582638429778044],[-73.40282215645078,41.58240242972733],[-73.40293415647994,41.582280429700006],[-73.40303415650658,41.58218142967753],[-73.40312115653133,41.58212242966322],[-73.40321615655928,41.5820734296506],[-73.40334715659884,41.58202342963658],[-73.40343515662585,41.581997429628636],[-73.40355715666378,41.58196942961918],[-73.40374715672401,41.58194542960823],[-73.40387715676553,41.5819344296018],[-73.40407315682776,41.58191142959085],[-73.40466515701576,41.58184242955791],[-73.40486215707837,41.58182042954712],[-73.40497815711488,41.58180142953961],[-73.4053281572252,41.58174642951737],[-73.4054451572621,41.58172842951001],[-73.40559715731,41.581704429500334],[-73.40586615739477,41.5816624294833],[-73.40605315745346,41.58162842947052],[-73.40620515750123,41.581602429460446],[-73.40652615760202,41.5815454294388],[-73.40665215764119,41.58151642942901],[-73.4067221576627,41.58149642942283],[-73.40684315769997,41.58146242941225],[-73.40741215787374,41.58127842935776],[-73.40789815802383,41.5811494293167],[-73.4082541581359,41.581091429293686],[-73.40855615823105,41.58104342927441],[-73.4086451582595,41.581036429270085],[-73.4087771583011,41.581015429261655],[-73.40882215831506,41.58100442925803],[-73.40895715835714,41.580975429247964],[-73.40900315837148,41.580965429244486],[-73.40933415847509,41.580901429221136],[-73.40972515859758,41.58082742919387],[-73.41033315878963,41.58073942915671],[-73.41066815889548,41.580691429136316],[-73.41093315897886,41.58064742911901],[-73.4117311592302,41.58051942906781],[-73.41199715931401,41.58047742905087],[-73.41206115933426,41.580468429046995],[-73.41225315939494,41.58044142903543],[-73.41231715941517,41.580432429031575],[-73.41261415950898,41.5803894290134],[-73.41350615979094,41.580263428959476],[-73.41380415988513,41.58022142894147],[-73.41409215997508,41.58016242892052],[-73.4141451599917,41.580152428916804],[-73.4146981601666,41.58007642888379],[-73.41487716022472,41.580077428878056],[-73.41496816025554,41.58009942887929],[-73.41503916027958,41.58011642888023],[-73.41524716035168,41.58019542888864],[-73.41528116036382,41.5802144288912],[-73.41538616040124,41.58027142889874],[-73.41542116041377,41.58029142890147],[-73.41693616095148,41.581079429003836],[-73.41724716106317,41.581263429029136],[-73.41822816142383,41.58198542913642],[-73.41855816154639,41.58224942917659],[-73.41874416161276,41.582352429190365],[-73.41877116162217,41.58236342919161],[-73.41883216164402,41.58239842919636],[-73.41918516177435,41.58266742923673],[-73.41947716188157,41.582880429268286],[-73.41968316195826,41.58304842929399],[-73.41976416198926,41.58312842930678],[-73.4198221620133,41.58321742932208],[-73.41986716203589,41.583353429346936],[-73.41993716206899,41.58353042937887],[-73.42004616211658,41.58373842941551],[-73.42014016216011,41.58396042945539],[-73.41926516189639,41.584302429550576],[-73.41978716206808,41.58434242954102],[-73.42031016224777,41.584513429556786],[-73.42028616224744,41.58464042958216],[-73.42019116223425,41.584940429643375],[-73.42016216223331,41.58508442967223],[-73.42022016226647,41.58532842971752],[-73.42025616228239,41.58540042973028],[-73.42036616232107,41.58545142973648],[-73.42070116243431,41.5855294297405],[-73.42100216253611,41.58560042974426],[-73.42123616262597,41.58583742978239],[-73.42135416266777,41.58589742979008],[-73.42159516274909,41.585950429792355],[-73.42202716289961,41.5861274298123],[-73.42240616303742,41.58638042984871],[-73.42271316314358,41.58649242986023],[-73.42288216320146,41.58654442986467],[-73.42295416322965,41.58662642987816],[-73.42295516323472,41.586707429893806],[-73.42291016322301,41.58675642990479],[-73.42282316319687,41.58679142991443],[-73.42270616316013,41.58681242992238],[-73.42223816300819,41.58681042993751],[-73.42212816297429,41.586840429946946],[-73.42205516295297,41.58688042995712],[-73.4220051629404,41.58694242997078],[-73.42197416294037,41.5871134300049],[-73.42179216289469,41.587340430054866],[-73.42178916289589,41.58737743006212],[-73.42178516289982,41.58746643007948],[-73.42184216292631,41.587602430103914],[-73.4219741629737,41.587680430114645],[-73.42210616302036,41.58774543012286],[-73.42243516312942,41.58778543011967],[-73.42275716323441,41.58779443011076],[-73.42295416329773,41.58778443010229],[-73.42365616352309,41.58774443007129],[-73.42388216359788,41.58776943006864],[-73.4240151636438,41.58781643007333],[-73.42404316365557,41.58786243008131],[-73.42404316365823,41.58790743009002],[-73.42395616363252,41.587950430101216],[-73.42358316351417,41.587995430122284],[-73.42352516349719,41.58802643013021],[-73.42348916348809,41.58807043013992],[-73.42347416348665,41.58812843015163],[-73.42351616350473,41.588204430164964],[-73.42351716350518,41.58820643016531],[-73.42370016357681,41.588415430199696],[-73.4237371635931,41.5884884302126],[-73.42373616359937,41.58860043023431],[-73.42362716357802,41.588838430283985],[-73.42351016354552,41.58893143030587],[-73.42331916347992,41.58886943030019],[-73.42318816343844,41.58888643030782],[-73.42307816340633,41.58894743032327],[-73.42300516338764,41.589032430342144],[-73.42298316339904,41.58934743040384],[-73.42292416338589,41.58944943042553],[-73.42269016332305,41.589671430476265],[-73.4226021633069,41.58988243052],[-73.42270416335994,41.59022143058224],[-73.42268316336211,41.59037443061254],[-73.42259516333456,41.590391430618745],[-73.42243516327612,41.59028043060257],[-73.42238316325556,41.5902174305921],[-73.42225216320978,41.5901614305856],[-73.42215716318019,41.59018243059281],[-73.42206916315658,41.59026643061199],[-73.42201116314834,41.59044643064875],[-73.4218191630933,41.59056943067892],[-73.4216741630472,41.590585430686815],[-73.42152816299654,41.59052943068081],[-73.4213511629456,41.59063943070797],[-73.42130816293853,41.59075643073205],[-73.42133816295197,41.590819430743245],[-73.42154916302218,41.590849430742054],[-73.42159316303913,41.59089543074949],[-73.42160116304622,41.590971430763936],[-73.42154216303048,41.59102943077711],[-73.42130716295966,41.5911214308027],[-73.42119816292765,41.591178430817344],[-73.42114616291573,41.59126243083534],[-73.42115516292031,41.59129043084045],[-73.42119016293829,41.59140343086116],[-73.42137316300601,41.591545430882576],[-73.42137416301082,41.59162143089725],[-73.42132216299629,41.59166143090672],[-73.42091316287073,41.591782430943695],[-73.42076616282823,41.591870430965585],[-73.42068616281091,41.59201743099669],[-73.42067116281186,41.59211643101635],[-73.42073716284685,41.59234743105887],[-73.42069316284206,41.592508431091495],[-73.42072216285945,41.59264443111684],[-73.42072816286192,41.59265343111839],[-73.42083216290501,41.5928124311457],[-73.42083216291478,41.59297843117784],[-73.42080216291963,41.59322643122682],[-73.42081716293139,41.593343431248975],[-73.42087616295663,41.593447431267144],[-73.42104316302051,41.59361243129354],[-73.42121216307999,41.59369143130321],[-73.4214831631726,41.59377143130972],[-73.42153316319153,41.593817431316964],[-73.4215641632061,41.59389443133085],[-73.42155516320715,41.59396143134411],[-73.42151216319607,41.59401043135502],[-73.42105016306195,41.59427843142219],[-73.42090516302144,41.59438943144847],[-73.4205251629058,41.59451943148621],[-73.42037816285877,41.594530431493226],[-73.42026916282123,41.59449343148968],[-73.42007916275148,41.594355431469275],[-73.41996116270197,41.59416443143621],[-73.4199391626893,41.59407043141875],[-73.4199111626778,41.59402943141174],[-73.41979316263888,41.594018431413524],[-73.41934816251245,41.5943234314873],[-73.419267162493,41.59443943151244],[-73.41922216249398,41.594704431565205],[-73.41917916248556,41.59479843158481],[-73.41906916245533,41.59489143160644],[-73.41898916243592,41.59500243163059],[-73.41883516240732,41.59536543170596],[-73.41863016234622,41.59545743173054],[-73.41852016231284,41.59549643174173],[-73.41845416229424,41.595544431753204],[-73.41830016225684,41.59575843179972],[-73.41821316223258,41.59582543181558],[-73.41811816220375,41.59585943182528],[-73.41798616216005,41.59584443182677],[-73.41771616204653,41.59540343175037],[-73.41758516199813,41.59530343173537],[-73.4175111619722,41.595270431731436],[-73.41740916193956,41.59527843173636],[-73.41734416192108,41.595322431747036],[-73.41719616188112,41.595459431778444],[-73.41681716179498,41.59608543191215],[-73.41666316175179,41.596200431939494],[-73.41646516169077,41.596255431956706],[-73.41566016143086,41.596276431987434],[-73.41551416138601,41.596319432000605],[-73.415375161348,41.59643943202843],[-73.41532516133829,41.59655043205155],[-73.4153091613498,41.59683443210706],[-73.41538216138548,41.5970384321441],[-73.41539716139935,41.59719143217321],[-73.41536116139878,41.59738043221098],[-73.41531716139373,41.597537432242824],[-73.41524316138049,41.59772043228068],[-73.41522016137596,41.59777043229112],[-73.41516316136452,41.597890432316234],[-73.41509616135414,41.5980834323558],[-73.41503816134349,41.59822243238461],[-73.414981161335,41.59839243241939],[-73.4149431613322,41.59855443245201],[-73.41488416132013,41.59867443247718],[-73.4148401613101,41.59874643249257],[-73.41474516128368,41.598821432510235],[-73.41469416126813,41.59883843251521],[-73.41462116124438,41.59883743251743],[-73.41448216119817,41.59881843251836],[-73.41427016112814,41.598797432521316],[-73.41405816105869,41.59878543252602],[-73.41393416102015,41.59881443253574],[-73.41384616099472,41.59886743254891],[-73.41376616097294,41.598938432565305],[-73.41372116096228,41.599005432579766],[-73.41372216096553,41.5990554325894],[-73.41377316098584,41.5991194326001],[-73.4138021609995,41.599191432613075],[-73.41386816102838,41.59931843263546],[-73.41386616102861,41.59933343263842],[-73.41386016102949,41.599381432647924],[-73.41382416102175,41.59944843266207],[-73.41375816100292,41.59949243267278],[-73.413662160973,41.59951343268002],[-73.41357516094631,41.599539432687926],[-73.41326816084829,41.59956643270332],[-73.41320316082822,41.599583432708776],[-73.413165160818,41.59961943271699],[-73.41312916081026,41.599686432731154],[-73.4131141608091,41.59974943274384],[-73.41311416081568,41.59986143276551],[-73.413128160824,41.59992543277743],[-73.41315916083857,41.6000024327913],[-73.41322316086259,41.60005743279983],[-73.41328216088571,41.600125432811026],[-73.41336216091437,41.60017143281728],[-73.41361216099891,41.60022943282021],[-73.4137361610413,41.60026643282327],[-73.41402116113929,41.60036043283201],[-73.41408016115932,41.600375432832955],[-73.41412316117484,41.60040243283676],[-73.41414516118336,41.600425432840474],[-73.41415216118749,41.60045743284643],[-73.41415216118962,41.6004934328534],[-73.41413816118744,41.600533432861596],[-73.41410116117913,41.60059643287503],[-73.41397616114428,41.600693432897934],[-73.41385916111231,41.60079543292154],[-73.41373616107737,41.600879432941866],[-73.4136181610456,41.60099043296726],[-73.4135831610403,41.60109343298834],[-73.41356716104094,41.60119243300802],[-73.41357516105147,41.60132743303389],[-73.41358916106265,41.6014404330553],[-73.41360416108212,41.601688433102765],[-73.41359716108514,41.60177843312042],[-73.41358216108445,41.60184943313465],[-73.41353016107257,41.60193443315282],[-73.41347916106027,41.602006433168434],[-73.41326016099667,41.60213343320027],[-73.413114160955,41.60223043322388],[-73.41298216091639,41.60230143324199],[-73.41288716089154,41.60240343326487],[-73.41280716087265,41.60252343329074],[-73.41273316085598,41.602648433317384],[-73.41272616086302,41.602806433348185],[-73.41266716085153,41.60293643337529],[-73.41260916084187,41.60309243340739],[-73.41253616082666,41.60323643343768],[-73.41238916078808,41.60339143347253],[-73.41224216075244,41.603596433517076],[-73.41207516070874,41.60377443355704],[-73.41195716068046,41.60394443359384],[-73.41185516065464,41.60406843362122],[-73.41166416061502,41.60444843370105],[-73.41159116060905,41.60474943376172],[-73.41157616062166,41.60504643381967],[-73.41157916062397,41.605069433824035],[-73.41162016065505,41.60537143388109],[-73.4117591607172,41.60566143393259],[-73.41210316085399,41.60608943400399],[-73.41238816096235,41.60635943404679],[-73.41246116099933,41.60658543408809],[-73.41265816108513,41.60695743415353],[-73.41273116112475,41.60722843420353],[-73.41273116113328,41.60737343423159],[-73.41275816114177,41.607368434229734],[-73.41283916116714,41.60735343422414],[-73.41286616117563,41.607348434222295],[-73.41285916118083,41.607475434247085],[-73.41285616118343,41.60753643425898],[-73.41283616118102,41.607605434273005],[-73.41273516115918,41.60779143431233],[-73.4127141611542,41.60782243431901],[-73.41264616113848,41.60793043434216],[-73.4125271611107,41.60811443438171],[-73.41223016103453,41.60845743445791],[-73.41222616103352,41.608462434458986],[-73.41215616101651,41.60855943448008],[-73.4120881610028,41.60870143450982],[-73.41203716099413,41.60883543453742],[-73.41192816097934,41.60918543460873],[-73.41180416095511,41.60945743466546],[-73.41158616090695,41.60984043474678],[-73.41142716087417,41.610160434813956],[-73.41135116085745,41.6102954348426],[-73.41126916083961,41.61044443487414],[-73.41120216082365,41.61054243489531],[-73.41115616081184,41.61059543490708],[-73.41108716079245,41.61064643491924],[-73.41088016073186,41.610758434947755],[-73.41077716070376,41.61084843496859],[-73.4105311606347,41.61103143501213],[-73.41038316059262,41.61113243503657],[-73.410149160525,41.61127343507161],[-73.40967416038741,41.61155443514172],[-73.40949016033498,41.61167843517178],[-73.40940116030977,41.611740435186725],[-73.40931816028731,41.61181643520419],[-73.40922516026531,41.61195543523416],[-73.40915416025163,41.61211443526725],[-73.40905216023688,41.612426435331],[-73.40902116023106,41.612498435345955],[-73.40900116023153,41.61261643536944],[-73.40899916024428,41.612844435413614],[-73.40908216028895,41.61314543546908],[-73.40912216031927,41.613440435524815],[-73.40910816032596,41.61363143556222],[-73.4090801603233,41.61374043558424],[-73.4090341603143,41.6138414356053],[-73.40894516029374,41.61398243563553],[-73.40879516025402,41.61413443566989],[-73.40864716021343,41.614261435699376],[-73.40835116013413,41.61454543576411],[-73.40813316007733,41.614782435817176],[-73.40732015987756,41.61587043605456],[-73.40722915985528,41.615993436081354],[-73.40698015979571,41.61635443615943],[-73.40689715977825,41.61651543619334],[-73.40683315976612,41.616662436223876],[-73.40674215975261,41.61693443627951],[-73.4066731597441,41.61717043632744],[-73.40661315973352,41.61732143635864],[-73.40659215972883,41.6173574363663],[-73.40655215971931,41.61741643637903],[-73.40613315961096,41.617885436483625],[-73.40565515948357,41.61835643659057],[-73.40532715939344,41.61863343665502],[-73.40496615929442,41.61894143672654],[-73.40458315918744,41.61923543679609],[-73.40428715910346,41.61944043684555],[-73.40290215869716,41.620173437033216],[-73.40251115858345,41.62039743708949],[-73.40197215843133,41.6207844371822],[-73.40171015835844,41.6209904372307],[-73.40156715831974,41.62112143726078],[-73.40148315829954,41.621241437286784],[-73.40140415828303,41.62139643731937],[-73.40126615826983,41.62193343742779],[-73.40125215826872,41.62199143743948],[-73.40112415824096,41.622225437488964],[-73.4009901582061,41.62237243752184],[-73.40085015816699,41.62247943754718],[-73.40066715811395,41.62258743757412],[-73.40014615795802,41.62281043763451],[-73.39985615787008,41.62291543766443],[-73.3998451578668,41.622920437665755],[-73.39965815781117,41.623006437688574],[-73.39963015780292,41.623020437692226],[-73.39945015775149,41.62313943772121],[-73.39913815766103,41.62332243776693],[-73.39913215765932,41.62332643776789],[-73.39896715761294,41.62344843779696],[-73.39887315758645,41.62351643781323],[-73.39857115750321,41.62376743787177],[-73.39834115743922,41.6239484379144],[-73.39824215741052,41.6240064379289],[-73.39815115738229,41.62402843793617],[-73.39814215737952,41.624031437937056],[-73.39803215734479,41.62404743794378],[-73.39775515725299,41.624015437946774],[-73.39682415693828,41.62380143793623],[-73.3966161568689,41.62376943793692],[-73.39640215679951,41.623770437944216],[-73.39628115676106,41.62378443795093],[-73.39600615667607,41.623856437973956],[-73.39585015662874,41.62391243798997],[-73.3953641564849,41.624148438051705],[-73.39523815644725,41.62420343806651],[-73.39506215639473,41.62428143808743],[-73.39484415632802,41.62435043810798],[-73.3947001562833,41.62438443811934],[-73.39456515624039,41.62439943812671],[-73.39444915620172,41.624382438127256],[-73.39426615614022,41.624346438126366],[-73.3943331561569,41.62426043810751],[-73.39456115621655,41.62401643805277],[-73.39460315622763,41.62397343804306],[-73.39498215632791,41.62358743795587],[-73.39512415636548,41.62344243792312],[-73.39529415641053,41.62327043788423],[-73.39603615660583,41.622497437710145],[-73.3967201567859,41.62178543754979],[-73.39688515682775,41.62158643750583],[-73.39710415688121,41.62128743744076],[-73.39712315688597,41.62126343743547],[-73.39726915692023,41.621040437387535],[-73.3974151569505,41.6207494373264],[-73.3974811569635,41.62060643729656],[-73.39757715698016,41.62036043724581],[-73.39758415698144,41.620343437242276],[-73.39766815698906,41.6200094371749],[-73.39767815698835,41.61994243716162],[-73.39766315698161,41.61991043715591],[-73.39769215698978,41.619889437150896],[-73.39769515698983,41.619873437147696],[-73.39774115698427,41.61952543707888],[-73.39775315697156,41.61924343702393],[-73.39775015695558,41.61898843697472],[-73.39771115691381,41.61849343688026],[-73.39771015690272,41.61831043684491],[-73.39773815689234,41.617979436779954],[-73.3977651568881,41.61775843673634],[-73.3977891568877,41.617619436708644],[-73.39791615689781,41.617090436602105],[-73.39794015690175,41.61702543658874],[-73.39797815690817,41.61692443656794],[-73.39808915692866,41.6166604365132],[-73.39811415693357,41.616606436501925],[-73.39818015694678,41.61646643647266],[-73.39831715697657,41.61621743641996],[-73.39858915704026,41.61579943633011],[-73.39942615724785,41.61471143609193],[-73.39949515726569,41.61463443607475],[-73.40048415751204,41.613366435796706],[-73.40056515753234,41.61326443577428],[-73.40140715774261,41.612194435539415],[-73.40160015779071,41.61194743548524],[-73.40185015785188,41.6116084354114],[-73.40209315790827,41.611226435329435],[-73.40224915794266,41.61095043527088],[-73.40236115796519,41.610715435221714],[-73.40252115799368,41.610317435139414],[-73.40283615804532,41.60945743496261],[-73.40296715806517,41.60907243488379],[-73.40327215810522,41.608070434679846],[-73.40335515811402,41.60776243461751],[-73.40360715814164,41.60684143443098],[-73.40369115815083,41.60653443436881],[-73.40378315815863,41.60615943429319],[-73.40384715816646,41.60593943424851],[-73.40388615817136,41.60580743422169],[-73.40397415818384,41.60553443416596],[-73.4040791582021,41.60526543411042],[-73.40416515821829,41.60506643406908],[-73.40429815824551,41.604795434012246],[-73.40440915827035,41.6046054339718],[-73.4046191583195,41.60428243390237],[-73.4046231583204,41.604275433900874],[-73.40489815838603,41.60387443381418],[-73.40497715840573,41.603773433792014],[-73.40511715843962,41.60357743374946],[-73.40531615848809,41.60330343368984],[-73.40553415854018,41.602986433621304],[-73.40567115857299,41.60278843357844],[-73.40519315840473,41.602564433550945],[-73.40470515823293,41.60233543352279],[-73.40446415814809,41.60222243350891],[-73.40382515793183,41.60207043350067],[-73.40370715789219,41.602047433500125],[-73.4034701578126,41.602001433499076],[-73.40332115775855,41.60190443348523],[-73.40325815773292,41.6018164334703]]]},"properties":{"name":2531,"geoid":"09005253100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.23294512863448,42.0450835244311],[-73.23297412863586,42.0449485244043],[-73.23306512864143,42.044545524324135],[-73.23309612864351,42.04441152429743],[-73.23312512864406,42.04426252426795],[-73.23321312864623,42.04381952418023],[-73.23324312864716,42.04367152415091],[-73.23342112865166,42.04277652397365],[-73.23374212866032,42.04117152365574],[-73.23395112866385,42.04009152344202],[-73.23412612866737,42.039196523264856],[-73.23447312867782,42.03747952292461],[-73.23451612867905,42.037265522882215],[-73.23504612869785,42.03469052237157],[-73.23569612871754,42.031475521734365],[-73.23590312872415,42.03045752153257],[-73.23590412872417,42.03045252153155],[-73.23607812872655,42.02954352135171],[-73.23646712873912,42.02763252097283],[-73.2365801287454,42.027121520871226],[-73.2370791287734,42.02486852042315],[-73.23722812878204,42.02420052029027],[-73.23802612881822,42.0204535195461],[-73.23815612882429,42.01984551942532],[-73.2390801288825,42.01577951861577],[-73.23941512889837,42.01421751830543],[-73.23991312892257,42.01190551784595],[-73.24013712893293,42.010856517637535],[-73.2404731289489,42.00929051732634],[-73.2408121289652,42.00771351701294],[-73.24082112896558,42.0076705170044],[-73.24105612897385,42.0065265167774],[-73.24112712897626,42.006179516708556],[-73.24116112897623,42.00599351667178],[-73.24126412897661,42.00543751656182],[-73.24129912897698,42.00525251652522],[-73.24142112898089,42.004652516406196],[-73.24151712898441,42.00418751631391],[-73.24179112899412,42.00285451604937],[-73.24191512899878,42.00225551593048],[-73.24226412901442,42.000612515604026],[-73.24228112901537,42.0005355155887],[-73.2432701290475,41.99567451462427],[-73.24360612905882,41.99402951429781],[-73.2464741300099,41.99431251425683],[-73.24934113096069,41.994595514215874],[-73.24953813102604,41.994615514213166],[-73.26051613465523,41.99550951401987],[-73.2694091375951,41.99623451386329],[-73.28808214376787,41.99775651353399],[-73.29903314738777,41.99864851334047],[-73.3005031478737,41.99876851331453],[-73.311274151434,41.99964551312391],[-73.31658815319054,42.000079513030066],[-73.32821015701904,42.0008105127828],[-73.33198115826094,42.001042512701524],[-73.33223515834462,42.001058512696126],[-73.33340015872831,42.00113051267108],[-73.33380715886233,42.001155512662294],[-73.33468815915252,42.00121051264347],[-73.33607815961025,42.00129551261339],[-73.34329416198668,42.00174051245796],[-73.34706516322859,42.0019735123768],[-73.34769016343438,42.00201151236321],[-73.34956716405246,42.00212651232261],[-73.35019316425863,42.00216551230921],[-73.35148416468418,42.00225151228259],[-73.35535616596057,42.002511512203164],[-73.35664816638646,42.002598512176704],[-73.35679016643252,42.002595512171396],[-73.3571021665338,42.00259051216001],[-73.35721516657043,42.00258751215568],[-73.35723016657529,42.00258751215518],[-73.35735816661686,42.002585512150524],[-73.35726916659652,42.00272951218107],[-73.35721116659755,42.0030615122466],[-73.35716016659894,42.003361512305766],[-73.35713016661848,42.00384951240022],[-73.35731316672019,42.00455151252856],[-73.35739616676635,42.00487051258689],[-73.35748816680542,42.00502251261293],[-73.35789016697629,42.005688512727076],[-73.35871516732529,42.00702751295597],[-73.35906116748669,42.00783951309992],[-73.35918716758535,42.008799513279556],[-73.35921716760502,42.00896451331016],[-73.35915916764117,42.00988151348769],[-73.35869616755008,42.01087551369351],[-73.35861516753855,42.0111225137435],[-73.3586111675377,42.01113051374517],[-73.3582331674774,42.012176513958096],[-73.35811516746043,42.0125335140304],[-73.35775516736985,42.01297751412743],[-73.35727016723533,42.0133675142183],[-73.3566151670494,42.013823514327484],[-73.35593816685235,42.01421351442477],[-73.35486316653429,42.01474651456271],[-73.35386716623714,42.015199514682706],[-73.35369316618527,42.01527951470382],[-73.35318616603433,42.01551551476594],[-73.3526341658625,42.01564751480964],[-73.3517071655827,42.01601551491104],[-73.35135316547864,42.016202514958685],[-73.3511111654143,42.01644351501291],[-73.35094216540939,42.01727851517841],[-73.350913165431,42.01779551527837],[-73.35089816544286,42.01807451533229],[-73.3509641654841,42.01840351539308],[-73.35133316563922,42.01898551549219],[-73.35179716582489,42.01956151558697],[-73.3519671659083,42.02002851567071],[-73.35234316609663,42.02112551586817],[-73.35224716608451,42.021444515932465],[-73.35224016609791,42.02170551598267],[-73.35222616612613,42.02225151608764],[-73.3521521661086,42.022360516110986],[-73.35210816610747,42.022580516154584],[-73.35211616613019,42.02291551621844],[-73.35216716615568,42.02306351624507],[-73.352366166234,42.023288516281504],[-73.35277916638431,42.02355151631806],[-73.35325016655949,42.02391451637182],[-73.35334616661082,42.02424851643255],[-73.35325016660563,42.02468251651883],[-73.35288316653752,42.025538516694944],[-73.35284516653589,42.02571751673049],[-73.35267716653013,42.02653251689211],[-73.35250916654466,42.02768551711842],[-73.35253116657427,42.02805851718909],[-73.35250216658457,42.02838751725303],[-73.35242816657897,42.02869551731445],[-73.35230316654949,42.02888251735442],[-73.35208316649135,42.029107517404825],[-73.35153116633435,42.029486517495805],[-73.35114816622841,42.0297995175685],[-73.35063316608277,42.030167517656146],[-73.35008116593663,42.03072751778176],[-73.34982316587273,42.0310625178545],[-73.34976616585837,42.031132517869786],[-73.34957116580922,42.031371517922054],[-73.34944816577828,42.03152351795524],[-73.34910716570609,42.032170518090474],[-73.34907316569904,42.03223751810443],[-73.34894616566946,42.03243351814618],[-73.34873616562052,42.0327575182152],[-73.34867616560665,42.03285151823519],[-73.34841116555036,42.033351518339735],[-73.34805916545541,42.033679518414274],[-73.34777816537981,42.03394451847437],[-73.34770416536429,42.0340875185042],[-73.34769016536238,42.0341315185131],[-73.34764616535298,42.03421351853026],[-73.34763116535073,42.03425751853918],[-73.34760916534621,42.03430151854834],[-73.34758016533905,42.034339518556564],[-73.34753516532938,42.03442251857397],[-73.3474761653151,42.03450451859163],[-73.34741016529786,42.03457551860742],[-73.34738116529105,42.034619518616815],[-73.34731516527388,42.034691518632805],[-73.34728516526675,42.034735518642215],[-73.34721916524953,42.03480651865801],[-73.34719016524272,42.0348505186674],[-73.34716016523492,42.03488351867471],[-73.34710116522065,42.03496551869238],[-73.34707916521582,42.03500451870059],[-73.34705016520867,42.03504251870881],[-73.34702816520412,42.035086518717975],[-73.3469251651805,42.035251518753],[-73.346895165173,42.03528951876126],[-73.34685116516397,42.03537751877956],[-73.3468221651568,42.035415518787815],[-73.34677016514485,42.035498518805426],[-73.34674816514033,42.035542518814594],[-73.34668916512574,42.035619518831304],[-73.34666716512116,42.03566251884027],[-73.34663816511369,42.03569551884755],[-73.34657916509947,42.03577851886539],[-73.34651116508212,42.03585851888298],[-73.3464831650751,42.03589351889062],[-73.34644616506503,42.03592651889816],[-73.346351165041,42.03604151892334],[-73.34620416500171,42.036184518955636],[-73.34617416499421,42.03622251896391],[-73.34591716492572,42.0364755190209],[-73.3458061648958,42.0365795190445],[-73.34569616486658,42.03668951906924],[-73.34562216484645,42.03675551908434],[-73.34554916482729,42.03683251910151],[-73.34532816476816,42.03704651914984],[-73.34526116475001,42.03710751916375],[-73.34522516474088,42.037150519173174],[-73.34515116472073,42.037216519188284],[-73.34507716470094,42.03728851920452],[-73.3448931646519,42.037469519245306],[-73.34477616462306,42.037623519278704],[-73.34475416461851,42.03766751928785],[-73.34472416461102,42.037705519296125],[-73.34470216460652,42.03774951930528],[-73.34467316459934,42.037787519313525],[-73.34454016457123,42.038040519366376],[-73.3445261645693,42.03808451937527],[-73.34450416456443,42.03812251938327],[-73.34446716455801,42.03821651940249],[-73.34443016455089,42.03829851941941],[-73.34437116454224,42.03847451945507],[-73.34434916453738,42.03851251946307],[-73.34434216453774,42.03855651947173],[-73.34432016453351,42.03860551948184],[-73.34431216453353,42.038649519490534],[-73.34426816452715,42.03878151951726],[-73.34424616452526,42.03886951953483],[-73.34420216451888,42.03900151956156],[-73.34419516451918,42.03904451957001],[-73.34413616451053,42.03922051960567],[-73.3441291645109,42.03926451961432],[-73.34410616450606,42.039308519623525],[-73.34409916450605,42.039346519631025],[-73.34407716450153,42.03939051964018],[-73.34407016450224,42.03944051964998],[-73.34404816449772,42.03948451965913],[-73.34400416449097,42.03961051968471],[-73.34398216448645,42.03965451969387],[-73.3439671644842,42.03969851970279],[-73.3439231644748,42.03978051971994],[-73.34390816447257,42.039824519728874],[-73.34379816444928,42.04003351977254],[-73.34376116444216,42.040115519789474],[-73.34373116443533,42.040164519799845],[-73.34371716443312,42.040203519807775],[-73.3435621644004,42.04049951986959],[-73.3435481643985,42.04054351987847],[-73.34350316438882,42.040626519895866],[-73.34345916438237,42.04075751992239],[-73.34344416438276,42.040845519939744],[-73.34344516439133,42.040982519965915],[-73.34345216439624,42.04102651997412],[-73.3434521643989,42.04107051998253],[-73.34346716440936,42.04116351999982],[-73.343467164412,42.04120752000825],[-73.34347416441695,42.04125152001644],[-73.34347416441959,42.041295520024846],[-73.3434821644252,42.041345520034156],[-73.34348216443306,42.04147652005921],[-73.34346016443418,42.04161452008637],[-73.34344516443159,42.04165252009412],[-73.34343816443194,42.041696520102775],[-73.34341316442843,42.04177352011835],[-73.34340816442776,42.04178952012157],[-73.3433711644207,42.04187252013868],[-73.34334216441647,42.041959520156325],[-73.34318716438385,42.0422565202183],[-73.34313616437215,42.04233852023571],[-73.34310616436473,42.04237752024418],[-73.34308416435984,42.04241552025219],[-73.34296716433164,42.04258052028766],[-73.3429081643167,42.04265152030321],[-73.34287816430958,42.04269552031265],[-73.34264316424888,42.04295952037099],[-73.34254016422226,42.04307452039645],[-73.3424661642024,42.0431455204125],[-73.34234816417029,42.04325052043654],[-73.34223116413806,42.04334852045919],[-73.34214216411236,42.04340352047269],[-73.34209116409707,42.0434255204786],[-73.34203216407887,42.04344252048381],[-73.34197316406032,42.04345352048789],[-73.34193916404978,42.04346252049075],[-73.34191416404205,42.043469520492934],[-73.3418551640235,42.043480520497006],[-73.34173716398705,42.04351352050724],[-73.34168616397176,42.04353552051316],[-73.34158316394056,42.04357452052407],[-73.34115616381199,42.0437495205718],[-73.34110416379671,42.0437775205789],[-73.34105316378141,42.04379952058483],[-73.34097416375785,42.04383552059434],[-73.34094916375051,42.04384852059766],[-73.34081716371279,42.04393652061892],[-73.34078016370307,42.043975520627605],[-73.34073616369072,42.044008520635394],[-73.34066216367052,42.0440735206503],[-73.34062616366145,42.04411752065991],[-73.34058916365137,42.044150520667486],[-73.34050016362934,42.04426652069264],[-73.34047816362482,42.044310520701785],[-73.34040516360825,42.04443052072718],[-73.34039016360637,42.04448052073725],[-73.34036816360187,42.044524520746414],[-73.34029416359061,42.044738520789835],[-73.34027216359138,42.04487052081581],[-73.34027316361875,42.045320520901896],[-73.34028016362397,42.04536952091104],[-73.3402801636319,42.0455015209363],[-73.34028716363711,42.04555052094541],[-73.34028716364506,42.045682520970686],[-73.34029516365031,42.04572652097883],[-73.3402951636559,42.04581952099664],[-73.34030216366082,42.04586352100482],[-73.34030216366347,42.04590752101323],[-73.34031016366872,42.045951521021394],[-73.34031016367166,42.046000521030756],[-73.3403171636766,42.04604452103895],[-73.34031716367925,42.046088521047345],[-73.34032416368416,42.04613252105555],[-73.3403241636868,42.04617652106396],[-73.34034716370253,42.04631352108942],[-73.34034716370518,42.04635752109783],[-73.34036916372027,42.04648952112235],[-73.34036916372293,42.04653352113076],[-73.34039116373845,42.04667252115662],[-73.34039816374323,42.046714521164425],[-73.34039816374589,42.04675852117285],[-73.34042816376652,42.04693952120648],[-73.34042816376947,42.04698852121585],[-73.34054516385021,42.0476975213476],[-73.340565163864,42.047818521370075],[-73.34058316387642,42.047927521390335],[-73.34059816388395,42.04797152139824],[-73.3406271639039,42.04814652143076],[-73.34063516390843,42.04817852143661],[-73.34064916391637,42.04823452144686],[-73.34066016392386,42.04829952145893],[-73.34062516391239,42.048298521459905],[-73.3405751638961,42.04829852146158],[-73.34052316387911,42.04829752146313],[-73.34048916386801,42.04829752146426],[-73.34008316373553,42.048293521477056],[-73.33958316357149,42.048274521490114],[-73.33686816268123,42.04817752156221],[-73.33596416238481,42.04814552158626],[-73.32833815989056,42.04798052180924],[-73.32772915969144,42.04796852182725],[-73.32763015965897,42.0479645218298],[-73.3267451593692,42.04794052185474],[-73.32564815900979,42.04790652188483],[-73.32416615852433,42.04786252192587],[-73.31972015706796,42.047730522048944],[-73.31924715691302,42.047716522062046],[-73.31823915658283,42.04768652208992],[-73.31698815617307,42.047649522124566],[-73.31323615494401,42.04753852222847],[-73.31198615453455,42.04750152226307],[-73.31197015452928,42.04750052226342],[-73.31192515451455,42.047499522264715],[-73.31191015450966,42.04749952226521],[-73.31188915450277,42.04749852226573],[-73.31182715448244,42.047496522267416],[-73.31180715447591,42.0474965222681],[-73.31029015397924,42.04745552231081],[-73.30877415348286,42.04741452235351],[-73.30540115237794,42.04731452244683],[-73.30416515197301,42.04727752248096],[-73.29626614938556,42.04704652270001],[-73.29589414926365,42.0470345227101],[-73.29558914916264,42.04700752271511],[-73.29474614888366,42.046935522729406],[-73.29460914883806,42.046919522730924],[-73.29383114857913,42.046828522739425],[-73.29338714843267,42.046798522748475],[-73.28850114683722,42.046740522900144],[-73.2884721468277,42.046739522900914],[-73.288239146751,42.04672652290619],[-73.28820614674014,42.0467245229069],[-73.28812914671487,42.04672152290891],[-73.28785814662574,42.04670752291525],[-73.28754314652251,42.04669752292383],[-73.28731114644654,42.046691522930416],[-73.28715514639542,42.04668652293464],[-73.28699914634427,42.04668152293888],[-73.28659014621034,42.04667052295041],[-73.28618114607644,42.04665952296192],[-73.28615414606759,42.04665852296263],[-73.28607314604099,42.046655522964755],[-73.28604714603253,42.04665552296562],[-73.286021146024,42.04665452296628],[-73.28594414599874,42.04665152296828],[-73.28591914599059,42.046651522969114],[-73.28321114510356,42.04657352304438],[-73.27508614244216,42.046340523270295],[-73.2723791415555,42.04626352334567],[-73.27221914150313,42.04625952335022],[-73.27190714140086,42.046249523358696],[-73.27049414093793,42.0462075233977],[-73.2700231407836,42.046193523410686],[-73.26860514031897,42.04615052344965],[-73.26435313892584,42.04602352356681],[-73.26293613846158,42.045981523605924],[-73.26168013805004,42.04594352364043],[-73.25791413681608,42.04583052374408],[-73.25665913640489,42.04579352377875],[-73.25641913632674,42.045794523786924],[-73.25570013609286,42.045801523812166],[-73.2554611360151,42.045803523820496],[-73.25523713594163,42.04579552382642],[-73.25456513572121,42.045771523844174],[-73.25434213564806,42.045763523850056],[-73.25020213428836,42.04558652395385],[-73.24953313406868,42.045558523970726],[-73.24220813166923,42.04535152417459],[-73.23777913021473,42.04516552428618],[-73.23745413010806,42.0451525242945],[-73.23363712886065,42.04509452441022],[-73.23357612884072,42.045093524412046],[-73.23339512878157,42.04509052441749],[-73.233335128762,42.04509052441948],[-73.23325712873647,42.04508852442169],[-73.23302312865994,42.04508452442871],[-73.23294512863448,42.0450835244311]]]},"properties":{"name":2602,"geoid":"09005260200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.06031305052751,41.67325245856941],[-73.06027705053457,41.67357545863307],[-73.0602010505513,41.67428845877346],[-73.06046205063666,41.674297458766674],[-73.06078805074334,41.67430945875835],[-73.06048605072453,41.675675459032405],[-73.05958105066856,41.67977545985488],[-73.05928005065014,41.681142460129074],[-73.05923205064771,41.68136946017453],[-73.05909005064125,41.68205246031125],[-73.0590430506392,41.68228046035685],[-73.05902805063923,41.68236446037359],[-73.05898205063909,41.682619460424405],[-73.05896805063948,41.682704460441315],[-73.05886305065003,41.683473460593426],[-73.0586440506733,41.68509846091481],[-73.05855105068282,41.68578246105009],[-73.0584480506941,41.68655246120234],[-73.0580310507024,41.68902746169449],[-73.05678205072816,41.69645446317111],[-73.0563660507369,41.69893046366329],[-73.05623705074109,41.69972346382078],[-73.0559270507522,41.70164746420278],[-73.05585305075479,41.70210546429372],[-73.05572505075935,41.70289946445136],[-73.05571505076175,41.702996464470445],[-73.05568805076983,41.70328646452737],[-73.05567905077261,41.703384464546595],[-73.05559505080092,41.70434046473412],[-73.05537505087747,41.70688546523315],[-73.05534605088701,41.7072114652971],[-73.05526305091571,41.70816846548476],[-73.05378705044619,41.70834846556777],[-73.04935804903738,41.70889046581721],[-73.04788304856824,41.709071465900365],[-73.04754604846066,41.709106465918154],[-73.04604704798206,41.70925946599667],[-73.0405410462242,41.709823466285506],[-73.03870604563839,41.71001246638195],[-73.03834004552158,41.71005046640124],[-73.0372450451721,41.71016446645903],[-73.03688004505565,41.71020346647847],[-73.03597804476881,41.71031546652958],[-73.03327204390838,41.71065346668325],[-73.03237104362192,41.71076646673449],[-73.03185804345799,41.7108164667609],[-73.03176104342687,41.71082446676562],[-73.03110104321574,41.710884466798746],[-73.02993004284114,41.710992466857846],[-73.02932004264606,41.71104946688877],[-73.02577404151553,41.71144146708027],[-73.02296404061964,41.71175246723206],[-73.0170730387414,41.71240346755008],[-73.01513903812472,41.712616467654335],[-73.01489403804658,41.71264346766754],[-73.01159403699447,41.71300946784591],[-73.01156603699162,41.713117467867704],[-73.01095603679315,41.713116467887396],[-73.0105460366621,41.71315646790849],[-73.01013803653157,41.71319346792896],[-73.0088660361264,41.713341467999044],[-73.00789903581797,41.71344646805087],[-73.0073510356432,41.713506468080325],[-73.00728503562236,41.71351746808461],[-73.00717203558578,41.71352046808887],[-73.0070560355491,41.71353846809614],[-73.00553503506383,41.71370146817724],[-73.00281403419562,41.713992468322175],[-73.00166503382901,41.71411546838342],[-73.00043803343335,41.71417546843501],[-72.99895103296308,41.71440646852812],[-72.99887203291524,41.71402546845707],[-72.99874803284031,41.713429468345936],[-72.99863203277101,41.712885468244565],[-72.99855103272265,41.712506468173956],[-72.99843403265595,41.71201346808249],[-72.99839103263164,41.71183546804949],[-72.99832803259572,41.71156946800013],[-72.99830803258428,41.71148446798435],[-72.99791303235949,41.70982546767658],[-72.99775403226896,41.70915646755245],[-72.99755103215358,41.70830646739476],[-72.99745403209317,41.70780946730187],[-72.9973320320174,41.70718746718562],[-72.99677703167202,41.70434646665453],[-72.99617403129683,41.701260466077585],[-72.99610103125123,41.70088346600706],[-72.99585103109577,41.69960546576814],[-72.99577203105167,41.69928846570944],[-72.99576503104791,41.69926246570463],[-72.9957470310377,41.69918746569071],[-72.99574103103436,41.69916346568628],[-72.99529903078579,41.6973564653513],[-72.9943550302547,41.69349246463492],[-72.99397403004068,41.69193846434683],[-72.9935510298027,41.69020646402567],[-72.99355002980231,41.6902054640255],[-72.99354102979508,41.690131464011486],[-72.99357502980581,41.69012546400923],[-72.99373802985724,41.6900984639987],[-72.99406402996026,41.690046463978014],[-72.99433103004455,41.690002463960816],[-72.9945290301071,41.68997046394817],[-72.9946950301808,41.69031046400851],[-72.99476103020997,41.69044346403211],[-72.99479903022686,41.69052146404594],[-72.99506603034447,41.69105246413992],[-72.99521303040787,41.69132146418717],[-72.9952580304272,41.69140246420136],[-72.99533003045555,41.691487464215456],[-72.9954560305036,41.69160946423493],[-72.99602803072176,41.692163464323436],[-72.99617503077455,41.69224946433527],[-72.99634403083374,41.69232246434389],[-72.99667303094667,41.69242446435288],[-72.9967320309665,41.692435464353096],[-72.99675303097524,41.69246846435879],[-72.99697103105372,41.69259946437702],[-72.99722503114522,41.69275246439834],[-72.99740003120938,41.692877464416796],[-72.99762503129305,41.693058464444476],[-72.99768803131673,41.693113464453056],[-72.99778403135288,41.69319846446637],[-72.99787903139173,41.693335464489756],[-72.99788203139055,41.69329846448251],[-72.99788603139046,41.69327446447775],[-72.99791203139166,41.69314946445273],[-72.99792803139374,41.693095464441754],[-72.99794703139655,41.69303746442993],[-72.9979980314114,41.69300746442247],[-72.99817603145966,41.69284146438458],[-72.99839403151933,41.69264746433994],[-72.99852603155685,41.692554464317666],[-72.99867303160113,41.69249346430108],[-72.99888303166613,41.69243646428321],[-72.99903503171376,41.69240546427228],[-72.99925303178216,41.69236246425686],[-72.99955903188035,41.69233946424242],[-73.00061903222226,41.69229046419842],[-73.00140203247442,41.6922474641646],[-73.0019190326422,41.692241464146605],[-73.00231303277081,41.692249464135294],[-73.00233803277922,41.692254464135466],[-73.00286303295096,41.69227146412163],[-73.00288903295925,41.6922684641202],[-73.00295503298031,41.69226146411669],[-73.00306103301321,41.69223446410803],[-73.00320503305633,41.692170464090964],[-73.0033800331076,41.6920734640665],[-73.0034900331405,41.69202346405323],[-73.0036070331764,41.69198646404227],[-73.00377603322914,41.69194846402941],[-73.00403403331109,41.691914464014445],[-73.00411203333685,41.691921464013255],[-73.00412803334218,41.69192346401313],[-73.00424403338091,41.691940464012625],[-73.00464003351323,41.69200146401151],[-73.00464303351418,41.69200146401141],[-73.00470403353421,41.69200446401001],[-73.00477803355811,41.69200146400702],[-73.00472503353228,41.69185346398013],[-73.00463103348633,41.69158846393194],[-73.00456703345515,41.691409463899426],[-73.00451503342971,41.6912624638727],[-73.00445903340238,41.69110546384415],[-73.00443103338793,41.691013463827275],[-73.00438203336446,41.69088346380374],[-73.00433303334411,41.690807463790634],[-73.00426303331665,41.69072646377726],[-73.00421603329889,41.69068346377048],[-73.00415403327547,41.69062746376166],[-73.00406903324412,41.690563463752056],[-73.00385503316812,41.690453463737754],[-73.00358603307468,41.6903504637266],[-73.00314403292404,41.690231463718],[-73.00299603287324,41.690185463713924],[-73.00279303280304,41.69011346370661],[-73.00259203273279,41.69002946369692],[-73.00239203266236,41.689936463685456],[-73.00227803262221,41.68988346367893],[-73.00183003246364,41.689661463650594],[-73.00180203245324,41.689639463647254],[-73.00186503247178,41.689605463638614],[-73.00188303247722,41.68959846363667],[-73.00201203251646,41.68955146362339],[-73.00213203255188,41.68948946360748],[-73.00221303257585,41.689448463596904],[-73.00228803259803,41.68941046358713],[-73.0024840326539,41.68927446355443],[-73.00258003267925,41.689173463531766],[-73.00259703268385,41.68915746352815],[-73.00275003272264,41.68896846348659],[-73.00292703276567,41.68871746343229],[-73.00321103283117,41.68825446333349],[-73.00336203286734,41.68803146328547],[-73.0034990329003,41.687831463242304],[-73.0036420329372,41.687665463205555],[-73.00370003295302,41.6876134631936],[-73.0038770330016,41.687458463157874],[-73.00393703301815,41.687407463146045],[-73.00420203309204,41.68719546309643],[-73.00420303309225,41.68719346309599],[-73.00445003316017,41.686979463046555],[-73.00454303318496,41.686885463025334],[-73.00464003320874,41.686751462996284],[-73.00470803322244,41.68660646296601],[-73.00475203323055,41.686499462943885],[-73.00477803323187,41.68637646291925],[-73.00479103323262,41.686316462907214],[-73.00482703322828,41.686039462852484],[-73.00488603322097,41.68558246276217],[-73.00496203321245,41.685009462648885],[-73.00508703321233,41.68430646250885],[-73.00511303321586,41.684221462491564],[-73.00525003323496,41.68378246240219],[-73.00533803325145,41.68357346235891],[-73.00558803329855,41.682983462236635],[-73.00560703330271,41.682948462229255],[-73.00571703332699,41.68275046218738],[-73.00576303333823,41.68268646217349],[-73.00583403335577,41.68259046215261],[-73.00590603337379,41.68249746213228],[-73.00595503338614,41.6824354621187],[-73.00612603343117,41.682253462077924],[-73.00617903344524,41.68219846206556],[-73.00666003357416,41.681724461958204],[-73.00683903362224,41.681549461918515],[-73.0069200336441,41.681472461900995],[-73.00716603371094,41.68124546184907],[-73.0072480337332,41.68116946183171],[-73.00748803379774,41.68093646177881],[-73.00816403397982,41.68028546163088],[-73.00820803399135,41.68023746162015],[-73.00843703405167,41.679993461565495],[-73.00852903407713,41.679916461547606],[-73.0088070341543,41.67968846149445],[-73.00890003418014,41.679612461476715],[-73.00924503427731,41.679353461415374],[-73.00974503441827,41.67898046132694],[-73.01030903458052,41.678615461237946],[-73.01053503464561,41.678470461202544],[-73.01066103468061,41.67836746117852],[-73.0107520347106,41.678374461176894],[-73.01096503478097,41.67839346117364],[-73.01102603480162,41.678407461174366],[-73.01111603483216,41.67842946117569],[-73.01112403483488,41.678431461175805],[-73.01115003484367,41.678437461176124],[-73.0111590348467,41.67843946117621],[-73.01147403495563,41.67855146118762],[-73.01242203528341,41.678887461221706],[-73.0127380353927,41.67900046123327],[-73.01300303548449,41.679097461243394],[-73.01357503568266,41.679307461265374],[-73.01380003576035,41.67938546127312],[-73.01406703585258,41.6794784612824],[-73.01427003592269,41.679549461289525],[-73.01488103613373,41.67976246131082],[-73.0150850362042,41.679833461317905],[-73.0151130362138,41.67984246131874],[-73.01519803624309,41.67987046132137],[-73.0152270362531,41.67988046132235],[-73.01546403633468,41.67995846132971],[-73.01595903650515,41.68012246134531],[-73.01618103658089,41.68018346134987],[-73.01619703658638,41.68018846135032],[-73.0164250366636,41.68024146135314],[-73.01667903674856,41.68028246135278],[-73.01706003687605,41.680344461352355],[-73.01719203691972,41.68035746135057],[-73.01737703698052,41.68036846134667],[-73.0174450370025,41.680366461344065],[-73.0175040370217,41.68036646134214],[-73.01770103708408,41.680337461330105],[-73.01793803715871,41.68029546131427],[-73.0179660371676,41.680291461312564],[-73.01863403737407,41.680106461255015],[-73.01886703744619,41.68004346123522],[-73.01902603749522,41.67999746122115],[-73.01950503764292,41.67985846117865],[-73.01966503769232,41.679813461164734],[-73.02228703850355,41.67910046094135],[-73.0232410387989,41.67884446086074],[-73.02353403889128,41.67879446084151],[-73.02374703895892,41.678766460829124],[-73.0248140393015,41.678691460779845],[-73.02496603934948,41.67866646077005],[-73.02501403936485,41.67866246076771],[-73.02527903944737,41.67859946074688],[-73.02747104012175,41.677938460547544],[-73.02830104037743,41.6776934604731],[-73.02893004057317,41.67754246042339],[-73.02897304058664,41.67753346042023],[-73.02910504062805,41.67750746041091],[-73.02935104070617,41.67747546039669],[-73.02953204076434,41.677463460388466],[-73.03012704095676,41.67744546036557],[-73.03045904106429,41.677438460353414],[-73.03077804116681,41.67741746033894],[-73.0310220412441,41.677382460324196],[-73.03138104135736,41.677322460300886],[-73.03173504146811,41.677247460274835],[-73.03219904161155,41.67711946023494],[-73.03256704172423,41.67699946019973],[-73.03284604180475,41.67682346015659],[-73.03303204186011,41.6767354601335],[-73.0332190419155,41.67664246010941],[-73.03390904211537,41.67622046000528],[-73.03421504220378,41.67602945995836],[-73.03479204236997,41.67566045986817],[-73.03514504247286,41.67545545981699],[-73.03530804252081,41.675368459794846],[-73.03543104255736,41.675309459779434],[-73.03552604258557,41.67526345976743],[-73.03571704264316,41.6751854597461],[-73.03583704267957,41.675140459733484],[-73.03613104276987,41.6750494597063],[-73.03666204293549,41.67492845966556],[-73.03688804300688,41.67489245965125],[-73.0373360431489,41.67482945962444],[-73.03885904363094,41.67460345953103],[-73.04041804412469,41.67437745943644],[-73.04057704417494,41.67435245942643],[-73.04131404440824,41.6742434593813],[-73.04238704474962,41.67411445932134],[-73.04278904487805,41.67407545930067],[-73.042887044909,41.67405945929438],[-73.04302704495328,41.67403845928574],[-73.04318004500122,41.67400745927474],[-73.043278045032,41.67398845926789],[-73.04332704504743,41.67398045926473],[-73.04356204512065,41.67392545924643],[-73.043844045207,41.67383345921943],[-73.04394604523785,41.67379345920836],[-73.04403104526368,41.673762459199594],[-73.04421704532007,41.673692459179996],[-73.04490004552612,41.6734164591043],[-73.04529504564323,41.6732214590537],[-73.04584904580626,41.672927458978755],[-73.04588504581695,41.672909458974104],[-73.04644604597947,41.67256745888963],[-73.04683604609257,41.67233145883126],[-73.04754304629768,41.67190545872579],[-73.04774704635769,41.67179645869805],[-73.04794604641779,41.67171745867626],[-73.04803504644481,41.671684458666974],[-73.04816804648532,41.67163745865354],[-73.04830504652772,41.671600458641905],[-73.04847404658051,41.67156345862925],[-73.04862604662854,41.67153945861965],[-73.04878104667799,41.67152345861148],[-73.04894904673198,41.671512458603885],[-73.04911204678486,41.67151045859817],[-73.04930104684665,41.67151645859316],[-73.04955104692984,41.67154945859137],[-73.05034504719546,41.671678458590414],[-73.05158604761014,41.67187145858724],[-73.05221304781915,41.67196045858399],[-73.05223904782783,41.67196445858392],[-73.05243904789394,41.67198345858106],[-73.05259704794571,41.671990458577255],[-73.05274904799519,41.67199145857248],[-73.05290904804595,41.671969458563],[-73.05295904806178,41.67196245856003],[-73.05306604809581,41.671949458554025],[-73.05361704827007,41.67186545851979],[-73.05412704843286,41.67181345849307],[-73.05471704862128,41.6717554584626],[-73.0556170489093,41.67167645841793],[-73.05565904892276,41.67167345841597],[-73.05617204908786,41.67164445839362],[-73.05646604918466,41.6716654583881],[-73.0564960491946,41.67166845838767],[-73.05658504922418,41.6716794583869],[-73.05743304950728,41.671807458383974],[-73.05746404951766,41.671812458383926],[-73.05762904957304,41.67184245838433],[-73.05778404962534,41.67187545838566],[-73.05804404971562,41.67197445839631],[-73.05830904980961,41.672109458413786],[-73.05832204981425,41.67211645841473],[-73.05880304998723,41.672402458454314],[-73.05906905008219,41.67254845847388],[-73.0598110503478,41.672968458530875],[-73.06031305052751,41.67325245856941]]]},"properties":{"name":4253,"geoid":"09005425300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.0111590348467,41.67843946117621],[-73.01122503485624,41.678233461134226],[-73.0114230348848,41.67761546100822],[-73.01149003489468,41.6774104609664],[-73.01150203489627,41.67737046095826],[-73.01153703490074,41.6772514609341],[-73.01155003490273,41.677212460926135],[-73.01156603490485,41.67715946091536],[-73.01161403491119,41.67699946088285],[-73.01163103491369,41.67694746087223],[-73.01162503490605,41.676849460853475],[-73.01161503489968,41.676795460843344],[-73.01156203487717,41.67670446082747],[-73.01155303487336,41.67668946082486],[-73.01139503481284,41.676531460799445],[-73.01128503477273,41.676456460788536],[-73.01119603474193,41.676424460785235],[-73.01106003469596,41.67639446078386],[-73.01080003460996,41.6763694607875],[-73.01053403452276,41.676357460793845],[-73.01022303441962,41.676322460797216],[-73.0101080343715,41.67613746076516],[-73.00993903431186,41.676056460755],[-73.00960903418762,41.67576446070929],[-73.00938703410243,41.675540460673176],[-73.00934503408456,41.67546746066042],[-73.00932403407315,41.67538846064582],[-73.0093180340665,41.67530746063035],[-73.00937003406654,41.67501646057235],[-73.00956903408465,41.674212460410345],[-73.00967703408762,41.67365746029946],[-73.00975003408635,41.673226460213705],[-73.00982003407597,41.67265446010077],[-73.00985303405366,41.672084459989414],[-73.00988203404553,41.67178145992985],[-73.00989003404396,41.671709459915675],[-73.00988803403386,41.671546459884205],[-73.00988803403283,41.67152845988071],[-73.0098680340175,41.67137645985196],[-73.00980103398321,41.671160459812356],[-73.00966503391622,41.67076745974074],[-73.00959103387974,41.67055345970176],[-73.00945603379385,41.66982845956589],[-73.00943203375861,41.66935545947516],[-73.00940503373312,41.669066459420115],[-73.00936303370693,41.66885045937969],[-73.00933303369052,41.66873545935841],[-73.00928303366828,41.66863245934014],[-73.00921103363932,41.668536459323896],[-73.00912203360481,41.66844045930822],[-73.00883303349629,41.66818945926908],[-73.00859503340628,41.66797145923466],[-73.00842903334286,41.66780845920852],[-73.00832703330211,41.66767745918649],[-73.00829603328935,41.66763145917861],[-73.00827503328087,41.667602459173686],[-73.00816703323538,41.667423459142555],[-73.00814203322405,41.66736845913273],[-73.00806403318843,41.667191459101026],[-73.0078910331052,41.6667254590165],[-73.00779303305983,41.6664924589746],[-73.00755503295996,41.66610445890729],[-73.007519032943,41.66601345889085],[-73.00750903293559,41.66594145887724],[-73.00752703293684,41.66586245886136],[-73.00759203294923,41.66571145883004],[-73.00763403295358,41.66555045879751],[-73.007639032945,41.665374458763296],[-73.0076300329379,41.66530245874965],[-73.00759803292163,41.66520145873115],[-73.0073180327995,41.664664458636366],[-73.00718903274405,41.66443145859548],[-73.00714003271943,41.66428145856806],[-73.00712103269154,41.66390645849609],[-73.00710403268323,41.663858458487375],[-73.00706803266948,41.66382345848177],[-73.00702603265451,41.66380045847868],[-73.00697803263797,41.66378445847716],[-73.00670603254729,41.66374545847846],[-73.00629903241071,41.66367245847759],[-73.00498703195912,41.663240458436725],[-73.00473903187263,41.66313945842527],[-73.00458103181575,41.66304445841202],[-73.00437503174054,41.66290245839125],[-73.00419603167441,41.66276545837057],[-73.00407203162905,41.662678458357775],[-73.00398703159927,41.662641458353384],[-73.00379503153285,41.662572458346276],[-73.00355103144963,41.66250545834126],[-73.0030130312654,41.662344458327624],[-73.00267403114799,41.662220458314664],[-73.0026620311435,41.662210458313126],[-73.00259303111794,41.66215645830492],[-73.00253103109216,41.66205945828816],[-73.00248103106705,41.66190645826019],[-73.002391031024,41.66166845821706],[-73.00236503101225,41.66161145820687],[-73.00220603095958,41.66159445820876],[-73.00171803079424,41.6614794582024],[-73.00133003066281,41.66138845819741],[-73.00112003059263,41.66135545819787],[-73.0009260305289,41.66134445820205],[-73.00052803039978,41.66134945821598],[-73.00017403028632,41.66137745823292],[-72.99975203015177,41.66142345825556],[-72.99961703010881,41.66143945826307],[-72.99955103008746,41.661441458265585],[-72.99939403003627,41.66143945827031],[-72.99922802998132,41.66142245827244],[-72.99909902993726,41.66138545826947],[-72.9990470299197,41.66137445826903],[-72.99893902988244,41.661337458265386],[-72.99868902979392,41.66121245824933],[-72.9983050296566,41.66099745822023],[-72.99793102952452,41.66081645819738],[-72.99781702948545,41.66078145819431],[-72.99766402943398,41.66075145819348],[-72.997616029418,41.660745458193894],[-72.99737202933704,41.660717458196416],[-72.99685502916762,41.66069445820879],[-72.99602802889576,41.660643458225834],[-72.99557802874938,41.66064245824029],[-72.99436702836216,41.66075545830158],[-72.9935020280849,41.660824458343086],[-72.99306002794529,41.6608954583712],[-72.99276602785363,41.660963458393944],[-72.99270502783469,41.66097845839883],[-72.99240102774138,41.661074458427294],[-72.99209102764769,41.66119745846119],[-72.99185202757688,41.661316458491996],[-72.99168302752783,41.66141845851723],[-72.99154402748853,41.6615204585415],[-72.99143002745876,41.66164645856959],[-72.99137302744519,41.66173245858809],[-72.99090702729865,41.661818458619905],[-72.99068202722722,41.66184845863303],[-72.99064602721587,41.66185445863536],[-72.99051302717272,41.66185645864008],[-72.99042502714336,41.66184345864043],[-72.99033302711213,41.661820458638964],[-72.99020702706677,41.66174445862837],[-72.9898950269506,41.66149045858935],[-72.98912502665897,41.660777458476424],[-72.9890200266212,41.66071445846764],[-72.98899502661232,41.660701458465944],[-72.98889702657756,41.66065145845945],[-72.98882402655236,41.660626458456996],[-72.98869002650683,41.66059245845478],[-72.98853302645452,41.660570458455624],[-72.98831802638333,41.660548458458365],[-72.98806502629921,41.660516458460414],[-72.98763702615571,41.660441458459815],[-72.98757902613066,41.66033445844099],[-72.9875100260989,41.660173458412075],[-72.98739502603306,41.6596814583206],[-72.98733902598592,41.65918145822565],[-72.98727402594731,41.65887945816932],[-72.98719302589801,41.658482458095115],[-72.98715802587697,41.65831545806392],[-72.98705602581498,41.65781745797085],[-72.98702202579435,41.657651457939835],[-72.98695002575056,41.65729945787404],[-72.9867540256316,41.65634445769557],[-72.98673402561926,41.656243457676666],[-72.98666202557554,41.655892457611074],[-72.98662702555485,41.65573145758105],[-72.98652402549358,41.65525145749149],[-72.98649002547329,41.65509145746162],[-72.98634602539181,41.65449245735037],[-72.98607702523906,41.65336345714058],[-72.98595302515977,41.65268945701414],[-72.98584302508901,41.652084456900596],[-72.9855510248393,41.649407456391856],[-72.98515402462355,41.647908456114585],[-72.98484902446063,41.64680545591095],[-72.98430902414403,41.64436545545608],[-72.98356702371005,41.64103045483448],[-72.98325102352506,41.639606454569005],[-72.98644502446543,41.637910454136716],[-72.99064802570294,41.63568045356819],[-72.9960280272869,41.632825452840294],[-72.99916902821165,41.63115945241547],[-72.99922302822755,41.631130452408094],[-72.9995510283241,41.63095645236371],[-73.00000602845837,41.63072045230321],[-73.00236302915407,41.629501451990436],[-73.00302302934895,41.62916145190311],[-73.00314702938522,41.62909145188552],[-73.00315502938759,41.62908745188449],[-73.00404702964853,41.62858545175824],[-73.00702303060129,41.62833345161259],[-73.02147203522713,41.62711245090579],[-73.0206080347159,41.62312845016226],[-73.01865103355826,41.61410544847803],[-73.0314550377669,41.61492744822042],[-73.03433003871191,41.615112448162634],[-73.03477803885923,41.61514244815385],[-73.03482303887397,41.61514444815276],[-73.0357520391794,41.61520544813432],[-73.03602503926813,41.61520544812543],[-73.036157039311,41.615205448121124],[-73.04553704215213,41.61162644712216],[-73.04566104218958,41.61157744710862],[-73.04577204222322,41.611535447096884],[-73.04640504241503,41.61129544702976],[-73.05036304361211,41.60975644660261],[-73.05309004484336,41.615719447668894],[-73.05466004555213,41.619149448282094],[-73.05480304561677,41.61946344833825],[-73.05699804660802,41.62426244919613],[-73.06127404853929,41.63360945086656],[-73.0616150486933,41.63435445099969],[-73.0631280493781,41.637684451595],[-73.06375804966338,41.63907345184332],[-73.06398804976749,41.63957945193376],[-73.06482005012305,41.64104745219078],[-73.06467205012005,41.641825452346204],[-73.06439205011492,41.643305452641826],[-73.06436705011431,41.64343545266781],[-73.06409305010911,41.64488045295645],[-73.06401405011684,41.6454564530705],[-73.0640030501179,41.645536453086365],[-73.06297705021863,41.65301945456806],[-73.06278705023797,41.65441645484458],[-73.06276305024025,41.65459045487904],[-73.06273905024256,41.6547644549135],[-73.06261505025438,41.655662455091324],[-73.06205705030989,41.65974345589917],[-73.06188005031576,41.660835456116246],[-73.06135105033401,41.664111456767294],[-73.06117505034028,41.6652044569845],[-73.0611120503716,41.666096457159114],[-73.06092605046666,41.66877445768324],[-73.06086405049838,41.669667457858],[-73.06078505050175,41.670167457957284],[-73.06075205050357,41.67038345800015],[-73.06048605051718,41.67210645834211],[-73.06042505052127,41.67251845842379],[-73.06042205052123,41.67253445842699],[-73.06031305052751,41.67325245856941],[-73.0598110503478,41.672968458530875],[-73.05906905008219,41.67254845847388],[-73.05880304998723,41.672402458454314],[-73.05832204981425,41.67211645841473],[-73.05830904980961,41.672109458413786],[-73.05804404971562,41.67197445839631],[-73.05778404962534,41.67187545838566],[-73.05762904957304,41.67184245838433],[-73.05746404951766,41.671812458383926],[-73.05743304950728,41.671807458383974],[-73.05658504922418,41.6716794583869],[-73.0564960491946,41.67166845838767],[-73.05646604918466,41.6716654583881],[-73.05617204908786,41.67164445839362],[-73.05565904892276,41.67167345841597],[-73.0556170489093,41.67167645841793],[-73.05471704862128,41.6717554584626],[-73.05412704843286,41.67181345849307],[-73.05361704827007,41.67186545851979],[-73.05306604809581,41.671949458554025],[-73.05295904806178,41.67196245856003],[-73.05290904804595,41.671969458563],[-73.05274904799519,41.67199145857248],[-73.05259704794571,41.671990458577255],[-73.05243904789394,41.67198345858106],[-73.05223904782783,41.67196445858392],[-73.05221304781915,41.67196045858399],[-73.05158604761014,41.67187145858724],[-73.05034504719546,41.671678458590414],[-73.04955104692984,41.67154945859137],[-73.04930104684665,41.67151645859316],[-73.04911204678486,41.67151045859817],[-73.04894904673198,41.671512458603885],[-73.04878104667799,41.67152345861148],[-73.04862604662854,41.67153945861965],[-73.04847404658051,41.67156345862925],[-73.04830504652772,41.671600458641905],[-73.04816804648532,41.67163745865354],[-73.04803504644481,41.671684458666974],[-73.04794604641779,41.67171745867626],[-73.04774704635769,41.67179645869805],[-73.04754304629768,41.67190545872579],[-73.04683604609257,41.67233145883126],[-73.04644604597947,41.67256745888963],[-73.04588504581695,41.672909458974104],[-73.04584904580626,41.672927458978755],[-73.04529504564323,41.6732214590537],[-73.04490004552612,41.6734164591043],[-73.04421704532007,41.673692459179996],[-73.04403104526368,41.673762459199594],[-73.04394604523785,41.67379345920836],[-73.043844045207,41.67383345921943],[-73.04356204512065,41.67392545924643],[-73.04332704504743,41.67398045926473],[-73.043278045032,41.67398845926789],[-73.04318004500122,41.67400745927474],[-73.04302704495328,41.67403845928574],[-73.042887044909,41.67405945929438],[-73.04278904487805,41.67407545930067],[-73.04238704474962,41.67411445932134],[-73.04131404440824,41.6742434593813],[-73.04057704417494,41.67435245942643],[-73.04041804412469,41.67437745943644],[-73.03885904363094,41.67460345953103],[-73.0373360431489,41.67482945962444],[-73.03688804300688,41.67489245965125],[-73.03666204293549,41.67492845966556],[-73.03613104276987,41.6750494597063],[-73.03583704267957,41.675140459733484],[-73.03571704264316,41.6751854597461],[-73.03552604258557,41.67526345976743],[-73.03543104255736,41.675309459779434],[-73.03530804252081,41.675368459794846],[-73.03514504247286,41.67545545981699],[-73.03479204236997,41.67566045986817],[-73.03421504220378,41.67602945995836],[-73.03390904211537,41.67622046000528],[-73.0332190419155,41.67664246010941],[-73.03303204186011,41.6767354601335],[-73.03284604180475,41.67682346015659],[-73.03256704172423,41.67699946019973],[-73.03219904161155,41.67711946023494],[-73.03173504146811,41.677247460274835],[-73.03138104135736,41.677322460300886],[-73.0310220412441,41.677382460324196],[-73.03077804116681,41.67741746033894],[-73.03045904106429,41.677438460353414],[-73.03012704095676,41.67744546036557],[-73.02953204076434,41.677463460388466],[-73.02935104070617,41.67747546039669],[-73.02910504062805,41.67750746041091],[-73.02897304058664,41.67753346042023],[-73.02893004057317,41.67754246042339],[-73.02830104037743,41.6776934604731],[-73.02747104012175,41.677938460547544],[-73.02527903944737,41.67859946074688],[-73.02501403936485,41.67866246076771],[-73.02496603934948,41.67866646077005],[-73.0248140393015,41.678691460779845],[-73.02374703895892,41.678766460829124],[-73.02353403889128,41.67879446084151],[-73.0232410387989,41.67884446086074],[-73.02228703850355,41.67910046094135],[-73.01966503769232,41.679813461164734],[-73.01950503764292,41.67985846117865],[-73.01902603749522,41.67999746122115],[-73.01886703744619,41.68004346123522],[-73.01863403737407,41.680106461255015],[-73.0179660371676,41.680291461312564],[-73.01793803715871,41.68029546131427],[-73.01770103708408,41.680337461330105],[-73.0175040370217,41.68036646134214],[-73.0174450370025,41.680366461344065],[-73.01737703698052,41.68036846134667],[-73.01719203691972,41.68035746135057],[-73.01706003687605,41.680344461352355],[-73.01667903674856,41.68028246135278],[-73.0164250366636,41.68024146135314],[-73.01619703658638,41.68018846135032],[-73.01618103658089,41.68018346134987],[-73.01595903650515,41.68012246134531],[-73.01546403633468,41.67995846132971],[-73.0152270362531,41.67988046132235],[-73.01519803624309,41.67987046132137],[-73.0151130362138,41.67984246131874],[-73.0150850362042,41.679833461317905],[-73.01488103613373,41.67976246131082],[-73.01427003592269,41.679549461289525],[-73.01406703585258,41.6794784612824],[-73.01380003576035,41.67938546127312],[-73.01357503568266,41.679307461265374],[-73.01300303548449,41.679097461243394],[-73.0127380353927,41.67900046123327],[-73.01242203528341,41.678887461221706],[-73.01147403495563,41.67855146118762],[-73.0111590348467,41.67843946117621]]]},"properties":{"name":4254,"geoid":"09005425400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.99137302849695,41.67989746210271],[-72.99135102848447,41.67980546208563],[-72.99124302840922,41.67911246195509],[-72.99085102813663,41.676607461483265],[-72.9908290281256,41.67654046147102],[-72.99077502809861,41.67637746144125],[-72.99075102808668,41.676306461428304],[-72.98962102738105,41.670466460335206],[-72.98947402728241,41.66958846017011],[-72.98947002727996,41.66956846016637],[-72.98935002720812,41.669001460060564],[-72.98928402717144,41.668738460011824],[-72.98916802709255,41.66802745987802],[-72.98913502706833,41.66779445983402],[-72.98908302703221,41.667462459771464],[-72.9889290269246,41.666468459584124],[-72.98891502691465,41.666375459566595],[-72.98887802688886,41.66613745952174],[-72.9887520268116,41.6655104594045],[-72.98837502658026,41.663631459053164],[-72.9882500265034,41.66300545893607],[-72.98763702615571,41.660441458459815],[-72.98806502629921,41.660516458460414],[-72.98831802638333,41.660548458458365],[-72.98853302645452,41.660570458455624],[-72.98869002650683,41.66059245845478],[-72.98882402655236,41.660626458456996],[-72.98889702657756,41.66065145845945],[-72.98899502661232,41.660701458465944],[-72.9890200266212,41.66071445846764],[-72.98912502665897,41.660777458476424],[-72.9898950269506,41.66149045858935],[-72.99020702706677,41.66174445862837],[-72.99033302711213,41.661820458638964],[-72.99042502714336,41.66184345864043],[-72.99051302717272,41.66185645864008],[-72.99064602721587,41.66185445863536],[-72.99068202722722,41.66184845863303],[-72.99090702729865,41.661818458619905],[-72.99137302744519,41.66173245858809],[-72.99143002745876,41.66164645856959],[-72.99154402748853,41.6615204585415],[-72.99168302752783,41.66141845851723],[-72.99185202757688,41.661316458491996],[-72.99209102764769,41.66119745846119],[-72.99240102774138,41.661074458427294],[-72.99270502783469,41.66097845839883],[-72.99276602785363,41.660963458393944],[-72.99306002794529,41.6608954583712],[-72.9935020280849,41.660824458343086],[-72.99436702836216,41.66075545830158],[-72.99557802874938,41.66064245824029],[-72.99602802889576,41.660643458225834],[-72.99685502916762,41.66069445820879],[-72.99737202933704,41.660717458196416],[-72.997616029418,41.660745458193894],[-72.99766402943398,41.66075145819348],[-72.99781702948545,41.66078145819431],[-72.99793102952452,41.66081645819738],[-72.9983050296566,41.66099745822023],[-72.99868902979392,41.66121245824933],[-72.99893902988244,41.661337458265386],[-72.9990470299197,41.66137445826903],[-72.99909902993726,41.66138545826947],[-72.99922802998132,41.66142245827244],[-72.99939403003627,41.66143945827031],[-72.99955103008746,41.661441458265585],[-72.99961703010881,41.66143945826307],[-72.99975203015177,41.66142345825556],[-73.00017403028632,41.66137745823292],[-73.00052803039978,41.66134945821598],[-73.0009260305289,41.66134445820205],[-73.00112003059263,41.66135545819787],[-73.00133003066281,41.66138845819741],[-73.00171803079424,41.6614794582024],[-73.00220603095958,41.66159445820876],[-73.00236503101225,41.66161145820687],[-73.002391031024,41.66166845821706],[-73.00248103106705,41.66190645826019],[-73.00253103109216,41.66205945828816],[-73.00259303111794,41.66215645830492],[-73.0026620311435,41.662210458313126],[-73.00267403114799,41.662220458314664],[-73.0030130312654,41.662344458327624],[-73.00355103144963,41.66250545834126],[-73.00379503153285,41.662572458346276],[-73.00398703159927,41.662641458353384],[-73.00407203162905,41.662678458357775],[-73.00419603167441,41.66276545837057],[-73.00437503174054,41.66290245839125],[-73.00458103181575,41.66304445841202],[-73.00473903187263,41.66313945842527],[-73.00498703195912,41.663240458436725],[-73.00629903241071,41.66367245847759],[-73.00670603254729,41.66374545847846],[-73.00697803263797,41.66378445847716],[-73.00702603265451,41.66380045847868],[-73.00706803266948,41.66382345848177],[-73.00710403268323,41.663858458487375],[-73.00712103269154,41.66390645849609],[-73.00714003271943,41.66428145856806],[-73.00718903274405,41.66443145859548],[-73.0073180327995,41.664664458636366],[-73.00759803292163,41.66520145873115],[-73.0076300329379,41.66530245874965],[-73.007639032945,41.665374458763296],[-73.00763403295358,41.66555045879751],[-73.00759203294923,41.66571145883004],[-73.00752703293684,41.66586245886136],[-73.00750903293559,41.66594145887724],[-73.007519032943,41.66601345889085],[-73.00755503295996,41.66610445890729],[-73.00779303305983,41.6664924589746],[-73.0078910331052,41.6667254590165],[-73.00806403318843,41.667191459101026],[-73.00814203322405,41.66736845913273],[-73.00816703323538,41.667423459142555],[-73.00827503328087,41.667602459173686],[-73.00829603328935,41.66763145917861],[-73.00832703330211,41.66767745918649],[-73.00842903334286,41.66780845920852],[-73.00859503340628,41.66797145923466],[-73.00883303349629,41.66818945926908],[-73.00912203360481,41.66844045930822],[-73.00921103363932,41.668536459323896],[-73.00928303366828,41.66863245934014],[-73.00933303369052,41.66873545935841],[-73.00936303370693,41.66885045937969],[-73.00940503373312,41.669066459420115],[-73.00943203375861,41.66935545947516],[-73.00945603379385,41.66982845956589],[-73.00959103387974,41.67055345970176],[-73.00966503391622,41.67076745974074],[-73.00980103398321,41.671160459812356],[-73.0098680340175,41.67137645985196],[-73.00988803403283,41.67152845988071],[-73.00988803403386,41.671546459884205],[-73.00989003404396,41.671709459915675],[-73.00988203404553,41.67178145992985],[-73.00985303405366,41.672084459989414],[-73.00982003407597,41.67265446010077],[-73.00975003408635,41.673226460213705],[-73.00967703408762,41.67365746029946],[-73.00956903408465,41.674212460410345],[-73.00937003406654,41.67501646057235],[-73.0093180340665,41.67530746063035],[-73.00932403407315,41.67538846064582],[-73.00934503408456,41.67546746066042],[-73.00938703410243,41.675540460673176],[-73.00960903418762,41.67576446070929],[-73.00993903431186,41.676056460755],[-73.0101080343715,41.67613746076516],[-73.01022303441962,41.676322460797216],[-73.01053403452276,41.676357460793845],[-73.01080003460996,41.6763694607875],[-73.01106003469596,41.67639446078386],[-73.01119603474193,41.676424460785235],[-73.01128503477273,41.676456460788536],[-73.01139503481284,41.676531460799445],[-73.01155303487336,41.67668946082486],[-73.01156203487717,41.67670446082747],[-73.01161503489968,41.676795460843344],[-73.01162503490605,41.676849460853475],[-73.01163103491369,41.67694746087223],[-73.01161403491119,41.67699946088285],[-73.01156603490485,41.67715946091536],[-73.01155003490273,41.677212460926135],[-73.01153703490074,41.6772514609341],[-73.01150203489627,41.67737046095826],[-73.01149003489468,41.6774104609664],[-73.0114230348848,41.67761546100822],[-73.01122503485624,41.678233461134226],[-73.0111590348467,41.67843946117621],[-73.01115003484367,41.678437461176124],[-73.01112403483488,41.678431461175805],[-73.01111603483216,41.67842946117569],[-73.01102603480162,41.678407461174366],[-73.01096503478097,41.67839346117364],[-73.0107520347106,41.678374461176894],[-73.01066103468061,41.67836746117852],[-73.01053503464561,41.678470461202544],[-73.01030903458052,41.678615461237946],[-73.00974503441827,41.67898046132694],[-73.00924503427731,41.679353461415374],[-73.00890003418014,41.679612461476715],[-73.0088070341543,41.67968846149445],[-73.00852903407713,41.679916461547606],[-73.00843703405167,41.679993461565495],[-73.00820803399135,41.68023746162015],[-73.00816403397982,41.68028546163088],[-73.00748803379774,41.68093646177881],[-73.0072480337332,41.68116946183171],[-73.00716603371094,41.68124546184907],[-73.0069200336441,41.681472461900995],[-73.00683903362224,41.681549461918515],[-73.00666003357416,41.681724461958204],[-73.00617903344524,41.68219846206556],[-73.00612603343117,41.682253462077924],[-73.00595503338614,41.6824354621187],[-73.00590603337379,41.68249746213228],[-73.00583403335577,41.68259046215261],[-73.00576303333823,41.68268646217349],[-73.00571703332699,41.68275046218738],[-73.00560703330271,41.682948462229255],[-73.00558803329855,41.682983462236635],[-73.00533803325145,41.68357346235891],[-73.00525003323496,41.68378246240219],[-73.00511303321586,41.684221462491564],[-73.00508703321233,41.68430646250885],[-73.00496203321245,41.685009462648885],[-73.00488603322097,41.68558246276217],[-73.00482703322828,41.686039462852484],[-73.00479103323262,41.686316462907214],[-73.00477803323187,41.68637646291925],[-73.00475203323055,41.686499462943885],[-73.00470803322244,41.68660646296601],[-73.00464003320874,41.686751462996284],[-73.00454303318496,41.686885463025334],[-73.00445003316017,41.686979463046555],[-73.00420303309225,41.68719346309599],[-73.00420203309204,41.68719546309643],[-73.00393703301815,41.687407463146045],[-73.0038770330016,41.687458463157874],[-73.00370003295302,41.6876134631936],[-73.0036420329372,41.687665463205555],[-73.0034990329003,41.687831463242304],[-73.00336203286734,41.68803146328547],[-73.00321103283117,41.68825446333349],[-73.00292703276567,41.68871746343229],[-73.00275003272264,41.68896846348659],[-73.00259703268385,41.68915746352815],[-73.00258003267925,41.689173463531766],[-73.0024840326539,41.68927446355443],[-73.00228803259803,41.68941046358713],[-73.00221303257585,41.689448463596904],[-73.00213203255188,41.68948946360748],[-73.00201203251646,41.68955146362339],[-73.00188303247722,41.68959846363667],[-73.00186503247178,41.689605463638614],[-73.00180203245324,41.689639463647254],[-73.00183003246364,41.689661463650594],[-73.00227803262221,41.68988346367893],[-73.00239203266236,41.689936463685456],[-73.00259203273279,41.69002946369692],[-73.00279303280304,41.69011346370661],[-73.00299603287324,41.690185463713924],[-73.00314403292404,41.690231463718],[-73.00358603307468,41.6903504637266],[-73.00385503316812,41.690453463737754],[-73.00406903324412,41.690563463752056],[-73.00415403327547,41.69062746376166],[-73.00421603329889,41.69068346377048],[-73.00426303331665,41.69072646377726],[-73.00433303334411,41.690807463790634],[-73.00438203336446,41.69088346380374],[-73.00443103338793,41.691013463827275],[-73.00445903340238,41.69110546384415],[-73.00451503342971,41.6912624638727],[-73.00456703345515,41.691409463899426],[-73.00463103348633,41.69158846393194],[-73.00472503353228,41.69185346398013],[-73.00477803355811,41.69200146400702],[-73.00470403353421,41.69200446401001],[-73.00464303351418,41.69200146401141],[-73.00464003351323,41.69200146401151],[-73.00424403338091,41.691940464012625],[-73.00412803334218,41.69192346401313],[-73.00411203333685,41.691921464013255],[-73.00403403331109,41.691914464014445],[-73.00377603322914,41.69194846402941],[-73.0036070331764,41.69198646404227],[-73.0034900331405,41.69202346405323],[-73.0033800331076,41.6920734640665],[-73.00320503305633,41.692170464090964],[-73.00306103301321,41.69223446410803],[-73.00295503298031,41.69226146411669],[-73.00288903295925,41.6922684641202],[-73.00286303295096,41.69227146412163],[-73.00233803277922,41.692254464135466],[-73.00231303277081,41.692249464135294],[-73.0019190326422,41.692241464146605],[-73.00140203247442,41.6922474641646],[-73.00061903222226,41.69229046419842],[-72.99955903188035,41.69233946424242],[-72.99925303178216,41.69236246425686],[-72.99903503171376,41.69240546427228],[-72.99888303166613,41.69243646428321],[-72.99867303160113,41.69249346430108],[-72.99852603155685,41.692554464317666],[-72.99839403151933,41.69264746433994],[-72.99817603145966,41.69284146438458],[-72.9979980314114,41.69300746442247],[-72.99794703139655,41.69303746442993],[-72.99792803139374,41.693095464441754],[-72.99791203139166,41.69314946445273],[-72.99788603139046,41.69327446447775],[-72.99788203139055,41.69329846448251],[-72.99787903139173,41.693335464489756],[-72.99778403135288,41.69319846446637],[-72.99768803131673,41.693113464453056],[-72.99762503129305,41.693058464444476],[-72.99740003120938,41.692877464416796],[-72.99722503114522,41.69275246439834],[-72.99697103105372,41.69259946437702],[-72.99675303097524,41.69246846435879],[-72.9967320309665,41.692435464353096],[-72.99667303094667,41.69242446435288],[-72.99634403083374,41.69232246434389],[-72.99617503077455,41.69224946433527],[-72.99602803072176,41.692163464323436],[-72.9954560305036,41.69160946423493],[-72.99533003045555,41.691487464215456],[-72.9952580304272,41.69140246420136],[-72.99521303040787,41.69132146418717],[-72.99506603034447,41.69105246413992],[-72.99479903022686,41.69052146404594],[-72.99476103020997,41.69044346403211],[-72.9946950301808,41.69031046400851],[-72.9945290301071,41.68997046394817],[-72.99433103004455,41.690002463960816],[-72.99406402996026,41.690046463978014],[-72.99373802985724,41.6900984639987],[-72.99357502980581,41.69012546400923],[-72.99354102979508,41.690131464011486],[-72.99350402976583,41.68983446395525],[-72.99349702976049,41.689781463945245],[-72.99336602965715,41.68873346374683],[-72.99332302962291,41.68838446368074],[-72.99325102956601,41.687806463571306],[-72.99313902950415,41.68736746349005],[-72.99237102908003,41.68435946293328],[-72.99211502893874,41.683357462747814],[-72.99207402891606,41.683196462718016],[-72.9920510289033,41.683105462701164],[-72.99200002886349,41.68270446262526],[-72.9919800288475,41.68254046259419],[-72.9919510288245,41.68230646254987],[-72.99188102878487,41.68201546249588],[-72.99151002857475,41.68047146220928],[-72.99150602857256,41.68045546220632],[-72.99137302849695,41.67989746210271]]]},"properties":{"name":4255,"geoid":"09005425500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.25226610350579,41.51214242107174],[-73.25266410363356,41.51211942105421],[-73.25290710371154,41.512104421043325],[-73.25447210421359,41.512007420973134],[-73.25632110480187,41.51180842087383],[-73.26845210866135,41.51050442022247],[-73.26965710904472,41.510375420157864],[-73.27249510994696,41.51005942000331],[-73.27357911029155,41.50993841994422],[-73.27461811062183,41.5098224198876],[-73.27962511221364,41.509266419615194],[-73.28099011264754,41.50911441954085],[-73.28311411332277,41.50887841942525],[-73.28362611348571,41.50882441939794],[-73.28406011362311,41.508766419372435],[-73.28493611390039,41.508648419320735],[-73.2941801168393,41.507627418818736],[-73.29918611842959,41.50705441854294],[-73.29938611849313,41.507031418531895],[-73.29958211855507,41.50700341852002],[-73.30077011893061,41.506835418448354],[-73.30085811895844,41.506823418443126],[-73.30116811905695,41.50678841842614],[-73.3024121194521,41.50664541835748],[-73.30614612063816,41.50621641815141],[-73.3072741209965,41.506087418089265],[-73.30739112103358,41.50607241808249],[-73.30742612104461,41.506067418080384],[-73.30753112107791,41.506054418074406],[-73.30756712108936,41.50605041807246],[-73.30789812119421,41.506007418053215],[-73.30962512174692,41.505880417971746],[-73.31580812372589,41.50542941768077],[-73.31786912438554,41.50527941758386],[-73.31889012471191,41.505197417534326],[-73.3192781248361,41.50516941751612],[-73.31970112497177,41.50514341749715],[-73.32002112507524,41.50513841748566],[-73.32040112519773,41.50512541747062],[-73.32045912521636,41.50512241746814],[-73.32078112532021,41.50511241745559],[-73.32085312534345,41.50511041745284],[-73.32145512553763,41.50509241742953],[-73.32184812566291,41.50505541740941],[-73.3248281266133,41.50478041725794],[-73.32582212693035,41.50468941720756],[-73.32773012754234,41.50457341712224],[-73.32863312783205,41.50451941708202],[-73.33031212837058,41.50441741700693],[-73.3312511288504,41.50742541755965],[-73.33182112914167,41.509251417895165],[-73.33188712918371,41.50960541796166],[-73.33192312920495,41.50976941799229],[-73.33199412924628,41.510083418050876],[-73.33204012927337,41.510292418089904],[-73.3321241293223,41.5106644181593],[-73.3321901293595,41.5109354182097],[-73.33228612941087,41.511282418273865],[-73.33229412941515,41.511311418279234],[-73.33242012948027,41.51172741835579],[-73.33245812949767,41.51181441837141],[-73.33256712955017,41.51210841842486],[-73.33285512970257,41.5131204186117],[-73.33292912973921,41.51333741865135],[-73.332988129768,41.51350241868141],[-73.33301112978495,41.51366541871225],[-73.33300212978862,41.51377841873449],[-73.33293512978793,41.51413941880673],[-73.33293412979414,41.51425141882849],[-73.3329431298008,41.5143154188406],[-73.33303412985182,41.51468441890919],[-73.33311612989753,41.51501241897011],[-73.33336013002514,41.51584341912326],[-73.33339513004134,41.51592641913822],[-73.3334261300572,41.51602641915659],[-73.33352413011582,41.51648641924259],[-73.33367313021022,41.517276419390925],[-73.33401413040686,41.51875141966578],[-73.33420713052178,41.51964841983341],[-73.33429813058056,41.52015041992779],[-73.33445613067369,41.520868420061824],[-73.33454613073106,41.52135142015255],[-73.33463513078308,41.521748420226615],[-73.33475113085777,41.52238342034594],[-73.33489913096493,41.52339742053773],[-73.33490813097147,41.52345942054944],[-73.33502013105903,41.52433742071603],[-73.33523313121422,41.52581342099525],[-73.33527013124001,41.5260494210398],[-73.33531613127195,41.52634142109491],[-73.33532013127477,41.52636742109982],[-73.33533213128322,41.52644542111455],[-73.33533613128604,41.526471421119446],[-73.33545113136653,41.52721142125917],[-73.33547213138098,41.52734242128389],[-73.33548813139481,41.52749042131206],[-73.33564113152231,41.52882442156569],[-73.33572413158541,41.52944442168317],[-73.33575213160621,41.529645421721234],[-73.33585613167135,41.53018342182213],[-73.33585713167435,41.53022942183101],[-73.33586013168346,41.530368421857865],[-73.33586213168685,41.530415421866905],[-73.33644013207135,41.53379042250225],[-73.33660313215529,41.53432242260002],[-73.33867513322258,41.54108942384361],[-73.33924913360923,41.54452042448974],[-73.33971313383617,41.54582842472796],[-73.34104413448719,41.54958042541125],[-73.34106913449997,41.54966042542592],[-73.34114513453879,41.549902425470314],[-73.34117113455194,41.54998342548516],[-73.34116513455527,41.550073425502795],[-73.34115613456107,41.55022242553196],[-73.34123213459134,41.55031842554806],[-73.3412881346137,41.550390425560174],[-73.3412731346123,41.550449425572104],[-73.34123013460886,41.550629425608406],[-73.34121713460816,41.55068942562047],[-73.34141813478945,41.55267542599872],[-73.34202113533361,41.558636427133884],[-73.3422221355151,41.560624427512444],[-73.34236913562425,41.5616754277112],[-73.34250913572748,41.56266342789801],[-73.34288513597548,41.5648174283029],[-73.34306813609605,41.5658634284995],[-73.34323713620259,41.56674742866517],[-73.34394213664716,41.57043542935629],[-73.34656613830177,41.58415343192633],[-73.3474411388536,41.58872643278283],[-73.34748013887815,41.58892943282084],[-73.34759713895187,41.58953943293507],[-73.34763713897681,41.58974343297324],[-73.34783313910421,41.5908324331776],[-73.34842313948727,41.594101433790954],[-73.34862013961511,41.59519143399543],[-73.34827813950429,41.595194434007304],[-73.34725413917263,41.59520543404327],[-73.34691313906228,41.595210434055495],[-73.346751139012,41.5952494340684],[-73.34626513886113,41.59536643410709],[-73.34610413881124,41.59540643412015],[-73.34508413848458,41.59548043416818],[-73.34202613750533,41.59570443431252],[-73.34147913733023,41.59574543433853],[-73.34134913728856,41.595754434344556],[-73.34111813721458,41.59577143435548],[-73.34100713717903,41.5957794343607],[-73.34090613714656,41.595784434364994],[-73.34063113705795,41.595795434376214],[-73.33978013678384,41.595830434411084],[-73.33950513669582,41.595851434424226],[-73.33913113657616,41.595880434442186],[-73.33541313538996,41.5962284346323],[-73.33283613456784,41.59647043476423],[-73.3312061340388,41.59646943481784],[-73.32980213358222,41.59645343486109],[-73.32776713292839,41.59656643495013],[-73.32557313223784,41.59693343509356],[-73.32445213188504,41.597121435166954],[-73.32427713182993,41.59715043517834],[-73.32185913106888,41.59755543533654],[-73.32060013067436,41.59779543542452],[-73.31887113012776,41.598044435529765],[-73.31368512848846,41.598793435845835],[-73.31195712794224,41.599043435951224],[-73.3102581273987,41.599178436033384],[-73.30516012576774,41.5995834362799],[-73.30346212522457,41.5997194363622],[-73.30311012511113,41.599733436376525],[-73.30205712477179,41.599775436419364],[-73.30170712465907,41.5997904364338],[-73.30002112412114,41.59994943652016],[-73.2949641225076,41.60042643677917],[-73.29327912197002,41.600586436865676],[-73.2909291212221,41.600841436992475],[-73.28678311990275,41.6012934372166],[-73.28657211983518,41.60130943722664],[-73.28653111982264,41.601322437230486],[-73.2838821189807,41.6016294373772],[-73.28153511823486,41.601903437507545],[-73.28147111821426,41.60190643751024],[-73.28128111815316,41.60191643751845],[-73.28121811813295,41.60192043752128],[-73.2784421172476,41.602190437664966],[-73.2754481162928,41.6024834378203],[-73.27275511542798,41.60264443794013],[-73.27011011458536,41.60291843808025],[-73.26733711370203,41.603207438227486],[-73.26727311364586,41.60260143811227],[-73.2669951134338,41.60051643771775],[-73.26693311339598,41.60021343766112],[-73.26671011322759,41.59857043735036],[-73.26665811318614,41.59814943727056],[-73.26660011313903,41.59766543717875],[-73.26653711309277,41.59722343709524],[-73.26647911305325,41.596869437028616],[-73.2657931125311,41.591741436058186],[-73.26562011241711,41.59075043587195],[-73.26510211207541,41.58777743531324],[-73.26496111198232,41.58696643516079],[-73.26494511197187,41.58687643514387],[-73.26493011196173,41.586786435126946],[-73.2648321118907,41.58611443500003],[-73.264539111678,41.58409943461937],[-73.26449211164365,41.583772434557574],[-73.26444211160735,41.58342843449259],[-73.26440511156945,41.5829844344078],[-73.26236511015748,41.57012943198447],[-73.26196710987877,41.56756443150052],[-73.26119910934105,41.562615430566694],[-73.26119210932613,41.56239843052487],[-73.26110510914877,41.55983943003177],[-73.26106110905953,41.558552429783774],[-73.26090510893192,41.55723142953284],[-73.2608801089153,41.557085429505385],[-73.26084910889503,41.55691042947247],[-73.2607821088574,41.556637429421755],[-73.26074710883742,41.55648942939422],[-73.26055410869633,41.55514242913946],[-73.25997510827311,41.55110242837532],[-73.2597821081321,41.54975642812073],[-73.25977710812764,41.54970742811139],[-73.25976410811485,41.54956042808333],[-73.25976010811075,41.54951242807415],[-73.2595831079772,41.54820542782655],[-73.25905310757702,41.544285427083956],[-73.25887710744388,41.542979426836496],[-73.25870710731847,41.54177242660804],[-73.25819710694223,41.53815142592261],[-73.25802810681716,41.53694442569409],[-73.25719110633614,41.53334442502338],[-73.25584410556165,41.527542423942215],[-73.25477810492404,41.52252442300376],[-73.25401110446515,41.51891042232775],[-73.25366210427323,41.51755642207649],[-73.25263810370971,41.513575421337606],[-73.25261710369833,41.51349642132297],[-73.25235710355528,41.51248642113551],[-73.25226610350579,41.51214242107174]]]},"properties":{"name":2681,"geoid":"09005268100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.34066016392386,42.04829952145893],[-73.34064916391637,42.04823452144686],[-73.34063516390843,42.04817852143661],[-73.3406271639039,42.04814652143076],[-73.34059816388395,42.04797152139824],[-73.34058316387642,42.047927521390335],[-73.340565163864,42.047818521370075],[-73.34054516385021,42.0476975213476],[-73.34042816376947,42.04698852121585],[-73.34042816376652,42.04693952120648],[-73.34039816374589,42.04675852117285],[-73.34039816374323,42.046714521164425],[-73.34039116373845,42.04667252115662],[-73.34036916372293,42.04653352113076],[-73.34036916372027,42.04648952112235],[-73.34034716370518,42.04635752109783],[-73.34034716370253,42.04631352108942],[-73.3403241636868,42.04617652106396],[-73.34032416368416,42.04613252105555],[-73.34031716367925,42.046088521047345],[-73.3403171636766,42.04604452103895],[-73.34031016367166,42.046000521030756],[-73.34031016366872,42.045951521021394],[-73.34030216366347,42.04590752101323],[-73.34030216366082,42.04586352100482],[-73.3402951636559,42.04581952099664],[-73.34029516365031,42.04572652097883],[-73.34028716364506,42.045682520970686],[-73.34028716363711,42.04555052094541],[-73.3402801636319,42.0455015209363],[-73.34028016362397,42.04536952091104],[-73.34027316361875,42.045320520901896],[-73.34027216359138,42.04487052081581],[-73.34029416359061,42.044738520789835],[-73.34036816360187,42.044524520746414],[-73.34039016360637,42.04448052073725],[-73.34040516360825,42.04443052072718],[-73.34047816362482,42.044310520701785],[-73.34050016362934,42.04426652069264],[-73.34058916365137,42.044150520667486],[-73.34062616366145,42.04411752065991],[-73.34066216367052,42.0440735206503],[-73.34073616369072,42.044008520635394],[-73.34078016370307,42.043975520627605],[-73.34081716371279,42.04393652061892],[-73.34094916375051,42.04384852059766],[-73.34097416375785,42.04383552059434],[-73.34105316378141,42.04379952058483],[-73.34110416379671,42.0437775205789],[-73.34115616381199,42.0437495205718],[-73.34158316394056,42.04357452052407],[-73.34168616397176,42.04353552051316],[-73.34173716398705,42.04351352050724],[-73.3418551640235,42.043480520497006],[-73.34191416404205,42.043469520492934],[-73.34193916404978,42.04346252049075],[-73.34197316406032,42.04345352048789],[-73.34203216407887,42.04344252048381],[-73.34209116409707,42.0434255204786],[-73.34214216411236,42.04340352047269],[-73.34223116413806,42.04334852045919],[-73.34234816417029,42.04325052043654],[-73.3424661642024,42.0431455204125],[-73.34254016422226,42.04307452039645],[-73.34264316424888,42.04295952037099],[-73.34287816430958,42.04269552031265],[-73.3429081643167,42.04265152030321],[-73.34296716433164,42.04258052028766],[-73.34308416435984,42.04241552025219],[-73.34310616436473,42.04237752024418],[-73.34313616437215,42.04233852023571],[-73.34318716438385,42.0422565202183],[-73.34334216441647,42.041959520156325],[-73.3433711644207,42.04187252013868],[-73.34340816442776,42.04178952012157],[-73.34341316442843,42.04177352011835],[-73.34343816443194,42.041696520102775],[-73.34344516443159,42.04165252009412],[-73.34346016443418,42.04161452008637],[-73.34348216443306,42.04147652005921],[-73.3434821644252,42.041345520034156],[-73.34347416441959,42.041295520024846],[-73.34347416441695,42.04125152001644],[-73.343467164412,42.04120752000825],[-73.34346716440936,42.04116351999982],[-73.3434521643989,42.04107051998253],[-73.34345216439624,42.04102651997412],[-73.34344516439133,42.040982519965915],[-73.34344416438276,42.040845519939744],[-73.34345916438237,42.04075751992239],[-73.34350316438882,42.040626519895866],[-73.3435481643985,42.04054351987847],[-73.3435621644004,42.04049951986959],[-73.34371716443312,42.040203519807775],[-73.34373116443533,42.040164519799845],[-73.34376116444216,42.040115519789474],[-73.34379816444928,42.04003351977254],[-73.34390816447257,42.039824519728874],[-73.3439231644748,42.03978051971994],[-73.3439671644842,42.03969851970279],[-73.34398216448645,42.03965451969387],[-73.34400416449097,42.03961051968471],[-73.34404816449772,42.03948451965913],[-73.34407016450224,42.03944051964998],[-73.34407716450153,42.03939051964018],[-73.34409916450605,42.039346519631025],[-73.34410616450606,42.039308519623525],[-73.3441291645109,42.03926451961432],[-73.34413616451053,42.03922051960567],[-73.34419516451918,42.03904451957001],[-73.34420216451888,42.03900151956156],[-73.34424616452526,42.03886951953483],[-73.34426816452715,42.03878151951726],[-73.34431216453353,42.038649519490534],[-73.34432016453351,42.03860551948184],[-73.34434216453774,42.03855651947173],[-73.34434916453738,42.03851251946307],[-73.34437116454224,42.03847451945507],[-73.34443016455089,42.03829851941941],[-73.34446716455801,42.03821651940249],[-73.34450416456443,42.03812251938327],[-73.3445261645693,42.03808451937527],[-73.34454016457123,42.038040519366376],[-73.34467316459934,42.037787519313525],[-73.34470216460652,42.03774951930528],[-73.34472416461102,42.037705519296125],[-73.34475416461851,42.03766751928785],[-73.34477616462306,42.037623519278704],[-73.3448931646519,42.037469519245306],[-73.34507716470094,42.03728851920452],[-73.34515116472073,42.037216519188284],[-73.34522516474088,42.037150519173174],[-73.34526116475001,42.03710751916375],[-73.34532816476816,42.03704651914984],[-73.34554916482729,42.03683251910151],[-73.34562216484645,42.03675551908434],[-73.34569616486658,42.03668951906924],[-73.3458061648958,42.0365795190445],[-73.34591716492572,42.0364755190209],[-73.34617416499421,42.03622251896391],[-73.34620416500171,42.036184518955636],[-73.346351165041,42.03604151892334],[-73.34644616506503,42.03592651889816],[-73.3464831650751,42.03589351889062],[-73.34651116508212,42.03585851888298],[-73.34657916509947,42.03577851886539],[-73.34663816511369,42.03569551884755],[-73.34666716512116,42.03566251884027],[-73.34668916512574,42.035619518831304],[-73.34674816514033,42.035542518814594],[-73.34677016514485,42.035498518805426],[-73.3468221651568,42.035415518787815],[-73.34685116516397,42.03537751877956],[-73.346895165173,42.03528951876126],[-73.3469251651805,42.035251518753],[-73.34702816520412,42.035086518717975],[-73.34705016520867,42.03504251870881],[-73.34707916521582,42.03500451870059],[-73.34710116522065,42.03496551869238],[-73.34716016523492,42.03488351867471],[-73.34719016524272,42.0348505186674],[-73.34721916524953,42.03480651865801],[-73.34728516526675,42.034735518642215],[-73.34731516527388,42.034691518632805],[-73.34738116529105,42.034619518616815],[-73.34741016529786,42.03457551860742],[-73.3474761653151,42.03450451859163],[-73.34753516532938,42.03442251857397],[-73.34758016533905,42.034339518556564],[-73.34760916534621,42.03430151854834],[-73.34763116535073,42.03425751853918],[-73.34764616535298,42.03421351853026],[-73.34769016536238,42.0341315185131],[-73.34770416536429,42.0340875185042],[-73.34777816537981,42.03394451847437],[-73.34805916545541,42.033679518414274],[-73.34841116555036,42.033351518339735],[-73.34867616560665,42.03285151823519],[-73.34873616562052,42.0327575182152],[-73.34894616566946,42.03243351814618],[-73.34907316569904,42.03223751810443],[-73.34910716570609,42.032170518090474],[-73.34944816577828,42.03152351795524],[-73.34957116580922,42.031371517922054],[-73.34976616585837,42.031132517869786],[-73.34982316587273,42.0310625178545],[-73.35008116593663,42.03072751778176],[-73.35063316608277,42.030167517656146],[-73.35114816622841,42.0297995175685],[-73.35153116633435,42.029486517495805],[-73.35208316649135,42.029107517404825],[-73.35230316654949,42.02888251735442],[-73.35242816657897,42.02869551731445],[-73.35250216658457,42.02838751725303],[-73.35253116657427,42.02805851718909],[-73.35250916654466,42.02768551711842],[-73.35267716653013,42.02653251689211],[-73.35284516653589,42.02571751673049],[-73.35288316653752,42.025538516694944],[-73.35325016660563,42.02468251651883],[-73.35334616661082,42.02424851643255],[-73.35325016655949,42.02391451637182],[-73.35277916638431,42.02355151631806],[-73.352366166234,42.023288516281504],[-73.35216716615568,42.02306351624507],[-73.35211616613019,42.02291551621844],[-73.35210816610747,42.022580516154584],[-73.3521521661086,42.022360516110986],[-73.35222616612613,42.02225151608764],[-73.35224016609791,42.02170551598267],[-73.35224716608451,42.021444515932465],[-73.35234316609663,42.02112551586817],[-73.3519671659083,42.02002851567071],[-73.35179716582489,42.01956151558697],[-73.35133316563922,42.01898551549219],[-73.3509641654841,42.01840351539308],[-73.35089816544286,42.01807451533229],[-73.350913165431,42.01779551527837],[-73.35094216540939,42.01727851517841],[-73.3511111654143,42.01644351501291],[-73.35135316547864,42.016202514958685],[-73.3517071655827,42.01601551491104],[-73.3526341658625,42.01564751480964],[-73.35318616603433,42.01551551476594],[-73.35369316618527,42.01527951470382],[-73.35386716623714,42.015199514682706],[-73.35486316653429,42.01474651456271],[-73.35593816685235,42.01421351442477],[-73.3566151670494,42.013823514327484],[-73.35727016723533,42.0133675142183],[-73.35775516736985,42.01297751412743],[-73.35811516746043,42.0125335140304],[-73.3582331674774,42.012176513958096],[-73.3586111675377,42.01113051374517],[-73.35861516753855,42.0111225137435],[-73.35869616755008,42.01087551369351],[-73.35915916764117,42.00988151348769],[-73.35921716760502,42.00896451331016],[-73.35918716758535,42.008799513279556],[-73.35906116748669,42.00783951309992],[-73.35871516732529,42.00702751295597],[-73.35789016697629,42.005688512727076],[-73.35748816680542,42.00502251261293],[-73.35739616676635,42.00487051258689],[-73.35731316672019,42.00455151252856],[-73.35713016661848,42.00384951240022],[-73.35716016659894,42.003361512305766],[-73.35721116659755,42.0030615122466],[-73.35726916659652,42.00272951218107],[-73.35735816661686,42.002585512150524],[-73.35763016667916,42.002147512057554],[-73.35799016677298,42.001757511970816],[-73.35862316696227,42.001477511896084],[-73.35988816736626,42.00134551182855],[-73.36230216814855,42.00128351173609],[-73.36323716844703,42.0011845116859],[-73.36367116857713,42.00099751163561],[-73.36385516862586,42.000811511593824],[-73.36395716864257,42.00053651153775],[-73.36398916864808,42.00045451152097],[-73.36413116867708,42.000167511461264],[-73.36383116857982,42.00017451147263],[-73.36369916850624,41.99966451137935],[-73.36380816851917,41.99928851130368],[-73.36397716855667,41.9989965112421],[-73.36426816864439,41.99887951121],[-73.36470616877574,41.99869151115934],[-73.36476416879094,41.998630511145734],[-73.36495716884208,41.99843551110193],[-73.3650851688874,41.99849651110934],[-73.36521216893249,41.99855851111697],[-73.36536516899065,41.998697511138495],[-73.36540316900513,41.99873251114392],[-73.36565016911379,41.99920351122591],[-73.36571316917525,41.999885511354435],[-73.36561216915305,42.00006351139189],[-73.36537116910027,42.00049151148192],[-73.36538516910518,42.00049751148259],[-73.36541216911434,42.000503511482854],[-73.36551816915046,42.000530511484484],[-73.36553816915709,42.000532511484195],[-73.36558116917145,42.00053851148392],[-73.365790169241,42.00056351148173],[-73.36586016926404,42.00056751148015],[-73.36595216929442,42.000574511478405],[-73.3661281693504,42.000552511468335],[-73.36629016940145,42.00052451145757],[-73.36639316943234,42.00048051144569],[-73.36643016944343,42.000464511441386],[-73.36652616947075,42.00039851142555],[-73.36665216950792,42.000334511409086],[-73.36665816950976,42.00033251140849],[-73.36685316956161,42.000138511364824],[-73.36685716956268,42.00013451136393],[-73.36687916956785,42.000101511356874],[-73.36690716957384,42.00004951134597],[-73.36691916957649,42.00002851134154],[-73.36693016957886,42.00000851133735],[-73.36692616957751,42.0000075113373],[-73.3669491695826,41.99996751132886],[-73.3670261695953,41.99976151128683],[-73.36704216959589,41.99968451127155],[-73.36706716959215,41.99948651123279],[-73.36710516959943,41.99940151121523],[-73.36717716961753,41.9993125111958],[-73.36726716964125,41.99921951117497],[-73.36738416967428,41.99913551115499],[-73.36768416976278,41.99898251111564],[-73.36780516979853,41.99892151109992],[-73.36788816982398,41.99889551109218],[-73.36796616984823,41.998876511085925],[-73.36801416986322,41.99886551108222],[-73.36814616990601,41.99886251107723],[-73.36886117013485,41.998796511040716],[-73.36895017016256,41.99877551103373],[-73.36900917017967,41.99874051102505],[-73.36909817020678,41.99870951101614],[-73.3691801702303,41.99865651100324],[-73.36931317026591,41.998528510974296],[-73.36934217027212,41.998474510962964],[-73.36935617027319,41.9984165109514],[-73.369342170267,41.998389510946694],[-73.36930517025245,41.998347510939894],[-73.36921617022126,41.99831051093578],[-73.3690621701656,41.998218510923294],[-73.36898117013861,41.99820851092408],[-73.36889317010876,41.99818851092319],[-73.36880417008004,41.99819251092692],[-73.36870917004873,41.99818651092895],[-73.36861317001743,41.998185510931954],[-73.3684951699802,41.99820551093974],[-73.36835616993675,41.99823551095013],[-73.36787716978932,41.99837751099332],[-73.36739216963964,41.99851451103575],[-73.36706816953846,41.998586511060374],[-73.36694216949893,41.99861151106935],[-73.36684716946819,41.998614511073114],[-73.3667401694346,41.99863551108071],[-73.36660416939105,41.99864751108755],[-73.36649116935445,41.998650511091896],[-73.36630216929079,41.998615511091494],[-73.3661481692373,41.99855951108591],[-73.3660601692048,41.9984955110766],[-73.3659271691549,41.99838551105997],[-73.3658761691353,41.99833551105209],[-73.36577016909023,41.998159511021925],[-73.36575816908513,41.99813951101849],[-73.36574316907429,41.99804051100002],[-73.36571416905892,41.99794151098203],[-73.36577216906052,41.99765351092492],[-73.36577216905458,41.997554510905964],[-73.36576416905035,41.99752751090106],[-73.36574216904127,41.99749551089566],[-73.36569716902696,41.99750151089831],[-73.36565416901333,41.9975075109009],[-73.36562516900445,41.99751651090359],[-73.36557316899044,41.99756551091472],[-73.36516916889502,41.998167511043526],[-73.36507416887346,41.99832351107657],[-73.3650511688676,41.998350511082506],[-73.36498916884308,41.998278511070794],[-73.3649261688182,41.9982055110589],[-73.3650591688547,41.99809251103283],[-73.36533316891901,41.99767751094417],[-73.36548816895478,41.997432510892075],[-73.36568716900997,41.99727251085478],[-73.36596316909528,41.997196510831],[-73.36591116906293,41.99693951078351],[-73.36592116904272,41.99654851070827],[-73.36620316910322,41.99602651059886],[-73.36672716923907,41.995447510470456],[-73.36747716944221,41.9947635103144],[-73.36751616944171,41.99454351027096],[-73.36751916944178,41.99452851026797],[-73.36748116939174,41.99390051014894],[-73.3669531691731,41.99312151001733],[-73.36681516910896,41.992801509960614],[-73.36673816906368,41.99246450989864],[-73.36675016906189,41.992369509880035],[-73.36686116904441,41.99147550970506],[-73.36705216902939,41.9901885094521],[-73.36768916916976,41.989071509216835],[-73.36788116919136,41.98838950907976],[-73.36798416920287,41.98802250900601],[-73.36798816919517,41.98787250897712],[-73.36799816917475,41.98747750890112],[-73.36767616902607,41.9867465087718],[-73.36700716877723,41.98622850869487],[-73.3665891685928,41.98542250855439],[-73.36625716843542,41.98460050840797],[-73.36620516837053,41.98380050825641],[-73.36629616835775,41.98309350811788],[-73.36660416842128,41.982480507990154],[-73.36707516855542,41.9821605079131],[-73.36758716872036,41.982131507890465],[-73.36792616883426,41.982190507890444],[-73.3681881689301,41.98236650791542],[-73.36828516896557,41.982431507924645],[-73.36873316914667,41.98301950802237],[-73.36935716936996,41.98335550806592],[-73.36998816958022,41.98343650806037],[-73.37062616977539,41.983227507999025],[-73.3714921700254,41.982695507868165],[-73.37242517029739,41.982166507735656],[-73.37243117029917,41.98216350773488],[-73.37285817040586,41.98162450761733],[-73.37297117040784,41.981044507502425],[-73.37298317038346,41.98057250741157],[-73.3729471703622,41.9804135073823],[-73.37276417025421,41.97960650723376],[-73.37269217019806,41.97906050713153],[-73.37264017017458,41.97895150711238],[-73.37218416996913,41.97800050694536],[-73.37215516995214,41.97787450692217],[-73.3719861698533,41.97714350678772],[-73.37163716970234,41.976520506679954],[-73.37094816943939,41.975875506579335],[-73.37044616924962,41.975435506511765],[-73.36966216895321,41.974748506406264],[-73.36904816871589,41.97412350630697],[-73.36845216848538,41.97351450621014],[-73.36754816811309,41.972212505990754],[-73.36722916796094,41.9714065058469],[-73.36713616791653,41.97117050580476],[-73.367119167837,41.969935505568586],[-73.36715416782103,41.96947850547983],[-73.3671921678042,41.9689915053852],[-73.36725016780123,41.968626505313296],[-73.36742416779177,41.967523505096054],[-73.3678551678628,41.96636750486005],[-73.3685851680444,41.965432504656455],[-73.36938016826579,41.964808504510295],[-73.3700911684678,41.96431750439244],[-73.37069316863875,41.9639005042924],[-73.37117016877244,41.96354050420747],[-73.37146516886554,41.96349150418823],[-73.37153016888603,41.96348050418394],[-73.37176116895893,41.96344250416895],[-73.37188616898273,41.96316050411072],[-73.3719601690007,41.96305850408869],[-73.37207016902553,41.96287550404993],[-73.3720991690312,41.96281250403688],[-73.3721291690359,41.96272750401959],[-73.37221016905637,41.962629503998095],[-73.372312169084,41.962536503976864],[-73.37236416909853,41.962496503967465],[-73.37244516912064,41.96242550395114],[-73.37252616914168,41.96233650393138],[-73.37262216916734,41.96224350391035],[-73.37271016918959,41.96213650388689],[-73.37276916920398,41.96205650386959],[-73.37282816921947,41.96199450385573],[-73.37287116922838,41.961909503838],[-73.37290816923479,41.96181550381875],[-73.37292316923458,41.961730503801945],[-73.37284216919299,41.961476503755954],[-73.37282016917852,41.96135450373331],[-73.37275316913995,41.96107450368185],[-73.37278316914247,41.96095350365765],[-73.37285616915767,41.960810503627805],[-73.37287816916105,41.96074750361498],[-73.3729291691707,41.96063150359104],[-73.37296616917388,41.96048350356143],[-73.37303916918745,41.96031350352639],[-73.37303916918069,41.96020050350473],[-73.37303216917601,41.960160503497306],[-73.37300216916002,41.96005650347836],[-73.37294316913321,41.959929503455974],[-73.37285516909527,41.95977450342919],[-73.37276616905818,41.959638503406076],[-73.37253816896593,41.95933750335599],[-73.37235316889614,41.95917750333147],[-73.37219916883966,41.95907150331628],[-73.37201516877263,41.958952503299585],[-73.3718831687242,41.95886050328637],[-73.3717281686693,41.95878650327735],[-73.37169116865643,41.95877250327592],[-73.3714051685544,41.95862350325688],[-73.37080016833966,41.95832550321994],[-73.37074016831785,41.95828750321464],[-73.37069316830123,41.958265503212],[-73.37065416828656,41.95823250320697],[-73.37008016807764,41.95786350315536],[-73.3700681680726,41.957844503152124],[-73.36976216794217,41.957329503063576],[-73.36974616791655,41.95698850299871],[-73.3698991679603,41.956887502974254],[-73.37043316810228,41.956356502854625],[-73.37046416808921,41.95596950277937],[-73.370468168088,41.955927502771196],[-73.37039516805173,41.95571850273353],[-73.37001416791139,41.955445502693905],[-73.37000616790752,41.95542450269014],[-73.36996216788661,41.95531450267052],[-73.36991816786576,41.95520550265109],[-73.36982416782092,41.95496750260858],[-73.36981916781623,41.95491650259896],[-73.36977616777331,41.95443350250778],[-73.36978716774985,41.95398150242073],[-73.36987916774729,41.95343850231354],[-73.36990316774677,41.953299502286086],[-73.37000016774637,41.95276550218043],[-73.37006016774595,41.95243250211459],[-73.37015716774843,41.95194650201814],[-73.37012916772933,41.95177950198704],[-73.37005016767536,41.95130750189915],[-73.36963216749801,41.95061750178077],[-73.36840416702587,41.94940650158948],[-73.36828416697975,41.94928850157084],[-73.36764516673973,41.94875250148935],[-73.36715916655714,41.94834450142731],[-73.36670416636497,41.947607501301114],[-73.36641716621949,41.94673750114383],[-73.3662711661453,41.94629150106315],[-73.36629816605489,41.94463350074423],[-73.36650516607389,41.94382550058233],[-73.36645916602279,41.94322150046801],[-73.3660411658462,41.94254350035188],[-73.36518516553636,41.942020500280094],[-73.3646281653491,41.9419205002795],[-73.3636351650251,41.94190650030991],[-73.3633911649344,41.94171750028179],[-73.36338816493253,41.941702500279014],[-73.36333716489868,41.94141450022547],[-73.36372116499766,41.94097950012921],[-73.36467116526188,41.94022849995347],[-73.36487316531183,41.93996449989609],[-73.3654641654578,41.9391894997277],[-73.36582816554784,41.93871449962445],[-73.36641516567417,41.937632499397296],[-73.36645216563495,41.93677549923163],[-73.36641416560846,41.93653949918764],[-73.36637616558139,41.936293499141705],[-73.36634516555982,41.93610149910591],[-73.3660001654234,41.93569749903989],[-73.36568216529773,41.935326498979315],[-73.36479016498595,41.934966498939986],[-73.36339616452418,41.93483049896036],[-73.36188316401251,41.9345074989488],[-73.36180216398142,41.93442849893635],[-73.3612771637801,41.93391849885599],[-73.3611191636634,41.932826498651714],[-73.36135416369851,41.932134498511125],[-73.36168816375204,41.93121149832287],[-73.36152016365428,41.930490498190125],[-73.3612751635615,41.93027249815646],[-73.36038116322308,41.92947749803368],[-73.35840316250463,41.92822549785935],[-73.3582421624462,41.928124497845324],[-73.35801616235916,41.92789849780949],[-73.35772616224753,41.92760949776368],[-73.35718316203838,41.927066497677565],[-73.35668016181748,41.926108497510484],[-73.3566791618147,41.926067497502636],[-73.35666816176781,41.92534249736386],[-73.35686316181065,41.92499749729116],[-73.35743116197521,41.92465849720717],[-73.35887216241346,41.92414549706069],[-73.36000616274602,41.92353549690584],[-73.36135516315288,41.92299849675783],[-73.3620731633414,41.922243496589005],[-73.3623051633771,41.92157749645343],[-73.36254116341374,41.920905496316585],[-73.36262816338393,41.919932496126926],[-73.36252116330886,41.91925849600113],[-73.36249416329811,41.91922549599569],[-73.36213716315606,41.91879249592447],[-73.36178016301406,41.91835949585327],[-73.36192416306095,41.918360495848646],[-73.36193516306454,41.91836049584828],[-73.36206916310822,41.918361495843996],[-73.36226616317236,41.918362495837634],[-73.3624011632163,41.918362495833144],[-73.36255716326716,41.91836449582833],[-73.36328616350512,41.91837749580654],[-73.36420416380484,41.918394495779204],[-73.36547516421969,41.91841649574108],[-73.36620516445804,41.918430495719434],[-73.37112416606628,41.918560495580444],[-73.37410416704057,41.918639495496265],[-73.37461416720727,41.918652495481766],[-73.38588617088404,41.9188104951362],[-73.39080817248946,41.918879494985255],[-73.39108517258047,41.918894494978886],[-73.3919811728748,41.918941494958],[-73.39550117403107,41.91912749487626],[-73.39610917423084,41.9191604948623],[-73.39639217432381,41.919175494855736],[-73.39667517441679,41.91919049484917],[-73.3974481746695,41.9192114948274],[-73.39809617488135,41.91922849480903],[-73.39822117492226,41.91923249480563],[-73.39850717501577,41.91924049479763],[-73.40236017627521,41.9193404946882],[-73.40378217674004,41.91937749464783],[-73.41197117942455,41.91972049444023],[-73.42215918276435,41.92014849418203],[-73.42221018278106,41.92015049418071],[-73.43654318747102,41.9206114937901],[-73.44473619015179,41.92087549356677],[-73.45495119348848,41.921111493270296],[-73.45506619352531,41.92110249326472],[-73.455411193636,41.9210764932482],[-73.45552719367323,41.92106849324278],[-73.45572819373874,41.921070493236435],[-73.45633319393595,41.92107749321752],[-73.45653519400182,41.92108049321134],[-73.45708819418233,41.92109149319494],[-73.45874719472395,41.921125493145944],[-73.45930019490456,41.921137493129734],[-73.46091319543036,41.92115749307958],[-73.46575419700847,41.921217492929024],[-73.46736819753467,41.92123849287903],[-73.46985219834592,41.92129449280658],[-73.47034119850585,41.92130949279309],[-73.47062119859697,41.92131049278391],[-73.47081319866004,41.9213204927794],[-73.47114019876668,41.92132549276941],[-73.47490519999656,41.92141549266058],[-73.47590820032421,41.921439492631585],[-73.47611320039118,41.92144449262567],[-73.47623220042995,41.92144549262188],[-73.47720520074711,41.921457492591585],[-73.47737620080291,41.921460492586434],[-73.47753020085317,41.92146349258184],[-73.48097620197683,41.921512492475806],[-73.49131420534782,41.92166149215793],[-73.49476020647148,41.92171149205202],[-73.49660220707321,41.92175649199888],[-73.4966002070755,41.921805492008346],[-73.49659320707467,41.92182949201318],[-73.49653020708784,41.92238949212272],[-73.4965272070885,41.92241649212799],[-73.49600820724726,41.92786449319037],[-73.494592207681,41.94273049608853],[-73.49445120772414,41.9442094963768],[-73.49444820772545,41.9442474963842],[-73.49393820788171,41.949599497427286],[-73.49393120788297,41.94965849743882],[-73.49392920788274,41.94966549744023],[-73.49392720788342,41.94968749744451],[-73.49392620788358,41.94969549744607],[-73.49385020789263,41.95025649755616],[-73.49362620792115,41.95194049788647],[-73.4935512079306,41.95250249799671],[-73.49352820793322,41.95267049802968],[-73.49347020794133,41.9531184981175],[-73.49346220794209,41.9531744981285],[-73.49344020794511,41.95334349816163],[-73.49343320795224,41.95349949819177],[-73.49342720795885,41.95364149821919],[-73.4934162079699,41.95388449826613],[-73.49341220797369,41.953969498282554],[-73.49340520798087,41.95412649831289],[-73.49339920798555,41.95423649833416],[-73.49339620798891,41.95430849834806],[-73.49338820799728,41.95449049838322],[-73.4933842080006,41.9545674983981],[-73.49338120800324,41.95462749840972],[-73.49339320801009,41.9546764984187],[-73.4933832080119,41.95476049843513],[-73.49338220801206,41.954768498436714],[-73.49331420802643,41.95537449855514],[-73.49308020807659,41.95747149896487],[-73.49300220809337,41.958171499101645],[-73.49299820809382,41.95820049910734],[-73.49298920809632,41.95829049912489],[-73.49298920809662,41.958295499125846],[-73.4929882080978,41.95832049913068],[-73.49297620810667,41.95853249917171],[-73.49296420811078,41.95866549919758],[-73.4928742081439,41.95970149939915],[-73.49284520815529,41.96004749946642],[-73.49283520815825,41.96015049948651],[-73.49272220820045,41.96146149974153],[-73.49255820826234,41.963374500113595],[-73.49235620833707,41.965705500567054],[-73.4922422083792,41.96702050082282],[-73.4922362083822,41.96710250083873],[-73.49222720838434,41.96718650085514],[-73.49222420839311,41.967348500886274],[-73.49167620862929,41.97422550222219],[-73.49150320870373,41.976394502643494],[-73.49111520887179,41.981275503591434],[-73.49064120907627,41.98722350474649],[-73.49042220917087,41.98997350528047],[-73.48961620951971,42.00010050724648],[-73.48951820962743,42.00241350769256],[-73.48947220967838,42.003505507903135],[-73.4892242099509,42.0093555090312],[-73.48912721005908,42.01166950947733],[-73.48912321006327,42.01176050949489],[-73.48911921006753,42.01185250951261],[-73.48907821011295,42.012825509700214],[-73.48894521026098,42.01599251031073],[-73.48893221027504,42.01629551036916],[-73.4889082103021,42.01687251048038],[-73.48890121030132,42.01689751048539],[-73.48887321032568,42.017451510592345],[-73.48886021033667,42.017703510641],[-73.48882321037037,42.0184605107871],[-73.48881121038174,42.018713510835916],[-73.4887842104066,42.01927051094339],[-73.48870421048174,42.02094451126639],[-73.48868221050255,42.02140751135572],[-73.48868421050675,42.02146651136694],[-73.48868221050834,42.021503511374085],[-73.48866921051977,42.021762511424086],[-73.48863121055442,42.02254051157422],[-73.48862121056432,42.02275851161626],[-73.48861421056455,42.02279951162433],[-73.48854321062912,42.02425051190433],[-73.488333210824,42.02860551274454],[-73.48826321088899,42.03005751302466],[-73.48807321106399,42.03397451378029],[-73.48761721148665,42.04341651560137],[-73.48750421158974,42.04572851604726],[-73.48748921160374,42.046040516107425],[-73.48747321161973,42.04639051617488],[-73.48731521176532,42.04964651680277],[-73.48341921050313,42.049749516953426],[-73.48272521027832,42.04976851698038],[-73.47732720852335,42.04980951716964],[-73.47173020670819,42.04992751738027],[-73.46783520544503,42.05001051752698],[-73.4676552053866,42.05001351753359],[-73.46711820521249,42.05002551755393],[-73.46694020515477,42.050029517560674],[-73.465767204774,42.05004851760371],[-73.46225020363255,42.050109517733496],[-73.46107820325216,42.05012951777667],[-73.45842120238974,42.05017451787448],[-73.45045019980249,42.050310518168075],[-73.44779419894041,42.05035651826602],[-73.4459621983457,42.05038651833324],[-73.44046719656204,42.050480518535586],[-73.43863619596773,42.05051251860312],[-73.43826619584762,42.05051851861668],[-73.4371581954881,42.05053951865786],[-73.43678919536835,42.050546518671574],[-73.43678019536542,42.05054651867187],[-73.43675319535663,42.050546518672775],[-73.43674519535408,42.05054751867325],[-73.43511519482443,42.05056651873154],[-73.43281319407656,42.0505955188143],[-73.43022819323224,42.050553518892954],[-73.42860019270057,42.050528518942755],[-73.42859419269861,42.05052851894296],[-73.42857719269307,42.050528518943544],[-73.42857219269145,42.0505285189437],[-73.42638819197812,42.05049351901023],[-73.42622919192635,42.05049351901555],[-73.42616919190674,42.05049251901738],[-73.42605519186944,42.05048951902063],[-73.42262519074718,42.05040251911899],[-73.42248419070103,42.05039851912294],[-73.42072819012647,42.0503535191732],[-73.41504018826535,42.05020851933609],[-73.41314418764497,42.050160519390424],[-73.41153618711884,42.050119519436464],[-73.40671418554122,42.049999519575046],[-73.40510718501551,42.04996051962141],[-73.4008551836228,42.04982951973876],[-73.39166718061337,42.049547519992416],[-73.3881011794461,42.04945052009322],[-73.3838501780546,42.049335520213475],[-73.38213217749221,42.04928852026197],[-73.37697817580506,42.0491485204076],[-73.37526117524303,42.04910252045623],[-73.37517517521485,42.04909952045853],[-73.37502317516503,42.04909452046265],[-73.3749471751405,42.04909852046598],[-73.37491817513107,42.049098520466934],[-73.37483317510363,42.04910252047054],[-73.37456217501597,42.04911252048152],[-73.37293417448353,42.04907652052908],[-73.36723717262053,42.04895452069624],[-73.36533817199957,42.04891452075208],[-73.36139817071108,42.04882952086751],[-73.35637216906748,42.04872252101501],[-73.349583166843,42.048506521200515],[-73.34564516555274,42.04838252130833],[-73.34484616529161,42.04836852133234],[-73.34244916450837,42.04832852140474],[-73.34165016424731,42.04831552142894],[-73.34159716422998,42.04831452143053],[-73.34151916420451,42.04831352143294],[-73.34143916417833,42.048311521435224],[-73.3413871641614,42.04831152143694],[-73.3412831641274,42.048309521440046],[-73.34097316402611,42.048304521449445],[-73.3408701639925,42.04830352145268],[-73.3408281639787,42.048301521453716],[-73.34076516395811,42.048300521455616],[-73.34070216393752,42.04829952145753],[-73.34066016392386,42.04829952145893]]]},"properties":{"name":2611,"geoid":"09005261100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.41013017098652,41.78829446923733],[-73.41020917101255,41.78830046923585],[-73.41025217102658,41.78830146923461],[-73.41038417106984,41.78830746923137],[-73.41042817108425,41.78830946923029],[-73.41064317115452,41.7883164692245],[-73.41200217159893,41.78836346918829],[-73.41672517314343,41.78852846906284],[-73.41754117341031,41.78855746904124],[-73.41830017365848,41.78858346902099],[-73.42081217447901,41.788655468951184],[-73.42744117664428,41.78884546876698],[-73.42835117694152,41.78887146874168],[-73.43086517776266,41.788943468671775],[-73.43101817781277,41.788950468668034],[-73.43147817796348,41.78897146865673],[-73.431632178014,41.78897946865314],[-73.43363517866912,41.78905146860028],[-73.43964618063504,41.789267468441516],[-73.4416501812905,41.78934046838879],[-73.44306718175416,41.78939546835213],[-73.44731818314516,41.78956046824218],[-73.44801918337457,41.7895884682242],[-73.4487361836092,41.789616468205665],[-73.44948818385451,41.78963346818389],[-73.45174618459119,41.78968446811839],[-73.4524991848369,41.78970246809674],[-73.45462318553122,41.78977346803956],[-73.45491518562662,41.78978246803157],[-73.456890186272,41.78984546797781],[-73.46163718782321,41.78999546784832],[-73.4621651879957,41.790011467833786],[-73.46458218878553,41.79008846776795],[-73.46801318990667,41.790197467674425],[-73.47793719314959,41.79051446740414],[-73.47830919327107,41.79052546739385],[-73.48174219439282,41.79063446730017],[-73.48182219441894,41.790636467297894],[-73.48206219449733,41.79064346729122],[-73.48214219452349,41.79064646728914],[-73.48242819461836,41.79067946728593],[-73.4827561947257,41.79069246727748],[-73.48622019585737,41.790799467182374],[-73.48841419657408,41.79086646712197],[-73.4890451967802,41.79088546710456],[-73.48906619678709,41.79088646710405],[-73.48952819693758,41.79089346708995],[-73.48989619705819,41.790911467081145],[-73.49147519757406,41.7909604670378],[-73.49852519987881,41.79120546684937],[-73.5079312029537,41.79153246659786],[-73.50787020297396,41.792203466729035],[-73.50771320302523,41.79391646706395],[-73.50746220310798,41.796667467601765],[-73.50724120317899,41.79905846806927],[-73.50708920322823,41.800709468392036],[-73.50708420323038,41.80077246840432],[-73.50588220366278,41.81454347109385],[-73.50524620389183,41.82183047251666],[-73.50525020389476,41.82185847252191],[-73.50525820390588,41.82200047254895],[-73.5053162040405,41.823936472919314],[-73.50531320404023,41.82394847292173],[-73.50528820403834,41.824052472942554],[-73.50528120404168,41.82414647296088],[-73.50525720405045,41.824423473014946],[-73.50430820432226,41.8341214749114],[-73.50193820500213,41.858339479645316],[-73.5019542050153,41.85847247967034],[-73.50198520504053,41.85872547971792],[-73.50179320508406,41.86049348006402],[-73.50113720523433,41.86655848125113],[-73.50102120526145,41.86764048146287],[-73.50094520527877,41.86834148160006],[-73.50091820528435,41.86858048164688],[-73.50078220531357,41.86980548188673],[-73.50037320540106,41.873482482606676],[-73.50023820543069,41.87470848284667],[-73.50016120544666,41.8753924829806],[-73.49993320549575,41.877446483382705],[-73.49990520550193,41.877701483432624],[-73.499892205507,41.877856483462814],[-73.49986420551444,41.878132483516765],[-73.49978520553405,41.878887483664386],[-73.49955020559352,41.881152484107204],[-73.49947320561382,41.881908484254964],[-73.49944520561961,41.88215648430353],[-73.4993642056381,41.88290348444966],[-73.49933720564425,41.883152484498375],[-73.49918420567822,41.88454748477136],[-73.49872620578053,41.88873448559059],[-73.49857420581486,41.89013048586369],[-73.49857320581474,41.89013348586431],[-73.49857220581495,41.89014248586607],[-73.49857220581518,41.89014648586686],[-73.49851820582607,41.89062048595964],[-73.4983582058594,41.89204248623799],[-73.49830520587068,41.89251748633096],[-73.4982962058761,41.89265648635793],[-73.49732020639202,41.90653448905428],[-73.49731720639356,41.90657648906245],[-73.4970542065762,41.911040489927856],[-73.49705720657953,41.91107948993524],[-73.49705820658104,41.91109948993905],[-73.4970572065853,41.911175489953656],[-73.4967562069073,41.91816349130446],[-73.49667920699024,41.91995949165158],[-73.49660220707321,41.92175649199888],[-73.49476020647148,41.92171149205202],[-73.49131420534782,41.92166149215793],[-73.48097620197683,41.921512492475806],[-73.47753020085317,41.92146349258184],[-73.47737620080291,41.921460492586434],[-73.47720520074711,41.921457492591585],[-73.47623220042995,41.92144549262188],[-73.47611320039118,41.92144449262567],[-73.47590820032421,41.921439492631585],[-73.47490519999656,41.92141549266058],[-73.47114019876668,41.92132549276941],[-73.47081319866004,41.9213204927794],[-73.47062119859697,41.92131049278391],[-73.47034119850585,41.92130949279309],[-73.46985219834592,41.92129449280658],[-73.46736819753467,41.92123849287903],[-73.46575419700847,41.921217492929024],[-73.46091319543036,41.92115749307958],[-73.45930019490456,41.921137493129734],[-73.45874719472395,41.921125493145944],[-73.45708819418233,41.92109149319494],[-73.45653519400182,41.92108049321134],[-73.45633319393595,41.92107749321752],[-73.45572819373874,41.921070493236435],[-73.45552719367323,41.92106849324278],[-73.455411193636,41.9210764932482],[-73.45506619352531,41.92110249326472],[-73.45495119348848,41.921111493270296],[-73.44473619015179,41.92087549356677],[-73.43654318747102,41.9206114937901],[-73.42221018278106,41.92015049418071],[-73.42215918276435,41.92014849418203],[-73.41197117942455,41.91972049444023],[-73.40378217674004,41.91937749464783],[-73.40236017627521,41.9193404946882],[-73.39850717501577,41.91924049479763],[-73.39822117492226,41.91923249480563],[-73.39809617488135,41.91922849480903],[-73.3974481746695,41.9192114948274],[-73.39667517441679,41.91919049484917],[-73.39639217432381,41.919175494855736],[-73.39610917423084,41.9191604948623],[-73.39550117403107,41.91912749487626],[-73.3919811728748,41.918941494958],[-73.39108517258047,41.918894494978886],[-73.39080817248946,41.918879494985255],[-73.38588617088404,41.9188104951362],[-73.37461416720727,41.918652495481766],[-73.37410416704057,41.918639495496265],[-73.37112416606628,41.918560495580444],[-73.36620516445804,41.918430495719434],[-73.36547516421969,41.91841649574108],[-73.36420416380484,41.918394495779204],[-73.36328616350512,41.91837749580654],[-73.36255716326716,41.91836449582833],[-73.3624011632163,41.918362495833144],[-73.36226616317236,41.918362495837634],[-73.36206916310822,41.918361495843996],[-73.36193516306454,41.91836049584828],[-73.36192416306095,41.918360495848646],[-73.36178016301406,41.91835949585327],[-73.36170816298542,41.91827249583895],[-73.36161016294675,41.91815849582033],[-73.36110516274718,41.91756849572389],[-73.36110316274599,41.91755949572225],[-73.36105916271627,41.91730149567419],[-73.36088916260196,41.9163134954902],[-73.36087416258458,41.91610449545056],[-73.36082116252159,41.915338495305285],[-73.3608691624971,41.91466649517469],[-73.3611671625154,41.913349494911934],[-73.36121916248212,41.91250849474876],[-73.36127216244998,41.91168149458821],[-73.36121516240885,41.91130349451753],[-73.36105316229163,41.91022249431539],[-73.36100716225833,41.90991549425799],[-73.36066516207477,41.90870449403686],[-73.3604841619313,41.90728749377082],[-73.36051216192377,41.90700849371632],[-73.36058716190536,41.90629149357615],[-73.36049616185427,41.90593149351007],[-73.36016416166777,41.904616493268605],[-73.35992316155082,41.903970493152585],[-73.35964116141413,41.90321749301738],[-73.3596921613827,41.90241249286111],[-73.35969316138265,41.90240649285992],[-73.36012716145368,41.90123049261963],[-73.36106716162881,41.89904049216776],[-73.36109016158237,41.89813649199336],[-73.36065216137587,41.89706349180187],[-73.3600451611475,41.89654549172261],[-73.3591901608368,41.89599949164621],[-73.35886516069344,41.895368491535834],[-73.3586721605738,41.894415491359226],[-73.35861516047082,41.89299949108913],[-73.35864816046086,41.89265249102139],[-73.35872016044009,41.89191149087665],[-73.35854916034977,41.891329490770545],[-73.35795916008682,41.89013849056141],[-73.35779415998324,41.8893014904061],[-73.35779415997597,41.88917949038268],[-73.35779215991623,41.88818849019237],[-73.35805815996152,41.88749649005058],[-73.35841016005001,41.8870604899551],[-73.35869016012906,41.88685848990696],[-73.35939016032675,41.88635548978704],[-73.36036316061639,41.885904489668],[-73.36045816064473,41.885861489656584],[-73.36114216086138,41.88576348961499],[-73.36207716115753,41.88562948955813],[-73.36295216142902,41.885409489486726],[-73.3644281618702,41.884756489312124],[-73.36538516215334,41.8842844891896],[-73.36582116222094,41.88303948893587],[-73.36581716215464,41.88194948872659],[-73.36577916213267,41.88178848869692],[-73.3656211620423,41.88113448857653],[-73.36524016186557,41.880248488418985],[-73.36513216179436,41.879643488306336],[-73.36507816172013,41.878692488125395],[-73.36518516165134,41.87695448778786],[-73.36523416161513,41.8760794876181],[-73.36524016161124,41.87598148759906],[-73.36542216161244,41.875008487406035],[-73.36519416150313,41.874418487300254],[-73.36495716138933,41.873802487189764],[-73.36426516107625,41.87232548692897],[-73.36397616095361,41.87184448684613],[-73.36394216093922,41.871788486836515],[-73.3638421608968,41.87162248680794],[-73.36383216089253,41.871605486804995],[-73.36382516088763,41.87156148679677],[-73.36359016072929,41.870186486540334],[-73.36364716071203,41.869585486422935],[-73.36368516070151,41.86920148634786],[-73.36404416078992,41.868725486244436],[-73.36448116092704,41.86864148621374],[-73.36560216131033,41.86895548623679],[-73.36708316178239,41.868794486156546],[-73.3682921621511,41.868383486037324],[-73.36864716224834,41.86807748596668],[-73.36875016227395,41.86794548593789],[-73.3690511623491,41.867563485854454],[-73.3692401623751,41.8669684857338],[-73.36920016233344,41.866487485642686],[-73.36915316229421,41.86608548556698],[-73.36912916227396,41.8658764855276],[-73.36929416230534,41.86550248545023],[-73.36945616234652,41.865309485407735],[-73.36986616246841,41.86511748535719],[-73.37045816264464,41.864843485284815],[-73.37115116283194,41.86420448513893],[-73.37132316287523,41.863992485092446],[-73.37178016299026,41.86342848496882],[-73.37227216311386,41.862817484835],[-73.37267416321843,41.86237848473723],[-73.37330816338358,41.86168948458367],[-73.37350116342633,41.86135348451268],[-73.37389016351224,41.86067248436881],[-73.37402816354164,41.86041248431424],[-73.37432816360555,41.85984748419565],[-73.37452916362622,41.859097484044774],[-73.37460616359255,41.858111483852674],[-73.374443163491,41.857296483701404],[-73.37439016345792,41.85703048365204],[-73.37413716333003,41.85626448351321],[-73.37395516323798,41.85571248341313],[-73.37391816321158,41.85547148336803],[-73.37373916308175,41.8542684831427],[-73.3739391630851,41.85323248293687],[-73.3740381631068,41.853056482899724],[-73.37430316316511,41.852588482800925],[-73.37454716323546,41.85243748276378],[-73.37469116327692,41.85234748274168],[-73.37500116336676,41.85216348269598],[-73.3752581634327,41.85186748263051],[-73.3755721635135,41.85150948255122],[-73.37565216352755,41.85130848250993],[-73.37576516354744,41.85102548245174],[-73.37575116350067,41.850316482315876],[-73.37542316336288,41.84979348222624],[-73.37513716324963,41.84945348217039],[-73.3748131631213,41.84906748210693],[-73.37456316302014,41.848733482051024],[-73.3742821629065,41.84835948198847],[-73.3740391628082,41.84803548193424],[-73.37378616266878,41.847075481758075],[-73.37378616266861,41.8470724817575],[-73.37390316267975,41.84662048166668],[-73.37400116268877,41.846236481589585],[-73.37418216270612,41.84553948144952],[-73.37438416274674,41.845118481361844],[-73.37455616278147,41.844762481287646],[-73.37467716280575,41.84450948123498],[-73.37494716286724,41.84406748114098],[-73.37591716309545,41.84260248082696],[-73.37602816310958,41.842233480752306],[-73.3763831631552,41.84106048051489],[-73.37693916329212,41.84032348035465],[-73.37760716346408,41.83956348018624],[-73.3777131634726,41.839127480098874],[-73.3776201633994,41.83840547996311],[-73.37794216345439,41.83757047979178],[-73.37862916362343,41.836657479593306],[-73.38043116413621,41.83542947929714],[-73.38062916419031,41.83525647925728],[-73.38155716444395,41.83444847907098],[-73.38227416463985,41.83382347892689],[-73.38277916477037,41.83325747880121],[-73.38279516477448,41.833239478797196],[-73.38306316483835,41.832848478713075],[-73.3836181649709,41.83204347853975],[-73.3836811649859,41.831951478519954],[-73.38384816501812,41.83158047844304],[-73.38405416505807,41.831126478348835],[-73.38411716507028,41.830987478320004],[-73.3839331649583,41.830110478157415],[-73.38344216476517,41.82954747806546],[-73.38295016457174,41.828984477973506],[-73.3811461639134,41.82777647780115],[-73.37990916344411,41.8266474776251],[-73.37928416321209,41.82616247755258],[-73.37863816297222,41.82566047747749],[-73.37779616267102,41.82519847741661],[-73.37778116266585,41.82519347741616],[-73.37715016244853,41.82498847739769],[-73.3767301623039,41.824852477385505],[-73.37606316209353,41.82496147742866],[-73.3754881619188,41.82516647748724],[-73.37522916183589,41.82518847750008],[-73.37500116176302,41.8252094775117],[-73.37460216163386,41.825218477526704],[-73.37456816162238,41.82521147752648],[-73.373869161387,41.82507447752338],[-73.37360316128714,41.82484947748893],[-73.3727591609703,41.82413547737963],[-73.37274016096241,41.82410647737468],[-73.37189616061207,41.822828477156825],[-73.37172316052748,41.822351477070804],[-73.3715991604666,41.82200547700835],[-73.37159916046501,41.82197847700315],[-73.37161016044271,41.82154347691909],[-73.37176116048153,41.821370476880766],[-73.37201916054774,41.821073476815045],[-73.37212316057455,41.82095547678888],[-73.37221816059942,41.820854476766286],[-73.37267516071911,41.82036847665757],[-73.37277016073834,41.82017247661668],[-73.37294416077394,41.819819476542975],[-73.3730741608005,41.81955547648785],[-73.37330216082637,41.818743476323995],[-73.37357616085792,41.81777547612861],[-73.37395916092615,41.816828475933626],[-73.37461016110295,41.8162424757992],[-73.37499616120857,41.81590847572208],[-73.37500116120995,41.81590447572115],[-73.3757981614213,41.81510147554011],[-73.3760001614748,41.81489647549394],[-73.37634016156501,41.81455447541682],[-73.37662916164422,41.81430647535947],[-73.3768481617043,41.8141194753162],[-73.37711616177786,41.81389147526341],[-73.3774141618626,41.813687475214245],[-73.3776621619333,41.813520475173824],[-73.37939916246168,41.81291047499868],[-73.37989516261256,41.8127364749487],[-73.38005516265876,41.8126384749245],[-73.38040016276234,41.81249447488532],[-73.38111816297511,41.81214747479465],[-73.38194416321008,41.811583474658626],[-73.3831561635524,41.81071447445105],[-73.38365016368765,41.81028847435263],[-73.3844861639144,41.80953147417914],[-73.38455616393423,41.809482474167375],[-73.3848621640211,41.80927047411637],[-73.38555916421868,41.80878247399926],[-73.386448164476,41.8082504738673],[-73.38671116455424,41.808128473835055],[-73.38796116492617,41.80755047368223],[-73.38870416514703,41.80720347359071],[-73.38948916539388,41.80706347353765],[-73.3899931655581,41.80707047352223],[-73.39055116575207,41.80728247354446],[-73.39067116579382,41.807328473549326],[-73.39112516595058,41.807483473564055],[-73.39176116615664,41.80747247354079],[-73.39250716637261,41.80702647343011],[-73.39377316672524,41.80603647319744],[-73.39392716676981,41.805944473174584],[-73.39418616683945,41.805699473118814],[-73.39487416702495,41.80505847297254],[-73.39582816724658,41.80357047265437],[-73.3970171675503,41.80217947234704],[-73.39771716772742,41.8013314721605],[-73.39810816782638,41.80085847205643],[-73.39846316790995,41.80032347194163],[-73.39896216802732,41.79956947177986],[-73.39940316813706,41.79900447165642],[-73.39958216818157,41.79877447160619],[-73.40145616869371,41.79714447123],[-73.4024231689571,41.79628847103304],[-73.40342716923048,41.79539847082827],[-73.40439316949947,41.79464247065057],[-73.40494216965239,41.794213470549685],[-73.40534416976652,41.793935470482786],[-73.40659517012907,41.79319547029867],[-73.40724017030828,41.79268447017881],[-73.40769517042558,41.79217047006472],[-73.40865017064394,41.79062246973486],[-73.40970117089073,41.78902846939295],[-73.41013017098652,41.78829446923733]]]},"properties":{"name":2621,"geoid":"09005262100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.06205705030989,41.65974345589917],[-73.06261505025438,41.655662455091324],[-73.06273905024256,41.6547644549135],[-73.06276305024025,41.65459045487904],[-73.06278705023797,41.65441645484458],[-73.06297705021863,41.65301945456806],[-73.0640030501179,41.645536453086365],[-73.06401405011684,41.6454564530705],[-73.06409305010911,41.64488045295645],[-73.06436705011431,41.64343545266781],[-73.06439205011492,41.643305452641826],[-73.06467205012005,41.641825452346204],[-73.06482005012305,41.64104745219078],[-73.06398804976749,41.63957945193376],[-73.06375804966338,41.63907345184332],[-73.0631280493781,41.637684451595],[-73.0616150486933,41.63435445099969],[-73.06127404853929,41.63360945086656],[-73.05699804660802,41.62426244919613],[-73.05480304561677,41.61946344833825],[-73.05466004555213,41.619149448282094],[-73.05309004484336,41.615719447668894],[-73.05036304361211,41.60975644660261],[-73.0572710456998,41.60704444585201],[-73.05771604583427,41.60686944580359],[-73.05777104585086,41.606847445797534],[-73.05789704588891,41.606797445783734],[-73.05802504592766,41.60674844577007],[-73.05875704616157,41.606680445733026],[-73.05859804611707,41.60680444576224],[-73.05835404607045,41.607368445879466],[-73.05834604606889,41.60738644588322],[-73.05834404609872,41.607913445985375],[-73.05862004625769,41.6091104462083],[-73.05867004637913,41.61092744655867],[-73.05850904643525,41.61280044692676],[-73.0584240464969,41.61434244722825],[-73.05824904647592,41.614962447354046],[-73.05807504645529,41.61558244747981],[-73.0578990464344,41.616209447607],[-73.05832804665286,41.61757444785742],[-73.05837504667672,41.61772244788456],[-73.05912004703833,41.61978644826004],[-73.05944704716636,41.6201624483222],[-73.05978204728235,41.62028544833508],[-73.05985504730758,41.620311448337745],[-73.06006504738028,41.62038844834581],[-73.06139004781663,41.62048844832198],[-73.06312204840378,41.6209084483468],[-73.06496104907114,41.62211244851999],[-73.0664970496343,41.623217448683874],[-73.06724804992268,41.623982448807524],[-73.06752305003464,41.624372448874084],[-73.06754105007741,41.62500944899685],[-73.06754805008552,41.62511044901618],[-73.06759605010659,41.62520444903282],[-73.06771105015113,41.625328449053065],[-73.06788705021383,41.625423449065735],[-73.06840405044196,41.62646044924968],[-73.06869805055325,41.62673244929274],[-73.06919505070694,41.62659744925038],[-73.06968305087672,41.626790449271816],[-73.07023305110488,41.627643449419054],[-73.0705400512203,41.62791344946132],[-73.0706600512655,41.62802044947813],[-73.07149705156336,41.628466449537164],[-73.07222205181495,41.628742449566936],[-73.07392305240535,41.62939144963708],[-73.07487205273497,41.62975744967697],[-73.07526605288139,41.63007444972547],[-73.07586205310297,41.63055544979915],[-73.07637605328478,41.630810449831735],[-73.07681305342841,41.63083844982289],[-73.07704905350899,41.63090544982816],[-73.07732005360141,41.630980449833835],[-73.07735705361407,41.63099144983476],[-73.07770505374297,41.63126444987626],[-73.07787405381676,41.63158944993366],[-73.07796505385636,41.631762449964185],[-73.07797605386497,41.631849449980656],[-73.07730705376524,41.63387745039513],[-73.07940105468322,41.63797045111911],[-73.07960105479697,41.638810451275184],[-73.08023905508858,41.64026245153541],[-73.07986505503779,41.64148145178357],[-73.08022505516692,41.64169045181226],[-73.08039305523134,41.641859451839494],[-73.08068605533835,41.64206245186921],[-73.08085405540199,41.64221845189391],[-73.08091305543613,41.64247645194193],[-73.08091305544374,41.64260745196729],[-73.0808320554249,41.64273645199489],[-73.08076605542954,41.643185452083955],[-73.08084705547476,41.6435114521444],[-73.0808910555069,41.643818452202375],[-73.08092805552654,41.64394945222653],[-73.08100805555861,41.64405445224425],[-73.08114005560738,41.644155452259476],[-73.08121305563742,41.6442644522782],[-73.08121305564607,41.644413452307035],[-73.08108105561196,41.64456445234057],[-73.08133005573445,41.64528045247101],[-73.08112605576338,41.64692045279507],[-73.08103805576607,41.647459452902254],[-73.08106005578263,41.647621452932896],[-73.08109705579703,41.64766245293962],[-73.08154605595068,41.64779545295069],[-73.08192405607012,41.64773645292692],[-73.08268205630972,41.6476204528797],[-73.08848905832576,41.64983745311898],[-73.08856605840477,41.65076645329624],[-73.0897060587591,41.65048845320518],[-73.09307205991826,41.651610453312266],[-73.09284105989663,41.65253045349783],[-73.09376706019911,41.65255645347258],[-73.09435406045665,41.65370545367572],[-73.09434706045556,41.653725453679826],[-73.0944380605,41.65398145372637],[-73.09442306050396,41.65413345375627],[-73.0945770605785,41.65455445383268],[-73.09492606070849,41.65483945387643],[-73.09524206081613,41.65492445388254],[-73.09539106086461,41.654925453877865],[-73.09570006097107,41.655029453887884],[-73.09616706112895,41.65513445389291],[-73.09670206131247,41.655300453907536],[-73.09691206138162,41.655315453903576],[-73.09799606175721,41.65571645394573],[-73.09830606186344,41.65581045395377],[-73.0996390623279,41.65634745401406],[-73.10036206257793,41.65660645404052],[-73.10105406281335,41.656787454052925],[-73.10221306320503,41.65704545406492],[-73.10288306343783,41.65730445409312],[-73.10318406353852,41.65735345409275],[-73.10337106359802,41.657331454082374],[-73.10359706367264,41.65735145407886],[-73.10365006369206,41.657389454084466],[-73.10369506370995,41.65744545409384],[-73.10375006374363,41.65771745414466],[-73.10375106375174,41.65785145417055],[-73.10381206377647,41.6579354541848],[-73.1040090638427,41.657973454185715],[-73.10444406398588,41.65800445417747],[-73.10523106423793,41.657940454139336],[-73.10549506432575,41.6579754541375],[-73.10558506435477,41.65797145413375],[-73.10565906437674,41.65793545412437],[-73.10574006439586,41.657811454097754],[-73.10580506440057,41.657529454041054],[-73.10599006444471,41.657254453981814],[-73.10616106449062,41.6570884539441],[-73.10634006454136,41.65696045391349],[-73.10649406458683,41.656881453893156],[-73.10652506459611,41.656868453889615],[-73.10655806460574,41.65684945388487],[-73.10672506465514,41.656765453863166],[-73.10731706483817,41.65660445381265],[-73.1074640648871,41.65662445381171],[-73.10788906502988,41.65670445381327],[-73.10812306511082,41.65678845382187],[-73.10849606523739,41.65688045382747],[-73.10867206530082,41.65698745384241],[-73.10882606536144,41.65716945387258],[-73.10888406538692,41.65728345389273],[-73.108907065424,41.65779245399044],[-73.10898806545883,41.65793845401604],[-73.10923606554512,41.65803645402689],[-73.10945606561292,41.65797245400731],[-73.10977106571295,41.65793245398927],[-73.10991706576058,41.65793545398507],[-73.11029806588841,41.658004453985946],[-73.11045206593833,41.65800245398053],[-73.11058306597893,41.65796845396966],[-73.11100706610615,41.65778645392057],[-73.11187106636889,41.65747645383234],[-73.11202506641703,41.657443453820896],[-73.11221506647215,41.65732945379263],[-73.11242706653756,41.65726945377409],[-73.11251706656407,41.65722245376205],[-73.11253706656997,41.65721245375946],[-73.11282906666021,41.657132453734434],[-73.11321706678143,41.657048453705485],[-73.11364206690583,41.65681245364592],[-73.11375106693868,41.65676845363384],[-73.11402206702884,41.65680445363194],[-73.11406606704662,41.65686445364209],[-73.1141760670935,41.65705545367546],[-73.1142420671189,41.65712345368645],[-73.11433706716299,41.65735045372727],[-73.11437406719992,41.65777845380884],[-73.1144550672473,41.658140453876214],[-73.11441906724684,41.65833345391473],[-73.11414906719895,41.65901845405607],[-73.11408206719125,41.659260454105095],[-73.11411206721125,41.65943645413816],[-73.11410506722231,41.65966545418267],[-73.1139880672096,41.660100454270655],[-73.11399606722506,41.66032145431315],[-73.11395206721646,41.660419454333535],[-73.11376906716362,41.66053345436158],[-73.11357906710798,41.660638454388106],[-73.11352806709455,41.66069245440023],[-73.11352006709718,41.66078245441789],[-73.11360106713383,41.66095945444948],[-73.1137550671908,41.66107845446745],[-73.11439206739934,41.661104454451646],[-73.11451606743962,41.66110445444758],[-73.1147640675197,41.66109545443772],[-73.11520406766962,41.66121445444635],[-73.11538006772781,41.661231454443865],[-73.11553106778085,41.66129945445208],[-73.11574606785629,41.66139545446361],[-73.11612706798257,41.66143745445926],[-73.11654406812636,41.66157945447307],[-73.11681506821652,41.661615454471175],[-73.117027068288,41.66165945447275],[-73.11751806844616,41.661635454452025],[-73.11762506848169,41.66164845445103],[-73.1182060686749,41.66172345444653],[-73.1183450687189,41.66170345443811],[-73.11852806878035,41.6617374544387],[-73.11906206894733,41.661624454399345],[-73.11970606915277,41.6615584543655],[-73.12033506934054,41.6612724542896],[-73.1206940694444,41.66105245423528],[-73.12090106950556,41.6609474542082],[-73.12103806954606,41.66087845419037],[-73.1211110695646,41.66078945417076],[-73.1212580696065,41.6606884541464],[-73.12133806962679,41.660590454124836],[-73.12137606963785,41.66056845411934],[-73.12151006967693,41.66049145410006],[-73.12155306968938,41.660465454093625],[-73.121682069727,41.66039145407509],[-73.12172606973989,41.66036745406899],[-73.12190106979665,41.66036545406288],[-73.12215706988846,41.66051345408313],[-73.12253107003632,41.6609654541583],[-73.12257207005361,41.661033454170116],[-73.12257507005489,41.661038454170985],[-73.12263407009611,41.66141745424236],[-73.1228280701767,41.66171845429423],[-73.12308007029381,41.66232345440302],[-73.12324307037501,41.66280845449149],[-73.12356407050775,41.66329645457535],[-73.12401507067024,41.66356945461338],[-73.1243720707947,41.66371445462973],[-73.12461907088087,41.663815454641174],[-73.12500107102126,41.66409445468263],[-73.12518707108549,41.664159454689106],[-73.12528107111814,41.664195454693],[-73.12537407115046,41.6642314546969],[-73.12548607118727,41.6642384546946],[-73.12568607125313,41.66425345469095],[-73.1258170712935,41.66421545467931],[-73.12592507132679,41.664184454669794],[-73.1261290713921,41.6641674546598],[-73.1263330714574,41.66415045464985],[-73.12734207178025,41.664063454599976],[-73.12737607179119,41.66406145459846],[-73.1276050718645,41.664042454587296],[-73.12783507193807,41.6640224545759],[-73.12788007195205,41.66401145457229],[-73.12872307221339,41.6637944545027],[-73.1293430724056,41.66363545445165],[-73.13035807268538,41.66277545425206],[-73.1305590727408,41.66260545421262],[-73.13075907279588,41.66243545417317],[-73.13095407284958,41.66226945413468],[-73.13120707291938,41.662056454085196],[-73.13165407304257,41.66167745399726],[-73.13286007351803,41.6631114542351],[-73.13387607391861,41.66431945443544],[-73.13407907403048,41.6651074545812],[-73.13420407409953,41.66559545467147],[-73.13494107435028,41.665788454684645],[-73.13562907458449,41.6659704546973],[-73.13571107461242,41.665992454698866],[-73.13654207493049,41.666816454831],[-73.13780707541464,41.66806945503185],[-73.13788507544312,41.66812345503974],[-73.13813007553551,41.668342455074054],[-73.13837507562785,41.668560455108185],[-73.1384450756542,41.668622455117884],[-73.13849207566919,41.668617455115374],[-73.1389640758193,41.66856145508907],[-73.13930607592818,41.668522455070324],[-73.1393540759491,41.668613455086344],[-73.13950307601382,41.66889345513562],[-73.13965207607858,41.669173455184875],[-73.14059207648738,41.670945455496714],[-73.14093507663658,41.671592455610565],[-73.1415320768962,41.67271745580853],[-73.14149607688495,41.67272545581125],[-73.14139007685186,41.67274845581917],[-73.141355076841,41.67275745582205],[-73.14060407661934,41.67314145592091],[-73.13873707606906,41.674110456169466],[-73.1347170748474,41.67556545658256],[-73.1345730748053,41.675646456602955],[-73.1343090747282,41.6757954566404],[-73.1341420746794,41.675889456664045],[-73.1339990746377,41.67597145668458],[-73.13380707458079,41.67606545670906],[-73.13370707455127,41.6761164567222],[-73.1332340744111,41.676349456782745],[-73.13304307435457,41.67644445680736],[-73.13151407390023,41.67717545699882],[-73.12692707253746,41.67937245757386],[-73.12539907208352,41.68010545776565],[-73.12466407186527,41.680459457858156],[-73.1224610712113,41.681524458136224],[-73.12172707099342,41.681879458228906],[-73.12123407084803,41.68213445829434],[-73.11975507041205,41.68290245849126],[-73.11926307026704,41.68315845855686],[-73.11896007017852,41.68332945859986],[-73.11892307016778,41.683351458605316],[-73.11858307006852,41.683544458653756],[-73.11816606994671,41.68378045871305],[-73.11805106991308,41.68384445872918],[-73.117749069825,41.68401745877251],[-73.11749506974796,41.6841124587992],[-73.11726306967762,41.68419945882361],[-73.11580506923552,41.68474545897693],[-73.11531906908816,41.68492745902803],[-73.11502506900219,41.685092459069544],[-73.11414406874485,41.68559045919467],[-73.11385106865927,41.68575645923635],[-73.11365906859896,41.6857924592496],[-73.11354806856487,41.68582645925982],[-73.1134410685324,41.685866459271054],[-73.11327906848376,41.68593545928969],[-73.11316106844839,41.68598645930342],[-73.11220106816297,41.686443459423195],[-73.11164306799654,41.68670045949115],[-73.11139106792152,41.68681845952222],[-73.11127106788605,41.68687945953794],[-73.11111006783943,41.68697745956215],[-73.11099706780665,41.687045459579],[-73.11085806776573,41.687118459597656],[-73.11071406772294,41.6871874596157],[-73.11068806771513,41.68719845961871],[-73.11014606755276,41.687435459682256],[-73.1098670674687,41.68754945971342],[-73.10959206738617,41.68766745974524],[-73.10937706732223,41.687769459771985],[-73.1092830672943,41.68781445978376],[-73.10894906719534,41.68797945982661],[-73.108516067067,41.688192459881954],[-73.10835806701978,41.68826345990086],[-73.10799206691047,41.68842945994493],[-73.10768706682094,41.68859445998681],[-73.1074410667482,41.68871846001884],[-73.1068920665844,41.68897046008552],[-73.10658206649153,41.68910646012196],[-73.10638706643324,41.68919346014516],[-73.10598606631376,41.689380460194435],[-73.10582706626732,41.689470460217045],[-73.10550306617081,41.68962146025684],[-73.10462806591023,41.69003146036474],[-73.10403406573299,41.69030346043675],[-73.10401906572851,41.69031046043859],[-73.10378206565841,41.69042946046937],[-73.10372706564252,41.69046346047773],[-73.10367906562912,41.69050146048666],[-73.10361606561236,41.690565460501084],[-73.10359206560659,41.69060046050864],[-73.10272606534943,41.691018460617784],[-73.10013106457899,41.692274460945505],[-73.0992660643222,41.692693461054795],[-73.09915106428772,41.69274346106825],[-73.0988070641848,41.692896461109065],[-73.09869306415071,41.69294746112265],[-73.09718006370014,41.69365646130922],[-73.09648006349168,41.69398446139553],[-73.09540906317284,41.694488461527996],[-73.09257506231782,41.69562746184089],[-73.09244806227956,41.69567946185509],[-73.09102606185068,41.69625346201257],[-73.09080006178249,41.69634446203755],[-73.09012406157886,41.696621462113214],[-73.08989906151106,41.696713462138355],[-73.08928806132856,41.69699046221189],[-73.0881950610021,41.69748646234351],[-73.08745606078132,41.69782146243244],[-73.08684606059919,41.69809946250613],[-73.08653806047225,41.6976394624273],[-73.08636806040126,41.69736946238068],[-73.08621106033495,41.697107462335175],[-73.08567206010449,41.696159462169575],[-73.08542005999864,41.69574846209838],[-73.0853090599513,41.69555546206471],[-73.08510105986102,41.69516646199632],[-73.0849170597804,41.69480946193334],[-73.08452905960819,41.69401846179314],[-73.08432505951671,41.69358646171631],[-73.08375105925774,41.692343461494815],[-73.08367205922202,41.69217146146415],[-73.083344059073,41.69144346133415],[-73.08313105897878,41.6910144612582],[-73.08301405892624,41.690765461213886],[-73.08283905884588,41.69036246114171],[-73.08272205879027,41.69006046108716],[-73.0826780587702,41.68996146106944],[-73.08255105871606,41.68974046103088],[-73.08247905868402,41.68959246100462],[-73.08241605865481,41.68944246097769],[-73.08236505862934,41.68928946094978],[-73.08232405861077,41.68919946093373],[-73.08187005840233,41.68815446074653],[-73.08177205835872,41.6879524607107],[-73.08170405832915,41.68782446068818],[-73.08164405830418,41.687730460671965],[-73.0813840581994,41.687382460613186],[-73.08071905793408,41.686538460471766],[-73.08064805790552,41.68644446045592],[-73.08060405788774,41.68638446044575],[-73.08049205784329,41.68624646042274],[-73.08041705781403,41.68616246040894],[-73.08031605777559,41.686066460393675],[-73.07989905761949,41.68571346033907],[-73.0797990575811,41.685612460322815],[-73.07971205754681,41.685509460305745],[-73.0796480575203,41.6854114602889],[-73.07953305746862,41.68516546024508],[-73.07929505735603,41.6845604601359],[-73.07921005731455,41.684322460092666],[-73.0791050572561,41.68390446001528],[-73.0790700572379,41.6837874599938],[-73.07901505721125,41.68363645996641],[-73.07896305718852,41.683536459948755],[-73.07890205716306,41.68343945993201],[-73.07874405709906,41.68322245989522],[-73.07815905686624,41.68248945977262],[-73.07813105685503,41.68245345976656],[-73.0780960568404,41.68239745975688],[-73.0780850568357,41.68237845975357],[-73.0780460568181,41.6822934597384],[-73.0780130568023,41.68220645972266],[-73.07799005678994,41.68212245970717],[-73.07795605676911,41.6819544596758],[-73.07792605674824,41.68176345963983],[-73.07791205673563,41.68162445961343],[-73.07785005667927,41.68100245949519],[-73.07784205666503,41.68080245945677],[-73.0778750566642,41.68060345941721],[-73.07791905664824,41.68008345931522],[-73.07793105663703,41.67982345926455],[-73.0779370566204,41.679504459202676],[-73.07793405661415,41.679413459185184],[-73.07793205661136,41.679376459178094],[-73.07788705659014,41.679263459157724],[-73.07784005656946,41.679170459141254],[-73.07761205647283,41.67878345907387],[-73.0774850564199,41.678583459039366],[-73.0772280563145,41.678207458975045],[-73.07718205629448,41.67812045895974],[-73.07713905627573,41.678038458945274],[-73.07712005626539,41.67796645893196],[-73.07701205619851,41.677420458829914],[-73.0769360561438,41.676904458732615],[-73.07675505601057,41.67562545849118],[-73.07667305595538,41.67513445839891],[-73.07662905592642,41.67488245835161],[-73.07658705589817,41.67463145830444],[-73.07655705587493,41.67439945826056],[-73.07656105586815,41.67426045823353],[-73.07657405586744,41.67417545821668],[-73.07658505586805,41.67412445820646],[-73.0766440558728,41.67387645815656],[-73.07674005588635,41.67357245809465],[-73.07692005591194,41.6730064579793],[-73.07702205592493,41.672659457908836],[-73.07707505593197,41.67248445787327],[-73.07710705593476,41.67235345784688],[-73.07711805593631,41.67231845783976],[-73.07712405593286,41.67222545782157],[-73.07712105593095,41.672209457818575],[-73.07711605592722,41.67217345781178],[-73.07707105590532,41.67204845778907],[-73.07703005588793,41.67197845777687],[-73.0769460558508,41.67180945774693],[-73.07688205582244,41.671679457723876],[-73.07774605609058,41.671460457653275],[-73.07859405635432,41.67125545758593],[-73.07881005642267,41.671223457572665],[-73.0789200564576,41.67120945756636],[-73.0790660565049,41.671206457561006],[-73.07935005659768,41.67121445755328],[-73.07948905664357,41.671226457551064],[-73.07969305671156,41.671255457550004],[-73.07979705674764,41.67129445755414],[-73.08007305682945,41.67115845751881],[-73.08066705700568,41.67086845744331],[-73.0809040570758,41.670749457412555],[-73.08118005715755,41.67061245737703],[-73.0812070571655,41.67059845737344],[-73.08128905718979,41.67055745736284],[-73.08131705719812,41.670544457359405],[-73.08179805733808,41.67026245728914],[-73.08115405709287,41.669645457190846],[-73.08105205705479,41.66956045717773],[-73.08089405699708,41.669451457161834],[-73.08073205693984,41.669372457151844],[-73.08064705691041,41.66934145714862],[-73.08045505684515,41.66929245714541],[-73.08035405681173,41.66928245714679],[-73.08019105675943,41.66929445715443],[-73.08010605673343,41.66932245716263],[-73.0800960567277,41.66927945715464],[-73.08007205671599,41.66921245714247],[-73.08004605670068,41.669094457120494],[-73.0799830566673,41.66887245707961],[-73.07990105662762,41.668648457038955],[-73.07983505659749,41.6684994570123],[-73.0797970565809,41.66842645699942],[-73.07973905655669,41.668334456983516],[-73.07960305650232,41.66815945695411],[-73.07947505645204,41.66801045692949],[-73.07937005640885,41.66785445690276],[-73.07929905637717,41.66770645687643],[-73.07920505632637,41.66735845681219],[-73.07938605636808,41.66706345674921],[-73.07954005640372,41.66681545669622],[-73.07970105643915,41.666524456634654],[-73.07976605645275,41.666395456607574],[-73.0798650564717,41.66616745656024],[-73.07987105647243,41.666146456555985],[-73.07989805647661,41.66606745653982],[-73.07991205647772,41.66600845652797],[-73.07991905647825,41.66597845652193],[-73.0799340564779,41.66588845650402],[-73.07994105647559,41.6658094564885],[-73.07993605646261,41.665614456450946],[-73.07992005644894,41.665468456423234],[-73.07988705642943,41.6653174563951],[-73.07985905641452,41.665217456376666],[-73.07979105638091,41.665019456340595],[-73.07967205632589,41.664738456290124],[-73.0796580563193,41.6647034562838],[-73.07958305628196,41.66448045624312],[-73.07955205626534,41.66436745622227],[-73.0795280562509,41.66425345620102],[-73.0795090562374,41.664127456177255],[-73.0794990562269,41.66400245615339],[-73.07950205622187,41.66389945613338],[-73.07953505622064,41.663693456092446],[-73.07963605622434,41.66319245599224],[-73.0797390562183,41.66251245585732],[-73.07978205622106,41.662319455818576],[-73.0798430562287,41.66210945577595],[-73.08003705625526,41.66148145564813],[-73.08018905627641,41.66099545554914],[-73.0802310562809,41.660837455517196],[-73.08032105628504,41.660405455430684],[-73.08032005628024,41.660328455415815],[-73.08031905626655,41.66009845537135],[-73.08031905626214,41.66002245535665],[-73.08031905625823,41.65995545534369],[-73.08031905625614,41.65991945533673],[-73.0803090562435,41.65975745530571],[-73.08030505623836,41.65969145529307],[-73.0802930562219,41.659475455251666],[-73.08027105619813,41.65918945519706],[-73.08025205617707,41.658933455148144],[-73.08022505615756,41.65874845511323],[-73.08021405614195,41.65854145507356],[-73.08019805610799,41.65804645497831],[-73.08018605609858,41.657951454960305],[-73.08016505608518,41.65783845493914],[-73.08012505606382,41.65769445491259],[-73.08007905603928,41.657529454882166],[-73.08005605602912,41.65748345487403],[-73.08004705602515,41.65746545487084],[-73.0799200559708,41.657240454831445],[-73.07980405592525,41.65710545480911],[-73.07967505587409,41.65694645478256],[-73.07957305583362,41.656820454761515],[-73.07913205566507,41.656386454691955],[-73.07903205562711,41.65629245467705],[-73.07888105556816,41.65612245464908],[-73.0786270554691,41.655838454602424],[-73.07851005542226,41.65568645457683],[-73.07841505538386,41.65555745455499],[-73.07834405535388,41.65543845453426],[-73.07833005534793,41.655414454530096],[-73.07821105529288,41.655132454479414],[-73.0781260552455,41.65479245441641],[-73.07794505514225,41.65402745427429],[-73.07793305513532,41.65397545426463],[-73.0778160550729,41.65355545418717],[-73.07778205505895,41.65350545417862],[-73.07763505500432,41.65338745416059],[-73.07720505484852,41.65311145412124],[-73.07710505481208,41.65304345411132],[-73.07700605477595,41.65297545410141],[-73.07692005474458,41.65291645409279],[-73.07683405471312,41.652856454084],[-73.07675205468323,41.65280045407584],[-73.07650805459421,41.65263345405149],[-73.0764270545647,41.65257845404348],[-73.07639305455186,41.65254745403861],[-73.07629405451428,41.65245445402385],[-73.0762610545018,41.65242445401911],[-73.07624305449717,41.65244545402377],[-73.07618105448545,41.65259045405385],[-73.07610805447432,41.65280745409823],[-73.07607905447198,41.652929454122784],[-73.07606105447502,41.65308245415298],[-73.07606605448441,41.65321645417874],[-73.0760690544898,41.65329245419335],[-73.07609105450543,41.65343845422088],[-73.07641705468104,41.65463745444224],[-73.07647905471134,41.65481245447408],[-73.07657205475081,41.654971454501805],[-73.07676605483175,41.65527945455506],[-73.07688505488535,41.6555364546009],[-73.07697005492356,41.65571845463334],[-73.0771780550256,41.65631145474129],[-73.0771920550355,41.65640345475862],[-73.07719105504181,41.65651745478071],[-73.07717105504054,41.65660745479879],[-73.07714605503654,41.65667845481333],[-73.07695305499593,41.657059454893364],[-73.07648905489629,41.65794045507896],[-73.0764350548825,41.65800545509332],[-73.07637405486611,41.65806445510673],[-73.07627105483623,41.65812645512209],[-73.07611605479067,41.65820945514321],[-73.07597005474722,41.65827845516134],[-73.07539705457701,41.65855445523345],[-73.07529205454641,41.658615455248686],[-73.07499805446156,41.658799455293895],[-73.07487605442532,41.658858455309286],[-73.07478305439702,41.6588914553187],[-73.07424605422977,41.65901745536061],[-73.07326705392212,41.65919945542783],[-73.07267505373929,41.659364455479086],[-73.0722310536026,41.65949545551893],[-73.07190305350218,41.65960245555035],[-73.0717640534599,41.65965245556457],[-73.07143805336412,41.659827455609076],[-73.0713180533276,41.659870455621316],[-73.07120005329034,41.659889455628836],[-73.07112205326457,41.659882455630026],[-73.07108005325013,41.6598684556287],[-73.07098605321562,41.659800455618615],[-73.0708530531645,41.65966445559665],[-73.07070505311016,41.65955745558079],[-73.07055005305556,41.65948445557171],[-73.07045805302401,41.659456455569305],[-73.0703050529727,41.65942945556907],[-73.07011605291012,41.65940945557138],[-73.06914205259083,41.65936345559429],[-73.06910205257779,41.6593624555954],[-73.06825305229985,41.65932845561655],[-73.06782805216046,41.65930745562637],[-73.06693205186714,41.659271455648664],[-73.06672205179765,41.659250455651446],[-73.06657005174826,41.65925045565642],[-73.06619205162434,41.65923245566528],[-73.06604705157686,41.65922645566886],[-73.06535305134847,41.65917845568224],[-73.06496305122096,41.65916545569247],[-73.0646540511219,41.659189455707185],[-73.06460505110658,41.65919945571072],[-73.06454605108814,41.659212455715156],[-73.06445905106166,41.659243455724],[-73.0643430510276,41.65930645573999],[-73.0642410509988,41.65938145575782],[-73.06416105097786,41.65946845577725],[-73.06411705096635,41.65951645578798],[-73.06395905092873,41.659753455838995],[-73.06388505091032,41.65985045586018],[-73.06386605090565,41.65987645586585],[-73.06379405088519,41.659927455878055],[-73.06371305086057,41.659956455886324],[-73.06364305083868,41.6599714558915],[-73.06349005078911,41.659974455897064],[-73.06330905073017,41.65997245590259],[-73.0631500506772,41.65995045590355],[-73.06252105046512,41.65981945589872],[-73.06229505038894,41.659772455897006],[-73.06214405033846,41.6597484558973],[-73.06205705030989,41.65974345589917]]]},"properties":{"name":3491,"geoid":"09005349100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.08684606059919,41.69809946250613],[-73.08621706040836,41.69833446257213],[-73.08433105983646,41.69904346277086],[-73.08370305964601,41.699279462837],[-73.08230205923418,41.7000294630278],[-73.07810105799933,41.70228046360024],[-73.07744805780744,41.70263146368943],[-73.07689605764519,41.7029274637647],[-73.07670205758824,41.70303246379134],[-73.07647705752153,41.703143463820126],[-73.07610105740993,41.703326463867796],[-73.07589505734889,41.70342846389424],[-73.07430405687768,41.70422046409934],[-73.07416505683655,41.7042904641174],[-73.07370605670057,41.70451846417648],[-73.07116505594058,41.705656464479496],[-73.07085705584893,41.70580246451778],[-73.07040005571466,41.70604846458026],[-73.069346055405,41.706616464724476],[-73.06926605538149,41.70665946473542],[-73.06903005531214,41.706786464767674],[-73.06857405517825,41.70703346483031],[-73.06853905516762,41.70704646483397],[-73.06843705513684,41.70708746484523],[-73.06840305512658,41.70710146484904],[-73.06826005508084,41.707114464856225],[-73.06811605503484,41.70712846486365],[-73.06776105492125,41.70716046488143],[-73.06668605457756,41.7072614649361],[-73.06583705430609,41.707340464979126],[-73.06519605410115,41.70740046501167],[-73.06474005395496,41.70743646503354],[-73.06337305351694,41.70754846509987],[-73.0629180533712,41.707586465122084],[-73.06199005307343,41.707655465165764],[-73.05920605218027,41.70786446529714],[-73.05835105190599,41.70792946533765],[-73.05827905188289,41.707934465340955],[-73.05821005186071,41.70793946534418],[-73.05767505168915,41.70798046536959],[-73.05586605110906,41.70812146545595],[-73.05526305091571,41.70816846548476],[-73.05534605088701,41.7072114652971],[-73.05537505087747,41.70688546523315],[-73.05559505080092,41.70434046473412],[-73.05567905077261,41.703384464546595],[-73.05568805076983,41.70328646452737],[-73.05571505076175,41.702996464470445],[-73.05572505075935,41.70289946445136],[-73.05585305075479,41.70210546429372],[-73.0559270507522,41.70164746420278],[-73.05623705074109,41.69972346382078],[-73.0563660507369,41.69893046366329],[-73.05678205072816,41.69645446317111],[-73.0580310507024,41.68902746169449],[-73.0584480506941,41.68655246120234],[-73.05855105068282,41.68578246105009],[-73.0586440506733,41.68509846091481],[-73.05886305065003,41.683473460593426],[-73.05896805063948,41.682704460441315],[-73.05898205063909,41.682619460424405],[-73.05902805063923,41.68236446037359],[-73.0590430506392,41.68228046035685],[-73.05909005064125,41.68205246031125],[-73.05923205064771,41.68136946017453],[-73.05928005065014,41.681142460129074],[-73.05958105066856,41.67977545985488],[-73.06048605072453,41.675675459032405],[-73.06078805074334,41.67430945875835],[-73.06046205063666,41.674297458766674],[-73.0602010505513,41.67428845877346],[-73.06027705053457,41.67357545863307],[-73.06031305052751,41.67325245856941],[-73.06042205052123,41.67253445842699],[-73.06042505052127,41.67251845842379],[-73.06048605051718,41.67210645834211],[-73.06075205050357,41.67038345800015],[-73.06078505050175,41.670167457957284],[-73.06086405049838,41.669667457858],[-73.06092605046666,41.66877445768324],[-73.0611120503716,41.666096457159114],[-73.06117505034028,41.6652044569845],[-73.06135105033401,41.664111456767294],[-73.06188005031576,41.660835456116246],[-73.06205705030989,41.65974345589917],[-73.06214405033846,41.6597484558973],[-73.06229505038894,41.659772455897006],[-73.06252105046512,41.65981945589872],[-73.0631500506772,41.65995045590355],[-73.06330905073017,41.65997245590259],[-73.06349005078911,41.659974455897064],[-73.06364305083868,41.6599714558915],[-73.06371305086057,41.659956455886324],[-73.06379405088519,41.659927455878055],[-73.06386605090565,41.65987645586585],[-73.06388505091032,41.65985045586018],[-73.06395905092873,41.659753455838995],[-73.06411705096635,41.65951645578798],[-73.06416105097786,41.65946845577725],[-73.0642410509988,41.65938145575782],[-73.0643430510276,41.65930645573999],[-73.06445905106166,41.659243455724],[-73.06454605108814,41.659212455715156],[-73.06460505110658,41.65919945571072],[-73.0646540511219,41.659189455707185],[-73.06496305122096,41.65916545569247],[-73.06535305134847,41.65917845568224],[-73.06604705157686,41.65922645566886],[-73.06619205162434,41.65923245566528],[-73.06657005174826,41.65925045565642],[-73.06672205179765,41.659250455651446],[-73.06693205186714,41.659271455648664],[-73.06782805216046,41.65930745562637],[-73.06825305229985,41.65932845561655],[-73.06910205257779,41.6593624555954],[-73.06914205259083,41.65936345559429],[-73.07011605291012,41.65940945557138],[-73.0703050529727,41.65942945556907],[-73.07045805302401,41.659456455569305],[-73.07055005305556,41.65948445557171],[-73.07070505311016,41.65955745558079],[-73.0708530531645,41.65966445559665],[-73.07098605321562,41.659800455618615],[-73.07108005325013,41.6598684556287],[-73.07112205326457,41.659882455630026],[-73.07120005329034,41.659889455628836],[-73.0713180533276,41.659870455621316],[-73.07143805336412,41.659827455609076],[-73.0717640534599,41.65965245556457],[-73.07190305350218,41.65960245555035],[-73.0722310536026,41.65949545551893],[-73.07267505373929,41.659364455479086],[-73.07326705392212,41.65919945542783],[-73.07424605422977,41.65901745536061],[-73.07478305439702,41.6588914553187],[-73.07487605442532,41.658858455309286],[-73.07499805446156,41.658799455293895],[-73.07529205454641,41.658615455248686],[-73.07539705457701,41.65855445523345],[-73.07597005474722,41.65827845516134],[-73.07611605479067,41.65820945514321],[-73.07627105483623,41.65812645512209],[-73.07637405486611,41.65806445510673],[-73.0764350548825,41.65800545509332],[-73.07648905489629,41.65794045507896],[-73.07695305499593,41.657059454893364],[-73.07714605503654,41.65667845481333],[-73.07717105504054,41.65660745479879],[-73.07719105504181,41.65651745478071],[-73.0771920550355,41.65640345475862],[-73.0771780550256,41.65631145474129],[-73.07697005492356,41.65571845463334],[-73.07688505488535,41.6555364546009],[-73.07676605483175,41.65527945455506],[-73.07657205475081,41.654971454501805],[-73.07647905471134,41.65481245447408],[-73.07641705468104,41.65463745444224],[-73.07609105450543,41.65343845422088],[-73.0760690544898,41.65329245419335],[-73.07606605448441,41.65321645417874],[-73.07606105447502,41.65308245415298],[-73.07607905447198,41.652929454122784],[-73.07610805447432,41.65280745409823],[-73.07618105448545,41.65259045405385],[-73.07624305449717,41.65244545402377],[-73.0762610545018,41.65242445401911],[-73.07629405451428,41.65245445402385],[-73.07639305455186,41.65254745403861],[-73.0764270545647,41.65257845404348],[-73.07650805459421,41.65263345405149],[-73.07675205468323,41.65280045407584],[-73.07683405471312,41.652856454084],[-73.07692005474458,41.65291645409279],[-73.07700605477595,41.65297545410141],[-73.07710505481208,41.65304345411132],[-73.07720505484852,41.65311145412124],[-73.07763505500432,41.65338745416059],[-73.07778205505895,41.65350545417862],[-73.0778160550729,41.65355545418717],[-73.07793305513532,41.65397545426463],[-73.07794505514225,41.65402745427429],[-73.0781260552455,41.65479245441641],[-73.07821105529288,41.655132454479414],[-73.07833005534793,41.655414454530096],[-73.07834405535388,41.65543845453426],[-73.07841505538386,41.65555745455499],[-73.07851005542226,41.65568645457683],[-73.0786270554691,41.655838454602424],[-73.07888105556816,41.65612245464908],[-73.07903205562711,41.65629245467705],[-73.07913205566507,41.656386454691955],[-73.07957305583362,41.656820454761515],[-73.07967505587409,41.65694645478256],[-73.07980405592525,41.65710545480911],[-73.0799200559708,41.657240454831445],[-73.08004705602515,41.65746545487084],[-73.08005605602912,41.65748345487403],[-73.08007905603928,41.657529454882166],[-73.08012505606382,41.65769445491259],[-73.08016505608518,41.65783845493914],[-73.08018605609858,41.657951454960305],[-73.08019805610799,41.65804645497831],[-73.08021405614195,41.65854145507356],[-73.08022505615756,41.65874845511323],[-73.08025205617707,41.658933455148144],[-73.08027105619813,41.65918945519706],[-73.0802930562219,41.659475455251666],[-73.08030505623836,41.65969145529307],[-73.0803090562435,41.65975745530571],[-73.08031905625614,41.65991945533673],[-73.08031905625823,41.65995545534369],[-73.08031905626214,41.66002245535665],[-73.08031905626655,41.66009845537135],[-73.08032005628024,41.660328455415815],[-73.08032105628504,41.660405455430684],[-73.0802310562809,41.660837455517196],[-73.08018905627641,41.66099545554914],[-73.08003705625526,41.66148145564813],[-73.0798430562287,41.66210945577595],[-73.07978205622106,41.662319455818576],[-73.0797390562183,41.66251245585732],[-73.07963605622434,41.66319245599224],[-73.07953505622064,41.663693456092446],[-73.07950205622187,41.66389945613338],[-73.0794990562269,41.66400245615339],[-73.0795090562374,41.664127456177255],[-73.0795280562509,41.66425345620102],[-73.07955205626534,41.66436745622227],[-73.07958305628196,41.66448045624312],[-73.0796580563193,41.6647034562838],[-73.07967205632589,41.664738456290124],[-73.07979105638091,41.665019456340595],[-73.07985905641452,41.665217456376666],[-73.07988705642943,41.6653174563951],[-73.07992005644894,41.665468456423234],[-73.07993605646261,41.665614456450946],[-73.07994105647559,41.6658094564885],[-73.0799340564779,41.66588845650402],[-73.07991905647825,41.66597845652193],[-73.07991205647772,41.66600845652797],[-73.07989805647661,41.66606745653982],[-73.07987105647243,41.666146456555985],[-73.0798650564717,41.66616745656024],[-73.07976605645275,41.666395456607574],[-73.07970105643915,41.666524456634654],[-73.07954005640372,41.66681545669622],[-73.07938605636808,41.66706345674921],[-73.07920505632637,41.66735845681219],[-73.07929905637717,41.66770645687643],[-73.07937005640885,41.66785445690276],[-73.07947505645204,41.66801045692949],[-73.07960305650232,41.66815945695411],[-73.07973905655669,41.668334456983516],[-73.0797970565809,41.66842645699942],[-73.07983505659749,41.6684994570123],[-73.07990105662762,41.668648457038955],[-73.0799830566673,41.66887245707961],[-73.08004605670068,41.669094457120494],[-73.08007205671599,41.66921245714247],[-73.0800960567277,41.66927945715464],[-73.08010605673343,41.66932245716263],[-73.08019105675943,41.66929445715443],[-73.08035405681173,41.66928245714679],[-73.08045505684515,41.66929245714541],[-73.08064705691041,41.66934145714862],[-73.08073205693984,41.669372457151844],[-73.08089405699708,41.669451457161834],[-73.08105205705479,41.66956045717773],[-73.08115405709287,41.669645457190846],[-73.08179805733808,41.67026245728914],[-73.08131705719812,41.670544457359405],[-73.08128905718979,41.67055745736284],[-73.0812070571655,41.67059845737344],[-73.08118005715755,41.67061245737703],[-73.0809040570758,41.670749457412555],[-73.08066705700568,41.67086845744331],[-73.08007305682945,41.67115845751881],[-73.07979705674764,41.67129445755414],[-73.07969305671156,41.671255457550004],[-73.07948905664357,41.671226457551064],[-73.07935005659768,41.67121445755328],[-73.0790660565049,41.671206457561006],[-73.0789200564576,41.67120945756636],[-73.07881005642267,41.671223457572665],[-73.07859405635432,41.67125545758593],[-73.07774605609058,41.671460457653275],[-73.07688205582244,41.671679457723876],[-73.0769460558508,41.67180945774693],[-73.07703005588793,41.67197845777687],[-73.07707105590532,41.67204845778907],[-73.07711605592722,41.67217345781178],[-73.07712105593095,41.672209457818575],[-73.07712405593286,41.67222545782157],[-73.07711805593631,41.67231845783976],[-73.07710705593476,41.67235345784688],[-73.07707505593197,41.67248445787327],[-73.07702205592493,41.672659457908836],[-73.07692005591194,41.6730064579793],[-73.07674005588635,41.67357245809465],[-73.0766440558728,41.67387645815656],[-73.07658505586805,41.67412445820646],[-73.07657405586744,41.67417545821668],[-73.07656105586815,41.67426045823353],[-73.07655705587493,41.67439945826056],[-73.07658705589817,41.67463145830444],[-73.07662905592642,41.67488245835161],[-73.07667305595538,41.67513445839891],[-73.07675505601057,41.67562545849118],[-73.0769360561438,41.676904458732615],[-73.07701205619851,41.677420458829914],[-73.07712005626539,41.67796645893196],[-73.07713905627573,41.678038458945274],[-73.07718205629448,41.67812045895974],[-73.0772280563145,41.678207458975045],[-73.0774850564199,41.678583459039366],[-73.07761205647283,41.67878345907387],[-73.07784005656946,41.679170459141254],[-73.07788705659014,41.679263459157724],[-73.07793205661136,41.679376459178094],[-73.07793405661415,41.679413459185184],[-73.0779370566204,41.679504459202676],[-73.07793105663703,41.67982345926455],[-73.07791905664824,41.68008345931522],[-73.0778750566642,41.68060345941721],[-73.07784205666503,41.68080245945677],[-73.07785005667927,41.68100245949519],[-73.07791205673563,41.68162445961343],[-73.07792605674824,41.68176345963983],[-73.07795605676911,41.6819544596758],[-73.07799005678994,41.68212245970717],[-73.0780130568023,41.68220645972266],[-73.0780460568181,41.6822934597384],[-73.0780850568357,41.68237845975357],[-73.0780960568404,41.68239745975688],[-73.07813105685503,41.68245345976656],[-73.07815905686624,41.68248945977262],[-73.07874405709906,41.68322245989522],[-73.07890205716306,41.68343945993201],[-73.07896305718852,41.683536459948755],[-73.07901505721125,41.68363645996641],[-73.0790700572379,41.6837874599938],[-73.0791050572561,41.68390446001528],[-73.07921005731455,41.684322460092666],[-73.07929505735603,41.6845604601359],[-73.07953305746862,41.68516546024508],[-73.0796480575203,41.6854114602889],[-73.07971205754681,41.685509460305745],[-73.0797990575811,41.685612460322815],[-73.07989905761949,41.68571346033907],[-73.08031605777559,41.686066460393675],[-73.08041705781403,41.68616246040894],[-73.08049205784329,41.68624646042274],[-73.08060405788774,41.68638446044575],[-73.08064805790552,41.68644446045592],[-73.08071905793408,41.686538460471766],[-73.0813840581994,41.687382460613186],[-73.08164405830418,41.687730460671965],[-73.08170405832915,41.68782446068818],[-73.08177205835872,41.6879524607107],[-73.08187005840233,41.68815446074653],[-73.08232405861077,41.68919946093373],[-73.08236505862934,41.68928946094978],[-73.08241605865481,41.68944246097769],[-73.08247905868402,41.68959246100462],[-73.08255105871606,41.68974046103088],[-73.0826780587702,41.68996146106944],[-73.08272205879027,41.69006046108716],[-73.08283905884588,41.69036246114171],[-73.08301405892624,41.690765461213886],[-73.08313105897878,41.6910144612582],[-73.083344059073,41.69144346133415],[-73.08367205922202,41.69217146146415],[-73.08375105925774,41.692343461494815],[-73.08432505951671,41.69358646171631],[-73.08452905960819,41.69401846179314],[-73.0849170597804,41.69480946193334],[-73.08510105986102,41.69516646199632],[-73.0853090599513,41.69555546206471],[-73.08542005999864,41.69574846209838],[-73.08567206010449,41.696159462169575],[-73.08621106033495,41.697107462335175],[-73.08636806040126,41.69736946238068],[-73.08653806047225,41.6976394624273],[-73.08684606059919,41.69809946250613]]]},"properties":{"name":3492,"geoid":"09005349200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.11019307459831,41.807666482886056],[-73.11124707491047,41.80714148275028],[-73.11210707516555,41.806719482640716],[-73.11263007532035,41.806457482573045],[-73.11268207533558,41.80642848256575],[-73.11284007538188,41.806341482543786],[-73.1128930753975,41.80631348253666],[-73.11294907541367,41.806278482528064],[-73.11312007546326,41.80617548250261],[-73.1131770754798,41.80614148249418],[-73.11324707549977,41.80609348248263],[-73.11346007556075,41.80595148244826],[-73.11353107558108,41.80590448243688],[-73.11373107563888,41.805780482406405],[-73.11409907574644,41.805572482354236],[-73.11412007576402,41.80575548238882],[-73.11417107580579,41.806184482469824],[-73.11418507581755,41.806307482493054],[-73.11420707583555,41.806492482527986],[-73.11427207585677,41.806493482526044],[-73.11446807592077,41.80649748252038],[-73.11453407594237,41.806499482518596],[-73.11458307595849,41.806502482517566],[-73.11473407600822,41.806512482514535],[-73.11478407602472,41.80651648251367],[-73.11506207611554,41.806522482505684],[-73.11576107634427,41.80654448248697],[-73.11618607648172,41.80653048247031],[-73.1172710768306,41.806459482420976],[-73.11776307698835,41.806419482397104],[-73.11792407704014,41.8064094823899],[-73.11792507704044,41.806408482389664],[-73.11841107719675,41.806377482367715],[-73.1185740772492,41.80636748236045],[-73.11862407726518,41.80636248235784],[-73.11877507731367,41.806351482350756],[-73.11882607733008,41.806348482348504],[-73.11910507741958,41.8063264823351],[-73.1195110775499,41.80629648231599],[-73.1196960776094,41.80628448230758],[-73.11994307768877,41.8062674822962],[-73.12022307777877,41.80624848228334],[-73.12042607784211,41.8062024822678],[-73.12103707803303,41.80606748222171],[-73.12124107809676,41.80602248220633],[-73.12123407811409,41.80635648227093],[-73.12124207815008,41.806925482380315],[-73.12124307815145,41.80694348238375],[-73.12126507820017,41.80765148251946],[-73.12129107823165,41.808043482594144],[-73.12142607836873,41.80963048289552],[-73.121504078447,41.810531483066555],[-73.12149907844879,41.8105894830779],[-73.1214840784543,41.810766483112495],[-73.12148207845532,41.81079448311796],[-73.12147707845548,41.8108254831241],[-73.12145407845611,41.81096348315145],[-73.12140207845057,41.811157483190534],[-73.12132807844047,41.81139548323882],[-73.1213000784384,41.81151548326286],[-73.12128407844135,41.81165448329017],[-73.12126107844068,41.81177048331328],[-73.12126407845429,41.811985483354604],[-73.1212730784672,41.81215548338705],[-73.12128507847815,41.81227548340979],[-73.1213000784906,41.81240448343415],[-73.12141307858873,41.81344948363178],[-73.1214950786527,41.81408448375142],[-73.12151007866716,41.81424748378233],[-73.12155807871149,41.814736483874974],[-73.12157407872633,41.81490048390604],[-73.12158707873813,41.81502948393047],[-73.12162907877459,41.81541748400384],[-73.12164407878709,41.8155474840284],[-73.121662078803,41.81571848406075],[-73.1217160788507,41.81623148415781],[-73.12173507886692,41.81640248419012],[-73.12175407888644,41.81662948423323],[-73.12181407894602,41.81731148436265],[-73.12183407896593,41.81753948440591],[-73.12184407897698,41.81767248443122],[-73.12187407901035,41.818074484507655],[-73.12188507902181,41.81820848453313],[-73.12189907903418,41.81834148455828],[-73.12194307907204,41.81874248463408],[-73.12194407907273,41.81874848463521],[-73.12196307908643,41.81887648465924],[-73.12198707910022,41.818978484678105],[-73.12206207914267,41.81928548473478],[-73.12206307914317,41.819288484735324],[-73.12210207916145,41.81938348475235],[-73.1219440791186,41.819529484785654],[-73.1214720789909,41.81997048488612],[-73.12131507894844,41.820117484919614],[-73.1210840788858,41.82033048496821],[-73.12082107881464,41.820576485024255],[-73.1203960786988,41.82095848511183],[-73.12038807869665,41.820966485113615],[-73.12026107866215,41.821082485140145],[-73.12015007863118,41.82117048516074],[-73.11997407858296,41.82132448519619],[-73.11984307854614,41.821423485219555],[-73.11961907848337,41.82159548526007],[-73.11940407842248,41.821750485296995],[-73.11886807826937,41.822113485384534],[-73.1186350782029,41.822272485422815],[-73.11853707817464,41.82233448543798],[-73.11837307812762,41.82244248546418],[-73.11788307798724,41.822767485542876],[-73.1177200779406,41.82287648556922],[-73.1173880778456,41.82309848562289],[-73.11736907784008,41.82310948562565],[-73.11630707753463,41.8237934857923],[-73.1159820774412,41.82400348584343],[-73.11595407743322,41.82402248584801],[-73.11562407733874,41.82424248590123],[-73.11491407713564,41.82471848601625],[-73.11463207705454,41.82490048606057],[-73.11429907695886,41.825116486113124],[-73.11406507689158,41.8252674861499],[-73.11336307668984,41.82572248626061],[-73.11313007662294,41.825874486297536],[-73.11289707655627,41.82603048633525],[-73.11265907648833,41.826192486374275],[-73.11220107635738,41.82650048644865],[-73.11196907629107,41.8266574864865],[-73.11190807627354,41.82669648649603],[-73.11172707622147,41.826813486524514],[-73.11166707620431,41.82685348653419],[-73.11160507618654,41.826894486544106],[-73.11108107603873,41.82728148663588],[-73.10954707561349,41.828541486928955],[-73.10944607558527,41.8286204869475],[-73.1091720755096,41.8288504870008],[-73.10818507523577,41.82965748718866],[-73.10800107518405,41.82979648722147],[-73.10780207512727,41.8299324872542],[-73.10759707506837,41.830065487286554],[-73.10716407494317,41.8303334873524],[-73.10698807489324,41.830458487382266],[-73.10681107484403,41.83060148741561],[-73.10672007481952,41.83068848743537],[-73.1066350747972,41.83077948745568],[-73.10643807474636,41.831005487505685],[-73.10641907474151,41.83102848751072],[-73.1059360746198,41.83163248764293],[-73.10582107459128,41.83178448767598],[-73.10569907454753,41.83171548766669],[-73.1056750745389,41.83170148766479],[-73.10550407447637,41.831584487647866],[-73.10542807444793,41.831521487638234],[-73.10537007442548,41.8314604876284],[-73.10528607439161,41.83134948760978],[-73.10487407424571,41.831148487584585],[-73.10462007415583,41.83102548756924],[-73.10480207419197,41.83063248748759],[-73.10441607401744,41.829799487339834],[-73.10418807391333,41.829290487249295],[-73.1041250738846,41.829150487224396],[-73.10366007367213,41.82810948703916],[-73.1032630734895,41.82719948687692],[-73.10297907335882,41.82654848676086],[-73.10285107330051,41.826264486710365],[-73.10246907312634,41.82541548655938],[-73.10234207306839,41.82513248650902],[-73.10222207301648,41.824913486470784],[-73.10220207300809,41.82488148646529],[-73.10215407298776,41.82480148645144],[-73.10207807295663,41.82469248643295],[-73.1019950729234,41.82458648641524],[-73.10189507288433,41.82447548639714],[-73.10178807284312,41.82436648637968],[-73.1016800728021,41.82426648636395],[-73.10164207278785,41.82423448635904],[-73.1014250727063,41.824048486330334],[-73.10127907265304,41.82395048631624],[-73.10115607260855,41.82387448630565],[-73.10102907256298,41.82380248629595],[-73.10096207253913,41.82376748629141],[-73.10089907251675,41.823735486287305],[-73.10076507246944,41.823672486279584],[-73.10059407240962,41.8236014862715],[-73.10041607234787,41.82353648626483],[-73.10023607228582,41.82347748625939],[-73.1000220722126,41.823416486254665],[-73.0994530720189,41.82327148624542],[-73.09942307200872,41.82326448624505],[-73.09889607183005,41.82314248623886],[-73.09874307177816,41.82310648623694],[-73.09862507173816,41.823079486235606],[-73.09857907172261,41.823069486235205],[-73.09842507167042,41.82303448623352],[-73.09720907125859,41.822760486220666],[-73.0971510712389,41.82274648621986],[-73.09598807084377,41.82246348620354],[-73.0956010707123,41.82236948619813],[-73.0947910704376,41.822180486188294],[-73.09454807035522,41.82212448618551],[-73.0937890700981,41.82195248617729],[-73.09358607002967,41.821912486176245],[-73.09333706994636,41.821873486176905],[-73.09308506986245,41.821841486179],[-73.09280806977065,41.82181348618271],[-73.09253106967941,41.82179448618814],[-73.09233406961475,41.82178548619289],[-73.0923100696069,41.82178448619347],[-73.09150306934359,41.82177348621784],[-73.09159006935367,41.82146248615507],[-73.09185506938523,41.82053048596681],[-73.09194406939602,41.82022048590417],[-73.09203706942762,41.82024348590555],[-73.0921160694537,41.82024948590412],[-73.09219406947906,41.82024948590154],[-73.09227406950464,41.820241485897384],[-73.09258006960044,41.820176485874796],[-73.09283306967902,41.82011248585418],[-73.09341506985992,41.81996748580714],[-73.0945360702081,41.81968348571562],[-73.09479607028948,41.81962848569649],[-73.09510407038691,41.81958048567714],[-73.09526207043757,41.81956748566944],[-73.0954930705121,41.81955648565974],[-73.09550207051504,41.819556485659454],[-73.0958760706354,41.81953348564274],[-73.0960450706891,41.81951148563295],[-73.09621207074171,41.81948148562169],[-73.09639507079982,41.81945648561087],[-73.09700907099159,41.81931948556431],[-73.098851071567,41.81890948542485],[-73.09901407161794,41.81887348541256],[-73.09946707175966,41.818776485379004],[-73.09964907181663,41.81873748536551],[-73.10008807195305,41.8186274853299],[-73.10027707201179,41.81858048531464],[-73.10123807231,41.8183324852353],[-73.10194407252834,41.81813848517475],[-73.10212007258282,41.81809048515972],[-73.10255707271718,41.817956485119566],[-73.1028820728172,41.81785848509],[-73.10309907288341,41.81778348506843],[-73.10329807294201,41.81767848504166],[-73.10354507301108,41.81748548499635],[-73.10378907307856,41.81728248494924],[-73.10402807314425,41.817076484901705],[-73.10493707339246,41.8162654847156],[-73.10611507371604,41.81524648448059],[-73.10641107380108,41.815054484433865],[-73.10638707379259,41.81504248443234],[-73.10625407374467,41.8149634844215],[-73.10617007371785,41.81497248442598],[-73.10603907367529,41.81497348443048],[-73.10587707362227,41.814968484434836],[-73.10586407361808,41.81496948443545],[-73.1058580736128,41.81491248442467],[-73.10587107361457,41.81487048441615],[-73.10590707362203,41.8147984844011],[-73.1060010736456,41.81467848437488],[-73.10609407366965,41.8145724843514],[-73.10622507370506,41.81444948432342],[-73.10623807369714,41.814242484283085],[-73.10627407368908,41.813905484216974],[-73.10634507368354,41.81341748412063],[-73.10637107368316,41.81326648409067],[-73.10641507368643,41.813078484053015],[-73.10659407370797,41.8124524839265],[-73.10662507371066,41.81232648390121],[-73.10666407370879,41.81207848385215],[-73.10668607369114,41.81165548376992],[-73.10670207364852,41.81084048361234],[-73.10673307360328,41.80989748342962],[-73.10673207359615,41.80978148340729],[-73.1067000735824,41.80972448339736],[-73.10665607356532,41.80967748338974],[-73.10756407382559,41.80907748324431],[-73.10773007387299,41.80896448321708],[-73.10854407410677,41.80843448308822],[-73.10886907420308,41.80827348304652],[-73.10954307440355,41.80795248296254],[-73.10985507449647,41.80780548292396],[-73.11019307459831,41.807666482886056]]]},"properties":{"name":3101,"geoid":"09005310100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.1212730784672,41.81215548338705],[-73.12126407845429,41.811985483354604],[-73.12126107844068,41.81177048331328],[-73.12128407844135,41.81165448329017],[-73.1213000784384,41.81151548326286],[-73.12132807844047,41.81139548323882],[-73.12140207845057,41.811157483190534],[-73.12145407845611,41.81096348315145],[-73.12147707845548,41.8108254831241],[-73.12148207845532,41.81079448311796],[-73.1214840784543,41.810766483112495],[-73.12149907844879,41.8105894830779],[-73.121504078447,41.810531483066555],[-73.12142607836873,41.80963048289552],[-73.12129107823165,41.808043482594144],[-73.12126507820017,41.80765148251946],[-73.12124307815145,41.80694348238375],[-73.12124207815008,41.806925482380315],[-73.12123407811409,41.80635648227093],[-73.12124107809676,41.80602248220633],[-73.12124207809613,41.80600648220321],[-73.12124907809566,41.805959482193934],[-73.12125107809543,41.80594448219096],[-73.12125907808839,41.805780482159115],[-73.12127407807685,41.80550048210466],[-73.12128007806653,41.805291482064185],[-73.12128607805892,41.80512848203257],[-73.121309078058,41.80498548200427],[-73.12131507805273,41.804862481980365],[-73.12133107804122,41.80457748192491],[-73.12137107802401,41.80406248182435],[-73.12139207801523,41.803796481772395],[-73.12139607800596,41.80361648173758],[-73.12141007797902,41.80307948163363],[-73.12141507797013,41.80290048159897],[-73.12141507796157,41.80275448157083],[-73.12141507793604,41.802319481487],[-73.12141607792786,41.80217448145901],[-73.12140807791322,41.80196948141977],[-73.12140407790507,41.801852481397354],[-73.12135207785914,41.80135848130387],[-73.1213310778404,41.80115548126543],[-73.12154207791039,41.80117848126291],[-73.12167707795574,41.801202481263104],[-73.12183107800755,41.80123148126365],[-73.12270607830263,41.80140848126901],[-73.12304907841833,41.801478481271225],[-73.12339907853584,41.80154048127168],[-73.12358107859701,41.80157348127205],[-73.12444707888885,41.80174548127675],[-73.12448707890235,41.80175348127697],[-73.12479607900671,41.80181848127936],[-73.12495507906026,41.8018494812801],[-73.12543307922137,41.801944481282696],[-73.12559307927529,41.80197648128361],[-73.12562307928535,41.801981481283576],[-73.12571707931698,41.80199948128398],[-73.12574807932742,41.802005481284105],[-73.1260250794206,41.802057481285026],[-73.1260820794397,41.80206648128488],[-73.12638207954345,41.80217148129526],[-73.12657007960932,41.802251481304495],[-73.12665907964086,41.80229548131006],[-73.12682807970165,41.80239448132359],[-73.12698107975802,41.80250648134014],[-73.12704807978339,41.80256748134968],[-73.12710607980584,41.80262848135954],[-73.12715807982659,41.80269348137036],[-73.12727907987633,41.8028704814005],[-73.1273850799222,41.803064481434404],[-73.12764308000573,41.803057481424574],[-73.12798008011538,41.80305748141348],[-73.12876808037272,41.803073481390676],[-73.12890008041585,41.80307648138692],[-73.12905508046644,41.80307948138241],[-73.1290780804741,41.803082481382226],[-73.1291720805054,41.80309448138146],[-73.12926608053745,41.80311948138318],[-73.12932008055631,41.80314148138565],[-73.12946208060657,41.803210481394274],[-73.12954708063732,41.8032634814017],[-73.1301980808701,41.8036204814491],[-73.13043908095626,41.80375248146661],[-73.1311620812148,41.80414948151935],[-73.13140408130135,41.80428248153704],[-73.1314780813282,41.80432948154365],[-73.13149908133566,41.80434048154509],[-73.1317880814391,41.80450048156642],[-73.13179408144119,41.8045024815666],[-73.13189808147764,41.804547481571845],[-73.13195208149975,41.80462448158492],[-73.13201308152787,41.80476548161008],[-73.13204308154292,41.80485548162643],[-73.13208608156349,41.804967481646614],[-73.13232908167949,41.80559648175983],[-73.13256208179257,41.80623148187453],[-73.13257608179926,41.80626748188101],[-73.13267808184742,41.80652248192679],[-73.13273108186883,41.80659348193874],[-73.13280508189689,41.806661481949405],[-73.13285608191613,41.80670648195641],[-73.13291808193864,41.806746481962065],[-73.13350708215079,41.80709548200995],[-73.13429308243444,41.80757048207565],[-73.13440708247616,41.807649482087115],[-73.13451908251788,41.807739482100786],[-73.13473008259781,41.80793148213083],[-73.13503308271379,41.808227482177905],[-73.13516408276615,41.80839348220559],[-73.13525208280272,41.8085284822287],[-73.13552908292198,41.809024482315166],[-73.13563108296734,41.80923148235169],[-73.13563908297087,41.80924748235451],[-73.13571608300462,41.8093954823805],[-73.13589308308126,41.80971948243711],[-73.13634108327513,41.81053848258018],[-73.13659308338421,41.81099948266072],[-73.13666608341808,41.81117148269145],[-73.13671008343663,41.81124348270388],[-73.13672608344312,41.811265482707576],[-73.13713208361918,41.81201348283836],[-73.13722408365703,41.81214848286133],[-73.13731508369176,41.81223548287511],[-73.13737608371419,41.81227948288157],[-73.13796008392467,41.812627482929415],[-73.13852808412969,41.812971482977005],[-73.13878308422095,41.813112482995784],[-73.13893708427511,41.813181483004016],[-73.13913608434403,41.813252483011134],[-73.1395950845008,41.81337848302033],[-73.13984108458453,41.813441483024356],[-73.14017308469697,41.81351648302789],[-73.14072008488306,41.81365448303649],[-73.1408850849404,41.81371648304301],[-73.1411290850262,41.813825483055986],[-73.14143508513456,41.81397548307482],[-73.1416070851954,41.814058483085155],[-73.14181308526868,41.814164483098786],[-73.14196008532133,41.814246483109756],[-73.14211308537675,41.81434248312321],[-73.14240208548277,41.81454648315301],[-73.14256608554348,41.81467148317169],[-73.1426280855664,41.8147184831787],[-73.14284908564862,41.814893483205154],[-73.14321808578654,41.81519748325159],[-73.14347908588306,41.81539448328094],[-73.14360508592998,41.815495483296246],[-73.1437280859764,41.8156044833132],[-73.14384308602041,41.815716483330995],[-73.14394008605868,41.81583048334977],[-73.14411808613048,41.81606648338936],[-73.14432508621329,41.816329483433215],[-73.1444820862769,41.8165424834691],[-73.14455208630608,41.81665148348779],[-73.14458008631841,41.81670648349746],[-73.14465108634987,41.816848483522485],[-73.1447170863813,41.81701748355285],[-73.1447720864103,41.81720648358744],[-73.14477808641341,41.81722648359111],[-73.14485908645959,41.81756348365337],[-73.145057086568,41.818311483790936],[-73.1448820865106,41.81830348379516],[-73.14444008636563,41.81828448380603],[-73.14436008633915,41.81827648380712],[-73.14428708631499,41.81826948380818],[-73.14420708628825,41.81825748380851],[-73.14418808628184,41.818253483808355],[-73.1441260862609,41.818240483807884],[-73.1441170862579,41.818239483807986],[-73.14410708625446,41.81823648380775],[-73.1440280862276,41.8182164838065],[-73.14394508619911,41.81819148380441],[-73.14388608617892,41.818174483803084],[-73.14372608612405,41.8181264837991],[-73.1436240860885,41.81808648379475],[-73.1435400860588,41.81804648378981],[-73.14343408602139,41.81799648378366],[-73.14334608598975,41.81794548377673],[-73.14324908595414,41.81787648376663],[-73.1430840858931,41.81775148374798],[-73.14272508576094,41.817490483709506],[-73.1426320857265,41.8174194836989],[-73.14233908561805,41.81719648366556],[-73.14185908544042,41.81683148361106],[-73.14143108528252,41.81651448356407],[-73.14132808524451,41.816438483552815],[-73.14105508514447,41.81624748352501],[-73.14077408504228,41.81606448349899],[-73.13998408475668,41.81557848343136],[-73.13976708467852,41.81545048341384],[-73.13959608461757,41.81535948340193],[-73.1394210845555,41.81527248339092],[-73.1390620844291,41.815109483371344],[-73.13863108427797,41.81492448334987],[-73.13847008422178,41.814859483342644],[-73.13819508412583,41.8147494833305],[-73.13763308393068,41.814540483308726],[-73.1374090838531,41.814460483300664],[-73.13714308376237,41.814389483295734],[-73.13694608369522,41.81433748329221],[-73.13667908360439,41.814270483288084],[-73.13634408349075,41.81419148328388],[-73.13607708340022,41.814129483280716],[-73.13593008335029,41.814093483278604],[-73.13580208330687,41.814063483277046],[-73.13548908320057,41.813987483272676],[-73.135343083151,41.81395248327075],[-73.13499008303107,41.81386648326578],[-73.13393108267134,41.8136084832509],[-73.13357808255142,41.81352248324595],[-73.13348808252108,41.81350448324544],[-73.13322108243102,41.81345048324381],[-73.13313208240108,41.81343348324346],[-73.13309608238896,41.81342648324329],[-73.13299108235373,41.81340848324329],[-73.13295608234199,41.81340248324328],[-73.13125308176784,41.813061483233575],[-73.13036608146898,41.81288748322922],[-73.13030008144715,41.81288148323023],[-73.12902508101631,41.81260948321974],[-73.12832708077897,41.81243548320916],[-73.12823508074791,41.812416483208516],[-73.12796108065552,41.81236148320694],[-73.12787008062485,41.81234348320645],[-73.12774208058144,41.81231348320488],[-73.12736108045219,41.81222348320007],[-73.12723408040915,41.81219448319866],[-73.12703208034068,41.81214748319624],[-73.12673308023939,41.81207948319296],[-73.12653108017084,41.81203148319035],[-73.12642608013562,41.81201348319035],[-73.12630208009402,41.81199248319037],[-73.12622108006745,41.811988483192266],[-73.12607808002062,41.811983483195995],[-73.1260540800128,41.811983483196784],[-73.12593907997538,41.811983483200564],[-73.12580807993317,41.81199048320623],[-73.1255540798518,41.81201248321881],[-73.1255470798496,41.81201348321924],[-73.12538807979887,41.81203048322774],[-73.12512307971426,41.81205848324185],[-73.12457007953779,41.81211748327137],[-73.1243310794615,41.812142483284056],[-73.1240670793773,41.81217148329832],[-73.12382407929941,41.812191483310166],[-73.12359307922546,41.8122124833218],[-73.12309507906524,41.81224348334415],[-73.1228520789871,41.81225948335521],[-73.1227980789697,41.81226248335756],[-73.12263607891752,41.81227148336463],[-73.12258207890012,41.81227448336698],[-73.12199407871003,41.81229548339035],[-73.12193907869172,41.812288483390795],[-73.12159107857565,41.81224048339298],[-73.1212730784672,41.81215548338705]]]},"properties":{"name":3102,"geoid":"09005310200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.1213310778404,41.80115548126543],[-73.12135207785914,41.80135848130387],[-73.12140407790507,41.801852481397354],[-73.12140807791322,41.80196948141977],[-73.12141607792786,41.80217448145901],[-73.12141507793604,41.802319481487],[-73.12141507796157,41.80275448157083],[-73.12141507797013,41.80290048159897],[-73.12141007797902,41.80307948163363],[-73.12139607800596,41.80361648173758],[-73.12139207801523,41.803796481772395],[-73.12137107802401,41.80406248182435],[-73.12133107804122,41.80457748192491],[-73.12131507805273,41.804862481980365],[-73.121309078058,41.80498548200427],[-73.12128607805892,41.80512848203257],[-73.12128007806653,41.805291482064185],[-73.12127407807685,41.80550048210466],[-73.12125907808839,41.805780482159115],[-73.12125107809543,41.80594448219096],[-73.12124907809566,41.805959482193934],[-73.12124207809613,41.80600648220321],[-73.12124107809676,41.80602248220633],[-73.12103707803303,41.80606748222171],[-73.12042607784211,41.8062024822678],[-73.12022307777877,41.80624848228334],[-73.11994307768877,41.8062674822962],[-73.1196960776094,41.80628448230758],[-73.1195110775499,41.80629648231599],[-73.11910507741958,41.8063264823351],[-73.11882607733008,41.806348482348504],[-73.11877507731367,41.806351482350756],[-73.11862407726518,41.80636248235784],[-73.1185740772492,41.80636748236045],[-73.11841107719675,41.806377482367715],[-73.11792507704044,41.806408482389664],[-73.11792407704014,41.8064094823899],[-73.11776307698835,41.806419482397104],[-73.1172710768306,41.806459482420976],[-73.11618607648172,41.80653048247031],[-73.11576107634427,41.80654448248697],[-73.11506207611554,41.806522482505684],[-73.11478407602472,41.80651648251367],[-73.11473407600822,41.806512482514535],[-73.11458307595849,41.806502482517566],[-73.11453407594237,41.806499482518596],[-73.11446807592077,41.80649748252038],[-73.11427207585677,41.806493482526044],[-73.11420707583555,41.806492482527986],[-73.11418507581755,41.806307482493054],[-73.11417107580579,41.806184482469824],[-73.11412007576402,41.80575548238882],[-73.11409907574644,41.805572482354236],[-73.11373107563888,41.805780482406405],[-73.11353107558108,41.80590448243688],[-73.11346007556075,41.80595148244826],[-73.11324707549977,41.80609348248263],[-73.1131770754798,41.80614148249418],[-73.11314007545768,41.80596948246224],[-73.11307507541306,41.8055694823873],[-73.11305307539781,41.805431482361406],[-73.11294407532802,41.804846482252266],[-73.11290507530289,41.804634482212684],[-73.11281007522587,41.803848482064325],[-73.11274107516962,41.80327248195558],[-73.11274307515338,41.80298448190001],[-73.11274507515198,41.8029494818932],[-73.11279107513316,41.80237348178068],[-73.11283307512406,41.80198548170452],[-73.11285307511977,41.801801481668406],[-73.11286407511533,41.80166448164163],[-73.11287907510378,41.801384481587185],[-73.11289007509093,41.801104481532846],[-73.11294307509415,41.80086548148505],[-73.11295807509475,41.80079248147049],[-73.11298107508718,41.8005354814202],[-73.11301707506998,41.800042481323985],[-73.11302107506135,41.79987348129128],[-73.11301507504872,41.79969148125639],[-73.1130010750335,41.79950948122178],[-73.11297907501567,41.799327481187426],[-73.1129200749784,41.799019481129996],[-73.11288007495642,41.79886648110181],[-73.112790074911,41.79859148105177],[-73.1126610748498,41.79826348099278],[-73.11258407481466,41.798091480962164],[-73.11247307476734,41.79790048092898],[-73.11234507471409,41.79770248089503],[-73.11231507470156,41.79765548088694],[-73.11182907450058,41.796924480761994],[-73.11159307440256,41.796562480699976],[-73.11147207435222,41.796375480667905],[-73.11134207429865,41.79618348063515],[-73.11165307440008,41.79618748062571],[-73.11179207444545,41.79618948062154],[-73.11217107456862,41.7961874806087],[-73.11258607470349,41.796184480594505],[-73.11259207470543,41.7961844805943],[-73.11277307476384,41.79617648058682],[-73.11289707480331,41.79616148057986],[-73.11317907488973,41.796070480553055],[-73.11391107511412,41.79583548048372],[-73.11402507514899,41.79579748047265],[-73.11430707523529,41.79570448044546],[-73.114411075268,41.79568548043838],[-73.11455107531273,41.79567148043109],[-73.11483307540296,41.79564548041682],[-73.11528907554985,41.79562048039703],[-73.11553607562952,41.7956084803866],[-73.11581107571813,41.79559348037468],[-73.11590507574847,41.795589480370815],[-73.11612207581878,41.79558448036272],[-73.1161940758423,41.79558648036075],[-73.1163830759047,41.79560148035744],[-73.11647707593603,41.79561448035685],[-73.116634075989,41.79564648035786],[-73.1169050760805,41.79570348035995],[-73.11699207611,41.795723480360955],[-73.11709307614426,41.79574748036226],[-73.11725507619913,41.79578448036408],[-73.11728507620931,41.79579148036444],[-73.11734307622893,41.79580448036503],[-73.11740007624829,41.79581848036587],[-73.11748307627643,41.7958374803668],[-73.11756007630235,41.79585248036716],[-73.11758607631116,41.795858480367464],[-73.11764107632972,41.795869480367784],[-73.11780007638302,41.79589648036776],[-73.11799007644589,41.79591448036499],[-73.11810107648219,41.79591748036192],[-73.11821207651813,41.7959144803577],[-73.11822207652125,41.79591248035699],[-73.11844407659225,41.79589148034564],[-73.11867907666726,41.7958664803331],[-73.119386076893,41.79579348029581],[-73.11962207696837,41.79576948028345],[-73.12023607716428,41.79570348025055],[-73.12063107728956,41.79564848022697],[-73.12243807785816,41.7953194801042],[-73.12291707800928,41.79523848007283],[-73.12308107806086,41.79520848006169],[-73.1236440782384,41.79511248002467],[-73.124369078467,41.79498847997695],[-73.12456107852742,41.794953479963915],[-73.12595407896666,41.79471547987225],[-73.1267940792315,41.7945714798169],[-73.12680507924058,41.79466547983466],[-73.1269110792725,41.79462147982269],[-73.12610707906354,41.79551848002201],[-73.12554707892085,41.79619148017014],[-73.12542707889017,41.79633448020165],[-73.12506607879803,41.79676548029658],[-73.12494707876776,41.796909480328246],[-73.12493807876531,41.79691748033008],[-73.12491407875883,41.7969404803353],[-73.12490607875677,41.796949480337304],[-73.12489807875457,41.79695648033891],[-73.12487507874845,41.796979480344106],[-73.12486807874664,41.79698748034588],[-73.12473007871183,41.79715948038356],[-73.12470107870458,41.797196480391655],[-73.12450007864886,41.79736148043005],[-73.12422707857336,41.79758848048277],[-73.12416707855682,41.79763948049457],[-73.1240540785251,41.79772548051487],[-73.12402607851723,41.797746480519834],[-73.12394307849402,41.79781148053509],[-73.12391607848654,41.79783348054022],[-73.12376607844571,41.79796948057136],[-73.12372007843292,41.79800648057999],[-73.12355407838695,41.79814348061186],[-73.12334807833031,41.79832048065275],[-73.12312707827014,41.79852048069855],[-73.12307907825716,41.798565480708795],[-73.1229380782192,41.798700480739456],[-73.12285607819722,41.79878048075758],[-73.12260907813112,41.79902348081252],[-73.12252807810951,41.79910448083079],[-73.122429078083,41.79920148085274],[-73.1221320780035,41.79949348091877],[-73.12203407797737,41.79959148094089],[-73.12198707796547,41.799649480953605],[-73.12196407796016,41.7996864809615],[-73.12193507795348,41.7997334809715],[-73.12184907793097,41.79982648099226],[-73.12180207791806,41.799867481001705],[-73.12175007790333,41.79990448101056],[-73.1217090778914,41.79992848101652],[-73.12160907786249,41.79999048103175],[-73.12160607786164,41.799992481032234],[-73.12157707785283,41.80000348103529],[-73.12148007782356,41.800042481046006],[-73.121448077814,41.80005648104977],[-73.12141307780774,41.80014448106787],[-73.12138107780241,41.8002304810855],[-73.121322077794,41.80041448112289],[-73.12130707779204,41.800464481133034],[-73.1212950777906,41.80050648114152],[-73.12128407778913,41.80054248114881],[-73.12128407778926,41.8005444811492],[-73.12125307778557,41.800653481171224],[-73.12124307778453,41.80069148117888],[-73.12125807779488,41.80078448119631],[-73.12128407781255,41.80094148122572],[-73.12131007782811,41.80106248124819],[-73.1213310778404,41.80115548126543]]]},"properties":{"name":3103,"geoid":"09005310300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.1078290728203,41.79046247964759],[-73.1079030728572,41.79068147968739],[-73.10803807292123,41.79102447974907],[-73.10806907293525,41.791091479761],[-73.10819907299384,41.79136947981032],[-73.10838207307319,41.79170747986947],[-73.10848907311819,41.7918814798995],[-73.1086030731653,41.79205247992873],[-73.10896007331135,41.79256248001533],[-73.10912507337964,41.79281148005791],[-73.10949707353367,41.79337448015424],[-73.10966207360202,41.79362448019702],[-73.10978007365073,41.79380048022708],[-73.11019707382293,41.794423480333485],[-73.11062907400212,41.79508248044633],[-73.11075307405348,41.79527048047849],[-73.11089507411442,41.79552148052222],[-73.11098407415109,41.79565348054475],[-73.11125207426159,41.79605048061247],[-73.11134207429865,41.79618348063515],[-73.11147207435222,41.796375480667905],[-73.11159307440256,41.796562480699976],[-73.11182907450058,41.796924480761994],[-73.11231507470156,41.79765548088694],[-73.11234507471409,41.79770248089503],[-73.11247307476734,41.79790048092898],[-73.11258407481466,41.798091480962164],[-73.1126610748498,41.79826348099278],[-73.112790074911,41.79859148105177],[-73.11288007495642,41.79886648110181],[-73.1129200749784,41.799019481129996],[-73.11297907501567,41.799327481187426],[-73.1130010750335,41.79950948122178],[-73.11301507504872,41.79969148125639],[-73.11302107506135,41.79987348129128],[-73.11301707506998,41.800042481323985],[-73.11298107508718,41.8005354814202],[-73.11295807509475,41.80079248147049],[-73.11294307509415,41.80086548148505],[-73.11289007509093,41.801104481532846],[-73.11287907510378,41.801384481587185],[-73.11286407511533,41.80166448164163],[-73.11285307511977,41.801801481668406],[-73.11283307512406,41.80198548170452],[-73.11279107513316,41.80237348178068],[-73.11274507515198,41.8029494818932],[-73.11274307515338,41.80298448190001],[-73.11274107516962,41.80327248195558],[-73.11281007522587,41.803848482064325],[-73.11290507530289,41.804634482212684],[-73.11294407532802,41.804846482252266],[-73.11305307539781,41.805431482361406],[-73.11307507541306,41.8055694823873],[-73.11314007545768,41.80596948246224],[-73.1131770754798,41.80614148249418],[-73.11312007546326,41.80617548250261],[-73.11294907541367,41.806278482528064],[-73.1128930753975,41.80631348253666],[-73.11284007538188,41.806341482543786],[-73.11268207533558,41.80642848256575],[-73.11263007532035,41.806457482573045],[-73.11210707516555,41.806719482640716],[-73.11124707491047,41.80714148275028],[-73.11019307459831,41.807666482886056],[-73.10985107447223,41.807414482848735],[-73.10984807447107,41.80741148284825],[-73.10908107418834,41.80684648276456],[-73.10893307413437,41.80674748275035],[-73.10879807408604,41.80667248274033],[-73.1087750740778,41.80665948273857],[-73.1086910740483,41.8066224827342],[-73.10861207402101,41.80659548273159],[-73.10852907399271,41.80657348273007],[-73.10839007394625,41.8065524827306],[-73.10832707392515,41.80654248273074],[-73.1081380738621,41.80651548273175],[-73.10807607384137,41.80650648273205],[-73.10787307377409,41.80648548273466],[-73.10758107367731,41.806455482738464],[-73.1072640735731,41.80643748274541],[-73.10706107350646,41.80642748275015],[-73.10679207341799,41.80641148275589],[-73.10598807315361,41.80636448277324],[-73.10572007306553,41.80634948277915],[-73.10553507300484,41.80634148278368],[-73.10498007282297,41.80631948279767],[-73.10479607276268,41.80631248280233],[-73.1045690726887,41.80631048280941],[-73.10389007246751,41.80630648283094],[-73.10366407239393,41.80630548283818],[-73.10360907237578,41.8063014828392],[-73.10344407232145,41.806290482842485],[-73.10338907230337,41.80628748284373],[-73.10336407229512,41.80628548284417],[-73.1033110722778,41.80628448284571],[-73.10307907220215,41.80628148285275],[-73.10300207217708,41.80628148285527],[-73.10292207215086,41.80627848285733],[-73.1026820720723,41.80627048286367],[-73.10260307204648,41.806268482865875],[-73.10243607199197,41.80626548287077],[-73.1019360718288,41.80625748288564],[-73.10177007177465,41.80625548289072],[-73.1016840717466,41.806254482893344],[-73.10158007171272,41.80625348289657],[-73.10142907166312,41.806245482899975],[-73.10134507163555,41.80624148290196],[-73.10103507153465,41.80624148291214],[-73.10050207136122,41.806241482929636],[-73.100106071233,41.80625248294477],[-73.09979707113304,41.806262482956825],[-73.09963507108091,41.806272482964076],[-73.09954307105103,41.80627348296727],[-73.09905507089276,41.80628248298503],[-73.09878107080405,41.80629048299556],[-73.09852807072221,41.80629848300543],[-73.09841907068656,41.80629548300842],[-73.09809207057963,41.80628648301742],[-73.09798407054436,41.80628448302057],[-73.09790907051983,41.80628248302265],[-73.09784607049929,41.80628148302452],[-73.09768807044762,41.80627748302894],[-73.09761407042349,41.80627648303117],[-73.09731207032443,41.80626348303859],[-73.09664407010555,41.8062374830555],[-73.09640907002796,41.806218483059546],[-73.09633407000321,41.806212483060854],[-73.09620106995918,41.806199483062706],[-73.09611006992856,41.80618248306242],[-73.09593606986977,41.806145483061],[-73.09575906980957,41.806101483058335],[-73.0957480698059,41.806099483058304],[-73.09556406974296,41.806047483054314],[-73.09529306964963,41.80595948304625],[-73.09516206960411,41.805910483041096],[-73.09500506954915,41.80584448303353],[-73.09485206949508,41.80577148302449],[-73.09475306945984,41.805719483017725],[-73.09443606934681,41.805551482995746],[-73.09434106931222,41.805488482986725],[-73.09412806923334,41.80532548296229],[-73.09391706915348,41.8051344829324],[-73.09381106911272,41.805027482915264],[-73.09371606907548,41.80491948289755],[-73.09365006904895,41.80483348288316],[-73.09323006888044,41.80429048279229],[-73.09230006850532,41.80305348258438],[-73.09189906834425,41.802531482496924],[-73.09170106826545,41.80228648245619],[-73.09160206822604,41.802163482435716],[-73.09144606816471,41.80198348240616],[-73.09127406809786,41.80179748237595],[-73.09097906798438,41.801499482328175],[-73.09083306792908,41.801366482307344],[-73.09058006783327,41.8011364822713],[-73.09038006775977,41.8009924822501],[-73.09022106770134,41.800878482233344],[-73.09008306765152,41.80079448222168],[-73.08998306761539,41.800733482213204],[-73.08965806749961,41.800562482190905],[-73.08951606744903,41.8004874821811],[-73.08928506736828,41.80039248217038],[-73.0891870673343,41.80035648216665],[-73.08910806730688,41.800327482163645],[-73.08892006724213,41.80026648215806],[-73.08861006713633,41.80018248215203],[-73.08826106701842,41.800108482149234],[-73.08816006698444,41.80008948214887],[-73.0878120668674,41.800024482147755],[-73.08763406680765,41.79999348214762],[-73.08710306662948,41.799901482147305],[-73.08692606657011,41.79987148214731],[-73.08689306655897,41.79986448214706],[-73.0867940665257,41.799846482146826],[-73.08676106651463,41.79984048214674],[-73.08674806651027,41.79983848214681],[-73.08672906650378,41.799833482146454],[-73.08663406647163,41.79981248214552],[-73.08660306646115,41.7998054821452],[-73.08610006629142,41.799702482141825],[-73.08588806621958,41.799653482139355],[-73.0858010661901,41.79963348213835],[-73.08560406612307,41.79958348213517],[-73.08541006605665,41.79952748213073],[-73.08521606598983,41.799464482124954],[-73.08502606592397,41.79939548211788],[-73.08483906585876,41.79932148210976],[-73.0846460657911,41.79923848210008],[-73.08445606572413,41.799150482089345],[-73.08399706556159,41.79892548206101],[-73.0838540655107,41.798851482051454],[-73.08372906546623,41.798786482043035],[-73.08320206527934,41.79852348200959],[-73.08314706525968,41.79849348200562],[-73.08310306524396,41.79846948200244],[-73.08298006520036,41.79840848199471],[-73.08292406518055,41.79838148199134],[-73.0829960652041,41.79838348198937],[-73.08321306527513,41.7983904819836],[-73.08328606529906,41.798393481981776],[-73.0839830655272,41.798416481963365],[-73.08607506621212,41.798487481908445],[-73.08677306644066,41.79851148189017],[-73.08702706652349,41.79851448188243],[-73.08779006677243,41.798525481859514],[-73.08804506685564,41.79852948185193],[-73.08860206703642,41.798521481832104],[-73.09027306757888,41.79849948177306],[-73.09083106776004,41.79849248175341],[-73.09176806806424,41.79848048172036],[-73.09458106897748,41.798444481621125],[-73.09551906928205,41.798433481588226],[-73.096369069558,41.79842248155823],[-73.09762006996412,41.79840648151408],[-73.0989190703867,41.79840448147107],[-73.09908207043966,41.79840348146552],[-73.09977007066352,41.79840348144294],[-73.10118107112254,41.79840148139626],[-73.10409307206987,41.79839848130011],[-73.1039280719391,41.79708348105204],[-73.1037530718001,41.7956834807879],[-73.10371507177028,41.7953854807317],[-73.10367807174082,41.79508848067567],[-73.10408507184748,41.794648480577486],[-73.10429007190133,41.79442948052854],[-73.10487407205267,41.79376948038213],[-73.10662607250677,41.7917914799433],[-73.10721107265849,41.79113247979706],[-73.10730407268314,41.7910364797755],[-73.10758607275794,41.790747479710525],[-73.10768007278294,41.79065247968912],[-73.10770907279017,41.79061447968083],[-73.10779907281271,41.79049947965571],[-73.1078290728203,41.79046247964759]]]},"properties":{"name":3104,"geoid":"09005310400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.09194406939602,41.82022048590417],[-73.0920360694052,41.81986648583294],[-73.09231606943415,41.81880648561953],[-73.09241006944403,41.81845348554843],[-73.09249306945402,41.81816348548983],[-73.09264506946883,41.817572485370974],[-73.09274106947996,41.817229485301745],[-73.09295906950376,41.816425485139675],[-73.09295906950345,41.816420485138714],[-73.09305006953066,41.816379485127825],[-73.09308106953958,41.81635948512296],[-73.09305606952559,41.81625948510452],[-73.09304406951405,41.816129485079855],[-73.09308706950956,41.81581448501775],[-73.09314006951239,41.81556848496863],[-73.09318206951691,41.81541248493717],[-73.09320506951924,41.815324484919465],[-73.09325906952678,41.81515348488473],[-73.09326906952826,41.81512348487863],[-73.0935310695721,41.81441648473379],[-73.09353906957332,41.81439348472912],[-73.09363306958909,41.81414048467728],[-73.0937160696024,41.813906484629456],[-73.09373206960505,41.81386348462065],[-73.09389006963049,41.813420484530106],[-73.09393706963266,41.81319648448539],[-73.0939890696354,41.81295448443706],[-73.09405406962735,41.81245648433896],[-73.09414106961701,41.81179748420913],[-73.09416606961706,41.81165948418171],[-73.09422906962331,41.81141648413281],[-73.09435706964274,41.81103748405558],[-73.09437306964531,41.810992484046366],[-73.09450506966763,41.81064048397423],[-73.09453806967129,41.81051948394983],[-73.09459506968057,41.810361483917504],[-73.09477006970977,41.809888483820615],[-73.09482806971944,41.80973148378846],[-73.09484706972245,41.80967748377741],[-73.09490606973235,41.80951848374484],[-73.09492606973579,41.809466483734155],[-73.09497006974189,41.80932648370573],[-73.09515806977267,41.80880748359955],[-73.09578106987477,41.807091483248406],[-73.09587406989027,41.806839483196775],[-73.0959400699015,41.80666448316088],[-73.09611006992856,41.80618248306242],[-73.09620106995918,41.806199483062706],[-73.09633407000321,41.806212483060854],[-73.09640907002796,41.806218483059546],[-73.09664407010555,41.8062374830555],[-73.09731207032443,41.80626348303859],[-73.09761407042349,41.80627648303117],[-73.09768807044762,41.80627748302894],[-73.09784607049929,41.80628148302452],[-73.09790907051983,41.80628248302265],[-73.09798407054436,41.80628448302057],[-73.09809207057963,41.80628648301742],[-73.09841907068656,41.80629548300842],[-73.09852807072221,41.80629848300543],[-73.09878107080405,41.80629048299556],[-73.09905507089276,41.80628248298503],[-73.09954307105103,41.80627348296727],[-73.09963507108091,41.806272482964076],[-73.09979707113304,41.806262482956825],[-73.100106071233,41.80625248294477],[-73.10050207136122,41.806241482929636],[-73.10103507153465,41.80624148291214],[-73.10134507163555,41.80624148290196],[-73.10142907166312,41.806245482899975],[-73.10158007171272,41.80625348289657],[-73.1016840717466,41.806254482893344],[-73.10177007177465,41.80625548289072],[-73.1019360718288,41.80625748288564],[-73.10243607199197,41.80626548287077],[-73.10260307204648,41.806268482865875],[-73.1026820720723,41.80627048286367],[-73.10292207215086,41.80627848285733],[-73.10300207217708,41.80628148285527],[-73.10307907220215,41.80628148285275],[-73.1033110722778,41.80628448284571],[-73.10336407229512,41.80628548284417],[-73.10338907230337,41.80628748284373],[-73.10344407232145,41.806290482842485],[-73.10360907237578,41.8063014828392],[-73.10366407239393,41.80630548283818],[-73.10389007246751,41.80630648283094],[-73.1045690726887,41.80631048280941],[-73.10479607276268,41.80631248280233],[-73.10498007282297,41.80631948279767],[-73.10553507300484,41.80634148278368],[-73.10572007306553,41.80634948277915],[-73.10598807315361,41.80636448277324],[-73.10679207341799,41.80641148275589],[-73.10706107350646,41.80642748275015],[-73.1072640735731,41.80643748274541],[-73.10758107367731,41.806455482738464],[-73.10787307377409,41.80648548273466],[-73.10807607384137,41.80650648273205],[-73.1081380738621,41.80651548273175],[-73.10832707392515,41.80654248273074],[-73.10839007394625,41.8065524827306],[-73.10852907399271,41.80657348273007],[-73.10861207402101,41.80659548273159],[-73.1086910740483,41.8066224827342],[-73.1087750740778,41.80665948273857],[-73.10879807408604,41.80667248274033],[-73.10893307413437,41.80674748275035],[-73.10908107418834,41.80684648276456],[-73.10984807447107,41.80741148284825],[-73.10985107447223,41.807414482848735],[-73.11019307459831,41.807666482886056],[-73.10985507449647,41.80780548292396],[-73.10954307440355,41.80795248296254],[-73.10886907420308,41.80827348304652],[-73.10854407410677,41.80843448308822],[-73.10773007387299,41.80896448321708],[-73.10756407382559,41.80907748324431],[-73.10665607356532,41.80967748338974],[-73.1067000735824,41.80972448339736],[-73.10673207359615,41.80978148340729],[-73.10673307360328,41.80989748342962],[-73.10670207364852,41.81084048361234],[-73.10668607369114,41.81165548376992],[-73.10666407370879,41.81207848385215],[-73.10662507371066,41.81232648390121],[-73.10659407370797,41.8124524839265],[-73.10641507368643,41.813078484053015],[-73.10637107368316,41.81326648409067],[-73.10634507368354,41.81341748412063],[-73.10627407368908,41.813905484216974],[-73.10623807369714,41.814242484283085],[-73.10622507370506,41.81444948432342],[-73.10609407366965,41.8145724843514],[-73.1060010736456,41.81467848437488],[-73.10590707362203,41.8147984844011],[-73.10587107361457,41.81487048441615],[-73.1058580736128,41.81491248442467],[-73.10586407361808,41.81496948443545],[-73.10587707362227,41.814968484434836],[-73.10603907367529,41.81497348443048],[-73.10617007371785,41.81497248442598],[-73.10625407374467,41.8149634844215],[-73.10638707379259,41.81504248443234],[-73.10641107380108,41.815054484433865],[-73.10611507371604,41.81524648448059],[-73.10493707339246,41.8162654847156],[-73.10402807314425,41.817076484901705],[-73.10378907307856,41.81728248494924],[-73.10354507301108,41.81748548499635],[-73.10329807294201,41.81767848504166],[-73.10309907288341,41.81778348506843],[-73.1028820728172,41.81785848509],[-73.10255707271718,41.817956485119566],[-73.10212007258282,41.81809048515972],[-73.10194407252834,41.81813848517475],[-73.10123807231,41.8183324852353],[-73.10027707201179,41.81858048531464],[-73.10008807195305,41.8186274853299],[-73.09964907181663,41.81873748536551],[-73.09946707175966,41.818776485379004],[-73.09901407161794,41.81887348541256],[-73.098851071567,41.81890948542485],[-73.09700907099159,41.81931948556431],[-73.09639507079982,41.81945648561087],[-73.09621207074171,41.81948148562169],[-73.0960450706891,41.81951148563295],[-73.0958760706354,41.81953348564274],[-73.09550207051504,41.819556485659454],[-73.0954930705121,41.81955648565974],[-73.09526207043757,41.81956748566944],[-73.09510407038691,41.81958048567714],[-73.09479607028948,41.81962848569649],[-73.0945360702081,41.81968348571562],[-73.09341506985992,41.81996748580714],[-73.09283306967902,41.82011248585418],[-73.09258006960044,41.820176485874796],[-73.09227406950464,41.820241485897384],[-73.09219406947906,41.82024948590154],[-73.0921160694537,41.82024948590412],[-73.09203706942762,41.82024348590555],[-73.09194406939602,41.82022048590417]]]},"properties":{"name":3105,"geoid":"09005310500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.09150306934359,41.82177348621784],[-73.0923100696069,41.82178448619347],[-73.09233406961475,41.82178548619289],[-73.09253106967941,41.82179448618814],[-73.09280806977065,41.82181348618271],[-73.09308506986245,41.821841486179],[-73.09333706994636,41.821873486176905],[-73.09358607002967,41.821912486176245],[-73.0937890700981,41.82195248617729],[-73.09454807035522,41.82212448618551],[-73.0947910704376,41.822180486188294],[-73.0956010707123,41.82236948619813],[-73.09598807084377,41.82246348620354],[-73.0971510712389,41.82274648621986],[-73.09720907125859,41.822760486220666],[-73.09842507167042,41.82303448623352],[-73.09857907172261,41.823069486235205],[-73.09862507173816,41.823079486235606],[-73.09874307177816,41.82310648623694],[-73.09889607183005,41.82314248623886],[-73.09942307200872,41.82326448624505],[-73.0994530720189,41.82327148624542],[-73.1000220722126,41.823416486254665],[-73.10023607228582,41.82347748625939],[-73.10041607234787,41.82353648626483],[-73.10059407240962,41.8236014862715],[-73.10076507246944,41.823672486279584],[-73.10089907251675,41.823735486287305],[-73.10096207253913,41.82376748629141],[-73.10102907256298,41.82380248629595],[-73.10115607260855,41.82387448630565],[-73.10127907265304,41.82395048631624],[-73.1014250727063,41.824048486330334],[-73.10164207278785,41.82423448635904],[-73.1016800728021,41.82426648636395],[-73.10178807284312,41.82436648637968],[-73.10189507288433,41.82447548639714],[-73.1019950729234,41.82458648641524],[-73.10207807295663,41.82469248643295],[-73.10215407298776,41.82480148645144],[-73.10220207300809,41.82488148646529],[-73.10222207301648,41.824913486470784],[-73.10234207306839,41.82513248650902],[-73.10246907312634,41.82541548655938],[-73.10285107330051,41.826264486710365],[-73.10297907335882,41.82654848676086],[-73.1032630734895,41.82719948687692],[-73.10366007367213,41.82810948703916],[-73.1041250738846,41.829150487224396],[-73.10418807391333,41.829290487249295],[-73.10441607401744,41.829799487339834],[-73.10480207419197,41.83063248748759],[-73.10462007415583,41.83102548756924],[-73.10446207412201,41.831325487632235],[-73.10431107408391,41.831513487673405],[-73.10415607404472,41.83170548771546],[-73.10316807379512,41.832930487983845],[-73.10273707368631,41.83346648810123],[-73.10254807363924,41.8337124881548],[-73.10167707341853,41.83478148838928],[-73.10095007323484,41.835682488586684],[-73.10059607314544,41.83612248868304],[-73.09964207290511,41.8373174889445],[-73.098768072684,41.83839648918099],[-73.09691107221565,41.840713489688156],[-73.09674907217507,41.840920489733335],[-73.09649907211386,41.841263489807595],[-73.09622907205005,41.841673489895406],[-73.09599307199655,41.842070489979584],[-73.09591907198033,41.84220449000783],[-73.09588207197223,41.842271490021936],[-73.09578107195091,41.842468490063176],[-73.09577807195029,41.84247449006444],[-73.09568007193043,41.84267949010713],[-73.09559207191373,41.84288249014911],[-73.09543207188565,41.84329149023311],[-73.09533407187014,41.843570490290055],[-73.09515307184412,41.84413049040383],[-73.09481507179368,41.84514449061016],[-73.09431707171915,41.84663549091356],[-73.09414207168933,41.847097491008256],[-73.09394307165134,41.8475534911026],[-73.0938070716236,41.847834491161166],[-73.09358607157661,41.84825949125024],[-73.09334407152315,41.84869049134117],[-73.09317307148423,41.84897549140165],[-73.09299607144325,41.84925849146195],[-73.09282107140197,41.849525491519096],[-73.0926410713589,41.84978949157583],[-73.0926250713549,41.84981049158039],[-73.09245107131238,41.8500504916323],[-73.09227607126861,41.85027549168137],[-73.09191007117543,41.85071749177849],[-73.09164107110604,41.85102649184681],[-73.09136407103384,41.85133249191481],[-73.09108007095912,41.85163449198228],[-73.09058407082692,41.85213249209444],[-73.08958307055904,41.85311949231731],[-73.08740606997323,41.85521149279152],[-73.08708806988781,41.855519492861255],[-73.0868850698333,41.855716492905835],[-73.08662906976487,41.855970492963124],[-73.0862300696596,41.856389493056874],[-73.08608206962093,41.85655149309292],[-73.08586606956553,41.85680549314891],[-73.08551506947818,41.8572634932486],[-73.08544506946102,41.85735949326937],[-73.08538006944515,41.85744949328884],[-73.08517906939727,41.85774849335299],[-73.08497306935026,41.85808949342539],[-73.08477206930633,41.858455493502426],[-73.0845660692635,41.858868493588695],[-73.08436106922417,41.85933449368511],[-73.08421306919824,41.85971349376291],[-73.08414606918767,41.85990449380189],[-73.08408506917908,41.860096493840835],[-73.08399906916999,41.86041849390564],[-73.08373306916498,41.86180649418153],[-73.08367906916438,41.8620954942389],[-73.0835900691642,41.86258549433613],[-73.08346006915873,41.86321249446108],[-73.08334806915006,41.863685494555774],[-73.08328306914278,41.86392149460334],[-73.08315406912423,41.86432049468435],[-73.08308406911262,41.86451049472322],[-73.0829240690825,41.86488449480044],[-73.08274206904616,41.865274494881476],[-73.08264006902483,41.86547649492371],[-73.08253106900113,41.865677494965965],[-73.08241606897523,41.86587349500746],[-73.0822930689466,41.866067495048824],[-73.08203206888412,41.866450495131105],[-73.08192606885831,41.86659849516307],[-73.08174006881127,41.86682849521345],[-73.08172006880616,41.866852495218716],[-73.08166406879216,41.86692449523439],[-73.08164606878776,41.86694949523982],[-73.08159706877522,41.86700749525259],[-73.08145006873764,41.8671824952911],[-73.0814020687255,41.867241495304015],[-73.08132006870466,41.86734149532596],[-73.08099806862005,41.867685495402725],[-73.08083006857522,41.867853495440556],[-73.0806460685256,41.8680284954803],[-73.08045706847412,41.8681994955194],[-73.08027306842347,41.868357495555856],[-73.07977206828569,41.86878849565525],[-73.07811506782612,41.87014849597137],[-73.07725806758728,41.870832496131115],[-73.07658406739989,41.87137849625831],[-73.07647106736852,41.871470496279734],[-73.07535506705895,41.87238649649263],[-73.07530006704371,41.87243149650309],[-73.07477006689751,41.87288049660689],[-73.07476106689506,41.87288849660872],[-73.07438006679104,41.87322949668685],[-73.07421606674697,41.873388496722825],[-73.0737570666252,41.873859496828516],[-73.07361906658903,41.87400849686173],[-73.07348106655338,41.87416649689665],[-73.07334806651953,41.874327496932004],[-73.07316006647312,41.87457949698667],[-73.07310206645889,41.87465849700375],[-73.07298806643175,41.87482849704021],[-73.07279806638493,41.875084497095706],[-73.0727060663624,41.87521049712297],[-73.07265106635057,41.87531449714478],[-73.0724860663152,41.875626497210234],[-73.0724310663034,41.875730497232055],[-73.07230106627553,41.87597649728365],[-73.07220606625594,41.8761694973239],[-73.0721250662394,41.87633649735869],[-73.0720190662188,41.876573497407776],[-73.07192006620053,41.8768114974568],[-73.07183906618687,41.877027497501025],[-73.07176506617553,41.877244497545206],[-73.07169706616621,41.87746249758937],[-73.07167306616338,41.877547497606514],[-73.07162906615835,41.87770549763836],[-73.07156906615316,41.87794949768727],[-73.07154506614975,41.87802449770249],[-73.07149606614657,41.87824149774585],[-73.07142206614627,41.878646497826196],[-73.07141706614681,41.87868349783348],[-73.07139906615078,41.87885049786619],[-73.07136606616415,41.87926049794616],[-73.07127606618916,41.88018449812687],[-73.07123606620583,41.88068949822533],[-73.071223066212,41.88086649825981],[-73.07116906622333,41.88135849835623],[-73.07113706622938,41.88163849841115],[-73.07113506623033,41.881665498416396],[-73.07108706626079,41.8824494985688],[-73.07106806626291,41.88259049859655],[-73.07102806626793,41.88289749865692],[-73.07102206626867,41.88294349866596],[-73.07099706627741,41.88323049872198],[-73.07091306630892,41.8842314989173],[-73.0708930663173,41.88448449896662],[-73.07088606631979,41.88456549898242],[-73.07055306621433,41.88461649900317],[-73.06955506589844,41.884771499065764],[-73.06922306579338,41.88482349908668],[-73.06833006551112,41.884969499144084],[-73.06565406466534,41.88540649931602],[-73.06476206438349,41.88555349937358],[-73.06435806425603,41.88562349940031],[-73.0636980640479,41.88573949944429],[-73.0631470638731,41.88581849947758],[-73.06274206374468,41.885877499502215],[-73.06112406323277,41.88613349960459],[-73.06090006316187,41.88616849961866],[-73.05537606141405,41.887040499967725],[-73.0535350608316,41.88733250008432],[-73.05395906087408,41.88570549975744],[-73.05523306100216,41.88082449877664],[-73.05565806104504,41.87919849844987],[-73.05626806109471,41.87666249794192],[-73.05668506112899,41.87493449759577],[-73.05826606130094,41.86909649642048],[-73.05894906137553,41.86657949591369],[-73.05911206139223,41.865959495789006],[-73.0596040614432,41.8640994954149],[-73.05976806146026,41.86348049529038],[-73.05983206146503,41.863206495235545],[-73.06042006150743,41.860667494727544],[-73.06059606152016,41.859908494575684],[-73.06237806164967,41.852229493038976],[-73.06303106169726,41.84941749247616],[-73.06346306173705,41.847698492131016],[-73.06395306178236,41.845751491740046],[-73.06476006185694,41.842544491096035],[-73.06519306189713,41.840826490751006],[-73.06529606190749,41.84043149067155],[-73.065431061921,41.83991249056717],[-73.06614706199346,41.837173490016184],[-73.06638606201773,41.8362604898325],[-73.06665706204934,41.83529548963776],[-73.06725106211934,41.83319148921302],[-73.06737506211205,41.83237848905237],[-73.06752806210379,41.83138848885664],[-73.06755606210113,41.83118748881701],[-73.0676420620939,41.83058648869842],[-73.06767206209192,41.83038648865892],[-73.06769906210059,41.83038448865765],[-73.06778206212745,41.83038148865436],[-73.0678100621365,41.83038048865323],[-73.06790506216649,41.83036448864704],[-73.068363062313,41.830320488623535],[-73.06917506257278,41.83024348858207],[-73.069586062704,41.83019948856011],[-73.07002606284406,41.830145488535294],[-73.07020106289986,41.83012548852571],[-73.07058106302138,41.830088488506114],[-73.07092406313232,41.83007648849254],[-73.07100906316005,41.830077488489955],[-73.07103206316759,41.8300784884894],[-73.07111206319375,41.830080488487155],[-73.07127106324623,41.83009248848425],[-73.07228606358389,41.830216488474846],[-73.07251206365909,41.83024448847282],[-73.07271306372557,41.83026248846969],[-73.07333406393265,41.830346488465516],[-73.07407306417842,41.83043548845842],[-73.07471906439304,41.83050948845147],[-73.0756740647127,41.83065948844903],[-73.07722006522873,41.8308774884403],[-73.07767406537997,41.830936488436784],[-73.07778806541795,41.83095148843593],[-73.07818306554934,41.830999488432205],[-73.07824206555621,41.830789488389826],[-73.07850506563585,41.83068748836154],[-73.07962006600975,41.83087448836098],[-73.08094206645363,41.8311054883621],[-73.08271506704958,41.831426488365736],[-73.0835470673293,41.83157848836771],[-73.08401606748696,41.83166348836868],[-73.08448806764547,41.83174648836919],[-73.08454706766531,41.831757488369355],[-73.085212067889,41.831880488371226],[-73.08694306846903,41.832163488368934],[-73.0875530686737,41.83226748836892],[-73.08766506871127,41.832286488368894],[-73.08841106896242,41.832428488371775],[-73.08855106900998,41.83246248837373],[-73.08876406908097,41.83249048837212],[-73.0888350691047,41.83250148837191],[-73.08917806921971,41.832558488371625],[-73.08938706928926,41.83258448836976],[-73.08968806938888,41.83261248836528],[-73.08986906944878,41.83262948836261],[-73.08997406948315,41.832632488359735],[-73.09019006955438,41.83264848835573],[-73.09074206973663,41.83269248834609],[-73.09084006976879,41.832696488343636],[-73.09105806984032,41.83270648833841],[-73.09107406984559,41.83270748833807],[-73.09114406986832,41.83270648833558],[-73.0912000698862,41.832700488332584],[-73.09121206989003,41.832699488332004],[-73.09128606991312,41.83268248832631],[-73.0913580699351,41.83265748831912],[-73.09142406995481,41.832627488311175],[-73.09147706997031,41.83259748830366],[-73.09152606998425,41.83256348829551],[-73.09157806999836,41.832515488284564],[-73.09158907000142,41.83250648828247],[-73.09164007001421,41.83244148826825],[-73.09166307001935,41.83240148825979],[-73.0916670700203,41.83239548825853],[-73.09170307002624,41.83229748823847],[-73.0917120700252,41.83222948822506],[-73.09171207001305,41.8320224881852],[-73.09168806999061,41.83177348813804],[-73.09168606998863,41.83175048813366],[-73.09166006996986,41.83157548810081],[-73.0915810699174,41.83111948801559],[-73.09153306988289,41.83079748795514],[-73.09149206985703,41.83058448791546],[-73.09144706983187,41.83040548788245],[-73.09139506980456,41.83022848785007],[-73.09133606977498,41.83005148781791],[-73.09128106974892,41.82991248779295],[-73.09123806972852,41.82980348777337],[-73.09119906970923,41.82969148775308],[-73.09114706968087,41.82949648771722],[-73.09110906965705,41.829301487680915],[-73.09101706960318,41.82889348760534],[-73.0908410695,41.82811148746048],[-73.0907370694405,41.82767448737974],[-73.09066906940153,41.82738748732669],[-73.090646069387,41.827267487304326],[-73.09049806929477,41.82651648716452],[-73.09046606927315,41.82632548712878],[-73.09044706925677,41.82615148709588],[-73.09043006924665,41.8260734870814],[-73.09041006923245,41.82594248705684],[-73.09039906922112,41.82581048703177],[-73.09039406921123,41.82566948700477],[-73.09039706920392,41.82552848697751],[-73.09041906918996,41.82516848690745],[-73.09048706916997,41.82445048676691],[-73.09053306916557,41.82412048670182],[-73.0908480692624,41.82402348667279],[-73.09090106926958,41.82385148663792],[-73.0911700693072,41.82300048646514],[-73.09150306934359,41.82177348621784]]]},"properties":{"name":3106.01,"geoid":"09005310601"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.1212730784672,41.81215548338705],[-73.12159107857565,41.81224048339298],[-73.12193907869172,41.812288483390795],[-73.12199407871003,41.81229548339035],[-73.12258207890012,41.81227448336698],[-73.12263607891752,41.81227148336463],[-73.1227980789697,41.81226248335756],[-73.1228520789871,41.81225948335521],[-73.12309507906524,41.81224348334415],[-73.12359307922546,41.8122124833218],[-73.12382407929941,41.812191483310166],[-73.1240670793773,41.81217148329832],[-73.1243310794615,41.812142483284056],[-73.12457007953779,41.81211748327137],[-73.12512307971426,41.81205848324185],[-73.12538807979887,41.81203048322774],[-73.1255470798496,41.81201348321924],[-73.1255540798518,41.81201248321881],[-73.12580807993317,41.81199048320623],[-73.12593907997538,41.811983483200564],[-73.1260540800128,41.811983483196784],[-73.12607808002062,41.811983483195995],[-73.12622108006745,41.811988483192266],[-73.12630208009402,41.81199248319037],[-73.12642608013562,41.81201348319035],[-73.12653108017084,41.81203148319035],[-73.12673308023939,41.81207948319296],[-73.12703208034068,41.81214748319624],[-73.12723408040915,41.81219448319866],[-73.12736108045219,41.81222348320007],[-73.12774208058144,41.81231348320488],[-73.12787008062485,41.81234348320645],[-73.12796108065552,41.81236148320694],[-73.12823508074791,41.812416483208516],[-73.12832708077897,41.81243548320916],[-73.12902508101631,41.81260948321974],[-73.13030008144715,41.81288148323023],[-73.13036608146898,41.81288748322922],[-73.13125308176784,41.813061483233575],[-73.13295608234199,41.81340248324328],[-73.13299108235373,41.81340848324329],[-73.13309608238896,41.81342648324329],[-73.13313208240108,41.81343348324346],[-73.13322108243102,41.81345048324381],[-73.13348808252108,41.81350448324544],[-73.13357808255142,41.81352248324595],[-73.13393108267134,41.8136084832509],[-73.13499008303107,41.81386648326578],[-73.135343083151,41.81395248327075],[-73.13548908320057,41.813987483272676],[-73.13580208330687,41.814063483277046],[-73.13593008335029,41.814093483278604],[-73.13607708340022,41.814129483280716],[-73.13634408349075,41.81419148328388],[-73.13667908360439,41.814270483288084],[-73.13694608369522,41.81433748329221],[-73.13714308376237,41.814389483295734],[-73.1374090838531,41.814460483300664],[-73.13763308393068,41.814540483308726],[-73.13819508412583,41.8147494833305],[-73.13847008422178,41.814859483342644],[-73.13863108427797,41.81492448334987],[-73.1390620844291,41.815109483371344],[-73.1394210845555,41.81527248339092],[-73.13959608461757,41.81535948340193],[-73.13976708467852,41.81545048341384],[-73.13998408475668,41.81557848343136],[-73.14077408504228,41.81606448349899],[-73.14105508514447,41.81624748352501],[-73.14132808524451,41.816438483552815],[-73.14143108528252,41.81651448356407],[-73.14185908544042,41.81683148361106],[-73.14233908561805,41.81719648366556],[-73.1426320857265,41.8174194836989],[-73.14272508576094,41.817490483709506],[-73.1430840858931,41.81775148374798],[-73.14324908595414,41.81787648376663],[-73.14334608598975,41.81794548377673],[-73.14343408602139,41.81799648378366],[-73.1435400860588,41.81804648378981],[-73.1436240860885,41.81808648379475],[-73.14372608612405,41.8181264837991],[-73.14388608617892,41.818174483803084],[-73.14394508619911,41.81819148380441],[-73.1440280862276,41.8182164838065],[-73.14410708625446,41.81823648380775],[-73.1441170862579,41.818239483807986],[-73.1441260862609,41.818240483807884],[-73.14418808628184,41.818253483808355],[-73.14420708628825,41.81825748380851],[-73.14428708631499,41.81826948380818],[-73.14436008633915,41.81827648380712],[-73.14444008636563,41.81828448380603],[-73.1448820865106,41.81830348379516],[-73.145057086568,41.818311483790936],[-73.1456210867527,41.81833148377623],[-73.14579908681144,41.81834548377306],[-73.1461490869279,41.81838948377003],[-73.1461520869289,41.81838948376993],[-73.14636108699912,41.81842748377038],[-73.1466730871047,41.81849648377339],[-73.14696308720383,41.818577483779464],[-73.14798708755772,41.81892948381356],[-73.14845308771821,41.819080483827314],[-73.14864308778292,41.819129483830494],[-73.14889108786655,41.81917948383197],[-73.14904608791831,41.81920148383111],[-73.14920308797032,41.819217483829036],[-73.14933108801232,41.819223483825965],[-73.14936008802187,41.819225483825385],[-73.14962208810688,41.819221483815994],[-73.14975208814866,41.81921248380999],[-73.14987208818687,41.81919848380334],[-73.15011208826284,41.81916248378851],[-73.15042308836104,41.819111483768445],[-73.15082208848699,41.819045483742606],[-73.15099908854381,41.81903248373429],[-73.15111108858015,41.8190304837302],[-73.1512210886161,41.81903348372716],[-73.15133808865464,41.81904148372486],[-73.15147508870027,41.819059483723805],[-73.15151308871296,41.81906448372351],[-73.15165608876136,41.819096483724984],[-73.15191408885006,41.81917748373208],[-73.15208208890867,41.81924448373946],[-73.15217408894149,41.81929348374587],[-73.15245408904276,41.81946648376998],[-73.15310108927996,41.81991948383594],[-73.15335508937251,41.820088483860125],[-73.15379608953207,41.82036148389819],[-73.15422508968621,41.820608483931636],[-73.15514409001634,41.82113748400328],[-73.15532209008073,41.821247484018606],[-73.15602809033375,41.821643484071636],[-73.15637709045883,41.821839484097886],[-73.15641809047335,41.821859484100386],[-73.15766909092096,41.822548484191906],[-73.15870409129168,41.82312548426895],[-73.15875809131107,41.82315648427315],[-73.15920809147156,41.82339548430435],[-73.15947309156465,41.823512484318165],[-73.1596220916164,41.82356748432383],[-73.15972409165163,41.823602484327225],[-73.15990709171435,41.82365648433161],[-73.16000009174591,41.823678484332774],[-73.16009209177719,41.82370148433418],[-73.16027909184022,41.823738484335145],[-73.16055709193326,41.82378248433446],[-73.16069809197998,41.823796484332526],[-73.16084109202686,41.823802484328965],[-73.16098609207408,41.82380348432437],[-73.16113009212071,41.82379948431887],[-73.1611720921342,41.823796484316915],[-73.16139909220716,41.82378148430654],[-73.16156509225996,41.82376048429703],[-73.16165009228696,41.8237494842921],[-73.16181009233732,41.82372048428126],[-73.16199609239548,41.82368048426742],[-73.16254409256477,41.8235274842199],[-73.16263709259339,41.82349948421147],[-73.16310109273624,41.823361484169595],[-73.16352909286921,41.8232544841349],[-73.16368909291931,41.823221484123266],[-73.16385009297012,41.82319448411277],[-73.16402709302642,41.823172484102706],[-73.16435309313073,41.823142484086176],[-73.16439209314323,41.82313948408433],[-73.16457909320341,41.823128484076044],[-73.16476709326437,41.82312448406908],[-73.16494009332094,41.823129484064346],[-73.16511309337783,41.823139484060576],[-73.1654600934925,41.82316948405492],[-73.16575509359095,41.82321148405331],[-73.16590209364031,41.823237484053465],[-73.16627309376503,41.823305484054345],[-73.16694409399119,41.82343848405784],[-73.16698809400596,41.823446484057925],[-73.16717709406952,41.82348148405845],[-73.16727109410117,41.82349948405883],[-73.16774709426116,41.8235864840599],[-73.16793809432544,41.82362248406054],[-73.16806609436848,41.82364648406094],[-73.16841709448623,41.82370648406093],[-73.1686260945564,41.823743484061175],[-73.16919909474825,41.82383548406002],[-73.16986109496935,41.82393248405689],[-73.17034309513036,41.82400348405467],[-73.17056909520603,41.82403948405417],[-73.17182509562558,41.82422448404839],[-73.17221709575652,41.82428248404667],[-73.17262409589344,41.824358484047885],[-73.17288309598095,41.82441348404994],[-73.17313909606776,41.82447348405306],[-73.17338509615165,41.82453848405747],[-73.17363009623547,41.82460848406287],[-73.1738700963181,41.8246854840698],[-73.17535709683425,41.82523448412651],[-73.17548009687675,41.82527648413055],[-73.1757280969619,41.825352484137014],[-73.17598009704807,41.82542348414238],[-73.17613509710087,41.825463484144976],[-73.17623309713429,41.82548948414676],[-73.17740709753281,41.82577048416216],[-73.17759009759543,41.825822484166146],[-73.1776680976221,41.8258444841678],[-73.17771409763782,41.825857484168786],[-73.17788409769761,41.82593348417783],[-73.17789409770111,41.825937484178276],[-73.1779680977273,41.82597348418277],[-73.17808409776835,41.82602948418973],[-73.17819709780908,41.8260964841989],[-73.17832009785391,41.826178484210644],[-73.17839909788292,41.82623448421882],[-73.17885509805038,41.82655848426617],[-73.17931609821922,41.82687848431261],[-73.17958409831643,41.82704848433651],[-73.17965209834061,41.827083484341],[-73.1797480983748,41.82713348434745],[-73.17985909841381,41.82718248435324],[-73.18011509850324,41.82728648436481],[-73.18051409864005,41.82740548437459],[-73.18075509872247,41.82747348437973],[-73.18104909882253,41.82754848438448],[-73.18134609892319,41.827616484387775],[-73.18186409909832,41.827728484392274],[-73.18273109939155,41.82791748440009],[-73.18441409995982,41.82826848441217],[-73.18458410001719,41.82830348441331],[-73.18484010010361,41.828356484415075],[-73.18526710024743,41.828439484416975],[-73.18570710039508,41.82851548441709],[-73.18659010069084,41.8286594844157],[-73.1871791008888,41.828766484416875],[-73.1882541012501,41.82896248441918],[-73.18895510148607,41.82909648442186],[-73.18918110156314,41.82915648442596],[-73.18926610159215,41.829179484427584],[-73.18943110164874,41.829228484431574],[-73.18959310170462,41.82928248443662],[-73.18975310176016,41.8293414844427],[-73.18984810179332,41.82937948444688],[-73.18989110180834,41.82939748444895],[-73.19006510186932,41.829471484457436],[-73.18662110141321,41.84073848674004],[-73.18366610104327,41.850766488767455],[-73.183622101037,41.85090248879508],[-73.18359110103252,41.85099748881438],[-73.18357810103076,41.85103948882289],[-73.18343510101036,41.851482488912865],[-73.18336610100037,41.85169348895573],[-73.18329210099004,41.85192648900302],[-73.18328410098903,41.85195348900849],[-73.1832631009872,41.852038489025524],[-73.18325610098658,41.852066489031145],[-73.18305210096776,41.852872489192976],[-73.18244110091166,41.85529048967838],[-73.18223810089322,41.856097489840366],[-73.18190210084448,41.85712449004906],[-73.18089810069974,41.86020749067534],[-73.18056410065171,41.86123549088413],[-73.18007810059062,41.86287949121643],[-73.17862410040861,41.86781149221313],[-73.1781391003479,41.86945649254557],[-73.17792710031954,41.87014449268488],[-73.17787110031178,41.87032149272077],[-73.17771410029084,41.87083249282425],[-73.1772581002296,41.872308493123185],[-73.17706910020411,41.87291849324673],[-73.17680210016836,41.8737844934221],[-73.17647810013668,41.875033493673016],[-73.17610010008868,41.876303493929704],[-73.17386809980663,41.88382649544999],[-73.17312409971264,41.88633449595677],[-73.17301809969682,41.88665049602101],[-73.17270309965055,41.88760249621444],[-73.1725980996351,41.88791949627885],[-73.17243909960993,41.888369496370615],[-73.17196609953575,41.88971949664576],[-73.17180909951131,41.89017049673764],[-73.17157909948502,41.89099249690326],[-73.17089309940756,41.89346049740034],[-73.17066509938202,41.894283497566086],[-73.16607609784946,41.89363149759217],[-73.16242809663125,41.89311449761314],[-73.16187209646098,41.89329649766648],[-73.1615600963593,41.89329449767639],[-73.16113209621057,41.89313549765994],[-73.16060709602044,41.89281049761477],[-73.1581850951974,41.892226497582406],[-73.15815409517201,41.891967497533635],[-73.15412109363844,41.88823349694874],[-73.15318709328332,41.88736949681341],[-73.15328009321499,41.88569949648924],[-73.15159609265903,41.88556849651956],[-73.15168809266909,41.88523149645173],[-73.15169709267019,41.885200496445485],[-73.15181909268752,41.884821496368595],[-73.15187109268918,41.884562496317066],[-73.15190609268079,41.8842274962515],[-73.15190709267254,41.884082496223584],[-73.151913092652,41.88370149615011],[-73.15189209263286,41.88349349611081],[-73.15184609260712,41.88331049607714],[-73.15163009249068,41.88252949593407],[-73.15161009247987,41.882456495920685],[-73.15154309243461,41.882059495846555],[-73.1515330924116,41.881724495782464],[-73.1515940924057,41.8812884956966],[-73.15165809240908,41.88099249563757],[-73.15176809242122,41.880591495556835],[-73.15201509246154,41.87991249541811],[-73.15228109249578,41.87902549523875],[-73.15236309250656,41.878755495184116],[-73.15264109254501,41.877873495005346],[-73.15274109255571,41.87750349493087],[-73.15282309255959,41.877116494853745],[-73.15283609254716,41.876834494799084],[-73.15284209254274,41.876726494778104],[-73.15282109251324,41.87634249470495],[-73.1527830924828,41.876036494647366],[-73.15275209245301,41.87570249458414],[-73.15271609242023,41.87534549451666],[-73.15272409240755,41.87508649446658],[-73.15275309240536,41.874889494427734],[-73.15287209240056,41.87415149428186],[-73.15296209240195,41.87367849418793],[-73.15307309240428,41.87310549407405],[-73.15312009240554,41.872867494026714],[-73.15316409240629,41.87263749398104],[-73.15256609221609,41.87271349401536],[-73.15077209164568,41.872943494118736],[-73.15017509145588,41.8730204941532],[-73.14881009102288,41.873212494235126],[-73.14471408972358,41.87379049448126],[-73.14335008929092,41.873983494563326],[-73.1420810888879,41.87415449463802],[-73.1382740876788,41.87466749486211],[-73.13700608727615,41.87483949493697],[-73.1369500872584,41.874847494940354],[-73.1367820872051,41.87487149495049],[-73.13672608718734,41.87487949495389],[-73.13541908677159,41.87504449502867],[-73.13481008657786,41.87512149506353],[-73.12906508475064,41.87585249539332],[-73.12869708463359,41.875899495414465],[-73.12715008414156,41.87609649550329],[-73.12682108403709,41.87614149552278],[-73.1258370837248,41.87627849558154],[-73.12550908362078,41.87632549560137],[-73.12475908338216,41.87641949564414],[-73.12444508328292,41.87647049566429],[-73.12126508227824,41.87699049586898],[-73.12020608194372,41.8771644959373],[-73.12001508188307,41.8771904959486],[-73.11944108170077,41.8772684959825],[-73.1192510816405,41.87729549599395],[-73.1175050810873,41.877554496101205],[-73.11226807942792,41.8783304964228],[-73.11052307887509,41.87859049653023],[-73.1094350785293,41.87873449659373],[-73.1061740774931,41.87916849678447],[-73.10508707714776,41.879314496848316],[-73.10479107705385,41.87935649686612],[-73.10390207677193,41.879484496919986],[-73.10360707667841,41.87952749693796],[-73.08358307033964,41.88261149818946],[-73.08288507011835,41.88271349823202],[-73.08189506980443,41.882857498292246],[-73.07683106819889,41.88359749860096],[-73.0751440676641,41.88384549870409],[-73.07501706762373,41.88386249871153],[-73.07490106758695,41.883879498718606],[-73.07463606750278,41.88391549873424],[-73.07450906746247,41.883933498741875],[-73.07439306742572,41.88395049874894],[-73.0740750673249,41.88399749876843],[-73.0740460673157,41.884001498770154],[-73.0739310672794,41.88402149877779],[-73.07379806723758,41.88404649878696],[-73.07339806711174,41.88412149881454],[-73.07326606707026,41.88414749882384],[-73.07304306699965,41.88418149883773],[-73.07237506678827,41.88428649887987],[-73.07215306671812,41.88432249889407],[-73.07189906663821,41.88437049891164],[-73.07140106648167,41.88446649894648],[-73.07139206647885,41.88446849894715],[-73.07113906639928,41.8845164989647],[-73.07088606631979,41.88456549898242],[-73.0708930663173,41.88448449896662],[-73.07091306630892,41.8842314989173],[-73.07099706627741,41.88323049872198],[-73.07102206626867,41.88294349866596],[-73.07102806626793,41.88289749865692],[-73.07106806626291,41.88259049859655],[-73.07108706626079,41.8824494985688],[-73.07113506623033,41.881665498416396],[-73.07113706622938,41.88163849841115],[-73.07116906622333,41.88135849835623],[-73.071223066212,41.88086649825981],[-73.07123606620583,41.88068949822533],[-73.07127606618916,41.88018449812687],[-73.07136606616415,41.87926049794616],[-73.07139906615078,41.87885049786619],[-73.07141706614681,41.87868349783348],[-73.07142206614627,41.878646497826196],[-73.07149606614657,41.87824149774585],[-73.07154506614975,41.87802449770249],[-73.07156906615316,41.87794949768727],[-73.07162906615835,41.87770549763836],[-73.07167306616338,41.877547497606514],[-73.07169706616621,41.87746249758937],[-73.07176506617553,41.877244497545206],[-73.07183906618687,41.877027497501025],[-73.07192006620053,41.8768114974568],[-73.0720190662188,41.876573497407776],[-73.0721250662394,41.87633649735869],[-73.07220606625594,41.8761694973239],[-73.07230106627553,41.87597649728365],[-73.0724310663034,41.875730497232055],[-73.0724860663152,41.875626497210234],[-73.07265106635057,41.87531449714478],[-73.0727060663624,41.87521049712297],[-73.07279806638493,41.875084497095706],[-73.07298806643175,41.87482849704021],[-73.07310206645889,41.87465849700375],[-73.07316006647312,41.87457949698667],[-73.07334806651953,41.874327496932004],[-73.07348106655338,41.87416649689665],[-73.07361906658903,41.87400849686173],[-73.0737570666252,41.873859496828516],[-73.07421606674697,41.873388496722825],[-73.07438006679104,41.87322949668685],[-73.07476106689506,41.87288849660872],[-73.07477006689751,41.87288049660689],[-73.07530006704371,41.87243149650309],[-73.07535506705895,41.87238649649263],[-73.07647106736852,41.871470496279734],[-73.07658406739989,41.87137849625831],[-73.07725806758728,41.870832496131115],[-73.07811506782612,41.87014849597137],[-73.07977206828569,41.86878849565525],[-73.08027306842347,41.868357495555856],[-73.08045706847412,41.8681994955194],[-73.0806460685256,41.8680284954803],[-73.08083006857522,41.867853495440556],[-73.08099806862005,41.867685495402725],[-73.08132006870466,41.86734149532596],[-73.0814020687255,41.867241495304015],[-73.08145006873764,41.8671824952911],[-73.08159706877522,41.86700749525259],[-73.08164606878776,41.86694949523982],[-73.08166406879216,41.86692449523439],[-73.08172006880616,41.866852495218716],[-73.08174006881127,41.86682849521345],[-73.08192606885831,41.86659849516307],[-73.08203206888412,41.866450495131105],[-73.0822930689466,41.866067495048824],[-73.08241606897523,41.86587349500746],[-73.08253106900113,41.865677494965965],[-73.08264006902483,41.86547649492371],[-73.08274206904616,41.865274494881476],[-73.0829240690825,41.86488449480044],[-73.08308406911262,41.86451049472322],[-73.08315406912423,41.86432049468435],[-73.08328306914278,41.86392149460334],[-73.08334806915006,41.863685494555774],[-73.08346006915873,41.86321249446108],[-73.0835900691642,41.86258549433613],[-73.08367906916438,41.8620954942389],[-73.08373306916498,41.86180649418153],[-73.08399906916999,41.86041849390564],[-73.08408506917908,41.860096493840835],[-73.08414606918767,41.85990449380189],[-73.08421306919824,41.85971349376291],[-73.08436106922417,41.85933449368511],[-73.0845660692635,41.858868493588695],[-73.08477206930633,41.858455493502426],[-73.08497306935026,41.85808949342539],[-73.08517906939727,41.85774849335299],[-73.08538006944515,41.85744949328884],[-73.08544506946102,41.85735949326937],[-73.08551506947818,41.8572634932486],[-73.08586606956553,41.85680549314891],[-73.08608206962093,41.85655149309292],[-73.0862300696596,41.856389493056874],[-73.08662906976487,41.855970492963124],[-73.0868850698333,41.855716492905835],[-73.08708806988781,41.855519492861255],[-73.08740606997323,41.85521149279152],[-73.08958307055904,41.85311949231731],[-73.09058407082692,41.85213249209444],[-73.09108007095912,41.85163449198228],[-73.09136407103384,41.85133249191481],[-73.09164107110604,41.85102649184681],[-73.09191007117543,41.85071749177849],[-73.09227607126861,41.85027549168137],[-73.09245107131238,41.8500504916323],[-73.0926250713549,41.84981049158039],[-73.0926410713589,41.84978949157583],[-73.09282107140197,41.849525491519096],[-73.09299607144325,41.84925849146195],[-73.09317307148423,41.84897549140165],[-73.09334407152315,41.84869049134117],[-73.09358607157661,41.84825949125024],[-73.0938070716236,41.847834491161166],[-73.09394307165134,41.8475534911026],[-73.09414207168933,41.847097491008256],[-73.09431707171915,41.84663549091356],[-73.09481507179368,41.84514449061016],[-73.09515307184412,41.84413049040383],[-73.09533407187014,41.843570490290055],[-73.09543207188565,41.84329149023311],[-73.09559207191373,41.84288249014911],[-73.09568007193043,41.84267949010713],[-73.09577807195029,41.84247449006444],[-73.09578107195091,41.842468490063176],[-73.09588207197223,41.842271490021936],[-73.09591907198033,41.84220449000783],[-73.09599307199655,41.842070489979584],[-73.09622907205005,41.841673489895406],[-73.09649907211386,41.841263489807595],[-73.09674907217507,41.840920489733335],[-73.09691107221565,41.840713489688156],[-73.098768072684,41.83839648918099],[-73.09964207290511,41.8373174889445],[-73.10059607314544,41.83612248868304],[-73.10095007323484,41.835682488586684],[-73.10167707341853,41.83478148838928],[-73.10254807363924,41.8337124881548],[-73.10273707368631,41.83346648810123],[-73.10316807379512,41.832930487983845],[-73.10415607404472,41.83170548771546],[-73.10431107408391,41.831513487673405],[-73.10446207412201,41.831325487632235],[-73.10462007415583,41.83102548756924],[-73.10487407424571,41.831148487584585],[-73.10528607439161,41.83134948760978],[-73.10537007442548,41.8314604876284],[-73.10542807444793,41.831521487638234],[-73.10550407447637,41.831584487647866],[-73.1056750745389,41.83170148766479],[-73.10569907454753,41.83171548766669],[-73.10582107459128,41.83178448767598],[-73.1059360746198,41.83163248764293],[-73.10641907474151,41.83102848751072],[-73.10643807474636,41.831005487505685],[-73.1066350747972,41.83077948745568],[-73.10672007481952,41.83068848743537],[-73.10681107484403,41.83060148741561],[-73.10698807489324,41.830458487382266],[-73.10716407494317,41.8303334873524],[-73.10759707506837,41.830065487286554],[-73.10780207512727,41.8299324872542],[-73.10800107518405,41.82979648722147],[-73.10818507523577,41.82965748718866],[-73.1091720755096,41.8288504870008],[-73.10944607558527,41.8286204869475],[-73.10954707561349,41.828541486928955],[-73.11108107603873,41.82728148663588],[-73.11160507618654,41.826894486544106],[-73.11166707620431,41.82685348653419],[-73.11172707622147,41.826813486524514],[-73.11190807627354,41.82669648649603],[-73.11196907629107,41.8266574864865],[-73.11220107635738,41.82650048644865],[-73.11265907648833,41.826192486374275],[-73.11289707655627,41.82603048633525],[-73.11313007662294,41.825874486297536],[-73.11336307668984,41.82572248626061],[-73.11406507689158,41.8252674861499],[-73.11429907695886,41.825116486113124],[-73.11463207705454,41.82490048606057],[-73.11491407713564,41.82471848601625],[-73.11562407733874,41.82424248590123],[-73.11595407743322,41.82402248584801],[-73.1159820774412,41.82400348584343],[-73.11630707753463,41.8237934857923],[-73.11736907784008,41.82310948562565],[-73.1173880778456,41.82309848562289],[-73.1177200779406,41.82287648556922],[-73.11788307798724,41.822767485542876],[-73.11837307812762,41.82244248546418],[-73.11853707817464,41.82233448543798],[-73.1186350782029,41.822272485422815],[-73.11886807826937,41.822113485384534],[-73.11940407842248,41.821750485296995],[-73.11961907848337,41.82159548526007],[-73.11984307854614,41.821423485219555],[-73.11997407858296,41.82132448519619],[-73.12015007863118,41.82117048516074],[-73.12026107866215,41.821082485140145],[-73.12038807869665,41.820966485113615],[-73.1203960786988,41.82095848511183],[-73.12082107881464,41.820576485024255],[-73.1210840788858,41.82033048496821],[-73.12131507894844,41.820117484919614],[-73.1214720789909,41.81997048488612],[-73.1219440791186,41.819529484785654],[-73.12210207916145,41.81938348475235],[-73.12206307914317,41.819288484735324],[-73.12206207914267,41.81928548473478],[-73.12198707910022,41.818978484678105],[-73.12196307908643,41.81887648465924],[-73.12194407907273,41.81874848463521],[-73.12194307907204,41.81874248463408],[-73.12189907903418,41.81834148455828],[-73.12188507902181,41.81820848453313],[-73.12187407901035,41.818074484507655],[-73.12184407897698,41.81767248443122],[-73.12183407896593,41.81753948440591],[-73.12181407894602,41.81731148436265],[-73.12175407888644,41.81662948423323],[-73.12173507886692,41.81640248419012],[-73.1217160788507,41.81623148415781],[-73.121662078803,41.81571848406075],[-73.12164407878709,41.8155474840284],[-73.12162907877459,41.81541748400384],[-73.12158707873813,41.81502948393047],[-73.12157407872633,41.81490048390604],[-73.12155807871149,41.814736483874974],[-73.12151007866716,41.81424748378233],[-73.1214950786527,41.81408448375142],[-73.12141307858873,41.81344948363178],[-73.1213000784906,41.81240448343415],[-73.12128507847815,41.81227548340979],[-73.1212730784672,41.81215548338705]]]},"properties":{"name":3107,"geoid":"09005310700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.38692216301297,41.78101946860828],[-73.38387916202083,41.78096446869883],[-73.37475215904513,41.780800468970554],[-73.37443915894309,41.78079546897998],[-73.3717141580484,41.78064146904085],[-73.36906615718554,41.78060246912131],[-73.36112215459708,41.780488469363156],[-73.35847415373425,41.780450469443764],[-73.35770815348303,41.78041246946187],[-73.35541115272976,41.78029846951616],[-73.35464615247888,41.78026046953424],[-73.35254015179206,41.780220469596436],[-73.34739215011318,41.78012346974859],[-73.34735615010088,41.78011346974786],[-73.3472511500651,41.780085469745956],[-73.3472091500534,41.7801184697537],[-73.34621714972987,41.78009946978296],[-73.34411714904496,41.780059469844936],[-73.34231414845594,41.78000846989492],[-73.34202514836149,41.77999946990277],[-73.33575214631207,41.77982147007656],[-73.33366214562929,41.77976247013449],[-73.3313041448598,41.77971047020268],[-73.32423014255143,41.77955747040771],[-73.32187214178204,41.77950747047624],[-73.321787141754,41.77950047047771],[-73.32153314167019,41.779479470482094],[-73.32144914164255,41.779473470483694],[-73.321386141622,41.7794724704856],[-73.3178581404701,41.77938547058575],[-73.30708813695364,41.779121470891674],[-73.30349813578145,41.77903347099361],[-73.30307213564268,41.779028471006754],[-73.3017931352262,41.7790164710468],[-73.30136813508783,41.77901247106011],[-73.3008071349057,41.77901647107945],[-73.30030613474312,41.779021471096996],[-73.2991251343598,41.77903147113802],[-73.29856513417806,41.779036471157525],[-73.29835613402108,41.777529470874065],[-73.29773013355049,41.7730084700235],[-73.29752213339393,41.77150246974013],[-73.29748413337131,41.77132846970786],[-73.29743613333927,41.77105046965586],[-73.29738813330721,41.77077146960367],[-73.29732513324976,41.77014546948511],[-73.29729813321335,41.7696774693958],[-73.29727213317777,41.76921846930819],[-73.29726313316577,41.7690644692788],[-73.29725813316148,41.76901946927029],[-73.2972251331334,41.768725469214715],[-73.29719713311536,41.76857446918654],[-73.29716113309522,41.76843146916016],[-73.29712713307585,41.768290469134115],[-73.29711013306736,41.76824046912503],[-73.2970631330437,41.76809846909923],[-73.29692213297272,41.76767246902177],[-73.29687613294945,41.767531468996125],[-73.29673413285393,41.76669546883967],[-73.29631013256815,41.76418946837063],[-73.29624513252406,41.76380046829779],[-73.2962271325123,41.76370046827911],[-73.29622513251094,41.76368846827686],[-73.29617013247335,41.76335446821429],[-73.29582913209047,41.75874546733702],[-73.29518913137134,41.750082465687775],[-73.29458913087313,41.74494146471614],[-73.29408413045373,41.74061146389765],[-73.29405413042872,41.740352463848694],[-73.29401613040595,41.74017546381581],[-73.29400213039756,41.74011046380373],[-73.29395213035336,41.73963646371394],[-73.29393413033696,41.73945746368002],[-73.29391813032034,41.73926346364313],[-73.29390213030368,41.739069463606235],[-73.29380813020589,41.73792846338923],[-73.2937961301902,41.73772846335105],[-73.29364313012125,41.73740246329323],[-73.29340613000859,41.736797463184345],[-73.29330812996544,41.73660546315055],[-73.29332912993743,41.736014463035836],[-73.29337212988179,41.73483346280659],[-73.29346412987445,41.734201462681604],[-73.29357012988112,41.73373046258724],[-73.29388812995519,41.73323346248083],[-73.29425113003732,41.732625462351535],[-73.2943441300657,41.732594462342476],[-73.29522513033488,41.7323044622574],[-73.2958911304575,41.730712461928235],[-73.29534813002967,41.72644546112285],[-73.29529612998861,41.726035461045456],[-73.295057129888,41.72564546097811],[-73.29480012978482,41.72531146092214],[-73.29448212967216,41.72515346090217],[-73.29426212959426,41.72504446088842],[-73.29385512937455,41.723559460615306],[-73.29383912936599,41.72350246060482],[-73.29382412935779,41.72344546059432],[-73.29382412935172,41.72334246057446],[-73.29384712934333,41.72307346052179],[-73.29371212926856,41.722548460424925],[-73.29303212889116,41.71989145993462],[-73.29289512881513,41.7193564598359],[-73.29280512876527,41.71900645977133],[-73.29274912873444,41.71879145973169],[-73.29274212869181,41.718106459599724],[-73.29272712867713,41.71793945956797],[-73.29281612865523,41.717076459398456],[-73.29293712866813,41.7166274593078],[-73.29295412866999,41.71656545929528],[-73.29307212868507,41.71617045921513],[-73.29332212867799,41.71467045891734],[-73.29338712868805,41.714482458878905],[-73.29360112873974,41.714179458813334],[-73.29405412885338,41.71360945868836],[-73.29435112892891,41.71325345860983],[-73.29453812898124,41.71311045857604],[-73.29475112903928,41.71292045853233],[-73.29497812909655,41.71264045847077],[-73.29524612915853,41.71221445837968],[-73.29545412919828,41.71174145828151],[-73.29571212925102,41.711213458171066],[-73.29579712926169,41.710925458112655],[-73.29581912926436,41.71084945809726],[-73.29578712924479,41.7106934580682],[-73.29569712921278,41.7106464580621],[-73.29560912918154,41.71060145805632],[-73.29537612910495,41.71058645806113],[-73.29531612908531,41.71058345806253],[-73.29509612901046,41.71052645805879],[-73.29482512890998,41.710315458027026],[-73.29473712887098,41.710138457995754],[-73.2947521288658,41.70996745796226],[-73.29475312884382,41.70958845788905],[-73.29458012876536,41.709210457821804],[-73.2942711286339,41.708682457730085],[-73.29431612864768,41.70866845772589],[-73.29434412865638,41.70866145772361],[-73.29445412869023,41.7086294577138],[-73.29450112870474,41.70861645770974],[-73.29483512880654,41.708502457676694],[-73.295837129112,41.70816145757775],[-73.2961721292142,41.708048457544876],[-73.29662512935212,41.707891457499585],[-73.29798412976605,41.70742245736414],[-73.29843812990435,41.70726645731903],[-73.29961613026357,41.70686745720307],[-73.30051013053628,41.7065664571154],[-73.30315013134138,41.705673456855735],[-73.30432913170097,41.705275456739926],[-73.30447313174452,41.70522045672456],[-73.30483513185406,41.70508345668613],[-73.30490913187704,41.70506545668022],[-73.30506013192402,41.70503045666847],[-73.30725513261014,41.704572456507485],[-73.31384313466948,41.703200456024774],[-73.31603913535598,41.70274445586412],[-73.31694913564029,41.702552455796955],[-73.32121813697383,41.701649455481416],[-73.3339961409652,41.69894745453696],[-73.33675614182725,41.698363454332856],[-73.34193614344517,41.69726845394998],[-73.34220214352709,41.69719245392649],[-73.34300114377322,41.69696545385621],[-73.34326814385551,41.69689045383289],[-73.34343814391048,41.696886453826494],[-73.34395114407651,41.69687645380758],[-73.34412214413194,41.69687445380152],[-73.34416714414661,41.69687545380024],[-73.3443051441918,41.69688145379683],[-73.3443511442069,41.69688445379588],[-73.345422144559,41.69695645377432],[-73.34649314491102,41.697027453752554],[-73.34766814529807,41.697119453731425],[-73.34884314568511,41.69721145371026],[-73.35012414610664,41.6973044536858],[-73.35458714757523,41.69762845360053],[-73.36033014946506,41.69804645349095],[-73.36677415158546,41.69851445336773],[-73.36744415180588,41.6985624533548],[-73.37321815370589,41.69898345324466],[-73.37341415377014,41.698993453240085],[-73.374005153964,41.69902645322685],[-73.37411215399906,41.69903145322428],[-73.37420215402864,41.69903745322245],[-73.37467615418292,41.699043453207885],[-73.37511315432702,41.699080453200544],[-73.37738115507489,41.69927245316239],[-73.37784315522724,41.6993114531546],[-73.3780671553011,41.69933045315083],[-73.37875315552729,41.699388453139285],[-73.37878415554091,41.699448453149834],[-73.37889315558729,41.69963445318213],[-73.3789231556037,41.69974745320294],[-73.37920015571942,41.70018345327791],[-73.3795081558346,41.70044045331729],[-73.37978615594213,41.70073245336445],[-73.37999815602846,41.70102845341455],[-73.38005015604725,41.701060453419004],[-73.38014515608694,41.7012104534448],[-73.38015715609285,41.70124445345096],[-73.38032015617212,41.70169045353165],[-73.3803421561931,41.70192445357609],[-73.3802761562043,41.70247745368501],[-73.38020915619448,41.70267945372622],[-73.3800991561698,41.702866453765964],[-73.37999615615412,41.70316745382747],[-73.37995315615476,41.703414453876576],[-73.38004715621942,41.70399245398501],[-73.38033215633797,41.70443245406048],[-73.38089615656737,41.70521545419288],[-73.38148115679961,41.70593045431147],[-73.38170115689334,41.70630745437693],[-73.38175115691814,41.706452454403255],[-73.38190515697782,41.70661645442979],[-73.38208915704503,41.70674245444801],[-73.38214015706366,41.706777454453075],[-73.38224215710488,41.70691445447613],[-73.38265615726037,41.7072704545311],[-73.38279115731102,41.70738545454882],[-73.3830471574114,41.70767745459668],[-73.3832301574856,41.70792745463884],[-73.3833401575342,41.70814545467726],[-73.3834861575929,41.70833645470928],[-73.38347915759839,41.70846745473479],[-73.38355115764577,41.70887345481075],[-73.38352215765413,41.709174454869796],[-73.38348515765007,41.70930945489708],[-73.38347615764786,41.7093214548997],[-73.38352315766785,41.709401454913575],[-73.38366415772795,41.709643454955604],[-73.383711157748,41.709724454969674],[-73.38485715823897,41.71173445531951],[-73.38522715839751,41.71238345543246],[-73.38829515971223,41.717767456369444],[-73.38944216020373,41.71977945671953],[-73.39007716047699,41.72091245691701],[-73.39123816097666,41.72298445727816],[-73.39198416129763,41.72431445750995],[-73.3926201615713,41.725448457707564],[-73.39384216209851,41.7276504580917],[-73.3950581626231,41.7298404584737],[-73.39751116368149,41.734259459244434],[-73.39790716385227,41.73497145936857],[-73.39790816385278,41.73497445936913],[-73.39854916413222,41.73617745957979],[-73.39864516418265,41.73650245963928],[-73.39869116421832,41.73685245970524],[-73.39883216432649,41.73790545990359],[-73.39887916436254,41.73825645996972],[-73.39895116441204,41.738697460052364],[-73.39917016456155,41.74002046030018],[-73.39924316461146,41.74046246038297],[-73.39919416459962,41.74053146039789],[-73.39911116458575,41.740752460443275],[-73.39910616459099,41.7408684604658],[-73.39911516459783,41.74093446047823],[-73.39913616461307,41.74107646050491],[-73.39916616463164,41.74122546053264],[-73.39934216469946,41.7414054605615],[-73.39938616471703,41.74146046057063],[-73.39941816473109,41.741522460581514],[-73.39943116473857,41.74157746059169],[-73.39943816474486,41.74164546060459],[-73.3994301647556,41.74187046064821],[-73.39946216477004,41.741938460660265],[-73.3994801647773,41.741962460664304],[-73.39951316479058,41.74200546067149],[-73.39954316480257,41.74204346067783],[-73.39964216484681,41.74224746071387],[-73.399648164851,41.742285460721],[-73.39966716486333,41.7423894607404],[-73.39967216488012,41.742645460789596],[-73.39968516489277,41.74278746081655],[-73.39979716497436,41.74355046095991],[-73.4001351652198,41.74583946138996],[-73.4002481653017,41.74660246153331],[-73.40064316556348,41.748854461954295],[-73.4008491657,41.750028462173745],[-73.40157616619345,41.75436846298611],[-73.40058316591765,41.75515746317118],[-73.39879416542087,41.7565814635051],[-73.39835916530016,41.75692946358663],[-73.3970571649392,41.7579754638315],[-73.39662316481888,41.75832446391319],[-73.39543416448684,41.75923946412904],[-73.39322916387131,41.760940464530144],[-73.39270916379924,41.76257446486232],[-73.39225616373686,41.76400446515293],[-73.39118916359193,41.76740646584392],[-73.39081116354069,41.76861346608904],[-73.3880521631608,41.77732246785858],[-73.38805016316057,41.777329467859985],[-73.38796416314918,41.777608467916586],[-73.38692216301297,41.78101946860828]]]},"properties":{"name":2651,"geoid":"09005265100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.26144711538501,41.66464945030725],[-73.26139611533831,41.66413545020959],[-73.26133411529126,41.66367645012291],[-73.26114911515066,41.662302449863404],[-73.26108811510402,41.66184444977688],[-73.26105211507567,41.66156044972317],[-73.26094511499106,41.66070944956217],[-73.2609101149631,41.66042644950861],[-73.26089611495526,41.66037044949825],[-73.26089611495514,41.660368449497874],[-73.26086911493995,41.660258449477496],[-73.26085511493216,41.660203449467325],[-73.26084211492473,41.66014844945712],[-73.26067111478761,41.65875644919365],[-73.26016111437734,41.65458044840307],[-73.25999111424065,41.65318944813972],[-73.25989211416491,41.65244544799911],[-73.25959811393876,41.65021444757743],[-73.25950011386342,41.64947144743697],[-73.25943411381355,41.64898544734517],[-73.25923811366462,41.64752944707006],[-73.25917311361512,41.647044446978406],[-73.25914711359556,41.64685444694252],[-73.25905611352614,41.64617344681382],[-73.25870911326054,41.643561446320085],[-73.25859411317225,41.642691446155624],[-73.25842811303401,41.641250445882385],[-73.25793311262028,41.6369274450625],[-73.25776811248238,41.63548644478919],[-73.25758911233866,41.63402344451205],[-73.25705311190794,41.62963544368079],[-73.25687511176463,41.62817344340378],[-73.25671111162963,41.6267754431387],[-73.25651511146808,41.62510144282124],[-73.25620311121952,41.62258244234407],[-73.25603111108205,41.621186442079605],[-73.25591111099229,41.62031744191537],[-73.25555211072347,41.61771244142304],[-73.25543311063412,41.61684444125897],[-73.25541811062935,41.61684644125986],[-73.25535211060733,41.61683644126009],[-73.25527911058305,41.61682644126055],[-73.25526511057588,41.61678144125231],[-73.25537311060774,41.61672644123811],[-73.25544611062932,41.61669044122874],[-73.25544211062628,41.616660441223054],[-73.25543011061711,41.616570441206036],[-73.25542711061446,41.61654144120052],[-73.25527011050522,41.61554444101272],[-73.25479911017759,41.6125544404495],[-73.25464311006874,41.611558440261845],[-73.25441610991302,41.61015443999754],[-73.2537361094463,41.60594343920474],[-73.25351010929099,41.60454043894055],[-73.25349710928181,41.604455438924525],[-73.25514210980687,41.60430143884058],[-73.26033611146484,41.60381743857598],[-73.26206811201779,41.60365743848802],[-73.2626061121901,41.60361743846257],[-73.26422011270719,41.60349943838661],[-73.26475911287996,41.60346143836151],[-73.26527411304416,41.603410438334684],[-73.26682111353743,41.603257438254154],[-73.26733711370203,41.603207438227486],[-73.27011011458536,41.60291843808025],[-73.27275511542798,41.60264443794013],[-73.2754481162928,41.6024834378203],[-73.2784421172476,41.602190437664966],[-73.28121811813295,41.60192043752128],[-73.28128111815316,41.60191643751845],[-73.28147111821426,41.60190643751024],[-73.28153511823486,41.601903437507545],[-73.2838821189807,41.6016294373772],[-73.28653111982264,41.601322437230486],[-73.28657211983518,41.60130943722664],[-73.28678311990275,41.6012934372166],[-73.2909291212221,41.600841436992475],[-73.29327912197002,41.600586436865676],[-73.2949641225076,41.60042643677917],[-73.30002112412114,41.59994943652016],[-73.30170712465907,41.5997904364338],[-73.30205712477179,41.599775436419364],[-73.30311012511113,41.599733436376525],[-73.30346212522457,41.5997194363622],[-73.30516012576774,41.5995834362799],[-73.3102581273987,41.599178436033384],[-73.31195712794224,41.599043435951224],[-73.31368512848846,41.598793435845835],[-73.31887113012776,41.598044435529765],[-73.32060013067436,41.59779543542452],[-73.32185913106888,41.59755543533654],[-73.32427713182993,41.59715043517834],[-73.32445213188504,41.597121435166954],[-73.32557313223784,41.59693343509356],[-73.32776713292839,41.59656643495013],[-73.32980213358222,41.59645343486109],[-73.3312061340388,41.59646943481784],[-73.33283613456784,41.59647043476423],[-73.33541313538996,41.5962284346323],[-73.33913113657616,41.595880434442186],[-73.33950513669582,41.595851434424226],[-73.33978013678384,41.595830434411084],[-73.34063113705795,41.595795434376214],[-73.34090613714656,41.595784434364994],[-73.34100713717903,41.5957794343607],[-73.34111813721458,41.59577143435548],[-73.34134913728856,41.595754434344556],[-73.34147913733023,41.59574543433853],[-73.34202613750533,41.59570443431252],[-73.34508413848458,41.59548043416818],[-73.34610413881124,41.59540643412015],[-73.34626513886113,41.59536643410709],[-73.346751139012,41.5952494340684],[-73.34691313906228,41.595210434055495],[-73.34725413917263,41.59520543404327],[-73.34827813950429,41.595194434007304],[-73.34862013961511,41.59519143399543],[-73.34868313965119,41.59545843404503],[-73.34887213975966,41.596262434194415],[-73.34893613979615,41.59653043424419],[-73.34920413994784,41.59763443444901],[-73.34993614036188,41.600644435007425],[-73.35001014040373,41.60094843506381],[-73.35020514051396,41.60174943521238],[-73.35023514054201,41.60206143527178],[-73.35033714060566,41.60258243536924],[-73.35064614079766,41.604146435661725],[-73.35074914086172,41.60466843575933],[-73.35076314087101,41.604749435774536],[-73.350765140873,41.604772435778926],[-73.35095514093338,41.604750435768395],[-73.35113614108826,41.60638943607959],[-73.35224714172993,41.611180436969924],[-73.35261814194406,41.612777437266665],[-73.35270014199902,41.61326043735741],[-73.35280314205804,41.61369643743836],[-73.35311414223575,41.61500443768113],[-73.35321814229516,41.615441437762236],[-73.35322714230075,41.615487437770845],[-73.35325414231762,41.61562543779665],[-73.35326314232326,41.615671437805254],[-73.35328014233477,41.615773437824416],[-73.35333114236941,41.61608143788233],[-73.35334914238129,41.61618443790165],[-73.35354714250101,41.61712943807791],[-73.35414414286123,41.61996443860662],[-73.35434314298132,41.62090943878284],[-73.35439914301641,41.62119743883671],[-73.35456914312238,41.622062438998405],[-73.35462614315783,41.62235143905242],[-73.35463314316112,41.622368439055485],[-73.35465714317206,41.622422439065126],[-73.35466514317572,41.62244043906834],[-73.35500114336162,41.62374843931025],[-73.3554031435839,41.62531143959926],[-73.35593014389487,41.627693440042535],[-73.35622314406751,41.62901344028813],[-73.35622914407163,41.629050440295096],[-73.3562501440851,41.62916344031624],[-73.35625714408961,41.62920144032337],[-73.3562641440944,41.629244440331455],[-73.35628814410988,41.62937544035599],[-73.35629614411508,41.62941944036424],[-73.35631814412879,41.62953144038517],[-73.35638514417045,41.6298704404485],[-73.35640814418456,41.6299834404696],[-73.35651414426425,41.6307544406152],[-73.35683414450406,41.63306744105191],[-73.35694114458408,41.63383844119746],[-73.3570731446735,41.63463044134624],[-73.35747214494272,41.63700744179267],[-73.35760514503251,41.63780044194159],[-73.35786114517906,41.638879442141736],[-73.35908014602461,41.64652944358036],[-73.35938514614891,41.6469594436534],[-73.3593921461526,41.646983443657795],[-73.35941314616365,41.64705544367103],[-73.35942014616741,41.647080443675634],[-73.36161814697753,41.64872244392027],[-73.3682141494089,41.6536514446546],[-73.3704131502195,41.65529444489931],[-73.37148815060495,41.65591344498333],[-73.37276115106131,41.65664544508262],[-73.37419515157538,41.65746944519437],[-73.3747701517726,41.65764844520991],[-73.37595515217907,41.658018445242156],[-73.37599015219261,41.65805544524814],[-73.3760951522333,41.6581674452663],[-73.37613115224723,41.658205445272465],[-73.37647615236848,41.65836244529136],[-73.37751315273293,41.65883444534822],[-73.37785915285457,41.65899244536729],[-73.37838815317548,41.661524445839],[-73.37997815413941,41.66912144725403],[-73.3805081544608,41.671654447725764],[-73.38070515460872,41.67307844799429],[-73.38083115470342,41.673990448166286],[-73.38167315533526,41.68006844931226],[-73.38180115543169,41.68099844948761],[-73.38212515567476,41.68333544992817],[-73.38232215578275,41.6840814500657],[-73.38291515610754,41.68632245047875],[-73.38311315621591,41.68706945061642],[-73.3831831563094,41.688268450845605],[-73.38339515659057,41.691865451533054],[-73.38346615668448,41.69306545176238],[-73.38348515671136,41.6934164518295],[-73.38353215677621,41.69425645199009],[-73.3835391567864,41.694390452015746],[-73.38354315679247,41.69447145203125],[-73.38354715679696,41.69452545204154],[-73.38356315681976,41.69482345209854],[-73.38376015699018,41.696626452440064],[-73.38399615719321,41.69876645284533],[-73.38113615628453,41.69910645300581],[-73.38073015615551,41.699154453028555],[-73.37892915558328,41.69936845312957],[-73.37889315557176,41.69937145313137],[-73.37878815553837,41.69938345313715],[-73.37875315552729,41.699388453139285],[-73.3780671553011,41.69933045315083],[-73.37784315522724,41.6993114531546],[-73.37738115507489,41.69927245316239],[-73.37511315432702,41.699080453200544],[-73.37467615418292,41.699043453207885],[-73.37420215402864,41.69903745322245],[-73.37411215399906,41.69903145322428],[-73.374005153964,41.69902645322685],[-73.37341415377014,41.698993453240085],[-73.37321815370589,41.69898345324466],[-73.36744415180588,41.6985624533548],[-73.36677415158546,41.69851445336773],[-73.36033014946506,41.69804645349095],[-73.35458714757523,41.69762845360053],[-73.35012414610664,41.6973044536858],[-73.34884314568511,41.69721145371026],[-73.34766814529807,41.697119453731425],[-73.34649314491102,41.697027453752554],[-73.345422144559,41.69695645377432],[-73.3443511442069,41.69688445379588],[-73.3443051441918,41.69688145379683],[-73.34416714414661,41.69687545380024],[-73.34412214413194,41.69687445380152],[-73.34395114407651,41.69687645380758],[-73.34343814391048,41.696886453826494],[-73.34326814385551,41.69689045383289],[-73.34300114377322,41.69696545385621],[-73.34220214352709,41.69719245392649],[-73.34193614344517,41.69726845394998],[-73.33675614182725,41.698363454332856],[-73.3339961409652,41.69894745453696],[-73.32121813697383,41.701649455481416],[-73.31694913564029,41.702552455796955],[-73.31603913535598,41.70274445586412],[-73.31384313466948,41.703200456024774],[-73.30725513261014,41.704572456507485],[-73.30506013192402,41.70503045666847],[-73.30490913187704,41.70506545668022],[-73.30483513185406,41.70508345668613],[-73.30447313174452,41.70522045672456],[-73.30432913170097,41.705275456739926],[-73.30315013134138,41.705673456855735],[-73.30051013053628,41.7065664571154],[-73.29961613026357,41.70686745720307],[-73.29843812990435,41.70726645731903],[-73.29798412976605,41.70742245736414],[-73.29662512935212,41.707891457499585],[-73.2961721292142,41.708048457544876],[-73.295837129112,41.70816145757775],[-73.29483512880654,41.708502457676694],[-73.29450112870474,41.70861645770974],[-73.29445412869023,41.7086294577138],[-73.29434412865638,41.70866145772361],[-73.29431612864768,41.70866845772589],[-73.2942711286339,41.708682457730085],[-73.29422912861602,41.708610457717576],[-73.29420112860556,41.70858745771406],[-73.29392412850221,41.70836045767939],[-73.29383212846791,41.70828545766795],[-73.2936291283945,41.70815845765013],[-73.29342512832068,41.70803045763218],[-73.29283312810645,41.70765845757991],[-73.29150812762704,41.706826457463066],[-73.2882371264435,41.70477245717454],[-73.28475612515768,41.702138456780936],[-73.28256912434986,41.700483456533576],[-73.28240312428852,41.70035745651472],[-73.2819081241055,41.69997945645809],[-73.28174312404455,41.69985445643939],[-73.28171812403548,41.699838456437135],[-73.2816441240088,41.69979345643089],[-73.28162012400011,41.69977845642878],[-73.28154212397124,41.69971845641977],[-73.28130912388498,41.699538456392695],[-73.28123212385648,41.69947945638385],[-73.28092412374326,41.699255456350755],[-73.28000312340454,41.698583456251384],[-73.27969612329169,41.698360456218474],[-73.27967712328442,41.698341456215424],[-73.2796201232626,41.69828545620649],[-73.27960112325538,41.698267456203645],[-73.27957312324493,41.698244456200136],[-73.27951312322256,41.69819545619264],[-73.27949012321402,41.69817745618993],[-73.27946212320364,41.69815545618659],[-73.27939212317764,41.69810045617829],[-73.27918312310005,41.69793545615331],[-73.27911412307442,41.697880456144986],[-73.27904512304953,41.69783845613914],[-73.27883812297499,41.697714456122036],[-73.27876912295015,41.6976734561164],[-73.2782661227647,41.69729845606059],[-73.27679212222134,41.69620045589718],[-73.27675912220914,41.69617545589345],[-73.27625712202408,41.69580145583779],[-73.27610312196728,41.695686455820656],[-73.27564412179797,41.695342455769364],[-73.27549112174154,41.695228455752414],[-73.2753671216958,41.69513545573854],[-73.27499512155856,41.69485645569692],[-73.27487112151286,41.69476445568325],[-73.2745521213952,41.694525455647614],[-73.2744491213572,41.69444845563615],[-73.2739901211879,41.69410445558486],[-73.27318612089131,41.693502455495114],[-73.27276512073604,41.69318745544816],[-73.2716051203041,41.69224945530526],[-73.2681251190083,41.68943545487652],[-73.26696611857679,41.688498454733754],[-73.2669591185741,41.688491454732635],[-73.2669381185662,41.688473454729845],[-73.26693111856359,41.688467454728915],[-73.26691711855821,41.688453454726684],[-73.26689511854983,41.68843245472336],[-73.26687511854216,41.68841245472015],[-73.26686211853716,41.68839945471806],[-73.26685611853493,41.688394454717304],[-73.26683911852854,41.688379454714955],[-73.26683411852666,41.68837545471434],[-73.26632311833895,41.688005454659724],[-73.26438211762591,41.68660045445233],[-73.26055811622113,41.68383145404347],[-73.26057511612662,41.68212645371349],[-73.26060011597916,41.67947445320027],[-73.26062511584352,41.67702345272584],[-73.2606271158372,41.676904452702765],[-73.26062811583053,41.676785452679745],[-73.2606311158118,41.67644945261471],[-73.26066911578936,41.67585645249887],[-73.26070511576992,41.675325452395064],[-73.26071411576469,41.6751864523679],[-73.2607871157236,41.67408145215197],[-73.26080311571472,41.673841452105044],[-73.26082611570156,41.67348945203627],[-73.2608411156974,41.67333545200603],[-73.26088911568601,41.672875451915544],[-73.26090611568257,41.67272245188542],[-73.26093311567199,41.67239245182075],[-73.26101611564097,41.67140345162687],[-73.26104411563075,41.67107445156237],[-73.26113211557791,41.669685451291016],[-73.26114111557268,41.669546451263855],[-73.26139211541826,41.66552145047763],[-73.26144711538501,41.66464945030725]]]},"properties":{"name":2671,"geoid":"09005267100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.09142005686982,41.60833744498833],[-73.09224505710426,41.60775844484922],[-73.09227405711188,41.60772744484227],[-73.09232105712653,41.60771644483861],[-73.09238005714528,41.60770944483533],[-73.09245005716733,41.607697444830734],[-73.09269905724504,41.60764244481193],[-73.0931990574,41.60751344477062],[-73.09363105753239,41.60737644472997],[-73.09425005771976,41.60713944466384],[-73.09442605777357,41.607081444646866],[-73.09451105779986,41.60705844463964],[-73.09459405782583,41.607041444633616],[-73.09473305786989,41.607022444625414],[-73.09505005797195,41.60700644461196],[-73.09529505805155,41.60700644460395],[-73.09553405812972,41.60701544459789],[-73.09579605821511,41.607020444590304],[-73.0959240582563,41.60701344458477],[-73.09601805828632,41.607004444579964],[-73.09606605830162,41.60699944457742],[-73.09622605835179,41.6069684445662],[-73.09695405857879,41.606804444510644],[-73.09817405895734,41.606497444411325],[-73.0969660585797,41.606752444500174],[-73.09700505848429,41.60488844413781],[-73.09704305848724,41.60472644410518],[-73.09705405848827,41.60468244409629],[-73.09704605846501,41.604326444027606],[-73.09701405844929,41.6042344440108],[-73.0969880584365,41.60415944399715],[-73.09693705841593,41.60409044398543],[-73.09680705836105,41.60387244394745],[-73.09681005833312,41.60337344385067],[-73.09682305833553,41.603342443844234],[-73.09721105840893,41.60243444365565],[-73.09730905842693,41.602195443606156],[-73.09773305850509,41.60116744339314],[-73.09783905852474,41.60091244334028],[-73.09787805850796,41.60040444324057],[-73.09795105850645,41.59996944315391],[-73.09803905852438,41.59978544311539],[-73.09805605852812,41.59975444310882],[-73.09825105857232,41.59942444303852],[-73.0984190586054,41.59905344296114],[-73.09852805862789,41.59883044291439],[-73.09871905867676,41.59860344286417],[-73.09872505866566,41.59837844282036],[-73.09884805867867,41.59791344272625],[-73.09885705867976,41.59788144271976],[-73.09901805871993,41.59767244267402],[-73.09903205871301,41.59747444263519],[-73.09899205868959,41.59729444260162],[-73.09954205886483,41.59723544257222],[-73.10040605914016,41.59714344252619],[-73.10072805924308,41.597114442510055],[-73.10115705938134,41.59709544249236],[-73.101196059394,41.59709544249109],[-73.10158705952142,41.597102442479674],[-73.10175005957495,41.59711244247629],[-73.10191405962944,41.597133442475],[-73.10226005974393,41.59716944247067],[-73.10246005981034,41.59719444246898],[-73.10247605981571,41.59719744246904],[-73.10458906051721,41.597458442450595],[-73.10529906075296,41.59754644244447],[-73.10541706079215,41.597561442443514],[-73.10578206091395,41.59761744244244],[-73.10595806097356,41.59765944244483],[-73.10602506099626,41.597675442445734],[-73.10614706103797,41.59771144244872],[-73.1064120611298,41.59781044245925],[-73.10657206118613,41.597885442468545],[-73.10728206143781,41.59824844251568],[-73.10746706150206,41.5983204425236],[-73.10759106154451,41.598357442526726],[-73.10778906161126,41.59839944252838],[-73.10781406161948,41.59840144252795],[-73.10797306167211,41.59841844252605],[-73.10819806174503,41.59841544251813],[-73.10848206183601,41.59839344250459],[-73.10872506191424,41.59838144249431],[-73.10945406214921,41.598349442464304],[-73.10969806222786,41.598339442454375],[-73.10977506225295,41.59834044245206],[-73.10988806228983,41.598343442448964],[-73.11000906232947,41.598349442446164],[-73.11008706235503,41.598353442444385],[-73.11026806241516,41.59837644244294],[-73.11081306259621,41.5984454424385],[-73.11099506265666,41.598468442436996],[-73.11115806271098,41.598492442436324],[-73.11149106282208,41.59854244243513],[-73.11164806287415,41.59856144243368],[-73.11181206292866,41.5985824424324],[-73.11204206300503,41.598611442430496],[-73.11224706307314,41.598637442428824],[-73.11273406323387,41.598681442421444],[-73.11273506323421,41.59868144242141],[-73.11296806331048,41.59869144241574],[-73.11312406336157,41.59869844241199],[-73.11338406344672,41.598710442405824],[-73.11359206351433,41.59871144239922],[-73.11374906356541,41.59871244239429],[-73.11373306355625,41.598644442381634],[-73.11371406354537,41.59856344236657],[-73.11369606353229,41.59843844234294],[-73.11368706352536,41.59836944232985],[-73.11366206350674,41.59818844229561],[-73.11364506348272,41.597869442234355],[-73.11363006346056,41.59757144217711],[-73.11359506343713,41.59736344213796],[-73.11352606340365,41.5971724421032],[-73.11342206335863,41.596978442069016],[-73.1133160633157,41.59683244204418],[-73.11303206320774,41.59656144200096],[-73.11266906306983,41.59621644194598],[-73.11280706311065,41.596147441928096],[-73.11299206316637,41.596072441907516],[-73.11331906326664,41.59596944187688],[-73.11351306332617,41.595909441858915],[-73.11359906335346,41.59589844185397],[-73.11377406340986,41.595890441846706],[-73.11422306355709,41.59591444183668],[-73.11432606359146,41.59593044183643],[-73.11446406363832,41.5959654418387],[-73.11468206371393,41.59604844184765],[-73.11501906383302,41.596214441868796],[-73.11530206393373,41.59636544188881],[-73.11573706408852,41.596598441919745],[-73.11592106415341,41.59668644193077],[-73.11637306425962,41.59598644178037],[-73.11651606429568,41.59580744174102],[-73.11663406432027,41.59557044169123],[-73.116634064318,41.59553144168369],[-73.11663206431022,41.595408441659934],[-73.11644106417529,41.5941514414226],[-73.1163970641313,41.593639441324825],[-73.11818006469338,41.59334544120959],[-73.11831906473641,41.59330844119787],[-73.11859606482305,41.59325144117778],[-73.11888106491301,41.59320644115975],[-73.11907506497487,41.59318644114953],[-73.11919306501373,41.593195441147415],[-73.11927906504316,41.593221441149645],[-73.1193210650589,41.593257441155245],[-73.11942906510447,41.59343844118679],[-73.1194580651186,41.59351944120152],[-73.11957906517337,41.593786441249314],[-73.11967606520315,41.59375644124033],[-73.11997406529547,41.593679441215684],[-73.1201370653448,41.59361744119835],[-73.12021606536953,41.59360144119265],[-73.12029806539566,41.59359244118823],[-73.12044406544324,41.593595441184036],[-73.12046906545147,41.59359744118361],[-73.12056006548151,41.593605441182184],[-73.12136106574789,41.593712441176734],[-73.12154306580734,41.593718441171944],[-73.12165906584461,41.59371144116681],[-73.12177306588077,41.593696441160176],[-73.12194506593413,41.593653441146216],[-73.12209406597928,41.59359744113049],[-73.12250506610071,41.59338944107677],[-73.12270906616193,41.593302441053225],[-73.12282106619678,41.59327644104454],[-73.12312506629199,41.59321544102277],[-73.12317506630771,41.59320644101941],[-73.12329806634685,41.59319244101267],[-73.12392106654642,41.593144440983004],[-73.12404006658501,41.59314344097891],[-73.12406006661298,41.59351344104995],[-73.12405406661556,41.593591441065264],[-73.12402906662912,41.59396544113854],[-73.12401406663005,41.59406544115842],[-73.12400606663077,41.59412244116971],[-73.12383106662004,41.59491744132949],[-73.12373506661433,41.59535644141768],[-73.1237140666125,41.595442441435026],[-73.12365106660724,41.59570444148784],[-73.12363106660578,41.59579144150535],[-73.12359306660186,41.59593644153469],[-73.12348106659088,41.59637444162321],[-73.12344406658734,41.596520441652714],[-73.12386206672235,41.59650744163653],[-73.12399206676407,41.59649844163053],[-73.12448906692352,41.596464441607694],[-73.12466806698073,41.59644844159875],[-73.1251840671463,41.59641344157509],[-73.12533806719708,41.596426441572575],[-73.12539906721793,41.59644444157408],[-73.12542906722872,41.59646244157658],[-73.12547506724638,41.596509441584175],[-73.12551406726544,41.59661944160421],[-73.12551506726663,41.59663444160708],[-73.12552306727267,41.59669344161826],[-73.12553906730622,41.59718244171247],[-73.12554706731997,41.597374441749416],[-73.12557406736234,41.5979534418607],[-73.12558306737645,41.598146441897796],[-73.12569306741126,41.5981304418911],[-73.12569706741256,41.598130441890966],[-73.12602806751839,41.59810144187453],[-73.12614006755423,41.598092441869134],[-73.12665506771899,41.59804844184375],[-73.12684606778112,41.5980504418379],[-73.12686906778877,41.598053441837735],[-73.12704706784808,41.59807944183696],[-73.12733606794637,41.598155441842216],[-73.12755606802271,41.5982394418513],[-73.12765106805641,41.59828844185769],[-73.12784106812663,41.59843544187996],[-73.12799906818829,41.59861344190928],[-73.1280630682146,41.59870844192559],[-73.12810606823227,41.59877244193656],[-73.12827306831043,41.59918444201094],[-73.12834706834334,41.599337442038156],[-73.12839706836388,41.599411442050844],[-73.12842706837618,41.59945544205839],[-73.12847806839618,41.59951444206817],[-73.12866106846676,41.59970644209937],[-73.12879606851833,41.599839442120704],[-73.12889606855695,41.59994544213799],[-73.1290580686039,41.5998474421137],[-73.12954406874486,41.59955644204143],[-73.12970706879217,41.59945944201731],[-73.13001106892476,41.60004244212031],[-73.13015706899036,41.600355442176166],[-73.13028606904821,41.600630442225224],[-73.13032106906631,41.60074644224655],[-73.13037406909983,41.60102744229926],[-73.13039406911835,41.6012344423387],[-73.13040206914218,41.601600442409335],[-73.13044306916863,41.60182644245178],[-73.13054906921995,41.60211744250469],[-73.13068906928348,41.60242844256035],[-73.13099306942658,41.6031924426984],[-73.13100106943054,41.60321544270259],[-73.1310570694572,41.60336144272903],[-73.13117206951213,41.60366444278398],[-73.13124806954727,41.60384444281636],[-73.13138506960914,41.60414344286979],[-73.13118606954845,41.60421144288948],[-73.13087006945027,41.60428844291472],[-73.13083606943957,41.604294442916995],[-73.13052406934202,41.6043594429398],[-73.13036706929212,41.604378442948615],[-73.13013706921822,41.60439244295884],[-73.13002006917979,41.604385442961316],[-73.12979206910389,41.60435344296258],[-73.12915206888758,41.60420844295542],[-73.12894806881872,41.60416344295337],[-73.12859706869989,41.60408044294877],[-73.1286370687184,41.60417544296587],[-73.12877906877402,41.60433944299299],[-73.1289130688247,41.60446244301244],[-73.12903506887076,41.60457344302995],[-73.12925906895498,41.60477044306079],[-73.1299670692231,41.605427443164885],[-73.1300240692448,41.60548244317367],[-73.1302890693457,41.6057374432144],[-73.13039006938371,41.60582744322853],[-73.13061606947065,41.606060443266266],[-73.13067106949212,41.606122443276476],[-73.13071406950894,41.60617144328455],[-73.13083006955571,41.60632844331118],[-73.13113506968408,41.606832443398815],[-73.13133206976647,41.60714944345377],[-73.13145606981831,41.60734844348826],[-73.13155406985851,41.607492443512946],[-73.13181806996981,41.60793244358952],[-73.13199307004345,41.60822144363977],[-73.13262307030762,41.609246443817696],[-73.13289207042044,41.60968444389372],[-73.1331380705255,41.61011744396953],[-73.13387907084173,41.611417444197045],[-73.13412707094749,41.61185144427299],[-73.13442307107316,41.61235944436168],[-73.1345980711482,41.61267244441657],[-73.13465907117434,41.61278144443568],[-73.13500907132331,41.613388444541776],[-73.13517607139555,41.61369844459633],[-73.13536207147295,41.61399044464681],[-73.13544307150431,41.61407744466099],[-73.13558607155709,41.61418644467743],[-73.1361540717634,41.614561444731464],[-73.13638807184896,41.61472544475557],[-73.13642607186321,41.61475844476072],[-73.1365730719184,41.61488644478067],[-73.13699107207609,41.615263444840004],[-73.13713507213004,41.61538644485911],[-73.13711407212762,41.615462444874524],[-73.13713507215479,41.61581244494162],[-73.13713207215687,41.615865444951964],[-73.1371160721547,41.615917444962555],[-73.137087072148,41.61596444497262],[-73.13703807213447,41.61600544498216],[-73.1369130720973,41.61606444499768],[-73.13649107196835,41.61620444503859],[-73.1364770719641,41.616209445040006],[-73.1358290717654,41.61641244510053],[-73.13547607165665,41.61651444513184],[-73.13532407160947,41.616552445144166],[-73.13413407123801,41.61681244523346],[-73.13380007113318,41.61687544525658],[-73.13319207094318,41.61700444530146],[-73.1328790708448,41.61706144532274],[-73.13280107082034,41.6170764453282],[-73.13167107046809,41.61733144541456],[-73.13151807042011,41.617361445425374],[-73.13106207027745,41.61745544545849],[-73.13091007022987,41.61748644546946],[-73.13060307013373,41.61754844549153],[-73.12968606984664,41.61773444555753],[-73.12938006975091,41.61779744557975],[-73.1300580700285,41.61878444574867],[-73.13020207008744,41.61899344578444],[-73.13130807053953,41.62059044605747],[-73.13210007086373,41.621741446254404],[-73.13210807086702,41.62175344625646],[-73.13279507114622,41.622717446420616],[-73.13319707130509,41.62320344650154],[-73.13320807130943,41.623216446503704],[-73.13347407141204,41.62349544654903],[-73.13427907171781,41.62425644667002],[-73.13456307182526,41.62451744671126],[-73.13495307197269,41.6248744467676],[-73.13502607200071,41.62494844677954],[-73.13488507196207,41.62507144680796],[-73.134666071895,41.62514144682868],[-73.13458107186807,41.625153446833785],[-73.1345310718523,41.62516144683697],[-73.13361307155854,41.62523844688192],[-73.13337307148126,41.6252504468921],[-73.13307907138599,41.62525444690251],[-73.13257807122369,41.62526244692045],[-73.13255907121759,41.62526344692126],[-73.13255207121534,41.625264446921705],[-73.13247807119207,41.62527744692662],[-73.13245407118457,41.625282446928374],[-73.13231307114056,41.62531344693899],[-73.1321170710812,41.62538744695974],[-73.13149507089425,41.625647447030424],[-73.13139207086309,41.62568744704154],[-73.13071207065786,41.62595744711608],[-73.13034007054637,41.62611844715942],[-73.13022207051134,41.626175447174305],[-73.1300370704584,41.626298447204164],[-73.12989207041873,41.6264264472337],[-73.12976807038729,41.62657844726718],[-73.12955007033361,41.62687344733142],[-73.129303070269,41.62714244739159],[-73.12922907025136,41.62725244741531],[-73.12920807024769,41.62730644742644],[-73.12920007024829,41.62736144743735],[-73.12921307025965,41.62748444746073],[-73.12929207030187,41.62776944751332],[-73.12932307031974,41.62790344753825],[-73.12940107036427,41.628233447599584],[-73.1295040704365,41.62890044772533],[-73.12951907044858,41.629024447748854],[-73.12939407040827,41.6290294477539],[-73.1284890701204,41.62913544780403],[-73.12816807001924,41.629189447825],[-73.12789406993461,41.629264447848485],[-73.12781406990996,41.62928744785555],[-73.12744206979644,41.6294144478923],[-73.12711606969916,41.62956244793163],[-73.12669606957596,41.62979044798952],[-73.12656506953834,41.629875448010246],[-73.12646406951005,41.62995344802866],[-73.12613106941868,41.630242448095494],[-73.12593406936588,41.630435448139295],[-73.12582006933674,41.630571448169356],[-73.12561706928824,41.630871448234075],[-73.12552906926913,41.63103444826851],[-73.12541306924665,41.63129644832302],[-73.12532706923453,41.631568448378495],[-73.12528406923485,41.63181444842752],[-73.12527206925027,41.632146448492186],[-73.12529306927163,41.63239644853989],[-73.12535706931249,41.63274144860456],[-73.12538906932816,41.63283244862112],[-73.12540406933547,41.63287444862877],[-73.12542006934335,41.632920448637144],[-73.12551906939535,41.633261448699905],[-73.12557206942489,41.63347344873922],[-73.12558906943644,41.63357744875881],[-73.12559206945524,41.63388344881791],[-73.12555806945565,41.63408044885716],[-73.12549106944898,41.63434044890967],[-73.12544706944266,41.63447744893762],[-73.12514506934185,41.634431448938614],[-73.12453506913837,41.63434044894096],[-73.12424406904003,41.63427544893791],[-73.1240740689826,41.634237448936126],[-73.12394906893984,41.634200448933036],[-73.12388806891897,41.63418244893156],[-73.12371906886011,41.63411444892392],[-73.1234960687801,41.633984448906055],[-73.12335206872459,41.633834448881736],[-73.12312606861983,41.633295448784786],[-73.12312006861723,41.63328444878286],[-73.12305006858693,41.63315444875999],[-73.12296006854979,41.63301844873662],[-73.12268806844257,41.63269444868279],[-73.12259006840462,41.63258944866568],[-73.12248606836485,41.63248644864914],[-73.12238506832668,41.63239444863464],[-73.12227806828687,41.632307448621305],[-73.12213406823415,41.63220544860627],[-73.12198406817971,41.6321074485922],[-73.12173006808807,41.63195044857012],[-73.12096606781334,41.63149444850684],[-73.1205210676537,41.631235448471266],[-73.12006306749046,41.63098744843825],[-73.12002206747563,41.630961448434554],[-73.12000006746766,41.63094744843257],[-73.11994506744672,41.6308944484241],[-73.1198540674103,41.630776448404234],[-73.11978006737904,41.630652448382655],[-73.11969306733899,41.630449448346205],[-73.11963206730864,41.63026844831318],[-73.11956106727511,41.63008844828065],[-73.11947806723798,41.62991344824949],[-73.11940906721033,41.62982344823432],[-73.1193380671831,41.629751448222706],[-73.11932106717657,41.62973444821997],[-73.11924506714786,41.6296654482091],[-73.11915906711644,41.62960544820029],[-73.1190970670945,41.62957444819631],[-73.1190070670627,41.62953044819076],[-73.11896806704891,41.629511448188346],[-73.11875906697684,41.629439448181245],[-73.11860506692418,41.62939444817757],[-73.11795906670336,41.62920644816229],[-73.1176360665925,41.62910444815313],[-73.11739706650972,41.62901644814391],[-73.11739206650793,41.629013448143496],[-73.11733306648723,41.62898744814039],[-73.1171170664115,41.62889144812886],[-73.11700206637164,41.62884844812431],[-73.11676806628914,41.62873744811046],[-73.11656906621769,41.628620448094324],[-73.11655306621186,41.62860944809272],[-73.11546406581557,41.62787844798682],[-73.11528106574943,41.62776344797055],[-73.11485006559377,41.62749444793255],[-73.11467906553263,41.627398447919575],[-73.11451506547338,41.62729544790498],[-73.11352406511544,41.62667644781756],[-73.11327206502443,41.62651944779542],[-73.1131950649965,41.62646944778824],[-73.11257206477046,41.62606244772981],[-73.11249506474253,41.626012447722644],[-73.11228306466425,41.62585044769822],[-73.11215606461643,41.6257374476805],[-73.11155606438419,41.62509544757581],[-73.11099106416573,41.624494447477915],[-73.11048206396892,41.623953447389816],[-73.11038106393076,41.623861447375305],[-73.11026906388736,41.62374044735553],[-73.10989306374161,41.623334447289224],[-73.10971806367512,41.623168447262806],[-73.10963606364442,41.62309844725193],[-73.10950706359606,41.62298744723466],[-73.10940506355828,41.6229074472225],[-73.10918306347655,41.62274244719782],[-73.109093063444,41.622685447189696],[-73.10827006314672,41.6221704471169],[-73.1081180630922,41.62208244710482],[-73.10778706297364,41.62189244707886],[-73.10724806278245,41.62161544704283],[-73.10622106241819,41.62108844697437],[-73.105994062337,41.62096044695699],[-73.10579506226505,41.6208344469391],[-73.10566106221587,41.62073744692471],[-73.10564606221043,41.620727446923254],[-73.10549806215536,41.620607446904856],[-73.10534106209577,41.62045944688131],[-73.10522006204867,41.620325446859326],[-73.10512806201125,41.62019544683717],[-73.10498806195437,41.619999446803796],[-73.10487406190545,41.61979444676781],[-73.10479806187274,41.61965644674358],[-73.10467406181931,41.619430446703866],[-73.10437206168929,41.61888044660722],[-73.10429506165708,41.618756446585714],[-73.10415906160024,41.61853844654796],[-73.10381006146011,41.618077446470096],[-73.10365006139796,41.61790244644142],[-73.10348106133347,41.61773744641499],[-73.10342006131023,41.61767844640556],[-73.10326906125255,41.61752944638164],[-73.10312806119941,41.61740344636185],[-73.10268206103396,41.617049446307874],[-73.10240906093378,41.616851446278446],[-73.10180406071528,41.616473446225015],[-73.10088406038733,41.61597244615804],[-73.10065506030567,41.61584744614131],[-73.09996106005833,41.61547044609097],[-73.09992906004686,41.61545244608855],[-73.09983306001273,41.61540144608179],[-73.09980206000168,41.615384446079524],[-73.09977305999134,41.61536844607735],[-73.09968905996136,41.61532244607119],[-73.0996610599514,41.61530744606921],[-73.09954505992009,41.6154174460943],[-73.09946305989612,41.615463446105885],[-73.09936405986518,41.61548444611319],[-73.09928005983816,41.61548944611691],[-73.0985800596136,41.61553844614927],[-73.09824805950659,41.61555344616301],[-73.09796405941444,41.61555544617268],[-73.09789805939307,41.61555644617502],[-73.09761005929855,41.615540446181335],[-73.09752705927086,41.61552744618153],[-73.09742105923547,41.6155114461819],[-73.09730705919652,41.61547844617922],[-73.09717905915176,41.615423446172755],[-73.0970700591125,41.615357446163536],[-73.09706105910911,41.615349446162284],[-73.09697005907486,41.61526844614956],[-73.09690205904772,41.61518144613494],[-73.09684305902258,41.61507844611692],[-73.09658605889311,41.61428644597192],[-73.09651405886248,41.61416144595007],[-73.09649005885092,41.61409644593825],[-73.09645705883388,41.613987445918234],[-73.09642705881828,41.61388644589964],[-73.0964070588057,41.61378144587996],[-73.09641405880379,41.61370944586577],[-73.0964360588078,41.613655445854604],[-73.09653305883194,41.613528445826844],[-73.09598505863593,41.61321844578469],[-73.09573505854624,41.61307244576458],[-73.09537005841534,41.61286044573544],[-73.09465205815884,41.61245944568122],[-73.09439705806734,41.61231044566071],[-73.09412605796932,41.61213844563623],[-73.09393205789841,41.61200244561622],[-73.0936770578038,41.61179944558523],[-73.09342905771035,41.61157744555033],[-73.09339605769789,41.6115474455456],[-73.09317505761285,41.61131944550865],[-73.0930500575629,41.61115844548155],[-73.0928880574956,41.610905445437844],[-73.09286305748488,41.61086044542994],[-73.09267905740627,41.61053544537298],[-73.09258105736369,41.61035044534036],[-73.0921190571627,41.60947244518537],[-73.09186305705482,41.6090464451112],[-73.09172805699843,41.60883044507377],[-73.09142005686982,41.60833744498833]]]},"properties":{"name":3601,"geoid":"09005360100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.11266906306983,41.59621644194598],[-73.11241206297238,41.595975441907676],[-73.11233906294471,41.595907441896884],[-73.11135506257133,41.594980441749435],[-73.11135406257097,41.59497944174926],[-73.11102006244491,41.59467644170147],[-73.11065006230436,41.594325441645545],[-73.110254062154,41.5939504415858],[-73.10965006192754,41.593428441504386],[-73.10950006187261,41.59332144148856],[-73.10940406183744,41.593252441478334],[-73.10908806172152,41.59302344144428],[-73.10889406165022,41.592880441422906],[-73.10877606160692,41.59279444141009],[-73.1083040614344,41.592463441361375],[-73.10810806136273,41.59232544134104],[-73.10771506121891,41.5920464412998],[-73.10760006117681,41.591964441287665],[-73.1071400610052,41.591581441228485],[-73.10666306082801,41.59119744116964],[-73.106590060801,41.59114044116098],[-73.10621006066046,41.59084544111622],[-73.10616306063511,41.59067144108405],[-73.10616106063388,41.59066144108217],[-73.1060870606005,41.59050044105339],[-73.10594906054207,41.590265441012356],[-73.10590306052332,41.59019944100106],[-73.10580006048131,41.59005244097594],[-73.10527206026619,41.58929944084726],[-73.10524106025358,41.58925544083975],[-73.10513006020831,41.589096440812554],[-73.10472006003945,41.58848044070656],[-73.10362105958689,41.58683044042267],[-73.10357905956954,41.58676644041162],[-73.10308705936639,41.58601844028273],[-73.10275405922157,41.58538544017093],[-73.10241705907207,41.584694440048],[-73.1023110590237,41.58445344000474],[-73.10140105858147,41.581921439543684],[-73.10105305840862,41.58088843935479],[-73.10096105835345,41.580451439273084],[-73.10092405833193,41.5802874392425],[-73.10092505833225,41.58028743924247],[-73.10091805832731,41.58024143923379],[-73.10089005830925,41.58008643920465],[-73.1008500582838,41.57987143916427],[-73.10083705827559,41.57980243915134],[-73.10079905825143,41.57959843911303],[-73.1007870582436,41.579530439100246],[-73.10071105819414,41.579102439019756],[-73.10055905809507,41.578244438858384],[-73.10048805804743,41.57781943877832],[-73.10046405803094,41.57766943875001],[-73.10041005799742,41.57739343869827],[-73.10025905789807,41.57652443853474],[-73.10007105777423,41.57543943833053],[-73.0998340576228,41.57415343808894],[-73.09977505759036,41.57392443804647],[-73.09955605746981,41.573070437888056],[-73.09945905741638,41.57269143781773],[-73.09940705738762,41.572486437779666],[-73.09915705725284,41.571560437608284],[-73.09905605719828,41.57118443753869],[-73.09895505713989,41.57074243745629],[-73.09874905702075,41.56983943728791],[-73.09864205696186,41.56942243721055],[-73.09853005690016,41.568984437129274],[-73.10941306027134,41.56616543622744],[-73.1142440617678,41.56491543582731],[-73.11425306177054,41.56491243582645],[-73.11505606201926,41.56470443575989],[-73.115187062053,41.56455243572613],[-73.1164550624504,41.564304435636636],[-73.11648906246097,41.564296435633985],[-73.11696206260856,41.56419243559837],[-73.11714606266604,41.56415343558478],[-73.1183840630525,41.56388443549219],[-73.11875506316834,41.56380443546456],[-73.11885806320026,41.56377843545618],[-73.12051806371522,41.56336243532128],[-73.12455706496834,41.56235343499368],[-73.12549806526025,41.562117434917184],[-73.12715906577559,41.56170343478264],[-73.12750106588247,41.56163143475751],[-73.12853006620416,41.5614164346822],[-73.12887306631143,41.56134543465722],[-73.1289140663242,41.561336434654145],[-73.12904106636388,41.56130943464477],[-73.12908306637706,41.561301434641834],[-73.12931006644799,41.561253434625115],[-73.12999406666181,41.56111043457502],[-73.13022206673311,41.56106343455846],[-73.13035306677403,41.561035434548735],[-73.13074706689716,41.560952434519784],[-73.13087906693845,41.56092543451023],[-73.13096406696495,41.560906434503764],[-73.13121906704467,41.560853434485175],[-73.13130506707161,41.56083643447906],[-73.13137806709439,41.56082043447357],[-73.13262106748249,41.56055243438098],[-73.13657206871606,41.55970143408685],[-73.13788906912727,41.55941843398892],[-73.13795606914822,41.559404433984],[-73.13931806957288,41.55910143388074],[-73.14018306984262,41.55890943381522],[-73.1418250703546,41.55854443369077],[-73.14360707091016,41.55814743355553],[-73.14503707135609,41.557830433447315],[-73.1451730714243,41.55824543352334],[-73.1452470714638,41.55851243357269],[-73.14532507151021,41.55887643364072],[-73.14541707156292,41.559270433714126],[-73.1455860716593,41.559986433847456],[-73.14583807180858,41.561150434064906],[-73.14613507197929,41.562431434303576],[-73.14629907207733,41.5632044344481],[-73.14639607213374,41.563634434528325],[-73.1467240723246,41.565089434799695],[-73.14675007233826,41.56517943481629],[-73.14682007238127,41.56552943488185],[-73.14683607239019,41.565593434893756],[-73.14692507243986,41.565951434960255],[-73.1470370725023,41.566401435043836],[-73.1471970725949,41.56710243517451],[-73.14720707260047,41.56714243518193],[-73.1472250726095,41.56719743519199],[-73.14727407263156,41.56730343521096],[-73.14737607267384,41.56746143523826],[-73.14744607270177,41.567551435253414],[-73.14754807274204,41.567674435273915],[-73.14772707281111,41.5678634353047],[-73.14785907286267,41.568013435329476],[-73.14795207289954,41.568128435348726],[-73.14798807291378,41.56817243535606],[-73.14810307296011,41.56832743538236],[-73.14814407297732,41.568394435394005],[-73.14823107301706,41.56859243542956],[-73.14830007305052,41.56878343546431],[-73.14832007306282,41.56888343548305],[-73.14832307306907,41.5689744355006],[-73.14833707308226,41.56912343552902],[-73.14835007309507,41.56927143555729],[-73.14833407312786,41.56992643568479],[-73.14833207315104,41.570337435764536],[-73.14832907319467,41.5711064359137],[-73.14832707321706,41.57150343599073],[-73.14833007323199,41.57174443603735],[-73.14833107323327,41.571760436040414],[-73.14837907327285,41.5721744361191],[-73.14854707337132,41.57293143626034],[-73.1486860734505,41.573518436369596],[-73.14870907346378,41.573618436388216],[-73.14876407349475,41.57384443643023],[-73.14886507355034,41.5742374365031],[-73.14891607357995,41.57446243654504],[-73.14907007366914,41.57513743667084],[-73.14912207369906,41.57536243671275],[-73.14919707374152,41.57567443677078],[-73.14936007383326,41.576343436895115],[-73.14943307387252,41.57661143694468],[-73.14951807391817,41.576922437002175],[-73.14967807401347,41.57766943714171],[-73.1499910741996,41.57912543741367],[-73.15016007430023,41.579913437560876],[-73.1503210743959,41.58066143770058],[-73.15035707441375,41.58076743771994],[-73.15044707446496,41.58114643779044],[-73.15059207455953,41.58196443794422],[-73.15064707459284,41.582230437993985],[-73.1507410746381,41.58248443804013],[-73.15074507463993,41.58249343804174],[-73.1508090746733,41.58271043808169],[-73.15095707477163,41.583576438244684],[-73.15097407478707,41.583747438277264],[-73.15110707488333,41.58466143845003],[-73.15116007490982,41.584821438479295],[-73.15147707506038,41.58564143862783],[-73.1515500751,41.58591543867853],[-73.15162507515397,41.58642543877491],[-73.15170907520987,41.586918438867684],[-73.15191107532976,41.58785343904225],[-73.15193407534373,41.58796543906318],[-73.15212907546245,41.58891943924166],[-73.1522640755503,41.58967743938412],[-73.15227207555552,41.589722439392574],[-73.15228107556348,41.58980943940914],[-73.15447407685686,41.59981344127544],[-73.15451707687926,41.599958441302114],[-73.15464607694662,41.60039644138273],[-73.15468907696905,41.600542441409594],[-73.15495207711625,41.6016054416069],[-73.15515707723107,41.60243544176095],[-73.15656307801787,41.60811444281479],[-73.15703207828034,41.61000844316622],[-73.1571120783237,41.61030744322151],[-73.15717607835845,41.61054744326588],[-73.1573470784508,41.61118044338287],[-73.15761107859377,41.612164443564765],[-73.15775707867262,41.61270444366455],[-73.158004078806,41.613618443833445],[-73.15823107892854,41.61445744398847],[-73.15864407917485,41.61638544434823],[-73.1588430792934,41.6173124445212],[-73.15895907936118,41.6178294446175],[-73.15930907956529,41.619383444906894],[-73.15942607963343,41.61990144500336],[-73.15946107965458,41.620069445034744],[-73.1595670797184,41.62057444512902],[-73.15960307973991,41.62074344516056],[-73.15965307976779,41.62094344519764],[-73.15968007978145,41.62102744521302],[-73.15973907981463,41.62126844525775],[-73.15979407984527,41.621487445298335],[-73.16007708001733,41.62286444555564],[-73.16015108006208,41.62322044562214],[-73.16017908008155,41.623398445655674],[-73.16025308012514,41.6237344457183],[-73.16047508025603,41.62474444590653],[-73.16055008030003,41.62508144596932],[-73.16076208042523,41.62604944614973],[-73.16139808080091,41.628953446691014],[-73.16161008092621,41.6299224468716],[-73.1616540809441,41.62998444688216],[-73.16170108096426,41.630068446896885],[-73.16172308097356,41.630105446903315],[-73.16178508100272,41.630260446931295],[-73.16185208103823,41.630496446974774],[-73.16186308104542,41.63055844698641],[-73.16189408106544,41.63072944701849],[-73.16190108107047,41.630776447027365],[-73.16198408112898,41.631318447129544],[-73.16202308115288,41.63151144716561],[-73.16209908119464,41.63180444721983],[-73.16219208124308,41.63211744727736],[-73.16226008128258,41.632416447333],[-73.16231008131462,41.63268744738381],[-73.16237308135814,41.63308344745838],[-73.16240508137855,41.63325544749061],[-73.16244708140194,41.633422447521575],[-73.16258608147888,41.63396844762267],[-73.1628860816484,41.635205447852236],[-73.16313008178142,41.63612844802285],[-73.16317508180524,41.636286448051955],[-73.16334608189464,41.63686744815879],[-73.16346008195393,41.637249448228964],[-73.1637000820848,41.638157448396804],[-73.16381508216202,41.638841448525376],[-73.16390608222508,41.639416448633675],[-73.16403008230131,41.640033448748994],[-73.16411708235614,41.64048944883438],[-73.16425508243444,41.641063448940926],[-73.16435708249007,41.641449449012256],[-73.16454608259289,41.64216044914363],[-73.16484608275097,41.643200449335026],[-73.1648690827656,41.64332344935807],[-73.16490508278471,41.64345044938145],[-73.16492408279619,41.643541449398434],[-73.16502308286191,41.64411744950664],[-73.16506008288269,41.64426744953444],[-73.16517308294586,41.64472144961858],[-73.16521108296702,41.64487244964655],[-73.16522208297437,41.644937449658755],[-73.16533908303919,41.645397449743925],[-73.16534808304503,41.645447449753306],[-73.16555808318012,41.64659444996831],[-73.16561008323241,41.64720145008404],[-73.16566108328337,41.647791450196515],[-73.16567708329957,41.647980450232545],[-73.16570408332642,41.64829045029164],[-73.16574908335592,41.64854545033948],[-73.16576108336366,41.64861145035188],[-73.16579508338162,41.648730450373776],[-73.16609908354974,41.6499194505938],[-73.16661808383661,41.65194745096909],[-73.16668008387104,41.65219245101446],[-73.16701108405408,41.65348745125409],[-73.1673160842226,41.65467745147426],[-73.16752208433287,41.65542045161121],[-73.16754108434297,41.65548745162355],[-73.1676940844258,41.656055451728385],[-73.16881108503037,41.66019745249281],[-73.16918408523215,41.661578452747655],[-73.16949808542317,41.66310345303225],[-73.17044208599694,41.66767845388593],[-73.17075708618839,41.66920445417064],[-73.17003008595758,41.6692974542125],[-73.16844408545406,41.669500454303794],[-73.16835108542456,41.66951245430915],[-73.16822708538517,41.669528454316335],[-73.1681040853461,41.66954345432326],[-73.16784908526509,41.669575454337824],[-73.16712308503467,41.66966945437983],[-73.16667208489075,41.66971445440332],[-73.16532208446017,41.66985345447451],[-73.16487208431663,41.66989945449816],[-73.16470208426237,41.669916454507025],[-73.16419308410002,41.66996845453378],[-73.16402408404615,41.66998645454281],[-73.16317208377501,41.6700844545897],[-73.16061608296157,41.670378454730425],[-73.15976408269043,41.67047645477732],[-73.15621708155908,41.67084145496424],[-73.14817407899363,41.671669455388134],[-73.14804307895187,41.67168345539513],[-73.14678707855121,41.67181245546126],[-73.14557807816556,41.67193645552487],[-73.14239907715155,41.672264455692506],[-73.14232507712798,41.67227245569648],[-73.1420320770345,41.67230245571189],[-73.14193407700743,41.67238445573096],[-73.14193207700684,41.672385455731224],[-73.1418360769803,41.67246545574983],[-73.14168407693826,41.67259145577918],[-73.14163207692384,41.67263445578919],[-73.1415320768962,41.67271745580853],[-73.14093507663658,41.671592455610565],[-73.14059207648738,41.670945455496714],[-73.13965207607858,41.669173455184875],[-73.13950307601382,41.66889345513562],[-73.1393540759491,41.668613455086344],[-73.13930607592818,41.668522455070324],[-73.1389640758193,41.66856145508907],[-73.13849207566919,41.668617455115374],[-73.1384450756542,41.668622455117884],[-73.13837507562785,41.668560455108185],[-73.13813007553551,41.668342455074054],[-73.13788507544312,41.66812345503974],[-73.13780707541464,41.66806945503185],[-73.13654207493049,41.666816454831],[-73.13571107461242,41.665992454698866],[-73.13562907458449,41.6659704546973],[-73.13494107435028,41.665788454684645],[-73.13420407409953,41.66559545467147],[-73.13407907403048,41.6651074545812],[-73.13387607391861,41.66431945443544],[-73.13286007351803,41.6631114542351],[-73.13165407304257,41.66167745399726],[-73.13120707291938,41.662056454085196],[-73.13095407284958,41.66226945413468],[-73.13075907279588,41.66243545417317],[-73.1305590727408,41.66260545421262],[-73.13035807268538,41.66277545425206],[-73.1293430724056,41.66363545445165],[-73.12872307221339,41.6637944545027],[-73.12788007195205,41.66401145457229],[-73.12783507193807,41.6640224545759],[-73.1276050718645,41.664042454587296],[-73.12737607179119,41.66406145459846],[-73.12734207178025,41.664063454599976],[-73.1263330714574,41.66415045464985],[-73.1261290713921,41.6641674546598],[-73.12592507132679,41.664184454669794],[-73.1258170712935,41.66421545467931],[-73.12568607125313,41.66425345469095],[-73.12548607118727,41.6642384546946],[-73.12537407115046,41.6642314546969],[-73.12528107111814,41.664195454693],[-73.12518707108549,41.664159454689106],[-73.12500107102126,41.66409445468263],[-73.12461907088087,41.663815454641174],[-73.1243720707947,41.66371445462973],[-73.12401507067024,41.66356945461338],[-73.12356407050775,41.66329645457535],[-73.12324307037501,41.66280845449149],[-73.12308007029381,41.66232345440302],[-73.1228280701767,41.66171845429423],[-73.12263407009611,41.66141745424236],[-73.12257507005489,41.661038454170985],[-73.12257207005361,41.661033454170116],[-73.12253107003632,41.6609654541583],[-73.12215706988846,41.66051345408313],[-73.12190106979665,41.66036545406288],[-73.12172606973989,41.66036745406899],[-73.121682069727,41.66039145407509],[-73.12155306968938,41.660465454093625],[-73.12151006967693,41.66049145410006],[-73.12137606963785,41.66056845411934],[-73.12133806962679,41.660590454124836],[-73.1212580696065,41.6606884541464],[-73.1211110695646,41.66078945417076],[-73.12103806954606,41.66087845419037],[-73.12090106950556,41.6609474542082],[-73.1206940694444,41.66105245423528],[-73.12033506934054,41.6612724542896],[-73.11970606915277,41.6615584543655],[-73.11906206894733,41.661624454399345],[-73.11852806878035,41.6617374544387],[-73.1183450687189,41.66170345443811],[-73.1182060686749,41.66172345444653],[-73.11762506848169,41.66164845445103],[-73.11751806844616,41.661635454452025],[-73.117027068288,41.66165945447275],[-73.11681506821652,41.661615454471175],[-73.11654406812636,41.66157945447307],[-73.11612706798257,41.66143745445926],[-73.11574606785629,41.66139545446361],[-73.11553106778085,41.66129945445208],[-73.11538006772781,41.661231454443865],[-73.11520406766962,41.66121445444635],[-73.1147640675197,41.66109545443772],[-73.11451606743962,41.66110445444758],[-73.11439206739934,41.661104454451646],[-73.1137550671908,41.66107845446745],[-73.11360106713383,41.66095945444948],[-73.11352006709718,41.66078245441789],[-73.11352806709455,41.66069245440023],[-73.11357906710798,41.660638454388106],[-73.11376906716362,41.66053345436158],[-73.11395206721646,41.660419454333535],[-73.11399606722506,41.66032145431315],[-73.1139880672096,41.660100454270655],[-73.11410506722231,41.65966545418267],[-73.11411206721125,41.65943645413816],[-73.11408206719125,41.659260454105095],[-73.11414906719895,41.65901845405607],[-73.11441906724684,41.65833345391473],[-73.1144550672473,41.658140453876214],[-73.11437406719992,41.65777845380884],[-73.11433706716299,41.65735045372727],[-73.1142420671189,41.65712345368645],[-73.1141760670935,41.65705545367546],[-73.11406606704662,41.65686445364209],[-73.11402206702884,41.65680445363194],[-73.11375106693868,41.65676845363384],[-73.11364206690583,41.65681245364592],[-73.11321706678143,41.657048453705485],[-73.11282906666021,41.657132453734434],[-73.11253706656997,41.65721245375946],[-73.11251706656407,41.65722245376205],[-73.11242706653756,41.65726945377409],[-73.11221506647215,41.65732945379263],[-73.11202506641703,41.657443453820896],[-73.11187106636889,41.65747645383234],[-73.11100706610615,41.65778645392057],[-73.11058306597893,41.65796845396966],[-73.11045206593833,41.65800245398053],[-73.11029806588841,41.658004453985946],[-73.10991706576058,41.65793545398507],[-73.10977106571295,41.65793245398927],[-73.10945606561292,41.65797245400731],[-73.10923606554512,41.65803645402689],[-73.10898806545883,41.65793845401604],[-73.108907065424,41.65779245399044],[-73.10888406538692,41.65728345389273],[-73.10882606536144,41.65716945387258],[-73.10867206530082,41.65698745384241],[-73.10849606523739,41.65688045382747],[-73.10812306511082,41.65678845382187],[-73.10788906502988,41.65670445381327],[-73.1074640648871,41.65662445381171],[-73.10731706483817,41.65660445381265],[-73.10672506465514,41.656765453863166],[-73.10655806460574,41.65684945388487],[-73.10652506459611,41.656868453889615],[-73.10649406458683,41.656881453893156],[-73.10634006454136,41.65696045391349],[-73.10616106449062,41.6570884539441],[-73.10599006444471,41.657254453981814],[-73.10580506440057,41.657529454041054],[-73.10574006439586,41.657811454097754],[-73.10565906437674,41.65793545412437],[-73.10558506435477,41.65797145413375],[-73.10549506432575,41.6579754541375],[-73.10523106423793,41.657940454139336],[-73.10444406398588,41.65800445417747],[-73.1040090638427,41.657973454185715],[-73.10381206377647,41.6579354541848],[-73.10375106375174,41.65785145417055],[-73.10375006374363,41.65771745414466],[-73.10369506370995,41.65744545409384],[-73.10365006369206,41.657389454084466],[-73.10359706367264,41.65735145407886],[-73.10337106359802,41.657331454082374],[-73.10318406353852,41.65735345409275],[-73.10288306343783,41.65730445409312],[-73.10221306320503,41.65704545406492],[-73.10105406281335,41.656787454052925],[-73.10036206257793,41.65660645404052],[-73.0996390623279,41.65634745401406],[-73.09830606186344,41.65581045395377],[-73.09799606175721,41.65571645394573],[-73.09691206138162,41.655315453903576],[-73.09670206131247,41.655300453907536],[-73.09616706112895,41.65513445389291],[-73.09570006097107,41.655029453887884],[-73.09539106086461,41.654925453877865],[-73.09524206081613,41.65492445388254],[-73.09492606070849,41.65483945387643],[-73.0945770605785,41.65455445383268],[-73.09442306050396,41.65413345375627],[-73.0944380605,41.65398145372637],[-73.09434706045556,41.653725453679826],[-73.09435406045665,41.65370545367572],[-73.09376706019911,41.65255645347258],[-73.09284105989663,41.65253045349783],[-73.09307205991826,41.651610453312266],[-73.0897060587591,41.65048845320518],[-73.08856605840477,41.65076645329624],[-73.08848905832576,41.64983745311898],[-73.08268205630972,41.6476204528797],[-73.08192405607012,41.64773645292692],[-73.08154605595068,41.64779545295069],[-73.08109705579703,41.64766245293962],[-73.08106005578263,41.647621452932896],[-73.08103805576607,41.647459452902254],[-73.08112605576338,41.64692045279507],[-73.08133005573445,41.64528045247101],[-73.08108105561196,41.64456445234057],[-73.08121305564607,41.644413452307035],[-73.08121305563742,41.6442644522782],[-73.08114005560738,41.644155452259476],[-73.08100805555861,41.64405445224425],[-73.08092805552654,41.64394945222653],[-73.0808910555069,41.643818452202375],[-73.08084705547476,41.6435114521444],[-73.08076605542954,41.643185452083955],[-73.0808320554249,41.64273645199489],[-73.08091305544374,41.64260745196729],[-73.08091305543613,41.64247645194193],[-73.08085405540199,41.64221845189391],[-73.08068605533835,41.64206245186921],[-73.08039305523134,41.641859451839494],[-73.08022505516692,41.64169045181226],[-73.07986505503779,41.64148145178357],[-73.08023905508858,41.64026245153541],[-73.07960105479697,41.638810451275184],[-73.07940105468322,41.63797045111911],[-73.07730705376524,41.63387745039513],[-73.07797605386497,41.631849449980656],[-73.07796505385636,41.631762449964185],[-73.07787405381676,41.63158944993366],[-73.07770505374297,41.63126444987626],[-73.07735705361407,41.63099144983476],[-73.07732005360141,41.630980449833835],[-73.07704905350899,41.63090544982816],[-73.07681305342841,41.63083844982289],[-73.07637605328478,41.630810449831735],[-73.07586205310297,41.63055544979915],[-73.07526605288139,41.63007444972547],[-73.07487205273497,41.62975744967697],[-73.07392305240535,41.62939144963708],[-73.07222205181495,41.628742449566936],[-73.07149705156336,41.628466449537164],[-73.0706600512655,41.62802044947813],[-73.0705400512203,41.62791344946132],[-73.07023305110488,41.627643449419054],[-73.06968305087672,41.626790449271816],[-73.06919505070694,41.62659744925038],[-73.06869805055325,41.62673244929274],[-73.06840405044196,41.62646044924968],[-73.06788705021383,41.625423449065735],[-73.06771105015113,41.625328449053065],[-73.06759605010659,41.62520444903282],[-73.06754805008552,41.62511044901618],[-73.06754105007741,41.62500944899685],[-73.06752305003464,41.624372448874084],[-73.06724804992268,41.623982448807524],[-73.0664970496343,41.623217448683874],[-73.06496104907114,41.62211244851999],[-73.06312204840378,41.6209084483468],[-73.06139004781663,41.62048844832198],[-73.06006504738028,41.62038844834581],[-73.05985504730758,41.620311448337745],[-73.05978204728235,41.62028544833508],[-73.05944704716636,41.6201624483222],[-73.05912004703833,41.61978644826004],[-73.05837504667672,41.61772244788456],[-73.05832804665286,41.61757444785742],[-73.0578990464344,41.616209447607],[-73.05807504645529,41.61558244747981],[-73.05818104648955,41.61557944747578],[-73.0582880465241,41.61557544747152],[-73.05841304656443,41.61557044746648],[-73.05851204659614,41.615562447461684],[-73.0585510466087,41.61556044746004],[-73.05885404670495,41.61552244744279],[-73.05939304687274,41.61539544740062],[-73.05965104695275,41.61532944737943],[-73.059797046998,41.61529144736731],[-73.05993104703957,41.61525744735635],[-73.0602220471298,41.61518244733232],[-73.06110804740443,41.61495344725907],[-73.06118004742649,41.61493044725228],[-73.06138004748875,41.614883447236636],[-73.06162604756474,41.614815447215456],[-73.06174104760011,41.61478044720492],[-73.06183204762769,41.61474644719537],[-73.06196904766897,41.614690447180045],[-73.06214604772249,41.614621447160914],[-73.06233304777751,41.61452244713564],[-73.06249604782232,41.614381447103014],[-73.0626660478691,41.614235447069184],[-73.06281904790885,41.61406344703087],[-73.06292504793397,41.61390244699623],[-73.06301204795467,41.613771446968016],[-73.0630420479615,41.61372144695735],[-73.06338004803855,41.61315544683669],[-73.06384404814663,41.61241844667879],[-73.06409004820458,41.612038446597154],[-73.06445504828646,41.61140444646243],[-73.06450004829662,41.61132744644604],[-73.06465204833252,41.61109444639596],[-73.06474504835647,41.610986446371996],[-73.06487204839097,41.61086944634519],[-73.06501404843097,41.610763446320014],[-73.06518804848172,41.61066344629498],[-73.06535604853221,41.610592446275746],[-73.0655330485861,41.610530446257954],[-73.06573904864958,41.61047044623962],[-73.06671804895747,41.61029444617358],[-73.06712504908585,41.610227446147334],[-73.06729204913744,41.61018144613298],[-73.06749704920023,41.61011544611351],[-73.06821204941406,41.60979644602838],[-73.06846604949122,41.60970344600209],[-73.06869904956339,41.609642445982665],[-73.06888704962267,41.60961144597052],[-73.06904904967485,41.6096034459637],[-73.06951104982501,41.60960444594882],[-73.07018405004524,41.60963144593209],[-73.07052305015546,41.60963244592122],[-73.07093405028753,41.609607445902974],[-73.07176505055261,41.609522445859405],[-73.07209205065818,41.6095104458464],[-73.07209905066044,41.609510445846176],[-73.07267305084702,41.609511445827636],[-73.07358005114332,41.60953944580348],[-73.07409305131144,41.609564445791584],[-73.07425405136485,41.609583445790015],[-73.07464505149652,41.60966344579275],[-73.07474205152938,41.60968644579404],[-73.07480005154892,41.60969844579447],[-73.07485605156792,41.60971244579537],[-73.07498205161059,41.60974244579706],[-73.07532905172768,41.60981744580026],[-73.07559005181469,41.609855445799106],[-73.07582305189081,41.609862445792864],[-73.07599105194497,41.609855445786025],[-73.07614905199539,41.60983944577777],[-73.07631205204683,41.609813445767415],[-73.07646605209484,41.60977844575561],[-73.076619052142,41.6097344457421],[-73.07686305221588,41.609641445716086],[-73.0772580523351,41.60948344567262],[-73.07749705240798,41.609401445648935],[-73.07772105247759,41.60934644563097],[-73.07793805254656,41.609320445618856],[-73.07813105260858,41.60930844561024],[-73.07827705265618,41.60931144560604],[-73.07865105277943,41.609341445599654],[-73.07922405297032,41.60942244559663],[-73.07950005306276,41.609470445596926],[-73.07987905319013,41.60954344559872],[-73.08029905333221,41.609640445603794],[-73.08059405343292,41.609724445610425],[-73.08132805368513,41.609961445632386],[-73.08204805393291,41.61020044565518],[-73.0825710541133,41.61038144567317],[-73.08277705418378,41.61044244567827],[-73.08294705424196,41.6104934456826],[-73.08324905434374,41.61055644568495],[-73.08347805441932,41.610576445681346],[-73.08371305449617,41.61058544567541],[-73.08386705454622,41.61058544567038],[-73.0841900546497,41.610560445655],[-73.08496205489385,41.610445445607525],[-73.08612805526282,41.61027544553652],[-73.08631405532148,41.610244445524444],[-73.08656605540101,41.610204445508465],[-73.0869780555286,41.610096445474106],[-73.08791405581486,41.60978844538389],[-73.08846405598403,41.60962444533414],[-73.08883205609659,41.60950344529869],[-73.08923605621902,41.60935144525607],[-73.08950305629922,41.60923844522546],[-73.08957905632201,41.60920544521659],[-73.09019205650527,41.608931445143504],[-73.09126005682461,41.60845444501622],[-73.09142005686982,41.60833744498833],[-73.09172805699843,41.60883044507377],[-73.09186305705482,41.6090464451112],[-73.0921190571627,41.60947244518537],[-73.09258105736369,41.61035044534036],[-73.09267905740627,41.61053544537298],[-73.09286305748488,41.61086044542994],[-73.0928880574956,41.610905445437844],[-73.0930500575629,41.61115844548155],[-73.09317505761285,41.61131944550865],[-73.09339605769789,41.6115474455456],[-73.09342905771035,41.61157744555033],[-73.0936770578038,41.61179944558523],[-73.09393205789841,41.61200244561622],[-73.09412605796932,41.61213844563623],[-73.09439705806734,41.61231044566071],[-73.09465205815884,41.61245944568122],[-73.09537005841534,41.61286044573544],[-73.09573505854624,41.61307244576458],[-73.09598505863593,41.61321844578469],[-73.09653305883194,41.613528445826844],[-73.0964360588078,41.613655445854604],[-73.09641405880379,41.61370944586577],[-73.0964070588057,41.61378144587996],[-73.09642705881828,41.61388644589964],[-73.09645705883388,41.613987445918234],[-73.09649005885092,41.61409644593825],[-73.09651405886248,41.61416144595007],[-73.09658605889311,41.61428644597192],[-73.09684305902258,41.61507844611692],[-73.09690205904772,41.61518144613494],[-73.09697005907486,41.61526844614956],[-73.09706105910911,41.615349446162284],[-73.0970700591125,41.615357446163536],[-73.09717905915176,41.615423446172755],[-73.09730705919652,41.61547844617922],[-73.09742105923547,41.6155114461819],[-73.09752705927086,41.61552744618153],[-73.09761005929855,41.615540446181335],[-73.09789805939307,41.61555644617502],[-73.09796405941444,41.61555544617268],[-73.09824805950659,41.61555344616301],[-73.0985800596136,41.61553844614927],[-73.09928005983816,41.61548944611691],[-73.09936405986518,41.61548444611319],[-73.09946305989612,41.615463446105885],[-73.09954505992009,41.6154174460943],[-73.0996610599514,41.61530744606921],[-73.09968905996136,41.61532244607119],[-73.09977305999134,41.61536844607735],[-73.09980206000168,41.615384446079524],[-73.09983306001273,41.61540144608179],[-73.09992906004686,41.61545244608855],[-73.09996106005833,41.61547044609097],[-73.10065506030567,41.61584744614131],[-73.10088406038733,41.61597244615804],[-73.10180406071528,41.616473446225015],[-73.10240906093378,41.616851446278446],[-73.10268206103396,41.617049446307874],[-73.10312806119941,41.61740344636185],[-73.10326906125255,41.61752944638164],[-73.10342006131023,41.61767844640556],[-73.10348106133347,41.61773744641499],[-73.10365006139796,41.61790244644142],[-73.10381006146011,41.618077446470096],[-73.10415906160024,41.61853844654796],[-73.10429506165708,41.618756446585714],[-73.10437206168929,41.61888044660722],[-73.10467406181931,41.619430446703866],[-73.10479806187274,41.61965644674358],[-73.10487406190545,41.61979444676781],[-73.10498806195437,41.619999446803796],[-73.10512806201125,41.62019544683717],[-73.10522006204867,41.620325446859326],[-73.10534106209577,41.62045944688131],[-73.10549806215536,41.620607446904856],[-73.10564606221043,41.620727446923254],[-73.10566106221587,41.62073744692471],[-73.10579506226505,41.6208344469391],[-73.105994062337,41.62096044695699],[-73.10622106241819,41.62108844697437],[-73.10724806278245,41.62161544704283],[-73.10778706297364,41.62189244707886],[-73.1081180630922,41.62208244710482],[-73.10827006314672,41.6221704471169],[-73.109093063444,41.622685447189696],[-73.10918306347655,41.62274244719782],[-73.10940506355828,41.6229074472225],[-73.10950706359606,41.62298744723466],[-73.10963606364442,41.62309844725193],[-73.10971806367512,41.623168447262806],[-73.10989306374161,41.623334447289224],[-73.11026906388736,41.62374044735553],[-73.11038106393076,41.623861447375305],[-73.11048206396892,41.623953447389816],[-73.11099106416573,41.624494447477915],[-73.11155606438419,41.62509544757581],[-73.11215606461643,41.6257374476805],[-73.11228306466425,41.62585044769822],[-73.11249506474253,41.626012447722644],[-73.11257206477046,41.62606244772981],[-73.1131950649965,41.62646944778824],[-73.11327206502443,41.62651944779542],[-73.11352406511544,41.62667644781756],[-73.11451506547338,41.62729544790498],[-73.11467906553263,41.627398447919575],[-73.11485006559377,41.62749444793255],[-73.11528106574943,41.62776344797055],[-73.11546406581557,41.62787844798682],[-73.11655306621186,41.62860944809272],[-73.11656906621769,41.628620448094324],[-73.11676806628914,41.62873744811046],[-73.11700206637164,41.62884844812431],[-73.1171170664115,41.62889144812886],[-73.11733306648723,41.62898744814039],[-73.11739206650793,41.629013448143496],[-73.11739706650972,41.62901644814391],[-73.1176360665925,41.62910444815313],[-73.11795906670336,41.62920644816229],[-73.11860506692418,41.62939444817757],[-73.11875906697684,41.629439448181245],[-73.11896806704891,41.629511448188346],[-73.1190070670627,41.62953044819076],[-73.1190970670945,41.62957444819631],[-73.11915906711644,41.62960544820029],[-73.11924506714786,41.6296654482091],[-73.11932106717657,41.62973444821997],[-73.1193380671831,41.629751448222706],[-73.11940906721033,41.62982344823432],[-73.11947806723798,41.62991344824949],[-73.11956106727511,41.63008844828065],[-73.11963206730864,41.63026844831318],[-73.11969306733899,41.630449448346205],[-73.11978006737904,41.630652448382655],[-73.1198540674103,41.630776448404234],[-73.11994506744672,41.6308944484241],[-73.12000006746766,41.63094744843257],[-73.12002206747563,41.630961448434554],[-73.12006306749046,41.63098744843825],[-73.1205210676537,41.631235448471266],[-73.12096606781334,41.63149444850684],[-73.12173006808807,41.63195044857012],[-73.12198406817971,41.6321074485922],[-73.12213406823415,41.63220544860627],[-73.12227806828687,41.632307448621305],[-73.12238506832668,41.63239444863464],[-73.12248606836485,41.63248644864914],[-73.12259006840462,41.63258944866568],[-73.12268806844257,41.63269444868279],[-73.12296006854979,41.63301844873662],[-73.12305006858693,41.63315444875999],[-73.12312006861723,41.63328444878286],[-73.12312606861983,41.633295448784786],[-73.12335206872459,41.633834448881736],[-73.1234960687801,41.633984448906055],[-73.12371906886011,41.63411444892392],[-73.12388806891897,41.63418244893156],[-73.12394906893984,41.634200448933036],[-73.1240740689826,41.634237448936126],[-73.12424406904003,41.63427544893791],[-73.12453506913837,41.63434044894096],[-73.12514506934185,41.634431448938614],[-73.12544706944266,41.63447744893762],[-73.12549106944898,41.63434044890967],[-73.12555806945565,41.63408044885716],[-73.12559206945524,41.63388344881791],[-73.12558906943644,41.63357744875881],[-73.12557206942489,41.63347344873922],[-73.12551906939535,41.633261448699905],[-73.12542006934335,41.632920448637144],[-73.12540406933547,41.63287444862877],[-73.12538906932816,41.63283244862112],[-73.12535706931249,41.63274144860456],[-73.12529306927163,41.63239644853989],[-73.12527206925027,41.632146448492186],[-73.12528406923485,41.63181444842752],[-73.12532706923453,41.631568448378495],[-73.12541306924665,41.63129644832302],[-73.12552906926913,41.63103444826851],[-73.12561706928824,41.630871448234075],[-73.12582006933674,41.630571448169356],[-73.12593406936588,41.630435448139295],[-73.12613106941868,41.630242448095494],[-73.12646406951005,41.62995344802866],[-73.12656506953834,41.629875448010246],[-73.12669606957596,41.62979044798952],[-73.12711606969916,41.62956244793163],[-73.12744206979644,41.6294144478923],[-73.12781406990996,41.62928744785555],[-73.12789406993461,41.629264447848485],[-73.12816807001924,41.629189447825],[-73.1284890701204,41.62913544780403],[-73.12939407040827,41.6290294477539],[-73.12951907044858,41.629024447748854],[-73.1295040704365,41.62890044772533],[-73.12940107036427,41.628233447599584],[-73.12932307031974,41.62790344753825],[-73.12929207030187,41.62776944751332],[-73.12921307025965,41.62748444746073],[-73.12920007024829,41.62736144743735],[-73.12920807024769,41.62730644742644],[-73.12922907025136,41.62725244741531],[-73.129303070269,41.62714244739159],[-73.12955007033361,41.62687344733142],[-73.12976807038729,41.62657844726718],[-73.12989207041873,41.6264264472337],[-73.1300370704584,41.626298447204164],[-73.13022207051134,41.626175447174305],[-73.13034007054637,41.62611844715942],[-73.13071207065786,41.62595744711608],[-73.13139207086309,41.62568744704154],[-73.13149507089425,41.625647447030424],[-73.1321170710812,41.62538744695974],[-73.13231307114056,41.62531344693899],[-73.13245407118457,41.625282446928374],[-73.13247807119207,41.62527744692662],[-73.13255207121534,41.625264446921705],[-73.13255907121759,41.62526344692126],[-73.13257807122369,41.62526244692045],[-73.13307907138599,41.62525444690251],[-73.13337307148126,41.6252504468921],[-73.13361307155854,41.62523844688192],[-73.1345310718523,41.62516144683697],[-73.13458107186807,41.625153446833785],[-73.134666071895,41.62514144682868],[-73.13488507196207,41.62507144680796],[-73.13502607200071,41.62494844677954],[-73.13495307197269,41.6248744467676],[-73.13456307182526,41.62451744671126],[-73.13427907171781,41.62425644667002],[-73.13347407141204,41.62349544654903],[-73.13320807130943,41.623216446503704],[-73.13319707130509,41.62320344650154],[-73.13279507114622,41.622717446420616],[-73.13210807086702,41.62175344625646],[-73.13210007086373,41.621741446254404],[-73.13130807053953,41.62059044605747],[-73.13020207008744,41.61899344578444],[-73.1300580700285,41.61878444574867],[-73.12938006975091,41.61779744557975],[-73.12968606984664,41.61773444555753],[-73.13060307013373,41.61754844549153],[-73.13091007022987,41.61748644546946],[-73.13106207027745,41.61745544545849],[-73.13151807042011,41.617361445425374],[-73.13167107046809,41.61733144541456],[-73.13280107082034,41.6170764453282],[-73.1328790708448,41.61706144532274],[-73.13319207094318,41.61700444530146],[-73.13380007113318,41.61687544525658],[-73.13413407123801,41.61681244523346],[-73.13532407160947,41.616552445144166],[-73.13547607165665,41.61651444513184],[-73.1358290717654,41.61641244510053],[-73.1364770719641,41.616209445040006],[-73.13649107196835,41.61620444503859],[-73.1369130720973,41.61606444499768],[-73.13703807213447,41.61600544498216],[-73.137087072148,41.61596444497262],[-73.1371160721547,41.615917444962555],[-73.13713207215687,41.615865444951964],[-73.13713507215479,41.61581244494162],[-73.13711407212762,41.615462444874524],[-73.13713507213004,41.61538644485911],[-73.13699107207609,41.615263444840004],[-73.1365730719184,41.61488644478067],[-73.13642607186321,41.61475844476072],[-73.13638807184896,41.61472544475557],[-73.1361540717634,41.614561444731464],[-73.13558607155709,41.61418644467743],[-73.13544307150431,41.61407744466099],[-73.13536207147295,41.61399044464681],[-73.13517607139555,41.61369844459633],[-73.13500907132331,41.613388444541776],[-73.13465907117434,41.61278144443568],[-73.1345980711482,41.61267244441657],[-73.13442307107316,41.61235944436168],[-73.13412707094749,41.61185144427299],[-73.13387907084173,41.611417444197045],[-73.1331380705255,41.61011744396953],[-73.13289207042044,41.60968444389372],[-73.13262307030762,41.609246443817696],[-73.13199307004345,41.60822144363977],[-73.13181806996981,41.60793244358952],[-73.13155406985851,41.607492443512946],[-73.13145606981831,41.60734844348826],[-73.13133206976647,41.60714944345377],[-73.13113506968408,41.606832443398815],[-73.13083006955571,41.60632844331118],[-73.13071406950894,41.60617144328455],[-73.13067106949212,41.606122443276476],[-73.13061606947065,41.606060443266266],[-73.13039006938371,41.60582744322853],[-73.1302890693457,41.6057374432144],[-73.1300240692448,41.60548244317367],[-73.1299670692231,41.605427443164885],[-73.12925906895498,41.60477044306079],[-73.12903506887076,41.60457344302995],[-73.1289130688247,41.60446244301244],[-73.12877906877402,41.60433944299299],[-73.1286370687184,41.60417544296587],[-73.12859706869989,41.60408044294877],[-73.12894806881872,41.60416344295337],[-73.12915206888758,41.60420844295542],[-73.12979206910389,41.60435344296258],[-73.13002006917979,41.604385442961316],[-73.13013706921822,41.60439244295884],[-73.13036706929212,41.604378442948615],[-73.13052406934202,41.6043594429398],[-73.13083606943957,41.604294442916995],[-73.13087006945027,41.60428844291472],[-73.13118606954845,41.60421144288948],[-73.13138506960914,41.60414344286979],[-73.13124806954727,41.60384444281636],[-73.13117206951213,41.60366444278398],[-73.1310570694572,41.60336144272903],[-73.13100106943054,41.60321544270259],[-73.13099306942658,41.6031924426984],[-73.13068906928348,41.60242844256035],[-73.13054906921995,41.60211744250469],[-73.13044306916863,41.60182644245178],[-73.13040206914218,41.601600442409335],[-73.13039406911835,41.6012344423387],[-73.13037406909983,41.60102744229926],[-73.13032106906631,41.60074644224655],[-73.13028606904821,41.600630442225224],[-73.13015706899036,41.600355442176166],[-73.13001106892476,41.60004244212031],[-73.12970706879217,41.59945944201731],[-73.12954406874486,41.59955644204143],[-73.1290580686039,41.5998474421137],[-73.12889606855695,41.59994544213799],[-73.12879606851833,41.599839442120704],[-73.12866106846676,41.59970644209937],[-73.12847806839618,41.59951444206817],[-73.12842706837618,41.59945544205839],[-73.12839706836388,41.599411442050844],[-73.12834706834334,41.599337442038156],[-73.12827306831043,41.59918444201094],[-73.12810606823227,41.59877244193656],[-73.1280630682146,41.59870844192559],[-73.12799906818829,41.59861344190928],[-73.12784106812663,41.59843544187996],[-73.12765106805641,41.59828844185769],[-73.12755606802271,41.5982394418513],[-73.12733606794637,41.598155441842216],[-73.12704706784808,41.59807944183696],[-73.12686906778877,41.598053441837735],[-73.12684606778112,41.5980504418379],[-73.12665506771899,41.59804844184375],[-73.12614006755423,41.598092441869134],[-73.12602806751839,41.59810144187453],[-73.12569706741256,41.598130441890966],[-73.12569306741126,41.5981304418911],[-73.12558306737645,41.598146441897796],[-73.12557406736234,41.5979534418607],[-73.12554706731997,41.597374441749416],[-73.12553906730622,41.59718244171247],[-73.12552306727267,41.59669344161826],[-73.12551506726663,41.59663444160708],[-73.12551406726544,41.59661944160421],[-73.12547506724638,41.596509441584175],[-73.12542906722872,41.59646244157658],[-73.12539906721793,41.59644444157408],[-73.12533806719708,41.596426441572575],[-73.1251840671463,41.59641344157509],[-73.12466806698073,41.59644844159875],[-73.12448906692352,41.596464441607694],[-73.12399206676407,41.59649844163053],[-73.12386206672235,41.59650744163653],[-73.12344406658734,41.596520441652714],[-73.12348106659088,41.59637444162321],[-73.12359306660186,41.59593644153469],[-73.12363106660578,41.59579144150535],[-73.12365106660724,41.59570444148784],[-73.1237140666125,41.595442441435026],[-73.12373506661433,41.59535644141768],[-73.12383106662004,41.59491744132949],[-73.12400606663077,41.59412244116971],[-73.12401406663005,41.59406544115842],[-73.12402906662912,41.59396544113854],[-73.12405406661556,41.593591441065264],[-73.12406006661298,41.59351344104995],[-73.12404006658501,41.59314344097891],[-73.12392106654642,41.593144440983004],[-73.12329806634685,41.59319244101267],[-73.12317506630771,41.59320644101941],[-73.12312506629199,41.59321544102277],[-73.12282106619678,41.59327644104454],[-73.12270906616193,41.593302441053225],[-73.12250506610071,41.59338944107677],[-73.12209406597928,41.59359744113049],[-73.12194506593413,41.593653441146216],[-73.12177306588077,41.593696441160176],[-73.12165906584461,41.59371144116681],[-73.12154306580734,41.593718441171944],[-73.12136106574789,41.593712441176734],[-73.12056006548151,41.593605441182184],[-73.12046906545147,41.59359744118361],[-73.12044406544324,41.593595441184036],[-73.12029806539566,41.59359244118823],[-73.12021606536953,41.59360144119265],[-73.1201370653448,41.59361744119835],[-73.11997406529547,41.593679441215684],[-73.11967606520315,41.59375644124033],[-73.11957906517337,41.593786441249314],[-73.1194580651186,41.59351944120152],[-73.11942906510447,41.59343844118679],[-73.1193210650589,41.593257441155245],[-73.11927906504316,41.593221441149645],[-73.11919306501373,41.593195441147415],[-73.11907506497487,41.59318644114953],[-73.11888106491301,41.59320644115975],[-73.11859606482305,41.59325144117778],[-73.11831906473641,41.59330844119787],[-73.11818006469338,41.59334544120959],[-73.1163970641313,41.593639441324825],[-73.11644106417529,41.5941514414226],[-73.11663206431022,41.595408441659934],[-73.116634064318,41.59553144168369],[-73.11663406432027,41.59557044169123],[-73.11651606429568,41.59580744174102],[-73.11637306425962,41.59598644178037],[-73.11592106415341,41.59668644193077],[-73.11573706408852,41.596598441919745],[-73.11530206393373,41.59636544188881],[-73.11501906383302,41.596214441868796],[-73.11468206371393,41.59604844184765],[-73.11446406363832,41.5959654418387],[-73.11432606359146,41.59593044183643],[-73.11422306355709,41.59591444183668],[-73.11377406340986,41.595890441846706],[-73.11359906335346,41.59589844185397],[-73.11351306332617,41.595909441858915],[-73.11331906326664,41.59596944187688],[-73.11299206316637,41.596072441907516],[-73.11280706311065,41.596147441928096],[-73.11266906306983,41.59621644194598]]]},"properties":{"name":3602,"geoid":"09005360200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.05801104487651,41.58865544226421],[-73.05839004499836,41.58863344224761],[-73.06111704587151,41.588412442115896],[-73.06230804626053,41.58844844208406],[-73.06415004686215,41.588504442034875],[-73.06421004688134,41.58849944203195],[-73.06607504747741,41.58832944193821],[-73.06635304756627,41.58830444192429],[-73.06666504766675,41.58828944191123],[-73.06686504773121,41.58828044190295],[-73.06843504823446,41.5881634418291],[-73.06902504842365,41.58812044180153],[-73.06918904847691,41.58812044179618],[-73.06968104863672,41.58812044178014],[-73.06984504869004,41.588120441774784],[-73.0699850487355,41.58812044177023],[-73.07407605004502,41.5877844415717],[-73.0744030501497,41.587757441555794],[-73.07525705042261,41.58767944151284],[-73.07576305058339,41.58761744148432],[-73.07585605061297,41.58760644147915],[-73.07585405061221,41.587604441478824],[-73.07759405117181,41.58750744140328],[-73.07765405119115,41.58750444140073],[-73.07782605124609,41.58748844139203],[-73.07813205130607,41.586807441250045],[-73.07997105190805,41.58688644120537],[-73.08034705202172,41.586740441164814],[-73.08061405210957,41.58675944115979],[-73.08066505212672,41.58676944116006],[-73.08074505215333,41.586780441159576],[-73.08076605216021,41.586781441159104],[-73.08106505225862,41.5868034411536],[-73.08122705231123,41.58680344114832],[-73.08132405234275,41.58680344114516],[-73.08137605235963,41.58680344114346],[-73.08138205236152,41.58680244114308],[-73.0814810523931,41.58679244113791],[-73.0815660524202,41.58678344113338],[-73.08158705242697,41.586782441132506],[-73.08169305246075,41.58677144112691],[-73.08212205259751,41.58672644110418],[-73.08222705263103,41.58671644109884],[-73.08230905265721,41.58670844109462],[-73.08244505270056,41.58669444108746],[-73.08276105280049,41.586647441068045],[-73.08278905280942,41.586644441066554],[-73.08303905288885,41.58661344105238],[-73.08318105293415,41.586599441045024],[-73.08336505299404,41.58660144103942],[-73.08344205301968,41.58661244103904],[-73.08352705304839,41.586631441039934],[-73.08361305307803,41.58666044104277],[-73.08374705312518,41.5867234410506],[-73.08385605316388,41.586780441058096],[-73.08406005323704,41.5868994410745],[-73.08407405324208,41.58690744107559],[-73.08443705337443,41.587157441112204],[-73.08439705337321,41.58736044115286],[-73.08427805336984,41.587970441274976],[-73.08426005336975,41.58806944129475],[-73.08424305337036,41.58817544131586],[-73.084203053372,41.58842844136619],[-73.0841350533756,41.58887244145448],[-73.08411705338841,41.58919444151746],[-73.08410405339906,41.589451441567704],[-73.08403005345352,41.590807441832915],[-73.08399505346455,41.59119444190907],[-73.08397405347182,41.59143744195685],[-73.0839750534737,41.59146444196205],[-73.08394905348598,41.59182244203228],[-73.08391805348441,41.59196944206178],[-73.08387305347992,41.592144442097165],[-73.08379905346614,41.59232144213388],[-73.08379105346422,41.59233344213645],[-73.08360205342252,41.59267344220853],[-73.08350805340147,41.59283744224336],[-73.08330405335606,41.593197442319784],[-73.08325105334724,41.59334244234962],[-73.08318705333681,41.59352144238641],[-73.0831830533377,41.5935594423939],[-73.08317205334085,41.59367544241673],[-73.08316905334213,41.5937144424244],[-73.08317405335424,41.5938954424593],[-73.08320305337669,41.59412044250195],[-73.08330505342592,41.594398442552496],[-73.08347705350096,41.59472944261103],[-73.08400605372874,41.59569544278097],[-73.08404605374713,41.59578844279769],[-73.08405205375017,41.59580744280118],[-73.08407505375772,41.595808442800625],[-73.08525005426375,41.597955443178314],[-73.08545305435258,41.59835044324822],[-73.08565105444374,41.59881344333147],[-73.08570305446798,41.59894044335439],[-73.0858590545409,41.59932444342371],[-73.08591205456553,41.59945244344678],[-73.08594905458271,41.59954144346281],[-73.08606305463522,41.59980844351082],[-73.08610105465277,41.59989844352702],[-73.08614105467178,41.60000244354586],[-73.08626205472935,41.60031744360295],[-73.08630305474875,41.60042244362197],[-73.08640505479573,41.60066144366494],[-73.08642605480527,41.60070844367337],[-73.08669905492826,41.60130044377916],[-73.08685605499294,41.601536443819754],[-73.08690405501275,41.60160944383233],[-73.0870420550679,41.60178744386232],[-73.08713605510523,41.601904443881914],[-73.08725605515284,41.602053443906854],[-73.0874150552163,41.60225744394121],[-73.08750805525341,41.602376443961234],[-73.08760205529107,41.602499443981976],[-73.08788405540425,41.60287144404485],[-73.08797805544197,41.602995444065805],[-73.08805805547503,41.60311744408684],[-73.08830105557519,41.60348344414981],[-73.08838205560856,41.6036054441708],[-73.08840805561945,41.603647444178094],[-73.08848805565286,41.603775444200274],[-73.08851505566413,41.603818444207725],[-73.08856805568621,41.603902444222264],[-73.08872905575312,41.60415444426584],[-73.08878305577558,41.60423944428054],[-73.08919105594492,41.60487444439025],[-73.08931105599429,41.60505344442099],[-73.0893660560171,41.60513844443566],[-73.08953105608545,41.605393444479695],[-73.08958605610832,41.60547944449455],[-73.08966205614001,41.605600444515524],[-73.08989105623563,41.60596644457895],[-73.08996805626772,41.60608844460007],[-73.09017805635472,41.60641244465597],[-73.09069305656789,41.6072034447924],[-73.09080605661528,41.60738744482434],[-73.09100805670002,41.60771744488168],[-73.09109005673383,41.60784144490302],[-73.09133705683564,41.60821344496702],[-73.09142005686982,41.60833744498833],[-73.09126005682461,41.60845444501622],[-73.09019205650527,41.608931445143504],[-73.08957905632201,41.60920544521659],[-73.08950305629922,41.60923844522546],[-73.08923605621902,41.60935144525607],[-73.08883205609659,41.60950344529869],[-73.08846405598403,41.60962444533414],[-73.08791405581486,41.60978844538389],[-73.0869780555286,41.610096445474106],[-73.08656605540101,41.610204445508465],[-73.08631405532148,41.610244445524444],[-73.08612805526282,41.61027544553652],[-73.08496205489385,41.610445445607525],[-73.0841900546497,41.610560445655],[-73.08386705454622,41.61058544567038],[-73.08371305449617,41.61058544567541],[-73.08347805441932,41.610576445681346],[-73.08324905434374,41.61055644568495],[-73.08294705424196,41.6104934456826],[-73.08277705418378,41.61044244567827],[-73.0825710541133,41.61038144567317],[-73.08204805393291,41.61020044565518],[-73.08132805368513,41.609961445632386],[-73.08059405343292,41.609724445610425],[-73.08029905333221,41.609640445603794],[-73.07987905319013,41.60954344559872],[-73.07950005306276,41.609470445596926],[-73.07922405297032,41.60942244559663],[-73.07865105277943,41.609341445599654],[-73.07827705265618,41.60931144560604],[-73.07813105260858,41.60930844561024],[-73.07793805254656,41.609320445618856],[-73.07772105247759,41.60934644563097],[-73.07749705240798,41.609401445648935],[-73.0772580523351,41.60948344567262],[-73.07686305221588,41.609641445716086],[-73.076619052142,41.6097344457421],[-73.07646605209484,41.60977844575561],[-73.07631205204683,41.609813445767415],[-73.07614905199539,41.60983944577777],[-73.07599105194497,41.609855445786025],[-73.07582305189081,41.609862445792864],[-73.07559005181469,41.609855445799106],[-73.07532905172768,41.60981744580026],[-73.07498205161059,41.60974244579706],[-73.07485605156792,41.60971244579537],[-73.07480005154892,41.60969844579447],[-73.07474205152938,41.60968644579404],[-73.07464505149652,41.60966344579275],[-73.07425405136485,41.609583445790015],[-73.07409305131144,41.609564445791584],[-73.07358005114332,41.60953944580348],[-73.07267305084702,41.609511445827636],[-73.07209905066044,41.609510445846176],[-73.07209205065818,41.6095104458464],[-73.07176505055261,41.609522445859405],[-73.07093405028753,41.609607445902974],[-73.07052305015546,41.60963244592122],[-73.07018405004524,41.60963144593209],[-73.06951104982501,41.60960444594882],[-73.06904904967485,41.6096034459637],[-73.06888704962267,41.60961144597052],[-73.06869904956339,41.609642445982665],[-73.06846604949122,41.60970344600209],[-73.06821204941406,41.60979644602838],[-73.06749704920023,41.61011544611351],[-73.06729204913744,41.61018144613298],[-73.06712504908585,41.610227446147334],[-73.06671804895747,41.61029444617358],[-73.06573904864958,41.61047044623962],[-73.0655330485861,41.610530446257954],[-73.06535604853221,41.610592446275746],[-73.06518804848172,41.61066344629498],[-73.06501404843097,41.610763446320014],[-73.06487204839097,41.61086944634519],[-73.06474504835647,41.610986446371996],[-73.06465204833252,41.61109444639596],[-73.06450004829662,41.61132744644604],[-73.06445504828646,41.61140444646243],[-73.06409004820458,41.612038446597154],[-73.06384404814663,41.61241844667879],[-73.06338004803855,41.61315544683669],[-73.0630420479615,41.61372144695735],[-73.06301204795467,41.613771446968016],[-73.06292504793397,41.61390244699623],[-73.06281904790885,41.61406344703087],[-73.0626660478691,41.614235447069184],[-73.06249604782232,41.614381447103014],[-73.06233304777751,41.61452244713564],[-73.06214604772249,41.614621447160914],[-73.06196904766897,41.614690447180045],[-73.06183204762769,41.61474644719537],[-73.06174104760011,41.61478044720492],[-73.06162604756474,41.614815447215456],[-73.06138004748875,41.614883447236636],[-73.06118004742649,41.61493044725228],[-73.06110804740443,41.61495344725907],[-73.0602220471298,41.61518244733232],[-73.05993104703957,41.61525744735635],[-73.059797046998,41.61529144736731],[-73.05965104695275,41.61532944737943],[-73.05939304687274,41.61539544740062],[-73.05885404670495,41.61552244744279],[-73.0585510466087,41.61556044746004],[-73.05851204659614,41.615562447461684],[-73.05841304656443,41.61557044746648],[-73.0582880465241,41.61557544747152],[-73.05818104648955,41.61557944747578],[-73.05807504645529,41.61558244747981],[-73.05824904647592,41.614962447354046],[-73.0584240464969,41.61434244722825],[-73.05850904643525,41.61280044692676],[-73.05867004637913,41.61092744655867],[-73.05862004625769,41.6091104462083],[-73.05834404609872,41.607913445985375],[-73.05834604606889,41.60738644588322],[-73.05835404607045,41.607368445879466],[-73.05859804611707,41.60680444576224],[-73.05875704616157,41.606680445733026],[-73.05802504592766,41.60674844577007],[-73.05807604594291,41.60672544576395],[-73.05877504615266,41.606425445683044],[-73.0594700463647,41.60618744561428],[-73.05966604640615,41.605803445533475],[-73.05969904640797,41.605649445502564],[-73.05963204636247,41.60523944542532],[-73.05904404609521,41.60392244518928],[-73.05893504601448,41.60313944504112],[-73.05894704599464,41.6027294449613],[-73.05902204600521,41.60249044491255],[-73.05909804601605,41.602251444863754],[-73.05913804603836,41.60241244489366],[-73.05917704606041,41.602574444923754],[-73.05940404612838,41.602474444897],[-73.05977404623476,41.60223544483861],[-73.06041804639575,41.60140144465603],[-73.06070104645403,41.60081944453402],[-73.06067004640303,41.600112444398015],[-73.0605600463018,41.59898044418225],[-73.06056004626627,41.59836644406327],[-73.06024504610667,41.59737644388167],[-73.06016704603857,41.59663744374101],[-73.06018204601158,41.596086443633745],[-73.06040304604612,41.59544244350172],[-73.06038704599634,41.59467144335282],[-73.06015104585146,41.59349244313201],[-73.05975804566467,41.592470442946734],[-73.05955304556349,41.59187244283752],[-73.05945904551797,41.59161344279038],[-73.05883804528119,41.59100744269315],[-73.05841304511719,41.590559442620176],[-73.05811504498814,41.59000144252173],[-73.05787104489387,41.58974244247949],[-73.05742504472528,41.589332442414545],[-73.05747304473809,41.589284442403674],[-73.05748804474204,41.5892684424001],[-73.05752104475091,41.589236442392796],[-73.05755304475946,41.58920444238557],[-73.05801104487651,41.58865544226421]]]},"properties":{"name":3603,"geoid":"09005360300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.08940705429794,41.575219438635855],[-73.08960905434485,41.57489643856663],[-73.09015805447224,41.574016438378116],[-73.0923540549823,41.57050443762552],[-73.09246305501642,41.570482437617706],[-73.09385405545211,41.570204437518406],[-73.0947890557416,41.5699594374404],[-73.09759405661028,41.569228437207144],[-73.09853005690016,41.568984437129274],[-73.09864205696186,41.56942243721055],[-73.09874905702075,41.56983943728791],[-73.09895505713989,41.57074243745629],[-73.09905605719828,41.57118443753869],[-73.09915705725284,41.571560437608284],[-73.09940705738762,41.572486437779666],[-73.09945905741638,41.57269143781773],[-73.09955605746981,41.573070437888056],[-73.09977505759036,41.57392443804647],[-73.0998340576228,41.57415343808894],[-73.10007105777423,41.57543943833053],[-73.10025905789807,41.57652443853474],[-73.10041005799742,41.57739343869827],[-73.10046405803094,41.57766943875001],[-73.10048805804743,41.57781943877832],[-73.10055905809507,41.578244438858384],[-73.10071105819414,41.579102439019756],[-73.1007870582436,41.579530439100246],[-73.10079905825143,41.57959843911303],[-73.10083705827559,41.57980243915134],[-73.1008500582838,41.57987143916427],[-73.10089005830925,41.58008643920465],[-73.10091805832731,41.58024143923379],[-73.10092505833225,41.58028743924247],[-73.10092405833193,41.5802874392425],[-73.10096105835345,41.580451439273084],[-73.10105305840862,41.58088843935479],[-73.10140105858147,41.581921439543684],[-73.1023110590237,41.58445344000474],[-73.10241705907207,41.584694440048],[-73.10275405922157,41.58538544017093],[-73.10308705936639,41.58601844028273],[-73.10357905956954,41.58676644041162],[-73.10362105958689,41.58683044042267],[-73.10472006003945,41.58848044070656],[-73.10513006020831,41.589096440812554],[-73.10524106025358,41.58925544083975],[-73.10527206026619,41.58929944084726],[-73.10580006048131,41.59005244097594],[-73.10590306052332,41.59019944100106],[-73.10594906054207,41.590265441012356],[-73.1060870606005,41.59050044105339],[-73.10616106063388,41.59066144108217],[-73.10616306063511,41.59067144108405],[-73.10621006066046,41.59084544111622],[-73.106590060801,41.59114044116098],[-73.10666306082801,41.59119744116964],[-73.1071400610052,41.591581441228485],[-73.10760006117681,41.591964441287665],[-73.10771506121891,41.5920464412998],[-73.10810806136273,41.59232544134104],[-73.1083040614344,41.592463441361375],[-73.10877606160692,41.59279444141009],[-73.10889406165022,41.592880441422906],[-73.10908806172152,41.59302344144428],[-73.10940406183744,41.593252441478334],[-73.10950006187261,41.59332144148856],[-73.10965006192754,41.593428441504386],[-73.110254062154,41.5939504415858],[-73.11065006230436,41.594325441645545],[-73.11102006244491,41.59467644170147],[-73.11135406257097,41.59497944174926],[-73.11135506257133,41.594980441749435],[-73.11233906294471,41.595907441896884],[-73.11241206297238,41.595975441907676],[-73.11266906306983,41.59621644194598],[-73.11303206320774,41.59656144200096],[-73.1133160633157,41.59683244204418],[-73.11342206335863,41.596978442069016],[-73.11352606340365,41.5971724421032],[-73.11359506343713,41.59736344213796],[-73.11363006346056,41.59757144217711],[-73.11364506348272,41.597869442234355],[-73.11366206350674,41.59818844229561],[-73.11368706352536,41.59836944232985],[-73.11369606353229,41.59843844234294],[-73.11371406354537,41.59856344236657],[-73.11373306355625,41.598644442381634],[-73.11374906356541,41.59871244239429],[-73.11359206351433,41.59871144239922],[-73.11338406344672,41.598710442405824],[-73.11312406336157,41.59869844241199],[-73.11296806331048,41.59869144241574],[-73.11273506323421,41.59868144242141],[-73.11273406323387,41.598681442421444],[-73.11224706307314,41.598637442428824],[-73.11204206300503,41.598611442430496],[-73.11181206292866,41.5985824424324],[-73.11164806287415,41.59856144243368],[-73.11149106282208,41.59854244243513],[-73.11115806271098,41.598492442436324],[-73.11099506265666,41.598468442436996],[-73.11081306259621,41.5984454424385],[-73.11026806241516,41.59837644244294],[-73.11008706235503,41.598353442444385],[-73.11000906232947,41.598349442446164],[-73.10988806228983,41.598343442448964],[-73.10977506225295,41.59834044245206],[-73.10969806222786,41.598339442454375],[-73.10945406214921,41.598349442464304],[-73.10872506191424,41.59838144249431],[-73.10848206183601,41.59839344250459],[-73.10819806174503,41.59841544251813],[-73.10797306167211,41.59841844252605],[-73.10781406161948,41.59840144252795],[-73.10778906161126,41.59839944252838],[-73.10759106154451,41.598357442526726],[-73.10746706150206,41.5983204425236],[-73.10728206143781,41.59824844251568],[-73.10657206118613,41.597885442468545],[-73.1064120611298,41.59781044245925],[-73.10614706103797,41.59771144244872],[-73.10602506099626,41.597675442445734],[-73.10595806097356,41.59765944244483],[-73.10578206091395,41.59761744244244],[-73.10541706079215,41.597561442443514],[-73.10529906075296,41.59754644244447],[-73.10458906051721,41.597458442450595],[-73.10247605981571,41.59719744246904],[-73.10246005981034,41.59719444246898],[-73.10226005974393,41.59716944247067],[-73.10191405962944,41.597133442475],[-73.10175005957495,41.59711244247629],[-73.10158705952142,41.597102442479674],[-73.101196059394,41.59709544249109],[-73.10115705938134,41.59709544249236],[-73.10072805924308,41.597114442510055],[-73.10040605914016,41.59714344252619],[-73.09954205886483,41.59723544257222],[-73.09899205868959,41.59729444260162],[-73.09903205871301,41.59747444263519],[-73.09901805871993,41.59767244267402],[-73.09885705867976,41.59788144271976],[-73.09884805867867,41.59791344272625],[-73.09872505866566,41.59837844282036],[-73.09871905867676,41.59860344286417],[-73.09852805862789,41.59883044291439],[-73.0984190586054,41.59905344296114],[-73.09825105857232,41.59942444303852],[-73.09805605852812,41.59975444310882],[-73.09803905852438,41.59978544311539],[-73.09795105850645,41.59996944315391],[-73.09787805850796,41.60040444324057],[-73.09783905852474,41.60091244334028],[-73.09773305850509,41.60116744339314],[-73.09730905842693,41.602195443606156],[-73.09721105840893,41.60243444365565],[-73.09682305833553,41.603342443844234],[-73.09681005833312,41.60337344385067],[-73.09680705836105,41.60387244394745],[-73.09693705841593,41.60409044398543],[-73.0969880584365,41.60415944399715],[-73.09701405844929,41.6042344440108],[-73.09704605846501,41.604326444027606],[-73.09705405848827,41.60468244409629],[-73.09704305848724,41.60472644410518],[-73.09700505848429,41.60488844413781],[-73.0969660585797,41.606752444500174],[-73.09817405895734,41.606497444411325],[-73.09695405857879,41.606804444510644],[-73.09622605835179,41.6069684445662],[-73.09606605830162,41.60699944457742],[-73.09601805828632,41.607004444579964],[-73.0959240582563,41.60701344458477],[-73.09579605821511,41.607020444590304],[-73.09553405812972,41.60701544459789],[-73.09529505805155,41.60700644460395],[-73.09505005797195,41.60700644461196],[-73.09473305786989,41.607022444625414],[-73.09459405782583,41.607041444633616],[-73.09451105779986,41.60705844463964],[-73.09442605777357,41.607081444646866],[-73.09425005771976,41.60713944466384],[-73.09363105753239,41.60737644472997],[-73.0931990574,41.60751344477062],[-73.09269905724504,41.60764244481193],[-73.09245005716733,41.607697444830734],[-73.09238005714528,41.60770944483533],[-73.09232105712653,41.60771644483861],[-73.09227405711188,41.60772744484227],[-73.09224505710426,41.60775844484922],[-73.09142005686982,41.60833744498833],[-73.09133705683564,41.60821344496702],[-73.09109005673383,41.60784144490302],[-73.09100805670002,41.60771744488168],[-73.09080605661528,41.60738744482434],[-73.09069305656789,41.6072034447924],[-73.09017805635472,41.60641244465597],[-73.08996805626772,41.60608844460007],[-73.08989105623563,41.60596644457895],[-73.08966205614001,41.605600444515524],[-73.08958605610832,41.60547944449455],[-73.08953105608545,41.605393444479695],[-73.0893660560171,41.60513844443566],[-73.08931105599429,41.60505344442099],[-73.08919105594492,41.60487444439025],[-73.08878305577558,41.60423944428054],[-73.08872905575312,41.60415444426584],[-73.08856805568621,41.603902444222264],[-73.08851505566413,41.603818444207725],[-73.08848805565286,41.603775444200274],[-73.08840805561945,41.603647444178094],[-73.08838205560856,41.6036054441708],[-73.08830105557519,41.60348344414981],[-73.08805805547503,41.60311744408684],[-73.08797805544197,41.602995444065805],[-73.08788405540425,41.60287144404485],[-73.08760205529107,41.602499443981976],[-73.08750805525341,41.602376443961234],[-73.0874150552163,41.60225744394121],[-73.08725605515284,41.602053443906854],[-73.08713605510523,41.601904443881914],[-73.0870420550679,41.60178744386232],[-73.08690405501275,41.60160944383233],[-73.08685605499294,41.601536443819754],[-73.08669905492826,41.60130044377916],[-73.08642605480527,41.60070844367337],[-73.08640505479573,41.60066144366494],[-73.08630305474875,41.60042244362197],[-73.08626205472935,41.60031744360295],[-73.08614105467178,41.60000244354586],[-73.08610105465277,41.59989844352702],[-73.08606305463522,41.59980844351082],[-73.08594905458271,41.59954144346281],[-73.08591205456553,41.59945244344678],[-73.0858590545409,41.59932444342371],[-73.08570305446798,41.59894044335439],[-73.08565105444374,41.59881344333147],[-73.08545305435258,41.59835044324822],[-73.08525005426375,41.597955443178314],[-73.08407505375772,41.595808442800625],[-73.08405205375017,41.59580744280118],[-73.08404605374713,41.59578844279769],[-73.08400605372874,41.59569544278097],[-73.08347705350096,41.59472944261103],[-73.08330505342592,41.594398442552496],[-73.08320305337669,41.59412044250195],[-73.08317405335424,41.5938954424593],[-73.08316905334213,41.5937144424244],[-73.08317205334085,41.59367544241673],[-73.0831830533377,41.5935594423939],[-73.08318705333681,41.59352144238641],[-73.08325105334724,41.59334244234962],[-73.08330405335606,41.593197442319784],[-73.08350805340147,41.59283744224336],[-73.08360205342252,41.59267344220853],[-73.08379105346422,41.59233344213645],[-73.08379905346614,41.59232144213388],[-73.08387305347992,41.592144442097165],[-73.08391805348441,41.59196944206178],[-73.08394905348598,41.59182244203228],[-73.0839750534737,41.59146444196205],[-73.08397405347182,41.59143744195685],[-73.08399505346455,41.59119444190907],[-73.08403005345352,41.590807441832915],[-73.08410405339906,41.589451441567704],[-73.08411705338841,41.58919444151746],[-73.0841350533756,41.58887244145448],[-73.084203053372,41.58842844136619],[-73.08424305337036,41.58817544131586],[-73.08426005336975,41.58806944129475],[-73.08427805336984,41.587970441274976],[-73.08439705337321,41.58736044115286],[-73.08443705337443,41.587157441112204],[-73.08407405324208,41.58690744107559],[-73.08406005323704,41.5868994410745],[-73.08385605316388,41.586780441058096],[-73.08374705312518,41.5867234410506],[-73.08361305307803,41.58666044104277],[-73.08352705304839,41.586631441039934],[-73.08344205301968,41.58661244103904],[-73.08336505299404,41.58660144103942],[-73.08318105293415,41.586599441045024],[-73.08303905288885,41.58661344105238],[-73.08278905280942,41.586644441066554],[-73.08276105280049,41.586647441068045],[-73.08244505270056,41.58669444108746],[-73.08230905265721,41.58670844109462],[-73.08222705263103,41.58671644109884],[-73.08212205259751,41.58672644110418],[-73.08169305246075,41.58677144112691],[-73.08158705242697,41.586782441132506],[-73.0815660524202,41.58678344113338],[-73.0814810523931,41.58679244113791],[-73.08138205236152,41.58680244114308],[-73.08137605235963,41.58680344114346],[-73.08132405234275,41.58680344114516],[-73.08122705231123,41.58680344114832],[-73.08106505225862,41.5868034411536],[-73.08076605216021,41.586781441159104],[-73.08074505215333,41.586780441159576],[-73.08066505212672,41.58676944116006],[-73.08061405210957,41.58675944115979],[-73.08034705202172,41.586740441164814],[-73.08040205203837,41.58671944115895],[-73.08295605280465,41.585624440863384],[-73.08325405287134,41.58510444075288],[-73.08326405287362,41.58508744074925],[-73.08337505289958,41.58491344071191],[-73.08372905298216,41.58435344059181],[-73.08479105323003,41.58267544023189],[-73.08514605331301,41.582116440111946],[-73.08523805333517,41.581983440083164],[-73.0855140534018,41.58158543999701],[-73.08560705342438,41.581453439968385],[-73.08566305343788,41.58137243995085],[-73.08583405347947,41.58113143989857],[-73.0858540534844,41.58110443989267],[-73.08588705349194,41.58104943988093],[-73.08594005350402,41.58096043986195],[-73.08610005354048,41.58069243980478],[-73.08615405355292,41.580604439785965],[-73.08618405356076,41.58057143977858],[-73.08627805358554,41.580472439756335],[-73.08630905359378,41.58044043974911],[-73.08634605360365,41.580403439740735],[-73.08640805361662,41.58027943971467],[-73.08666905367188,41.57976943960729],[-73.08675605369037,41.57960043957169],[-73.08685505371326,41.57944043953744],[-73.08715405378277,41.57896343943521],[-73.08725405380605,41.578804439401125],[-73.08735805383017,41.57863743936536],[-73.08749205386137,41.5784244393197],[-73.0876710539028,41.57813543925782],[-73.08775405392217,41.578004439229716],[-73.08777305392621,41.57796743922193],[-73.08786005394455,41.57779643918594],[-73.08806605398856,41.57740043910244],[-73.08811805399867,41.57728343907807],[-73.0881540540058,41.57720443906158],[-73.0882080540182,41.57711543904257],[-73.0883010540393,41.57695843900909],[-73.08858105410323,41.576491438909414],[-73.08867505412475,41.5763354388761],[-73.08875405414283,41.57620443884813],[-73.08881705415779,41.576109438827665],[-73.08911405422839,41.5756624387313],[-73.0892610542634,41.57544243868385],[-73.08935405428564,41.57530443865408],[-73.08940705429794,41.575219438635855]]]},"properties":{"name":3604,"geoid":"09005360400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.04788406029246,41.909466504526215],[-73.04808506031418,41.90872250437658],[-73.04815106032115,41.908475504326915],[-73.04895506040833,41.90550550372951],[-73.04922406043774,41.90451550353035],[-73.05009106051807,41.9010795028412],[-73.0521690607114,41.89285650119164],[-73.05268406075659,41.890771500773724],[-73.0535350608316,41.88733250008432],[-73.05537606141405,41.887040499967725],[-73.06090006316187,41.88616849961866],[-73.06112406323277,41.88613349960459],[-73.06274206374468,41.885877499502215],[-73.0631470638731,41.88581849947758],[-73.0636980640479,41.88573949944429],[-73.06435806425603,41.88562349940031],[-73.06476206438349,41.88555349937358],[-73.06565406466534,41.88540649931602],[-73.06833006551112,41.884969499144084],[-73.06922306579338,41.88482349908668],[-73.06955506589844,41.884771499065764],[-73.07055306621433,41.88461649900317],[-73.07088606631979,41.88456549898242],[-73.07113906639928,41.8845164989647],[-73.07139206647885,41.88446849894715],[-73.07140106648167,41.88446649894648],[-73.07189906663821,41.88437049891164],[-73.07215306671812,41.88432249889407],[-73.07237506678827,41.88428649887987],[-73.07304306699965,41.88418149883773],[-73.07326606707026,41.88414749882384],[-73.07339806711174,41.88412149881454],[-73.07379806723758,41.88404649878696],[-73.0739310672794,41.88402149877779],[-73.0740460673157,41.884001498770154],[-73.0740750673249,41.88399749876843],[-73.07439306742572,41.88395049874894],[-73.07450906746247,41.883933498741875],[-73.07463606750278,41.88391549873424],[-73.07490106758695,41.883879498718606],[-73.07501706762373,41.88386249871153],[-73.0751440676641,41.88384549870409],[-73.07683106819889,41.88359749860096],[-73.08189506980443,41.882857498292246],[-73.08288507011835,41.88271349823202],[-73.08358307033964,41.88261149818946],[-73.10360707667841,41.87952749693796],[-73.10390207677193,41.879484496919986],[-73.10479107705385,41.87935649686612],[-73.10508707714776,41.879314496848316],[-73.1061740774931,41.87916849678447],[-73.1094350785293,41.87873449659373],[-73.11052307887509,41.87859049653023],[-73.11226807942792,41.8783304964228],[-73.1175050810873,41.877554496101205],[-73.1192510816405,41.87729549599395],[-73.11944108170077,41.8772684959825],[-73.12001508188307,41.8771904959486],[-73.12020608194372,41.8771644959373],[-73.12126508227824,41.87699049586898],[-73.12444508328292,41.87647049566429],[-73.12475908338216,41.87641949564414],[-73.12550908362078,41.87632549560137],[-73.1258370837248,41.87627849558154],[-73.12682108403709,41.87614149552278],[-73.12715008414156,41.87609649550329],[-73.12869708463359,41.875899495414465],[-73.12906508475064,41.87585249539332],[-73.13481008657786,41.87512149506353],[-73.13541908677159,41.87504449502867],[-73.13672608718734,41.87487949495389],[-73.1367820872051,41.87487149495049],[-73.1369500872584,41.874847494940354],[-73.13700608727615,41.87483949493697],[-73.1382740876788,41.87466749486211],[-73.1420810888879,41.87415449463802],[-73.14335008929092,41.873983494563326],[-73.14471408972358,41.87379049448126],[-73.14881009102288,41.873212494235126],[-73.15017509145588,41.8730204941532],[-73.15077209164568,41.872943494118736],[-73.15256609221609,41.87271349401536],[-73.15316409240629,41.87263749398104],[-73.15312009240554,41.872867494026714],[-73.15307309240428,41.87310549407405],[-73.15296209240195,41.87367849418793],[-73.15287209240056,41.87415149428186],[-73.15275309240536,41.874889494427734],[-73.15272409240755,41.87508649446658],[-73.15271609242023,41.87534549451666],[-73.15275209245301,41.87570249458414],[-73.1527830924828,41.876036494647366],[-73.15282109251324,41.87634249470495],[-73.15284209254274,41.876726494778104],[-73.15283609254716,41.876834494799084],[-73.15282309255959,41.877116494853745],[-73.15274109255571,41.87750349493087],[-73.15264109254501,41.877873495005346],[-73.15236309250656,41.878755495184116],[-73.15228109249578,41.87902549523875],[-73.15201509246154,41.87991249541811],[-73.15176809242122,41.880591495556835],[-73.15165809240908,41.88099249563757],[-73.1515940924057,41.8812884956966],[-73.1515330924116,41.881724495782464],[-73.15154309243461,41.882059495846555],[-73.15161009247987,41.882456495920685],[-73.15163009249068,41.88252949593407],[-73.15184609260712,41.88331049607714],[-73.15189209263286,41.88349349611081],[-73.151913092652,41.88370149615011],[-73.15190709267254,41.884082496223584],[-73.15190609268079,41.8842274962515],[-73.15187109268918,41.884562496317066],[-73.15181909268752,41.884821496368595],[-73.15169709267019,41.885200496445485],[-73.15168809266909,41.88523149645173],[-73.15159609265903,41.88556849651956],[-73.15328009321499,41.88569949648924],[-73.15318709328332,41.88736949681341],[-73.15412109363844,41.88823349694874],[-73.15815409517201,41.891967497533635],[-73.1581850951974,41.892226497582406],[-73.16060709602044,41.89281049761477],[-73.16113209621057,41.89313549765994],[-73.1615600963593,41.89329449767639],[-73.16187209646098,41.89329649766648],[-73.16242809663125,41.89311449761314],[-73.16607609784946,41.89363149759217],[-73.17066509938202,41.894283497566086],[-73.17019509932139,41.89584649788204],[-73.16878809914058,41.90053549882974],[-73.16845609909814,41.90164549905403],[-73.1683200990807,41.902099499145784],[-73.16770409900123,41.90414649955949],[-73.16586009876424,41.91029050080103],[-73.16532809869584,41.91206250115909],[-73.16524509868516,41.91233850121484],[-73.16519609868001,41.91252150125163],[-73.16505309866595,41.91307050136184],[-73.16500609866152,41.91325450139875],[-73.16387409852263,41.917136502181954],[-73.16293609840722,41.92034750282979],[-73.1624050983422,41.92217050319751],[-73.15963809800353,41.931670505113544],[-73.1567300976463,41.94163050712213],[-73.15466009739234,41.948724508552445],[-73.15452709737534,41.94916850864207],[-73.1541320973256,41.9505005089108],[-73.15400109730932,41.95094550900054],[-73.15349509724854,41.95270150935433],[-73.15210409708202,41.95753651032828],[-73.15198309706845,41.95797251041596],[-73.15149509701392,41.95973451077024],[-73.1494540963546,41.95982851085569],[-73.14669309546275,41.95995651097143],[-73.14333309437727,41.96011051111193],[-73.14129309371832,41.9602055111975],[-73.1373950924592,41.96038751136109],[-73.12912908978912,41.960774511708145],[-73.1267750890287,41.960884511806924],[-73.12570208868208,41.96093451185192],[-73.12473808837073,41.96098051189254],[-73.12181508743504,41.96126151204288],[-73.12164608737423,41.96116451202984],[-73.12137108727528,41.961006512008595],[-73.12114508719358,41.96087051198995],[-73.12097908713365,41.96077151197641],[-73.12083008707941,41.960675511962904],[-73.12067308702265,41.96058051194984],[-73.1204290869329,41.96040751192468],[-73.12009808680949,41.96014451188513],[-73.11976008668172,41.95984651183907],[-73.11974708667684,41.959835511837376],[-73.11951108658562,41.959593511798715],[-73.11923608647727,41.95927651174695],[-73.11910408642413,41.959105511718484],[-73.11889308633586,41.958775511662076],[-73.11728208564628,41.955992511181],[-73.11663208536805,41.95486951098686],[-73.11650508531503,41.95467251095322],[-73.11642408528047,41.95453451092941],[-73.11618208517712,41.95412051085792],[-73.11610208514296,41.95398351083424],[-73.11587908504777,41.95360251076845],[-73.11554508490457,41.95302151066793],[-73.11532608481004,41.952629510599884],[-73.11518108474735,41.95236851055456],[-73.11511608471844,41.95223751053155],[-73.11504208468442,41.95207051050192],[-73.11493508463371,41.95180251045402],[-73.11486208459746,41.9515915104159],[-73.11476408454536,41.95125051035367],[-73.11471608451711,41.95103751031436],[-73.11440108430455,41.949178509967815],[-73.11432008424704,41.9486525098695],[-73.11422908418527,41.94810950976825],[-73.11412708411616,41.94750250965505],[-73.11411208410576,41.947409509637694],[-73.11402708405419,41.94700550956292],[-73.11397308402451,41.94680150952554],[-73.11390808399058,41.94658550948622],[-73.11386108396539,41.94641850945568],[-73.11375808391485,41.94613150940398],[-73.11368508387908,41.945928509367405],[-73.11354608381593,41.94562650931399],[-73.11347308378387,41.94548650928952],[-73.11335008373175,41.9452825092544],[-73.11325408369213,41.945141509230496],[-73.11311308363555,41.944961509200574],[-73.11305408361243,41.944895509189855],[-73.11283708352731,41.94465150915014],[-73.11273108348651,41.944545509133285],[-73.11269808347369,41.94451050912765],[-73.11260208343639,41.94440850911123],[-73.11257008342396,41.944374509105735],[-73.11248908339253,41.944289509092116],[-73.11243208337042,41.944229509082454],[-73.11201808320988,41.943795509012766],[-73.11188008315642,41.94365150898965],[-73.1115020830118,41.94328850893241],[-73.11143508298639,41.94322750892289],[-73.11053408264439,41.94240750879512],[-73.1100630824666,41.941995508731516],[-73.10983508238049,41.94179550870063],[-73.10960708229375,41.94158450866761],[-73.1094790822459,41.94148050865186],[-73.10903708207869,41.94108750859095],[-73.10872408196147,41.940829508551715],[-73.10841708184839,41.94060850851938],[-73.10823008178062,41.94049250850327],[-73.10807208172336,41.94039450848966],[-73.10778008161842,41.94022850846738],[-73.10733808146142,41.9400085084397],[-73.10702408135164,41.93988150842566],[-73.1068270812823,41.93979450841544],[-73.10633908111393,41.939635508400976],[-73.10574908091246,41.939478508390266],[-73.10534408077561,41.93939550838766],[-73.10495308064465,41.93933450838882],[-73.1044680804838,41.93928650839558],[-73.10396208031719,41.939256508406494],[-73.10362508020718,41.93925250841681],[-73.10317908006242,41.93926150843324],[-73.10303608001605,41.939265508438716],[-73.101421079494,41.939334508505155],[-73.10113007936926,41.93882750841737],[-73.10109007935216,41.93875850840544],[-73.10100207930611,41.938464508351856],[-73.10098707928604,41.93820750830299],[-73.10092807926227,41.93813050829015],[-73.10051607911778,41.93795650827031],[-73.10026607901933,41.937668508223226],[-73.10012607896957,41.937598508214386],[-73.1001010789612,41.937594508214424],[-73.09959007879024,41.93751850821667],[-73.09953807877082,41.9374765082103],[-73.09913407864069,41.93750150822841],[-73.09897307858753,41.93748950823142],[-73.09888707855714,41.93744950822657],[-73.09870007849116,41.937363508216194],[-73.09821507831036,41.93697750815804],[-73.09780307814407,41.9364345080673],[-73.09756007804097,41.93602950799752],[-73.09747207800162,41.93584850796565],[-73.09743507798129,41.935708507939985],[-73.0973390779358,41.93546750789685],[-73.09735407793757,41.93541450788617],[-73.09731007792233,41.93539950788474],[-73.0973020779143,41.93530750786732],[-73.09729507790735,41.935228507852386],[-73.09733907791453,41.9351075078277],[-73.09739107792302,41.934964507798504],[-73.09741207792699,41.934915507788396],[-73.09742707792998,41.934883507781755],[-73.09752307795924,41.93484950777208],[-73.097534077961,41.93481850776576],[-73.09756907796708,41.93472850774731],[-73.09758107796927,41.934699507741364],[-73.09758807797039,41.93467950773728],[-73.09761007797418,41.934622507725614],[-73.09761807797567,41.9346035077217],[-73.09765007796618,41.934266507655906],[-73.0973550778306,41.93359750753711],[-73.0971820777623,41.93339550750401],[-73.09698807768582,41.933170507467175],[-73.0957400772371,41.932456507371114],[-73.09490907695766,41.93230850737003],[-73.09416407670712,41.932175507368996],[-73.09349507648798,41.932155507387186],[-73.09271307623187,41.932132507408504],[-73.09217007604903,41.932031507406975],[-73.09186607594883,41.93201150741313],[-73.09179507592545,41.9320075074147],[-73.09168407588812,41.931987507414526],[-73.09150107582757,41.93197150741747],[-73.09137007578147,41.93191350741063],[-73.09100307565228,41.93175050739139],[-73.09095007563366,41.93172750738873],[-73.09081007558285,41.93163950737644],[-73.09073507555665,41.931609507373125],[-73.0905970755085,41.93155550736729],[-73.08940607510364,41.93126950735155],[-73.08920007504007,41.93132950736985],[-73.08859007484342,41.93136450739666],[-73.08855907483326,41.93136350739748],[-73.0883770747738,41.93136050740291],[-73.08828807474367,41.93134150740218],[-73.08804207465676,41.931226507388175],[-73.0877960745699,41.93111250737437],[-73.08763407451109,41.93101050736011],[-73.0869280742634,41.930710507325706],[-73.08653207413131,41.93065850732875],[-73.08629607405479,41.930664507337674],[-73.08581107390238,41.93075950737187],[-73.08473107357075,41.931101507473095],[-73.08429707343267,41.93115750749815],[-73.08390707330655,41.93117350751405],[-73.08377507326237,41.93115350751455],[-73.08327507310061,41.93117250753463],[-73.08303307301988,41.93114050753645],[-73.08235007279755,41.93114350755951],[-73.08209007271054,41.93110450756056],[-73.08137907247279,41.931000507563965],[-73.08097507233492,41.930894507556914],[-73.08063607221752,41.93077650754539],[-73.08042307214423,41.930710507539715],[-73.07996907198252,41.93047650750968],[-73.07988007195081,41.93043050750378],[-73.07969207188249,41.9303105074869],[-73.07941607178219,41.930134507462185],[-73.07919607170025,41.92996050743599],[-73.0788890715892,41.929773507410154],[-73.07877707154871,41.92970550740077],[-73.07862907149342,41.92958550738257],[-73.07803407126259,41.92895850728169],[-73.07779907116117,41.92853650720834],[-73.0776960711105,41.92824650715601],[-73.0776520710924,41.928182507145166],[-73.07751907102053,41.92769850705654],[-73.07742307097799,41.927507507023],[-73.07739407095764,41.9273225069884],[-73.07727607091087,41.927181506965205],[-73.07717807086408,41.926929506920004],[-73.07714407084781,41.9268415069042],[-73.0770340708015,41.92666350687362],[-73.07692407074855,41.92637350682152],[-73.07688107071846,41.92610050677049],[-73.07682007067581,41.92571450669832],[-73.07673207061382,41.92514950659265],[-73.07671007059659,41.92497850656052],[-73.07673207060003,41.924915506547684],[-73.07673907058987,41.92470450650692],[-73.0767030705696,41.92455950648023],[-73.07661007051695,41.92418050641047],[-73.07660007051128,41.92413950640293],[-73.07656307047476,41.92372450632439],[-73.07643807041582,41.92341550626913],[-73.0762980703579,41.92320650623357],[-73.07591207021682,41.922946506196304],[-73.07587907020479,41.92292450619316],[-73.07573907015427,41.92284150618182],[-73.07468006975512,41.92192250604003],[-73.07427706959848,41.92149250597067],[-73.07389506945218,41.92112150591191],[-73.07355706933005,41.920917505883814],[-73.07326306922815,41.92081350587352],[-73.07310006917388,41.92079350587501],[-73.07292406911476,41.92076350587505],[-73.07237206893434,41.92075350589128],[-73.07217706887184,41.92077050590094],[-73.07168906871544,41.92081450592544],[-73.07105006850695,41.9208085059453],[-73.07077806841778,41.920799505952516],[-73.07067206838373,41.92080750595753],[-73.07011606820515,41.92085050598407],[-73.07002106817467,41.92085850598873],[-73.069521068015,41.92091350601573],[-73.06914606789645,41.920974506039784],[-73.06847106767856,41.9210085060685],[-73.06845506767341,41.921009506069204],[-73.06790206749669,41.921067506098545],[-73.06768406742697,41.92108950610994],[-73.06719206726675,41.9210905061263],[-73.06670706710663,41.92105450613532],[-73.06649606703643,41.921029506137444],[-73.066089066901,41.920981506141594],[-73.06578806679653,41.92087250613053],[-73.06514106658008,41.92077650613336],[-73.06470806643166,41.92065150612356],[-73.06415706623943,41.92043550610015],[-73.0638690661395,41.92033150608964],[-73.06348006600759,41.920243506085505],[-73.0631130658866,41.92021950609296],[-73.06278906578342,41.92025950611127],[-73.06240806566696,41.92038950614879],[-73.06223806561505,41.92044850616571],[-73.06208406556871,41.920513506183276],[-73.06166506543627,41.920582506210295],[-73.06118606527893,41.92056050622181],[-73.06103006522646,41.920532506221555],[-73.06059106507865,41.9204515062204],[-73.06026506496617,41.92034450621054],[-73.06023206495477,41.920333506209516],[-73.0600410648836,41.92018150618659],[-73.05974006476745,41.919874506137475],[-73.05938006462515,41.919449506067615],[-73.05927706458063,41.919263506035264],[-73.05912906452033,41.91905850600071],[-73.05895406445333,41.91888850597379],[-73.05856606432397,41.918838505976936],[-73.05854906431833,41.9188365059771],[-73.05803406415349,41.91888650600364],[-73.05789506410991,41.91891550601376],[-73.05779106407844,41.91895650602507],[-73.05778406408123,41.91904250604182],[-73.057767064089,41.91926850608582],[-73.05777206409263,41.91930250609219],[-73.05778606410232,41.919389506108445],[-73.05769306406779,41.91931750609766],[-73.05768706406546,41.91931150609671],[-73.0576760640613,41.91930150609514],[-73.05741806396229,41.91904750605482],[-73.05732906392812,41.918959506040814],[-73.05719206387084,41.918744506003996],[-73.05717906386505,41.91871850599942],[-73.05697806377543,41.918308505927236],[-73.05627006345959,41.916861505672365],[-73.05616106341247,41.916664505638074],[-73.05583506327164,41.91607650553577],[-73.05572706322494,41.915880505501654],[-73.05564906319191,41.91575150547941],[-73.05562906318347,41.91571850547371],[-73.05551406313576,41.91554450544405],[-73.05540406309092,41.91539150541827],[-73.05539506308739,41.91538150541665],[-73.05529406304802,41.91527150539881],[-73.05519606301097,41.915184505385305],[-73.05490506290087,41.91492450534489],[-73.05480806286421,41.91483850533155],[-73.0544590627332,41.914544505286486],[-73.05353006238694,41.91380350517456],[-73.05344206235397,41.91373050516343],[-73.05107106146524,41.91175350486124],[-73.05081406136891,41.91153950482854],[-73.0493800608327,41.91036550464993],[-73.04923206077736,41.91024450463153],[-73.04876906060595,41.90989450457945],[-73.04840006047269,41.90967250454888],[-73.04788406029246,41.909466504526215]]]},"properties":{"name":3202,"geoid":"09005320200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.24224810030326,41.51296042155921],[-73.24219310028775,41.513000421568755],[-73.2420801002581,41.51312142159595],[-73.24201210024097,41.51320642161466],[-73.24198710023525,41.513247421623454],[-73.24187110021056,41.51347042167054],[-73.24183910020525,41.51355742168846],[-73.24180310019942,41.513658421709245],[-73.24176910019565,41.51378342173463],[-73.24176010019494,41.51382142174231],[-73.24168710018421,41.51404442178796],[-73.2416381001754,41.51416642181326],[-73.2415121001506,41.51444342187113],[-73.24141510013166,41.514659421916235],[-73.24135510011992,41.51479242194401],[-73.24121110008906,41.515065422001705],[-73.24113910007632,41.51524842203959],[-73.24110110006981,41.515348422060235],[-73.24103810006307,41.5155844221081],[-73.24095910007095,41.51616142222266],[-73.2408961000637,41.51638842226878],[-73.24081010005044,41.516640422320506],[-73.24066910002344,41.516963422387796],[-73.24059010000629,41.51710942241872],[-73.24037609996014,41.517510422503555],[-73.24029409994394,41.51768942254099],[-73.23997109987967,41.51838742268702],[-73.23985009985256,41.518596422731555],[-73.23980509984469,41.51871242275555],[-73.23980309984412,41.51871342275579],[-73.23957509979358,41.51911742284166],[-73.23950609977638,41.51920642286118],[-73.23947909976994,41.51924642286984],[-73.23922609970225,41.51949442292625],[-73.23911609967527,41.51964442295899],[-73.23904709966115,41.519786422988794],[-73.23899409965748,41.52001942303574],[-73.23897609966812,41.52030342309144],[-73.2389250996707,41.52063242315695],[-73.23887609966553,41.520817423194444],[-73.23887309966497,41.520824423195904],[-73.23880809965127,41.52095142322267],[-73.23869909962374,41.52108642325244],[-73.23862209960286,41.521157423268754],[-73.23820209948404,41.521457423340735],[-73.23812509946248,41.52151642335472],[-73.23778709936813,41.52178042341703],[-73.23770609934621,41.52185542343423],[-73.23737009925358,41.52213742349996],[-73.23729109923127,41.52219442351362],[-73.23723709921548,41.522224423521216],[-73.23705109916122,41.52232942354768],[-73.23672209906408,41.522494423590494],[-73.23624909892223,41.522694423644815],[-73.23543709868105,41.52307842374595],[-73.23539409866832,41.52309942375145],[-73.23520109861121,41.52319442377619],[-73.23512009858732,41.52323542378682],[-73.23498409854668,41.523295423802914],[-73.23490309852207,41.52332442381122],[-73.23471509846358,41.52336742382572],[-73.23454509840953,41.52338642383498],[-73.23445909838168,41.523387423837995],[-73.23436609835107,41.52338042383968],[-73.23427509832075,41.52336642383994],[-73.23407709825331,41.523311423835764],[-73.23398109822007,41.52327542383194],[-73.23351809805769,41.523066423806576],[-73.23343109802815,41.523043423804964],[-73.23337409800914,41.523034423805086],[-73.2332490979684,41.5230314238086],[-73.23311509792596,41.52304942381649],[-73.23301709789548,41.52307242382416],[-73.23277209782071,41.523153423847916],[-73.23218009764308,41.52340242391565],[-73.2319210975669,41.52353742395034],[-73.23178809752908,41.52362942397256],[-73.23175809752074,41.52365342397818],[-73.23170709750657,41.52369442398781],[-73.23151509745443,41.523869424028064],[-73.2307320972395,41.52454342418451],[-73.23046709716786,41.52479042424113],[-73.23031909712908,41.52494942427684],[-73.2302540971125,41.52502742429409],[-73.23014709708546,41.52515942432321],[-73.2300440970601,41.52529842435356],[-73.2294960969287,41.52609742452655],[-73.22912909684237,41.526661424648],[-73.22912409684116,41.52666842464953],[-73.22904509682215,41.52678242467424],[-73.2288830967834,41.52702042472572],[-73.22880709676454,41.52712042474762],[-73.22872409674407,41.52723142477188],[-73.2285320966983,41.527516424833465],[-73.22837909666195,41.52774542488291],[-73.22794809655805,41.52836442501712],[-73.22775309651122,41.528647425078425],[-73.22699809632942,41.52973542531425],[-73.22689909630566,41.52987942534544],[-73.2262860961587,41.530774425539164],[-73.22560909599794,41.53178842575807],[-73.22496409584713,41.53279542597456],[-73.22445709572797,41.53357642614269],[-73.22441909571883,41.53363142615461],[-73.22387709559004,41.53444242632968],[-73.22374909556078,41.534653426374824],[-73.22369709555419,41.53483042641086],[-73.22368009555393,41.53492142642907],[-73.22366609556363,41.53516642647705],[-73.22366209556895,41.5352804264993],[-73.22364809559184,41.53575242659131],[-73.22362209561854,41.536357426709515],[-73.22360709563459,41.53671742677983],[-73.22360609563594,41.536746426785484],[-73.22360109565268,41.537062426846944],[-73.2235920956902,41.537758426982236],[-73.22357709570518,41.53810042704906],[-73.22356709571541,41.53833242709438],[-73.22355009571646,41.53844542711686],[-73.22351509571239,41.53857042714224],[-73.22342709569662,41.538790427187806],[-73.22286809558527,41.539996427440045],[-73.22283209558206,41.54014242746953],[-73.22280209558343,41.54033342750757],[-73.22279409558838,41.540463427533055],[-73.2228030956009,41.540628427564734],[-73.22282609562085,41.540843427605694],[-73.22281409563514,41.5411564276668],[-73.22279309564134,41.541380427710926],[-73.22314009575506,41.54139942770322],[-73.22347209586474,41.541432427698744],[-73.22397309603028,41.541483427692185],[-73.22437609616286,41.54151442768499],[-73.225266096455,41.54157142766685],[-73.22727609711751,41.54174742763506],[-73.22747409718295,41.541767427632436],[-73.22744809718019,41.5418654276523],[-73.22740209717755,41.542076427694724],[-73.22737209717425,41.54218742771723],[-73.22733309716804,41.542298427740036],[-73.22730609716218,41.54234842775061],[-73.22728209715712,41.54239542776052],[-73.22693709707406,41.54289242786823],[-73.22666409701046,41.54332242796056],[-73.22646809696225,41.54358742801838],[-73.22629409691815,41.543800428065396],[-73.22626009690929,41.54383742807368],[-73.2260730968608,41.54404742812056],[-73.22587609680795,41.54423842816406],[-73.22583909679798,41.544273428172055],[-73.225802096788,41.54430842818006],[-73.22570809676274,41.5443984282006],[-73.22531709665793,41.5447784282871],[-73.22518709662313,41.544905428316],[-73.22487209654362,41.54529642840216],[-73.22485009653816,41.5453254284085],[-73.22447809644773,41.545846428521735],[-73.22391309631062,41.546642428694625],[-73.22376609627496,41.5468494287396],[-73.22359909623418,41.547080428789876],[-73.22348909620906,41.547262428828766],[-73.22345709620217,41.547322428841454],[-73.22336409618255,41.54750442887979],[-73.22333309617603,41.54756542889265],[-73.2232660961615,41.547689428918886],[-73.22323309615521,41.547765428934696],[-73.22319609614831,41.54785342895297],[-73.22315809614123,41.54794342897168],[-73.22304709612862,41.54834642905347],[-73.22296109612589,41.54877942914025],[-73.22289909612401,41.549093429203154],[-73.22286709612276,41.54925042923467],[-73.2228440961222,41.54936942925849],[-73.22280209612583,41.549666429317455],[-73.22278509612363,41.549723429329056],[-73.22276009612075,41.54981342934733],[-73.22271709610975,41.549864429358635],[-73.22263309608545,41.549915429371275],[-73.22257809606924,41.54994342937851],[-73.22253209605577,41.54996842938486],[-73.22238809601187,41.550017429399084],[-73.2222790959775,41.55003442940597],[-73.22217009594205,41.550033429409346],[-73.22211609592402,41.55002442940937],[-73.22202709589438,41.55001142940978],[-73.2219600958717,41.549995429408874],[-73.22181909582396,41.54996142940689],[-73.22155109573204,41.549876429399205],[-73.22133109565546,41.54978742938918],[-73.22119509560906,41.549748429386064],[-73.22100709554617,41.549716429386024],[-73.22082809548762,41.54970842939035],[-73.22073909545897,41.54971242939405],[-73.22052909539272,41.549745429407324],[-73.22030909532477,41.54980442942599],[-73.21955909509731,41.55007942950391],[-73.21944309506155,41.55011142951392],[-73.21922909499499,41.55016142953063],[-73.2190080949222,41.55014342953439],[-73.2190000949188,41.55012942953195],[-73.21865909480678,41.55010642953867],[-73.21846409473955,41.550038429531874],[-73.2179750945702,41.54985542951244],[-73.21739409436844,41.54962842948746],[-73.21715909428583,41.54951942947404],[-73.21687609418521,41.54936842945404],[-73.2165820940795,41.54919142942936],[-73.2164390940275,41.549095429415445],[-73.21637209400316,41.549050429408915],[-73.21622109395774,41.54911242942589],[-73.21616509394445,41.54919642944402],[-73.21617109395197,41.54929242946242],[-73.21605109391918,41.549398429486914],[-73.2158420938668,41.54966442954536],[-73.21564009380758,41.54977342957313],[-73.21535209372213,41.54991142960932],[-73.21520309368132,41.550041429639414],[-73.21509509365423,41.55017842966953],[-73.21506609365075,41.55028042969024],[-73.2150500936491,41.5503414297026],[-73.21506709366687,41.55055242974294],[-73.21516809371042,41.55073742977551],[-73.21522909373597,41.5508364297927],[-73.21532209377946,41.55106542983406],[-73.21529309380324,41.55163642994574],[-73.21523809380172,41.55191743000203],[-73.2152450938162,41.55212743004249],[-73.21520709381706,41.55235443008776],[-73.21513609380243,41.5524994301182],[-73.21502709377647,41.5526614301532],[-73.21456709364769,41.553014430236715],[-73.21435809359345,41.55324843028894],[-73.2143130935865,41.55338043031602],[-73.2142760935859,41.55357643035523],[-73.2142400935816,41.553703430381034],[-73.21421609357503,41.55372443038589],[-73.2142240935796,41.553758430392215],[-73.21421409357816,41.55378943039855],[-73.2142200935818,41.55381843040398],[-73.21418909357283,41.5538374304087],[-73.21415909356524,41.553874430416855],[-73.21404009353064,41.553943430434124],[-73.21392509349772,41.554019430452634],[-73.21376509345276,41.55413943048114],[-73.21350409337492,41.554257430512585],[-73.21320009327938,41.554311430533026],[-73.21309509324732,41.55434643054326],[-73.2130020932232,41.554450430566476],[-73.21296809321558,41.554509430579024],[-73.21287409319467,41.55467443061409],[-73.21275409316816,41.55488843065952],[-73.21257809313376,41.55527943074111],[-73.21234309307712,41.55561743081432],[-73.21229509307264,41.55580843085296],[-73.21230509308224,41.55591743087375],[-73.21235909310522,41.55601143089021],[-73.21245609313955,41.55606043089653],[-73.21249909315571,41.55609843090247],[-73.21254509317106,41.556105430902335],[-73.21258009318346,41.556123430904655],[-73.21260709319304,41.556137430906496],[-73.21268909322333,41.55620043091602],[-73.21273309325794,41.556550430982426],[-73.21266009324269,41.556695431012926],[-73.2126470932517,41.55692343105757],[-73.2125860932412,41.5570834310906],[-73.21238309321119,41.55770043121685],[-73.21226609318576,41.557916431262576],[-73.21221809317309,41.55796643127385],[-73.21213409314949,41.55802943128881],[-73.21201609311728,41.55813443131304],[-73.21196309310358,41.558194431326406],[-73.21184109307194,41.55833143135697],[-73.21162909301073,41.55846243138932],[-73.21146009296262,41.55857843141734],[-73.21132509292246,41.55864143143399],[-73.211096092862,41.55887943148765],[-73.21088909280101,41.55898643151516],[-73.21065509273086,41.55908643154224],[-73.21047609267887,41.55919143156846],[-73.21040309265645,41.5592134315751],[-73.21027109261506,41.5592384315843],[-73.21010309255931,41.55921743158573],[-73.20985409247226,41.55911043157315],[-73.20976609243996,41.55904643156364],[-73.20966409240413,41.55899943155787],[-73.20958409237049,41.558867431534885],[-73.20934309227452,41.55856243148368],[-73.20905009216577,41.55832743144772],[-73.20861809200683,41.558005431399465],[-73.20840709193055,41.55787143138039],[-73.20807809181564,41.55773143136404],[-73.20774909170594,41.55768143136514],[-73.20750009162226,41.55763243136379],[-73.20715709150093,41.557460431341696],[-73.20700909144882,41.55739043133298],[-73.2069010914108,41.55733943132664],[-73.2067990913721,41.55724343131137],[-73.20664509131882,41.55718643130538],[-73.20632409121359,41.5571684313124],[-73.2060310911169,41.55714143131678],[-73.20590709107415,41.557098431312504],[-73.20577809102274,41.55693443128495],[-73.20576809101874,41.556921431282746],[-73.20552009093225,41.556818431270905],[-73.20533009086935,41.55679743127307],[-73.20523509084103,41.55684043128452],[-73.20509609079997,41.55691043130265],[-73.20500109076647,41.556864431296844],[-73.20483309069503,41.55657343124592],[-73.20468709063962,41.55643543122395],[-73.20447509056778,41.55638343122083],[-73.20432809052018,41.55638543122603],[-73.20425209049768,41.556422431235696],[-73.20416709047245,41.55646343124645],[-73.20406509044034,41.556480431253064],[-73.20389009037628,41.55635543123458],[-73.20379509034485,41.556345431235755],[-73.20369209030868,41.556298431230026],[-73.20359109027554,41.55629243123217],[-73.20344809023175,41.55633743124558],[-73.20335609020351,41.55636543125402],[-73.20303509009723,41.556329431257566],[-73.20291809005988,41.55634043126353],[-73.2024580899104,41.55633743127803],[-73.2022020898211,41.556230431265675],[-73.20206108977061,41.556149431254596],[-73.20188708970832,41.55604943124091],[-73.20160908961105,41.55592843122656],[-73.2011860894616,41.5557194311999],[-73.20097308938334,41.55556243117645],[-73.20083608933795,41.55554643117783],[-73.20095508937065,41.555444431154164],[-73.2013150894699,41.5551414310836],[-73.20137608948681,41.5550914310719],[-73.20143808950414,41.55504343106057],[-73.20155208953568,41.554949431038615],[-73.20189708963122,41.55466643097243],[-73.20201308966347,41.55457343095059],[-73.20209008968477,41.55450943093565],[-73.20232108974852,41.554316430890665],[-73.20239908977018,41.5542534308759],[-73.20241508977601,41.554264430877495],[-73.20242808978075,41.55427343087883],[-73.20245208978773,41.554259430875334],[-73.20243808978243,41.554246430873256],[-73.20242408977708,41.554232430871004],[-73.20245908978674,41.55420343086425],[-73.20275408986868,41.55396543080841],[-73.20284308989262,41.55388043078903],[-73.2029270899142,41.55378243076727],[-73.20301608993621,41.55366443074148],[-73.2033600900215,41.55321043064217],[-73.20360909008126,41.552847430563624],[-73.20371209010645,41.552705430532704],[-73.20449909030233,41.55168043030816],[-73.20495909041591,41.55106543017384],[-73.20505809043945,41.55091743014188],[-73.20514709045939,41.550763430109114],[-73.20518609046735,41.55068243009214],[-73.20520509046811,41.550589430073465],[-73.20519109046329,41.550584430072945],[-73.20433409016287,41.55020143002678],[-73.20408409007527,41.550090430013455],[-73.2039790900384,41.55004243000758],[-73.20359508990518,41.549894429991475],[-73.20330708980717,41.54981642998579],[-73.20176908929008,41.54950842997648],[-73.20162008923886,41.54945942997185],[-73.20150708920487,41.54950542998446],[-73.20094308903718,41.549770430054345],[-73.20075208898135,41.549876430081156],[-73.20071708897139,41.549900430086964],[-73.20058808893491,41.54999343010923],[-73.20043408889312,41.55013443014161],[-73.1996030886781,41.55107643035152],[-73.1993980886231,41.551275430396814],[-73.19922908857609,41.55141043042853],[-73.19914408855158,41.551463430441615],[-73.19896108849758,41.55155643046562],[-73.19874508843276,41.55164743049036],[-73.19861908839441,41.55169143050302],[-73.19840908832975,41.55175143052151],[-73.19815708825224,41.55182543054413],[-73.19752808805625,41.55196643059208],[-73.19743308802687,41.551991430600054],[-73.1973280879885,41.55191743058914],[-73.19722608795296,41.55187543058433],[-73.19703508788886,41.55183943058362],[-73.19622508762077,41.55175043059288],[-73.19621508761739,41.55174843059283],[-73.19553308739106,41.551662430598505],[-73.19543508735806,41.55164243059786],[-73.19472008711983,41.55153643060071],[-73.19461908708571,41.55151343059957],[-73.19439508700849,41.55143543059178],[-73.19415708692483,41.551325430578245],[-73.19365708674685,41.55105543054226],[-73.19293808648915,41.550636430484566],[-73.19270208640657,41.550533430472335],[-73.19222508623972,41.550326430447804],[-73.19168508605114,41.5500974304211],[-73.19154808600314,41.55003643041376],[-73.1910120858154,41.54979943038536],[-73.19077408573203,41.549694430372796],[-73.19006208548282,41.54938243033562],[-73.18982508539986,41.549278430323206],[-73.18969408535507,41.54923943031993],[-73.18937008524207,41.549104430304354],[-73.18901208511588,41.54893243028273],[-73.18884408505664,41.54885143027253],[-73.18853908495021,41.54872343025769],[-73.18842808491209,41.54868743025435],[-73.18819708483363,41.54862743025027],[-73.18786408472248,41.54857443025091],[-73.18772308467518,41.54854843025048],[-73.18733108454482,41.54849443025283],[-73.18670208433642,41.54842143025929],[-73.18643308424748,41.54839343026267],[-73.18643208424714,41.54839343026269],[-73.18619408416943,41.54838543026894],[-73.185937084086,41.54838543027736],[-73.18566908400047,41.54841043029098],[-73.18555208396334,41.548425430297726],[-73.18548108394143,41.548444430303725],[-73.18526808387571,41.54850343032215],[-73.18519808385413,41.548523430328316],[-73.18477308372319,41.5486444303657],[-73.18465508368739,41.5486874303779],[-73.18463708368196,41.54869443037985],[-73.18421008355564,41.548906430434954],[-73.18367308339928,41.54921543051245],[-73.1835260833551,41.549276430529105],[-73.18345308333268,41.549298430535764],[-73.18328508327949,41.549321430545724],[-73.18318508324714,41.54932343054939],[-73.18310508322077,41.549316430550654],[-73.18281408312502,41.5492944305559],[-73.18261208305783,41.549266430557104],[-73.18254308303446,41.54924943055605],[-73.18248508301447,41.549229430554064],[-73.18237908297797,41.54919343055056],[-73.18231608295608,41.54916843054777],[-73.18226008293662,41.54914643054534],[-73.182030082858,41.549078430539694],[-73.18161208271599,41.54896943053223],[-73.18132208261844,41.5489104305303],[-73.18103708252372,41.548872430532256],[-73.18045108232822,41.54878143053379],[-73.18033308228905,41.54876643053474],[-73.17972608208888,41.54871243054416],[-73.17959908204661,41.54869443054481],[-73.17948208200735,41.54867243054438],[-73.17925208192945,41.548616430541045],[-73.17895408182761,41.548528430533736],[-73.17835308162398,41.548381430524906],[-73.17823508158493,41.54836843052623],[-73.17805508152634,41.54836543053155],[-73.17792008148245,41.54836443053579],[-73.17772308142007,41.548391430547476],[-73.17738608131451,41.5484574305713],[-73.17673908111128,41.548574430615176],[-73.17654808105084,41.54860143062665],[-73.17643708101532,41.54861043063203],[-73.17634208098454,41.54861143063534],[-73.17628508096585,41.54860843063662],[-73.1759500808562,41.54859243064448],[-73.17574908079008,41.548577430648166],[-73.17541708068032,41.54854343065244],[-73.1750610805639,41.54852843066117],[-73.17496208053177,41.54852843066442],[-73.17484908049555,41.548536430669664],[-73.17473808046044,41.548552430676395],[-73.17455808040474,41.54859943069141],[-73.17447108037825,41.54862943070007],[-73.17416808028737,41.548758430735006],[-73.1739670802281,41.54886143076156],[-73.17382608018691,41.54894043078149],[-73.17361608012727,41.54908743081689],[-73.17341608007192,41.54925243085543],[-73.1733000800404,41.549358430879785],[-73.17314808000012,41.54951443091501],[-73.17299407996252,41.54972843096156],[-73.17295907995349,41.54976843097045],[-73.17282207991626,41.54989343099919],[-73.17274807989526,41.54994543101169],[-73.172668079872,41.549992431023426],[-73.17253907983361,41.55005243103929],[-73.17241307979539,41.55009843105232],[-73.17232707976892,41.550123431059994],[-73.17223907974139,41.55014143106636],[-73.17213007970676,41.55015443107245],[-73.17202007967141,41.55016043107721],[-73.17191907963856,41.55015943108033],[-73.17171707957195,41.55014143108345],[-73.17126907942304,41.550081431086475],[-73.17093207931043,41.55002643108684],[-73.17053107917604,41.549953431085804],[-73.17024407907893,41.549885431082004],[-73.17010407903105,41.54984343107844],[-73.16952707883021,41.549610431052145],[-73.16945807880579,41.5495754310476],[-73.1693730787763,41.54954243104399],[-73.16907307867132,41.549411431028396],[-73.16893207862218,41.54935343102177],[-73.16861507851172,41.54922343100692],[-73.1679930782963,41.54899043098208],[-73.16791307826878,41.54896343097946],[-73.16785907825003,41.54894243097715],[-73.16766207818276,41.54888543097254],[-73.16746607811704,41.548849430971984],[-73.16731507806774,41.548844430975954],[-73.1671240780065,41.548857430984725],[-73.16698607796368,41.54889143099582],[-73.16677707790157,41.54899043102187],[-73.16664807786479,41.54907843104317],[-73.16649007782203,41.54922543107684],[-73.16646407781417,41.54923543107964],[-73.16642907780297,41.54923843108136],[-73.1663140777645,41.54921843108124],[-73.16626807774827,41.549196431078485],[-73.16616707771155,41.5491284310686],[-73.16611907769341,41.549084431061644],[-73.16587507760123,41.54886043102618],[-73.16564807751308,41.54861143098532],[-73.16556307747808,41.54848343096325],[-73.16546607744003,41.54837043094451],[-73.1653200773848,41.54823543092312],[-73.16517507733205,41.548137430908845],[-73.16504607728682,41.54807943090182],[-73.16496507725903,41.54805343089943],[-73.16470807717256,41.548001430897756],[-73.16455407712121,41.54797743089813],[-73.16424007701724,41.54794243090162],[-73.16377107686267,41.547902430909204],[-73.1636490768222,41.547887430910286],[-73.16354207678526,41.54784943090641],[-73.16343207674666,41.54779943090033],[-73.16332307670754,41.54773543089145],[-73.162786076506,41.54726543081787],[-73.16262507644694,41.54714843080045],[-73.16252407641083,41.54709143079269],[-73.16210107615676,41.54507643041569],[-73.16120307561735,41.540798429615194],[-73.16083207539467,41.539033429284935],[-73.16070507531816,41.53842442917094],[-73.1604530751669,41.53722542894657],[-73.16040007513789,41.53702142890871],[-73.16031507509321,41.53672642885426],[-73.16023207504918,41.536431428799744],[-73.16016807501538,41.53620642875818],[-73.16010407498149,41.53598042871642],[-73.16011907498232,41.53591042870235],[-73.16002907492965,41.53550542862672],[-73.15992707486954,41.53503942853963],[-73.15979707479265,41.534440428427665],[-73.15970807474108,41.53404842835453],[-73.15961607468776,41.53364342827893],[-73.15952507463487,41.53324042820373],[-73.15951007462647,41.533179428192376],[-73.15931607451833,41.53239942804738],[-73.15955107459455,41.53239842803951],[-73.15954707459308,41.53239542803904],[-73.15943607455179,41.53230442802501],[-73.15925807448312,41.53211642799435],[-73.1580050737207,41.52597242684305],[-73.15800007371696,41.525935426836035],[-73.15797307369795,41.52575842680256],[-73.1578920736411,41.52523042670274],[-73.15787707363033,41.52512842668345],[-73.15786107362092,41.5250554266698],[-73.15785407361712,41.52502942666497],[-73.15777007356729,41.52463942659204],[-73.15631007275114,41.518724425491705],[-73.15624407272499,41.51864242547794],[-73.15621407271114,41.51857142546514],[-73.1561710726913,41.51846942544673],[-73.1560620726459,41.51829642541672],[-73.15605507263946,41.51822442540297],[-73.1560400726299,41.51814342538775],[-73.15605007262891,41.51807042537325],[-73.15607707262733,41.51789142533762],[-73.15597207252314,41.516679425105785],[-73.15591707249301,41.51646742506642],[-73.15587207245817,41.51611742499996],[-73.15577607240157,41.51567742491768],[-73.1557700723984,41.51565642491381],[-73.15576007239315,41.51562142490733],[-73.1557430723767,41.5154324248712],[-73.1557310723644,41.51528742484345],[-73.15549307223075,41.51431242466194],[-73.15581307232907,41.514216424632856],[-73.1579210729992,41.51397442451699],[-73.15832507312767,41.51392842449485],[-73.15917307339744,41.51383442444891],[-73.16041107379128,41.513697424381846],[-73.1616340741804,41.51356242431567],[-73.16529007534345,41.51315742411755],[-73.16788107616769,41.51287042397714],[-73.17037207696018,41.5125954238423],[-73.17077207708749,41.51255242382088],[-73.17126907724484,41.51248442379144],[-73.17395907809679,41.512121423633005],[-73.17480507836478,41.512008423583396],[-73.17485607838097,41.51200242358058],[-73.17612407878424,41.51186042351153],[-73.1767880789955,41.51178742347564],[-73.17993107999517,41.51143742330492],[-73.18120108039912,41.51129642323599],[-73.18128808042671,41.511285423231016],[-73.1815520805106,41.51125442321636],[-73.18164008053863,41.51124542321173],[-73.18197408064486,41.51120842319362],[-73.18247008080303,41.511160423168064],[-73.18295208095599,41.51110042314066],[-73.1830890809994,41.5110824231327],[-73.18363808117395,41.51102042310269],[-73.18442808142487,41.510926423058606],[-73.18501108161028,41.51086142302691],[-73.18760308243493,41.51057742288697],[-73.19605208511656,41.50954242240956],[-73.19787808569613,41.509319422306504],[-73.20419808770136,41.5085354219474],[-73.20684108857492,41.50881142191442],[-73.20709008865717,41.50883642191112],[-73.20711108866416,41.50883942191101],[-73.20782908890529,41.50898042191488],[-73.20800708896509,41.509015421915834],[-73.20807708898813,41.50902142191471],[-73.20879708922534,41.50908342190317],[-73.21095708993703,41.50927042186872],[-73.21152809012519,41.50932042185972],[-73.21153009012578,41.509319421859466],[-73.21163209015968,41.50933342185884],[-73.21388709090994,41.50965442184729],[-73.2139560909328,41.50966242184657],[-73.213996090946,41.509666421846035],[-73.21403609095927,41.50967142184569],[-73.21418309100795,41.50968842184416],[-73.21583109155274,41.50986242182396],[-73.21703109194772,41.50995942180347],[-73.21743109207934,41.50999142179657],[-73.21972509283768,41.51023342176839],[-73.22089409322491,41.510370421756676],[-73.22951309608005,41.511383421670764],[-73.23512809794467,41.51212242163009],[-73.23667409845808,41.51232642161899],[-73.23673309847763,41.51233342161841],[-73.23714209861309,41.51238142161431],[-73.23723109864261,41.51239242161353],[-73.23778709882677,41.51245742160791],[-73.23807109892084,41.512490421604994],[-73.23835609901528,41.51252442160225],[-73.23854909907917,41.51254642160018],[-73.23868709912493,41.51256342159897],[-73.23901809923456,41.51260242159568],[-73.24210410025604,41.51295142156217],[-73.24224810030326,41.51296042155921]]]},"properties":{"name":3621.01,"geoid":"09005362101"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.26733711370203,41.603207438227486],[-73.26682111353743,41.603257438254154],[-73.26527411304416,41.603410438334684],[-73.26475911287996,41.60346143836151],[-73.26422011270719,41.60349943838661],[-73.2626061121901,41.60361743846257],[-73.26206811201779,41.60365743848802],[-73.26033611146484,41.60381743857598],[-73.25514210980687,41.60430143884058],[-73.25349710928181,41.604455438924525],[-73.25351010929099,41.60454043894055],[-73.2495751080389,41.60497643915439],[-73.24633310700086,41.60522543930922],[-73.24571310680214,41.60526943933814],[-73.24245110576113,41.60557943950542],[-73.24197410560781,41.60560543952614],[-73.24143410543446,41.60563943955047],[-73.2404531051195,41.60570043959452],[-73.23456110323647,41.60621443988774],[-73.23259810260907,41.60638543998536],[-73.23087910205874,41.6065194400678],[-73.22572510040875,41.6069224403152],[-73.2240070998588,41.607057440397774],[-73.22175309914248,41.60732444052351],[-73.21603709731797,41.607865440816006],[-73.2155150971495,41.607883440836645],[-73.21395209664519,41.607938440898614],[-73.21343109647711,41.60795744091942],[-73.213310096438,41.60796044092397],[-73.21294909632148,41.60797244093813],[-73.2128290962828,41.60797744094304],[-73.21257909620405,41.60801944095938],[-73.21183209596902,41.60814844100889],[-73.21158309589072,41.608192441025594],[-73.21145209584888,41.60820444103221],[-73.21106309572484,41.60824344105254],[-73.21093309568339,41.60825644105932],[-73.195550090769,41.60964744183358],[-73.18865908856765,41.61027444218105],[-73.18847008849906,41.61015044216324],[-73.1866990879349,41.61033944225793],[-73.1813900862439,41.61090944254241],[-73.17962008568011,41.61109944263724],[-73.1788870854453,41.611155442672114],[-73.17669008474181,41.611327442777444],[-73.17595808450743,41.61138544281269],[-73.1758890844852,41.611388442815525],[-73.17568208441867,41.61140044282464],[-73.17561408439687,41.61140544282783],[-73.17504308421393,41.61144844285486],[-73.17333408366639,41.611577442935875],[-73.17276408348381,41.611621442963084],[-73.17221908330914,41.6116614429887],[-73.17058808278651,41.61178344306579],[-73.17004408261221,41.61182444309155],[-73.16931408237804,41.61187444312516],[-73.16803008196605,41.611961443184086],[-73.16198808002756,41.61237244346166],[-73.15997507938174,41.61251044355433],[-73.15953107923974,41.61254844357622],[-73.15820007881423,41.61266544364249],[-73.15775707867262,41.61270444366455],[-73.15761107859377,41.612164443564765],[-73.1573470784508,41.61118044338287],[-73.15717607835845,41.61054744326588],[-73.1571120783237,41.61030744322151],[-73.15703207828034,41.61000844316622],[-73.15656307801787,41.60811444281479],[-73.15515707723107,41.60243544176095],[-73.15495207711625,41.6016054416069],[-73.15468907696905,41.600542441409594],[-73.15464607694662,41.60039644138273],[-73.15451707687926,41.599958441302114],[-73.15447407685686,41.59981344127544],[-73.15228107556348,41.58980943940914],[-73.15227207555552,41.589722439392574],[-73.1522640755503,41.58967743938412],[-73.15212907546245,41.58891943924166],[-73.15193407534373,41.58796543906318],[-73.15191107532976,41.58785343904225],[-73.15170907520987,41.586918438867684],[-73.15162507515397,41.58642543877491],[-73.1515500751,41.58591543867853],[-73.15147707506038,41.58564143862783],[-73.15116007490982,41.584821438479295],[-73.15110707488333,41.58466143845003],[-73.15097407478707,41.583747438277264],[-73.15095707477163,41.583576438244684],[-73.1508090746733,41.58271043808169],[-73.15074507463993,41.58249343804174],[-73.1507410746381,41.58248443804013],[-73.15064707459284,41.582230437993985],[-73.15059207455953,41.58196443794422],[-73.15044707446496,41.58114643779044],[-73.15035707441375,41.58076743771994],[-73.1503210743959,41.58066143770058],[-73.15016007430023,41.579913437560876],[-73.1499910741996,41.57912543741367],[-73.14967807401347,41.57766943714171],[-73.14951807391817,41.576922437002175],[-73.14943307387252,41.57661143694468],[-73.14936007383326,41.576343436895115],[-73.14919707374152,41.57567443677078],[-73.14912207369906,41.57536243671275],[-73.14907007366914,41.57513743667084],[-73.14891607357995,41.57446243654504],[-73.14886507355034,41.5742374365031],[-73.14876407349475,41.57384443643023],[-73.14870907346378,41.573618436388216],[-73.1486860734505,41.573518436369596],[-73.14854707337132,41.57293143626034],[-73.14837907327285,41.5721744361191],[-73.14833107323327,41.571760436040414],[-73.14833007323199,41.57174443603735],[-73.14832707321706,41.57150343599073],[-73.14832907319467,41.5711064359137],[-73.14833207315104,41.570337435764536],[-73.14833407312786,41.56992643568479],[-73.14835007309507,41.56927143555729],[-73.14833707308226,41.56912343552902],[-73.14832307306907,41.5689744355006],[-73.14832007306282,41.56888343548305],[-73.14830007305052,41.56878343546431],[-73.14823107301706,41.56859243542956],[-73.14814407297732,41.568394435394005],[-73.14810307296011,41.56832743538236],[-73.14798807291378,41.56817243535606],[-73.14795207289954,41.568128435348726],[-73.14785907286267,41.568013435329476],[-73.14772707281111,41.5678634353047],[-73.14754807274204,41.567674435273915],[-73.14744607270177,41.567551435253414],[-73.14737607267384,41.56746143523826],[-73.14727407263156,41.56730343521096],[-73.1472250726095,41.56719743519199],[-73.14720707260047,41.56714243518193],[-73.1471970725949,41.56710243517451],[-73.1470370725023,41.566401435043836],[-73.14692507243986,41.565951434960255],[-73.14683607239019,41.565593434893756],[-73.14682007238127,41.56552943488185],[-73.14675007233826,41.56517943481629],[-73.1467240723246,41.565089434799695],[-73.14639607213374,41.563634434528325],[-73.14629907207733,41.5632044344481],[-73.14613507197929,41.562431434303576],[-73.14583807180858,41.561150434064906],[-73.1455860716593,41.559986433847456],[-73.14541707156292,41.559270433714126],[-73.14532507151021,41.55887643364072],[-73.1452470714638,41.55851243357269],[-73.1451730714243,41.55824543352334],[-73.14503707135609,41.557830433447315],[-73.14515607139323,41.55780443343836],[-73.14876007255535,41.557666433293775],[-73.14919107269435,41.55765043327658],[-73.15993707615931,41.55723843284521],[-73.16207807684962,41.55715643275925],[-73.16365307735747,41.5570964326961],[-73.16366307736071,41.557096432695765],[-73.1646770776899,41.55709643266258],[-73.16441707753545,41.55588843243684],[-73.16299707669187,41.54929043120372],[-73.16252407641083,41.54709143079269],[-73.16262507644694,41.54714843080045],[-73.162786076506,41.54726543081787],[-73.16332307670754,41.54773543089145],[-73.16343207674666,41.54779943090033],[-73.16354207678526,41.54784943090641],[-73.1636490768222,41.547887430910286],[-73.16377107686267,41.547902430909204],[-73.16424007701724,41.54794243090162],[-73.16455407712121,41.54797743089813],[-73.16470807717256,41.548001430897756],[-73.16496507725903,41.54805343089943],[-73.16504607728682,41.54807943090182],[-73.16517507733205,41.548137430908845],[-73.1653200773848,41.54823543092312],[-73.16546607744003,41.54837043094451],[-73.16556307747808,41.54848343096325],[-73.16564807751308,41.54861143098532],[-73.16587507760123,41.54886043102618],[-73.16611907769341,41.549084431061644],[-73.16616707771155,41.5491284310686],[-73.16626807774827,41.549196431078485],[-73.1663140777645,41.54921843108124],[-73.16642907780297,41.54923843108136],[-73.16646407781417,41.54923543107964],[-73.16649007782203,41.54922543107684],[-73.16664807786479,41.54907843104317],[-73.16677707790157,41.54899043102187],[-73.16698607796368,41.54889143099582],[-73.1671240780065,41.548857430984725],[-73.16731507806774,41.548844430975954],[-73.16746607811704,41.548849430971984],[-73.16766207818276,41.54888543097254],[-73.16785907825003,41.54894243097715],[-73.16791307826878,41.54896343097946],[-73.1679930782963,41.54899043098208],[-73.16861507851172,41.54922343100692],[-73.16893207862218,41.54935343102177],[-73.16907307867132,41.549411431028396],[-73.1693730787763,41.54954243104399],[-73.16945807880579,41.5495754310476],[-73.16952707883021,41.549610431052145],[-73.17010407903105,41.54984343107844],[-73.17024407907893,41.549885431082004],[-73.17053107917604,41.549953431085804],[-73.17093207931043,41.55002643108684],[-73.17126907942304,41.550081431086475],[-73.17171707957195,41.55014143108345],[-73.17191907963856,41.55015943108033],[-73.17202007967141,41.55016043107721],[-73.17213007970676,41.55015443107245],[-73.17223907974139,41.55014143106636],[-73.17232707976892,41.550123431059994],[-73.17241307979539,41.55009843105232],[-73.17253907983361,41.55005243103929],[-73.172668079872,41.549992431023426],[-73.17274807989526,41.54994543101169],[-73.17282207991626,41.54989343099919],[-73.17295907995349,41.54976843097045],[-73.17299407996252,41.54972843096156],[-73.17314808000012,41.54951443091501],[-73.1733000800404,41.549358430879785],[-73.17341608007192,41.54925243085543],[-73.17361608012727,41.54908743081689],[-73.17382608018691,41.54894043078149],[-73.1739670802281,41.54886143076156],[-73.17416808028737,41.548758430735006],[-73.17447108037825,41.54862943070007],[-73.17455808040474,41.54859943069141],[-73.17473808046044,41.548552430676395],[-73.17484908049555,41.548536430669664],[-73.17496208053177,41.54852843066442],[-73.1750610805639,41.54852843066117],[-73.17541708068032,41.54854343065244],[-73.17574908079008,41.548577430648166],[-73.1759500808562,41.54859243064448],[-73.17628508096585,41.54860843063662],[-73.17634208098454,41.54861143063534],[-73.17643708101532,41.54861043063203],[-73.17654808105084,41.54860143062665],[-73.17673908111128,41.548574430615176],[-73.17738608131451,41.5484574305713],[-73.17772308142007,41.548391430547476],[-73.17792008148245,41.54836443053579],[-73.17805508152634,41.54836543053155],[-73.17823508158493,41.54836843052623],[-73.17835308162398,41.548381430524906],[-73.17895408182761,41.548528430533736],[-73.17925208192945,41.548616430541045],[-73.17948208200735,41.54867243054438],[-73.17959908204661,41.54869443054481],[-73.17972608208888,41.54871243054416],[-73.18033308228905,41.54876643053474],[-73.18045108232822,41.54878143053379],[-73.18103708252372,41.548872430532256],[-73.18132208261844,41.5489104305303],[-73.18161208271599,41.54896943053223],[-73.182030082858,41.549078430539694],[-73.18226008293662,41.54914643054534],[-73.18231608295608,41.54916843054777],[-73.18237908297797,41.54919343055056],[-73.18248508301447,41.549229430554064],[-73.18254308303446,41.54924943055605],[-73.18261208305783,41.549266430557104],[-73.18281408312502,41.5492944305559],[-73.18310508322077,41.549316430550654],[-73.18318508324714,41.54932343054939],[-73.18328508327949,41.549321430545724],[-73.18345308333268,41.549298430535764],[-73.1835260833551,41.549276430529105],[-73.18367308339928,41.54921543051245],[-73.18421008355564,41.548906430434954],[-73.18463708368196,41.54869443037985],[-73.18465508368739,41.5486874303779],[-73.18477308372319,41.5486444303657],[-73.18519808385413,41.548523430328316],[-73.18526808387571,41.54850343032215],[-73.18548108394143,41.548444430303725],[-73.18555208396334,41.548425430297726],[-73.18566908400047,41.54841043029098],[-73.185937084086,41.54838543027736],[-73.18619408416943,41.54838543026894],[-73.18643208424714,41.54839343026269],[-73.18643308424748,41.54839343026267],[-73.18670208433642,41.54842143025929],[-73.18733108454482,41.54849443025283],[-73.18772308467518,41.54854843025048],[-73.18786408472248,41.54857443025091],[-73.18819708483363,41.54862743025027],[-73.18842808491209,41.54868743025435],[-73.18853908495021,41.54872343025769],[-73.18884408505664,41.54885143027253],[-73.18901208511588,41.54893243028273],[-73.18937008524207,41.549104430304354],[-73.18969408535507,41.54923943031993],[-73.18982508539986,41.549278430323206],[-73.19006208548282,41.54938243033562],[-73.19077408573203,41.549694430372796],[-73.1910120858154,41.54979943038536],[-73.19154808600314,41.55003643041376],[-73.19168508605114,41.5500974304211],[-73.19222508623972,41.550326430447804],[-73.19270208640657,41.550533430472335],[-73.19293808648915,41.550636430484566],[-73.19365708674685,41.55105543054226],[-73.19415708692483,41.551325430578245],[-73.19439508700849,41.55143543059178],[-73.19461908708571,41.55151343059957],[-73.19472008711983,41.55153643060071],[-73.19543508735806,41.55164243059786],[-73.19553308739106,41.551662430598505],[-73.19621508761739,41.55174843059283],[-73.19622508762077,41.55175043059288],[-73.19703508788886,41.55183943058362],[-73.19722608795296,41.55187543058433],[-73.1973280879885,41.55191743058914],[-73.19743308802687,41.551991430600054],[-73.19752808805625,41.55196643059208],[-73.19815708825224,41.55182543054413],[-73.19840908832975,41.55175143052151],[-73.19861908839441,41.55169143050302],[-73.19874508843276,41.55164743049036],[-73.19896108849758,41.55155643046562],[-73.19914408855158,41.551463430441615],[-73.19922908857609,41.55141043042853],[-73.1993980886231,41.551275430396814],[-73.1996030886781,41.55107643035152],[-73.20043408889312,41.55013443014161],[-73.20058808893491,41.54999343010923],[-73.20071708897139,41.549900430086964],[-73.20075208898135,41.549876430081156],[-73.20094308903718,41.549770430054345],[-73.20150708920487,41.54950542998446],[-73.20162008923886,41.54945942997185],[-73.20176908929008,41.54950842997648],[-73.20330708980717,41.54981642998579],[-73.20359508990518,41.549894429991475],[-73.2039790900384,41.55004243000758],[-73.20408409007527,41.550090430013455],[-73.20433409016287,41.55020143002678],[-73.20519109046329,41.550584430072945],[-73.20520509046811,41.550589430073465],[-73.20518609046735,41.55068243009214],[-73.20514709045939,41.550763430109114],[-73.20505809043945,41.55091743014188],[-73.20495909041591,41.55106543017384],[-73.20449909030233,41.55168043030816],[-73.20371209010645,41.552705430532704],[-73.20360909008126,41.552847430563624],[-73.2033600900215,41.55321043064217],[-73.20301608993621,41.55366443074148],[-73.2029270899142,41.55378243076727],[-73.20284308989262,41.55388043078903],[-73.20275408986868,41.55396543080841],[-73.20245908978674,41.55420343086425],[-73.20242408977708,41.554232430871004],[-73.20243808978243,41.554246430873256],[-73.20245208978773,41.554259430875334],[-73.20242808978075,41.55427343087883],[-73.20241508977601,41.554264430877495],[-73.20239908977018,41.5542534308759],[-73.20232108974852,41.554316430890665],[-73.20209008968477,41.55450943093565],[-73.20201308966347,41.55457343095059],[-73.20189708963122,41.55466643097243],[-73.20155208953568,41.554949431038615],[-73.20143808950414,41.55504343106057],[-73.20137608948681,41.5550914310719],[-73.2013150894699,41.5551414310836],[-73.20095508937065,41.555444431154164],[-73.20083608933795,41.55554643117783],[-73.20097308938334,41.55556243117645],[-73.2011860894616,41.5557194311999],[-73.20160908961105,41.55592843122656],[-73.20188708970832,41.55604943124091],[-73.20206108977061,41.556149431254596],[-73.2022020898211,41.556230431265675],[-73.2024580899104,41.55633743127803],[-73.20291809005988,41.55634043126353],[-73.20303509009723,41.556329431257566],[-73.20335609020351,41.55636543125402],[-73.20344809023175,41.55633743124558],[-73.20359109027554,41.55629243123217],[-73.20369209030868,41.556298431230026],[-73.20379509034485,41.556345431235755],[-73.20389009037628,41.55635543123458],[-73.20406509044034,41.556480431253064],[-73.20416709047245,41.55646343124645],[-73.20425209049768,41.556422431235696],[-73.20432809052018,41.55638543122603],[-73.20447509056778,41.55638343122083],[-73.20468709063962,41.55643543122395],[-73.20483309069503,41.55657343124592],[-73.20500109076647,41.556864431296844],[-73.20509609079997,41.55691043130265],[-73.20523509084103,41.55684043128452],[-73.20533009086935,41.55679743127307],[-73.20552009093225,41.556818431270905],[-73.20576809101874,41.556921431282746],[-73.20577809102274,41.55693443128495],[-73.20590709107415,41.557098431312504],[-73.2060310911169,41.55714143131678],[-73.20632409121359,41.5571684313124],[-73.20664509131882,41.55718643130538],[-73.2067990913721,41.55724343131137],[-73.2069010914108,41.55733943132664],[-73.20700909144882,41.55739043133298],[-73.20715709150093,41.557460431341696],[-73.20750009162226,41.55763243136379],[-73.20774909170594,41.55768143136514],[-73.20807809181564,41.55773143136404],[-73.20840709193055,41.55787143138039],[-73.20861809200683,41.558005431399465],[-73.20905009216577,41.55832743144772],[-73.20934309227452,41.55856243148368],[-73.20958409237049,41.558867431534885],[-73.20966409240413,41.55899943155787],[-73.20976609243996,41.55904643156364],[-73.20985409247226,41.55911043157315],[-73.21010309255931,41.55921743158573],[-73.21027109261506,41.5592384315843],[-73.21040309265645,41.5592134315751],[-73.21047609267887,41.55919143156846],[-73.21065509273086,41.55908643154224],[-73.21088909280101,41.55898643151516],[-73.211096092862,41.55887943148765],[-73.21132509292246,41.55864143143399],[-73.21146009296262,41.55857843141734],[-73.21162909301073,41.55846243138932],[-73.21184109307194,41.55833143135697],[-73.21196309310358,41.558194431326406],[-73.21201609311728,41.55813443131304],[-73.21213409314949,41.55802943128881],[-73.21221809317309,41.55796643127385],[-73.21226609318576,41.557916431262576],[-73.21238309321119,41.55770043121685],[-73.2125860932412,41.5570834310906],[-73.2126470932517,41.55692343105757],[-73.21266009324269,41.556695431012926],[-73.21273309325794,41.556550430982426],[-73.21268909322333,41.55620043091602],[-73.21260709319304,41.556137430906496],[-73.21258009318346,41.556123430904655],[-73.21254509317106,41.556105430902335],[-73.21249909315571,41.55609843090247],[-73.21245609313955,41.55606043089653],[-73.21235909310522,41.55601143089021],[-73.21230509308224,41.55591743087375],[-73.21229509307264,41.55580843085296],[-73.21234309307712,41.55561743081432],[-73.21257809313376,41.55527943074111],[-73.21275409316816,41.55488843065952],[-73.21287409319467,41.55467443061409],[-73.21296809321558,41.554509430579024],[-73.2130020932232,41.554450430566476],[-73.21309509324732,41.55434643054326],[-73.21320009327938,41.554311430533026],[-73.21350409337492,41.554257430512585],[-73.21376509345276,41.55413943048114],[-73.21392509349772,41.554019430452634],[-73.21404009353064,41.553943430434124],[-73.21415909356524,41.553874430416855],[-73.21418909357283,41.5538374304087],[-73.2142200935818,41.55381843040398],[-73.21421409357816,41.55378943039855],[-73.2142240935796,41.553758430392215],[-73.21421609357503,41.55372443038589],[-73.2142400935816,41.553703430381034],[-73.2142760935859,41.55357643035523],[-73.2143130935865,41.55338043031602],[-73.21435809359345,41.55324843028894],[-73.21456709364769,41.553014430236715],[-73.21502709377647,41.5526614301532],[-73.21513609380243,41.5524994301182],[-73.21520709381706,41.55235443008776],[-73.2152450938162,41.55212743004249],[-73.21523809380172,41.55191743000203],[-73.21529309380324,41.55163642994574],[-73.21532209377946,41.55106542983406],[-73.21522909373597,41.5508364297927],[-73.21516809371042,41.55073742977551],[-73.21506709366687,41.55055242974294],[-73.2150500936491,41.5503414297026],[-73.21506609365075,41.55028042969024],[-73.21509509365423,41.55017842966953],[-73.21520309368132,41.550041429639414],[-73.21535209372213,41.54991142960932],[-73.21564009380758,41.54977342957313],[-73.2158420938668,41.54966442954536],[-73.21605109391918,41.549398429486914],[-73.21617109395197,41.54929242946242],[-73.21616509394445,41.54919642944402],[-73.21622109395774,41.54911242942589],[-73.21637209400316,41.549050429408915],[-73.2164390940275,41.549095429415445],[-73.2165820940795,41.54919142942936],[-73.21687609418521,41.54936842945404],[-73.21715909428583,41.54951942947404],[-73.21739409436844,41.54962842948746],[-73.2179750945702,41.54985542951244],[-73.21846409473955,41.550038429531874],[-73.21865909480678,41.55010642953867],[-73.2190000949188,41.55012942953195],[-73.2190080949222,41.55014342953439],[-73.21922909499499,41.55016142953063],[-73.21944309506155,41.55011142951392],[-73.21955909509731,41.55007942950391],[-73.22030909532477,41.54980442942599],[-73.22052909539272,41.549745429407324],[-73.22073909545897,41.54971242939405],[-73.22082809548762,41.54970842939035],[-73.22100709554617,41.549716429386024],[-73.22119509560906,41.549748429386064],[-73.22133109565546,41.54978742938918],[-73.22155109573204,41.549876429399205],[-73.22181909582396,41.54996142940689],[-73.2219600958717,41.549995429408874],[-73.22202709589438,41.55001142940978],[-73.22211609592402,41.55002442940937],[-73.22217009594205,41.550033429409346],[-73.2222790959775,41.55003442940597],[-73.22238809601187,41.550017429399084],[-73.22253209605577,41.54996842938486],[-73.22257809606924,41.54994342937851],[-73.22263309608545,41.549915429371275],[-73.22271709610975,41.549864429358635],[-73.22276009612075,41.54981342934733],[-73.22278509612363,41.549723429329056],[-73.22280209612583,41.549666429317455],[-73.2228440961222,41.54936942925849],[-73.22286709612276,41.54925042923467],[-73.22289909612401,41.549093429203154],[-73.22296109612589,41.54877942914025],[-73.22304709612862,41.54834642905347],[-73.22315809614123,41.54794342897168],[-73.22319609614831,41.54785342895297],[-73.22323309615521,41.547765428934696],[-73.2232660961615,41.547689428918886],[-73.22333309617603,41.54756542889265],[-73.22336409618255,41.54750442887979],[-73.22345709620217,41.547322428841454],[-73.22348909620906,41.547262428828766],[-73.22359909623418,41.547080428789876],[-73.22376609627496,41.5468494287396],[-73.22391309631062,41.546642428694625],[-73.22447809644773,41.545846428521735],[-73.22485009653816,41.5453254284085],[-73.22487209654362,41.54529642840216],[-73.22518709662313,41.544905428316],[-73.22531709665793,41.5447784282871],[-73.22570809676274,41.5443984282006],[-73.225802096788,41.54430842818006],[-73.22583909679798,41.544273428172055],[-73.22587609680795,41.54423842816406],[-73.2260730968608,41.54404742812056],[-73.22626009690929,41.54383742807368],[-73.22629409691815,41.543800428065396],[-73.22646809696225,41.54358742801838],[-73.22666409701046,41.54332242796056],[-73.22693709707406,41.54289242786823],[-73.22728209715712,41.54239542776052],[-73.22730609716218,41.54234842775061],[-73.22733309716804,41.542298427740036],[-73.22737209717425,41.54218742771723],[-73.22740209717755,41.542076427694724],[-73.22744809718019,41.5418654276523],[-73.22747409718295,41.541767427632436],[-73.22727609711751,41.54174742763506],[-73.225266096455,41.54157142766685],[-73.22437609616286,41.54151442768499],[-73.22397309603028,41.541483427692185],[-73.22347209586474,41.541432427698744],[-73.22314009575506,41.54139942770322],[-73.22279309564134,41.541380427710926],[-73.22281409563514,41.5411564276668],[-73.22282609562085,41.540843427605694],[-73.2228030956009,41.540628427564734],[-73.22279409558838,41.540463427533055],[-73.22280209558343,41.54033342750757],[-73.22283209558206,41.54014242746953],[-73.22286809558527,41.539996427440045],[-73.22342709569662,41.538790427187806],[-73.22351509571239,41.53857042714224],[-73.22355009571646,41.53844542711686],[-73.22356709571541,41.53833242709438],[-73.22357709570518,41.53810042704906],[-73.2235920956902,41.537758426982236],[-73.22360109565268,41.537062426846944],[-73.22360609563594,41.536746426785484],[-73.22360709563459,41.53671742677983],[-73.22362209561854,41.536357426709515],[-73.22364809559184,41.53575242659131],[-73.22366209556895,41.5352804264993],[-73.22366609556363,41.53516642647705],[-73.22368009555393,41.53492142642907],[-73.22369709555419,41.53483042641086],[-73.22374909556078,41.534653426374824],[-73.22387709559004,41.53444242632968],[-73.22441909571883,41.53363142615461],[-73.22445709572797,41.53357642614269],[-73.22496409584713,41.53279542597456],[-73.22560909599794,41.53178842575807],[-73.2262860961587,41.530774425539164],[-73.22689909630566,41.52987942534544],[-73.22699809632942,41.52973542531425],[-73.22775309651122,41.528647425078425],[-73.22794809655805,41.52836442501712],[-73.22837909666195,41.52774542488291],[-73.2285320966983,41.527516424833465],[-73.22872409674407,41.52723142477188],[-73.22880709676454,41.52712042474762],[-73.2288830967834,41.52702042472572],[-73.22904509682215,41.52678242467424],[-73.22912409684116,41.52666842464953],[-73.22912909684237,41.526661424648],[-73.2294960969287,41.52609742452655],[-73.2300440970601,41.52529842435356],[-73.23014709708546,41.52515942432321],[-73.2302540971125,41.52502742429409],[-73.23031909712908,41.52494942427684],[-73.23046709716786,41.52479042424113],[-73.2307320972395,41.52454342418451],[-73.23151509745443,41.523869424028064],[-73.23170709750657,41.52369442398781],[-73.23175809752074,41.52365342397818],[-73.23178809752908,41.52362942397256],[-73.2319210975669,41.52353742395034],[-73.23218009764308,41.52340242391565],[-73.23277209782071,41.523153423847916],[-73.23301709789548,41.52307242382416],[-73.23311509792596,41.52304942381649],[-73.2332490979684,41.5230314238086],[-73.23337409800914,41.523034423805086],[-73.23343109802815,41.523043423804964],[-73.23351809805769,41.523066423806576],[-73.23398109822007,41.52327542383194],[-73.23407709825331,41.523311423835764],[-73.23427509832075,41.52336642383994],[-73.23436609835107,41.52338042383968],[-73.23445909838168,41.523387423837995],[-73.23454509840953,41.52338642383498],[-73.23471509846358,41.52336742382572],[-73.23490309852207,41.52332442381122],[-73.23498409854668,41.523295423802914],[-73.23512009858732,41.52323542378682],[-73.23520109861121,41.52319442377619],[-73.23539409866832,41.52309942375145],[-73.23543709868105,41.52307842374595],[-73.23624909892223,41.522694423644815],[-73.23672209906408,41.522494423590494],[-73.23705109916122,41.52232942354768],[-73.23723709921548,41.522224423521216],[-73.23729109923127,41.52219442351362],[-73.23737009925358,41.52213742349996],[-73.23770609934621,41.52185542343423],[-73.23778709936813,41.52178042341703],[-73.23812509946248,41.52151642335472],[-73.23820209948404,41.521457423340735],[-73.23862209960286,41.521157423268754],[-73.23869909962374,41.52108642325244],[-73.23880809965127,41.52095142322267],[-73.23887309966497,41.520824423195904],[-73.23887609966553,41.520817423194444],[-73.2389250996707,41.52063242315695],[-73.23897609966812,41.52030342309144],[-73.23899409965748,41.52001942303574],[-73.23904709966115,41.519786422988794],[-73.23911609967527,41.51964442295899],[-73.23922609970225,41.51949442292625],[-73.23947909976994,41.51924642286984],[-73.23950609977638,41.51920642286118],[-73.23957509979358,41.51911742284166],[-73.23980309984412,41.51871342275579],[-73.23980509984469,41.51871242275555],[-73.23985009985256,41.518596422731555],[-73.23997109987967,41.51838742268702],[-73.24029409994394,41.51768942254099],[-73.24037609996014,41.517510422503555],[-73.24059010000629,41.51710942241872],[-73.24066910002344,41.516963422387796],[-73.24081010005044,41.516640422320506],[-73.2408961000637,41.51638842226878],[-73.24095910007095,41.51616142222266],[-73.24103810006307,41.5155844221081],[-73.24110110006981,41.515348422060235],[-73.24113910007632,41.51524842203959],[-73.24121110008906,41.515065422001705],[-73.24135510011992,41.51479242194401],[-73.24141510013166,41.514659421916235],[-73.2415121001506,41.51444342187113],[-73.2416381001754,41.51416642181326],[-73.24168710018421,41.51404442178796],[-73.24176010019494,41.51382142174231],[-73.24176910019565,41.51378342173463],[-73.24180310019942,41.513658421709245],[-73.24183910020525,41.51355742168846],[-73.24187110021056,41.51347042167054],[-73.24198710023525,41.513247421623454],[-73.24201210024097,41.51320642161466],[-73.2420801002581,41.51312142159595],[-73.24219310028775,41.513000421568755],[-73.24224810030326,41.51296042155921],[-73.24225110030424,41.512960421559114],[-73.24228310031481,41.51296342155863],[-73.24236710034344,41.51298742156053],[-73.24259210041625,41.51298442155256],[-73.24269010044804,41.51298442154935],[-73.24276610047322,41.51299342154861],[-73.24604910152608,41.51278242139994],[-73.24956010264907,41.512506421231194],[-73.24970510269338,41.5124594212173],[-73.2501971028436,41.51229742116973],[-73.25031010287816,41.51226142115903],[-73.25174810333955,41.51217342109475],[-73.25226610350579,41.51214242107174],[-73.25235710355528,41.51248642113551],[-73.25261710369833,41.51349642132297],[-73.25263810370971,41.513575421337606],[-73.25366210427323,41.51755642207649],[-73.25401110446515,41.51891042232775],[-73.25477810492404,41.52252442300376],[-73.25584410556165,41.527542423942215],[-73.25719110633614,41.53334442502338],[-73.25802810681716,41.53694442569409],[-73.25819710694223,41.53815142592261],[-73.25870710731847,41.54177242660804],[-73.25887710744388,41.542979426836496],[-73.25905310757702,41.544285427083956],[-73.2595831079772,41.54820542782655],[-73.25976010811075,41.54951242807415],[-73.25976410811485,41.54956042808333],[-73.25977710812764,41.54970742811139],[-73.2597821081321,41.54975642812073],[-73.25997510827311,41.55110242837532],[-73.26055410869633,41.55514242913946],[-73.26074710883742,41.55648942939422],[-73.2607821088574,41.556637429421755],[-73.26084910889503,41.55691042947247],[-73.2608801089153,41.557085429505385],[-73.26090510893192,41.55723142953284],[-73.26106110905953,41.558552429783774],[-73.26110510914877,41.55983943003177],[-73.26119210932613,41.56239843052487],[-73.26119910934105,41.562615430566694],[-73.26196710987877,41.56756443150052],[-73.26236511015748,41.57012943198447],[-73.26440511156945,41.5829844344078],[-73.26444211160735,41.58342843449259],[-73.26449211164365,41.583772434557574],[-73.264539111678,41.58409943461937],[-73.2648321118907,41.58611443500003],[-73.26493011196173,41.586786435126946],[-73.26494511197187,41.58687643514387],[-73.26496111198232,41.58696643516079],[-73.26510211207541,41.58777743531324],[-73.26562011241711,41.59075043587195],[-73.2657931125311,41.591741436058186],[-73.26647911305325,41.596869437028616],[-73.26653711309277,41.59722343709524],[-73.26660011313903,41.59766543717875],[-73.26665811318614,41.59814943727056],[-73.26671011322759,41.59857043735036],[-73.26693311339598,41.60021343766112],[-73.2669951134338,41.60051643771775],[-73.26727311364586,41.60260143811227],[-73.26733711370203,41.603207438227486]]]},"properties":{"name":3621.02,"geoid":"09005362102"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.124369078467,41.79498847997695],[-73.12434307844717,41.79479447994041],[-73.12431107842244,41.794550479894426],[-73.12431107840847,41.79431247984855],[-73.12431907840511,41.794210479828635],[-73.124320078405,41.79420347982724],[-73.12433507840355,41.79409547980593],[-73.12435407840522,41.794018479790466],[-73.12439907840562,41.79377547974216],[-73.12440807840595,41.79373147973337],[-73.12456907843018,41.79325147963556],[-73.12462807843869,41.793069479598515],[-73.12470607845034,41.79283547955085],[-73.12477007845985,41.79264247951155],[-73.12496507848937,41.79206447939373],[-73.12503007849925,41.79187247935457],[-73.12507007850634,41.791771479333796],[-73.12512607851671,41.79163747930612],[-73.12520207853187,41.7914744792722],[-73.12524807854109,41.79137647925181],[-73.1253110785562,41.79128447923199],[-73.12540107857802,41.79115747920455],[-73.12552307860997,41.79102547917509],[-73.12559907862988,41.79094347915681],[-73.12575207867297,41.7908294791298],[-73.1260700787658,41.79064847908445],[-73.12609407877287,41.79063547908116],[-73.12634407884687,41.79051047904884],[-73.12652607890139,41.79043047902745],[-73.12681207898785,41.79031847899647],[-73.12753707920841,41.79005747892233],[-73.1277210792644,41.78999147890356],[-73.12821207941404,41.78981947885428],[-73.1282730794327,41.789799478848416],[-73.12866107955126,41.7896684788104],[-73.12937107978036,41.78963647878092],[-73.13294608095295,41.78979947869487],[-73.13428308136808,41.789461478585764],[-73.13535608168897,41.78898147845797],[-73.1364710820117,41.788299478289844],[-73.13746408228226,41.78740547808487],[-73.13824108250209,41.78684447795117],[-73.13831208252434,41.78682947794593],[-73.13845908256066,41.78663347790333],[-73.13878508264399,41.786246477818004],[-73.13895808269145,41.78609647778339],[-73.13915708274781,41.78595347774929],[-73.13924808277407,41.78589647773531],[-73.13934408280214,41.78584247772175],[-73.13946808283889,41.78578147770591],[-73.13959708287767,41.785727477691246],[-73.13970508291057,41.785689477680364],[-73.1398160829448,41.785657477670554],[-73.14005908302052,41.785600477651585],[-73.14019208306243,41.785577477642775],[-73.14032508310463,41.78555947763494],[-73.14044608314335,41.78554847762883],[-73.14056908318301,41.78554247762364],[-73.14081408326282,41.78554447761596],[-73.14106008334402,41.785564477611736],[-73.14119608338943,41.785584477611124],[-73.14133108343488,41.78561047761169],[-73.14159008352301,41.78567647761591],[-73.14207508369005,41.78583447763042],[-73.14216208372005,41.785863477633164],[-73.14240608380442,41.78594847764152],[-73.14242308381024,41.785953477641925],[-73.14251108384057,41.78598247764462],[-73.14272508391423,41.786051477650894],[-73.14308108403684,41.786167477661564],[-73.14332808412142,41.786239477667316],[-73.14337208413632,41.78624947766781],[-73.14347008416959,41.786273477669205],[-73.14359308421096,41.78629647766958],[-73.14373008425746,41.78632947767145],[-73.14388408430904,41.786354477671196],[-73.14391408431908,41.78635947767117],[-73.1442770844398,41.78640447766792],[-73.14454908452917,41.78641947766188],[-73.14477508460257,41.786417477654055],[-73.1448280846198,41.78641747765232],[-73.14507308469898,41.78640847764253],[-73.14517908473283,41.786397477636925],[-73.14549808483471,41.78636547762026],[-73.14550108483569,41.78636547762016],[-73.14560408486807,41.78634647761313],[-73.145802084931,41.786321477601795],[-73.1461060850272,41.78627547758292],[-73.14624308507061,41.78625547757455],[-73.1464490851353,41.786216477560274],[-73.14677408523738,41.78615447753762],[-73.14759608549369,41.785965477474164],[-73.14761108549841,41.7859624774731],[-73.14808708564577,41.78583547743296],[-73.14842708575046,41.78573447740231],[-73.1484290857511,41.785734477402244],[-73.14898808592261,41.78555847734992],[-73.14943608605883,41.78539647730396],[-73.14977008616049,41.785277477270036],[-73.14983108617896,41.78525447726361],[-73.15001408623469,41.78518947724506],[-73.15007608625358,41.78516747723877],[-73.15042808636055,41.78503947720251],[-73.15148508668187,41.78465647709392],[-73.15183808678927,41.784529477057816],[-73.15186308679681,41.78451947705506],[-73.1519400868202,41.784491477047155],[-73.15196608682811,41.784482477044556],[-73.15240008696027,41.7843284770006],[-73.15370408735741,41.783868476869024],[-73.15391508742172,41.78379447684782],[-73.15413908748982,41.78371347682483],[-73.15452908762197,41.783803476829355],[-73.15570108801923,41.78407647684344],[-73.15609208815175,41.784167476848125],[-73.15859308900066,41.78477047688211],[-73.1589180891448,41.785424476997505],[-73.1631820910357,41.79400147851045],[-73.16351409114158,41.793965478492595],[-73.16679909218936,41.79361147831624],[-73.16699409225173,41.79359347830634],[-73.16758009243941,41.79354347827741],[-73.16777609250215,41.79352647826769],[-73.16777909250578,41.79357147827626],[-73.16777909250702,41.79359247828031],[-73.16778309251448,41.793697478300416],[-73.16776909251557,41.79379347831939],[-73.1677670925158,41.79380847832234],[-73.1677690925195,41.79386047833229],[-73.16766709249815,41.79406147837439],[-73.16763609249311,41.794147478391984],[-73.16762109249323,41.79423247840886],[-73.16761909249927,41.7943464784309],[-73.16764409252059,41.79457047847324],[-73.16776909259787,41.79519347858919],[-73.16778009260439,41.795243478598465],[-73.16814909281939,41.796858478897576],[-73.1684390929842,41.79805747911907],[-73.16866709311064,41.7989464792829],[-73.16873109314727,41.79921547933261],[-73.16883109320439,41.79963347940987],[-73.16887909323398,41.799871479454154],[-73.1689300932691,41.800186479513165],[-73.16895309329259,41.80045847956483],[-73.16893809329436,41.800571479587084],[-73.16891809328773,41.80056947958735],[-73.16885809326804,41.80056647958876],[-73.16883809326154,41.80056647958942],[-73.16864009319653,41.80055647959402],[-73.1684570931367,41.80055147959908],[-73.16845409313575,41.80055147959918],[-73.16811709302634,41.80055547961104],[-73.168032092999,41.8005604796148],[-73.16778009291842,41.80058447962774],[-73.16732209277302,41.80064547965457],[-73.16717809272734,41.80066547966317],[-73.1669460926541,41.80070347967811],[-73.16691109264309,41.80070947968043],[-73.16678809260442,41.800732479688904],[-73.1666200925517,41.8007654797008],[-73.16633209246179,41.80082947972261],[-73.16631709245706,41.80083247972368],[-73.16616309240946,41.80087447973684],[-73.1659980923577,41.800907479748645],[-73.16550609220366,41.8010094797845],[-73.16534209215239,41.80104447979662],[-73.16504909206012,41.8010964798163],[-73.1645300918948,41.80115647984495],[-73.16437609184574,41.80117447985348],[-73.163765091651,41.8012424798867],[-73.16351809157187,41.80126347989888],[-73.16325309148661,41.8012794799107],[-73.16272209131526,41.80130347993279],[-73.16207909110928,41.801357479964366],[-73.16148509091899,41.80140747999354],[-73.16126309084822,41.80143248000567],[-73.16085109071672,41.801475480027506],[-73.16079509069893,41.801482480030714],[-73.16005809046462,41.8015754800729],[-73.15972309035753,41.80160748009008],[-73.15961709032345,41.801614480094926],[-73.15945809027245,41.80162648010246],[-73.15920409019061,41.80164048011353],[-73.15881909006714,41.80167048013199],[-73.1581380898476,41.801704480160936],[-73.1576140896797,41.801748480186674],[-73.15760708967744,41.8017484801869],[-73.15727108956942,41.80177048020218],[-73.15703808949452,41.80178548021274],[-73.15659508935292,41.801828480235606],[-73.15641708929641,41.8018524802461],[-73.15613908920886,41.80190148026468],[-73.15587108912372,41.80193648028025],[-73.15569408906701,41.801951480288956],[-73.15529708893881,41.801967480305116],[-73.15456008870328,41.80203948034324],[-73.15429308861724,41.80205348035472],[-73.15314808824691,41.80209048039952],[-73.15282308814207,41.802105480413104],[-73.15227308796466,41.8021314804362],[-73.1520150878816,41.802146480447604],[-73.1517580877993,41.802168480460296],[-73.15142208769245,41.802210480479445],[-73.15122908763072,41.80222848048926],[-73.15108908758629,41.80224748049752],[-73.15066808745267,41.802304480522366],[-73.15052908740861,41.80232448053078],[-73.15036408735624,41.80234648054046],[-73.15000908724362,41.802395480561565],[-73.14986808719864,41.80241048056911],[-73.14970308714601,41.802428480578],[-73.14957408710482,41.80244148058474],[-73.14918808698162,41.80248248060535],[-73.14906008694086,41.80249748061246],[-73.14895108690607,41.80250848061815],[-73.14862708680263,41.80254248063536],[-73.14851908676822,41.802554480641234],[-73.14840908673308,41.802565480646976],[-73.14807908662777,41.80260048066455],[-73.14797008659308,41.802613480670665],[-73.14757508646703,41.80265548069174],[-73.14756608646417,41.80265648069224],[-73.14639108608999,41.80279448075748],[-73.1462200860356,41.80281548076716],[-73.14599808596519,41.80284648078044],[-73.14540508577699,41.802926480815344],[-73.14466008554234,41.80305848086528],[-73.14364108522369,41.80327748094101],[-73.14351208518242,41.80328948094757],[-73.14222608477114,41.80341048101317],[-73.14128908447205,41.80350848106287],[-73.14044608420329,41.80360248110869],[-73.14036808417843,41.80361148111301],[-73.13962208394008,41.80368548115179],[-73.13946808389086,41.80370048115976],[-73.13856608360199,41.803778481204446],[-73.13846908357111,41.80379048120995],[-73.13846908357118,41.80379148121013],[-73.13760208329533,41.803897481259064],[-73.13729608319858,41.80394548127838],[-73.13717508316039,41.80396548128621],[-73.13681508304678,41.80402548130961],[-73.13669508300897,41.804046481317606],[-73.13655308296394,41.804066481326124],[-73.13613008282996,41.80412848135198],[-73.13598908278531,41.80414948136067],[-73.13594008276966,41.80415448136324],[-73.1357940827233,41.80417348137171],[-73.13574608270808,41.80418048137464],[-73.13554808264513,41.80420548138594],[-73.13495308245612,41.804283481420555],[-73.13475608239357,41.80430948143204],[-73.13470808237817,41.80431348143438],[-73.13456508233246,41.80432748144179],[-73.13451808231747,41.8043324814443],[-73.13436208226766,41.80434848145251],[-73.13389708211929,41.80439848147742],[-73.13374208206993,41.80441648148599],[-73.13364708203954,41.80442548149085],[-73.13336308194884,41.80445448150578],[-73.13326908191891,41.804465481510995],[-73.13315208188153,41.80447748151715],[-73.1328030817701,41.80451348153555],[-73.13268708173311,41.80452648154188],[-73.13252908168229,41.804536481549],[-73.132198081576,41.80456048156451],[-73.13207108153469,41.80456048156868],[-73.13205508152937,41.80455848156882],[-73.13189808147764,41.804547481571845],[-73.13179408144119,41.8045024815666],[-73.1317880814391,41.80450048156642],[-73.13149908133566,41.80434048154509],[-73.1314780813282,41.80432948154365],[-73.13140408130135,41.80428248153704],[-73.1311620812148,41.80414948151935],[-73.13043908095626,41.80375248146661],[-73.1301980808701,41.8036204814491],[-73.12954708063732,41.8032634814017],[-73.12946208060657,41.803210481394274],[-73.12932008055631,41.80314148138565],[-73.12926608053745,41.80311948138318],[-73.1291720805054,41.80309448138146],[-73.1290780804741,41.803082481382226],[-73.12905508046644,41.80307948138241],[-73.12890008041585,41.80307648138692],[-73.12876808037272,41.803073481390676],[-73.12798008011538,41.80305748141348],[-73.12764308000573,41.803057481424574],[-73.1273850799222,41.803064481434404],[-73.12727907987633,41.8028704814005],[-73.12715807982659,41.80269348137036],[-73.12710607980584,41.80262848135954],[-73.12704807978339,41.80256748134968],[-73.12698107975802,41.80250648134014],[-73.12682807970165,41.80239448132359],[-73.12665907964086,41.80229548131006],[-73.12657007960932,41.802251481304495],[-73.12638207954345,41.80217148129526],[-73.1260820794397,41.80206648128488],[-73.1260250794206,41.802057481285026],[-73.12574807932742,41.802005481284105],[-73.12571707931698,41.80199948128398],[-73.12562307928535,41.801981481283576],[-73.12559307927529,41.80197648128361],[-73.12543307922137,41.801944481282696],[-73.12495507906026,41.8018494812801],[-73.12479607900671,41.80181848127936],[-73.12448707890235,41.80175348127697],[-73.12444707888885,41.80174548127675],[-73.12358107859701,41.80157348127205],[-73.12339907853584,41.80154048127168],[-73.12304907841833,41.801478481271225],[-73.12270607830263,41.80140848126901],[-73.12183107800755,41.80123148126365],[-73.12167707795574,41.801202481263104],[-73.12154207791039,41.80117848126291],[-73.1213310778404,41.80115548126543],[-73.12131007782811,41.80106248124819],[-73.12128407781255,41.80094148122572],[-73.12125807779488,41.80078448119631],[-73.12124307778453,41.80069148117888],[-73.12125307778557,41.800653481171224],[-73.12128407778926,41.8005444811492],[-73.12128407778913,41.80054248114881],[-73.1212950777906,41.80050648114152],[-73.12130707779204,41.800464481133034],[-73.121322077794,41.80041448112289],[-73.12138107780241,41.8002304810855],[-73.12141307780774,41.80014448106787],[-73.121448077814,41.80005648104977],[-73.12148007782356,41.800042481046006],[-73.12157707785283,41.80000348103529],[-73.12160607786164,41.799992481032234],[-73.12160907786249,41.79999048103175],[-73.1217090778914,41.79992848101652],[-73.12175007790333,41.79990448101056],[-73.12180207791806,41.799867481001705],[-73.12184907793097,41.79982648099226],[-73.12193507795348,41.7997334809715],[-73.12196407796016,41.7996864809615],[-73.12198707796547,41.799649480953605],[-73.12203407797737,41.79959148094089],[-73.1221320780035,41.79949348091877],[-73.122429078083,41.79920148085274],[-73.12252807810951,41.79910448083079],[-73.12260907813112,41.79902348081252],[-73.12285607819722,41.79878048075758],[-73.1229380782192,41.798700480739456],[-73.12307907825716,41.798565480708795],[-73.12312707827014,41.79852048069855],[-73.12334807833031,41.79832048065275],[-73.12355407838695,41.79814348061186],[-73.12372007843292,41.79800648057999],[-73.12376607844571,41.79796948057136],[-73.12391607848654,41.79783348054022],[-73.12394307849402,41.79781148053509],[-73.12402607851723,41.797746480519834],[-73.1240540785251,41.79772548051487],[-73.12416707855682,41.79763948049457],[-73.12422707857336,41.79758848048277],[-73.12450007864886,41.79736148043005],[-73.12470107870458,41.797196480391655],[-73.12473007871183,41.79715948038356],[-73.12486807874664,41.79698748034588],[-73.12487507874845,41.796979480344106],[-73.12489807875457,41.79695648033891],[-73.12490607875677,41.796949480337304],[-73.12491407875883,41.7969404803353],[-73.12493807876531,41.79691748033008],[-73.12494707876776,41.796909480328246],[-73.12506607879803,41.79676548029658],[-73.12542707889017,41.79633448020165],[-73.12554707892085,41.79619148017014],[-73.12610707906354,41.79551848002201],[-73.1269110792725,41.79462147982269],[-73.12680507924058,41.79466547983466],[-73.1267940792315,41.7945714798169],[-73.12595407896666,41.79471547987225],[-73.12456107852742,41.794953479963915],[-73.124369078467,41.79498847997695]]]},"properties":{"name":3108.03,"geoid":"09005310803"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.20183710337469,41.79002247647029],[-73.2018311033746,41.79005447647667],[-73.20181610337562,41.790154476496426],[-73.20181110337593,41.79018747650295],[-73.2016371033543,41.790781476623174],[-73.20111710329031,41.792567476984495],[-73.2009441032691,41.79316247710486],[-73.20052010321349,41.79456047738824],[-73.19925110304773,41.79875547823841],[-73.19882810299252,41.800154478521904],[-73.19856710295906,41.80102747869872],[-73.19778510285906,41.80364847922948],[-73.19754910282911,41.80444347939041],[-73.19752510282595,41.80452247940644],[-73.19750910282404,41.804578479417756],[-73.19749210282176,41.8046334794289],[-73.19734810280306,41.80511147952573],[-73.19658810270434,41.80763248003645],[-73.19653210269685,41.807814480073354],[-73.19355810231146,41.817693482074255],[-73.19256710218319,41.820987482741316],[-73.19236910215167,41.82154548285529],[-73.19226610213542,41.821838482915105],[-73.19177510205726,41.82322248319781],[-73.1915771020258,41.82378148331198],[-73.19127410199425,41.824918483540905],[-73.19036710190043,41.82833248422819],[-73.19006510186932,41.829471484457436],[-73.18989110180834,41.82939748444895],[-73.18984810179332,41.82937948444688],[-73.18975310176016,41.8293414844427],[-73.18959310170462,41.82928248443662],[-73.18943110164874,41.829228484431574],[-73.18926610159215,41.829179484427584],[-73.18918110156314,41.82915648442596],[-73.18895510148607,41.82909648442186],[-73.1882541012501,41.82896248441918],[-73.1871791008888,41.828766484416875],[-73.18659010069084,41.8286594844157],[-73.18570710039508,41.82851548441709],[-73.18526710024743,41.828439484416975],[-73.18484010010361,41.828356484415075],[-73.18458410001719,41.82830348441331],[-73.18441409995982,41.82826848441217],[-73.18273109939155,41.82791748440009],[-73.18186409909832,41.827728484392274],[-73.18134609892319,41.827616484387775],[-73.18104909882253,41.82754848438448],[-73.18075509872247,41.82747348437973],[-73.18051409864005,41.82740548437459],[-73.18011509850324,41.82728648436481],[-73.17985909841381,41.82718248435324],[-73.1797480983748,41.82713348434745],[-73.17965209834061,41.827083484341],[-73.17958409831643,41.82704848433651],[-73.17931609821922,41.82687848431261],[-73.17885509805038,41.82655848426617],[-73.17839909788292,41.82623448421882],[-73.17832009785391,41.826178484210644],[-73.17819709780908,41.8260964841989],[-73.17808409776835,41.82602948418973],[-73.1779680977273,41.82597348418277],[-73.17789409770111,41.825937484178276],[-73.17788409769761,41.82593348417783],[-73.17771409763782,41.825857484168786],[-73.1776680976221,41.8258444841678],[-73.17759009759543,41.825822484166146],[-73.17740709753281,41.82577048416216],[-73.17623309713429,41.82548948414676],[-73.17613509710087,41.825463484144976],[-73.17598009704807,41.82542348414238],[-73.1757280969619,41.825352484137014],[-73.17548009687675,41.82527648413055],[-73.17535709683425,41.82523448412651],[-73.1738700963181,41.8246854840698],[-73.17363009623547,41.82460848406287],[-73.17338509615165,41.82453848405747],[-73.17313909606776,41.82447348405306],[-73.17288309598095,41.82441348404994],[-73.17262409589344,41.824358484047885],[-73.17221709575652,41.82428248404667],[-73.17182509562558,41.82422448404839],[-73.17056909520603,41.82403948405417],[-73.17034309513036,41.82400348405467],[-73.16986109496935,41.82393248405689],[-73.16919909474825,41.82383548406002],[-73.1686260945564,41.823743484061175],[-73.16841709448623,41.82370648406093],[-73.16806609436848,41.82364648406094],[-73.16793809432544,41.82362248406054],[-73.16774709426116,41.8235864840599],[-73.16727109410117,41.82349948405883],[-73.16717709406952,41.82348148405845],[-73.16698809400596,41.823446484057925],[-73.16694409399119,41.82343848405784],[-73.16627309376503,41.823305484054345],[-73.16590209364031,41.823237484053465],[-73.16575509359095,41.82321148405331],[-73.1654600934925,41.82316948405492],[-73.16511309337783,41.823139484060576],[-73.16494009332094,41.823129484064346],[-73.16476709326437,41.82312448406908],[-73.16457909320341,41.823128484076044],[-73.16439209314323,41.82313948408433],[-73.16435309313073,41.823142484086176],[-73.16402709302642,41.823172484102706],[-73.16385009297012,41.82319448411277],[-73.16368909291931,41.823221484123266],[-73.16352909286921,41.8232544841349],[-73.16310109273624,41.823361484169595],[-73.16263709259339,41.82349948421147],[-73.16254409256477,41.8235274842199],[-73.16199609239548,41.82368048426742],[-73.16181009233732,41.82372048428126],[-73.16165009228696,41.8237494842921],[-73.16156509225996,41.82376048429703],[-73.16139909220716,41.82378148430654],[-73.1611720921342,41.823796484316915],[-73.16113009212071,41.82379948431887],[-73.16098609207408,41.82380348432437],[-73.16084109202686,41.823802484328965],[-73.16069809197998,41.823796484332526],[-73.16055709193326,41.82378248433446],[-73.16027909184022,41.823738484335145],[-73.16009209177719,41.82370148433418],[-73.16000009174591,41.823678484332774],[-73.15990709171435,41.82365648433161],[-73.15972409165163,41.823602484327225],[-73.1596220916164,41.82356748432383],[-73.15947309156465,41.823512484318165],[-73.15920809147156,41.82339548430435],[-73.15875809131107,41.82315648427315],[-73.15870409129168,41.82312548426895],[-73.15766909092096,41.822548484191906],[-73.15641809047335,41.821859484100386],[-73.15637709045883,41.821839484097886],[-73.15602809033375,41.821643484071636],[-73.15532209008073,41.821247484018606],[-73.15514409001634,41.82113748400328],[-73.15422508968621,41.820608483931636],[-73.15379608953207,41.82036148389819],[-73.15335508937251,41.820088483860125],[-73.15310108927996,41.81991948383594],[-73.15245408904276,41.81946648376998],[-73.15217408894149,41.81929348374587],[-73.15208208890867,41.81924448373946],[-73.15191408885006,41.81917748373208],[-73.15165608876136,41.819096483724984],[-73.15151308871296,41.81906448372351],[-73.15147508870027,41.819059483723805],[-73.15133808865464,41.81904148372486],[-73.1512210886161,41.81903348372716],[-73.15111108858015,41.8190304837302],[-73.15099908854381,41.81903248373429],[-73.15082208848699,41.819045483742606],[-73.15042308836104,41.819111483768445],[-73.15011208826284,41.81916248378851],[-73.14987208818687,41.81919848380334],[-73.14975208814866,41.81921248380999],[-73.14962208810688,41.819221483815994],[-73.14936008802187,41.819225483825385],[-73.14933108801232,41.819223483825965],[-73.14920308797032,41.819217483829036],[-73.14904608791831,41.81920148383111],[-73.14889108786655,41.81917948383197],[-73.14864308778292,41.819129483830494],[-73.14845308771821,41.819080483827314],[-73.14798708755772,41.81892948381356],[-73.14696308720383,41.818577483779464],[-73.1466730871047,41.81849648377339],[-73.14636108699912,41.81842748377038],[-73.1461520869289,41.81838948376993],[-73.1461490869279,41.81838948377003],[-73.14579908681144,41.81834548377306],[-73.1456210867527,41.81833148377623],[-73.145057086568,41.818311483790936],[-73.14485908645959,41.81756348365337],[-73.14477808641341,41.81722648359111],[-73.1447720864103,41.81720648358744],[-73.1447170863813,41.81701748355285],[-73.14465108634987,41.816848483522485],[-73.14458008631841,41.81670648349746],[-73.14455208630608,41.81665148348779],[-73.1444820862769,41.8165424834691],[-73.14432508621329,41.816329483433215],[-73.14411808613048,41.81606648338936],[-73.14394008605868,41.81583048334977],[-73.14384308602041,41.815716483330995],[-73.1437280859764,41.8156044833132],[-73.14360508592998,41.815495483296246],[-73.14347908588306,41.81539448328094],[-73.14321808578654,41.81519748325159],[-73.14284908564862,41.814893483205154],[-73.1426280855664,41.8147184831787],[-73.14256608554348,41.81467148317169],[-73.14240208548277,41.81454648315301],[-73.14211308537675,41.81434248312321],[-73.14196008532133,41.814246483109756],[-73.14181308526868,41.814164483098786],[-73.1416070851954,41.814058483085155],[-73.14143508513456,41.81397548307482],[-73.1411290850262,41.813825483055986],[-73.1408850849404,41.81371648304301],[-73.14072008488306,41.81365448303649],[-73.14017308469697,41.81351648302789],[-73.13984108458453,41.813441483024356],[-73.1395950845008,41.81337848302033],[-73.13913608434403,41.813252483011134],[-73.13893708427511,41.813181483004016],[-73.13878308422095,41.813112482995784],[-73.13852808412969,41.812971482977005],[-73.13796008392467,41.812627482929415],[-73.13737608371419,41.81227948288157],[-73.13731508369176,41.81223548287511],[-73.13722408365703,41.81214848286133],[-73.13713208361918,41.81201348283836],[-73.13672608344312,41.811265482707576],[-73.13671008343663,41.81124348270388],[-73.13666608341808,41.81117148269145],[-73.13659308338421,41.81099948266072],[-73.13634108327513,41.81053848258018],[-73.13589308308126,41.80971948243711],[-73.13571608300462,41.8093954823805],[-73.13563908297087,41.80924748235451],[-73.13563108296734,41.80923148235169],[-73.13552908292198,41.809024482315166],[-73.13525208280272,41.8085284822287],[-73.13516408276615,41.80839348220559],[-73.13503308271379,41.808227482177905],[-73.13473008259781,41.80793148213083],[-73.13451908251788,41.807739482100786],[-73.13440708247616,41.807649482087115],[-73.13429308243444,41.80757048207565],[-73.13350708215079,41.80709548200995],[-73.13291808193864,41.806746481962065],[-73.13285608191613,41.80670648195641],[-73.13280508189689,41.806661481949405],[-73.13273108186883,41.80659348193874],[-73.13267808184742,41.80652248192679],[-73.13257608179926,41.80626748188101],[-73.13256208179257,41.80623148187453],[-73.13232908167949,41.80559648175983],[-73.13208608156349,41.804967481646614],[-73.13204308154292,41.80485548162643],[-73.13201308152787,41.80476548161008],[-73.13195208149975,41.80462448158492],[-73.13189808147764,41.804547481571845],[-73.13205508152937,41.80455848156882],[-73.13207108153469,41.80456048156868],[-73.132198081576,41.80456048156451],[-73.13252908168229,41.804536481549],[-73.13268708173311,41.80452648154188],[-73.1328030817701,41.80451348153555],[-73.13315208188153,41.80447748151715],[-73.13326908191891,41.804465481510995],[-73.13336308194884,41.80445448150578],[-73.13364708203954,41.80442548149085],[-73.13374208206993,41.80441648148599],[-73.13389708211929,41.80439848147742],[-73.13436208226766,41.80434848145251],[-73.13451808231747,41.8043324814443],[-73.13456508233246,41.80432748144179],[-73.13470808237817,41.80431348143438],[-73.13475608239357,41.80430948143204],[-73.13495308245612,41.804283481420555],[-73.13554808264513,41.80420548138594],[-73.13574608270808,41.80418048137464],[-73.1357940827233,41.80417348137171],[-73.13594008276966,41.80415448136324],[-73.13598908278531,41.80414948136067],[-73.13613008282996,41.80412848135198],[-73.13655308296394,41.804066481326124],[-73.13669508300897,41.804046481317606],[-73.13681508304678,41.80402548130961],[-73.13717508316039,41.80396548128621],[-73.13729608319858,41.80394548127838],[-73.13760208329533,41.803897481259064],[-73.13846908357118,41.80379148121013],[-73.13846908357111,41.80379048120995],[-73.13856608360199,41.803778481204446],[-73.13946808389086,41.80370048115976],[-73.13962208394008,41.80368548115179],[-73.14036808417843,41.80361148111301],[-73.14044608420329,41.80360248110869],[-73.14128908447205,41.80350848106287],[-73.14222608477114,41.80341048101317],[-73.14351208518242,41.80328948094757],[-73.14364108522369,41.80327748094101],[-73.14466008554234,41.80305848086528],[-73.14540508577699,41.802926480815344],[-73.14599808596519,41.80284648078044],[-73.1462200860356,41.80281548076716],[-73.14639108608999,41.80279448075748],[-73.14756608646417,41.80265648069224],[-73.14757508646703,41.80265548069174],[-73.14797008659308,41.802613480670665],[-73.14807908662777,41.80260048066455],[-73.14840908673308,41.802565480646976],[-73.14851908676822,41.802554480641234],[-73.14862708680263,41.80254248063536],[-73.14895108690607,41.80250848061815],[-73.14906008694086,41.80249748061246],[-73.14918808698162,41.80248248060535],[-73.14957408710482,41.80244148058474],[-73.14970308714601,41.802428480578],[-73.14986808719864,41.80241048056911],[-73.15000908724362,41.802395480561565],[-73.15036408735624,41.80234648054046],[-73.15052908740861,41.80232448053078],[-73.15066808745267,41.802304480522366],[-73.15108908758629,41.80224748049752],[-73.15122908763072,41.80222848048926],[-73.15142208769245,41.802210480479445],[-73.1517580877993,41.802168480460296],[-73.1520150878816,41.802146480447604],[-73.15227308796466,41.8021314804362],[-73.15282308814207,41.802105480413104],[-73.15314808824691,41.80209048039952],[-73.15429308861724,41.80205348035472],[-73.15456008870328,41.80203948034324],[-73.15529708893881,41.801967480305116],[-73.15569408906701,41.801951480288956],[-73.15587108912372,41.80193648028025],[-73.15613908920886,41.80190148026468],[-73.15641708929641,41.8018524802461],[-73.15659508935292,41.801828480235606],[-73.15703808949452,41.80178548021274],[-73.15727108956942,41.80177048020218],[-73.15760708967744,41.8017484801869],[-73.1576140896797,41.801748480186674],[-73.1581380898476,41.801704480160936],[-73.15881909006714,41.80167048013199],[-73.15920409019061,41.80164048011353],[-73.15945809027245,41.80162648010246],[-73.15961709032345,41.801614480094926],[-73.15972309035753,41.80160748009008],[-73.16005809046462,41.8015754800729],[-73.16079509069893,41.801482480030714],[-73.16085109071672,41.801475480027506],[-73.16126309084822,41.80143248000567],[-73.16148509091899,41.80140747999354],[-73.16207909110928,41.801357479964366],[-73.16272209131526,41.80130347993279],[-73.16325309148661,41.8012794799107],[-73.16351809157187,41.80126347989888],[-73.163765091651,41.8012424798867],[-73.16437609184574,41.80117447985348],[-73.1645300918948,41.80115647984495],[-73.16504909206012,41.8010964798163],[-73.16534209215239,41.80104447979662],[-73.16550609220366,41.8010094797845],[-73.1659980923577,41.800907479748645],[-73.16616309240946,41.80087447973684],[-73.16631709245706,41.80083247972368],[-73.16633209246179,41.80082947972261],[-73.1666200925517,41.8007654797008],[-73.16678809260442,41.800732479688904],[-73.16691109264309,41.80070947968043],[-73.1669460926541,41.80070347967811],[-73.16717809272734,41.80066547966317],[-73.16732209277302,41.80064547965457],[-73.16778009291842,41.80058447962774],[-73.168032092999,41.8005604796148],[-73.16811709302634,41.80055547961104],[-73.16845409313575,41.80055147959918],[-73.1684570931367,41.80055147959908],[-73.16864009319653,41.80055647959402],[-73.16883809326154,41.80056647958942],[-73.16885809326804,41.80056647958876],[-73.16891809328773,41.80056947958735],[-73.16893809329436,41.800571479587084],[-73.16895309329259,41.80045847956483],[-73.1689300932691,41.800186479513165],[-73.16887909323398,41.799871479454154],[-73.16883109320439,41.79963347940987],[-73.16873109314727,41.79921547933261],[-73.16866709311064,41.7989464792829],[-73.1684390929842,41.79805747911907],[-73.16814909281939,41.796858478897576],[-73.16778009260439,41.795243478598465],[-73.16776909259787,41.79519347858919],[-73.16764409252059,41.79457047847324],[-73.16761909249927,41.7943464784309],[-73.16762109249323,41.79423247840886],[-73.16763609249311,41.794147478391984],[-73.16766709249815,41.79406147837439],[-73.1677690925195,41.79386047833229],[-73.1677670925158,41.79380847832234],[-73.16776909251557,41.79379347831939],[-73.16778309251448,41.793697478300416],[-73.16777909250702,41.79359247828031],[-73.16777909250578,41.79357147827626],[-73.16777609250215,41.79352647826769],[-73.16780009250974,41.79352247826612],[-73.16787609253393,41.793513478261886],[-73.16790109254188,41.79351047826048],[-73.16870309279611,41.79339747821232],[-73.17030509330405,41.793173478116394],[-73.17131009362278,41.793034478056526],[-73.17191209381348,41.79294747801994],[-73.17240809397175,41.79289547799358],[-73.17289609412792,41.792851477969045],[-73.17378609441283,41.79277347792469],[-73.17460809467669,41.79271347788607],[-73.17492209477733,41.792688477870904],[-73.17546609495177,41.79264547784471],[-73.17555109497894,41.79263747784037],[-73.17573409503747,41.792620477831065],[-73.17585509507619,41.79260947782496],[-73.17684209539244,41.79252847777684],[-73.17722809551555,41.79248647775604],[-73.17737509556248,41.79247147774831],[-73.17756109562221,41.79245847773968],[-73.17775509568419,41.79243947772963],[-73.17803809577508,41.79241947771646],[-73.17839209588846,41.79238947769902],[-73.17850409592437,41.792380477693584],[-73.17877909601185,41.79234747767818],[-73.17901909608827,41.792319477664876],[-73.17974209631856,41.79223647762506],[-73.1799840963957,41.792209477611884],[-73.18076409664465,41.792128477570586],[-73.18310409739158,41.79188747744705],[-73.18388509764088,41.79180747740591],[-73.18553609816814,41.79164147731953],[-73.1904910997507,41.79114747706108],[-73.19214310027836,41.79098347697502],[-73.19251410039678,41.790945476955486],[-73.19281210049195,41.79091547693987],[-73.19362710075208,41.79083147689683],[-73.19399810087056,41.79079447687748],[-73.19461610106835,41.79073947684651],[-73.19647010166175,41.79057647675398],[-73.19708910185989,41.790522476723176],[-73.19737510195144,41.79049747670892],[-73.1975351020027,41.790484476701145],[-73.19821710222247,41.790449476671924],[-73.19823610222852,41.7904474766709],[-73.19852310232064,41.790426476657395],[-73.19890310244121,41.79037547663505],[-73.19953210264084,41.79029147659813],[-73.20004710280435,41.79022347656805],[-73.2004281029253,41.79017347654585],[-73.20070910301487,41.790142476530605],[-73.20155510328473,41.79005247648538],[-73.20183710337469,41.79002247647029]]]},"properties":{"name":3108.04,"geoid":"09005310804"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.23294512863448,42.0450835244311],[-73.23256612850933,42.04505652443853],[-73.23143212813494,42.044975524460696],[-73.2313531281089,42.044970524462364],[-73.2310541280102,42.04494952446827],[-73.23080312792762,42.04493652447412],[-73.23005012767989,42.04489752449165],[-73.22979912759739,42.0448855244977],[-73.22933312744503,42.044877524511655],[-73.22863112721552,42.044865524532675],[-73.22682512662522,42.04483652458709],[-73.22513012607006,42.04479052463459],[-73.22396312568793,42.0447605246676],[-73.22026812447803,42.04466552477212],[-73.21951512423148,42.044646524793464],[-73.21098212143798,42.044438525036895],[-73.20918612084947,42.04438552508635],[-73.2054931196395,42.044279525188585],[-73.203573119011,42.04423452524368],[-73.20292611879923,42.044219525262264],[-73.19781611712568,42.04408552540611],[-73.19589811649756,42.04403552546015],[-73.19575211644975,42.04403152546424],[-73.195533116378,42.044025525470346],[-73.19531411630626,42.04401952547646],[-73.1951681162585,42.04401652548072],[-73.19511911624241,42.04401452548196],[-73.19504611621848,42.04401252548402],[-73.19497311619457,42.04401052548604],[-73.19492511617888,42.044009525487446],[-73.19482711614675,42.04400652549012],[-73.19468111609899,42.044003525494375],[-73.19453411605083,42.0439995254985],[-73.1944371160191,42.043997525501325],[-73.19416411592964,42.043989525508856],[-73.19375511579572,42.0439795255205],[-73.19334811566242,42.043968525531895],[-73.19307611557339,42.043962525539754],[-73.19288911551209,42.04395652554481],[-73.19114011493889,42.04390452559285],[-73.18533511303656,42.04373352575254],[-73.18340011240248,42.04367752580598],[-73.18116311166938,42.04361152586746],[-73.17780911057025,42.04351352595983],[-73.17445510947107,42.04341452605202],[-73.17221910873833,42.04334952611364],[-73.17175010858443,42.04333252612592],[-73.17034210812253,42.04328352616317],[-73.16987410796904,42.04326752617562],[-73.16928910777719,42.043248526191356],[-73.16901510768734,42.04323952619872],[-73.16644010684318,42.04315952626867],[-73.16558210656194,42.04313352629211],[-73.16325410579879,42.04306152635541],[-73.15864110428654,42.04291952648094],[-73.15627110351102,42.04287052655001],[-73.15394310274932,42.042823526618065],[-73.15019510152288,42.042746526727356],[-73.14817410086162,42.04270552678638],[-73.13895409783952,42.042431527038914],[-73.13594109685192,42.04234252712151],[-73.13572909678157,42.04232152712449],[-73.13520909661138,42.042310527139584],[-73.13512309658321,42.04230852714205],[-73.13486509649893,42.042305527150006],[-73.13477909647084,42.04230452715265],[-73.1339400961957,42.042277527175244],[-73.13259409575438,42.042235527211695],[-73.13142509537117,42.04220052724366],[-73.13058709509654,42.042176527266754],[-73.13036609502402,42.04216852727254],[-73.12970609480747,42.04214552728994],[-73.12948609473534,42.042138527295876],[-73.12903809458832,42.04212252730761],[-73.12836809436857,42.04210052732555],[-73.12769709414844,42.04207752734333],[-73.12725009400181,42.042062527355235],[-73.12758709404517,42.04094452712997],[-73.12837709414748,42.03833452660395],[-73.12860509417767,42.037592526454276],[-73.12894909422351,42.03647752622934],[-73.12896109422485,42.03643452622071],[-73.12900109423025,42.03630552619468],[-73.12901509423229,42.03626352618616],[-73.12953909430249,42.03457152584473],[-73.13001109436603,42.033052525538146],[-73.13107309450008,42.0294845248195],[-73.13157909456412,42.02778752447766],[-73.13185609460001,42.02687252429319],[-73.13203009462244,42.026295524176895],[-73.13338509479809,42.02182052327466],[-73.13348709481141,42.02148552320708],[-73.13383409485579,42.0203285229739],[-73.13453409495158,42.01810152252402],[-73.13486709499732,42.01704452231045],[-73.13642209518565,42.011684521231786],[-73.13651409519774,42.01138352117106],[-73.1372020952895,42.00915352072089],[-73.13733609530655,42.008705520630585],[-73.13772809535715,42.00740652036863],[-73.13774109535895,42.007365520360345],[-73.1378850953795,42.006921520270474],[-73.13883709549998,42.00372651962653],[-73.13897209551715,42.00327451953543],[-73.13980709562391,42.000490518974104],[-73.14210109588497,41.99229651732718],[-73.14223109589989,41.991834517234295],[-73.14312709600179,41.988632516590656],[-73.14348709604567,41.987395516341515],[-73.14456809617785,41.983687515594646],[-73.14492909622214,41.982451515345645],[-73.14653709642239,41.97699651424615],[-73.14660809643094,41.97675051419662],[-73.14671509644468,41.976394514124785],[-73.14692509647122,41.975688513982405],[-73.1469980964772,41.97538851392244],[-73.15147509701139,41.95980151078376],[-73.15149509701392,41.95973451077024],[-73.15198309706845,41.95797251041596],[-73.15210409708202,41.95753651032828],[-73.15349509724854,41.95270150935433],[-73.15400109730932,41.95094550900054],[-73.1541320973256,41.9505005089108],[-73.15452709737534,41.94916850864207],[-73.15466009739234,41.948724508552445],[-73.1567300976463,41.94163050712213],[-73.15963809800353,41.931670505113544],[-73.1624050983422,41.92217050319751],[-73.16293609840722,41.92034750282979],[-73.16387409852263,41.917136502181954],[-73.16500609866152,41.91325450139875],[-73.16527309874971,41.91327550139396],[-73.1660760990149,41.913338501379556],[-73.16634409910341,41.91335950137475],[-73.17005910031888,41.91345750127093],[-73.1812061039658,41.913751500959265],[-73.1849221051816,41.913850500855496],[-73.18498710520299,41.91385450085413],[-73.18518310526758,41.91386750085015],[-73.18524910528937,41.913872500848925],[-73.18554410538596,41.9138815008409],[-73.18643110567648,41.913910500817174],[-73.18672710577343,41.913920500809304],[-73.19109310720395,41.914072500694225],[-73.19412510819741,41.914178500614376],[-73.20419311149612,41.91452950034892],[-73.20856011292695,41.91468250023386],[-73.20883311301672,41.9146975002277],[-73.20965311328641,41.91474350020942],[-73.20992711337657,41.914759500203424],[-73.20999511339863,41.91475850020098],[-73.21020011346528,41.91475650019382],[-73.21026911348773,41.914756500191544],[-73.2120981140862,41.914807500140824],[-73.2175871158824,41.914962499988995],[-73.21941711648122,41.915014499938415],[-73.21956311652882,41.915015499933766],[-73.2200011166716,41.915018499919846],[-73.22014811671951,41.91501949991517],[-73.22052711684454,41.915047499908],[-73.22166311721953,41.91513449988712],[-73.22204311734497,41.91516349988011],[-73.22233611744058,41.91516749987117],[-73.22253111750419,41.91516949986512],[-73.22262911753621,41.91517149986226],[-73.22355711783909,41.91518449983403],[-73.22399511798197,41.915189499820485],[-73.22448411814159,41.91519649980565],[-73.22533211841919,41.91522249978257],[-73.2278771192524,41.91530149971348],[-73.22872611953036,41.91532849969056],[-73.23334112103902,41.91543449955811],[-73.23787712252187,41.91553949942803],[-73.24718712556513,41.91575249916048],[-73.2496311263641,41.91580949909042],[-73.25180312707388,41.915856499027456],[-73.25233912724877,41.91586349901105],[-73.25394912777415,41.91588549896189],[-73.25448612794943,41.91589349894562],[-73.25469512801638,41.91587549893524],[-73.25532512821843,41.91582449890457],[-73.25553512828577,41.91580749889434],[-73.25703612877894,41.91588449885935],[-73.2592681295123,41.91599949880744],[-73.26154013025872,41.91611549875438],[-73.26304213075227,41.916193498719544],[-73.2641981311299,41.91621649868562],[-73.26766613226287,41.91628649858404],[-73.26882213264058,41.91631049855029],[-73.26915013274768,41.91631649854058],[-73.2701361330698,41.91633649851171],[-73.2704651331773,41.91634349850214],[-73.27090413332078,41.91635349848949],[-73.27222113375129,41.91638449845175],[-73.27266013389483,41.916395498439314],[-73.27285213395751,41.916398498433495],[-73.27342913414597,41.91640949841646],[-73.27362213420902,41.91641349841083],[-73.27384613428222,41.91641849840435],[-73.27452113450293,41.91643549838523],[-73.27474613457653,41.91644149837892],[-73.2790141359711,41.91653249825476],[-73.28172713685761,41.91659149817604],[-73.28968113945656,41.9167624979448],[-73.29038813968756,41.9167774979242],[-73.2908571398408,41.91678749791055],[-73.29182114015575,41.91680749788238],[-73.29609014155065,41.916900497758455],[-73.29764414205837,41.916933497713174],[-73.29852314234556,41.91695249768763],[-73.30230714358191,41.917033497577464],[-73.30386214408999,41.9170674975323],[-73.30510314449559,41.91709649749666],[-73.3062991448865,41.9171244974623],[-73.3075731453029,41.917154497425706],[-73.30867314566244,41.91718049739415],[-73.30882614571242,41.91718349738962],[-73.3097341460092,41.91720549736368],[-73.3100681461184,41.917213497354105],[-73.31099214642087,41.91724349732916],[-73.31581214799876,41.91739949719888],[-73.31627314814962,41.91741349718623],[-73.31818914877688,41.917476497134636],[-73.33488815424322,41.91801649668283],[-73.34109415627472,41.91821849651508],[-73.34117315630073,41.918223496513406],[-73.34141115637918,41.91824049650875],[-73.34149115640557,41.918246496507244],[-73.34171015647762,41.91825949650244],[-73.34236815669423,41.9183014964886],[-73.34258815676665,41.91831549648396],[-73.34261615677576,41.91831549648303],[-73.34270015680329,41.91831849648081],[-73.34272915681282,41.91832049648024],[-73.34518015760888,41.918295496393846],[-73.35253615999821,41.91822449613527],[-73.3549881607946,41.91820049604898],[-73.35571016103067,41.91821949602859],[-73.35787816173956,41.91827749596751],[-73.358601161976,41.918297495947265],[-73.35904216212,41.918306495934296],[-73.36036516255221,41.918335495895775],[-73.36080716269663,41.918345495882996],[-73.36100116275988,41.91834749587691],[-73.361412162894,41.91835449586455],[-73.36158516295036,41.91835549585898],[-73.361596162954,41.9183564958588],[-73.36178016301406,41.91835949585327],[-73.36213716315606,41.91879249592447],[-73.36249416329811,41.91922549599569],[-73.36252116330886,41.91925849600113],[-73.36262816338393,41.919932496126926],[-73.36254116341374,41.920905496316585],[-73.3623051633771,41.92157749645343],[-73.3620731633414,41.922243496589005],[-73.36135516315288,41.92299849675783],[-73.36000616274602,41.92353549690584],[-73.35887216241346,41.92414549706069],[-73.35743116197521,41.92465849720717],[-73.35686316181065,41.92499749729116],[-73.35666816176781,41.92534249736386],[-73.3566791618147,41.926067497502636],[-73.35668016181748,41.926108497510484],[-73.35718316203838,41.927066497677565],[-73.35772616224753,41.92760949776368],[-73.35801616235916,41.92789849780949],[-73.3582421624462,41.928124497845324],[-73.35840316250463,41.92822549785935],[-73.36038116322308,41.92947749803368],[-73.3612751635615,41.93027249815646],[-73.36152016365428,41.930490498190125],[-73.36168816375204,41.93121149832287],[-73.36135416369851,41.932134498511125],[-73.3611191636634,41.932826498651714],[-73.3612771637801,41.93391849885599],[-73.36180216398142,41.93442849893635],[-73.36188316401251,41.9345074989488],[-73.36339616452418,41.93483049896036],[-73.36479016498595,41.934966498939986],[-73.36568216529773,41.935326498979315],[-73.3660001654234,41.93569749903989],[-73.36634516555982,41.93610149910591],[-73.36637616558139,41.936293499141705],[-73.36641416560846,41.93653949918764],[-73.36645216563495,41.93677549923163],[-73.36641516567417,41.937632499397296],[-73.36582816554784,41.93871449962445],[-73.3654641654578,41.9391894997277],[-73.36487316531183,41.93996449989609],[-73.36467116526188,41.94022849995347],[-73.36372116499766,41.94097950012921],[-73.36333716489868,41.94141450022547],[-73.36338816493253,41.941702500279014],[-73.3633911649344,41.94171750028179],[-73.3636351650251,41.94190650030991],[-73.3646281653491,41.9419205002795],[-73.36518516553636,41.942020500280094],[-73.3660411658462,41.94254350035188],[-73.36645916602279,41.94322150046801],[-73.36650516607389,41.94382550058233],[-73.36629816605489,41.94463350074423],[-73.3662711661453,41.94629150106315],[-73.36641716621949,41.94673750114383],[-73.36670416636497,41.947607501301114],[-73.36715916655714,41.94834450142731],[-73.36764516673973,41.94875250148935],[-73.36828416697975,41.94928850157084],[-73.36840416702587,41.94940650158948],[-73.36963216749801,41.95061750178077],[-73.37005016767536,41.95130750189915],[-73.37012916772933,41.95177950198704],[-73.37015716774843,41.95194650201814],[-73.37006016774595,41.95243250211459],[-73.37000016774637,41.95276550218043],[-73.36990316774677,41.953299502286086],[-73.36987916774729,41.95343850231354],[-73.36978716774985,41.95398150242073],[-73.36977616777331,41.95443350250778],[-73.36981916781623,41.95491650259896],[-73.36982416782092,41.95496750260858],[-73.36991816786576,41.95520550265109],[-73.36996216788661,41.95531450267052],[-73.37000616790752,41.95542450269014],[-73.37001416791139,41.955445502693905],[-73.37039516805173,41.95571850273353],[-73.370468168088,41.955927502771196],[-73.37046416808921,41.95596950277937],[-73.37043316810228,41.956356502854625],[-73.3698991679603,41.956887502974254],[-73.36974616791655,41.95698850299871],[-73.36976216794217,41.957329503063576],[-73.3700681680726,41.957844503152124],[-73.37008016807764,41.95786350315536],[-73.37065416828656,41.95823250320697],[-73.37069316830123,41.958265503212],[-73.37074016831785,41.95828750321464],[-73.37080016833966,41.95832550321994],[-73.3714051685544,41.95862350325688],[-73.37169116865643,41.95877250327592],[-73.3717281686693,41.95878650327735],[-73.3718831687242,41.95886050328637],[-73.37201516877263,41.958952503299585],[-73.37219916883966,41.95907150331628],[-73.37235316889614,41.95917750333147],[-73.37253816896593,41.95933750335599],[-73.37276616905818,41.959638503406076],[-73.37285516909527,41.95977450342919],[-73.37294316913321,41.959929503455974],[-73.37300216916002,41.96005650347836],[-73.37303216917601,41.960160503497306],[-73.37303916918069,41.96020050350473],[-73.37303916918745,41.96031350352639],[-73.37296616917388,41.96048350356143],[-73.3729291691707,41.96063150359104],[-73.37287816916105,41.96074750361498],[-73.37285616915767,41.960810503627805],[-73.37278316914247,41.96095350365765],[-73.37275316913995,41.96107450368185],[-73.37282016917852,41.96135450373331],[-73.37284216919299,41.961476503755954],[-73.37292316923458,41.961730503801945],[-73.37290816923479,41.96181550381875],[-73.37287116922838,41.961909503838],[-73.37282816921947,41.96199450385573],[-73.37276916920398,41.96205650386959],[-73.37271016918959,41.96213650388689],[-73.37262216916734,41.96224350391035],[-73.37252616914168,41.96233650393138],[-73.37244516912064,41.96242550395114],[-73.37236416909853,41.962496503967465],[-73.372312169084,41.962536503976864],[-73.37221016905637,41.962629503998095],[-73.3721291690359,41.96272750401959],[-73.3720991690312,41.96281250403688],[-73.37207016902553,41.96287550404993],[-73.3719601690007,41.96305850408869],[-73.37188616898273,41.96316050411072],[-73.37176116895893,41.96344250416895],[-73.37153016888603,41.96348050418394],[-73.37146516886554,41.96349150418823],[-73.37117016877244,41.96354050420747],[-73.37069316863875,41.9639005042924],[-73.3700911684678,41.96431750439244],[-73.36938016826579,41.964808504510295],[-73.3685851680444,41.965432504656455],[-73.3678551678628,41.96636750486005],[-73.36742416779177,41.967523505096054],[-73.36725016780123,41.968626505313296],[-73.3671921678042,41.9689915053852],[-73.36715416782103,41.96947850547983],[-73.367119167837,41.969935505568586],[-73.36713616791653,41.97117050580476],[-73.36722916796094,41.9714065058469],[-73.36754816811309,41.972212505990754],[-73.36845216848538,41.97351450621014],[-73.36904816871589,41.97412350630697],[-73.36966216895321,41.974748506406264],[-73.37044616924962,41.975435506511765],[-73.37094816943939,41.975875506579335],[-73.37163716970234,41.976520506679954],[-73.3719861698533,41.97714350678772],[-73.37215516995214,41.97787450692217],[-73.37218416996913,41.97800050694536],[-73.37264017017458,41.97895150711238],[-73.37269217019806,41.97906050713153],[-73.37276417025421,41.97960650723376],[-73.3729471703622,41.9804135073823],[-73.37298317038346,41.98057250741157],[-73.37297117040784,41.981044507502425],[-73.37285817040586,41.98162450761733],[-73.37243117029917,41.98216350773488],[-73.37242517029739,41.982166507735656],[-73.3714921700254,41.982695507868165],[-73.37062616977539,41.983227507999025],[-73.36998816958022,41.98343650806037],[-73.36935716936996,41.98335550806592],[-73.36873316914667,41.98301950802237],[-73.36828516896557,41.982431507924645],[-73.3681881689301,41.98236650791542],[-73.36792616883426,41.982190507890444],[-73.36758716872036,41.982131507890465],[-73.36707516855542,41.9821605079131],[-73.36660416842128,41.982480507990154],[-73.36629616835775,41.98309350811788],[-73.36620516837053,41.98380050825641],[-73.36625716843542,41.98460050840797],[-73.3665891685928,41.98542250855439],[-73.36700716877723,41.98622850869487],[-73.36767616902607,41.9867465087718],[-73.36799816917475,41.98747750890112],[-73.36798816919517,41.98787250897712],[-73.36798416920287,41.98802250900601],[-73.36788116919136,41.98838950907976],[-73.36768916916976,41.989071509216835],[-73.36705216902939,41.9901885094521],[-73.36686116904441,41.99147550970506],[-73.36675016906189,41.992369509880035],[-73.36673816906368,41.99246450989864],[-73.36681516910896,41.992801509960614],[-73.3669531691731,41.99312151001733],[-73.36748116939174,41.99390051014894],[-73.36751916944178,41.99452851026797],[-73.36751616944171,41.99454351027096],[-73.36747716944221,41.9947635103144],[-73.36672716923907,41.995447510470456],[-73.36620316910322,41.99602651059886],[-73.36592116904272,41.99654851070827],[-73.36591116906293,41.99693951078351],[-73.36596316909528,41.997196510831],[-73.36568716900997,41.99727251085478],[-73.36548816895478,41.997432510892075],[-73.36533316891901,41.99767751094417],[-73.3650591688547,41.99809251103283],[-73.3649261688182,41.9982055110589],[-73.36498916884308,41.998278511070794],[-73.3650511688676,41.998350511082506],[-73.36507416887346,41.99832351107657],[-73.36516916889502,41.998167511043526],[-73.36557316899044,41.99756551091472],[-73.36562516900445,41.99751651090359],[-73.36565416901333,41.9975075109009],[-73.36569716902696,41.99750151089831],[-73.36574216904127,41.99749551089566],[-73.36576416905035,41.99752751090106],[-73.36577216905458,41.997554510905964],[-73.36577216906052,41.99765351092492],[-73.36571416905892,41.99794151098203],[-73.36574316907429,41.99804051100002],[-73.36575816908513,41.99813951101849],[-73.36577016909023,41.998159511021925],[-73.3658761691353,41.99833551105209],[-73.3659271691549,41.99838551105997],[-73.3660601692048,41.9984955110766],[-73.3661481692373,41.99855951108591],[-73.36630216929079,41.998615511091494],[-73.36649116935445,41.998650511091896],[-73.36660416939105,41.99864751108755],[-73.3667401694346,41.99863551108071],[-73.36684716946819,41.998614511073114],[-73.36694216949893,41.99861151106935],[-73.36706816953846,41.998586511060374],[-73.36739216963964,41.99851451103575],[-73.36787716978932,41.99837751099332],[-73.36835616993675,41.99823551095013],[-73.3684951699802,41.99820551093974],[-73.36861317001743,41.998185510931954],[-73.36870917004873,41.99818651092895],[-73.36880417008004,41.99819251092692],[-73.36889317010876,41.99818851092319],[-73.36898117013861,41.99820851092408],[-73.3690621701656,41.998218510923294],[-73.36921617022126,41.99831051093578],[-73.36930517025245,41.998347510939894],[-73.369342170267,41.998389510946694],[-73.36935617027319,41.9984165109514],[-73.36934217027212,41.998474510962964],[-73.36931317026591,41.998528510974296],[-73.3691801702303,41.99865651100324],[-73.36909817020678,41.99870951101614],[-73.36900917017967,41.99874051102505],[-73.36895017016256,41.99877551103373],[-73.36886117013485,41.998796511040716],[-73.36814616990601,41.99886251107723],[-73.36801416986322,41.99886551108222],[-73.36796616984823,41.998876511085925],[-73.36788816982398,41.99889551109218],[-73.36780516979853,41.99892151109992],[-73.36768416976278,41.99898251111564],[-73.36738416967428,41.99913551115499],[-73.36726716964125,41.99921951117497],[-73.36717716961753,41.9993125111958],[-73.36710516959943,41.99940151121523],[-73.36706716959215,41.99948651123279],[-73.36704216959589,41.99968451127155],[-73.3670261695953,41.99976151128683],[-73.3669491695826,41.99996751132886],[-73.36692616957751,42.0000075113373],[-73.36693016957886,42.00000851133735],[-73.36691916957649,42.00002851134154],[-73.36690716957384,42.00004951134597],[-73.36687916956785,42.000101511356874],[-73.36685716956268,42.00013451136393],[-73.36685316956161,42.000138511364824],[-73.36665816950976,42.00033251140849],[-73.36665216950792,42.000334511409086],[-73.36652616947075,42.00039851142555],[-73.36643016944343,42.000464511441386],[-73.36639316943234,42.00048051144569],[-73.36629016940145,42.00052451145757],[-73.3661281693504,42.000552511468335],[-73.36595216929442,42.000574511478405],[-73.36586016926404,42.00056751148015],[-73.365790169241,42.00056351148173],[-73.36558116917145,42.00053851148392],[-73.36553816915709,42.000532511484195],[-73.36551816915046,42.000530511484484],[-73.36541216911434,42.000503511482854],[-73.36538516910518,42.00049751148259],[-73.36537116910027,42.00049151148192],[-73.36561216915305,42.00006351139189],[-73.36571316917525,41.999885511354435],[-73.36565016911379,41.99920351122591],[-73.36540316900513,41.99873251114392],[-73.36536516899065,41.998697511138495],[-73.36521216893249,41.99855851111697],[-73.3650851688874,41.99849651110934],[-73.36495716884208,41.99843551110193],[-73.36476416879094,41.998630511145734],[-73.36470616877574,41.99869151115934],[-73.36426816864439,41.99887951121],[-73.36397716855667,41.9989965112421],[-73.36380816851917,41.99928851130368],[-73.36369916850624,41.99966451137935],[-73.36383116857982,42.00017451147263],[-73.36413116867708,42.000167511461264],[-73.36398916864808,42.00045451152097],[-73.36395716864257,42.00053651153775],[-73.36385516862586,42.000811511593824],[-73.36367116857713,42.00099751163561],[-73.36323716844703,42.0011845116859],[-73.36230216814855,42.00128351173609],[-73.35988816736626,42.00134551182855],[-73.35862316696227,42.001477511896084],[-73.35799016677298,42.001757511970816],[-73.35763016667916,42.002147512057554],[-73.35735816661686,42.002585512150524],[-73.35723016657529,42.00258751215518],[-73.35721516657043,42.00258751215568],[-73.3571021665338,42.00259051216001],[-73.35679016643252,42.002595512171396],[-73.35664816638646,42.002598512176704],[-73.35535616596057,42.002511512203164],[-73.35148416468418,42.00225151228259],[-73.35019316425863,42.00216551230921],[-73.34956716405246,42.00212651232261],[-73.34769016343438,42.00201151236321],[-73.34706516322859,42.0019735123768],[-73.34329416198668,42.00174051245796],[-73.33607815961025,42.00129551261339],[-73.33468815915252,42.00121051264347],[-73.33380715886233,42.001155512662294],[-73.33340015872831,42.00113051267108],[-73.33223515834462,42.001058512696126],[-73.33198115826094,42.001042512701524],[-73.32821015701904,42.0008105127828],[-73.31658815319054,42.000079513030066],[-73.311274151434,41.99964551312391],[-73.3005031478737,41.99876851331453],[-73.29903314738777,41.99864851334047],[-73.28808214376787,41.99775651353399],[-73.2694091375951,41.99623451386329],[-73.26051613465523,41.99550951401987],[-73.24953813102604,41.994615514213166],[-73.24934113096069,41.994595514215874],[-73.2464741300099,41.99431251425683],[-73.24360612905882,41.99402951429781],[-73.2432701290475,41.99567451462427],[-73.24228112901537,42.0005355155887],[-73.24226412901442,42.000612515604026],[-73.24191512899878,42.00225551593048],[-73.24179112899412,42.00285451604937],[-73.24151712898441,42.00418751631391],[-73.24142112898089,42.004652516406196],[-73.24129912897698,42.00525251652522],[-73.24126412897661,42.00543751656182],[-73.24116112897623,42.00599351667178],[-73.24112712897626,42.006179516708556],[-73.24105612897385,42.0065265167774],[-73.24082112896558,42.0076705170044],[-73.2408121289652,42.00771351701294],[-73.2404731289489,42.00929051732634],[-73.24013712893293,42.010856517637535],[-73.23991312892257,42.01190551784595],[-73.23941512889837,42.01421751830543],[-73.2390801288825,42.01577951861577],[-73.23815612882429,42.01984551942532],[-73.23802612881822,42.0204535195461],[-73.23722812878204,42.02420052029027],[-73.2370791287734,42.02486852042315],[-73.2365801287454,42.027121520871226],[-73.23646712873912,42.02763252097283],[-73.23607812872655,42.02954352135171],[-73.23590412872417,42.03045252153155],[-73.23590312872415,42.03045752153257],[-73.23569612871754,42.031475521734365],[-73.23504612869785,42.03469052237157],[-73.23451612867905,42.037265522882215],[-73.23447312867782,42.03747952292461],[-73.23412612866737,42.039196523264856],[-73.23395112866385,42.04009152344202],[-73.23374212866032,42.04117152365574],[-73.23342112865166,42.04277652397365],[-73.23324312864716,42.04367152415091],[-73.23321312864623,42.04381952418023],[-73.23312512864406,42.04426252426795],[-73.23309612864351,42.04441152429743],[-73.23306512864143,42.044545524324135],[-73.23297412863586,42.0449485244043],[-73.23294512863448,42.0450835244311]]]},"properties":{"name":4256,"geoid":"09005425600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.10423505415727,41.48940442149686],[-73.10423705415909,41.489424421500665],[-73.10423705416024,41.48944442150455],[-73.1043630542433,41.490176421642666],[-73.1045180543225,41.490677421734965],[-73.10462805438637,41.491166421826385],[-73.10463105440088,41.49140142187194],[-73.10459705441421,41.491824421955236],[-73.10453305440738,41.492066422004335],[-73.10429705434382,41.49229242205593],[-73.10418705431618,41.492432422086715],[-73.10411705430397,41.49261442212434],[-73.10401805430175,41.4931334222284],[-73.10400605430576,41.493270422255414],[-73.10397105429969,41.493362422274416],[-73.10388005428639,41.493644422332174],[-73.1035450542258,41.4944794225053],[-73.10344505419998,41.49459442253091],[-73.10326505414784,41.49470342255794],[-73.10295205405494,41.49485442259747],[-73.10273805399045,41.494940422621156],[-73.10248105391356,41.49505342265148],[-73.10237505388305,41.49512142266814],[-73.10218705383704,41.495381422724776],[-73.10212305382318,41.49550142275019],[-73.10210105382359,41.495632422776346],[-73.10209105383088,41.49581542281223],[-73.10217905387628,41.49610742286608],[-73.1021730538854,41.49629942290357],[-73.10217305388568,41.49630442290454],[-73.1020650538651,41.49655542295682],[-73.10195405383973,41.49674042299639],[-73.101869053825,41.496963423042466],[-73.10179205379643,41.49690142303292],[-73.10172205377255,41.49688142303133],[-73.10164505374682,41.49686842303131],[-73.10130405363759,41.496893423047275],[-73.10085205349415,41.49695042307307],[-73.09875205282903,41.497236423197045],[-73.09839905271707,41.497281423217274],[-73.09799805258984,41.497332423240245],[-73.09785605254474,41.49734942324819],[-73.09743005240958,41.497403423272544],[-73.09728905236484,41.497421423280635],[-73.09657905213952,41.497510423321046],[-73.09639605208152,41.49753442333167],[-73.09445105146524,41.49779542344572],[-73.09397905131573,41.497859423473514],[-73.09381805126354,41.497860423478954],[-73.0937410512378,41.497847423478945],[-73.09318705105244,41.49775142347835],[-73.09314705103877,41.4977394234773],[-73.09250405081946,41.4975554234625],[-73.09141505044634,41.49721442343173],[-73.0908400502494,41.497035423415674],[-73.09028405005873,41.49685842339939],[-73.09020805003313,41.49684242339877],[-73.08989704992855,41.496779423396646],[-73.08928604972937,41.49676442341363],[-73.0890810496634,41.49677442342226],[-73.08907104966022,41.49677542342276],[-73.08890504960767,41.496798423432644],[-73.08878004956773,41.49680942343883],[-73.08866204952771,41.496779423436855],[-73.08853304948329,41.4967354234325],[-73.0883770494281,41.496656423422245],[-73.08828304939397,41.49659342341307],[-73.0882220493718,41.49655242340709],[-73.08811804933292,41.49646342339319],[-73.08800804929116,41.49635842337637],[-73.08793304926222,41.496278423363265],[-73.08778204920675,41.496166423346416],[-73.08749904909196,41.495768423278314],[-73.08735004903151,41.49555842324237],[-73.08712404894547,41.495338423206995],[-73.0867680488167,41.495108423173896],[-73.08635604867013,41.49488542314399],[-73.08592704851758,41.49465442311306],[-73.08503004820379,41.49426142306592],[-73.08464904807194,41.49411942305072],[-73.08433504796467,41.49402642304288],[-73.08396104783907,41.49395342304087],[-73.0837110477555,41.493911423040835],[-73.0818650471467,41.493744423068485],[-73.08125304694305,41.493657423071504],[-73.0811600469086,41.49358342306015],[-73.0811040468879,41.49353942305342],[-73.08084404679475,41.493387423032345],[-73.0792980462599,41.492813422971146],[-73.0760510451378,41.49162942284674],[-73.07545104492976,41.491398422821376],[-73.07505804479304,41.49123942280327],[-73.07478504469722,41.491114422787874],[-73.07382604435695,41.49061042272113],[-73.07369204430965,41.49054442271266],[-73.07346104422801,41.49042842269764],[-73.07339504420473,41.49039642269356],[-73.07292304403825,41.49016542266403],[-73.07234304383812,41.48995942264287],[-73.07233604383573,41.48995742264271],[-73.07194504370233,41.489844422633475],[-73.07174404363535,41.48981442263418],[-73.07121604345966,41.489739422636774],[-73.07080604332329,41.48968242263904],[-73.07016104310841,41.48958642264136],[-73.069634042932,41.48949342264043],[-73.0690400427323,41.48937342263642],[-73.06887204267586,41.48934042263548],[-73.06832404249039,41.48920842262766],[-73.06819404245628,41.48934942265928],[-73.06789804237897,41.489675422732255],[-73.0678270423626,41.48979142275711],[-73.06772704233958,41.48995542279223],[-73.06761204231319,41.49014542283288],[-73.06744804227571,41.49041942289147],[-73.06728804224166,41.49073042295711],[-73.06718704222031,41.490929422999066],[-73.06709804220144,41.49110342303577],[-73.06700904218286,41.49128242307344],[-73.06688904215886,41.49154242312787],[-73.06682804214361,41.491621423145205],[-73.06682604214318,41.49162542314605],[-73.06667904210255,41.49174842317473],[-73.06654704206522,41.49184442319767],[-73.06615404195428,41.49213342326661],[-73.06602304191733,41.49223042328971],[-73.06594804189575,41.49227842330148],[-73.0657250418316,41.49242142333653],[-73.06565104181038,41.49247042334844],[-73.06560104179611,41.492504423356685],[-73.06545004175308,41.49260842338181],[-73.0654010417392,41.4926434233902],[-73.06529304171909,41.49290342344424],[-73.06525104171148,41.493008423465994],[-73.06499004166606,41.493691423607196],[-73.06489004164878,41.493955423661745],[-73.06485604164494,41.49408042368714],[-73.06475604163411,41.49445642376345],[-73.06472404163098,41.49458242378897],[-73.0645230415677,41.4946164238021],[-73.06392004137781,41.49471842384154],[-73.06371904131453,41.494752423854685],[-73.06355104126101,41.49477042386365],[-73.06305004110166,41.49482742389102],[-73.06288404104887,41.494846423900114],[-73.0628090410252,41.49485842390488],[-73.06258604095513,41.49489842391989],[-73.06251204093186,41.49491142392482],[-73.06232104087096,41.49493042393475],[-73.06175104068943,41.49499142396513],[-73.06156104062894,41.49501242397539],[-73.06135304056178,41.49501842398332],[-73.06072904036048,41.49504042400786],[-73.06052204029369,41.49504742401596],[-73.06042204026134,41.4950494240196],[-73.06012404016506,41.49505742403085],[-73.06002504013311,41.49506042403465],[-73.05979104005623,41.49504442403915],[-73.05908903982571,41.494998424053044],[-73.05885503974888,41.49498342405772],[-73.05858603965994,41.494955424061025],[-73.05777903939338,41.49487542407172],[-73.05751003930449,41.49484842407522],[-73.05724603921804,41.49483542408128],[-73.05645503895903,41.494796424099434],[-73.05619203887296,41.49478442410564],[-73.05581903877258,41.49514442418771],[-73.05545003867682,41.49556242428093],[-73.0551230385862,41.49583242434402],[-73.0548990385289,41.49610042440337],[-73.05465603846584,41.4963754244647],[-73.05464703847119,41.49651942449297],[-73.054677038496,41.49678142454292],[-73.05467203849338,41.49676442453976],[-73.05438003838687,41.496560424509624],[-73.05402803827852,41.496663424541076],[-73.05384603822164,41.49670142455439],[-73.05378703820443,41.4967354245629],[-73.05371803818421,41.49677342457252],[-73.05349803812011,41.49690042460436],[-73.05333603807273,41.496991424627296],[-73.05320903803572,41.49706442464563],[-73.05314303797891,41.49644942452827],[-73.05310403794486,41.496077424457255],[-73.05284403781134,41.49522342429977],[-73.05240603764656,41.49483042423764],[-73.05226903759502,41.49470742421819],[-73.05203303749754,41.49434442415533],[-73.05170403736176,41.4938404240681],[-73.05143803723723,41.49317642394772],[-73.05153503720187,41.492013423718554],[-73.05165903722154,41.49165542364496],[-73.05173503723356,41.49143542359974],[-73.05199303728173,41.49081642347107],[-73.05210903730332,41.49053742341307],[-73.05241103736223,41.489856423270915],[-73.05271003742061,41.48918342313041],[-73.0530860374992,41.48842742297129],[-73.05338203756104,41.48783142284582],[-73.05367403760329,41.48691742265871],[-73.05371503760969,41.48679742263405],[-73.05377503761899,41.48662042259771],[-73.05392003764197,41.486201422511556],[-73.05391503763374,41.48608642248938],[-73.0539150376331,41.48607542248723],[-73.05391203762716,41.48598842247041],[-73.0539090376211,41.48590042245343],[-73.05389903760259,41.48563442240204],[-73.05389203758881,41.4854344223634],[-73.05369403749631,41.48494342227442],[-73.0536680374842,41.48487942226282],[-73.05363103746696,41.484788422246346],[-73.0535680374376,41.48463342221826],[-73.05351203741138,41.48449342219286],[-73.05284103715243,41.4837774220755],[-73.05200303684524,41.48316542198379],[-73.050498036313,41.482404421884766],[-73.04996103611354,41.48196642181707],[-73.04983703603943,41.481377421706625],[-73.04974703598575,41.48095142162674],[-73.04960603587823,41.47987642142236],[-73.04977803583921,41.47822542109583],[-73.04996903580897,41.47661942077743],[-73.05000703577967,41.47589442063524],[-73.05001603577324,41.47573142060326],[-73.05031103579094,41.4743724203295],[-73.05093303589406,41.472652419974864],[-73.05123803595463,41.47198341983491],[-73.05160003604169,41.4714534197201],[-73.05181003605988,41.47058341954412],[-73.05211803606713,41.468968419220104],[-73.05222403607304,41.468472419120225],[-73.05241503608706,41.46763641895147],[-73.05298703622931,41.46688141878608],[-73.05334603631496,41.4663434186698],[-73.05352103635644,41.4660764186122],[-73.05378103640058,41.46537541846746],[-73.05378903636006,41.46462441832116],[-73.05377403634164,41.46438841827576],[-73.0534750361462,41.462674417952144],[-73.05349103612333,41.46218541785653],[-73.05372703616756,41.46162141773919],[-73.05417703627003,41.46086241757696],[-73.05547403661605,41.45955741728105],[-73.05555103663644,41.459477417262974],[-73.05590903674121,41.45927841721266],[-73.05646603690424,41.45896941713447],[-73.05710703710749,41.45888641709751],[-73.05728203716298,41.45886341708736],[-73.05863303759394,41.45873341701819],[-73.05896803769618,41.45862041698532],[-73.05943403783964,41.45848541694393],[-73.06026603807614,41.45790141680333],[-73.06083803821117,41.4570204166134],[-73.06093703822906,41.45677241656196],[-73.06109703827553,41.45667741653827],[-73.06126503832436,41.456578416513565],[-73.0617690384706,41.45627641643846],[-73.06211103858296,41.456300416432015],[-73.06215303860932,41.45652241647383],[-73.06223603864275,41.4566354164931],[-73.06245203872288,41.45681041652013],[-73.06274303882502,41.45694441653672],[-73.06309003894485,41.45707041654997],[-73.06369903915424,41.45727541657005],[-73.06409503928977,41.45739741658091],[-73.06426703934903,41.457457416586976],[-73.0644840394262,41.457575416602886],[-73.06531603974031,41.4583434167252],[-73.06560303985198,41.45866641677871],[-73.06585703993338,41.45864841676694],[-73.06648504016187,41.45907841683016],[-73.06777704063201,41.45996441696049],[-73.06922804112023,41.460266416972054],[-73.06990404134775,41.4604084169777],[-73.07019904145146,41.46054741699515],[-73.07030304148905,41.460614417004805],[-73.07163204196986,41.46147641712921],[-73.0759330435259,41.464266417531924],[-73.07736704404476,41.46519741766631],[-73.07857704448313,41.465992417781536],[-73.08220704579834,41.46837941812757],[-73.08240704587077,41.468510418146536],[-73.0834180462371,41.46917541824293],[-73.086041047184,41.47083941848109],[-73.08768604777781,41.47188241863034],[-73.09257704954352,41.47498441907414],[-73.09388205001835,41.47587641920506],[-73.09644705095178,41.47763141946266],[-73.0971800512148,41.47806841952374],[-73.09782805144731,41.47845441957766],[-73.1019740529349,41.48092241992229],[-73.10335605343079,41.48174542003722],[-73.10337705344614,41.48189342006531],[-73.10346305350912,41.48250242018085],[-73.10346105351648,41.48264142020793],[-73.10346805352411,41.48273442022577],[-73.10352105354575,41.48281142023901],[-73.10362505358204,41.48285542024417],[-73.10368705360521,41.48290842025245],[-73.10424705382077,41.48349542034827],[-73.10432005385064,41.4836034203669],[-73.10431905387027,41.48394942043415],[-73.10428605388783,41.48444042053064],[-73.10433105391321,41.48462742056551],[-73.10425205389335,41.484727420587525],[-73.10419005390679,41.485310420702824],[-73.10418205394552,41.486027420842404],[-73.10436605406376,41.48704342103383],[-73.10440005410844,41.48762742114619],[-73.10439205413356,41.48810842123993],[-73.10425205414309,41.48906242142983],[-73.10424405414938,41.489216421460036],[-73.10423205414985,41.48929242147518],[-73.10423405415436,41.48935942148814],[-73.10423505415727,41.48940442149686]]]},"properties":{"name":3453,"geoid":"09009345300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.93372098834378,41.305576391204056],[-72.93362398832024,41.305716391234505],[-72.9333339882499,41.30613539132568],[-72.93323798822675,41.30627639135631],[-72.9329689881332,41.3061643913431],[-72.93216398785326,41.30583039130375],[-72.93189598776006,41.305719391290694],[-72.9317619877272,41.305906391331526],[-72.93135998762851,41.30646639145385],[-72.931226987596,41.30665439149486],[-72.93104698755207,41.306909391550455],[-72.93050998742122,41.30767439171716],[-72.93033098737766,41.30793039177291],[-72.93001198726706,41.30780439175857],[-72.92905498693533,41.30742639171554],[-72.9287369868251,41.30730039170115],[-72.92839898670745,41.3071583916843],[-72.92738498635458,41.306733391633884],[-72.92704798623731,41.30659239161717],[-72.92678998614754,41.30648439160437],[-72.92601598587821,41.30616039156597],[-72.92575898578875,41.30605239155314],[-72.92562098575497,41.30624639159548],[-72.92520898565434,41.306829391722616],[-72.92507198562095,41.30702439176511],[-72.92488598557398,41.307260391817195],[-72.92432798543324,41.30797139197403],[-72.92414298538671,41.30820939202646],[-72.9232279851597,41.309442392296745],[-72.92251098498296,41.3104283925124],[-72.92138898459183,41.309946392454336],[-72.92099098445308,41.309775392433735],[-72.91950798393754,41.309163392361874],[-72.91915898384052,41.30944939242896],[-72.91853198366319,41.30990939253896],[-72.91865298366594,41.309264392409084],[-72.91867098366765,41.30919139239425],[-72.91872698367344,41.30897239234967],[-72.91874598367554,41.308900392335005],[-72.91878898368098,41.30875039230431],[-72.91892198369874,41.308301392212336],[-72.91896698370489,41.30815239218179],[-72.91901398371131,41.30799639214979],[-72.91915798373172,41.30753139205433],[-72.91920598373852,41.30737639202252],[-72.91923698374224,41.307264391999624],[-72.9193319837541,41.306929391931135],[-72.9193639837582,41.30681839190843],[-72.91941898376705,41.3066593918756],[-72.91942998376858,41.30662339186821],[-72.91961898379661,41.30603539174727],[-72.91968198380597,41.305839391706954],[-72.91972298381138,41.305700391678485],[-72.91984598382788,41.30528639159365],[-72.9198879838337,41.305148391565346],[-72.91996398384438,41.30490139151465],[-72.92019298387697,41.30416439136331],[-72.92026998388802,41.30391839131277],[-72.92030398388809,41.30372439127377],[-72.92040898388935,41.30314439115708],[-72.92044398388977,41.30295139111825],[-72.92051798389427,41.302606391048464],[-72.92085098395015,41.30168439085763],[-72.92088798395817,41.30161439084277],[-72.92105598399512,41.301304390776814],[-72.92103898398622,41.30124439076563],[-72.92098898395994,41.301066390732466],[-72.92097298395142,41.301007390721445],[-72.92097898395171,41.30097839071559],[-72.9209989839534,41.30089339069835],[-72.92100598395409,41.30086539069263],[-72.92102898396196,41.300872390693264],[-72.9210819839801,41.300889390694884],[-72.92109798398563,41.300895390695544],[-72.92112098399366,41.300905390696755],[-72.92117298401176,41.30092739069939],[-72.92132898406608,41.300993390707255],[-72.9213819840845,41.30101539070987],[-72.921550984141,41.30104539071031],[-72.92155998414393,41.30104539071],[-72.92210298432148,41.301071390697615],[-72.92228398438068,41.30108039069357],[-72.92230798438854,41.30108139069297],[-72.92250098445116,41.30108239068697],[-72.92315498466363,41.30108939066731],[-72.92335498472868,41.301092390661466],[-72.92337398473482,41.301092390660855],[-72.92341298474753,41.301093390659815],[-72.92353298478666,41.30109739065672],[-72.92357298479976,41.30109939065582],[-72.92431698504231,41.301122390636394],[-72.92461398513862,41.30112239062686],[-72.92495898524962,41.30110639061262],[-72.92512198530375,41.30112939061186],[-72.9255689854494,41.30114139059985],[-72.9261129856335,41.301277390608924],[-72.9268869859036,41.30161539065007],[-72.92822198637654,41.30232339074546],[-72.92846298646273,41.30246539076544],[-72.9285679865,41.302522390773206],[-72.9289419866326,41.302722390800234],[-72.92923498673613,41.30287339082031],[-72.92927598675051,41.302892390822706],[-72.92987898696111,41.30315839085529],[-72.93103098737438,41.303860390955364],[-72.93109998739874,41.30389539095998],[-72.93120498743549,41.303943390965976],[-72.93140798752334,41.30433239103544],[-72.93259698794965,41.30505239113784],[-72.93372098834378,41.305576391204056]]]},"properties":{"name":1401,"geoid":"09009140100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.07011504451678,41.51430942744554],[-73.07007004450205,41.514307427446624],[-73.06993704445851,41.514301427449766],[-73.06989304444419,41.51430042745101],[-73.06921604422351,41.514285427470135],[-73.06718504356166,41.51424242752788],[-73.06650904334138,41.51422842754715],[-73.06603804316917,41.51389342749742],[-73.06577704307948,41.51380742748922],[-73.06566804303822,41.51370542747295],[-73.06560704301513,41.51364842746387],[-73.06546604296095,41.51350242744011],[-73.06504504280497,41.51316742738875],[-73.0645820426334,41.51279842733214],[-73.06453904261852,41.512782427330436],[-73.06416804249024,41.5126464273161],[-73.0638420423734,41.51245542728961],[-73.06339704220998,41.512126427240204],[-73.06284904201013,41.51174542718401],[-73.06216304176984,41.5114404271471],[-73.06187804166385,41.511206427110935],[-73.06164204156448,41.51081142704188],[-73.06133204143654,41.51033742695991],[-73.06117704136528,41.50997342689425],[-73.06097304127947,41.509633426834846],[-73.06065404115196,41.50921742676442],[-73.06009104093856,41.508685426679406],[-73.05985704084283,41.50834242662038],[-73.05974904077824,41.50782942652427],[-73.05978504077743,41.50761242648095],[-73.05980504077738,41.50749842645814],[-73.05979004075057,41.50711742638464],[-73.05957804065763,41.50669842631014],[-73.05956004064977,41.50666342630392],[-73.05916704050411,41.50634942625572],[-73.05880504037732,41.506188426236214],[-73.05860904030861,41.50610042622549],[-73.05831304020258,41.50592742620152],[-73.05813604013917,41.505824426187246],[-73.05797804007898,41.50566942616229],[-73.05797304006893,41.50552342613409],[-73.05805004008278,41.5053294260939],[-73.05823404012583,41.50503942603159],[-73.05826604012556,41.504854425994615],[-73.05819904009559,41.50471142596901],[-73.05817004008479,41.50468742596529],[-73.05794504000133,41.50450642593744],[-73.05779203993946,41.50429442590124],[-73.05763703984988,41.503612425773795],[-73.05765703985085,41.5035164257545],[-73.05775103985582,41.503072425665174],[-73.05808103990816,41.50212042546952],[-73.05811703990025,41.5017794254021],[-73.05805903986871,41.501558425361054],[-73.0579860398354,41.50139142533098],[-73.0578460397842,41.50129142531612],[-73.05741203963386,41.50112742529836],[-73.05719303954919,41.50089142525961],[-73.05717303954144,41.500869425256],[-73.05697103946412,41.50066542522294],[-73.05592803909268,41.50009442514592],[-73.05586503907027,41.50006042514136],[-73.0557850390412,41.50000642513346],[-73.055743039026,41.49997942512958],[-73.05519403882784,41.499632425080016],[-73.05505803877872,41.49954642506774],[-73.05501303876221,41.499513425062794],[-73.0547420386629,41.49931642503332],[-73.05453803858971,41.49919542501646],[-73.05409003843111,41.49896642498652],[-73.0536510382749,41.49872842495455],[-73.05321603811673,41.498433424911376],[-73.05285703798371,41.4981474248675],[-73.05323103805499,41.49727542468591],[-73.05320903803572,41.49706442464563],[-73.05333603807273,41.496991424627296],[-73.05349803812011,41.49690042460436],[-73.05371803818421,41.49677342457252],[-73.05378703820443,41.4967354245629],[-73.05384603822164,41.49670142455439],[-73.05402803827852,41.496663424541076],[-73.05438003838687,41.496560424509624],[-73.05467203849338,41.49676442453976],[-73.054677038496,41.49678142454292],[-73.05464703847119,41.49651942449297],[-73.05465603846584,41.4963754244647],[-73.0548990385289,41.49610042440337],[-73.0551230385862,41.49583242434402],[-73.05545003867682,41.49556242428093],[-73.05581903877258,41.49514442418771],[-73.05619203887296,41.49478442410564],[-73.05645503895903,41.494796424099434],[-73.05724603921804,41.49483542408128],[-73.05751003930449,41.49484842407522],[-73.05777903939338,41.49487542407172],[-73.05858603965994,41.494955424061025],[-73.05885503974888,41.49498342405772],[-73.05908903982571,41.494998424053044],[-73.05979104005623,41.49504442403915],[-73.06002504013311,41.49506042403465],[-73.06012404016506,41.49505742403085],[-73.06042204026134,41.4950494240196],[-73.06052204029369,41.49504742401596],[-73.06072904036048,41.49504042400786],[-73.06135304056178,41.49501842398332],[-73.06156104062894,41.49501242397539],[-73.06175104068943,41.49499142396513],[-73.06232104087096,41.49493042393475],[-73.06251204093186,41.49491142392482],[-73.06258604095513,41.49489842391989],[-73.0628090410252,41.49485842390488],[-73.06288404104887,41.494846423900114],[-73.06305004110166,41.49482742389102],[-73.06355104126101,41.49477042386365],[-73.06371904131453,41.494752423854685],[-73.06392004137781,41.49471842384154],[-73.0645230415677,41.4946164238021],[-73.06472404163098,41.49458242378897],[-73.06475604163411,41.49445642376345],[-73.06485604164494,41.49408042368714],[-73.06489004164878,41.493955423661745],[-73.06499004166606,41.493691423607196],[-73.06525104171148,41.493008423465994],[-73.06529304171909,41.49290342344424],[-73.0654010417392,41.4926434233902],[-73.06545004175308,41.49260842338181],[-73.06560104179611,41.492504423356685],[-73.06565104181038,41.49247042334844],[-73.0657250418316,41.49242142333653],[-73.06594804189575,41.49227842330148],[-73.06602304191733,41.49223042328971],[-73.06615404195428,41.49213342326661],[-73.06654704206522,41.49184442319767],[-73.06667904210255,41.49174842317473],[-73.06682604214318,41.49162542314605],[-73.06682804214361,41.491621423145205],[-73.06688904215886,41.49154242312787],[-73.06700904218286,41.49128242307344],[-73.06709804220144,41.49110342303577],[-73.06718704222031,41.490929422999066],[-73.06728804224166,41.49073042295711],[-73.06744804227571,41.49041942289147],[-73.06761204231319,41.49014542283288],[-73.06772704233958,41.48995542279223],[-73.0678270423626,41.48979142275711],[-73.06789804237897,41.489675422732255],[-73.06819404245628,41.48934942265928],[-73.06832404249039,41.48920842262766],[-73.06887204267586,41.48934042263548],[-73.0690400427323,41.48937342263642],[-73.069634042932,41.48949342264043],[-73.07016104310841,41.48958642264136],[-73.07080604332329,41.48968242263904],[-73.07121604345966,41.489739422636774],[-73.07174404363535,41.48981442263418],[-73.07194504370233,41.489844422633475],[-73.07233604383573,41.48995742264271],[-73.07234304383812,41.48995942264287],[-73.07292304403825,41.49016542266403],[-73.07339504420473,41.49039642269356],[-73.07346104422801,41.49042842269764],[-73.07369204430965,41.49054442271266],[-73.07382604435695,41.49061042272113],[-73.07478504469722,41.491114422787874],[-73.07505804479304,41.49123942280327],[-73.07545104492976,41.491398422821376],[-73.0760510451378,41.49162942284674],[-73.0792980462599,41.492813422971146],[-73.08084404679475,41.493387423032345],[-73.0811040468879,41.49353942305342],[-73.0811600469086,41.49358342306015],[-73.08125304694305,41.493657423071504],[-73.0818650471467,41.493744423068485],[-73.0837110477555,41.493911423040835],[-73.08396104783907,41.49395342304087],[-73.08433504796467,41.49402642304288],[-73.08464904807194,41.49411942305072],[-73.08503004820379,41.49426142306592],[-73.08592704851758,41.49465442311306],[-73.08635604867013,41.49488542314399],[-73.0867680488167,41.495108423173896],[-73.08712404894547,41.495338423206995],[-73.08735004903151,41.49555842324237],[-73.08749904909196,41.495768423278314],[-73.08778204920675,41.496166423346416],[-73.08793304926222,41.496278423363265],[-73.08800804929116,41.49635842337637],[-73.08811804933292,41.49646342339319],[-73.0882220493718,41.49655242340709],[-73.08828304939397,41.49659342341307],[-73.0883770494281,41.496656423422245],[-73.08853304948329,41.4967354234325],[-73.08866204952771,41.496779423436855],[-73.08878004956773,41.49680942343883],[-73.08890504960767,41.496798423432644],[-73.08907104966022,41.49677542342276],[-73.0890810496634,41.49677442342226],[-73.08928604972937,41.49676442341363],[-73.08989704992855,41.496779423396646],[-73.09020805003313,41.49684242339877],[-73.09028405005873,41.49685842339939],[-73.0908400502494,41.497035423415674],[-73.09141505044634,41.49721442343173],[-73.09250405081946,41.4975554234625],[-73.09314705103877,41.4977394234773],[-73.09318705105244,41.49775142347835],[-73.0937410512378,41.497847423478945],[-73.09381805126354,41.497860423478954],[-73.09397905131573,41.497859423473514],[-73.09445105146524,41.49779542344572],[-73.09639605208152,41.49753442333167],[-73.09657905213952,41.497510423321046],[-73.09728905236484,41.497421423280635],[-73.09743005240958,41.497403423272544],[-73.09785605254474,41.49734942324819],[-73.09799805258984,41.497332423240245],[-73.09839905271707,41.497281423217274],[-73.09875205282903,41.497236423197045],[-73.10085205349415,41.49695042307307],[-73.10130405363759,41.496893423047275],[-73.10164505374682,41.49686842303131],[-73.10172205377255,41.49688142303133],[-73.10179205379643,41.49690142303292],[-73.101869053825,41.496963423042466],[-73.10168405377499,41.49713742308229],[-73.10146205371606,41.49736542313381],[-73.10110405362298,41.49776642322339],[-73.10098305358625,41.497810423235855],[-73.10080005352859,41.49784042324765],[-73.10013005331457,41.49790042328114],[-73.09984805322478,41.49793042329615],[-73.09972305318628,41.497966423307226],[-73.09959305314858,41.49804442332661],[-73.09920805306464,41.49875642347745],[-73.09881905296594,41.499234423582976],[-73.09849305287932,41.49956742365828],[-73.09794005271938,41.49990642374214],[-73.09781305268628,41.50004742377367],[-73.09767505264874,41.50017342380264],[-73.09738505258343,41.50067342390921],[-73.09720505253146,41.50078542393683],[-73.09696005245782,41.50088742396462],[-73.09656505233761,41.50102642400449],[-73.09576605209696,41.50135042409345],[-73.09540505198895,41.5015094241361],[-73.09531505196364,41.501577424152245],[-73.09530105197646,41.50187842421116],[-73.0952870519918,41.50222342427863],[-73.09538005203856,41.50251142433154],[-73.09545905207828,41.50275542437637],[-73.0955530521254,41.50304342442924],[-73.09565405217604,41.50335342448615],[-73.09567905219056,41.50346442450691],[-73.09569205220187,41.503587424530366],[-73.09570305221531,41.50375842456322],[-73.09572205223725,41.504032424615836],[-73.09571605224747,41.50424342465701],[-73.09600805238365,41.504961424786956],[-73.09597805239662,41.50535542486445],[-73.09591705239649,41.50569642493265],[-73.09583305237989,41.505881424971335],[-73.09576005236552,41.50604342500518],[-73.09572305236308,41.50620942503862],[-73.09573905239058,41.50659642511327],[-73.09583205242681,41.50670142513062],[-73.09584305243328,41.50675142513999],[-73.0959300524835,41.50713242521114],[-73.09598305251089,41.50730942524379],[-73.09603905253968,41.5074934252777],[-73.09605305255168,41.50762242530229],[-73.09605105256196,41.507812425339274],[-73.09605005257578,41.50805742538687],[-73.09603005258285,41.508292425433154],[-73.09592505257417,41.50873342552224],[-73.09591305257179,41.508759425527664],[-73.09579105254929,41.509056425589336],[-73.09569105252871,41.509262425632585],[-73.09561905251407,41.509413425664256],[-73.09560605252696,41.50971042572235],[-73.09563405254364,41.50984242574708],[-73.09567805256233,41.50991842576042],[-73.09571305257721,41.509979425771114],[-73.09572705259092,41.510138425801536],[-73.09574705261113,41.51037642584709],[-73.09575805262133,41.51049142586907],[-73.09569005260538,41.51059742589187],[-73.09557205257393,41.51071642591883],[-73.09540605252889,41.51086942595395],[-73.09534705251323,41.51093042596773],[-73.09518305247002,41.51110442600684],[-73.09499905242033,41.51127842604664],[-73.0948000523659,41.511454426087305],[-73.09476005235574,41.51150342609811],[-73.09474805235276,41.51151942610162],[-73.09458705239715,41.51319542643232],[-73.09459305240152,41.51323742644028],[-73.09468605246492,41.5138134265491],[-73.09451705241122,41.513833426558485],[-73.09401205225079,41.513894426586795],[-73.09384405219745,41.51391542659634],[-73.09276105184782,41.51394842663803],[-73.08951105079858,41.51404942676353],[-73.08842905044929,41.51408342680537],[-73.08752005015329,41.51406742683186],[-73.08583804960557,41.51403842688103],[-73.08479304926523,41.51401942691136],[-73.0838850489696,41.51400442693804],[-73.08330904878272,41.51400642695717],[-73.08158404822318,41.514014427014885],[-73.081010048037,41.51401742703417],[-73.0807790479631,41.51403642704537],[-73.0801570477643,41.51409042707612],[-73.08008904774235,41.51409242707871],[-73.07985904766808,41.51409942708757],[-73.07933804749864,41.514094427103565],[-73.07777704699117,41.51408242715206],[-73.07725704682213,41.5140784271682],[-73.07582804636085,41.51412442722366],[-73.07154304497767,41.51426242738995],[-73.07011504451678,41.51430942744554]]]},"properties":{"name":3454,"geoid":"09009345400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.91044197996536,41.29090038908494],[-72.9129309808141,41.29163738914901],[-72.91786498227222,41.28912738849992],[-72.92220898327585,41.281959386959315],[-72.92529898432608,41.28281538702732],[-72.92691798487932,41.2833163870732],[-72.92726498498855,41.28325838705071],[-72.92830798531705,41.283087386983766],[-72.9286559854267,41.28303138696163],[-72.92872098546202,41.283283387008794],[-72.9289169855683,41.284039387150266],[-72.92894298558242,41.28414038716917],[-72.9290259856133,41.284210387180174],[-72.92907398562842,41.284202387177075],[-72.92932598570786,41.28416238716115],[-72.93008198594615,41.28404138711319],[-72.93033498602595,41.28400238709743],[-72.9304909861041,41.284490387187795],[-72.93053498612595,41.284624387212574],[-72.93066698620525,41.2852703873346],[-72.93039498611927,41.28530938735095],[-72.92958298586278,41.28542938740053],[-72.92931198577716,41.28546938741705],[-72.92938798581565,41.285714387462484],[-72.92961598593128,41.2864523875994],[-72.92969298597022,41.28669938764519],[-72.92975498600381,41.286938387689915],[-72.92994098610464,41.28765538782406],[-72.93000398613864,41.28789538786895],[-72.93003398615554,41.2880223878928],[-72.93007198617448,41.28813938791445],[-72.93031198629333,41.288865388048606],[-72.93039198633295,41.28910738809333],[-72.93045198636636,41.28935438813967],[-72.93058498644035,41.28990038824209],[-72.93064598647098,41.29009238827765],[-72.93072298650969,41.29033538832266],[-72.93078798654462,41.290580388368454],[-72.93098598665054,41.2913183885063],[-72.93105198668584,41.29156438855225],[-72.93088598663371,41.29159438856344],[-72.93039098647841,41.291686388597356],[-72.93030098645019,41.291703388603565],[-72.93032198646111,41.29177638861716],[-72.93036298648255,41.29192038864398],[-72.930488986548,41.29235538872493],[-72.9305309865698,41.2925003887519],[-72.93082098672068,41.29350538893896],[-72.93085998674096,41.2936403889641],[-72.9308999867641,41.29382038899798],[-72.93101998683369,41.29436338910021],[-72.93105998685691,41.2945443891343],[-72.93083198678478,41.294576389147885],[-72.93015198656984,41.29467438918891],[-72.9299249864981,41.294707389202664],[-72.92973298644235,41.2948223892313],[-72.92958498640287,41.29497338926557],[-72.92867398616046,41.29591038947795],[-72.92837098607991,41.29622338954884],[-72.92853098614073,41.29638138957457],[-72.92856098615314,41.296429389583],[-72.92861798617682,41.29652038959894],[-72.92867998620437,41.29665238962273],[-72.9287539862495,41.297026389693436],[-72.92879298627392,41.29723438973282],[-72.92884698630714,41.2975123897854],[-72.9288849863306,41.29770938982267],[-72.92904398643606,41.29866239000375],[-72.92907698644652,41.29865839000191],[-72.9291529864935,41.29905339007665],[-72.92946698668734,41.30068039038442],[-72.92936898668073,41.30112539047451],[-72.92936598668003,41.301130390475585],[-72.92935698667809,41.3011473904792],[-72.9293549866778,41.30115339048044],[-72.92898798659371,41.301771390612984],[-72.92872198652896,41.30215139069577],[-72.92870398652228,41.30213639069341],[-72.92846298646273,41.30246539076544],[-72.92822198637654,41.30232339074546],[-72.9268869859036,41.30161539065007],[-72.9261129856335,41.301277390608924],[-72.9255689854494,41.30114139059985],[-72.92512198530375,41.30112939061186],[-72.92495898524962,41.30110639061262],[-72.92461398513862,41.30112239062686],[-72.92431698504231,41.301122390636394],[-72.92357298479976,41.30109939065582],[-72.92353298478666,41.30109739065672],[-72.92341298474753,41.301093390659815],[-72.92337398473482,41.301092390660855],[-72.92335498472868,41.301092390661466],[-72.92315498466363,41.30108939066731],[-72.92250098445116,41.30108239068697],[-72.92230798438854,41.30108139069297],[-72.92228398438068,41.30108039069357],[-72.92210298432148,41.301071390697615],[-72.92155998414393,41.30104539071],[-72.921550984141,41.30104539071031],[-72.9213819840845,41.30101539070987],[-72.92132898406608,41.300993390707255],[-72.92117298401176,41.30092739069939],[-72.92112098399366,41.300905390696755],[-72.92109798398563,41.300895390695544],[-72.9210819839801,41.300889390694884],[-72.92102898396196,41.300872390693264],[-72.92100598395409,41.30086539069263],[-72.91834898304612,41.30004539061785],[-72.91815298297871,41.29997739061087],[-72.91724298266938,41.29972539059088],[-72.91677998250842,41.29953439056845],[-72.91662498245563,41.29948939056464],[-72.91643898239248,41.29943939056084],[-72.91634698236162,41.29942139056029],[-72.9161719823029,41.29938639055907],[-72.91597098223706,41.29937439056318],[-72.91564298213044,41.29937039057294],[-72.91544398206807,41.29940839058676],[-72.91528398201878,41.2994543906009],[-72.91507198195359,41.299517390620025],[-72.91488698189632,41.29956539063535],[-72.91472698184957,41.299656390658264],[-72.91455198179995,41.2997823906885],[-72.91439198175561,41.29991639071984],[-72.91423898171567,41.300087390758165],[-72.9140859816786,41.300309390806454],[-72.91381598161247,41.300688390889185],[-72.91365598156945,41.30084539092501],[-72.91309098141232,41.30130739103343],[-72.91260398127038,41.30159039110437],[-72.91212298112565,41.30178939115872],[-72.91190798106277,41.30191039118925],[-72.91133998088382,41.30200339122569],[-72.91058698064427,41.302085391265905],[-72.9099319804354,41.302148391299276],[-72.90961998033207,41.30211039130186],[-72.90951698029794,41.30209739130263],[-72.90857097998024,41.301904391295324],[-72.907921979757,41.30167839127203],[-72.90737197956224,41.301388391233026],[-72.90701697943442,41.30116339120047],[-72.90616397912105,41.30051339110088],[-72.90582897899796,41.30025739106162],[-72.90573297896269,41.30018439105045],[-72.90530297880471,41.29985639100017],[-72.9048969786556,41.29954739095283],[-72.90482597862953,41.29949339094456],[-72.9044919785068,41.29923839090547],[-72.9045659785248,41.29913239088238],[-72.90462997854048,41.29904239086274],[-72.90504597864224,41.29845539073468],[-72.90518497867629,41.2982603906921],[-72.90742797922756,41.29514239001076],[-72.9103129799368,41.29113538913502],[-72.91044197996536,41.29090038908494]]]},"properties":{"name":1402,"geoid":"09009140200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.92846298646273,41.30246539076544],[-72.92870398652228,41.30213639069341],[-72.92872198652896,41.30215139069577],[-72.92898798659371,41.301771390612984],[-72.9293549866778,41.30115339048044],[-72.92935698667809,41.3011473904792],[-72.92936598668003,41.301130390475585],[-72.92936898668073,41.30112539047451],[-72.92946698668734,41.30068039038442],[-72.9291529864935,41.29905339007665],[-72.92907698644652,41.29865839000191],[-72.92904398643606,41.29866239000375],[-72.9288849863306,41.29770938982267],[-72.92884698630714,41.2975123897854],[-72.92879298627392,41.29723438973282],[-72.9287539862495,41.297026389693436],[-72.92867998620437,41.29665238962273],[-72.92861798617682,41.29652038959894],[-72.92856098615314,41.296429389583],[-72.92853098614073,41.29638138957457],[-72.92837098607991,41.29622338954884],[-72.92867398616046,41.29591038947795],[-72.92958498640287,41.29497338926557],[-72.92973298644235,41.2948223892313],[-72.9299249864981,41.294707389202664],[-72.93015198656984,41.29467438918891],[-72.93083198678478,41.294576389147885],[-72.93105998685691,41.2945443891343],[-72.93101998683369,41.29436338910021],[-72.9308999867641,41.29382038899798],[-72.93085998674096,41.2936403889641],[-72.93082098672068,41.29350538893896],[-72.93273398727757,41.29238438865839],[-72.9341829876935,41.29143138842556],[-72.93466898794739,41.29313438874272],[-72.93471698797264,41.293305388774584],[-72.9348629880492,41.293822388870915],[-72.93491198807482,41.29399438890294],[-72.93498198811187,41.29424838895033],[-72.93519198822312,41.29501138909265],[-72.93526298826058,41.29526638914019],[-72.93559698843889,41.29650438937134],[-72.93552598842328,41.29663538939922],[-72.93536498837446,41.29669538941613],[-72.93399998794425,41.29691438950283],[-72.93426798808244,41.29782138967141],[-72.93455398817393,41.29779938965792],[-72.93587798860115,41.297762389608096],[-72.93587798860506,41.297831389621564],[-72.9352909884572,41.2985823897872],[-72.9347269883159,41.29931738994893],[-72.93476998834129,41.29951938998701],[-72.93490198841833,41.300125390101165],[-72.93494598844404,41.3003273901392],[-72.93501598847838,41.30053339017721],[-72.93522598858158,41.301153390291574],[-72.93529698861629,41.301360390329734],[-72.9355129887074,41.30173239039545],[-72.93616198898097,41.3028483905926],[-72.9363789890724,41.303220390658275],[-72.93694998932217,41.30436239086299],[-72.93714798941471,41.3048633909545],[-72.93710098939893,41.30485339095405],[-72.93721998944595,41.30500239097934],[-72.9375499895883,41.305627391090795],[-72.9375949896161,41.30586039113488],[-72.93759598962899,41.306082391178194],[-72.93759598962905,41.3060833911784],[-72.93759498962957,41.30609839118135],[-72.93759498962984,41.306103391182326],[-72.93753498962607,41.30638039123838],[-72.93744198960836,41.30660039128434],[-72.93735598958966,41.30676239131874],[-72.93723398956124,41.306959391361154],[-72.93549098895777,41.306283391285206],[-72.93513698883493,41.30614139126885],[-72.93407498846655,41.30571739122019],[-72.93372098834378,41.305576391204056],[-72.93259698794965,41.30505239113784],[-72.93140798752334,41.30433239103544],[-72.93120498743549,41.303943390965976],[-72.93109998739874,41.30389539095998],[-72.93103098737438,41.303860390955364],[-72.92987898696111,41.30315839085529],[-72.92927598675051,41.302892390822706],[-72.92923498673613,41.30287339082031],[-72.9289419866326,41.302722390800234],[-72.9285679865,41.302522390773206],[-72.92846298646273,41.30246539076544]]]},"properties":{"name":1403,"geoid":"09009140300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.95108599350444,41.29727038902255],[-72.95066199336928,41.29731138904421],[-72.9506349933607,41.297314389045674],[-72.95039899328549,41.29733738905776],[-72.94897599283208,41.297478389131115],[-72.94890799281013,41.297480389133696],[-72.94838899264258,41.29749338915294],[-72.9480679925394,41.29750938916639],[-72.94790099248512,41.29750638917119],[-72.94775799243897,41.29751038917657],[-72.9476849924151,41.29750738917834],[-72.94756299237568,41.29750938918266],[-72.94712999223567,41.29751638919796],[-72.94481799148825,41.29755538927999],[-72.94476299147045,41.29755638928196],[-72.94404799124004,41.297581389309855],[-72.94342399103856,41.29759638933286],[-72.94290499087158,41.29761938935406],[-72.94281899084346,41.29761538935605],[-72.94223899065648,41.29763438937842],[-72.94091299022737,41.29764938942402],[-72.94068499015377,41.29765538943253],[-72.9400049899345,41.297676389458516],[-72.93977798986126,41.29768338946719],[-72.93864698949606,41.297710389508865],[-72.93766498917863,41.29772738954376],[-72.93760098915833,41.297735389547384],[-72.93587798860115,41.297762389608096],[-72.93455398817393,41.29779938965792],[-72.93426798808244,41.29782138967141],[-72.93399998794425,41.29691438950283],[-72.93536498837446,41.29669538941613],[-72.93552598842328,41.29663538939922],[-72.93559698843889,41.29650438937134],[-72.93526298826058,41.29526638914019],[-72.93519198822312,41.29501138909265],[-72.93498198811187,41.29424838895033],[-72.93491198807482,41.29399438890294],[-72.9348629880492,41.293822388870915],[-72.93471698797264,41.293305388774584],[-72.93466898794739,41.29313438874272],[-72.9341829876935,41.29143138842556],[-72.93496698792308,41.29099538831516],[-72.93497898792647,41.290986388313],[-72.93501698793742,41.29096238830709],[-72.93502998794119,41.290954388305096],[-72.93548898807339,41.290660388232894],[-72.93686698847047,41.28978138801679],[-72.93732698860308,41.28948838794474],[-72.93744698863732,41.28940638792487],[-72.93780698874036,41.28916438786598],[-72.9379269887747,41.28908338784629],[-72.9380909888223,41.288984387821685],[-72.93858698896642,41.28868938774808],[-72.93875198901438,41.28859138772361],[-72.9389999890871,41.28845538768905],[-72.93961198926675,41.28812338760449],[-72.93974398930541,41.28805038758598],[-72.93999198937813,41.287914387551425],[-72.9400349893906,41.287888387544974],[-72.94004998939502,41.28788038754293],[-72.94010798941184,41.2878453875342],[-72.94016698942892,41.28780938752527],[-72.94021098944178,41.28778438751898],[-72.94031698947965,41.287846387527686],[-72.94049398954243,41.28794138754055],[-72.94056198956703,41.28798638754716],[-72.9406299895916,41.28803138755377],[-72.94092098969658,41.288219387581144],[-72.94102098973266,41.288284387590636],[-72.94141198987381,41.288538387627696],[-72.94153698991897,41.28862038763969],[-72.94279799034803,41.28897738766888],[-72.94293099039328,41.28901538767203],[-72.94314399047568,41.289251387711296],[-72.9433789905666,41.28951138775454],[-72.94354099062924,41.28969038778431],[-72.94370299069195,41.28987038781427],[-72.94404799081987,41.29015438785868],[-72.94439299094773,41.29043738790287],[-72.94462499103376,41.29062838793273],[-72.94485599111938,41.29081838796242],[-72.94493899115015,41.290886387973046],[-72.94517899123917,41.291084388004016],[-72.94550099135857,41.29134938804543],[-72.94565399141523,41.29147438806493],[-72.94580699147197,41.29160038808463],[-72.94598899153948,41.291750388108085],[-72.94617199160734,41.291901388131684],[-72.94631199165924,41.29201638814966],[-72.94651499177502,41.29289938831567],[-72.9468759918984,41.293011388325915],[-72.94721599200751,41.29299138831109],[-72.94791899218345,41.29207238810888],[-72.94812999225842,41.29218838812476],[-72.94835499233844,41.292313388141956],[-72.94852299239817,41.29240638815471],[-72.94869199245822,41.29249938816744],[-72.9491109926072,41.29273138819928],[-72.94953099275651,41.2929633882311],[-72.94963699279292,41.29299938823473],[-72.94970499281627,41.29302238823703],[-72.94972299282244,41.29302838823762],[-72.949741992829,41.29303538823838],[-72.94987299286981,41.2930063882285],[-72.95012099296041,41.29318638825568],[-72.95015999297645,41.29324638826614],[-72.95026099301799,41.293401388293184],[-72.95043799307989,41.29348138830313],[-72.95061599314215,41.293561388313016],[-72.95070499317326,41.29360138831797],[-72.95086499322926,41.29367438832709],[-72.95102599328554,41.29374638833597],[-72.95137299340688,41.29390238835529],[-72.95171899352788,41.29405838837462],[-72.95173099353205,41.29406338837521],[-72.95200599364449,41.294474388446666],[-72.95184999360409,41.29465438848687],[-72.9518059935927,41.29470538849823],[-72.95174099357583,41.294779388514776],[-72.9516769935593,41.2948543885315],[-72.95108999340725,41.295530388682465],[-72.95097499337705,41.295655388710585],[-72.95079399332961,41.2958543887553],[-72.95072099330645,41.295863388759415],[-72.95057299325943,41.2958803887675],[-72.95042599321278,41.29589838877576],[-72.94990099304609,41.29596038880476],[-72.94987499305128,41.29620138885267],[-72.95108599350444,41.29727038902255]]]},"properties":{"name":1405,"geoid":"09009140500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.93922799016228,41.30615439113975],[-72.93845498991196,41.306160391165776],[-72.93798098975644,41.3061283911748],[-72.93759598962899,41.306082391178194],[-72.9375949896161,41.30586039113488],[-72.9375499895883,41.305627391090795],[-72.93721998944595,41.30500239097934],[-72.93710098939893,41.30485339095405],[-72.93714798941471,41.3048633909545],[-72.93694998932217,41.30436239086299],[-72.9363789890724,41.303220390658275],[-72.93616198898097,41.3028483905926],[-72.9355129887074,41.30173239039545],[-72.93529698861629,41.301360390329734],[-72.93522598858158,41.301153390291574],[-72.93501598847838,41.30053339017721],[-72.93494598844404,41.3003273901392],[-72.93490198841833,41.300125390101165],[-72.93476998834129,41.29951938998701],[-72.9347269883159,41.29931738994893],[-72.9352909884572,41.2985823897872],[-72.93587798860506,41.297831389621564],[-72.93587798860115,41.297762389608096],[-72.93760098915833,41.297735389547384],[-72.93766498917863,41.29772738954376],[-72.93864698949606,41.297710389508865],[-72.93977798986126,41.29768338946719],[-72.9400049899345,41.297676389458516],[-72.94068499015377,41.29765538943253],[-72.94091299022737,41.29764938942402],[-72.94223899065648,41.29763438937842],[-72.94281899084346,41.29761538935605],[-72.94290499087158,41.29761938935406],[-72.94342399103856,41.29759638933286],[-72.94404799124004,41.297581389309855],[-72.94476299147045,41.29755638928196],[-72.94481799148825,41.29755538927999],[-72.94712999223567,41.29751638919796],[-72.94756299237568,41.29750938918266],[-72.9476849924151,41.29750738917834],[-72.94775799243897,41.29751038917657],[-72.94790099248512,41.29750638917119],[-72.9480679925394,41.29750938916639],[-72.94838899264258,41.29749338915294],[-72.94890799281013,41.297480389133696],[-72.94886099279931,41.297558389150446],[-72.94860899272412,41.297673389181014],[-72.94783399249201,41.2980123892722],[-72.94773199246175,41.29806238928525],[-72.94761399241976,41.29799638927616],[-72.94731599233471,41.298200389325615],[-72.94367899127137,41.300249389842975],[-72.94321199113544,41.300523389911525],[-72.94378899138276,41.30158739010081],[-72.94461799173398,41.303043390358575],[-72.94553399208405,41.303980390512116],[-72.94653499246729,41.30501639068226],[-72.94667299252143,41.30518239071025],[-72.94677999256444,41.30532939073551],[-72.9468549925975,41.305483390763186],[-72.94690099261965,41.30561139078671],[-72.94692499263745,41.30578839082051],[-72.94692299264297,41.30589739084186],[-72.94590299231456,41.3059383908827],[-72.9458129922856,41.30594239088639],[-72.94477299194966,41.305965390924364],[-72.94455599187958,41.305970390932316],[-72.94390799167036,41.305986390956285],[-72.94369199160066,41.305992390964434],[-72.94263299125976,41.3060363910071],[-72.94154299090843,41.30607439104962],[-72.94135599084781,41.30607439105563],[-72.9407959906662,41.306074391073665],[-72.94060999060595,41.306075391079844],[-72.9403949905373,41.30609439109047],[-72.94036199052678,41.30609739109212],[-72.93974999033036,41.306133391118856],[-72.93953499026144,41.3061473911285],[-72.93922799016228,41.30615439113975]]]},"properties":{"name":1406,"geoid":"09009140600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.93280098845827,41.31287139265853],[-72.93285898847273,41.312794392641635],[-72.93303498851678,41.31256439259105],[-72.93309398853162,41.312488392574316],[-72.93317998855306,41.31237439254927],[-72.93344098861857,41.312036392474866],[-72.93352798864039,41.31192339244999],[-72.93371498868638,41.311664392393396],[-72.93427998882562,41.310887392223464],[-72.93446898887231,41.31062939216699],[-72.93468498892723,41.31036239210786],[-72.93533698909351,41.30956439193103],[-72.93545998912485,41.30941339189758],[-72.93555398914883,41.30929839187208],[-72.93563798916837,41.30916239184282],[-72.93589398922829,41.30875439175489],[-72.93597998924855,41.308619391725756],[-72.9361229892845,41.308435391685215],[-72.93655398939313,41.30788539156392],[-72.93669798942946,41.30770239152355],[-72.93723398956124,41.306959391361154],[-72.93735598958966,41.30676239131874],[-72.93744198960836,41.30660039128434],[-72.93753498962607,41.30638039123838],[-72.93759498962984,41.306103391182326],[-72.93759498962957,41.30609839118135],[-72.93759598962905,41.3060833911784],[-72.93759598962899,41.306082391178194],[-72.93798098975644,41.3061283911748],[-72.93845498991196,41.306160391165776],[-72.93922799016228,41.30615439113975],[-72.93897799012105,41.30685839128531],[-72.93888899010244,41.30703939132352],[-72.93857099002678,41.3075243914285],[-72.93841798998776,41.30771139146994],[-72.93804398989668,41.30824539158628],[-72.93865299010893,41.30850639161768],[-72.93901799023354,41.3086163916274],[-72.93972899046953,41.30871239162327],[-72.93979199049055,41.3087223916232],[-72.93924299039317,41.31014739191921],[-72.9402509907325,41.31036739192974],[-72.94143499112943,41.310596391936336],[-72.94143299112876,41.31059639193639],[-72.9414099911247,41.310656391948854],[-72.94262999153385,41.31089539195628],[-72.94460199219623,41.31129939197169],[-72.94451499217985,41.311508392015305],[-72.9442559921313,41.31213439214591],[-72.94416999211532,41.31234439218968],[-72.94410299210408,41.31252939222797],[-72.94390399207107,41.313086392343166],[-72.94383899206053,41.313272392381585],[-72.94375799204535,41.31346839242247],[-72.9435169920007,41.31405939254565],[-72.9434369919859,41.31425639258669],[-72.94335799197121,41.314449392626926],[-72.94312199192758,41.315030392747985],[-72.94304399191329,41.31522439278838],[-72.9429169918884,41.31551239284871],[-72.94253899181476,41.316376393029614],[-72.94241299179025,41.31666539309011],[-72.94221099172114,41.31660139308412],[-72.94160499151373,41.31640939306613],[-72.94140399144491,41.316345393060104],[-72.94116499136261,41.316260393051195],[-72.94044699111531,41.31600539302452],[-72.94020899103337,41.315921393015785],[-72.94001099096475,41.31584339300691],[-72.93941799075924,41.315610392980496],[-72.93922099069097,41.31553339297181],[-72.93852499045164,41.31529239294714],[-72.93677198984882,41.314686392885235],[-72.93644098973479,41.31456839287283],[-72.9357939895119,41.314337392848536],[-72.93575098949682,41.31431739284602],[-72.935567989433,41.31423839283647],[-72.93541598938002,41.31417339282866],[-72.93489898919985,41.31395239280215],[-72.93442398903274,41.31372139277232],[-72.93409798891801,41.31356239275176],[-72.93383798882577,41.31342239273278],[-72.93313998857825,41.313048392682205],[-72.93305898854976,41.313009392677195],[-72.93284998847632,41.31290939266438],[-72.93280098845827,41.31287139265853]]]},"properties":{"name":1407,"geoid":"09009140700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.95629699594146,41.310467391432596],[-72.95623499592539,41.31053839144845],[-72.95617399590967,41.31061039146448],[-72.95615599590502,41.31063139146915],[-72.95604799595347,41.31210439176031],[-72.95612399599432,41.312390391813715],[-72.95616499601543,41.31252839183934],[-72.95620099603399,41.31264939186181],[-72.95626899607073,41.31290939191039],[-72.95634599611124,41.31318339196144],[-72.95641399614887,41.31345839201294],[-72.95653599622028,41.314020392118756],[-72.95642899618429,41.313997392117706],[-72.95205999471307,41.31303639207077],[-72.95173099460197,41.312958392066136],[-72.95074599426941,41.31272639205254],[-72.9504179941587,41.31264939204807],[-72.9500589940374,41.31256339204284],[-72.94898199367373,41.31230839202772],[-72.94862299355249,41.31222339202267],[-72.94697199299561,41.31184439200182],[-72.94582899260992,41.31157839198667],[-72.94576899258985,41.311567391986465],[-72.94558999253005,41.31153639198616],[-72.94553099251033,41.311526391986106],[-72.94534499244742,41.311480391983125],[-72.94478699225876,41.31134439197452],[-72.94460199219623,41.31129939197169],[-72.94262999153385,41.31089539195628],[-72.9414099911247,41.310656391948854],[-72.94143299112876,41.31059639193639],[-72.94143499112943,41.310596391936336],[-72.9402509907325,41.31036739192974],[-72.93924299039317,41.31014739191921],[-72.93979199049055,41.3087223916232],[-72.93972899046953,41.30871239162327],[-72.93901799023354,41.3086163916274],[-72.93865299010893,41.30850639161768],[-72.93804398989668,41.30824539158628],[-72.93841798998776,41.30771139146994],[-72.93857099002678,41.3075243914285],[-72.93888899010244,41.30703939132352],[-72.93897799012105,41.30685839128531],[-72.93922799016228,41.30615439113975],[-72.93953499026144,41.3061473911285],[-72.93974999033036,41.306133391118856],[-72.94036199052678,41.30609739109212],[-72.9403949905373,41.30609439109047],[-72.94060999060595,41.306075391079844],[-72.9407959906662,41.306074391073665],[-72.94135599084781,41.30607439105563],[-72.94154299090843,41.30607439104962],[-72.94263299125976,41.3060363910071],[-72.94369199160066,41.305992390964434],[-72.94390799167036,41.305986390956285],[-72.94455599187958,41.305970390932316],[-72.94477299194966,41.305965390924364],[-72.9458129922856,41.30594239088639],[-72.94590299231456,41.3059383908827],[-72.94692299264297,41.30589739084186],[-72.94692499263745,41.30578839082051],[-72.94690099261965,41.30561139078671],[-72.9468549925975,41.305483390763186],[-72.94677999256444,41.30532939073551],[-72.94667299252143,41.30518239071025],[-72.94653499246729,41.30501639068226],[-72.94553399208405,41.303980390512116],[-72.94461799173398,41.303043390358575],[-72.94378899138276,41.30158739010081],[-72.94321199113544,41.300523389911525],[-72.94367899127137,41.300249389842975],[-72.94731599233471,41.298200389325615],[-72.94761399241976,41.29799638927616],[-72.94773199246175,41.29806238928525],[-72.94783399249201,41.2980123892722],[-72.94860899272412,41.297673389181014],[-72.94886099279931,41.297558389150446],[-72.94890799281013,41.297480389133696],[-72.94897599283208,41.297478389131115],[-72.95039899328549,41.29733738905776],[-72.9506349933607,41.297314389045674],[-72.95066199336928,41.29731138904421],[-72.95108599350444,41.29727038902255],[-72.951424993643,41.297776389110496],[-72.95217199390697,41.29816138916166],[-72.95229499397075,41.29858338924015],[-72.95245499405382,41.29913438934263],[-72.95264499413292,41.299443389396885],[-72.9527669941742,41.299473389398806],[-72.95282799419482,41.29948838939978],[-72.95285899420531,41.299496389400346],[-72.95311099429155,41.299576389407875],[-72.95369099450579,41.30003838947944],[-72.95481399489968,41.30056438954603],[-72.95500999496844,41.300656389557695],[-72.955696995216,41.30109438962115],[-72.9560949953644,41.301436389675146],[-72.9562999954409,41.3016133897031],[-72.95652099557066,41.302639389896406],[-72.95687199570588,41.30301738995894],[-72.95685899570258,41.303033389962486],[-72.95684899570273,41.30309338997453],[-72.95675499568618,41.30333939002561],[-72.95655699565476,41.303918390145085],[-72.95674599578889,41.30520439039018],[-72.95673999579064,41.30526939040309],[-72.95669599577988,41.30533139041661],[-72.95658699574396,41.30532139041816],[-72.95649999571106,41.30523839040474],[-72.95639699565585,41.30485339033287],[-72.95628099561353,41.304770390320385],[-72.95616499557609,41.30477339032471],[-72.95607699554876,41.30479439033166],[-72.95600399553159,41.30490939035648],[-72.95597499553595,41.305152390404864],[-72.95601199556127,41.305387390449575],[-72.9560989956008,41.30558739048584],[-72.95625199565592,41.30568439049986],[-72.95635399568982,41.305699390499505],[-72.95655799575286,41.30564439048219],[-72.9567249957993,41.30550839045025],[-72.95678299581714,41.305491390445056],[-72.95685499584259,41.305528390449965],[-72.95710099594955,41.3060083905358],[-72.95734699605646,41.30648739062143],[-72.95734899606022,41.30654239063211],[-72.95739699607822,41.30658539063896],[-72.95743399609422,41.30665639065164],[-72.9574269960944,41.306699390660256],[-72.95733899609833,41.30727239077501],[-72.95725199610263,41.30784639088992],[-72.95724499610314,41.30789539089973],[-72.9572089960939,41.307938390909285],[-72.95695699602933,41.30824139097659],[-72.95684299604586,41.30918539116462],[-72.95682299604852,41.30934639119671],[-72.95675599603257,41.30944839121879],[-72.95666699601128,41.30958239124782],[-72.95657799599007,41.30971739127706],[-72.95631099592646,41.310122391364764],[-72.95629699594146,41.310467391432596]]]},"properties":{"name":1408,"geoid":"09009140800"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.94241299179025,41.31666539309011],[-72.94253899181476,41.316376393029614],[-72.9429169918884,41.31551239284871],[-72.94304399191329,41.31522439278838],[-72.94312199192758,41.315030392747985],[-72.94335799197121,41.314449392626926],[-72.9434369919859,41.31425639258669],[-72.9435169920007,41.31405939254565],[-72.94375799204535,41.31346839242247],[-72.94383899206053,41.313272392381585],[-72.94390399207107,41.313086392343166],[-72.94410299210408,41.31252939222797],[-72.94416999211532,41.31234439218968],[-72.9442559921313,41.31213439214591],[-72.94451499217985,41.311508392015305],[-72.94460199219623,41.31129939197169],[-72.94478699225876,41.31134439197452],[-72.94534499244742,41.311480391983125],[-72.94553099251033,41.311526391986106],[-72.94558999253005,41.31153639198616],[-72.94576899258985,41.311567391986465],[-72.94582899260992,41.31157839198667],[-72.94697199299561,41.31184439200182],[-72.94862299355249,41.31222339202267],[-72.94898199367373,41.31230839202772],[-72.9500589940374,41.31256339204284],[-72.9504179941587,41.31264939204807],[-72.95074599426941,41.31272639205254],[-72.95173099460197,41.312958392066136],[-72.95205999471307,41.31303639207077],[-72.95642899618429,41.313997392117706],[-72.95653599622028,41.314020392118756],[-72.95654299622443,41.31405339212498],[-72.95671199637592,41.31575939245268],[-72.95680999646125,41.31670439263405],[-72.95683499648325,41.31694939268109],[-72.95697799661315,41.31842339296431],[-72.95699899663212,41.318637393005424],[-72.95699099665343,41.31905939308807],[-72.95704599669621,41.31949939317221],[-72.95711399676425,41.32031039332836],[-72.9572749969248,41.322221393696296],[-72.95740199702512,41.32326439389583],[-72.9574539970599,41.32358039395585],[-72.95765099719097,41.32476539418086],[-72.95762099719441,41.32499739422712],[-72.95755999718286,41.32514239425739],[-72.95747699716206,41.32525039428115],[-72.95742399714322,41.32522139427718],[-72.95737099712439,41.325192394273245],[-72.95728899709523,41.3251473942671],[-72.9570469970103,41.325033394252635],[-72.95693899697238,41.32498239424616],[-72.95680899692563,41.32490139423453],[-72.95641999678581,41.32466039420002],[-72.95629099673945,41.32458039418856],[-72.95598799662876,41.32436139415557],[-72.95587599658664,41.32425939413926],[-72.9554859964401,41.3239053940827],[-72.95469499614464,41.323218393974074],[-72.95429899599672,41.32287439391967],[-72.95412999593374,41.322730393897],[-72.95363799575044,41.32231139383105],[-72.95362299574501,41.32230139382956],[-72.95343699567789,41.32218139381214],[-72.95331799563431,41.322093393798795],[-72.95296199550407,41.3218323937593],[-72.95284399546085,41.32174539374611],[-72.95268399540227,41.32162739372823],[-72.95220599522719,41.32127339367451],[-72.95204699516896,41.321155393656596],[-72.95199799515089,41.32111739365076],[-72.95185399509786,41.32100539363352],[-72.95180599508018,41.320968393627844],[-72.95164199502078,41.320858393611644],[-72.95115099484289,41.320529393563234],[-72.95098799478387,41.32042039354719],[-72.95084499473178,41.32031939353209],[-72.95041499457514,41.320016393486775],[-72.95027299452343,41.31991639347181],[-72.95015699447963,41.31980739345426],[-72.9493439941847,41.31925539337267],[-72.94921399413833,41.31918139336242],[-72.94909199409226,41.31906639334389],[-72.94754599356109,41.31854039329097],[-72.94748399353969,41.31851739328846],[-72.94600699303102,41.31799339323372],[-72.94456399253129,41.31743239317063],[-72.94452099251632,41.3174143931685],[-72.94355199218172,41.3170553931296],[-72.94241299179025,41.31666539309011]]]},"properties":{"name":1409,"geoid":"09009140900"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.92220898327585,41.281959386959315],[-72.92393698369001,41.279372386398094],[-72.92811098494344,41.27760438591832],[-72.93256898640641,41.27791638583601],[-72.93658598782807,41.28002838611969],[-72.93846498849317,41.28101738625257],[-72.93868898857735,41.28122238628544],[-72.93890198865749,41.2814183863169],[-72.93891198866123,41.281427386318335],[-72.9389349886699,41.28144838632169],[-72.93911498874684,41.28177738638022],[-72.93914098875794,41.28182438638856],[-72.93940398887594,41.28240338649328],[-72.93966598899348,41.282980386597636],[-72.93968198900069,41.283016386604146],[-72.93984298907299,41.28337138666836],[-72.93992798911106,41.28355738670197],[-72.94023098926056,41.2844643868695],[-72.94074598951443,41.28600138715331],[-72.94064898952284,41.28670638729422],[-72.94037698944591,41.28690538734185],[-72.94021398939974,41.28702338737015],[-72.9399469893243,41.28722038741724],[-72.94004398936961,41.28746538746201],[-72.94009298939244,41.28758838748447],[-72.94021098944178,41.28778438751898],[-72.94016698942892,41.28780938752527],[-72.94010798941184,41.2878453875342],[-72.94004998939502,41.28788038754293],[-72.9400349893906,41.287888387544974],[-72.93999198937813,41.287914387551425],[-72.93974398930541,41.28805038758598],[-72.93961198926675,41.28812338760449],[-72.9389999890871,41.28845538768905],[-72.93875198901438,41.28859138772361],[-72.93858698896642,41.28868938774808],[-72.9380909888223,41.288984387821685],[-72.9379269887747,41.28908338784629],[-72.93780698874036,41.28916438786598],[-72.93744698863732,41.28940638792487],[-72.93732698860308,41.28948838794474],[-72.93686698847047,41.28978138801679],[-72.93548898807339,41.290660388232894],[-72.93502998794119,41.290954388305096],[-72.93501698793742,41.29096238830709],[-72.93497898792647,41.290986388313],[-72.93496698792308,41.29099538831516],[-72.9341829876935,41.29143138842556],[-72.93273398727757,41.29238438865839],[-72.93082098672068,41.29350538893896],[-72.9305309865698,41.2925003887519],[-72.930488986548,41.29235538872493],[-72.93036298648255,41.29192038864398],[-72.93032198646111,41.29177638861716],[-72.93030098645019,41.291703388603565],[-72.93039098647841,41.291686388597356],[-72.93088598663371,41.29159438856344],[-72.93105198668584,41.29156438855225],[-72.93098598665054,41.2913183885063],[-72.93078798654462,41.290580388368454],[-72.93072298650969,41.29033538832266],[-72.93064598647098,41.29009238827765],[-72.93058498644035,41.28990038824209],[-72.93045198636636,41.28935438813967],[-72.93039198633295,41.28910738809333],[-72.93031198629333,41.288865388048606],[-72.93007198617448,41.28813938791445],[-72.93003398615554,41.2880223878928],[-72.93000398613864,41.28789538786895],[-72.92994098610464,41.28765538782406],[-72.92975498600381,41.286938387689915],[-72.92969298597022,41.28669938764519],[-72.92961598593128,41.2864523875994],[-72.92938798581565,41.285714387462484],[-72.92931198577716,41.28546938741705],[-72.92958298586278,41.28542938740053],[-72.93039498611927,41.28530938735095],[-72.93066698620525,41.2852703873346],[-72.93053498612595,41.284624387212574],[-72.9304909861041,41.284490387187795],[-72.93033498602595,41.28400238709743],[-72.93008198594615,41.28404138711319],[-72.92932598570786,41.28416238716115],[-72.92907398562842,41.284202387177075],[-72.9290259856133,41.284210387180174],[-72.92894298558242,41.28414038716917],[-72.9289169855683,41.284039387150266],[-72.92872098546202,41.283283387008794],[-72.9286559854267,41.28303138696163],[-72.92830798531705,41.283087386983766],[-72.92726498498855,41.28325838705071],[-72.92691798487932,41.2833163870732],[-72.92529898432608,41.28281538702732],[-72.92220898327585,41.281959386959315]]]},"properties":{"name":1404,"geoid":"09009140400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.91156397984285,41.28228738736545],[-72.90783397864921,41.28256738753999],[-72.90595597804821,41.28270838762786],[-72.90400797741663,41.28270938769061],[-72.90386697733912,41.28214638758508],[-72.90383297732036,41.282009387559405],[-72.90343397719438,41.28206938758394],[-72.90304397707119,41.2821273876078],[-72.90304297707092,41.282128387608026],[-72.9026509769472,41.28218838763234],[-72.9019079767126,41.28230038767809],[-72.901164976478,41.28241238772383],[-72.90052297627528,41.28250938776342],[-72.90067797641589,41.2841103880714],[-72.90033597630793,41.28416238809255],[-72.89873097580143,41.28440938819235],[-72.89736697535916,41.284410388236346],[-72.89845797557196,41.28191138771282],[-72.89857597560244,41.281773387682044],[-72.89940297581626,41.280810387467234],[-72.89952297582133,41.28021038734608],[-72.8979659752996,41.279911387337606],[-72.89788697528573,41.28011938738081],[-72.89769997525329,41.280619387484556],[-72.89764697524292,41.28074038750993],[-72.89755897522596,41.28094538755284],[-72.89730697514176,41.280901387552305],[-72.89655097488915,41.28076938755076],[-72.89629897480498,41.280725387550255],[-72.8960469747206,41.28067838754915],[-72.89529397446866,41.28054038754635],[-72.89504297438474,41.280495387545606],[-72.8947879742996,41.28045238754539],[-72.89402397404464,41.28032438754487],[-72.8937699739599,41.28028238754484],[-72.89346397385862,41.28024538754741],[-72.89254597355468,41.280134387555165],[-72.89223997345343,41.28009838755796],[-72.89201497337895,41.280071387559886],[-72.8913399731555,41.27999038756572],[-72.89111497308106,41.27996438756785],[-72.89089697300926,41.279944387570936],[-72.8902429727939,41.27988638758058],[-72.89002597272247,41.27986738758383],[-72.89002497273185,41.28003938761751],[-72.89002397276079,41.280558387719],[-72.89002397277059,41.280732387753005],[-72.89005197279823,41.281061387816436],[-72.89013897288221,41.28205038800697],[-72.89016797291022,41.28238038807057],[-72.89007997288033,41.282356388068706],[-72.89006497287507,41.28234938806781],[-72.88977097277264,41.282223388052614],[-72.88967297273855,41.28218238804775],[-72.88951297268221,41.28210338803742],[-72.88903397251352,41.28186638800646],[-72.88887497245751,41.281787387996125],[-72.88873397240926,41.28174238799185],[-72.88831197226492,41.281609387979394],[-72.88817197221704,41.281565387975284],[-72.88807997218888,41.28159538798409],[-72.88799597216627,41.281677388002834],[-72.8879409721516,41.281733388015546],[-72.88757197205601,41.28216038811087],[-72.88743297202011,41.28232338814718],[-72.88749797198244,41.28128138794139],[-72.88764997189534,41.278862387463576],[-72.88753197181784,41.2781663873313],[-72.88735797170347,41.27713838713589],[-72.88736297169736,41.27700138710894],[-72.88737997167988,41.27659338702862],[-72.88738697167447,41.276457387001805],[-72.88747397168754,41.27618838694641],[-72.88737097164747,41.276070386926634],[-72.88731497161079,41.275741386864105],[-72.88730997159806,41.27554438682575],[-72.88730497155146,41.27474638666988],[-72.88729497152183,41.2742783865787],[-72.88726797143394,41.27287438630503],[-72.8872589714047,41.27240738621399],[-72.88725597138468,41.272069386148004],[-72.88725597138158,41.272014386137236],[-72.88722797120025,41.26895738554034],[-72.88713697058783,41.25860938351932],[-72.88712997053895,41.25778138335759],[-72.8871279704616,41.256419383091206],[-72.88711097040918,41.2555863829288],[-72.88710697038391,41.25516038284558],[-72.88705697035842,41.254995382814926],[-72.88706397035634,41.25491838279963],[-72.8868719702588,41.25429138268312],[-72.88685197024206,41.25410938264815],[-72.88684997024058,41.2540943826453],[-72.88683297022594,41.25393238261414],[-72.88702597028119,41.25380238258251],[-72.8870519702894,41.253798382580904],[-72.88704597028638,41.253779382577385],[-72.88710397029854,41.25366138255244],[-72.8871449703072,41.25357938253508],[-72.88727597034492,41.25349438251424],[-72.88734897036333,41.25340138249372],[-72.88734797035742,41.25330238247437],[-72.88723997031268,41.253129382444],[-72.88725497030944,41.25298538241534],[-72.88744397035921,41.252781382369356],[-72.88792397049176,41.25237138227377],[-72.88836297060813,41.2519103821695],[-72.88862597067829,41.25164238210863],[-72.88909497080361,41.25116738200067],[-72.8892039708327,41.25105638197546],[-72.88948097091996,41.25101138195777],[-72.88961997096374,41.25098838194881],[-72.88985397104146,41.251021381947766],[-72.8898919710541,41.25102738194772],[-72.89097697141464,41.25118338194345],[-72.89105197143957,41.2511943819432],[-72.8913549715386,41.251208381936216],[-72.89140197155395,41.25121038193511],[-72.89147597157607,41.251177381926276],[-72.89194797171767,41.25097438187143],[-72.89237397183443,41.2505953817836],[-72.89255597188082,41.25037138173395],[-72.89258697188079,41.25019238169793],[-72.89264197188825,41.250008381660166],[-72.89268197188925,41.24979538161721],[-72.89268897188964,41.24976238161054],[-72.89290397195293,41.24964838158133],[-72.89326997207863,41.24977338159405],[-72.8937769722534,41.24995838161399],[-72.89431797242699,41.24992638159038],[-72.89468997254458,41.24987338156808],[-72.89473697255949,41.249867381565394],[-72.89502797264684,41.2497433815318],[-72.89508097265676,41.24961438150486],[-72.89521397268174,41.24929238143759],[-72.89592797289565,41.248980381353654],[-72.89658497309044,41.24865738126939],[-72.89691897318947,41.248493381226595],[-72.8975689733994,41.248479381203005],[-72.898316973651,41.2486413812107],[-72.89883897382666,41.24875538121627],[-72.89920297394185,41.24870538119481],[-72.89956197404695,41.24850538114416],[-72.89978797410765,41.24828238109329],[-72.89974897407869,41.2479923810378],[-72.89966697404377,41.24784438101146],[-72.89965197403743,41.247818381006866],[-72.89960997401944,41.247740380992944],[-72.89959597401348,41.24771538098852],[-72.89941097394193,41.247509380954135],[-72.89960097398269,41.24713938087564],[-72.89972297400905,41.24690538082594],[-72.9004089742085,41.246498380724304],[-72.90059097425123,41.24620938066193],[-72.9027079747494,41.24286937994048],[-72.90507497559726,41.24430038014456],[-72.90958697716685,41.24620038037155],[-72.90931597738096,41.251559381428685],[-72.90606797657648,41.255968382395416],[-72.89713497382573,41.258546383186335],[-72.89902997457003,41.26085238357658],[-72.90624797723518,41.266618384472615],[-72.90815197795189,41.26838038475605],[-72.91007597867618,41.270162385042724],[-72.91038997879438,41.270453385089546],[-72.91156397984285,41.28228738736545]]]},"properties":{"name":1428,"geoid":"09009142800"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.96813500073206,41.327254394328804],[-72.96755800054078,41.327180394332984],[-72.96582899996748,41.326958394345375],[-72.96525299977647,41.326884394349506],[-72.96517399975063,41.326880394351285],[-72.96493799967347,41.326869394356734],[-72.964859999648,41.326866394358674],[-72.96461999956847,41.32683639436054],[-72.96390099933038,41.326749394366736],[-72.96366199925127,41.326721394368974],[-72.96346899918726,41.32669639437032],[-72.96289199899594,41.32662239437447],[-72.96269999893234,41.326598394375964],[-72.96264299891328,41.32658839437586],[-72.96247199885627,41.3265613943761],[-72.96241599883761,41.326552394376144],[-72.96234799881493,41.32654139437619],[-72.96214399874708,41.32651139437691],[-72.96207699872478,41.32650139437712],[-72.96166799858919,41.32644939438015],[-72.96044299818318,41.326295394389575],[-72.96003499804799,41.32624439439276],[-72.95982599797846,41.32621339439345],[-72.95920199777086,41.3261213943956],[-72.95917399776155,41.326117394395716],[-72.95899299770173,41.32609739439765],[-72.95891499767377,41.32605039439099],[-72.95868299759066,41.32591139437132],[-72.95860599756305,41.325865394364826],[-72.95857799755318,41.32585139436301],[-72.95849699752453,41.32580939435741],[-72.958469997515,41.32579539435556],[-72.95827099744427,41.325686394340664],[-72.95767499723246,41.32535939429605],[-72.95752899718056,41.32527939428515],[-72.95747699716206,41.32525039428115],[-72.95755999718286,41.32514239425739],[-72.95762099719441,41.32499739422712],[-72.95765099719097,41.32476539418086],[-72.9574539970599,41.32358039395585],[-72.95740199702512,41.32326439389583],[-72.9572749969248,41.322221393696296],[-72.95711399676425,41.32031039332836],[-72.95704599669621,41.31949939317221],[-72.95699099665343,41.31905939308807],[-72.95699899663212,41.318637393005424],[-72.95697799661315,41.31842339296431],[-72.95683499648325,41.31694939268109],[-72.95680999646125,41.31670439263405],[-72.95671199637592,41.31575939245268],[-72.95654299622443,41.31405339212498],[-72.95653599622028,41.314020392118756],[-72.95641399614887,41.31345839201294],[-72.95634599611124,41.31318339196144],[-72.95626899607073,41.31290939191039],[-72.95620099603399,41.31264939186181],[-72.95616499601543,41.31252839183934],[-72.95612399599432,41.312390391813715],[-72.95604799595347,41.31210439176031],[-72.95615599590502,41.31063139146915],[-72.95617399590967,41.31061039146448],[-72.95623499592539,41.31053839144845],[-72.95629699594146,41.310467391432596],[-72.95658799603808,41.310507391431024],[-72.95675899609489,41.31053139143019],[-72.95704199618774,41.3105503914248],[-72.95722899624978,41.31057539142366],[-72.95779199643675,41.31065339142076],[-72.9579799964992,41.31067939141978],[-72.95814799655537,41.31070939142024],[-72.95863999671552,41.31072039140651],[-72.95967399705223,41.31074539137809],[-72.96062999736353,41.31076839135178],[-72.96129399757976,41.310784391333506],[-72.96177699773779,41.310809391322834],[-72.96322599821204,41.31088739129139],[-72.96370899837012,41.310913391280906],[-72.96500199879739,41.31105439126676],[-72.9688830000799,41.31147939122468],[-72.97017700050753,41.311621391210714],[-72.97019000054853,41.31227039133704],[-72.97020000057702,41.3127153914236],[-72.97026100062877,41.31327939153178],[-72.97030800065298,41.31343739156112],[-72.97066900080435,41.314042391667606],[-72.97070000081767,41.314100391677954],[-72.97076400084512,41.314218391698915],[-72.9708140008733,41.31442939173851],[-72.97085700090403,41.314725391794916],[-72.9708950009264,41.314902391828255],[-72.97091800093953,41.31500239184704],[-72.97094500097323,41.3154423919321],[-72.9709470009753,41.31546739193692],[-72.97091600097397,41.315621391967994],[-72.97091600098277,41.31577639199824],[-72.97091700100945,41.316241392089005],[-72.97091800101859,41.31639639211925],[-72.97090400102287,41.31655239215016],[-72.97089500102592,41.31665739217096],[-72.9709150010531,41.31702239224158],[-72.97092500106525,41.31717939227191],[-72.97100500111337,41.31757039234567],[-72.97101000112713,41.317784392387296],[-72.97100400112797,41.317833392397056],[-72.97098200113315,41.31805039244015],[-72.97036400099417,41.31913339267152],[-72.97013700094267,41.31952339275499],[-72.97011200093834,41.31958939276867],[-72.97007900093286,41.3196813927877],[-72.97002800094825,41.32024439289927],[-72.97002000097037,41.32068039298465],[-72.97007800100683,41.32099139304349],[-72.97007500101398,41.32113439307152],[-72.97007000102874,41.32142339312809],[-72.96997600101646,41.3217443931938],[-72.96993700101692,41.32197539324015],[-72.96962200098763,41.32325939350098],[-72.96948400096528,41.323654393582544],[-72.9694550009607,41.323739393600064],[-72.96944500095915,41.32376939360625],[-72.96925600091755,41.3241163936801],[-72.96890700082226,41.32443139375284],[-72.96882300081175,41.32472639381314],[-72.96878600080724,41.32485839384009],[-72.96871000080012,41.325167393902866],[-72.96859900078995,41.32562239399528],[-72.96852600078324,41.32592139405599],[-72.96844700077271,41.32618739411047],[-72.9682120007419,41.32698739427422],[-72.96813500073206,41.327254394328804]]]},"properties":{"name":1410,"geoid":"09009141000"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.97017700050753,41.311621391210714],[-72.97100800078373,41.31174039120717],[-72.97248700127538,41.31195339120107],[-72.97395800175907,41.3120723911769],[-72.97467900199621,41.312131391165174],[-72.97581900237105,41.312223391146375],[-72.98535100550554,41.31299639098993],[-72.98707800607349,41.31313739096176],[-72.98914900675452,41.313305390927745],[-72.99092900734065,41.31346439090135],[-72.99212100773326,41.31357239088399],[-72.99423900843074,41.31376239085274],[-72.99626900909924,41.31394439082276],[-72.9980490096855,41.31410539079675],[-72.9978580097155,41.31572439111902],[-72.99783200972007,41.31595339116457],[-72.99729800980982,41.32058239208551],[-72.99711200984153,41.32220239240777],[-72.99705100983768,41.32248239246439],[-72.99687000982686,41.3233253926348],[-72.99681000982343,41.32360739269179],[-72.9963930096968,41.32375839273472],[-72.99639100969614,41.323758392734774],[-72.99612300961742,41.323902392771544],[-72.99591800956009,41.32406339280959],[-72.99534100940198,41.32457339292778],[-72.99526700938173,41.32463939294304],[-72.99504100932334,41.324901393001475],[-72.99330200882417,41.32604039327994],[-72.98894100757256,41.328901393979145],[-72.98878700757983,41.32990839418065],[-72.98874400758214,41.330194394237864],[-72.98729700717278,41.33124839449028],[-72.9871920071371,41.331219394488],[-72.98708600710071,41.331184394484595],[-72.98686700702567,41.33111339447781],[-72.98666900695697,41.33103439446878],[-72.98653100690917,41.330980394462685],[-72.98646800688748,41.33095839446043],[-72.98626200681653,41.330885394452835],[-72.98603900673969,41.33080539444441],[-72.98593100670239,41.33076539444009],[-72.98501400638594,41.330429394404106],[-72.98493800636028,41.33041139440304],[-72.98459600624477,41.33033039439827],[-72.98445900619808,41.33029039439487],[-72.98404800605813,41.33017339438531],[-72.98391200601182,41.330134394382085],[-72.98366900592939,41.330070394377444],[-72.98294200568286,41.329880394363805],[-72.98270000560079,41.32981739435933],[-72.98213900541057,41.32967139434893],[-72.98083200496755,41.32933339432511],[-72.98045700484022,41.3292323943175],[-72.97989800465047,41.329083394306465],[-72.97943100449228,41.328964394298296],[-72.97916700440294,41.32889839429393],[-72.9789660043348,41.32884639429026],[-72.97849800417463,41.32869839427647],[-72.97828900410401,41.328648394273465],[-72.97782000394561,41.328537394266924],[-72.97766200389223,41.328499394264604],[-72.97745300382168,41.32845039426178],[-72.97741700380942,41.328440394260994],[-72.97730900377287,41.328413394259194],[-72.97727400376101,41.32840439425857],[-72.97703800368033,41.32833139425193],[-72.97633200343914,41.32811539423253],[-72.9760970033589,41.32804439422627],[-72.9760180033321,41.328023394224715],[-72.97578100325165,41.32796039422006],[-72.97570300322518,41.327939394218475],[-72.97547000314557,41.32786839421213],[-72.97477100290688,41.3276563941933],[-72.97453900282767,41.32758639418711],[-72.97329200240273,41.327224394156666],[-72.97267300219923,41.32717539416708],[-72.97213100202441,41.32719239418787],[-72.97010500137525,41.327330394280125],[-72.96949300117844,41.327359394305525],[-72.96941100115156,41.32735439430721],[-72.96916500107092,41.32733939431219],[-72.9690830010441,41.32733539431407],[-72.96896200100447,41.32732839431661],[-72.96860200088669,41.32731039432469],[-72.96848200084744,41.32730439432739],[-72.96841200082419,41.327294394327694],[-72.96820400075504,41.327264394328544],[-72.96813500073206,41.327254394328804],[-72.9682120007419,41.32698739427422],[-72.96844700077271,41.32618739411047],[-72.96852600078324,41.32592139405599],[-72.96859900078995,41.32562239399528],[-72.96871000080012,41.325167393902866],[-72.96878600080724,41.32485839384009],[-72.96882300081175,41.32472639381314],[-72.96890700082226,41.32443139375284],[-72.96925600091755,41.3241163936801],[-72.96944500095915,41.32376939360625],[-72.9694550009607,41.323739393600064],[-72.96948400096528,41.323654393582544],[-72.96962200098763,41.32325939350098],[-72.96993700101692,41.32197539324015],[-72.96997600101646,41.3217443931938],[-72.97007000102874,41.32142339312809],[-72.97007500101398,41.32113439307152],[-72.97007800100683,41.32099139304349],[-72.97002000097037,41.32068039298465],[-72.97002800094825,41.32024439289927],[-72.97007900093286,41.3196813927877],[-72.97011200093834,41.31958939276867],[-72.97013700094267,41.31952339275499],[-72.97036400099417,41.31913339267152],[-72.97098200113315,41.31805039244015],[-72.97100400112797,41.317833392397056],[-72.97101000112713,41.317784392387296],[-72.97100500111337,41.31757039234567],[-72.97092500106525,41.31717939227191],[-72.9709150010531,41.31702239224158],[-72.97089500102592,41.31665739217096],[-72.97090400102287,41.31655239215016],[-72.97091800101859,41.31639639211925],[-72.97091700100945,41.316241392089005],[-72.97091600098277,41.31577639199824],[-72.97091600097397,41.315621391967994],[-72.9709470009753,41.31546739193692],[-72.97094500097323,41.3154423919321],[-72.97091800093953,41.31500239184704],[-72.9708950009264,41.314902391828255],[-72.97085700090403,41.314725391794916],[-72.9708140008733,41.31442939173851],[-72.97076400084512,41.314218391698915],[-72.97070000081767,41.314100391677954],[-72.97066900080435,41.314042391667606],[-72.97030800065298,41.31343739156112],[-72.97026100062877,41.31327939153178],[-72.97020000057702,41.3127153914236],[-72.97019000054853,41.31227039133704],[-72.97017700050753,41.311621391210714]]]},"properties":{"name":1411,"geoid":"09009141100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.96525299977647,41.326884394349506],[-72.96582899996748,41.326958394345375],[-72.96755800054078,41.327180394332984],[-72.96813500073206,41.327254394328804],[-72.96820400075504,41.327264394328544],[-72.96841200082419,41.327294394327694],[-72.96848200084744,41.32730439432739],[-72.96860200088669,41.32731039432469],[-72.96896200100447,41.32732839431661],[-72.9690830010441,41.32733539431407],[-72.96916500107092,41.32733939431219],[-72.96941100115156,41.32735439430721],[-72.96949300117844,41.327359394305525],[-72.97010500137525,41.327330394280125],[-72.97213100202441,41.32719239418787],[-72.97267300219923,41.32717539416708],[-72.97329200240273,41.327224394156666],[-72.97453900282767,41.32758639418711],[-72.97477100290688,41.3276563941933],[-72.97547000314557,41.32786839421213],[-72.97570300322518,41.327939394218475],[-72.97578100325165,41.32796039422006],[-72.9760180033321,41.328023394224715],[-72.9760970033589,41.32804439422627],[-72.97633200343914,41.32811539423253],[-72.97703800368033,41.32833139425193],[-72.97727400376101,41.32840439425857],[-72.97730900377287,41.328413394259194],[-72.97741700380942,41.328440394260994],[-72.97745300382168,41.32845039426178],[-72.97766200389223,41.328499394264604],[-72.97782000394561,41.328537394266924],[-72.97828900410401,41.328648394273465],[-72.97849800417463,41.32869839427647],[-72.9789660043348,41.32884639429026],[-72.97916700440294,41.32889839429393],[-72.97943100449228,41.328964394298296],[-72.97989800465047,41.329083394306465],[-72.98045700484022,41.3292323943175],[-72.98083200496755,41.32933339432511],[-72.98213900541057,41.32967139434893],[-72.98270000560079,41.32981739435933],[-72.98294200568286,41.329880394363805],[-72.98366900592939,41.330070394377444],[-72.98391200601182,41.330134394382085],[-72.98404800605813,41.33017339438531],[-72.98445900619808,41.33029039439487],[-72.98459600624477,41.33033039439827],[-72.98493800636028,41.33041139440304],[-72.98501400638594,41.330429394404106],[-72.98593100670239,41.33076539444009],[-72.98603900673969,41.33080539444441],[-72.98626200681653,41.330885394452835],[-72.98646800688748,41.33095839446043],[-72.98653100690917,41.330980394462685],[-72.98666900695697,41.33103439446878],[-72.98686700702567,41.33111339447781],[-72.98708600710071,41.331184394484595],[-72.9871920071371,41.331219394488],[-72.98729700717278,41.33124839449028],[-72.98560900670005,41.332562394801215],[-72.98525500660098,41.3328393948667],[-72.98501600653402,41.33302539491071],[-72.98331100622484,41.33731539580296],[-72.98238300595152,41.33780139592774],[-72.98127400562497,41.33838439607729],[-72.9807330054639,41.33863739614413],[-72.98047100538587,41.338759396176386],[-72.9798260051907,41.3390063962454],[-72.97789300460614,41.33975139645315],[-72.97724900441143,41.34000039652253],[-72.97716700438825,41.34006039653689],[-72.97692200431922,41.34024439658069],[-72.97691900431845,41.340247396581375],[-72.97684100429643,41.340305396595205],[-72.97676800427469,41.34033939660419],[-72.97669500425295,41.34037339661318],[-72.97628600413115,41.34056439666365],[-72.974623003636,41.34134239686912],[-72.9740690034711,41.341602396937745],[-72.97329200323388,41.341862397013536],[-72.9725670030126,41.34210639708453],[-72.97096300252294,41.34264439724126],[-72.97018700228607,41.342905397317224],[-72.96994400217262,41.34229539720604],[-72.969643002032,41.34153839706802],[-72.97070800235217,41.341094396947035],[-72.9713150025348,41.34084339687846],[-72.97125000250573,41.340702396853054],[-72.9710580024196,41.34028239677729],[-72.97099400239088,41.34014239675203],[-72.97078500231783,41.340049396740625],[-72.9701580020988,41.33977339670699],[-72.96994900202579,41.33968139669578],[-72.96986300198904,41.33952539666811],[-72.96983400197662,41.3394723966587],[-72.96959300187545,41.33906739658744],[-72.96950300183764,41.33891539656069],[-72.9692290017125,41.33827639644481],[-72.96911600166086,41.33801239639694],[-72.9695950017178,41.33627939604328],[-72.96964400172386,41.336106396007935],[-72.97014900188192,41.33600539597193],[-72.97012600187112,41.335946395961166],[-72.97005700183881,41.33577139592924],[-72.97003500182838,41.335713395918624],[-72.96995300179026,41.335510395881656],[-72.96903100150362,41.33572839595394],[-72.96815600123165,41.335936396022745],[-72.9679470011667,41.33598639603925],[-72.9671560008488,41.334905395853774],[-72.96681600068258,41.3339193956723],[-72.96663600059456,41.33339739557622],[-72.96646300051036,41.332902395485185],[-72.9664790005138,41.33287139547862],[-72.96644100049932,41.332833395472434],[-72.9663930004774,41.33272139545213],[-72.96625100041234,41.33238639539131],[-72.96620400039077,41.332275395371155],[-72.96603700031768,41.33194139531135],[-72.96589100025376,41.33164939525906],[-72.96584400022228,41.331363395204754],[-72.9660130002646,41.33114339515637],[-72.96616000030275,41.33097539511883],[-72.96640600036669,41.330696395056435],[-72.96634200034441,41.330669395053235],[-72.96615100027803,41.33059139504416],[-72.96608800025612,41.33056539504113],[-72.96602700023493,41.330540395038206],[-72.96586200017805,41.33048139503202],[-72.96572900013248,41.33043839502792],[-72.96561100009212,41.33040139502449],[-72.96474099981123,41.33042339505683],[-72.96459299976351,41.33042839506258],[-72.96421299964108,41.330442395077576],[-72.96423199963891,41.33029539504825],[-72.96430999965303,41.3300983950073],[-72.96435699966162,41.32998139498293],[-72.96477799976394,41.32937839485166],[-72.9648649997809,41.32918039481021],[-72.96501099980965,41.32885239474147],[-72.96505799982495,41.32885339474016],[-72.965198999871,41.328859394736796],[-72.9652469998867,41.328861394735625],[-72.96524699986423,41.32846539465832],[-72.96525099979824,41.32727939442668],[-72.96525299977647,41.326884394349506]]]},"properties":{"name":1412,"geoid":"09009141200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.9431099931276,41.336274396895966],[-72.942953993076,41.33625639689747],[-72.94248899292212,41.33620239690192],[-72.94233399287087,41.33618539690359],[-72.94197499275127,41.33612939690422],[-72.94089799239246,41.33596239690632],[-72.94053899227292,41.33590739690715],[-72.94054299227324,41.3358903969037],[-72.94055699227508,41.335842396893874],[-72.9405629922761,41.33582639689055],[-72.9405799922768,41.335741396873416],[-72.94062999227872,41.335489396822624],[-72.9406479922798,41.33540539680565],[-72.94000699206912,41.33535639681672],[-72.9392339918151,41.33529839683031],[-72.9391579917252,41.33414739660809],[-72.93911699167558,41.333506396484275],[-72.93915399167958,41.33336539645556],[-72.93915399167865,41.33334939645244],[-72.93916299165647,41.33290639636568],[-72.93916599165524,41.33286739635797],[-72.93918299165175,41.33270839632639],[-72.93928999167903,41.33257739629736],[-72.93958099175352,41.33222639621948],[-72.93960899176015,41.33218339621018],[-72.93970299178271,41.332043396179834],[-72.94001999186703,41.33171739610599],[-72.94021899191306,41.33139039603574],[-72.94026499192384,41.331317396020005],[-72.940389991945,41.33097539594922],[-72.94049099195718,41.33061239587511],[-72.94085399204164,41.33002539574882],[-72.94101399208458,41.329867395712824],[-72.94124899215167,41.329706395673824],[-72.94161299225561,41.329457395613495],[-72.9416499922663,41.32943439560783],[-72.94195899235594,41.329247395561346],[-72.9423649924735,41.328998395499674],[-72.9422489924298,41.328891395482515],[-72.94199699233499,41.32866039544555],[-72.94190599230014,41.32856639543012],[-72.94179699225838,41.328453395411564],[-72.94153499215459,41.32812139535519],[-72.94144399211856,41.32800639533568],[-72.94123299203054,41.327660395274926],[-72.94095499190306,41.327002395155425],[-72.94093899189562,41.32696239514812],[-72.94085899184869,41.326592395078464],[-72.94077699180029,41.32620739500592],[-72.94076899179535,41.32616639499819],[-72.94077799178038,41.32585039493621],[-72.94078799178106,41.325805394927094],[-72.94086899177393,41.3252153948093],[-72.94086899176365,41.32503439477396],[-72.9408699917417,41.32464139469718],[-72.9408039917079,41.32442239465656],[-72.94074799167903,41.32423339462147],[-72.94059599160356,41.32377139453616],[-72.94052599156862,41.32355539449623],[-72.94049099155194,41.323461394479004],[-72.94047199154278,41.323408394469276],[-72.94043999151869,41.323166394423055],[-72.94042799150918,41.32306739440411],[-72.94040899149162,41.32286639436547],[-72.9404149914909,41.32281939435611],[-72.94047699148801,41.32241339427483],[-72.94059799150952,41.32210039420982],[-72.94068899152589,41.3218683941616],[-72.94081399155198,41.32161339410778],[-72.94118999163065,41.3208493939465],[-72.94129599165302,41.320637393901684],[-72.94130699165405,41.320592393892554],[-72.94113099158933,41.32045739387185],[-72.94060499139583,41.320053393809914],[-72.94042999133148,41.31991939378936],[-72.94060899137351,41.31963639372835],[-72.94114899150073,41.31879039354576],[-72.94132899154313,41.318508393484905],[-72.94154499159227,41.318139393405886],[-72.94219599174073,41.31703339316897],[-72.94241299179025,41.31666539309011],[-72.94355199218172,41.3170553931296],[-72.94452099251632,41.3174143931685],[-72.94456399253129,41.31743239317063],[-72.94600699303102,41.31799339323372],[-72.94748399353969,41.31851739328846],[-72.94754599356109,41.31854039329097],[-72.94909199409226,41.31906639334389],[-72.94921399413833,41.31918139336242],[-72.9493439941847,41.31925539337267],[-72.95015699447963,41.31980739345426],[-72.95027299452343,41.31991639347181],[-72.95041499457514,41.320016393486775],[-72.95084499473178,41.32031939353209],[-72.95098799478387,41.32042039354719],[-72.95115099484289,41.320529393563234],[-72.95164199502078,41.320858393611644],[-72.95180599508018,41.320968393627844],[-72.95185399509786,41.32100539363352],[-72.95199799515089,41.32111739365076],[-72.95204699516896,41.321155393656596],[-72.95220599522719,41.32127339367451],[-72.95268399540227,41.32162739372823],[-72.95284399546085,41.32174539374611],[-72.95296199550407,41.3218323937593],[-72.95331799563431,41.322093393798795],[-72.95343699567789,41.32218139381214],[-72.95325399562567,41.32230739384264],[-72.952704995469,41.32268439393393],[-72.9525229954172,41.3228113939646],[-72.95232199535982,41.322949393998],[-72.95171899518792,41.32336639409884],[-72.95151899513093,41.323505394132425],[-72.9513829950918,41.323593394154],[-72.9509759949749,41.323859394219035],[-72.95084099493617,41.323948394240766],[-72.9506909948997,41.32416339428757],[-72.95024399479125,41.324807394427694],[-72.95009499475516,41.32502339447469],[-72.95000499473385,41.32516239450471],[-72.94973499466987,41.32557839459462],[-72.94964599464893,41.325718394624815],[-72.94957399463104,41.32581439464589],[-72.9493609945783,41.326102394708975],[-72.94928999456076,41.326199394730196],[-72.94924799455026,41.326254394742286],[-72.94912499451966,41.326418394778266],[-72.94908399450954,41.326474394790516],[-72.94897099448197,41.32663439482539],[-72.94863099439901,41.327116394930435],[-72.94851899437182,41.32727739496549],[-72.94955099472995,41.32769039501286],[-72.95022899496212,41.327907395033385],[-72.95039299501825,41.327959395038256],[-72.95172399547702,41.32843739508869],[-72.9515749954359,41.328564395118285],[-72.95137099539284,41.328971395204306],[-72.95030199513526,41.330543395545604],[-72.95011399509148,41.33084639561082],[-72.949712994998,41.331491395749644],[-72.94960699497881,41.33175939580537],[-72.94930999492546,41.3325173959629],[-72.94928599492036,41.33256439597285],[-72.94924399491161,41.33265039599099],[-72.94920099490238,41.33273339600858],[-72.9491509948911,41.33282039602716],[-72.94912099488839,41.332944396052326],[-72.94903099488046,41.33331939612843],[-72.9490019948782,41.33344539615396],[-72.94876499481343,41.333658396203184],[-72.9487409948062,41.333668396205894],[-72.94804899459899,41.33397239628753],[-72.94779499452305,41.334085396317775],[-72.94760099446505,41.334172396341],[-72.94748199442961,41.33422839635576],[-72.94707899430956,41.33441639640545],[-72.94660499416808,41.33463239646288],[-72.94528999377572,41.33523439662276],[-72.9444159935139,41.33561639672546],[-72.94397199338253,41.3358393967833],[-72.94348499323858,41.33608639684719],[-72.94316899314482,41.336240396887426],[-72.9431099931276,41.336274396895966]]]},"properties":{"name":1414,"geoid":"09009141400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.94241299179025,41.31666539309011],[-72.94219599174073,41.31703339316897],[-72.94154499159227,41.318139393405886],[-72.94132899154313,41.318508393484905],[-72.94114899150073,41.31879039354576],[-72.94060899137351,41.31963639372835],[-72.94042999133148,41.31991939378936],[-72.94060499139583,41.320053393809914],[-72.94113099158933,41.32045739387185],[-72.94130699165405,41.320592393892554],[-72.94129599165302,41.320637393901684],[-72.94118999163065,41.3208493939465],[-72.94081399155198,41.32161339410778],[-72.94068899152589,41.3218683941616],[-72.94059799150952,41.32210039420982],[-72.94047699148801,41.32241339427483],[-72.9404149914909,41.32281939435611],[-72.94040899149162,41.32286639436547],[-72.94042799150918,41.32306739440411],[-72.94043999151869,41.323166394423055],[-72.94047199154278,41.323408394469276],[-72.94049099155194,41.323461394479004],[-72.94052599156862,41.32355539449623],[-72.94029999149787,41.323600394512304],[-72.93997499139347,41.32361839452628],[-72.93976399132579,41.323631394535596],[-72.93952599124499,41.32356739453078],[-72.93935899118571,41.32347739451858],[-72.93892699103365,41.32326639449128],[-72.93860699091972,41.32308739446665],[-72.93844099086353,41.32304539446378],[-72.93837899084257,41.32303039446285],[-72.93789199068138,41.3229733944674],[-72.93766999060888,41.322964394472784],[-72.93700399039135,41.32293739448895],[-72.93678199031883,41.32292839449435],[-72.93648299022136,41.32291939450222],[-72.93558698992923,41.32289239452579],[-72.93528898983207,41.32288339453361],[-72.93528798982945,41.32284239452566],[-72.93528698982298,41.32273439450459],[-72.93528498982167,41.322722394502314],[-72.9352789898175,41.322683394494895],[-72.93522298980088,41.322710394501975],[-72.93515698978071,41.32273239450839],[-72.93506698975271,41.3227533945154],[-72.9349479897114,41.32270539450984],[-72.93463598960727,41.32265339450972],[-72.93455298958013,41.322649394511615],[-72.9306119882493,41.32171939445688],[-72.93044298819244,41.321683394455285],[-72.9301789881037,41.321628394453036],[-72.93009498807567,41.32161439445299],[-72.92993698802306,41.32159039445342],[-72.92976698796657,41.32156639445419],[-72.92973598795646,41.32156539445499],[-72.92949898787799,41.32153739445716],[-72.92939698784441,41.321528394458674],[-72.92924698779446,41.32150539445901],[-72.92894698770283,41.32160539448819],[-72.92668298695831,41.3214243945257],[-72.92589298669823,41.32135639453784],[-72.92595598664593,41.32007139428488],[-72.9259559866362,41.3198993942513],[-72.92595598660705,41.319384394150724],[-72.92595698659767,41.319213394117305],[-72.92593898658052,41.31901339407883],[-72.92588498652916,41.31841539396379],[-72.92586698651205,41.3182163939255],[-72.92570798634898,41.316246393545896],[-72.92653898661645,41.316210393512115],[-72.92659398663395,41.31620439350919],[-72.92676198668754,41.31618839350066],[-72.92681798670547,41.31618439349807],[-72.92689398672965,41.31617639349407],[-72.92712398680305,41.31615539348257],[-72.9272009868277,41.316149393478916],[-72.9272109868309,41.3161483934784],[-72.92724398684136,41.316144393476556],[-72.92725498684493,41.3161443934762],[-72.92714998680081,41.315966393444825],[-72.92687398668481,41.3154983933623],[-72.92684198667064,41.31543139335024],[-72.92675398663157,41.31524539331676],[-72.9272029867804,41.315302393313445],[-72.92722498678772,41.31530539331332],[-72.92853598722722,41.315558393320536],[-72.92898098737639,41.31564439332302],[-72.92895998736483,41.31556039330729],[-72.92889898733095,41.315311393260636],[-72.92887898731976,41.31522839324506],[-72.92958398754251,41.315124393202055],[-72.92998898766996,41.315055393175555],[-72.93022898774237,41.31495939314909],[-72.93244798839825,41.313833392857795],[-72.93234798833187,41.31323339274381],[-72.93225698828414,41.312911392683844],[-72.9322489882808,41.31289839268157],[-72.93212798823787,41.31283339267278],[-72.93212398823324,41.312774392661375],[-72.93216698824334,41.3127063926467],[-72.93234898829873,41.31264239262835],[-72.93252098835555,41.31266039262634],[-72.93269298841868,41.31279039264619],[-72.93271398842639,41.31280639264864],[-72.93277898845018,41.31285439265592],[-72.93280098845827,41.31287139265853],[-72.93284998847632,41.31290939266438],[-72.93305898854976,41.313009392677195],[-72.93313998857825,41.313048392682205],[-72.93383798882577,41.31342239273278],[-72.93409798891801,41.31356239275176],[-72.93442398903274,41.31372139277232],[-72.93489898919985,41.31395239280215],[-72.93541598938002,41.31417339282866],[-72.935567989433,41.31423839283647],[-72.93575098949682,41.31431739284602],[-72.9357939895119,41.314337392848536],[-72.93644098973479,41.31456839287283],[-72.93677198984882,41.314686392885235],[-72.93852499045164,41.31529239294714],[-72.93922099069097,41.31553339297181],[-72.93941799075924,41.315610392980496],[-72.94001099096475,41.31584339300691],[-72.94020899103337,41.315921393015785],[-72.94044699111531,41.31600539302452],[-72.94116499136261,41.316260393051195],[-72.94140399144491,41.316345393060104],[-72.94160499151373,41.31640939306613],[-72.94221099172114,41.31660139308412],[-72.94241299179025,41.31666539309011]]]},"properties":{"name":1416,"geoid":"09009141600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.92589298669823,41.32135639453784],[-72.92668298695831,41.3214243945257],[-72.92894698770283,41.32160539448819],[-72.92924698779446,41.32150539445901],[-72.92933298784087,41.321832394520094],[-72.9293119878437,41.32200239455397],[-72.9289119877664,41.322928394747656],[-72.92870598772522,41.32338139484274],[-72.92853498769101,41.32375639492146],[-72.92771898753107,41.32560539530873],[-72.92737798747198,41.32651539549739],[-72.92731898746169,41.32667139552974],[-72.92714298743128,41.32714239562737],[-72.92708498742141,41.32730039566009],[-72.92704398741441,41.32741139568307],[-72.92692298739397,41.32774339575178],[-72.92688298738733,41.32785539577493],[-72.92681498737592,41.328043395813836],[-72.92661198734218,41.32861039593106],[-72.92654498733116,41.328799395970115],[-72.92649898732225,41.328905395992294],[-72.92636398729641,41.329222396058526],[-72.92631898728789,41.329329396080865],[-72.9262969872843,41.32939239609387],[-72.9262309872736,41.329581396132895],[-72.92620898727004,41.32964439614591],[-72.92612998725609,41.32985039618867],[-72.92589298721416,41.33046739631674],[-72.9258149872006,41.33067439635966],[-72.92575398718998,41.33083639639325],[-72.92556998715791,41.331324396494445],[-72.9255099871477,41.331487396528196],[-72.92545198713869,41.33166039656384],[-72.92527898711202,41.33218039667092],[-72.92522198710338,41.33235439670672],[-72.9251779870948,41.332454396727655],[-72.92509898707958,41.33263839676612],[-72.92506298707494,41.332762396791495],[-72.92503398707153,41.332868396813105],[-72.9250149870703,41.33295539683071],[-72.92500398707377,41.33307939685527],[-72.9249479870918,41.333718396981816],[-72.92492998709807,41.333932397024164],[-72.92492398710252,41.33404539704641],[-72.9249089871171,41.33438839711385],[-72.9248969871196,41.33450139713629],[-72.92390998679554,41.3344323971546],[-72.92094998582368,41.33422539720943],[-72.9199639855,41.334157397227884],[-72.91972998542315,41.3341403972321],[-72.9190279851926,41.33409039724492],[-72.91901198518735,41.334089397245236],[-72.91879498511605,41.33407339724911],[-72.91866398507271,41.33405839725039],[-72.91827098494268,41.33401339725423],[-72.9181399848994,41.33399939725573],[-72.91780498478965,41.333980397262785],[-72.91680098446095,41.33392639728456],[-72.91646698435163,41.333909397291976],[-72.91565898408517,41.33383239730295],[-72.91323798328682,41.33360239733591],[-72.91323498328575,41.33360039733562],[-72.9125299830344,41.33320039728021],[-72.91260898305023,41.3330273972439],[-72.91267698306407,41.332882397213396],[-72.91284698309806,41.33250839713493],[-72.9129259831139,41.3323353970986],[-72.91296598312222,41.332253397081324],[-72.91308698314754,41.33200739702939],[-72.91312798315626,41.33192639701226],[-72.91315998316273,41.331857396997755],[-72.91325798318292,41.331652396954574],[-72.91329098318977,41.33158439694025],[-72.9133729832056,41.33139439690052],[-72.91362198325427,41.330827396781814],[-72.91370498327056,41.33063939674245],[-72.913812983292,41.33039939669211],[-72.91413698335636,41.32967939654111],[-72.91424498337778,41.32943939649078],[-72.91437498340501,41.329175396435055],[-72.91476498348668,41.32838339626789],[-72.9148949835139,41.32811939621217],[-72.91507298354952,41.327728396130084],[-72.91561098365767,41.32655639588395],[-72.91578998369367,41.32616639580204],[-72.91592898372194,41.32586939573958],[-72.91634898380792,41.32498139555269],[-72.91648898383663,41.32468639549059],[-72.91656298385135,41.32452239545619],[-72.91678598389595,41.32403239535332],[-72.91686098391105,41.32386939531909],[-72.91693698392652,41.32370739528502],[-72.91716798397415,41.323225395183464],[-72.91724498399003,41.323064395149544],[-72.91798898414254,41.32149539481924],[-72.9184319842344,41.320579394626115],[-72.91844598423576,41.320523394614725],[-72.91845698423865,41.32051139461203],[-72.9184789842446,41.320490394607226],[-72.91890698433565,41.31964639442864],[-72.92043398484331,41.3198653944223],[-72.9232959857939,41.32026039440737],[-72.92330398581636,41.320611394475655],[-72.9237019859609,41.32088439451616],[-72.92376398598141,41.32089139451552],[-72.9242679861485,41.32095539451181],[-72.92537298652013,41.321189394521944],[-72.9254049865309,41.32119639452231],[-72.92589298669823,41.32135639453784]]]},"properties":{"name":1418,"geoid":"09009141800"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.91890698433565,41.31964639442864],[-72.9184789842446,41.320490394607226],[-72.91845698423865,41.32051139461203],[-72.91844598423576,41.320523394614725],[-72.9184319842344,41.320579394626115],[-72.91798898414254,41.32149539481924],[-72.91724498399003,41.323064395149544],[-72.91716798397415,41.323225395183464],[-72.91693698392652,41.32370739528502],[-72.91686098391105,41.32386939531909],[-72.91678598389595,41.32403239535332],[-72.91656298385135,41.32452239545619],[-72.91648898383663,41.32468639549059],[-72.91634898380792,41.32498139555269],[-72.91592898372194,41.32586939573958],[-72.91578998369367,41.32616639580204],[-72.91561098365767,41.32655639588395],[-72.91507298354952,41.327728396130084],[-72.9148949835139,41.32811939621217],[-72.91476498348668,41.32838339626789],[-72.91437498340501,41.329175396435055],[-72.91424498337778,41.32943939649078],[-72.91413698335636,41.32967939654111],[-72.913812983292,41.33039939669211],[-72.91370498327056,41.33063939674245],[-72.91362198325427,41.330827396781814],[-72.9133729832056,41.33139439690052],[-72.91329098318977,41.33158439694025],[-72.91325798318292,41.331652396954574],[-72.91315998316273,41.331857396997755],[-72.91312798315626,41.33192639701226],[-72.91308698314754,41.33200739702939],[-72.91296598312222,41.332253397081324],[-72.9129259831139,41.3323353970986],[-72.91284698309806,41.33250839713493],[-72.91267698306407,41.332882397213396],[-72.91260898305023,41.3330273972439],[-72.9125299830344,41.33320039728021],[-72.9113069826001,41.332536397189905],[-72.90982298206691,41.331621397058996],[-72.90967298201228,41.331515397043134],[-72.90932098188874,41.33135039702224],[-72.90931498188475,41.331314397015404],[-72.90925498185715,41.331170396989236],[-72.90913298180081,41.33087439693536],[-72.90910798177912,41.330634396889295],[-72.90910898177879,41.33062239688692],[-72.90912998177483,41.330432396849154],[-72.90925498174963,41.32927039661827],[-72.90927598174572,41.3290813965807],[-72.90927998170419,41.32832439643277],[-72.90956298177092,41.327881396337155],[-72.91005198191641,41.32764939627613],[-72.91037198200243,41.32733539620454],[-72.91029398195653,41.326971396135974],[-72.90987798180655,41.32670539609741],[-72.90971998175065,41.32662339608648],[-72.90908398152591,41.32629739604328],[-72.90868898138517,41.32607439601244],[-72.90861698136187,41.32607539601494],[-72.90775798108025,41.32602239603222],[-72.90737698095536,41.32599939603996],[-72.90703498083549,41.325841396020124],[-72.90600798038403,41.32374939564463],[-72.90556198020394,41.32312339553673],[-72.90528998011435,41.32309939554077],[-72.90405397967368,41.32239639544323],[-72.9033059794015,41.32187339536514],[-72.90310797929585,41.32114139522855],[-72.90324497930513,41.32051939510268],[-72.9035979793607,41.319477394887834],[-72.9038249794004,41.318877394763355],[-72.9039709794235,41.318448394674874],[-72.90443697953692,41.317781394529646],[-72.90459197958981,41.317827394533644],[-72.90461097959482,41.31780739452913],[-72.90458497956979,41.31751339447253],[-72.90467497959631,41.31746639446045],[-72.90477897962681,41.31740939444599],[-72.90497197968327,41.317300394418496],[-72.9051649797397,41.31719139439101],[-72.90522197975638,41.31715939438293],[-72.90543197981792,41.31704339435352],[-72.90548497983325,41.31701039434537],[-72.9058369799352,41.31679439429187],[-72.9061649800318,41.31662139424754],[-72.9064699801326,41.31665439424419],[-72.90745898045625,41.31670539422236],[-72.90784898058124,41.316678394204544],[-72.90798698062491,41.31665939419639],[-72.90826898071212,41.31658439417269],[-72.90894898090825,41.316152394066464],[-72.90907498094467,41.31607339404695],[-72.9094549810545,41.31583639398847],[-72.90958198109128,41.31575839396916],[-72.91036298136623,41.31614139401886],[-72.91057798144165,41.316241394031465],[-72.91122298166779,41.31654139406933],[-72.91143798174322,41.31664239408214],[-72.91162998181083,41.31673639409433],[-72.91220598201359,41.31701839413089],[-72.91239798208119,41.31711239414308],[-72.91285198224065,41.31732839417066],[-72.91421398271918,41.31797839425381],[-72.91466898287902,41.31819539428156],[-72.9150869830229,41.31834239429684],[-72.91634398345572,41.318786394343114],[-72.91676298359998,41.31893439435854],[-72.91800398402599,41.31934939439968],[-72.91890698433565,41.31964639442864]]]},"properties":{"name":1419,"geoid":"09009141900"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.0629360260121,41.23124237250763],[-73.06242702585865,41.23144437256359],[-73.06139602554596,41.231819372670245],[-73.06107702544735,41.23190237269679],[-73.06044902525275,41.23205837274759],[-73.05939702492248,41.23224337281775],[-73.05905602481496,41.23229537283894],[-73.05864802468643,41.232359372864636],[-73.0580970245114,41.23242037289437],[-73.05803202449042,41.23242137289668],[-73.05778402441041,41.232427372905846],[-73.05768802437943,41.23242937290934],[-73.0575960243498,41.23243237291289],[-73.05749302431654,41.23243437291662],[-73.05738202428083,41.23243837292099],[-73.05694202413937,41.23245737293891],[-73.05646702398624,41.232470372956804],[-73.056162023888,41.23248037296861],[-73.05603702384745,41.23247937297245],[-73.05582702377944,41.23247937297923],[-73.05566302372534,41.232462372981196],[-73.05553902368452,41.23245037298285],[-73.05467702339718,41.23230737298273],[-73.05442502331435,41.23228637298675],[-73.05251702268733,41.23212837301747],[-73.05105802220719,41.231995373038565],[-73.04999702185805,41.231899373054034],[-73.0499370218381,41.23189037305423],[-73.04975502177761,41.231863373054814],[-73.04934002164183,41.23183937306352],[-73.04797402119507,41.231764373092936],[-73.04754602105717,41.23177737310931],[-73.04732302098537,41.23178537311808],[-73.04698902087978,41.23183137313786],[-73.04695202086813,41.23183737314022],[-73.04597202055974,41.231997373203164],[-73.04534002036544,41.23218137325956],[-73.04482602021004,41.2323773733145],[-73.04439502008339,41.23260637337321],[-73.04412902000549,41.23275237341035],[-73.04350001981952,41.23306637349207],[-73.0440120199631,41.232673373398676],[-73.04462802013596,41.23220237328665],[-73.04490502021399,41.23199537323722],[-73.04556302039984,41.231513373121686],[-73.0456580204267,41.23144437310512],[-73.04609102054981,41.23114137303188],[-73.04618202057532,41.231071373015226],[-73.04645502065192,41.23086237296555],[-73.0465470206778,41.23079337294907],[-73.04669902072128,41.23069137292421],[-73.04715402085144,41.23038737285006],[-73.0471550208517,41.230386372849814],[-73.04723502087468,41.23033437283707],[-73.04726102088213,41.230317372832914],[-73.04730602089478,41.23028337282481],[-73.04746302093965,41.230177372799005],[-73.0479360210749,41.22986037272172],[-73.04801502109754,41.229808372708995],[-73.04809402112015,41.22975537269607],[-73.04818202114514,41.2296933726811],[-73.04844702122067,41.22951137263695],[-73.04853602124605,41.22945037262214],[-73.04844002121025,41.229367372609],[-73.04815502110392,41.229120372569874],[-73.0480600210685,41.2290383725569],[-73.04842602117478,41.22882137250263],[-73.0495270214945,41.228169372339536],[-73.04989402160113,41.22795337228543],[-73.0499750216314,41.228024372296716],[-73.05021802172236,41.22824037233112],[-73.05030002175303,41.22831337234276],[-73.05035802176972,41.22827637233365],[-73.05053602182123,41.228167372306565],[-73.05059502183828,41.228131372297625],[-73.050661021857,41.2280843722863],[-73.05086102191405,41.22794737225304],[-73.05092802193313,41.22790137224189],[-73.05105702196983,41.22781137222011],[-73.05144502208039,41.22754437215534],[-73.05157502211745,41.22745537213374],[-73.05117502196387,41.22703137206369],[-73.05115602195663,41.22701237206059],[-73.05060702174832,41.226474371973055],[-73.05015602157668,41.2260233718994],[-73.04986902146634,41.2257163718486],[-73.04982202144826,41.225666371840326],[-73.04971602140368,41.225485371808325],[-73.04959902134829,41.22517637175166],[-73.04962202134448,41.22497737171199],[-73.04969002133286,41.224383371593575],[-73.04971402132942,41.224185371554064],[-73.04971502132736,41.22414337154581],[-73.04972102132228,41.22401937152135],[-73.04972402132094,41.22397837151323],[-73.0508670216897,41.22395237147125],[-73.0514500218778,41.22393937144989],[-73.0534400225191,41.22388137137428],[-73.05429602279449,41.22384837134019],[-73.0543170228013,41.2238483713395],[-73.05498602301442,41.22378537130559],[-73.05543202315498,41.22371637127768],[-73.05548402317149,41.223710371274834],[-73.05557502320039,41.22370037126994],[-73.05564102322116,41.223689371265664],[-73.05569402323785,41.22368137126238],[-73.05565502322165,41.223618371251305],[-73.05553802317323,41.2234323712187],[-73.05552702316865,41.22341437121553],[-73.05553502316835,41.22336337120529],[-73.05555202316688,41.22324037118068],[-73.05557402316795,41.22313337115902],[-73.05561202316366,41.222840371100474],[-73.05558102314812,41.22274337108251],[-73.05554302312919,41.22262637106084],[-73.0554450230706,41.222152370971266],[-73.05542902306141,41.22208137095789],[-73.05540602304828,41.22198137093908],[-73.05503902289423,41.2213603708294],[-73.05491002284663,41.22125737081342],[-73.05430702259858,41.22032637065072],[-73.05422302255688,41.220070370603345],[-73.05419302251154,41.21944137048124],[-73.05420902242076,41.217746370149044],[-73.05423102230438,41.215565369721546],[-73.05413902225624,41.2152413696611],[-73.05410102223635,41.21510736963611],[-73.05395602218162,41.21497036961399],[-73.0538260221324,41.214844369593514],[-73.05369702208394,41.21472636957459],[-73.05201102144694,41.21312036931472],[-73.05111802112035,41.21246036921437],[-73.04987402068569,41.21189936914473],[-73.04911102041441,41.21147236908577],[-73.04888302031296,41.210984368997636],[-73.04891302030497,41.21067136893539],[-73.04894202029642,41.21035436887242],[-73.04928902041497,41.21046336888256],[-73.04948902048324,41.210525368888234],[-73.04969902055873,41.21065736890729],[-73.04973602056947,41.21063536890179],[-73.05024502072969,41.21055336886932],[-73.05056402082491,41.210410368831035],[-73.05067402085912,41.21038536882259],[-73.05105202097674,41.21030036879376],[-73.05193102125465,41.2101803687419],[-73.05215702132472,41.210125368723844],[-73.05230202137106,41.21011436871701],[-73.0529710215725,41.209845368642775],[-73.05433702198978,41.20940136851178],[-73.05474502211446,41.209269368472775],[-73.05549602233617,41.20888936837416],[-73.05552602234725,41.20891336837789],[-73.05561702238091,41.208987368389444],[-73.05564802239236,41.20901236839333],[-73.05565902239591,41.209012368392976],[-73.05576002243032,41.209042368395586],[-73.05578002243777,41.20905936839826],[-73.05611002256026,41.20933536844163],[-73.0562200226011,41.20942736845609],[-73.05634802264795,41.20952236847054],[-73.05673302278893,41.209810368514496],[-73.05686202283614,41.20990636852911],[-73.05698002287986,41.210003368544285],[-73.05733402301114,41.2102973685904],[-73.0574520230549,41.210395368605774],[-73.05756002309454,41.210477368618335],[-73.05788402321343,41.210724368656216],[-73.05799302325345,41.210807368668945],[-73.05811802329914,41.21089936868291],[-73.0584950234369,41.21117636872496],[-73.05862102348297,41.211269368739096],[-73.05877202353874,41.2113903687579],[-73.05922602370633,41.211753368814286],[-73.05937802376248,41.21187536883324],[-73.05954002382185,41.21199736885188],[-73.06002602400008,41.21236536890822],[-73.06018902405985,41.21248836892703],[-73.06056002419602,41.21277136897042],[-73.06167402460488,41.21362036910061],[-73.06183702466477,41.2137453691198],[-73.06195902471015,41.21384936913622],[-73.06201202473225,41.213936369151526],[-73.06215702479477,41.214211369200676],[-73.06237002488665,41.21461536927285],[-73.06251402494999,41.214910369325935],[-73.06258702498117,41.2150433693496],[-73.06263102499989,41.21512236936363],[-73.0627610250522,41.215302369394664],[-73.06283602508238,41.215406369412605],[-73.06287802509813,41.21544436941866],[-73.06328902525232,41.21581636947819],[-73.06342702530404,41.21594036949799],[-73.06351502533855,41.216046369515894],[-73.06378202544303,41.21636436956949],[-73.06387102547791,41.21647136958756],[-73.06398702552397,41.216621369613165],[-73.06413802558393,41.21681636964645],[-73.0642980256518,41.217099369696655],[-73.06439302569194,41.21726536972608],[-73.06445602571766,41.21735936974243],[-73.06464802579585,41.21764136979141],[-73.06471202582195,41.217736369807945],[-73.06480802586103,41.21787736983242],[-73.06509902597924,41.21830036990579],[-73.06519602601871,41.218442369930436],[-73.0650680259823,41.21853136995199],[-73.06477802589987,41.21873437000108],[-73.06470102587879,41.21880237001688],[-73.06469402587696,41.218810370018666],[-73.06458002584606,41.21891637004308],[-73.06467402588132,41.21900137005668],[-73.06495902598806,41.21925637009737],[-73.06496602599067,41.21926237009833],[-73.0650400260199,41.21935537011412],[-73.06555002616683,41.21903337003465],[-73.0657710262314,41.218909370003246],[-73.0662400263685,41.21864836993704],[-73.06682902654318,41.21836436986243],[-73.0674400267265,41.21810736979239],[-73.06811702693253,41.21787336972475],[-73.06892702717909,41.217595369644194],[-73.06945402734048,41.217431369595076],[-73.07017402756165,41.21721936953033],[-73.07366102863301,41.21619636921749],[-73.07392102871252,41.21611336919286],[-73.07516402909299,41.21572336907638],[-73.07544002917665,41.21562236904769],[-73.07627202942909,41.21532236896211],[-73.07654902951313,41.21522236893359],[-73.07646602950093,41.21548136898694],[-73.07621702946446,41.21626036914742],[-73.07619902946188,41.21631836915935],[-73.07616602945598,41.21640236917687],[-73.07614502945597,41.21652236920102],[-73.07608002944312,41.21666736923149],[-73.07588502940465,41.21710236932291],[-73.07582102939217,41.217248369353534],[-73.07567202935867,41.21750836940924],[-73.07522702925876,41.21828836957623],[-73.0750930292288,41.21852536962693],[-73.07507902922559,41.21854936963208],[-73.07502402921341,41.21864836965324],[-73.07498702920516,41.21871436966734],[-73.07327302882442,41.221790370324555],[-73.07322502881487,41.22189637034685],[-73.07317202880299,41.22198937036676],[-73.0728460287305,41.22257337049154],[-73.07273802870664,41.22276937053339],[-73.0726800286922,41.22284637055031],[-73.07260702867622,41.22298137057909],[-73.07225102859833,41.223641370719726],[-73.07213302857258,41.22386137076656],[-73.07188502851727,41.22430237086086],[-73.07164202846315,41.22473637095362],[-73.07115302835574,41.22563537114529],[-73.0711480283547,41.22564537114741],[-73.07089202829583,41.22606937123862],[-73.0706120282303,41.226513371334526],[-73.07055402821632,41.22659837135304],[-73.07027902815017,41.22700237144096],[-73.06965802798378,41.22761537158094],[-73.06937402790686,41.22788137164215],[-73.06926102787425,41.22795137165949],[-73.06881302774505,41.228232371728936],[-73.06872502771911,41.22827737174058],[-73.06824702757955,41.22854637180865],[-73.06732002730591,41.22901637193055],[-73.06725802728901,41.22907237194351],[-73.06644402704875,41.22948537205058],[-73.06457802649798,41.23043137229594],[-73.0642330263962,41.23060737234151],[-73.06408202634815,41.23062237234932],[-73.06403702633833,41.23070637236721],[-73.06310802606293,41.23115637248523],[-73.0629360260121,41.23124237250763]]]},"properties":{"name":1501,"geoid":"09009150100"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-73.05411702183076,41.20785036821531],[-73.05756702278295,41.20493236753279],[-73.06110502357726,41.19872136620276],[-73.06403602440818,41.196632365699166],[-73.06518002473254,41.19581736550268],[-73.07206102693961,41.19544436520749],[-73.07230802702954,41.195620365233964],[-73.07364702751713,41.19657436537749],[-73.07378802756787,41.19666436539056],[-73.07421102772012,41.196934365429755],[-73.07435302777127,41.19702536544297],[-73.07471802790626,41.19732236548935],[-73.07474802791741,41.19734736549326],[-73.07586302832415,41.19815436561524],[-73.07624502846353,41.19843136565712],[-73.07691402870326,41.19883936571537],[-73.07693402871041,41.19885136571708],[-73.0783090292077,41.19977036585256],[-73.07862602932451,41.20002036589127],[-73.07879902939234,41.20022936592658],[-73.07930002958885,41.200834366028815],[-73.07931902959648,41.2008603660333],[-73.07937702961968,41.20093836604669],[-73.07939702962769,41.20096536605132],[-73.07925502958635,41.201047366071975],[-73.07923802958118,41.201053366073694],[-73.07889302947699,41.20118636611087],[-73.07874802943542,41.201281366134154],[-73.07866502941172,41.2013373661478],[-73.07868502942267,41.20141636616262],[-73.0787210294428,41.2015663661908],[-73.07872802944651,41.20159136619549],[-73.0788030294952,41.20202236627742],[-73.07880802949846,41.20205136628293],[-73.07883502951418,41.202174366306146],[-73.07867602947213,41.20234136634396],[-73.07820002934655,41.202845366458],[-73.07804202930491,41.20301336649599],[-73.07738802911669,41.203429366598535],[-73.07542902855306,41.204678366906286],[-73.0747760283652,41.20509536700901],[-73.07465002832825,41.20516336702637],[-73.07427502821854,41.205370367079006],[-73.07420202819723,41.2054113670894],[-73.07414602818005,41.20542836709451],[-73.07370302805228,41.20570536716306],[-73.0723730276688,41.20653936736926],[-73.07193102754141,41.20681736743794],[-73.07161002744952,41.20703036749],[-73.0706470271739,41.207670367646365],[-73.0703270270824,41.20788436769859],[-73.07061602719934,41.208296367769876],[-73.07148302755023,41.20953436798416],[-73.07177302766752,41.20994736805563],[-73.07201202774036,41.20986636803205],[-73.07244202787145,41.20972236798999],[-73.0727250279569,41.20961336795951],[-73.07296102802829,41.20952436793447],[-73.07303102804956,41.209499367927314],[-73.07324202811357,41.209423367905636],[-73.07331302813522,41.209399367898634],[-73.07386102836367,41.21029936805707],[-73.07474602873258,41.211752368312816],[-73.07552702905544,41.212986368529066],[-73.0760920292889,41.21387736868517],[-73.0764370293914,41.21371436864212],[-73.07684602951302,41.21352336859153],[-73.07747002969778,41.213217368511486],[-73.0778140297997,41.2130503684677],[-73.07748302971446,41.21343736855411],[-73.07725402965558,41.21370736861436],[-73.07693702957963,41.21417836871675],[-73.0767960295492,41.21444736877397],[-73.07670302953545,41.214736368833506],[-73.07654902951313,41.21522236893359],[-73.07627202942909,41.21532236896211],[-73.07544002917665,41.21562236904769],[-73.07516402909299,41.21572336907638],[-73.07392102871252,41.21611336919286],[-73.07366102863301,41.21619636921749],[-73.07017402756165,41.21721936953033],[-73.06945402734048,41.217431369595076],[-73.06892702717909,41.217595369644194],[-73.06811702693253,41.21787336972475],[-73.0674400267265,41.21810736979239],[-73.06682902654318,41.21836436986243],[-73.0662400263685,41.21864836993704],[-73.0657710262314,41.218909370003246],[-73.06555002616683,41.21903337003465],[-73.0650400260199,41.21935537011412],[-73.06496602599067,41.21926237009833],[-73.06495902598806,41.21925637009737],[-73.06467402588132,41.21900137005668],[-73.06458002584606,41.21891637004308],[-73.06469402587696,41.218810370018666],[-73.06470102587879,41.21880237001688],[-73.06477802589987,41.21873437000108],[-73.0650680259823,41.21853136995199],[-73.06519602601871,41.218442369930436],[-73.06509902597924,41.21830036990579],[-73.06480802586103,41.21787736983242],[-73.06471202582195,41.217736369807945],[-73.06464802579585,41.21764136979141],[-73.06445602571766,41.21735936974243],[-73.06439302569194,41.21726536972608],[-73.0642980256518,41.217099369696655],[-73.06413802558393,41.21681636964645],[-73.06398702552397,41.216621369613165],[-73.06387102547791,41.21647136958756],[-73.06378202544303,41.21636436956949],[-73.06351502533855,41.216046369515894],[-73.06342702530404,41.21594036949799],[-73.06328902525232,41.21581636947819],[-73.06287802509813,41.21544436941866],[-73.06283602508238,41.215406369412605],[-73.0627610250522,41.215302369394664],[-73.06263102499989,41.21512236936363],[-73.06258702498117,41.2150433693496],[-73.06251402494999,41.214910369325935],[-73.06237002488665,41.21461536927285],[-73.06215702479477,41.214211369200676],[-73.06201202473225,41.213936369151526],[-73.06195902471015,41.21384936913622],[-73.06183702466477,41.2137453691198],[-73.06167402460488,41.21362036910061],[-73.06056002419602,41.21277136897042],[-73.06018902405985,41.21248836892703],[-73.06002602400008,41.21236536890822],[-73.05954002382185,41.21199736885188],[-73.05937802376248,41.21187536883324],[-73.05922602370633,41.211753368814286],[-73.05877202353874,41.2113903687579],[-73.05862102348297,41.211269368739096],[-73.0584950234369,41.21117636872496],[-73.05811802329914,41.21089936868291],[-73.05799302325345,41.210807368668945],[-73.05788402321343,41.210724368656216],[-73.05756002309454,41.210477368618335],[-73.0574520230549,41.210395368605774],[-73.05733402301114,41.2102973685904],[-73.05698002287986,41.210003368544285],[-73.05686202283614,41.20990636852911],[-73.05673302278893,41.209810368514496],[-73.05634802264795,41.20952236847054],[-73.0562200226011,41.20942736845609],[-73.05611002256026,41.20933536844163],[-73.05578002243777,41.20905936839826],[-73.05576002243032,41.209042368395586],[-73.05565902239591,41.209012368392976],[-73.05564802239236,41.20901236839333],[-73.05561702238091,41.208987368389444],[-73.05552602234725,41.20891336837789],[-73.05549602233617,41.20888936837416],[-73.05411702183076,41.20785036821531]]],[[[-73.05239602043234,41.19298136535996],[-73.05148302004972,41.19144336508826],[-73.05220302017965,41.18961736470748],[-73.05500802105246,41.188989364494006],[-73.05800302210613,41.190472364687786],[-73.05864702242603,41.19244136505255],[-73.05802402224006,41.19272036512728],[-73.05667602183777,41.19332536528923],[-73.05443902111584,41.19336936537003],[-73.05243102044695,41.1930393653702],[-73.05239602043234,41.19298136535996]]]]},"properties":{"name":1502,"geoid":"09009150200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.07206102693961,41.19544436520749],[-73.07935502909832,41.19185636426944],[-73.08872903159966,41.18242736212035],[-73.09738703396461,41.174689360325175],[-73.09903703457404,41.17601936053234],[-73.0989600345529,41.17608636054796],[-73.09895403455135,41.17609336054952],[-73.09874403449815,41.17635436060741],[-73.09869103448477,41.17642136062226],[-73.0986750344808,41.1764423606269],[-73.09841003441437,41.17678436070243],[-73.0983860344084,41.17681636070948],[-73.0980600343237,41.17718436079207],[-73.09779103424749,41.17737636083838],[-73.09745703415085,41.17757936088893],[-73.0974210341408,41.177607360895564],[-73.09708403404709,41.17787936095973],[-73.0970060340254,41.17794236097459],[-73.09678903396693,41.17815036102234],[-73.09668003394596,41.17840336107542],[-73.09585003373552,41.17943236130375],[-73.09558303366792,41.17976536137758],[-73.09532903360433,41.18009436145022],[-73.09522703357628,41.18018236147077],[-73.09495103348104,41.18007836145931],[-73.09493003347673,41.180122361468605],[-73.09468303340854,41.18033036151731],[-73.09405803324849,41.18107736168381],[-73.09377503317306,41.18136336174896],[-73.09365903314576,41.18154436178815],[-73.09360003313004,41.1816043618018],[-73.09326603302848,41.181720361835325],[-73.09312803298783,41.181791361853676],[-73.09288103292371,41.1820713619165],[-73.09270003288097,41.18235136197717],[-73.09266403287769,41.182499362007306],[-73.09241703282666,41.18301036211536],[-73.09209003274654,41.183465362215024],[-73.09205403273648,41.18349336222167],[-73.09192403269641,41.183529362232925],[-73.09176303264691,41.18357536224714],[-73.09153103258176,41.183751362289094],[-73.09134203253303,41.18397136233829],[-73.09096403244422,41.184564362466624],[-73.09081903240656,41.184728362503414],[-73.09065003236769,41.18500836256371],[-73.09078203241643,41.1851143625802],[-73.09118103256361,41.18543236262958],[-73.09131403261267,41.18553836264602],[-73.09179603278311,41.18579236268019],[-73.09324303329474,41.18655436278264],[-73.0937260334655,41.186808362816755],[-73.09401503356847,41.18697436283992],[-73.0948850338785,41.1874753629099],[-73.09517503398186,41.187642362933225],[-73.09514903398086,41.18777336295972],[-73.09507303397864,41.18816836303951],[-73.09504903397833,41.18830036306613],[-73.09502203397984,41.18848136310244],[-73.0949400339841,41.189025363211606],[-73.09491403398599,41.18920736324808],[-73.09500803405075,41.18981336336369],[-73.09504503406716,41.18989136337777],[-73.09555303429762,41.19105636358943],[-73.09532003423114,41.19121436362791],[-73.09513403418353,41.19143736367757],[-73.09403603390281,41.192757363971474],[-73.09367103380956,41.19319736406942],[-73.09355403377847,41.19331736409671],[-73.09320303368528,41.19367836417872],[-73.09308703365458,41.19379936420615],[-73.09299603363004,41.193886364226124],[-73.09272603355741,41.19414736428594],[-73.09263603353325,41.19423536430608],[-73.09257103351571,41.19429736432033],[-73.09249103349423,41.194375364338164],[-73.09236203345785,41.19447036436095],[-73.09229003343759,41.19452436437384],[-73.09191103333006,41.194792364438555],[-73.09168103326489,41.194956364478095],[-73.09154003322574,41.19507136450517],[-73.0913800331918,41.195386364572],[-73.09126203316683,41.19562036462162],[-73.09114303314449,41.195906364681456],[-73.0911210331405,41.19596136469294],[-73.09088503308273,41.19629036476496],[-73.09080803306429,41.19640536478997],[-73.09057703300915,41.19675236486537],[-73.09055303300349,41.19678936487338],[-73.09050403299221,41.19687036489083],[-73.09034903295064,41.19702236492558],[-73.09021303291425,41.19715736495641],[-73.08981803279944,41.19738836501438],[-73.08963203274544,41.19749836504193],[-73.08960203273665,41.19751436504605],[-73.08951303271064,41.19756436505872],[-73.08948403270223,41.19758136506296],[-73.08941403268307,41.19764336507736],[-73.08924303263643,41.19779736511305],[-73.08920803262703,41.19783136512083],[-73.08914303260973,41.19789736513585],[-73.0891160326038,41.19794736514651],[-73.08903703258694,41.19810136517921],[-73.08901103258141,41.19815236519003],[-73.08892403255699,41.198218365205754],[-73.08866603248465,41.198416365252854],[-73.08858003246061,41.19848336526875],[-73.0884320324174,41.198566365289786],[-73.08839503240665,41.19858836529529],[-73.08799003228854,41.1988183653534],[-73.08784303224576,41.19890336537479],[-73.08762003217993,41.19901536540391],[-73.08695103198244,41.19935336549171],[-73.08672903191695,41.199466365521005],[-73.08662203188666,41.199543365539526],[-73.0864820318471,41.19964536556402],[-73.08633003180701,41.19980636560045],[-73.0862410317837,41.199903365622305],[-73.08603703172861,41.20009736566686],[-73.08597203171121,41.2001613656815],[-73.08591303170063,41.20031236571296],[-73.08592103171655,41.2005473657587],[-73.08596703174193,41.20073236579343],[-73.08605203177744,41.20087336581828],[-73.08611503180367,41.20097636583641],[-73.08621003184179,41.20110636585879],[-73.08627703187058,41.20123136588109],[-73.08648003195758,41.201606365947924],[-73.08654803198665,41.2017313659702],[-73.08645403196431,41.20187436600121],[-73.08644603196252,41.20188836600422],[-73.08625503192526,41.20232236609535],[-73.08624203192225,41.202343366099875],[-73.08615603190277,41.20249136613163],[-73.08610203189845,41.202723366178766],[-73.08596803188803,41.203305366297016],[-73.08591203187585,41.203410366319375],[-73.08580103185193,41.203622366364456],[-73.08562803180043,41.20370236638571],[-73.08510903164613,41.20394536645004],[-73.08493703159503,41.20402636647145],[-73.0847690315265,41.20377736642815],[-73.08426603132138,41.20303136629839],[-73.08425403131646,41.20301336629527],[-73.08411103125668,41.202775366253306],[-73.08401403121614,41.202614366224914],[-73.08372303109472,41.20213436614037],[-73.08362703105458,41.201974366112154],[-73.08283203081415,41.20227436619657],[-73.08198503055804,41.202595366286765],[-73.08046103009946,41.20321136645658],[-73.07967402986273,41.203531366544645],[-73.07953602980845,41.203362366516025],[-73.0794480297738,41.20325336649753],[-73.07914702965286,41.202839366426225],[-73.07902002960178,41.20266336639588],[-73.07896502957875,41.20257136637966],[-73.0788960295498,41.20245436635897],[-73.07885702952713,41.20227736632558],[-73.07883502951418,41.202174366306146],[-73.07880802949846,41.20205136628293],[-73.0788030294952,41.20202236627742],[-73.07872802944651,41.20159136619549],[-73.0787210294428,41.2015663661908],[-73.07868502942267,41.20141636616262],[-73.07866502941172,41.2013373661478],[-73.07874802943542,41.201281366134154],[-73.07889302947699,41.20118636611087],[-73.07923802958118,41.201053366073694],[-73.07925502958635,41.201047366071975],[-73.07939702962769,41.20096536605132],[-73.07937702961968,41.20093836604669],[-73.07931902959648,41.2008603660333],[-73.07930002958885,41.200834366028815],[-73.07879902939234,41.20022936592658],[-73.07862602932451,41.20002036589127],[-73.0783090292077,41.19977036585256],[-73.07693402871041,41.19885136571708],[-73.07691402870326,41.19883936571537],[-73.07624502846353,41.19843136565712],[-73.07586302832415,41.19815436561524],[-73.07474802791741,41.19734736549326],[-73.07471802790626,41.19732236548935],[-73.07435302777127,41.19702536544297],[-73.07421102772012,41.196934365429755],[-73.07378802756787,41.19666436539056],[-73.07364702751713,41.19657436537749],[-73.07230802702954,41.195620365233964],[-73.07206102693961,41.19544436520749]]]},"properties":{"name":1504,"geoid":"09009150400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.10778003698499,41.168613358799185],[-73.10782103699972,41.16863935880294],[-73.10794603704474,41.16871935881457],[-73.10798803705985,41.16874635881852],[-73.10882103735955,41.169277358895606],[-73.11132003825882,41.17087335912741],[-73.11215303855859,41.17140535920469],[-73.11312403890537,41.17197835928551],[-73.11409503925205,41.17255035936616],[-73.11435103934342,41.172700359387264],[-73.11605403995159,41.17370535952901],[-73.11795404061195,41.174505359624234],[-73.11985404129496,41.17570535979779],[-73.12073504163946,41.17675235997434],[-73.12145404192054,41.17760536011812],[-73.12199804217201,41.17893536036095],[-73.12235404233655,41.1798053605198],[-73.12237904239011,41.180607360676035],[-73.12245404254466,41.18290536112356],[-73.12195404250753,41.18510536157049],[-73.12179004249157,41.18576036170404],[-73.12136704245059,41.18745236204899],[-73.121353042449,41.18750436205961],[-73.12075404231183,41.188505362274974],[-73.12056204225837,41.18865836231114],[-73.11930404190821,41.189665362548986],[-73.119113041855,41.18981736258492],[-73.11892304180216,41.189970362621025],[-73.11825404161591,41.19050536274741],[-73.11725204135021,41.19154036298244],[-73.11623404108043,41.192594363221694],[-73.11535404084718,41.193505363428514],[-73.11498404075704,41.194028363542856],[-73.11455604065291,41.19463536367552],[-73.11346104038635,41.19618636401455],[-73.11307804029308,41.196728364133044],[-73.11236604011978,41.197737364353564],[-73.11168303995345,41.19870336456475],[-73.11153403991727,41.19891636461125],[-73.11070203971475,41.200095364868936],[-73.11064303970038,41.200178364887094],[-73.11057303968337,41.20027836490893],[-73.11055403967875,41.20030536491483],[-73.11012303958532,41.20111836508789],[-73.10965403948377,41.20200536527667],[-73.10953903948085,41.20261036539879],[-73.10929503947422,41.20388636565641],[-73.10925403947337,41.2041053657006],[-73.10938503954176,41.204563365785994],[-73.10941803955915,41.20468136580801],[-73.10945403957786,41.20480536583112],[-73.10945703957961,41.20481936583376],[-73.10945803958039,41.2048273658353],[-73.10947703959192,41.20492236585327],[-73.10953403962661,41.205208365907396],[-73.1095540396386,41.205305365925746],[-73.10923503954086,41.20540336595523],[-73.10828003924843,41.20569936604406],[-73.10796203915115,41.20579936607392],[-73.10774703908474,41.20585636609202],[-73.10710503888669,41.20602936614665],[-73.10689203882106,41.20608836616508],[-73.1066360387417,41.20615036618551],[-73.10639403866669,41.20620936620489],[-73.10490203820427,41.20657436632458],[-73.10440503805034,41.20669736636473],[-73.10438303804061,41.20665136635643],[-73.10435803802956,41.206599366347056],[-73.10427303799199,41.20642236631517],[-73.10422103796876,41.20630936629475],[-73.10417903794946,41.206209366276546],[-73.1041340379278,41.20608436625353],[-73.10410303791431,41.20602336624259],[-73.10397203785737,41.20576736619674],[-73.10386503781106,41.20556136615986],[-73.10382603779429,41.20548836614685],[-73.1037340377544,41.20531036611499],[-73.10367903772962,41.20518736609271],[-73.10351703765623,41.20481836602572],[-73.10346303763183,41.2046963660036],[-73.10343903762117,41.204645365994395],[-73.10337003759015,41.20449236596669],[-73.10334703757981,41.20444136595746],[-73.10323403753138,41.20423236592021],[-73.10289503738603,41.20360536580845],[-73.10278303733797,41.20339736577138],[-73.1026480372806,41.20315636572857],[-73.10224403710886,41.20243436560032],[-73.10211003705186,41.202194365557695],[-73.10186203695274,41.20186236550073],[-73.10112003665601,41.20086636532978],[-73.10087303655727,41.20053536527299],[-73.09945903599414,41.19867736495504],[-73.09906803583867,41.19816836486805],[-73.09902203581908,41.1980853648533],[-73.09902203581902,41.1980843648531],[-73.09840303557654,41.19734236472786],[-73.09821603550726,41.19718836470377],[-73.09815303548388,41.19713536469543],[-73.09811403546944,41.19710336469042],[-73.09792803540049,41.19694936466629],[-73.09726003515449,41.196425364585316],[-73.09707803508945,41.19631736457006],[-73.09684103500744,41.19622436455952],[-73.09664603494005,41.19614936455114],[-73.09609703475878,41.19608736455676],[-73.09584303467602,41.196078364563206],[-73.09567903462225,41.19606636456616],[-73.09543103454092,41.19604836457066],[-73.0951860344615,41.19604636457818],[-73.09502203440834,41.19604536458329],[-73.09461503427734,41.196059364599186],[-73.09339603388514,41.19610336464719],[-73.09299003375455,41.196118364663256],[-73.09278903369061,41.19613836467367],[-73.09218803349951,41.196200364705234],[-73.09212003347795,41.196208364709],[-73.09198803343538,41.196211364713854],[-73.09176703336466,41.19622636472393],[-73.09110503315304,41.19627436475473],[-73.09088503308273,41.19629036476496],[-73.0911210331405,41.19596136469294],[-73.09114303314449,41.195906364681456],[-73.09126203316683,41.19562036462162],[-73.0913800331918,41.195386364572],[-73.09154003322574,41.19507136450517],[-73.09168103326489,41.194956364478095],[-73.09191103333006,41.194792364438555],[-73.09229003343759,41.19452436437384],[-73.09236203345785,41.19447036436095],[-73.09249103349423,41.194375364338164],[-73.09257103351571,41.19429736432033],[-73.09263603353325,41.19423536430608],[-73.09272603355741,41.19414736428594],[-73.09299603363004,41.193886364226124],[-73.09308703365458,41.19379936420615],[-73.09320303368528,41.19367836417872],[-73.09355403377847,41.19331736409671],[-73.09367103380956,41.19319736406942],[-73.09403603390281,41.192757363971474],[-73.09513403418353,41.19143736367757],[-73.09532003423114,41.19121436362791],[-73.09555303429762,41.19105636358943],[-73.09504503406716,41.18989136337777],[-73.09500803405075,41.18981336336369],[-73.09491403398599,41.18920736324808],[-73.0949400339841,41.189025363211606],[-73.09502203397984,41.18848136310244],[-73.09504903397833,41.18830036306613],[-73.09507303397864,41.18816836303951],[-73.09514903398086,41.18777336295972],[-73.09517503398186,41.187642362933225],[-73.0948850338785,41.1874753629099],[-73.09401503356847,41.18697436283992],[-73.0937260334655,41.186808362816755],[-73.09324303329474,41.18655436278264],[-73.09179603278311,41.18579236268019],[-73.09131403261267,41.18553836264602],[-73.09118103256361,41.18543236262958],[-73.09078203241643,41.1851143625802],[-73.09065003236769,41.18500836256371],[-73.09081903240656,41.184728362503414],[-73.09096403244422,41.184564362466624],[-73.09134203253303,41.18397136233829],[-73.09153103258176,41.183751362289094],[-73.09176303264691,41.18357536224714],[-73.09192403269641,41.183529362232925],[-73.09205403273648,41.18349336222167],[-73.09209003274654,41.183465362215024],[-73.09241703282666,41.18301036211536],[-73.09266403287769,41.182499362007306],[-73.09270003288097,41.18235136197717],[-73.09288103292371,41.1820713619165],[-73.09312803298783,41.181791361853676],[-73.09326603302848,41.181720361835325],[-73.09360003313004,41.1816043618018],[-73.09365903314576,41.18154436178815],[-73.09377503317306,41.18136336174896],[-73.09405803324849,41.18107736168381],[-73.09468303340854,41.18033036151731],[-73.09493003347673,41.180122361468605],[-73.09495103348104,41.18007836145931],[-73.09522703357628,41.18018236147077],[-73.09532903360433,41.18009436145022],[-73.09558303366792,41.17976536137758],[-73.09585003373552,41.17943236130375],[-73.09668003394596,41.17840336107542],[-73.09678903396693,41.17815036102234],[-73.0970060340254,41.17794236097459],[-73.09708403404709,41.17787936095973],[-73.0974210341408,41.177607360895564],[-73.09745703415085,41.17757936088893],[-73.09779103424749,41.17737636083838],[-73.0980600343237,41.17718436079207],[-73.0983860344084,41.17681636070948],[-73.09841003441437,41.17678436070243],[-73.0986750344808,41.1764423606269],[-73.09869103448477,41.17642136062226],[-73.09874403449815,41.17635436060741],[-73.09895403455135,41.17609336054952],[-73.0989600345529,41.17608636054796],[-73.09903703457404,41.17601936053234],[-73.09738703396461,41.174689360325175],[-73.09859803428974,41.17350736005454],[-73.100716034935,41.172794359846435],[-73.1008950349916,41.17277035983595],[-73.10360003584749,41.17242135968018],[-73.10596903655932,41.17144935941323],[-73.1072370368573,41.16946235898303],[-73.10778003698499,41.168613358799185]]]},"properties":{"name":1505,"geoid":"09009150500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.03453201515454,41.20195936769391],[-73.03595401554931,41.200795367420184],[-73.03852301632577,41.199812367144894],[-73.039604016732,41.20080536730445],[-73.0432120180879,41.20411936783684],[-73.04785601981449,41.208053368457094],[-73.05195802117566,41.20863036843766],[-73.05411702183076,41.20785036821531],[-73.05549602233617,41.20888936837416],[-73.05474502211446,41.209269368472775],[-73.05433702198978,41.20940136851178],[-73.0529710215725,41.209845368642775],[-73.05230202137106,41.21011436871701],[-73.05215702132472,41.210125368723844],[-73.05193102125465,41.2101803687419],[-73.05105202097674,41.21030036879376],[-73.05067402085912,41.21038536882259],[-73.05056402082491,41.210410368831035],[-73.05024502072969,41.21055336886932],[-73.04973602056947,41.21063536890179],[-73.04969902055873,41.21065736890729],[-73.04948902048324,41.210525368888234],[-73.04928902041497,41.21046336888256],[-73.04894202029642,41.21035436887242],[-73.04891302030497,41.21067136893539],[-73.04888302031296,41.210984368997636],[-73.04911102041441,41.21147236908577],[-73.04987402068569,41.21189936914473],[-73.05111802112035,41.21246036921437],[-73.05201102144694,41.21312036931472],[-73.05369702208394,41.21472636957459],[-73.0538260221324,41.214844369593514],[-73.05395602218162,41.21497036961399],[-73.05410102223635,41.21510736963611],[-73.05413902225624,41.2152413696611],[-73.05423102230438,41.215565369721546],[-73.05420902242076,41.217746370149044],[-73.05419302251154,41.21944137048124],[-73.05422302255688,41.220070370603345],[-73.05430702259858,41.22032637065072],[-73.05491002284663,41.22125737081342],[-73.05503902289423,41.2213603708294],[-73.05540602304828,41.22198137093908],[-73.05542902306141,41.22208137095789],[-73.0554450230706,41.222152370971266],[-73.05554302312919,41.22262637106084],[-73.05558102314812,41.22274337108251],[-73.05561202316366,41.222840371100474],[-73.05557402316795,41.22313337115902],[-73.05555202316688,41.22324037118068],[-73.05553502316835,41.22336337120529],[-73.05552702316865,41.22341437121553],[-73.05553802317323,41.2234323712187],[-73.05565502322165,41.223618371251305],[-73.05569402323785,41.22368137126238],[-73.05564102322116,41.223689371265664],[-73.05557502320039,41.22370037126994],[-73.05548402317149,41.223710371274834],[-73.05543202315498,41.22371637127768],[-73.05498602301442,41.22378537130559],[-73.0543170228013,41.2238483713395],[-73.05429602279449,41.22384837134019],[-73.0534400225191,41.22388137137428],[-73.0514500218778,41.22393937144989],[-73.0508670216897,41.22395237147125],[-73.04972402132094,41.22397837151323],[-73.04972102132228,41.22401937152135],[-73.04971502132736,41.22414337154581],[-73.04971402132942,41.224185371554064],[-73.04969002133286,41.224383371593575],[-73.04962202134448,41.22497737171199],[-73.04959902134829,41.22517637175166],[-73.04971602140368,41.225485371808325],[-73.04982202144826,41.225666371840326],[-73.04986902146634,41.2257163718486],[-73.05015602157668,41.2260233718994],[-73.05060702174832,41.226474371973055],[-73.05115602195663,41.22701237206059],[-73.05117502196387,41.22703137206369],[-73.05157502211745,41.22745537213374],[-73.05144502208039,41.22754437215534],[-73.05105702196983,41.22781137222011],[-73.05092802193313,41.22790137224189],[-73.05086102191405,41.22794737225304],[-73.050661021857,41.2280843722863],[-73.05059502183828,41.228131372297625],[-73.05053602182123,41.228167372306565],[-73.05035802176972,41.22827637233365],[-73.05030002175303,41.22831337234276],[-73.05021802172236,41.22824037233112],[-73.0499750216314,41.228024372296716],[-73.04989402160113,41.22795337228543],[-73.0495270214945,41.228169372339536],[-73.04842602117478,41.22882137250263],[-73.0480600210685,41.2290383725569],[-73.04815502110392,41.229120372569874],[-73.04844002121025,41.229367372609],[-73.04853602124605,41.22945037262214],[-73.04844702122067,41.22951137263695],[-73.04818202114514,41.2296933726811],[-73.04809402112015,41.22975537269607],[-73.04801502109754,41.229808372708995],[-73.0479360210749,41.22986037272172],[-73.04746302093965,41.230177372799005],[-73.04730602089478,41.23028337282481],[-73.04726102088213,41.230317372832914],[-73.04723502087468,41.23033437283707],[-73.0471550208517,41.230386372849814],[-73.04715402085144,41.23038737285006],[-73.04669902072128,41.23069137292421],[-73.0465470206778,41.23079337294907],[-73.04645502065192,41.23086237296555],[-73.04618202057532,41.231071373015226],[-73.04609102054981,41.23114137303188],[-73.0456580204267,41.23144437310512],[-73.04556302039984,41.231513373121686],[-73.04490502021399,41.23199537323722],[-73.04462802013596,41.23220237328665],[-73.0440120199631,41.232673373398676],[-73.04350001981952,41.23306637349207],[-73.04215501943732,41.23401137372034],[-73.0420570194096,41.2340823737374],[-73.04192701937293,41.23417837376037],[-73.04168601930438,41.234346373801],[-73.04151201924529,41.234298373797245],[-73.04110101910534,41.23417837378704],[-73.04096501905904,41.23413837378359],[-73.03917801844948,41.23359737373545],[-73.03873501830115,41.23351237373312],[-73.03731201782387,41.233224373722706],[-73.03692401769563,41.23317937372642],[-73.0362630174796,41.2331463737413],[-73.03543001721059,41.23316137377112],[-73.03443901689617,41.233278373825975],[-73.03363001664327,41.23344037388377],[-73.03308401647391,41.2335733739274],[-73.03244001627758,41.23379037399063],[-73.03234401624829,41.23382237399998],[-73.03235701624496,41.23368937397355],[-73.03234701623663,41.233599373956274],[-73.03230001620759,41.23335537391005],[-73.03228101618362,41.23304037384905],[-73.03218201614224,41.232876373820154],[-73.03193801605805,41.23278537381023],[-73.03155601593339,41.23276937381943],[-73.03122801582198,41.2326783738122],[-73.03105301575985,41.232582373799055],[-73.0309230157089,41.23242637377274],[-73.03091501569726,41.2322663737417],[-73.03094301570151,41.23218137372416],[-73.03112101574389,41.2319113736656],[-73.03154101586185,41.23159137358945],[-73.0316490158932,41.23152737357345],[-73.03173701591741,41.23145137355575],[-73.03183101594328,41.231370373536855],[-73.03192901597019,41.231285373517075],[-73.03204401600294,41.231205373497716],[-73.03220901604723,41.23104337346071],[-73.03220501603829,41.23090837343443],[-73.03218201602499,41.230805373414995],[-73.0319300159252,41.23048437336033],[-73.03179201586673,41.230241373317256],[-73.03175501584195,41.230015373274234],[-73.03178501584111,41.22982837323668],[-73.03187701586207,41.22967237320318],[-73.03201401590253,41.22960337318527],[-73.03223501597307,41.229584373174426],[-73.03264701610937,41.22963437317091],[-73.03295201621225,41.22970637317516],[-73.0332500163116,41.229756373175334],[-73.03354701641236,41.22983637318139],[-73.03386801652023,41.22990537318454],[-73.03393701654299,41.22991237318369],[-73.03414301661059,41.229927373179976],[-73.03428701665509,41.229889373167886],[-73.03443201669084,41.229691373124474],[-73.03447101670025,41.22963437311207],[-73.03449301670177,41.22953537309199],[-73.03452401670614,41.229435373071425],[-73.03460001672563,41.22934437305116],[-73.03468401674739,41.229248373029684],[-73.03473801676188,41.22919537301756],[-73.03479101677624,41.22914537300608],[-73.0348750168,41.22908437299142],[-73.03495101682115,41.22902337297703],[-73.03501201683814,41.22897437296549],[-73.0350730168553,41.22892837295451],[-73.03522601689687,41.22878737292199],[-73.03538601694072,41.22864637288926],[-73.03556901698444,41.22837137282954],[-73.03574501702589,41.22809637277007],[-73.03588401706074,41.22791637273037],[-73.03599201708779,41.22777637269949],[-73.03653101724298,41.227433372614996],[-73.0367520173003,41.22718137255856],[-73.03677501730316,41.22710037254197],[-73.03684701732078,41.22699937251988],[-73.0369120173368,41.22691037250036],[-73.03703101736204,41.22667537245056],[-73.03704401736489,41.22665137244545],[-73.03706201736534,41.22655637242628],[-73.03703701735306,41.226482372412605],[-73.03701201734081,41.22640937239913],[-73.0368920172952,41.226290372379715],[-73.03677201724967,41.22617237236049],[-73.03658701718182,41.22603237233907],[-73.03640201711391,41.225891372317456],[-73.0361970170394,41.225748372296096],[-73.03599301696516,41.2256043722745],[-73.03585701691453,41.2254883722562],[-73.03572101686392,41.22537237223789],[-73.03556501680467,41.22521837221278],[-73.0354490167606,41.22510337219402],[-73.03537101673096,41.225026372181475],[-73.03511901662579,41.224610372108216],[-73.03507801660629,41.224500372088016],[-73.03508901660611,41.22443437207475],[-73.03419301633251,41.22472837216116],[-73.03305201598197,41.22506537226391],[-73.0324370157923,41.22523437231683],[-73.03208101567805,41.22525337233201],[-73.03198401564697,41.225259372336325],[-73.03130901542785,41.22525137235654],[-73.03101401533014,41.22521337235861],[-73.03076501524767,41.225181372360375],[-73.03066201521334,41.225164372360375],[-73.03058601518518,41.225101372350515],[-73.03035901510097,41.22491337232105],[-73.03028401507318,41.22485137231133],[-73.03022301504765,41.224749372293346],[-73.03020801504137,41.22472437228894],[-73.02999601495884,41.224479372247835],[-73.02992001492917,41.22439037223287],[-73.02986601490898,41.22434237222522],[-73.02983401489702,41.22431437222077],[-73.02972301485353,41.22418137219833],[-73.02967701483553,41.224126372189055],[-73.02957301479522,41.22400937216951],[-73.02926401467543,41.22366137211138],[-73.02916101463553,41.2235463720922],[-73.02885301451644,41.22320437203523],[-73.02799401418426,41.222251371876446],[-73.02793601416123,41.222176371863625],[-73.02765601405001,41.22181337180162],[-73.02756201400942,41.221634371769646],[-73.02754001399991,41.22159237176212],[-73.02744101393674,41.22104237165769],[-73.02743801393463,41.221022371653866],[-73.02741301391634,41.22084237161945],[-73.02741001391396,41.220817371614665],[-73.02740101390681,41.220742371600274],[-73.02739801390449,41.220718371595666],[-73.02735101386789,41.220340371523214],[-73.02734901386684,41.2203333715219],[-73.02727401382575,41.22003637146621],[-73.02711201375074,41.219638371393536],[-73.0269630136906,41.21942837135725],[-73.02682301364005,41.21933637134376],[-73.02649901352318,41.21912537131292],[-73.02633101346277,41.21901937129758],[-73.02582901328215,41.218701371251555],[-73.02566201322212,41.21859637123637],[-73.02572901321842,41.21814737114636],[-73.02575801321737,41.217962371109216],[-73.02583101321065,41.21742537100176],[-73.02597801323338,41.21698537091091],[-73.02605701325072,41.216839370879796],[-73.0262740132985,41.216441370794904],[-73.02647401334728,41.21615837073307],[-73.0270760134944,41.21531137054789],[-73.02727701354355,41.21502937048623],[-73.02736201356419,41.2149073704596],[-73.02762001362713,41.21454237037985],[-73.02770601364814,41.21442137035339],[-73.02778901366801,41.21429737032645],[-73.02791801369912,41.2141083702853],[-73.02807001373947,41.213951370249674],[-73.02817401376711,41.21384437022538],[-73.02850501385855,41.21356537016009],[-73.0301830143371,41.21241636988111],[-73.03071501448258,41.211941369770976],[-73.03075701449447,41.211911369763754],[-73.03155501471598,41.21125736961001],[-73.03198001483366,41.21090436952721],[-73.03206701485767,41.210830369509935],[-73.0325280149808,41.21036736940444],[-73.03268301502557,41.21027136938066],[-73.03286801507565,41.21009736934063],[-73.03295701509968,41.21001236932112],[-73.03359801527586,41.20945636919162],[-73.03374901531744,41.2093263691613],[-73.03396001537558,41.20914636911925],[-73.03421101544565,41.20894736907221],[-73.03436801548953,41.208824369043086],[-73.03450201553056,41.20878236903054],[-73.03490401565381,41.208659368993494],[-73.03503901569528,41.20861936898131],[-73.03519801574373,41.20856536896562],[-73.03534901578985,41.20851636895115],[-73.0356630158832,41.208368368912055],[-73.03581601592873,41.208297368893234],[-73.03595801597099,41.20823136887573],[-73.03638401609783,41.208034368823434],[-73.03652701614047,41.20796936880609],[-73.03657701615542,41.20794736880018],[-73.03673101620161,41.20788236878249],[-73.03678201621695,41.20786136877674],[-73.03687501624431,41.20781236876413],[-73.03715601632722,41.20766936872709],[-73.03725001635496,41.207621368714655],[-73.03729001636667,41.207599368709076],[-73.03741401640315,41.20753436869236],[-73.03745501641525,41.2075133686869],[-73.0376000164578,41.207435368666964],[-73.0380350165857,41.20720536860792],[-73.03818101662868,41.20712936858833],[-73.03801101656293,41.20694036855682],[-73.0375010163657,41.20637336846226],[-73.03733101629994,41.20618436843077],[-73.03716901623729,41.20600436840074],[-73.03681901610194,41.205615368335884],[-73.03668101604886,41.20546736831136],[-73.03651701598581,41.205291368282204],[-73.0364920159762,41.205264368277724],[-73.03641801594776,41.20518536826464],[-73.0363940159385,41.205159368260325],[-73.03637301592894,41.205110368251404],[-73.0363100159003,41.20496436822486],[-73.03629001589108,41.20491636821611],[-73.03639401591995,41.204831368196125],[-73.03670801600722,41.20457636813608],[-73.03681301603652,41.20449236811625],[-73.03568001559843,41.20323436790651],[-73.03453201515454,41.20195936769391]]]},"properties":{"name":1509,"geoid":"09009150900"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.90958198109128,41.31575839396916],[-72.9097409811369,41.31565339394354],[-72.91021998127462,41.31534139386719],[-72.91037998132062,41.31523739384174],[-72.91046898134617,41.31517839382736],[-72.91073898142389,41.315004393784704],[-72.9108289814498,41.31494639377047],[-72.91162398167846,41.31443039364413],[-72.91204398179919,41.31415639357711],[-72.91311298210795,41.313485393411696],[-72.91333998217348,41.31334239337645],[-72.91402098237032,41.312917393271555],[-72.91424798243591,41.31277539323653],[-72.91445998249662,41.31263339320196],[-72.91509898267978,41.31220739309823],[-72.91531198274089,41.31206639306382],[-72.9161709829878,41.31150639292682],[-72.91627298301727,41.311442392911054],[-72.91638698304739,41.311321392883755],[-72.91657398310126,41.311201392854294],[-72.91720798328294,41.31077839275129],[-72.91733898331972,41.31067739272735],[-72.91763798340645,41.310496392682374],[-72.91846798364486,41.309952392549434],[-72.91853198366319,41.30990939253896],[-72.91915898384052,41.30944939242896],[-72.91950798393754,41.309163392361874],[-72.92099098445308,41.309775392433735],[-72.92138898459183,41.309946392454336],[-72.92251098498296,41.3104283925124],[-72.9226169850205,41.31048439251994],[-72.9237779854243,41.31096639257673],[-72.92317198527694,41.31183539276596],[-72.92315498527272,41.31185839277099],[-72.92310598526083,41.31192939278644],[-72.92308998525701,41.311953392791644],[-72.92220498504167,41.31322039306758],[-72.92161898488975,41.313894393218064],[-72.92145498486033,41.31431439330538],[-72.92143898485452,41.31430339330374],[-72.92137298483634,41.314360393317],[-72.92085898473144,41.3154523935468],[-72.91975398450693,41.31781839404442],[-72.91966698448923,41.31800439408354],[-72.91940898443707,41.318561394200614],[-72.91932398442009,41.31874839423986],[-72.91890698433565,41.31964639442864],[-72.91800398402599,41.31934939439968],[-72.91676298359998,41.31893439435854],[-72.91634398345572,41.318786394343114],[-72.9150869830229,41.31834239429684],[-72.91466898287902,41.31819539428156],[-72.91421398271918,41.31797839425381],[-72.91285198224065,41.31732839417066],[-72.91239798208119,41.31711239414308],[-72.91220598201359,41.31701839413089],[-72.91162998181083,41.31673639409433],[-72.91143798174322,41.31664239408214],[-72.91122298166779,41.31654139406933],[-72.91057798144165,41.316241394031465],[-72.91036298136623,41.31614139401886],[-72.90958198109128,41.31575839396916]]]},"properties":{"name":1420,"geoid":"09009142000"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.91920598373852,41.30737639202252],[-72.91915798373172,41.30753139205433],[-72.91901398371131,41.30799639214979],[-72.91896698370489,41.30815239218179],[-72.91892198369874,41.308301392212336],[-72.91878898368098,41.30875039230431],[-72.91874598367554,41.308900392335005],[-72.91872698367344,41.30897239234967],[-72.91867098366765,41.30919139239425],[-72.91865298366594,41.309264392409084],[-72.91853198366319,41.30990939253896],[-72.91846798364486,41.309952392549434],[-72.91763798340645,41.310496392682374],[-72.91733898331972,41.31067739272735],[-72.91720798328294,41.31077839275129],[-72.91657398310126,41.311201392854294],[-72.91638698304739,41.311321392883755],[-72.91627298301727,41.311442392911054],[-72.9161709829878,41.31150639292682],[-72.91531198274089,41.31206639306382],[-72.91509898267978,41.31220739309823],[-72.91445998249662,41.31263339320196],[-72.91424798243591,41.31277539323653],[-72.91402098237032,41.312917393271555],[-72.91333998217348,41.31334239337645],[-72.91311298210795,41.313485393411696],[-72.91204398179919,41.31415639357711],[-72.91162398167846,41.31443039364413],[-72.9108289814498,41.31494639377047],[-72.91073898142389,41.315004393784704],[-72.91046898134617,41.31517839382736],[-72.91037998132062,41.31523739384174],[-72.91021998127462,41.31534139386719],[-72.9097409811369,41.31565339394354],[-72.90958198109128,41.31575839396916],[-72.9094549810545,41.31583639398847],[-72.90907498094467,41.31607339404695],[-72.90894898090825,41.316152394066464],[-72.90826898071212,41.31658439417269],[-72.90798698062491,41.31665939419639],[-72.90784898058124,41.316678394204544],[-72.90745898045625,41.31670539422236],[-72.9064699801326,41.31665439424419],[-72.9061649800318,41.31662139424754],[-72.90571097987682,41.31648439423539],[-72.90599197994997,41.316166394164256],[-72.90670098016184,41.31584639407894],[-72.9067619801695,41.3156323940352],[-72.9066749801365,41.315547394021394],[-72.90656698009887,41.31550139401587],[-72.90597597991933,41.31571639407686],[-72.9043349794249,41.31638539426026],[-72.90426297938556,41.3161023942073],[-72.90415597929857,41.31517739403008],[-72.90413297928352,41.31504339400463],[-72.9041089792664,41.314878393973196],[-72.90408697925055,41.314724393943806],[-72.90405097922448,41.31446939389516],[-72.90402497920438,41.31426339385575],[-72.90400697918984,41.31410939382627],[-72.90433497929283,41.314049393804],[-72.90495797948859,41.31393739376211],[-72.90531697960094,41.3138653937365],[-72.90564497970371,41.313801393713455],[-72.90613497985714,41.31370439367878],[-72.90701998013382,41.313521393614586],[-72.90709498015731,41.31350639360924],[-72.90716998018073,41.3134903936037],[-72.90723998019183,41.313285393561415],[-72.9074759802547,41.313043393506554],[-72.90779598034074,41.31272939343494],[-72.90780598032549,41.31240239337075],[-72.90780898032133,41.31231139335287],[-72.90778398029721,41.3120283932984],[-72.90774998026386,41.31163339322235],[-72.90774198022011,41.31090539308039],[-72.90773998020566,41.31066139303279],[-72.90763398016705,41.310586393021545],[-72.90775098015337,41.30967339283945],[-72.90774998010343,41.30879539266796],[-72.90811198022367,41.30884539266608],[-72.90852798036128,41.3088933926621],[-72.90887098047361,41.3089123926548],[-72.9091899805774,41.308918392645715],[-72.90924698059595,41.30891939264407],[-72.90931098061645,41.30891539264123],[-72.9096769807342,41.308898392626155],[-72.9097989807735,41.30889339262125],[-72.9100579808554,41.308856392605705],[-72.91083698110178,41.308745392558976],[-72.91109698118406,41.308709392543584],[-72.9113519812646,41.308671392527955],[-72.91211698150639,41.308559392481506],[-72.91237298158731,41.30852239246604],[-72.91265598167655,41.30847739244816],[-72.91265898167752,41.30847739244806],[-72.91350398194342,41.30833339239277],[-72.91378698203256,41.308286392374505],[-72.91391298207216,41.30826439236614],[-72.91407598212356,41.30823839235581],[-72.91429298219202,41.30820439234221],[-72.91441998223213,41.308185392334416],[-72.91451198226106,41.308169392328324],[-72.91468798231651,41.308140392317014],[-72.91478698234742,41.30811939230972],[-72.91487898237625,41.30810139230325],[-72.91508298244052,41.308068392290245],[-72.91569698263417,41.30797139225155],[-72.91590198269884,41.307939392238715],[-72.91656198290652,41.30782639219542],[-72.9185449835305,41.307488392065636],[-72.91920598373852,41.30737639202252]]]},"properties":{"name":1421,"geoid":"09009142100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.90774998010343,41.30879539266796],[-72.90812598021688,41.30864539262657],[-72.9081259801303,41.30711339232731],[-72.90813498007337,41.30605439212012],[-72.90691097963635,41.305345392020946],[-72.90601697932695,41.305001391982465],[-72.90565697912895,41.30356339171308],[-72.9054229790042,41.3026983915516],[-72.9051579788625,41.30171139136728],[-72.9047239786309,41.30010339106703],[-72.90465897859605,41.29985939102145],[-72.90457497855124,41.29954839096337],[-72.9044919785068,41.29923839090547],[-72.90482597862953,41.29949339094456],[-72.9048969786556,41.29954739095283],[-72.90530297880471,41.29985639100017],[-72.90573297896269,41.30018439105045],[-72.90582897899796,41.30025739106162],[-72.90616397912105,41.30051339110088],[-72.90701697943442,41.30116339120047],[-72.90737197956224,41.301388391233026],[-72.907921979757,41.30167839127203],[-72.90857097998024,41.301904391295324],[-72.90951698029794,41.30209739130263],[-72.90961998033207,41.30211039130186],[-72.9099319804354,41.302148391299276],[-72.91058698064427,41.302085391265905],[-72.91133998088382,41.30200339122569],[-72.91190798106277,41.30191039118925],[-72.91212298112565,41.30178939115872],[-72.91260398127038,41.30159039110437],[-72.91309098141232,41.30130739103343],[-72.91365598156945,41.30084539092501],[-72.91381598161247,41.300688390889185],[-72.9140859816786,41.300309390806454],[-72.91423898171567,41.300087390758165],[-72.91439198175561,41.29991639071984],[-72.91455198179995,41.2997823906885],[-72.91472698184957,41.299656390658264],[-72.91488698189632,41.29956539063535],[-72.91507198195359,41.299517390620025],[-72.91528398201878,41.2994543906009],[-72.91544398206807,41.29940839058676],[-72.91564298213044,41.29937039057294],[-72.91597098223706,41.29937439056318],[-72.9161719823029,41.29938639055907],[-72.91634698236162,41.29942139056029],[-72.91643898239248,41.29943939056084],[-72.91662498245563,41.29948939056464],[-72.91677998250842,41.29953439056845],[-72.91724298266938,41.29972539059088],[-72.91815298297871,41.29997739061087],[-72.91834898304612,41.30004539061785],[-72.92100598395409,41.30086539069263],[-72.9209989839534,41.30089339069835],[-72.92097898395171,41.30097839071559],[-72.92097298395142,41.301007390721445],[-72.92098898395994,41.301066390732466],[-72.92103898398622,41.30124439076563],[-72.92105598399512,41.301304390776814],[-72.92088798395817,41.30161439084277],[-72.92085098395015,41.30168439085763],[-72.92051798389427,41.302606391048464],[-72.92044398388977,41.30295139111825],[-72.92040898388935,41.30314439115708],[-72.92030398388809,41.30372439127377],[-72.92026998388802,41.30391839131277],[-72.92019298387697,41.30416439136331],[-72.91996398384438,41.30490139151465],[-72.9198879838337,41.305148391565346],[-72.91984598382788,41.30528639159365],[-72.91972298381138,41.305700391678485],[-72.91968198380597,41.305839391706954],[-72.91961898379661,41.30603539174727],[-72.91942998376858,41.30662339186821],[-72.91941898376705,41.3066593918756],[-72.9193639837582,41.30681839190843],[-72.9193319837541,41.306929391931135],[-72.91923698374224,41.307264391999624],[-72.91920598373852,41.30737639202252],[-72.9185449835305,41.307488392065636],[-72.91656198290652,41.30782639219542],[-72.91590198269884,41.307939392238715],[-72.91569698263417,41.30797139225155],[-72.91508298244052,41.308068392290245],[-72.91487898237625,41.30810139230325],[-72.91478698234742,41.30811939230972],[-72.91468798231651,41.308140392317014],[-72.91451198226106,41.308169392328324],[-72.91441998223213,41.308185392334416],[-72.91429298219202,41.30820439234221],[-72.91407598212356,41.30823839235581],[-72.91391298207216,41.30826439236614],[-72.91378698203256,41.308286392374505],[-72.91350398194342,41.30833339239277],[-72.91265898167752,41.30847739244806],[-72.91265598167655,41.30847739244816],[-72.91237298158731,41.30852239246604],[-72.91211698150639,41.308559392481506],[-72.9113519812646,41.308671392527955],[-72.91109698118406,41.308709392543584],[-72.91083698110178,41.308745392558976],[-72.9100579808554,41.308856392605705],[-72.9097989807735,41.30889339262125],[-72.9096769807342,41.308898392626155],[-72.90931098061645,41.30891539264123],[-72.90924698059595,41.30891939264407],[-72.9091899805774,41.308918392645715],[-72.90887098047361,41.3089123926548],[-72.90852798036128,41.3088933926621],[-72.90811198022367,41.30884539266608],[-72.90774998010343,41.30879539266796]]]},"properties":{"name":1422,"geoid":"09009142200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.90774998010343,41.30879539266796],[-72.90615897957369,41.308552392671615],[-72.90599197951762,41.308518392670344],[-72.90591297949115,41.30850339266994],[-72.905876979479,41.30849539266955],[-72.90576997944312,41.30847439266887],[-72.90573497943137,41.308467392668646],[-72.90562997939607,41.30844539266771],[-72.90543697933151,41.308410392667085],[-72.90541897932555,41.30840839266726],[-72.90515697923888,41.30837839266983],[-72.90457097904839,41.30837039268708],[-72.90445997901273,41.308376392691834],[-72.90413997891008,41.30839639270603],[-72.9039489788488,41.3084083927145],[-72.90337797866586,41.30844839274065],[-72.90318797860499,41.308461392749315],[-72.90297297853598,41.30847439275875],[-72.90233197833037,41.30851439278716],[-72.90211797826174,41.30852839279678],[-72.90188997818858,41.30854239280685],[-72.90120597796928,41.308587392837595],[-72.9009789778965,41.308602392847824],[-72.90082697784761,41.308609392854066],[-72.90037397770212,41.3086343928735],[-72.90022397765391,41.3086423928799],[-72.90004297759604,41.30865739288864],[-72.89950197742337,41.30870639291558],[-72.89932197736589,41.3087223929245],[-72.89907597728717,41.30874139293611],[-72.89834097705221,41.30880239297166],[-72.89809597697389,41.308822392983416],[-72.89788597690635,41.30883239299212],[-72.89725897670485,41.3088653930187],[-72.89705097663803,41.30887639302753],[-72.89673597653714,41.30889939304214],[-72.89579097623461,41.30896939308616],[-72.89547697613413,41.30899339310094],[-72.89523697605736,41.30901239311237],[-72.89451697582729,41.309073393147415],[-72.8942779757509,41.30909339315898],[-72.89388197562444,41.30912839317854],[-72.89316297539497,41.30919439321454],[-72.89269397524527,41.30923739323799],[-72.89229897511932,41.30927539325809],[-72.89213797506775,41.30928739326562],[-72.89165597491352,41.30932439328833],[-72.89149597486235,41.309337393296005],[-72.89131797480553,41.309353393304846],[-72.8907849746356,41.309405393332106],[-72.89060797457914,41.30942239334112],[-72.8904489745283,41.30943539334877],[-72.89008697441268,41.30946739336665],[-72.88997297437555,41.309464393369716],[-72.8898149743242,41.3094623933744],[-72.88960797425636,41.309450393378704],[-72.88909797408937,41.30942239338962],[-72.88899197405392,41.3094033933893],[-72.88894697403893,41.30939639338938],[-72.88879297398645,41.30935139338553],[-72.88873297396563,41.309327393382766],[-72.88855297390336,41.30925839337507],[-72.88849397388297,41.30923639337267],[-72.88836897383955,41.30918539336672],[-72.88799397370927,41.309032393348865],[-72.88786997366617,41.30898139334289],[-72.88827997375793,41.30825139318711],[-72.88830897376423,41.30819639317544],[-72.88943897401435,41.30613539273649],[-72.88960697405156,41.30582939267131],[-72.89004097414788,41.305042392503616],[-72.89045797424026,41.30428339234193],[-72.89086097432983,41.30355439218655],[-72.89148997449055,41.30278839201669],[-72.89173597455353,41.30249039195057],[-72.89210197466518,41.3023653919144],[-72.89292197491548,41.30208839183394],[-72.89321797501006,41.30206339181955],[-72.89522797562852,41.30147139163933],[-72.89665897606889,41.30105139151132],[-72.90028697718863,41.30004439119803],[-72.90039597722229,41.300014391188675],[-72.90213697775957,41.299530391038175],[-72.90313797806854,41.29925339095191],[-72.90367297824172,41.29924739093354],[-72.90408197837405,41.299242390919424],[-72.9044919785068,41.29923839090547],[-72.90457497855124,41.29954839096337],[-72.90465897859605,41.29985939102145],[-72.9047239786309,41.30010339106703],[-72.9051579788625,41.30171139136728],[-72.9054229790042,41.3026983915516],[-72.90565697912895,41.30356339171308],[-72.90601697932695,41.305001391982465],[-72.90691097963635,41.305345392020946],[-72.90813498007337,41.30605439212012],[-72.9081259801303,41.30711339232731],[-72.90812598021688,41.30864539262657],[-72.90774998010343,41.30879539266796]]]},"properties":{"name":1423,"geoid":"09009142300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.89547697613413,41.30899339310094],[-72.89579097623461,41.30896939308616],[-72.89673597653714,41.30889939304214],[-72.89705097663803,41.30887639302753],[-72.89725897670485,41.3088653930187],[-72.89788597690635,41.30883239299212],[-72.89809597697389,41.308822392983416],[-72.89834097705221,41.30880239297166],[-72.89907597728717,41.30874139293611],[-72.89932197736589,41.3087223929245],[-72.89950197742337,41.30870639291558],[-72.90004297759604,41.30865739288864],[-72.90022397765391,41.3086423928799],[-72.90037397770212,41.3086343928735],[-72.90082697784761,41.308609392854066],[-72.9009789778965,41.308602392847824],[-72.90120597796928,41.308587392837595],[-72.90188997818858,41.30854239280685],[-72.90211797826174,41.30852839279678],[-72.90233197833037,41.30851439278716],[-72.90297297853598,41.30847439275875],[-72.90318797860499,41.308461392749315],[-72.90337797866586,41.30844839274065],[-72.9039489788488,41.3084083927145],[-72.90413997891008,41.30839639270603],[-72.90445997901273,41.308376392691834],[-72.90457097904839,41.30837039268708],[-72.90515697923888,41.30837839266983],[-72.90541897932555,41.30840839266726],[-72.90543697933151,41.308410392667085],[-72.90562997939607,41.30844539266771],[-72.90573497943137,41.308467392668646],[-72.90576997944312,41.30847439266887],[-72.905876979479,41.30849539266955],[-72.90591297949115,41.30850339266994],[-72.90599197951762,41.308518392670344],[-72.90615897957369,41.308552392671615],[-72.90774998010343,41.30879539266796],[-72.90775098015337,41.30967339283945],[-72.90763398016705,41.310586393021545],[-72.90773998020566,41.31066139303279],[-72.90774198022011,41.31090539308039],[-72.90774998026386,41.31163339322235],[-72.90778398029721,41.3120283932984],[-72.90780898032133,41.31231139335287],[-72.90780598032549,41.31240239337075],[-72.90779598034074,41.31272939343494],[-72.9074759802547,41.313043393506554],[-72.90723998019183,41.313285393561415],[-72.90716998018073,41.3134903936037],[-72.90709498015731,41.31350639360924],[-72.90701998013382,41.313521393614586],[-72.90613497985714,41.31370439367878],[-72.90564497970371,41.313801393713455],[-72.90531697960094,41.3138653937365],[-72.90495797948859,41.31393739376211],[-72.90433497929283,41.314049393804],[-72.90400697918984,41.31410939382627],[-72.90402497920438,41.31426339385575],[-72.90405097922448,41.31446939389516],[-72.90408697925055,41.314724393943806],[-72.9041089792664,41.314878393973196],[-72.90413297928352,41.31504339400463],[-72.90415597929857,41.31517739403008],[-72.90426297938556,41.3161023942073],[-72.9043349794249,41.31638539426026],[-72.90597597991933,41.31571639407686],[-72.90656698009887,41.31550139401587],[-72.9066749801365,41.315547394021394],[-72.9067619801695,41.3156323940352],[-72.90670098016184,41.31584639407894],[-72.90599197994997,41.316166394164256],[-72.90571097987682,41.31648439423539],[-72.9061649800318,41.31662139424754],[-72.9058369799352,41.31679439429187],[-72.90548497983325,41.31701039434537],[-72.90543197981792,41.31704339435352],[-72.90522197975638,41.31715939438293],[-72.9051649797397,41.31719139439101],[-72.90497197968327,41.317300394418496],[-72.90477897962681,41.31740939444599],[-72.90467497959631,41.31746639446045],[-72.90458497956979,41.31751339447253],[-72.90461097959482,41.31780739452913],[-72.90459197958981,41.317827394533644],[-72.90443697953692,41.317781394529646],[-72.9039709794235,41.318448394674874],[-72.9038249794004,41.318877394763355],[-72.9035979793607,41.319477394887834],[-72.90324497930513,41.32051939510268],[-72.90310797929585,41.32114139522855],[-72.9033059794015,41.32187339536514],[-72.90405397967368,41.32239639544323],[-72.90528998011435,41.32309939554077],[-72.90556198020394,41.32312339553673],[-72.90600798038403,41.32374939564463],[-72.90703498083549,41.325841396020124],[-72.90737698095536,41.32599939603996],[-72.90775798108025,41.32602239603222],[-72.90861698136187,41.32607539601494],[-72.90868898138517,41.32607439601244],[-72.90908398152591,41.32629739604328],[-72.90971998175065,41.32662339608648],[-72.90987798180655,41.32670539609741],[-72.91029398195653,41.326971396135974],[-72.91037198200243,41.32733539620454],[-72.91005198191641,41.32764939627613],[-72.90956298177092,41.327881396337155],[-72.90927998170419,41.32832439643277],[-72.90927598174572,41.3290813965807],[-72.90925498174963,41.32927039661827],[-72.90912998177483,41.330432396849154],[-72.90910898177879,41.33062239688692],[-72.90910798177912,41.330634396889295],[-72.90913298180081,41.33087439693536],[-72.90925498185715,41.331170396989236],[-72.90931498188475,41.331314397015404],[-72.90932098188874,41.33135039702224],[-72.90927198187099,41.33131739701737],[-72.9091249818177,41.33121839700277],[-72.90907698180033,41.331186396998085],[-72.90896698176088,41.33112039698872],[-72.90863798164303,41.33092339696084],[-72.90852898160398,41.33085839695164],[-72.90854998160589,41.33077139693399],[-72.90861598161258,41.33051139688111],[-72.90863898161518,41.330425396863575],[-72.90864798161448,41.330361396850776],[-72.90873498160636,41.329719396722645],[-72.90875198160525,41.329602396699265],[-72.90877198158486,41.329127396605884],[-72.9086669815281,41.32872639653095],[-72.90863398151015,41.32859839650702],[-72.90827498134101,41.3276673963368],[-72.90826198133487,41.32763339633057],[-72.90794498120202,41.32710239623708],[-72.90791998119101,41.32705139622792],[-72.90764898108816,41.32678739618508],[-72.90746898102407,41.32668639617116],[-72.90661198072657,41.32634139613134],[-72.90635398063033,41.32611939609629],[-72.90633898062448,41.32610239609347],[-72.90607598052115,41.325783396039625],[-72.90589598045443,41.325636396016705],[-72.90548298030983,41.32544839599328],[-72.90464298001116,41.324985395929865],[-72.90441597993595,41.3249573959317],[-72.90417997986223,41.325007395949044],[-72.90353997966356,41.325165396000465],[-72.9031819795492,41.325196396018036],[-72.90285997944034,41.325118396013146],[-72.90192197910487,41.324566395935506],[-72.90137497890804,41.324223395886094],[-72.90131497888649,41.324186395880815],[-72.90112497881333,41.32398239584709],[-72.9009799787548,41.323779395812096],[-72.90089397871644,41.32359439577874],[-72.9007719786552,41.32321139570787],[-72.90073597863035,41.32297839566352],[-72.90069097860163,41.32272839561615],[-72.90068597859005,41.322552395581944],[-72.90058197854653,41.3223793955515],[-72.90048097850416,41.32220939552154],[-72.90028097842492,41.321955395478355],[-72.90022797840406,41.32189039546738],[-72.9001009783541,41.321735395441195],[-72.90000897832053,41.32166939543125],[-72.89973497822056,41.32147339540178],[-72.89964397818736,41.32140839539203],[-72.89954897815157,41.321320395377874],[-72.8992639780443,41.321058395335875],[-72.89916997800893,41.3209713953219],[-72.89801897758424,41.320063395181556],[-72.89866497775837,41.31943739503854],[-72.89839797766261,41.31927539501549],[-72.89807997754815,41.31907539498665],[-72.8978949774816,41.31895939496994],[-72.8978619774697,41.318938394966885],[-72.89782797745748,41.31891739496388],[-72.89776497743462,41.318874394957504],[-72.89773397742339,41.3188533949544],[-72.8977419774171,41.318696394923485],[-72.89774597741156,41.31857539489972],[-72.89773697740395,41.31849239488379],[-72.89773097739868,41.318433394872464],[-72.89771297738514,41.31829739484649],[-72.89771197738193,41.318246394836564],[-72.89771097737699,41.31816439482058],[-72.89769797736852,41.31808939480634],[-72.89768697736099,41.318019394793026],[-72.897657977343,41.31786739476428],[-72.89764497733466,41.317794394750436],[-72.89763197732749,41.3177423947407],[-72.8975929773062,41.31758939471205],[-72.89757997729909,41.31753839470252],[-72.89756397729045,41.31747739469112],[-72.89751797726537,41.31729739465743],[-72.89750297725712,41.317237394646206],[-72.89747197723925,41.31709939462024],[-72.89737897718581,41.31668739454276],[-72.89734897716832,41.31655039451699],[-72.89733097715892,41.31648739450524],[-72.8972789771315,41.31630039447039],[-72.89726197712248,41.31623839445883],[-72.89725497711885,41.31621439445436],[-72.89723697710893,41.31614239444087],[-72.89723097710569,41.316119394436576],[-72.89718397707948,41.3159253944002],[-72.89704497700161,41.315345394291384],[-72.89699897697578,41.315152394255165],[-72.89694497694697,41.314952394217826],[-72.89678597686165,41.31435539410633],[-72.89673297683322,41.31415639406915],[-72.89671097682083,41.31406339405168],[-72.89664797678465,41.31378439399922],[-72.89662697677261,41.313692393981924],[-72.89660297675891,41.31358739396219],[-72.89653097671781,41.31327339390317],[-72.89650697670416,41.31316939388362],[-72.89645597667625,41.312968393846],[-72.89630297659254,41.31236539373313],[-72.89625197656466,41.3121643936955],[-72.89618697652949,41.31191539364895],[-72.89599397642475,41.311169393509424],[-72.89592997638998,41.310921393463026],[-72.8958319763365,41.310537393391165],[-72.89569497626165,41.30999939329046],[-72.89555997618291,41.309380393173875],[-72.89547697613413,41.30899339310094]]]},"properties":{"name":1424,"geoid":"09009142400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.89169297600804,41.328479397028296],[-72.89224597622284,41.329105397132764],[-72.89240697630248,41.32959039722228],[-72.89264597642045,41.33030539735423],[-72.89094797590485,41.33092839753041],[-72.89058097579338,41.33106239756837],[-72.89021497568223,41.33119639760629],[-72.88964597550947,41.33140539766537],[-72.88959297549668,41.33148339768231],[-72.88917197539583,41.332115397819244],[-72.88900897535682,41.332360397872314],[-72.8888459753178,41.33260539792538],[-72.88875497528826,41.332605397928305],[-72.8884839752004,41.3326063979372],[-72.88839397517127,41.33260739794028],[-72.8881479750912,41.33260239794722],[-72.88787997500674,41.33264639796442],[-72.88634797452427,41.33290339806382],[-72.88599297441249,41.332963398086925],[-72.88583797436351,41.3329863980964],[-72.88565797430721,41.333023398109404],[-72.88511697413814,41.33313739814904],[-72.88493797408223,41.33317539816221],[-72.88473597401827,41.33320339817416],[-72.88413197382707,41.333287398209976],[-72.8839309737635,41.33331639822209],[-72.8838959737525,41.33332239822439],[-72.88379097371939,41.33333939823108],[-72.88375697370874,41.33334639823353],[-72.8836639736796,41.33336439824002],[-72.88338597359258,41.3334203982599],[-72.88329397356387,41.33344039826676],[-72.88314197351615,41.3334683982771],[-72.88268897337404,41.33355439830845],[-72.88253897332702,41.33358339831892],[-72.88198697315275,41.333668398353254],[-72.8818889731218,41.33368339835934],[-72.88186697311484,41.33368639836062],[-72.88181297309782,41.333695398364114],[-72.88173597307352,41.33370739836893],[-72.87985397247935,41.333997398486],[-72.87925397228994,41.334090398523415],[-72.87918397226787,41.334101398527814],[-72.87913397225158,41.33410039852922],[-72.87858097207129,41.334084398543865],[-72.87677197148145,41.33403239859181],[-72.87654797140846,41.334026398597814],[-72.87616997128518,41.33401539860782],[-72.87492297088926,41.334168398677726],[-72.87118396970227,41.33462939888778],[-72.8699379693067,41.334783398957846],[-72.86966196922033,41.33483939897763],[-72.86918396907446,41.335002399024795],[-72.86694996839266,41.335763399245096],[-72.86620596816567,41.33601839931876],[-72.86502096778561,41.33609639937202],[-72.86429096755148,41.336144399404816],[-72.86328896721966,41.33602539941376],[-72.86227896690322,41.336224399485026],[-72.86030996628826,41.33664739963078],[-72.8604119663077,41.33640539958027],[-72.86071896636633,41.33568039942885],[-72.86082196638614,41.33543939937848],[-72.861093966441,41.33484839925438],[-72.86191196660631,41.33307639888213],[-72.8621859666619,41.33248639875813],[-72.86226596667764,41.332305398720216],[-72.8625049667245,41.33176239860652],[-72.86258596674061,41.33158239856876],[-72.86291696680192,41.3307663983988],[-72.86391196698666,41.32832139788941],[-72.86424496704865,41.327506397719574],[-72.86465096713758,41.326748397558525],[-72.86587196740524,41.32447339707504],[-72.86627896749452,41.323716396914136],[-72.86632896750386,41.3235943968887],[-72.86648196753283,41.323228396812326],[-72.86653296754254,41.32310739678705],[-72.86666296756795,41.32281039672487],[-72.86705396764467,41.32192239653889],[-72.86718496767044,41.32162639647688],[-72.86721896767453,41.32150339645177],[-72.86725796767928,41.32136339642315],[-72.86729796767898,41.321128396375975],[-72.86731996767907,41.321003396350854],[-72.86736996768892,41.32089039632718],[-72.86752096771886,41.3205533962565],[-72.86757196772909,41.320441396233],[-72.86780596780268,41.32040039621747],[-72.86851096802451,41.32027839617103],[-72.86874596809848,41.320238396155666],[-72.86896996816927,41.32020539614205],[-72.86936996829576,41.32014739611787],[-72.86964596838445,41.320132396106104],[-72.86987296845747,41.32012139609666],[-72.87013596854204,41.3201083960857],[-72.87024396857743,41.32011439608339],[-72.87030696859809,41.32011839608215],[-72.87050996866405,41.320120396076014],[-72.87126396891232,41.32018539606453],[-72.87135596894262,41.320193396063125],[-72.87136896894694,41.320195396063106],[-72.87172496906499,41.32024039606048],[-72.8723249692679,41.320387396069926],[-72.87272396940372,41.3205003960792],[-72.87400396984116,41.320893396114876],[-72.87464696998993,41.31983439588739],[-72.87482497003451,41.319601395836166],[-72.87610397034162,41.31769239542225],[-72.87641297041479,41.317213395318774],[-72.87654997044844,41.31702239527706],[-72.87657697045512,41.316985395268965],[-72.87688197053001,41.31655939517596],[-72.87722697061339,41.31605439506625],[-72.87728397062689,41.315966395047234],[-72.87760297070265,41.31547539494109],[-72.87760697070357,41.315468394939586],[-72.87859597094062,41.31398539461815],[-72.87866997095844,41.313875394594284],[-72.87897897103934,41.31353339451757],[-72.87949697117836,41.31301939440052],[-72.87994097129763,41.31258139430072],[-72.88061597149164,41.3121393941927],[-72.88125897167744,41.31173639409333],[-72.88187897185675,41.311350393998026],[-72.88231897198202,41.31104139392354],[-72.88246097202287,41.310949393901005],[-72.884242972536,41.30980039361934],[-72.8848369727071,41.30941839352563],[-72.8851199727858,41.30918639347123],[-72.88531197283926,41.30903039343459],[-72.88596197301925,41.30848439330705],[-72.88624297309718,41.308250393252315],[-72.88643697316513,41.308339393263466],[-72.88702097336967,41.30860739329709],[-72.88718497342717,41.308683393306666],[-72.88721597343802,41.30869739330841],[-72.88734597348335,41.308753393315165],[-72.88773797362015,41.308924393335985],[-72.88783297365335,41.30896639334112],[-72.88786997366617,41.30898139334289],[-72.88709097349172,41.31036639363847],[-72.88585797315815,41.311541393907596],[-72.88515197296722,41.31221539406193],[-72.88502097294489,41.31257239413587],[-72.88488897292224,41.312929394209846],[-72.88482197291796,41.31323839427236],[-72.88475497291363,41.31354639433467],[-72.8848929730173,41.31458939453399],[-72.88502997312067,41.31563239473332],[-72.88491497310503,41.31601639481202],[-72.88479997308949,41.31640139489091],[-72.88448097301533,41.31692039500253],[-72.88416197294117,41.31743939511415],[-72.88423397297818,41.3176813951591],[-72.88430597301522,41.317923395204055],[-72.88455897311312,41.31820339525062],[-72.88481197321094,41.31848239529699],[-72.88541297341284,41.318605395301724],[-72.88601297361438,41.31872839530647],[-72.88636497375226,41.319147395377016],[-72.88665897385853,41.31934039540527],[-72.88727997408307,41.31974939546521],[-72.88925897475525,41.32028439550614],[-72.88967997490701,41.320553395545154],[-72.8898079749531,41.32063439555686],[-72.889951975005,41.320726395570205],[-72.89017897508843,41.32089939559669],[-72.89029997513293,41.32099239561097],[-72.89061797524982,41.32123539564822],[-72.89061997525059,41.32123739564854],[-72.8913749755303,41.3218533957446],[-72.89146697557184,41.32206039578207],[-72.89162997564546,41.3224273958485],[-72.89128497558832,41.32339639604883],[-72.89123697558057,41.32353439607733],[-72.89069797543529,41.324057396196764],[-72.89036497534558,41.32438139627073],[-72.88971297515992,41.324838396380926],[-72.88947197509128,41.32500739642167],[-72.88967197519001,41.3256063965322],[-72.88999897535126,41.326582396712304],[-72.89033697548234,41.32696139677544],[-72.8913539758766,41.32809939696499],[-72.89169297600804,41.328479397028296]]]},"properties":{"name":1426.01,"geoid":"09009142601"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.745915931166,41.37224241024146],[-72.74545793072916,41.36712340925699],[-72.7454529307239,41.36705940924466],[-72.74459492990506,41.357456407397464],[-72.74458692989758,41.35736940738073],[-72.74406992941486,41.35177040630404],[-72.74359792897397,41.34665340531987],[-72.74364492898597,41.34659540530705],[-72.74378792902273,41.34642340526891],[-72.7438359290351,41.34636640525624],[-72.74361692886998,41.34469340493651],[-72.74356192882824,41.34426840485524],[-72.74345492875072,41.34350740471005],[-72.74313392851829,41.3412254042746],[-72.74302692844086,41.34046540412956],[-72.74301692842936,41.340318404101176],[-72.74298692839501,41.33988040401658],[-72.74297692838356,41.33973440398838],[-72.7429269283518,41.339458403936064],[-72.74277792825694,41.338630403779085],[-72.74272892822557,41.33835540372695],[-72.74272392822249,41.33832940372202],[-72.74270992821371,41.33825440370782],[-72.74270592821102,41.33822940370306],[-72.74262292815388,41.33769140360062],[-72.74256792811543,41.33732540353088],[-72.74240292799156,41.33607340329159],[-72.74233192793824,41.33553440318857],[-72.74229192791441,41.335341403152135],[-72.74217392784358,41.334762403042795],[-72.74213492782013,41.33457040300652],[-72.7419589276062,41.331778402466725],[-72.74191092754737,41.33100840231782],[-72.74154092716789,41.32638840142697],[-72.74145092698771,41.32369940090441],[-72.74156692701025,41.32343040084815],[-72.74267992722748,41.32086440031123],[-72.74355592735556,41.31808039973923],[-72.74571892768702,41.31147739837969],[-72.74586192771115,41.31108039829755],[-72.74598692774286,41.31092239826266],[-72.74603892775419,41.31082339824166],[-72.74606492775666,41.310717398220106],[-72.74605992774923,41.31061339819994],[-72.75224392968701,41.30938239776206],[-72.75235692972245,41.30936039775415],[-72.75247092975815,41.30933739774602],[-72.76055393229096,41.30772939717379],[-72.76137993254927,41.30755639711361],[-72.76386093332525,41.30703739693296],[-72.76453293353545,41.306897396884146],[-72.76468793358396,41.306865396872944],[-72.76734893441038,41.30620539665899],[-72.76904493493657,41.30577539652079],[-72.77134293564438,41.30510139631567],[-72.77504293704743,41.30870539690195],[-72.7767639376893,41.31019039713724],[-72.77714093782832,41.31048739718322],[-72.77798393813933,41.31115439728667],[-72.77827193824557,41.31138139732183],[-72.77864993838496,41.311679397367996],[-72.77898693850942,41.3119483974098],[-72.77999993888356,41.312756397535345],[-72.7803379390084,41.313026397577325],[-72.78053193908096,41.31319739760455],[-72.781163939306,41.31355239765373],[-72.78373894022302,41.31500139785461],[-72.78459794052891,41.31548439792153],[-72.78481494060618,41.315606397938446],[-72.78488194063007,41.31564439794373],[-72.78503094068319,41.31572939795557],[-72.78552494085919,41.3160083979943],[-72.78573394093364,41.316126398010695],[-72.78601894103522,41.31628839803323],[-72.78638994116844,41.31651639806592],[-72.7875039415685,41.31720239816436],[-72.78787594170208,41.31743139819723],[-72.78792494171721,41.317417398192916],[-72.78810894177849,41.31744539819251],[-72.78825594183,41.31751339820109],[-72.78836594186863,41.31756539820774],[-72.78858394194765,41.317712398229496],[-72.78897494208762,41.31794539826253],[-72.78926794219439,41.3181533982938],[-72.78928594220096,41.318166398295766],[-72.7895619423051,41.318425398337546],[-72.79079494274845,41.31919439844839],[-72.79449494407893,41.321502398781035],[-72.79572894452271,41.32227239889201],[-72.79917194575584,41.32433139918413],[-72.81695495128801,41.320102397788936],[-72.81842295174361,41.319734397670054],[-72.82241295298623,41.31881139736199],[-72.82356295333801,41.31843239725114],[-72.82361895335504,41.31841239724544],[-72.82378695340611,41.318351397228135],[-72.82384395342353,41.3183323972226],[-72.82383595342208,41.31835239722676],[-72.82381295341817,41.318415397239804],[-72.82380595341706,41.318436397244135],[-72.82378095341606,41.318562397269545],[-72.82370595341311,41.31894239734619],[-72.82369595341298,41.31899739735725],[-72.82365395340273,41.31905739737032],[-72.82361895340021,41.31921439740211],[-72.82351495339307,41.319686397497655],[-72.82348095339096,41.3198443975296],[-72.82343395339389,41.32016739759422],[-72.82329495340332,41.32113539778777],[-72.82324895340665,41.32145939785254],[-72.823175953389,41.32156639787577],[-72.82301495335022,41.321805397927626],[-72.82295895333684,41.321890397946014],[-72.82288695331957,41.32199839796942],[-72.82283495331271,41.32217639800586],[-72.82278395330592,41.32234939804129],[-72.82268095329289,41.32271139811529],[-72.82263095328676,41.322890398151884],[-72.82246095326404,41.32346639826983],[-72.82194995319574,41.32519639862413],[-72.8217809531734,41.325773398742236],[-72.82119495309873,41.32782239916123],[-72.81943795287512,41.33397040041824],[-72.81895595281398,41.335660400763715],[-72.81884195279711,41.33601740083707],[-72.81862495277147,41.336811400999075],[-72.81797395269467,41.33919640148566],[-72.81791195268757,41.33942740153275],[-72.81775295266772,41.33999040164776],[-72.81752295258907,41.33991940164129],[-72.81698495240524,41.339755401626476],[-72.81683895235486,41.33970240162081],[-72.8166139522773,41.3396214016122],[-72.81660695226503,41.33944440157787],[-72.816543952231,41.339203401532814],[-72.81646295219345,41.339003401496356],[-72.81613995208248,41.33889440148542],[-72.81584995198538,41.33884140148437],[-72.81538495183379,41.3388294014969],[-72.8150189517161,41.33884840151233],[-72.81486795166889,41.338880401523426],[-72.81479695164603,41.33888340152628],[-72.81466795160547,41.338906401534906],[-72.81411095143113,41.33902040157499],[-72.81378295133027,41.339119401604826],[-72.8135459512577,41.339196401627454],[-72.81324095116362,41.339283401654214],[-72.81279895102645,41.339394401690036],[-72.81236295088844,41.3394564017161],[-72.81196595076095,41.33948040173351],[-72.81159195064083,41.33950240174977],[-72.81144395059297,41.3395054017551],[-72.81144195059233,41.33950540175516],[-72.81127895053964,41.339509401761156],[-72.81069395035284,41.33956340179045],[-72.81065795034137,41.33956740179238],[-72.81014095017535,41.33959840181498],[-72.80981795007092,41.339605401826674],[-72.80933794991368,41.33957940183697],[-72.80844794962051,41.33950240185041],[-72.80824494955368,41.3394854018536],[-72.80769894937514,41.3394614018664],[-72.80714794919395,41.33941940187583],[-72.80679494907791,41.33939340188206],[-72.80586094877086,41.33932340189828],[-72.80480294842428,41.339266401921016],[-72.80408094818716,41.33921640193436],[-72.80351194800036,41.339178401945155],[-72.80317694789062,41.33916040195235],[-72.80260594770323,41.339123401963406],[-72.80254694768392,41.339120401964706],[-72.80173594741863,41.33908340198344],[-72.80101494718363,41.339065402002994],[-72.80089394714403,41.339059402005695],[-72.80032394695773,41.33903640201944],[-72.80004994686814,41.33902440202587],[-72.79993894683189,41.33902040202864],[-72.79922894660113,41.33901440205018],[-72.79895594651242,41.33901240205853],[-72.79887794646663,41.338649401990125],[-72.79883094643517,41.3383614019354],[-72.79876594640373,41.338177401901554],[-72.79873994639105,41.33810240188773],[-72.79864694634887,41.337889401849104],[-72.79855094630409,41.337647401804915],[-72.79840094624336,41.33743340176793],[-72.79815994614857,41.33713940171823],[-72.797953946069,41.33691340168068],[-72.79772494598735,41.33678340166262],[-72.79720694580462,41.3365234016284],[-72.79701694573777,41.336431401616515],[-72.79659994559105,41.336229401590415],[-72.79624894546706,41.33605040156669],[-72.79586294533092,41.33585740154133],[-72.79487694498323,41.33536540147679],[-72.79472394492691,41.335247401458645],[-72.79449694484339,41.33507240143173],[-72.79440194480648,41.334964401413664],[-72.79428394476064,41.33483040139126],[-72.79422694473854,41.3347664013806],[-72.79413194470007,41.33463040135707],[-72.79407794467815,41.334552401343565],[-72.79394894462087,41.33427840129418],[-72.7938789445813,41.333979401238025],[-72.79384794455952,41.333771401198376],[-72.7938429445422,41.33349240114405],[-72.79385594454116,41.33339940112547],[-72.79391694453705,41.3329744010405],[-72.79393194453645,41.332877401021086],[-72.79396494453634,41.332685400982534],[-72.79399394454053,41.332592400963435],[-72.79402394454507,41.3325004009445],[-72.79336394430916,41.33211440089023],[-72.79294794416049,41.331871400856066],[-72.79197994381347,41.33128740077295],[-72.79138294360159,41.33096540072915],[-72.79109894350081,41.33081240070835],[-72.79067594335667,41.330690400698046],[-72.79009594316157,41.33056840069277],[-72.78983194307388,41.33053240069416],[-72.78908894282723,41.33043440069878],[-72.78830094256381,41.330297400697226],[-72.78777194238378,41.33014940068522],[-72.78750194229104,41.33005840067609],[-72.78732294222932,41.32999340066912],[-72.78710094215282,41.329914400660776],[-72.78652394195257,41.329683400634096],[-72.78597894176342,41.32946540060894],[-72.78591994174297,41.32944240060634],[-72.78457994127733,41.32889540054231],[-72.78434994119756,41.3288044005319],[-72.78380494100873,41.32859140050772],[-72.78370994097553,41.328549400502546],[-72.78342794087698,41.32842440048714],[-72.78333394084416,41.32838340048214],[-72.78207994040933,41.32788840042551],[-72.78154694022456,41.32767840040154],[-72.7807079399326,41.32732840035998],[-72.78003493969926,41.32706340032973],[-72.77936193946708,41.32681840030335],[-72.77878093926735,41.32661940028306],[-72.77829593910168,41.32647240026983],[-72.77799793899995,41.32638340026196],[-72.77699593866005,41.3261214002428],[-72.77666193854664,41.326032400236095],[-72.77659693852465,41.32601640023504],[-72.7763129384287,41.325949400231025],[-72.7754019381194,41.325706400212646],[-72.77500493798459,41.325600400204635],[-72.77464893786372,41.32550540019744],[-72.77452293782096,41.325472400195025],[-72.77424193772634,41.32541140019209],[-72.7740009376464,41.32538040019373],[-72.77376693757016,41.32537540020023],[-72.77356693750747,41.32541440021425],[-72.77356393750648,41.325414400214335],[-72.77320293739292,41.32547840023836],[-72.77303493733997,41.32550640024921],[-72.77284793728,41.32551940025771],[-72.77277193725568,41.32552540026133],[-72.77255093718594,41.32556040027521],[-72.77230893711025,41.32561140029292],[-72.77200693701725,41.32570040031995],[-72.77180893695676,41.32576740033937],[-72.77147193685391,41.325883400372796],[-72.77116993676417,41.32603040041117],[-72.7704499365504,41.326384400503315],[-72.77025993649295,41.32645940052405],[-72.76994893639905,41.3265844005584],[-72.76991693639411,41.32668140057839],[-72.76987193638277,41.32673940059114],[-72.76973993634697,41.326864400619776],[-72.76950293628853,41.32719340069163],[-72.769385936269,41.32752140075945],[-72.76939293628782,41.327815400816654],[-72.76940293629285,41.32784740082259],[-72.76952993635588,41.32823540089433],[-72.76966193641351,41.328498400941484],[-72.76984393648758,41.32876540098785],[-72.77019693662493,41.329170401055684],[-72.77061693678456,41.32958540112334],[-72.770785936846,41.32970240114079],[-72.77104893693652,41.32979440115037],[-72.77185993721261,41.3300234011692],[-72.77210993729891,41.33011540117918],[-72.77237093738819,41.33019640118666],[-72.77265493748531,41.33028440119477],[-72.77317493766317,41.33044640120981],[-72.77370093784907,41.330716401245745],[-72.77387393791923,41.33096540128884],[-72.77391293793504,41.331021401298536],[-72.77404493800054,41.33142440137305],[-72.7740569380095,41.33151440139025],[-72.7741589380839,41.332248401530364],[-72.77426393814851,41.33279140163308],[-72.77436393820611,41.3332384017172],[-72.7743719382105,41.33327040172318],[-72.77441793824444,41.33360840178774],[-72.77442393825825,41.33381940182877],[-72.77426293821607,41.333998401868875],[-72.77408793817024,41.334193401912565],[-72.77406693816921,41.33429640193335],[-72.77411993819291,41.334411401954114],[-72.77422293823774,41.33461440199048],[-72.77433293828554,41.334829402028944],[-72.7742589382689,41.334960402056915],[-72.77412493823903,41.33520240210845],[-72.77403593821863,41.3353534021408],[-72.77395993820127,41.3354834021686],[-72.77387293818158,41.33563540220107],[-72.77376193815668,41.33583340224331],[-72.77356593810224,41.3359964022814],[-72.77352793809105,41.33601640228653],[-72.77337593804656,41.33610240230818],[-72.77323693800446,41.33615640232318],[-72.7730509379522,41.33630040235724],[-72.77287493790668,41.33650640240311],[-72.77271493786363,41.33666440243906],[-72.77261793783462,41.33670840245077],[-72.7705409372146,41.33767040270501],[-72.7704389371846,41.33772540271902],[-72.7703309371519,41.33776740273068],[-72.77022293711813,41.33779040273862],[-72.769958937032,41.337782402745496],[-72.76989393701045,41.337774402746],[-72.76976493696785,41.3377614027476],[-72.76959393690959,41.337712402743485],[-72.76929393680233,41.3375364027187],[-72.76916793675996,41.33751040271765],[-72.76906793672822,41.33752340272336],[-72.76897193669893,41.33755640273289],[-72.76890793668845,41.33773940277068],[-72.76890393668793,41.33775340277353],[-72.76887393668906,41.337946402812186],[-72.76886893669634,41.338104402843214],[-72.76884393669732,41.338266402875654],[-72.76882093669249,41.33831340288557],[-72.76878993668637,41.33838340290022],[-72.7687109366657,41.338471402919936],[-72.76859693663245,41.33853840293667],[-72.76841293657948,41.33865840296598],[-72.76812493649376,41.33879640300214],[-72.76751393631203,41.33909140307927],[-72.76724493623288,41.33923640311619],[-72.76692893614144,41.33943440316495],[-72.76657593604,41.33966740322174],[-72.76639693599009,41.339813403255974],[-72.76631593596763,41.339881403271846],[-72.7660729359042,41.34015640333332],[-72.76590493585553,41.340260403359],[-72.7658909358546,41.34032440337194],[-72.76586993585363,41.34042840339292],[-72.76589193586572,41.34051640340941],[-72.76589893586939,41.340541403414065],[-72.765922935879,41.34057340341955],[-72.76593193588258,41.340585403421606],[-72.76596193589451,41.34062440342826],[-72.76597193589849,41.340637403430485],[-72.76581193585247,41.3407424034561],[-72.7659059358849,41.34077640345974],[-72.76472593554541,41.341550403648604],[-72.76475493555662,41.34158240365393],[-72.76486393560455,41.34180540369399],[-72.76496493565769,41.34216740376146],[-72.76495093566075,41.342302403788274],[-72.76496493566759,41.34234340379584],[-72.76501593568675,41.3423894038032],[-72.76524893576794,41.34248840381508],[-72.76561993589232,41.34255840381689],[-72.76592493600116,41.34273340384133],[-72.76597693601971,41.342763403845524],[-72.76610093606216,41.342802403849184],[-72.76620293609358,41.342772403840065],[-72.76618893608398,41.34268240382293],[-72.76599093601138,41.34253440380036],[-72.7660129360165,41.342498403792625],[-72.76604993602878,41.342503403792406],[-72.76637093613765,41.342586403798364],[-72.7665089361892,41.34270640381739],[-72.76657393621896,41.34286040384539],[-72.76631193614477,41.34305340389144],[-72.76611593609285,41.34326140393833],[-72.76596193604927,41.34337540396553],[-72.76577293599709,41.3435384040034],[-72.76561193595529,41.34372440404486],[-72.76558293595218,41.34383640406765],[-72.76549593593859,41.3440964041212],[-72.76550893596637,41.344515404202625],[-72.76570593608399,41.34546940438262],[-72.76575693611657,41.34575440443663],[-72.76570493611483,41.346023404490836],[-72.76553693609586,41.34665540461961],[-72.76558093615759,41.34749840478283],[-72.76556493620504,41.348434404966085],[-72.76550693620796,41.34882040504332],[-72.76549093621492,41.349036405086004],[-72.76559293626867,41.349403405154405],[-72.76576793634871,41.34981640522946],[-72.76597793645588,41.350509405358046],[-72.76608693654434,41.35145240553871],[-72.76603193653837,41.351663405581654],[-72.76596293653134,41.35193640563716],[-72.7659709365403,41.352049405658974],[-72.76594793653862,41.35215240567981],[-72.76593993655528,41.35249440574683],[-72.76587593653899,41.35257440576449],[-72.76576393652206,41.35291940583544],[-72.76577993653513,41.35305940586226],[-72.76613693668307,41.35362840596194],[-72.76613593669595,41.35386340600786],[-72.76607693668637,41.35403340604294],[-72.76600393666966,41.354157406069476],[-72.76596693666446,41.354278406094274],[-72.7660199366957,41.3545274061412],[-72.7659169366753,41.354759406189785],[-72.76593093668318,41.354818406200856],[-72.76612693675311,41.35493040621645],[-72.76612493675403,41.35495840622199],[-72.76612093675674,41.35502940623598],[-72.76610693675246,41.3550344062374],[-72.7660809367446,41.35504440624019],[-72.76594593670376,41.35509740625485],[-72.76582793667018,41.35518140627501],[-72.76573493664849,41.35533240630746],[-72.76571993664969,41.35544040632903],[-72.76574793666363,41.35552640634493],[-72.7657489366723,41.35567440637379],[-72.76563893664253,41.35578040639799],[-72.7654419365997,41.35615540647752],[-72.76536193657616,41.356198406488446],[-72.76527493655696,41.356359406522664],[-72.7653179365783,41.35649040654686],[-72.76525193656543,41.35664240657866],[-72.76518693654782,41.35670440659283],[-72.7649169364652,41.35679340661884],[-72.76487293645417,41.35685140663156],[-72.76490193647399,41.35703640666676],[-72.76491693649942,41.35740140673752],[-72.76481393648388,41.3577194068029],[-72.7647199364581,41.357803406822306],[-72.76466793644263,41.35782840682885],[-72.76453093640208,41.3578984068469],[-72.76410093626662,41.357971406874874],[-72.76391793621254,41.35806640689929],[-72.76385293619191,41.35807440690292],[-72.76379393616811,41.35799240688879],[-72.76377293615468,41.357874406866436],[-72.7637289361388,41.35784640686238],[-72.76356193608319,41.357821406862826],[-72.76350293605509,41.35766240683366],[-72.763458936039,41.35763040682883],[-72.76332893599685,41.35763140683318],[-72.76320493595901,41.35767440684554],[-72.76292793587206,41.35772740686473],[-72.76284093584249,41.357703406862825],[-72.76271693579626,41.35759740684611],[-72.76267993577912,41.35750640682953],[-72.76263593576202,41.35745640682117],[-72.76239493567822,41.35735740680955],[-72.76216393560222,41.35733940681341],[-72.76189393551958,41.357428406839404],[-72.76166093545,41.35753640686794],[-72.761478935393,41.357573406880974],[-72.76122293530253,41.35744240686358],[-72.76112893527167,41.35743640686542],[-72.76088793519872,41.357530406891456],[-72.76052393507915,41.35750540689822],[-72.76045893505872,41.357517406902645],[-72.76027593501203,41.35774340695261],[-72.76015893497978,41.35784540697626],[-72.75995493492066,41.35797140700736],[-72.75984593488617,41.35798740701399],[-72.7597509348542,41.35796740701312],[-72.75940193472887,41.35775340698249],[-72.75918993465524,41.357668406972664],[-72.75901493459878,41.357674406979434],[-72.75896593458458,41.35770440698685],[-72.7589289345766,41.35777640700209],[-72.75889993458058,41.358014407049474],[-72.75886193457023,41.35804940705752],[-72.75873893453344,41.358105407072394],[-72.75868793452037,41.35816740708613],[-72.75867293451904,41.358230407098894],[-72.7585929344973,41.3583054071161],[-72.75851993447398,41.35831240711979],[-72.75847593446173,41.35834840712823],[-72.75843893445654,41.358469407153045],[-72.758315934422,41.35856540717571],[-72.75822793439968,41.35867640720019],[-72.75822093441542,41.35899640726287],[-72.75819193441079,41.3590814072804],[-72.75808893438811,41.359272407320965],[-72.75795093436294,41.359621407393504],[-72.75786993434211,41.359718407415045],[-72.75776093431854,41.35992840745951],[-72.75770893431276,41.36012540749963],[-72.75773793434017,41.36044540756118],[-72.75743293425276,41.36065140761114],[-72.75727993421508,41.36086440765759],[-72.75721193419508,41.36090140766699],[-72.75717793418517,41.36092140767198],[-72.75710393416638,41.36101440769251],[-72.7570019341367,41.36107540770767],[-72.75684893409525,41.36122140774107],[-72.75667393404102,41.361267407755626],[-72.75645593397583,41.36136640778192],[-72.75625093391083,41.36139440779393],[-72.75604693384946,41.36148040781725],[-72.75593893381529,41.36149640782382],[-72.75553693368455,41.36149240783588],[-72.75547193366644,41.3615454078483],[-72.75537693364511,41.36171440788433],[-72.75539093365245,41.36176440789365],[-72.75536993364919,41.3618274079066],[-72.75526693362221,41.361942407932354],[-72.7552509336173,41.36194740793384],[-72.75502693354859,41.36201840795486],[-72.7541969332843,41.36211040799933],[-72.753911933214,41.36250540808554],[-72.75360593313313,41.36283340815934],[-72.7530729329947,41.363448408296414],[-72.75235593281492,41.364390408503205],[-72.75235093281375,41.364398408504925],[-72.75216893276435,41.36457040854431],[-72.75209293274501,41.36466540856529],[-72.75202993272896,41.36474340858251],[-72.75183993269084,41.36516240867037],[-72.75148993259712,41.36551640875064],[-72.75121293251475,41.36565040878566],[-72.75066593236244,41.36609940889076],[-72.75058593233787,41.36612440889821],[-72.75000093215188,41.366194408930546],[-72.74995693213775,41.36619740893255],[-72.7495419320074,41.366275408961016],[-72.74949093199102,41.36627840896325],[-72.74946293198468,41.366327408973696],[-72.74937493196795,41.36653740901749],[-72.74911293190286,41.36689240909516],[-72.74913493192273,41.36711840913856],[-72.74899593190302,41.36757040923123],[-72.74888693188149,41.36781640928272],[-72.74887293188476,41.36795540931031],[-72.74879993187416,41.368188409358105],[-72.74861693182139,41.36830640938698],[-72.74841293175645,41.368329409398],[-72.74824493170046,41.36830340939828],[-72.74814793167026,41.36832640940587],[-72.74801993163042,41.36835740941601],[-72.74783793157695,41.36845740944134],[-72.74753993149636,41.368744409506874],[-72.74729293142198,41.36884740953489],[-72.74720493140296,41.36901740957086],[-72.74718193140484,41.369183409604],[-72.74714693140052,41.36930840962952],[-72.7470079313631,41.36944540966068],[-72.74700793136614,41.36949940967123],[-72.74719493146029,41.370093409781184],[-72.7472209314733,41.370174409796164],[-72.74726493150435,41.37047240985292],[-72.7472139314964,41.3706254098844],[-72.74724293151522,41.37079240991608],[-72.74721393150654,41.37080540991954],[-72.74699593143576,41.370805409926504],[-72.74677693136871,41.37087740994755],[-72.74644893127325,41.37107340999628],[-72.74633993124381,41.37117941002044],[-72.74625193122301,41.37131741005019],[-72.74625193122685,41.37138541006345],[-72.74617993123401,41.37192841017174],[-72.74609993121784,41.37210241020827],[-72.7460119311935,41.3721774102257],[-72.745915931166,41.37224241024146]]]},"properties":{"name":1861,"geoid":"09009186100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.81772295601654,41.3994574132517],[-72.81752095595279,41.399489413264426],[-72.81691795576243,41.39958541330249],[-72.81671695569902,41.39961841331536],[-72.81649795563138,41.399679413334276],[-72.8158439554295,41.39986441339132],[-72.8156259553623,41.39992741341059],[-72.81510795520497,41.40011941346464],[-72.813553954733,41.400695413626785],[-72.81303695457603,41.40088841368099],[-72.81287295452613,41.400947413697736],[-72.81247695440581,41.401093413738906],[-72.81237895437474,41.40110641374458],[-72.8123589543684,41.401109413745814],[-72.8122569543334,41.401076413742636],[-72.81222795432201,41.401041413736756],[-72.81187895421525,41.40115741377057],[-72.81083195389493,41.4015044138718],[-72.81048395378855,41.40162141390576],[-72.80893695331234,41.40208241404523],[-72.8066109525964,41.40277741425532],[-72.8042989518847,41.40346741446395],[-72.80275395140914,41.403929414603546],[-72.8019289511549,41.40417041467698],[-72.79945295039192,41.40489541489766],[-72.79862895013802,41.40513741497126],[-72.79740894976838,41.4056064151018],[-72.79733394974572,41.40563641511006],[-72.79374994865992,41.40701641549393],[-72.79253094829066,41.40748641562461],[-72.79236394823778,41.40751041563464],[-72.79203994813777,41.40760241566296],[-72.79188194809015,41.40766741568069],[-72.79171794803915,41.40770741569375],[-72.7906399477097,41.408072415799445],[-72.7905339476771,41.40810441580908],[-72.78996494750238,41.40828241586202],[-72.78937594732328,41.40849741592278],[-72.78853394706861,41.40882941601448],[-72.78777194683398,41.40905641608316],[-72.78728194668525,41.40924041613472],[-72.7869929465956,41.4093144161584],[-72.78688794656303,41.40934141616702],[-72.78635494639842,41.40949141621335],[-72.7860639463134,41.40965941625542],[-72.78583694624562,41.40976441628315],[-72.78515294603643,41.40999341634971],[-72.78464594588146,41.41016441639929],[-72.78310094540907,41.41068341654995],[-72.78241794520025,41.410913416616665],[-72.78181194501796,41.41117041668616],[-72.77999494447158,41.41194341689504],[-72.77938994428968,41.4122014169647],[-72.77899294416702,41.41231241699906],[-72.77840894399161,41.41256441706688],[-72.77825994394676,41.41262741708394],[-72.7764939434155,41.413375417286304],[-72.77523094303098,41.41382941741524],[-72.7748779429226,41.41394041744818],[-72.77446094279468,41.41407341748746],[-72.77372094256674,41.414292417553845],[-72.77077194166348,41.41525741783637],[-72.7698569413832,41.415556417923945],[-72.76253693914103,41.417951418625094],[-72.75826593783277,41.419349419034276],[-72.75551993699162,41.42024841929736],[-72.75440293664943,41.420613419404226],[-72.75253493607157,41.4211254195638],[-72.75224193598092,41.421205419588766],[-72.75169793581738,41.42143841965159],[-72.75014093534924,41.4221044198312],[-72.74775693461437,41.422804420043875],[-72.74614193411806,41.42330542019321],[-72.7458599340296,41.42336142021312],[-72.74501793376558,41.4235294202728],[-72.74473693367753,41.42358642029289],[-72.74464193364774,41.423605420299644],[-72.74371493335491,41.42375242035794],[-72.74064893238662,41.42424242055148],[-72.74034093228934,41.42429142057088],[-72.74027793226944,41.42430142057484],[-72.73962693206389,41.42440642061614],[-72.73928593195629,41.42446242063794],[-72.73826693163497,41.42463442070405],[-72.73801093155423,41.42467742072061],[-72.73792693152775,41.424691420726035],[-72.73732893133928,41.424794420765224],[-72.73553793077491,41.425103420882714],[-72.73500093060575,41.42519642091799],[-72.73496693059498,41.425201420920054],[-72.73494093058675,41.425205420921685],[-72.73463293048917,41.4252494209401],[-72.73370893019663,41.42538442099594],[-72.73340193009946,41.425429421014535],[-72.73281492991438,41.42552942105278],[-72.7310559293602,41.42583442116847],[-72.73055092920104,41.42592142120156],[-72.73047192917622,41.425936421207],[-72.73037492914212,41.425890421201146],[-72.72842692852633,41.42619242132224],[-72.72775992831556,41.42629742136404],[-72.72258692668038,41.42710142168605],[-72.72064092606534,41.42740542180747],[-72.72121792610592,41.42480142128149],[-72.72145592612257,41.42372542106415],[-72.72201192626778,41.42309742092397],[-72.72215992630649,41.4229314208869],[-72.72262992637667,41.421468420586685],[-72.72337492648809,41.41915242011141],[-72.72608392731242,41.418164419832266],[-72.72819892797017,41.417645419663515],[-72.73130692878529,41.41419641889179],[-72.73281792915283,41.41201041841731],[-72.73593792999905,41.4090454177395],[-72.74055493125148,41.404661416737085],[-72.74060493126414,41.4045984167232],[-72.74075493130222,41.40440941668155],[-72.74080493131493,41.40434641666767],[-72.74092993135179,41.4042804166508],[-72.7413059314628,41.404083416600386],[-72.74143193150006,41.40401841658367],[-72.74234693175765,41.403316416417525],[-72.7427449318698,41.40301241634553],[-72.743844932129,41.40127341597124],[-72.74464093229521,41.399636415626546],[-72.74597193257375,41.396909415052164],[-72.74929793372094,41.39809841517773],[-72.74927293370406,41.3979434151483],[-72.74822693299403,41.391373413900276],[-72.7479969328379,41.38992841362577],[-72.74759493256511,41.387404413146236],[-72.74725693233552,41.385277412742084],[-72.7468249320424,41.38256441222659],[-72.74648393171404,41.37870041148354],[-72.74618693142722,41.37531941083328],[-72.745915931166,41.37224241024146],[-72.7460119311935,41.3721774102257],[-72.74609993121784,41.37210241020827],[-72.74617993123401,41.37192841017174],[-72.74625193122685,41.37138541006345],[-72.74625193122301,41.37131741005019],[-72.74633993124381,41.37117941002044],[-72.74644893127325,41.37107340999628],[-72.74677693136871,41.37087740994755],[-72.74699593143576,41.370805409926504],[-72.74721393150654,41.37080540991954],[-72.74724293151522,41.37079240991608],[-72.7472139314964,41.3706254098844],[-72.74726493150435,41.37047240985292],[-72.7472209314733,41.370174409796164],[-72.74719493146029,41.370093409781184],[-72.74700793136614,41.36949940967123],[-72.7470079313631,41.36944540966068],[-72.74714693140052,41.36930840962952],[-72.74718193140484,41.369183409604],[-72.74720493140296,41.36901740957086],[-72.74729293142198,41.36884740953489],[-72.74753993149636,41.368744409506874],[-72.74783793157695,41.36845740944134],[-72.74801993163042,41.36835740941601],[-72.74814793167026,41.36832640940587],[-72.74824493170046,41.36830340939828],[-72.74841293175645,41.368329409398],[-72.74861693182139,41.36830640938698],[-72.74879993187416,41.368188409358105],[-72.74887293188476,41.36795540931031],[-72.74888693188149,41.36781640928272],[-72.74899593190302,41.36757040923123],[-72.74913493192273,41.36711840913856],[-72.74911293190286,41.36689240909516],[-72.74937493196795,41.36653740901749],[-72.74946293198468,41.366327408973696],[-72.74949093199102,41.36627840896325],[-72.7495419320074,41.366275408961016],[-72.74995693213775,41.36619740893255],[-72.75000093215188,41.366194408930546],[-72.75058593233787,41.36612440889821],[-72.75066593236244,41.36609940889076],[-72.75121293251475,41.36565040878566],[-72.75148993259712,41.36551640875064],[-72.75183993269084,41.36516240867037],[-72.75202993272896,41.36474340858251],[-72.75209293274501,41.36466540856529],[-72.75216893276435,41.36457040854431],[-72.75235093281375,41.364398408504925],[-72.75235593281492,41.364390408503205],[-72.7530729329947,41.363448408296414],[-72.75360593313313,41.36283340815934],[-72.753911933214,41.36250540808554],[-72.7541969332843,41.36211040799933],[-72.75502693354859,41.36201840795486],[-72.7552509336173,41.36194740793384],[-72.75526693362221,41.361942407932354],[-72.75536993364919,41.3618274079066],[-72.75539093365245,41.36176440789365],[-72.75537693364511,41.36171440788433],[-72.75547193366644,41.3615454078483],[-72.75553693368455,41.36149240783588],[-72.75593893381529,41.36149640782382],[-72.75604693384946,41.36148040781725],[-72.75625093391083,41.36139440779393],[-72.75645593397583,41.36136640778192],[-72.75667393404102,41.361267407755626],[-72.75684893409525,41.36122140774107],[-72.7570019341367,41.36107540770767],[-72.75710393416638,41.36101440769251],[-72.75717793418517,41.36092140767198],[-72.75721193419508,41.36090140766699],[-72.75727993421508,41.36086440765759],[-72.75743293425276,41.36065140761114],[-72.75773793434017,41.36044540756118],[-72.75770893431276,41.36012540749963],[-72.75776093431854,41.35992840745951],[-72.75786993434211,41.359718407415045],[-72.75795093436294,41.359621407393504],[-72.75808893438811,41.359272407320965],[-72.75819193441079,41.3590814072804],[-72.75822093441542,41.35899640726287],[-72.75822793439968,41.35867640720019],[-72.758315934422,41.35856540717571],[-72.75843893445654,41.358469407153045],[-72.75847593446173,41.35834840712823],[-72.75851993447398,41.35831240711979],[-72.7585929344973,41.3583054071161],[-72.75867293451904,41.358230407098894],[-72.75868793452037,41.35816740708613],[-72.75873893453344,41.358105407072394],[-72.75886193457023,41.35804940705752],[-72.75889993458058,41.358014407049474],[-72.7589289345766,41.35777640700209],[-72.75896593458458,41.35770440698685],[-72.75901493459878,41.357674406979434],[-72.75918993465524,41.357668406972664],[-72.75940193472887,41.35775340698249],[-72.7597509348542,41.35796740701312],[-72.75984593488617,41.35798740701399],[-72.75995493492066,41.35797140700736],[-72.76015893497978,41.35784540697626],[-72.76027593501203,41.35774340695261],[-72.76045893505872,41.357517406902645],[-72.76052393507915,41.35750540689822],[-72.76088793519872,41.357530406891456],[-72.76112893527167,41.35743640686542],[-72.76122293530253,41.35744240686358],[-72.761478935393,41.357573406880974],[-72.76166093545,41.35753640686794],[-72.76189393551958,41.357428406839404],[-72.76216393560222,41.35733940681341],[-72.76239493567822,41.35735740680955],[-72.76263593576202,41.35745640682117],[-72.76267993577912,41.35750640682953],[-72.76271693579626,41.35759740684611],[-72.76284093584249,41.357703406862825],[-72.76292793587206,41.35772740686473],[-72.76320493595901,41.35767440684554],[-72.76332893599685,41.35763140683318],[-72.763458936039,41.35763040682883],[-72.76350293605509,41.35766240683366],[-72.76356193608319,41.357821406862826],[-72.7637289361388,41.35784640686238],[-72.76377293615468,41.357874406866436],[-72.76379393616811,41.35799240688879],[-72.76385293619191,41.35807440690292],[-72.76391793621254,41.35806640689929],[-72.76410093626662,41.357971406874874],[-72.76453093640208,41.3578984068469],[-72.76466793644263,41.35782840682885],[-72.7647199364581,41.357803406822306],[-72.76481393648388,41.3577194068029],[-72.76491693649942,41.35740140673752],[-72.76490193647399,41.35703640666676],[-72.76487293645417,41.35685140663156],[-72.7649169364652,41.35679340661884],[-72.76518693654782,41.35670440659283],[-72.76525193656543,41.35664240657866],[-72.7653179365783,41.35649040654686],[-72.76527493655696,41.356359406522664],[-72.76536193657616,41.356198406488446],[-72.7654419365997,41.35615540647752],[-72.76563893664253,41.35578040639799],[-72.7657489366723,41.35567440637379],[-72.76574793666363,41.35552640634493],[-72.76571993664969,41.35544040632903],[-72.76573493664849,41.35533240630746],[-72.76582793667018,41.35518140627501],[-72.76594593670376,41.35509740625485],[-72.7660809367446,41.35504440624019],[-72.76610693675246,41.3550344062374],[-72.76612093675674,41.35502940623598],[-72.76612493675403,41.35495840622199],[-72.76612693675311,41.35493040621645],[-72.76593093668318,41.354818406200856],[-72.7659169366753,41.354759406189785],[-72.7660199366957,41.3545274061412],[-72.76596693666446,41.354278406094274],[-72.76600393666966,41.354157406069476],[-72.76607693668637,41.35403340604294],[-72.76613593669595,41.35386340600786],[-72.76613693668307,41.35362840596194],[-72.76577993653513,41.35305940586226],[-72.76576393652206,41.35291940583544],[-72.76587593653899,41.35257440576449],[-72.76593993655528,41.35249440574683],[-72.76594793653862,41.35215240567981],[-72.7659709365403,41.352049405658974],[-72.76596293653134,41.35193640563716],[-72.76603193653837,41.351663405581654],[-72.76608693654434,41.35145240553871],[-72.76597793645588,41.350509405358046],[-72.76576793634871,41.34981640522946],[-72.76559293626867,41.349403405154405],[-72.76549093621492,41.349036405086004],[-72.76550693620796,41.34882040504332],[-72.76556493620504,41.348434404966085],[-72.76558093615759,41.34749840478283],[-72.76553693609586,41.34665540461961],[-72.76570493611483,41.346023404490836],[-72.76575693611657,41.34575440443663],[-72.76570593608399,41.34546940438262],[-72.76550893596637,41.344515404202625],[-72.76549593593859,41.3440964041212],[-72.76558293595218,41.34383640406765],[-72.76561193595529,41.34372440404486],[-72.76577293599709,41.3435384040034],[-72.76596193604927,41.34337540396553],[-72.76611593609285,41.34326140393833],[-72.76631193614477,41.34305340389144],[-72.76657393621896,41.34286040384539],[-72.7665089361892,41.34270640381739],[-72.76637093613765,41.342586403798364],[-72.76604993602878,41.342503403792406],[-72.7660129360165,41.342498403792625],[-72.76599093601138,41.34253440380036],[-72.76618893608398,41.34268240382293],[-72.76620293609358,41.342772403840065],[-72.76610093606216,41.342802403849184],[-72.76597693601971,41.342763403845524],[-72.76592493600116,41.34273340384133],[-72.76561993589232,41.34255840381689],[-72.76524893576794,41.34248840381508],[-72.76501593568675,41.3423894038032],[-72.76496493566759,41.34234340379584],[-72.76495093566075,41.342302403788274],[-72.76496493565769,41.34216740376146],[-72.76486393560455,41.34180540369399],[-72.76475493555662,41.34158240365393],[-72.76472593554541,41.341550403648604],[-72.7659059358849,41.34077640345974],[-72.76581193585247,41.3407424034561],[-72.76597193589849,41.340637403430485],[-72.76596193589451,41.34062440342826],[-72.76593193588258,41.340585403421606],[-72.765922935879,41.34057340341955],[-72.76589893586939,41.340541403414065],[-72.76589193586572,41.34051640340941],[-72.76586993585363,41.34042840339292],[-72.7658909358546,41.34032440337194],[-72.76590493585553,41.340260403359],[-72.7660729359042,41.34015640333332],[-72.76631593596763,41.339881403271846],[-72.76639693599009,41.339813403255974],[-72.76657593604,41.33966740322174],[-72.76692893614144,41.33943440316495],[-72.76724493623288,41.33923640311619],[-72.76751393631203,41.33909140307927],[-72.76812493649376,41.33879640300214],[-72.76841293657948,41.33865840296598],[-72.76859693663245,41.33853840293667],[-72.7687109366657,41.338471402919936],[-72.76878993668637,41.33838340290022],[-72.76882093669249,41.33831340288557],[-72.76884393669732,41.338266402875654],[-72.76886893669634,41.338104402843214],[-72.76887393668906,41.337946402812186],[-72.76890393668793,41.33775340277353],[-72.76890793668845,41.33773940277068],[-72.76897193669893,41.33755640273289],[-72.76906793672822,41.33752340272336],[-72.76916793675996,41.33751040271765],[-72.76929393680233,41.3375364027187],[-72.76959393690959,41.337712402743485],[-72.76976493696785,41.3377614027476],[-72.76989393701045,41.337774402746],[-72.769958937032,41.337782402745496],[-72.77022293711813,41.33779040273862],[-72.7703309371519,41.33776740273068],[-72.7704389371846,41.33772540271902],[-72.7705409372146,41.33767040270501],[-72.77261793783462,41.33670840245077],[-72.77271493786363,41.33666440243906],[-72.77287493790668,41.33650640240311],[-72.7730509379522,41.33630040235724],[-72.77323693800446,41.33615640232318],[-72.77337593804656,41.33610240230818],[-72.77352793809105,41.33601640228653],[-72.77356593810224,41.3359964022814],[-72.77376193815668,41.33583340224331],[-72.77387293818158,41.33563540220107],[-72.77395993820127,41.3354834021686],[-72.77403593821863,41.3353534021408],[-72.77412493823903,41.33520240210845],[-72.7742589382689,41.334960402056915],[-72.77433293828554,41.334829402028944],[-72.77422293823774,41.33461440199048],[-72.77411993819291,41.334411401954114],[-72.77406693816921,41.33429640193335],[-72.77408793817024,41.334193401912565],[-72.77426293821607,41.333998401868875],[-72.77442393825825,41.33381940182877],[-72.77441793824444,41.33360840178774],[-72.7743719382105,41.33327040172318],[-72.77436393820611,41.3332384017172],[-72.77426393814851,41.33279140163308],[-72.7741589380839,41.332248401530364],[-72.7740569380095,41.33151440139025],[-72.77404493800054,41.33142440137305],[-72.77391293793504,41.331021401298536],[-72.77387393791923,41.33096540128884],[-72.77370093784907,41.330716401245745],[-72.77317493766317,41.33044640120981],[-72.77265493748531,41.33028440119477],[-72.77237093738819,41.33019640118666],[-72.77210993729891,41.33011540117918],[-72.77185993721261,41.3300234011692],[-72.77104893693652,41.32979440115037],[-72.770785936846,41.32970240114079],[-72.77061693678456,41.32958540112334],[-72.77019693662493,41.329170401055684],[-72.76984393648758,41.32876540098785],[-72.76966193641351,41.328498400941484],[-72.76952993635588,41.32823540089433],[-72.76940293629285,41.32784740082259],[-72.76939293628782,41.327815400816654],[-72.769385936269,41.32752140075945],[-72.76950293628853,41.32719340069163],[-72.76973993634697,41.326864400619776],[-72.76987193638277,41.32673940059114],[-72.76991693639411,41.32668140057839],[-72.76994893639905,41.3265844005584],[-72.77025993649295,41.32645940052405],[-72.7704499365504,41.326384400503315],[-72.77116993676417,41.32603040041117],[-72.77147193685391,41.325883400372796],[-72.77180893695676,41.32576740033937],[-72.77200693701725,41.32570040031995],[-72.77230893711025,41.32561140029292],[-72.77255093718594,41.32556040027521],[-72.77277193725568,41.32552540026133],[-72.77284793728,41.32551940025771],[-72.77303493733997,41.32550640024921],[-72.77320293739292,41.32547840023836],[-72.77356393750648,41.325414400214335],[-72.77356693750747,41.32541440021425],[-72.77376693757016,41.32537540020023],[-72.7740009376464,41.32538040019373],[-72.77424193772634,41.32541140019209],[-72.77452293782096,41.325472400195025],[-72.77464893786372,41.32550540019744],[-72.77500493798459,41.325600400204635],[-72.7754019381194,41.325706400212646],[-72.7763129384287,41.325949400231025],[-72.77659693852465,41.32601640023504],[-72.77666193854664,41.326032400236095],[-72.77699593866005,41.3261214002428],[-72.77799793899995,41.32638340026196],[-72.77829593910168,41.32647240026983],[-72.77878093926735,41.32661940028306],[-72.77936193946708,41.32681840030335],[-72.78003493969926,41.32706340032973],[-72.7807079399326,41.32732840035998],[-72.78154694022456,41.32767840040154],[-72.78207994040933,41.32788840042551],[-72.78333394084416,41.32838340048214],[-72.78342794087698,41.32842440048714],[-72.78370994097553,41.328549400502546],[-72.78380494100873,41.32859140050772],[-72.78434994119756,41.3288044005319],[-72.78457994127733,41.32889540054231],[-72.78591994174297,41.32944240060634],[-72.78597894176342,41.32946540060894],[-72.78652394195257,41.329683400634096],[-72.78710094215282,41.329914400660776],[-72.78732294222932,41.32999340066912],[-72.78750194229104,41.33005840067609],[-72.78777194238378,41.33014940068522],[-72.78830094256381,41.330297400697226],[-72.78908894282723,41.33043440069878],[-72.78983194307388,41.33053240069416],[-72.79009594316157,41.33056840069277],[-72.79067594335667,41.330690400698046],[-72.79109894350081,41.33081240070835],[-72.79138294360159,41.33096540072915],[-72.79197994381347,41.33128740077295],[-72.79294794416049,41.331871400856066],[-72.79336394430916,41.33211440089023],[-72.79402394454507,41.3325004009445],[-72.79399394454053,41.332592400963435],[-72.79396494453634,41.332685400982534],[-72.79393194453645,41.332877401021086],[-72.79391694453705,41.3329744010405],[-72.79385594454116,41.33339940112547],[-72.7938429445422,41.33349240114405],[-72.79384794455952,41.333771401198376],[-72.7938789445813,41.333979401238025],[-72.79394894462087,41.33427840129418],[-72.79407794467815,41.334552401343565],[-72.79413194470007,41.33463040135707],[-72.79422694473854,41.3347664013806],[-72.79428394476064,41.33483040139126],[-72.79440194480648,41.334964401413664],[-72.79449694484339,41.33507240143173],[-72.79472394492691,41.335247401458645],[-72.79487694498323,41.33536540147679],[-72.79586294533092,41.33585740154133],[-72.79624894546706,41.33605040156669],[-72.79659994559105,41.336229401590415],[-72.79701694573777,41.336431401616515],[-72.79720694580462,41.3365234016284],[-72.79772494598735,41.33678340166262],[-72.797953946069,41.33691340168068],[-72.79815994614857,41.33713940171823],[-72.79840094624336,41.33743340176793],[-72.79855094630409,41.337647401804915],[-72.79864694634887,41.337889401849104],[-72.79873994639105,41.33810240188773],[-72.79876594640373,41.338177401901554],[-72.79883094643517,41.3383614019354],[-72.79887794646663,41.338649401990125],[-72.79895594651242,41.33901240205853],[-72.79922894660113,41.33901440205018],[-72.79993894683189,41.33902040202864],[-72.80004994686814,41.33902440202587],[-72.80032394695773,41.33903640201944],[-72.80089394714403,41.339059402005695],[-72.80101494718363,41.339065402002994],[-72.80173594741863,41.33908340198344],[-72.80254694768392,41.339120401964706],[-72.80260594770323,41.339123401963406],[-72.80317694789062,41.33916040195235],[-72.80351194800036,41.339178401945155],[-72.80408094818716,41.33921640193436],[-72.80480294842428,41.339266401921016],[-72.80586094877086,41.33932340189828],[-72.80679494907791,41.33939340188206],[-72.80714794919395,41.33941940187583],[-72.80769894937514,41.3394614018664],[-72.80824494955368,41.3394854018536],[-72.80844794962051,41.33950240185041],[-72.80933794991368,41.33957940183697],[-72.80981795007092,41.339605401826674],[-72.81014095017535,41.33959840181498],[-72.81065795034137,41.33956740179238],[-72.81069395035284,41.33956340179045],[-72.81127895053964,41.339509401761156],[-72.81144195059233,41.33950540175516],[-72.81144395059297,41.3395054017551],[-72.81159195064083,41.33950240174977],[-72.81196595076095,41.33948040173351],[-72.81236295088844,41.3394564017161],[-72.81279895102645,41.339394401690036],[-72.81324095116362,41.339283401654214],[-72.8135459512577,41.339196401627454],[-72.81378295133027,41.339119401604826],[-72.81411095143113,41.33902040157499],[-72.81466795160547,41.338906401534906],[-72.81479695164603,41.33888340152628],[-72.81486795166889,41.338880401523426],[-72.8150189517161,41.33884840151233],[-72.81538495183379,41.3388294014969],[-72.81584995198538,41.33884140148437],[-72.81613995208248,41.33889440148542],[-72.81646295219345,41.339003401496356],[-72.816543952231,41.339203401532814],[-72.81660695226503,41.33944440157787],[-72.8166139522773,41.3396214016122],[-72.81683895235486,41.33970240162081],[-72.81698495240524,41.339755401626476],[-72.81752295258907,41.33991940164129],[-72.81775295266772,41.33999040164776],[-72.81773595268041,41.34031340171139],[-72.81706995355998,41.35973540552416],[-72.81706295359777,41.36044540566297],[-72.81708695362775,41.360838405738896],[-72.81700395377283,41.36388540633618],[-72.81725095412567,41.36871440727056],[-72.81734395422147,41.369876407494324],[-72.81741995454388,41.37514740852026],[-72.81745395468977,41.37753440898483],[-72.81743695475359,41.378761409224744],[-72.81743295476551,41.37899540927052],[-72.81734695510433,41.385484410538986],[-72.81740795522339,41.38724041087951],[-72.81759195558114,41.39251141190153],[-72.81765395570064,41.394268412242155],[-72.81764895570716,41.39441241227041],[-72.81763395572689,41.394847412355716],[-72.81762995573379,41.39499241238411],[-72.81762895574377,41.39517441241962],[-72.81762795574961,41.39528341244092],[-72.81762095579676,41.39615741261157],[-72.81761895581263,41.39644941266855],[-72.81756795580127,41.39654141268813],[-72.81756095580178,41.396590412697904],[-72.81749895580784,41.397053412790164],[-72.81747895581012,41.39720841282104],[-72.81747795581103,41.397230412825365],[-72.81747695581456,41.397298412838644],[-72.81747695581586,41.397321412843134],[-72.81752595585593,41.39774841292481],[-72.81767295597611,41.39902941316986],[-72.81772295601654,41.3994574132517]]]},"properties":{"name":1862,"geoid":"09009186200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.85136096891854,41.43439041897887],[-72.85124096887705,41.434346418974165],[-72.85088396875365,41.43421441895992],[-72.85076496871251,41.434170418955176],[-72.85062896866613,41.43413141895196],[-72.85023996853363,41.43402241894323],[-72.85022196852744,41.43401641894263],[-72.8501639685077,41.43400041894139],[-72.8500869684815,41.43397941893978],[-72.85022596852282,41.433912418922255],[-72.85032696854826,41.433782418893685],[-72.85041096856939,41.433674418869956],[-72.85079096865154,41.43294741871613],[-72.85081196865613,41.43290841870787],[-72.85088196866383,41.432643418654],[-72.85095096867164,41.432386418601716],[-72.85089696863275,41.432010418530226],[-72.85044896844131,41.43120041838685],[-72.85004596826907,41.4304714182578],[-72.84990796819673,41.42998641816778],[-72.84998896819664,41.42952141807459],[-72.84981396811837,41.42914341800657],[-72.84963996803809,41.42872441793056],[-72.84917296786142,41.428283417859646],[-72.84869696768887,41.42796641781321],[-72.84837196757212,41.427768417785074],[-72.8482159675038,41.427457417729514],[-72.84821596749859,41.427365417711584],[-72.84821696748291,41.42708341765662],[-72.8483409675006,41.42668541757509],[-72.84832696748192,41.42643641752706],[-72.8482899674585,41.426235417489075],[-72.84801696736345,41.42612241747583],[-72.84792396733216,41.426103417475126],[-72.84790196732405,41.42608641747253],[-72.84760796722077,41.425948417455075],[-72.84756996719844,41.42577241742201],[-72.84760696720298,41.42564041739511],[-72.84797396731919,41.425588417373184],[-72.84841196746804,41.4257054173819],[-72.84864396754406,41.42571741737678],[-72.84882196760017,41.42568741736521],[-72.848950967629,41.425457417316274],[-72.84941696774018,41.424750417163544],[-72.84947196773966,41.42442641709866],[-72.84924096766206,41.424380417097126],[-72.84860696746307,41.42450141714107],[-72.84828996736178,41.42453041715691],[-72.84826696735374,41.42452041715571],[-72.84824396734705,41.42453441715917],[-72.84814096731412,41.42454341716424],[-72.84787696722529,41.424488417162],[-72.84764996714328,41.42434241714084],[-72.84751196708845,41.4241654171108],[-72.84764496711196,41.42381841703892],[-72.84811796725091,41.42356041697346],[-72.84860596740701,41.42351941694978],[-72.8492519676085,41.423373416900574],[-72.84952696768111,41.42307941683447],[-72.84954396767766,41.422921416803156],[-72.84935996760119,41.422626416751584],[-72.84887896743554,41.42245941673449],[-72.84861496734716,41.42241241673383],[-72.84846396729183,41.42230141671705],[-72.84823796720687,41.42209741668457],[-72.84788696706988,41.42169141661675],[-72.84783596704571,41.42155741659228],[-72.84786596704178,41.42131641654436],[-72.8480259670845,41.421153416507465],[-72.84822696714618,41.421090416488724],[-72.84852296724735,41.42117941649656],[-72.84869796732605,41.42156541656615],[-72.8489329674172,41.42182741660964],[-72.84920696751027,41.42189941661486],[-72.84941796757714,41.421870416602424],[-72.84965696764316,41.421666416555],[-72.84983196768461,41.42139541649658],[-72.8500789677575,41.42126641646349],[-72.85037996785087,41.42118941643882],[-72.85065896793793,41.42112741641779],[-72.85078196797468,41.42107141640291],[-72.8509329680121,41.420866416358116],[-72.85123496809364,41.420575416291705],[-72.85143396815128,41.420452416261355],[-72.8515789681763,41.420063416180895],[-72.85160896816849,41.419754416119716],[-72.8515019681126,41.41938141605049],[-72.85156296811444,41.41906441598677],[-72.8518529682036,41.4189764159603],[-72.85215896830233,41.41896541594833],[-72.85245596840414,41.41906041595729],[-72.85282196851973,41.41900341593441],[-72.85280696850212,41.41877841589106],[-72.85258596841197,41.41845441583503],[-72.8522269682796,41.418175415792206],[-72.85201396819468,41.41789741574489],[-72.85200596817668,41.41762641569233],[-72.85261596836608,41.417473415642924],[-72.852657968378,41.41744341563574],[-72.85273096839497,41.417324415610196],[-72.85283796841217,41.41701541554653],[-72.85289696842214,41.41685341551307],[-72.8529599684328,41.416680415477344],[-72.85319596849143,41.41636341540799],[-72.85320396848233,41.416157415367586],[-72.85289096836733,41.41592141533167],[-72.85281996833362,41.415733415297304],[-72.85281596832262,41.41556241526413],[-72.85275396828926,41.41532941522072],[-72.85269296825648,41.41510041517805],[-72.85295996834233,41.415085415166544],[-72.85322696842839,41.415074415155814],[-72.85366196856855,41.41505541513813],[-72.85374596858323,41.41483341509218],[-72.85367696854935,41.41463141505503],[-72.85341696845417,41.41444141502636],[-72.85308896834333,41.4143644150219],[-72.85249396814929,41.41434941503811],[-72.8523719680943,41.4140784149892],[-72.85224996803932,41.41380741494033],[-72.85260296814236,41.41360341488923],[-72.85274996818103,41.41344341485332],[-72.85270896815597,41.41323641481431],[-72.8526759681279,41.41293041475573],[-72.85264896810928,41.41275641472269],[-72.85260896808762,41.41260341469415],[-72.85243496801722,41.412358414652005],[-72.85230196796253,41.41215541461672],[-72.85228896794891,41.41198941458479],[-72.85239596797985,41.41192241456829],[-72.85259596804477,41.411922414561865],[-72.85286196814684,41.4121994146073],[-72.8529429681669,41.41208941458326],[-72.8532519682631,41.412016414559105],[-72.85343196831903,41.41197241454475],[-72.85380996844685,41.41206241455014],[-72.85406396852024,41.41190241451078],[-72.8542109685589,41.41174241447489],[-72.85427796857306,41.41160841444661],[-72.854130968514,41.41140841441237],[-72.85390596843679,41.41133541440538],[-72.85338696826382,41.41125641440666],[-72.85314296818868,41.41132841442852],[-72.852822968081,41.411261414425745],[-72.85253096797763,41.41111041440571],[-72.85232796790447,41.41098241438728],[-72.85221096785389,41.41076041434779],[-72.85210196781289,41.41066141433199],[-72.85210196779622,41.4103674142747],[-72.85217396781567,41.41029841425893],[-72.8523929678776,41.41013641422033],[-72.85246396789772,41.41008441420791],[-72.85251596790722,41.40995441418089],[-72.85219996779085,41.40971141414369],[-72.85191496768861,41.40954041411953],[-72.8518219676471,41.40934041408353],[-72.85179496762319,41.40907341403236],[-72.85193296765938,41.40892141399831],[-72.85187096763305,41.40881241397906],[-72.8518089676067,41.4087024139596],[-72.85177296759139,41.408638413948296],[-72.85173596757579,41.40857541393721],[-72.85186296761437,41.408528413923975],[-72.85200696765772,41.40846841390764],[-72.85220796772222,41.408455413898665],[-72.85248996781797,41.40852941390401],[-72.85269896789038,41.40860941391289],[-72.8527549679039,41.408527413895115],[-72.8528059679118,41.40837441386365],[-72.85273196787365,41.4081254138175],[-72.85273896786526,41.40793741378064],[-72.85275296786108,41.40778341375018],[-72.85282196787894,41.407703413732364],[-72.85298596792798,41.40762941371268],[-72.85316896798541,41.40759441369996],[-72.85347796808959,41.407662413703285],[-72.85367296814906,41.40759441368377],[-72.85376696817576,41.407527413667694],[-72.85367196813692,41.407386413643266],[-72.85359296810255,41.40723241361578],[-72.85357896808848,41.40706441358351],[-72.85363296810141,41.40698341356598],[-72.85377696814584,41.40694241355336],[-72.8538859681801,41.406922413545956],[-72.8538959681833,41.40692141354543],[-72.85405496823485,41.406920413540135],[-72.85411296825272,41.40690341353496],[-72.85423896828961,41.406832413517066],[-72.85434496832066,41.406773413502165],[-72.85440596833672,41.40670741348735],[-72.85503696854578,41.406781413481475],[-72.85558796873192,41.406909413488734],[-72.85587696883873,41.407138413524066],[-72.85602496889447,41.40727441354582],[-72.8564489690309,41.407252413527914],[-72.85688496917508,41.407299413523056],[-72.85692396919632,41.407450413551224],[-72.85734796932937,41.40736941352183],[-72.85754996939217,41.407320413505765],[-72.85786496948248,41.40710941345454],[-72.85826596960761,41.407020413424284],[-72.85851196968918,41.407050413422226],[-72.85866596974184,41.40709741342644],[-72.85871996974491,41.406842413374996],[-72.85870596973005,41.40666041333998],[-72.85873296973162,41.406533413314364],[-72.85880096974834,41.40643941329386],[-72.8588269697442,41.406217413249756],[-72.85886096974038,41.405955413197596],[-72.8588809697381,41.40580041316675],[-72.85898596976638,41.405698413143504],[-72.85923896984308,41.40560241311666],[-72.8593599698802,41.40556441310536],[-72.85998597006892,41.40530841303534],[-72.86013097010647,41.40514041299794],[-72.86001697004939,41.404786412932616],[-72.86009297004678,41.40430541283641],[-72.8600319700216,41.40421041281985],[-72.85981896992601,41.40374441273587],[-72.8598029698765,41.40296241258396],[-72.8599099698558,41.40198441238988],[-72.86029296996176,41.401660412314435],[-72.86080697011512,41.40142241225152],[-72.86123797024727,41.40128541221096],[-72.86147097032087,41.40124941219645],[-72.86195197047802,41.401267412184495],[-72.86289297078164,41.40123441214783],[-72.86344197094255,41.400929412070724],[-72.86333597088908,41.40059341200865],[-72.86314497080504,41.400204411938944],[-72.86324397081466,41.399807411858376],[-72.86360297092344,41.39967041182013],[-72.86441397120021,41.399908411840464],[-72.86474697130801,41.39990341182878],[-72.86492297135538,41.3997314117896],[-72.86477597127303,41.3991204116752],[-72.86491497130241,41.398842411616556],[-72.86555597150918,41.39881941159147],[-72.86596797166695,41.399243411660876],[-72.86636497180251,41.399361411671116],[-72.86660897187912,41.399315411654314],[-72.86734897209142,41.39882341153461],[-72.86779097221307,41.39843841144534],[-72.86862297241846,41.397297411196185],[-72.86867597242075,41.3970344111432],[-72.86846597230597,41.39621241098971],[-72.86824897218739,41.39536341083118],[-72.8683099721966,41.395176410792764],[-72.86864597229376,41.39496641074102],[-72.86865297229002,41.39486041072014],[-72.86836297217621,41.3945134106618],[-72.86833297215173,41.39425341061208],[-72.86864597225035,41.3942004105917],[-72.86889697233526,41.39426141059551],[-72.86917997243836,41.39445941062502],[-72.86951497256183,41.39471941066493],[-72.86999597271797,41.39471941064947],[-72.87023297278101,41.39447441059409],[-72.87040797281145,41.39400941049781],[-72.87056797281927,41.39323141034098],[-72.87039297274795,41.3929754102967],[-72.8694999724464,41.392769410285254],[-72.86940297242224,41.392898410313535],[-72.86932497239744,41.39290741031778],[-72.86924097241229,41.393650410465334],[-72.86887697230695,41.393876410521095],[-72.86829497210783,41.39369641050472],[-72.86830197209328,41.39339941044659],[-72.8685309721451,41.39300241036184],[-72.86867597217747,41.392743410306664],[-72.86850997209946,41.392317410228955],[-72.86852497210103,41.392259410217164],[-72.86856797211227,41.392211410206414],[-72.8688779722122,41.392199410194124],[-72.86952397241991,41.39216441016653],[-72.86984097252144,41.39214041015166],[-72.87001697257898,41.392147410147366],[-72.87037797269488,41.39212541013146],[-72.87043897271079,41.392056410116055],[-72.87039297268417,41.391850410077375],[-72.87030897263357,41.39143840999975],[-72.87021697258012,41.391022409921604],[-72.87017897255657,41.39082440988422],[-72.8704839726525,41.39077040986389],[-72.87076697274182,41.390725409846006],[-72.87079697274933,41.39068640983745],[-72.87116297284653,41.3903054097514],[-72.87152797294331,41.38992240966498],[-72.87260897319118,41.388105409275965],[-72.87269797317279,41.38727140911048],[-72.87186497283197,41.386028408894894],[-72.87188697282289,41.38574240883841],[-72.87184197279578,41.38552140879674],[-72.87205597278981,41.38419040853035],[-72.8718879726985,41.3835414084092],[-72.87182897264155,41.382874408281026],[-72.87208697271623,41.38271440824153],[-72.87262097288954,41.382714408224366],[-72.87284197297012,41.382870408247676],[-72.87339897316211,41.3830684082684],[-72.87400197336042,41.383114408257974],[-72.87432997345245,41.382859408197696],[-72.87484797356089,41.3818064079757],[-72.87488697355451,41.381470407908935],[-72.8748639735345,41.38124940786658],[-72.87477997349728,41.381073407834954],[-72.87457397342567,41.38098940782519],[-72.87452697340996,41.38098140782514],[-72.87279597283545,41.3807574078371],[-72.87223797263678,41.38044740779456],[-72.8718349724933,41.380223407763836],[-72.87172797245512,41.38016240775538],[-72.87145297233084,41.379544407643685],[-72.87155297233866,41.37910940755564],[-72.87213197252352,41.37905540752651],[-72.87287997278233,41.379338407557654],[-72.87336097294987,41.37954040758159],[-72.87404697316775,41.37945640754315],[-72.87416197319165,41.37921940749323],[-72.873680972996,41.37852140737259],[-72.87339897288138,41.37811340730207],[-72.87312497276979,41.37771340723286],[-72.87305697274205,41.37761340721554],[-72.87280397264264,41.3773084071642],[-72.87219297240374,41.376591407043975],[-72.8722159724073,41.37652240702978],[-72.87224797241254,41.376431407011005],[-72.87221397239851,41.376378407001766],[-72.87209897234514,41.37609540695026],[-72.87207997233631,41.376048406941706],[-72.87205597232484,41.375983406929805],[-72.87196597228215,41.375745406886274],[-72.87190797225455,41.37559040685792],[-72.87211597228915,41.375009406737895],[-72.87232497234184,41.374742406679104],[-72.8725569724005,41.374448406614306],[-72.87261097241411,41.37437940659912],[-72.8729179724996,41.374129406540476],[-72.87308997251608,41.373435406399594],[-72.87306797248478,41.37300840631702],[-72.87304897245693,41.37262540624291],[-72.87302797239093,41.371580406039755],[-72.87313497240605,41.37123440596882],[-72.87312097235389,41.37039340580522],[-72.87283897218553,41.369036405549565],[-72.87345297235082,41.368436405412794],[-72.87365397240501,41.36824140536827],[-72.87421097256373,41.3678524052745],[-72.87462397267676,41.36748140518886],[-72.8746579726818,41.36737540516709],[-72.87488397274053,41.36711740510949],[-72.87506797275982,41.36640340496429],[-72.87516797277034,41.36601640488558],[-72.87445797246555,41.364702404652036],[-72.87481897252233,41.36363640443247],[-72.87500297257502,41.36351240440236],[-72.8759019728328,41.36291240425641],[-72.87592597284049,41.362910404255246],[-72.8759989728639,41.36290540425193],[-72.87602397287195,41.362904404250926],[-72.87634297298452,41.363064404271896],[-72.87666197309704,41.36322340429266],[-72.87709197324875,41.36343840432079],[-72.87752097340017,41.363654404349155],[-72.87766597345131,41.36372640435854],[-72.87811597361014,41.36395240438817],[-72.87871097382002,41.36424940442699],[-72.8789939739199,41.3643914044456],[-72.87927697401979,41.3645334044642],[-72.87932897403813,41.364559404467606],[-72.8794489740768,41.364554404462766],[-72.88064397446185,41.364506404415],[-72.88175697477777,41.363707404223355],[-72.88175497475153,41.36325540413524],[-72.88175297472178,41.36274140403503],[-72.8817509746837,41.36208040390611],[-72.88174597461555,41.36090540367704],[-72.88180097463419,41.360919403678004],[-72.88182397464199,41.36092540367843],[-72.88196997469151,41.360963403681154],[-72.88205997472197,41.36098540368255],[-72.8821389747488,41.361006403684094],[-72.8825669748933,41.36110540368966],[-72.88271297494252,41.36113840369142],[-72.88294097501945,41.36119040369423],[-72.88332497514915,41.36128040369945],[-72.88393797535605,41.361421403707254],[-72.8848299756571,41.36162640371858],[-72.88534697583161,41.36174540372518],[-72.88572197595822,41.36183240373011],[-72.88614997610271,41.36193140373566],[-72.88642597619527,41.36198440373711],[-72.88645997620664,41.361990403737195],[-72.88652397622815,41.36200340373767],[-72.88662197626101,41.36202240373823],[-72.8873919765192,41.36216940374216],[-72.8877029766235,41.36222940374387],[-72.88839497685446,41.36234240374366],[-72.89047197754762,41.362681403743025],[-72.89116497777896,41.36279540374298],[-72.89145797787776,41.36286140374643],[-72.89148197788589,41.36286740374683],[-72.89234497817527,41.36303240375126],[-72.89264097827454,41.36308940375289],[-72.89291297836455,41.36312040375018],[-72.89372897863467,41.36321440374227],[-72.8938289786678,41.3632264037414],[-72.89398197872208,41.363308403752484],[-72.89416797878482,41.36335040375469],[-72.89472797897373,41.36347740376145],[-72.89491497903684,41.36352040376383],[-72.89516297912151,41.36359440377028],[-72.89856498027419,41.36445540382883],[-72.89962498063396,41.364734403849155],[-72.89963598063582,41.36470440384296],[-72.89965598063787,41.36462640382709],[-72.90088098104653,41.364823403826115],[-72.90121498115786,41.364875403825515],[-72.90180698135528,41.36496940382481],[-72.90231298152543,41.365074403829006],[-72.90262498163311,41.36518840384121],[-72.90353298194668,41.365522403877144],[-72.90373498201494,41.365570403880014],[-72.90434198222006,41.36571440388857],[-72.90454498228866,41.365762403891395],[-72.90523398252242,41.36594240390434],[-72.90631798289031,41.36622740392506],[-72.90637998291133,41.36624340392618],[-72.90732198322618,41.366405403927466],[-72.90802498346115,41.36652640392844],[-72.90789198343953,41.36690640400684],[-72.90753998337283,41.36774440418164],[-72.90751598336999,41.367831404199364],[-72.90716098330724,41.368756404391235],[-72.90679198324105,41.36970040458723],[-72.90661898320998,41.37014240467901],[-72.90655398319922,41.370324404716584],[-72.90636098316767,41.370872404829676],[-72.90629698315729,41.371055404867434],[-72.90623098314659,41.37124440490642],[-72.90603598311553,41.371812405023476],[-72.90597198310553,41.37200240506261],[-72.90589998309261,41.3721864051008],[-72.90568498305431,41.37274140521597],[-72.90561398304183,41.37292740525453],[-72.90556698303628,41.37309840528939],[-72.90555898303488,41.37311940529374],[-72.90535498300068,41.373683405410304],[-72.90528798298965,41.37387240544931],[-72.90523898298157,41.37401040547782],[-72.90513398296288,41.37428140553405],[-72.90482098290738,41.37509340570247],[-72.90468198288603,41.37551240578866],[-72.9045459828655,41.37592840587416],[-72.9044229828459,41.37628640594794],[-72.9040559827878,41.377361406169406],[-72.90393398276856,41.37772040624332],[-72.90390398276325,41.3777984062595],[-72.90383298275104,41.37798940629904],[-72.90381498274782,41.3780354063086],[-72.90380898274682,41.3780524063121],[-72.9037949827445,41.37809140632015],[-72.90378698274327,41.37811540632508],[-72.90370298271795,41.37814940633443],[-72.90300598251257,41.378516406428425],[-72.9023169823118,41.378918406528996],[-72.90219798227828,41.379008406550376],[-72.90191498219863,41.379223406601405],[-72.9012009819859,41.379557406689514],[-72.90041798174482,41.37978740675956],[-72.89992298159834,41.38003640682404],[-72.89960998150913,41.38025440687664],[-72.89966198154453,41.380581406938724],[-72.89961098153991,41.38079140698132],[-72.89946498151124,41.381121407050365],[-72.89918598143427,41.381360407105944],[-72.89839798119351,41.381624407182784],[-72.89795598105978,41.38179540723035],[-72.8979139810471,41.38181240723501],[-72.89686098074941,41.38258840742022],[-72.89649698064822,41.38288740749022],[-72.89641698062601,41.38295340750567],[-72.89624198057649,41.38308140753626],[-72.89602898051626,41.38323840757373],[-72.8955569803834,41.38359640765872],[-72.89549698036868,41.38368040767703],[-72.895382980341,41.38384440771267],[-72.89538498034617,41.38392440772821],[-72.8953779803452,41.38394740773292],[-72.89538698034887,41.38396040773516],[-72.89539598036909,41.384265407794345],[-72.89528998034655,41.38447440783851],[-72.89509598029187,41.38462040787323],[-72.8944599801098,41.38504940797732],[-72.89427498005844,41.38520240801312],[-72.89421398005057,41.38541240805602],[-72.89418698004957,41.385549408083605],[-72.89418098004944,41.38558140809004],[-72.89405998001811,41.38572140812122],[-72.8937929799412,41.38589340816335],[-72.89349597985952,41.38615240822342],[-72.8932009797989,41.38677140835358],[-72.89315397980212,41.38709740841867],[-72.89328797986344,41.38741140847557],[-72.89319497984143,41.387555408506636],[-72.8931929798418,41.38757340851021],[-72.89308297980983,41.38763940852663],[-72.89292997977465,41.38789440858126],[-72.89292497978226,41.38805740861319],[-72.89293097980425,41.38841040868183],[-72.89291297983002,41.388967408791004],[-72.89281097981909,41.3893584088705],[-72.89284297983646,41.38948140889345],[-72.89274697981443,41.38964240892794],[-72.89263797978126,41.38968140893905],[-72.89221097966458,41.39006740902805],[-72.89220697966869,41.39016240904669],[-72.89222197967973,41.390271409067466],[-72.89226797970935,41.39053040911648],[-72.89220597970227,41.390760409163306],[-72.89208297968126,41.391093409232184],[-72.89196897966208,41.391407409297074],[-72.89168297959598,41.3918784093981],[-72.89104897942727,41.39253140954579],[-72.89096997941387,41.392747409590434],[-72.89098397942539,41.39287040961397],[-72.89095097942025,41.39296840963414],[-72.89089997941214,41.393117409664825],[-72.8908149793992,41.393375409717855],[-72.89030197923077,41.39334140972774],[-72.89004197914547,41.39332540973299],[-72.88993497911046,41.39332040973545],[-72.8896139790056,41.393308409743454],[-72.88950797897103,41.39330540974626],[-72.8893689789255,41.39329840974938],[-72.88895397878963,41.39327740975863],[-72.88881597874449,41.39327140976191],[-72.88844597862337,41.3932534097703],[-72.88753497832532,41.39321140979143],[-72.88749697831565,41.3932584098018],[-72.88741197829401,41.39336340982501],[-72.88717997823505,41.39365140988862],[-72.8872489782936,41.394288410010574],[-72.88745597846929,41.396200410376636],[-72.88752497852788,41.39683841049878],[-72.88750297852442,41.39690341051217],[-72.88744097851536,41.397098410552154],[-72.88741997851228,41.39716441056571],[-72.88692797843994,41.39870341088152],[-72.88637497835892,41.40043841123749],[-72.8860089784106,41.40344241183475],[-72.88581397843838,41.40504641215364],[-72.88581797845245,41.405271412197344],[-72.88582997849488,41.4059504123293],[-72.88583397850901,41.4061764123732],[-72.885843978523,41.40636541240972],[-72.88588397854788,41.40657541244935],[-72.88603697864231,41.40736341259798],[-72.88603497866261,41.40773241266996],[-72.88603397866439,41.407769412677204],[-72.88602497868439,41.40817341275622],[-72.88605597871393,41.408516412822074],[-72.88609197874815,41.40891341289828],[-72.88614897880255,41.4095454130196],[-72.88618097883243,41.40988841308541],[-72.88629697888507,41.410152413133126],[-72.88630197888726,41.4101624131349],[-72.88635397893003,41.41061841322209],[-72.88636297895543,41.41101441329896],[-72.88637097897447,41.41130341335501],[-72.88456897839579,41.411414413434656],[-72.88445597841283,41.41236041362261],[-72.8839739784866,41.41641441442801],[-72.88395797848901,41.416548414454624],[-72.88394197849144,41.416682414481265],[-72.88392697849412,41.41681541450765],[-72.88391097849649,41.416948414534076],[-72.88355397855027,41.419935415127505],[-72.88347797856207,41.42057741525503],[-72.88343897856788,41.420902415319595],[-72.88315297861223,41.42331741579925],[-72.88311597860017,41.42331641580025],[-72.88307097858488,41.42330441579935],[-72.88292497853537,41.423267415796865],[-72.88283397850371,41.42323041579257],[-72.88275797847733,41.42320041578917],[-72.88272197846759,41.42323441579696],[-72.88266897845128,41.42325041580178],[-72.88251597840208,41.42325841580826],[-72.88241897837052,41.4232574158112],[-72.88226597831931,41.42323041581086],[-72.88206697825193,41.423181415807726],[-72.88199297822602,41.42314841580367],[-72.88179297816069,41.42314141580874],[-72.88177697815551,41.423141415809255],[-72.88161497810576,41.423191415824206],[-72.88099697792154,41.4234804159004],[-72.88072497783793,41.423563415925315],[-72.88005497763037,41.42373841598099],[-72.87950897746082,41.42387441602506],[-72.87894597728621,41.42401841607122],[-72.8785719771703,41.42411541610216],[-72.87798397698855,41.42427641615244],[-72.87777697692451,41.42433241617001],[-72.87755797685762,41.424406416191474],[-72.87734597679349,41.42448941621447],[-72.87717897674526,41.42459441624029],[-72.87697997668786,41.42472141627144],[-72.87619197646491,41.42530041640958],[-72.87603897642126,41.42540641643515],[-72.87587897637601,41.42552441646328],[-72.87576797634361,41.42558841647932],[-72.87496797610524,41.42596441657831],[-72.87476997604622,41.42605741660279],[-72.87456297598459,41.42615541662856],[-72.87439997593582,41.426228416648016],[-72.87421397588032,41.426314416670756],[-72.8741759758683,41.426320416673136],[-72.87404497582685,41.42633941668106],[-72.87368797570947,41.426313416687485],[-72.87329997558224,41.426291416695676],[-72.87266397537417,41.42626341671069],[-72.87264697536864,41.42626341671125],[-72.87192297513376,41.426266416735125],[-72.87156497501825,41.426279416749175],[-72.87123197491155,41.42630441676476],[-72.87107797486196,41.42631141677107],[-72.87092897481357,41.426311416775874],[-72.86996997450079,41.42628641680185],[-72.86948397434038,41.42624041680853],[-72.86922397425538,41.426230416814946],[-72.86868897408525,41.42629341684444],[-72.86813097390858,41.42637241687777],[-72.86751897371487,41.426460416914594],[-72.86703197355976,41.4265134169406],[-72.8667329734633,41.42652441695236],[-72.86662497342795,41.426519416954854],[-72.8656309731068,41.42654741699228],[-72.86535797301863,41.42655541700261],[-72.86506897292654,41.42658641701796],[-72.86472397281446,41.42658541702887],[-72.86409497261006,41.42658241704851],[-72.8638019725108,41.4265094170437],[-72.8632219723131,41.426344417030236],[-72.86303497224677,41.42624541701696],[-72.8627279721406,41.42613141700461],[-72.86268797212684,41.42611741700318],[-72.86217097194884,41.42593941698513],[-72.86194197187729,41.425988417002024],[-72.86187097185368,41.425978417002376],[-72.86178297182265,41.42593541699683],[-72.86164097178369,41.426061417025934],[-72.8615659717635,41.42613441704257],[-72.86151597175015,41.426185417054114],[-72.86114297165305,41.42660841714851],[-72.8609699716071,41.426788417189144],[-72.86076597155296,41.427001417237186],[-72.86042997146475,41.42736941731968],[-72.86019497140853,41.42772341739619],[-72.859879971328,41.42810641748094],[-72.85978397130296,41.42821441750506],[-72.85948397122486,41.42855441758093],[-72.85936197119005,41.428639417601424],[-72.85906397111137,41.42895741767294],[-72.85848797095227,41.429449417787296],[-72.85831097089985,41.429538417810335],[-72.85811597083745,41.42955441781972],[-72.857743970717,41.429560417832846],[-72.85686997043933,41.42966841788199],[-72.85681397042154,41.42967541788514],[-72.85637197028257,41.42975541791495],[-72.85607297019001,41.42983541794015],[-72.85574297009035,41.429967417976464],[-72.85567397007011,41.43000541798609],[-72.85532196996695,41.43020141803558],[-72.85499896987467,41.43042341808922],[-72.85436096969178,41.4308514181931],[-72.85428996967288,41.43092441820959],[-72.8540759696158,41.43114341825914],[-72.85400596959731,41.43121741827579],[-72.853482969458,41.431755418397415],[-72.85329396940776,41.43195141844166],[-72.85211796909583,41.43318341871944],[-72.85194796905294,41.43340041876718],[-72.85178396901173,41.433612418813745],[-72.85151896894855,41.43401541890075],[-72.85148996894345,41.43409141891649],[-72.85144396893567,41.4342174189425],[-72.8513959689257,41.434316418963334],[-72.85136096891854,41.43439041897887]]]},"properties":{"name":1671,"geoid":"09009167100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.82741495934737,41.402710413574965],[-72.82850095957879,41.40056941312272],[-72.82898995968297,41.399605412919094],[-72.82916195971974,41.399268412847896],[-72.83138696019103,41.39483241191159],[-72.83181696029379,41.39418141177085],[-72.83314296061103,41.392180411338124],[-72.83353596073884,41.392184411326305],[-72.83365696077806,41.39218341132222],[-72.83416296094232,41.39218341130597],[-72.83633496164738,41.392182411236085],[-72.83661496173815,41.39218041122672],[-72.8372209619306,41.39210441119244],[-72.83737696198015,41.392085411183736],[-72.83821796224207,41.39188941111851],[-72.83826696223059,41.39140541102255],[-72.83841496219786,41.38997841073955],[-72.83841496219645,41.389953410734684],[-72.83842396218601,41.38971741068836],[-72.83841996217058,41.389467410639746],[-72.83906496237945,41.38945841061728],[-72.83933496246738,41.3894634106096],[-72.84026096276915,41.38948441058398],[-72.84076996293558,41.38950541057172],[-72.84099796301186,41.38954541057221],[-72.84138096314106,41.38963141057668],[-72.84164996323211,41.38969741058092],[-72.84203296336295,41.38981241059105],[-72.8420419633661,41.38981641059153],[-72.84236896348028,41.38995841060874],[-72.84253596354067,41.390067410624624],[-72.84272096361822,41.39037641067894],[-72.8428529636584,41.390329410665544],[-72.84325296378027,41.3901884106252],[-72.84338596382085,41.39014241061196],[-72.84380296394976,41.390028410576335],[-72.84381996395506,41.390024410575],[-72.84444796415076,41.389880410526764],[-72.8450699643456,41.38975541048243],[-72.84549396447846,41.389671410452436],[-72.84598796463368,41.38958041041884],[-72.84617396469218,41.389547410406436],[-72.84679596488805,41.38944041036559],[-72.84766196515959,41.38927141030484],[-72.84821796533616,41.38920241027351],[-72.84831496536702,41.38919141026826],[-72.84890796555794,41.389163410243754],[-72.84918096564644,41.3891614102346],[-72.85000396591342,41.38915841020758],[-72.85027796600231,41.3891574101986],[-72.85033196601967,41.38915441019627],[-72.85049596607244,41.38914641018945],[-72.85055096609018,41.3891444101873],[-72.85094996621955,41.38914141017389],[-72.85201696656554,41.389135410138465],[-72.85214996660878,41.389136410134384],[-72.8525499667389,41.38914141012251],[-72.85280796682278,41.38914341011461],[-72.85358196707446,41.38915141009131],[-72.8538409671587,41.38915441008358],[-72.85502396754407,41.389178410050256],[-72.85642496800354,41.38926141002143],[-72.85675096811163,41.38930141001876],[-72.85686996815213,41.38933441002138],[-72.85687696815457,41.38933741002173],[-72.85709596823058,41.38942441003167],[-72.85723896828112,41.38949741004131],[-72.85735696832283,41.389557410049214],[-72.85750396837548,41.38964441006146],[-72.8578029684833,41.3898344100889],[-72.8579119685226,41.38990341009885],[-72.85803896856953,41.39000441011447],[-72.85914396896538,41.39066041020687],[-72.85938596905211,41.390804410227155],[-72.85960696912984,41.39091041024075],[-72.85985196918409,41.39046441014591],[-72.85994196920406,41.39030141011124],[-72.86061596935718,41.38914240986361],[-72.86087296941574,41.38870340976973],[-72.86118996952175,41.388758409770276],[-72.86121596953048,41.38876340977041],[-72.86215596983769,41.388800409747425],[-72.86247896994333,41.38881440973978],[-72.86271097001897,41.388820409733505],[-72.86340697024602,41.38884040971503],[-72.8636389703217,41.388847409708944],[-72.86396297042745,41.388857409700485],[-72.86457097062599,41.38887840968504],[-72.86488797073103,41.38891640968227],[-72.86493297074568,41.38891740968101],[-72.86505997078716,41.38892140967771],[-72.86525797085136,41.38892040967115],[-72.8656399709778,41.388963409667255],[-72.86565597098308,41.388965409667136],[-72.86626197118382,41.3890364096615],[-72.8670659714504,41.38913540965497],[-72.86733397153925,41.38916840965278],[-72.86779997169369,41.389224409648726],[-72.869118972131,41.38938640963791],[-72.86919997215797,41.389398409637664],[-72.86966497231293,41.389469409636554],[-72.86978597235272,41.38947840963441],[-72.87014897247217,41.38950740962841],[-72.870269972512,41.389517409626464],[-72.8705019725906,41.389575409630325],[-72.87085197270926,41.3896644096364],[-72.87118697282489,41.38978640964944],[-72.87133597287634,41.389840409655164],[-72.8714109729025,41.389872409659006],[-72.87152797294331,41.38992240966498],[-72.87116297284653,41.3903054097514],[-72.87079697274933,41.39068640983745],[-72.87076697274182,41.390725409846006],[-72.8704839726525,41.39077040986389],[-72.87017897255657,41.39082440988422],[-72.87021697258012,41.391022409921604],[-72.87030897263357,41.39143840999975],[-72.87039297268417,41.391850410077375],[-72.87043897271079,41.392056410116055],[-72.87037797269488,41.39212541013146],[-72.87001697257898,41.392147410147366],[-72.86984097252144,41.39214041015166],[-72.86952397241991,41.39216441016653],[-72.8688779722122,41.392199410194124],[-72.86856797211227,41.392211410206414],[-72.86852497210103,41.392259410217164],[-72.86850997209946,41.392317410228955],[-72.86867597217747,41.392743410306664],[-72.8685309721451,41.39300241036184],[-72.86830197209328,41.39339941044659],[-72.86829497210783,41.39369641050472],[-72.86887697230695,41.393876410521095],[-72.86924097241229,41.393650410465334],[-72.86932497239744,41.39290741031778],[-72.86940297242224,41.392898410313535],[-72.8694999724464,41.392769410285254],[-72.87039297274795,41.3929754102967],[-72.87056797281927,41.39323141034098],[-72.87040797281145,41.39400941049781],[-72.87023297278101,41.39447441059409],[-72.86999597271797,41.39471941064947],[-72.86951497256183,41.39471941066493],[-72.86917997243836,41.39445941062502],[-72.86889697233526,41.39426141059551],[-72.86864597225035,41.3942004105917],[-72.86833297215173,41.39425341061208],[-72.86836297217621,41.3945134106618],[-72.86865297229002,41.39486041072014],[-72.86864597229376,41.39496641074102],[-72.8683099721966,41.395176410792764],[-72.86824897218739,41.39536341083118],[-72.86846597230597,41.39621241098971],[-72.86867597242075,41.3970344111432],[-72.86862297241846,41.397297411196185],[-72.86779097221307,41.39843841144534],[-72.86734897209142,41.39882341153461],[-72.86660897187912,41.399315411654314],[-72.86636497180251,41.399361411671116],[-72.86596797166695,41.399243411660876],[-72.86555597150918,41.39881941159147],[-72.86491497130241,41.398842411616556],[-72.86477597127303,41.3991204116752],[-72.86492297135538,41.3997314117896],[-72.86474697130801,41.39990341182878],[-72.86441397120021,41.399908411840464],[-72.86360297092344,41.39967041182013],[-72.86324397081466,41.399807411858376],[-72.86314497080504,41.400204411938944],[-72.86333597088908,41.40059341200865],[-72.86344197094255,41.400929412070724],[-72.86289297078164,41.40123441214783],[-72.86195197047802,41.401267412184495],[-72.86147097032087,41.40124941219645],[-72.86123797024727,41.40128541221096],[-72.86080697011512,41.40142241225152],[-72.86029296996176,41.401660412314435],[-72.8599099698558,41.40198441238988],[-72.8598029698765,41.40296241258396],[-72.85981896992601,41.40374441273587],[-72.8600319700216,41.40421041281985],[-72.86009297004678,41.40430541283641],[-72.86001697004939,41.404786412932616],[-72.86013097010647,41.40514041299794],[-72.85998597006892,41.40530841303534],[-72.8593599698802,41.40556441310536],[-72.85923896984308,41.40560241311666],[-72.85898596976638,41.405698413143504],[-72.8588809697381,41.40580041316675],[-72.85886096974038,41.405955413197596],[-72.8588269697442,41.406217413249756],[-72.85880096974834,41.40643941329386],[-72.85873296973162,41.406533413314364],[-72.85870596973005,41.40666041333998],[-72.85871996974491,41.406842413374996],[-72.85866596974184,41.40709741342644],[-72.85851196968918,41.407050413422226],[-72.85826596960761,41.407020413424284],[-72.85786496948248,41.40710941345454],[-72.85754996939217,41.407320413505765],[-72.85734796932937,41.40736941352183],[-72.85692396919632,41.407450413551224],[-72.85688496917508,41.407299413523056],[-72.8564489690309,41.407252413527914],[-72.85602496889447,41.40727441354582],[-72.85587696883873,41.407138413524066],[-72.85558796873192,41.406909413488734],[-72.85503696854578,41.406781413481475],[-72.85440596833672,41.40670741348735],[-72.85434496832066,41.406773413502165],[-72.85423896828961,41.406832413517066],[-72.85411296825272,41.40690341353496],[-72.85405496823485,41.406920413540135],[-72.8538959681833,41.40692141354543],[-72.8538859681801,41.406922413545956],[-72.85377696814584,41.40694241355336],[-72.85363296810141,41.40698341356598],[-72.85357896808848,41.40706441358351],[-72.85359296810255,41.40723241361578],[-72.85367196813692,41.407386413643266],[-72.85376696817576,41.407527413667694],[-72.85367296814906,41.40759441368377],[-72.85347796808959,41.407662413703285],[-72.85316896798541,41.40759441369996],[-72.85298596792798,41.40762941371268],[-72.85282196787894,41.407703413732364],[-72.85275296786108,41.40778341375018],[-72.85273896786526,41.40793741378064],[-72.85273196787365,41.4081254138175],[-72.8528059679118,41.40837441386365],[-72.8527549679039,41.408527413895115],[-72.85269896789038,41.40860941391289],[-72.85248996781797,41.40852941390401],[-72.85220796772222,41.408455413898665],[-72.85200696765772,41.40846841390764],[-72.85186296761437,41.408528413923975],[-72.85173596757579,41.40857541393721],[-72.85177296759139,41.408638413948296],[-72.8518089676067,41.4087024139596],[-72.85187096763305,41.40881241397906],[-72.85193296765938,41.40892141399831],[-72.85179496762319,41.40907341403236],[-72.8518219676471,41.40934041408353],[-72.85191496768861,41.40954041411953],[-72.85219996779085,41.40971141414369],[-72.85251596790722,41.40995441418089],[-72.85246396789772,41.41008441420791],[-72.8523929678776,41.41013641422033],[-72.85217396781567,41.41029841425893],[-72.85210196779622,41.4103674142747],[-72.85210196781289,41.41066141433199],[-72.85221096785389,41.41076041434779],[-72.85232796790447,41.41098241438728],[-72.85253096797763,41.41111041440571],[-72.852822968081,41.411261414425745],[-72.85314296818868,41.41132841442852],[-72.85338696826382,41.41125641440666],[-72.85390596843679,41.41133541440538],[-72.854130968514,41.41140841441237],[-72.85427796857306,41.41160841444661],[-72.8542109685589,41.41174241447489],[-72.85406396852024,41.41190241451078],[-72.85380996844685,41.41206241455014],[-72.85343196831903,41.41197241454475],[-72.8532519682631,41.412016414559105],[-72.8529429681669,41.41208941458326],[-72.85286196814684,41.4121994146073],[-72.85259596804477,41.411922414561865],[-72.85239596797985,41.41192241456829],[-72.85228896794891,41.41198941458479],[-72.85230196796253,41.41215541461672],[-72.85243496801722,41.412358414652005],[-72.85260896808762,41.41260341469415],[-72.85264896810928,41.41275641472269],[-72.8526759681279,41.41293041475573],[-72.85270896815597,41.41323641481431],[-72.85274996818103,41.41344341485332],[-72.85260296814236,41.41360341488923],[-72.85224996803932,41.41380741494033],[-72.8523719680943,41.4140784149892],[-72.85249396814929,41.41434941503811],[-72.85308896834333,41.4143644150219],[-72.85341696845417,41.41444141502636],[-72.85367696854935,41.41463141505503],[-72.85374596858323,41.41483341509218],[-72.85366196856855,41.41505541513813],[-72.85322696842839,41.415074415155814],[-72.85295996834233,41.415085415166544],[-72.85269296825648,41.41510041517805],[-72.85275396828926,41.41532941522072],[-72.85281596832262,41.41556241526413],[-72.85281996833362,41.415733415297304],[-72.85289096836733,41.41592141533167],[-72.85320396848233,41.416157415367586],[-72.85319596849143,41.41636341540799],[-72.8529599684328,41.416680415477344],[-72.85289696842214,41.41685341551307],[-72.85283796841217,41.41701541554653],[-72.85273096839497,41.417324415610196],[-72.852657968378,41.41744341563574],[-72.85261596836608,41.417473415642924],[-72.85200596817668,41.41762641569233],[-72.85201396819468,41.41789741574489],[-72.8522269682796,41.418175415792206],[-72.85258596841197,41.41845441583503],[-72.85280696850212,41.41877841589106],[-72.85282196851973,41.41900341593441],[-72.85245596840414,41.41906041595729],[-72.85215896830233,41.41896541594833],[-72.8518529682036,41.4189764159603],[-72.85156296811444,41.41906441598677],[-72.8515019681126,41.41938141605049],[-72.85160896816849,41.419754416119716],[-72.8515789681763,41.420063416180895],[-72.85143396815128,41.420452416261355],[-72.85123496809364,41.420575416291705],[-72.8509329680121,41.420866416358116],[-72.85078196797468,41.42107141640291],[-72.85065896793793,41.42112741641779],[-72.85037996785087,41.42118941643882],[-72.8500789677575,41.42126641646349],[-72.84983196768461,41.42139541649658],[-72.84965696764316,41.421666416555],[-72.84941796757714,41.421870416602424],[-72.84920696751027,41.42189941661486],[-72.8489329674172,41.42182741660964],[-72.84869796732605,41.42156541656615],[-72.84852296724735,41.42117941649656],[-72.84822696714618,41.421090416488724],[-72.8480259670845,41.421153416507465],[-72.84786596704178,41.42131641654436],[-72.84783596704571,41.42155741659228],[-72.84788696706988,41.42169141661675],[-72.84823796720687,41.42209741668457],[-72.84846396729183,41.42230141671705],[-72.84861496734716,41.42241241673383],[-72.84887896743554,41.42245941673449],[-72.84935996760119,41.422626416751584],[-72.84954396767766,41.422921416803156],[-72.84952696768111,41.42307941683447],[-72.8492519676085,41.423373416900574],[-72.84860596740701,41.42351941694978],[-72.84811796725091,41.42356041697346],[-72.84764496711196,41.42381841703892],[-72.84751196708845,41.4241654171108],[-72.84764996714328,41.42434241714084],[-72.84787696722529,41.424488417162],[-72.84814096731412,41.42454341716424],[-72.84824396734705,41.42453441715917],[-72.84826696735374,41.42452041715571],[-72.84828996736178,41.42453041715691],[-72.84860696746307,41.42450141714107],[-72.84924096766206,41.424380417097126],[-72.84947196773966,41.42442641709866],[-72.84941696774018,41.424750417163544],[-72.848950967629,41.425457417316274],[-72.84882196760017,41.42568741736521],[-72.84864396754406,41.42571741737678],[-72.84841196746804,41.4257054173819],[-72.84797396731919,41.425588417373184],[-72.84760696720298,41.42564041739511],[-72.84756996719844,41.42577241742201],[-72.84760796722077,41.425948417455075],[-72.84790196732405,41.42608641747253],[-72.84793996734174,41.42618041748962],[-72.84788196732666,41.42624641750432],[-72.84783096731871,41.426398417535566],[-72.84790396734735,41.42648541755019],[-72.84794796736861,41.42660841757273],[-72.8478829673546,41.42673341759917],[-72.84772196732615,41.427153417686156],[-72.84767096731159,41.427188417694616],[-72.8476199672962,41.42720941770035],[-72.84755396727499,41.42721341770326],[-72.84737196721137,41.42713341769352],[-72.84718896715098,41.427116417696084],[-72.84716096713827,41.42705241768452],[-72.84719696714745,41.42700841767479],[-72.84723296715329,41.42690541765358],[-72.84718996713548,41.4268374176417],[-72.84710196710549,41.42681241763966],[-72.84695496705402,41.42674641763153],[-72.8468319670109,41.42669041762457],[-72.84674396698351,41.426711417631495],[-72.84670096698028,41.426900417669685],[-72.84665996696998,41.42695341768134],[-72.84662796696206,41.42699741769094],[-72.84651096692629,41.427036417702304],[-72.84597096675724,41.42714741774127],[-72.84588396672275,41.42703741772263],[-72.84560696662844,41.426960417716536],[-72.8455119665985,41.4269764177227],[-72.84529296653635,41.42713441776052],[-72.84523496652102,41.42719641777446],[-72.84516996650038,41.42720441777811],[-72.8448339663835,41.427067417762224],[-72.84470996633392,41.42690341773425],[-72.84454996628028,41.42687341773355],[-72.84424296618666,41.42698041776427],[-72.84419196616923,41.426965417762986],[-72.84409696613267,41.42686441774637],[-72.84408996612761,41.42681541773703],[-72.84417696614854,41.4266864177091],[-72.84418396614134,41.42651941767636],[-72.84430796617305,41.42636841764295],[-72.84433696617356,41.42621141761145],[-72.84430096615574,41.426103417591555],[-72.84419896611917,41.426042417582956],[-72.84409696608694,41.42605841758934],[-72.84402396606801,41.42614241760805],[-72.84390696603324,41.426199417622904],[-72.84387796602326,41.426189417621906],[-72.84380496599614,41.426129417612565],[-72.84376796598465,41.4261384176155],[-72.84360896593768,41.42622041763658],[-72.84335996585274,41.42614841763055],[-72.84325796582206,41.42619141764221],[-72.84323696581751,41.42623141765068],[-72.84312696578809,41.426342417675826],[-72.84297396573925,41.426357417683676],[-72.84270396565844,41.42647841771593],[-72.84241996556378,41.426435417716675],[-72.84229596552242,41.42641641771695],[-72.8420179654329,41.42642941772843],[-72.84186496538385,41.42644041773548],[-72.84174096534115,41.426397417731096],[-72.84162396529561,41.426264417708936],[-72.84146396524115,41.4262204177055],[-72.84123096516682,41.426243417717465],[-72.8411139651325,41.4263084177339],[-72.84106296511922,41.426366417746834],[-72.84106296513454,41.426636417799436],[-72.8410199651249,41.42671241781562],[-72.84092496509496,41.426728417821785],[-72.84072096502338,41.42663441781003],[-72.84045096493594,41.42663841781948],[-72.84036396490347,41.42656441780787],[-72.84021696484872,41.426440417788434],[-72.84010796481168,41.426411417786284],[-72.84003496479046,41.42645541779719],[-72.83990396475643,41.426605417830636],[-72.83972096470376,41.42672441785969],[-72.83975096472219,41.426877417888534],[-72.83973596472292,41.42697641790829],[-72.83967096470454,41.42702441791974],[-72.83959796468129,41.42703241792364],[-72.83948796464159,41.42696241791355],[-72.83937896460608,41.42696041791665],[-72.83920396455727,41.42710141794974],[-72.83895596448416,41.427232417983234],[-72.83878096442993,41.42727841799782],[-72.83848196433227,41.42726841800547],[-72.83812396421318,41.427218418007236],[-72.83807196419586,41.42721041800735],[-72.8379179641446,41.427188418008015],[-72.83789196413599,41.427185418008264],[-72.83786796412768,41.42717641800728],[-72.83777296409474,41.42713941800312],[-72.83760696403726,41.42707641799618],[-72.83750196399937,41.42700941798651],[-72.8374169639687,41.42695541797871],[-72.83727996391951,41.42687241796695],[-72.83686896377203,41.42662541793203],[-72.83673296372324,41.42654341792042],[-72.8360899634918,41.42614441786334],[-72.83478796302319,41.42533641774774],[-72.8345949629269,41.4247434176384],[-72.83455996290958,41.424638417619086],[-72.83446096286008,41.42433241756264],[-72.83418196276263,41.42421141754802],[-72.83405396272214,41.42423041755584],[-72.83387996267544,41.424403417595144],[-72.83379896265006,41.42441941760085],[-72.83369696261428,41.42437241759497],[-72.83362396258234,41.42422741756906],[-72.83360596257593,41.42421741756768],[-72.83356596256164,41.424194417564486],[-72.83347096252965,41.424174417563655],[-72.83321596244942,41.42421941758061],[-72.83287996232868,41.42401441755147],[-72.8327849622985,41.42402641755684],[-72.83269096226662,41.424002417555194],[-72.83260996223794,41.423960417549615],[-72.8325659622244,41.423973417553555],[-72.83252296221394,41.42403541756702],[-72.832529962219,41.42408441757634],[-72.83247996220553,41.424133417587484],[-72.83238596217569,41.42414541759284],[-72.83236296216793,41.42414041759261],[-72.83220896212053,41.42418641760651],[-72.83211496208689,41.42413141759882],[-72.83195796203667,41.4241444176064],[-72.83194696203314,41.42414541760694],[-72.83188896201374,41.42413541760686],[-72.83180796198403,41.42407541759778],[-72.83172096195288,41.424024417590616],[-72.83166296193298,41.42400541758879],[-72.83145096186341,41.42399241759306],[-72.8313739618384,41.42399241759553],[-72.83103496172838,41.4239934176066],[-72.830896961687,41.42405441762294],[-72.83083796167443,41.424170417647424],[-72.8308899616967,41.42426541766427],[-72.83092596171888,41.42445041769917],[-72.8308169616916,41.42459341773051],[-72.83065596163704,41.42455341772789],[-72.83049596158826,41.42460941774395],[-72.830451961578,41.4246804177592],[-72.83038596155549,41.42466141775761],[-72.83037896154833,41.424575417741075],[-72.83034296153615,41.42456641774048],[-72.83024796150896,41.42463141775619],[-72.83017496148624,41.42464841776186],[-72.83011596146548,41.4246204177583],[-72.82970796130981,41.424211417691694],[-72.8296419612873,41.42419241769012],[-72.82937996120529,41.42424641770906],[-72.82926296116815,41.424261417715734],[-72.82898596107769,41.424252417722876],[-72.82879696101863,41.424293417736926],[-72.82868696098869,41.42439541776034],[-72.8286219609706,41.42444841777275],[-72.82852696094268,41.424500417785936],[-72.82817696083045,41.424525417802045],[-72.82790696074046,41.42448441780273],[-72.82784796072094,41.42447841780344],[-72.82765196065044,41.42435741778617],[-72.82740496057188,41.42438641779974],[-72.82746996047177,41.422247417380895],[-72.82719996026623,41.42016741698426],[-72.82715096023185,41.4198414169223],[-72.82695996015022,41.41949541686102],[-72.82696896012582,41.41901341676681],[-72.82710495974924,41.411585415314875],[-72.82710795964505,41.40972841495283],[-72.82735495956659,41.40692641439873],[-72.82739395939349,41.40364541375791],[-72.82739595938791,41.4035354137364],[-72.82739695938382,41.403457413721156],[-72.82740495936497,41.40307841364703],[-72.8274099593563,41.40289641361139],[-72.82741495934737,41.402710413574965]]]},"properties":{"name":1672.02,"geoid":"09009167202"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.00356600587666,41.21527637129862],[-73.0035610057945,41.21385037101965],[-73.00649400641683,41.20804636978904],[-73.01089400762272,41.204161368886744],[-73.01663300933265,41.2015233681854],[-73.02205301116403,41.20286636827371],[-73.02253001141574,41.20458736859527],[-73.02329601171972,41.205576368764206],[-73.02501701229345,41.20586436876511],[-73.02922601364588,41.20567236859186],[-73.03279601473439,41.204473368242034],[-73.03453201515454,41.20195936769391],[-73.03568001559843,41.20323436790651],[-73.03681301603652,41.20449236811625],[-73.03670801600722,41.20457636813608],[-73.03639401591995,41.204831368196125],[-73.03629001589108,41.20491636821611],[-73.0363100159003,41.20496436822486],[-73.03637301592894,41.205110368251404],[-73.0363940159385,41.205159368260325],[-73.03641801594776,41.20518536826464],[-73.0364920159762,41.205264368277724],[-73.03651701598581,41.205291368282204],[-73.03668101604886,41.20546736831136],[-73.03681901610194,41.205615368335884],[-73.03716901623729,41.20600436840074],[-73.03733101629994,41.20618436843077],[-73.0375010163657,41.20637336846226],[-73.03801101656293,41.20694036855682],[-73.03818101662868,41.20712936858833],[-73.0380350165857,41.20720536860792],[-73.0376000164578,41.207435368666964],[-73.03745501641525,41.2075133686869],[-73.03741401640315,41.20753436869236],[-73.03729001636667,41.207599368709076],[-73.03725001635496,41.207621368714655],[-73.03715601632722,41.20766936872709],[-73.03687501624431,41.20781236876413],[-73.03678201621695,41.20786136877674],[-73.03673101620161,41.20788236878249],[-73.03657701615542,41.20794736880018],[-73.03652701614047,41.20796936880609],[-73.03638401609783,41.208034368823434],[-73.03595801597099,41.20823136887573],[-73.03581601592873,41.208297368893234],[-73.0356630158832,41.208368368912055],[-73.03534901578985,41.20851636895115],[-73.03519801574373,41.20856536896562],[-73.03503901569528,41.20861936898131],[-73.03490401565381,41.208659368993494],[-73.03450201553056,41.20878236903054],[-73.03436801548953,41.208824369043086],[-73.03421101544565,41.20894736907221],[-73.03396001537558,41.20914636911925],[-73.03374901531744,41.2093263691613],[-73.03359801527586,41.20945636919162],[-73.03295701509968,41.21001236932112],[-73.03286801507565,41.21009736934063],[-73.03268301502557,41.21027136938066],[-73.0325280149808,41.21036736940444],[-73.03206701485767,41.210830369509935],[-73.03198001483366,41.21090436952721],[-73.03155501471598,41.21125736961001],[-73.03075701449447,41.211911369763754],[-73.03071501448258,41.211941369770976],[-73.0301830143371,41.21241636988111],[-73.02850501385855,41.21356537016009],[-73.02817401376711,41.21384437022538],[-73.02807001373947,41.213951370249674],[-73.02791801369912,41.2141083702853],[-73.02778901366801,41.21429737032645],[-73.02770601364814,41.21442137035339],[-73.02762001362713,41.21454237037985],[-73.02736201356419,41.2149073704596],[-73.02727701354355,41.21502937048623],[-73.0270760134944,41.21531137054789],[-73.02647401334728,41.21615837073307],[-73.0262740132985,41.216441370794904],[-73.02605701325072,41.216839370879796],[-73.02597801323338,41.21698537091091],[-73.02583101321065,41.21742537100176],[-73.02575801321737,41.217962371109216],[-73.02572901321842,41.21814737114636],[-73.02566201322212,41.21859637123637],[-73.0252220130641,41.21832237119695],[-73.02499201298146,41.21817837117618],[-73.02429101273451,41.21782737113009],[-73.023826012574,41.21765237111082],[-73.02334201240693,41.21747037109082],[-73.02322101236552,41.21743137108708],[-73.02285901224182,41.217317371076454],[-73.02273901220077,41.21727937107287],[-73.02222101202338,41.217109371056296],[-73.0217020118457,41.21694037103996],[-73.02089701156935,41.21666437101189],[-73.02067401149253,41.21658337100323],[-73.02040701140055,41.21648637099284],[-73.02017701131915,41.21636437097638],[-73.020089011288,41.21631737097002],[-73.01995201123954,41.216245370960344],[-73.01982101119434,41.21619637095496],[-73.01972901116261,41.21616237095129],[-73.01955501110127,41.216074370939666],[-73.01928701100682,41.21593937092189],[-73.01903901091892,41.21580537090365],[-73.01886901085865,41.21571337089113],[-73.01871301080229,41.21561037087599],[-73.01824601063372,41.21530437083115],[-73.01809101057775,41.2152023708162],[-73.01804301056049,41.215172370811864],[-73.01789901050878,41.21508237079888],[-73.01785101049158,41.215053370794756],[-73.01758001040255,41.21503137079918],[-73.01751201038024,41.21502637080041],[-73.01677101013529,41.21493937080725],[-73.0165020100464,41.21490837080985],[-73.01641701001846,41.21490137081122],[-73.01616200993467,41.21488037081532],[-73.01607800990712,41.214874370816865],[-73.01489500951465,41.21471037082288],[-73.01430600931701,41.21458937081817],[-73.01347500902884,41.214253370779176],[-73.01320000893416,41.21415437076867],[-73.01305500888351,41.21408937076062],[-73.01256700871485,41.21390237073974],[-73.01208600854888,41.21372237072],[-73.01189500849497,41.21386337075375],[-73.01137700834197,41.214125370821726],[-73.01071800814613,41.214437370904015],[-73.01049300807917,41.21454237093183],[-73.01037500804418,41.21459937094678],[-73.00983800788693,41.214895371022024],[-73.00962100782348,41.21501637105269],[-73.00959900781686,41.215025371055155],[-73.00953600779805,41.21505337106268],[-73.00951600779212,41.21506337106528],[-73.0094400077648,41.21501537105833],[-73.00941200775476,41.2149983710559],[-73.00918600767783,41.21493237105026],[-73.00910100764887,41.2149073710481],[-73.00912300765773,41.21493837105347],[-73.00916500767458,41.214995371063274],[-73.00919100768502,41.215031371069486],[-73.00921400769424,41.21506237107481],[-73.00922900770027,41.21508337107843],[-73.00927700771943,41.21514737108942],[-73.00929300772587,41.21516937109319],[-73.00918700769414,41.21521537110562],[-73.00887200760006,41.21535637114337],[-73.0087670075687,41.21540337115595],[-73.00869300754867,41.21547337117203],[-73.00847100748885,41.21568737122107],[-73.00839800746921,41.21575837123733],[-73.00835500745686,41.21578637124419],[-73.00823000742129,41.215873371265246],[-73.00818800740932,41.21590237127227],[-73.00726400709316,41.2156043712437],[-73.00665400688601,41.21543537123027],[-73.00637200678973,41.21534837122233],[-73.00631100677772,41.21548537125112],[-73.00628800678014,41.21566037128611],[-73.00631500680743,41.215988371349425],[-73.00356600587666,41.21527637129862]]]},"properties":{"name":1510,"geoid":"09009151000"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.98423500066012,41.23380237554652],[-72.9852220008627,41.23172737510874],[-72.9877140013743,41.22648937400356],[-72.99001000186627,41.222028373056624],[-72.99670600394893,41.220493372540616],[-72.9995310048936,41.221014372551615],[-73.00136300548192,41.22092237247462],[-73.00356600587666,41.21527637129862],[-73.00631500680743,41.215988371349425],[-73.00628800678014,41.21566037128611],[-73.00631100677772,41.21548537125112],[-73.00637200678973,41.21534837122233],[-73.00665400688601,41.21543537123027],[-73.00726400709316,41.2156043712437],[-73.00818800740932,41.21590237127227],[-73.00823000742129,41.215873371265246],[-73.00835500745686,41.21578637124419],[-73.00839800746921,41.21575837123733],[-73.00847100748885,41.21568737122107],[-73.00869300754867,41.21547337117203],[-73.0087670075687,41.21540337115595],[-73.00887200760006,41.21535637114337],[-73.00918700769414,41.21521537110562],[-73.00929300772587,41.21516937109319],[-73.00927700771943,41.21514737108942],[-73.00922900770027,41.21508337107843],[-73.00921400769424,41.21506237107481],[-73.00919100768502,41.215031371069486],[-73.00916500767458,41.214995371063274],[-73.00912300765773,41.21493837105347],[-73.00910100764887,41.2149073710481],[-73.00918600767783,41.21493237105026],[-73.00941200775476,41.2149983710559],[-73.0094400077648,41.21501537105833],[-73.00951600779212,41.21506337106528],[-73.00953600779805,41.21505337106268],[-73.00959900781686,41.215025371055155],[-73.00962100782348,41.21501637105269],[-73.00983800788693,41.214895371022024],[-73.01037500804418,41.21459937094678],[-73.01049300807917,41.21454237093183],[-73.01071800814613,41.214437370904015],[-73.01137700834197,41.214125370821726],[-73.01189500849497,41.21386337075375],[-73.01208600854888,41.21372237072],[-73.01256700871485,41.21390237073974],[-73.01305500888351,41.21408937076062],[-73.01320000893416,41.21415437076867],[-73.01347500902884,41.214253370779176],[-73.01430600931701,41.21458937081817],[-73.01489500951465,41.21471037082288],[-73.01607800990712,41.214874370816865],[-73.01616200993467,41.21488037081532],[-73.01641701001846,41.21490137081122],[-73.0165020100464,41.21490837080985],[-73.01677101013529,41.21493937080725],[-73.01751201038024,41.21502637080041],[-73.01758001040255,41.21503137079918],[-73.01785101049158,41.215053370794756],[-73.01789901050878,41.21508237079888],[-73.01804301056049,41.215172370811864],[-73.01809101057775,41.2152023708162],[-73.01824601063372,41.21530437083115],[-73.01871301080229,41.21561037087599],[-73.01886901085865,41.21571337089113],[-73.01903901091892,41.21580537090365],[-73.01928701100682,41.21593937092189],[-73.01955501110127,41.216074370939666],[-73.01972901116261,41.21616237095129],[-73.01982101119434,41.21619637095496],[-73.01995201123954,41.216245370960344],[-73.020089011288,41.21631737097002],[-73.02017701131915,41.21636437097638],[-73.02040701140055,41.21648637099284],[-73.02067401149253,41.21658337100323],[-73.02089701156935,41.21666437101189],[-73.0217020118457,41.21694037103996],[-73.02222101202338,41.217109371056296],[-73.02273901220077,41.21727937107287],[-73.02285901224182,41.217317371076454],[-73.02322101236552,41.21743137108708],[-73.02334201240693,41.21747037109082],[-73.023826012574,41.21765237111082],[-73.02429101273451,41.21782737113009],[-73.02499201298146,41.21817837117618],[-73.0252220130641,41.21832237119695],[-73.02566201322212,41.21859637123637],[-73.02582901328215,41.218701371251555],[-73.02633101346277,41.21901937129758],[-73.02649901352318,41.21912537131292],[-73.02682301364005,41.21933637134376],[-73.0269630136906,41.21942837135725],[-73.02711201375074,41.219638371393536],[-73.02727401382575,41.22003637146621],[-73.02734901386684,41.2203333715219],[-73.02735101386789,41.220340371523214],[-73.02739801390449,41.220718371595666],[-73.02740101390681,41.220742371600274],[-73.02741001391396,41.220817371614665],[-73.02741301391634,41.22084237161945],[-73.02743801393463,41.221022371653866],[-73.02744101393674,41.22104237165769],[-73.02754001399991,41.22159237176212],[-73.02756201400942,41.221634371769646],[-73.02765601405001,41.22181337180162],[-73.02793601416123,41.222176371863625],[-73.02799401418426,41.222251371876446],[-73.02885301451644,41.22320437203523],[-73.02916101463553,41.2235463720922],[-73.02926401467543,41.22366137211138],[-73.02957301479522,41.22400937216951],[-73.02967701483553,41.224126372189055],[-73.02972301485353,41.22418137219833],[-73.02983401489702,41.22431437222077],[-73.02986601490898,41.22434237222522],[-73.02992001492917,41.22439037223287],[-73.02999601495884,41.224479372247835],[-73.03020801504137,41.22472437228894],[-73.03022301504765,41.224749372293346],[-73.03028401507318,41.22485137231133],[-73.03035901510097,41.22491337232105],[-73.03058601518518,41.225101372350515],[-73.03066201521334,41.225164372360375],[-73.03076501524767,41.225181372360375],[-73.03101401533014,41.22521337235861],[-73.03130901542785,41.22525137235654],[-73.03198401564697,41.225259372336325],[-73.03208101567805,41.22525337233201],[-73.0324370157923,41.22523437231683],[-73.03305201598197,41.22506537226391],[-73.03419301633251,41.22472837216116],[-73.03508901660611,41.22443437207475],[-73.03507801660629,41.224500372088016],[-73.03511901662579,41.224610372108216],[-73.03537101673096,41.225026372181475],[-73.0354490167606,41.22510337219402],[-73.03556501680467,41.22521837221278],[-73.03572101686392,41.22537237223789],[-73.03585701691453,41.2254883722562],[-73.03599301696516,41.2256043722745],[-73.0361970170394,41.225748372296096],[-73.03640201711391,41.225891372317456],[-73.03658701718182,41.22603237233907],[-73.03677201724967,41.22617237236049],[-73.0368920172952,41.226290372379715],[-73.03701201734081,41.22640937239913],[-73.03703701735306,41.226482372412605],[-73.03706201736534,41.22655637242628],[-73.03704401736489,41.22665137244545],[-73.03703101736204,41.22667537245056],[-73.0369120173368,41.22691037250036],[-73.03684701732078,41.22699937251988],[-73.03677501730316,41.22710037254197],[-73.0367520173003,41.22718137255856],[-73.03653101724298,41.227433372614996],[-73.03599201708779,41.22777637269949],[-73.03588401706074,41.22791637273037],[-73.03574501702589,41.22809637277007],[-73.03556901698444,41.22837137282954],[-73.03538601694072,41.22864637288926],[-73.03522601689687,41.22878737292199],[-73.0350730168553,41.22892837295451],[-73.03501201683814,41.22897437296549],[-73.03495101682115,41.22902337297703],[-73.0348750168,41.22908437299142],[-73.03479101677624,41.22914537300608],[-73.03473801676188,41.22919537301756],[-73.03468401674739,41.229248373029684],[-73.03460001672563,41.22934437305116],[-73.03452401670614,41.229435373071425],[-73.03449301670177,41.22953537309199],[-73.03447101670025,41.22963437311207],[-73.03443201669084,41.229691373124474],[-73.03428701665509,41.229889373167886],[-73.03414301661059,41.229927373179976],[-73.03393701654299,41.22991237318369],[-73.03386801652023,41.22990537318454],[-73.03354701641236,41.22983637318139],[-73.0332500163116,41.229756373175334],[-73.03295201621225,41.22970637317516],[-73.03264701610937,41.22963437317091],[-73.03223501597307,41.229584373174426],[-73.03201401590253,41.22960337318527],[-73.03187701586207,41.22967237320318],[-73.03178501584111,41.22982837323668],[-73.03175501584195,41.230015373274234],[-73.03179201586673,41.230241373317256],[-73.0319300159252,41.23048437336033],[-73.03218201602499,41.230805373414995],[-73.03220501603829,41.23090837343443],[-73.03220901604723,41.23104337346071],[-73.03204401600294,41.231205373497716],[-73.03192901597019,41.231285373517075],[-73.03183101594328,41.231370373536855],[-73.03173701591741,41.23145137355575],[-73.0316490158932,41.23152737357345],[-73.03154101586185,41.23159137358945],[-73.03112101574389,41.2319113736656],[-73.03094301570151,41.23218137372416],[-73.03091501569726,41.2322663737417],[-73.0309230157089,41.23242637377274],[-73.03105301575985,41.232582373799055],[-73.03122801582198,41.2326783738122],[-73.03155601593339,41.23276937381943],[-73.03193801605805,41.23278537381023],[-73.03218201614224,41.232876373820154],[-73.03228101618362,41.23304037384905],[-73.03230001620759,41.23335537391005],[-73.03234701623663,41.233599373956274],[-73.03235701624496,41.23368937397355],[-73.03234401624829,41.23382237399998],[-73.03229701623397,41.23383837400463],[-73.03227701622794,41.23384637400684],[-73.03169201605212,41.23408837407306],[-73.03135901595347,41.23425137411569],[-73.03090601581836,41.234457374170596],[-73.03022501561784,41.23481237426201],[-73.0300520155665,41.23489537428384],[-73.02953601541343,41.23514437434918],[-73.02936401536246,41.23522837437117],[-73.02867301515745,41.23556137445859],[-73.02840001507647,41.23569337449322],[-73.02660501454453,41.23656937472248],[-73.0259160143404,41.23690637481063],[-73.02559401424406,41.2370473748486],[-73.02526401414568,41.237198374888784],[-73.02511901410256,41.23726637490675],[-73.02434401387248,41.23763737500432],[-73.02333501357336,41.23812837513291],[-73.0226940133834,41.23844137521481],[-73.02258101334114,41.238341375198885],[-73.02253501332396,41.238301375192556],[-73.02247101330006,41.23824537518367],[-73.02224101321423,41.23804537515197],[-73.02213201317353,41.2379503751369],[-73.02174301302907,41.23762437508568],[-73.02146601292577,41.23738537504785],[-73.02126901285368,41.23723937502565],[-73.02037701254031,41.2368083749701],[-73.01987001236569,41.23662537495065],[-73.0195950122737,41.236574374949555],[-73.01940101221024,41.23656337495365],[-73.01897101207058,41.236557374966345],[-73.0186190119589,41.236599374985914],[-73.01834401187241,41.236645375003775],[-73.01793001174224,41.23671537503082],[-73.01683901139809,41.23688037509828],[-73.0163690112482,41.23692237512163],[-73.01624201120728,41.23692637512652],[-73.01603401114022,41.23693237513441],[-73.01583101107462,41.23693537514154],[-73.01526501089181,41.23694537516174],[-73.01459801067661,41.23696137518638],[-73.01418801054433,41.23697137520155],[-73.0140280104894,41.236916375195946],[-73.01379001040776,41.23683637518796],[-73.01354201032447,41.236784375185785],[-73.01342401028487,41.23676037518491],[-73.01337801026935,41.236749375184225],[-73.01329301024062,41.236728375182864],[-73.01304001015514,41.236666375178885],[-73.01295601012679,41.236646375177685],[-73.01301601013854,41.236510375149145],[-73.01319801017459,41.236105375064064],[-73.01325901018672,41.23597037503566],[-73.01300401009941,41.23588737502766],[-73.01279501002689,41.23580237501778],[-73.0127540100127,41.23578637501597],[-73.01255300994232,41.23569337500426],[-73.01238400988268,41.23560737499287],[-73.01194200972488,41.235349374956655],[-73.01162400960983,41.23513637492523],[-73.01150600956886,41.23508837491965],[-73.0112710094873,41.234992374908444],[-73.01103500940897,41.234959374909586],[-73.01099900938748,41.234785374876715],[-73.0109490093608,41.23460037484213],[-73.0109320093515,41.23453337482956],[-73.01084300930724,41.23426037477903],[-73.0106280092206,41.23396037472727],[-73.0103410091133,41.23370737468703],[-73.01020000906061,41.2335833746673],[-73.01004800900587,41.23348637465323],[-73.00960200884515,41.23319937461145],[-73.00958700883979,41.23319037461019],[-73.00925400871984,41.232977374579235],[-73.00912900867338,41.23287237456272],[-73.00883800855539,41.23245237448994],[-73.00863700848697,41.23239437448507],[-73.00834900839027,41.232334374482605],[-73.00783100821639,41.23222737447837],[-73.00759200813657,41.23218537447785],[-73.0073020080398,41.232135374477416],[-73.00687800789825,41.23206137447661],[-73.00664100781914,41.23202037447621],[-73.00632400771319,41.231963374475285],[-73.0053740073959,41.23179537447303],[-73.00505800729036,41.23173937447225],[-73.00430800703798,41.231573374463935],[-73.00415000698482,41.231538374462176],[-73.00398000692607,41.231473374454936],[-73.00389800689372,41.23137137443762],[-73.00389300683383,41.23034037423606],[-73.00386900680299,41.229932374156995],[-73.00386400679882,41.22988737414836],[-73.00386400679672,41.22985037414112],[-73.00386200679394,41.22981237413376],[-73.00386100678038,41.229578374088],[-73.00386100677846,41.22954437408135],[-73.00386900676703,41.229296374032565],[-73.00389300674553,41.22877837393043],[-73.00319800651735,41.22872537394246],[-73.00303500646388,41.228713373945354],[-73.00112600583398,41.22851137396732],[-73.0011180058313,41.228510373967396],[-73.00042500560312,41.228445373976996],[-73.00017500552048,41.22841637397937],[-72.9998850054251,41.228391373983825],[-72.99981300540166,41.228389373985756],[-72.9994660052888,41.22838137399537],[-72.99873100505064,41.228381374019044],[-72.9981330048582,41.2284043740428],[-72.997972004807,41.22842137405131],[-72.99736200461322,41.22848937408426],[-72.99696500448893,41.22856637411212],[-72.9963140042852,41.22869337415792],[-72.99578000411935,41.22882037419998],[-72.9953870039974,41.22891537423124],[-72.99527000396107,41.22894337424047],[-72.99492100385268,41.22902637426796],[-72.99480500381674,41.22905537427738],[-72.99445300370692,41.22913037430338],[-72.99363400345158,41.22930737436438],[-72.99340000337925,41.22936937438405],[-72.99305300327208,41.229462374413416],[-72.9928790032205,41.229547374435654],[-72.99248000310236,41.22974437448705],[-72.99235300306408,41.229795374501116],[-72.99217400301022,41.229868374521175],[-72.99181500291631,41.23026537461042],[-72.99153200284238,41.230579374680964],[-72.99146000282589,41.23070037470696],[-72.99142600281458,41.230695374707075],[-72.99098300269705,41.231155374811344],[-72.99086200266524,41.23128637484087],[-72.99042800255062,41.23174637494487],[-72.99030100251849,41.23190637498025],[-72.98990300241226,41.232308375071725],[-72.9890260021807,41.23323937528212],[-72.98890600214915,41.23336937531141],[-72.98854900205563,41.23376137539961],[-72.98843000202447,41.23389237542907],[-72.98833300199858,41.23399037545137],[-72.98816300195327,41.234163375490695],[-72.9880490019235,41.234290375519215],[-72.98795800189988,41.23439437554248],[-72.98788500188081,41.234475375560685],[-72.98774800184485,41.234624375594244],[-72.98711800167976,41.23531537574973],[-72.98701200165202,41.23543237577602],[-72.9869810016438,41.23546437578329],[-72.98695200163614,41.23549537579028],[-72.98692800162972,41.235519375795754],[-72.98690500162363,41.23554337580121],[-72.9868680016104,41.23552137579808],[-72.98675800157102,41.23545537578871],[-72.9867220015581,41.235433375785554],[-72.98518700100384,41.234426375637966],[-72.98423500066012,41.23380237554652]]]},"properties":{"name":1511,"geoid":"09009151100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.93256898640641,41.27791638583601],[-72.93432098694453,41.27738738567627],[-72.93635398756905,41.27677538549126],[-72.93662098765152,41.27670338546861],[-72.9374249879,41.27648738540052],[-72.93769398798318,41.276416385378],[-72.93774298799768,41.276391385371525],[-72.93781398801882,41.276358385362805],[-72.93789798804475,41.27633538535561],[-72.93795198806151,41.276322385351335],[-72.93817398812948,41.27625138533031],[-72.93883998833331,41.27603738526707],[-72.93906298840164,41.275967385246204],[-72.93936998849564,41.27586938521716],[-72.94029198877804,41.27557738513044],[-72.94059998887246,41.27548138510176],[-72.94095598898114,41.27536238506706],[-72.9420269893083,41.27500738496323],[-72.94238398941742,41.27489038492887],[-72.94259498948193,41.274821384908584],[-72.9432299896762,41.274616384848095],[-72.94344198974109,41.27454838482798],[-72.94378198984516,41.274439384795734],[-72.94480299015765,41.274112384698974],[-72.9451439902621,41.27400438466688],[-72.94536299032886,41.27392938464518],[-72.94602099052956,41.27370638458041],[-72.94624099059672,41.27363238455888],[-72.9481779911884,41.27299138437126],[-72.94981999168802,41.27241338420545],[-72.95034599189336,41.27302938430894],[-72.95079299206833,41.27356138439856],[-72.95163899239523,41.27449238455334],[-72.95183299247098,41.274720384591674],[-72.95241599269879,41.275406384707],[-72.95261099277494,41.27563538474549],[-72.9527359928266,41.27583238477998],[-72.95311399298255,41.27642338488335],[-72.95323999303454,41.2766203849178],[-72.95332399306918,41.276751384940695],[-72.9535269931528,41.27706638499574],[-72.95357799317368,41.27714338500916],[-72.95360099318309,41.27717738501505],[-72.95366999321068,41.277270385031024],[-72.95370599322513,41.27731938503944],[-72.95373199323554,41.277354385045435],[-72.95381699326927,41.277463385063996],[-72.95385499328434,41.27751238507237],[-72.95389799330229,41.27758338508485],[-72.95402799335666,41.2777993851229],[-72.954071993375,41.27787138513555],[-72.95417999341974,41.278043385165695],[-72.95450599355476,41.278562385256656],[-72.95461499359988,41.27873538528694],[-72.95476499366153,41.27896538532708],[-72.95521799384746,41.279656385447566],[-72.95536899390947,41.279887385487854],[-72.95545899394776,41.28004838551642],[-72.9557289940626,41.28053138560213],[-72.95581999410122,41.28069238563067],[-72.95584199411083,41.28073638563857],[-72.95590799413971,41.28086838566224],[-72.95592999414932,41.28091238567012],[-72.95594699415784,41.28096538567995],[-72.95600099418445,41.28112638570967],[-72.95601899419333,41.281180385719644],[-72.95604499420492,41.281236385729756],[-72.9560879942238,41.28132338574537],[-72.95612999424192,41.28140338575966],[-72.95615999425483,41.281459385769644],[-72.95511499394077,41.28189638588868],[-72.95419199366341,41.28228338599403],[-72.95197299299522,41.283188386242315],[-72.95193699298447,41.283204386246595],[-72.95091599267545,41.28359338635549],[-72.95083099264977,41.28362638636465],[-72.9505789925738,41.28372738639251],[-72.95049499254847,41.28376138640187],[-72.95007899242232,41.28391538644535],[-72.94991399237135,41.283960386459455],[-72.949468992234,41.28408238649761],[-72.94839499189536,41.2842513865652],[-72.9481009918013,41.28427338657897],[-72.9477499916891,41.284301386595736],[-72.94748799160458,41.284309386605734],[-72.94732099155038,41.28430838661091],[-72.9468799914073,41.2843063866247],[-72.94682199138822,41.28430138662559],[-72.94665599133366,41.2842883866284],[-72.94648399127712,41.28427438663118],[-72.94612199115817,41.28424638663737],[-72.94597099110784,41.28422238663753],[-72.94580099105133,41.28419738663813],[-72.94537099090824,41.28413238663926],[-72.94470899068466,41.283974386629666],[-72.94401699045105,41.28381038661989],[-72.9428109900462,41.28356538661079],[-72.94236198989796,41.28351838661605],[-72.94147098960723,41.28348538663827],[-72.94141398958875,41.283485386640095],[-72.9412139895239,41.28348538664654],[-72.94030098923069,41.28353438668547],[-72.9402259892066,41.283538386688676],[-72.94012398917384,41.28354438669313],[-72.94000198913476,41.28355238669862],[-72.93992798911106,41.28355738670197],[-72.93984298907299,41.28337138666836],[-72.93968198900069,41.283016386604146],[-72.93966598899348,41.282980386597636],[-72.93940398887594,41.28240338649328],[-72.93914098875794,41.28182438638856],[-72.93911498874684,41.28177738638022],[-72.9389349886699,41.28144838632169],[-72.93891198866123,41.281427386318335],[-72.93890198865749,41.2814183863169],[-72.93868898857735,41.28122238628544],[-72.93846498849317,41.28101738625257],[-72.93658598782807,41.28002838611969],[-72.93256898640641,41.27791638583601]]]},"properties":{"name":1545,"geoid":"09009154500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.98423500066012,41.23380237554652],[-72.98518700100384,41.234426375637966],[-72.9867220015581,41.235433375785554],[-72.98675800157102,41.23545537578871],[-72.9868680016104,41.23552137579808],[-72.98690500162363,41.23554337580121],[-72.9871550017044,41.23553937579236],[-72.98740700178053,41.23544137576508],[-72.98754500182405,41.235420375756526],[-72.98777200189573,41.235387375742754],[-72.98847000210907,41.23516037567587],[-72.98890400224472,41.23507237564468],[-72.98921200234103,41.23501037562263],[-72.98945300241336,41.23490837559492],[-72.989798002517,41.23476437555563],[-72.99008500260977,41.234760375545605],[-72.99009300261237,41.23476037554535],[-72.99012400262225,41.234757375543765],[-72.99024100265964,41.23474837553823],[-72.99028100267243,41.234745375536356],[-72.99039900271015,41.2347363755308],[-72.9905170027479,41.23472737552523],[-72.99058200276929,41.234733375524314],[-72.99061400277886,41.234719375520555],[-72.99086900286035,41.23469937550843],[-72.99099000289455,41.23461037548713],[-72.99118500294962,41.234467375452866],[-72.9914670030392,41.23443537543752],[-72.99172200312125,41.23442537542735],[-72.99199900320836,41.234378375409236],[-72.99226700328639,41.234222375370074],[-72.99241500333235,41.23418737535846],[-72.99255400337785,41.234195375355554],[-72.99261600339901,41.23421437535728],[-72.99270200343067,41.23428137536761],[-72.99274600344832,41.234341375377944],[-72.99275300345114,41.23435137537966],[-72.99275900345839,41.23444537539786],[-72.99270000344391,41.23452737541582],[-72.99245500337244,41.23466737545108],[-72.99238700335515,41.23475137546972],[-72.99237000335377,41.234824375484536],[-72.99244900338559,41.23493437550353],[-72.99259800343869,41.23501937551535],[-72.99249600341541,41.23519237555248],[-72.99247300341483,41.2353143755771],[-72.99249100342739,41.2354333755998],[-72.9925900034667,41.23556137562165],[-72.99273400351647,41.235616375627764],[-72.99317300366518,41.235730375635924],[-72.99340300374405,41.23580737564359],[-72.99342700375713,41.235901375661214],[-72.99332300373602,41.23612437570818],[-72.99333500374772,41.236262375734796],[-72.99338600377907,41.2365243757844],[-72.99332500376269,41.236584375798124],[-72.99316800371165,41.236581375802594],[-72.99292100363026,41.23655737580584],[-72.99264000353938,41.23656037581547],[-72.9924200034755,41.2366913758482],[-72.99242700348489,41.236817375872626],[-72.99253400352565,41.2369253758903],[-72.99274800359845,41.23698637589535],[-72.9930630036978,41.236938375875816],[-72.99309900371297,41.23700037588677],[-72.99306900370873,41.23709737590671],[-72.99299100368707,41.23716137592175],[-72.9929890036901,41.23722637593453],[-72.99307500372039,41.23726937594017],[-72.9931930037601,41.237295375941464],[-72.99324000377773,41.237337375948165],[-72.99323300377866,41.237394375959546],[-72.99243600354636,41.23785337607501],[-72.99240600354054,41.237922376089465],[-72.9923600035315,41.2380263761113],[-72.99240200354886,41.23809237612286],[-72.99250800358541,41.238131376127086],[-72.99262700362362,41.23812537612207],[-72.99276300366576,41.238091376111036],[-72.99285400369695,41.23812137611398],[-72.99291700372153,41.23819537612643],[-72.99303100377169,41.238429376168526],[-72.99312300381153,41.23860637620018],[-72.99311000380973,41.23864937620902],[-72.99310400380926,41.2386753762143],[-72.99300300378518,41.23882837624748],[-72.99285100373649,41.23883837625434],[-72.9927350036935,41.23874237623929],[-72.9925700036353,41.23865837622818],[-72.99242500358768,41.23864737623068],[-72.99222200352818,41.23875837625894],[-72.9921280035119,41.23900937631108],[-72.99218500354512,41.2392703763603],[-72.99233600360388,41.23944437638947],[-72.99248300364916,41.239402376376525],[-72.99258400368521,41.2394613763848],[-72.99285000379831,41.239937376469356],[-72.99286000380256,41.23995537647256],[-72.9927250037686,41.240128376510754],[-72.99256900372664,41.240280376545506],[-72.99263600375485,41.24039537656584],[-72.99278600380545,41.240430376567865],[-72.99281800381475,41.240411376563124],[-72.99311000389991,41.240244376521034],[-72.99322900393956,41.24026337652092],[-72.99320300393916,41.24040537654953],[-72.9930680039243,41.24091637665385],[-72.99314700395459,41.24099937666754],[-72.99329800400392,41.24100637666405],[-72.99351500407168,41.24096137664826],[-72.99381200416798,41.24096237663887],[-72.99406300425117,41.24099537663724],[-72.99417900429277,41.241066376647396],[-72.99420100430218,41.241106376654514],[-72.99424500432072,41.24118237666798],[-72.99426000433242,41.24130337669116],[-72.99435400436904,41.241412376709434],[-72.99442700439705,41.241489376722164],[-72.99462300446706,41.241604376738344],[-72.99463500447636,41.24170037675673],[-72.99463800447877,41.24172537676153],[-72.99461600447475,41.24178037677299],[-72.99454400446227,41.24197237681287],[-72.9942820043796,41.24201137682894],[-72.99421600436068,41.242055376839666],[-72.99421700436592,41.24214237685667],[-72.99434000441235,41.24225837687539],[-72.99436200442659,41.242384376899324],[-72.9943550044271,41.24243337690913],[-72.99431000441649,41.24250337692427],[-72.99427500440835,41.242560376936545],[-72.99391900431719,41.24298837703174],[-72.99394800433497,41.24313637705975],[-72.99378100429419,41.24337237711131],[-72.99356300422978,41.243482377139834],[-72.9933230041542,41.2435213771552],[-72.9932870041447,41.243559377163784],[-72.99333800416463,41.24361937717388],[-72.99337400418001,41.24368537718563],[-72.99332300416721,41.243751377200184],[-72.99330200416478,41.24382837721592],[-72.99341100421282,41.24405337725642],[-72.99348400423895,41.24409737726267],[-72.99354900426464,41.24417937727663],[-72.99335300421822,41.244481377342005],[-72.99336000422548,41.24456937735901],[-72.99333900422239,41.24463537737258],[-72.99327300420659,41.24473437739408],[-72.99319300418315,41.244778377405254],[-72.99313500416314,41.244756377402815],[-72.99314900415833,41.24459137737009],[-72.9930770041319,41.244536377361655],[-72.99303200411703,41.24453137736214],[-72.99297500409823,41.2445253773628],[-72.99284400405763,41.244558377373465],[-72.99264000399776,41.24466837740154],[-72.99237100391058,41.2446683774102],[-72.99224000386876,41.24467937741658],[-72.99216800384728,41.24471237742536],[-72.99208800382544,41.24478437744202],[-72.9920520038213,41.24491737746919],[-72.99203700381943,41.24497037748005],[-72.99197900380409,41.245031377493845],[-72.99182600375603,41.24505837750406],[-72.99165900369916,41.24500937749985],[-72.99154100366074,41.24500637750306],[-72.99142600362336,41.245004377506376],[-72.99108400351628,41.245070377530304],[-72.99096100347641,41.24507037753426],[-72.99092400347405,41.245240377568706],[-72.99095400349026,41.245355377590236],[-72.99093900349003,41.24543737760676],[-72.99077200344587,41.24561337764656],[-72.9907430034402,41.24567937766041],[-72.99076500345853,41.24587737769842],[-72.9906700034364,41.246030377731415],[-72.99066500344054,41.246132377751515],[-72.99066300344312,41.24618937776272],[-72.99056200341724,41.24631037778966],[-72.99058400342997,41.246409377808305],[-72.99064200345559,41.246530377830105],[-72.99062700345758,41.246651377854256],[-72.99062100345643,41.246665377857184],[-72.99051100343424,41.24690337790727],[-72.99052600344379,41.24698637792304],[-72.99046100344783,41.24743037801196],[-72.99046100345147,41.247494378024484],[-72.99046100346492,41.24773237807103],[-72.99049000347772,41.24779237808183],[-72.99064300353163,41.24786937809197],[-72.99070800355892,41.247979378111395],[-72.99078100358446,41.24801237811549],[-72.99080300359063,41.24799537811144],[-72.99083200359723,41.24794637810094],[-72.99091200362041,41.24789737808878],[-72.99106500366936,41.247886378081695],[-72.9911880037104,41.24790737808184],[-72.99148600380572,41.247885378067934],[-72.99156600382915,41.24784137805674],[-72.99164600385078,41.24776537803932],[-72.99179200389679,41.24774237803011],[-72.99186500392389,41.2478033780397],[-72.9919300039496,41.24788537805364],[-72.99194500395855,41.247957378067234],[-72.99226500408423,41.248346378133014],[-72.99227000408641,41.2483563781348],[-72.99235200412176,41.24851137816246],[-72.99236700413714,41.248697378198365],[-72.992207004094,41.24885137823364],[-72.99210500406869,41.24898837826372],[-72.99207100406333,41.249088378284384],[-72.99198900405067,41.24933437833513],[-72.99189500402271,41.24937837834677],[-72.99171900397556,41.24955337838666],[-72.99159700394294,41.24967537841444],[-72.99154600392792,41.24970237842136],[-72.99153900392724,41.24973037842706],[-72.99167000397586,41.24983937844417],[-72.9916260039672,41.249938378464954],[-72.99163600397442,41.250008378478306],[-72.99165300398558,41.25010837849732],[-72.99150600395,41.250321378543724],[-72.99138400391824,41.25045937857465],[-72.99139400392505,41.25052237858664],[-72.99149300396816,41.25071737862159],[-72.99153500399201,41.25089837865562],[-72.99160300401817,41.25097137866772],[-72.99169600405195,41.25103537867724],[-72.99210700420113,41.25131837871935],[-72.99219100423265,41.25139437873149],[-72.99223900425064,41.25143737873836],[-72.99238500430542,41.25156937875946],[-72.99243400432378,41.251613378766486],[-72.99238900434206,41.25219437888156],[-72.99225500439744,41.25394037922732],[-72.99224200440283,41.254110379260986],[-72.99225100442918,41.25452437934166],[-72.99224600445379,41.25498837943254],[-72.99223500452904,41.25638137970529],[-72.99223100455406,41.256846379796336],[-72.9922260045757,41.257257379876876],[-72.99221500464189,41.258490380118324],[-72.99221500464428,41.25853238012654],[-72.99221400465075,41.25865238015003],[-72.99221200466427,41.258902380198975],[-72.9919430045885,41.25910438024714],[-72.99132300441411,41.25957338035881],[-72.99113300436007,41.259706380390945],[-72.99085900428226,41.25990038043772],[-72.99076500425552,41.25996638045364],[-72.9900740040563,41.26040338056134],[-72.98975000396301,41.26061038061227],[-72.98895000372966,41.261068380727586],[-72.98761100333277,41.26172338089879],[-72.98700100315206,41.2620233809771],[-72.98677300308431,41.26213238100577],[-72.98663100304191,41.262196381022854],[-72.9846060024404,41.26316438127735],[-72.9812640014477,41.26476338169763],[-72.98021700113608,41.265253381827144],[-72.97854000063813,41.26605938203873],[-72.97811100051098,41.26626938209362],[-72.97675900011028,41.26693238226678],[-72.97596999987829,41.2673523823743],[-72.97588099984414,41.2672583823588],[-72.9758449998303,41.26722038235251],[-72.97569699977399,41.26707238232835],[-72.97560099973833,41.26699238231581],[-72.97550299970192,41.26691038230293],[-72.97523499959955,41.266636382257985],[-72.97469699939396,41.266084382167406],[-72.97441299928788,41.26583638212806],[-72.97429199924267,41.26573038211123],[-72.97409699917358,41.26562638209718],[-72.97390299910482,41.26552238208309],[-72.97385299908714,41.26549638207962],[-72.97352699897382,41.26536138206372],[-72.97329199889286,41.26527638205467],[-72.97328999889221,41.26527638205474],[-72.97309099882274,41.26518838204394],[-72.97225299853145,41.264840382002895],[-72.97181299837827,41.264653381980494],[-72.97059799795532,41.26413838191892],[-72.97048999791868,41.264109381916725],[-72.97040199788886,41.26408638191506],[-72.97002099776213,41.26402938191619],[-72.97026299783084,41.263857381874764],[-72.97029499783952,41.26382738186786],[-72.97043099787653,41.263702381839046],[-72.97070999795203,41.26343838177844],[-72.97097499801717,41.263071381698154],[-72.97117499806645,41.262796381637955],[-72.97121599807612,41.26273238162412],[-72.9713379981048,41.26254038158266],[-72.97137999811486,41.26247738156897],[-72.97103299799322,41.262315381548476],[-72.96999299762884,41.2618323814875],[-72.96964699750758,41.261671381467174],[-72.96890799724788,41.26131438142115],[-72.96840899707252,41.26107338139009],[-72.96815199697717,41.26086038135672],[-72.9680329969304,41.2607153813322],[-72.96777099683041,41.26044838128841],[-72.9675909967642,41.26030938126704],[-72.9670889965909,41.260122381246624],[-72.96685299650991,41.26004238123858],[-72.96674599647326,41.26000738123519],[-72.96634599633144,41.25979238120601],[-72.96612599625301,41.259666381188445],[-72.96624799628792,41.25958438116849],[-72.9666139963927,41.2593393811088],[-72.966736996428,41.259258381089005],[-72.96693799648513,41.25911638105477],[-72.96754299665717,41.258691380952186],[-72.96774499671469,41.25855038091812],[-72.96808299680896,41.25828038085444],[-72.96894799705032,41.25759038069167],[-72.96908599708753,41.25745738066121],[-72.96939899717208,41.25715838059266],[-72.96950699720074,41.257046380567296],[-72.96983499728817,41.25671238049141],[-72.96994399731723,41.2566013804662],[-72.97058599748829,41.25594638031745],[-72.97074199752973,41.25578538028095],[-72.97279499807584,41.25367537980221],[-72.97311899816079,41.25332037972236],[-72.97374899832619,41.25263437956791],[-72.97390499836882,41.252494379535506],[-72.97421499844967,41.252147379457675],[-72.9746059985557,41.251781379373504],[-72.9752389987275,41.25119137923774],[-72.9757519988637,41.25065937911716],[-72.97612399896255,41.250275379030086],[-72.97636599902951,41.2500723789826],[-72.97637499903202,41.25006537898093],[-72.9770179992018,41.24938237882665],[-72.97723499925912,41.249152378774674],[-72.97745299931542,41.24889837871798],[-72.9781089994851,41.248139378548416],[-72.97832799954178,41.24788637849188],[-72.97862899961734,41.2474973784061],[-72.97900199971114,41.24701837830039],[-72.97956499985622,41.246357378152986],[-72.97988399993848,41.24598337806956],[-72.9798889999397,41.245976378068036],[-72.97990399994355,41.24595837806404],[-72.97990999994515,41.24595237806266],[-72.98019300001562,41.24557637798],[-72.98023000002493,41.24552937796962],[-72.98052600009984,41.24515737788732],[-72.980808000174,41.244852377818574],[-72.98108500024419,41.244506377741985],[-72.98123500028093,41.244296377696074],[-72.98154600035741,41.243866377601954],[-72.98126800026111,41.24375637758938],[-72.98043699997334,41.24342937755217],[-72.98015999987743,41.24332037753977],[-72.98008799985206,41.243284377535055],[-72.97987399977676,41.2431793775214],[-72.97980299975178,41.243144377516835],[-72.97967299970642,41.24308737750988],[-72.97928299957057,41.24291937748956],[-72.97915299952527,41.242863377482806],[-72.9789479994539,41.242776377472374],[-72.97833299923987,41.24251537744111],[-72.97812899916886,41.242428377430656],[-72.97792999909946,41.24234137742004],[-72.97733599889239,41.2420833773887],[-72.97713799882337,41.24199737737824],[-72.97619699849612,41.24160237733126],[-72.97590999839548,41.24146737731409],[-72.97572499833102,41.241387377304385],[-72.9750879981064,41.24106537726192],[-72.9741379977663,41.24049437718077],[-72.97311499740248,41.23992237710179],[-72.9729019973265,41.23979937708458],[-72.97226499709924,41.239430377032875],[-72.97205299702364,41.239308377015846],[-72.97201999701676,41.239375377030015],[-72.97192299699671,41.23957737707265],[-72.97189199699051,41.239645377086944],[-72.97173499693773,41.23961137708533],[-72.97126399677931,41.23950937708055],[-72.97110699672652,41.23947537707895],[-72.96953999620618,41.23925337708594],[-72.96824299577557,41.23907037709186],[-72.97168799661247,41.23412137601274],[-72.97291599689636,41.232101375577976],[-72.97654799804869,41.23166637537598],[-72.97916699890295,41.23176637531127],[-72.98125799962794,41.23260637540834],[-72.98423500066012,41.23380237554652]]]},"properties":{"name":1547,"geoid":"09009154700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.96012599373873,41.24958437940977],[-72.96261499432065,41.24560437855118],[-72.96695299552059,41.24195837769837],[-72.96824299577557,41.23907037709186],[-72.96953999620618,41.23925337708594],[-72.97110699672652,41.23947537707895],[-72.97126399677931,41.23950937708055],[-72.97173499693773,41.23961137708533],[-72.97189199699051,41.239645377086944],[-72.97192299699671,41.23957737707265],[-72.97201999701676,41.239375377030015],[-72.97205299702364,41.239308377015846],[-72.97226499709924,41.239430377032875],[-72.9729019973265,41.23979937708458],[-72.97311499740248,41.23992237710179],[-72.9741379977663,41.24049437718077],[-72.9750879981064,41.24106537726192],[-72.97572499833102,41.241387377304385],[-72.97590999839548,41.24146737731409],[-72.97619699849612,41.24160237733126],[-72.97713799882337,41.24199737737824],[-72.97733599889239,41.2420833773887],[-72.97792999909946,41.24234137742004],[-72.97812899916886,41.242428377430656],[-72.97833299923987,41.24251537744111],[-72.9789479994539,41.242776377472374],[-72.97915299952527,41.242863377482806],[-72.97928299957057,41.24291937748956],[-72.97967299970642,41.24308737750988],[-72.97980299975178,41.243144377516835],[-72.97987399977676,41.2431793775214],[-72.98008799985206,41.243284377535055],[-72.98015999987743,41.24332037753977],[-72.98043699997334,41.24342937755217],[-72.98126800026111,41.24375637758938],[-72.98154600035741,41.243866377601954],[-72.98123500028093,41.244296377696074],[-72.98108500024419,41.244506377741985],[-72.980808000174,41.244852377818574],[-72.98052600009984,41.24515737788732],[-72.98023000002493,41.24552937796962],[-72.98019300001562,41.24557637798],[-72.97990999994515,41.24595237806266],[-72.97990399994355,41.24595837806404],[-72.9798889999397,41.245976378068036],[-72.97988399993848,41.24598337806956],[-72.97956499985622,41.246357378152986],[-72.97900199971114,41.24701837830039],[-72.97862899961734,41.2474973784061],[-72.97832799954178,41.24788637849188],[-72.9781089994851,41.248139378548416],[-72.97745299931542,41.24889837871798],[-72.97723499925912,41.249152378774674],[-72.9770179992018,41.24938237882665],[-72.97637499903202,41.25006537898093],[-72.97636599902951,41.2500723789826],[-72.97612399896255,41.250275379030086],[-72.9757519988637,41.25065937911716],[-72.9752389987275,41.25119137923774],[-72.9746059985557,41.251781379373504],[-72.97421499844967,41.252147379457675],[-72.97390499836882,41.252494379535506],[-72.97374899832619,41.25263437956791],[-72.97311899816079,41.25332037972236],[-72.97279499807584,41.25367537980221],[-72.97074199752973,41.25578538028095],[-72.97058599748829,41.25594638031745],[-72.96994399731723,41.2566013804662],[-72.96983499728817,41.25671238049141],[-72.96950699720074,41.257046380567296],[-72.96939899717208,41.25715838059266],[-72.96908599708753,41.25745738066121],[-72.96894799705032,41.25759038069167],[-72.96808299680896,41.25828038085444],[-72.96774499671469,41.25855038091812],[-72.96754299665717,41.258691380952186],[-72.96693799648513,41.25911638105477],[-72.966736996428,41.259258381089005],[-72.9666139963927,41.2593393811088],[-72.96624799628792,41.25958438116849],[-72.96612599625301,41.259666381188445],[-72.96576799614654,41.259835381233025],[-72.96570499612781,41.25986538124092],[-72.96491899589148,41.26019138132996],[-72.96467499581857,41.26030038135913],[-72.9643139957107,41.26046238140243],[-72.96419699567676,41.260532381419864],[-72.96406999563999,41.260610381439214],[-72.96388499558698,41.26073338146923],[-72.96385999558052,41.2607623814757],[-72.96377299555824,41.26086738149903],[-72.96378899555711,41.260755381476606],[-72.96381499555615,41.260589381443324],[-72.96386499556316,41.260426381409836],[-72.96389899556812,41.26031938138782],[-72.9639269955703,41.26019738136306],[-72.96397699557481,41.25999038132097],[-72.9639819955689,41.2598573812948],[-72.96397199556426,41.259832381290224],[-72.96392599554285,41.25971738126924],[-72.9638459955103,41.25960038124893],[-72.9637499954712,41.259459381224445],[-72.96356499540153,41.25928738119676],[-72.96346199536272,41.25919138118131],[-72.96329399530313,41.25910038116891],[-72.96306199522081,41.25897438115174],[-72.96278499512376,41.25884538113543],[-72.96261299506347,41.25876538112532],[-72.96244299500448,41.25869638111729],[-72.96240599499163,41.25868138111556],[-72.96215899490056,41.258486381085376],[-72.96203499485195,41.25833738106022],[-72.96191899480642,41.258197381036595],[-72.96181199476368,41.25805438101206],[-72.96154499465703,41.25769838095103],[-72.9615039946392,41.257618380936705],[-72.96142399460435,41.25746038090838],[-72.9613299945618,41.25724638086957],[-72.96133299455249,41.25706438083387],[-72.96133799455252,41.25703638082824],[-72.96137399455408,41.25685738079207],[-72.9616869946153,41.25614538064276],[-72.9616879945946,41.25577338056996],[-72.96168999457015,41.25532938048307],[-72.96169499456359,41.255184380454565],[-72.96169999455752,41.25504838042781],[-72.96174899455681,41.25475438036873],[-72.96177399455686,41.25461238034015],[-72.96182899456204,41.25438838029457],[-72.96199599457833,41.25371838015816],[-72.96203299458206,41.25357238012842],[-72.96204899458284,41.253494380112635],[-72.96205399458289,41.25346638010701],[-72.96207199458419,41.25338638009078],[-72.96207799458462,41.253359380085314],[-72.9620879945843,41.25329638007266],[-72.96211999458406,41.253108380034874],[-72.96213099458411,41.25304638002238],[-72.9620139945406,41.252947380006795],[-72.96166299441016,41.25265237996038],[-72.96154599436673,41.25255437994498],[-72.96144299433881,41.25265137996726],[-72.96123999427888,41.252755379994134],[-72.96073399412974,41.25301838006185],[-72.96025299398725,41.25325538012368],[-72.95998899390914,41.25338738015799],[-72.95992299388959,41.25342038016657],[-72.95987699386475,41.253244380133644],[-72.9598749938635,41.25323338013155],[-72.95983499383696,41.25299338008589],[-72.95984399383028,41.25282338005235],[-72.95990299384358,41.25272038003031],[-72.9599619938571,41.252621380009046],[-72.96001199387089,41.252578379999036],[-72.96008899378276,41.250576379604986],[-72.9600979937714,41.25032337955521],[-72.96012599373873,41.24958437940977]]]},"properties":{"name":1548,"geoid":"09009154800"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.92913498428373,41.26003838245076],[-72.92987998456633,41.2607663825692],[-72.93120798507007,41.262064382780366],[-72.93132098513684,41.26259838288115],[-72.93140198518438,41.262975382952284],[-72.93166298533814,41.26420038318345],[-72.93177698540529,41.264735383284396],[-72.93197998548322,41.26495038331992],[-72.93258998571739,41.26559538342643],[-72.93279398579573,41.265811383462115],[-72.93295298585758,41.265994383492796],[-72.93343298604425,41.26654438358491],[-72.9335929861065,41.26672838361575],[-72.93374698616523,41.2668843836413],[-72.93421098634225,41.26735538371849],[-72.93425298635823,41.267397383725346],[-72.93438398640606,41.26749238373971],[-72.93458598646406,41.26735938370721],[-72.93519198663809,41.26696238361011],[-72.93539498669642,41.26683038357777],[-72.93554598673985,41.26673238355375],[-72.93600098687081,41.26643938348183],[-72.93615298691459,41.26634238345798],[-72.93636798697655,41.26620538342428],[-72.936403986987,41.26618338341882],[-72.9368839871226,41.26582938333418],[-72.9369809871493,41.26574538331463],[-72.93717498720282,41.26557938327593],[-72.93739198726254,41.265391383232206],[-72.93800798743243,41.26486338310915],[-72.93804598744289,41.26483038310147],[-72.93826398750298,41.26464338305789],[-72.93846498755961,41.26449238302192],[-72.93859698759681,41.264393382998314],[-72.93890098768938,41.26428738296781],[-72.93916098777032,41.26422838294792],[-72.93940698784697,41.26417338292925],[-72.93961198791065,41.264124382913074],[-72.9402299881028,41.263979382864854],[-72.94043598816685,41.263931382848845],[-72.94066898823934,41.263877382830806],[-72.94136698845656,41.26371738277707],[-72.94160098852943,41.26366438275919],[-72.94220098871618,41.26352738271309],[-72.94413198931717,41.263085382564576],[-72.9441069893058,41.263027382554036],[-72.94663499010662,41.26269738240821],[-72.94691299024433,41.263540382564116],[-72.94697799027652,41.263737382600546],[-72.94717599037432,41.26433238271052],[-72.94724199040691,41.264530382747125],[-72.94729899043544,41.26470838278011],[-72.94746999052121,41.2652453828796],[-72.94752699054979,41.26542438291276],[-72.9475819905765,41.26558138294168],[-72.94774699065658,41.26605238302848],[-72.94780299068361,41.266209383057365],[-72.94785899071181,41.266387383090375],[-72.94802999079742,41.266921383189285],[-72.94808699082597,41.26709938322225],[-72.94818399087437,41.26739938327779],[-72.94847499101958,41.26830038344459],[-72.94857199106804,41.26860138350032],[-72.94895099125051,41.269656383694404],[-72.94913699135043,41.27035738382546],[-72.9491719913681,41.27046938384625],[-72.94927999142215,41.27080638390864],[-72.94931599144022,41.27091938392958],[-72.94932899144685,41.270962383937565],[-72.94967699162393,41.272099384148646],[-72.94978299167315,41.27236238419666],[-72.94981999168802,41.27241338420545],[-72.9481779911884,41.27299138437126],[-72.94624099059672,41.27363238455888],[-72.94602099052956,41.27370638458041],[-72.94536299032886,41.27392938464518],[-72.9451439902621,41.27400438466688],[-72.94480299015765,41.274112384698974],[-72.94378198984516,41.274439384795734],[-72.94344198974109,41.27454838482798],[-72.9432299896762,41.274616384848095],[-72.94259498948193,41.274821384908584],[-72.94238398941742,41.27489038492887],[-72.9420269893083,41.27500738496323],[-72.94095598898114,41.27536238506706],[-72.94059998887246,41.27548138510176],[-72.94029198877804,41.27557738513044],[-72.93936998849564,41.27586938521716],[-72.93906298840164,41.275967385246204],[-72.93883998833331,41.27603738526707],[-72.93817398812948,41.27625138533031],[-72.93795198806151,41.276322385351335],[-72.93789798804475,41.27633538535561],[-72.93781398801882,41.276358385362805],[-72.93774298799768,41.276391385371525],[-72.93769398798318,41.276416385378],[-72.9374249879,41.27648738540052],[-72.93662098765152,41.27670338546861],[-72.93635398756905,41.27677538549126],[-72.93432098694453,41.27738738567627],[-72.93256898640641,41.27791638583601],[-72.93198098599835,41.27406738510247],[-72.92742798430325,41.27018838449041],[-72.92226798275276,41.272356385080094],[-72.9190039816849,41.272185385151545],[-72.9170329809312,41.27015338481755],[-72.91744498104498,41.26980238473566],[-72.92001998175621,41.26761238422473],[-72.92014298179022,41.267508384200454],[-72.92188798219817,41.264712383597626],[-72.92913498428373,41.26003838245076]]]},"properties":{"name":1550,"geoid":"09009155000"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.92913498428373,41.26003838245076],[-72.93310698544028,41.257716381868995],[-72.9473999898728,41.25416638071524],[-72.95422699187705,41.25047337977338],[-72.9601319937313,41.2494183793771],[-72.96012599373873,41.24958437940977],[-72.9600979937714,41.25032337955521],[-72.96008899378276,41.250576379604986],[-72.96001199387089,41.252578379999036],[-72.9599619938571,41.252621380009046],[-72.95990299384358,41.25272038003031],[-72.95984399383028,41.25282338005235],[-72.95983499383696,41.25299338008589],[-72.9598749938635,41.25323338013155],[-72.95987699386475,41.253244380133644],[-72.95992299388959,41.25342038016657],[-72.95984999386799,41.25345638017596],[-72.9596109937972,41.253574380206736],[-72.959051993632,41.25385738028007],[-72.95698799302228,41.254906380551624],[-72.95676199295593,41.25502838058275],[-72.95646299286959,41.25521538062894],[-72.95593999271864,41.25554438071011],[-72.95564599263476,41.25574638075908],[-72.95543099257361,41.25589738079552],[-72.95478999239155,41.25635238090512],[-72.95457599233076,41.25650438094173],[-72.954038992177,41.256863381029206],[-72.95243099171685,41.25794438129235],[-72.95189599156383,41.25830538138015],[-72.95169399150598,41.258440381413045],[-72.95120699136677,41.25877038149325],[-72.95115099135076,41.25880838150248],[-72.95108799133243,41.25884538151173],[-72.95087999127215,41.25897138154306],[-72.95088299130767,41.259583381662644],[-72.95089099131867,41.25973238169153],[-72.95085599134303,41.26036438181625],[-72.95084799134452,41.26043638183058],[-72.95079299137781,41.261341382009334],[-72.95074799139863,41.26196838213338],[-72.9507449914005,41.26201838214325],[-72.95073499140588,41.262171382173506],[-72.95073299140813,41.26222238218353],[-72.94663499010662,41.26269738240821],[-72.9441069893058,41.263027382554036],[-72.94413198931717,41.263085382564576],[-72.94220098871618,41.26352738271309],[-72.94160098852943,41.26366438275919],[-72.94136698845656,41.26371738277707],[-72.94066898823934,41.263877382830806],[-72.94043598816685,41.263931382848845],[-72.9402299881028,41.263979382864854],[-72.93961198791065,41.264124382913074],[-72.93940698784697,41.26417338292925],[-72.93916098777032,41.26422838294792],[-72.93890098768938,41.26428738296781],[-72.93859698759681,41.264393382998314],[-72.93846498755961,41.26449238302192],[-72.93826398750298,41.26464338305789],[-72.93804598744289,41.26483038310147],[-72.93800798743243,41.26486338310915],[-72.93739198726254,41.265391383232206],[-72.93717498720282,41.26557938327593],[-72.9369809871493,41.26574538331463],[-72.9368839871226,41.26582938333418],[-72.936403986987,41.26618338341882],[-72.93636798697655,41.26620538342428],[-72.93615298691459,41.26634238345798],[-72.93600098687081,41.26643938348183],[-72.93554598673985,41.26673238355375],[-72.93539498669642,41.26683038357777],[-72.93519198663809,41.26696238361011],[-72.93458598646406,41.26735938370721],[-72.93438398640606,41.26749238373971],[-72.93425298635823,41.267397383725346],[-72.93421098634225,41.26735538371849],[-72.93374698616523,41.2668843836413],[-72.9335929861065,41.26672838361575],[-72.93343298604425,41.26654438358491],[-72.93295298585758,41.265994383492796],[-72.93279398579573,41.265811383462115],[-72.93258998571739,41.26559538342643],[-72.93197998548322,41.26495038331992],[-72.93177698540529,41.264735383284396],[-72.93166298533814,41.26420038318345],[-72.93140198518438,41.262975382952284],[-72.93132098513684,41.26259838288115],[-72.93120798507007,41.262064382780366],[-72.92987998456633,41.2607663825692],[-72.92913498428373,41.26003838245076]]]},"properties":{"name":1551,"geoid":"09009155100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.86029696107362,41.24416938155399],[-72.86011796104745,41.244736381670684],[-72.85966096098088,41.24618838196947],[-72.85958296096958,41.24643738202069],[-72.85954296096364,41.24656238204643],[-72.85940496094379,41.247005382137544],[-72.85936696093727,41.24710838215892],[-72.8592569609191,41.2474193822233],[-72.85922096091325,41.24752338224479],[-72.8591189608989,41.24785638231323],[-72.85901596088416,41.24818838238149],[-72.85895796087588,41.24837538241995],[-72.85885996085625,41.24859138246535],[-72.85821296072768,41.250036382768826],[-72.85724396053537,41.25220438322406],[-72.85671496040202,41.25288338337386],[-72.85623496028153,41.25350838351152],[-72.85607696024171,41.25371138355631],[-72.85586096018729,41.25398938361759],[-72.85571096014957,41.254183383660376],[-72.85556096011183,41.254377383703115],[-72.85505595998188,41.25497838383689],[-72.85457995986239,41.25559838397343],[-72.85417695976118,41.25612238408886],[-72.85416795975897,41.256135384091685],[-72.85414895975445,41.25616438409796],[-72.85397495971311,41.256432384155964],[-72.85380195967201,41.256699384213746],[-72.85374695965885,41.256782384231755],[-72.85373495965608,41.25680238423604],[-72.85366895964047,41.25690538425831],[-72.85323295953692,41.25757838440394],[-72.85279595943302,41.258250384549406],[-72.85253395937079,41.25865438463683],[-72.85227195930861,41.25905938472444],[-72.85224495930248,41.25910638473452],[-72.85215895928933,41.259368384788516],[-72.85201895926805,41.25979738487692],[-72.85192795937304,41.26218938534779],[-72.85191595937228,41.26224538535912],[-72.85180595936441,41.26273938545927],[-72.8519169594229,41.26313938553399],[-72.85170995936122,41.26323638555957],[-72.85172395937829,41.263459385602744],[-72.8519299594659,41.26382938566853],[-72.85192995947384,41.26397038569611],[-72.85189195946967,41.26411538572569],[-72.85177695945511,41.264519385808406],[-72.85183295948244,41.2646823858385],[-72.85217395960807,41.264950385880006],[-72.85224295963668,41.26506138589951],[-72.85223495964249,41.265210385928896],[-72.85222695964569,41.26531338594931],[-72.85222695965233,41.26543138597238],[-72.8522959596811,41.265545385992475],[-72.85238695971708,41.26566038601206],[-72.85238695972326,41.26577038603357],[-72.85231095970465,41.26587738605694],[-72.85226695969313,41.26592638606793],[-72.85220695967732,41.26599138608257],[-72.8519739596102,41.26614138611936],[-72.85183695956498,41.26612738612102],[-72.85174695953512,41.26611538612156],[-72.85166195950744,41.266113386123884],[-72.85125695937751,41.26613838614175],[-72.85107695932663,41.26627138617352],[-72.85086395926497,41.266403386206164],[-72.85072595922935,41.26656538624227],[-72.85053095918288,41.26686338630681],[-72.85038295915243,41.26717538637258],[-72.85026495912834,41.267427386425624],[-72.85008495907823,41.26757438646015],[-72.85004695907332,41.26770638648719],[-72.8500009590613,41.26775738649863],[-72.84995395904892,41.267808386510126],[-72.84988995903271,41.267889386528],[-72.8497889590017,41.26792038653729],[-72.8497219589809,41.26793638654257],[-72.84965195895647,41.267906386538954],[-72.84956295892414,41.26784438652966],[-72.84946895889253,41.26782438652877],[-72.84934495885243,41.26782638653314],[-72.84921195881076,41.267852386542465],[-72.84909095877438,41.26790338655632],[-72.84906195876914,41.26797738657174],[-72.84909795878465,41.268045386583886],[-72.84915595880533,41.26807838658848],[-72.84906895877728,41.26808138659185],[-72.84890895873079,41.26817738661575],[-72.84876395868561,41.26821038662685],[-72.8486619586522,41.26820438662893],[-72.84850095860106,41.268223386637814],[-72.84833395855584,41.26838238667426],[-72.84819595851451,41.26844338669059],[-72.84805695847079,41.26846738669975],[-72.8479489584359,41.2684693867036],[-72.84765795833589,41.26836938669336],[-72.84753395829559,41.26836738669692],[-72.84732995822138,41.26822438667549],[-72.84715495816013,41.26814438666545],[-72.84706795813257,41.26815638667058],[-72.8463109578863,41.268142386692084],[-72.84578795770979,41.26801938668476],[-72.84577295770774,41.26806938669501],[-72.84570795769008,41.26813038670903],[-72.84558395765228,41.2681733867214],[-72.84544595761248,41.26826138674305],[-72.84541195760332,41.268294386750576],[-72.8453369575831,41.26836738676726],[-72.8451479575312,41.26853438680599],[-72.84502295749286,41.2685733868176],[-72.84477695741758,41.26865338684113],[-72.84444995731069,41.26863838684866],[-72.84423195724814,41.268783386884],[-72.84392595715543,41.26889938691647],[-72.84363895706387,41.268926386930964],[-72.8434239569954,41.26894838694215],[-72.84316895691781,41.2690393869681],[-72.84304995686921,41.26886138693709],[-72.84269295672354,41.268329386844464],[-72.842573956675,41.26815238681366],[-72.84235795660649,41.26818038682605],[-72.84231095659165,41.26818738682891],[-72.84173895640514,41.2681693868437],[-72.8417069563946,41.26816638684414],[-72.8414909563236,41.26814938684773],[-72.84110795620109,41.268179386865846],[-72.84092895614386,41.26819438687452],[-72.84057995603676,41.26830238690681],[-72.84000195585983,41.268489386961896],[-72.83963695574815,41.26860838699684],[-72.83953395571655,41.26864038700641],[-72.83922795562275,41.26873738703518],[-72.83912695559185,41.26877038704485],[-72.83861795543433,41.268904387087346],[-72.8386049554304,41.26890938708875],[-72.83840895537155,41.26899338711146],[-72.83824595532398,41.26908738713505],[-72.83729395505807,41.269849387314565],[-72.83687295494053,41.27018738739414],[-72.83645095482244,41.270521387472975],[-72.8357669546311,41.27106338760088],[-72.83536595452617,41.27151038770114],[-72.83529195450886,41.271629387726776],[-72.8350119544439,41.27208938782571],[-72.83492295442264,41.272224387854976],[-72.83480295439405,41.2724083878948],[-72.83475295438082,41.27246138790676],[-72.83461995434568,41.27260338793878],[-72.83461195434364,41.272613387941],[-72.83449295431011,41.27270338796242],[-72.83438095427903,41.27279638798418],[-72.83401095417857,41.27314438806409],[-72.83369395409264,41.2734443881329],[-72.83344695402815,41.27372238819517],[-72.83318995397336,41.274230388302755],[-72.8329579539282,41.274765388414814],[-72.83278895389547,41.275158388497076],[-72.83267595386978,41.27535338853883],[-72.83222995371868,41.27523838853062],[-72.83207095366481,41.27519738852768],[-72.83172195354778,41.275129388525556],[-72.83119695337582,41.275099388536475],[-72.83088895327623,41.27510438854732],[-72.83086195326769,41.27510838854895],[-72.83053095316387,41.27517138857188],[-72.8304119531269,41.27520038858135],[-72.83036895311217,41.27518638857998],[-72.83024295306896,41.275144388575804],[-72.83020195305492,41.27513138857458],[-72.83016195303182,41.27495138854065],[-72.82996095290527,41.27385938833351],[-72.8297949528114,41.27314738819956],[-72.82977295280048,41.27308038818716],[-72.82972695277265,41.27285038814365],[-72.8297069527556,41.27266238810751],[-72.82975995275761,41.272392388053],[-72.8298009527648,41.27228338803039],[-72.82986495277873,41.27216238800467],[-72.82975195274086,41.27214038800397],[-72.82966795271288,41.27212738800412],[-72.82963895270325,41.27212338800428],[-72.8290719525174,41.272088388015554],[-72.8288739524525,41.272076388019556],[-72.82864895237863,41.272060388023625],[-72.82847995232319,41.27204938802688],[-72.82797595215753,41.272010388035376],[-72.82775195208399,41.2719943880394],[-72.8277539520829,41.27196338803328],[-72.82792795212765,41.27175538798703],[-72.82789795211409,41.27168738797469],[-72.82785495209654,41.27162338796355],[-72.82785495208918,41.271492387937926],[-72.82779695206752,41.2714413879298],[-72.82765895202137,41.27141638792933],[-72.82755695198188,41.271302387910296],[-72.82735395191074,41.2712083878984],[-72.82734595190563,41.27116338788985],[-72.82744095193551,41.27114738788368],[-72.82759995198698,41.27114538787821],[-72.82762295199372,41.27113238787492],[-72.82746895193371,41.27095338784485],[-72.82738195190139,41.270880387833344],[-72.82735995188892,41.27078538781546],[-72.82747695192315,41.27071938779882],[-72.8274769519209,41.270679387790985],[-72.82738995188802,41.270596387777545],[-72.82737495187732,41.270492387757685],[-72.82715695179982,41.27037138774097],[-72.82704095176057,41.27034238773902],[-72.82693695172729,41.2703503877439],[-72.8269099517187,41.27035338774537],[-72.82666295164691,41.2705013877822],[-72.8265459516134,41.2705803878014],[-72.82645095158198,41.2705693878023],[-72.82638495155089,41.270397387770764],[-72.82626995150842,41.270305387756444],[-72.82597795140883,41.27021838774878],[-72.8258689513668,41.27009938772897],[-72.82582595134825,41.27001738771431],[-72.82578795131867,41.26971038765548],[-72.82580295131017,41.269472387608445],[-72.82577395129363,41.26934538758452],[-72.82572295127197,41.26925438756836],[-72.82567995125521,41.26920438755997],[-72.82552095119713,41.26908838754234],[-72.82541395115277,41.26891638751213],[-72.82544695115966,41.26884838749777],[-72.82548995116858,41.26875938747898],[-72.82568895122887,41.26868338745775],[-72.8258209512733,41.26871238745921],[-72.82589195129403,41.268671387448904],[-72.82583095125992,41.26841638740098],[-72.82554795114702,41.26804038733648],[-72.82526295103912,41.267765387291796],[-72.82509895097768,41.26761838726829],[-72.8249319509219,41.26758938726796],[-72.8247279508567,41.267606387277816],[-72.82452695079874,41.26773538730948],[-72.8243449507505,41.26792738735285],[-72.82409695067427,41.268002387375454],[-72.82371395054638,41.26793638737479],[-72.82345795045626,41.26781038735832],[-72.82318995035985,41.26764138733383],[-72.82279695020908,41.267226387265225],[-72.82262495014801,41.26713238725233],[-72.82240695007737,41.267133387259506],[-72.82205094997168,41.267307387304925],[-72.82186094992265,41.26753138735482],[-72.82183394991479,41.2675473873588],[-72.82159594984591,41.26769538739537],[-72.82126294975453,41.26799138746394],[-72.82091994965303,41.26816438750873],[-72.82065194956941,41.268223387528856],[-72.82040794948793,41.26818138752843],[-72.8200539493662,41.2680583875157],[-72.81978894927818,41.26802138751692],[-72.8193929491511,41.268045387534286],[-72.81923994910034,41.26802538753525],[-72.8192049490887,41.2680203875354],[-72.81909994905386,41.26800638753602],[-72.81906594904261,41.26800238753632],[-72.8189149489915,41.267964387533716],[-72.81846594883964,41.26785338752635],[-72.81831594878892,41.267816387523915],[-72.81797694865078,41.26731438743655],[-72.81762094851993,41.26704038739433],[-72.81703994830634,41.26659238732526],[-72.81622194801258,41.26608538725222],[-72.8156089477881,41.265628387182424],[-72.81537594771035,41.26558938718224],[-72.81359994711806,41.26529938718226],[-72.8127919468456,41.26511438717189],[-72.81183294651218,41.26471538712448],[-72.81137294634644,41.26442038708147],[-72.81126994630394,41.26425838705307],[-72.8111669462614,41.264095387024476],[-72.81106694622329,41.26399438700791],[-72.81096694618522,41.26389438699154],[-72.81095794615835,41.263467386908275],[-72.81109594618621,41.263166386844986],[-72.81119394620606,41.26295338680018],[-72.81205794645707,41.262433386670835],[-72.81283894669757,41.262205386601266],[-72.81355794692885,41.26217138657163],[-72.81427694716012,41.26213738654201],[-72.81483294733096,41.26196838649116],[-72.81538894750179,41.26179938644033],[-72.81586694765357,41.26174138641371],[-72.8163359478024,41.26168338638736],[-72.81634494780533,41.26168338638708],[-72.81656894787635,41.261654386374246],[-72.8167929479473,41.261624386361206],[-72.816934947991,41.261582386348465],[-72.81707794803496,41.26153938633549],[-72.81736794812396,41.2614493863086],[-72.81765794821295,41.261359386281725],[-72.81875394852446,41.260576386093476],[-72.81972694881945,41.26021038599078],[-72.82019894895994,41.25998638593185],[-72.82065594909592,41.2597683858746],[-72.82067094910037,41.25976138587275],[-72.82344294992524,41.258441385525856],[-72.8236729499937,41.25833238549717],[-72.82427395016113,41.25784338538228],[-72.8247289502859,41.25743738528829],[-72.82609595066093,41.25622138500665],[-72.82655195078607,41.255816384912805],[-72.82764695106049,41.254379384596625],[-72.82917595144384,41.252376384155774],[-72.83039195177079,41.25117638388205],[-72.8312699520103,41.25037138369646],[-72.83208795223362,41.249624383524115],[-72.83259095236949,41.24913938341311],[-72.83302895248772,41.24871538331613],[-72.83343195259665,41.248328383227495],[-72.83379495269848,41.24804538316051],[-72.8344399528795,41.24754438304184],[-72.83530395313899,41.24717638294218],[-72.83655195354007,41.24711238288975],[-72.83762395389843,41.24730438289305],[-72.8383559541528,41.24760738292893],[-72.8385519542209,41.247688382938506],[-72.83954095458029,41.24837738304171],[-72.83960795460463,41.24842438304878],[-72.83968895463663,41.248526383066135],[-72.84086895510275,41.2500133833194],[-72.84120795523665,41.2504403833921],[-72.84228095567268,41.25200838366462],[-72.84340095610685,41.25327238387613],[-72.8445849565393,41.25413638400728],[-72.8446629565678,41.25419338401594],[-72.84564095692488,41.254904384123755],[-72.8461529570999,41.25506438413869],[-72.8463069571501,41.25506938413473],[-72.84669695727719,41.25508038412441],[-72.8468439573226,41.25504038411188],[-72.84717695742562,41.25495238408401],[-72.84765695756151,41.25460038399976],[-72.84800395764056,41.25400538387225],[-72.84804095764915,41.25394438385912],[-72.84807195763278,41.25347438376617],[-72.84812095760675,41.25272838361863],[-72.84804495755738,41.25228838353496],[-72.84778495738722,41.25076038324429],[-72.84788595739496,41.25031538315398],[-72.84808895741028,41.249416382971546],[-72.84840295747995,41.248844382849576],[-72.84871295754877,41.2482803827293],[-72.84911995765997,41.247910382643845],[-72.84943095774484,41.24762638257831],[-72.85013695793768,41.24698438243009],[-72.85098795818008,41.24638738228603],[-72.85168895837977,41.24589638216751],[-72.85352895894404,41.24532138199607],[-72.85644095984861,41.2446173817651],[-72.85789696031112,41.24444738168523],[-72.86029696107362,41.24416938155399]]]},"properties":{"name":1843,"geoid":"09009184300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.6721479011799,41.26442539151723],[-72.67265590135915,41.2646833915516],[-72.67417990189685,41.26545739165473],[-72.67468790207609,41.26571539168909],[-72.67504790220825,41.26599039173149],[-72.675237902278,41.26613539175383],[-72.67540790234041,41.266265391773885],[-72.67643490271352,41.26697939188103],[-72.67675490282627,41.267139391902184],[-72.67677090283186,41.267146391903054],[-72.6771889029786,41.26734539192873],[-72.67735990304013,41.267453391944436],[-72.6776909031602,41.267680391978345],[-72.67801090328079,41.267980392026914],[-72.67856890348824,41.268453392101755],[-72.67861890350682,41.2684953921084],[-72.6791269036957,41.268926392176624],[-72.6798399039507,41.26934939223675],[-72.68031590412328,41.26967439228525],[-72.68091090434778,41.270237392376536],[-72.68127890450783,41.27096539250734],[-72.68198090478816,41.27190639266919],[-72.68231590491072,41.27215439270708],[-72.68306790518574,41.2727093927918],[-72.68349890533855,41.27294139282352],[-72.68358990537216,41.2730143928349],[-72.68385290547045,41.273246392871954],[-72.6842429056118,41.27351139291142],[-72.68425490561967,41.27358239292492],[-72.68431390564321,41.27366139293853],[-72.68437190567008,41.27380539296485],[-72.68437590567149,41.273807392965125],[-72.68478690581883,41.27405739300099],[-72.68507490590072,41.273850392951324],[-72.68520790595174,41.2739913929747],[-72.68529690597997,41.27397939296952],[-72.68549190603889,41.273901392948055],[-72.68587290615315,41.27373339290307],[-72.68618090625013,41.27368039288292],[-72.68624490627181,41.273696392884005],[-72.68638890632388,41.273792392898216],[-72.68650890637345,41.2739823929316],[-72.68651090637421,41.27398439293192],[-72.68654090639085,41.27410839295525],[-72.68652390640399,41.27444239302113],[-72.68648890640219,41.2746133930557],[-72.68644690640699,41.27494339312162],[-72.68642790640746,41.275062393145504],[-72.68644290642796,41.27534239319983],[-72.68648890644876,41.27544739321891],[-72.68652990646686,41.27553339323444],[-72.68661090650147,41.27568239326102],[-72.68669190653603,41.2758303932874],[-72.6867719065756,41.276074393332614],[-72.68682290659801,41.27617939335155],[-72.68689790662805,41.27628139336911],[-72.68700490666623,41.27634339337784],[-72.68713590671199,41.276401393385036],[-72.68732090677575,41.27646839339226],[-72.68751590684344,41.276547393401536],[-72.6876449068919,41.27666539342052],[-72.68769290691709,41.27683739345266],[-72.68767290693091,41.27720139352451],[-72.68769290694429,41.27732439354794],[-72.68778790698063,41.27742339356429],[-72.68788490701537,41.27748139357256],[-72.68813790710337,41.27758739358526],[-72.6884729072193,41.27771639359985],[-72.68861890727081,41.27779039360969],[-72.68900890742088,41.278211393679676],[-72.68915490747906,41.278404393712805],[-72.6891859074929,41.27847239372511],[-72.68924190751794,41.27859539374741],[-72.68925090752982,41.27875539377842],[-72.6892329075296,41.27885639379875],[-72.68918990751973,41.27892939381441],[-72.68900590746274,41.27897839382985],[-72.68879690739838,41.27904039384863],[-72.68844790728306,41.27900339385248],[-72.68822790720854,41.27894739384851],[-72.68798590712935,41.278935393853864],[-72.6878849071002,41.27900039386979],[-72.6878689071021,41.27912739389515],[-72.68785690710395,41.279230393915675],[-72.68793790713487,41.27931339392935],[-72.68807490718201,41.27936139393438],[-72.68865690737748,41.27947939393898],[-72.68870690739426,41.27948939393933],[-72.68890190746045,41.27954139394332],[-72.6891149075365,41.2796653939608],[-72.68934490762159,41.27985239399008],[-72.68950190768264,41.280033394020506],[-72.68965790774345,41.28021539405116],[-72.68982590780914,41.28041539408495],[-72.68999390787488,41.28061639411894],[-72.69026890797775,41.28086039415795],[-72.69054490808097,41.2811043941969],[-72.69074890815621,41.28126639422212],[-72.6908149081806,41.28131939423038],[-72.69095290823151,41.28142939424751],[-72.69110590828771,41.28154639426555],[-72.69125990834416,41.28166239428334],[-72.69139490839333,41.281758394297825],[-72.6914949084311,41.28185339431325],[-72.6915469084524,41.28193239432704],[-72.69161190847896,41.282030394344154],[-72.69163290849555,41.28220539437773],[-72.69159690848673,41.28225639438884],[-72.6915149084629,41.28230639440123],[-72.69134190840803,41.28232939441124],[-72.69091590827169,41.282363394431435],[-72.69048990813735,41.282433394458664],[-72.69037290810213,41.282482394471984],[-72.69032490809084,41.28255939448857],[-72.69025790808402,41.282826394542944],[-72.69016290807627,41.283239394626754],[-72.69001990803841,41.28339239466124],[-72.68987990799715,41.283467394680365],[-72.6897289079514,41.28352539469651],[-72.68949890787648,41.28352039470284],[-72.68923690778877,41.28347239470178],[-72.68903090771298,41.283312394677026],[-72.68895690767772,41.28311139464006],[-72.68878890761773,41.28301339462622],[-72.68865390757034,41.282949394617994],[-72.68836890747465,41.28289239461591],[-72.68823090743022,41.28289839462146],[-72.6879859073577,41.283023394653696],[-72.68766190727142,41.28336139473012],[-72.68763690726371,41.28336839473229],[-72.68765090726907,41.283383394734784],[-72.6876189072739,41.283655394789015],[-72.68770190733333,41.28423739490023],[-72.68771990734741,41.28438439492842],[-72.6876319073313,41.284607394974856],[-72.68768990736615,41.284894395029156],[-72.68786390743827,41.28517439507841],[-72.68814490753851,41.28533639510117],[-72.688385907617,41.28534139509449],[-72.68870590772215,41.28536439508883],[-72.68894290780565,41.28548239510436],[-72.68907190786021,41.28570939514467],[-72.68917390791421,41.28608339521459],[-72.68917290793277,41.28642139528075],[-72.68926590797898,41.28670839533395],[-72.68944390804614,41.28687639536113],[-72.68969290813205,41.28696739537103],[-72.69003490824684,41.28703539537346],[-72.69018990830503,41.287176395396116],[-72.69037490838127,41.287466395446955],[-72.690441908422,41.287806395511346],[-72.69044390842379,41.2878263955152],[-72.6904479084345,41.28799539554814],[-72.6904859084602,41.288234395593676],[-72.69043890844445,41.28822539559341],[-72.69042090843838,41.288221395593204],[-72.69028190839344,41.2882243955982],[-72.6902619084201,41.28881739571484],[-72.69030190847745,41.28961139586889],[-72.69040990851664,41.28968539587992],[-72.69045090853152,41.28971339588411],[-72.69055790857249,41.28982539590262],[-72.69057790858103,41.28986239590921],[-72.69045290854568,41.28995539593137],[-72.69035790851893,41.29002839594867],[-72.6900809084406,41.290235395997975],[-72.6899569084056,41.290329396020304],[-72.68998890841874,41.29037839602888],[-72.69001590844003,41.29060239607184],[-72.69005490847074,41.29092539613378],[-72.69015590851441,41.291120396168694],[-72.69025790855065,41.29117639617641],[-72.69043590861256,41.29125039618523],[-72.69043990861397,41.291252396185484],[-72.6905349086482,41.2913133961944],[-72.69064290869042,41.29144139621601],[-72.69062690868947,41.29151739623138],[-72.69060790868883,41.29161639625135],[-72.69054190866987,41.29166039626205],[-72.69049090865438,41.291679396267384],[-72.69041790863226,41.291707396275186],[-72.6904549086521,41.29184739630139],[-72.69041090865313,41.29212139635639],[-72.6904689086889,41.29242439641381],[-72.69059290874965,41.29279139648167],[-72.69059290875668,41.29291739650631],[-72.69074590883396,41.29341139659806],[-72.69077490885421,41.293605396635094],[-72.69073890885333,41.29379839667398],[-72.69067290884163,41.2939723967101],[-72.6907239088721,41.29422139675718],[-72.69090690894812,41.29451839680945],[-72.69091390895765,41.29464839683467],[-72.69074590892035,41.29495639690025],[-72.69064390891502,41.295453397000685],[-72.69063890891418,41.295467397003584],[-72.69063690892344,41.295644397038274],[-72.69063590892674,41.29570939705102],[-72.69063990893339,41.29580539706968],[-72.69062290892771,41.295802397069615],[-72.69052890889597,41.295780397068306],[-72.69036890884328,41.29576639707066],[-72.68831390816695,41.29559939710334],[-72.68708790776388,41.29550739712433],[-72.68382090668882,41.29524439717675],[-72.6835499066003,41.29523439718341],[-72.68315390646966,41.29519639718857],[-72.68196690607803,41.29508239720402],[-72.68157190594773,41.29504539720933],[-72.68021490549438,41.294814397207276],[-72.67963190529733,41.29467439719843],[-72.6790859051128,41.29454339719015],[-72.6779999047412,41.29420139715778],[-72.67717890445758,41.29389439712382],[-72.67406490337818,41.292665396982365],[-72.67302290301701,41.292254396935085],[-72.67222790274144,41.29194039689891],[-72.67186090261423,41.29179539688221],[-72.67152990249954,41.291665396867295],[-72.67078990224377,41.29138639683623],[-72.67075690223227,41.29137239683454],[-72.67039090210538,41.2912273968178],[-72.66990290193553,41.2910223967932],[-72.66923990170619,41.29076939676477],[-72.66841790142428,41.29049839673786],[-72.66727490103575,41.290184396712746],[-72.66724090102429,41.29017639671227],[-72.66530890037697,41.289814396702795],[-72.66448190010553,41.28976039671851],[-72.6639608999346,41.28972739672859],[-72.66142689910322,41.28956839677795],[-72.65984289858355,41.28946939680887],[-72.65949589846963,41.2894463968154],[-72.65845689812853,41.28937739683488],[-72.65828189807114,41.28936639683829],[-72.6581108980155,41.28936439684332],[-72.65792389795469,41.28936239684887],[-72.65697689764413,41.289305396867775],[-72.65624389740391,41.28926439688303],[-72.65064389556898,41.288955397000315],[-72.65007189538156,41.28892439701241],[-72.64877589495876,41.28888639704609],[-72.64868789492407,41.28877639702736],[-72.64865189490983,41.28873039701952],[-72.64846489483956,41.28855939699199],[-72.64838789481024,41.288481396979165],[-72.64828989477283,41.28838139696271],[-72.64816289472988,41.288350396960666],[-72.64778289460146,41.28825939695493],[-72.64765689455889,41.288229396953064],[-72.64722589440738,41.28802139692604],[-72.64652589416082,41.28767439688036],[-72.64609289400755,41.28744639684949],[-72.64597389395594,41.287213396807665],[-72.64609289397193,41.286807396724456],[-72.64623389401196,41.286704396699825],[-72.64675489417665,41.286625396667844],[-72.64712789429488,41.28657439664603],[-72.64724689432018,41.2863353965955],[-72.64740989435167,41.28595139651519],[-72.64727889428968,41.28560239645106],[-72.64698889415662,41.28490439632369],[-72.6466978940232,41.28420539619614],[-72.6465738939664,41.28390839614197],[-72.6450428934021,41.282700395954144],[-72.64464889324651,41.2822033958694],[-72.64441289313841,41.28163839576633],[-72.64443289310604,41.280941395629284],[-72.64470789318617,41.28077739558848],[-72.64527189336009,41.28061339553849],[-72.64588289355204,41.28049939549679],[-72.646141893634,41.280461395481154],[-72.64660289380782,41.280895395551454],[-72.646763893868,41.28103739557413],[-72.64684789390044,41.28113039558966],[-72.64699789394541,41.281063395571785],[-72.64718589400174,41.280979395549394],[-72.64746289408471,41.28085539551635],[-72.64778989418272,41.280709395477395],[-72.64811989427565,41.28045539541721],[-72.64862389441764,41.280067395325304],[-72.64911389455565,41.279690395235995],[-72.64927789460185,41.27956439520613],[-72.64865989431559,41.27802739492494],[-72.64862189429877,41.277947394910484],[-72.64834389415554,41.27699639473319],[-72.64815589406567,41.27647839463777],[-72.64798789397948,41.275910394531934],[-72.64879689420117,41.27517739436281],[-72.64962089442972,41.27447939420007],[-72.64968989444871,41.27441839418594],[-72.64989089451562,41.27444839418545],[-72.65215589527037,41.27480039418247],[-72.65271989544199,41.27459539412445],[-72.6529658955168,41.274505394099045],[-72.6531098955606,41.274452394084086],[-72.6532728956102,41.27439339406738],[-72.65338289564367,41.27435339405604],[-72.65436089594118,41.27399639395516],[-72.65481689602278,41.27280539370758],[-72.6548618960306,41.27268339368228],[-72.65458089590187,41.27201039355947],[-72.65437489580759,41.271518393469705],[-72.65426689575816,41.27126039342264],[-72.65454189581894,41.270749393313885],[-72.6550588959608,41.27028439320647],[-72.65632789635363,41.26994339309946],[-72.65642689638432,41.26991739309123],[-72.65656389642687,41.269883393080235],[-72.65626389630154,41.26938139299148],[-72.65577089608597,41.26838439281198],[-72.65485089568381,41.26652539247726],[-72.65483789567796,41.266496392471986],[-72.6547768956507,41.266362392447704],[-72.6546438955911,41.26606739239418],[-72.65456989555615,41.26587139235816],[-72.65450789552679,41.265705392327625],[-72.65432689544515,41.26529439225291],[-72.65375089519871,41.26422639206211],[-72.65655889602097,41.262629391660376],[-72.65906289686534,41.263199391692524],[-72.66005289723934,41.2641453918463],[-72.66137789773995,41.26541239205229],[-72.6635868985746,41.267525392395804],[-72.66421089871757,41.26645739216695],[-72.66471289884444,41.26581139202455],[-72.6651068989441,41.26530539191299],[-72.66619489925347,41.264521391725],[-72.66699589949467,41.26418539163379],[-72.66795589979994,41.2640733915814],[-72.66943990028844,41.26419739155856],[-72.6721479011799,41.26442539151723]]]},"properties":{"name":1901,"geoid":"09009190100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.73524192096275,41.25210438709945],[-72.73535792101104,41.252295387133145],[-72.73570892115696,41.25286838723413],[-72.73582592120557,41.25305938726781],[-72.73591692124343,41.25320838729408],[-72.73691492165825,41.25483738758119],[-72.73934492266835,41.25880438828031],[-72.7382069223626,41.2599383885385],[-72.73673092196616,41.261411388873796],[-72.7367089219589,41.26140938887411],[-72.73659992192438,41.261424388880506],[-72.73635292185078,41.261541388911276],[-72.73625092181736,41.261535388913344],[-72.73616392178702,41.26149738890868],[-72.73615892178539,41.261497388908836],[-72.7361129217709,41.261505388911864],[-72.73608292176414,41.2615583889232],[-72.73609892177565,41.2616713889448],[-72.73606992177028,41.26174338895983],[-72.73598992174803,41.26180938897529],[-72.7358069216877,41.26179238897779],[-72.73576392167469,41.261809388982485],[-72.7356989216586,41.26189838900198],[-72.73560392163392,41.26200838902652],[-72.73551692160687,41.262029389033394],[-72.7354369215836,41.26207738904534],[-72.73514492150743,41.26240938911962],[-72.73495692145936,41.26264038917081],[-72.73494792145677,41.262646389172275],[-72.73483292142478,41.26274138919452],[-72.73478992141251,41.26277138920177],[-72.7345129213274,41.26285638922723],[-72.73448692131605,41.262804389217884],[-72.73445992130445,41.262753389208754],[-72.73440492128884,41.262793389218345],[-72.73434892127291,41.26283338922794],[-72.73433392126859,41.26284338923038],[-72.73404392117646,41.262878389246474],[-72.73400092116282,41.26288338924882],[-72.73380692109949,41.262876389253606],[-72.73369692106279,41.2628583892536],[-72.73369192106117,41.262858389253765],[-72.73362292103816,41.26284738925379],[-72.73341892096168,41.26266338922428],[-72.73339592095306,41.26264238922091],[-72.73301592081954,41.26245938919719],[-72.73300892081711,41.26245638919682],[-72.73279592074839,41.262463389204974],[-72.73275092073442,41.26247438920856],[-72.73264892070277,41.26250038921689],[-72.73243992063804,41.26255538923432],[-72.73222592057253,41.262625389254836],[-72.73217892055813,41.26264038925925],[-72.73205992052007,41.262650389265005],[-72.73186492045771,41.26266638927435],[-72.73171892041717,41.26278838930287],[-72.73161092039248,41.26297338934253],[-72.73155292037929,41.26307438936413],[-72.7314209203585,41.263468389445435],[-72.73131092033192,41.26363138948084],[-72.73124592031186,41.263649389486446],[-72.7312749203254,41.26372338950001],[-72.73225092074578,41.26557838983196],[-72.73192592065074,41.265764389878704],[-72.73186292063208,41.26579638988698],[-72.73179892061319,41.265829389895465],[-72.7315589205423,41.26595438992758],[-72.73064692027616,41.26648639006073],[-72.7300919201143,41.266811390141996],[-72.72986992004947,41.2669403901743],[-72.72976092001768,41.2670043901903],[-72.72804991951844,41.26800339044027],[-72.72810391954422,41.268151390467516],[-72.72812891955599,41.26821639047943],[-72.7282999196373,41.268678390564396],[-72.72847091971867,41.269141390649544],[-72.72851991974011,41.26924039066736],[-72.72878991985851,41.2697913907666],[-72.72936192010938,41.27095839097674],[-72.72974892027898,41.27174539111841],[-72.73006892041923,41.27239639123561],[-72.73164892111134,41.27560439181296],[-72.73582292293989,41.284076393337365],[-72.73675192329122,41.284967393482034],[-72.7381349238143,41.28629439369753],[-72.73854192403658,41.287905393999644],[-72.73877892414289,41.288430394094775],[-72.73948992446189,41.290006394380356],[-72.73972692456826,41.29053239447567],[-72.74018892479293,41.29186639472184],[-72.74157592546743,41.29587139546081],[-72.74199292567012,41.29707339568255],[-72.7420389256925,41.2972063957071],[-72.74182192562226,41.297209395714596],[-72.74154892553393,41.297214395724275],[-72.74117392541258,41.297220395737405],[-72.74095792534271,41.297224395745076],[-72.74065592524498,41.297229395755686],[-72.73981192497197,41.297244395785505],[-72.73974992495191,41.29724539578769],[-72.73944792485416,41.2972503957983],[-72.73907292473288,41.29725739581161],[-72.73896892469924,41.29725939581532],[-72.73769892428862,41.29728639586108],[-72.73753492423575,41.29729239586747],[-72.73705692408163,41.29731039588623],[-72.73639892386782,41.29730539590622],[-72.7361359237827,41.297309395915384],[-72.73483792336262,41.29732939596067],[-72.73419492315497,41.29734739598467],[-72.73270392267348,41.2973893960404],[-72.73162592232465,41.29740739607828],[-72.73047692195283,41.2974263961186],[-72.7273479209395,41.29746339622553],[-72.72560892037475,41.29745639627954],[-72.72547292033063,41.29745639628388],[-72.72418891991595,41.297492396331826],[-72.72350891969684,41.297520396358955],[-72.72307391955641,41.29753339637536],[-72.72274891945176,41.29754839638865],[-72.72084891883634,41.297569396453255],[-72.71986991851904,41.29757639648581],[-72.71898391823193,41.29758439651559],[-72.71873991815286,41.29758639652376],[-72.71745591773778,41.29761539657031],[-72.71558591713173,41.29763039663278],[-72.71377491654238,41.29760139668478],[-72.7112379157099,41.29743839673366],[-72.71112291567219,41.29743139673595],[-72.7103919154317,41.29737339674788],[-72.70926191506122,41.29730639677075],[-72.70855491482911,41.297259396784064],[-72.708365914767,41.29724539678734],[-72.70774691456353,41.29719939679805],[-72.7066259141952,41.29711839681788],[-72.7058959139538,41.29703839682547],[-72.70576491391049,41.297024396826906],[-72.7052789137504,41.29698239683416],[-72.70506891368119,41.296963396837114],[-72.70500391365981,41.2969583968382],[-72.70444191347485,41.2969123968471],[-72.70423291340612,41.29689639685061],[-72.7040519133467,41.29688439685403],[-72.7035099131689,41.296850396864635],[-72.70332991310987,41.2968393968682],[-72.70285891295438,41.296792396874004],[-72.70144891248891,41.29665239689149],[-72.70103491235226,41.29661139689664],[-72.70097891233381,41.296606396897445],[-72.7006929122396,41.296581396901644],[-72.69983591195731,41.29650739691446],[-72.69955091186347,41.29648339691884],[-72.69933991179431,41.296471396923195],[-72.69860191155094,41.29640239693318],[-72.69853391152853,41.29639639693416],[-72.69686491097984,41.29627139696281],[-72.69605091071332,41.29622939698048],[-72.6957549106159,41.296205396985215],[-72.69529091046324,41.29616839699274],[-72.6948069103037,41.296124396999524],[-72.69427891013044,41.29609039700968],[-72.69330890981085,41.2960053970239],[-72.69172490928969,41.29587939704964],[-72.69107990907794,41.295836397061734],[-72.69063990893339,41.29580539706968],[-72.69063590892674,41.29570939705102],[-72.69063690892344,41.295644397038274],[-72.69063890891418,41.295467397003584],[-72.69064390891502,41.295453397000685],[-72.69074590892035,41.29495639690025],[-72.69091390895765,41.29464839683467],[-72.69090690894812,41.29451839680945],[-72.6907239088721,41.29422139675718],[-72.69067290884163,41.2939723967101],[-72.69073890885333,41.29379839667398],[-72.69077490885421,41.293605396635094],[-72.69074590883396,41.29341139659806],[-72.69059290875668,41.29291739650631],[-72.69059290874965,41.29279139648167],[-72.6904689086889,41.29242439641381],[-72.69041090865313,41.29212139635639],[-72.6904549086521,41.29184739630139],[-72.69041790863226,41.291707396275186],[-72.69049090865438,41.291679396267384],[-72.69054190866987,41.29166039626205],[-72.69060790868883,41.29161639625135],[-72.69062690868947,41.29151739623138],[-72.69064290869042,41.29144139621601],[-72.6905349086482,41.2913133961944],[-72.69043990861397,41.291252396185484],[-72.69043590861256,41.29125039618523],[-72.69025790855065,41.29117639617641],[-72.69015590851441,41.291120396168694],[-72.69005490847074,41.29092539613378],[-72.69001590844003,41.29060239607184],[-72.68998890841874,41.29037839602888],[-72.6899569084056,41.290329396020304],[-72.6900809084406,41.290235395997975],[-72.69035790851893,41.29002839594867],[-72.69045290854568,41.28995539593137],[-72.69057790858103,41.28986239590921],[-72.69055790857249,41.28982539590262],[-72.69045090853152,41.28971339588411],[-72.69040990851664,41.28968539587992],[-72.69030190847745,41.28961139586889],[-72.6902619084201,41.28881739571484],[-72.69028190839344,41.2882243955982],[-72.69042090843838,41.288221395593204],[-72.69043890844445,41.28822539559341],[-72.6904859084602,41.288234395593676],[-72.6904479084345,41.28799539554814],[-72.69044390842379,41.2878263955152],[-72.690441908422,41.287806395511346],[-72.69037490838127,41.287466395446955],[-72.69018990830503,41.287176395396116],[-72.69003490824684,41.28703539537346],[-72.68969290813205,41.28696739537103],[-72.68944390804614,41.28687639536113],[-72.68926590797898,41.28670839533395],[-72.68917290793277,41.28642139528075],[-72.68917390791421,41.28608339521459],[-72.68907190786021,41.28570939514467],[-72.68894290780565,41.28548239510436],[-72.68870590772215,41.28536439508883],[-72.688385907617,41.28534139509449],[-72.68814490753851,41.28533639510117],[-72.68786390743827,41.28517439507841],[-72.68768990736615,41.284894395029156],[-72.6876319073313,41.284607394974856],[-72.68771990734741,41.28438439492842],[-72.68770190733333,41.28423739490023],[-72.6876189072739,41.283655394789015],[-72.68765090726907,41.283383394734784],[-72.68763690726371,41.28336839473229],[-72.68766190727142,41.28336139473012],[-72.6879859073577,41.283023394653696],[-72.68823090743022,41.28289839462146],[-72.68836890747465,41.28289239461591],[-72.68865390757034,41.282949394617994],[-72.68878890761773,41.28301339462622],[-72.68895690767772,41.28311139464006],[-72.68903090771298,41.283312394677026],[-72.68923690778877,41.28347239470178],[-72.68949890787648,41.28352039470284],[-72.6897289079514,41.28352539469651],[-72.68987990799715,41.283467394680365],[-72.69001990803841,41.28339239466124],[-72.69016290807627,41.283239394626754],[-72.69025790808402,41.282826394542944],[-72.69032490809084,41.28255939448857],[-72.69037290810213,41.282482394471984],[-72.69048990813735,41.282433394458664],[-72.69091590827169,41.282363394431435],[-72.69134190840803,41.28232939441124],[-72.6915149084629,41.28230639440123],[-72.69159690848673,41.28225639438884],[-72.69163290849555,41.28220539437773],[-72.69161190847896,41.282030394344154],[-72.6915469084524,41.28193239432704],[-72.6914949084311,41.28185339431325],[-72.69139490839333,41.281758394297825],[-72.69125990834416,41.28166239428334],[-72.69110590828771,41.28154639426555],[-72.69095290823151,41.28142939424751],[-72.6908149081806,41.28131939423038],[-72.69074890815621,41.28126639422212],[-72.69054490808097,41.2811043941969],[-72.69026890797775,41.28086039415795],[-72.68999390787488,41.28061639411894],[-72.68982590780914,41.28041539408495],[-72.68965790774345,41.28021539405116],[-72.68950190768264,41.280033394020506],[-72.68934490762159,41.27985239399008],[-72.6891149075365,41.2796653939608],[-72.68890190746045,41.27954139394332],[-72.68870690739426,41.27948939393933],[-72.68865690737748,41.27947939393898],[-72.68807490718201,41.27936139393438],[-72.68793790713487,41.27931339392935],[-72.68785690710395,41.279230393915675],[-72.6878689071021,41.27912739389515],[-72.6878849071002,41.27900039386979],[-72.68798590712935,41.278935393853864],[-72.68822790720854,41.27894739384851],[-72.68844790728306,41.27900339385248],[-72.68879690739838,41.27904039384863],[-72.68900590746274,41.27897839382985],[-72.68918990751973,41.27892939381441],[-72.6892329075296,41.27885639379875],[-72.68925090752982,41.27875539377842],[-72.68924190751794,41.27859539374741],[-72.6891859074929,41.27847239372511],[-72.68915490747906,41.278404393712805],[-72.68900890742088,41.278211393679676],[-72.68861890727081,41.27779039360969],[-72.6884729072193,41.27771639359985],[-72.68813790710337,41.27758739358526],[-72.68788490701537,41.27748139357256],[-72.68778790698063,41.27742339356429],[-72.68769290694429,41.27732439354794],[-72.68767290693091,41.27720139352451],[-72.68769290691709,41.27683739345266],[-72.6876449068919,41.27666539342052],[-72.68751590684344,41.276547393401536],[-72.68732090677575,41.27646839339226],[-72.68713590671199,41.276401393385036],[-72.68700490666623,41.27634339337784],[-72.68689790662805,41.27628139336911],[-72.68682290659801,41.27617939335155],[-72.6867719065756,41.276074393332614],[-72.68669190653603,41.2758303932874],[-72.68661090650147,41.27568239326102],[-72.68652990646686,41.27553339323444],[-72.68648890644876,41.27544739321891],[-72.68644290642796,41.27534239319983],[-72.68642790640746,41.275062393145504],[-72.68644690640699,41.27494339312162],[-72.68648890640219,41.2746133930557],[-72.68652390640399,41.27444239302113],[-72.68654090639085,41.27410839295525],[-72.68651090637421,41.27398439293192],[-72.68650890637345,41.2739823929316],[-72.68638890632388,41.273792392898216],[-72.68624490627181,41.273696392884005],[-72.68618090625013,41.27368039288292],[-72.68587290615315,41.27373339290307],[-72.68549190603889,41.273901392948055],[-72.68529690597997,41.27397939296952],[-72.68520790595174,41.2739913929747],[-72.68507490590072,41.273850392951324],[-72.68478690581883,41.27405739300099],[-72.68437590567149,41.273807392965125],[-72.68437190567008,41.27380539296485],[-72.68431390564321,41.27366139293853],[-72.68425490561967,41.27358239292492],[-72.6842429056118,41.27351139291142],[-72.68385290547045,41.273246392871954],[-72.68358990537216,41.2730143928349],[-72.68349890533855,41.27294139282352],[-72.68306790518574,41.2727093927918],[-72.68231590491072,41.27215439270708],[-72.68198090478816,41.27190639266919],[-72.68127890450783,41.27096539250734],[-72.68091090434778,41.270237392376536],[-72.68031590412328,41.26967439228525],[-72.6798399039507,41.26934939223675],[-72.6791269036957,41.268926392176624],[-72.67861890350682,41.2684953921084],[-72.67856890348824,41.268453392101755],[-72.67801090328079,41.267980392026914],[-72.6776909031602,41.267680391978345],[-72.67735990304013,41.267453391944436],[-72.6771889029786,41.26734539192873],[-72.67677090283186,41.267146391903054],[-72.67675490282627,41.267139391902184],[-72.67643490271352,41.26697939188103],[-72.67540790234041,41.266265391773885],[-72.675237902278,41.26613539175383],[-72.67504790220825,41.26599039173149],[-72.67468790207609,41.26571539168909],[-72.67417990189685,41.26545739165473],[-72.67265590135915,41.2646833915516],[-72.6721479011799,41.26442539151723],[-72.67203990113951,41.26432939150186],[-72.67294890112974,41.25886439040316],[-72.67278990099075,41.25729639010121],[-72.6724169006646,41.25361638939253],[-72.67446590122456,41.251734388958965],[-72.68032290324636,41.253912389199485],[-72.68167390371278,41.25441538925507],[-72.68210590378006,41.253108388985446],[-72.68264990386518,41.25146938864726],[-72.68459490428683,41.24771338784999],[-72.68876690537326,41.24292138677907],[-72.69741590819828,41.24326438657152],[-72.70234790968374,41.241210386012554],[-72.70947891203842,41.24195238593123],[-72.71280891329845,41.24517338645612],[-72.7145949138955,41.2454903864614],[-72.71553191420874,41.24565638646412],[-72.71703591486636,41.24869638701153],[-72.7171419149127,41.24891038705007],[-72.71425891409528,41.25102138755506],[-72.71220991357389,41.25358838812278],[-72.71342391399001,41.25398738816229],[-72.72032891625565,41.25444438803212],[-72.72510891784775,41.2551853880251],[-72.73117891965754,41.2523333872736],[-72.73122591967261,41.25233038727153],[-72.73524192096275,41.25210438709945]]]},"properties":{"name":1902,"geoid":"09009190200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.53270985527564,41.252799393652275],[-72.53348185551391,41.25257639358424],[-72.53399585567257,41.25242839353904],[-72.53399885564576,41.25192639344059],[-72.53400985556598,41.250420393145184],[-72.53599485615784,41.24947139289666],[-72.54456785876052,41.24621439198812],[-72.56270686537442,41.259307393980535],[-72.57164086865481,41.266158395040016],[-72.58147687205886,41.269957395472986],[-72.58474687311245,41.26981439534159],[-72.58672387370979,41.26901439512243],[-72.59348887585253,41.2680553947207],[-72.59667987681902,41.26680739437539],[-72.59923287747185,41.26364239367489],[-72.60376487899885,41.26464939372866],[-72.60784888048715,41.267575394172304],[-72.61218888198393,41.26915839434482],[-72.61889088422922,41.27041439437847],[-72.62466988607464,41.26986939408873],[-72.62955288746872,41.266441393262916],[-72.63824689022978,41.265352392774176],[-72.64581289261788,41.26414239229742],[-72.65107289431369,41.263940392091065],[-72.65375089519871,41.26422639206211],[-72.65432689544515,41.26529439225291],[-72.65450789552679,41.265705392327625],[-72.65456989555615,41.26587139235816],[-72.6546438955911,41.26606739239418],[-72.6547768956507,41.266362392447704],[-72.65483789567796,41.266496392471986],[-72.65485089568381,41.26652539247726],[-72.65577089608597,41.26838439281198],[-72.65626389630154,41.26938139299148],[-72.65656389642687,41.269883393080235],[-72.65642689638432,41.26991739309123],[-72.65632789635363,41.26994339309946],[-72.6550588959608,41.27028439320647],[-72.65454189581894,41.270749393313885],[-72.65426689575816,41.27126039342264],[-72.65437489580759,41.271518393469705],[-72.65458089590187,41.27201039355947],[-72.6548618960306,41.27268339368228],[-72.65481689602278,41.27280539370758],[-72.65436089594118,41.27399639395516],[-72.65338289564367,41.27435339405604],[-72.6532728956102,41.27439339406738],[-72.6531098955606,41.274452394084086],[-72.6529658955168,41.274505394099045],[-72.65271989544199,41.27459539412445],[-72.65215589527037,41.27480039418247],[-72.64989089451562,41.27444839418545],[-72.64968989444871,41.27441839418594],[-72.64962089442972,41.27447939420007],[-72.64879689420117,41.27517739436281],[-72.64798789397948,41.275910394531934],[-72.64815589406567,41.27647839463777],[-72.64834389415554,41.27699639473319],[-72.64862189429877,41.277947394910484],[-72.64865989431559,41.27802739492494],[-72.64927789460185,41.27956439520613],[-72.64911389455565,41.279690395235995],[-72.64862389441764,41.280067395325304],[-72.64811989427565,41.28045539541721],[-72.64778989418272,41.280709395477395],[-72.64746289408471,41.28085539551635],[-72.64718589400174,41.280979395549394],[-72.64699789394541,41.281063395571785],[-72.64684789390044,41.28113039558966],[-72.646763893868,41.28103739557413],[-72.64660289380782,41.280895395551454],[-72.646141893634,41.280461395481154],[-72.64588289355204,41.28049939549679],[-72.64527189336009,41.28061339553849],[-72.64470789318617,41.28077739558848],[-72.64443289310604,41.280941395629284],[-72.64441289313841,41.28163839576633],[-72.64436789312418,41.28164539576912],[-72.6442608930903,41.28166039577545],[-72.63805289112061,41.28247439613164],[-72.6371298908272,41.28258539618262],[-72.6352308902236,41.282815396287845],[-72.63519389021192,41.28282139629019],[-72.6343638899488,41.28293439633862],[-72.6334438896572,41.28306039639244],[-72.63241088932946,41.2831963964518],[-72.63130188897765,41.28334339651574],[-72.62930888834399,41.283581396625486],[-72.62827488801524,41.28370539668253],[-72.6273738877285,41.28380839673125],[-72.62688688757316,41.28385739675629],[-72.62645488743543,41.28390239677878],[-72.62586788724722,41.28394439680559],[-72.62507088699039,41.28397839683751],[-72.62297888631174,41.283986396905384],[-72.62270388622225,41.2839823969133],[-72.62130888576841,41.28396439695399],[-72.62087988562881,41.283958396966405],[-72.61959488521083,41.28394339700419],[-72.6191668850716,41.28393839701678],[-72.61763688457383,41.28391839706134],[-72.61304888308109,41.28385839719494],[-72.61151988258364,41.28383839723944],[-72.61075088233342,41.28382839726185],[-72.60844388158284,41.28379839732902],[-72.60767488133268,41.283789397351626],[-72.60696188110083,41.28378239737283],[-72.60482588040634,41.283763397436765],[-72.60411388017488,41.28375739745811],[-72.6034198799489,41.283745397477745],[-72.60133787927116,41.28371239753721],[-72.60064487904557,41.283701397556996],[-72.59991387880774,41.28369239757838],[-72.59936787863016,41.28368639759448],[-72.59820587825224,41.2836743976289],[-72.59772287809498,41.283666397642634],[-72.59699287785735,41.28365439766339],[-72.59585387748677,41.28364039769671],[-72.59535787732547,41.283635397711414],[-72.59471587711694,41.28363339773137],[-72.59401687689113,41.283653397757384],[-72.59370387679027,41.28366739777004],[-72.59290887653674,41.28374939781124],[-72.59244687639068,41.283820397839754],[-72.59211687628645,41.28387239786038],[-72.59132687603844,41.28402439791513],[-72.59105887595463,41.28408239793495],[-72.59062987582065,41.284177397967134],[-72.59026087570597,41.284269397996816],[-72.58999587562367,41.2843363980183],[-72.58909387534337,41.284562398091076],[-72.58872787522972,41.28465539812085],[-72.58711387472785,41.285053398249815],[-72.58677687462306,41.28513639827673],[-72.58638887450243,41.28523239830778],[-72.58548687422197,41.285455398379966],[-72.58522787414145,41.28551939840068],[-72.58393887374064,41.28583739850369],[-72.58164987302841,41.28639439868512],[-72.5808628727839,41.28659239874875],[-72.56955486926661,41.289368399649625],[-72.56938886921466,41.28940339966173],[-72.56888786905768,41.289505399697525],[-72.56832286887926,41.289596399733185],[-72.56783386872404,41.289660399761175],[-72.5671128684926,41.28970839979336],[-72.56642386826834,41.28969839981318],[-72.56595386811405,41.28966839982216],[-72.56546486795315,41.28963039983019],[-72.56515086784931,41.28959639983344],[-72.56485786775218,41.28956039983567],[-72.564658867686,41.28953239983649],[-72.56465286768395,41.28953039983629],[-72.56463486767792,41.289527399836274],[-72.56462886767598,41.28952739983645],[-72.56463086767562,41.289509399832866],[-72.5645858676574,41.28944439982157],[-72.56453486763645,41.289365399807714],[-72.56430186754048,41.288999399743446],[-72.5641658674957,41.288988399745584],[-72.56401386744562,41.288975399747855],[-72.5639778674338,41.2889733997486],[-72.56393486740502,41.28870639969771],[-72.56373986733905,41.28865839969448],[-72.5635458672733,41.288609399691026],[-72.56274086700243,41.288438399682995],[-72.56270986699204,41.2884323996828],[-72.56113286642865,41.28750839955179],[-72.56034086611417,41.28647639937483],[-72.56002986599076,41.286072399305574],[-72.55981286590458,41.28578939925704],[-72.55928686569585,41.285106399139984],[-72.5593198657024,41.28503139912425],[-72.55931286569852,41.28500239911879],[-72.55929186568653,41.28490939910126],[-72.55913986562774,41.284739399072784],[-72.55913386562557,41.2847353990722],[-72.55904586559349,41.28467239906264],[-72.55882286551314,41.28452939904169],[-72.55860086543318,41.284387399020915],[-72.5574348650166,41.28370339892386],[-72.55735886496727,41.283259398839355],[-72.55735486495794,41.2831143988111],[-72.55735286495077,41.28299739878826],[-72.55733786493884,41.28287039876387],[-72.55732286492693,41.282743398739484],[-72.55723686485777,41.28200039859675],[-72.55622886449777,41.2814113985133],[-72.5557638643268,41.28105139845752],[-72.55543586420615,41.280796398417955],[-72.55502886406401,41.28061639839558],[-72.55489486401932,41.280595398395704],[-72.55464186393714,41.280594398403494],[-72.55438886385498,41.28059439841149],[-72.5541208637679,41.28059339841974],[-72.55370686363347,41.28059339843282],[-72.55302486341198,41.28059239845417],[-72.55289686337042,41.28059239845821],[-72.55276886332881,41.28059139846207],[-72.55256686326322,41.28059139846845],[-72.5523638631973,41.28059139847485],[-72.55202086308587,41.28059039848549],[-72.5516778629745,41.28059039849632],[-72.55158586294463,41.28059039849922],[-72.55149486291509,41.28059039850209],[-72.55134286286567,41.280589398506706],[-72.5511288627963,41.28059139851385],[-72.54928286225599,41.28165639878064],[-72.54917086222325,41.281721398796904],[-72.54910886220483,41.281752398804926],[-72.54902686218065,41.28179639881612],[-72.54892486215043,41.28184839882953],[-72.54889486214151,41.28186339883341],[-72.5488848621392,41.28188039883705],[-72.5488748621369,41.281897398840705],[-72.54887386213674,41.28190039884132],[-72.54876286209736,41.28184039883307],[-72.54865186205798,41.28178039882484],[-72.54855086202221,41.281726398817455],[-72.54845086198675,41.28167239881004],[-72.54805686184706,41.281460398780986],[-72.54766286170731,41.28124739875173],[-72.54734486159448,41.281075398728106],[-72.54702586148137,41.28090339870449],[-72.54655686131504,41.280650398669785],[-72.54608786114872,41.28039739863505],[-72.54598686111292,41.280343398627664],[-72.54604286112657,41.28026139860986],[-72.54608886113766,41.28019239859488],[-72.54610386113345,41.28002839856231],[-72.54619786115508,41.279868398528016],[-72.5463368611838,41.27957239846569],[-72.54649686122598,41.27939639842617],[-72.5468058613044,41.27900139833909],[-72.547736861541,41.27781739807789],[-72.54804686161981,41.27742339799097],[-72.54768786148719,41.27713439794572],[-72.54660986108932,41.276271397810795],[-72.54625386095785,41.27598539776603],[-72.54578286079817,41.275863397757014],[-72.54514386056967,41.27548439770297],[-72.5449918605035,41.275181397648446],[-72.54483186043369,41.274859397590454],[-72.54481386042596,41.274825397584365],[-72.54474486039612,41.2746913975603],[-72.54433986020994,41.27370539738003],[-72.54492986038525,41.27341239730404],[-72.5450018604058,41.27336139729178],[-72.54568486058902,41.272666397134145],[-72.54572186059906,41.272630397125916],[-72.54648686081974,41.27213139700406],[-72.54678286090032,41.27185139693989],[-72.547035860969,41.271608396884325],[-72.54684286084056,41.27042239665817],[-72.54678986080532,41.27009739659621],[-72.54677586079619,41.27001439658039],[-72.54676186078704,41.26993139656457],[-72.54664686073811,41.269722396527285],[-72.54653186068924,41.26951439649019],[-72.5465578606939,41.26944639647604],[-72.54655486068795,41.26935639645852],[-72.54654986067551,41.269161396420486],[-72.54653586066635,41.26907839640468],[-72.54654886065906,41.26887039636354],[-72.54655086065814,41.26884239635798],[-72.54650386062343,41.268491396290734],[-72.54645786058897,41.268139396223255],[-72.5463878605369,41.26761039612188],[-72.54636086051683,41.26740639608279],[-72.54765586076678,41.26433139543969],[-72.54761386074335,41.26415439540635],[-72.54743486064227,41.26337939526022],[-72.54739786062144,41.263220395230235],[-72.54735986060024,41.263060395200114],[-72.54734686059291,41.26300439518954],[-72.54733386058547,41.2629463951786],[-72.5473138605741,41.262858395162],[-72.54725486054032,41.262594395112146],[-72.54723586052933,41.26250739509572],[-72.54672786032022,41.26171039495566],[-72.54621986011107,41.260912394815364],[-72.54618686009748,41.260860394806244],[-72.5461528600835,41.26080739479691],[-72.54583785995379,41.260312394709906],[-72.5457348599167,41.26024639470023],[-72.54216885864518,41.25819239441042],[-72.54202085859242,41.25810739439845],[-72.54187385853997,41.25802239438643],[-72.53688185675954,41.25513739397874],[-72.53613485649315,41.25470639391787],[-72.53594285642494,41.25460039390316],[-72.5352958561949,41.25423939385284],[-72.53529485619453,41.25423839385268],[-72.53335585550529,41.25315939370243],[-72.53270985527564,41.252799393652275]]]},"properties":{"name":1941,"geoid":"09009194100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.81700395377283,41.36388540633618],[-72.8178869540623,41.36393640631785],[-72.82137395520546,41.36413740624531],[-72.82253695558673,41.36420440622111],[-72.82254295558111,41.36407040619477],[-72.82256195557152,41.36379140613971],[-72.82259095555715,41.363370406056625],[-72.82263995555081,41.36297640597817],[-72.82271495555166,41.36256040589459],[-72.82276195555269,41.36230840584391],[-72.82277995554972,41.36215240581288],[-72.82278695554798,41.36208140579879],[-72.82278795554824,41.36208040579858],[-72.8228179555462,41.36187140575682],[-72.82281995554638,41.36186340575521],[-72.82282695554515,41.361801405742874],[-72.82436095603695,41.361693405672646],[-72.82713395692596,41.36149840554569],[-72.82714095682459,41.35966340518737],[-72.82714695673975,41.3581264048872],[-72.82716395671653,41.35761740478732],[-72.82721595664718,41.356090404487624],[-72.82723395662435,41.355582404387896],[-72.82723195661879,41.35549540437098],[-72.8272159565718,41.354755404227056],[-72.82719595651096,41.35379240403973],[-72.82717795645605,41.35292340387068],[-72.82716395641488,41.35227440374446],[-72.82715995640123,41.35205540370184],[-72.82714695636274,41.351448403583774],[-72.82755095649092,41.351396403560685],[-72.82781795657418,41.35133640354041],[-72.82787595659232,41.3513244035362],[-72.82793495660837,41.35126940352358],[-72.82796195661301,41.35119640350847],[-72.82796195660895,41.35112440349441],[-72.82795695655331,41.35016740330775],[-72.82797195651307,41.34936840315132],[-72.82798495647887,41.34868740301795],[-72.82796195646124,41.34850740298355],[-72.82793095641387,41.3478464028555],[-72.82792495638787,41.34742040277254],[-72.82792395637976,41.347282402745634],[-72.82792395635026,41.346759402643535],[-72.827944956334,41.346350402563004],[-72.82792195629747,41.345835402463216],[-72.82792395627668,41.34545540238895],[-72.82791195625617,41.345161402331954],[-72.82791895622275,41.34452840220813],[-72.82790595616893,41.343649402036945],[-72.8279069561674,41.34361640203046],[-72.82792195615268,41.34326940196224],[-72.8278909561152,41.34278340186834],[-72.82789695610805,41.34262240183672],[-72.82797995612168,41.342386401787984],[-72.82798895612346,41.342366401783785],[-72.83091795704412,41.34183740158664],[-72.83508895835512,41.34108440130595],[-72.83521595839497,41.341060401297185],[-72.83970695980662,41.34025140099527],[-72.84185296048119,41.339865400851096],[-72.84263696072763,41.33972440079844],[-72.84335396095307,41.33959640075045],[-72.84550596162991,41.33921640060724],[-72.84622396185576,41.33909040055963],[-72.84904096274221,41.338601400373804],[-72.85423896437793,41.33770040003117],[-72.8570219652537,41.33721839984777],[-72.85749196540155,41.33713639981667],[-72.85967896608975,41.33675739967252],[-72.86030996628826,41.33664739963078],[-72.86227896690322,41.336224399485026],[-72.86328896721966,41.33602539941376],[-72.86429096755148,41.336144399404816],[-72.86502096778561,41.33609639937202],[-72.86620596816567,41.33601839931876],[-72.86694996839266,41.335763399245096],[-72.86918396907446,41.335002399024795],[-72.86966196922033,41.33483939897763],[-72.8699379693067,41.334783398957846],[-72.87118396970227,41.33462939888778],[-72.87492297088926,41.334168398677726],[-72.87616997128518,41.33401539860782],[-72.87654797140846,41.334026398597814],[-72.87677197148145,41.33403239859181],[-72.87858097207129,41.334084398543865],[-72.87913397225158,41.33410039852922],[-72.87918397226787,41.334101398527814],[-72.87925397228994,41.334090398523415],[-72.87985397247935,41.333997398486],[-72.88173597307352,41.33370739836893],[-72.88181297309782,41.333695398364114],[-72.88186697311484,41.33368639836062],[-72.8818889731218,41.33368339835934],[-72.88198697315275,41.333668398353254],[-72.88253897332702,41.33358339831892],[-72.88175397312153,41.33445339851401],[-72.879398972505,41.337062399099],[-72.8786149722999,41.337933399294236],[-72.87759097202783,41.33899739953483],[-72.87715697191253,41.33944839963683],[-72.87648097173302,41.34015239979596],[-72.87585897157706,41.34096339997426],[-72.87528997144894,41.34196240018755],[-72.87518597142855,41.342198400236946],[-72.8750099713855,41.34244740029121],[-72.87463797128976,41.34288840038924],[-72.8742329711895,41.3434394005098],[-72.87408697115944,41.34374540057422],[-72.87400297114733,41.34401340062924],[-72.87394897114152,41.34422040067139],[-72.87394397115546,41.344495400725215],[-72.87391597115914,41.34472140077024],[-72.87388197116401,41.34500240082617],[-72.87380697116157,41.345389400904125],[-72.8737769711625,41.345578400941974],[-72.87365197114066,41.345909401010594],[-72.87324597105311,41.34669040117607],[-72.872949970979,41.34707840126132],[-72.87254297087166,41.34751540135969],[-72.87248697085727,41.34758240137456],[-72.87044197033359,41.35005540192291],[-72.87026497029046,41.35030840197797],[-72.87017997026983,41.35043140200471],[-72.86989797021266,41.351038402132225],[-72.86978997019669,41.35137540220146],[-72.86963097016381,41.35170640227118],[-72.86961997016301,41.351755402281086],[-72.86936197014865,41.352981402528634],[-72.8693429701479,41.353077402547996],[-72.86928797013753,41.35320940257553],[-72.86918197011116,41.353351402606634],[-72.86909197008858,41.35346840263235],[-72.8689589700539,41.3536184026659],[-72.86888597003501,41.353703402684836],[-72.86826196986635,41.35430140282158],[-72.86821196985275,41.354347402832154],[-72.86796096978493,41.35458840288725],[-72.86785196975556,41.354694402911434],[-72.86752696966825,41.35501540298451],[-72.86741896963926,41.35512240300888],[-72.86720596958342,41.35535740306156],[-72.86693796951333,41.355655403128324],[-72.86665196944381,41.35606740321791],[-72.86663196943977,41.356110403226936],[-72.86650496941495,41.35640040328761],[-72.8662359693417,41.35664840334466],[-72.8660029692804,41.35690140340151],[-72.86586496924416,41.35705240343539],[-72.86584596923917,41.357073403440126],[-72.86479696893832,41.3577724036102],[-72.86360496859861,41.358605403811026],[-72.86285596838525,41.35913040393751],[-72.86245696827291,41.35943340400946],[-72.8620669681632,41.35973140408012],[-72.86119996791126,41.360251404209436],[-72.86117496790405,41.36026740421336],[-72.86076696778494,41.3605024042723],[-72.85997896754365,41.360757404347375],[-72.85929396733579,41.36101240441913],[-72.85901396725384,41.36117040445893],[-72.85886896721149,41.36125340447978],[-72.85850496710853,41.361521404543765],[-72.85815896701547,41.36186140462121],[-72.85524696626725,41.365341405393714],[-72.85404096595748,41.366784405713965],[-72.85375096588152,41.3671054057859],[-72.85288396565457,41.3680674060014],[-72.85259596557931,41.368389406073476],[-72.85202496543324,41.369083406227205],[-72.85166396534103,41.36952440632483],[-72.85030196499147,41.37115940668751],[-72.849726964844,41.37185140684097],[-72.84913896469145,41.37252840699191],[-72.84896496464634,41.3727294070367],[-72.8474609642658,41.37463140745602],[-72.84690596412548,41.37533540761115],[-72.84574596382924,41.37675440792518],[-72.84452696351805,41.378247408255525],[-72.84224696293344,41.38099540886469],[-72.84107796263382,41.38240640917741],[-72.84053896249186,41.38298940930842],[-72.84010696237804,41.38345640941337],[-72.83892296206636,41.38474040970177],[-72.83838496192476,41.38532440983293],[-72.83730996165224,41.386675410130906],[-72.83599196131821,41.38833341049653],[-72.83457896096418,41.39018341090264],[-72.83414996085858,41.390778411032436],[-72.83314296061103,41.392180411338124],[-72.83181696029379,41.39418141177085],[-72.83138696019103,41.39483241191159],[-72.82916195971974,41.399268412847896],[-72.82898995968297,41.399605412919094],[-72.82850095957879,41.40056941312272],[-72.82741495934737,41.402710413574965],[-72.82747195929666,41.40148741333472],[-72.82751195926143,41.40063541316734],[-72.82753895920662,41.39951241294754],[-72.82757995912402,41.397817412615744],[-72.82760895906732,41.396649412387085],[-72.82755795905196,41.39667041239282],[-72.82558995844455,41.39722741256457],[-72.81968995662363,41.39889941307983],[-72.81772295601654,41.3994574132517],[-72.81767295597611,41.39902941316986],[-72.81752595585593,41.39774841292481],[-72.81747695581586,41.397321412843134],[-72.81747695581456,41.397298412838644],[-72.81747795581103,41.397230412825365],[-72.81747895581012,41.39720841282104],[-72.81749895580784,41.397053412790164],[-72.81756095580178,41.396590412697904],[-72.81756795580127,41.39654141268813],[-72.81761895581263,41.39644941266855],[-72.81762095579676,41.39615741261157],[-72.81762795574961,41.39528341244092],[-72.81762895574377,41.39517441241962],[-72.81762995573379,41.39499241238411],[-72.81763395572689,41.394847412355716],[-72.81764895570716,41.39441241227041],[-72.81765395570064,41.394268412242155],[-72.81759195558114,41.39251141190153],[-72.81740795522339,41.38724041087951],[-72.81734695510433,41.385484410538986],[-72.81743295476551,41.37899540927052],[-72.81743695475359,41.378761409224744],[-72.81745395468977,41.37753440898483],[-72.81741995454388,41.37514740852026],[-72.81734395422147,41.369876407494324],[-72.81725095412567,41.36871440727056],[-72.81700395377283,41.36388540633618]]]},"properties":{"name":1673,"geoid":"09009167300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.00665200873888,41.24821637764394],[-73.00667700874693,41.24821537764294],[-73.00675600877247,41.2482143776402],[-73.00678200878092,41.24821437763934],[-73.00746800901156,41.24836237764618],[-73.00952900970465,41.24880837766696],[-73.01021600993569,41.248957377673946],[-73.0112590102826,41.249115377671224],[-73.01153901037769,41.24919237767727],[-73.01181801047251,41.24927037768351],[-73.01226701062502,41.24939437769328],[-73.01271601077758,41.24951937770325],[-73.01459001139528,41.249704377678974],[-73.01482301147304,41.249744377679306],[-73.01552201170634,41.249864377680225],[-73.01575501178417,41.24990537768073],[-73.01577401179033,41.249905377680115],[-73.01583401180987,41.249907377678575],[-73.0158540118164,41.24990837767812],[-73.01628001195641,41.24994337767122],[-73.01755901237685,41.2500493776507],[-73.01798601251726,41.250085377643956],[-73.01863401273549,41.25023137765162],[-73.0205780133903,41.25067137767495],[-73.02122701360894,41.25081837768275],[-73.02099501354446,41.251007377727205],[-73.02071501346641,41.25123137778003],[-73.01917601303781,41.25246837807157],[-73.0186640128953,41.252881378168844],[-73.01742201255102,41.25390837840971],[-73.01625801222849,41.254873378635935],[-73.01367501150987,41.25696337912791],[-73.0124230111616,41.25797737936654],[-73.01246101118222,41.25812437939406],[-73.01248001119882,41.25830837942943],[-73.01249101120565,41.25836637944041],[-73.01257001125387,41.258765379515864],[-73.01267801130949,41.259129379583555],[-73.01284301138304,41.25948437964764],[-73.01284801138513,41.259492379649046],[-73.0130600114728,41.25982737970768],[-73.01309801148876,41.25989137971898],[-73.01321401153727,41.260084379752975],[-73.01325301155359,41.26014937976442],[-73.01340201161479,41.26037737980419],[-73.01351901166284,41.260556379835414],[-73.01371301174252,41.260853379887216],[-73.01383901179543,41.261066379924806],[-73.01397901185412,41.26130137996621],[-73.01410201190514,41.261498380000766],[-73.01437701201834,41.261923380074975],[-73.01465001213064,41.26234438014848],[-73.01501101227824,41.26288438024239],[-73.01562401252629,41.26375638039308],[-73.01565801254009,41.263805380401564],[-73.01605701270061,41.2643563804964],[-73.01635501281754,41.26471538055696],[-73.01661101291798,41.265023380608916],[-73.01716001314347,41.26586338075539],[-73.01741701324899,41.26625538082372],[-73.01745901326598,41.2663153808341],[-73.01758501331709,41.26649638086542],[-73.01762701333413,41.26655738087599],[-73.01776401338984,41.26675638091045],[-73.01817701355756,41.26735438101402],[-73.01831501361363,41.267554381048654],[-73.01836801363532,41.2676343810626],[-73.01852801370089,41.267876381104735],[-73.018582013723,41.267957381118826],[-73.01874101378682,41.2681743811561],[-73.0192180139783,41.268825381267945],[-73.01937801404246,41.2690423813052],[-73.01959901413196,41.26935738135963],[-73.02026501440146,41.27030438152324],[-73.02048701449132,41.27062038157784],[-73.0206050145387,41.27078138160548],[-73.02095901468098,41.27126738168905],[-73.0210770147284,41.2714293817169],[-73.0212810148096,41.2716953817623],[-73.0218940150535,41.27249338189848],[-73.02209901513511,41.27276038194404],[-73.02234201523284,41.273095382001664],[-73.02242701526703,41.273212382021796],[-73.02304901552017,41.27412138217936],[-73.02328401561577,41.274464382238804],[-73.02350001570315,41.274770382291635],[-73.02414801596528,41.2756893824503],[-73.02436501605301,41.27599638250328],[-73.02451301611399,41.27622538254326],[-73.02475901621537,41.27660738260996],[-73.02494501629346,41.27692138266533],[-73.02508501635222,41.277157382706925],[-73.02521801640867,41.27739238274855],[-73.02561801657828,41.2780973828734],[-73.02575201663512,41.27833338291518],[-73.02579701665356,41.278401382927015],[-73.02593201670888,41.278605382962525],[-73.02597801672763,41.278673382974304],[-73.0255390165949,41.278841383021316],[-73.02548501657859,41.27886238302717],[-73.02420701618931,41.27930138315422],[-73.02376301605409,41.27945438319846],[-73.02360801600778,41.27952338321693],[-73.02328001591384,41.27974138327013],[-73.02283601579083,41.28010938335636],[-73.02020401506176,41.28229438386828],[-73.0200790150272,41.28239938389282],[-73.01947601485939,41.28288638400744],[-73.01929601480629,41.28297838403124],[-73.0188190146598,41.28312138407458],[-73.01739101422147,41.283553384205085],[-73.01691501407537,41.28369738424857],[-73.01561001367482,41.28409238436788],[-73.01503201349654,41.284252384417805],[-73.01120701232043,41.285374384760466],[-73.01065701208759,41.28441238459026],[-73.01043901198929,41.28392538450213],[-73.01035001194985,41.28373838446849],[-73.01025901191048,41.283564384437426],[-73.0101530118645,41.28335938440079],[-73.00991701176385,41.28293338432517],[-73.00978001170209,41.28262738426978],[-73.00970601167039,41.2824913842456],[-73.00951501158842,41.28213738418259],[-73.00939401153565,41.28189838413981],[-73.00903301137814,41.28118438401194],[-73.00891301132576,41.2809463839693],[-73.00869601123071,41.280510383891105],[-73.00808101096118,41.27927238366903],[-73.00804401094527,41.27920338365675],[-73.00781301084614,41.27877538358055],[-73.00756001076789,41.27884138360161],[-73.00680301053386,41.27904138366513],[-73.00655101045605,41.27910938368653],[-73.00629301037623,41.27917638370796],[-73.00551901013691,41.279380383772796],[-73.00526201005752,41.27944938379457],[-73.00500600997829,41.27951538381571],[-73.00424000974125,41.27971338387912],[-73.00398500966239,41.27978038390045],[-73.00375000958975,41.27984238392015],[-73.00304800937288,41.28003038397951],[-73.00304300937135,41.28003238398007],[-73.0028140093006,41.28009338399939],[-73.00212500908853,41.280292384060495],[-73.00165900894521,41.280428384102095],[-73.0000280084354,41.280760384219576],[-72.99963500831261,41.2808413842481],[-72.99932500821545,41.28090038426962],[-72.99899600811233,41.28096238429234],[-72.9980100078034,41.28115038436087],[-72.99768200770072,41.28121438438398],[-72.99686600744619,41.28139038444468],[-72.99504900687963,41.28178538458045],[-72.9944240066857,41.2819383846305],[-72.99414400659884,41.282007384653014],[-72.9936220064386,41.282165384700725],[-72.99296400623592,41.282352384758475],[-72.99099200562848,41.28291338493169],[-72.99033500542618,41.283101384989614],[-72.98969500521183,41.2829793849864],[-72.98794800462682,41.282649384978235],[-72.98778000457018,41.28261038497603],[-72.98731000441164,41.28250138496987],[-72.98714900435685,41.28245538496608],[-72.9871640043544,41.28232638494038],[-72.987139004322,41.28189738485738],[-72.98711900429545,41.28154338478882],[-72.98705800426463,41.28134838475269],[-72.9869090042061,41.281167384722124],[-72.9865110040637,41.28093138468883],[-72.9861390039318,41.28073138466173],[-72.98581100381551,41.280555384637914],[-72.98564900375783,41.28046438462535],[-72.98532600365475,41.28049238464123],[-72.98435800334583,41.280578384689235],[-72.98403600324309,41.280607384705284],[-72.98382400318202,41.280742384738495],[-72.98342900306838,41.280996384800865],[-72.98325500301922,41.28112438483149],[-72.9831970030025,41.28116138484058],[-72.98298600294187,41.28129838487417],[-72.9828370028879,41.281198384859415],[-72.98239200272673,41.28089938481533],[-72.98224400267314,41.28080038480074],[-72.98210200262146,41.28070038478579],[-72.9816760024665,41.280402384741265],[-72.98153400241485,41.28030338472651],[-72.98140300236747,41.280216384713725],[-72.98101000222546,41.279958384675965],[-72.98087900217813,41.27987238466337],[-72.98069200210986,41.27973738464302],[-72.9801310019052,41.279334384582334],[-72.979944001837,41.279200384562174],[-72.98124900219042,41.27797138427993],[-72.9851630032504,41.27428538343338],[-72.98646900360417,41.27305738315127],[-72.98811400405299,41.271567382807],[-72.99094800482641,41.26900438221469],[-72.99202800512509,41.26809738200257],[-72.99195400502757,41.26679838175102],[-72.9919560050243,41.26672938173746],[-72.99195700502142,41.266672381726295],[-72.99202900491917,41.26445438129036],[-72.99206500486795,41.26334338107199],[-72.99217500471507,41.2600123804172],[-72.99221200466427,41.258902380198975],[-72.99221400465075,41.25865238015003],[-72.99221500464428,41.25853238012654],[-72.99221500464189,41.258490380118324],[-72.9922260045757,41.257257379876876],[-72.99223100455406,41.256846379796336],[-72.99223500452904,41.25638137970529],[-72.99224600445379,41.25498837943254],[-72.99225100442918,41.25452437934166],[-72.99224200440283,41.254110379260986],[-72.99225500439744,41.25394037922732],[-72.99238900434206,41.25219437888156],[-72.99243400432378,41.251613378766486],[-72.99238500430542,41.25156937875946],[-72.99223900425064,41.25143737873836],[-72.99219100423265,41.25139437873149],[-72.99210700420113,41.25131837871935],[-72.99169600405195,41.25103537867724],[-72.99160300401817,41.25097137866772],[-72.99153500399201,41.25089837865562],[-72.99149300396816,41.25071737862159],[-72.99139400392505,41.25052237858664],[-72.99138400391824,41.25045937857465],[-72.99150600395,41.250321378543724],[-72.99165300398558,41.25010837849732],[-72.99163600397442,41.250008378478306],[-72.9916260039672,41.249938378464954],[-72.99167000397586,41.24983937844417],[-72.99153900392724,41.24973037842706],[-72.99154600392792,41.24970237842136],[-72.99159700394294,41.24967537841444],[-72.99171900397556,41.24955337838666],[-72.99189500402271,41.24937837834677],[-72.99198900405067,41.24933437833513],[-72.99207100406333,41.249088378284384],[-72.99210500406869,41.24898837826372],[-72.992207004094,41.24885137823364],[-72.99236700413714,41.248697378198365],[-72.99235200412176,41.24851137816246],[-72.99227000408641,41.2483563781348],[-72.99226500408423,41.248346378133014],[-72.99194500395855,41.247957378067234],[-72.9919300039496,41.24788537805364],[-72.99186500392389,41.2478033780397],[-72.99179200389679,41.24774237803011],[-72.99164600385078,41.24776537803932],[-72.99156600382915,41.24784137805674],[-72.99148600380572,41.247885378067934],[-72.9911880037104,41.24790737808184],[-72.99106500366936,41.247886378081695],[-72.99091200362041,41.24789737808878],[-72.99083200359723,41.24794637810094],[-72.99080300359063,41.24799537811144],[-72.99078100358446,41.24801237811549],[-72.99070800355892,41.247979378111395],[-72.99064300353163,41.24786937809197],[-72.99049000347772,41.24779237808183],[-72.99046100346492,41.24773237807103],[-72.99046100345147,41.247494378024484],[-72.99046100344783,41.24743037801196],[-72.99052600344379,41.24698637792304],[-72.99051100343424,41.24690337790727],[-72.99062100345643,41.246665377857184],[-72.99062700345758,41.246651377854256],[-72.99064200345559,41.246530377830105],[-72.99058400342997,41.246409377808305],[-72.99056200341724,41.24631037778966],[-72.99066300344312,41.24618937776272],[-72.99066500344054,41.246132377751515],[-72.9906700034364,41.246030377731415],[-72.99076500345853,41.24587737769842],[-72.9907430034402,41.24567937766041],[-72.99077200344587,41.24561337764656],[-72.99093900349003,41.24543737760676],[-72.99095400349026,41.245355377590236],[-72.99092400347405,41.245240377568706],[-72.99096100347641,41.24507037753426],[-72.99108400351628,41.245070377530304],[-72.99142600362336,41.245004377506376],[-72.99154100366074,41.24500637750306],[-72.99165900369916,41.24500937749985],[-72.99182600375603,41.24505837750406],[-72.99197900380409,41.245031377493845],[-72.99203700381943,41.24497037748005],[-72.9920520038213,41.24491737746919],[-72.99324900422751,41.245241377494004],[-72.99367800437307,41.24535737750288],[-72.9950150048268,41.24571937753061],[-72.99688600544981,41.24601537752822],[-72.99811200585813,41.24621037752686],[-72.9982140058927,41.24623737752884],[-72.99852000599644,41.246318377534834],[-72.99862200603108,41.24634637753702],[-72.9986430060381,41.246350377537134],[-72.99870800606001,41.246365377537956],[-72.99873000606742,41.246370377538234],[-72.99910700619321,41.246434377538606],[-73.0002400065712,41.24662637753965],[-73.00061800669737,41.24669137754018],[-73.0017490070793,41.24696437755711],[-73.00373900775129,41.24744437758686],[-73.00514500822607,41.24778337760784],[-73.00627800860865,41.248056377624714],[-73.00635200863438,41.24808737762839],[-73.00644900866818,41.24812937763347],[-73.00657700871272,41.248183377639904],[-73.00665200873888,41.24821637764394]]]},"properties":{"name":1571,"geoid":"09009157100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.02597801672763,41.278673382974304],[-73.02593201670888,41.278605382962525],[-73.02579701665356,41.278401382927015],[-73.02575201663512,41.27833338291518],[-73.02561801657828,41.2780973828734],[-73.02521801640867,41.27739238274855],[-73.02508501635222,41.277157382706925],[-73.02494501629346,41.27692138266533],[-73.02475901621537,41.27660738260996],[-73.02451301611399,41.27622538254326],[-73.02436501605301,41.27599638250328],[-73.02414801596528,41.2756893824503],[-73.02350001570315,41.274770382291635],[-73.02328401561577,41.274464382238804],[-73.02304901552017,41.27412138217936],[-73.02242701526703,41.273212382021796],[-73.02234201523284,41.273095382001664],[-73.02209901513511,41.27276038194404],[-73.0218940150535,41.27249338189848],[-73.0212810148096,41.2716953817623],[-73.0210770147284,41.2714293817169],[-73.02095901468098,41.27126738168905],[-73.0206050145387,41.27078138160548],[-73.02048701449132,41.27062038157784],[-73.02026501440146,41.27030438152324],[-73.01959901413196,41.26935738135963],[-73.01937801404246,41.2690423813052],[-73.0192180139783,41.268825381267945],[-73.01874101378682,41.2681743811561],[-73.018582013723,41.267957381118826],[-73.01852801370089,41.267876381104735],[-73.01836801363532,41.2676343810626],[-73.01831501361363,41.267554381048654],[-73.01817701355756,41.26735438101402],[-73.01776401338984,41.26675638091045],[-73.01762701333413,41.26655738087599],[-73.01758501331709,41.26649638086542],[-73.01745901326598,41.2663153808341],[-73.01741701324899,41.26625538082372],[-73.01716001314347,41.26586338075539],[-73.01661101291798,41.265023380608916],[-73.01635501281754,41.26471538055696],[-73.01605701270061,41.2643563804964],[-73.01565801254009,41.263805380401564],[-73.01562401252629,41.26375638039308],[-73.01501101227824,41.26288438024239],[-73.01465001213064,41.26234438014848],[-73.01437701201834,41.261923380074975],[-73.01410201190514,41.261498380000766],[-73.01397901185412,41.26130137996621],[-73.01383901179543,41.261066379924806],[-73.01371301174252,41.260853379887216],[-73.01351901166284,41.260556379835414],[-73.01340201161479,41.26037737980419],[-73.01325301155359,41.26014937976442],[-73.01321401153727,41.260084379752975],[-73.01309801148876,41.25989137971898],[-73.0130600114728,41.25982737970768],[-73.01284801138513,41.259492379649046],[-73.01284301138304,41.25948437964764],[-73.01267801130949,41.259129379583555],[-73.01257001125387,41.258765379515864],[-73.01249101120565,41.25836637944041],[-73.01248001119882,41.25830837942943],[-73.01246101118222,41.25812437939406],[-73.0124230111616,41.25797737936654],[-73.01367501150987,41.25696337912791],[-73.01625801222849,41.254873378635935],[-73.01742201255102,41.25390837840971],[-73.0186640128953,41.252881378168844],[-73.01917601303781,41.25246837807157],[-73.02071501346641,41.25123137778003],[-73.02099501354446,41.251007377727205],[-73.02122701360894,41.25081837768275],[-73.02231201397652,41.251101377703094],[-73.02237701399854,41.251118377704316],[-73.02583001516827,41.25201637776849],[-73.02690401553211,41.252296377788596],[-73.02698101555825,41.252317377790206],[-73.027646015779,41.25241037778693],[-73.02964201644171,41.252692377777656],[-73.02990901653037,41.252730377776466],[-73.03030801666289,41.25278737777473],[-73.03106101691905,41.25300237779248],[-73.03332001768756,41.25364737784566],[-73.03407401794412,41.25386337786356],[-73.03467001815343,41.25414937790024],[-73.03516201832629,41.25438637793068],[-73.03655701879876,41.25474737795623],[-73.03719801901592,41.254914377968184],[-73.03755201913623,41.255013377976105],[-73.03861501949748,41.25531037799986],[-73.03897001961812,41.25540937800774],[-73.04414502137509,41.256823378117055],[-73.0487130229496,41.25848837829498],[-73.05073502364654,41.25922537837371],[-73.05151202391436,41.25950837840394],[-73.05194202406571,41.25972037843148],[-73.0532350245208,41.2603573785142],[-73.05361502465455,41.260544378538484],[-73.05366702467279,41.26056937854168],[-73.0552260252197,41.26130537863517],[-73.0558180254277,41.26159037867174],[-73.05759402605183,41.262448378782054],[-73.0581870262602,41.262734378818784],[-73.05896102653205,41.26310537886627],[-73.06125602733822,41.26420737900746],[-73.0612850273484,41.264221379009264],[-73.06134902737091,41.26425237901324],[-73.06141302739347,41.264284379017425],[-73.06205502761959,41.26460337905902],[-73.06195002759334,41.26474037908918],[-73.06192902758808,41.26476737909515],[-73.06052302723201,41.26651937948303],[-73.06001102710185,41.26714837962249],[-73.05995102708668,41.26722337963909],[-73.05973002703125,41.26750837970194],[-73.05903402685323,41.26834437988782],[-73.05858002673236,41.268806379992775],[-73.05847102670334,41.268917380017996],[-73.0578650265456,41.26959738017048],[-73.05748502644474,41.26998938025938],[-73.05683402627298,41.27067938041525],[-73.0556540259631,41.27195538070275],[-73.05461302568717,41.27303638094764],[-73.05438602562562,41.27324738099622],[-73.05388802549156,41.2737283811063],[-73.05339702536186,41.27424638122339],[-73.05333802534611,41.274305381236836],[-73.05306302527272,41.27458238129986],[-73.05142202483906,41.276309381690346],[-73.05111602476171,41.27669338177527],[-73.0510180247361,41.276801381799544],[-73.05091502470913,41.27691438182494],[-73.05056702461825,41.277299381911426],[-73.05054102461152,41.27732938191813],[-73.0496890243891,41.27827438213031],[-73.04920102426435,41.27886238226096],[-73.04894302419613,41.27913338232227],[-73.04881102416138,41.27927438235407],[-73.04858102410185,41.27953838241309],[-73.0483990240545,41.27974338245902],[-73.04822602400941,41.279936382502335],[-73.04770902387499,41.280519382632946],[-73.04753702383026,41.28071338267641],[-73.04717902373714,41.28111638276671],[-73.04694002367506,41.28138738282739],[-73.04658102358214,41.28179938291949],[-73.04623702349161,41.28216838300269],[-73.04515102321022,41.28341038328044],[-73.04499702317038,41.28358738331999],[-73.04471302309537,41.28388738338777],[-73.04454602305206,41.284077383430294],[-73.04431402299181,41.28434038348918],[-73.0443050229895,41.28435138349162],[-73.04375902284711,41.28495938362805],[-73.04361202280896,41.285126383665414],[-73.04338102274909,41.28539038372446],[-73.04330602272518,41.285397383728245],[-73.04319702269103,41.28541838373587],[-73.04315102267726,41.28543838374128],[-73.04312502266953,41.285450383744454],[-73.04303102264277,41.2855153837602],[-73.04284802258935,41.285619383786425],[-73.04270002254566,41.285694383805854],[-73.04252102249087,41.28575138382278],[-73.04239902245361,41.285791383834535],[-73.04230202242468,41.28583538384627],[-73.04220002239214,41.28584438385132],[-73.04203102233843,41.28586338386051],[-73.04121902208074,41.28595938390549],[-73.04120702207696,41.285961383906276],[-73.04095002199577,41.2859983839218],[-73.04080502194958,41.286012383929226],[-73.04043902183311,41.286050383948485],[-73.04037002181069,41.28604938395051],[-73.04022502176365,41.286048383955],[-73.040149021738,41.286030383953936],[-73.03994402166893,41.28598438395159],[-73.03992402166213,41.285978383951075],[-73.03985002163694,41.285957383949345],[-73.03965902157186,41.285901383944584],[-73.03946502150495,41.28583038393697],[-73.03912902138958,41.285716383925575],[-73.03880302127767,41.28560638391462],[-73.03756602085379,41.28520138387547],[-73.03708902069101,41.28505738386274],[-73.03695902064662,41.28501738385912],[-73.03679702059138,41.284969383854985],[-73.03641602046045,41.284838383841695],[-73.03624102039987,41.28477038383408],[-73.03574402023432,41.284691383834705],[-73.03527502007812,41.28461738383538],[-73.03518102004692,41.2846043838359],[-73.03492301996131,41.28456938383739],[-73.03424901973837,41.28449038384373],[-73.03412401969707,41.28447638384503],[-73.03375201957323,41.284418383845725],[-73.03365501954087,41.28440238384572],[-73.03332301942875,41.28432238384082],[-73.03327701941288,41.28430538383899],[-73.03190201893884,41.28380538378574],[-73.03144401878097,41.283639383768104],[-73.03123501870894,41.28356338375999],[-73.03083001857063,41.28343938374885],[-73.02978601821421,41.28312138372044],[-73.02929701804679,41.282963383705365],[-73.02898401793955,41.28286138369554],[-73.02864201782245,41.28275138368509],[-73.02839401773413,41.28261138366576],[-73.0282170176492,41.28212538357652],[-73.02813501760984,41.2819003835352],[-73.02799001754406,41.2815693834752],[-73.02773101743344,41.28109938339175],[-73.0274830173344,41.28077038333546],[-73.02717301721056,41.280358383264975],[-73.02693301711366,41.280021383206865],[-73.0262160168239,41.27901038303249],[-73.02597801672763,41.278673382974304]]]},"properties":{"name":1572,"geoid":"09009157200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.98714900435685,41.28245538496608],[-72.98731000441164,41.28250138496987],[-72.98778000457018,41.28261038497603],[-72.98794800462682,41.282649384978235],[-72.98969500521183,41.2829793849864],[-72.99033500542618,41.283101384989614],[-72.99099200562848,41.28291338493169],[-72.99296400623592,41.282352384758475],[-72.9936220064386,41.282165384700725],[-72.99414400659884,41.282007384653014],[-72.9944240066857,41.2819383846305],[-72.99504900687963,41.28178538458045],[-72.99686600744619,41.28139038444468],[-72.99768200770072,41.28121438438398],[-72.9980100078034,41.28115038436087],[-72.99899600811233,41.28096238429234],[-72.99932500821545,41.28090038426962],[-72.99963500831261,41.2808413842481],[-73.0000280084354,41.280760384219576],[-73.00165900894521,41.280428384102095],[-73.00212500908853,41.280292384060495],[-73.0028140093006,41.28009338399939],[-73.00304300937135,41.28003238398007],[-73.00304800937288,41.28003038397951],[-73.00375000958975,41.27984238392015],[-73.00398500966239,41.27978038390045],[-73.00424000974125,41.27971338387912],[-73.00500600997829,41.27951538381571],[-73.00526201005752,41.27944938379457],[-73.00551901013691,41.279380383772796],[-73.00629301037623,41.27917638370796],[-73.00655101045605,41.27910938368653],[-73.00680301053386,41.27904138366513],[-73.00756001076789,41.27884138360161],[-73.00781301084614,41.27877538358055],[-73.00804401094527,41.27920338365675],[-73.00808101096118,41.27927238366903],[-73.00869601123071,41.280510383891105],[-73.00891301132576,41.2809463839693],[-73.00903301137814,41.28118438401194],[-73.00939401153565,41.28189838413981],[-73.00951501158842,41.28213738418259],[-73.00970601167039,41.2824913842456],[-73.00978001170209,41.28262738426978],[-73.00991701176385,41.28293338432517],[-73.0101530118645,41.28335938440079],[-73.01025901191048,41.283564384437426],[-73.01035001194985,41.28373838446849],[-73.01043901198929,41.28392538450213],[-73.01065701208759,41.28441238459026],[-73.01120701232043,41.285374384760466],[-73.01503201349654,41.284252384417805],[-73.01561001367482,41.28409238436788],[-73.01691501407537,41.28369738424857],[-73.01739101422147,41.283553384205085],[-73.0188190146598,41.28312138407458],[-73.01929601480629,41.28297838403124],[-73.01947601485939,41.28288638400744],[-73.0200790150272,41.28239938389282],[-73.02020401506176,41.28229438386828],[-73.02283601579083,41.28010938335636],[-73.02328001591384,41.27974138327013],[-73.02360801600778,41.27952338321693],[-73.02376301605409,41.27945438319846],[-73.02420701618931,41.27930138315422],[-73.02548501657859,41.27886238302717],[-73.0255390165949,41.278841383021316],[-73.02597801672763,41.278673382974304],[-73.0262160168239,41.27901038303249],[-73.02693301711366,41.280021383206865],[-73.02717301721056,41.280358383264975],[-73.0274830173344,41.28077038333546],[-73.02773101743344,41.28109938339175],[-73.02799001754406,41.2815693834752],[-73.02813501760984,41.2819003835352],[-73.0282170176492,41.28212538357652],[-73.02839401773413,41.28261138366576],[-73.02864201782245,41.28275138368509],[-73.02898401793955,41.28286138369554],[-73.02929701804679,41.282963383705365],[-73.02978601821421,41.28312138372044],[-73.03083001857063,41.28343938374885],[-73.03123501870894,41.28356338375999],[-73.03144401878097,41.283639383768104],[-73.03190201893884,41.28380538378574],[-73.03327701941288,41.28430538383899],[-73.03332301942875,41.28432238384082],[-73.03365501954087,41.28440238384572],[-73.03375201957323,41.284418383845725],[-73.03412401969707,41.28447638384503],[-73.03424901973837,41.28449038384373],[-73.03492301996131,41.28456938383739],[-73.03518102004692,41.2846043838359],[-73.03527502007812,41.28461738383538],[-73.03574402023432,41.284691383834705],[-73.03624102039987,41.28477038383408],[-73.03641602046045,41.284838383841695],[-73.03679702059138,41.284969383854985],[-73.03695902064662,41.28501738385912],[-73.03708902069101,41.28505738386274],[-73.03756602085379,41.28520138387547],[-73.03880302127767,41.28560638391462],[-73.03912902138958,41.285716383925575],[-73.03946502150495,41.28583038393697],[-73.03965902157186,41.285901383944584],[-73.03985002163694,41.285957383949345],[-73.03992402166213,41.285978383951075],[-73.03994402166893,41.28598438395159],[-73.040149021738,41.286030383953936],[-73.04022502176365,41.286048383955],[-73.04037002181069,41.28604938395051],[-73.04043902183311,41.286050383948485],[-73.04080502194958,41.286012383929226],[-73.04095002199577,41.2859983839218],[-73.04120702207696,41.285961383906276],[-73.04121902208074,41.28595938390549],[-73.04203102233843,41.28586338386051],[-73.04220002239214,41.28584438385132],[-73.04230202242468,41.28583538384627],[-73.04239902245361,41.285791383834535],[-73.04252102249087,41.28575138382278],[-73.04270002254566,41.285694383805854],[-73.04284802258935,41.285619383786425],[-73.04303102264277,41.2855153837602],[-73.04312502266953,41.285450383744454],[-73.04315102267726,41.28543838374128],[-73.04319702269103,41.28541838373587],[-73.04330602272518,41.285397383728245],[-73.04338102274909,41.28539038372446],[-73.04323702271128,41.285546383759595],[-73.04280502259803,41.28601738386558],[-73.04266202256062,41.28617438390085],[-73.0426570225595,41.28618338390278],[-73.04264402255693,41.28621238390886],[-73.0426400225562,41.286222383910946],[-73.04252802252705,41.28634838393918],[-73.04219602244093,41.286726384023744],[-73.0420850224122,41.28685338405215],[-73.04200102239041,41.28694938407362],[-73.04189602236256,41.287058384098316],[-73.04181902234217,41.287138384116425],[-73.04135102222128,41.287680384237426],[-73.0413440222194,41.287687384239014],[-73.04116102217202,41.28789738428596],[-73.04091802210827,41.28816138434538],[-73.04081702208246,41.28828338437248],[-73.03984302183088,41.28941138462431],[-73.03876202156036,41.29081638493368],[-73.03773902132144,41.29244738528533],[-73.03709102118233,41.29369538555003],[-73.03672602110574,41.294429385705186],[-73.03654702107274,41.294869385796915],[-73.03648702106356,41.295050385834195],[-73.03616202100703,41.29590938601249],[-73.03577602095748,41.29723938628472],[-73.03568002094724,41.2976063863595],[-73.03561902094691,41.29794838642825],[-73.03549002093031,41.29839238651913],[-73.03543302092497,41.29862338656609],[-73.03535802092162,41.29899238664057],[-73.03503102089991,41.30047538694076],[-73.03483602089123,41.30143438713435],[-73.03477702088603,41.30167938718409],[-73.03452402086937,41.30282938741686],[-73.03451402086858,41.30287238742556],[-73.03450402086791,41.302917387434675],[-73.03420502084545,41.30422738770014],[-73.03416702084108,41.3043673877287],[-73.03412702083915,41.304561387767876],[-73.0341100208396,41.30466638778894],[-73.03387902082329,41.30569638799753],[-73.03383902082294,41.305918388042166],[-73.0337700208142,41.306158388091255],[-73.03453302108933,41.306647388162084],[-73.03540902140497,41.30720438824252],[-73.03569902150976,41.30739438827024],[-73.03594502159963,41.30757238829705],[-73.0362920217249,41.30779738832976],[-73.03757602218688,41.30860238844543],[-73.03808302236996,41.30893138849328],[-73.03825502243167,41.3090363885082],[-73.03849102251648,41.309182388529074],[-73.03862302256388,41.30926338854063],[-73.03874602260886,41.309353388554214],[-73.0395480228975,41.30985738862669],[-73.04008602309065,41.31018738867372],[-73.04031502317137,41.31030138868856],[-73.04065402329094,41.310471388710795],[-73.0410490234283,41.310635388730034],[-73.04095302340536,41.310779388761254],[-73.04086102339268,41.311080388822994],[-73.0407510233779,41.3114473888982],[-73.04076702339955,41.311737388954306],[-73.0409270234813,41.31226238905162],[-73.04094602350112,41.312502389097865],[-73.04096502351969,41.312720389139805],[-73.04092002352024,41.31298638919319],[-73.04091602352024,41.3130093891978],[-73.04087902351729,41.313168389230036],[-73.04075302350768,41.313717389341285],[-73.04074402350703,41.3137573893494],[-73.04070802350344,41.31389938937828],[-73.03928102303216,41.313746389394574],[-73.03500302161937,41.31328938944366],[-73.03357702114847,41.313137389460096],[-73.03284902090179,41.312949389446935],[-73.03066502016173,41.31238538940742],[-73.0299380199154,41.312198389394425],[-73.02956301979026,41.31213538939424],[-73.02843901941532,41.31194938939424],[-73.02806501929057,41.31188738939424],[-73.02708401896662,41.311783389405626],[-73.02414101799503,41.31147438944041],[-73.02316001767113,41.311371389452006],[-73.0226530175037,41.311317389457855],[-73.02113401700213,41.31115638947548],[-73.02062801683508,41.31110338948149],[-73.01979901656325,41.311049389497725],[-73.0173120157478,41.310887389546444],[-73.01648301547606,41.31083438956287],[-73.01579501525296,41.31083338958489],[-73.01477901492348,41.31083138961732],[-73.0137310145661,41.31052138959064],[-73.01307501434243,41.31032738957395],[-73.01175101391479,41.310355389622174],[-73.00894101300716,41.31041438972445],[-73.00876501295032,41.310418389730906],[-73.00760001258854,41.31069838982317],[-73.00547001192815,41.31122938999564],[-73.00435401158218,41.311508390086146],[-73.00277901109864,41.31198539023013],[-73.00262501105138,41.31203239024429],[-73.00236201097077,41.31211439026878],[-73.00111401058814,41.31250139038462],[-73.00069801046067,41.31263139042344],[-73.0001680103055,41.31292539049796],[-72.99952101011624,41.31328639058932],[-72.99857800984027,41.31381039072207],[-72.9980490096855,41.31410539079675],[-72.99626900909924,41.31394439082276],[-72.99423900843074,41.31376239085274],[-72.99212100773326,41.31357239088399],[-72.99092900734065,41.31346439090135],[-72.98914900675452,41.313305390927745],[-72.98853800647586,41.31188639067038],[-72.98794200620404,41.310501390419155],[-72.98760500604932,41.30970039027361],[-72.98672900564726,41.30761938989547],[-72.9861310053726,41.306195389636656],[-72.98609300535523,41.3061063896205],[-72.9860540053375,41.30601638960418],[-72.9860010053132,41.30589138958148],[-72.98580400522319,41.305430389497815],[-72.98566300515857,41.3050973894373],[-72.98532500500397,41.30430338929314],[-72.98505600488097,41.30367238917859],[-72.98482800477665,41.303136389081246],[-72.98478700475792,41.3030403890638],[-72.98470100471847,41.302836389026744],[-72.9846020046732,41.302604388984626],[-72.98450300462794,41.3023723889425],[-72.9844900046214,41.3023313889349],[-72.9844510046018,41.30220838891214],[-72.98443800459532,41.30216838890476],[-72.9844040045801,41.302094388891405],[-72.98430200453444,41.30187238885132],[-72.98426900451955,41.30179838883794],[-72.98444300450956,41.30062738860361],[-72.98496500447959,41.29711438790056],[-72.98514000447003,41.29594438766637],[-72.98535700445801,41.29449138737551],[-72.98598900442454,41.29028638653362],[-72.98608200444767,41.2901623865064],[-72.9869690046689,41.288992386249205],[-72.98695700465672,41.28884638622107],[-72.98730300473551,41.28825738609484],[-72.98729900472712,41.28813238607054],[-72.98719800467778,41.28783938601655],[-72.98718600467187,41.2878033860099],[-72.98716700466339,41.2877623860025],[-72.98694500456438,41.28728538591645],[-72.98648700436027,41.28630338573933],[-72.98618900423206,41.285745385639906],[-72.9861450042039,41.28550038559347],[-72.98618600420643,41.285310385555015],[-72.98677400432776,41.28408738529708],[-72.98696200436659,41.28369738521481],[-72.9870620043819,41.28339538515258],[-72.9870630043807,41.28336838514726],[-72.98707200437268,41.28317538510925],[-72.98710600436252,41.282801385035086],[-72.9871120043605,41.28273138502121],[-72.98712100435807,41.28263738500256],[-72.98713800435712,41.282523384979726],[-72.98714900435685,41.28245538496608]]]},"properties":{"name":1574,"geoid":"09009157400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.147556061213,41.367704396406005],[-73.14852406156763,41.36841639651324],[-73.1494920619222,41.36912739662027],[-73.15095606245855,41.3702043967825],[-73.15555406423024,41.37510439758748],[-73.15665806465579,41.376283397781215],[-73.15705606480898,41.376704397850276],[-73.15792406512062,41.37723139792467],[-73.15883306555656,41.37969239837447],[-73.15797806546745,41.38296739904024],[-73.15865706571266,41.38340439910324],[-73.16125406658085,41.38386139910766],[-73.16655706826225,41.38320439880692],[-73.16656606827436,41.383364398837784],[-73.16895306906477,41.3836533988163],[-73.17134006985526,41.383943398794976],[-73.17144206988908,41.383956398794176],[-73.17141606988082,41.38395939879561],[-73.17115906981704,41.38429939887022],[-73.17078806972428,41.3847783989756],[-73.17049006961403,41.38454039893895],[-73.17037206957181,41.38447139892937],[-73.17023606952472,41.38441939892368],[-73.17008206947256,41.38438039892109],[-73.16934206923146,41.38435939894111],[-73.16861306899524,41.38436139896527],[-73.1681750688556,41.384402398987525],[-73.16773706871517,41.384429399007054],[-73.16716006852886,41.38444239902839],[-73.16677906840467,41.38443039903847],[-73.16601906815936,41.384449399066945],[-73.16557006801362,41.38444639908098],[-73.16512606786797,41.38441639908961],[-73.16409506753172,41.38438139911638],[-73.1638170674411,41.384372399123684],[-73.16389806747624,41.38452739915122],[-73.16414406758271,41.38499239923378],[-73.1642260676182,41.3851473992613],[-73.16401006756368,41.38541739932092],[-73.16384406751935,41.38558239935847],[-73.16376406749812,41.38566439937706],[-73.16355106743856,41.385829399416124],[-73.16319706733677,41.38605539947167],[-73.1630580672995,41.38619139950269],[-73.16296906728088,41.38636939954027],[-73.16295806730413,41.38683639963156],[-73.16297206731288,41.38690939964532],[-73.16303906735396,41.38724639970877],[-73.16301206735078,41.38734339972855],[-73.16289506731681,41.38741239974579],[-73.16232706712657,41.387306399743665],[-73.16200906702103,41.38726339974565],[-73.16197206700879,41.38725939974608],[-73.16163506689797,41.38723239975179],[-73.16133906681355,41.38743339980058],[-73.16092006672282,41.38821839996713],[-73.16006906649713,41.38909240016505],[-73.1600430664903,41.38912040017136],[-73.15969406640225,41.38955740026783],[-73.15946006634037,41.38980040032278],[-73.15928506629488,41.38999640036665],[-73.15898906621098,41.390206400417185],[-73.15884706617081,41.390308400441675],[-73.15840906604488,41.390588400510474],[-73.15792906589847,41.39074840055727],[-73.15751906577012,41.390828400586216],[-73.15726306568799,41.390843400597475],[-73.15703406561461,41.39085840060785],[-73.15665306549718,41.390964400640904],[-73.15657506547474,41.39101440065319],[-73.15630906540298,41.391266400710926],[-73.155932065305,41.39168840080537],[-73.15579506526949,41.39184340084003],[-73.15546806518553,41.39222740092546],[-73.15533606515461,41.39243440097006],[-73.15522506514027,41.392811401047105],[-73.15514706513717,41.393197401124816],[-73.15513906517329,41.39387140125631],[-73.1551840652254,41.39452440138201],[-73.15518706522862,41.394563401389505],[-73.15518806524899,41.39491240145742],[-73.15513706524601,41.39514840150506],[-73.15499206522013,41.39551640158144],[-73.15465106514026,41.39605040169651],[-73.15461406513165,41.396109401709204],[-73.1544620651018,41.39644740177999],[-73.15431706507614,41.39681940185714],[-73.1542190650738,41.39733140196003],[-73.15419706509776,41.39787240206608],[-73.15418106511589,41.39827840214565],[-73.15407406509274,41.398479402188265],[-73.15380306499908,41.39837840217743],[-73.15379306499554,41.39837340217677],[-73.15333306483531,41.39818040215419],[-73.1531140647559,41.3980344021329],[-73.15300006471456,41.397958402121816],[-73.15275106462431,41.3977924020976],[-73.15265506459117,41.39775740209391],[-73.15198506436553,41.397611402087314],[-73.1511850640938,41.39739640207149],[-73.15105806404866,41.3973274020622],[-73.15080106396164,41.39726340205812],[-73.1505360638733,41.39722140205857],[-73.15040706383137,41.39721940206239],[-73.15031006380019,41.39722440206651],[-73.14998706369651,41.39724240208054],[-73.1496510635926,41.39733040210862],[-73.14897406339057,41.397634402189865],[-73.14783906304885,41.39809240231602],[-73.14759106297666,41.398235402351936],[-73.14745306293841,41.39834840237844],[-73.1467590627379,41.398775402484176],[-73.14606706252978,41.39905840256182],[-73.14485706216415,41.39952340269177],[-73.1440440619149,41.3997734027669],[-73.1433290616958,41.39999540283342],[-73.1409240609591,41.400746403057944],[-73.14088906095887,41.400940403096875],[-73.14085706097246,41.4013574031791],[-73.1408390609811,41.401609403228754],[-73.14082606101559,41.40228340336039],[-73.14091606107526,41.40281440346086],[-73.14100806112239,41.40311540351646],[-73.14102706113212,41.40317740352792],[-73.14120906122497,41.403766403636666],[-73.14125506124861,41.403918403664754],[-73.14126206125209,41.403939403668616],[-73.14138906131706,41.40435340374508],[-73.14142906133598,41.404457403764034],[-73.14149506136717,41.40462740379497],[-73.14154706139166,41.40476040381917],[-73.14154706139173,41.40476140381936],[-73.14170106146483,41.40516440389281],[-73.14172006147379,41.405213403901726],[-73.1417590614912,41.40529640391663],[-73.14183706152605,41.4054624039464],[-73.14193506156982,41.405671403983895],[-73.14210006163901,41.40594440403167],[-73.14219606167923,41.4061024040593],[-73.14174306153738,41.40619040409119],[-73.14148406145638,41.406242404109754],[-73.13949606083506,41.40664840425352],[-73.13935206079013,41.406679404264246],[-73.13864406056963,41.406837404318054],[-73.13845006050849,41.406868404330396],[-73.13834006047391,41.40688740433768],[-73.13743106018843,41.40704940439883],[-73.13739706017782,41.40705640440129],[-73.1371400600997,41.40714740442739],[-73.13694006004238,41.40727840445938],[-73.13692706004011,41.40731240446643],[-73.13684606002711,41.407543404514044],[-73.1367640600173,41.407835404573554],[-73.1367550600304,41.40811440462816],[-73.136748060044,41.408390404682116],[-73.13666706005402,41.40902240480779],[-73.13658206003612,41.40919040484327],[-73.13651606002242,41.4093244048715],[-73.13640605999265,41.40942740489512],[-73.13577705980855,41.409773404982964],[-73.13445105941382,41.410387405145656],[-73.13436905938947,41.41042640515592],[-73.13368305918209,41.41068940522946],[-73.13374505920656,41.41076540524222],[-73.13376505921657,41.410826405253445],[-73.13382905924834,41.41101840528874],[-73.13381405925998,41.411305405345104],[-73.13380705926711,41.41146940537725],[-73.13365705925497,41.412104405505744],[-73.13360605924576,41.412232405532315],[-73.13342605921417,41.4126984056289],[-73.13270405903116,41.41358840582563],[-73.1322520589132,41.41408640593729],[-73.13222205890604,41.414131405947025],[-73.13178505880218,41.414790406089516],[-73.1316810587791,41.4149754061289],[-73.13138005872874,41.415798406298904],[-73.1305810586159,41.418344406820445],[-73.13030805858156,41.419287407012874],[-73.13003205852694,41.419894407139985],[-73.129835058502,41.42057240727836],[-73.12970005849752,41.42125640741587],[-73.12964505854944,41.42247040765391],[-73.12915805839752,41.4225754076902],[-73.1285330581958,41.422592407713864],[-73.12701405769818,41.42250640774659],[-73.12641705750387,41.42249440776368],[-73.12623405744858,41.42256540778346],[-73.12607805740087,41.42261540779827],[-73.12588705734358,41.42269640782024],[-73.1255080572306,41.422869407866244],[-73.12501805708413,41.42308640792443],[-73.12499505707716,41.42309440792674],[-73.12463505696796,41.42322640796415],[-73.12443305690802,41.4233234079896],[-73.12372505669114,41.42354540805585],[-73.12351905662983,41.42364140808123],[-73.12265105638939,41.42435640824863],[-73.12219905627553,41.42492640837427],[-73.12201105623025,41.42519940843353],[-73.12164705615051,41.42586640857517],[-73.12160905614415,41.42597040859664],[-73.12145805611954,41.42639440868407],[-73.1213400561062,41.42682840877236],[-73.12132105610718,41.42695240879712],[-73.12131205611183,41.427084408823085],[-73.12132805613324,41.42736640887744],[-73.12137405615348,41.427459408894045],[-73.12146005619151,41.4276354089255],[-73.12152105621836,41.42775840894743],[-73.12163805628147,41.42819640902886],[-73.12164805628679,41.42823240903553],[-73.12164605629195,41.42833340905525],[-73.12161905628619,41.428385409066244],[-73.12151805626395,41.42856840910514],[-73.12134105621986,41.428800409156054],[-73.1210040561255,41.429060409217605],[-73.12095105611066,41.42910140922731],[-73.12048505597392,41.42935240929133],[-73.1204810559728,41.429355409292036],[-73.1203200559396,41.42968640936169],[-73.1200970558989,41.43023640947595],[-73.11982705585517,41.4309994096332],[-73.11953805579681,41.43161540976248],[-73.119330055747,41.431922409828985],[-73.11902605567856,41.43244740994102],[-73.1186030555798,41.433116410084956],[-73.11844705553995,41.43330341012641],[-73.11836805551755,41.433359410139886],[-73.11778005535095,41.43377941024073],[-73.11714105517126,41.434259410354926],[-73.11713305516902,41.43426541035635],[-73.11706705514978,41.43430341036589],[-73.11684605508562,41.43443441039857],[-73.11677305506453,41.43447941040971],[-73.11695805513453,41.43465341043754],[-73.1171400552034,41.434824410464884],[-73.11752405534769,41.435167410519114],[-73.11771405541909,41.43533741054601],[-73.11743505532893,41.43534341055624],[-73.11734705530154,41.43536341056301],[-73.1171130552288,41.435418410581335],[-73.1165300550507,41.435610410637665],[-73.116292054978,41.43568841066058],[-73.11622205495667,41.43571241066755],[-73.11593205486558,41.43576441068708],[-73.115892054853,41.43577141068975],[-73.1157750548162,41.43579141069746],[-73.11573705480434,41.43579941070025],[-73.11507605459681,41.43591941074511],[-73.11517205465371,41.43636741082915],[-73.1152160547027,41.43697141094522],[-73.11529205476144,41.43756441105812],[-73.1154170548228,41.43792641112446],[-73.11567405493363,41.4384044112091],[-73.11583305500609,41.438767411274526],[-73.11591205504563,41.43900941131903],[-73.1159390550659,41.43920941135706],[-73.11593105507134,41.439349411384555],[-73.11583005504914,41.43953341142364],[-73.11553605498224,41.4400284115295],[-73.11531405493488,41.44045741162019],[-73.1152170549135,41.44063241165738],[-73.1149890548635,41.44104941174592],[-73.11495005485762,41.44116741177015],[-73.11493205485507,41.44122441178182],[-73.11493505486413,41.44136541180915],[-73.11494005488238,41.44165441186521],[-73.11489105487172,41.441745411884504],[-73.1148560548642,41.441812411898674],[-73.11483205487201,41.44208341195217],[-73.1147970548675,41.44220241197647],[-73.11456405481162,41.44254541205078],[-73.11442805478241,41.44280441210557],[-73.11437405477093,41.442909412127754],[-73.11430705476455,41.44317641218187],[-73.11433005479674,41.44360641226477],[-73.11438405483622,41.44398841233732],[-73.1144010548487,41.44410941236029],[-73.11449705489783,41.44442241241804],[-73.11464505497206,41.44487841250193],[-73.11477005502877,41.44515941255252],[-73.11488005507667,41.44537141259018],[-73.11528905526028,41.446257412749176],[-73.11533805528224,41.44636241276802],[-73.115343055285,41.44638241277173],[-73.1153960553137,41.446582412808915],[-73.11542205533254,41.44676341284327],[-73.11540605534408,41.4470544129004],[-73.11537305534269,41.44721641293296],[-73.11522205533701,41.44796941308433],[-73.11511405533327,41.448513413193645],[-73.11504005532674,41.44881741325519],[-73.11494205531129,41.44910141331361],[-73.11478505528711,41.449566413409165],[-73.11466905526437,41.4498254134633],[-73.1145850552512,41.45007041351369],[-73.11453405525002,41.450337413567276],[-73.11452305526532,41.45066541363143],[-73.114492055309,41.45159941381409],[-73.1144900553107,41.45164041382212],[-73.1144860553166,41.451765413846566],[-73.11448505531868,41.451807413854766],[-73.11446605534492,41.45237041396487],[-73.1143250553529,41.45330441415108],[-73.1142720553487,41.45353041419676],[-73.11425205535166,41.45369441422931],[-73.11406805538356,41.45528641454488],[-73.11396605537388,41.45569341462735],[-73.11387105536163,41.45601641469324],[-73.11384505539371,41.45672041483099],[-73.11380805541566,41.45731041494691],[-73.11375605543031,41.457858415055156],[-73.1136800554243,41.458182415120646],[-73.11355805541919,41.45878141524108],[-73.1135030554303,41.459284415340676],[-73.11349405543076,41.45934341535244],[-73.11336905544016,41.46021141552527],[-73.11318305543806,41.46122341572809],[-73.11317005544203,41.46136541575613],[-73.11316205545565,41.461647415811214],[-73.11317105546311,41.46172641582628],[-73.11325005552588,41.46237141594912],[-73.11343105563319,41.46321541610732],[-73.11344305564006,41.463267416117034],[-73.1135770557084,41.46369941619666],[-73.11367005576035,41.464077416267095],[-73.11368405576816,41.46413441627775],[-73.11379605582012,41.46440541632677],[-73.11400505592742,41.46509141645333],[-73.1140260559398,41.465188416471506],[-73.11411205598965,41.46556941654277],[-73.11427005608034,41.46625441667079],[-73.1144470562142,41.46758141692299],[-73.11449005624155,41.46781441696689],[-73.11452605626407,41.46800241700227],[-73.1146430563212,41.468335417063194],[-73.1147140563862,41.46906441720258],[-73.11475405641485,41.46933641725415],[-73.11475205642596,41.469540417293885],[-73.1147360564442,41.4699474173735],[-73.11470705646319,41.47044041747027],[-73.11471005648781,41.47085141755007],[-73.11474905650807,41.47098341757445],[-73.11474505651317,41.47109441759618],[-73.11456505652382,41.47229341783511],[-73.11458005654815,41.47263141790029],[-73.11466105658786,41.47286441794295],[-73.1149620567119,41.473322418022164],[-73.11535005686206,41.47374341809134],[-73.11562805696529,41.47396941812621],[-73.11582705703816,41.474113418147724],[-73.1159720570912,41.47421741816319],[-73.1164710572712,41.474531418207974],[-73.11740705760361,41.475029418274254],[-73.11747405762772,41.475070418280055],[-73.11780205774446,41.47524941830415],[-73.11764205770278,41.475427418343955],[-73.11764805773268,41.47591241843802],[-73.11758705774749,41.476512418556624],[-73.11764505780023,41.4771014186692],[-73.11762005782184,41.47761741877031],[-73.11761805782366,41.477660418778726],[-73.11767905785976,41.47794341883173],[-73.11772005789393,41.478305418900746],[-73.1177180579096,41.478588418955816],[-73.11766905790475,41.478780418994724],[-73.11759305788804,41.478918419024005],[-73.11748505786032,41.47904541905222],[-73.11733305781986,41.4791994190871],[-73.11687405769317,41.479585419177056],[-73.11650605759161,41.4798954192493],[-73.11585305740063,41.48025841934112],[-73.11565605734526,41.48040741937648],[-73.11538105726758,41.480607419424324],[-73.11520605722137,41.48079141946579],[-73.11500705717287,41.481070419526496],[-73.11487305713821,41.4812234195606],[-73.11464105707549,41.4814414196105],[-73.11444105702016,41.48160741964928],[-73.1143370569931,41.48172341967522],[-73.1141590569597,41.48214641976322],[-73.11405505693325,41.48227341979128],[-73.11396005690416,41.48230341980021],[-73.11337405671676,41.482351419828625],[-73.11310605663341,41.482414419849604],[-73.11305005661589,41.48242541985358],[-73.11293305657942,41.48245141986243],[-73.11231905639174,41.4826524199215],[-73.11211205632952,41.482738419944944],[-73.11172405621086,41.482864419982086],[-73.1115410561566,41.48295342000533],[-73.11128505609388,41.48330642008228],[-73.1110600560398,41.48363542015353],[-73.11074505593875,41.48365542016768],[-73.1103510558144,41.48371642019238],[-73.10989605567087,41.48378842022119],[-73.10933305549135,41.48384342025022],[-73.10899505538299,41.4838664202657],[-73.1083820551849,41.48388142028858],[-73.10822205513506,41.48391742030079],[-73.10800405506725,41.48396842031781],[-73.10773605498413,41.484035420339566],[-73.10767205496636,41.48408742035174],[-73.10760005494933,41.484197420375466],[-73.10746305490015,41.484115420364006],[-73.10737105486668,41.48405242035476],[-73.10676305464555,41.483639420294296],[-73.10669805462216,41.48359942028865],[-73.10646805453933,41.48345742026855],[-73.10623805445653,41.48331542024845],[-73.10576105428486,41.48302242020705],[-73.10555805421055,41.48287642018529],[-73.1054310541641,41.48278542017174],[-73.1053400541307,41.48271842016169],[-73.10509405404038,41.482536420134345],[-73.10469605389423,41.48224142008997],[-73.10447105381414,41.4821184200734],[-73.10433305376439,41.48203242006118],[-73.10407405367108,41.481871420038324],[-73.10392005361555,41.48177542002468],[-73.10345905344943,41.48148841998391],[-73.1033060533943,41.48139341997044],[-73.10314105333413,41.481278419953476],[-73.10276205319593,41.4810144199145],[-73.10242805306986,41.48070741986572],[-73.10196405289908,41.48035641981262],[-73.10187205286525,41.48028741980221],[-73.10153305274082,41.48003741976466],[-73.10100305252732,41.47931641964179],[-73.10086605247555,41.47918941962157],[-73.10069905241392,41.47906041960194],[-73.10048505233584,41.478910419579776],[-73.09982205209626,41.478486419518944],[-73.0990320518073,41.47792041943466],[-73.09869205168161,41.47765341939383],[-73.09825105151558,41.47725541933085],[-73.09773805132352,41.47681141926125],[-73.09763605128536,41.47672341924746],[-73.09736105118358,41.47650541921406],[-73.09713205109877,41.47632341918614],[-73.09652105087358,41.47585541911506],[-73.09635505080789,41.47565041908062],[-73.09627305078394,41.47569641909223],[-73.09620905076656,41.47575541910578],[-73.09619705077618,41.47599041915185],[-73.09619205078101,41.47610241917379],[-73.09633705086007,41.476658419277115],[-73.09641605091777,41.47721541938282],[-73.09643305092996,41.477331419404806],[-73.09644705095178,41.47763141946266],[-73.09388205001835,41.47587641920506],[-73.09257704954352,41.47498441907414],[-73.08768604777781,41.47188241863034],[-73.086041047184,41.47083941848109],[-73.0834180462371,41.46917541824293],[-73.08240704587077,41.468510418146536],[-73.08220704579834,41.46837941812757],[-73.07857704448313,41.465992417781536],[-73.07736704404476,41.46519741766631],[-73.07752904404187,41.46423241747342],[-73.07801704403398,41.461339416895015],[-73.07818104403182,41.46037541670222],[-73.07807504399052,41.460255416682315],[-73.07815104400099,41.46000841663183],[-73.07852204405249,41.45880941638661],[-73.07864704407014,41.458410416304936],[-73.07861404402392,41.457792416185825],[-73.08308004449641,41.44078741273296],[-73.08345604452403,41.43914341240089],[-73.08503304490861,41.43693041191905],[-73.08512904493323,41.43681641189376],[-73.08511204492771,41.436816411894306],[-73.08506304491182,41.43681641189589],[-73.08504704490662,41.43681641189642],[-73.08509704491803,41.43673241187845],[-73.08511704492267,41.43670041187157],[-73.08518704493878,41.43658541184691],[-73.08524204495129,41.43649241182704],[-73.08524704495235,41.436482411824926],[-73.08529704496381,41.43639941180715],[-73.08540004498298,41.43615141175554],[-73.08551304500398,41.43587841169875],[-73.08551704500458,41.435866411696296],[-73.08618104512828,41.43426841136377],[-73.08640304516976,41.43373641125302],[-73.0866720452039,41.43281041106411],[-73.08748004530659,41.43003241049725],[-73.0877500453411,41.429107410308475],[-73.08812404539931,41.428007410082245],[-73.09269904604878,41.413458407101636],[-73.09077904532279,41.41165840681361],[-73.09054604523514,41.41144840678029],[-73.08872004450112,41.40897540635812],[-73.0863060435802,41.40656840596786],[-73.08486104302646,41.40508440572583],[-73.08358604253787,41.40377440551214],[-73.0843260427356,41.40303640534439],[-73.08751704361805,41.40037440472233],[-73.08784804371125,41.40012740466348],[-73.08798604375006,41.400023404638766],[-73.08840704387433,41.399809404583394],[-73.08865804394974,41.3997044045548],[-73.08872604397132,41.39969640455104],[-73.09285004528353,41.39925440433099],[-73.09296804532069,41.39923540432345],[-73.09311804536807,41.39921340431428],[-73.09332504543339,41.399181404301345],[-73.09344504547131,41.39916440429412],[-73.09387704561021,41.399143404276],[-73.09563504617246,41.39900540419202],[-73.09609104631933,41.39898740417368],[-73.09638304641338,41.39897640416206],[-73.09837104705389,41.398902404083046],[-73.1011830479596,41.398793403970444],[-73.1030480485664,41.39882740391645],[-73.1046850490917,41.398730403844354],[-73.10521004926117,41.39871640382456],[-73.10644104965866,41.3986864037787],[-73.10754205001211,41.398623403730646],[-73.10809905017831,41.39837140366346],[-73.10856505032135,41.39823040362085],[-73.10859205033002,41.39822940361978],[-73.10903105047153,41.39821440360259],[-73.10921405053054,41.39820840359546],[-73.10974205070097,41.39819440357556],[-73.11013305082564,41.39815740355566],[-73.1101350508263,41.39815740355559],[-73.11027005086969,41.398150403549835],[-73.11052705095084,41.39811240353408],[-73.11060505097107,41.398024403514405],[-73.11073105098036,41.39747340340301],[-73.11078905098903,41.39729640336664],[-73.11093305101099,41.39686540327802],[-73.11152405110528,41.39516740292813],[-73.11177205114505,41.39445840278198],[-73.11201005118858,41.393871402659926],[-73.11213105120235,41.39342740256952],[-73.11271505130546,41.3919224022574],[-73.1129830513626,41.391403402147596],[-73.1133310514375,41.39074140200734],[-73.11334505143184,41.39056340197222],[-73.11339505143681,41.390367401932416],[-73.11346005142853,41.38985540183057],[-73.11360205144312,41.389306401719026],[-73.11376505146565,41.388777401610675],[-73.11386805149061,41.388630401578695],[-73.11426305159371,41.38819440148093],[-73.11456305166772,41.38778840139209],[-73.11474705171304,41.38753840133742],[-73.11515505182372,41.38716140125071],[-73.11546105189935,41.38674940116051],[-73.11562805193883,41.38649340110522],[-73.11583405199295,41.386272401055464],[-73.11700005232522,41.38547340086191],[-73.11765905251724,41.38509540076686],[-73.11845605275526,41.38473940067157],[-73.11920205297668,41.384382400577785],[-73.11960105309672,41.38421940053306],[-73.12003005322322,41.383999400476256],[-73.12055805337435,41.383649400390894],[-73.12114205353654,41.38317540027957],[-73.12155305365185,41.38286240020525],[-73.12289505404542,41.382137400020355],[-73.12345005421425,41.38194339996451],[-73.12376205430779,41.38181039992846],[-73.12395105436217,41.38169039989895],[-73.12422805443066,41.381318399817445],[-73.12424005443117,41.38125939980557],[-73.12424805443152,41.38122039979771],[-73.12425405442269,41.38103239976089],[-73.12479105457824,41.380708399680316],[-73.12492605461742,41.38062839966033],[-73.12530505472724,41.3804003996036],[-73.12640405504555,41.379737399438675],[-73.12668305512645,41.379570399397075],[-73.12694205520148,41.379414399358254],[-73.12705105523429,41.379370399346136],[-73.12738205533411,41.37923939930985],[-73.12749205536728,41.379196399297896],[-73.12753505537992,41.379173399292036],[-73.12759605539793,41.379142399284],[-73.12761005539787,41.37906239926796],[-73.12761905539804,41.37901439925831],[-73.12795905549675,41.37881339920809],[-73.12804105552064,41.378766399196266],[-73.12846205564287,41.37851739913406],[-73.12889205576776,41.378264399070794],[-73.12898105579359,41.378211399057584],[-73.12932205589262,41.378010399007316],[-73.13206505669136,41.37643039861025],[-73.1343390573536,41.375122398281455],[-73.13670305804146,41.37375239793761],[-73.14033605910527,41.371764397432074],[-73.14311405991874,41.37024539704569],[-73.14379106011594,41.36985739694806],[-73.14453606033298,41.36943039684061],[-73.14477006040121,41.369297396807085],[-73.14581406070421,41.36867939665268],[-73.14648706089967,41.36828339655362],[-73.14656706092129,41.36820839653642],[-73.1468090609869,41.367984396484886],[-73.14689006100893,41.36791039646783],[-73.14701006104363,41.367837396449694],[-73.1470160610454,41.36783439644891],[-73.1474190611705,41.367737396416906],[-73.14750806119812,41.367716396409904],[-73.147556061213,41.367704396406005]]]},"properties":{"name":3461.01,"geoid":"09009346101"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.95239300344421,41.464597421601574],[-72.9531630036988,41.46467842159243],[-72.95547300446272,41.464921421565016],[-72.95624300471734,41.46500242155589],[-72.95646200479221,41.46506842156164],[-72.95711900501684,41.465266421578924],[-72.9573390050921,41.46533342158483],[-72.95914700569143,41.46554942156838],[-72.96588200791862,41.466258421488455],[-72.96619300801957,41.4662584214784],[-72.96641200813448,41.46702442162033],[-72.96694500840692,41.468762421941136],[-72.96742100866149,41.47051142226593],[-72.96750700870395,41.47076542231254],[-72.96809000901283,41.47285642270035],[-72.9681620090497,41.47309242274394],[-72.96838000916105,41.473801422874764],[-72.96845300919831,41.4740384229185],[-72.96882700939543,41.47536142316368],[-72.96909900953868,41.47632142334157],[-72.96975700987664,41.47849442374283],[-72.96998900999938,41.47932242389633],[-72.97020501011352,41.480091424038875],[-72.97036501019724,41.480646424141625],[-72.97053701028713,41.48124142425175],[-72.97085701045441,41.48234842445664],[-72.97109401056943,41.48301342457826],[-72.97130201067039,41.483597424685065],[-72.97176201088212,41.48468642488191],[-72.97231101113113,41.48592242510444],[-72.97231601113344,41.48593442510661],[-72.97350801167781,41.48868142560206],[-72.9738040118115,41.48933742572],[-72.97447301212138,41.490955426012874],[-72.9746930122253,41.491522426115964],[-72.97515301245768,41.492971426382745],[-72.97542301259386,41.49381842653864],[-72.97589901282913,41.4952264267969],[-72.97593301284917,41.49538342682631],[-72.97601701288887,41.495600426865764],[-72.97632201304178,41.49654042703858],[-72.97645301310517,41.49690442710509],[-72.97665401320666,41.49753642722141],[-72.97680301327624,41.49790642728849],[-72.97706901338647,41.49832242736073],[-72.9771570134219,41.49844242738121],[-72.9773590135022,41.498698427424415],[-72.97858301397555,41.50002242764208],[-72.97881101406885,41.5003584277],[-72.97903701417107,41.500861427790426],[-72.97911801422417,41.50132842787855],[-72.97909501423761,41.50169342795022],[-72.97906601425501,41.50216142804212],[-72.97906401428348,41.50266942814091],[-72.9790670143509,41.50382842836603],[-72.97926801444346,41.504304428452],[-72.97933801447378,41.5044364284754],[-72.9795060145464,41.50475142853116],[-72.98024301487001,41.50622142879292],[-72.98054201500136,41.506818428899244],[-72.98104301520793,41.50758342903166],[-72.98219901568676,41.50938642934449],[-72.98243501578547,41.509771429411664],[-72.98314601608264,41.510926429613015],[-72.98338301618169,41.51131142968014],[-72.98364701629536,41.511798429766195],[-72.98375401633999,41.51197042979615],[-72.98437101659671,41.512952429966916],[-72.98468901672436,41.51337743003918],[-72.98509901688116,41.51378943010594],[-72.9856330170854,41.51432643019293],[-72.98586301717279,41.51454743022841],[-72.98655301743499,41.515211430335036],[-72.9867830175224,41.5154334303707],[-72.98697601759578,41.51561943040058],[-72.98755801781698,41.516180430490685],[-72.98775201789071,41.516367430520724],[-72.9879430179626,41.516539430547944],[-72.98851601817844,41.51705743062998],[-72.98870701825041,41.517230430657406],[-72.98902401837013,41.517522430703835],[-72.98997501872938,41.518400430843556],[-72.99029301884948,41.518693430890146],[-72.99189901945573,41.52016843112456],[-72.99228301960247,41.520551431186504],[-72.99342602004225,41.52174543138135],[-72.99460902050198,41.52306043159836],[-72.99557702087822,41.524137431776126],[-72.9958630209883,41.524436431824924],[-72.99628302114347,41.52476343187481],[-72.99667402128397,41.52499843190776],[-72.99708102142782,41.52520143193397],[-72.99800102174679,41.52555243197227],[-72.99828102184368,41.52565643198339],[-72.99834302186521,41.52568043198605],[-72.99869502198453,41.52576743199152],[-72.99915402213905,41.52586243199509],[-72.99944802223811,41.52592443199757],[-72.9994680222447,41.52592643199731],[-72.99953102226553,41.52593243199644],[-72.99955202227252,41.525935431996345],[-72.99915302215103,41.52607643203666],[-72.99861302198663,41.52626743209128],[-72.99579702112925,41.52726343237605],[-72.99485902084373,41.52759643247117],[-72.99417002063488,41.527856432544],[-72.99210602000949,41.52863943276301],[-72.99141901980141,41.52890143283618],[-72.98865101896025,41.52990943312169],[-72.9800450163477,41.533092434018855],[-72.97983601628476,41.533178434042334],[-72.97942201616429,41.53342243410313],[-72.97881001598628,41.53378443419327],[-72.97831501583411,41.53393443423846],[-72.97810401576362,41.5339004342387],[-72.97763001560533,41.53382543423949],[-72.97726201547691,41.53367043422132],[-72.97615801509171,41.533207434167196],[-72.97579001496332,41.53305343414924],[-72.9745050145136,41.532490434081566],[-72.9706500131646,41.53080443387911],[-72.96936601271526,41.530242433811594],[-72.96740801202633,41.52932043369596],[-72.96725001197076,41.52924643368672],[-72.96289201046645,41.52770043352764],[-72.96130300991685,41.527117433465904],[-72.95927200921443,41.52637343338717],[-72.95871100902015,41.52616343336456],[-72.95702800843746,41.52553543329708],[-72.9568790083859,41.52548043329123],[-72.95646800824356,41.52532643327464],[-72.95581800801648,41.52504843324167],[-72.95387000733605,41.524217433143335],[-72.95322100710936,41.52394043311053],[-72.95298600702971,41.523882433106884],[-72.952795006965,41.52383643310414],[-72.95229200679222,41.52367243308857],[-72.95206200671326,41.52359843308164],[-72.95196500667998,41.52356743307877],[-72.9516750065805,41.523475433070274],[-72.9515790065476,41.52344543306755],[-72.95144400650128,41.52340243306357],[-72.95104300636375,41.523275433051886],[-72.9509090063178,41.52323343304806],[-72.95036300613168,41.523080433036014],[-72.94896300565455,41.52269043300558],[-72.94878100558593,41.522524432979225],[-72.9483630054283,41.522143432918746],[-72.94815500534963,41.52194943288778],[-72.947532005114,41.52136943279529],[-72.94732500503571,41.521176432764484],[-72.94610800456374,41.51983843254395],[-72.94324800345456,41.51669343202548],[-72.94245900314856,41.51582543188237],[-72.941243002677,41.51448843166193],[-72.94124900267322,41.5143884316423],[-72.94122700266293,41.51433343163233],[-72.94120400265511,41.51432743163191],[-72.94094100256605,41.51426443162818],[-72.9408620025393,41.51424543162705],[-72.94067500247525,41.51418743162182],[-72.94065000246665,41.51417943162108],[-72.94054800243416,41.51419043162652],[-72.94051900242727,41.514234431636],[-72.94045300240268,41.51417943162746],[-72.94037300236913,41.51404743160439],[-72.9402270023107,41.5138554315718],[-72.94013200225912,41.513493431504536],[-72.94008100223905,41.513432431494344],[-72.94007300223366,41.51338343148508],[-72.94013900224284,41.513169431441355],[-72.9401290022337,41.51306643142167],[-72.93861400165035,41.51147243116093],[-72.93841200157168,41.51124443112317],[-72.93780800133645,41.51056243101018],[-72.93760700125817,41.51033543097256],[-72.93709700106085,41.50978243088159],[-72.93556700046892,41.50812343060868],[-72.93505800027195,41.507570430517674],[-72.93481400015582,41.506926430400405],[-72.93473700011916,41.50672243036324],[-72.93493200007738,41.50488542999993],[-72.93500500006195,41.504201429864615],[-72.9349199999944,41.50350342973172],[-72.93466699979261,41.50141242933348],[-72.93464799977741,41.50125442930338],[-72.93491499983708,41.50078142920281],[-72.93537099994994,41.50016542906833],[-72.93749300047618,41.497316428445934],[-72.93762200050818,41.49714342840813],[-72.9379870006191,41.49701042837047],[-72.93843900075646,41.496845428323795],[-72.93911500096998,41.496739428281316],[-72.93986500119227,41.49636742818477],[-72.9405080013776,41.49595642808408],[-72.94081300146247,41.49570842802601],[-72.94124200157192,41.49518642791066],[-72.94159600163678,41.49431042772892],[-72.94158500161737,41.49403342767543],[-72.94156300157843,41.49347742756806],[-72.94153800151523,41.49251442738165],[-72.94150500145584,41.491663427217254],[-72.94190800154823,41.49099042707339],[-72.94196700156178,41.49089242705243],[-72.9427090017637,41.49020942689566],[-72.9432040018935,41.489668426774465],[-72.9436490019691,41.4884634265258],[-72.94356700188546,41.4874664263346],[-72.94350900182637,41.48676242619958],[-72.94352500179909,41.48619442608864],[-72.943847001855,41.48534342591275],[-72.9440450018653,41.484399425722806],[-72.94386300175614,41.48352342555835],[-72.943736001701,41.48328042551521],[-72.9439200017313,41.48276542540912],[-72.94434100180085,41.48159042516703],[-72.94420300172024,41.48096442504974],[-72.94418500170971,41.480882425034366],[-72.94418000170506,41.480829425024226],[-72.94411900164708,41.480161424896316],[-72.94435800168313,41.47943442474719],[-72.9447450017793,41.47891842463434],[-72.94541300197346,41.478520424535326],[-72.94605700217583,41.47840242449157],[-72.94619600221955,41.478377424482204],[-72.94695700245238,41.478127424409],[-72.94707900248957,41.47808542439689],[-72.94722200253334,41.47803842438312],[-72.94771300265819,41.47743342424958],[-72.9479690027072,41.47683642412521],[-72.94809600272511,41.47642842404175],[-72.94812500272909,41.47633342402232],[-72.94820800270844,41.47550042385764],[-72.94829500272695,41.47533042382177],[-72.948562002784,41.474811423712204],[-72.94886700284644,41.474171423577864],[-72.94895800283867,41.47351842344791],[-72.94902400283952,41.47315842337576],[-72.94910100285065,41.47291542332601],[-72.94917500286861,41.472809423303],[-72.94940000292357,41.47249242323408],[-72.9494750029419,41.47238742321121],[-72.94989600304746,41.471842423091616],[-72.94995700306269,41.47176242307406],[-72.94999400305532,41.47142342300694],[-72.95005600304442,41.47088042289932],[-72.94997100300266,41.470632422853825],[-72.94981700292722,41.47018742277225],[-72.95006900294847,41.46912742255792],[-72.95055600305533,41.468230422367675],[-72.95067500308151,41.468012422321436],[-72.95080200310944,41.467779422272],[-72.95120200321256,41.467311422168045],[-72.95129300323475,41.46718242214],[-72.95136300324543,41.4669714220967],[-72.95147200326213,41.46664442202956],[-72.9515190032696,41.46650842200159],[-72.95172500330119,41.4658904218747],[-72.9518460033199,41.465530421800764],[-72.95196400335256,41.46543142177768],[-72.95199900336078,41.46537642176586],[-72.95216100339898,41.465124421711586],[-72.95230800342807,41.46479842164342],[-72.95238700344377,41.46462442160701],[-72.95239300344421,41.464597421601574]]]},"properties":{"name":3471,"geoid":"09009347100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.00181201986416,41.47116742127988],[-73.00190101991075,41.471476421337094],[-73.00214802003951,41.47232442149398],[-73.0021710200515,41.472403421508595],[-73.00226102009849,41.47271342156596],[-73.00230202012285,41.47290642160217],[-73.00242602019635,41.47348642171094],[-73.00246802022109,41.4736804217473],[-73.00241902020873,41.47374242176094],[-73.00237502020042,41.47384642178259],[-73.0022510201738,41.474084421832885],[-73.00225002017369,41.4740884218337],[-73.00217702015722,41.47421442186055],[-73.0019800201077,41.47446642191597],[-73.00191402009764,41.47466442195659],[-73.00193602011073,41.4747684219761],[-73.0020310201375,41.47469742195921],[-73.00215502017558,41.47465942194781],[-73.00227902021771,41.474692421950216],[-73.00230202022645,41.47471442195374],[-73.00242502027297,41.47482942197212],[-73.0024450202798,41.47483542197263],[-73.00246102028528,41.47484042197309],[-73.0025710203163,41.474758421953574],[-73.00270202034909,41.47458842191628],[-73.00278502037374,41.47454842190581],[-73.00288802041854,41.47474642194098],[-73.00310802051412,41.47516842201589],[-73.00319902055364,41.47534242204678],[-73.00330302059879,41.475541422082095],[-73.00360602072267,41.4759864221588],[-73.00383202081501,41.47631742221584],[-73.00432102103767,41.477432422416804],[-73.00453802113648,41.47792742250599],[-73.00466702119424,41.47820442255568],[-73.00502302135331,41.478963422691706],[-73.00505602136828,41.47903742270503],[-73.00518402142583,41.4793164227551],[-73.00547002156338,41.48009642289748],[-73.00632802197622,41.482438423325],[-73.00661402211385,41.483219423467546],[-73.00670602215214,41.483366423493145],[-73.00698302226742,41.48380842357008],[-73.0070760223061,41.483956423595856],[-73.0073060223989,41.48427242364981],[-73.00731702240635,41.48434042366267],[-73.00754502255849,41.48570242392005],[-73.00762202260952,41.48615642400581],[-73.00838302298737,41.48843642442432],[-73.01034502396128,41.494308425501956],[-73.01063702411238,41.49528942568315],[-73.01132302446742,41.49759442610883],[-73.0116540246356,41.498652426303686],[-73.01216802489682,41.50029542660628],[-73.01264802514075,41.50182942688878],[-73.01298002530936,41.50288842708377],[-73.01312702538372,41.50335242716915],[-73.01322602543367,41.50366242722617],[-73.01357002560755,41.504745427425426],[-73.01362702563624,41.50492242745797],[-73.01371802568232,41.50521042751095],[-73.01375402569947,41.505305427528256],[-73.01386502575205,41.505593427580614],[-73.01390202576958,41.505689427598064],[-73.01394702578963,41.505784427615055],[-73.01401002582801,41.506096427673626],[-73.01403202584113,41.50620042769312],[-73.01410502587673,41.50640742773096],[-73.01432702598453,41.507029427844614],[-73.01440102602052,41.50723742788262],[-73.01469102618206,41.50841042810109],[-73.01469602618461,41.50842642810403],[-73.01585502676137,41.511915428744196],[-73.01624202695389,41.51307842895754],[-73.01635302700912,41.513412429018814],[-73.01655102710743,41.51400442912739],[-73.0166730271709,41.514419429204025],[-73.01677402722312,41.5147574292664],[-73.01705302737211,41.515773429454704],[-73.01769102771269,41.518094429884776],[-73.01789102781959,41.51882443002006],[-73.01817102796905,41.51984243020869],[-73.01756202778266,41.52004043026692],[-73.01573602722381,41.52063443044157],[-73.01512802703782,41.520833430499955],[-73.01315302643599,41.521521430697696],[-73.01131102587475,41.52216443088236],[-73.00711502457156,41.523199431219545],[-73.00508602394144,41.52370143138292],[-73.0048350238661,41.523808431411844],[-73.00472802383403,41.52385543142443],[-73.00437002372661,41.52400943146598],[-73.00410102364593,41.52412543149723],[-73.00408302364046,41.524132431499176],[-73.00383302356555,41.52424143152845],[-73.00349602346208,41.524345431559574],[-73.0024870231523,41.524657431652905],[-73.00215102304922,41.524762431684216],[-73.00169202291198,41.52496843173911],[-73.00031702250098,41.52558743190395],[-72.99985902236412,41.52579443195899],[-72.9997970223456,41.525822431966446],[-72.99961302229067,41.52590643198874],[-72.99955202227252,41.525935431996345],[-72.99953102226553,41.52593243199644],[-72.9994680222447,41.52592643199731],[-72.99944802223811,41.52592443199757],[-72.99915402213905,41.52586243199509],[-72.99869502198453,41.52576743199152],[-72.99834302186521,41.52568043198605],[-72.99828102184368,41.52565643198339],[-72.99800102174679,41.52555243197227],[-72.99708102142782,41.52520143193397],[-72.99667402128397,41.52499843190776],[-72.99628302114347,41.52476343187481],[-72.9958630209883,41.524436431824924],[-72.99557702087822,41.524137431776126],[-72.99460902050198,41.52306043159836],[-72.99342602004225,41.52174543138135],[-72.99228301960247,41.520551431186504],[-72.99189901945573,41.52016843112456],[-72.99029301884948,41.518693430890146],[-72.98997501872938,41.518400430843556],[-72.98902401837013,41.517522430703835],[-72.98870701825041,41.517230430657406],[-72.98851601817844,41.51705743062998],[-72.9879430179626,41.516539430547944],[-72.98775201789071,41.516367430520724],[-72.98755801781698,41.516180430490685],[-72.98697601759578,41.51561943040058],[-72.9867830175224,41.5154334303707],[-72.98655301743499,41.515211430335036],[-72.98586301717279,41.51454743022841],[-72.9856330170854,41.51432643019293],[-72.98509901688116,41.51378943010594],[-72.98468901672436,41.51337743003918],[-72.98437101659671,41.512952429966916],[-72.98375401633999,41.51197042979615],[-72.98364701629536,41.511798429766195],[-72.98338301618169,41.51131142968014],[-72.98314601608264,41.510926429613015],[-72.98243501578547,41.509771429411664],[-72.98219901568676,41.50938642934449],[-72.98104301520793,41.50758342903166],[-72.98054201500136,41.506818428899244],[-72.98024301487001,41.50622142879292],[-72.9795060145464,41.50475142853116],[-72.97933801447378,41.5044364284754],[-72.97926801444346,41.504304428452],[-72.9790670143509,41.50382842836603],[-72.97906401428348,41.50266942814091],[-72.97906601425501,41.50216142804212],[-72.97909501423761,41.50169342795022],[-72.97911801422417,41.50132842787855],[-72.97903701417107,41.500861427790426],[-72.97881101406885,41.5003584277],[-72.97858301397555,41.50002242764208],[-72.9773590135022,41.498698427424415],[-72.9771570134219,41.49844242738121],[-72.97706901338647,41.49832242736073],[-72.97680301327624,41.49790642728849],[-72.97665401320666,41.49753642722141],[-72.97645301310517,41.49690442710509],[-72.97632201304178,41.49654042703858],[-72.97601701288887,41.495600426865764],[-72.97593301284917,41.49538342682631],[-72.97589901282913,41.4952264267969],[-72.97542301259386,41.49381842653864],[-72.97515301245768,41.492971426382745],[-72.9746930122253,41.491522426115964],[-72.97447301212138,41.490955426012874],[-72.9738040118115,41.48933742572],[-72.97350801167781,41.48868142560206],[-72.97231601113344,41.48593442510661],[-72.97231101113113,41.48592242510444],[-72.97176201088212,41.48468642488191],[-72.97130201067039,41.483597424685065],[-72.97109401056943,41.48301342457826],[-72.97085701045441,41.48234842445664],[-72.97053701028713,41.48124142425175],[-72.97036501019724,41.480646424141625],[-72.97020501011352,41.480091424038875],[-72.96998900999938,41.47932242389633],[-72.96975700987664,41.47849442374283],[-72.96909900953868,41.47632142334157],[-72.96882700939543,41.47536142316368],[-72.96845300919831,41.4740384229185],[-72.96838000916105,41.473801422874764],[-72.9681620090497,41.47309242274394],[-72.96809000901283,41.47285642270035],[-72.96750700870395,41.47076542231254],[-72.96742100866149,41.47051142226593],[-72.96694500840692,41.468762421941136],[-72.96641200813448,41.46702442162033],[-72.96619300801957,41.4662584214784],[-72.97110500965911,41.46704142147179],[-72.97646601144339,41.4678074214473],[-72.98190201325227,41.46857742142108],[-72.98544601442995,41.46905142139854],[-73.00181201986416,41.47116742127988]]]},"properties":{"name":3472,"geoid":"09009347200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.08358604253787,41.40377440551214],[-73.08277904232504,41.40462840570466],[-73.08186604208449,41.4055984059232],[-73.08084704179677,41.40634540610174],[-73.07880704122687,41.40794740647994],[-73.0758890404213,41.410407407053704],[-73.07493404011593,41.41048440709967],[-73.07430503991489,41.41053640713025],[-73.07395003979829,41.41051140713691],[-73.0738560397689,41.41053040714365],[-73.07369603971877,41.41056140715487],[-73.0735640396438,41.410000407049935],[-73.07342603956629,41.40942840694303],[-73.07310603944805,41.40917640690436],[-73.0729460393935,41.40913040690059],[-73.07280803934418,41.4090504068895],[-73.07267903928027,41.40866540681873],[-73.07248003919368,41.40828040675022],[-73.07204503899769,41.40732240657779],[-73.07191603892154,41.40672340646533],[-73.07187003889024,41.40643740641113],[-73.07131303868054,41.405930406330484],[-73.07000103820828,41.40511440621416],[-73.06926103794372,41.40468640615483],[-73.06910503788413,41.404529406129306],[-73.06882603777862,41.40426740608735],[-73.06854303761102,41.40294340583868],[-73.06884103764237,41.40180240560681],[-73.06995503787468,41.39954840513164],[-73.07090903810266,41.39812540482353],[-73.07168703831373,41.39740440465785],[-73.07188003837135,41.39731740463464],[-73.07191703838242,41.39730140463032],[-73.0720510384225,41.39724240461449],[-73.07269603861556,41.39696040453861],[-73.07500503933568,41.3964574043657],[-73.07563503953217,41.39632040431857],[-73.07582203958765,41.396230404294975],[-73.07620303970081,41.396048404247146],[-73.07625403971598,41.396024404240826],[-73.07653203978005,41.39556840414298],[-73.0765720397545,41.3948954040106],[-73.07646203966918,41.39402840384528],[-73.07644003965191,41.39385140381152],[-73.07620403953925,41.39322040369626],[-73.07612903950337,41.39301840365935],[-73.07571003935043,41.392720403614895],[-73.07488803906024,41.39230840356132],[-73.07480603903113,41.392264403555416],[-73.07420403881763,41.3919454035128],[-73.07393003871526,41.391709403475716],[-73.07382803867135,41.391520403442215],[-73.07375403863958,41.39138440341812],[-73.07391503866474,41.39091140332076],[-73.07418903872504,41.390412403214654],[-73.07449403879379,41.38988540310209],[-73.0746010388178,41.38969840306219],[-73.07497503887998,41.388665402848794],[-73.07530303888308,41.3868604024865],[-73.07583003893528,41.384785402065134],[-73.0767590391719,41.38365540181481],[-73.07904403970596,41.3800374010357],[-73.07930003976512,41.379620400946145],[-73.07980403988165,41.37880040076999],[-73.08061304004315,41.37703740040019],[-73.08070504006166,41.37683940035861],[-73.08109404016028,41.37635840025226],[-73.08163604029743,41.37568340010313],[-73.08179504033698,41.37547340005704],[-73.08218904043822,41.37500939995383],[-73.08376404075521,41.371622399242646],[-73.08461604094387,41.37009039891642],[-73.08512004106463,41.36934439875466],[-73.08474304093346,41.3691883987365],[-73.08436704080259,41.369031398718086],[-73.08441404081455,41.368974398705454],[-73.08446104082648,41.36891639869262],[-73.0848820409607,41.36887639867117],[-73.08493504097764,41.36887239866867],[-73.08500804100194,41.36888339866843],[-73.0850590410166,41.36885039866034],[-73.08500804099313,41.36872939863843],[-73.08494204096426,41.36859839861503],[-73.08502904098519,41.36847139858747],[-73.08541604109216,41.36814739851175],[-73.08557604113842,41.36804939848746],[-73.08570004117108,41.3679173984577],[-73.08575704117723,41.36770139841375],[-73.0858230411846,41.36745639836384],[-73.08600204122767,41.36719439830697],[-73.08608204125646,41.36724439831412],[-73.08612104127009,41.367261398316174],[-73.08616904128502,41.36725039831248],[-73.08626704130867,41.367108398281616],[-73.08708304153049,41.366360398109336],[-73.08815104180479,41.36510139782927],[-73.08993604227581,41.3632173974041],[-73.09005104230636,41.363099397377354],[-73.09068404246207,41.36223339718801],[-73.09113404255714,41.36134439700009],[-73.09117004252349,41.36055139684434],[-73.09148504261927,41.36044039681248],[-73.09175204269685,41.36028339677321],[-73.09281804307363,41.36082839684485],[-73.09315804316928,41.36057339678412],[-73.09349804326432,41.36030739672121],[-73.09380904336801,41.360357396720865],[-73.09392104341306,41.36051039674706],[-73.09401604344627,41.36055239675217],[-73.09428204353944,41.360673396767126],[-73.09438204357006,41.36064239675783],[-73.0945310436158,41.36059739674422],[-73.09459604364488,41.36073739676941],[-73.09470604368185,41.36076039677032],[-73.09481204371298,41.360703396755774],[-73.09490304373554,41.36058239672923],[-73.09501104376253,41.36044139669823],[-73.09513804379425,41.360276396661945],[-73.09520304380779,41.3601443966341],[-73.09529804382977,41.359990396601006],[-73.09538204384968,41.35986239657333],[-73.09544604386711,41.35980439655994],[-73.09563404392304,41.359716396536676],[-73.09580804397544,41.35964639651738],[-73.09599604402759,41.359492396481244],[-73.09612204406307,41.35939839645884],[-73.09621504408574,41.35926739643028],[-73.09630004410752,41.35916639640784],[-73.09630604409826,41.358970396369436],[-73.09633804410399,41.35888939635261],[-73.09637304411054,41.3588053963351],[-73.09637904410121,41.35860839629649],[-73.09645004410834,41.35833039623999],[-73.09656404413673,41.35818039620705],[-73.09675304418931,41.358028396171285],[-73.09685604421891,41.35796239615508],[-73.09693504423882,41.357862396133015],[-73.09694004424014,41.35785739613188],[-73.09708404428594,41.35784139612408],[-73.09724904433867,41.35782839611619],[-73.0974090443878,41.35778039610163],[-73.09755404443274,41.357744396089906],[-73.09765204446133,41.357688396075815],[-73.09765904446341,41.357685396075006],[-73.09784804451607,41.35753439603943],[-73.09787704451855,41.35741339601491],[-73.09796804452728,41.35705039594118],[-73.09799904453047,41.35693039591678],[-73.09809604454742,41.35667639586411],[-73.09812604455266,41.35659839584793],[-73.09868804470806,41.356129395738236],[-73.09889704476586,41.35595539569755],[-73.09922504485012,41.355569395611646],[-73.1002120451039,41.35441139535383],[-73.10054104518852,41.354026395268086],[-73.10066404522514,41.353969395252975],[-73.1008540452859,41.3539543952439],[-73.10096104532128,41.35396639524276],[-73.10096604532268,41.353962395241815],[-73.10125304540588,41.353790395198956],[-73.10154304548989,41.353615395155416],[-73.10177304555181,41.35339439510487],[-73.10199404560967,41.353153395050704],[-73.10201904561629,41.35312739504483],[-73.10218704566509,41.35302839502007],[-73.10235404571215,41.35290439499047],[-73.10428004630056,41.352275394805304],[-73.11006004806649,41.350390394250084],[-73.1119870486553,41.34976339406526],[-73.1133630490777,41.34935039394005],[-73.11749205034523,41.348110393564156],[-73.11886905076803,41.34769839343909],[-73.11896405079744,41.347674393431326],[-73.1192520508868,41.347604393408304],[-73.1193480509166,41.34758139340072],[-73.11935505091344,41.347486393381956],[-73.12001005110996,41.34721039330687],[-73.12056805127688,41.34696639324116],[-73.12224405177838,41.34623639304437],[-73.12280305194568,41.34599339297883],[-73.12294805199011,41.34594839296534],[-73.12338505212409,41.34581439292502],[-73.1235310521689,41.345770392911696],[-73.12363005219875,41.34573139290088],[-73.12392905228903,41.34561539286854],[-73.12402905231927,41.34557739285788],[-73.12415405235664,41.345522392843094],[-73.12428905239707,41.3454643928274],[-73.12452905246882,41.34535839279893],[-73.12454805247457,41.34535139279694],[-73.12456605247993,41.3453433927948],[-73.12465505250657,41.3453043927843],[-73.12477305255064,41.34540639280036],[-73.12489105259478,41.345509392816616],[-73.12615505306715,41.34660439298906],[-73.12646005317414,41.34674639300683],[-73.12956105426176,41.348187393187025],[-73.13053305460264,41.34863839324336],[-73.1326620553494,41.34962839336718],[-73.13605505653942,41.35120439356412],[-73.13642205668542,41.35167639364421],[-73.13706705694189,41.352504393784656],[-73.13771105719806,41.353332393925136],[-73.13815605737507,41.35390439402217],[-73.13954705824153,41.36115839539087],[-73.1395560582471,41.361204395399575],[-73.13957405825379,41.361219395401896],[-73.14226805925246,41.36340739574069],[-73.14356505973333,41.3644613959039],[-73.147556061213,41.367704396406005],[-73.14750806119812,41.367716396409904],[-73.1474190611705,41.367737396416906],[-73.1470160610454,41.36783439644891],[-73.14701006104363,41.367837396449694],[-73.14689006100893,41.36791039646783],[-73.1468090609869,41.367984396484886],[-73.14656706092129,41.36820839653642],[-73.14648706089967,41.36828339655362],[-73.14581406070421,41.36867939665268],[-73.14477006040121,41.369297396807085],[-73.14453606033298,41.36943039684061],[-73.14379106011594,41.36985739694806],[-73.14311405991874,41.37024539704569],[-73.14033605910527,41.371764397432074],[-73.13670305804146,41.37375239793761],[-73.1343390573536,41.375122398281455],[-73.13206505669136,41.37643039861025],[-73.12932205589262,41.378010399007316],[-73.12898105579359,41.378211399057584],[-73.12889205576776,41.378264399070794],[-73.12846205564287,41.37851739913406],[-73.12804105552064,41.378766399196266],[-73.12795905549675,41.37881339920809],[-73.12761905539804,41.37901439925831],[-73.12761005539787,41.37906239926796],[-73.12759605539793,41.379142399284],[-73.12753505537992,41.379173399292036],[-73.12749205536728,41.379196399297896],[-73.12738205533411,41.37923939930985],[-73.12705105523429,41.379370399346136],[-73.12694205520148,41.379414399358254],[-73.12668305512645,41.379570399397075],[-73.12640405504555,41.379737399438675],[-73.12530505472724,41.3804003996036],[-73.12492605461742,41.38062839966033],[-73.12479105457824,41.380708399680316],[-73.12425405442269,41.38103239976089],[-73.12424805443152,41.38122039979771],[-73.12424005443117,41.38125939980557],[-73.12422805443066,41.381318399817445],[-73.12395105436217,41.38169039989895],[-73.12376205430779,41.38181039992846],[-73.12345005421425,41.38194339996451],[-73.12289505404542,41.382137400020355],[-73.12155305365185,41.38286240020525],[-73.12114205353654,41.38317540027957],[-73.12055805337435,41.383649400390894],[-73.12003005322322,41.383999400476256],[-73.11960105309672,41.38421940053306],[-73.11920205297668,41.384382400577785],[-73.11845605275526,41.38473940067157],[-73.11765905251724,41.38509540076686],[-73.11700005232522,41.38547340086191],[-73.11583405199295,41.386272401055464],[-73.11562805193883,41.38649340110522],[-73.11546105189935,41.38674940116051],[-73.11515505182372,41.38716140125071],[-73.11474705171304,41.38753840133742],[-73.11456305166772,41.38778840139209],[-73.11426305159371,41.38819440148093],[-73.11386805149061,41.388630401578695],[-73.11376505146565,41.388777401610675],[-73.11360205144312,41.389306401719026],[-73.11346005142853,41.38985540183057],[-73.11339505143681,41.390367401932416],[-73.11334505143184,41.39056340197222],[-73.1133310514375,41.39074140200734],[-73.1129830513626,41.391403402147596],[-73.11271505130546,41.3919224022574],[-73.11213105120235,41.39342740256952],[-73.11201005118858,41.393871402659926],[-73.11177205114505,41.39445840278198],[-73.11152405110528,41.39516740292813],[-73.11093305101099,41.39686540327802],[-73.11078905098903,41.39729640336664],[-73.11073105098036,41.39747340340301],[-73.11060505097107,41.398024403514405],[-73.11052705095084,41.39811240353408],[-73.11027005086969,41.398150403549835],[-73.1101350508263,41.39815740355559],[-73.11013305082564,41.39815740355566],[-73.10974205070097,41.39819440357556],[-73.10921405053054,41.39820840359546],[-73.10903105047153,41.39821440360259],[-73.10859205033002,41.39822940361978],[-73.10856505032135,41.39823040362085],[-73.10809905017831,41.39837140366346],[-73.10754205001211,41.398623403730646],[-73.10644104965866,41.3986864037787],[-73.10521004926117,41.39871640382456],[-73.1046850490917,41.398730403844354],[-73.1030480485664,41.39882740391645],[-73.1011830479596,41.398793403970444],[-73.09837104705389,41.398902404083046],[-73.09638304641338,41.39897640416206],[-73.09609104631933,41.39898740417368],[-73.09563504617246,41.39900540419202],[-73.09387704561021,41.399143404276],[-73.09344504547131,41.39916440429412],[-73.09332504543339,41.399181404301345],[-73.09311804536807,41.39921340431428],[-73.09296804532069,41.39923540432345],[-73.09285004528353,41.39925440433099],[-73.08872604397132,41.39969640455104],[-73.08865804394974,41.3997044045548],[-73.08840704387433,41.399809404583394],[-73.08798604375006,41.400023404638766],[-73.08784804371125,41.40012740466348],[-73.08751704361805,41.40037440472233],[-73.0843260427356,41.40303640534439],[-73.08358604253787,41.40377440551214]]]},"properties":{"name":1302,"geoid":"09009130200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.04188202523258,41.33758639396298],[-73.04165202512706,41.33704339386449],[-73.04119402489864,41.33564039360557],[-73.04107302484012,41.33530139354335],[-73.03998202431917,41.33236539300579],[-73.03893502373221,41.3280183921914],[-73.03914202372212,41.32666239192008],[-73.04020402405831,41.32652039185802],[-73.04130202440598,41.326374391794],[-73.0433910250665,41.32608039166903],[-73.04445402540266,41.32593239160577],[-73.04575802581152,41.325688391515946],[-73.04967202703875,41.32495739124664],[-73.05097702744796,41.324714391156995],[-73.05148302761091,41.32469539113689],[-73.05300402810086,41.324640391076926],[-73.05351202826452,41.32462239105697],[-73.05361102829417,41.324579391045376],[-73.05361802829631,41.32457739104477],[-73.05392302839006,41.324487391017335],[-73.05402702842206,41.32445739100811],[-73.0540900284413,41.32443639100197],[-73.05428002849929,41.324373390983524],[-73.05434402851891,41.324353390977556],[-73.05464902861289,41.32426739095089],[-73.05482902866798,41.32421039093395],[-73.05511302875435,41.32411039090524],[-73.05579902896363,41.323880390838156],[-73.05594202900885,41.32386039082961],[-73.0559740290191,41.32385839082819],[-73.05626002911067,41.32383839081503],[-73.05630302912479,41.32384139081422],[-73.0565690292121,41.323860390809315],[-73.05669302925293,41.32387139080745],[-73.0582680297717,41.32401539078456],[-73.05884302996373,41.32411439078527],[-73.05914603006497,41.32416739078579],[-73.05955303020134,41.32424539078784],[-73.05977803027696,41.32429239078973],[-73.06045403050412,41.32443339079536],[-73.06068003058013,41.3244813907974],[-73.06085903064009,41.32451539079825],[-73.06139603082015,41.32462039080134],[-73.06142603083022,41.32462639080155],[-73.0615760308802,41.324650390801374],[-73.0618430309703,41.32471239080483],[-73.06212003106486,41.32479639081225],[-73.06243203116779,41.32482739080818],[-73.06269903125268,41.324798390793894],[-73.06283403129906,41.324844390798496],[-73.06324203143917,41.324982390812224],[-73.06337803148595,41.32502939081698],[-73.06347303151765,41.32504539081702],[-73.06375903161323,41.32509539081752],[-73.06385503164529,41.32511239081773],[-73.06390003166034,41.32512039081784],[-73.06419003175766,41.325178390819765],[-73.06462803189982,41.325181390806165],[-73.06502003203099,41.32525339080751],[-73.0652000320944,41.32534239081905],[-73.0653640321548,41.32546939083853],[-73.06555903222566,41.32560339085837],[-73.06566203226804,41.32576139088586],[-73.06576403231439,41.32599439092803],[-73.06582403233851,41.32607639094208],[-73.06589803236677,41.3261513909543],[-73.06600203240568,41.32624239096871],[-73.06616703246596,41.32636139098659],[-73.06634603252688,41.32641239099073],[-73.06664703263122,41.32653139100422],[-73.06685703270439,41.32662039101478],[-73.0670370327631,41.32662639101011],[-73.06726303283622,41.32662439100241],[-73.06744303289624,41.32665339100223],[-73.0676690329651,41.32657639097988],[-73.06791403304548,41.32659339097526],[-73.06813503311285,41.326518390953474],[-73.06830003316406,41.32647839094032],[-73.06840903319299,41.326366390914934],[-73.06845403320513,41.326323390905095],[-73.06875703330279,41.32631339089333],[-73.06886403333708,41.326306390888504],[-73.06958103357948,41.32648139089942],[-73.070382033847,41.3266193909004],[-73.07084803400107,41.32667239089565],[-73.07119103411597,41.326737390897215],[-73.07209903441725,41.32685939089159],[-73.07228203448051,41.32692839089914],[-73.0723120344941,41.326996390911425],[-73.07233503451091,41.32716039094269],[-73.07231803451636,41.3273523909807],[-73.07208303445256,41.32756939103065],[-73.0719010344077,41.32781739108493],[-73.0717030343563,41.32804139113506],[-73.07086403414104,41.329036391356404],[-73.07080303413673,41.32930739141125],[-73.07090203417435,41.32940439142696],[-73.07127203431898,41.329837391499446],[-73.07137103435849,41.32996739152162],[-73.0714720343987,41.330098391543906],[-73.0715430344333,41.3303013915812],[-73.07159603446594,41.33057239163236],[-73.07178503456322,41.33120439174956],[-73.07186303459473,41.331313391768305],[-73.07218103474408,41.33212439191621],[-73.0723420348141,41.332437391972064],[-73.07249603487362,41.332605391999856],[-73.07264603493114,41.33276139202543],[-73.07271803496634,41.33296939206367],[-73.07271403497288,41.333106392090535],[-73.07260903495315,41.333357392142894],[-73.07257903494758,41.33343039215812],[-73.07254003495092,41.33371039221401],[-73.07249903495901,41.33408539228849],[-73.07249603496243,41.33416239230361],[-73.07248903497567,41.334434392356904],[-73.07228303495486,41.33524039252083],[-73.072228034946,41.33539739255323],[-73.07217903493837,41.33554239258311],[-73.07199203489772,41.33589239265744],[-73.07159403479774,41.33640139276964],[-73.07085003461387,41.337406392989806],[-73.07068303457929,41.337749393062126],[-73.07064303457557,41.33791139309501],[-73.07048803456155,41.33854639322391],[-73.07059403461463,41.33887439328446],[-73.07061103462522,41.33896339330127],[-73.0706010346254,41.339023393313305],[-73.07053003462805,41.339473393403374],[-73.0705070346292,41.339624393433574],[-73.07048003463454,41.33987139348263],[-73.0704310346448,41.34032939357357],[-73.07035803463694,41.34060639362997],[-73.07029503463023,41.34084739367901],[-73.07027903462861,41.34090939369162],[-73.0702300346235,41.341098393730086],[-73.07021503462222,41.34116139374285],[-73.0700630345717,41.34113939374349],[-73.06960903442081,41.34107439374552],[-73.06945803437065,41.34105339374632],[-73.06934303433245,41.34103739374692],[-73.06920703428729,41.341018393747625],[-73.06900003421984,41.34101239375316],[-73.06888503418239,41.341009393756295],[-73.06883903416833,41.34102439376071],[-73.06870103412616,41.34106939377397],[-73.06865603411248,41.34108539377855],[-73.06852303407204,41.34113239379204],[-73.06828503400315,41.341277393828015],[-73.06828203400237,41.341280393828704],[-73.06798403391515,41.341445393870536],[-73.0674240337514,41.34175739394955],[-73.06716203367091,41.341835393973255],[-73.06676103354782,41.34195639400984],[-73.06642103344089,41.34201439403217],[-73.06621603337649,41.34205039404584],[-73.0658220332492,41.34205839406017],[-73.06545003312472,41.34199039405896],[-73.06540403310821,41.34196239405499],[-73.06528303306486,41.34189039404486],[-73.06514903301276,41.34173839401954],[-73.06497203294396,41.34153839398626],[-73.06496603294161,41.34153139398511],[-73.064569032774,41.34084939386493],[-73.0644350327175,41.34062039382461],[-73.06439803270186,41.34055639381331],[-73.0643740326919,41.34051839380668],[-73.06426403264632,41.34034439377631],[-73.06420903262074,41.340208393751574],[-73.06416503260024,41.34009939373173],[-73.0636610324437,41.340219393771456],[-73.06347803238687,41.34026339378597],[-73.0631870323086,41.34054539385042],[-73.06303003227085,41.34077539390035],[-73.0628430322242,41.3410203939542],[-73.06264103216903,41.341201393996045],[-73.06248103212597,41.34135639403148],[-73.061842031937,41.341675394114404],[-73.06133103178594,41.34193139418089],[-73.06051003154366,41.342350394289205],[-73.0600500314098,41.342618394356386],[-73.0596530312957,41.342874394419184],[-73.0594200312319,41.34308039446693],[-73.05933003120728,41.34316039448543],[-73.05903603113033,41.343482394557775],[-73.05875003105186,41.343732394615785],[-73.05871103104197,41.34378039462642],[-73.05859603101294,41.343925394658434],[-73.0585580310034,41.34397439466922],[-73.05845603097713,41.344093394695726],[-73.05827103092969,41.344313394744624],[-73.05817303090318,41.34440539476576],[-73.05814203089511,41.34444039477358],[-73.05804103086922,41.344560394800276],[-73.05790503082638,41.34458239480896],[-73.0574300306739,41.34460939482962],[-73.05738603065981,41.34461239483162],[-73.05690303050275,41.34460439484571],[-73.05640503034112,41.34460139486125],[-73.05627103029471,41.34454939485545],[-73.05607403022405,41.34443039483862],[-73.05595103017511,41.344271394811585],[-73.055900030151,41.3441383947873],[-73.05589103014265,41.34404339476907],[-73.05583703009036,41.34343339465183],[-73.0557830300344,41.3427593945221],[-73.05576303001334,41.34250339447281],[-73.05572702996488,41.341858394348165],[-73.05568802993719,41.34159439429792],[-73.05566402991795,41.3413933942595],[-73.05553202984191,41.34081039415004],[-73.05552002983481,41.34075439413951],[-73.05538402975304,41.340093394014964],[-73.05533302972484,41.33988839397663],[-73.05529102970038,41.33969839394093],[-73.05523402966679,41.339433393891085],[-73.05504002956889,41.338819393777584],[-73.0549430295213,41.33853639372551],[-73.05481302945738,41.33815439365521],[-73.054436029272,41.33704639345125],[-73.05424102917725,41.33649339334968],[-73.05379302903766,41.336592393383484],[-73.05321302885652,41.33671339342589],[-73.05315602883883,41.336727393430465],[-73.05309802882059,41.336737393434284],[-73.05305502880717,41.33674639343742],[-73.05295202877502,41.336768393445055],[-73.05275002871021,41.33678039345394],[-73.05264802867754,41.336787393458614],[-73.0525960286608,41.33678939346068],[-73.05232902857213,41.33675239346212],[-73.0521150285011,41.33672339346339],[-73.05166602834778,41.336587393451396],[-73.0514080282581,41.33648139343906],[-73.0511110281549,41.33636039342507],[-73.05084202805885,41.336205393403546],[-73.05060602797856,41.33613939339829],[-73.05033302788968,41.33613239340578],[-73.05020902784969,41.33613639341057],[-73.04973002769736,41.33618839343623],[-73.04918202752717,41.33631939347951],[-73.04832302726588,41.336621393566254],[-73.04798902716055,41.336673393587205],[-73.04773702708061,41.3367043936014],[-73.04768702706423,41.33670139360243],[-73.0475380270154,41.33669239360552],[-73.04748902699936,41.33668939360651],[-73.04704602685332,41.336647393612644],[-73.04635402662527,41.33658239362237],[-73.04598002650586,41.33661439364071],[-73.04572402642597,41.33666939365974],[-73.04529002629069,41.33676439369231],[-73.04512202623849,41.33680439370556],[-73.04462002608257,41.33692439374523],[-73.04445302603077,41.33696539375862],[-73.0444100260174,41.33697539376197],[-73.04428402597826,41.33700539377189],[-73.04424202596526,41.3370163937754],[-73.04416602594164,41.33703439378138],[-73.04393902587111,41.337088393799256],[-73.0438640258479,41.33710739380538],[-73.04205202528524,41.33754339394909],[-73.04188202523258,41.33758639396298]]]},"properties":{"name":1251,"geoid":"09009125100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.07231803451636,41.3273523909807],[-73.07536903557401,41.32855639111676],[-73.07606803581633,41.32883239114797],[-73.07637903592433,41.32895839116248],[-73.07713503621366,41.32973439128939],[-73.07720603624796,41.32993239132571],[-73.07716703624115,41.33003439134687],[-73.07725903628855,41.33034239140399],[-73.0777690364613,41.330473391413015],[-73.07793103651686,41.33052639141811],[-73.07805803656049,41.33056939142239],[-73.07842603668486,41.330658391427825],[-73.07859303674134,41.330699391430414],[-73.07884703682727,41.330762391434455],[-73.07918303694092,41.330845391439766],[-73.07871303681405,41.331292391542206],[-73.07778303659941,41.33281439186929],[-73.07743903653183,41.33358439203067],[-73.07758003661458,41.33423339215269],[-73.07759903663333,41.33445439219521],[-73.07783603672841,41.33477439224994],[-73.07907603724257,41.33674039259327],[-73.08044503781083,41.338921392974335],[-73.08106403803708,41.339369393041636],[-73.08117803807872,41.339451393053956],[-73.08134603815498,41.33983339312301],[-73.08126903818008,41.34071039329657],[-73.08107303815302,41.34134939342756],[-73.08080403811555,41.34222039360616],[-73.08074303810706,41.34241839364676],[-73.08044503812515,41.34442739404826],[-73.08060003820235,41.34489939413528],[-73.08074903827641,41.34535039421841],[-73.0811440384152,41.34553839424227],[-73.0810780383948,41.34555639424792],[-73.08087903833355,41.34561339426549],[-73.08081403831356,41.34563239427131],[-73.08070203827909,41.34566439428117],[-73.08036803817623,41.345759394310534],[-73.08025703814212,41.34579239432056],[-73.08016203811287,41.345819394328906],[-73.07979703800146,41.34594039436435],[-73.07969103797708,41.34611539440191],[-73.07934003790353,41.346820394550775],[-73.07933303790213,41.346835394553935],[-73.07932503790119,41.346864394559844],[-73.0793230379039,41.34692339457143],[-73.07911603784765,41.34711339461519],[-73.07888603778257,41.34727939465502],[-73.07862003770495,41.347430394693106],[-73.07856403768713,41.34743639469608],[-73.07834503761751,41.34746039470786],[-73.07824703758693,41.34748139471514],[-73.07795303749516,41.34754339473677],[-73.07785603746497,41.34756539474419],[-73.077537037366,41.347643394769754],[-73.07705803721704,41.347754394806934],[-73.07695003718402,41.34778939481725],[-73.0768590371572,41.347836394829365],[-73.07639503702077,41.34808139489219],[-73.07632203700325,41.34818939491563],[-73.07622003698887,41.34851639498269],[-73.07619903698594,41.348584394996635],[-73.07610003702236,41.34978439523387],[-73.07606703702788,41.35006839529032],[-73.07605603703013,41.35017039531056],[-73.07605003705005,41.35055339538546],[-73.07610503708895,41.35092239545562],[-73.07610703709017,41.35093239545751],[-73.076196037134,41.351194395505715],[-73.07625403716375,41.35138639554126],[-73.07625803716581,41.35139939554369],[-73.07642803724805,41.35187439563079],[-73.0764900372714,41.3519313956399],[-73.07653503728838,41.35197339564662],[-73.07664703732956,41.35205839565957],[-73.07657803731198,41.352142395678186],[-73.07652903729964,41.35220439569187],[-73.0763720372584,41.35237339572991],[-73.07635603725372,41.35238239573217],[-73.07626303722682,41.35243939574631],[-73.07615903719675,41.352503395762156],[-73.07615803719648,41.35250439576238],[-73.07581403709197,41.352627395797526],[-73.07570003705742,41.35266939580941],[-73.07551803700291,41.35274839583073],[-73.07536003695529,41.352811395848136],[-73.07494203682941,41.35298039589464],[-73.07454303671672,41.35327239596451],[-73.07443003668648,41.35338439599002],[-73.07434103666272,41.35347339601026],[-73.07415103660975,41.353624396045866],[-73.0735550364378,41.35399739613793],[-73.0730370362867,41.35429239621224],[-73.07281703621999,41.35437339623515],[-73.07252703613207,41.35448039626542],[-73.07196003596633,41.35479739634562],[-73.07145803584616,41.35554339650736],[-73.07121103578676,41.355905396585946],[-73.07104703573934,41.35600639661096],[-73.07069103564072,41.35630039667982],[-73.07026403552116,41.3566313967582],[-73.07010703547522,41.35671839678025],[-73.06977303537144,41.3567973968065],[-73.06953103529247,41.356788396812576],[-73.06932003522009,41.35671939680597],[-73.06848303492617,41.35632439675609],[-73.06830203486172,41.35622339674226],[-73.06820303482722,41.35618139673728],[-73.0678560347033,41.35598139670954],[-73.0678410346979,41.35597239670825],[-73.06779603468188,41.355947396704835],[-73.0677820346769,41.35593939670373],[-73.0676360346492,41.35628339677554],[-73.06762703464717,41.35629939677896],[-73.06708703453165,41.35734239699983],[-73.06690703449323,41.357691397073715],[-73.06660403442261,41.358175397177895],[-73.06612203431052,41.35894939734444],[-73.06584503423807,41.359253397412694],[-73.06572703420528,41.359349397435224],[-73.06554203415374,41.35949739747007],[-73.0655200341477,41.35951639747449],[-73.06512403404042,41.35988639755946],[-73.06507103402775,41.359965397576595],[-73.06497003400384,41.36012039761009],[-73.06493803399879,41.36021339762925],[-73.06490903399451,41.36030339764774],[-73.06485503397644,41.360293397647546],[-73.06469603392328,41.36026539764724],[-73.06464303390557,41.360256397647206],[-73.06442003382826,41.360168397637274],[-73.06397303368392,41.3601793976539],[-73.0624410331862,41.36016239770025],[-73.06115303276827,41.360157397741006],[-73.06061903259501,41.36015539775792],[-73.0588800320322,41.360174397817985],[-73.05669503132476,41.360193397892495],[-73.05613403114816,41.3602863979288],[-73.05579603103783,41.36027339793723],[-73.05551603094668,41.360267397945115],[-73.0544610306048,41.36027139798007],[-73.05376003037762,41.36027339800318],[-73.0511300295248,41.36027339808838],[-73.0506410293649,41.36025039809973],[-73.04993502913413,41.360218398116366],[-73.04930302893554,41.36032939815848],[-73.04813902856966,41.36053239823576],[-73.04716302825356,41.360539398268735],[-73.04701902811044,41.35884939794388],[-73.04670602779807,41.355152397233105],[-73.04658902768197,41.353782396969734],[-73.04644602753933,41.35209439664518],[-73.04644602752833,41.35190139660753],[-73.04644602752222,41.351794396586676],[-73.04644402751673,41.35170939657016],[-73.04644202751085,41.35161739655228],[-73.04642602745753,41.35077339638819],[-73.04642102744216,41.35053239634135],[-73.0463350271608,41.34608639547699],[-73.04621002710863,41.34588239544124],[-73.04551102681717,41.344745395242086],[-73.04539202676759,41.3445523952083],[-73.0450570266336,41.34410739513234],[-73.04405302623196,41.342772394904436],[-73.04371902609839,41.34232839482863],[-73.04384402609656,41.34158539467964],[-73.04308102572257,41.339363394270855],[-73.04294402564783,41.3388313941715],[-73.04233302543538,41.33857939414211],[-73.04188202523258,41.33758639396298],[-73.04205202528524,41.33754339394909],[-73.0438640258479,41.33710739380538],[-73.04393902587111,41.337088393799256],[-73.04416602594164,41.33703439378138],[-73.04424202596526,41.3370163937754],[-73.04428402597826,41.33700539377189],[-73.0444100260174,41.33697539376197],[-73.04445302603077,41.33696539375862],[-73.04462002608257,41.33692439374523],[-73.04512202623849,41.33680439370556],[-73.04529002629069,41.33676439369231],[-73.04572402642597,41.33666939365974],[-73.04598002650586,41.33661439364071],[-73.04635402662527,41.33658239362237],[-73.04704602685332,41.336647393612644],[-73.04748902699936,41.33668939360651],[-73.0475380270154,41.33669239360552],[-73.04768702706423,41.33670139360243],[-73.04773702708061,41.3367043936014],[-73.04798902716055,41.336673393587205],[-73.04832302726588,41.336621393566254],[-73.04918202752717,41.33631939347951],[-73.04973002769736,41.33618839343623],[-73.05020902784969,41.33613639341057],[-73.05033302788968,41.33613239340578],[-73.05060602797856,41.33613939339829],[-73.05084202805885,41.336205393403546],[-73.0511110281549,41.33636039342507],[-73.0514080282581,41.33648139343906],[-73.05166602834778,41.336587393451396],[-73.0521150285011,41.33672339346339],[-73.05232902857213,41.33675239346212],[-73.0525960286608,41.33678939346068],[-73.05264802867754,41.336787393458614],[-73.05275002871021,41.33678039345394],[-73.05295202877502,41.336768393445055],[-73.05305502880717,41.33674639343742],[-73.05309802882059,41.336737393434284],[-73.05315602883883,41.336727393430465],[-73.05321302885652,41.33671339342589],[-73.05379302903766,41.336592393383484],[-73.05424102917725,41.33649339334968],[-73.054436029272,41.33704639345125],[-73.05481302945738,41.33815439365521],[-73.0549430295213,41.33853639372551],[-73.05504002956889,41.338819393777584],[-73.05523402966679,41.339433393891085],[-73.05529102970038,41.33969839394093],[-73.05533302972484,41.33988839397663],[-73.05538402975304,41.340093394014964],[-73.05552002983481,41.34075439413951],[-73.05553202984191,41.34081039415004],[-73.05566402991795,41.3413933942595],[-73.05568802993719,41.34159439429792],[-73.05572702996488,41.341858394348165],[-73.05576303001334,41.34250339447281],[-73.0557830300344,41.3427593945221],[-73.05583703009036,41.34343339465183],[-73.05589103014265,41.34404339476907],[-73.055900030151,41.3441383947873],[-73.05595103017511,41.344271394811585],[-73.05607403022405,41.34443039483862],[-73.05627103029471,41.34454939485545],[-73.05640503034112,41.34460139486125],[-73.05690303050275,41.34460439484571],[-73.05738603065981,41.34461239483162],[-73.0574300306739,41.34460939482962],[-73.05790503082638,41.34458239480896],[-73.05804103086922,41.344560394800276],[-73.05814203089511,41.34444039477358],[-73.05817303090318,41.34440539476576],[-73.05827103092969,41.344313394744624],[-73.05845603097713,41.344093394695726],[-73.0585580310034,41.34397439466922],[-73.05859603101294,41.343925394658434],[-73.05871103104197,41.34378039462642],[-73.05875003105186,41.343732394615785],[-73.05903603113033,41.343482394557775],[-73.05933003120728,41.34316039448543],[-73.0594200312319,41.34308039446693],[-73.0596530312957,41.342874394419184],[-73.0600500314098,41.342618394356386],[-73.06051003154366,41.342350394289205],[-73.06133103178594,41.34193139418089],[-73.061842031937,41.341675394114404],[-73.06248103212597,41.34135639403148],[-73.06264103216903,41.341201393996045],[-73.0628430322242,41.3410203939542],[-73.06303003227085,41.34077539390035],[-73.0631870323086,41.34054539385042],[-73.06347803238687,41.34026339378597],[-73.0636610324437,41.340219393771456],[-73.06416503260024,41.34009939373173],[-73.06420903262074,41.340208393751574],[-73.06426403264632,41.34034439377631],[-73.0643740326919,41.34051839380668],[-73.06439803270186,41.34055639381331],[-73.0644350327175,41.34062039382461],[-73.064569032774,41.34084939386493],[-73.06496603294161,41.34153139398511],[-73.06497203294396,41.34153839398626],[-73.06514903301276,41.34173839401954],[-73.06528303306486,41.34189039404486],[-73.06540403310821,41.34196239405499],[-73.06545003312472,41.34199039405896],[-73.0658220332492,41.34205839406017],[-73.06621603337649,41.34205039404584],[-73.06642103344089,41.34201439403217],[-73.06676103354782,41.34195639400984],[-73.06716203367091,41.341835393973255],[-73.0674240337514,41.34175739394955],[-73.06798403391515,41.341445393870536],[-73.06828203400237,41.341280393828704],[-73.06828503400315,41.341277393828015],[-73.06852303407204,41.34113239379204],[-73.06865603411248,41.34108539377855],[-73.06870103412616,41.34106939377397],[-73.06883903416833,41.34102439376071],[-73.06888503418239,41.341009393756295],[-73.06900003421984,41.34101239375316],[-73.06920703428729,41.341018393747625],[-73.06934303433245,41.34103739374692],[-73.06945803437065,41.34105339374632],[-73.06960903442081,41.34107439374552],[-73.0700630345717,41.34113939374349],[-73.07021503462222,41.34116139374285],[-73.0702300346235,41.341098393730086],[-73.07027903462861,41.34090939369162],[-73.07029503463023,41.34084739367901],[-73.07035803463694,41.34060639362997],[-73.0704310346448,41.34032939357357],[-73.07048003463454,41.33987139348263],[-73.0705070346292,41.339624393433574],[-73.07053003462805,41.339473393403374],[-73.0706010346254,41.339023393313305],[-73.07061103462522,41.33896339330127],[-73.07059403461463,41.33887439328446],[-73.07048803456155,41.33854639322391],[-73.07064303457557,41.33791139309501],[-73.07068303457929,41.337749393062126],[-73.07085003461387,41.337406392989806],[-73.07159403479774,41.33640139276964],[-73.07199203489772,41.33589239265744],[-73.07217903493837,41.33554239258311],[-73.072228034946,41.33539739255323],[-73.07228303495486,41.33524039252083],[-73.07248903497567,41.334434392356904],[-73.07249603496243,41.33416239230361],[-73.07249903495901,41.33408539228849],[-73.07254003495092,41.33371039221401],[-73.07257903494758,41.33343039215812],[-73.07260903495315,41.333357392142894],[-73.07271403497288,41.333106392090535],[-73.07271803496634,41.33296939206367],[-73.07264603493114,41.33276139202543],[-73.07249603487362,41.332605391999856],[-73.0723420348141,41.332437391972064],[-73.07218103474408,41.33212439191621],[-73.07186303459473,41.331313391768305],[-73.07178503456322,41.33120439174956],[-73.07159603446594,41.33057239163236],[-73.0715430344333,41.3303013915812],[-73.0714720343987,41.330098391543906],[-73.07137103435849,41.32996739152162],[-73.07127203431898,41.329837391499446],[-73.07090203417435,41.32940439142696],[-73.07080303413673,41.32930739141125],[-73.07086403414104,41.329036391356404],[-73.0717030343563,41.32804139113506],[-73.0719010344077,41.32781739108493],[-73.07208303445256,41.32756939103065],[-73.07231803451636,41.3273523909807]]]},"properties":{"name":1252,"geoid":"09009125200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.07918303694092,41.330845391439766],[-73.07926603696896,41.33086539144097],[-73.07941803702039,41.330903391443464],[-73.07951503705299,41.330923391444216],[-73.07957803707416,41.330936391444716],[-73.07959903708135,41.33094339144541],[-73.07975503713465,41.330991391449714],[-73.08022403729507,41.331138391463185],[-73.08038103734876,41.33118739146765],[-73.08130403766894,41.33155539150954],[-73.08166503779643,41.331738391533534],[-73.08257203811309,41.33213539158158],[-73.08299303825918,41.3323043916009],[-73.08302603827062,41.33231739160237],[-73.08362903848166,41.33259039163609],[-73.084017038618,41.3327753916596],[-73.08423503869432,41.33287439167184],[-73.08424103869643,41.332877391672234],[-73.08451803879456,41.33302339169173],[-73.08473603887343,41.333167391712756],[-73.08487103892269,41.33326339172712],[-73.08507203899606,41.33340739174869],[-73.08528103907133,41.33353939176768],[-73.0853630391009,41.33359139177515],[-73.08564103919865,41.33372539179227],[-73.08594303930529,41.33387839181232],[-73.0860030393265,41.33390939181643],[-73.08616303938327,41.33399539182802],[-73.08645503948695,41.33415339184938],[-73.08683603962226,41.3343603918774],[-73.08732503979687,41.33464239191657],[-73.08761403990009,41.33480939193976],[-73.08773103994183,41.33487639194903],[-73.08808504006824,41.33508039197736],[-73.08808804006932,41.335082391977664],[-73.08821404011252,41.335123391981554],[-73.08826804013698,41.335245392003614],[-73.08838904019171,41.33551739205274],[-73.08844404021474,41.33560839206871],[-73.08851404024405,41.33572439208906],[-73.088666040308,41.33598139213427],[-73.08912504050093,41.336754392270166],[-73.08927804056525,41.337012392315536],[-73.08938304060928,41.337187392346266],[-73.08970104074234,41.33771239243836],[-73.08970504074398,41.3377183924394],[-73.08983204079382,41.33787039246494],[-73.08990004081889,41.337923392473066],[-73.09010704089506,41.338082392497355],[-73.09017604092047,41.33813539250547],[-73.0902500409476,41.338190392513795],[-73.09037504099337,41.338282392527674],[-73.09047804103054,41.33834839253721],[-73.09055604105873,41.338399392544645],[-73.09079504114385,41.33853339256303],[-73.09113204126393,41.33872339258915],[-73.09152504140252,41.338919392614635],[-73.09177104148935,41.33904339263082],[-73.0920000415694,41.33914539264331],[-73.09231604167978,41.339284392660176],[-73.09251304174776,41.33935639266783],[-73.09265504179658,41.33940539267275],[-73.09273704182465,41.33943139267519],[-73.09275504183088,41.339438392675966],[-73.09286404186804,41.33947039267867],[-73.09343304204918,41.339412392648896],[-73.09426204230319,41.339154392571686],[-73.09454604239399,41.339132392558184],[-73.09478604247047,41.339109392545915],[-73.09506404256311,41.33915339254546],[-73.09540104267604,41.33921839254723],[-73.09546304269684,41.33923039254754],[-73.09566604276824,41.33932839256008],[-73.09575604280523,41.339465392583875],[-73.09585004284953,41.33970739262802],[-73.09588004288125,41.34009239270214],[-73.09580004288084,41.340539392791925],[-73.09579404289015,41.340736392830536],[-73.0958670429196,41.340837392847874],[-73.09593604294739,41.340932392864154],[-73.09622804305592,41.34117539290208],[-73.09625604307213,41.34130039292556],[-73.09711704344528,41.34294639321864],[-73.09803504384301,41.34469939353072],[-73.09818604391393,41.34508339360071],[-73.09826104394915,41.34527439363551],[-73.09970304456547,41.34787939409671],[-73.10060404495049,41.34950539438453],[-73.10095404510277,41.35018439450557],[-73.1020040455598,41.352224394869246],[-73.10235404571215,41.35290439499047],[-73.10218704566509,41.35302839502007],[-73.10201904561629,41.35312739504483],[-73.10199404560967,41.353153395050704],[-73.10177304555181,41.35339439510487],[-73.10154304548989,41.353615395155416],[-73.10125304540588,41.353790395198956],[-73.10096604532268,41.353962395241815],[-73.10096104532128,41.35396639524276],[-73.1008540452859,41.3539543952439],[-73.10066404522514,41.353969395252975],[-73.10054104518852,41.354026395268086],[-73.1002120451039,41.35441139535383],[-73.09922504485012,41.355569395611646],[-73.09889704476586,41.35595539569755],[-73.09868804470806,41.356129395738236],[-73.09812604455266,41.35659839584793],[-73.09809604454742,41.35667639586411],[-73.09799904453047,41.35693039591678],[-73.09796804452728,41.35705039594118],[-73.09787704451855,41.35741339601491],[-73.09784804451607,41.35753439603943],[-73.09765904446341,41.357685396075006],[-73.09765204446133,41.357688396075815],[-73.09755404443274,41.357744396089906],[-73.0974090443878,41.35778039610163],[-73.09724904433867,41.35782839611619],[-73.09708404428594,41.35784139612408],[-73.09694004424014,41.35785739613188],[-73.09693504423882,41.357862396133015],[-73.09685604421891,41.35796239615508],[-73.09675304418931,41.358028396171285],[-73.09656404413673,41.35818039620705],[-73.09645004410834,41.35833039623999],[-73.09637904410121,41.35860839629649],[-73.09637304411054,41.3588053963351],[-73.09633804410399,41.35888939635261],[-73.09630604409826,41.358970396369436],[-73.09630004410752,41.35916639640784],[-73.09621504408574,41.35926739643028],[-73.09612204406307,41.35939839645884],[-73.09599604402759,41.359492396481244],[-73.09580804397544,41.35964639651738],[-73.09563404392304,41.359716396536676],[-73.09544604386711,41.35980439655994],[-73.09538204384968,41.35986239657333],[-73.09529804382977,41.359990396601006],[-73.09520304380779,41.3601443966341],[-73.09513804379425,41.360276396661945],[-73.09501104376253,41.36044139669823],[-73.09490304373554,41.36058239672923],[-73.09481204371298,41.360703396755774],[-73.09470604368185,41.36076039677032],[-73.09459604364488,41.36073739676941],[-73.0945310436158,41.36059739674422],[-73.09438204357006,41.36064239675783],[-73.09428204353944,41.360673396767126],[-73.09401604344627,41.36055239675217],[-73.09392104341306,41.36051039674706],[-73.09380904336801,41.360357396720865],[-73.09349804326432,41.36030739672121],[-73.09315804316928,41.36057339678412],[-73.09281804307363,41.36082839684485],[-73.09175204269685,41.36028339677321],[-73.09148504261927,41.36044039681248],[-73.09117004252349,41.36055139684434],[-73.0910650424604,41.360043396748715],[-73.09071504231244,41.359440396642526],[-73.09024104210576,41.358513396477186],[-73.08939304176803,41.357414396290444],[-73.08882204154065,41.356675396164896],[-73.08794504121225,41.355904396043016],[-73.08751004104681,41.35547739597389],[-73.08706704086691,41.35484239586444],[-73.08674704073708,41.35438639578593],[-73.08635004055103,41.353382395603035],[-73.08625704049005,41.35284339550097],[-73.08609904038617,41.35192139532631],[-73.0858700402743,41.35126239520523],[-73.08541204008871,41.350613395093546],[-73.0842910396412,41.349141394842846],[-73.08385403946765,41.34858339474822],[-73.08357703935769,41.34823039468837],[-73.08339803927994,41.347885394626886],[-73.08307503913979,41.347264394516266],[-73.08278803902526,41.34688839445224],[-73.08241303887553,41.34639539436826],[-73.08192403868921,41.345908394289125],[-73.08189903868039,41.345896394287614],[-73.0811440384152,41.34553839424227],[-73.08074903827641,41.34535039421841],[-73.08060003820235,41.34489939413528],[-73.08044503812515,41.34442739404826],[-73.08074303810706,41.34241839364676],[-73.08080403811555,41.34222039360616],[-73.08107303815302,41.34134939342756],[-73.08126903818008,41.34071039329657],[-73.08134603815498,41.33983339312301],[-73.08117803807872,41.339451393053956],[-73.08106403803708,41.339369393041636],[-73.08044503781083,41.338921392974335],[-73.07907603724257,41.33674039259327],[-73.07783603672841,41.33477439224994],[-73.07759903663333,41.33445439219521],[-73.07758003661458,41.33423339215269],[-73.07743903653183,41.33358439203067],[-73.07778303659941,41.33281439186929],[-73.07871303681405,41.331292391542206],[-73.07918303694092,41.330845391439766]]]},"properties":{"name":1253,"geoid":"09009125300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.0811440384152,41.34553839424227],[-73.08189903868039,41.345896394287614],[-73.08192403868921,41.345908394289125],[-73.08241303887553,41.34639539436826],[-73.08278803902526,41.34688839445224],[-73.08307503913979,41.347264394516266],[-73.08339803927994,41.347885394626886],[-73.08357703935769,41.34823039468837],[-73.08385403946765,41.34858339474822],[-73.0842910396412,41.349141394842846],[-73.08541204008871,41.350613395093546],[-73.0858700402743,41.35126239520523],[-73.08609904038617,41.35192139532631],[-73.08625704049005,41.35284339550097],[-73.08635004055103,41.353382395603035],[-73.08674704073708,41.35438639578593],[-73.08706704086691,41.35484239586444],[-73.08751004104681,41.35547739597389],[-73.08794504121225,41.355904396043016],[-73.08882204154065,41.356675396164896],[-73.08939304176803,41.357414396290444],[-73.09024104210576,41.358513396477186],[-73.09071504231244,41.359440396642526],[-73.0910650424604,41.360043396748715],[-73.09117004252349,41.36055139684434],[-73.09096604245883,41.36057739685603],[-73.0908550424293,41.36069039688166],[-73.09049104231705,41.360791396913164],[-73.09034804227525,41.3608713969334],[-73.09031704226979,41.360951396950014],[-73.09028704226034,41.360956396951956],[-73.08972204208975,41.36117639701317],[-73.08954804203864,41.36126939703696],[-73.08952904203333,41.36128439704049],[-73.08950204202635,41.361315397047406],[-73.08945404201171,41.36133139705208],[-73.08900504187477,41.36148239709611],[-73.0887150417864,41.3615813971248],[-73.0884250416985,41.36168839715507],[-73.08817504162812,41.36187539719964],[-73.08799504157594,41.36198339722654],[-73.08794704156209,41.362013397233945],[-73.08767604148336,41.36217339727393],[-73.0874730414268,41.362335397312094],[-73.08740804140878,41.36238839732453],[-73.08729304137451,41.36244139733861],[-73.08721504135363,41.36251839735614],[-73.08720704135148,41.36252639735797],[-73.08705704130456,41.36255639736868],[-73.08697004128081,41.36263439738669],[-73.08692704126801,41.362654397392],[-73.08689904125974,41.36266839739564],[-73.08682104123412,41.36266239739699],[-73.08651904114362,41.36279239743214],[-73.0864660411274,41.36280939743716],[-73.08630304107777,41.362865397453376],[-73.08614904102937,41.36289239746363],[-73.08599604098005,41.362897397469574],[-73.08585804093816,41.36294739748381],[-73.08562804086554,41.3629813974979],[-73.08533804077156,41.362982397507494],[-73.08526604074827,41.36298339751002],[-73.08495504064692,41.362974397518364],[-73.08462904054093,41.36296939752797],[-73.08460904053445,41.36296939752861],[-73.08415104038595,41.36296939754348],[-73.08373904024933,41.36291639754653],[-73.08365504022197,41.36291439754884],[-73.08333004011638,41.36291039755861],[-73.08254003986292,41.362957397593405],[-73.08247503984173,41.36295539759512],[-73.08187703964693,41.362939397611406],[-73.08145103950805,41.362926397622694],[-73.08108903939147,41.36294039763715],[-73.08090003932723,41.36288839763316],[-73.08066303925096,41.36289839764279],[-73.08042603917251,41.362870397645025],[-73.08004803904657,41.36281139764578],[-73.07992603900497,41.36277539764272],[-73.07963603890613,41.36269139763576],[-73.07927203878467,41.362631397635866],[-73.07910403872586,41.36255539762649],[-73.07854003853424,41.36240239761497],[-73.07815603840699,41.36235439761807],[-73.07712703806489,41.36220639762258],[-73.07710003804407,41.36199539758233],[-73.07645603781178,41.36158439752309],[-73.07594703764104,41.36148439752011],[-73.07549503749178,41.36143739752559],[-73.07494003730805,41.36137139753074],[-73.0744300371387,41.36130139753362],[-73.07403603701083,41.361299397546],[-73.07387803695406,41.36120239753223],[-73.0736130368626,41.36110539752191],[-73.0733690367784,41.361016397512465],[-73.07281103658711,41.36083539749528],[-73.07254303649532,41.3607493974872],[-73.07247403647067,41.360709397481635],[-73.07241303644888,41.36067439747679],[-73.07225203639439,41.36063439747421],[-73.07225003639374,41.36063439747427],[-73.07219003637161,41.360587397467064],[-73.07202603631717,41.36056539746809],[-73.07202003631522,41.360565397468285],[-73.07174803621915,41.36042739745019],[-73.07157903616309,41.360405397451395],[-73.0715670361592,41.36040539745178],[-73.07152203614461,41.36040539745324],[-73.07142103610832,41.360343397444424],[-73.07116103602257,41.36031839744799],[-73.0709170359421,41.36029439745121],[-73.07074003588112,41.36023139744467],[-73.07000003564282,41.360260397474306],[-73.06977903557127,41.36026239748187],[-73.0689150352917,41.36027239751185],[-73.06776803492042,41.360283397551164],[-73.06650903451047,41.36025339758612],[-73.06542303415684,41.36022739761626],[-73.06490903399451,41.36030339764774],[-73.06493803399879,41.36021339762925],[-73.06497003400384,41.36012039761009],[-73.06507103402775,41.359965397576595],[-73.06512403404042,41.35988639755946],[-73.0655200341477,41.35951639747449],[-73.06554203415374,41.35949739747007],[-73.06572703420528,41.359349397435224],[-73.06584503423807,41.359253397412694],[-73.06612203431052,41.35894939734444],[-73.06660403442261,41.358175397177895],[-73.06690703449323,41.357691397073715],[-73.06708703453165,41.35734239699983],[-73.06762703464717,41.35629939677896],[-73.0676360346492,41.35628339677554],[-73.0677820346769,41.35593939670373],[-73.06779603468188,41.355947396704835],[-73.0678410346979,41.35597239670825],[-73.0678560347033,41.35598139670954],[-73.06820303482722,41.35618139673728],[-73.06830203486172,41.35622339674226],[-73.06848303492617,41.35632439675609],[-73.06932003522009,41.35671939680597],[-73.06953103529247,41.356788396812576],[-73.06977303537144,41.3567973968065],[-73.07010703547522,41.35671839678025],[-73.07026403552116,41.3566313967582],[-73.07069103564072,41.35630039667982],[-73.07104703573934,41.35600639661096],[-73.07121103578676,41.355905396585946],[-73.07145803584616,41.35554339650736],[-73.07196003596633,41.35479739634562],[-73.07252703613207,41.35448039626542],[-73.07281703621999,41.35437339623515],[-73.0730370362867,41.35429239621224],[-73.0735550364378,41.35399739613793],[-73.07415103660975,41.353624396045866],[-73.07434103666272,41.35347339601026],[-73.07443003668648,41.35338439599002],[-73.07454303671672,41.35327239596451],[-73.07494203682941,41.35298039589464],[-73.07536003695529,41.352811395848136],[-73.07551803700291,41.35274839583073],[-73.07570003705742,41.35266939580941],[-73.07581403709197,41.352627395797526],[-73.07615803719648,41.35250439576238],[-73.07615903719675,41.352503395762156],[-73.07626303722682,41.35243939574631],[-73.07635603725372,41.35238239573217],[-73.0763720372584,41.35237339572991],[-73.07652903729964,41.35220439569187],[-73.07657803731198,41.352142395678186],[-73.07664703732956,41.35205839565957],[-73.07653503728838,41.35197339564662],[-73.0764900372714,41.3519313956399],[-73.07642803724805,41.35187439563079],[-73.07625803716581,41.35139939554369],[-73.07625403716375,41.35138639554126],[-73.076196037134,41.351194395505715],[-73.07610703709017,41.35093239545751],[-73.07610503708895,41.35092239545562],[-73.07605003705005,41.35055339538546],[-73.07605603703013,41.35017039531056],[-73.07606703702788,41.35006839529032],[-73.07610003702236,41.34978439523387],[-73.07619903698594,41.348584394996635],[-73.07622003698887,41.34851639498269],[-73.07632203700325,41.34818939491563],[-73.07639503702077,41.34808139489219],[-73.0768590371572,41.347836394829365],[-73.07695003718402,41.34778939481725],[-73.07705803721704,41.347754394806934],[-73.077537037366,41.347643394769754],[-73.07785603746497,41.34756539474419],[-73.07795303749516,41.34754339473677],[-73.07824703758693,41.34748139471514],[-73.07834503761751,41.34746039470786],[-73.07856403768713,41.34743639469608],[-73.07862003770495,41.347430394693106],[-73.07888603778257,41.34727939465502],[-73.07911603784765,41.34711339461519],[-73.0793230379039,41.34692339457143],[-73.07932503790119,41.346864394559844],[-73.07933303790213,41.346835394553935],[-73.07934003790353,41.346820394550775],[-73.07969103797708,41.34611539440191],[-73.07979703800146,41.34594039436435],[-73.08016203811287,41.345819394328906],[-73.08025703814212,41.34579239432056],[-73.08036803817623,41.345759394310534],[-73.08070203827909,41.34566439428117],[-73.08081403831356,41.34563239427131],[-73.08087903833355,41.34561339426549],[-73.0810780383948,41.34555639424792],[-73.0811440384152,41.34553839424227]]]},"properties":{"name":1254,"geoid":"09009125400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.08358604253787,41.40377440551214],[-73.08486104302646,41.40508440572583],[-73.0863060435802,41.40656840596786],[-73.08872004450112,41.40897540635812],[-73.09054604523514,41.41144840678029],[-73.09077904532279,41.41165840681361],[-73.09269904604878,41.413458407101636],[-73.08812404539931,41.428007410082245],[-73.0877500453411,41.429107410308475],[-73.08748004530659,41.43003241049725],[-73.0866720452039,41.43281041106411],[-73.08640304516976,41.43373641125302],[-73.08618104512828,41.43426841136377],[-73.08551704500458,41.435866411696296],[-73.08551304500398,41.43587841169875],[-73.08540004498298,41.43615141175554],[-73.08529704496381,41.43639941180715],[-73.08524704495235,41.436482411824926],[-73.08524204495129,41.43649241182704],[-73.08518704493878,41.43658541184691],[-73.08511704492267,41.43670041187157],[-73.08509704491803,41.43673241187845],[-73.08504704490662,41.43681641189642],[-73.08506304491182,41.43681641189589],[-73.08511204492771,41.436816411894306],[-73.08512904493323,41.43681641189376],[-73.08503304490861,41.43693041191905],[-73.08345604452403,41.43914341240089],[-73.08308004449641,41.44078741273296],[-73.07861404402392,41.457792416185825],[-73.07864704407014,41.458410416304936],[-73.07852204405249,41.45880941638661],[-73.07815104400099,41.46000841663183],[-73.07807504399052,41.460255416682315],[-73.07818104403182,41.46037541670222],[-73.07801704403398,41.461339416895015],[-73.07752904404187,41.46423241747342],[-73.07736704404476,41.46519741766631],[-73.0759330435259,41.464266417531924],[-73.07163204196986,41.46147641712921],[-73.07030304148905,41.460614417004805],[-73.07019904145146,41.46054741699515],[-73.06990404134775,41.4604084169777],[-73.06922804112023,41.460266416972054],[-73.06777704063201,41.45996441696049],[-73.06648504016187,41.45907841683016],[-73.06585703993338,41.45864841676694],[-73.06560303985198,41.45866641677871],[-73.06531603974031,41.4583434167252],[-73.0644840394262,41.457575416602886],[-73.06426703934903,41.457457416586976],[-73.06409503928977,41.45739741658091],[-73.06369903915424,41.45727541657005],[-73.06309003894485,41.45707041654997],[-73.06274303882502,41.45694441653672],[-73.06245203872288,41.45681041652013],[-73.06223603864275,41.4566354164931],[-73.06215303860932,41.45652241647383],[-73.06211103858296,41.456300416432015],[-73.0617690384706,41.45627641643846],[-73.06126503832436,41.456578416513565],[-73.06109703827553,41.45667741653827],[-73.06093703822906,41.45677241656196],[-73.06083803821117,41.4570204166134],[-73.06026603807614,41.45790141680333],[-73.05943403783964,41.45848541694393],[-73.05896803769618,41.45862041698532],[-73.05863303759394,41.45873341701819],[-73.05728203716298,41.45886341708736],[-73.05710703710749,41.45888641709751],[-73.05646603690424,41.45896941713447],[-73.05590903674121,41.45927841721266],[-73.05555103663644,41.459477417262974],[-73.05547403661605,41.45955741728105],[-73.05417703627003,41.46086241757696],[-73.05372703616756,41.46162141773919],[-73.05349103612333,41.46218541785653],[-73.0534750361462,41.462674417952144],[-73.05377403634164,41.46438841827576],[-73.05378903636006,41.46462441832116],[-73.05378103640058,41.46537541846746],[-73.05352103635644,41.4660764186122],[-73.05334603631496,41.4663434186698],[-73.05298703622931,41.46688141878608],[-73.05241503608706,41.46763641895147],[-73.05222403607304,41.468472419120225],[-73.05211803606713,41.468968419220104],[-73.05204403604299,41.468966419222134],[-73.05197003601886,41.46896441922414],[-73.05173503594224,41.46895841923061],[-73.05133603581199,41.46894541924103],[-73.05111803573267,41.46879641921914],[-73.05079403561484,41.4685754191867],[-73.05058603553894,41.46842941916506],[-73.0504670354955,41.468345419152605],[-73.05025103541672,41.46819441913024],[-73.05022803541041,41.4682144191349],[-73.05016103539205,41.46827341914854],[-73.05013903538611,41.468294419153345],[-73.04996303532951,41.468303419160804],[-73.04965303523062,41.46833341917671],[-73.04933403513144,41.46840941920185],[-73.04910903506158,41.46846441921984],[-73.04851703487965,41.46864241927369],[-73.04792103469086,41.46872341930879],[-73.04692703436935,41.46874241934476],[-73.04611303410606,41.46875841937431],[-73.04507703376493,41.46867341939142],[-73.04494903372282,41.46866341939363],[-73.04410303343364,41.468409419371724],[-73.04349303322522,41.46822741935612],[-73.0433040331606,41.46817041935118],[-73.04143803259588,41.4688834195504],[-73.0404310322073,41.46780741937387],[-73.03934203178278,41.46656941916849],[-73.0392120317321,41.46642141914392],[-73.03918903172315,41.46639541913961],[-73.03893703164054,41.46638141914508],[-73.03773503124648,41.46631241917067],[-73.0375400311826,41.46630241917506],[-73.03720903106655,41.466152419156636],[-73.03665403087227,41.46590541912661],[-73.03583203061532,41.466077419186725],[-73.03426003012413,41.466409419302316],[-73.03286402963673,41.465811419231336],[-73.03235002944277,41.46533841915601],[-73.03214302937924,41.46540241917519],[-73.03185502929082,41.46549041920164],[-73.03083802897866,41.46580341929552],[-73.0304720288663,41.465915419329164],[-73.03025702878412,41.46569941929414],[-73.02961502853859,41.46505141918894],[-73.02940102845675,41.464835419153886],[-73.0283980280688,41.463747418974826],[-73.02833002804107,41.46364841895778],[-73.02797002789268,41.4630984188625],[-73.02770702779436,41.46287241882706],[-73.02618602722582,41.4615664186224],[-73.0259680270987,41.460583418438276],[-73.0257520269725,41.45960441825487],[-73.02571702693959,41.45922841818287],[-73.02561102684025,41.458095417965914],[-73.02559502682564,41.45793141793455],[-73.02549202672856,41.45682041772179],[-73.02530002654863,41.45476841732886],[-73.02512602638586,41.452912416973426],[-73.02504102630589,41.451998416798375],[-73.02499502626264,41.45150441670376],[-73.02497102623974,41.45124041665318],[-73.0249530261687,41.45010241643238],[-73.02495402602612,41.44760741594691],[-73.02495402599817,41.447119415851965],[-73.02495402596362,41.44651641573464],[-73.02495702551055,41.438586414191434],[-73.02495702549417,41.43830041413577],[-73.02500902546842,41.4375554139891],[-73.02502302546087,41.43734441394757],[-73.025168025392,41.43531941354878],[-73.02522102536662,41.434575413402264],[-73.02645102551539,41.43020041251083],[-73.02946002587957,41.41950041033027],[-73.03196302670638,41.41975741029919],[-73.03648402819988,41.42022341024337],[-73.03751702854284,41.42035941023635],[-73.04061802957229,41.42076741021524],[-73.04165202991561,41.42090441020839],[-73.0429130303336,41.42105941019768],[-73.04669703158808,41.42152741016605],[-73.04795903200645,41.421683410155495],[-73.04832803212956,41.421742410155],[-73.04943403249857,41.421920410153774],[-73.04980403262205,41.421980410153466],[-73.05535003446012,41.422657410105316],[-73.05851203550814,41.42304441007803],[-73.06310903703174,41.42360641003821],[-73.0635130371133,41.42274240985692],[-73.06390803717206,41.42153140960837],[-73.06469103732994,41.41985340925629],[-73.06526903745586,41.418778409028256],[-73.06606803767197,41.41802640885592],[-73.06690103791229,41.41750440872726],[-73.06788203818282,41.41667140853323],[-73.06803703821979,41.41643940848305],[-73.06873903838772,41.41539540825699],[-73.06934003851956,41.414293408022935],[-73.06943803853758,41.41405340797303],[-73.06958303856905,41.41378140791536],[-73.06999303862608,41.41245540764389],[-73.07025703864946,41.411368407423645],[-73.06991303853106,41.41124940741167],[-73.06888103817596,41.41089440737604],[-73.06853703805761,41.41077640736422],[-73.0685060380467,41.410761407362315],[-73.06847403803539,41.410745407360245],[-73.06853803805592,41.41074140735738],[-73.0685720380669,41.41074040735607],[-73.06890303817363,41.41072940734319],[-73.06990003849533,41.410699407304996],[-73.07023203860246,41.41068940729227],[-73.07027803861702,41.410683407289596],[-73.07041703866126,41.41066840728218],[-73.07046403867623,41.41066340727967],[-73.0734590396423,41.41056840716392],[-73.07369603971877,41.41056140715487],[-73.0738560397689,41.41053040714365],[-73.07395003979829,41.41051140713691],[-73.07430503991489,41.41053640713025],[-73.07493404011593,41.41048440709967],[-73.0758890404213,41.410407407053704],[-73.07880704122687,41.40794740647994],[-73.08084704179677,41.40634540610174],[-73.08186604208449,41.4055984059232],[-73.08277904232504,41.40462840570466],[-73.08358604253787,41.40377440551214]]]},"properties":{"name":3411,"geoid":"09009341100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.79630595727032,41.544108442091144],[-72.79646495731306,41.54395144205552],[-72.79655695733773,41.54385944203468],[-72.79731195754073,41.54311444186569],[-72.79756395760852,41.542866441809394],[-72.79871295791654,41.54171644154904],[-72.79900095799336,41.54142144148246],[-72.79986895822509,41.54053644128262],[-72.80015895830263,41.54024244121618],[-72.80207695879658,41.53796844071268],[-72.80242395888554,41.53755044062031],[-72.80253295891438,41.53743444059427],[-72.80331495914511,41.53702244048907],[-72.80377295928766,41.53691144045277],[-72.8044059594802,41.536679440387346],[-72.80571795987125,41.53605744022428],[-72.80599295994784,41.53583244017173],[-72.80600095994718,41.535775440160386],[-72.80604695995234,41.53560344012552],[-72.80608395995202,41.535386440082156],[-72.80622395999853,41.535404440081145],[-72.80618095999709,41.535624440125275],[-72.80605395999356,41.536287440258164],[-72.80601195999252,41.536508440302455],[-72.80636896010132,41.53638144026631],[-72.8074419604284,41.53600044015778],[-72.8077999605376,41.53587444012177],[-72.80744596055376,41.53817744058061],[-72.80793196072244,41.5383654406015],[-72.8075369606244,41.53889844071775],[-72.80682696045373,41.53995344094557],[-72.80662796041126,41.54034344102774],[-72.80637496035746,41.540842441132824],[-72.8060489602903,41.54152344127561],[-72.80586096025174,41.54191944135858],[-72.80604496031545,41.54198744136589],[-72.80659996050747,41.54219144138766],[-72.80678496057153,41.542260441395115],[-72.80689296060888,41.542299441399216],[-72.80722096072229,41.54241844141178],[-72.80732996076,41.54245844141605],[-72.8072569607455,41.542620441449856],[-72.80703796070206,41.54310744155151],[-72.80696596068795,41.54327044158549],[-72.806892960673,41.543424441617766],[-72.80667496062847,41.54388644171453],[-72.80660296061389,41.54404144174694],[-72.80658496061095,41.544092441757435],[-72.8065309606021,41.5442454417889],[-72.80651396059953,41.54429744179955],[-72.8063119605578,41.54471744188763],[-72.80570796043347,41.545980442152405],[-72.80550796039243,41.54640144224062],[-72.80548296038859,41.546476442255994],[-72.80540996037774,41.54670244230224],[-72.8053869603746,41.54677844231773],[-72.80533496036298,41.546871442337476],[-72.8052369603415,41.54705344237598],[-72.80519496033389,41.54715944239791],[-72.80515596032693,41.547259442418586],[-72.80458596012657,41.54699544238566],[-72.80319995964163,41.5463924423131],[-72.8023739593518,41.546018442267034],[-72.80099295886733,41.545395442190426],[-72.80042495866623,41.545106442152544],[-72.80017995858024,41.54499544213886],[-72.79955595836259,41.54473544210843],[-72.79879195809785,41.544448442077254],[-72.7981659578821,41.54423344205561],[-72.79797495782928,41.544396442093415],[-72.79782795777992,41.54436844209269],[-72.79765595772211,41.54433544209181],[-72.79738695763155,41.5442804420898],[-72.79682995744398,41.54416644208554],[-72.79657795736044,41.544138442088204],[-72.79630595727032,41.544108442091144]]]},"properties":{"name":1702,"geoid":"09009170200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.25135910080898,41.47073341306132],[-73.25129410078297,41.47064841304693],[-73.25110010070539,41.47039541300413],[-73.25103610067978,41.47031141298992],[-73.25072510055371,41.46987641291561],[-73.25020410034256,41.46914841279125],[-73.24977410017054,41.468586412696155],[-73.24959610009938,41.46835441265693],[-73.24944210003865,41.46816841262583],[-73.24921609995089,41.46791841258467],[-73.24916909993257,41.46786541257592],[-73.24856409969478,41.46714741245624],[-73.24847409965945,41.467041412438604],[-73.24841109963468,41.46696641242609],[-73.24834709960957,41.46689141241361],[-73.24828609958561,41.466819412401634],[-73.24822509956167,41.466747412389644],[-73.24805809949598,41.46654841235646],[-73.24764109933578,41.46611741228639],[-73.24738809923858,41.46585541224376],[-73.24682309902857,41.46539341217251],[-73.24610509876989,41.4649474121094],[-73.24555409856967,41.464575412055176],[-73.24514409841667,41.46422941200137],[-73.24438409813297,41.46358641190134],[-73.24434709811892,41.46355141189576],[-73.24405009801293,41.46338441187304],[-73.24384909794122,41.46327141185767],[-73.24315609769484,41.462897411807695],[-73.24285709758861,41.462737411786414],[-73.24267109752336,41.462652411775984],[-73.24259409749637,41.4626174117717],[-73.24211309732763,41.46239741174472],[-73.24192709726246,41.46231341173448],[-73.24163609716045,41.46218141171837],[-73.24076609685538,41.461785411669915],[-73.24069409683013,41.46175241166587],[-73.24046709675228,41.46167941165912],[-73.24008209661956,41.4615434116453],[-73.23947209641386,41.46140741163886],[-73.23846509607445,41.461185411628705],[-73.23747409573542,41.4608804116019],[-73.23692409554391,41.460653411575805],[-73.23654009540739,41.460446411548155],[-73.23644309537295,41.46039441154122],[-73.23568509509674,41.45986941146402],[-73.23559209506078,41.45976941144764],[-73.235313094953,41.459470411398655],[-73.23522009491712,41.45937141138248],[-73.23516909489584,41.459289411368204],[-73.2350170948323,41.459043411325375],[-73.23496709481141,41.458962411311276],[-73.23487809477477,41.458828411288145],[-73.23469809470079,41.45855841124156],[-73.23462509466914,41.45842041121713],[-73.23455009463666,41.45827941119221],[-73.23495109474285,41.457867411098995],[-73.2351550947968,41.457656411051296],[-73.23583109497604,41.45696541089485],[-73.23618309507248,41.45665941082387],[-73.23640909513452,41.45646541077877],[-73.2366290951961,41.45629641073873],[-73.23669309521395,41.456246410726905],[-73.23671909522129,41.45622741072236],[-73.23690509527646,41.45613841069896],[-73.2369100952779,41.45613541069822],[-73.23698409529986,41.456100410689],[-73.23715609534786,41.45596541065712],[-73.2373210953952,41.45585941063114],[-73.23760509547688,41.45567941058683],[-73.23807109561476,41.455450410527064],[-73.23843309572398,41.455309410487814],[-73.23888409586014,41.455135410439226],[-73.23952609605522,41.45490841037408],[-73.24085209645625,41.45440841023347],[-73.24109109652855,41.454318410208145],[-73.24356809727945,41.45341440995129],[-73.24516709775946,41.45274940976967],[-73.2461770980589,41.45226440964231],[-73.24682709824773,41.45188540954734],[-73.24683009824852,41.45188240954666],[-73.24716009834297,41.451665409493685],[-73.2477510985075,41.45119740938336],[-73.2480480985864,41.45089640931513],[-73.24829309864761,41.45058140924587],[-73.24839209866987,41.45041140920959],[-73.24853309870385,41.450208409165505],[-73.24874809875503,41.44988840909626],[-73.24907109882534,41.44929340897003],[-73.24921709885727,41.44902740891354],[-73.24946809890764,41.448491408801125],[-73.24962809893555,41.448077408715406],[-73.2498640989715,41.44737640857142],[-73.25002909897432,41.446500408395735],[-73.25012309895115,41.44557340821245],[-73.2501220989493,41.44554740820744],[-73.25010109890026,41.44481740806621],[-73.25003909884691,41.444242407956466],[-73.25002909883828,41.4441494079387],[-73.25000509881723,41.44392040789498],[-73.24999509881116,41.44387140788577],[-73.24997809880038,41.443780407868644],[-73.24996409879172,41.4437094078553],[-73.24992209876591,41.44349840781566],[-73.24990909875763,41.44342840780247],[-73.24985909872686,41.44317640775512],[-73.24974409865526,41.4425834076436],[-73.24971009863496,41.44242340761361],[-73.24965709860332,41.44217340756674],[-73.24964809859895,41.44214840756218],[-73.24962109858603,41.442076407549074],[-73.24961209858172,41.442052407544686],[-73.24960509857836,41.44203340754124],[-73.24958409856826,41.44197640753083],[-73.24957709856487,41.441957407527376],[-73.24948209852003,41.44171440748323],[-73.24938009847584,41.44152240744926],[-73.24871009818543,41.44025740722528],[-73.24869809818021,41.44023440722118],[-73.24852909810308,41.43984840715166],[-73.24851609809738,41.43982240714705],[-73.24842809805901,41.43965240711688],[-73.24816609794456,41.4391424070263],[-73.24809209791223,41.43899840700073],[-73.24807909790651,41.4389724069961],[-73.24956009835105,41.43835640682783],[-73.24978109841994,41.43830840681125],[-73.25000109848855,41.4382614067949],[-73.25023109856028,41.43821240677785],[-73.2504430986235,41.43811740675241],[-73.25119109884653,41.4377804066624],[-73.2513940989053,41.43765840663204],[-73.25146509892593,41.43761740662174],[-73.25243909920859,41.43704440647842],[-73.25298309936646,41.436724406398376],[-73.2532610994446,41.436517406349026],[-73.25347909950595,41.43635640631059],[-73.25352309951825,41.43632240630252],[-73.2535560995275,41.436297406296575],[-73.2539590996403,41.435988406223295],[-73.25472709985505,41.435396406083015],[-73.25527210000459,41.434927405974],[-73.2555271000746,41.434708405923054],[-73.25639110032417,41.43418040579208],[-73.25652410036282,41.43410340577275],[-73.25695110048721,41.433860405711506],[-73.25773510072472,41.43357240562982],[-73.25843910094137,41.433372405567866],[-73.25920610118801,41.43333740553594],[-73.26029010154984,41.43351740553542],[-73.26226610221654,41.43396840555835],[-73.26265710235245,41.434126405576265],[-73.26367910270773,41.434540405623274],[-73.26452510301324,41.435080405700525],[-73.26513710325331,41.435800405820466],[-73.2654661034018,41.43652340595026],[-73.26551710343409,41.43679540600147],[-73.2657891035232,41.436811405995655],[-73.2658581035612,41.437081406045884],[-73.26598810363332,41.43759940614234],[-73.26611810370558,41.438119406239174],[-73.26627510379265,41.43874440635554],[-73.26643210387968,41.439368406471715],[-73.26649010391185,41.43959940651472],[-73.26654910394434,41.439830406557704],[-73.2669791041826,41.44153740687545],[-73.26740810442062,41.443246407193605],[-73.26749410446838,41.44358940725747],[-73.26777110458436,41.444041407336236],[-73.2678721046266,41.4442054073648],[-73.26797210466852,41.44436940739341],[-73.26830810480925,41.444918407489105],[-73.26923210519436,41.4463954077459],[-73.27024410561619,41.448013408027215],[-73.27126410600928,41.44909040820309],[-73.2724071064497,41.450295408399796],[-73.27355110689044,41.451500408596466],[-73.27369710694664,41.45165340862141],[-73.27390910701803,41.4516994086234],[-73.27825410848148,41.45264340866431],[-73.28073910926793,41.45231140851827],[-73.28319611002445,41.451620408303356],[-73.28779911144156,41.450323407900214],[-73.29126411243692,41.448116407357574],[-73.2939491132637,41.44736340712308],[-73.29470811351057,41.44737740710088],[-73.29528611370682,41.44753040711164],[-73.29535611373056,41.44754840711285],[-73.29593411392773,41.44771740712672],[-73.29776111455288,41.44828440717693],[-73.29826911474339,41.44872940724672],[-73.29840411479846,41.44892440728018],[-73.29866611490544,41.44930440734543],[-73.29893811502234,41.449799407432685],[-73.29951411528054,41.451031407653176],[-73.30007411554658,41.45248740791773],[-73.3005701158225,41.454471408286956],[-73.30079411597869,41.4559114085594],[-73.2998611158231,41.458442409081805],[-73.2998341159507,41.46079140953906],[-73.29933811585305,41.46187940976673],[-73.29889011576911,41.46293540998659],[-73.29831411568918,41.464775410362954],[-73.29823411574313,41.466151410632875],[-73.29826611583992,41.467639410920874],[-73.29917811624618,41.469543411260744],[-73.29959411641453,41.47011941135896],[-73.30012211660807,41.47050441141638],[-73.3006021167841,41.47085541146879],[-73.3015621171186,41.47125541151493],[-73.30180311719901,41.47129441151459],[-73.30276211751885,41.47144741151279],[-73.30397811790569,41.47131941144797],[-73.30431411801369,41.47130341143382],[-73.30503411823878,41.47115941138218],[-73.30653811869388,41.47059941122399],[-73.30760911901551,41.470158411103135],[-73.30817011918397,41.46992741103983],[-73.30856411929946,41.4697164109859],[-73.30954611958735,41.46919141085166],[-73.31036911983523,41.46886541076129],[-73.31047411986685,41.46882341074967],[-73.31071311995008,41.46892241076103],[-73.31095312003366,41.469021410772385],[-73.31121012012312,41.469127410784516],[-73.31277812067891,41.469943410891474],[-73.31428212123444,41.47111141106887],[-73.31479412143392,41.47168741116389],[-73.3152261216028,41.47218341124602],[-73.31639412204102,41.47320741140649],[-73.3170271222776,41.47374641149033],[-73.31760412249322,41.47423741156671],[-73.31766012251417,41.47428541157419],[-73.31766512251602,41.474289411574794],[-73.31812312268718,41.474679411635485],[-73.31815112269757,41.474701411638826],[-73.31827512274356,41.47480141165418],[-73.3183991227896,41.474901411669514],[-73.31862712287415,41.47508441169755],[-73.31885612295909,41.475268411725764],[-73.31975512329261,41.475991411836596],[-73.32090712372568,41.477015411997534],[-73.32106912379285,41.47726741204114],[-73.32123512386127,41.47751841208441],[-73.32140012392932,41.47776841212753],[-73.321755124076,41.47831141222129],[-73.32221912431207,41.47978341249185],[-73.32266712451505,41.480775412669715],[-73.32341912480913,41.481639412812726],[-73.3234681248273,41.48167841281869],[-73.32465112526631,41.48263141296478],[-73.3264591259233,41.48384741314137],[-73.32711512617603,41.484535413253354],[-73.32706212617579,41.48482641331159],[-73.32705112617577,41.48488741332379],[-73.32706712619027,41.48504741335434],[-73.32703512619945,41.4853834134206],[-73.32695512618375,41.48555941345741],[-73.32692312618455,41.48575141349574],[-73.32684312617165,41.485975413541844],[-73.3266191261223,41.48637541362688],[-73.32642712608053,41.48672741370153],[-73.32612312601178,41.487239413810926],[-73.32599512598702,41.48752741387106],[-73.3257391259245,41.4878794139478],[-73.32543512585667,41.4884074140603],[-73.32522712581157,41.48879141414169],[-73.32498712576263,41.489287414245865],[-73.32487512574308,41.48957541430547],[-73.32477912571473,41.48962341431794],[-73.32487512575051,41.489703414330315],[-73.3249391257834,41.48991141436859],[-73.32508312584869,41.49023141442596],[-73.32535512596391,41.49069541450707],[-73.32559512606502,41.49109541457682],[-73.32621912630556,41.4917514146836],[-73.32663512647399,41.492327414781734],[-73.32679512654356,41.492631414835444],[-73.32684312656379,41.4927114148494],[-73.32682712656698,41.49285541487788],[-73.32680412656751,41.49299241490523],[-73.32679512656777,41.493047414916205],[-73.32676112656065,41.493114414930325],[-73.32672712655342,41.493179414944066],[-73.32653012651178,41.49356141502469],[-73.32633412647047,41.493943415105285],[-73.3262031264429,41.494199415159294],[-73.3258541263628,41.494767415281004],[-73.32551512628503,41.495319415399315],[-73.32534012623904,41.495504415440976],[-73.32525512621673,41.495594415461234],[-73.32517012619435,41.49568341548132],[-73.32461912604946,41.496263415612006],[-73.3231151256577,41.49791141598136],[-73.32250712552576,41.49903141621872],[-73.32210712543703,41.49973541636853],[-73.32202912541601,41.49980841638526],[-73.32179712535364,41.50002941643577],[-73.32172012533297,41.500103416452674],[-73.32157912530589,41.50042341651941],[-73.32155312530473,41.50054841654453],[-73.32148312530178,41.50088741661262],[-73.32144512531455,41.501318416697515],[-73.32143512531883,41.501447416722876],[-73.3213071253239,41.50224741688234],[-73.32121112532445,41.502791416991066],[-73.32105112529494,41.50317541707085],[-73.32087512526397,41.503623417163574],[-73.32052012517015,41.50398941724627],[-73.31991212500925,41.50461241738718],[-73.31938712487056,41.50515441750963],[-73.31889012471191,41.505197417534326],[-73.31786912438554,41.50527941758386],[-73.31580812372589,41.50542941768077],[-73.30962512174692,41.505880417971746],[-73.30789812119421,41.506007418053215],[-73.30756712108936,41.50605041807246],[-73.30753112107791,41.506054418074406],[-73.30742612104461,41.506067418080384],[-73.30739112103358,41.50607241808249],[-73.3072741209965,41.506087418089265],[-73.30614612063816,41.50621641815141],[-73.3024121194521,41.50664541835748],[-73.30116811905695,41.50678841842614],[-73.30085811895844,41.506823418443126],[-73.30077011893061,41.506835418448354],[-73.29958211855507,41.50700341852002],[-73.29938611849313,41.507031418531895],[-73.29918611842959,41.50705441854294],[-73.2941801168393,41.507627418818736],[-73.28493611390039,41.508648419320735],[-73.28406011362311,41.508766419372435],[-73.28362611348571,41.50882441939794],[-73.28311411332277,41.50887841942525],[-73.28099011264754,41.50911441954085],[-73.27962511221364,41.509266419615194],[-73.27461811062183,41.5098224198876],[-73.27357911029155,41.50993841994422],[-73.27249510994696,41.51005942000331],[-73.26965710904472,41.510375420157864],[-73.26845210866135,41.51050442022247],[-73.25632110480187,41.51180842087383],[-73.25447210421359,41.512007420973134],[-73.25290710371154,41.512104421043325],[-73.25266410363356,41.51211942105421],[-73.25226610350579,41.51214242107174],[-73.25206110342715,41.51193342103792],[-73.25171810329769,41.51162042098843],[-73.25092410301288,41.511151420923454],[-73.25036010281259,41.510853420884125],[-73.25009310271754,41.510708420864766],[-73.24968810257111,41.51044942082779],[-73.2495201025122,41.510373420818546],[-73.24933010244722,41.51031542081354],[-73.24884610228537,41.5102324208133],[-73.24788210196299,41.51006642081273],[-73.2476741018929,41.51002142081081],[-73.2470591016863,41.50989942080731],[-73.24687610162376,41.50984442080264],[-73.24673010157231,41.509774420793846],[-73.24695310162886,41.50950242073373],[-73.24722010169516,41.50915242065704],[-73.24764710180187,41.50860442053666],[-73.2480641019106,41.50814742043431],[-73.24838010199447,41.50782642036163],[-73.24853410203741,41.507705420333096],[-73.24939410227732,41.507032420174255],[-73.24951610231192,41.50694642015355],[-73.24968010235929,41.50684642012877],[-73.25002010245757,41.50663942007745],[-73.2500521024668,41.50661942007252],[-73.25084510269559,41.50612941995138],[-73.25090910271433,41.50609441994248],[-73.25117310279148,41.505948419905486],[-73.25155510290321,41.505738419852186],[-73.25226210311176,41.5053804197595],[-73.25245310316424,41.5052174197216],[-73.25272710323567,41.50491641965419],[-73.25285110326473,41.504724419612856],[-73.25290910327838,41.504635419593676],[-73.25306310331261,41.50436441953602],[-73.25330110333083,41.50334841933102],[-73.25348210336283,41.50288841923578],[-73.25372810341563,41.50242341913744],[-73.25402610348779,41.502001419045754],[-73.25489410371401,41.50104841883227],[-73.25536210383872,41.500581418726256],[-73.25541410385134,41.50050841871041],[-73.25547410386609,41.50042741869271],[-73.25591710398112,41.49993341858227],[-73.2560351040112,41.49979241855103],[-73.25648410412336,41.4992154184243],[-73.25679910420516,41.498864418345796],[-73.25762310441482,41.49787241812621],[-73.25764610442026,41.49783741811866],[-73.25786210447475,41.497569418059534],[-73.25798810450613,41.497405418023554],[-73.2583681045904,41.49673441788083],[-73.2598001049247,41.4944914173984],[-73.25985910493847,41.494399417378574],[-73.26009710499488,41.494041417301275],[-73.26046910507957,41.4934214171687],[-73.26057710510007,41.49317141711661],[-73.26066410511221,41.49289441705997],[-73.26084510511367,41.49190841686261],[-73.26085710511362,41.491840416849],[-73.26086310511367,41.491807416842406],[-73.26087310511313,41.49174241682947],[-73.26088910511223,41.491637416808544],[-73.26090010511189,41.49157041679518],[-73.26091510511033,41.49145941677314],[-73.26094910510685,41.49120941672348],[-73.26096010510565,41.49112741670719],[-73.26097510510412,41.49101741668535],[-73.26104910510352,41.49059341660059],[-73.26115810510335,41.48998141647817],[-73.26112610507231,41.48962541641011],[-73.26103510502625,41.48934041635776],[-73.26102910502378,41.489331416356215],[-73.26085510495103,41.489050416307364],[-73.26079910492818,41.488969416293465],[-73.26076410491392,41.48891941628491],[-73.26072110489638,41.48885741627427],[-73.26066010487149,41.48876941625921],[-73.26062610485755,41.4887194162506],[-73.26049910480893,41.48859141622991],[-73.26012110466422,41.48821041616835],[-73.25999510461604,41.488084416148],[-73.25967310449275,41.487759416095464],[-73.25966010448778,41.48774641609337],[-73.25869410411556,41.48673141592797],[-73.258677104109,41.48671341592503],[-73.25848510403542,41.48651841589346],[-73.25836810398802,41.48635541586565],[-73.25817210390518,41.4860234158076],[-73.25805210385066,41.48575441575932],[-73.25802410383791,41.485691415748],[-73.25788310376748,41.4852654156699],[-73.25778910370681,41.48474541557201],[-73.25777210369306,41.484603415544974],[-73.25770210363696,41.48402741543543],[-73.2577261036369,41.483892415408405],[-73.257716103626,41.48376041538311],[-73.25766510357019,41.483083415253304],[-73.2575361034899,41.48242041512878],[-73.25751610347737,41.48231641510923],[-73.25707610326211,41.481065414880725],[-73.25683310315198,41.48052541478383],[-73.2567461031125,41.480331414749],[-73.25652010302522,41.48009041470959],[-73.25642410298893,41.48000141469547],[-73.25612510287584,41.479723414651275],[-73.25589710278808,41.479485414612526],[-73.25518510251409,41.47874241449157],[-73.25492110240985,41.47842141443788],[-73.25456710226067,41.47782841433433],[-73.2545321022453,41.47775941432206],[-73.25420110209981,41.477101414205116],[-73.25408410204847,41.47687041416408],[-73.25400910201562,41.47672341413799],[-73.25382210193358,41.47635441407245],[-73.2537341018949,41.47617941404134],[-73.25361810184393,41.47594941400048],[-73.2531731016421,41.474957413822374],[-73.25290110151872,41.474350413713395],[-73.2526721014103,41.47376141360648],[-73.25238510126952,41.47293841345603],[-73.25197410107756,41.471926413272904],[-73.25169310094634,41.47123441314769],[-73.2515141008716,41.4709464130976],[-73.25148310085905,41.47090341309026],[-73.25139010082148,41.47077541306845],[-73.25135910080898,41.47073341306132]]]},"properties":{"name":3481.11,"geoid":"09009348111"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.8233569641547,41.51060743471057],[-72.82135796347612,41.51009843467591],[-72.81653996183955,41.50885343458882],[-72.81518196138089,41.50854843457318],[-72.81395096097071,41.50837043457816],[-72.81025795974033,41.50783843459345],[-72.80902795933052,41.50766143459858],[-72.80816095903872,41.50748443459202],[-72.80556295816426,41.506954434572464],[-72.80469695787282,41.50677843456608],[-72.8043689577611,41.50668843455911],[-72.80338495742613,41.50642143453883],[-72.80305695731448,41.50633243453206],[-72.80279095722436,41.50626743452797],[-72.8019939569544,41.50607543451624],[-72.80172895686471,41.5060124345125],[-72.80171895685879,41.5059654345037],[-72.80163695682909,41.50591143449582],[-72.80160795681856,41.505892434493056],[-72.80146195676913,41.505857434490956],[-72.80134395673056,41.50585343449396],[-72.80121295668775,41.50584943449739],[-72.80120795668611,41.50584943449755],[-72.80106795664064,41.505849434502046],[-72.80091095658479,41.50576443449057],[-72.80056095646027,41.50557543446507],[-72.80043995641726,41.505510434456305],[-72.8002839563618,41.50542643444498],[-72.79941595607045,41.50526343444117],[-72.79681495519736,41.50477443442965],[-72.7959479549064,41.50461243442599],[-72.7959489549046,41.50457543441876],[-72.79595595490063,41.50446543439714],[-72.79595895489958,41.50442943439005],[-72.79598795489989,41.504269434358],[-72.79605695490139,41.503901434284224],[-72.79606195489654,41.503787434261895],[-72.79606995488994,41.50362543423013],[-72.79607295488744,41.503564434218184],[-72.79604395487063,41.50343443419383],[-72.79601195485198,41.50328943416666],[-72.79591995481185,41.50310943413462],[-72.79591995480327,41.50295843410525],[-72.79594395480663,41.50288043408931],[-72.79600395481567,41.50269643405158],[-72.79603995482142,41.50259143403003],[-72.79622495486976,41.50238443398382],[-72.79684395503807,41.50180643385153],[-72.79691395505715,41.50174143383664],[-72.79749895522156,41.501289433729944],[-72.79808295538844,41.5008864336328],[-72.79918395569854,41.50004743343428],[-72.79975595585445,41.4995204333134],[-72.79978095586134,41.49949843330832],[-72.79996095591665,41.499442433291655],[-72.8001499559805,41.49948543329393],[-72.80064995615017,41.499611433302384],[-72.80095395625037,41.499636433297475],[-72.80098895626061,41.49961643329246],[-72.80102895627242,41.49959543328709],[-72.8010899562899,41.499554433277176],[-72.80112395629969,41.499532433271796],[-72.80116795629587,41.499213433208354],[-72.80117695629527,41.49915143319599],[-72.80126895630508,41.498798433124385],[-72.8014709563467,41.49837543303561],[-72.8015079563555,41.49831843302336],[-72.80168595639809,41.49805043296552],[-72.80185295643793,41.49779643291075],[-72.80204395648374,41.497510432848976],[-72.80210295649597,41.49738843282334],[-72.8021439565014,41.497249432794995],[-72.80216495649191,41.49696243273853],[-72.80218795648217,41.49665943267885],[-72.8022069564731,41.4963914326261],[-72.80220795647264,41.49637743262335],[-72.80224595646482,41.496022432553076],[-72.80231795647383,41.495769432501554],[-72.80242895649864,41.495571432459464],[-72.80256795652983,41.495325432407164],[-72.80261695654103,41.495242432389446],[-72.80271895656082,41.49500743234047],[-72.80276495656986,41.494903432318765],[-72.80295995660288,41.494369432208636],[-72.80307995662181,41.49401643213611],[-72.80319395663993,41.49368343206767],[-72.8034299566774,41.492993431925875],[-72.80382395674047,41.491850431690885],[-72.80400495676622,41.491268431571875],[-72.80402995676641,41.49112843154382],[-72.8040909567739,41.49091143149964],[-72.80412995677884,41.490775431471945],[-72.80426695679095,41.490205431356664],[-72.80442595679483,41.48936443118795],[-72.80462395680031,41.48832843098006],[-72.80485395683476,41.48761943083474],[-72.80507495686771,41.48693543069457],[-72.80509395687139,41.48689143068539],[-72.80544595694151,41.48611243052255],[-72.80548995694944,41.48600043049933],[-72.80551695695452,41.485935430485824],[-72.80558195696683,41.485780430453595],[-72.80561295697026,41.485663430429824],[-72.80564495697413,41.485548430406425],[-72.80594595703874,41.48496443028314],[-72.80604395706156,41.48480543024906],[-72.80604295706037,41.484790430246164],[-72.80591795702057,41.48480443025292],[-72.80707995721947,41.481659429603695],[-72.80754395729429,41.480322429328645],[-72.80771595732676,41.47991042924295],[-72.80782995734967,41.47966142919085],[-72.80788895736173,41.479536429164625],[-72.80793595736894,41.47939442913548],[-72.80801795738138,41.4791444290842],[-72.8081139573903,41.47875242900485],[-72.80835695740225,41.47757242876744],[-72.80845295740731,41.477112428674815],[-72.80852495741712,41.476873428626014],[-72.8086339574208,41.476314428513746],[-72.80867095742231,41.47612942847655],[-72.80899895744473,41.47464742817762],[-72.8090699574498,41.47433042811365],[-72.80911795745182,41.474091428065606],[-72.80918495745388,41.47374442799592],[-72.8091909574543,41.47371742799047],[-72.80937295748049,41.473137427871755],[-72.80937895748141,41.47311942786805],[-72.80954395751407,41.47275042779094],[-72.8096119575277,41.472601427759756],[-72.80969795754605,41.47243242772411],[-72.81015795764331,41.47151342753048],[-72.81079695777862,41.47024042726221],[-72.81091895780702,41.470042427219745],[-72.8115099579503,41.46918442703378],[-72.81168395798737,41.46884142696143],[-72.81173495799831,41.46874242694052],[-72.81179195798299,41.4681464268227],[-72.81185195798477,41.46783442676004],[-72.81191495800734,41.467871426765235],[-72.81210495807535,41.46798242678074],[-72.81216895809825,41.46801942678589],[-72.81224595812583,41.46806442679216],[-72.81290295835657,41.46836942683043],[-72.81401395874681,41.46888542689518],[-72.81494595907274,41.46929342694463],[-72.81512395913563,41.46938242695625],[-72.81585195939284,41.46974742700388],[-72.81597695943664,41.46980342701078],[-72.81635495956914,41.46997442703192],[-72.81648195961365,41.47003142703891],[-72.8165289596246,41.469955427022626],[-72.81667295965843,41.46972742697362],[-72.81672095966978,41.469652426957474],[-72.81686595970217,41.469393426902414],[-72.81730495980082,41.468619426737675],[-72.8174509598336,41.46836142668277],[-72.81768295988633,41.46796242659766],[-72.81837996004475,41.466765426342306],[-72.81861296009787,41.46636742625735],[-72.81868596011375,41.46622942622814],[-72.81890496016155,41.46581842614111],[-72.8189789601778,41.46568142611206],[-72.819073960199,41.46551142607593],[-72.81936096026351,41.46500542596822],[-72.81945696028511,41.46483642593225],[-72.81951496029798,41.46473142590995],[-72.81969296033797,41.4644174258431],[-72.81975196035123,41.46431342582096],[-72.81984496037191,41.46414542578528],[-72.8201279604354,41.46364442567866],[-72.82022196045645,41.463477425643134],[-72.82031396047743,41.46332042560962],[-72.82059296054135,41.462850425509174],[-72.82068596056271,41.462694425475824],[-72.82072096057072,41.462635425463205],[-72.82082896059588,41.46246042542568],[-72.8208649606043,41.46240242541324],[-72.82091496061524,41.46230942539353],[-72.82106496064829,41.46203342533497],[-72.82111596065964,41.46194142531542],[-72.82120996068086,41.461777425280474],[-72.82149396074526,41.46128642517579],[-72.82158896076685,41.461123425141004],[-72.82171996079555,41.460879425089296],[-72.82190196083555,41.46054242501785],[-72.82212796088703,41.46015642493545],[-72.82226896091932,41.4599184248846],[-72.82289896106072,41.4588044246475],[-72.82310296110732,41.458458424573585],[-72.82401496131445,41.45688842423864],[-72.82490096162434,41.457277424285905],[-72.82580396194012,41.457673424334],[-72.82593896197132,41.457450424286236],[-72.8263479620663,41.45678342414325],[-72.82648396209788,41.456561424095646],[-72.82664196213454,41.45630342404035],[-72.82711796224528,41.45553042387455],[-72.82727696228234,41.45527342381941],[-72.82757296238398,41.45537042382881],[-72.82846096268898,41.455662423857106],[-72.82875796279102,41.45576042386664],[-72.82888396282117,41.45557042382561],[-72.82926296291214,41.455004423703244],[-72.82938996294264,41.45481542366236],[-72.8295509629816,41.454580423611446],[-72.83003696309947,41.453876423458766],[-72.83019896313881,41.453642423408006],[-72.83011596310737,41.45356342339529],[-72.8300909630984,41.45354842339316],[-72.8298709630198,41.45342242337571],[-72.82970996296352,41.453352423367264],[-72.8295789629178,41.45329642336058],[-72.82938496285121,41.45323342335453],[-72.82880596265244,41.453044423336344],[-72.82861296258615,41.45298142333026],[-72.82840296251476,41.452925423326114],[-72.8282849624745,41.45289142332328],[-72.82730396213998,41.45261142330029],[-72.82714696208647,41.452567423296784],[-72.82698196202944,41.452506423290174],[-72.82706596204616,41.45232042325127],[-72.82732196209776,41.45176442313479],[-72.82740796211519,41.45157942309602],[-72.82748596213075,41.451407423060026],[-72.8277229621785,41.45089242295214],[-72.82780296219478,41.45072142291627],[-72.82787796220882,41.45053942287843],[-72.82810696225224,41.44999442276496],[-72.828183962267,41.44981342272724],[-72.82831796229308,41.449506422663156],[-72.82872296237235,41.44858542247082],[-72.82885896239917,41.448279422406856],[-72.82911096244742,41.44768742228349],[-72.82986796259254,41.44591242191353],[-72.83012096264117,41.445321421790325],[-72.8312659628684,41.44277242125715],[-72.83310396323348,41.43868642040234],[-72.8346419635294,41.4350984196541],[-72.83498996359647,41.43428841948515],[-72.83573096373705,41.43252441911773],[-72.83608696380763,41.43173041895164],[-72.83715596401971,41.429349418453484],[-72.83751296409068,41.42855641828752],[-72.83763396411476,41.42828841823144],[-72.8380009641884,41.4274854180632],[-72.83812396421318,41.427218418007236],[-72.83848196433227,41.42726841800547],[-72.83878096442993,41.42727841799782],[-72.83895596448416,41.427232417983234],[-72.83920396455727,41.42710141794974],[-72.83937896460608,41.42696041791665],[-72.83948796464159,41.42696241791355],[-72.83959796468129,41.42703241792364],[-72.83967096470454,41.42702441791974],[-72.83973596472292,41.42697641790829],[-72.83975096472219,41.426877417888534],[-72.83972096470376,41.42672441785969],[-72.83990396475643,41.426605417830636],[-72.84003496479046,41.42645541779719],[-72.84010796481168,41.426411417786284],[-72.84021696484872,41.426440417788434],[-72.84036396490347,41.42656441780787],[-72.84045096493594,41.42663841781948],[-72.84072096502338,41.42663441781003],[-72.84092496509496,41.426728417821785],[-72.8410199651249,41.42671241781562],[-72.84106296513454,41.426636417799436],[-72.84106296511922,41.426366417746834],[-72.8411139651325,41.4263084177339],[-72.84123096516682,41.426243417717465],[-72.84146396524115,41.4262204177055],[-72.84162396529561,41.426264417708936],[-72.84174096534115,41.426397417731096],[-72.84186496538385,41.42644041773548],[-72.8420179654329,41.42642941772843],[-72.84229596552242,41.42641641771695],[-72.84241996556378,41.426435417716675],[-72.84270396565844,41.42647841771593],[-72.84297396573925,41.426357417683676],[-72.84312696578809,41.426342417675826],[-72.84323696581751,41.42623141765068],[-72.84325796582206,41.42619141764221],[-72.84335996585274,41.42614841763055],[-72.84360896593768,41.42622041763658],[-72.84376796598465,41.4261384176155],[-72.84380496599614,41.426129417612565],[-72.84387796602326,41.426189417621906],[-72.84390696603324,41.426199417622904],[-72.84402396606801,41.42614241760805],[-72.84409696608694,41.42605841758934],[-72.84419896611917,41.426042417582956],[-72.84430096615574,41.426103417591555],[-72.84433696617356,41.42621141761145],[-72.84430796617305,41.42636841764295],[-72.84418396614134,41.42651941767636],[-72.84417696614854,41.4266864177091],[-72.84408996612761,41.42681541773703],[-72.84409696613267,41.42686441774637],[-72.84419196616923,41.426965417762986],[-72.84424296618666,41.42698041776427],[-72.84454996628028,41.42687341773355],[-72.84470996633392,41.42690341773425],[-72.8448339663835,41.427067417762224],[-72.84516996650038,41.42720441777811],[-72.84523496652102,41.42719641777446],[-72.84529296653635,41.42713441776052],[-72.8455119665985,41.4269764177227],[-72.84560696662844,41.426960417716536],[-72.84588396672275,41.42703741772263],[-72.84597096675724,41.42714741774127],[-72.84651096692629,41.427036417702304],[-72.84662796696206,41.42699741769094],[-72.84665996696998,41.42695341768134],[-72.84670096698028,41.426900417669685],[-72.84674396698351,41.426711417631495],[-72.8468319670109,41.42669041762457],[-72.84695496705402,41.42674641763153],[-72.84710196710549,41.42681241763966],[-72.84718996713548,41.4268374176417],[-72.84723296715329,41.42690541765358],[-72.84719696714745,41.42700841767479],[-72.84716096713827,41.42705241768452],[-72.84718896715098,41.427116417696084],[-72.84737196721137,41.42713341769352],[-72.84755396727499,41.42721341770326],[-72.8476199672962,41.42720941770035],[-72.84767096731159,41.427188417694616],[-72.84772196732615,41.427153417686156],[-72.8478829673546,41.42673341759917],[-72.84794796736861,41.42660841757273],[-72.84790396734735,41.42648541755019],[-72.84783096731871,41.426398417535566],[-72.84788196732666,41.42624641750432],[-72.84793996734174,41.42618041748962],[-72.84790196732405,41.42608641747253],[-72.84792396733216,41.426103417475126],[-72.84801696736345,41.42612241747583],[-72.8482899674585,41.426235417489075],[-72.84832696748192,41.42643641752706],[-72.8483409675006,41.42668541757509],[-72.84821696748291,41.42708341765662],[-72.84821596749859,41.427365417711584],[-72.8482159675038,41.427457417729514],[-72.84837196757212,41.427768417785074],[-72.84869696768887,41.42796641781321],[-72.84917296786142,41.428283417859646],[-72.84963996803809,41.42872441793056],[-72.84981396811837,41.42914341800657],[-72.84998896819664,41.42952141807459],[-72.84990796819673,41.42998641816778],[-72.85004596826907,41.4304714182578],[-72.85044896844131,41.43120041838685],[-72.85089696863275,41.432010418530226],[-72.85095096867164,41.432386418601716],[-72.85088196866383,41.432643418654],[-72.85081196865613,41.43290841870787],[-72.85079096865154,41.43294741871613],[-72.85041096856939,41.433674418869956],[-72.85032696854826,41.433782418893685],[-72.85022596852282,41.433912418922255],[-72.8500869684815,41.43397941893978],[-72.8499449684393,41.43404841895778],[-72.84965696834738,41.43407641897249],[-72.84929196822851,41.434070418983055],[-72.84861796800746,41.434032418997326],[-72.84846596795886,41.43404541900475],[-72.84815196785848,41.434073419020294],[-72.84798796782253,41.43437841908498],[-72.84799396784197,41.43468641914476],[-72.84819596792101,41.43492341918443],[-72.84834496799836,41.43543341927897],[-72.84835896801806,41.43570041933052],[-72.8481619679685,41.43595441938632],[-72.84779196785789,41.43612241943094],[-72.84754896779717,41.436442419501084],[-72.8474059677671,41.43673141956197],[-72.84763096787208,41.43729341966418],[-72.84765596790433,41.43771841974613],[-72.84764096790605,41.43783441976923],[-72.84754696788784,41.43805141981452],[-72.84708996779979,41.439114420036205],[-72.84704396781208,41.43959442013117],[-72.84702196781824,41.43982842017745],[-72.8468509677706,41.439967420210024],[-72.84629896760961,41.44028942029047],[-72.84616696758361,41.440586420352545],[-72.84627696764075,41.44096342042243],[-72.84625296765515,41.44135442049935],[-72.84606896760607,41.44154242054187],[-72.8457669675143,41.4416534205732],[-72.84532396737184,41.441678420592304],[-72.84499996727145,41.441763420619296],[-72.84485896724021,41.44201942067365],[-72.84487396725733,41.44223542071524],[-72.84508896733732,41.4424144207432],[-72.84510196735762,41.442697420797884],[-72.84491696731104,41.442935420850176],[-72.84462296724645,41.44347942096556],[-72.84443096719006,41.44358442099218],[-72.84428996714068,41.44352142098444],[-72.8442479671237,41.44346242097431],[-72.84383996698796,41.44340542097632],[-72.84354696690099,41.443549421013785],[-72.84332396683304,41.44362842103632],[-72.84313596677131,41.44361642104003],[-72.84302796673045,41.443514421023664],[-72.8427799666402,41.443343420998325],[-72.84249596654155,41.44323042098546],[-72.84216096643758,41.44331542101277],[-72.84197196638642,41.4434954210539],[-72.84173696633297,41.44389842113993],[-72.84164996632164,41.44419642120075],[-72.84168196635292,41.44456442127139],[-72.8415109663251,41.445052421371905],[-72.84114896622133,41.44529542143086],[-72.8408139661178,41.44538842145974],[-72.84059296604394,41.445351421459634],[-72.8405529660238,41.44522542143638],[-72.840640966035,41.44491942137397],[-72.84062496601987,41.44474442134041],[-72.84036396592676,41.44459742132018],[-72.84011296583928,41.44449242130779],[-72.83991096577823,41.44457242132986],[-72.83984096576202,41.44468742135452],[-72.83984896578829,41.44510442143545],[-72.83989596583672,41.445688421547665],[-72.83988696584116,41.44581842157327],[-72.83987496583869,41.44584342157851],[-72.83988396584282,41.44586442158232],[-72.83987296584905,41.44603742161636],[-72.83975096583958,41.44656842172367],[-72.8396689658398,41.447041421818405],[-72.83956996582502,41.447347421881176],[-72.83937496577332,41.447552421927355],[-72.83913896570253,41.44765542195501],[-72.83902396567314,41.447795421985965],[-72.83898996568145,41.448136422053445],[-72.83909496572555,41.448312422084356],[-72.83973996594945,41.448566422113075],[-72.84023896612906,41.448875422157194],[-72.84057996626146,41.44925642222041],[-72.84076496633686,41.44952642226703],[-72.84082096637215,41.44982742232385],[-72.84088696641352,41.45017842239006],[-72.84103696647092,41.45033142241502],[-72.84098596646567,41.45053042245541],[-72.84078096640924,41.45070942249684],[-72.84046796633137,41.45112842258849],[-72.84017096625163,41.45142242265528],[-72.84010596624653,41.451704422712275],[-72.84011696626857,41.45202942277518],[-72.84006296626897,41.45234542283846],[-72.83962396613776,41.452545422891504],[-72.83908296595999,41.45250942290189],[-72.83819496567584,41.45258442294503],[-72.83778196554839,41.45270242298128],[-72.83741796544534,41.45296942304494],[-72.83722796539622,41.45319142309429],[-72.8372439654128,41.45339142313271],[-72.83737396545892,41.45346042314197],[-72.83776996559175,41.45353442314364],[-72.83843196581125,41.45361342313773],[-72.83875696592851,41.45381942316739],[-72.8388549659822,41.454204423239204],[-72.83870296596675,41.4548014233603],[-72.83866796597619,41.455167423432684],[-72.83858396598002,41.45571542354207],[-72.83807696584886,41.45630542367322],[-72.83736996565437,41.45692442381646],[-72.83698096555037,41.45731742390545],[-72.83659796543596,41.457493423952045],[-72.83643296539917,41.45778942401496],[-72.83629096536902,41.45807042407422],[-72.8358189652299,41.45832042413807],[-72.83577196521605,41.45834542414445],[-72.83544996513275,41.45872042422779],[-72.8349989650019,41.45899542429582],[-72.83443896482983,41.4591684243475],[-72.83392896466549,41.45919142436838],[-72.83332296448312,41.459446424437495],[-72.83256596424401,41.45956542448497],[-72.83215296413495,41.4600074245843],[-72.83209396414148,41.46045942467418],[-72.83202196412235,41.46053442469109],[-72.8319749641127,41.46063342471187],[-72.83196196410994,41.460659424717356],[-72.83192496410248,41.4607394247341],[-72.83191296410011,41.46076642473975],[-72.8300349635449,41.46173142498795],[-72.82969296345266,41.462063425063576],[-72.82721896278575,41.464470425611594],[-72.825668962408,41.466684426092336],[-72.8245989621288,41.46788842636105],[-72.82427896204536,41.468249426441574],[-72.82506996232732,41.46868942650178],[-72.82505596233798,41.4689574265544],[-72.82505896235033,41.469157426593235],[-72.82499996234485,41.46939842664202],[-72.82498296234091,41.46942642664801],[-72.82498796234391,41.469450426652536],[-72.82497396234255,41.469506426663884],[-72.82481196230032,41.469689426704704],[-72.82478596229765,41.469791426725386],[-72.82479896230268,41.4698054267277],[-72.82478996230219,41.46984842673635],[-72.8247779623017,41.46990842674841],[-72.82481496231817,41.46998642676241],[-72.82503996239403,41.4700354267647],[-72.82520196245069,41.47010642677332],[-72.82523796247138,41.47026442680292],[-72.82516496246367,41.470546426860146],[-72.8248509623831,41.4709234269436],[-72.82468396235349,41.471357427033425],[-72.82447896229866,41.471564427080295],[-72.82445696229561,41.47163642709501],[-72.8244709623073,41.471762427119074],[-72.8247789624154,41.47190342713662],[-72.82487296245115,41.471995427151505],[-72.82493196247599,41.47209542716907],[-72.82495296248851,41.47219542718786],[-72.8250839625473,41.47248142723931],[-72.8251139625696,41.472702427281355],[-72.82506396256304,41.472872427316034],[-72.8248669625134,41.4731254273716],[-72.82468396246196,41.47326642740492],[-72.8246979624711,41.47334742742022],[-72.82463896247233,41.47370642749199],[-72.82460896246215,41.47369842749139],[-72.82455496244482,41.47370242749391],[-72.82451696243443,41.473736427501755],[-72.82452496244309,41.47384342752231],[-72.82468496251371,41.47417142758099],[-72.8248089625611,41.47429642760134],[-72.82466296251435,41.47430842760836],[-72.82455996248576,41.47439442762841],[-72.82459796249687,41.47437242762291],[-72.82465596251497,41.474359427618516],[-72.82474296254527,41.474395427622724],[-72.82500396264388,41.47463842766162],[-72.82535596277722,41.474972427715294],[-72.82555996285446,41.475165427746276],[-72.82561296287452,41.47521542775433],[-72.82577196293482,41.47536742777878],[-72.82582596295525,41.47541842778696],[-72.82589496298813,41.47560242782055],[-72.82589396298899,41.47562342782468],[-72.82588996300912,41.47600042789817],[-72.82587696303011,41.47644442798499],[-72.82586296305308,41.4769284280796],[-72.82584196306776,41.47730642815382],[-72.8258629630972,41.47770442823058],[-72.82599996315085,41.477865428257516],[-72.82604996318221,41.47813142830766],[-72.82596096317614,41.47853342838874],[-72.8257719631221,41.478662428419916],[-72.82562996308948,41.47890042847078],[-72.82554596308287,41.47926442854431],[-72.82556096309247,41.479347428559976],[-72.82559596311464,41.47953742859582],[-72.825618963139,41.479834428652865],[-72.82557896313817,41.48004842869578],[-72.82535196307818,41.48029042875016],[-72.82493696300723,41.4814144289822],[-72.8246029629304,41.4819714291013],[-72.82407996281022,41.482846429288344],[-72.82341796264522,41.48372742948102],[-72.82270096244764,41.48434942962508],[-72.82175296218894,41.48521642982422],[-72.82091296196398,41.4860604300154],[-72.82056896187196,41.48640743009397],[-72.82015296177151,41.4870184302262],[-72.81972496165798,41.48746743032731],[-72.81951496160433,41.48772343038386],[-72.81923796153364,41.4880634304589],[-72.81876696139756,41.488361430531995],[-72.81843696128885,41.48833543053756],[-72.81809896121018,41.48888343065504],[-72.81805196119934,41.48896143067171],[-72.81776196112632,41.48933443075359],[-72.817466961046,41.48960743081618],[-72.81713596095852,41.48996043089548],[-72.81701996094695,41.49041943098849],[-72.81701996094733,41.49042643098986],[-72.81703796097939,41.490887431078946],[-72.81713996102117,41.49103943110523],[-72.81722596105645,41.49116843112757],[-72.81739096111775,41.49130343114852],[-72.81763596120668,41.491467431172545],[-72.81792396130871,41.49161643119227],[-72.81799596133064,41.4915904311849],[-72.81795896132111,41.49163443119464],[-72.81791296130929,41.491689431206815],[-72.81813796138917,41.49180843122273],[-72.81833496146392,41.49199743125316],[-72.81865596157573,41.492129431268516],[-72.81900696169428,41.49220843127261],[-72.81933496181092,41.49238543129649],[-72.81944496185318,41.49250043131533],[-72.8196339619229,41.49264643133765],[-72.82019096214944,41.49344743147552],[-72.8207759623897,41.494329431628266],[-72.82101496248787,41.49469043169078],[-72.82119896259414,41.49550743184377],[-72.82077896252274,41.49665143207978],[-72.82068196249531,41.4967234320969],[-72.82013796234007,41.4971014321879],[-72.81923696206692,41.497446432283965],[-72.81893696197797,41.49759643232279],[-72.81881796194197,41.497643432335735],[-72.81868096192522,41.49813143243506],[-72.81866796199773,41.49948043269782],[-72.81868796200781,41.49954343270944],[-72.81856196198082,41.49978843276113],[-72.81819496189358,41.50035143288242],[-72.81796996185568,41.500970433010025],[-72.8180949619234,41.50144643309857],[-72.81850596206621,41.50160943311707],[-72.81864296211671,41.50171443313307],[-72.81866596215002,41.502168433220625],[-72.8190769623057,41.502557433283044],[-72.81950896245426,41.502701433297155],[-72.81986896258348,41.50291643332737],[-72.82009496266723,41.50309743335531],[-72.8203309627562,41.50331343338972],[-72.82087696293254,41.50329443336846],[-72.82097296295703,41.503176433342425],[-72.82125796303058,41.50284143326814],[-72.8219499632653,41.5030144332795],[-72.82217396336743,41.503530433372646],[-72.82231096341509,41.50358543337893],[-72.82230296341345,41.503602433382504],[-72.8221399633825,41.50398943346298],[-72.82206596336046,41.50402443347218],[-72.8219159633158,41.504096433490986],[-72.82197596334036,41.50418543350637],[-72.82193096333498,41.50434743353933],[-72.82169696327277,41.50459043359411],[-72.82139196318387,41.50477043363891],[-72.82109496308892,41.5047974336537],[-72.82049596290024,41.504902433693395],[-72.82004796276429,41.50507143374066],[-72.8198529627094,41.5052204337759],[-72.81969996266686,41.50534643380532],[-72.81969396267772,41.505571433849255],[-72.81977196271228,41.505733433878255],[-72.82003096281414,41.5060444339304],[-72.82042996295853,41.50630343396791],[-72.82070396305156,41.50637343397271],[-72.82093296312591,41.50637243396516],[-72.82116696320958,41.506506433983695],[-72.82121196323291,41.50665943401199],[-72.82115796323484,41.507001434080216],[-72.82105896320931,41.50711843410614],[-72.82075296310988,41.50711843411599],[-72.82008696289347,41.5071184341374],[-72.81944796268633,41.50712743415971],[-72.81848996237193,41.50707343418001],[-72.8182959623181,41.50723543421776],[-72.81815196227747,41.50734343424339],[-72.81805296225296,41.50747843427283],[-72.81799896225388,41.50780243433755],[-72.81816996233044,41.5081714344038],[-72.8182689623667,41.508243434414624],[-72.81895296259871,41.50841443442587],[-72.81949296278546,41.508612434446995],[-72.81992496294941,41.50902643451359],[-72.82057296317281,41.5092514345365],[-72.82126596339954,41.50927843451946],[-72.82140496345036,41.50937743453423],[-72.8228389639452,41.50988443458668],[-72.8233569641547,41.51060743471057]]]},"properties":{"name":1754,"geoid":"09009175400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.86481297577652,41.478168427067594],[-72.86472597574296,41.4780754270523],[-72.86453397566892,41.47787042701861],[-72.86446997564387,41.47779542700607],[-72.86438897561209,41.477699426990014],[-72.86424597555607,41.47753142696193],[-72.86380097537771,41.476937426860694],[-72.86323597516548,41.47643342678085],[-72.86220897480024,41.47587742670575],[-72.86108397440549,41.47536242664177],[-72.8603479741478,41.47503542660185],[-72.8603279741408,41.475026426600735],[-72.85972697392971,41.47474742656582],[-72.85934797379794,41.474595426548426],[-72.8589829736742,41.474504426542474],[-72.85858497354064,41.4744294265407],[-72.85780597327879,41.47427442653563],[-72.85747997317034,41.47422942653736],[-72.85666797289845,41.47408642653569],[-72.85611797271456,41.47399442653548],[-72.85597997266623,41.47393342652806],[-72.85580297259891,41.473760426500085],[-72.85566797254522,41.47358742647078],[-72.85560697251806,41.47345842644766],[-72.85556397249158,41.473238426406226],[-72.85559497248298,41.47291042634141],[-72.8557049724938,41.47247242625264],[-72.8558389725114,41.47201742615981],[-72.85612497251442,41.47043742584315],[-72.85633197252037,41.46936042562692],[-72.85632897251224,41.4692344256025],[-72.85626297248443,41.469122425582825],[-72.856156972445,41.469034425569106],[-72.85611697243013,41.469001425563974],[-72.85598897238502,41.46893942555603],[-72.85452097189089,41.46863542554412],[-72.85346497153573,41.46842142553646],[-72.85301797138422,41.46831042552924],[-72.85285597132966,41.46827642552783],[-72.85244497119132,41.46819142552453],[-72.85237297116691,41.46817342552335],[-72.85221297111272,41.4681344255209],[-72.85191397102487,41.46829742556224],[-72.85164297094425,41.468427425596275],[-72.84991097042904,41.46926042581409],[-72.84981797040139,41.469305425825844],[-72.84934397026176,41.46955742589014],[-72.84918597022136,41.46974942593258],[-72.84871297010058,41.47032742606027],[-72.84855597006057,41.47052042610289],[-72.84809396994287,41.47108942622846],[-72.8480279699252,41.471155426243435],[-72.84793096989924,41.47125342626562],[-72.84774396984474,41.471363426293046],[-72.84655396948678,41.47186542642902],[-72.84578296925412,41.472178426514716],[-72.84552396917601,41.4722844265437],[-72.84533396911968,41.472379426568274],[-72.84505496903952,41.47256342661305],[-72.84501896902943,41.472591426619665],[-72.84491096899917,41.47267642663968],[-72.84487596898946,41.47270542664646],[-72.84472896895115,41.472871426683476],[-72.84448396888642,41.47313242674214],[-72.84395596874697,41.473696426868884],[-72.84371596868414,41.47396242692836],[-72.84325896855849,41.47436342702108],[-72.84325196855661,41.47437042702268],[-72.84275996841318,41.47465842709454],[-72.84249296833467,41.47480342713135],[-72.8416949681003,41.47524042724203],[-72.8414289680222,41.475386427279],[-72.84117996794832,41.475509427310946],[-72.84043296772685,41.47588242740754],[-72.8401849676534,41.47600742743986],[-72.84008196762319,41.476064427454254],[-72.83986496755651,41.476131427474265],[-72.83977996753082,41.47616542748363],[-72.83935996740442,41.47634142753137],[-72.83934096739868,41.47634942753354],[-72.83886196725274,41.47651942758202],[-72.83866496719112,41.47656142759654],[-72.83854296715184,41.47656742760162],[-72.83837196709686,41.476577427609065],[-72.83818096704516,41.476759427650634],[-72.8379729669677,41.47658542762345],[-72.83796396696431,41.4765774276222],[-72.83725696672822,41.47646442762294],[-72.8371739667009,41.47645842762446],[-72.83690396661224,41.47644142762983],[-72.83636196643548,41.47642942764492],[-72.83473596590521,41.476393427690205],[-72.83419496572883,41.476382427705474],[-72.83364796554996,41.47636142771896],[-72.83200896501393,41.47629842775942],[-72.83177096493608,41.47628942776532],[-72.83146996483457,41.47622342776215],[-72.83141296481524,41.47620942776126],[-72.83130796477965,41.476183427759594],[-72.83124996475898,41.47615142775521],[-72.83119996474115,41.47612342775138],[-72.83107096469516,41.47605142774152],[-72.83101496467451,41.47600842773496],[-72.83065696454247,41.47573142769256],[-72.83050396448554,41.47560442767277],[-72.83039096444355,41.475511427658304],[-72.83032896442148,41.475477427653686],[-72.83026796439972,41.47544342764903],[-72.83021396438049,41.47541342764493],[-72.83007296433223,41.475370427641096],[-72.83000696430972,41.47535142763951],[-72.830029964314,41.4752954276279],[-72.83010096432756,41.47512842759311],[-72.83012496433224,41.47507342758164],[-72.82983596423716,41.475052427586846],[-72.82955096414531,41.47506542759854],[-72.82922496404674,41.475194427634115],[-72.8288069639205,41.47536242768023],[-72.82871996389262,41.475369427684406],[-72.82858096385016,41.47541642769803],[-72.82851496382888,41.47541942770073],[-72.82823796373349,41.47532442769114],[-72.82810696369104,41.475326427695755],[-72.82795396364497,41.47539042771311],[-72.82775596357406,41.4752744276969],[-72.82747196348123,41.47526442770408],[-72.82744296347435,41.47530942771378],[-72.82746496348436,41.47535942772279],[-72.82744296347816,41.4753764277268],[-72.8271869633983,41.47543442774634],[-72.82690196330594,41.47543842775627],[-72.82675696325333,41.47534142774207],[-72.82670096323332,41.47530942773763],[-72.82662496320619,41.475266427731704],[-72.8264939631622,41.47524142773105],[-72.82633996311381,41.47527042774165],[-72.82599696301126,41.47542642778303],[-72.82591096298309,41.47542242778501],[-72.82582596295525,41.47541842778696],[-72.82577196293482,41.47536742777878],[-72.82561296287452,41.47521542775433],[-72.82555996285446,41.475165427746276],[-72.82535596277722,41.474972427715294],[-72.82500396264388,41.47463842766162],[-72.82474296254527,41.474395427622724],[-72.82465596251497,41.474359427618516],[-72.82459796249687,41.47437242762291],[-72.82455996248576,41.47439442762841],[-72.82466296251435,41.47430842760836],[-72.8248089625611,41.47429642760134],[-72.82468496251371,41.47417142758099],[-72.82452496244309,41.47384342752231],[-72.82451696243443,41.473736427501755],[-72.82455496244482,41.47370242749391],[-72.82460896246215,41.47369842749139],[-72.82463896247233,41.47370642749199],[-72.8246979624711,41.47334742742022],[-72.82468396246196,41.47326642740492],[-72.8248669625134,41.4731254273716],[-72.82506396256304,41.472872427316034],[-72.8251139625696,41.472702427281355],[-72.8250839625473,41.47248142723931],[-72.82495296248851,41.47219542718786],[-72.82493196247599,41.47209542716907],[-72.82487296245115,41.471995427151505],[-72.8247789624154,41.47190342713662],[-72.8244709623073,41.471762427119074],[-72.82445696229561,41.47163642709501],[-72.82447896229866,41.471564427080295],[-72.82468396235349,41.471357427033425],[-72.8248509623831,41.4709234269436],[-72.82516496246367,41.470546426860146],[-72.82523796247138,41.47026442680292],[-72.82520196245069,41.47010642677332],[-72.82503996239403,41.4700354267647],[-72.82481496231817,41.46998642676241],[-72.8247779623017,41.46990842674841],[-72.82478996230219,41.46984842673635],[-72.82479896230268,41.4698054267277],[-72.82478596229765,41.469791426725386],[-72.82481196230032,41.469689426704704],[-72.82497396234255,41.469506426663884],[-72.82498796234391,41.469450426652536],[-72.82498296234091,41.46942642664801],[-72.82499996234485,41.46939842664202],[-72.82505896235033,41.469157426593235],[-72.82505596233798,41.4689574265544],[-72.82506996232732,41.46868942650178],[-72.82427896204536,41.468249426441574],[-72.8245989621288,41.46788842636105],[-72.825668962408,41.466684426092336],[-72.82721896278575,41.464470425611594],[-72.82969296345266,41.462063425063576],[-72.8300349635449,41.46173142498795],[-72.83191296410011,41.46076642473975],[-72.83192496410248,41.4607394247341],[-72.83196196410994,41.460659424717356],[-72.8319749641127,41.46063342471187],[-72.83202196412235,41.46053442469109],[-72.83209396414148,41.46045942467418],[-72.83215296413495,41.4600074245843],[-72.83256596424401,41.45956542448497],[-72.83332296448312,41.459446424437495],[-72.83392896466549,41.45919142436838],[-72.83443896482983,41.4591684243475],[-72.8349989650019,41.45899542429582],[-72.83544996513275,41.45872042422779],[-72.83577196521605,41.45834542414445],[-72.8358189652299,41.45832042413807],[-72.83629096536902,41.45807042407422],[-72.83643296539917,41.45778942401496],[-72.83659796543596,41.457493423952045],[-72.83698096555037,41.45731742390545],[-72.83736996565437,41.45692442381646],[-72.83807696584886,41.45630542367322],[-72.83858396598002,41.45571542354207],[-72.83866796597619,41.455167423432684],[-72.83870296596675,41.4548014233603],[-72.8388549659822,41.454204423239204],[-72.83875696592851,41.45381942316739],[-72.83843196581125,41.45361342313773],[-72.83776996559175,41.45353442314364],[-72.83737396545892,41.45346042314197],[-72.8372439654128,41.45339142313271],[-72.83722796539622,41.45319142309429],[-72.83741796544534,41.45296942304494],[-72.83778196554839,41.45270242298128],[-72.83819496567584,41.45258442294503],[-72.83908296595999,41.45250942290189],[-72.83962396613776,41.452545422891504],[-72.84006296626897,41.45234542283846],[-72.84011696626857,41.45202942277518],[-72.84010596624653,41.451704422712275],[-72.84017096625163,41.45142242265528],[-72.84046796633137,41.45112842258849],[-72.84078096640924,41.45070942249684],[-72.84098596646567,41.45053042245541],[-72.84103696647092,41.45033142241502],[-72.84088696641352,41.45017842239006],[-72.84082096637215,41.44982742232385],[-72.84076496633686,41.44952642226703],[-72.84057996626146,41.44925642222041],[-72.84023896612906,41.448875422157194],[-72.83973996594945,41.448566422113075],[-72.83909496572555,41.448312422084356],[-72.83898996568145,41.448136422053445],[-72.83902396567314,41.447795421985965],[-72.83913896570253,41.44765542195501],[-72.83937496577332,41.447552421927355],[-72.83956996582502,41.447347421881176],[-72.8396689658398,41.447041421818405],[-72.83975096583958,41.44656842172367],[-72.83987296584905,41.44603742161636],[-72.83988396584282,41.44586442158232],[-72.83987496583869,41.44584342157851],[-72.83988696584116,41.44581842157327],[-72.83989596583672,41.445688421547665],[-72.83984896578829,41.44510442143545],[-72.83984096576202,41.44468742135452],[-72.83991096577823,41.44457242132986],[-72.84011296583928,41.44449242130779],[-72.84036396592676,41.44459742132018],[-72.84062496601987,41.44474442134041],[-72.840640966035,41.44491942137397],[-72.8405529660238,41.44522542143638],[-72.84059296604394,41.445351421459634],[-72.8408139661178,41.44538842145974],[-72.84114896622133,41.44529542143086],[-72.8415109663251,41.445052421371905],[-72.84168196635292,41.44456442127139],[-72.84164996632164,41.44419642120075],[-72.84173696633297,41.44389842113993],[-72.84197196638642,41.4434954210539],[-72.84216096643758,41.44331542101277],[-72.84249596654155,41.44323042098546],[-72.8427799666402,41.443343420998325],[-72.84302796673045,41.443514421023664],[-72.84313596677131,41.44361642104003],[-72.84332396683304,41.44362842103632],[-72.84354696690099,41.443549421013785],[-72.84383996698796,41.44340542097632],[-72.8442479671237,41.44346242097431],[-72.84428996714068,41.44352142098444],[-72.84443096719006,41.44358442099218],[-72.84462296724645,41.44347942096556],[-72.84491696731104,41.442935420850176],[-72.84510196735762,41.442697420797884],[-72.84508896733732,41.4424144207432],[-72.84487396725733,41.44223542071524],[-72.84485896724021,41.44201942067365],[-72.84499996727145,41.441763420619296],[-72.84532396737184,41.441678420592304],[-72.8457669675143,41.4416534205732],[-72.84606896760607,41.44154242054187],[-72.84625296765515,41.44135442049935],[-72.84627696764075,41.44096342042243],[-72.84616696758361,41.440586420352545],[-72.84629896760961,41.44028942029047],[-72.8468509677706,41.439967420210024],[-72.84702196781824,41.43982842017745],[-72.84704396781208,41.43959442013117],[-72.84708996779979,41.439114420036205],[-72.84754696788784,41.43805141981452],[-72.84764096790605,41.43783441976923],[-72.84765596790433,41.43771841974613],[-72.84763096787208,41.43729341966418],[-72.8474059677671,41.43673141956197],[-72.84754896779717,41.436442419501084],[-72.84779196785789,41.43612241943094],[-72.8481619679685,41.43595441938632],[-72.84835896801806,41.43570041933052],[-72.84834496799836,41.43543341927897],[-72.84819596792101,41.43492341918443],[-72.84799396784197,41.43468641914476],[-72.84798796782253,41.43437841908498],[-72.84815196785848,41.434073419020294],[-72.84846596795886,41.43404541900475],[-72.84861796800746,41.434032418997326],[-72.84929196822851,41.434070418983055],[-72.84965696834738,41.43407641897249],[-72.8499449684393,41.43404841895778],[-72.8500869684815,41.43397941893978],[-72.8501639685077,41.43400041894139],[-72.85022196852744,41.43401641894263],[-72.85023996853363,41.43402241894323],[-72.85062896866613,41.43413141895196],[-72.85076496871251,41.434170418955176],[-72.85088396875365,41.43421441895992],[-72.85124096887705,41.434346418974165],[-72.85136096891854,41.43439041897887],[-72.85217996920082,41.43467841900862],[-72.85381496976447,41.43525441906824],[-72.85463997004882,41.43554441909821],[-72.85546097033185,41.43583341912808],[-72.85847097137612,41.437010419260496],[-72.86750397450996,41.4405414196575],[-72.8704659755376,41.44169941978766],[-72.8705149755547,41.44172041979017],[-72.8706109755881,41.44175941979467],[-72.8717589759873,41.442224419848266],[-72.87454197695507,41.44335141997812],[-72.87549397728611,41.44373642002243],[-72.87673997771942,41.44424142008064],[-72.87709597783825,41.44429842008029],[-72.87717397786541,41.44433042008401],[-72.87734097792368,41.44440142009244],[-72.87841797829711,41.44481842013896],[-72.87883397844135,41.444979420156905],[-72.87904697851519,41.44506142016602],[-72.879424978646,41.445203420181485],[-72.88112197923351,41.44584442025163],[-72.88119897926023,41.44587442025499],[-72.88178697946447,41.44610842028162],[-72.88207197956326,41.44621842029385],[-72.88292897986038,41.44654942033069],[-72.88321497995958,41.44666042034309],[-72.88371998013619,41.44688242037005],[-72.88389598019681,41.446943420376236],[-72.88405898025297,41.4470004203821],[-72.8844539803891,41.44713842039625],[-72.88545098073492,41.44752642043965],[-72.88597298091511,41.44771442045944],[-72.8866679811551,41.447965420485914],[-72.88644598110092,41.4482804205544],[-72.88612798101428,41.44857242062148],[-72.88605498099444,41.44864042063707],[-72.88552598085721,41.44924742077227],[-72.88469998064197,41.45017842098013],[-72.88451598059571,41.45041542103217],[-72.88407998048622,41.45097942115601],[-72.88401398046935,41.45105942117371],[-72.88344598032404,41.45174742132595],[-72.88282398016662,41.45253042149838],[-72.88263998012013,41.45276342154966],[-72.88217097999987,41.453326421674355],[-72.88167397987257,41.45392542180697],[-72.8811079797281,41.4546164219597],[-72.88051297957084,41.45524842210189],[-72.87985297940351,41.456074422283926],[-72.87964797934855,41.45627842233022],[-72.879294979247,41.456508422386364],[-72.87901797916804,41.45670142243286],[-72.87886197912368,41.456812422459485],[-72.87851897902792,41.45708642252386],[-72.87812797892579,41.457523422621506],[-72.87772997882756,41.45806842274041],[-72.87750997877438,41.45838942280996],[-72.87692297863282,41.45925142299664],[-72.87685497861665,41.459355423019076],[-72.87664497856711,41.459683423089665],[-72.876791978632,41.45998442314352],[-72.87723297882665,41.460888423305256],[-72.87738097889192,41.46119042335926],[-72.8770249788009,41.46162242345479],[-72.87595797852816,41.462918423741385],[-72.87560297843751,41.463351423837075],[-72.87518397833199,41.46388842395507],[-72.87439197813272,41.46490642417869],[-72.87392897801615,41.4655004243092],[-72.87351097791102,41.46603842442735],[-72.87228097761766,41.46790242482969],[-72.87126497737717,41.46947442516829],[-72.86539897592246,41.477388426896994],[-72.86481297577652,41.478168427067594]]]},"properties":{"name":1755,"geoid":"09009175500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.85270197276411,41.494355430606056],[-72.85257297271987,41.49431443060225],[-72.85239797265993,41.49426043059738],[-72.85189897248989,41.49412143058642],[-72.8513759723141,41.49401843058324],[-72.85067997208122,41.493899430582495],[-72.85039797198806,41.493872430586315],[-72.84965997174432,41.493802430596475],[-72.8488419714741,41.49372443060763],[-72.84834597131034,41.49367843061466],[-72.84716397091921,41.4935534306284],[-72.84638697066494,41.493521430647185],[-72.8457689704628,41.493497430662416],[-72.84556697039818,41.493515430672424],[-72.8455139703812,41.4935194306749],[-72.84535497033033,41.49353343068274],[-72.84530297031374,41.4935384306854],[-72.84508097024273,41.493558430696424],[-72.84506497023766,41.49356043069732],[-72.8444829700534,41.4936454307326],[-72.84435697001327,41.49365943073938],[-72.84412096993813,41.49368643075222],[-72.84326796966653,41.493783430798544],[-72.8431639696334,41.493795430804205],[-72.8418839692254,41.49393343087225],[-72.84129496903408,41.49393443089141],[-72.84070696883833,41.49385143089419],[-72.83985696855545,41.493733430898594],[-72.83894996825313,41.49359943090172],[-72.83623196734722,41.49319843091118],[-72.83622896734619,41.493197430911096],[-72.83532096704434,41.493077430916955],[-72.83457896679758,41.49297743092138],[-72.833328966382,41.49281143092931],[-72.83234896605785,41.49271043094119],[-72.83227696603404,41.49270343094215],[-72.83178096587041,41.49265943094954],[-72.8316049658119,41.49263643095073],[-72.83103796562544,41.49259743096137],[-72.83054796546443,41.49256543097092],[-72.8293359650674,41.49250843099882],[-72.82910596499211,41.492498431004265],[-72.8287689648821,41.492489431013354],[-72.82862196483389,41.49248143101653],[-72.82825596471388,41.492462431024606],[-72.82818396469027,41.492458431026144],[-72.82803796464242,41.49245143102949],[-72.8280419646257,41.492134430967695],[-72.82808896463749,41.49207343095433],[-72.82881996482222,41.4911454307503],[-72.8290639648839,41.490836430682364],[-72.82929596494147,41.490523430614004],[-72.82944696497906,41.49032143056987],[-72.83001596512308,41.48960343041191],[-72.83025796518434,41.489298430344796],[-72.82962496497169,41.489175430341234],[-72.82772796433447,41.488808430330856],[-72.8270959641222,41.488686430327455],[-72.8269389640696,41.48865843032705],[-72.82646896391228,41.4885774303264],[-72.82631296386006,41.488550430326164],[-72.82621696382745,41.4885254303244],[-72.8259299637301,41.48845343031961],[-72.82583496369793,41.488430430318196],[-72.8256999636522,41.48839743031612],[-72.82529796351594,41.4882984303098],[-72.82516496347085,41.48826543030764],[-72.82499596341312,41.48821543030336],[-72.82449096324056,41.4880664302906],[-72.82432296318318,41.48801743028647],[-72.8235219629089,41.487770430264185],[-72.8216529622706,41.48722443021806],[-72.82164696226843,41.487220430217484],[-72.82151996223615,41.487378430252306],[-72.82080996205025,41.48816643042841],[-72.82063696200662,41.48838743047696],[-72.82030396192096,41.48878343056468],[-72.8197189617706,41.48948243071947],[-72.8196209617461,41.489611430747715],[-72.81878696153335,41.49063543097371],[-72.81828396140511,41.491254431110285],[-72.81805296132795,41.4912174311105],[-72.81785096126055,41.49118643111097],[-72.81736596109756,41.49109143110808],[-72.81733196108618,41.49108543110801],[-72.81726596106382,41.491069431107],[-72.81713996102117,41.49103943110523],[-72.81703796097939,41.490887431078946],[-72.81701996094733,41.49042643098986],[-72.81701996094695,41.49041943098849],[-72.81713596095852,41.48996043089548],[-72.817466961046,41.48960743081618],[-72.81776196112632,41.48933443075359],[-72.81805196119934,41.48896143067171],[-72.81809896121018,41.48888343065504],[-72.81843696128885,41.48833543053756],[-72.81876696139756,41.488361430531995],[-72.81923796153364,41.4880634304589],[-72.81951496160433,41.48772343038386],[-72.81972496165798,41.48746743032731],[-72.82015296177151,41.4870184302262],[-72.82056896187196,41.48640743009397],[-72.82091296196398,41.4860604300154],[-72.82175296218894,41.48521642982422],[-72.82270096244764,41.48434942962508],[-72.82341796264522,41.48372742948102],[-72.82407996281022,41.482846429288344],[-72.8246029629304,41.4819714291013],[-72.82493696300723,41.4814144289822],[-72.82535196307818,41.48029042875016],[-72.82557896313817,41.48004842869578],[-72.825618963139,41.479834428652865],[-72.82559596311464,41.47953742859582],[-72.82556096309247,41.479347428559976],[-72.82554596308287,41.47926442854431],[-72.82562996308948,41.47890042847078],[-72.8257719631221,41.478662428419916],[-72.82596096317614,41.47853342838874],[-72.82604996318221,41.47813142830766],[-72.82599996315085,41.477865428257516],[-72.8258629630972,41.47770442823058],[-72.82584196306776,41.47730642815382],[-72.82586296305308,41.4769284280796],[-72.82587696303011,41.47644442798499],[-72.82588996300912,41.47600042789817],[-72.82589396298899,41.47562342782468],[-72.82589496298813,41.47560242782055],[-72.82582596295525,41.47541842778696],[-72.82591096298309,41.47542242778501],[-72.82599696301126,41.47542642778303],[-72.82633996311381,41.47527042774165],[-72.8264939631622,41.47524142773105],[-72.82662496320619,41.475266427731704],[-72.82670096323332,41.47530942773763],[-72.82675696325333,41.47534142774207],[-72.82690196330594,41.47543842775627],[-72.8271869633983,41.47543442774634],[-72.82744296347816,41.4753764277268],[-72.82746496348436,41.47535942772279],[-72.82744296347435,41.47530942771378],[-72.82747196348123,41.47526442770408],[-72.82775596357406,41.4752744276969],[-72.82795396364497,41.47539042771311],[-72.82810696369104,41.475326427695755],[-72.82823796373349,41.47532442769114],[-72.82851496382888,41.47541942770073],[-72.82858096385016,41.47541642769803],[-72.82871996389262,41.475369427684406],[-72.8288069639205,41.47536242768023],[-72.82922496404674,41.475194427634115],[-72.82955096414531,41.47506542759854],[-72.82983596423716,41.475052427586846],[-72.83012496433224,41.47507342758164],[-72.83010096432756,41.47512842759311],[-72.830029964314,41.4752954276279],[-72.83000696430972,41.47535142763951],[-72.83007296433223,41.475370427641096],[-72.83021396438049,41.47541342764493],[-72.83026796439972,41.47544342764903],[-72.83032896442148,41.475477427653686],[-72.83039096444355,41.475511427658304],[-72.83050396448554,41.47560442767277],[-72.83065696454247,41.47573142769256],[-72.83101496467451,41.47600842773496],[-72.83107096469516,41.47605142774152],[-72.83119996474115,41.47612342775138],[-72.83124996475898,41.47615142775521],[-72.83130796477965,41.476183427759594],[-72.83141296481524,41.47620942776126],[-72.83146996483457,41.47622342776215],[-72.83177096493608,41.47628942776532],[-72.83200896501393,41.47629842775942],[-72.83364796554996,41.47636142771896],[-72.83419496572883,41.476382427705474],[-72.83473596590521,41.476393427690205],[-72.83636196643548,41.47642942764492],[-72.83690396661224,41.47644142762983],[-72.8371739667009,41.47645842762446],[-72.83725696672822,41.47646442762294],[-72.83796396696431,41.4765774276222],[-72.8379729669677,41.47658542762345],[-72.83818096704516,41.476759427650634],[-72.83837196709686,41.476577427609065],[-72.83854296715184,41.47656742760162],[-72.83866496719112,41.47656142759654],[-72.83886196725274,41.47651942758202],[-72.83934096739868,41.47634942753354],[-72.83935996740442,41.47634142753137],[-72.83977996753082,41.47616542748363],[-72.83986496755651,41.476131427474265],[-72.84008196762319,41.476064427454254],[-72.8401849676534,41.47600742743986],[-72.84043296772685,41.47588242740754],[-72.84117996794832,41.475509427310946],[-72.8414289680222,41.475386427279],[-72.8416949681003,41.47524042724203],[-72.84249296833467,41.47480342713135],[-72.84275996841318,41.47465842709454],[-72.84325196855661,41.47437042702268],[-72.84325896855849,41.47436342702108],[-72.84371596868414,41.47396242692836],[-72.84395596874697,41.473696426868884],[-72.84448396888642,41.47313242674214],[-72.84472896895115,41.472871426683476],[-72.84487596898946,41.47270542664646],[-72.84491096899917,41.47267642663968],[-72.84501896902943,41.472591426619665],[-72.84505496903952,41.47256342661305],[-72.84533396911968,41.472379426568274],[-72.84552396917601,41.4722844265437],[-72.84578296925412,41.472178426514716],[-72.84655396948678,41.47186542642902],[-72.84774396984474,41.471363426293046],[-72.84793096989924,41.47125342626562],[-72.8480279699252,41.471155426243435],[-72.84809396994287,41.47108942622846],[-72.84855597006057,41.47052042610289],[-72.84871297010058,41.47032742606027],[-72.84918597022136,41.46974942593258],[-72.84934397026176,41.46955742589014],[-72.84981797040139,41.469305425825844],[-72.84991097042904,41.46926042581409],[-72.85164297094425,41.468427425596275],[-72.85191397102487,41.46829742556224],[-72.85221297111272,41.4681344255209],[-72.85237297116691,41.46817342552335],[-72.85244497119132,41.46819142552453],[-72.85285597132966,41.46827642552783],[-72.85301797138422,41.46831042552924],[-72.85346497153573,41.46842142553646],[-72.85452097189089,41.46863542554412],[-72.85598897238502,41.46893942555603],[-72.85611697243013,41.469001425563974],[-72.856156972445,41.469034425569106],[-72.85626297248443,41.469122425582825],[-72.85632897251224,41.4692344256025],[-72.85633197252037,41.46936042562692],[-72.85612497251442,41.47043742584315],[-72.8558389725114,41.47201742615981],[-72.8557049724938,41.47247242625264],[-72.85559497248298,41.47291042634141],[-72.85556397249158,41.473238426406226],[-72.85560697251806,41.47345842644766],[-72.85566797254522,41.47358742647078],[-72.85580297259891,41.473760426500085],[-72.85597997266623,41.47393342652806],[-72.85611797271456,41.47399442653548],[-72.85666797289845,41.47408642653569],[-72.85747997317034,41.47422942653736],[-72.85780597327879,41.47427442653563],[-72.85858497354064,41.4744294265407],[-72.8589829736742,41.474504426542474],[-72.85934797379794,41.474595426548426],[-72.85972697392971,41.47474742656582],[-72.8603279741408,41.475026426600735],[-72.8603479741478,41.47503542660185],[-72.86108397440549,41.47536242664177],[-72.86220897480024,41.47587742670575],[-72.86323597516548,41.47643342678085],[-72.86380097537771,41.476937426860694],[-72.86424597555607,41.47753142696193],[-72.86438897561209,41.477699426990014],[-72.86446997564387,41.47779542700607],[-72.86453397566892,41.47787042701861],[-72.86472597574296,41.4780754270523],[-72.86481297577652,41.478168427067594],[-72.8590719743486,41.48584142874506],[-72.85902597433719,41.48590342875861],[-72.858972974324,41.48597442877412],[-72.85745197394783,41.48804542922592],[-72.85548697345712,41.49063742979333],[-72.85270197276411,41.494355430606056]]]},"properties":{"name":1756,"geoid":"09009175600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.81713996102117,41.49103943110523],[-72.81726596106382,41.491069431107],[-72.81733196108618,41.49108543110801],[-72.81736596109756,41.49109143110808],[-72.81785096126055,41.49118643111097],[-72.81805296132795,41.4912174311105],[-72.81828396140511,41.491254431110285],[-72.81878696153335,41.49063543097371],[-72.8196209617461,41.489611430747715],[-72.8197189617706,41.48948243071947],[-72.82030396192096,41.48878343056468],[-72.82063696200662,41.48838743047696],[-72.82080996205025,41.48816643042841],[-72.82151996223615,41.487378430252306],[-72.82164696226843,41.487220430217484],[-72.8216529622706,41.48722443021806],[-72.8235219629089,41.487770430264185],[-72.82432296318318,41.48801743028647],[-72.82449096324056,41.4880664302906],[-72.82499596341312,41.48821543030336],[-72.82516496347085,41.48826543030764],[-72.82529796351594,41.4882984303098],[-72.8256999636522,41.48839743031612],[-72.82583496369793,41.488430430318196],[-72.8259299637301,41.48845343031961],[-72.82621696382745,41.4885254303244],[-72.82631296386006,41.488550430326164],[-72.82646896391228,41.4885774303264],[-72.8269389640696,41.48865843032705],[-72.8270959641222,41.488686430327455],[-72.82772796433447,41.488808430330856],[-72.82962496497169,41.489175430341234],[-72.83025796518434,41.489298430344796],[-72.83001596512308,41.48960343041191],[-72.82944696497906,41.49032143056987],[-72.82929596494147,41.490523430614004],[-72.8290639648839,41.490836430682364],[-72.82881996482222,41.4911454307503],[-72.82808896463749,41.49207343095433],[-72.8280419646257,41.492134430967695],[-72.82803796464242,41.49245143102949],[-72.82818396469027,41.492458431026144],[-72.82825596471388,41.492462431024606],[-72.82862196483389,41.49248143101653],[-72.8287689648821,41.492489431013354],[-72.82910596499211,41.492498431004265],[-72.8293359650674,41.49250843099882],[-72.83054796546443,41.49256543097092],[-72.83103796562544,41.49259743096137],[-72.8316049658119,41.49263643095073],[-72.83178096587041,41.49265943094954],[-72.83227696603404,41.49270343094215],[-72.83234896605785,41.49271043094119],[-72.833328966382,41.49281143092931],[-72.83457896679758,41.49297743092138],[-72.83532096704434,41.493077430916955],[-72.83622896734619,41.493197430911096],[-72.83623196734722,41.49319843091118],[-72.83894996825313,41.49359943090172],[-72.83985696855545,41.493733430898594],[-72.84070696883833,41.49385143089419],[-72.84129496903408,41.49393443089141],[-72.8418839692254,41.49393343087225],[-72.8431639696334,41.493795430804205],[-72.84326796966653,41.493783430798544],[-72.84412096993813,41.49368643075222],[-72.84435697001327,41.49365943073938],[-72.8444829700534,41.4936454307326],[-72.84506497023766,41.49356043069732],[-72.84508097024273,41.493558430696424],[-72.84530297031374,41.4935384306854],[-72.84535497033033,41.49353343068274],[-72.8455139703812,41.4935194306749],[-72.84556697039818,41.493515430672424],[-72.8457689704628,41.493497430662416],[-72.84638697066494,41.493521430647185],[-72.84716397091921,41.4935534306284],[-72.84834597131034,41.49367843061466],[-72.8488419714741,41.49372443060763],[-72.84965997174432,41.493802430596475],[-72.85039797198806,41.493872430586315],[-72.85067997208122,41.493899430582495],[-72.8513759723141,41.49401843058324],[-72.85189897248989,41.49412143058642],[-72.85239797265993,41.49426043059738],[-72.85257297271987,41.49431443060225],[-72.85270197276411,41.494355430606056],[-72.85298297286127,41.494458430617044],[-72.85326897296069,41.49457243063001],[-72.85246397275105,41.49548343083308],[-72.85184597259003,41.496181430988734],[-72.84837897168731,41.500108431863985],[-72.84764297150254,41.50106243207317],[-72.84633297117385,41.502764432446284],[-72.84629797116665,41.502837432461604],[-72.84658597131065,41.50372243262439],[-72.8475249717803,41.50661043315564],[-72.84783897193722,41.507573433332766],[-72.84860997231803,41.50985943375232],[-72.84957197290096,41.51460143464311],[-72.85079797340862,41.51651743497604],[-72.8477839723825,41.51569843491392],[-72.84154397025245,41.5139024347658],[-72.84146197022443,41.51387843476376],[-72.84137997019647,41.51385543476193],[-72.84083897001176,41.51369943474903],[-72.83759196893061,41.51324243476472],[-72.83046696640241,41.50950543426758],[-72.8283929658456,41.511562434734216],[-72.82576596496357,41.511064434721916],[-72.8233569641547,41.51060743471057],[-72.8228389639452,41.50988443458668],[-72.82140496345036,41.50937743453423],[-72.82126596339954,41.50927843451946],[-72.82057296317281,41.5092514345365],[-72.81992496294941,41.50902643451359],[-72.81949296278546,41.508612434446995],[-72.81895296259871,41.50841443442587],[-72.8182689623667,41.508243434414624],[-72.81816996233044,41.5081714344038],[-72.81799896225388,41.50780243433755],[-72.81805296225296,41.50747843427283],[-72.81815196227747,41.50734343424339],[-72.8182959623181,41.50723543421776],[-72.81848996237193,41.50707343418001],[-72.81944796268633,41.50712743415971],[-72.82008696289347,41.5071184341374],[-72.82075296310988,41.50711843411599],[-72.82105896320931,41.50711843410614],[-72.82115796323484,41.507001434080216],[-72.82121196323291,41.50665943401199],[-72.82116696320958,41.506506433983695],[-72.82093296312591,41.50637243396516],[-72.82070396305156,41.50637343397271],[-72.82042996295853,41.50630343396791],[-72.82003096281414,41.5060444339304],[-72.81977196271228,41.505733433878255],[-72.81969396267772,41.505571433849255],[-72.81969996266686,41.50534643380532],[-72.8198529627094,41.5052204337759],[-72.82004796276429,41.50507143374066],[-72.82049596290024,41.504902433693395],[-72.82109496308892,41.5047974336537],[-72.82139196318387,41.50477043363891],[-72.82169696327277,41.50459043359411],[-72.82193096333498,41.50434743353933],[-72.82197596334036,41.50418543350637],[-72.8219159633158,41.504096433490986],[-72.82206596336046,41.50402443347218],[-72.8221399633825,41.50398943346298],[-72.82230296341345,41.503602433382504],[-72.82231096341509,41.50358543337893],[-72.82217396336743,41.503530433372646],[-72.8219499632653,41.5030144332795],[-72.82125796303058,41.50284143326814],[-72.82097296295703,41.503176433342425],[-72.82087696293254,41.50329443336846],[-72.8203309627562,41.50331343338972],[-72.82009496266723,41.50309743335531],[-72.81986896258348,41.50291643332737],[-72.81950896245426,41.502701433297155],[-72.8190769623057,41.502557433283044],[-72.81866596215002,41.502168433220625],[-72.81864296211671,41.50171443313307],[-72.81850596206621,41.50160943311707],[-72.8180949619234,41.50144643309857],[-72.81796996185568,41.500970433010025],[-72.81819496189358,41.50035143288242],[-72.81856196198082,41.49978843276113],[-72.81868796200781,41.49954343270944],[-72.81866796199773,41.49948043269782],[-72.81868096192522,41.49813143243506],[-72.81881796194197,41.497643432335735],[-72.81893696197797,41.49759643232279],[-72.81923696206692,41.497446432283965],[-72.82013796234007,41.4971014321879],[-72.82068196249531,41.4967234320969],[-72.82077896252274,41.49665143207978],[-72.82119896259414,41.49550743184377],[-72.82101496248787,41.49469043169078],[-72.8207759623897,41.494329431628266],[-72.82019096214944,41.49344743147552],[-72.8196339619229,41.49264643133765],[-72.81944496185318,41.49250043131533],[-72.81933496181092,41.49238543129649],[-72.81900696169428,41.49220843127261],[-72.81865596157573,41.492129431268516],[-72.81833496146392,41.49199743125316],[-72.81813796138917,41.49180843122273],[-72.81791296130929,41.491689431206815],[-72.81795896132111,41.49163443119464],[-72.81799596133064,41.4915904311849],[-72.81792396130871,41.49161643119227],[-72.81763596120668,41.491467431172545],[-72.81739096111775,41.49130343114852],[-72.81722596105645,41.49116843112757],[-72.81713996102117,41.49103943110523]]]},"properties":{"name":1757,"geoid":"09009175700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.74614193411806,41.42330542019321],[-72.74775693461437,41.422804420043875],[-72.75014093534924,41.4221044198312],[-72.75169793581738,41.42143841965159],[-72.75224193598092,41.421205419588766],[-72.75253493607157,41.4211254195638],[-72.75440293664943,41.420613419404226],[-72.75551993699162,41.42024841929736],[-72.75826593783277,41.419349419034276],[-72.76253693914103,41.417951418625094],[-72.7698569413832,41.415556417923945],[-72.77077194166348,41.41525741783637],[-72.77372094256674,41.414292417553845],[-72.77446094279468,41.41407341748746],[-72.7748779429226,41.41394041744818],[-72.77523094303098,41.41382941741524],[-72.7764939434155,41.413375417286304],[-72.77825994394676,41.41262741708394],[-72.77840894399161,41.41256441706688],[-72.77899294416702,41.41231241699906],[-72.77938994428968,41.4122014169647],[-72.77999494447158,41.41194341689504],[-72.78181194501796,41.41117041668616],[-72.78241794520025,41.410913416616665],[-72.78310094540907,41.41068341654995],[-72.78464594588146,41.41016441639929],[-72.78515294603643,41.40999341634971],[-72.78583694624562,41.40976441628315],[-72.7860639463134,41.40965941625542],[-72.78635494639842,41.40949141621335],[-72.78688794656303,41.40934141616702],[-72.7869929465956,41.4093144161584],[-72.78728194668525,41.40924041613472],[-72.78777194683398,41.40905641608316],[-72.78853394706861,41.40882941601448],[-72.78937594732328,41.40849741592278],[-72.78996494750238,41.40828241586202],[-72.7905339476771,41.40810441580908],[-72.7906399477097,41.408072415799445],[-72.79171794803915,41.40770741569375],[-72.79188194809015,41.40766741568069],[-72.79203994813777,41.40760241566296],[-72.79236394823778,41.40751041563464],[-72.79253094829066,41.40748641562461],[-72.79374994865992,41.40701641549393],[-72.79733394974572,41.40563641511006],[-72.79740894976838,41.4056064151018],[-72.79862895013802,41.40513741497126],[-72.79945295039192,41.40489541489766],[-72.8019289511549,41.40417041467698],[-72.80275395140914,41.403929414603546],[-72.8042989518847,41.40346741446395],[-72.8066109525964,41.40277741425532],[-72.80893695331234,41.40208241404523],[-72.81048395378855,41.40162141390576],[-72.81083195389493,41.4015044138718],[-72.81187895421525,41.40115741377057],[-72.81222795432201,41.401041413736756],[-72.8122569543334,41.401076413742636],[-72.8123589543684,41.401109413745814],[-72.81237895437474,41.40110641374458],[-72.81247695440581,41.401093413738906],[-72.81287295452613,41.400947413697736],[-72.81303695457603,41.40088841368099],[-72.813553954733,41.400695413626785],[-72.81510795520497,41.40011941346464],[-72.8156259553623,41.39992741341059],[-72.8158439554295,41.39986441339132],[-72.81649795563138,41.399679413334276],[-72.81671695569902,41.39961841331536],[-72.81691795576243,41.39958541330249],[-72.81752095595279,41.399489413264426],[-72.81772295601654,41.3994574132517],[-72.81968995662363,41.39889941307983],[-72.82558995844455,41.39722741256457],[-72.82755795905196,41.39667041239282],[-72.82760895906732,41.396649412387085],[-72.82757995912402,41.397817412615744],[-72.82753895920662,41.39951241294754],[-72.82751195926143,41.40063541316734],[-72.82747195929666,41.40148741333472],[-72.82741495934737,41.402710413574965],[-72.8274099593563,41.40289641361139],[-72.82740495936497,41.40307841364703],[-72.82739695938382,41.403457413721156],[-72.82739595938791,41.4035354137364],[-72.82739395939349,41.40364541375791],[-72.82735495956659,41.40692641439873],[-72.82710795964505,41.40972841495283],[-72.82710495974924,41.411585415314875],[-72.82696896012582,41.41901341676681],[-72.82695996015022,41.41949541686102],[-72.82677496010312,41.419724416911585],[-72.82655096004619,41.42000341697313],[-72.8260999599256,41.42045941707648],[-72.82576995983909,41.42082441715817],[-72.82543695975187,41.421193417240794],[-72.82539495974062,41.421235417250315],[-72.8252679597067,41.42136441727953],[-72.82522695969581,41.42140741728923],[-72.82496995962771,41.42167841735027],[-72.82464495954177,41.42202441742813],[-72.8244669594948,41.42221541747107],[-72.82420495942563,41.42249641753423],[-72.82395195935901,41.422770417595736],[-72.82368895928924,41.42304641765796],[-72.8235169592424,41.42320541769446],[-72.82318995915355,41.42351141776458],[-72.82290495907415,41.42374341781894],[-72.82210595885151,41.42439341797123],[-72.8220919588477,41.4244064179742],[-72.82160095870742,41.42474441805582],[-72.82140795865233,41.42487841808813],[-72.8212169585971,41.42499841811765],[-72.82102695854232,41.4251204181475],[-72.820682958443,41.42533941820121],[-72.82047795837995,41.42540141821989],[-72.82007895826409,41.42564341827983],[-72.81994495822477,41.425717418298554],[-72.81956295811267,41.425928418351916],[-72.81941095806755,41.42600341837141],[-72.818892957914,41.42626241843852],[-72.81862395783334,41.42638041847013],[-72.81812595768396,41.426598418528584],[-72.81775395757165,41.42674841856975],[-72.81719295740233,41.42697541863198],[-72.8166019572239,41.42721341869733],[-72.81605295705823,41.42743641875838],[-72.81576295697097,41.42755841879146],[-72.81483395669068,41.42793641889493],[-72.81452595659782,41.42806241892935],[-72.8142409565112,41.428167418958964],[-72.81395395642434,41.42827941898997],[-72.81392095641469,41.42829841899476],[-72.81257595600837,41.428836419142726],[-72.81239795595422,41.4289014191611],[-72.81158895570863,41.429203419245894],[-72.81100895553443,41.429453419313205],[-72.80942895505727,41.430088419487625],[-72.80858595480306,41.43043441958207],[-72.80737095444047,41.43099941973113],[-72.80693195431171,41.431243419792764],[-72.8055049538934,41.432040419993804],[-72.80521695381104,41.43223742004142],[-72.80470895366506,41.43257342012316],[-72.80447895359906,41.43272642016035],[-72.80318295322608,41.43357342036695],[-72.80267395307969,41.43390742044832],[-72.80085295255452,41.435077420734665],[-72.80070395251163,41.43517442075833],[-72.79954895217755,41.43589942093663],[-72.79889295198961,41.43634342104416],[-72.7982139517983,41.43685942116644],[-72.79725295153092,41.43764942135116],[-72.79668295137391,41.43814642146626],[-72.79607195120997,41.438755421604476],[-72.79580995113895,41.43900442166137],[-72.79575395112406,41.43906242167448],[-72.7955669510747,41.43926342171963],[-72.7942479507229,41.44061642202546],[-72.79401995066209,41.440850422078356],[-72.79352595052997,41.44135042219158],[-72.793282950465,41.4415974222475],[-72.79279695033502,41.4420894223589],[-72.7922499501898,41.44266242248805],[-72.79137394995634,41.44356442269182],[-72.79134294994813,41.443597422699256],[-72.79082494981108,41.44414842282318],[-72.79065994976636,41.44430542285905],[-72.79052394972966,41.444437422889116],[-72.79030494967098,41.44465742293899],[-72.78992694956986,41.44503942302552],[-72.78924294938606,41.44571742317951],[-72.78888794929074,41.44607042325963],[-72.78866494923268,41.44632442331625],[-72.78833494914355,41.44664342338897],[-72.78719794884121,41.447826423655805],[-72.7866499486956,41.44839842378478],[-72.78520494831086,41.449893424122244],[-72.78479494819959,41.45028042421078],[-72.78462994815597,41.45045642425034],[-72.78294794770845,41.45220242464428],[-72.78209594748068,41.453067424840036],[-72.78154994733478,41.453623424965805],[-72.7805599470727,41.45467442520221],[-72.78041094703309,41.45482942523716],[-72.78028094700154,41.45501842527814],[-72.77986294689435,41.455523425389885],[-72.7794639467974,41.45610042551502],[-72.77928094675445,41.45639142557755],[-72.77876894663468,41.45721342575403],[-72.77842394655987,41.4578714258932],[-72.77812294650167,41.45857042603894],[-72.77779394643989,41.45936642620447],[-72.77708394631323,41.46120242658471],[-72.77690294627924,41.46164042667579],[-72.77689594627782,41.46165542667894],[-72.77663894623096,41.46230242681313],[-72.77619094615058,41.463452427051365],[-72.77591894610158,41.464147427195414],[-72.77582294608449,41.46439642724696],[-72.77509994595353,41.46623042762717],[-72.77489594591667,41.46674942773474],[-72.77481794590106,41.466921427770735],[-72.77473594588608,41.46712742781346],[-72.77408394576672,41.46875942815206],[-72.77404694575996,41.46885242817135],[-72.77292794555859,41.47171442876432],[-72.77264794550813,41.47242942891246],[-72.77235594545292,41.47312942905807],[-72.77188994536654,41.474276429296246],[-72.77168794532923,41.47477642940006],[-72.77117494523658,41.476082429670676],[-72.77116394523499,41.47611742967785],[-72.77105494522009,41.47647942975179],[-72.77099494520876,41.476623429781746],[-72.77089694519057,41.476864429831785],[-72.77039894509944,41.47811143009043],[-72.7702019450636,41.47860843019349],[-72.77008594504245,41.478900430254036],[-72.77003794503368,41.47902043027893],[-72.76955394494658,41.48025843053537],[-72.76947194493184,41.48046843057886],[-72.76936894490925,41.480660430619544],[-72.76928994489668,41.48089143066702],[-72.76862394477453,41.48255443101199],[-72.76855594476463,41.482769431056006],[-72.76844094474333,41.483052431114764],[-72.768059944677,41.48406643132429],[-72.76789994465682,41.48462743143858],[-72.76781894464779,41.484932431500525],[-72.76771594463682,41.48532943158108],[-72.7676989446343,41.48538243159194],[-72.76765094462904,41.48556443162888],[-72.76756794462418,41.48595443170745],[-72.7674309446165,41.486604431838316],[-72.76731994462524,41.48739443199559],[-72.76728794463163,41.487690432054194],[-72.76727294463474,41.48783143208212],[-72.76722294464362,41.48827443216991],[-72.76719194466101,41.48875843226508],[-72.76717394470762,41.48968343244562],[-72.767174944711,41.4897374324561],[-72.76719794477077,41.49065943263474],[-72.7673249448887,41.492010432893515],[-72.76742894496056,41.49268143302072],[-72.76763594510834,41.49410043329012],[-72.76769894515292,41.49452543337079],[-72.76783894525663,41.49555143356589],[-72.7671099450213,41.49557943359471],[-72.7649269443167,41.49566543368146],[-72.76419894408174,41.495694433710455],[-72.7633219437974,41.4957064337409],[-72.76069394294545,41.49574443383256],[-72.75981894266178,41.49575743386315],[-72.75825594216786,41.496005433961486],[-72.75356994068727,41.496753434257215],[-72.75200794019376,41.49700343435591],[-72.75110493990879,41.49715343441403],[-72.75056393973799,41.49724243444869],[-72.74944693938548,41.497428434520664],[-72.74816493897725,41.49757743459073],[-72.74709593863683,41.4977014346491],[-72.74620593834761,41.49770243467782],[-72.74600793828328,41.497703434684354],[-72.7447429378723,41.49770643472547],[-72.74427293744468,41.492856433796966],[-72.74359293682525,41.48582443245048],[-72.74333093658707,41.48312243193303],[-72.74307693650798,41.48318343195304],[-72.73862593512155,41.48424543230225],[-72.73428993377091,41.48528043264248],[-72.73388693364537,41.48537643267407],[-72.73398393363362,41.48461243252229],[-72.73418893360986,41.48301543220493],[-72.73451093357333,41.48052143170923],[-72.73502493351279,41.47650043091012],[-72.73509793350436,41.47593243079722],[-72.73511893350198,41.475769430764814],[-72.73539993346898,41.47357243032817],[-72.7354059334676,41.47351343031648],[-72.73542793346483,41.47333843028171],[-72.73543793346485,41.47328143027029],[-72.73551693345415,41.472638430142595],[-72.73553293345267,41.472520430119104],[-72.73568293343534,41.47135242988693],[-72.73575093342772,41.47082742978255],[-72.73576493342613,41.47071842976087],[-72.73579993342278,41.470458429709154],[-72.73585093341796,41.47008042963392],[-72.73589493341252,41.46973142956457],[-72.73602993339728,41.46868642935681],[-72.73607493339222,41.46833842928761],[-72.73636093335877,41.46610442884351],[-72.73656893333514,41.4644914285228],[-72.73708793321516,41.45938742751232],[-72.7373169331629,41.45714742706879],[-72.73751993314136,41.45559942676081],[-72.7376619331153,41.454322426507574],[-72.73771493310585,41.453850426413965],[-72.73772093310474,41.45379642640324],[-72.73775593309978,41.45350742634584],[-72.73782193309015,41.4529574262366],[-72.73801193306348,41.45139342592591],[-72.73803093305862,41.45119842588732],[-72.73852893293672,41.44617842489355],[-72.73896593274944,41.44035042374422],[-72.7391209326841,41.43830242334025],[-72.73929793272545,41.438016423278846],[-72.7402419329468,41.43650542295425],[-72.74025693294914,41.43646042294501],[-72.74025993294954,41.43645042294296],[-72.74033093296057,41.4362374228992],[-72.74034093296197,41.43620442289244],[-72.74148993319089,41.43364842235764],[-72.7418879332703,41.43276542217284],[-72.74345193358177,41.42928342144429],[-72.74479393384904,41.426296420819256],[-72.74497593388519,41.425889420734116],[-72.74614193411806,41.42330542019321]]]},"properties":{"name":1760,"geoid":"09009176000"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.81537195829144,41.45308942377661],[-72.8156589583923,41.453224423793685],[-72.81652295869604,41.45363142384519],[-72.8168109587973,41.45376742386241],[-72.81709895889796,41.45389242387749],[-72.81734595898432,41.4540004238906],[-72.81790595917899,41.45422542391641],[-72.81797095920167,41.45425342391979],[-72.81825995930271,41.45437942393504],[-72.81830495931868,41.45440342393827],[-72.81843995936678,41.45447842394853],[-72.81848595938315,41.45450342395193],[-72.81978095982836,41.454936423994624],[-72.8199639598918,41.45500642400237],[-72.82107896027661,41.45540542404423],[-72.82122296032729,41.455474424053044],[-72.82209596063224,41.455851424098405],[-72.82308396097866,41.45630042415408],[-72.82385796124899,41.45663342419404],[-72.82409296132924,41.45670242419992],[-72.82409996133177,41.456707424200665],[-72.82411196133974,41.4567784242141],[-72.82401496131445,41.45688842423864],[-72.82310296110732,41.458458424573585],[-72.82289896106072,41.4588044246475],[-72.82226896091932,41.4599184248846],[-72.82212796088703,41.46015642493545],[-72.82190196083555,41.46054242501785],[-72.82171996079555,41.460879425089296],[-72.82158896076685,41.461123425141004],[-72.82149396074526,41.46128642517579],[-72.82120996068086,41.461777425280474],[-72.82111596065964,41.46194142531542],[-72.82106496064829,41.46203342533497],[-72.82091496061524,41.46230942539353],[-72.8208649606043,41.46240242541324],[-72.82082896059588,41.46246042542568],[-72.82072096057072,41.462635425463205],[-72.82068596056271,41.462694425475824],[-72.82059296054135,41.462850425509174],[-72.82031396047743,41.46332042560962],[-72.82022196045645,41.463477425643134],[-72.8201279604354,41.46364442567866],[-72.81984496037191,41.46414542578528],[-72.81975196035123,41.46431342582096],[-72.81969296033797,41.4644174258431],[-72.81951496029798,41.46473142590995],[-72.81945696028511,41.46483642593225],[-72.81936096026351,41.46500542596822],[-72.819073960199,41.46551142607593],[-72.8189789601778,41.46568142611206],[-72.81890496016155,41.46581842614111],[-72.81868596011375,41.46622942622814],[-72.81861296009787,41.46636742625735],[-72.81837996004475,41.466765426342306],[-72.81768295988633,41.46796242659766],[-72.8174509598336,41.46836142668277],[-72.81730495980082,41.468619426737675],[-72.81686595970217,41.469393426902414],[-72.81672095966978,41.469652426957474],[-72.81667295965843,41.46972742697362],[-72.8165289596246,41.469955427022626],[-72.81648195961365,41.47003142703891],[-72.81635495956914,41.46997442703192],[-72.81597695943664,41.46980342701078],[-72.81585195939284,41.46974742700388],[-72.81512395913563,41.46938242695625],[-72.81494595907274,41.46929342694463],[-72.81401395874681,41.46888542689518],[-72.81290295835657,41.46836942683043],[-72.81224595812583,41.46806442679216],[-72.81216895809825,41.46801942678589],[-72.81210495807535,41.46798242678074],[-72.81191495800734,41.467871426765235],[-72.81185195798477,41.46783442676004],[-72.81174195794712,41.46780042675696],[-72.81141195783411,41.46769842674772],[-72.81130295779683,41.467665426744794],[-72.81124095778156,41.46775142676353],[-72.81103295772535,41.46795142680913],[-72.810838957671,41.46810442684514],[-72.81065395761517,41.46817942686567],[-72.81057795759041,41.46817842686792],[-72.81056495758621,41.46817842686834],[-72.81036395751937,41.46815142686955],[-72.80975095730909,41.46795542685107],[-72.80880695698674,41.46767942682767],[-72.80793795668944,41.467415426804195],[-72.80751495654478,41.46728742679288],[-72.80705895638926,41.46715742678221],[-72.80733795647255,41.46702842674814],[-72.8073549564777,41.46702142674624],[-72.80762595655779,41.46688142671029],[-72.80787695663071,41.466729426672636],[-72.80807895668332,41.46650042662157],[-72.80828295673659,41.466271426570444],[-72.80836795675711,41.46614642654339],[-72.80862495681956,41.46577542646293],[-72.80871095684044,41.46565142643604],[-72.80880795686505,41.46552942640916],[-72.80891395689198,41.465397426380065],[-72.80911295694398,41.46517442633027],[-72.80921695697117,41.465058426304346],[-72.80934395700353,41.46490142626971],[-72.80950395704443,41.46470642622662],[-72.80973495710427,41.464438426167035],[-72.80986795713885,41.464286426133185],[-72.80990395714538,41.4641954261143],[-72.8099689571606,41.464091426091976],[-72.80997495716107,41.464065426086734],[-72.81011995717797,41.463533425978504],[-72.81013095717084,41.46334442594136],[-72.81014595716174,41.463098425893],[-72.81017995716195,41.46290742585472],[-72.81021395716249,41.46272242581761],[-72.81024495715168,41.46235442574499],[-72.8102479571513,41.462330425740234],[-72.81027295714851,41.462138425702044],[-72.81030695712421,41.46151542557966],[-72.81038495706909,41.46009742530113],[-72.81044095707558,41.45989142525922],[-72.81055495710093,41.45968542521547],[-72.81070095713355,41.459424425159966],[-72.81088595717861,41.459159425102435],[-72.81100395720674,41.45897942506362],[-72.81136095729205,41.45843942494702],[-72.8114809573209,41.45826042490832],[-72.81152895733223,41.45818542489218],[-72.81178695739669,41.457844424817495],[-72.81214095748518,41.45737742471522],[-72.81269295761966,41.4565874245437],[-72.81298895769181,41.456164424451835],[-72.81312895772544,41.45595542440664],[-72.81327195776002,41.45574642436137],[-72.81357795783697,41.45535042427443],[-72.81373295787607,41.455152424230924],[-72.81404495795331,41.45472742413815],[-72.81422595799825,41.454483424084835],[-72.8150389582064,41.453497423866736],[-72.81525995826308,41.45323142380787],[-72.81537195829144,41.45308942377661]]]},"properties":{"name":1751,"geoid":"09009175100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.82698196202944,41.452506423290174],[-72.82714696208647,41.452567423296784],[-72.82730396213998,41.45261142330029],[-72.8282849624745,41.45289142332328],[-72.82840296251476,41.452925423326114],[-72.82861296258615,41.45298142333026],[-72.82880596265244,41.453044423336344],[-72.82938496285121,41.45323342335453],[-72.8295789629178,41.45329642336058],[-72.82970996296352,41.453352423367264],[-72.8298709630198,41.45342242337571],[-72.8300909630984,41.45354842339316],[-72.83011596310737,41.45356342339529],[-72.83019896313881,41.453642423408006],[-72.83003696309947,41.453876423458766],[-72.8295509629816,41.454580423611446],[-72.82938996294264,41.45481542366236],[-72.82926296291214,41.455004423703244],[-72.82888396282117,41.45557042382561],[-72.82875796279102,41.45576042386664],[-72.82846096268898,41.455662423857106],[-72.82757296238398,41.45537042382881],[-72.82727696228234,41.45527342381941],[-72.82711796224528,41.45553042387455],[-72.82664196213454,41.45630342404035],[-72.82648396209788,41.456561424095646],[-72.8263479620663,41.45678342414325],[-72.82593896197132,41.457450424286236],[-72.82580396194012,41.457673424334],[-72.82490096162434,41.457277424285905],[-72.82401496131445,41.45688842423864],[-72.82411196133974,41.4567784242141],[-72.82409996133177,41.456707424200665],[-72.82409296132924,41.45670242419992],[-72.82385796124899,41.45663342419404],[-72.82308396097866,41.45630042415408],[-72.82209596063224,41.455851424098405],[-72.82122296032729,41.455474424053044],[-72.82107896027661,41.45540542404423],[-72.8199639598918,41.45500642400237],[-72.81978095982836,41.454936423994624],[-72.81848595938315,41.45450342395193],[-72.81843995936678,41.45447842394853],[-72.81830495931868,41.45440342393827],[-72.81825995930271,41.45437942393504],[-72.81797095920167,41.45425342391979],[-72.81790595917899,41.45422542391641],[-72.81734595898432,41.4540004238906],[-72.81709895889796,41.45389242387749],[-72.8168109587973,41.45376742386241],[-72.81652295869604,41.45363142384519],[-72.8156589583923,41.453224423793685],[-72.81537195829144,41.45308942377661],[-72.81556995834042,41.45281942371768],[-72.81616595848807,41.45200942354084],[-72.81636495853743,41.45174042348207],[-72.81647395856382,41.45158142344761],[-72.81678695863984,41.45112942334956],[-72.816803958644,41.45110542334433],[-72.81691795867225,41.450950423310495],[-72.8169689586849,41.45088142329543],[-72.81712195872291,41.450675423250395],[-72.81717395873594,41.45060742323548],[-72.81847195905878,41.44886642285479],[-72.81865095910352,41.4486304228031],[-72.81882695914895,41.44842342275714],[-72.81935595928562,41.44780342261942],[-72.81948095931793,41.44765742258697],[-72.81952095932701,41.44758842257226],[-72.81963495935466,41.44742342253647],[-72.81982595940121,41.44715042247717],[-72.81995095942831,41.446912422426806],[-72.82004495944881,41.44673542238932],[-72.8206779596691,41.44699442241941],[-72.82187796008678,41.447486422476686],[-72.82258196033138,41.4477674225088],[-72.82321896055274,41.448022422538],[-72.82327096056615,41.44796142252444],[-72.82342796060695,41.447781422484354],[-72.82348096062076,41.44772142247097],[-72.82372296070402,41.44780342247917],[-72.82438396093141,41.44802742250155],[-72.82445096095454,41.44805142250407],[-72.8246919610378,41.448139422513464],[-72.82472496104954,41.44815742251591],[-72.82482596108547,41.44821242252336],[-72.82485996109759,41.44823142252598],[-72.82493696112446,41.448264422529945],[-72.82516896120548,41.44836442254196],[-72.82524696123275,41.44839842254606],[-72.82547996131434,41.44850242255883],[-72.82617996155939,41.44881442259709],[-72.82641396164131,41.44891842260984],[-72.82675196175965,41.449069422628384],[-72.82776596211471,41.44952242268401],[-72.82810396223307,41.44967342270253],[-72.82781696217083,41.45021942281809],[-72.82762596212969,41.45058742289587],[-72.82717896202787,41.45135142305899],[-72.82699396198458,41.451647423122566],[-72.82689596196285,41.45182542316038],[-72.82674696193,41.452099423218506],[-72.8265939618953,41.45236342327482],[-72.82667096192189,41.45239142327778],[-72.82690396200246,41.45247742328706],[-72.82698196202944,41.452506423290174]]]},"properties":{"name":1752,"geoid":"09009175200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.94256499697687,41.407136410732164],[-72.94303999711983,41.40693941067846],[-72.94418099746326,41.406467410549666],[-72.94473299762936,41.40623841048725],[-72.94523599777227,41.405881410401456],[-72.94570699790611,41.405547410321184],[-72.94612499802496,41.40525241025022],[-72.9480469985711,41.40388940992262],[-72.9535210001119,41.39975140893966],[-72.95333000000034,41.398880408776094],[-72.95304899983566,41.397589408533584],[-72.95291099975472,41.396954408414295],[-72.95362299990619,41.39555640811887],[-72.95386799997306,41.395334408067704],[-72.95407200002883,41.395151408025455],[-72.95441700012682,41.39490640796657],[-72.95463100018493,41.394707407920876],[-72.95487400025105,41.394483407869394],[-72.95623500068608,41.39436740780287],[-72.96032100199233,41.39402340760392],[-72.96168300242772,41.39390840753753],[-72.96185800248348,41.39389040752837],[-72.96203300253929,41.39387340751941],[-72.96218300258711,41.39385840751165],[-72.9623320026346,41.39384340750391],[-72.96269500275028,41.39380640748499],[-72.96359500303718,41.39371640743837],[-72.9644940033237,41.393625407391625],[-72.96506100350443,41.393568407362196],[-72.96538700360831,41.39353540734525],[-72.9655810036743,41.393588407349306],[-72.96560500368366,41.393616407353996],[-72.97245100585798,41.39279140697211],[-72.97425300643381,41.39263640688369],[-72.97966000816177,41.39217340661879],[-72.98146300873798,41.392019406530515],[-72.98176800883577,41.391999406516746],[-72.9826870091307,41.39194240647597],[-72.9829930092289,41.391923406462354],[-72.98403500956275,41.391849406414266],[-72.987163010565,41.39162840627011],[-72.98820601089922,41.39155540622217],[-72.99716201376093,41.39078540578256],[-73.00056101484806,41.39051240561945],[-73.00062401486821,41.390507405616425],[-73.00289301559536,41.390350405512464],[-73.0040890159784,41.39026340545682],[-73.00510701630449,41.390190405409655],[-73.00673301682524,41.39007240533406],[-73.00767701712755,41.39000340529009],[-73.00887401751095,41.3899174052346],[-73.00921101761895,41.38989440521921],[-73.00992701784851,41.389846405186695],[-73.01022201794306,41.389826405173245],[-73.01056001805145,41.38980440515802],[-73.0144440192967,41.38954640498208],[-73.01681402005656,41.389389404874784],[-73.02294002202053,41.388982404597165],[-73.02321802210969,41.38896440458468],[-73.02609802303294,41.38877240445401],[-73.02998302427848,41.38851540427813],[-73.02997902427862,41.38854040428314],[-73.02982602423933,41.38872140432336],[-73.02984802424926,41.3887704043322],[-73.02996502428816,41.388787404331715],[-73.0303470244114,41.388775404317016],[-73.03057002448904,41.388868404327916],[-73.03081802458622,41.38916140437698],[-73.03092902462423,41.38919640438019],[-73.03110302468374,41.38925040438507],[-73.0312760247429,41.38930340438981],[-73.03136402477269,41.38932540439124],[-73.0313890247824,41.38935340439589],[-73.03153102483755,41.38951240442227],[-73.03178602493249,41.38972640445571],[-73.03205602502508,41.389814404464104],[-73.03224502509141,41.38990240447513],[-73.03259502521249,41.39003440448952],[-73.03274102526642,41.39014940450719],[-73.03280602529692,41.390314404537236],[-73.03295902535814,41.390517404571845],[-73.03322902546137,41.39079140461648],[-73.03342602553938,41.391038404658225],[-73.03346202555736,41.391148404678496],[-73.03352002558215,41.391253404697075],[-73.03379002568448,41.3915114047386],[-73.03404502577908,41.391719404770846],[-73.03425602585193,41.39179640477903],[-73.03500002609736,41.391868404768964],[-73.03536402621606,41.391879404759294],[-73.03558302628396,41.39182440474149],[-73.03618802646206,41.391506404659935],[-73.03662602659658,41.39137440462003],[-73.0368440266654,41.39134140460654],[-73.03698602671354,41.391377404608946],[-73.03714302676681,41.39141840461184],[-73.0377990269962,41.391709404647294],[-73.0379450270558,41.391923404684256],[-73.03804702710865,41.39226940474837],[-73.03817002716076,41.39248340478608],[-73.03825802719435,41.392571404800364],[-73.03827202720167,41.392620404809456],[-73.03848402728366,41.39285140484761],[-73.03871002736638,41.39301640487241],[-73.0387310273823,41.39317540490272],[-73.0387830274051,41.393279404921294],[-73.03897202747143,41.3933674049323],[-73.03914702753826,41.39354340496094],[-73.03922002756319,41.39356540496286],[-73.03943102763101,41.393554404953875],[-73.03957002767861,41.39359840495794],[-73.03965002770958,41.39368640497249],[-73.03972302773388,41.39369740497227],[-73.03988302777921,41.39358240494468],[-73.04009402785108,41.39364240494954],[-73.04029102791968,41.39372440495912],[-73.04036402794935,41.39382940497721],[-73.04059702804031,41.39409840502207],[-73.04069902808563,41.394312405060454],[-73.04090302816529,41.39454840509982],[-73.0411150282381,41.39461940510679],[-73.0412390282821,41.39468540511563],[-73.04159402841937,41.39507240517952],[-73.04161702842826,41.39509740518363],[-73.04193802854586,41.39533340521922],[-73.04222202864898,41.3955254052474],[-73.04241202871627,41.395624405260556],[-73.04271102881515,41.39565740525729],[-73.04284902885989,41.39565740525281],[-73.0429590288909,41.39557540523327],[-73.04301002890207,41.395481405213296],[-73.0431340289332,41.39532240517832],[-73.04328702897564,41.395196405148816],[-73.04352002904305,41.395053405113394],[-73.043639029078,41.39498940509708],[-73.04364402907949,41.39498740509652],[-73.0439360291711,41.39493340507654],[-73.04430002928856,41.39492240506261],[-73.04466502941038,41.394982405062464],[-73.04515302957812,41.39514740507878],[-73.04568502975725,41.39526240508394],[-73.04591802983221,41.39525140507425],[-73.04599102985624,41.39525740507305],[-73.04636302997403,41.39520740505125],[-73.04665503006748,41.39518540503749],[-73.04674303009665,41.39519640503679],[-73.04686603013754,41.39521340503611],[-73.04699003018244,41.39529540504806],[-73.04725203027967,41.39550940508128],[-73.04754403039341,41.39584240513667],[-73.04751703039094,41.39595240515897],[-73.04744003038489,41.396283405225944],[-73.04741403038281,41.396394405248415],[-73.04726403039533,41.397464405461704],[-73.04718003040301,41.39807540558344],[-73.04707303041249,41.3988484057375],[-73.04662303036557,41.40058040608946],[-73.04661203036518,41.400636406100716],[-73.04641003036045,41.40169940631433],[-73.04545803027125,41.40553940709308],[-73.04281203002397,41.416221409259016],[-73.04260303000429,41.41706240942954],[-73.04165202991561,41.42090441020839],[-73.04061802957229,41.42076741021524],[-73.03751702854284,41.42035941023635],[-73.03648402819988,41.42022341024337],[-73.03196302670638,41.41975741029919],[-73.02946002587957,41.41950041033027],[-73.02645102551539,41.43020041251083],[-73.02522102536662,41.434575413402264],[-73.025168025392,41.43531941354878],[-73.02502302546087,41.43734441394757],[-73.02500902546842,41.4375554139891],[-73.02495702549417,41.43830041413577],[-73.02495702551055,41.438586414191434],[-73.02495402596362,41.44651641573464],[-73.02495402599817,41.447119415851965],[-73.02495402602612,41.44760741594691],[-73.0249530261687,41.45010241643238],[-73.02497102623974,41.45124041665318],[-73.02499502626264,41.45150441670376],[-73.02504102630589,41.451998416798375],[-73.02512602638586,41.452912416973426],[-73.02530002654863,41.45476841732886],[-73.02549202672856,41.45682041772179],[-73.02559502682564,41.45793141793455],[-73.02561102684025,41.458095417965914],[-73.02571702693959,41.45922841818287],[-73.0257520269725,41.45960441825487],[-73.02532702683787,41.45966241827994],[-73.02053702532093,41.460321418563474],[-73.01430702334794,41.46117941893235],[-73.00489402036665,41.46247341948912],[-73.00423002015637,41.46256541952854],[-73.00393902017134,41.464476419909666],[-73.00350402018044,41.467100420434114],[-73.00332502014702,41.467531420523734],[-73.00316502011698,41.4679134206032],[-73.00215001992724,41.47035342111063],[-73.00181201986416,41.47116742127988],[-72.98544601442995,41.46905142139854],[-72.98190201325227,41.46857742142108],[-72.97646601144339,41.4678074214473],[-72.97110500965911,41.46704142147179],[-72.96619300801957,41.4662584214784],[-72.96588200791862,41.466258421488455],[-72.95914700569143,41.46554942156838],[-72.9573390050921,41.46533342158483],[-72.95711900501684,41.465266421578924],[-72.95646200479221,41.46506842156164],[-72.95624300471734,41.46500242155589],[-72.95547300446272,41.464921421565016],[-72.9531630036988,41.46467842159243],[-72.95239300344421,41.464597421601574],[-72.95151900315676,41.46453342161738],[-72.94989300262205,41.46441442164677],[-72.949747002574,41.46440342164936],[-72.94891100229418,41.46425642164778],[-72.94804900200567,41.46410542164627],[-72.94756600166482,41.46088342103504],[-72.94749200161277,41.46039242094189],[-72.94744900158241,41.46010542088744],[-72.94899400184693,41.45595342002963],[-72.94904900185634,41.455805419999066],[-72.95054300229158,41.4549334197811],[-72.95144900255558,41.45440541964908],[-72.95254900282703,41.45290541932163],[-72.95404000325922,41.45199741909676],[-72.95714900416048,41.45010541862807],[-72.95721900417801,41.4500144186081],[-72.95768200429468,41.449425418478505],[-72.95814000441025,41.448845418350814],[-72.9579290042565,41.4473524180671],[-72.95782500418044,41.446611417926256],[-72.95792100413139,41.44520641764968],[-72.95891500437956,41.443901417363556],[-72.9601670047117,41.44260041706987],[-72.96323900552694,41.439413416350234],[-72.96269300531117,41.438738416236475],[-72.96348800550143,41.437550415979516],[-72.96158100459094,41.432442415046744],[-72.96015800408404,41.43165341493911],[-72.95949400384752,41.43128541488892],[-72.95524900233553,41.428933414568114],[-72.95499400224884,41.42886441456292],[-72.95423100198937,41.42865741454727],[-72.953977001903,41.42858841454202],[-72.95324200165456,41.428415414532076],[-72.95098300089106,41.42788441450165],[-72.95071400080015,41.42782141449808],[-72.95256100091858,41.41938241279499],[-72.95230300082518,41.419212412770214],[-72.94973299989492,41.41752541252461],[-72.9494749998015,41.41735541249983],[-72.94942799978455,41.41732541249551],[-72.94937399976496,41.417289412490234],[-72.94666999878619,41.4155134122316],[-72.94015299642727,41.41123241160799],[-72.93983699628583,41.41054941148511],[-72.93893099588038,41.40859241113309],[-72.9391849959553,41.408460411099185],[-72.940410996317,41.4078244109357],[-72.94123099655891,41.40739941082645],[-72.94256499697687,41.407136410732164]]]},"properties":{"name":1611,"geoid":"09009161100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.86103296257481,41.26662138592313],[-72.86113996261598,41.2667363859422],[-72.86137896270452,41.26693238597288],[-72.86161796279197,41.26710938599983],[-72.8616689628156,41.26723538602283],[-72.86164896281683,41.26737238605028],[-72.8615039627747,41.26745938607194],[-72.86114096265591,41.26744038607986],[-72.86077796253613,41.267403386084254],[-72.86050896244963,41.26741638609541],[-72.86039596241794,41.26750438611624],[-72.86039696242901,41.267695386153555],[-72.86040696244301,41.2678863861906],[-72.86062196252043,41.26802338621051],[-72.86097196264659,41.26824838624331],[-72.8612059627291,41.26836638625889],[-72.86136196278252,41.26841638626367],[-72.86150396282973,41.26843738626323],[-72.8618219629288,41.26836538623896],[-72.86205296300129,41.26832238622315],[-72.86238096310733,41.26831638621147],[-72.86251096315634,41.26843838623117],[-72.86251496316534,41.26857538625783],[-72.86250896317415,41.268766386295376],[-72.86241996316195,41.26906238635612],[-72.86237196316046,41.269312386406554],[-72.86237096317556,41.26958638646016],[-72.8624749632208,41.269791386496934],[-72.86278196332334,41.26984438649746],[-72.86305896341212,41.26982538648487],[-72.86326896347305,41.26969838645331],[-72.86341596351217,41.269546386418874],[-72.8634699635183,41.26934438637763],[-72.8634769635078,41.26911738633302],[-72.86344696348131,41.2688193862757],[-72.86361096352525,41.26865538623837],[-72.86375296357107,41.268651386233024],[-72.86386296360922,41.268695386238115],[-72.8639939636562,41.268775386249565],[-72.86417096372288,41.26894038627616],[-72.86428096377274,41.26919238632191],[-72.86424196377382,41.26943638637089],[-72.86404796371772,41.269557386400784],[-72.86384296366313,41.26976838644861],[-72.86359896359684,41.26999638650101],[-72.86331596352933,41.27042738659437],[-72.86312696348126,41.27066238664639],[-72.86284396340662,41.27096638671492],[-72.86275096338821,41.27117538675876],[-72.86262596336356,41.27145738681793],[-72.86263696343096,41.27259138703934],[-72.86267596346511,41.2729733871128],[-72.86265996347218,41.27319138715593],[-72.86263196348574,41.273593387235444],[-72.8625539634713,41.273786387275685],[-72.86243096344866,41.27409238733946],[-72.86232096342823,41.274363387395994],[-72.8621069633888,41.27489538750688],[-72.86205696338939,41.27519438756696],[-72.86200896339011,41.27548338762501],[-72.86169196328736,41.27548438763535],[-72.86158696325406,41.275497387641266],[-72.86140696319698,41.27552038765153],[-72.86117996313787,41.27577838770926],[-72.86103796310415,41.275997387756625],[-72.86091196307461,41.276198387799965],[-72.86088096307148,41.276321387825014],[-72.86092896309195,41.27640838784051],[-72.8608839630938,41.276700387899034],[-72.86087396309213,41.276728387904825],[-72.86077496307702,41.27703038796705],[-72.8606649630528,41.27723338801027],[-72.86060796303899,41.27731638802834],[-72.86054496302354,41.277405388047754],[-72.86048696301098,41.27751638807131],[-72.85946996275837,41.278887388371984],[-72.85939696280512,41.28013838861894],[-72.85934496283794,41.28102038879304],[-72.86009096310627,41.28148938886085],[-72.86018696314079,41.2815493888695],[-72.86019696316376,41.28189938893761],[-72.8602949632076,41.28211338897632],[-72.86034096322808,41.28221238899419],[-72.86023396319416,41.28222638900036],[-72.8601589631704,41.28223638900471],[-72.86006496314059,41.28224838901008],[-72.85923996287923,41.28235838905802],[-72.85904396281718,41.28238538906959],[-72.85896596279257,41.282397389074426],[-72.85868396270342,41.28243838909148],[-72.85750396232923,41.282589389158815],[-72.85550796169638,41.28284638927301],[-72.85458496140372,41.28296538932584],[-72.85311796093812,41.28314638940822],[-72.85251296074613,41.283221389442275],[-72.85176896051344,41.283374389496025],[-72.85140696040189,41.28347838952795],[-72.85069896018065,41.28362738957977],[-72.84942095977692,41.28381838965803],[-72.84571595860656,41.2843743898854],[-72.84359195793657,41.28471039001912],[-72.84262495763156,41.28486339008],[-72.84036195691777,41.28522239022265],[-72.83963095668732,41.28534039026912],[-72.83748695601143,41.2856873904056],[-72.83743795599588,41.285693390408355],[-72.83670595576442,41.28579939045251],[-72.83579895547547,41.28589239049973],[-72.83499995522367,41.28602339055092],[-72.83466495511817,41.28607939057259],[-72.83388795487225,41.286188390618776],[-72.83245395442002,41.28641739070945],[-72.82990495361754,41.28684939087549],[-72.82831795311587,41.28708239097183],[-72.82820295307975,41.287103390979624],[-72.82792795299332,41.287152390997996],[-72.82718695275936,41.28726639104399],[-72.82413795179673,41.287735391233255],[-72.82335195154864,41.28785739128226],[-72.82312195147583,41.28788939129586],[-72.8229479514213,41.28792339130809],[-72.82288995140284,41.28792939131112],[-72.82251695128431,41.287973391331654],[-72.82218895118034,41.28801639135055],[-72.82195595110656,41.28804839136425],[-72.82184595107188,41.2880663913713],[-72.82151595096788,41.28812039139241],[-72.82140695093358,41.28813939139962],[-72.8196569503823,41.28843039151249],[-72.8196309503648,41.28826939148186],[-72.81955495032614,41.28802039143559],[-72.81944195027471,41.287757391387785],[-72.81917695016024,41.287250391297135],[-72.81916795015658,41.28723739129487],[-72.81872694997743,41.28659539118347],[-72.81820394977001,41.285923391068785],[-72.81804594970848,41.28574039103806],[-72.81807194971636,41.28573039103527],[-72.81900794999001,41.285197390901125],[-72.81949895013246,41.28489839082695],[-72.81993495025596,41.28457939075063],[-72.82049895041281,41.28411539064186],[-72.82117795059398,41.28342039048423],[-72.82161695071107,41.2829703903822],[-72.82256295096354,41.282003390162835],[-72.82288695105039,41.28167839008891],[-72.82363595125133,41.28093138991889],[-72.82386095131166,41.2807063898677],[-72.82418595139886,41.28038238979394],[-72.82434495144156,41.280224389757954],[-72.82482195156975,41.27975238965041],[-72.82498195161281,41.27959538961458],[-72.8251169516494,41.27946738958523],[-72.82532895170675,41.27926438953876],[-72.82595495187645,41.27867138940276],[-72.82635595198323,41.27825738930896],[-72.82648295201707,41.27812638927928],[-72.8266899520723,41.277914389231206],[-72.82662095203676,41.277680389187644],[-72.82649295198132,41.27743238914322],[-72.82657595200581,41.27738938913217],[-72.82706595214445,41.2770283890459],[-72.82717695218251,41.27706538904958],[-72.82732495223333,41.27711538905463],[-72.82737795224777,41.277066389043355],[-72.82808795244628,41.27650138891014],[-72.82814495246265,41.276463388900886],[-72.82867495261307,41.27608138880922],[-72.82909495273688,41.27586038875257],[-72.82930095279698,41.2757413887227],[-72.82941795283038,41.275660388703116],[-72.82956195287157,41.275562388679354],[-72.83022695306938,41.27524438859587],[-72.83022195306646,41.27522138859154],[-72.83020695305777,41.27515338857872],[-72.83020195305492,41.27513138857458],[-72.83024295306896,41.275144388575804],[-72.83036895311217,41.27518638857998],[-72.8304119531269,41.27520038858135],[-72.83053095316387,41.27517138857188],[-72.83086195326769,41.27510838854895],[-72.83088895327623,41.27510438854732],[-72.83119695337582,41.275099388536475],[-72.83172195354778,41.275129388525556],[-72.83207095366481,41.27519738852768],[-72.83222995371868,41.27523838853062],[-72.83267595386978,41.27535338853883],[-72.83278895389547,41.275158388497076],[-72.8329579539282,41.274765388414814],[-72.83318995397336,41.274230388302755],[-72.83344695402815,41.27372238819517],[-72.83369395409264,41.2734443881329],[-72.83401095417857,41.27314438806409],[-72.83438095427903,41.27279638798418],[-72.83449295431011,41.27270338796242],[-72.83461195434364,41.272613387941],[-72.83461995434568,41.27260338793878],[-72.83475295438082,41.27246138790676],[-72.83480295439405,41.2724083878948],[-72.83492295442264,41.272224387854976],[-72.8350119544439,41.27208938782571],[-72.83529195450886,41.271629387726776],[-72.83536595452617,41.27151038770114],[-72.8357669546311,41.27106338760088],[-72.83645095482244,41.270521387472975],[-72.83687295494053,41.27018738739414],[-72.83729395505807,41.269849387314565],[-72.83824595532398,41.26908738713505],[-72.83840895537155,41.26899338711146],[-72.8386049554304,41.26890938708875],[-72.83861795543433,41.268904387087346],[-72.83912695559185,41.26877038704485],[-72.83922795562275,41.26873738703518],[-72.83953395571655,41.26864038700641],[-72.83963695574815,41.26860838699684],[-72.84000195585983,41.268489386961896],[-72.84057995603676,41.26830238690681],[-72.84092895614386,41.26819438687452],[-72.84110795620109,41.268179386865846],[-72.8414909563236,41.26814938684773],[-72.8417069563946,41.26816638684414],[-72.84173895640514,41.2681693868437],[-72.84231095659165,41.26818738682891],[-72.84235795660649,41.26818038682605],[-72.842573956675,41.26815238681366],[-72.84269295672354,41.268329386844464],[-72.84304995686921,41.26886138693709],[-72.84316895691781,41.2690393869681],[-72.8434239569954,41.26894838694215],[-72.84363895706387,41.268926386930964],[-72.84392595715543,41.26889938691647],[-72.84423195724814,41.268783386884],[-72.84444995731069,41.26863838684866],[-72.84477695741758,41.26865338684113],[-72.84502295749286,41.2685733868176],[-72.8451479575312,41.26853438680599],[-72.8453369575831,41.26836738676726],[-72.84541195760332,41.268294386750576],[-72.84544595761248,41.26826138674305],[-72.84558395765228,41.2681733867214],[-72.84570795769008,41.26813038670903],[-72.84577295770774,41.26806938669501],[-72.84578795770979,41.26801938668476],[-72.8463109578863,41.268142386692084],[-72.84706795813257,41.26815638667058],[-72.84715495816013,41.26814438666545],[-72.84732995822138,41.26822438667549],[-72.84753395829559,41.26836738669692],[-72.84765795833589,41.26836938669336],[-72.8479489584359,41.2684693867036],[-72.84805695847079,41.26846738669975],[-72.84819595851451,41.26844338669059],[-72.84833395855584,41.26838238667426],[-72.84850095860106,41.268223386637814],[-72.8486619586522,41.26820438662893],[-72.84876395868561,41.26821038662685],[-72.84890895873079,41.26817738661575],[-72.84906895877728,41.26808138659185],[-72.84915595880533,41.26807838658848],[-72.84909795878465,41.268045386583886],[-72.84906195876914,41.26797738657174],[-72.84909095877438,41.26790338655632],[-72.84921195881076,41.267852386542465],[-72.84934495885243,41.26782638653314],[-72.84946895889253,41.26782438652877],[-72.84956295892414,41.26784438652966],[-72.84965195895647,41.267906386538954],[-72.8497219589809,41.26793638654257],[-72.8497889590017,41.26792038653729],[-72.84988995903271,41.267889386528],[-72.84995395904892,41.267808386510126],[-72.8500009590613,41.26775738649863],[-72.85004695907332,41.26770638648719],[-72.85008495907823,41.26757438646015],[-72.85026495912834,41.267427386425624],[-72.85038295915243,41.26717538637258],[-72.85053095918288,41.26686338630681],[-72.85072595922935,41.26656538624227],[-72.85086395926497,41.266403386206164],[-72.85107695932663,41.26627138617352],[-72.85125695937751,41.26613838614175],[-72.85166195950744,41.266113386123884],[-72.85174695953512,41.26611538612156],[-72.85183695956498,41.26612738612102],[-72.8519739596102,41.26614138611936],[-72.85220695967732,41.26599138608257],[-72.85226695969313,41.26592638606793],[-72.85231095970465,41.26587738605694],[-72.85238695972326,41.26577038603357],[-72.85238695971708,41.26566038601206],[-72.8522959596811,41.265545385992475],[-72.85222695965233,41.26543138597238],[-72.85222695964569,41.26531338594931],[-72.85223495964249,41.265210385928896],[-72.85224295963668,41.26506138589951],[-72.85217395960807,41.264950385880006],[-72.85183295948244,41.2646823858385],[-72.85177695945511,41.264519385808406],[-72.85189195946967,41.26411538572569],[-72.85192995947384,41.26397038569611],[-72.8519299594659,41.26382938566853],[-72.85172395937829,41.263459385602744],[-72.85170995936122,41.26323638555957],[-72.8519169594229,41.26313938553399],[-72.85180595936441,41.26273938545927],[-72.85191595937228,41.26224538535912],[-72.85192795937304,41.26218938534779],[-72.85244895958184,41.2628983854698],[-72.85294395978077,41.26358138558755],[-72.85334095994061,41.264134385683],[-72.85374596007814,41.26424438569155],[-72.85399096015436,41.26418738567258],[-72.85423396023361,41.264195385666355],[-72.85448596031574,41.26420238565966],[-72.8549129604551,41.26421838564911],[-72.8553399605944,41.26423338563836],[-72.85570596071825,41.264325385644646],[-72.85607196084379,41.26444738565679],[-72.85643096096534,41.2645383856631],[-72.85678996109851,41.264836385709884],[-72.85710996122027,41.26515638576223],[-72.8574379613393,41.265381385795735],[-72.85755996138404,41.26547338580983],[-72.85770496143685,41.26557638582533],[-72.85784996148647,41.26562238582967],[-72.85797196152944,41.26568338583771],[-72.85807896156521,41.26570238583799],[-72.85823896161772,41.26571338583502],[-72.85839196166778,41.26572138583168],[-72.85855196172226,41.26576738583556],[-72.85876596179118,41.265759385827145],[-72.8589029618354,41.26575538582197],[-72.85904796188325,41.26577038582026],[-72.85919196193085,41.26578638581878],[-72.85946496201764,41.265755385803956],[-72.85981396212041,41.26557038575661],[-72.85997496216962,41.26551738574108],[-72.86013696221917,41.26546438572552],[-72.86027396226275,41.26544938571819],[-72.86039696230426,41.265478385719945],[-72.86051396234508,41.26552938572616],[-72.86050396235939,41.26584138578751],[-72.86048796237101,41.26614038584652],[-72.86052896239569,41.26634238588469],[-72.86065396244511,41.266500385911606],[-72.86087496252229,41.266598385923686],[-72.86103296257481,41.26662138592313]]]},"properties":{"name":1842,"geoid":"09009184200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.82655195078607,41.255816384912805],[-72.82609595066093,41.25622138500665],[-72.8247289502859,41.25743738528829],[-72.82427395016113,41.25784338538228],[-72.8236729499937,41.25833238549717],[-72.82344294992524,41.258441385525856],[-72.82067094910037,41.25976138587275],[-72.82065594909592,41.2597683858746],[-72.82019894895994,41.25998638593185],[-72.81972694881945,41.26021038599078],[-72.81875394852446,41.260576386093476],[-72.81765794821295,41.261359386281725],[-72.81736794812396,41.2614493863086],[-72.81707794803496,41.26153938633549],[-72.816934947991,41.261582386348465],[-72.8167929479473,41.261624386361206],[-72.81656894787635,41.261654386374246],[-72.81634494780533,41.26168338638708],[-72.8163359478024,41.26168338638736],[-72.81586694765357,41.26174138641371],[-72.81538894750179,41.26179938644033],[-72.81483294733096,41.26196838649116],[-72.81427694716012,41.26213738654201],[-72.81355794692885,41.26217138657163],[-72.81283894669757,41.262205386601266],[-72.81205794645707,41.262433386670835],[-72.81119394620606,41.26295338680018],[-72.81109594618621,41.263166386844986],[-72.81095794615835,41.263467386908275],[-72.81096694618522,41.26389438699154],[-72.81106694622329,41.26399438700791],[-72.8111669462614,41.264095387024476],[-72.81126994630394,41.26425838705307],[-72.81137294634644,41.26442038708147],[-72.81183294651218,41.26471538712448],[-72.8127919468456,41.26511438717189],[-72.81359994711806,41.26529938718226],[-72.81537594771035,41.26558938718224],[-72.8156089477881,41.265628387182424],[-72.81622194801258,41.26608538725222],[-72.81703994830634,41.26659238732526],[-72.81762094851993,41.26704038739433],[-72.81797694865078,41.26731438743655],[-72.81831594878892,41.267816387523915],[-72.81815194874983,41.26806738757825],[-72.81779994866167,41.26853038768008],[-72.81746694859066,41.26918938781964],[-72.81732194856346,41.26954238789333],[-72.8172689485537,41.269674387920844],[-72.81728494857647,41.26998738798156],[-72.8171869485786,41.27059138810284],[-72.81670794844364,41.27095438818915],[-72.81464294780207,41.27145638835338],[-72.8144739477496,41.27149838836698],[-72.81410294763828,41.27165838841014],[-72.81373694752847,41.271817388452945],[-72.81322094740123,41.2725313886091],[-72.813015947351,41.27282138867239],[-72.81240494720156,41.27368838886149],[-72.81217194716747,41.274427389013475],[-72.81205994713804,41.27455038904112],[-72.81187594708983,41.274754389086915],[-72.81121794689332,41.27505538916683],[-72.81076294676186,41.27534238923749],[-72.81031794663335,41.275624389306884],[-72.80903594623702,41.27597138941572],[-72.80719594563821,41.27593638946769],[-72.80634994534864,41.275666389441916],[-72.80632494534004,41.27565738944096],[-72.80565794511026,41.27541838941552],[-72.80538294500427,41.27511938936583],[-72.80505394488516,41.27489838933311],[-72.80502894487687,41.274895389333324],[-72.80476994479099,41.27486238933515],[-72.80460194473527,41.27484038933622],[-72.80451194470547,41.27482938933692],[-72.80403294456934,41.27517238941933],[-72.80365994446662,41.275497389494824],[-72.80359694445156,41.27559338951561],[-72.80336494439665,41.27595538959382],[-72.80332294438246,41.27594538959322],[-72.8008179435309,41.27525038953732],[-72.80046194341088,41.27516938953285],[-72.79982994319914,41.27504938952957],[-72.79920694299194,41.27495838953167],[-72.79808894262143,41.27481838954001],[-72.79666994215312,41.27467538955736],[-72.79593094191044,41.2746223895706],[-72.79453394145168,41.27452238959566],[-72.79298294094284,41.274420389625256],[-72.79264194083099,41.27439838963184],[-72.79146294044473,41.27433038965619],[-72.79003393997755,41.274265389689106],[-72.78944293978522,41.27425438970583],[-72.78849793947784,41.274239389733076],[-72.78727693908328,41.27426638977734],[-72.78726793907991,41.27425838977606],[-72.78717293904202,41.27413238975444],[-72.78706193900283,41.27407538974684],[-72.78691793895202,41.274002389737156],[-72.78626493872298,41.273695389697956],[-72.78599893862967,41.27357038968199],[-72.78624793864815,41.272459389456706],[-72.78625193864848,41.272442389453246],[-72.78695693869079,41.269119388780666],[-72.78696393869137,41.269089388774574],[-72.78713393868516,41.267995388555114],[-72.78698993863513,41.267936388548165],[-72.78678893856535,41.26785438853854],[-72.78656393848652,41.267750388525386],[-72.78642393843754,41.267686388517326],[-72.78637493840925,41.267465388475664],[-72.7863539383938,41.267311388446196],[-72.78623193830414,41.26641838827537],[-72.78618793827653,41.26618038823021],[-72.78612093823378,41.265805388158974],[-72.78609893821827,41.26565638813053],[-72.78608893821088,41.26558238811638],[-72.78603493817673,41.26528538805998],[-72.78604093817464,41.265213388045694],[-72.78604593817396,41.26517238803752],[-72.78614893820563,41.26514138802816],[-72.78615193820322,41.265081388016334],[-72.78616193819661,41.26490538798157],[-72.7861659381946,41.264846387969904],[-72.78577493796183,41.26295638761259],[-72.78562893787488,41.2622503874791],[-72.78600593794191,41.261264387274124],[-72.78842993850361,41.257259386413025],[-72.79174793940095,41.25406938568281],[-72.79461894034554,41.254309385638145],[-72.79879794174795,41.25514938566909],[-72.80001094210907,41.25457338551766],[-72.80274294288158,41.25254938503431],[-72.804204942896,41.24434938338265],[-72.8119319453203,41.24289738285165],[-72.8210789483357,41.24377738273167],[-72.82459994964387,41.246744383199875],[-72.82467994968688,41.247048383256804],[-72.82453594965635,41.24733638331777],[-72.82507994987317,41.24805638344131],[-72.82536394999669,41.248616383541815],[-72.82556495008407,41.249012383612914],[-72.82582095019538,41.24951638370335],[-72.82610395031836,41.250072383803115],[-72.82683695060017,41.250858383933505],[-72.8272239507489,41.25127238400214],[-72.82708895075608,41.25218038418416],[-72.82668595077848,41.254907384730664],[-72.82655195078607,41.255816384912805]]]},"properties":{"name":1844,"geoid":"09009184400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.79550594284328,41.293690393313085],[-72.79534494279251,41.293716393323294],[-72.79486094263989,41.293794393354005],[-72.79470094258949,41.29382139336442],[-72.7941869424274,41.29390439339706],[-72.79264694194187,41.294155393495345],[-72.79213394178021,41.294240393528355],[-72.79183994168751,41.29428839354714],[-72.79137494154092,41.294364393576856],[-72.79095794140929,41.29442939360288],[-72.7906639413165,41.294475393621276],[-72.79048794126098,41.29450339363236],[-72.78995394109053,41.29455339365921],[-72.78977694103406,41.29457039366818],[-72.78976994103178,41.2945703936684],[-72.78974794102477,41.294572393669505],[-72.78974194102287,41.29457339366989],[-72.78887794074487,41.294614393705494],[-72.7877419403794,41.29466939375256],[-72.78654993999052,41.29463139378319],[-72.78628493990333,41.29460939378736],[-72.78556393966619,41.29455239379925],[-72.7854249396198,41.29452939379919],[-72.78520993954803,41.29449339379902],[-72.78456593933313,41.29438739379888],[-72.78435193926174,41.29435239379887],[-72.78413893919034,41.29431139379765],[-72.7835029389772,41.2941903937943],[-72.78329093890616,41.29415039379325],[-72.78306493883031,41.294105393791675],[-72.78238693860288,41.293972393787314],[-72.78221393854484,41.29393839378619],[-72.78216193852747,41.293929393786094],[-72.78208293850105,41.293915393785895],[-72.78184593842197,41.29387639378583],[-72.78176793839593,41.29386339378579],[-72.78125093822331,41.29377639378528],[-72.78110793817578,41.293756393785934],[-72.78051893798015,41.29367539378891],[-72.77972393771816,41.29360339380022],[-72.7791109375188,41.293594393818026],[-72.77905693750125,41.293594393819745],[-72.77844293730311,41.293613393843074],[-72.77819493722303,41.29362039385237],[-72.77801093716418,41.29363539386117],[-72.77744493698331,41.293684393888825],[-72.77672093675379,41.29378039393071],[-72.77653693669548,41.29380539394147],[-72.77629293661823,41.29383939395591],[-72.77605693654363,41.29387439397029],[-72.77564193641228,41.29393339399508],[-72.77368993579474,41.29421439411232],[-72.77303993558913,41.29430839415147],[-72.77299093556901,41.294233394138374],[-72.77294293554924,41.29415839412524],[-72.7728469355097,41.29400939409917],[-72.7723929353229,41.29330539397601],[-72.77230093528144,41.29309839393847],[-72.77215793521685,41.29277439387968],[-72.77149993488501,41.2906653934883],[-72.77060893443549,41.287805392957466],[-72.76984493402652,41.28493339242018],[-72.76976893399335,41.28478139239287],[-72.7695509338982,41.28434639231476],[-72.76880593357308,41.2828583920475],[-72.76868493352018,41.28261539200382],[-72.76856293346698,41.282372391960195],[-72.76824693332678,41.28170039183884],[-72.76778293312097,41.28071439166079],[-72.76760893303681,41.28022039156972],[-72.76744493295614,41.27973039147911],[-72.76742493294442,41.27963739146156],[-72.76734993290047,41.27928739139548],[-72.76734193287642,41.27890439132081],[-72.76741693288258,41.278580391255055],[-72.76745193288558,41.278431391224785],[-72.76752393289806,41.27823739118455],[-72.76775593295656,41.27793839111865],[-72.7679389330058,41.277757391077415],[-72.76797193301472,41.27772539107009],[-72.76820193307977,41.277555391029516],[-72.76854893318412,41.277408390989685],[-72.76892993330324,41.277328390961884],[-72.76894193330713,41.27732839096149],[-72.76950493349045,41.27734039094589],[-72.77022493372593,41.27737439092956],[-72.77125993405924,41.277330390887926],[-72.77127493406398,41.277328390887064],[-72.77205093431179,41.277258390848615],[-72.77326693468525,41.27688339073644],[-72.7735769347805,41.27678839070798],[-72.77497493519843,41.27615339053915],[-72.7753989353252,41.27596139048806],[-72.77679093574665,41.2754243903386],[-72.77797893610641,41.274967390211295],[-72.77821093618095,41.27495439020134],[-72.778910936406,41.27491839017195],[-72.77914393648096,41.27490739016236],[-72.78076893699998,41.274762390082124],[-72.78371693794165,41.274501389936965],[-72.78564793856086,41.27437338985028],[-72.78727693908328,41.27426638977734],[-72.78849793947784,41.274239389733076],[-72.78944293978522,41.27425438970583],[-72.79003393997755,41.274265389689106],[-72.79146294044473,41.27433038965619],[-72.79264194083099,41.27439838963184],[-72.79298294094284,41.274420389625256],[-72.79453394145168,41.27452238959566],[-72.79593094191044,41.2746223895706],[-72.79666994215312,41.27467538955736],[-72.79808894262143,41.27481838954001],[-72.79920694299194,41.27495838953167],[-72.79982994319914,41.27504938952957],[-72.80046194341088,41.27516938953285],[-72.8008179435309,41.27525038953732],[-72.80332294438246,41.27594538959322],[-72.80336494439665,41.27595538959382],[-72.80324894436912,41.276135389632735],[-72.80295694428614,41.276344389682954],[-72.80289494428354,41.27665638974597],[-72.80304294434379,41.27687438978386],[-72.80337394446137,41.277056389808884],[-72.80375494459855,41.27729838984405],[-72.80405694471114,41.277558389885236],[-72.80412294475238,41.27791238995238],[-72.80406294473711,41.27798638996877],[-72.8028039444227,41.27966039033639],[-72.80284994445734,41.28001139040358],[-72.80311694455787,41.28025939044355],[-72.80317794458148,41.280327390454886],[-72.80323894460537,41.280400390467214],[-72.80340694466672,41.28052239048571],[-72.80357494472828,41.280648390504986],[-72.80374994479426,41.28081239053145],[-72.8039259448608,41.28098039055869],[-72.80408594492039,41.28111739058038],[-72.80423794497717,41.28125039060153],[-72.8043449450226,41.28144139063546],[-72.80444494506628,41.28164139067139],[-72.80445194507445,41.28174639069167],[-72.80443694507284,41.281804390703506],[-72.8043529450494,41.2818723907195],[-72.80433094504356,41.28189539072468],[-72.80423794501576,41.28193739073586],[-72.80387994490495,41.2820323907659],[-72.80361994482085,41.282036390774984],[-72.80304794463102,41.28196039077841],[-72.80281194455576,41.28198339079044],[-72.80244494445193,41.28225439085517],[-72.80215594437875,41.28262039093598],[-72.80204894436481,41.282990391011765],[-72.80204894437937,41.283249391062405],[-72.80211694441154,41.28342939109543],[-72.80235394449694,41.28358139111758],[-72.8027889446398,41.28361239110974],[-72.80308594473783,41.28364239110613],[-72.80342194485777,41.28383739113351],[-72.80348294488465,41.2839633911562],[-72.80347494488997,41.284104391184016],[-72.80342994488245,41.28423039121011],[-72.80326894483771,41.28436339124126],[-72.80304794477263,41.2844813912714],[-72.80273494468548,41.28473739133146],[-72.80240694459964,41.28510339141353],[-72.80205594450206,41.28539339148144],[-72.80161394437043,41.28560239153644],[-72.80128094426897,41.28571939156997],[-72.80103894419024,41.28571539157692],[-72.80070394407898,41.28566939157863],[-72.80035394395887,41.28555239156694],[-72.80031694394569,41.285531391564014],[-72.80011094387218,41.28541239154732],[-72.79990494379872,41.285294391530826],[-72.79963794370268,41.285126391506516],[-72.79936294360853,41.28503839149809],[-72.79908094351666,41.285031391505726],[-72.79884394344465,41.28511839153032],[-72.7986309433837,41.28526339156548],[-72.79847794334654,41.28548539161379],[-72.7983029433133,41.2859043917013],[-72.79809694326963,41.28631639178845],[-72.79794394323605,41.28660239184927],[-72.79776094318696,41.286785391890895],[-72.79723494304547,41.2873043920092],[-72.79708194300763,41.287514392055144],[-72.7969219429714,41.28779339211483],[-72.7968679429637,41.287968392150766],[-72.79670794293472,41.28837639223566],[-72.79653994289285,41.28860139228501],[-72.7962889428159,41.288681392308675],[-72.79597594272876,41.28893739236874],[-72.79590694271582,41.2891053924038],[-72.7956629426553,41.28943739247651],[-72.79553294262446,41.28963939252016],[-72.7954259425983,41.28979139255329],[-72.79524194254432,41.289893392579124],[-72.79514894251153,41.2898463925729],[-72.7950589424738,41.28969439254607],[-72.79496694243872,41.28960139253081],[-72.79487394240478,41.28953439252068],[-72.79467694233772,41.28947839251603],[-72.79433094222549,41.28947839252709],[-72.79404394213536,41.289531392546614],[-72.7937009420347,41.28972039259453],[-72.79358094200886,41.289953392643916],[-72.79363294204005,41.29020839269211],[-72.79375394209293,41.29045139273577],[-72.79396294217305,41.29067039277191],[-72.79402594220275,41.29083539280216],[-72.7939199421869,41.29116539287008],[-72.79358894209857,41.29150439294692],[-72.79340894204687,41.29162339297594],[-72.79325294200203,41.29172639300107],[-72.79295594191049,41.29181239302738],[-72.79279094185787,41.291828393035786],[-72.79268694182453,41.29183539304048],[-72.7924879417607,41.291848393049364],[-72.79248194175887,41.29185039304994],[-72.79237394172725,41.291911393065334],[-72.79235994173112,41.292061393095096],[-72.7924629417808,41.29235039314831],[-72.79247894178766,41.29238039315368],[-72.79257394182876,41.29256339318642],[-72.7926399418578,41.292699393210896],[-72.79283894194535,41.293108393284506],[-72.79290594197477,41.29324539330916],[-72.79298394200192,41.293278393313116],[-72.79307294203294,41.29331639331769],[-72.79322894208546,41.29335039331936],[-72.79325494209424,41.293356393319705],[-72.79331394211316,41.293352393317036],[-72.79340494213999,41.293304393304744],[-72.7934569421552,41.29327539329742],[-72.79349494216649,41.293256393292474],[-72.79376494224616,41.29311539325628],[-72.79388894228268,41.29304939323943],[-72.7940339423255,41.292974393220135],[-72.79429494240287,41.292844393186364],[-72.79440694243746,41.29281339317673],[-72.79444794245015,41.29280239317327],[-72.79473194254084,41.29277639315911],[-72.79503094264271,41.292863393166556],[-72.79518294269674,41.29294739317814],[-72.79528494273725,41.29307939320068],[-72.7953929427846,41.29329839324006],[-72.79541594279458,41.29334339324812],[-72.7954659428217,41.29353739328444],[-72.79548594283251,41.29361439329886],[-72.79550594284328,41.293690393313085]]]},"properties":{"name":1845,"geoid":"09009184500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.73524192096275,41.25210438709945],[-72.73725492150396,41.25010438664383],[-72.73963792214461,41.24773638610436],[-72.74534192386618,41.24543538547225],[-72.74954192513377,41.24374138500682],[-72.75942992811783,41.23975238391079],[-72.76094992862691,41.240040383918746],[-72.76218192906764,41.2407763840236],[-72.76307792941729,41.24183238420182],[-72.76384592977737,41.2438163845658],[-72.76247792965223,41.249510385724086],[-72.76452693059457,41.25447238663004],[-72.77150793312728,41.25926438734531],[-72.77681893501294,41.262173387745165],[-72.78205493672729,41.26245838763386],[-72.78557793784466,41.262006387432976],[-72.78562893787488,41.2622503874791],[-72.78577493796183,41.26295638761259],[-72.7861659381946,41.264846387969904],[-72.78616193819661,41.26490538798157],[-72.78615193820322,41.265081388016334],[-72.78614893820563,41.26514138802816],[-72.78604593817396,41.26517238803752],[-72.78604093817464,41.265213388045694],[-72.78603493817673,41.26528538805998],[-72.78608893821088,41.26558238811638],[-72.78609893821827,41.26565638813053],[-72.78612093823378,41.265805388158974],[-72.78618793827653,41.26618038823021],[-72.78623193830414,41.26641838827537],[-72.7863539383938,41.267311388446196],[-72.78637493840925,41.267465388475664],[-72.78642393843754,41.267686388517326],[-72.78656393848652,41.267750388525386],[-72.78678893856535,41.26785438853854],[-72.78698993863513,41.267936388548165],[-72.78713393868516,41.267995388555114],[-72.78696393869137,41.269089388774574],[-72.78695693869079,41.269119388780666],[-72.78625193864848,41.272442389453246],[-72.78624793864815,41.272459389456706],[-72.78599893862967,41.27357038968199],[-72.78626493872298,41.273695389697956],[-72.78691793895202,41.274002389737156],[-72.78706193900283,41.27407538974684],[-72.78717293904202,41.27413238975444],[-72.78726793907991,41.27425838977606],[-72.78727693908328,41.27426638977734],[-72.78564793856086,41.27437338985028],[-72.78371693794165,41.274501389936965],[-72.78076893699998,41.274762390082124],[-72.77914393648096,41.27490739016236],[-72.778910936406,41.27491839017195],[-72.77821093618095,41.27495439020134],[-72.77797893610641,41.274967390211295],[-72.77679093574665,41.2754243903386],[-72.7753989353252,41.27596139048806],[-72.77497493519843,41.27615339053915],[-72.7735769347805,41.27678839070798],[-72.77326693468525,41.27688339073644],[-72.77205093431179,41.277258390848615],[-72.77127493406398,41.277328390887064],[-72.77125993405924,41.277330390887926],[-72.77022493372593,41.27737439092956],[-72.76950493349045,41.27734039094589],[-72.76894193330713,41.27732839096149],[-72.76892993330324,41.277328390961884],[-72.76854893318412,41.277408390989685],[-72.76820193307977,41.277555391029516],[-72.76797193301472,41.27772539107009],[-72.7679389330058,41.277757391077415],[-72.76775593295656,41.27793839111865],[-72.76752393289806,41.27823739118455],[-72.76745193288558,41.278431391224785],[-72.76741693288258,41.278580391255055],[-72.76734193287642,41.27890439132081],[-72.76734993290047,41.27928739139548],[-72.76742493294442,41.27963739146156],[-72.76744493295614,41.27973039147911],[-72.76760893303681,41.28022039156972],[-72.76778293312097,41.28071439166079],[-72.76824693332678,41.28170039183884],[-72.76856293346698,41.282372391960195],[-72.76868493352018,41.28261539200382],[-72.76880593357308,41.2828583920475],[-72.7695509338982,41.28434639231476],[-72.76976893399335,41.28478139239287],[-72.76984493402652,41.28493339242018],[-72.77060893443549,41.287805392957466],[-72.77149993488501,41.2906653934883],[-72.77215793521685,41.29277439387968],[-72.77230093528144,41.29309839393847],[-72.7723929353229,41.29330539397601],[-72.7728469355097,41.29400939409917],[-72.77294293554924,41.29415839412524],[-72.77299093556901,41.294233394138374],[-72.77303993558913,41.29430839415147],[-72.77296393556507,41.29431939415604],[-72.7722829353494,41.29441339419617],[-72.77168693516073,41.29449739423161],[-72.77001293463061,41.29472939433041],[-72.76953093447804,41.294797394359094],[-72.76925693439121,41.29483439437509],[-72.76870093421498,41.2949083944073],[-72.76703393368659,41.2951313945041],[-72.76690593364607,41.29514939451169],[-72.76647593350846,41.295183394532074],[-72.7658839333202,41.29525139456426],[-72.76586893331543,41.29525339456513],[-72.76411993276287,41.29551939467296],[-72.7639749327171,41.29554239468207],[-72.76353293257775,41.295614394710256],[-72.76315993245974,41.29566839473272],[-72.76289893237718,41.29570639474848],[-72.76264393229657,41.29574439476404],[-72.76150293193525,41.295903394831555],[-72.76099393177313,41.29595739485834],[-72.76035793157058,41.296025394891934],[-72.76011593149408,41.2960613949067],[-72.75948693129537,41.29615739494554],[-72.75939193126533,41.296171394951294],[-72.75915093118915,41.296207394966025],[-72.7567069304163,41.296567395114394],[-72.7563109302908,41.296620395137374],[-72.75590193016122,41.296676395161384],[-72.75507892989944,41.29677039520601],[-72.75405392957403,41.29689839526373],[-72.75275992916013,41.29700539532592],[-72.75161892879045,41.29701539536428],[-72.74940492807484,41.29706539544465],[-72.74872292785426,41.297078395468944],[-72.74772592753176,41.29709639550426],[-72.74653692714716,41.29711839554648],[-72.74485792660462,41.29715939560803],[-72.74446792647858,41.297168395622215],[-72.74429392642223,41.29717039562816],[-72.74260192587462,41.297196395687195],[-72.7420389256925,41.2972063957071],[-72.74199292567012,41.29707339568255],[-72.74157592546743,41.29587139546081],[-72.74018892479293,41.29186639472184],[-72.73972692456826,41.29053239447567],[-72.73948992446189,41.290006394380356],[-72.73877892414289,41.288430394094775],[-72.73854192403658,41.287905393999644],[-72.7381349238143,41.28629439369753],[-72.73675192329122,41.284967393482034],[-72.73582292293989,41.284076393337365],[-72.73164892111134,41.27560439181296],[-72.73006892041923,41.27239639123561],[-72.72974892027898,41.27174539111841],[-72.72936192010938,41.27095839097674],[-72.72878991985851,41.2697913907666],[-72.72851991974011,41.26924039066736],[-72.72847091971867,41.269141390649544],[-72.7282999196373,41.268678390564396],[-72.72812891955599,41.26821639047943],[-72.72810391954422,41.268151390467516],[-72.72804991951844,41.26800339044027],[-72.72976092001768,41.2670043901903],[-72.72986992004947,41.2669403901743],[-72.7300919201143,41.266811390141996],[-72.73064692027616,41.26648639006073],[-72.7315589205423,41.26595438992758],[-72.73179892061319,41.265829389895465],[-72.73186292063208,41.26579638988698],[-72.73192592065074,41.265764389878704],[-72.73225092074578,41.26557838983196],[-72.7312749203254,41.26372338950001],[-72.73124592031186,41.263649389486446],[-72.73131092033192,41.26363138948084],[-72.7314209203585,41.263468389445435],[-72.73155292037929,41.26307438936413],[-72.73161092039248,41.26297338934253],[-72.73171892041717,41.26278838930287],[-72.73186492045771,41.26266638927435],[-72.73205992052007,41.262650389265005],[-72.73217892055813,41.26264038925925],[-72.73222592057253,41.262625389254836],[-72.73243992063804,41.26255538923432],[-72.73264892070277,41.26250038921689],[-72.73275092073442,41.26247438920856],[-72.73279592074839,41.262463389204974],[-72.73300892081711,41.26245638919682],[-72.73301592081954,41.26245938919719],[-72.73339592095306,41.26264238922091],[-72.73341892096168,41.26266338922428],[-72.73362292103816,41.26284738925379],[-72.73369192106117,41.262858389253765],[-72.73369692106279,41.2628583892536],[-72.73380692109949,41.262876389253606],[-72.73400092116282,41.26288338924882],[-72.73404392117646,41.262878389246474],[-72.73433392126859,41.26284338923038],[-72.73434892127291,41.26283338922794],[-72.73440492128884,41.262793389218345],[-72.73445992130445,41.262753389208754],[-72.73448692131605,41.262804389217884],[-72.7345129213274,41.26285638922723],[-72.73478992141251,41.26277138920177],[-72.73483292142478,41.26274138919452],[-72.73494792145677,41.262646389172275],[-72.73495692145936,41.26264038917081],[-72.73514492150743,41.26240938911962],[-72.7354369215836,41.26207738904534],[-72.73551692160687,41.262029389033394],[-72.73560392163392,41.26200838902652],[-72.7356989216586,41.26189838900198],[-72.73576392167469,41.261809388982485],[-72.7358069216877,41.26179238897779],[-72.73598992174803,41.26180938897529],[-72.73606992177028,41.26174338895983],[-72.73609892177565,41.2616713889448],[-72.73608292176414,41.2615583889232],[-72.7361129217709,41.261505388911864],[-72.73615892178539,41.261497388908836],[-72.73616392178702,41.26149738890868],[-72.73625092181736,41.261535388913344],[-72.73635292185078,41.261541388911276],[-72.73659992192438,41.261424388880506],[-72.7367089219589,41.26140938887411],[-72.73673092196616,41.261411388873796],[-72.7382069223626,41.2599383885385],[-72.73934492266835,41.25880438828031],[-72.73691492165825,41.25483738758119],[-72.73591692124343,41.25320838729408],[-72.73582592120557,41.25305938726781],[-72.73570892115696,41.25286838723413],[-72.73535792101104,41.252295387133145],[-72.73524192096275,41.25210438709945]]]},"properties":{"name":1846,"geoid":"09009184600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.8142409565112,41.428167418958964],[-72.81452595659782,41.42806241892935],[-72.81483395669068,41.42793641889493],[-72.81576295697097,41.42755841879146],[-72.81605295705823,41.42743641875838],[-72.8166019572239,41.42721341869733],[-72.81719295740233,41.42697541863198],[-72.81775395757165,41.42674841856975],[-72.81812595768396,41.426598418528584],[-72.81862395783334,41.42638041847013],[-72.818892957914,41.42626241843852],[-72.81941095806755,41.42600341837141],[-72.81956295811267,41.425928418351916],[-72.81994495822477,41.425717418298554],[-72.82007895826409,41.42564341827983],[-72.82047795837995,41.42540141821989],[-72.820682958443,41.42533941820121],[-72.82102695854232,41.4251204181475],[-72.8212169585971,41.42499841811765],[-72.82140795865233,41.42487841808813],[-72.82160095870742,41.42474441805582],[-72.8220919588477,41.4244064179742],[-72.82210595885151,41.42439341797123],[-72.82290495907415,41.42374341781894],[-72.82318995915355,41.42351141776458],[-72.8235169592424,41.42320541769446],[-72.82368895928924,41.42304641765796],[-72.82395195935901,41.422770417595736],[-72.82420495942563,41.42249641753423],[-72.8244669594948,41.42221541747107],[-72.82464495954177,41.42202441742813],[-72.82496995962771,41.42167841735027],[-72.82522695969581,41.42140741728923],[-72.8252679597067,41.42136441727953],[-72.82539495974062,41.421235417250315],[-72.82543695975187,41.421193417240794],[-72.82576995983909,41.42082441715817],[-72.8260999599256,41.42045941707648],[-72.82655096004619,41.42000341697313],[-72.82677496010312,41.419724416911585],[-72.82695996015022,41.41949541686102],[-72.82715096023185,41.4198414169223],[-72.82719996026623,41.42016741698426],[-72.82746996047177,41.422247417380895],[-72.82740496057188,41.42438641779974],[-72.82765196065044,41.42435741778617],[-72.82784796072094,41.42447841780344],[-72.82790696074046,41.42448441780273],[-72.82817696083045,41.424525417802045],[-72.82852696094268,41.424500417785936],[-72.8286219609706,41.42444841777275],[-72.82868696098869,41.42439541776034],[-72.82879696101863,41.424293417736926],[-72.82898596107769,41.424252417722876],[-72.82926296116815,41.424261417715734],[-72.82937996120529,41.42424641770906],[-72.8296419612873,41.42419241769012],[-72.82970796130981,41.424211417691694],[-72.83011596146548,41.4246204177583],[-72.83017496148624,41.42464841776186],[-72.83024796150896,41.42463141775619],[-72.83034296153615,41.42456641774048],[-72.83037896154833,41.424575417741075],[-72.83038596155549,41.42466141775761],[-72.830451961578,41.4246804177592],[-72.83049596158826,41.42460941774395],[-72.83065596163704,41.42455341772789],[-72.8308169616916,41.42459341773051],[-72.83092596171888,41.42445041769917],[-72.8308899616967,41.42426541766427],[-72.83083796167443,41.424170417647424],[-72.830896961687,41.42405441762294],[-72.83103496172838,41.4239934176066],[-72.8313739618384,41.42399241759553],[-72.83145096186341,41.42399241759306],[-72.83166296193298,41.42400541758879],[-72.83172096195288,41.424024417590616],[-72.83180796198403,41.42407541759778],[-72.83188896201374,41.42413541760686],[-72.83194696203314,41.42414541760694],[-72.83195796203667,41.4241444176064],[-72.83211496208689,41.42413141759882],[-72.83220896212053,41.42418641760651],[-72.83236296216793,41.42414041759261],[-72.83238596217569,41.42414541759284],[-72.83247996220553,41.424133417587484],[-72.832529962219,41.42408441757634],[-72.83252296221394,41.42403541756702],[-72.8325659622244,41.423973417553555],[-72.83260996223794,41.423960417549615],[-72.83269096226662,41.424002417555194],[-72.8327849622985,41.42402641755684],[-72.83287996232868,41.42401441755147],[-72.83321596244942,41.42421941758061],[-72.83347096252965,41.424174417563655],[-72.83356596256164,41.424194417564486],[-72.83360596257593,41.42421741756768],[-72.83362396258234,41.42422741756906],[-72.83369696261428,41.42437241759497],[-72.83379896265006,41.42441941760085],[-72.83387996267544,41.424403417595144],[-72.83405396272214,41.42423041755584],[-72.83418196276263,41.42421141754802],[-72.83446096286008,41.42433241756264],[-72.83455996290958,41.424638417619086],[-72.8345949629269,41.4247434176384],[-72.83478796302319,41.42533641774774],[-72.8360899634918,41.42614441786334],[-72.83673296372324,41.42654341792042],[-72.83686896377203,41.42662541793203],[-72.83727996391951,41.42687241796695],[-72.8374169639687,41.42695541797871],[-72.83750196399937,41.42700941798651],[-72.83760696403726,41.42707641799618],[-72.83777296409474,41.42713941800312],[-72.83786796412768,41.42717641800728],[-72.83789196413599,41.427185418008264],[-72.8379179641446,41.427188418008015],[-72.83807196419586,41.42721041800735],[-72.83812396421318,41.427218418007236],[-72.8380009641884,41.4274854180632],[-72.83763396411476,41.42828841823144],[-72.83751296409068,41.42855641828752],[-72.83715596401971,41.429349418453484],[-72.83608696380763,41.43173041895164],[-72.83573096373705,41.43252441911773],[-72.83498996359647,41.43428841948515],[-72.8346419635294,41.4350984196541],[-72.83310396323348,41.43868642040234],[-72.8312659628684,41.44277242125715],[-72.83012096264117,41.445321421790325],[-72.82986796259254,41.44591242191353],[-72.82911096244742,41.44768742228349],[-72.82885896239917,41.448279422406856],[-72.82872296237235,41.44858542247082],[-72.82831796229308,41.449506422663156],[-72.828183962267,41.44981342272724],[-72.82810696225224,41.44999442276496],[-72.82787796220882,41.45053942287843],[-72.82780296219478,41.45072142291627],[-72.8277229621785,41.45089242295214],[-72.82748596213075,41.451407423060026],[-72.82740796211519,41.45157942309602],[-72.82732196209776,41.45176442313479],[-72.82706596204616,41.45232042325127],[-72.82698196202944,41.452506423290174],[-72.82690396200246,41.45247742328706],[-72.82667096192189,41.45239142327778],[-72.8265939618953,41.45236342327482],[-72.82674696193,41.452099423218506],[-72.82689596196285,41.45182542316038],[-72.82699396198458,41.451647423122566],[-72.82717896202787,41.45135142305899],[-72.82762596212969,41.45058742289587],[-72.82781696217083,41.45021942281809],[-72.82810396223307,41.44967342270253],[-72.82776596211471,41.44952242268401],[-72.82675196175965,41.449069422628384],[-72.82641396164131,41.44891842260984],[-72.82617996155939,41.44881442259709],[-72.82547996131434,41.44850242255883],[-72.82524696123275,41.44839842254606],[-72.82516896120548,41.44836442254196],[-72.82493696112446,41.448264422529945],[-72.82485996109759,41.44823142252598],[-72.82482596108547,41.44821242252336],[-72.82472496104954,41.44815742251591],[-72.8246919610378,41.448139422513464],[-72.82445096095454,41.44805142250407],[-72.82438396093141,41.44802742250155],[-72.82372296070402,41.44780342247917],[-72.82348096062076,41.44772142247097],[-72.82342796060695,41.447781422484354],[-72.82327096056615,41.44796142252444],[-72.82321896055274,41.448022422538],[-72.82258196033138,41.4477674225088],[-72.82187796008678,41.447486422476686],[-72.8206779596691,41.44699442241941],[-72.82004495944881,41.44673542238932],[-72.81995095942831,41.446912422426806],[-72.81982595940121,41.44715042247717],[-72.81963495935466,41.44742342253647],[-72.81952095932701,41.44758842257226],[-72.81948095931793,41.44765742258697],[-72.81935595928562,41.44780342261942],[-72.81882695914895,41.44842342275714],[-72.81865095910352,41.4486304228031],[-72.81776495877922,41.447986422706144],[-72.81684695844321,41.44731942260574],[-72.81573495803931,41.446566422494804],[-72.81565695801103,41.44651442248717],[-72.81545895793805,41.446361422463745],[-72.8148949577324,41.44596542240474],[-72.81481795770432,41.445911422396684],[-72.81470795766417,41.445833422385036],[-72.81467195765107,41.44580842238133],[-72.81456695761271,41.44573342237009],[-72.81453195759993,41.44570842236634],[-72.81447595757946,41.44566842236035],[-72.81430795751825,41.44555142234295],[-72.81425295749818,41.44551242233713],[-72.81409295744209,41.44543942232804],[-72.81407895743719,41.445433422327326],[-72.8136519572828,41.445156422287084],[-72.81350595723005,41.44506242227347],[-72.81341995719853,41.44499942226397],[-72.81316395710468,41.44481042223537],[-72.81307895707356,41.444748422226034],[-72.81292895701932,41.44465142221196],[-72.8124819568577,41.44436142216982],[-72.81233295680387,41.44426542215591],[-72.8122539567752,41.44421242214814],[-72.81201695668933,41.44405542212515],[-72.81193895666104,41.44400342211754],[-72.81181895661781,41.44392842210678],[-72.81146095648876,41.44370342207446],[-72.81134195644587,41.443628422063654],[-72.81121995640136,41.44354242205084],[-72.81085395626788,41.44328442201233],[-72.81073195622336,41.443198421999504],[-72.81048595613404,41.443032421975076],[-72.80974795586624,41.44253642190214],[-72.80950195577697,41.44237142187792],[-72.80956195579199,41.442292421860614],[-72.80974195583703,41.44205542180867],[-72.80980295585239,41.4419774217915],[-72.80992095588148,41.441814421755986],[-72.81027495596868,41.441324421649185],[-72.81039395599815,41.441162421613825],[-72.81059295604803,41.44090142155659],[-72.81118895619721,41.44011842138495],[-72.81138895624741,41.43985842132791],[-72.81152095627988,41.43967442128781],[-72.81191995637818,41.4391224211675],[-72.812052956411,41.4389394211276],[-72.81215295643509,41.43879142109556],[-72.81245495650813,41.43834942099978],[-72.81255595653259,41.4382024209679],[-72.81286395660332,41.43768542085731],[-72.81378795681567,41.43613742052613],[-72.81378795681556,41.43613542052574],[-72.81411295689244,41.43562942041674],[-72.8141809569076,41.43550742039079],[-72.81438695695384,41.43514242031308],[-72.81445595696938,41.4350214202873],[-72.8145599569971,41.4349144202631],[-72.81475295704719,41.43469242021367],[-72.81512595715168,41.43439842014443],[-72.81515095715872,41.43437942013993],[-72.81554395727015,41.43409342007159],[-72.8162109574497,41.43343941992279],[-72.81650195752954,41.43318041986299],[-72.81673895759761,41.43302341982481],[-72.81720495772281,41.43256241972005],[-72.8172879577466,41.43250641970648],[-72.81750095780774,41.43236441967197],[-72.81774095787962,41.432257419643435],[-72.81812495799316,41.43206041959273],[-72.81803195795909,41.431992419582464],[-72.8178899579101,41.43194141957709],[-72.81786895790286,41.43193441957639],[-72.8174639577616,41.431762419555895],[-72.81716695765675,41.43161441953659],[-72.81704095761225,41.43155141952837],[-72.8169469575772,41.431471419515795],[-72.8167779575141,41.43132641949297],[-72.81649295740772,41.43108241945458],[-72.81626295732282,41.4309024194269],[-72.8160889572586,41.430766419405984],[-72.81556995706705,41.430360419343565],[-72.81546395702792,41.43027741933078],[-72.81538095699467,41.430166419311824],[-72.81525595693395,41.429811419246676],[-72.81492495677581,41.42891741908313],[-72.81472795669404,41.42860341902829],[-72.81470195668322,41.42856141902093],[-72.81453295661855,41.428388418992654],[-72.8142409565112,41.428167418958964]]]},"properties":{"name":1753,"geoid":"09009175300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.78041094703309,41.45482942523716],[-72.7805599470727,41.45467442520221],[-72.78154994733478,41.453623424965805],[-72.78209594748068,41.453067424840036],[-72.78294794770845,41.45220242464428],[-72.78462994815597,41.45045642425034],[-72.78479494819959,41.45028042421078],[-72.78520494831086,41.449893424122244],[-72.7866499486956,41.44839842378478],[-72.78719794884121,41.447826423655805],[-72.78833494914355,41.44664342338897],[-72.78866494923268,41.44632442331625],[-72.78888794929074,41.44607042325963],[-72.78924294938606,41.44571742317951],[-72.78992694956986,41.44503942302552],[-72.79030494967098,41.44465742293899],[-72.79052394972966,41.444437422889116],[-72.79065994976636,41.44430542285905],[-72.79082494981108,41.44414842282318],[-72.79134294994813,41.443597422699256],[-72.79137394995634,41.44356442269182],[-72.7922499501898,41.44266242248805],[-72.79279695033502,41.4420894223589],[-72.793282950465,41.4415974222475],[-72.79352595052997,41.44135042219158],[-72.79401995066209,41.440850422078356],[-72.7942479507229,41.44061642202546],[-72.7955669510747,41.43926342171963],[-72.79575395112406,41.43906242167448],[-72.79580995113895,41.43900442166137],[-72.79607195120997,41.438755421604476],[-72.79668295137391,41.43814642146626],[-72.79725295153092,41.43764942135116],[-72.7982139517983,41.43685942116644],[-72.79889295198961,41.43634342104416],[-72.79954895217755,41.43589942093663],[-72.80070395251163,41.43517442075833],[-72.80085295255452,41.435077420734665],[-72.80267395307969,41.43390742044832],[-72.80318295322608,41.43357342036695],[-72.80447895359906,41.43272642016035],[-72.80470895366506,41.43257342012316],[-72.80521695381104,41.43223742004142],[-72.8055049538934,41.432040419993804],[-72.80693195431171,41.431243419792764],[-72.80737095444047,41.43099941973113],[-72.80858595480306,41.43043441958207],[-72.80942895505727,41.430088419487625],[-72.81100895553443,41.429453419313205],[-72.81158895570863,41.429203419245894],[-72.81239795595422,41.4289014191611],[-72.81257595600837,41.428836419142726],[-72.81392095641469,41.42829841899476],[-72.81395395642434,41.42827941898997],[-72.8142409565112,41.428167418958964],[-72.81453295661855,41.428388418992654],[-72.81470195668322,41.42856141902093],[-72.81472795669404,41.42860341902829],[-72.81492495677581,41.42891741908313],[-72.81525595693395,41.429811419246676],[-72.81538095699467,41.430166419311824],[-72.81546395702792,41.43027741933078],[-72.81556995706705,41.430360419343565],[-72.8160889572586,41.430766419405984],[-72.81626295732282,41.4309024194269],[-72.81649295740772,41.43108241945458],[-72.8167779575141,41.43132641949297],[-72.8169469575772,41.431471419515795],[-72.81704095761225,41.43155141952837],[-72.81716695765675,41.43161441953659],[-72.8174639577616,41.431762419555895],[-72.81786895790286,41.43193441957639],[-72.8178899579101,41.43194141957709],[-72.81803195795909,41.431992419582464],[-72.81812495799316,41.43206041959273],[-72.81774095787962,41.432257419643435],[-72.81750095780774,41.43236441967197],[-72.8172879577466,41.43250641970648],[-72.81720495772281,41.43256241972005],[-72.81673895759761,41.43302341982481],[-72.81650195752954,41.43318041986299],[-72.8162109574497,41.43343941992279],[-72.81554395727015,41.43409342007159],[-72.81515095715872,41.43437942013993],[-72.81512595715168,41.43439842014443],[-72.81475295704719,41.43469242021367],[-72.8145599569971,41.4349144202631],[-72.81445595696938,41.4350214202873],[-72.81438695695384,41.43514242031308],[-72.8141809569076,41.43550742039079],[-72.81411295689244,41.43562942041674],[-72.81378795681556,41.43613542052574],[-72.81378795681567,41.43613742052613],[-72.81286395660332,41.43768542085731],[-72.81255595653259,41.4382024209679],[-72.81245495650813,41.43834942099978],[-72.81215295643509,41.43879142109556],[-72.812052956411,41.4389394211276],[-72.81191995637818,41.4391224211675],[-72.81152095627988,41.43967442128781],[-72.81138895624741,41.43985842132791],[-72.81118895619721,41.44011842138495],[-72.81059295604803,41.44090142155659],[-72.81039395599815,41.441162421613825],[-72.81027495596868,41.441324421649185],[-72.80992095588148,41.441814421755986],[-72.80980295585239,41.4419774217915],[-72.80974195583703,41.44205542180867],[-72.80956195579199,41.442292421860614],[-72.80950195577697,41.44237142187792],[-72.80974795586624,41.44253642190214],[-72.81048595613404,41.443032421975076],[-72.81073195622336,41.443198421999504],[-72.81085395626788,41.44328442201233],[-72.81121995640136,41.44354242205084],[-72.81134195644587,41.443628422063654],[-72.81146095648876,41.44370342207446],[-72.81181895661781,41.44392842210678],[-72.81193895666104,41.44400342211754],[-72.81201695668933,41.44405542212515],[-72.8122539567752,41.44421242214814],[-72.81233295680387,41.44426542215591],[-72.8124819568577,41.44436142216982],[-72.81292895701932,41.44465142221196],[-72.81307895707356,41.444748422226034],[-72.81316395710468,41.44481042223537],[-72.81341995719853,41.44499942226397],[-72.81350595723005,41.44506242227347],[-72.8136519572828,41.445156422287084],[-72.81407895743719,41.445433422327326],[-72.81409295744209,41.44543942232804],[-72.81425295749818,41.44551242233713],[-72.81430795751825,41.44555142234295],[-72.81447595757946,41.44566842236035],[-72.81453195759993,41.44570842236634],[-72.81456695761271,41.44573342237009],[-72.81467195765107,41.44580842238133],[-72.81470795766417,41.445833422385036],[-72.81481795770432,41.445911422396684],[-72.8148949577324,41.44596542240474],[-72.81545895793805,41.446361422463745],[-72.81565695801103,41.44651442248717],[-72.81573495803931,41.446566422494804],[-72.81684695844321,41.44731942260574],[-72.81776495877922,41.447986422706144],[-72.81865095910352,41.4486304228031],[-72.81847195905878,41.44886642285479],[-72.81717395873594,41.45060742323548],[-72.81712195872291,41.450675423250395],[-72.8169689586849,41.45088142329543],[-72.81691795867225,41.450950423310495],[-72.816803958644,41.45110542334433],[-72.81678695863984,41.45112942334956],[-72.81647395856382,41.45158142344761],[-72.81636495853743,41.45174042348207],[-72.81616595848807,41.45200942354084],[-72.81556995834042,41.45281942371768],[-72.81537195829144,41.45308942377661],[-72.81525995826308,41.45323142380787],[-72.8150389582064,41.453497423866736],[-72.81422595799825,41.454483424084835],[-72.81404495795331,41.45472742413815],[-72.81373295787607,41.455152424230924],[-72.81357795783697,41.45535042427443],[-72.81327195776002,41.45574642436137],[-72.81312895772544,41.45595542440664],[-72.81298895769181,41.456164424451835],[-72.81269295761966,41.4565874245437],[-72.81214095748518,41.45737742471522],[-72.81178695739669,41.457844424817495],[-72.81152895733223,41.45818542489218],[-72.8114809573209,41.45826042490832],[-72.81110195719106,41.45814242489752],[-72.81083495709942,41.45805542488915],[-72.81040695695249,41.45791642487582],[-72.80951495664469,41.45759842484256],[-72.80892795644051,41.45736042481507],[-72.80830095622242,41.45710642478575],[-72.80813095616305,41.45703342477699],[-72.80791495608904,41.45696542477068],[-72.80763495599206,41.456859424759045],[-72.8076089559831,41.45685042475812],[-72.80699495577657,41.45672542475349],[-72.80586495540184,41.45659042476349],[-72.80552595529126,41.45658242477282],[-72.80534295523158,41.45657842477791],[-72.80481695506218,41.456604424799856],[-72.80452795496622,41.45656742480193],[-72.80434795490642,41.45654442480324],[-72.80369295468492,41.45639042479427],[-72.80367495467874,41.45638442479368],[-72.80339695458377,41.45630242478663],[-72.80310795448507,41.45621742477936],[-72.80250695428468,41.456126424780926],[-72.80238595424437,41.45610842478131],[-72.80143695392954,41.455993424789376],[-72.80100395378135,41.455860424777384],[-72.80067695366623,41.4557034247573],[-72.79997695341333,41.45525342469215],[-72.79945195322365,41.45491642464338],[-72.79919095313258,41.45480542463014],[-72.79850795290278,41.45466542462479],[-72.79823395281066,41.45461042462288],[-72.79786895268732,41.45452642461824],[-72.7971869524585,41.454398424615206],[-72.79647295221484,41.4541914245978],[-72.79580395198651,41.453997424581495],[-72.79543395186299,41.45393842458187],[-72.79540395185312,41.453936424582444],[-72.7949739517119,41.45390942459098],[-72.79419595146399,41.453994424632484],[-72.79406595142262,41.45400942463958],[-72.79379295133471,41.45402342465106],[-72.7935599512614,41.45406542466673],[-72.79286395104256,41.454193424713964],[-72.79263195096969,41.45423742472997],[-72.79209195080313,41.45439342477767],[-72.79152295062921,41.45458642483352],[-72.79134795057581,41.454647424851004],[-72.7907489503954,41.4548974249189],[-72.79037995029059,41.45516342498253],[-72.79003895019494,41.45543042504545],[-72.7892239499716,41.45616142521393],[-72.7887839498501,41.45653942530164],[-72.78870194982557,41.456576425311454],[-72.78864294980798,41.456604425318815],[-72.78843394973997,41.45660242532513],[-72.78791394956656,41.456523425326424],[-72.78755994944736,41.45644942532336],[-72.78729094935106,41.45629242530142],[-72.78679794917623,41.456033425266796],[-72.78528994864145,41.455241425160956],[-72.78468994842869,41.454926425118856],[-72.78446994835518,41.45489042511889],[-72.78408494822658,41.454828425119175],[-72.7836099480694,41.45477742512446],[-72.78348694802892,41.45476842512666],[-72.78322794794381,41.45475142513166],[-72.78311894790785,41.4547414251332],[-72.7829969478676,41.45473042513497],[-72.7825359477181,41.45473542515074],[-72.78247894769966,41.45473642515276],[-72.78200394754619,41.4547514251709],[-72.78175694746656,41.45476242518097],[-72.78106194724259,41.45479442520948],[-72.78092694719913,41.45480142521517],[-72.78041094703309,41.45482942523716]]]},"properties":{"name":1759,"geoid":"09009175900"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.03867003709796,41.56275643787189],[-73.03864803708481,41.562652437852435],[-73.03864303708036,41.56260343784309],[-73.03860103704008,41.562141437754846],[-73.03858803702703,41.56198843772558],[-73.0385840370142,41.56178843768692],[-73.03857903699307,41.5614504376215],[-73.03858603698042,41.56119143757104],[-73.03859303697119,41.56099243753222],[-73.03859103695953,41.56080143749522],[-73.03858803692557,41.560229437384365],[-73.0385880369202,41.56013643736631],[-73.03856203690636,41.560042437348926],[-73.0384070368571,41.56006143735766],[-73.03713003644143,41.56004643739629],[-73.03599803607477,41.5600644374366],[-73.03586803603368,41.560084437444715],[-73.03526003583077,41.55999043744625],[-73.03503203575269,41.559920437440084],[-73.03479303566998,41.559832437430785],[-73.03439603553271,41.55968843741578],[-73.03432803550908,41.55966143741275],[-73.03408003542275,41.55956143740143],[-73.03384403534066,41.55946743739085],[-73.03381703532759,41.559392437377184],[-73.03381403532407,41.55934843736874],[-73.033790035295,41.55897943729793],[-73.0337830352857,41.55885743727448],[-73.03377603527568,41.55872343724872],[-73.0337750352753,41.55872243724856],[-73.03375503524576,41.55832243717161],[-73.0337480352358,41.55818943714605],[-73.03374703523386,41.55816143714063],[-73.03374703522903,41.55807743712433],[-73.03374703522739,41.55804943711891],[-73.03374903521936,41.55789843708955],[-73.03375303520825,41.55768343704771],[-73.03379203520748,41.55745043700122],[-73.0338170352071,41.5573024369717],[-73.03384103520814,41.557185436948224],[-73.03391603521243,41.556837436878276],[-73.03394103521393,41.55672243685514],[-73.03398003521629,41.55654343681913],[-73.0340980352237,41.55600743671131],[-73.03413803522642,41.555829436675474],[-73.03415903522829,41.5557434366581],[-73.03422403523459,41.55548643660612],[-73.03424603523685,41.55540143658891],[-73.03428503523925,41.5552234365531],[-73.03440303524702,41.55469343644644],[-73.03444303524981,41.55451643641079],[-73.03450403526134,41.55437243638089],[-73.03468803529636,41.553943436291654],[-73.03475003530824,41.553800436261895],[-73.03476103531027,41.553773436256286],[-73.03479503531669,41.55369343623966],[-73.03480703531912,41.55366743623423],[-73.03485403532798,41.55355643621117],[-73.03499603535495,41.55322443614212],[-73.03504403536421,41.55311443611923],[-73.03496803533866,41.553099436118785],[-73.03480403528354,41.55306743611791],[-73.0347420352622,41.55304643611585],[-73.03474003526154,41.55304643611592],[-73.03468703524128,41.55299343610736],[-73.03466403522695,41.55287443608502],[-73.034652035219,41.552804436071824],[-73.03472203522543,41.552521436014636],[-73.03475203522845,41.552404435990965],[-73.03481603524824,41.55238743598557],[-73.03501103530888,41.55234043597012],[-73.03507603532913,41.55232543596509],[-73.03512603534439,41.552308435960164],[-73.03528003539147,41.55225743594527],[-73.03533103540713,41.552241435940495],[-73.03546503544618,41.5521644359212],[-73.03551303546024,41.5521374359144],[-73.03591403558609,41.55206143588661],[-73.03606703563416,41.55203343587621],[-73.03614403566,41.55204743587642],[-73.03637703573825,41.55209243587756],[-73.03645503576446,41.55210743587794],[-73.036683035841,41.55215043587887],[-73.03729403604625,41.552268435881885],[-73.03736603607074,41.552287435883244],[-73.03759003614712,41.55235043588817],[-73.03759503614593,41.55230143587851],[-73.03764703615266,41.55212543584266],[-73.03784703617924,41.551459435706924],[-73.0379140361882,41.55123743566167],[-73.03815703626552,41.55120943564834],[-73.0382880363072,41.55119443564116],[-73.03838203633808,41.551200435639274],[-73.03889003650308,41.55120043562275],[-73.03913503658265,41.551200435614774],[-73.03932503664522,41.5512154356115],[-73.03948003669672,41.551235435610344],[-73.03977203679382,41.55127443560841],[-73.04034203698984,41.55146343562655],[-73.04038303700396,41.55147743562792],[-73.04048003703718,41.551507435630604],[-73.04081203715101,41.55161143563996],[-73.04093503719322,41.55165043564353],[-73.04159103741408,41.55178543564839],[-73.04226503764279,41.55195543565946],[-73.04254303773382,41.55196843565293],[-73.04304603789782,41.55197943563869],[-73.04376303812944,41.55195743561111],[-73.0451760385871,41.55193543556086],[-73.04531303863119,41.551928435555034],[-73.04539003865597,41.55192443555176],[-73.04562503873174,41.55191443554218],[-73.04570303875687,41.551911435539054],[-73.04615303895257,41.55277043569109],[-73.04750603954083,41.55535043614761],[-73.0479570397369,41.55621043629981],[-73.04824503985341,41.55660843636765],[-73.0482760398659,41.55665043637478],[-73.04856203997782,41.55698043642949],[-73.04887004009558,41.55728743647904],[-73.0492800402501,41.55765743653746],[-73.04964504038776,41.557988436589795],[-73.04972604041832,41.55806243660151],[-73.04997004051037,41.55828443663664],[-73.05005204054129,41.55835843664833],[-73.0499940405221,41.55835243664906],[-73.04982204046523,41.55833543665136],[-73.04976504044645,41.558330436652234],[-73.04981304046677,41.558412436666586],[-73.04989504049837,41.558498436680594],[-73.05023004062731,41.558847436737395],[-73.05013204060288,41.55897543676542],[-73.05000204057052,41.55914643680282],[-73.04991304054865,41.55926843682937],[-73.04964904048401,41.55963443690898],[-73.04956104046254,41.5597574369357],[-73.04946604043634,41.5598384369545],[-73.04918304035857,41.56008343701125],[-73.04908904033276,41.56016543703021],[-73.04887504026038,41.56011543702748],[-73.04823604004432,41.55996843701976],[-73.04819304002979,41.559958437019226],[-73.0480210399726,41.55993543702035],[-73.04780003989983,41.55991843702426],[-73.04717603969445,41.55987143703545],[-73.04713803968203,41.559870437036494],[-73.0469170396102,41.55986943704349],[-73.04668703954259,41.55999243707484],[-73.04599703933971,41.560360437168676],[-73.04576803927247,41.56048443720019],[-73.0455670392136,41.56059543722826],[-73.04496703903808,41.56093143731296],[-73.04476703897964,41.5610444373414],[-73.04466603895094,41.56111543735846],[-73.04436703886616,41.56132943740971],[-73.04436503886556,41.561330437409964],[-73.04428603884533,41.56142443743077],[-73.04409703878319,41.5614114374344],[-73.04353003859688,41.56137443744567],[-73.04334103853479,41.56136243744949],[-73.04314203846981,41.56135643745481],[-73.04309203845345,41.56135443745604],[-73.04254503827491,41.56133943747094],[-73.04234603820998,41.56133443747644],[-73.04215303814661,41.56132243748039],[-73.04157403795651,41.561287437492446],[-73.0413810378932,41.56127643749659],[-73.04113603781298,41.56126543750243],[-73.0404010375725,41.561235437520516],[-73.04015703749265,41.56122543752652],[-73.04013603750337,41.561529437586174],[-73.04007503753616,41.56244143776509],[-73.0400560375476,41.562746437824856],[-73.03977803745737,41.562747437834105],[-73.03894703718781,41.56275443786251],[-73.03867003709796,41.56275643787189]]]},"properties":{"name":3501,"geoid":"09009350100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.04049903785504,41.565581438360354],[-73.04042903783439,41.56561743836962],[-73.04031403780056,41.5656784383852],[-73.03976003763754,41.56597243846026],[-73.03957603758349,41.56607143848545],[-73.0393740375252,41.56619843851665],[-73.03877003735099,41.5665794386102],[-73.03856903729307,41.566707438641565],[-73.03836403723413,41.56684043867404],[-73.03827403720838,41.566900438688606],[-73.03812603717039,41.56707543872737],[-73.03810303717054,41.56720743875371],[-73.03814003719751,41.56746643880275],[-73.03817603722321,41.567709438848716],[-73.03798703716511,41.56776643886591],[-73.03742303699194,41.567940438918015],[-73.03736903697539,41.56795743892306],[-73.03724103693698,41.56801243893789],[-73.03715303691051,41.56804943894794],[-73.03688903683133,41.56816343897864],[-73.03680203680533,41.56820243898903],[-73.03665703676185,41.56826543900598],[-73.03622503663259,41.568457439057276],[-73.03608103658952,41.56852143907437],[-73.03591003653784,41.568588439092935],[-73.03541703638905,41.56878543914718],[-73.03539803638311,41.56878943914858],[-73.03522203632875,41.568838439163805],[-73.03439403606832,41.568986439219444],[-73.03361203582415,41.56915743927805],[-73.03352403579673,41.569177439284786],[-73.03370403588623,41.56971543938329],[-73.03086403497205,41.56986143950399],[-73.03060503488665,41.56983943950817],[-73.03053603486413,41.56983743951002],[-73.02950203451744,41.56965043950737],[-73.02947003449233,41.569395439458965],[-73.02886703424845,41.568563439317195],[-73.0287450341995,41.568401439289744],[-73.02838003405306,41.56791843920793],[-73.02825903400445,41.56775743918064],[-73.02808303393338,41.56751643913962],[-73.02755803372133,41.56679643901704],[-73.02738303365064,41.56655643897617],[-73.02773103375785,41.56645543894527],[-73.02808103386573,41.56635443891429],[-73.02878303408322,41.56617143885595],[-73.02912503418722,41.56604843882097],[-73.02918103420305,41.566007438811205],[-73.02926103422575,41.56595043879754],[-73.02933803424615,41.56587043877952],[-73.0293870342592,41.56582043876823],[-73.02949203428483,41.5656734387363],[-73.02980903436249,41.565234438640815],[-73.0299150343885,41.56508843860907],[-73.03000603441207,41.56498443858594],[-73.03028003448307,41.5646724385165],[-73.03037203450704,41.56456943849352],[-73.03048703453908,41.56447743847194],[-73.03066603458916,41.56433743843896],[-73.0308480346418,41.564225438411306],[-73.03097403467837,41.56414943839248],[-73.03100203468631,41.56412943838768],[-73.03109003471154,41.56407143837359],[-73.03111903471986,41.56405243836893],[-73.0313140347779,41.56396043834475],[-73.03131803477916,41.56395943834442],[-73.03185903494331,41.56375843828784],[-73.03191903496099,41.563727438279884],[-73.03211303501844,41.56363043825474],[-73.03223903505423,41.56354143823338],[-73.03231803507319,41.56342543820832],[-73.03242403509886,41.563273438175386],[-73.0327190351649,41.5627564380655],[-73.0327780351792,41.56267243804729],[-73.03294903522095,41.56243343799536],[-73.03309403525773,41.56225443795592],[-73.0335300353684,41.56171743783756],[-73.03367603540556,41.56153943779828],[-73.0344730356124,41.56063643759717],[-73.03501903575071,41.559959437448086],[-73.03503203575269,41.559920437440084],[-73.03526003583077,41.55999043744625],[-73.03586803603368,41.560084437444715],[-73.03599803607477,41.5600644374366],[-73.03713003644143,41.56004643739629],[-73.0384070368571,41.56006143735766],[-73.03856203690636,41.560042437348926],[-73.0385880369202,41.56013643736631],[-73.03858803692557,41.560229437384365],[-73.03859103695953,41.56080143749522],[-73.03859303697119,41.56099243753222],[-73.03858603698042,41.56119143757104],[-73.03857903699307,41.5614504376215],[-73.0385840370142,41.56178843768692],[-73.03858803702703,41.56198843772558],[-73.03860103704008,41.562141437754846],[-73.03864303708036,41.56260343784309],[-73.03864803708481,41.562652437852435],[-73.03867003709796,41.56275643787189],[-73.03871503711747,41.562841437886924],[-73.03875203713203,41.562885437894245],[-73.0390520372499,41.56323943795316],[-73.03915203728923,41.563358437972994],[-73.03934503736468,41.56357943800958],[-73.03986803756914,41.564178438108755],[-73.03991703758938,41.56425343812171],[-73.04007803765592,41.56450043816438],[-73.04010403766691,41.564544438172064],[-73.04018403770061,41.56467843819547],[-73.040211037712,41.5647234382033],[-73.04028803774646,41.56488743823261],[-73.04032703776392,41.56497043824744],[-73.04043503781585,41.56526243830057],[-73.040463037833,41.56540243832681],[-73.04049903785504,41.565581438360354]]]},"properties":{"name":3502,"geoid":"09009350200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.03503203575269,41.559920437440084],[-73.03501903575071,41.559959437448086],[-73.0344730356124,41.56063643759717],[-73.03367603540556,41.56153943779828],[-73.0335300353684,41.56171743783756],[-73.03309403525773,41.56225443795592],[-73.03294903522095,41.56243343799536],[-73.0327780351792,41.56267243804729],[-73.0327190351649,41.5627564380655],[-73.03242403509886,41.563273438175386],[-73.03231803507319,41.56342543820832],[-73.03223903505423,41.56354143823338],[-73.03211303501844,41.56363043825474],[-73.03191903496099,41.563727438279884],[-73.03185903494331,41.56375843828784],[-73.03131803477916,41.56395943834442],[-73.0313140347779,41.56396043834475],[-73.03111903471986,41.56405243836893],[-73.03109003471154,41.56407143837359],[-73.03100203468631,41.56412943838768],[-73.03097403467837,41.56414943839248],[-73.0308480346418,41.564225438411306],[-73.03066603458916,41.56433743843896],[-73.03048703453908,41.56447743847194],[-73.03037203450704,41.56456943849352],[-73.03028003448307,41.5646724385165],[-73.03000603441207,41.56498443858594],[-73.0299150343885,41.56508843860907],[-73.02980903436249,41.565234438640815],[-73.02949203428483,41.5656734387363],[-73.0293870342592,41.56582043876823],[-73.02933803424615,41.56587043877952],[-73.02926103422575,41.56595043879754],[-73.02918103420305,41.566007438811205],[-73.02912503418722,41.56604843882097],[-73.02878303408322,41.56617143885595],[-73.02808103386573,41.56635443891429],[-73.02773103375785,41.56645543894527],[-73.02738303365064,41.56655643897617],[-73.02731503363032,41.56658743898439],[-73.0271110335696,41.56668343900965],[-73.02704403354973,41.56671643901823],[-73.02729103361406,41.566440438956676],[-73.02803503380822,41.56561643877263],[-73.02828303387292,41.565341438711215],[-73.02806503379757,41.56526243870299],[-73.02748703359786,41.56505543868162],[-73.02741303357227,41.56502843867881],[-73.02719603349728,41.56495043867073],[-73.02705303344835,41.56490743866703],[-73.02662403330156,41.564778438655964],[-73.02648203325293,41.56473543865225],[-73.02638803323008,41.564868438681096],[-73.02610803316212,41.5652674387676],[-73.02601503313964,41.56540143879663],[-73.02585103308311,41.56534543879109],[-73.0253620329146,41.5651774387744],[-73.02519903285848,41.565122438769045],[-73.02433303266547,41.56665443909437],[-73.02416903259802,41.566408439051976],[-73.02393803249576,41.565936438967945],[-73.02379203243778,41.565753438937186],[-73.02358903236549,41.56564343892246],[-73.02344603231033,41.565492438897806],[-73.02341803229956,41.5654634388931],[-73.0231960322117,41.56519043884736],[-73.0230410321515,41.56501943881922],[-73.02290303209779,41.56486543879384],[-73.0228510320778,41.564811438785064],[-73.02269603201809,41.564649438758664],[-73.02264503199841,41.56459543874984],[-73.02267303198187,41.56415043866261],[-73.0226760319815,41.564127438658055],[-73.02279303197999,41.56344143852117],[-73.02290703198634,41.56290943841427],[-73.022976032,41.56275743838252],[-73.02305303201533,41.56258943834744],[-73.0232320320608,41.56236943829894],[-73.02335003209538,41.56230443828249],[-73.02336503209968,41.56229443828007],[-73.02363903217882,41.56212343823799],[-73.02375703221328,41.56205643822114],[-73.02389103225251,41.56198143820224],[-73.02410003231186,41.56183343816674],[-73.02429203236646,41.56169843813429],[-73.02454303242091,41.561228438034966],[-73.0245470324218,41.56122143803347],[-73.02459903243617,41.56117743802324],[-73.02465403245276,41.561155438017174],[-73.0247740324916,41.561153438012894],[-73.02468903245438,41.56098643798326],[-73.02443403234268,41.560485437894364],[-73.0243490323055,41.56031943786493],[-73.02427403227296,41.56017743783981],[-73.02407003218426,41.559788437770976],[-73.02405503217737,41.55975343776466],[-73.02399203214848,41.559607437738386],[-73.0239540321283,41.55947143771325],[-73.02384303206874,41.55906343763771],[-73.02380603204888,41.55892743761251],[-73.0241860321747,41.55896843760811],[-73.02532903255312,41.559092437595],[-73.0257100326793,41.55913443759077],[-73.02581803271502,41.55914543758939],[-73.02614203282222,41.55917943758544],[-73.02625003285799,41.55919143758426],[-73.0265490329573,41.55922943758193],[-73.02744603325543,41.55934643757545],[-73.02774603335513,41.559385437573255],[-73.02793903342231,41.55946343758211],[-73.02852103362498,41.559699437608984],[-73.02871503369254,41.559778437618],[-73.02899003378838,41.559891437630974],[-73.0298180340769,41.560230437669816],[-73.03009403417306,41.56034343768276],[-73.03031803425031,41.560421437690614],[-73.03099303448309,41.560655437714054],[-73.03121803456071,41.560734437722054],[-73.03185503478274,41.560996437752166],[-73.03198103482666,41.56104843775815],[-73.03205203485041,41.56106043775818],[-73.032133034875,41.56103043774973],[-73.03309603511697,41.55980143747999],[-73.03315503512933,41.55968343745518],[-73.0331980351392,41.559612437439995],[-73.03323203514707,41.55955743742821],[-73.03336903518822,41.55949943741251],[-73.03384403534066,41.55946743739085],[-73.03408003542275,41.55956143740143],[-73.03432803550908,41.55966143741275],[-73.03439603553271,41.55968843741578],[-73.03479303566998,41.559832437430785],[-73.03503203575269,41.559920437440084]]]},"properties":{"name":3503,"geoid":"09009350300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.74605992774923,41.31061339819994],[-72.74669592781171,41.30804839767826],[-72.7454319272236,41.304876397098504],[-72.74474192691387,41.303346396821404],[-72.74395792656195,41.301607396506405],[-72.74270892599608,41.29874339598626],[-72.7420389256925,41.2972063957071],[-72.74260192587462,41.297196395687195],[-72.74429392642223,41.29717039562816],[-72.74446792647858,41.297168395622215],[-72.74485792660462,41.29715939560803],[-72.74653692714716,41.29711839554648],[-72.74772592753176,41.29709639550426],[-72.74872292785426,41.297078395468944],[-72.74940492807484,41.29706539544465],[-72.75161892879045,41.29701539536428],[-72.75275992916013,41.29700539532592],[-72.75405392957403,41.29689839526373],[-72.75507892989944,41.29677039520601],[-72.75590193016122,41.296676395161384],[-72.7563109302908,41.296620395137374],[-72.7567069304163,41.296567395114394],[-72.75915093118915,41.296207394966025],[-72.75939193126533,41.296171394951294],[-72.75948693129537,41.29615739494554],[-72.76011593149408,41.2960613949067],[-72.76035793157058,41.296025394891934],[-72.76099393177313,41.29595739485834],[-72.76150293193525,41.295903394831555],[-72.76264393229657,41.29574439476404],[-72.76289893237718,41.29570639474848],[-72.76315993245974,41.29566839473272],[-72.76353293257775,41.295614394710256],[-72.7639749327171,41.29554239468207],[-72.76411993276287,41.29551939467296],[-72.76586893331543,41.29525339456513],[-72.7658839333202,41.29525139456426],[-72.76647593350846,41.295183394532074],[-72.76690593364607,41.29514939451169],[-72.76703393368659,41.2951313945041],[-72.76870093421498,41.2949083944073],[-72.76925693439121,41.29483439437509],[-72.76953093447804,41.294797394359094],[-72.77001293463061,41.29472939433041],[-72.77168693516073,41.29449739423161],[-72.7722829353494,41.29441339419617],[-72.77296393556507,41.29431939415604],[-72.77303993558913,41.29430839415147],[-72.77368993579474,41.29421439411232],[-72.77564193641228,41.29393339399508],[-72.77605693654363,41.29387439397029],[-72.77629293661823,41.29383939395591],[-72.77653693669548,41.29380539394147],[-72.77672093675379,41.29378039393071],[-72.77744493698331,41.293684393888825],[-72.77801093716418,41.29363539386117],[-72.77819493722303,41.29362039385237],[-72.77844293730311,41.293613393843074],[-72.77905693750125,41.293594393819745],[-72.7791109375188,41.293594393818026],[-72.77972393771816,41.29360339380022],[-72.78051893798015,41.29367539378891],[-72.78110793817578,41.293756393785934],[-72.78125093822331,41.29377639378528],[-72.78176793839593,41.29386339378579],[-72.78184593842197,41.29387639378583],[-72.78208293850105,41.293915393785895],[-72.78216193852747,41.293929393786094],[-72.78221393854484,41.29393839378619],[-72.78238693860288,41.293972393787314],[-72.78306493883031,41.294105393791675],[-72.78329093890616,41.29415039379325],[-72.7835029389772,41.2941903937943],[-72.78413893919034,41.29431139379765],[-72.78435193926174,41.29435239379887],[-72.78456593933313,41.29438739379888],[-72.78520993954803,41.29449339379902],[-72.7854249396198,41.29452939379919],[-72.78556393966619,41.29455239379925],[-72.78628493990333,41.29460939378736],[-72.78654993999052,41.29463139378319],[-72.7877419403794,41.29466939375256],[-72.78887794074487,41.294614393705494],[-72.78974194102287,41.29457339366989],[-72.78974794102477,41.294572393669505],[-72.78976994103178,41.2945703936684],[-72.78977694103406,41.29457039366818],[-72.78995394109053,41.29455339365921],[-72.79048794126098,41.29450339363236],[-72.7906639413165,41.294475393621276],[-72.79095794140929,41.29442939360288],[-72.79137494154092,41.294364393576856],[-72.79183994168751,41.29428839354714],[-72.79213394178021,41.294240393528355],[-72.79264694194187,41.294155393495345],[-72.7941869424274,41.29390439339706],[-72.79470094258949,41.29382139336442],[-72.79486094263989,41.293794393354005],[-72.79534494279251,41.293716393323294],[-72.79550594284328,41.293690393313085],[-72.79578294293057,41.29364439329523],[-72.79661794319381,41.29350839324196],[-72.79689594328147,41.29346339322428],[-72.79869794384989,41.293175393110374],[-72.80011694429761,41.29295039302103],[-72.80410394555531,41.29231439276924],[-72.80417094557649,41.292304392765146],[-72.80590994612619,41.29204739265929],[-72.80640694628336,41.29197539262933],[-72.80736894658544,41.29179739256376],[-72.8076299466674,41.291749392546045],[-72.80857794696055,41.291493392465675],[-72.81029594748662,41.290937392302034],[-72.81160994788712,41.29047939217048],[-72.81212194804321,41.2903013921193],[-72.81300794831309,41.28998939202996],[-72.81316594836115,41.28993239201377],[-72.81364094850584,41.28976539196592],[-72.81379994855433,41.289710391950095],[-72.81415594866273,41.28958439191407],[-72.81487894888303,41.28933139184148],[-72.81523294899242,41.2892343918112],[-72.81559794910531,41.28913639178036],[-72.81601694923499,41.28902539174526],[-72.81650894938811,41.28891039170704],[-72.81664394943164,41.28890539170174],[-72.8196569503823,41.28843039151249],[-72.82140695093358,41.28813939139962],[-72.82151595096788,41.28812039139241],[-72.82184595107188,41.2880663913713],[-72.82195595110656,41.28804839136425],[-72.82218895118034,41.28801639135055],[-72.82251695128431,41.287973391331654],[-72.82288995140284,41.28792939131112],[-72.8229479514213,41.28792339130809],[-72.82312195147583,41.28788939129586],[-72.82335195154864,41.28785739128226],[-72.82413795179673,41.287735391233255],[-72.82718695275936,41.28726639104399],[-72.82792795299332,41.287152390997996],[-72.82820295307975,41.287103390979624],[-72.82831795311587,41.28708239097183],[-72.82990495361754,41.28684939087549],[-72.83245395442002,41.28641739070945],[-72.83388795487225,41.286188390618776],[-72.83466495511817,41.28607939057259],[-72.83499995522367,41.28602339055092],[-72.83579895547547,41.28589239049973],[-72.83670595576442,41.28579939045251],[-72.83743795599588,41.285693390408355],[-72.83748695601143,41.2856873904056],[-72.83963095668732,41.28534039026912],[-72.84036195691777,41.28522239022265],[-72.84262495763156,41.28486339008],[-72.84359195793657,41.28471039001912],[-72.84571595860656,41.2843743898854],[-72.84942095977692,41.28381838965803],[-72.85069896018065,41.28362738957977],[-72.85140696040189,41.28347838952795],[-72.85176896051344,41.283374389496025],[-72.85251296074613,41.283221389442275],[-72.85311796093812,41.28314638940822],[-72.85458496140372,41.28296538932584],[-72.85550796169638,41.28284638927301],[-72.85750396232923,41.282589389158815],[-72.85868396270342,41.28243838909148],[-72.85896596279257,41.282397389074426],[-72.85904396281718,41.28238538906959],[-72.85923996287923,41.28235838905802],[-72.86006496314059,41.28224838901008],[-72.8601589631704,41.28223638900471],[-72.86023396319416,41.28222638900036],[-72.86034096322808,41.28221238899419],[-72.86082396343028,41.28302138913689],[-72.8603239633874,41.285139389566986],[-72.85956496322332,41.286596389876145],[-72.85897196309527,41.287737390118224],[-72.85582296225105,41.29088139083373],[-72.85085996079724,41.29364939153383],[-72.85016596058728,41.29391839160864],[-72.84818495998793,41.294685391822036],[-72.84695595961615,41.29516239195464],[-72.84374495864463,41.29640539230046],[-72.8412659579306,41.29800539269259],[-72.84116895790827,41.29816739272736],[-72.84060995777908,41.299093392926245],[-72.84018295768061,41.29980439307889],[-72.8401819576803,41.29980439307893],[-72.83836595759804,41.308802394895515],[-72.83764095750668,41.31135539541758],[-72.83729395746316,41.31258039566805],[-72.83650295725695,41.31347539586824],[-72.83501395682607,41.31440139609686],[-72.83436595662869,41.31462939616216],[-72.83417395657017,41.31469639618141],[-72.83277895614519,41.31518639632182],[-72.83229095599661,41.31535939637126],[-72.82727895446992,41.31712339687642],[-72.82607695410371,41.317545396997346],[-72.82384395342353,41.3183323972226],[-72.82378695340611,41.318351397228135],[-72.82361895335504,41.31841239724544],[-72.82356295333801,41.31843239725114],[-72.82241295298623,41.31881139736199],[-72.81842295174361,41.319734397670054],[-72.81695495128801,41.320102397788936],[-72.79917194575584,41.32433139918413],[-72.79572894452271,41.32227239889201],[-72.79449494407893,41.321502398781035],[-72.79079494274845,41.31919439844839],[-72.7895619423051,41.318425398337546],[-72.78928594220096,41.318166398295766],[-72.78926794219439,41.3181533982938],[-72.78897494208762,41.31794539826253],[-72.78858394194765,41.317712398229496],[-72.78836594186863,41.31756539820774],[-72.78825594183,41.31751339820109],[-72.78810894177849,41.31744539819251],[-72.78792494171721,41.317417398192916],[-72.78787594170208,41.31743139819723],[-72.7875039415685,41.31720239816436],[-72.78638994116844,41.31651639806592],[-72.78601894103522,41.31628839803323],[-72.78573394093364,41.316126398010695],[-72.78552494085919,41.3160083979943],[-72.78503094068319,41.31572939795557],[-72.78488194063007,41.31564439794373],[-72.78481494060618,41.315606397938446],[-72.78459794052891,41.31548439792153],[-72.78373894022302,41.31500139785461],[-72.781163939306,41.31355239765373],[-72.78053193908096,41.31319739760455],[-72.7803379390084,41.313026397577325],[-72.77999993888356,41.312756397535345],[-72.77898693850942,41.3119483974098],[-72.77864993838496,41.311679397367996],[-72.77827193824557,41.31138139732183],[-72.77798393813933,41.31115439728667],[-72.77714093782832,41.31048739718322],[-72.7767639376893,41.31019039713724],[-72.77504293704743,41.30870539690195],[-72.77134293564438,41.30510139631567],[-72.76904493493657,41.30577539652079],[-72.76734893441038,41.30620539665899],[-72.76468793358396,41.306865396872944],[-72.76453293353545,41.306897396884146],[-72.76386093332525,41.30703739693296],[-72.76137993254927,41.30755639711361],[-72.76055393229096,41.30772939717379],[-72.75247092975815,41.30933739774602],[-72.75235692972245,41.30936039775415],[-72.75224392968701,41.30938239776206],[-72.74605992774923,41.31061339819994]]]},"properties":{"name":1847,"geoid":"09009184700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.8196569503823,41.28843039151249],[-72.81664394943164,41.28890539170174],[-72.81650894938811,41.28891039170704],[-72.81601694923499,41.28902539174526],[-72.81559794910531,41.28913639178036],[-72.81523294899242,41.2892343918112],[-72.81487894888303,41.28933139184148],[-72.81415594866273,41.28958439191407],[-72.81379994855433,41.289710391950095],[-72.81364094850584,41.28976539196592],[-72.81316594836115,41.28993239201377],[-72.81300794831309,41.28998939202996],[-72.81212194804321,41.2903013921193],[-72.81160994788712,41.29047939217048],[-72.81029594748662,41.290937392302034],[-72.80857794696055,41.291493392465675],[-72.8076299466674,41.291749392546045],[-72.80736894658544,41.29179739256376],[-72.80640694628336,41.29197539262933],[-72.80590994612619,41.29204739265929],[-72.80417094557649,41.292304392765146],[-72.80410394555531,41.29231439276924],[-72.80011694429761,41.29295039302103],[-72.79869794384989,41.293175393110374],[-72.79689594328147,41.29346339322428],[-72.79661794319381,41.29350839324196],[-72.79578294293057,41.29364439329523],[-72.79550594284328,41.293690393313085],[-72.79548594283251,41.29361439329886],[-72.7954659428217,41.29353739328444],[-72.79541594279458,41.29334339324812],[-72.7953929427846,41.29329839324006],[-72.79528494273725,41.29307939320068],[-72.79518294269674,41.29294739317814],[-72.79503094264271,41.292863393166556],[-72.79473194254084,41.29277639315911],[-72.79444794245015,41.29280239317327],[-72.79440694243746,41.29281339317673],[-72.79429494240287,41.292844393186364],[-72.7940339423255,41.292974393220135],[-72.79388894228268,41.29304939323943],[-72.79376494224616,41.29311539325628],[-72.79349494216649,41.293256393292474],[-72.7934569421552,41.29327539329742],[-72.79340494213999,41.293304393304744],[-72.79331394211316,41.293352393317036],[-72.79325494209424,41.293356393319705],[-72.79322894208546,41.29335039331936],[-72.79307294203294,41.29331639331769],[-72.79298394200192,41.293278393313116],[-72.79290594197477,41.29324539330916],[-72.79283894194535,41.293108393284506],[-72.7926399418578,41.292699393210896],[-72.79257394182876,41.29256339318642],[-72.79247894178766,41.29238039315368],[-72.7924629417808,41.29235039314831],[-72.79235994173112,41.292061393095096],[-72.79237394172725,41.291911393065334],[-72.79248194175887,41.29185039304994],[-72.7924879417607,41.291848393049364],[-72.79268694182453,41.29183539304048],[-72.79279094185787,41.291828393035786],[-72.79295594191049,41.29181239302738],[-72.79325294200203,41.29172639300107],[-72.79340894204687,41.29162339297594],[-72.79358894209857,41.29150439294692],[-72.7939199421869,41.29116539287008],[-72.79402594220275,41.29083539280216],[-72.79396294217305,41.29067039277191],[-72.79375394209293,41.29045139273577],[-72.79363294204005,41.29020839269211],[-72.79358094200886,41.289953392643916],[-72.7937009420347,41.28972039259453],[-72.79404394213536,41.289531392546614],[-72.79433094222549,41.28947839252709],[-72.79467694233772,41.28947839251603],[-72.79487394240478,41.28953439252068],[-72.79496694243872,41.28960139253081],[-72.7950589424738,41.28969439254607],[-72.79514894251153,41.2898463925729],[-72.79524194254432,41.289893392579124],[-72.7954259425983,41.28979139255329],[-72.79553294262446,41.28963939252016],[-72.7956629426553,41.28943739247651],[-72.79590694271582,41.2891053924038],[-72.79597594272876,41.28893739236874],[-72.7962889428159,41.288681392308675],[-72.79653994289285,41.28860139228501],[-72.79670794293472,41.28837639223566],[-72.7968679429637,41.287968392150766],[-72.7969219429714,41.28779339211483],[-72.79708194300763,41.287514392055144],[-72.79723494304547,41.2873043920092],[-72.79776094318696,41.286785391890895],[-72.79794394323605,41.28660239184927],[-72.79809694326963,41.28631639178845],[-72.7983029433133,41.2859043917013],[-72.79847794334654,41.28548539161379],[-72.7986309433837,41.28526339156548],[-72.79884394344465,41.28511839153032],[-72.79908094351666,41.285031391505726],[-72.79936294360853,41.28503839149809],[-72.79963794370268,41.285126391506516],[-72.79990494379872,41.285294391530826],[-72.80011094387218,41.28541239154732],[-72.80031694394569,41.285531391564014],[-72.80035394395887,41.28555239156694],[-72.80070394407898,41.28566939157863],[-72.80103894419024,41.28571539157692],[-72.80128094426897,41.28571939156997],[-72.80161394437043,41.28560239153644],[-72.80205594450206,41.28539339148144],[-72.80240694459964,41.28510339141353],[-72.80273494468548,41.28473739133146],[-72.80304794477263,41.2844813912714],[-72.80326894483771,41.28436339124126],[-72.80342994488245,41.28423039121011],[-72.80347494488997,41.284104391184016],[-72.80348294488465,41.2839633911562],[-72.80342194485777,41.28383739113351],[-72.80308594473783,41.28364239110613],[-72.8027889446398,41.28361239110974],[-72.80235394449694,41.28358139111758],[-72.80211694441154,41.28342939109543],[-72.80204894437937,41.283249391062405],[-72.80204894436481,41.282990391011765],[-72.80215594437875,41.28262039093598],[-72.80244494445193,41.28225439085517],[-72.80281194455576,41.28198339079044],[-72.80304794463102,41.28196039077841],[-72.80361994482085,41.282036390774984],[-72.80387994490495,41.2820323907659],[-72.80423794501576,41.28193739073586],[-72.80433094504356,41.28189539072468],[-72.8043529450494,41.2818723907195],[-72.80443694507284,41.281804390703506],[-72.80445194507445,41.28174639069167],[-72.80444494506628,41.28164139067139],[-72.8043449450226,41.28144139063546],[-72.80423794497717,41.28125039060153],[-72.80408594492039,41.28111739058038],[-72.8039259448608,41.28098039055869],[-72.80374994479426,41.28081239053145],[-72.80357494472828,41.280648390504986],[-72.80340694466672,41.28052239048571],[-72.80323894460537,41.280400390467214],[-72.80317794458148,41.280327390454886],[-72.80311694455787,41.28025939044355],[-72.80284994445734,41.28001139040358],[-72.8028039444227,41.27966039033639],[-72.80406294473711,41.27798638996877],[-72.80412294475238,41.27791238995238],[-72.80405694471114,41.277558389885236],[-72.80375494459855,41.27729838984405],[-72.80337394446137,41.277056389808884],[-72.80304294434379,41.27687438978386],[-72.80289494428354,41.27665638974597],[-72.80295694428614,41.276344389682954],[-72.80324894436912,41.276135389632735],[-72.80336494439665,41.27595538959382],[-72.80359694445156,41.27559338951561],[-72.80365994446662,41.275497389494824],[-72.80403294456934,41.27517238941933],[-72.80451194470547,41.27482938933692],[-72.80460194473527,41.27484038933622],[-72.80476994479099,41.27486238933515],[-72.80502894487687,41.274895389333324],[-72.80505394488516,41.27489838933311],[-72.80538294500427,41.27511938936583],[-72.80565794511026,41.27541838941552],[-72.80632494534004,41.27565738944096],[-72.80634994534864,41.275666389441916],[-72.80719594563821,41.27593638946769],[-72.80903594623702,41.27597138941572],[-72.81031794663335,41.275624389306884],[-72.81076294676186,41.27534238923749],[-72.81121794689332,41.27505538916683],[-72.81187594708983,41.274754389086915],[-72.81205994713804,41.27455038904112],[-72.81217194716747,41.274427389013475],[-72.81240494720156,41.27368838886149],[-72.813015947351,41.27282138867239],[-72.81322094740123,41.2725313886091],[-72.81373694752847,41.271817388452945],[-72.81410294763828,41.27165838841014],[-72.8144739477496,41.27149838836698],[-72.81464294780207,41.27145638835338],[-72.81670794844364,41.27095438818915],[-72.8171869485786,41.27059138810284],[-72.81728494857647,41.26998738798156],[-72.8172689485537,41.269674387920844],[-72.81732194856346,41.26954238789333],[-72.81746694859066,41.26918938781964],[-72.81779994866167,41.26853038768008],[-72.81815194874983,41.26806738757825],[-72.81831594878892,41.267816387523915],[-72.81846594883964,41.26785338752635],[-72.8189149489915,41.267964387533716],[-72.81906594904261,41.26800238753632],[-72.81909994905386,41.26800638753602],[-72.8192049490887,41.2680203875354],[-72.81923994910034,41.26802538753525],[-72.8193929491511,41.268045387534286],[-72.81978894927818,41.26802138751692],[-72.8200539493662,41.2680583875157],[-72.82040794948793,41.26818138752843],[-72.82065194956941,41.268223387528856],[-72.82091994965303,41.26816438750873],[-72.82126294975453,41.26799138746394],[-72.82159594984591,41.26769538739537],[-72.82183394991479,41.2675473873588],[-72.82186094992265,41.26753138735482],[-72.82205094997168,41.267307387304925],[-72.82240695007737,41.267133387259506],[-72.82262495014801,41.26713238725233],[-72.82279695020908,41.267226387265225],[-72.82318995035985,41.26764138733383],[-72.82345795045626,41.26781038735832],[-72.82371395054638,41.26793638737479],[-72.82409695067427,41.268002387375454],[-72.8243449507505,41.26792738735285],[-72.82452695079874,41.26773538730948],[-72.8247279508567,41.267606387277816],[-72.8249319509219,41.26758938726796],[-72.82509895097768,41.26761838726829],[-72.82526295103912,41.267765387291796],[-72.82554795114702,41.26804038733648],[-72.82583095125992,41.26841638740098],[-72.82589195129403,41.268671387448904],[-72.8258209512733,41.26871238745921],[-72.82568895122887,41.26868338745775],[-72.82548995116858,41.26875938747898],[-72.82544695115966,41.26884838749777],[-72.82541395115277,41.26891638751213],[-72.82552095119713,41.26908838754234],[-72.82567995125521,41.26920438755997],[-72.82572295127197,41.26925438756836],[-72.82577395129363,41.26934538758452],[-72.82580295131017,41.269472387608445],[-72.82578795131867,41.26971038765548],[-72.82582595134825,41.27001738771431],[-72.8258689513668,41.27009938772897],[-72.82597795140883,41.27021838774878],[-72.82626995150842,41.270305387756444],[-72.82638495155089,41.270397387770764],[-72.82645095158198,41.2705693878023],[-72.8265459516134,41.2705803878014],[-72.82666295164691,41.2705013877822],[-72.8269099517187,41.27035338774537],[-72.82693695172729,41.2703503877439],[-72.82704095176057,41.27034238773902],[-72.82715695179982,41.27037138774097],[-72.82737495187732,41.270492387757685],[-72.82738995188802,41.270596387777545],[-72.8274769519209,41.270679387790985],[-72.82747695192315,41.27071938779882],[-72.82735995188892,41.27078538781546],[-72.82738195190139,41.270880387833344],[-72.82746895193371,41.27095338784485],[-72.82762295199372,41.27113238787492],[-72.82759995198698,41.27114538787821],[-72.82744095193551,41.27114738788368],[-72.82734595190563,41.27116338788985],[-72.82735395191074,41.2712083878984],[-72.82755695198188,41.271302387910296],[-72.82765895202137,41.27141638792933],[-72.82779695206752,41.2714413879298],[-72.82785495208918,41.271492387937926],[-72.82785495209654,41.27162338796355],[-72.82789795211409,41.27168738797469],[-72.82792795212765,41.27175538798703],[-72.8277539520829,41.27196338803328],[-72.82775195208399,41.2719943880394],[-72.82797595215753,41.272010388035376],[-72.82847995232319,41.27204938802688],[-72.82864895237863,41.272060388023625],[-72.8288739524525,41.272076388019556],[-72.8290719525174,41.272088388015554],[-72.82963895270325,41.27212338800428],[-72.82966795271288,41.27212738800412],[-72.82975195274086,41.27214038800397],[-72.82986495277873,41.27216238800467],[-72.8298009527648,41.27228338803039],[-72.82975995275761,41.272392388053],[-72.8297069527556,41.27266238810751],[-72.82972695277265,41.27285038814365],[-72.82977295280048,41.27308038818716],[-72.8297949528114,41.27314738819956],[-72.82996095290527,41.27385938833351],[-72.83016195303182,41.27495138854065],[-72.83020195305492,41.27513138857458],[-72.83020695305777,41.27515338857872],[-72.83022195306646,41.27522138859154],[-72.83022695306938,41.27524438859587],[-72.82956195287157,41.275562388679354],[-72.82941795283038,41.275660388703116],[-72.82930095279698,41.2757413887227],[-72.82909495273688,41.27586038875257],[-72.82867495261307,41.27608138880922],[-72.82814495246265,41.276463388900886],[-72.82808795244628,41.27650138891014],[-72.82737795224777,41.277066389043355],[-72.82732495223333,41.27711538905463],[-72.82717695218251,41.27706538904958],[-72.82706595214445,41.2770283890459],[-72.82657595200581,41.27738938913217],[-72.82649295198132,41.27743238914322],[-72.82662095203676,41.277680389187644],[-72.8266899520723,41.277914389231206],[-72.82648295201707,41.27812638927928],[-72.82635595198323,41.27825738930896],[-72.82595495187645,41.27867138940276],[-72.82532895170675,41.27926438953876],[-72.8251169516494,41.27946738958523],[-72.82498195161281,41.27959538961458],[-72.82482195156975,41.27975238965041],[-72.82434495144156,41.280224389757954],[-72.82418595139886,41.28038238979394],[-72.82386095131166,41.2807063898677],[-72.82363595125133,41.28093138991889],[-72.82288695105039,41.28167839008891],[-72.82256295096354,41.282003390162835],[-72.82161695071107,41.2829703903822],[-72.82117795059398,41.28342039048423],[-72.82049895041281,41.28411539064186],[-72.81993495025596,41.28457939075063],[-72.81949895013246,41.28489839082695],[-72.81900794999001,41.285197390901125],[-72.81807194971636,41.28573039103527],[-72.81804594970848,41.28574039103806],[-72.81820394977001,41.285923391068785],[-72.81872694997743,41.28659539118347],[-72.81916795015658,41.28723739129487],[-72.81917695016024,41.287250391297135],[-72.81944195027471,41.287757391387785],[-72.81955495032614,41.28802039143559],[-72.8196309503648,41.28826939148186],[-72.8196569503823,41.28843039151249]]]},"properties":{"name":1841,"geoid":"09009184100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.85270797572923,41.546299440700714],[-72.85246397564295,41.546177440684886],[-72.85220397555348,41.54609044067638],[-72.84983197473954,41.54533844060679],[-72.84954497464524,41.54532044061254],[-72.84811097417327,41.545217440638766],[-72.84703597381942,41.54513944065827],[-72.84679397373972,41.54512144066258],[-72.84551997331421,41.54492144066479],[-72.84414797285594,41.54470544066706],[-72.84446897301241,41.54561844083403],[-72.8447569731526,41.54643444098324],[-72.84480697317589,41.546557441005504],[-72.84497397325399,41.54697444108112],[-72.84511197331861,41.54732044114387],[-72.8451499733366,41.54741944116187],[-72.8451779733581,41.5476364412031],[-72.84529597344785,41.54853644137409],[-72.84534297348358,41.54889444144211],[-72.84556697370326,41.55146544193417],[-72.84566397379292,41.552483442128725],[-72.8457319738648,41.553354442295664],[-72.84544297376284,41.5532144422778],[-72.8448629735533,41.55284644222505],[-72.84456897344694,41.5526574421978],[-72.84427797334172,41.55247144217106],[-72.84409397327518,41.55235344215409],[-72.84376597315655,41.552143442123885],[-72.8435379730748,41.5520094421052],[-72.84334997300742,41.55189944208991],[-72.84315697293977,41.55181344207943],[-72.8430999729198,41.551788442076415],[-72.8426549727627,41.551570442048416],[-72.84258997273959,41.551535442043715],[-72.84240397267358,41.55143844203088],[-72.84223397261432,41.55136844202275],[-72.84201997253972,41.55128044201256],[-72.84172097243614,41.55116844200046],[-72.84154997237697,41.55110544199373],[-72.84122197226401,41.55099444198274],[-72.84097897218102,41.55092444197699],[-72.84078097211328,41.55086544197191],[-72.84012197188794,41.55067044195527],[-72.83934597162165,41.55042444193252],[-72.83850097132918,41.55011244189914],[-72.83848797132461,41.5501064418984],[-72.83811197119341,41.549949441880024],[-72.83794297113153,41.54982744186177],[-72.83780297107882,41.54970144184181],[-72.83755197098279,41.54944844180077],[-72.83749997096291,41.549396441792354],[-72.83682797070678,41.548736441685826],[-72.83679397069363,41.54869944167974],[-72.83655697060153,41.54843544163609],[-72.8364549705621,41.54832544161802],[-72.83615097044449,41.54799644156392],[-72.83604997040544,41.547887441545996],[-72.83584197032475,41.54765844150823],[-72.83567097025843,41.54747044147721],[-72.83545497017657,41.547266441444556],[-72.83516397007102,41.547074441416655],[-72.83514197006313,41.547061441414826],[-72.83487196996693,41.546913441394764],[-72.83436696978342,41.5465744413452],[-72.83351996948025,41.546086441277716],[-72.83300896929954,41.54583044124445],[-72.83268796918779,41.54570044122952],[-72.83252096913026,41.545643441223845],[-72.83249796912214,41.545632441222445],[-72.8322609690455,41.54563944123145],[-72.83168096886112,41.54571244126431],[-72.83108596867687,41.545872441314536],[-72.8306669685461,41.54596744134648],[-72.83023196840344,41.545945441356224],[-72.82997996831672,41.54586144134802],[-72.8296369681915,41.545620441312266],[-72.82945396812396,41.54547944129076],[-72.8292219680378,41.545291441261725],[-72.8287759678671,41.544840441188484],[-72.82871496784374,41.5447784411784],[-72.82853196777377,41.54459444114857],[-72.82847196775077,41.544533441138654],[-72.8281059676107,41.54416344107855],[-72.82700896719084,41.54305444089846],[-72.82664396705115,41.542685440838525],[-72.82572996670135,41.54176144068848],[-72.82528896654102,41.54146344064479],[-72.82485596638543,41.54120344060822],[-72.82493796640848,41.541140440593345],[-72.82485796638163,41.54112544059302],[-72.82555096661318,41.54123544059206],[-72.82609296679432,41.541322440591514],[-72.82651896694195,41.54148344060907],[-72.8271379671565,41.541717440634606],[-72.82720296717908,41.541742440637364],[-72.82749096727564,41.541794440638185],[-72.827833967388,41.54180944063006],[-72.82823896752078,41.541829440620916],[-72.82828596753622,41.54183244061997],[-72.82865996766041,41.54187844061687],[-72.82914096781829,41.54190544060662],[-72.82961196797424,41.541955440601164],[-72.83076396836096,41.54217044060583],[-72.83193096875101,41.542358440604765],[-72.83203196877626,41.54222544057568],[-72.83233796885288,41.54182544048812],[-72.8324399688785,41.54169344045921],[-72.83274296896074,41.54140844039409],[-72.83311296906132,41.54106344031515],[-72.83363096919928,41.54053044019492],[-72.83365096920468,41.54051144019059],[-72.83391396927387,41.54022544012657],[-72.83393096927834,41.54020744012252],[-72.83411396931535,41.539813440040085],[-72.83434696935925,41.53925543992418],[-72.83451896939175,41.538845439838994],[-72.83452896939369,41.538822439834206],[-72.8346599694171,41.53848643976472],[-72.83486596945406,41.53796043965588],[-72.83522396952769,41.53721143949886],[-72.83559796959857,41.536323439314295],[-72.83601196967729,41.53534443911077],[-72.83591096964435,41.53534243911363],[-72.83572696958545,41.535358439122675],[-72.8356119695487,41.5353694391285],[-72.83522996942826,41.53543443915344],[-72.83489096932355,41.535530439183006],[-72.83481296929952,41.53555343919],[-72.83462296924185,41.535625439210094],[-72.83453896921655,41.535660439219605],[-72.83442496918236,41.535710439232986],[-72.83430196914688,41.53578943925229],[-72.83422596912499,41.53583843926425],[-72.83376796899088,41.536097439329325],[-72.83239696858978,41.53687743952502],[-72.8319409684564,41.537137439590204],[-72.8317449683984,41.53723743961594],[-72.83151696833143,41.53736243964758],[-72.83121896824392,41.53752643968903],[-72.83035296799204,41.53804543981774],[-72.83027696797008,41.53809343982952],[-72.82987296785355,41.53835243989284],[-72.82973796781364,41.53842243991079],[-72.82957996776709,41.53850643993219],[-72.82946096773384,41.538601439954476],[-72.82935496770327,41.53866943997111],[-72.8293349676975,41.53868243997428],[-72.82923796767075,41.53876643999373],[-72.82908196760609,41.53852143995115],[-72.82867396745588,41.53821343990445],[-72.82851696739813,41.538095439886575],[-72.82744196698246,41.536933439695446],[-72.82702596682071,41.53646843961849],[-72.826735966708,41.536144439564886],[-72.82659996664445,41.5358054395034],[-72.8268099666988,41.53556143944923],[-72.82758096690804,41.53483643928356],[-72.8281959670727,41.53421843914368],[-72.82944196740098,41.532873438842245],[-72.83037596764798,41.53188143861942],[-72.83050096768108,41.531749438589756],[-72.8309689677959,41.5310954384476],[-72.83128896786044,41.53040343830285],[-72.83186496797472,41.529124438035794],[-72.83231896806845,41.52818043783774],[-72.83273196815557,41.52735443766393],[-72.833213968275,41.52670143752152],[-72.83428896855573,41.52549743725294],[-72.83560496890725,41.52416143695093],[-72.83571096893456,41.52403643692323],[-72.83588496897947,41.52383243687798],[-72.83605496902219,41.52361243682975],[-72.83633996910335,41.523411436781515],[-72.83659196917561,41.52324243674056],[-72.83706296931642,41.523027436683606],[-72.83829696969025,41.52255043655117],[-72.83836996971237,41.52252243654338],[-72.8384429697345,41.52249443653559],[-72.8384569697358,41.522437436524065],[-72.83847396973773,41.52237443651127],[-72.83858096977409,41.52240243651327],[-72.83863796979352,41.52241843651455],[-72.83869096980956,41.522397436508754],[-72.83885196985835,41.52233543649152],[-72.83890596987474,41.522315436485904],[-72.83869496979386,41.522099436450716],[-72.83850896972606,41.52197043643162],[-72.8382939696504,41.52186843641872],[-72.83816596960686,41.52183443641624],[-72.8380829695793,41.52182443641697],[-72.83774496946718,41.52178443642008],[-72.83625196898639,41.521861436483114],[-72.83579496883462,41.521804436486754],[-72.83551896873986,41.52171543647834],[-72.83522196863193,41.52151543644903],[-72.83500196855199,41.521367436427354],[-72.8347449684483,41.52101343636682],[-72.83468896841454,41.52074043631557],[-72.83466796839602,41.52053543627641],[-72.83460796834164,41.5199234361594],[-72.83458796832352,41.51971943612039],[-72.83454496828847,41.51934943604986],[-72.83450896825903,41.51903843599058],[-72.83437296816989,41.518249435841604],[-72.83431096812888,41.51788343577246],[-72.83427996810842,41.51770143573808],[-72.83418996804807,41.51715543563484],[-72.83415996802795,41.516973435600434],[-72.83350396781834,41.5170364356338],[-72.83237696745837,41.517146435691465],[-72.83153596718827,41.517202435729416],[-72.83087896697727,41.517246435759105],[-72.83083896695595,41.51710043573202],[-72.83071996689233,41.51666243565071],[-72.83068096687134,41.51651643562358],[-72.83049196681087,41.51653343563298],[-72.82992496662975,41.516588435661916],[-72.82990796662433,41.51659043566284],[-72.8297399665719,41.51662843567564],[-72.82969096656014,41.51670143569141],[-72.82965096655569,41.51685143572186],[-72.82946296653476,41.51755643586493],[-72.82940096652801,41.51779143591262],[-72.82906396641582,41.517744435914324],[-72.82805596608031,41.51760543591974],[-72.8277199659685,41.51755943592161],[-72.82766096596121,41.51776843596415],[-72.82748396593966,41.51839943609249],[-72.82742496593244,41.51860943613519],[-72.82705696580773,41.518519436129544],[-72.8267079656881,41.5184104361196],[-72.82632796555754,41.518286436107715],[-72.8259349654239,41.518182436100155],[-72.82588396540658,41.518169436099264],[-72.82587396540316,41.518166436099015],[-72.82580996538162,41.518153436098544],[-72.82538496523867,41.518068436095696],[-72.8253799652073,41.51754643599438],[-72.82537796518957,41.517246435936144],[-72.82523696509041,41.51631043575875],[-72.82517096505114,41.515997435700015],[-72.82506396498734,41.51548743560433],[-72.82501796495997,41.515269435563425],[-72.82495696492352,41.514977435508634],[-72.82478496484893,41.5146494354504],[-72.82478096484716,41.51464143544897],[-72.82465896479762,41.51446743541908],[-72.82454896475515,41.51434943539968],[-72.82438396469156,41.514174435370954],[-72.82419396462173,41.51403243534949],[-72.82419096462064,41.51403043534918],[-72.82404796457007,41.513958435339795],[-72.82355896439329,41.513644435294495],[-72.82346696436002,41.51358543528597],[-72.82258696404399,41.513057435211635],[-72.82213096387808,41.51274643516585],[-72.82208696386219,41.51271843516182],[-72.8215969636853,41.512408435117315],[-72.82122996355197,41.512161435081104],[-72.82083896341379,41.511966435055776],[-72.8206809633591,41.51190743504939],[-72.82061196333525,41.51188243504674],[-72.82035896324848,41.51180243503932],[-72.81983096307178,41.51171243503881],[-72.81801996246865,41.51145643504731],[-72.81758896232407,41.511376435045605],[-72.81704796214261,41.51127743504375],[-72.81655596197895,41.51121143504675],[-72.81659896195502,41.51054543491589],[-72.81651396186645,41.50947443471038],[-72.81653596184981,41.50905643462843],[-72.81653696184092,41.508894434596876],[-72.81653996183955,41.50885343458882],[-72.82135796347612,41.51009843467591],[-72.8233569641547,41.51060743471057],[-72.82576596496357,41.511064434721916],[-72.8283929658456,41.511562434734216],[-72.83046696640241,41.50950543426758],[-72.83759196893061,41.51324243476472],[-72.84083897001176,41.51369943474903],[-72.84137997019647,41.51385543476193],[-72.84146197022443,41.51387843476376],[-72.84154397025245,41.5139024347658],[-72.8477839723825,41.51569843491392],[-72.85079797340862,41.51651743497604],[-72.85096997347898,41.51677143501986],[-72.85169497379223,41.5181334352612],[-72.85289697431165,41.52039143566131],[-72.85360397459915,41.5214044358354],[-72.85343697464475,41.52315443618086],[-72.85326297469332,41.52499643654441],[-72.85363697482238,41.52512843655801],[-72.8538529748969,41.525204436565815],[-72.85475497520937,41.52554343660261],[-72.8551269753383,41.525684436618036],[-72.85545597545085,41.525783436626654],[-72.85583797558162,41.52589943663689],[-72.85643697578803,41.52610543665761],[-72.85655297582801,41.52614543666165],[-72.85676797590118,41.52620343666598],[-72.8567829759278,41.526584436739526],[-72.85681197597644,41.527271436872084],[-72.85681797598684,41.52741943690064],[-72.8571239760838,41.52737543688224],[-72.85732297614685,41.52734743687038],[-72.85741297617535,41.527334436864955],[-72.85750297620392,41.52732243685971],[-72.85760097623617,41.527329436857926],[-72.85768897626511,41.52733543685626],[-72.85824997644976,41.52737643684614],[-72.85843697651131,41.52739043684282],[-72.8585539765498,41.527398436840606],[-72.8589079766662,41.52742243683387],[-72.85902597670501,41.527430436831615],[-72.8589549767651,41.52888743711698],[-72.85892597679062,41.52949943723684],[-72.85729997645605,41.53289443794883],[-72.85666997632644,41.53421043822481],[-72.85666197632179,41.53417443821808],[-72.85653797628075,41.534161438219535],[-72.85642097624044,41.534121438215536],[-72.85632397620624,41.534074438209544],[-72.85623397617545,41.53404743820721],[-72.85610397613165,41.53402043820614],[-72.85602697610433,41.53398043820085],[-72.85594297607591,41.53396043819968],[-72.8558859760547,41.533913438192386],[-72.8557189759997,41.53390043819524],[-72.85565797597945,41.533893438195854],[-72.85558897595492,41.53385643819089],[-72.85546797591729,41.533886438200625],[-72.85540397589537,41.533866438198785],[-72.85529997586232,41.533879438204664],[-72.85518697582731,41.53390943821416],[-72.85515197581559,41.533903438214104],[-72.8544589755879,41.53386043822809],[-72.85425297551743,41.53379843822269],[-72.85366497531633,41.53362343820764],[-72.85359197531184,41.53396043827547],[-72.85337597529931,41.534970438478645],[-72.85330497529554,41.535308438546586],[-72.85321097527566,41.53549543858595],[-72.85307697524748,41.53576443864253],[-72.8529129752103,41.5360464387026],[-72.85280897518687,41.536228438741304],[-72.85265397517139,41.53683943886498],[-72.85264597517045,41.536868438870876],[-72.85215897512198,41.53879143926013],[-72.85199697510592,41.53943243938988],[-72.85195897510002,41.53954543941303],[-72.85189497509032,41.539739439452795],[-72.85184097508098,41.53988343948248],[-72.85179997507404,41.53999543950558],[-72.85177797507026,41.54005443951774],[-72.85171097505877,41.54023443955485],[-72.85168997505536,41.5402944395672],[-72.85206297535811,41.54347244017246],[-72.852199975526,41.54563244058755],[-72.85221097553924,41.545801440620025],[-72.85244597561939,41.54586744062526],[-72.85263497568481,41.54593744063277],[-72.85270797572923,41.546299440700714]]]},"properties":{"name":1705,"geoid":"09009170500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.0446120371699,41.53052143142306],[-73.04474903716698,41.529698431258836],[-73.04477803716183,41.529445431208785],[-73.04479303715956,41.52932143118422],[-73.04478503713536,41.52894643111167],[-73.044762037112,41.528670431058835],[-73.0445740370001,41.52778743089352],[-73.0444460369302,41.52729543080216],[-73.04431703686124,41.52682543071509],[-73.04423103681219,41.52645843064665],[-73.04419103678718,41.52624943060736],[-73.04414203675647,41.525992430559064],[-73.04413003673224,41.52563943049091],[-73.04419103672504,41.52517043039785],[-73.04419703672417,41.52512143038817],[-73.04422103672321,41.524969430357864],[-73.04426803672177,41.52467943030003],[-73.04435803673367,41.52437843023865],[-73.04440703674031,41.52421743020579],[-73.04442003674274,41.524186430199364],[-73.04465803680898,41.52399443015434],[-73.04518703696193,41.52366743007365],[-73.04628603728666,41.52310942992957],[-73.05010103841401,41.52117442942976],[-73.05046603852195,41.520990429382174],[-73.05119303873308,41.52055742927445],[-73.05149103881912,41.520371429228625],[-73.05196803895309,41.520008429142635],[-73.05201203896553,41.51997642913499],[-73.05292203922168,41.51929342897276],[-73.05368103943347,41.51869142883116],[-73.05390503951483,41.51884142885302],[-73.05457703975905,41.51929342891893],[-73.05480103984048,41.519444428940965],[-73.055075039939,41.519610428964285],[-73.05557504011884,41.51991442900706],[-73.0558950402345,41.52011842903626],[-73.05616704033277,41.52029142906102],[-73.05630404037991,41.52033742906547],[-73.05631604038398,41.52034042906567],[-73.0564730404375,41.52038442906912],[-73.05675604053651,41.520508429083996],[-73.05690104058729,41.52057242909169],[-73.05731004070199,41.52025842901742],[-73.05768004080329,41.519931428941895],[-73.05803004089925,41.519624428870884],[-73.05837604098983,41.51924642878624],[-73.05873204109177,41.519009428728616],[-73.05885204112577,41.518923428708035],[-73.05903904118321,41.51886642869088],[-73.05917104122516,41.51885042868347],[-73.05933704127818,41.51883542867515],[-73.05973404141089,41.51890142867506],[-73.0602870415996,41.519060428687936],[-73.06125704193072,41.51934142871094],[-73.06145404199232,41.51930042869657],[-73.06204404217686,41.51917842865368],[-73.06224204223884,41.51913842863947],[-73.06234104228416,41.51936742868073],[-73.06250104235743,41.51973742874737],[-73.06260804241118,41.520067428807955],[-73.06268204244812,41.52029142884905],[-73.06268704245055,41.52030542885161],[-73.06279604250189,41.52058242890186],[-73.06310504264721,41.521363429043454],[-73.063232042707,41.52168542910184],[-73.06348604282749,41.522345429221716],[-73.0635920428743,41.522560429260004],[-73.0636550429003,41.522656429276594],[-73.06371304292229,41.52271142928538],[-73.06459104323467,41.52318542934886],[-73.0648830433398,41.5233644293741],[-73.0650440433994,41.52349142939352],[-73.06511404342719,41.523579429408315],[-73.06515104344452,41.52367142942497],[-73.06518404346485,41.523838429456326],[-73.0654060436013,41.52495542966598],[-73.06544004362226,41.52512742969826],[-73.06547504364372,41.5253024297311],[-73.0655300436815,41.5256484297965],[-73.06555904370096,41.525822429829326],[-73.06558304371393,41.52591242984602],[-73.06558804371785,41.52595242985362],[-73.0656390437574,41.52635142992941],[-73.06565704377091,41.52648442995465],[-73.06567504378437,41.52661642997971],[-73.06573204382576,41.5270134300549],[-73.0657510438396,41.527146430080116],[-73.06576604385127,41.527264430102534],[-73.06581304388698,41.52761943016993],[-73.06582904389904,41.52773843019251],[-73.06583804392837,41.52819643028114],[-73.06586104399521,41.52922643048034],[-73.06595704404546,41.529557430541466],[-73.06608604411278,41.52999843062287],[-73.06612004412901,41.53008843063924],[-73.0662220441778,41.530360430688724],[-73.06625704419442,41.53045143070525],[-73.06631704422652,41.5306704307458],[-73.06639604426849,41.530953430798164],[-73.06654404433725,41.53131243086303],[-73.06659604436126,41.53143643088542],[-73.066619044374,41.53152743090233],[-73.0666580443956,41.53168243093115],[-73.06688104450363,41.53230043104385],[-73.06693004452723,41.53243343106807],[-73.06702204457491,41.532742431125044],[-73.06702804458301,41.53284943114562],[-73.06701804458854,41.53300143117546],[-73.06692904459976,41.53369743131345],[-73.06689204461445,41.53416043140452],[-73.06689304462273,41.53429843143129],[-73.06694704466462,41.53472043151144],[-73.06702704472636,41.535340431629166],[-73.0670190447295,41.53544043164884],[-73.06698504472342,41.535526431666646],[-73.06691304471136,41.53572243170703],[-73.06670004467615,41.53631143182828],[-73.06662904466445,41.53650843186884],[-73.06654904465249,41.53675143191861],[-73.06633504462114,41.53741243205385],[-73.06630704461584,41.53747843206759],[-73.0662090445977,41.53771543211676],[-73.06613804458622,41.53791643215809],[-73.0660660445749,41.53812543220101],[-73.06602004457143,41.53832443224112],[-73.06601104457854,41.53849843227518],[-73.06601404458183,41.538538432282834],[-73.06603404460061,41.53875143232353],[-73.06607504461941,41.53884643234064],[-73.06612804464174,41.53893543235618],[-73.06644604477582,41.53946943244948],[-73.06655204482055,41.53964843248076],[-73.06659904483907,41.5397044324901],[-73.06664804486057,41.53980143250732],[-73.06675104490579,41.540005432543566],[-73.06679504492878,41.540156432571436],[-73.06681404494418,41.54031643260188],[-73.06683704496214,41.54049843263644],[-73.06685704500528,41.54113343275902],[-73.06685804500589,41.541138432759965],[-73.06683904502894,41.54164543285897],[-73.06684304507789,41.54247143301914],[-73.06688004512269,41.543039433128165],[-73.06689104513538,41.54319743315847],[-73.06693004517558,41.54367443324975],[-73.06702004522793,41.544075433324636],[-73.06708204525435,41.54418443334379],[-73.06719504530247,41.544382433378516],[-73.06781904554737,41.54511443350024],[-73.06809704565586,41.54543043355251],[-73.06845204579444,41.54583443361934],[-73.06856104583798,41.54597543364314],[-73.0687750459234,41.546251433689726],[-73.06877704593491,41.54643943372616],[-73.06877504593437,41.546441433726606],[-73.0686940459173,41.546601433760294],[-73.06852304586866,41.54672043378895],[-73.06842204583994,41.546791433806014],[-73.06828204580643,41.546998433850746],[-73.0681060457596,41.5471774338912],[-73.0680740457511,41.54721043389865],[-73.06793304570994,41.547290433918754],[-73.06781304567374,41.54733843393198],[-73.0674570455666,41.547485433972106],[-73.0673380455308,41.547534433985476],[-73.06740104555894,41.54766743400925],[-73.0675560456279,41.54799043406687],[-73.06759204564416,41.548069434081015],[-73.06765404567207,41.548204434105195],[-73.067456045611,41.548260434122504],[-73.06729904556205,41.54829543413442],[-73.06698204546326,41.54836743415871],[-73.06659904534223,41.548425434182434],[-73.06621704522053,41.54846643420283],[-73.065854045105,41.54850743422261],[-73.06534004494138,41.5485644342504],[-73.0649840448279,41.54860143426917],[-73.06402404452194,41.54870243432004],[-73.06352604436381,41.54876443434828],[-73.06291504417074,41.54885743438623],[-73.06288304416064,41.54886243438824],[-73.06239404400934,41.548992434429394],[-73.06238404400625,41.548995434430296],[-73.06158404376515,41.54931943451921],[-73.0615550437563,41.54932943452211],[-73.06146804372996,41.549362434531325],[-73.0614400437215,41.54937343453438],[-73.06083804353885,41.54959643459725],[-73.0605360434473,41.549709434628994],[-73.05904004299461,41.550284434789276],[-73.05868004288573,41.55042343482797],[-73.05849904283161,41.550504434849586],[-73.05844704281607,41.55052743485574],[-73.05835704277985,41.55040643483518],[-73.05826604274318,41.55028343481427],[-73.05808704267126,41.55004443477374],[-73.05799804263546,41.54992443475334],[-73.05778704254887,41.549611434699486],[-73.05771804252115,41.54951943468387],[-73.05757104245775,41.54924843463608],[-73.05711704225725,41.54832843447235],[-73.05667504206063,41.547408434308224],[-73.05663204204154,41.54731943429235],[-73.05650504198499,41.54705443424507],[-73.0564630419663,41.546966434229354],[-73.05643404195301,41.54689943421729],[-73.05635004191431,41.546701434181614],[-73.05632204190141,41.54663543416972],[-73.05625604187058,41.54647243414024],[-73.05606104177905,41.545983434051685],[-73.05602004175972,41.54587943403284],[-73.05599704174885,41.545820434022154],[-73.05597204173756,41.545765434012274],[-73.05559604156535,41.54489643385589],[-73.0556000415663,41.5448904338546],[-73.05556504155193,41.544838433845634],[-73.05518204137702,41.5439624336881],[-73.05483004121231,41.54308843352995],[-73.05478604119169,41.54297843351002],[-73.05436304099989,41.54203443334061],[-73.05434404099073,41.541982433331114],[-73.05405204085535,41.54127943320419],[-73.05188504018865,41.541921433399295],[-73.05183504016715,41.54183043338327],[-73.05168604010319,41.54156043333571],[-73.05163704008211,41.54147043331984],[-73.05207704021727,41.54133643327953],[-73.05339904062353,41.54093643315888],[-73.05384004075908,41.5408034331187],[-73.05381604074812,41.54074843310881],[-73.05374604071592,41.54058443307927],[-73.05372304070534,41.54053043306952],[-73.05366804068044,41.54040843304766],[-73.05350304060575,41.540042432981984],[-73.05344804058092,41.53992143296028],[-73.05304004039593,41.53901043279674],[-73.05274604025956,41.538301432668696],[-73.05278604026566,41.53818143264411],[-73.05265604021963,41.53811543263552],[-73.05247704013425,41.53764243254955],[-73.0522070400106,41.5370184324372],[-73.05217003999269,41.536916432418614],[-73.05192103987696,41.53631143230928],[-73.0518750398554,41.536196432288456],[-73.05164803975127,41.53566843219336],[-73.05155603970886,41.53545143215424],[-73.05145503967209,41.535382432144125],[-73.05115503956291,41.53517843211429],[-73.05105503952657,41.53511143210454],[-73.05092603947702,41.534978432082916],[-73.05067903938223,41.53472543204184],[-73.05056803933664,41.53455943201324],[-73.0504660392947,41.534406431986845],[-73.05033603924296,41.53424143195904],[-73.0502060391913,41.53407743193144],[-73.04992303908159,41.53376843188067],[-73.04989503907072,41.53373743187556],[-73.04985003905144,41.533656431861296],[-73.04984003904393,41.533582431847265],[-73.04984903903774,41.533424431816286],[-73.04985603903823,41.53339343181004],[-73.05000103905364,41.532843431698566],[-73.05000303905399,41.53283843169754],[-73.05002803905163,41.53265643166138],[-73.05002603904377,41.532531431637196],[-73.05002303902131,41.53215843156487],[-73.05002303901416,41.5320344315408],[-73.05001503900287,41.53188343151176],[-73.04999603897694,41.53154043144578],[-73.0499910389691,41.531432431424975],[-73.04998403895817,41.53128243139611],[-73.04998303895688,41.531265431392825],[-73.04998003895295,41.53121443138302],[-73.04998003895197,41.531197431379724],[-73.04997203893987,41.531032431347946],[-73.04994803890375,41.53054043125322],[-73.04994003889169,41.53037643122163],[-73.04993203888006,41.53021943119142],[-73.0499070388448,41.52974843110079],[-73.04990003883348,41.52959143107053],[-73.04992403883051,41.529404431033456],[-73.04994003882908,41.52928943101062],[-73.05002103882998,41.52884843092236],[-73.05005603883075,41.5286644308855],[-73.04972103871695,41.5285774308795],[-73.0488160384096,41.528343430863515],[-73.0487200383764,41.528308430859845],[-73.04839603826447,41.528191430847656],[-73.04836503825312,41.5281694308444],[-73.0482740382199,41.528105430834934],[-73.04826603821695,41.52809943083403],[-73.04824403820899,41.528085430832014],[-73.04813603817018,41.52802043082291],[-73.04802303812872,41.527937430810475],[-73.0480140381255,41.5279324308098],[-73.04790103808571,41.52787843080299],[-73.04778203804453,41.527834430798315],[-73.04765503800108,41.52779643079507],[-73.04743703792863,41.52776743079654],[-73.04721403785592,41.52776243080282],[-73.04716403783969,41.527762430804444],[-73.04694403777103,41.52781043082092],[-73.04666603768806,41.52793743085461],[-73.04632103758881,41.52815943090895],[-73.04629703758229,41.52818143091398],[-73.04602103750798,41.5284474309746],[-73.04553203740494,41.529415431178435],[-73.04525503735312,41.530077431315966],[-73.04522103734507,41.53012943132716],[-73.04514603732773,41.53025143135329],[-73.04502903729586,41.53035743137767],[-73.04486703724706,41.530423431395754],[-73.0446120371699,41.53052143142306]]]},"properties":{"name":3516.02,"geoid":"09009351602"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.95678901006816,41.55530343908454],[-72.9551680095525,41.55549543917435],[-72.95517000955338,41.555499439175044],[-72.95500400949955,41.55550143918082],[-72.95491400947266,41.5555424391917],[-72.95361600906138,41.555724439269085],[-72.95338500898845,41.55576143928374],[-72.95250700871115,41.555900439339176],[-72.95127500832125,41.55608143941421],[-72.94758000715174,41.556623439639104],[-72.94640400677963,41.55679743971098],[-72.94635100676287,41.55680543971426],[-72.94627500673869,41.556814439718444],[-72.93580100340563,41.55804044029559],[-72.92853900109509,41.55889944069739],[-72.92715400065438,41.55906244077385],[-72.9264300004234,41.559137440811845],[-72.92206899903204,41.559587441040314],[-72.91725199749506,41.560083441292434],[-72.91704799743003,41.5601054413033],[-72.91668699731713,41.560182441329914],[-72.9163899972243,41.56024644135194],[-72.91564899699252,41.56040444140659],[-72.91006599521336,41.56101844170633],[-72.90582899386312,41.56148544193399],[-72.90386999323881,41.56170144203925],[-72.90356999314133,41.56170144204895],[-72.90347099311,41.56171644205506],[-72.90348399310828,41.56161244203446],[-72.90347399310048,41.561533442019446],[-72.90341199304946,41.56099444191685],[-72.9033919930327,41.56081544188273],[-72.90333899300073,41.560558441834566],[-72.9032149929154,41.55977244168601],[-72.90318799289653,41.55959644165271],[-72.90313099286087,41.55929744159651],[-72.90301799277515,41.55844244143421],[-72.9030249927265,41.55755344126141],[-72.90315599272226,41.556736441098586],[-72.90318799272647,41.55662844107659],[-72.90349599276858,41.55561644087017],[-72.90355499277682,41.5554254408312],[-72.90373599280292,41.5548544407145],[-72.90378099280953,41.55471444068586],[-72.90380099281327,41.55466644067588],[-72.90403799285713,41.55408744055583],[-72.90407099286331,41.55400844053944],[-72.9045929929799,41.553082440342784],[-72.90484899302787,41.55246744021512],[-72.90486399302935,41.55240844020318],[-72.90501299304708,41.5518724400943],[-72.9050169930445,41.551804440080964],[-72.9050429930267,41.55134643999123],[-72.9050469930241,41.55127843997788],[-72.90506199299055,41.550607439847134],[-72.90505899298864,41.55059143984412],[-72.90496799292947,41.55007443974669],[-72.90493999291526,41.54998543973031],[-72.90489899289439,41.54985343970599],[-72.90480499284635,41.54954843964981],[-72.90472499280897,41.54934943961377],[-72.90465899277807,41.54918443958388],[-72.90448099269577,41.54875743950672],[-72.90439999265816,41.54856043947109],[-72.90438999265233,41.54851543946268],[-72.90436099263518,41.548380439437395],[-72.90435199262973,41.54833643942914],[-72.90418399255825,41.54804143937731],[-72.90380899239848,41.54737943926089],[-72.90370599235172,41.54714743921917],[-72.90369399234626,41.54712043921431],[-72.90360999230197,41.54682343915935],[-72.9035719922579,41.546269439053006],[-72.90352899222313,41.545906438983906],[-72.90334499207349,41.544337438685204],[-72.90322699196781,41.54316143846064],[-72.9031359918858,41.54224543828572],[-72.90305999181824,41.54149643814273],[-72.90303799179814,41.541270438099524],[-72.90291099168869,41.540079437872365],[-72.90290199167211,41.539840437826236],[-72.90289599166047,41.53967143779361],[-72.90293999166065,41.5394244377442],[-72.90297699166297,41.53925543771019],[-72.90301299166562,41.53909743767835],[-72.90303499166568,41.53897343765355],[-72.90311699166617,41.538516437562166],[-72.90311999166234,41.53843243754574],[-72.90313099165148,41.53818043749645],[-72.90313599164836,41.53809743748016],[-72.903085991621,41.53790343744411],[-72.90308699160308,41.53758443738212],[-72.90309199154301,41.536506437172584],[-72.90303999150687,41.536170437109014],[-72.90296499147598,41.53605643708929],[-72.90294999146978,41.536033437085294],[-72.9028299914233,41.53590243706375],[-72.90258899133447,41.53571843703578],[-72.90258099133152,41.535712437034874],[-72.90274099137311,41.53553043699436],[-72.90302899144498,41.53515143691145],[-72.90353099157474,41.534568436781996],[-72.90376899163746,41.53431343672479],[-72.90594399221101,41.531986436202516],[-72.90751899262496,41.53027743581966],[-72.9082209928095,41.52951643564916],[-72.90878099295865,41.52894343551974],[-72.90947199313877,41.528167435346674],[-72.91015099331051,41.52731343515884],[-72.91019999332298,41.52725343514561],[-72.91042199337389,41.52688243506637],[-72.91056899339819,41.526472434981955],[-72.91065399340354,41.52608343490365],[-72.9106909933813,41.52548443478607],[-72.91068999336173,41.52514843472085],[-72.91070099329843,41.52397943449338],[-72.9106599932204,41.52284843427497],[-72.91060899310034,41.52103943392517],[-72.91054999295946,41.5189114335136],[-72.91049899282976,41.51693343313091],[-72.91049499280155,41.51646243303951],[-72.91047799267186,41.514291432618194],[-72.91039599246442,41.51112943200637],[-72.91045299245481,41.510637431908904],[-72.91050299245155,41.510296431841006],[-72.91061099247086,41.51002043178388],[-72.91076699250537,41.50973743172385],[-72.91097099255558,41.509456431662656],[-72.91110999259193,41.509302431628214],[-72.91125299262947,41.50914643159329],[-72.91157699271893,41.50887043152918],[-72.9119289928182,41.508606431466504],[-72.91303999313308,41.50780143127416],[-72.91306399314138,41.50781043127514],[-72.91317999318159,41.507854431279945],[-72.91359999332727,41.508016431297854],[-72.91374099337622,41.508071431303996],[-72.91395599345081,41.50815443131317],[-72.91406199348759,41.508195431317716],[-72.91439899360266,41.50829343132588],[-72.91443899361616,41.50830243132634],[-72.9146229936783,41.50834343132835],[-72.9148489937546,41.50839443133097],[-72.91508199383397,41.50845843133589],[-72.91524799389057,41.508505431339664],[-72.91556999400248,41.50863343135413],[-72.91574099406473,41.50875043137134],[-72.91594099413754,41.50888743139152],[-72.91602299416721,41.50894043139917],[-72.91619599422981,41.509052431415334],[-72.91626299425478,41.509108431424075],[-72.91633899428311,41.50917243143404],[-72.91664899439543,41.509375431463475],[-72.91673799442766,41.50943343147188],[-72.91697199451424,41.50961843150027],[-72.9170069945274,41.50964943150517],[-72.91715899458444,41.509783431526294],[-72.9173439946561,41.50998543155958],[-72.91744699469847,41.510141431586554],[-72.91748599471451,41.51020043159677],[-72.91760599476926,41.51047643164653],[-72.91769399480638,41.51062543167263],[-72.91777899484217,41.510768431697684],[-72.9178979948906,41.510939431727074],[-72.91800099493025,41.51104743174473],[-72.91803799494448,41.511086431751124],[-72.9181309949791,41.511163431763066],[-72.9183509950595,41.51131943178628],[-72.91841599508301,41.51136143179235],[-72.91928899539907,41.51192943187451],[-72.91958099550482,41.512119431901986],[-72.91976599557127,41.51223043191759],[-72.92032399577174,41.51256643196485],[-72.92050999583856,41.512678431980596],[-72.92082699595245,41.512869432007484],[-72.9217789962945,41.51344243208805],[-72.92209699640874,41.513633432114894],[-72.92254099656789,41.51389443215127],[-72.92314199678334,41.51424743220043],[-72.92354899692594,41.514429432222634],[-72.92393899705893,41.5145394322314],[-72.92443599722846,41.51468043224274],[-72.92468799731436,41.51475143224838],[-72.92555999761022,41.514971432262946],[-72.92609499779387,41.515143432279075],[-72.9264229978821,41.51482343220629],[-72.92709899806846,41.51424243207155],[-72.92765099821578,41.51368343194509],[-72.92843199840758,41.51260143170957],[-72.92921599860969,41.511683431505844],[-72.92963199872764,41.51138343143409],[-72.93000299884015,41.511243431394895],[-72.93055699901223,41.51110543135017],[-72.93085399909118,41.51079943128109],[-72.93192999940574,41.51018843112758],[-72.93285599967683,41.50966943099679],[-72.93331499980027,41.50922143089489],[-72.93368099990343,41.5089464308296],[-72.93373399991836,41.50890643082011],[-72.93398699998879,41.5087014307721],[-72.93410700002228,41.508605430749554],[-72.93467400016537,41.50788743059169],[-72.93475500018778,41.50781943057585],[-72.93505800027195,41.507570430517674],[-72.93556700046892,41.50812343060868],[-72.93709700106085,41.50978243088159],[-72.93760700125817,41.51033543097256],[-72.93780800133645,41.51056243101018],[-72.93841200157168,41.51124443112317],[-72.93861400165035,41.51147243116093],[-72.9401290022337,41.51306643142167],[-72.94013900224284,41.513169431441355],[-72.94007300223366,41.51338343148508],[-72.94008100223905,41.513432431494344],[-72.94013200225912,41.513493431504536],[-72.9402270023107,41.5138554315718],[-72.94037300236913,41.51404743160439],[-72.94045300240268,41.51417943162746],[-72.94051900242727,41.514234431636],[-72.94054800243416,41.51419043162652],[-72.94065000246665,41.51417943162108],[-72.94067500247525,41.51418743162182],[-72.9408620025393,41.51424543162705],[-72.94094100256605,41.51426443162818],[-72.94120400265511,41.51432743163191],[-72.94122700266293,41.51433343163233],[-72.94124900267322,41.5143884316423],[-72.941243002677,41.51448843166193],[-72.94245900314856,41.51582543188237],[-72.94324800345456,41.51669343202548],[-72.94610800456374,41.51983843254395],[-72.94732500503571,41.521176432764484],[-72.947532005114,41.52136943279529],[-72.94815500534963,41.52194943288778],[-72.9483630054283,41.522143432918746],[-72.94878100558593,41.522524432979225],[-72.94896300565455,41.52269043300558],[-72.95036300613168,41.523080433036014],[-72.9509090063178,41.52323343304806],[-72.95104300636375,41.523275433051886],[-72.95144400650128,41.52340243306357],[-72.9515790065476,41.52344543306755],[-72.9516750065805,41.523475433070274],[-72.95196500667998,41.52356743307877],[-72.95206200671326,41.52359843308164],[-72.95229200679222,41.52367243308857],[-72.952795006965,41.52383643310414],[-72.95298600702971,41.523882433106884],[-72.95322100710936,41.52394043311053],[-72.95387000733605,41.524217433143335],[-72.95581800801648,41.52504843324167],[-72.95646800824356,41.52532643327464],[-72.9568790083859,41.52548043329123],[-72.95702800843746,41.52553543329708],[-72.95871100902015,41.52616343336456],[-72.95927200921443,41.52637343338717],[-72.96130300991685,41.527117433465904],[-72.96289201046645,41.52770043352764],[-72.96725001197076,41.52924643368672],[-72.96740801202633,41.52932043369596],[-72.96936601271526,41.530242433811594],[-72.9692220126811,41.53046243385898],[-72.96879201257947,41.53112543400166],[-72.96864901254571,41.53134643404919],[-72.96863201253986,41.531340434048595],[-72.96858101252231,41.53132343404695],[-72.96856501251682,41.5313184340465],[-72.96817801243644,41.532108434212454],[-72.96701901219615,41.53448143471082],[-72.96663401211649,41.53527243487689],[-72.96650601209092,41.5355514349352],[-72.96612401201493,41.5363894351103],[-72.96599801199007,41.53666943516875],[-72.96598901198519,41.536635435162445],[-72.96597801197892,41.536588435153675],[-72.96594001196887,41.53662843516266],[-72.9659170119629,41.536654435168465],[-72.96582901194444,41.53683043520549],[-72.96556401188865,41.53735843531659],[-72.96547701187053,41.53753543535378],[-72.96483201174372,41.53897643565446],[-72.96289701136341,41.54330143655687],[-72.962554011296,41.54406843671689],[-72.96225301123695,41.544743436857686],[-72.96201301118451,41.54518743695165],[-72.96185201114925,41.545484437014544],[-72.96176301112992,41.545651437049834],[-72.96029301080887,41.548377437626655],[-72.95980401070219,41.54928643781895],[-72.95958101065405,41.549709437908284],[-72.9589140105103,41.55098043817662],[-72.95869201046254,41.551404438266104],[-72.95847301041435,41.55180443835084],[-72.95781901027084,41.55300543860514],[-72.95760101022304,41.55340643869005],[-72.95678901006816,41.55530343908454]]]},"properties":{"name":3432,"geoid":"09009343200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.91303999313308,41.50780143127416],[-72.91287899307733,41.507741431267696],[-72.91239599291022,41.50756243124851],[-72.91223599285487,41.50750343124221],[-72.91204499278848,41.507427431233616],[-72.91147199258947,41.507202431208384],[-72.91128199252348,41.50712743119994],[-72.91119499249315,41.50709143119577],[-72.91093399240238,41.506986431183776],[-72.9108469923721,41.50695143117979],[-72.9104109922207,41.50678043116064],[-72.90910399176697,41.506270431103715],[-72.90866899161595,41.506100431084725],[-72.90829499148641,41.5059594310694],[-72.90828499148293,41.50595543106895],[-72.90717899109919,41.50552743102147],[-72.90680699097011,41.505383431005505],[-72.90673899094637,41.50535443100205],[-72.9065349908753,41.505270430992304],[-72.90646699085163,41.50524243098908],[-72.9062369907717,41.505151430978806],[-72.90554699053196,41.504878430948025],[-72.90531699045204,41.50478743093776],[-72.90504499035781,41.50468443092652],[-72.90423199007616,41.50437743089309],[-72.90396098998231,41.50427543088202],[-72.9039769899779,41.50410743084883],[-72.90401798996672,41.50367843076414],[-72.9040019899573,41.50360443075026],[-72.90396898993714,41.503439430719254],[-72.90380798987661,41.50329543069647],[-72.90332798969618,41.50286643062855],[-72.90316798963603,41.50272343060593],[-72.90300598957307,41.50254243057598],[-72.90252198938482,41.50199943048605],[-72.90236098932219,41.50181843045607],[-72.90226498928541,41.5017204304401],[-72.90213498923366,41.501553430411846],[-72.90208798921489,41.5014924304015],[-72.90188498913707,41.501284430367626],[-72.90176598909196,41.501171430349494],[-72.90164098904685,41.501092430338176],[-72.9015239890057,41.501037430331266],[-72.9013889889598,41.50100143032862],[-72.90129598892841,41.50098143032772],[-72.90116098888298,41.50095343032666],[-72.90095198881468,41.500946430332036],[-72.90096598880942,41.50077443029815],[-72.90098198880685,41.500638430271195],[-72.90100398880418,41.50046643023704],[-72.90101698879377,41.50021043018686],[-72.90104598878713,41.49992943013129],[-72.90107698878516,41.499718430089274],[-72.90108798878478,41.49964943007551],[-72.9011689887983,41.49942543002934],[-72.90122598881044,41.49931343000573],[-72.90139598884663,41.498980429935514],[-72.90145398885915,41.49886942991205],[-72.90123198878098,41.49876342989861],[-72.90118998876635,41.49874642989666],[-72.90102198870797,41.49867942988905],[-72.90072598860553,41.49856942987722],[-72.90051398853346,41.498513429873185],[-72.90036498848255,41.498469429869445],[-72.90034298847506,41.49846342986898],[-72.90008298838713,41.498402429865514],[-72.90004298837418,41.49840342986699],[-72.89992398833571,41.49840642987143],[-72.89988498832315,41.49840842987307],[-72.89978898829179,41.49840542987558],[-72.89958598822557,41.498400429881166],[-72.89950098819801,41.498401429884105],[-72.89940498816694,41.49840342988758],[-72.89919698809882,41.498393429892346],[-72.89882898798263,41.498452429915716],[-72.89854898789487,41.498508429935626],[-72.89823298779707,41.498593429962355],[-72.89807398774794,41.49863742997604],[-72.89691598739176,41.498987430081435],[-72.8954369869321,41.499351430199944],[-72.89477798672813,41.499528430255616],[-72.89362598637172,41.499840430353444],[-72.89288898614099,41.499992430406785],[-72.89222998593583,41.50014843045836],[-72.89207398588732,41.500186430470784],[-72.89146298569584,41.50030943051441],[-72.8906889854544,41.50048443057341],[-72.8899499852208,41.500597430619216],[-72.88821598466981,41.50081343071715],[-72.88800198460139,41.500832430727755],[-72.88657998414709,41.50096643079967],[-72.88649198411906,41.50097643080446],[-72.88632898406725,41.50099643081361],[-72.88622798403478,41.501002430818026],[-72.88613998400655,41.50100843082203],[-72.88589198392336,41.50096243082109],[-72.88518698368684,41.50083143081836],[-72.8851509836747,41.50082343081795],[-72.88490598359215,41.50077143081577],[-72.88394698326935,41.50057443080838],[-72.88353298313008,41.500490430805414],[-72.88293998293337,41.50041943081073],[-72.88264998283877,41.50041243081871],[-72.88106698232244,41.50037643086276],[-72.88102398230842,41.50037543086396],[-72.8803679820948,41.500366430883375],[-72.88004698199182,41.500389430898196],[-72.87956698183241,41.50032843090181],[-72.87902298165221,41.5002674309075],[-72.87853598149184,41.500229430915816],[-72.87817698137445,41.50021643092486],[-72.87801598134376,41.50059543100373],[-72.87796498134307,41.500873431059425],[-72.87736098114313,41.50080843106627],[-72.87596298068037,41.50065743108199],[-72.87495798034917,41.50057543109845],[-72.87427398012377,41.5005194311096],[-72.87426198011974,41.50051743110961],[-72.87419898009894,41.50051143111046],[-72.87330497980412,41.50043443112431],[-72.87226197946019,41.50034543114063],[-72.87217497943126,41.5003334311411],[-72.87148397920144,41.50024043114529],[-72.87056997889768,41.500120431151444],[-72.86987497866498,41.4999994311503],[-72.8694189785113,41.49990243114613],[-72.86839997816794,41.499686431136986],[-72.86821797810664,41.499648431135476],[-72.86645497750713,41.49917943110109],[-72.86318197639585,41.49833843104301],[-72.86017197537383,41.4975644309895],[-72.85957797517237,41.497415430979665],[-72.85929597507587,41.49732943097203],[-72.8592679750663,41.497321430971375],[-72.85886097492734,41.497203430961534],[-72.85809497466576,41.496980430942855],[-72.85780097456433,41.49687643093209],[-72.85747597445014,41.496725430913195],[-72.85723097436342,41.49660043089678],[-72.85658297413244,41.496241430847846],[-72.85640897407056,41.496147430835165],[-72.85620697399872,41.49603843082047],[-72.85589197388663,41.49586743079736],[-72.8557489738359,41.49579243078739],[-72.85560197378369,41.49571443077696],[-72.85539997371203,41.49560843076285],[-72.85497997356293,41.4953864307332],[-72.85471297346815,41.49524543071437],[-72.85450397339358,41.495128430698365],[-72.85443297336836,41.49509043069325],[-72.85378297313939,41.49477843065351],[-72.85370897311365,41.49474843065006],[-72.85326897296069,41.49457243063001],[-72.85298297286127,41.494458430617044],[-72.85270197276411,41.494355430606056],[-72.85548697345712,41.49063742979333],[-72.85745197394783,41.48804542922592],[-72.858972974324,41.48597442877412],[-72.85902597433719,41.48590342875861],[-72.8590719743486,41.48584142874506],[-72.86481297577652,41.478168427067594],[-72.86539897592246,41.477388426896994],[-72.87126497737717,41.46947442516829],[-72.87228097761766,41.46790242482969],[-72.87351097791102,41.46603842442735],[-72.87392897801615,41.4655004243092],[-72.87439197813272,41.46490642417869],[-72.87518397833199,41.46388842395507],[-72.87560297843751,41.463351423837075],[-72.87595797852816,41.462918423741385],[-72.8770249788009,41.46162242345479],[-72.87738097889192,41.46119042335926],[-72.87723297882665,41.460888423305256],[-72.876791978632,41.45998442314352],[-72.87664497856711,41.459683423089665],[-72.87685497861665,41.459355423019076],[-72.87692297863282,41.45925142299664],[-72.87750997877438,41.45838942280996],[-72.87772997882756,41.45806842274041],[-72.87812797892579,41.457523422621506],[-72.87851897902792,41.45708642252386],[-72.87886197912368,41.456812422459485],[-72.87901797916804,41.45670142243286],[-72.879294979247,41.456508422386364],[-72.87964797934855,41.45627842233022],[-72.87985297940351,41.456074422283926],[-72.88051297957084,41.45524842210189],[-72.8811079797281,41.4546164219597],[-72.88167397987257,41.45392542180697],[-72.88217097999987,41.453326421674355],[-72.88263998012013,41.45276342154966],[-72.88282398016662,41.45253042149838],[-72.88344598032404,41.45174742132595],[-72.88401398046935,41.45105942117371],[-72.88407998048622,41.45097942115601],[-72.88451598059571,41.45041542103217],[-72.88469998064197,41.45017842098013],[-72.88552598085721,41.44924742077227],[-72.88605498099444,41.44864042063707],[-72.88612798101428,41.44857242062148],[-72.88644598110092,41.4482804205544],[-72.8866679811551,41.447965420485914],[-72.88686898122376,41.44802542049111],[-72.88747398143059,41.44820742050705],[-72.88767598149964,41.44826842051244],[-72.88924598204451,41.448884420581756],[-72.89395798367977,41.450732420789656],[-72.89552898422504,41.45134942085912],[-72.89638598452113,41.45166242089242],[-72.89782798501932,41.45218842094833],[-72.89855698527124,41.45245542097678],[-72.8989569854095,41.45260242099252],[-72.89981498570599,41.45291642102597],[-72.89987098572507,41.45293242102728],[-72.90004198578335,41.4529804210311],[-72.90009898580277,41.45299642103238],[-72.90050798594685,41.45319442105773],[-72.90173498637917,41.45378942113398],[-72.90214398652331,41.45398842115952],[-72.90261398668466,41.45414142117415],[-72.90298598681234,41.4542624211857],[-72.90530398760953,41.45504342126297],[-72.9069909881956,41.45571542133935],[-72.90796798853455,41.45609642138197],[-72.90838798868032,41.45626142140053],[-72.90838398868064,41.45628942140613],[-72.9083719886817,41.456376421423435],[-72.90836898868237,41.45640542142917],[-72.9083469886815,41.456515421451286],[-72.9082839886798,41.45684442151737],[-72.90826398867962,41.4569554215396],[-72.90819698868695,41.45746542164102],[-72.90816798869062,41.457695421686715],[-72.90815798869194,41.457775421702614],[-72.90800698871261,41.45899842194547],[-72.90794398872134,41.459510422047146],[-72.90790198872658,41.459841422112916],[-72.90777598874237,41.46083642231059],[-72.90773498874798,41.461168422376524],[-72.90754298875194,41.462331422609026],[-72.90747198875385,41.462769422696546],[-72.90731198877505,41.46405242295135],[-72.90705398879274,41.46583242330602],[-72.90694698880019,41.46657242345344],[-72.90687698880174,41.46699842353858],[-72.90683398883841,41.46788642371275],[-72.90681598885476,41.468275423789],[-72.90681998892963,41.469565424039835],[-72.90682398898733,41.47055442423214],[-72.90682698902013,41.47111242434059],[-72.90685798904909,41.47144342440398],[-72.90684198905556,41.471648424444375],[-72.90678298908055,41.472422424596864],[-72.90670398907977,41.47285842468422],[-72.90668898908085,41.47296242470494],[-72.9066529890834,41.473212424754735],[-72.90657598908948,41.473757424863244],[-72.90645998909956,41.474594425029785],[-72.90638598910655,41.47513842513801],[-72.90632098911203,41.47560442523075],[-72.90617198912595,41.47669642544797],[-72.90613698913226,41.4770064255094],[-72.90608498914212,41.4774754256023],[-72.90604298914252,41.47772142565152],[-72.90591598914344,41.478460425799355],[-72.90587498914421,41.47870742584872],[-72.90582898914884,41.47905042591693],[-72.90577298915514,41.47947942600216],[-72.90571698916793,41.480022426109606],[-72.90570498916735,41.480080426121255],[-72.90563798916497,41.48042042618955],[-72.90563698916694,41.48046042619736],[-72.90563598917363,41.4805834262213],[-72.90563598917598,41.48062442622929],[-72.9056599892253,41.48135242637012],[-72.90572198928676,41.48207642650891],[-72.90578398932075,41.48231942655418],[-72.90581098934975,41.482673426622156],[-72.90588498942823,41.483627426805306],[-72.90584298944823,41.484217426921404],[-72.90573398943751,41.48464942700893],[-72.90566398943783,41.485053427089774],[-72.90596798953855,41.48508842708676],[-72.9061029895833,41.48510442708552],[-72.90675498979657,41.48513042706952],[-72.90688798983953,41.48512642706445],[-72.90709598990686,41.485122427056965],[-72.90719498993855,41.4851144270522],[-72.90748999003301,41.48509042703803],[-72.9077159901039,41.48504642702218],[-72.90803299020342,41.48498642700028],[-72.90842199032754,41.484947426980135],[-72.90875299043458,41.4849394269679],[-72.90921699058552,41.484943426953706],[-72.90928899060884,41.484942426951164],[-72.90981599077978,41.48493842693339],[-72.90996199082707,41.48493642692828],[-72.91039999096917,41.484933426913564],[-72.91054699101686,41.48493242690861],[-72.9109229911388,41.4849294268959],[-72.91145599131181,41.484927426878315],[-72.91203299150064,41.484952426864545],[-72.9120519915069,41.48495442686431],[-72.91242699163092,41.484993426859795],[-72.91268999171791,41.48502042685656],[-72.91269299171893,41.48502142685664],[-72.91331499192603,41.485110426853886],[-72.91347799198068,41.48514042685446],[-72.91373899206823,41.48518942685556],[-72.9140529921736,41.48524842685689],[-72.91422499223138,41.48528242685796],[-72.9147489924077,41.48538942686183],[-72.91532199260229,41.48553842687231],[-72.91567299272076,41.485616426876156],[-72.91572599273864,41.48562842687678],[-72.91605599284881,41.48568042687622],[-72.91616199288408,41.48569542687573],[-72.91621999290332,41.485702426875214],[-72.91639599296185,41.485726426874194],[-72.91645499298153,41.485735426874044],[-72.91646599298521,41.48573742687408],[-72.91682899310494,41.48576942686857],[-72.9172719932527,41.48583742686749],[-72.91817599355713,41.486027426875246],[-72.91827799359147,41.486048426876025],[-72.9185559936848,41.486101426877376],[-72.91692699326995,41.48810142731888],[-72.9144279926337,41.49117242799672],[-72.91408099257639,41.49214242819652],[-72.91399899256112,41.492341428237864],[-72.91392499255731,41.492695428309084],[-72.91422799277849,41.494844428717116],[-72.91454199300732,41.49706442913858],[-72.91456599303436,41.497401429203315],[-72.91455599304564,41.497655429253015],[-72.9145299930809,41.49842042940257],[-72.91452099309255,41.498675429452426],[-72.91469099323376,41.50018042973952],[-72.91476599328604,41.50066842983194],[-72.91505399348628,41.50253543018556],[-72.91524699361374,41.50366843039956],[-72.91529699365483,41.504103430482495],[-72.91530999369094,41.504661430590545],[-72.9152549936916,41.50498543065529],[-72.9151859936851,41.505263430711544],[-72.91497099364767,41.505830430828695],[-72.9147079935867,41.50625843092039],[-72.91453099354092,41.506463430965944],[-72.91431899348629,41.506712431021185],[-72.91394099338471,41.50708343110551],[-72.913515993267,41.507439431188416],[-72.91303999313308,41.50780143127416]]]},"properties":{"name":3433,"geoid":"09009343300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.90838798868032,41.45626142140053],[-72.9087869888197,41.45643342142115],[-72.9099859892386,41.45695242148348],[-72.9103859893784,41.45712642150443],[-72.91277799020962,41.4580824216133],[-72.91305499030585,41.458192421625775],[-72.91365599051466,41.45843242165309],[-72.91388399059417,41.45852842166442],[-72.91415999069041,41.45864442167808],[-72.91441499077895,41.4587454216895],[-72.91517999104477,41.45905042172418],[-72.91543499113337,41.459152421735794],[-72.91574299123846,41.45924142174319],[-72.91590599129412,41.459289421747265],[-72.91661999154176,41.45956642177813],[-72.91664599155096,41.459579421779814],[-72.91693599165316,41.459720421797904],[-72.91695399165917,41.4597234217979],[-72.9170089916777,41.45973542179846],[-72.91702799168411,41.459739421798616],[-72.91721799174802,41.45977842180009],[-72.9172379917548,41.45978342180042],[-72.9175269918503,41.45981242179672],[-72.91779799194023,41.45984642179461],[-72.91799199200466,41.4598714217932],[-72.91811799204642,41.45988642179207],[-72.91827799209958,41.45990742179097],[-72.9184999921724,41.459920421786336],[-72.91862799221448,41.45992942178397],[-72.92027199275263,41.4600054217457],[-72.92520599436783,41.46023542163118],[-72.92674599487204,41.46030842159566],[-72.9268489949068,41.4603314215968],[-72.92729599505867,41.46044942160535],[-72.92815199534945,41.46067442162149],[-72.93206299667807,41.46170342169542],[-72.9333669971211,41.46204742172023],[-72.93594399799551,41.462707421765415],[-72.93624999809732,41.462750421763886],[-72.94097299966955,41.46342842174322],[-72.94509200102942,41.46382242168678],[-72.94804900200567,41.46410542164627],[-72.94891100229418,41.46425642164778],[-72.949747002574,41.46440342164936],[-72.94989300262205,41.46441442164677],[-72.95151900315676,41.46453342161738],[-72.95239300344421,41.464597421601574],[-72.95238700344377,41.46462442160701],[-72.95230800342807,41.46479842164342],[-72.95216100339898,41.465124421711586],[-72.95199900336078,41.46537642176586],[-72.95196400335256,41.46543142177768],[-72.9518460033199,41.465530421800764],[-72.95172500330119,41.4658904218747],[-72.9515190032696,41.46650842200159],[-72.95147200326213,41.46664442202956],[-72.95136300324543,41.4669714220967],[-72.95129300323475,41.46718242214],[-72.95120200321256,41.467311422168045],[-72.95080200310944,41.467779422272],[-72.95067500308151,41.468012422321436],[-72.95055600305533,41.468230422367675],[-72.95006900294847,41.46912742255792],[-72.94981700292722,41.47018742277225],[-72.94997100300266,41.470632422853825],[-72.95005600304442,41.47088042289932],[-72.94999400305532,41.47142342300694],[-72.94995700306269,41.47176242307406],[-72.94989600304746,41.471842423091616],[-72.9494750029419,41.47238742321121],[-72.94940000292357,41.47249242323408],[-72.94917500286861,41.472809423303],[-72.94910100285065,41.47291542332601],[-72.94902400283952,41.47315842337576],[-72.94895800283867,41.47351842344791],[-72.94886700284644,41.474171423577864],[-72.948562002784,41.474811423712204],[-72.94829500272695,41.47533042382177],[-72.94820800270844,41.47550042385764],[-72.94812500272909,41.47633342402232],[-72.94809600272511,41.47642842404175],[-72.9479690027072,41.47683642412521],[-72.94771300265819,41.47743342424958],[-72.94722200253334,41.47803842438312],[-72.94707900248957,41.47808542439689],[-72.94695700245238,41.478127424409],[-72.94619600221955,41.478377424482204],[-72.94605700217583,41.47840242449157],[-72.94541300197346,41.478520424535326],[-72.9447450017793,41.47891842463434],[-72.94435800168313,41.47943442474719],[-72.94411900164708,41.480161424896316],[-72.94418000170506,41.480829425024226],[-72.94418500170971,41.480882425034366],[-72.94420300172024,41.48096442504974],[-72.94434100180085,41.48159042516703],[-72.9439200017313,41.48276542540912],[-72.943736001701,41.48328042551521],[-72.94386300175614,41.48352342555835],[-72.9440450018653,41.484399425722806],[-72.943847001855,41.48534342591275],[-72.94352500179909,41.48619442608864],[-72.94350900182637,41.48676242619958],[-72.94356700188546,41.4874664263346],[-72.9436490019691,41.4884634265258],[-72.9432040018935,41.489668426774465],[-72.9427090017637,41.49020942689566],[-72.94196700156178,41.49089242705243],[-72.94190800154823,41.49099042707339],[-72.94150500145584,41.491663427217254],[-72.94153800151523,41.49251442738165],[-72.94156300157843,41.49347742756806],[-72.94158500161737,41.49403342767543],[-72.94159600163678,41.49431042772892],[-72.94124200157192,41.49518642791066],[-72.94081300146247,41.49570842802601],[-72.9405080013776,41.49595642808408],[-72.93986500119227,41.49636742818477],[-72.93911500096998,41.496739428281316],[-72.93843900075646,41.496845428323795],[-72.9379870006191,41.49701042837047],[-72.93762200050818,41.49714342840813],[-72.93749300047618,41.497316428445934],[-72.93537099994994,41.50016542906833],[-72.93491499983708,41.50078142920281],[-72.93464799977741,41.50125442930338],[-72.93466699979261,41.50141242933348],[-72.9349199999944,41.50350342973172],[-72.93500500006195,41.504201429864615],[-72.93493200007738,41.50488542999993],[-72.93473700011916,41.50672243036324],[-72.93481400015582,41.506926430400405],[-72.93505800027195,41.507570430517674],[-72.93475500018778,41.50781943057585],[-72.93467400016537,41.50788743059169],[-72.93410700002228,41.508605430749554],[-72.93398699998879,41.5087014307721],[-72.93373399991836,41.50890643082011],[-72.93368099990343,41.5089464308296],[-72.93331499980027,41.50922143089489],[-72.93285599967683,41.50966943099679],[-72.93192999940574,41.51018843112758],[-72.93085399909118,41.51079943128109],[-72.93055699901223,41.51110543135017],[-72.93000299884015,41.511243431394895],[-72.92963199872764,41.51138343143409],[-72.92921599860969,41.511683431505844],[-72.92843199840758,41.51260143170957],[-72.92765099821578,41.51368343194509],[-72.92709899806846,41.51424243207155],[-72.9264229978821,41.51482343220629],[-72.92609499779387,41.515143432279075],[-72.92555999761022,41.514971432262946],[-72.92468799731436,41.51475143224838],[-72.92443599722846,41.51468043224274],[-72.92393899705893,41.5145394322314],[-72.92354899692594,41.514429432222634],[-72.92314199678334,41.51424743220043],[-72.92254099656789,41.51389443215127],[-72.92209699640874,41.513633432114894],[-72.9217789962945,41.51344243208805],[-72.92082699595245,41.512869432007484],[-72.92050999583856,41.512678431980596],[-72.92032399577174,41.51256643196485],[-72.91976599557127,41.51223043191759],[-72.91958099550482,41.512119431901986],[-72.91928899539907,41.51192943187451],[-72.91841599508301,41.51136143179235],[-72.9183509950595,41.51131943178628],[-72.9181309949791,41.511163431763066],[-72.91803799494448,41.511086431751124],[-72.91800099493025,41.51104743174473],[-72.9178979948906,41.510939431727074],[-72.91777899484217,41.510768431697684],[-72.91769399480638,41.51062543167263],[-72.91760599476926,41.51047643164653],[-72.91748599471451,41.51020043159677],[-72.91744699469847,41.510141431586554],[-72.9173439946561,41.50998543155958],[-72.91715899458444,41.509783431526294],[-72.9170069945274,41.50964943150517],[-72.91697199451424,41.50961843150027],[-72.91673799442766,41.50943343147188],[-72.91664899439543,41.509375431463475],[-72.91633899428311,41.50917243143404],[-72.91626299425478,41.509108431424075],[-72.91619599422981,41.509052431415334],[-72.91602299416721,41.50894043139917],[-72.91594099413754,41.50888743139152],[-72.91574099406473,41.50875043137134],[-72.91556999400248,41.50863343135413],[-72.91524799389057,41.508505431339664],[-72.91508199383397,41.50845843133589],[-72.9148489937546,41.50839443133097],[-72.9146229936783,41.50834343132835],[-72.91443899361616,41.50830243132634],[-72.91439899360266,41.50829343132588],[-72.91406199348759,41.508195431317716],[-72.91395599345081,41.50815443131317],[-72.91374099337622,41.508071431303996],[-72.91359999332727,41.508016431297854],[-72.91317999318159,41.507854431279945],[-72.91306399314138,41.50781043127514],[-72.91303999313308,41.50780143127416],[-72.913515993267,41.507439431188416],[-72.91394099338471,41.50708343110551],[-72.91431899348629,41.506712431021185],[-72.91453099354092,41.506463430965944],[-72.9147079935867,41.50625843092039],[-72.91497099364767,41.505830430828695],[-72.9151859936851,41.505263430711544],[-72.9152549936916,41.50498543065529],[-72.91530999369094,41.504661430590545],[-72.91529699365483,41.504103430482495],[-72.91524699361374,41.50366843039956],[-72.91505399348628,41.50253543018556],[-72.91476599328604,41.50066842983194],[-72.91469099323376,41.50018042973952],[-72.91452099309255,41.498675429452426],[-72.9145299930809,41.49842042940257],[-72.91455599304564,41.497655429253015],[-72.91456599303436,41.497401429203315],[-72.91454199300732,41.49706442913858],[-72.91422799277849,41.494844428717116],[-72.91392499255731,41.492695428309084],[-72.91399899256112,41.492341428237864],[-72.91408099257639,41.49214242819652],[-72.9144279926337,41.49117242799672],[-72.91692699326995,41.48810142731888],[-72.9185559936848,41.486101426877376],[-72.91827799359147,41.486048426876025],[-72.91817599355713,41.486027426875246],[-72.9172719932527,41.48583742686749],[-72.91682899310494,41.48576942686857],[-72.91646599298521,41.48573742687408],[-72.91645499298153,41.485735426874044],[-72.91639599296185,41.485726426874194],[-72.91621999290332,41.485702426875214],[-72.91616199288408,41.48569542687573],[-72.91605599284881,41.48568042687622],[-72.91572599273864,41.48562842687678],[-72.91567299272076,41.485616426876156],[-72.91532199260229,41.48553842687231],[-72.9147489924077,41.48538942686183],[-72.91422499223138,41.48528242685796],[-72.9140529921736,41.48524842685689],[-72.91373899206823,41.48518942685556],[-72.91347799198068,41.48514042685446],[-72.91331499192603,41.485110426853886],[-72.91269299171893,41.48502142685664],[-72.91268999171791,41.48502042685656],[-72.91242699163092,41.484993426859795],[-72.9120519915069,41.48495442686431],[-72.91203299150064,41.484952426864545],[-72.91145599131181,41.484927426878315],[-72.9109229911388,41.4849294268959],[-72.91054699101686,41.48493242690861],[-72.91039999096917,41.484933426913564],[-72.90996199082707,41.48493642692828],[-72.90981599077978,41.48493842693339],[-72.90928899060884,41.484942426951164],[-72.90921699058552,41.484943426953706],[-72.90875299043458,41.4849394269679],[-72.90842199032754,41.484947426980135],[-72.90803299020342,41.48498642700028],[-72.9077159901039,41.48504642702218],[-72.90748999003301,41.48509042703803],[-72.90719498993855,41.4851144270522],[-72.90709598990686,41.485122427056965],[-72.90688798983953,41.48512642706445],[-72.90675498979657,41.48513042706952],[-72.9061029895833,41.48510442708552],[-72.90596798953855,41.48508842708676],[-72.90566398943783,41.485053427089774],[-72.90573398943751,41.48464942700893],[-72.90584298944823,41.484217426921404],[-72.90588498942823,41.483627426805306],[-72.90581098934975,41.482673426622156],[-72.90578398932075,41.48231942655418],[-72.90572198928676,41.48207642650891],[-72.9056599892253,41.48135242637012],[-72.90563598917598,41.48062442622929],[-72.90563598917363,41.4805834262213],[-72.90563698916694,41.48046042619736],[-72.90563798916497,41.48042042618955],[-72.90570498916735,41.480080426121255],[-72.90571698916793,41.480022426109606],[-72.90577298915514,41.47947942600216],[-72.90582898914884,41.47905042591693],[-72.90587498914421,41.47870742584872],[-72.90591598914344,41.478460425799355],[-72.90604298914252,41.47772142565152],[-72.90608498914212,41.4774754256023],[-72.90613698913226,41.4770064255094],[-72.90617198912595,41.47669642544797],[-72.90632098911203,41.47560442523075],[-72.90638598910655,41.47513842513801],[-72.90645998909956,41.474594425029785],[-72.90657598908948,41.473757424863244],[-72.9066529890834,41.473212424754735],[-72.90668898908085,41.47296242470494],[-72.90670398907977,41.47285842468422],[-72.90678298908055,41.472422424596864],[-72.90684198905556,41.471648424444375],[-72.90685798904909,41.47144342440398],[-72.90682698902013,41.47111242434059],[-72.90682398898733,41.47055442423214],[-72.90681998892963,41.469565424039835],[-72.90681598885476,41.468275423789],[-72.90683398883841,41.46788642371275],[-72.90687698880174,41.46699842353858],[-72.90694698880019,41.46657242345344],[-72.90705398879274,41.46583242330602],[-72.90731198877505,41.46405242295135],[-72.90747198875385,41.462769422696546],[-72.90754298875194,41.462331422609026],[-72.90773498874798,41.461168422376524],[-72.90777598874237,41.46083642231059],[-72.90790198872658,41.459841422112916],[-72.90794398872134,41.459510422047146],[-72.90800698871261,41.45899842194547],[-72.90815798869194,41.457775421702614],[-72.90816798869062,41.457695421686715],[-72.90819698868695,41.45746542164102],[-72.90826398867962,41.4569554215396],[-72.9082839886798,41.45684442151737],[-72.9083469886815,41.456515421451286],[-72.90836898868237,41.45640542142917],[-72.9083719886817,41.456376421423435],[-72.90838398868064,41.45628942140613],[-72.90838798868032,41.45626142140053]]]},"properties":{"name":3434,"geoid":"09009343400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.06785203156774,41.301004385982445],[-73.07070703259268,41.3027543862317],[-73.07535303426073,41.3056043866377],[-73.07654803471016,41.30669538681198],[-73.07680603480722,41.30693138684969],[-73.07706403490428,41.30716738688741],[-73.07765303512576,41.30770438697316],[-73.07812103535754,41.30911038723248],[-73.0789530357693,41.31160438769237],[-73.07955303598658,41.312004387750996],[-73.08205303685952,41.313104387884714],[-73.08201303684798,41.31312938789088],[-73.08148403669489,41.313451387970865],[-73.08110903658641,41.31368038802772],[-73.0811420366317,41.31428738814513],[-73.08117403667569,41.314877388259255],[-73.08119303670239,41.315237388328896],[-73.0812060367197,41.31546738837337],[-73.0812140367301,41.315604388399855],[-73.08122203674125,41.315754388428864],[-73.08123003675233,41.315903388457684],[-73.08116603674522,41.31614238850641],[-73.08133203681778,41.31647138856524],[-73.08139503684532,41.31659638858759],[-73.08168203699775,41.31763838878167],[-73.08176603706055,41.31826238890072],[-73.08185003712266,41.31887438901743],[-73.08173903713401,41.31970438918301],[-73.08164503714346,41.32040438932266],[-73.08162803714531,41.320533389348384],[-73.08139703716931,41.322267389694254],[-73.08172203743047,41.32499939021684],[-73.08190503757722,41.326532390510025],[-73.08176103759205,41.327610390725035],[-73.08167203760179,41.32828739086],[-73.08116003749859,41.329387391091224],[-73.08005803718768,41.33019939128538],[-73.07918303694092,41.330845391439766],[-73.07884703682727,41.330762391434455],[-73.07859303674134,41.330699391430414],[-73.07842603668486,41.330658391427825],[-73.07805803656049,41.33056939142239],[-73.07793103651686,41.33052639141811],[-73.0777690364613,41.330473391413015],[-73.07725903628855,41.33034239140399],[-73.07716703624115,41.33003439134687],[-73.07720603624796,41.32993239132571],[-73.07713503621366,41.32973439128939],[-73.07637903592433,41.32895839116248],[-73.07606803581633,41.32883239114797],[-73.07536903557401,41.32855639111676],[-73.07231803451636,41.3273523909807],[-73.07233503451091,41.32716039094269],[-73.0723120344941,41.326996390911425],[-73.07228203448051,41.32692839089914],[-73.07209903441725,41.32685939089159],[-73.07119103411597,41.326737390897215],[-73.07084803400107,41.32667239089565],[-73.070382033847,41.3266193909004],[-73.06958103357948,41.32648139089942],[-73.06886403333708,41.326306390888504],[-73.06875703330279,41.32631339089333],[-73.06845403320513,41.326323390905095],[-73.06840903319299,41.326366390914934],[-73.06830003316406,41.32647839094032],[-73.06813503311285,41.326518390953474],[-73.06791403304548,41.32659339097526],[-73.0676690329651,41.32657639097988],[-73.06744303289624,41.32665339100223],[-73.06726303283622,41.32662439100241],[-73.0670370327631,41.32662639101011],[-73.06685703270439,41.32662039101478],[-73.06664703263122,41.32653139100422],[-73.06634603252688,41.32641239099073],[-73.06616703246596,41.32636139098659],[-73.06600203240568,41.32624239096871],[-73.06589803236677,41.3261513909543],[-73.06582403233851,41.32607639094208],[-73.06576403231439,41.32599439092803],[-73.06566203226804,41.32576139088586],[-73.06555903222566,41.32560339085837],[-73.0653640321548,41.32546939083853],[-73.0652000320944,41.32534239081905],[-73.06502003203099,41.32525339080751],[-73.06462803189982,41.325181390806165],[-73.06419003175766,41.325178390819765],[-73.06390003166034,41.32512039081784],[-73.06385503164529,41.32511239081773],[-73.06375903161323,41.32509539081752],[-73.06347303151765,41.32504539081702],[-73.06337803148595,41.32502939081698],[-73.06324203143917,41.324982390812224],[-73.06283403129906,41.324844390798496],[-73.06269903125268,41.324798390793894],[-73.06243203116779,41.32482739080818],[-73.06212003106486,41.32479639081225],[-73.0618430309703,41.32471239080483],[-73.0615760308802,41.324650390801374],[-73.06142603083022,41.32462639080155],[-73.06139603082015,41.32462039080134],[-73.06085903064009,41.32451539079825],[-73.06068003058013,41.3244813907974],[-73.06045403050412,41.32443339079536],[-73.05977803027696,41.32429239078973],[-73.05955303020134,41.32424539078784],[-73.05914603006497,41.32416739078579],[-73.05884302996373,41.32411439078527],[-73.0582680297717,41.32401539078456],[-73.05669302925293,41.32387139080745],[-73.0565690292121,41.323860390809315],[-73.05630302912479,41.32384139081422],[-73.05626002911067,41.32383839081503],[-73.0559740290191,41.32385839082819],[-73.05594202900885,41.32386039082961],[-73.05579902896363,41.323880390838156],[-73.05511302875435,41.32411039090524],[-73.05482902866798,41.32421039093395],[-73.05464902861289,41.32426739095089],[-73.05434402851891,41.324353390977556],[-73.05428002849929,41.324373390983524],[-73.0540900284413,41.32443639100197],[-73.05402702842206,41.32445739100811],[-73.05392302839006,41.324487391017335],[-73.05361802829631,41.32457739104477],[-73.05361102829417,41.324579391045376],[-73.05351202826452,41.32462239105697],[-73.05300402810086,41.324640391076926],[-73.05148302761091,41.32469539113689],[-73.05097702744796,41.324714391156995],[-73.04967202703875,41.32495739124664],[-73.04575802581152,41.325688391515946],[-73.04445402540266,41.32593239160577],[-73.0433910250665,41.32608039166903],[-73.04130202440598,41.326374391794],[-73.04020402405831,41.32652039185802],[-73.03914202372212,41.32666239192008],[-73.03915002372186,41.32661239191007],[-73.03939702371247,41.32504039159528],[-73.0401620236835,41.32017439062083],[-73.0402820236791,41.3194133904684],[-73.04042102367522,41.31855339029605],[-73.04043502366893,41.318363390258504],[-73.04043802366684,41.31830939024786],[-73.04049202364288,41.31758039010383],[-73.0405110236352,41.317337390055776],[-73.04051402363446,41.31730739004983],[-73.04052502363301,41.3172193900323],[-73.040530023633,41.317190390026454],[-73.04056502360685,41.31653138989669],[-73.04067202352921,41.314557389507904],[-73.04070802350344,41.31389938937828],[-73.041199023656,41.313783389339754],[-73.04267502411466,41.313435389224075],[-73.04316702426762,41.31332038918571],[-73.04400502452162,41.313010389098096],[-73.04416502457018,41.3129523890816],[-73.04652002528412,41.312083388835774],[-73.0473590255385,41.31177438874831],[-73.0477090256466,41.31168038871864],[-73.04876002597133,41.31140038862998],[-73.0491110260799,41.31130838860067],[-73.04972302627588,41.31126638857266],[-73.04994302634786,41.31127838856791],[-73.05068202658978,41.31132038855218],[-73.05137802681523,41.31131738852909],[-73.05142402683038,41.31132138852838],[-73.05225402710386,41.31139938851674],[-73.05244102716571,41.31142138851499],[-73.05312702739269,41.3115023885086],[-73.05315102739232,41.31135938847991],[-73.0531970273954,41.31115138843782],[-73.05331902743698,41.3111873884409],[-73.05353402751032,41.31125138844643],[-73.05430002777153,41.31147838846596],[-73.05462802788342,41.31157638847449],[-73.05493202798657,41.31165738848044],[-73.05584502829635,41.31190038849835],[-73.05615002839986,41.31198238850449],[-73.0562600284377,41.312020388508344],[-73.05659102855165,41.31213738852048],[-73.05670202858984,41.31217638852449],[-73.05717702874375,41.312175388508926],[-73.05719002874797,41.312175388508486],[-73.05752702885522,41.31214038849076],[-73.05792302897952,41.31206938846408],[-73.05855002916898,41.31182738839656],[-73.05864902919895,41.31179038838614],[-73.05898502929904,41.311635388344996],[-73.05942402942624,41.311370388279045],[-73.06013102963122,41.3109453881732],[-73.0607850298268,41.31065738809582],[-73.0612560299678,41.31045238804055],[-73.06174703010618,41.3100873879534],[-73.06225803023217,41.309391387800986],[-73.06318103046767,41.30827338755286],[-73.0650280309446,41.30613538707565],[-73.06495303090423,41.30585338702303],[-73.06488103086554,41.30558338697265],[-73.06481303082897,41.30532838692507],[-73.06545503100944,41.30484338680959],[-73.06586803112513,41.304524386733945],[-73.06641503121321,41.302957386410284],[-73.06715203138641,41.301804386161294],[-73.06720503139665,41.30168238613577],[-73.06743703145666,41.30141538607611],[-73.06785203156774,41.301004385982445]]]},"properties":{"name":1201,"geoid":"09009120100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.08660503841311,41.31447738800518],[-73.08665103842952,41.31450338800876],[-73.08665803843226,41.31451138801011],[-73.0871210386132,41.315053388100885],[-73.08831003907801,41.31644638833422],[-73.08866203921576,41.31686138840379],[-73.08867803922196,41.3168793884068],[-73.08904403936529,41.317312388479436],[-73.08918003941781,41.31746038850391],[-73.09093904009079,41.31926438879894],[-73.0932410409368,41.321015389066],[-73.0956570417821,41.32210638920055],[-73.09644504205616,41.3224333892388],[-73.09664904212714,41.32251838924878],[-73.09685404219849,41.3226043892589],[-73.09742104239854,41.32288938929612],[-73.09798904259895,41.32317538933351],[-73.10122304373994,41.324801389545875],[-73.10177304393402,41.32507838958208],[-73.10232304412804,41.325354389618084],[-73.10558204527784,41.32699238983192],[-73.108842046428,41.328630390045696],[-73.11173504744883,41.33008639023584],[-73.11462904846995,41.331541390425734],[-73.11475504851438,41.331604390433924],[-73.11575504887278,41.3322043905185],[-73.1158100488945,41.33227239052998],[-73.12085505088592,41.33850439158169],[-73.12219205142927,41.340427391913266],[-73.12240105151416,41.340727391965004],[-73.12285505170004,41.341404392082275],[-73.12305705180782,41.34214439222002],[-73.12345505202035,41.3436043924918],[-73.1235280520499,41.34370739250951],[-73.12366205210421,41.34389739254221],[-73.12375305214108,41.3440263925644],[-73.1237960521585,41.34408739257492],[-73.12403605225582,41.344428392633596],[-73.12427705235338,41.344768392692075],[-73.12442905241501,41.34498439272926],[-73.12455505246604,41.34516239275987],[-73.12465505250657,41.3453043927843],[-73.12456605247993,41.3453433927948],[-73.12454805247457,41.34535139279694],[-73.12452905246882,41.34535839279893],[-73.12428905239707,41.3454643928274],[-73.12415405235664,41.345522392843094],[-73.12402905231927,41.34557739285788],[-73.12392905228903,41.34561539286854],[-73.12363005219875,41.34573139290088],[-73.1235310521689,41.345770392911696],[-73.12338505212409,41.34581439292502],[-73.12294805199011,41.34594839296534],[-73.12280305194568,41.34599339297883],[-73.12224405177838,41.34623639304437],[-73.12056805127688,41.34696639324116],[-73.12001005110996,41.34721039330687],[-73.11935505091344,41.347486393381956],[-73.1193480509166,41.34758139340072],[-73.1192520508868,41.347604393408304],[-73.11896405079744,41.347674393431326],[-73.11886905076803,41.34769839343909],[-73.11749205034523,41.348110393564156],[-73.1133630490777,41.34935039394005],[-73.1119870486553,41.34976339406526],[-73.11006004806649,41.350390394250084],[-73.10428004630056,41.352275394805304],[-73.10235404571215,41.35290439499047],[-73.1020040455598,41.352224394869246],[-73.10095404510277,41.35018439450557],[-73.10060404495049,41.34950539438453],[-73.09970304456547,41.34787939409671],[-73.09826104394915,41.34527439363551],[-73.09818604391393,41.34508339360071],[-73.09803504384301,41.34469939353072],[-73.09711704344528,41.34294639321864],[-73.09625604307213,41.34130039292556],[-73.09622804305592,41.34117539290208],[-73.09593604294739,41.340932392864154],[-73.0958670429196,41.340837392847874],[-73.09579404289015,41.340736392830536],[-73.09580004288084,41.340539392791925],[-73.09588004288125,41.34009239270214],[-73.09585004284953,41.33970739262802],[-73.09575604280523,41.339465392583875],[-73.09566604276824,41.33932839256008],[-73.09546304269684,41.33923039254754],[-73.09540104267604,41.33921839254723],[-73.09506404256311,41.33915339254546],[-73.09478604247047,41.339109392545915],[-73.09454604239399,41.339132392558184],[-73.09426204230319,41.339154392571686],[-73.09343304204918,41.339412392648896],[-73.09286404186804,41.33947039267867],[-73.09275504183088,41.339438392675966],[-73.09273704182465,41.33943139267519],[-73.09265504179658,41.33940539267275],[-73.09251304174776,41.33935639266783],[-73.09231604167978,41.339284392660176],[-73.0920000415694,41.33914539264331],[-73.09177104148935,41.33904339263082],[-73.09152504140252,41.338919392614635],[-73.09113204126393,41.33872339258915],[-73.09079504114385,41.33853339256303],[-73.09055604105873,41.338399392544645],[-73.09047804103054,41.33834839253721],[-73.09037504099337,41.338282392527674],[-73.0902500409476,41.338190392513795],[-73.09017604092047,41.33813539250547],[-73.09010704089506,41.338082392497355],[-73.08990004081889,41.337923392473066],[-73.08983204079382,41.33787039246494],[-73.08970504074398,41.3377183924394],[-73.08970104074234,41.33771239243836],[-73.08938304060928,41.337187392346266],[-73.08927804056525,41.337012392315536],[-73.08912504050093,41.336754392270166],[-73.088666040308,41.33598139213427],[-73.08851404024405,41.33572439208906],[-73.08844404021474,41.33560839206871],[-73.08838904019171,41.33551739205274],[-73.08826804013698,41.335245392003614],[-73.08821404011252,41.335123391981554],[-73.08808804006932,41.335082391977664],[-73.08808504006824,41.33508039197736],[-73.08773103994183,41.33487639194903],[-73.08761403990009,41.33480939193976],[-73.08732503979687,41.33464239191657],[-73.08683603962226,41.3343603918774],[-73.08645503948695,41.33415339184938],[-73.08616303938327,41.33399539182802],[-73.0860030393265,41.33390939181643],[-73.08594303930529,41.33387839181232],[-73.08564103919865,41.33372539179227],[-73.0853630391009,41.33359139177515],[-73.08528103907133,41.33353939176768],[-73.08507203899606,41.33340739174869],[-73.08487103892269,41.33326339172712],[-73.08473603887343,41.333167391712756],[-73.08451803879456,41.33302339169173],[-73.08424103869643,41.332877391672234],[-73.08423503869432,41.33287439167184],[-73.084017038618,41.3327753916596],[-73.08362903848166,41.33259039163609],[-73.08302603827062,41.33231739160237],[-73.08299303825918,41.3323043916009],[-73.08257203811309,41.33213539158158],[-73.08166503779643,41.331738391533534],[-73.08130403766894,41.33155539150954],[-73.08038103734876,41.33118739146765],[-73.08022403729507,41.331138391463185],[-73.07975503713465,41.330991391449714],[-73.07959903708135,41.33094339144541],[-73.07957803707416,41.330936391444716],[-73.07951503705299,41.330923391444216],[-73.07941803702039,41.330903391443464],[-73.07926603696896,41.33086539144097],[-73.07918303694092,41.330845391439766],[-73.08005803718768,41.33019939128538],[-73.08116003749859,41.329387391091224],[-73.08167203760179,41.32828739086],[-73.08176103759205,41.327610390725035],[-73.08190503757722,41.326532390510025],[-73.08172203743047,41.32499939021684],[-73.08139703716931,41.322267389694254],[-73.08162803714531,41.320533389348384],[-73.08164503714346,41.32040438932266],[-73.08173903713401,41.31970438918301],[-73.08185003712266,41.31887438901743],[-73.08176603706055,41.31826238890072],[-73.08168203699775,41.31763838878167],[-73.08139503684532,41.31659638858759],[-73.08133203681778,41.31647138856524],[-73.08116603674522,41.31614238850641],[-73.08123003675233,41.315903388457684],[-73.08122203674125,41.315754388428864],[-73.0812140367301,41.315604388399855],[-73.0812060367197,41.31546738837337],[-73.08119303670239,41.315237388328896],[-73.08117403667569,41.314877388259255],[-73.0811420366317,41.31428738814513],[-73.08110903658641,41.31368038802772],[-73.08148403669489,41.313451387970865],[-73.08201303684798,41.31312938789088],[-73.08205303685952,41.313104387884714],[-73.08262003704934,41.313210387887025],[-73.0831860372389,41.313317387889576],[-73.08526003793337,41.313708387898686],[-73.08660503841311,41.31447738800518]]]},"properties":{"name":1202,"geoid":"09009120200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.075452033163,41.28575738275878],[-73.07292203239612,41.28668838302253],[-73.07267303232064,41.28677938304836],[-73.07125203189003,41.2873043831969],[-73.06947903139215,41.28865238351758],[-73.06875203118794,41.289204383648936],[-73.06836803109906,41.28982938378342],[-73.06711103080823,41.29187738422409],[-73.06709603080473,41.29190138422925],[-73.06585403051731,41.29392438466454],[-73.0657700304979,41.29406138469401],[-73.06568603047847,41.2941983847235],[-73.065252030378,41.29490438487542],[-73.06519403040288,41.295672385027274],[-73.0650770304555,41.29726338534176],[-73.0650520304668,41.29760438540916],[-73.06615203093142,41.29950438574457],[-73.06634203100256,41.29967238577123],[-73.06665203111858,41.2999453858145],[-73.06709703128516,41.300338385876834],[-73.06785203156774,41.301004385982445],[-73.06743703145666,41.30141538607611],[-73.06720503139665,41.30168238613577],[-73.06715203138641,41.301804386161294],[-73.06641503121321,41.302957386410284],[-73.06586803112513,41.304524386733945],[-73.06545503100944,41.30484338680959],[-73.06481303082897,41.30532838692507],[-73.06488103086554,41.30558338697265],[-73.06495303090423,41.30585338702303],[-73.0650280309446,41.30613538707565],[-73.06318103046767,41.30827338755286],[-73.06225803023217,41.309391387800986],[-73.06174703010618,41.3100873879534],[-73.0612560299678,41.31045238804055],[-73.0607850298268,41.31065738809582],[-73.06013102963122,41.3109453881732],[-73.05942402942624,41.311370388279045],[-73.05898502929904,41.311635388344996],[-73.05864902919895,41.31179038838614],[-73.05855002916898,41.31182738839656],[-73.05792302897952,41.31206938846408],[-73.05752702885522,41.31214038849076],[-73.05719002874797,41.312175388508486],[-73.05717702874375,41.312175388508926],[-73.05670202858984,41.31217638852449],[-73.05659102855165,41.31213738852048],[-73.0562600284377,41.312020388508344],[-73.05615002839986,41.31198238850449],[-73.05584502829635,41.31190038849835],[-73.05493202798657,41.31165738848044],[-73.05462802788342,41.31157638847449],[-73.05430002777153,41.31147838846596],[-73.05353402751032,41.31125138844643],[-73.05331902743698,41.3111873884409],[-73.0531970273954,41.31115138843782],[-73.05315102739232,41.31135938847991],[-73.05312702739269,41.3115023885086],[-73.05244102716571,41.31142138851499],[-73.05225402710386,41.31139938851674],[-73.05142402683038,41.31132138852838],[-73.05137802681523,41.31131738852909],[-73.05068202658978,41.31132038855218],[-73.04994302634786,41.31127838856791],[-73.04972302627588,41.31126638857266],[-73.0491110260799,41.31130838860067],[-73.04876002597133,41.31140038862998],[-73.0477090256466,41.31168038871864],[-73.0473590255385,41.31177438874831],[-73.04652002528412,41.312083388835774],[-73.04416502457018,41.3129523890816],[-73.04400502452162,41.313010389098096],[-73.04316702426762,41.31332038918571],[-73.04267502411466,41.313435389224075],[-73.041199023656,41.313783389339754],[-73.04070802350344,41.31389938937828],[-73.04074402350703,41.3137573893494],[-73.04075302350768,41.313717389341285],[-73.04087902351729,41.313168389230036],[-73.04091602352024,41.3130093891978],[-73.04092002352024,41.31298638919319],[-73.04096502351969,41.312720389139805],[-73.04094602350112,41.312502389097865],[-73.0409270234813,41.31226238905162],[-73.04076702339955,41.311737388954306],[-73.0407510233779,41.3114473888982],[-73.04086102339268,41.311080388822994],[-73.04095302340536,41.310779388761254],[-73.0410490234283,41.310635388730034],[-73.04065402329094,41.310471388710795],[-73.04031502317137,41.31030138868856],[-73.04008602309065,41.31018738867372],[-73.0395480228975,41.30985738862669],[-73.03874602260886,41.309353388554214],[-73.03862302256388,41.30926338854063],[-73.03849102251648,41.309182388529074],[-73.03825502243167,41.3090363885082],[-73.03808302236996,41.30893138849328],[-73.03757602218688,41.30860238844543],[-73.0362920217249,41.30779738832976],[-73.03594502159963,41.30757238829705],[-73.03569902150976,41.30739438827024],[-73.03540902140497,41.30720438824252],[-73.03453302108933,41.306647388162084],[-73.0337700208142,41.306158388091255],[-73.03383902082294,41.305918388042166],[-73.03387902082329,41.30569638799753],[-73.0341100208396,41.30466638778894],[-73.03412702083915,41.304561387767876],[-73.03416702084108,41.3043673877287],[-73.03420502084545,41.30422738770014],[-73.03450402086791,41.302917387434675],[-73.03451402086858,41.30287238742556],[-73.03452402086937,41.30282938741686],[-73.03477702088603,41.30167938718409],[-73.03483602089123,41.30143438713435],[-73.03503102089991,41.30047538694076],[-73.03535802092162,41.29899238664057],[-73.03543302092497,41.29862338656609],[-73.03549002093031,41.29839238651913],[-73.03561902094691,41.29794838642825],[-73.03568002094724,41.2976063863595],[-73.03577602095748,41.29723938628472],[-73.03616202100703,41.29590938601249],[-73.03648702106356,41.295050385834195],[-73.03654702107274,41.294869385796915],[-73.03672602110574,41.294429385705186],[-73.03709102118233,41.29369538555003],[-73.03773902132144,41.29244738528533],[-73.03876202156036,41.29081638493368],[-73.03984302183088,41.28941138462431],[-73.04081702208246,41.28828338437248],[-73.04091802210827,41.28816138434538],[-73.04116102217202,41.28789738428596],[-73.0413440222194,41.287687384239014],[-73.04135102222128,41.287680384237426],[-73.04181902234217,41.287138384116425],[-73.04189602236256,41.287058384098316],[-73.04200102239041,41.28694938407362],[-73.0420850224122,41.28685338405215],[-73.04219602244093,41.286726384023744],[-73.04252802252705,41.28634838393918],[-73.0426400225562,41.286222383910946],[-73.04264402255693,41.28621238390886],[-73.0426570225595,41.28618338390278],[-73.04266202256062,41.28617438390085],[-73.04280502259803,41.28601738386558],[-73.04323702271128,41.285546383759595],[-73.04338102274909,41.28539038372446],[-73.04361202280896,41.285126383665414],[-73.04375902284711,41.28495938362805],[-73.0443050229895,41.28435138349162],[-73.04431402299181,41.28434038348918],[-73.04454602305206,41.284077383430294],[-73.04471302309537,41.28388738338777],[-73.04499702317038,41.28358738331999],[-73.04515102321022,41.28341038328044],[-73.04623702349161,41.28216838300269],[-73.04658102358214,41.28179938291949],[-73.04694002367506,41.28138738282739],[-73.04717902373714,41.28111638276671],[-73.04753702383026,41.28071338267641],[-73.04770902387499,41.280519382632946],[-73.04822602400941,41.279936382502335],[-73.0483990240545,41.27974338245902],[-73.04858102410185,41.27953838241309],[-73.04881102416138,41.27927438235407],[-73.04894302419613,41.27913338232227],[-73.04920102426435,41.27886238226096],[-73.0496890243891,41.27827438213031],[-73.05054102461152,41.27732938191813],[-73.05056702461825,41.277299381911426],[-73.05091502470913,41.27691438182494],[-73.0510180247361,41.276801381799544],[-73.05111602476171,41.27669338177527],[-73.05142202483906,41.276309381690346],[-73.05306302527272,41.27458238129986],[-73.05333802534611,41.274305381236836],[-73.05339702536186,41.27424638122339],[-73.05388802549156,41.2737283811063],[-73.05438602562562,41.27324738099622],[-73.05461302568717,41.27303638094764],[-73.0556540259631,41.27195538070275],[-73.05683402627298,41.27067938041525],[-73.05748502644474,41.26998938025938],[-73.0578650265456,41.26959738017048],[-73.05847102670334,41.268917380017996],[-73.05858002673236,41.268806379992775],[-73.05903402685323,41.26834437988782],[-73.05973002703125,41.26750837970194],[-73.05995102708668,41.26722337963909],[-73.06001102710185,41.26714837962249],[-73.06052302723201,41.26651937948303],[-73.06192902758808,41.26476737909515],[-73.06195002759334,41.26474037908918],[-73.06205502761959,41.26460337905902],[-73.0626060278143,41.26488837909691],[-73.0642620283996,41.265746379211045],[-73.0648140285947,41.26603237924908],[-73.06490802862787,41.266080379255435],[-73.06543202881227,41.26633737928871],[-73.06729002946612,41.26725037940704],[-73.06791002968433,41.2675553794466],[-73.06878302999179,41.26798837950297],[-73.071404030915,41.26929037967262],[-73.07219803119465,41.26968437972392],[-73.07227803122284,41.269724379729155],[-73.07283003142187,41.27007937978067],[-73.0744880320196,41.27114437993513],[-73.07504103221902,41.271500379986804],[-73.07527703230299,41.27163238000495],[-73.07598603255528,41.27202938005959],[-73.07622303263963,41.27216238007791],[-73.07668903280414,41.272400380109325],[-73.07809003329874,41.27311538020369],[-73.07855703346364,41.27335438023527],[-73.07866403349472,41.2732913802195],[-73.07899503360402,41.273327380215825],[-73.07911803364729,41.273387380223575],[-73.08071803421034,41.27417238032515],[-73.08111003434831,41.27436538035017],[-73.0812520343983,41.27443538035924],[-73.08213303470322,41.274777380397566],[-73.08477603561809,41.275806380513025],[-73.08565703592306,41.27614938055152],[-73.08589603600566,41.27624038056156],[-73.08623903612424,41.276371380576045],[-73.08661403625365,41.276510380591056],[-73.0868220363255,41.27658838059955],[-73.08685303633644,41.27660438060168],[-73.08679103632194,41.27670238062283],[-73.08672903630736,41.276799380643794],[-73.08595403612597,41.278024380908214],[-73.0837530356108,41.28150438165929],[-73.08296403538257,41.28198638177899],[-73.08153103496822,41.282864381996895],[-73.08137003492162,41.282962382021246],[-73.08120903487507,41.2830613820458],[-73.08037703463445,41.283570382172165],[-73.07885303419377,41.28450438240395],[-73.07672103354759,41.2852893826263],[-73.075452033163,41.28575738275878]]]},"properties":{"name":1573,"geoid":"09009157300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.03384403534066,41.55946743739085],[-73.03336903518822,41.55949943741251],[-73.03323203514707,41.55955743742821],[-73.0331980351392,41.559612437439995],[-73.03315503512933,41.55968343745518],[-73.03309603511697,41.55980143747999],[-73.032133034875,41.56103043774973],[-73.03205203485041,41.56106043775818],[-73.03198103482666,41.56104843775815],[-73.03185503478274,41.560996437752166],[-73.03121803456071,41.560734437722054],[-73.03099303448309,41.560655437714054],[-73.03031803425031,41.560421437690614],[-73.03009403417306,41.56034343768276],[-73.0298180340769,41.560230437669816],[-73.02899003378838,41.559891437630974],[-73.02871503369254,41.559778437618],[-73.02852103362498,41.559699437608984],[-73.02793903342231,41.55946343758211],[-73.02774603335513,41.559385437573255],[-73.02744603325543,41.55934643757545],[-73.0265490329573,41.55922943758193],[-73.02625003285799,41.55919143758426],[-73.02614203282222,41.55917943758544],[-73.02581803271502,41.55914543758939],[-73.0257100326793,41.55913443759077],[-73.02532903255312,41.559092437595],[-73.0241860321747,41.55896843760811],[-73.02380603204888,41.55892743761251],[-73.02375603202348,41.55876843758329],[-73.02360603194745,41.5582944374962],[-73.02355603192208,41.55813643746717],[-73.023928032045,41.558172437462055],[-73.02504403241386,41.55828243744711],[-73.02541603253684,41.5583194374422],[-73.0254980325327,41.557785437335944],[-73.02563303252629,41.55691343716236],[-73.02569303253568,41.55673843712645],[-73.0257710325585,41.55669443711538],[-73.02585703258475,41.556665437106965],[-73.02622303270047,41.556610437084395],[-73.02675703286933,41.556530437051514],[-73.02689703291313,41.55650143704132],[-73.02731903304536,41.556417437011305],[-73.02746003308961,41.556390437001475],[-73.02732103304078,41.55632643699358],[-73.02731803303968,41.556324436993286],[-73.02717103298463,41.55619743697343],[-73.02705203293547,41.55601543694199],[-73.02704403292977,41.555961436931774],[-73.02702203291373,41.55580743690261],[-73.02706703292459,41.555742436888536],[-73.02720303295767,41.55554943684667],[-73.02724903296891,41.555485436832754],[-73.02732003298576,41.555377436809486],[-73.02753603303742,41.55505643674018],[-73.02760903305499,41.55494943671705],[-73.02764803306373,41.554881436702594],[-73.02776503309012,41.55468043665979],[-73.02780503309928,41.55461343664547],[-73.02792003312689,41.554444436608954],[-73.02826603321019,41.553939436499704],[-73.02838203323817,41.553771436463336],[-73.02849703327644,41.55378743646272],[-73.02950803361297,41.5539284364572],[-73.03091803407885,41.55406543643793],[-73.03098203410022,41.55407543643778],[-73.03096303408995,41.554004436424634],[-73.03089703405337,41.553741436375745],[-73.03059103392982,41.55332243630439],[-73.03042803386495,41.55311543626952],[-73.03035203383428,41.55301143625181],[-73.03033503382679,41.55297743624577],[-73.03037303382754,41.55277643620554],[-73.03041603383568,41.55267543618455],[-73.0305070338561,41.55251643615074],[-73.0306400338929,41.55240543612487],[-73.03079703393661,41.552279436095304],[-73.03075803392245,41.55225343609154],[-73.03064403388093,41.5521754360801],[-73.0306060338671,41.55214943607629],[-73.03032203376269,41.55193843604458],[-73.0309380339615,41.55191643602029],[-73.0314270341193,41.55189843600091],[-73.03169403420566,41.55189243599106],[-73.03257603449266,41.55190143596412],[-73.0333330347403,41.55193143594532],[-73.03388803492004,41.55192243592552],[-73.03396703494563,41.551921435922765],[-73.03405703497481,41.551920435919634],[-73.03509003530941,41.551904435882946],[-73.03514203532647,41.55190743588183],[-73.03529803537783,41.55191943587907],[-73.03535103539527,41.551923435878145],[-73.03549503544275,41.551935435875784],[-73.03557703546984,41.55194343587468],[-73.03581903555028,41.551975435873004],[-73.0359250355861,41.55199943587422],[-73.03606703563416,41.55203343587621],[-73.03591403558609,41.55206143588661],[-73.03551303546024,41.5521374359144],[-73.03546503544618,41.5521644359212],[-73.03533103540713,41.552241435940495],[-73.03528003539147,41.55225743594527],[-73.03512603534439,41.552308435960164],[-73.03507603532913,41.55232543596509],[-73.03501103530888,41.55234043597012],[-73.03481603524824,41.55238743598557],[-73.03475203522845,41.552404435990965],[-73.03472203522543,41.552521436014636],[-73.034652035219,41.552804436071824],[-73.03466403522695,41.55287443608502],[-73.03468703524128,41.55299343610736],[-73.03474003526154,41.55304643611592],[-73.0347420352622,41.55304643611585],[-73.03480403528354,41.55306743611791],[-73.03496803533866,41.553099436118785],[-73.03504403536421,41.55311443611923],[-73.03499603535495,41.55322443614212],[-73.03485403532798,41.55355643621117],[-73.03480703531912,41.55366743623423],[-73.03479503531669,41.55369343623966],[-73.03476103531027,41.553773436256286],[-73.03475003530824,41.553800436261895],[-73.03468803529636,41.553943436291654],[-73.03450403526134,41.55437243638089],[-73.03444303524981,41.55451643641079],[-73.03440303524702,41.55469343644644],[-73.03428503523925,41.5552234365531],[-73.03424603523685,41.55540143658891],[-73.03422403523459,41.55548643660612],[-73.03415903522829,41.5557434366581],[-73.03413803522642,41.555829436675474],[-73.0340980352237,41.55600743671131],[-73.03398003521629,41.55654343681913],[-73.03394103521393,41.55672243685514],[-73.03391603521243,41.556837436878276],[-73.03384103520814,41.557185436948224],[-73.0338170352071,41.5573024369717],[-73.03379203520748,41.55745043700122],[-73.03375303520825,41.55768343704771],[-73.03374903521936,41.55789843708955],[-73.03374703522739,41.55804943711891],[-73.03374703522903,41.55807743712433],[-73.03374703523386,41.55816143714063],[-73.0337480352358,41.55818943714605],[-73.03375503524576,41.55832243717161],[-73.0337750352753,41.55872243724856],[-73.03377603527568,41.55872343724872],[-73.0337830352857,41.55885743727448],[-73.033790035295,41.55897943729793],[-73.03381403532407,41.55934843736874],[-73.03381703532759,41.559392437377184],[-73.03384403534066,41.55946743739085]]]},"properties":{"name":3504,"geoid":"09009350400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.03744703561526,41.54392743425828],[-73.03744303561724,41.54398443426949],[-73.03743103562343,41.54415943430384],[-73.03742803562578,41.54421743431518],[-73.03742903562836,41.54425643432271],[-73.0374350356371,41.544374434345436],[-73.0374380356404,41.544414434353094],[-73.03745003564707,41.54446243436201],[-73.03747403566038,41.54455843437987],[-73.03748603566706,41.5446064343888],[-73.03749803567376,41.54465543439792],[-73.0375020356761,41.54467343440128],[-73.03751203568211,41.54472143441027],[-73.03754403570146,41.544876434439324],[-73.0375560357085,41.54493143444959],[-73.03769003578716,41.545541434563624],[-73.03773903581587,41.545763434605114],[-73.03777003583384,41.54590043463069],[-73.03786503588844,41.546312434707566],[-73.03789703590678,41.546450434733295],[-73.03793403592825,41.546614434763924],[-73.03804803599364,41.547106434855685],[-73.0380860360155,41.54727143488647],[-73.03850603614868,41.547215434861954],[-73.03976803654898,41.5470494347887],[-73.04018903668255,41.54699443476431],[-73.04021803669912,41.547118434787436],[-73.04030703674952,41.54749143485692],[-73.04033703676646,41.547616434880204],[-73.04036903678598,41.54777443490982],[-73.04046703684517,41.548249434998816],[-73.04050003686505,41.54840843502861],[-73.0405490368929,41.54861543506718],[-73.04069803697709,41.549236435182834],[-73.04074803700526,41.54944343522137],[-73.04078903703362,41.549704435270684],[-73.0408200370547,41.54989543530673],[-73.04096003713379,41.550478435415314],[-73.0409860371485,41.55058743543562],[-73.0410220371688,41.55073643546336],[-73.04107703718992,41.550793435472634],[-73.04111703720831,41.55088643548937],[-73.04116903722893,41.5509514355003],[-73.04182503745818,41.55123243553348],[-73.04251303769676,41.55149443556193],[-73.04241303767465,41.551674435600106],[-73.04226503764279,41.55195543565946],[-73.04159103741408,41.55178543564839],[-73.04093503719322,41.55165043564353],[-73.04081203715101,41.55161143563996],[-73.04048003703718,41.551507435630604],[-73.04038303700396,41.55147743562792],[-73.04034203698984,41.55146343562655],[-73.03977203679382,41.55127443560841],[-73.03948003669672,41.551235435610344],[-73.03932503664522,41.5512154356115],[-73.03913503658265,41.551200435614774],[-73.03889003650308,41.55120043562275],[-73.03838203633808,41.551200435639274],[-73.0382880363072,41.55119443564116],[-73.03815703626552,41.55120943564834],[-73.0379140361882,41.55123743566167],[-73.03772203612716,41.551260435672376],[-73.03769103611728,41.551263435673974],[-73.03702503590516,41.5513364357098],[-73.0368030358345,41.55136143572186],[-73.03660703577204,41.55138243573232],[-73.0365510357542,41.5513884357353],[-73.035798035515,41.55148143577785],[-73.03554703543531,41.55151343579221],[-73.03551303542443,41.5515164357939],[-73.03541103539206,41.55152943579975],[-73.03537803538163,41.551534435801784],[-73.03536203537655,41.55153643580268],[-73.03531403536131,41.5515424358054],[-73.03529803535622,41.55154443580632],[-73.0350770352856,41.55156443581739],[-73.035075035285,41.55156543581765],[-73.03447503509288,41.551613435846484],[-73.0344140350732,41.551615435848845],[-73.03428603503195,41.55162143585418],[-73.03419303500192,41.551624435857775],[-73.03412103497872,41.55162743586071],[-73.03371303484715,41.55164443587727],[-73.03280203454965,41.55161643590146],[-73.03266003450312,41.55160943590473],[-73.03217503434428,41.55158643591602],[-73.03203603429792,41.55156543591648],[-73.03136003406641,41.551358435898294],[-73.03036003371913,41.55096843585513],[-73.0297880335167,41.550679435817656],[-73.02885603317928,41.55007743573113],[-73.0283710329975,41.5496564356652],[-73.02801603285876,41.54924943559776],[-73.02754103266858,41.548626435492295],[-73.02743403262392,41.54845443546241],[-73.02708503244543,41.54732343525426],[-73.02672803226287,41.54616743504152],[-73.02680703228616,41.54612643503099],[-73.02688903231044,41.546085435020366],[-73.02703403235162,41.54598243499566],[-73.02710803237271,41.54593143498336],[-73.02726003241368,41.54578543495008],[-73.02736403244087,41.54567143492457],[-73.0274760324703,41.54555043489746],[-73.02812003264066,41.54487643474571],[-73.02837303270766,41.544613434686454],[-73.02845203272899,41.54453843466933],[-73.02850003274216,41.54449643465962],[-73.02889603285143,41.54416043458153],[-73.02902903288819,41.54404843455547],[-73.02916403292794,41.5439774345373],[-73.02930103296933,41.543923434522355],[-73.0295370330408,41.543833434497216],[-73.029870033144,41.5437474344697],[-73.03017203324042,41.543718434454256],[-73.03031403328578,41.54370543444714],[-73.03047203333652,41.54369543444003],[-73.03071003341371,41.54369343443192],[-73.03142803364655,41.54368743440741],[-73.03166703372412,41.543686434399454],[-73.03175603375315,41.54368843439694],[-73.03202403384066,41.54369643438978],[-73.03211403387006,41.54369943438743],[-73.03220803390059,41.543699434384365],[-73.03249303399315,41.543699434375114],[-73.03258803402406,41.54370043437223],[-73.03268003405401,41.54370143436942],[-73.03295603414394,41.54370643436142],[-73.03304903417424,41.543708434358805],[-73.03326203424353,41.54371043435225],[-73.03390103445143,41.54371643433264],[-73.03411503452105,41.54371843432607],[-73.03426303456939,41.54372343432223],[-73.03471003471556,41.543740434311],[-73.0348590347643,41.543746434307316],[-73.0349360347896,41.54375143430578],[-73.03516703486552,41.54376743430139],[-73.03524403489088,41.543773434300036],[-73.03545103495881,41.543785434295636],[-73.03607203516258,41.54382143428244],[-73.03628003523082,41.543833434277985],[-73.03637503526231,41.54384443427704],[-73.0365130353077,41.54385443427449],[-73.03721303553816,41.543908434262214],[-73.03744703561526,41.54392743425828]]]},"properties":{"name":3505,"geoid":"09009350500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.04908904033276,41.56016543703021],[-73.04931504040952,41.56022343703412],[-73.0499950406406,41.560400437046304],[-73.05022204071778,41.560460437050565],[-73.05046704080083,41.56052043705422],[-73.05092204095509,41.56063243706114],[-73.05119804104999,41.5607234370698],[-73.05129304108263,41.56075443707273],[-73.05140304112078,41.560796437077286],[-73.05143004113094,41.56082043708107],[-73.05145404113988,41.56084043708417],[-73.05154104118061,41.56105643712324],[-73.05183804131948,41.56179143725614],[-73.05190204134941,41.561949437284696],[-73.0518980413526,41.56202743729995],[-73.05189904135392,41.562044437303236],[-73.05190104135791,41.562102437314415],[-73.0518620413513,41.562207437336056],[-73.05168304129667,41.562268437353715],[-73.05164204128424,41.56228343735795],[-73.05118804114258,41.562384437392325],[-73.05103504109185,41.56236643739382],[-73.05095604106315,41.562313437386116],[-73.05092104104814,41.56225043737503],[-73.05082504100385,41.56202343733412],[-73.05068704093999,41.5616934372746],[-73.05050804088391,41.56172943728741],[-73.04997204071628,41.561841437326585],[-73.04979404066059,41.561878437339566],[-73.05017004084108,41.56288943752342],[-73.05022404086756,41.56304443755174],[-73.05026504088018,41.56303243754807],[-73.05041204093173,41.563098437556086],[-73.05059204099338,41.56315343756088],[-73.05104904114997,41.563294437573376],[-73.05119404120168,41.56337443758416],[-73.05129304124284,41.563530437611206],[-73.05146104131194,41.563782437654616],[-73.05193404150806,41.56451843778196],[-73.05234604168156,41.56520543790181],[-73.052766041875,41.56619343807976],[-73.05296404197303,41.56677743818658],[-73.05301804200224,41.566979438224],[-73.05299804200037,41.56705943824017],[-73.05304804202693,41.56723843827326],[-73.05278904205734,41.56922243866648],[-73.05267404203276,41.56944343871309],[-73.0523080419401,41.569897438813044],[-73.05179804180513,41.570429438932834],[-73.05085204147781,41.57008243889634],[-73.0506340414044,41.570037438894715],[-73.05062904140271,41.57003643889469],[-73.05030204129505,41.570011438900494],[-73.04994704117973,41.57001143891205],[-73.04972004110601,41.57001143891944],[-73.04948804103071,41.570012438927186],[-73.04879204080503,41.5700194389512],[-73.04856004072978,41.57002143895913],[-73.04856604072693,41.569938438942835],[-73.0485880407197,41.56968943889382],[-73.04859604071756,41.569607438877675],[-73.04845804067546,41.569654438891284],[-73.04804604054989,41.56979743893243],[-73.0479090405082,41.56984643894639],[-73.0471380402769,41.57017843903588],[-73.04624204000987,41.57059443914572],[-73.04537903975061,41.570959439244625],[-73.04517203968868,41.57105143926918],[-73.04516203968574,41.57105643927048],[-73.04455203950339,41.57133043934347],[-73.04434603944182,41.57142343936821],[-73.04399103933558,41.57158043941023],[-73.04356803920912,41.57177043946084],[-73.04313203907934,41.571975439514794],[-73.04293203901926,41.572060439537786],[-73.04283003898873,41.572105439549844],[-73.04256703890815,41.57218943957468],[-73.0425000388866,41.57219343957763],[-73.04229903882201,41.57220543958651],[-73.04223303880086,41.572210439589625],[-73.04217703878209,41.5722004395895],[-73.04201003872616,41.57217143958932],[-73.04195503870777,41.57216243958936],[-73.0419190386884,41.57202943956474],[-73.04190403868007,41.57196943955359],[-73.04179503863104,41.57173343951138],[-73.04174903861161,41.571655439497746],[-73.04167903858209,41.57153843947733],[-73.04157103853854,41.57139143945234],[-73.04146403849529,41.57124443942732],[-73.04124403840714,41.570955439378416],[-73.0411340383631,41.57081143935408],[-73.04104003832478,41.57067643933096],[-73.0409520382889,41.57055043930937],[-73.04084703824269,41.57034043927207],[-73.04081403822643,41.57024443925453],[-73.04076203820065,41.570090439226355],[-73.04074703819249,41.570033439215784],[-73.04073703818139,41.56989743918974],[-73.04072203816399,41.56968043914814],[-73.04069903813529,41.569312439077514],[-73.0406870381202,41.569118439040274],[-73.04066103809495,41.56882743898468],[-73.04066103809467,41.56882243898371],[-73.04057103803099,41.568225438870854],[-73.04049003799014,41.567973438824616],[-73.04045703797347,41.56787043880571],[-73.04040703794706,41.567694438773195],[-73.04037103792447,41.567505438737705],[-73.04036703791486,41.567361438709916],[-73.04036603791026,41.567287438695594],[-73.04037003789576,41.56701343864232],[-73.04044303788174,41.56635943851308],[-73.04048103787487,41.566026438447274],[-73.04048403787066,41.565936438429716],[-73.04049503785886,41.56567043837775],[-73.04049903785504,41.565581438360354],[-73.040463037833,41.56540243832681],[-73.04043503781585,41.56526243830057],[-73.04032703776392,41.56497043824744],[-73.04028803774646,41.56488743823261],[-73.040211037712,41.5647234382033],[-73.04018403770061,41.56467843819547],[-73.04010403766691,41.564544438172064],[-73.04007803765592,41.56450043816438],[-73.03991703758938,41.56425343812171],[-73.03986803756914,41.564178438108755],[-73.03934503736468,41.56357943800958],[-73.03915203728923,41.563358437972994],[-73.0390520372499,41.56323943795316],[-73.03875203713203,41.562885437894245],[-73.03871503711747,41.562841437886924],[-73.03867003709796,41.56275643787189],[-73.03894703718781,41.56275443786251],[-73.03977803745737,41.562747437834105],[-73.0400560375476,41.562746437824856],[-73.04007503753616,41.56244143776509],[-73.04013603750337,41.561529437586174],[-73.04015703749265,41.56122543752652],[-73.0404010375725,41.561235437520516],[-73.04113603781298,41.56126543750243],[-73.0413810378932,41.56127643749659],[-73.04157403795651,41.561287437492446],[-73.04215303814661,41.56132243748039],[-73.04234603820998,41.56133443747644],[-73.04254503827491,41.56133943747094],[-73.04309203845345,41.56135443745604],[-73.04314203846981,41.56135643745481],[-73.04334103853479,41.56136243744949],[-73.04353003859688,41.56137443744567],[-73.04409703878319,41.5614114374344],[-73.04428603884533,41.56142443743077],[-73.04436503886556,41.561330437409964],[-73.04436703886616,41.56132943740971],[-73.04466603895094,41.56111543735846],[-73.04476703897964,41.5610444373414],[-73.04496703903808,41.56093143731296],[-73.0455670392136,41.56059543722826],[-73.04576803927247,41.56048443720019],[-73.04599703933971,41.560360437168676],[-73.04668703954259,41.55999243707484],[-73.0469170396102,41.55986943704349],[-73.04713803968203,41.559870437036494],[-73.04717603969445,41.55987143703545],[-73.04780003989983,41.55991843702426],[-73.0480210399726,41.55993543702035],[-73.04819304002979,41.559958437019226],[-73.04823604004432,41.55996843701976],[-73.04887504026038,41.56011543702748],[-73.04908904033276,41.56016543703021]]]},"properties":{"name":3508,"geoid":"09009350800"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.04195503870777,41.57216243958936],[-73.04201003872616,41.57217143958932],[-73.04217703878209,41.5722004395895],[-73.04223303880086,41.572210439589625],[-73.04229903882201,41.57220543958651],[-73.0425000388866,41.57219343957763],[-73.04256703890815,41.57218943957468],[-73.04283003898873,41.572105439549844],[-73.04293203901926,41.572060439537786],[-73.04313203907934,41.571975439514794],[-73.04356803920912,41.57177043946084],[-73.04399103933558,41.57158043941023],[-73.04434603944182,41.57142343936821],[-73.04455203950339,41.57133043934347],[-73.04516203968574,41.57105643927048],[-73.04517203968868,41.57105143926918],[-73.04537903975061,41.570959439244625],[-73.04624204000987,41.57059443914572],[-73.0471380402769,41.57017843903588],[-73.0479090405082,41.56984643894639],[-73.04804604054989,41.56979743893243],[-73.04845804067546,41.569654438891284],[-73.04859604071756,41.569607438877675],[-73.0485880407197,41.56968943889382],[-73.04856604072693,41.569938438942835],[-73.04856004072978,41.57002143895913],[-73.04879204080503,41.5700194389512],[-73.04948804103071,41.570012438927186],[-73.04972004110601,41.57001143891944],[-73.04994704117973,41.57001143891205],[-73.05030204129505,41.570011438900494],[-73.05062904140271,41.57003643889469],[-73.0506340414044,41.570037438894715],[-73.05085204147781,41.57008243889634],[-73.05179804180513,41.570429438932834],[-73.05127004167052,41.57106843907396],[-73.05107704162445,41.57135643913609],[-73.05098204161105,41.57165843919774],[-73.05078604157994,41.5722224393135],[-73.05040204151439,41.57324743952477],[-73.05015604147346,41.57392243966368],[-73.05001304144993,41.57431943974532],[-73.04986104142554,41.57475243983424],[-73.04967904139427,41.57523443993364],[-73.04949404135942,41.575671440024394],[-73.04936504133224,41.57592644007805],[-73.04926204131057,41.576130440120956],[-73.04900604125153,41.57654844021035],[-73.04891604123021,41.576685440239835],[-73.04881704120689,41.576838440272724],[-73.04869904117827,41.577006440309155],[-73.04866104117151,41.5771034403292],[-73.04860304116157,41.577257440360945],[-73.04860804118142,41.57757344042205],[-73.048623041241,41.57852044060518],[-73.04862804126094,41.57883744066649],[-73.0468580406938,41.578973440750495],[-73.04685604069776,41.57905344076607],[-73.04693404076123,41.5797134408915],[-73.04701804082917,41.58041744102526],[-73.04702804085731,41.58084844110851],[-73.04693704084463,41.58114044116808],[-73.04656504074711,41.58154444125853],[-73.04611504062922,41.582034441368194],[-73.04611504062194,41.581908441343764],[-73.0461160406142,41.581768441316584],[-73.04604004058619,41.581711441307995],[-73.0459000405403,41.58170444131121],[-73.04577504049941,41.5816994413143],[-73.04538004037016,41.58168344132406],[-73.04419603998275,41.58163544135331],[-73.04380203985382,41.58161944136305],[-73.0417190391747,41.581577441422716],[-73.04153503905819,41.5805954412383],[-73.04153603905819,41.5805894412371],[-73.0415330390552,41.58055444123042],[-73.04123603889795,41.579502441036105],[-73.04092503873812,41.57848444084883],[-73.04089803872048,41.578330440819876],[-73.0409070387126,41.57814344078331],[-73.04129603878897,41.57727744060272],[-73.04144303883724,41.577286440599686],[-73.04131703879216,41.57721444058981],[-73.04163103885773,41.57658344045725],[-73.04172403887802,41.57641144042087],[-73.04183303889229,41.57604544034634],[-73.04183403887991,41.575825440303646],[-73.04184103886615,41.57554744024951],[-73.04183303886084,41.57550044024066],[-73.04180203884002,41.5753144402056],[-73.04175503881396,41.57512744017086],[-73.0417050387864,41.574931440134485],[-73.04162903874786,41.57469144009041],[-73.04157403871776,41.5744794400511],[-73.04155603869667,41.5742154400005],[-73.04155203866702,41.5737244399054],[-73.04160803866601,41.57339143983901],[-73.04169603868061,41.5731494397892],[-73.04184203870489,41.572748439706686],[-73.04191803871885,41.57256243966814],[-73.04193403871574,41.57241843963969],[-73.0419480387133,41.572297439615774],[-73.04195503870777,41.57216243958936]]]},"properties":{"name":3509,"geoid":"09009350900"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.0417190391747,41.581577441422716],[-73.04178503921334,41.58187544147834],[-73.04179503921941,41.58192444148751],[-73.04182503923765,41.58207144151504],[-73.0418360392441,41.58212144152437],[-73.04184603925017,41.58217044153355],[-73.04187603926843,41.58231744156108],[-73.0418860392745,41.582366441570244],[-73.04191303928998,41.58248244159186],[-73.04199403933643,41.58283144165689],[-73.04202203935228,41.58294844167867],[-73.04203903936053,41.582995441687224],[-73.04209303938623,41.58313644171279],[-73.04211103939478,41.58318344172133],[-73.04225403946874,41.58365944180895],[-73.04061203893556,41.58366444186339],[-73.03971003864248,41.58366344189255],[-73.0393760385343,41.5836694419046],[-73.03916303846965,41.58374844192684],[-73.03916203846939,41.58374944192706],[-73.03895903839674,41.58363344191119],[-73.037597037908,41.582832441800235],[-73.03486003694772,41.58160144165062],[-73.03464803687277,41.58149644163718],[-73.03409603667752,41.581220441601616],[-73.03366403652532,41.58101544157592],[-73.03236803606895,41.58040344149944],[-73.03193603591681,41.580199441473944],[-73.03166303582057,41.58006844145743],[-73.0308440355318,41.57967544140787],[-73.03057103543561,41.579545441391545],[-73.03033603535344,41.57944444137961],[-73.0298820351948,41.57925144135695],[-73.02964003510904,41.57912744134078],[-73.02941303502857,41.579011441325676],[-73.0291160349213,41.578824441299076],[-73.02857803472706,41.578487441251234],[-73.02822103459856,41.57827044122077],[-73.02792203449098,41.578089441195395],[-73.02784403446154,41.57801844118418],[-73.0276290343805,41.577824441153524],[-73.02761203437397,41.5778074411508],[-73.02753803434574,41.57773444113904],[-73.02732403426472,41.57753544110742],[-73.02731203426013,41.577523441105484],[-73.02711303418315,41.57730944107046],[-73.0266350340039,41.576894441005535],[-73.0264020339166,41.57669344097413],[-73.02637703390681,41.57666444096932],[-73.02630303387788,41.57657944095524],[-73.02627903386845,41.576551440950595],[-73.02625603384864,41.576337440909846],[-73.02630603384179,41.57593744083065],[-73.02631403384117,41.57588144081953],[-73.02649103386042,41.57521844068519],[-73.02655703386895,41.5749944406396],[-73.02657003385852,41.57474044058992],[-73.02653603382683,41.5743824405216],[-73.02649003379804,41.57414244047654],[-73.02648603379569,41.5741244404732],[-73.02637603372496,41.573517440359055],[-73.02636103371256,41.57338744033433],[-73.02631703367595,41.5730004402607],[-73.02630303366398,41.57287144023614],[-73.02628703365063,41.57273044020931],[-73.02624103361131,41.57230744012878],[-73.02622603359829,41.57216644010191],[-73.02617203355254,41.571677440008834],[-73.02601003341532,41.570210439729564],[-73.02595703336995,41.56972243963665],[-73.02594303335589,41.56955743960509],[-73.02593603334824,41.569464439587286],[-73.02589303330217,41.56890743948065],[-73.02593203330255,41.56869443943807],[-73.0259410333027,41.56864643942847],[-73.02602003331718,41.56845243938826],[-73.02611103333653,41.56827543935098],[-73.02638703339582,41.56774843923978],[-73.02647903341555,41.56757243920264],[-73.02654303342923,41.56744943917671],[-73.026737033471,41.567080439098824],[-73.02680203348507,41.56695843907305],[-73.02685003349784,41.56690943906198],[-73.0269950335366,41.56676443902913],[-73.02704403354973,41.56671643901823],[-73.0271110335696,41.56668343900965],[-73.02731503363032,41.56658743898439],[-73.02738303365064,41.56655643897617],[-73.02755803372133,41.56679643901704],[-73.02808303393338,41.56751643913962],[-73.02825903400445,41.56775743918064],[-73.02838003405306,41.56791843920793],[-73.0287450341995,41.568401439289744],[-73.02886703424845,41.568563439317195],[-73.02947003449233,41.569395439458965],[-73.02950203451744,41.56965043950737],[-73.03053603486413,41.56983743951002],[-73.03060503488665,41.56983943950817],[-73.03086403497205,41.56986143950399],[-73.03370403588623,41.56971543938329],[-73.03352403579673,41.569177439284786],[-73.03361203582415,41.56915743927805],[-73.03439403606832,41.568986439219444],[-73.03522203632875,41.568838439163805],[-73.03539803638311,41.56878943914858],[-73.03541703638905,41.56878543914718],[-73.03591003653784,41.568588439092935],[-73.03608103658952,41.56852143907437],[-73.03622503663259,41.568457439057276],[-73.03665703676185,41.56826543900598],[-73.03680203680533,41.56820243898903],[-73.03688903683133,41.56816343897864],[-73.03715303691051,41.56804943894794],[-73.03724103693698,41.56801243893789],[-73.03736903697539,41.56795743892306],[-73.03742303699194,41.567940438918015],[-73.03798703716511,41.56776643886591],[-73.03817603722321,41.567709438848716],[-73.03814003719751,41.56746643880275],[-73.03810303717054,41.56720743875371],[-73.03812603717039,41.56707543872737],[-73.03827403720838,41.566900438688606],[-73.03836403723413,41.56684043867404],[-73.03856903729307,41.566707438641565],[-73.03877003735099,41.5665794386102],[-73.0393740375252,41.56619843851665],[-73.03957603758349,41.56607143848545],[-73.03976003763754,41.56597243846026],[-73.04031403780056,41.5656784383852],[-73.04042903783439,41.56561743836962],[-73.04049903785504,41.565581438360354],[-73.04049503785886,41.56567043837775],[-73.04048403787066,41.565936438429716],[-73.04048103787487,41.566026438447274],[-73.04044303788174,41.56635943851308],[-73.04037003789576,41.56701343864232],[-73.04036603791026,41.567287438695594],[-73.04036703791486,41.567361438709916],[-73.04037103792447,41.567505438737705],[-73.04040703794706,41.567694438773195],[-73.04045703797347,41.56787043880571],[-73.04049003799014,41.567973438824616],[-73.04057103803099,41.568225438870854],[-73.04066103809467,41.56882243898371],[-73.04066103809495,41.56882743898468],[-73.0406870381202,41.569118439040274],[-73.04069903813529,41.569312439077514],[-73.04072203816399,41.56968043914814],[-73.04073703818139,41.56989743918974],[-73.04074703819249,41.570033439215784],[-73.04076203820065,41.570090439226355],[-73.04081403822643,41.57024443925453],[-73.04084703824269,41.57034043927207],[-73.0409520382889,41.57055043930937],[-73.04104003832478,41.57067643933096],[-73.0411340383631,41.57081143935408],[-73.04124403840714,41.570955439378416],[-73.04146403849529,41.57124443942732],[-73.04157103853854,41.57139143945234],[-73.04167903858209,41.57153843947733],[-73.04174903861161,41.571655439497746],[-73.04179503863104,41.57173343951138],[-73.04190403868007,41.57196943955359],[-73.0419190386884,41.57202943956474],[-73.04195503870777,41.57216243958936],[-73.0419480387133,41.572297439615774],[-73.04193403871574,41.57241843963969],[-73.04191803871885,41.57256243966814],[-73.04184203870489,41.572748439706686],[-73.04169603868061,41.5731494397892],[-73.04160803866601,41.57339143983901],[-73.04155203866702,41.5737244399054],[-73.04155603869667,41.5742154400005],[-73.04157403871776,41.5744794400511],[-73.04162903874786,41.57469144009041],[-73.0417050387864,41.574931440134485],[-73.04175503881396,41.57512744017086],[-73.04180203884002,41.5753144402056],[-73.04183303886084,41.57550044024066],[-73.04184103886615,41.57554744024951],[-73.04183403887991,41.575825440303646],[-73.04183303889229,41.57604544034634],[-73.04172403887802,41.57641144042087],[-73.04163103885773,41.57658344045725],[-73.04131703879216,41.57721444058981],[-73.04144303883724,41.577286440599686],[-73.04129603878897,41.57727744060272],[-73.0409070387126,41.57814344078331],[-73.04089803872048,41.578330440819876],[-73.04092503873812,41.57848444084883],[-73.04123603889795,41.579502441036105],[-73.0415330390552,41.58055444123042],[-73.04153603905819,41.5805894412371],[-73.04153503905819,41.5805954412383],[-73.0417190391747,41.581577441422716]]]},"properties":{"name":3510,"geoid":"09009351000"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.91156397984285,41.28228738736545],[-72.91080497997973,41.289070388715636],[-72.91044197996536,41.29090038908494],[-72.9103129799368,41.29113538913502],[-72.90742797922756,41.29514239001076],[-72.90518497867629,41.2982603906921],[-72.90504597864224,41.29845539073468],[-72.90462997854048,41.29904239086274],[-72.9045659785248,41.29913239088238],[-72.9044919785068,41.29923839090547],[-72.90408197837405,41.299242390919424],[-72.90367297824172,41.29924739093354],[-72.90313797806854,41.29925339095191],[-72.90213697775957,41.299530391038175],[-72.90039597722229,41.300014391188675],[-72.90028697718863,41.30004439119803],[-72.89665897606889,41.30105139151132],[-72.89522797562852,41.30147139163933],[-72.89321797501006,41.30206339181955],[-72.89292197491548,41.30208839183394],[-72.89289897490616,41.302055391828226],[-72.89284597488417,41.30197039181333],[-72.89262597479276,41.30161539175103],[-72.89255297476242,41.301497391730315],[-72.89248997473629,41.30139639171259],[-72.89247997473215,41.301380391709806],[-72.89226397464223,41.30102839164795],[-72.89219297461258,41.300911391627366],[-72.89215897459879,41.30086239161888],[-72.89208797457002,41.30076039160123],[-72.89204397455417,41.30073239159718],[-72.89199397453625,41.300702391592914],[-72.89182697447842,41.30063739158558],[-72.89132697430536,41.30044439156392],[-72.89116097424792,41.30038039155674],[-72.89097897418527,41.30031639155008],[-72.89043597399845,41.30012639153038],[-72.89032597396061,41.30008839152649],[-72.89025297393597,41.30007139152552],[-72.89015097389364,41.29990739149674],[-72.88984697376745,41.299418391410946],[-72.88983097376074,41.299391391406196],[-72.88976997373258,41.29924339137923],[-72.88973897372287,41.29924939138138],[-72.88964897369465,41.299266391387604],[-72.88961897368532,41.29927339138994],[-72.88966297368114,41.29894639132461],[-72.88968697367937,41.298777391290834],[-72.88966797366768,41.29867939127228],[-72.88961797364577,41.29857839125415],[-72.88948597359335,41.29840839122516],[-72.88933197353388,41.29823939119709],[-72.88923697349787,41.29814739118216],[-72.88921397348946,41.298130391179576],[-72.88911297345251,41.29805639116837],[-72.88893597338948,41.29795639115449],[-72.88872497331349,41.29782239113508],[-72.8880939730862,41.29742139107699],[-72.8878839730106,41.29728839105773],[-72.88681097261677,41.296476390933485],[-72.8864059724681,41.29616939088648],[-72.88591897228946,41.295802390830396],[-72.88590197228326,41.29579039082859],[-72.8835859714342,41.29405439056365],[-72.88307997124872,41.293675390505825],[-72.8825179710418,41.29323839043844],[-72.88259297106089,41.293145390417855],[-72.88309997118961,41.292512390277864],[-72.88359197131459,41.29189939014227],[-72.88385197138057,41.2915743900704],[-72.88484497163266,41.29033438979618],[-72.88542797178083,41.28960938963576],[-72.8856049718256,41.28938538958631],[-72.88579597187406,41.28914638953346],[-72.88610697194947,41.28869538943532],[-72.88626997198914,41.28846138938436],[-72.88629597199221,41.288366389364946],[-72.88638797201922,41.288316389352225],[-72.88643997202222,41.288070389302476],[-72.8864769720293,41.287983389284285],[-72.88653297204438,41.28792838927174],[-72.88676697209526,41.28748538917762],[-72.8874719722491,41.28615938889581],[-72.88770697230036,41.28571738880188],[-72.88775097230648,41.28557238877212],[-72.8877389722997,41.285521388762525],[-72.88760397222242,41.284927388650736],[-72.88755897219671,41.28473038861368],[-72.8875579721822,41.28447838856445],[-72.88755497213874,41.283725388417345],[-72.88755497212459,41.28347438836828],[-72.88752997210347,41.28324338832392],[-72.88745697204088,41.282553388191374],[-72.88743297202011,41.28232338814718],[-72.88757197205601,41.28216038811087],[-72.8879409721516,41.281733388015546],[-72.88799597216627,41.281677388002834],[-72.88807997218888,41.28159538798409],[-72.88817197221704,41.281565387975284],[-72.88831197226492,41.281609387979394],[-72.88873397240926,41.28174238799185],[-72.88887497245751,41.281787387996125],[-72.88903397251352,41.28186638800646],[-72.88951297268221,41.28210338803742],[-72.88967297273855,41.28218238804775],[-72.88977097277264,41.282223388052614],[-72.89006497287507,41.28234938806781],[-72.89007997288033,41.282356388068706],[-72.89016797291022,41.28238038807057],[-72.89013897288221,41.28205038800697],[-72.89005197279823,41.281061387816436],[-72.89002397277059,41.280732387753005],[-72.89002397276079,41.280558387719],[-72.89002497273185,41.28003938761751],[-72.89002597272247,41.27986738758383],[-72.8902429727939,41.27988638758058],[-72.89089697300926,41.279944387570936],[-72.89111497308106,41.27996438756785],[-72.8913399731555,41.27999038756572],[-72.89201497337895,41.280071387559886],[-72.89223997345343,41.28009838755796],[-72.89254597355468,41.280134387555165],[-72.89346397385862,41.28024538754741],[-72.8937699739599,41.28028238754484],[-72.89402397404464,41.28032438754487],[-72.8947879742996,41.28045238754539],[-72.89504297438474,41.280495387545606],[-72.89529397446866,41.28054038754635],[-72.8960469747206,41.28067838754915],[-72.89629897480498,41.280725387550255],[-72.89655097488915,41.28076938755076],[-72.89730697514176,41.280901387552305],[-72.89755897522596,41.28094538755284],[-72.89764697524292,41.28074038750993],[-72.89769997525329,41.280619387484556],[-72.89788697528573,41.28011938738081],[-72.8979659752996,41.279911387337606],[-72.89952297582133,41.28021038734608],[-72.89940297581626,41.280810387467234],[-72.89857597560244,41.281773387682044],[-72.89845797557196,41.28191138771282],[-72.89736697535916,41.284410388236346],[-72.89873097580143,41.28440938819235],[-72.90033597630793,41.28416238809255],[-72.90067797641589,41.2841103880714],[-72.90052297627528,41.28250938776342],[-72.901164976478,41.28241238772383],[-72.9019079767126,41.28230038767809],[-72.9026509769472,41.28218838763234],[-72.90304297707092,41.282128387608026],[-72.90304397707119,41.2821273876078],[-72.90343397719438,41.28206938758394],[-72.90383297732036,41.282009387559405],[-72.90386697733912,41.28214638758508],[-72.90400797741663,41.28270938769061],[-72.90595597804821,41.28270838762786],[-72.90783397864921,41.28256738753999],[-72.91156397984285,41.28228738736545]]]},"properties":{"name":1427,"geoid":"09009142700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.86029696107362,41.24416938155399],[-72.8642179622394,41.24229338106129],[-72.86573496272969,41.24226638100744],[-72.87006596411473,41.24192738080239],[-72.87683296627797,41.24138438047936],[-72.88268296810931,41.240226380065295],[-72.88729896967082,41.24138438014396],[-72.88937397028619,41.24036637987824],[-72.89424697183144,41.23975537960245],[-72.8977659730447,41.24104437974187],[-72.9027079747494,41.24286937994048],[-72.90059097425123,41.24620938066193],[-72.9004089742085,41.246498380724304],[-72.89972297400905,41.24690538082594],[-72.89960097398269,41.24713938087564],[-72.89941097394193,41.247509380954135],[-72.89959597401348,41.24771538098852],[-72.89960997401944,41.247740380992944],[-72.89965197403743,41.247818381006866],[-72.89966697404377,41.24784438101146],[-72.89974897407869,41.2479923810378],[-72.89978797410765,41.24828238109329],[-72.89956197404695,41.24850538114416],[-72.89920297394185,41.24870538119481],[-72.89883897382666,41.24875538121627],[-72.898316973651,41.2486413812107],[-72.8975689733994,41.248479381203005],[-72.89691897318947,41.248493381226595],[-72.89658497309044,41.24865738126939],[-72.89592797289565,41.248980381353654],[-72.89521397268174,41.24929238143759],[-72.89508097265676,41.24961438150486],[-72.89502797264684,41.2497433815318],[-72.89473697255949,41.249867381565394],[-72.89468997254458,41.24987338156808],[-72.89431797242699,41.24992638159038],[-72.8937769722534,41.24995838161399],[-72.89326997207863,41.24977338159405],[-72.89290397195293,41.24964838158133],[-72.89268897188964,41.24976238161054],[-72.89268197188925,41.24979538161721],[-72.89264197188825,41.250008381660166],[-72.89258697188079,41.25019238169793],[-72.89255597188082,41.25037138173395],[-72.89237397183443,41.2505953817836],[-72.89194797171767,41.25097438187143],[-72.89147597157607,41.251177381926276],[-72.89140197155395,41.25121038193511],[-72.8913549715386,41.251208381936216],[-72.89105197143957,41.2511943819432],[-72.89097697141464,41.25118338194345],[-72.8898919710541,41.25102738194772],[-72.88985397104146,41.251021381947766],[-72.88961997096374,41.25098838194881],[-72.88948097091996,41.25101138195777],[-72.8892039708327,41.25105638197546],[-72.88909497080361,41.25116738200067],[-72.88862597067829,41.25164238210863],[-72.88836297060813,41.2519103821695],[-72.88792397049176,41.25237138227377],[-72.88744397035921,41.252781382369356],[-72.88725497030944,41.25298538241534],[-72.88723997031268,41.253129382444],[-72.88734797035742,41.25330238247437],[-72.88734897036333,41.25340138249372],[-72.88727597034492,41.25349438251424],[-72.8871449703072,41.25357938253508],[-72.88710397029854,41.25366138255244],[-72.88704597028638,41.253779382577385],[-72.8870519702894,41.253798382580904],[-72.88702597028119,41.25380238258251],[-72.88683297022594,41.25393238261414],[-72.88684997024058,41.2540943826453],[-72.88685197024206,41.25410938264815],[-72.8868719702588,41.25429138268312],[-72.88706397035634,41.25491838279963],[-72.88705697035842,41.254995382814926],[-72.88710697038391,41.25516038284558],[-72.8869879703474,41.255197382856636],[-72.88675997028194,41.2553473828933],[-72.88615597011619,41.255881383017126],[-72.88558696994927,41.25619338309641],[-72.88500696977788,41.25648938317293],[-72.88331296927743,41.25735538339663],[-72.88162396877846,41.25821938361979],[-72.87895996798989,41.25955438396634],[-72.87858296788256,41.259819384030266],[-72.87838696782941,41.26000438407272],[-72.87727596752855,41.261058384314516],[-72.87658796734414,41.26174538447094],[-72.87623196724876,41.26210138455201],[-72.87607596720751,41.262267384589464],[-72.8759119671527,41.26223838458905],[-72.87456696671566,41.26222138462884],[-72.87367596642264,41.26214838464311],[-72.87282796631038,41.265038385235556],[-72.87279696631377,41.26527738528331],[-72.87103696574434,41.265299385344015],[-72.87025396550777,41.265607385429355],[-72.87033396553925,41.26570538544596],[-72.86943896527609,41.26618638556872],[-72.86937096525281,41.2661643855666],[-72.86925096521283,41.26614538556672],[-72.86921096520133,41.2661713855731],[-72.86920396520355,41.26625138558896],[-72.86930196524129,41.266357385606554],[-72.8692939652423,41.26642138561933],[-72.86927496523715,41.266439385623464],[-72.86924396522716,41.26644038562464],[-72.86911296518362,41.26642138562513],[-72.86904596515575,41.26631238560595],[-72.86893196511063,41.26616738558124],[-72.86883996507619,41.26608538556815],[-72.86874596504413,41.266057385565695],[-72.86866896501932,41.26606038556875],[-72.86860196500052,41.26611238558106],[-72.86861096500947,41.26621938560171],[-72.86869696504198,41.266301385615],[-72.86881796508688,41.266402385630876],[-72.86883396509432,41.266442385638186],[-72.86880896508899,41.26649138564856],[-72.8687369650671,41.26651738565596],[-72.86872396506587,41.26657038566673],[-72.86882796510348,41.266639385676896],[-72.86886796511824,41.26667138568188],[-72.8688659651216,41.26674238569583],[-72.86885896512159,41.266782385703884],[-72.8687029650794,41.266931385738],[-72.86851096502147,41.26700838575924],[-72.86848496501652,41.26707038577217],[-72.8685539650422,41.267129385781516],[-72.86866596508095,41.26717238578634],[-72.8687019650951,41.267216385793795],[-72.86871096509857,41.26722638579545],[-72.86870996510049,41.26726638580331],[-72.86863196507589,41.267278385808154],[-72.86849096502954,41.267267385810534],[-72.86832796497197,41.26718338579932],[-72.86814296490397,41.26704138577748],[-72.86792296482436,41.266894385755776],[-72.8678009647807,41.266821385745416],[-72.86762996472356,41.26679138574502],[-72.86743896466595,41.26686838576621],[-72.8673289646362,41.26697338579027],[-72.86730796463492,41.2670713858101],[-72.86730496463917,41.26716438582838],[-72.8673199646486,41.267245385843744],[-72.86739996467836,41.26731338585448],[-72.86752196472186,41.26738338586428],[-72.8675619647381,41.26744138587433],[-72.86754696473774,41.26752138589046],[-72.86743796470837,41.26762738591467],[-72.86734496468463,41.267741385939956],[-72.86728196467067,41.26785638596447],[-72.8672039646473,41.267890385973615],[-72.86712696462199,41.26788438597491],[-72.86701196458009,41.26780238596256],[-72.86695596454626,41.26752438590999],[-72.86690996452876,41.26747838590246],[-72.86679196448885,41.26744938590056],[-72.86657396441797,41.267445385906775],[-72.86651496439701,41.2674133859024],[-72.86645196437378,41.267363385894626],[-72.86637196434322,41.26728138588116],[-72.866325964325,41.2672223858711],[-72.86630396431482,41.26716838586124],[-72.86630596431343,41.26713238585413],[-72.86640496433739,41.26698738582261],[-72.86645396435004,41.26693038580989],[-72.86646096435008,41.26689038580184],[-72.86645596434694,41.26686338579672],[-72.86636796431677,41.26683438579387],[-72.86614896424581,41.266835385801095],[-72.86602496420542,41.26683238580446],[-72.86590696416734,41.26683538580883],[-72.86583596414418,41.26683338581072],[-72.86571196410286,41.266813385810785],[-72.86557196405383,41.26674838580256],[-72.86551096402847,41.26664938578515],[-72.8654839640139,41.26654638576586],[-72.86547496400641,41.2664653857503],[-72.86542596398272,41.26632638572468],[-72.8653909639703,41.266307385722094],[-72.86531496394483,41.26629238572159],[-72.8652079639105,41.266299385726384],[-72.86508396386996,41.26629338572918],[-72.86486996379281,41.266155385709055],[-72.86470096373306,41.26606738569726],[-72.86454896369062,41.266189385725994],[-72.86445096366504,41.26629938575065],[-72.86429296362039,41.2664163857786],[-72.86409496356153,41.26651138580351],[-72.86383996348965,41.26670338584924],[-72.86375596346355,41.26672338585585],[-72.86366096343316,41.26673138586046],[-72.86361696341429,41.266649385845845],[-72.86361896340016,41.26638638579432],[-72.86360496338929,41.26627438577286],[-72.86357696337718,41.266220385763184],[-72.86350196335101,41.26618738575914],[-72.86341196332302,41.26620838576615],[-72.8632869632944,41.2664203858116],[-72.86321196328657,41.26671338587131],[-72.86317396327858,41.26679038588759],[-72.86316096327599,41.26681938589368],[-72.86310596326143,41.26687738590679],[-72.8630459632434,41.266902385913596],[-72.86295096321348,41.26691838591977],[-72.86283396317316,41.2668763859153],[-72.86279596315526,41.266777385897164],[-72.86281496313809,41.26636238581539],[-72.86278196312311,41.26628638580157],[-72.86268296308859,41.266243385796336],[-72.86260496306548,41.26628238580646],[-72.86251796304376,41.26639738583174],[-72.8623609630095,41.26669338589467],[-72.86222896297008,41.26675338591064],[-72.86209896292652,41.2667283859099],[-72.86201296289451,41.26665538589838],[-72.86178996281798,41.266580385890855],[-72.86154296273558,41.26653938589075],[-72.86132996266628,41.26653538589679],[-72.86103296257481,41.26662138592313],[-72.86087496252229,41.266598385923686],[-72.86065396244511,41.266500385911606],[-72.86052896239569,41.26634238588469],[-72.86048796237101,41.26614038584652],[-72.86050396235939,41.26584138578751],[-72.86051396234508,41.26552938572616],[-72.86039696230426,41.265478385719945],[-72.86027396226275,41.26544938571819],[-72.86013696221917,41.26546438572552],[-72.85997496216962,41.26551738574108],[-72.85981396212041,41.26557038575661],[-72.85946496201764,41.265755385803956],[-72.85919196193085,41.26578638581878],[-72.85904796188325,41.26577038582026],[-72.8589029618354,41.26575538582197],[-72.85876596179118,41.265759385827145],[-72.85855196172226,41.26576738583556],[-72.85839196166778,41.26572138583168],[-72.85823896161772,41.26571338583502],[-72.85807896156521,41.26570238583799],[-72.85797196152944,41.26568338583771],[-72.85784996148647,41.26562238582967],[-72.85770496143685,41.26557638582533],[-72.85755996138404,41.26547338580983],[-72.8574379613393,41.265381385795735],[-72.85710996122027,41.26515638576223],[-72.85678996109851,41.264836385709884],[-72.85643096096534,41.2645383856631],[-72.85607196084379,41.26444738565679],[-72.85570596071825,41.264325385644646],[-72.8553399605944,41.26423338563836],[-72.8549129604551,41.26421838564911],[-72.85448596031574,41.26420238565966],[-72.85423396023361,41.264195385666355],[-72.85399096015436,41.26418738567258],[-72.85374596007814,41.26424438569155],[-72.85334095994061,41.264134385683],[-72.85294395978077,41.26358138558755],[-72.85244895958184,41.2628983854698],[-72.85192795937304,41.26218938534779],[-72.85201895926805,41.25979738487692],[-72.85215895928933,41.259368384788516],[-72.85224495930248,41.25910638473452],[-72.85227195930861,41.25905938472444],[-72.85253395937079,41.25865438463683],[-72.85279595943302,41.258250384549406],[-72.85323295953692,41.25757838440394],[-72.85366895964047,41.25690538425831],[-72.85373495965608,41.25680238423604],[-72.85374695965885,41.256782384231755],[-72.85380195967201,41.256699384213746],[-72.85397495971311,41.256432384155964],[-72.85414895975445,41.25616438409796],[-72.85416795975897,41.256135384091685],[-72.85417695976118,41.25612238408886],[-72.85457995986239,41.25559838397343],[-72.85505595998188,41.25497838383689],[-72.85556096011183,41.254377383703115],[-72.85571096014957,41.254183383660376],[-72.85586096018729,41.25398938361759],[-72.85607696024171,41.25371138355631],[-72.85623496028153,41.25350838351152],[-72.85671496040202,41.25288338337386],[-72.85724396053537,41.25220438322406],[-72.85821296072768,41.250036382768826],[-72.85885996085625,41.24859138246535],[-72.85895796087588,41.24837538241995],[-72.85901596088416,41.24818838238149],[-72.8591189608989,41.24785638231323],[-72.85922096091325,41.24752338224479],[-72.8592569609191,41.2474193822233],[-72.85936696093727,41.24710838215892],[-72.85940496094379,41.247005382137544],[-72.85954296096364,41.24656238204643],[-72.85958296096958,41.24643738202069],[-72.85966096098088,41.24618838196947],[-72.86011796104745,41.244736381670684],[-72.86029696107362,41.24416938155399]]]},"properties":{"name":1801,"geoid":"09009180100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.87025396550777,41.265607385429355],[-72.87103696574434,41.265299385344015],[-72.87279696631377,41.26527738528331],[-72.87282796631038,41.265038385235556],[-72.87367596642264,41.26214838464311],[-72.87456696671566,41.26222138462884],[-72.8759119671527,41.26223838458905],[-72.87607596720751,41.262267384589464],[-72.87623196724876,41.26210138455201],[-72.87658796734414,41.26174538447094],[-72.87727596752855,41.261058384314516],[-72.87838696782941,41.26000438407272],[-72.87858296788256,41.259819384030266],[-72.87895996798989,41.25955438396634],[-72.88162396877846,41.25821938361979],[-72.88331296927743,41.25735538339663],[-72.88500696977788,41.25648938317293],[-72.88558696994927,41.25619338309641],[-72.88615597011619,41.255881383017126],[-72.88675997028194,41.2553473828933],[-72.8869879703474,41.255197382856636],[-72.88710697038391,41.25516038284558],[-72.88711097040918,41.2555863829288],[-72.8871279704616,41.256419383091206],[-72.88712997053895,41.25778138335759],[-72.88713697058783,41.25860938351932],[-72.88722797120025,41.26895738554034],[-72.88725597138158,41.272014386137236],[-72.88725597138468,41.272069386148004],[-72.8872589714047,41.27240738621399],[-72.88726797143394,41.27287438630503],[-72.88729497152183,41.2742783865787],[-72.88730497155146,41.27474638666988],[-72.88730997159806,41.27554438682575],[-72.88731497161079,41.275741386864105],[-72.88737097164747,41.276070386926634],[-72.88747397168754,41.27618838694641],[-72.88738697167447,41.276457387001805],[-72.88737997167988,41.27659338702862],[-72.88736297169736,41.27700138710894],[-72.88735797170347,41.27713838713589],[-72.88753197181784,41.2781663873313],[-72.88764997189534,41.278862387463576],[-72.88749797198244,41.28128138794139],[-72.88743297202011,41.28232338814718],[-72.88745697204088,41.282553388191374],[-72.88752997210347,41.28324338832392],[-72.88755497212459,41.28347438836828],[-72.88755497213874,41.283725388417345],[-72.8875579721822,41.28447838856445],[-72.88755897219671,41.28473038861368],[-72.88760397222242,41.284927388650736],[-72.8877389722997,41.285521388762525],[-72.88775097230648,41.28557238877212],[-72.88770697230036,41.28571738880188],[-72.8874719722491,41.28615938889581],[-72.88676697209526,41.28748538917762],[-72.88653297204438,41.28792838927174],[-72.8864769720293,41.287983389284285],[-72.88643997202222,41.288070389302476],[-72.88638797201922,41.288316389352225],[-72.88636397201122,41.28831238935222],[-72.88485897150622,41.28801238934187],[-72.88424797129822,41.28783738932727],[-72.88351897105008,41.28762938930999],[-72.8820609705538,41.28721338927546],[-72.88046297000933,41.28674838923582],[-72.87736196895284,41.285846389158976],[-72.87618096855147,41.28552038913311],[-72.8757959684208,41.28541738912534],[-72.87508696817824,41.28519338910428],[-72.87475696806564,41.285094389095505],[-72.87450596797991,41.28501738908849],[-72.87353396764789,41.28471938906142],[-72.87166596700726,41.28410138900049],[-72.87137096690508,41.283985388987276],[-72.87126696686907,41.2839453889828],[-72.87048096659784,41.283655388951296],[-72.87018496649571,41.283546388939484],[-72.87032496652729,41.2833013888871],[-72.87063996660117,41.282799388778834],[-72.87064896660297,41.28277938877466],[-72.87064596660014,41.282746388768274],[-72.87078696663696,41.282588388732876],[-72.87091196666769,41.28241438869486],[-72.87108096670536,41.282110388629995],[-72.87123996671512,41.281368388479834],[-72.87124696671519,41.281329388471995],[-72.87141196673674,41.28076238835583],[-72.8718139667572,41.27881138796149],[-72.87197996676665,41.278023387802094],[-72.87205296677263,41.27770938773837],[-72.87206796677405,41.27764838772595],[-72.87261296691013,41.27692638756731],[-72.87280796695887,41.27666938751081],[-72.8731169670365,41.2762683874225],[-72.8740449672697,41.27506638715771],[-72.8743549673477,41.274666387069544],[-72.874522967392,41.27448538702877],[-72.87460196741168,41.274380387005706],[-72.87528596758244,41.27347438680661],[-72.87541896761572,41.27329938676813],[-72.87554996765319,41.27321038674652],[-72.87562396767183,41.27311538672557],[-72.87584796772857,41.272833386663244],[-72.87592296774761,41.272739386642456],[-72.8760539677804,41.27256738660462],[-72.87644796787927,41.27205438649167],[-72.87657996791243,41.27188338645399],[-72.87671996794765,41.2717023864141],[-72.87714396805467,41.27116138629473],[-72.87728496809024,41.270981386255],[-72.87816096831153,41.26986738600906],[-72.87743596806703,41.269700385999656],[-72.87684396786945,41.26960038599907],[-72.87678496784972,41.269589385998806],[-72.87611496762727,41.2694973860023],[-72.87535996738009,41.269455386018286],[-72.87515696731408,41.26945238602421],[-72.87346496676426,41.269431386074345],[-72.87251196645497,41.269426386103916],[-72.87251096645457,41.26942538610375],[-72.87226696637467,41.26941138610882],[-72.87197096627771,41.26939438611499],[-72.87207296629364,41.26908938605208],[-72.8721729663036,41.268690385970835],[-72.87245096630828,41.267172385665035],[-72.87254296630122,41.26651738553397],[-72.87237596624622,41.26650238553639],[-72.87218496618091,41.26644238553079],[-72.87206296613887,41.266398385526095],[-72.87146796593396,41.2661853855035],[-72.87098096576773,41.26603738549015],[-72.87066696565694,41.26587838546912],[-72.87058896562947,41.265839385464],[-72.87034096554044,41.26568638544202],[-72.87025396550777,41.265607385429355]]]},"properties":{"name":1802,"geoid":"09009180200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.86103296257481,41.26662138592313],[-72.86132996266628,41.26653538589679],[-72.86154296273558,41.26653938589075],[-72.86178996281798,41.266580385890855],[-72.86201296289451,41.26665538589838],[-72.86209896292652,41.2667283859099],[-72.86222896297008,41.26675338591064],[-72.8623609630095,41.26669338589467],[-72.86251796304376,41.26639738583174],[-72.86260496306548,41.26628238580646],[-72.86268296308859,41.266243385796336],[-72.86278196312311,41.26628638580157],[-72.86281496313809,41.26636238581539],[-72.86279596315526,41.266777385897164],[-72.86283396317316,41.2668763859153],[-72.86295096321348,41.26691838591977],[-72.8630459632434,41.266902385913596],[-72.86310596326143,41.26687738590679],[-72.86316096327599,41.26681938589368],[-72.86317396327858,41.26679038588759],[-72.86321196328657,41.26671338587131],[-72.8632869632944,41.2664203858116],[-72.86341196332302,41.26620838576615],[-72.86350196335101,41.26618738575914],[-72.86357696337718,41.266220385763184],[-72.86360496338929,41.26627438577286],[-72.86361896340016,41.26638638579432],[-72.86361696341429,41.266649385845845],[-72.86366096343316,41.26673138586046],[-72.86375596346355,41.26672338585585],[-72.86383996348965,41.26670338584924],[-72.86409496356153,41.26651138580351],[-72.86429296362039,41.2664163857786],[-72.86445096366504,41.26629938575065],[-72.86454896369062,41.266189385725994],[-72.86470096373306,41.26606738569726],[-72.86486996379281,41.266155385709055],[-72.86508396386996,41.26629338572918],[-72.8652079639105,41.266299385726384],[-72.86531496394483,41.26629238572159],[-72.8653909639703,41.266307385722094],[-72.86542596398272,41.26632638572468],[-72.86547496400641,41.2664653857503],[-72.8654839640139,41.26654638576586],[-72.86551096402847,41.26664938578515],[-72.86557196405383,41.26674838580256],[-72.86571196410286,41.266813385810785],[-72.86583596414418,41.26683338581072],[-72.86590696416734,41.26683538580883],[-72.86602496420542,41.26683238580446],[-72.86614896424581,41.266835385801095],[-72.86636796431677,41.26683438579387],[-72.86645596434694,41.26686338579672],[-72.86646096435008,41.26689038580184],[-72.86645396435004,41.26693038580989],[-72.86640496433739,41.26698738582261],[-72.86630596431343,41.26713238585413],[-72.86630396431482,41.26716838586124],[-72.866325964325,41.2672223858711],[-72.86637196434322,41.26728138588116],[-72.86645196437378,41.267363385894626],[-72.86651496439701,41.2674133859024],[-72.86657396441797,41.267445385906775],[-72.86679196448885,41.26744938590056],[-72.86690996452876,41.26747838590246],[-72.86695596454626,41.26752438590999],[-72.86701196458009,41.26780238596256],[-72.86712696462199,41.26788438597491],[-72.8672039646473,41.267890385973615],[-72.86728196467067,41.26785638596447],[-72.86734496468463,41.267741385939956],[-72.86743796470837,41.26762738591467],[-72.86754696473774,41.26752138589046],[-72.8675619647381,41.26744138587433],[-72.86752196472186,41.26738338586428],[-72.86739996467836,41.26731338585448],[-72.8673199646486,41.267245385843744],[-72.86730496463917,41.26716438582838],[-72.86730796463492,41.2670713858101],[-72.8673289646362,41.26697338579027],[-72.86743896466595,41.26686838576621],[-72.86762996472356,41.26679138574502],[-72.8678009647807,41.266821385745416],[-72.86792296482436,41.266894385755776],[-72.86814296490397,41.26704138577748],[-72.86832796497197,41.26718338579932],[-72.86849096502954,41.267267385810534],[-72.86863196507589,41.267278385808154],[-72.86870996510049,41.26726638580331],[-72.86871096509857,41.26722638579545],[-72.8687019650951,41.267216385793795],[-72.86866596508095,41.26717238578634],[-72.8685539650422,41.267129385781516],[-72.86848496501652,41.26707038577217],[-72.86851096502147,41.26700838575924],[-72.8687029650794,41.266931385738],[-72.86885896512159,41.266782385703884],[-72.8688659651216,41.26674238569583],[-72.86886796511824,41.26667138568188],[-72.86882796510348,41.266639385676896],[-72.86872396506587,41.26657038566673],[-72.8687369650671,41.26651738565596],[-72.86880896508899,41.26649138564856],[-72.86883396509432,41.266442385638186],[-72.86881796508688,41.266402385630876],[-72.86869696504198,41.266301385615],[-72.86861096500947,41.26621938560171],[-72.86860196500052,41.26611238558106],[-72.86866896501932,41.26606038556875],[-72.86874596504413,41.266057385565695],[-72.86883996507619,41.26608538556815],[-72.86893196511063,41.26616738558124],[-72.86904596515575,41.26631238560595],[-72.86911296518362,41.26642138562513],[-72.86924396522716,41.26644038562464],[-72.86927496523715,41.266439385623464],[-72.8692939652423,41.26642138561933],[-72.86930196524129,41.266357385606554],[-72.86920396520355,41.26625138558896],[-72.86921096520133,41.2661713855731],[-72.86925096521283,41.26614538556672],[-72.86937096525281,41.2661643855666],[-72.86943896527609,41.26618638556872],[-72.87033396553925,41.26570538544596],[-72.87025396550777,41.265607385429355],[-72.87034096554044,41.26568638544202],[-72.87058896562947,41.265839385464],[-72.87066696565694,41.26587838546912],[-72.87098096576773,41.26603738549015],[-72.87146796593396,41.2661853855035],[-72.87206296613887,41.266398385526095],[-72.87218496618091,41.26644238553079],[-72.87237596624622,41.26650238553639],[-72.87254296630122,41.26651738553397],[-72.87245096630828,41.267172385665035],[-72.8721729663036,41.268690385970835],[-72.87207296629364,41.26908938605208],[-72.87197096627771,41.26939438611499],[-72.87226696637467,41.26941138610882],[-72.87251096645457,41.26942538610375],[-72.87251196645497,41.269426386103916],[-72.87346496676426,41.269431386074345],[-72.87515696731408,41.26945238602421],[-72.87535996738009,41.269455386018286],[-72.87611496762727,41.2694973860023],[-72.87678496784972,41.269589385998806],[-72.87684396786945,41.26960038599907],[-72.87743596806703,41.269700385999656],[-72.87816096831153,41.26986738600906],[-72.87728496809024,41.270981386255],[-72.87714396805467,41.27116138629473],[-72.87671996794765,41.2717023864141],[-72.87657996791243,41.27188338645399],[-72.87644796787927,41.27205438649167],[-72.8760539677804,41.27256738660462],[-72.87592296774761,41.272739386642456],[-72.87584796772857,41.272833386663244],[-72.87562396767183,41.27311538672557],[-72.87554996765319,41.27321038674652],[-72.87541896761572,41.27329938676813],[-72.87528596758244,41.27347438680661],[-72.87460196741168,41.274380387005706],[-72.874522967392,41.27448538702877],[-72.8743549673477,41.274666387069544],[-72.8740449672697,41.27506638715771],[-72.8731169670365,41.2762683874225],[-72.87280796695887,41.27666938751081],[-72.87261296691013,41.27692638756731],[-72.87206796677405,41.27764838772595],[-72.87205296677263,41.27770938773837],[-72.87197996676665,41.278023387802094],[-72.8718139667572,41.27881138796149],[-72.87141196673674,41.28076238835583],[-72.87124696671519,41.281329388471995],[-72.87123996671512,41.281368388479834],[-72.87108096670536,41.282110388629995],[-72.87091196666769,41.28241438869486],[-72.87078696663696,41.282588388732876],[-72.87064596660014,41.282746388768274],[-72.87064896660297,41.28277938877466],[-72.87063996660117,41.282799388778834],[-72.87032496652729,41.2833013888871],[-72.87018496649571,41.283546388939484],[-72.86961596629884,41.28332738891491],[-72.8690949661186,41.28312738889251],[-72.86834596586127,41.28287138886647],[-72.86789396570573,41.28271238884987],[-72.8673199655082,41.28251038882878],[-72.86704696541422,41.282413388818554],[-72.86656996525,41.28224438880082],[-72.8662479651409,41.282161388794904],[-72.86621896513115,41.28215538879466],[-72.86594396503904,41.28210338879331],[-72.86593496503606,41.28210238879341],[-72.8653829648535,41.28203938879877],[-72.86511096476359,41.28200938880164],[-72.86371896430973,41.28196638883785],[-72.86351196424228,41.28196038884331],[-72.86316596412837,41.28193038884854],[-72.86299096406908,41.28188538884534],[-72.86287196403116,41.28189738885151],[-72.86197596374606,41.28199438889918],[-72.86183496370121,41.28201038890682],[-72.86167796365149,41.28203138891596],[-72.86140996356659,41.28206738893158],[-72.86060796331259,41.28217538897841],[-72.86034096322808,41.28221238899419],[-72.8602949632076,41.28211338897632],[-72.86019696316376,41.28189938893761],[-72.86018696314079,41.2815493888695],[-72.86009096310627,41.28148938886085],[-72.85934496283794,41.28102038879304],[-72.85939696280512,41.28013838861894],[-72.85946996275837,41.278887388371984],[-72.86048696301098,41.27751638807131],[-72.86054496302354,41.277405388047754],[-72.86060796303899,41.27731638802834],[-72.8606649630528,41.27723338801027],[-72.86077496307702,41.27703038796705],[-72.86087396309213,41.276728387904825],[-72.8608839630938,41.276700387899034],[-72.86092896309195,41.27640838784051],[-72.86088096307148,41.276321387825014],[-72.86091196307461,41.276198387799965],[-72.86103796310415,41.275997387756625],[-72.86117996313787,41.27577838770926],[-72.86140696319698,41.27552038765153],[-72.86158696325406,41.275497387641266],[-72.86169196328736,41.27548438763535],[-72.86200896339011,41.27548338762501],[-72.86205696338939,41.27519438756696],[-72.8621069633888,41.27489538750688],[-72.86232096342823,41.274363387395994],[-72.86243096344866,41.27409238733946],[-72.8625539634713,41.273786387275685],[-72.86263196348574,41.273593387235444],[-72.86265996347218,41.27319138715593],[-72.86267596346511,41.2729733871128],[-72.86263696343096,41.27259138703934],[-72.86262596336356,41.27145738681793],[-72.86275096338821,41.27117538675876],[-72.86284396340662,41.27096638671492],[-72.86312696348126,41.27066238664639],[-72.86331596352933,41.27042738659437],[-72.86359896359684,41.26999638650101],[-72.86384296366313,41.26976838644861],[-72.86404796371772,41.269557386400784],[-72.86424196377382,41.26943638637089],[-72.86428096377274,41.26919238632191],[-72.86417096372288,41.26894038627616],[-72.8639939636562,41.268775386249565],[-72.86386296360922,41.268695386238115],[-72.86375296357107,41.268651386233024],[-72.86361096352525,41.26865538623837],[-72.86344696348131,41.2688193862757],[-72.8634769635078,41.26911738633302],[-72.8634699635183,41.26934438637763],[-72.86341596351217,41.269546386418874],[-72.86326896347305,41.26969838645331],[-72.86305896341212,41.26982538648487],[-72.86278196332334,41.26984438649746],[-72.8624749632208,41.269791386496934],[-72.86237096317556,41.26958638646016],[-72.86237196316046,41.269312386406554],[-72.86241996316195,41.26906238635612],[-72.86250896317415,41.268766386295376],[-72.86251496316534,41.26857538625783],[-72.86251096315634,41.26843838623117],[-72.86238096310733,41.26831638621147],[-72.86205296300129,41.26832238622315],[-72.8618219629288,41.26836538623896],[-72.86150396282973,41.26843738626323],[-72.86136196278252,41.26841638626367],[-72.8612059627291,41.26836638625889],[-72.86097196264659,41.26824838624331],[-72.86062196252043,41.26802338621051],[-72.86040696244301,41.2678863861906],[-72.86039696242901,41.267695386153555],[-72.86039596241794,41.26750438611624],[-72.86050896244963,41.26741638609541],[-72.86077796253613,41.267403386084254],[-72.86114096265591,41.26744038607986],[-72.8615039627747,41.26745938607194],[-72.86164896281683,41.26737238605028],[-72.8616689628156,41.26723538602283],[-72.86161796279197,41.26710938599983],[-72.86137896270452,41.26693238597288],[-72.86113996261598,41.2667363859422],[-72.86103296257481,41.26662138592313]]]},"properties":{"name":1803,"geoid":"09009180300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.88638797201922,41.288316389352225],[-72.88629597199221,41.288366389364946],[-72.88626997198914,41.28846138938436],[-72.88610697194947,41.28869538943532],[-72.88579597187406,41.28914638953346],[-72.8856049718256,41.28938538958631],[-72.88542797178083,41.28960938963576],[-72.88484497163266,41.29033438979618],[-72.88385197138057,41.2915743900704],[-72.88359197131459,41.29189939014227],[-72.88309997118961,41.292512390277864],[-72.88259297106089,41.293145390417855],[-72.8825179710418,41.29323839043844],[-72.88206597094147,41.2940583906132],[-72.8807119706414,41.29652339113841],[-72.88026097054144,41.29734439131331],[-72.87983597044666,41.298107391476066],[-72.87951697037585,41.29868639159944],[-72.87855297015933,41.30039039196336],[-72.8781229700628,41.30115139212586],[-72.87694996977247,41.30274839247557],[-72.87628796960409,41.30356939265722],[-72.87430196909897,41.306033393202405],[-72.87364096893093,41.30685539338422],[-72.87358996891027,41.30678239337159],[-72.87350996887976,41.306701393358324],[-72.87332296880838,41.306511393327206],[-72.87298496868662,41.30629639329604],[-72.87285796864249,41.30624439328996],[-72.8726099685564,41.30614439327836],[-72.87234596846868,41.30610739327961],[-72.8719679683432,41.30605639328177],[-72.87155296820588,41.306008393285715],[-72.87128896811855,41.30597839328831],[-72.87112196806237,41.30594239328664],[-72.87092896799749,41.30590239328501],[-72.8707109679211,41.30580139327227],[-72.87064496789776,41.30576739326775],[-72.8705559678663,41.30572139326162],[-72.87049796784535,41.305683393256054],[-72.86952196757993,41.30659039346457],[-72.86895196742506,41.30712239358681],[-72.86634096647214,41.30524339330341],[-72.86601696635391,41.305010393268276],[-72.86508496605205,41.305018393299726],[-72.86493096600114,41.305001393301346],[-72.86472796593299,41.30496039329985],[-72.86464096590318,41.30493239329716],[-72.86428896578275,41.30482139328677],[-72.86404396569887,41.30474339327938],[-72.86364796556497,41.30464639327313],[-72.8633379654591,41.3045523932647],[-72.86290496531133,41.30442239325319],[-72.86273696525147,41.30432739324],[-72.86257496519312,41.30422439322507],[-72.86239496512711,41.304089393204464],[-72.86221896506213,41.30394939318274],[-72.8620219649908,41.30381739316327],[-72.86192996495764,41.30375839315469],[-72.86141796477305,41.303430393107014],[-72.86104196463656,41.30317239306866],[-72.86086496457168,41.303040393048526],[-72.86070696451608,41.30296339303855],[-72.8604749644382,41.3029163930368],[-72.86009796431394,41.30288139304206],[-72.85904396398395,41.3030923931171],[-72.85865896386319,41.30316539314368],[-72.85749996349979,41.303388393224424],[-72.85691396331565,41.30349339326372],[-72.85544596285446,41.30375939336276],[-72.85530896281142,41.30378439337204],[-72.85515596276298,41.303805393381055],[-72.85477596264272,41.30385839340358],[-72.85456696257677,41.303891393416734],[-72.8549259626767,41.303598393347976],[-72.85507196271628,41.303460393316314],[-72.85509296272204,41.30344139331195],[-72.855136962734,41.30340039330252],[-72.85537396279881,41.303186393253085],[-72.85613696300972,41.302537393101815],[-72.85658696313472,41.30216539301468],[-72.8568609632109,41.30194039296194],[-72.85712096328571,41.30177139292059],[-72.85672396314833,41.30161839290341],[-72.8555359627371,41.30115939285178],[-72.85513996260002,41.30100639283458],[-72.85342596200613,41.300333392758],[-72.84912096051461,41.298645392566044],[-72.84828496022494,41.29831739252872],[-72.84657195963145,41.29764539245227],[-72.84600595943388,41.29739739242192],[-72.84570695932952,41.297266392405895],[-72.84484195902756,41.29688639235932],[-72.84430995884186,41.29665339233083],[-72.84429295883594,41.29664639233001],[-72.84374495864463,41.29640539230046],[-72.84695595961615,41.29516239195464],[-72.84818495998793,41.294685391822036],[-72.85016596058728,41.29391839160864],[-72.85085996079724,41.29364939153383],[-72.85582296225105,41.29088139083373],[-72.85897196309527,41.287737390118224],[-72.85956496322332,41.286596389876145],[-72.8603239633874,41.285139389566986],[-72.86082396343028,41.28302138913689],[-72.86034096322808,41.28221238899419],[-72.86060796331259,41.28217538897841],[-72.86140996356659,41.28206738893158],[-72.86167796365149,41.28203138891596],[-72.86183496370121,41.28201038890682],[-72.86197596374606,41.28199438889918],[-72.86287196403116,41.28189738885151],[-72.86299096406908,41.28188538884534],[-72.86316596412837,41.28193038884854],[-72.86351196424228,41.28196038884331],[-72.86371896430973,41.28196638883785],[-72.86511096476359,41.28200938880164],[-72.8653829648535,41.28203938879877],[-72.86593496503606,41.28210238879341],[-72.86594396503904,41.28210338879331],[-72.86621896513115,41.28215538879466],[-72.8662479651409,41.282161388794904],[-72.86656996525,41.28224438880082],[-72.86704696541422,41.282413388818554],[-72.8673199655082,41.28251038882878],[-72.86789396570573,41.28271238884987],[-72.86834596586127,41.28287138886647],[-72.8690949661186,41.28312738889251],[-72.86961596629884,41.28332738891491],[-72.87018496649571,41.283546388939484],[-72.87048096659784,41.283655388951296],[-72.87126696686907,41.2839453889828],[-72.87137096690508,41.283985388987276],[-72.87166596700726,41.28410138900049],[-72.87353396764789,41.28471938906142],[-72.87450596797991,41.28501738908849],[-72.87475696806564,41.285094389095505],[-72.87508696817824,41.28519338910428],[-72.8757959684208,41.28541738912534],[-72.87618096855147,41.28552038913311],[-72.87736196895284,41.285846389158976],[-72.88046297000933,41.28674838923582],[-72.8820609705538,41.28721338927546],[-72.88351897105008,41.28762938930999],[-72.88424797129822,41.28783738932727],[-72.88485897150622,41.28801238934187],[-72.88636397201122,41.28831238935222],[-72.88638797201922,41.288316389352225]]]},"properties":{"name":1804,"geoid":"09009180400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.85456696257677,41.303891393416734],[-72.85477596264272,41.30385839340358],[-72.85515596276298,41.303805393381055],[-72.85530896281142,41.30378439337204],[-72.85544596285446,41.30375939336276],[-72.85691396331565,41.30349339326372],[-72.85749996349979,41.303388393224424],[-72.85865896386319,41.30316539314368],[-72.85904396398395,41.3030923931171],[-72.86009796431394,41.30288139304206],[-72.8604749644382,41.3029163930368],[-72.86070696451608,41.30296339303855],[-72.86086496457168,41.303040393048526],[-72.86104196463656,41.30317239306866],[-72.86141796477305,41.303430393107014],[-72.86192996495764,41.30375839315469],[-72.8620219649908,41.30381739316327],[-72.86221896506213,41.30394939318274],[-72.86239496512711,41.304089393204464],[-72.86257496519312,41.30422439322507],[-72.86273696525147,41.30432739324],[-72.86290496531133,41.30442239325319],[-72.8633379654591,41.3045523932647],[-72.86364796556497,41.30464639327313],[-72.86404396569887,41.30474339327938],[-72.86428896578275,41.30482139328677],[-72.86464096590318,41.30493239329716],[-72.86472796593299,41.30496039329985],[-72.86493096600114,41.305001393301346],[-72.86508496605205,41.305018393299726],[-72.86601696635391,41.305010393268276],[-72.86634096647214,41.30524339330341],[-72.86895196742506,41.30712239358681],[-72.86952196757993,41.30659039346457],[-72.87049796784535,41.305683393256054],[-72.8705559678663,41.30572139326162],[-72.87064496789776,41.30576739326775],[-72.8707109679211,41.30580139327227],[-72.87092896799749,41.30590239328501],[-72.87112196806237,41.30594239328664],[-72.87128896811855,41.30597839328831],[-72.87155296820588,41.306008393285715],[-72.8719679683432,41.30605639328177],[-72.87234596846868,41.30610739327961],[-72.8726099685564,41.30614439327836],[-72.87285796864249,41.30624439328996],[-72.87298496868662,41.30629639329604],[-72.87332296880838,41.306511393327206],[-72.87350996887976,41.306701393358324],[-72.87358996891027,41.30678239337159],[-72.87364096893093,41.30685539338422],[-72.87353396891163,41.307128393440976],[-72.87351196890637,41.30716139344814],[-72.87333496886401,41.30742839350599],[-72.8729009687606,41.30809039364925],[-72.87243196864864,41.30880239380341],[-72.87239196864805,41.30902139384749],[-72.8722839686476,41.30963439397071],[-72.87197396858355,41.310281394107044],[-72.87104796839272,41.31222239451596],[-72.87073996832939,41.31287039465244],[-72.87010296819965,41.31423239493895],[-72.86942396806151,41.31568739524496],[-72.868307967851,41.31837139580506],[-72.86773096774226,41.31976139609508],[-72.86769896773951,41.31989639612247],[-72.86760296773146,41.32030539620544],[-72.86757196772909,41.320441396233],[-72.86752096771886,41.3205533962565],[-72.86736996768892,41.32089039632718],[-72.86731996767907,41.321003396350854],[-72.86729796767898,41.321128396375975],[-72.86725796767928,41.32136339642315],[-72.86721896767453,41.32150339645177],[-72.86718496767044,41.32162639647688],[-72.86705396764467,41.32192239653889],[-72.86666296756795,41.32281039672487],[-72.86653296754254,41.32310739678705],[-72.86648196753283,41.323228396812326],[-72.86632896750386,41.3235943968887],[-72.86627896749452,41.323716396914136],[-72.86587196740524,41.32447339707504],[-72.86465096713758,41.326748397558525],[-72.86424496704865,41.327506397719574],[-72.86391196698666,41.32832139788941],[-72.86291696680192,41.3307663983988],[-72.86258596674061,41.33158239856876],[-72.8625389667252,41.331579398569694],[-72.86243496669088,41.33156939857109],[-72.86223396662467,41.331551398574014],[-72.86198896654257,41.331505398572894],[-72.86184096649305,41.331478398572365],[-72.86151296638367,41.33142639857274],[-72.86138996634321,41.33141639857474],[-72.86113296625881,41.33139839857945],[-72.86094596619854,41.33140539858682],[-72.86054996607045,41.331412398600904],[-72.86002696590032,41.33140439861612],[-72.85957296575268,41.33139839862951],[-72.85930796566525,41.331372398632936],[-72.85889996553065,41.331333398638414],[-72.85851896540338,41.33126839863796],[-72.85828696532589,41.33122939863777],[-72.8582579653161,41.33122239863734],[-72.85768296512158,41.33108139862824],[-72.85762696510268,41.3310683986275],[-72.85748096505243,41.33101739862222],[-72.85728596498589,41.33095939861715],[-72.85715696493862,41.33086339860255],[-72.8570369648924,41.3307343985812],[-72.85678796479016,41.33035439851499],[-72.85643096464945,41.32991339844031],[-72.85605996450316,41.32945439836258],[-72.85590696444352,41.32927739833292],[-72.8558029644029,41.32915539831244],[-72.85569296436093,41.32904439829428],[-72.855400964257,41.32888139827182],[-72.85535396424102,41.3288683982708],[-72.85512896416462,41.32880839826629],[-72.85504596413713,41.328798398267],[-72.85479896405542,41.328770398269455],[-72.8547169640283,41.32876139827033],[-72.85455196397055,41.32868639826096],[-72.8542569638653,41.32851739823743],[-72.85390496372851,41.328117398170605],[-72.85375396367027,41.32795339814342],[-72.85367596364118,41.327886398132826],[-72.85355696359925,41.32782739812513],[-72.85330496351476,41.32777939812384],[-72.85222696317157,41.327895398181056],[-72.85200096309826,41.327895398188296],[-72.85176996302182,41.327869398190636],[-72.85162096297017,41.327810398183885],[-72.85155096294594,41.32778339818086],[-72.85129296285534,41.32766139816531],[-72.85115596280423,41.32754339814665],[-72.85091796271556,41.327340398114636],[-72.85076896265751,41.32716839808583],[-72.85065096261154,41.32703239806305],[-72.85053796256248,41.32681239802371],[-72.85048696253335,41.326589397981785],[-72.85048696253313,41.32658539798102],[-72.8505199625288,41.326319397927996],[-72.85066796254343,41.32572739780765],[-72.85068796253992,41.325550397772425],[-72.85068296253068,41.32541539774621],[-72.85063496250716,41.32527439772021],[-72.85058796248711,41.32518939770513],[-72.85054996247091,41.325120397692864],[-72.8502499623586,41.32485539765073],[-72.85022896234797,41.324787397638126],[-72.85021696234175,41.324746397630506],[-72.85014496230976,41.32459339760291],[-72.85011596229674,41.32452939759134],[-72.85010296228432,41.32438439756345],[-72.85012596228103,41.324193397525406],[-72.85026596230877,41.32388039745979],[-72.85059096238196,41.32330839733764],[-72.8508099624313,41.32292339725541],[-72.85102796248977,41.32270639720605],[-72.85113596251723,41.3225723971764],[-72.8512199625336,41.32237939713601],[-72.85123596253383,41.32229139711831],[-72.85125696252173,41.3219563970522],[-72.8512899625163,41.32167039699529],[-72.85130596249543,41.32120839690454],[-72.85141496250755,41.32079639682057],[-72.85136196247005,41.32043639675194],[-72.8514259624264,41.319294396526814],[-72.85150996242827,41.31884439643621],[-72.85152996240413,41.318301396329495],[-72.85165996240997,41.317657396199536],[-72.85163896238336,41.31730639613165],[-72.85177496238919,41.31662739599463],[-72.85176796237755,41.31646139596243],[-72.85176196236597,41.316290395929215],[-72.85167096232256,41.316044395884084],[-72.85152396226525,41.315873395855384],[-72.85131896219163,41.31574739583734],[-72.85102796209084,41.31563439582459],[-72.85044996188958,41.31539039579546],[-72.85011296177099,41.31522639577422],[-72.84992296170152,41.315087395753146],[-72.84982796166597,41.31500339573979],[-72.84960996158443,41.31481139570926],[-72.84930996147146,41.314534395664765],[-72.84918796142615,41.31443239564875],[-72.8491749614164,41.31433439563002],[-72.84913796138783,41.31404039557377],[-72.84913696138678,41.314027395571244],[-72.84912296137749,41.3139433955553],[-72.84908196135078,41.31370539551012],[-72.84906496133951,41.31360339549073],[-72.848911961256,41.313002395378206],[-72.84885296122371,41.312769395334584],[-72.84882996120987,41.31265639531325],[-72.84882496118975,41.31232839524933],[-72.84885896118928,41.312124395208365],[-72.84897596120948,41.31180939514309],[-72.84917296125376,41.311461395068775],[-72.84921096126243,41.311396395054864],[-72.84963396136254,41.31073839491274],[-72.84986796141699,41.310357394830795],[-72.85052296157522,41.309395394621845],[-72.85082396164722,41.30894039452329],[-72.85119796173583,41.30836039439797],[-72.85142896179131,41.308015394323164],[-72.85144996179635,41.307983394316224],[-72.85188196190096,41.307353394179295],[-72.85212596196163,41.30702539410737],[-72.85224396198991,41.30684839406902],[-72.85238696202521,41.30665139402594],[-72.85262696208463,41.306324393954334],[-72.85276896211806,41.30610039390602],[-72.85280596212736,41.30605239389545],[-72.8529579621659,41.305861393853256],[-72.85309896219987,41.305652393807904],[-72.8533079622504,41.30534639374141],[-72.85354296230932,41.30503939367389],[-72.85369696234801,41.30483939362987],[-72.85386796239266,41.30464739358687],[-72.8541859624758,41.304292393507296],[-72.85438896252953,41.30407739345878],[-72.85456696257677,41.303891393416734]]]},"properties":{"name":1805,"geoid":"09009180500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.82384395342353,41.3183323972226],[-72.82607695410371,41.317545396997346],[-72.82727895446992,41.31712339687642],[-72.83229095599661,41.31535939637126],[-72.83277895614519,41.31518639632182],[-72.83417395657017,41.31469639618141],[-72.83436595662869,41.31462939616216],[-72.83501395682607,41.31440139609686],[-72.83650295725695,41.31347539586824],[-72.83729395746316,41.31258039566805],[-72.83764095750668,41.31135539541758],[-72.83836595759804,41.308802394895515],[-72.8401819576803,41.29980439307893],[-72.84018295768061,41.29980439307889],[-72.84060995777908,41.299093392926245],[-72.84116895790827,41.29816739272736],[-72.8412659579306,41.29800539269259],[-72.84374495864463,41.29640539230046],[-72.84429295883594,41.29664639233001],[-72.84430995884186,41.29665339233083],[-72.84484195902756,41.29688639235932],[-72.84570695932952,41.297266392405895],[-72.84600595943388,41.29739739242192],[-72.84657195963145,41.29764539245227],[-72.84828496022494,41.29831739252872],[-72.84912096051461,41.298645392566044],[-72.85342596200613,41.300333392758],[-72.85513996260002,41.30100639283458],[-72.8555359627371,41.30115939285178],[-72.85672396314833,41.30161839290341],[-72.85712096328571,41.30177139292059],[-72.8568609632109,41.30194039296194],[-72.85658696313472,41.30216539301468],[-72.85613696300972,41.302537393101815],[-72.85537396279881,41.303186393253085],[-72.855136962734,41.30340039330252],[-72.85509296272204,41.30344139331195],[-72.85507196271628,41.303460393316314],[-72.8549259626767,41.303598393347976],[-72.85456696257677,41.303891393416734],[-72.85438896252953,41.30407739345878],[-72.8541859624758,41.304292393507296],[-72.85386796239266,41.30464739358687],[-72.85369696234801,41.30483939362987],[-72.85354296230932,41.30503939367389],[-72.8533079622504,41.30534639374141],[-72.85309896219987,41.305652393807904],[-72.8529579621659,41.305861393853256],[-72.85280596212736,41.30605239389545],[-72.85276896211806,41.30610039390602],[-72.85262696208463,41.306324393954334],[-72.85238696202521,41.30665139402594],[-72.85224396198991,41.30684839406902],[-72.85212596196163,41.30702539410737],[-72.85188196190096,41.307353394179295],[-72.85144996179635,41.307983394316224],[-72.85142896179131,41.308015394323164],[-72.85119796173583,41.30836039439797],[-72.85082396164722,41.30894039452329],[-72.85052296157522,41.309395394621845],[-72.84986796141699,41.310357394830795],[-72.84963396136254,41.31073839491274],[-72.84921096126243,41.311396395054864],[-72.84917296125376,41.311461395068775],[-72.84897596120948,41.31180939514309],[-72.84885896118928,41.312124395208365],[-72.84882496118975,41.31232839524933],[-72.84882996120987,41.31265639531325],[-72.84885296122371,41.312769395334584],[-72.848911961256,41.313002395378206],[-72.84906496133951,41.31360339549073],[-72.84908196135078,41.31370539551012],[-72.84912296137749,41.3139433955553],[-72.84913696138678,41.314027395571244],[-72.84913796138783,41.31404039557377],[-72.8491749614164,41.31433439563002],[-72.84918796142615,41.31443239564875],[-72.84930996147146,41.314534395664765],[-72.84960996158443,41.31481139570926],[-72.84982796166597,41.31500339573979],[-72.84992296170152,41.315087395753146],[-72.85011296177099,41.31522639577422],[-72.85044996188958,41.31539039579546],[-72.85102796209084,41.31563439582459],[-72.85131896219163,41.31574739583734],[-72.85152396226525,41.315873395855384],[-72.85167096232256,41.316044395884084],[-72.85176196236597,41.316290395929215],[-72.85176796237755,41.31646139596243],[-72.85177496238919,41.31662739599463],[-72.85163896238336,41.31730639613165],[-72.85165996240997,41.317657396199536],[-72.85152996240413,41.318301396329495],[-72.85150996242827,41.31884439643621],[-72.8514259624264,41.319294396526814],[-72.85136196247005,41.32043639675194],[-72.85141496250755,41.32079639682057],[-72.85130596249543,41.32120839690454],[-72.8512899625163,41.32167039699529],[-72.85125696252173,41.3219563970522],[-72.8508419623857,41.321931397060624],[-72.85010496214525,41.32190739707956],[-72.84972596202277,41.32191639709348],[-72.84926296187572,41.321972397119275],[-72.84886196175043,41.32205739714872],[-72.84846496162851,41.32217939718528],[-72.84798896148594,41.32238939724156],[-72.84733596129337,41.322731397329285],[-72.84630296098902,41.32327739746905],[-72.84588196086236,41.32345339751694],[-72.84545796073274,41.32359439755806],[-72.84511396062567,41.32367439758471],[-72.844711960498,41.32372339760717],[-72.8435099601149,41.32384539766953],[-72.84306895997318,41.32386939768835],[-72.84051995915642,41.32405139780558],[-72.8402359590657,41.324076397819574],[-72.8401939590524,41.3240823978221],[-72.83897095866203,41.324196397883554],[-72.83814595839758,41.324253397921126],[-72.83668695793355,41.3244193980003],[-72.83591595769232,41.32457739805587],[-72.83520395746953,41.32472339810719],[-72.83466195729898,41.32481739814292],[-72.83433995719682,41.324858398161254],[-72.83385895704362,41.32490939818662],[-72.83325995685176,41.324953398214404],[-72.83299495676735,41.324981398228374],[-72.83186195640053,41.324995398267404],[-72.83086795607504,41.324942398288904],[-72.82858595532569,41.32478439833111],[-72.82769495503365,41.324732398349504],[-72.8269119547765,41.32467739836385],[-72.82647395463316,41.32465539837357],[-72.82603595448957,41.324629398382534],[-72.82570895438312,41.324623398391836],[-72.82529195425047,41.32467039841436],[-72.8249379541396,41.324741398439556],[-72.8245999540354,41.32483839846934],[-72.82418295390919,41.32499939851414],[-72.82386195381169,41.32511739854747],[-72.82339495367017,41.32529539859719],[-72.82295095353535,41.32545939864345],[-72.82248795339419,41.32562039868972],[-72.82201095324584,41.325734398727256],[-72.8217809531734,41.325773398742236],[-72.82194995319574,41.32519639862413],[-72.82246095326404,41.32346639826983],[-72.82263095328676,41.322890398151884],[-72.82268095329289,41.32271139811529],[-72.82278395330592,41.32234939804129],[-72.82283495331271,41.32217639800586],[-72.82288695331957,41.32199839796942],[-72.82295895333684,41.321890397946014],[-72.82301495335022,41.321805397927626],[-72.823175953389,41.32156639787577],[-72.82324895340665,41.32145939785254],[-72.82329495340332,41.32113539778777],[-72.82343395339389,41.32016739759422],[-72.82348095339096,41.3198443975296],[-72.82351495339307,41.319686397497655],[-72.82361895340021,41.31921439740211],[-72.82365395340273,41.31905739737032],[-72.82369595341298,41.31899739735725],[-72.82370595341311,41.31894239734619],[-72.82378095341606,41.318562397269545],[-72.82380595341706,41.318436397244135],[-72.82381295341817,41.318415397239804],[-72.82383595342208,41.31835239722676],[-72.82384395342353,41.3183323972226]]]},"properties":{"name":1806.01,"geoid":"09009180601"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.96937001407007,41.55381143838715],[-72.96833101373531,41.55386043843036],[-72.96806901365095,41.553873438441364],[-72.96649101315279,41.55412643854162],[-72.96622201306792,41.5541704385589],[-72.96524701275855,41.55429943861555],[-72.96421701243183,41.55443743867573],[-72.96375001228348,41.55449643870232],[-72.96271701195546,41.55462843876141],[-72.96235001183892,41.554675438782425],[-72.96188401169103,41.55473643880937],[-72.96166301162046,41.55475843882081],[-72.96100001140891,41.554825438855296],[-72.96078001133876,41.55484843886689],[-72.96066401130193,41.55486343887356],[-72.96031501119111,41.55490843889361],[-72.96020001115467,41.55492443890045],[-72.95998901108732,41.55494543891135],[-72.95935701088554,41.55500743894387],[-72.95914701081855,41.55502943895494],[-72.95902101077837,41.55504243896155],[-72.95864501065856,41.555083438981704],[-72.95852001061881,41.55509843898866],[-72.958197010516,41.55513543900631],[-72.95722901020797,41.55524843905962],[-72.95690701010558,41.555287439077624],[-72.95678901006816,41.55530343908454],[-72.95760101022304,41.55340643869005],[-72.95781901027084,41.55300543860514],[-72.95847301041435,41.55180443835084],[-72.95869201046254,41.551404438266104],[-72.9589140105103,41.55098043817662],[-72.95958101065405,41.549709437908284],[-72.95980401070219,41.54928643781895],[-72.96029301080887,41.548377437626655],[-72.96176301112992,41.545651437049834],[-72.96185201114925,41.545484437014544],[-72.96201301118451,41.54518743695165],[-72.96225301123695,41.544743436857686],[-72.962554011296,41.54406843671689],[-72.96289701136341,41.54330143655687],[-72.96483201174372,41.53897643565446],[-72.96547701187053,41.53753543535378],[-72.96556401188865,41.53735843531659],[-72.96582901194444,41.53683043520549],[-72.9659170119629,41.536654435168465],[-72.96594001196887,41.53662843516266],[-72.96597801197892,41.536588435153675],[-72.96598901198519,41.536635435162445],[-72.96599801199007,41.53666943516875],[-72.96609601202299,41.53668843516927],[-72.96684601227977,41.53691743518943],[-72.96725101242075,41.53708143520815],[-72.96778501260674,41.537299435233166],[-72.96994001336147,41.538251435348165],[-72.97088501369223,41.53866543539792],[-72.97209501411584,41.539197435461986],[-72.9747960150623,41.540399435607775],[-72.97514101518327,41.54055443562668],[-72.9753690152631,41.5406544356387],[-72.97746401599707,41.54158443575133],[-72.97760601604635,41.541639435757396],[-72.97797101617458,41.54180743577819],[-72.97880201646538,41.5421704358217],[-72.97908001656263,41.54229143583618],[-72.97991501685486,41.54265643587996],[-72.98019401695251,41.5427784358946],[-72.98090501720088,41.54308143593034],[-72.98177201749965,41.543379435960084],[-72.98317201796968,41.54364443596612],[-72.98369501814378,41.54371743596333],[-72.98463401844805,41.54370443593034],[-72.98608201891534,41.54365043587288],[-72.9867540191273,41.543540435829726],[-72.9874620193474,41.543368435773374],[-72.98779601945124,41.54328743574681],[-72.9882340195841,41.54312343570077],[-72.98866001971243,41.542948435652974],[-72.98918401987217,41.54276643560065],[-72.9895330199792,41.54265643556796],[-72.98972202003637,41.54258243554745],[-72.99008602014885,41.54248243551625],[-72.99093402040788,41.54219643543321],[-72.9920690207534,41.54179343531814],[-72.99217202078466,41.54175543530744],[-72.99248102087871,41.54164543527605],[-72.99258502091043,41.54160943526569],[-72.99300602103855,41.541459435222905],[-72.99427002142333,41.54101043509472],[-72.99446602148302,41.54094143507498],[-72.99468802154992,41.5408504350501],[-72.99500702164572,41.54071443501334],[-72.99523102171426,41.540641434991905],[-72.99563702183747,41.54049043494941],[-72.99617502200078,41.54029143489333],[-72.99851302271392,41.53948643466117],[-72.99856702273043,41.539468434655916],[-72.99946802300428,41.539141434563206],[-72.99956102303256,41.53910743455358],[-73.0014160235989,41.53847843437126],[-73.00162802366104,41.53836143434166],[-73.00170502368394,41.538324434331976],[-73.00175202369851,41.53831243432812],[-73.0026440239631,41.53787543421435],[-73.00265602396716,41.53787843421453],[-73.0034610242307,41.53791443419538],[-73.00406002443073,41.53800943419437],[-73.00470102464163,41.53805643418268],[-73.0053620248634,41.53817943418511],[-73.00573702499159,41.53829043419448],[-73.00631002518789,41.53846743421025],[-73.00693902540863,41.53875343424534],[-73.0074290255816,41.53899343427602],[-73.00829502588721,41.53941643433002],[-73.0090990261652,41.53970943436078],[-73.00934202624799,41.539776434365905],[-73.00919902621219,41.53996143440646],[-73.00905202617544,41.54015243444831],[-73.0088150261172,41.5404784345193],[-73.00871602609402,41.540634434552786],[-73.00866002609567,41.540979434621576],[-73.00864302611375,41.54138943470171],[-73.00872802618778,41.5421964348556],[-73.00877002620943,41.54233543488121],[-73.00878502622177,41.54246543490597],[-73.00883202625994,41.54286343498168],[-73.00877202626491,41.54328843506613],[-73.00873502626871,41.54356343512072],[-73.00879402628914,41.54358543512307],[-73.00885902631175,41.543611435126],[-73.00897202635076,41.543651435130094],[-73.0090320263715,41.54367343513242],[-73.00889302633334,41.54379443516042],[-73.00880602630679,41.54382443516907],[-73.00866702626205,41.54383143517494],[-73.00801402604239,41.543700435170706],[-73.00775402595495,41.543648435169075],[-73.00754902589131,41.5436994351856],[-73.00731502582254,41.54382543521768],[-73.00714002578216,41.54411143527888],[-73.00696702573228,41.54422143530585],[-73.00684002569575,41.54430343532587],[-73.00627602554496,41.54486643545348],[-73.00624002553577,41.54491043546319],[-73.00609402550091,41.54512843551025],[-73.00601302549266,41.54544243557381],[-73.00602902551887,41.545807435644136],[-73.00604902554946,41.54622643572482],[-73.00610702558679,41.546547435785236],[-73.00620202562396,41.546657435803496],[-73.00637702568514,41.546732435812366],[-73.00638102569287,41.54684443583398],[-73.00639602571725,41.54718343589929],[-73.00640102572538,41.547296435921055],[-73.00627502570723,41.547692436002],[-73.00589902565365,41.54888343624537],[-73.00577402563587,41.549280436326484],[-73.0055530255588,41.54918843631581],[-73.00489102532805,41.54891543628431],[-73.00467102525135,41.5488244362738],[-73.00447702518413,41.548751436265924],[-73.00389802498361,41.548535436242815],[-73.00370502491678,41.5484634362351],[-73.00351102484915,41.54838343622588],[-73.00293202464734,41.5481444361983],[-73.0027390245801,41.548065436189226],[-73.00282702459607,41.54784643614387],[-73.00307902464233,41.54722743601554],[-73.00308802464305,41.547189436007876],[-73.00314902464976,41.54696143596164],[-73.0032050246592,41.54680943593032],[-73.00337702468894,41.54635543583661],[-73.00343502469912,41.54620443580542],[-73.00347102470688,41.54613643579105],[-73.00358302473163,41.545934435748215],[-73.0036200247398,41.54586743573401],[-73.00365502474634,41.54578343571656],[-73.00376202476666,41.54553243566439],[-73.00379802477357,41.5454494356471],[-73.00396502481183,41.54517143558771],[-73.00412302484808,41.54490943553173],[-73.00446602492659,41.544337435409574],[-73.00450302493516,41.54427743539672],[-73.00455902493908,41.544029435346765],[-73.00404202476884,41.54398943535579],[-73.0036910246515,41.54393143535593],[-73.00357402461182,41.54390243535411],[-73.00330402452045,41.543838435350445],[-73.0029000243811,41.543697435336185],[-73.00248302423672,41.54354243531966],[-73.00197802405572,41.54324743527878],[-73.00100702369522,41.54246343515812],[-73.00079702361722,41.54229343513193],[-73.00047302350055,41.54209443510382],[-73.00017402339373,41.541925435080714],[-73.0000800233622,41.54190843508049],[-72.99993002331198,41.54188243508029],[-72.99980302326856,41.54184443507703],[-72.99971202323742,41.54181743507476],[-72.99954602318172,41.54178643507412],[-72.99945602315158,41.54177043507394],[-72.99905102301582,41.541697435072926],[-72.99888602296056,41.54166843507265],[-72.99845202281693,41.541622435077805],[-72.99834002278021,41.54161643508026],[-72.99776402259134,41.54158543509295],[-72.99740302247487,41.54159943510739],[-72.99670302225262,41.54168843514738],[-72.99658702221579,41.54170343515407],[-72.99616302208233,41.541777435182176],[-72.99582402197589,41.541841435205605],[-72.99480702165664,41.542034435276086],[-72.99446902155057,41.54209943529966],[-72.9936870213084,41.54230543536503],[-72.993424021227,41.54237543538716],[-72.99227902088255,41.5428534355171],[-72.99168302070372,41.54311043558633],[-72.99144102063114,41.543215435614556],[-72.99070002040894,41.54353743570112],[-72.99013802023961,41.543767435764],[-72.98938102001163,41.54407943584912],[-72.98851701976,41.54458443597518],[-72.98846801974581,41.5446144359826],[-72.9884380197371,41.544632435987076],[-72.98799701960901,41.54489643605263],[-72.98753501947314,41.54514343611555],[-72.98701401932,41.545423436186816],[-72.98661201919928,41.54559543623324],[-72.9861910190677,41.545685436264364],[-72.98607801903181,41.54569943627076],[-72.98555901886711,41.54576743630079],[-72.98518801874943,41.54581643632233],[-72.98487601865054,41.545859436340805],[-72.98409601840584,41.54601043639543],[-72.98408501840235,41.54601243639617],[-72.98372201828934,41.54609743642444],[-72.98350401821966,41.546117436435395],[-72.98285001801067,41.54617743646826],[-72.98263301794137,41.54619843647936],[-72.98199901773533,41.54619743649973],[-72.9815460175882,41.54619743651444],[-72.9809430173864,41.546094436514],[-72.9803300171777,41.545928436501654],[-72.98014501711306,41.54584943649233],[-72.98008801709317,41.545825436489515],[-72.97956201690953,41.54560343646348],[-72.97898001673178,41.5458004365206],[-72.97809901646282,41.54610043660742],[-72.97723501619858,41.54638643669094],[-72.97665301602065,41.54658043674747],[-72.97641401594794,41.54666643677193],[-72.97606101584063,41.54679443680822],[-72.97572101574063,41.54697643685457],[-72.97566201572337,41.54700943686289],[-72.9755050156781,41.547109436887396],[-72.97530801562182,41.547243436919786],[-72.97498401552734,41.54743143696679],[-72.97498301552707,41.54743243696702],[-72.97461701541788,41.547601437011686],[-72.9739270152121,41.54792143709619],[-72.97332301503302,41.5482194371736],[-72.9727740148703,41.5484914372442],[-72.97236001474751,41.54869543729723],[-72.97225301471677,41.54876543731428],[-72.97210901467554,41.54886243733779],[-72.97163101455428,41.549454437468185],[-72.97117301444553,41.55015143761833],[-72.97113601443684,41.5502094376308],[-72.97084301436641,41.55064043772394],[-72.97065101431907,41.55090243778102],[-72.97007701417795,41.551691437952776],[-72.96988601413099,41.55195443801002],[-72.9696890140866,41.55229543808258],[-72.96947201403788,41.55267443816317],[-72.96940501405885,41.553418438309755],[-72.96937001407007,41.55381143838715]]]},"properties":{"name":3527.01,"geoid":"09009352701"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.00186902579631,41.574097441268215],[-73.0018420257858,41.574067441263274],[-73.00176102575429,41.57397744124845],[-73.00173502574413,41.573947441243455],[-73.0011340255151,41.573361441149345],[-72.99955902491494,41.57182644090279],[-72.99933102482807,41.57160444086711],[-72.99873102459937,41.57101844077293],[-72.99864102456581,41.57094344076131],[-72.9984530244958,41.57078844073736],[-72.9983700244651,41.57072344072744],[-72.99827902443144,41.570652440716636],[-72.99835102445351,41.57062944070982],[-72.99840902447265,41.57063444070891],[-72.99844602448627,41.57066244071314],[-72.99863602455461,41.57077744072929],[-72.99880402460985,41.57078844072596],[-72.99886202462643,41.5707494407165],[-72.99886902462653,41.57071144070892],[-72.99888402462696,41.57063444069348],[-72.99881102459915,41.570563440682065],[-72.99875202456795,41.57035444064345],[-72.99878902457364,41.570244440620925],[-72.9988770245997,41.57020044060953],[-72.99903702465484,41.57025544061499],[-72.9992200247143,41.57025544060904],[-72.99923502471538,41.57018944059576],[-72.99913202467273,41.570030440568274],[-72.99913202466831,41.56995344055333],[-72.99921202468832,41.56984944053057],[-72.99930002471471,41.56981144052033],[-72.99954802478987,41.56971744049404],[-72.9996360248134,41.56962944047411],[-72.99964602480969,41.56950844045032],[-72.9996580248057,41.56937144042334],[-72.99962902479058,41.569272440405086],[-72.99954802475952,41.56919044039182],[-72.99942402471544,41.56912444038305],[-72.99932902467731,41.56899844036168],[-72.99932302467404,41.56897544035742],[-72.99926302464137,41.56874644031493],[-72.99926602463398,41.56860144028671],[-72.99926802462998,41.56852044027094],[-72.99940102466692,41.56841144024547],[-72.9995550247128,41.56833944022651],[-72.99968602474654,41.56818644019257],[-72.9997200247471,41.56800444015616],[-72.99975102474772,41.56784044012334],[-72.99983202476737,41.5677244400982],[-72.99996302480648,41.5676644400823],[-73.0000000248185,41.5676644400811],[-73.00013802486275,41.56765444007468],[-73.00027802490575,41.56761144006179],[-73.00033602492465,41.567612440060095],[-73.00044502496515,41.56770044007364],[-73.0005040249851,41.56771444007443],[-73.00055502500047,41.56769344006871],[-73.00056202500016,41.56764844005974],[-73.00056202499002,41.567472440025604],[-73.00062802500841,41.56741944001318],[-73.00081902507225,41.567450440013005],[-73.00082602506698,41.56731943998735],[-73.0009360250943,41.567173439955454],[-73.00091402508376,41.56711443994472],[-73.00066602498218,41.56674943988197],[-73.00062902495793,41.566537439842044],[-73.00044702487786,41.566173439777344],[-73.00047602487875,41.56602543974769],[-73.00055702490023,41.56594143972876],[-73.0008150249784,41.56584343970136],[-73.00086402499329,41.56582543969628],[-73.00106202505415,41.56576543967821],[-73.00127302511645,41.565656439650205],[-73.0016830252462,41.56559643962525],[-73.00195102532864,41.56551643960103],[-73.00204102535633,41.56548943959288],[-73.0021510253878,41.56541543957494],[-73.00225202541405,41.56530143954954],[-73.00225302541433,41.565300439549326],[-73.00231902542569,41.56512543951324],[-73.00240702542686,41.56464943941802],[-73.00248802543798,41.56438543936417],[-73.00256802545417,41.564215439328606],[-73.0026490254707,41.56404543929299],[-73.00266002546333,41.56385543925576],[-73.00266302546079,41.56379443924384],[-73.00281102549003,41.5634674391756],[-73.00293502551881,41.56326743913275],[-73.00297302552367,41.56313743910629],[-73.00299102552583,41.563073439093294],[-73.00302102553276,41.563024439082824],[-73.00305902554182,41.56296743907053],[-73.00319802557782,41.562808439035166],[-73.00333702561842,41.562729439015314],[-73.00354202568134,41.56266543899624],[-73.00421502589549,41.56258743895925],[-73.00441202595498,41.562509438937724],[-73.00461702601584,41.56240943891166],[-73.00474802604998,41.56226343887908],[-73.00474102604069,41.56214143885563],[-73.00465302600709,41.562054438841606],[-73.00428802587929,41.56189443882243],[-73.004207025847,41.561790438804884],[-73.00419302584136,41.56177143880166],[-73.00418602583102,41.56163143877471],[-73.0042960258485,41.56131443870964],[-73.0042740258333,41.561174438683196],[-73.00404702575086,41.56102343866128],[-73.00385702568182,41.5608964386428],[-73.0037320256385,41.56084943863773],[-73.003566025581,41.5607874386311],[-73.00320002545656,41.56069143862437],[-73.00308402541434,41.560612438612814],[-73.00296002536645,41.56048043859122],[-73.00292002534165,41.56027543855274],[-73.00290102532954,41.560172438533385],[-73.00291602532101,41.559939438487675],[-73.00292602532305,41.55991843848329],[-73.00299502534594,41.55992643848259],[-73.00304402536207,41.55993043848178],[-73.00340102547977,41.559960438476004],[-73.00352102551933,41.55997043847404],[-73.00393902566134,41.560078438481405],[-73.00399902568175,41.560094438482594],[-73.00454402587056,41.56029843850446],[-73.00511102607331,41.56062043854851],[-73.00548702620776,41.56083443857783],[-73.00574802630668,41.56107943861687],[-73.00580602632861,41.56113343862548],[-73.00636702654595,41.5617424387254],[-73.00648102659024,41.561868438746146],[-73.0067220266839,41.56213543879012],[-73.00680202671538,41.56223043880595],[-73.00704402681053,41.56251743885378],[-73.00705302681408,41.56252843885561],[-73.00711402683925,41.56262143887166],[-73.0072150268808,41.562773438897885],[-73.00733102692853,41.562947438927864],[-73.00748902699736,41.563251438981716],[-73.00757502703468,41.56341443901054],[-73.00764702706654,41.563561439036725],[-73.00770502709213,41.56367843905753],[-73.00789702717236,41.563988439111434],[-73.007985027209,41.564128439135736],[-73.0080550272397,41.564266439160235],[-73.00811702726492,41.56435443917529],[-73.00818602729298,41.56445243919206],[-73.00855002744355,41.565013439289075],[-73.00856602745012,41.56503743929321],[-73.00859402747264,41.565270439337496],[-73.00879802752584,41.565043439286825],[-73.00882602753316,41.56501243927989],[-73.00932402765358,41.564294439124446],[-73.00949902769604,41.56404443907026],[-73.01058102805219,41.5641254390508],[-73.01091902816174,41.56412043903886],[-73.01116502824043,41.564099439026776],[-73.01120302825237,41.564092439024186],[-73.01164302839103,41.56401843899555],[-73.01246402865499,41.56397043895954],[-73.01272102873514,41.563912438939944],[-73.01330102891183,41.563708438881505],[-73.01458902930898,41.563339438768075],[-73.01488602939877,41.56322343873592],[-73.01588202969532,41.56275443861255],[-73.0160920297599,41.56269143859352],[-73.01625802981106,41.562643438578796],[-73.01655802990668,41.56261143856285],[-73.0172670301416,41.56269143855533],[-73.01750603021806,41.56267043854346],[-73.01778303030555,41.56262743852613],[-73.0179890303696,41.56257743850973],[-73.01825003045086,41.56251643848942],[-73.01860303055938,41.56240943845718],[-73.01880703062213,41.56234843843872],[-73.0188500306353,41.56233443843459],[-73.01898003067534,41.56229643842301],[-73.01902403068893,41.56228443841924],[-73.01919803074291,41.562240438405055],[-73.01972303090609,41.562112438363165],[-73.01989803096046,41.562069438349134],[-73.0201000310251,41.562052438339265],[-73.02020903105999,41.56204343833398],[-73.02042303112968,41.562046438327606],[-73.02070803122366,41.562070438322976],[-73.02091103129062,41.562088438319876],[-73.02112003136008,41.56211543831832],[-73.0214980314857,41.562164438315556],[-73.02175103156932,41.56218943831217],[-73.02196203163912,41.562211438309575],[-73.02205003166823,41.56222043830846],[-73.02231603175638,41.56225043830563],[-73.02240503178592,41.562261438304866],[-73.02257003184073,41.562282438303576],[-73.02306603200562,41.56234743830007],[-73.0232320320608,41.56236943829894],[-73.02305303201533,41.56258943834744],[-73.022976032,41.56275743838252],[-73.02290703198634,41.56290943841427],[-73.02279303197999,41.56344143852117],[-73.0226760319815,41.564127438658055],[-73.02267303198187,41.56415043866261],[-73.02264503199841,41.56459543874984],[-73.02269603201809,41.564649438758664],[-73.0228510320778,41.564811438785064],[-73.02290303209779,41.56486543879384],[-73.0230410321515,41.56501943881922],[-73.0231960322117,41.56519043884736],[-73.02341803229956,41.5654634388931],[-73.02344603231033,41.565492438897806],[-73.02358903236549,41.56564343892246],[-73.02379203243778,41.565753438937186],[-73.02393803249576,41.565936438967945],[-73.02416903259802,41.566408439051976],[-73.02433303266547,41.56665443909437],[-73.02519903285848,41.565122438769045],[-73.0253620329146,41.5651774387744],[-73.02585103308311,41.56534543879109],[-73.02601503313964,41.56540143879663],[-73.02610803316212,41.5652674387676],[-73.02638803323008,41.564868438681096],[-73.02648203325293,41.56473543865225],[-73.02662403330156,41.564778438655964],[-73.02705303344835,41.56490743866703],[-73.02719603349728,41.56495043867073],[-73.02741303357227,41.56502843867881],[-73.02748703359786,41.56505543868162],[-73.02806503379757,41.56526243870299],[-73.02828303387292,41.565341438711215],[-73.02803503380822,41.56561643877263],[-73.02729103361406,41.566440438956676],[-73.02704403354973,41.56671643901823],[-73.0269950335366,41.56676443902913],[-73.02685003349784,41.56690943906198],[-73.02680203348507,41.56695843907305],[-73.026737033471,41.567080439098824],[-73.02654303342923,41.56744943917671],[-73.02647903341555,41.56757243920264],[-73.02638703339582,41.56774843923978],[-73.02611103333653,41.56827543935098],[-73.02602003331718,41.56845243938826],[-73.0259410333027,41.56864643942847],[-73.02593203330255,41.56869443943807],[-73.02589303330217,41.56890743948065],[-73.02593603334824,41.569464439587286],[-73.02594303335589,41.56955743960509],[-73.02595703336995,41.56972243963665],[-73.02601003341532,41.570210439729564],[-73.02617203355254,41.571677440008834],[-73.02622603359829,41.57216644010191],[-73.02624103361131,41.57230744012878],[-73.02628703365063,41.57273044020931],[-73.02630303366398,41.57287144023614],[-73.02631703367595,41.5730004402607],[-73.02636103371256,41.57338744033433],[-73.02637603372496,41.573517440359055],[-73.02648603379569,41.5741244404732],[-73.02649003379804,41.57414244047654],[-73.02653603382683,41.5743824405216],[-73.02657003385852,41.57474044058992],[-73.02655703386895,41.5749944406396],[-73.02649103386042,41.57521844068519],[-73.02631403384117,41.57588144081953],[-73.02630603384179,41.57593744083065],[-73.02625603384864,41.576337440909846],[-73.02627903386845,41.576551440950595],[-73.02630303387788,41.57657944095524],[-73.02637703390681,41.57666444096932],[-73.0264020339166,41.57669344097413],[-73.02611403383648,41.57692644102868],[-73.026025033812,41.57700344104651],[-73.02582803375806,41.57717744108666],[-73.02543803364998,41.57750044116199],[-73.02519703358674,41.57776144122044],[-73.02512503356917,41.57786244124236],[-73.02497503352944,41.5780184412775],[-73.02479803348267,41.57820444131933],[-73.02465903344824,41.5783904413599],[-73.02440003337217,41.57853044139548],[-73.02417903330631,41.57863344142264],[-73.02395003323457,41.578679441439014],[-73.02365203314386,41.57878544146925],[-73.02337003305998,41.57891944150442],[-73.02315603300275,41.57913244155269],[-73.02304903298933,41.579502441627916],[-73.02296703297111,41.5796484416589],[-73.02288203294982,41.57975844168298],[-73.02199703268364,41.580128441783515],[-73.02179103262704,41.58030744182492],[-73.02150803255184,41.58059744189036],[-73.02120303246947,41.58088744195651],[-73.02029503222528,41.58176844215688],[-73.01995203213916,41.58220744225316],[-73.01950203203081,41.58286344239499],[-73.01932603198995,41.5831464424556],[-73.0193160320014,41.58340144250536],[-73.01930303200953,41.583615442547284],[-73.01921903200267,41.58396944261864],[-73.01900603194909,41.58424044267811],[-73.01817903171938,41.58491644283609],[-73.01793903165319,41.58512044288344],[-73.01715203142061,41.58552144298679],[-73.01671103129775,41.58587544306976],[-73.01619503115727,41.58634644317786],[-73.01571703102323,41.58671544326496],[-73.0149240308235,41.58771944348541],[-73.01451903071256,41.58807744356798],[-73.01430803066403,41.58842444364211],[-73.01408703059543,41.588480443660146],[-73.01401403057281,41.588499443666215],[-73.01366503046265,41.58855544368842],[-73.01341603038439,41.58860144370544],[-73.01330903035084,41.588622443712985],[-73.01321503032445,41.58869444373],[-73.01235902983835,41.585089443058884],[-73.01205002966277,41.58378644281628],[-73.01108902929639,41.58284744266546],[-73.01100902926584,41.58276844265275],[-73.01092902923527,41.58268944264002],[-73.00736702787717,41.57920744208058],[-73.0052330270609,41.57707544173649],[-73.00508602700468,41.57692844171275],[-73.00439302673963,41.57623644160106],[-73.00429802670328,41.57614144158572],[-73.00367602646541,41.57552044148551],[-73.00246602600261,41.57431144129032],[-73.00234602596115,41.574268441285874],[-73.00198802583739,41.5741394412725],[-73.00186902579631,41.574097441268215]]]},"properties":{"name":3511,"geoid":"09009351100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.02380603204888,41.55892743761251],[-73.02384303206874,41.55906343763771],[-73.0239540321283,41.55947143771325],[-73.02399203214848,41.559607437738386],[-73.02405503217737,41.55975343776466],[-73.02407003218426,41.559788437770976],[-73.02427403227296,41.56017743783981],[-73.0243490323055,41.56031943786493],[-73.02443403234268,41.560485437894364],[-73.02468903245438,41.56098643798326],[-73.0247740324916,41.561153438012894],[-73.02465403245276,41.561155438017174],[-73.02459903243617,41.56117743802324],[-73.0245470324218,41.56122143803347],[-73.02454303242091,41.561228438034966],[-73.02429203236646,41.56169843813429],[-73.02410003231186,41.56183343816674],[-73.02389103225251,41.56198143820224],[-73.02375703221328,41.56205643822114],[-73.02363903217882,41.56212343823799],[-73.02336503209968,41.56229443828007],[-73.02335003209538,41.56230443828249],[-73.0232320320608,41.56236943829894],[-73.02306603200562,41.56234743830007],[-73.02257003184073,41.562282438303576],[-73.02240503178592,41.562261438304866],[-73.02231603175638,41.56225043830563],[-73.02205003166823,41.56222043830846],[-73.02196203163912,41.562211438309575],[-73.02175103156932,41.56218943831217],[-73.0214980314857,41.562164438315556],[-73.02112003136008,41.56211543831832],[-73.02091103129062,41.562088438319876],[-73.02070803122366,41.562070438322976],[-73.02042303112968,41.562046438327606],[-73.02020903105999,41.56204343833398],[-73.0201000310251,41.562052438339265],[-73.01989803096046,41.562069438349134],[-73.01972303090609,41.562112438363165],[-73.01919803074291,41.562240438405055],[-73.01902403068893,41.56228443841924],[-73.01898003067534,41.56229643842301],[-73.0188500306353,41.56233443843459],[-73.01880703062213,41.56234843843872],[-73.01860303055938,41.56240943845718],[-73.01825003045086,41.56251643848942],[-73.0179890303696,41.56257743850973],[-73.01778303030555,41.56262743852613],[-73.01750603021806,41.56267043854346],[-73.0172670301416,41.56269143855533],[-73.01655802990668,41.56261143856285],[-73.01625802981106,41.562643438578796],[-73.0160920297599,41.56269143859352],[-73.01588202969532,41.56275443861255],[-73.01488602939877,41.56322343873592],[-73.01458902930898,41.563339438768075],[-73.01330102891183,41.563708438881505],[-73.01272102873514,41.563912438939944],[-73.01246402865499,41.56397043895954],[-73.01164302839103,41.56401843899555],[-73.01120302825237,41.564092439024186],[-73.01116502824043,41.564099439026776],[-73.01091902816174,41.56412043903886],[-73.01058102805219,41.5641254390508],[-73.00949902769604,41.56404443907026],[-73.00976402775883,41.56364043898327],[-73.01056002794769,41.56242943872246],[-73.01082602801087,41.56202643863563],[-73.0109150280319,41.561889438606165],[-73.0111830280954,41.561480438518096],[-73.0112730281168,41.56134443848878],[-73.01153502818026,41.56096843840732],[-73.01180302823656,41.56043443829501],[-73.01186602824988,41.56031043826891],[-73.01223802830553,41.55917843803719],[-73.01232102831776,41.558922437984826],[-73.01251102834347,41.55829743785739],[-73.01279102840206,41.55773543773924],[-73.01296802844683,41.55751443769061],[-73.01304702846691,41.55741743766922],[-73.0132050285043,41.55717543761713],[-73.01359602860205,41.556667437505865],[-73.01362302860835,41.556624437496644],[-73.0137070286282,41.55649543746888],[-73.0137350286349,41.55645343745982],[-73.0138970286753,41.556241437413426],[-73.01503602896904,41.55491743711951],[-73.01511502898721,41.55478743709171],[-73.01683702942431,41.55266443662379],[-73.01726202953536,41.55219543651897],[-73.01763102963562,41.551855436441016],[-73.01776102967227,41.55175843641796],[-73.01781802968843,41.55171743640815],[-73.0181560297844,41.551477436350595],[-73.01828902982224,41.55138443632823],[-73.0185280298906,41.55122343628922],[-73.0188300299772,41.551023436240584],[-73.0191180300622,41.55087543620252],[-73.019293030117,41.55083943618983],[-73.01957603020563,41.55078243616959],[-73.01942203013856,41.55048643611714],[-73.01919703004066,41.55005543604082],[-73.01917903002715,41.5499224360156],[-73.01925303004363,41.54979143598777],[-73.01940703008411,41.54962543595054],[-73.01963503014423,41.54938343589617],[-73.02039903033946,41.548464435693],[-73.01987703015178,41.54814943564883],[-73.01987703015182,41.54815043564902],[-73.01978203011763,41.548092435640854],[-73.0198330301164,41.54778343557924],[-73.0197560300637,41.54730243548839],[-73.0194450299265,41.54667443537661],[-73.01932602987802,41.546503435347304],[-73.02029503018083,41.546296435275636],[-73.02106503042295,41.546157435223634],[-73.02152103056684,41.546084435194636],[-73.02200203072009,41.54603243516892],[-73.02255803089872,41.54599843514425],[-73.02304103105749,41.54603143513496],[-73.02573903194775,41.54627343509423],[-73.02587603199254,41.546278435090755],[-73.02629003212787,41.5462934350802],[-73.02642903217331,41.54629843507665],[-73.02648803219093,41.5462714350695],[-73.0266240322317,41.546212435053626],[-73.02666803224484,41.54619243504832],[-73.02672803226287,41.54616743504152],[-73.02708503244543,41.54732343525426],[-73.02743403262392,41.54845443546241],[-73.02754103266858,41.548626435492295],[-73.02801603285876,41.54924943559776],[-73.0283710329975,41.5496564356652],[-73.02885603317928,41.55007743573113],[-73.0297880335167,41.550679435817656],[-73.03036003371913,41.55096843585513],[-73.03136003406641,41.551358435898294],[-73.03203603429792,41.55156543591648],[-73.03217503434428,41.55158643591602],[-73.03266003450312,41.55160943590473],[-73.03280203454965,41.55161643590146],[-73.03371303484715,41.55164443587727],[-73.03412103497872,41.55162743586071],[-73.03419303500192,41.551624435857775],[-73.03428603503195,41.55162143585418],[-73.0344140350732,41.551615435848845],[-73.03447503509288,41.551613435846484],[-73.035075035285,41.55156543581765],[-73.0350770352856,41.55156443581739],[-73.03529803535622,41.55154443580632],[-73.03531403536131,41.5515424358054],[-73.03536203537655,41.55153643580268],[-73.03537803538163,41.551534435801784],[-73.03541103539206,41.55152943579975],[-73.03551303542443,41.5515164357939],[-73.03554703543531,41.55151343579221],[-73.035798035515,41.55148143577785],[-73.0365510357542,41.5513884357353],[-73.03660703577204,41.55138243573232],[-73.0368030358345,41.55136143572186],[-73.03702503590516,41.5513364357098],[-73.03769103611728,41.551263435673974],[-73.03772203612716,41.551260435672376],[-73.0379140361882,41.55123743566167],[-73.03784703617924,41.551459435706924],[-73.03764703615266,41.55212543584266],[-73.03759503614593,41.55230143587851],[-73.03759003614712,41.55235043588817],[-73.03736603607074,41.552287435883244],[-73.03729403604625,41.552268435881885],[-73.036683035841,41.55215043587887],[-73.03645503576446,41.55210743587794],[-73.03637703573825,41.55209243587756],[-73.03614403566,41.55204743587642],[-73.03606703563416,41.55203343587621],[-73.0359250355861,41.55199943587422],[-73.03581903555028,41.551975435873004],[-73.03557703546984,41.55194343587468],[-73.03549503544275,41.551935435875784],[-73.03535103539527,41.551923435878145],[-73.03529803537783,41.55191943587907],[-73.03514203532647,41.55190743588183],[-73.03509003530941,41.551904435882946],[-73.03405703497481,41.551920435919634],[-73.03396703494563,41.551921435922765],[-73.03388803492004,41.55192243592552],[-73.0333330347403,41.55193143594532],[-73.03257603449266,41.55190143596412],[-73.03169403420566,41.55189243599106],[-73.0314270341193,41.55189843600091],[-73.0309380339615,41.55191643602029],[-73.03032203376269,41.55193843604458],[-73.0306060338671,41.55214943607629],[-73.03064403388093,41.5521754360801],[-73.03075803392245,41.55225343609154],[-73.03079703393661,41.552279436095304],[-73.0306400338929,41.55240543612487],[-73.0305070338561,41.55251643615074],[-73.03041603383568,41.55267543618455],[-73.03037303382754,41.55277643620554],[-73.03033503382679,41.55297743624577],[-73.03035203383428,41.55301143625181],[-73.03042803386495,41.55311543626952],[-73.03059103392982,41.55332243630439],[-73.03089703405337,41.553741436375745],[-73.03096303408995,41.554004436424634],[-73.03098203410022,41.55407543643778],[-73.03091803407885,41.55406543643793],[-73.02950803361297,41.5539284364572],[-73.02849703327644,41.55378743646272],[-73.02838203323817,41.553771436463336],[-73.02826603321019,41.553939436499704],[-73.02792003312689,41.554444436608954],[-73.02780503309928,41.55461343664547],[-73.02776503309012,41.55468043665979],[-73.02764803306373,41.554881436702594],[-73.02760903305499,41.55494943671705],[-73.02753603303742,41.55505643674018],[-73.02732003298576,41.555377436809486],[-73.02724903296891,41.555485436832754],[-73.02720303295767,41.55554943684667],[-73.02706703292459,41.555742436888536],[-73.02702203291373,41.55580743690261],[-73.02704403292977,41.555961436931774],[-73.02705203293547,41.55601543694199],[-73.02717103298463,41.55619743697343],[-73.02731803303968,41.556324436993286],[-73.02732103304078,41.55632643699358],[-73.02746003308961,41.556390437001475],[-73.02731903304536,41.556417437011305],[-73.02689703291313,41.55650143704132],[-73.02675703286933,41.556530437051514],[-73.02622303270047,41.556610437084395],[-73.02585703258475,41.556665437106965],[-73.0257710325585,41.55669443711538],[-73.02569303253568,41.55673843712645],[-73.02563303252629,41.55691343716236],[-73.0254980325327,41.557785437335944],[-73.02541603253684,41.5583194374422],[-73.02504403241386,41.55828243744711],[-73.023928032045,41.558172437462055],[-73.02355603192208,41.55813643746717],[-73.02360603194745,41.5582944374962],[-73.02375603202348,41.55876843758329],[-73.02380603204888,41.55892743761251]]]},"properties":{"name":3512,"geoid":"09009351200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.0090320263715,41.54367343513242],[-73.00897202635076,41.543651435130094],[-73.00885902631175,41.543611435126],[-73.00879402628914,41.54358543512307],[-73.00873502626871,41.54356343512072],[-73.00877202626491,41.54328843506613],[-73.00883202625994,41.54286343498168],[-73.00878502622177,41.54246543490597],[-73.00877002620943,41.54233543488121],[-73.00872802618778,41.5421964348556],[-73.00864302611375,41.54138943470171],[-73.00866002609567,41.540979434621576],[-73.00871602609402,41.540634434552786],[-73.0088150261172,41.5404784345193],[-73.00905202617544,41.54015243444831],[-73.00919902621219,41.53996143440646],[-73.00934202624799,41.539776434365905],[-73.00959502633178,41.53980443436312],[-73.00985402641867,41.53985243436403],[-73.0102550265523,41.539911434362466],[-73.01032402657472,41.53991143436022],[-73.01041402660395,41.5399114343573],[-73.01055802665077,41.53991243435281],[-73.0106840266917,41.53991243434872],[-73.010774026721,41.53991343434599],[-73.01082202673658,41.53991343434443],[-73.01096602678335,41.539913434339766],[-73.01101502679927,41.53991343433817],[-73.01128102688567,41.53991343432952],[-73.01207902714503,41.53991643430418],[-73.01234502723155,41.539918434295934],[-73.01340502757601,41.53992143426209],[-73.01469602799561,41.53992643422113],[-73.01638502854483,41.53993743416841],[-73.01658502861063,41.53995243416483],[-73.01721602881841,41.54000143415383],[-73.01754702892907,41.540056434153755],[-73.01763802895951,41.54007143415371],[-73.01765602896552,41.54007443415371],[-73.01771202898422,41.54008343415363],[-73.01773102899058,41.54008643415361],[-73.01796902907012,41.540125434153445],[-73.01812302912215,41.54016043415524],[-73.01870402931868,41.54029643416275],[-73.01927302951454,41.54048843418153],[-73.01965202964507,41.54061743419426],[-73.01971502966563,41.5406194341926],[-73.01990402972748,41.540627434188025],[-73.01996802974844,41.54063043418652],[-73.02056802996128,41.54094243422759],[-73.02155403031105,41.541455434295116],[-73.02228703057274,41.54186543435088],[-73.02235803059776,41.541899434355194],[-73.02259103067993,41.542012434369546],[-73.02297203081365,41.542185434390724],[-73.02323203090442,41.54229543440364],[-73.02330803093113,41.542330434407965],[-73.02352203100634,41.54242943442023],[-73.02372203107772,41.54254143443548],[-73.02392203114921,41.542654434450895],[-73.02425403127027,41.542884434484755],[-73.02455503138006,41.54309343451553],[-73.02456303138297,41.543098434516246],[-73.02512003159318,41.54360743459692],[-73.02514603160301,41.54363143460075],[-73.02567303180653,41.544193434692694],[-73.02616103200396,41.54486943480803],[-73.02644503213007,41.545457434912926],[-73.02651803216237,41.545606434939465],[-73.02672803226287,41.54616743504152],[-73.02666803224484,41.54619243504832],[-73.0266240322317,41.546212435053626],[-73.02648803219093,41.5462714350695],[-73.02642903217331,41.54629843507665],[-73.02629003212787,41.5462934350802],[-73.02587603199254,41.546278435090755],[-73.02573903194775,41.54627343509423],[-73.02304103105749,41.54603143513496],[-73.02255803089872,41.54599843514425],[-73.02200203072009,41.54603243516892],[-73.02152103056684,41.546084435194636],[-73.02106503042295,41.546157435223634],[-73.02029503018083,41.546296435275636],[-73.01932602987802,41.546503435347304],[-73.0194450299265,41.54667443537661],[-73.0197560300637,41.54730243548839],[-73.0198330301164,41.54778343557924],[-73.01978203011763,41.548092435640854],[-73.01987703015182,41.54815043564902],[-73.01987703015178,41.54814943564883],[-73.02039903033946,41.548464435693],[-73.01963503014423,41.54938343589617],[-73.01940703008411,41.54962543595054],[-73.01925303004363,41.54979143598777],[-73.01917903002715,41.5499224360156],[-73.01919703004066,41.55005543604082],[-73.01942203013856,41.55048643611714],[-73.01957603020563,41.55078243616959],[-73.019293030117,41.55083943618983],[-73.0191180300622,41.55087543620252],[-73.0188300299772,41.551023436240584],[-73.0185280298906,41.55122343628922],[-73.01828902982224,41.55138443632823],[-73.0181560297844,41.551477436350595],[-73.01781802968843,41.55171743640815],[-73.01776102967227,41.55175843641796],[-73.01763102963562,41.551855436441016],[-73.01726202953536,41.55219543651897],[-73.01683702942431,41.55266443662379],[-73.01511502898721,41.55478743709171],[-73.01503602896904,41.55491743711951],[-73.0138970286753,41.556241437413426],[-73.0137350286349,41.55645343745982],[-73.0137070286282,41.55649543746888],[-73.01362302860835,41.556624437496644],[-73.01359602860205,41.556667437505865],[-73.0132050285043,41.55717543761713],[-73.01304702846691,41.55741743766922],[-73.01296802844683,41.55751443769061],[-73.01279102840206,41.55773543773924],[-73.01251102834347,41.55829743785739],[-73.01232102831776,41.558922437984826],[-73.01223802830553,41.55917843803719],[-73.01186602824988,41.56031043826891],[-73.01180302823656,41.56043443829501],[-73.01153502818026,41.56096843840732],[-73.0112730281168,41.56134443848878],[-73.0111830280954,41.561480438518096],[-73.0109150280319,41.561889438606165],[-73.01082602801087,41.56202643863563],[-73.01056002794769,41.56242943872246],[-73.00976402775883,41.56364043898327],[-73.00949902769604,41.56404443907026],[-73.00932402765358,41.564294439124446],[-73.00882602753316,41.56501243927989],[-73.00879802752584,41.565043439286825],[-73.00859402747264,41.565270439337496],[-73.00856602745012,41.56503743929321],[-73.00855002744355,41.565013439289075],[-73.00818602729298,41.56445243919206],[-73.00811702726492,41.56435443917529],[-73.0080550272397,41.564266439160235],[-73.007985027209,41.564128439135736],[-73.00789702717236,41.563988439111434],[-73.00770502709213,41.56367843905753],[-73.00764702706654,41.563561439036725],[-73.00757502703468,41.56341443901054],[-73.00748902699736,41.563251438981716],[-73.00733102692853,41.562947438927864],[-73.0072150268808,41.562773438897885],[-73.00711402683925,41.56262143887166],[-73.00705302681408,41.56252843885561],[-73.00704402681053,41.56251743885378],[-73.00680202671538,41.56223043880595],[-73.0067220266839,41.56213543879012],[-73.00648102659024,41.561868438746146],[-73.00636702654595,41.5617424387254],[-73.00580602632861,41.56113343862548],[-73.00574802630668,41.56107943861687],[-73.00548702620776,41.56083443857783],[-73.00540102616827,41.56063343854161],[-73.00514602605087,41.560033438433486],[-73.00506102601175,41.55983343839744],[-73.00501202598632,41.559668438367034],[-73.00486702591088,41.559176438276275],[-73.00481902588587,41.55901243824601],[-73.00480102587662,41.55895343823514],[-73.00483302586984,41.55865543817629],[-73.00484802586712,41.55852343815018],[-73.00493302587262,41.55813943807292],[-73.00500302586461,41.557605437967034],[-73.00500202586336,41.55758943796397],[-73.00498702583778,41.557229437894605],[-73.00495802582255,41.55712843787593],[-73.00491502579987,41.55697743784804],[-73.0048640257748,41.55682943782097],[-73.00483002575811,41.556731437803066],[-73.0047670257165,41.5563644377339],[-73.00476702571409,41.556322437725754],[-73.00477002570108,41.55607943767849],[-73.00475302567679,41.55575343761579],[-73.00479002565687,41.55519843750688],[-73.0048280256629,41.55508943748452],[-73.004965025685,41.554699437404366],[-73.00502802569504,41.554518437367214],[-73.00511902570962,41.5542584373138],[-73.00519702572552,41.55409443727943],[-73.00526102574061,41.55399543725815],[-73.00536702576584,41.55383543722366],[-73.00544702578607,41.55373543720166],[-73.00552202580519,41.55364443718156],[-73.00572902586286,41.55347843714263],[-73.00583002589114,41.553399437124014],[-73.0063520260336,41.552928437015666],[-73.00688102617838,41.552458436907266],[-73.00743102632909,41.55197243679509],[-73.00774602641039,41.551607436714036],[-73.00796802647069,41.551402436667026],[-73.00838402656927,41.5507674365303],[-73.00864302663189,41.550393436449305],[-73.0088630266771,41.54993743635366],[-73.00859802649508,41.54827043603874],[-73.00863302647704,41.54775943593843],[-73.00863802647515,41.547698435926435],[-73.00872002647594,41.54724943583663],[-73.00876202647618,41.54701643579005],[-73.00895102649389,41.54625743563658],[-73.00907502650563,41.54576143553629],[-73.00909702650968,41.5457074355251],[-73.00913602651653,41.545606435504226],[-73.0093190265493,41.54514343540842],[-73.00938002656027,41.544989435376564],[-73.00946502657655,41.54479243533556],[-73.00961302660515,41.544454435265145],[-73.00976702664225,41.544229435216465],[-73.0097760266444,41.54421643521365],[-73.00992902668688,41.54409043518422],[-73.0098060266433,41.54402743517599],[-73.00943702651256,41.543838435151294],[-73.00931402646899,41.54377543514305],[-73.00925702644925,41.54375443514084],[-73.00908802639086,41.54369343513448],[-73.0090320263715,41.54367343513242]]]},"properties":{"name":3513,"geoid":"09009351300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.02167602979314,41.531767432410454],[-73.02194602991862,41.53242443252926],[-73.02198702994137,41.532588432559756],[-73.02211203001035,41.53308143265141],[-73.02215403003348,41.53324643268209],[-73.02221703006566,41.53345043271965],[-73.02240803016292,41.53406243283225],[-73.02247203019543,41.53426643286977],[-73.02259103024353,41.53443043289774],[-73.02276603030737,41.534552432915746],[-73.02379103068142,41.53526743302124],[-73.02413303080624,41.535506433056526],[-73.02427103085671,41.53560443307108],[-73.02468703100891,41.53590143311521],[-73.02482603105976,41.536000433129914],[-73.02497803111532,41.53610843314594],[-73.02543703128312,41.53643343319412],[-73.02559003133908,41.536542433210286],[-73.02575003139756,41.53665543322703],[-73.026233031574,41.53699543327733],[-73.02639503163317,41.5371094332942],[-73.02663403172062,41.537280433319644],[-73.02686503180522,41.53744643334435],[-73.02714803190972,41.53766543337765],[-73.02729103196336,41.537790433397284],[-73.02732303197607,41.537830433404004],[-73.02750803204944,41.538061433442834],[-73.02772003211224,41.537956433415566],[-73.02792503217313,41.537857433389696],[-73.0283520322988,41.53763143333194],[-73.02840903231558,41.53760143332427],[-73.02857203236523,41.5375444333079],[-73.02867203239823,41.5375534333064],[-73.02873503241956,41.53756843330726],[-73.02877103243176,41.537577433307845],[-73.02920503258117,41.53772443332227],[-73.02936203263528,41.53777843332764],[-73.0296290327266,41.5378584333345],[-73.03028103294962,41.53805443335135],[-73.03043003300085,41.538103433356014],[-73.03069603309231,41.538191433364446],[-73.0308100331314,41.53822743336773],[-73.03115303324901,41.538335433377554],[-73.0312680332885,41.538372433381],[-73.03158903339863,41.53847443339037],[-73.03197403352831,41.53855543339358],[-73.03350903403998,41.53878343338793],[-73.03472503444586,41.53897343338525],[-73.03492403451207,41.53900143338423],[-73.03552103471092,41.539087433381525],[-73.03558403473191,41.539096433381225],[-73.0356480347539,41.53911743338321],[-73.03568903477054,41.53917543339314],[-73.03626303495777,41.53918943337719],[-73.03649703506458,41.53972443347344],[-73.03659103510749,41.53993943351212],[-73.03687303523625,41.54058443362814],[-73.03696803527947,41.54079943366676],[-73.03704603531473,41.540971433697614],[-73.03728103542095,41.54149043379069],[-73.03736003545657,41.54166343382171],[-73.03751103553061,41.54209743390103],[-73.03753803554376,41.542173433914904],[-73.0375720355718,41.54246843397105],[-73.03748603560148,41.54346843416792],[-73.03744703561526,41.54392743425828],[-73.03721303553816,41.543908434262214],[-73.0365130353077,41.54385443427449],[-73.03637503526231,41.54384443427704],[-73.03628003523082,41.543833434277985],[-73.03607203516258,41.54382143428244],[-73.03545103495881,41.543785434295636],[-73.03524403489088,41.543773434300036],[-73.03516703486552,41.54376743430139],[-73.0349360347896,41.54375143430578],[-73.0348590347643,41.543746434307316],[-73.03471003471556,41.543740434311],[-73.03426303456939,41.54372343432223],[-73.03411503452105,41.54371843432607],[-73.03390103445143,41.54371643433264],[-73.03326203424353,41.54371043435225],[-73.03304903417424,41.543708434358805],[-73.03295603414394,41.54370643436142],[-73.03268003405401,41.54370143436942],[-73.03258803402406,41.54370043437223],[-73.03249303399315,41.543699434375114],[-73.03220803390059,41.543699434384365],[-73.03211403387006,41.54369943438743],[-73.03202403384066,41.54369643438978],[-73.03175603375315,41.54368843439694],[-73.03166703372412,41.543686434399454],[-73.03142803364655,41.54368743440741],[-73.03071003341371,41.54369343443192],[-73.03047203333652,41.54369543444003],[-73.03031403328578,41.54370543444714],[-73.03017203324042,41.543718434454256],[-73.029870033144,41.5437474344697],[-73.0295370330408,41.543833434497216],[-73.02930103296933,41.543923434522355],[-73.02916403292794,41.5439774345373],[-73.02902903288819,41.54404843455547],[-73.02889603285143,41.54416043458153],[-73.02850003274216,41.54449643465962],[-73.02845203272899,41.54453843466933],[-73.02837303270766,41.544613434686454],[-73.02812003264066,41.54487643474571],[-73.0274760324703,41.54555043489746],[-73.02736403244087,41.54567143492457],[-73.02726003241368,41.54578543495008],[-73.02710803237271,41.54593143498336],[-73.02703403235162,41.54598243499566],[-73.02688903231044,41.546085435020366],[-73.02680703228616,41.54612643503099],[-73.02672803226287,41.54616743504152],[-73.02651803216237,41.545606434939465],[-73.02644503213007,41.545457434912926],[-73.02616103200396,41.54486943480803],[-73.02567303180653,41.544193434692694],[-73.02514603160301,41.54363143460075],[-73.02512003159318,41.54360743459692],[-73.02456303138297,41.543098434516246],[-73.02455503138006,41.54309343451553],[-73.02425403127027,41.542884434484755],[-73.02392203114921,41.542654434450895],[-73.02372203107772,41.54254143443548],[-73.02352203100634,41.54242943442023],[-73.02330803093113,41.542330434407965],[-73.02323203090442,41.54229543440364],[-73.02297203081365,41.542185434390724],[-73.02259103067993,41.542012434369546],[-73.02235803059776,41.541899434355194],[-73.02228703057274,41.54186543435088],[-73.02155403031105,41.541455434295116],[-73.02056802996128,41.54094243422759],[-73.01996802974844,41.54063043418652],[-73.01990402972748,41.540627434188025],[-73.01971502966563,41.5406194341926],[-73.01965202964507,41.54061743419426],[-73.01927302951454,41.54048843418153],[-73.01870402931868,41.54029643416275],[-73.01812302912215,41.54016043415524],[-73.01796902907012,41.540125434153445],[-73.01773102899058,41.54008643415361],[-73.01775502898819,41.539909434118464],[-73.01782602898079,41.539380434013474],[-73.01785102897878,41.5392044339785],[-73.01779002895432,41.539123433964754],[-73.0176100288821,41.538884433924196],[-73.01755102885834,41.53880443391057],[-73.01761602887392,41.538708433889845],[-73.01768202888984,41.53861243386906],[-73.01784102893198,41.53844743383188],[-73.0179220289535,41.53836443381313],[-73.01897002926201,41.53781043367153],[-73.01879902919622,41.53763243364254],[-73.01859802912301,41.53749443362228],[-73.01807302893701,41.53722543358711],[-73.01720702863712,41.53690143355234],[-73.01727502865216,41.53677943352645],[-73.01765302873628,41.53610743338371],[-73.01787202878934,41.53579343331564],[-73.01803702882859,41.535544433261954],[-73.0182490288856,41.53533843321507],[-73.01890802907327,41.53488043310475],[-73.0192840291783,41.534583433034875],[-73.01970202929576,41.534265432959565],[-73.01999602937904,41.53405343290885],[-73.0204620295064,41.53363643281276],[-73.02079402959235,41.5332564327282],[-73.02087602961191,41.53313343270165],[-73.02167602979314,41.531767432410454]]]},"properties":{"name":3514,"geoid":"09009351400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.81700395377283,41.36388540633618],[-72.81708695362775,41.360838405738896],[-72.81706295359777,41.36044540566297],[-72.81706995355998,41.35973540552416],[-72.81773595268041,41.34031340171139],[-72.81775295266772,41.33999040164776],[-72.81791195268757,41.33942740153275],[-72.81797395269467,41.33919640148566],[-72.81862495277147,41.336811400999075],[-72.81884195279711,41.33601740083707],[-72.81895595281398,41.335660400763715],[-72.81943795287512,41.33397040041824],[-72.82119495309873,41.32782239916123],[-72.8217809531734,41.325773398742236],[-72.82201095324584,41.325734398727256],[-72.82248795339419,41.32562039868972],[-72.82295095353535,41.32545939864345],[-72.82339495367017,41.32529539859719],[-72.82386195381169,41.32511739854747],[-72.82418295390919,41.32499939851414],[-72.8245999540354,41.32483839846934],[-72.8249379541396,41.324741398439556],[-72.82529195425047,41.32467039841436],[-72.82570895438312,41.324623398391836],[-72.82603595448957,41.324629398382534],[-72.82647395463316,41.32465539837357],[-72.8269119547765,41.32467739836385],[-72.82769495503365,41.324732398349504],[-72.82858595532569,41.32478439833111],[-72.83086795607504,41.324942398288904],[-72.83186195640053,41.324995398267404],[-72.83299495676735,41.324981398228374],[-72.83325995685176,41.324953398214404],[-72.83385895704362,41.32490939818662],[-72.83433995719682,41.324858398161254],[-72.83466195729898,41.32481739814292],[-72.83520395746953,41.32472339810719],[-72.83591595769232,41.32457739805587],[-72.83668695793355,41.3244193980003],[-72.83814595839758,41.324253397921126],[-72.83897095866203,41.324196397883554],[-72.8401939590524,41.3240823978221],[-72.8402359590657,41.324076397819574],[-72.84051995915642,41.32405139780558],[-72.84306895997318,41.32386939768835],[-72.8435099601149,41.32384539766953],[-72.844711960498,41.32372339760717],[-72.84511396062567,41.32367439758471],[-72.84545796073274,41.32359439755806],[-72.84588196086236,41.32345339751694],[-72.84630296098902,41.32327739746905],[-72.84733596129337,41.322731397329285],[-72.84798896148594,41.32238939724156],[-72.84846496162851,41.32217939718528],[-72.84886196175043,41.32205739714872],[-72.84926296187572,41.321972397119275],[-72.84972596202277,41.32191639709348],[-72.85010496214525,41.32190739707956],[-72.8508419623857,41.321931397060624],[-72.85125696252173,41.3219563970522],[-72.85123596253383,41.32229139711831],[-72.8512199625336,41.32237939713601],[-72.85113596251723,41.3225723971764],[-72.85102796248977,41.32270639720605],[-72.8508099624313,41.32292339725541],[-72.85059096238196,41.32330839733764],[-72.85026596230877,41.32388039745979],[-72.85012596228103,41.324193397525406],[-72.85010296228432,41.32438439756345],[-72.85011596229674,41.32452939759134],[-72.85014496230976,41.32459339760291],[-72.85021696234175,41.324746397630506],[-72.85022896234797,41.324787397638126],[-72.8502499623586,41.32485539765073],[-72.85054996247091,41.325120397692864],[-72.85058796248711,41.32518939770513],[-72.85063496250716,41.32527439772021],[-72.85068296253068,41.32541539774621],[-72.85068796253992,41.325550397772425],[-72.85066796254343,41.32572739780765],[-72.8505199625288,41.326319397927996],[-72.85048696253313,41.32658539798102],[-72.85048696253335,41.326589397981785],[-72.85053796256248,41.32681239802371],[-72.85065096261154,41.32703239806305],[-72.85076896265751,41.32716839808583],[-72.85091796271556,41.327340398114636],[-72.85115596280423,41.32754339814665],[-72.85129296285534,41.32766139816531],[-72.85155096294594,41.32778339818086],[-72.85162096297017,41.327810398183885],[-72.85176996302182,41.327869398190636],[-72.85200096309826,41.327895398188296],[-72.85222696317157,41.327895398181056],[-72.85330496351476,41.32777939812384],[-72.85355696359925,41.32782739812513],[-72.85367596364118,41.327886398132826],[-72.85375396367027,41.32795339814342],[-72.85390496372851,41.328117398170605],[-72.8542569638653,41.32851739823743],[-72.85455196397055,41.32868639826096],[-72.8547169640283,41.32876139827033],[-72.85479896405542,41.328770398269455],[-72.85504596413713,41.328798398267],[-72.85512896416462,41.32880839826629],[-72.85535396424102,41.3288683982708],[-72.855400964257,41.32888139827182],[-72.85569296436093,41.32904439829428],[-72.8558029644029,41.32915539831244],[-72.85590696444352,41.32927739833292],[-72.85605996450316,41.32945439836258],[-72.85643096464945,41.32991339844031],[-72.85678796479016,41.33035439851499],[-72.8570369648924,41.3307343985812],[-72.85715696493862,41.33086339860255],[-72.85728596498589,41.33095939861715],[-72.85748096505243,41.33101739862222],[-72.85762696510268,41.3310683986275],[-72.85768296512158,41.33108139862824],[-72.8582579653161,41.33122239863734],[-72.85828696532589,41.33122939863777],[-72.85851896540338,41.33126839863796],[-72.85889996553065,41.331333398638414],[-72.85930796566525,41.331372398632936],[-72.85957296575268,41.33139839862951],[-72.86002696590032,41.33140439861612],[-72.86054996607045,41.331412398600904],[-72.86094596619854,41.33140539858682],[-72.86113296625881,41.33139839857945],[-72.86138996634321,41.33141639857474],[-72.86151296638367,41.33142639857274],[-72.86184096649305,41.331478398572365],[-72.86198896654257,41.331505398572894],[-72.86223396662467,41.331551398574014],[-72.86243496669088,41.33156939857109],[-72.8625389667252,41.331579398569694],[-72.86258596674061,41.33158239856876],[-72.8625049667245,41.33176239860652],[-72.86226596667764,41.332305398720216],[-72.8621859666619,41.33248639875813],[-72.86191196660631,41.33307639888213],[-72.861093966441,41.33484839925438],[-72.86082196638614,41.33543939937848],[-72.86071896636633,41.33568039942885],[-72.8604119663077,41.33640539958027],[-72.86030996628826,41.33664739963078],[-72.85967896608975,41.33675739967252],[-72.85749196540155,41.33713639981667],[-72.8570219652537,41.33721839984777],[-72.85423896437793,41.33770040003117],[-72.84904096274221,41.338601400373804],[-72.84622396185576,41.33909040055963],[-72.84550596162991,41.33921640060724],[-72.84335396095307,41.33959640075045],[-72.84263696072763,41.33972440079844],[-72.84185296048119,41.339865400851096],[-72.83970695980662,41.34025140099527],[-72.83521595839497,41.341060401297185],[-72.83508895835512,41.34108440130595],[-72.83091795704412,41.34183740158664],[-72.82798895612346,41.342366401783785],[-72.82797995612168,41.342386401787984],[-72.82789695610805,41.34262240183672],[-72.8278909561152,41.34278340186834],[-72.82792195615268,41.34326940196224],[-72.8279069561674,41.34361640203046],[-72.82790595616893,41.343649402036945],[-72.82791895622275,41.34452840220813],[-72.82791195625617,41.345161402331954],[-72.82792395627668,41.34545540238895],[-72.82792195629747,41.345835402463216],[-72.827944956334,41.346350402563004],[-72.82792395635026,41.346759402643535],[-72.82792395637976,41.347282402745634],[-72.82792495638787,41.34742040277254],[-72.82793095641387,41.3478464028555],[-72.82796195646124,41.34850740298355],[-72.82798495647887,41.34868740301795],[-72.82797195651307,41.34936840315132],[-72.82795695655331,41.35016740330775],[-72.82796195660895,41.35112440349441],[-72.82796195661301,41.35119640350847],[-72.82793495660837,41.35126940352358],[-72.82787595659232,41.3513244035362],[-72.82781795657418,41.35133640354041],[-72.82755095649092,41.351396403560685],[-72.82714695636274,41.351448403583774],[-72.82715995640123,41.35205540370184],[-72.82716395641488,41.35227440374446],[-72.82717795645605,41.35292340387068],[-72.82719595651096,41.35379240403973],[-72.8272159565718,41.354755404227056],[-72.82723195661879,41.35549540437098],[-72.82723395662435,41.355582404387896],[-72.82721595664718,41.356090404487624],[-72.82716395671653,41.35761740478732],[-72.82714695673975,41.3581264048872],[-72.82714095682459,41.35966340518737],[-72.82713395692596,41.36149840554569],[-72.82436095603695,41.361693405672646],[-72.82282695554515,41.361801405742874],[-72.82281995554638,41.36186340575521],[-72.8228179555462,41.36187140575682],[-72.82278795554824,41.36208040579858],[-72.82278695554798,41.36208140579879],[-72.82277995554972,41.36215240581288],[-72.82276195555269,41.36230840584391],[-72.82271495555166,41.36256040589459],[-72.82263995555081,41.36297640597817],[-72.82259095555715,41.363370406056625],[-72.82256195557152,41.36379140613971],[-72.82254295558111,41.36407040619477],[-72.82253695558673,41.36420440622111],[-72.82137395520546,41.36413740624531],[-72.8178869540623,41.36393640631785],[-72.81700395377283,41.36388540633618]]]},"properties":{"name":1806.02,"geoid":"09009180602"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.64877589495876,41.28888639704609],[-72.65007189538156,41.28892439701241],[-72.65064389556898,41.288955397000315],[-72.65624389740391,41.28926439688303],[-72.65697689764413,41.289305396867775],[-72.65792389795469,41.28936239684887],[-72.6581108980155,41.28936439684332],[-72.65828189807114,41.28936639683829],[-72.65845689812853,41.28937739683488],[-72.65949589846963,41.2894463968154],[-72.65984289858355,41.28946939680887],[-72.66142689910322,41.28956839677795],[-72.6639608999346,41.28972739672859],[-72.66448190010553,41.28976039671851],[-72.66530890037697,41.289814396702795],[-72.66724090102429,41.29017639671227],[-72.66727490103575,41.290184396712746],[-72.66841790142428,41.29049839673786],[-72.66923990170619,41.29076939676477],[-72.66990290193553,41.2910223967932],[-72.67039090210538,41.2912273968178],[-72.67075690223227,41.29137239683454],[-72.67078990224377,41.29138639683623],[-72.67152990249954,41.291665396867295],[-72.67186090261423,41.29179539688221],[-72.67222790274144,41.29194039689891],[-72.67302290301701,41.292254396935085],[-72.67406490337818,41.292665396982365],[-72.67717890445758,41.29389439712382],[-72.6779999047412,41.29420139715778],[-72.6790859051128,41.29454339719015],[-72.67963190529733,41.29467439719843],[-72.68021490549438,41.294814397207276],[-72.68157190594773,41.29504539720933],[-72.68196690607803,41.29508239720402],[-72.68315390646966,41.29519639718857],[-72.6835499066003,41.29523439718341],[-72.68382090668882,41.29524439717675],[-72.68708790776388,41.29550739712433],[-72.68713890779073,41.2956913971587],[-72.6871979078186,41.29584739718734],[-72.68727790785859,41.29609839723388],[-72.6875989080107,41.29695539739128],[-72.68766990804733,41.29719839743656],[-72.68768990806723,41.29743839748285],[-72.6877069080954,41.29784339756153],[-72.68771390810538,41.297981397588295],[-72.68745690808056,41.29902939780142],[-72.6873609080715,41.29942439788173],[-72.6872889080635,41.299699397937786],[-72.68725790806401,41.299888397975735],[-72.68713890807491,41.30077439815279],[-72.68714490808951,41.30100039819679],[-72.68715790811554,41.30139039827265],[-72.68726690816757,41.30168839832746],[-72.68744690823954,41.30193039836905],[-72.68769890833748,41.30221939841757],[-72.6879609084415,41.30255839847552],[-72.68822990855766,41.30307439856787],[-72.68856690871061,41.30385339870948],[-72.6887469088026,41.30445339882109],[-72.68904890894862,41.30531139897924],[-72.68921590902934,41.30578539906662],[-72.68939990911765,41.306296399160686],[-72.68947690915462,41.306510399200086],[-72.68965190922664,41.30678239924771],[-72.69011690940489,41.30727039932833],[-72.69085290967459,41.30782139941264],[-72.69127990983608,41.30823039947902],[-72.69134490986066,41.30829239948909],[-72.69259591032498,41.30933339965282],[-72.69292091045028,41.30968739971169],[-72.69320691056863,41.310143399791734],[-72.6938549108486,41.311387400014326],[-72.69436291106521,41.31231140017882],[-72.69497391133176,41.313530400397674],[-72.695650911627,41.31487840063966],[-72.69598791176931,41.31546640074387],[-72.69604791179432,41.315565400761315],[-72.69622791186956,41.31586540081423],[-72.69628791189463,41.315965400831864],[-72.69647991197151,41.316225400876576],[-72.69657891201204,41.31637540090274],[-72.69672791207306,41.31660140094218],[-72.69741991235537,41.31763140112149],[-72.69770191247038,41.31805040119443],[-72.69840391275605,41.319082401373784],[-72.69855591281794,41.31930640141274],[-72.69900491300004,41.3199554015253],[-72.69941491316538,41.32053140162483],[-72.70002891340236,41.321203401736625],[-72.70069291366485,41.32204140187926],[-72.70092691375726,41.32233540192929],[-72.70137691393741,41.32294340203378],[-72.70144291396427,41.32304040205063],[-72.70164591404681,41.323337402102226],[-72.70173291408457,41.32350740213267],[-72.70189391415448,41.323822402189116],[-72.70219091428615,41.32445140230258],[-72.7024139143821,41.32487240237775],[-72.70247091440696,41.32498540239802],[-72.70269091450247,41.32541540247504],[-72.70272391451654,41.32547540248573],[-72.70293491460662,41.325860402554255],[-72.70313191468597,41.326135402601714],[-72.70327691474628,41.32637140264322],[-72.70357091486537,41.32679340271631],[-72.70384691497283,41.32711240276986],[-72.70388891498922,41.32716140277809],[-72.70472891529856,41.32781540287916],[-72.70518791546976,41.32821140294192],[-72.70531591551911,41.328350402965015],[-72.705800915708,41.32891140305918],[-72.70598891578652,41.329223403114156],[-72.70617391587078,41.32965540319268],[-72.70644091599463,41.33031840331373],[-72.70645891601225,41.3305284033542],[-72.70643091601892,41.33080940340999],[-72.70632391599858,41.33106640346361],[-72.70635091602036,41.331298403508086],[-72.70644991606243,41.33147540353952],[-72.70677291619224,41.33192040361617],[-72.70714191634056,41.33242940370387],[-72.70735191642247,41.33267440374505],[-72.70750891648755,41.33292640378928],[-72.7076079165349,41.333197403839094],[-72.70772891659875,41.333635403920816],[-72.7077679166192,41.33377440394672],[-72.70783591665278,41.333979403984614],[-72.70785191666037,41.3340224039925],[-72.70786591666733,41.33406540400046],[-72.7079339167008,41.33426840403795],[-72.70807891676783,41.33462440410288],[-72.70812191678655,41.33470940411812],[-72.708230916834,41.334924404156645],[-72.7083449168862,41.335195404205976],[-72.70850891695868,41.335538404267766],[-72.70869991705233,41.336102404371864],[-72.7087969170976,41.336348404416825],[-72.70893491715312,41.33653940444976],[-72.70916591724146,41.336777404488885],[-72.70930991729415,41.33688340450501],[-72.70949891736336,41.337023404526335],[-72.70973491745154,41.33722940455906],[-72.70995191753568,41.33747340459983],[-72.70997391754466,41.337506404605556],[-72.71015591761851,41.33776940465115],[-72.71040691772153,41.338153404718156],[-72.7105789177956,41.33847840477618],[-72.71073891786129,41.338723404818936],[-72.71081291789119,41.338828404837095],[-72.71092991793452,41.338923404851926],[-72.7110719179865,41.33902840486791],[-72.71123891804768,41.3391524048868],[-72.71186591827352,41.33954940494437],[-72.71231291843631,41.33986440499167],[-72.71262191854824,41.34007140502226],[-72.71293091866075,41.3402884050548],[-72.71305891870729,41.340377405068104],[-72.71352891888024,41.34074040512404],[-72.71425991915308,41.341373405224395],[-72.71446291922858,41.34154440525132],[-72.7148929193885,41.34190640530834],[-72.71509391946542,41.342114405342556],[-72.71530091955148,41.34245040540158],[-72.71537291958877,41.34269840544774],[-72.71539691960807,41.342903405487014],[-72.71545791964377,41.343186405540344],[-72.71547091965078,41.34323640554969],[-72.71560391972304,41.34375440564662],[-72.71570791978777,41.344306405751134],[-72.71584491986056,41.344810405845216],[-72.7158539198651,41.34483940585059],[-72.71622192005069,41.346017406068924],[-72.71628992008884,41.34630340612263],[-72.71631092010132,41.34640440614169],[-72.7163679201351,41.346676406193005],[-72.71645792018352,41.34701840625693],[-72.71652492022783,41.347420406333306],[-72.71655392024577,41.34757240636205],[-72.71659392027057,41.34778240640181],[-72.71663492029398,41.34796240643566],[-72.71666392031035,41.34808640645895],[-72.71672692034267,41.34829740649815],[-72.71676992037246,41.34857940655185],[-72.71679492038507,41.34865940656667],[-72.7168569204159,41.348850406602004],[-72.71689992043734,41.3489834066266],[-72.71705492051079,41.349395406702136],[-72.71740092066212,41.35008940682662],[-72.71767092077953,41.350619406921524],[-72.71780892083947,41.35088940696986],[-72.71799692092124,41.35125840703592],[-72.71816892099561,41.35158840709487],[-72.71817692099901,41.35160240709736],[-72.71836492107842,41.35192940715522],[-72.71865392119494,41.3523334072249],[-72.71874992123594,41.352508407256],[-72.7187939212547,41.352588407270225],[-72.7189799213343,41.35293040733109],[-72.71818592108863,41.35314640739858],[-72.71812092106856,41.35316440740415],[-72.71672592063763,41.353556407525204],[-72.71580692035313,41.35380340760273],[-72.7157909203482,41.35380840760422],[-72.71501492010849,41.35402640767153],[-72.71489592007148,41.354055407680995],[-72.714539919961,41.35414640771011],[-72.71442191992438,41.35417640771973],[-72.71383291974296,41.3543514077727],[-72.7138099197359,41.354358407774775],[-72.71320791954975,41.35452440782639],[-72.7127209193997,41.35466840787003],[-72.71225791925617,41.35478940790841],[-72.71205791919436,41.35484540792574],[-72.71146791901229,41.35501440797753],[-72.71136191897915,41.355037407985414],[-72.71117791892172,41.35507840799929],[-72.71104491888029,41.35510940800957],[-72.71093991884764,41.35513540801798],[-72.70994391854076,41.35542940810716],[-72.7097069184678,41.35550040812858],[-72.7092589183294,41.35562640816745],[-72.70879291818461,41.355742408204954],[-72.70831991803873,41.35587940824679],[-72.70799191793839,41.35598940827874],[-72.70728691772177,41.35620840834396],[-72.70694391761347,41.35626340836564],[-72.70688991759646,41.356272408369115],[-72.70631891741117,41.356274408387705],[-72.70590691727695,41.35626640839927],[-72.70563191718774,41.35626840840844],[-72.70530991708108,41.356230408411264],[-72.7052419170581,41.35621440841032],[-72.70505791699598,41.35617240840797],[-72.7048379169222,41.35613040840679],[-72.70452691681672,41.35605040840106],[-72.70427591673118,41.35597840839501],[-72.70399391663422,41.35588240838526],[-72.70371191653688,41.35577940837412],[-72.70338191642247,41.355650408359445],[-72.7033289164042,41.35563140835743],[-72.70314891634222,41.35556840835086],[-72.70293891627068,41.35550840834585],[-72.70269691618704,41.355418408335986],[-72.70231991605677,41.35527840832064],[-72.70225891603572,41.355256408318304],[-72.70094091558178,41.35479340826988],[-72.70050191543058,41.354639408253796],[-72.70028491535612,41.35456840824685],[-72.69981291519368,41.354404408229854],[-72.69904691493008,41.35413940820251],[-72.69774991448402,41.35369540815713],[-72.69706191424743,41.353460408133145],[-72.69697191421606,41.35342240812859],[-72.69688191418471,41.35338440812404],[-72.69669991412164,41.35331340811596],[-72.69660891409013,41.353278408112025],[-72.69643291402951,41.35321640810554],[-72.69590691384843,41.35303340808654],[-72.6957319137882,41.35297240808021],[-72.69558291373684,41.3529194080746],[-72.69550091370866,41.35289140807174],[-72.69513991358356,41.35275140805591],[-72.69499291353269,41.35269540804965],[-72.694560913385,41.35256340803764],[-72.694110913232,41.35244040802795],[-72.69398791319048,41.352412408026396],[-72.69345491301064,41.35229140801974],[-72.69251391269715,41.35215040802217],[-72.69186691248633,41.352137408040235],[-72.69113391224995,41.35216640806924],[-72.69088191216947,41.35219040808196],[-72.69072091211811,41.35220640809021],[-72.68984491183926,41.35230640813764],[-72.68902191157932,41.35243640818923],[-72.68896391156105,41.35244640819304],[-72.68688891090181,41.35270640830988],[-72.68654491079315,41.35276040833136],[-72.68572291053363,41.352892408383326],[-72.68523291037867,41.35296640841338],[-72.6838169099299,41.35316340849693],[-72.68098590903277,41.3535584086642],[-72.68022390879075,41.35365540870739],[-72.67933490850992,41.35379540876303],[-72.67830090818032,41.35390540881742],[-72.67820990815132,41.35391540882228],[-72.67809190811316,41.35391840882661],[-72.67724090783851,41.35394840885958],[-72.67664790764364,41.353907408870434],[-72.67625990751573,41.35387340887614],[-72.67617290748647,41.35385540887538],[-72.67602390741477,41.353439408798884],[-72.67601890735962,41.352484408612526],[-72.67601490730867,41.3515984084396],[-72.67496190679725,41.34857440788245],[-72.67489990677261,41.348493407868595],[-72.67405690643653,41.3473814076782],[-72.67361390625913,41.34678240757528],[-72.67228690572774,41.34498840726707],[-72.67220590569526,41.344878407248146],[-72.67189790556601,41.34435640715596],[-72.67155190541922,41.34374140704682],[-72.67123890529328,41.343307406971995],[-72.66906390441814,41.34029140645193],[-72.66833990412678,41.33928640627861],[-72.66806190402005,41.33899240623],[-72.66722990370052,41.338110406084134],[-72.66695290359417,41.33781740603568],[-72.66668190348418,41.337424405967525],[-72.66586890315439,41.336248405763584],[-72.66559790304443,41.33585640569561],[-72.66528590291666,41.33538340561309],[-72.66514190287735,41.33551640564366],[-72.66500390282627,41.33540440562616],[-72.6649419028029,41.335346405616804],[-72.66448690266175,41.33546440565433],[-72.66409990253547,41.33545340566449],[-72.66080490127888,41.33211640511712],[-72.65910990065814,41.330858404925145],[-72.65850190043277,41.33035840484675],[-72.65844890041224,41.3302994048369],[-72.65785590023134,41.3305074048964],[-72.65607889968936,41.33113340507521],[-72.65548689950889,41.331343405135065],[-72.65544689948965,41.331231405114444],[-72.65544489948854,41.331223405112944],[-72.65538689946763,41.33118640510756],[-72.65524889942114,41.33115640510607],[-72.6552428994165,41.33110840509689],[-72.65523389941002,41.33104440508467],[-72.6552128993986,41.330962405069315],[-72.65498689931162,41.33071940502899],[-72.65492889929197,41.330704405027895],[-72.65489189927837,41.33067640502361],[-72.65449889913904,41.33046640499506],[-72.65401189897051,41.33028040497417],[-72.65396089894958,41.33020240496056],[-72.65326889871051,41.32994540493232],[-72.65293889859738,41.32983840492188],[-72.65291189858817,41.32983040492119],[-72.65254089845546,41.32961140489018],[-72.65249789843764,41.32954240487804],[-72.65232189837424,41.329430404861746],[-72.65191489823336,41.32927440484419],[-72.65167489814911,41.32916140482971],[-72.65147089806678,41.32887340477991],[-72.65110689794035,41.32872640476275],[-72.65067789778446,41.328429404718335],[-72.65047389771648,41.32839840471875],[-72.65043789769618,41.328244404689784],[-72.65044489767101,41.327753404593594],[-72.65051589768306,41.32755640455284],[-72.6506198977006,41.32726640449287],[-72.65058389767226,41.32696840443576],[-72.65047489762138,41.32669140438507],[-72.65037289758261,41.326590404368574],[-72.65018389751671,41.326509404358745],[-72.64964489733758,41.3264354043614],[-72.64949889728726,41.32638340435588],[-72.64906989714214,41.32627940434918],[-72.6487128970155,41.326087404323],[-72.64852389694563,41.32593540429928],[-72.64818889682894,41.32579340428215],[-72.64807289678936,41.3257594042792],[-72.6475558966093,41.325541404253],[-72.64742489656163,41.325449404239194],[-72.64725089649485,41.32526540420875],[-72.64698789639984,41.325093404183484],[-72.64693689638071,41.32504740417608],[-72.64674789631057,41.324890404151425],[-72.64671189629502,41.32482140413907],[-72.6466318962647,41.324743404126366],[-72.64651989621598,41.32452240408672],[-72.64644289618249,41.32437040405946],[-72.64640689616749,41.32431140404907],[-72.64626789611766,41.32422740403707],[-72.64604989604818,41.32425040404847],[-72.64580189596983,41.32428940406398],[-72.64523489577628,41.32412040404895],[-72.64509589572647,41.324036404036946],[-72.6450748957166,41.323982404027056],[-72.64516189570296,41.32323240387768],[-72.64522789571511,41.323066403843136],[-72.64530089573364,41.32297340382263],[-72.64496789561515,41.32278840379705],[-72.64474789553687,41.32266540377998],[-72.64439089541196,41.32250440375985],[-72.64434689540111,41.32256640377337],[-72.64433189540357,41.32269740379946],[-72.64422289537059,41.322740403811316],[-72.64410689533426,41.3227644038197],[-72.64329889506972,41.32272540383772],[-72.64299289497406,41.32279140386034],[-72.6427888949053,41.32274640385802],[-72.64256989482966,41.322665403849136],[-72.64243189477916,41.322563403833584],[-72.64237389475548,41.32247640381842],[-72.64239589475311,41.32230640378448],[-72.6422578946986,41.32213240375484],[-72.64223589468364,41.32199240372818],[-72.64206889462264,41.321871403709835],[-72.64202489460529,41.32181640370047],[-72.64193289456094,41.32155740365276],[-72.6418438945179,41.32130440360613],[-72.64177089447047,41.32087940352536],[-72.64201189452235,41.320407403425435],[-72.64200389451646,41.320348403414165],[-72.6418078944453,41.320213403393986],[-72.64153189433299,41.31980740332338],[-72.64129189424847,41.31968940330793],[-72.641189894212,41.31962940329944],[-72.64110989417638,41.31945640326815],[-72.64082689406426,41.31909440320635],[-72.64081089405606,41.319040403196325],[-72.64044789391814,41.31868140313765],[-72.64014889380837,41.31845440310276],[-72.64004089377048,41.31840340309622],[-72.63974889367681,41.318424403109596],[-72.63965489364568,41.318413403110426],[-72.63950189358674,41.318247403082836],[-72.63941389355583,41.31820540307742],[-72.6392468935042,41.31825140309171],[-72.6390578934461,41.31831040310924],[-72.6390208934341,41.31831040311042],[-72.63870089332023,41.31813240308577],[-72.63850489325438,41.318092403084165],[-72.63840289322064,41.31808140308525],[-72.6382788931777,41.31803340307981],[-72.63790789303648,41.31766140301885],[-72.63779889298964,41.31745640298222],[-72.6377408929632,41.317320402957485],[-72.63758789290705,41.31720440293966],[-72.63744189284992,41.31703040291028],[-72.63740689282946,41.31686740287952],[-72.63732589279881,41.31678940286683],[-72.63704189270045,41.316679402854334],[-72.63679489261874,41.316652402856896],[-72.63651889252048,41.31649740283535],[-72.63642389248729,41.316455402830144],[-72.63629989243961,41.31632240280809],[-72.6361468923724,41.31600840275155],[-72.6361398923613,41.315850402720876],[-72.63594389227835,41.315504402659435],[-72.63591489225884,41.315323402624976],[-72.635943892265,41.31526540261271],[-72.63598789227784,41.31523940260623],[-72.6363738923973,41.31513440257346],[-72.63635189238435,41.315030402553816],[-72.63618489231439,41.31474840250398],[-72.63622089231453,41.31454140246236],[-72.63630189233011,41.31434940242225],[-72.6362358923008,41.31420840239677],[-72.63615689227031,41.31412140238228],[-72.63600389221472,41.3140154023664],[-72.63586489215707,41.313791402327006],[-72.6358588921515,41.313726402314494],[-72.63585089214247,41.31361140229226],[-72.63586489214424,41.313561402282026],[-72.63585089213115,41.31340840225256],[-72.63579389209622,41.31311440219688],[-72.63572089206617,41.31300040217691],[-72.63540089194709,41.31272840213388],[-72.63524689189641,41.31271640213642],[-72.63462889170329,41.31285140218242],[-72.63442489163613,41.31283440218557],[-72.63436689161594,41.31281040218273],[-72.63428689158533,41.31272740216903],[-72.63430089158337,41.312610402145694],[-72.63427189156663,41.31247940212099],[-72.63434489158313,41.31235040209346],[-72.63435189157184,41.312107402045726],[-72.6342508915344,41.31202440203271],[-72.6340898914797,41.3119804020292],[-72.6338868914005,41.31174240198911],[-72.6337848913549,41.311519401948736],[-72.63365389130648,41.311413401932164],[-72.63349389125281,41.311382401931176],[-72.63335589120388,41.31130840192109],[-72.63320389114223,41.311088401882884],[-72.63312389109181,41.310650401799776],[-72.6330708910682,41.31053540177897],[-72.6329998910366,41.310382401751305],[-72.63280389096244,41.310193401720554],[-72.63268789092085,41.31012340171055],[-72.63249789085896,41.310119401715795],[-72.63235989081275,41.31009440171528],[-72.63218589074471,41.309887401680335],[-72.63188689063222,41.309611401635834],[-72.63174089057613,41.30945540160996],[-72.63171289056022,41.30933340158699],[-72.63177789057261,41.30917740155443],[-72.6317928905589,41.30884440148883],[-72.63184489056529,41.308656401450406],[-72.63205589061947,41.30839940139345],[-72.63224589066574,41.308123401333454],[-72.63232489068922,41.30808440132332],[-72.63238789070554,41.308010401306845],[-72.63240489071008,41.30799240130279],[-72.63253689074048,41.30776940125499],[-72.63259489075686,41.30772540124453],[-72.63274789080496,41.307697401234215],[-72.63290089085153,41.30764140121841],[-72.6329148908491,41.30751640119352],[-72.63274089078182,41.3073234011613],[-72.63269689076267,41.30723640114568],[-72.63277089076244,41.30680140105826],[-72.63275289075447,41.306763401051384],[-72.63270489073291,41.30665640103199],[-72.63273489073462,41.30651240100288],[-72.63264689068413,41.30611940092882],[-72.63271989068882,41.30577840085979],[-72.63279289070302,41.30560840082424],[-72.63286589071367,41.30537440077615],[-72.63289589071827,41.30528240075721],[-72.63294589073128,41.30522440074428],[-72.63325189083297,41.30526640074279],[-72.63331989084674,41.305117400711495],[-72.63332389084763,41.30511040070999],[-72.63353589090212,41.30485340065301],[-72.63353789089429,41.30470140062322],[-72.6335418908865,41.30453840059121],[-72.63354389088164,41.30443940057179],[-72.6335658908838,41.304350400553666],[-72.63360089089377,41.30432540054768],[-72.63381389095456,41.304175400511575],[-72.6339288909852,41.30405540048446],[-72.63397389099211,41.303917400456044],[-72.6339508909775,41.30378940043174],[-72.63393789096905,41.30371340041729],[-72.63385489093473,41.30358140039411],[-72.63366589082696,41.30274940023736],[-72.63357089077273,41.302330400158425],[-72.63358189077269,41.302265400145366],[-72.63335189058367,41.300215399751686],[-72.6332568905056,41.299368399589014],[-72.63473689092791,41.29832539933805],[-72.63917889219553,41.29519839858545],[-72.6392658922203,41.29513639857056],[-72.63954189229914,41.29494339852405],[-72.64065989261812,41.29415539833442],[-72.6409548927011,41.29392639828026],[-72.64183989295009,41.293239398117784],[-72.64213589303345,41.29301139806379],[-72.64248389313079,41.292731397997976],[-72.64352889342335,41.29189439780108],[-72.64387789352108,41.29161539773543],[-72.64398889354912,41.29147239770393],[-72.64410089357746,41.291328397672196],[-72.64439089365078,41.29095539759002],[-72.64467089372147,41.290593397510314],[-72.64468089372404,41.290581397507644],[-72.64479889375387,41.290429397474156],[-72.64483189375535,41.290263397440654],[-72.64497389376115,41.28954139729489],[-72.64504189377989,41.28948139728099],[-72.645322893858,41.289246397226094],[-72.64560389393615,41.2890123971714],[-72.64562389394172,41.28899539716744],[-72.64571789397517,41.28904839717483],[-72.64583889401824,41.289116397184294],[-72.64595889406098,41.289184397193786],[-72.64642689422762,41.28944839723058],[-72.64689489439432,41.28971339726759],[-72.64709889446696,41.289828397283614],[-72.64730789453056,41.28975239726212],[-72.64731289453212,41.28975139726175],[-72.64770089465021,41.28961039722184],[-72.64808889476835,41.28947039718216],[-72.64830689483475,41.289392397159965],[-72.6485248949011,41.289313397137605],[-72.64862989493407,41.28929339713036],[-72.64894489503298,41.289233397108625],[-72.64905089506634,41.289214397101546],[-72.64899089504334,41.289151397091125],[-72.64892389501767,41.289081397079556],[-72.64882689497911,41.288954397057786],[-72.64877589495876,41.28888639704609]]]},"properties":{"name":1903.01,"geoid":"09009190301"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.74605992774923,41.31061339819994],[-72.74606492775666,41.310717398220106],[-72.74603892775419,41.31082339824166],[-72.74598692774286,41.31092239826266],[-72.74586192771115,41.31108039829755],[-72.74571892768702,41.31147739837969],[-72.74355592735556,41.31808039973923],[-72.74267992722748,41.32086440031123],[-72.74156692701025,41.32343040084815],[-72.74145092698771,41.32369940090441],[-72.74154092716789,41.32638840142697],[-72.74191092754737,41.33100840231782],[-72.7419589276062,41.331778402466725],[-72.74213492782013,41.33457040300652],[-72.74217392784358,41.334762403042795],[-72.74229192791441,41.335341403152135],[-72.74233192793824,41.33553440318857],[-72.74240292799156,41.33607340329159],[-72.74256792811543,41.33732540353088],[-72.74262292815388,41.33769140360062],[-72.74270592821102,41.33822940370306],[-72.74270992821371,41.33825440370782],[-72.74272392822249,41.33832940372202],[-72.74272892822557,41.33835540372695],[-72.74277792825694,41.338630403779085],[-72.7429269283518,41.339458403936064],[-72.74297692838356,41.33973440398838],[-72.74298692839501,41.33988040401658],[-72.74301692842936,41.340318404101176],[-72.74302692844086,41.34046540412956],[-72.74313392851829,41.3412254042746],[-72.74345492875072,41.34350740471005],[-72.74356192882824,41.34426840485524],[-72.74361692886998,41.34469340493651],[-72.74339592880183,41.34475740495605],[-72.74307292870209,41.344848404984134],[-72.74269792858637,41.344955405017004],[-72.74142092819143,41.34530440512591],[-72.74073192797766,41.34548040518227],[-72.7407139279721,41.34548540518382],[-72.7399509277357,41.34568640524743],[-72.73988592771556,41.34570340525283],[-72.7396759276508,41.345764405271446],[-72.73921692750937,41.345899405312444],[-72.73885092739609,41.34599740534327],[-72.73857592731102,41.34607240536669],[-72.73842092726406,41.346132405383365],[-72.73827592721896,41.34616740539482],[-72.73722492689822,41.346531405499455],[-72.73714892687528,41.34656240550793],[-72.73636392663876,41.34688840559665],[-72.73496692621919,41.34749240575918],[-72.73404692594659,41.34795640587914],[-72.73361792581785,41.34814440592955],[-72.73301492563682,41.34840640599995],[-72.7316319252217,41.34900940616185],[-72.7310059250336,41.34927840623434],[-72.7307119249453,41.34940540626852],[-72.72963892462361,41.34988040639551],[-72.729320924527,41.34999840642869],[-72.72912292446631,41.35006240644752],[-72.72847692426849,41.35027440650953],[-72.72786792408056,41.350448406562926],[-72.72752192397357,41.35054340659252],[-72.72683992376277,41.35073240665117],[-72.72605892352013,41.35092740671418],[-72.72522992326381,41.35115540678514],[-72.7249959231916,41.35122240680568],[-72.72465092308515,41.35132140683603],[-72.72426492296611,41.35143340687021],[-72.72369292278839,41.351575406916176],[-72.72292892255201,41.35178340698116],[-72.72290492254463,41.3517904069833],[-72.72215192231323,41.352023407052805],[-72.7213739220717,41.3522204071161],[-72.72073392187335,41.35238840716931],[-72.72054592181561,41.35244740718683],[-72.72024592172356,41.352542407214955],[-72.71976592157597,41.35268940725894],[-72.71960792152737,41.35273740727337],[-72.71913692138253,41.3528814073165],[-72.7189799213343,41.35293040733109],[-72.7187939212547,41.352588407270225],[-72.71874992123594,41.352508407256],[-72.71865392119494,41.3523334072249],[-72.71836492107842,41.35192940715522],[-72.71817692099901,41.35160240709736],[-72.71816892099561,41.35158840709487],[-72.71799692092124,41.35125840703592],[-72.71780892083947,41.35088940696986],[-72.71767092077953,41.350619406921524],[-72.71740092066212,41.35008940682662],[-72.71705492051079,41.349395406702136],[-72.71689992043734,41.3489834066266],[-72.7168569204159,41.348850406602004],[-72.71679492038507,41.34865940656667],[-72.71676992037246,41.34857940655185],[-72.71672692034267,41.34829740649815],[-72.71666392031035,41.34808640645895],[-72.71663492029398,41.34796240643566],[-72.71659392027057,41.34778240640181],[-72.71655392024577,41.34757240636205],[-72.71652492022783,41.347420406333306],[-72.71645792018352,41.34701840625693],[-72.7163679201351,41.346676406193005],[-72.71631092010132,41.34640440614169],[-72.71628992008884,41.34630340612263],[-72.71622192005069,41.346017406068924],[-72.7158539198651,41.34483940585059],[-72.71584491986056,41.344810405845216],[-72.71570791978777,41.344306405751134],[-72.71560391972304,41.34375440564662],[-72.71547091965078,41.34323640554969],[-72.71545791964377,41.343186405540344],[-72.71539691960807,41.342903405487014],[-72.71537291958877,41.34269840544774],[-72.71530091955148,41.34245040540158],[-72.71509391946542,41.342114405342556],[-72.7148929193885,41.34190640530834],[-72.71446291922858,41.34154440525132],[-72.71425991915308,41.341373405224395],[-72.71352891888024,41.34074040512404],[-72.71305891870729,41.340377405068104],[-72.71293091866075,41.3402884050548],[-72.71262191854824,41.34007140502226],[-72.71231291843631,41.33986440499167],[-72.71186591827352,41.33954940494437],[-72.71123891804768,41.3391524048868],[-72.7110719179865,41.33902840486791],[-72.71092991793452,41.338923404851926],[-72.71081291789119,41.338828404837095],[-72.71073891786129,41.338723404818936],[-72.7105789177956,41.33847840477618],[-72.71040691772153,41.338153404718156],[-72.71015591761851,41.33776940465115],[-72.70997391754466,41.337506404605556],[-72.70995191753568,41.33747340459983],[-72.70973491745154,41.33722940455906],[-72.70949891736336,41.337023404526335],[-72.70930991729415,41.33688340450501],[-72.70916591724146,41.336777404488885],[-72.70893491715312,41.33653940444976],[-72.7087969170976,41.336348404416825],[-72.70869991705233,41.336102404371864],[-72.70850891695868,41.335538404267766],[-72.7083449168862,41.335195404205976],[-72.708230916834,41.334924404156645],[-72.70812191678655,41.33470940411812],[-72.70807891676783,41.33462440410288],[-72.7079339167008,41.33426840403795],[-72.70786591666733,41.33406540400046],[-72.70785191666037,41.3340224039925],[-72.70783591665278,41.333979403984614],[-72.7077679166192,41.33377440394672],[-72.70772891659875,41.333635403920816],[-72.7076079165349,41.333197403839094],[-72.70750891648755,41.33292640378928],[-72.70735191642247,41.33267440374505],[-72.70714191634056,41.33242940370387],[-72.70677291619224,41.33192040361617],[-72.70644991606243,41.33147540353952],[-72.70635091602036,41.331298403508086],[-72.70632391599858,41.33106640346361],[-72.70643091601892,41.33080940340999],[-72.70645891601225,41.3305284033542],[-72.70644091599463,41.33031840331373],[-72.70617391587078,41.32965540319268],[-72.70598891578652,41.329223403114156],[-72.705800915708,41.32891140305918],[-72.70531591551911,41.328350402965015],[-72.70518791546976,41.32821140294192],[-72.70472891529856,41.32781540287916],[-72.70388891498922,41.32716140277809],[-72.70384691497283,41.32711240276986],[-72.70357091486537,41.32679340271631],[-72.70327691474628,41.32637140264322],[-72.70313191468597,41.326135402601714],[-72.70293491460662,41.325860402554255],[-72.70272391451654,41.32547540248573],[-72.70269091450247,41.32541540247504],[-72.70247091440696,41.32498540239802],[-72.7024139143821,41.32487240237775],[-72.70219091428615,41.32445140230258],[-72.70189391415448,41.323822402189116],[-72.70173291408457,41.32350740213267],[-72.70164591404681,41.323337402102226],[-72.70144291396427,41.32304040205063],[-72.70137691393741,41.32294340203378],[-72.70092691375726,41.32233540192929],[-72.70069291366485,41.32204140187926],[-72.70002891340236,41.321203401736625],[-72.69941491316538,41.32053140162483],[-72.69900491300004,41.3199554015253],[-72.69855591281794,41.31930640141274],[-72.69840391275605,41.319082401373784],[-72.69770191247038,41.31805040119443],[-72.69741991235537,41.31763140112149],[-72.69672791207306,41.31660140094218],[-72.69657891201204,41.31637540090274],[-72.69647991197151,41.316225400876576],[-72.69628791189463,41.315965400831864],[-72.69622791186956,41.31586540081423],[-72.69604791179432,41.315565400761315],[-72.69598791176931,41.31546640074387],[-72.695650911627,41.31487840063966],[-72.69497391133176,41.313530400397674],[-72.69436291106521,41.31231140017882],[-72.6938549108486,41.311387400014326],[-72.69320691056863,41.310143399791734],[-72.69292091045028,41.30968739971169],[-72.69259591032498,41.30933339965282],[-72.69134490986066,41.30829239948909],[-72.69127990983608,41.30823039947902],[-72.69085290967459,41.30782139941264],[-72.69011690940489,41.30727039932833],[-72.68965190922664,41.30678239924771],[-72.68947690915462,41.306510399200086],[-72.68939990911765,41.306296399160686],[-72.68921590902934,41.30578539906662],[-72.68904890894862,41.30531139897924],[-72.6887469088026,41.30445339882109],[-72.68856690871061,41.30385339870948],[-72.68822990855766,41.30307439856787],[-72.6879609084415,41.30255839847552],[-72.68769890833748,41.30221939841757],[-72.68744690823954,41.30193039836905],[-72.68726690816757,41.30168839832746],[-72.68715790811554,41.30139039827265],[-72.68714490808951,41.30100039819679],[-72.68713890807491,41.30077439815279],[-72.68725790806401,41.299888397975735],[-72.6872889080635,41.299699397937786],[-72.6873609080715,41.29942439788173],[-72.68745690808056,41.29902939780142],[-72.68771390810538,41.297981397588295],[-72.6877069080954,41.29784339756153],[-72.68768990806723,41.29743839748285],[-72.68766990804733,41.29719839743656],[-72.6875989080107,41.29695539739128],[-72.68727790785859,41.29609839723388],[-72.6871979078186,41.29584739718734],[-72.68713890779073,41.2956913971587],[-72.68708790776388,41.29550739712433],[-72.68831390816695,41.29559939710334],[-72.69036890884328,41.29576639707066],[-72.69052890889597,41.295780397068306],[-72.69062290892771,41.295802397069615],[-72.69063990893339,41.29580539706968],[-72.69107990907794,41.295836397061734],[-72.69172490928969,41.29587939704964],[-72.69330890981085,41.2960053970239],[-72.69427891013044,41.29609039700968],[-72.6948069103037,41.296124396999524],[-72.69529091046324,41.29616839699274],[-72.6957549106159,41.296205396985215],[-72.69605091071332,41.29622939698048],[-72.69686491097984,41.29627139696281],[-72.69853391152853,41.29639639693416],[-72.69860191155094,41.29640239693318],[-72.69933991179431,41.296471396923195],[-72.69955091186347,41.29648339691884],[-72.69983591195731,41.29650739691446],[-72.7006929122396,41.296581396901644],[-72.70097891233381,41.296606396897445],[-72.70103491235226,41.29661139689664],[-72.70144891248891,41.29665239689149],[-72.70285891295438,41.296792396874004],[-72.70332991310987,41.2968393968682],[-72.7035099131689,41.296850396864635],[-72.7040519133467,41.29688439685403],[-72.70423291340612,41.29689639685061],[-72.70444191347485,41.2969123968471],[-72.70500391365981,41.2969583968382],[-72.70506891368119,41.296963396837114],[-72.7052789137504,41.29698239683416],[-72.70576491391049,41.297024396826906],[-72.7058959139538,41.29703839682547],[-72.7066259141952,41.29711839681788],[-72.70774691456353,41.29719939679805],[-72.708365914767,41.29724539678734],[-72.70855491482911,41.297259396784064],[-72.70926191506122,41.29730639677075],[-72.7103919154317,41.29737339674788],[-72.71112291567219,41.29743139673595],[-72.7112379157099,41.29743839673366],[-72.71377491654238,41.29760139668478],[-72.71558591713173,41.29763039663278],[-72.71745591773778,41.29761539657031],[-72.71873991815286,41.29758639652376],[-72.71898391823193,41.29758439651559],[-72.71986991851904,41.29757639648581],[-72.72084891883634,41.297569396453255],[-72.72274891945176,41.29754839638865],[-72.72307391955641,41.29753339637536],[-72.72350891969684,41.297520396358955],[-72.72418891991595,41.297492396331826],[-72.72547292033063,41.29745639628388],[-72.72560892037475,41.29745639627954],[-72.7273479209395,41.29746339622553],[-72.73047692195283,41.2974263961186],[-72.73162592232465,41.29740739607828],[-72.73270392267348,41.2973893960404],[-72.73419492315497,41.29734739598467],[-72.73483792336262,41.29732939596067],[-72.7361359237827,41.297309395915384],[-72.73639892386782,41.29730539590622],[-72.73705692408163,41.29731039588623],[-72.73753492423575,41.29729239586747],[-72.73769892428862,41.29728639586108],[-72.73896892469924,41.29725939581532],[-72.73907292473288,41.29725739581161],[-72.73944792485416,41.2972503957983],[-72.73974992495191,41.29724539578769],[-72.73981192497197,41.297244395785505],[-72.74065592524498,41.297229395755686],[-72.74095792534271,41.297224395745076],[-72.74117392541258,41.297220395737405],[-72.74154892553393,41.297214395724275],[-72.74182192562226,41.297209395714596],[-72.7420389256925,41.2972063957071],[-72.74270892599608,41.29874339598626],[-72.74395792656195,41.301607396506405],[-72.74474192691387,41.303346396821404],[-72.7454319272236,41.304876397098504],[-72.74669592781171,41.30804839767826],[-72.74605992774923,41.31061339819994]]]},"properties":{"name":1903.02,"geoid":"09009190302"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.72064092606534,41.42740542180747],[-72.71859592541985,41.427740421938104],[-72.71246492348467,41.42874542232979],[-72.71042092283953,41.42908142246057],[-72.7099929227047,41.42915642248886],[-72.70871192230143,41.42938542257439],[-72.70834392218559,41.429451422598994],[-72.70828492216697,41.42946142260285],[-72.70804092209036,41.4295084226198],[-72.70793892206291,41.42960942264273],[-72.70776292200765,41.429643422654976],[-72.70608492148122,41.429976422773464],[-72.70552592130592,41.43008842281314],[-72.705430921276,41.43010542281948],[-72.70539892126602,41.43011242282188],[-72.70527192122617,41.430137422830796],[-72.70516492119269,41.430160422838696],[-72.70514892118766,41.4301634228398],[-72.70505592115853,41.43018242284648],[-72.70493992112213,41.43020542285465],[-72.70276192043472,41.43056442299415],[-72.69587791826206,41.43170042343531],[-72.69358391753804,41.43207942358238],[-72.69351391751592,41.43209042358675],[-72.69342791748876,41.432104423592214],[-72.69342391748746,41.43210442359235],[-72.69295291734117,41.432224423630764],[-72.69291491732942,41.43223442363393],[-72.69279691729281,41.43226542364374],[-72.69279591729247,41.43226542364378],[-72.69263891724373,41.43230542365658],[-72.69234891715158,41.43234242367304],[-72.69155891690069,41.432445423718335],[-72.69099591672193,41.432519423750705],[-72.69055591658224,41.43257742377607],[-72.69054591657903,41.43257842377657],[-72.69029191649858,41.43261542379187],[-72.68953391625865,41.43272842383809],[-72.68928191617901,41.43276842385392],[-72.68903891610226,41.432807423869285],[-72.68853591593877,41.43280642388514],[-72.68793591574945,41.43290642392378],[-72.68391891448186,41.43357542418228],[-72.6832249142629,41.43369142422705],[-72.68270691409941,41.433777424260334],[-72.68258191406,41.4337984242684],[-72.68253991404673,41.433805424271114],[-72.68182791381548,41.43380742429422],[-72.68181391381088,41.43380642429445],[-72.67950791306151,41.43380542436781],[-72.67873991281195,41.433805424392304],[-72.67878091269989,41.431578423956935],[-72.67879991265089,41.4305984237653],[-72.67890791236512,41.42489842265072],[-72.67893691228912,41.423380422353866],[-72.6789499122535,41.4226724222154],[-72.67899791204538,41.41869642143866],[-72.67899791204184,41.4186334214264],[-72.67903091190217,41.41596042090415],[-72.67909691161276,41.410433419824216],[-72.67910491157863,41.409780419696624],[-72.6791309114663,41.407632419276865],[-72.67914391140778,41.40651641905879],[-72.6791719112879,41.404222418610466],[-72.6791929111967,41.40247841826962],[-72.67921391113536,41.40126641803253],[-72.67927791095175,41.397629417321],[-72.67929991089085,41.396418417084035],[-72.67928991083294,41.395445416894525],[-72.67926191066,41.392529416326504],[-72.67925291060246,41.39155741613714],[-72.67925991058975,41.39129041608483],[-72.67928191055206,41.390492415928406],[-72.67928991053978,41.390227415876446],[-72.67941291039027,41.38685441521436],[-72.67967191007651,41.37976841382323],[-72.67917990974873,41.37677641325491],[-72.67915590973246,41.37662541322621],[-72.67902890964794,41.37585441307976],[-72.67877290947965,41.374337412791796],[-72.67862290938103,41.373448412623034],[-72.67822090916157,41.37186441232662],[-72.67830390906342,41.36963441188864],[-72.67864990865883,41.36041841007823],[-72.67861690862999,41.36009541001621],[-72.67852490857005,41.35955940991447],[-72.67844790852004,41.35911340982982],[-72.67843490851162,41.3590384098156],[-72.67842190850313,41.35896240980116],[-72.67826890840382,41.35807740963321],[-72.67815490832946,41.357411409506774],[-72.67770390813361,41.35653040934908],[-72.67734690797853,41.35583240922413],[-72.67713890788218,41.35531840913037],[-72.67656790766463,41.35474540903663],[-72.67652690764133,41.354567409003174],[-72.67617290748647,41.35385540887538],[-72.67625990751573,41.35387340887614],[-72.67664790764364,41.353907408870434],[-72.67724090783851,41.35394840885958],[-72.67809190811316,41.35391840882661],[-72.67820990815132,41.35391540882228],[-72.67830090818032,41.35390540881742],[-72.67933490850992,41.35379540876303],[-72.68022390879075,41.35365540870739],[-72.68098590903277,41.3535584086642],[-72.6838169099299,41.35316340849693],[-72.68523291037867,41.35296640841338],[-72.68572291053363,41.352892408383326],[-72.68654491079315,41.35276040833136],[-72.68688891090181,41.35270640830988],[-72.68896391156105,41.35244640819304],[-72.68902191157932,41.35243640818923],[-72.68984491183926,41.35230640813764],[-72.69072091211811,41.35220640809021],[-72.69088191216947,41.35219040808196],[-72.69113391224995,41.35216640806924],[-72.69186691248633,41.352137408040235],[-72.69251391269715,41.35215040802217],[-72.69345491301064,41.35229140801974],[-72.69398791319048,41.352412408026396],[-72.694110913232,41.35244040802795],[-72.694560913385,41.35256340803764],[-72.69499291353269,41.35269540804965],[-72.69513991358356,41.35275140805591],[-72.69550091370866,41.35289140807174],[-72.69558291373684,41.3529194080746],[-72.6957319137882,41.35297240808021],[-72.69590691384843,41.35303340808654],[-72.69643291402951,41.35321640810554],[-72.69660891409013,41.353278408112025],[-72.69669991412164,41.35331340811596],[-72.69688191418471,41.35338440812404],[-72.69697191421606,41.35342240812859],[-72.69706191424743,41.353460408133145],[-72.69774991448402,41.35369540815713],[-72.69904691493008,41.35413940820251],[-72.69981291519368,41.354404408229854],[-72.70028491535612,41.35456840824685],[-72.70050191543058,41.354639408253796],[-72.70094091558178,41.35479340826988],[-72.70225891603572,41.355256408318304],[-72.70231991605677,41.35527840832064],[-72.70269691618704,41.355418408335986],[-72.70293891627068,41.35550840834585],[-72.70314891634222,41.35556840835086],[-72.7033289164042,41.35563140835743],[-72.70338191642247,41.355650408359445],[-72.70371191653688,41.35577940837412],[-72.70399391663422,41.35588240838526],[-72.70427591673118,41.35597840839501],[-72.70452691681672,41.35605040840106],[-72.7048379169222,41.35613040840679],[-72.70505791699598,41.35617240840797],[-72.7052419170581,41.35621440841032],[-72.70530991708108,41.356230408411264],[-72.70563191718774,41.35626840840844],[-72.70590691727695,41.35626640839927],[-72.70631891741117,41.356274408387705],[-72.70688991759646,41.356272408369115],[-72.70694391761347,41.35626340836564],[-72.70728691772177,41.35620840834396],[-72.70799191793839,41.35598940827874],[-72.70831991803873,41.35587940824679],[-72.70879291818461,41.355742408204954],[-72.7092589183294,41.35562640816745],[-72.7097069184678,41.35550040812858],[-72.70994391854076,41.35542940810716],[-72.71093991884764,41.35513540801798],[-72.71104491888029,41.35510940800957],[-72.71117791892172,41.35507840799929],[-72.71136191897915,41.355037407985414],[-72.71146791901229,41.35501440797753],[-72.71205791919436,41.35484540792574],[-72.71225791925617,41.35478940790841],[-72.7127209193997,41.35466840787003],[-72.71320791954975,41.35452440782639],[-72.7138099197359,41.354358407774775],[-72.71383291974296,41.3543514077727],[-72.71442191992438,41.35417640771973],[-72.714539919961,41.35414640771011],[-72.71489592007148,41.354055407680995],[-72.71501492010849,41.35402640767153],[-72.7157909203482,41.35380840760422],[-72.71580692035313,41.35380340760273],[-72.71672592063763,41.353556407525204],[-72.71812092106856,41.35316440740415],[-72.71818592108863,41.35314640739858],[-72.7189799213343,41.35293040733109],[-72.71913692138253,41.3528814073165],[-72.71960792152737,41.35273740727337],[-72.71976592157597,41.35268940725894],[-72.72024592172356,41.352542407214955],[-72.72054592181561,41.35244740718683],[-72.72073392187335,41.35238840716931],[-72.7213739220717,41.3522204071161],[-72.72215192231323,41.352023407052805],[-72.72290492254463,41.3517904069833],[-72.72292892255201,41.35178340698116],[-72.72369292278839,41.351575406916176],[-72.72426492296611,41.35143340687021],[-72.72465092308515,41.35132140683603],[-72.7249959231916,41.35122240680568],[-72.72522992326381,41.35115540678514],[-72.72605892352013,41.35092740671418],[-72.72683992376277,41.35073240665117],[-72.72752192397357,41.35054340659252],[-72.72786792408056,41.350448406562926],[-72.72847692426849,41.35027440650953],[-72.72912292446631,41.35006240644752],[-72.729320924527,41.34999840642869],[-72.72963892462361,41.34988040639551],[-72.7307119249453,41.34940540626852],[-72.7310059250336,41.34927840623434],[-72.7316319252217,41.34900940616185],[-72.73301492563682,41.34840640599995],[-72.73361792581785,41.34814440592955],[-72.73404692594659,41.34795640587914],[-72.73496692621919,41.34749240575918],[-72.73636392663876,41.34688840559665],[-72.73714892687528,41.34656240550793],[-72.73722492689822,41.346531405499455],[-72.73827592721896,41.34616740539482],[-72.73842092726406,41.346132405383365],[-72.73857592731102,41.34607240536669],[-72.73885092739609,41.34599740534327],[-72.73921692750937,41.345899405312444],[-72.7396759276508,41.345764405271446],[-72.73988592771556,41.34570340525283],[-72.7399509277357,41.34568640524743],[-72.7407139279721,41.34548540518382],[-72.74073192797766,41.34548040518227],[-72.74142092819143,41.34530440512591],[-72.74269792858637,41.344955405017004],[-72.74307292870209,41.344848404984134],[-72.74339592880183,41.34475740495605],[-72.74361692886998,41.34469340493651],[-72.7438359290351,41.34636640525624],[-72.74378792902273,41.34642340526891],[-72.74364492898597,41.34659540530705],[-72.74359792897397,41.34665340531987],[-72.74406992941486,41.35177040630404],[-72.74458692989758,41.35736940738073],[-72.74459492990506,41.357456407397464],[-72.7454529307239,41.36705940924466],[-72.74545793072916,41.36712340925699],[-72.745915931166,41.37224241024146],[-72.74618693142722,41.37531941083328],[-72.74648393171404,41.37870041148354],[-72.7468249320424,41.38256441222659],[-72.74725693233552,41.385277412742084],[-72.74759493256511,41.387404413146236],[-72.7479969328379,41.38992841362577],[-72.74822693299403,41.391373413900276],[-72.74927293370406,41.3979434151483],[-72.74929793372094,41.39809841517773],[-72.74597193257375,41.396909415052164],[-72.74464093229521,41.399636415626546],[-72.743844932129,41.40127341597124],[-72.7427449318698,41.40301241634553],[-72.74234693175765,41.403316416417525],[-72.74143193150006,41.40401841658367],[-72.7413059314628,41.404083416600386],[-72.74092993135179,41.4042804166508],[-72.74080493131493,41.40434641666767],[-72.74075493130222,41.40440941668155],[-72.74060493126414,41.4045984167232],[-72.74055493125148,41.404661416737085],[-72.73593792999905,41.4090454177395],[-72.73281792915283,41.41201041841731],[-72.73130692878529,41.41419641889179],[-72.72819892797017,41.417645419663515],[-72.72608392731242,41.418164419832266],[-72.72337492648809,41.41915242011141],[-72.72262992637667,41.421468420586685],[-72.72215992630649,41.4229314208869],[-72.72201192626778,41.42309742092397],[-72.72145592612257,41.42372542106415],[-72.72121792610592,41.42480142128149],[-72.72064092606534,41.42740542180747]]]},"properties":{"name":1903.03,"geoid":"09009190303"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.67617290748647,41.35385540887538],[-72.67652690764133,41.354567409003174],[-72.67656790766463,41.35474540903663],[-72.67713890788218,41.35531840913037],[-72.67734690797853,41.35583240922413],[-72.67770390813361,41.35653040934908],[-72.67815490832946,41.357411409506774],[-72.67826890840382,41.35807740963321],[-72.67842190850313,41.35896240980116],[-72.67843490851162,41.3590384098156],[-72.67844790852004,41.35911340982982],[-72.67852490857005,41.35955940991447],[-72.67861690862999,41.36009541001621],[-72.67864990865883,41.36041841007823],[-72.67830390906342,41.36963441188864],[-72.67822090916157,41.37186441232662],[-72.67862290938103,41.373448412623034],[-72.67877290947965,41.374337412791796],[-72.67902890964794,41.37585441307976],[-72.67915590973246,41.37662541322621],[-72.67917990974873,41.37677641325491],[-72.67967191007651,41.37976841382323],[-72.67941291039027,41.38685441521436],[-72.67928991053978,41.390227415876446],[-72.67928191055206,41.390492415928406],[-72.67925991058975,41.39129041608483],[-72.67925291060246,41.39155741613714],[-72.67926191066,41.392529416326504],[-72.67928991083294,41.395445416894525],[-72.67929991089085,41.396418417084035],[-72.67927791095175,41.397629417321],[-72.67921391113536,41.40126641803253],[-72.6791929111967,41.40247841826962],[-72.6791719112879,41.404222418610466],[-72.67914391140778,41.40651641905879],[-72.6791309114663,41.407632419276865],[-72.67910491157863,41.409780419696624],[-72.67909691161276,41.410433419824216],[-72.67903091190217,41.41596042090415],[-72.67899791204184,41.4186334214264],[-72.67899791204538,41.41869642143866],[-72.6789499122535,41.4226724222154],[-72.67893691228912,41.423380422353866],[-72.67890791236512,41.42489842265072],[-72.67879991265089,41.4305984237653],[-72.67878091269989,41.431578423956935],[-72.67873991281195,41.433805424392304],[-72.67712491230574,41.43413542450813],[-72.6737159112373,41.43483342475287],[-72.67247891084956,41.43508642484162],[-72.67228291078811,41.435126424855646],[-72.6719289106772,41.43519942488117],[-72.67109291041527,41.43537242494155],[-72.67083591033368,41.435406424956376],[-72.67066291027795,41.435415424963644],[-72.67023191013898,41.43543442498109],[-72.66894090972258,41.435490425033144],[-72.66851090958393,41.43550942505056],[-72.66840190954926,41.435522425056554],[-72.66839190954606,41.43552342505707],[-72.66803690943311,41.43556642507677],[-72.66791890939561,41.43558142508346],[-72.66683390904983,41.43570242514163],[-72.6650559084923,41.43606242526846],[-72.65843690641682,41.43740442574096],[-72.65651390581381,41.437794425878224],[-72.6541939050863,41.43826442604373],[-72.65367290490961,41.4381334260348],[-72.65365190489129,41.43792942599572],[-72.65379090490627,41.43739242588663],[-72.65384090491976,41.43734342587548],[-72.65405290498488,41.437276425855664],[-72.65409590499536,41.4372144258422],[-72.65405990497727,41.437100425821136],[-72.6540029049562,41.43705542581418],[-72.6539729049451,41.43703142581047],[-72.65401690495389,41.43693342578996],[-72.65417690499869,41.43680542575992],[-72.65436690505487,41.43670642573457],[-72.65454890510637,41.436570425702264],[-72.65457790510747,41.43642242567249],[-72.65456390509425,41.43626842564293],[-72.6544619050524,41.43611342561595],[-72.65398090487301,41.43570342555136],[-72.65355790472107,41.43544642551475],[-72.65338990465742,41.43528542548872],[-72.65326590460764,41.43511642545972],[-72.65301890451646,41.43492242542979],[-72.65266190438811,41.43470342539847],[-72.65252290434023,41.434655425393515],[-72.65221590423378,41.43453642538012],[-72.65213690420929,41.434557425386714],[-72.65206290418644,41.43457842539318],[-72.6519179041447,41.43467442541651],[-72.65166190407263,41.43487242546325],[-72.6514139039945,41.434916425479734],[-72.65121690393056,41.43491742548619],[-72.6510709038867,41.43498142550333],[-72.65103390387642,41.43501242551055],[-72.65094790385017,41.43504242551912],[-72.65090890383732,41.43503942551979],[-72.65060790367296,41.43385642529878],[-72.64998390333157,41.43139142483814],[-72.64976190321546,41.43060942469276],[-72.64968790317495,41.430316424638],[-72.64959990312651,41.429963424571994],[-72.64942990302423,41.42912642441423],[-72.64944290300667,41.42873942433837],[-72.64944590300328,41.42866142432306],[-72.64949890299508,41.42820942423326],[-72.64969190302419,41.42761142411052],[-72.6498109030422,41.427243424034984],[-72.64995690307535,41.426989423980814],[-72.65039890317614,41.42622742381818],[-72.65054690321001,41.42597442376415],[-72.65067490323908,41.4257514237166],[-72.65106290332768,41.42508442357419],[-72.6511619033503,41.42491442353791],[-72.65119390335781,41.42486342352694],[-72.65161590345724,41.42419242338267],[-72.65169190347525,41.424073423357044],[-72.65198890354232,41.423549423245426],[-72.6522419035995,41.423104423150605],[-72.65226190360382,41.42306542314236],[-72.65270390370203,41.42225742297074],[-72.65337690385941,41.421166422736576],[-72.6536439039238,41.420768422650475],[-72.65434890408696,41.4195954223993],[-72.6545469041329,41.419268422329246],[-72.65492890422266,41.418656422197735],[-72.65498790423614,41.41855542217616],[-72.6551459042722,41.41828342211809],[-72.65525490429698,41.418094422077765],[-72.6553849043267,41.417871422030125],[-72.65557290436834,41.417525421956675],[-72.6556769043914,41.41733442191611],[-72.65576790441096,41.41715642187851],[-72.65604290447031,41.41662242176562],[-72.65613490449024,41.41644542172817],[-72.65615990449552,41.41639442171743],[-72.6562379045125,41.41624542168588],[-72.65626390451813,41.41619542167532],[-72.65657290458482,41.41559542154846],[-72.6566949046112,41.41535942149856],[-72.65699590467365,41.41473042136631],[-72.6572759047362,41.414224421258716],[-72.6573989047615,41.413963421203896],[-72.65747090477467,41.413781421166114],[-72.65751190478242,41.413682421145495],[-72.65757490478597,41.413381421084786],[-72.65761490478454,41.413124421033395],[-72.6575409047464,41.4128734209868],[-72.65749090472238,41.41273542096147],[-72.65744790470167,41.41261542093945],[-72.65732890464722,41.412334420888435],[-72.65712990455306,41.41180942079238],[-72.65708490453176,41.411690420770604],[-72.65704190451261,41.41159842075402],[-72.65698890448888,41.41148242073309],[-72.6568579044325,41.411236420689285],[-72.65672490437535,41.410988420645154],[-72.65666090434777,41.41086742062358],[-72.65647990427486,41.410616420580396],[-72.6562769041958,41.41038342054141],[-72.65621690417278,41.41032042053104],[-72.65602390409872,41.41011842049778],[-72.65577090400186,41.40985742045493],[-72.65545990388827,41.40963442042133],[-72.65518690379162,41.40949242040234],[-72.65512790377068,41.40946142039816],[-72.65505590374521,41.409424420393236],[-72.65477190364324,41.40925142036853],[-72.65452490355315,41.40907642034227],[-72.65430690347232,41.408898420314486],[-72.65414590340974,41.408715420283926],[-72.65395090333284,41.4084744202431],[-72.65382390327541,41.40818642019099],[-72.65368990321603,41.40790442014024],[-72.65343990309842,41.40725642002181],[-72.6533729030649,41.407047419983165],[-72.65322290299001,41.40658141989705],[-72.6531689029638,41.40642741986874],[-72.65303590289942,41.40605041979943],[-72.6529019028263,41.40552341970089],[-72.65280890277327,41.40511741962465],[-72.65276290273184,41.40464541953404],[-72.65278890270936,41.40409441942574],[-72.65278890270919,41.40409141942515],[-72.65297590269549,41.402765419160524],[-72.65310890267881,41.401698418948136],[-72.6532909026612,41.40033141867566],[-72.65331590262073,41.39946641850611],[-72.6532589025717,41.3989224184018],[-72.65309790248476,41.39830541828653],[-72.65304990246275,41.39819141826582],[-72.65282890236092,41.39765641816847],[-72.65262090227063,41.39725141809607],[-72.65235590216191,41.396848418025876],[-72.65208590205248,41.396461417958974],[-72.65188190196454,41.396075417890145],[-72.65141390177489,41.3954054177743],[-72.65052090140748,41.394027417533835],[-72.65015190125459,41.39343941743085],[-72.64998490118415,41.39315041737976],[-72.64977790109843,41.392821417322146],[-72.64944290095963,41.392287417228594],[-72.64881090069665,41.391259417048104],[-72.64847390055957,41.39076741696282],[-72.64802290037227,41.3900404168353],[-72.6476339002131,41.3894554167335],[-72.64723190004479,41.38878341661515],[-72.6469688999353,41.3883544165398],[-72.6463118996631,41.387306416356175],[-72.6460328995488,41.38688441628268],[-72.64586489947904,41.38661341623513],[-72.64560489937415,41.38624941617236],[-72.64533589927078,41.38596441612529],[-72.64378289868252,41.38447041588308],[-72.64346789856528,41.38420441584119],[-72.64271689828279,41.38351741573098],[-72.64235689814251,41.38310141566123],[-72.64222789808849,41.382885415623186],[-72.64215189805603,41.38274641559845],[-72.64211589803698,41.382615415574044],[-72.64210289802857,41.38254041555981],[-72.64206589800466,41.38232841551961],[-72.64193089784806,41.38031641513117],[-72.64183689778253,41.37969241501234],[-72.64171089771645,41.3792434149287],[-72.64164289768208,41.379024414888114],[-72.64149389761293,41.37865441482062],[-72.64136889755379,41.37832341475999],[-72.64135189754592,41.378281414752315],[-72.64130089752229,41.378155414729356],[-72.64128389751443,41.378113414721696],[-72.64112689744178,41.37772741465132],[-72.64100189738117,41.37737041458561],[-72.64089889733117,41.37707541453129],[-72.6407368972524,41.37660841444529],[-72.6403708970723,41.37551641424373],[-72.64021589699978,41.37512041417135],[-72.64021289699836,41.37511241416989],[-72.63996589687633,41.374366414032096],[-72.6399178968529,41.37422641400629],[-72.63966089672796,41.37348641386998],[-72.63954389667099,41.373147413807516],[-72.6391528964746,41.37190941357823],[-72.6390258964093,41.37147941349832],[-72.63890989634045,41.37092341339345],[-72.63887689632341,41.37081041337243],[-72.63874789625625,41.370359413288476],[-72.63861289618775,41.369919413206844],[-72.63860289618266,41.36988641320072],[-72.63853589614968,41.3696864131638],[-72.63830189603459,41.36898841303496],[-72.63822489599659,41.3687564129921],[-72.63809889593963,41.368470412940255],[-72.63807989592945,41.368398412926794],[-72.63792389584563,41.36780641281616],[-72.6378458957899,41.36726341271261],[-72.63784189578702,41.36723541270727],[-72.63782589576627,41.3669574126535],[-72.63782489576145,41.3668774126379],[-72.63782389575688,41.366801412623104],[-72.63783089574352,41.366522412568386],[-72.63784889571498,41.36590841244793],[-72.63787289569767,41.36545941235948],[-72.63789289568439,41.365106412289904],[-72.6379118956698,41.36473541221685],[-72.63797289562733,41.363623411997764],[-72.63799389561346,41.363253411924845],[-72.63799689561029,41.3631794119103],[-72.6380028956068,41.36308241189117],[-72.63800989560214,41.362958411866735],[-72.63801489559967,41.36288541185231],[-72.63803889558424,41.3624704117705],[-72.63811489553935,41.36122741152534],[-72.63814089552461,41.36081341144366],[-72.63821989554457,41.36071141142123],[-72.63845789560484,41.3604074113543],[-72.63853789562519,41.360306411332026],[-72.63880289568819,41.35989441124314],[-72.63869889564545,41.35973441121519],[-72.63867889563197,41.359609411191414],[-72.63864289560706,41.359373411146464],[-72.63862189559258,41.35923641112039],[-72.63860289557945,41.35911241109675],[-72.63849689554348,41.359084411094656],[-72.63817889543549,41.35900041108836],[-72.6380738953998,41.358972411086235],[-72.63804489537898,41.3587684110473],[-72.6379968953438,41.35841841098047],[-72.6379328953088,41.3581644109329],[-72.63788289528142,41.357965410895616],[-72.63761089516359,41.35743841080132],[-72.63730089503586,41.35695541071684],[-72.63725189501564,41.35687841070335],[-72.63720889499794,41.356811410691634],[-72.6371498949736,41.356719410675545],[-72.6371068949559,41.356652410663806],[-72.63569889439111,41.35473141033332],[-72.63506689413393,41.353803410172134],[-72.63493089407851,41.353602410137185],[-72.63466689396994,41.353194410065875],[-72.63435589384507,41.35276740999234],[-72.63410489374272,41.35239540992765],[-72.6337458935963,41.35186240983492],[-72.63354089351407,41.35158240978674],[-72.63333689343153,41.35129140973636],[-72.63311489334181,41.35097640968188],[-72.63307989332759,41.35092540967303],[-72.63289089324721,41.35058540961261],[-72.63276789319421,41.350352409571],[-72.63260389312356,41.35004140951545],[-72.6321128929048,41.34898140932396],[-72.63195889283186,41.34857140924875],[-72.63187689279299,41.34835240920857],[-72.63176889273744,41.34798640914049],[-72.63177289273673,41.34795040913335],[-72.63173989272065,41.347854409115634],[-72.63168789269515,41.34770040908719],[-72.63164789267472,41.34756740906248],[-72.63161889265996,41.34747140904464],[-72.63153489261482,41.347152408985],[-72.63135389251772,41.3464674088569],[-72.63126489247406,41.346203408808144],[-72.63115989242257,41.345892408750736],[-72.63113189240711,41.34577840872933],[-72.630885892284,41.34500540858611],[-72.63070589218647,41.34430640845525],[-72.630578892116,41.3437834083571],[-72.63039289202138,41.34317140824342],[-72.63020789194027,41.34279540817583],[-72.63018989193203,41.34275240816799],[-72.62984589177476,41.34193740801967],[-72.62951189162509,41.34120040788627],[-72.62906589143871,41.340457407755245],[-72.62861189124902,41.33970140762191],[-72.62779189089842,41.33819240735305],[-72.62737889072177,41.33743140721745],[-72.62727089067602,41.33724040718355],[-72.62695989054754,41.33674840709727],[-72.62651189037143,41.3362004070044],[-72.6264378903408,41.336082406983685],[-72.62587089010646,41.335183406825976],[-72.62560289000132,41.334859406771166],[-72.62536688990708,41.334544406717086],[-72.62522588984973,41.3343374066811],[-72.6248958897116,41.33378340658331],[-72.62483188968481,41.33367540656423],[-72.62456388957253,41.33322340648438],[-72.62437988948595,41.33274340639641],[-72.62391788928008,41.33174340621561],[-72.6234868890878,41.33080640604614],[-72.62339888904799,41.33060540600966],[-72.62322288896829,41.33020140593627],[-72.62312188892489,41.33001140590233],[-72.62302088888129,41.32981840586782],[-72.62283788880326,41.32948540580853],[-72.62261188871179,41.329161405752366],[-72.62245588864857,41.328936405713335],[-72.62194888845345,41.32839040562271],[-72.62167288835099,41.32816040558649],[-72.62087188806301,41.32766140551436],[-72.62021588782714,41.327252405455226],[-72.61961788761491,41.32692940541104],[-72.61914488744704,41.326673405376006],[-72.61780388697423,41.326004405287755],[-72.61736988682124,41.32578840525929],[-72.61720888676297,41.32568140524347],[-72.61682888662553,41.32542940520626],[-72.61678488660961,41.32540040520199],[-72.61630888643741,41.3250844051553],[-72.61566388620759,41.32471940510441],[-72.61526788606649,41.32449540507317],[-72.61490088593538,41.32428140504297],[-72.61380188554277,41.32364140495271],[-72.61343588541204,41.32342840492266],[-72.61312488530135,41.323254404898506],[-72.61268188514369,41.32300740486427],[-72.61219788497102,41.32272940482526],[-72.61189088486151,41.322553404800594],[-72.61093488451709,41.32194440471183],[-72.61086388449152,41.32189940470528],[-72.61028588428107,41.32149140464382],[-72.60982888411203,41.321121404585966],[-72.60944588396842,41.32077640453066],[-72.60885488373802,41.320086404414475],[-72.60853088360516,41.31959040432777],[-72.60847988358418,41.31951140431395],[-72.608018883396,41.318821404193635],[-72.6079148833522,41.31864140416174],[-72.60789788334505,41.31861240415662],[-72.60784688332363,41.31852540414121],[-72.60783088331684,41.31849640413604],[-72.60768988325614,41.3182294040883],[-72.60726988307528,41.31743140394559],[-72.60726888307477,41.31742840394502],[-72.60717988302983,41.317140403891536],[-72.60701288295446,41.316761403822724],[-72.60695788292968,41.31663740380021],[-72.60682288286426,41.3162504037288],[-72.60671088280715,41.31587840365962],[-72.60663088276469,41.315582403604274],[-72.60652388270769,41.31518340352964],[-72.60650188269736,41.31512640351918],[-72.6064358826664,41.31495540348785],[-72.60641388265616,41.31489940347759],[-72.60634888262578,41.31473340344718],[-72.60627688258663,41.31445040339412],[-72.60626388257135,41.31425240335581],[-72.60625888256,41.314077403321754],[-72.6062788825423,41.31364340323625],[-72.60627888253767,41.31356040322002],[-72.60628288250797,41.313004403111165],[-72.60627688247882,41.31251640301591],[-72.60629388245191,41.31193440290156],[-72.60629388242326,41.31142040280105],[-72.60628688238899,41.310846402688995],[-72.60629688236469,41.31035240259208],[-72.6062968823405,41.30991840250719],[-72.60630388231827,41.30947840242091],[-72.6063078823098,41.30930340238656],[-72.60626888227402,41.30888840230662],[-72.60611888219583,41.308359402207905],[-72.60606388216621,41.3081484021684],[-72.60590488209269,41.30775540209656],[-72.60570788200158,41.30726840200755],[-72.60539288186152,41.30659040188492],[-72.60538488185792,41.30657240188166],[-72.60522288178477,41.30620340181461],[-72.60519288177119,41.30613440180208],[-72.60516588175874,41.30606840179],[-72.60500288168312,41.30566140171556],[-72.60494888165807,41.305526401690884],[-72.60471888155442,41.305006401596444],[-72.60435488139039,41.304183401447],[-72.60415988129948,41.303688401356354],[-72.6040548812514,41.30343740131058],[-72.60383788115176,41.30291340121495],[-72.60374088110223,41.30258940115464],[-72.60361188103612,41.302154401073636],[-72.60348088096322,41.30160940097115],[-72.60340288091963,41.301281400909474],[-72.60339488091535,41.30125140090387],[-72.60337188090305,41.30116440088758],[-72.60336488089915,41.30113540088213],[-72.60326288084387,41.30073740080749],[-72.60313088077227,41.30022140071074],[-72.60305188070802,41.299528400577664],[-72.60300588067042,41.29912140049949],[-72.60296588063555,41.29872840042386],[-72.60295188061808,41.298496400378944],[-72.6028928805408,41.297452400176574],[-72.6027928804621,41.29662240001734],[-72.60271788040313,41.29600039989802],[-72.60270988039316,41.295868399872454],[-72.60269488037316,41.2955963998197],[-72.60269088036496,41.295472399795564],[-72.6026878803567,41.295341399770045],[-72.60268088029902,41.294346399575595],[-72.60267988028556,41.29411039952944],[-72.60267288022443,41.29305339932285],[-72.60260188016564,41.29241139919948],[-72.60246788006525,41.29138939900375],[-72.60246688006414,41.29137539900104],[-72.60239687998626,41.290384398809344],[-72.6023918799695,41.290112398756285],[-72.60238687994666,41.28973139868188],[-72.60236987991694,41.289296398597315],[-72.60236587990923,41.289181398574925],[-72.60235487989699,41.28902539854475],[-72.60233587987756,41.28878739849877],[-72.60230587984529,41.28838239842048],[-72.6022788798195,41.28807639836145],[-72.60225887979986,41.2878403983159],[-72.60225987979229,41.28769839828808],[-72.60225387978804,41.28765739828024],[-72.60225187978695,41.28764939827875],[-72.60217387973191,41.28711539817672],[-72.60214787971347,41.286935398142305],[-72.60201387963644,41.286333398028745],[-72.60192887959579,41.286098397985455],[-72.6017428795068,41.285584397890744],[-72.60173287950194,41.28555539788538],[-72.60129287931431,41.28475039774177],[-72.60093087916422,41.284165397638745],[-72.60064487904557,41.283701397556996],[-72.60133787927116,41.28371239753721],[-72.6034198799489,41.283745397477745],[-72.60411388017488,41.28375739745811],[-72.60482588040634,41.283763397436765],[-72.60696188110083,41.28378239737283],[-72.60767488133268,41.283789397351626],[-72.60844388158284,41.28379839732902],[-72.61075088233342,41.28382839726185],[-72.61151988258364,41.28383839723944],[-72.61304888308109,41.28385839719494],[-72.61763688457383,41.28391839706134],[-72.6191668850716,41.28393839701678],[-72.61959488521083,41.28394339700419],[-72.62087988562881,41.283958396966405],[-72.62130888576841,41.28396439695399],[-72.62270388622225,41.2839823969133],[-72.62297888631174,41.283986396905384],[-72.62507088699039,41.28397839683751],[-72.62586788724722,41.28394439680559],[-72.62645488743543,41.28390239677878],[-72.62688688757316,41.28385739675629],[-72.6273738877285,41.28380839673125],[-72.62827488801524,41.28370539668253],[-72.62930888834399,41.283581396625486],[-72.63130188897765,41.28334339651574],[-72.63241088932946,41.2831963964518],[-72.6334438896572,41.28306039639244],[-72.6343638899488,41.28293439633862],[-72.63519389021192,41.28282139629019],[-72.6352308902236,41.282815396287845],[-72.6371298908272,41.28258539618262],[-72.63805289112061,41.28247439613164],[-72.6442608930903,41.28166039577545],[-72.64436789312418,41.28164539576912],[-72.64441289313841,41.28163839576633],[-72.64464889324651,41.2822033958694],[-72.6450428934021,41.282700395954144],[-72.6465738939664,41.28390839614197],[-72.6466978940232,41.28420539619614],[-72.64698889415662,41.28490439632369],[-72.64727889428968,41.28560239645106],[-72.64740989435167,41.28595139651519],[-72.64724689432018,41.2863353965955],[-72.64712789429488,41.28657439664603],[-72.64675489417665,41.286625396667844],[-72.64623389401196,41.286704396699825],[-72.64609289397193,41.286807396724456],[-72.64597389395594,41.287213396807665],[-72.64609289400755,41.28744639684949],[-72.64652589416082,41.28767439688036],[-72.64722589440738,41.28802139692604],[-72.64765689455889,41.288229396953064],[-72.64778289460146,41.28825939695493],[-72.64816289472988,41.288350396960666],[-72.64828989477283,41.28838139696271],[-72.64838789481024,41.288481396979165],[-72.64846489483956,41.28855939699199],[-72.64865189490983,41.28873039701952],[-72.64868789492407,41.28877639702736],[-72.64877589495876,41.28888639704609],[-72.64882689497911,41.288954397057786],[-72.64892389501767,41.289081397079556],[-72.64899089504334,41.289151397091125],[-72.64905089506634,41.289214397101546],[-72.64894489503298,41.289233397108625],[-72.64862989493407,41.28929339713036],[-72.6485248949011,41.289313397137605],[-72.64830689483475,41.289392397159965],[-72.64808889476835,41.28947039718216],[-72.64770089465021,41.28961039722184],[-72.64731289453212,41.28975139726175],[-72.64730789453056,41.28975239726212],[-72.64709889446696,41.289828397283614],[-72.64689489439432,41.28971339726759],[-72.64642689422762,41.28944839723058],[-72.64595889406098,41.289184397193786],[-72.64583889401824,41.289116397184294],[-72.64571789397517,41.28904839717483],[-72.64562389394172,41.28899539716744],[-72.64560389393615,41.2890123971714],[-72.645322893858,41.289246397226094],[-72.64504189377989,41.28948139728099],[-72.64497389376115,41.28954139729489],[-72.64483189375535,41.290263397440654],[-72.64479889375387,41.290429397474156],[-72.64468089372404,41.290581397507644],[-72.64467089372147,41.290593397510314],[-72.64439089365078,41.29095539759002],[-72.64410089357746,41.291328397672196],[-72.64398889354912,41.29147239770393],[-72.64387789352108,41.29161539773543],[-72.64352889342335,41.29189439780108],[-72.64248389313079,41.292731397997976],[-72.64213589303345,41.29301139806379],[-72.64183989295009,41.293239398117784],[-72.6409548927011,41.29392639828026],[-72.64065989261812,41.29415539833442],[-72.63954189229914,41.29494339852405],[-72.6392658922203,41.29513639857056],[-72.63917889219553,41.29519839858545],[-72.63473689092791,41.29832539933805],[-72.6332568905056,41.299368399589014],[-72.63335189058367,41.300215399751686],[-72.63358189077269,41.302265400145366],[-72.63357089077273,41.302330400158425],[-72.63366589082696,41.30274940023736],[-72.63385489093473,41.30358140039411],[-72.63393789096905,41.30371340041729],[-72.6339508909775,41.30378940043174],[-72.63397389099211,41.303917400456044],[-72.6339288909852,41.30405540048446],[-72.63381389095456,41.304175400511575],[-72.63360089089377,41.30432540054768],[-72.6335658908838,41.304350400553666],[-72.63354389088164,41.30443940057179],[-72.6335418908865,41.30453840059121],[-72.63353789089429,41.30470140062322],[-72.63353589090212,41.30485340065301],[-72.63332389084763,41.30511040070999],[-72.63331989084674,41.305117400711495],[-72.63325189083297,41.30526640074279],[-72.63294589073128,41.30522440074428],[-72.63289589071827,41.30528240075721],[-72.63286589071367,41.30537440077615],[-72.63279289070302,41.30560840082424],[-72.63271989068882,41.30577840085979],[-72.63264689068413,41.30611940092882],[-72.63273489073462,41.30651240100288],[-72.63270489073291,41.30665640103199],[-72.63275289075447,41.306763401051384],[-72.63277089076244,41.30680140105826],[-72.63269689076267,41.30723640114568],[-72.63274089078182,41.3073234011613],[-72.6329148908491,41.30751640119352],[-72.63290089085153,41.30764140121841],[-72.63274789080496,41.307697401234215],[-72.63259489075686,41.30772540124453],[-72.63253689074048,41.30776940125499],[-72.63240489071008,41.30799240130279],[-72.63238789070554,41.308010401306845],[-72.63232489068922,41.30808440132332],[-72.63224589066574,41.308123401333454],[-72.63205589061947,41.30839940139345],[-72.63184489056529,41.308656401450406],[-72.6317928905589,41.30884440148883],[-72.63177789057261,41.30917740155443],[-72.63171289056022,41.30933340158699],[-72.63174089057613,41.30945540160996],[-72.63188689063222,41.309611401635834],[-72.63218589074471,41.309887401680335],[-72.63235989081275,41.31009440171528],[-72.63249789085896,41.310119401715795],[-72.63268789092085,41.31012340171055],[-72.63280389096244,41.310193401720554],[-72.6329998910366,41.310382401751305],[-72.6330708910682,41.31053540177897],[-72.63312389109181,41.310650401799776],[-72.63320389114223,41.311088401882884],[-72.63335589120388,41.31130840192109],[-72.63349389125281,41.311382401931176],[-72.63365389130648,41.311413401932164],[-72.6337848913549,41.311519401948736],[-72.6338868914005,41.31174240198911],[-72.6340898914797,41.3119804020292],[-72.6342508915344,41.31202440203271],[-72.63435189157184,41.312107402045726],[-72.63434489158313,41.31235040209346],[-72.63427189156663,41.31247940212099],[-72.63430089158337,41.312610402145694],[-72.63428689158533,41.31272740216903],[-72.63436689161594,41.31281040218273],[-72.63442489163613,41.31283440218557],[-72.63462889170329,41.31285140218242],[-72.63524689189641,41.31271640213642],[-72.63540089194709,41.31272840213388],[-72.63572089206617,41.31300040217691],[-72.63579389209622,41.31311440219688],[-72.63585089213115,41.31340840225256],[-72.63586489214424,41.313561402282026],[-72.63585089214247,41.31361140229226],[-72.6358588921515,41.313726402314494],[-72.63586489215707,41.313791402327006],[-72.63600389221472,41.3140154023664],[-72.63615689227031,41.31412140238228],[-72.6362358923008,41.31420840239677],[-72.63630189233011,41.31434940242225],[-72.63622089231453,41.31454140246236],[-72.63618489231439,41.31474840250398],[-72.63635189238435,41.315030402553816],[-72.6363738923973,41.31513440257346],[-72.63598789227784,41.31523940260623],[-72.635943892265,41.31526540261271],[-72.63591489225884,41.315323402624976],[-72.63594389227835,41.315504402659435],[-72.6361398923613,41.315850402720876],[-72.6361468923724,41.31600840275155],[-72.63629989243961,41.31632240280809],[-72.63642389248729,41.316455402830144],[-72.63651889252048,41.31649740283535],[-72.63679489261874,41.316652402856896],[-72.63704189270045,41.316679402854334],[-72.63732589279881,41.31678940286683],[-72.63740689282946,41.31686740287952],[-72.63744189284992,41.31703040291028],[-72.63758789290705,41.31720440293966],[-72.6377408929632,41.317320402957485],[-72.63779889298964,41.31745640298222],[-72.63790789303648,41.31766140301885],[-72.6382788931777,41.31803340307981],[-72.63840289322064,41.31808140308525],[-72.63850489325438,41.318092403084165],[-72.63870089332023,41.31813240308577],[-72.6390208934341,41.31831040311042],[-72.6390578934461,41.31831040310924],[-72.6392468935042,41.31825140309171],[-72.63941389355583,41.31820540307742],[-72.63950189358674,41.318247403082836],[-72.63965489364568,41.318413403110426],[-72.63974889367681,41.318424403109596],[-72.64004089377048,41.31840340309622],[-72.64014889380837,41.31845440310276],[-72.64044789391814,41.31868140313765],[-72.64081089405606,41.319040403196325],[-72.64082689406426,41.31909440320635],[-72.64110989417638,41.31945640326815],[-72.641189894212,41.31962940329944],[-72.64129189424847,41.31968940330793],[-72.64153189433299,41.31980740332338],[-72.6418078944453,41.320213403393986],[-72.64200389451646,41.320348403414165],[-72.64201189452235,41.320407403425435],[-72.64177089447047,41.32087940352536],[-72.6418438945179,41.32130440360613],[-72.64193289456094,41.32155740365276],[-72.64202489460529,41.32181640370047],[-72.64206889462264,41.321871403709835],[-72.64223589468364,41.32199240372818],[-72.6422578946986,41.32213240375484],[-72.64239589475311,41.32230640378448],[-72.64237389475548,41.32247640381842],[-72.64243189477916,41.322563403833584],[-72.64256989482966,41.322665403849136],[-72.6427888949053,41.32274640385802],[-72.64299289497406,41.32279140386034],[-72.64329889506972,41.32272540383772],[-72.64410689533426,41.3227644038197],[-72.64422289537059,41.322740403811316],[-72.64433189540357,41.32269740379946],[-72.64434689540111,41.32256640377337],[-72.64439089541196,41.32250440375985],[-72.64474789553687,41.32266540377998],[-72.64496789561515,41.32278840379705],[-72.64530089573364,41.32297340382263],[-72.64522789571511,41.323066403843136],[-72.64516189570296,41.32323240387768],[-72.6450748957166,41.323982404027056],[-72.64509589572647,41.324036404036946],[-72.64523489577628,41.32412040404895],[-72.64580189596983,41.32428940406398],[-72.64604989604818,41.32425040404847],[-72.64626789611766,41.32422740403707],[-72.64640689616749,41.32431140404907],[-72.64644289618249,41.32437040405946],[-72.64651989621598,41.32452240408672],[-72.6466318962647,41.324743404126366],[-72.64671189629502,41.32482140413907],[-72.64674789631057,41.324890404151425],[-72.64693689638071,41.32504740417608],[-72.64698789639984,41.325093404183484],[-72.64725089649485,41.32526540420875],[-72.64742489656163,41.325449404239194],[-72.6475558966093,41.325541404253],[-72.64807289678936,41.3257594042792],[-72.64818889682894,41.32579340428215],[-72.64852389694563,41.32593540429928],[-72.6487128970155,41.326087404323],[-72.64906989714214,41.32627940434918],[-72.64949889728726,41.32638340435588],[-72.64964489733758,41.3264354043614],[-72.65018389751671,41.326509404358745],[-72.65037289758261,41.326590404368574],[-72.65047489762138,41.32669140438507],[-72.65058389767226,41.32696840443576],[-72.6506198977006,41.32726640449287],[-72.65051589768306,41.32755640455284],[-72.65044489767101,41.327753404593594],[-72.65043789769618,41.328244404689784],[-72.65047389771648,41.32839840471875],[-72.65067789778446,41.328429404718335],[-72.65110689794035,41.32872640476275],[-72.65147089806678,41.32887340477991],[-72.65167489814911,41.32916140482971],[-72.65191489823336,41.32927440484419],[-72.65232189837424,41.329430404861746],[-72.65249789843764,41.32954240487804],[-72.65254089845546,41.32961140489018],[-72.65291189858817,41.32983040492119],[-72.65293889859738,41.32983840492188],[-72.65326889871051,41.32994540493232],[-72.65396089894958,41.33020240496056],[-72.65401189897051,41.33028040497417],[-72.65449889913904,41.33046640499506],[-72.65489189927837,41.33067640502361],[-72.65492889929197,41.330704405027895],[-72.65498689931162,41.33071940502899],[-72.6552128993986,41.330962405069315],[-72.65523389941002,41.33104440508467],[-72.6552428994165,41.33110840509689],[-72.65524889942114,41.33115640510607],[-72.65538689946763,41.33118640510756],[-72.65544489948854,41.331223405112944],[-72.65544689948965,41.331231405114444],[-72.65548689950889,41.331343405135065],[-72.65607889968936,41.33113340507521],[-72.65785590023134,41.3305074048964],[-72.65844890041224,41.3302994048369],[-72.65850190043277,41.33035840484675],[-72.65910990065814,41.330858404925145],[-72.66080490127888,41.33211640511712],[-72.66409990253547,41.33545340566449],[-72.66448690266175,41.33546440565433],[-72.6649419028029,41.335346405616804],[-72.66500390282627,41.33540440562616],[-72.66514190287735,41.33551640564366],[-72.66528590291666,41.33538340561309],[-72.66559790304443,41.33585640569561],[-72.66586890315439,41.336248405763584],[-72.66668190348418,41.337424405967525],[-72.66695290359417,41.33781740603568],[-72.66722990370052,41.338110406084134],[-72.66806190402005,41.33899240623],[-72.66833990412678,41.33928640627861],[-72.66906390441814,41.34029140645193],[-72.67123890529328,41.343307406971995],[-72.67155190541922,41.34374140704682],[-72.67189790556601,41.34435640715596],[-72.67220590569526,41.344878407248146],[-72.67228690572774,41.34498840726707],[-72.67361390625913,41.34678240757528],[-72.67405690643653,41.3473814076782],[-72.67489990677261,41.348493407868595],[-72.67496190679725,41.34857440788245],[-72.67601490730867,41.3515984084396],[-72.67601890735962,41.352484408612526],[-72.67602390741477,41.353439408798884],[-72.67617290748647,41.35385540887538]]]},"properties":{"name":1942.01,"geoid":"09009194201"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.9431099931276,41.336274396895966],[-72.94316899314482,41.336240396887426],[-72.94348499323858,41.33608639684719],[-72.94397199338253,41.3358393967833],[-72.9444159935139,41.33561639672546],[-72.94528999377572,41.33523439662276],[-72.94660499416808,41.33463239646288],[-72.94707899430956,41.33441639640545],[-72.94748199442961,41.33422839635576],[-72.94760099446505,41.334172396341],[-72.94779499452305,41.334085396317775],[-72.94804899459899,41.33397239628753],[-72.9487409948062,41.333668396205894],[-72.94876499481343,41.333658396203184],[-72.9490019948782,41.33344539615396],[-72.94903099488046,41.33331939612843],[-72.94912099488839,41.332944396052326],[-72.9491509948911,41.33282039602716],[-72.94920099490238,41.33273339600858],[-72.94924399491161,41.33265039599099],[-72.94928599492036,41.33256439597285],[-72.94930999492546,41.3325173959629],[-72.94960699497881,41.33175939580537],[-72.949712994998,41.331491395749644],[-72.95011399509148,41.33084639561082],[-72.95030199513526,41.330543395545604],[-72.95137099539284,41.328971395204306],[-72.9515749954359,41.328564395118285],[-72.95172399547702,41.32843739508869],[-72.95039299501825,41.327959395038256],[-72.95022899496212,41.327907395033385],[-72.94955099472995,41.32769039501286],[-72.94851899437182,41.32727739496549],[-72.94863099439901,41.327116394930435],[-72.94897099448197,41.32663439482539],[-72.94908399450954,41.326474394790516],[-72.94912499451966,41.326418394778266],[-72.94924799455026,41.326254394742286],[-72.94928999456076,41.326199394730196],[-72.9493609945783,41.326102394708975],[-72.94957399463104,41.32581439464589],[-72.94964599464893,41.325718394624815],[-72.94973499466987,41.32557839459462],[-72.95000499473385,41.32516239450471],[-72.95009499475516,41.32502339447469],[-72.95024399479125,41.324807394427694],[-72.9506909948997,41.32416339428757],[-72.95084099493617,41.323948394240766],[-72.9509759949749,41.323859394219035],[-72.9513829950918,41.323593394154],[-72.95151899513093,41.323505394132425],[-72.95171899518792,41.32336639409884],[-72.95232199535982,41.322949393998],[-72.9525229954172,41.3228113939646],[-72.952704995469,41.32268439393393],[-72.95325399562567,41.32230739384264],[-72.95343699567789,41.32218139381214],[-72.95362299574501,41.32230139382956],[-72.95363799575044,41.32231139383105],[-72.95412999593374,41.322730393897],[-72.95429899599672,41.32287439391967],[-72.95469499614464,41.323218393974074],[-72.9554859964401,41.3239053940827],[-72.95587599658664,41.32425939413926],[-72.95598799662876,41.32436139415557],[-72.95629099673945,41.32458039418856],[-72.95641999678581,41.32466039420002],[-72.95680899692563,41.32490139423453],[-72.95693899697238,41.32498239424616],[-72.9570469970103,41.325033394252635],[-72.95728899709523,41.3251473942671],[-72.95737099712439,41.325192394273245],[-72.95742399714322,41.32522139427718],[-72.95747699716206,41.32525039428115],[-72.95752899718056,41.32527939428515],[-72.95767499723246,41.32535939429605],[-72.95827099744427,41.325686394340664],[-72.958469997515,41.32579539435556],[-72.95849699752453,41.32580939435741],[-72.95857799755318,41.32585139436301],[-72.95860599756305,41.325865394364826],[-72.95868299759066,41.32591139437132],[-72.95891499767377,41.32605039439099],[-72.95899299770173,41.32609739439765],[-72.95917399776155,41.326117394395716],[-72.95920199777086,41.3261213943956],[-72.95982599797846,41.32621339439345],[-72.96003499804799,41.32624439439276],[-72.96044299818318,41.326295394389575],[-72.96166799858919,41.32644939438015],[-72.96207699872478,41.32650139437712],[-72.96214399874708,41.32651139437691],[-72.96234799881493,41.32654139437619],[-72.96241599883761,41.326552394376144],[-72.96247199885627,41.3265613943761],[-72.96264299891328,41.32658839437586],[-72.96269999893234,41.326598394375964],[-72.96289199899594,41.32662239437447],[-72.96346899918726,41.32669639437032],[-72.96366199925127,41.326721394368974],[-72.96390099933038,41.326749394366736],[-72.96461999956847,41.32683639436054],[-72.964859999648,41.326866394358674],[-72.96493799967347,41.326869394356734],[-72.96517399975063,41.326880394351285],[-72.96525299977647,41.326884394349506],[-72.96525099979824,41.32727939442668],[-72.96524699986423,41.32846539465832],[-72.9652469998867,41.328861394735625],[-72.965198999871,41.328859394736796],[-72.96505799982495,41.32885339474016],[-72.96501099980965,41.32885239474147],[-72.9648649997809,41.32918039481021],[-72.96477799976394,41.32937839485166],[-72.96435699966162,41.32998139498293],[-72.96430999965303,41.3300983950073],[-72.96423199963891,41.33029539504825],[-72.96421299964108,41.330442395077576],[-72.96459299976351,41.33042839506258],[-72.96474099981123,41.33042339505683],[-72.96561100009212,41.33040139502449],[-72.96572900013248,41.33043839502792],[-72.96586200017805,41.33048139503202],[-72.96602700023493,41.330540395038206],[-72.96608800025612,41.33056539504113],[-72.96615100027803,41.33059139504416],[-72.96634200034441,41.330669395053235],[-72.96640600036669,41.330696395056435],[-72.96616000030275,41.33097539511883],[-72.9660130002646,41.33114339515637],[-72.96584400022228,41.331363395204754],[-72.96589100025376,41.33164939525906],[-72.96603700031768,41.33194139531135],[-72.96620400039077,41.332275395371155],[-72.96625100041234,41.33238639539131],[-72.9663930004774,41.33272139545213],[-72.96644100049932,41.332833395472434],[-72.9664790005138,41.33287139547862],[-72.96646300051036,41.332902395485185],[-72.96663600059456,41.33339739557622],[-72.96681600068258,41.3339193956723],[-72.9671560008488,41.334905395853774],[-72.9679470011667,41.33598639603925],[-72.96815600123165,41.335936396022745],[-72.96903100150362,41.33572839595394],[-72.96995300179026,41.335510395881656],[-72.97003500182838,41.335713395918624],[-72.97005700183881,41.33577139592924],[-72.97012600187112,41.335946395961166],[-72.97014900188192,41.33600539597193],[-72.96964400172386,41.336106396007935],[-72.9695950017178,41.33627939604328],[-72.96911600166086,41.33801239639694],[-72.9692290017125,41.33827639644481],[-72.96950300183764,41.33891539656069],[-72.96959300187545,41.33906739658744],[-72.96983400197662,41.3394723966587],[-72.96986300198904,41.33952539666811],[-72.96994900202579,41.33968139669578],[-72.9701580020988,41.33977339670699],[-72.97078500231783,41.340049396740625],[-72.97099400239088,41.34014239675203],[-72.9710580024196,41.34028239677729],[-72.97125000250573,41.340702396853054],[-72.9713150025348,41.34084339687846],[-72.97070800235217,41.341094396947035],[-72.969643002032,41.34153839706802],[-72.96994400217262,41.34229539720604],[-72.97018700228607,41.342905397317224],[-72.97037100236126,41.343178397364554],[-72.9709250025875,41.343998397506674],[-72.97111000266308,41.344272397554164],[-72.97147000281541,41.34489839766472],[-72.97173600292797,41.34536139774646],[-72.97187700298761,41.345606397789716],[-72.97255000327245,41.34677739799647],[-72.97291000342483,41.3474043981072],[-72.97283300339994,41.347406398110074],[-72.97280300339028,41.347407398111244],[-72.97272800336721,41.347429398117946],[-72.97267400335161,41.34746339812632],[-72.97264600334357,41.34748139813073],[-72.97262600333771,41.34749239813354],[-72.97256200331928,41.34753339814359],[-72.9717150030494,41.3476183981875],[-72.97101400282607,41.34768939822398],[-72.97085600277578,41.34770639823241],[-72.96917600224134,41.3478903983225],[-72.96833000197222,41.34798339836792],[-72.96829600196104,41.34798039836844],[-72.96819400192754,41.34797339837036],[-72.96816100191674,41.34797139837104],[-72.9679680018522,41.34793739837064],[-72.96783300180711,41.34791439837049],[-72.96771900174546,41.347480398289484],[-72.9676700017189,41.34729239825442],[-72.96765200170717,41.34718839823469],[-72.967601001673,41.34687839817584],[-72.96758400166162,41.346775398156296],[-72.96755300164841,41.34671939814637],[-72.96743500159815,41.346508398109016],[-72.96698900140811,41.3457093979675],[-72.96684100134499,41.34544339792037],[-72.96637700117473,41.34509539786743],[-72.9661350010859,41.34491339783974],[-72.96546000083937,41.34442739776667],[-72.96495800065759,41.34409339771769],[-72.96495200065543,41.344089397717106],[-72.96446100047953,41.34379639767576],[-72.96441800048763,41.34418439775286],[-72.96429100051257,41.34534939798427],[-72.96424900052105,41.34573839806153],[-72.9641880005404,41.34642739819793],[-72.9633240002656,41.34652339824453],[-72.96312500020036,41.34651139824861],[-72.96278800007846,41.346289398216165],[-72.96271100005299,41.34628039821689],[-72.96206099984357,41.346305398242734],[-72.96198699984495,41.34675239833233],[-72.96125599973637,41.34901539879745],[-72.96043799947223,41.34903639882791],[-72.95964399921596,41.34905839885781],[-72.95864399889322,41.34908739889572],[-72.95841299884368,41.34953439899037],[-72.95787699870918,41.350227399142874],[-72.95774599867642,41.35039839918045],[-72.95716899848715,41.35036139919185],[-72.95680099836646,41.350338399199224],[-72.95569799800482,41.350270399221515],[-72.95533099788454,41.35024839922906],[-72.95526199786187,41.35024339923031],[-72.95477099769914,41.35018239923424],[-72.95466999766569,41.35017039923516],[-72.95329599717454,41.34936939912316],[-72.95280899700049,41.349086399083646],[-72.95321699709866,41.348484398953026],[-72.95392999727034,41.34743439872518],[-72.95391599726517,41.34742339872348],[-72.95364099716461,41.34722339869332],[-72.9535329971335,41.34729239871028],[-72.95346799711736,41.347379398729345],[-72.9533599970892,41.34750039875643],[-72.95321199704537,41.347574398775656],[-72.95312299701872,41.34761339878612],[-72.95306599699995,41.34760839878699],[-72.95293999695738,41.34757839878519],[-72.95283199692264,41.34758339878965],[-72.9524899968108,41.34756739879755],[-72.95240699678473,41.347582398803155],[-72.95190199660792,41.34735339877475],[-72.95148299645851,41.34711539874182],[-72.95152599643534,41.346461398612824],[-72.95150799641983,41.34629139858023],[-72.95147499638024,41.34578239848197],[-72.95145499635582,41.34546639842096],[-72.95135899623894,41.34395539812922],[-72.95286799671966,41.34380139805051],[-72.95518099738776,41.34235439769359],[-72.95518099737113,41.34206139763642],[-72.95520899736822,41.341850397594335],[-72.95521199736885,41.34184439759307],[-72.95548999743633,41.341444397506045],[-72.95591699754513,41.340921397390225],[-72.95609199759305,41.340765397354126],[-72.95637799768161,41.340691397330474],[-72.95677599781155,41.34070639732057],[-72.95678499781407,41.34069939731892],[-72.95686699783629,41.340622397301246],[-72.95695999786153,41.340535397281265],[-72.95710999789922,41.34034239723878],[-72.95717199791495,41.34026539722176],[-72.95719399792142,41.34025339721869],[-72.95699199783331,41.33985539714753],[-72.95580299739215,41.338877396994995],[-72.95555699730086,41.33867439696331],[-72.953974996714,41.337374396760566],[-72.95275399631049,41.33724239677417],[-72.95149299589377,41.337106396788265],[-72.94913899511587,41.33685239681454],[-72.94684899435913,41.33660539684012],[-72.94618599414073,41.33654639684996],[-72.94610099411271,41.33653839685114],[-72.94533799386144,41.33647139686263],[-72.94443799356505,41.33639239687621],[-72.94385699337364,41.33634039688478],[-72.9431099931276,41.336274396895966]]]},"properties":{"name":1413,"geoid":"09009141300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.9248969871196,41.33450139713629],[-72.9249089871171,41.33438839711385],[-72.92492398710252,41.33404539704641],[-72.92492998709807,41.333932397024164],[-72.9249479870918,41.333718396981816],[-72.92500398707377,41.33307939685527],[-72.9250149870703,41.33295539683071],[-72.92503398707153,41.332868396813105],[-72.92506298707494,41.332762396791495],[-72.92509898707958,41.33263839676612],[-72.9251779870948,41.332454396727655],[-72.92522198710338,41.33235439670672],[-72.92527898711202,41.33218039667092],[-72.92545198713869,41.33166039656384],[-72.9255099871477,41.331487396528196],[-72.92556998715791,41.331324396494445],[-72.92575398718998,41.33083639639325],[-72.9258149872006,41.33067439635966],[-72.92589298721416,41.33046739631674],[-72.92612998725609,41.32985039618867],[-72.92620898727004,41.32964439614591],[-72.9262309872736,41.329581396132895],[-72.9262969872843,41.32939239609387],[-72.92631898728789,41.329329396080865],[-72.92636398729641,41.329222396058526],[-72.92649898732225,41.328905395992294],[-72.92654498733116,41.328799395970115],[-72.92661198734218,41.32861039593106],[-72.92681498737592,41.328043395813836],[-72.92688298738733,41.32785539577493],[-72.92692298739397,41.32774339575178],[-72.92704398741441,41.32741139568307],[-72.92708498742141,41.32730039566009],[-72.92714298743128,41.32714239562737],[-72.92731898746169,41.32667139552974],[-72.92737798747198,41.32651539549739],[-72.92771898753107,41.32560539530873],[-72.92853498769101,41.32375639492146],[-72.92870598772522,41.32338139484274],[-72.9289119877664,41.322928394747656],[-72.9293119878437,41.32200239455397],[-72.92933298784087,41.321832394520094],[-72.92924698779446,41.32150539445901],[-72.92939698784441,41.321528394458674],[-72.92949898787799,41.32153739445716],[-72.92973598795646,41.32156539445499],[-72.92976698796657,41.32156639445419],[-72.92993698802306,41.32159039445342],[-72.93009498807567,41.32161439445299],[-72.9301789881037,41.321628394453036],[-72.93044298819244,41.321683394455285],[-72.9306119882493,41.32171939445688],[-72.93455298958013,41.322649394511615],[-72.93463598960727,41.32265339450972],[-72.9349479897114,41.32270539450984],[-72.93506698975271,41.3227533945154],[-72.93515698978071,41.32273239450839],[-72.93522298980088,41.322710394501975],[-72.9352789898175,41.322683394494895],[-72.93528498982167,41.322722394502314],[-72.93528698982298,41.32273439450459],[-72.93528798982945,41.32284239452566],[-72.93528898983207,41.32288339453361],[-72.93558698992923,41.32289239452579],[-72.93648299022136,41.32291939450222],[-72.93678199031883,41.32292839449435],[-72.93700399039135,41.32293739448895],[-72.93766999060888,41.322964394472784],[-72.93789199068138,41.3229733944674],[-72.93837899084257,41.32303039446285],[-72.93844099086353,41.32304539446378],[-72.93860699091972,41.32308739446665],[-72.93892699103365,41.32326639449128],[-72.93935899118571,41.32347739451858],[-72.93952599124499,41.32356739453078],[-72.93976399132579,41.323631394535596],[-72.93997499139347,41.32361839452628],[-72.94029999149787,41.323600394512304],[-72.94052599156862,41.32355539449623],[-72.94059599160356,41.32377139453616],[-72.94074799167903,41.32423339462147],[-72.9408039917079,41.32442239465656],[-72.9408699917417,41.32464139469718],[-72.94086899176365,41.32503439477396],[-72.94086899177393,41.3252153948093],[-72.94078799178106,41.325805394927094],[-72.94077799178038,41.32585039493621],[-72.94076899179535,41.32616639499819],[-72.94077699180029,41.32620739500592],[-72.94085899184869,41.326592395078464],[-72.94093899189562,41.32696239514812],[-72.94095499190306,41.327002395155425],[-72.94123299203054,41.327660395274926],[-72.94144399211856,41.32800639533568],[-72.94153499215459,41.32812139535519],[-72.94179699225838,41.328453395411564],[-72.94190599230014,41.32856639543012],[-72.94199699233499,41.32866039544555],[-72.9422489924298,41.328891395482515],[-72.9423649924735,41.328998395499674],[-72.94195899235594,41.329247395561346],[-72.9416499922663,41.32943439560783],[-72.94161299225561,41.329457395613495],[-72.94124899215167,41.329706395673824],[-72.94101399208458,41.329867395712824],[-72.94085399204164,41.33002539574882],[-72.94049099195718,41.33061239587511],[-72.940389991945,41.33097539594922],[-72.94026499192384,41.331317396020005],[-72.94021899191306,41.33139039603574],[-72.94001999186703,41.33171739610599],[-72.93970299178271,41.332043396179834],[-72.93960899176015,41.33218339621018],[-72.93958099175352,41.33222639621948],[-72.93928999167903,41.33257739629736],[-72.93918299165175,41.33270839632639],[-72.93916599165524,41.33286739635797],[-72.93916299165647,41.33290639636568],[-72.93915399167865,41.33334939645244],[-72.93915399167958,41.33336539645556],[-72.93911699167558,41.333506396484275],[-72.9391579917252,41.33414739660809],[-72.9392339918151,41.33529839683031],[-72.94000699206912,41.33535639681672],[-72.9406479922798,41.33540539680565],[-72.94062999227872,41.335489396822624],[-72.9405799922768,41.335741396873416],[-72.9405629922761,41.33582639689055],[-72.93899299176024,41.33570939691828],[-72.93791399140572,41.33562939693742],[-72.93717799116722,41.3356333969619],[-72.93569999068158,41.33552339698803],[-72.93552099062234,41.33550239698969],[-72.93518999050568,41.33533839696834],[-72.93513299048685,41.33533239696901],[-72.9350409904565,41.33532339697021],[-72.93496299043075,41.335315396971154],[-72.93490699041232,41.335310396971984],[-72.93470199034468,41.33529039697468],[-72.93408699014192,41.33523239698316],[-72.93388299007468,41.335213396986006],[-72.93343898992828,41.335171396992116],[-72.93286698973978,41.33511939700039],[-72.93210798948958,41.33504839701096],[-72.93166498934356,41.335007397017215],[-72.93141898926258,41.33498639702105],[-72.93068498902099,41.33492439703256],[-72.93043998894039,41.33490439703656],[-72.93018998885805,41.334882397040325],[-72.92944198861181,41.33481839705188],[-72.92919298852986,41.33479739705581],[-72.92897598845833,41.33477739705888],[-72.92832898824511,41.334718397068194],[-72.92811298817396,41.33469939707144],[-72.92788598809916,41.33467839707464],[-72.9272049878747,41.334615397084264],[-72.92697898780025,41.33459539708763],[-72.92656198766393,41.334576397097344],[-72.92531298725555,41.33451939712642],[-72.9248969871196,41.33450139713629]]]},"properties":{"name":1415,"geoid":"09009141500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.90852898160398,41.33085839695164],[-72.90745398121815,41.33020239685814],[-72.9064989808754,41.329619396775016],[-72.90275297953087,41.3273323964489],[-72.90254197945515,41.32720339643049],[-72.90008897868552,41.32766439659936],[-72.89966797855348,41.3277443966285],[-72.89884497829527,41.32789939668523],[-72.89775297795275,41.328106396760745],[-72.89750197787355,41.32814539677643],[-72.89675097763659,41.3282633968236],[-72.89650097755778,41.328303396839445],[-72.89618097745782,41.32837139686299],[-72.89522397715913,41.328579396934366],[-72.8949049770596,41.32864939695829],[-72.89474197700832,41.32867739696898],[-72.89425297685467,41.32876539700189],[-72.89408997680343,41.32879439701279],[-72.89355297663353,41.32887039704489],[-72.89331097655702,41.328905397059486],[-72.89289597637256,41.3280243969008],[-72.89251097625537,41.32816039693972],[-72.89200097610018,41.32834139699145],[-72.89193897608158,41.32836839699871],[-72.89190697607202,41.32838339700268],[-72.89181397604425,41.32842539701385],[-72.89175397602625,41.328451397020864],[-72.89169297600804,41.328479397028296],[-72.8913539758766,41.32809939696499],[-72.89033697548234,41.32696139677544],[-72.88999897535126,41.326582396712304],[-72.88967197519001,41.3256063965322],[-72.88947197509128,41.32500739642167],[-72.88971297515992,41.324838396380926],[-72.89036497534558,41.32438139627073],[-72.89069797543529,41.324057396196764],[-72.89123697558057,41.32353439607733],[-72.89128497558832,41.32339639604883],[-72.89162997564546,41.3224273958485],[-72.89146697557184,41.32206039578207],[-72.8913749755303,41.3218533957446],[-72.89061997525059,41.32123739564854],[-72.89061797524982,41.32123539564822],[-72.89029997513293,41.32099239561097],[-72.89017897508843,41.32089939559669],[-72.889951975005,41.320726395570205],[-72.8898079749531,41.32063439555686],[-72.88967997490701,41.320553395545154],[-72.88925897475525,41.32028439550614],[-72.88727997408307,41.31974939546521],[-72.88665897385853,41.31934039540527],[-72.88636497375226,41.319147395377016],[-72.88601297361438,41.31872839530647],[-72.88541297341284,41.318605395301724],[-72.88481197321094,41.31848239529699],[-72.88455897311312,41.31820339525062],[-72.88430597301522,41.317923395204055],[-72.88423397297818,41.3176813951591],[-72.88416197294117,41.31743939511415],[-72.88448097301533,41.31692039500253],[-72.88479997308949,41.31640139489091],[-72.88491497310503,41.31601639481202],[-72.88502997312067,41.31563239473332],[-72.8848929730173,41.31458939453399],[-72.88475497291363,41.31354639433467],[-72.88482197291796,41.31323839427236],[-72.88488897292224,41.312929394209846],[-72.88502097294489,41.31257239413587],[-72.88515197296722,41.31221539406193],[-72.88585797315815,41.311541393907596],[-72.88709097349172,41.31036639363847],[-72.88786997366617,41.30898139334289],[-72.88799397370927,41.309032393348865],[-72.88836897383955,41.30918539336672],[-72.88849397388297,41.30923639337267],[-72.88855297390336,41.30925839337507],[-72.88873297396563,41.309327393382766],[-72.88879297398645,41.30935139338553],[-72.88894697403893,41.30939639338938],[-72.88899197405392,41.3094033933893],[-72.88909797408937,41.30942239338962],[-72.88960797425636,41.309450393378704],[-72.8898149743242,41.3094623933744],[-72.88997297437555,41.309464393369716],[-72.89008697441268,41.30946739336665],[-72.8904489745283,41.30943539334877],[-72.89060797457914,41.30942239334112],[-72.8907849746356,41.309405393332106],[-72.89131797480553,41.309353393304846],[-72.89149597486235,41.309337393296005],[-72.89165597491352,41.30932439328833],[-72.89213797506775,41.30928739326562],[-72.89229897511932,41.30927539325809],[-72.89269397524527,41.30923739323799],[-72.89316297539497,41.30919439321454],[-72.89388197562444,41.30912839317854],[-72.8942779757509,41.30909339315898],[-72.89451697582729,41.309073393147415],[-72.89523697605736,41.30901239311237],[-72.89547697613413,41.30899339310094],[-72.89555997618291,41.309380393173875],[-72.89569497626165,41.30999939329046],[-72.8958319763365,41.310537393391165],[-72.89592997638998,41.310921393463026],[-72.89599397642475,41.311169393509424],[-72.89618697652949,41.31191539364895],[-72.89625197656466,41.3121643936955],[-72.89630297659254,41.31236539373313],[-72.89645597667625,41.312968393846],[-72.89650697670416,41.31316939388362],[-72.89653097671781,41.31327339390317],[-72.89660297675891,41.31358739396219],[-72.89662697677261,41.313692393981924],[-72.89664797678465,41.31378439399922],[-72.89671097682083,41.31406339405168],[-72.89673297683322,41.31415639406915],[-72.89678597686165,41.31435539410633],[-72.89694497694697,41.314952394217826],[-72.89699897697578,41.315152394255165],[-72.89704497700161,41.315345394291384],[-72.89718397707948,41.3159253944002],[-72.89723097710569,41.316119394436576],[-72.89723697710893,41.31614239444087],[-72.89725497711885,41.31621439445436],[-72.89726197712248,41.31623839445883],[-72.8972789771315,41.31630039447039],[-72.89733097715892,41.31648739450524],[-72.89734897716832,41.31655039451699],[-72.89737897718581,41.31668739454276],[-72.89747197723925,41.31709939462024],[-72.89750297725712,41.317237394646206],[-72.89751797726537,41.31729739465743],[-72.89756397729045,41.31747739469112],[-72.89757997729909,41.31753839470252],[-72.8975929773062,41.31758939471205],[-72.89763197732749,41.3177423947407],[-72.89764497733466,41.317794394750436],[-72.897657977343,41.31786739476428],[-72.89768697736099,41.318019394793026],[-72.89769797736852,41.31808939480634],[-72.89771097737699,41.31816439482058],[-72.89771197738193,41.318246394836564],[-72.89771297738514,41.31829739484649],[-72.89773097739868,41.318433394872464],[-72.89773697740395,41.31849239488379],[-72.89774597741156,41.31857539489972],[-72.8977419774171,41.318696394923485],[-72.89773397742339,41.3188533949544],[-72.89776497743462,41.318874394957504],[-72.89782797745748,41.31891739496388],[-72.8978619774697,41.318938394966885],[-72.8978949774816,41.31895939496994],[-72.89807997754815,41.31907539498665],[-72.89839797766261,41.31927539501549],[-72.89866497775837,41.31943739503854],[-72.89801897758424,41.320063395181556],[-72.89916997800893,41.3209713953219],[-72.8992639780443,41.321058395335875],[-72.89954897815157,41.321320395377874],[-72.89964397818736,41.32140839539203],[-72.89973497822056,41.32147339540178],[-72.90000897832053,41.32166939543125],[-72.9001009783541,41.321735395441195],[-72.90022797840406,41.32189039546738],[-72.90028097842492,41.321955395478355],[-72.90048097850416,41.32220939552154],[-72.90058197854653,41.3223793955515],[-72.90068597859005,41.322552395581944],[-72.90069097860163,41.32272839561615],[-72.90073597863035,41.32297839566352],[-72.9007719786552,41.32321139570787],[-72.90089397871644,41.32359439577874],[-72.9009799787548,41.323779395812096],[-72.90112497881333,41.32398239584709],[-72.90131497888649,41.324186395880815],[-72.90137497890804,41.324223395886094],[-72.90192197910487,41.324566395935506],[-72.90285997944034,41.325118396013146],[-72.9031819795492,41.325196396018036],[-72.90353997966356,41.325165396000465],[-72.90417997986223,41.325007395949044],[-72.90441597993595,41.3249573959317],[-72.90464298001116,41.324985395929865],[-72.90548298030983,41.32544839599328],[-72.90589598045443,41.325636396016705],[-72.90607598052115,41.325783396039625],[-72.90633898062448,41.32610239609347],[-72.90635398063033,41.32611939609629],[-72.90661198072657,41.32634139613134],[-72.90746898102407,41.32668639617116],[-72.90764898108816,41.32678739618508],[-72.90791998119101,41.32705139622792],[-72.90794498120202,41.32710239623708],[-72.90826198133487,41.32763339633057],[-72.90827498134101,41.3276673963368],[-72.90863398151015,41.32859839650702],[-72.9086669815281,41.32872639653095],[-72.90877198158486,41.329127396605884],[-72.90875198160525,41.329602396699265],[-72.90873498160636,41.329719396722645],[-72.90864798161448,41.330361396850776],[-72.90863898161518,41.330425396863575],[-72.90861598161258,41.33051139688111],[-72.90854998160589,41.33077139693399],[-72.90852898160398,41.33085839695164]]]},"properties":{"name":1425,"geoid":"09009142500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.03626303495777,41.53918943337719],[-73.03568903477054,41.53917543339314],[-73.0356480347539,41.53911743338321],[-73.03558403473191,41.539096433381225],[-73.03552103471092,41.539087433381525],[-73.03492403451207,41.53900143338423],[-73.03472503444586,41.53897343338525],[-73.03350903403998,41.53878343338793],[-73.03197403352831,41.53855543339358],[-73.03158903339863,41.53847443339037],[-73.0312680332885,41.538372433381],[-73.03115303324901,41.538335433377554],[-73.0308100331314,41.53822743336773],[-73.03069603309231,41.538191433364446],[-73.03043003300085,41.538103433356014],[-73.03028103294962,41.53805443335135],[-73.0296290327266,41.5378584333345],[-73.02936203263528,41.53777843332764],[-73.02920503258117,41.53772443332227],[-73.02877103243176,41.537577433307845],[-73.02873503241956,41.53756843330726],[-73.02867203239823,41.5375534333064],[-73.02857203236523,41.5375444333079],[-73.02840903231558,41.53760143332427],[-73.0283520322988,41.53763143333194],[-73.02792503217313,41.537857433389696],[-73.02772003211224,41.537956433415566],[-73.02750803204944,41.538061433442834],[-73.02732303197607,41.537830433404004],[-73.02729103196336,41.537790433397284],[-73.02714803190972,41.53766543337765],[-73.02686503180522,41.53744643334435],[-73.02663403172062,41.537280433319644],[-73.02639503163317,41.5371094332942],[-73.026233031574,41.53699543327733],[-73.02575003139756,41.53665543322703],[-73.02559003133908,41.536542433210286],[-73.02543703128312,41.53643343319412],[-73.02497803111532,41.53610843314594],[-73.02482603105976,41.536000433129914],[-73.02468703100891,41.53590143311521],[-73.02427103085671,41.53560443307108],[-73.02413303080624,41.535506433056526],[-73.02379103068142,41.53526743302124],[-73.02276603030737,41.534552432915746],[-73.02259103024353,41.53443043289774],[-73.02247203019543,41.53426643286977],[-73.02240803016292,41.53406243283225],[-73.02221703006566,41.53345043271965],[-73.02215403003348,41.53324643268209],[-73.02211203001035,41.53308143265141],[-73.02198702994137,41.532588432559756],[-73.02194602991862,41.53242443252926],[-73.02167602979314,41.531767432410454],[-73.02163802973925,41.531045432271526],[-73.02165302972384,41.53069243220249],[-73.02177702974562,41.53037143213615],[-73.02200202979044,41.5298804320335],[-73.02217202983438,41.52968443198992],[-73.02243402991157,41.52954743195481],[-73.02243902991307,41.529545431954276],[-73.02288703004915,41.529381431907865],[-73.0232840301691,41.529225431864674],[-73.02356503025403,41.52911543183419],[-73.023718030299,41.5290334318133],[-73.02398103037763,41.52891543178184],[-73.02479203062018,41.528553431685225],[-73.02503003069292,41.52847443166215],[-73.025183030741,41.52844643165173],[-73.02527403076998,41.52843643164683],[-73.02529903077797,41.528434431645636],[-73.02544203082493,41.52844343164274],[-73.02573203092192,41.528492431642825],[-73.0257640309326,41.52849743164278],[-73.02586303096575,41.528514431642854],[-73.02589603097678,41.52852043164294],[-73.02592303098585,41.52852543164304],[-73.02603903102411,41.5285354316412],[-73.02606303103201,41.52853743164081],[-73.0262290310861,41.528540431635996],[-73.02646503115928,41.528480431616686],[-73.02660603120307,41.528445431605306],[-73.02668403119974,41.52794743150607],[-73.02675003120879,41.52773243146219],[-73.02677103121177,41.5276654314485],[-73.02681603122097,41.52757143142879],[-73.02685603123011,41.52750443141448],[-73.02691303124338,41.52741343139495],[-73.02737403136736,41.52696643129319],[-73.0276390314337,41.52662343121797],[-73.02777103146838,41.52648143118611],[-73.02783203148124,41.52636043116064],[-73.02784603148037,41.52626643114193],[-73.02784103146851,41.52608843110753],[-73.02782803145912,41.525998431090485],[-73.02778503143762,41.52586743106644],[-73.02767203138515,41.5255934310169],[-73.0275300313035,41.52497543090151],[-73.02752403130005,41.524949430896676],[-73.0274650312543,41.52448743080887],[-73.02744203121875,41.52399943071486],[-73.02744403120927,41.523823430680615],[-73.02744803119084,41.52348043061388],[-73.02746903118727,41.52329943057804],[-73.0274910311844,41.52312543054354],[-73.0275000311792,41.52298443051587],[-73.02752903116436,41.52256243043298],[-73.02753203116325,41.522526430425884],[-73.02754303116083,41.522422430405335],[-73.02753803115336,41.52232043038569],[-73.02754003115129,41.52227343037651],[-73.02755903113614,41.52190243030383],[-73.02757303113647,41.52182943028921],[-73.02760403113821,41.52168443026004],[-73.02761203112969,41.52149143022229],[-73.02762403111782,41.52121743016869],[-73.02765603112132,41.52109743014435],[-73.02771503113473,41.52099743012302],[-73.02773703113841,41.52093743011065],[-73.0277460311402,41.520917430106465],[-73.02776803113763,41.520748430072956],[-73.02779203112074,41.52031942998887],[-73.027756031101,41.52017942996283],[-73.02769103106488,41.519918429914256],[-73.02765003102368,41.519433429821405],[-73.02765903100929,41.51913242976265],[-73.02769903099957,41.51873742968464],[-73.02776103100484,41.518479429632514],[-73.02780903100911,41.5182824295927],[-73.02791503102524,41.517964429527495],[-73.02792603102691,41.51793142952073],[-73.02834003115889,41.517888429498925],[-73.0295850315558,41.51776042943363],[-73.03000003168815,41.51771842941199],[-73.03493803325799,41.51713442913813],[-73.03950503470986,41.51659442888484],[-73.0475530372435,41.515212428354815],[-73.04742303721382,41.515430428401395],[-73.04674503704379,41.51630142859259],[-73.04632703693346,41.51674242869181],[-73.04475303650747,41.51822042903001],[-73.04408703633116,41.518914429186445],[-73.04263903594811,41.52042842952753],[-73.04214803582444,41.521049429664075],[-73.04155203567434,41.52180442983007],[-73.04144603564811,41.52194642986108],[-73.04113103557029,41.522371429953864],[-73.0410260355444,41.52251442998504],[-73.04094803552704,41.522652430014375],[-73.04082903550243,41.52289643006561],[-73.04074403548842,41.52313243011421],[-73.04066903548352,41.523470430182265],[-73.04066503548337,41.523490430186285],[-73.04062703549694,41.52394043027489],[-73.04066703553463,41.5243694303569],[-73.0408190356394,41.525332430538946],[-73.04082603567352,41.52588543064609],[-73.04081703567883,41.526028430674145],[-73.04078903567888,41.52618743070593],[-73.04066303565651,41.52650943077255],[-73.04063503565168,41.52658343078783],[-73.0402910355908,41.52746643097045],[-73.04010903555853,41.52793243106686],[-73.03956603546291,41.529334431356695],[-73.03938503543102,41.52980143145326],[-73.03912603538164,41.53040443157873],[-73.03909603537612,41.53047743159388],[-73.03874303531346,41.531380431780676],[-73.03865003529592,41.5316004318264],[-73.03852603526735,41.53180343186985],[-73.03850303526143,41.53183043187584],[-73.0384290352428,41.531924431896485],[-73.03799303512552,41.53234643199259],[-73.03788003509517,41.532456432017625],[-73.03746903498505,41.53286243210981],[-73.0374070349684,41.53292243212347],[-73.03739403496496,41.532936432126604],[-73.03724803492727,41.53310543216417],[-73.03724003492538,41.53311743216674],[-73.03719303491425,41.53318943218226],[-73.03711003489407,41.53330643220766],[-73.03706403488412,41.533393432226035],[-73.03684603483781,41.53381843231564],[-73.03674203481697,41.534043432362694],[-73.03664103479684,41.53426343240869],[-73.03632903474924,41.535196432599946],[-73.03603303471566,41.53628243282039],[-73.03583603469757,41.53707943298151],[-73.0357830347094,41.53758343308106],[-73.03581303474309,41.53799943316084],[-73.03588203478193,41.53828443321391],[-73.03598603483148,41.53855843326373],[-73.03626303495777,41.53918943337719]]]},"properties":{"name":3515,"geoid":"09009351500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.17144206988908,41.383956398794176],[-73.17168506996198,41.3838543987664],[-73.17241707018188,41.38355139868353],[-73.17266307025582,41.38345039865582],[-73.17299407036731,41.383523398659264],[-73.17335707048964,41.3836043986632],[-73.17388007068097,41.38398339871998],[-73.17415507078162,41.38418339874996],[-73.17494007107108,41.384792398842976],[-73.1757250713605,41.385400398935786],[-73.17602707147185,41.385634398971526],[-73.18116907336788,41.3896193995799],[-73.18120007337973,41.38965039958492],[-73.18159407353009,41.390044399648794],[-73.18327007416978,41.3917193999203],[-73.18338807421613,41.3918603999439],[-73.18350607426243,41.3920003999673],[-73.18386607440382,41.3924294000391],[-73.1842260745452,41.392858400110896],[-73.18795807601087,41.39730440085474],[-73.1881580761275,41.39820440102343],[-73.18755807601356,41.39960440131556],[-73.18535807544997,41.402204401893485],[-73.18485807552385,41.406304402707875],[-73.1858140759083,41.407598402928535],[-73.18615507604541,41.40805940300712],[-73.18649607618252,41.408520403085724],[-73.18655807620745,41.40860440310004],[-73.18870607696071,41.409591403222045],[-73.19025807750498,41.41030440331014],[-73.1911160777915,41.410449403310366],[-73.19113007779623,41.410452403310494],[-73.19371907866086,41.4108904033112],[-73.19630707952518,41.411328403311934],[-73.19675807967576,41.41140440331201],[-73.19815808015846,41.41190440336359],[-73.19818008016665,41.41192240336638],[-73.19975808075215,41.413204403564315],[-73.2015580814856,41.41580440401146],[-73.20369408227407,41.41746840426545],[-73.20657908333914,41.41971740460877],[-73.20745908366402,41.420403404713475],[-73.20768908374718,41.42055240473496],[-73.2074570836809,41.420707404772685],[-73.20676108348218,41.421174404886294],[-73.20653008341627,41.4213304049242],[-73.20543508310207,41.42203840509771],[-73.20443208281274,41.42266040525149],[-73.20401608269302,41.42292340531624],[-73.20401508269275,41.422924405316486],[-73.19842508108461,41.42646840618854],[-73.1964350805068,41.42763840648116],[-73.19423807986895,41.42893140680444],[-73.19387007976208,41.429147406858476],[-73.19288107947125,41.42966540699153],[-73.18991707859983,41.431221407391014],[-73.18892907830934,41.43174040752424],[-73.1888530782864,41.431769407532364],[-73.18862407821732,41.43185940755734],[-73.18854907819473,41.43188940756562],[-73.18825907811332,41.432108407617704],[-73.18795307802752,41.432341407673015],[-73.18733607784685,41.432678407758715],[-73.18701807775383,41.43285340780314],[-73.18637607756686,41.43322140789567],[-73.18568807736658,41.433617407995165],[-73.18485707712527,41.434106408117415],[-73.1844760770166,41.43436440818004],[-73.18400107688119,41.43468740825837],[-73.18384807683509,41.43474840827524],[-73.18350007673509,41.43497140832998],[-73.18314107663747,41.435297408405106],[-73.18292807657721,41.4354504084418],[-73.18258907647771,41.4356314084881],[-73.18252907646026,41.43566640849686],[-73.18228507638973,41.435815408533806],[-73.18217507635798,41.435883408550616],[-73.18068707593278,41.43687840879274],[-73.17847307529732,41.43831040914352],[-73.1784660752954,41.43831640914491],[-73.17802907517091,41.43861540921734],[-73.17710307490208,41.43916140935376],[-73.17463307420034,41.44088440976947],[-73.16936407270353,41.44456341065693],[-73.16722507209576,41.446055411016886],[-73.16475607139434,41.44777941143269],[-73.16464207136221,41.44786341145276],[-73.16429907126559,41.44811741151334],[-73.16418607123384,41.44820241153356],[-73.1641460712325,41.44840441157414],[-73.16414107123256,41.44843341157995],[-73.16392907119032,41.448893411676316],[-73.16395907120436,41.448968411689926],[-73.16398007121417,41.44902041169934],[-73.1640600712475,41.44914841172162],[-73.16410407128282,41.44951341179116],[-73.16425007134355,41.44974541183151],[-73.16438807139599,41.44987841185285],[-73.1646550714895,41.44999841186749],[-73.16500107161073,41.45015441188652],[-73.16505207162807,41.45016841188757],[-73.16533707173349,41.450393411922015],[-73.16551207180288,41.450612411958886],[-73.16557707183729,41.45084341200168],[-73.16560607186226,41.45111341205324],[-73.16564407187931,41.45119541206794],[-73.16562107189208,41.451546412136935],[-73.16570907193164,41.451737412171205],[-73.16596407202417,41.45190741219593],[-73.1661600720991,41.45210441222784],[-73.16624807213658,41.4522594122551],[-73.1662420721414,41.45237641227803],[-73.16604707208805,41.45254841231785],[-73.16604407208732,41.45255241231873],[-73.16528507186126,41.45290141241135],[-73.1651100718118,41.45302841244176],[-73.16506907180172,41.453084412453975],[-73.16502207179023,41.45314941246814],[-73.16476707174466,41.45379341260169],[-73.16475207175047,41.453978412638136],[-73.16488307180241,41.45414241266575],[-73.16510207188584,41.45435741270041],[-73.16513907190881,41.45454741273614],[-73.16515307194479,41.45509241284162],[-73.16561207214535,41.455988413000846],[-73.16562707215195,41.4560184130062],[-73.16577307222074,41.456390413073755],[-73.16583107225647,41.456683413128815],[-73.16585307226782,41.4567564131423],[-73.16583107226738,41.456872413165556],[-73.16575107224841,41.4569934131917],[-73.16558307220336,41.45715741322906],[-73.16530507213683,41.45756741331783],[-73.16531307215553,41.45784641337182],[-73.16528207215308,41.45797841339849],[-73.16503907208667,41.45819341344823],[-73.16470207198448,41.458317413483336],[-73.16426107184058,41.45830241349481],[-73.16369107164604,41.45813541348094],[-73.16347207157132,41.45807141347565],[-73.16272807131149,41.45775141343773],[-73.16236607118537,41.45760041342019],[-73.16209807109769,41.4575874134264],[-73.16192207104793,41.45771441345685],[-73.16175407100727,41.45795441350898],[-73.16167807099876,41.4582344135659],[-73.16192707110521,41.45867941364429],[-73.16199907114004,41.458878413680615],[-73.1619120711237,41.45908441372349],[-73.16181707109907,41.45919141374741],[-73.16167707105502,41.459215413756645],[-73.16140907096681,41.45919341376112],[-73.16114507088355,41.45923441377769],[-73.16091207080957,41.45926241379074],[-73.16063407072508,41.45936141381907],[-73.16051007069099,41.45946741384371],[-73.16037807065635,41.45960941387563],[-73.16023307064161,41.46016941398923],[-73.16022607064096,41.460197413994905],[-73.16010807061214,41.46036141403063],[-73.16010807062408,41.46056841407087],[-73.16013007063827,41.46069041409387],[-73.1602040706712,41.460845414121586],[-73.16021107068617,41.46106541416411],[-73.16018107068761,41.4612594142028],[-73.16005007065564,41.461441414242465],[-73.15986807060159,41.46152841426531],[-73.15958207051327,41.4616054142896],[-73.15873707024433,41.46169541433469],[-73.158488070168,41.461772414357775],[-73.1583120701203,41.46193541439521],[-73.15826907010873,41.46197641440459],[-73.15812307008068,41.46231141447448],[-73.15808607007901,41.46249041451047],[-73.15807207007862,41.46256241452493],[-73.158224070153,41.46299741460452],[-73.15820907016113,41.46322241464876],[-73.15822507017462,41.46336641467621],[-73.15831907021874,41.46360241471901],[-73.15828307022181,41.463858414769966],[-73.15820907020894,41.464051414809894],[-73.15812207018944,41.46420241484207],[-73.15811207018757,41.46422641484706],[-73.15800607016888,41.464498414903396],[-73.15784407013201,41.46477041496157],[-73.1576320700742,41.46496041500541],[-73.15758107006539,41.465094415033114],[-73.15761107008504,41.46526641506557],[-73.15777007016483,41.46575541515543],[-73.15781407019132,41.465967415195195],[-73.15782807020084,41.466053415211455],[-73.15793807024752,41.466244415244994],[-73.1581350703272,41.46651741529162],[-73.15839807042862,41.46679641533727],[-73.15844207045154,41.46694641536499],[-73.15857307050926,41.46721041541202],[-73.15861607052813,41.46729541542714],[-73.15909007072909,41.46811341557065],[-73.15911307074826,41.46831641560936],[-73.15903207073958,41.468621415671265],[-73.1588560707042,41.46899741575009],[-73.15883407070508,41.469136415777825],[-73.15884107071149,41.46920841579159],[-73.15893707074483,41.46924641579586],[-73.1589950707689,41.46933741581163],[-73.15879007071935,41.469631415875476],[-73.15880507072868,41.46970841588995],[-73.15890707076183,41.46970941588681],[-73.15901707079473,41.46966141587389],[-73.15907507081545,41.4696944158784],[-73.15913407083956,41.4697804158932],[-73.1591120708371,41.469861415909655],[-73.15911207084102,41.46992941592288],[-73.1591620708788,41.470303415993925],[-73.1592580709155,41.47039941600945],[-73.15938807095623,41.47037441600035],[-73.15948307098303,41.470304415983634],[-73.15957807101441,41.47031441598248],[-73.15964407104035,41.470392415995484],[-73.15967407105659,41.470505416016465],[-73.15963707105288,41.47064941604566],[-73.15968007109517,41.471140416139676],[-73.15957707107492,41.47136841618735],[-73.1594090710304,41.47154141622645],[-73.159183070967,41.47171341626726],[-73.15909607094807,41.4718744163014],[-73.15873107084384,41.47212041636111],[-73.15851907079647,41.47249141644013],[-73.15830707076233,41.47309141656365],[-73.15819007073723,41.47331441661081],[-73.1579340706745,41.473666416687564],[-73.15790807067687,41.473853416724765],[-73.15790607067707,41.47386841672773],[-73.15797207070472,41.47397641674658],[-73.15804407073495,41.47409541676734],[-73.15811707077016,41.47429541680382],[-73.1581240707818,41.47445741683509],[-73.15770107067117,41.474918416938486],[-73.15753307063058,41.475159416990785],[-73.1576060706785,41.475579417070016],[-73.15756907067734,41.475767417107754],[-73.15742207064903,41.47610341717786],[-73.15728807061798,41.476318417224],[-73.15718207059328,41.47648641726012],[-73.1568940705227,41.47688241734646],[-73.15688107052,41.47690841735194],[-73.15668607048045,41.47731941743816],[-73.15667307047784,41.477347417444044],[-73.15655307047082,41.4779004175554],[-73.15657507051722,41.478580417686814],[-73.15664907056518,41.47899541776502],[-73.15666407057466,41.47907541778009],[-73.15669207059271,41.479230417809305],[-73.15665407060796,41.47970841790341],[-73.15665707061021,41.47973041790759],[-73.15648607058522,41.48025841801576],[-73.15654407063008,41.4807094181015],[-73.15655907063885,41.48077741811422],[-73.15653707063952,41.48091241814117],[-73.15644907061738,41.48102341816561],[-73.15634707058733,41.481076418179235],[-73.15625907056467,41.48117841820193],[-73.15628107059848,41.48164041829097],[-73.15625107059411,41.481733418310014],[-73.15618507058464,41.481940418352394],[-73.15612807057644,41.48211841838883],[-73.1561730706131,41.48250041846158],[-73.15612707060858,41.48268041849806],[-73.15603907059162,41.48288141853999],[-73.15607607061148,41.48301741856519],[-73.15631007069749,41.483192418591564],[-73.15677607086313,41.48344241862492],[-73.15689307091213,41.4836334186582],[-73.15687907091537,41.48376841868487],[-73.15677707089232,41.48394241872201],[-73.15670907087939,41.484100418754934],[-73.15666007087013,41.48421541877888],[-73.15658907085391,41.48433341880412],[-73.15661407086837,41.484443418824675],[-73.15680107094458,41.48471241887083],[-73.15698107101701,41.48495541891215],[-73.1569430710119,41.48508041893768],[-73.15689007099625,41.48510741894466],[-73.1569310710154,41.48520841896295],[-73.15697307103493,41.48531041898139],[-73.15702407105591,41.48538741899468],[-73.15704607107062,41.48551841901939],[-73.15700907106611,41.48564841904588],[-73.15711107112688,41.48612741913559],[-73.15722707117843,41.486368419178625],[-73.15747607127504,41.48664241922373],[-73.15755507131038,41.48681041925378],[-73.15757007132305,41.486945419279515],[-73.15753407132127,41.48711641931391],[-73.15750507132802,41.487396419369254],[-73.15749707133051,41.48748441938661],[-73.15749107133566,41.48760741941069],[-73.15753307135574,41.48771941943109],[-73.15758407137675,41.48779641944437],[-73.15773807143364,41.487916419462664],[-73.1577530714458,41.488042419486646],[-73.15767207145093,41.488586419594974],[-73.15771507147556,41.48877141962951],[-73.15784007152872,41.48898941966777],[-73.15793407157314,41.48923041971151],[-73.15791207157478,41.489382419741766],[-73.15789107156998,41.48941741974924],[-73.15526107070605,41.48923441979958],[-73.15514507066788,41.48922541980162],[-73.14865206853497,41.488774419926],[-73.14700006799228,41.48865941995758],[-73.14690706796169,41.48865241995927],[-73.14416206705995,41.48846142001174],[-73.14380306694243,41.48844342001996],[-73.14272906659092,41.488391420044906],[-73.14237106647376,41.4883744200533],[-73.14191506632471,41.48835542006448],[-73.14055006587853,41.48829942009816],[-73.14009506572984,41.488281420109494],[-73.13705106473365,41.488135420180456],[-73.12792106174571,41.48769842039336],[-73.1250180607957,41.487560420461215],[-73.12488006075242,41.48758642047077],[-73.12479706072646,41.487603420476766],[-73.12455406065052,41.4876544204946],[-73.12454806064865,41.487655420494995],[-73.1244650606227,41.487672420501],[-73.12421806054525,41.48771942051819],[-73.122492059991,41.48782142059429],[-73.11354105712527,41.48849942101778],[-73.11334505706236,41.488511421026516],[-73.1121990566969,41.48862342108561],[-73.11157605649784,41.488677421116414],[-73.10423505415727,41.48940442149686],[-73.10423405415436,41.48935942148814],[-73.10423205414985,41.48929242147518],[-73.10424405414938,41.489216421460036],[-73.10425205414309,41.48906242142983],[-73.10439205413356,41.48810842123993],[-73.10440005410844,41.48762742114619],[-73.10436605406376,41.48704342103383],[-73.10418205394552,41.486027420842404],[-73.10419005390679,41.485310420702824],[-73.10425205389335,41.484727420587525],[-73.10433105391321,41.48462742056551],[-73.10428605388783,41.48444042053064],[-73.10431905387027,41.48394942043415],[-73.10432005385064,41.4836034203669],[-73.10424705382077,41.48349542034827],[-73.10368705360521,41.48290842025245],[-73.10362505358204,41.48285542024417],[-73.10352105354575,41.48281142023901],[-73.10346805352411,41.48273442022577],[-73.10346105351648,41.48264142020793],[-73.10346305350912,41.48250242018085],[-73.10337705344614,41.48189342006531],[-73.10335605343079,41.48174542003722],[-73.1019740529349,41.48092241992229],[-73.09782805144731,41.47845441957766],[-73.0971800512148,41.47806841952374],[-73.09644705095178,41.47763141946266],[-73.09643305092996,41.477331419404806],[-73.09641605091777,41.47721541938282],[-73.09633705086007,41.476658419277115],[-73.09619205078101,41.47610241917379],[-73.09619705077618,41.47599041915185],[-73.09620905076656,41.47575541910578],[-73.09627305078394,41.47569641909223],[-73.09635505080789,41.47565041908062],[-73.09652105087358,41.47585541911506],[-73.09713205109877,41.47632341918614],[-73.09736105118358,41.47650541921406],[-73.09763605128536,41.47672341924746],[-73.09773805132352,41.47681141926125],[-73.09825105151558,41.47725541933085],[-73.09869205168161,41.47765341939383],[-73.0990320518073,41.47792041943466],[-73.09982205209626,41.478486419518944],[-73.10048505233584,41.478910419579776],[-73.10069905241392,41.47906041960194],[-73.10086605247555,41.47918941962157],[-73.10100305252732,41.47931641964179],[-73.10153305274082,41.48003741976466],[-73.10187205286525,41.48028741980221],[-73.10196405289908,41.48035641981262],[-73.10242805306986,41.48070741986572],[-73.10276205319593,41.4810144199145],[-73.10314105333413,41.481278419953476],[-73.1033060533943,41.48139341997044],[-73.10345905344943,41.48148841998391],[-73.10392005361555,41.48177542002468],[-73.10407405367108,41.481871420038324],[-73.10433305376439,41.48203242006118],[-73.10447105381414,41.4821184200734],[-73.10469605389423,41.48224142008997],[-73.10509405404038,41.482536420134345],[-73.1053400541307,41.48271842016169],[-73.1054310541641,41.48278542017174],[-73.10555805421055,41.48287642018529],[-73.10576105428486,41.48302242020705],[-73.10623805445653,41.48331542024845],[-73.10646805453933,41.48345742026855],[-73.10669805462216,41.48359942028865],[-73.10676305464555,41.483639420294296],[-73.10737105486668,41.48405242035476],[-73.10746305490015,41.484115420364006],[-73.10760005494933,41.484197420375466],[-73.10767205496636,41.48408742035174],[-73.10773605498413,41.484035420339566],[-73.10800405506725,41.48396842031781],[-73.10822205513506,41.48391742030079],[-73.1083820551849,41.48388142028858],[-73.10899505538299,41.4838664202657],[-73.10933305549135,41.48384342025022],[-73.10989605567087,41.48378842022119],[-73.1103510558144,41.48371642019238],[-73.11074505593875,41.48365542016768],[-73.1110600560398,41.48363542015353],[-73.11128505609388,41.48330642008228],[-73.1115410561566,41.48295342000533],[-73.11172405621086,41.482864419982086],[-73.11211205632952,41.482738419944944],[-73.11231905639174,41.4826524199215],[-73.11293305657942,41.48245141986243],[-73.11305005661589,41.48242541985358],[-73.11310605663341,41.482414419849604],[-73.11337405671676,41.482351419828625],[-73.11396005690416,41.48230341980021],[-73.11405505693325,41.48227341979128],[-73.1141590569597,41.48214641976322],[-73.1143370569931,41.48172341967522],[-73.11444105702016,41.48160741964928],[-73.11464105707549,41.4814414196105],[-73.11487305713821,41.4812234195606],[-73.11500705717287,41.481070419526496],[-73.11520605722137,41.48079141946579],[-73.11538105726758,41.480607419424324],[-73.11565605734526,41.48040741937648],[-73.11585305740063,41.48025841934112],[-73.11650605759161,41.4798954192493],[-73.11687405769317,41.479585419177056],[-73.11733305781986,41.4791994190871],[-73.11748505786032,41.47904541905222],[-73.11759305788804,41.478918419024005],[-73.11766905790475,41.478780418994724],[-73.1177180579096,41.478588418955816],[-73.11772005789393,41.478305418900746],[-73.11767905785976,41.47794341883173],[-73.11761805782366,41.477660418778726],[-73.11762005782184,41.47761741877031],[-73.11764505780023,41.4771014186692],[-73.11758705774749,41.476512418556624],[-73.11764805773268,41.47591241843802],[-73.11764205770278,41.475427418343955],[-73.11780205774446,41.47524941830415],[-73.11747405762772,41.475070418280055],[-73.11740705760361,41.475029418274254],[-73.1164710572712,41.474531418207974],[-73.1159720570912,41.47421741816319],[-73.11582705703816,41.474113418147724],[-73.11562805696529,41.47396941812621],[-73.11535005686206,41.47374341809134],[-73.1149620567119,41.473322418022164],[-73.11466105658786,41.47286441794295],[-73.11458005654815,41.47263141790029],[-73.11456505652382,41.47229341783511],[-73.11474505651317,41.47109441759618],[-73.11474905650807,41.47098341757445],[-73.11471005648781,41.47085141755007],[-73.11470705646319,41.47044041747027],[-73.1147360564442,41.4699474173735],[-73.11475205642596,41.469540417293885],[-73.11475405641485,41.46933641725415],[-73.1147140563862,41.46906441720258],[-73.1146430563212,41.468335417063194],[-73.11452605626407,41.46800241700227],[-73.11449005624155,41.46781441696689],[-73.1144470562142,41.46758141692299],[-73.11427005608034,41.46625441667079],[-73.11411205598965,41.46556941654277],[-73.1140260559398,41.465188416471506],[-73.11400505592742,41.46509141645333],[-73.11379605582012,41.46440541632677],[-73.11368405576816,41.46413441627775],[-73.11367005576035,41.464077416267095],[-73.1135770557084,41.46369941619666],[-73.11344305564006,41.463267416117034],[-73.11343105563319,41.46321541610732],[-73.11325005552588,41.46237141594912],[-73.11317105546311,41.46172641582628],[-73.11316205545565,41.461647415811214],[-73.11317005544203,41.46136541575613],[-73.11318305543806,41.46122341572809],[-73.11336905544016,41.46021141552527],[-73.11349405543076,41.45934341535244],[-73.1135030554303,41.459284415340676],[-73.11355805541919,41.45878141524108],[-73.1136800554243,41.458182415120646],[-73.11375605543031,41.457858415055156],[-73.11380805541566,41.45731041494691],[-73.11384505539371,41.45672041483099],[-73.11387105536163,41.45601641469324],[-73.11396605537388,41.45569341462735],[-73.11406805538356,41.45528641454488],[-73.11425205535166,41.45369441422931],[-73.1142720553487,41.45353041419676],[-73.1143250553529,41.45330441415108],[-73.11446605534492,41.45237041396487],[-73.11448505531868,41.451807413854766],[-73.1144860553166,41.451765413846566],[-73.1144900553107,41.45164041382212],[-73.114492055309,41.45159941381409],[-73.11452305526532,41.45066541363143],[-73.11453405525002,41.450337413567276],[-73.1145850552512,41.45007041351369],[-73.11466905526437,41.4498254134633],[-73.11478505528711,41.449566413409165],[-73.11494205531129,41.44910141331361],[-73.11504005532674,41.44881741325519],[-73.11511405533327,41.448513413193645],[-73.11522205533701,41.44796941308433],[-73.11537305534269,41.44721641293296],[-73.11540605534408,41.4470544129004],[-73.11542205533254,41.44676341284327],[-73.1153960553137,41.446582412808915],[-73.115343055285,41.44638241277173],[-73.11533805528224,41.44636241276802],[-73.11528905526028,41.446257412749176],[-73.11488005507667,41.44537141259018],[-73.11477005502877,41.44515941255252],[-73.11464505497206,41.44487841250193],[-73.11449705489783,41.44442241241804],[-73.1144010548487,41.44410941236029],[-73.11438405483622,41.44398841233732],[-73.11433005479674,41.44360641226477],[-73.11430705476455,41.44317641218187],[-73.11437405477093,41.442909412127754],[-73.11442805478241,41.44280441210557],[-73.11456405481162,41.44254541205078],[-73.1147970548675,41.44220241197647],[-73.11483205487201,41.44208341195217],[-73.1148560548642,41.441812411898674],[-73.11489105487172,41.441745411884504],[-73.11494005488238,41.44165441186521],[-73.11493505486413,41.44136541180915],[-73.11493205485507,41.44122441178182],[-73.11495005485762,41.44116741177015],[-73.1149890548635,41.44104941174592],[-73.1152170549135,41.44063241165738],[-73.11531405493488,41.44045741162019],[-73.11553605498224,41.4400284115295],[-73.11583005504914,41.43953341142364],[-73.11593105507134,41.439349411384555],[-73.1159390550659,41.43920941135706],[-73.11591205504563,41.43900941131903],[-73.11583305500609,41.438767411274526],[-73.11567405493363,41.4384044112091],[-73.1154170548228,41.43792641112446],[-73.11529205476144,41.43756441105812],[-73.1152160547027,41.43697141094522],[-73.11517205465371,41.43636741082915],[-73.11507605459681,41.43591941074511],[-73.11573705480434,41.43579941070025],[-73.1157750548162,41.43579141069746],[-73.115892054853,41.43577141068975],[-73.11593205486558,41.43576441068708],[-73.11622205495667,41.43571241066755],[-73.116292054978,41.43568841066058],[-73.1165300550507,41.435610410637665],[-73.1171130552288,41.435418410581335],[-73.11734705530154,41.43536341056301],[-73.11743505532893,41.43534341055624],[-73.11771405541909,41.43533741054601],[-73.11752405534769,41.435167410519114],[-73.1171400552034,41.434824410464884],[-73.11695805513453,41.43465341043754],[-73.11677305506453,41.43447941040971],[-73.11684605508562,41.43443441039857],[-73.11706705514978,41.43430341036589],[-73.11713305516902,41.43426541035635],[-73.11714105517126,41.434259410354926],[-73.11778005535095,41.43377941024073],[-73.11836805551755,41.433359410139886],[-73.11844705553995,41.43330341012641],[-73.1186030555798,41.433116410084956],[-73.11902605567856,41.43244740994102],[-73.119330055747,41.431922409828985],[-73.11953805579681,41.43161540976248],[-73.11982705585517,41.4309994096332],[-73.1200970558989,41.43023640947595],[-73.1203200559396,41.42968640936169],[-73.1204810559728,41.429355409292036],[-73.12048505597392,41.42935240929133],[-73.12095105611066,41.42910140922731],[-73.1210040561255,41.429060409217605],[-73.12134105621986,41.428800409156054],[-73.12151805626395,41.42856840910514],[-73.12161905628619,41.428385409066244],[-73.12164605629195,41.42833340905525],[-73.12164805628679,41.42823240903553],[-73.12163805628147,41.42819640902886],[-73.12152105621836,41.42775840894743],[-73.12146005619151,41.4276354089255],[-73.12137405615348,41.427459408894045],[-73.12132805613324,41.42736640887744],[-73.12131205611183,41.427084408823085],[-73.12132105610718,41.42695240879712],[-73.1213400561062,41.42682840877236],[-73.12145805611954,41.42639440868407],[-73.12160905614415,41.42597040859664],[-73.12164705615051,41.42586640857517],[-73.12201105623025,41.42519940843353],[-73.12219905627553,41.42492640837427],[-73.12265105638939,41.42435640824863],[-73.12351905662983,41.42364140808123],[-73.12372505669114,41.42354540805585],[-73.12443305690802,41.4233234079896],[-73.12463505696796,41.42322640796415],[-73.12499505707716,41.42309440792674],[-73.12501805708413,41.42308640792443],[-73.1255080572306,41.422869407866244],[-73.12588705734358,41.42269640782024],[-73.12607805740087,41.42261540779827],[-73.12623405744858,41.42256540778346],[-73.12641705750387,41.42249440776368],[-73.12701405769818,41.42250640774659],[-73.1285330581958,41.422592407713864],[-73.12915805839752,41.4225754076902],[-73.12964505854944,41.42247040765391],[-73.12970005849752,41.42125640741587],[-73.129835058502,41.42057240727836],[-73.13003205852694,41.419894407139985],[-73.13030805858156,41.419287407012874],[-73.1305810586159,41.418344406820445],[-73.13138005872874,41.415798406298904],[-73.1316810587791,41.4149754061289],[-73.13178505880218,41.414790406089516],[-73.13222205890604,41.414131405947025],[-73.1322520589132,41.41408640593729],[-73.13270405903116,41.41358840582563],[-73.13342605921417,41.4126984056289],[-73.13360605924576,41.412232405532315],[-73.13365705925497,41.412104405505744],[-73.13380705926711,41.41146940537725],[-73.13381405925998,41.411305405345104],[-73.13382905924834,41.41101840528874],[-73.13376505921657,41.410826405253445],[-73.13374505920656,41.41076540524222],[-73.13368305918209,41.41068940522946],[-73.13436905938947,41.41042640515592],[-73.13445105941382,41.410387405145656],[-73.13577705980855,41.409773404982964],[-73.13640605999265,41.40942740489512],[-73.13651606002242,41.4093244048715],[-73.13658206003612,41.40919040484327],[-73.13666706005402,41.40902240480779],[-73.136748060044,41.408390404682116],[-73.1367550600304,41.40811440462816],[-73.1367640600173,41.407835404573554],[-73.13684606002711,41.407543404514044],[-73.13692706004011,41.40731240446643],[-73.13694006004238,41.40727840445938],[-73.1371400600997,41.40714740442739],[-73.13739706017782,41.40705640440129],[-73.13743106018843,41.40704940439883],[-73.13834006047391,41.40688740433768],[-73.13845006050849,41.406868404330396],[-73.13864406056963,41.406837404318054],[-73.13935206079013,41.406679404264246],[-73.13949606083506,41.40664840425352],[-73.14148406145638,41.406242404109754],[-73.14174306153738,41.40619040409119],[-73.14219606167923,41.4061024040593],[-73.14210006163901,41.40594440403167],[-73.14193506156982,41.405671403983895],[-73.14183706152605,41.4054624039464],[-73.1417590614912,41.40529640391663],[-73.14172006147379,41.405213403901726],[-73.14170106146483,41.40516440389281],[-73.14154706139173,41.40476140381936],[-73.14154706139166,41.40476040381917],[-73.14149506136717,41.40462740379497],[-73.14142906133598,41.404457403764034],[-73.14138906131706,41.40435340374508],[-73.14126206125209,41.403939403668616],[-73.14125506124861,41.403918403664754],[-73.14120906122497,41.403766403636666],[-73.14102706113212,41.40317740352792],[-73.14100806112239,41.40311540351646],[-73.14091606107526,41.40281440346086],[-73.14082606101559,41.40228340336039],[-73.1408390609811,41.401609403228754],[-73.14085706097246,41.4013574031791],[-73.14088906095887,41.400940403096875],[-73.1409240609591,41.400746403057944],[-73.1433290616958,41.39999540283342],[-73.1440440619149,41.3997734027669],[-73.14485706216415,41.39952340269177],[-73.14606706252978,41.39905840256182],[-73.1467590627379,41.398775402484176],[-73.14745306293841,41.39834840237844],[-73.14759106297666,41.398235402351936],[-73.14783906304885,41.39809240231602],[-73.14897406339057,41.397634402189865],[-73.1496510635926,41.39733040210862],[-73.14998706369651,41.39724240208054],[-73.15031006380019,41.39722440206651],[-73.15040706383137,41.39721940206239],[-73.1505360638733,41.39722140205857],[-73.15080106396164,41.39726340205812],[-73.15105806404866,41.3973274020622],[-73.1511850640938,41.39739640207149],[-73.15198506436553,41.397611402087314],[-73.15265506459117,41.39775740209391],[-73.15275106462431,41.3977924020976],[-73.15300006471456,41.397958402121816],[-73.1531140647559,41.3980344021329],[-73.15333306483531,41.39818040215419],[-73.15379306499554,41.39837340217677],[-73.15380306499908,41.39837840217743],[-73.15407406509274,41.398479402188265],[-73.15418106511589,41.39827840214565],[-73.15419706509776,41.39787240206608],[-73.1542190650738,41.39733140196003],[-73.15431706507614,41.39681940185714],[-73.1544620651018,41.39644740177999],[-73.15461406513165,41.396109401709204],[-73.15465106514026,41.39605040169651],[-73.15499206522013,41.39551640158144],[-73.15513706524601,41.39514840150506],[-73.15518806524899,41.39491240145742],[-73.15518706522862,41.394563401389505],[-73.1551840652254,41.39452440138201],[-73.15513906517329,41.39387140125631],[-73.15514706513717,41.393197401124816],[-73.15522506514027,41.392811401047105],[-73.15533606515461,41.39243440097006],[-73.15546806518553,41.39222740092546],[-73.15579506526949,41.39184340084003],[-73.155932065305,41.39168840080537],[-73.15630906540298,41.391266400710926],[-73.15657506547474,41.39101440065319],[-73.15665306549718,41.390964400640904],[-73.15703406561461,41.39085840060785],[-73.15726306568799,41.390843400597475],[-73.15751906577012,41.390828400586216],[-73.15792906589847,41.39074840055727],[-73.15840906604488,41.390588400510474],[-73.15884706617081,41.390308400441675],[-73.15898906621098,41.390206400417185],[-73.15928506629488,41.38999640036665],[-73.15946006634037,41.38980040032278],[-73.15969406640225,41.38955740026783],[-73.1600430664903,41.38912040017136],[-73.16006906649713,41.38909240016505],[-73.16092006672282,41.38821839996713],[-73.16133906681355,41.38743339980058],[-73.16163506689797,41.38723239975179],[-73.16197206700879,41.38725939974608],[-73.16200906702103,41.38726339974565],[-73.16232706712657,41.387306399743665],[-73.16289506731681,41.38741239974579],[-73.16301206735078,41.38734339972855],[-73.16303906735396,41.38724639970877],[-73.16297206731288,41.38690939964532],[-73.16295806730413,41.38683639963156],[-73.16296906728088,41.38636939954027],[-73.1630580672995,41.38619139950269],[-73.16319706733677,41.38605539947167],[-73.16355106743856,41.385829399416124],[-73.16376406749812,41.38566439937706],[-73.16384406751935,41.38558239935847],[-73.16401006756368,41.38541739932092],[-73.1642260676182,41.3851473992613],[-73.16414406758271,41.38499239923378],[-73.16389806747624,41.38452739915122],[-73.1638170674411,41.384372399123684],[-73.16409506753172,41.38438139911638],[-73.16512606786797,41.38441639908961],[-73.16557006801362,41.38444639908098],[-73.16601906815936,41.384449399066945],[-73.16677906840467,41.38443039903847],[-73.16716006852886,41.38444239902839],[-73.16773706871517,41.384429399007054],[-73.1681750688556,41.384402398987525],[-73.16861306899524,41.38436139896527],[-73.16934206923146,41.38435939894111],[-73.17008206947256,41.38438039892109],[-73.17023606952472,41.38441939892368],[-73.17037206957181,41.38447139892937],[-73.17049006961403,41.38454039893895],[-73.17078806972428,41.3847783989756],[-73.17115906981704,41.38429939887022],[-73.17141606988082,41.38395939879561],[-73.17144206988908,41.383956398794176]]]},"properties":{"name":3461.02,"geoid":"09009346102"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.0090320263715,41.54367343513242],[-73.00908802639086,41.54369343513448],[-73.00925702644925,41.54375443514084],[-73.00931402646899,41.54377543514305],[-73.00943702651256,41.543838435151294],[-73.0098060266433,41.54402743517599],[-73.00992902668688,41.54409043518422],[-73.0097760266444,41.54421643521365],[-73.00976702664225,41.544229435216465],[-73.00961302660515,41.544454435265145],[-73.00946502657655,41.54479243533556],[-73.00938002656027,41.544989435376564],[-73.0093190265493,41.54514343540842],[-73.00913602651653,41.545606435504226],[-73.00909702650968,41.5457074355251],[-73.00907502650563,41.54576143553629],[-73.00895102649389,41.54625743563658],[-73.00876202647618,41.54701643579005],[-73.00872002647594,41.54724943583663],[-73.00863802647515,41.547698435926435],[-73.00863302647704,41.54775943593843],[-73.00859802649508,41.54827043603874],[-73.0088630266771,41.54993743635366],[-73.00864302663189,41.550393436449305],[-73.00838402656927,41.5507674365303],[-73.00796802647069,41.551402436667026],[-73.00774602641039,41.551607436714036],[-73.00743102632909,41.55197243679509],[-73.00696802618823,41.55213843684235],[-73.00661502607988,41.55224843687516],[-73.00601102588668,41.552300436904886],[-73.00447902539311,41.5523714369684],[-73.0037340251507,41.552364436991226],[-73.00316602496665,41.55237243701125],[-73.00310502494682,41.55237243701322],[-73.00302502492094,41.552374437016205],[-73.0025970247822,41.55237943703107],[-73.00247202474172,41.55238143703553],[-73.00226302467456,41.552394437044825],[-73.00173502450512,41.55243043706897],[-73.0014250244059,41.55245643708407],[-73.00038602407587,41.55258643714304],[-73.00016202400575,41.55263243715924],[-73.00003502396564,41.55265243716724],[-72.99963702383953,41.55270743719084],[-72.99949902379683,41.5527444372025],[-72.99935202375131,41.552783437214835],[-72.99870702355307,41.55297943727383],[-72.9985460235036,41.55302843728855],[-72.99850302349049,41.553043437292864],[-72.99797302332975,41.55324243734869],[-72.99790702331015,41.55327443735704],[-72.99771702325391,41.55336943738165],[-72.9971230230794,41.55369043746323],[-72.99697202303669,41.55380043748947],[-72.9964680228932,41.55415243757416],[-72.99611602279187,41.55437843762944],[-72.99571702267784,41.55464943769497],[-72.99529602255821,41.554947437766465],[-72.99467602237998,41.55535043786479],[-72.99439102229417,41.55546843789696],[-72.99384302212076,41.555548437930284],[-72.99372602208274,41.55554843793407],[-72.99351302201354,41.55554843794099],[-72.99312302188439,41.5555054379453],[-72.99280402177625,41.55542743794052],[-72.99241802164028,41.55524343791734],[-72.99185902143957,41.554911437871056],[-72.99128302123277,41.55456943782339],[-72.99125702122323,41.55455043782055],[-72.9911790211946,41.55449343781202],[-72.99115302118508,41.55447443780916],[-72.99090502109513,41.55431143778558],[-72.99016102082531,41.553822437714835],[-72.98991302073541,41.55366043769145],[-72.98972302066656,41.55353643767354],[-72.98965002064008,41.55348843766661],[-72.98926402050238,41.553274437637604],[-72.98914202045768,41.553186437624476],[-72.98895802039037,41.55305543760503],[-72.98844902020673,41.552737437559834],[-72.98843602020214,41.552731437559096],[-72.98737601983025,41.55225243750053],[-72.98709001973221,41.552163437492545],[-72.98677001962413,41.55209143748894],[-72.98671901960726,41.552086437489635],[-72.98610801940572,41.55203343749917],[-72.9859090193421,41.55205143750912],[-72.98531501915224,41.55210543753887],[-72.985117019089,41.55212443754899],[-72.9849080190229,41.55215543756178],[-72.98428001882428,41.552249437600395],[-72.98407201875857,41.55228143761335],[-72.98403501874664,41.55228343761497],[-72.98392601871157,41.552289437619656],[-72.98389001870007,41.552292437621404],[-72.98355101859266,41.55234043764173],[-72.982535018271,41.55248643770301],[-72.98219701816402,41.55253543772349],[-72.98161401797944,41.55261943775869],[-72.97986801742681,41.55287343786464],[-72.9792860172426,41.55295843790002],[-72.97875501707557,41.55305343793568],[-72.97759301671007,41.55326243801394],[-72.97716201657454,41.55334043804305],[-72.97663201640792,41.553437438079065],[-72.97636201632228,41.553473438094805],[-72.97555501606625,41.55358043814175],[-72.97528601598097,41.553617438157666],[-72.97443601571034,41.55371343820387],[-72.97353101541954,41.55376943824408],[-72.97281301518889,41.55381543827629],[-72.97081401453951,41.553816438341315],[-72.9699080142452,41.553817438370885],[-72.96980001421001,41.55381543837399],[-72.9694770141049,41.553812438383886],[-72.96937001407007,41.55381143838715],[-72.96940501405885,41.553418438309755],[-72.96947201403788,41.55267443816317],[-72.9696890140866,41.55229543808258],[-72.96988601413099,41.55195443801002],[-72.97007701417795,41.551691437952776],[-72.97065101431907,41.55090243778102],[-72.97084301436641,41.55064043772394],[-72.97113601443684,41.5502094376308],[-72.97117301444553,41.55015143761833],[-72.97163101455428,41.549454437468185],[-72.97210901467554,41.54886243733779],[-72.97225301471677,41.54876543731428],[-72.97236001474751,41.54869543729723],[-72.9727740148703,41.5484914372442],[-72.97332301503302,41.5482194371736],[-72.9739270152121,41.54792143709619],[-72.97461701541788,41.547601437011686],[-72.97498301552707,41.54743243696702],[-72.97498401552734,41.54743143696679],[-72.97530801562182,41.547243436919786],[-72.9755050156781,41.547109436887396],[-72.97566201572337,41.54700943686289],[-72.97572101574063,41.54697643685457],[-72.97606101584063,41.54679443680822],[-72.97641401594794,41.54666643677193],[-72.97665301602065,41.54658043674747],[-72.97723501619858,41.54638643669094],[-72.97809901646282,41.54610043660742],[-72.97898001673178,41.5458004365206],[-72.97956201690953,41.54560343646348],[-72.98008801709317,41.545825436489515],[-72.98014501711306,41.54584943649233],[-72.9803300171777,41.545928436501654],[-72.9809430173864,41.546094436514],[-72.9815460175882,41.54619743651444],[-72.98199901773533,41.54619743649973],[-72.98263301794137,41.54619843647936],[-72.98285001801067,41.54617743646826],[-72.98350401821966,41.546117436435395],[-72.98372201828934,41.54609743642444],[-72.98408501840235,41.54601243639617],[-72.98409601840584,41.54601043639543],[-72.98487601865054,41.545859436340805],[-72.98518801874943,41.54581643632233],[-72.98555901886711,41.54576743630079],[-72.98607801903181,41.54569943627076],[-72.9861910190677,41.545685436264364],[-72.98661201919928,41.54559543623324],[-72.98701401932,41.545423436186816],[-72.98753501947314,41.54514343611555],[-72.98799701960901,41.54489643605263],[-72.9884380197371,41.544632435987076],[-72.98846801974581,41.5446144359826],[-72.98851701976,41.54458443597518],[-72.98938102001163,41.54407943584912],[-72.99013802023961,41.543767435764],[-72.99070002040894,41.54353743570112],[-72.99144102063114,41.543215435614556],[-72.99168302070372,41.54311043558633],[-72.99227902088255,41.5428534355171],[-72.993424021227,41.54237543538716],[-72.9936870213084,41.54230543536503],[-72.99446902155057,41.54209943529966],[-72.99480702165664,41.542034435276086],[-72.99582402197589,41.541841435205605],[-72.99616302208233,41.541777435182176],[-72.99658702221579,41.54170343515407],[-72.99670302225262,41.54168843514738],[-72.99740302247487,41.54159943510739],[-72.99776402259134,41.54158543509295],[-72.99834002278021,41.54161643508026],[-72.99845202281693,41.541622435077805],[-72.99888602296056,41.54166843507265],[-72.99905102301582,41.541697435072926],[-72.99945602315158,41.54177043507394],[-72.99954602318172,41.54178643507412],[-72.99971202323742,41.54181743507476],[-72.99980302326856,41.54184443507703],[-72.99993002331198,41.54188243508029],[-73.0000800233622,41.54190843508049],[-73.00017402339373,41.541925435080714],[-73.00047302350055,41.54209443510382],[-73.00079702361722,41.54229343513193],[-73.00100702369522,41.54246343515812],[-73.00197802405572,41.54324743527878],[-73.00248302423672,41.54354243531966],[-73.0029000243811,41.543697435336185],[-73.00330402452045,41.543838435350445],[-73.00357402461182,41.54390243535411],[-73.0036910246515,41.54393143535593],[-73.00404202476884,41.54398943535579],[-73.00455902493908,41.544029435346765],[-73.00450302493516,41.54427743539672],[-73.00446602492659,41.544337435409574],[-73.00412302484808,41.54490943553173],[-73.00396502481183,41.54517143558771],[-73.00379802477357,41.5454494356471],[-73.00376202476666,41.54553243566439],[-73.00365502474634,41.54578343571656],[-73.0036200247398,41.54586743573401],[-73.00358302473163,41.545934435748215],[-73.00347102470688,41.54613643579105],[-73.00343502469912,41.54620443580542],[-73.00337702468894,41.54635543583661],[-73.0032050246592,41.54680943593032],[-73.00314902464976,41.54696143596164],[-73.00308802464305,41.547189436007876],[-73.00307902464233,41.54722743601554],[-73.00282702459607,41.54784643614387],[-73.0027390245801,41.548065436189226],[-73.00293202464734,41.5481444361983],[-73.00351102484915,41.54838343622588],[-73.00370502491678,41.5484634362351],[-73.00389802498361,41.548535436242815],[-73.00447702518413,41.548751436265924],[-73.00467102525135,41.5488244362738],[-73.00489102532805,41.54891543628431],[-73.0055530255588,41.54918843631581],[-73.00577402563587,41.549280436326484],[-73.00589902565365,41.54888343624537],[-73.00627502570723,41.547692436002],[-73.00640102572538,41.547296435921055],[-73.00639602571725,41.54718343589929],[-73.00638102569287,41.54684443583398],[-73.00637702568514,41.546732435812366],[-73.00620202562396,41.546657435803496],[-73.00610702558679,41.546547435785236],[-73.00604902554946,41.54622643572482],[-73.00602902551887,41.545807435644136],[-73.00601302549266,41.54544243557381],[-73.00609402550091,41.54512843551025],[-73.00624002553577,41.54491043546319],[-73.00627602554496,41.54486643545348],[-73.00684002569575,41.54430343532587],[-73.00696702573228,41.54422143530585],[-73.00714002578216,41.54411143527888],[-73.00731502582254,41.54382543521768],[-73.00754902589131,41.5436994351856],[-73.00775402595495,41.543648435169075],[-73.00801402604239,41.543700435170706],[-73.00866702626205,41.54383143517494],[-73.00880602630679,41.54382443516907],[-73.00889302633334,41.54379443516042],[-73.0090320263715,41.54367343513242]]]},"properties":{"name":3527.02,"geoid":"09009352702"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.044061037367,41.537049432708216],[-73.04424503743486,41.53719043272961],[-73.04447803752569,41.53745343277309],[-73.04453903754843,41.537504432780985],[-73.04507103774118,41.53785143283105],[-73.04520603779068,41.53794943284568],[-73.04536203784902,41.538082432866425],[-73.04567503796603,41.53834943290807],[-73.04574203799056,41.53839743291519],[-73.04583203802186,41.538433432919255],[-73.04585703803009,41.53843543291884],[-73.04606203809782,41.53845543291606],[-73.04607703811773,41.53871643296622],[-73.04612903814774,41.53894443300879],[-73.04664803836674,41.53981943316173],[-73.0475330386312,41.5394214330557],[-73.04770903868192,41.53930943302822],[-73.04804703877497,41.53901943296094],[-73.04825703883228,41.53883043291742],[-73.04840803889601,41.539085432962],[-73.04877503905155,41.53971643307254],[-73.04893403911966,41.54000243312287],[-73.04941303932469,41.54086043327382],[-73.04957303939312,41.54114643332412],[-73.04976603947978,41.54156243339858],[-73.05019403967192,41.54248443356358],[-73.0503310397358,41.542820433624335],[-73.05050503981687,41.54324643370137],[-73.05061603986402,41.54343943373519],[-73.05094904000572,41.54402143383733],[-73.05106104005328,41.54421543387132],[-73.0511610400954,41.544382433900466],[-73.0514640402228,41.54488543398823],[-73.05156504026529,41.54505343401754],[-73.051653040304,41.54522943404884],[-73.05192004042117,41.54575743414262],[-73.05200904046028,41.54593443417406],[-73.05219304053692,41.546227434224924],[-73.05243304063615,41.546596434288716],[-73.05273704076188,41.547064434369645],[-73.05382604119842,41.54850143461305],[-73.05391404123368,41.548617434632696],[-73.05420704136178,41.54918843473395],[-73.05402304130561,41.54925043475197],[-73.05375204122295,41.54934343477883],[-73.05347104113716,41.54943843480641],[-73.05328704108105,41.54950143482462],[-73.05323004106346,41.549517434829596],[-73.05306104101145,41.54956743484479],[-73.05300504099425,41.549584434849905],[-73.05261604087305,41.549673434879836],[-73.0519780406701,41.54974743491496],[-73.05106504037998,41.54985843496623],[-73.05063704024674,41.54995843499955],[-73.05029404014347,41.55009943503807],[-73.05011804009399,41.55023243506961],[-73.05000404006492,41.55037043510009],[-73.04990504003871,41.5504734351233],[-73.04978304000853,41.550637435159096],[-73.04972203999374,41.55072443517797],[-73.04954403994056,41.55080443519926],[-73.04912403979422,41.550632435179566],[-73.04905203976928,41.55060543517667],[-73.04896803974016,41.55057343517321],[-73.0488480396972,41.55050443516372],[-73.04878303967395,41.55046743515865],[-73.04862303961673,41.5503764351462],[-73.04797303938447,41.550009435096136],[-73.04742903919008,41.54970243505426],[-73.04688203899236,41.549354435004545],[-73.04636503880346,41.54899043495074],[-73.04594203864389,41.548605434889794],[-73.04570603855525,41.54839743485711],[-73.04557803850722,41.54828543483953],[-73.04526003838416,41.54794243478332],[-73.04519103835783,41.547874434772375],[-73.04506903830944,41.54772243474684],[-73.04493503824402,41.54734243467747],[-73.04476103815887,41.54684543458668],[-73.04468903810728,41.546356434494136],[-73.04467603809235,41.54617043445844],[-73.04465103806109,41.54576943438145],[-73.0446460380547,41.5456864343655],[-73.04467003804797,41.545434434315816],[-73.04476803802204,41.54443243411817],[-73.04480103801357,41.54409943405248],[-73.04478503793517,41.54282943380652],[-73.04476703789787,41.542283433701144],[-73.04461803777426,41.54097843345272],[-73.04446603766814,41.539993433266474],[-73.04417803745336,41.53788943286747],[-73.0440990373935,41.537295432754746],[-73.044061037367,41.537049432708216]]]},"properties":{"name":3517,"geoid":"09009351700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.09127005377722,41.5557524347999],[-73.09085705364399,41.55576743481627],[-73.09028205345834,41.555786434838716],[-73.090129053409,41.55579243484486],[-73.08979305330053,41.55580343485795],[-73.0890790530674,41.55578143487696],[-73.08874005295442,41.55573143487832],[-73.08849705286971,41.55563143486684],[-73.08756005252654,41.554958434766846],[-73.08717805238666,41.55468443472616],[-73.08695805230984,41.554591434715284],[-73.0866870522182,41.55452843471189],[-73.08672705226348,41.555087434819036],[-73.08675505229493,41.5554744348932],[-73.08668705234763,41.556768435146424],[-73.08665805237064,41.55732943525618],[-73.08638205233915,41.55833543546031],[-73.08567805225887,41.560902435981156],[-73.08555405224467,41.56135343607267],[-73.0855340522423,41.561424436087115],[-73.08536605222328,41.56203943621187],[-73.0852780522132,41.56235943627679],[-73.08515205217049,41.56232843627488],[-73.08477705204332,41.56223543626909],[-73.08465205200093,41.56220443626714],[-73.08444805193064,41.56213443626023],[-73.08367105166293,41.561868436233965],[-73.08192005105964,41.561269436174875],[-73.08016205045395,41.560668436115606],[-73.0799070503661,41.56058143610704],[-73.07675404927977,41.55950243600053],[-73.07499504866716,41.558786435918975],[-73.07392204829343,41.558349435869175],[-73.0737890482471,41.55829543586303],[-73.07378804824671,41.55829443586286],[-73.0711150473159,41.557208435739305],[-73.07112304732443,41.557311435759026],[-73.07114704735008,41.55762043581819],[-73.07115604735894,41.557723435837865],[-73.07117104736761,41.55778943585019],[-73.07121604739379,41.55798943588751],[-73.07123204740286,41.5580564359],[-73.0711650473904,41.5582174359334],[-73.07105404736444,41.55839243597097],[-73.07094204733292,41.558476435990904],[-73.07088704731756,41.55851943600104],[-73.07012004709432,41.558967436112944],[-73.0695870469379,41.55925643618636],[-73.0691290468036,41.55950643624977],[-73.06904104678847,41.559739436297846],[-73.06891404675405,41.55985743632486],[-73.06889304674836,41.55987743632943],[-73.06872504670346,41.5600444363673],[-73.06807904652547,41.56059543649522],[-73.06798104650038,41.56071243652111],[-73.06786004646953,41.56085843655337],[-73.06778204645684,41.56107743659839],[-73.06765604641394,41.561043436595895],[-73.06727804628547,41.560944436589004],[-73.06715304624296,41.560911436586686],[-73.06707304622297,41.56101543660946],[-73.06693104617744,41.56102543661603],[-73.0668760461598,41.56102943661859],[-73.06642204600779,41.560950436618064],[-73.0661310459086,41.56086943661184],[-73.06586904581928,41.560796436606196],[-73.06495704551513,41.56065843660913],[-73.06477104545141,41.56060143660413],[-73.06457504538672,41.56058343660704],[-73.06427704528987,41.560582436616556],[-73.06393904518414,41.56065243664114],[-73.06365504509306,41.56067243665428],[-73.06346004502579,41.56060443664743],[-73.0632200449393,41.56045643662654],[-73.063042044873,41.56030943660383],[-73.06295604484484,41.56030543660585],[-73.06288804482257,41.56030243660749],[-73.06245604470062,41.560620436683244],[-73.06237604467597,41.560643436690306],[-73.06201004456356,41.56075543672395],[-73.0618360444724,41.560155436613236],[-73.06162104436342,41.55947743648872],[-73.06088504403822,41.55798443622308],[-73.06045204390063,41.558037436247446],[-73.05915304348814,41.55820043632137],[-73.05872104335096,41.55825443634591],[-73.05859704331239,41.55828443635577],[-73.05848304327664,41.55830643636376],[-73.05837504324285,41.55832843637154],[-73.05812804316763,41.55841543639645],[-73.05782504308041,41.55860943644395],[-73.05762104302178,41.5587414364762],[-73.05744404297086,41.55885543650408],[-73.05713704288357,41.55907043655579],[-73.05719804291356,41.559246436587934],[-73.0570170428652,41.55942743662895],[-73.0568710428142,41.55936543662167],[-73.05596404248496,41.55876543653482],[-73.05574904239484,41.55841343647352],[-73.05553404230463,41.55806043641205],[-73.05512204212968,41.55734743628714],[-73.05512104212929,41.557346436286984],[-73.0549680420643,41.55708143624056],[-73.05493104204669,41.55698443622294],[-73.05481104199451,41.55675543618242],[-73.0545940418999,41.5563374361084],[-73.05451304186016,41.55610443606582],[-73.05449704185185,41.55605043605588],[-73.05442404181389,41.555803436010336],[-73.05432204175403,41.555340435923824],[-73.0542790417303,41.55517143589244],[-73.05421604169462,41.55490743584327],[-73.05417504167133,41.55473443581105],[-73.05410004162982,41.55443743575588],[-73.05404104160196,41.55428643572849],[-73.05397304157376,41.55418043571014],[-73.05387904153487,41.554035435685066],[-73.05368004145407,41.55375543563723],[-73.05303704120277,41.55301943551535],[-73.05282004111955,41.552798435479545],[-73.05254004101401,41.55254543543956],[-73.05219804088512,41.55223643539074],[-73.05180504074015,41.55193643534533],[-73.05098304045808,41.55167443532124],[-73.0513320405708,41.55166343530776],[-73.05157304064787,41.55164243529583],[-73.05163504066782,41.55163943529325],[-73.05189204075072,41.55162943528293],[-73.05269904101027,41.55158543524812],[-73.05288204106878,41.551569435239074],[-73.05327004119347,41.55154643522199],[-73.0534610412562,41.55155843521809],[-73.05378904136394,41.55157943521147],[-73.05403404144201,41.551553435198464],[-73.05422504150289,41.55153343518836],[-73.05449704159025,41.55151643517621],[-73.05512104179084,41.55148043514892],[-73.05531404185265,41.55146543513972],[-73.05558704194021,41.551446435127154],[-73.05582804201612,41.55140543511136],[-73.05590104203921,41.55139443510684],[-73.0562690421537,41.55130743507798],[-73.05654404223903,41.55123843505563],[-73.05678204231299,41.55118043503664],[-73.05711504241363,41.551050435000576],[-73.05811604271639,41.5506634348929],[-73.0582770427651,41.55060143487564],[-73.05844704281607,41.55052743485574],[-73.05849904283161,41.550504434849586],[-73.05868004288573,41.55042343482797],[-73.05904004299461,41.550284434789276],[-73.0605360434473,41.549709434628994],[-73.06083804353885,41.54959643459725],[-73.0614400437215,41.54937343453438],[-73.06146804372996,41.549362434531325],[-73.0615550437563,41.54932943452211],[-73.06158404376515,41.54931943451921],[-73.06238404400625,41.548995434430296],[-73.06239404400934,41.548992434429394],[-73.06288304416064,41.54886243438824],[-73.06291504417074,41.54885743438623],[-73.06352604436381,41.54876443434828],[-73.06402404452194,41.54870243432004],[-73.0649840448279,41.54860143426917],[-73.06534004494138,41.5485644342504],[-73.065854045105,41.54850743422261],[-73.06621704522053,41.54846643420283],[-73.06659904534223,41.548425434182434],[-73.06698204546326,41.54836743415871],[-73.06729904556205,41.54829543413442],[-73.067456045611,41.548260434122504],[-73.06765404567207,41.548204434105195],[-73.06788204574133,41.54812143408168],[-73.06829304586667,41.547980434040916],[-73.06867604598197,41.547823433997976],[-73.06904804609412,41.54767343395677],[-73.06998804636875,41.547142433823126],[-73.07020804643027,41.54697043378259],[-73.07104504666722,41.546366433638106],[-73.07143704677829,41.54608543357081],[-73.07232604703044,41.54545243341902],[-73.07278304715936,41.545114433338554],[-73.07415404754626,41.54410443309792],[-73.07461204767554,41.543767433017614],[-73.07475504771587,41.54366143299237],[-73.07503404779463,41.5434564329435],[-73.07519004783904,41.54334843291747],[-73.07533804788129,41.54324743289304],[-73.07618804812348,41.54266143275164],[-73.07639304818389,41.54255443272421],[-73.0773540484673,41.54205843259664],[-73.07817904871517,41.541711432502424],[-73.07930304905626,41.54129743238548],[-73.07988904923506,41.54109843232776],[-73.08108704960075,41.54069443221033],[-73.08139404969137,41.54053743216986],[-73.08205504988668,41.540202432083305],[-73.08231504996307,41.54006343204785],[-73.08262005005275,41.53990143200649],[-73.08281505010996,41.53979543197955],[-73.08329505025016,41.53952443191133],[-73.08351605031385,41.53938443187696],[-73.0838560504119,41.539170431824346],[-73.08440705056685,41.53875543172585],[-73.08516405077553,41.5381124315764],[-73.08553605087607,41.53776143149616],[-73.08588805096907,41.53739243141308],[-73.08599605099772,41.53728143138801],[-73.08634505108725,41.53686943129669],[-73.08655705114074,41.53660343123816],[-73.08656905114579,41.536623431241644],[-73.08660505116104,41.5366854312525],[-73.08661705116616,41.53670643125619],[-73.08683305126556,41.53721343134757],[-73.08707305139353,41.53808043150799],[-73.08711905141408,41.53817743152531],[-73.08726005147673,41.53846943157737],[-73.08730705149765,41.53856743159486],[-73.08735805152061,41.538678431614734],[-73.08751105158956,41.53901243167457],[-73.0875620516126,41.539124431694646],[-73.08816005192703,41.54120743207937],[-73.08824705198289,41.541685432169295],[-73.08829205201201,41.54193643221653],[-73.08838305206996,41.54242843230903],[-73.08830605205321,41.5425714323393],[-73.088278052054,41.54274243237339],[-73.08829105206563,41.54287043239779],[-73.08833905208851,41.5429974324209],[-73.08836705210126,41.5430604324322],[-73.08839505211394,41.54312243244331],[-73.08855105217226,41.543255432464036],[-73.08860005219806,41.543426432495615],[-73.08874705227542,41.54393943259037],[-73.08879605230119,41.54411043262195],[-73.0888460523321,41.54436443266961],[-73.08899705242533,41.54512943281311],[-73.08904805245662,41.545384432860935],[-73.08918505252878,41.5458634329494],[-73.08959805274596,41.54730143321494],[-73.08973605281847,41.547781433303584],[-73.08975205283852,41.548038433352914],[-73.08980005289884,41.54881243350151],[-73.08981705291926,41.54907043355101],[-73.08987205295115,41.54931343359638],[-73.09003705304703,41.55004543373301],[-73.09009305307931,41.550289433778495],[-73.09010205308435,41.55032643378539],[-73.09013205310052,41.55043743380595],[-73.09014205310598,41.550475433813006],[-73.09018905313283,41.55067643385046],[-73.09033005321358,41.55128143396323],[-73.09037805324085,41.551483434000865],[-73.09055605334794,41.55233643416052],[-73.09109105366973,41.55489843464008],[-73.09127005377722,41.5557524347999]]]},"properties":{"name":3518,"geoid":"09009351800"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.89398197872208,41.363308403752484],[-72.8938289786678,41.3632264037414],[-72.89372897863467,41.36321440374227],[-72.89291297836455,41.36312040375018],[-72.89264097827454,41.36308940375289],[-72.89234497817527,41.36303240375126],[-72.89148197788589,41.36286740374683],[-72.89145797787776,41.36286140374643],[-72.89116497777896,41.36279540374298],[-72.89047197754762,41.362681403743025],[-72.88839497685446,41.36234240374366],[-72.8877029766235,41.36222940374387],[-72.8873919765192,41.36216940374216],[-72.88662197626101,41.36202240373823],[-72.88652397622815,41.36200340373767],[-72.88645997620664,41.361990403737195],[-72.88642597619527,41.36198440373711],[-72.88614997610271,41.36193140373566],[-72.88572197595822,41.36183240373011],[-72.88534697583161,41.36174540372518],[-72.8848299756571,41.36162640371858],[-72.88393797535605,41.361421403707254],[-72.88332497514915,41.36128040369945],[-72.88294097501945,41.36119040369423],[-72.88271297494252,41.36113840369142],[-72.8825669748933,41.36110540368966],[-72.8821389747488,41.361006403684094],[-72.88205997472197,41.36098540368255],[-72.88196997469151,41.360963403681154],[-72.88182397464199,41.36092540367843],[-72.88180097463419,41.360919403678004],[-72.88174597461555,41.36090540367704],[-72.88173497458186,41.36037340357359],[-72.88172297454784,41.35984140347018],[-72.8817189745351,41.35963940343089],[-72.88188197454537,41.35888640327874],[-72.88287797482106,41.35804740308299],[-72.88304497486726,41.35790640305013],[-72.8832109749132,41.357766403017465],[-72.88392297511027,41.357166402877525],[-72.88436597514232,41.355193402478285],[-72.88446697514968,41.35474440238742],[-72.88402097495654,41.35388940223491],[-72.88382597487218,41.353516402168395],[-72.88351897476515,41.35338540215269],[-72.8829049745511,41.3531234021213],[-72.8828359745287,41.353123402123515],[-72.88173297417099,41.35312640215953],[-72.88063097381357,41.35312940219555],[-72.88003697362089,41.353130402214816],[-72.87727497274349,41.35346240236834],[-72.87697097264609,41.353484402382406],[-72.87652697248703,41.35321940234495],[-72.8744569717289,41.35169140211326],[-72.87408697156913,41.35098940198812],[-72.87381597145206,41.35047440189632],[-72.87354397133474,41.34996040180474],[-72.87325297120903,41.34940740170616],[-72.87394697138778,41.348586401523626],[-72.87436597149575,41.34809140141355],[-72.8747849716037,41.34759640130349],[-72.87494297164439,41.34740940126192],[-72.87523297173277,41.347308401232894],[-72.87622697203584,41.34696440113381],[-72.87724097234549,41.346622401034494],[-72.87786397256039,41.3468484010586],[-72.87964297317427,41.347496401127934],[-72.87971497319498,41.34744940111644],[-72.87983897323063,41.347368401096645],[-72.87996397326656,41.34728640107662],[-72.88115097360766,41.34650840088664],[-72.88058997340076,41.346068400818794],[-72.88007397321047,41.34566440075651],[-72.87941897296895,41.34515140067743],[-72.8787639727274,41.34463840059833],[-72.87918197284188,41.344264400511896],[-72.87959997295641,41.34389140042565],[-72.88015797310922,41.343392400310336],[-72.88125697347309,41.34352140030021],[-72.88175697363864,41.34358040029566],[-72.88211397375684,41.343622400292396],[-72.88247097387506,41.343664400289114],[-72.88285397400188,41.3437094002856],[-72.88290997401795,41.343672400276574],[-72.88451097447842,41.34263040002175],[-72.88611097493865,41.34158939976713],[-72.88677397512936,41.3411583996617],[-72.88797297543434,41.339673399333286],[-72.88822897547819,41.338980399189786],[-72.88844297551516,41.338406399070855],[-72.88857397548954,41.33720239883161],[-72.88858897548639,41.337060398803395],[-72.88860397548322,41.33691839877519],[-72.88862697547914,41.33671439873465],[-72.88864897547468,41.336509398693906],[-72.88866197547206,41.33638839866986],[-72.88867497546943,41.33626739864582],[-72.88868697546731,41.336161398624746],[-72.88869797546495,41.336056398603894],[-72.88889397548957,41.33536739846309],[-72.88925297553523,41.33411539820713],[-72.88903197541723,41.333296398054316],[-72.88902797541495,41.333279398051104],[-72.88893697536638,41.332942397988255],[-72.8888459753178,41.33260539792538],[-72.88900897535682,41.332360397872314],[-72.88917197539583,41.332115397819244],[-72.88959297549668,41.33148339768231],[-72.88964597550947,41.33140539766537],[-72.89021497568223,41.33119639760629],[-72.89058097579338,41.33106239756837],[-72.89094797590485,41.33092839753041],[-72.89264597642045,41.33030539735423],[-72.89240697630248,41.32959039722228],[-72.89224597622284,41.329105397132764],[-72.89169297600804,41.328479397028296],[-72.89175397602625,41.328451397020864],[-72.89181397604425,41.32842539701385],[-72.89190697607202,41.32838339700268],[-72.89193897608158,41.32836839699871],[-72.89200097610018,41.32834139699145],[-72.89251097625537,41.32816039693972],[-72.89289597637256,41.3280243969008],[-72.89331097655702,41.328905397059486],[-72.89355297663353,41.32887039704489],[-72.89408997680343,41.32879439701279],[-72.89425297685467,41.32876539700189],[-72.89474197700832,41.32867739696898],[-72.8949049770596,41.32864939695829],[-72.89522397715913,41.328579396934366],[-72.89618097745782,41.32837139686299],[-72.89650097755778,41.328303396839445],[-72.89675097763659,41.3282633968236],[-72.89750197787355,41.32814539677643],[-72.89775297795275,41.328106396760745],[-72.89788597801588,41.32845939682539],[-72.89797697805892,41.32869839686913],[-72.89826297818341,41.32925939696948],[-72.8984119782431,41.32946039700392],[-72.89846697826519,41.32953539701681],[-72.8986579783392,41.32974839705226],[-72.89904997846075,41.32964939702033],[-72.89930397854073,41.32960639700378],[-72.89953897861649,41.32959839699464],[-72.8995549786217,41.32959839699413],[-72.89987897872753,41.32961139698627],[-72.90005597878715,41.32965039698819],[-72.90015197882094,41.329697396994284],[-72.90056097897607,41.33009439705866],[-72.90098497914083,41.33057539713894],[-72.90120597923107,41.33090339719588],[-72.90142197932808,41.331379397281864],[-72.90156897939393,41.33170039733982],[-72.90175597948452,41.332229397437075],[-72.90178897949919,41.332299397449674],[-72.90184697953639,41.332624397511275],[-72.9019269795877,41.333072397596176],[-72.90204697966952,41.33383039774029],[-72.9020749796886,41.33400739777394],[-72.90208797970578,41.33423639781824],[-72.90209097972013,41.33447239786421],[-72.90208797974002,41.33484139793635],[-72.90208697974978,41.335019397971145],[-72.90210497978278,41.33549939806426],[-72.90205897979565,41.335990398161584],[-72.90203897982684,41.336656398292234],[-72.90203097984163,41.336963398352424],[-72.90201497985336,41.33726239841131],[-72.90200697988338,41.33783839852401],[-72.90200497989126,41.337989398553546],[-72.90191797989758,41.33859939867542],[-72.90191797990255,41.3386873986926],[-72.90193697991448,41.3387893987119],[-72.90196997992983,41.33887139872684],[-72.9021059799886,41.33913039877303],[-72.90225798005818,41.339488398838036],[-72.9024849801619,41.34001939893437],[-72.90245598016088,41.340167398964205],[-72.9023829801588,41.34054939904111],[-72.90237698016035,41.34061139905341],[-72.90236298016438,41.34076239908332],[-72.9023579801669,41.34083539909774],[-72.90235498016953,41.340899399110334],[-72.90235898017977,41.34105739914104],[-72.90236098018468,41.34113239915562],[-72.90236798019022,41.34119039916671],[-72.90238898020696,41.3413653992002],[-72.90239598021256,41.34142439921148],[-72.9024069802265,41.34160739924685],[-72.90241198023162,41.341669399258784],[-72.90248098029562,41.34240439940003],[-72.90250398031701,41.34265039944731],[-72.90252498033486,41.34284539948469],[-72.90256198036549,41.34317439954771],[-72.90257898038561,41.34343239959753],[-72.90259298040127,41.343628399635335],[-72.90259298040237,41.34364839963925],[-72.90259298040584,41.343709399651146],[-72.90259298040702,41.34373039965525],[-72.90256198040937,41.343949399698985],[-72.90246898041651,41.34460839983059],[-72.90243898041923,41.344828399874494],[-72.90240098041795,41.34502339991378],[-72.90228598041378,41.34560840003165],[-72.90224898041286,41.3458044000711],[-72.90218598040683,41.34605840012269],[-72.90211698040056,41.34634340018053],[-72.90196798037884,41.34681340027705],[-72.90188898036737,41.34706340032839],[-72.90177898035199,41.347422400401996],[-72.90176998035238,41.347480400413595],[-72.90176498036027,41.34764840044654],[-72.90178698037647,41.34780840047707],[-72.90186598042776,41.34826140056292],[-72.90211798058431,41.34958240081263],[-72.90215998061436,41.349872400867866],[-72.90215998061443,41.34987340086806],[-72.90217398062345,41.34995240088301],[-72.90115098038574,41.35161540124045],[-72.900609980263,41.352547401439715],[-72.90043198021941,41.35279740149422],[-72.90033298019665,41.3529624015296],[-72.89956298001972,41.354249401805504],[-72.89930697996095,41.35467840189745],[-72.89905097990074,41.35508140198432],[-72.89898197988457,41.35519140200799],[-72.89830397972747,41.356301402246395],[-72.89805597967012,41.356709402333976],[-72.89792997964057,41.35690940237705],[-72.89755297955234,41.35751140250663],[-72.89742797952317,41.35771240254988],[-72.89705697943599,41.358298402676134],[-72.89609097920908,41.359825403005125],[-72.89594597917512,41.36005640305487],[-72.8955759790883,41.36064340318128],[-72.89546497906282,41.36082940322114],[-72.8951319789865,41.361389403341114],[-72.89502197896141,41.36157640338113],[-72.89498197895207,41.361640403394894],[-72.89486097892379,41.36183440343665],[-72.8948219789148,41.36189940345058],[-72.89473397889448,41.3620444034817],[-72.89447097883372,41.36247840357482],[-72.89438397881376,41.36262440360611],[-72.89430197879489,41.36276040363527],[-72.89405797873889,41.36316940372291],[-72.8940359787339,41.36320740373104],[-72.89398197872208,41.363308403752484]]]},"properties":{"name":1651,"geoid":"09009165100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.89775297795275,41.328106396760745],[-72.89884497829527,41.32789939668523],[-72.89966797855348,41.3277443966285],[-72.90008897868552,41.32766439659936],[-72.90254197945515,41.32720339643049],[-72.90275297953087,41.3273323964489],[-72.9064989808754,41.329619396775016],[-72.90745398121815,41.33020239685814],[-72.90852898160398,41.33085839695164],[-72.90863798164303,41.33092339696084],[-72.90896698176088,41.33112039698872],[-72.90907698180033,41.331186396998085],[-72.9091249818177,41.33121839700277],[-72.90927198187099,41.33131739701737],[-72.90932098188874,41.33135039702224],[-72.90967298201228,41.331515397043134],[-72.90982298206691,41.331621397058996],[-72.9113069826001,41.332536397189905],[-72.9125299830344,41.33320039728021],[-72.9124749830232,41.33331739730481],[-72.91231298299051,41.33366839737854],[-72.91225898297967,41.33378639740331],[-72.91200798292883,41.33432639751683],[-72.91144798281573,41.33553739777124],[-72.91140898281594,41.335764397816796],[-72.91140698282774,41.335984397859804],[-72.91140598283971,41.336201397902215],[-72.91145898287813,41.33657639797371],[-72.91146398288191,41.33661439798095],[-72.91168398298333,41.33714539807754],[-72.91172098300038,41.33723439809372],[-72.91232898326523,41.33842839830724],[-72.91250198334195,41.338792398372725],[-72.9127649834587,41.3393473984726],[-72.91280698347943,41.33947239849564],[-72.912811983483,41.339507398502306],[-72.91289098353684,41.34000539859698],[-72.91291798355499,41.34017139862851],[-72.9129099835681,41.34044839868283],[-72.91289998358548,41.34081239875419],[-72.91290798361452,41.34127939884509],[-72.91291398363221,41.34155739889916],[-72.91289598363095,41.34163839891555],[-72.9127739836107,41.34197939898602],[-72.91267498359454,41.342261399044254],[-72.91255398356833,41.342491399093035],[-72.91225098351065,41.34320839924274],[-72.91207898347812,41.34361939932848],[-72.91210298348847,41.34366439933648],[-72.91210498349167,41.343709399345194],[-72.91212398351419,41.34399839940099],[-72.91213098352196,41.3440953994197],[-72.91215398353323,41.34416239943205],[-72.91220598356811,41.344480399492426],[-72.91239798369644,41.34564639971381],[-72.91246198373925,41.34603539978767],[-72.91251198376357,41.346178399813965],[-72.91266398383735,41.34661039989339],[-72.91271498386206,41.34675439991984],[-72.9128109839073,41.34700339996536],[-72.91309898404306,41.34775040010186],[-72.91319598408865,41.34799940014733],[-72.91337298418267,41.3486454002677],[-72.91339298420014,41.348839400304925],[-72.91337698420482,41.349013400339395],[-72.91330998422735,41.34979440049394],[-72.91322798424041,41.350494400633174],[-72.91316698426613,41.35129740079184],[-72.91316898430503,41.351972400923486],[-72.913166984313,41.35212440095321],[-72.91315798436908,41.35316540115662],[-72.91315398437605,41.353311401185245],[-72.91314098439673,41.35375040127133],[-72.91313798440407,41.3538974013001],[-72.91311198441446,41.35422940136571],[-72.91310698441659,41.35429540137877],[-72.91310098441895,41.354371401393784],[-72.91309398441844,41.35440240140006],[-72.91307998441637,41.35444640140908],[-72.91304898441268,41.35455840143193],[-72.91289698438122,41.35487340149828],[-72.91254798429371,41.355327401598096],[-72.91216698418955,41.35567040167728],[-72.91175998407576,41.35599240175321],[-72.91121098392047,41.35639540184951],[-72.91057898374366,41.35689340196701],[-72.91037298369021,41.35712940201969],[-72.91031898367784,41.35722040203918],[-72.91021498365691,41.357446402086616],[-72.91018898365242,41.357516402101105],[-72.91007398364245,41.35799840219885],[-72.90988298361727,41.35864740233162],[-72.90985498361387,41.35874740235203],[-72.9097189836012,41.359302402464685],[-72.90964798359629,41.3596224025294],[-72.90957798359133,41.35993540259271],[-72.90954898359026,41.360082402622325],[-72.90946998358737,41.3604834027031],[-72.90946298358729,41.36052240271093],[-72.90943498358659,41.360670402740716],[-72.90940698358516,41.360805402767944],[-72.90932398358115,41.36120940284944],[-72.90929698358009,41.361345402876836],[-72.90926598358102,41.36153940291567],[-72.90917498358468,41.36212440303273],[-72.90914498358597,41.36231940307174],[-72.90911098358467,41.362490403106186],[-72.90900998358092,41.36300240320932],[-72.90897698357996,41.36317440324394],[-72.90896698357926,41.363219403253034],[-72.90893798357746,41.363353403280115],[-72.90892898357716,41.36339940328938],[-72.90889598357512,41.36355240332028],[-72.90888798357484,41.36359340332854],[-72.90883998358326,41.3640164034126],[-72.90883798358288,41.36402140341364],[-72.90880198357988,41.36417440344465],[-72.90874598357202,41.36435640348195],[-72.90857898354875,41.364901403593635],[-72.90852398354129,41.3650844036311],[-72.90848898353485,41.36517140364919],[-72.90838298351538,41.365434403703915],[-72.90834898350934,41.365522403722174],[-72.90831898350476,41.36561340374089],[-72.90822798349076,41.36588740379727],[-72.9081989834866,41.365979403816134],[-72.90816098348037,41.366087403838435],[-72.90806098346471,41.3663834038994],[-72.90805298346386,41.3664144039057],[-72.90802498346115,41.36652640392844],[-72.90732198322618,41.366405403927466],[-72.90637998291133,41.36624340392618],[-72.90631798289031,41.36622740392506],[-72.90523398252242,41.36594240390434],[-72.90454498228866,41.365762403891395],[-72.90434198222006,41.36571440388857],[-72.90373498201494,41.365570403880014],[-72.90353298194668,41.365522403877144],[-72.90262498163311,41.36518840384121],[-72.90231298152543,41.365074403829006],[-72.90180698135528,41.36496940382481],[-72.90121498115786,41.364875403825515],[-72.90088098104653,41.364823403826115],[-72.89965598063787,41.36462640382709],[-72.89963598063582,41.36470440384296],[-72.89962498063396,41.364734403849155],[-72.89856498027419,41.36445540382883],[-72.89516297912151,41.36359440377028],[-72.89491497903684,41.36352040376383],[-72.89472797897373,41.36347740376145],[-72.89416797878482,41.36335040375469],[-72.89398197872208,41.363308403752484],[-72.8940359787339,41.36320740373104],[-72.89405797873889,41.36316940372291],[-72.89430197879489,41.36276040363527],[-72.89438397881376,41.36262440360611],[-72.89447097883372,41.36247840357482],[-72.89473397889448,41.3620444034817],[-72.8948219789148,41.36189940345058],[-72.89486097892379,41.36183440343665],[-72.89498197895207,41.361640403394894],[-72.89502197896141,41.36157640338113],[-72.8951319789865,41.361389403341114],[-72.89546497906282,41.36082940322114],[-72.8955759790883,41.36064340318128],[-72.89594597917512,41.36005640305487],[-72.89609097920908,41.359825403005125],[-72.89705697943599,41.358298402676134],[-72.89742797952317,41.35771240254988],[-72.89755297955234,41.35751140250663],[-72.89792997964057,41.35690940237705],[-72.89805597967012,41.356709402333976],[-72.89830397972747,41.356301402246395],[-72.89898197988457,41.35519140200799],[-72.89905097990074,41.35508140198432],[-72.89930697996095,41.35467840189745],[-72.89956298001972,41.354249401805504],[-72.90033298019665,41.3529624015296],[-72.90043198021941,41.35279740149422],[-72.900609980263,41.352547401439715],[-72.90115098038574,41.35161540124045],[-72.90217398062345,41.34995240088301],[-72.90215998061443,41.34987340086806],[-72.90215998061436,41.349872400867866],[-72.90211798058431,41.34958240081263],[-72.90186598042776,41.34826140056292],[-72.90178698037647,41.34780840047707],[-72.90176498036027,41.34764840044654],[-72.90176998035238,41.347480400413595],[-72.90177898035199,41.347422400401996],[-72.90188898036737,41.34706340032839],[-72.90196798037884,41.34681340027705],[-72.90211698040056,41.34634340018053],[-72.90218598040683,41.34605840012269],[-72.90224898041286,41.3458044000711],[-72.90228598041378,41.34560840003165],[-72.90240098041795,41.34502339991378],[-72.90243898041923,41.344828399874494],[-72.90246898041651,41.34460839983059],[-72.90256198040937,41.343949399698985],[-72.90259298040702,41.34373039965525],[-72.90259298040584,41.343709399651146],[-72.90259298040237,41.34364839963925],[-72.90259298040127,41.343628399635335],[-72.90257898038561,41.34343239959753],[-72.90256198036549,41.34317439954771],[-72.90252498033486,41.34284539948469],[-72.90250398031701,41.34265039944731],[-72.90248098029562,41.34240439940003],[-72.90241198023162,41.341669399258784],[-72.9024069802265,41.34160739924685],[-72.90239598021256,41.34142439921148],[-72.90238898020696,41.3413653992002],[-72.90236798019022,41.34119039916671],[-72.90236098018468,41.34113239915562],[-72.90235898017977,41.34105739914104],[-72.90235498016953,41.340899399110334],[-72.9023579801669,41.34083539909774],[-72.90236298016438,41.34076239908332],[-72.90237698016035,41.34061139905341],[-72.9023829801588,41.34054939904111],[-72.90245598016088,41.340167398964205],[-72.9024849801619,41.34001939893437],[-72.90225798005818,41.339488398838036],[-72.9021059799886,41.33913039877303],[-72.90196997992983,41.33887139872684],[-72.90193697991448,41.3387893987119],[-72.90191797990255,41.3386873986926],[-72.90191797989758,41.33859939867542],[-72.90200497989126,41.337989398553546],[-72.90200697988338,41.33783839852401],[-72.90201497985336,41.33726239841131],[-72.90203097984163,41.336963398352424],[-72.90203897982684,41.336656398292234],[-72.90205897979565,41.335990398161584],[-72.90210497978278,41.33549939806426],[-72.90208697974978,41.335019397971145],[-72.90208797974002,41.33484139793635],[-72.90209097972013,41.33447239786421],[-72.90208797970578,41.33423639781824],[-72.9020749796886,41.33400739777394],[-72.90204697966952,41.33383039774029],[-72.9019269795877,41.333072397596176],[-72.90184697953639,41.332624397511275],[-72.90178897949919,41.332299397449674],[-72.90175597948452,41.332229397437075],[-72.90156897939393,41.33170039733982],[-72.90142197932808,41.331379397281864],[-72.90120597923107,41.33090339719588],[-72.90098497914083,41.33057539713894],[-72.90056097897607,41.33009439705866],[-72.90015197882094,41.329697396994284],[-72.90005597878715,41.32965039698819],[-72.89987897872753,41.32961139698627],[-72.8995549786217,41.32959839699413],[-72.89953897861649,41.32959839699464],[-72.89930397854073,41.32960639700378],[-72.89904997846075,41.32964939702033],[-72.8986579783392,41.32974839705226],[-72.89846697826519,41.32953539701681],[-72.8984119782431,41.32946039700392],[-72.89826297818341,41.32925939696948],[-72.89797697805892,41.32869839686913],[-72.89788597801588,41.32845939682539],[-72.89775297795275,41.328106396760745]]]},"properties":{"name":1652,"geoid":"09009165200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.91175998407576,41.35599240175321],[-72.91276598441615,41.356239401769024],[-72.9131709845532,41.3563394017755],[-72.9142729849273,41.35663140179701],[-72.9144979850058,41.35672840180869],[-72.91497898517568,41.356972401840814],[-72.91529198528761,41.35715540186645],[-72.91556598538213,41.35725440187696],[-72.9159099854948,41.35727340186958],[-72.91718998590719,41.357222401818426],[-72.91765798605795,41.35720340179966],[-72.9178689861259,41.357194401791105],[-72.9184999863292,41.35716940176592],[-72.9187779864188,41.35715940175502],[-72.91883998643871,41.35715540175224],[-72.91922098655455,41.35701840171324],[-72.91938898660402,41.35692940169047],[-72.9203499868871,41.356423401560825],[-72.92062198697016,41.35633240153431],[-72.9207849870217,41.35630840152438],[-72.92102498710031,41.35632140151918],[-72.92118098716712,41.35660740156997],[-72.92129798721733,41.35682340160833],[-72.92137698725,41.35694740162999],[-72.92152698731188,41.35718040167061],[-72.92172498738502,41.35733740169487],[-72.92321798790616,41.35798540177322],[-72.92343698798264,41.358081401784894],[-72.92387998813692,41.35826740180691],[-72.92367198808806,41.358595401877594],[-72.9236189880757,41.35868140189609],[-72.92305798794511,41.3595874020909],[-72.92300098793194,41.35968140211108],[-72.92285198789699,41.3599174021619],[-72.92264698784977,41.36025740223483],[-72.92203198770821,41.361279402454024],[-72.92182798766136,41.36162040252711],[-72.92126198752965,41.36253540272382],[-72.92029798730545,41.36409640305935],[-72.91956498713483,41.36528140331409],[-72.9189999870035,41.366197403510974],[-72.9189249869805,41.36622140351806],[-72.91882598695118,41.366270403530805],[-72.91851098685794,41.366428403571774],[-72.91831498679939,41.36651740359545],[-72.91814298674807,41.36659640361639],[-72.91751598656862,41.36701940371908],[-72.9167239863538,41.36776240388951],[-72.91269798526221,41.371547404757365],[-72.91158998496186,41.372590404996444],[-72.91134398489368,41.37279540504434],[-72.91114598483998,41.37298140508698],[-72.91018698457945,41.37387440529203],[-72.90946998438471,41.37454240544537],[-72.90929098433591,41.37470640548313],[-72.90901498426078,41.37496040554155],[-72.90847798411504,41.37546340565692],[-72.90753898386153,41.376365405863055],[-72.90704498372556,41.37679440596261],[-72.90667198361939,41.377056406025716],[-72.90643298355148,41.37722640606656],[-72.906082983451,41.377457406122865],[-72.90534398323719,41.37791540623597],[-72.90506298315576,41.37808740627855],[-72.90422198291218,41.378604406406446],[-72.90394198283113,41.378777406449196],[-72.90384198280225,41.37884040646469],[-72.90354398271627,41.379029406511144],[-72.90344498268777,41.37909340652681],[-72.90200198227063,41.37999440674895],[-72.90070398189539,41.38080540694887],[-72.89949498154571,41.381557407134416],[-72.89905798141974,41.38183640720289],[-72.89774898104247,41.38267440740841],[-72.89765398101514,41.38273640742355],[-72.89730398091307,41.382939407474396],[-72.89693798080762,41.383174407531996],[-72.89663998072187,41.38336740757922],[-72.89578598046862,41.38378840768878],[-72.8956629804322,41.38385040770484],[-72.89546498037235,41.383928407726415],[-72.89540398035399,41.38395340773326],[-72.89538698034887,41.38396040773516],[-72.8953779803452,41.38394740773292],[-72.89538498034617,41.38392440772821],[-72.895382980341,41.38384440771267],[-72.89549698036868,41.38368040767703],[-72.8955569803834,41.38359640765872],[-72.89602898051626,41.38323840757373],[-72.89624198057649,41.38308140753626],[-72.89641698062601,41.38295340750567],[-72.89649698064822,41.38288740749022],[-72.89686098074941,41.38258840742022],[-72.8979139810471,41.38181240723501],[-72.89795598105978,41.38179540723035],[-72.89839798119351,41.381624407182784],[-72.89918598143427,41.381360407105944],[-72.89946498151124,41.381121407050365],[-72.89961098153991,41.38079140698132],[-72.89966198154453,41.380581406938724],[-72.89960998150913,41.38025440687664],[-72.89992298159834,41.38003640682404],[-72.90041798174482,41.37978740675956],[-72.9012009819859,41.379557406689514],[-72.90191498219863,41.379223406601405],[-72.90219798227828,41.379008406550376],[-72.9023169823118,41.378918406528996],[-72.90300598251257,41.378516406428425],[-72.90370298271795,41.37814940633443],[-72.90378698274327,41.37811540632508],[-72.9037949827445,41.37809140632015],[-72.90380898274682,41.3780524063121],[-72.90381498274782,41.3780354063086],[-72.90383298275104,41.37798940629904],[-72.90390398276325,41.3777984062595],[-72.90393398276856,41.37772040624332],[-72.9040559827878,41.377361406169406],[-72.9044229828459,41.37628640594794],[-72.9045459828655,41.37592840587416],[-72.90468198288603,41.37551240578866],[-72.90482098290738,41.37509340570247],[-72.90513398296288,41.37428140553405],[-72.90523898298157,41.37401040547782],[-72.90528798298965,41.37387240544931],[-72.90535498300068,41.373683405410304],[-72.90555898303488,41.37311940529374],[-72.90556698303628,41.37309840528939],[-72.90561398304183,41.37292740525453],[-72.90568498305431,41.37274140521597],[-72.90589998309261,41.3721864051008],[-72.90597198310553,41.37200240506261],[-72.90603598311553,41.371812405023476],[-72.90623098314659,41.37124440490642],[-72.90629698315729,41.371055404867434],[-72.90636098316767,41.370872404829676],[-72.90655398319922,41.370324404716584],[-72.90661898320998,41.37014240467901],[-72.90679198324105,41.36970040458723],[-72.90716098330724,41.368756404391235],[-72.90751598336999,41.367831404199364],[-72.90753998337283,41.36774440418164],[-72.90789198343953,41.36690640400684],[-72.90802498346115,41.36652640392844],[-72.90805298346386,41.3664144039057],[-72.90806098346471,41.3663834038994],[-72.90816098348037,41.366087403838435],[-72.9081989834866,41.365979403816134],[-72.90822798349076,41.36588740379727],[-72.90831898350476,41.36561340374089],[-72.90834898350934,41.365522403722174],[-72.90838298351538,41.365434403703915],[-72.90848898353485,41.36517140364919],[-72.90852398354129,41.3650844036311],[-72.90857898354875,41.364901403593635],[-72.90874598357202,41.36435640348195],[-72.90880198357988,41.36417440344465],[-72.90883798358288,41.36402140341364],[-72.90883998358326,41.3640164034126],[-72.90888798357484,41.36359340332854],[-72.90889598357512,41.36355240332028],[-72.90892898357716,41.36339940328938],[-72.90893798357746,41.363353403280115],[-72.90896698357926,41.363219403253034],[-72.90897698357996,41.36317440324394],[-72.90900998358092,41.36300240320932],[-72.90911098358467,41.362490403106186],[-72.90914498358597,41.36231940307174],[-72.90917498358468,41.36212440303273],[-72.90926598358102,41.36153940291567],[-72.90929698358009,41.361345402876836],[-72.90932398358115,41.36120940284944],[-72.90940698358516,41.360805402767944],[-72.90943498358659,41.360670402740716],[-72.90946298358729,41.36052240271093],[-72.90946998358737,41.3604834027031],[-72.90954898359026,41.360082402622325],[-72.90957798359133,41.35993540259271],[-72.90964798359629,41.3596224025294],[-72.9097189836012,41.359302402464685],[-72.90985498361387,41.35874740235203],[-72.90988298361727,41.35864740233162],[-72.91007398364245,41.35799840219885],[-72.91018898365242,41.357516402101105],[-72.91021498365691,41.357446402086616],[-72.91031898367784,41.35722040203918],[-72.91037298369021,41.35712940201969],[-72.91057898374366,41.35689340196701],[-72.91121098392047,41.35639540184951],[-72.91175998407576,41.35599240175321]]]},"properties":{"name":1653,"geoid":"09009165300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.9125299830344,41.33320039728021],[-72.91323498328575,41.33360039733562],[-72.91323798328682,41.33360239733591],[-72.91565898408517,41.33383239730295],[-72.91646698435163,41.333909397291976],[-72.91680098446095,41.33392639728456],[-72.91780498478965,41.333980397262785],[-72.9181399848994,41.33399939725573],[-72.91827098494268,41.33401339725423],[-72.91866398507271,41.33405839725039],[-72.91879498511605,41.33407339724911],[-72.91901198518735,41.334089397245236],[-72.9190279851926,41.33409039724492],[-72.91972998542315,41.3341403972321],[-72.9199639855,41.334157397227884],[-72.92094998582368,41.33422539720943],[-72.92390998679554,41.3344323971546],[-72.9248969871196,41.33450139713629],[-72.92488798712151,41.334586397153174],[-72.92486098712725,41.33484239720403],[-72.92485298712953,41.33492839722106],[-72.92484598713898,41.3351353972617],[-72.92482598716762,41.335755397383366],[-72.92481998717746,41.33596339742416],[-72.92480898718362,41.33613539745809],[-72.92477498720201,41.336654397560494],[-72.92476498720858,41.33682739759457],[-72.92476098722031,41.337057397639605],[-72.92474998725599,41.337750397775224],[-72.92474698726812,41.337981397820414],[-72.92473298727926,41.33825839787492],[-72.92469198731322,41.339092398039035],[-72.92467898732482,41.33937139809392],[-72.92503898744636,41.33945539809872],[-72.92612098781161,41.33970739811307],[-72.92648198793347,41.33979139811785],[-72.92647898794016,41.339926398144286],[-72.92647198796088,41.340332398223765],[-72.92646998796795,41.34046839825037],[-72.92646398797615,41.3406473982855],[-72.92646398797717,41.34066539828901],[-72.92635298795884,41.34097739835347],[-72.92622798792635,41.341119398385224],[-72.9261109878961,41.34125539841552],[-72.9260509878817,41.34134439843483],[-72.92591998785052,41.34154439847807],[-72.92589498784685,41.34162239849411],[-72.9258639878426,41.34172539851521],[-72.92590798786759,41.34191439855068],[-72.92604098794305,41.34248439865764],[-72.92608598796842,41.34267439869328],[-72.9261399879972,41.342873398730376],[-72.92630498808458,41.343470398841575],[-72.92635998811376,41.34367039887883],[-72.92647998815217,41.343661398873216],[-72.92743298845518,41.34355339882146],[-72.9275509884937,41.34355739881843],[-72.92790598860964,41.343571398809736],[-72.92811998868129,41.34361039881047],[-72.92849298880861,41.343722398820326],[-72.93091498965275,41.34475339894353],[-72.93179898996088,41.34513039898864],[-72.9320169900369,41.34522439899996],[-72.93126198985811,41.34639039925181],[-72.9308159897525,41.347079399400634],[-72.93031398963379,41.3478573995686],[-72.92910598936076,41.34995340001651],[-72.92841398920456,41.35115740027373],[-72.92817698915093,41.351567400361354],[-72.92786498908033,41.35210740047676],[-72.92741498897168,41.35276540061964],[-72.92718198891548,41.35310740069388],[-72.92714898890762,41.35315740070468],[-72.92677798882661,41.353851400852044],[-72.92654998877704,41.35428140094328],[-72.92624898870442,41.35472240103901],[-72.92548298851824,41.35582140127811],[-72.92503398840921,41.3564674014186],[-72.92480298835468,41.35682740149627],[-72.92410998819106,41.35790640172909],[-72.92387998813692,41.35826740180691],[-72.92343698798264,41.358081401784894],[-72.92321798790616,41.35798540177322],[-72.92172498738502,41.35733740169487],[-72.92152698731188,41.35718040167061],[-72.92137698725,41.35694740162999],[-72.92129798721733,41.35682340160833],[-72.92118098716712,41.35660740156997],[-72.92102498710031,41.35632140151918],[-72.9207849870217,41.35630840152438],[-72.92062198697016,41.35633240153431],[-72.9203499868871,41.356423401560825],[-72.91938898660402,41.35692940169047],[-72.91922098655455,41.35701840171324],[-72.91883998643871,41.35715540175224],[-72.9187779864188,41.35715940175502],[-72.9184999863292,41.35716940176592],[-72.9178689861259,41.357194401791105],[-72.91765798605795,41.35720340179966],[-72.91718998590719,41.357222401818426],[-72.9159099854948,41.35727340186958],[-72.91556598538213,41.35725440187696],[-72.91529198528761,41.35715540186645],[-72.91497898517568,41.356972401840814],[-72.9144979850058,41.35672840180869],[-72.9142729849273,41.35663140179701],[-72.9131709845532,41.3563394017755],[-72.91276598441615,41.356239401769024],[-72.91175998407576,41.35599240175321],[-72.91216698418955,41.35567040167728],[-72.91254798429371,41.355327401598096],[-72.91289698438122,41.35487340149828],[-72.91304898441268,41.35455840143193],[-72.91307998441637,41.35444640140908],[-72.91309398441844,41.35440240140006],[-72.91310098441895,41.354371401393784],[-72.91310698441659,41.35429540137877],[-72.91311198441446,41.35422940136571],[-72.91313798440407,41.3538974013001],[-72.91314098439673,41.35375040127133],[-72.91315398437605,41.353311401185245],[-72.91315798436908,41.35316540115662],[-72.913166984313,41.35212440095321],[-72.91316898430503,41.351972400923486],[-72.91316698426613,41.35129740079184],[-72.91322798424041,41.350494400633174],[-72.91330998422735,41.34979440049394],[-72.91337698420482,41.349013400339395],[-72.91339298420014,41.348839400304925],[-72.91337298418267,41.3486454002677],[-72.91319598408865,41.34799940014733],[-72.91309898404306,41.34775040010186],[-72.9128109839073,41.34700339996536],[-72.91271498386206,41.34675439991984],[-72.91266398383735,41.34661039989339],[-72.91251198376357,41.346178399813965],[-72.91246198373925,41.34603539978767],[-72.91239798369644,41.34564639971381],[-72.91220598356811,41.344480399492426],[-72.91215398353323,41.34416239943205],[-72.91213098352196,41.3440953994197],[-72.91212398351419,41.34399839940099],[-72.91210498349167,41.343709399345194],[-72.91210298348847,41.34366439933648],[-72.91207898347812,41.34361939932848],[-72.91225098351065,41.34320839924274],[-72.91255398356833,41.342491399093035],[-72.91267498359454,41.342261399044254],[-72.9127739836107,41.34197939898602],[-72.91289598363095,41.34163839891555],[-72.91291398363221,41.34155739889916],[-72.91290798361452,41.34127939884509],[-72.91289998358548,41.34081239875419],[-72.9129099835681,41.34044839868283],[-72.91291798355499,41.34017139862851],[-72.91289098353684,41.34000539859698],[-72.912811983483,41.339507398502306],[-72.91280698347943,41.33947239849564],[-72.9127649834587,41.3393473984726],[-72.91250198334195,41.338792398372725],[-72.91232898326523,41.33842839830724],[-72.91172098300038,41.33723439809372],[-72.91168398298333,41.33714539807754],[-72.91146398288191,41.33661439798095],[-72.91145898287813,41.33657639797371],[-72.91140598283971,41.336201397902215],[-72.91140698282774,41.335984397859804],[-72.91140898281594,41.335764397816796],[-72.91144798281573,41.33553739777124],[-72.91200798292883,41.33432639751683],[-72.91225898297967,41.33378639740331],[-72.91231298299051,41.33366839737854],[-72.9124749830232,41.33331739730481],[-72.9125299830344,41.33320039728021]]]},"properties":{"name":1654,"geoid":"09009165400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.05844704281607,41.55052743485574],[-73.0582770427651,41.55060143487564],[-73.05811604271639,41.5506634348929],[-73.05711504241363,41.551050435000576],[-73.05678204231299,41.55118043503664],[-73.05654404223903,41.55123843505563],[-73.0562690421537,41.55130743507798],[-73.05590104203921,41.55139443510684],[-73.05582804201612,41.55140543511136],[-73.05558704194021,41.551446435127154],[-73.05531404185265,41.55146543513972],[-73.05512104179084,41.55148043514892],[-73.05449704159025,41.55151643517621],[-73.05422504150289,41.55153343518836],[-73.05403404144201,41.551553435198464],[-73.05378904136394,41.55157943521147],[-73.0534610412562,41.55155843521809],[-73.05327004119347,41.55154643522199],[-73.05288204106878,41.551569435239074],[-73.05269904101027,41.55158543524812],[-73.05189204075072,41.55162943528293],[-73.05163504066782,41.55163943529325],[-73.05157304064787,41.55164243529583],[-73.0513320405708,41.55166343530776],[-73.05098304045808,41.55167443532124],[-73.05091804043391,41.55162143531307],[-73.05069904035604,41.55150443529752],[-73.05038404024411,41.55133743527535],[-73.0500780401382,41.55122443526338],[-73.04982104004775,41.55110343524827],[-73.04980304003136,41.55092043521335],[-73.04977104001566,41.55082843519655],[-73.04972203999374,41.55072443517797],[-73.04978304000853,41.550637435159096],[-73.04990504003871,41.5504734351233],[-73.05000404006492,41.55037043510009],[-73.05011804009399,41.55023243506961],[-73.05029404014347,41.55009943503807],[-73.05063704024674,41.54995843499955],[-73.05106504037998,41.54985843496623],[-73.0519780406701,41.54974743491496],[-73.05261604087305,41.549673434879836],[-73.05300504099425,41.549584434849905],[-73.05306104101145,41.54956743484479],[-73.05323004106346,41.549517434829596],[-73.05328704108105,41.54950143482462],[-73.05347104113716,41.54943843480641],[-73.05375204122295,41.54934343477883],[-73.05402304130561,41.54925043475197],[-73.05420704136178,41.54918843473395],[-73.05391404123368,41.548617434632696],[-73.05382604119842,41.54850143461305],[-73.05273704076188,41.547064434369645],[-73.05243304063615,41.546596434288716],[-73.05219304053692,41.546227434224924],[-73.05200904046028,41.54593443417406],[-73.05192004042117,41.54575743414262],[-73.051653040304,41.54522943404884],[-73.05156504026529,41.54505343401754],[-73.0514640402228,41.54488543398823],[-73.0511610400954,41.544382433900466],[-73.05106104005328,41.54421543387132],[-73.05094904000572,41.54402143383733],[-73.05061603986402,41.54343943373519],[-73.05050503981687,41.54324643370137],[-73.0503310397358,41.542820433624335],[-73.05019403967192,41.54248443356358],[-73.04976603947978,41.54156243339858],[-73.04957303939312,41.54114643332412],[-73.04941303932469,41.54086043327382],[-73.04893403911966,41.54000243312287],[-73.04877503905155,41.53971643307254],[-73.04840803889601,41.539085432962],[-73.04825703883228,41.53883043291742],[-73.04804703877497,41.53901943296094],[-73.04770903868192,41.53930943302822],[-73.0475330386312,41.5394214330557],[-73.04664803836674,41.53981943316173],[-73.04612903814774,41.53894443300879],[-73.04607703811773,41.53871643296622],[-73.04606203809782,41.53845543291606],[-73.04585703803009,41.53843543291884],[-73.04583203802186,41.538433432919255],[-73.04574203799056,41.53839743291519],[-73.04567503796603,41.53834943290807],[-73.04536203784902,41.538082432866425],[-73.04520603779068,41.53794943284568],[-73.04507103774118,41.53785143283105],[-73.04453903754843,41.537504432780985],[-73.04447803752569,41.53745343277309],[-73.04424503743486,41.53719043272961],[-73.044061037367,41.537049432708216],[-73.04403803734887,41.53686443267307],[-73.0439040372403,41.53573543245827],[-73.0439010372379,41.53571043245352],[-73.0438430371759,41.53496143231002],[-73.04386603715095,41.53439843219997],[-73.0439840371418,41.53357443203619],[-73.0443480371588,41.53181743168325],[-73.04454603716839,41.53086743149238],[-73.0446120371699,41.53052143142306],[-73.04486703724706,41.530423431395754],[-73.04502903729586,41.53035743137767],[-73.04514603732773,41.53025143135329],[-73.04522103734507,41.53012943132716],[-73.04525503735312,41.530077431315966],[-73.04553203740494,41.529415431178435],[-73.04602103750798,41.5284474309746],[-73.04629703758229,41.52818143091398],[-73.04632103758881,41.52815943090895],[-73.04666603768806,41.52793743085461],[-73.04694403777103,41.52781043082092],[-73.04716403783969,41.527762430804444],[-73.04721403785592,41.52776243080282],[-73.04743703792863,41.52776743079654],[-73.04765503800108,41.52779643079507],[-73.04778203804453,41.527834430798315],[-73.04790103808571,41.52787843080299],[-73.0480140381255,41.5279324308098],[-73.04802303812872,41.527937430810475],[-73.04813603817018,41.52802043082291],[-73.04824403820899,41.528085430832014],[-73.04826603821695,41.52809943083403],[-73.0482740382199,41.528105430834934],[-73.04836503825312,41.5281694308444],[-73.04839603826447,41.528191430847656],[-73.0487200383764,41.528308430859845],[-73.0488160384096,41.528343430863515],[-73.04972103871695,41.5285774308795],[-73.05005603883075,41.5286644308855],[-73.05002103882998,41.52884843092236],[-73.04994003882908,41.52928943101062],[-73.04992403883051,41.529404431033456],[-73.04990003883348,41.52959143107053],[-73.0499070388448,41.52974843110079],[-73.04993203888006,41.53021943119142],[-73.04994003889169,41.53037643122163],[-73.04994803890375,41.53054043125322],[-73.04997203893987,41.531032431347946],[-73.04998003895197,41.531197431379724],[-73.04998003895295,41.53121443138302],[-73.04998303895688,41.531265431392825],[-73.04998403895817,41.53128243139611],[-73.0499910389691,41.531432431424975],[-73.04999603897694,41.53154043144578],[-73.05001503900287,41.53188343151176],[-73.05002303901416,41.5320344315408],[-73.05002303902131,41.53215843156487],[-73.05002603904377,41.532531431637196],[-73.05002803905163,41.53265643166138],[-73.05000303905399,41.53283843169754],[-73.05000103905364,41.532843431698566],[-73.04985603903823,41.53339343181004],[-73.04984903903774,41.533424431816286],[-73.04984003904393,41.533582431847265],[-73.04985003905144,41.533656431861296],[-73.04989503907072,41.53373743187556],[-73.04992303908159,41.53376843188067],[-73.0502060391913,41.53407743193144],[-73.05033603924296,41.53424143195904],[-73.0504660392947,41.534406431986845],[-73.05056803933664,41.53455943201324],[-73.05067903938223,41.53472543204184],[-73.05092603947702,41.534978432082916],[-73.05105503952657,41.53511143210454],[-73.05115503956291,41.53517843211429],[-73.05145503967209,41.535382432144125],[-73.05155603970886,41.53545143215424],[-73.05164803975127,41.53566843219336],[-73.0518750398554,41.536196432288456],[-73.05192103987696,41.53631143230928],[-73.05217003999269,41.536916432418614],[-73.0522070400106,41.5370184324372],[-73.05247704013425,41.53764243254955],[-73.05265604021963,41.53811543263552],[-73.05278604026566,41.53818143264411],[-73.05274604025956,41.538301432668696],[-73.05304004039593,41.53901043279674],[-73.05344804058092,41.53992143296028],[-73.05350304060575,41.540042432981984],[-73.05366804068044,41.54040843304766],[-73.05372304070534,41.54053043306952],[-73.05374604071592,41.54058443307927],[-73.05381604074812,41.54074843310881],[-73.05384004075908,41.5408034331187],[-73.05339904062353,41.54093643315888],[-73.05207704021727,41.54133643327953],[-73.05163704008211,41.54147043331984],[-73.05168604010319,41.54156043333571],[-73.05183504016715,41.54183043338327],[-73.05188504018865,41.541921433399295],[-73.05405204085535,41.54127943320419],[-73.05434404099073,41.541982433331114],[-73.05436304099989,41.54203443334061],[-73.05478604119169,41.54297843351002],[-73.05483004121231,41.54308843352995],[-73.05518204137702,41.5439624336881],[-73.05556504155193,41.544838433845634],[-73.0556000415663,41.5448904338546],[-73.05559604156535,41.54489643385589],[-73.05597204173756,41.545765434012274],[-73.05599704174885,41.545820434022154],[-73.05602004175972,41.54587943403284],[-73.05606104177905,41.545983434051685],[-73.05625604187058,41.54647243414024],[-73.05632204190141,41.54663543416972],[-73.05635004191431,41.546701434181614],[-73.05643404195301,41.54689943421729],[-73.0564630419663,41.546966434229354],[-73.05650504198499,41.54705443424507],[-73.05663204204154,41.54731943429235],[-73.05667504206063,41.547408434308224],[-73.05711704225725,41.54832843447235],[-73.05757104245775,41.54924843463608],[-73.05771804252115,41.54951943468387],[-73.05778704254887,41.549611434699486],[-73.05799804263546,41.54992443475334],[-73.05808704267126,41.55004443477374],[-73.05826604274318,41.55028343481427],[-73.05835704277985,41.55040643483518],[-73.05844704281607,41.55052743485574]]]},"properties":{"name":3516.01,"geoid":"09009351601"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.08655705114074,41.53660343123816],[-73.08634505108725,41.53686943129669],[-73.08599605099772,41.53728143138801],[-73.08588805096907,41.53739243141308],[-73.08553605087607,41.53776143149616],[-73.08516405077553,41.5381124315764],[-73.08440705056685,41.53875543172585],[-73.0838560504119,41.539170431824346],[-73.08351605031385,41.53938443187696],[-73.08329505025016,41.53952443191133],[-73.08281505010996,41.53979543197955],[-73.08262005005275,41.53990143200649],[-73.08231504996307,41.54006343204785],[-73.08205504988668,41.540202432083305],[-73.08139404969137,41.54053743216986],[-73.08108704960075,41.54069443221033],[-73.07988904923506,41.54109843232776],[-73.07930304905626,41.54129743238548],[-73.07817904871517,41.541711432502424],[-73.0773540484673,41.54205843259664],[-73.07639304818389,41.54255443272421],[-73.07618804812348,41.54266143275164],[-73.07533804788129,41.54324743289304],[-73.07519004783904,41.54334843291747],[-73.07503404779463,41.5434564329435],[-73.07475504771587,41.54366143299237],[-73.07461204767554,41.543767433017614],[-73.07415404754626,41.54410443309792],[-73.07278304715936,41.545114433338554],[-73.07232604703044,41.54545243341902],[-73.07143704677829,41.54608543357081],[-73.07104504666722,41.546366433638106],[-73.07020804643027,41.54697043378259],[-73.06998804636875,41.547142433823126],[-73.06904804609412,41.54767343395677],[-73.06867604598197,41.547823433997976],[-73.06829304586667,41.547980434040916],[-73.06788204574133,41.54812143408168],[-73.06765404567207,41.548204434105195],[-73.06759204564416,41.548069434081015],[-73.0675560456279,41.54799043406687],[-73.06740104555894,41.54766743400925],[-73.0673380455308,41.547534433985476],[-73.0674570455666,41.547485433972106],[-73.06781304567374,41.54733843393198],[-73.06793304570994,41.547290433918754],[-73.0680740457511,41.54721043389865],[-73.0681060457596,41.5471774338912],[-73.06828204580643,41.546998433850746],[-73.06842204583994,41.546791433806014],[-73.06852304586866,41.54672043378895],[-73.0686940459173,41.546601433760294],[-73.06877504593437,41.546441433726606],[-73.06877704593491,41.54643943372616],[-73.0687750459234,41.546251433689726],[-73.06856104583798,41.54597543364314],[-73.06845204579444,41.54583443361934],[-73.06809704565586,41.54543043355251],[-73.06781904554737,41.54511443350024],[-73.06719504530247,41.544382433378516],[-73.06708204525435,41.54418443334379],[-73.06702004522793,41.544075433324636],[-73.06693004517558,41.54367443324975],[-73.06689104513538,41.54319743315847],[-73.06688004512269,41.543039433128165],[-73.06684304507789,41.54247143301914],[-73.06683904502894,41.54164543285897],[-73.06685804500589,41.541138432759965],[-73.06685704500528,41.54113343275902],[-73.06683704496214,41.54049843263644],[-73.06681404494418,41.54031643260188],[-73.06679504492878,41.540156432571436],[-73.06675104490579,41.540005432543566],[-73.06664804486057,41.53980143250732],[-73.06659904483907,41.5397044324901],[-73.06655204482055,41.53964843248076],[-73.06644604477582,41.53946943244948],[-73.06612804464174,41.53893543235618],[-73.06607504461941,41.53884643234064],[-73.06603404460061,41.53875143232353],[-73.06601404458183,41.538538432282834],[-73.06601104457854,41.53849843227518],[-73.06602004457143,41.53832443224112],[-73.0660660445749,41.53812543220101],[-73.06613804458622,41.53791643215809],[-73.0662090445977,41.53771543211676],[-73.06630704461584,41.53747843206759],[-73.06633504462114,41.53741243205385],[-73.06654904465249,41.53675143191861],[-73.06662904466445,41.53650843186884],[-73.06670004467615,41.53631143182828],[-73.06691304471136,41.53572243170703],[-73.06698504472342,41.535526431666646],[-73.0670190447295,41.53544043164884],[-73.06702704472636,41.535340431629166],[-73.06694704466462,41.53472043151144],[-73.06689304462273,41.53429843143129],[-73.06689204461445,41.53416043140452],[-73.06692904459976,41.53369743131345],[-73.06701804458854,41.53300143117546],[-73.06702804458301,41.53284943114562],[-73.06702204457491,41.532742431125044],[-73.06693004452723,41.53243343106807],[-73.06688104450363,41.53230043104385],[-73.0666580443956,41.53168243093115],[-73.066619044374,41.53152743090233],[-73.06659604436126,41.53143643088542],[-73.06654404433725,41.53131243086303],[-73.06639604426849,41.530953430798164],[-73.06631704422652,41.5306704307458],[-73.06625704419442,41.53045143070525],[-73.0662220441778,41.530360430688724],[-73.06612004412901,41.53008843063924],[-73.06608604411278,41.52999843062287],[-73.06595704404546,41.529557430541466],[-73.06586104399521,41.52922643048034],[-73.06583804392837,41.52819643028114],[-73.06582904389904,41.52773843019251],[-73.06581304388698,41.52761943016993],[-73.06576604385127,41.527264430102534],[-73.0657510438396,41.527146430080116],[-73.06573204382576,41.5270134300549],[-73.06567504378437,41.52661642997971],[-73.06565704377091,41.52648442995465],[-73.0656390437574,41.52635142992941],[-73.06558804371785,41.52595242985362],[-73.06558304371393,41.52591242984602],[-73.06555904370096,41.525822429829326],[-73.0655300436815,41.5256484297965],[-73.06547504364372,41.5253024297311],[-73.06544004362226,41.52512742969826],[-73.0654060436013,41.52495542966598],[-73.06518404346485,41.523838429456326],[-73.06515104344452,41.52367142942497],[-73.06511404342719,41.523579429408315],[-73.0650440433994,41.52349142939352],[-73.0648830433398,41.5233644293741],[-73.06459104323467,41.52318542934886],[-73.06371304292229,41.52271142928538],[-73.0636550429003,41.522656429276594],[-73.0635920428743,41.522560429260004],[-73.06348604282749,41.522345429221716],[-73.063232042707,41.52168542910184],[-73.06310504264721,41.521363429043454],[-73.06279604250189,41.52058242890186],[-73.06268704245055,41.52030542885161],[-73.06268204244812,41.52029142884905],[-73.06260804241118,41.520067428807955],[-73.06250104235743,41.51973742874737],[-73.06234104228416,41.51936742868073],[-73.06224204223884,41.51913842863947],[-73.06204404217686,41.51917842865368],[-73.06145404199232,41.51930042869657],[-73.06125704193072,41.51934142871094],[-73.0602870415996,41.519060428687936],[-73.05973404141089,41.51890142867506],[-73.05933704127818,41.51883542867515],[-73.05917104122516,41.51885042868347],[-73.05903904118321,41.51886642869088],[-73.05885204112577,41.518923428708035],[-73.05873204109177,41.519009428728616],[-73.05837604098983,41.51924642878624],[-73.05803004089925,41.519624428870884],[-73.05768004080329,41.519931428941895],[-73.05731004070199,41.52025842901742],[-73.05690104058729,41.52057242909169],[-73.05675604053651,41.520508429083996],[-73.0564730404375,41.52038442906912],[-73.05631604038398,41.52034042906567],[-73.05630404037991,41.52033742906547],[-73.05616704033277,41.52029142906102],[-73.0558950402345,41.52011842903626],[-73.05557504011884,41.51991442900706],[-73.055075039939,41.519610428964285],[-73.05480103984048,41.519444428940965],[-73.05457703975905,41.51929342891893],[-73.05390503951483,41.51884142885302],[-73.05368103943347,41.51869142883116],[-73.05292203922168,41.51929342897276],[-73.05201203896553,41.51997642913499],[-73.05196803895309,41.520008429142635],[-73.05149103881912,41.520371429228625],[-73.05119303873308,41.52055742927445],[-73.05046603852195,41.520990429382174],[-73.05010103841401,41.52117442942976],[-73.04628603728666,41.52310942992957],[-73.04518703696193,41.52366743007365],[-73.04465803680898,41.52399443015434],[-73.04442003674274,41.524186430199364],[-73.04440703674031,41.52421743020579],[-73.04435803673367,41.52437843023865],[-73.04426803672177,41.52467943030003],[-73.04422103672321,41.524969430357864],[-73.04419703672417,41.52512143038817],[-73.04419103672504,41.52517043039785],[-73.04413003673224,41.52563943049091],[-73.04414203675647,41.525992430559064],[-73.04419103678718,41.52624943060736],[-73.04423103681219,41.52645843064665],[-73.04431703686124,41.52682543071509],[-73.0444460369302,41.52729543080216],[-73.0445740370001,41.52778743089352],[-73.044762037112,41.528670431058835],[-73.04478503713536,41.52894643111167],[-73.04479303715956,41.52932143118422],[-73.04477803716183,41.529445431208785],[-73.04474903716698,41.529698431258836],[-73.0446120371699,41.53052143142306],[-73.04454603716839,41.53086743149238],[-73.0443480371588,41.53181743168325],[-73.0439840371418,41.53357443203619],[-73.04386603715095,41.53439843219997],[-73.0438430371759,41.53496143231002],[-73.0439010372379,41.53571043245352],[-73.0439040372403,41.53573543245827],[-73.04403803734887,41.53686443267307],[-73.044061037367,41.537049432708216],[-73.0440990373935,41.537295432754746],[-73.04417803745336,41.53788943286747],[-73.04446603766814,41.539993433266474],[-73.04461803777426,41.54097843345272],[-73.04476703789787,41.542283433701144],[-73.04478503793517,41.54282943380652],[-73.04480103801357,41.54409943405248],[-73.04476803802204,41.54443243411817],[-73.04467003804797,41.545434434315816],[-73.0446460380547,41.5456864343655],[-73.04465103806109,41.54576943438145],[-73.04467603809235,41.54617043445844],[-73.04468903810728,41.546356434494136],[-73.04476103815887,41.54684543458668],[-73.04493503824402,41.54734243467747],[-73.04506903830944,41.54772243474684],[-73.04519103835783,41.547874434772375],[-73.04526003838416,41.54794243478332],[-73.04557803850722,41.54828543483953],[-73.04570603855525,41.54839743485711],[-73.04594203864389,41.548605434889794],[-73.04636503880346,41.54899043495074],[-73.04688203899236,41.549354435004545],[-73.04742903919008,41.54970243505426],[-73.04797303938447,41.550009435096136],[-73.04862303961673,41.5503764351462],[-73.04878303967395,41.55046743515865],[-73.0488480396972,41.55050443516372],[-73.04896803974016,41.55057343517321],[-73.04905203976928,41.55060543517667],[-73.04912403979422,41.550632435179566],[-73.04954403994056,41.55080443519926],[-73.04972203999374,41.55072443517797],[-73.04977104001566,41.55082843519655],[-73.04980304003136,41.55092043521335],[-73.04982104004775,41.55110343524827],[-73.0500780401382,41.55122443526338],[-73.05038404024411,41.55133743527535],[-73.05069904035604,41.55150443529752],[-73.05091804043391,41.55162143531307],[-73.05098304045808,41.55167443532124],[-73.04996004012867,41.55172343536406],[-73.04848303965424,41.551815435429965],[-73.04835403961276,41.551822435435525],[-73.04813703954298,41.5518344354449],[-73.04796903948854,41.551836435450774],[-73.04784103944706,41.55183843545531],[-73.047702039402,41.551839435460046],[-73.04728503926684,41.55184443547457],[-73.04714703922212,41.55184643547946],[-73.0468950391409,41.551857435489794],[-73.04614103889791,41.55189043552072],[-73.04589003881709,41.551902435531225],[-73.04585203880482,41.55190343553266],[-73.04574003876871,41.55190843553727],[-73.04570303875687,41.551911435539054],[-73.04562503873174,41.55191443554218],[-73.04539003865597,41.55192443555176],[-73.04531303863119,41.551928435555034],[-73.0451760385871,41.55193543556086],[-73.04376303812944,41.55195743561111],[-73.04304603789782,41.55197943563869],[-73.04254303773382,41.55196843565293],[-73.04226503764279,41.55195543565946],[-73.04241303767465,41.551674435600106],[-73.04251303769676,41.55149443556193],[-73.04182503745818,41.55123243553348],[-73.04116903722893,41.5509514355003],[-73.04111703720831,41.55088643548937],[-73.04107703718992,41.550793435472634],[-73.0410220371688,41.55073643546336],[-73.0409860371485,41.55058743543562],[-73.04096003713379,41.550478435415314],[-73.0408200370547,41.54989543530673],[-73.04078903703362,41.549704435270684],[-73.04074803700526,41.54944343522137],[-73.04069803697709,41.549236435182834],[-73.0405490368929,41.54861543506718],[-73.04050003686505,41.54840843502861],[-73.04046703684517,41.548249434998816],[-73.04036903678598,41.54777443490982],[-73.04033703676646,41.547616434880204],[-73.04030703674952,41.54749143485692],[-73.04021803669912,41.547118434787436],[-73.04018903668255,41.54699443476431],[-73.03976803654898,41.5470494347887],[-73.03850603614868,41.547215434861954],[-73.0380860360155,41.54727143488647],[-73.03804803599364,41.547106434855685],[-73.03793403592825,41.546614434763924],[-73.03789703590678,41.546450434733295],[-73.03786503588844,41.546312434707566],[-73.03777003583384,41.54590043463069],[-73.03773903581587,41.545763434605114],[-73.03769003578716,41.545541434563624],[-73.0375560357085,41.54493143444959],[-73.03754403570146,41.544876434439324],[-73.03751203568211,41.54472143441027],[-73.0375020356761,41.54467343440128],[-73.03749803567376,41.54465543439792],[-73.03748603566706,41.5446064343888],[-73.03747403566038,41.54455843437987],[-73.03745003564707,41.54446243436201],[-73.0374380356404,41.544414434353094],[-73.0374350356371,41.544374434345436],[-73.03742903562836,41.54425643432271],[-73.03742803562578,41.54421743431518],[-73.03743103562343,41.54415943430384],[-73.03744303561724,41.54398443426949],[-73.03744703561526,41.54392743425828],[-73.03748603560148,41.54346843416792],[-73.0375720355718,41.54246843397105],[-73.03753803554376,41.542173433914904],[-73.03751103553061,41.54209743390103],[-73.03736003545657,41.54166343382171],[-73.03728103542095,41.54149043379069],[-73.03704603531473,41.540971433697614],[-73.03696803527947,41.54079943366676],[-73.03687303523625,41.54058443362814],[-73.03659103510749,41.53993943351212],[-73.03649703506458,41.53972443347344],[-73.03626303495777,41.53918943337719],[-73.03598603483148,41.53855843326373],[-73.03588203478193,41.53828443321391],[-73.03581303474309,41.53799943316084],[-73.0357830347094,41.53758343308106],[-73.03583603469757,41.53707943298151],[-73.03603303471566,41.53628243282039],[-73.03632903474924,41.535196432599946],[-73.03664103479684,41.53426343240869],[-73.03674203481697,41.534043432362694],[-73.03684603483781,41.53381843231564],[-73.03706403488412,41.533393432226035],[-73.03711003489407,41.53330643220766],[-73.03719303491425,41.53318943218226],[-73.03724003492538,41.53311743216674],[-73.03724803492727,41.53310543216417],[-73.03739403496496,41.532936432126604],[-73.0374070349684,41.53292243212347],[-73.03746903498505,41.53286243210981],[-73.03788003509517,41.532456432017625],[-73.03799303512552,41.53234643199259],[-73.0384290352428,41.531924431896485],[-73.03850303526143,41.53183043187584],[-73.03852603526735,41.53180343186985],[-73.03865003529592,41.5316004318264],[-73.03874303531346,41.531380431780676],[-73.03909603537612,41.53047743159388],[-73.03912603538164,41.53040443157873],[-73.03938503543102,41.52980143145326],[-73.03956603546291,41.529334431356695],[-73.04010903555853,41.52793243106686],[-73.0402910355908,41.52746643097045],[-73.04063503565168,41.52658343078783],[-73.04066303565651,41.52650943077255],[-73.04078903567888,41.52618743070593],[-73.04081703567883,41.526028430674145],[-73.04082603567352,41.52588543064609],[-73.0408190356394,41.525332430538946],[-73.04066703553463,41.5243694303569],[-73.04062703549694,41.52394043027489],[-73.04066503548337,41.523490430186285],[-73.04066903548352,41.523470430182265],[-73.04074403548842,41.52313243011421],[-73.04082903550243,41.52289643006561],[-73.04094803552704,41.522652430014375],[-73.0410260355444,41.52251442998504],[-73.04113103557029,41.522371429953864],[-73.04144603564811,41.52194642986108],[-73.04155203567434,41.52180442983007],[-73.04214803582444,41.521049429664075],[-73.04263903594811,41.52042842952753],[-73.04408703633116,41.518914429186445],[-73.04475303650747,41.51822042903001],[-73.04632703693346,41.51674242869181],[-73.04674503704379,41.51630142859259],[-73.04742303721382,41.515430428401395],[-73.0475530372435,41.515212428354815],[-73.04857403758398,41.515368428351934],[-73.04904303772808,41.51522642830908],[-73.04914803776165,41.515217428303934],[-73.04936703783179,41.515200428293504],[-73.04946603786347,41.51519242828874],[-73.04957203789742,41.51518442828374],[-73.04997503802613,41.51514742826343],[-73.05118803841376,41.51503942820303],[-73.05159203854292,41.51500442818309],[-73.05186003862867,41.51498242817011],[-73.05266603888678,41.51492042813185],[-73.05293503897299,41.51490042811922],[-73.05310003902507,41.51487442810881],[-73.05359503918133,41.51479742807776],[-73.05376103923379,41.5147724280675],[-73.0538470392616,41.514770428064324],[-73.0541050393452,41.51476742805536],[-73.0541920393734,41.514766428052326],[-73.05430303940805,41.51474242804406],[-73.05431803941275,41.51473942804298],[-73.05438703943423,41.51472342803763],[-73.0544570394561,41.51470842803244],[-73.0546050395023,41.51467642802141],[-73.05463903951289,41.51466842801875],[-73.05467803952509,41.51466042801594],[-73.05475103954787,41.514644428010456],[-73.05480403956531,41.5146484280095],[-73.05496303961763,41.51466042800668],[-73.05501703963544,41.51466542800587],[-73.05587703991311,41.51463842797268],[-73.05845804074649,41.514558427873176],[-73.05931904102454,41.51453242784012],[-73.0607570414879,41.51447142778149],[-73.06431604263476,41.514321427636574],[-73.06507104287797,41.514288427605614],[-73.06650904334138,41.51422842754715],[-73.06718504356166,41.51424242752788],[-73.06921604422351,41.514285427470135],[-73.06989304444419,41.51430042745101],[-73.06993704445851,41.514301427449766],[-73.07007004450205,41.514307427446624],[-73.07011504451678,41.51430942744554],[-73.0701250445207,41.51432142744755],[-73.07015504453258,41.514358427453764],[-73.07016504453657,41.51437142745594],[-73.07058504471827,41.51515842759512],[-73.070908044858,41.51576342770209],[-73.07095104487657,41.51584342771622],[-73.07160904516124,41.517076427934235],[-73.07184604526378,41.517520428012745],[-73.07226704544587,41.51830842815206],[-73.07258004556488,41.518610428200496],[-73.07289304568384,41.51891142824877],[-73.07318404579442,41.51919042829346],[-73.07329504583662,41.51929742831062],[-73.0759370468409,41.52183942871818],[-73.07685504718987,41.522722428859716],[-73.07706104726608,41.52288442888446],[-73.07767904749487,41.523372428959085],[-73.07788504757116,41.52353542898402],[-73.07925104809748,41.52497142921832],[-73.07968804826581,41.5254304292932],[-73.08020204846385,41.525970429381296],[-73.0809610487789,41.527160429587596],[-73.08266104948447,41.52982343004915],[-73.0837280499274,41.53149543033894],[-73.08429305016975,41.532516430518704],[-73.08599005089765,41.535581431058276],[-73.08632505104127,41.53618543116458],[-73.08655705114074,41.53660343123816]]]},"properties":{"name":3519,"geoid":"09009351900"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.09127005377722,41.5557524347999],[-73.09144505388976,41.55671643498118],[-73.09164405401543,41.557772435179515],[-73.09278805473721,41.56383043631714],[-73.09317005497812,41.56585043669644],[-73.093304055071,41.56670443685767],[-73.0933060550726,41.566720436860706],[-73.09371705535723,41.56933343735399],[-73.09385405545211,41.570204437518406],[-73.09246305501642,41.570482437617706],[-73.0923540549823,41.57050443762552],[-73.09015805447224,41.574016438378116],[-73.08960905434485,41.57489643856663],[-73.08940705429794,41.575219438635855],[-73.08937505428763,41.57522143863729],[-73.08923305424204,41.57523043864366],[-73.08921505423626,41.57523143864444],[-73.08899105416484,41.57525443865622],[-73.08805305386642,41.57536243870776],[-73.08716505358483,41.57548043875959],[-73.0868450534835,41.57552543877876],[-73.08664005341858,41.57555443879109],[-73.08644205335555,41.5755764388018],[-73.08627005330078,41.57559543881109],[-73.08622905328774,41.575600438813396],[-73.08592905319054,41.575604438823966],[-73.08575505313311,41.57558843882653],[-73.0855840530767,41.575573438829196],[-73.08546805303774,41.575551438828725],[-73.08529205297869,41.57551843882806],[-73.0851320529231,41.57545643882126],[-73.08502305288535,41.575415438816854],[-73.08483005281855,41.5753444388094],[-73.08464205275065,41.57522643879265],[-73.08462605274472,41.57521343879065],[-73.08427205261366,41.57493543874829],[-73.08366605238791,41.57443543867113],[-73.08358605235799,41.57436743866054],[-73.0832440522303,41.57408043861605],[-73.08297105212672,41.57382243857493],[-73.0826120519905,41.57348343852091],[-73.08242705192099,41.573320438495344],[-73.08212405180909,41.57308743846004],[-73.08195905174811,41.5729594384406],[-73.08182305169856,41.572866438427006],[-73.0816660516456,41.572832438425536],[-73.08162105163048,41.572823438425246],[-73.08133305153484,41.57278743842767],[-73.08118905148731,41.57277443842984],[-73.08103005143487,41.57276043843232],[-73.08097605141704,41.572755438433106],[-73.08081405136372,41.57274343843606],[-73.08076005134596,41.57273943843704],[-73.08047705125298,41.57272143844279],[-73.080462051248,41.572719438442874],[-73.07987905105523,41.57266043845045],[-73.0795740509531,41.57260743845012],[-73.07928005085472,41.57255743845],[-73.0791440508087,41.57252543844823],[-73.07873905067162,41.572429438442825],[-73.07860405062591,41.57239743844104],[-73.07843805057013,41.57236543844023],[-73.07817705048247,41.57231543843904],[-73.07794105040338,41.572273438438614],[-73.07777505034785,41.572245438438586],[-73.07772905033244,41.57223743843853],[-73.07759105028623,41.572213438438375],[-73.07754605027121,41.572206438438485],[-73.0773830502169,41.57218243843915],[-73.0768940500539,41.57211043844113],[-73.07673204999995,41.572087438441955],[-73.07655804994326,41.572084438447035],[-73.07635304987794,41.572106438457986],[-73.07611804980411,41.57214943847399],[-73.07610304979951,41.572154438475444],[-73.07590104973806,41.57222643849598],[-73.07566404966796,41.57234543852679],[-73.07516604952166,41.57261243859481],[-73.07470604938612,41.572852438656334],[-73.07451504932794,41.57291943867554],[-73.07438304928694,41.57295143868605],[-73.07434704927581,41.572961438689184],[-73.07413504920835,41.57298543870075],[-73.07375204908506,41.57300443871691],[-73.07350804900369,41.57296843871787],[-73.07277904876067,41.57286043872071],[-73.07253604867972,41.572825438721836],[-73.07242004864075,41.572803438721344],[-73.07207304852436,41.57273943872025],[-73.07195804848578,41.57271843871993],[-73.07186004845599,41.57275343872991],[-73.07156904836752,41.57285843875975],[-73.0714720483381,41.5728944387699],[-73.07060004806446,41.5730604388305],[-73.07042404800949,41.57309843884361],[-73.06993104785589,41.5732114388816],[-73.06983004782509,41.573246438891665],[-73.06952704773298,41.573355438922704],[-73.06942704770265,41.57339243893311],[-73.06938904769089,41.57340243893629],[-73.06927704765641,41.57343543894634],[-73.06924004764504,41.57344643894969],[-73.0690770475953,41.573502438965846],[-73.06858904744662,41.57367243901473],[-73.06842704739731,41.573729439031055],[-73.06822004733527,41.57381943905526],[-73.0682080473319,41.573828439057394],[-73.06794704725895,41.57403343910565],[-73.06769804719536,41.574332439171734],[-73.06754504715636,41.5745174392126],[-73.06735304709034,41.57445443920664],[-73.0667790468931,41.57426743918907],[-73.06658804682748,41.57420543918328],[-73.06641404676776,41.57415043917828],[-73.06589504658965,41.5739854391632],[-73.06572204653034,41.57393143915838],[-73.06555104647168,41.57387743915347],[-73.06523204636227,41.57377743914449],[-73.06503904629629,41.57372043913972],[-73.06486804623785,41.573670439135604],[-73.0637650458591,41.57331643910288],[-73.06346704575658,41.573217439093405],[-73.0632470456741,41.573026439063526],[-73.06315004563774,41.5729424390504],[-73.06277804549894,41.57263143900221],[-73.06259004542741,41.572450438973235],[-73.0625730454209,41.572433438970506],[-73.06240504535438,41.57222643893582],[-73.06233904532826,41.57214543892227],[-73.06225304529414,41.57203843890432],[-73.06215104525286,41.5718974388803],[-73.06209004522826,41.5718144388662],[-73.06203704520411,41.57169443884465],[-73.06195404516612,41.57150343881031],[-73.0618700451296,41.57134343878203],[-73.06181004510344,41.57122843876168],[-73.06171504506034,41.57101643872367],[-73.06143304493202,41.57038043860952],[-73.06133904488922,41.570168438571464],[-73.06116904484117,41.57029243860105],[-73.06065904469718,41.57066743869039],[-73.0604900446495,41.57079243872013],[-73.0604550446397,41.57081943872651],[-73.06035204461092,41.57090043874558],[-73.0603180446015,41.57092843875211],[-73.06029204459391,41.57094343875587],[-73.06021504457173,41.57099243876787],[-73.06019004456454,41.571008438771806],[-73.06007004453075,41.57109843879316],[-73.06000704451307,41.57114643880451],[-73.05970704442827,41.571365438856766],[-73.05969704442549,41.57137343885864],[-73.05964204440998,41.57141443886837],[-73.05958704439449,41.571455438878125],[-73.05953504437176,41.57135443886025],[-73.05950404436007,41.571326438855806],[-73.05922304425428,41.57107543881629],[-73.05917404423428,41.571004438804124],[-73.05908604419841,41.57087843878256],[-73.05970304439964,41.57089243876516],[-73.05970704440007,41.57087743876212],[-73.05994804446772,41.57069343871859],[-73.05996504447164,41.57066543871261],[-73.06001504448314,41.570583438695074],[-73.06003304448743,41.57055643868926],[-73.05998404445974,41.57035243865129],[-73.0599490444398,41.57020443862372],[-73.05955704429711,41.56993843858492],[-73.05938504423449,41.569821438567814],[-73.05930604420524,41.56975943855837],[-73.0590720441185,41.56957343852993],[-73.05899504408991,41.56951143852041],[-73.05821304383949,41.56957343855791],[-73.05803804376674,41.56929843851027],[-73.05758804359043,41.56877643842369],[-73.05717004344027,41.568527438389026],[-73.05721404345046,41.56845643837382],[-73.05761104354454,41.567852438243754],[-73.05776304357941,41.56760143819012],[-73.05797004362512,41.567228438111044],[-73.05805704364292,41.5670474380731],[-73.05814004365855,41.56685143803239],[-73.05823204367324,41.56658843797838],[-73.05831104368367,41.56632443792461],[-73.05835904368598,41.56609443787843],[-73.05848004367914,41.56529543771952],[-73.05847904367623,41.565250437710816],[-73.05847704366796,41.565118437685285],[-73.05847704366542,41.565074437676756],[-73.05847704366485,41.56506443767482],[-73.05846904365698,41.56497343765743],[-73.05844604363207,41.564671437599586],[-73.05843904362402,41.56457143758042],[-73.05843604362046,41.564526437571786],[-73.05838904358463,41.56417043750428],[-73.05838504358219,41.56415043750052],[-73.05833204354673,41.56383443744097],[-73.05825704350315,41.56350143737882],[-73.05824004349392,41.56343743736696],[-73.05816604345401,41.56316243731604],[-73.05804104340037,41.562936437276264],[-73.05783604331242,41.56256643721117],[-73.05774804326784,41.562289437160295],[-73.05729004304935,41.5610814369409],[-73.05672004280672,41.56008543676626],[-73.05596404248496,41.55876543653482],[-73.0568710428142,41.55936543662167],[-73.0570170428652,41.55942743662895],[-73.05719804291356,41.559246436587934],[-73.05713704288357,41.55907043655579],[-73.05744404297086,41.55885543650408],[-73.05762104302178,41.5587414364762],[-73.05782504308041,41.55860943644395],[-73.05812804316763,41.55841543639645],[-73.05837504324285,41.55832843637154],[-73.05848304327664,41.55830643636376],[-73.05859704331239,41.55828443635577],[-73.05872104335096,41.55825443634591],[-73.05915304348814,41.55820043632137],[-73.06045204390063,41.558037436247446],[-73.06088504403822,41.55798443622308],[-73.06162104436342,41.55947743648872],[-73.0618360444724,41.560155436613236],[-73.06201004456356,41.56075543672395],[-73.06237604467597,41.560643436690306],[-73.06245604470062,41.560620436683244],[-73.06288804482257,41.56030243660749],[-73.06295604484484,41.56030543660585],[-73.063042044873,41.56030943660383],[-73.0632200449393,41.56045643662654],[-73.06346004502579,41.56060443664743],[-73.06365504509306,41.56067243665428],[-73.06393904518414,41.56065243664114],[-73.06427704528987,41.560582436616556],[-73.06457504538672,41.56058343660704],[-73.06477104545141,41.56060143660413],[-73.06495704551513,41.56065843660913],[-73.06586904581928,41.560796436606196],[-73.0661310459086,41.56086943661184],[-73.06642204600779,41.560950436618064],[-73.0668760461598,41.56102943661859],[-73.06693104617744,41.56102543661603],[-73.06707304622297,41.56101543660946],[-73.06715304624296,41.560911436586686],[-73.06727804628547,41.560944436589004],[-73.06765604641394,41.561043436595895],[-73.06778204645684,41.56107743659839],[-73.06786004646953,41.56085843655337],[-73.06798104650038,41.56071243652111],[-73.06807904652547,41.56059543649522],[-73.06872504670346,41.5600444363673],[-73.06889304674836,41.55987743632943],[-73.06891404675405,41.55985743632486],[-73.06904104678847,41.559739436297846],[-73.0691290468036,41.55950643624977],[-73.0695870469379,41.55925643618636],[-73.07012004709432,41.558967436112944],[-73.07088704731756,41.55851943600104],[-73.07094204733292,41.558476435990904],[-73.07105404736444,41.55839243597097],[-73.0711650473904,41.5582174359334],[-73.07123204740286,41.5580564359],[-73.07121604739379,41.55798943588751],[-73.07117104736761,41.55778943585019],[-73.07115604735894,41.557723435837865],[-73.07114704735008,41.55762043581819],[-73.07112304732443,41.557311435759026],[-73.0711150473159,41.557208435739305],[-73.07378804824671,41.55829443586286],[-73.0737890482471,41.55829543586303],[-73.07392204829343,41.558349435869175],[-73.07499504866716,41.558786435918975],[-73.07675404927977,41.55950243600053],[-73.0799070503661,41.56058143610704],[-73.08016205045395,41.560668436115606],[-73.08192005105964,41.561269436174875],[-73.08367105166293,41.561868436233965],[-73.08444805193064,41.56213443626023],[-73.08465205200093,41.56220443626714],[-73.08477705204332,41.56223543626909],[-73.08515205217049,41.56232843627488],[-73.0852780522132,41.56235943627679],[-73.08536605222328,41.56203943621187],[-73.0855340522423,41.561424436087115],[-73.08555405224467,41.56135343607267],[-73.08567805225887,41.560902435981156],[-73.08638205233915,41.55833543546031],[-73.08665805237064,41.55732943525618],[-73.08668705234763,41.556768435146424],[-73.08675505229493,41.5554744348932],[-73.08672705226348,41.555087434819036],[-73.0866870522182,41.55452843471189],[-73.08695805230984,41.554591434715284],[-73.08717805238666,41.55468443472616],[-73.08756005252654,41.554958434766846],[-73.08849705286971,41.55563143486684],[-73.08874005295442,41.55573143487832],[-73.0890790530674,41.55578143487696],[-73.08979305330053,41.55580343485795],[-73.090129053409,41.55579243484486],[-73.09028205345834,41.555786434838716],[-73.09085705364399,41.55576743481627],[-73.09127005377722,41.5557524347999]]]},"properties":{"name":3520,"geoid":"09009352000"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.08034705202172,41.586740441164814],[-73.08009205193785,41.58672244116965],[-73.07852605142291,41.586614441199785],[-73.07815405130061,41.586589441207074],[-73.07807905127595,41.58658444120855],[-73.07800405125131,41.58657944121003],[-73.07744205105978,41.58642444119832],[-73.0768800508682,41.5862684411864],[-73.07678305083512,41.586241441184335],[-73.07668705080238,41.58621444118223],[-73.07421704996031,41.58552844112981],[-73.07405804990613,41.58548444112646],[-73.07397104987649,41.58546044112463],[-73.07388404984688,41.58543744112303],[-73.07373304979541,41.5853954411198],[-73.07389804983038,41.585073441052025],[-73.07439004993466,41.58411344084987],[-73.07440704993829,41.58408044084292],[-73.0744370499446,41.58402144083052],[-73.07444704994677,41.58400244082651],[-73.07429904989243,41.58389444081039],[-73.07248204922638,41.58258344061549],[-73.07217804911495,41.58236444058295],[-73.0718740490035,41.58214444055021],[-73.07167604893091,41.58200144052893],[-73.07147804885832,41.58185844050767],[-73.07105904870475,41.58155644046279],[-73.07064104855144,41.58125344041768],[-73.07018504838429,41.58092444036876],[-73.07007804833977,41.58075544033948],[-73.06955304812153,41.57993044019666],[-73.06950304810077,41.57985244018317],[-73.06929904801595,41.57953144012758],[-73.06917604796153,41.579281440083115],[-73.06909504792579,41.57911844005415],[-73.06901504789037,41.57895544002516],[-73.06862204771664,41.57815843988345],[-73.06852304767283,41.57795643984752],[-73.06840904762346,41.57774343980992],[-73.06767504736442,41.577386439764645],[-73.06534004654046,41.576253439621055],[-73.06523104649932,41.57615443960542],[-73.06511204645443,41.57604643958835],[-73.06499304640958,41.57593943957147],[-73.06491304637936,41.57586643955992],[-73.06483204634891,41.575794439548616],[-73.06446104620909,41.575460439495934],[-73.064405046188,41.575410439488074],[-73.06435004616718,41.575359439479975],[-73.06434704616328,41.57530843947019],[-73.06434704616316,41.57530643946979],[-73.06433604615093,41.575156439441066],[-73.06433304614704,41.575106439431465],[-73.06478604628414,41.57493243938297],[-73.06614804669645,41.57441143923756],[-73.0662870467386,41.574359439222945],[-73.06658804682748,41.57420543918328],[-73.0667790468931,41.57426743918907],[-73.06735304709034,41.57445443920664],[-73.06754504715636,41.5745174392126],[-73.06769804719536,41.574332439171734],[-73.06794704725895,41.57403343910565],[-73.0682080473319,41.573828439057394],[-73.06822004733527,41.57381943905526],[-73.06842704739731,41.573729439031055],[-73.06858904744662,41.57367243901473],[-73.0690770475953,41.573502438965846],[-73.06924004764504,41.57344643894969],[-73.06927704765641,41.57343543894634],[-73.06938904769089,41.57340243893629],[-73.06942704770265,41.57339243893311],[-73.06952704773298,41.573355438922704],[-73.06983004782509,41.573246438891665],[-73.06993104785589,41.5732114388816],[-73.07042404800949,41.57309843884361],[-73.07060004806446,41.5730604388305],[-73.0714720483381,41.5728944387699],[-73.07156904836752,41.57285843875975],[-73.07186004845599,41.57275343872991],[-73.07195804848578,41.57271843871993],[-73.07207304852436,41.57273943872025],[-73.07242004864075,41.572803438721344],[-73.07253604867972,41.572825438721836],[-73.07277904876067,41.57286043872071],[-73.07350804900369,41.57296843871787],[-73.07375204908506,41.57300443871691],[-73.07413504920835,41.57298543870075],[-73.07434704927581,41.572961438689184],[-73.07438304928694,41.57295143868605],[-73.07451504932794,41.57291943867554],[-73.07470604938612,41.572852438656334],[-73.07516604952166,41.57261243859481],[-73.07566404966796,41.57234543852679],[-73.07590104973806,41.57222643849598],[-73.07610304979951,41.572154438475444],[-73.07611804980411,41.57214943847399],[-73.07635304987794,41.572106438457986],[-73.07655804994326,41.572084438447035],[-73.07673204999995,41.572087438441955],[-73.0768940500539,41.57211043844113],[-73.0773830502169,41.57218243843915],[-73.07754605027121,41.572206438438485],[-73.07759105028623,41.572213438438375],[-73.07772905033244,41.57223743843853],[-73.07777505034785,41.572245438438586],[-73.07794105040338,41.572273438438614],[-73.07817705048247,41.57231543843904],[-73.07843805057013,41.57236543844023],[-73.07860405062591,41.57239743844104],[-73.07873905067162,41.572429438442825],[-73.0791440508087,41.57252543844823],[-73.07928005085472,41.57255743845],[-73.0795740509531,41.57260743845012],[-73.07987905105523,41.57266043845045],[-73.080462051248,41.572719438442874],[-73.08047705125298,41.57272143844279],[-73.08076005134596,41.57273943843704],[-73.08081405136372,41.57274343843606],[-73.08097605141704,41.572755438433106],[-73.08103005143487,41.57276043843232],[-73.08118905148731,41.57277443842984],[-73.08133305153484,41.57278743842767],[-73.08162105163048,41.572823438425246],[-73.0816660516456,41.572832438425536],[-73.08182305169856,41.572866438427006],[-73.08195905174811,41.5729594384406],[-73.08212405180909,41.57308743846004],[-73.08242705192099,41.573320438495344],[-73.0826120519905,41.57348343852091],[-73.08297105212672,41.57382243857493],[-73.0832440522303,41.57408043861605],[-73.08358605235799,41.57436743866054],[-73.08366605238791,41.57443543867113],[-73.08427205261366,41.57493543874829],[-73.08462605274472,41.57521343879065],[-73.08464205275065,41.57522643879265],[-73.08483005281855,41.5753444388094],[-73.08502305288535,41.575415438816854],[-73.0851320529231,41.57545643882126],[-73.08529205297869,41.57551843882806],[-73.08546805303774,41.575551438828725],[-73.0855840530767,41.575573438829196],[-73.08575505313311,41.57558843882653],[-73.08592905319054,41.575604438823966],[-73.08622905328774,41.575600438813396],[-73.08627005330078,41.57559543881109],[-73.08644205335555,41.5755764388018],[-73.08664005341858,41.57555443879109],[-73.0868450534835,41.57552543877876],[-73.08716505358483,41.57548043875959],[-73.08805305386642,41.57536243870776],[-73.08899105416484,41.57525443865622],[-73.08921505423626,41.57523143864444],[-73.08923305424204,41.57523043864366],[-73.08937505428763,41.57522143863729],[-73.08940705429794,41.575219438635855],[-73.08935405428564,41.57530443865408],[-73.0892610542634,41.57544243868385],[-73.08911405422839,41.5756624387313],[-73.08881705415779,41.576109438827665],[-73.08875405414283,41.57620443884813],[-73.08867505412475,41.5763354388761],[-73.08858105410323,41.576491438909414],[-73.0883010540393,41.57695843900909],[-73.0882080540182,41.57711543904257],[-73.0881540540058,41.57720443906158],[-73.08811805399867,41.57728343907807],[-73.08806605398856,41.57740043910244],[-73.08786005394455,41.57779643918594],[-73.08777305392621,41.57796743922193],[-73.08775405392217,41.578004439229716],[-73.0876710539028,41.57813543925782],[-73.08749205386137,41.5784244393197],[-73.08735805383017,41.57863743936536],[-73.08725405380605,41.578804439401125],[-73.08715405378277,41.57896343943521],[-73.08685505371326,41.57944043953744],[-73.08675605369037,41.57960043957169],[-73.08666905367188,41.57976943960729],[-73.08640805361662,41.58027943971467],[-73.08634605360365,41.580403439740735],[-73.08630905359378,41.58044043974911],[-73.08627805358554,41.580472439756335],[-73.08618405356076,41.58057143977858],[-73.08615405355292,41.580604439785965],[-73.08610005354048,41.58069243980478],[-73.08594005350402,41.58096043986195],[-73.08588705349194,41.58104943988093],[-73.0858540534844,41.58110443989267],[-73.08583405347947,41.58113143989857],[-73.08566305343788,41.58137243995085],[-73.08560705342438,41.581453439968385],[-73.0855140534018,41.58158543999701],[-73.08523805333517,41.581983440083164],[-73.08514605331301,41.582116440111946],[-73.08479105323003,41.58267544023189],[-73.08372905298216,41.58435344059181],[-73.08337505289958,41.58491344071191],[-73.08326405287362,41.58508744074925],[-73.08325405287134,41.58510444075288],[-73.08295605280465,41.585624440863384],[-73.08040205203837,41.58671944115895],[-73.08034705202172,41.586740441164814]]]},"properties":{"name":3521,"geoid":"09009352100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.05801104487651,41.58865544226421],[-73.05801804487156,41.58853044223976],[-73.05819404492875,41.58853044223402],[-73.05833304497325,41.588519442227366],[-73.05744304463285,41.58763244208443],[-73.05626204417754,41.586393441882734],[-73.0542630433997,41.58417144151711],[-73.05393104326815,41.58376144144844],[-73.05366604316173,41.583409441388845],[-73.05363404314873,41.58336444138114],[-73.05284504282764,41.58224344118952],[-73.05266704275446,41.581977441143756],[-73.05251304268916,41.58171344109758],[-73.05241004264316,41.58149644105887],[-73.05229904259481,41.581283441021185],[-73.05219304254678,41.58104844097907],[-73.05210104250266,41.58080144093418],[-73.05208204249277,41.580737440922384],[-73.05201504245764,41.58050644087978],[-73.05196204242621,41.580260440833825],[-73.05192904240309,41.5800454407932],[-73.05193804238799,41.57973344073242],[-73.05205904244416,41.5800254407851],[-73.05209004246052,41.58013444080522],[-73.05214504248909,41.5803194408393],[-73.05223804253362,41.580567440884344],[-73.05234404257764,41.580733440913086],[-73.05246204262522,41.58089344094025],[-73.05259104267343,41.581002440957185],[-73.05275904273476,41.58111944097441],[-73.05281204275387,41.58115244097906],[-73.05299904282128,41.581267440995276],[-73.05314004287617,41.58142444102111],[-73.05327104290369,41.58116444096645],[-73.05327504290449,41.58115544096458],[-73.05367704298826,41.58034544079444],[-73.05381104301625,41.58007644073792],[-73.05393304304178,41.57983244068662],[-73.05394204304373,41.57981544068304],[-73.05398704304979,41.579667440652884],[-73.05401004305027,41.57954644062868],[-73.05401504304179,41.579371440594585],[-73.05401204302903,41.57916744055513],[-73.05403804302951,41.57902944052753],[-73.05405404303025,41.578952440512076],[-73.05412204304189,41.57877144047475],[-73.05423704307358,41.57867344045203],[-73.05426404308109,41.57865144044687],[-73.05438304311505,41.578570440427285],[-73.05455704316604,41.578474440403],[-73.05462704318704,41.578444440394904],[-73.05476704322912,41.57838544037891],[-73.05508304332362,41.57824444034128],[-73.05536404340432,41.578061440296636],[-73.05541504341876,41.57802444028781],[-73.05570804350191,41.57781644023793],[-73.05606404360253,41.577556440175925],[-73.05692604385476,41.57707544005459],[-73.05732104397121,41.57687044000196],[-73.05734904397953,41.57685643999834],[-73.05797404416272,41.57651343991148],[-73.05833804427155,41.576350439868015],[-73.05866204436924,41.57621943983206],[-73.05888304443913,41.57618643981845],[-73.05909504450828,41.576191439812504],[-73.05910904451288,41.576192439812246],[-73.05939704460792,41.57621843980791],[-73.05987304476758,41.576305439809275],[-73.06060504501772,41.57651943982692],[-73.06122004522645,41.57667443983693],[-73.06152704532856,41.576715439834885],[-73.06184004543091,41.576727439827],[-73.06224104555788,41.576670439802896],[-73.0625730456614,41.57659543977754],[-73.063155045843,41.576466439733544],[-73.063727046021,41.576331439688744],[-73.06386304606333,41.576299439678124],[-73.06395304609136,41.5762784396711],[-73.06426104618579,41.576181439642255],[-73.0642640461866,41.57617843964158],[-73.06438204622059,41.576103439623196],[-73.06438804621394,41.5759544395941],[-73.06439004621313,41.575929439589196],[-73.06436104617933,41.575507439508314],[-73.06435604617342,41.575433439494134],[-73.06435004616718,41.575359439479975],[-73.064405046188,41.575410439488074],[-73.06446104620909,41.575460439495934],[-73.06483204634891,41.575794439548616],[-73.06491304637936,41.57586643955992],[-73.06499304640958,41.57593943957147],[-73.06511204645443,41.57604643958835],[-73.06523104649932,41.57615443960542],[-73.06534004654046,41.576253439621055],[-73.06767504736442,41.577386439764645],[-73.06840904762346,41.57774343980992],[-73.06852304767283,41.57795643984752],[-73.06862204771664,41.57815843988345],[-73.06901504789037,41.57895544002516],[-73.06909504792579,41.57911844005415],[-73.06917604796153,41.579281440083115],[-73.06929904801595,41.57953144012758],[-73.06950304810077,41.57985244018317],[-73.06955304812153,41.57993044019666],[-73.07007804833977,41.58075544033948],[-73.07018504838429,41.58092444036876],[-73.07064104855144,41.58125344041768],[-73.07105904870475,41.58155644046279],[-73.07147804885832,41.58185844050767],[-73.07167604893091,41.58200144052893],[-73.0718740490035,41.58214444055021],[-73.07217804911495,41.58236444058295],[-73.07248204922638,41.58258344061549],[-73.07429904989243,41.58389444081039],[-73.07444704994677,41.58400244082651],[-73.0744370499446,41.58402144083052],[-73.07440704993829,41.58408044084292],[-73.07439004993466,41.58411344084987],[-73.07389804983038,41.585073441052025],[-73.07373304979541,41.5853954411198],[-73.07388404984688,41.58543744112303],[-73.07397104987649,41.58546044112463],[-73.07405804990613,41.58548444112646],[-73.07421704996031,41.58552844112981],[-73.07668705080238,41.58621444118223],[-73.07678305083512,41.586241441184335],[-73.0768800508682,41.5862684411864],[-73.07744205105978,41.58642444119832],[-73.07800405125131,41.58657944121003],[-73.07807905127595,41.58658444120855],[-73.07815405130061,41.586589441207074],[-73.07852605142291,41.586614441199785],[-73.08009205193785,41.58672244116965],[-73.08034705202172,41.586740441164814],[-73.07997105190805,41.58688644120537],[-73.07813205130607,41.586807441250045],[-73.07782605124609,41.58748844139203],[-73.07765405119115,41.58750444140073],[-73.07759405117181,41.58750744140328],[-73.07585405061221,41.587604441478824],[-73.07585605061297,41.58760644147915],[-73.07576305058339,41.58761744148432],[-73.07525705042261,41.58767944151284],[-73.0744030501497,41.587757441555794],[-73.07407605004502,41.5877844415717],[-73.0699850487355,41.58812044177023],[-73.06984504869004,41.588120441774784],[-73.06968104863672,41.58812044178014],[-73.06918904847691,41.58812044179618],[-73.06902504842365,41.58812044180153],[-73.06843504823446,41.5881634418291],[-73.06686504773121,41.58828044190295],[-73.06666504766675,41.58828944191123],[-73.06635304756627,41.58830444192429],[-73.06607504747741,41.58832944193821],[-73.06421004688134,41.58849944203195],[-73.06415004686215,41.588504442034875],[-73.06230804626053,41.58844844208406],[-73.06111704587151,41.588412442115896],[-73.05839004499836,41.58863344224761],[-73.05801104487651,41.58865544226421]]]},"properties":{"name":3522,"geoid":"09009352200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.03916303846965,41.58374844192684],[-73.0393760385343,41.5836694419046],[-73.03971003864248,41.58366344189255],[-73.04061203893556,41.58366444186339],[-73.04225403946874,41.58365944180895],[-73.04211103939478,41.58318344172133],[-73.04209303938623,41.58313644171279],[-73.04203903936053,41.582995441687224],[-73.04202203935228,41.58294844167867],[-73.04199403933643,41.58283144165689],[-73.04191303928998,41.58248244159186],[-73.0418860392745,41.582366441570244],[-73.04187603926843,41.58231744156108],[-73.04184603925017,41.58217044153355],[-73.0418360392441,41.58212144152437],[-73.04182503923765,41.58207144151504],[-73.04179503921941,41.58192444148751],[-73.04178503921334,41.58187544147834],[-73.0417190391747,41.581577441422716],[-73.04380203985382,41.58161944136305],[-73.04419603998275,41.58163544135331],[-73.04538004037016,41.58168344132406],[-73.04577504049941,41.5816994413143],[-73.0459000405403,41.58170444131121],[-73.04604004058619,41.581711441307995],[-73.0461160406142,41.581768441316584],[-73.04611504062194,41.581908441343764],[-73.04611504062922,41.582034441368194],[-73.04656504074711,41.58154444125853],[-73.04693704084463,41.58114044116808],[-73.04702804085731,41.58084844110851],[-73.04701804082917,41.58041744102526],[-73.04693404076123,41.5797134408915],[-73.04685604069776,41.57905344076607],[-73.0468580406938,41.578973440750495],[-73.04862804126094,41.57883744066649],[-73.048623041241,41.57852044060518],[-73.04860804118142,41.57757344042205],[-73.04860304116157,41.577257440360945],[-73.04866104117151,41.5771034403292],[-73.04869904117827,41.577006440309155],[-73.04881704120689,41.576838440272724],[-73.04891604123021,41.576685440239835],[-73.04900604125153,41.57654844021035],[-73.04926204131057,41.576130440120956],[-73.04936504133224,41.57592644007805],[-73.04949404135942,41.575671440024394],[-73.04967904139427,41.57523443993364],[-73.04986104142554,41.57475243983424],[-73.05001304144993,41.57431943974532],[-73.05015604147346,41.57392243966368],[-73.05040204151439,41.57324743952477],[-73.05078604157994,41.5722224393135],[-73.05098204161105,41.57165843919774],[-73.05107704162445,41.57135643913609],[-73.05127004167052,41.57106843907396],[-73.05179804180513,41.570429438932834],[-73.0523080419401,41.569897438813044],[-73.05267404203276,41.56944343871309],[-73.05278904205734,41.56922243866648],[-73.05304804202693,41.56723843827326],[-73.05299804200037,41.56705943824017],[-73.05301804200224,41.566979438224],[-73.05296404197303,41.56677743818658],[-73.052766041875,41.56619343807976],[-73.05234604168156,41.56520543790181],[-73.05193404150806,41.56451843778196],[-73.05146104131194,41.563782437654616],[-73.05129304124284,41.563530437611206],[-73.05119404120168,41.56337443758416],[-73.05104904114997,41.563294437573376],[-73.05059204099338,41.56315343756088],[-73.05041204093173,41.563098437556086],[-73.05026504088018,41.56303243754807],[-73.05022404086756,41.56304443755174],[-73.05017004084108,41.56288943752342],[-73.04979404066059,41.561878437339566],[-73.04997204071628,41.561841437326585],[-73.05050804088391,41.56172943728741],[-73.05068704093999,41.5616934372746],[-73.05082504100385,41.56202343733412],[-73.05092104104814,41.56225043737503],[-73.05095604106315,41.562313437386116],[-73.05103504109185,41.56236643739382],[-73.05118804114258,41.562384437392325],[-73.05164204128424,41.56228343735795],[-73.05168304129667,41.562268437353715],[-73.0518620413513,41.562207437336056],[-73.05190104135791,41.562102437314415],[-73.05189904135392,41.562044437303236],[-73.0518980413526,41.56202743729995],[-73.05190204134941,41.561949437284696],[-73.05183804131948,41.56179143725614],[-73.05154104118061,41.56105643712324],[-73.05145404113988,41.56084043708417],[-73.05143004113094,41.56082043708107],[-73.05140304112078,41.560796437077286],[-73.05129304108263,41.56075443707273],[-73.05119804104999,41.5607234370698],[-73.05092204095509,41.56063243706114],[-73.05046704080083,41.56052043705422],[-73.05022204071778,41.560460437050565],[-73.0499950406406,41.560400437046304],[-73.04931504040952,41.56022343703412],[-73.04908904033276,41.56016543703021],[-73.04918304035857,41.56008343701125],[-73.04946604043634,41.5598384369545],[-73.04956104046254,41.5597574369357],[-73.04964904048401,41.55963443690898],[-73.04991304054865,41.55926843682937],[-73.05000204057052,41.55914643680282],[-73.05013204060288,41.55897543676542],[-73.05023004062731,41.558847436737395],[-73.04989504049837,41.558498436680594],[-73.04981304046677,41.558412436666586],[-73.04976504044645,41.558330436652234],[-73.04982204046523,41.55833543665136],[-73.0499940405221,41.55835243664906],[-73.05005204054129,41.55835843664833],[-73.04997004051037,41.55828443663664],[-73.04972604041832,41.55806243660151],[-73.04964504038776,41.557988436589795],[-73.0492800402501,41.55765743653746],[-73.04887004009558,41.55728743647904],[-73.04856203997782,41.55698043642949],[-73.0482760398659,41.55665043637478],[-73.04824503985341,41.55660843636765],[-73.0479570397369,41.55621043629981],[-73.04750603954083,41.55535043614761],[-73.04615303895257,41.55277043569109],[-73.04570303875687,41.551911435539054],[-73.04574003876871,41.55190843553727],[-73.04585203880482,41.55190343553266],[-73.04589003881709,41.551902435531225],[-73.04614103889791,41.55189043552072],[-73.0468950391409,41.551857435489794],[-73.04714703922212,41.55184643547946],[-73.04728503926684,41.55184443547457],[-73.047702039402,41.551839435460046],[-73.04784103944706,41.55183843545531],[-73.04796903948854,41.551836435450774],[-73.04813703954298,41.5518344354449],[-73.04835403961276,41.551822435435525],[-73.04848303965424,41.551815435429965],[-73.04996004012867,41.55172343536406],[-73.05098304045808,41.55167443532124],[-73.05180504074015,41.55193643534533],[-73.05219804088512,41.55223643539074],[-73.05254004101401,41.55254543543956],[-73.05282004111955,41.552798435479545],[-73.05303704120277,41.55301943551535],[-73.05368004145407,41.55375543563723],[-73.05387904153487,41.554035435685066],[-73.05397304157376,41.55418043571014],[-73.05404104160196,41.55428643572849],[-73.05410004162982,41.55443743575588],[-73.05417504167133,41.55473443581105],[-73.05421604169462,41.55490743584327],[-73.0542790417303,41.55517143589244],[-73.05432204175403,41.555340435923824],[-73.05442404181389,41.555803436010336],[-73.05449704185185,41.55605043605588],[-73.05451304186016,41.55610443606582],[-73.0545940418999,41.5563374361084],[-73.05481104199451,41.55675543618242],[-73.05493104204669,41.55698443622294],[-73.0549680420643,41.55708143624056],[-73.05512104212929,41.557346436286984],[-73.05512204212968,41.55734743628714],[-73.05553404230463,41.55806043641205],[-73.05574904239484,41.55841343647352],[-73.05596404248496,41.55876543653482],[-73.05672004280672,41.56008543676626],[-73.05729004304935,41.5610814369409],[-73.05774804326784,41.562289437160295],[-73.05783604331242,41.56256643721117],[-73.05804104340037,41.562936437276264],[-73.05816604345401,41.56316243731604],[-73.05824004349392,41.56343743736696],[-73.05825704350315,41.56350143737882],[-73.05833204354673,41.56383443744097],[-73.05838504358219,41.56415043750052],[-73.05838904358463,41.56417043750428],[-73.05843604362046,41.564526437571786],[-73.05843904362402,41.56457143758042],[-73.05844604363207,41.564671437599586],[-73.05846904365698,41.56497343765743],[-73.05847704366485,41.56506443767482],[-73.05847704366542,41.565074437676756],[-73.05847704366796,41.565118437685285],[-73.05847904367623,41.565250437710816],[-73.05848004367914,41.56529543771952],[-73.05835904368598,41.56609443787843],[-73.05831104368367,41.56632443792461],[-73.05823204367324,41.56658843797838],[-73.05814004365855,41.56685143803239],[-73.05805704364292,41.5670474380731],[-73.05797004362512,41.567228438111044],[-73.05776304357941,41.56760143819012],[-73.05761104354454,41.567852438243754],[-73.05721404345046,41.56845643837382],[-73.05717004344027,41.568527438389026],[-73.05758804359043,41.56877643842369],[-73.05803804376674,41.56929843851027],[-73.05821304383949,41.56957343855791],[-73.05899504408991,41.56951143852041],[-73.0590720441185,41.56957343852993],[-73.05930604420524,41.56975943855837],[-73.05938504423449,41.569821438567814],[-73.05955704429711,41.56993843858492],[-73.0599490444398,41.57020443862372],[-73.05998404445974,41.57035243865129],[-73.06003304448743,41.57055643868926],[-73.06001504448314,41.570583438695074],[-73.05996504447164,41.57066543871261],[-73.05994804446772,41.57069343871859],[-73.05970704440007,41.57087743876212],[-73.05970304439964,41.57089243876516],[-73.05908604419841,41.57087843878256],[-73.05917404423428,41.571004438804124],[-73.05922304425428,41.57107543881629],[-73.05950404436007,41.571326438855806],[-73.05953504437176,41.57135443886025],[-73.05958704439449,41.571455438878125],[-73.05964204440998,41.57141443886837],[-73.05969704442549,41.57137343885864],[-73.05970704442827,41.571365438856766],[-73.06000704451307,41.57114643880451],[-73.06007004453075,41.57109843879316],[-73.06019004456454,41.571008438771806],[-73.06021504457173,41.57099243876787],[-73.06029204459391,41.57094343875587],[-73.0603180446015,41.57092843875211],[-73.06035204461092,41.57090043874558],[-73.0604550446397,41.57081943872651],[-73.0604900446495,41.57079243872013],[-73.06065904469718,41.57066743869039],[-73.06116904484117,41.57029243860105],[-73.06133904488922,41.570168438571464],[-73.06143304493202,41.57038043860952],[-73.06171504506034,41.57101643872367],[-73.06181004510344,41.57122843876168],[-73.0618700451296,41.57134343878203],[-73.06195404516612,41.57150343881031],[-73.06203704520411,41.57169443884465],[-73.06209004522826,41.5718144388662],[-73.06215104525286,41.5718974388803],[-73.06225304529414,41.57203843890432],[-73.06233904532826,41.57214543892227],[-73.06240504535438,41.57222643893582],[-73.0625730454209,41.572433438970506],[-73.06259004542741,41.572450438973235],[-73.06277804549894,41.57263143900221],[-73.06315004563774,41.5729424390504],[-73.0632470456741,41.573026439063526],[-73.06346704575658,41.573217439093405],[-73.0637650458591,41.57331643910288],[-73.06486804623785,41.573670439135604],[-73.06503904629629,41.57372043913972],[-73.06523204636227,41.57377743914449],[-73.06555104647168,41.57387743915347],[-73.06572204653034,41.57393143915838],[-73.06589504658965,41.5739854391632],[-73.06641404676776,41.57415043917828],[-73.06658804682748,41.57420543918328],[-73.0662870467386,41.574359439222945],[-73.06614804669645,41.57441143923756],[-73.06478604628414,41.57493243938297],[-73.06433304614704,41.575106439431465],[-73.06433604615093,41.575156439441066],[-73.06434704616316,41.57530643946979],[-73.06434704616328,41.57530843947019],[-73.06435004616718,41.575359439479975],[-73.06435604617342,41.575433439494134],[-73.06436104617933,41.575507439508314],[-73.06439004621313,41.575929439589196],[-73.06438804621394,41.5759544395941],[-73.06438204622059,41.576103439623196],[-73.0642640461866,41.57617843964158],[-73.06426104618579,41.576181439642255],[-73.06395304609136,41.5762784396711],[-73.06386304606333,41.576299439678124],[-73.063727046021,41.576331439688744],[-73.063155045843,41.576466439733544],[-73.0625730456614,41.57659543977754],[-73.06224104555788,41.576670439802896],[-73.06184004543091,41.576727439827],[-73.06152704532856,41.576715439834885],[-73.06122004522645,41.57667443983693],[-73.06060504501772,41.57651943982692],[-73.05987304476758,41.576305439809275],[-73.05939704460792,41.57621843980791],[-73.05910904451288,41.576192439812246],[-73.05909504450828,41.576191439812504],[-73.05888304443913,41.57618643981845],[-73.05866204436924,41.57621943983206],[-73.05833804427155,41.576350439868015],[-73.05797404416272,41.57651343991148],[-73.05734904397953,41.57685643999834],[-73.05732104397121,41.57687044000196],[-73.05692604385476,41.57707544005459],[-73.05606404360253,41.577556440175925],[-73.05570804350191,41.57781644023793],[-73.05541504341876,41.57802444028781],[-73.05536404340432,41.578061440296636],[-73.05508304332362,41.57824444034128],[-73.05476704322912,41.57838544037891],[-73.05462704318704,41.578444440394904],[-73.05455704316604,41.578474440403],[-73.05438304311505,41.578570440427285],[-73.05426404308109,41.57865144044687],[-73.05423704307358,41.57867344045203],[-73.05412204304189,41.57877144047475],[-73.05405404303025,41.578952440512076],[-73.05403804302951,41.57902944052753],[-73.05401204302903,41.57916744055513],[-73.05401504304179,41.579371440594585],[-73.05401004305027,41.57954644062868],[-73.05398704304979,41.579667440652884],[-73.05394204304373,41.57981544068304],[-73.05393304304178,41.57983244068662],[-73.05381104301625,41.58007644073792],[-73.05367704298826,41.58034544079444],[-73.05327504290449,41.58115544096458],[-73.05327104290369,41.58116444096645],[-73.05314004287617,41.58142444102111],[-73.05299904282128,41.581267440995276],[-73.05281204275387,41.58115244097906],[-73.05275904273476,41.58111944097441],[-73.05259104267343,41.581002440957185],[-73.05246204262522,41.58089344094025],[-73.05234404257764,41.580733440913086],[-73.05223804253362,41.580567440884344],[-73.05214504248909,41.5803194408393],[-73.05209004246052,41.58013444080522],[-73.05205904244416,41.5800254407851],[-73.05193804238799,41.57973344073242],[-73.05192904240309,41.5800454407932],[-73.05196204242621,41.580260440833825],[-73.05201504245764,41.58050644087978],[-73.05208204249277,41.580737440922384],[-73.05210104250266,41.58080144093418],[-73.05219304254678,41.58104844097907],[-73.05229904259481,41.581283441021185],[-73.05241004264316,41.58149644105887],[-73.05251304268916,41.58171344109758],[-73.05266704275446,41.581977441143756],[-73.05284504282764,41.58224344118952],[-73.05363404314873,41.58336444138114],[-73.05366604316173,41.583409441388845],[-73.05393104326815,41.58376144144844],[-73.0542630433997,41.58417144151711],[-73.05626204417754,41.586393441882734],[-73.05744304463285,41.58763244208443],[-73.05833304497325,41.588519442227366],[-73.05819404492875,41.58853044223402],[-73.05801804487156,41.58853044223976],[-73.05801104487651,41.58865544226421],[-73.05755304475946,41.58920444238557],[-73.05752104475091,41.589236442392796],[-73.05748804474204,41.5892684424001],[-73.05747304473809,41.589284442403674],[-73.05742504472528,41.589332442414545],[-73.05787104489387,41.58974244247949],[-73.05811504498814,41.59000144252173],[-73.05841304511719,41.590559442620176],[-73.05883804528119,41.59100744269315],[-73.05945904551797,41.59161344279038],[-73.05955304556349,41.59187244283752],[-73.05975804566467,41.592470442946734],[-73.06015104585146,41.59349244313201],[-73.06038704599634,41.59467144335282],[-73.06040304604612,41.59544244350172],[-73.06018204601158,41.596086443633745],[-73.06016704603857,41.59663744374101],[-73.06024504610667,41.59737644388167],[-73.06056004626627,41.59836644406327],[-73.0605600463018,41.59898044418225],[-73.06067004640303,41.600112444398015],[-73.06070104645403,41.60081944453402],[-73.06041804639575,41.60140144465603],[-73.05977404623476,41.60223544483861],[-73.05940404612838,41.602474444897],[-73.05917704606041,41.602574444923754],[-73.05913804603836,41.60241244489366],[-73.05909804601605,41.602251444863754],[-73.05902204600521,41.60249044491255],[-73.05894704599464,41.6027294449613],[-73.05893504601448,41.60313944504112],[-73.05904404609521,41.60392244518928],[-73.05963204636247,41.60523944542532],[-73.05969904640797,41.605649445502564],[-73.05966604640615,41.605803445533475],[-73.0594700463647,41.60618744561428],[-73.05877504615266,41.606425445683044],[-73.05807604594291,41.60672544576395],[-73.05802504592766,41.60674844577007],[-73.05789704588891,41.606797445783734],[-73.05777104585086,41.606847445797534],[-73.05771604583427,41.60686944580359],[-73.0572710456998,41.60704444585201],[-73.05036304361211,41.60975644660261],[-73.04640504241503,41.61129544702976],[-73.04577204222322,41.611535447096884],[-73.04566104218958,41.61157744710862],[-73.04553704215213,41.61162644712216],[-73.036157039311,41.615205448121124],[-73.03602503926813,41.61520544812543],[-73.0357520391794,41.61520544813432],[-73.03482303887397,41.61514444815276],[-73.03477803885923,41.61514244815385],[-73.03487703888365,41.615008448124655],[-73.03501103891472,41.61479244807846],[-73.03510703893589,41.61461944804181],[-73.03516203894868,41.614531448022966],[-73.03525303896107,41.61423444796246],[-73.03542503898065,41.613606447835195],[-73.03542703898114,41.61360344783455],[-73.03555203899873,41.61320544775339],[-73.03593903906899,41.61224544755479],[-73.03627703914759,41.611705447439164],[-73.0371730393822,41.6107274472205],[-73.03788503956879,41.60995344704734],[-73.0399520401047,41.60760544652508],[-73.04094504039018,41.60696244636814],[-73.04206704071808,41.60632844620875],[-73.043081041007,41.605626446039686],[-73.04395804125264,41.604946445879364],[-73.04397904125854,41.60493044587556],[-73.04462204142762,41.604241445721115],[-73.04506304153739,41.60366144559436],[-73.04535204160486,41.60320444549639],[-73.04550104163604,41.60290644543379],[-73.04565304166235,41.60250744535153],[-73.04578504168256,41.60211544527125],[-73.04584004168537,41.6018544452189],[-73.04586204168679,41.60175544519898],[-73.04590604166874,41.601196445089236],[-73.04590104164262,41.60077244500722],[-73.04588604161589,41.600394444934466],[-73.04585604158191,41.59997544485424],[-73.0458420415685,41.599822444825044],[-73.04579004151755,41.599233444712596],[-73.04578504151084,41.599145444695715],[-73.04569204147889,41.59911544469292],[-73.04556104143384,41.599072444688844],[-73.04554504141991,41.598921444660114],[-73.04553604141144,41.5988254446418],[-73.04545204135987,41.598405444563134],[-73.04408304090454,41.598223444572454],[-73.04015003959657,41.59770344459978],[-73.03903303917936,41.596764444454166],[-73.03764903866245,41.595601444273825],[-73.03776303869553,41.59553244425675],[-73.03814603879657,41.595127444165776],[-73.03836403885202,41.59486144410712],[-73.03925903907978,41.59377044386651],[-73.039640039176,41.59329344376165],[-73.03978203920384,41.592976443695584],[-73.03988403921278,41.59255744361104],[-73.03995703920083,41.59194044348909],[-73.03996203920055,41.59190744348251],[-73.03996603918856,41.59167744343781],[-73.03995503917402,41.59148744340133],[-73.0399520391693,41.59142244338882],[-73.0399460391589,41.59127644336072],[-73.03994403915529,41.59122544335089],[-73.03994003914872,41.59113444333338],[-73.03993603914178,41.59103644331453],[-73.03991203912405,41.59086444328196],[-73.039900039115,41.59077544326511],[-73.03989703911299,41.59075744326171],[-73.03987203909689,41.59061944323578],[-73.03985903908817,41.59054144322108],[-73.0398510390824,41.59048644321067],[-73.03974703900734,41.58977244307567],[-73.03971003898667,41.58962244304778],[-73.0397010389816,41.5895854430409],[-73.03958703893146,41.58935844300061],[-73.03952403890376,41.58923344297843],[-73.03945103887027,41.58906444294805],[-73.03939803884451,41.58891644292107],[-73.03939003883544,41.58880444289962],[-73.03941103883498,41.58867844287454],[-73.03941103883487,41.588676442874146],[-73.03945303884221,41.588567442851634],[-73.03953203885877,41.58840944281843],[-73.03967203889499,41.588249442782875],[-73.0398250389371,41.58811744275229],[-73.04002103899522,41.5880214427273],[-73.04023403905964,41.58793844270427],[-73.04047203913487,41.587902442689554],[-73.0407100392123,41.58790444268219],[-73.04107903933341,41.58792544267423],[-73.04124203938728,41.58794144267205],[-73.04152203947994,41.58797044266854],[-73.04196303962512,41.58800344266058],[-73.04198903962538,41.58786144263221],[-73.04199303962515,41.58783544262704],[-73.04208603962631,41.5873324425265],[-73.04211803962707,41.58716544249308],[-73.04213503960086,41.586616442386095],[-73.04215903957714,41.58607044227947],[-73.04228903959851,41.58570944220525],[-73.04238603960277,41.58523744211058],[-73.04205703949276,41.58518344211083],[-73.0417160393771,41.58509944210566],[-73.04146603929158,41.58502444209924],[-73.04117703919121,41.584912442086946],[-73.04083203906994,41.58475344206735],[-73.0403540388987,41.58447744202941],[-73.03916303846965,41.58374844192684]]]},"properties":{"name":3523,"geoid":"09009352300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.03477803885923,41.61514244815385],[-73.03433003871191,41.615112448162634],[-73.0314550377669,41.61492744822042],[-73.01865103355826,41.61410544847803],[-73.01853603349726,41.61369644840253],[-73.0185350334967,41.61369244840178],[-73.01840903343007,41.613248448319865],[-73.01768503304625,41.610677447845276],[-73.01744403291846,41.60982144768727],[-73.01735203284586,41.609082447547074],[-73.0170770326286,41.606868447127],[-73.01698603255639,41.60613044698694],[-73.01685803247865,41.60550444686981],[-73.01647703224647,41.603628446518655],[-73.0163500321691,41.603003446401644],[-73.01627403211126,41.602429446292874],[-73.01611503203517,41.60200644621605],[-73.01604203199287,41.60168444615605],[-73.01582403186634,41.600720445976314],[-73.0157520318244,41.60039944591642],[-73.01561603174385,41.59976944579876],[-73.01520803150227,41.597881445446085],[-73.01507203142175,41.597252445328586],[-73.01513803144292,41.59724744532547],[-73.01533603150651,41.59723444531652],[-73.01540303152805,41.597230445313556],[-73.01690303200381,41.59702844522561],[-73.01675503191294,41.596287445086794],[-73.01893803261399,41.596143444987874],[-73.02013503299925,41.59607944493652],[-73.0206170331546,41.596057444916575],[-73.02080403321484,41.59604844490874],[-73.02136703339636,41.596023444885596],[-73.02155503345696,41.59601544487792],[-73.02171903350985,41.59600844487124],[-73.02253603377856,41.59606444485549],[-73.02308003395753,41.59610244484516],[-73.0231420339775,41.59609944484257],[-73.0238520342063,41.59606644481306],[-73.02439203437716,41.595986444779975],[-73.02480803450521,41.5958634447426],[-73.02543703469944,41.59568744468801],[-73.02605003488874,41.59551644463492],[-73.02639703500004,41.595491444618794],[-73.02643603499148,41.5951234445462],[-73.02649703497877,41.59456044443508],[-73.02656203496885,41.59402244432868],[-73.02660803496265,41.59365644425623],[-73.02671303497678,41.59331044418575],[-73.02677003498918,41.59320444416334],[-73.02698603503684,41.592814444080716],[-73.02721803507983,41.592253443964424],[-73.02740203511969,41.591908443891555],[-73.0275890351604,41.5915614438182],[-73.02763003516928,41.59148444380194],[-73.02787203526553,41.591789443853195],[-73.028144035371,41.592085443901716],[-73.02847803550239,41.59248144396761],[-73.02915603577694,41.59342044412756],[-73.02938903587231,41.593761444186086],[-73.03000803613959,41.59490644438786],[-73.03011903619108,41.595173444436014],[-73.03021103624096,41.59551944450006],[-73.03054103634472,41.595459444477704],[-73.03087703644488,41.59530344443653],[-73.03120503654488,41.59518944440377],[-73.03157903666217,41.59511644437744],[-73.03193803677726,41.59508944436052],[-73.03210203683108,41.59509844435693],[-73.03240403692996,41.595111444349605],[-73.03321103719742,41.59520244434098],[-73.0339260374384,41.59535244434678],[-73.03420303753182,41.59541144434919],[-73.03478503772438,41.59547144434186],[-73.0352730378849,41.59550544433258],[-73.03536203791424,41.59551244433105],[-73.03544203794056,41.5955184443296],[-73.03615303817934,41.59565244433242],[-73.03647103828516,41.5956954443304],[-73.03696703844619,41.59569344431386],[-73.03708403848397,41.59568944430927],[-73.03741703859171,41.59568144429688],[-73.03760003864828,41.59563144428124],[-73.03764903866245,41.595601444273825],[-73.03903303917936,41.596764444454166],[-73.04015003959657,41.59770344459978],[-73.04408304090454,41.598223444572454],[-73.04545204135987,41.598405444563134],[-73.04553604141144,41.5988254446418],[-73.04554504141991,41.598921444660114],[-73.04556104143384,41.599072444688844],[-73.04569204147889,41.59911544469292],[-73.04578504151084,41.599145444695715],[-73.04579004151755,41.599233444712596],[-73.0458420415685,41.599822444825044],[-73.04585604158191,41.59997544485424],[-73.04588604161589,41.600394444934466],[-73.04590104164262,41.60077244500722],[-73.04590604166874,41.601196445089236],[-73.04586204168679,41.60175544519898],[-73.04584004168537,41.6018544452189],[-73.04578504168256,41.60211544527125],[-73.04565304166235,41.60250744535153],[-73.04550104163604,41.60290644543379],[-73.04535204160486,41.60320444549639],[-73.04506304153739,41.60366144559436],[-73.04462204142762,41.604241445721115],[-73.04397904125854,41.60493044587556],[-73.04395804125264,41.604946445879364],[-73.043081041007,41.605626446039686],[-73.04206704071808,41.60632844620875],[-73.04094504039018,41.60696244636814],[-73.0399520401047,41.60760544652508],[-73.03788503956879,41.60995344704734],[-73.0371730393822,41.6107274472205],[-73.03627703914759,41.611705447439164],[-73.03593903906899,41.61224544755479],[-73.03555203899873,41.61320544775339],[-73.03542703898114,41.61360344783455],[-73.03542503898065,41.613606447835195],[-73.03525303896107,41.61423444796246],[-73.03516203894868,41.614531448022966],[-73.03510703893589,41.61461944804181],[-73.03501103891472,41.61479244807846],[-73.03487703888365,41.615008448124655],[-73.03477803885923,41.61514244815385]]]},"properties":{"name":3524,"geoid":"09009352400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.03764903866245,41.595601444273825],[-73.03760003864828,41.59563144428124],[-73.03741703859171,41.59568144429688],[-73.03708403848397,41.59568944430927],[-73.03696703844619,41.59569344431386],[-73.03647103828516,41.5956954443304],[-73.03615303817934,41.59565244433242],[-73.03544203794056,41.5955184443296],[-73.03536203791424,41.59551244433105],[-73.0352730378849,41.59550544433258],[-73.03478503772438,41.59547144434186],[-73.03420303753182,41.59541144434919],[-73.0339260374384,41.59535244434678],[-73.03321103719742,41.59520244434098],[-73.03240403692996,41.595111444349605],[-73.03210203683108,41.59509844435693],[-73.03193803677726,41.59508944436052],[-73.03157903666217,41.59511644437744],[-73.03120503654488,41.59518944440377],[-73.03087703644488,41.59530344443653],[-73.03054103634472,41.595459444477704],[-73.03021103624096,41.59551944450006],[-73.03011903619108,41.595173444436014],[-73.03000803613959,41.59490644438786],[-73.02938903587231,41.593761444186086],[-73.02915603577694,41.59342044412756],[-73.02847803550239,41.59248144396761],[-73.028144035371,41.592085443901716],[-73.02787203526553,41.591789443853195],[-73.02763003516928,41.59148444380194],[-73.0275890351604,41.5915614438182],[-73.02740203511969,41.591908443891555],[-73.02721803507983,41.592253443964424],[-73.02698603503684,41.592814444080716],[-73.02677003498918,41.59320444416334],[-73.02671303497678,41.59331044418575],[-73.02660803496265,41.59365644425623],[-73.02656203496885,41.59402244432868],[-73.02649703497877,41.59456044443508],[-73.02643603499148,41.5951234445462],[-73.02639703500004,41.595491444618794],[-73.02605003488874,41.59551644463492],[-73.02543703469944,41.59568744468801],[-73.02480803450521,41.5958634447426],[-73.02439203437716,41.595986444779975],[-73.0238520342063,41.59606644481306],[-73.0231420339775,41.59609944484257],[-73.02308003395753,41.59610244484516],[-73.02253603377856,41.59606444485549],[-73.02171903350985,41.59600844487124],[-73.02155503345696,41.59601544487792],[-73.02136703339636,41.596023444885596],[-73.02080403321484,41.59604844490874],[-73.0206170331546,41.596057444916575],[-73.02013503299925,41.59607944493652],[-73.01893803261399,41.596143444987874],[-73.01675503191294,41.596287445086794],[-73.01690303200381,41.59702844522561],[-73.01540303152805,41.597230445313556],[-73.01533603150651,41.59723444531652],[-73.01513803144292,41.59724744532547],[-73.01507203142175,41.597252445328586],[-73.014932031322,41.596312445150936],[-73.01321503032445,41.58869444373],[-73.01330903035084,41.588622443712985],[-73.01341603038439,41.58860144370544],[-73.01366503046265,41.58855544368842],[-73.01401403057281,41.588499443666215],[-73.01408703059543,41.588480443660146],[-73.01430803066403,41.58842444364211],[-73.01451903071256,41.58807744356798],[-73.0149240308235,41.58771944348541],[-73.01571703102323,41.58671544326496],[-73.01619503115727,41.58634644317786],[-73.01671103129775,41.58587544306976],[-73.01715203142061,41.58552144298679],[-73.01793903165319,41.58512044288344],[-73.01817903171938,41.58491644283609],[-73.01900603194909,41.58424044267811],[-73.01921903200267,41.58396944261864],[-73.01930303200953,41.583615442547284],[-73.0193160320014,41.58340144250536],[-73.01932603198995,41.5831464424556],[-73.01950203203081,41.58286344239499],[-73.01995203213916,41.58220744225316],[-73.02029503222528,41.58176844215688],[-73.02120303246947,41.58088744195651],[-73.02150803255184,41.58059744189036],[-73.02179103262704,41.58030744182492],[-73.02199703268364,41.580128441783515],[-73.02288203294982,41.57975844168298],[-73.02296703297111,41.5796484416589],[-73.02304903298933,41.579502441627916],[-73.02315603300275,41.57913244155269],[-73.02337003305998,41.57891944150442],[-73.02365203314386,41.57878544146925],[-73.02395003323457,41.578679441439014],[-73.02417903330631,41.57863344142264],[-73.02440003337217,41.57853044139548],[-73.02465903344824,41.5783904413599],[-73.02479803348267,41.57820444131933],[-73.02497503352944,41.5780184412775],[-73.02512503356917,41.57786244124236],[-73.02519703358674,41.57776144122044],[-73.02543803364998,41.57750044116199],[-73.02582803375806,41.57717744108666],[-73.026025033812,41.57700344104651],[-73.02611403383648,41.57692644102868],[-73.0264020339166,41.57669344097413],[-73.0266350340039,41.576894441005535],[-73.02711303418315,41.57730944107046],[-73.02731203426013,41.577523441105484],[-73.02732403426472,41.57753544110742],[-73.02753803434574,41.57773444113904],[-73.02761203437397,41.5778074411508],[-73.0276290343805,41.577824441153524],[-73.02784403446154,41.57801844118418],[-73.02792203449098,41.578089441195395],[-73.02822103459856,41.57827044122077],[-73.02857803472706,41.578487441251234],[-73.0291160349213,41.578824441299076],[-73.02941303502857,41.579011441325676],[-73.02964003510904,41.57912744134078],[-73.0298820351948,41.57925144135695],[-73.03033603535344,41.57944444137961],[-73.03057103543561,41.579545441391545],[-73.0308440355318,41.57967544140787],[-73.03166303582057,41.58006844145743],[-73.03193603591681,41.580199441473944],[-73.03236803606895,41.58040344149944],[-73.03366403652532,41.58101544157592],[-73.03409603667752,41.581220441601616],[-73.03464803687277,41.58149644163718],[-73.03486003694772,41.58160144165062],[-73.037597037908,41.582832441800235],[-73.03895903839674,41.58363344191119],[-73.03916203846939,41.58374944192706],[-73.03916303846965,41.58374844192684],[-73.0403540388987,41.58447744202941],[-73.04083203906994,41.58475344206735],[-73.04117703919121,41.584912442086946],[-73.04146603929158,41.58502444209924],[-73.0417160393771,41.58509944210566],[-73.04205703949276,41.58518344211083],[-73.04238603960277,41.58523744211058],[-73.04228903959851,41.58570944220525],[-73.04215903957714,41.58607044227947],[-73.04213503960086,41.586616442386095],[-73.04211803962707,41.58716544249308],[-73.04208603962631,41.5873324425265],[-73.04199303962515,41.58783544262704],[-73.04198903962538,41.58786144263221],[-73.04196303962512,41.58800344266058],[-73.04152203947994,41.58797044266854],[-73.04124203938728,41.58794144267205],[-73.04107903933341,41.58792544267423],[-73.0407100392123,41.58790444268219],[-73.04047203913487,41.587902442689554],[-73.04023403905964,41.58793844270427],[-73.04002103899522,41.5880214427273],[-73.0398250389371,41.58811744275229],[-73.03967203889499,41.588249442782875],[-73.03953203885877,41.58840944281843],[-73.03945303884221,41.588567442851634],[-73.03941103883487,41.588676442874146],[-73.03941103883498,41.58867844287454],[-73.03939003883544,41.58880444289962],[-73.03939803884451,41.58891644292107],[-73.03945103887027,41.58906444294805],[-73.03952403890376,41.58923344297843],[-73.03958703893146,41.58935844300061],[-73.0397010389816,41.5895854430409],[-73.03971003898667,41.58962244304778],[-73.03974703900734,41.58977244307567],[-73.0398510390824,41.59048644321067],[-73.03985903908817,41.59054144322108],[-73.03987203909689,41.59061944323578],[-73.03989703911299,41.59075744326171],[-73.039900039115,41.59077544326511],[-73.03991203912405,41.59086444328196],[-73.03993603914178,41.59103644331453],[-73.03994003914872,41.59113444333338],[-73.03994403915529,41.59122544335089],[-73.0399460391589,41.59127644336072],[-73.0399520391693,41.59142244338882],[-73.03995503917402,41.59148744340133],[-73.03996603918856,41.59167744343781],[-73.03996203920055,41.59190744348251],[-73.03995703920083,41.59194044348909],[-73.03988403921278,41.59255744361104],[-73.03978203920384,41.592976443695584],[-73.039640039176,41.59329344376165],[-73.03925903907978,41.59377044386651],[-73.03836403885202,41.59486144410712],[-73.03814603879657,41.595127444165776],[-73.03776303869553,41.59553244425675],[-73.03764903866245,41.595601444273825]]]},"properties":{"name":3525,"geoid":"09009352500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.9405629922761,41.33582639689055],[-72.94055699227508,41.335842396893874],[-72.94054299227324,41.3358903969037],[-72.94053899227292,41.33590739690715],[-72.94089799239246,41.33596239690632],[-72.94197499275127,41.33612939690422],[-72.94233399287087,41.33618539690359],[-72.94248899292212,41.33620239690192],[-72.942953993076,41.33625639689747],[-72.9431099931276,41.336274396895966],[-72.94300499309696,41.336334396911056],[-72.94282499304454,41.33643939693735],[-72.94270199300985,41.336531396959266],[-72.94260599298286,41.336604396976604],[-72.94241899293456,41.33682239702517],[-72.94204699283868,41.337259397122445],[-72.94186099279065,41.337476397170796],[-72.94167499274275,41.337695397219534],[-72.94109199258837,41.33830739735775],[-72.94101699257025,41.33841739738165],[-72.94101199258034,41.33862339742202],[-72.94106299260986,41.33885239746506],[-72.9411999926771,41.33925439753911],[-72.94150299282114,41.34006139768687],[-72.94154899285317,41.34036339774431],[-72.94147699287277,41.34112039789436],[-72.94145699287536,41.34128039792624],[-72.94139899288372,41.34175939802159],[-72.94137999288668,41.34192039805362],[-72.94135199288581,41.34206539808282],[-72.94126799288341,41.342503398171004],[-72.94124099288294,41.34264939820037],[-72.94121799288335,41.34278839822823],[-72.94114899288464,41.34320539831184],[-72.94112699288544,41.34334539833986],[-72.94082999291264,41.34552339877446],[-72.93996299275967,41.34778439924359],[-72.93977099272735,41.348312399352785],[-72.9384879922828,41.347812399296565],[-72.93751699194611,41.34742939925311],[-72.93728799186643,41.34733439924195],[-72.93711599180665,41.347264399233836],[-72.93658599162538,41.347099399218706],[-72.9365149916011,41.3470773992167],[-72.93634699154438,41.3470383992145],[-72.93607899145393,41.34697639921103],[-72.93527699118323,41.346790399200565],[-72.93500999109314,41.34672939919726],[-72.9348269910313,41.34668539919457],[-72.93428099084689,41.34655639918699],[-72.93409899078544,41.34651439918465],[-72.93404899076684,41.34647239917807],[-72.93390199071219,41.34634939915879],[-72.93385299069398,41.34630839915237],[-72.93348899056318,41.34608439912039],[-72.93239799017128,41.34541439902478],[-72.932257990121,41.34532839901251],[-72.9320169900369,41.34522439899996],[-72.93179898996088,41.34513039898864],[-72.93091498965275,41.34475339894353],[-72.92849298880861,41.343722398820326],[-72.92811998868129,41.34361039881047],[-72.92790598860964,41.343571398809736],[-72.9275509884937,41.34355739881843],[-72.92743298845518,41.34355339882146],[-72.92647998815217,41.343661398873216],[-72.92635998811376,41.34367039887883],[-72.92630498808458,41.343470398841575],[-72.9261399879972,41.342873398730376],[-72.92608598796842,41.34267439869328],[-72.92604098794305,41.34248439865764],[-72.92590798786759,41.34191439855068],[-72.9258639878426,41.34172539851521],[-72.92589498784685,41.34162239849411],[-72.92591998785052,41.34154439847807],[-72.9260509878817,41.34134439843483],[-72.9261109878961,41.34125539841552],[-72.92622798792635,41.341119398385224],[-72.92635298795884,41.34097739835347],[-72.92646398797717,41.34066539828901],[-72.92646398797615,41.3406473982855],[-72.92646998796795,41.34046839825037],[-72.92647198796088,41.340332398223765],[-72.92647898794016,41.339926398144286],[-72.92648198793347,41.33979139811785],[-72.92612098781161,41.33970739811307],[-72.92503898744636,41.33945539809872],[-72.92467898732482,41.33937139809392],[-72.92469198731322,41.339092398039035],[-72.92473298727926,41.33825839787492],[-72.92474698726812,41.337981397820414],[-72.92474998725599,41.337750397775224],[-72.92476098722031,41.337057397639605],[-72.92476498720858,41.33682739759457],[-72.92477498720201,41.336654397560494],[-72.92480898718362,41.33613539745809],[-72.92481998717746,41.33596339742416],[-72.92482598716762,41.335755397383366],[-72.92484598713898,41.3351353972617],[-72.92485298712953,41.33492839722106],[-72.92486098712725,41.33484239720403],[-72.92488798712151,41.334586397153174],[-72.9248969871196,41.33450139713629],[-72.92531298725555,41.33451939712642],[-72.92656198766393,41.334576397097344],[-72.92697898780025,41.33459539708763],[-72.9272049878747,41.334615397084264],[-72.92788598809916,41.33467839707464],[-72.92811298817396,41.33469939707144],[-72.92832898824511,41.334718397068194],[-72.92897598845833,41.33477739705888],[-72.92919298852986,41.33479739705581],[-72.92944198861181,41.33481839705188],[-72.93018998885805,41.334882397040325],[-72.93043998894039,41.33490439703656],[-72.93068498902099,41.33492439703256],[-72.93141898926258,41.33498639702105],[-72.93166498934356,41.335007397017215],[-72.93210798948958,41.33504839701096],[-72.93286698973978,41.33511939700039],[-72.93343898992828,41.335171396992116],[-72.93388299007468,41.335213396986006],[-72.93408699014192,41.33523239698316],[-72.93470199034468,41.33529039697468],[-72.93490699041232,41.335310396971984],[-72.93496299043075,41.335315396971154],[-72.9350409904565,41.33532339697021],[-72.93513299048685,41.33533239696901],[-72.93518999050568,41.33533839696834],[-72.93552099062234,41.33550239698969],[-72.93569999068158,41.33552339698803],[-72.93717799116722,41.3356333969619],[-72.93791399140572,41.33562939693742],[-72.93899299176024,41.33570939691828],[-72.9405629922761,41.33582639689055]]]},"properties":{"name":1655,"geoid":"09009165500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.9320169900369,41.34522439899996],[-72.932257990121,41.34532839901251],[-72.93239799017128,41.34541439902478],[-72.93348899056318,41.34608439912039],[-72.93385299069398,41.34630839915237],[-72.93390199071219,41.34634939915879],[-72.93404899076684,41.34647239917807],[-72.93409899078544,41.34651439918465],[-72.93428099084689,41.34655639918699],[-72.9348269910313,41.34668539919457],[-72.93500999109314,41.34672939919726],[-72.93527699118323,41.346790399200565],[-72.93607899145393,41.34697639921103],[-72.93634699154438,41.3470383992145],[-72.9365149916011,41.3470773992167],[-72.93658599162538,41.347099399218706],[-72.93711599180665,41.347264399233836],[-72.93728799186643,41.34733439924195],[-72.93751699194611,41.34742939925311],[-72.9384879922828,41.347812399296565],[-72.93977099272735,41.348312399352785],[-72.93992399278015,41.348368399358804],[-72.94038699294,41.34853839937705],[-72.94054099299318,41.348595399383214],[-72.94059499301176,41.34861439938518],[-72.94075999306854,41.34867139939099],[-72.94081499308746,41.34869039939292],[-72.94097499314219,41.34874039939752],[-72.94145799330755,41.3488933994118],[-72.94161899336265,41.348944399416574],[-72.94195099347642,41.349051399426756],[-72.94294799381822,41.349375399457855],[-72.94328099393238,41.349483399468184],[-72.94347699399975,41.34955039947494],[-72.9440649942019,41.34975139949523],[-72.94426099426934,41.349819399502174],[-72.94424099426472,41.34985239950925],[-72.94418399425196,41.34995339953079],[-72.94416599424805,41.34998739953801],[-72.94407799422746,41.35012739956817],[-72.9438129941654,41.35054839965885],[-72.94372599414517,41.35068939968915],[-72.94330199404746,41.35139139983979],[-72.94320099402431,41.35156039987602],[-72.94206099376545,41.35351540029419],[-72.94186399372084,41.35385540036686],[-72.94178299370517,41.35404240040596],[-72.94175699370933,41.35426440045011],[-72.94165499371566,41.354958400588785],[-72.94155599380005,41.35701140099249],[-72.94160099381439,41.35700640099006],[-72.94231699404675,41.35700840096739],[-72.94249999410778,41.35703740096714],[-72.94280899421483,41.35715740098059],[-72.94294999426363,41.35721140098658],[-72.94326799437377,41.35733440100033],[-72.94337499441052,41.357370401003884],[-72.94351899446004,41.357419401008826],[-72.94335199440954,41.35748440102688],[-72.94285299425884,41.3576814010814],[-72.94268699420874,41.357747401099616],[-72.9425679941728,41.35779440111262],[-72.94221099406501,41.357935401151636],[-72.94209199402904,41.357982401164634],[-72.94004499341172,41.35880540139115],[-72.93710099252488,41.36000740172049],[-72.93514399193607,41.360819401941946],[-72.93386199154939,41.36133440208372],[-72.93269699119946,41.3618284022176],[-72.9317799909296,41.36231540234214],[-72.9291749901801,41.36400040275474],[-72.92905599014578,41.36407640277339],[-72.92882399007908,41.36422740281032],[-72.92869699004221,41.364303402829236],[-72.92857599000709,41.36437640284737],[-72.92841298995965,41.36447240287134],[-72.92802598984657,41.36469240292673],[-72.92788998980687,41.36477040294632],[-72.92696598953015,41.36517640305528],[-72.92637698935187,41.36540240311833],[-72.92627498932035,41.36543040312707],[-72.92602398924302,41.3655024031492],[-72.9257739891653,41.36556240316895],[-72.9256609891299,41.36558440317689],[-72.92562598911887,41.36559040317918],[-72.92552298908664,41.36561140318661],[-72.92548898907602,41.36561840318907],[-72.92484998887312,41.365696403224874],[-72.92459998879383,41.36572840323915],[-72.92409298863285,41.36579040326756],[-72.92292698825486,41.36579640330629],[-72.92228398804649,41.365800403327775],[-72.92218698801501,41.36580040333091],[-72.9218979879214,41.365803403340806],[-72.92180198789039,41.365805403344275],[-72.92162798783393,41.36580540334988],[-72.92129798772692,41.36580640336071],[-72.92110798766572,41.36581440336838],[-72.92093498761005,41.36582240337552],[-72.92067498752674,41.36584140338759],[-72.92015598736057,41.365880403411914],[-72.91990398728244,41.365944403432515],[-72.91965298720476,41.36601040345346],[-72.91957098717927,41.366030403460016],[-72.91932698710376,41.36609440348035],[-72.91924598707872,41.366116403487254],[-72.9191959870634,41.36613240349198],[-72.91904898701844,41.36618040350608],[-72.9189999870035,41.366197403510974],[-72.91956498713483,41.36528140331409],[-72.92029798730545,41.36409640305935],[-72.92126198752965,41.36253540272382],[-72.92182798766136,41.36162040252711],[-72.92203198770821,41.361279402454024],[-72.92264698784977,41.36025740223483],[-72.92285198789699,41.3599174021619],[-72.92300098793194,41.35968140211108],[-72.92305798794511,41.3595874020909],[-72.9236189880757,41.35868140189609],[-72.92367198808806,41.358595401877594],[-72.92387998813692,41.35826740180691],[-72.92410998819106,41.35790640172909],[-72.92480298835468,41.35682740149627],[-72.92503398840921,41.3564674014186],[-72.92548298851824,41.35582140127811],[-72.92624898870442,41.35472240103901],[-72.92654998877704,41.35428140094328],[-72.92677798882661,41.353851400852044],[-72.92714898890762,41.35315740070468],[-72.92718198891548,41.35310740069388],[-72.92741498897168,41.35276540061964],[-72.92786498908033,41.35210740047676],[-72.92817698915093,41.351567400361354],[-72.92841398920456,41.35115740027373],[-72.92910598936076,41.34995340001651],[-72.93031398963379,41.3478573995686],[-72.9308159897525,41.347079399400634],[-72.93126198985811,41.34639039925181],[-72.9320169900369,41.34522439899996]]]},"properties":{"name":1656,"geoid":"09009165600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.9676700017189,41.34729239825442],[-72.96651900140336,41.348309398489945],[-72.9659270012411,41.348833398611276],[-72.96497000097959,41.349694398810136],[-72.96333400052977,41.35111739914052],[-72.96305300045142,41.351342399193484],[-72.96268900035011,41.35163739926277],[-72.9619590001424,41.35214939938621],[-72.96181800010258,41.35225339941103],[-72.96169900006807,41.35232539942892],[-72.9612619999399,41.35256439948965],[-72.9606079997464,41.35289239957472],[-72.96022099962875,41.35303139961433],[-72.96007399958414,41.35308539962961],[-72.95938399937494,41.353342399702],[-72.95804499895974,41.353679399810915],[-72.95589699828449,41.35405839995412],[-72.95502999801296,41.35422940001543],[-72.954633997889,41.35430840004362],[-72.95327799746231,41.354540400132585],[-72.95243199719611,41.35468540018816],[-72.95205199707785,41.35477340021759],[-72.95189799702993,41.35480940022956],[-72.95091999672137,41.354962400290944],[-72.95002999644363,41.35515540035729],[-72.94926299620572,41.35534740041946],[-72.9490149961288,41.35540940043955],[-72.94861699600723,41.35554240047833],[-72.94840599594185,41.35559640049567],[-72.9481249958549,41.35567040051916],[-72.94754699567684,41.35583640057016],[-72.94721899557821,41.35597340060748],[-72.94707399553464,41.35603440062405],[-72.94647699535362,41.35625740068681],[-72.94527899499055,41.35670740081319],[-72.94425099468,41.357111400925135],[-72.94389399457219,41.35725240096416],[-72.94351899446004,41.357419401008826],[-72.94337499441052,41.357370401003884],[-72.94326799437377,41.35733440100033],[-72.94294999426363,41.35721140098658],[-72.94280899421483,41.35715740098059],[-72.94249999410778,41.35703740096714],[-72.94231699404675,41.35700840096739],[-72.94160099381439,41.35700640099006],[-72.94155599380005,41.35701140099249],[-72.94165499371566,41.354958400588785],[-72.94175699370933,41.35426440045011],[-72.94178299370517,41.35404240040596],[-72.94186399372084,41.35385540036686],[-72.94206099376545,41.35351540029419],[-72.94320099402431,41.35156039987602],[-72.94330199404746,41.35139139983979],[-72.94372599414517,41.35068939968915],[-72.9438129941654,41.35054839965885],[-72.94407799422746,41.35012739956817],[-72.94416599424805,41.34998739953801],[-72.94418399425196,41.34995339953079],[-72.94424099426472,41.34985239950925],[-72.94426099426934,41.349819399502174],[-72.9440649942019,41.34975139949523],[-72.94347699399975,41.34955039947494],[-72.94328099393238,41.349483399468184],[-72.94294799381822,41.349375399457855],[-72.94195099347642,41.349051399426756],[-72.94161899336265,41.348944399416574],[-72.94145799330755,41.3488933994118],[-72.94097499314219,41.34874039939752],[-72.94081499308746,41.34869039939292],[-72.94075999306854,41.34867139939099],[-72.94059499301176,41.34861439938518],[-72.94054099299318,41.348595399383214],[-72.94038699294,41.34853839937705],[-72.93992399278015,41.348368399358804],[-72.93977099272735,41.348312399352785],[-72.93996299275967,41.34778439924359],[-72.94082999291264,41.34552339877446],[-72.94112699288544,41.34334539833986],[-72.94114899288464,41.34320539831184],[-72.94121799288335,41.34278839822823],[-72.94124099288294,41.34264939820037],[-72.94126799288341,41.342503398171004],[-72.94135199288581,41.34206539808282],[-72.94137999288668,41.34192039805362],[-72.94139899288372,41.34175939802159],[-72.94145699287536,41.34128039792624],[-72.94147699287277,41.34112039789436],[-72.94154899285317,41.34036339774431],[-72.94150299282114,41.34006139768687],[-72.9411999926771,41.33925439753911],[-72.94106299260986,41.33885239746506],[-72.94101199258034,41.33862339742202],[-72.94101699257025,41.33841739738165],[-72.94109199258837,41.33830739735775],[-72.94167499274275,41.337695397219534],[-72.94186099279065,41.337476397170796],[-72.94204699283868,41.337259397122445],[-72.94241899293456,41.33682239702517],[-72.94260599298286,41.336604396976604],[-72.94270199300985,41.336531396959266],[-72.94282499304454,41.33643939693735],[-72.94300499309696,41.336334396911056],[-72.9431099931276,41.336274396895966],[-72.94385699337364,41.33634039688478],[-72.94443799356505,41.33639239687621],[-72.94533799386144,41.33647139686263],[-72.94610099411271,41.33653839685114],[-72.94618599414073,41.33654639684996],[-72.94684899435913,41.33660539684012],[-72.94913899511587,41.33685239681454],[-72.95149299589377,41.337106396788265],[-72.95275399631049,41.33724239677417],[-72.953974996714,41.337374396760566],[-72.95555699730086,41.33867439696331],[-72.95580299739215,41.338877396994995],[-72.95699199783331,41.33985539714753],[-72.95719399792142,41.34025339721869],[-72.95717199791495,41.34026539722176],[-72.95710999789922,41.34034239723878],[-72.95695999786153,41.340535397281265],[-72.95686699783629,41.340622397301246],[-72.95678499781407,41.34069939731892],[-72.95677599781155,41.34070639732057],[-72.95637799768161,41.340691397330474],[-72.95609199759305,41.340765397354126],[-72.95591699754513,41.340921397390225],[-72.95548999743633,41.341444397506045],[-72.95521199736885,41.34184439759307],[-72.95520899736822,41.341850397594335],[-72.95518099737113,41.34206139763642],[-72.95518099738776,41.34235439769359],[-72.95286799671966,41.34380139805051],[-72.95135899623894,41.34395539812922],[-72.95145499635582,41.34546639842096],[-72.95147499638024,41.34578239848197],[-72.95150799641983,41.34629139858023],[-72.95152599643534,41.346461398612824],[-72.95148299645851,41.34711539874182],[-72.95190199660792,41.34735339877475],[-72.95240699678473,41.347582398803155],[-72.9524899968108,41.34756739879755],[-72.95283199692264,41.34758339878965],[-72.95293999695738,41.34757839878519],[-72.95306599699995,41.34760839878699],[-72.95312299701872,41.34761339878612],[-72.95321199704537,41.347574398775656],[-72.9533599970892,41.34750039875643],[-72.95346799711736,41.347379398729345],[-72.9535329971335,41.34729239871028],[-72.95364099716461,41.34722339869332],[-72.95391599726517,41.34742339872348],[-72.95392999727034,41.34743439872518],[-72.95321699709866,41.348484398953026],[-72.95280899700049,41.349086399083646],[-72.95329599717454,41.34936939912316],[-72.95466999766569,41.35017039923516],[-72.95477099769914,41.35018239923424],[-72.95526199786187,41.35024339923031],[-72.95533099788454,41.35024839922906],[-72.95569799800482,41.350270399221515],[-72.95680099836646,41.350338399199224],[-72.95716899848715,41.35036139919185],[-72.95774599867642,41.35039839918045],[-72.95787699870918,41.350227399142874],[-72.95841299884368,41.34953439899037],[-72.95864399889322,41.34908739889572],[-72.95964399921596,41.34905839885781],[-72.96043799947223,41.34903639882791],[-72.96125599973637,41.34901539879745],[-72.96198699984495,41.34675239833233],[-72.96206099984357,41.346305398242734],[-72.96271100005299,41.34628039821689],[-72.96278800007846,41.346289398216165],[-72.96312500020036,41.34651139824861],[-72.9633240002656,41.34652339824453],[-72.9641880005404,41.34642739819793],[-72.96424900052105,41.34573839806153],[-72.96429100051257,41.34534939798427],[-72.96441800048763,41.34418439775286],[-72.96446100047953,41.34379639767576],[-72.96495200065543,41.344089397717106],[-72.96495800065759,41.34409339771769],[-72.96546000083937,41.34442739776667],[-72.9661350010859,41.34491339783974],[-72.96637700117473,41.34509539786743],[-72.96684100134499,41.34544339792037],[-72.96698900140811,41.3457093979675],[-72.96743500159815,41.346508398109016],[-72.96755300164841,41.34671939814637],[-72.96758400166162,41.346775398156296],[-72.967601001673,41.34687839817584],[-72.96765200170717,41.34718839823469],[-72.9676700017189,41.34729239825442]]]},"properties":{"name":1657,"geoid":"09009165700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.9189999870035,41.366197403510974],[-72.91904898701844,41.36618040350608],[-72.9191959870634,41.36613240349198],[-72.91924598707872,41.366116403487254],[-72.91932698710376,41.36609440348035],[-72.91957098717927,41.366030403460016],[-72.91965298720476,41.36601040345346],[-72.91990398728244,41.365944403432515],[-72.92015598736057,41.365880403411914],[-72.92067498752674,41.36584140338759],[-72.92093498761005,41.36582240337552],[-72.92110798766572,41.36581440336838],[-72.92129798772692,41.36580640336071],[-72.92162798783393,41.36580540334988],[-72.92180198789039,41.365805403344275],[-72.9218979879214,41.365803403340806],[-72.92218698801501,41.36580040333091],[-72.92228398804649,41.365800403327775],[-72.92292698825486,41.36579640330629],[-72.92409298863285,41.36579040326756],[-72.92459998879383,41.36572840323915],[-72.92484998887312,41.365696403224874],[-72.92548898907602,41.36561840318907],[-72.92552298908664,41.36561140318661],[-72.92562598911887,41.36559040317918],[-72.9256609891299,41.36558440317689],[-72.9257739891653,41.36556240316895],[-72.92602398924302,41.3655024031492],[-72.92627498932035,41.36543040312707],[-72.92637698935187,41.36540240311833],[-72.92696598953015,41.36517640305528],[-72.92788998980687,41.36477040294632],[-72.92802598984657,41.36469240292673],[-72.92841298995965,41.36447240287134],[-72.92857599000709,41.36437640284737],[-72.92872199005599,41.364403402847934],[-72.92916099020313,41.364486402849984],[-72.92930799025241,41.3645144028507],[-72.92954099033011,41.36455140285042],[-72.93024299056415,41.36466240284947],[-72.93047699064225,41.36470040284933],[-72.93206499116886,41.36490140283737],[-72.93273199139513,41.36507540284982],[-72.93421299189448,41.365407402866865],[-72.93492699214406,41.36572340290549],[-72.93541399230841,41.36583540291166],[-72.93657499269435,41.36599840290603],[-72.93665799272138,41.36600040290374],[-72.93724899291858,41.36609640290342],[-72.93809399320222,41.36626340290874],[-72.93820999324116,41.3662864029095],[-72.93868099339883,41.36637240291109],[-72.93922799358205,41.36647340291317],[-72.94044899398938,41.366670402912234],[-72.94103999418657,41.3667664029119],[-72.94113799421949,41.366786402912645],[-72.94143499431925,41.36684640291478],[-72.94153399435255,41.36686740291569],[-72.94166599439691,41.3668944029167],[-72.94206199453,41.36697540291973],[-72.94219499457475,41.36700340292089],[-72.94214499457169,41.367235402967744],[-72.94213799457431,41.36732140298474],[-72.9421009945927,41.367856403090286],[-72.94212599461547,41.368114403139806],[-72.94216899463686,41.368245403163975],[-72.94218799464493,41.36827940316998],[-72.9423489947132,41.36856140321979],[-72.94231599470453,41.368597403227874],[-72.94221699467856,41.36870540325213],[-72.94218499467027,41.36874240326038],[-72.9421329946567,41.368800403273355],[-72.94191799460557,41.36912840334425],[-72.94184999459026,41.36924740336966],[-72.9414079944914,41.3700314035368],[-72.94111399442568,41.37055340364808],[-72.94073199434048,41.37123540379339],[-72.94068199432942,41.37132640381275],[-72.93946599404676,41.37329540423591],[-72.93843099380918,41.37502440460642],[-72.93791299369292,41.37593640480096],[-72.93760299361968,41.376417404904736],[-72.93684199344027,41.37760540516092],[-72.93622599329889,41.37863540538161],[-72.93605499325973,41.37892240544306],[-72.93581899320424,41.37929340552302],[-72.93517999305433,41.380304405740745],[-72.93467899293553,41.38107440590702],[-72.93461499292079,41.38118040592974],[-72.93447799288911,41.38140540597803],[-72.9342619928395,41.38176540605518],[-72.93384299273836,41.3823784061882],[-72.93362499268581,41.38269840625762],[-72.93328599260583,41.38322640637148],[-72.93284299250134,41.38391740652048],[-72.9326189924637,41.38453440664799],[-72.93250999245052,41.384924406727535],[-72.93234299243069,41.38552940685085],[-72.93195199230581,41.38556440687029],[-72.9315759921828,41.385546406878895],[-72.93099499199278,41.385520406892546],[-72.92942699148384,41.3855184069427],[-72.92927299143332,41.38550840694572],[-72.92850699118208,41.385461406961234],[-72.92759999088707,41.38544940698813],[-72.92739899082174,41.385447406994224],[-72.92692099066345,41.3853914069987],[-72.92671699059203,41.385299406987336],[-72.92637599047268,41.3851464069685],[-72.926193990413,41.38513540697222],[-72.92568999025569,41.38524540700991],[-72.92550499019862,41.385297407026016],[-72.92497599003543,41.3854464070721],[-72.92493199002188,41.38545940707606],[-72.92482298998684,41.385465407080744],[-72.92433498982254,41.38536040707598],[-72.92408698973955,41.385316407075415],[-72.92374898962794,41.385282407079664],[-72.92354798956157,41.385262407082244],[-72.92311598941667,41.38517940707998],[-72.92275098929282,41.38508440707322],[-72.92242298918158,41.38499940706722],[-72.9222319891172,41.38495740706518],[-72.92165998892442,41.38483140705904],[-72.9214699888604,41.38478940705698],[-72.92133098879125,41.38436640697899],[-72.92131798878323,41.38429940696634],[-72.92113098866835,41.383345406786376],[-72.92088098856514,41.382956406718584],[-72.92080798853732,41.3828834067067],[-72.9204469883996,41.38252140664776],[-72.92037098837153,41.38246140663852],[-72.92017998830103,41.38231140661541],[-72.92014698828874,41.38228340661103],[-72.92007398826159,41.38222240660147],[-72.91991198821515,41.38233040662776],[-72.91981098818518,41.38237940664057],[-72.91964898813725,41.38246140666177],[-72.91949598808918,41.38248940667216],[-72.91935098804213,41.382489406676825],[-72.91894298790726,41.382445406681384],[-72.91891598789803,41.38243740668069],[-72.9186219877978,41.38235240667358],[-72.91846798774559,41.38231340667095],[-72.9183249876975,41.38228340666971],[-72.9174309873969,41.38209840666243],[-72.91713298729672,41.38203740666014],[-72.91706198727282,41.3820224066595],[-72.91666998714138,41.38194740665751],[-72.91656598710654,41.38192840665715],[-72.91527998667647,41.381703406654694],[-72.91508698661195,41.38167040665447],[-72.9148179865216,41.38161640665261],[-72.91470998639828,41.38006140635288],[-72.91460298624021,41.3778884059326],[-72.91454198616456,41.37690440574269],[-72.91451398609918,41.37591240555015],[-72.91449898606615,41.37541640545391],[-72.91449398605484,41.37524540542072],[-72.91447098602761,41.37489740535361],[-72.91448498601764,41.37464140530322],[-72.91450798601097,41.37439240525393],[-72.91457698601583,41.374083405191435],[-72.9146689860229,41.373682405110266],[-72.91472098602577,41.373435405060434],[-72.9148039860355,41.37313240499867],[-72.91499098607015,41.37267340490314],[-72.91521198611593,41.372216404806885],[-72.9155449861941,41.37169040469358],[-72.91596498629232,41.371019404549195],[-72.91736298661918,41.36878540406846],[-72.91773998670831,41.368200403942225],[-72.91873798694873,41.36673040362336],[-72.91878998695951,41.36662340360081],[-72.91894698699231,41.36630340353335],[-72.9189999870035,41.366197403510974]]]},"properties":{"name":1658.01,"geoid":"09009165801"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.83314296061103,41.392180411338124],[-72.83414996085858,41.390778411032436],[-72.83457896096418,41.39018341090264],[-72.83599196131821,41.38833341049653],[-72.83730996165224,41.386675410130906],[-72.83838496192476,41.38532440983293],[-72.83892296206636,41.38474040970177],[-72.84010696237804,41.38345640941337],[-72.84053896249186,41.38298940930842],[-72.84107796263382,41.38240640917741],[-72.84224696293344,41.38099540886469],[-72.84452696351805,41.378247408255525],[-72.84574596382924,41.37675440792518],[-72.84690596412548,41.37533540761115],[-72.8474609642658,41.37463140745602],[-72.84896496464634,41.3727294070367],[-72.84913896469145,41.37252840699191],[-72.849726964844,41.37185140684097],[-72.85030196499147,41.37115940668751],[-72.85166396534103,41.36952440632483],[-72.85202496543324,41.369083406227205],[-72.85259596557931,41.368389406073476],[-72.85288396565457,41.3680674060014],[-72.85375096588152,41.3671054057859],[-72.85404096595748,41.366784405713965],[-72.85524696626725,41.365341405393714],[-72.85815896701547,41.36186140462121],[-72.85850496710853,41.361521404543765],[-72.85886896721149,41.36125340447978],[-72.85901396725384,41.36117040445893],[-72.85929396733579,41.36101240441913],[-72.85997896754365,41.360757404347375],[-72.86076696778494,41.3605024042723],[-72.86117496790405,41.36026740421336],[-72.86119996791126,41.360251404209436],[-72.8620669681632,41.35973140408012],[-72.86245696827291,41.35943340400946],[-72.86285596838525,41.35913040393751],[-72.86360496859861,41.358605403811026],[-72.86479696893832,41.3577724036102],[-72.86584596923917,41.357073403440126],[-72.86586496924416,41.35705240343539],[-72.8660029692804,41.35690140340151],[-72.8662359693417,41.35664840334466],[-72.86650496941495,41.35640040328761],[-72.86663196943977,41.356110403226936],[-72.86665196944381,41.35606740321791],[-72.86693796951333,41.355655403128324],[-72.86720596958342,41.35535740306156],[-72.86741896963926,41.35512240300888],[-72.86752696966825,41.35501540298451],[-72.86785196975556,41.354694402911434],[-72.86796096978493,41.35458840288725],[-72.86821196985275,41.354347402832154],[-72.86826196986635,41.35430140282158],[-72.86888597003501,41.353703402684836],[-72.8689589700539,41.3536184026659],[-72.86909197008858,41.35346840263235],[-72.86918197011116,41.353351402606634],[-72.86928797013753,41.35320940257553],[-72.8693429701479,41.353077402547996],[-72.86936197014865,41.352981402528634],[-72.86961997016301,41.351755402281086],[-72.86963097016381,41.35170640227118],[-72.86978997019669,41.35137540220146],[-72.86989797021266,41.351038402132225],[-72.87017997026983,41.35043140200471],[-72.87026497029046,41.35030840197797],[-72.87044197033359,41.35005540192291],[-72.87248697085727,41.34758240137456],[-72.87254297087166,41.34751540135969],[-72.872949970979,41.34707840126132],[-72.87324597105311,41.34669040117607],[-72.87365197114066,41.345909401010594],[-72.8737769711625,41.345578400941974],[-72.87380697116157,41.345389400904125],[-72.87388197116401,41.34500240082617],[-72.87391597115914,41.34472140077024],[-72.87394397115546,41.344495400725215],[-72.87394897114152,41.34422040067139],[-72.87400297114733,41.34401340062924],[-72.87408697115944,41.34374540057422],[-72.8742329711895,41.3434394005098],[-72.87463797128976,41.34288840038924],[-72.8750099713855,41.34244740029121],[-72.87518597142855,41.342198400236946],[-72.87528997144894,41.34196240018755],[-72.87585897157706,41.34096339997426],[-72.87648097173302,41.34015239979596],[-72.87715697191253,41.33944839963683],[-72.87759097202783,41.33899739953483],[-72.8786149722999,41.337933399294236],[-72.879398972505,41.337062399099],[-72.88175397312153,41.33445339851401],[-72.88253897332702,41.33358339831892],[-72.88268897337404,41.33355439830845],[-72.88314197351615,41.3334683982771],[-72.88329397356387,41.33344039826676],[-72.88338597359258,41.3334203982599],[-72.8836639736796,41.33336439824002],[-72.88375697370874,41.33334639823353],[-72.88379097371939,41.33333939823108],[-72.8838959737525,41.33332239822439],[-72.8839309737635,41.33331639822209],[-72.88413197382707,41.333287398209976],[-72.88473597401827,41.33320339817416],[-72.88493797408223,41.33317539816221],[-72.88511697413814,41.33313739814904],[-72.88565797430721,41.333023398109404],[-72.88583797436351,41.3329863980964],[-72.88599297441249,41.332963398086925],[-72.88634797452427,41.33290339806382],[-72.88787997500674,41.33264639796442],[-72.8881479750912,41.33260239794722],[-72.88839397517127,41.33260739794028],[-72.8884839752004,41.3326063979372],[-72.88875497528826,41.332605397928305],[-72.8888459753178,41.33260539792538],[-72.88893697536638,41.332942397988255],[-72.88902797541495,41.333279398051104],[-72.88903197541723,41.333296398054316],[-72.88925297553523,41.33411539820713],[-72.88889397548957,41.33536739846309],[-72.88869797546495,41.336056398603894],[-72.88868697546731,41.336161398624746],[-72.88867497546943,41.33626739864582],[-72.88866197547206,41.33638839866986],[-72.88864897547468,41.336509398693906],[-72.88862697547914,41.33671439873465],[-72.88860397548322,41.33691839877519],[-72.88858897548639,41.337060398803395],[-72.88857397548954,41.33720239883161],[-72.88844297551516,41.338406399070855],[-72.88822897547819,41.338980399189786],[-72.88797297543434,41.339673399333286],[-72.88677397512936,41.3411583996617],[-72.88611097493865,41.34158939976713],[-72.88451097447842,41.34263040002175],[-72.88290997401795,41.343672400276574],[-72.88285397400188,41.3437094002856],[-72.88247097387506,41.343664400289114],[-72.88211397375684,41.343622400292396],[-72.88175697363864,41.34358040029566],[-72.88125697347309,41.34352140030021],[-72.88015797310922,41.343392400310336],[-72.87959997295641,41.34389140042565],[-72.87918197284188,41.344264400511896],[-72.8787639727274,41.34463840059833],[-72.87941897296895,41.34515140067743],[-72.88007397321047,41.34566440075651],[-72.88058997340076,41.346068400818794],[-72.88115097360766,41.34650840088664],[-72.87996397326656,41.34728640107662],[-72.87983897323063,41.347368401096645],[-72.87971497319498,41.34744940111644],[-72.87964297317427,41.347496401127934],[-72.87786397256039,41.3468484010586],[-72.87724097234549,41.346622401034494],[-72.87622697203584,41.34696440113381],[-72.87523297173277,41.347308401232894],[-72.87494297164439,41.34740940126192],[-72.8747849716037,41.34759640130349],[-72.87436597149575,41.34809140141355],[-72.87394697138778,41.348586401523626],[-72.87325297120903,41.34940740170616],[-72.87354397133474,41.34996040180474],[-72.87381597145206,41.35047440189632],[-72.87408697156913,41.35098940198812],[-72.8744569717289,41.35169140211326],[-72.87652697248703,41.35321940234495],[-72.87697097264609,41.353484402382406],[-72.87727497274349,41.35346240236834],[-72.88003697362089,41.353130402214816],[-72.88063097381357,41.35312940219555],[-72.88173297417099,41.35312640215953],[-72.8828359745287,41.353123402123515],[-72.8829049745511,41.3531234021213],[-72.88351897476515,41.35338540215269],[-72.88382597487218,41.353516402168395],[-72.88402097495654,41.35388940223491],[-72.88446697514968,41.35474440238742],[-72.88436597514232,41.355193402478285],[-72.88392297511027,41.357166402877525],[-72.8832109749132,41.357766403017465],[-72.88304497486726,41.35790640305013],[-72.88287797482106,41.35804740308299],[-72.88188197454537,41.35888640327874],[-72.8817189745351,41.35963940343089],[-72.88172297454784,41.35984140347018],[-72.88173497458186,41.36037340357359],[-72.88174597461555,41.36090540367704],[-72.8817509746837,41.36208040390611],[-72.88175297472178,41.36274140403503],[-72.88175497475153,41.36325540413524],[-72.88175697477777,41.363707404223355],[-72.88064397446185,41.364506404415],[-72.8794489740768,41.364554404462766],[-72.87932897403813,41.364559404467606],[-72.87927697401979,41.3645334044642],[-72.8789939739199,41.3643914044456],[-72.87871097382002,41.36424940442699],[-72.87811597361014,41.36395240438817],[-72.87766597345131,41.36372640435854],[-72.87752097340017,41.363654404349155],[-72.87709197324875,41.36343840432079],[-72.87666197309704,41.36322340429266],[-72.87634297298452,41.363064404271896],[-72.87602397287195,41.362904404250926],[-72.8759989728639,41.36290540425193],[-72.87592597284049,41.362910404255246],[-72.8759019728328,41.36291240425641],[-72.87500297257502,41.36351240440236],[-72.87481897252233,41.36363640443247],[-72.87445797246555,41.364702404652036],[-72.87516797277034,41.36601640488558],[-72.87506797275982,41.36640340496429],[-72.87488397274053,41.36711740510949],[-72.8746579726818,41.36737540516709],[-72.87462397267676,41.36748140518886],[-72.87421097256373,41.3678524052745],[-72.87365397240501,41.36824140536827],[-72.87345297235082,41.368436405412794],[-72.87283897218553,41.369036405549565],[-72.87312097235389,41.37039340580522],[-72.87313497240605,41.37123440596882],[-72.87302797239093,41.371580406039755],[-72.87304897245693,41.37262540624291],[-72.87306797248478,41.37300840631702],[-72.87308997251608,41.373435406399594],[-72.8729179724996,41.374129406540476],[-72.87261097241411,41.37437940659912],[-72.8725569724005,41.374448406614306],[-72.87232497234184,41.374742406679104],[-72.87211597228915,41.375009406737895],[-72.87190797225455,41.37559040685792],[-72.87196597228215,41.375745406886274],[-72.87205597232484,41.375983406929805],[-72.87207997233631,41.376048406941706],[-72.87209897234514,41.37609540695026],[-72.87221397239851,41.376378407001766],[-72.87224797241254,41.376431407011005],[-72.8722159724073,41.37652240702978],[-72.87219297240374,41.376591407043975],[-72.87280397264264,41.3773084071642],[-72.87305697274205,41.37761340721554],[-72.87312497276979,41.37771340723286],[-72.87339897288138,41.37811340730207],[-72.873680972996,41.37852140737259],[-72.87416197319165,41.37921940749323],[-72.87404697316775,41.37945640754315],[-72.87336097294987,41.37954040758159],[-72.87287997278233,41.379338407557654],[-72.87213197252352,41.37905540752651],[-72.87155297233866,41.37910940755564],[-72.87145297233084,41.379544407643685],[-72.87172797245512,41.38016240775538],[-72.8718349724933,41.380223407763836],[-72.87223797263678,41.38044740779456],[-72.87279597283545,41.3807574078371],[-72.87452697340996,41.38098140782514],[-72.87457397342567,41.38098940782519],[-72.87477997349728,41.381073407834954],[-72.8748639735345,41.38124940786658],[-72.87488697355451,41.381470407908935],[-72.87484797356089,41.3818064079757],[-72.87432997345245,41.382859408197696],[-72.87400197336042,41.383114408257974],[-72.87339897316211,41.3830684082684],[-72.87284197297012,41.382870408247676],[-72.87262097288954,41.382714408224366],[-72.87208697271623,41.38271440824153],[-72.87182897264155,41.382874408281026],[-72.8718879726985,41.3835414084092],[-72.87205597278981,41.38419040853035],[-72.87184197279578,41.38552140879674],[-72.87188697282289,41.38574240883841],[-72.87186497283197,41.386028408894894],[-72.87269797317279,41.38727140911048],[-72.87260897319118,41.388105409275965],[-72.87152797294331,41.38992240966498],[-72.8714109729025,41.389872409659006],[-72.87133597287634,41.389840409655164],[-72.87118697282489,41.38978640964944],[-72.87085197270926,41.3896644096364],[-72.8705019725906,41.389575409630325],[-72.870269972512,41.389517409626464],[-72.87014897247217,41.38950740962841],[-72.86978597235272,41.38947840963441],[-72.86966497231293,41.389469409636554],[-72.86919997215797,41.389398409637664],[-72.869118972131,41.38938640963791],[-72.86779997169369,41.389224409648726],[-72.86733397153925,41.38916840965278],[-72.8670659714504,41.38913540965497],[-72.86626197118382,41.3890364096615],[-72.86565597098308,41.388965409667136],[-72.8656399709778,41.388963409667255],[-72.86525797085136,41.38892040967115],[-72.86505997078716,41.38892140967771],[-72.86493297074568,41.38891740968101],[-72.86488797073103,41.38891640968227],[-72.86457097062599,41.38887840968504],[-72.86396297042745,41.388857409700485],[-72.8636389703217,41.388847409708944],[-72.86340697024602,41.38884040971503],[-72.86271097001897,41.388820409733505],[-72.86247896994333,41.38881440973978],[-72.86215596983769,41.388800409747425],[-72.86121596953048,41.38876340977041],[-72.86118996952175,41.388758409770276],[-72.86087296941574,41.38870340976973],[-72.86061596935718,41.38914240986361],[-72.85994196920406,41.39030141011124],[-72.85985196918409,41.39046441014591],[-72.85960696912984,41.39091041024075],[-72.85938596905211,41.390804410227155],[-72.85914396896538,41.39066041020687],[-72.85803896856953,41.39000441011447],[-72.8579119685226,41.38990341009885],[-72.8578029684833,41.3898344100889],[-72.85750396837548,41.38964441006146],[-72.85735696832283,41.389557410049214],[-72.85723896828112,41.38949741004131],[-72.85709596823058,41.38942441003167],[-72.85687696815457,41.38933741002173],[-72.85686996815213,41.38933441002138],[-72.85675096811163,41.38930141001876],[-72.85642496800354,41.38926141002143],[-72.85502396754407,41.389178410050256],[-72.8538409671587,41.38915441008358],[-72.85358196707446,41.38915141009131],[-72.85280796682278,41.38914341011461],[-72.8525499667389,41.38914141012251],[-72.85214996660878,41.389136410134384],[-72.85201696656554,41.389135410138465],[-72.85094996621955,41.38914141017389],[-72.85055096609018,41.3891444101873],[-72.85049596607244,41.38914641018945],[-72.85033196601967,41.38915441019627],[-72.85027796600231,41.3891574101986],[-72.85000396591342,41.38915841020758],[-72.84918096564644,41.3891614102346],[-72.84890796555794,41.389163410243754],[-72.84831496536702,41.38919141026826],[-72.84821796533616,41.38920241027351],[-72.84766196515959,41.38927141030484],[-72.84679596488805,41.38944041036559],[-72.84617396469218,41.389547410406436],[-72.84598796463368,41.38958041041884],[-72.84549396447846,41.389671410452436],[-72.8450699643456,41.38975541048243],[-72.84444796415076,41.389880410526764],[-72.84381996395506,41.390024410575],[-72.84380296394976,41.390028410576335],[-72.84338596382085,41.39014241061196],[-72.84325296378027,41.3901884106252],[-72.8428529636584,41.390329410665544],[-72.84272096361822,41.39037641067894],[-72.84253596354067,41.390067410624624],[-72.84236896348028,41.38995841060874],[-72.8420419633661,41.38981641059153],[-72.84203296336295,41.38981241059105],[-72.84164996323211,41.38969741058092],[-72.84138096314106,41.38963141057668],[-72.84099796301186,41.38954541057221],[-72.84076996293558,41.38950541057172],[-72.84026096276915,41.38948441058398],[-72.83933496246738,41.3894634106096],[-72.83906496237945,41.38945841061728],[-72.83841996217058,41.389467410639746],[-72.83842396218601,41.38971741068836],[-72.83841496219645,41.389953410734684],[-72.83841496219786,41.38997841073955],[-72.83826696223059,41.39140541102255],[-72.83821796224207,41.39188941111851],[-72.83737696198015,41.392085411183736],[-72.8372209619306,41.39210441119244],[-72.83661496173815,41.39218041122672],[-72.83633496164738,41.392182411236085],[-72.83416296094232,41.39218341130597],[-72.83365696077806,41.39218341132222],[-72.83353596073884,41.392184411326305],[-72.83314296061103,41.392180411338124]]]},"properties":{"name":1672.01,"geoid":"09009167201"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.93234299243069,41.38552940685085],[-72.93250999245052,41.384924406727535],[-72.9326189924637,41.38453440664799],[-72.93284299250134,41.38391740652048],[-72.93328599260583,41.38322640637148],[-72.93362499268581,41.38269840625762],[-72.93384299273836,41.3823784061882],[-72.9342619928395,41.38176540605518],[-72.93447799288911,41.38140540597803],[-72.93461499292079,41.38118040592974],[-72.93467899293553,41.38107440590702],[-72.93517999305433,41.380304405740745],[-72.93581899320424,41.37929340552302],[-72.93605499325973,41.37892240544306],[-72.93622599329889,41.37863540538161],[-72.93684199344027,41.37760540516092],[-72.93760299361968,41.376417404904736],[-72.93791299369292,41.37593640480096],[-72.93843099380918,41.37502440460642],[-72.93946599404676,41.37329540423591],[-72.94068199432942,41.37132640381275],[-72.94073199434048,41.37123540379339],[-72.94111399442568,41.37055340364808],[-72.9414079944914,41.3700314035368],[-72.94184999459026,41.36924740336966],[-72.94191799460557,41.36912840334425],[-72.9421329946567,41.368800403273355],[-72.94218499467027,41.36874240326038],[-72.94221699467856,41.36870540325213],[-72.94231599470453,41.368597403227874],[-72.9423489947132,41.36856140321979],[-72.94218799464493,41.36827940316998],[-72.94216899463686,41.368245403163975],[-72.94212599461547,41.368114403139806],[-72.9421009945927,41.367856403090286],[-72.94213799457431,41.36732140298474],[-72.94214499457169,41.367235402967744],[-72.94219499457475,41.36700340292089],[-72.94206199453,41.36697540291973],[-72.94166599439691,41.3668944029167],[-72.94153399435255,41.36686740291569],[-72.94143499431925,41.36684640291478],[-72.94113799421949,41.366786402912645],[-72.94103999418657,41.3667664029119],[-72.94044899398938,41.366670402912234],[-72.93922799358205,41.36647340291317],[-72.93868099339883,41.36637240291109],[-72.93820999324116,41.3662864029095],[-72.93809399320222,41.36626340290874],[-72.93724899291858,41.36609640290342],[-72.93665799272138,41.36600040290374],[-72.93657499269435,41.36599840290603],[-72.93541399230841,41.36583540291166],[-72.93492699214406,41.36572340290549],[-72.93421299189448,41.365407402866865],[-72.93273199139513,41.36507540284982],[-72.93206499116886,41.36490140283737],[-72.93047699064225,41.36470040284933],[-72.93024299056415,41.36466240284947],[-72.92954099033011,41.36455140285042],[-72.92930799025241,41.3645144028507],[-72.92916099020313,41.364486402849984],[-72.92872199005599,41.364403402847934],[-72.92857599000709,41.36437640284737],[-72.92869699004221,41.364303402829236],[-72.92882399007908,41.36422740281032],[-72.92905599014578,41.36407640277339],[-72.9291749901801,41.36400040275474],[-72.9317799909296,41.36231540234214],[-72.93269699119946,41.3618284022176],[-72.93386199154939,41.36133440208372],[-72.93514399193607,41.360819401941946],[-72.93710099252488,41.36000740172049],[-72.94004499341172,41.35880540139115],[-72.94209199402904,41.357982401164634],[-72.94221099406501,41.357935401151636],[-72.9425679941728,41.35779440111262],[-72.94268699420874,41.357747401099616],[-72.94285299425884,41.3576814010814],[-72.94335199440954,41.35748440102688],[-72.94351899446004,41.357419401008826],[-72.94389399457219,41.35725240096416],[-72.94425099468,41.357111400925135],[-72.94527899499055,41.35670740081319],[-72.94647699535362,41.35625740068681],[-72.94707399553464,41.35603440062405],[-72.94721899557821,41.35597340060748],[-72.94754699567684,41.35583640057016],[-72.9481249958549,41.35567040051916],[-72.94840599594185,41.35559640049567],[-72.94861699600723,41.35554240047833],[-72.9490149961288,41.35540940043955],[-72.94926299620572,41.35534740041946],[-72.95002999644363,41.35515540035729],[-72.95091999672137,41.354962400290944],[-72.95189799702993,41.35480940022956],[-72.95205199707785,41.35477340021759],[-72.95243199719611,41.35468540018816],[-72.95327799746231,41.354540400132585],[-72.954633997889,41.35430840004362],[-72.95502999801296,41.35422940001543],[-72.95589699828449,41.35405839995412],[-72.95804499895974,41.353679399810915],[-72.95938399937494,41.353342399702],[-72.96007399958414,41.35308539962961],[-72.96022099962875,41.35303139961433],[-72.9606079997464,41.35289239957472],[-72.9612619999399,41.35256439948965],[-72.96169900006807,41.35232539942892],[-72.96181800010258,41.35225339941103],[-72.9619590001424,41.35214939938621],[-72.96268900035011,41.35163739926277],[-72.96305300045142,41.351342399193484],[-72.96333400052977,41.35111739914052],[-72.96497000097959,41.349694398810136],[-72.9659270012411,41.348833398611276],[-72.96651900140336,41.348309398489945],[-72.9676700017189,41.34729239825442],[-72.96771900174546,41.347480398289484],[-72.96783300180711,41.34791439837049],[-72.9679680018522,41.34793739837064],[-72.96816100191674,41.34797139837104],[-72.96819400192754,41.34797339837036],[-72.96829600196104,41.34798039836844],[-72.96833000197222,41.34798339836792],[-72.96917600224134,41.3478903983225],[-72.97085600277578,41.34770639823241],[-72.97101400282607,41.34768939822398],[-72.9717150030494,41.3476183981875],[-72.97256200331928,41.34753339814359],[-72.97262600333771,41.34749239813354],[-72.97264600334357,41.34748139813073],[-72.97267400335161,41.34746339812632],[-72.97272800336721,41.347429398117946],[-72.97280300339028,41.347407398111244],[-72.97283300339994,41.347406398110074],[-72.97291000342483,41.3474043981072],[-72.97315400350725,41.34746239811064],[-72.97385600383762,41.34926939844053],[-72.97433000406069,41.35048939866324],[-72.97481900434042,41.35262039906319],[-72.97482600435097,41.35276639909146],[-72.9752260046337,41.35545739960346],[-72.97539700494434,41.359945400473336],[-72.97465700491023,41.363566401203435],[-72.97410900483007,41.365282401555774],[-72.97314000461505,41.36702840192755],[-72.9720830043812,41.368945402335484],[-72.97102300414629,41.370860402743126],[-72.96870500363273,41.3750514036351],[-72.96866700362426,41.37511940364959],[-72.96735700334618,41.377701404195285],[-72.9673490033461,41.377745404204106],[-72.96570600296755,41.38046040478645],[-72.96509600282694,41.38146740500245],[-72.9646030027133,41.382281405177054],[-72.96335000242344,41.38433140561711],[-72.9633550024282,41.38438640562766],[-72.96229500216322,41.38577340593224],[-72.96161300201734,41.38709840621252],[-72.96121100192748,41.38781140636448],[-72.9611330019098,41.387945406393115],[-72.96040700172712,41.38887440659762],[-72.95994600160901,41.38942740672028],[-72.95935200145692,41.39014140687863],[-72.95703500086677,41.39298140750692],[-72.95487400025105,41.394483407869394],[-72.95463100018493,41.394707407920876],[-72.95441700012682,41.39490640796657],[-72.95407200002883,41.395151408025455],[-72.95386799997306,41.395334408067704],[-72.95362299990619,41.39555640811887],[-72.95291099975472,41.396954408414295],[-72.95304899983566,41.397589408533584],[-72.95333000000034,41.398880408776094],[-72.9535210001119,41.39975140893966],[-72.9480469985711,41.40388940992262],[-72.94612499802496,41.40525241025022],[-72.94570699790611,41.405547410321184],[-72.94523599777227,41.405881410401456],[-72.94473299762936,41.40623841048725],[-72.94418099746326,41.406467410549666],[-72.94303999711983,41.40693941067846],[-72.94256499697687,41.407136410732164],[-72.94271799701782,41.40698341069742],[-72.94274899702106,41.40686341067303],[-72.94276899702346,41.40679141065836],[-72.94280099703077,41.4067374106468],[-72.94285699704358,41.406643410626685],[-72.94312599711995,41.4064514105806],[-72.94350999723198,41.40623041052515],[-72.9438049973181,41.4060614104827],[-72.94380499731275,41.405967410464385],[-72.94402999736832,41.40566041039732],[-72.94403099735617,41.405441410354605],[-72.94398899733439,41.4052984103281],[-72.94398599733313,41.40529341032723],[-72.94356599715225,41.40451041018822],[-72.94347299710518,41.40421341013335],[-72.94297199687155,41.40296540990635],[-72.94297099687107,41.40296240990578],[-72.94261599671225,41.40219640976798],[-72.94238999662696,41.40198640973436],[-72.94212099652691,41.40176240969938],[-72.94200599648418,41.40166740968459],[-72.94180999641449,41.40156040967007],[-72.94137599626022,41.40132440963807],[-72.94128799622877,41.401273409630974],[-72.94058999597927,41.400869409574774],[-72.94040599591551,41.40079840956687],[-72.93979299570309,41.400561409540465],[-72.94001799573962,41.39992040940829],[-72.94006099572388,41.39939840930518],[-72.9400139956936,41.399134409255254],[-72.93981899556724,41.398025409045424],[-72.93920599519913,41.39505140848559],[-72.93915399516848,41.39480940844011],[-72.93884999498806,41.393371408169656],[-72.9388229949408,41.392694408038565],[-72.93880299490439,41.39216840793669],[-72.93841799469683,41.3907154076659],[-72.93824599460382,41.39006140754396],[-72.93797799444233,41.38875040729707],[-72.93786699437509,41.388201407193634],[-72.93765099424188,41.38709140698423],[-72.93735699406855,41.385720406726435],[-72.93730299403484,41.38543540667261],[-72.93726499401392,41.38528440664441],[-72.93710399395667,41.385196406632446],[-72.93699499392012,41.38517540663186],[-72.93681399386126,41.385173406637314],[-72.9359229935719,41.385169406665256],[-72.93547799342923,41.38519940668545],[-72.93541899341025,41.385202406687945],[-72.93524599335478,41.38521440669586],[-72.93518799333621,41.385218406698506],[-72.93461699315374,41.38526840672665],[-72.93431299305671,41.38529640674191],[-72.93291099261116,41.38546140681928],[-72.93234299243069,41.38552940685085]]]},"properties":{"name":1658.02,"geoid":"09009165802"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.00743102632909,41.55197243679509],[-73.00688102617838,41.552458436907266],[-73.0063520260336,41.552928437015666],[-73.00583002589114,41.553399437124014],[-73.00572902586286,41.55347843714263],[-73.00552202580519,41.55364443718156],[-73.00544702578607,41.55373543720166],[-73.00536702576584,41.55383543722366],[-73.00526102574061,41.55399543725815],[-73.00519702572552,41.55409443727943],[-73.00511902570962,41.5542584373138],[-73.00502802569504,41.554518437367214],[-73.004965025685,41.554699437404366],[-73.0048280256629,41.55508943748452],[-73.00479002565687,41.55519843750688],[-73.00475302567679,41.55575343761579],[-73.00477002570108,41.55607943767849],[-73.00476702571409,41.556322437725754],[-73.0047670257165,41.5563644377339],[-73.00483002575811,41.556731437803066],[-73.0048640257748,41.55682943782097],[-73.00491502579987,41.55697743784804],[-73.00495802582255,41.55712843787593],[-73.00498702583778,41.557229437894605],[-73.00500202586336,41.55758943796397],[-73.00500302586461,41.557605437967034],[-73.00493302587262,41.55813943807292],[-73.00484802586712,41.55852343815018],[-73.00483302586984,41.55865543817629],[-73.00480102587662,41.55895343823514],[-73.00481902588587,41.55901243824601],[-73.00486702591088,41.559176438276275],[-73.00501202598632,41.559668438367034],[-73.00506102601175,41.55983343839744],[-73.00514602605087,41.560033438433486],[-73.00540102616827,41.56063343854161],[-73.00548702620776,41.56083443857783],[-73.00511102607331,41.56062043854851],[-73.00454402587056,41.56029843850446],[-73.00399902568175,41.560094438482594],[-73.00393902566134,41.560078438481405],[-73.00352102551933,41.55997043847404],[-73.00340102547977,41.559960438476004],[-73.00304402536207,41.55993043848178],[-73.00299502534594,41.55992643848259],[-73.00292602532305,41.55991843848329],[-73.00291602532101,41.559939438487675],[-73.00290102532954,41.560172438533385],[-73.00292002534165,41.56027543855274],[-73.00296002536645,41.56048043859122],[-73.00308402541434,41.560612438612814],[-73.00320002545656,41.56069143862437],[-73.003566025581,41.5607874386311],[-73.0037320256385,41.56084943863773],[-73.00385702568182,41.5608964386428],[-73.00404702575086,41.56102343866128],[-73.0042740258333,41.561174438683196],[-73.0042960258485,41.56131443870964],[-73.00418602583102,41.56163143877471],[-73.00419302584136,41.56177143880166],[-73.004207025847,41.561790438804884],[-73.00428802587929,41.56189443882243],[-73.00465302600709,41.562054438841606],[-73.00474102604069,41.56214143885563],[-73.00474802604998,41.56226343887908],[-73.00461702601584,41.56240943891166],[-73.00441202595498,41.562509438937724],[-73.00421502589549,41.56258743895925],[-73.00354202568134,41.56266543899624],[-73.00333702561842,41.562729439015314],[-73.00319802557782,41.562808439035166],[-73.00305902554182,41.56296743907053],[-73.00302102553276,41.563024439082824],[-73.00299102552583,41.563073439093294],[-73.00297302552367,41.56313743910629],[-73.00293502551881,41.56326743913275],[-73.00281102549003,41.5634674391756],[-73.00266302546079,41.56379443924384],[-73.00266002546333,41.56385543925576],[-73.0026490254707,41.56404543929299],[-73.00256802545417,41.564215439328606],[-73.00248802543798,41.56438543936417],[-73.00240702542686,41.56464943941802],[-73.00231902542569,41.56512543951324],[-73.00225302541433,41.565300439549326],[-73.00225202541405,41.56530143954954],[-73.0021510253878,41.56541543957494],[-73.00204102535633,41.56548943959288],[-73.00195102532864,41.56551643960103],[-73.0016830252462,41.56559643962525],[-73.00127302511645,41.565656439650205],[-73.00106202505415,41.56576543967821],[-73.00086402499329,41.56582543969628],[-73.0008150249784,41.56584343970136],[-73.00055702490023,41.56594143972876],[-73.00047602487875,41.56602543974769],[-73.00044702487786,41.566173439777344],[-73.00062902495793,41.566537439842044],[-73.00066602498218,41.56674943988197],[-73.00091402508376,41.56711443994472],[-73.0009360250943,41.567173439955454],[-73.00082602506698,41.56731943998735],[-73.00081902507225,41.567450440013005],[-73.00062802500841,41.56741944001318],[-73.00056202499002,41.567472440025604],[-73.00056202500016,41.56764844005974],[-73.00055502500047,41.56769344006871],[-73.0005040249851,41.56771444007443],[-73.00044502496515,41.56770044007364],[-73.00033602492465,41.567612440060095],[-73.00027802490575,41.56761144006179],[-73.00013802486275,41.56765444007468],[-73.0000000248185,41.5676644400811],[-72.99996302480648,41.5676644400823],[-72.99983202476737,41.5677244400982],[-72.99975102474772,41.56784044012334],[-72.9997200247471,41.56800444015616],[-72.99968602474654,41.56818644019257],[-72.9995550247128,41.56833944022651],[-72.99940102466692,41.56841144024547],[-72.99926802462998,41.56852044027094],[-72.99926602463398,41.56860144028671],[-72.99926302464137,41.56874644031493],[-72.99932302467404,41.56897544035742],[-72.99932902467731,41.56899844036168],[-72.99942402471544,41.56912444038305],[-72.99954802475952,41.56919044039182],[-72.99962902479058,41.569272440405086],[-72.9996580248057,41.56937144042334],[-72.99964602480969,41.56950844045032],[-72.9996360248134,41.56962944047411],[-72.99954802478987,41.56971744049404],[-72.99930002471471,41.56981144052033],[-72.99921202468832,41.56984944053057],[-72.99913202466831,41.56995344055333],[-72.99913202467273,41.570030440568274],[-72.99923502471538,41.57018944059576],[-72.9992200247143,41.57025544060904],[-72.99903702465484,41.57025544061499],[-72.9988770245997,41.57020044060953],[-72.99878902457364,41.570244440620925],[-72.99875202456795,41.57035444064345],[-72.99881102459915,41.570563440682065],[-72.99888402462696,41.57063444069348],[-72.99886902462653,41.57071144070892],[-72.99886202462643,41.5707494407165],[-72.99880402460985,41.57078844072596],[-72.99863602455461,41.57077744072929],[-72.99844602448627,41.57066244071314],[-72.99840902447265,41.57063444070891],[-72.99835102445351,41.57062944070982],[-72.99827902443144,41.570652440716636],[-72.99797402431409,41.570335440665055],[-72.99705902396204,41.569384440510284],[-72.99675402384474,41.569068440458885],[-72.99623502364895,41.568596440384184],[-72.99468002306217,41.56718044015999],[-72.9941620228667,41.56670844008526],[-72.9940500228244,41.5666054400689],[-72.99379502272795,41.566369440031394],[-72.99269802231309,41.56535443987012],[-72.99233302217506,41.565016439816375],[-72.9922620221482,41.56495043980588],[-72.99205002206804,41.56475443977474],[-72.99198002204157,41.56468943976441],[-72.99140402182384,41.56415843968009],[-72.99044102145746,41.56322843953091],[-72.98771802042157,41.56060043910939],[-72.98516901945185,41.5581394387146],[-72.98261401849707,41.55597143837678],[-72.98244001842076,41.555627438315675],[-72.98123501796843,41.55456943814944],[-72.97985401745008,41.553357437959036],[-72.9768860164955,41.553525438087924],[-72.97528601598097,41.553617438157666],[-72.97555501606625,41.55358043814175],[-72.97636201632228,41.553473438094805],[-72.97663201640792,41.553437438079065],[-72.97716201657454,41.55334043804305],[-72.97759301671007,41.55326243801394],[-72.97875501707557,41.55305343793568],[-72.9792860172426,41.55295843790002],[-72.97986801742681,41.55287343786464],[-72.98161401797944,41.55261943775869],[-72.98219701816402,41.55253543772349],[-72.982535018271,41.55248643770301],[-72.98355101859266,41.55234043764173],[-72.98389001870007,41.552292437621404],[-72.98392601871157,41.552289437619656],[-72.98403501874664,41.55228343761497],[-72.98407201875857,41.55228143761335],[-72.98428001882428,41.552249437600395],[-72.9849080190229,41.55215543756178],[-72.985117019089,41.55212443754899],[-72.98531501915224,41.55210543753887],[-72.9859090193421,41.55205143750912],[-72.98610801940572,41.55203343749917],[-72.98671901960726,41.552086437489635],[-72.98677001962413,41.55209143748894],[-72.98709001973221,41.552163437492545],[-72.98737601983025,41.55225243750053],[-72.98843602020214,41.552731437559096],[-72.98844902020673,41.552737437559834],[-72.98895802039037,41.55305543760503],[-72.98914202045768,41.553186437624476],[-72.98926402050238,41.553274437637604],[-72.98965002064008,41.55348843766661],[-72.98972302066656,41.55353643767354],[-72.98991302073541,41.55366043769145],[-72.99016102082531,41.553822437714835],[-72.99090502109513,41.55431143778558],[-72.99115302118508,41.55447443780916],[-72.9911790211946,41.55449343781202],[-72.99125702122323,41.55455043782055],[-72.99128302123277,41.55456943782339],[-72.99185902143957,41.554911437871056],[-72.99241802164028,41.55524343791734],[-72.99280402177625,41.55542743794052],[-72.99312302188439,41.5555054379453],[-72.99351302201354,41.55554843794099],[-72.99372602208274,41.55554843793407],[-72.99384302212076,41.555548437930284],[-72.99439102229417,41.55546843789696],[-72.99467602237998,41.55535043786479],[-72.99529602255821,41.554947437766465],[-72.99571702267784,41.55464943769497],[-72.99611602279187,41.55437843762944],[-72.9964680228932,41.55415243757416],[-72.99697202303669,41.55380043748947],[-72.9971230230794,41.55369043746323],[-72.99771702325391,41.55336943738165],[-72.99790702331015,41.55327443735704],[-72.99797302332975,41.55324243734869],[-72.99850302349049,41.553043437292864],[-72.9985460235036,41.55302843728855],[-72.99870702355307,41.55297943727383],[-72.99935202375131,41.552783437214835],[-72.99949902379683,41.5527444372025],[-72.99963702383953,41.55270743719084],[-73.00003502396564,41.55265243716724],[-73.00016202400575,41.55263243715924],[-73.00038602407587,41.55258643714304],[-73.0014250244059,41.55245643708407],[-73.00173502450512,41.55243043706897],[-73.00226302467456,41.552394437044825],[-73.00247202474172,41.55238143703553],[-73.0025970247822,41.55237943703107],[-73.00302502492094,41.552374437016205],[-73.00310502494682,41.55237243701322],[-73.00316602496665,41.55237243701125],[-73.0037340251507,41.552364436991226],[-73.00447902539311,41.5523714369684],[-73.00601102588668,41.552300436904886],[-73.00661502607988,41.55224843687516],[-73.00696802618823,41.55213843684235],[-73.00743102632909,41.55197243679509]]]},"properties":{"name":3526,"geoid":"09009352600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.02167602979314,41.531767432410454],[-73.02087602961191,41.53313343270165],[-73.02079402959235,41.5332564327282],[-73.0204620295064,41.53363643281276],[-73.01999602937904,41.53405343290885],[-73.01970202929576,41.534265432959565],[-73.0192840291783,41.534583433034875],[-73.01890802907327,41.53488043310475],[-73.0182490288856,41.53533843321507],[-73.01803702882859,41.535544433261954],[-73.01787202878934,41.53579343331564],[-73.01765302873628,41.53610743338371],[-73.01727502865216,41.53677943352645],[-73.01720702863712,41.53690143355234],[-73.01807302893701,41.53722543358711],[-73.01859802912301,41.53749443362228],[-73.01879902919622,41.53763243364254],[-73.01897002926201,41.53781043367153],[-73.0179220289535,41.53836443381313],[-73.01784102893198,41.53844743383188],[-73.01768202888984,41.53861243386906],[-73.01761602887392,41.538708433889845],[-73.01755102885834,41.53880443391057],[-73.0176100288821,41.538884433924196],[-73.01779002895432,41.539123433964754],[-73.01785102897878,41.5392044339785],[-73.01782602898079,41.539380434013474],[-73.01775502898819,41.539909434118464],[-73.01773102899058,41.54008643415361],[-73.01771202898422,41.54008343415363],[-73.01765602896552,41.54007443415371],[-73.01763802895951,41.54007143415371],[-73.01754702892907,41.540056434153755],[-73.01721602881841,41.54000143415383],[-73.01658502861063,41.53995243416483],[-73.01638502854483,41.53993743416841],[-73.01469602799561,41.53992643422113],[-73.01340502757601,41.53992143426209],[-73.01234502723155,41.539918434295934],[-73.01207902714503,41.53991643430418],[-73.01128102688567,41.53991343432952],[-73.01101502679927,41.53991343433817],[-73.01096602678335,41.539913434339766],[-73.01082202673658,41.53991343434443],[-73.010774026721,41.53991343434599],[-73.0106840266917,41.53991243434872],[-73.01055802665077,41.53991243435281],[-73.01041402660395,41.5399114343573],[-73.01032402657472,41.53991143436022],[-73.0102550265523,41.539911434362466],[-73.00985402641867,41.53985243436403],[-73.00959502633178,41.53980443436312],[-73.00934202624799,41.539776434365905],[-73.0090990261652,41.53970943436078],[-73.00829502588721,41.53941643433002],[-73.0074290255816,41.53899343427602],[-73.00693902540863,41.53875343424534],[-73.00631002518789,41.53846743421025],[-73.00573702499159,41.53829043419448],[-73.0053620248634,41.53817943418511],[-73.00470102464163,41.53805643418268],[-73.00406002443073,41.53800943419437],[-73.0034610242307,41.53791443419538],[-73.00265602396716,41.53787843421453],[-73.0026440239631,41.53787543421435],[-73.00175202369851,41.53831243432812],[-73.00170502368394,41.538324434331976],[-73.00162802366104,41.53836143434166],[-73.0014160235989,41.53847843437126],[-72.99956102303256,41.53910743455358],[-72.99946802300428,41.539141434563206],[-72.99856702273043,41.539468434655916],[-72.99851302271392,41.53948643466117],[-72.99617502200078,41.54029143489333],[-72.99563702183747,41.54049043494941],[-72.99523102171426,41.540641434991905],[-72.99500702164572,41.54071443501334],[-72.99468802154992,41.5408504350501],[-72.99446602148302,41.54094143507498],[-72.99427002142333,41.54101043509472],[-72.99300602103855,41.541459435222905],[-72.99258502091043,41.54160943526569],[-72.99248102087871,41.54164543527605],[-72.99217202078466,41.54175543530744],[-72.9920690207534,41.54179343531814],[-72.99093402040788,41.54219643543321],[-72.99008602014885,41.54248243551625],[-72.98972202003637,41.54258243554745],[-72.9895330199792,41.54265643556796],[-72.98918401987217,41.54276643560065],[-72.98866001971243,41.542948435652974],[-72.9882340195841,41.54312343570077],[-72.98779601945124,41.54328743574681],[-72.9874620193474,41.543368435773374],[-72.9867540191273,41.543540435829726],[-72.98608201891534,41.54365043587288],[-72.98463401844805,41.54370443593034],[-72.98369501814378,41.54371743596333],[-72.98317201796968,41.54364443596612],[-72.98177201749965,41.543379435960084],[-72.98090501720088,41.54308143593034],[-72.98019401695251,41.5427784358946],[-72.97991501685486,41.54265643587996],[-72.97908001656263,41.54229143583618],[-72.97880201646538,41.5421704358217],[-72.97797101617458,41.54180743577819],[-72.97760601604635,41.541639435757396],[-72.97746401599707,41.54158443575133],[-72.9753690152631,41.5406544356387],[-72.97514101518327,41.54055443562668],[-72.9747960150623,41.540399435607775],[-72.97209501411584,41.539197435461986],[-72.97088501369223,41.53866543539792],[-72.96994001336147,41.538251435348165],[-72.96778501260674,41.537299435233166],[-72.96725101242075,41.53708143520815],[-72.96684601227977,41.53691743518943],[-72.96609601202299,41.53668843516927],[-72.96599801199007,41.53666943516875],[-72.96612401201493,41.5363894351103],[-72.96650601209092,41.5355514349352],[-72.96663401211649,41.53527243487689],[-72.96701901219615,41.53448143471082],[-72.96817801243644,41.532108434212454],[-72.96856501251682,41.5313184340465],[-72.96858101252231,41.53132343404695],[-72.96863201253986,41.531340434048595],[-72.96864901254571,41.53134643404919],[-72.96879201257947,41.53112543400166],[-72.9692220126811,41.53046243385898],[-72.96936601271526,41.530242433811594],[-72.9706500131646,41.53080443387911],[-72.9745050145136,41.532490434081566],[-72.97579001496332,41.53305343414924],[-72.97615801509171,41.533207434167196],[-72.97726201547691,41.53367043422132],[-72.97763001560533,41.53382543423949],[-72.97810401576362,41.5339004342387],[-72.97831501583411,41.53393443423846],[-72.97881001598628,41.53378443419327],[-72.97942201616429,41.53342243410313],[-72.97983601628476,41.533178434042334],[-72.9800450163477,41.533092434018855],[-72.98865101896025,41.52990943312169],[-72.99141901980141,41.52890143283618],[-72.99210602000949,41.52863943276301],[-72.99417002063488,41.527856432544],[-72.99485902084373,41.52759643247117],[-72.99579702112925,41.52726343237605],[-72.99861302198663,41.52626743209128],[-72.99915302215103,41.52607643203666],[-72.99955202227252,41.525935431996345],[-72.99961302229067,41.52590643198874],[-72.9997970223456,41.525822431966446],[-72.99985902236412,41.52579443195899],[-73.00031702250098,41.52558743190395],[-73.00169202291198,41.52496843173911],[-73.00215102304922,41.524762431684216],[-73.0024870231523,41.524657431652905],[-73.00349602346208,41.524345431559574],[-73.00383302356555,41.52424143152845],[-73.00408302364046,41.524132431499176],[-73.00410102364593,41.52412543149723],[-73.00437002372661,41.52400943146598],[-73.00472802383403,41.52385543142443],[-73.0048350238661,41.523808431411844],[-73.00508602394144,41.52370143138292],[-73.00711502457156,41.523199431219545],[-73.01131102587475,41.52216443088236],[-73.01315302643599,41.521521430697696],[-73.01512802703782,41.520833430499955],[-73.01573602722381,41.52063443044157],[-73.01756202778266,41.52004043026692],[-73.01817102796905,41.51984243020869],[-73.01822002798438,41.519832430205156],[-73.01837002803158,41.51980643019524],[-73.01842002804732,41.51979743019187],[-73.01880702816868,41.519722430164734],[-73.01927102831417,41.51963243013219],[-73.01942102836122,41.519603430121684],[-73.0199690285332,41.5194994300837],[-73.02035702865496,41.519425430056714],[-73.02187002912902,41.51912542994933],[-73.02641203055242,41.51822942962777],[-73.02792603102691,41.51793142952073],[-73.02791503102524,41.517964429527495],[-73.02780903100911,41.5182824295927],[-73.02776103100484,41.518479429632514],[-73.02769903099957,41.51873742968464],[-73.02765903100929,41.51913242976265],[-73.02765003102368,41.519433429821405],[-73.02769103106488,41.519918429914256],[-73.027756031101,41.52017942996283],[-73.02779203112074,41.52031942998887],[-73.02776803113763,41.520748430072956],[-73.0277460311402,41.520917430106465],[-73.02773703113841,41.52093743011065],[-73.02771503113473,41.52099743012302],[-73.02765603112132,41.52109743014435],[-73.02762403111782,41.52121743016869],[-73.02761203112969,41.52149143022229],[-73.02760403113821,41.52168443026004],[-73.02757303113647,41.52182943028921],[-73.02755903113614,41.52190243030383],[-73.02754003115129,41.52227343037651],[-73.02753803115336,41.52232043038569],[-73.02754303116083,41.522422430405335],[-73.02753203116325,41.522526430425884],[-73.02752903116436,41.52256243043298],[-73.0275000311792,41.52298443051587],[-73.0274910311844,41.52312543054354],[-73.02746903118727,41.52329943057804],[-73.02744803119084,41.52348043061388],[-73.02744403120927,41.523823430680615],[-73.02744203121875,41.52399943071486],[-73.0274650312543,41.52448743080887],[-73.02752403130005,41.524949430896676],[-73.0275300313035,41.52497543090151],[-73.02767203138515,41.5255934310169],[-73.02778503143762,41.52586743106644],[-73.02782803145912,41.525998431090485],[-73.02784103146851,41.52608843110753],[-73.02784603148037,41.52626643114193],[-73.02783203148124,41.52636043116064],[-73.02777103146838,41.52648143118611],[-73.0276390314337,41.52662343121797],[-73.02737403136736,41.52696643129319],[-73.02691303124338,41.52741343139495],[-73.02685603123011,41.52750443141448],[-73.02681603122097,41.52757143142879],[-73.02677103121177,41.5276654314485],[-73.02675003120879,41.52773243146219],[-73.02668403119974,41.52794743150607],[-73.02660603120307,41.528445431605306],[-73.02646503115928,41.528480431616686],[-73.0262290310861,41.528540431635996],[-73.02606303103201,41.52853743164081],[-73.02603903102411,41.5285354316412],[-73.02592303098585,41.52852543164304],[-73.02589603097678,41.52852043164294],[-73.02586303096575,41.528514431642854],[-73.0257640309326,41.52849743164278],[-73.02573203092192,41.528492431642825],[-73.02544203082493,41.52844343164274],[-73.02529903077797,41.528434431645636],[-73.02527403076998,41.52843643164683],[-73.025183030741,41.52844643165173],[-73.02503003069292,41.52847443166215],[-73.02479203062018,41.528553431685225],[-73.02398103037763,41.52891543178184],[-73.023718030299,41.5290334318133],[-73.02356503025403,41.52911543183419],[-73.0232840301691,41.529225431864674],[-73.02288703004915,41.529381431907865],[-73.02243902991307,41.529545431954276],[-73.02243402991157,41.52954743195481],[-73.02217202983438,41.52968443198992],[-73.02200202979044,41.5298804320335],[-73.02177702974562,41.53037143213615],[-73.02165302972384,41.53069243220249],[-73.02163802973925,41.531045432271526],[-73.02167602979314,41.531767432410454]]]},"properties":{"name":3528,"geoid":"09009352800"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.98914900675452,41.313305390927745],[-72.98707800607349,41.31313739096176],[-72.98535100550554,41.31299639098993],[-72.97581900237105,41.312223391146375],[-72.97467900199621,41.312131391165174],[-72.97395800175907,41.3120723911769],[-72.97248700127538,41.31195339120107],[-72.97100800078373,41.31174039120717],[-72.97017700050753,41.311621391210714],[-72.9688830000799,41.31147939122468],[-72.96500199879739,41.31105439126676],[-72.96370899837012,41.310913391280906],[-72.96322599821204,41.31088739129139],[-72.96177699773779,41.310809391322834],[-72.96129399757976,41.310784391333506],[-72.96062999736353,41.31076839135178],[-72.95967399705223,41.31074539137809],[-72.95863999671552,41.31072039140651],[-72.95814799655537,41.31070939142024],[-72.9579799964992,41.31067939141978],[-72.95779199643675,41.31065339142076],[-72.95722899624978,41.31057539142366],[-72.95704199618774,41.3105503914248],[-72.95675899609489,41.31053139143019],[-72.95658799603808,41.310507391431024],[-72.95629699594146,41.310467391432596],[-72.95631099592646,41.310122391364764],[-72.95657799599007,41.30971739127706],[-72.95666699601128,41.30958239124782],[-72.95675599603257,41.30944839121879],[-72.95682299604852,41.30934639119671],[-72.95684299604586,41.30918539116462],[-72.95695699602933,41.30824139097659],[-72.9572089960939,41.307938390909285],[-72.95724499610314,41.30789539089973],[-72.95725199610263,41.30784639088992],[-72.95733899609833,41.30727239077501],[-72.9574269960944,41.306699390660256],[-72.95743399609422,41.30665639065164],[-72.95739699607822,41.30658539063896],[-72.95734899606022,41.30654239063211],[-72.95734699605646,41.30648739062143],[-72.95710099594955,41.3060083905358],[-72.95685499584259,41.305528390449965],[-72.95678299581714,41.305491390445056],[-72.9567249957993,41.30550839045025],[-72.95655799575286,41.30564439048219],[-72.95635399568982,41.305699390499505],[-72.95625199565592,41.30568439049986],[-72.9560989956008,41.30558739048584],[-72.95601199556127,41.305387390449575],[-72.95597499553595,41.305152390404864],[-72.95600399553159,41.30490939035648],[-72.95607699554876,41.30479439033166],[-72.95616499557609,41.30477339032471],[-72.95628099561353,41.304770390320385],[-72.95639699565585,41.30485339033287],[-72.95649999571106,41.30523839040474],[-72.95658699574396,41.30532139041816],[-72.95669599577988,41.30533139041661],[-72.95673999579064,41.30526939040309],[-72.95674599578889,41.30520439039018],[-72.95655699565476,41.303918390145085],[-72.95675499568618,41.30333939002561],[-72.95684899570273,41.30309338997453],[-72.95685899570258,41.303033389962486],[-72.95687199570588,41.30301738995894],[-72.95652099557066,41.302639389896406],[-72.9562999954409,41.3016133897031],[-72.9560949953644,41.301436389675146],[-72.955696995216,41.30109438962115],[-72.95500999496844,41.300656389557695],[-72.95481399489968,41.30056438954603],[-72.95369099450579,41.30003838947944],[-72.95311099429155,41.299576389407875],[-72.95285899420531,41.299496389400346],[-72.95282799419482,41.29948838939978],[-72.9527669941742,41.299473389398806],[-72.95264499413292,41.299443389396885],[-72.95245499405382,41.29913438934263],[-72.95229499397075,41.29858338924015],[-72.95217199390697,41.29816138916166],[-72.951424993643,41.297776389110496],[-72.95108599350444,41.29727038902255],[-72.95366899432817,41.29702738889191],[-72.95374299435215,41.29702738888954],[-72.95431899453396,41.2969393888538],[-72.95450899459254,41.29688638883732],[-72.95460399462193,41.29686138882938],[-72.95506899476291,41.29668838878061],[-72.95525499481937,41.29662038876133],[-72.95540099486375,41.296568388746465],[-72.9558379949968,41.29641538870251],[-72.95598499504156,41.29636438868782],[-72.95622699511584,41.29629038866556],[-72.95695199533846,41.29607038859924],[-72.9571949954131,41.29599738857715],[-72.95728199543998,41.29597438856986],[-72.95731599545057,41.295966388567194],[-72.9575369955178,41.295888388544846],[-72.95762199554372,41.29585938853644],[-72.9582349957171,41.295411388429166],[-72.95857099581019,41.29513138836365],[-72.95894999591394,41.29479338828541],[-72.95906299594486,41.29469238826203],[-72.9592109959831,41.29452038822367],[-72.95935099601711,41.29431938817987],[-72.95949799604983,41.29405538812358],[-72.9598359961271,41.293484388001126],[-72.96004999617608,41.293124387923896],[-72.9602679962359,41.29293238787936],[-72.96059499633245,41.2927653878362],[-72.96090599642687,41.29265238780411],[-72.96138399657212,41.292480387755106],[-72.96145399659339,41.29245538774797],[-72.96207799678297,41.29223038768391],[-72.96306999708305,41.29185038757771],[-72.9636659972644,41.29164038751749],[-72.96531199776209,41.291005387340405],[-72.96641899809819,41.29060338722619],[-72.9665319981327,41.29056538721514],[-72.96687099823615,41.29045138718194],[-72.96698399827062,41.29041338717089],[-72.96721499834184,41.29034838715074],[-72.96824899866267,41.290094387067796],[-72.96896599888095,41.28984438699587],[-72.9695039990414,41.28959738693026],[-72.96960999907297,41.28954838691727],[-72.96992699916748,41.289402386878535],[-72.97003399919944,41.2893543868657],[-72.97030999928032,41.28920238682712],[-72.97114099952401,41.28874838671163],[-72.97141799960532,41.2885983866734],[-72.97149999962924,41.28855138666157],[-72.97174799970175,41.288412386626426],[-72.97183099972605,41.28836638661476],[-72.97216799982478,41.288180386567554],[-72.97318100012157,41.287622386425895],[-72.97351900022066,41.28743738637885],[-72.97363900025583,41.287371386362096],[-72.97400000036163,41.28717338631177],[-72.9741210003972,41.287108386295166],[-72.97416400040976,41.2870843862891],[-72.97429300044746,41.28701138627067],[-72.97433700046042,41.28698838626476],[-72.97455200052326,41.286867386234185],[-72.97520000071287,41.286506386142776],[-72.97541700077649,41.28638738611253],[-72.97555700081757,41.28631138609316],[-72.97597700094093,41.28608538603548],[-72.9761180009824,41.28601038601627],[-72.97621800101167,41.2859553860023],[-72.97651900109993,41.28579038596037],[-72.97662000112962,41.28573638594656],[-72.9767950011805,41.2856333859208],[-72.97732300133428,41.28532638584379],[-72.97749900138555,41.285224385818196],[-72.97787600149456,41.28499138576051],[-72.97867800172662,41.28449838563833],[-72.97900100181934,41.284286385586505],[-72.97937200192588,41.28404438552725],[-72.97969500201792,41.283820385473064],[-72.97970500202082,41.28381438547157],[-72.98063300228164,41.28310838530372],[-72.98094600236969,41.28287138524729],[-72.9811470024268,41.282729385213074],[-72.98135900248613,41.282563385173795],[-72.98257900282785,41.28161438494902],[-72.98298600294187,41.28129838487417],[-72.9831970030025,41.28116138484058],[-72.98325500301922,41.28112438483149],[-72.98342900306838,41.280996384800865],[-72.98382400318202,41.280742384738495],[-72.98403600324309,41.280607384705284],[-72.98435800334583,41.280578384689235],[-72.98532600365475,41.28049238464123],[-72.98564900375783,41.28046438462535],[-72.98581100381551,41.280555384637914],[-72.9861390039318,41.28073138466173],[-72.9865110040637,41.28093138468883],[-72.9869090042061,41.281167384722124],[-72.98705800426463,41.28134838475269],[-72.98711900429545,41.28154338478882],[-72.987139004322,41.28189738485738],[-72.9871640043544,41.28232638494038],[-72.98714900435685,41.28245538496608],[-72.98713800435712,41.282523384979726],[-72.98712100435807,41.28263738500256],[-72.9871120043605,41.28273138502121],[-72.98710600436252,41.282801385035086],[-72.98707200437268,41.28317538510925],[-72.9870630043807,41.28336838514726],[-72.9870620043819,41.28339538515258],[-72.98696200436659,41.28369738521481],[-72.98677400432776,41.28408738529708],[-72.98618600420643,41.285310385555015],[-72.9861450042039,41.28550038559347],[-72.98618900423206,41.285745385639906],[-72.98648700436027,41.28630338573933],[-72.98694500456438,41.28728538591645],[-72.98716700466339,41.2877623860025],[-72.98718600467187,41.2878033860099],[-72.98719800467778,41.28783938601655],[-72.98729900472712,41.28813238607054],[-72.98730300473551,41.28825738609484],[-72.98695700465672,41.28884638622107],[-72.9869690046689,41.288992386249205],[-72.98608200444767,41.2901623865064],[-72.98598900442454,41.29028638653362],[-72.98535700445801,41.29449138737551],[-72.98514000447003,41.29594438766637],[-72.98496500447959,41.29711438790056],[-72.98444300450956,41.30062738860361],[-72.98426900451955,41.30179838883794],[-72.98430200453444,41.30187238885132],[-72.9844040045801,41.302094388891405],[-72.98443800459532,41.30216838890476],[-72.9844510046018,41.30220838891214],[-72.9844900046214,41.3023313889349],[-72.98450300462794,41.3023723889425],[-72.9846020046732,41.302604388984626],[-72.98470100471847,41.302836389026744],[-72.98478700475792,41.3030403890638],[-72.98482800477665,41.303136389081246],[-72.98505600488097,41.30367238917859],[-72.98532500500397,41.30430338929314],[-72.98566300515857,41.3050973894373],[-72.98580400522319,41.305430389497815],[-72.9860010053132,41.30589138958148],[-72.9860540053375,41.30601638960418],[-72.98609300535523,41.3061063896205],[-72.9861310053726,41.306195389636656],[-72.98672900564726,41.30761938989547],[-72.98760500604932,41.30970039027361],[-72.98794200620404,41.310501390419155],[-72.98853800647586,41.31188639067038],[-72.98914900675452,41.313305390927745]]]},"properties":{"name":1541,"geoid":"09009154100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.97596999987829,41.2673523823743],[-72.97675900011028,41.26693238226678],[-72.97811100051098,41.26626938209362],[-72.97854000063813,41.26605938203873],[-72.98021700113608,41.265253381827144],[-72.9812640014477,41.26476338169763],[-72.9846060024404,41.26316438127735],[-72.98663100304191,41.262196381022854],[-72.98677300308431,41.26213238100577],[-72.98700100315206,41.2620233809771],[-72.98761100333277,41.26172338089879],[-72.98895000372966,41.261068380727586],[-72.98975000396301,41.26061038061227],[-72.9900740040563,41.26040338056134],[-72.99076500425552,41.25996638045364],[-72.99085900428226,41.25990038043772],[-72.99113300436007,41.259706380390945],[-72.99132300441411,41.25957338035881],[-72.9919430045885,41.25910438024714],[-72.99221200466427,41.258902380198975],[-72.99217500471507,41.2600123804172],[-72.99206500486795,41.26334338107199],[-72.99202900491917,41.26445438129036],[-72.99195700502142,41.266672381726295],[-72.9919560050243,41.26672938173746],[-72.99195400502757,41.26679838175102],[-72.99202800512509,41.26809738200257],[-72.99094800482641,41.26900438221469],[-72.98811400405299,41.271567382807],[-72.98646900360417,41.27305738315127],[-72.9851630032504,41.27428538343338],[-72.98124900219042,41.27797138427993],[-72.979944001837,41.279200384562174],[-72.9801310019052,41.279334384582334],[-72.98069200210986,41.27973738464302],[-72.98087900217813,41.27987238466337],[-72.98101000222546,41.279958384675965],[-72.98140300236747,41.280216384713725],[-72.98153400241485,41.28030338472651],[-72.9816760024665,41.280402384741265],[-72.98210200262146,41.28070038478579],[-72.98224400267314,41.28080038480074],[-72.98239200272673,41.28089938481533],[-72.9828370028879,41.281198384859415],[-72.98298600294187,41.28129838487417],[-72.98257900282785,41.28161438494902],[-72.98135900248613,41.282563385173795],[-72.9811470024268,41.282729385213074],[-72.98094600236969,41.28287138524729],[-72.98063300228164,41.28310838530372],[-72.97970500202082,41.28381438547157],[-72.97969500201792,41.283820385473064],[-72.97937200192588,41.28404438552725],[-72.97900100181934,41.284286385586505],[-72.97867800172662,41.28449838563833],[-72.97787600149456,41.28499138576051],[-72.97749900138555,41.285224385818196],[-72.97732300133428,41.28532638584379],[-72.9767950011805,41.2856333859208],[-72.97662000112962,41.28573638594656],[-72.97651900109993,41.28579038596037],[-72.97621800101167,41.2859553860023],[-72.9761180009824,41.28601038601627],[-72.97597700094093,41.28608538603548],[-72.97555700081757,41.28631138609316],[-72.97541700077649,41.28638738611253],[-72.97520000071287,41.286506386142776],[-72.97455200052326,41.286867386234185],[-72.97433700046042,41.28698838626476],[-72.9742660004321,41.28689438624868],[-72.97423700041372,41.28673638621874],[-72.97418900039364,41.28665638620466],[-72.97414200037393,41.28657738619074],[-72.97409100035172,41.286477386172834],[-72.9741350003614,41.28639638615558],[-72.97417100037082,41.28635638614661],[-72.97414900035552,41.28621238611919],[-72.97416400035608,41.28613638610386],[-72.97428700039069,41.286043386081715],[-72.97436700041267,41.28597338606547],[-72.97436000040501,41.285878386047116],[-72.97423900035783,41.28573738602346],[-72.9741710003313,41.28565838601023],[-72.97413400031137,41.28551838598405],[-72.97416300031647,41.28544238596827],[-72.97420100032794,41.28542738596413],[-72.97430900036044,41.285383385952045],[-72.97436000037591,41.285364385946686],[-72.97444700040037,41.28529838593098],[-72.97444700039274,41.28516338590461],[-72.97441300037933,41.28512138589748],[-72.97434100035085,41.28503038588204],[-72.97427200032361,41.284944385867455],[-72.97413400026574,41.28471238582655],[-72.97378800010952,41.28393438568568],[-72.97375500009457,41.28385938567208],[-72.97349999998207,41.2833323855773],[-72.97328899989867,41.28306738553231],[-72.97275799970355,41.28266138547007],[-72.97236399955733,41.28233438541885],[-72.9723429995462,41.28225838540469],[-72.97258199960119,41.2818613853194],[-72.97259699959871,41.28173138529351],[-72.9724219995293,41.28150738525537],[-72.97235699950154,41.28138938523442],[-72.97225399946419,41.28131938522405],[-72.97209399941295,41.28133038523135],[-72.97197699937215,41.281279385225154],[-72.97194199935994,41.28126438522336],[-72.97184699932932,41.281267385227004],[-72.9716219992643,41.2814073852616],[-72.97154199924182,41.2814683852761],[-72.97140299920275,41.28157438530129],[-72.97111299911712,41.28172238533957],[-72.97116299913746,41.28179538535221],[-72.9712949991832,41.281847385358134],[-72.97112699913622,41.28197938538932],[-72.97093799907782,41.282030385405385],[-72.97092499907339,41.282026385405025],[-72.97080699903321,41.281992385402184],[-72.97044999890895,41.28184138538416],[-72.970071998783,41.28178138538462],[-72.96969899866208,41.28178138539662],[-72.96958399862481,41.28178138540034],[-72.9692789985277,41.28181238541623],[-72.96908199846516,41.28183538542706],[-72.96891499840399,41.2817113854082],[-72.96873999834555,41.281681385407985],[-72.96851399827179,41.2816723854135],[-72.96843199824225,41.28162038540597],[-72.96842699824047,41.28161738540555],[-72.96836899820576,41.281336385352496],[-72.96829599817745,41.281254385338826],[-72.96803399808692,41.28115538532792],[-72.96788799804021,41.28116638533477],[-72.96760399794839,41.2811703853447],[-72.96734999787266,41.28128738537574],[-72.96721899782952,41.28127538537762],[-72.96711699779281,41.2812113853684],[-72.96698599774129,41.28105138534134],[-72.96689899771225,41.28103638534121],[-72.96672399766095,41.281132385365616],[-72.96657799761549,41.281165385376774],[-72.9664769975801,41.28111838537083],[-72.96638999754646,41.281022385354866],[-72.96627299750871,41.28102538535923],[-72.96620999749041,41.28106338536868],[-72.96605499744567,41.281160385392624],[-72.96598199742166,41.28115438539381],[-72.96597499741509,41.28107838537919],[-72.96598999741434,41.280979385359345],[-72.96593099738571,41.28081138532841],[-72.9659239973771,41.28069938530675],[-72.9659159973727,41.280667385300745],[-72.96584999734361,41.2805313852763],[-72.96580499732998,41.28054838528107],[-72.96558399726378,41.28064438530695],[-72.96527399717104,41.2807813853437],[-72.96480499703293,41.281027385406894],[-72.96454999695794,41.28116338544167],[-72.96460299697898,41.28123138545325],[-72.96472799702845,41.28138938548012],[-72.96477099704482,41.281432385487136],[-72.96483299706844,41.28149438549726],[-72.96419399687854,41.28179938557743],[-72.96317499657582,41.282287385705615],[-72.9626139963476,41.28146838556362],[-72.96221499618528,41.28088538546253],[-72.96206599612633,41.28069738543058],[-72.96162199595061,41.28013538533504],[-72.96147399589205,41.27994838530325],[-72.96140599586417,41.279845385285306],[-72.96120499578153,41.27953638523139],[-72.9611389957543,41.27943338521338],[-72.96135199581775,41.27933438518716],[-72.96135599581899,41.279333385186845],[-72.96200299601335,41.279061385112854],[-72.96222099607888,41.27897038508805],[-72.96235399611886,41.27891538507302],[-72.96275599624003,41.278753385028416],[-72.9628899962804,41.278699385013546],[-72.96299399631174,41.278657385002],[-72.96334699641838,41.278519384963644],[-72.96364099650728,41.278406384932104],[-72.96404899663099,41.27825538488944],[-72.96471899683246,41.27797738481354],[-72.96517399696938,41.27779038476235],[-72.96535999702809,41.27776238475089],[-72.96550999707553,41.277741384741944],[-72.9658889971891,41.27757738469769],[-72.96595799720984,41.277548384689794],[-72.96606099724045,41.2774993846769],[-72.9665559973874,41.27726038461424],[-72.96671099743344,41.277186384594806],[-72.96736199762339,41.276813384500926],[-72.96779499774709,41.27651938442953],[-72.9679559977921,41.27639238439952],[-72.96838899791334,41.276054384319494],[-72.96847299793654,41.27598338430291],[-72.96860499797312,41.27587338427717],[-72.96871399800204,41.27576038425157],[-72.9687909980226,41.275682384233846],[-72.96885199803874,41.275618384219364],[-72.96903499808737,41.27542938417654],[-72.9690969981039,41.275366384162226],[-72.96916799812269,41.275291384145284],[-72.96938399818012,41.275069384094934],[-72.96939799818394,41.27505638409195],[-72.9694459981956,41.2749873840769],[-72.96952799821533,41.27486638405062],[-72.96977699827555,41.27450438397183],[-72.96978799827833,41.27449038396875],[-72.96985399829352,41.274380383945115],[-72.96991099830643,41.27428238392413],[-72.97008599834669,41.273991383861606],[-72.97014399836,41.27389438384079],[-72.97018699836981,41.27382138382512],[-72.97031699839967,41.27360438377851],[-72.97036099840987,41.273532383763026],[-72.97041199842148,41.27344538374438],[-72.97056799845728,41.27318438368834],[-72.97061999846926,41.273098383669854],[-72.97086699852495,41.27266738357765],[-72.97130899862493,41.27190238341388],[-72.97160399869159,41.271390383304286],[-72.97161099869318,41.271378383301716],[-72.97188699875929,41.270965383212086],[-72.97219099883525,41.270566383124304],[-72.9722059988391,41.270548383120314],[-72.97277399898637,41.269897382974754],[-72.97328399912372,41.269403382861746],[-72.97366199922564,41.26903938277842],[-72.97410599934915,41.268678382693565],[-72.97461699949147,41.26826638259655],[-72.97543599972462,41.26769538245854],[-72.97548799973956,41.267661382450235],[-72.97596999987829,41.2673523823743]]]},"properties":{"name":1542,"geoid":"09009154200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.94804900200567,41.46410542164627],[-72.94509200102942,41.46382242168678],[-72.94097299966955,41.46342842174322],[-72.93624999809732,41.462750421763886],[-72.93594399799551,41.462707421765415],[-72.9333669971211,41.46204742172023],[-72.93206299667807,41.46170342169542],[-72.92815199534945,41.46067442162149],[-72.92729599505867,41.46044942160535],[-72.9268489949068,41.4603314215968],[-72.92674599487204,41.46030842159566],[-72.92520599436783,41.46023542163118],[-72.92027199275263,41.4600054217457],[-72.91862799221448,41.45992942178397],[-72.9184999921724,41.459920421786336],[-72.91827799209958,41.45990742179097],[-72.91811799204642,41.45988642179207],[-72.91799199200466,41.4598714217932],[-72.91793899197222,41.45960442174295],[-72.91667999139214,41.456600421199006],[-72.91634799123918,41.4558084210556],[-72.91632099121553,41.45554742100567],[-72.91615399106769,41.4539054206915],[-72.91544899072495,41.45190842032557],[-72.91574599070147,41.44980441990648],[-72.9146259901768,41.44697841939253],[-72.91442899008462,41.446483419302524],[-72.91431999003352,41.44620741925232],[-72.91344598962407,41.44400141885107],[-72.91334098954142,41.44314941868859],[-72.91335998954413,41.443088418676105],[-72.91339098954883,41.4429944186568],[-72.91333898952757,41.44291741864349],[-72.91330398951325,41.4428654186345],[-72.91321098947599,41.442741418613366],[-72.91313798943759,41.44248341856548],[-72.91279598925713,41.4412644183392],[-72.91275298923428,41.441108418310215],[-72.91259698917179,41.44090041827475],[-72.91092698849909,41.43860841788237],[-72.90937698788971,41.43674441756941],[-72.90934398787661,41.43670241756229],[-72.90934398779537,41.435275417284444],[-72.9093439877348,41.43421141707724],[-72.90844998735292,41.43260141679255],[-72.9081409871791,41.43130941655091],[-72.90823298719849,41.431125416512124],[-72.90884498732824,41.42991441625656],[-72.90888498733462,41.42979841623267],[-72.90901698735944,41.429481416166695],[-72.90941398743442,41.42853441596947],[-72.90954698745962,41.42821841590363],[-72.90944798737279,41.42725741571967],[-72.90944298736817,41.4272044157095],[-72.90884098711037,41.426108415515465],[-72.90753198663359,41.42519741538021],[-72.90673998634507,41.424645415298215],[-72.90656598627659,41.42443441526273],[-72.90636998619426,41.424105415204956],[-72.90632998617558,41.42400541518678],[-72.90548098577892,41.42187741479966],[-72.90519898564706,41.42116841467063],[-72.9047559854288,41.41985941442992],[-72.90467698538987,41.41962541438686],[-72.90370898491263,41.41675841385954],[-72.90363598484673,41.41601641371734],[-72.90357498480134,41.41556641363164],[-72.90361798478979,41.41511741354278],[-72.90367598479742,41.41492041350253],[-72.90394498483289,41.41400841331619],[-72.90417398489035,41.41371141325093],[-72.90435798493648,41.413472413198456],[-72.9050719851173,41.41257641300087],[-72.90533898518488,41.41224041292681],[-72.90721798566122,41.4098904124084],[-72.90788898583138,41.40905241222349],[-72.90793298584241,41.40899541221097],[-72.90928998618979,41.40735741184809],[-72.90991198634914,41.4066094116823],[-72.91130498670648,41.40494141131238],[-72.91180498683732,41.40438841118849],[-72.91224198694995,41.40387441107427],[-72.91241998699141,41.4035874110126],[-72.91254898702135,41.403377410967515],[-72.91272998706037,41.403030410894075],[-72.91290998709896,41.40268141082026],[-72.91307598712929,41.40226741073423],[-72.9131179871371,41.40216441071279],[-72.91326698715862,41.401692410616015],[-72.9136779872088,41.40022841031747],[-72.91415598725636,41.39833540993312],[-72.91463698730452,41.39643540954733],[-72.91537898738305,41.39357940896674],[-72.91548798739129,41.39310140887005],[-72.91550198737701,41.39277040880509],[-72.91549598736808,41.3926474087813],[-72.91540098722655,41.39069840840444],[-72.91538098720567,41.390445408355774],[-72.91532298714387,41.38968840821007],[-72.91530398712338,41.38943640816155],[-72.91529198711098,41.38928640813268],[-72.91527198708863,41.38900740807896],[-72.9152269870387,41.38838540795914],[-72.91518398698699,41.387720407830884],[-72.91515698695385,41.38729140774814],[-72.9148179865216,41.38161640665261],[-72.91508698661195,41.38167040665447],[-72.91527998667647,41.381703406654694],[-72.91656598710654,41.38192840665715],[-72.91666998714138,41.38194740665751],[-72.91706198727282,41.3820224066595],[-72.91713298729672,41.38203740666014],[-72.9174309873969,41.38209840666243],[-72.9183249876975,41.38228340666971],[-72.91846798774559,41.38231340667095],[-72.9186219877978,41.38235240667358],[-72.91891598789803,41.38243740668069],[-72.91894298790726,41.382445406681384],[-72.91935098804213,41.382489406676825],[-72.91949598808918,41.38248940667216],[-72.91964898813725,41.38246140666177],[-72.91981098818518,41.38237940664057],[-72.91991198821515,41.38233040662776],[-72.92007398826159,41.38222240660147],[-72.92014698828874,41.38228340661103],[-72.92017998830103,41.38231140661541],[-72.92037098837153,41.38246140663852],[-72.9204469883996,41.38252140664776],[-72.92080798853732,41.3828834067067],[-72.92088098856514,41.382956406718584],[-72.92113098866835,41.383345406786376],[-72.92131798878323,41.38429940696634],[-72.92133098879125,41.38436640697899],[-72.9214699888604,41.38478940705698],[-72.92165998892442,41.38483140705904],[-72.9222319891172,41.38495740706518],[-72.92242298918158,41.38499940706722],[-72.92275098929282,41.38508440707322],[-72.92311598941667,41.38517940707998],[-72.92354798956157,41.385262407082244],[-72.92374898962794,41.385282407079664],[-72.92408698973955,41.385316407075415],[-72.92433498982254,41.38536040707598],[-72.92482298998684,41.385465407080744],[-72.92493199002188,41.38545940707606],[-72.92497599003543,41.3854464070721],[-72.92550499019862,41.385297407026016],[-72.92568999025569,41.38524540700991],[-72.926193990413,41.38513540697222],[-72.92637599047268,41.3851464069685],[-72.92671699059203,41.385299406987336],[-72.92692099066345,41.3853914069987],[-72.92739899082174,41.385447406994224],[-72.92759999088707,41.38544940698813],[-72.92850699118208,41.385461406961234],[-72.92927299143332,41.38550840694572],[-72.92942699148384,41.3855184069427],[-72.93099499199278,41.385520406892546],[-72.9315759921828,41.385546406878895],[-72.93195199230581,41.38556440687029],[-72.93234299243069,41.38552940685085],[-72.93291099261116,41.38546140681928],[-72.93431299305671,41.38529640674191],[-72.93461699315374,41.38526840672665],[-72.93518799333621,41.385218406698506],[-72.93524599335478,41.38521440669586],[-72.93541899341025,41.385202406687945],[-72.93547799342923,41.38519940668545],[-72.9359229935719,41.385169406665256],[-72.93681399386126,41.385173406637314],[-72.93699499392012,41.38517540663186],[-72.93710399395667,41.385196406632446],[-72.93726499401392,41.38528440664441],[-72.93730299403484,41.38543540667261],[-72.93735699406855,41.385720406726435],[-72.93765099424188,41.38709140698423],[-72.93786699437509,41.388201407193634],[-72.93797799444233,41.38875040729707],[-72.93824599460382,41.39006140754396],[-72.93841799469683,41.3907154076659],[-72.93880299490439,41.39216840793669],[-72.9388229949408,41.392694408038565],[-72.93884999498806,41.393371408169656],[-72.93915399516848,41.39480940844011],[-72.93920599519913,41.39505140848559],[-72.93981899556724,41.398025409045424],[-72.9400139956936,41.399134409255254],[-72.94006099572388,41.39939840930518],[-72.94001799573962,41.39992040940829],[-72.93979299570309,41.400561409540465],[-72.94040599591551,41.40079840956687],[-72.94058999597927,41.400869409574774],[-72.94128799622877,41.401273409630974],[-72.94137599626022,41.40132440963807],[-72.94180999641449,41.40156040967007],[-72.94200599648418,41.40166740968459],[-72.94212099652691,41.40176240969938],[-72.94238999662696,41.40198640973436],[-72.94261599671225,41.40219640976798],[-72.94297099687107,41.40296240990578],[-72.94297199687155,41.40296540990635],[-72.94347299710518,41.40421341013335],[-72.94356599715225,41.40451041018822],[-72.94398599733313,41.40529341032723],[-72.94398899733439,41.4052984103281],[-72.94403099735617,41.405441410354605],[-72.94402999736832,41.40566041039732],[-72.94380499731275,41.405967410464385],[-72.9438049973181,41.4060614104827],[-72.94350999723198,41.40623041052515],[-72.94312599711995,41.4064514105806],[-72.94285699704358,41.406643410626685],[-72.94280099703077,41.4067374106468],[-72.94276899702346,41.40679141065836],[-72.94274899702106,41.40686341067303],[-72.94271799701782,41.40698341069742],[-72.94256499697687,41.407136410732164],[-72.94123099655891,41.40739941082645],[-72.940410996317,41.4078244109357],[-72.9391849959553,41.408460411099185],[-72.93893099588038,41.40859241113309],[-72.93983699628583,41.41054941148511],[-72.94015299642727,41.41123241160799],[-72.94666999878619,41.4155134122316],[-72.94937399976496,41.417289412490234],[-72.94942799978455,41.41732541249551],[-72.9494749998015,41.41735541249983],[-72.94973299989492,41.41752541252461],[-72.95230300082518,41.419212412770214],[-72.95256100091858,41.41938241279499],[-72.95071400080015,41.42782141449808],[-72.95098300089106,41.42788441450165],[-72.95324200165456,41.428415414532076],[-72.953977001903,41.42858841454202],[-72.95423100198937,41.42865741454727],[-72.95499400224884,41.42886441456292],[-72.95524900233553,41.428933414568114],[-72.95949400384752,41.43128541488892],[-72.96015800408404,41.43165341493911],[-72.96158100459094,41.432442415046744],[-72.96348800550143,41.437550415979516],[-72.96269300531117,41.438738416236475],[-72.96323900552694,41.439413416350234],[-72.9601670047117,41.44260041706987],[-72.95891500437956,41.443901417363556],[-72.95792100413139,41.44520641764968],[-72.95782500418044,41.446611417926256],[-72.9579290042565,41.4473524180671],[-72.95814000441025,41.448845418350814],[-72.95768200429468,41.449425418478505],[-72.95721900417801,41.4500144186081],[-72.95714900416048,41.45010541862807],[-72.95404000325922,41.45199741909676],[-72.95254900282703,41.45290541932163],[-72.95144900255558,41.45440541964908],[-72.95054300229158,41.4549334197811],[-72.94904900185634,41.455805419999066],[-72.94899400184693,41.45595342002963],[-72.94744900158241,41.46010542088744],[-72.94749200161277,41.46039242094189],[-72.94756600166482,41.46088342103504],[-72.94804900200567,41.46410542164627]]]},"properties":{"name":1659,"geoid":"09009165900"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.9148179865216,41.38161640665261],[-72.91515698695385,41.38729140774814],[-72.91518398698699,41.387720407830884],[-72.9152269870387,41.38838540795914],[-72.91527198708863,41.38900740807896],[-72.91529198711098,41.38928640813268],[-72.91530398712338,41.38943640816155],[-72.91532298714387,41.38968840821007],[-72.91538098720567,41.390445408355774],[-72.91540098722655,41.39069840840444],[-72.91549598736808,41.3926474087813],[-72.91550198737701,41.39277040880509],[-72.91548798739129,41.39310140887005],[-72.91537898738305,41.39357940896674],[-72.91463698730452,41.39643540954733],[-72.91415598725636,41.39833540993312],[-72.9136779872088,41.40022841031747],[-72.91326698715862,41.401692410616015],[-72.9131179871371,41.40216441071279],[-72.91307598712929,41.40226741073423],[-72.91290998709896,41.40268141082026],[-72.91272998706037,41.403030410894075],[-72.91254898702135,41.403377410967515],[-72.91241998699141,41.4035874110126],[-72.91224198694995,41.40387441107427],[-72.91180498683732,41.40438841118849],[-72.91130498670648,41.40494141131238],[-72.90991198634914,41.4066094116823],[-72.90928998618979,41.40735741184809],[-72.90793298584241,41.40899541221097],[-72.9079019858322,41.40899241221139],[-72.90780898580154,41.40898441221283],[-72.9077789857917,41.408982412213405],[-72.90769898576357,41.40894441220858],[-72.9073929856589,41.40885041220011],[-72.90681698546915,41.40880141220913],[-72.90460998473989,41.40857441223598],[-72.90438198466458,41.40855141223885],[-72.90369898443896,41.408482412247395],[-72.90367498443103,41.408480412247776],[-72.90347098436399,41.408465412251445],[-72.90324598428982,41.408445412254785],[-72.90257298406802,41.40838641226496],[-72.90234898399423,41.408367412268476],[-72.90223498395562,41.408339412266685],[-72.90189198383958,41.40825641226157],[-72.90177898380135,41.40822941225994],[-72.90194898380284,41.407284412070325],[-72.90214898381925,41.406430411897475],[-72.90224398384002,41.406253411859915],[-72.90250498380843,41.40420641145261],[-72.90280998380535,41.40240941109257],[-72.9028789838206,41.40228341106579],[-72.90317798383487,41.400826410772225],[-72.90327598384333,41.40041541068897],[-72.90348698385979,41.399499410503644],[-72.90350998385783,41.39933341047054],[-72.90357998385238,41.39883741037161],[-72.90358498385207,41.398803410364835],[-72.90360798385214,41.39867341033875],[-72.90363398385007,41.39848841030187],[-72.90365698384896,41.398337410271694],[-72.90368898384482,41.398081410220755],[-72.90371398384451,41.39793341019112],[-72.90374698384483,41.39775041015437],[-72.90377698384775,41.39763041013003],[-72.90386898385725,41.39727141005708],[-72.90389998386053,41.397152410032895],[-72.9039139838619,41.39709641002154],[-72.90395798386686,41.39693240998815],[-72.90397298386861,41.39687740997694],[-72.90398398386644,41.3967764099569],[-72.90401998386098,41.39647440989687],[-72.9040319838592,41.396374409877005],[-72.90405998385943,41.39621840984569],[-72.90414398386011,41.39575040975176],[-72.90417198386031,41.39559440972045],[-72.90423098385716,41.39520140964197],[-72.90442498384726,41.39391840938562],[-72.90417898376215,41.39382540937541],[-72.90327598345851,41.393639409368234],[-72.902894983333,41.39360640937406],[-72.90266498325585,41.39356240937289],[-72.90254598321593,41.39353940937224],[-72.90218998309646,41.39347040937025],[-72.90207198305684,41.39344740936956],[-72.90170898293621,41.393397409371495],[-72.90061998257431,41.39324840937752],[-72.90025698245373,41.39319940937967],[-72.89987498232684,41.393148409382],[-72.89872998194662,41.39299640938924],[-72.8983489818201,41.39294640939176],[-72.89814798175264,41.392907409390624],[-72.89754498155047,41.392793409387814],[-72.89734498148339,41.392755409386844],[-72.8973859814903,41.392642409363496],[-72.89750598151069,41.39231540929589],[-72.89750998151148,41.392306409293994],[-72.89756398152292,41.392199409271406],[-72.89756798151859,41.392100409251974],[-72.89758098150612,41.391806409194245],[-72.89758598150219,41.39170840917498],[-72.8976219814843,41.39118740907226],[-72.89763198148022,41.39105840904679],[-72.89764798146413,41.39068340897316],[-72.8977209814375,41.38979640879789],[-72.89772798143018,41.38962740876471],[-72.89775098140812,41.3891074086626],[-72.89776898140308,41.38891540862459],[-72.89782498138878,41.38834340851127],[-72.8978439813841,41.38815240847342],[-72.89806198140413,41.38725840829211],[-72.89824198142436,41.386585408155106],[-72.8982549814258,41.38653640814513],[-72.89842798144947,41.38596440802804],[-72.89850998145657,41.385620407958335],[-72.89860898146493,41.38520140787345],[-72.89863298146705,41.38510140785319],[-72.89873098147594,41.384697407771256],[-72.89884398148644,41.38423640767774],[-72.89888898148868,41.38401840763377],[-72.89899598149469,41.383512407531676],[-72.89902798149684,41.383367407502384],[-72.89907398149947,41.383150407458594],[-72.8987199813821,41.38310640746139],[-72.89798598113877,41.38301640746746],[-72.89766098103111,41.38297740747032],[-72.89765798103006,41.38297640747023],[-72.89730398091307,41.382939407474396],[-72.89765398101514,41.38273640742355],[-72.89774898104247,41.38267440740841],[-72.89905798141974,41.38183640720289],[-72.89949498154571,41.381557407134416],[-72.90070398189539,41.38080540694887],[-72.90200198227063,41.37999440674895],[-72.90344498268777,41.37909340652681],[-72.90354398271627,41.379029406511144],[-72.90384198280225,41.37884040646469],[-72.90394198283113,41.378777406449196],[-72.90422198291218,41.378604406406446],[-72.90506298315576,41.37808740627855],[-72.90534398323719,41.37791540623597],[-72.906082983451,41.377457406122865],[-72.90643298355148,41.37722640606656],[-72.90667198361939,41.377056406025716],[-72.90704498372556,41.37679440596261],[-72.90753898386153,41.376365405863055],[-72.90847798411504,41.37546340565692],[-72.90901498426078,41.37496040554155],[-72.90929098433591,41.37470640548313],[-72.90946998438471,41.37454240544537],[-72.91018698457945,41.37387440529203],[-72.91114598483998,41.37298140508698],[-72.91134398489368,41.37279540504434],[-72.91158998496186,41.372590404996444],[-72.91269798526221,41.371547404757365],[-72.9167239863538,41.36776240388951],[-72.91751598656862,41.36701940371908],[-72.91814298674807,41.36659640361639],[-72.91831498679939,41.36651740359545],[-72.91851098685794,41.366428403571774],[-72.91882598695118,41.366270403530805],[-72.9189249869805,41.36622140351806],[-72.9189999870035,41.366197403510974],[-72.91894698699231,41.36630340353335],[-72.91878998695951,41.36662340360081],[-72.91873798694873,41.36673040362336],[-72.91773998670831,41.368200403942225],[-72.91736298661918,41.36878540406846],[-72.91596498629232,41.371019404549195],[-72.9155449861941,41.37169040469358],[-72.91521198611593,41.372216404806885],[-72.91499098607015,41.37267340490314],[-72.9148039860355,41.37313240499867],[-72.91472098602577,41.373435405060434],[-72.9146689860229,41.373682405110266],[-72.91457698601583,41.374083405191435],[-72.91450798601097,41.37439240525393],[-72.91448498601764,41.37464140530322],[-72.91447098602761,41.37489740535361],[-72.91449398605484,41.37524540542072],[-72.91449898606615,41.37541640545391],[-72.91451398609918,41.37591240555015],[-72.91454198616456,41.37690440574269],[-72.91460298624021,41.3778884059326],[-72.91470998639828,41.38006140635288],[-72.9148179865216,41.38161640665261]]]},"properties":{"name":1660.01,"geoid":"09009166001"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.91799199200466,41.4598714217932],[-72.91779799194023,41.45984642179461],[-72.9175269918503,41.45981242179672],[-72.9172379917548,41.45978342180042],[-72.91721799174802,41.45977842180009],[-72.91702799168411,41.459739421798616],[-72.9170089916777,41.45973542179846],[-72.91695399165917,41.4597234217979],[-72.91693599165316,41.459720421797904],[-72.91664599155096,41.459579421779814],[-72.91661999154176,41.45956642177813],[-72.91590599129412,41.459289421747265],[-72.91574299123846,41.45924142174319],[-72.91543499113337,41.459152421735794],[-72.91517999104477,41.45905042172418],[-72.91441499077895,41.4587454216895],[-72.91415999069041,41.45864442167808],[-72.91388399059417,41.45852842166442],[-72.91365599051466,41.45843242165309],[-72.91305499030585,41.458192421625775],[-72.91277799020962,41.4580824216133],[-72.9103859893784,41.45712642150443],[-72.9099859892386,41.45695242148348],[-72.9087869888197,41.45643342142115],[-72.90838798868032,41.45626142140053],[-72.90796798853455,41.45609642138197],[-72.9069909881956,41.45571542133935],[-72.90530398760953,41.45504342126297],[-72.90298598681234,41.4542624211857],[-72.90261398668466,41.45414142117415],[-72.90214398652331,41.45398842115952],[-72.90173498637917,41.45378942113398],[-72.90050798594685,41.45319442105773],[-72.90009898580277,41.45299642103238],[-72.90004198578335,41.4529804210311],[-72.89987098572507,41.45293242102728],[-72.89981498570599,41.45291642102597],[-72.8989569854095,41.45260242099252],[-72.89855698527124,41.45245542097678],[-72.89782798501932,41.45218842094833],[-72.89638598452113,41.45166242089242],[-72.89552898422504,41.45134942085912],[-72.89395798367977,41.450732420789656],[-72.88924598204451,41.448884420581756],[-72.88767598149964,41.44826842051244],[-72.88747398143059,41.44820742050705],[-72.88686898122376,41.44802542049111],[-72.8866679811551,41.447965420485914],[-72.88597298091511,41.44771442045944],[-72.88545098073492,41.44752642043965],[-72.8844539803891,41.44713842039625],[-72.88405898025297,41.4470004203821],[-72.88389598019681,41.446943420376236],[-72.88371998013619,41.44688242037005],[-72.88321497995958,41.44666042034309],[-72.88292897986038,41.44654942033069],[-72.88207197956326,41.44621842029385],[-72.88178697946447,41.44610842028162],[-72.88119897926023,41.44587442025499],[-72.88112197923351,41.44584442025163],[-72.879424978646,41.445203420181485],[-72.87904697851519,41.44506142016602],[-72.87883397844135,41.444979420156905],[-72.87841797829711,41.44481842013896],[-72.87734097792368,41.44440142009244],[-72.87717397786541,41.44433042008401],[-72.87709597783825,41.44429842008029],[-72.87673997771942,41.44424142008064],[-72.87549397728611,41.44373642002243],[-72.87454197695507,41.44335141997812],[-72.8717589759873,41.442224419848266],[-72.8706109755881,41.44175941979467],[-72.8705149755547,41.44172041979017],[-72.8704659755376,41.44169941978766],[-72.86750397450996,41.4405414196575],[-72.85847097137612,41.437010419260496],[-72.85546097033185,41.43583341912808],[-72.85463997004882,41.43554441909821],[-72.85381496976447,41.43525441906824],[-72.85217996920082,41.43467841900862],[-72.85136096891854,41.43439041897887],[-72.8513959689257,41.434316418963334],[-72.85144396893567,41.4342174189425],[-72.85148996894345,41.43409141891649],[-72.85151896894855,41.43401541890075],[-72.85178396901173,41.433612418813745],[-72.85194796905294,41.43340041876718],[-72.85211796909583,41.43318341871944],[-72.85329396940776,41.43195141844166],[-72.853482969458,41.431755418397415],[-72.85400596959731,41.43121741827579],[-72.8540759696158,41.43114341825914],[-72.85428996967288,41.43092441820959],[-72.85436096969178,41.4308514181931],[-72.85499896987467,41.43042341808922],[-72.85532196996695,41.43020141803558],[-72.85567397007011,41.43000541798609],[-72.85574297009035,41.429967417976464],[-72.85607297019001,41.42983541794015],[-72.85637197028257,41.42975541791495],[-72.85681397042154,41.42967541788514],[-72.85686997043933,41.42966841788199],[-72.857743970717,41.429560417832846],[-72.85811597083745,41.42955441781972],[-72.85831097089985,41.429538417810335],[-72.85848797095227,41.429449417787296],[-72.85906397111137,41.42895741767294],[-72.85936197119005,41.428639417601424],[-72.85948397122486,41.42855441758093],[-72.85978397130296,41.42821441750506],[-72.859879971328,41.42810641748094],[-72.86019497140853,41.42772341739619],[-72.86042997146475,41.42736941731968],[-72.86076597155296,41.427001417237186],[-72.8609699716071,41.426788417189144],[-72.86114297165305,41.42660841714851],[-72.86151597175015,41.426185417054114],[-72.8615659717635,41.42613441704257],[-72.86164097178369,41.426061417025934],[-72.86178297182265,41.42593541699683],[-72.86187097185368,41.425978417002376],[-72.86194197187729,41.425988417002024],[-72.86217097194884,41.42593941698513],[-72.86268797212684,41.42611741700318],[-72.8627279721406,41.42613141700461],[-72.86303497224677,41.42624541701696],[-72.8632219723131,41.426344417030236],[-72.8638019725108,41.4265094170437],[-72.86409497261006,41.42658241704851],[-72.86472397281446,41.42658541702887],[-72.86506897292654,41.42658641701796],[-72.86535797301863,41.42655541700261],[-72.8656309731068,41.42654741699228],[-72.86662497342795,41.426519416954854],[-72.8667329734633,41.42652441695236],[-72.86703197355976,41.4265134169406],[-72.86751897371487,41.426460416914594],[-72.86813097390858,41.42637241687777],[-72.86868897408525,41.42629341684444],[-72.86922397425538,41.426230416814946],[-72.86948397434038,41.42624041680853],[-72.86996997450079,41.42628641680185],[-72.87092897481357,41.426311416775874],[-72.87107797486196,41.42631141677107],[-72.87123197491155,41.42630441676476],[-72.87156497501825,41.426279416749175],[-72.87192297513376,41.426266416735125],[-72.87264697536864,41.42626341671125],[-72.87266397537417,41.42626341671069],[-72.87329997558224,41.426291416695676],[-72.87368797570947,41.426313416687485],[-72.87404497582685,41.42633941668106],[-72.8741759758683,41.426320416673136],[-72.87421397588032,41.426314416670756],[-72.87439997593582,41.426228416648016],[-72.87456297598459,41.42615541662856],[-72.87476997604622,41.42605741660279],[-72.87496797610524,41.42596441657831],[-72.87576797634361,41.42558841647932],[-72.87587897637601,41.42552441646328],[-72.87603897642126,41.42540641643515],[-72.87619197646491,41.42530041640958],[-72.87697997668786,41.42472141627144],[-72.87717897674526,41.42459441624029],[-72.87734597679349,41.42448941621447],[-72.87755797685762,41.424406416191474],[-72.87777697692451,41.42433241617001],[-72.87798397698855,41.42427641615244],[-72.8785719771703,41.42411541610216],[-72.87894597728621,41.42401841607122],[-72.87950897746082,41.42387441602506],[-72.88005497763037,41.42373841598099],[-72.88072497783793,41.423563415925315],[-72.88099697792154,41.4234804159004],[-72.88161497810576,41.423191415824206],[-72.88177697815551,41.423141415809255],[-72.88179297816069,41.42314141580874],[-72.88199297822602,41.42314841580367],[-72.88206697825193,41.423181415807726],[-72.88226597831931,41.42323041581086],[-72.88241897837052,41.4232574158112],[-72.88251597840208,41.42325841580826],[-72.88266897845128,41.42325041580178],[-72.88272197846759,41.42323441579696],[-72.88275797847733,41.42320041578917],[-72.88283397850371,41.42323041579257],[-72.88292497853537,41.423267415796865],[-72.88307097858488,41.42330441579935],[-72.88311597860017,41.42331641580025],[-72.88315297861223,41.42331741579925],[-72.88343897856788,41.420902415319595],[-72.88347797856207,41.42057741525503],[-72.88355397855027,41.419935415127505],[-72.88391097849649,41.416948414534076],[-72.88392697849412,41.41681541450765],[-72.88394197849144,41.416682414481265],[-72.88395797848901,41.416548414454624],[-72.8839739784866,41.41641441442801],[-72.88445597841283,41.41236041362261],[-72.88456897839579,41.411414413434656],[-72.88637097897447,41.41130341335501],[-72.88636297895543,41.41101441329896],[-72.88635397893003,41.41061841322209],[-72.88630197888726,41.4101624131349],[-72.88629697888507,41.410152413133126],[-72.88618097883243,41.40988841308541],[-72.88614897880255,41.4095454130196],[-72.88609197874815,41.40891341289828],[-72.88605597871393,41.408516412822074],[-72.88602497868439,41.40817341275622],[-72.88603397866439,41.407769412677204],[-72.88603497866261,41.40773241266996],[-72.88603697864231,41.40736341259798],[-72.88588397854788,41.40657541244935],[-72.885843978523,41.40636541240972],[-72.88583397850901,41.4061764123732],[-72.88582997849488,41.4059504123293],[-72.88581797845245,41.405271412197344],[-72.88581397843838,41.40504641215364],[-72.8860089784106,41.40344241183475],[-72.88637497835892,41.40043841123749],[-72.88692797843994,41.39870341088152],[-72.88741997851228,41.39716441056571],[-72.88744097851536,41.397098410552154],[-72.88750297852442,41.39690341051217],[-72.88752497852788,41.39683841049878],[-72.88745597846929,41.396200410376636],[-72.8872489782936,41.394288410010574],[-72.88717997823505,41.39365140988862],[-72.88741197829401,41.39336340982501],[-72.88749697831565,41.3932584098018],[-72.88753497832532,41.39321140979143],[-72.88844597862337,41.3932534097703],[-72.88881597874449,41.39327140976191],[-72.88895397878963,41.39327740975863],[-72.8893689789255,41.39329840974938],[-72.88950797897103,41.39330540974626],[-72.8896139790056,41.393308409743454],[-72.88993497911046,41.39332040973545],[-72.89004197914547,41.39332540973299],[-72.89030197923077,41.39334140972774],[-72.8908149793992,41.393375409717855],[-72.89089997941214,41.393117409664825],[-72.89095097942025,41.39296840963414],[-72.89098397942539,41.39287040961397],[-72.89096997941387,41.392747409590434],[-72.89104897942727,41.39253140954579],[-72.89168297959598,41.3918784093981],[-72.89196897966208,41.391407409297074],[-72.89208297968126,41.391093409232184],[-72.89220597970227,41.390760409163306],[-72.89226797970935,41.39053040911648],[-72.89222197967973,41.390271409067466],[-72.89220697966869,41.39016240904669],[-72.89221097966458,41.39006740902805],[-72.89263797978126,41.38968140893905],[-72.89274697981443,41.38964240892794],[-72.89284297983646,41.38948140889345],[-72.89281097981909,41.3893584088705],[-72.89291297983002,41.388967408791004],[-72.89293097980425,41.38841040868183],[-72.89292497978226,41.38805740861319],[-72.89292997977465,41.38789440858126],[-72.89308297980983,41.38763940852663],[-72.8931929798418,41.38757340851021],[-72.89319497984143,41.387555408506636],[-72.89328797986344,41.38741140847557],[-72.89315397980212,41.38709740841867],[-72.8932009797989,41.38677140835358],[-72.89349597985952,41.38615240822342],[-72.8937929799412,41.38589340816335],[-72.89405998001811,41.38572140812122],[-72.89418098004944,41.38558140809004],[-72.89418698004957,41.385549408083605],[-72.89421398005057,41.38541240805602],[-72.89427498005844,41.38520240801312],[-72.8944599801098,41.38504940797732],[-72.89509598029187,41.38462040787323],[-72.89528998034655,41.38447440783851],[-72.89539598036909,41.384265407794345],[-72.89538698034887,41.38396040773516],[-72.89540398035399,41.38395340773326],[-72.89546498037235,41.383928407726415],[-72.8956629804322,41.38385040770484],[-72.89578598046862,41.38378840768878],[-72.89663998072187,41.38336740757922],[-72.89693798080762,41.383174407531996],[-72.89730398091307,41.382939407474396],[-72.89765798103006,41.38297640747023],[-72.89766098103111,41.38297740747032],[-72.89798598113877,41.38301640746746],[-72.8987199813821,41.38310640746139],[-72.89907398149947,41.383150407458594],[-72.89902798149684,41.383367407502384],[-72.89899598149469,41.383512407531676],[-72.89888898148868,41.38401840763377],[-72.89884398148644,41.38423640767774],[-72.89873098147594,41.384697407771256],[-72.89863298146705,41.38510140785319],[-72.89860898146493,41.38520140787345],[-72.89850998145657,41.385620407958335],[-72.89842798144947,41.38596440802804],[-72.8982549814258,41.38653640814513],[-72.89824198142436,41.386585408155106],[-72.89806198140413,41.38725840829211],[-72.8978439813841,41.38815240847342],[-72.89782498138878,41.38834340851127],[-72.89776898140308,41.38891540862459],[-72.89775098140812,41.3891074086626],[-72.89772798143018,41.38962740876471],[-72.8977209814375,41.38979640879789],[-72.89764798146413,41.39068340897316],[-72.89763198148022,41.39105840904679],[-72.8976219814843,41.39118740907226],[-72.89758598150219,41.39170840917498],[-72.89758098150612,41.391806409194245],[-72.89756798151859,41.392100409251974],[-72.89756398152292,41.392199409271406],[-72.89750998151148,41.392306409293994],[-72.89750598151069,41.39231540929589],[-72.8973859814903,41.392642409363496],[-72.89734498148339,41.392755409386844],[-72.89754498155047,41.392793409387814],[-72.89814798175264,41.392907409390624],[-72.8983489818201,41.39294640939176],[-72.89872998194662,41.39299640938924],[-72.89987498232684,41.393148409382],[-72.90025698245373,41.39319940937967],[-72.90061998257431,41.39324840937752],[-72.90170898293621,41.393397409371495],[-72.90207198305684,41.39344740936956],[-72.90218998309646,41.39347040937025],[-72.90254598321593,41.39353940937224],[-72.90266498325585,41.39356240937289],[-72.902894983333,41.39360640937406],[-72.90327598345851,41.393639409368234],[-72.90417898376215,41.39382540937541],[-72.90442498384726,41.39391840938562],[-72.90423098385716,41.39520140964197],[-72.90417198386031,41.39559440972045],[-72.90414398386011,41.39575040975176],[-72.90405998385943,41.39621840984569],[-72.9040319838592,41.396374409877005],[-72.90401998386098,41.39647440989687],[-72.90398398386644,41.3967764099569],[-72.90397298386861,41.39687740997694],[-72.90395798386686,41.39693240998815],[-72.9039139838619,41.39709641002154],[-72.90389998386053,41.397152410032895],[-72.90386898385725,41.39727141005708],[-72.90377698384775,41.39763041013003],[-72.90374698384483,41.39775041015437],[-72.90371398384451,41.39793341019112],[-72.90368898384482,41.398081410220755],[-72.90365698384896,41.398337410271694],[-72.90363398385007,41.39848841030187],[-72.90360798385214,41.39867341033875],[-72.90358498385207,41.398803410364835],[-72.90357998385238,41.39883741037161],[-72.90350998385783,41.39933341047054],[-72.90348698385979,41.399499410503644],[-72.90327598384333,41.40041541068897],[-72.90317798383487,41.400826410772225],[-72.9028789838206,41.40228341106579],[-72.90280998380535,41.40240941109257],[-72.90250498380843,41.40420641145261],[-72.90224398384002,41.406253411859915],[-72.90214898381925,41.406430411897475],[-72.90194898380284,41.407284412070325],[-72.90177898380135,41.40822941225994],[-72.90189198383958,41.40825641226157],[-72.90223498395562,41.408339412266685],[-72.90234898399423,41.408367412268476],[-72.90257298406802,41.40838641226496],[-72.90324598428982,41.408445412254785],[-72.90347098436399,41.408465412251445],[-72.90367498443103,41.408480412247776],[-72.90369898443896,41.408482412247395],[-72.90438198466458,41.40855141223885],[-72.90460998473989,41.40857441223598],[-72.90681698546915,41.40880141220913],[-72.9073929856589,41.40885041220011],[-72.90769898576357,41.40894441220858],[-72.9077789857917,41.408982412213405],[-72.90780898580154,41.40898441221283],[-72.9079019858322,41.40899241221139],[-72.90793298584241,41.40899541221097],[-72.90788898583138,41.40905241222349],[-72.90721798566122,41.4098904124084],[-72.90533898518488,41.41224041292681],[-72.9050719851173,41.41257641300087],[-72.90435798493648,41.413472413198456],[-72.90417398489035,41.41371141325093],[-72.90394498483289,41.41400841331619],[-72.90367598479742,41.41492041350253],[-72.90361798478979,41.41511741354278],[-72.90357498480134,41.41556641363164],[-72.90363598484673,41.41601641371734],[-72.90370898491263,41.41675841385954],[-72.90467698538987,41.41962541438686],[-72.9047559854288,41.41985941442992],[-72.90519898564706,41.42116841467063],[-72.90548098577892,41.42187741479966],[-72.90632998617558,41.42400541518678],[-72.90636998619426,41.424105415204956],[-72.90656598627659,41.42443441526273],[-72.90673998634507,41.424645415298215],[-72.90753198663359,41.42519741538021],[-72.90884098711037,41.426108415515465],[-72.90944298736817,41.4272044157095],[-72.90944798737279,41.42725741571967],[-72.90954698745962,41.42821841590363],[-72.90941398743442,41.42853441596947],[-72.90901698735944,41.429481416166695],[-72.90888498733462,41.42979841623267],[-72.90884498732824,41.42991441625656],[-72.90823298719849,41.431125416512124],[-72.9081409871791,41.43130941655091],[-72.90844998735292,41.43260141679255],[-72.9093439877348,41.43421141707724],[-72.90934398779537,41.435275417284444],[-72.90934398787661,41.43670241756229],[-72.90937698788971,41.43674441756941],[-72.91092698849909,41.43860841788237],[-72.91259698917179,41.44090041827475],[-72.91275298923428,41.441108418310215],[-72.91279598925713,41.4412644183392],[-72.91313798943759,41.44248341856548],[-72.91321098947599,41.442741418613366],[-72.91330398951325,41.4428654186345],[-72.91333898952757,41.44291741864349],[-72.91339098954883,41.4429944186568],[-72.91335998954413,41.443088418676105],[-72.91334098954142,41.44314941868859],[-72.91344598962407,41.44400141885107],[-72.91431999003352,41.44620741925232],[-72.91442899008462,41.446483419302524],[-72.9146259901768,41.44697841939253],[-72.91574599070147,41.44980441990648],[-72.91544899072495,41.45190842032557],[-72.91615399106769,41.4539054206915],[-72.91632099121553,41.45554742100567],[-72.91634799123918,41.4558084210556],[-72.91667999139214,41.456600421199006],[-72.91793899197222,41.45960442174295],[-72.91799199200466,41.4598714217932]]]},"properties":{"name":1660.02,"geoid":"09009166002"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.58565787563539,41.30986040314948],[-72.5856258756144,41.30967040311333],[-72.58565587562217,41.30963440310534],[-72.58576887565155,41.309503403076135],[-72.58594487570001,41.30934740304006],[-72.58602687572258,41.309274403023174],[-72.5861088757452,41.30920240300651],[-72.58615787575872,41.30915940299654],[-72.58555587551852,41.30835640285852],[-72.58561087551202,41.307918402771115],[-72.5856438755084,41.307661402719795],[-72.58561287548633,41.307445402678525],[-72.58559987547714,41.30735640266153],[-72.58551987544877,41.307313402655645],[-72.5854598754275,41.307281402651284],[-72.58539987540625,41.307249402646924],[-72.58518187532755,41.30710740262605],[-72.5846428751394,41.30687140259696],[-72.5842648750105,41.3067614025874],[-72.58403887493651,41.3067504025924],[-72.5835368747622,41.30654740256859],[-72.58315787463485,41.30647040256551],[-72.58250287441791,41.30639440257137],[-72.58241187438469,41.30632840256135],[-72.58232087435152,41.306263402551515],[-72.582231874319,41.30619840254161],[-72.58196187422054,41.30600440251221],[-72.58188887419394,41.30595240250434],[-72.58168387411914,41.305804402481876],[-72.58147787404398,41.30565640245944],[-72.58140887401882,41.30560640245185],[-72.58134087399401,41.30555740244441],[-72.58128787397469,41.30551940243867],[-72.58125787395915,41.30541540241927],[-72.5811238738892,41.30494040233058],[-72.58147387398232,41.304571402247326],[-72.58180287406996,41.30422640216943],[-72.58182187405936,41.30392540210995],[-72.58182287405887,41.30391040210697],[-72.5817618740389,41.30390740210833],[-72.58149887395264,41.303892402113696],[-72.5798758734322,41.30401040218815],[-72.57973487338435,41.30397340218537],[-72.57861687300506,41.30368140216361],[-72.57762787266387,41.303321402124475],[-72.57726087253195,41.3030924020913],[-72.57717087249912,41.30302740208142],[-72.57634087219657,41.302433401991465],[-72.57628687216739,41.3022244019523],[-72.57635087217426,41.30197440190137],[-72.57629187213826,41.30167140184395],[-72.57618187208838,41.30141740179773],[-72.57608687204154,41.301129401744376],[-72.57595387198722,41.30092940170947],[-72.57556887184819,41.30067740167235],[-72.57495887162914,41.30030040161788],[-72.57454087147944,41.300049401581994],[-72.57418987135205,41.29980840154595],[-72.57368587116554,41.29939740148148],[-72.57344887107669,41.29918340144709],[-72.5727398708255,41.29880640139576],[-72.57259487077306,41.29871040138157],[-72.57196387055211,41.298421401344974],[-72.57165587044614,41.29831440133377],[-72.57135087034153,41.29821440132386],[-72.57109887025547,41.29813840131696],[-72.57085487017201,41.29806240130981],[-72.57070287011989,41.29801240130483],[-72.57078687014294,41.297936401287295],[-72.57094687018598,41.297776401250935],[-72.57142687033864,41.2977184012244],[-72.57174787044076,41.29768040120681],[-72.57177787044776,41.2976314011963],[-72.57173987043221,41.29757340118613],[-72.57156487037032,41.29748240117387],[-72.57123687025425,41.29731040115059],[-72.57090887013842,41.29714240112807],[-72.57066387005167,41.29701340111059],[-72.57041286996294,41.2968834010931],[-72.57019586988613,41.29676940107765],[-72.56997786980897,41.29665440106202],[-72.57080887003043,41.29578440086552],[-72.57063686995262,41.29538940079368],[-72.57014686974004,41.29442740062091],[-72.5699398696717,41.29440740062354],[-72.56934986947562,41.29432640062636],[-72.56901386937004,41.29438940064932],[-72.56876486928888,41.29438440065621],[-72.56806986905666,41.29426640065508],[-72.56755986888639,41.294182400654776],[-72.56742186882634,41.293908400605524],[-72.56707886866978,41.29309540045727],[-72.56690286860797,41.293011400446396],[-72.56667386852743,41.292900400431904],[-72.56644486844718,41.29279440041841],[-72.56607886831833,41.292614400394754],[-72.56571286818976,41.29243940037208],[-72.56562886816039,41.29240140036729],[-72.56555986813015,41.29226040034188],[-72.56536986804787,41.291890400275484],[-72.56531586800746,41.29147840019657],[-72.56481386779274,41.29054740003022],[-72.56475486776945,41.290473400017596],[-72.56474386776453,41.29044940001326],[-72.56459286769757,41.29012639995482],[-72.56454286767534,41.290018399935256],[-72.5645338676718,41.290007399933415],[-72.56452886767006,41.290005399933165],[-72.56455686767156,41.28986839990546],[-72.56462886767598,41.28952739983645],[-72.56463486767792,41.289527399836274],[-72.56465286768395,41.28953039983629],[-72.564658867686,41.28953239983649],[-72.56485786775218,41.28956039983567],[-72.56515086784931,41.28959639983344],[-72.56546486795315,41.28963039983019],[-72.56595386811405,41.28966839982216],[-72.56642386826834,41.28969839981318],[-72.5671128684926,41.28970839979336],[-72.56783386872404,41.289660399761175],[-72.56832286887926,41.289596399733185],[-72.56888786905768,41.289505399697525],[-72.56938886921466,41.28940339966173],[-72.56955486926661,41.289368399649625],[-72.5808628727839,41.28659239874875],[-72.58164987302841,41.28639439868512],[-72.58393887374064,41.28583739850369],[-72.58522787414145,41.28551939840068],[-72.58548687422197,41.285455398379966],[-72.58638887450243,41.28523239830778],[-72.58677687462306,41.28513639827673],[-72.58711387472785,41.285053398249815],[-72.58872787522972,41.28465539812085],[-72.58909387534337,41.284562398091076],[-72.58999587562367,41.2843363980183],[-72.59026087570597,41.284269397996816],[-72.59062987582065,41.284177397967134],[-72.59105887595463,41.28408239793495],[-72.59132687603844,41.28402439791513],[-72.59211687628645,41.28387239786038],[-72.59244687639068,41.283820397839754],[-72.59290887653674,41.28374939781124],[-72.59370387679027,41.28366739777004],[-72.59401687689113,41.283653397757384],[-72.59471587711694,41.28363339773137],[-72.59535787732547,41.283635397711414],[-72.59585387748677,41.28364039769671],[-72.59699287785735,41.28365439766339],[-72.59772287809498,41.283666397642634],[-72.59820587825224,41.2836743976289],[-72.59936787863016,41.28368639759448],[-72.59991387880774,41.28369239757838],[-72.60064487904557,41.283701397556996],[-72.60093087916422,41.284165397638745],[-72.60129287931431,41.28475039774177],[-72.60173287950194,41.28555539788538],[-72.6017428795068,41.285584397890744],[-72.60192887959579,41.286098397985455],[-72.60201387963644,41.286333398028745],[-72.60214787971347,41.286935398142305],[-72.60217387973191,41.28711539817672],[-72.60225187978695,41.28764939827875],[-72.60225387978804,41.28765739828024],[-72.60225987979229,41.28769839828808],[-72.60225887979986,41.2878403983159],[-72.6022788798195,41.28807639836145],[-72.60230587984529,41.28838239842048],[-72.60233587987756,41.28878739849877],[-72.60235487989699,41.28902539854475],[-72.60236587990923,41.289181398574925],[-72.60236987991694,41.289296398597315],[-72.60238687994666,41.28973139868188],[-72.6023918799695,41.290112398756285],[-72.60239687998626,41.290384398809344],[-72.60246688006414,41.29137539900104],[-72.60246788006525,41.29138939900375],[-72.60260188016564,41.29241139919948],[-72.60267288022443,41.29305339932285],[-72.60267988028556,41.29411039952944],[-72.60268088029902,41.294346399575595],[-72.6026878803567,41.295341399770045],[-72.60269088036496,41.295472399795564],[-72.60269488037316,41.2955963998197],[-72.60270988039316,41.295868399872454],[-72.60271788040313,41.29600039989802],[-72.6027928804621,41.29662240001734],[-72.6028928805408,41.297452400176574],[-72.60295188061808,41.298496400378944],[-72.60296588063555,41.29872840042386],[-72.60300588067042,41.29912140049949],[-72.60305188070802,41.299528400577664],[-72.60313088077227,41.30022140071074],[-72.60326288084387,41.30073740080749],[-72.60336488089915,41.30113540088213],[-72.60337188090305,41.30116440088758],[-72.60339488091535,41.30125140090387],[-72.60340288091963,41.301281400909474],[-72.60348088096322,41.30160940097115],[-72.60361188103612,41.302154401073636],[-72.60374088110223,41.30258940115464],[-72.60383788115176,41.30291340121495],[-72.6040548812514,41.30343740131058],[-72.60415988129948,41.303688401356354],[-72.60435488139039,41.304183401447],[-72.60471888155442,41.305006401596444],[-72.60494888165807,41.305526401690884],[-72.60500288168312,41.30566140171556],[-72.60516588175874,41.30606840179],[-72.60519288177119,41.30613440180208],[-72.60522288178477,41.30620340181461],[-72.60538488185792,41.30657240188166],[-72.60539288186152,41.30659040188492],[-72.60570788200158,41.30726840200755],[-72.60590488209269,41.30775540209656],[-72.60606388216621,41.3081484021684],[-72.60611888219583,41.308359402207905],[-72.60626888227402,41.30888840230662],[-72.6063078823098,41.30930340238656],[-72.60630388231827,41.30947840242091],[-72.6062968823405,41.30991840250719],[-72.60629688236469,41.31035240259208],[-72.60628688238899,41.310846402688995],[-72.60629388242326,41.31142040280105],[-72.60629388245191,41.31193440290156],[-72.60627688247882,41.31251640301591],[-72.60628288250797,41.313004403111165],[-72.60627888253767,41.31356040322002],[-72.6062788825423,41.31364340323625],[-72.60625888256,41.314077403321754],[-72.60626388257135,41.31425240335581],[-72.60627688258663,41.31445040339412],[-72.60634888262578,41.31473340344718],[-72.60641388265616,41.31489940347759],[-72.6064358826664,41.31495540348785],[-72.60650188269736,41.31512640351918],[-72.60652388270769,41.31518340352964],[-72.60663088276469,41.315582403604274],[-72.60671088280715,41.31587840365962],[-72.60682288286426,41.3162504037288],[-72.60695788292968,41.31663740380021],[-72.60701288295446,41.316761403822724],[-72.60717988302983,41.317140403891536],[-72.60726888307477,41.31742840394502],[-72.60726988307528,41.31743140394559],[-72.60768988325614,41.3182294040883],[-72.60783088331684,41.31849640413604],[-72.60784688332363,41.31852540414121],[-72.60789788334505,41.31861240415662],[-72.6079148833522,41.31864140416174],[-72.608018883396,41.318821404193635],[-72.60847988358418,41.31951140431395],[-72.60853088360516,41.31959040432777],[-72.60885488373802,41.320086404414475],[-72.60944588396842,41.32077640453066],[-72.60982888411203,41.321121404585966],[-72.61028588428107,41.32149140464382],[-72.61086388449152,41.32189940470528],[-72.61093488451709,41.32194440471183],[-72.61189088486151,41.322553404800594],[-72.61219788497102,41.32272940482526],[-72.61268188514369,41.32300740486427],[-72.61312488530135,41.323254404898506],[-72.61343588541204,41.32342840492266],[-72.61380188554277,41.32364140495271],[-72.61490088593538,41.32428140504297],[-72.61526788606649,41.32449540507317],[-72.61566388620759,41.32471940510441],[-72.61630888643741,41.3250844051553],[-72.61678488660961,41.32540040520199],[-72.61682888662553,41.32542940520626],[-72.61720888676297,41.32568140524347],[-72.61736988682124,41.32578840525929],[-72.61780388697423,41.326004405287755],[-72.61914488744704,41.326673405376006],[-72.61961788761491,41.32692940541104],[-72.62021588782714,41.327252405455226],[-72.62087188806301,41.32766140551436],[-72.62167288835099,41.32816040558649],[-72.62194888845345,41.32839040562271],[-72.62245588864857,41.328936405713335],[-72.62261188871179,41.329161405752366],[-72.62283788880326,41.32948540580853],[-72.62302088888129,41.32981840586782],[-72.62312188892489,41.33001140590233],[-72.62322288896829,41.33020140593627],[-72.62339888904799,41.33060540600966],[-72.6234868890878,41.33080640604614],[-72.62391788928008,41.33174340621561],[-72.62437988948595,41.33274340639641],[-72.62456388957253,41.33322340648438],[-72.62483188968481,41.33367540656423],[-72.6248958897116,41.33378340658331],[-72.62522588984973,41.3343374066811],[-72.62536688990708,41.334544406717086],[-72.62560289000132,41.334859406771166],[-72.62587089010646,41.335183406825976],[-72.6264378903408,41.336082406983685],[-72.62651189037143,41.3362004070044],[-72.62695989054754,41.33674840709727],[-72.62727089067602,41.33724040718355],[-72.62737889072177,41.33743140721745],[-72.62779189089842,41.33819240735305],[-72.62861189124902,41.33970140762191],[-72.62906589143871,41.340457407755245],[-72.62951189162509,41.34120040788627],[-72.62984589177476,41.34193740801967],[-72.63018989193203,41.34275240816799],[-72.63020789194027,41.34279540817583],[-72.63039289202138,41.34317140824342],[-72.630578892116,41.3437834083571],[-72.63070589218647,41.34430640845525],[-72.630885892284,41.34500540858611],[-72.63113189240711,41.34577840872933],[-72.63115989242257,41.345892408750736],[-72.63126489247406,41.346203408808144],[-72.63135389251772,41.3464674088569],[-72.63153489261482,41.347152408985],[-72.63161889265996,41.34747140904464],[-72.63164789267472,41.34756740906248],[-72.63168789269515,41.34770040908719],[-72.63173989272065,41.347854409115634],[-72.63177289273673,41.34795040913335],[-72.63176889273744,41.34798640914049],[-72.63187689279299,41.34835240920857],[-72.63195889283186,41.34857140924875],[-72.6321128929048,41.34898140932396],[-72.63260389312356,41.35004140951545],[-72.63276789319421,41.350352409571],[-72.63289089324721,41.35058540961261],[-72.63307989332759,41.35092540967303],[-72.63311489334181,41.35097640968188],[-72.63333689343153,41.35129140973636],[-72.63354089351407,41.35158240978674],[-72.6337458935963,41.35186240983492],[-72.63410489374272,41.35239540992765],[-72.63435589384507,41.35276740999234],[-72.63466689396994,41.353194410065875],[-72.63493089407851,41.353602410137185],[-72.63506689413393,41.353803410172134],[-72.63569889439111,41.35473141033332],[-72.6371068949559,41.356652410663806],[-72.6371498949736,41.356719410675545],[-72.63720889499794,41.356811410691634],[-72.63725189501564,41.35687841070335],[-72.63730089503586,41.35695541071684],[-72.63761089516359,41.35743841080132],[-72.63788289528142,41.357965410895616],[-72.6379328953088,41.3581644109329],[-72.6379968953438,41.35841841098047],[-72.63804489537898,41.3587684110473],[-72.6380738953998,41.358972411086235],[-72.63817889543549,41.35900041108836],[-72.63849689554348,41.359084411094656],[-72.63860289557945,41.35911241109675],[-72.63862189559258,41.35923641112039],[-72.63864289560706,41.359373411146464],[-72.63867889563197,41.359609411191414],[-72.63869889564545,41.35973441121519],[-72.63880289568819,41.35989441124314],[-72.63853789562519,41.360306411332026],[-72.63845789560484,41.3604074113543],[-72.63821989554457,41.36071141142123],[-72.63814089552461,41.36081341144366],[-72.63811489553935,41.36122741152534],[-72.63803889558424,41.3624704117705],[-72.63801489559967,41.36288541185231],[-72.63800989560214,41.362958411866735],[-72.6380028956068,41.36308241189117],[-72.63799689561029,41.3631794119103],[-72.63799389561346,41.363253411924845],[-72.63797289562733,41.363623411997764],[-72.6379118956698,41.36473541221685],[-72.63789289568439,41.365106412289904],[-72.63787289569767,41.36545941235948],[-72.63784889571498,41.36590841244793],[-72.63783089574352,41.366522412568386],[-72.63782389575688,41.366801412623104],[-72.63782489576145,41.3668774126379],[-72.63782589576627,41.3669574126535],[-72.63784189578702,41.36723541270727],[-72.6378458957899,41.36726341271261],[-72.63792389584563,41.36780641281616],[-72.63807989592945,41.368398412926794],[-72.63809889593963,41.368470412940255],[-72.63822489599659,41.3687564129921],[-72.63830189603459,41.36898841303496],[-72.63853589614968,41.3696864131638],[-72.63860289618266,41.36988641320072],[-72.63861289618775,41.369919413206844],[-72.63874789625625,41.370359413288476],[-72.63887689632341,41.37081041337243],[-72.63890989634045,41.37092341339345],[-72.6390258964093,41.37147941349832],[-72.6391528964746,41.37190941357823],[-72.63954389667099,41.373147413807516],[-72.63966089672796,41.37348641386998],[-72.6399178968529,41.37422641400629],[-72.63996589687633,41.374366414032096],[-72.64021289699836,41.37511241416989],[-72.64021589699978,41.37512041417135],[-72.6403708970723,41.37551641424373],[-72.6407368972524,41.37660841444529],[-72.64089889733117,41.37707541453129],[-72.64100189738117,41.37737041458561],[-72.64112689744178,41.37772741465132],[-72.64128389751443,41.378113414721696],[-72.64130089752229,41.378155414729356],[-72.64135189754592,41.378281414752315],[-72.64136889755379,41.37832341475999],[-72.64149389761293,41.37865441482062],[-72.64164289768208,41.379024414888114],[-72.64171089771645,41.3792434149287],[-72.64183689778253,41.37969241501234],[-72.64193089784806,41.38031641513117],[-72.64206589800466,41.38232841551961],[-72.64210289802857,41.38254041555981],[-72.64211589803698,41.382615415574044],[-72.64215189805603,41.38274641559845],[-72.64222789808849,41.382885415623186],[-72.64235689814251,41.38310141566123],[-72.64271689828279,41.38351741573098],[-72.64346789856528,41.38420441584119],[-72.64378289868252,41.38447041588308],[-72.64533589927078,41.38596441612529],[-72.64560489937415,41.38624941617236],[-72.64586489947904,41.38661341623513],[-72.6460328995488,41.38688441628268],[-72.6463118996631,41.387306416356175],[-72.6469688999353,41.3883544165398],[-72.64723190004479,41.38878341661515],[-72.6476339002131,41.3894554167335],[-72.64802290037227,41.3900404168353],[-72.64847390055957,41.39076741696282],[-72.64881090069665,41.391259417048104],[-72.64944290095963,41.392287417228594],[-72.64977790109843,41.392821417322146],[-72.64998490118415,41.39315041737976],[-72.65015190125459,41.39343941743085],[-72.65052090140748,41.394027417533835],[-72.65141390177489,41.3954054177743],[-72.65188190196454,41.396075417890145],[-72.65208590205248,41.396461417958974],[-72.65235590216191,41.396848418025876],[-72.65262090227063,41.39725141809607],[-72.65282890236092,41.39765641816847],[-72.65304990246275,41.39819141826582],[-72.65309790248476,41.39830541828653],[-72.6532589025717,41.3989224184018],[-72.65331590262073,41.39946641850611],[-72.6532909026612,41.40033141867566],[-72.65310890267881,41.401698418948136],[-72.65297590269549,41.402765419160524],[-72.65278890270919,41.40409141942515],[-72.65278890270936,41.40409441942574],[-72.65276290273184,41.40464541953404],[-72.65280890277327,41.40511741962465],[-72.6529019028263,41.40552341970089],[-72.65303590289942,41.40605041979943],[-72.6531689029638,41.40642741986874],[-72.65322290299001,41.40658141989705],[-72.6533729030649,41.407047419983165],[-72.65343990309842,41.40725642002181],[-72.65368990321603,41.40790442014024],[-72.65382390327541,41.40818642019099],[-72.65395090333284,41.4084744202431],[-72.65414590340974,41.408715420283926],[-72.65430690347232,41.408898420314486],[-72.65452490355315,41.40907642034227],[-72.65477190364324,41.40925142036853],[-72.65505590374521,41.409424420393236],[-72.65512790377068,41.40946142039816],[-72.65518690379162,41.40949242040234],[-72.65545990388827,41.40963442042133],[-72.65577090400186,41.40985742045493],[-72.65602390409872,41.41011842049778],[-72.65621690417278,41.41032042053104],[-72.6562769041958,41.41038342054141],[-72.65647990427486,41.410616420580396],[-72.65666090434777,41.41086742062358],[-72.65672490437535,41.410988420645154],[-72.6568579044325,41.411236420689285],[-72.65698890448888,41.41148242073309],[-72.65704190451261,41.41159842075402],[-72.65708490453176,41.411690420770604],[-72.65712990455306,41.41180942079238],[-72.65732890464722,41.412334420888435],[-72.65744790470167,41.41261542093945],[-72.65749090472238,41.41273542096147],[-72.6575409047464,41.4128734209868],[-72.65761490478454,41.413124421033395],[-72.65757490478597,41.413381421084786],[-72.65751190478242,41.413682421145495],[-72.65747090477467,41.413781421166114],[-72.6573989047615,41.413963421203896],[-72.6572759047362,41.414224421258716],[-72.65699590467365,41.41473042136631],[-72.6566949046112,41.41535942149856],[-72.65657290458482,41.41559542154846],[-72.65626390451813,41.41619542167532],[-72.6562379045125,41.41624542168588],[-72.65615990449552,41.41639442171743],[-72.65613490449024,41.41644542172817],[-72.65604290447031,41.41662242176562],[-72.65576790441096,41.41715642187851],[-72.6556769043914,41.41733442191611],[-72.65557290436834,41.417525421956675],[-72.6553849043267,41.417871422030125],[-72.65525490429698,41.418094422077765],[-72.6551459042722,41.41828342211809],[-72.65498790423614,41.41855542217616],[-72.65492890422266,41.418656422197735],[-72.6545469041329,41.419268422329246],[-72.65434890408696,41.4195954223993],[-72.6536439039238,41.420768422650475],[-72.65337690385941,41.421166422736576],[-72.65270390370203,41.42225742297074],[-72.65226190360382,41.42306542314236],[-72.6522419035995,41.423104423150605],[-72.65198890354232,41.423549423245426],[-72.65169190347525,41.424073423357044],[-72.65161590345724,41.42419242338267],[-72.65119390335781,41.42486342352694],[-72.6511619033503,41.42491442353791],[-72.65106290332768,41.42508442357419],[-72.65067490323908,41.4257514237166],[-72.65054690321001,41.42597442376415],[-72.65039890317614,41.42622742381818],[-72.64995690307535,41.426989423980814],[-72.6498109030422,41.427243424034984],[-72.64969190302419,41.42761142411052],[-72.64949890299508,41.42820942423326],[-72.64944590300328,41.42866142432306],[-72.64944290300667,41.42873942433837],[-72.64942990302423,41.42912642441423],[-72.64959990312651,41.429963424571994],[-72.64968790317495,41.430316424638],[-72.64976190321546,41.43060942469276],[-72.64998390333157,41.43139142483814],[-72.65060790367296,41.43385642529878],[-72.65090890383732,41.43503942551979],[-72.65090690383666,41.43503942551985],[-72.65088990383126,41.43504142552078],[-72.65087390382577,41.43503642552031],[-72.65074190378755,41.43511942554071],[-72.65055990374212,41.435363425594055],[-72.65045790371286,41.43543242561076],[-72.65026890365486,41.43549342562867],[-72.65020990363682,41.43551342563443],[-72.64980190350956,41.43560842566596],[-72.64962590345141,41.43559142566825],[-72.64951690341435,41.435562425666056],[-72.64929090334415,41.435620425684576],[-72.64908690327438,41.43555842567897],[-72.64887490319688,41.4354054256559],[-72.64864190312089,41.43540042566236],[-72.64836390301681,41.43515642562363],[-72.6484199030287,41.43504442560002],[-72.64848590304466,41.43494642557882],[-72.64852890305542,41.43488942556635],[-72.64858390306931,41.43481842555075],[-72.6486429030855,41.43476542553855],[-72.6486439030772,41.43461242550869],[-72.64860090305937,41.43454342549661],[-72.64853490303354,41.4344654254835],[-72.64846290300625,41.434396425472364],[-72.64844190299638,41.43434242546249],[-72.64844190299257,41.434274425449246],[-72.64843190298555,41.43420742543648],[-72.64847590299406,41.434104425415015],[-72.6484819029707,41.433654425327106],[-72.64849690297252,41.43360042531611],[-72.64860590298076,41.43311642521828],[-72.64883390302448,41.432576425105765],[-72.64897990305793,41.43232742505257],[-72.64911090309604,41.43224842503301],[-72.6495559032288,41.432037424977686],[-72.64962190324599,41.43196142496078],[-72.64965290323741,41.431629424895085],[-72.64966490323421,41.43150342487012],[-72.6496939032325,41.431305424830605],[-72.64962190320753,41.431277424827435],[-72.64955690318556,41.43126242482658],[-72.6495479031778,41.43117642481011],[-72.64959190318305,41.431015424777314],[-72.64950490315012,41.43093242476391],[-72.6484989028228,41.43092542479458],[-72.64821490273016,41.430919424802454],[-72.64755090252146,41.43104542484815],[-72.64737490246634,41.43108242486097],[-72.64707690236867,41.43106742486754],[-72.64684390229822,41.43116142489328],[-72.64671990225196,41.43105542487657],[-72.64658790221048,41.43108042488566],[-72.64650090218362,41.431105424893296],[-72.64638390214317,41.43106242488862],[-72.64628990211301,41.431069424892996],[-72.64613490206625,41.43113342491039],[-72.64604090203103,41.43105042489721],[-72.64593090199062,41.43096742488454],[-72.6455899018784,41.43094242489052],[-72.64550790184786,41.43087342487967],[-72.64544290181962,41.430746424856984],[-72.645406901801,41.43062342483417],[-72.64529090176015,41.430567424826926],[-72.64492590164137,41.43056442483796],[-72.6446639015574,41.4305854248504],[-72.64445890148703,41.430518424843875],[-72.64417490137896,41.43023842479832],[-72.64393490129234,41.43008442477595],[-72.64352590115642,41.43003142477864],[-72.64326390105981,41.4298274247472],[-72.64299390096471,41.42969642473025],[-72.64280490089571,41.42956142470995],[-72.64235190073556,41.42933142467953],[-72.64225790070014,41.42924442466556],[-72.6422659006974,41.42914942464679],[-72.64230890070839,41.42909642463509],[-72.64247590075989,41.429047424620215],[-72.64259990079823,41.429012424609446],[-72.64292890089466,41.42882542456251],[-72.64300890091266,41.42868342453229],[-72.64301690090262,41.428458424488156],[-72.64313390093237,41.42831142445578],[-72.64343990101676,41.428043424393806],[-72.64370290107851,41.42762142430314],[-72.64390790113626,41.4274634242658],[-72.64398090114514,41.42719942421201],[-72.64411190118075,41.427075424183684],[-72.64434490124815,41.4269274241474],[-72.64437790125695,41.42689342413972],[-72.64439690126083,41.426852424131134],[-72.64442990127088,41.42684042412773],[-72.64448090128454,41.426788424115976],[-72.64450590129124,41.426763424110305],[-72.6450449014382,41.42626142399527],[-72.64511890145246,41.426087423959],[-72.64514790145127,41.42589842392121],[-72.64518490145858,41.425814423903674],[-72.64542590152396,41.425584423851156],[-72.64551990154631,41.425438423819685],[-72.64599490167313,41.424948423709026],[-72.64626490174803,41.42471942365578],[-72.6466439018579,41.42448342359771],[-72.64671690187568,41.42437742357471],[-72.64680490189197,41.42415842352922],[-72.64692890192607,41.42404842350381],[-72.64729290202857,41.42376742343743],[-72.64794290219524,41.42297442326213],[-72.64813890225084,41.42283042322781],[-72.64822690227015,41.42266542319284],[-72.64831490229048,41.42251842316137],[-72.64851490234484,41.42232942311816],[-72.64855490235583,41.422293423109856],[-72.64878990241607,41.42200642304642],[-72.6489709024505,41.42157242295603],[-72.64912390247842,41.4211844228755],[-72.64933690252684,41.420814422796575],[-72.64954890256813,41.42032342269408],[-72.64981890263368,41.41992842260846],[-72.65016890273061,41.419629422539025],[-72.65044690280128,41.41927942246192],[-72.65048290280444,41.41912742243113],[-72.65041690277428,41.418972422402994],[-72.65031490273495,41.418862422384805],[-72.65013990267411,41.41879142237653],[-72.65008890265393,41.41872742236568],[-72.65004590263585,41.4186544223528],[-72.64980490255272,41.418568422343704],[-72.64973990252187,41.41839542231204],[-72.6496959024972,41.41821042227737],[-72.64952090242694,41.41797242223653],[-72.64939790236356,41.41755542215912],[-72.64921490229274,41.41735342212555],[-72.64906790224711,41.41739142213764],[-72.64900390222829,41.41742642214651],[-72.64869690213017,41.41745542216193],[-72.64848590206087,41.417442422166125],[-72.64817290195478,41.417364422160865],[-72.6478149018294,41.41720342214087],[-72.6475519017353,41.4170494221192],[-72.64740690168375,41.41697042210842],[-72.64719590160327,41.41675842207379],[-72.6469269014968,41.41641942201623],[-72.64694090149789,41.41635742200371],[-72.64703590152202,41.416237421977286],[-72.64704290151722,41.41611142195248],[-72.64699090149016,41.41593042191883],[-72.64687590144277,41.41575242188778],[-72.64637990128836,41.41587242192698],[-72.64608090119569,41.4159524219521],[-72.6458609011232,41.41593442195559],[-72.64578990109648,41.41586942194517],[-72.64562090104039,41.41584842194644],[-72.64532290094495,41.41587342196082],[-72.64516890089396,41.4158564219624],[-72.64507390086051,41.41581042195645],[-72.64498690082506,41.41568242193425],[-72.64492090079591,41.415545421909634],[-72.64486290076488,41.41532842186917],[-72.64481090074472,41.4152704218595],[-72.64476090072526,41.41521342185],[-72.64468090069792,41.415189421847835],[-72.64453490065212,41.41521842185816],[-72.64438190060318,41.41523242186574],[-72.64397390046662,41.41516142186487],[-72.64367490036177,41.41502442184768],[-72.64306390014285,41.41466142179633],[-72.64261189998027,41.414381421756104],[-72.64163489962702,41.41374442166296],[-72.64135089952532,41.41357642163923],[-72.64112489944704,41.413490421629646],[-72.6406148992762,41.41339942162812],[-72.64011089910403,41.413249421614914],[-72.63936089884527,41.4129814215865],[-72.63904089873238,41.41282242156566],[-72.63885089866484,41.41271942155162],[-72.63875489863197,41.41268942154882],[-72.63852189855221,41.412617421542194],[-72.63832589848049,41.412474421520535],[-72.63813589841753,41.41245242152229],[-72.63780189830204,41.412328421508725],[-72.63753189822003,41.41243042153721],[-72.63698389805954,41.412743421615694],[-72.63680189800021,41.4127404216209],[-72.63623989780763,41.41256242160406],[-72.63578889765826,41.412512421608646],[-72.6352558974804,41.41242942160941],[-72.63453489723467,41.412225421592545],[-72.63424389713899,41.41220542159792],[-72.63410489709568,41.41223842160877],[-72.63407489708744,41.41226542161499],[-72.63380489700695,41.41239442164873],[-72.63365989696422,41.41247242166857],[-72.63359389694348,41.412485421673196],[-72.6333238968552,41.41247542167982],[-72.6329678967421,41.412521421700156],[-72.63287789671215,41.41250842170046],[-72.63283889669917,41.41250342170073],[-72.63263989663288,41.41247442170138],[-72.63258089661208,41.41244542169761],[-72.63232589652236,41.41232342168193],[-72.63203389641755,41.4121464216567],[-72.63191189637085,41.412020421635994],[-72.63172789630033,41.41182942160459],[-72.63160489624913,41.4116294215695],[-72.63157589622604,41.411385421522816],[-72.63165689624056,41.41117542147928],[-72.63207889635996,41.41085942140423],[-72.6323628964427,41.41068942136206],[-72.63251689647977,41.41045842131208],[-72.63261289648936,41.41007342123393],[-72.63265189647433,41.409579421136335],[-72.63265589647332,41.409538421128204],[-72.63261989645754,41.40946542111511],[-72.63253989642794,41.40940142110518],[-72.6322188963177,41.4092954210947],[-72.63211689627887,41.409194421078254],[-72.63211689627181,41.40906842105367],[-72.63220389629336,41.40894842102749],[-72.63232189632575,41.408842421003065],[-72.63234989632984,41.408753420984816],[-72.63223289628034,41.40854842094854],[-72.63223389627382,41.4084264209247],[-72.63233589629978,41.4082984208965],[-72.63232089628778,41.4081714208722],[-72.63226989626891,41.408130420865824],[-72.63200889617973,41.4080524208589],[-72.63176789609408,41.40792142084103],[-72.63150589599726,41.40771342080878],[-72.63126589590183,41.40740242075573],[-72.6305878956562,41.40695142068931],[-72.63044189559828,41.40676442065749],[-72.6304268955858,41.40662842063143],[-72.63055089561334,41.40640142058321],[-72.63068989564829,41.40621942054327],[-72.63076289565771,41.40596442049121],[-72.6307498956085,41.40516242033517],[-72.63069889557825,41.40491842028919],[-72.63071989558054,41.40483742027273],[-72.63086689561612,41.404620420225726],[-72.63083789559806,41.4044664201966],[-72.63074289555418,41.40423442015436],[-72.6307358955383,41.40399142010717],[-72.63083889556127,41.40380442006741],[-72.63083089554705,41.403597420027275],[-72.63054589542685,41.403105419940346],[-72.63041589537205,41.402881419900794],[-72.6302848953185,41.40268541986671],[-72.6300228952194,41.402436419826465],[-72.6298478951515,41.4022394197936],[-72.62925089492903,41.401731419713464],[-72.62919289490206,41.401586419687014],[-72.62915689488148,41.401428419657336],[-72.62901789482578,41.40124041962506],[-72.62879989474537,41.40106941959865],[-72.62865389469424,41.401003419590396],[-72.62827489456686,41.40092841958782],[-72.6281738945286,41.40083141957211],[-72.62809389449924,41.40077141956293],[-72.62786689442018,41.400676419551615],[-72.62730589423043,41.400543419543496],[-72.62686289407614,41.40035841952149],[-72.62627889387736,41.400197419508636],[-72.62608089380574,41.40006741948957],[-72.62593589374833,41.39988441945847],[-72.62567389365508,41.39973941943849],[-72.62553489360701,41.39968741943277],[-72.62526589351121,41.39953741941206],[-72.62511689345274,41.39935841938186],[-72.62502789340938,41.39910041933436],[-72.62502789340405,41.39900541931583],[-72.62503189340394,41.39898041931082],[-72.62510389340586,41.3985974192338],[-72.62531789344663,41.3980844191269],[-72.62548589348698,41.397830419071994],[-72.62565389353244,41.397667419034846],[-72.62571289354386,41.39752941900604],[-72.62593889360518,41.397313418956706],[-72.62590989358792,41.39717341893032],[-72.62581489355264,41.39709441891793],[-72.6255528934586,41.396935418895225],[-72.62520989332961,41.39662241884505],[-72.62500089324836,41.39638441880525],[-72.62494689322723,41.39632041879448],[-72.62490289321187,41.39630141879216],[-72.62479289317322,41.39624941878552],[-72.62462589311244,41.39613341876818],[-72.62453889308227,41.39609941876431],[-72.62442889304334,41.39604241875669],[-72.62439289303063,41.39602441875432],[-72.62427589297889,41.39577941871023],[-72.62408789290902,41.39562241868556],[-72.62404489288966,41.39552641866819],[-72.62410989289697,41.395280418618135],[-72.6240958928884,41.39520841860454],[-72.62405989287312,41.39514441859318],[-72.62388789281074,41.395028418576004],[-72.62362889272198,41.39494641856823],[-72.62333889262511,41.39489941856828],[-72.62302789251719,41.39477641855417],[-72.62280189244072,41.39472241855081],[-72.62270689240522,41.39463941853763],[-72.62269989239509,41.394499418510534],[-72.62273589239597,41.39430641847172],[-72.62277189240167,41.394199418449695],[-72.62271389237414,41.394044418421295],[-72.62253889230092,41.39375241836988],[-72.62245889226654,41.39360241834314],[-72.62234889222616,41.39351941833044],[-72.62211589214712,41.393460418326335],[-72.62166389199747,41.39341041833092],[-72.62131389188487,41.393430418345964],[-72.6212778918739,41.393443418349634],[-72.62101489177552,41.393212418312906],[-72.62089089172676,41.393061418287374],[-72.62067989163675,41.39267841821935],[-72.62064289162166,41.39262341820978],[-72.62041589154536,41.39257841820822],[-72.62021189147231,41.392457418191086],[-72.62002289139957,41.39225541815767],[-72.61989889135738,41.39222141815497],[-72.61962889126657,41.39216641815281],[-72.61946889121113,41.39210441814579],[-72.61916989111538,41.39212941816017],[-72.61892289103557,41.392137418169575],[-72.61870289096083,41.392079418165245],[-72.61845589087173,41.39192141814225],[-72.61830289081402,41.39177841811922],[-72.6180768907388,41.39174641812014],[-72.61801089071275,41.39166441810623],[-72.61802489070342,41.3914164180574],[-72.61795989067468,41.391280418032935],[-72.61784289062669,41.391102418001886],[-72.61780089060224,41.39090941796557],[-72.61779189059695,41.39086741795765],[-72.61771089056421,41.390752417937776],[-72.61749989048938,41.39064041792261],[-72.6173688904444,41.3905974179184],[-72.6171718903799,41.39058841792289],[-72.61701889032571,41.39050841791215],[-72.61696689030471,41.39043541789954],[-72.61692389027152,41.39009241783398],[-72.6168798902481,41.38992941780355],[-72.61682089022558,41.38986941779371],[-72.61673389019417,41.38981341778555],[-72.61652989012543,41.38976941778344],[-72.616435890095,41.38977141778681],[-72.6163328900569,41.389688417773904],[-72.61633989004736,41.389477417732465],[-72.61612888996693,41.38926541769782],[-72.61609888995106,41.38915641767748],[-72.61614988995386,41.388910417627855],[-72.61603288990689,41.388750417600335],[-72.6157048897853,41.38848241755846],[-72.61553788972556,41.388384417544636],[-72.61515888958506,41.388074417496156],[-72.6150728895513,41.38797041747859],[-72.61503788953748,41.387926417471114],[-72.61502188953172,41.38791641746966],[-72.61501788952955,41.38790141746687],[-72.61499788952173,41.38787741746282],[-72.61476488943443,41.387670417429824],[-72.61452288934667,41.387507417405686],[-72.61438488929664,41.38741441739192],[-72.61403488917296,41.38723641736829],[-72.61375088906746,41.38700041733124],[-72.61342288895094,41.386822417306924],[-72.61296388879374,41.38667841729337],[-72.61281388874126,41.38661141728507],[-72.61273088871222,41.38657441728049],[-72.61232888855994,41.38618741721771],[-72.61246088858809,41.38592441716218],[-72.6125838886222,41.38581941713778],[-72.61281688867673,41.3854414170566],[-72.61286788868098,41.38522141701202],[-72.61287488867238,41.38502741697395],[-72.6129328886858,41.38493041695317],[-72.61355988887983,41.38475741689949],[-72.61369088891679,41.38465741687581],[-72.61371588892324,41.38462741686916],[-72.61377588893652,41.38451641684558],[-72.61383788895051,41.384406416822145],[-72.61390588886479,41.38248041644401],[-72.61395388883626,41.38169241628866],[-72.61400688880289,41.38078841611051],[-72.6133568885114,41.37935341585101],[-72.61322888845409,41.3790724158002],[-72.6131018883971,41.37879141574938],[-72.6130148883581,41.37859941571465],[-72.61261688819539,41.378002415610744],[-72.61183388791532,41.37754341554597],[-72.61142388776875,41.37730441551234],[-72.61147888776237,41.37687141542605],[-72.61152488775703,41.376508415353726],[-72.61094688753333,41.37586641524672],[-72.6101828872375,41.375015415104805],[-72.60884088671796,41.37352141485569],[-72.60877288660224,41.37184741453099],[-72.60874388655287,41.37113341439248],[-72.60924188668133,41.3705374142603],[-72.60813288614631,41.36741241368524],[-72.61014088678431,41.36715641357151],[-72.61034888684259,41.366990413532505],[-72.61063788692356,41.36675941347821],[-72.61053888686354,41.366261413384095],[-72.60934688642624,41.36536541324694],[-72.60974688644497,41.363376412845795],[-72.61054288668687,41.36307841276232],[-72.61120088691007,41.363247412774456],[-72.61217988719818,41.36271241263889],[-72.61223388721405,41.362682412631315],[-72.61263488722192,41.36049341219105],[-72.61253588714533,41.359698412038895],[-72.6124598871122,41.359547412011835],[-72.61223788701508,41.35910041193155],[-72.61252788705691,41.35816341173933],[-72.61249288701698,41.35765241164063],[-72.612475886998,41.35741141159409],[-72.61256388701551,41.35721341155263],[-72.6125748870178,41.35719041154779],[-72.61260688702428,41.35712041153309],[-72.61275288706159,41.3569394114931],[-72.61281788708057,41.356901411483626],[-72.61281788706677,41.356654411435365],[-72.61277388703742,41.356385411384224],[-72.61254788694497,41.35604441132477],[-72.61255088693332,41.35581841128054],[-72.61255488692183,41.35558941123568],[-72.61265588690986,41.354788411076],[-72.61268488691096,41.354639411045966],[-72.61261188686149,41.35417841095822],[-72.61263388685924,41.35401041092471],[-72.61265588685698,41.3538424108912],[-72.61256288681086,41.35355741083847],[-72.61250988678606,41.353421410813574],[-72.61242888673,41.352889410712216],[-72.61234888669296,41.35269141067608],[-72.61222488664775,41.35260341066282],[-72.61188288653393,41.35255441066409],[-72.61175188648586,41.35245541064891],[-72.61160588643172,41.35233541063009],[-72.61151088638705,41.35208841058487],[-72.61146688636143,41.35188541054659],[-72.6114958863567,41.35163241049625],[-72.61169988640275,41.35127041041906],[-72.6119248864651,41.35107841037441],[-72.6120568865006,41.35094641034441],[-72.6121998865428,41.350870410325044],[-72.61231888657805,41.35080941030935],[-72.61264588667778,41.350693410276314],[-72.61281388672408,41.35054541024206],[-72.6128788867378,41.35041341021421],[-72.61283488671312,41.35022741017928],[-72.61266788664939,41.35005741015136],[-72.61243488656694,41.34993641013511],[-72.61222288648341,41.34967341009045],[-72.6119898863838,41.34924541001422],[-72.6118368863212,41.34901440997395],[-72.61172888626842,41.34869740991544],[-72.61171988626387,41.348668409910054],[-72.61165388621824,41.348235409827545],[-72.61162488617386,41.34760940970616],[-72.61153688613365,41.34740140966831],[-72.61139088606964,41.347104409614914],[-72.6114188860079,41.345836409366264],[-72.61147688600899,41.345518409302294],[-72.61143388598094,41.34526640925442],[-72.61130188592087,41.344958409198426],[-72.61114888585341,41.34464040914115],[-72.61111988583389,41.3444594091067],[-72.61121388579639,41.343241408865694],[-72.61130088581571,41.34308140883168],[-72.61146088586098,41.34296140880316],[-72.61177388595465,41.34281840876528],[-72.6123858861448,41.34266440871578],[-72.61261088621141,41.34254840868597],[-72.61270588623522,41.342422408658344],[-72.61274188622883,41.34209840859388],[-72.61263288615851,41.34147340847521],[-72.6126898861436,41.34087440835634],[-72.6127628861612,41.34076540833272],[-72.6129228862064,41.340644408304],[-72.6134258863566,41.34040840824194],[-72.61371688644218,41.34024840820145],[-72.61370888643377,41.34014440818137],[-72.61360688638841,41.3399254081418],[-72.61350488634878,41.33980940812237],[-72.61346088632625,41.33966140809484],[-72.61349788633213,41.339551408072175],[-72.61356288634744,41.339447408049786],[-72.61364288636821,41.339354408029074],[-72.61369388636791,41.33905240796844],[-72.61370088635395,41.33876140791134],[-72.61374488636208,41.338651407888456],[-72.6138178863806,41.33855840786796],[-72.61388288639189,41.3383824078315],[-72.61397688641476,41.33824540780175],[-72.61417388645116,41.33775140769896],[-72.61420988646164,41.33772940769351],[-72.61440588650225,41.33731740760678],[-72.61442788649747,41.337103407564264],[-72.61440588648512,41.33701040754678],[-72.61415888639111,41.336763407506346],[-72.6137938862585,41.33651140746868],[-72.61365588620544,41.33636340744413],[-72.61360488618149,41.336231407419945],[-72.61363388618264,41.336083407390106],[-72.61374988620346,41.335781407327396],[-72.61381488620648,41.33545740726201],[-72.61395288623076,41.3350894071857],[-72.61411288623765,41.33428240702291],[-72.61426588627111,41.33399140696118],[-72.6144768863283,41.33378840691481],[-72.61488388645098,41.33361840686867],[-72.61492788646342,41.333585406860834],[-72.61496388647575,41.33359640686184],[-72.61483288642397,41.33343140683374],[-72.61463688635178,41.33327840681006],[-72.61454888631796,41.333184406794466],[-72.61443188626221,41.332866406736024],[-72.61443188625104,41.33266640669694],[-72.61443188624843,41.332619406687755],[-72.61449788626037,41.33244940665242],[-72.61461388628486,41.33221340660263],[-72.61475888631051,41.33182940652297],[-72.61475888628506,41.33137340643383],[-72.61469288625202,41.33116540639528],[-72.61451788617677,41.33083540633632],[-72.6144518861324,41.330424406258075],[-72.61440788609298,41.3299744061715],[-72.61426988602885,41.32962840610824],[-72.61414588598093,41.3294914060854],[-72.61391988590448,41.329436406081825],[-72.6132358856876,41.32953040612189],[-72.61279888554506,41.329519406133585],[-72.61247888543718,41.329448406129856],[-72.6122308853508,41.329343406117204],[-72.6120778852947,41.32922840609957],[-72.61194688523653,41.328948406048994],[-72.61171288513788,41.32854240597704],[-72.61166188511243,41.32838340594759],[-72.6116688850844,41.32784040584122],[-72.61161088505303,41.32761540579907],[-72.61152788502098,41.32752440578391],[-72.61151888501752,41.327514405782246],[-72.61149088500673,41.32748440577726],[-72.61128888493808,41.327429405772925],[-72.61099688484386,41.32744040578434],[-72.6108298847918,41.327479405797234],[-72.61026888462126,41.32768840585588],[-72.60984088448323,41.32770540587277],[-72.6094988843783,41.32781540590513],[-72.60906188425017,41.328062405967266],[-72.60865488412476,41.328183406003824],[-72.60839988404227,41.32818940601308],[-72.60810888394475,41.32813540601175],[-72.60790488387454,41.32806440600434],[-72.60734388367368,41.32772940595663],[-72.60720588362582,41.32767540595045],[-72.60697288354928,41.3276594059547],[-72.60660288343921,41.32784040600183],[-72.60627488333364,41.32785740601555],[-72.60597688323503,41.327824406018536],[-72.60585288319297,41.327792406016215],[-72.60575088315711,41.32774340600987],[-72.60522688297992,41.32761740600185],[-72.60492788287422,41.32746340598121],[-72.60429388264669,41.32707540592545],[-72.60411988258187,41.32692640590185],[-72.60403888255009,41.32682840588526],[-72.60375488244749,41.3266424058579],[-72.60357288237863,41.326467405829455],[-72.60299788217421,41.3261504057857],[-72.60277188209591,41.32606240577566],[-72.60251088200684,41.32598540576888],[-72.60208888187042,41.3259964057844],[-72.60193588182379,41.32605140580001],[-72.60181888178914,41.32611140581544],[-72.60166588174012,41.326123405822635],[-72.60146988167347,41.32606940581828],[-72.60096688149784,41.325849405791224],[-72.60078488143722,41.325822405791705],[-72.60056788136805,41.325845405803086],[-72.60050188134967,41.32590040581592],[-72.60053888137078,41.326063405846625],[-72.6004438813528,41.3262944058948],[-72.60036388133447,41.326431405924104],[-72.60006588124538,41.326569405960534],[-72.5997758811696,41.32689940603424],[-72.59959388112573,41.32717240609337],[-72.59951388110528,41.327271406115266],[-72.59925888102953,41.32739840614818],[-72.59885988090765,41.3275364061878],[-72.59856888082297,41.32771240623141],[-72.59784888062126,41.32828840636684],[-72.59769588057554,41.32835940638557],[-72.59741988049052,41.32844240641054],[-72.59719388042264,41.32854140643706],[-72.59713688040479,41.32855340644121],[-72.59700588036225,41.32855340644536],[-72.59667088024793,41.32845440643661],[-72.59626288010745,41.32831140642159],[-72.59597888000575,41.32814140639736],[-72.59585487996341,41.328104406394054],[-72.59577487993614,41.32808140639207],[-72.59570887991259,41.328043406386755],[-72.59567287989383,41.32791640636306],[-72.59573087990903,41.32785140634853],[-72.59588387995164,41.32772440631884],[-72.59588387994829,41.327664406307115],[-72.5957888799098,41.32752740628333],[-72.59565087985912,41.32742240626719],[-72.59524287971442,41.327203406237295],[-72.5950238796317,41.32699540620358],[-72.59500187961349,41.32679740616557],[-72.59500187960553,41.3266544061376],[-72.59495387958336,41.326536406116055],[-72.59479087950797,41.32613340604243],[-72.59455087941564,41.32587540599959],[-72.59436087934506,41.32571640597453],[-72.59398987921325,41.32551340594659],[-72.59366887909151,41.32519940589537],[-72.59345087900883,41.32498640586063],[-72.59312287887265,41.32445440576701],[-72.59287587877199,41.32408740570307],[-72.59286687876828,41.324073405700624],[-72.59286087876583,41.324064405699055],[-72.59268587869647,41.32383940566061],[-72.59234387855268,41.32325240555667],[-72.5921908784938,41.32308740552925],[-72.59185887837153,41.32282840548914],[-72.59180487835165,41.32278640548263],[-72.59149887824555,41.32266540546867],[-72.59110587811394,41.32259440546723],[-72.59074887799801,41.32259440547853],[-72.59062487795677,41.32257740547916],[-72.59006887777866,41.32262140550535],[-72.58944587757912,41.32267140553486],[-72.58920487750481,41.32274240555637],[-72.58906687746585,41.322847405581264],[-72.58886287741058,41.32304440562624],[-72.58851387730917,41.32325840567915],[-72.58836787726604,41.32333540569883],[-72.58830987725088,41.32340140571356],[-72.58829587725185,41.32350040573336],[-72.58834687728246,41.323752405781015],[-72.58802687719721,41.324087405856645],[-72.58787387715364,41.32419740588301],[-72.58780987713419,41.32422140588972],[-72.5875098770434,41.3243404059225],[-72.5873418769885,41.324334405926656],[-72.58723287694914,41.32426340591621],[-72.58703587687296,41.32404440587963],[-72.5868908768222,41.32397840587131],[-72.58672287676762,41.323978405876645],[-72.5865488767178,41.32409840590562],[-72.58641787668233,41.3242254059346],[-72.58640287667775,41.324230405936056],[-72.58637687666986,41.324240405938816],[-72.58635887666433,41.32424640594058],[-72.58634487666012,41.32425240594219],[-72.58619887660875,41.32418140593291],[-72.58594387651709,41.32402240590991],[-72.58584187647695,41.32389640588851],[-72.58584187647266,41.32381940587345],[-72.58611187654992,41.32363240582833],[-72.58607487653053,41.323500405803706],[-72.58591487646238,41.32320940575186],[-72.58576887640241,41.3229844057125],[-72.5857328763715,41.32263940564619],[-72.5857328763608,41.322447405608635],[-72.58595787639838,41.32181040547697],[-72.58588887636957,41.32169540545666],[-72.58585587635578,41.32164040544695],[-72.58568087628825,41.32144840541494],[-72.58556487623403,41.32115140536056],[-72.5854818761975,41.32097940532954],[-72.58540087615961,41.320771405291445],[-72.58533787612733,41.32055940525197],[-72.58530987610793,41.32037440521669],[-72.58527887608678,41.32017540517875],[-72.5851838760269,41.31965440507989],[-72.58514087600697,41.31954740506033],[-72.58508287597337,41.31928240501034],[-72.58514987597711,41.318958404944865],[-72.58531887601349,41.31862640487459],[-72.58618287624556,41.317755404676895],[-72.58682787642434,41.31720440454873],[-72.58735787656285,41.31660140441403],[-72.5873988765741,41.31656440440551],[-72.5878098766791,41.31605340429255],[-72.58788887670165,41.3159974042791],[-72.58809987676727,41.31594540426226],[-72.58827987682618,41.31595340425812],[-72.58845487688623,41.31601140426391],[-72.5884868768967,41.3160124042631],[-72.58853087691396,41.316066404272284],[-72.58864187695536,41.316162404287525],[-72.58877687700416,41.31625140430065],[-72.58890087704552,41.316270404300454],[-72.58904487708875,41.31620740428357],[-72.58928487715738,41.31604040424332],[-72.58941487719241,41.31591140421396],[-72.58959687723988,41.31570240416733],[-72.5896088772328,41.31550540412842],[-72.58957887721488,41.31535840410063],[-72.58956287720527,41.315279404085686],[-72.58941587714985,41.315141404063354],[-72.58880087693454,41.314861404028065],[-72.5885548768482,41.31474540401316],[-72.58832087676419,41.31460140399241],[-72.58809187667885,41.31440440396115],[-72.58788987659813,41.31413340391453],[-72.5877178765316,41.31394140388243],[-72.58755287647162,41.31382640386516],[-72.58740887642082,41.31375440385565],[-72.58724687636622,41.313718403853734],[-72.58706287630625,41.313714403858775],[-72.58617687604755,41.31423540398871],[-72.58596287597828,41.314239403996275],[-72.58570487589472,41.31424340400522],[-72.58544587581082,41.3142474040142],[-72.58536287578372,41.31424440401624],[-72.58527887575632,41.31424240401851],[-72.58520687573284,41.3142404040204],[-72.584903875619,41.31396340397582],[-72.5848428755904,41.31380540394686],[-72.58474287554343,41.31354540389917],[-72.58464287549648,41.31328540385148],[-72.58461687548431,41.313218403839194],[-72.58466487549703,41.31316640382751],[-72.5847598755225,41.31307040380573],[-72.58485487554802,41.31297440378394],[-72.5848858755563,41.31294240377671],[-72.58645187606501,41.31294540372772],[-72.58656587610197,41.31294440372391],[-72.58752887638941,41.31249040360464],[-72.58755487639563,41.31245040359598],[-72.58761787641086,41.31235640357562],[-72.58768087642602,41.31226140355504],[-72.58775187644312,41.31215440353186],[-72.58782287646021,41.312047403508686],[-72.58785987646911,41.31199140349655],[-72.58837087662937,41.31188940346044],[-72.58852187667095,41.31175540342945],[-72.58857487668554,41.31170840341859],[-72.58850987666216,41.31166740341262],[-72.58820787655338,41.311475403384634],[-72.58689587610311,41.31104040334108],[-72.58683287607971,41.3109874033327],[-72.58580187569629,41.310114403194596],[-72.5856928756502,41.30992240316049],[-72.58565787563539,41.30986040314948]]]},"properties":{"name":1942.02,"geoid":"09009194202"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.79364295639643,41.54396544214899],[-72.79365295639401,41.54386544212922],[-72.79365695639315,41.5438274421217],[-72.7936619563798,41.54356444207046],[-72.79366395637473,41.54346444205096],[-72.7937129563406,41.54258544187863],[-72.79370795633307,41.54248144185858],[-72.79370795632994,41.542426441847894],[-72.7937109563039,41.5419524417557],[-72.79371195629523,41.54179444172498],[-72.79369995628484,41.54168044170322],[-72.7936639562537,41.54133944163813],[-72.79365195624337,41.54122644161656],[-72.79364895624094,41.541201441611804],[-72.7936409562342,41.54112844159788],[-72.7936389562322,41.54110444159327],[-72.79362795622293,41.5410044415742],[-72.79362795622038,41.54095944156545],[-72.79362795619554,41.540523441480744],[-72.79362795618728,41.54037844145258],[-72.79353895608756,41.539135441213936],[-72.7934549559574,41.53732944086573],[-72.79340495585802,41.535869440583646],[-72.79338195581833,41.5353034404744],[-72.79337195578506,41.53477644037232],[-72.79360595582813,41.53419644025212],[-72.79371295584639,41.533906440192304],[-72.79418795601006,41.53406944020873],[-72.79483495623883,41.53439344025088],[-72.79513695634556,41.53454344027032],[-72.79604295666586,41.534996440329216],[-72.79634495677269,41.53514844034905],[-72.79711295704637,41.53557044040635],[-72.79756595721399,41.53592844046136],[-72.79772295727722,41.53614244049789],[-72.7979539573681,41.536419440544286],[-72.79813695743765,41.53659644057278],[-72.79916495778868,41.536892440597256],[-72.79990395804258,41.53713244062013],[-72.79994395805633,41.537145440621366],[-72.80006495809788,41.53718444062505],[-72.80010595811201,41.53719844062645],[-72.80080595835653,41.53749644066184],[-72.80135095851938,41.537245440595555],[-72.80205295874617,41.53722044056812],[-72.80229395883835,41.53746344060758],[-72.80236995886618,41.53751844061582],[-72.80237495886774,41.537517440615474],[-72.80253295891438,41.53743444059427],[-72.80242395888554,41.53755044062031],[-72.80207695879658,41.53796844071268],[-72.80015895830263,41.54024244121618],[-72.79986895822509,41.54053644128262],[-72.79900095799336,41.54142144148246],[-72.79871295791654,41.54171644154904],[-72.79756395760852,41.542866441809394],[-72.79731195754073,41.54311444186569],[-72.79655695733773,41.54385944203468],[-72.79646495731306,41.54395144205552],[-72.79630595727032,41.544108442091144],[-72.79614895721825,41.544090442092674],[-72.79567795706217,41.54403844209773],[-72.7955219570105,41.54402144209945],[-72.79514595688757,41.54400944210921],[-72.79453895668928,41.543992442125415],[-72.7944809566703,41.54399044212689],[-72.79441895665002,41.543988442128494],[-72.79401795651899,41.543976442139055],[-72.79364295639643,41.54396544214899]]]},"properties":{"name":1701,"geoid":"09009170100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.81827496418813,41.54018344062191],[-72.8180009641197,41.54054544070106],[-72.81718096391518,41.5416334409388],[-72.81690796384714,41.541996441018114],[-72.8165439637101,41.54166844096612],[-72.81618596364333,41.542538441146625],[-72.81593996359611,41.54311244126606],[-72.81574896355365,41.543456441339025],[-72.81576196358762,41.543978441440004],[-72.81576596359156,41.54402444144882],[-72.81583896366615,41.54491644161973],[-72.81586196370549,41.54547544172757],[-72.8158739637252,41.545752441781],[-72.815870963725,41.54576644178381],[-72.81582496372683,41.5460604418424],[-72.81560796368692,41.54659744195369],[-72.81549896366694,41.54686844200984],[-72.81535996364137,41.547212442081154],[-72.81494196356445,41.548246442295415],[-72.81480396353928,41.54859144236688],[-72.81478496353527,41.54862944237487],[-72.81472896352373,41.54874644239939],[-72.81471096352011,41.548785442407556],[-72.81467196351291,41.54888144242746],[-72.81455696349201,41.54917044248729],[-72.81451996348551,41.54926744250731],[-72.81426096343701,41.549893442637234],[-72.81409396338313,41.54990044264399],[-72.81314896307308,41.54985044266466],[-72.81223396277014,41.54975444267547],[-72.81155596254273,41.5496314426734],[-72.8107689622779,41.54947444266824],[-72.80978896194611,41.5492424426547],[-72.80911696171562,41.54903144263535],[-72.80795596131088,41.54855244257966],[-72.80690596094126,41.54805644251711],[-72.80655796081872,41.54789144249625],[-72.80650096079872,41.54786544249305],[-72.80550596044965,41.547416442437836],[-72.80515596032693,41.547259442418586],[-72.80519496033389,41.54715944239791],[-72.8052369603415,41.54705344237598],[-72.80533496036298,41.546871442337476],[-72.8053869603746,41.54677844231773],[-72.80540996037774,41.54670244230224],[-72.80548296038859,41.546476442255994],[-72.80550796039243,41.54640144224062],[-72.80570796043347,41.545980442152405],[-72.8063119605578,41.54471744188763],[-72.80651396059953,41.54429744179955],[-72.8065309606021,41.5442454417889],[-72.80658496061095,41.544092441757435],[-72.80660296061389,41.54404144174694],[-72.80667496062847,41.54388644171453],[-72.806892960673,41.543424441617766],[-72.80696596068795,41.54327044158549],[-72.80703796070206,41.54310744155151],[-72.8072569607455,41.542620441449856],[-72.80732996076,41.54245844141605],[-72.80722096072229,41.54241844141178],[-72.80689296060888,41.542299441399216],[-72.80678496057153,41.542260441395115],[-72.80659996050747,41.54219144138766],[-72.80604496031545,41.54198744136589],[-72.80586096025174,41.54191944135858],[-72.8060489602903,41.54152344127561],[-72.80637496035746,41.540842441132824],[-72.80662796041126,41.54034344102774],[-72.80682696045373,41.53995344094557],[-72.8075369606244,41.53889844071775],[-72.80793196072244,41.5383654406015],[-72.80807796077413,41.538439440611185],[-72.80847696091168,41.53857744062517],[-72.8090109610938,41.538727440637125],[-72.81004696144356,41.538955440648095],[-72.81025096151191,41.53899144064852],[-72.81025196151208,41.53898844064791],[-72.81146996192254,41.53924344065827],[-72.81178496202801,41.539297440658615],[-72.81197296209157,41.53934044066093],[-72.81253696228242,41.53947244066842],[-72.81272496234605,41.539516440670944],[-72.812932962416,41.539557440672205],[-72.81319696250482,41.539610440674004],[-72.81356096262667,41.539672440674316],[-72.81377096269699,41.53970844067458],[-72.8139869627668,41.53970144066626],[-72.81401196277493,41.53970144066545],[-72.81436396288942,41.53970244065432],[-72.81473496300738,41.53965644063346],[-72.81497496308374,41.5396274406201],[-72.81518196315064,41.53962044061207],[-72.81579996335049,41.5396024405887],[-72.81580296335146,41.53960244058859],[-72.81600796342003,41.539636440588616],[-72.81633196352833,41.53968844058828],[-72.8165369635981,41.53974344059236],[-72.81720196382041,41.53985144059195],[-72.81741896389427,41.53990944059623],[-72.81776696401279,41.5400044406035],[-72.8180479641112,41.54012844061853],[-72.81805596411387,41.54012944061848],[-72.81827496418813,41.54018344062191]]]},"properties":{"name":1703,"geoid":"09009170300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.87925698532274,41.56316044311776],[-72.87966198544098,41.56292644305926],[-72.87979198547366,41.562759443022635],[-72.87974898544269,41.56246244296637],[-72.87942398532554,41.56226144293785],[-72.87892598515073,41.562035442910066],[-72.87877898509797,41.56194844289794],[-72.87822598489859,41.56160544284922],[-72.8779059847837,41.56141544282265],[-72.87760398468171,41.56134844281941],[-72.87694098444092,41.56090644275501],[-72.87649498427993,41.560626442715055],[-72.87623398418175,41.560393442678254],[-72.87593398407515,41.56023444265708],[-72.87547598391248,41.55999344262508],[-72.87501898375251,41.55979344260101],[-72.87500098374619,41.55978544260004],[-72.87470898364401,41.559658442584805],[-72.87468098363424,41.55964644258338],[-72.87459998360585,41.55961044257901],[-72.87457298359638,41.55959844257757],[-72.87453098358169,41.559580442575424],[-72.8741239834351,41.559330442540016],[-72.8739569833712,41.55916244251279],[-72.87391998334384,41.558894442461984],[-72.87399598335669,41.558687442419334],[-72.87400198335801,41.55867644241699],[-72.87410498338234,41.558516442382604],[-72.87411298337109,41.55827444233538],[-72.87383898323665,41.55748144219027],[-72.8734709830766,41.55677444206489],[-72.87330698300728,41.55649444201583],[-72.87309998293925,41.55648144201998],[-72.8728299828611,41.55664944206131],[-72.8724589827649,41.55707544215599],[-72.8722379826958,41.55712344217246],[-72.87215698266935,41.557121442174676],[-72.8720189826244,41.557119442178745],[-72.87189698257816,41.55700444216034],[-72.87182398254099,41.55676944211707],[-72.87182298250205,41.55609444198606],[-72.87182498250066,41.55605844197902],[-72.87183098249704,41.55596144195999],[-72.87185098248708,41.55567344190343],[-72.87185798248385,41.55557744188457],[-72.87186698247876,41.55543744185709],[-72.87188998246644,41.55509144178916],[-72.87189898246525,41.55501944177491],[-72.87191698246322,41.554881441747526],[-72.8718429824386,41.55487144174797],[-72.8717679824137,41.554862441748654],[-72.87143498230306,41.55482044175124],[-72.87129798225756,41.55480344175237],[-72.8702659819135,41.55465244175635],[-72.86999398182273,41.55461144175717],[-72.86951498166293,41.55453944175865],[-72.86940198159635,41.554017441660946],[-72.8692959815336,41.55352244156825],[-72.86864798127264,41.55264244141829],[-72.86847598120336,41.55240844137842],[-72.86836998115643,41.552190441339505],[-72.86833698111877,41.55171944124911],[-72.8683819811214,41.55150944120689],[-72.86824898099427,41.550042440926326],[-72.86820298091146,41.54885544069731],[-72.86558898003878,41.548451440703204],[-72.86469797974131,41.54831344070514],[-72.86253797901274,41.54784944068473],[-72.86196597881974,41.547725440679095],[-72.86113097853807,41.54754544067107],[-72.86025297824185,41.547355440662486],[-72.85968197804922,41.54723244065702],[-72.8546699763804,41.54653544068329],[-72.85329097594003,41.54667244075436],[-72.85270797572923,41.546299440700714],[-72.85263497568481,41.54593744063277],[-72.85244597561939,41.54586744062526],[-72.85221097553924,41.545801440620025],[-72.852199975526,41.54563244058755],[-72.85206297535811,41.54347244017246],[-72.85168997505536,41.5402944395672],[-72.85171097505877,41.54023443955485],[-72.85177797507026,41.54005443951774],[-72.85179997507404,41.53999543950558],[-72.85184097508098,41.53988343948248],[-72.85189497509032,41.539739439452795],[-72.85195897510002,41.53954543941303],[-72.85199697510592,41.53943243938988],[-72.85215897512198,41.53879143926013],[-72.85264597517045,41.536868438870876],[-72.85265397517139,41.53683943886498],[-72.85280897518687,41.536228438741304],[-72.8529129752103,41.5360464387026],[-72.85307697524748,41.53576443864253],[-72.85321097527566,41.53549543858595],[-72.85330497529554,41.535308438546586],[-72.85337597529931,41.534970438478645],[-72.85359197531184,41.53396043827547],[-72.85366497531633,41.53362343820764],[-72.85425297551743,41.53379843822269],[-72.8544589755879,41.53386043822809],[-72.85515197581559,41.533903438214104],[-72.85518697582731,41.53390943821416],[-72.85529997586232,41.533879438204664],[-72.85540397589537,41.533866438198785],[-72.85546797591729,41.533886438200625],[-72.85558897595492,41.53385643819089],[-72.85565797597945,41.533893438195854],[-72.8557189759997,41.53390043819524],[-72.8558859760547,41.533913438192386],[-72.85594297607591,41.53396043819968],[-72.85602697610433,41.53398043820085],[-72.85610397613165,41.53402043820614],[-72.85623397617545,41.53404743820721],[-72.85632397620624,41.534074438209544],[-72.85642097624044,41.534121438215536],[-72.85653797628075,41.534161438219535],[-72.85666197632179,41.53417443821808],[-72.85666997632644,41.53421043822481],[-72.85729997645605,41.53289443794883],[-72.85892597679062,41.52949943723684],[-72.8589549767651,41.52888743711698],[-72.85902597670501,41.527430436831615],[-72.8589079766662,41.52742243683387],[-72.8585539765498,41.527398436840606],[-72.85843697651131,41.52739043684282],[-72.85824997644976,41.52737643684614],[-72.85768897626511,41.52733543685626],[-72.85760097623617,41.527329436857926],[-72.85750297620392,41.52732243685971],[-72.85741297617535,41.527334436864955],[-72.85732297614685,41.52734743687038],[-72.8571239760838,41.52737543688224],[-72.85681797598684,41.52741943690064],[-72.85681197597644,41.527271436872084],[-72.8567829759278,41.526584436739526],[-72.85676797590118,41.52620343666598],[-72.85704197599446,41.52627743667152],[-72.85739097611324,41.526371436678545],[-72.85788297627346,41.52637743666384],[-72.8581679763663,41.52638143665545],[-72.8584189764472,41.52636943664503],[-72.85867097652492,41.52629643662272],[-72.85872397654127,41.52628143661808],[-72.8590919766576,41.52622443659516],[-72.8591059766621,41.52622343659451],[-72.85953597679988,41.526189436574036],[-72.86009897698466,41.52622143656211],[-72.86020497701963,41.526230436560446],[-72.86071797718895,41.52627643655284],[-72.86080197721769,41.526301436554995],[-72.86097397727649,41.526352436559364],[-72.8610509773035,41.526387436563674],[-72.86113197733195,41.526424436568256],[-72.86148497744996,41.52648243656814],[-72.86193097759565,41.5264954365563],[-72.86196597760713,41.52649743655553],[-72.86279097787543,41.52650143652972],[-72.86332897804674,41.52643943650033],[-72.86379097818842,41.52629143645669],[-72.86425897832649,41.52604643639399],[-72.86438497836374,41.5259814363773],[-72.86490797851046,41.52557443628137],[-72.86486297851165,41.525851436336616],[-72.86474697848475,41.526040436377095],[-72.86439297840317,41.52662643650235],[-72.86475197852538,41.526723436509634],[-72.86496797859886,41.526781436513936],[-72.86520497867775,41.52681443651271],[-72.86540097874307,41.52684243651183],[-72.8657369788519,41.52683643649982],[-72.86617597898406,41.526652436449915],[-72.86651797908543,41.526481436405675],[-72.86656297909879,41.52645943639994],[-72.86697197922786,41.52639243637373],[-72.86721397930867,41.52643043637332],[-72.86741397937898,41.52652343638494],[-72.86766397946683,41.526639436399414],[-72.86780597952102,41.52678043642223],[-72.86788697955399,41.52689643644216],[-72.86796797959585,41.527168436492396],[-72.86792397960986,41.527664436590186],[-72.86789797961849,41.52796343664912],[-72.86791197963251,41.52812943668091],[-72.86807497970324,41.52844043673608],[-72.86820397974934,41.5285134367461],[-72.86848097984824,41.52866943676748],[-72.86908198005544,41.528877436788505],[-72.86946498017898,41.528861436773056],[-72.86962398022843,41.52882243676032],[-72.86984598029753,41.52876943674289],[-72.87010098037499,41.5286744367162],[-72.87041998047212,41.52856043668376],[-72.87138098076488,41.52821843658632],[-72.87170098086239,41.52810543655404],[-72.8719269809343,41.52807843654149],[-72.87220698102402,41.528056436528196],[-72.87223198103209,41.528055436527204],[-72.87266598117489,41.52808643651924],[-72.87290498125404,41.528112436516565],[-72.87372598152585,41.52820043650718],[-72.87383598156227,41.52821243650597],[-72.87422998169362,41.52827043650452],[-72.87428798170865,41.52820343648964],[-72.87443198175092,41.52812443646964],[-72.87452298177827,41.52808543645913],[-72.87464398181478,41.5280364364457],[-72.87554898209737,41.52783543637744],[-72.87589298220482,41.52775943635159],[-72.87618998229738,41.52769043632861],[-72.87645398237973,41.52763043630844],[-72.87700998254932,41.527436436252806],[-72.87705598256238,41.5274034362449],[-72.87730498263318,41.527226436202476],[-72.87770598275377,41.527056436156535],[-72.87821098290574,41.52684443609905],[-72.87838998295982,41.52677243607928],[-72.87863798303914,41.526750436067005],[-72.87884398310636,41.526755436061315],[-72.87895098314267,41.52678243606312],[-72.87937298328596,41.526890436070474],[-72.88057598369222,41.52715943608391],[-72.88189898413903,41.52745543609874],[-72.88210798420809,41.52747543609589],[-72.88232598427892,41.52747543608885],[-72.88245898432065,41.52744943607949],[-72.8826889843902,41.5273584360544],[-72.88305098450103,41.5272394360196],[-72.88328298457766,41.52726143601639],[-72.883604984686,41.527326436018626],[-72.88418098488026,41.527450436024125],[-72.8853869852871,41.5277124360361],[-72.88543398528836,41.527467435986985],[-72.88557498529221,41.52673343583984],[-72.88562298529388,41.526489435790886],[-72.8847879850116,41.52629743578054],[-72.88323398448624,41.525940435761306],[-72.88301398441247,41.52590043576065],[-72.88280298434381,41.525898435767054],[-72.88246598424287,41.52604843580707],[-72.88230398419348,41.526105435823396],[-72.88222298416889,41.52613543583183],[-72.8820749841236,41.52618443584613],[-72.88196798408917,41.52619043585074],[-72.88147898392273,41.52605843584087],[-72.88164198395314,41.52566343575887],[-72.88167998396032,41.52557343574016],[-72.8819189840056,41.52500643562228],[-72.8821399840474,41.524481435513145],[-72.8823059840789,41.52408843543143],[-72.88247198413883,41.52419343544648],[-72.88297098431907,41.524510435491976],[-72.88297498432054,41.524513435492416],[-72.88301398433407,41.52452843549408],[-72.88315498438303,41.524583435500205],[-72.88326298442156,41.524643435508374],[-72.88341498447348,41.52468743551203],[-72.88363698454725,41.52471643551049],[-72.88373898458039,41.5247164355072],[-72.88469098489017,41.52472443547803],[-72.88509998502502,41.52475843547144],[-72.88555298517774,41.524855435475665],[-72.8861479853784,41.52498343548133],[-72.88616498538049,41.52492343546913],[-72.88621798538755,41.524745435432834],[-72.88623698539034,41.52468643542077],[-72.88624098536474,41.52421543532912],[-72.88624698533633,41.52368443522575],[-72.88633198531394,41.522809435053006],[-72.8863779853022,41.52234243496077],[-72.88639598529679,41.522145434921924],[-72.88645098528102,41.52155643480569],[-72.88646998527598,41.52136043476699],[-72.88649498526829,41.52108343471236],[-72.88651998526149,41.52082243466084],[-72.88653398525038,41.52054843460714],[-72.88658298524956,41.52025543454864],[-72.88662898524893,41.51998243449411],[-72.8866259852456,41.51994143448623],[-72.88661698523563,41.51981843446263],[-72.88661398523239,41.51977843445494],[-72.88658198519603,41.51932443436777],[-72.88659598515078,41.51845243419787],[-72.88654598512419,41.5182714341643],[-72.8865099851048,41.518136434139215],[-72.88639598505858,41.5179764341118],[-72.88619398498531,41.51784243409229],[-72.88461898443298,41.51713143400494],[-72.88314798390843,41.51631543389382],[-72.8824709836657,41.51591643383812],[-72.88166698338304,41.515541433791185],[-72.88145398330776,41.51543543377746],[-72.88219798349041,41.51440043355232],[-72.8827569836263,41.5135994333786],[-72.88349498381804,41.51275843319135],[-72.88366398386295,41.51258343315188],[-72.88417398399861,41.5120574330332],[-72.88434398404392,41.51188343299389],[-72.8844809840759,41.51166443294691],[-72.88467798412215,41.511353432880114],[-72.88493098418614,41.511034432809936],[-72.88509298422728,41.51083343276566],[-72.88572498444981,41.51113443280376],[-72.88663398476992,41.511568432858795],[-72.88690498486567,41.51170343287628],[-72.88717198495921,41.5118224328908],[-72.88735398502254,41.511896432899306],[-72.88763098511764,41.51198543290766],[-72.88764498512242,41.51198943290798],[-72.8883179853525,41.51218943292513],[-72.88836698536356,41.51210443290704],[-72.88851598539752,41.51185143285307],[-72.88856598540895,41.511767432835114],[-72.88881698549467,41.51184043284121],[-72.88957098575213,41.512059432859445],[-72.88982298583824,41.512133432865696],[-72.89032898601201,41.51229743288124],[-72.89043598604876,41.51233243288459],[-72.89067398612774,41.51236143288255],[-72.89096398622351,41.51238843287844],[-72.89191498653523,41.512436432857065],[-72.8924469867096,41.51246343284514],[-72.89305098690754,41.51249343283149],[-72.89424398729855,41.51255343280463],[-72.89452398738945,41.5125524327954],[-72.8946809874385,41.512518432783736],[-72.89479698747351,41.51247143277086],[-72.89483998748543,41.512435432762466],[-72.89530898761592,41.512052432672895],[-72.8955279876808,41.51194243264444],[-72.89562498770954,41.51189443263199],[-72.89583198777434,41.51185143261694],[-72.89624598791147,41.51189743261252],[-72.89649098799266,41.51192543261006],[-72.89673898807462,41.51194943260672],[-72.89748298832043,41.51202143259669],[-72.89773098840243,41.512046432593536],[-72.8979789884842,41.51206743258962],[-72.89872298872949,41.51213043257785],[-72.89897198881167,41.51215243257407],[-72.89890298880741,41.51247043263811],[-72.8988899888068,41.51253343265078],[-72.8987519888091,41.513358432815565],[-72.8987359888083,41.513435432831045],[-72.89867298880611,41.513755432895266],[-72.89863598880233,41.51389943292446],[-72.89852598879132,41.51433243301213],[-72.89848998878793,41.514477433041485],[-72.8984499887854,41.51466043307833],[-72.89833098877828,41.51521243318944],[-72.89829198877612,41.515396433226464],[-72.89829298877743,41.515413433229746],[-72.89829598878136,41.515465433239754],[-72.89829698878272,41.51548343324321],[-72.89827198878093,41.51559443326559],[-72.89820098877698,41.51592843333279],[-72.89817798877587,41.5160404333553],[-72.89803698875471,41.516471433443606],[-72.89789898874773,41.517133433576696],[-72.89753798872961,41.51886843392549],[-72.90050898969756,41.518915433838686],[-72.90391899080855,41.51897043373927],[-72.9038869907247,41.517685433490605],[-72.90755499193864,41.51807543344788],[-72.90808499211408,41.51813243344187],[-72.90842299222595,41.51816843343794],[-72.90848999228815,41.51887543357315],[-72.91006699280193,41.518900433527065],[-72.91041199291429,41.518905433516885],[-72.9104389929231,41.518906433516214],[-72.91052199295025,41.51890943351412],[-72.91054999295946,41.5189114335136],[-72.91060899310034,41.52103943392517],[-72.9106599932204,41.52284843427497],[-72.91070099329843,41.52397943449338],[-72.91068999336173,41.52514843472085],[-72.9106909933813,41.52548443478607],[-72.91065399340354,41.52608343490365],[-72.91056899339819,41.526472434981955],[-72.91042199337389,41.52688243506637],[-72.91019999332298,41.52725343514561],[-72.91015099331051,41.52731343515884],[-72.90947199313877,41.528167435346674],[-72.90878099295865,41.52894343551974],[-72.9082209928095,41.52951643564916],[-72.90751899262496,41.53027743581966],[-72.90594399221101,41.531986436202516],[-72.90376899163746,41.53431343672479],[-72.90353099157474,41.534568436781996],[-72.90302899144498,41.53515143691145],[-72.90274099137311,41.53553043699436],[-72.90258099133152,41.535712437034874],[-72.90258899133447,41.53571843703578],[-72.9028299914233,41.53590243706375],[-72.90294999146978,41.536033437085294],[-72.90296499147598,41.53605643708929],[-72.90303999150687,41.536170437109014],[-72.90309199154301,41.536506437172584],[-72.90308699160308,41.53758443738212],[-72.903085991621,41.53790343744411],[-72.90313599164836,41.53809743748016],[-72.90313099165148,41.53818043749645],[-72.90311999166234,41.53843243754574],[-72.90311699166617,41.538516437562166],[-72.90303499166568,41.53897343765355],[-72.90301299166562,41.53909743767835],[-72.90297699166297,41.53925543771019],[-72.90293999166065,41.5394244377442],[-72.90289599166047,41.53967143779361],[-72.90290199167211,41.539840437826236],[-72.90291099168869,41.540079437872365],[-72.90303799179814,41.541270438099524],[-72.90305999181824,41.54149643814273],[-72.9031359918858,41.54224543828572],[-72.90322699196781,41.54316143846064],[-72.90334499207349,41.544337438685204],[-72.90352899222313,41.545906438983906],[-72.9035719922579,41.546269439053006],[-72.90360999230197,41.54682343915935],[-72.90369399234626,41.54712043921431],[-72.90370599235172,41.54714743921917],[-72.90380899239848,41.54737943926089],[-72.90418399255825,41.54804143937731],[-72.90435199262973,41.54833643942914],[-72.90436099263518,41.548380439437395],[-72.90438999265233,41.54851543946268],[-72.90439999265816,41.54856043947109],[-72.90448099269577,41.54875743950672],[-72.90465899277807,41.54918443958388],[-72.90472499280897,41.54934943961377],[-72.90480499284635,41.54954843964981],[-72.90489899289439,41.54985343970599],[-72.90493999291526,41.54998543973031],[-72.90496799292947,41.55007443974669],[-72.90505899298864,41.55059143984412],[-72.90506199299055,41.550607439847134],[-72.9050469930241,41.55127843997788],[-72.9050429930267,41.55134643999123],[-72.9050169930445,41.551804440080964],[-72.90501299304708,41.5518724400943],[-72.90486399302935,41.55240844020318],[-72.90484899302787,41.55246744021512],[-72.9045929929799,41.553082440342784],[-72.90407099286331,41.55400844053944],[-72.90403799285713,41.55408744055583],[-72.90380099281327,41.55466644067588],[-72.90378099280953,41.55471444068586],[-72.90373599280292,41.5548544407145],[-72.90355499277682,41.5554254408312],[-72.90349599276858,41.55561644087017],[-72.90318799272647,41.55662844107659],[-72.90315599272226,41.556736441098586],[-72.9030249927265,41.55755344126141],[-72.90301799277515,41.55844244143421],[-72.90313099286087,41.55929744159651],[-72.90318799289653,41.55959644165271],[-72.9032149929154,41.55977244168601],[-72.90333899300073,41.560558441834566],[-72.9033919930327,41.56081544188273],[-72.90341199304946,41.56099444191685],[-72.90347399310048,41.561533442019446],[-72.90348399310828,41.56161244203446],[-72.90347099311,41.56171644205506],[-72.90321399302871,41.56175544207094],[-72.9014869924821,41.562011442176455],[-72.90140899245726,41.56202044218073],[-72.89950199184936,41.56222744228255],[-72.89234398956742,41.56300444266472],[-72.89203098946741,41.563034442680646],[-72.8912339892125,41.56310644272037],[-72.89013898886226,41.56320544277497],[-72.89007498884186,41.5632124427784],[-72.88895498848413,41.563322442835926],[-72.88720198792421,41.563494442925965],[-72.88498198721516,41.56371244303998],[-72.88404598691619,41.56380444308808],[-72.8838859868651,41.56382044309636],[-72.88283298651224,41.563635443094455],[-72.88087398585935,41.563353443103],[-72.87974598548432,41.56320644311089],[-72.87925698532274,41.56316044311776]]]},"properties":{"name":3431.01,"geoid":"09009343101"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.8457319738648,41.553354442295664],[-72.84574197387667,41.55350544232466],[-72.8459229739819,41.5543174424765],[-72.84596697400882,41.55453844251801],[-72.84600597403978,41.554858442578876],[-72.84603997406661,41.555134442631385],[-72.84614697413213,41.555672442732394],[-72.84854197557748,41.567337444919815],[-72.84633697488752,41.56780744508216],[-72.84262197372492,41.56859644535509],[-72.8402449729813,41.56910644553072],[-72.83862997247033,41.56935244563056],[-72.83435097111412,41.56996344588708],[-72.83096997004188,41.570435446087664],[-72.8293999695443,41.57066044618193],[-72.82911796945524,41.57070644619996],[-72.8285949692905,41.57079944623486],[-72.82764496899354,41.57100744630584],[-72.82789896902777,41.57016144613345],[-72.8283399690594,41.56820544573955],[-72.8289629691038,41.56543744518212],[-72.82964496915235,41.56240544457151],[-72.8295669691291,41.5624424445812],[-72.82776096859234,41.56332444481062],[-72.82719696842464,41.563598444882],[-72.82615896811608,41.564104445013676],[-72.8257439679927,41.56430644506626],[-72.82575296798042,41.56404044501432],[-72.82577496795183,41.56341444489209],[-72.8257859679337,41.56303444481795],[-72.82582396788123,41.56189944459636],[-72.82583796786425,41.56152244452272],[-72.82584496785421,41.56130644448055],[-72.82614496767762,41.55650544353868],[-72.8261449676766,41.55648744353518],[-72.82614196764239,41.55590544342227],[-72.8251429672891,41.55540544335736],[-72.82124396595297,41.55420344324948],[-72.8191459652768,41.55430644333704],[-72.81260196348906,41.56025944470371],[-72.81024296284457,41.562405445196326],[-72.80996096274644,41.562292445183466],[-72.81055996289358,41.56145844500226],[-72.81092596298599,41.56099244489999],[-72.81097296299608,41.5609014448808],[-72.81114596303348,41.56057144481115],[-72.81134596307409,41.56014344472161],[-72.81157396312396,41.55971844463175],[-72.81193696321296,41.55920944452122],[-72.81220596327009,41.558678444409466],[-72.81245796332611,41.5582244443132],[-72.81268196336951,41.55770844420578],[-72.812859963398,41.55719344410004],[-72.81283996334069,41.55630344392785],[-72.81283496333343,41.5562044439088],[-72.81277496323091,41.554749443628154],[-72.81278696321976,41.5544854435765],[-72.8127759632033,41.55425944353298],[-72.81279096319938,41.55410544350259],[-72.81280596319398,41.55392544346715],[-72.8128349631955,41.553786443439215],[-72.81286296319136,41.55355444339326],[-72.8129519631977,41.553158443313485],[-72.81302896321762,41.553068443293526],[-72.81307696322523,41.552928443264804],[-72.81322396324911,41.55250944317869],[-72.81327396325743,41.552370443150075],[-72.81332396326547,41.55222644312051],[-72.81347596329026,41.5517944430317],[-72.81352696329867,41.55165144300231],[-72.81354796330243,41.55159744299114],[-72.81361496331508,41.5514374429579],[-72.8136369633192,41.551384442946905],[-72.81388396336892,41.550848442834855],[-72.81411796340696,41.55018144269778],[-72.81426096343701,41.549893442637234],[-72.81451996348551,41.54926744250731],[-72.81455696349201,41.54917044248729],[-72.81467196351291,41.54888144242746],[-72.81471096352011,41.548785442407556],[-72.81472896352373,41.54874644239939],[-72.81478496353527,41.54862944237487],[-72.81480396353928,41.54859144236688],[-72.81494196356445,41.548246442295415],[-72.81535996364137,41.547212442081154],[-72.81549896366694,41.54686844200984],[-72.81560796368692,41.54659744195369],[-72.81582496372683,41.5460604418424],[-72.815870963725,41.54576644178381],[-72.8158739637252,41.545752441781],[-72.81586196370549,41.54547544172757],[-72.81583896366615,41.54491644161973],[-72.81576596359156,41.54402444144882],[-72.81576196358762,41.543978441440004],[-72.81574896355365,41.543456441339025],[-72.81593996359611,41.54311244126606],[-72.81618596364333,41.542538441146625],[-72.8165439637101,41.54166844096612],[-72.81690796384714,41.541996441018114],[-72.81718096391518,41.5416334409388],[-72.8180009641197,41.54054544070106],[-72.81827496418813,41.54018344062191],[-72.81870196433779,41.54037444064527],[-72.8192749645387,41.54063144067677],[-72.81958196464409,41.54072944068591],[-72.81985696473292,41.540719440675126],[-72.82003196478735,41.54067644066114],[-72.82028296486546,41.5406154406412],[-72.8204889649298,41.54056944062563],[-72.82065496498238,41.540545440615645],[-72.82079596502706,41.54052544060722],[-72.8211579651467,41.540559440602166],[-72.8213259652022,41.540575440599866],[-72.82138596522228,41.54058544059987],[-72.82156896528365,41.5406184406004],[-72.8216299653041,41.54062944060056],[-72.82187196538476,41.54066444059958],[-72.82259996562738,41.54076944059654],[-72.82284296570836,41.540804440595515],[-72.8234889659224,41.54087544058851],[-72.82394696607291,41.5409044405794],[-72.82429196618895,41.5409724405815],[-72.82447096625025,41.541027440586426],[-72.82464396631015,41.54109144059329],[-72.82478696636062,41.541161440602295],[-72.82485596638543,41.54120344060822],[-72.82528896654102,41.54146344064479],[-72.82572996670135,41.54176144068848],[-72.82664396705115,41.542685440838525],[-72.82700896719084,41.54305444089846],[-72.8281059676107,41.54416344107855],[-72.82847196775077,41.544533441138654],[-72.82853196777377,41.54459444114857],[-72.82871496784374,41.5447784411784],[-72.8287759678671,41.544840441188484],[-72.8292219680378,41.545291441261725],[-72.82945396812396,41.54547944129076],[-72.8296369681915,41.545620441312266],[-72.82997996831672,41.54586144134802],[-72.83023196840344,41.545945441356224],[-72.8306669685461,41.54596744134648],[-72.83108596867687,41.545872441314536],[-72.83168096886112,41.54571244126431],[-72.8322609690455,41.54563944123145],[-72.83249796912214,41.545632441222445],[-72.83252096913026,41.545643441223845],[-72.83268796918779,41.54570044122952],[-72.83300896929954,41.54583044124445],[-72.83351996948025,41.546086441277716],[-72.83436696978342,41.5465744413452],[-72.83487196996693,41.546913441394764],[-72.83514197006313,41.547061441414826],[-72.83516397007102,41.547074441416655],[-72.83545497017657,41.547266441444556],[-72.83567097025843,41.54747044147721],[-72.83584197032475,41.54765844150823],[-72.83604997040544,41.547887441545996],[-72.83615097044449,41.54799644156392],[-72.8364549705621,41.54832544161802],[-72.83655697060153,41.54843544163609],[-72.83679397069363,41.54869944167974],[-72.83682797070678,41.548736441685826],[-72.83749997096291,41.549396441792354],[-72.83755197098279,41.54944844180077],[-72.83780297107882,41.54970144184181],[-72.83794297113153,41.54982744186177],[-72.83811197119341,41.549949441880024],[-72.83848797132461,41.5501064418984],[-72.83850097132918,41.55011244189914],[-72.83934597162165,41.55042444193252],[-72.84012197188794,41.55067044195527],[-72.84078097211328,41.55086544197191],[-72.84097897218102,41.55092444197699],[-72.84122197226401,41.55099444198274],[-72.84154997237697,41.55110544199373],[-72.84172097243614,41.55116844200046],[-72.84201997253972,41.55128044201256],[-72.84223397261432,41.55136844202275],[-72.84240397267358,41.55143844203088],[-72.84258997273959,41.551535442043715],[-72.8426549727627,41.551570442048416],[-72.8430999729198,41.551788442076415],[-72.84315697293977,41.55181344207943],[-72.84334997300742,41.55189944208991],[-72.8435379730748,41.5520094421052],[-72.84376597315655,41.552143442123885],[-72.84409397327518,41.55235344215409],[-72.84427797334172,41.55247144217106],[-72.84456897344694,41.5526574421978],[-72.8448629735533,41.55284644222505],[-72.84544297376284,41.5532144422778],[-72.8457319738648,41.553354442295664]]]},"properties":{"name":1704,"geoid":"09009170400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.94981999168802,41.27241338420545],[-72.94978299167315,41.27236238419666],[-72.95162199222567,41.27159038398656],[-72.95209899237199,41.27144338394248],[-72.95356499281719,41.270912383791504],[-72.95450999310478,41.2705803836962],[-72.95547099340038,41.27029938361034],[-72.95624399363916,41.2700903835446],[-72.95651299372223,41.27001738352167],[-72.9568879938396,41.26994338349514],[-72.95723399395408,41.26998438349203],[-72.95794799419788,41.27020338351186],[-72.95797799419813,41.27003538347805],[-72.95813099424512,41.269989383464136],[-72.95875899444033,41.269841383414985],[-72.95910999454884,41.269748383385526],[-72.95976899475257,41.26957338333009],[-72.96038099493732,41.26933238326327],[-72.96080799506409,41.26912638320926],[-72.96117399517226,41.268941383161305],[-72.9615489952735,41.26858238307907],[-72.96162199529289,41.26850638306184],[-72.96165299530107,41.26847338305442],[-72.96174899532654,41.26837338303175],[-72.96178099533509,41.268341383024485],[-72.9618859953511,41.26802238295874],[-72.96202599535316,41.267256382804476],[-72.96213599534687,41.26651438265585],[-72.96248999540259,41.26547038244035],[-72.96283199546693,41.26464738226842],[-72.9629309954808,41.26432538220229],[-72.96296699548479,41.264189382174536],[-72.96305799549495,41.263847382104736],[-72.96306799549433,41.2637793820911],[-72.96309099549399,41.26364138206339],[-72.96311799549625,41.26352638204003],[-72.96320099550387,41.26318538197069],[-72.96322899550653,41.2630713819475],[-72.9632789955109,41.26286238190502],[-72.96329199551195,41.26280638189366],[-72.96330399551302,41.2627563818835],[-72.96348899553097,41.26201338173226],[-72.96355499553745,41.26174938167851],[-72.96358199553596,41.26156838164224],[-72.96361399553447,41.26135838160016],[-72.96371299554852,41.26103938153458],[-72.963736995552,41.26096338151896],[-72.96377299555824,41.26086738149903],[-72.96385999558052,41.2607623814757],[-72.96388499558698,41.26073338146923],[-72.96406999563999,41.260610381439214],[-72.96419699567676,41.260532381419864],[-72.9643139957107,41.26046238140243],[-72.96467499581857,41.26030038135913],[-72.96491899589148,41.26019138132996],[-72.96570499612781,41.25986538124092],[-72.96576799614654,41.259835381233025],[-72.96612599625301,41.259666381188445],[-72.96634599633144,41.25979238120601],[-72.96674599647326,41.26000738123519],[-72.96685299650991,41.26004238123858],[-72.9670889965909,41.260122381246624],[-72.9675909967642,41.26030938126704],[-72.96777099683041,41.26044838128841],[-72.9680329969304,41.2607153813322],[-72.96815199697717,41.26086038135672],[-72.96840899707252,41.26107338139009],[-72.96890799724788,41.26131438142115],[-72.96964699750758,41.261671381467174],[-72.96999299762884,41.2618323814875],[-72.97103299799322,41.262315381548476],[-72.97137999811486,41.26247738156897],[-72.9713379981048,41.26254038158266],[-72.97121599807612,41.26273238162412],[-72.97117499806645,41.262796381637955],[-72.97097499801717,41.263071381698154],[-72.97070999795203,41.26343838177844],[-72.97043099787653,41.263702381839046],[-72.97029499783952,41.26382738186786],[-72.97026299783084,41.263857381874764],[-72.97002099776213,41.26402938191619],[-72.97040199788886,41.26408638191506],[-72.97048999791868,41.264109381916725],[-72.97059799795532,41.26413838191892],[-72.97181299837827,41.264653381980494],[-72.97225299853145,41.264840382002895],[-72.97309099882274,41.26518838204394],[-72.97328999889221,41.26527638205474],[-72.97329199889286,41.26527638205467],[-72.97352699897382,41.26536138206372],[-72.97385299908714,41.26549638207962],[-72.97390299910482,41.26552238208309],[-72.97409699917358,41.26562638209718],[-72.97429199924267,41.26573038211123],[-72.97441299928788,41.26583638212806],[-72.97469699939396,41.266084382167406],[-72.97523499959955,41.266636382257985],[-72.97550299970192,41.26691038230293],[-72.97560099973833,41.26699238231581],[-72.97569699977399,41.26707238232835],[-72.9758449998303,41.26722038235251],[-72.97588099984414,41.2672583823588],[-72.97596999987829,41.2673523823743],[-72.97548799973956,41.267661382450235],[-72.97543599972462,41.26769538245854],[-72.97461699949147,41.26826638259655],[-72.97410599934915,41.268678382693565],[-72.97366199922564,41.26903938277842],[-72.97328399912372,41.269403382861746],[-72.97277399898637,41.269897382974754],[-72.9722059988391,41.270548383120314],[-72.97219099883525,41.270566383124304],[-72.97188699875929,41.270965383212086],[-72.97161099869318,41.271378383301716],[-72.97160399869159,41.271390383304286],[-72.97130899862493,41.27190238341388],[-72.97086699852495,41.27266738357765],[-72.97061999846926,41.273098383669854],[-72.97056799845728,41.27318438368834],[-72.97041199842148,41.27344538374438],[-72.97036099840987,41.273532383763026],[-72.97031699839967,41.27360438377851],[-72.97018699836981,41.27382138382512],[-72.97014399836,41.27389438384079],[-72.97008599834669,41.273991383861606],[-72.96991099830643,41.27428238392413],[-72.96985399829352,41.274380383945115],[-72.96978799827833,41.27449038396875],[-72.96977699827555,41.27450438397183],[-72.96952799821533,41.27486638405062],[-72.9694459981956,41.2749873840769],[-72.96939799818394,41.27505638409195],[-72.96938399818012,41.275069384094934],[-72.96916799812269,41.275291384145284],[-72.9690969981039,41.275366384162226],[-72.96903499808737,41.27542938417654],[-72.96885199803874,41.275618384219364],[-72.9687909980226,41.275682384233846],[-72.96871399800204,41.27576038425157],[-72.96860499797312,41.27587338427717],[-72.96847299793654,41.27598338430291],[-72.96838899791334,41.276054384319494],[-72.9679559977921,41.27639238439952],[-72.96779499774709,41.27651938442953],[-72.96736199762339,41.276813384500926],[-72.96671099743344,41.277186384594806],[-72.9665559973874,41.27726038461424],[-72.96606099724045,41.2774993846769],[-72.96595799720984,41.277548384689794],[-72.9658889971891,41.27757738469769],[-72.96550999707553,41.277741384741944],[-72.96535999702809,41.27776238475089],[-72.96517399696938,41.27779038476235],[-72.96471899683246,41.27797738481354],[-72.96404899663099,41.27825538488944],[-72.96364099650728,41.278406384932104],[-72.96334699641838,41.278519384963644],[-72.96299399631174,41.278657385002],[-72.9628899962804,41.278699385013546],[-72.96275599624003,41.278753385028416],[-72.96235399611886,41.27891538507302],[-72.96222099607888,41.27897038508805],[-72.96200299601335,41.279061385112854],[-72.96135599581899,41.279333385186845],[-72.96135199581775,41.27933438518716],[-72.9611389957543,41.27943338521338],[-72.96096599570151,41.27949138523029],[-72.96081399565574,41.2795533852473],[-72.95985499536737,41.27995138535596],[-72.9595359952715,41.280084385392236],[-72.95939299522868,41.28014738540915],[-72.95896399510042,41.28033838546029],[-72.958821995058,41.280402385477366],[-72.95828999489758,41.28061538553612],[-72.95719399456719,41.281055385657396],[-72.95669299441579,41.28125038571164],[-72.95615999425483,41.281459385769644],[-72.95612999424192,41.28140338575966],[-72.9560879942238,41.28132338574537],[-72.95604499420492,41.281236385729756],[-72.95601899419333,41.281180385719644],[-72.95600099418445,41.28112638570967],[-72.95594699415784,41.28096538567995],[-72.95592999414932,41.28091238567012],[-72.95590799413971,41.28086838566224],[-72.95584199411083,41.28073638563857],[-72.95581999410122,41.28069238563067],[-72.9557289940626,41.28053138560213],[-72.95545899394776,41.28004838551642],[-72.95536899390947,41.279887385487854],[-72.95521799384746,41.279656385447566],[-72.95476499366153,41.27896538532708],[-72.95461499359988,41.27873538528694],[-72.95450599355476,41.278562385256656],[-72.95417999341974,41.278043385165695],[-72.954071993375,41.27787138513555],[-72.95402799335666,41.2777993851229],[-72.95389799330229,41.27758338508485],[-72.95385499328434,41.27751238507237],[-72.95381699326927,41.277463385063996],[-72.95373199323554,41.277354385045435],[-72.95370599322513,41.27731938503944],[-72.95366999321068,41.277270385031024],[-72.95360099318309,41.27717738501505],[-72.95357799317368,41.27714338500916],[-72.9535269931528,41.27706638499574],[-72.95332399306918,41.276751384940695],[-72.95323999303454,41.2766203849178],[-72.95311399298255,41.27642338488335],[-72.9527359928266,41.27583238477998],[-72.95261099277494,41.27563538474549],[-72.95241599269879,41.275406384707],[-72.95183299247098,41.274720384591674],[-72.95163899239523,41.27449238455334],[-72.95079299206833,41.27356138439856],[-72.95034599189336,41.27302938430894],[-72.94981999168802,41.27241338420545]]]},"properties":{"name":1546,"geoid":"09009154600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.94978299167315,41.27236238419666],[-72.94967699162393,41.272099384148646],[-72.94932899144685,41.270962383937565],[-72.94931599144022,41.27091938392958],[-72.94927999142215,41.27080638390864],[-72.9491719913681,41.27046938384625],[-72.94913699135043,41.27035738382546],[-72.94895099125051,41.269656383694404],[-72.94857199106804,41.26860138350032],[-72.94847499101958,41.26830038344459],[-72.94818399087437,41.26739938327779],[-72.94808699082597,41.26709938322225],[-72.94802999079742,41.266921383189285],[-72.94785899071181,41.266387383090375],[-72.94780299068361,41.266209383057365],[-72.94774699065658,41.26605238302848],[-72.9475819905765,41.26558138294168],[-72.94752699054979,41.26542438291276],[-72.94746999052121,41.2652453828796],[-72.94729899043544,41.26470838278011],[-72.94724199040691,41.264530382747125],[-72.94717599037432,41.26433238271052],[-72.94697799027652,41.263737382600546],[-72.94691299024433,41.263540382564116],[-72.94663499010662,41.26269738240821],[-72.95073299140813,41.26222238218353],[-72.95073499140588,41.262171382173506],[-72.9507449914005,41.26201838214325],[-72.95074799139863,41.26196838213338],[-72.95079299137781,41.261341382009334],[-72.95084799134452,41.26043638183058],[-72.95085599134303,41.26036438181625],[-72.95089099131867,41.25973238169153],[-72.95088299130767,41.259583381662644],[-72.95087999127215,41.25897138154306],[-72.95108799133243,41.25884538151173],[-72.95115099135076,41.25880838150248],[-72.95120699136677,41.25877038149325],[-72.95169399150598,41.258440381413045],[-72.95189599156383,41.25830538138015],[-72.95243099171685,41.25794438129235],[-72.954038992177,41.256863381029206],[-72.95457599233076,41.25650438094173],[-72.95478999239155,41.25635238090512],[-72.95543099257361,41.25589738079552],[-72.95564599263476,41.25574638075908],[-72.95593999271864,41.25554438071011],[-72.95646299286959,41.25521538062894],[-72.95676199295593,41.25502838058275],[-72.95698799302228,41.254906380551624],[-72.959051993632,41.25385738028007],[-72.9596109937972,41.253574380206736],[-72.95984999386799,41.25345638017596],[-72.95992299388959,41.25342038016657],[-72.95998899390914,41.25338738015799],[-72.96025299398725,41.25325538012368],[-72.96073399412974,41.25301838006185],[-72.96123999427888,41.252755379994134],[-72.96144299433881,41.25265137996726],[-72.96154599436673,41.25255437994498],[-72.96166299441016,41.25265237996038],[-72.9620139945406,41.252947380006795],[-72.96213099458411,41.25304638002238],[-72.96211999458406,41.253108380034874],[-72.9620879945843,41.25329638007266],[-72.96207799458462,41.253359380085314],[-72.96207199458419,41.25338638009078],[-72.96205399458289,41.25346638010701],[-72.96204899458284,41.253494380112635],[-72.96203299458206,41.25357238012842],[-72.96199599457833,41.25371838015816],[-72.96182899456204,41.25438838029457],[-72.96177399455686,41.25461238034015],[-72.96174899455681,41.25475438036873],[-72.96169999455752,41.25504838042781],[-72.96169499456359,41.255184380454565],[-72.96168999457015,41.25532938048307],[-72.9616879945946,41.25577338056996],[-72.9616869946153,41.25614538064276],[-72.96137399455408,41.25685738079207],[-72.96133799455252,41.25703638082824],[-72.96133299455249,41.25706438083387],[-72.9613299945618,41.25724638086957],[-72.96142399460435,41.25746038090838],[-72.9615039946392,41.257618380936705],[-72.96154499465703,41.25769838095103],[-72.96181199476368,41.25805438101206],[-72.96191899480642,41.258197381036595],[-72.96203499485195,41.25833738106022],[-72.96215899490056,41.258486381085376],[-72.96240599499163,41.25868138111556],[-72.96244299500448,41.25869638111729],[-72.96261299506347,41.25876538112532],[-72.96278499512376,41.25884538113543],[-72.96306199522081,41.25897438115174],[-72.96329399530313,41.25910038116891],[-72.96346199536272,41.25919138118131],[-72.96356499540153,41.25928738119676],[-72.9637499954712,41.259459381224445],[-72.9638459955103,41.25960038124893],[-72.96392599554285,41.25971738126924],[-72.96397199556426,41.259832381290224],[-72.9639819955689,41.2598573812948],[-72.96397699557481,41.25999038132097],[-72.9639269955703,41.26019738136306],[-72.96389899556812,41.26031938138782],[-72.96386499556316,41.260426381409836],[-72.96381499555615,41.260589381443324],[-72.96378899555711,41.260755381476606],[-72.96377299555824,41.26086738149903],[-72.963736995552,41.26096338151896],[-72.96371299554852,41.26103938153458],[-72.96361399553447,41.26135838160016],[-72.96358199553596,41.26156838164224],[-72.96355499553745,41.26174938167851],[-72.96348899553097,41.26201338173226],[-72.96330399551302,41.2627563818835],[-72.96329199551195,41.26280638189366],[-72.9632789955109,41.26286238190502],[-72.96322899550653,41.2630713819475],[-72.96320099550387,41.26318538197069],[-72.96311799549625,41.26352638204003],[-72.96309099549399,41.26364138206339],[-72.96306799549433,41.2637793820911],[-72.96305799549495,41.263847382104736],[-72.96296699548479,41.264189382174536],[-72.9629309954808,41.26432538220229],[-72.96283199546693,41.26464738226842],[-72.96248999540259,41.26547038244035],[-72.96213599534687,41.26651438265585],[-72.96202599535316,41.267256382804476],[-72.9618859953511,41.26802238295874],[-72.96178099533509,41.268341383024485],[-72.96174899532654,41.26837338303175],[-72.96165299530107,41.26847338305442],[-72.96162199529289,41.26850638306184],[-72.9615489952735,41.26858238307907],[-72.96117399517226,41.268941383161305],[-72.96080799506409,41.26912638320926],[-72.96038099493732,41.26933238326327],[-72.95976899475257,41.26957338333009],[-72.95910999454884,41.269748383385526],[-72.95875899444033,41.269841383414985],[-72.95813099424512,41.269989383464136],[-72.95797799419813,41.27003538347805],[-72.95794799419788,41.27020338351186],[-72.95723399395408,41.26998438349203],[-72.9568879938396,41.26994338349514],[-72.95651299372223,41.27001738352167],[-72.95624399363916,41.2700903835446],[-72.95547099340038,41.27029938361034],[-72.95450999310478,41.2705803836962],[-72.95356499281719,41.270912383791504],[-72.95209899237199,41.27144338394248],[-72.95162199222567,41.27159038398656],[-72.94978299167315,41.27236238419666]]]},"properties":{"name":1549,"geoid":"09009154900"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.94635100676287,41.55680543971426],[-72.94640400677963,41.55679743971098],[-72.94758000715174,41.556623439639104],[-72.95127500832125,41.55608143941421],[-72.95250700871115,41.555900439339176],[-72.95338500898845,41.55576143928374],[-72.95361600906138,41.555724439269085],[-72.95491400947266,41.5555424391917],[-72.95500400949955,41.55550143918082],[-72.95517000955338,41.555499439175044],[-72.9551680095525,41.55549543917435],[-72.95678901006816,41.55530343908454],[-72.95690701010558,41.555287439077624],[-72.95722901020797,41.55524843905962],[-72.958197010516,41.55513543900631],[-72.95852001061881,41.55509843898866],[-72.95864501065856,41.555083438981704],[-72.95902101077837,41.55504243896155],[-72.95914701081855,41.55502943895494],[-72.95935701088554,41.55500743894387],[-72.95998901108732,41.55494543891135],[-72.96020001115467,41.55492443890045],[-72.96031501119111,41.55490843889361],[-72.96066401130193,41.55486343887356],[-72.96078001133876,41.55484843886689],[-72.96100001140891,41.554825438855296],[-72.96166301162046,41.55475843882081],[-72.96188401169103,41.55473643880937],[-72.96235001183892,41.554675438782425],[-72.96271701195546,41.55462843876141],[-72.96375001228348,41.55449643870232],[-72.96421701243183,41.55443743867573],[-72.96524701275855,41.55429943861555],[-72.96622201306792,41.5541704385589],[-72.96649101315279,41.55412643854162],[-72.96806901365095,41.553873438441364],[-72.96833101373531,41.55386043843036],[-72.96937001407007,41.55381143838715],[-72.9694770141049,41.553812438383886],[-72.96980001421001,41.55381543837399],[-72.9699080142452,41.553817438370885],[-72.97081401453951,41.553816438341315],[-72.97281301518889,41.55381543827629],[-72.97353101541954,41.55376943824408],[-72.97443601571034,41.55371343820387],[-72.97528601598097,41.553617438157666],[-72.9768860164955,41.553525438087924],[-72.97985401745008,41.553357437959036],[-72.98123501796843,41.55456943814944],[-72.98244001842076,41.555627438315675],[-72.98261401849707,41.55597143837678],[-72.98516901945185,41.5581394387146],[-72.98771802042157,41.56060043910939],[-72.99044102145746,41.56322843953091],[-72.99140402182384,41.56415843968009],[-72.99198002204157,41.56468943976441],[-72.99205002206804,41.56475443977474],[-72.9922620221482,41.56495043980588],[-72.99233302217506,41.565016439816375],[-72.99269802231309,41.56535443987012],[-72.99379502272795,41.566369440031394],[-72.9940500228244,41.5666054400689],[-72.9941620228667,41.56670844008526],[-72.99468002306217,41.56718044015999],[-72.99623502364895,41.568596440384184],[-72.99675402384474,41.569068440458885],[-72.99705902396204,41.569384440510284],[-72.99797402431409,41.570335440665055],[-72.99827902443144,41.570652440716636],[-72.9983700244651,41.57072344072744],[-72.9984530244958,41.57078844073736],[-72.99864102456581,41.57094344076131],[-72.99873102459937,41.57101844077293],[-72.99933102482807,41.57160444086711],[-72.99955902491494,41.57182644090279],[-73.0011340255151,41.573361441149345],[-73.00173502574413,41.573947441243455],[-73.00176102575429,41.57397744124845],[-73.0018420257858,41.574067441263274],[-73.00186902579631,41.574097441268215],[-73.00177402577056,41.574186441288575],[-73.00149302569483,41.574456441350065],[-73.00139902566947,41.574546441370565],[-73.00110302558956,41.574828441434875],[-73.00109802558826,41.574834441436224],[-73.0010420255732,41.574888441448486],[-73.00018102533647,41.575635441621344],[-72.99987302525184,41.57590344168335],[-72.99981102523509,41.575962441696795],[-72.99971702520996,41.57605644171809],[-72.99962102518327,41.57613444173633],[-72.99955502516501,41.57618944174913],[-72.99947702514444,41.57627244176777],[-72.99924502508351,41.576523441823994],[-72.99916802506336,41.57660744184279],[-72.99886402498593,41.57697844192461],[-72.99866202493453,41.57722544197908],[-72.99795302475411,41.57809244217025],[-72.9976500246771,41.578464442252255],[-72.99745302462152,41.57861044228696],[-72.99717602454125,41.57877944232873],[-72.99633902429804,41.579278442452704],[-72.99596202419058,41.57953944251557],[-72.99568802411613,41.57979244257351],[-72.99540502404795,41.58020544266281],[-72.99518402399892,41.580600442746594],[-72.99487402393213,41.5811894428709],[-72.99456602386506,41.581762442992016],[-72.99450002385144,41.581898443020535],[-72.99426902380947,41.58247244313935],[-72.99426602381236,41.582539443152434],[-72.99422402380492,41.58264744317475],[-72.99398602379162,41.58375844339791],[-72.9939320237946,41.58411444346871],[-72.99388602379226,41.58433344351267],[-72.99376802378659,41.58490044362644],[-72.99373502378718,41.58509644366552],[-72.99371402378742,41.58521944369006],[-72.99356302378182,41.58597344384117],[-72.99353302377651,41.586050443857076],[-72.99332402374006,41.58659644396974],[-72.99241802346215,41.58688244405462],[-72.9901400227635,41.587604444268614],[-72.98970902263294,41.5877694443146],[-72.98886502237751,41.58809644440542],[-72.98882302236474,41.5881114444097],[-72.98877702235065,41.58812644441411],[-72.98863902230852,41.5881734444277],[-72.98859402229482,41.58818944443225],[-72.98852102227286,41.58822044444064],[-72.98830502220805,41.58831344446569],[-72.98823302218649,41.58834544447423],[-72.98782002205512,41.58839444449715],[-72.98665602168383,41.58851544455841],[-72.98657802165904,41.58852544456288],[-72.98616702152889,41.58858444458767],[-72.98604502149252,41.588641444602686],[-72.98568102138404,41.58881144464748],[-72.98556002134806,41.58886944466265],[-72.98555402134629,41.58887244466344],[-72.98518802125086,41.58928044475443],[-72.98511202123112,41.58936644477356],[-72.98493402119026,41.589661444836544],[-72.98467102112403,41.58999544490985],[-72.98441002106367,41.590419445000535],[-72.98423102101816,41.590639445048986],[-72.98411102098781,41.59078944508199],[-72.98392202094426,41.591099445148224],[-72.98385902094412,41.5914524452187],[-72.98386902095157,41.59152544523253],[-72.98406002108776,41.59281144547567],[-72.98406202108899,41.59282144547754],[-72.98418102115104,41.593227445552394],[-72.984098021128,41.593295445568266],[-72.98409102113781,41.5935054456092],[-72.9840710211719,41.59420944574634],[-72.9839700211524,41.59444044579441],[-72.98395102114887,41.59448644580393],[-72.98377902110485,41.594692445849475],[-72.98355802105058,41.59499744591577],[-72.98332602099111,41.59527344597682],[-72.98298102090286,41.595687446068276],[-72.98167402053832,41.59673244631331],[-72.9812990204338,41.59703344638383],[-72.98128002044231,41.59728844643389],[-72.98103702038375,41.597642446510406],[-72.98062502028452,41.598244446640486],[-72.98048702024707,41.59837244666977],[-72.98013602013967,41.59848844670368],[-72.97977102002804,41.598609446738976],[-72.97972802001476,41.5986214467427],[-72.97943601992456,41.59870344676809],[-72.97856101965455,41.59895244684477],[-72.97855001965121,41.5989564468459],[-72.97826501956214,41.599018446867184],[-72.97818901953866,41.59903944687372],[-72.97814501952517,41.59905344687786],[-72.97796101946786,41.59909644689215],[-72.97788501944424,41.59911544689832],[-72.97751901932698,41.59914444691582],[-72.97743301929947,41.599152446920165],[-72.97704301917767,41.59923844694949],[-72.9767620190921,41.59933844697802],[-72.97647601900665,41.5994684470125],[-72.97639501898252,41.59950644702249],[-72.97614801890948,41.59963244705494],[-72.97602601887583,41.59973644707906],[-72.97598301887085,41.599892447110705],[-72.9759510188718,41.60008944714993],[-72.97590401886943,41.60031344719487],[-72.97578301884174,41.60051544723795],[-72.9756460188042,41.60063644726587],[-72.97530701870589,41.60084244731681],[-72.97459601849594,41.60120944741104],[-72.97435001843013,41.601454447466494],[-72.97381901825939,41.60148644748994],[-72.9732550180813,41.601577447525905],[-72.97272701791535,41.601675447562044],[-72.97230501777818,41.60167544757576],[-72.97188801764416,41.601701447594316],[-72.97119101742119,41.601763447628976],[-72.97101601737981,41.6020324476868],[-72.97087301734608,41.60225344773427],[-72.97056301726946,41.60267244782555],[-72.97044501723889,41.60280744785557],[-72.97023401718425,41.603049447909314],[-72.97008101714277,41.60319244794201],[-72.96962501701944,41.60362444804053],[-72.96947301697834,41.60376844807339],[-72.96925501691484,41.603896448105274],[-72.96887101680319,41.60412444816194],[-72.96860601672638,41.60428644820195],[-72.96839101666416,41.6044194482347],[-72.96785601650527,41.60467944830247],[-72.96733101635168,41.60497544837687],[-72.96725001632863,41.60503244839056],[-72.9666410161561,41.60547344849579],[-72.96616201602352,41.60587444858907],[-72.96562601587857,41.606382448704935],[-72.96492701568621,41.60698744884489],[-72.96477301564526,41.60714544888052],[-72.9647500156409,41.607199448891734],[-72.96461201561534,41.60753444896115],[-72.96459101562046,41.60774144900194],[-72.96452201563818,41.608438449139264],[-72.96446801564097,41.60879144920943],[-72.9644230156399,41.60902644925643],[-72.96436301563139,41.60921744929541],[-72.96427401561894,41.609503449353724],[-72.96411701558279,41.60976144940882],[-72.96410801558072,41.60977644941202],[-72.96399001555044,41.609916449443],[-72.96375601549045,41.61019544950466],[-72.96332201537145,41.610578449592964],[-72.9627850152244,41.61105544970285],[-72.96167701490405,41.61174644987272],[-72.96097801469982,41.612145449972736],[-72.96036901452197,41.61249445006014],[-72.96015501445869,41.61260345008821],[-72.96033901444686,41.61136044984135],[-72.96045401443966,41.61058644968761],[-72.96056201442231,41.609676449507745],[-72.96095001443136,41.60764444910132],[-72.96118601443705,41.60641144885466],[-72.96129401444438,41.60592944875774],[-72.9614570144557,41.60520644861232],[-72.96157001445039,41.604476448467146],[-72.96164701444735,41.60398944837024],[-72.96150801440142,41.60397644837223],[-72.96136901435905,41.60402544838624],[-72.96118601431192,41.60423944843366],[-72.9611390143025,41.60434144845495],[-72.96110601429606,41.60441544847037],[-72.96109101431392,41.60481044854743],[-72.96103301430169,41.604925448571606],[-72.96097401430877,41.6053814486619],[-72.96085801428751,41.60566644872091],[-72.96039701415795,41.60601844880411],[-72.96031401413332,41.606059448814726],[-72.9600600140582,41.60618844884798],[-72.95997301403497,41.60627644886787],[-72.9597550139735,41.60643944890654],[-72.95956301391938,41.606583448940675],[-72.95919001381272,41.60683644900182],[-72.9591390137996,41.606896449015096],[-72.95889801373964,41.607215449084755],[-72.95872201369286,41.60739644912555],[-72.95857501365897,41.60763744917702],[-72.958562013656,41.607659449181725],[-72.95850601364178,41.607728449196905],[-72.95821601356806,41.608085449275514],[-72.95787401348139,41.608510449368985],[-72.95780101346118,41.60857144938318],[-72.95731101333887,41.60921344952351],[-72.95701901326453,41.609570449602174],[-72.9568730132237,41.60968544962919],[-72.95678501319762,41.609729449640575],[-72.95655101313515,41.609965449693924],[-72.95649301312294,41.61008044971809],[-72.95623701305871,41.61041044979036],[-72.95578301292947,41.61072844986671],[-72.95555701286136,41.61082144989208],[-72.95508901272282,41.611057449953],[-72.95484001265235,41.611239449996354],[-72.95454701257134,41.611486450053725],[-72.95432101252726,41.6119964501599],[-72.95429101252702,41.61216145019286],[-72.95427001253063,41.61234245022862],[-72.95416501254448,41.613175450393456],[-72.9538810125825,41.61543745084103],[-72.95439001282875,41.6168394510962],[-72.95376901269509,41.61802345134579],[-72.95182001206213,41.61803445141118],[-72.95117701185335,41.618038451432795],[-72.94597601016419,41.618067451607175],[-72.94492600982318,41.618073451642395],[-72.9440280095321,41.61808845167442],[-72.94380700945408,41.61798145166085],[-72.94372300942447,41.61794145165583],[-72.94344400933332,41.617933451663326],[-72.94318900924995,41.617925451670054],[-72.94308300921652,41.617943451676965],[-72.94284200914072,41.617987451693324],[-72.94251300903346,41.617982451703014],[-72.94194400884807,41.61797545172013],[-72.94152900871471,41.6180024517388],[-72.94120200860966,41.61802445175367],[-72.94010700825369,41.61802445178918],[-72.9395100080596,41.61802445180854],[-72.93766700746042,41.61802445186831],[-72.9368220071857,41.61802445189571],[-72.93572800683005,41.61802445193119],[-72.93559100678335,41.61798745192846],[-72.93552600676125,41.61797045192727],[-72.93532400669243,41.61791545192315],[-72.9351860066454,41.61787845192047],[-72.93518300664438,41.61787745192038],[-72.93504800659836,41.61784045191758],[-72.93503600659285,41.617812451912535],[-72.93500200657695,41.61772845189736],[-72.93499100657176,41.61770045189229],[-72.93498200656511,41.61763545188],[-72.93497400655876,41.61757045186765],[-72.9346940063431,41.61540545145717],[-72.9346870063377,41.61535145144691],[-72.93463800629938,41.61496245137311],[-72.93431400610677,41.6134464510898],[-72.93429800609749,41.61337545107658],[-72.9342170060491,41.61299245100497],[-72.93413500600064,41.61261345093416],[-72.93404700594843,41.61220345085755],[-72.93397300588214,41.611469450717685],[-72.93394700585841,41.61120445066717],[-72.93393800584876,41.61108745064477],[-72.93392600583675,41.610946450617845],[-72.93386600577942,41.610289450492424],[-72.93365300557288,41.60790345003685],[-72.93364500556447,41.60780245001753],[-72.93376100556269,41.607116449880806],[-72.93384500556049,41.60660344977862],[-72.93396800557056,41.606083449673825],[-72.9347020056323,41.60300944905412],[-72.93494700565304,41.601985448847664],[-72.93511800566722,41.60126544870253],[-72.93563200571022,41.599108448267685],[-72.93580400572478,41.5983894481227],[-72.9358480057285,41.5982054480856],[-72.93803800600524,41.59063944654754],[-72.93804700600622,41.59060544654065],[-72.94094700623269,41.578148444030596],[-72.94104200624001,41.57773844394798],[-72.9411000062449,41.57749544389897],[-72.94160600628781,41.57538044347229],[-72.94261600637209,41.571134442615815],[-72.94290500639943,41.56997544238157],[-72.94359300646423,41.567211441822984],[-72.94371700647734,41.56673844172719],[-72.94468300656912,41.56287044094532],[-72.94543000664049,41.559886440342034],[-72.94551300665036,41.5595884402815],[-72.94558800666039,41.55933844023056],[-72.94570700667607,41.558938440149085],[-72.94635100676287,41.55680543971426]]]},"properties":{"name":3611,"geoid":"09009361100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.01321503032445,41.58869444373],[-73.014932031322,41.596312445150936],[-73.01507203142175,41.597252445328586],[-73.01520803150227,41.597881445446085],[-73.01561603174385,41.59976944579876],[-73.0157520318244,41.60039944591642],[-73.01582403186634,41.600720445976314],[-73.01604203199287,41.60168444615605],[-73.01611503203517,41.60200644621605],[-73.01627403211126,41.602429446292874],[-73.0163500321691,41.603003446401644],[-73.01647703224647,41.603628446518655],[-73.01685803247865,41.60550444686981],[-73.01698603255639,41.60613044698694],[-73.0170770326286,41.606868447127],[-73.01735203284586,41.609082447547074],[-73.01744403291846,41.60982144768727],[-73.01768503304625,41.610677447845276],[-73.01840903343007,41.613248448319865],[-73.0185350334967,41.61369244840178],[-73.01853603349726,41.61369644840253],[-73.01865103355826,41.61410544847803],[-73.0206080347159,41.62312845016226],[-73.02147203522713,41.62711245090579],[-73.00702303060129,41.62833345161259],[-73.00404702964853,41.62858545175824],[-73.00315502938759,41.62908745188449],[-73.00314702938522,41.62909145188552],[-73.00317002936397,41.628594451788516],[-73.00317302936298,41.62856045178183],[-73.00308602931516,41.6282224517192],[-73.00296002926183,41.62800845168185],[-73.00277802919315,41.627843451655814],[-73.00242002906077,41.6275664516138],[-73.00228802901249,41.62747345160009],[-73.00203402891952,41.62729345157347],[-73.00187702886305,41.62719945156038],[-73.00232902900328,41.627083451523205],[-73.00286802917165,41.626965451482825],[-73.00296702920262,41.62694445147553],[-73.00351902938003,41.6269094514508],[-73.00410002957241,41.62697045144372],[-73.00484602981992,41.62705745143628],[-73.00589103017137,41.6272614514418],[-73.00599603020673,41.62728245144245],[-73.00690003050755,41.62740345143647],[-73.00739903065588,41.62716345137375],[-73.00743903066778,41.627144451368764],[-73.00755503069405,41.62694645132663],[-73.00790703079798,41.62676545128013],[-73.0083810309453,41.62664845124203],[-73.0092700312222,41.62643945117264],[-73.0097680313752,41.6262864511268],[-73.01016603149759,41.62616545109041],[-73.0110180317607,41.62592645101636],[-73.0114720318804,41.625444450908255],[-73.01156203190403,41.62534745088653],[-73.01165503192709,41.62522345085949],[-73.0117030319316,41.62503145082075],[-73.0116830319033,41.624654450748366],[-73.01161803187202,41.62447845071638],[-73.01130703173743,41.62389945061435],[-73.01109403164233,41.62345145053451],[-73.0109210315517,41.622856450424884],[-73.01084703147518,41.621948450251395],[-73.01084203145153,41.62156745017777],[-73.01082003143924,41.621478450161234],[-73.01078103140934,41.621180450104795],[-73.01072203137664,41.62094645006136],[-73.01066803134944,41.620779450030774],[-73.01054203129854,41.62060745000156],[-73.01012403115001,41.62038844997274],[-73.00949003093298,41.62019844995656],[-73.00907603078946,41.620043449940006],[-73.00853403059851,41.61978744990806],[-73.00840803055142,41.61968144989161],[-73.0080920304334,41.61941644985057],[-73.00738103014511,41.61842644968189],[-73.00747803015159,41.61799244959466],[-73.00770103016363,41.616946449384756],[-73.00772103015035,41.61660444931785],[-73.00775903012645,41.61597644919494],[-73.00761003005658,41.6156054491279],[-73.00748302999699,41.615288449070626],[-73.00736802995038,41.615128449043375],[-73.00725402990419,41.61497044901646],[-73.00703202981327,41.614645448960715],[-73.00692202976822,41.6144844489331],[-73.00687102974881,41.61443544892526],[-73.0067210296917,41.61429044890203],[-73.006672029673,41.614242448894345],[-73.0064220295806,41.61404944886509],[-73.00622302950933,41.613935448849475],[-73.0060110294334,41.61381344883273],[-73.00579402935408,41.61366144881034],[-73.00560302928045,41.6134614487778],[-73.0054270292065,41.613171448727336],[-73.0054700291964,41.61275444864514],[-73.005493029199,41.61267044862811],[-73.00564002921654,41.6121464485218],[-73.00501702900544,41.61199744851319],[-73.00459102886116,41.61189644850747],[-73.00358402852078,41.61166944849624],[-73.00327602841664,41.61159944849269],[-73.00314502837271,41.61157644849249],[-73.0025150281618,41.61146944849225],[-73.00243402813449,41.611452448491576],[-73.00219102805262,41.61140244848979],[-73.0021110280257,41.6113864484893],[-73.00192802796352,41.61133944848615],[-73.00138002777743,41.61120144847722],[-73.00119802771563,41.611155448474236],[-73.00066302753656,41.611065448474186],[-73.00024002739502,41.610995448474384],[-72.99962902718809,41.61085044846614],[-72.99910002700433,41.610645448443634],[-72.998595026829,41.61045144842246],[-72.99861002682958,41.610377448407625],[-72.99859902682239,41.61031444839577],[-72.99859302681818,41.610275448388414],[-72.99855102679432,41.61009844835547],[-72.99842702674518,41.60994544832986],[-72.99834002671066,41.60983744831177],[-72.99810702662448,41.60965644828428],[-72.99753402641247,41.609209448216276],[-72.9974210263695,41.60910144819903],[-72.99730302632469,41.608989448181156],[-72.99722602629355,41.60888344816312],[-72.99704502622376,41.60869344813218],[-72.99694302618437,41.60858544811457],[-72.99651802602142,41.60815544804505],[-72.99649302601216,41.608135448041985],[-72.99629002593676,41.607972448017],[-72.99609502587322,41.60796944802275],[-72.99607902586786,41.6079664480227],[-72.99593402581911,41.60793844802198],[-72.99568702573407,41.60785644801413],[-72.99549702566549,41.607737447997245],[-72.99531902560122,41.60762644798151],[-72.99492002545867,41.607403447951256],[-72.99454802532577,41.607195447923054],[-72.99372502503181,41.60673644786085],[-72.99332702488964,41.60651444783076],[-72.99286502472998,41.60634944781379],[-72.99270202467144,41.606253447800505],[-72.99182502435683,41.605740447729566],[-72.99137502419752,41.605514447700386],[-72.9908700240273,41.60540844769627],[-72.99077802399628,41.60538944769557],[-72.99020402380361,41.60528344769369],[-72.99011102377271,41.605271447694385],[-72.98983502368093,41.60523544769638],[-72.9897430236504,41.60522444769721],[-72.98928802349899,41.60516344770018],[-72.98905902342301,41.6051364477024],[-72.98808802310103,41.60502544771244],[-72.98787702303112,41.605002447714824],[-72.9875420229212,41.60498444772223],[-72.98700102274371,41.604955447734184],[-72.98679102267484,41.60494444773887],[-72.98631402252134,41.60497144775961],[-72.98574102234059,41.60506644779665],[-72.98467502200428,41.60524244786538],[-72.98442502192458,41.60526944787874],[-72.98400502179085,41.605317447901676],[-72.98367602168311,41.60530344790967],[-72.98342602160133,41.60529444791603],[-72.98290202142043,41.605110447897395],[-72.98227802120186,41.604837447864746],[-72.98141302089898,41.60446044781978],[-72.9802070204635,41.60370544771263],[-72.97898802003513,41.60314744764406],[-72.97786501964052,41.60263344758091],[-72.97597701897801,41.60178544747783],[-72.97578601891097,41.60169944746736],[-72.97535201875706,41.60147644743824],[-72.97435001843013,41.601454447466494],[-72.97459601849594,41.60120944741104],[-72.97530701870589,41.60084244731681],[-72.9756460188042,41.60063644726587],[-72.97578301884174,41.60051544723795],[-72.97590401886943,41.60031344719487],[-72.9759510188718,41.60008944714993],[-72.97598301887085,41.599892447110705],[-72.97602601887583,41.59973644707906],[-72.97614801890948,41.59963244705494],[-72.97639501898252,41.59950644702249],[-72.97647601900665,41.5994684470125],[-72.9767620190921,41.59933844697802],[-72.97704301917767,41.59923844694949],[-72.97743301929947,41.599152446920165],[-72.97751901932698,41.59914444691582],[-72.97788501944424,41.59911544689832],[-72.97796101946786,41.59909644689215],[-72.97814501952517,41.59905344687786],[-72.97818901953866,41.59903944687372],[-72.97826501956214,41.599018446867184],[-72.97855001965121,41.5989564468459],[-72.97856101965455,41.59895244684477],[-72.97943601992456,41.59870344676809],[-72.97972802001476,41.5986214467427],[-72.97977102002804,41.598609446738976],[-72.98013602013967,41.59848844670368],[-72.98048702024707,41.59837244666977],[-72.98062502028452,41.598244446640486],[-72.98103702038375,41.597642446510406],[-72.98128002044231,41.59728844643389],[-72.9812990204338,41.59703344638383],[-72.98167402053832,41.59673244631331],[-72.98298102090286,41.595687446068276],[-72.98332602099111,41.59527344597682],[-72.98355802105058,41.59499744591577],[-72.98377902110485,41.594692445849475],[-72.98395102114887,41.59448644580393],[-72.9839700211524,41.59444044579441],[-72.9840710211719,41.59420944574634],[-72.98409102113781,41.5935054456092],[-72.984098021128,41.593295445568266],[-72.98418102115104,41.593227445552394],[-72.98406202108899,41.59282144547754],[-72.98406002108776,41.59281144547567],[-72.98386902095157,41.59152544523253],[-72.98385902094412,41.5914524452187],[-72.98392202094426,41.591099445148224],[-72.98411102098781,41.59078944508199],[-72.98423102101816,41.590639445048986],[-72.98441002106367,41.590419445000535],[-72.98467102112403,41.58999544490985],[-72.98493402119026,41.589661444836544],[-72.98511202123112,41.58936644477356],[-72.98518802125086,41.58928044475443],[-72.98555402134629,41.58887244466344],[-72.98556002134806,41.58886944466265],[-72.98568102138404,41.58881144464748],[-72.98604502149252,41.588641444602686],[-72.98616702152889,41.58858444458767],[-72.98657802165904,41.58852544456288],[-72.98665602168383,41.58851544455841],[-72.98782002205512,41.58839444449715],[-72.98823302218649,41.58834544447423],[-72.98830502220805,41.58831344446569],[-72.98852102227286,41.58822044444064],[-72.98859402229482,41.58818944443225],[-72.98863902230852,41.5881734444277],[-72.98877702235065,41.58812644441411],[-72.98882302236474,41.5881114444097],[-72.98886502237751,41.58809644440542],[-72.98970902263294,41.5877694443146],[-72.9901400227635,41.587604444268614],[-72.99241802346215,41.58688244405462],[-72.99332402374006,41.58659644396974],[-72.99353302377651,41.586050443857076],[-72.99356302378182,41.58597344384117],[-72.99371402378742,41.58521944369006],[-72.99373502378718,41.58509644366552],[-72.99376802378659,41.58490044362644],[-72.99388602379226,41.58433344351267],[-72.9939320237946,41.58411444346871],[-72.99398602379162,41.58375844339791],[-72.99422402380492,41.58264744317475],[-72.99426602381236,41.582539443152434],[-72.99426902380947,41.58247244313935],[-72.99450002385144,41.581898443020535],[-72.99456602386506,41.581762442992016],[-72.99487402393213,41.5811894428709],[-72.99518402399892,41.580600442746594],[-72.99540502404795,41.58020544266281],[-72.99568802411613,41.57979244257351],[-72.99596202419058,41.57953944251557],[-72.99633902429804,41.579278442452704],[-72.99717602454125,41.57877944232873],[-72.99745302462152,41.57861044228696],[-72.9976500246771,41.578464442252255],[-72.99795302475411,41.57809244217025],[-72.99866202493453,41.57722544197908],[-72.99886402498593,41.57697844192461],[-72.99916802506336,41.57660744184279],[-72.99924502508351,41.576523441823994],[-72.99947702514444,41.57627244176777],[-72.99955502516501,41.57618944174913],[-72.99962102518327,41.57613444173633],[-72.99971702520996,41.57605644171809],[-72.99981102523509,41.575962441696795],[-72.99987302525184,41.57590344168335],[-73.00018102533647,41.575635441621344],[-73.0010420255732,41.574888441448486],[-73.00109802558826,41.574834441436224],[-73.00110302558956,41.574828441434875],[-73.00139902566947,41.574546441370565],[-73.00149302569483,41.574456441350065],[-73.00177402577056,41.574186441288575],[-73.00186902579631,41.574097441268215],[-73.00198802583739,41.5741394412725],[-73.00234602596115,41.574268441285874],[-73.00246602600261,41.57431144129032],[-73.00367602646541,41.57552044148551],[-73.00429802670328,41.57614144158572],[-73.00439302673963,41.57623644160106],[-73.00508602700468,41.57692844171275],[-73.0052330270609,41.57707544173649],[-73.00736702787717,41.57920744208058],[-73.01092902923527,41.58268944264002],[-73.01100902926584,41.58276844265275],[-73.01108902929639,41.58284744266546],[-73.01205002966277,41.58378644281628],[-73.01235902983835,41.585089443058884],[-73.01321503032445,41.58869444373]]]},"properties":{"name":3612,"geoid":"09009361200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.00314702938522,41.62909145188552],[-73.00302302934895,41.62916145190311],[-73.00236302915407,41.629501451990436],[-73.00000602845837,41.63072045230321],[-72.9995510283241,41.63095645236371],[-72.99922302822755,41.631130452408094],[-72.99916902821165,41.63115945241547],[-72.9960280272869,41.632825452840294],[-72.99064802570294,41.63568045356819],[-72.98644502446543,41.637910454136716],[-72.98325102352506,41.639606454569005],[-72.98324602352342,41.63960645456917],[-72.98323502351984,41.63960645456952],[-72.98323102351858,41.63960745456985],[-72.98310302347751,41.63961645457573],[-72.98275602336615,41.63964145459186],[-72.9827220233552,41.639643454593354],[-72.98259502331449,41.63965345459942],[-72.98201502312817,41.63969245462582],[-72.98027602256963,41.63981045470521],[-72.98020402254652,41.63981545470853],[-72.97969702238323,41.63984245473024],[-72.97951702232483,41.63984445473647],[-72.97903602217012,41.639873454757726],[-72.97711602155775,41.64007845485984],[-72.97670602142804,41.640140454885156],[-72.97297402023369,41.640469455070175],[-72.97114601964154,41.640507455136934],[-72.96989101924073,41.64063245520192],[-72.9686370188403,41.64075845526706],[-72.96615001804602,41.64100645539588],[-72.96585301795189,41.641048455413674],[-72.9640500173805,41.64130545552202],[-72.96393201734334,41.64132645552993],[-72.96021001617073,41.64197745577688],[-72.95431101428548,41.64254545607845],[-72.950549013083,41.64290545627032],[-72.95051901307355,41.642910456272276],[-72.94999301290683,41.642985456303855],[-72.9494660127398,41.6430604563355],[-72.94844901241748,41.643205456396586],[-72.94809101230112,41.6432064564084],[-72.94794401225333,41.64320645641318],[-72.9477530121926,41.643230456424035],[-72.94414701104463,41.64365645662357],[-72.94379001093091,41.64369745664309],[-72.9432560107609,41.64376045667264],[-72.94306601070038,41.64378245668306],[-72.94143401018079,41.64397445677321],[-72.9404260098598,41.64409245682878],[-72.93850200924727,41.64431945693516],[-72.93815000890267,41.64032845617366],[-72.93814800890068,41.64030545616927],[-72.93760900850509,41.63648345544649],[-72.9371600081755,41.63329845484408],[-72.93600800732888,41.6251054532942],[-72.93598600731274,41.624949453264705],[-72.93544500691544,41.6211054525374],[-72.93541400689287,41.62088845249636],[-72.93539100687634,41.620731452466686],[-72.93520800674176,41.619427452219924],[-72.93518500672415,41.619251452186575],[-72.93510000665705,41.618566452056584],[-72.93506000662559,41.61824545199568],[-72.93502100659448,41.61792545193493],[-72.93501800659243,41.61790645193135],[-72.93501500659033,41.61788745192775],[-72.93500300658103,41.617793451909925],[-72.93499100657176,41.61770045189229],[-72.93500200657695,41.61772845189736],[-72.93503600659285,41.617812451912535],[-72.93504800659836,41.61784045191758],[-72.93518300664438,41.61787745192038],[-72.9351860066454,41.61787845192047],[-72.93532400669243,41.61791545192315],[-72.93552600676125,41.61797045192727],[-72.93559100678335,41.61798745192846],[-72.93572800683005,41.61802445193119],[-72.9368220071857,41.61802445189571],[-72.93766700746042,41.61802445186831],[-72.9395100080596,41.61802445180854],[-72.94010700825369,41.61802445178918],[-72.94120200860966,41.61802445175367],[-72.94152900871471,41.6180024517388],[-72.94194400884807,41.61797545172013],[-72.94251300903346,41.617982451703014],[-72.94284200914072,41.617987451693324],[-72.94308300921652,41.617943451676965],[-72.94318900924995,41.617925451670054],[-72.94344400933332,41.617933451663326],[-72.94372300942447,41.61794145165583],[-72.94380700945408,41.61798145166085],[-72.9440280095321,41.61808845167442],[-72.94492600982318,41.618073451642395],[-72.94597601016419,41.618067451607175],[-72.95117701185335,41.618038451432795],[-72.95182001206213,41.61803445141118],[-72.95376901269509,41.61802345134579],[-72.95439001282875,41.6168394510962],[-72.9538810125825,41.61543745084103],[-72.95416501254448,41.613175450393456],[-72.95427001253063,41.61234245022862],[-72.95429101252702,41.61216145019286],[-72.95432101252726,41.6119964501599],[-72.95454701257134,41.611486450053725],[-72.95484001265235,41.611239449996354],[-72.95508901272282,41.611057449953],[-72.95555701286136,41.61082144989208],[-72.95578301292947,41.61072844986671],[-72.95623701305871,41.61041044979036],[-72.95649301312294,41.61008044971809],[-72.95655101313515,41.609965449693924],[-72.95678501319762,41.609729449640575],[-72.9568730132237,41.60968544962919],[-72.95701901326453,41.609570449602174],[-72.95731101333887,41.60921344952351],[-72.95780101346118,41.60857144938318],[-72.95787401348139,41.608510449368985],[-72.95821601356806,41.608085449275514],[-72.95850601364178,41.607728449196905],[-72.958562013656,41.607659449181725],[-72.95857501365897,41.60763744917702],[-72.95872201369286,41.60739644912555],[-72.95889801373964,41.607215449084755],[-72.9591390137996,41.606896449015096],[-72.95919001381272,41.60683644900182],[-72.95956301391938,41.606583448940675],[-72.9597550139735,41.60643944890654],[-72.95997301403497,41.60627644886787],[-72.9600600140582,41.60618844884798],[-72.96031401413332,41.606059448814726],[-72.96039701415795,41.60601844880411],[-72.96085801428751,41.60566644872091],[-72.96097401430877,41.6053814486619],[-72.96103301430169,41.604925448571606],[-72.96109101431392,41.60481044854743],[-72.96110601429606,41.60441544847037],[-72.9611390143025,41.60434144845495],[-72.96118601431192,41.60423944843366],[-72.96136901435905,41.60402544838624],[-72.96150801440142,41.60397644837223],[-72.96164701444735,41.60398944837024],[-72.96157001445039,41.604476448467146],[-72.9614570144557,41.60520644861232],[-72.96129401444438,41.60592944875774],[-72.96118601443705,41.60641144885466],[-72.96095001443136,41.60764444910132],[-72.96056201442231,41.609676449507745],[-72.96045401443966,41.61058644968761],[-72.96033901444686,41.61136044984135],[-72.96015501445869,41.61260345008821],[-72.96036901452197,41.61249445006014],[-72.96097801469982,41.612145449972736],[-72.96167701490405,41.61174644987272],[-72.9627850152244,41.61105544970285],[-72.96332201537145,41.610578449592964],[-72.96375601549045,41.61019544950466],[-72.96399001555044,41.609916449443],[-72.96410801558072,41.60977644941202],[-72.96411701558279,41.60976144940882],[-72.96427401561894,41.609503449353724],[-72.96436301563139,41.60921744929541],[-72.9644230156399,41.60902644925643],[-72.96446801564097,41.60879144920943],[-72.96452201563818,41.608438449139264],[-72.96459101562046,41.60774144900194],[-72.96461201561534,41.60753444896115],[-72.9647500156409,41.607199448891734],[-72.96477301564526,41.60714544888052],[-72.96492701568621,41.60698744884489],[-72.96562601587857,41.606382448704935],[-72.96616201602352,41.60587444858907],[-72.9666410161561,41.60547344849579],[-72.96725001632863,41.60503244839056],[-72.96733101635168,41.60497544837687],[-72.96785601650527,41.60467944830247],[-72.96839101666416,41.6044194482347],[-72.96860601672638,41.60428644820195],[-72.96887101680319,41.60412444816194],[-72.96925501691484,41.603896448105274],[-72.96947301697834,41.60376844807339],[-72.96962501701944,41.60362444804053],[-72.97008101714277,41.60319244794201],[-72.97023401718425,41.603049447909314],[-72.97044501723889,41.60280744785557],[-72.97056301726946,41.60267244782555],[-72.97087301734608,41.60225344773427],[-72.97101601737981,41.6020324476868],[-72.97119101742119,41.601763447628976],[-72.97188801764416,41.601701447594316],[-72.97230501777818,41.60167544757576],[-72.97272701791535,41.601675447562044],[-72.9732550180813,41.601577447525905],[-72.97381901825939,41.60148644748994],[-72.97435001843013,41.601454447466494],[-72.97535201875706,41.60147644743824],[-72.97578601891097,41.60169944746736],[-72.97597701897801,41.60178544747783],[-72.97786501964052,41.60263344758091],[-72.97898802003513,41.60314744764406],[-72.9802070204635,41.60370544771263],[-72.98141302089898,41.60446044781978],[-72.98227802120186,41.604837447864746],[-72.98290202142043,41.605110447897395],[-72.98342602160133,41.60529444791603],[-72.98367602168311,41.60530344790967],[-72.98400502179085,41.605317447901676],[-72.98442502192458,41.60526944787874],[-72.98467502200428,41.60524244786538],[-72.98574102234059,41.60506644779665],[-72.98631402252134,41.60497144775961],[-72.98679102267484,41.60494444773887],[-72.98700102274371,41.604955447734184],[-72.9875420229212,41.60498444772223],[-72.98787702303112,41.605002447714824],[-72.98808802310103,41.60502544771244],[-72.98905902342301,41.6051364477024],[-72.98928802349899,41.60516344770018],[-72.9897430236504,41.60522444769721],[-72.98983502368093,41.60523544769638],[-72.99011102377271,41.605271447694385],[-72.99020402380361,41.60528344769369],[-72.99077802399628,41.60538944769557],[-72.9908700240273,41.60540844769627],[-72.99137502419752,41.605514447700386],[-72.99182502435683,41.605740447729566],[-72.99270202467144,41.606253447800505],[-72.99286502472998,41.60634944781379],[-72.99332702488964,41.60651444783076],[-72.99372502503181,41.60673644786085],[-72.99454802532577,41.607195447923054],[-72.99492002545867,41.607403447951256],[-72.99531902560122,41.60762644798151],[-72.99549702566549,41.607737447997245],[-72.99568702573407,41.60785644801413],[-72.99593402581911,41.60793844802198],[-72.99607902586786,41.6079664480227],[-72.99609502587322,41.60796944802275],[-72.99629002593676,41.607972448017],[-72.99649302601216,41.608135448041985],[-72.99651802602142,41.60815544804505],[-72.99694302618437,41.60858544811457],[-72.99704502622376,41.60869344813218],[-72.99722602629355,41.60888344816312],[-72.99730302632469,41.608989448181156],[-72.9974210263695,41.60910144819903],[-72.99753402641247,41.609209448216276],[-72.99810702662448,41.60965644828428],[-72.99834002671066,41.60983744831177],[-72.99842702674518,41.60994544832986],[-72.99855102679432,41.61009844835547],[-72.99859302681818,41.610275448388414],[-72.99859902682239,41.61031444839577],[-72.99861002682958,41.610377448407625],[-72.998595026829,41.61045144842246],[-72.99910002700433,41.610645448443634],[-72.99962902718809,41.61085044846614],[-73.00024002739502,41.610995448474384],[-73.00066302753656,41.611065448474186],[-73.00119802771563,41.611155448474236],[-73.00138002777743,41.61120144847722],[-73.00192802796352,41.61133944848615],[-73.0021110280257,41.6113864484893],[-73.00219102805262,41.61140244848979],[-73.00243402813449,41.611452448491576],[-73.0025150281618,41.61146944849225],[-73.00314502837271,41.61157644849249],[-73.00327602841664,41.61159944849269],[-73.00358402852078,41.61166944849624],[-73.00459102886116,41.61189644850747],[-73.00501702900544,41.61199744851319],[-73.00564002921654,41.6121464485218],[-73.005493029199,41.61267044862811],[-73.0054700291964,41.61275444864514],[-73.0054270292065,41.613171448727336],[-73.00560302928045,41.6134614487778],[-73.00579402935408,41.61366144881034],[-73.0060110294334,41.61381344883273],[-73.00622302950933,41.613935448849475],[-73.0064220295806,41.61404944886509],[-73.006672029673,41.614242448894345],[-73.0067210296917,41.61429044890203],[-73.00687102974881,41.61443544892526],[-73.00692202976822,41.6144844489331],[-73.00703202981327,41.614645448960715],[-73.00725402990419,41.61497044901646],[-73.00736802995038,41.615128449043375],[-73.00748302999699,41.615288449070626],[-73.00761003005658,41.6156054491279],[-73.00775903012645,41.61597644919494],[-73.00772103015035,41.61660444931785],[-73.00770103016363,41.616946449384756],[-73.00747803015159,41.61799244959466],[-73.00738103014511,41.61842644968189],[-73.0080920304334,41.61941644985057],[-73.00840803055142,41.61968144989161],[-73.00853403059851,41.61978744990806],[-73.00907603078946,41.620043449940006],[-73.00949003093298,41.62019844995656],[-73.01012403115001,41.62038844997274],[-73.01054203129854,41.62060745000156],[-73.01066803134944,41.620779450030774],[-73.01072203137664,41.62094645006136],[-73.01078103140934,41.621180450104795],[-73.01082003143924,41.621478450161234],[-73.01084203145153,41.62156745017777],[-73.01084703147518,41.621948450251395],[-73.0109210315517,41.622856450424884],[-73.01109403164233,41.62345145053451],[-73.01130703173743,41.62389945061435],[-73.01161803187202,41.62447845071638],[-73.0116830319033,41.624654450748366],[-73.0117030319316,41.62503145082075],[-73.01165503192709,41.62522345085949],[-73.01156203190403,41.62534745088653],[-73.0114720318804,41.625444450908255],[-73.0110180317607,41.62592645101636],[-73.01016603149759,41.62616545109041],[-73.0097680313752,41.6262864511268],[-73.0092700312222,41.62643945117264],[-73.0083810309453,41.62664845124203],[-73.00790703079798,41.62676545128013],[-73.00755503069405,41.62694645132663],[-73.00743903066778,41.627144451368764],[-73.00739903065588,41.62716345137375],[-73.00690003050755,41.62740345143647],[-73.00599603020673,41.62728245144245],[-73.00589103017137,41.6272614514418],[-73.00484602981992,41.62705745143628],[-73.00410002957241,41.62697045144372],[-73.00351902938003,41.6269094514508],[-73.00296702920262,41.62694445147553],[-73.00286802917165,41.626965451482825],[-73.00232902900328,41.627083451523205],[-73.00187702886305,41.62719945156038],[-73.00203402891952,41.62729345157347],[-73.00228802901249,41.62747345160009],[-73.00242002906077,41.6275664516138],[-73.00277802919315,41.627843451655814],[-73.00296002926183,41.62800845168185],[-73.00308602931516,41.6282224517192],[-73.00317302936298,41.62856045178183],[-73.00317002936397,41.628594451788516],[-73.00314702938522,41.62909145188552]]]},"properties":{"name":3613,"geoid":"09009361300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.04070802350344,41.31389938937828],[-73.04067202352921,41.314557389507904],[-73.04056502360685,41.31653138989669],[-73.040530023633,41.317190390026454],[-73.04052502363301,41.3172193900323],[-73.04051402363446,41.31730739004983],[-73.0405110236352,41.317337390055776],[-73.04049202364288,41.31758039010383],[-73.04043802366684,41.31830939024786],[-73.04043502366893,41.318363390258504],[-73.04042102367522,41.31855339029605],[-73.0402820236791,41.3194133904684],[-73.0401620236835,41.32017439062083],[-73.03939702371247,41.32504039159528],[-73.03915002372186,41.32661239191007],[-73.03914202372212,41.32666239192008],[-73.03893502373221,41.3280183921914],[-73.03998202431917,41.33236539300579],[-73.04107302484012,41.33530139354335],[-73.04119402489864,41.33564039360557],[-73.04165202512706,41.33704339386449],[-73.04188202523258,41.33758639396298],[-73.04233302543538,41.33857939414211],[-73.04294402564783,41.3388313941715],[-73.04308102572257,41.339363394270855],[-73.04384402609656,41.34158539467964],[-73.04371902609839,41.34232839482863],[-73.04405302623196,41.342772394904436],[-73.0450570266336,41.34410739513234],[-73.04539202676759,41.3445523952083],[-73.04551102681717,41.344745395242086],[-73.04621002710863,41.34588239544124],[-73.0463350271608,41.34608639547699],[-73.04642102744216,41.35053239634135],[-73.04642602745753,41.35077339638819],[-73.04644202751085,41.35161739655228],[-73.04644402751673,41.35170939657016],[-73.04644602752222,41.351794396586676],[-73.04644602752833,41.35190139660753],[-73.04644602753933,41.35209439664518],[-73.04638202751933,41.35210739664978],[-73.0462650274827,41.35213039665806],[-73.04614202744447,41.352159396667695],[-73.0457570273225,41.352209396689915],[-73.04368002666452,41.3524813968102],[-73.04298802644531,41.35257239685036],[-73.04299502645688,41.35273539688192],[-73.0429860264782,41.353160396965094],[-73.04292002645977,41.35321239697737],[-73.04284802643977,41.3532713969912],[-73.04260702636556,41.35334039701246],[-73.04216102621986,41.3533213970232],[-73.04176602609121,41.35331139703404],[-73.0411750258983,41.35328939704886],[-73.04093602582012,41.35327739705426],[-73.04060902571317,41.35326139706175],[-73.04027702560028,41.35316939705455],[-73.03978802543281,41.353013397039945],[-73.039511025339,41.35294339703526],[-73.03921302523807,41.352868397030285],[-73.03885502511973,41.35282839703408],[-73.0388010251032,41.35284539703914],[-73.03824902493375,41.35301339708977],[-73.03772602477028,41.353120397127554],[-73.03716602458918,41.353129397147455],[-73.03696102452295,41.35313339715486],[-73.0369370245151,41.35313239715545],[-73.03636902432955,41.35310839716916],[-73.03572502412061,41.353106397189606],[-73.0355410240444,41.352816397138994],[-73.03521802391602,41.35240139706851],[-73.03513802388773,41.35236039706311],[-73.03512602387472,41.35220039703228],[-73.03345702333705,41.3522623970984],[-73.03325802327427,41.35229339711088],[-73.03195302285407,41.35234539716325],[-73.03132202264943,41.35234539718367],[-73.0310100225473,41.35232839719045],[-73.03046402236934,41.35231239720499],[-73.03018302227798,41.35230839721331],[-73.02854702174638,41.352289397262524],[-73.02770502147375,41.352296397291134],[-73.02687902120634,41.352304397319415],[-73.02688002121009,41.35236439733108],[-73.02688302122131,41.35254439736609],[-73.02688502122538,41.35260439737774],[-73.0265890211295,41.3526063973877],[-73.02645002108449,41.352607397392404],[-73.02570402084655,41.35267739743017],[-73.02541002075282,41.35270539744515],[-73.02513902066543,41.35271439745568],[-73.02432702040373,41.352742397487404],[-73.02405702031675,41.35275239749809],[-73.02375902022095,41.35276739751064],[-73.02348902013419,41.35278139752211],[-73.02286801993684,41.352852397556035],[-73.02257201984281,41.35288639757224],[-73.02229901975427,41.352886397581074],[-73.02188301961947,41.352888397594924],[-73.02148201949073,41.352911397612395],[-73.02121001940351,41.35292839762449],[-73.0206250192158,41.35296339765024],[-73.02002801902373,41.3529903976748],[-73.01984401896496,41.353006397683885],[-73.0184200185103,41.353131397754325],[-73.01689501801602,41.353136397804604],[-73.01575001763918,41.353039397822705],[-73.01503601740421,41.352979397834105],[-73.01438501719296,41.35297739785476],[-73.01344201688609,41.352958397881544],[-73.01318901680375,41.35295339788874],[-73.0125710166031,41.35294939790795],[-73.01240901655034,41.352945397912386],[-73.0109940160894,41.35290939795112],[-73.01066201598151,41.352905397961074],[-73.01061601596653,41.35290439796237],[-73.01001201577024,41.35289739798052],[-73.0096740156612,41.35290739799341],[-73.0094390155846,41.35290039799963],[-73.0087370153558,41.35288039801842],[-73.00850301527956,41.35287439802482],[-73.00825801519983,41.352869398031764],[-73.00820501518264,41.35286939803347],[-73.0075500149709,41.35288139805699],[-73.0075260149631,41.352881398057754],[-73.00741101492598,41.35288439806206],[-73.00728301488459,41.35288639806658],[-73.00683101473885,41.35290139808413],[-73.00658601466105,41.3529303980977],[-73.00640301460301,41.352953398108106],[-73.00470901406364,41.35312939819718],[-73.00450301399769,41.35314439820676],[-73.00420301390163,41.35316639822076],[-73.0038070137751,41.35319939823997],[-73.00313901356107,41.35324539827054],[-73.00287901347778,41.35326339828246],[-73.00180001313466,41.35338339834074],[-73.00151801304537,41.35342139835725],[-73.0009240128558,41.353475398386976],[-73.00085301283318,41.353482398390646],[-72.99950701240245,41.35358439845402],[-72.99914201228681,41.35363239847517],[-72.99855101209955,41.35371039850949],[-72.99834601203382,41.35372339851864],[-72.99795801190946,41.35374939853626],[-72.99773201183581,41.3537433985424],[-72.99752801176938,41.353738398548],[-72.9975510117671,41.353567398513896],[-72.99756501174905,41.35317039843602],[-72.99762101168278,41.351686398144736],[-72.99763501167469,41.35146439810097],[-72.99767201165443,41.350897397989186],[-72.99767501162523,41.350367397885705],[-72.99768301154812,41.348966397612145],[-72.99770501154481,41.34878239757554],[-72.99777101153633,41.34825739747098],[-72.99782601151526,41.347573397335765],[-72.99792901147615,41.346298397083714],[-72.99800701145736,41.34552339693],[-72.99803901145009,41.34521339686848],[-72.99806901143862,41.344840396794744],[-72.99806901143572,41.3447893967848],[-72.99807101142771,41.34463739675509],[-72.9980720114252,41.34458739674528],[-72.99807501141247,41.34434639669817],[-72.99808201138413,41.34380839659299],[-72.99804801136293,41.34362939655915],[-72.99800501133561,41.3433943965147],[-72.99795501130416,41.34312639646402],[-72.997860011244,41.34261039636642],[-72.9977740112003,41.34233239631496],[-72.99769501115995,41.342073396266976],[-72.99766501114466,41.34197539624882],[-72.99761101108437,41.34122339610385],[-72.99757301104067,41.340671395997376],[-72.99750901098375,41.34003539587534],[-72.99745701093359,41.33944939576268],[-72.99744001092175,41.339338395741564],[-72.99727201083407,41.338754395633025],[-72.99726101082668,41.338687395620305],[-72.99722101079911,41.33843039557146],[-72.99724001079264,41.338208395527516],[-72.99734001081148,41.337969395477664],[-72.997396010824,41.33787039545654],[-72.99694801067845,41.33786539547002],[-72.99560601024243,41.33785039551043],[-72.9954220101827,41.337849395516194],[-72.99531301014478,41.33780439551092],[-72.99532201013945,41.337659395482355],[-72.99543801013968,41.3370013953502],[-72.99556701014001,41.336271395203575],[-72.99580501019035,41.335799395103784],[-72.99614801026769,41.335203394976396],[-72.99617401027403,41.33516639496835],[-72.9964370103384,41.33479839488804],[-72.99648901034838,41.33467739486274],[-72.99651701035297,41.334598394846424],[-72.99652001034131,41.334376394803],[-72.9964900103193,41.33416039476181],[-72.99646301029897,41.33395639472289],[-72.99643401024403,41.33315539456749],[-72.99643601022694,41.33284339450654],[-72.99643701021984,41.33271239448094],[-72.99645501020817,41.33240439442025],[-72.99616701010456,41.33222439439443],[-72.99530600979483,41.33168739431743],[-72.9950190096916,41.33150839429176],[-72.99490900965286,41.33145439428476],[-72.99458000953697,41.33129239426377],[-72.99447100949861,41.33123939425695],[-72.99441900947981,41.331205394251995],[-72.99426600942458,41.3311063942376],[-72.99421500940616,41.33107339423281],[-72.99399200933414,41.33107839424099],[-72.99332400911844,41.331094394265676],[-72.99310200904678,41.331100394274024],[-72.99283600896122,41.331112394284936],[-72.992605008887,41.33112439429475],[-72.9920430087076,41.33117439432264],[-72.99199700869296,41.33117939432512],[-72.99177800862245,41.33118839433393],[-72.99139900850058,41.33120639434969],[-72.99097900836557,41.33122739436734],[-72.99027500814478,41.33135939441583],[-72.9899030080282,41.33143039444169],[-72.98948600789643,41.33149139446705],[-72.98933700784941,41.33151439447634],[-72.98884200768936,41.33152239449389],[-72.98841600754987,41.331498394502944],[-72.98823000748777,41.331467394502916],[-72.9879570073967,41.33142239450294],[-72.98781700734942,41.331389394501024],[-72.98771300731404,41.3313603944987],[-72.98740100720812,41.33127639449239],[-72.98729700717278,41.33124839449028],[-72.98874400758214,41.330194394237864],[-72.98878700757983,41.32990839418065],[-72.98894100757256,41.328901393979145],[-72.99330200882417,41.32604039327994],[-72.99504100932334,41.324901393001475],[-72.99526700938173,41.32463939294304],[-72.99534100940198,41.32457339292778],[-72.99591800956009,41.32406339280959],[-72.99612300961742,41.323902392771544],[-72.99639100969614,41.323758392734774],[-72.9963930096968,41.32375839273472],[-72.99681000982343,41.32360739269179],[-72.99687000982686,41.3233253926348],[-72.99705100983768,41.32248239246439],[-72.99711200984153,41.32220239240777],[-72.99729800980982,41.32058239208551],[-72.99783200972007,41.31595339116457],[-72.9978580097155,41.31572439111902],[-72.9980490096855,41.31410539079675],[-72.99857800984027,41.31381039072207],[-72.99952101011624,41.31328639058932],[-73.0001680103055,41.31292539049796],[-73.00069801046067,41.31263139042344],[-73.00111401058814,41.31250139038462],[-73.00236201097077,41.31211439026878],[-73.00262501105138,41.31203239024429],[-73.00277901109864,41.31198539023013],[-73.00435401158218,41.311508390086146],[-73.00547001192815,41.31122938999564],[-73.00760001258854,41.31069838982317],[-73.00876501295032,41.310418389730906],[-73.00894101300716,41.31041438972445],[-73.01175101391479,41.310355389622174],[-73.01307501434243,41.31032738957395],[-73.0137310145661,41.31052138959064],[-73.01477901492348,41.31083138961732],[-73.01579501525296,41.31083338958489],[-73.01648301547606,41.31083438956287],[-73.0173120157478,41.310887389546444],[-73.01979901656325,41.311049389497725],[-73.02062801683508,41.31110338948149],[-73.02113401700213,41.31115638947548],[-73.0226530175037,41.311317389457855],[-73.02316001767113,41.311371389452006],[-73.02414101799503,41.31147438944041],[-73.02708401896662,41.311783389405626],[-73.02806501929057,41.31188738939424],[-73.02843901941532,41.31194938939424],[-73.02956301979026,41.31213538939424],[-73.0299380199154,41.312198389394425],[-73.03066502016173,41.31238538940742],[-73.03284902090179,41.312949389446935],[-73.03357702114847,41.313137389460096],[-73.03500302161937,41.31328938944366],[-73.03928102303216,41.313746389394574],[-73.04070802350344,41.31389938937828]]]},"properties":{"name":1601,"geoid":"09009160100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.04754403039341,41.39584240513667],[-73.04725203027967,41.39550940508128],[-73.04699003018244,41.39529540504806],[-73.04686603013754,41.39521340503611],[-73.04674303009665,41.39519640503679],[-73.04665503006748,41.39518540503749],[-73.04636302997403,41.39520740505125],[-73.04599102985624,41.39525740507305],[-73.04591802983221,41.39525140507425],[-73.04568502975725,41.39526240508394],[-73.04515302957812,41.39514740507878],[-73.04466502941038,41.394982405062464],[-73.04430002928856,41.39492240506261],[-73.0439360291711,41.39493340507654],[-73.04364402907949,41.39498740509652],[-73.043639029078,41.39498940509708],[-73.04352002904305,41.395053405113394],[-73.04328702897564,41.395196405148816],[-73.0431340289332,41.39532240517832],[-73.04301002890207,41.395481405213296],[-73.0429590288909,41.39557540523327],[-73.04284902885989,41.39565740525281],[-73.04271102881515,41.39565740525729],[-73.04241202871627,41.395624405260556],[-73.04222202864898,41.3955254052474],[-73.04193802854586,41.39533340521922],[-73.04161702842826,41.39509740518363],[-73.04159402841937,41.39507240517952],[-73.0412390282821,41.39468540511563],[-73.0411150282381,41.39461940510679],[-73.04090302816529,41.39454840509982],[-73.04069902808563,41.394312405060454],[-73.04059702804031,41.39409840502207],[-73.04036402794935,41.39382940497721],[-73.04029102791968,41.39372440495912],[-73.04009402785108,41.39364240494954],[-73.03988302777921,41.39358240494468],[-73.03972302773388,41.39369740497227],[-73.03965002770958,41.39368640497249],[-73.03957002767861,41.39359840495794],[-73.03943102763101,41.393554404953875],[-73.03922002756319,41.39356540496286],[-73.03914702753826,41.39354340496094],[-73.03897202747143,41.3933674049323],[-73.0387830274051,41.393279404921294],[-73.0387310273823,41.39317540490272],[-73.03871002736638,41.39301640487241],[-73.03848402728366,41.39285140484761],[-73.03827202720167,41.392620404809456],[-73.03825802719435,41.392571404800364],[-73.03817002716076,41.39248340478608],[-73.03804702710865,41.39226940474837],[-73.0379450270558,41.391923404684256],[-73.0377990269962,41.391709404647294],[-73.03714302676681,41.39141840461184],[-73.03698602671354,41.391377404608946],[-73.0368440266654,41.39134140460654],[-73.03662602659658,41.39137440462003],[-73.03618802646206,41.391506404659935],[-73.03558302628396,41.39182440474149],[-73.03536402621606,41.391879404759294],[-73.03500002609736,41.391868404768964],[-73.03425602585193,41.39179640477903],[-73.03404502577908,41.391719404770846],[-73.03379002568448,41.3915114047386],[-73.03352002558215,41.391253404697075],[-73.03346202555736,41.391148404678496],[-73.03342602553938,41.391038404658225],[-73.03322902546137,41.39079140461648],[-73.03295902535814,41.390517404571845],[-73.03280602529692,41.390314404537236],[-73.03274102526642,41.39014940450719],[-73.03259502521249,41.39003440448952],[-73.03224502509141,41.38990240447513],[-73.03205602502508,41.389814404464104],[-73.03178602493249,41.38972640445571],[-73.03153102483755,41.38951240442227],[-73.0313890247824,41.38935340439589],[-73.03136402477269,41.38932540439124],[-73.0312760247429,41.38930340438981],[-73.03110302468374,41.38925040438507],[-73.03092902462423,41.38919640438019],[-73.03081802458622,41.38916140437698],[-73.03057002448904,41.388868404327916],[-73.0303470244114,41.388775404317016],[-73.02996502428816,41.388787404331715],[-73.02984802424926,41.3887704043322],[-73.02982602423933,41.38872140432336],[-73.02997902427862,41.38854040428314],[-73.02998302427848,41.38851540427813],[-73.02609802303294,41.38877240445401],[-73.02321802210969,41.38896440458468],[-73.02294002202053,41.388982404597165],[-73.01681402005656,41.389389404874784],[-73.0144440192967,41.38954640498208],[-73.01056001805145,41.38980440515802],[-73.01022201794306,41.389826405173245],[-73.00992701784851,41.389846405186695],[-73.00921101761895,41.38989440521921],[-73.00887401751095,41.3899174052346],[-73.00767701712755,41.39000340529009],[-73.00673301682524,41.39007240533406],[-73.00510701630449,41.390190405409655],[-73.0040890159784,41.39026340545682],[-73.00289301559536,41.390350405512464],[-73.00062401486821,41.390507405616425],[-73.00056101484806,41.39051240561945],[-72.99716201376093,41.39078540578256],[-72.98820601089922,41.39155540622217],[-72.987163010565,41.39162840627011],[-72.98403500956275,41.391849406414266],[-72.9829930092289,41.391923406462354],[-72.9826870091307,41.39194240647597],[-72.98176800883577,41.391999406516746],[-72.98146300873798,41.392019406530515],[-72.97966000816177,41.39217340661879],[-72.97425300643381,41.39263640688369],[-72.97245100585798,41.39279140697211],[-72.96560500368366,41.393616407353996],[-72.9655810036743,41.393588407349306],[-72.96538700360831,41.39353540734525],[-72.96506100350443,41.393568407362196],[-72.9644940033237,41.393625407391625],[-72.96359500303718,41.39371640743837],[-72.96269500275028,41.39380640748499],[-72.9623320026346,41.39384340750391],[-72.96218300258711,41.39385840751165],[-72.96203300253929,41.39387340751941],[-72.96185800248348,41.39389040752837],[-72.96168300242772,41.39390840753753],[-72.96032100199233,41.39402340760392],[-72.95623500068608,41.39436740780287],[-72.95487400025105,41.394483407869394],[-72.95703500086677,41.39298140750692],[-72.95935200145692,41.39014140687863],[-72.95994600160901,41.38942740672028],[-72.96040700172712,41.38887440659762],[-72.9611330019098,41.387945406393115],[-72.96121100192748,41.38781140636448],[-72.96161300201734,41.38709840621252],[-72.96229500216322,41.38577340593224],[-72.9633550024282,41.38438640562766],[-72.96335000242344,41.38433140561711],[-72.9646030027133,41.382281405177054],[-72.96509600282694,41.38146740500245],[-72.96570600296755,41.38046040478645],[-72.9673490033461,41.377745404204106],[-72.96735700334618,41.377701404195285],[-72.96866700362426,41.37511940364959],[-72.96870500363273,41.3750514036351],[-72.97102300414629,41.370860402743126],[-72.9720830043812,41.368945402335484],[-72.97314000461505,41.36702840192755],[-72.97410900483007,41.365282401555774],[-72.97465700491023,41.363566401203435],[-72.97539700494434,41.359945400473336],[-72.9752260046337,41.35545739960346],[-72.97482600435097,41.35276639909146],[-72.97481900434042,41.35262039906319],[-72.97433000406069,41.35048939866324],[-72.97385600383762,41.34926939844053],[-72.97315400350725,41.34746239811064],[-72.97291000342483,41.3474043981072],[-72.97255000327245,41.34677739799647],[-72.97187700298761,41.345606397789716],[-72.97173600292797,41.34536139774646],[-72.97147000281541,41.34489839766472],[-72.97111000266308,41.344272397554164],[-72.9709250025875,41.343998397506674],[-72.97037100236126,41.343178397364554],[-72.97018700228607,41.342905397317224],[-72.97096300252294,41.34264439724126],[-72.9725670030126,41.34210639708453],[-72.97329200323388,41.341862397013536],[-72.9740690034711,41.341602396937745],[-72.974623003636,41.34134239686912],[-72.97628600413115,41.34056439666365],[-72.97669500425295,41.34037339661318],[-72.97676800427469,41.34033939660419],[-72.97684100429643,41.340305396595205],[-72.97691900431845,41.340247396581375],[-72.97692200431922,41.34024439658069],[-72.97716700438825,41.34006039653689],[-72.97724900441143,41.34000039652253],[-72.97789300460614,41.33975139645315],[-72.9798260051907,41.3390063962454],[-72.98047100538587,41.338759396176386],[-72.9807330054639,41.33863739614413],[-72.98127400562497,41.33838439607729],[-72.98238300595152,41.33780139592774],[-72.98331100622484,41.33731539580296],[-72.98501600653402,41.33302539491071],[-72.98525500660098,41.3328393948667],[-72.98560900670005,41.332562394801215],[-72.98729700717278,41.33124839449028],[-72.98740100720812,41.33127639449239],[-72.98771300731404,41.3313603944987],[-72.98781700734942,41.331389394501024],[-72.9879570073967,41.33142239450294],[-72.98823000748777,41.331467394502916],[-72.98841600754987,41.331498394502944],[-72.98884200768936,41.33152239449389],[-72.98933700784941,41.33151439447634],[-72.98948600789643,41.33149139446705],[-72.9899030080282,41.33143039444169],[-72.99027500814478,41.33135939441583],[-72.99097900836557,41.33122739436734],[-72.99139900850058,41.33120639434969],[-72.99177800862245,41.33118839433393],[-72.99199700869296,41.33117939432512],[-72.9920430087076,41.33117439432264],[-72.992605008887,41.33112439429475],[-72.99283600896122,41.331112394284936],[-72.99310200904678,41.331100394274024],[-72.99332400911844,41.331094394265676],[-72.99399200933414,41.33107839424099],[-72.99421500940616,41.33107339423281],[-72.99426600942458,41.3311063942376],[-72.99441900947981,41.331205394251995],[-72.99447100949861,41.33123939425695],[-72.99458000953697,41.33129239426377],[-72.99490900965286,41.33145439428476],[-72.9950190096916,41.33150839429176],[-72.99530600979483,41.33168739431743],[-72.99616701010456,41.33222439439443],[-72.99645501020817,41.33240439442025],[-72.99643701021984,41.33271239448094],[-72.99643601022694,41.33284339450654],[-72.99643401024403,41.33315539456749],[-72.99646301029897,41.33395639472289],[-72.9964900103193,41.33416039476181],[-72.99652001034131,41.334376394803],[-72.99651701035297,41.334598394846424],[-72.99648901034838,41.33467739486274],[-72.9964370103384,41.33479839488804],[-72.99617401027403,41.33516639496835],[-72.99614801026769,41.335203394976396],[-72.99580501019035,41.335799395103784],[-72.99556701014001,41.336271395203575],[-72.99543801013968,41.3370013953502],[-72.99532201013945,41.337659395482355],[-72.99531301014478,41.33780439551092],[-72.9954220101827,41.337849395516194],[-72.99560601024243,41.33785039551043],[-72.99694801067845,41.33786539547002],[-72.997396010824,41.33787039545654],[-72.99734001081148,41.337969395477664],[-72.99724001079264,41.338208395527516],[-72.99722101079911,41.33843039557146],[-72.99726101082668,41.338687395620305],[-72.99727201083407,41.338754395633025],[-72.99744001092175,41.339338395741564],[-72.99745701093359,41.33944939576268],[-72.99750901098375,41.34003539587534],[-72.99757301104067,41.340671395997376],[-72.99761101108437,41.34122339610385],[-72.99766501114466,41.34197539624882],[-72.99769501115995,41.342073396266976],[-72.9977740112003,41.34233239631496],[-72.997860011244,41.34261039636642],[-72.99795501130416,41.34312639646402],[-72.99800501133561,41.3433943965147],[-72.99804801136293,41.34362939655915],[-72.99808201138413,41.34380839659299],[-72.99807501141247,41.34434639669817],[-72.9980720114252,41.34458739674528],[-72.99807101142771,41.34463739675509],[-72.99806901143572,41.3447893967848],[-72.99806901143862,41.344840396794744],[-72.99803901145009,41.34521339686848],[-72.99800701145736,41.34552339693],[-72.99792901147615,41.346298397083714],[-72.99782601151526,41.347573397335765],[-72.99777101153633,41.34825739747098],[-72.99770501154481,41.34878239757554],[-72.99768301154812,41.348966397612145],[-72.99767501162523,41.350367397885705],[-72.99767201165443,41.350897397989186],[-72.99763501167469,41.35146439810097],[-72.99762101168278,41.351686398144736],[-72.99756501174905,41.35317039843602],[-72.9975510117671,41.353567398513896],[-72.99752801176938,41.353738398548],[-72.99773201183581,41.3537433985424],[-72.99795801190946,41.35374939853626],[-72.99834601203382,41.35372339851864],[-72.99855101209955,41.35371039850949],[-72.99914201228681,41.35363239847517],[-72.99950701240245,41.35358439845402],[-73.00085301283318,41.353482398390646],[-73.0009240128558,41.353475398386976],[-73.00151801304537,41.35342139835725],[-73.00180001313466,41.35338339834074],[-73.00287901347778,41.35326339828246],[-73.00313901356107,41.35324539827054],[-73.0038070137751,41.35319939823997],[-73.00420301390163,41.35316639822076],[-73.00450301399769,41.35314439820676],[-73.00470901406364,41.35312939819718],[-73.00640301460301,41.352953398108106],[-73.00658601466105,41.3529303980977],[-73.00683101473885,41.35290139808413],[-73.00728301488459,41.35288639806658],[-73.00741101492598,41.35288439806206],[-73.0075260149631,41.352881398057754],[-73.0075500149709,41.35288139805699],[-73.00820501518264,41.35286939803347],[-73.00825801519983,41.352869398031764],[-73.00850301527956,41.35287439802482],[-73.0087370153558,41.35288039801842],[-73.0094390155846,41.35290039799963],[-73.0096740156612,41.35290739799341],[-73.01001201577024,41.35289739798052],[-73.01061601596653,41.35290439796237],[-73.01066201598151,41.352905397961074],[-73.0109940160894,41.35290939795112],[-73.01240901655034,41.352945397912386],[-73.0125710166031,41.35294939790795],[-73.01318901680375,41.35295339788874],[-73.01344201688609,41.352958397881544],[-73.01438501719296,41.35297739785476],[-73.01503601740421,41.352979397834105],[-73.01575001763918,41.353039397822705],[-73.01689501801602,41.353136397804604],[-73.0184200185103,41.353131397754325],[-73.01984401896496,41.353006397683885],[-73.02002801902373,41.3529903976748],[-73.0206250192158,41.35296339765024],[-73.02121001940351,41.35292839762449],[-73.02148201949073,41.352911397612395],[-73.02188301961947,41.352888397594924],[-73.02229901975427,41.352886397581074],[-73.02257201984281,41.35288639757224],[-73.02286801993684,41.352852397556035],[-73.02348902013419,41.35278139752211],[-73.02375902022095,41.35276739751064],[-73.02405702031675,41.35275239749809],[-73.02432702040373,41.352742397487404],[-73.02513902066543,41.35271439745568],[-73.02541002075282,41.35270539744515],[-73.02570402084655,41.35267739743017],[-73.02645002108449,41.352607397392404],[-73.0265890211295,41.3526063973877],[-73.02688502122538,41.35260439737774],[-73.02688302122131,41.35254439736609],[-73.02688002121009,41.35236439733108],[-73.02687902120634,41.352304397319415],[-73.02770502147375,41.352296397291134],[-73.02854702174638,41.352289397262524],[-73.03018302227798,41.35230839721331],[-73.03046402236934,41.35231239720499],[-73.0310100225473,41.35232839719045],[-73.03132202264943,41.35234539718367],[-73.03195302285407,41.35234539716325],[-73.03325802327427,41.35229339711088],[-73.03345702333705,41.3522623970984],[-73.03512602387472,41.35220039703228],[-73.03513802388773,41.35236039706311],[-73.03521802391602,41.35240139706851],[-73.0355410240444,41.352816397138994],[-73.03572502412061,41.353106397189606],[-73.03636902432955,41.35310839716916],[-73.0369370245151,41.35313239715545],[-73.03696102452295,41.35313339715486],[-73.03716602458918,41.353129397147455],[-73.03772602477028,41.353120397127554],[-73.03824902493375,41.35301339708977],[-73.0388010251032,41.35284539703914],[-73.03885502511973,41.35282839703408],[-73.03921302523807,41.352868397030285],[-73.039511025339,41.35294339703526],[-73.03978802543281,41.353013397039945],[-73.04027702560028,41.35316939705455],[-73.04060902571317,41.35326139706175],[-73.04093602582012,41.35327739705426],[-73.0411750258983,41.35328939704886],[-73.04176602609121,41.35331139703404],[-73.04216102621986,41.3533213970232],[-73.04260702636556,41.35334039701246],[-73.04284802643977,41.3532713969912],[-73.04292002645977,41.35321239697737],[-73.0429860264782,41.353160396965094],[-73.04299502645688,41.35273539688192],[-73.04298802644531,41.35257239685036],[-73.04368002666452,41.3524813968102],[-73.0457570273225,41.352209396689915],[-73.04614202744447,41.352159396667695],[-73.0462650274827,41.35213039665806],[-73.04638202751933,41.35210739664978],[-73.04644602753933,41.35209439664518],[-73.04658902768197,41.353782396969734],[-73.04670602779807,41.355152397233105],[-73.04701902811044,41.35884939794388],[-73.04716302825356,41.360539398268735],[-73.04727102834462,41.36152139845671],[-73.04755902861606,41.364641399055664],[-73.04760502865939,41.36513939915128],[-73.04852202952385,41.37507240105783],[-73.04869402968723,41.37695640141945],[-73.04907103004398,41.38106140220725],[-73.049033030064,41.38162740231878],[-73.0489320301203,41.38318640262585],[-73.04892203012517,41.38332840265383],[-73.04890903013312,41.38354140269578],[-73.04888603014595,41.38389640276569],[-73.0488880301535,41.38401740278921],[-73.04889003016108,41.384138402812724],[-73.0484580302857,41.38877140372945],[-73.04843703028672,41.38890840375684],[-73.0483010303317,41.390467404065],[-73.0482040303597,41.39150740427075],[-73.04815903035545,41.39168840430748],[-73.04794703037727,41.39327340462314],[-73.04765003040829,41.395501405066796],[-73.04760903040174,41.39561940509111],[-73.04759503039973,41.39566340510013],[-73.04755703039505,41.395797405127496],[-73.04754403039341,41.39584240513667]]]},"properties":{"name":1602,"geoid":"09009160200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.85676797590118,41.52620343666598],[-72.85655297582801,41.52614543666165],[-72.85643697578803,41.52610543665761],[-72.85583797558162,41.52589943663689],[-72.85545597545085,41.525783436626654],[-72.8551269753383,41.525684436618036],[-72.85475497520937,41.52554343660261],[-72.8538529748969,41.525204436565815],[-72.85363697482238,41.52512843655801],[-72.85326297469332,41.52499643654441],[-72.85343697464475,41.52315443618086],[-72.85360397459915,41.5214044358354],[-72.85289697431165,41.52039143566131],[-72.85169497379223,41.5181334352612],[-72.85096997347898,41.51677143501986],[-72.85079797340862,41.51651743497604],[-72.84957197290096,41.51460143464311],[-72.84860997231803,41.50985943375232],[-72.84783897193722,41.507573433332766],[-72.8475249717803,41.50661043315564],[-72.84658597131065,41.50372243262439],[-72.84629797116665,41.502837432461604],[-72.84633297117385,41.502764432446284],[-72.84764297150254,41.50106243207317],[-72.84837897168731,41.500108431863985],[-72.85184597259003,41.496181430988734],[-72.85246397275105,41.49548343083308],[-72.85326897296069,41.49457243063001],[-72.85370897311365,41.49474843065006],[-72.85378297313939,41.49477843065351],[-72.85443297336836,41.49509043069325],[-72.85450397339358,41.495128430698365],[-72.85471297346815,41.49524543071437],[-72.85497997356293,41.4953864307332],[-72.85539997371203,41.49560843076285],[-72.85560197378369,41.49571443077696],[-72.8557489738359,41.49579243078739],[-72.85589197388663,41.49586743079736],[-72.85620697399872,41.49603843082047],[-72.85640897407056,41.496147430835165],[-72.85658297413244,41.496241430847846],[-72.85723097436342,41.49660043089678],[-72.85747597445014,41.496725430913195],[-72.85780097456433,41.49687643093209],[-72.85809497466576,41.496980430942855],[-72.85886097492734,41.497203430961534],[-72.8592679750663,41.497321430971375],[-72.85929597507587,41.49732943097203],[-72.85957797517237,41.497415430979665],[-72.86017197537383,41.4975644309895],[-72.86318197639585,41.49833843104301],[-72.86645497750713,41.49917943110109],[-72.86821797810664,41.499648431135476],[-72.86839997816794,41.499686431136986],[-72.8694189785113,41.49990243114613],[-72.86987497866498,41.4999994311503],[-72.87056997889768,41.500120431151444],[-72.87148397920144,41.50024043114529],[-72.87217497943126,41.5003334311411],[-72.87226197946019,41.50034543114063],[-72.87330497980412,41.50043443112431],[-72.87419898009894,41.50051143111046],[-72.87426198011974,41.50051743110961],[-72.87427398012377,41.5005194311096],[-72.87495798034917,41.50057543109845],[-72.87596298068037,41.50065743108199],[-72.87736098114313,41.50080843106627],[-72.87796498134307,41.500873431059425],[-72.87801598134376,41.50059543100373],[-72.87817698137445,41.50021643092486],[-72.87853598149184,41.500229430915816],[-72.87902298165221,41.5002674309075],[-72.87956698183241,41.50032843090181],[-72.88004698199182,41.500389430898196],[-72.8803679820948,41.500366430883375],[-72.88102398230842,41.50037543086396],[-72.88106698232244,41.50037643086276],[-72.88264998283877,41.50041243081871],[-72.88293998293337,41.50041943081073],[-72.88353298313008,41.500490430805414],[-72.88394698326935,41.50057443080838],[-72.88490598359215,41.50077143081577],[-72.8851509836747,41.50082343081795],[-72.88518698368684,41.50083143081836],[-72.88589198392336,41.50096243082109],[-72.88613998400655,41.50100843082203],[-72.88622798403478,41.501002430818026],[-72.88632898406725,41.50099643081361],[-72.88649198411906,41.50097643080446],[-72.88657998414709,41.50096643079967],[-72.88800198460139,41.500832430727755],[-72.88821598466981,41.50081343071715],[-72.8899499852208,41.500597430619216],[-72.8906889854544,41.50048443057341],[-72.89146298569584,41.50030943051441],[-72.89207398588732,41.500186430470784],[-72.89222998593583,41.50014843045836],[-72.89288898614099,41.499992430406785],[-72.89362598637172,41.499840430353444],[-72.89477798672813,41.499528430255616],[-72.8954369869321,41.499351430199944],[-72.89691598739176,41.498987430081435],[-72.89807398774794,41.49863742997604],[-72.89823298779707,41.498593429962355],[-72.89854898789487,41.498508429935626],[-72.89882898798263,41.498452429915716],[-72.89919698809882,41.498393429892346],[-72.89940498816694,41.49840342988758],[-72.89950098819801,41.498401429884105],[-72.89958598822557,41.498400429881166],[-72.89978898829179,41.49840542987558],[-72.89988498832315,41.49840842987307],[-72.89992398833571,41.49840642987143],[-72.90004298837418,41.49840342986699],[-72.90008298838713,41.498402429865514],[-72.90034298847506,41.49846342986898],[-72.90036498848255,41.498469429869445],[-72.90051398853346,41.498513429873185],[-72.90072598860553,41.49856942987722],[-72.90102198870797,41.49867942988905],[-72.90118998876635,41.49874642989666],[-72.90123198878098,41.49876342989861],[-72.90145398885915,41.49886942991205],[-72.90139598884663,41.498980429935514],[-72.90122598881044,41.49931343000573],[-72.9011689887983,41.49942543002934],[-72.90108798878478,41.49964943007551],[-72.90107698878516,41.499718430089274],[-72.90104598878713,41.49992943013129],[-72.90101698879377,41.50021043018686],[-72.90100398880418,41.50046643023704],[-72.90098198880685,41.500638430271195],[-72.90096598880942,41.50077443029815],[-72.90095198881468,41.500946430332036],[-72.90116098888298,41.50095343032666],[-72.90129598892841,41.50098143032772],[-72.9013889889598,41.50100143032862],[-72.9015239890057,41.501037430331266],[-72.90164098904685,41.501092430338176],[-72.90176598909196,41.501171430349494],[-72.90188498913707,41.501284430367626],[-72.90208798921489,41.5014924304015],[-72.90213498923366,41.501553430411846],[-72.90226498928541,41.5017204304401],[-72.90236098932219,41.50181843045607],[-72.90252198938482,41.50199943048605],[-72.90300598957307,41.50254243057598],[-72.90316798963603,41.50272343060593],[-72.90332798969618,41.50286643062855],[-72.90380798987661,41.50329543069647],[-72.90396898993714,41.503439430719254],[-72.9040019899573,41.50360443075026],[-72.90401798996672,41.50367843076414],[-72.9039769899779,41.50410743084883],[-72.90396098998231,41.50427543088202],[-72.90423199007616,41.50437743089309],[-72.90504499035781,41.50468443092652],[-72.90531699045204,41.50478743093776],[-72.90554699053196,41.504878430948025],[-72.9062369907717,41.505151430978806],[-72.90646699085163,41.50524243098908],[-72.9065349908753,41.505270430992304],[-72.90673899094637,41.50535443100205],[-72.90680699097011,41.505383431005505],[-72.90717899109919,41.50552743102147],[-72.90828499148293,41.50595543106895],[-72.90829499148641,41.5059594310694],[-72.90866899161595,41.506100431084725],[-72.90910399176697,41.506270431103715],[-72.9104109922207,41.50678043116064],[-72.9108469923721,41.50695143117979],[-72.91093399240238,41.506986431183776],[-72.91119499249315,41.50709143119577],[-72.91128199252348,41.50712743119994],[-72.91147199258947,41.507202431208384],[-72.91204499278848,41.507427431233616],[-72.91223599285487,41.50750343124221],[-72.91239599291022,41.50756243124851],[-72.91287899307733,41.507741431267696],[-72.91303999313308,41.50780143127416],[-72.9119289928182,41.508606431466504],[-72.91157699271893,41.50887043152918],[-72.91125299262947,41.50914643159329],[-72.91110999259193,41.509302431628214],[-72.91097099255558,41.509456431662656],[-72.91076699250537,41.50973743172385],[-72.91061099247086,41.51002043178388],[-72.91050299245155,41.510296431841006],[-72.91045299245481,41.510637431908904],[-72.91039599246442,41.51112943200637],[-72.91047799267186,41.514291432618194],[-72.91049499280155,41.51646243303951],[-72.91049899282976,41.51693343313091],[-72.91054999295946,41.5189114335136],[-72.91052199295025,41.51890943351412],[-72.9104389929231,41.518906433516214],[-72.91041199291429,41.518905433516885],[-72.91006699280193,41.518900433527065],[-72.90848999228815,41.51887543357315],[-72.90842299222595,41.51816843343794],[-72.90808499211408,41.51813243344187],[-72.90755499193864,41.51807543344788],[-72.9038869907247,41.517685433490605],[-72.90391899080855,41.51897043373927],[-72.90050898969756,41.518915433838686],[-72.89753798872961,41.51886843392549],[-72.89789898874773,41.517133433576696],[-72.89803698875471,41.516471433443606],[-72.89817798877587,41.5160404333553],[-72.89820098877698,41.51592843333279],[-72.89827198878093,41.51559443326559],[-72.89829698878272,41.51548343324321],[-72.89829598878136,41.515465433239754],[-72.89829298877743,41.515413433229746],[-72.89829198877612,41.515396433226464],[-72.89833098877828,41.51521243318944],[-72.8984499887854,41.51466043307833],[-72.89848998878793,41.514477433041485],[-72.89852598879132,41.51433243301213],[-72.89863598880233,41.51389943292446],[-72.89867298880611,41.513755432895266],[-72.8987359888083,41.513435432831045],[-72.8987519888091,41.513358432815565],[-72.8988899888068,41.51253343265078],[-72.89890298880741,41.51247043263811],[-72.89897198881167,41.51215243257407],[-72.89872298872949,41.51213043257785],[-72.8979789884842,41.51206743258962],[-72.89773098840243,41.512046432593536],[-72.89748298832043,41.51202143259669],[-72.89673898807462,41.51194943260672],[-72.89649098799266,41.51192543261006],[-72.89624598791147,41.51189743261252],[-72.89583198777434,41.51185143261694],[-72.89562498770954,41.51189443263199],[-72.8955279876808,41.51194243264444],[-72.89530898761592,41.512052432672895],[-72.89483998748543,41.512435432762466],[-72.89479698747351,41.51247143277086],[-72.8946809874385,41.512518432783736],[-72.89452398738945,41.5125524327954],[-72.89424398729855,41.51255343280463],[-72.89305098690754,41.51249343283149],[-72.8924469867096,41.51246343284514],[-72.89191498653523,41.512436432857065],[-72.89096398622351,41.51238843287844],[-72.89067398612774,41.51236143288255],[-72.89043598604876,41.51233243288459],[-72.89032898601201,41.51229743288124],[-72.88982298583824,41.512133432865696],[-72.88957098575213,41.512059432859445],[-72.88881698549467,41.51184043284121],[-72.88856598540895,41.511767432835114],[-72.88851598539752,41.51185143285307],[-72.88836698536356,41.51210443290704],[-72.8883179853525,41.51218943292513],[-72.88764498512242,41.51198943290798],[-72.88763098511764,41.51198543290766],[-72.88735398502254,41.511896432899306],[-72.88717198495921,41.5118224328908],[-72.88690498486567,41.51170343287628],[-72.88663398476992,41.511568432858795],[-72.88572498444981,41.51113443280376],[-72.88509298422728,41.51083343276566],[-72.88493098418614,41.511034432809936],[-72.88467798412215,41.511353432880114],[-72.8844809840759,41.51166443294691],[-72.88434398404392,41.51188343299389],[-72.88417398399861,41.5120574330332],[-72.88366398386295,41.51258343315188],[-72.88349498381804,41.51275843319135],[-72.8827569836263,41.5135994333786],[-72.88219798349041,41.51440043355232],[-72.88145398330776,41.51543543377746],[-72.88166698338304,41.515541433791185],[-72.8824709836657,41.51591643383812],[-72.88314798390843,41.51631543389382],[-72.88461898443298,41.51713143400494],[-72.88619398498531,41.51784243409229],[-72.88639598505858,41.5179764341118],[-72.8865099851048,41.518136434139215],[-72.88654598512419,41.5182714341643],[-72.88659598515078,41.51845243419787],[-72.88658198519603,41.51932443436777],[-72.88661398523239,41.51977843445494],[-72.88661698523563,41.51981843446263],[-72.8866259852456,41.51994143448623],[-72.88662898524893,41.51998243449411],[-72.88658298524956,41.52025543454864],[-72.88653398525038,41.52054843460714],[-72.88651998526149,41.52082243466084],[-72.88649498526829,41.52108343471236],[-72.88646998527598,41.52136043476699],[-72.88645098528102,41.52155643480569],[-72.88639598529679,41.522145434921924],[-72.8863779853022,41.52234243496077],[-72.88633198531394,41.522809435053006],[-72.88624698533633,41.52368443522575],[-72.88624098536474,41.52421543532912],[-72.88623698539034,41.52468643542077],[-72.88621798538755,41.524745435432834],[-72.88616498538049,41.52492343546913],[-72.8861479853784,41.52498343548133],[-72.88555298517774,41.524855435475665],[-72.88509998502502,41.52475843547144],[-72.88469098489017,41.52472443547803],[-72.88373898458039,41.5247164355072],[-72.88363698454725,41.52471643551049],[-72.88341498447348,41.52468743551203],[-72.88326298442156,41.524643435508374],[-72.88315498438303,41.524583435500205],[-72.88301398433407,41.52452843549408],[-72.88297498432054,41.524513435492416],[-72.88297098431907,41.524510435491976],[-72.88247198413883,41.52419343544648],[-72.8823059840789,41.52408843543143],[-72.8821399840474,41.524481435513145],[-72.8819189840056,41.52500643562228],[-72.88167998396032,41.52557343574016],[-72.88164198395314,41.52566343575887],[-72.88147898392273,41.52605843584087],[-72.88196798408917,41.52619043585074],[-72.8820749841236,41.52618443584613],[-72.88222298416889,41.52613543583183],[-72.88230398419348,41.526105435823396],[-72.88246598424287,41.52604843580707],[-72.88280298434381,41.525898435767054],[-72.88301398441247,41.52590043576065],[-72.88323398448624,41.525940435761306],[-72.8847879850116,41.52629743578054],[-72.88562298529388,41.526489435790886],[-72.88557498529221,41.52673343583984],[-72.88543398528836,41.527467435986985],[-72.8853869852871,41.5277124360361],[-72.88418098488026,41.527450436024125],[-72.883604984686,41.527326436018626],[-72.88328298457766,41.52726143601639],[-72.88305098450103,41.5272394360196],[-72.8826889843902,41.5273584360544],[-72.88245898432065,41.52744943607949],[-72.88232598427892,41.52747543608885],[-72.88210798420809,41.52747543609589],[-72.88189898413903,41.52745543609874],[-72.88057598369222,41.52715943608391],[-72.87937298328596,41.526890436070474],[-72.87895098314267,41.52678243606312],[-72.87884398310636,41.526755436061315],[-72.87863798303914,41.526750436067005],[-72.87838998295982,41.52677243607928],[-72.87821098290574,41.52684443609905],[-72.87770598275377,41.527056436156535],[-72.87730498263318,41.527226436202476],[-72.87705598256238,41.5274034362449],[-72.87700998254932,41.527436436252806],[-72.87645398237973,41.52763043630844],[-72.87618998229738,41.52769043632861],[-72.87589298220482,41.52775943635159],[-72.87554898209737,41.52783543637744],[-72.87464398181478,41.5280364364457],[-72.87452298177827,41.52808543645913],[-72.87443198175092,41.52812443646964],[-72.87428798170865,41.52820343648964],[-72.87422998169362,41.52827043650452],[-72.87383598156227,41.52821243650597],[-72.87372598152585,41.52820043650718],[-72.87290498125404,41.528112436516565],[-72.87266598117489,41.52808643651924],[-72.87223198103209,41.528055436527204],[-72.87220698102402,41.528056436528196],[-72.8719269809343,41.52807843654149],[-72.87170098086239,41.52810543655404],[-72.87138098076488,41.52821843658632],[-72.87041998047212,41.52856043668376],[-72.87010098037499,41.5286744367162],[-72.86984598029753,41.52876943674289],[-72.86962398022843,41.52882243676032],[-72.86946498017898,41.528861436773056],[-72.86908198005544,41.528877436788505],[-72.86848097984824,41.52866943676748],[-72.86820397974934,41.5285134367461],[-72.86807497970324,41.52844043673608],[-72.86791197963251,41.52812943668091],[-72.86789797961849,41.52796343664912],[-72.86792397960986,41.527664436590186],[-72.86796797959585,41.527168436492396],[-72.86788697955399,41.52689643644216],[-72.86780597952102,41.52678043642223],[-72.86766397946683,41.526639436399414],[-72.86741397937898,41.52652343638494],[-72.86721397930867,41.52643043637332],[-72.86697197922786,41.52639243637373],[-72.86656297909879,41.52645943639994],[-72.86651797908543,41.526481436405675],[-72.86617597898406,41.526652436449915],[-72.8657369788519,41.52683643649982],[-72.86540097874307,41.52684243651183],[-72.86520497867775,41.52681443651271],[-72.86496797859886,41.526781436513936],[-72.86475197852538,41.526723436509634],[-72.86439297840317,41.52662643650235],[-72.86474697848475,41.526040436377095],[-72.86486297851165,41.525851436336616],[-72.86490797851046,41.52557443628137],[-72.86438497836374,41.5259814363773],[-72.86425897832649,41.52604643639399],[-72.86379097818842,41.52629143645669],[-72.86332897804674,41.52643943650033],[-72.86279097787543,41.52650143652972],[-72.86196597760713,41.52649743655553],[-72.86193097759565,41.5264954365563],[-72.86148497744996,41.52648243656814],[-72.86113197733195,41.526424436568256],[-72.8610509773035,41.526387436563674],[-72.86097397727649,41.526352436559364],[-72.86080197721769,41.526301436554995],[-72.86071797718895,41.52627643655284],[-72.86020497701963,41.526230436560446],[-72.86009897698466,41.52622143656211],[-72.85953597679988,41.526189436574036],[-72.8591059766621,41.52622343659451],[-72.8590919766576,41.52622443659516],[-72.85872397654127,41.52628143661808],[-72.85867097652492,41.52629643662272],[-72.8584189764472,41.52636943664503],[-72.8581679763663,41.52638143665545],[-72.85788297627346,41.52637743666384],[-72.85739097611324,41.526371436678545],[-72.85704197599446,41.52627743667152],[-72.85676797590118,41.52620343666598]]]},"properties":{"name":3431.02,"geoid":"09009343102"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.89292197491548,41.30208839183394],[-72.89210197466518,41.3023653919144],[-72.89173597455353,41.30249039195057],[-72.89148997449055,41.30278839201669],[-72.89086097432983,41.30355439218655],[-72.89045797424026,41.30428339234193],[-72.89004097414788,41.305042392503616],[-72.88960697405156,41.30582939267131],[-72.88943897401435,41.30613539273649],[-72.88830897376423,41.30819639317544],[-72.88827997375793,41.30825139318711],[-72.88786997366617,41.30898139334289],[-72.88783297365335,41.30896639334112],[-72.88773797362015,41.308924393335985],[-72.88734597348335,41.308753393315165],[-72.88721597343802,41.30869739330841],[-72.88718497342717,41.308683393306666],[-72.88702097336967,41.30860739329709],[-72.88643697316513,41.308339393263466],[-72.88624297309718,41.308250393252315],[-72.88596197301925,41.30848439330705],[-72.88531197283926,41.30903039343459],[-72.8851199727858,41.30918639347123],[-72.8848369727071,41.30941839352563],[-72.88470897266151,41.309346393515675],[-72.88432597252525,41.30913339348636],[-72.88419897248006,41.309062393476566],[-72.88397997240226,41.30894239346016],[-72.88349797223101,41.308678393424046],[-72.88331497216713,41.308598393414286],[-72.88330497216367,41.30859439341383],[-72.8830719720855,41.30854839341233],[-72.88286697201691,41.30851139341168],[-72.8828299720039,41.30849339340934],[-72.88261597192863,41.3083893933959],[-72.88233297182823,41.30823739337528],[-72.88216697176966,41.3081533933642],[-72.88194497169137,41.308042393349645],[-72.88167297160169,41.3080163933533],[-72.88147097153515,41.307998393356264],[-72.88116497143636,41.30800639336765],[-72.88086497134175,41.308054393386655],[-72.88086097134052,41.30805539338697],[-72.8806009712607,41.30813539341096],[-72.88026197116594,41.30840439347437],[-72.88008397111628,41.30854739350804],[-72.87922197087259,41.30918339365995],[-72.87912797084604,41.30925339367665],[-72.87883997075986,41.3093813937109],[-72.8786449706975,41.309397393720275],[-72.87849197064867,41.30941139372793],[-72.87820797055667,41.30941339373744],[-72.87805997050769,41.30939639373886],[-72.87786597044352,41.30937439374079],[-72.87761997036209,41.30934539374302],[-72.87688197011798,41.3092613937503],[-72.87685497010905,41.309258393750575],[-72.87663597003689,41.309238393753695],[-72.87643096996803,41.30919639375207],[-72.87581696976186,41.309072393747556],[-72.87561296969338,41.30903139374608],[-72.87524996957033,41.30893739373937],[-72.87461196935408,41.3087723937276],[-72.87416396920176,41.30864839371774],[-72.87397996913919,41.30859739371368],[-72.87379996907906,41.3085663937134],[-72.87378996907188,41.30849639370005],[-72.87350096897504,41.30844139369858],[-72.87333796892047,41.308411393697945],[-72.87326996889006,41.30826339367122],[-72.8733309689008,41.30810339363799],[-72.87305996881341,41.30811239364845],[-72.8729009687606,41.30809039364925],[-72.87333496886401,41.30742839350599],[-72.87351196890637,41.30716139344814],[-72.87353396891163,41.307128393440976],[-72.87364096893093,41.30685539338422],[-72.87430196909897,41.306033393202405],[-72.87628796960409,41.30356939265722],[-72.87694996977247,41.30274839247557],[-72.8781229700628,41.30115139212586],[-72.87855297015933,41.30039039196336],[-72.87951697037585,41.29868639159944],[-72.87983597044666,41.298107391476066],[-72.88026097054144,41.29734439131331],[-72.8807119706414,41.29652339113841],[-72.88206597094147,41.2940583906132],[-72.8825179710418,41.29323839043844],[-72.88307997124872,41.293675390505825],[-72.8835859714342,41.29405439056365],[-72.88590197228326,41.29579039082859],[-72.88591897228946,41.295802390830396],[-72.8864059724681,41.29616939088648],[-72.88681097261677,41.296476390933485],[-72.8878839730106,41.29728839105773],[-72.8880939730862,41.29742139107699],[-72.88872497331349,41.29782239113508],[-72.88893597338948,41.29795639115449],[-72.88911297345251,41.29805639116837],[-72.88921397348946,41.298130391179576],[-72.88923697349787,41.29814739118216],[-72.88933197353388,41.29823939119709],[-72.88948597359335,41.29840839122516],[-72.88961797364577,41.29857839125415],[-72.88966797366768,41.29867939127228],[-72.88968697367937,41.298777391290834],[-72.88966297368114,41.29894639132461],[-72.88961897368532,41.29927339138994],[-72.88964897369465,41.299266391387604],[-72.88973897372287,41.29924939138138],[-72.88976997373258,41.29924339137923],[-72.88983097376074,41.299391391406196],[-72.88984697376745,41.299418391410946],[-72.89015097389364,41.29990739149674],[-72.89025297393597,41.30007139152552],[-72.89032597396061,41.30008839152649],[-72.89043597399845,41.30012639153038],[-72.89097897418527,41.30031639155008],[-72.89116097424792,41.30038039155674],[-72.89132697430536,41.30044439156392],[-72.89182697447842,41.30063739158558],[-72.89199397453625,41.300702391592914],[-72.89204397455417,41.30073239159718],[-72.89208797457002,41.30076039160123],[-72.89215897459879,41.30086239161888],[-72.89219297461258,41.300911391627366],[-72.89226397464223,41.30102839164795],[-72.89247997473215,41.301380391709806],[-72.89248997473629,41.30139639171259],[-72.89255297476242,41.301497391730315],[-72.89262597479276,41.30161539175103],[-72.89284597488417,41.30197039181333],[-72.89289897490616,41.302055391828226],[-72.89292197491548,41.30208839183394]]]},"properties":{"name":1426.04,"geoid":"09009142604"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.04907103004398,41.38106140220725],[-73.04869402968723,41.37695640141945],[-73.04852202952385,41.37507240105783],[-73.04760502865939,41.36513939915128],[-73.04755902861606,41.364641399055664],[-73.04727102834462,41.36152139845671],[-73.04716302825356,41.360539398268735],[-73.04813902856966,41.36053239823576],[-73.04930302893554,41.36032939815848],[-73.04993502913413,41.360218398116366],[-73.0506410293649,41.36025039809973],[-73.0511300295248,41.36027339808838],[-73.05376003037762,41.36027339800318],[-73.0544610306048,41.36027139798007],[-73.05551603094668,41.360267397945115],[-73.05579603103783,41.36027339793723],[-73.05613403114816,41.3602863979288],[-73.05669503132476,41.360193397892495],[-73.0588800320322,41.360174397817985],[-73.06061903259501,41.36015539775792],[-73.06115303276827,41.360157397741006],[-73.0624410331862,41.36016239770025],[-73.06397303368392,41.3601793976539],[-73.06442003382826,41.360168397637274],[-73.06464303390557,41.360256397647206],[-73.06469603392328,41.36026539764724],[-73.06485503397644,41.360293397647546],[-73.06490903399451,41.36030339764774],[-73.06542303415684,41.36022739761626],[-73.06650903451047,41.36025339758612],[-73.06776803492042,41.360283397551164],[-73.0689150352917,41.36027239751185],[-73.06977903557127,41.36026239748187],[-73.07000003564282,41.360260397474306],[-73.07074003588112,41.36023139744467],[-73.0709170359421,41.36029439745121],[-73.07116103602257,41.36031839744799],[-73.07142103610832,41.360343397444424],[-73.07152203614461,41.36040539745324],[-73.0715670361592,41.36040539745178],[-73.07157903616309,41.360405397451395],[-73.07174803621915,41.36042739745019],[-73.07202003631522,41.360565397468285],[-73.07202603631717,41.36056539746809],[-73.07219003637161,41.360587397467064],[-73.07225003639374,41.36063439747427],[-73.07225203639439,41.36063439747421],[-73.07241303644888,41.36067439747679],[-73.07247403647067,41.360709397481635],[-73.07254303649532,41.3607493974872],[-73.07281103658711,41.36083539749528],[-73.0733690367784,41.361016397512465],[-73.0736130368626,41.36110539752191],[-73.07387803695406,41.36120239753223],[-73.07403603701083,41.361299397546],[-73.0744300371387,41.36130139753362],[-73.07494003730805,41.36137139753074],[-73.07549503749178,41.36143739752559],[-73.07594703764104,41.36148439752011],[-73.07645603781178,41.36158439752309],[-73.07710003804407,41.36199539758233],[-73.07712703806489,41.36220639762258],[-73.07815603840699,41.36235439761807],[-73.07854003853424,41.36240239761497],[-73.07910403872586,41.36255539762649],[-73.07927203878467,41.362631397635866],[-73.07963603890613,41.36269139763576],[-73.07992603900497,41.36277539764272],[-73.08004803904657,41.36281139764578],[-73.08042603917251,41.362870397645025],[-73.08066303925096,41.36289839764279],[-73.08090003932723,41.36288839763316],[-73.08108903939147,41.36294039763715],[-73.08145103950805,41.362926397622694],[-73.08187703964693,41.362939397611406],[-73.08247503984173,41.36295539759512],[-73.08254003986292,41.362957397593405],[-73.08333004011638,41.36291039755861],[-73.08365504022197,41.36291439754884],[-73.08373904024933,41.36291639754653],[-73.08415104038595,41.36296939754348],[-73.08460904053445,41.36296939752861],[-73.08462904054093,41.36296939752797],[-73.08495504064692,41.362974397518364],[-73.08526604074827,41.36298339751002],[-73.08533804077156,41.362982397507494],[-73.08562804086554,41.3629813974979],[-73.08585804093816,41.36294739748381],[-73.08599604098005,41.362897397469574],[-73.08614904102937,41.36289239746363],[-73.08630304107777,41.362865397453376],[-73.0864660411274,41.36280939743716],[-73.08651904114362,41.36279239743214],[-73.08682104123412,41.36266239739699],[-73.08689904125974,41.36266839739564],[-73.08692704126801,41.362654397392],[-73.08697004128081,41.36263439738669],[-73.08705704130456,41.36255639736868],[-73.08720704135148,41.36252639735797],[-73.08721504135363,41.36251839735614],[-73.08729304137451,41.36244139733861],[-73.08740804140878,41.36238839732453],[-73.0874730414268,41.362335397312094],[-73.08767604148336,41.36217339727393],[-73.08794704156209,41.362013397233945],[-73.08799504157594,41.36198339722654],[-73.08817504162812,41.36187539719964],[-73.0884250416985,41.36168839715507],[-73.0887150417864,41.3615813971248],[-73.08900504187477,41.36148239709611],[-73.08945404201171,41.36133139705208],[-73.08950204202635,41.361315397047406],[-73.08952904203333,41.36128439704049],[-73.08954804203864,41.36126939703696],[-73.08972204208975,41.36117639701317],[-73.09028704226034,41.360956396951956],[-73.09031704226979,41.360951396950014],[-73.09034804227525,41.3608713969334],[-73.09049104231705,41.360791396913164],[-73.0908550424293,41.36069039688166],[-73.09096604245883,41.36057739685603],[-73.09117004252349,41.36055139684434],[-73.09113404255714,41.36134439700009],[-73.09068404246207,41.36223339718801],[-73.09005104230636,41.363099397377354],[-73.08993604227581,41.3632173974041],[-73.08815104180479,41.36510139782927],[-73.08708304153049,41.366360398109336],[-73.08626704130867,41.367108398281616],[-73.08616904128502,41.36725039831248],[-73.08612104127009,41.367261398316174],[-73.08608204125646,41.36724439831412],[-73.08600204122767,41.36719439830697],[-73.0858230411846,41.36745639836384],[-73.08575704117723,41.36770139841375],[-73.08570004117108,41.3679173984577],[-73.08557604113842,41.36804939848746],[-73.08541604109216,41.36814739851175],[-73.08502904098519,41.36847139858747],[-73.08494204096426,41.36859839861503],[-73.08500804099313,41.36872939863843],[-73.0850590410166,41.36885039866034],[-73.08500804100194,41.36888339866843],[-73.08493504097764,41.36887239866867],[-73.0848820409607,41.36887639867117],[-73.08446104082648,41.36891639869262],[-73.08441404081455,41.368974398705454],[-73.08436704080259,41.369031398718086],[-73.08474304093346,41.3691883987365],[-73.08512004106463,41.36934439875466],[-73.08461604094387,41.37009039891642],[-73.08376404075521,41.371622399242646],[-73.08218904043822,41.37500939995383],[-73.08179504033698,41.37547340005704],[-73.08163604029743,41.37568340010313],[-73.08109404016028,41.37635840025226],[-73.08070504006166,41.37683940035861],[-73.08061304004315,41.37703740040019],[-73.07980403988165,41.37880040076999],[-73.07930003976512,41.379620400946145],[-73.07904403970596,41.3800374010357],[-73.0767590391719,41.38365540181481],[-73.07583003893528,41.384785402065134],[-73.07530303888308,41.3868604024865],[-73.07497503887998,41.388665402848794],[-73.0746010388178,41.38969840306219],[-73.07449403879379,41.38988540310209],[-73.07418903872504,41.390412403214654],[-73.07391503866474,41.39091140332076],[-73.07375403863958,41.39138440341812],[-73.07382803867135,41.391520403442215],[-73.07393003871526,41.391709403475716],[-73.07420403881763,41.3919454035128],[-73.07480603903113,41.392264403555416],[-73.07457403895886,41.39231640357307],[-73.07434203888653,41.39236740359052],[-73.0738980387482,41.39246640362422],[-73.07380003871768,41.392488403631695],[-73.0736150386611,41.392548403649386],[-73.0734300386046,41.39260940366727],[-73.07329203854816,41.392405403632004],[-73.07317503850369,41.3922914036136],[-73.07312403848435,41.39224240360569],[-73.07297603842983,41.3921284035883],[-73.07308303843156,41.39155240347263],[-73.0734580385081,41.39076440330694],[-73.07372103856176,41.39021140319069],[-73.07389903859207,41.3897324030916],[-73.07392403858503,41.38946740303915],[-73.0739230385835,41.389446403035095],[-73.07391003856583,41.38921140298973],[-73.07391003856537,41.38920340298819],[-73.07390803856426,41.38919540298669],[-73.07384803853,41.38893640293817],[-73.07373503847458,41.38860840287795],[-73.07371503846448,41.38854540286633],[-73.07365803843524,41.388357402831545],[-73.07363903842554,41.38829540282008],[-73.07363303842256,41.388277402816776],[-73.0736170384144,41.38822540280715],[-73.07361203841181,41.38820840280401],[-73.07359003840644,41.38823940281076],[-73.07352403839046,41.388334402831404],[-73.07350303838547,41.38836640283833],[-73.07348603838135,41.388390402843555],[-73.07343603836931,41.3884634028594],[-73.07342003836555,41.38848840286479],[-73.07323403830529,41.38848940287102],[-73.07295303821684,41.38853640288929],[-73.07289703819924,41.388546402893056],[-73.07282103817465,41.38854740289572],[-73.07209103793825,41.388553402920564],[-73.07154203776145,41.38857540294268],[-73.07129803768295,41.38858640295273],[-73.07107303761123,41.38860840296433],[-73.0709390375679,41.38861040296906],[-73.07053903743868,41.38861940298379],[-73.07040603739601,41.38862740298966],[-73.07033003737159,41.3886314029929],[-73.07026403735041,41.388635402995824],[-73.07010203729837,41.38864440300284],[-73.07002703727434,41.388649403006234],[-73.06976703719482,41.388733403031054],[-73.06971103717832,41.388762403038506],[-73.06942303709378,41.388917403078054],[-73.06916303701374,41.3889924031011],[-73.06880503690182,41.38906540312694],[-73.06875803688702,41.389073403130006],[-73.06842803678373,41.38913840315339],[-73.0683390367564,41.38916540316154],[-73.06818203670828,41.38921440317618],[-73.06807503667586,41.38925440318744],[-73.06798903664992,41.38928840319686],[-73.06791603662779,41.38931540320448],[-73.06788303661783,41.38932840320808],[-73.0676940365595,41.389380403224344],[-73.06762003653671,41.38940140323085],[-73.0673940364447,41.38907440317446],[-73.06732203641535,41.38896940315635],[-73.06728803638778,41.38868040310115],[-73.06718803634912,41.388571403083155],[-73.06662003615016,41.38831340305131],[-73.06658203613685,41.38829640304923],[-73.0665410361215,41.38826040304356],[-73.06643403608153,41.38816840302909],[-73.06631303603639,41.388065403012945],[-73.06620803599863,41.38800040300369],[-73.06616403598196,41.387958402996944],[-73.06576503583088,41.38757940293605],[-73.06563303578085,41.387453402915774],[-73.065516035748,41.3875424029369],[-73.06516503564943,41.387809403000325],[-73.06504903561695,41.3878994030216],[-73.06483703555763,41.38806440306065],[-73.06447603545686,41.388349403127876],[-73.06437103543252,41.3885194031644],[-73.06433403542852,41.388659403192875],[-73.06426703542166,41.3889194032457],[-73.06385503528026,41.38878340323256],[-73.06364303520465,41.38866340321608],[-73.06356803517785,41.38862040321012],[-73.06317003502522,41.38820840314277],[-73.06302203497103,41.38810040312652],[-73.06285403491208,41.38802240311677],[-73.06203103462698,41.38770440308151],[-73.0619370345922,41.38762940306995],[-73.06180903454492,41.38752840305441],[-73.06170603450637,41.387438403040214],[-73.06138103439014,41.38724940301394],[-73.06126803434991,41.38718640300533],[-73.06093203423023,41.38699940297978],[-73.06082003419034,41.38693740297135],[-73.06017703393344,41.38609140282736],[-73.06014103392141,41.38608540282736],[-73.0599730338698,41.38613540284254],[-73.05974803379998,41.386190402860564],[-73.05962403375878,41.38617340286126],[-73.05923703362292,41.38599240283855],[-73.05913503359326,41.38605240285355],[-73.05913203359229,41.38605240285364],[-73.05897503354485,41.38611340287063],[-73.05886603351517,41.38621240289344],[-73.0583630333661,41.38645840295768],[-73.05823103331984,41.38639840295027],[-73.05801103324369,41.386314402941046],[-73.05769303313451,41.3862084029307],[-73.05763703311507,41.38618640292823],[-73.05704803291118,41.3859614029035],[-73.05643503269104,41.38558840285068],[-73.05619903260238,41.38537640281703],[-73.05603403253549,41.38514240277678],[-73.0559580324962,41.384886402729364],[-73.05593003248119,41.38478240271],[-73.05579603240817,41.38426540261361],[-73.0556060323381,41.38411740259093],[-73.05572103234819,41.38364140249446],[-73.05576403235612,41.38353640247261],[-73.05598203239896,41.38304840237044],[-73.05608003242159,41.38288840233609],[-73.0561840324457,41.382720402299974],[-73.05665403256906,41.382211402185554],[-73.05685503261773,41.38192240212271],[-73.0568900326222,41.38180240209822],[-73.05692103260547,41.38133340200579],[-73.0570120326128,41.38094540192725],[-73.05707703262857,41.38085240190701],[-73.05775803281514,41.38025240176801],[-73.05822403293496,41.379704401646116],[-73.058461032996,41.37942740158446],[-73.05857103302036,41.3792294015423],[-73.05877803304719,41.378524401398195],[-73.05859803298716,41.378495401398375],[-73.05857303297879,41.37849040139822],[-73.05837703291276,41.37844740139619],[-73.05798003276841,41.37817440135586],[-73.05748403258154,41.37771940128325],[-73.05726703250134,41.37754740125678],[-73.05710703244037,41.377388401230974],[-73.05699803240341,41.37736040122905],[-73.05687603236568,41.37739240123924],[-73.05668303230607,41.37744440125563],[-73.05626603217905,41.3775884012972],[-73.0561410321397,41.377609401305364],[-73.05603903210636,41.377604401307686],[-73.05549303190877,41.37724540125543],[-73.05524603182883,41.37724840126401],[-73.05483603170076,41.37733440129406],[-73.05449003159684,41.377479401333545],[-73.05423003151834,41.377581401361844],[-73.05393703143983,41.377870401427664],[-73.05383803141659,41.37802540146108],[-73.05363003136523,41.37830740152278],[-73.05339503130267,41.378546401576976],[-73.05297503119016,41.37896140167147],[-73.05281903114759,41.37910140170379],[-73.05253803106639,41.37927540174682],[-73.05097503059078,41.37982340190428],[-73.05094703058232,41.379834401907324],[-73.05034203040023,41.38008140197507],[-73.0500520303165,41.380262402019746],[-73.04943803014781,41.380795402143505],[-73.04923203009307,41.38100640219131],[-73.04907103004398,41.38106140220725]]]},"properties":{"name":1301.02,"geoid":"09009130102"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.07480603903113,41.392264403555416],[-73.07488803906024,41.39230840356132],[-73.07571003935043,41.392720403614895],[-73.07612903950337,41.39301840365935],[-73.07620403953925,41.39322040369626],[-73.07644003965191,41.39385140381152],[-73.07646203966918,41.39402840384528],[-73.0765720397545,41.3948954040106],[-73.07653203978005,41.39556840414298],[-73.07625403971598,41.396024404240826],[-73.07620303970081,41.396048404247146],[-73.07582203958765,41.396230404294975],[-73.07563503953217,41.39632040431857],[-73.07500503933568,41.3964574043657],[-73.07269603861556,41.39696040453861],[-73.0720510384225,41.39724240461449],[-73.07191703838242,41.39730140463032],[-73.07188003837135,41.39731740463464],[-73.07168703831373,41.39740440465785],[-73.07090903810266,41.39812540482353],[-73.06995503787468,41.39954840513164],[-73.06884103764237,41.40180240560681],[-73.06854303761102,41.40294340583868],[-73.06882603777862,41.40426740608735],[-73.06910503788413,41.404529406129306],[-73.06926103794372,41.40468640615483],[-73.07000103820828,41.40511440621416],[-73.07131303868054,41.405930406330484],[-73.07187003889024,41.40643740641113],[-73.07191603892154,41.40672340646533],[-73.07204503899769,41.40732240657779],[-73.07248003919368,41.40828040675022],[-73.07267903928027,41.40866540681873],[-73.07280803934418,41.4090504068895],[-73.0729460393935,41.40913040690059],[-73.07310603944805,41.40917640690436],[-73.07342603956629,41.40942840694303],[-73.0735640396438,41.410000407049935],[-73.07369603971877,41.41056140715487],[-73.0734590396423,41.41056840716392],[-73.07046403867623,41.41066340727967],[-73.07041703866126,41.41066840728218],[-73.07027803861702,41.410683407289596],[-73.07023203860246,41.41068940729227],[-73.06990003849533,41.410699407304996],[-73.06890303817363,41.41072940734319],[-73.0685720380669,41.41074040735607],[-73.06853803805592,41.41074140735738],[-73.06847403803539,41.410745407360245],[-73.0685060380467,41.410761407362315],[-73.06853703805761,41.41077640736422],[-73.06888103817596,41.41089440737604],[-73.06991303853106,41.41124940741167],[-73.07025703864946,41.411368407423645],[-73.06999303862608,41.41245540764389],[-73.06958303856905,41.41378140791536],[-73.06943803853758,41.41405340797303],[-73.06934003851956,41.414293408022935],[-73.06873903838772,41.41539540825699],[-73.06803703821979,41.41643940848305],[-73.06788203818282,41.41667140853323],[-73.06690103791229,41.41750440872726],[-73.06606803767197,41.41802640885592],[-73.06526903745586,41.418778409028256],[-73.06469103732994,41.41985340925629],[-73.06390803717206,41.42153140960837],[-73.0635130371133,41.42274240985692],[-73.06310903703174,41.42360641003821],[-73.05851203550814,41.42304441007803],[-73.05535003446012,41.422657410105316],[-73.04980403262205,41.421980410153466],[-73.04943403249857,41.421920410153774],[-73.04832803212956,41.421742410155],[-73.04795903200645,41.421683410155495],[-73.04669703158808,41.42152741016605],[-73.0429130303336,41.42105941019768],[-73.04165202991561,41.42090441020839],[-73.04260303000429,41.41706240942954],[-73.04281203002397,41.416221409259016],[-73.04545803027125,41.40553940709308],[-73.04641003036045,41.40169940631433],[-73.04661203036518,41.400636406100716],[-73.04662303036557,41.40058040608946],[-73.04707303041249,41.3988484057375],[-73.04718003040301,41.39807540558344],[-73.04726403039533,41.397464405461704],[-73.04741403038281,41.396394405248415],[-73.04744003038489,41.396283405225944],[-73.04751703039094,41.39595240515897],[-73.04754403039341,41.39584240513667],[-73.04755703039505,41.395797405127496],[-73.04759503039973,41.39566340510013],[-73.04760903040174,41.39561940509111],[-73.04765003040829,41.395501405066796],[-73.04794703037727,41.39327340462314],[-73.04815903035545,41.39168840430748],[-73.0482040303597,41.39150740427075],[-73.0483010303317,41.390467404065],[-73.04843703028672,41.38890840375684],[-73.0484580302857,41.38877140372945],[-73.04889003016108,41.384138402812724],[-73.0488880301535,41.38401740278921],[-73.04888603014595,41.38389640276569],[-73.04890903013312,41.38354140269578],[-73.04892203012517,41.38332840265383],[-73.0489320301203,41.38318640262585],[-73.049033030064,41.38162740231878],[-73.04907103004398,41.38106140220725],[-73.04923203009307,41.38100640219131],[-73.04943803014781,41.380795402143505],[-73.0500520303165,41.380262402019746],[-73.05034203040023,41.38008140197507],[-73.05094703058232,41.379834401907324],[-73.05097503059078,41.37982340190428],[-73.05253803106639,41.37927540174682],[-73.05281903114759,41.37910140170379],[-73.05297503119016,41.37896140167147],[-73.05339503130267,41.378546401576976],[-73.05363003136523,41.37830740152278],[-73.05383803141659,41.37802540146108],[-73.05393703143983,41.377870401427664],[-73.05423003151834,41.377581401361844],[-73.05449003159684,41.377479401333545],[-73.05483603170076,41.37733440129406],[-73.05524603182883,41.37724840126401],[-73.05549303190877,41.37724540125543],[-73.05603903210636,41.377604401307686],[-73.0561410321397,41.377609401305364],[-73.05626603217905,41.3775884012972],[-73.05668303230607,41.37744440125563],[-73.05687603236568,41.37739240123924],[-73.05699803240341,41.37736040122905],[-73.05710703244037,41.377388401230974],[-73.05726703250134,41.37754740125678],[-73.05748403258154,41.37771940128325],[-73.05798003276841,41.37817440135586],[-73.05837703291276,41.37844740139619],[-73.05857303297879,41.37849040139822],[-73.05859803298716,41.378495401398375],[-73.05877803304719,41.378524401398195],[-73.05857103302036,41.3792294015423],[-73.058461032996,41.37942740158446],[-73.05822403293496,41.379704401646116],[-73.05775803281514,41.38025240176801],[-73.05707703262857,41.38085240190701],[-73.0570120326128,41.38094540192725],[-73.05692103260547,41.38133340200579],[-73.0568900326222,41.38180240209822],[-73.05685503261773,41.38192240212271],[-73.05665403256906,41.382211402185554],[-73.0561840324457,41.382720402299974],[-73.05608003242159,41.38288840233609],[-73.05598203239896,41.38304840237044],[-73.05576403235612,41.38353640247261],[-73.05572103234819,41.38364140249446],[-73.0556060323381,41.38411740259093],[-73.05579603240817,41.38426540261361],[-73.05593003248119,41.38478240271],[-73.0559580324962,41.384886402729364],[-73.05603403253549,41.38514240277678],[-73.05619903260238,41.38537640281703],[-73.05643503269104,41.38558840285068],[-73.05704803291118,41.3859614029035],[-73.05763703311507,41.38618640292823],[-73.05769303313451,41.3862084029307],[-73.05801103324369,41.386314402941046],[-73.05823103331984,41.38639840295027],[-73.0583630333661,41.38645840295768],[-73.05886603351517,41.38621240289344],[-73.05897503354485,41.38611340287063],[-73.05913203359229,41.38605240285364],[-73.05913503359326,41.38605240285355],[-73.05923703362292,41.38599240283855],[-73.05962403375878,41.38617340286126],[-73.05974803379998,41.386190402860564],[-73.0599730338698,41.38613540284254],[-73.06014103392141,41.38608540282736],[-73.06017703393344,41.38609140282736],[-73.06082003419034,41.38693740297135],[-73.06093203423023,41.38699940297978],[-73.06126803434991,41.38718640300533],[-73.06138103439014,41.38724940301394],[-73.06170603450637,41.387438403040214],[-73.06180903454492,41.38752840305441],[-73.0619370345922,41.38762940306995],[-73.06203103462698,41.38770440308151],[-73.06285403491208,41.38802240311677],[-73.06302203497103,41.38810040312652],[-73.06317003502522,41.38820840314277],[-73.06356803517785,41.38862040321012],[-73.06364303520465,41.38866340321608],[-73.06385503528026,41.38878340323256],[-73.06426703542166,41.3889194032457],[-73.06433403542852,41.388659403192875],[-73.06437103543252,41.3885194031644],[-73.06447603545686,41.388349403127876],[-73.06483703555763,41.38806440306065],[-73.06504903561695,41.3878994030216],[-73.06516503564943,41.387809403000325],[-73.065516035748,41.3875424029369],[-73.06563303578085,41.387453402915774],[-73.06576503583088,41.38757940293605],[-73.06616403598196,41.387958402996944],[-73.06620803599863,41.38800040300369],[-73.06631303603639,41.388065403012945],[-73.06643403608153,41.38816840302909],[-73.0665410361215,41.38826040304356],[-73.06658203613685,41.38829640304923],[-73.06662003615016,41.38831340305131],[-73.06718803634912,41.388571403083155],[-73.06728803638778,41.38868040310115],[-73.06732203641535,41.38896940315635],[-73.0673940364447,41.38907440317446],[-73.06762003653671,41.38940140323085],[-73.0676940365595,41.389380403224344],[-73.06788303661783,41.38932840320808],[-73.06791603662779,41.38931540320448],[-73.06798903664992,41.38928840319686],[-73.06807503667586,41.38925440318744],[-73.06818203670828,41.38921440317618],[-73.0683390367564,41.38916540316154],[-73.06842803678373,41.38913840315339],[-73.06875803688702,41.389073403130006],[-73.06880503690182,41.38906540312694],[-73.06916303701374,41.3889924031011],[-73.06942303709378,41.388917403078054],[-73.06971103717832,41.388762403038506],[-73.06976703719482,41.388733403031054],[-73.07002703727434,41.388649403006234],[-73.07010203729837,41.38864440300284],[-73.07026403735041,41.388635402995824],[-73.07033003737159,41.3886314029929],[-73.07040603739601,41.38862740298966],[-73.07053903743868,41.38861940298379],[-73.0709390375679,41.38861040296906],[-73.07107303761123,41.38860840296433],[-73.07129803768295,41.38858640295273],[-73.07154203776145,41.38857540294268],[-73.07209103793825,41.388553402920564],[-73.07282103817465,41.38854740289572],[-73.07289703819924,41.388546402893056],[-73.07295303821684,41.38853640288929],[-73.07323403830529,41.38848940287102],[-73.07342003836555,41.38848840286479],[-73.07343603836931,41.3884634028594],[-73.07348603838135,41.388390402843555],[-73.07350303838547,41.38836640283833],[-73.07352403839046,41.388334402831404],[-73.07359003840644,41.38823940281076],[-73.07361203841181,41.38820840280401],[-73.0736170384144,41.38822540280715],[-73.07363303842256,41.388277402816776],[-73.07363903842554,41.38829540282008],[-73.07365803843524,41.388357402831545],[-73.07371503846448,41.38854540286633],[-73.07373503847458,41.38860840287795],[-73.07384803853,41.38893640293817],[-73.07390803856426,41.38919540298669],[-73.07391003856537,41.38920340298819],[-73.07391003856583,41.38921140298973],[-73.0739230385835,41.389446403035095],[-73.07392403858503,41.38946740303915],[-73.07389903859207,41.3897324030916],[-73.07372103856176,41.39021140319069],[-73.0734580385081,41.39076440330694],[-73.07308303843156,41.39155240347263],[-73.07297603842983,41.3921284035883],[-73.07312403848435,41.39224240360569],[-73.07317503850369,41.3922914036136],[-73.07329203854816,41.392405403632004],[-73.0734300386046,41.39260940366727],[-73.0736150386611,41.392548403649386],[-73.07380003871768,41.392488403631695],[-73.0738980387482,41.39246640362422],[-73.07434203888653,41.39236740359052],[-73.07457403895886,41.39231640357307],[-73.07480603903113,41.392264403555416]]]},"properties":{"name":1301.01,"geoid":"09009130101"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.82485596638543,41.54120344060822],[-72.82478696636062,41.541161440602295],[-72.82464396631015,41.54109144059329],[-72.82447096625025,41.541027440586426],[-72.82429196618895,41.5409724405815],[-72.82394696607291,41.5409044405794],[-72.8234889659224,41.54087544058851],[-72.82284296570836,41.540804440595515],[-72.82259996562738,41.54076944059654],[-72.82187196538476,41.54066444059958],[-72.8216299653041,41.54062944060056],[-72.82156896528365,41.5406184406004],[-72.82138596522228,41.54058544059987],[-72.8213259652022,41.540575440599866],[-72.8211579651467,41.540559440602166],[-72.82079596502706,41.54052544060722],[-72.82065496498238,41.540545440615645],[-72.8204889649298,41.54056944062563],[-72.82028296486546,41.5406154406412],[-72.82003196478735,41.54067644066114],[-72.81985696473292,41.540719440675126],[-72.81958196464409,41.54072944068591],[-72.8192749645387,41.54063144067677],[-72.81870196433779,41.54037444064527],[-72.81827496418813,41.54018344062191],[-72.81805596411387,41.54012944061848],[-72.8180479641112,41.54012844061853],[-72.81776696401279,41.5400044406035],[-72.81741896389427,41.53990944059623],[-72.81720196382041,41.53985144059195],[-72.8165369635981,41.53974344059236],[-72.81633196352833,41.53968844058828],[-72.81600796342003,41.539636440588616],[-72.81580296335146,41.53960244058859],[-72.81579996335049,41.5396024405887],[-72.81518196315064,41.53962044061207],[-72.81497496308374,41.5396274406201],[-72.8151949631423,41.53940044056892],[-72.81520696314553,41.539388440566206],[-72.81593896334466,41.538707440410334],[-72.8161839634114,41.538481440358545],[-72.81715696368003,41.53764544016482],[-72.81818796396537,41.53677243996202],[-72.81821096397188,41.536755439958],[-72.8182119639722,41.536755439957965],[-72.81833096400479,41.53664843993334],[-72.81873496411107,41.53620943983505],[-72.81903296418696,41.53584143975396],[-72.81957596431815,41.535046439582025],[-72.81968096434245,41.53487443954523],[-72.8199959644155,41.53435943943503],[-72.8201019644402,41.53418843939839],[-72.82020396446468,41.534036439365565],[-72.82051196453881,41.53358043926707],[-72.82061496456369,41.533429439234396],[-72.82070496458381,41.53326943920043],[-72.82097496464439,41.532792439099055],[-72.8210659646649,41.53263343906523],[-72.82109896466946,41.53252543904317],[-72.82119996468388,41.53220243897717],[-72.82123396468884,41.532095438955274],[-72.82127096469573,41.5320054389366],[-72.82138196471644,41.53173543888057],[-72.82140296472046,41.531686438870366],[-72.82142196472437,41.53164643886199],[-72.82144396472896,41.53160143885253],[-72.82148296473747,41.531528438837086],[-72.82167396477963,41.53117943876313],[-72.82173796479383,41.531063438738535],[-72.82192796483496,41.53070143866208],[-72.82249896495881,41.52961843843325],[-72.82268996500032,41.52925743835695],[-72.8227789650211,41.52911443832632],[-72.82304896508452,41.52868743823465],[-72.823139965106,41.52854543820413],[-72.82324596512883,41.528341438161064],[-72.82356496519756,41.527728438031666],[-72.82367196522077,41.52752543798879],[-72.82376096523704,41.527303437942784],[-72.82383096525012,41.5271334379075],[-72.82393596526809,41.52685043784912],[-72.82399196527359,41.52662743780399],[-72.82405096527961,41.52639643775719],[-72.82406696528214,41.52634943774755],[-72.8241179652907,41.5262084377185],[-72.82413496529357,41.52616243770902],[-72.82418196530395,41.526076437690804],[-72.82432496533589,41.52582143763664],[-72.82433996533928,41.525795437631096],[-72.82438196534993,41.52574243761945],[-72.8244809653748,41.52561443759138],[-72.82463796541444,41.52541443754747],[-72.82478596545255,41.52523943750869],[-72.82485596547069,41.525158437490695],[-72.82488496547755,41.52511343748101],[-72.82494896549288,41.52501743746032],[-72.82509396552787,41.52480443741424],[-72.82511596553017,41.524719437397],[-72.82514696553393,41.52460843737444],[-72.82516396553581,41.52454443736146],[-72.82517296553695,41.524513437355154],[-72.82519196553373,41.52434843732248],[-72.82519996553263,41.52428343730957],[-72.8252009655319,41.52426443730586],[-72.8252039655296,41.524207437294685],[-72.82520596552922,41.52418943729112],[-72.82521296552403,41.52405843726543],[-72.8252359655093,41.5236684371889],[-72.8252449655048,41.52353843716334],[-72.82524796550287,41.523487437153335],[-72.82525596549681,41.523335437123535],[-72.82525996549526,41.52328543711369],[-72.82525596547545,41.522960437050656],[-72.825243965416,41.52198543686155],[-72.82524096539656,41.521661436798674],[-72.82523896538741,41.521512436769775],[-72.82523296536012,41.521067436683495],[-72.82523196535136,41.52091943665476],[-72.82527096535293,41.520724436615595],[-72.82538996535838,41.520141436498456],[-72.82542996536033,41.51994743645946],[-72.82545196536145,41.519841436438156],[-72.82547296536109,41.51971543641299],[-72.82548996536106,41.51961843639359],[-72.82547696534655,41.51943743635881],[-72.82540696529976,41.51901543627904],[-72.82536896527421,41.51878343623518],[-72.82537196526701,41.51864043620729],[-72.82538096524544,41.51821043612343],[-72.82538496523867,41.518068436095696],[-72.82580996538162,41.518153436098544],[-72.82587396540316,41.518166436099015],[-72.82588396540658,41.518169436099264],[-72.8259349654239,41.518182436100155],[-72.82632796555754,41.518286436107715],[-72.8267079656881,41.5184104361196],[-72.82705696580773,41.518519436129544],[-72.82742496593244,41.51860943613519],[-72.82748396593966,41.51839943609249],[-72.82766096596121,41.51776843596415],[-72.8277199659685,41.51755943592161],[-72.82805596608031,41.51760543591974],[-72.82906396641582,41.517744435914324],[-72.82940096652801,41.51779143591262],[-72.82946296653476,41.51755643586493],[-72.82965096655569,41.51685143572186],[-72.82969096656014,41.51670143569141],[-72.8297399665719,41.51662843567564],[-72.82990796662433,41.51659043566284],[-72.82992496662975,41.516588435661916],[-72.83049196681087,41.51653343563298],[-72.83068096687134,41.51651643562358],[-72.83071996689233,41.51666243565071],[-72.83083896695595,41.51710043573202],[-72.83087896697727,41.517246435759105],[-72.83153596718827,41.517202435729416],[-72.83237696745837,41.517146435691465],[-72.83350396781834,41.5170364356338],[-72.83415996802795,41.516973435600434],[-72.83418996804807,41.51715543563484],[-72.83427996810842,41.51770143573808],[-72.83431096812888,41.51788343577246],[-72.83437296816989,41.518249435841604],[-72.83450896825903,41.51903843599058],[-72.83454496828847,41.51934943604986],[-72.83458796832352,41.51971943612039],[-72.83460796834164,41.5199234361594],[-72.83466796839602,41.52053543627641],[-72.83468896841454,41.52074043631557],[-72.8347449684483,41.52101343636682],[-72.83500196855199,41.521367436427354],[-72.83522196863193,41.52151543644903],[-72.83551896873986,41.52171543647834],[-72.83579496883462,41.521804436486754],[-72.83625196898639,41.521861436483114],[-72.83774496946718,41.52178443642008],[-72.8380829695793,41.52182443641697],[-72.83816596960686,41.52183443641624],[-72.8382939696504,41.52186843641872],[-72.83850896972606,41.52197043643162],[-72.83869496979386,41.522099436450716],[-72.83890596987474,41.522315436485904],[-72.83885196985835,41.52233543649152],[-72.83869096980956,41.522397436508754],[-72.83863796979352,41.52241843651455],[-72.83858096977409,41.52240243651327],[-72.83847396973773,41.52237443651127],[-72.8384569697358,41.522437436524065],[-72.8384429697345,41.52249443653559],[-72.83836996971237,41.52252243654338],[-72.83829696969025,41.52255043655117],[-72.83706296931642,41.523027436683606],[-72.83659196917561,41.52324243674056],[-72.83633996910335,41.523411436781515],[-72.83605496902219,41.52361243682975],[-72.83588496897947,41.52383243687798],[-72.83571096893456,41.52403643692323],[-72.83560496890725,41.52416143695093],[-72.83428896855573,41.52549743725294],[-72.833213968275,41.52670143752152],[-72.83273196815557,41.52735443766393],[-72.83231896806845,41.52818043783774],[-72.83186496797472,41.529124438035794],[-72.83128896786044,41.53040343830285],[-72.8309689677959,41.5310954384476],[-72.83050096768108,41.531749438589756],[-72.83037596764798,41.53188143861942],[-72.82944196740098,41.532873438842245],[-72.8281959670727,41.53421843914368],[-72.82758096690804,41.53483643928356],[-72.8268099666988,41.53556143944923],[-72.82659996664445,41.5358054395034],[-72.826735966708,41.536144439564886],[-72.82702596682071,41.53646843961849],[-72.82744196698246,41.536933439695446],[-72.82851696739813,41.538095439886575],[-72.82867396745588,41.53821343990445],[-72.82908196760609,41.53852143995115],[-72.82923796767075,41.53876643999373],[-72.8293349676975,41.53868243997428],[-72.82935496770327,41.53866943997111],[-72.82946096773384,41.538601439954476],[-72.82957996776709,41.53850643993219],[-72.82973796781364,41.53842243991079],[-72.82987296785355,41.53835243989284],[-72.83027696797008,41.53809343982952],[-72.83035296799204,41.53804543981774],[-72.83121896824392,41.53752643968903],[-72.83151696833143,41.53736243964758],[-72.8317449683984,41.53723743961594],[-72.8319409684564,41.537137439590204],[-72.83239696858978,41.53687743952502],[-72.83376796899088,41.536097439329325],[-72.83422596912499,41.53583843926425],[-72.83430196914688,41.53578943925229],[-72.83442496918236,41.535710439232986],[-72.83453896921655,41.535660439219605],[-72.83462296924185,41.535625439210094],[-72.83481296929952,41.53555343919],[-72.83489096932355,41.535530439183006],[-72.83522996942826,41.53543443915344],[-72.8356119695487,41.5353694391285],[-72.83572696958545,41.535358439122675],[-72.83591096964435,41.53534243911363],[-72.83601196967729,41.53534443911077],[-72.83559796959857,41.536323439314295],[-72.83522396952769,41.53721143949886],[-72.83486596945406,41.53796043965588],[-72.8346599694171,41.53848643976472],[-72.83452896939369,41.538822439834206],[-72.83451896939175,41.538845439838994],[-72.83434696935925,41.53925543992418],[-72.83411396931535,41.539813440040085],[-72.83393096927834,41.54020744012252],[-72.83391396927387,41.54022544012657],[-72.83365096920468,41.54051144019059],[-72.83363096919928,41.54053044019492],[-72.83311296906132,41.54106344031515],[-72.83274296896074,41.54140844039409],[-72.8324399688785,41.54169344045921],[-72.83233796885288,41.54182544048812],[-72.83203196877626,41.54222544057568],[-72.83193096875101,41.542358440604765],[-72.83076396836096,41.54217044060583],[-72.82961196797424,41.541955440601164],[-72.82914096781829,41.54190544060662],[-72.82865996766041,41.54187844061687],[-72.82828596753622,41.54183244061997],[-72.82823896752078,41.541829440620916],[-72.827833967388,41.54180944063006],[-72.82749096727564,41.541794440638185],[-72.82720296717908,41.541742440637364],[-72.8271379671565,41.541717440634606],[-72.82651896694195,41.54148344060907],[-72.82609296679432,41.541322440591514],[-72.82555096661318,41.54123544059206],[-72.82485796638163,41.54112544059302],[-72.82493796640848,41.541140440593345],[-72.82485596638543,41.54120344060822]]]},"properties":{"name":1706,"geoid":"09009170600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.81497496308374,41.5396274406201],[-72.81473496300738,41.53965644063346],[-72.81436396288942,41.53970244065432],[-72.81401196277493,41.53970144066545],[-72.8139869627668,41.53970144066626],[-72.81377096269699,41.53970844067458],[-72.81356096262667,41.539672440674316],[-72.81319696250482,41.539610440674004],[-72.812932962416,41.539557440672205],[-72.81272496234605,41.539516440670944],[-72.81253696228242,41.53947244066842],[-72.81197296209157,41.53934044066093],[-72.81178496202801,41.539297440658615],[-72.81146996192254,41.53924344065827],[-72.81025196151208,41.53898844064791],[-72.8107199616066,41.537977440436435],[-72.81115096169535,41.53707644024751],[-72.81138896174363,41.53656644014078],[-72.81032096130399,41.534943439859795],[-72.81052396136624,41.53487743984043],[-72.81113496155355,41.534679439782295],[-72.81133896161614,41.53461443976312],[-72.81153496167582,41.534543439743004],[-72.81212196185464,41.534333439683316],[-72.8123189619147,41.534263439663384],[-72.81247596196265,41.53420943964783],[-72.81282196206851,41.534093439614175],[-72.81295096210816,41.53405343960225],[-72.81311096215742,41.53400543958779],[-72.81339596224511,41.5339184395617],[-72.81423196249982,41.533619439476716],[-72.81428296251478,41.53359143946963],[-72.81447196253617,41.532888439326946],[-72.8144929625398,41.5328324393154],[-72.81480296259402,41.53201543914667],[-72.81487196260532,41.53182043910657],[-72.81507796263907,41.53123743898665],[-72.81514796265076,41.53104343894669],[-72.81490496256882,41.5309914389444],[-72.81417896232401,41.530836438937634],[-72.81393696224247,41.53078543893551],[-72.81278196185332,41.53054443892585],[-72.81137596139015,41.53043643895009],[-72.81191696150869,41.529430438737194],[-72.81233596160494,41.52872943858748],[-72.81237996161491,41.5286534385713],[-72.81251296164527,41.52842743852311],[-72.81255796165563,41.528352438507085],[-72.8126719616814,41.52815443846495],[-72.81301296175857,41.52756343833913],[-72.81312796178473,41.527366438297136],[-72.8131699617933,41.527277438278475],[-72.81329596181911,41.52701143822274],[-72.81333896182808,41.52692343820426],[-72.81360896189192,41.52650343811395],[-72.81379396193584,41.52621943805282],[-72.81405596199282,41.52572443794817],[-72.81426096204297,41.52543543788543],[-72.81442796208712,41.52525743784545],[-72.81477096217792,41.52489443776387],[-72.81491996223309,41.52501243778201],[-72.81536996239956,41.52536743783652],[-72.81551996245508,41.52548643785484],[-72.81571096252422,41.52561043787279],[-72.81628396273165,41.52598243792665],[-72.81647596280116,41.52610743794477],[-72.81668796287721,41.526232437962236],[-72.81732696310637,41.52660943801495],[-72.81754096318309,41.52673543803256],[-72.81774796325561,41.526827438043775],[-72.81803496335613,41.52695443805921],[-72.81836996347377,41.52710843807837],[-72.81857696354648,41.52720343809017],[-72.81870296358994,41.52724743809467],[-72.81908396372147,41.52738243810864],[-72.81921096376531,41.52742743811329],[-72.81937996382354,41.52748543811913],[-72.81988796399861,41.5276604381368],[-72.82005796405723,41.52771943814279],[-72.82008296406582,41.527727438143536],[-72.82015796409166,41.52775343814617],[-72.82018296410031,41.52776243814713],[-72.82049996420824,41.527848438153626],[-72.82145096453203,41.52810643817317],[-72.82176796463996,41.52819243817967],[-72.82190796468734,41.52822543818158],[-72.82232796482955,41.52832543818751],[-72.82246896487732,41.52835943818957],[-72.82260296492298,41.528396438192445],[-72.82300496505995,41.52850743820108],[-72.823139965106,41.52854543820413],[-72.82304896508452,41.52868743823465],[-72.8227789650211,41.52911443832632],[-72.82268996500032,41.52925743835695],[-72.82249896495881,41.52961843843325],[-72.82192796483496,41.53070143866208],[-72.82173796479383,41.531063438738535],[-72.82167396477963,41.53117943876313],[-72.82148296473747,41.531528438837086],[-72.82144396472896,41.53160143885253],[-72.82142196472437,41.53164643886199],[-72.82140296472046,41.531686438870366],[-72.82138196471644,41.53173543888057],[-72.82127096469573,41.5320054389366],[-72.82123396468884,41.532095438955274],[-72.82119996468388,41.53220243897717],[-72.82109896466946,41.53252543904317],[-72.8210659646649,41.53263343906523],[-72.82097496464439,41.532792439099055],[-72.82070496458381,41.53326943920043],[-72.82061496456369,41.533429439234396],[-72.82051196453881,41.53358043926707],[-72.82020396446468,41.534036439365565],[-72.8201019644402,41.53418843939839],[-72.8199959644155,41.53435943943503],[-72.81968096434245,41.53487443954523],[-72.81957596431815,41.535046439582025],[-72.81903296418696,41.53584143975396],[-72.81873496411107,41.53620943983505],[-72.81833096400479,41.53664843993334],[-72.8182119639722,41.536755439957965],[-72.81821096397188,41.536755439958],[-72.81818796396537,41.53677243996202],[-72.81715696368003,41.53764544016482],[-72.8161839634114,41.538481440358545],[-72.81593896334466,41.538707440410334],[-72.81520696314553,41.539388440566206],[-72.8151949631423,41.53940044056892],[-72.81497496308374,41.5396274406201]]]},"properties":{"name":1707,"geoid":"09009170700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.81518196138089,41.50854843457318],[-72.81653996183955,41.50885343458882],[-72.81653696184092,41.508894434596876],[-72.81653596184981,41.50905643462843],[-72.81651396186645,41.50947443471038],[-72.81659896195502,41.51054543491589],[-72.81655596197895,41.51121143504675],[-72.81704796214261,41.51127743504375],[-72.81758896232407,41.511376435045605],[-72.81801996246865,41.51145643504731],[-72.81983096307178,41.51171243503881],[-72.82035896324848,41.51180243503932],[-72.82061196333525,41.51188243504674],[-72.8206809633591,41.51190743504939],[-72.82083896341379,41.511966435055776],[-72.82122996355197,41.512161435081104],[-72.8215969636853,41.512408435117315],[-72.82208696386219,41.51271843516182],[-72.82213096387808,41.51274643516585],[-72.82258696404399,41.513057435211635],[-72.82346696436002,41.51358543528597],[-72.82355896439329,41.513644435294495],[-72.82404796457007,41.513958435339795],[-72.82419096462064,41.51403043534918],[-72.82419396462173,41.51403243534949],[-72.82438396469156,41.514174435370954],[-72.82454896475515,41.51434943539968],[-72.82465896479762,41.51446743541908],[-72.82478096484716,41.51464143544897],[-72.82478496484893,41.5146494354504],[-72.82495696492352,41.514977435508634],[-72.82501796495997,41.515269435563425],[-72.82506396498734,41.51548743560433],[-72.82517096505114,41.515997435700015],[-72.82523696509041,41.51631043575875],[-72.82537796518957,41.517246435936144],[-72.8253799652073,41.51754643599438],[-72.82538496523867,41.518068436095696],[-72.82538096524544,41.51821043612343],[-72.82537196526701,41.51864043620729],[-72.82536896527421,41.51878343623518],[-72.82540696529976,41.51901543627904],[-72.82547696534655,41.51943743635881],[-72.82548996536106,41.51961843639359],[-72.82547296536109,41.51971543641299],[-72.82545196536145,41.519841436438156],[-72.82542996536033,41.51994743645946],[-72.82538996535838,41.520141436498456],[-72.82527096535293,41.520724436615595],[-72.82523196535136,41.52091943665476],[-72.82523296536012,41.521067436683495],[-72.82523896538741,41.521512436769775],[-72.82524096539656,41.521661436798674],[-72.825243965416,41.52198543686155],[-72.82525596547545,41.522960437050656],[-72.82525996549526,41.52328543711369],[-72.82525596549681,41.523335437123535],[-72.82524796550287,41.523487437153335],[-72.8252449655048,41.52353843716334],[-72.8252359655093,41.5236684371889],[-72.82521296552403,41.52405843726543],[-72.82520596552922,41.52418943729112],[-72.8252039655296,41.524207437294685],[-72.8252009655319,41.52426443730586],[-72.82519996553263,41.52428343730957],[-72.82519196553373,41.52434843732248],[-72.82517296553695,41.524513437355154],[-72.82516396553581,41.52454443736146],[-72.82514696553393,41.52460843737444],[-72.82511596553017,41.524719437397],[-72.82509396552787,41.52480443741424],[-72.82494896549288,41.52501743746032],[-72.82488496547755,41.52511343748101],[-72.82485596547069,41.525158437490695],[-72.82478596545255,41.52523943750869],[-72.82463796541444,41.52541443754747],[-72.8244809653748,41.52561443759138],[-72.82438196534993,41.52574243761945],[-72.82433996533928,41.525795437631096],[-72.82432496533589,41.52582143763664],[-72.82418196530395,41.526076437690804],[-72.82413496529357,41.52616243770902],[-72.8241179652907,41.5262084377185],[-72.82406696528214,41.52634943774755],[-72.82405096527961,41.52639643775719],[-72.82399196527359,41.52662743780399],[-72.82393596526809,41.52685043784912],[-72.82383096525012,41.5271334379075],[-72.82376096523704,41.527303437942784],[-72.82367196522077,41.52752543798879],[-72.82356496519756,41.527728438031666],[-72.82324596512883,41.528341438161064],[-72.823139965106,41.52854543820413],[-72.82300496505995,41.52850743820108],[-72.82260296492298,41.528396438192445],[-72.82246896487732,41.52835943818957],[-72.82232796482955,41.52832543818751],[-72.82190796468734,41.52822543818158],[-72.82176796463996,41.52819243817967],[-72.82145096453203,41.52810643817317],[-72.82049996420824,41.527848438153626],[-72.82018296410031,41.52776243814713],[-72.82015796409166,41.52775343814617],[-72.82008296406582,41.527727438143536],[-72.82005796405723,41.52771943814279],[-72.81988796399861,41.5276604381368],[-72.81937996382354,41.52748543811913],[-72.81921096376531,41.52742743811329],[-72.81908396372147,41.52738243810864],[-72.81870296358994,41.52724743809467],[-72.81857696354648,41.52720343809017],[-72.81836996347377,41.52710843807837],[-72.81803496335613,41.52695443805921],[-72.81774796325561,41.526827438043775],[-72.81754096318309,41.52673543803256],[-72.81732696310637,41.52660943801495],[-72.81668796287721,41.526232437962236],[-72.81647596280116,41.52610743794477],[-72.81628396273165,41.52598243792665],[-72.81571096252422,41.52561043787279],[-72.81551996245508,41.52548643785484],[-72.81536996239956,41.52536743783652],[-72.81491996223309,41.52501243778201],[-72.81477096217792,41.52489443776387],[-72.81442796208712,41.52525743784545],[-72.81426096204297,41.52543543788543],[-72.81405596199282,41.52572443794817],[-72.81379396193584,41.52621943805282],[-72.81360896189192,41.52650343811395],[-72.81333896182808,41.52692343820426],[-72.81329596181911,41.52701143822274],[-72.8131699617933,41.527277438278475],[-72.81312796178473,41.527366438297136],[-72.81301296175857,41.52756343833913],[-72.8126719616814,41.52815443846495],[-72.81255796165563,41.528352438507085],[-72.81230796157283,41.52832543850988],[-72.81156096132543,41.52824443851817],[-72.81131196124296,41.528217438520926],[-72.81108696116836,41.52819143852311],[-72.81041296094483,41.52811343852963],[-72.81018896087059,41.52808843853198],[-72.80999596080628,41.528060438532734],[-72.80941696061336,41.52797743853522],[-72.8092249605494,41.527950438536166],[-72.80915496052886,41.527989438545994],[-72.80906296050203,41.52804343855945],[-72.80894296046618,41.52809843857399],[-72.80887096044471,41.52813243858292],[-72.8087389603907,41.527937438549266],[-72.80862796034188,41.527713438509295],[-72.80852296029566,41.52750143847148],[-72.80849196028058,41.52741343845537],[-72.80842496024793,41.52722243842042],[-72.80841796023141,41.526972438372056],[-72.80852096024655,41.526650438306156],[-72.80921096038529,41.525148437992065],[-72.80925696039472,41.525051437971726],[-72.80958896046708,41.52442743783978],[-72.80914196034384,41.52481443792936],[-72.80853796017976,41.52538043805879],[-72.80850896017171,41.52540443806439],[-72.80756695991153,41.526212438251726],[-72.80744495987967,41.52634943828226],[-72.80709595980991,41.52711643844255],[-72.8067569597621,41.528211438666254],[-72.8064969597298,41.529128438852815],[-72.8063649597136,41.529597438948215],[-72.80628595970234,41.52985043899991],[-72.80586195959653,41.53041243912276],[-72.80584495959151,41.53042143912506],[-72.80579795957793,41.530451439132406],[-72.80578195957331,41.53046143913487],[-72.80565595956415,41.53101943924735],[-72.80565195956346,41.531030439249605],[-72.80550695954565,41.531545439354346],[-72.80520395949432,41.53237343952498],[-72.80506495946652,41.53267843958873],[-72.80482495941887,41.53321143970001],[-72.80465795936327,41.533188439700915],[-72.80415795919681,41.533119439703576],[-72.80399195914154,41.53309643970445],[-72.80393995913109,41.53320943972809],[-72.8037879591011,41.533550439799235],[-72.80373795909134,41.533664439822985],[-72.80359495904257,41.53362443981982],[-72.80316595889634,41.53350543981048],[-72.80302395884797,41.533466439807476],[-72.80209695853206,41.53321043978754],[-72.80138995829559,41.53309343978754],[-72.80040995796502,41.53288243977805],[-72.80032195793277,41.532818439768434],[-72.80005795783619,41.5326294397402],[-72.79997095780433,41.53256643973075],[-72.79982295775086,41.532472439717246],[-72.79954595765086,41.532297439692144],[-72.79937695759052,41.53220243967912],[-72.79922495753632,41.53211843966768],[-72.79903295746976,41.532045439659655],[-72.79900995746195,41.532039439659236],[-72.79873895736971,41.53196643965377],[-72.79834595723648,41.53187043964775],[-72.79812495716158,41.53181643964436],[-72.79821995717886,41.53157743959486],[-72.7985039572304,41.53086143944659],[-72.79859995724804,41.530623439397246],[-72.79868395726704,41.53047743936617],[-72.79893895732494,41.53003843927267],[-72.7990239573443,41.529893439241754],[-72.79923195739028,41.52951343916123],[-72.79985595752832,41.528375438920015],[-72.80006495757469,41.52799643883964],[-72.80028395762099,41.527559438747666],[-72.80093995775965,41.52624943847198],[-72.80115995780633,41.52581343838017],[-72.80057795760094,41.525528438343486],[-72.80013895746985,41.52573243839724],[-72.79971195734137,41.52591343844615],[-72.79930295721583,41.526043438484564],[-72.80055095748305,41.523611437971766],[-72.80162695771749,41.52158543754338],[-72.8021129578233,41.52066943734971],[-72.80331095808837,41.51848543688667],[-72.8038949582101,41.51728843663522],[-72.8054579585515,41.51436143601596],[-72.80550895856295,41.514271435996825],[-72.80551495856531,41.51427843599799],[-72.80706195905054,41.51397043588838],[-72.80734495913907,41.51390943586743],[-72.80798095934081,41.51382243583006],[-72.8088049596013,41.513694435778696],[-72.8091359597089,41.513694435768066],[-72.80963895987246,41.513696435752266],[-72.8101279600299,41.51367043573149],[-72.81045896013659,41.51365443571775],[-72.8107599602329,41.51362843570302],[-72.811662960522,41.513551435659],[-72.81196496061874,41.51352643564442],[-72.81236996074726,41.513472435620905],[-72.81295396093273,41.51339643558735],[-72.81359296114076,41.513402435567976],[-72.81394996125698,41.51340643555728],[-72.81400296127406,41.513403435554984],[-72.81421996128901,41.51242743535827],[-72.81459896131582,41.51073443501694],[-72.81492396135197,41.50951343476909],[-72.81518196138089,41.50854843457318]]]},"properties":{"name":1708,"geoid":"09009170800"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.81255796165563,41.528352438507085],[-72.81251296164527,41.52842743852311],[-72.81237996161491,41.5286534385713],[-72.81233596160494,41.52872943858748],[-72.81191696150869,41.529430438737194],[-72.81137596139015,41.53043643895009],[-72.81278196185332,41.53054443892585],[-72.81393696224247,41.53078543893551],[-72.81417896232401,41.530836438937634],[-72.81490496256882,41.5309914389444],[-72.81514796265076,41.53104343894669],[-72.81507796263907,41.53123743898665],[-72.81487196260532,41.53182043910657],[-72.81480296259402,41.53201543914667],[-72.8144929625398,41.5328324393154],[-72.81447196253617,41.532888439326946],[-72.81428296251478,41.53359143946963],[-72.81423196249982,41.533619439476716],[-72.81339596224511,41.5339184395617],[-72.81311096215742,41.53400543958779],[-72.81295096210816,41.53405343960225],[-72.81282196206851,41.534093439614175],[-72.81247596196265,41.53420943964783],[-72.8123189619147,41.534263439663384],[-72.81212196185464,41.534333439683316],[-72.81153496167582,41.534543439743004],[-72.81133896161614,41.53461443976312],[-72.81113496155355,41.534679439782295],[-72.81052396136624,41.53487743984043],[-72.81032096130399,41.534943439859795],[-72.81138896174363,41.53656644014078],[-72.81115096169535,41.53707644024751],[-72.8107199616066,41.537977440436435],[-72.81025196151208,41.53898844064791],[-72.81025096151191,41.53899144064852],[-72.81004696144356,41.538955440648095],[-72.8090109610938,41.538727440637125],[-72.80847696091168,41.53857744062517],[-72.80807796077413,41.538439440611185],[-72.80793196072244,41.5383654406015],[-72.80744596055376,41.53817744058061],[-72.8077999605376,41.53587444012177],[-72.8074419604284,41.53600044015778],[-72.80636896010132,41.53638144026631],[-72.80601195999252,41.536508440302455],[-72.80605395999356,41.536287440258164],[-72.80618095999709,41.535624440125275],[-72.80622395999853,41.535404440081145],[-72.80608395995202,41.535386440082156],[-72.80604695995234,41.53560344012552],[-72.80600095994718,41.535775440160386],[-72.80599295994784,41.53583244017173],[-72.80571795987125,41.53605744022428],[-72.8044059594802,41.536679440387346],[-72.80377295928766,41.53691144045277],[-72.80331495914511,41.53702244048907],[-72.80253295891438,41.53743444059427],[-72.80292795901049,41.53686744047141],[-72.80320695907452,41.5363994403715],[-72.80335995910903,41.53613244031471],[-72.80350795914228,41.53587144025922],[-72.80395295924245,41.53509044009316],[-72.80410195927607,41.53483044003786],[-72.80424595930441,41.534506439970265],[-72.80467995939013,41.53353443976743],[-72.80482495941887,41.53321143970001],[-72.80506495946652,41.53267843958873],[-72.80520395949432,41.53237343952498],[-72.80550695954565,41.531545439354346],[-72.80565195956346,41.531030439249605],[-72.80565595956415,41.53101943924735],[-72.80578195957331,41.53046143913487],[-72.80579795957793,41.530451439132406],[-72.80584495959151,41.53042143912506],[-72.80586195959653,41.53041243912276],[-72.80628595970234,41.52985043899991],[-72.8063649597136,41.529597438948215],[-72.8064969597298,41.529128438852815],[-72.8067569597621,41.528211438666254],[-72.80709595980991,41.52711643844255],[-72.80744495987967,41.52634943828226],[-72.80756695991153,41.526212438251726],[-72.80850896017171,41.52540443806439],[-72.80853796017976,41.52538043805879],[-72.80914196034384,41.52481443792936],[-72.80958896046708,41.52442743783978],[-72.80925696039472,41.525051437971726],[-72.80921096038529,41.525148437992065],[-72.80852096024655,41.526650438306156],[-72.80841796023141,41.526972438372056],[-72.80842496024793,41.52722243842042],[-72.80849196028058,41.52741343845537],[-72.80852296029566,41.52750143847148],[-72.80862796034188,41.527713438509295],[-72.8087389603907,41.527937438549266],[-72.80887096044471,41.52813243858292],[-72.80894296046618,41.52809843857399],[-72.80906296050203,41.52804343855945],[-72.80915496052886,41.527989438545994],[-72.8092249605494,41.527950438536166],[-72.80941696061336,41.52797743853522],[-72.80999596080628,41.528060438532734],[-72.81018896087059,41.52808843853198],[-72.81041296094483,41.52811343852963],[-72.81108696116836,41.52819143852311],[-72.81131196124296,41.528217438520926],[-72.81156096132543,41.52824443851817],[-72.81230796157283,41.52832543850988],[-72.81255796165563,41.528352438507085]]]},"properties":{"name":1709,"geoid":"09009170900"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.79004595461319,41.53318344016967],[-72.79134195488656,41.530584439622956],[-72.79194195500175,41.52918143933101],[-72.79202495501383,41.52891943927743],[-72.79200495501642,41.529079439309164],[-72.79243695516084,41.52914943930889],[-72.79373495559484,41.52936143930837],[-72.79416795573962,41.52943243930825],[-72.79438995581383,41.52946843930812],[-72.79505795603717,41.52957743930782],[-72.79528095611175,41.52961443930785],[-72.7952169561086,41.52992443937017],[-72.7951879561075,41.530070439399466],[-72.79507095608682,41.5303754394625],[-72.79493295605819,41.53066043952233],[-72.79483995603535,41.53079043955055],[-72.79478795602272,41.53086543956681],[-72.79467895599855,41.5310634396088],[-72.79550395628158,41.531324439632996],[-72.7966619566698,41.531531439636005],[-72.79812495716158,41.53181643964436],[-72.79834595723648,41.53187043964775],[-72.79873895736971,41.53196643965377],[-72.79900995746195,41.532039439659236],[-72.79903295746976,41.532045439659655],[-72.79922495753632,41.53211843966768],[-72.79937695759052,41.53220243967912],[-72.79954595765086,41.532297439692144],[-72.79982295775086,41.532472439717246],[-72.79997095780433,41.53256643973075],[-72.80005795783619,41.5326294397402],[-72.80032195793277,41.532818439768434],[-72.80040995796502,41.53288243977805],[-72.80138995829559,41.53309343978754],[-72.80209695853206,41.53321043978754],[-72.80302395884797,41.533466439807476],[-72.80316595889634,41.53350543981048],[-72.80359495904257,41.53362443981982],[-72.80373795909134,41.533664439822985],[-72.8037879591011,41.533550439799235],[-72.80393995913109,41.53320943972809],[-72.80399195914154,41.53309643970445],[-72.80415795919681,41.533119439703576],[-72.80465795936327,41.533188439700915],[-72.80482495941887,41.53321143970001],[-72.80467995939013,41.53353443976743],[-72.80424595930441,41.534506439970265],[-72.80410195927607,41.53483044003786],[-72.80395295924245,41.53509044009316],[-72.80350795914228,41.53587144025922],[-72.80335995910903,41.53613244031471],[-72.80320695907452,41.5363994403715],[-72.80292795901049,41.53686744047141],[-72.80253295891438,41.53743444059427],[-72.80237495886774,41.537517440615474],[-72.80236995886618,41.53751844061582],[-72.80229395883835,41.53746344060758],[-72.80205295874617,41.53722044056812],[-72.80135095851938,41.537245440595555],[-72.80080595835653,41.53749644066184],[-72.80010595811201,41.53719844062645],[-72.80006495809788,41.53718444062505],[-72.79994395805633,41.537145440621366],[-72.79990395804258,41.53713244062013],[-72.79916495778868,41.536892440597256],[-72.79813695743765,41.53659644057278],[-72.7979539573681,41.536419440544286],[-72.79772295727722,41.53614244049789],[-72.79756595721399,41.53592844046136],[-72.79711295704637,41.53557044040635],[-72.79634495677269,41.53514844034905],[-72.79604295666586,41.534996440329216],[-72.79513695634556,41.53454344027032],[-72.79483495623883,41.53439344025088],[-72.79418795601006,41.53406944020873],[-72.79371295584639,41.533906440192304],[-72.79322395567684,41.5337204401719],[-72.79275595552028,41.533642440171775],[-72.7924349554145,41.533617440177245],[-72.79225595535677,41.53362544018454],[-72.7920049552845,41.533789440224474],[-72.79118495500265,41.533520440198544],[-72.79013195464321,41.5332194401739],[-72.79004595461319,41.53318344016967]]]},"properties":{"name":1710,"geoid":"09009171000"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.93212798823787,41.31283339267278],[-72.9322489882808,41.31289839268157],[-72.93225698828414,41.312911392683844],[-72.93234798833187,41.31323339274381],[-72.93244798839825,41.313833392857795],[-72.93022898774237,41.31495939314909],[-72.92998898766996,41.315055393175555],[-72.92958398754251,41.315124393202055],[-72.92887898731976,41.31522839324506],[-72.92889898733095,41.315311393260636],[-72.92895998736483,41.31556039330729],[-72.92898098737639,41.31564439332302],[-72.92853598722722,41.315558393320536],[-72.92722498678772,41.31530539331332],[-72.9272029867804,41.315302393313445],[-72.92675398663157,41.31524539331676],[-72.92684198667064,41.31543139335024],[-72.92687398668481,41.3154983933623],[-72.92714998680081,41.315966393444825],[-72.92725498684493,41.3161443934762],[-72.92724398684136,41.316144393476556],[-72.9272109868309,41.3161483934784],[-72.9272009868277,41.316149393478916],[-72.92712398680305,41.31615539348257],[-72.92689398672965,41.31617639349407],[-72.92681798670547,41.31618439349807],[-72.92676198668754,41.31618839350066],[-72.92659398663395,41.31620439350919],[-72.92653898661645,41.316210393512115],[-72.92570798634898,41.316246393545896],[-72.92586698651205,41.3182163939255],[-72.92588498652916,41.31841539396379],[-72.92593898658052,41.31901339407883],[-72.92595698659767,41.319213394117305],[-72.92595598660705,41.319384394150724],[-72.9259559866362,41.3198993942513],[-72.92595598664593,41.32007139428488],[-72.92589298669823,41.32135639453784],[-72.9254049865309,41.32119639452231],[-72.92537298652013,41.321189394521944],[-72.9242679861485,41.32095539451181],[-72.92376398598141,41.32089139451552],[-72.9237019859609,41.32088439451616],[-72.92330398581636,41.320611394475655],[-72.9232959857939,41.32026039440737],[-72.92043398484331,41.3198653944223],[-72.91890698433565,41.31964639442864],[-72.91932398442009,41.31874839423986],[-72.91940898443707,41.318561394200614],[-72.91966698448923,41.31800439408354],[-72.91975398450693,41.31781839404442],[-72.92085898473144,41.3154523935468],[-72.92137298483634,41.314360393317],[-72.92143898485452,41.31430339330374],[-72.92145498486033,41.31431439330538],[-72.92161898488975,41.313894393218064],[-72.92220498504167,41.31322039306758],[-72.92308998525701,41.311953392791644],[-72.92310598526083,41.31192939278644],[-72.92315498527272,41.31185839277099],[-72.92317198527694,41.31183539276596],[-72.9237779854243,41.31096639257673],[-72.9226169850205,41.31048439251994],[-72.92251098498296,41.3104283925124],[-72.9232279851597,41.309442392296745],[-72.92414298538671,41.30820939202646],[-72.92439198547362,41.308318392039745],[-72.92513898573442,41.308646392079794],[-72.92538898582171,41.30875639209325],[-72.92571998593682,41.30889339210936],[-72.9267159862832,41.309306392158],[-72.92704798639866,41.30944439217427],[-72.92738798651678,41.309583392190476],[-72.92840798687132,41.31000339223972],[-72.92874898698985,41.31014339225608],[-72.92999898742514,41.3106723923192],[-72.93044798759459,41.31109339238697],[-72.93083398774102,41.311469392448004],[-72.9310909878382,41.31171339248738],[-72.93140198795858,41.31205839254478],[-72.93212798823787,41.31283339267278]]]},"properties":{"name":3614.02,"geoid":"09009361402"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.1557310723644,41.51528742484345],[-73.15567607234443,41.51525042483806],[-73.15551607228218,41.51507242480873],[-73.15541407223543,41.51483642476625],[-73.15543607223066,41.51463042472554],[-73.15533307218776,41.51446642469708],[-73.15528907216324,41.514289424664156],[-73.15549407219974,41.51377042455669],[-73.15556807221786,41.51366842453448],[-73.15558307220944,41.51343842448934],[-73.15556007219989,41.5134024244831],[-73.15550207217477,41.51329342446383],[-73.15542207214115,41.51316142444082],[-73.15543607213269,41.51293642439666],[-73.15548007214079,41.512829424374466],[-73.15559807216982,41.51266942433956],[-73.15569207218789,41.512454424294745],[-73.15566307216986,41.51230542426676],[-73.1554510720876,41.51207242422846],[-73.15538607205083,41.51180142417795],[-73.15547407206407,41.51153642412364],[-73.15556207208515,41.511407424095715],[-73.15570707212973,41.51136442408264],[-73.15578007215561,41.511402424087635],[-73.15585707218709,41.511514424106856],[-73.15591207220952,41.5115934241204],[-73.15600007224101,41.51164442412741],[-73.156109072276,41.5116374241225],[-73.15622607230827,41.51153942409966],[-73.15639407235726,41.51144342407554],[-73.1566210724288,41.51140642406092],[-73.15688307251486,41.511424424055846],[-73.15694907253528,41.511407424050404],[-73.15698607254186,41.511313424030945],[-73.1569860725356,41.51120542400997],[-73.15697107252527,41.51111042399203],[-73.15706607254812,41.51097242396214],[-73.15706607253821,41.51080142392894],[-73.15730707260826,41.5106604238937],[-73.15754107266987,41.510412423837884],[-73.15781207273515,41.51002042375293],[-73.15789907275513,41.50987742372232],[-73.15806007279869,41.50972742368794],[-73.15805307279382,41.509682423679436],[-73.15789907274159,41.50964342367688],[-73.15785607272237,41.50955242366063],[-73.15785607271278,41.50938642362839],[-73.1581630727822,41.50886442351702],[-73.1581850727878,41.50883742351105],[-73.1581770727779,41.50871142348686],[-73.15807507273509,41.50854342345757],[-73.15808207273372,41.508480423445114],[-73.15817007276078,41.50845442343719],[-73.15826507278936,41.5084154234265],[-73.15836007281324,41.50829542340011],[-73.1583820728131,41.508169423374916],[-73.15826507276907,41.508064423358356],[-73.1581850727365,41.50795042333884],[-73.15813307271644,41.507895423329856],[-73.15809007269856,41.50782742331806],[-73.1580680726909,41.50781842331703],[-73.15797307266152,41.50784342332499],[-73.1579150726395,41.50778842331621],[-73.15796607265038,41.50769042329551],[-73.15796607264437,41.50758642327533],[-73.15786407260104,41.507409423244304],[-73.1576370725209,41.50729742322995],[-73.15762307251063,41.5071984232112],[-73.1575350724778,41.50712442319969],[-73.15741107243201,41.507028423185105],[-73.15733807239964,41.50687842315837],[-73.1573310723901,41.506752423134145],[-73.1574330724152,41.50661442310401],[-73.15738207238947,41.506455423074804],[-73.15725107233567,41.50626042304122],[-73.15706907227147,41.50617142302988],[-73.15695107222317,41.505998423000136],[-73.15690807219093,41.5056824229402],[-73.15682707216119,41.50562242293119],[-73.1567840721407,41.50550942291065],[-73.15684207215676,41.50546142289945],[-73.15696707219298,41.5053864228808],[-73.15706907221914,41.50526642285417],[-73.15720707226069,41.505210422838765],[-73.15725907227058,41.505089422813576],[-73.15724407226176,41.50502142280087],[-73.15720007224304,41.50494442278736],[-73.15723707225065,41.504868422771395],[-73.15734707228334,41.50481642275771],[-73.15737607228994,41.50476742274725],[-73.15731707226523,41.50467142273053],[-73.1572730722392,41.50446842269255],[-73.15731707223297,41.504113422622176],[-73.15724507218741,41.50372942254996],[-73.15721607217563,41.50368842254294],[-73.15718607215803,41.50355242251752],[-73.15738307221535,41.50343842248895],[-73.15745707223503,41.50336342247197],[-73.15748607223873,41.50326442245179],[-73.15746407222609,41.50316942243407],[-73.15736207218617,41.50305142241449],[-73.15735407217988,41.50298742240231],[-73.15755907223074,41.502716422343],[-73.15745707219106,41.50260242232418],[-73.15750107220407,41.50258042231847],[-73.15768307226226,41.50256542230962],[-73.15779307229495,41.50251342229593],[-73.157830072301,41.50241042227471],[-73.15781507228492,41.502216422237545],[-73.15779307226866,41.50205842220756],[-73.15786607228273,41.50189242217296],[-73.15790307228617,41.501744422143005],[-73.15806807232899,41.5015584221015],[-73.15819907236589,41.501461422078386],[-73.15825807237763,41.5013334220516],[-73.15831107238824,41.50121942202774],[-73.15835907239688,41.501099422002845],[-73.15849207243235,41.500966421972684],[-73.15870707249762,41.50088842195051],[-73.15881707253344,41.50089042194731],[-73.15903407259493,41.50073642191031],[-73.15917407261834,41.500355421831756],[-73.1591990726119,41.500103421782],[-73.15926707262858,41.500010421761715],[-73.15932407264246,41.499930421744324],[-73.15941807265452,41.4996114216793],[-73.15961607268981,41.499110421575544],[-73.15989307275237,41.49863742147463],[-73.16035407286883,41.49806442134829],[-73.1603830728689,41.49790242131587],[-73.16038307285507,41.49766342126946],[-73.16030007281587,41.497451421231005],[-73.16023807278657,41.497292421202154],[-73.16012007273672,41.497092421167174],[-73.16007507272062,41.497066421163574],[-73.16001107269783,41.49703142115887],[-73.15985807264725,41.497015421160775],[-73.15910607241116,41.49715242121195],[-73.15885707232856,41.49712142121406],[-73.15874307228925,41.49708142121002],[-73.15868207226825,41.49706042120792],[-73.15841907217586,41.49693842119282],[-73.15834207214729,41.496876421183295],[-73.15815607207833,41.496727421160436],[-73.15801707202571,41.49659742113973],[-73.15793107199318,41.49651742112699],[-73.15788607197615,41.496475421120294],[-73.1578070719408,41.496307421090265],[-73.15777707192089,41.49613142105705],[-73.15771207188675,41.49590542101529],[-73.15750707179764,41.495514420946044],[-73.15746507178054,41.49545442093576],[-73.15728107170534,41.49518642088972],[-73.1572230716727,41.494947420845186],[-73.15729607166,41.494317420720456],[-73.15728907165281,41.49423242070417],[-73.15729707164398,41.49403442066545],[-73.15720907159161,41.49362242058831],[-73.15712907155832,41.49349542056624],[-73.157034071523,41.493417420554195],[-73.15699807149696,41.4931694205072],[-73.15683707143364,41.492977420475164],[-73.15691007145166,41.49287942045375],[-73.15697607146667,41.49276842043003],[-73.1572830715486,41.49246242036057],[-73.15735507156008,41.49225642031821],[-73.1573480715552,41.492211420309694],[-73.1573710715447,41.49190042024854],[-73.15730507151594,41.49177342022602],[-73.15703507140962,41.491449420171904],[-73.15694007137117,41.491317420149365],[-73.15695507136742,41.49116842011994],[-73.15700607137599,41.49103042009147],[-73.1570870713956,41.490914420066275],[-73.15710007139681,41.49086242005577],[-73.15715907140313,41.49064042001072],[-73.1571590713974,41.490541419991494],[-73.15715907139717,41.4905374199907],[-73.15716007138887,41.49038841996172],[-73.15721807140496,41.49034041995052],[-73.15732007143289,41.490251419929905],[-73.15740807145838,41.49019841991673],[-73.1575690714897,41.48983641984115],[-73.15783907155833,41.489507419768415],[-73.15789107156998,41.48941741974924],[-73.15791207157478,41.489382419741766],[-73.15793407157314,41.48923041971151],[-73.15784007152872,41.48898941966777],[-73.15771507147556,41.48877141962951],[-73.15767207145093,41.488586419594974],[-73.1577530714458,41.488042419486646],[-73.15773807143364,41.487916419462664],[-73.15758407137675,41.48779641944437],[-73.15753307135574,41.48771941943109],[-73.15749107133566,41.48760741941069],[-73.15749707133051,41.48748441938661],[-73.15750507132802,41.487396419369254],[-73.15753407132127,41.48711641931391],[-73.15757007132305,41.486945419279515],[-73.15755507131038,41.48681041925378],[-73.15747607127504,41.48664241922373],[-73.15722707117843,41.486368419178625],[-73.15711107112688,41.48612741913559],[-73.15700907106611,41.48564841904588],[-73.15704607107062,41.48551841901939],[-73.15702407105591,41.48538741899468],[-73.15697307103493,41.48531041898139],[-73.1569310710154,41.48520841896295],[-73.15689007099625,41.48510741894466],[-73.1569430710119,41.48508041893768],[-73.15698107101701,41.48495541891215],[-73.15680107094458,41.48471241887083],[-73.15661407086837,41.484443418824675],[-73.15658907085391,41.48433341880412],[-73.15666007087013,41.48421541877888],[-73.15670907087939,41.484100418754934],[-73.15677707089232,41.48394241872201],[-73.15687907091537,41.48376841868487],[-73.15689307091213,41.4836334186582],[-73.15677607086313,41.48344241862492],[-73.15631007069749,41.483192418591564],[-73.15607607061148,41.48301741856519],[-73.15603907059162,41.48288141853999],[-73.15612707060858,41.48268041849806],[-73.1561730706131,41.48250041846158],[-73.15612807057644,41.48211841838883],[-73.15618507058464,41.481940418352394],[-73.15625107059411,41.481733418310014],[-73.15628107059848,41.48164041829097],[-73.15625907056467,41.48117841820193],[-73.15634707058733,41.481076418179235],[-73.15644907061738,41.48102341816561],[-73.15653707063952,41.48091241814117],[-73.15655907063885,41.48077741811422],[-73.15654407063008,41.4807094181015],[-73.15648607058522,41.48025841801576],[-73.15665707061021,41.47973041790759],[-73.15665407060796,41.47970841790341],[-73.15669207059271,41.479230417809305],[-73.15666407057466,41.47907541778009],[-73.15664907056518,41.47899541776502],[-73.15657507051722,41.478580417686814],[-73.15655307047082,41.4779004175554],[-73.15667307047784,41.477347417444044],[-73.15668607048045,41.47731941743816],[-73.15688107052,41.47690841735194],[-73.1568940705227,41.47688241734646],[-73.15718207059328,41.47648641726012],[-73.15728807061798,41.476318417224],[-73.15742207064903,41.47610341717786],[-73.15756907067734,41.475767417107754],[-73.1576060706785,41.475579417070016],[-73.15753307063058,41.475159416990785],[-73.15770107067117,41.474918416938486],[-73.1581240707818,41.47445741683509],[-73.15811707077016,41.47429541680382],[-73.15804407073495,41.47409541676734],[-73.15797207070472,41.47397641674658],[-73.15790607067707,41.47386841672773],[-73.15790807067687,41.473853416724765],[-73.1579340706745,41.473666416687564],[-73.15819007073723,41.47331441661081],[-73.15830707076233,41.47309141656365],[-73.15851907079647,41.47249141644013],[-73.15873107084384,41.47212041636111],[-73.15909607094807,41.4718744163014],[-73.159183070967,41.47171341626726],[-73.1594090710304,41.47154141622645],[-73.15957707107492,41.47136841618735],[-73.15968007109517,41.471140416139676],[-73.15963707105288,41.47064941604566],[-73.15967407105659,41.470505416016465],[-73.15964407104035,41.470392415995484],[-73.15957807101441,41.47031441598248],[-73.15948307098303,41.470304415983634],[-73.15938807095623,41.47037441600035],[-73.1592580709155,41.47039941600945],[-73.1591620708788,41.470303415993925],[-73.15911207084102,41.46992941592288],[-73.1591120708371,41.469861415909655],[-73.15913407083956,41.4697804158932],[-73.15907507081545,41.4696944158784],[-73.15901707079473,41.46966141587389],[-73.15890707076183,41.46970941588681],[-73.15880507072868,41.46970841588995],[-73.15879007071935,41.469631415875476],[-73.1589950707689,41.46933741581163],[-73.15893707074483,41.46924641579586],[-73.15884107071149,41.46920841579159],[-73.15883407070508,41.469136415777825],[-73.1588560707042,41.46899741575009],[-73.15903207073958,41.468621415671265],[-73.15911307074826,41.46831641560936],[-73.15909007072909,41.46811341557065],[-73.15861607052813,41.46729541542714],[-73.15857307050926,41.46721041541202],[-73.15844207045154,41.46694641536499],[-73.15839807042862,41.46679641533727],[-73.1581350703272,41.46651741529162],[-73.15793807024752,41.466244415244994],[-73.15782807020084,41.466053415211455],[-73.15781407019132,41.465967415195195],[-73.15777007016483,41.46575541515543],[-73.15761107008504,41.46526641506557],[-73.15758107006539,41.465094415033114],[-73.1576320700742,41.46496041500541],[-73.15784407013201,41.46477041496157],[-73.15800607016888,41.464498414903396],[-73.15811207018757,41.46422641484706],[-73.15812207018944,41.46420241484207],[-73.15820907020894,41.464051414809894],[-73.15828307022181,41.463858414769966],[-73.15831907021874,41.46360241471901],[-73.15822507017462,41.46336641467621],[-73.15820907016113,41.46322241464876],[-73.158224070153,41.46299741460452],[-73.15807207007862,41.46256241452493],[-73.15808607007901,41.46249041451047],[-73.15812307008068,41.46231141447448],[-73.15826907010873,41.46197641440459],[-73.1583120701203,41.46193541439521],[-73.15832607012537,41.46194441439651],[-73.15871807026741,41.46220241443386],[-73.15959107058373,41.462776414516945],[-73.15993707070936,41.463008414550764],[-73.16034207085636,41.463279414590204],[-73.16051607092014,41.46340641460921],[-73.16072507099717,41.4635664146335],[-73.1616680713449,41.46429141474362],[-73.16185907141599,41.464449414768104],[-73.16222807155336,41.46475541481554],[-73.16244207162975,41.464876414832055],[-73.16282107176279,41.46505141485372],[-73.16334607194234,41.46521141486767],[-73.16350307199524,41.46524541486916],[-73.16399307216031,41.46535141487377],[-73.16466307238457,41.46547141487522],[-73.1673420732802,41.465931414877154],[-73.16755707335214,41.46596941487753],[-73.16818107356097,41.46608041487871],[-73.16890707380473,41.4662234148828],[-73.16925707392284,41.46630241488672],[-73.16969507407167,41.466419414895164],[-73.16990407414299,41.46648041490019],[-73.17113907456442,41.46684041492981],[-73.17217307491838,41.46716141495843],[-73.17286307515457,41.4673754149775],[-73.1738480754917,41.467680415004594],[-73.17407107556912,41.467768415014426],[-73.17412307558722,41.46778941501679],[-73.17473507580064,41.46804741504693],[-73.17492307586618,41.468126415056155],[-73.17495707587801,41.46814041505776],[-73.17531007600073,41.46828241507382],[-73.17543107604281,41.468331415079405],[-73.17611607628164,41.468619415113],[-73.17636007636726,41.46873141512679],[-73.17645707640133,41.46877641513236],[-73.17671107648968,41.46887941514407],[-73.17693107656712,41.46898441515731],[-73.17703907660508,41.469035415163674],[-73.1775860767987,41.46931541520021],[-73.17780407687589,41.46942741521487],[-73.17809007697693,41.46957041523331],[-73.17875507721621,41.469978415290875],[-73.17929707741017,41.470292415334185],[-73.17942207745489,41.47036441534409],[-73.17981307759263,41.470553415368045],[-73.18010607769503,41.47068041538314],[-73.1803850777915,41.470783415394045],[-73.18068907789628,41.4708904154049],[-73.18236407846899,41.47139841544888],[-73.18306907871057,41.47162141546919],[-73.18412907907471,41.471972415502734],[-73.18418307909337,41.47199241550486],[-73.18496207936325,41.4722894155371],[-73.18579107965147,41.472623415574915],[-73.18657907992522,41.472937415610176],[-73.18737908020324,41.47325741564619],[-73.18787608037526,41.47344441566629],[-73.18895108074827,41.47386441571274],[-73.18974208102277,41.47417441574713],[-73.18978908103935,41.47419741575006],[-73.18982408105174,41.474215415752425],[-73.18991008108104,41.474239415754255],[-73.18993608109061,41.474259415757295],[-73.18998008110675,41.474291415762075],[-73.19012508115813,41.47436641577191],[-73.19020608118566,41.47438841577353],[-73.1902710812078,41.47440641577492],[-73.19068508135106,41.47456141579148],[-73.19090108142609,41.47464741580113],[-73.19113208150634,41.474739415811456],[-73.19157908166157,41.47491641583124],[-73.19229508191032,41.475201415863204],[-73.19293008212927,41.47542541588596],[-73.19338408228585,41.47558641590239],[-73.19372708240365,41.475699415913134],[-73.19373508240642,41.475702415913446],[-73.19478408276115,41.475952415927736],[-73.19494108281428,41.47599041592996],[-73.19513808288062,41.47603241593168],[-73.19604808318314,41.47615941592659],[-73.19616908322287,41.47616741592418],[-73.19679308342772,41.47620941591194],[-73.1976350837016,41.47622241588693],[-73.19929008423574,41.47617541582367],[-73.20033108457174,41.47614641578398],[-73.20045008461047,41.47614841578047],[-73.20064608467369,41.476142415772905],[-73.20159108497869,41.47611541573674],[-73.2019070850807,41.47610741572484],[-73.20205008512676,41.476101415719],[-73.20221808518085,41.47609441571215],[-73.20247908526488,41.476083415701474],[-73.20262308531123,41.47607741569559],[-73.20271808534183,41.476073415691715],[-73.20300608543448,41.47606041567976],[-73.20310208546549,41.47605741567604],[-73.20357608561876,41.476049415658984],[-73.20372908566816,41.476045415653196],[-73.20709708675528,41.47595241552494],[-73.20774208696393,41.47594241550187],[-73.20813808709151,41.475927415486],[-73.20899008736852,41.47593841546027],[-73.20920108743881,41.47597041545958],[-73.20951608754376,41.47601841545858],[-73.20968308759956,41.47604641545856],[-73.20986208765989,41.47608541546029],[-73.20995808769241,41.47610941546181],[-73.21031308781265,41.47619741546728],[-73.21060108791191,41.47629841547749],[-73.21082808799144,41.47640041548986],[-73.2108460879978,41.47640941549103],[-73.21114608810332,41.4765514155088],[-73.21131108816223,41.47664441552146],[-73.21141708820043,41.4767104155308],[-73.21148708822557,41.47675241553668],[-73.21155808825115,41.47679641554291],[-73.21168908829961,41.47689941555862],[-73.21179408833841,41.476981415571125],[-73.21190208837835,41.4770664155841],[-73.21210408845371,41.47723641561053],[-73.2121420884679,41.4772684156155],[-73.21221508849406,41.47731141562144],[-73.21234208854399,41.47746241564665],[-73.21239908856641,41.477530415657974],[-73.21267408868005,41.47795241573097],[-73.212783088725,41.478118415759646],[-73.21292608878466,41.47834741579944],[-73.2129760888055,41.47842741581335],[-73.21317408889247,41.478820415883206],[-73.21327708894069,41.47907641592957],[-73.21333808896917,41.47922641595669],[-73.21336208898308,41.479332415976515],[-73.21338408899501,41.47941541599191],[-73.2134520890316,41.479666416038455],[-73.21345608903378,41.47968141604123],[-73.2134580890386,41.479753416055146],[-73.21346308905034,41.47992841608898],[-73.21346408906236,41.48013041612819],[-73.21346608907332,41.48030841616271],[-73.21340808908043,41.480756416251616],[-73.21334308908823,41.481255416350685],[-73.21332708909061,41.48138641637665],[-73.2132800890894,41.48162841642521],[-73.2132010890882,41.48205041650976],[-73.21317608908784,41.4821844165366],[-73.21300508909836,41.48332441676364],[-73.21294208910253,41.48374941684824],[-73.2128880890997,41.48400341689935],[-73.21282208910719,41.48450241699843],[-73.21276308910518,41.48479841705786],[-73.21272008911826,41.485265417149975],[-73.21268608912908,41.4856424172243],[-73.21272308919134,41.48651041739168],[-73.21272908919553,41.486549417399054],[-73.21302008939325,41.488333417736],[-73.21308008944526,41.48889541784318],[-73.21309608949011,41.4895804179757],[-73.21309708950533,41.48983741802558],[-73.21309908953337,41.490310418117375],[-73.21305408958021,41.4913714183249],[-73.21302308960641,41.491997418447475],[-73.21299008963649,41.49270141858526],[-73.21296708966771,41.49336941871574],[-73.21297908969044,41.49369441877845],[-73.21298508970287,41.493875418813396],[-73.2129880897071,41.49393141882418],[-73.21302808975308,41.49450141893355],[-73.21305708977825,41.49477341898543],[-73.2130760897975,41.494999419028694],[-73.21320508992608,41.49649641931514],[-73.21324808996899,41.496996419410806],[-73.21327208999283,41.497273419463816],[-73.2133250900456,41.497887419581296],[-73.21332809004801,41.49791241958605],[-73.21334909006606,41.49810641962304],[-73.21338009009224,41.49838441967599],[-73.21332109008185,41.49853541970725],[-73.21314609005137,41.49898941980113],[-73.21308809004137,41.49914141983253],[-73.21298109002751,41.49950141990595],[-73.21282609000788,41.50003042001373],[-73.21278209000542,41.50023442005477],[-73.21270608999184,41.500425420094345],[-73.21266108998627,41.500581420126096],[-73.21265308998535,41.500610420132],[-73.21261208997947,41.5007384201582],[-73.21253408996557,41.50093542019899],[-73.21227808991301,41.501461420309504],[-73.21227108991167,41.50147742031283],[-73.2118390898203,41.502319420490444],[-73.21175008980592,41.50256942054191],[-73.21151808975813,41.50304342064152],[-73.21145308974484,41.50317842066987],[-73.21124808970059,41.50356242075112],[-73.21117108968349,41.50369842078004],[-73.21098908964049,41.50397542083979],[-73.21072208957757,41.504384420927934],[-73.21033808948116,41.504870421034866],[-73.21011808942605,41.50515142109661],[-73.21010408942261,41.50517042110076],[-73.20993608937928,41.505363421143734],[-73.20982208935244,41.50553842118145],[-73.20959408929521,41.50582742124501],[-73.20915408918492,41.506387421368125],[-73.20891508912534,41.506697421436144],[-73.20885008910923,41.50678342145496],[-73.20868108906582,41.50698042149874],[-73.20854208903005,41.507141421534534],[-73.20841408899722,41.50729142156785],[-73.20809908891275,41.50759742163756],[-73.207947088872,41.50774542167126],[-73.20772308881153,41.50795642171957],[-73.20709108864125,41.50855642185673],[-73.20705508863169,41.50859242186491],[-73.20684108857492,41.50881142191442],[-73.20419808770136,41.5085354219474],[-73.19787808569613,41.509319422306504],[-73.19605208511656,41.50954242240956],[-73.18760308243493,41.51057742288697],[-73.18501108161028,41.51086142302691],[-73.18442808142487,41.510926423058606],[-73.18363808117395,41.51102042310269],[-73.1830890809994,41.5110824231327],[-73.18295208095599,41.51110042314066],[-73.18247008080303,41.511160423168064],[-73.18197408064486,41.51120842319362],[-73.18164008053863,41.51124542321173],[-73.1815520805106,41.51125442321636],[-73.18128808042671,41.511285423231016],[-73.18120108039912,41.51129642323599],[-73.17993107999517,41.51143742330492],[-73.1767880789955,41.51178742347564],[-73.17612407878424,41.51186042351153],[-73.17485607838097,41.51200242358058],[-73.17480507836478,41.512008423583396],[-73.17395907809679,41.512121423633005],[-73.17126907724484,41.51248442379144],[-73.17077207708749,41.51255242382088],[-73.17037207696018,41.5125954238423],[-73.16788107616769,41.51287042397714],[-73.16529007534345,41.51315742411755],[-73.1616340741804,41.51356242431567],[-73.16041107379128,41.513697424381846],[-73.15917307339744,41.51383442444891],[-73.15832507312767,41.51392842449485],[-73.1579210729992,41.51397442451699],[-73.15581307232907,41.514216424632856],[-73.15549307223075,41.51431242466194],[-73.1557310723644,41.51528742484345]]]},"properties":{"name":3481.22,"geoid":"09009348122"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.20768908374718,41.42055240473496],[-73.20791708382815,41.420674404751246],[-73.20814508390914,41.42079740476772],[-73.20919808428316,41.42136240484324],[-73.20982708450654,41.42169940488822],[-73.21150808510365,41.42260240500896],[-73.21183608522014,41.42277840503249],[-73.21209208531626,41.42300540506828],[-73.21344308582323,41.424200405256585],[-73.21443608619585,41.425078405394906],[-73.214682086293,41.425379405445426],[-73.2163940869688,41.427471405796375],[-73.21713608726175,41.428378405948536],[-73.21823608765882,41.429078406048724],[-73.22085808853822,41.429585406061584],[-73.2220790889478,41.42982240606775],[-73.22379208951429,41.430014406049075],[-73.22648009040333,41.43031740602007],[-73.2266110904332,41.4300994059734],[-73.22674109046271,41.42988040592654],[-73.22677009046934,41.429832405916244],[-73.22826309093453,41.42950540580381],[-73.22997009146644,41.42913240567543],[-73.23402509266391,41.42710340514812],[-73.23589809321709,41.426167404904774],[-73.23591209322127,41.426161404903134],[-73.23593709322944,41.426162404902506],[-73.23607109327315,41.42616740489912],[-73.23659609344459,41.426188404886],[-73.23677209350205,41.426195404881604],[-73.23715709362774,41.42621040487192],[-73.23739609370574,41.42621940486586],[-73.23754109375315,41.426226404862476],[-73.23841209403756,41.42626140484077],[-73.2390120942572,41.42669640490574],[-73.23910709429198,41.42676540491604],[-73.23961409447763,41.42713340497103],[-73.23993709459974,41.427434405019014],[-73.24090909496704,41.42833740516282],[-73.24123409508981,41.42863840521072],[-73.24226409549199,41.42981940540668],[-73.24229009550217,41.42984940541166],[-73.24230409559964,41.43145740572393],[-73.24231109564775,41.4322504058779],[-73.24231809569591,41.43304440603208],[-73.24233109578499,41.43451240631711],[-73.2423320957882,41.434562406326805],[-73.2423450958802,41.43608040662156],[-73.24260809598904,41.43648840669229],[-73.24278509606233,41.436763406739956],[-73.2428710960979,41.436896406763005],[-73.24329809627457,41.437557406877545],[-73.24351409639335,41.43840040703439],[-73.24355809641756,41.43857240706639],[-73.24383409652746,41.43892540712598],[-73.24433509672697,41.43956640723421],[-73.24481109689131,41.43973940725225],[-73.24526009704637,41.439903407269455],[-73.2462690973579,41.43963340718389],[-73.24676009750958,41.43950340714254],[-73.24693009756076,41.43943540712375],[-73.24744109771483,41.43923440706793],[-73.24760809776498,41.43916540704906],[-73.24807909790651,41.4389724069961],[-73.24809209791223,41.43899840700073],[-73.24816609794456,41.4391424070263],[-73.24842809805901,41.43965240711688],[-73.24851609809738,41.43982240714705],[-73.24852909810308,41.43984840715166],[-73.24869809818021,41.44023440722118],[-73.24871009818543,41.44025740722528],[-73.24938009847584,41.44152240744926],[-73.24948209852003,41.44171440748323],[-73.24957709856487,41.441957407527376],[-73.24958409856826,41.44197640753083],[-73.24960509857836,41.44203340754124],[-73.24961209858172,41.442052407544686],[-73.24962109858603,41.442076407549074],[-73.24964809859895,41.44214840756218],[-73.24965709860332,41.44217340756674],[-73.24971009863496,41.44242340761361],[-73.24974409865526,41.4425834076436],[-73.24985909872686,41.44317640775512],[-73.24990909875763,41.44342840780247],[-73.24992209876591,41.44349840781566],[-73.24996409879172,41.4437094078553],[-73.24997809880038,41.443780407868644],[-73.24999509881116,41.44387140788577],[-73.25000509881723,41.44392040789498],[-73.25002909883828,41.4441494079387],[-73.25003909884691,41.444242407956466],[-73.25010109890026,41.44481740806621],[-73.2501220989493,41.44554740820744],[-73.25012309895115,41.44557340821245],[-73.25002909897432,41.446500408395735],[-73.2498640989715,41.44737640857142],[-73.24962809893555,41.448077408715406],[-73.24946809890764,41.448491408801125],[-73.24921709885727,41.44902740891354],[-73.24907109882534,41.44929340897003],[-73.24874809875503,41.44988840909626],[-73.24853309870385,41.450208409165505],[-73.24839209866987,41.45041140920959],[-73.24829309864761,41.45058140924587],[-73.2480480985864,41.45089640931513],[-73.2477510985075,41.45119740938336],[-73.24716009834297,41.451665409493685],[-73.24683009824852,41.45188240954666],[-73.24682709824773,41.45188540954734],[-73.2461770980589,41.45226440964231],[-73.24516709775946,41.45274940976967],[-73.24356809727945,41.45341440995129],[-73.24109109652855,41.454318410208145],[-73.24085209645625,41.45440841023347],[-73.23952609605522,41.45490841037408],[-73.23888409586014,41.455135410439226],[-73.23843309572398,41.455309410487814],[-73.23807109561476,41.455450410527064],[-73.23760509547688,41.45567941058683],[-73.2373210953952,41.45585941063114],[-73.23715609534786,41.45596541065712],[-73.23698409529986,41.456100410689],[-73.2369100952779,41.45613541069822],[-73.23690509527646,41.45613841069896],[-73.23671909522129,41.45622741072236],[-73.23669309521395,41.456246410726905],[-73.2366290951961,41.45629641073873],[-73.23640909513452,41.45646541077877],[-73.23618309507248,41.45665941082387],[-73.23583109497604,41.45696541089485],[-73.2351550947968,41.457656411051296],[-73.23495109474285,41.457867411098995],[-73.23455009463666,41.45827941119221],[-73.23390809446775,41.45895841134518],[-73.23384109444945,41.45901741135882],[-73.23291809419763,41.45983841154861],[-73.23237509404525,41.460248411646084],[-73.23167109384482,41.46073041176279],[-73.23140909376849,41.46087941180034],[-73.23087109361177,41.46118641187761],[-73.23051809350864,41.46138241192726],[-73.23032309345234,41.46150241195695],[-73.22909509309213,41.46215941212485],[-73.22639609230052,41.463606412494414],[-73.22634209228468,41.46363541250181],[-73.22480309183288,41.464453412711165],[-73.22423809166708,41.464754412788146],[-73.22338409141805,41.46523741290996],[-73.22335409140925,41.46525341291406],[-73.22326709138392,41.46530341292661],[-73.22323809137549,41.465320412930865],[-73.22289209127455,41.46551541298009],[-73.22287409126935,41.46552641298281],[-73.22242109114188,41.465862413062936],[-73.22196609101734,41.46626041315516],[-73.22177809096591,41.46642541319337],[-73.22168809094345,41.466541413218856],[-73.22131309084668,41.4669714133147],[-73.22068209069428,41.46787441351082],[-73.22037309061974,41.46831841360719],[-73.21969109046115,41.469400413839764],[-73.21913309032595,41.470191414011715],[-73.21859909019332,41.470892414165405],[-73.21775608998088,41.471946414397785],[-73.21768408996286,41.47203841441801],[-73.2172270898427,41.4725234145272],[-73.21698808977906,41.47276341458165],[-73.2165850896701,41.47313941466789],[-73.21641208962411,41.47331441470757],[-73.21627208958697,41.47345741473992],[-73.21590608949106,41.47385141482845],[-73.21573908944737,41.474032414869086],[-73.21567708943108,41.47409841488395],[-73.21564508942272,41.47413341489178],[-73.21547408937565,41.47427841492556],[-73.215406089357,41.47433741493924],[-73.21513908927734,41.47445741497129],[-73.21469308915185,41.47478841505019],[-73.21464808913933,41.47482441505867],[-73.21389208893021,41.475448415204646],[-73.21338508878752,41.47582441529428],[-73.21267608858514,41.47630141541015],[-73.21246508852441,41.476434415442895],[-73.21217908844228,41.476618415488005],[-73.21168908829961,41.47689941555862],[-73.21155808825115,41.47679641554291],[-73.21148708822557,41.47675241553668],[-73.21141708820043,41.4767104155308],[-73.21131108816223,41.47664441552146],[-73.21114608810332,41.4765514155088],[-73.2108460879978,41.47640941549103],[-73.21082808799144,41.47640041548986],[-73.21060108791191,41.47629841547749],[-73.21031308781265,41.47619741546728],[-73.20995808769241,41.47610941546181],[-73.20986208765989,41.47608541546029],[-73.20968308759956,41.47604641545856],[-73.20951608754376,41.47601841545858],[-73.20920108743881,41.47597041545958],[-73.20899008736852,41.47593841546027],[-73.20813808709151,41.475927415486],[-73.20774208696393,41.47594241550187],[-73.20709708675528,41.47595241552494],[-73.20372908566816,41.476045415653196],[-73.20357608561876,41.476049415658984],[-73.20310208546549,41.47605741567604],[-73.20300608543448,41.47606041567976],[-73.20271808534183,41.476073415691715],[-73.20262308531123,41.47607741569559],[-73.20247908526488,41.476083415701474],[-73.20221808518085,41.47609441571215],[-73.20205008512676,41.476101415719],[-73.2019070850807,41.47610741572484],[-73.20159108497869,41.47611541573674],[-73.20064608467369,41.476142415772905],[-73.20045008461047,41.47614841578047],[-73.20033108457174,41.47614641578398],[-73.19929008423574,41.47617541582367],[-73.1976350837016,41.47622241588693],[-73.19679308342772,41.47620941591194],[-73.19616908322287,41.47616741592418],[-73.19604808318314,41.47615941592659],[-73.19513808288062,41.47603241593168],[-73.19494108281428,41.47599041592996],[-73.19478408276115,41.475952415927736],[-73.19373508240642,41.475702415913446],[-73.19372708240365,41.475699415913134],[-73.19338408228585,41.47558641590239],[-73.19293008212927,41.47542541588596],[-73.19229508191032,41.475201415863204],[-73.19157908166157,41.47491641583124],[-73.19113208150634,41.474739415811456],[-73.19090108142609,41.47464741580113],[-73.19068508135106,41.47456141579148],[-73.1902710812078,41.47440641577492],[-73.19020608118566,41.47438841577353],[-73.19012508115813,41.47436641577191],[-73.18998008110675,41.474291415762075],[-73.18993608109061,41.474259415757295],[-73.18991008108104,41.474239415754255],[-73.18982408105174,41.474215415752425],[-73.18978908103935,41.47419741575006],[-73.18974208102277,41.47417441574713],[-73.18895108074827,41.47386441571274],[-73.18787608037526,41.47344441566629],[-73.18737908020324,41.47325741564619],[-73.18657907992522,41.472937415610176],[-73.18579107965147,41.472623415574915],[-73.18496207936325,41.4722894155371],[-73.18418307909337,41.47199241550486],[-73.18412907907471,41.471972415502734],[-73.18306907871057,41.47162141546919],[-73.18236407846899,41.47139841544888],[-73.18068907789628,41.4708904154049],[-73.1803850777915,41.470783415394045],[-73.18010607769503,41.47068041538314],[-73.17981307759263,41.470553415368045],[-73.17942207745489,41.47036441534409],[-73.17929707741017,41.470292415334185],[-73.17875507721621,41.469978415290875],[-73.17809007697693,41.46957041523331],[-73.17780407687589,41.46942741521487],[-73.1775860767987,41.46931541520021],[-73.17703907660508,41.469035415163674],[-73.17693107656712,41.46898441515731],[-73.17671107648968,41.46887941514407],[-73.17645707640133,41.46877641513236],[-73.17636007636726,41.46873141512679],[-73.17611607628164,41.468619415113],[-73.17543107604281,41.468331415079405],[-73.17531007600073,41.46828241507382],[-73.17495707587801,41.46814041505776],[-73.17492307586618,41.468126415056155],[-73.17473507580064,41.46804741504693],[-73.17412307558722,41.46778941501679],[-73.17407107556912,41.467768415014426],[-73.1738480754917,41.467680415004594],[-73.17286307515457,41.4673754149775],[-73.17217307491838,41.46716141495843],[-73.17113907456442,41.46684041492981],[-73.16990407414299,41.46648041490019],[-73.16969507407167,41.466419414895164],[-73.16925707392284,41.46630241488672],[-73.16890707380473,41.4662234148828],[-73.16818107356097,41.46608041487871],[-73.16755707335214,41.46596941487753],[-73.1673420732802,41.465931414877154],[-73.16466307238457,41.46547141487522],[-73.16399307216031,41.46535141487377],[-73.16350307199524,41.46524541486916],[-73.16334607194234,41.46521141486767],[-73.16282107176279,41.46505141485372],[-73.16244207162975,41.464876414832055],[-73.16222807155336,41.46475541481554],[-73.16185907141599,41.464449414768104],[-73.1616680713449,41.46429141474362],[-73.16072507099717,41.4635664146335],[-73.16051607092014,41.46340641460921],[-73.16034207085636,41.463279414590204],[-73.15993707070936,41.463008414550764],[-73.15959107058373,41.462776414516945],[-73.15871807026741,41.46220241443386],[-73.15832607012537,41.46194441439651],[-73.1583120701203,41.46193541439521],[-73.158488070168,41.461772414357775],[-73.15873707024433,41.46169541433469],[-73.15958207051327,41.4616054142896],[-73.15986807060159,41.46152841426531],[-73.16005007065564,41.461441414242465],[-73.16018107068761,41.4612594142028],[-73.16021107068617,41.46106541416411],[-73.1602040706712,41.460845414121586],[-73.16013007063827,41.46069041409387],[-73.16010807062408,41.46056841407087],[-73.16010807061214,41.46036141403063],[-73.16022607064096,41.460197413994905],[-73.16023307064161,41.46016941398923],[-73.16037807065635,41.45960941387563],[-73.16051007069099,41.45946741384371],[-73.16063407072508,41.45936141381907],[-73.16091207080957,41.45926241379074],[-73.16114507088355,41.45923441377769],[-73.16140907096681,41.45919341376112],[-73.16167707105502,41.459215413756645],[-73.16181707109907,41.45919141374741],[-73.1619120711237,41.45908441372349],[-73.16199907114004,41.458878413680615],[-73.16192707110521,41.45867941364429],[-73.16167807099876,41.4582344135659],[-73.16175407100727,41.45795441350898],[-73.16192207104793,41.45771441345685],[-73.16209807109769,41.4575874134264],[-73.16236607118537,41.45760041342019],[-73.16272807131149,41.45775141343773],[-73.16347207157132,41.45807141347565],[-73.16369107164604,41.45813541348094],[-73.16426107184058,41.45830241349481],[-73.16470207198448,41.458317413483336],[-73.16503907208667,41.45819341344823],[-73.16528207215308,41.45797841339849],[-73.16531307215553,41.45784641337182],[-73.16530507213683,41.45756741331783],[-73.16558307220336,41.45715741322906],[-73.16575107224841,41.4569934131917],[-73.16583107226738,41.456872413165556],[-73.16585307226782,41.4567564131423],[-73.16583107225647,41.456683413128815],[-73.16577307222074,41.456390413073755],[-73.16562707215195,41.4560184130062],[-73.16561207214535,41.455988413000846],[-73.16515307194479,41.45509241284162],[-73.16513907190881,41.45454741273614],[-73.16510207188584,41.45435741270041],[-73.16488307180241,41.45414241266575],[-73.16475207175047,41.453978412638136],[-73.16476707174466,41.45379341260169],[-73.16502207179023,41.45314941246814],[-73.16506907180172,41.453084412453975],[-73.1651100718118,41.45302841244176],[-73.16528507186126,41.45290141241135],[-73.16604407208732,41.45255241231873],[-73.16604707208805,41.45254841231785],[-73.1662420721414,41.45237641227803],[-73.16624807213658,41.4522594122551],[-73.1661600720991,41.45210441222784],[-73.16596407202417,41.45190741219593],[-73.16570907193164,41.451737412171205],[-73.16562107189208,41.451546412136935],[-73.16564407187931,41.45119541206794],[-73.16560607186226,41.45111341205324],[-73.16557707183729,41.45084341200168],[-73.16551207180288,41.450612411958886],[-73.16533707173349,41.450393411922015],[-73.16505207162807,41.45016841188757],[-73.16500107161073,41.45015441188652],[-73.1646550714895,41.44999841186749],[-73.16438807139599,41.44987841185285],[-73.16425007134355,41.44974541183151],[-73.16410407128282,41.44951341179116],[-73.1640600712475,41.44914841172162],[-73.16398007121417,41.44902041169934],[-73.16395907120436,41.448968411689926],[-73.16392907119032,41.448893411676316],[-73.16414107123256,41.44843341157995],[-73.1641460712325,41.44840441157414],[-73.16418607123384,41.44820241153356],[-73.16429907126559,41.44811741151334],[-73.16464207136221,41.44786341145276],[-73.16475607139434,41.44777941143269],[-73.16722507209576,41.446055411016886],[-73.16936407270353,41.44456341065693],[-73.17463307420034,41.44088440976947],[-73.17710307490208,41.43916140935376],[-73.17802907517091,41.43861540921734],[-73.1784660752954,41.43831640914491],[-73.17847307529732,41.43831040914352],[-73.18068707593278,41.43687840879274],[-73.18217507635798,41.435883408550616],[-73.18228507638973,41.435815408533806],[-73.18252907646026,41.43566640849686],[-73.18258907647771,41.4356314084881],[-73.18292807657721,41.4354504084418],[-73.18314107663747,41.435297408405106],[-73.18350007673509,41.43497140832998],[-73.18384807683509,41.43474840827524],[-73.18400107688119,41.43468740825837],[-73.1844760770166,41.43436440818004],[-73.18485707712527,41.434106408117415],[-73.18568807736658,41.433617407995165],[-73.18637607756686,41.43322140789567],[-73.18701807775383,41.43285340780314],[-73.18733607784685,41.432678407758715],[-73.18795307802752,41.432341407673015],[-73.18825907811332,41.432108407617704],[-73.18854907819473,41.43188940756562],[-73.18862407821732,41.43185940755734],[-73.1888530782864,41.431769407532364],[-73.18892907830934,41.43174040752424],[-73.18991707859983,41.431221407391014],[-73.19288107947125,41.42966540699153],[-73.19387007976208,41.429147406858476],[-73.19423807986895,41.42893140680444],[-73.1964350805068,41.42763840648116],[-73.19842508108461,41.42646840618854],[-73.20401508269275,41.422924405316486],[-73.20401608269302,41.42292340531624],[-73.20443208281274,41.42266040525149],[-73.20543508310207,41.42203840509771],[-73.20653008341627,41.4213304049242],[-73.20676108348218,41.421174404886294],[-73.2074570836809,41.420707404772685],[-73.20768908374718,41.42055240473496]]]},"properties":{"name":3481.23,"geoid":"09009348123"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.21972509283768,41.51023342176839],[-73.21743109207934,41.50999142179657],[-73.21703109194772,41.50995942180347],[-73.21583109155274,41.50986242182396],[-73.21418309100795,41.50968842184416],[-73.21403609095927,41.50967142184569],[-73.213996090946,41.509666421846035],[-73.2139560909328,41.50966242184657],[-73.21388709090994,41.50965442184729],[-73.21163209015968,41.50933342185884],[-73.21153009012578,41.509319421859466],[-73.21152809012519,41.50932042185972],[-73.21095708993703,41.50927042186872],[-73.20879708922534,41.50908342190317],[-73.20807708898813,41.50902142191471],[-73.20800708896509,41.509015421915834],[-73.20782908890529,41.50898042191488],[-73.20711108866416,41.50883942191101],[-73.20709008865717,41.50883642191112],[-73.20684108857492,41.50881142191442],[-73.20705508863169,41.50859242186491],[-73.20709108864125,41.50855642185673],[-73.20772308881153,41.50795642171957],[-73.207947088872,41.50774542167126],[-73.20809908891275,41.50759742163756],[-73.20841408899722,41.50729142156785],[-73.20854208903005,41.507141421534534],[-73.20868108906582,41.50698042149874],[-73.20885008910923,41.50678342145496],[-73.20891508912534,41.506697421436144],[-73.20915408918492,41.506387421368125],[-73.20959408929521,41.50582742124501],[-73.20982208935244,41.50553842118145],[-73.20993608937928,41.505363421143734],[-73.21010408942261,41.50517042110076],[-73.21011808942605,41.50515142109661],[-73.21033808948116,41.504870421034866],[-73.21072208957757,41.504384420927934],[-73.21098908964049,41.50397542083979],[-73.21117108968349,41.50369842078004],[-73.21124808970059,41.50356242075112],[-73.21145308974484,41.50317842066987],[-73.21151808975813,41.50304342064152],[-73.21175008980592,41.50256942054191],[-73.2118390898203,41.502319420490444],[-73.21227108991167,41.50147742031283],[-73.21227808991301,41.501461420309504],[-73.21253408996557,41.50093542019899],[-73.21261208997947,41.5007384201582],[-73.21265308998535,41.500610420132],[-73.21266108998627,41.500581420126096],[-73.21270608999184,41.500425420094345],[-73.21278209000542,41.50023442005477],[-73.21282609000788,41.50003042001373],[-73.21298109002751,41.49950141990595],[-73.21308809004137,41.49914141983253],[-73.21314609005137,41.49898941980113],[-73.21332109008185,41.49853541970725],[-73.21338009009224,41.49838441967599],[-73.21334909006606,41.49810641962304],[-73.21332809004801,41.49791241958605],[-73.2133250900456,41.497887419581296],[-73.21327208999283,41.497273419463816],[-73.21324808996899,41.496996419410806],[-73.21320508992608,41.49649641931514],[-73.2130760897975,41.494999419028694],[-73.21305708977825,41.49477341898543],[-73.21302808975308,41.49450141893355],[-73.2129880897071,41.49393141882418],[-73.21298508970287,41.493875418813396],[-73.21297908969044,41.49369441877845],[-73.21296708966771,41.49336941871574],[-73.21299008963649,41.49270141858526],[-73.21302308960641,41.491997418447475],[-73.21305408958021,41.4913714183249],[-73.21309908953337,41.490310418117375],[-73.21309708950533,41.48983741802558],[-73.21309608949011,41.4895804179757],[-73.21308008944526,41.48889541784318],[-73.21302008939325,41.488333417736],[-73.21272908919553,41.486549417399054],[-73.21272308919134,41.48651041739168],[-73.21268608912908,41.4856424172243],[-73.21272008911826,41.485265417149975],[-73.21276308910518,41.48479841705786],[-73.21282208910719,41.48450241699843],[-73.2128880890997,41.48400341689935],[-73.21294208910253,41.48374941684824],[-73.21300508909836,41.48332441676364],[-73.21317608908784,41.4821844165366],[-73.2132010890882,41.48205041650976],[-73.2132800890894,41.48162841642521],[-73.21332708909061,41.48138641637665],[-73.21334308908823,41.481255416350685],[-73.21340808908043,41.480756416251616],[-73.21346608907332,41.48030841616271],[-73.21346408906236,41.48013041612819],[-73.21346308905034,41.47992841608898],[-73.2134580890386,41.479753416055146],[-73.21345608903378,41.47968141604123],[-73.2134520890316,41.479666416038455],[-73.21338408899501,41.47941541599191],[-73.21336208898308,41.479332415976515],[-73.21333808896917,41.47922641595669],[-73.21327708894069,41.47907641592957],[-73.21317408889247,41.478820415883206],[-73.2129760888055,41.47842741581335],[-73.21292608878466,41.47834741579944],[-73.212783088725,41.478118415759646],[-73.21267408868005,41.47795241573097],[-73.21239908856641,41.477530415657974],[-73.21234208854399,41.47746241564665],[-73.21221508849406,41.47731141562144],[-73.2121420884679,41.4772684156155],[-73.21210408845371,41.47723641561053],[-73.21190208837835,41.4770664155841],[-73.21179408833841,41.476981415571125],[-73.21168908829961,41.47689941555862],[-73.21217908844228,41.476618415488005],[-73.21246508852441,41.476434415442895],[-73.21267608858514,41.47630141541015],[-73.21338508878752,41.47582441529428],[-73.21389208893021,41.475448415204646],[-73.21464808913933,41.47482441505867],[-73.21469308915185,41.47478841505019],[-73.21513908927734,41.47445741497129],[-73.215406089357,41.47433741493924],[-73.21547408937565,41.47427841492556],[-73.21564508942272,41.47413341489178],[-73.21567708943108,41.47409841488395],[-73.21573908944737,41.474032414869086],[-73.21590608949106,41.47385141482845],[-73.21627208958697,41.47345741473992],[-73.21641208962411,41.47331441470757],[-73.2165850896701,41.47313941466789],[-73.21698808977906,41.47276341458165],[-73.2172270898427,41.4725234145272],[-73.21768408996286,41.47203841441801],[-73.21775608998088,41.471946414397785],[-73.21859909019332,41.470892414165405],[-73.21913309032595,41.470191414011715],[-73.21969109046115,41.469400413839764],[-73.22037309061974,41.46831841360719],[-73.22068209069428,41.46787441351082],[-73.22131309084668,41.4669714133147],[-73.22168809094345,41.466541413218856],[-73.22177809096591,41.46642541319337],[-73.22196609101734,41.46626041315516],[-73.22242109114188,41.465862413062936],[-73.22287409126935,41.46552641298281],[-73.22289209127455,41.46551541298009],[-73.22323809137549,41.465320412930865],[-73.22326709138392,41.46530341292661],[-73.22335409140925,41.46525341291406],[-73.22338409141805,41.46523741290996],[-73.22423809166708,41.464754412788146],[-73.22480309183288,41.464453412711165],[-73.22634209228468,41.46363541250181],[-73.22639609230052,41.463606412494414],[-73.22909509309213,41.46215941212485],[-73.23032309345234,41.46150241195695],[-73.23051809350864,41.46138241192726],[-73.23087109361177,41.46118641187761],[-73.23140909376849,41.46087941180034],[-73.23167109384482,41.46073041176279],[-73.23237509404525,41.460248411646084],[-73.23291809419763,41.45983841154861],[-73.23384109444945,41.45901741135882],[-73.23390809446775,41.45895841134518],[-73.23455009463666,41.45827941119221],[-73.23462509466914,41.45842041121713],[-73.23469809470079,41.45855841124156],[-73.23487809477477,41.458828411288145],[-73.23496709481141,41.458962411311276],[-73.2350170948323,41.459043411325375],[-73.23516909489584,41.459289411368204],[-73.23522009491712,41.45937141138248],[-73.235313094953,41.459470411398655],[-73.23559209506078,41.45976941144764],[-73.23568509509674,41.45986941146402],[-73.23644309537295,41.46039441154122],[-73.23654009540739,41.460446411548155],[-73.23692409554391,41.460653411575805],[-73.23747409573542,41.4608804116019],[-73.23846509607445,41.461185411628705],[-73.23947209641386,41.46140741163886],[-73.24008209661956,41.4615434116453],[-73.24046709675228,41.46167941165912],[-73.24069409683013,41.46175241166587],[-73.24076609685538,41.461785411669915],[-73.24163609716045,41.46218141171837],[-73.24192709726246,41.46231341173448],[-73.24211309732763,41.46239741174472],[-73.24259409749637,41.4626174117717],[-73.24267109752336,41.462652411775984],[-73.24285709758861,41.462737411786414],[-73.24315609769484,41.462897411807695],[-73.24384909794122,41.46327141185767],[-73.24405009801293,41.46338441187304],[-73.24434709811892,41.46355141189576],[-73.24438409813297,41.46358641190134],[-73.24514409841667,41.46422941200137],[-73.24555409856967,41.464575412055176],[-73.24610509876989,41.4649474121094],[-73.24682309902857,41.46539341217251],[-73.24738809923858,41.46585541224376],[-73.24764109933578,41.46611741228639],[-73.24805809949598,41.46654841235646],[-73.24822509956167,41.466747412389644],[-73.24828609958561,41.466819412401634],[-73.24834709960957,41.46689141241361],[-73.24841109963468,41.46696641242609],[-73.24847409965945,41.467041412438604],[-73.24856409969478,41.46714741245624],[-73.24916909993257,41.46786541257592],[-73.24921609995089,41.46791841258467],[-73.24944210003865,41.46816841262583],[-73.24959610009938,41.46835441265693],[-73.24977410017054,41.468586412696155],[-73.25020410034256,41.46914841279125],[-73.25072510055371,41.46987641291561],[-73.25103610067978,41.47031141298992],[-73.25110010070539,41.47039541300413],[-73.25129410078297,41.47064841304693],[-73.25135910080898,41.47073341306132],[-73.25121510075874,41.47067241305419],[-73.25094810066567,41.47056041304117],[-73.25078110060767,41.47049441303383],[-73.25063610055741,41.47043841302771],[-73.2503461004675,41.470509413051],[-73.25004110037419,41.470606413079835],[-73.25001810036719,41.47061441308215],[-73.24984610030678,41.47053441307225],[-73.24959810021441,41.47032841304037],[-73.24922110007576,41.47004541299773],[-73.24875509989461,41.46952741291238],[-73.24863009984927,41.46944441290036],[-73.24835809975069,41.469265412874485],[-73.2480840996561,41.46916641286423],[-73.24739309941727,41.46891241283754],[-73.24724509936556,41.46884841282998],[-73.24659409913833,41.468570412797284],[-73.24573609883952,41.468215412756436],[-73.24477409850981,41.46790941272852],[-73.24473209849563,41.46789941272795],[-73.24385609820052,41.46770941271974],[-73.24195909779922,41.47140241349938],[-73.24120909764058,41.47286241380758],[-73.24119209763779,41.47290941381729],[-73.24114409763553,41.473139413863535],[-73.24105509761837,41.47334141390569],[-73.24096709760062,41.47352741394471],[-73.24065309751742,41.47384941401755],[-73.24063909751415,41.47387141402229],[-73.24045609747098,41.47415041408249],[-73.24011409740768,41.474972414253365],[-73.23977709734716,41.475814414427965],[-73.23963009733245,41.47638341454333],[-73.23958809733513,41.47666441459929],[-73.23938809731352,41.47741141475094],[-73.2392700972899,41.47766441480394],[-73.23908809724422,41.47789441485459],[-73.23895509722014,41.478223414922844],[-73.23875809718105,41.47865141501245],[-73.23865909719026,41.47936441515418],[-73.23857509718172,41.47968741521967],[-73.23834909713045,41.48006741530089],[-73.2380800970604,41.4803644153674],[-73.23784009699212,41.48052941540729],[-73.2369070967125,41.48092641551498],[-73.23624309651713,41.48127141560376],[-73.23589809641757,41.48148441565643],[-73.235839096401,41.48152841566691],[-73.23528309624504,41.4819494157669],[-73.23504009617307,41.48206741579778],[-73.23498809615747,41.482089415803756],[-73.23494009614342,41.48211541581039],[-73.23453209602259,41.48231441586242],[-73.23423109593182,41.48243241589518],[-73.23397609585155,41.482474415911696],[-73.23370009576382,41.48250541592676],[-73.23316709558809,41.4824564159347],[-73.23290409550086,41.48242341593691],[-73.23244809535312,41.48242641595244],[-73.23243109534768,41.48242741595319],[-73.23215909526647,41.482548415985605],[-73.23199209521728,41.482634416007784],[-73.23171809513924,41.48282141605307],[-73.23133409502829,41.4830564161113],[-73.23126509500823,41.48309641612133],[-73.23087209489402,41.48332541617869],[-73.23078209486593,41.48334441618532],[-73.23062309481408,41.483339416189565],[-73.23053309478344,41.48331441618765],[-73.23040309473923,41.48327941618511],[-73.22969109449478,41.483046416163184],[-73.22954709444623,41.48301441616169],[-73.22921209433328,41.482940416158286],[-73.22903709428108,41.48301941617937],[-73.22862709415904,41.483208416229516],[-73.2285130941249,41.483257416242765],[-73.22833809407261,41.483334416263446],[-73.2274420938055,41.48374041637165],[-73.22724009374531,41.483832416396154],[-73.2269770936688,41.483984416434275],[-73.22680009362605,41.484237416489215],[-73.22581709341574,41.486111416885386],[-73.22569409338952,41.48634741693525],[-73.22536009331803,41.4869834170697],[-73.22528709330332,41.487138417102194],[-73.22520109328609,41.48732241714074],[-73.22505209324663,41.48747541717534],[-73.22495509321492,41.487471417177744],[-73.22478409315906,41.48746441718199],[-73.22478209317028,41.48766941722185],[-73.22477809320479,41.48828741734201],[-73.22477809320885,41.48835741735561],[-73.22480609322571,41.4884914173807],[-73.22484609326057,41.48886941745281],[-73.22485809327071,41.48897741747339],[-73.22496309332284,41.489289417530536],[-73.22510709339294,41.48969241760409],[-73.22523109344733,41.489937417647596],[-73.22523309344817,41.489940417648114],[-73.22537309351385,41.490290417711506],[-73.22543409354158,41.49042741773611],[-73.22550009357145,41.4905734177623],[-73.22564809363406,41.490825417806384],[-73.22572509366658,41.4909554178291],[-73.22578509368894,41.49100541783686],[-73.22586709371949,41.49107341784736],[-73.2259610937552,41.491163417861756],[-73.22601809377687,41.49121841787057],[-73.22612709381902,41.49133541788972],[-73.2262300938589,41.49144741790809],[-73.22648209395294,41.491659417941],[-73.22660509399886,41.49176341795717],[-73.22676409405919,41.49191441798129],[-73.22724109424037,41.4923704180542],[-73.22740109430109,41.49252241807847],[-73.22776409443826,41.492857418131635],[-73.22812209457345,41.493186418183775],[-73.22820209460525,41.49328741820077],[-73.22851509473263,41.49373341827712],[-73.22861009477766,41.493978418321575],[-73.22862209478502,41.494038418332835],[-73.22872009484495,41.494523418423796],[-73.22874309487165,41.494855418487504],[-73.22873909487865,41.494998418515415],[-73.22870809495137,41.496426418793675],[-73.22870809495173,41.496432418794846],[-73.22870609497838,41.49690341888635],[-73.22868409502273,41.497791419059496],[-73.22867509504132,41.49816241913181],[-73.2286840950719,41.498639419224126],[-73.22859909507847,41.499228419341264],[-73.22855209507911,41.499502419396],[-73.22839709504461,41.4997744194539],[-73.22827409501386,41.499932419488594],[-73.2281810949907,41.50005341951515],[-73.22798609493898,41.500252419560155],[-73.22736709477512,41.5008894197041],[-73.22691409465226,41.501305419799735],[-73.22658609455962,41.50154241985647],[-73.2255410942595,41.50221342002099],[-73.22531509418276,41.502154420016936],[-73.22451909393061,41.50225942006342],[-73.22377109369103,41.50231242009821],[-73.22346609359582,41.50237742012084],[-73.22322909352468,41.5024764201478],[-73.2230010934607,41.50264842018867],[-73.22274109338962,41.502877420241646],[-73.22252809333136,41.50306442028492],[-73.22219209324113,41.503388420358846],[-73.22191009316316,41.50362142041331],[-73.22163509308142,41.50375042044735],[-73.22134509299134,41.50381942047025],[-73.22096109286784,41.50383842048653],[-73.22090209285763,41.503992420518365],[-73.22065609285546,41.50533142078635],[-73.22060309285092,41.50554942083041],[-73.22056209284497,41.50567642085641],[-73.2203530928152,41.5063324209906],[-73.22029709280322,41.5064394210132],[-73.22028909280158,41.50645542101657],[-73.22026509279651,41.506502421026475],[-73.22017509277723,41.506673421062615],[-73.22001009274213,41.50699142112976],[-73.21995409273184,41.50712742115799],[-73.21988109271861,41.50730742119532],[-73.21980409270742,41.50754542124404],[-73.21976009270134,41.50768642127285],[-73.21974609270393,41.50780942129718],[-73.21974809272689,41.50819442137185],[-73.21975009273665,41.50835142140227],[-73.21975609274224,41.5084144214143],[-73.2197450927908,41.50931342158916],[-73.21972509280508,41.509671421659306],[-73.21972409280777,41.50972342166942],[-73.21972109282785,41.510086421739985],[-73.21972509283768,41.51023342176839]]]},"properties":{"name":3481.24,"geoid":"09009348124"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.21972509283768,41.51023342176839],[-73.21972109282785,41.510086421739985],[-73.21972409280777,41.50972342166942],[-73.21972509280508,41.509671421659306],[-73.2197450927908,41.50931342158916],[-73.21975609274224,41.5084144214143],[-73.21975009273665,41.50835142140227],[-73.21974809272689,41.50819442137185],[-73.21974609270393,41.50780942129718],[-73.21976009270134,41.50768642127285],[-73.21980409270742,41.50754542124404],[-73.21988109271861,41.50730742119532],[-73.21995409273184,41.50712742115799],[-73.22001009274213,41.50699142112976],[-73.22017509277723,41.506673421062615],[-73.22026509279651,41.506502421026475],[-73.22028909280158,41.50645542101657],[-73.22029709280322,41.5064394210132],[-73.2203530928152,41.5063324209906],[-73.22056209284497,41.50567642085641],[-73.22060309285092,41.50554942083041],[-73.22065609285546,41.50533142078635],[-73.22090209285763,41.503992420518365],[-73.22096109286784,41.50383842048653],[-73.22134509299134,41.50381942047025],[-73.22163509308142,41.50375042044735],[-73.22191009316316,41.50362142041331],[-73.22219209324113,41.503388420358846],[-73.22252809333136,41.50306442028492],[-73.22274109338962,41.502877420241646],[-73.2230010934607,41.50264842018867],[-73.22322909352468,41.5024764201478],[-73.22346609359582,41.50237742012084],[-73.22377109369103,41.50231242009821],[-73.22451909393061,41.50225942006342],[-73.22531509418276,41.502154420016936],[-73.2255410942595,41.50221342002099],[-73.22658609455962,41.50154241985647],[-73.22691409465226,41.501305419799735],[-73.22736709477512,41.5008894197041],[-73.22798609493898,41.500252419560155],[-73.2281810949907,41.50005341951515],[-73.22827409501386,41.499932419488594],[-73.22839709504461,41.4997744194539],[-73.22855209507911,41.499502419396],[-73.22859909507847,41.499228419341264],[-73.2286840950719,41.498639419224126],[-73.22867509504132,41.49816241913181],[-73.22868409502273,41.497791419059496],[-73.22870609497838,41.49690341888635],[-73.22870809495173,41.496432418794846],[-73.22870809495137,41.496426418793675],[-73.22873909487865,41.494998418515415],[-73.22874309487165,41.494855418487504],[-73.22872009484495,41.494523418423796],[-73.22862209478502,41.494038418332835],[-73.22861009477766,41.493978418321575],[-73.22851509473263,41.49373341827712],[-73.22820209460525,41.49328741820077],[-73.22812209457345,41.493186418183775],[-73.22776409443826,41.492857418131635],[-73.22740109430109,41.49252241807847],[-73.22724109424037,41.4923704180542],[-73.22676409405919,41.49191441798129],[-73.22660509399886,41.49176341795717],[-73.22648209395294,41.491659417941],[-73.2262300938589,41.49144741790809],[-73.22612709381902,41.49133541788972],[-73.22601809377687,41.49121841787057],[-73.2259610937552,41.491163417861756],[-73.22586709371949,41.49107341784736],[-73.22578509368894,41.49100541783686],[-73.22572509366658,41.4909554178291],[-73.22564809363406,41.490825417806384],[-73.22550009357145,41.4905734177623],[-73.22543409354158,41.49042741773611],[-73.22537309351385,41.490290417711506],[-73.22523309344817,41.489940417648114],[-73.22523109344733,41.489937417647596],[-73.22510709339294,41.48969241760409],[-73.22496309332284,41.489289417530536],[-73.22485809327071,41.48897741747339],[-73.22484609326057,41.48886941745281],[-73.22480609322571,41.4884914173807],[-73.22477809320885,41.48835741735561],[-73.22477809320479,41.48828741734201],[-73.22478209317028,41.48766941722185],[-73.22478409315906,41.48746441718199],[-73.22495509321492,41.487471417177744],[-73.22505209324663,41.48747541717534],[-73.22520109328609,41.48732241714074],[-73.22528709330332,41.487138417102194],[-73.22536009331803,41.4869834170697],[-73.22569409338952,41.48634741693525],[-73.22581709341574,41.486111416885386],[-73.22680009362605,41.484237416489215],[-73.2269770936688,41.483984416434275],[-73.22724009374531,41.483832416396154],[-73.2274420938055,41.48374041637165],[-73.22833809407261,41.483334416263446],[-73.2285130941249,41.483257416242765],[-73.22862709415904,41.483208416229516],[-73.22903709428108,41.48301941617937],[-73.22921209433328,41.482940416158286],[-73.22954709444623,41.48301441616169],[-73.22969109449478,41.483046416163184],[-73.23040309473923,41.48327941618511],[-73.23053309478344,41.48331441618765],[-73.23062309481408,41.483339416189565],[-73.23078209486593,41.48334441618532],[-73.23087209489402,41.48332541617869],[-73.23126509500823,41.48309641612133],[-73.23133409502829,41.4830564161113],[-73.23171809513924,41.48282141605307],[-73.23199209521728,41.482634416007784],[-73.23215909526647,41.482548415985605],[-73.23243109534768,41.48242741595319],[-73.23244809535312,41.48242641595244],[-73.23290409550086,41.48242341593691],[-73.23316709558809,41.4824564159347],[-73.23370009576382,41.48250541592676],[-73.23397609585155,41.482474415911696],[-73.23423109593182,41.48243241589518],[-73.23453209602259,41.48231441586242],[-73.23494009614342,41.48211541581039],[-73.23498809615747,41.482089415803756],[-73.23504009617307,41.48206741579778],[-73.23528309624504,41.4819494157669],[-73.235839096401,41.48152841566691],[-73.23589809641757,41.48148441565643],[-73.23624309651713,41.48127141560376],[-73.2369070967125,41.48092641551498],[-73.23784009699212,41.48052941540729],[-73.2380800970604,41.4803644153674],[-73.23834909713045,41.48006741530089],[-73.23857509718172,41.47968741521967],[-73.23865909719026,41.47936441515418],[-73.23875809718105,41.47865141501245],[-73.23895509722014,41.478223414922844],[-73.23908809724422,41.47789441485459],[-73.2392700972899,41.47766441480394],[-73.23938809731352,41.47741141475094],[-73.23958809733513,41.47666441459929],[-73.23963009733245,41.47638341454333],[-73.23977709734716,41.475814414427965],[-73.24011409740768,41.474972414253365],[-73.24045609747098,41.47415041408249],[-73.24063909751415,41.47387141402229],[-73.24065309751742,41.47384941401755],[-73.24096709760062,41.47352741394471],[-73.24105509761837,41.47334141390569],[-73.24114409763553,41.473139413863535],[-73.24119209763779,41.47290941381729],[-73.24120909764058,41.47286241380758],[-73.24195909779922,41.47140241349938],[-73.24385609820052,41.46770941271974],[-73.24473209849563,41.46789941272795],[-73.24477409850981,41.46790941272852],[-73.24573609883952,41.468215412756436],[-73.24659409913833,41.468570412797284],[-73.24724509936556,41.46884841282998],[-73.24739309941727,41.46891241283754],[-73.2480840996561,41.46916641286423],[-73.24835809975069,41.469265412874485],[-73.24863009984927,41.46944441290036],[-73.24875509989461,41.46952741291238],[-73.24922110007576,41.47004541299773],[-73.24959810021441,41.47032841304037],[-73.24984610030678,41.47053441307225],[-73.25001810036719,41.47061441308215],[-73.25004110037419,41.470606413079835],[-73.2503461004675,41.470509413051],[-73.25063610055741,41.47043841302771],[-73.25078110060767,41.47049441303383],[-73.25094810066567,41.47056041304117],[-73.25121510075874,41.47067241305419],[-73.25135910080898,41.47073341306132],[-73.25139010082148,41.47077541306845],[-73.25148310085905,41.47090341309026],[-73.2515141008716,41.4709464130976],[-73.25169310094634,41.47123441314769],[-73.25197410107756,41.471926413272904],[-73.25238510126952,41.47293841345603],[-73.2526721014103,41.47376141360648],[-73.25290110151872,41.474350413713395],[-73.2531731016421,41.474957413822374],[-73.25361810184393,41.47594941400048],[-73.2537341018949,41.47617941404134],[-73.25382210193358,41.47635441407245],[-73.25400910201562,41.47672341413799],[-73.25408410204847,41.47687041416408],[-73.25420110209981,41.477101414205116],[-73.2545321022453,41.47775941432206],[-73.25456710226067,41.47782841433433],[-73.25492110240985,41.47842141443788],[-73.25518510251409,41.47874241449157],[-73.25589710278808,41.479485414612526],[-73.25612510287584,41.479723414651275],[-73.25642410298893,41.48000141469547],[-73.25652010302522,41.48009041470959],[-73.2567461031125,41.480331414749],[-73.25683310315198,41.48052541478383],[-73.25707610326211,41.481065414880725],[-73.25751610347737,41.48231641510923],[-73.2575361034899,41.48242041512878],[-73.25766510357019,41.483083415253304],[-73.257716103626,41.48376041538311],[-73.2577261036369,41.483892415408405],[-73.25770210363696,41.48402741543543],[-73.25777210369306,41.484603415544974],[-73.25778910370681,41.48474541557201],[-73.25788310376748,41.4852654156699],[-73.25802410383791,41.485691415748],[-73.25805210385066,41.48575441575932],[-73.25817210390518,41.4860234158076],[-73.25836810398802,41.48635541586565],[-73.25848510403542,41.48651841589346],[-73.258677104109,41.48671341592503],[-73.25869410411556,41.48673141592797],[-73.25966010448778,41.48774641609337],[-73.25967310449275,41.487759416095464],[-73.25999510461604,41.488084416148],[-73.26012110466422,41.48821041616835],[-73.26049910480893,41.48859141622991],[-73.26062610485755,41.4887194162506],[-73.26066010487149,41.48876941625921],[-73.26072110489638,41.48885741627427],[-73.26076410491392,41.48891941628491],[-73.26079910492818,41.488969416293465],[-73.26085510495103,41.489050416307364],[-73.26102910502378,41.489331416356215],[-73.26103510502625,41.48934041635776],[-73.26112610507231,41.48962541641011],[-73.26115810510335,41.48998141647817],[-73.26104910510352,41.49059341660059],[-73.26097510510412,41.49101741668535],[-73.26096010510565,41.49112741670719],[-73.26094910510685,41.49120941672348],[-73.26091510511033,41.49145941677314],[-73.26090010511189,41.49157041679518],[-73.26088910511223,41.491637416808544],[-73.26087310511313,41.49174241682947],[-73.26086310511367,41.491807416842406],[-73.26085710511362,41.491840416849],[-73.26084510511367,41.49190841686261],[-73.26066410511221,41.49289441705997],[-73.26057710510007,41.49317141711661],[-73.26046910507957,41.4934214171687],[-73.26009710499488,41.494041417301275],[-73.25985910493847,41.494399417378574],[-73.2598001049247,41.4944914173984],[-73.2583681045904,41.49673441788083],[-73.25798810450613,41.497405418023554],[-73.25786210447475,41.497569418059534],[-73.25764610442026,41.49783741811866],[-73.25762310441482,41.49787241812621],[-73.25679910420516,41.498864418345796],[-73.25648410412336,41.4992154184243],[-73.2560351040112,41.49979241855103],[-73.25591710398112,41.49993341858227],[-73.25547410386609,41.50042741869271],[-73.25541410385134,41.50050841871041],[-73.25536210383872,41.500581418726256],[-73.25489410371401,41.50104841883227],[-73.25402610348779,41.502001419045754],[-73.25372810341563,41.50242341913744],[-73.25348210336283,41.50288841923578],[-73.25330110333083,41.50334841933102],[-73.25306310331261,41.50436441953602],[-73.25290910327838,41.504635419593676],[-73.25285110326473,41.504724419612856],[-73.25272710323567,41.50491641965419],[-73.25245310316424,41.5052174197216],[-73.25226210311176,41.5053804197595],[-73.25155510290321,41.505738419852186],[-73.25117310279148,41.505948419905486],[-73.25090910271433,41.50609441994248],[-73.25084510269559,41.50612941995138],[-73.2500521024668,41.50661942007252],[-73.25002010245757,41.50663942007745],[-73.24968010235929,41.50684642012877],[-73.24951610231192,41.50694642015355],[-73.24939410227732,41.507032420174255],[-73.24853410203741,41.507705420333096],[-73.24838010199447,41.50782642036163],[-73.2480641019106,41.50814742043431],[-73.24764710180187,41.50860442053666],[-73.24722010169516,41.50915242065704],[-73.24695310162886,41.50950242073373],[-73.24673010157231,41.509774420793846],[-73.24687610162376,41.50984442080264],[-73.2470591016863,41.50989942080731],[-73.2476741018929,41.51002142081081],[-73.24788210196299,41.51006642081273],[-73.24884610228537,41.5102324208133],[-73.24933010244722,41.51031542081354],[-73.2495201025122,41.510373420818546],[-73.24968810257111,41.51044942082779],[-73.25009310271754,41.510708420864766],[-73.25036010281259,41.510853420884125],[-73.25092410301288,41.511151420923454],[-73.25171810329769,41.51162042098843],[-73.25206110342715,41.51193342103792],[-73.25226610350579,41.51214242107174],[-73.25174810333955,41.51217342109475],[-73.25031010287816,41.51226142115903],[-73.2501971028436,41.51229742116973],[-73.24970510269338,41.5124594212173],[-73.24956010264907,41.512506421231194],[-73.24604910152608,41.51278242139994],[-73.24276610047322,41.51299342154861],[-73.24269010044804,41.51298442154935],[-73.24259210041625,41.51298442155256],[-73.24236710034344,41.51298742156053],[-73.24228310031481,41.51296342155863],[-73.24225110030424,41.512960421559114],[-73.24224810030326,41.51296042155921],[-73.24210410025604,41.51295142156217],[-73.23901809923456,41.51260242159568],[-73.23868709912493,41.51256342159897],[-73.23854909907917,41.51254642160018],[-73.23835609901528,41.51252442160225],[-73.23807109892084,41.512490421604994],[-73.23778709882677,41.51245742160791],[-73.23723109864261,41.51239242161353],[-73.23714209861309,41.51238142161431],[-73.23673309847763,41.51233342161841],[-73.23667409845808,41.51232642161899],[-73.23512809794467,41.51212242163009],[-73.22951309608005,41.511383421670764],[-73.22089409322491,41.510370421756676],[-73.21972509283768,41.51023342176839]]]},"properties":{"name":3481.25,"geoid":"09009348125"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.92414298538671,41.30820939202646],[-72.92432798543324,41.30797139197403],[-72.92488598557398,41.307260391817195],[-72.92507198562095,41.30702439176511],[-72.92520898565434,41.306829391722616],[-72.92562098575497,41.30624639159548],[-72.92575898578875,41.30605239155314],[-72.92601598587821,41.30616039156597],[-72.92678998614754,41.30648439160437],[-72.92704798623731,41.30659239161717],[-72.92738498635458,41.306733391633884],[-72.92839898670745,41.3071583916843],[-72.9287369868251,41.30730039170115],[-72.92905498693533,41.30742639171554],[-72.93001198726706,41.30780439175857],[-72.93033098737766,41.30793039177291],[-72.93050998742122,41.30767439171716],[-72.93104698755207,41.306909391550455],[-72.931226987596,41.30665439149486],[-72.93135998762851,41.30646639145385],[-72.9317619877272,41.305906391331526],[-72.93189598776006,41.305719391290694],[-72.93216398785326,41.30583039130375],[-72.9329689881332,41.3061643913431],[-72.93323798822675,41.30627639135631],[-72.9333339882499,41.30613539132568],[-72.93362398832024,41.305716391234505],[-72.93372098834378,41.305576391204056],[-72.93407498846655,41.30571739122019],[-72.93513698883493,41.30614139126885],[-72.93549098895777,41.306283391285206],[-72.93723398956124,41.306959391361154],[-72.93669798942946,41.30770239152355],[-72.93655398939313,41.30788539156392],[-72.9361229892845,41.308435391685215],[-72.93597998924855,41.308619391725756],[-72.93589398922829,41.30875439175489],[-72.93563798916837,41.30916239184282],[-72.93555398914883,41.30929839187208],[-72.93545998912485,41.30941339189758],[-72.93533698909351,41.30956439193103],[-72.93468498892723,41.31036239210786],[-72.93446898887231,41.31062939216699],[-72.93427998882562,41.310887392223464],[-72.93371498868638,41.311664392393396],[-72.93352798864039,41.31192339244999],[-72.93344098861857,41.312036392474866],[-72.93317998855306,41.31237439254927],[-72.93309398853162,41.312488392574316],[-72.93303498851678,41.31256439259105],[-72.93285898847273,41.312794392641635],[-72.93280098845827,41.31287139265853],[-72.93277898845018,41.31285439265592],[-72.93271398842639,41.31280639264864],[-72.93269298841868,41.31279039264619],[-72.93252098835555,41.31266039262634],[-72.93234898829873,41.31264239262835],[-72.93216698824334,41.3127063926467],[-72.93212398823324,41.312774392661375],[-72.93212798823787,41.31283339267278],[-72.93140198795858,41.31205839254478],[-72.9310909878382,41.31171339248738],[-72.93083398774102,41.311469392448004],[-72.93044798759459,41.31109339238697],[-72.92999898742514,41.3106723923192],[-72.92874898698985,41.31014339225608],[-72.92840798687132,41.31000339223972],[-72.92738798651678,41.309583392190476],[-72.92704798639866,41.30944439217427],[-72.9267159862832,41.309306392158],[-72.92571998593682,41.30889339210936],[-72.92538898582171,41.30875639209325],[-72.92513898573442,41.308646392079794],[-72.92439198547362,41.308318392039745],[-72.92414298538671,41.30820939202646]]]},"properties":{"name":3614.01,"geoid":"09009361401"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.86757196772909,41.320441396233],[-72.86760296773146,41.32030539620544],[-72.86769896773951,41.31989639612247],[-72.86773096774226,41.31976139609508],[-72.868307967851,41.31837139580506],[-72.86942396806151,41.31568739524496],[-72.87010296819965,41.31423239493895],[-72.87073996832939,41.31287039465244],[-72.87104796839272,41.31222239451596],[-72.87197396858355,41.310281394107044],[-72.8722839686476,41.30963439397071],[-72.87239196864805,41.30902139384749],[-72.87243196864864,41.30880239380341],[-72.8729009687606,41.30809039364925],[-72.87305996881341,41.30811239364845],[-72.8733309689008,41.30810339363799],[-72.87326996889006,41.30826339367122],[-72.87333796892047,41.308411393697945],[-72.87350096897504,41.30844139369858],[-72.87378996907188,41.30849639370005],[-72.87379996907906,41.3085663937134],[-72.87397996913919,41.30859739371368],[-72.87416396920176,41.30864839371774],[-72.87461196935408,41.3087723937276],[-72.87524996957033,41.30893739373937],[-72.87561296969338,41.30903139374608],[-72.87581696976186,41.309072393747556],[-72.87643096996803,41.30919639375207],[-72.87663597003689,41.309238393753695],[-72.87685497010905,41.309258393750575],[-72.87688197011798,41.3092613937503],[-72.87761997036209,41.30934539374302],[-72.87786597044352,41.30937439374079],[-72.87805997050769,41.30939639373886],[-72.87820797055667,41.30941339373744],[-72.87849197064867,41.30941139372793],[-72.8786449706975,41.309397393720275],[-72.87883997075986,41.3093813937109],[-72.87912797084604,41.30925339367665],[-72.87922197087259,41.30918339365995],[-72.88008397111628,41.30854739350804],[-72.88026197116594,41.30840439347437],[-72.8806009712607,41.30813539341096],[-72.88086097134052,41.30805539338697],[-72.88086497134175,41.308054393386655],[-72.88116497143636,41.30800639336765],[-72.88147097153515,41.307998393356264],[-72.88167297160169,41.3080163933533],[-72.88194497169137,41.308042393349645],[-72.88216697176966,41.3081533933642],[-72.88233297182823,41.30823739337528],[-72.88261597192863,41.3083893933959],[-72.8828299720039,41.30849339340934],[-72.88286697201691,41.30851139341168],[-72.8830719720855,41.30854839341233],[-72.88330497216367,41.30859439341383],[-72.88331497216713,41.308598393414286],[-72.88349797223101,41.308678393424046],[-72.88397997240226,41.30894239346016],[-72.88419897248006,41.309062393476566],[-72.88432597252525,41.30913339348636],[-72.88470897266151,41.309346393515675],[-72.8848369727071,41.30941839352563],[-72.884242972536,41.30980039361934],[-72.88246097202287,41.310949393901005],[-72.88231897198202,41.31104139392354],[-72.88187897185675,41.311350393998026],[-72.88125897167744,41.31173639409333],[-72.88061597149164,41.3121393941927],[-72.87994097129763,41.31258139430072],[-72.87949697117836,41.31301939440052],[-72.87897897103934,41.31353339451757],[-72.87866997095844,41.313875394594284],[-72.87859597094062,41.31398539461815],[-72.87760697070357,41.315468394939586],[-72.87760297070265,41.31547539494109],[-72.87728397062689,41.315966395047234],[-72.87722697061339,41.31605439506625],[-72.87688197053001,41.31655939517596],[-72.87657697045512,41.316985395268965],[-72.87654997044844,41.31702239527706],[-72.87641297041479,41.317213395318774],[-72.87610397034162,41.31769239542225],[-72.87482497003451,41.319601395836166],[-72.87464696998993,41.31983439588739],[-72.87400396984116,41.320893396114876],[-72.87272396940372,41.3205003960792],[-72.8723249692679,41.320387396069926],[-72.87172496906499,41.32024039606048],[-72.87136896894694,41.320195396063106],[-72.87135596894262,41.320193396063125],[-72.87126396891232,41.32018539606453],[-72.87050996866405,41.320120396076014],[-72.87030696859809,41.32011839608215],[-72.87024396857743,41.32011439608339],[-72.87013596854204,41.3201083960857],[-72.86987296845747,41.32012139609666],[-72.86964596838445,41.320132396106104],[-72.86936996829576,41.32014739611787],[-72.86896996816927,41.32020539614205],[-72.86874596809848,41.320238396155666],[-72.86851096802451,41.32027839617103],[-72.86780596780268,41.32040039621747],[-72.86757196772909,41.320441396233]]]},"properties":{"name":1426.03,"geoid":"09009142603"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.95108599350444,41.29727038902255],[-72.94987499305128,41.29620138885267],[-72.94990099304609,41.29596038880476],[-72.95042599321278,41.29589838877576],[-72.95057299325943,41.2958803887675],[-72.95072099330645,41.295863388759415],[-72.95079399332961,41.2958543887553],[-72.95097499337705,41.295655388710585],[-72.95108999340725,41.295530388682465],[-72.9516769935593,41.2948543885315],[-72.95174099357583,41.294779388514776],[-72.9518059935927,41.29470538849823],[-72.95184999360409,41.29465438848687],[-72.95200599364449,41.294474388446666],[-72.95173099353205,41.29406338837521],[-72.95171899352788,41.29405838837462],[-72.95137299340688,41.29390238835529],[-72.95102599328554,41.29374638833597],[-72.95086499322926,41.29367438832709],[-72.95070499317326,41.29360138831797],[-72.95061599314215,41.293561388313016],[-72.95043799307989,41.29348138830313],[-72.95026099301799,41.293401388293184],[-72.95015999297645,41.29324638826614],[-72.95012099296041,41.29318638825568],[-72.94987299286981,41.2930063882285],[-72.949741992829,41.29303538823838],[-72.94972299282244,41.29302838823762],[-72.94970499281627,41.29302238823703],[-72.94963699279292,41.29299938823473],[-72.94953099275651,41.2929633882311],[-72.9491109926072,41.29273138819928],[-72.94869199245822,41.29249938816744],[-72.94852299239817,41.29240638815471],[-72.94835499233844,41.292313388141956],[-72.94812999225842,41.29218838812476],[-72.94791899218345,41.29207238810888],[-72.94721599200751,41.29299138831109],[-72.9468759918984,41.293011388325915],[-72.94651499177502,41.29289938831567],[-72.94631199165924,41.29201638814966],[-72.94617199160734,41.291901388131684],[-72.94598899153948,41.291750388108085],[-72.94580699147197,41.29160038808463],[-72.94565399141523,41.29147438806493],[-72.94550099135857,41.29134938804543],[-72.94517899123917,41.291084388004016],[-72.94493899115015,41.290886387973046],[-72.94485599111938,41.29081838796242],[-72.94462499103376,41.29062838793273],[-72.94439299094773,41.29043738790287],[-72.94404799081987,41.29015438785868],[-72.94370299069195,41.28987038781427],[-72.94354099062924,41.28969038778431],[-72.9433789905666,41.28951138775454],[-72.94314399047568,41.289251387711296],[-72.94293099039328,41.28901538767203],[-72.94279799034803,41.28897738766888],[-72.94153698991897,41.28862038763969],[-72.94141198987381,41.288538387627696],[-72.94102098973266,41.288284387590636],[-72.94092098969658,41.288219387581144],[-72.9406299895916,41.28803138755377],[-72.94056198956703,41.28798638754716],[-72.94049398954243,41.28794138754055],[-72.94031698947965,41.287846387527686],[-72.94021098944178,41.28778438751898],[-72.94009298939244,41.28758838748447],[-72.94004398936961,41.28746538746201],[-72.9399469893243,41.28722038741724],[-72.94021398939974,41.28702338737015],[-72.94037698944591,41.28690538734185],[-72.94064898952284,41.28670638729422],[-72.94074598951443,41.28600138715331],[-72.94023098926056,41.2844643868695],[-72.93992798911106,41.28355738670197],[-72.94000198913476,41.28355238669862],[-72.94012398917384,41.28354438669313],[-72.9402259892066,41.283538386688676],[-72.94030098923069,41.28353438668547],[-72.9412139895239,41.28348538664654],[-72.94141398958875,41.283485386640095],[-72.94147098960723,41.28348538663827],[-72.94236198989796,41.28351838661605],[-72.9428109900462,41.28356538661079],[-72.94401699045105,41.28381038661989],[-72.94470899068466,41.283974386629666],[-72.94537099090824,41.28413238663926],[-72.94580099105133,41.28419738663813],[-72.94597099110784,41.28422238663753],[-72.94612199115817,41.28424638663737],[-72.94648399127712,41.28427438663118],[-72.94665599133366,41.2842883866284],[-72.94682199138822,41.28430138662559],[-72.9468799914073,41.2843063866247],[-72.94732099155038,41.28430838661091],[-72.94748799160458,41.284309386605734],[-72.9477499916891,41.284301386595736],[-72.9481009918013,41.28427338657897],[-72.94839499189536,41.2842513865652],[-72.949468992234,41.28408238649761],[-72.94991399237135,41.283960386459455],[-72.95007899242232,41.28391538644535],[-72.95049499254847,41.28376138640187],[-72.9505789925738,41.28372738639251],[-72.95083099264977,41.28362638636465],[-72.95091599267545,41.28359338635549],[-72.95193699298447,41.283204386246595],[-72.95197299299522,41.283188386242315],[-72.95419199366341,41.28228338599403],[-72.95511499394077,41.28189638588868],[-72.95615999425483,41.281459385769644],[-72.95669299441579,41.28125038571164],[-72.95719399456719,41.281055385657396],[-72.95828999489758,41.28061538553612],[-72.958821995058,41.280402385477366],[-72.95896399510042,41.28033838546029],[-72.95939299522868,41.28014738540915],[-72.9595359952715,41.280084385392236],[-72.95985499536737,41.27995138535596],[-72.96081399565574,41.2795533852473],[-72.96096599570151,41.27949138523029],[-72.9611389957543,41.27943338521338],[-72.96120499578153,41.27953638523139],[-72.96140599586417,41.279845385285306],[-72.96147399589205,41.27994838530325],[-72.96162199595061,41.28013538533504],[-72.96206599612633,41.28069738543058],[-72.96221499618528,41.28088538546253],[-72.9626139963476,41.28146838556362],[-72.96317499657582,41.282287385705615],[-72.96419399687854,41.28179938557743],[-72.96483299706844,41.28149438549726],[-72.96477099704482,41.281432385487136],[-72.96472799702845,41.28138938548012],[-72.96460299697898,41.28123138545325],[-72.96454999695794,41.28116338544167],[-72.96480499703293,41.281027385406894],[-72.96527399717104,41.2807813853437],[-72.96558399726378,41.28064438530695],[-72.96580499732998,41.28054838528107],[-72.96584999734361,41.2805313852763],[-72.9659159973727,41.280667385300745],[-72.9659239973771,41.28069938530675],[-72.96593099738571,41.28081138532841],[-72.96598999741434,41.280979385359345],[-72.96597499741509,41.28107838537919],[-72.96598199742166,41.28115438539381],[-72.96605499744567,41.281160385392624],[-72.96620999749041,41.28106338536868],[-72.96627299750871,41.28102538535923],[-72.96638999754646,41.281022385354866],[-72.9664769975801,41.28111838537083],[-72.96657799761549,41.281165385376774],[-72.96672399766095,41.281132385365616],[-72.96689899771225,41.28103638534121],[-72.96698599774129,41.28105138534134],[-72.96711699779281,41.2812113853684],[-72.96721899782952,41.28127538537762],[-72.96734999787266,41.28128738537574],[-72.96760399794839,41.2811703853447],[-72.96788799804021,41.28116638533477],[-72.96803399808692,41.28115538532792],[-72.96829599817745,41.281254385338826],[-72.96836899820576,41.281336385352496],[-72.96842699824047,41.28161738540555],[-72.96843199824225,41.28162038540597],[-72.96851399827179,41.2816723854135],[-72.96873999834555,41.281681385407985],[-72.96891499840399,41.2817113854082],[-72.96908199846516,41.28183538542706],[-72.9692789985277,41.28181238541623],[-72.96958399862481,41.28178138540034],[-72.96969899866208,41.28178138539662],[-72.970071998783,41.28178138538462],[-72.97044999890895,41.28184138538416],[-72.97080699903321,41.281992385402184],[-72.97092499907339,41.282026385405025],[-72.97093799907782,41.282030385405385],[-72.97112699913622,41.28197938538932],[-72.9712949991832,41.281847385358134],[-72.97116299913746,41.28179538535221],[-72.97111299911712,41.28172238533957],[-72.97140299920275,41.28157438530129],[-72.97154199924182,41.2814683852761],[-72.9716219992643,41.2814073852616],[-72.97184699932932,41.281267385227004],[-72.97194199935994,41.28126438522336],[-72.97197699937215,41.281279385225154],[-72.97209399941295,41.28133038523135],[-72.97225399946419,41.28131938522405],[-72.97235699950154,41.28138938523442],[-72.9724219995293,41.28150738525537],[-72.97259699959871,41.28173138529351],[-72.97258199960119,41.2818613853194],[-72.9723429995462,41.28225838540469],[-72.97236399955733,41.28233438541885],[-72.97275799970355,41.28266138547007],[-72.97328899989867,41.28306738553231],[-72.97349999998207,41.2833323855773],[-72.97375500009457,41.28385938567208],[-72.97378800010952,41.28393438568568],[-72.97413400026574,41.28471238582655],[-72.97427200032361,41.284944385867455],[-72.97434100035085,41.28503038588204],[-72.97441300037933,41.28512138589748],[-72.97444700039274,41.28516338590461],[-72.97444700040037,41.28529838593098],[-72.97436000037591,41.285364385946686],[-72.97430900036044,41.285383385952045],[-72.97420100032794,41.28542738596413],[-72.97416300031647,41.28544238596827],[-72.97413400031137,41.28551838598405],[-72.9741710003313,41.28565838601023],[-72.97423900035783,41.28573738602346],[-72.97436000040501,41.285878386047116],[-72.97436700041267,41.28597338606547],[-72.97428700039069,41.286043386081715],[-72.97416400035608,41.28613638610386],[-72.97414900035552,41.28621238611919],[-72.97417100037082,41.28635638614661],[-72.9741350003614,41.28639638615558],[-72.97409100035172,41.286477386172834],[-72.97414200037393,41.28657738619074],[-72.97418900039364,41.28665638620466],[-72.97423700041372,41.28673638621874],[-72.9742660004321,41.28689438624868],[-72.97433700046042,41.28698838626476],[-72.97429300044746,41.28701138627067],[-72.97416400040976,41.2870843862891],[-72.9741210003972,41.287108386295166],[-72.97400000036163,41.28717338631177],[-72.97363900025583,41.287371386362096],[-72.97351900022066,41.28743738637885],[-72.97318100012157,41.287622386425895],[-72.97216799982478,41.288180386567554],[-72.97183099972605,41.28836638661476],[-72.97174799970175,41.288412386626426],[-72.97149999962924,41.28855138666157],[-72.97141799960532,41.2885983866734],[-72.97114099952401,41.28874838671163],[-72.97030999928032,41.28920238682712],[-72.97003399919944,41.2893543868657],[-72.96992699916748,41.289402386878535],[-72.96960999907297,41.28954838691727],[-72.9695039990414,41.28959738693026],[-72.96896599888095,41.28984438699587],[-72.96824899866267,41.290094387067796],[-72.96721499834184,41.29034838715074],[-72.96698399827062,41.29041338717089],[-72.96687099823615,41.29045138718194],[-72.9665319981327,41.29056538721514],[-72.96641899809819,41.29060338722619],[-72.96531199776209,41.291005387340405],[-72.9636659972644,41.29164038751749],[-72.96306999708305,41.29185038757771],[-72.96207799678297,41.29223038768391],[-72.96145399659339,41.29245538774797],[-72.96138399657212,41.292480387755106],[-72.96090599642687,41.29265238780411],[-72.96059499633245,41.2927653878362],[-72.9602679962359,41.29293238787936],[-72.96004999617608,41.293124387923896],[-72.9598359961271,41.293484388001126],[-72.95949799604983,41.29405538812358],[-72.95935099601711,41.29431938817987],[-72.9592109959831,41.29452038822367],[-72.95906299594486,41.29469238826203],[-72.95894999591394,41.29479338828541],[-72.95857099581019,41.29513138836365],[-72.9582349957171,41.295411388429166],[-72.95762199554372,41.29585938853644],[-72.9575369955178,41.295888388544846],[-72.95731599545057,41.295966388567194],[-72.95728199543998,41.29597438856986],[-72.9571949954131,41.29599738857715],[-72.95695199533846,41.29607038859924],[-72.95622699511584,41.29629038866556],[-72.95598499504156,41.29636438868782],[-72.9558379949968,41.29641538870251],[-72.95540099486375,41.296568388746465],[-72.95525499481937,41.29662038876133],[-72.95506899476291,41.29668838878061],[-72.95460399462193,41.29686138882938],[-72.95450899459254,41.29688638883732],[-72.95431899453396,41.2969393888538],[-72.95374299435215,41.29702738888954],[-72.95366899432817,41.29702738889191],[-72.95108599350444,41.29727038902255]]]},"properties":{"name":3615,"geoid":"09009361500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.7959479549064,41.50461243442599],[-72.79681495519736,41.50477443442965],[-72.79941595607045,41.50526343444117],[-72.8002839563618,41.50542643444498],[-72.80043995641726,41.505510434456305],[-72.80056095646027,41.50557543446507],[-72.80091095658479,41.50576443449057],[-72.80106795664064,41.505849434502046],[-72.80120795668611,41.50584943449755],[-72.80121295668775,41.50584943449739],[-72.80134395673056,41.50585343449396],[-72.80146195676913,41.505857434490956],[-72.80160795681856,41.505892434493056],[-72.80163695682909,41.50591143449582],[-72.80171895685879,41.5059654345037],[-72.80172895686471,41.5060124345125],[-72.8019939569544,41.50607543451624],[-72.80279095722436,41.50626743452797],[-72.80305695731448,41.50633243453206],[-72.80338495742613,41.50642143453883],[-72.8043689577611,41.50668843455911],[-72.80469695787282,41.50677843456608],[-72.80556295816426,41.506954434572464],[-72.80816095903872,41.50748443459202],[-72.80902795933052,41.50766143459858],[-72.81025795974033,41.50783843459345],[-72.81395096097071,41.50837043457816],[-72.81518196138089,41.50854843457318],[-72.81492396135197,41.50951343476909],[-72.81459896131582,41.51073443501694],[-72.81421996128901,41.51242743535827],[-72.81400296127406,41.513403435554984],[-72.81394996125698,41.51340643555728],[-72.81359296114076,41.513402435567976],[-72.81295396093273,41.51339643558735],[-72.81236996074726,41.513472435620905],[-72.81196496061874,41.51352643564442],[-72.811662960522,41.513551435659],[-72.8107599602329,41.51362843570302],[-72.81045896013659,41.51365443571775],[-72.8101279600299,41.51367043573149],[-72.80963895987246,41.513696435752266],[-72.8091359597089,41.513694435768066],[-72.8088049596013,41.513694435778696],[-72.80798095934081,41.51382243583006],[-72.80734495913907,41.51390943586743],[-72.80706195905054,41.51397043588838],[-72.80551495856531,41.51427843599799],[-72.80550895856295,41.514271435996825],[-72.8054579585515,41.51436143601596],[-72.8038949582101,41.51728843663522],[-72.80331095808837,41.51848543688667],[-72.8021129578233,41.52066943734971],[-72.80162695771749,41.52158543754338],[-72.80055095748305,41.523611437971766],[-72.79930295721583,41.526043438484564],[-72.79971195734137,41.52591343844615],[-72.80013895746985,41.52573243839724],[-72.80057795760094,41.525528438343486],[-72.80115995780633,41.52581343838017],[-72.80093995775965,41.52624943847198],[-72.80028395762099,41.527559438747666],[-72.80006495757469,41.52799643883964],[-72.79985595752832,41.528375438920015],[-72.79923195739028,41.52951343916123],[-72.7990239573443,41.529893439241754],[-72.79893895732494,41.53003843927267],[-72.79868395726704,41.53047743936617],[-72.79859995724804,41.530623439397246],[-72.7985039572304,41.53086143944659],[-72.79821995717886,41.53157743959486],[-72.79812495716158,41.53181643964436],[-72.7966619566698,41.531531439636005],[-72.79550395628158,41.531324439632996],[-72.79467895599855,41.5310634396088],[-72.79478795602272,41.53086543956681],[-72.79483995603535,41.53079043955055],[-72.79493295605819,41.53066043952233],[-72.79507095608682,41.5303754394625],[-72.7951879561075,41.530070439399466],[-72.7952169561086,41.52992443937017],[-72.79528095611175,41.52961443930785],[-72.79505795603717,41.52957743930782],[-72.79438995581383,41.52946843930812],[-72.79416795573962,41.52943243930825],[-72.79373495559484,41.52936143930837],[-72.79243695516084,41.52914943930889],[-72.79200495501642,41.529079439309164],[-72.79202495501383,41.52891943927743],[-72.79194195500175,41.52918143933101],[-72.79134195488656,41.530584439622956],[-72.79004595461319,41.53318344016967],[-72.78910895429324,41.53291344014732],[-72.7884689540737,41.53271144012862],[-72.78837795404247,41.53268244012591],[-72.7882019539822,41.532628440121066],[-72.78810395394925,41.53260944012054],[-72.788010953918,41.53259144012002],[-72.78687795353102,41.53226344009269],[-72.78617295328917,41.532040440071995],[-72.78605095324752,41.53200544006911],[-72.78568495312263,41.53190144006067],[-72.78556395308135,41.531867440057944],[-72.78547195304992,41.53184044005566],[-72.7851979529564,41.531762440049306],[-72.78510695292533,41.53173644004716],[-72.7848649528427,41.53166644004134],[-72.78414195259569,41.53145644002376],[-72.78390095251339,41.53138644001788],[-72.78362795241888,41.53128544000703],[-72.78281195213656,41.530985439974955],[-72.78253995204247,41.53088543996425],[-72.7824459520098,41.53084843996008],[-72.78216395191198,41.53074043994815],[-72.78207095187976,41.53070543994433],[-72.78189495181878,41.53063943993717],[-72.78136695163604,41.530444439916224],[-72.78119095157516,41.53037943990925],[-72.78097595150042,41.530294439899635],[-72.78033295127696,41.530040439870916],[-72.78011895120261,41.52995643986146],[-72.77997995115408,41.529897439854466],[-72.77956595100957,41.529723439833944],[-72.77942795096149,41.529666439827295],[-72.77956395099562,41.52948943978853],[-72.77997195109823,41.52896143967281],[-72.78010895113282,41.528786439634395],[-72.78017095114757,41.528691439613944],[-72.7803579511923,41.52840943955312],[-72.78042095120745,41.52831543953283],[-72.78055595123966,41.528110439488664],[-72.7806999512742,41.52789443944204],[-72.78091695132068,41.527471439352865],[-72.78102995134506,41.52725443930707],[-72.7811209513655,41.527093439272846],[-72.78139295142643,41.52661043917022],[-72.78148495144724,41.52645043913617],[-72.78252895167935,41.524564438736064],[-72.78286395175392,41.5239614386081],[-72.7839489519967,41.52202843819751],[-72.78448995211858,41.52107943799565],[-72.78475095217756,41.520624437898825],[-72.78517795227124,41.51983143773096],[-72.7854509523374,41.519434437645],[-72.78584995244488,41.51904343755619],[-72.78708595277791,41.51783543728165],[-72.7873919528605,41.517538437214085],[-72.78796495301472,41.51697543708623],[-72.78926695336534,41.51569943679633],[-72.78966695347097,41.515270436700085],[-72.79021595361608,41.51468443656853],[-72.79027895362947,41.51455943654219],[-72.79046995367038,41.514187436463736],[-72.79053395368418,41.51406443643777],[-72.79062995370487,41.51387943639872],[-72.79091795376708,41.51332743628214],[-72.79101495378814,41.51314343624326],[-72.79107395380083,41.513029436219185],[-72.7912519538393,41.51268843614717],[-72.79131195385237,41.512575436123285],[-72.79156795390938,41.51211443602543],[-72.79233795408113,41.51073343573217],[-72.79259495413848,41.51027343563449],[-72.79292595421327,41.50969643551165],[-72.79358695436277,41.50854743526703],[-72.79394095444552,41.507979435145195],[-72.79429395452824,41.50741643502438],[-72.79463395460697,41.50685743490475],[-72.79479295464387,41.5065974348491],[-72.79549595481383,41.50556843462642],[-72.79569195485708,41.50520843455013],[-72.7958839548997,41.504860434476285],[-72.7959479549064,41.50461243442599]]]},"properties":{"name":1711,"geoid":"09009171100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.7959479549064,41.50461243442599],[-72.7958839548997,41.504860434476285],[-72.79569195485708,41.50520843455013],[-72.79549595481383,41.50556843462642],[-72.79479295464387,41.5065974348491],[-72.79463395460697,41.50685743490475],[-72.79429395452824,41.50741643502438],[-72.79394095444552,41.507979435145195],[-72.79358695436277,41.50854743526703],[-72.79292595421327,41.50969643551165],[-72.79259495413848,41.51027343563449],[-72.79233795408113,41.51073343573217],[-72.79156795390938,41.51211443602543],[-72.79131195385237,41.512575436123285],[-72.7912519538393,41.51268843614717],[-72.79107395380083,41.513029436219185],[-72.79101495378814,41.51314343624326],[-72.79091795376708,41.51332743628214],[-72.79062995370487,41.51387943639872],[-72.79053395368418,41.51406443643777],[-72.79046995367038,41.514187436463736],[-72.79027895362947,41.51455943654219],[-72.79021595361608,41.51468443656853],[-72.78966695347097,41.515270436700085],[-72.78926695336534,41.51569943679633],[-72.78796495301472,41.51697543708623],[-72.7873919528605,41.517538437214085],[-72.78708595277791,41.51783543728165],[-72.78584995244488,41.51904343755619],[-72.7854509523374,41.519434437645],[-72.78517795227124,41.51983143773096],[-72.78475095217756,41.520624437898825],[-72.78448995211858,41.52107943799565],[-72.7839489519967,41.52202843819751],[-72.78286395175392,41.5239614386081],[-72.78252895167935,41.524564438736064],[-72.78148495144724,41.52645043913617],[-72.78139295142643,41.52661043917022],[-72.7811209513655,41.527093439272846],[-72.78102995134506,41.52725443930707],[-72.78091695132068,41.527471439352865],[-72.7806999512742,41.52789443944204],[-72.78055595123966,41.528110439488664],[-72.78042095120745,41.52831543953283],[-72.7803579511923,41.52840943955312],[-72.78017095114757,41.528691439613944],[-72.78010895113282,41.528786439634395],[-72.77997195109823,41.52896143967281],[-72.77956395099562,41.52948943978853],[-72.77942795096149,41.529666439827295],[-72.7793099509208,41.52962543982311],[-72.77895595079872,41.529502439810585],[-72.77883895075841,41.52946243980658],[-72.77859295067493,41.529400439802416],[-72.77785495042443,41.52921443978995],[-72.77760995034133,41.52915343978597],[-72.77720495020262,41.52902943977488],[-72.77656394998316,41.52883443975756],[-72.77599594978766,41.528643439738694],[-72.77596894977836,41.52863443973781],[-72.77559994965051,41.52849543972263],[-72.77543894959436,41.52842843971478],[-72.7752179495174,41.528338439704385],[-72.77495694942625,41.52822743969119],[-72.77479794937068,41.5281594396831],[-72.77464494931685,41.528087439674],[-72.77418794915602,41.52787143964669],[-72.77403594910258,41.527800439637765],[-72.77386194904153,41.52772143962801],[-72.77334194885918,41.52748743959922],[-72.77316894879856,41.52741043958981],[-72.77305094875713,41.52735643958309],[-72.77282194867688,41.527254439570626],[-72.77269394863242,41.52720443956502],[-72.7725739485908,41.527158439559926],[-72.77251694857104,41.52713643955748],[-72.77234794851239,41.52707143955027],[-72.772291948493,41.527050439547985],[-72.77202394840201,41.52698243954336],[-72.77175194830858,41.526894439535],[-72.77164894827386,41.52687243953403],[-72.77110594809096,41.52676043952969],[-72.77049794788718,41.52665243952821],[-72.77042094786141,41.52663943952817],[-72.77038494786086,41.526835439567414],[-72.76990994778028,41.52813443983515],[-72.76982394777649,41.52855943992053],[-72.76980694777596,41.52864743993817],[-72.76982494780803,41.5291084400272],[-72.7696969478042,41.529773440160554],[-72.76968094780385,41.529858440177584],[-72.76933294779727,41.53173244055298],[-72.76932794779802,41.5317744405613],[-72.76927194780843,41.532277440660856],[-72.76926594781625,41.532449440694485],[-72.76924694781998,41.53262344072891],[-72.76926894789723,41.53385644096781],[-72.76931094793125,41.53421444103603],[-72.76934194796434,41.534619441113755],[-72.76943294804164,41.53545844127386],[-72.76957794813673,41.53630144143305],[-72.7698069482669,41.53728144161612],[-72.76980194827918,41.53752544166371],[-72.76982794829773,41.53770344169747],[-72.77016594847218,41.53883844190714],[-72.7702289485048,41.53905144194652],[-72.76918694814411,41.538666441905164],[-72.76909094811137,41.538639441902994],[-72.7684219478833,41.53845344188834],[-72.76780194767211,41.5382844418754],[-72.7673789475281,41.53817044186683],[-72.76593094703767,41.537824441846084],[-72.76530694682633,41.537675441837166],[-72.7651389467695,41.53763644183497],[-72.7646359465993,41.53751944182838],[-72.76446894654279,41.537480441826176],[-72.76439394651739,41.53746244182506],[-72.7641719464423,41.53741144182229],[-72.76409794641728,41.53739444182136],[-72.76378594631187,41.537324441817766],[-72.76298494604129,41.537145441808704],[-72.76285094599567,41.53710944180601],[-72.76254294589093,41.53702844180013],[-72.76233294582958,41.537150441830605],[-72.76149794558637,41.53764744195398],[-72.76132194553432,41.53773844197732],[-72.76031994519695,41.537534441969825],[-72.76011594512762,41.53748144196607],[-72.75980894502149,41.53737044195436],[-72.75937994487326,41.53721644193819],[-72.7583999445272,41.53673344187578],[-72.75789094434363,41.536415441830314],[-72.75765694425806,41.53624844180538],[-72.7575979442362,41.53620144179813],[-72.7574279441732,41.536065441777176],[-72.75674694392104,41.53552444169388],[-72.75656594385407,41.53538144167189],[-72.7564609438155,41.5353034416601],[-72.75599094363724,41.53485544158813],[-72.75580894356818,41.53468144156015],[-72.75470594315735,41.53376244141692],[-72.75450394308258,41.53360244139232],[-72.75420394297159,41.53336544135587],[-72.75400094289589,41.53319444132915],[-72.75371894279071,41.53295744129214],[-72.75287394247576,41.53224944118164],[-72.75279494244633,41.53218344117135],[-72.75257894236755,41.532032441148935],[-72.7523909422963,41.53185444112036],[-72.75222594223482,41.53171644109883],[-72.7511339418282,41.53080844095737],[-72.75076994169271,41.53050644091035],[-72.75040994155874,41.53020844086397],[-72.75013994145932,41.53000344083278],[-72.74980794133701,41.52975044079426],[-72.74965094128046,41.52965344078044],[-72.74933494116819,41.52948544075792],[-72.74860394090925,41.529110440708465],[-72.74801094070423,41.528895440685694],[-72.74772294060469,41.52879144067471],[-72.74751594053456,41.52874144067164],[-72.7472429404416,41.52866744066601],[-72.74724694041785,41.52822644058016],[-72.74720094039463,41.52808044055326],[-72.74714294036593,41.52790744052149],[-72.74711694034725,41.52772744048733],[-72.74705694030334,41.527297440405654],[-72.74704294029316,41.52719844038686],[-72.74704194027682,41.52691644033207],[-72.74703994024176,41.526310440214345],[-72.74703894021232,41.52579744011465],[-72.74675893996765,41.52309143959758],[-72.74675393996438,41.52306243959209],[-72.7467489399606,41.52302443958487],[-72.74654993978906,41.521142439225365],[-72.74650293974805,41.52068943913878],[-72.74616293934243,41.51548943813864],[-72.74604093919586,41.51360543777619],[-72.74603893919284,41.51356343776809],[-72.74602993918309,41.513443437745046],[-72.74596693911899,41.51267443759752],[-72.74573793888611,41.5098814370617],[-72.74566193880865,41.50895143688327],[-72.74566093880715,41.50893043687924],[-72.74547593862063,41.50670243645184],[-72.74493193806957,41.50010243518552],[-72.74491993805732,41.499955435157304],[-72.7447429378723,41.49770643472547],[-72.74600793828328,41.497703434684354],[-72.74620593834761,41.49770243467782],[-72.74709593863683,41.4977014346491],[-72.74816493897725,41.49757743459073],[-72.74944693938548,41.497428434520664],[-72.75056393973799,41.49724243444869],[-72.75110493990879,41.49715343441403],[-72.75200794019376,41.49700343435591],[-72.75356994068727,41.496753434257215],[-72.75825594216786,41.496005433961486],[-72.75981894266178,41.49575743386315],[-72.76069394294545,41.49574443383256],[-72.7633219437974,41.4957064337409],[-72.76419894408174,41.495694433710455],[-72.7649269443167,41.49566543368146],[-72.7671099450213,41.49557943359471],[-72.76783894525663,41.49555143356589],[-72.76827594539667,41.495516433545056],[-72.76833894541686,41.49551143354207],[-72.76850094547251,41.49556443354719],[-72.76876894556239,41.49561343354811],[-72.77155594649732,41.49612743355871],[-72.77248594680934,41.49629943356233],[-72.77256094683653,41.49634943356966],[-72.77304094700821,41.49662543360794],[-72.7733519471171,41.49676343362482],[-72.77572494794838,41.497821433754474],[-72.77604994806234,41.49796843377265],[-72.77678194831903,41.49829943381352],[-72.77686994835045,41.49834943382043],[-72.77694694837696,41.498375433823014],[-72.77772294864353,41.498628433847315],[-72.78005394944428,41.49938943392055],[-72.78083094971123,41.499643433944996],[-72.7810819497936,41.49965743393969],[-72.78183495004082,41.49970143392406],[-72.78208595012325,41.49971643391892],[-72.78233595020833,41.49978443392413],[-72.78293795041334,41.4999494339369],[-72.78308195046355,41.500009433943944],[-72.7833219505473,41.50011043395589],[-72.78474995103937,41.500603434005924],[-72.78876295242229,41.50198943414665],[-72.78903395251571,41.502083434156226],[-72.78928895260358,41.50217143416515],[-72.78956095269733,41.50226543417471],[-72.7898689528035,41.502372434185624],[-72.7904619530079,41.50257843420664],[-72.79082395313199,41.502691434216985],[-72.79190995350417,41.50303043424804],[-72.79227295362857,41.503143434258355],[-72.792398953672,41.50318743426287],[-72.79265095375902,41.50327743427228],[-72.79269595377455,41.50329343427395],[-72.79277895380318,41.50332243427692],[-72.79290595384707,41.50336843428178],[-72.79318395394402,41.50348443429542],[-72.79401895423527,41.503834434336646],[-72.7942979543326,41.503951434350455],[-72.79462695444701,41.50408343436556],[-72.79561695479124,41.50447943441076],[-72.7959479549064,41.50461243442599]]]},"properties":{"name":1712,"geoid":"09009171200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.78561395372644,41.542915442203046],[-72.7854989536883,41.54290244220423],[-72.78515495357436,41.54286544220809],[-72.78504095353662,41.54285344220943],[-72.78387995315201,41.542727442222265],[-72.78061295206979,41.542374442258655],[-72.78040095199884,41.542338442258455],[-72.77968695175993,41.54221944225828],[-72.77925195161401,41.54214044225691],[-72.77885595147951,41.54203944225001],[-72.77856895138204,41.54196644224505],[-72.7776689510767,41.541742442230436],[-72.7775529510374,41.54171444222871],[-72.7772699509422,41.541658442226925],[-72.77706695087306,41.54160344222276],[-72.77705695086968,41.54160044222252],[-72.77641495065191,41.54144144221223],[-72.77620095057931,41.54138844220881],[-72.77609795054434,41.54136244220706],[-72.77579195044054,41.54128644220213],[-72.77568995040595,41.54126144220055],[-72.7756569503947,41.54125244219985],[-72.77555795036115,41.54122844219836],[-72.7755259503503,41.541220442197854],[-72.77522495024817,41.54114544219294],[-72.77432194994185,41.540921442178416],[-72.77402194984009,41.54084744217367],[-72.77367094972121,41.54076344216864],[-72.77261794936459,41.54051244215368],[-72.77226694924576,41.54042944214882],[-72.77191794912757,41.540346442143914],[-72.77087094877302,41.540097442129145],[-72.77052294865516,41.54001444212419],[-72.77047994863162,41.53984644209294],[-72.7702849485349,41.539260441985334],[-72.7702289485048,41.53905144194652],[-72.77016594847218,41.53883844190714],[-72.76982794829773,41.53770344169747],[-72.76980194827918,41.53752544166371],[-72.7698069482669,41.53728144161612],[-72.76957794813673,41.53630144143305],[-72.76943294804164,41.53545844127386],[-72.76934194796434,41.534619441113755],[-72.76931094793125,41.53421444103603],[-72.76926894789723,41.53385644096781],[-72.76924694781998,41.53262344072891],[-72.76926594781625,41.532449440694485],[-72.76927194780843,41.532277440660856],[-72.76932794779802,41.5317744405613],[-72.76933294779727,41.53173244055298],[-72.76968094780385,41.529858440177584],[-72.7696969478042,41.529773440160554],[-72.76982494780803,41.5291084400272],[-72.76980694777596,41.52864743993817],[-72.76982394777649,41.52855943992053],[-72.76990994778028,41.52813443983515],[-72.77038494786086,41.526835439567414],[-72.77042094786141,41.52663943952817],[-72.77049794788718,41.52665243952821],[-72.77110594809096,41.52676043952969],[-72.77164894827386,41.52687243953403],[-72.77175194830858,41.526894439535],[-72.77202394840201,41.52698243954336],[-72.772291948493,41.527050439547985],[-72.77234794851239,41.52707143955027],[-72.77251694857104,41.52713643955748],[-72.7725739485908,41.527158439559926],[-72.77269394863242,41.52720443956502],[-72.77282194867688,41.527254439570626],[-72.77305094875713,41.52735643958309],[-72.77316894879856,41.52741043958981],[-72.77334194885918,41.52748743959922],[-72.77386194904153,41.52772143962801],[-72.77403594910258,41.527800439637765],[-72.77418794915602,41.52787143964669],[-72.77464494931685,41.528087439674],[-72.77479794937068,41.5281594396831],[-72.77495694942625,41.52822743969119],[-72.7752179495174,41.528338439704385],[-72.77543894959436,41.52842843971478],[-72.77559994965051,41.52849543972263],[-72.77596894977836,41.52863443973781],[-72.77599594978766,41.528643439738694],[-72.77656394998316,41.52883443975756],[-72.77720495020262,41.52902943977488],[-72.77760995034133,41.52915343978597],[-72.77785495042443,41.52921443978995],[-72.77859295067493,41.529400439802416],[-72.77883895075841,41.52946243980658],[-72.77895595079872,41.529502439810585],[-72.7793099509208,41.52962543982311],[-72.77942795096149,41.529666439827295],[-72.77956595100957,41.529723439833944],[-72.77997995115408,41.529897439854466],[-72.78011895120261,41.52995643986146],[-72.78033295127696,41.530040439870916],[-72.78097595150042,41.530294439899635],[-72.78119095157516,41.53037943990925],[-72.78136695163604,41.530444439916224],[-72.78189495181878,41.53063943993717],[-72.78207095187976,41.53070543994433],[-72.78216395191198,41.53074043994815],[-72.7824459520098,41.53084843996008],[-72.78253995204247,41.53088543996425],[-72.78281195213656,41.530985439974955],[-72.78362795241888,41.53128544000703],[-72.78390095251339,41.53138644001788],[-72.78414195259569,41.53145644002376],[-72.7848649528427,41.53166644004134],[-72.78510695292533,41.53173644004716],[-72.7851979529564,41.531762440049306],[-72.78547195304992,41.53184044005566],[-72.78556395308135,41.531867440057944],[-72.78533695303567,41.532361440161246],[-72.78465595289869,41.53384444047132],[-72.78442995285339,41.534339440574755],[-72.78515595309754,41.534482440579225],[-72.78553995322707,41.53456544058302],[-72.78569495327939,41.53459944058465],[-72.78526495330466,41.537499441161955],[-72.78665495372643,41.53697044101452],[-72.78695595381852,41.53686944098522],[-72.78786095409554,41.53656744089747],[-72.78816295418801,41.53646744086832],[-72.78824595421335,41.536438440860024],[-72.78849495428956,41.53635544083589],[-72.78857895431534,41.53632844082794],[-72.78875595436958,41.53627044081099],[-72.78928995453337,41.53609844076042],[-72.78946795458799,41.53604144074361],[-72.78958495462483,41.53602044073576],[-72.78993695473591,41.535961440712995],[-72.79005495477313,41.53594144070532],[-72.7898219547127,41.53621044076507],[-72.78970895468346,41.53634244079435],[-72.78923995457427,41.537102440957106],[-72.78905395453106,41.53740544102195],[-72.78887595448896,41.537682441081486],[-72.78768895421115,41.539580441488425],[-72.78760095419045,41.53971944151825],[-72.78746995415972,41.539927441562874],[-72.78733695412853,41.54013944160833],[-72.78724995410822,41.540279441638354],[-72.78710495407509,41.54052544169081],[-72.7869429540383,41.54080444175022],[-72.7866529539697,41.541255441847156],[-72.78649895393336,41.541496441898936],[-72.78643895391868,41.54158144191738],[-72.78642695391582,41.54159944192124],[-72.78627795388162,41.54184944197461],[-72.78622595386983,41.54193944199377],[-72.78609995383985,41.542132442035324],[-72.78583895377788,41.542534442121806],[-72.78575095375766,41.5426814421532],[-72.78572995375283,41.54271644216068],[-72.78561395372644,41.542915442203046]]]},"properties":{"name":1713,"geoid":"09009171300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.79371295584639,41.533906440192304],[-72.79360595582813,41.53419644025212],[-72.79337195578506,41.53477644037232],[-72.79338195581833,41.5353034404744],[-72.79340495585802,41.535869440583646],[-72.7934549559574,41.53732944086573],[-72.79353895608756,41.539135441213936],[-72.79362795618728,41.54037844145258],[-72.79362795619554,41.540523441480744],[-72.79362795622038,41.54095944156545],[-72.79362795622293,41.5410044415742],[-72.7936389562322,41.54110444159327],[-72.7936409562342,41.54112844159788],[-72.79364895624094,41.541201441611804],[-72.79365195624337,41.54122644161656],[-72.7936639562537,41.54133944163813],[-72.79369995628484,41.54168044170322],[-72.79371195629523,41.54179444172498],[-72.7937109563039,41.5419524417557],[-72.79370795632994,41.542426441847894],[-72.79370795633307,41.54248144185858],[-72.7937129563406,41.54258544187863],[-72.79366395637473,41.54346444205096],[-72.7936619563798,41.54356444207046],[-72.79365695639315,41.5438274421217],[-72.79365295639401,41.54386544212922],[-72.79364295639643,41.54396544214899],[-72.79333495629547,41.54395044215595],[-72.79241195599296,41.54390744217728],[-72.79210495589236,41.54389344218443],[-72.79184395580636,41.54387344218893],[-72.79106095554852,41.543815442202835],[-72.79080095546291,41.54379644220751],[-72.79052695537183,41.54376144220951],[-72.79035795531568,41.54374044221087],[-72.78971495509913,41.543608442205894],[-72.78944595500856,41.543553442203844],[-72.78937795498565,41.54353944220332],[-72.78919995492573,41.543503442202045],[-72.78917495491727,41.543497442201684],[-72.78910795489475,41.543484442201304],[-72.78887695481684,41.54343544219921],[-72.78832895463209,41.54331944219428],[-72.78818295458302,41.54329144219354],[-72.78795195450543,41.543247442192424],[-72.78750895435613,41.543154442188595],[-72.78748895434944,41.54315144218866],[-72.78639495398478,41.54299344219311],[-72.78608395388186,41.54296144219689],[-72.78561395372644,41.542915442203046],[-72.78572995375283,41.54271644216068],[-72.78575095375766,41.5426814421532],[-72.78583895377788,41.542534442121806],[-72.78609995383985,41.542132442035324],[-72.78622595386983,41.54193944199377],[-72.78627795388162,41.54184944197461],[-72.78642695391582,41.54159944192124],[-72.78643895391868,41.54158144191738],[-72.78649895393336,41.541496441898936],[-72.7866529539697,41.541255441847156],[-72.7869429540383,41.54080444175022],[-72.78710495407509,41.54052544169081],[-72.78724995410822,41.540279441638354],[-72.78733695412853,41.54013944160833],[-72.78746995415972,41.539927441562874],[-72.78760095419045,41.53971944151825],[-72.78768895421115,41.539580441488425],[-72.78887595448896,41.537682441081486],[-72.78905395453106,41.53740544102195],[-72.78923995457427,41.537102440957106],[-72.78970895468346,41.53634244079435],[-72.7898219547127,41.53621044076507],[-72.79005495477313,41.53594144070532],[-72.78993695473591,41.535961440712995],[-72.78958495462483,41.53602044073576],[-72.78946795458799,41.53604144074361],[-72.78928995453337,41.53609844076042],[-72.78875595436958,41.53627044081099],[-72.78857895431534,41.53632844082794],[-72.78849495428956,41.53635544083589],[-72.78824595421335,41.536438440860024],[-72.78816295418801,41.53646744086832],[-72.78786095409554,41.53656744089747],[-72.78695595381852,41.53686944098522],[-72.78665495372643,41.53697044101452],[-72.78526495330466,41.537499441161955],[-72.78569495327939,41.53459944058465],[-72.78553995322707,41.53456544058302],[-72.78515595309754,41.534482440579225],[-72.78442995285339,41.534339440574755],[-72.78465595289869,41.53384444047132],[-72.78533695303567,41.532361440161246],[-72.78556395308135,41.531867440057944],[-72.78568495312263,41.53190144006067],[-72.78605095324752,41.53200544006911],[-72.78617295328917,41.532040440071995],[-72.78687795353102,41.53226344009269],[-72.788010953918,41.53259144012002],[-72.78810395394925,41.53260944012054],[-72.7882019539822,41.532628440121066],[-72.78837795404247,41.53268244012591],[-72.7884689540737,41.53271144012862],[-72.78910895429324,41.53291344014732],[-72.79004595461319,41.53318344016967],[-72.79013195464321,41.5332194401739],[-72.79118495500265,41.533520440198544],[-72.7920049552845,41.533789440224474],[-72.79225595535677,41.53362544018454],[-72.7924349554145,41.533617440177245],[-72.79275595552028,41.533642440171775],[-72.79322395567684,41.5337204401719],[-72.79371295584639,41.533906440192304]]]},"properties":{"name":1714,"geoid":"09009171400"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.78194795287446,41.54888444348045],[-72.78200795288663,41.548755443453466],[-72.78218795292328,41.548371443373085],[-72.78224895293582,41.54824344334626],[-72.78233695295727,41.54811744331895],[-72.78260295302233,41.54774144323737],[-72.78269195304416,41.547616443210224],[-72.78277295306273,41.5474804431812],[-72.78301995311985,41.54707344309419],[-72.78310195313884,41.546938443065336],[-72.78320495316247,41.54676544302842],[-72.7835149532337,41.54624644291764],[-72.78361895325773,41.54607444288087],[-72.78363695326182,41.54604344287427],[-72.78369095327425,41.54595344285505],[-72.7837099532787,41.545923442848625],[-72.78373495328438,41.54588044283947],[-72.78381295330257,41.545754442812495],[-72.78383895330863,41.545712442803485],[-72.78392095332754,41.54557644277443],[-72.78416995338543,41.545171442687746],[-72.78425295340473,41.545036442658855],[-72.78444595345039,41.54473644259438],[-72.78502695358817,41.543838442401245],[-72.7852209536342,41.54353944233693],[-72.78527395364718,41.54346444232065],[-72.78543295368623,41.54324244227241],[-72.78548695369955,41.543168442256295],[-72.78551295370511,41.54311744224556],[-72.78552995370887,41.54308644223899],[-72.78558895372115,41.54296544221358],[-72.78561395372644,41.542915442203046],[-72.78608395388186,41.54296144219689],[-72.78639495398478,41.54299344219311],[-72.78748895434944,41.54315144218866],[-72.78750895435613,41.543154442188595],[-72.78795195450543,41.543247442192424],[-72.78818295458302,41.54329144219354],[-72.78832895463209,41.54331944219428],[-72.78887695481684,41.54343544219921],[-72.78910795489475,41.543484442201304],[-72.78917495491727,41.543497442201684],[-72.78919995492573,41.543503442202045],[-72.78937795498565,41.54353944220332],[-72.78944595500856,41.543553442203844],[-72.78971495509913,41.543608442205894],[-72.79035795531568,41.54374044221087],[-72.79052695537183,41.54376144220951],[-72.79080095546291,41.54379644220751],[-72.79106095554852,41.543815442202835],[-72.79184395580636,41.54387344218893],[-72.79210495589236,41.54389344218443],[-72.79241195599296,41.54390744217728],[-72.79333495629547,41.54395044215595],[-72.79364295639643,41.54396544214899],[-72.79401795651899,41.543976442139055],[-72.79441895665002,41.543988442128494],[-72.7944809566703,41.54399044212689],[-72.79453895668928,41.543992442125415],[-72.79514595688757,41.54400944210921],[-72.7955219570105,41.54402144209945],[-72.79567795706217,41.54403844209773],[-72.79614895721825,41.544090442092674],[-72.79630595727032,41.544108442091144],[-72.79491695690096,41.54555144241612],[-72.79427495674473,41.54647244261568],[-72.79328495652958,41.54834544301133],[-72.7928659564558,41.5494414432377],[-72.79248695639343,41.55050944345734],[-72.79247695639185,41.55053844346328],[-72.79222195638388,41.551853443726905],[-72.7920819564003,41.55294044394253],[-72.79198295640919,41.55366144408575],[-72.79194795640949,41.553866444126704],[-72.79175995641214,41.55498544435007],[-72.79114695621585,41.55503844438008],[-72.79103595617983,41.555039444383844],[-72.79057895603158,41.555045444399695],[-72.79011595587713,41.554976444401184],[-72.7888849554639,41.55474844439648],[-72.78817195522456,41.554616444393766],[-72.78693495480944,41.55438944438945],[-72.78664095470906,41.554305444382585],[-72.78644095463748,41.554190444366675],[-72.78641995462998,41.554178444365014],[-72.78579095439987,41.553729444298035],[-72.78474595401586,41.552952444180704],[-72.78398295373344,41.55234944408811],[-72.78379995366419,41.552178444060786],[-72.7836359535989,41.551968444025256],[-72.78335195348339,41.551561443955336],[-72.78317395340808,41.55125544390161],[-72.78313795339292,41.551194443890935],[-72.7828459532511,41.55037144374044],[-72.78257195311792,41.5495974435989],[-72.782465953069,41.54934344355297],[-72.78230695300638,41.54915144352078],[-72.78194795287446,41.54888444348045]]]},"properties":{"name":1715,"geoid":"09009171500"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.7678219499027,41.577347449461605],[-72.76818095000378,41.57707244939668],[-72.76873495012745,41.576081449186496],[-72.76939595027031,41.574816448919684],[-72.76957695031008,41.57448144884883],[-72.77006895041828,41.57357244865654],[-72.77091195059704,41.571898448304445],[-72.77136295069712,41.57108144813134],[-72.772097950851,41.56958744781766],[-72.77232095089599,41.56910444771671],[-72.77284495100783,41.56807644750027],[-72.77352295115377,41.566768447224504],[-72.77393695123922,41.56590544704363],[-72.77397095124634,41.56583644702914],[-72.77427095131017,41.56524444690455],[-72.77443295134603,41.56494944684206],[-72.77493295144635,41.56385644661375],[-72.77522395148463,41.56286744641233],[-72.77535795150656,41.56248744633424],[-72.77543395151925,41.56227644629082],[-72.77572595156064,41.5613364460989],[-72.77577795156809,41.56117044606498],[-72.77581595156762,41.56094544602007],[-72.77599595160981,41.560658445958545],[-72.77600795161274,41.56064144595486],[-72.77614195163314,41.56023444587153],[-72.77621995164198,41.5599444458127],[-72.77630195165418,41.55969044576074],[-72.77640695167001,41.55936944569502],[-72.77666995172456,41.55882544558092],[-72.77679095174983,41.55857844552905],[-72.77686395176501,41.55842844549758],[-72.77753595191558,41.557235445244295],[-72.77783295198225,41.556710445132786],[-72.7778639519885,41.55664344511877],[-72.77795795200774,41.55644444507712],[-72.77798995201437,41.55637844506326],[-72.77811195204025,41.556136445012335],[-72.77843995211022,41.55549244487673],[-72.77848195211932,41.55541244485983],[-72.77860995214739,41.55517444480948],[-72.77876495218115,41.55488244474779],[-72.77902495223819,41.55439944464562],[-72.77922495228071,41.55400444456248],[-72.77937495231274,41.55371044450055],[-72.77941995232304,41.55363444448435],[-72.77955795235509,41.55340944443621],[-72.77960395236579,41.55333444442016],[-72.77967895238139,41.553180444387856],[-72.77990395242844,41.552722444291646],[-72.77997995244446,41.55256944425949],[-72.78005795246145,41.55242244422844],[-72.7802949525135,41.551983444135544],[-72.78037495253119,41.55183744410462],[-72.78068595259855,41.55124444397943],[-72.78084295263274,41.550948443916894],[-72.78138595275416,41.54998044371141],[-72.78164495280988,41.54948044360598],[-72.78171695282539,41.54934144357665],[-72.78188395286143,41.54902144350911],[-72.78194795287446,41.54888444348045],[-72.78230695300638,41.54915144352078],[-72.782465953069,41.54934344355297],[-72.78257195311792,41.5495974435989],[-72.7828459532511,41.55037144374044],[-72.78313795339292,41.551194443890935],[-72.78317395340808,41.55125544390161],[-72.78335195348339,41.551561443955336],[-72.7836359535989,41.551968444025256],[-72.78379995366419,41.552178444060786],[-72.78398295373344,41.55234944408811],[-72.78474595401586,41.552952444180704],[-72.78579095439987,41.553729444298035],[-72.78641995462998,41.554178444365014],[-72.78644095463748,41.554190444366675],[-72.78664095470906,41.554305444382585],[-72.78693495480944,41.55438944438945],[-72.78817195522456,41.554616444393766],[-72.7888849554639,41.55474844439648],[-72.79011595587713,41.554976444401184],[-72.79057895603158,41.555045444399695],[-72.79103595617983,41.555039444383844],[-72.79114695621585,41.55503844438008],[-72.79175995641214,41.55498544435007],[-72.79194795640949,41.553866444126704],[-72.79198295640919,41.55366144408575],[-72.7920819564003,41.55294044394253],[-72.79222195638388,41.551853443726905],[-72.79247695639185,41.55053844346328],[-72.79248695639343,41.55050944345734],[-72.7928659564558,41.5494414432377],[-72.79328495652958,41.54834544301133],[-72.79427495674473,41.54647244261568],[-72.79491695690096,41.54555144241612],[-72.79630595727032,41.544108442091144],[-72.79657795736044,41.544138442088204],[-72.79682995744398,41.54416644208554],[-72.79738695763155,41.5442804420898],[-72.79765595772211,41.54433544209181],[-72.79782795777992,41.54436844209269],[-72.79797495782928,41.544396442093415],[-72.7981659578821,41.54423344205561],[-72.79879195809785,41.544448442077254],[-72.79955595836259,41.54473544210843],[-72.80017995858024,41.54499544213886],[-72.80042495866623,41.545106442152544],[-72.80099295886733,41.545395442190426],[-72.8023739593518,41.546018442267034],[-72.80319995964163,41.5463924423131],[-72.80458596012657,41.54699544238566],[-72.80515596032693,41.547259442418586],[-72.80550596044965,41.547416442437836],[-72.80650096079872,41.54786544249305],[-72.80655796081872,41.54789144249625],[-72.80690596094126,41.54805644251711],[-72.80795596131088,41.54855244257966],[-72.80911696171562,41.54903144263535],[-72.80978896194611,41.5492424426547],[-72.8107689622779,41.54947444266824],[-72.81155596254273,41.5496314426734],[-72.81223396277014,41.54975444267547],[-72.81314896307308,41.54985044266466],[-72.81409396338313,41.54990044264399],[-72.81426096343701,41.549893442637234],[-72.81411796340696,41.55018144269778],[-72.81388396336892,41.550848442834855],[-72.8136369633192,41.551384442946905],[-72.81361496331508,41.5514374429579],[-72.81354796330243,41.55159744299114],[-72.81352696329867,41.55165144300231],[-72.81347596329026,41.5517944430317],[-72.81332396326547,41.55222644312051],[-72.81327396325743,41.552370443150075],[-72.81322396324911,41.55250944317869],[-72.81307696322523,41.552928443264804],[-72.81302896321762,41.553068443293526],[-72.8129519631977,41.553158443313485],[-72.81286296319136,41.55355444339326],[-72.8128349631955,41.553786443439215],[-72.81280596319398,41.55392544346715],[-72.81279096319938,41.55410544350259],[-72.8127759632033,41.55425944353298],[-72.81278696321976,41.5544854435765],[-72.81277496323091,41.554749443628154],[-72.81283496333343,41.5562044439088],[-72.81283996334069,41.55630344392785],[-72.812859963398,41.55719344410004],[-72.81268196336951,41.55770844420578],[-72.81245796332611,41.5582244443132],[-72.81220596327009,41.558678444409466],[-72.81193696321296,41.55920944452122],[-72.81157396312396,41.55971844463175],[-72.81134596307409,41.56014344472161],[-72.81114596303348,41.56057144481115],[-72.81097296299608,41.5609014448808],[-72.81092596298599,41.56099244489999],[-72.81055996289358,41.56145844500226],[-72.80996096274644,41.562292445183466],[-72.8098689627144,41.56225544517925],[-72.80924396249694,41.56200544515082],[-72.80627396172622,41.565421445909664],[-72.80524396145896,41.56660644617288],[-72.80500596140354,41.56699144625529],[-72.80262396085001,41.57086344708365],[-72.8012439605293,41.57310644756348],[-72.79874395973523,41.573436447708],[-72.7970539591984,41.57365944780568],[-72.7959289588411,41.573808447870796],[-72.78688195596732,41.575002448393626],[-72.78246495456425,41.575586448649034],[-72.78226195449979,41.5756134486608],[-72.78205895443531,41.57564044867257],[-72.78107495412273,41.57577044872946],[-72.78009195381043,41.575899448786096],[-72.78004295379488,41.57590644878903],[-72.77982695372613,41.575932448801034],[-72.77972195369267,41.575944448806716],[-72.77964495366803,41.57595144881057],[-72.77941695359536,41.57597744882295],[-72.77934395357225,41.575988448827424],[-72.77917595351865,41.57600644883631],[-72.77900995346576,41.57602544884534],[-72.77877795339182,41.576052448858036],[-72.7783409532527,41.57610444888219],[-72.77708895285488,41.57626844895427],[-72.77652695267639,41.576343448986904],[-72.77634895261983,41.57636644899709],[-72.77604295252259,41.5764064490147],[-72.77581495244999,41.57643344902727],[-72.77563895239396,41.576454449036994],[-72.7756379523937,41.576455449037226],[-72.77500195219119,41.57653144907243],[-72.77312895159501,41.5767584491767],[-72.77309595158457,41.57676344917874],[-72.77274295147222,41.576806449198415],[-72.77246095138221,41.57683644921331],[-72.7709469508989,41.57699544929284],[-72.77082395085961,41.577007449299124],[-72.76973395051293,41.57714444936076],[-72.76919795034237,41.57721044939079],[-72.76887195023824,41.57724344940768],[-72.76838495008259,41.57729144943264],[-72.7678219499027,41.577347449461605]]]},"properties":{"name":1716,"geoid":"09009171600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.7678219499027,41.577347449461605],[-72.76756494982058,41.57737344947492],[-72.76469194890248,41.577658449622554],[-72.76013194744527,41.578111449857005],[-72.75845194690844,41.578279449943594],[-72.755308945904,41.5785914501051],[-72.75218194490469,41.57890245026589],[-72.7519139446501,41.57596244970375],[-72.75168194442887,41.57340244921417],[-72.75111094388696,41.56714544801758],[-72.75087494366302,41.56455944752299],[-72.7508649436535,41.56444944750193],[-72.75084294363258,41.56420744745564],[-72.75080794360458,41.563915447400056],[-72.75070294352064,41.56304044723349],[-72.75066794349269,41.5627494471781],[-72.75057994342266,41.56202144703955],[-72.75031894321371,41.559841446624525],[-72.75024294315297,41.55920744650382],[-72.75024094315103,41.55918544649962],[-72.75023394314474,41.55911444648605],[-72.75006994299305,41.55738544615548],[-72.74958094253913,41.55220044516399],[-72.74952894249064,41.55164544505785],[-72.74941594238727,41.550473444833784],[-72.74939694237028,41.550283444797486],[-72.74939494236816,41.55025744479249],[-72.74938094235524,41.550110444764385],[-72.74934894232521,41.54976544469839],[-72.74926994217036,41.54749344425952],[-72.74917094211371,41.54706344417915],[-72.74915994210753,41.547017444170564],[-72.74899194201305,41.54631644403976],[-72.74898194200719,41.546270444031144],[-72.74894294198523,41.546107444000725],[-72.74893194195744,41.54568144391831],[-72.74887894186097,41.544287443649154],[-72.74886594183576,41.54391844357787],[-72.74856894158249,41.54116144305169],[-72.74774494087914,41.53349744158871],[-72.74756094072191,41.53178244126128],[-72.74724294044978,41.528811440694],[-72.7472429404416,41.52866744066601],[-72.74751594053456,41.52874144067164],[-72.74772294060469,41.52879144067471],[-72.74801094070423,41.528895440685694],[-72.74860394090925,41.529110440708465],[-72.74933494116819,41.52948544075792],[-72.74965094128046,41.52965344078044],[-72.74980794133701,41.52975044079426],[-72.75013994145932,41.53000344083278],[-72.75040994155874,41.53020844086397],[-72.75076994169271,41.53050644091035],[-72.7511339418282,41.53080844095737],[-72.75222594223482,41.53171644109883],[-72.7523909422963,41.53185444112036],[-72.75257894236755,41.532032441148935],[-72.75279494244633,41.53218344117135],[-72.75287394247576,41.53224944118164],[-72.75371894279071,41.53295744129214],[-72.75400094289589,41.53319444132915],[-72.75420394297159,41.53336544135587],[-72.75450394308258,41.53360244139232],[-72.75470594315735,41.53376244141692],[-72.75580894356818,41.53468144156015],[-72.75599094363724,41.53485544158813],[-72.7564609438155,41.5353034416601],[-72.75656594385407,41.53538144167189],[-72.75674694392104,41.53552444169388],[-72.7574279441732,41.536065441777176],[-72.7575979442362,41.53620144179813],[-72.75765694425806,41.53624844180538],[-72.75789094434363,41.536415441830314],[-72.7583999445272,41.53673344187578],[-72.75937994487326,41.53721644193819],[-72.75980894502149,41.53737044195436],[-72.76011594512762,41.53748144196607],[-72.76031994519695,41.537534441969825],[-72.76132194553432,41.53773844197732],[-72.76149794558637,41.53764744195398],[-72.76233294582958,41.537150441830605],[-72.76254294589093,41.53702844180013],[-72.76285094599567,41.53710944180601],[-72.76298494604129,41.537145441808704],[-72.76378594631187,41.537324441817766],[-72.76409794641728,41.53739444182136],[-72.7641719464423,41.53741144182229],[-72.76439394651739,41.53746244182506],[-72.76446894654279,41.537480441826176],[-72.7646359465993,41.53751944182838],[-72.7651389467695,41.53763644183497],[-72.76530694682633,41.537675441837166],[-72.76593094703767,41.537824441846084],[-72.7673789475281,41.53817044186683],[-72.76780194767211,41.5382844418754],[-72.7684219478833,41.53845344188834],[-72.76909094811137,41.538639441902994],[-72.76918694814411,41.538666441905164],[-72.7702289485048,41.53905144194652],[-72.7702849485349,41.539260441985334],[-72.77047994863162,41.53984644209294],[-72.77052294865516,41.54001444212419],[-72.77087094877302,41.540097442129145],[-72.77191794912757,41.540346442143914],[-72.77226694924576,41.54042944214882],[-72.77261794936459,41.54051244215368],[-72.77367094972121,41.54076344216864],[-72.77402194984009,41.54084744217367],[-72.77432194994185,41.540921442178416],[-72.77522495024817,41.54114544219294],[-72.7755259503503,41.541220442197854],[-72.77555795036115,41.54122844219836],[-72.7756569503947,41.54125244219985],[-72.77568995040595,41.54126144220055],[-72.77579195044054,41.54128644220213],[-72.77609795054434,41.54136244220706],[-72.77620095057931,41.54138844220881],[-72.77641495065191,41.54144144221223],[-72.77705695086968,41.54160044222252],[-72.77706695087306,41.54160344222276],[-72.7772699509422,41.541658442226925],[-72.7775529510374,41.54171444222871],[-72.7776689510767,41.541742442230436],[-72.77856895138204,41.54196644224505],[-72.77885595147951,41.54203944225001],[-72.77925195161401,41.54214044225691],[-72.77968695175993,41.54221944225828],[-72.78040095199884,41.542338442258455],[-72.78061295206979,41.542374442258655],[-72.78387995315201,41.542727442222265],[-72.78504095353662,41.54285344220943],[-72.78515495357436,41.54286544220809],[-72.7854989536883,41.54290244220423],[-72.78561395372644,41.542915442203046],[-72.78558895372115,41.54296544221358],[-72.78552995370887,41.54308644223899],[-72.78551295370511,41.54311744224556],[-72.78548695369955,41.543168442256295],[-72.78543295368623,41.54324244227241],[-72.78527395364718,41.54346444232065],[-72.7852209536342,41.54353944233693],[-72.78502695358817,41.543838442401245],[-72.78444595345039,41.54473644259438],[-72.78425295340473,41.545036442658855],[-72.78416995338543,41.545171442687746],[-72.78392095332754,41.54557644277443],[-72.78383895330863,41.545712442803485],[-72.78381295330257,41.545754442812495],[-72.78373495328438,41.54588044283947],[-72.7837099532787,41.545923442848625],[-72.78369095327425,41.54595344285505],[-72.78363695326182,41.54604344287427],[-72.78361895325773,41.54607444288087],[-72.7835149532337,41.54624644291764],[-72.78320495316247,41.54676544302842],[-72.78310195313884,41.546938443065336],[-72.78301995311985,41.54707344309419],[-72.78277295306273,41.5474804431812],[-72.78269195304416,41.547616443210224],[-72.78260295302233,41.54774144323737],[-72.78233695295727,41.54811744331895],[-72.78224895293582,41.54824344334626],[-72.78218795292328,41.548371443373085],[-72.78200795288663,41.548755443453466],[-72.78194795287446,41.54888444348045],[-72.78188395286143,41.54902144350911],[-72.78171695282539,41.54934144357665],[-72.78164495280988,41.54948044360598],[-72.78138595275416,41.54998044371141],[-72.78084295263274,41.550948443916894],[-72.78068595259855,41.55124444397943],[-72.78037495253119,41.55183744410462],[-72.7802949525135,41.551983444135544],[-72.78005795246145,41.55242244422844],[-72.77997995244446,41.55256944425949],[-72.77990395242844,41.552722444291646],[-72.77967895238139,41.553180444387856],[-72.77960395236579,41.55333444442016],[-72.77955795235509,41.55340944443621],[-72.77941995232304,41.55363444448435],[-72.77937495231274,41.55371044450055],[-72.77922495228071,41.55400444456248],[-72.77902495223819,41.55439944464562],[-72.77876495218115,41.55488244474779],[-72.77860995214739,41.55517444480948],[-72.77848195211932,41.55541244485983],[-72.77843995211022,41.55549244487673],[-72.77811195204025,41.556136445012335],[-72.77798995201437,41.55637844506326],[-72.77795795200774,41.55644444507712],[-72.7778639519885,41.55664344511877],[-72.77783295198225,41.556710445132786],[-72.77753595191558,41.557235445244295],[-72.77686395176501,41.55842844549758],[-72.77679095174983,41.55857844552905],[-72.77666995172456,41.55882544558092],[-72.77640695167001,41.55936944569502],[-72.77630195165418,41.55969044576074],[-72.77621995164198,41.5599444458127],[-72.77614195163314,41.56023444587153],[-72.77600795161274,41.56064144595486],[-72.77599595160981,41.560658445958545],[-72.77581595156762,41.56094544602007],[-72.77577795156809,41.56117044606498],[-72.77572595156064,41.5613364460989],[-72.77543395151925,41.56227644629082],[-72.77535795150656,41.56248744633424],[-72.77522395148463,41.56286744641233],[-72.77493295144635,41.56385644661375],[-72.77443295134603,41.56494944684206],[-72.77427095131017,41.56524444690455],[-72.77397095124634,41.56583644702914],[-72.77393695123922,41.56590544704363],[-72.77352295115377,41.566768447224504],[-72.77284495100783,41.56807644750027],[-72.77232095089599,41.56910444771671],[-72.772097950851,41.56958744781766],[-72.77136295069712,41.57108144813134],[-72.77091195059704,41.571898448304445],[-72.77006895041828,41.57357244865654],[-72.76957695031008,41.57448144884883],[-72.76939595027031,41.574816448919684],[-72.76873495012745,41.576081449186496],[-72.76818095000378,41.57707244939668],[-72.7678219499027,41.577347449461605]]]},"properties":{"name":1717,"geoid":"09009171700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.76783894525663,41.49555143356589],[-72.76769894515292,41.49452543337079],[-72.76763594510834,41.49410043329012],[-72.76742894496056,41.49268143302072],[-72.7673249448887,41.492010432893515],[-72.76719794477077,41.49065943263474],[-72.767174944711,41.4897374324561],[-72.76717394470762,41.48968343244562],[-72.76719194466101,41.48875843226508],[-72.76722294464362,41.48827443216991],[-72.76727294463474,41.48783143208212],[-72.76728794463163,41.487690432054194],[-72.76731994462524,41.48739443199559],[-72.7674309446165,41.486604431838316],[-72.76756794462418,41.48595443170745],[-72.76765094462904,41.48556443162888],[-72.7676989446343,41.48538243159194],[-72.76771594463682,41.48532943158108],[-72.76781894464779,41.484932431500525],[-72.76789994465682,41.48462743143858],[-72.768059944677,41.48406643132429],[-72.76844094474333,41.483052431114764],[-72.76855594476463,41.482769431056006],[-72.76862394477453,41.48255443101199],[-72.76928994489668,41.48089143066702],[-72.76936894490925,41.480660430619544],[-72.76947194493184,41.48046843057886],[-72.76955394494658,41.48025843053537],[-72.77003794503368,41.47902043027893],[-72.77008594504245,41.478900430254036],[-72.7702019450636,41.47860843019349],[-72.77039894509944,41.47811143009043],[-72.77089694519057,41.476864429831785],[-72.77099494520876,41.476623429781746],[-72.77105494522009,41.47647942975179],[-72.77116394523499,41.47611742967785],[-72.77117494523658,41.476082429670676],[-72.77168794532923,41.47477642940006],[-72.77188994536654,41.474276429296246],[-72.77235594545292,41.47312942905807],[-72.77264794550813,41.47242942891246],[-72.77292794555859,41.47171442876432],[-72.77404694575996,41.46885242817135],[-72.77408394576672,41.46875942815206],[-72.77473594588608,41.46712742781346],[-72.77481794590106,41.466921427770735],[-72.77489594591667,41.46674942773474],[-72.77509994595353,41.46623042762717],[-72.77582294608449,41.46439642724696],[-72.77591894610158,41.464147427195414],[-72.77619094615058,41.463452427051365],[-72.77663894623096,41.46230242681313],[-72.77689594627782,41.46165542667894],[-72.77690294627924,41.46164042667579],[-72.77708394631323,41.46120242658471],[-72.77779394643989,41.45936642620447],[-72.77812294650167,41.45857042603894],[-72.77842394655987,41.4578714258932],[-72.77876894663468,41.45721342575403],[-72.77928094675445,41.45639142557755],[-72.7794639467974,41.45610042551502],[-72.77986294689435,41.455523425389885],[-72.78028094700154,41.45501842527814],[-72.78041094703309,41.45482942523716],[-72.78092694719913,41.45480142521517],[-72.78106194724259,41.45479442520948],[-72.78175694746656,41.45476242518097],[-72.78200394754619,41.4547514251709],[-72.78247894769966,41.45473642515276],[-72.7825359477181,41.45473542515074],[-72.7829969478676,41.45473042513497],[-72.78311894790785,41.4547414251332],[-72.78322794794381,41.45475142513166],[-72.78348694802892,41.45476842512666],[-72.7836099480694,41.45477742512446],[-72.78408494822658,41.454828425119175],[-72.78446994835518,41.45489042511889],[-72.78468994842869,41.454926425118856],[-72.78528994864145,41.455241425160956],[-72.78679794917623,41.456033425266796],[-72.78729094935106,41.45629242530142],[-72.78755994944736,41.45644942532336],[-72.78791394956656,41.456523425326424],[-72.78843394973997,41.45660242532513],[-72.78864294980798,41.456604425318815],[-72.78870194982557,41.456576425311454],[-72.7887839498501,41.45653942530164],[-72.7892239499716,41.45616142521393],[-72.79003895019494,41.45543042504545],[-72.79037995029059,41.45516342498253],[-72.7907489503954,41.4548974249189],[-72.79134795057581,41.454647424851004],[-72.79152295062921,41.45458642483352],[-72.79209195080313,41.45439342477767],[-72.79263195096969,41.45423742472997],[-72.79286395104256,41.454193424713964],[-72.7935599512614,41.45406542466673],[-72.79379295133471,41.45402342465106],[-72.79406595142262,41.45400942463958],[-72.79419595146399,41.453994424632484],[-72.7949739517119,41.45390942459098],[-72.79540395185312,41.453936424582444],[-72.79543395186299,41.45393842458187],[-72.79580395198651,41.453997424581495],[-72.79647295221484,41.4541914245978],[-72.7971869524585,41.454398424615206],[-72.79786895268732,41.45452642461824],[-72.79823395281066,41.45461042462288],[-72.79850795290278,41.45466542462479],[-72.79919095313258,41.45480542463014],[-72.79945195322365,41.45491642464338],[-72.79997695341333,41.45525342469215],[-72.80067695366623,41.4557034247573],[-72.80100395378135,41.455860424777384],[-72.80143695392954,41.455993424789376],[-72.80238595424437,41.45610842478131],[-72.80250695428468,41.456126424780926],[-72.80310795448507,41.45621742477936],[-72.80339695458377,41.45630242478663],[-72.80367495467874,41.45638442479368],[-72.80369295468492,41.45639042479427],[-72.80434795490642,41.45654442480324],[-72.80452795496622,41.45656742480193],[-72.80481695506218,41.456604424799856],[-72.80534295523158,41.45657842477791],[-72.80552595529126,41.45658242477282],[-72.80586495540184,41.45659042476349],[-72.80699495577657,41.45672542475349],[-72.8076089559831,41.45685042475812],[-72.80763495599206,41.456859424759045],[-72.80791495608904,41.45696542477068],[-72.80813095616305,41.45703342477699],[-72.80830095622242,41.45710642478575],[-72.80892795644051,41.45736042481507],[-72.80951495664469,41.45759842484256],[-72.81040695695249,41.45791642487582],[-72.81083495709942,41.45805542488915],[-72.81110195719106,41.45814242489752],[-72.8114809573209,41.45826042490832],[-72.81136095729205,41.45843942494702],[-72.81100395720674,41.45897942506362],[-72.81088595717861,41.459159425102435],[-72.81070095713355,41.459424425159966],[-72.81055495710093,41.45968542521547],[-72.81044095707558,41.45989142525922],[-72.81038495706909,41.46009742530113],[-72.81030695712421,41.46151542557966],[-72.81027295714851,41.462138425702044],[-72.8102479571513,41.462330425740234],[-72.81024495715168,41.46235442574499],[-72.81021395716249,41.46272242581761],[-72.81017995716195,41.46290742585472],[-72.81014595716174,41.463098425893],[-72.81013095717084,41.46334442594136],[-72.81011995717797,41.463533425978504],[-72.80997495716107,41.464065426086734],[-72.8099689571606,41.464091426091976],[-72.80990395714538,41.4641954261143],[-72.80986795713885,41.464286426133185],[-72.80973495710427,41.464438426167035],[-72.80950395704443,41.46470642622662],[-72.80934395700353,41.46490142626971],[-72.80921695697117,41.465058426304346],[-72.80911295694398,41.46517442633027],[-72.80891395689198,41.465397426380065],[-72.80880795686505,41.46552942640916],[-72.80871095684044,41.46565142643604],[-72.80862495681956,41.46577542646293],[-72.80836795675711,41.46614642654339],[-72.80828295673659,41.466271426570444],[-72.80807895668332,41.46650042662157],[-72.80787695663071,41.466729426672636],[-72.80762595655779,41.46688142671029],[-72.8073549564777,41.46702142674624],[-72.80733795647255,41.46702842674814],[-72.80705895638926,41.46715742678221],[-72.80751495654478,41.46728742679288],[-72.80793795668944,41.467415426804195],[-72.80880695698674,41.46767942682767],[-72.80975095730909,41.46795542685107],[-72.81036395751937,41.46815142686955],[-72.81056495758621,41.46817842686834],[-72.81057795759041,41.46817842686792],[-72.81065395761517,41.46817942686567],[-72.810838957671,41.46810442684514],[-72.81103295772535,41.46795142680913],[-72.81124095778156,41.46775142676353],[-72.81130295779683,41.467665426744794],[-72.81141195783411,41.46769842674772],[-72.81174195794712,41.46780042675696],[-72.81185195798477,41.46783442676004],[-72.81179195798299,41.4681464268227],[-72.81173495799831,41.46874242694052],[-72.81168395798737,41.46884142696143],[-72.8115099579503,41.46918442703378],[-72.81091895780702,41.470042427219745],[-72.81079695777862,41.47024042726221],[-72.81015795764331,41.47151342753048],[-72.80969795754605,41.47243242772411],[-72.8096119575277,41.472601427759756],[-72.80954395751407,41.47275042779094],[-72.80937895748141,41.47311942786805],[-72.80937295748049,41.473137427871755],[-72.8091909574543,41.47371742799047],[-72.80918495745388,41.47374442799592],[-72.80911795745182,41.474091428065606],[-72.8090699574498,41.47433042811365],[-72.80899895744473,41.47464742817762],[-72.80867095742231,41.47612942847655],[-72.8086339574208,41.476314428513746],[-72.80852495741712,41.476873428626014],[-72.80845295740731,41.477112428674815],[-72.80835695740225,41.47757242876744],[-72.8081139573903,41.47875242900485],[-72.80801795738138,41.4791444290842],[-72.80793595736894,41.47939442913548],[-72.80788895736173,41.479536429164625],[-72.80782995734967,41.47966142919085],[-72.80771595732676,41.47991042924295],[-72.80754395729429,41.480322429328645],[-72.80707995721947,41.481659429603695],[-72.80591795702057,41.48480443025292],[-72.80604295706037,41.484790430246164],[-72.80604395706156,41.48480543024906],[-72.80594595703874,41.48496443028314],[-72.80564495697413,41.485548430406425],[-72.80561295697026,41.485663430429824],[-72.80558195696683,41.485780430453595],[-72.80551695695452,41.485935430485824],[-72.80548995694944,41.48600043049933],[-72.80544595694151,41.48611243052255],[-72.80509395687139,41.48689143068539],[-72.80507495686771,41.48693543069457],[-72.80485395683476,41.48761943083474],[-72.80462395680031,41.48832843098006],[-72.80442595679483,41.48936443118795],[-72.80426695679095,41.490205431356664],[-72.80412995677884,41.490775431471945],[-72.8040909567739,41.49091143149964],[-72.80402995676641,41.49112843154382],[-72.80400495676622,41.491268431571875],[-72.80382395674047,41.491850431690885],[-72.8034299566774,41.492993431925875],[-72.80319395663993,41.49368343206767],[-72.80307995662181,41.49401643213611],[-72.80295995660288,41.494369432208636],[-72.80276495656986,41.494903432318765],[-72.80271895656082,41.49500743234047],[-72.80261695654103,41.495242432389446],[-72.80256795652983,41.495325432407164],[-72.80242895649864,41.495571432459464],[-72.80231795647383,41.495769432501554],[-72.80224595646482,41.496022432553076],[-72.80220795647264,41.49637743262335],[-72.8022069564731,41.4963914326261],[-72.80218795648217,41.49665943267885],[-72.80216495649191,41.49696243273853],[-72.8021439565014,41.497249432794995],[-72.80210295649597,41.49738843282334],[-72.80204395648374,41.497510432848976],[-72.80185295643793,41.49779643291075],[-72.80168595639809,41.49805043296552],[-72.8015079563555,41.49831843302336],[-72.8014709563467,41.49837543303561],[-72.80126895630508,41.498798433124385],[-72.80117695629527,41.49915143319599],[-72.80116795629587,41.499213433208354],[-72.80112395629969,41.499532433271796],[-72.8010899562899,41.499554433277176],[-72.80102895627242,41.49959543328709],[-72.80098895626061,41.49961643329246],[-72.80095395625037,41.499636433297475],[-72.80064995615017,41.499611433302384],[-72.8001499559805,41.49948543329393],[-72.79996095591665,41.499442433291655],[-72.79978095586134,41.49949843330832],[-72.79975595585445,41.4995204333134],[-72.79918395569854,41.50004743343428],[-72.79808295538844,41.5008864336328],[-72.79749895522156,41.501289433729944],[-72.79691395505715,41.50174143383664],[-72.79684395503807,41.50180643385153],[-72.79622495486976,41.50238443398382],[-72.79603995482142,41.50259143403003],[-72.79600395481567,41.50269643405158],[-72.79594395480663,41.50288043408931],[-72.79591995480327,41.50295843410525],[-72.79591995481185,41.50310943413462],[-72.79601195485198,41.50328943416666],[-72.79604395487063,41.50343443419383],[-72.79607295488744,41.503564434218184],[-72.79606995488994,41.50362543423013],[-72.79606195489654,41.503787434261895],[-72.79605695490139,41.503901434284224],[-72.79598795489989,41.504269434358],[-72.79595895489958,41.50442943439005],[-72.79595595490063,41.50446543439714],[-72.7959489549046,41.50457543441876],[-72.7959479549064,41.50461243442599],[-72.79561695479124,41.50447943441076],[-72.79462695444701,41.50408343436556],[-72.7942979543326,41.503951434350455],[-72.79401895423527,41.503834434336646],[-72.79318395394402,41.50348443429542],[-72.79290595384707,41.50336843428178],[-72.79277895380318,41.50332243427692],[-72.79269595377455,41.50329343427395],[-72.79265095375902,41.50327743427228],[-72.792398953672,41.50318743426287],[-72.79227295362857,41.503143434258355],[-72.79190995350417,41.50303043424804],[-72.79082395313199,41.502691434216985],[-72.7904619530079,41.50257843420664],[-72.7898689528035,41.502372434185624],[-72.78956095269733,41.50226543417471],[-72.78928895260358,41.50217143416515],[-72.78903395251571,41.502083434156226],[-72.78876295242229,41.50198943414665],[-72.78474995103937,41.500603434005924],[-72.7833219505473,41.50011043395589],[-72.78308195046355,41.500009433943944],[-72.78293795041334,41.4999494339369],[-72.78233595020833,41.49978443392413],[-72.78208595012325,41.49971643391892],[-72.78183495004082,41.49970143392406],[-72.7810819497936,41.49965743393969],[-72.78083094971123,41.499643433944996],[-72.78005394944428,41.49938943392055],[-72.77772294864353,41.498628433847315],[-72.77694694837696,41.498375433823014],[-72.77686994835045,41.49834943382043],[-72.77678194831903,41.49829943381352],[-72.77604994806234,41.49796843377265],[-72.77572494794838,41.497821433754474],[-72.7733519471171,41.49676343362482],[-72.77304094700821,41.49662543360794],[-72.77256094683653,41.49634943356966],[-72.77248594680934,41.49629943356233],[-72.77155594649732,41.49612743355871],[-72.76876894556239,41.49561343354811],[-72.76850094547251,41.49556443354719],[-72.76833894541686,41.49551143354207],[-72.76827594539667,41.495516433545056],[-72.76783894525663,41.49555143356589]]]},"properties":{"name":1758,"geoid":"09009175800"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.101869053825,41.496963423042466],[-73.10196705386309,41.497072423060445],[-73.10241005405021,41.4978244231921],[-73.10253205410665,41.49811642324483],[-73.10255105411505,41.498155423251795],[-73.1026300541497,41.498311423279524],[-73.10271905418526,41.49842742329916],[-73.10283705422829,41.49850942331124],[-73.10352305447707,41.498962423376874],[-73.10466805489159,41.499706423484085],[-73.10596705534637,41.50028142355345],[-73.10602805536756,41.50030542355612],[-73.1064460555126,41.50046842357417],[-73.10669905559877,41.50053842357951],[-73.10707605572968,41.50068642359599],[-73.107340055816,41.50069742358951],[-73.10780905596884,41.50070842357638],[-73.10952105661872,41.502341423837734],[-73.1102180568752,41.502866423916984],[-73.11048805697675,41.503107423954994],[-73.11127605729769,41.50423742414876],[-73.11137005733836,41.504413424179894],[-73.11140505736138,41.50461542421798],[-73.11132705736588,41.505132424320934],[-73.11109705734518,41.506067424510015],[-73.11094105734392,41.50692342468134],[-73.1108920573501,41.5073064247573],[-73.11086005735345,41.507544424804564],[-73.11088605736114,41.5075314248012],[-73.1110510574158,41.50755042479951],[-73.11119905746655,41.50759742480382],[-73.11144605755239,41.5076954248148],[-73.11156405759408,41.50775442482241],[-73.11182905767596,41.507682424799796],[-73.11205305775009,41.50770742479734],[-73.11387205836967,41.508212424836096],[-73.11457105860877,41.50842442485447],[-73.11495905874193,41.508549424866096],[-73.11542205890808,41.508824424904404],[-73.11581605904894,41.509049424935256],[-73.11608105914142,41.50916142494835],[-73.11625505920155,41.5092244249549],[-73.11638505924431,41.509234424952616],[-73.1168370593909,41.50923242493748],[-73.11690105941803,41.50934242495675],[-73.11718905952675,41.509606424998616],[-73.11738005959545,41.50972242501493],[-73.11748605963355,41.50978642502389],[-73.1178620597648,41.5099464250427],[-73.11818905987795,41.51006742505553],[-73.11860806002156,41.5101994250675],[-73.11949906032046,41.51036742507107],[-73.11992006046172,41.51044742507287],[-73.12022706056531,41.51051542507605],[-73.12030806059362,41.510550425080226],[-73.12055306067931,41.510657425093],[-73.12063506070801,41.5106934250973],[-73.12072006073957,41.51076242510793],[-73.1208620607923,41.510877425125635],[-73.12094906082754,41.51099842514629],[-73.12101406085382,41.511088425161645],[-73.12103606086349,41.51113242516947],[-73.12104506086781,41.51115642517384],[-73.12113206090811,41.51136542521158],[-73.12116106092158,41.51143542522422],[-73.12135706101441,41.511941425316074],[-73.12147006106787,41.5122324253689],[-73.1219730613015,41.513450425588985],[-73.12207106134692,41.51368642563162],[-73.12216306139261,41.5139604256818],[-73.12223406142911,41.514193425724734],[-73.1223310614789,41.51451042578312],[-73.12246006154267,41.51488942585248],[-73.12253906158163,41.51512042589476],[-73.12265306163812,41.51545742595647],[-73.12283306172705,41.51598542605311],[-73.12294006179064,41.51648542614669],[-73.12301506183515,41.516834426212],[-73.12312606189192,41.51719342627807],[-73.1232310619533,41.517666426366475],[-73.12339006205039,41.51845342651407],[-73.12369106223676,41.519988426802236],[-73.12385406235427,41.52110642701396],[-73.1240070624554,41.521997427181915],[-73.12401106245879,41.52203342718879],[-73.12421606260837,41.52347042746102],[-73.1244620627767,41.52500142775017],[-73.12448306283044,41.5258134279071],[-73.12441206282818,41.5261734279793],[-73.12427306281161,41.526667428079705],[-73.12409906277897,41.52707942816537],[-73.12403006276915,41.527297428209934],[-73.12456906294707,41.52734842820223],[-73.12594106340158,41.52750642818813],[-73.1262480635025,41.52752842818236],[-73.12674906366733,41.52756642817339],[-73.1271690638059,41.52760442816705],[-73.12747606390715,41.52763242816246],[-73.12763206395766,41.527630428156996],[-73.12800306407793,41.527627428144285],[-73.12810006410878,41.52761642813899],[-73.1282560641585,41.5276004281308],[-73.12850306423788,41.52758642812001],[-73.12910706443209,41.527554428094085],[-73.12924406447634,41.52755042808885],[-73.12949206455656,41.52754542807976],[-73.12910106445074,41.527910428163366],[-73.12904306443507,41.52796542817594],[-73.12834506425023,41.528687428338856],[-73.12797306415052,41.52905142842164],[-73.1275910640482,41.52942642850688],[-73.12687706386203,41.53021542868333],[-73.12679006383945,41.53031342870518],[-73.12505306338055,41.53212942911431],[-73.12469106328692,41.532542429206295],[-73.12449806323704,41.53276342925547],[-73.1240140631146,41.533363429387705],[-73.12398806310779,41.53339142939398],[-73.12391106308763,41.5334754294128],[-73.1238860630812,41.53350442941925],[-73.12385006307171,41.5335424294278],[-73.12374406304407,41.53365942945397],[-73.12370906303495,41.53369842946268],[-73.12330206294163,41.53436942960617],[-73.12325606293138,41.53445042962339],[-73.12288206284828,41.53511342976426],[-73.12245506275445,41.53588842992859],[-73.12206806266406,41.5364974300594],[-73.12190906262485,41.5367124301063],[-73.12188306261851,41.53674843011413],[-73.12157106253599,41.53707343018738],[-73.12126506245001,41.537304430242195],[-73.12121106243485,41.53734543025191],[-73.12112506240982,41.537395430264425],[-73.12087606233756,41.53754343030126],[-73.12068606228141,41.53763943032609],[-73.12053706223749,41.537716430345895],[-73.12028106215998,41.537813430373085],[-73.12000106207527,41.53792043040299],[-73.11959106194777,41.53801743043519],[-73.11949306191676,41.53803143044111],[-73.11922306183148,41.538072430457866],[-73.11924206186315,41.53851343054283],[-73.11922806186807,41.538677430575106],[-73.11917806186,41.5388184306041],[-73.11915306185404,41.538855430612095],[-73.11892006179883,41.53920943068838],[-73.11863506172772,41.539579430769486],[-73.11860406172418,41.53969243079243],[-73.11861206175736,41.540221430894796],[-73.11859206177151,41.540578430964715],[-73.1184250617396,41.540964431045076],[-73.11837006172564,41.541031431059864],[-73.11825506169657,41.541174431091356],[-73.11775906155674,41.54154143117875],[-73.11762206151991,41.54167343120884],[-73.1172250614134,41.54206043129689],[-73.1172130614102,41.5420724312996],[-73.11708506137684,41.54221443133134],[-73.11697706134478,41.54226643134495],[-73.11665406124901,41.54242343138595],[-73.11654706121732,41.54247643139972],[-73.11665406125194,41.54247443139584],[-73.11697806135702,41.54247243138489],[-73.1170870613924,41.54247243138133],[-73.11742706150447,41.54250143137586],[-73.11792706167196,41.542590431376794],[-73.11794206167701,41.54259343137689],[-73.1203260624964,41.54337843145137],[-73.1203480625039,41.54338443145183],[-73.12116406278255,41.543621431471166],[-73.12126906281796,41.543644431472195],[-73.1215840629243,41.54371443147549],[-73.12168906295976,41.54373843147672],[-73.12158006292513,41.54375143148281],[-73.12136006285537,41.543780431495605],[-73.12125806282353,41.54380243150322],[-73.1211520627905,41.54382643151132],[-73.12084006270771,41.544146431583606],[-73.1207010626786,41.54442343164189],[-73.1206810626897,41.544727431701524],[-73.12077206273501,41.5450004317515],[-73.12085106276727,41.54511443177103],[-73.12099706282665,41.545321431806435],[-73.12112506287828,41.545495431836],[-73.12160806306414,41.54599743191762],[-73.12230306331975,41.546515431995424],[-73.12286306352131,41.54685643204329],[-73.12339006370752,41.54711743207672],[-73.12395306390414,41.5473564321047],[-73.12417606397914,41.54740143210615],[-73.12440206405464,41.54743843210594],[-73.12452306409388,41.5474374321018],[-73.12501706425428,41.54743743208567],[-73.12553806442305,41.54743143206749],[-73.12577806450007,41.547415432056546],[-73.1260120645761,41.5474164320491],[-73.1262340646884,41.54811143217667],[-73.12655806485203,41.549121432362014],[-73.12667906491974,41.54961243245331],[-73.1267890649911,41.550228432569206],[-73.12681606500861,41.55037943259761],[-73.1269790650936,41.55093343269974],[-73.12671006504434,41.55159143283617],[-73.1267160650566,41.5517694328705],[-73.12676406508382,41.55197043290791],[-73.12685006513257,41.55233043297494],[-73.1269680651971,41.552783433058956],[-73.12740706541848,41.554145433308776],[-73.12753906547658,41.554408433355476],[-73.12786906561448,41.55493943344768],[-73.12793106563899,41.55501543346039],[-73.1282030657466,41.55534843351611],[-73.12858906589456,41.55573943357933],[-73.12857206589575,41.55585543360239],[-73.12852306589853,41.55617843366664],[-73.12854306590846,41.55623743367741],[-73.12865006596104,41.556545433733646],[-73.12885306605644,41.55705443382573],[-73.1289220660938,41.55731343387371],[-73.12892706609702,41.55734043387878],[-73.12898106613008,41.55760843392898],[-73.12900306614335,41.557714433948824],[-73.12900606614478,41.55772243395028],[-73.12913706621147,41.55813943402688],[-73.12977006646854,41.55902943417879],[-73.13040406671813,41.559784434304504],[-73.13048706674577,41.55979643430412],[-73.13085806689381,41.56027243438429],[-73.13101006695305,41.5604434344125],[-73.13100106695362,41.56050343442442],[-73.1309800669552,41.56064843445322],[-73.13094806695686,41.560856434494596],[-73.13087906693845,41.56092543451023],[-73.13074706689716,41.560952434519784],[-73.13035306677403,41.561035434548735],[-73.13022206673311,41.56106343455846],[-73.12999406666181,41.56111043457502],[-73.12931006644799,41.561253434625115],[-73.12908306637706,41.561301434641834],[-73.12904106636388,41.56130943464477],[-73.1289140663242,41.561336434654145],[-73.12887306631143,41.56134543465722],[-73.12853006620416,41.5614164346822],[-73.12750106588247,41.56163143475751],[-73.12715906577559,41.56170343478264],[-73.12549806526025,41.562117434917184],[-73.12455706496834,41.56235343499368],[-73.12051806371522,41.56336243532128],[-73.11885806320026,41.56377843545618],[-73.11875506316834,41.56380443546456],[-73.1183840630525,41.56388443549219],[-73.11714606266604,41.56415343558478],[-73.11696206260856,41.56419243559837],[-73.11648906246097,41.564296435633985],[-73.1164550624504,41.564304435636636],[-73.115187062053,41.56455243572613],[-73.11505606201926,41.56470443575989],[-73.11425306177054,41.56491243582645],[-73.1142440617678,41.56491543582731],[-73.10941306027134,41.56616543622744],[-73.09853005690016,41.568984437129274],[-73.09759405661028,41.569228437207144],[-73.0947890557416,41.5699594374404],[-73.09385405545211,41.570204437518406],[-73.09371705535723,41.56933343735399],[-73.0933060550726,41.566720436860706],[-73.093304055071,41.56670443685767],[-73.09317005497812,41.56585043669644],[-73.09278805473721,41.56383043631714],[-73.09164405401543,41.557772435179515],[-73.09144505388976,41.55671643498118],[-73.09127005377722,41.5557524347999],[-73.09109105366973,41.55489843464008],[-73.09055605334794,41.55233643416052],[-73.09037805324085,41.551483434000865],[-73.09033005321358,41.55128143396323],[-73.09018905313283,41.55067643385046],[-73.09014205310598,41.550475433813006],[-73.09013205310052,41.55043743380595],[-73.09010205308435,41.55032643378539],[-73.09009305307931,41.550289433778495],[-73.09003705304703,41.55004543373301],[-73.08987205295115,41.54931343359638],[-73.08981705291926,41.54907043355101],[-73.08980005289884,41.54881243350151],[-73.08975205283852,41.548038433352914],[-73.08973605281847,41.547781433303584],[-73.08959805274596,41.54730143321494],[-73.08918505252878,41.5458634329494],[-73.08904805245662,41.545384432860935],[-73.08899705242533,41.54512943281311],[-73.0888460523321,41.54436443266961],[-73.08879605230119,41.54411043262195],[-73.08874705227542,41.54393943259037],[-73.08860005219806,41.543426432495615],[-73.08855105217226,41.543255432464036],[-73.08839505211394,41.54312243244331],[-73.08836705210126,41.5430604324322],[-73.08833905208851,41.5429974324209],[-73.08829105206563,41.54287043239779],[-73.088278052054,41.54274243237339],[-73.08830605205321,41.5425714323393],[-73.08838305206996,41.54242843230903],[-73.08829205201201,41.54193643221653],[-73.08824705198289,41.541685432169295],[-73.08816005192703,41.54120743207937],[-73.0875620516126,41.539124431694646],[-73.08751105158956,41.53901243167457],[-73.08735805152061,41.538678431614734],[-73.08730705149765,41.53856743159486],[-73.08726005147673,41.53846943157737],[-73.08711905141408,41.53817743152531],[-73.08707305139353,41.53808043150799],[-73.08683305126556,41.53721343134757],[-73.08661705116616,41.53670643125619],[-73.08660505116104,41.5366854312525],[-73.08656905114579,41.536623431241644],[-73.08655705114074,41.53660343123816],[-73.08632505104127,41.53618543116458],[-73.08599005089765,41.535581431058276],[-73.08429305016975,41.532516430518704],[-73.0837280499274,41.53149543033894],[-73.08266104948447,41.52982343004915],[-73.0809610487789,41.527160429587596],[-73.08020204846385,41.525970429381296],[-73.07968804826581,41.5254304292932],[-73.07925104809748,41.52497142921832],[-73.07788504757116,41.52353542898402],[-73.07767904749487,41.523372428959085],[-73.07706104726608,41.52288442888446],[-73.07685504718987,41.522722428859716],[-73.0759370468409,41.52183942871818],[-73.07329504583662,41.51929742831062],[-73.07318404579442,41.51919042829346],[-73.07289304568384,41.51891142824877],[-73.07258004556488,41.518610428200496],[-73.07226704544587,41.51830842815206],[-73.07184604526378,41.517520428012745],[-73.07160904516124,41.517076427934235],[-73.07095104487657,41.51584342771622],[-73.070908044858,41.51576342770209],[-73.07058504471827,41.51515842759512],[-73.07016504453657,41.51437142745594],[-73.07015504453258,41.514358427453764],[-73.0701250445207,41.51432142744755],[-73.07011504451678,41.51430942744554],[-73.07154304497767,41.51426242738995],[-73.07582804636085,41.51412442722366],[-73.07725704682213,41.5140784271682],[-73.07777704699117,41.51408242715206],[-73.07933804749864,41.514094427103565],[-73.07985904766808,41.51409942708757],[-73.08008904774235,41.51409242707871],[-73.0801570477643,41.51409042707612],[-73.0807790479631,41.51403642704537],[-73.081010048037,41.51401742703417],[-73.08158404822318,41.514014427014885],[-73.08330904878272,41.51400642695717],[-73.0838850489696,41.51400442693804],[-73.08479304926523,41.51401942691136],[-73.08583804960557,41.51403842688103],[-73.08752005015329,41.51406742683186],[-73.08842905044929,41.51408342680537],[-73.08951105079858,41.51404942676353],[-73.09276105184782,41.51394842663803],[-73.09384405219745,41.51391542659634],[-73.09401205225079,41.513894426586795],[-73.09451705241122,41.513833426558485],[-73.09468605246492,41.5138134265491],[-73.09459305240152,41.51323742644028],[-73.09458705239715,41.51319542643232],[-73.09474805235276,41.51151942610162],[-73.09476005235574,41.51150342609811],[-73.0948000523659,41.511454426087305],[-73.09499905242033,41.51127842604664],[-73.09518305247002,41.51110442600684],[-73.09534705251323,41.51093042596773],[-73.09540605252889,41.51086942595395],[-73.09557205257393,41.51071642591883],[-73.09569005260538,41.51059742589187],[-73.09575805262133,41.51049142586907],[-73.09574705261113,41.51037642584709],[-73.09572705259092,41.510138425801536],[-73.09571305257721,41.509979425771114],[-73.09567805256233,41.50991842576042],[-73.09563405254364,41.50984242574708],[-73.09560605252696,41.50971042572235],[-73.09561905251407,41.509413425664256],[-73.09569105252871,41.509262425632585],[-73.09579105254929,41.509056425589336],[-73.09591305257179,41.508759425527664],[-73.09592505257417,41.50873342552224],[-73.09603005258285,41.508292425433154],[-73.09605005257578,41.50805742538687],[-73.09605105256196,41.507812425339274],[-73.09605305255168,41.50762242530229],[-73.09603905253968,41.5074934252777],[-73.09598305251089,41.50730942524379],[-73.0959300524835,41.50713242521114],[-73.09584305243328,41.50675142513999],[-73.09583205242681,41.50670142513062],[-73.09573905239058,41.50659642511327],[-73.09572305236308,41.50620942503862],[-73.09576005236552,41.50604342500518],[-73.09583305237989,41.505881424971335],[-73.09591705239649,41.50569642493265],[-73.09597805239662,41.50535542486445],[-73.09600805238365,41.504961424786956],[-73.09571605224747,41.50424342465701],[-73.09572205223725,41.504032424615836],[-73.09570305221531,41.50375842456322],[-73.09569205220187,41.503587424530366],[-73.09567905219056,41.50346442450691],[-73.09565405217604,41.50335342448615],[-73.0955530521254,41.50304342442924],[-73.09545905207828,41.50275542437637],[-73.09538005203856,41.50251142433154],[-73.0952870519918,41.50222342427863],[-73.09530105197646,41.50187842421116],[-73.09531505196364,41.501577424152245],[-73.09540505198895,41.5015094241361],[-73.09576605209696,41.50135042409345],[-73.09656505233761,41.50102642400449],[-73.09696005245782,41.50088742396462],[-73.09720505253146,41.50078542393683],[-73.09738505258343,41.50067342390921],[-73.09767505264874,41.50017342380264],[-73.09781305268628,41.50004742377367],[-73.09794005271938,41.49990642374214],[-73.09849305287932,41.49956742365828],[-73.09881905296594,41.499234423582976],[-73.09920805306464,41.49875642347745],[-73.09959305314858,41.49804442332661],[-73.09972305318628,41.497966423307226],[-73.09984805322478,41.49793042329615],[-73.10013005331457,41.49790042328114],[-73.10080005352859,41.49784042324765],[-73.10098305358625,41.497810423235855],[-73.10110405362298,41.49776642322339],[-73.10146205371606,41.49736542313381],[-73.10168405377499,41.49713742308229],[-73.101869053825,41.496963423042466]]]},"properties":{"name":3441,"geoid":"09009344100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.101869053825,41.496963423042466],[-73.10195405383973,41.49674042299639],[-73.1020650538651,41.49655542295682],[-73.10217305388568,41.49630442290454],[-73.1021730538854,41.49629942290357],[-73.10217905387628,41.49610742286608],[-73.10209105383088,41.49581542281223],[-73.10210105382359,41.495632422776346],[-73.10212305382318,41.49550142275019],[-73.10218705383704,41.495381422724776],[-73.10237505388305,41.49512142266814],[-73.10248105391356,41.49505342265148],[-73.10273805399045,41.494940422621156],[-73.10295205405494,41.49485442259747],[-73.10326505414784,41.49470342255794],[-73.10344505419998,41.49459442253091],[-73.1035450542258,41.4944794225053],[-73.10388005428639,41.493644422332174],[-73.10397105429969,41.493362422274416],[-73.10400605430576,41.493270422255414],[-73.10401805430175,41.4931334222284],[-73.10411705430397,41.49261442212434],[-73.10418705431618,41.492432422086715],[-73.10429705434382,41.49229242205593],[-73.10453305440738,41.492066422004335],[-73.10459705441421,41.491824421955236],[-73.10463105440088,41.49140142187194],[-73.10462805438637,41.491166421826385],[-73.1045180543225,41.490677421734965],[-73.1043630542433,41.490176421642666],[-73.10423705416024,41.48944442150455],[-73.10423705415909,41.489424421500665],[-73.10423505415727,41.48940442149686],[-73.11157605649784,41.488677421116414],[-73.1121990566969,41.48862342108561],[-73.11334505706236,41.488511421026516],[-73.11354105712527,41.48849942101778],[-73.122492059991,41.48782142059429],[-73.12421806054525,41.48771942051819],[-73.1244650606227,41.487672420501],[-73.12454806064865,41.487655420494995],[-73.12455406065052,41.4876544204946],[-73.12479706072646,41.487603420476766],[-73.12488006075242,41.48758642047077],[-73.1250180607957,41.487560420461215],[-73.12792106174571,41.48769842039336],[-73.13705106473365,41.488135420180456],[-73.14009506572984,41.488281420109494],[-73.14055006587853,41.48829942009816],[-73.14191506632471,41.48835542006448],[-73.14237106647376,41.4883744200533],[-73.14272906659092,41.488391420044906],[-73.14380306694243,41.48844342001996],[-73.14416206705995,41.48846142001174],[-73.14690706796169,41.48865241995927],[-73.14700006799228,41.48865941995758],[-73.14865206853497,41.488774419926],[-73.15514507066788,41.48922541980162],[-73.15526107070605,41.48923441979958],[-73.15789107156998,41.48941741974924],[-73.15783907155833,41.489507419768415],[-73.1575690714897,41.48983641984115],[-73.15740807145838,41.49019841991673],[-73.15732007143289,41.490251419929905],[-73.15721807140496,41.49034041995052],[-73.15716007138887,41.49038841996172],[-73.15715907139717,41.4905374199907],[-73.1571590713974,41.490541419991494],[-73.15715907140313,41.49064042001072],[-73.15710007139681,41.49086242005577],[-73.1570870713956,41.490914420066275],[-73.15700607137599,41.49103042009147],[-73.15695507136742,41.49116842011994],[-73.15694007137117,41.491317420149365],[-73.15703507140962,41.491449420171904],[-73.15730507151594,41.49177342022602],[-73.1573710715447,41.49190042024854],[-73.1573480715552,41.492211420309694],[-73.15735507156008,41.49225642031821],[-73.1572830715486,41.49246242036057],[-73.15697607146667,41.49276842043003],[-73.15691007145166,41.49287942045375],[-73.15683707143364,41.492977420475164],[-73.15699807149696,41.4931694205072],[-73.157034071523,41.493417420554195],[-73.15712907155832,41.49349542056624],[-73.15720907159161,41.49362242058831],[-73.15729707164398,41.49403442066545],[-73.15728907165281,41.49423242070417],[-73.15729607166,41.494317420720456],[-73.1572230716727,41.494947420845186],[-73.15728107170534,41.49518642088972],[-73.15746507178054,41.49545442093576],[-73.15750707179764,41.495514420946044],[-73.15771207188675,41.49590542101529],[-73.15777707192089,41.49613142105705],[-73.1578070719408,41.496307421090265],[-73.15788607197615,41.496475421120294],[-73.15793107199318,41.49651742112699],[-73.15801707202571,41.49659742113973],[-73.15815607207833,41.496727421160436],[-73.15834207214729,41.496876421183295],[-73.15841907217586,41.49693842119282],[-73.15868207226825,41.49706042120792],[-73.15874307228925,41.49708142121002],[-73.15885707232856,41.49712142121406],[-73.15910607241116,41.49715242121195],[-73.15985807264725,41.497015421160775],[-73.16001107269783,41.49703142115887],[-73.16007507272062,41.497066421163574],[-73.16012007273672,41.497092421167174],[-73.16023807278657,41.497292421202154],[-73.16030007281587,41.497451421231005],[-73.16038307285507,41.49766342126946],[-73.1603830728689,41.49790242131587],[-73.16035407286883,41.49806442134829],[-73.15989307275237,41.49863742147463],[-73.15961607268981,41.499110421575544],[-73.15941807265452,41.4996114216793],[-73.15932407264246,41.499930421744324],[-73.15926707262858,41.500010421761715],[-73.1591990726119,41.500103421782],[-73.15917407261834,41.500355421831756],[-73.15903407259493,41.50073642191031],[-73.15881707253344,41.50089042194731],[-73.15870707249762,41.50088842195051],[-73.15849207243235,41.500966421972684],[-73.15835907239688,41.501099422002845],[-73.15831107238824,41.50121942202774],[-73.15825807237763,41.5013334220516],[-73.15819907236589,41.501461422078386],[-73.15806807232899,41.5015584221015],[-73.15790307228617,41.501744422143005],[-73.15786607228273,41.50189242217296],[-73.15779307226866,41.50205842220756],[-73.15781507228492,41.502216422237545],[-73.157830072301,41.50241042227471],[-73.15779307229495,41.50251342229593],[-73.15768307226226,41.50256542230962],[-73.15750107220407,41.50258042231847],[-73.15745707219106,41.50260242232418],[-73.15755907223074,41.502716422343],[-73.15735407217988,41.50298742240231],[-73.15736207218617,41.50305142241449],[-73.15746407222609,41.50316942243407],[-73.15748607223873,41.50326442245179],[-73.15745707223503,41.50336342247197],[-73.15738307221535,41.50343842248895],[-73.15718607215803,41.50355242251752],[-73.15721607217563,41.50368842254294],[-73.15724507218741,41.50372942254996],[-73.15731707223297,41.504113422622176],[-73.1572730722392,41.50446842269255],[-73.15731707226523,41.50467142273053],[-73.15737607228994,41.50476742274725],[-73.15734707228334,41.50481642275771],[-73.15723707225065,41.504868422771395],[-73.15720007224304,41.50494442278736],[-73.15724407226176,41.50502142280087],[-73.15725907227058,41.505089422813576],[-73.15720707226069,41.505210422838765],[-73.15706907221914,41.50526642285417],[-73.15696707219298,41.5053864228808],[-73.15684207215676,41.50546142289945],[-73.1567840721407,41.50550942291065],[-73.15682707216119,41.50562242293119],[-73.15690807219093,41.5056824229402],[-73.15695107222317,41.505998423000136],[-73.15706907227147,41.50617142302988],[-73.15725107233567,41.50626042304122],[-73.15738207238947,41.506455423074804],[-73.1574330724152,41.50661442310401],[-73.1573310723901,41.506752423134145],[-73.15733807239964,41.50687842315837],[-73.15741107243201,41.507028423185105],[-73.1575350724778,41.50712442319969],[-73.15762307251063,41.5071984232112],[-73.1576370725209,41.50729742322995],[-73.15786407260104,41.507409423244304],[-73.15796607264437,41.50758642327533],[-73.15796607265038,41.50769042329551],[-73.1579150726395,41.50778842331621],[-73.15797307266152,41.50784342332499],[-73.1580680726909,41.50781842331703],[-73.15809007269856,41.50782742331806],[-73.15813307271644,41.507895423329856],[-73.1581850727365,41.50795042333884],[-73.15826507276907,41.508064423358356],[-73.1583820728131,41.508169423374916],[-73.15836007281324,41.50829542340011],[-73.15826507278936,41.5084154234265],[-73.15817007276078,41.50845442343719],[-73.15808207273372,41.508480423445114],[-73.15807507273509,41.50854342345757],[-73.1581770727779,41.50871142348686],[-73.1581850727878,41.50883742351105],[-73.1581630727822,41.50886442351702],[-73.15785607271278,41.50938642362839],[-73.15785607272237,41.50955242366063],[-73.15789907274159,41.50964342367688],[-73.15805307279382,41.509682423679436],[-73.15806007279869,41.50972742368794],[-73.15789907275513,41.50987742372232],[-73.15781207273515,41.51002042375293],[-73.15754107266987,41.510412423837884],[-73.15730707260826,41.5106604238937],[-73.15706607253821,41.51080142392894],[-73.15706607254812,41.51097242396214],[-73.15697107252527,41.51111042399203],[-73.1569860725356,41.51120542400997],[-73.15698607254186,41.511313424030945],[-73.15694907253528,41.511407424050404],[-73.15688307251486,41.511424424055846],[-73.1566210724288,41.51140642406092],[-73.15639407235726,41.51144342407554],[-73.15622607230827,41.51153942409966],[-73.156109072276,41.5116374241225],[-73.15600007224101,41.51164442412741],[-73.15591207220952,41.5115934241204],[-73.15585707218709,41.511514424106856],[-73.15578007215561,41.511402424087635],[-73.15570707212973,41.51136442408264],[-73.15556207208515,41.511407424095715],[-73.15547407206407,41.51153642412364],[-73.15538607205083,41.51180142417795],[-73.1554510720876,41.51207242422846],[-73.15566307216986,41.51230542426676],[-73.15569207218789,41.512454424294745],[-73.15559807216982,41.51266942433956],[-73.15548007214079,41.512829424374466],[-73.15543607213269,41.51293642439666],[-73.15542207214115,41.51316142444082],[-73.15550207217477,41.51329342446383],[-73.15556007219989,41.5134024244831],[-73.15558307220944,41.51343842448934],[-73.15556807221786,41.51366842453448],[-73.15549407219974,41.51377042455669],[-73.15528907216324,41.514289424664156],[-73.15533307218776,41.51446642469708],[-73.15543607223066,41.51463042472554],[-73.15541407223543,41.51483642476625],[-73.15551607228218,41.51507242480873],[-73.15567607234443,41.51525042483806],[-73.1557310723644,41.51528742484345],[-73.1557430723767,41.5154324248712],[-73.15576007239315,41.51562142490733],[-73.1557700723984,41.51565642491381],[-73.15577607240157,41.51567742491768],[-73.15587207245817,41.51611742499996],[-73.15591707249301,41.51646742506642],[-73.15597207252314,41.516679425105785],[-73.15607707262733,41.51789142533762],[-73.15605007262891,41.51807042537325],[-73.1560400726299,41.51814342538775],[-73.15605507263946,41.51822442540297],[-73.1560620726459,41.51829642541672],[-73.1561710726913,41.51846942544673],[-73.15621407271114,41.51857142546514],[-73.15624407272499,41.51864242547794],[-73.15631007275114,41.518724425491705],[-73.15777007356729,41.52463942659204],[-73.15785407361712,41.52502942666497],[-73.15786107362092,41.5250554266698],[-73.15787707363033,41.52512842668345],[-73.1578920736411,41.52523042670274],[-73.15797307369795,41.52575842680256],[-73.15800007371696,41.525935426836035],[-73.1580050737207,41.52597242684305],[-73.15925807448312,41.53211642799435],[-73.15943607455179,41.53230442802501],[-73.15954707459308,41.53239542803904],[-73.15955107459455,41.53239842803951],[-73.15931607451833,41.53239942804738],[-73.15951007462647,41.533179428192376],[-73.15952507463487,41.53324042820373],[-73.15961607468776,41.53364342827893],[-73.15970807474108,41.53404842835453],[-73.15979707479265,41.534440428427665],[-73.15992707486954,41.53503942853963],[-73.16002907492965,41.53550542862672],[-73.16011907498232,41.53591042870235],[-73.16010407498149,41.53598042871642],[-73.16016807501538,41.53620642875818],[-73.16023207504918,41.536431428799744],[-73.16031507509321,41.53672642885426],[-73.16040007513789,41.53702142890871],[-73.1604530751669,41.53722542894657],[-73.16070507531816,41.53842442917094],[-73.16083207539467,41.539033429284935],[-73.16120307561735,41.540798429615194],[-73.16210107615676,41.54507643041569],[-73.16252407641083,41.54709143079269],[-73.16299707669187,41.54929043120372],[-73.16441707753545,41.55588843243684],[-73.1646770776899,41.55709643266258],[-73.16366307736071,41.557096432695765],[-73.16365307735747,41.5570964326961],[-73.16207807684962,41.55715643275925],[-73.15993707615931,41.55723843284521],[-73.14919107269435,41.55765043327658],[-73.14876007255535,41.557666433293775],[-73.14515607139323,41.55780443343836],[-73.14503707135609,41.557830433447315],[-73.14360707091016,41.55814743355553],[-73.1418250703546,41.55854443369077],[-73.14018306984262,41.55890943381522],[-73.13931806957288,41.55910143388074],[-73.13795606914822,41.559404433984],[-73.13788906912727,41.55941843398892],[-73.13657206871606,41.55970143408685],[-73.13262106748249,41.56055243438098],[-73.13137806709439,41.56082043447357],[-73.13130506707161,41.56083643447906],[-73.13121906704467,41.560853434485175],[-73.13096406696495,41.560906434503764],[-73.13087906693845,41.56092543451023],[-73.13094806695686,41.560856434494596],[-73.1309800669552,41.56064843445322],[-73.13100106695362,41.56050343442442],[-73.13101006695305,41.5604434344125],[-73.13085806689381,41.56027243438429],[-73.13048706674577,41.55979643430412],[-73.13040406671813,41.559784434304504],[-73.12977006646854,41.55902943417879],[-73.12913706621147,41.55813943402688],[-73.12900606614478,41.55772243395028],[-73.12900306614335,41.557714433948824],[-73.12898106613008,41.55760843392898],[-73.12892706609702,41.55734043387878],[-73.1289220660938,41.55731343387371],[-73.12885306605644,41.55705443382573],[-73.12865006596104,41.556545433733646],[-73.12854306590846,41.55623743367741],[-73.12852306589853,41.55617843366664],[-73.12857206589575,41.55585543360239],[-73.12858906589456,41.55573943357933],[-73.1282030657466,41.55534843351611],[-73.12793106563899,41.55501543346039],[-73.12786906561448,41.55493943344768],[-73.12753906547658,41.554408433355476],[-73.12740706541848,41.554145433308776],[-73.1269680651971,41.552783433058956],[-73.12685006513257,41.55233043297494],[-73.12676406508382,41.55197043290791],[-73.1267160650566,41.5517694328705],[-73.12671006504434,41.55159143283617],[-73.1269790650936,41.55093343269974],[-73.12681606500861,41.55037943259761],[-73.1267890649911,41.550228432569206],[-73.12667906491974,41.54961243245331],[-73.12655806485203,41.549121432362014],[-73.1262340646884,41.54811143217667],[-73.1260120645761,41.5474164320491],[-73.12577806450007,41.547415432056546],[-73.12553806442305,41.54743143206749],[-73.12501706425428,41.54743743208567],[-73.12452306409388,41.5474374321018],[-73.12440206405464,41.54743843210594],[-73.12417606397914,41.54740143210615],[-73.12395306390414,41.5473564321047],[-73.12339006370752,41.54711743207672],[-73.12286306352131,41.54685643204329],[-73.12230306331975,41.546515431995424],[-73.12160806306414,41.54599743191762],[-73.12112506287828,41.545495431836],[-73.12099706282665,41.545321431806435],[-73.12085106276727,41.54511443177103],[-73.12077206273501,41.5450004317515],[-73.1206810626897,41.544727431701524],[-73.1207010626786,41.54442343164189],[-73.12084006270771,41.544146431583606],[-73.1211520627905,41.54382643151132],[-73.12125806282353,41.54380243150322],[-73.12136006285537,41.543780431495605],[-73.12158006292513,41.54375143148281],[-73.12168906295976,41.54373843147672],[-73.1215840629243,41.54371443147549],[-73.12126906281796,41.543644431472195],[-73.12116406278255,41.543621431471166],[-73.1203480625039,41.54338443145183],[-73.1203260624964,41.54337843145137],[-73.11794206167701,41.54259343137689],[-73.11792706167196,41.542590431376794],[-73.11742706150447,41.54250143137586],[-73.1170870613924,41.54247243138133],[-73.11697806135702,41.54247243138489],[-73.11665406125194,41.54247443139584],[-73.11654706121732,41.54247643139972],[-73.11665406124901,41.54242343138595],[-73.11697706134478,41.54226643134495],[-73.11708506137684,41.54221443133134],[-73.1172130614102,41.5420724312996],[-73.1172250614134,41.54206043129689],[-73.11762206151991,41.54167343120884],[-73.11775906155674,41.54154143117875],[-73.11825506169657,41.541174431091356],[-73.11837006172564,41.541031431059864],[-73.1184250617396,41.540964431045076],[-73.11859206177151,41.540578430964715],[-73.11861206175736,41.540221430894796],[-73.11860406172418,41.53969243079243],[-73.11863506172772,41.539579430769486],[-73.11892006179883,41.53920943068838],[-73.11915306185404,41.538855430612095],[-73.11917806186,41.5388184306041],[-73.11922806186807,41.538677430575106],[-73.11924206186315,41.53851343054283],[-73.11922306183148,41.538072430457866],[-73.11949306191676,41.53803143044111],[-73.11959106194777,41.53801743043519],[-73.12000106207527,41.53792043040299],[-73.12028106215998,41.537813430373085],[-73.12053706223749,41.537716430345895],[-73.12068606228141,41.53763943032609],[-73.12087606233756,41.53754343030126],[-73.12112506240982,41.537395430264425],[-73.12121106243485,41.53734543025191],[-73.12126506245001,41.537304430242195],[-73.12157106253599,41.53707343018738],[-73.12188306261851,41.53674843011413],[-73.12190906262485,41.5367124301063],[-73.12206806266406,41.5364974300594],[-73.12245506275445,41.53588842992859],[-73.12288206284828,41.53511342976426],[-73.12325606293138,41.53445042962339],[-73.12330206294163,41.53436942960617],[-73.12370906303495,41.53369842946268],[-73.12374406304407,41.53365942945397],[-73.12385006307171,41.5335424294278],[-73.1238860630812,41.53350442941925],[-73.12391106308763,41.5334754294128],[-73.12398806310779,41.53339142939398],[-73.1240140631146,41.533363429387705],[-73.12449806323704,41.53276342925547],[-73.12469106328692,41.532542429206295],[-73.12505306338055,41.53212942911431],[-73.12679006383945,41.53031342870518],[-73.12687706386203,41.53021542868333],[-73.1275910640482,41.52942642850688],[-73.12797306415052,41.52905142842164],[-73.12834506425023,41.528687428338856],[-73.12904306443507,41.52796542817594],[-73.12910106445074,41.527910428163366],[-73.12949206455656,41.52754542807976],[-73.12924406447634,41.52755042808885],[-73.12910706443209,41.527554428094085],[-73.12850306423788,41.52758642812001],[-73.1282560641585,41.5276004281308],[-73.12810006410878,41.52761642813899],[-73.12800306407793,41.527627428144285],[-73.12763206395766,41.527630428156996],[-73.12747606390715,41.52763242816246],[-73.1271690638059,41.52760442816705],[-73.12674906366733,41.52756642817339],[-73.1262480635025,41.52752842818236],[-73.12594106340158,41.52750642818813],[-73.12456906294707,41.52734842820223],[-73.12403006276915,41.527297428209934],[-73.12409906277897,41.52707942816537],[-73.12427306281161,41.526667428079705],[-73.12441206282818,41.5261734279793],[-73.12448306283044,41.5258134279071],[-73.1244620627767,41.52500142775017],[-73.12421606260837,41.52347042746102],[-73.12401106245879,41.52203342718879],[-73.1240070624554,41.521997427181915],[-73.12385406235427,41.52110642701396],[-73.12369106223676,41.519988426802236],[-73.12339006205039,41.51845342651407],[-73.1232310619533,41.517666426366475],[-73.12312606189192,41.51719342627807],[-73.12301506183515,41.516834426212],[-73.12294006179064,41.51648542614669],[-73.12283306172705,41.51598542605311],[-73.12265306163812,41.51545742595647],[-73.12253906158163,41.51512042589476],[-73.12246006154267,41.51488942585248],[-73.1223310614789,41.51451042578312],[-73.12223406142911,41.514193425724734],[-73.12216306139261,41.5139604256818],[-73.12207106134692,41.51368642563162],[-73.1219730613015,41.513450425588985],[-73.12147006106787,41.5122324253689],[-73.12135706101441,41.511941425316074],[-73.12116106092158,41.51143542522422],[-73.12113206090811,41.51136542521158],[-73.12104506086781,41.51115642517384],[-73.12103606086349,41.51113242516947],[-73.12101406085382,41.511088425161645],[-73.12094906082754,41.51099842514629],[-73.1208620607923,41.510877425125635],[-73.12072006073957,41.51076242510793],[-73.12063506070801,41.5106934250973],[-73.12055306067931,41.510657425093],[-73.12030806059362,41.510550425080226],[-73.12022706056531,41.51051542507605],[-73.11992006046172,41.51044742507287],[-73.11949906032046,41.51036742507107],[-73.11860806002156,41.5101994250675],[-73.11818905987795,41.51006742505553],[-73.1178620597648,41.5099464250427],[-73.11748605963355,41.50978642502389],[-73.11738005959545,41.50972242501493],[-73.11718905952675,41.509606424998616],[-73.11690105941803,41.50934242495675],[-73.1168370593909,41.50923242493748],[-73.11638505924431,41.509234424952616],[-73.11625505920155,41.5092244249549],[-73.11608105914142,41.50916142494835],[-73.11581605904894,41.509049424935256],[-73.11542205890808,41.508824424904404],[-73.11495905874193,41.508549424866096],[-73.11457105860877,41.50842442485447],[-73.11387205836967,41.508212424836096],[-73.11205305775009,41.50770742479734],[-73.11182905767596,41.507682424799796],[-73.11156405759408,41.50775442482241],[-73.11144605755239,41.5076954248148],[-73.11119905746655,41.50759742480382],[-73.1110510574158,41.50755042479951],[-73.11088605736114,41.5075314248012],[-73.11086005735345,41.507544424804564],[-73.1108920573501,41.5073064247573],[-73.11094105734392,41.50692342468134],[-73.11109705734518,41.506067424510015],[-73.11132705736588,41.505132424320934],[-73.11140505736138,41.50461542421798],[-73.11137005733836,41.504413424179894],[-73.11127605729769,41.50423742414876],[-73.11048805697675,41.503107423954994],[-73.1102180568752,41.502866423916984],[-73.10952105661872,41.502341423837734],[-73.10780905596884,41.50070842357638],[-73.107340055816,41.50069742358951],[-73.10707605572968,41.50068642359599],[-73.10669905559877,41.50053842357951],[-73.1064460555126,41.50046842357417],[-73.10602805536756,41.50030542355612],[-73.10596705534637,41.50028142355345],[-73.10466805489159,41.499706423484085],[-73.10352305447707,41.498962423376874],[-73.10283705422829,41.49850942331124],[-73.10271905418526,41.49842742329916],[-73.1026300541497,41.498311423279524],[-73.10255105411505,41.498155423251795],[-73.10253205410665,41.49811642324483],[-73.10241005405021,41.4978244231921],[-73.10196705386309,41.497072423060445],[-73.101869053825,41.496963423042466]]]},"properties":{"name":3442,"geoid":"09009344200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.07654902951313,41.21522236893359],[-73.07670302953545,41.214736368833506],[-73.0767960295492,41.21444736877397],[-73.07693702957963,41.21417836871675],[-73.07725402965558,41.21370736861436],[-73.07748302971446,41.21343736855411],[-73.0778140297997,41.2130503684677],[-73.07747002969778,41.213217368511486],[-73.07684602951302,41.21352336859153],[-73.0764370293914,41.21371436864212],[-73.0760920292889,41.21387736868517],[-73.07552702905544,41.212986368529066],[-73.07474602873258,41.211752368312816],[-73.07386102836367,41.21029936805707],[-73.07331302813522,41.209399367898634],[-73.07324202811357,41.209423367905636],[-73.07303102804956,41.209499367927314],[-73.07296102802829,41.20952436793447],[-73.0727250279569,41.20961336795951],[-73.07244202787145,41.20972236798999],[-73.07201202774036,41.20986636803205],[-73.07177302766752,41.20994736805563],[-73.07148302755023,41.20953436798416],[-73.07061602719934,41.208296367769876],[-73.0703270270824,41.20788436769859],[-73.0706470271739,41.207670367646365],[-73.07161002744952,41.20703036749],[-73.07193102754141,41.20681736743794],[-73.0723730276688,41.20653936736926],[-73.07370302805228,41.20570536716306],[-73.07414602818005,41.20542836709451],[-73.07420202819723,41.2054113670894],[-73.07427502821854,41.205370367079006],[-73.07465002832825,41.20516336702637],[-73.0747760283652,41.20509536700901],[-73.07542902855306,41.204678366906286],[-73.07738802911669,41.203429366598535],[-73.07804202930491,41.20301336649599],[-73.07820002934655,41.202845366458],[-73.07867602947213,41.20234136634396],[-73.07883502951418,41.202174366306146],[-73.07885702952713,41.20227736632558],[-73.0788960295498,41.20245436635897],[-73.07896502957875,41.20257136637966],[-73.07902002960178,41.20266336639588],[-73.07914702965286,41.202839366426225],[-73.0794480297738,41.20325336649753],[-73.07953602980845,41.203362366516025],[-73.07967402986273,41.203531366544645],[-73.08046103009946,41.20321136645658],[-73.08198503055804,41.202595366286765],[-73.08283203081415,41.20227436619657],[-73.08362703105458,41.201974366112154],[-73.08372303109472,41.20213436614037],[-73.08401403121614,41.202614366224914],[-73.08411103125668,41.202775366253306],[-73.08425403131646,41.20301336629527],[-73.08426603132138,41.20303136629839],[-73.0847690315265,41.20377736642815],[-73.08493703159503,41.20402636647145],[-73.08510903164613,41.20394536645004],[-73.08562803180043,41.20370236638571],[-73.08580103185193,41.203622366364456],[-73.08591203187585,41.203410366319375],[-73.08596803188803,41.203305366297016],[-73.08610203189845,41.202723366178766],[-73.08615603190277,41.20249136613163],[-73.08624203192225,41.202343366099875],[-73.08625503192526,41.20232236609535],[-73.08644603196252,41.20188836600422],[-73.08645403196431,41.20187436600121],[-73.08654803198665,41.2017313659702],[-73.08648003195758,41.201606365947924],[-73.08627703187058,41.20123136588109],[-73.08621003184179,41.20110636585879],[-73.08611503180367,41.20097636583641],[-73.08605203177744,41.20087336581828],[-73.08596703174193,41.20073236579343],[-73.08592103171655,41.2005473657587],[-73.08591303170063,41.20031236571296],[-73.08597203171121,41.2001613656815],[-73.08603703172861,41.20009736566686],[-73.0862410317837,41.199903365622305],[-73.08633003180701,41.19980636560045],[-73.0864820318471,41.19964536556402],[-73.08662203188666,41.199543365539526],[-73.08672903191695,41.199466365521005],[-73.08695103198244,41.19935336549171],[-73.08762003217993,41.19901536540391],[-73.08784303224576,41.19890336537479],[-73.08799003228854,41.1988183653534],[-73.08839503240665,41.19858836529529],[-73.0884320324174,41.198566365289786],[-73.08858003246061,41.19848336526875],[-73.08866603248465,41.198416365252854],[-73.08892403255699,41.198218365205754],[-73.08901103258141,41.19815236519003],[-73.08903703258694,41.19810136517921],[-73.0891160326038,41.19794736514651],[-73.08914303260973,41.19789736513585],[-73.08920803262703,41.19783136512083],[-73.08924303263643,41.19779736511305],[-73.08941403268307,41.19764336507736],[-73.08948403270223,41.19758136506296],[-73.08951303271064,41.19756436505872],[-73.08960203273665,41.19751436504605],[-73.08963203274544,41.19749836504193],[-73.08981803279944,41.19738836501438],[-73.09021303291425,41.19715736495641],[-73.09034903295064,41.19702236492558],[-73.09050403299221,41.19687036489083],[-73.09055303300349,41.19678936487338],[-73.09057703300915,41.19675236486537],[-73.09080803306429,41.19640536478997],[-73.09088503308273,41.19629036476496],[-73.09110503315304,41.19627436475473],[-73.09176703336466,41.19622636472393],[-73.09198803343538,41.196211364713854],[-73.09212003347795,41.196208364709],[-73.09218803349951,41.196200364705234],[-73.09278903369061,41.19613836467367],[-73.09299003375455,41.196118364663256],[-73.09339603388514,41.19610336464719],[-73.09461503427734,41.196059364599186],[-73.09502203440834,41.19604536458329],[-73.0951860344615,41.19604636457818],[-73.09543103454092,41.19604836457066],[-73.09567903462225,41.19606636456616],[-73.09584303467602,41.196078364563206],[-73.09609703475878,41.19608736455676],[-73.09664603494005,41.19614936455114],[-73.09684103500744,41.19622436455952],[-73.09707803508945,41.19631736457006],[-73.09726003515449,41.196425364585316],[-73.09792803540049,41.19694936466629],[-73.09811403546944,41.19710336469042],[-73.09815303548388,41.19713536469543],[-73.09821603550726,41.19718836470377],[-73.09840303557654,41.19734236472786],[-73.09902203581902,41.1980843648531],[-73.09902203581908,41.1980853648533],[-73.09906803583867,41.19816836486805],[-73.09945903599414,41.19867736495504],[-73.10087303655727,41.20053536527299],[-73.10112003665601,41.20086636532978],[-73.10186203695274,41.20186236550073],[-73.10211003705186,41.202194365557695],[-73.10224403710886,41.20243436560032],[-73.1026480372806,41.20315636572857],[-73.10278303733797,41.20339736577138],[-73.10289503738603,41.20360536580845],[-73.10323403753138,41.20423236592021],[-73.10334703757981,41.20444136595746],[-73.10337003759015,41.20449236596669],[-73.10343903762117,41.204645365994395],[-73.10346303763183,41.2046963660036],[-73.10351703765623,41.20481836602572],[-73.10367903772962,41.20518736609271],[-73.1037340377544,41.20531036611499],[-73.10382603779429,41.20548836614685],[-73.10386503781106,41.20556136615986],[-73.10397203785737,41.20576736619674],[-73.10410303791431,41.20602336624259],[-73.1041340379278,41.20608436625353],[-73.10417903794946,41.206209366276546],[-73.10422103796876,41.20630936629475],[-73.10427303799199,41.20642236631517],[-73.10435803802956,41.206599366347056],[-73.10438303804061,41.20665136635643],[-73.10440503805034,41.20669736636473],[-73.10403303793518,41.20679036639496],[-73.10366503782132,41.20688436642527],[-73.10291903759078,41.20707836648736],[-73.10254903747648,41.20717536651831],[-73.10149503715061,41.20744736660563],[-73.09884603633162,41.208131366825164],[-73.09833503617372,41.208264366867716],[-73.09728203584822,41.20853736695519],[-73.09594003543374,41.20889136706788],[-73.09191703419128,41.209954367405984],[-73.09057603377717,41.210309367518796],[-73.0903770337155,41.210358367534816],[-73.09004703361329,41.210440367561546],[-73.08846203312241,41.21083536769008],[-73.0879340329589,41.21096736773298],[-73.08740503279537,41.2111043677769],[-73.08581803230486,41.21151736790902],[-73.08581303230335,41.21151936790957],[-73.08529003214193,41.21165936795387],[-73.08466603194864,41.21181436800436],[-73.08368803164626,41.2120673680855],[-73.08350103158895,41.21212436810269],[-73.08273403135402,41.212362368174055],[-73.08180603107404,41.21272436827489],[-73.08091303080667,41.21310936837908],[-73.08006203055419,41.21351736848643],[-73.07923503031097,41.213951368598096],[-73.07843603007517,41.21435636870316],[-73.07835703005189,41.21439736871373],[-73.07752102980355,41.214792368818046],[-73.07750102979763,41.21480236882064],[-73.07675602957477,41.21512736890832],[-73.07671402956225,41.215146368913395],[-73.07659002952526,41.21520236892836],[-73.07654902951313,41.21522236893359]]]},"properties":{"name":1503,"geoid":"09009150300"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.07654902951313,41.21522236893359],[-73.07659002952526,41.21520236892836],[-73.07671402956225,41.215146368913395],[-73.07675602957477,41.21512736890832],[-73.07750102979763,41.21480236882064],[-73.07752102980355,41.214792368818046],[-73.07835703005189,41.21439736871373],[-73.07843603007517,41.21435636870316],[-73.07923503031097,41.213951368598096],[-73.08006203055419,41.21351736848643],[-73.08091303080667,41.21310936837908],[-73.08180603107404,41.21272436827489],[-73.08273403135402,41.212362368174055],[-73.08350103158895,41.21212436810269],[-73.08368803164626,41.2120673680855],[-73.08466603194864,41.21181436800436],[-73.08529003214193,41.21165936795387],[-73.08581303230335,41.21151936790957],[-73.08581803230486,41.21151736790902],[-73.08740503279537,41.2111043677769],[-73.0879340329589,41.21096736773298],[-73.08846203312241,41.21083536769008],[-73.09004703361329,41.210440367561546],[-73.0903770337155,41.210358367534816],[-73.09057603377717,41.210309367518796],[-73.09191703419128,41.209954367405984],[-73.09594003543374,41.20889136706788],[-73.09728203584822,41.20853736695519],[-73.09833503617372,41.208264366867716],[-73.09884603633162,41.208131366825164],[-73.10149503715061,41.20744736660563],[-73.10254903747648,41.20717536651831],[-73.10291903759078,41.20707836648736],[-73.10366503782132,41.20688436642527],[-73.10403303793518,41.20679036639496],[-73.10440503805034,41.20669736636473],[-73.10490203820427,41.20657436632458],[-73.10639403866669,41.20620936620489],[-73.1066360387417,41.20615036618551],[-73.10689203882106,41.20608836616508],[-73.10710503888669,41.20602936614665],[-73.10774703908474,41.20585636609202],[-73.10796203915115,41.20579936607392],[-73.10828003924843,41.20569936604406],[-73.10923503954086,41.20540336595523],[-73.1095540396386,41.205305365925746],[-73.10981103975503,41.2058913660321],[-73.11058504010539,41.20764936635108],[-73.1106540401366,41.20780536637936],[-73.11065404016327,41.20827536647135],[-73.11065404016583,41.208320366480145],[-73.1106540401736,41.208457366506956],[-73.1106540401762,41.20850336651595],[-73.11065404030677,41.2108043669662],[-73.11050404032619,41.212002367205464],[-73.11034104034718,41.213302367465104],[-73.11025404035887,41.21400436760526],[-73.10958404023317,41.21561236794157],[-73.10925404017127,41.21640436810719],[-73.10835403998767,41.218304368508036],[-73.10935404047048,41.22110436902343],[-73.10956504058449,41.22190936917407],[-73.10993904078677,41.22333836944149],[-73.11019704092614,41.22432136962542],[-73.1104540410652,41.22530436980938],[-73.11055404121684,41.227404370216895],[-73.11013204115993,41.228808370505156],[-73.11002504114575,41.22916837057903],[-73.10995404113613,41.229404370627485],[-73.1089540409032,41.23100437097277],[-73.107554040535,41.23250437131146],[-73.10495303992549,41.23660337219725],[-73.10405503968737,41.23753137240777],[-73.10157403902956,41.24009637298967],[-73.09949503841663,41.241160373265],[-73.09916803832026,41.24132837330843],[-73.09562603728811,41.24335437381921],[-73.09340403664046,41.24462337413923],[-73.09340303664027,41.24462537413967],[-73.09161403614588,41.246123374490445],[-73.09121603603379,41.2464193745612],[-73.091046035979,41.246424374567674],[-73.0906960358662,41.24643437458096],[-73.09034403575126,41.246418374589226],[-73.09011103567522,41.24640837459479],[-73.09000803564165,41.24640437459736],[-73.08970103554158,41.24639337460513],[-73.08959903550834,41.246390374607856],[-73.08955103549272,41.24638837460901],[-73.08915303536361,41.2463853746213],[-73.08909103534347,41.24638437462311],[-73.0887370352285,41.24637937463359],[-73.08804903500724,41.246407374661324],[-73.08757003485407,41.24644237468368],[-73.08724403474989,41.246467374699115],[-73.08706503469323,41.2464903747094],[-73.08692003464762,41.24651437471879],[-73.08671903458404,41.24654137473056],[-73.08668003457164,41.2465453747326],[-73.08586903431465,41.2466463747786],[-73.08552703420774,41.24671437480295],[-73.0851460340887,41.24679137483034],[-73.08503103404543,41.24668537481333],[-73.08481403396343,41.24647937478007],[-73.08382303358908,41.24554037462855],[-73.08349303346442,41.24522737457802],[-73.08244803307181,41.244274374425494],[-73.08101903253505,41.24297337421732],[-73.0798960321106,41.24190437404461],[-73.07933903190094,41.24138937396192],[-73.07830203151059,41.240430373807925],[-73.07793103137027,41.240075373750514],[-73.07765303126513,41.23980937370749],[-73.07662603087667,41.238826373548456],[-73.0756990305271,41.2379573734085],[-73.07504503028046,41.23734437330975],[-73.07453903008967,41.23687037323341],[-73.07391302985366,41.23628437313903],[-73.07309902954762,41.23553737301926],[-73.07300802951387,41.235462373007536],[-73.07276302942302,41.235259372975754],[-73.07246002931242,41.23504037294271],[-73.07225102923822,41.23492537292697],[-73.07219402921777,41.23489037292198],[-73.07169802903981,41.234585372878364],[-73.07141002893717,41.23442037285539],[-73.07114602884315,41.234270372834594],[-73.07009702847306,41.23373637276404],[-73.06966202832116,41.23354237274015],[-73.06960002829949,41.233514372736686],[-73.06932702820505,41.23340837272478],[-73.06909402812481,41.23332437271588],[-73.0690570281121,41.23331137271453],[-73.06845302790538,41.233116372695925],[-73.06837202787843,41.23310337269598],[-73.06836102787382,41.23308537269283],[-73.065747026977,41.23220137260438],[-73.06515302677268,41.2319913725825],[-73.06506402674287,41.23197437258206],[-73.0648380266643,41.23187937257077],[-73.06434302649505,41.23172237255606],[-73.06396302636483,41.23159637254368],[-73.0630780260604,41.23128337251106],[-73.0629360260121,41.23124237250763],[-73.06310802606293,41.23115637248523],[-73.06403702633833,41.23070637236721],[-73.06408202634815,41.23062237234932],[-73.0642330263962,41.23060737234151],[-73.06457802649798,41.23043137229594],[-73.06644402704875,41.22948537205058],[-73.06725802728901,41.22907237194351],[-73.06732002730591,41.22901637193055],[-73.06824702757955,41.22854637180865],[-73.06872502771911,41.22827737174058],[-73.06881302774505,41.228232371728936],[-73.06926102787425,41.22795137165949],[-73.06937402790686,41.22788137164215],[-73.06965802798378,41.22761537158094],[-73.07027902815017,41.22700237144096],[-73.07055402821632,41.22659837135304],[-73.0706120282303,41.226513371334526],[-73.07089202829583,41.22606937123862],[-73.0711480283547,41.22564537114741],[-73.07115302835574,41.22563537114529],[-73.07164202846315,41.22473637095362],[-73.07188502851727,41.22430237086086],[-73.07213302857258,41.22386137076656],[-73.07225102859833,41.223641370719726],[-73.07260702867622,41.22298137057909],[-73.0726800286922,41.22284637055031],[-73.07273802870664,41.22276937053339],[-73.0728460287305,41.22257337049154],[-73.07317202880299,41.22198937036676],[-73.07322502881487,41.22189637034685],[-73.07327302882442,41.221790370324555],[-73.07498702920516,41.21871436966734],[-73.07502402921341,41.21864836965324],[-73.07507902922559,41.21854936963208],[-73.0750930292288,41.21852536962693],[-73.07522702925876,41.21828836957623],[-73.07567202935867,41.21750836940924],[-73.07582102939217,41.217248369353534],[-73.07588502940465,41.21710236932291],[-73.07608002944312,41.21666736923149],[-73.07614502945597,41.21652236920102],[-73.07616602945598,41.21640236917687],[-73.07619902946188,41.21631836915935],[-73.07621702946446,41.21626036914742],[-73.07646602950093,41.21548136898694],[-73.07654902951313,41.21522236893359]]]},"properties":{"name":1506,"geoid":"09009150600"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.05553902368452,41.23245037298285],[-73.05566302372534,41.232462372981196],[-73.05582702377944,41.23247937297923],[-73.05603702384745,41.23247937297245],[-73.056162023888,41.23248037296861],[-73.05646702398624,41.232470372956804],[-73.05694202413937,41.23245737293891],[-73.05738202428083,41.23243837292099],[-73.05749302431654,41.23243437291662],[-73.0575960243498,41.23243237291289],[-73.05768802437943,41.23242937290934],[-73.05778402441041,41.232427372905846],[-73.05803202449042,41.23242137289668],[-73.0580970245114,41.23242037289437],[-73.05864802468643,41.232359372864636],[-73.05905602481496,41.23229537283894],[-73.05939702492248,41.23224337281775],[-73.06044902525275,41.23205837274759],[-73.06107702544735,41.23190237269679],[-73.06139602554596,41.231819372670245],[-73.06242702585865,41.23144437256359],[-73.0629360260121,41.23124237250763],[-73.0630780260604,41.23128337251106],[-73.06396302636483,41.23159637254368],[-73.06434302649505,41.23172237255606],[-73.0648380266643,41.23187937257077],[-73.06506402674287,41.23197437258206],[-73.06515302677268,41.2319913725825],[-73.065747026977,41.23220137260438],[-73.06836102787382,41.23308537269283],[-73.06837202787843,41.23310337269598],[-73.06845302790538,41.233116372695925],[-73.0690570281121,41.23331137271453],[-73.06909402812481,41.23332437271588],[-73.06932702820505,41.23340837272478],[-73.06960002829949,41.233514372736686],[-73.06966202832116,41.23354237274015],[-73.07009702847306,41.23373637276404],[-73.07114602884315,41.234270372834594],[-73.07141002893717,41.23442037285539],[-73.07169802903981,41.234585372878364],[-73.07219402921777,41.23489037292198],[-73.07225102923822,41.23492537292697],[-73.07246002931242,41.23504037294271],[-73.07276302942302,41.235259372975754],[-73.07300802951387,41.235462373007536],[-73.07309902954762,41.23553737301926],[-73.07391302985366,41.23628437313903],[-73.07453903008967,41.23687037323341],[-73.07504503028046,41.23734437330975],[-73.0756990305271,41.2379573734085],[-73.07662603087667,41.238826373548456],[-73.07765303126513,41.23980937370749],[-73.07793103137027,41.240075373750514],[-73.07830203151059,41.240430373807925],[-73.07933903190094,41.24138937396192],[-73.0798960321106,41.24190437404461],[-73.08101903253505,41.24297337421732],[-73.08244803307181,41.244274374425494],[-73.08349303346442,41.24522737457802],[-73.08382303358908,41.24554037462855],[-73.08481403396343,41.24647937478007],[-73.08503103404543,41.24668537481333],[-73.0851460340887,41.24679137483034],[-73.08552703420774,41.24671437480295],[-73.08586903431465,41.2466463747786],[-73.08668003457164,41.2465453747326],[-73.08671903458404,41.24654137473056],[-73.08692003464762,41.24651437471879],[-73.08706503469323,41.2464903747094],[-73.08724403474989,41.246467374699115],[-73.08757003485407,41.24644237468368],[-73.08804903500724,41.246407374661324],[-73.0887370352285,41.24637937463359],[-73.08909103534347,41.24638437462311],[-73.08915303536361,41.2463853746213],[-73.08955103549272,41.24638837460901],[-73.08959903550834,41.246390374607856],[-73.08970103554158,41.24639337460513],[-73.09000803564165,41.24640437459736],[-73.09011103567522,41.24640837459479],[-73.09034403575126,41.246418374589226],[-73.0906960358662,41.24643437458096],[-73.091046035979,41.246424374567674],[-73.09121603603379,41.2464193745612],[-73.09115103601683,41.246491374577374],[-73.08894603547755,41.249571375250866],[-73.0887660354335,41.24982237530578],[-73.08858603538951,41.25007437536087],[-73.08857003538563,41.25009737536588],[-73.08735103508751,41.25180037573825],[-73.0870920350725,41.25301237598355],[-73.08692203506259,41.25380737614445],[-73.08675303505312,41.254604376305714],[-73.08719103531958,41.25679637672001],[-73.08743003546493,41.257991376945846],[-73.08763003558633,41.25898737713405],[-73.08785303572208,41.26010437734515],[-73.0878350357706,41.261060377532566],[-73.0877530359853,41.26530437836463],[-73.08817203629046,41.268283378933184],[-73.08817803629469,41.26832337894081],[-73.08829103637707,41.269128379094454],[-73.08840403645948,41.26993337924809],[-73.08852903655031,41.27081837941697],[-73.08865303664088,41.271704379586055],[-73.08865903664328,41.27171237958743],[-73.08867703665047,41.271736379591545],[-73.08868303665292,41.2717453795931],[-73.08831603658926,41.2727163797947],[-73.08721903639973,41.27563238039995],[-73.08685303633644,41.27660438060168],[-73.0868220363255,41.27658838059955],[-73.08661403625365,41.276510380591056],[-73.08623903612424,41.276371380576045],[-73.08589603600566,41.27624038056156],[-73.08565703592306,41.27614938055152],[-73.08477603561809,41.275806380513025],[-73.08213303470322,41.274777380397566],[-73.0812520343983,41.27443538035924],[-73.08111003434831,41.27436538035017],[-73.08071803421034,41.27417238032515],[-73.07911803364729,41.273387380223575],[-73.07899503360402,41.273327380215825],[-73.07866403349472,41.2732913802195],[-73.07855703346364,41.27335438023527],[-73.07809003329874,41.27311538020369],[-73.07668903280414,41.272400380109325],[-73.07622303263963,41.27216238007791],[-73.07598603255528,41.27202938005959],[-73.07527703230299,41.27163238000495],[-73.07504103221902,41.271500379986804],[-73.0744880320196,41.27114437993513],[-73.07283003142187,41.27007937978067],[-73.07227803122284,41.269724379729155],[-73.07219803119465,41.26968437972392],[-73.071404030915,41.26929037967262],[-73.06878302999179,41.26798837950297],[-73.06791002968433,41.2675553794466],[-73.06729002946612,41.26725037940704],[-73.06543202881227,41.26633737928871],[-73.06490802862787,41.266080379255435],[-73.0648140285947,41.26603237924908],[-73.0642620283996,41.265746379211045],[-73.0626060278143,41.26488837909691],[-73.06205502761959,41.26460337905902],[-73.06141302739347,41.264284379017425],[-73.06134902737091,41.26425237901324],[-73.0612850273484,41.264221379009264],[-73.06125602733822,41.26420737900746],[-73.05896102653205,41.26310537886627],[-73.0581870262602,41.262734378818784],[-73.05759402605183,41.262448378782054],[-73.0558180254277,41.26159037867174],[-73.0552260252197,41.26130537863517],[-73.05366702467279,41.26056937854168],[-73.05361502465455,41.260544378538484],[-73.0532350245208,41.2603573785142],[-73.05194202406571,41.25972037843148],[-73.05151202391436,41.25950837840394],[-73.05073502364654,41.25922537837371],[-73.0487130229496,41.25848837829498],[-73.04414502137509,41.256823378117055],[-73.04416402131118,41.25558837787499],[-73.04416202130815,41.25554637786686],[-73.04425002132865,41.25540537783644],[-73.04415602128455,41.25516437779236],[-73.04415102125928,41.254747377711006],[-73.04407602117763,41.25373637751575],[-73.04408302117469,41.253644377497544],[-73.04405202113736,41.253163377404505],[-73.04405602113016,41.25301337737504],[-73.04404602110746,41.25267037730831],[-73.04402602105812,41.251914377161135],[-73.04404902105026,41.2516443771076],[-73.04405802104812,41.251555377089915],[-73.04409002104431,41.251305377040005],[-73.0441140210458,41.251194377017534],[-73.04418002105074,41.250904376958694],[-73.04419202105225,41.2508623769501],[-73.0442250210568,41.25075437692791],[-73.04436702107701,41.250299376834356],[-73.04442102108494,41.25013037679957],[-73.04468802112568,41.24932337663316],[-73.04480602114215,41.24893937655426],[-73.04485102114845,41.24879337652426],[-73.04491602115154,41.248476376460175],[-73.04491402114448,41.24836337643814],[-73.04490802112336,41.24802537637225],[-73.0449070211167,41.24791337635038],[-73.04496902110655,41.24738037624415],[-73.04541602119815,41.24644137604609],[-73.04558202123668,41.24617237598814],[-73.04606902133781,41.24517337577706],[-73.04622902137572,41.24492737572378],[-73.04653702144229,41.24434137559925],[-73.04660902146044,41.24425037557912],[-73.04667002147028,41.24407537554294],[-73.04670102146696,41.24383937549578],[-73.04675502147369,41.243649375456876],[-73.04702102151741,41.24290037530181],[-73.04707602152767,41.24276737527402],[-73.04735202157927,41.24210037513467],[-73.0478550216801,41.24100437490409],[-73.04810102173573,41.240579374813024],[-73.04815702175011,41.240513374798304],[-73.04832502179345,41.24031737475454],[-73.04838202180821,41.24025237473999],[-73.04843302182138,41.2401933747268],[-73.04849702183833,41.240126374711636],[-73.04885202193253,41.23975937462839],[-73.04897102196418,41.23963737460069],[-73.0492770220441,41.23929837452451],[-73.04940902207869,41.23915437449208],[-73.04941202207955,41.239152374491596],[-73.04971802215879,41.23880137441306],[-73.04992402220665,41.238468374341274],[-73.05005102223147,41.238180374280844],[-73.05037902229765,41.237473374132],[-73.05041102230429,41.23740737411804],[-73.05056802232895,41.23694537402261],[-73.05060002233455,41.23686137400516],[-73.05064302233676,41.23665437396328],[-73.05065002233641,41.236608373954056],[-73.05068302233684,41.23642737391759],[-73.05082202234952,41.235856373801404],[-73.05088302235517,41.23560737375073],[-73.05103102237359,41.235086373644044],[-73.05106602238,41.23499937362591],[-73.05133302243004,41.23435637349151],[-73.05196502257641,41.23332637326963],[-73.05217802262591,41.23298237319546],[-73.05227202264447,41.23277237315135],[-73.05250202271992,41.23278937314724],[-73.05255702273799,41.23279337314625],[-73.05319302294791,41.23286237313923],[-73.05342402302415,41.23288737313664],[-73.0537590231347,41.232923373132856],[-73.05383002315817,41.232931373132146],[-73.054582023406,41.23300637312253],[-73.05476802346604,41.23300237311573],[-73.054808023479,41.233002373114445],[-73.05496902352775,41.23294237309751],[-73.05506502355415,41.23285937307817],[-73.05515902357995,41.23277737305909],[-73.05544402365831,41.23253137300177],[-73.05553902368452,41.23245037298285]]]},"properties":{"name":1507,"geoid":"09009150700"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.04414502137509,41.256823378117055],[-73.03897001961812,41.25540937800774],[-73.03861501949748,41.25531037799986],[-73.03755201913623,41.255013377976105],[-73.03719801901592,41.254914377968184],[-73.03655701879876,41.25474737795623],[-73.03516201832629,41.25438637793068],[-73.03467001815343,41.25414937790024],[-73.03407401794412,41.25386337786356],[-73.03332001768756,41.25364737784566],[-73.03106101691905,41.25300237779248],[-73.03030801666289,41.25278737777473],[-73.02990901653037,41.252730377776466],[-73.02964201644171,41.252692377777656],[-73.027646015779,41.25241037778693],[-73.02698101555825,41.252317377790206],[-73.02690401553211,41.252296377788596],[-73.02583001516827,41.25201637776849],[-73.02237701399854,41.251118377704316],[-73.02231201397652,41.251101377703094],[-73.02122701360894,41.25081837768275],[-73.0205780133903,41.25067137767495],[-73.01863401273549,41.25023137765162],[-73.01798601251726,41.250085377643956],[-73.01755901237685,41.2500493776507],[-73.01628001195641,41.24994337767122],[-73.0158540118164,41.24990837767812],[-73.01583401180987,41.249907377678575],[-73.01577401179033,41.249905377680115],[-73.01575501178417,41.24990537768073],[-73.01552201170634,41.249864377680225],[-73.01482301147304,41.249744377679306],[-73.01459001139528,41.249704377678974],[-73.01271601077758,41.24951937770325],[-73.01226701062502,41.24939437769328],[-73.01181801047251,41.24927037768351],[-73.01153901037769,41.24919237767727],[-73.0112590102826,41.249115377671224],[-73.01021600993569,41.248957377673946],[-73.00952900970465,41.24880837766696],[-73.00746800901156,41.24836237764618],[-73.00678200878092,41.24821437763934],[-73.00675600877247,41.2482143776402],[-73.00667700874693,41.24821537764294],[-73.00665200873888,41.24821637764394],[-73.00696600882932,41.2480163775947],[-73.00766900903136,41.247561377483066],[-73.0099850096972,41.24606637711601],[-73.01072500991062,41.24560037700102],[-73.01175001020633,41.244957376842216],[-73.01231101036723,41.244588376751956],[-73.01399801085118,41.24348137648104],[-73.01430901094047,41.243278376431306],[-73.01456001101243,41.24311337639095],[-73.01478201107668,41.242977376357196],[-73.01549101128099,41.24252837624651],[-73.01822201206821,41.240803375821045],[-73.01828201208556,41.24076637581187],[-73.0192240123586,41.24019837567039],[-73.0198320125359,41.23985037558272],[-73.01990101255629,41.23981537557364],[-73.02082101282865,41.23936137545518],[-73.02154801304307,41.23898837535877],[-73.02199101317461,41.23877637530301],[-73.0226940133834,41.23844137521481],[-73.02333501357336,41.23812837513291],[-73.02434401387248,41.23763737500432],[-73.02511901410256,41.23726637490675],[-73.02526401414568,41.237198374888784],[-73.02559401424406,41.2370473748486],[-73.0259160143404,41.23690637481063],[-73.02660501454453,41.23656937472248],[-73.02840001507647,41.23569337449322],[-73.02867301515745,41.23556137445859],[-73.02936401536246,41.23522837437117],[-73.02953601541343,41.23514437434918],[-73.0300520155665,41.23489537428384],[-73.03022501561784,41.23481237426201],[-73.03090601581836,41.234457374170596],[-73.03135901595347,41.23425137411569],[-73.03169201605212,41.23408837407306],[-73.03227701622794,41.23384637400684],[-73.03229701623397,41.23383837400463],[-73.03234401624829,41.23382237399998],[-73.03244001627758,41.23379037399063],[-73.03308401647391,41.2335733739274],[-73.03363001664327,41.23344037388377],[-73.03443901689617,41.233278373825975],[-73.03543001721059,41.23316137377112],[-73.0362630174796,41.2331463737413],[-73.03692401769563,41.23317937372642],[-73.03731201782387,41.233224373722706],[-73.03873501830115,41.23351237373312],[-73.03917801844948,41.23359737373545],[-73.04096501905904,41.23413837378359],[-73.04110101910534,41.23417837378704],[-73.04151201924529,41.234298373797245],[-73.04168601930438,41.234346373801],[-73.04192701937293,41.23417837376037],[-73.0420570194096,41.2340823737374],[-73.04215501943732,41.23401137372034],[-73.04350001981952,41.23306637349207],[-73.04412902000549,41.23275237341035],[-73.04439502008339,41.23260637337321],[-73.04482602021004,41.2323773733145],[-73.04534002036544,41.23218137325956],[-73.04597202055974,41.231997373203164],[-73.04695202086813,41.23183737314022],[-73.04698902087978,41.23183137313786],[-73.04732302098537,41.23178537311808],[-73.04754602105717,41.23177737310931],[-73.04797402119507,41.231764373092936],[-73.04934002164183,41.23183937306352],[-73.04975502177761,41.231863373054814],[-73.0499370218381,41.23189037305423],[-73.04999702185805,41.231899373054034],[-73.05105802220719,41.231995373038565],[-73.05251702268733,41.23212837301747],[-73.05442502331435,41.23228637298675],[-73.05467702339718,41.23230737298273],[-73.05553902368452,41.23245037298285],[-73.05544402365831,41.23253137300177],[-73.05515902357995,41.23277737305909],[-73.05506502355415,41.23285937307817],[-73.05496902352775,41.23294237309751],[-73.054808023479,41.233002373114445],[-73.05476802346604,41.23300237311573],[-73.054582023406,41.23300637312253],[-73.05383002315817,41.232931373132146],[-73.0537590231347,41.232923373132856],[-73.05342402302415,41.23288737313664],[-73.05319302294791,41.23286237313923],[-73.05255702273799,41.23279337314625],[-73.05250202271992,41.23278937314724],[-73.05227202264447,41.23277237315135],[-73.05217802262591,41.23298237319546],[-73.05196502257641,41.23332637326963],[-73.05133302243004,41.23435637349151],[-73.05106602238,41.23499937362591],[-73.05103102237359,41.235086373644044],[-73.05088302235517,41.23560737375073],[-73.05082202234952,41.235856373801404],[-73.05068302233684,41.23642737391759],[-73.05065002233641,41.236608373954056],[-73.05064302233676,41.23665437396328],[-73.05060002233455,41.23686137400516],[-73.05056802232895,41.23694537402261],[-73.05041102230429,41.23740737411804],[-73.05037902229765,41.237473374132],[-73.05005102223147,41.238180374280844],[-73.04992402220665,41.238468374341274],[-73.04971802215879,41.23880137441306],[-73.04941202207955,41.239152374491596],[-73.04940902207869,41.23915437449208],[-73.0492770220441,41.23929837452451],[-73.04897102196418,41.23963737460069],[-73.04885202193253,41.23975937462839],[-73.04849702183833,41.240126374711636],[-73.04843302182138,41.2401933747268],[-73.04838202180821,41.24025237473999],[-73.04832502179345,41.24031737475454],[-73.04815702175011,41.240513374798304],[-73.04810102173573,41.240579374813024],[-73.0478550216801,41.24100437490409],[-73.04735202157927,41.24210037513467],[-73.04707602152767,41.24276737527402],[-73.04702102151741,41.24290037530181],[-73.04675502147369,41.243649375456876],[-73.04670102146696,41.24383937549578],[-73.04667002147028,41.24407537554294],[-73.04660902146044,41.24425037557912],[-73.04653702144229,41.24434137559925],[-73.04622902137572,41.24492737572378],[-73.04606902133781,41.24517337577706],[-73.04558202123668,41.24617237598814],[-73.04541602119815,41.24644137604609],[-73.04496902110655,41.24738037624415],[-73.0449070211167,41.24791337635038],[-73.04490802112336,41.24802537637225],[-73.04491402114448,41.24836337643814],[-73.04491602115154,41.248476376460175],[-73.04485102114845,41.24879337652426],[-73.04480602114215,41.24893937655426],[-73.04468802112568,41.24932337663316],[-73.04442102108494,41.25013037679957],[-73.04436702107701,41.250299376834356],[-73.0442250210568,41.25075437692791],[-73.04419202105225,41.2508623769501],[-73.04418002105074,41.250904376958694],[-73.0441140210458,41.251194377017534],[-73.04409002104431,41.251305377040005],[-73.04405802104812,41.251555377089915],[-73.04404902105026,41.2516443771076],[-73.04402602105812,41.251914377161135],[-73.04404602110746,41.25267037730831],[-73.04405602113016,41.25301337737504],[-73.04405202113736,41.253163377404505],[-73.04408302117469,41.253644377497544],[-73.04407602117763,41.25373637751575],[-73.04415102125928,41.254747377711006],[-73.04415602128455,41.25516437779236],[-73.04425002132865,41.25540537783644],[-73.04416202130815,41.25554637786686],[-73.04416402131118,41.25558837787499],[-73.04414502137509,41.256823378117055]]]},"properties":{"name":1508,"geoid":"09009150800"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.0226940133834,41.23844137521481],[-73.02199101317461,41.23877637530301],[-73.02154801304307,41.23898837535877],[-73.02082101282865,41.23936137545518],[-73.01990101255629,41.23981537557364],[-73.0198320125359,41.23985037558272],[-73.0192240123586,41.24019837567039],[-73.01828201208556,41.24076637581187],[-73.01822201206821,41.240803375821045],[-73.01549101128099,41.24252837624651],[-73.01478201107668,41.242977376357196],[-73.01456001101243,41.24311337639095],[-73.01430901094047,41.243278376431306],[-73.01399801085118,41.24348137648104],[-73.01231101036723,41.244588376751956],[-73.01175001020633,41.244957376842216],[-73.01072500991062,41.24560037700102],[-73.0099850096972,41.24606637711601],[-73.00766900903136,41.247561377483066],[-73.00696600882932,41.2480163775947],[-73.00665200873888,41.24821637764394],[-73.00657700871272,41.248183377639904],[-73.00644900866818,41.24812937763347],[-73.00635200863438,41.24808737762839],[-73.00627800860865,41.248056377624714],[-73.00514500822607,41.24778337760784],[-73.00373900775129,41.24744437758686],[-73.0017490070793,41.24696437755711],[-73.00061800669737,41.24669137754018],[-73.0002400065712,41.24662637753965],[-72.99910700619321,41.246434377538606],[-72.99873000606742,41.246370377538234],[-72.99870800606001,41.246365377537956],[-72.9986430060381,41.246350377537134],[-72.99862200603108,41.24634637753702],[-72.99852000599644,41.246318377534834],[-72.9982140058927,41.24623737752884],[-72.99811200585813,41.24621037752686],[-72.99688600544981,41.24601537752822],[-72.9950150048268,41.24571937753061],[-72.99367800437307,41.24535737750288],[-72.99324900422751,41.245241377494004],[-72.9920520038213,41.24491737746919],[-72.99208800382544,41.24478437744202],[-72.99216800384728,41.24471237742536],[-72.99224000386876,41.24467937741658],[-72.99237100391058,41.2446683774102],[-72.99264000399776,41.24466837740154],[-72.99284400405763,41.244558377373465],[-72.99297500409823,41.2445253773628],[-72.99303200411703,41.24453137736214],[-72.9930770041319,41.244536377361655],[-72.99314900415833,41.24459137737009],[-72.99313500416314,41.244756377402815],[-72.99319300418315,41.244778377405254],[-72.99327300420659,41.24473437739408],[-72.99333900422239,41.24463537737258],[-72.99336000422548,41.24456937735901],[-72.99335300421822,41.244481377342005],[-72.99354900426464,41.24417937727663],[-72.99348400423895,41.24409737726267],[-72.99341100421282,41.24405337725642],[-72.99330200416478,41.24382837721592],[-72.99332300416721,41.243751377200184],[-72.99337400418001,41.24368537718563],[-72.99333800416463,41.24361937717388],[-72.9932870041447,41.243559377163784],[-72.9933230041542,41.2435213771552],[-72.99356300422978,41.243482377139834],[-72.99378100429419,41.24337237711131],[-72.99394800433497,41.24313637705975],[-72.99391900431719,41.24298837703174],[-72.99427500440835,41.242560376936545],[-72.99431000441649,41.24250337692427],[-72.9943550044271,41.24243337690913],[-72.99436200442659,41.242384376899324],[-72.99434000441235,41.24225837687539],[-72.99421700436592,41.24214237685667],[-72.99421600436068,41.242055376839666],[-72.9942820043796,41.24201137682894],[-72.99454400446227,41.24197237681287],[-72.99461600447475,41.24178037677299],[-72.99463800447877,41.24172537676153],[-72.99463500447636,41.24170037675673],[-72.99462300446706,41.241604376738344],[-72.99442700439705,41.241489376722164],[-72.99435400436904,41.241412376709434],[-72.99426000433242,41.24130337669116],[-72.99424500432072,41.24118237666798],[-72.99420100430218,41.241106376654514],[-72.99417900429277,41.241066376647396],[-72.99406300425117,41.24099537663724],[-72.99381200416798,41.24096237663887],[-72.99351500407168,41.24096137664826],[-72.99329800400392,41.24100637666405],[-72.99314700395459,41.24099937666754],[-72.9930680039243,41.24091637665385],[-72.99320300393916,41.24040537654953],[-72.99322900393956,41.24026337652092],[-72.99311000389991,41.240244376521034],[-72.99281800381475,41.240411376563124],[-72.99278600380545,41.240430376567865],[-72.99263600375485,41.24039537656584],[-72.99256900372664,41.240280376545506],[-72.9927250037686,41.240128376510754],[-72.99286000380256,41.23995537647256],[-72.99285000379831,41.239937376469356],[-72.99258400368521,41.2394613763848],[-72.99248300364916,41.239402376376525],[-72.99233600360388,41.23944437638947],[-72.99218500354512,41.2392703763603],[-72.9921280035119,41.23900937631108],[-72.99222200352818,41.23875837625894],[-72.99242500358768,41.23864737623068],[-72.9925700036353,41.23865837622818],[-72.9927350036935,41.23874237623929],[-72.99285100373649,41.23883837625434],[-72.99300300378518,41.23882837624748],[-72.99310400380926,41.2386753762143],[-72.99311000380973,41.23864937620902],[-72.99312300381153,41.23860637620018],[-72.99303100377169,41.238429376168526],[-72.99291700372153,41.23819537612643],[-72.99285400369695,41.23812137611398],[-72.99276300366576,41.238091376111036],[-72.99262700362362,41.23812537612207],[-72.99250800358541,41.238131376127086],[-72.99240200354886,41.23809237612286],[-72.9923600035315,41.2380263761113],[-72.99240600354054,41.237922376089465],[-72.99243600354636,41.23785337607501],[-72.99323300377866,41.237394375959546],[-72.99324000377773,41.237337375948165],[-72.9931930037601,41.237295375941464],[-72.99307500372039,41.23726937594017],[-72.9929890036901,41.23722637593453],[-72.99299100368707,41.23716137592175],[-72.99306900370873,41.23709737590671],[-72.99309900371297,41.23700037588677],[-72.9930630036978,41.236938375875816],[-72.99274800359845,41.23698637589535],[-72.99253400352565,41.2369253758903],[-72.99242700348489,41.236817375872626],[-72.9924200034755,41.2366913758482],[-72.99264000353938,41.23656037581547],[-72.99292100363026,41.23655737580584],[-72.99316800371165,41.236581375802594],[-72.99332500376269,41.236584375798124],[-72.99338600377907,41.2365243757844],[-72.99333500374772,41.236262375734796],[-72.99332300373602,41.23612437570818],[-72.99342700375713,41.235901375661214],[-72.99340300374405,41.23580737564359],[-72.99317300366518,41.235730375635924],[-72.99273400351647,41.235616375627764],[-72.9925900034667,41.23556137562165],[-72.99249100342739,41.2354333755998],[-72.99247300341483,41.2353143755771],[-72.99249600341541,41.23519237555248],[-72.99259800343869,41.23501937551535],[-72.99244900338559,41.23493437550353],[-72.99237000335377,41.234824375484536],[-72.99238700335515,41.23475137546972],[-72.99245500337244,41.23466737545108],[-72.99270000344391,41.23452737541582],[-72.99275900345839,41.23444537539786],[-72.99275300345114,41.23435137537966],[-72.99274600344832,41.234341375377944],[-72.99270200343067,41.23428137536761],[-72.99261600339901,41.23421437535728],[-72.99255400337785,41.234195375355554],[-72.99241500333235,41.23418737535846],[-72.99226700328639,41.234222375370074],[-72.99199900320836,41.234378375409236],[-72.99172200312125,41.23442537542735],[-72.9914670030392,41.23443537543752],[-72.99118500294962,41.234467375452866],[-72.99099000289455,41.23461037548713],[-72.99086900286035,41.23469937550843],[-72.99061400277886,41.234719375520555],[-72.99058200276929,41.234733375524314],[-72.9905170027479,41.23472737552523],[-72.99039900271015,41.2347363755308],[-72.99028100267243,41.234745375536356],[-72.99024100265964,41.23474837553823],[-72.99012400262225,41.234757375543765],[-72.99009300261237,41.23476037554535],[-72.99008500260977,41.234760375545605],[-72.989798002517,41.23476437555563],[-72.98945300241336,41.23490837559492],[-72.98921200234103,41.23501037562263],[-72.98890400224472,41.23507237564468],[-72.98847000210907,41.23516037567587],[-72.98777200189573,41.235387375742754],[-72.98754500182405,41.235420375756526],[-72.98740700178053,41.23544137576508],[-72.9871550017044,41.23553937579236],[-72.98690500162363,41.23554337580121],[-72.98692800162972,41.235519375795754],[-72.98695200163614,41.23549537579028],[-72.9869810016438,41.23546437578329],[-72.98701200165202,41.23543237577602],[-72.98711800167976,41.23531537574973],[-72.98774800184485,41.234624375594244],[-72.98788500188081,41.234475375560685],[-72.98795800189988,41.23439437554248],[-72.9880490019235,41.234290375519215],[-72.98816300195327,41.234163375490695],[-72.98833300199858,41.23399037545137],[-72.98843000202447,41.23389237542907],[-72.98854900205563,41.23376137539961],[-72.98890600214915,41.23336937531141],[-72.9890260021807,41.23323937528212],[-72.98990300241226,41.232308375071725],[-72.99030100251849,41.23190637498025],[-72.99042800255062,41.23174637494487],[-72.99086200266524,41.23128637484087],[-72.99098300269705,41.231155374811344],[-72.99142600281458,41.230695374707075],[-72.99146000282589,41.23070037470696],[-72.99153200284238,41.230579374680964],[-72.99181500291631,41.23026537461042],[-72.99217400301022,41.229868374521175],[-72.99235300306408,41.229795374501116],[-72.99248000310236,41.22974437448705],[-72.9928790032205,41.229547374435654],[-72.99305300327208,41.229462374413416],[-72.99340000337925,41.22936937438405],[-72.99363400345158,41.22930737436438],[-72.99445300370692,41.22913037430338],[-72.99480500381674,41.22905537427738],[-72.99492100385268,41.22902637426796],[-72.99527000396107,41.22894337424047],[-72.9953870039974,41.22891537423124],[-72.99578000411935,41.22882037419998],[-72.9963140042852,41.22869337415792],[-72.99696500448893,41.22856637411212],[-72.99736200461322,41.22848937408426],[-72.997972004807,41.22842137405131],[-72.9981330048582,41.2284043740428],[-72.99873100505064,41.228381374019044],[-72.9994660052888,41.22838137399537],[-72.99981300540166,41.228389373985756],[-72.9998850054251,41.228391373983825],[-73.00017500552048,41.22841637397937],[-73.00042500560312,41.228445373976996],[-73.0011180058313,41.228510373967396],[-73.00112600583398,41.22851137396732],[-73.00303500646388,41.228713373945354],[-73.00319800651735,41.22872537394246],[-73.00389300674553,41.22877837393043],[-73.00386900676703,41.229296374032565],[-73.00386100677846,41.22954437408135],[-73.00386100678038,41.229578374088],[-73.00386200679394,41.22981237413376],[-73.00386400679672,41.22985037414112],[-73.00386400679882,41.22988737414836],[-73.00386900680299,41.229932374156995],[-73.00389300683383,41.23034037423606],[-73.00389800689372,41.23137137443762],[-73.00398000692607,41.231473374454936],[-73.00415000698482,41.231538374462176],[-73.00430800703798,41.231573374463935],[-73.00505800729036,41.23173937447225],[-73.0053740073959,41.23179537447303],[-73.00632400771319,41.231963374475285],[-73.00664100781914,41.23202037447621],[-73.00687800789825,41.23206137447661],[-73.0073020080398,41.232135374477416],[-73.00759200813657,41.23218537447785],[-73.00783100821639,41.23222737447837],[-73.00834900839027,41.232334374482605],[-73.00863700848697,41.23239437448507],[-73.00883800855539,41.23245237448994],[-73.00912900867338,41.23287237456272],[-73.00925400871984,41.232977374579235],[-73.00958700883979,41.23319037461019],[-73.00960200884515,41.23319937461145],[-73.01004800900587,41.23348637465323],[-73.01020000906061,41.2335833746673],[-73.0103410091133,41.23370737468703],[-73.0106280092206,41.23396037472727],[-73.01084300930724,41.23426037477903],[-73.0109320093515,41.23453337482956],[-73.0109490093608,41.23460037484213],[-73.01099900938748,41.234785374876715],[-73.01103500940897,41.234959374909586],[-73.0112710094873,41.234992374908444],[-73.01150600956886,41.23508837491965],[-73.01162400960983,41.23513637492523],[-73.01194200972488,41.235349374956655],[-73.01238400988268,41.23560737499287],[-73.01255300994232,41.23569337500426],[-73.0127540100127,41.23578637501597],[-73.01279501002689,41.23580237501778],[-73.01300401009941,41.23588737502766],[-73.01325901018672,41.23597037503566],[-73.01319801017459,41.236105375064064],[-73.01301601013854,41.236510375149145],[-73.01295601012679,41.236646375177685],[-73.01304001015514,41.236666375178885],[-73.01329301024062,41.236728375182864],[-73.01337801026935,41.236749375184225],[-73.01342401028487,41.23676037518491],[-73.01354201032447,41.236784375185785],[-73.01379001040776,41.23683637518796],[-73.0140280104894,41.236916375195946],[-73.01418801054433,41.23697137520155],[-73.01459801067661,41.23696137518638],[-73.01526501089181,41.23694537516174],[-73.01583101107462,41.23693537514154],[-73.01603401114022,41.23693237513441],[-73.01624201120728,41.23692637512652],[-73.0163690112482,41.23692237512163],[-73.01683901139809,41.23688037509828],[-73.01793001174224,41.23671537503082],[-73.01834401187241,41.236645375003775],[-73.0186190119589,41.236599374985914],[-73.01897101207058,41.236557374966345],[-73.01940101221024,41.23656337495365],[-73.0195950122737,41.236574374949555],[-73.01987001236569,41.23662537495065],[-73.02037701254031,41.2368083749701],[-73.02126901285368,41.23723937502565],[-73.02146601292577,41.23738537504785],[-73.02174301302907,41.23762437508568],[-73.02213201317353,41.2379503751369],[-73.02224101321423,41.23804537515197],[-73.02247101330006,41.23824537518367],[-73.02253501332396,41.238301375192556],[-73.02258101334114,41.238341375198885],[-73.0226940133834,41.23844137521481]]]},"properties":{"name":1512,"geoid":"09009151200"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.05203303749754,41.49434442415533],[-73.05226903759502,41.49470742421819],[-73.05240603764656,41.49483042423764],[-73.05284403781134,41.49522342429977],[-73.05310403794486,41.496077424457255],[-73.05314303797891,41.49644942452827],[-73.05320903803572,41.49706442464563],[-73.05323103805499,41.49727542468591],[-73.05285703798371,41.4981474248675],[-73.05321603811673,41.498433424911376],[-73.0536510382749,41.49872842495455],[-73.05409003843111,41.49896642498652],[-73.05453803858971,41.49919542501646],[-73.0547420386629,41.49931642503332],[-73.05501303876221,41.499513425062794],[-73.05505803877872,41.49954642506774],[-73.05519403882784,41.499632425080016],[-73.055743039026,41.49997942512958],[-73.0557850390412,41.50000642513346],[-73.05586503907027,41.50006042514136],[-73.05592803909268,41.50009442514592],[-73.05697103946412,41.50066542522294],[-73.05717303954144,41.500869425256],[-73.05719303954919,41.50089142525961],[-73.05741203963386,41.50112742529836],[-73.0578460397842,41.50129142531612],[-73.0579860398354,41.50139142533098],[-73.05805903986871,41.501558425361054],[-73.05811703990025,41.5017794254021],[-73.05808103990816,41.50212042546952],[-73.05775103985582,41.503072425665174],[-73.05765703985085,41.5035164257545],[-73.05763703984988,41.503612425773795],[-73.05779203993946,41.50429442590124],[-73.05794504000133,41.50450642593744],[-73.05817004008479,41.50468742596529],[-73.05819904009559,41.50471142596901],[-73.05826604012556,41.504854425994615],[-73.05823404012583,41.50503942603159],[-73.05805004008278,41.5053294260939],[-73.05797304006893,41.50552342613409],[-73.05797804007898,41.50566942616229],[-73.05813604013917,41.505824426187246],[-73.05831304020258,41.50592742620152],[-73.05860904030861,41.50610042622549],[-73.05880504037732,41.506188426236214],[-73.05916704050411,41.50634942625572],[-73.05956004064977,41.50666342630392],[-73.05957804065763,41.50669842631014],[-73.05979004075057,41.50711742638464],[-73.05980504077738,41.50749842645814],[-73.05978504077743,41.50761242648095],[-73.05974904077824,41.50782942652427],[-73.05985704084283,41.50834242662038],[-73.06009104093856,41.508685426679406],[-73.06065404115196,41.50921742676442],[-73.06097304127947,41.509633426834846],[-73.06117704136528,41.50997342689425],[-73.06133204143654,41.51033742695991],[-73.06164204156448,41.51081142704188],[-73.06187804166385,41.511206427110935],[-73.06216304176984,41.5114404271471],[-73.06284904201013,41.51174542718401],[-73.06339704220998,41.512126427240204],[-73.0638420423734,41.51245542728961],[-73.06416804249024,41.5126464273161],[-73.06453904261852,41.512782427330436],[-73.0645820426334,41.51279842733214],[-73.06504504280497,41.51316742738875],[-73.06546604296095,41.51350242744011],[-73.06560704301513,41.51364842746387],[-73.06566804303822,41.51370542747295],[-73.06577704307948,41.51380742748922],[-73.06603804316917,41.51389342749742],[-73.06650904334138,41.51422842754715],[-73.06507104287797,41.514288427605614],[-73.06431604263476,41.514321427636574],[-73.0607570414879,41.51447142778149],[-73.05931904102454,41.51453242784012],[-73.05845804074649,41.514558427873176],[-73.05587703991311,41.51463842797268],[-73.05501703963544,41.51466542800587],[-73.05496303961763,41.51466042800668],[-73.05480403956531,41.5146484280095],[-73.05475103954787,41.514644428010456],[-73.05467803952509,41.51466042801594],[-73.05463903951289,41.51466842801875],[-73.0546050395023,41.51467642802141],[-73.0544570394561,41.51470842803244],[-73.05438703943423,41.51472342803763],[-73.05431803941275,41.51473942804298],[-73.05430303940805,41.51474242804406],[-73.0541920393734,41.514766428052326],[-73.0541050393452,41.51476742805536],[-73.0538470392616,41.514770428064324],[-73.05376103923379,41.5147724280675],[-73.05359503918133,41.51479742807776],[-73.05310003902507,41.51487442810881],[-73.05293503897299,41.51490042811922],[-73.05266603888678,41.51492042813185],[-73.05186003862867,41.51498242817011],[-73.05159203854292,41.51500442818309],[-73.05118803841376,41.51503942820303],[-73.04997503802613,41.51514742826343],[-73.04957203789742,41.51518442828374],[-73.04946603786347,41.51519242828874],[-73.04936703783179,41.515200428293504],[-73.04914803776165,41.515217428303934],[-73.04904303772808,41.51522642830908],[-73.04857403758398,41.515368428351934],[-73.0475530372435,41.515212428354815],[-73.03950503470986,41.51659442888484],[-73.03493803325799,41.51713442913813],[-73.03000003168815,41.51771842941199],[-73.0295850315558,41.51776042943363],[-73.02834003115889,41.517888429498925],[-73.02792603102691,41.51793142952073],[-73.02641203055242,41.51822942962777],[-73.02187002912902,41.51912542994933],[-73.02035702865496,41.519425430056714],[-73.0199690285332,41.5194994300837],[-73.01942102836122,41.519603430121684],[-73.01927102831417,41.51963243013219],[-73.01880702816868,41.519722430164734],[-73.01842002804732,41.51979743019187],[-73.01837002803158,41.51980643019524],[-73.01822002798438,41.519832430205156],[-73.01817102796905,41.51984243020869],[-73.01789102781959,41.51882443002006],[-73.01769102771269,41.518094429884776],[-73.01705302737211,41.515773429454704],[-73.01677402722312,41.5147574292664],[-73.0166730271709,41.514419429204025],[-73.01655102710743,41.51400442912739],[-73.01635302700912,41.513412429018814],[-73.01624202695389,41.51307842895754],[-73.01585502676137,41.511915428744196],[-73.01469602618461,41.50842642810403],[-73.01469102618206,41.50841042810109],[-73.01440102602052,41.50723742788262],[-73.01432702598453,41.507029427844614],[-73.01410502587673,41.50640742773096],[-73.01403202584113,41.50620042769312],[-73.01401002582801,41.506096427673626],[-73.01394702578963,41.505784427615055],[-73.01390202576958,41.505689427598064],[-73.01386502575205,41.505593427580614],[-73.01375402569947,41.505305427528256],[-73.01371802568232,41.50521042751095],[-73.01362702563624,41.50492242745797],[-73.01357002560755,41.504745427425426],[-73.01322602543367,41.50366242722617],[-73.01312702538372,41.50335242716915],[-73.01298002530936,41.50288842708377],[-73.01264802514075,41.50182942688878],[-73.01216802489682,41.50029542660628],[-73.0116540246356,41.498652426303686],[-73.01132302446742,41.49759442610883],[-73.0113400244732,41.49759942610925],[-73.01163202457234,41.49767442611435],[-73.01185102464619,41.49772242611656],[-73.01209102472545,41.49774542611326],[-73.01214802474396,41.49774542611141],[-73.01275302494084,41.49775342609333],[-73.01329702511885,41.49777742608035],[-73.01405802536456,41.49775342605099],[-73.01448402550184,41.49773542603365],[-73.01458302553341,41.49772542602851],[-73.01466802555959,41.497700426020906],[-73.01475302558585,41.49767742601367],[-73.01546502580278,41.49742942594237],[-73.01597402595974,41.49728442589768],[-73.0166750261713,41.497005425820724],[-73.01687402623011,41.49690442579463],[-73.01715702631385,41.49676242575786],[-73.01854902671954,41.495956425556045],[-73.02085102739798,41.494755425247945],[-73.02108702746759,41.49463342521658],[-73.02217302778563,41.494031425064335],[-73.02275002795584,41.493733424987695],[-73.023286028114,41.49345742491667],[-73.02362902821655,41.49330342487559],[-73.02398302832337,41.493162424836704],[-73.02454002849322,41.49297142478151],[-73.02459402850972,41.49295342477626],[-73.02513102866965,41.49270242471005],[-73.02549802878146,41.49257442467326],[-73.02577302886252,41.49243142463655],[-73.02597802892046,41.49228142460074],[-73.02603802893599,41.49221242458538],[-73.02641802903459,41.49178142448927],[-73.02658502908176,41.49165842445996],[-73.02659302908418,41.49165542445912],[-73.02675302913217,41.49158642444053],[-73.027283029304,41.491582424422525],[-73.02824102961709,41.49161842439844],[-73.02892102983832,41.4916264243779],[-73.02897002985429,41.49162742437651],[-73.02947203001509,41.491589424352824],[-73.02996403017474,41.491588424336655],[-73.03015403023835,41.4916224243371],[-73.03048503035193,41.49172842434696],[-73.03049503035534,41.49173142434722],[-73.0311680305876,41.49197142437199],[-73.03206903089516,41.49223342439367],[-73.03259903107613,41.49238842440657],[-73.03264103109696,41.49251342442951],[-73.03265303110274,41.49254642443552],[-73.03263403110861,41.49275642447696],[-73.03255203108925,41.49288242450411],[-73.03248103107263,41.492994424528185],[-73.03280103118624,41.49316342455064],[-73.03296103124391,41.49326342456486],[-73.03304203127314,41.493314424572134],[-73.03315303131217,41.49336642457866],[-73.0334060313969,41.49341142457918],[-73.03356803145142,41.493445424580514],[-73.03367003148846,41.493513424590425],[-73.03372203150954,41.49358642460293],[-73.0338930315732,41.49372842462497],[-73.03426303170946,41.494009424667546],[-73.03434503174039,41.49408442467946],[-73.03475203189396,41.49445742473873],[-73.03494903196831,41.49463842476751],[-73.03509403202166,41.49474742478398],[-73.03523903207498,41.49485642480045],[-73.0352680320856,41.4948774248036],[-73.03592403232634,41.49536042487615],[-73.03645203252405,41.495818424948],[-73.0368290326641,41.49612542499539],[-73.0373470328565,41.49654742506057],[-73.03755503293345,41.49671142508568],[-73.03776903301501,41.496921425119545],[-73.03795903308612,41.49708542514524],[-73.03816803316425,41.497264425173235],[-73.03838203324597,41.49747742520766],[-73.03878603339483,41.49778542525439],[-73.03935503359835,41.498112425299446],[-73.03991503379436,41.49835942532924],[-73.04000403382543,41.49839742533373],[-73.0407550340877,41.498718425371706],[-73.04110303420453,41.49878542537342],[-73.04126903426032,41.498818425374424],[-73.042147034556,41.49900342538186],[-73.04249503467322,41.499077425384925],[-73.0427760347687,41.49915142539017],[-73.04283203478792,41.499169425391855],[-73.04312303488788,41.49926442540085],[-73.04378603512266,41.49960442544536],[-73.04381703513364,41.499620425447475],[-73.0441010352339,41.49976042546544],[-73.04433503530382,41.499655425437446],[-73.0450410355151,41.49934342535387],[-73.0452760355854,41.49923942532603],[-73.04545803563954,41.499153425303405],[-73.04600603580268,41.49889642523568],[-73.0461890358572,41.49881142521321],[-73.04655603596773,41.49866142517213],[-73.04672403601808,41.4985884251525],[-73.04713103614019,41.49841442510546],[-73.04723903616812,41.49829042507786],[-73.04782703630323,41.49732042487028],[-73.0478830363162,41.49722942485079],[-73.0481660363862,41.496849424767746],[-73.04832303642424,41.49662442471893],[-73.04879703653954,41.49595342457314],[-73.04891503656829,41.49578742453705],[-73.04894103657296,41.495721424523396],[-73.0490230365878,41.49551642448088],[-73.0490530365325,41.49438542426015],[-73.04911803652394,41.493869424157765],[-73.04930803661392,41.494361424247195],[-73.04942203666396,41.49458842428761],[-73.04953003670639,41.49471642430896],[-73.04970703676902,41.49480642432071],[-73.05002103687451,41.49486842432254],[-73.05056403706521,41.49511942435366],[-73.05060803708297,41.49517942436388],[-73.05083503714664,41.49500542432271],[-73.05112203723176,41.49486542428618],[-73.05129203728153,41.49477142426239],[-73.05203303749754,41.49434442415533]]]},"properties":{"name":3451,"geoid":"09009345100"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.01546502580278,41.49742942594237],[-73.01534902575949,41.4973314259271],[-73.01500402563067,41.49703842588135],[-73.01488902558776,41.496941425866225],[-73.01478802555002,41.496855425852786],[-73.01455502546305,41.496658425822076],[-73.01448602543717,41.49659742581247],[-73.01438802540035,41.496510425798725],[-73.01418102532253,41.49632542576949],[-73.01409402528579,41.49617742574356],[-73.01405402526957,41.49612142573398],[-73.01397002523547,41.49600242571357],[-73.01391902520535,41.49576642566937],[-73.01390502518011,41.495405425599664],[-73.01399202519325,41.49514242554572],[-73.01407502520595,41.494894425494856],[-73.01413602521107,41.49463842544311],[-73.01418902521577,41.49442042539902],[-73.01419402520064,41.4941284253421],[-73.01422702515022,41.49306342513407],[-73.01427902515178,41.49279642508048],[-73.01428102515214,41.49279142507943],[-73.01439902516395,41.492329424985826],[-73.0145320251853,41.491949424907666],[-73.0147680252165,41.491157424746085],[-73.0149140252484,41.49088742468886],[-73.01499402526235,41.49067842464566],[-73.01521802530205,41.49010242452642],[-73.01528902530828,41.48980942446718],[-73.01531702530481,41.4895904244237],[-73.0152760252814,41.48941442439082],[-73.01519202523984,41.48916542434517],[-73.01512202520729,41.48899442431419],[-73.01503502516316,41.488717424263164],[-73.01495602511348,41.48829842418429],[-73.01496002509842,41.488013424128766],[-73.01497702509566,41.487869424100225],[-73.01498902509367,41.48776642407981],[-73.01502002509906,41.48768542406306],[-73.01519202513255,41.48729542398168],[-73.0154370251804,41.48674342386644],[-73.01558302521175,41.486463423807265],[-73.01570202523105,41.4861264237379],[-73.01584402525413,41.48572542365534],[-73.01594802526455,41.485318423572856],[-73.01596102526614,41.485272423563494],[-73.01596402523522,41.48471642345532],[-73.01594202521567,41.484500423414055],[-73.01587002517859,41.48426142336993],[-73.01578602514157,41.484091423339606],[-73.0157680251336,41.48405442333299],[-73.01570002509742,41.48380842328737],[-73.01567702508305,41.48368842326481],[-73.01565102506687,41.4835534232394],[-73.0156520250556,41.48335142320009],[-73.01565502505574,41.48333642319709],[-73.0156550250555,41.4833324231963],[-73.01569002505883,41.483192423167964],[-73.01574602506972,41.48306542314144],[-73.01585702507376,41.48250742302938],[-73.01588702507166,41.48230142298835],[-73.01592202506973,41.48206942294213],[-73.01595002507216,41.481953422918664],[-73.01613302512463,41.481832422889205],[-73.01619202514006,41.48176742287465],[-73.0162300251501,41.481727422865646],[-73.01662402524444,41.48114242273913],[-73.0167050252626,41.4810004227089],[-73.01685802529695,41.48073342265204],[-73.01708702534829,41.48033242256664],[-73.01711702535523,41.48028342255615],[-73.01734002540732,41.47992942248008],[-73.01758102545652,41.4794234223739],[-73.01788302552623,41.47892942226807],[-73.01792302553561,41.47886642225451],[-73.01818802560115,41.478509422176515],[-73.01835502564292,41.478292422128916],[-73.01882502575724,41.47762542198398],[-73.01900502580115,41.47737242192896],[-73.01913402582198,41.477005421853406],[-73.01924002584293,41.47677042180429],[-73.01936702587633,41.47663442177372],[-73.01952702591952,41.4764814217388],[-73.01975102597773,41.476228421682336],[-73.01984502600025,41.47608942165227],[-73.01999502603164,41.475787421588684],[-73.02009102603384,41.47528242148737],[-73.02028802607238,41.47483942139485],[-73.02031702607857,41.47478342138302],[-73.0205430261282,41.474369421295194],[-73.02065102615344,41.47419842125844],[-73.02075502617775,41.47403342122299],[-73.0208670262032,41.4738434211824],[-73.02092402620777,41.473600421133305],[-73.02095602620733,41.47341142109552],[-73.02099802620685,41.47316542104634],[-73.02104002621303,41.47303542101968],[-73.02117602624938,41.47289942098884],[-73.02178502642252,41.47247142088587],[-73.02180202642741,41.472460420883166],[-73.02208902650297,41.47215342081416],[-73.0223530265624,41.471695420716536],[-73.02249702659492,41.47144742066366],[-73.02254602660607,41.471364420645926],[-73.02279502667106,41.471088420584174],[-73.02331902681163,41.470573420467026],[-73.02338702682992,41.470507420452],[-73.02376902693297,41.47014242036863],[-73.02394002697909,41.46997842033119],[-73.02402002699846,41.46986342030623],[-73.0241220270233,41.46971942027491],[-73.02438602707392,41.46910742014736],[-73.02449002709677,41.468917420107026],[-73.02453602710872,41.468865420095426],[-73.02465102713882,41.46873942006719],[-73.02475002716058,41.468558420028785],[-73.02523902732408,41.46864142002906],[-73.02640402771362,41.46884042002996],[-73.02670602781498,41.46889842003143],[-73.02709002794387,41.468972420033374],[-73.02719402797877,41.46899242003388],[-73.0271880279662,41.4688074199981],[-73.02718602796024,41.46871441998009],[-73.02704002790023,41.46849441994205],[-73.02697202786766,41.468311419908666],[-73.02697002786667,41.468305419907566],[-73.02700602786844,41.468132419872745],[-73.0271550279082,41.467982419838755],[-73.02717602791381,41.467961419833976],[-73.02730602795101,41.46787441981285],[-73.02730902795193,41.46787341981255],[-73.02751402801256,41.467770419785886],[-73.0278220281063,41.46766141975468],[-73.02814702820318,41.46751141971498],[-73.02840202827993,41.46740641968626],[-73.02840602828115,41.467405419685946],[-73.02876002838619,41.46723341964102],[-73.0287980283975,41.46721541963628],[-73.02883602840812,41.46718541962922],[-73.0289820284492,41.467075419603106],[-73.0290590284715,41.46702841959145],[-73.02913702849412,41.466981419579795],[-73.02941002857092,41.466775419530855],[-73.02958802862106,41.46664241949923],[-73.03005002874795,41.46624041940605],[-73.03019702878869,41.46611841937756],[-73.03035002883124,41.46599441934849],[-73.0304720288663,41.465915419329164],[-73.03083802897866,41.46580341929552],[-73.03185502929082,41.46549041920164],[-73.03214302937924,41.46540241917519],[-73.03235002944277,41.46533841915601],[-73.03286402963673,41.465811419231336],[-73.03426003012413,41.466409419302316],[-73.03583203061532,41.466077419186725],[-73.03665403087227,41.46590541912661],[-73.03720903106655,41.466152419156636],[-73.0375400311826,41.46630241917506],[-73.03773503124648,41.46631241917067],[-73.03893703164054,41.46638141914508],[-73.03918903172315,41.46639541913961],[-73.0392120317321,41.46642141914392],[-73.03934203178278,41.46656941916849],[-73.0404310322073,41.46780741937387],[-73.04143803259588,41.4688834195504],[-73.0433040331606,41.46817041935118],[-73.04349303322522,41.46822741935612],[-73.04410303343364,41.468409419371724],[-73.04494903372282,41.46866341939363],[-73.04507703376493,41.46867341939142],[-73.04611303410606,41.46875841937431],[-73.04692703436935,41.46874241934476],[-73.04792103469086,41.46872341930879],[-73.04851703487965,41.46864241927369],[-73.04910903506158,41.46846441921984],[-73.04933403513144,41.46840941920185],[-73.04965303523062,41.46833341917671],[-73.04996303532951,41.468303419160804],[-73.05013903538611,41.468294419153345],[-73.05016103539205,41.46827341914854],[-73.05022803541041,41.4682144191349],[-73.05025103541672,41.46819441913024],[-73.0504670354955,41.468345419152605],[-73.05058603553894,41.46842941916506],[-73.05079403561484,41.4685754191867],[-73.05111803573267,41.46879641921914],[-73.05133603581199,41.46894541924103],[-73.05173503594224,41.46895841923061],[-73.05197003601886,41.46896441922414],[-73.05204403604299,41.468966419222134],[-73.05211803606713,41.468968419220104],[-73.05181003605988,41.47058341954412],[-73.05160003604169,41.4714534197201],[-73.05123803595463,41.47198341983491],[-73.05093303589406,41.472652419974864],[-73.05031103579094,41.4743724203295],[-73.05001603577324,41.47573142060326],[-73.05000703577967,41.47589442063524],[-73.04996903580897,41.47661942077743],[-73.04977803583921,41.47822542109583],[-73.04960603587823,41.47987642142236],[-73.04974703598575,41.48095142162674],[-73.04983703603943,41.481377421706625],[-73.04996103611354,41.48196642181707],[-73.050498036313,41.482404421884766],[-73.05200303684524,41.48316542198379],[-73.05284103715243,41.4837774220755],[-73.05351203741138,41.48449342219286],[-73.0535680374376,41.48463342221826],[-73.05363103746696,41.484788422246346],[-73.0536680374842,41.48487942226282],[-73.05369403749631,41.48494342227442],[-73.05389203758881,41.4854344223634],[-73.05389903760259,41.48563442240204],[-73.0539090376211,41.48590042245343],[-73.05391203762716,41.48598842247041],[-73.0539150376331,41.48607542248723],[-73.05391503763374,41.48608642248938],[-73.05392003764197,41.486201422511556],[-73.05377503761899,41.48662042259771],[-73.05371503760969,41.48679742263405],[-73.05367403760329,41.48691742265871],[-73.05338203756104,41.48783142284582],[-73.0530860374992,41.48842742297129],[-73.05271003742061,41.48918342313041],[-73.05241103736223,41.489856423270915],[-73.05210903730332,41.49053742341307],[-73.05199303728173,41.49081642347107],[-73.05173503723356,41.49143542359974],[-73.05165903722154,41.49165542364496],[-73.05153503720187,41.492013423718554],[-73.05143803723723,41.49317642394772],[-73.05170403736176,41.4938404240681],[-73.05203303749754,41.49434442415533],[-73.05129203728153,41.49477142426239],[-73.05112203723176,41.49486542428618],[-73.05083503714664,41.49500542432271],[-73.05060803708297,41.49517942436388],[-73.05056403706521,41.49511942435366],[-73.05002103687451,41.49486842432254],[-73.04970703676902,41.49480642432071],[-73.04953003670639,41.49471642430896],[-73.04942203666396,41.49458842428761],[-73.04930803661392,41.494361424247195],[-73.04911803652394,41.493869424157765],[-73.0490530365325,41.49438542426015],[-73.0490230365878,41.49551642448088],[-73.04894103657296,41.495721424523396],[-73.04891503656829,41.49578742453705],[-73.04879703653954,41.49595342457314],[-73.04832303642424,41.49662442471893],[-73.0481660363862,41.496849424767746],[-73.0478830363162,41.49722942485079],[-73.04782703630323,41.49732042487028],[-73.04723903616812,41.49829042507786],[-73.04713103614019,41.49841442510546],[-73.04672403601808,41.4985884251525],[-73.04655603596773,41.49866142517213],[-73.0461890358572,41.49881142521321],[-73.04600603580268,41.49889642523568],[-73.04545803563954,41.499153425303405],[-73.0452760355854,41.49923942532603],[-73.0450410355151,41.49934342535387],[-73.04433503530382,41.499655425437446],[-73.0441010352339,41.49976042546544],[-73.04381703513364,41.499620425447475],[-73.04378603512266,41.49960442544536],[-73.04312303488788,41.49926442540085],[-73.04283203478792,41.499169425391855],[-73.0427760347687,41.49915142539017],[-73.04249503467322,41.499077425384925],[-73.042147034556,41.49900342538186],[-73.04126903426032,41.498818425374424],[-73.04110303420453,41.49878542537342],[-73.0407550340877,41.498718425371706],[-73.04000403382543,41.49839742533373],[-73.03991503379436,41.49835942532924],[-73.03935503359835,41.498112425299446],[-73.03878603339483,41.49778542525439],[-73.03838203324597,41.49747742520766],[-73.03816803316425,41.497264425173235],[-73.03795903308612,41.49708542514524],[-73.03776903301501,41.496921425119545],[-73.03755503293345,41.49671142508568],[-73.0373470328565,41.49654742506057],[-73.0368290326641,41.49612542499539],[-73.03645203252405,41.495818424948],[-73.03592403232634,41.49536042487615],[-73.0352680320856,41.4948774248036],[-73.03523903207498,41.49485642480045],[-73.03509403202166,41.49474742478398],[-73.03494903196831,41.49463842476751],[-73.03475203189396,41.49445742473873],[-73.03434503174039,41.49408442467946],[-73.03426303170946,41.494009424667546],[-73.0338930315732,41.49372842462497],[-73.03372203150954,41.49358642460293],[-73.03367003148846,41.493513424590425],[-73.03356803145142,41.493445424580514],[-73.0334060313969,41.49341142457918],[-73.03315303131217,41.49336642457866],[-73.03304203127314,41.493314424572134],[-73.03296103124391,41.49326342456486],[-73.03280103118624,41.49316342455064],[-73.03248103107263,41.492994424528185],[-73.03255203108925,41.49288242450411],[-73.03263403110861,41.49275642447696],[-73.03265303110274,41.49254642443552],[-73.03264103109696,41.49251342442951],[-73.03259903107613,41.49238842440657],[-73.03206903089516,41.49223342439367],[-73.0311680305876,41.49197142437199],[-73.03049503035534,41.49173142434722],[-73.03048503035193,41.49172842434696],[-73.03015403023835,41.4916224243371],[-73.02996403017474,41.491588424336655],[-73.02947203001509,41.491589424352824],[-73.02897002985429,41.49162742437651],[-73.02892102983832,41.4916264243779],[-73.02824102961709,41.49161842439844],[-73.027283029304,41.491582424422525],[-73.02675302913217,41.49158642444053],[-73.02659302908418,41.49165542445912],[-73.02658502908176,41.49165842445996],[-73.02641802903459,41.49178142448927],[-73.02603802893599,41.49221242458538],[-73.02597802892046,41.49228142460074],[-73.02577302886252,41.49243142463655],[-73.02549802878146,41.49257442467326],[-73.02513102866965,41.49270242471005],[-73.02459402850972,41.49295342477626],[-73.02454002849322,41.49297142478151],[-73.02398302832337,41.493162424836704],[-73.02362902821655,41.49330342487559],[-73.023286028114,41.49345742491667],[-73.02275002795584,41.493733424987695],[-73.02217302778563,41.494031425064335],[-73.02108702746759,41.49463342521658],[-73.02085102739798,41.494755425247945],[-73.01854902671954,41.495956425556045],[-73.01715702631385,41.49676242575786],[-73.01687402623011,41.49690442579463],[-73.0166750261713,41.497005425820724],[-73.01597402595974,41.49728442589768],[-73.01546502580278,41.49742942594237]]]},"properties":{"name":3452.01,"geoid":"09009345201"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.01546502580278,41.49742942594237],[-73.01475302558585,41.49767742601367],[-73.01466802555959,41.497700426020906],[-73.01458302553341,41.49772542602851],[-73.01448402550184,41.49773542603365],[-73.01405802536456,41.49775342605099],[-73.01329702511885,41.49777742608035],[-73.01275302494084,41.49775342609333],[-73.01214802474396,41.49774542611141],[-73.01209102472545,41.49774542611326],[-73.01185102464619,41.49772242611656],[-73.01163202457234,41.49767442611435],[-73.0113400244732,41.49759942610925],[-73.01132302446742,41.49759442610883],[-73.01063702411238,41.49528942568315],[-73.01034502396128,41.494308425501956],[-73.00838302298737,41.48843642442432],[-73.00762202260952,41.48615642400581],[-73.00754502255849,41.48570242392005],[-73.00731702240635,41.48434042366267],[-73.0073060223989,41.48427242364981],[-73.0070760223061,41.483956423595856],[-73.00698302226742,41.48380842357008],[-73.00670602215214,41.483366423493145],[-73.00661402211385,41.483219423467546],[-73.00632802197622,41.482438423325],[-73.00547002156338,41.48009642289748],[-73.00518402142583,41.4793164227551],[-73.00505602136828,41.47903742270503],[-73.00502302135331,41.478963422691706],[-73.00466702119424,41.47820442255568],[-73.00453802113648,41.47792742250599],[-73.00432102103767,41.477432422416804],[-73.00383202081501,41.47631742221584],[-73.00360602072267,41.4759864221588],[-73.00330302059879,41.475541422082095],[-73.00319902055364,41.47534242204678],[-73.00310802051412,41.47516842201589],[-73.00288802041854,41.47474642194098],[-73.00278502037374,41.47454842190581],[-73.00270202034909,41.47458842191628],[-73.0025710203163,41.474758421953574],[-73.00246102028528,41.47484042197309],[-73.0024450202798,41.47483542197263],[-73.00242502027297,41.47482942197212],[-73.00230202022645,41.47471442195374],[-73.00227902021771,41.474692421950216],[-73.00215502017558,41.47465942194781],[-73.0020310201375,41.47469742195921],[-73.00193602011073,41.4747684219761],[-73.00191402009764,41.47466442195659],[-73.0019800201077,41.47446642191597],[-73.00217702015722,41.47421442186055],[-73.00225002017369,41.4740884218337],[-73.0022510201738,41.474084421832885],[-73.00237502020042,41.47384642178259],[-73.00241902020873,41.47374242176094],[-73.00246802022109,41.4736804217473],[-73.00242602019635,41.47348642171094],[-73.00230202012285,41.47290642160217],[-73.00226102009849,41.47271342156596],[-73.0021710200515,41.472403421508595],[-73.00214802003951,41.47232442149398],[-73.00190101991075,41.471476421337094],[-73.00181201986416,41.47116742127988],[-73.00215001992724,41.47035342111063],[-73.00316502011698,41.4679134206032],[-73.00332502014702,41.467531420523734],[-73.00350402018044,41.467100420434114],[-73.00393902017134,41.464476419909666],[-73.00423002015637,41.46256541952854],[-73.00489402036665,41.46247341948912],[-73.01430702334794,41.46117941893235],[-73.02053702532093,41.460321418563474],[-73.02532702683787,41.45966241827994],[-73.0257520269725,41.45960441825487],[-73.0259680270987,41.460583418438276],[-73.02618602722582,41.4615664186224],[-73.02770702779436,41.46287241882706],[-73.02797002789268,41.4630984188625],[-73.02833002804107,41.46364841895778],[-73.0283980280688,41.463747418974826],[-73.02940102845675,41.464835419153886],[-73.02961502853859,41.46505141918894],[-73.03025702878412,41.46569941929414],[-73.0304720288663,41.465915419329164],[-73.03035002883124,41.46599441934849],[-73.03019702878869,41.46611841937756],[-73.03005002874795,41.46624041940605],[-73.02958802862106,41.46664241949923],[-73.02941002857092,41.466775419530855],[-73.02913702849412,41.466981419579795],[-73.0290590284715,41.46702841959145],[-73.0289820284492,41.467075419603106],[-73.02883602840812,41.46718541962922],[-73.0287980283975,41.46721541963628],[-73.02876002838619,41.46723341964102],[-73.02840602828115,41.467405419685946],[-73.02840202827993,41.46740641968626],[-73.02814702820318,41.46751141971498],[-73.0278220281063,41.46766141975468],[-73.02751402801256,41.467770419785886],[-73.02730902795193,41.46787341981255],[-73.02730602795101,41.46787441981285],[-73.02717602791381,41.467961419833976],[-73.0271550279082,41.467982419838755],[-73.02700602786844,41.468132419872745],[-73.02697002786667,41.468305419907566],[-73.02697202786766,41.468311419908666],[-73.02704002790023,41.46849441994205],[-73.02718602796024,41.46871441998009],[-73.0271880279662,41.4688074199981],[-73.02719402797877,41.46899242003388],[-73.02709002794387,41.468972420033374],[-73.02670602781498,41.46889842003143],[-73.02640402771362,41.46884042002996],[-73.02523902732408,41.46864142002906],[-73.02475002716058,41.468558420028785],[-73.02465102713882,41.46873942006719],[-73.02453602710872,41.468865420095426],[-73.02449002709677,41.468917420107026],[-73.02438602707392,41.46910742014736],[-73.0241220270233,41.46971942027491],[-73.02402002699846,41.46986342030623],[-73.02394002697909,41.46997842033119],[-73.02376902693297,41.47014242036863],[-73.02338702682992,41.470507420452],[-73.02331902681163,41.470573420467026],[-73.02279502667106,41.471088420584174],[-73.02254602660607,41.471364420645926],[-73.02249702659492,41.47144742066366],[-73.0223530265624,41.471695420716536],[-73.02208902650297,41.47215342081416],[-73.02180202642741,41.472460420883166],[-73.02178502642252,41.47247142088587],[-73.02117602624938,41.47289942098884],[-73.02104002621303,41.47303542101968],[-73.02099802620685,41.47316542104634],[-73.02095602620733,41.47341142109552],[-73.02092402620777,41.473600421133305],[-73.0208670262032,41.4738434211824],[-73.02075502617775,41.47403342122299],[-73.02065102615344,41.47419842125844],[-73.0205430261282,41.474369421295194],[-73.02031702607857,41.47478342138302],[-73.02028802607238,41.47483942139485],[-73.02009102603384,41.47528242148737],[-73.01999502603164,41.475787421588684],[-73.01984502600025,41.47608942165227],[-73.01975102597773,41.476228421682336],[-73.01952702591952,41.4764814217388],[-73.01936702587633,41.47663442177372],[-73.01924002584293,41.47677042180429],[-73.01913402582198,41.477005421853406],[-73.01900502580115,41.47737242192896],[-73.01882502575724,41.47762542198398],[-73.01835502564292,41.478292422128916],[-73.01818802560115,41.478509422176515],[-73.01792302553561,41.47886642225451],[-73.01788302552623,41.47892942226807],[-73.01758102545652,41.4794234223739],[-73.01734002540732,41.47992942248008],[-73.01711702535523,41.48028342255615],[-73.01708702534829,41.48033242256664],[-73.01685802529695,41.48073342265204],[-73.0167050252626,41.4810004227089],[-73.01662402524444,41.48114242273913],[-73.0162300251501,41.481727422865646],[-73.01619202514006,41.48176742287465],[-73.01613302512463,41.481832422889205],[-73.01595002507216,41.481953422918664],[-73.01592202506973,41.48206942294213],[-73.01588702507166,41.48230142298835],[-73.01585702507376,41.48250742302938],[-73.01574602506972,41.48306542314144],[-73.01569002505883,41.483192423167964],[-73.0156550250555,41.4833324231963],[-73.01565502505574,41.48333642319709],[-73.0156520250556,41.48335142320009],[-73.01565102506687,41.4835534232394],[-73.01567702508305,41.48368842326481],[-73.01570002509742,41.48380842328737],[-73.0157680251336,41.48405442333299],[-73.01578602514157,41.484091423339606],[-73.01587002517859,41.48426142336993],[-73.01594202521567,41.484500423414055],[-73.01596402523522,41.48471642345532],[-73.01596102526614,41.485272423563494],[-73.01594802526455,41.485318423572856],[-73.01584402525413,41.48572542365534],[-73.01570202523105,41.4861264237379],[-73.01558302521175,41.486463423807265],[-73.0154370251804,41.48674342386644],[-73.01519202513255,41.48729542398168],[-73.01502002509906,41.48768542406306],[-73.01498902509367,41.48776642407981],[-73.01497702509566,41.487869424100225],[-73.01496002509842,41.488013424128766],[-73.01495602511348,41.48829842418429],[-73.01503502516316,41.488717424263164],[-73.01512202520729,41.48899442431419],[-73.01519202523984,41.48916542434517],[-73.0152760252814,41.48941442439082],[-73.01531702530481,41.4895904244237],[-73.01528902530828,41.48980942446718],[-73.01521802530205,41.49010242452642],[-73.01499402526235,41.49067842464566],[-73.0149140252484,41.49088742468886],[-73.0147680252165,41.491157424746085],[-73.0145320251853,41.491949424907666],[-73.01439902516395,41.492329424985826],[-73.01428102515214,41.49279142507943],[-73.01427902515178,41.49279642508048],[-73.01422702515022,41.49306342513407],[-73.01419402520064,41.4941284253421],[-73.01418902521577,41.49442042539902],[-73.01413602521107,41.49463842544311],[-73.01407502520595,41.494894425494856],[-73.01399202519325,41.49514242554572],[-73.01390502518011,41.495405425599664],[-73.01391902520535,41.49576642566937],[-73.01397002523547,41.49600242571357],[-73.01405402526957,41.49612142573398],[-73.01409402528579,41.49617742574356],[-73.01418102532253,41.49632542576949],[-73.01438802540035,41.496510425798725],[-73.01448602543717,41.49659742581247],[-73.01455502546305,41.496658425822076],[-73.01478802555002,41.496855425852786],[-73.01488902558776,41.496941425866225],[-73.01500402563067,41.49703842588135],[-73.01534902575949,41.4973314259271],[-73.01546502580278,41.49742942594237]]]},"properties":{"name":3452.02,"geoid":"09009345202"}}]} \ No newline at end of file diff --git a/docs/data/ct-tracts-2010.png b/docs/data/ct-tracts-2010.png new file mode 100644 index 000000000..dfbbce275 Binary files /dev/null and b/docs/data/ct-tracts-2010.png differ diff --git a/docs/data/data-scatter.csv b/docs/data/data-scatter.csv new file mode 100644 index 000000000..0010358ce --- /dev/null +++ b/docs/data/data-scatter.csv @@ -0,0 +1 @@ +income,grades,district 88438,1.7,Andover 45505,-0.4,Ansonia 75127,0.5,Ashford 115571,2.6,Avon 89911,1.4,Barkhamsted 87432,1.5,Berlin 100083,1.5,Bethany 85589,1.7,Bethel 73104,-0.5,Bloomfield 86890,1.6,Bolton 78580,0.9,Bozrah 70785,1.1,Branford 41050,-1.7,Bridgeport 57610,0.3,Bristol 107537,1.8,Brookfield 59262,0.5,Brooklyn 73038,1,Canterbury 87891,1.9,Canton 75368,0.1,Chaplin 111638,2,Cheshire 74911,1.7,Chester 71599,1,Clinton 96774,1.2,Colchester 79667,1.5,Colebrook 90725,1,Columbia 93816,1.1,Coventry 75859,1.2,Cromwell 64969,0,Danbury 205688,2.6,Darien 71500,1.4,Deep River 53098,-0.8,Derby 71250,1.6,East Granby 89615,1.1,East Haddam 94747,1.2,East Hampton 50400,-1.4,East Hartford 63673,-0.5,East Haven 78257,1.9,East Lyme 72785,0,East Windsor 83015,1.5,Eastford 150000,2.4,Easton 84699,1.5,Ellington 67191,0.7,Enfield 86298,1.8,Essex 117705,2,Fairfield 88935,2.4,Farmington 89643,1.6,Franklin 106678,2,Glastonbury 97894,2.3,Granby 132164,2,Greenwich 59387,0.1,Griswold 60684,0.3,Groton 96151,2.3,Guilford 68794,0,Hamden 74559,0,Hampton 29430,-1.7,Hartford 88362,1.9,Hartland 111792,2,Hebron 57205,0,Killingly 83651,0.9,Lebanon 87518,1.3,Ledyard 80129,0.4,Lisbon 86801,1.6,Litchfield 110761,2.3,Madison 63274,-0.1,Manchester 66143,1.7,Mansfield 110694,2.1,Marlborough 52590,-0.9,Meriden 59994,0.1,Middletown 80460,1,Milford 103589,1.9,Monroe 68298,0.4,Montville 59056,-0.3,Naugatuck 40294,-2.4,New Britain 161848,2.7,New Canaan 103100,1.3,New Fairfield 86354,2,New Hartford 37428,-1.3,New Haven 43307,-1.5,New London 80792,0.7,New Milford 77368,1.1,Newington 109159,2.3,Newtown 71538,1.1,Norfolk 84783,0.7,North Branford 86250,0.9,North Haven 82900,1.1,North Stonington 74728,0.1,Norwalk 48597,-0.9,Norwich 75549,1.4,Old Saybrook 106942,2.1,Orange 102167,1.2,Oxford 62708,0.1,Plainfield 60630,0.8,Plainville 70273,0.3,Plymouth 84918,1.4,Pomfret 88693,1.5,Portland 74141,1,Preston 46627,-0.5,Putnam 119112,2.4,Redding 88260,0.9,Regional School District 06 97262,1.5,Regional School District 10 86095,1.6,Regional School District 12 110472,1.2,Regional School District 13 82734,1.3,Regional School District 14 84761,1.8,Regional School District 15 91715,0.8,Regional School District 16 103292,1.8,Regional School District 17 86339,1.9,Regional School District 18 147993,2.6,Ridgefield 77560,1.5,Rocky Hill 100625,1.8,Salem 68094,1.8,Salisbury 78250,0.6,Scotland 75426,0.7,Seymour 86138,1.2,Shelton 112344,1.5,Sherman 115000,2.5,Simsbury 98846,1.1,Somers 90499,1.6,South Windsor 80029,1.6,Southington 61959,1,Stafford 76779,0,Stamford 68833,0,Sterling 81026,1,Stonington 66361,0.5,Stratford 92737,1.7,Suffield 76692,0.6,Thomaston 64974,0.1,Thompson 103869,1.7,Tolland 51951,0.2,Torrington 108854,2.1,Trumbull 61038,0.1,Vernon 75938,0.9,Voluntown 75346,0.8,Wallingford 40639,-1.3,Waterbury 73156,1.3,Waterford 80067,0.5,Watertown 82322,1.5,West Hartford 52353,-0.6,West Haven 62832,1.2,Westbrook 207262,2.4,Weston 160106,2.6,Westport 77740,1.1,Wethersfield 72011,0.8,Willington 167094,2.5,Wilton 58458,-0.2,Winchester 41639,-2,Windham 79528,0.1,Windsor 66583,0.1,Windsor Locks 83993,1.6,Wolcott 138082,2.6,Woodbridge 77366,1.2,Woodstock \ No newline at end of file diff --git a/docs/data/hartford-neighborhoods.geojson b/docs/data/hartford-neighborhoods.geojson new file mode 100644 index 000000000..c9857061e --- /dev/null +++ b/docs/data/hartford-neighborhoods.geojson @@ -0,0 +1 @@ +{"type":"FeatureCollection","features":[{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.6928015255912,41.735093379037046],[-72.69271846546341,41.734763509375966],[-72.69262149301125,41.73437222504358],[-72.69254665375772,41.73407288888321],[-72.69247569241789,41.733788476508465],[-72.69236412556137,41.73333372555276],[-72.69235020886626,41.7332769448958],[-72.6922767409684,41.7329781233985],[-72.69217316533508,41.73255133166618],[-72.69210243749887,41.73226537629915],[-72.69200092813222,41.73183789970726],[-72.69187185464278,41.73125089860616],[-72.69182396405218,41.73103681880388],[-72.69174167608321,41.730623073541715],[-72.69168970503362,41.73036285428621],[-72.6916147331142,41.729962663202265],[-72.69152814906865,41.7294945445056],[-72.69144430732952,41.72903191530908],[-72.69140466045576,41.72881903930593],[-72.69138187225532,41.72869742069194],[-72.69136569641512,41.72861045473429],[-72.69134929037966,41.72852091176229],[-72.6912907358407,41.72820220090374],[-72.69121553830354,41.72780801174025],[-72.69116905312863,41.72756340256783],[-72.69113076992994,41.72736270631552],[-72.691117552654,41.72729426362044],[-72.69106103668848,41.72700093784451],[-72.6911413118794,41.726846096595125],[-72.6912426903119,41.72665078835731],[-72.69141287335539,41.72632258859391],[-72.69142087459721,41.726082292559326],[-72.69144094897307,41.725657450641485],[-72.69145698529675,41.72539194864979],[-72.69145753734963,41.725287362984275],[-72.69156379271594,41.725276117555055],[-72.69180613905395,41.72525052596343],[-72.69208684284632,41.725220864128744],[-72.69213183167864,41.72521611158842],[-72.69678945550527,41.72499033009871],[-72.70496078422106,41.72436311445385],[-72.70851245596599,41.7240902907255],[-72.70989855052346,41.723993056322946],[-72.70989840362249,41.7239936874311],[-72.71054612231531,41.72393757024836],[-72.71054678213278,41.72393680207423],[-72.71060206139893,41.72393333572999],[-72.71135475957881,41.7238863060155],[-72.71172042968064,41.72386359535286],[-72.71190333793865,41.723852157270734],[-72.71208606294032,41.72384071883831],[-72.71226875119261,41.723829472224786],[-72.71235850187512,41.72382373850935],[-72.7124512569379,41.723816935422164],[-72.71299020282798,41.723777893491636],[-72.713172928591,41.72376450489805],[-72.71330044792464,41.72375581866259],[-72.71353793936446,41.72373940070237],[-72.71372066443566,41.7237267522007],[-72.71455259571253,41.723672728552096],[-72.71455695502148,41.723672428011504],[-72.71455840224924,41.72370536009539],[-72.7145644080346,41.723842494815365],[-72.71456592705275,41.72387811631927],[-72.71457034052081,41.72397965690709],[-72.71457630967473,41.724116791606455],[-72.7145772503281,41.72413830721212],[-72.71458227890861,41.72425392626018],[-72.7145848473016,41.72431323143918],[-72.714585028633,41.72431663445483],[-72.71458502840781,41.72431704609454],[-72.7145882847805,41.72439108840134],[-72.71459425401035,41.724528223045645],[-72.71460018669234,41.724665357674105],[-72.7146008385006,41.72467916175142],[-72.71460561425596,41.724788304148014],[-72.71460622922865,41.724802492372504],[-72.71460872020356,41.72480249313682],[-72.71460987931991,41.72482653356512],[-72.71461650805006,41.72496366843771],[-72.71462310019506,41.725100775813424],[-72.7146261429604,41.72516359384426],[-72.71462654145617,41.72517177196286],[-72.71462972892662,41.72523791063549],[-72.71463632111261,41.72537504548254],[-72.7146415730375,41.72548448988591],[-72.71464211680646,41.725494945848055],[-72.71464291334154,41.72551215284398],[-72.71464802075324,41.72561797472103],[-72.71464863614769,41.72563142198304],[-72.7146495422118,41.72564928769278],[-72.7146549757505,41.725761613621835],[-72.71465617112518,41.72578639505587],[-72.71466106089636,41.725888292500834],[-72.71466276342308,41.725923529842966],[-72.71466939237757,41.726060664677455],[-72.7146711311129,41.726096588108824],[-72.71467598467669,41.72619779945497],[-72.71468087440007,41.72629999876925],[-72.71468109240617,41.72630323711397],[-72.71468257707339,41.72633490682884],[-72.71468652476173,41.726418032943535],[-72.71468656112116,41.726418526913974],[-72.71468703297987,41.726426540412994],[-72.71468920611196,41.726472041608055],[-72.71469373412774,41.72656581576971],[-72.71469583516364,41.72660920382242],[-72.71470032661964,41.72670278589023],[-72.71470242764428,41.726746311182],[-72.71470691907446,41.72683997556629],[-72.71470902015288,41.72688341849579],[-72.71471354818638,41.726977165248734],[-72.71471564930361,41.72702055329691],[-72.71472017731143,41.727114382325354],[-72.7147222417985,41.72715768804112],[-72.7147267700297,41.72725124266723],[-72.71472887102034,41.72729479535185],[-72.71473336256652,41.727388487203996],[-72.71473546362583,41.72743193012748],[-72.7147400284202,41.72752567683756],[-72.7147421295183,41.72756906487974],[-72.71474662097333,41.72766289392481],[-72.71474868556521,41.72770617215375],[-72.71475321377343,41.727799809127504],[-72.7147553148842,41.727843306926275],[-72.71475980643716,41.727937026164305],[-72.71476190760163,41.72798044164183],[-72.71476643574363,41.728074270688296],[-72.71476853693703,41.72811754896488],[-72.71477302861267,41.72821121331657],[-72.71477512971032,41.7282546836709],[-72.71477965797524,41.7283484578311],[-72.71478175914162,41.728391818383336],[-72.71478625085537,41.728485482769536],[-72.71478835198575,41.72852892568087],[-72.71479498147313,41.728666060383766],[-72.71479947320022,41.728759669842695],[-72.71480157435833,41.728803195111645],[-72.71480610260052,41.72889705153746],[-72.71480613912631,41.72889724366882],[-72.7148082039167,41.7289403023651],[-72.71481273210348,41.72903429602799],[-72.71481298588547,41.72903923585947],[-72.7148147968032,41.72907743704241],[-72.71481954243016,41.729175876563254],[-72.7148214264176,41.7292145443273],[-72.71482613556847,41.72931273679265],[-72.71482801941474,41.72935167899508],[-72.7148326987603,41.72945002498844],[-72.71483276505217,41.72945017338885],[-72.71483461243977,41.7294888136991],[-72.71483935815688,41.72958719828891],[-72.71483939469815,41.72958736293942],[-72.7148412421234,41.72962594836847],[-72.71484577015282,41.72972040853405],[-72.71484595124484,41.729724305503844],[-72.71484783521932,41.72976305558208],[-72.714852290796,41.72985606128537],[-72.71485247238547,41.72985894285649],[-72.71485442827354,41.72990019027171],[-72.71485892052489,41.729993250821735],[-72.71485899301204,41.72999467788173],[-72.71486105804135,41.73003732492679],[-72.71486558683847,41.730130577604804],[-72.71486569533123,41.73013315727384],[-72.71486768785209,41.73017443217814],[-72.7148689377009,41.73020038417833],[-72.71487218003729,41.730267684841714],[-72.71487221598332,41.730268947210234],[-72.71487428104498,41.730311566812475],[-72.71487877329875,41.730404627352726],[-72.71487899090671,41.730408743893015],[-72.71488091089695,41.73044870145319],[-72.71488536650878,41.73054181689973],[-72.71488551171869,41.730544341699876],[-72.71488750416066,41.73058580867902],[-72.71489203299446,41.73067903390411],[-72.71489210518534,41.73068100980236],[-72.7148941340687,41.73072294331014],[-72.71490072737349,41.73086007796625],[-72.71490525617114,41.73095344038423],[-72.71490525582891,41.730954071583284],[-72.71490735731277,41.73099715770807],[-72.71491395065864,41.73113431975358],[-72.7149205082634,41.731269890106596],[-72.71492058067889,41.73127145440646],[-72.7148886298125,41.73127970503125],[-72.71488873826348,41.73128236701911],[-72.71489474545174,41.73141950143826],[-72.71489709716982,41.73147411369353],[-72.71489843658094,41.731503752526365],[-72.71490071596418,41.73155666332229],[-72.71490332129781,41.73161657216325],[-72.7149041172385,41.73163504153059],[-72.71490632518255,41.73168460422872],[-72.71490668657147,41.73169379772081],[-72.71491265714938,41.73183093215556],[-72.71491866443925,41.73196806655573],[-72.71492083534724,41.73201831531718],[-72.71492195757102,41.73204328876902],[-72.71457149332362,41.73224807097854],[-72.71439767131116,41.73234966625709],[-72.71435775826583,41.73237871607319],[-72.7143127534913,41.73241439907797],[-72.71426942401021,41.732452098715505],[-72.7142533690774,41.73246691295096],[-72.71419152175706,41.73252987574466],[-72.71413481438314,41.73259750472011],[-72.71412656520701,41.73260825981274],[-72.71408629652777,41.73266573163313],[-72.71405028437577,41.73272596203781],[-72.71401871689186,41.73278863636089],[-72.71401416834821,41.732798651640834],[-72.71403590046862,41.73285272106086],[-72.7139884499051,41.73286365603507],[-72.71396910428551,41.73292633384289],[-72.71395467360969,41.732990322249755],[-72.71395324020466,41.73299852726414],[-72.7139441975543,41.733067832030216],[-72.71394115601,41.73313765802201],[-72.7139441381642,41.73320748657531],[-72.71395312186559,41.73327679900687],[-72.71395823618488,41.73330350262448],[-72.71397359770128,41.733365416295456],[-72.71399341850665,41.73342604973889],[-72.71401759375983,41.73348508223717],[-72.71404599558704,41.73354220154095],[-72.71405066088275,41.73356338624393],[-72.71405183009307,41.733585047028384],[-72.71404947228487,41.73360661082624],[-72.7140436498374,41.73362750713543],[-72.71403451679207,41.733647183113355],[-72.71402231477713,41.73366511820297],[-72.71400736661481,41.73368083790503],[-72.7139900677808,41.73369392633165],[-72.7139708759413,41.73370403720919],[-72.71395029884467,41.733710903039494],[-72.71392888088835,41.73371434217691],[-72.71352596891874,41.73380252700223],[-72.71331633252238,41.733799386897594],[-72.71324715237887,41.73381541904066],[-72.71315194231185,41.73383786175243],[-72.71305843670997,41.733866590391486],[-72.71296705008677,41.733901477602835],[-72.71287818756225,41.73394236873027],[-72.71279224306711,41.73398908250198],[-72.71270959759617,41.73404141183423],[-72.71263061751964,41.73409912474928],[-72.71255565295895,41.73416196540384],[-72.71248503623457,41.73422965522308],[-72.71241908039285,41.73430189413577],[-72.71235807781828,41.73437836190426],[-72.7123022989374,41.734458719544364],[-72.71225199101985,41.73454261082787],[-72.71224502132976,41.73455729050902],[-72.71221715974526,41.7346232584364],[-72.71219240515933,41.734690454015436],[-72.71218847816561,41.734702033658394],[-72.71217530083018,41.73474379750974],[-72.71216428705276,41.734782186597926],[-72.71215565761008,41.73481563676045],[-72.71213633426504,41.73488303065859],[-72.71211365871893,41.734949371812846],[-72.71208768792451,41.73501449359832],[-72.71208552338916,41.73501948751385],[-72.7120843494084,41.73502220400125],[-72.71207290326704,41.73504796916971],[-72.7120316612014,41.73513126297048],[-72.71198559352253,41.73521198802292],[-72.7119348595973,41.73528986506607],[-72.7118796349351,41.73536462469146],[-72.71187534511972,41.73536997465936],[-72.71180498620993,41.735453978039935],[-72.71172976701666,41.73553365875855],[-72.71164995258292,41.735608736051574],[-72.71164526040218,41.735612905799464],[-72.71158630150255,41.73566307557667],[-72.71152550496147,41.73571100196736],[-72.71150105637024,41.73572929827972],[-72.71142463990847,41.735794463313034],[-72.71134511980614,41.735855802618424],[-72.71126268740412,41.73591316860159],[-72.71121298658434,41.7359450955312],[-72.71117787404094,41.735966626418055],[-72.71114001858825,41.7359798960749],[-72.7110492826344,41.736011726743335],[-72.71098551956366,41.73603187577928],[-72.71096605999688,41.73603933369554],[-72.71093018263258,41.73605309791079],[-72.7108961319942,41.736075370069806],[-72.71086636423267,41.73610403785226],[-72.71085074399058,41.736124203133954],[-72.71083608162753,41.736135724203834],[-72.71079994742085,41.73614992736964],[-72.71069542688228,41.73618762236287],[-72.71058944957801,41.73622100299169],[-72.71048219351167,41.73625001318866],[-72.709724848761,41.73640765805256],[-72.70964535472837,41.736424201728475],[-72.7096139877422,41.73635233607553],[-72.70960383449008,41.736329073688026],[-72.70954439375863,41.73617468520936],[-72.70948335026027,41.73601583924486],[-72.70939189910884,41.73578511552874],[-72.70925907110586,41.735446146648],[-72.70911458562651,41.735075101098765],[-72.70900301815037,41.73479463003256],[-72.70893580258183,41.73462308523294],[-72.70892049181984,41.73457591402516],[-72.70880801414376,41.734289951409984],[-72.70863358347087,41.733843941860925],[-72.70859449126911,41.73374427391343],[-72.70845366815753,41.733383865169344],[-72.70836520180167,41.73315519857559],[-72.70831468059262,41.73302431116642],[-72.70794005276133,41.73304733091306],[-72.70749741702926,41.73307375279289],[-72.70720179301073,41.73309233950684],[-72.70705798767818,41.73310154833193],[-72.70696135396722,41.73310682914274],[-72.70687800089381,41.733112114837716],[-72.70671541464374,41.7331273187463],[-72.70665564805246,41.733132441731286],[-72.70619009922086,41.73318234854384],[-72.70590338877132,41.73322203399263],[-72.70566292839514,41.7332665362785],[-72.70516781057427,41.733355362391336],[-72.70481192683575,41.73342108527668],[-72.7043610046583,41.73350461119073],[-72.70426046636629,41.733523435992865],[-72.70409122639062,41.73355510108697],[-72.70389587945606,41.733590869597684],[-72.70347358713397,41.73366445271934],[-72.7029835051094,41.73374349773033],[-72.702667476405,41.733791219934346],[-72.70249869798698,41.73381567762239],[-72.70236839361469,41.733833634233505],[-72.70221038139768,41.73385415050153],[-72.70178695477726,41.73390440264191],[-72.70165733762559,41.73392098453211],[-72.70155451347433,41.73393432058339],[-72.70145592914561,41.734097049252675],[-72.70133510562688,41.73429304354308],[-72.701114802873,41.73462141035385],[-72.70094243013773,41.73485528859219],[-72.70066071847465,41.73523336539471],[-72.70044570613,41.73552314117874],[-72.70034461777036,41.73565670952186],[-72.70018026448325,41.73587601093872],[-72.70003877866468,41.736132371136655],[-72.69992962945703,41.736329226066715],[-72.69978470605687,41.736589012817994],[-72.69966386028497,41.73680112995499],[-72.69951985546744,41.737054228591695],[-72.69945679204582,41.73716791684975],[-72.69926760798674,41.737504181641576],[-72.69902499265946,41.737934071023254],[-72.69893418202973,41.738095600883845],[-72.69872710809415,41.73845912937224],[-72.6985957089517,41.73868976233231],[-72.69851754916495,41.73877874483701],[-72.69839770669539,41.73887508529679],[-72.69823252208855,41.73897071962561],[-72.69790651169619,41.73914277649484],[-72.69734359981835,41.73945811281368],[-72.69694861533355,41.73968073515364],[-72.69645854865422,41.739957682952685],[-72.69602254911561,41.740202064584544],[-72.695604414585,41.74044062185445],[-72.69515580727872,41.74069168521599],[-72.69498076303314,41.74079296702715],[-72.69471109068748,41.74094326012989],[-72.69443752449257,41.74109543632939],[-72.69429295066786,41.74117701010633],[-72.69382302299951,41.74144332267907],[-72.69342801839397,41.74166129893353],[-72.69297343689942,41.74191955323381],[-72.69251426781423,41.74217660350445],[-72.69216439844631,41.74236286836614],[-72.69224895962384,41.74204440213241],[-72.69231506387791,41.74187686284528],[-72.69242996162961,41.74169510877789],[-72.69267121902439,41.741313258523824],[-72.692909723169,41.74093586607756],[-72.69304204390365,41.74072650741308],[-72.69303302178625,41.74056699007697],[-72.69302716343108,41.740462019421386],[-72.69301678658923,41.740281576942344],[-72.69301365339275,41.7401966721567],[-72.6930022587813,41.73987678639775],[-72.69299533085923,41.73968279507144],[-72.69297473996961,41.73913769874936],[-72.69295952173113,41.73873788172978],[-72.69294163438946,41.73824630326732],[-72.69293451513717,41.73801011720071],[-72.69291314018834,41.73758096739553],[-72.69290818827214,41.73748251386559],[-72.69289866645593,41.737112029130124],[-72.69288790997008,41.73684839999955],[-72.69287985279205,41.736633826362194],[-72.69287716690472,41.7365653892336],[-72.69286125434621,41.736175690979536],[-72.69284488579856,41.73577998997319],[-72.69282700499541,41.735282920108645],[-72.69281610955574,41.7351729728283],[-72.6928015255912,41.735093379037046]]]},"properties":{"name":"South West","HPD_NH_ID":16}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.67110714519848,41.74384345762358],[-72.67108640355067,41.74376283135052],[-72.67099706665324,41.74340326712581],[-72.67087696729229,41.74292036084777],[-72.67074341980849,41.742384102805204],[-72.67070399507494,41.74222559419244],[-72.67065567815588,41.74203328730994],[-72.67051141961886,41.74145928950962],[-72.67046128521496,41.741259950274],[-72.67041456364741,41.74107433532102],[-72.67038767246179,41.74096763195969],[-72.67035371751308,41.7408324512492],[-72.67029218485204,41.74058782398467],[-72.67026461170907,41.74047769172967],[-72.67022449400491,41.7403262133859],[-72.67021912445124,41.74003737052831],[-72.67015962133455,41.73982138845803],[-72.6700743557645,41.73951259709854],[-72.67003081099202,41.73935408246507],[-72.66993966763476,41.73898439920746],[-72.66966965984368,41.73788889336489],[-72.66963090430204,41.73774873497315],[-72.66952558355946,41.73736686217022],[-72.66947223262194,41.737179527823486],[-72.66941477686915,41.736977608711975],[-72.6693518478736,41.73675733535511],[-72.66932562866046,41.736665211225954],[-72.66909881473896,41.73583799151029],[-72.66898407712162,41.73585077307774],[-72.66891985018928,41.73557252492847],[-72.66887362915371,41.7353625537852],[-72.6687502236229,41.734800229705215],[-72.66903122651927,41.73477041194974],[-72.66892104065847,41.734256808589045],[-72.66885684267372,41.7339569473665],[-72.66883589931139,41.733859509951465],[-72.66879742801879,41.73367853097013],[-72.66878080862445,41.73360047830649],[-72.668652874668,41.73299990159804],[-72.66862351232143,41.73286146632511],[-72.66852082754302,41.73239640477396],[-72.66845889768113,41.7321155864385],[-72.6683812535355,41.7317690638018],[-72.6683625816057,41.73168620699567],[-72.66887465047364,41.73162327773889],[-72.66911053102422,41.731593599474394],[-72.66960061636713,41.7315321943545],[-72.66976939343644,41.731511044557415],[-72.66973091630416,41.73133383983355],[-72.66959262166023,41.730777334034094],[-72.6694810573834,41.730453944130986],[-72.66938514989442,41.73024428108113],[-72.66935592308528,41.730180455893986],[-72.66924423648325,41.729956888246896],[-72.66910057057358,41.729669664686966],[-72.6688857482527,41.72934448744264],[-72.66881787587202,41.72924152868274],[-72.66874931427621,41.72913788368398],[-72.668595953206,41.72892080276247],[-72.6685235006651,41.72881835485913],[-72.66846658879258,41.72873787366666],[-72.66842273150978,41.728654656171535],[-72.66832474011842,41.728469174978386],[-72.66829641753434,41.72841564096026],[-72.66824081331477,41.728316084883474],[-72.6683929635809,41.72829381992612],[-72.66850779454529,41.7282782037196],[-72.66850852733653,41.72827809447761],[-72.66853201386837,41.72827487278987],[-72.6688543023818,41.72823102647057],[-72.6688746011116,41.72822826898991],[-72.66894920186903,41.72821723443931],[-72.66915563223904,41.728189991201766],[-72.66916849292367,41.728188298735425],[-72.66934557533047,41.72816419050584],[-72.66970105894,41.72811564482916],[-72.66970886334997,41.72811457998247],[-72.66987817764742,41.728091480927276],[-72.6698893163246,41.72808995182392],[-72.67005867078323,41.72806388869392],[-72.67006878368694,41.72806233146331],[-72.67024205492508,41.72803871317563],[-72.6702490165327,41.728037757469245],[-72.67041576564057,41.72801501261104],[-72.67042924918685,41.728013183234324],[-72.6706006515227,41.72798981011879],[-72.6706140250809,41.72798800808465],[-72.67078044419756,41.7279653173519],[-72.67078989734271,41.7279640340041],[-72.67095594663304,41.727944087082705],[-72.67097085883921,41.72794228606153],[-72.6713234088067,41.72789414501404],[-72.67134524625854,41.72789116862875],[-72.67134693168886,41.72789092277787],[-72.67134455361945,41.72788834151818],[-72.67150521974203,41.727866441655905],[-72.67152478549644,41.727863765529776],[-72.67168552482279,41.7278418105863],[-72.67170476077409,41.727839189126456],[-72.67186703878679,41.727817070334915],[-72.67188499232275,41.72781461261583],[-72.67204474209683,41.72779282114107],[-72.6720652237892,41.72779003578258],[-72.6722209796607,41.727768790245264],[-72.67224541843454,41.727765458683784],[-72.67254923583818,41.727723812465236],[-72.67256968083555,41.72772099959355],[-72.67276742564067,41.72769396353902],[-72.67278589204263,41.72769145114334],[-72.67295124707249,41.727668921246256],[-72.67296634260155,41.72766687308941],[-72.67334142306308,41.727615584959004],[-72.67348981502138,41.72759414073467],[-72.67349281949006,41.72759370364795],[-72.67385437409406,41.727548524673594],[-72.67385543667514,41.727548388175485],[-72.67418915028868,41.727502256690244],[-72.67447039591309,41.72746314281311],[-72.67476992413894,41.727421652575444],[-72.6749430458287,41.72739758804795],[-72.67511917170138,41.72737325081166],[-72.6752993280222,41.72734817491614],[-72.67545075849556,41.72732741617512],[-72.67561724590027,41.72730609066648],[-72.67578050873676,41.72728536656178],[-72.67594329526393,41.72726461452128],[-72.67610593485614,41.727244136555974],[-72.67627494986347,41.72722256471692],[-72.67645532263757,41.72719960027288],[-72.67663606168604,41.72717663577979],[-72.67681672726201,41.72715369839673],[-72.67699742970329,41.72713048635484],[-72.67717805833142,41.72710760326218],[-72.67735850374717,41.72708466489146],[-72.6775392055251,41.72706169895956],[-72.6777198704908,41.72703873276238],[-72.67792574272602,41.727012543716015],[-72.67810593173189,41.72698908261636],[-72.67828663350078,41.726965594073135],[-72.67846678573137,41.72694207750697],[-72.67864752389742,41.72691856102191],[-72.67882774906398,41.72689509877585],[-72.67900841364933,41.726871636559665],[-72.67918904155927,41.72684814659793],[-72.6793693392675,41.726824930550315],[-72.67955004023409,41.72680138518812],[-72.67973022809329,41.72677789406912],[-72.67991133040957,41.726755555864415],[-72.6800917729862,41.726733436535845],[-72.68026833167409,41.7267119182961],[-72.68026880799486,41.7267118362643],[-72.68052982208339,41.72667541221631],[-72.68052960342843,41.726674369245025],[-72.68053345044247,41.72667387756152],[-72.68069791876702,41.726653394221955],[-72.68071576152283,41.72665115462186],[-72.68087795819741,41.726630916661236],[-72.6808969000664,41.72662854045121],[-72.68106103864986,41.72660786431687],[-72.681077379224,41.72660581584242],[-72.68123756065621,41.72658576825129],[-72.68125804128317,41.726583200819825],[-72.68155337999089,41.726546328386455],[-72.68156920758706,41.726544361857705],[-72.68157216984079,41.72654911125272],[-72.6817679635836,41.72652411688858],[-72.68178675890181,41.72652171300585],[-72.68178939685974,41.72652138524591],[-72.69129617008569,41.72530150369679],[-72.69136526687032,41.725292592403896],[-72.69145256614686,41.72528788910961],[-72.69145753734963,41.725287362984275],[-72.69145698529675,41.72539194864979],[-72.69144094897307,41.725657450641485],[-72.69142087459721,41.726082292559326],[-72.69141287335539,41.72632258859391],[-72.6912426903119,41.72665078835731],[-72.6911413118794,41.726846096595125],[-72.69106103668848,41.72700093784451],[-72.691117552654,41.72729426362044],[-72.69113076992994,41.72736270631552],[-72.69116905312863,41.72756340256783],[-72.69121553830354,41.72780801174025],[-72.6912907358407,41.72820220090374],[-72.69134929037966,41.72852091176229],[-72.69136569641512,41.72861045473429],[-72.69138187225532,41.72869742069194],[-72.69140466045576,41.72881903930593],[-72.69144430732952,41.72903191530908],[-72.69152814906865,41.7294945445056],[-72.6916147331142,41.729962663202265],[-72.69168970503362,41.73036285428621],[-72.69174167608321,41.730623073541715],[-72.69182396405218,41.73103681880388],[-72.69187185464278,41.73125089860616],[-72.69200092813222,41.73183789970726],[-72.69210243749887,41.73226537629915],[-72.69217316533508,41.73255133166618],[-72.6922767409684,41.7329781233985],[-72.69235020886626,41.7332769448958],[-72.69236412556137,41.73333372555276],[-72.69247569241789,41.733788476508465],[-72.69254665375772,41.73407288888321],[-72.69262149301125,41.73437222504358],[-72.69271846546341,41.734763509375966],[-72.6928015255912,41.735093379037046],[-72.69245593775625,41.73514552113877],[-72.69221203507145,41.73518227691471],[-72.69202034449809,41.73521116754363],[-72.69191568113219,41.73522929384052],[-72.69181491261129,41.735246739082065],[-72.6915730649573,41.73528778007519],[-72.69142122067906,41.7353129158366],[-72.69124304250305,41.7353425005285],[-72.69079919903064,41.73541362355046],[-72.69054269161037,41.735455171915746],[-72.6902747355233,41.73549859943444],[-72.69008098414416,41.73553074271977],[-72.68963301176392,41.73560529314492],[-72.6894900890729,41.73564089323372],[-72.6890329051859,41.73577066456673],[-72.6886584087196,41.735872516993304],[-72.68788742856178,41.73608221445717],[-72.68770762353392,41.736129800314515],[-72.68722089609172,41.73625817712124],[-72.6868567009487,41.73635917218951],[-72.6865715276058,41.736438602294974],[-72.6863236905667,41.73650758724096],[-72.68610860797102,41.73656732749757],[-72.68599458477627,41.73678166256088],[-72.68583398604058,41.73709013442765],[-72.68569609741236,41.73735539841596],[-72.68566030389555,41.737424157084085],[-72.68542788680224,41.73787220533236],[-72.68531133125556,41.738096829039215],[-72.68512960998146,41.73845039662298],[-72.68500639667661,41.73868976675746],[-72.68487813594571,41.738936681982395],[-72.68473083405033,41.73921977548753],[-72.68452960666647,41.73960746315765],[-72.68442589442293,41.739807223305284],[-72.68421272712608,41.74022183331587],[-72.68411819647113,41.740400845326896],[-72.68390411863928,41.74080670617104],[-72.6836911735538,41.74122131525064],[-72.6835954933668,41.741402554613735],[-72.68344726279243,41.741683931616734],[-72.68327240699385,41.74202240939937],[-72.68316570461002,41.74222885472192],[-72.68310694115101,41.7423607181129],[-72.68260074456504,41.74243451887719],[-72.68211629693583,41.74251656396376],[-72.68161420985831,41.742601510710465],[-72.68111739171262,41.74268440419917],[-72.68063110626599,41.74276575349729],[-72.68035257366058,41.742812411283765],[-72.67959416974296,41.74293956014667],[-72.67947208139464,41.74296006711771],[-72.67902587849078,41.74303612015674],[-72.67852584289635,41.74312139755396],[-72.67782882307708,41.74323365367115],[-72.67739109059006,41.74330816004415],[-72.67684959195574,41.74340060931623],[-72.67642421834832,41.7434771797238],[-72.67550820267863,41.7436330163815],[-72.6753787818958,41.74365505709854],[-72.67493760963062,41.74372698066123],[-72.67453858567862,41.74379206774254],[-72.67423828618053,41.743840924964516],[-72.6740406011205,41.74387492715785],[-72.67361041748065,41.74394891270599],[-72.67353757554788,41.74396138368307],[-72.67297659872811,41.744054316132335],[-72.67292899349516,41.74383731510536],[-72.67287064634709,41.74360109388283],[-72.67265647915688,41.743630797162986],[-72.67219928508459,41.74369395150133],[-72.67206024564634,41.743713239299176],[-72.67167520360853,41.74376580387097],[-72.67143858991511,41.74379823236117],[-72.67124664270254,41.743824342724544],[-72.67110714519848,41.74384345762358]]]},"properties":{"name":"South End","HPD_NH_ID":17}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.67388289085143,41.75042441411503],[-72.67384927852287,41.75018220757017],[-72.67374386252361,41.74945438769521],[-72.67324862736493,41.749500713471],[-72.67291694027966,41.74953376735151],[-72.67267298702996,41.749558131143665],[-72.67230395749364,41.749597503575416],[-72.67190629543705,41.74963994099304],[-72.67104797994492,41.74972717411874],[-72.67048470704833,41.749782189461946],[-72.6699672429455,41.74983259987444],[-72.66990786638293,41.749322808583045],[-72.66984261179518,41.74875143707504],[-72.66974274105891,41.74783563197806],[-72.66961740363432,41.74696063196456],[-72.67010624404621,41.74688601626159],[-72.67069586268632,41.7468075251901],[-72.67056826284106,41.74627195716083],[-72.67034725695184,41.74533788972718],[-72.6703310788557,41.745269271489974],[-72.67002462223012,41.743991934397286],[-72.6702740629266,41.743959174796515],[-72.67110714519848,41.74384345762358],[-72.67124664270254,41.743824342724544],[-72.67143858991511,41.74379823236117],[-72.67167520360853,41.74376580387097],[-72.67206024564634,41.743713239299176],[-72.67219928508459,41.74369395150133],[-72.67265647915688,41.743630797162986],[-72.67287064634709,41.74360109388283],[-72.67292899349516,41.74383731510536],[-72.67297659872811,41.744054316132335],[-72.67353757554788,41.74396138368307],[-72.67361041748065,41.74394891270599],[-72.6740406011205,41.74387492715785],[-72.67423828618053,41.743840924964516],[-72.67453858567862,41.74379206774254],[-72.67493760963062,41.74372698066123],[-72.6753787818958,41.74365505709854],[-72.67550820267863,41.7436330163815],[-72.67642421834832,41.7434771797238],[-72.67684959195574,41.74340060931623],[-72.67739109059006,41.74330816004415],[-72.67782882307708,41.74323365367115],[-72.67852584289635,41.74312139755396],[-72.67902587849078,41.74303612015674],[-72.67947208139464,41.74296006711771],[-72.67959416974296,41.74293956014667],[-72.68035257366058,41.742812411283765],[-72.68063110626599,41.74276575349729],[-72.68111739171262,41.74268440419917],[-72.68161420985831,41.742601510710465],[-72.68211629693583,41.74251656396376],[-72.68260074456504,41.74243451887719],[-72.68310694115101,41.7423607181129],[-72.68316570461002,41.74222885472192],[-72.68327240699385,41.74202240939937],[-72.68344726279243,41.741683931616734],[-72.6835954933668,41.741402554613735],[-72.6836911735538,41.74122131525064],[-72.68390411863928,41.74080670617104],[-72.68411819647113,41.740400845326896],[-72.68421272712608,41.74022183331587],[-72.68442589442293,41.739807223305284],[-72.68452960666647,41.73960746315765],[-72.68473083405033,41.73921977548753],[-72.68487813594571,41.738936681982395],[-72.68500639667661,41.73868976675746],[-72.68512960998146,41.73845039662298],[-72.68531133125556,41.738096829039215],[-72.68542788680224,41.73787220533236],[-72.68566030389555,41.737424157084085],[-72.68569609741236,41.73735539841596],[-72.68583398604058,41.73709013442765],[-72.68599458477627,41.73678166256088],[-72.68610860797102,41.73656732749757],[-72.6863236905667,41.73650758724096],[-72.6865715276058,41.736438602294974],[-72.6868567009487,41.73635917218951],[-72.68722089609172,41.73625817712124],[-72.68770762353392,41.736129800314515],[-72.68788742856178,41.73608221445717],[-72.6886584087196,41.735872516993304],[-72.6890329051859,41.73577066456673],[-72.6894900890729,41.73564089323372],[-72.68963301176392,41.73560529314492],[-72.69008098414416,41.73553074271977],[-72.6902747355233,41.73549859943444],[-72.69054269161037,41.735455171915746],[-72.69079919903064,41.73541362355046],[-72.69124304250305,41.7353425005285],[-72.69142122067906,41.7353129158366],[-72.6915730649573,41.73528778007519],[-72.69181491261129,41.735246739082065],[-72.69191568113219,41.73522929384052],[-72.69202034449809,41.73521116754363],[-72.69221203507145,41.73518227691471],[-72.69245593775625,41.73514552113877],[-72.6928015255912,41.735093379037046],[-72.69281610955574,41.7351729728283],[-72.69282700499541,41.735282920108645],[-72.69284488579856,41.73577998997319],[-72.69286125434621,41.736175690979536],[-72.69287716690472,41.7365653892336],[-72.69287985279205,41.736633826362194],[-72.69288790997008,41.73684839999955],[-72.69289866645593,41.737112029130124],[-72.69290818827214,41.73748251386559],[-72.69291314018834,41.73758096739553],[-72.69293451513717,41.73801011720071],[-72.69294163438946,41.73824630326732],[-72.69295952173113,41.73873788172978],[-72.69297473996961,41.73913769874936],[-72.69299533085923,41.73968279507144],[-72.6930022587813,41.73987678639775],[-72.69301365339275,41.7401966721567],[-72.69301678658923,41.740281576942344],[-72.69302716343108,41.740462019421386],[-72.69303302178625,41.74056699007697],[-72.69304204390365,41.74072650741308],[-72.692909723169,41.74093586607756],[-72.69267121902439,41.741313258523824],[-72.69242996162961,41.74169510877789],[-72.69231506387791,41.74187686284528],[-72.69224895962384,41.74204440213241],[-72.69216439844631,41.74236286836614],[-72.69218997215204,41.74244795581502],[-72.69220362378746,41.74254727072337],[-72.6922008089289,41.74262376736345],[-72.69216764710912,41.74282974351269],[-72.69215278242105,41.74306317280051],[-72.69215981107942,41.7433981523244],[-72.69218156694178,41.74365372428019],[-72.6922034152318,41.74381015966309],[-72.692239903589,41.74398066714705],[-72.6922800412797,41.74417004383867],[-72.6923711656912,41.744455494201816],[-72.69238966527038,41.74451347693117],[-72.69257269575269,41.74498044141024],[-72.69266044016106,41.745208433463475],[-72.69279219391777,41.74565118503577],[-72.69283597881142,41.74586491886138],[-72.69289458993569,41.7461462385378],[-72.69293450045497,41.74633732895714],[-72.69302569507093,41.74680973529696],[-72.69315286719524,41.747523826680585],[-72.6932252075182,41.747822474626446],[-72.69324546724901,41.74796347268952],[-72.6932775662017,41.74818577704616],[-72.6933065330309,41.748586799813715],[-72.69329527331949,41.7488890091292],[-72.6932731285483,41.7490701208534],[-72.69326070392576,41.74913426207734],[-72.69321790930665,41.74935309833775],[-72.69315898389108,41.749685299327965],[-72.69314420077527,41.749828165681336],[-72.69311819340939,41.75023173533298],[-72.69311387029069,41.75097886483904],[-72.69311333198716,41.751591184795146],[-72.69309663301358,41.75208994983783],[-72.6930945186276,41.752151524731474],[-72.69160544462649,41.75218937259716],[-72.69086079446818,41.752208203527516],[-72.6891506809565,41.7522517372932],[-72.68916729173253,41.7526136481872],[-72.68916998618874,41.75266956312185],[-72.68921313806639,41.75330574713503],[-72.68845998813552,41.753333646138756],[-72.68813472272625,41.753345822805215],[-72.6871213569399,41.753389697889666],[-72.68634140992103,41.7534141400921],[-72.68487886823067,41.75345997808394],[-72.68448534099434,41.75347313446229],[-72.68347266510322,41.753509601236544],[-72.68284526838025,41.75353205061709],[-72.68292749714726,41.75286832463525],[-72.68298408870233,41.75241177588976],[-72.68303257549026,41.75203686556863],[-72.68303628391726,41.75199621892735],[-72.68306824512922,41.75165577389788],[-72.68308348118246,41.75153949314911],[-72.68309618478399,41.7514371042879],[-72.68311974056519,41.75124810731185],[-72.68280127878776,41.75133436530188],[-72.68260928688679,41.75138639566632],[-72.6823036512967,41.751471805452525],[-72.68174337187311,41.75172189061775],[-72.68173214232299,41.75172685794166],[-72.68154974911673,41.75179535684627],[-72.68121449592597,41.75194592196378],[-72.68097708953047,41.75205417888628],[-72.68058341010176,41.752216369339024],[-72.6805339161075,41.75223675247496],[-72.68022937008685,41.752366920278995],[-72.68009599725266,41.752214875167155],[-72.68002987674753,41.752146742375025],[-72.67971094109522,41.751818435566896],[-72.67944063357395,41.75164023362867],[-72.67914737237598,41.7515066140101],[-72.67891770340705,41.75144627092692],[-72.67850943752008,41.75133864855298],[-72.67825898497492,41.751845843047036],[-72.67798330156837,41.752384407760836],[-72.6779159320221,41.75200085343147],[-72.6778968149945,41.75189038297683],[-72.67785333706284,41.751647314466794],[-72.67782148043896,41.751458966754605],[-72.67772341263013,41.75087694591247],[-72.67765877663288,41.75050814351323],[-72.67760529497976,41.750202292605536],[-72.6775684243049,41.749992331568734],[-72.67697398791312,41.75006193526563],[-72.67667001006386,41.750097420162376],[-72.67655249744311,41.75011072173549],[-72.67614154454961,41.75015865630742],[-72.67552900794712,41.75023012940185],[-72.67545135239548,41.75023917009285],[-72.6747737566171,41.75031917090689],[-72.67388289085143,41.75042441411503]]]},"properties":{"name":"Barry Square","HPD_NH_ID":14}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.66824081331477,41.728316084883474],[-72.66829641753434,41.72841564096026],[-72.66832474011842,41.728469174978386],[-72.66842273150978,41.728654656171535],[-72.66846658879258,41.72873787366666],[-72.6685235006651,41.72881835485913],[-72.668595953206,41.72892080276247],[-72.66874931427621,41.72913788368398],[-72.66881787587202,41.72924152868274],[-72.6688857482527,41.72934448744264],[-72.66910057057358,41.729669664686966],[-72.66924423648325,41.729956888246896],[-72.66935592308528,41.730180455893986],[-72.66938514989442,41.73024428108113],[-72.6694810573834,41.730453944130986],[-72.66959262166023,41.730777334034094],[-72.66973091630416,41.73133383983355],[-72.66976939343644,41.731511044557415],[-72.66960061636713,41.7315321943545],[-72.66911053102422,41.731593599474394],[-72.66887465047364,41.73162327773889],[-72.6683625816057,41.73168620699567],[-72.6683812535355,41.7317690638018],[-72.66845889768113,41.7321155864385],[-72.66852082754302,41.73239640477396],[-72.66862351232143,41.73286146632511],[-72.668652874668,41.73299990159804],[-72.66878080862445,41.73360047830649],[-72.66879742801879,41.73367853097013],[-72.66883589931139,41.733859509951465],[-72.66885684267372,41.7339569473665],[-72.66892104065847,41.734256808589045],[-72.66903122651927,41.73477041194974],[-72.6687502236229,41.734800229705215],[-72.66887362915371,41.7353625537852],[-72.66891985018928,41.73557252492847],[-72.66898407712162,41.73585077307774],[-72.66909881473896,41.73583799151029],[-72.66932562866046,41.736665211225954],[-72.6693518478736,41.73675733535511],[-72.66941477686915,41.736977608711975],[-72.66947223262194,41.737179527823486],[-72.66952558355946,41.73736686217022],[-72.66963090430204,41.73774873497315],[-72.66966965984368,41.73788889336489],[-72.66993966763476,41.73898439920746],[-72.67003081099202,41.73935408246507],[-72.6700743557645,41.73951259709854],[-72.67015962133455,41.73982138845803],[-72.67021912445124,41.74003737052831],[-72.67022449400491,41.7403262133859],[-72.67026461170907,41.74047769172967],[-72.67029218485204,41.74058782398467],[-72.67035371751308,41.7408324512492],[-72.67038767246179,41.74096763195969],[-72.67041456364741,41.74107433532102],[-72.67046128521496,41.741259950274],[-72.67051141961886,41.74145928950962],[-72.67065567815588,41.74203328730994],[-72.67070399507494,41.74222559419244],[-72.67074341980849,41.742384102805204],[-72.67087696729229,41.74292036084777],[-72.67099706665324,41.74340326712581],[-72.67108640355067,41.74376283135052],[-72.67110714519848,41.74384345762358],[-72.6702740629266,41.743959174796515],[-72.67002462223012,41.743991934397286],[-72.6703310788557,41.745269271489974],[-72.67034725695184,41.74533788972718],[-72.67056826284106,41.74627195716083],[-72.67069586268632,41.7468075251901],[-72.67010624404621,41.74688601626159],[-72.66961740363432,41.74696063196456],[-72.66974274105891,41.74783563197806],[-72.66984261179518,41.74875143707504],[-72.66990786638293,41.749322808583045],[-72.6699672429455,41.74983259987444],[-72.66838025554307,41.749994774854684],[-72.66695085331973,41.750143145380235],[-72.6665511253285,41.750184708536395],[-72.6641124301777,41.750432820215984],[-72.66340391216805,41.750501240543805],[-72.66166684157487,41.75068087507843],[-72.66137055195547,41.750782701282084],[-72.66109436077946,41.7509253624607],[-72.66035824972376,41.75139646820581],[-72.65985688075494,41.751717502584455],[-72.65950613324252,41.75193642813691],[-72.65838624849721,41.75263550770289],[-72.65630939047207,41.75426514825874],[-72.65600485685806,41.754504167821636],[-72.6560042292429,41.75450466040664],[-72.65597928934716,41.75448910796799],[-72.65595109515075,41.75447154903347],[-72.65592297439359,41.75445393523148],[-72.65589485365177,41.7544363214225],[-72.65586673287052,41.75441870764752],[-72.65583864888383,41.75440103897522],[-72.65581060155722,41.75438337032588],[-72.65578255424595,41.75436570166961],[-72.65575450698992,41.754348005566804],[-72.65572649643389,41.75433028204728],[-72.65569848583849,41.75431255852087],[-72.65567047535315,41.75429480754789],[-72.65564250152784,41.754277056598035],[-72.65561452775783,41.75425927820161],[-72.65558655396323,41.754241527238],[-72.65555858022397,41.754223748827854],[-72.65553064318476,41.75420594300116],[-72.6555026694763,41.75418816457729],[-72.6554747324679,41.754170358695944],[-72.65544683217405,41.75415255287875],[-72.65541889519632,41.75413474702469],[-72.65539095823398,41.75411694116373],[-72.655363021287,41.75409913529601],[-72.65533508435543,41.754081329380455],[-72.65530714747939,41.754063496059345],[-72.65527924722308,41.754045690201096],[-72.6552513103376,41.754027884306005],[-72.65522337346758,41.75401007836309],[-72.65519539992822,41.753992299863924],[-72.65516746308889,41.75397449394826],[-72.65513952622469,41.75395671546551],[-72.65511155273137,41.75393893694579],[-72.65508357921325,41.75392118585889],[-72.65505560575066,41.75390340732546],[-72.65502759557855,41.75388568363441],[-72.65499958546204,41.753867932496775],[-72.65497157532062,41.753850208791974],[-72.65494356515423,41.75383251252003],[-72.65491555500314,41.75381481624122],[-72.65488743489398,41.753797147304596],[-72.65485935138983,41.75377947839125],[-72.65483126791531,41.75376183691071],[-72.65480314777142,41.75374422287373],[-72.65477502758814,41.75372660878882],[-72.65474687074976,41.753709049587215],[-72.65471871392668,41.75369149033758],[-72.65469048373517,41.7536739585012],[-72.65466225361368,41.75365642661686],[-72.65463406001616,41.75363894967619],[-72.65460579315952,41.75362150010777],[-72.65457745297498,41.75360405047165],[-72.65454914936909,41.753586655697326],[-72.65452077244937,41.753569288335974],[-72.65449239550436,41.753551948448205],[-72.65446398188989,41.753534635921916],[-72.65443553160588,41.75351735079783],[-72.6544070446523,41.753500093076084],[-72.65437855763282,41.75348289026755],[-72.65434999729963,41.75346571478996],[-72.6543214002968,41.753448566755544],[-72.65429283987217,41.7534314736237],[-72.65426413279067,41.75341440780292],[-72.65423542564315,41.75339739685426],[-72.65420668188061,41.75338041330779],[-72.65417790139378,41.753363457163246],[-72.65414912089541,41.75334655589095],[-72.65412023034376,41.7533297094405],[-72.65409133976648,41.75331289038145],[-72.65406237583468,41.753296126174526],[-72.6540334118365,41.7532794168397],[-72.65400433782575,41.75326273480483],[-72.65397526380318,41.753246107723946],[-72.65394615307005,41.75322953544368],[-72.6539168955988,41.753213045353014],[-72.65388763797938,41.75319666505463],[-72.6538581236221,41.753180449173456],[-72.65382849914361,41.75316437043258],[-72.65379872780443,41.75314845620003],[-72.6537688463847,41.753132651626935],[-72.65373881815869,41.75311701160306],[-72.6537086797973,41.7531014812384],[-72.65367839471118,41.75308606050232],[-72.6536480362019,41.75307077693661],[-72.65361753089924,41.75305557555949],[-72.65358695221414,41.75304048391293],[-72.65355630003724,41.75302550191477],[-72.6535255745186,41.753010602207326],[-72.65349466561707,41.75299578465752],[-72.6534637565523,41.752981049418494],[-72.65343273750169,41.75296639643929],[-72.65340171838312,41.752951798331125],[-72.65337058921044,41.75293725496093],[-72.65333942338049,41.75292276647206],[-72.65330818414004,41.75290833283364],[-72.65327694479058,41.75289398146495],[-72.6532456322083,41.752879602586546],[-72.65321431955776,41.75286527862001],[-72.65318297023629,41.752850982012916],[-72.65315158420269,41.75283674028691],[-72.65312019826509,41.752822443631906],[-72.65308877561534,41.75280820185799],[-72.65305738962316,41.752793960106196],[-72.65302600368604,41.75277969086518],[-72.65299461776266,41.75276542165652],[-72.65296323185322,41.75275115239832],[-72.65293188264246,41.75273685576357],[-72.6529005334868,41.75272253163963],[-72.65286925767361,41.75270818017001],[-72.65283798195675,41.7526937737715],[-72.6528067796237,41.75267931254674],[-72.65277561404429,41.75266482390469],[-72.65274448515027,41.752650280405604],[-72.65271342973622,41.75263565459969],[-72.652682447706,41.75262097400877],[-72.65265157574481,41.75260621114211],[-72.65262070392166,41.752591365947985],[-72.65258994216757,41.75257643851915],[-72.65255925379756,41.752561456264495],[-72.6525286022229,41.75254641911228],[-72.65249795069046,41.752531327072376],[-72.65246740924061,41.75251618023774],[-72.65243686775038,41.75250103343594],[-72.65240636309693,41.75248580429686],[-72.65237589510143,41.752470575180716],[-72.65234542716172,41.75245531857572],[-72.65231499592137,41.75244003459496],[-72.65228460138043,41.752424723197386],[-72.6522541702103,41.75240941176077],[-72.65222377573957,41.75239407286642],[-72.65219338128328,41.75237873400489],[-72.65216302348499,41.75236339512548],[-72.65213262909901,41.75234802880817],[-72.6521022346859,41.75233268992251],[-72.6520718402458,41.752317378427584],[-72.65204140916329,41.75230203949465],[-72.65201101471035,41.752286755464226],[-72.65023507849988,41.751542519928975],[-72.65020721745402,41.75152465794496],[-72.65017931973813,41.751506823403126],[-72.65015134870909,41.75148901623078],[-72.65012330428237,41.75147129130735],[-72.65009525991343,41.75145353893729],[-72.65006714209193,41.75143586881601],[-72.65003898769753,41.75141819865605],[-72.65001083327599,41.75140055596987],[-72.64998260548681,41.751382940611975],[-72.64995441436828,41.75136535271859],[-72.64992611328138,41.75134776476387],[-72.64989784881044,41.75133020423265],[-72.64986954776649,41.751312643703656],[-72.64984124668327,41.75129508312669],[-72.64981294557292,41.75127755002333],[-72.64978460783503,41.751260016840156],[-72.64975630685251,41.7512424562831],[-72.64972800578828,41.75122492311778],[-72.64969970478174,41.75120736254664],[-72.64967140384539,41.75118980192754],[-72.64964313951255,41.75117224137427],[-72.6496148752802,41.75115462589355],[-72.64958668436098,41.75113703795034],[-72.64955845680224,41.751119422487534],[-72.64953030268438,41.75110175220218],[-72.64950218522475,41.751084081941755],[-72.6494741044112,41.75106638426658],[-72.649446023753,41.75104863170509],[-72.64941805303854,41.751030879232445],[-72.64939008242483,41.75101307187359],[-72.64936222184012,41.75099520972423],[-72.64933436136825,41.75097732008745],[-72.64930661087065,41.75095937570121],[-72.64927889712867,41.750941403859585],[-72.64925122011829,41.750923349724026],[-72.64922372643436,41.750905268302],[-72.64919623289404,41.75088710455418],[-72.64916884929721,41.75086894089585],[-72.6491415392698,41.75085064005537],[-72.649114302574,41.75083228439291],[-72.64908721256175,41.750813901453455],[-72.64906015937883,41.75079540873969],[-72.64903325286768,41.75077686122736],[-72.6490064197856,41.75075823149455],[-72.64897973347276,41.75073951952362],[-72.6489531205891,41.75072072529146],[-72.64892665441987,41.750701848862285],[-72.64890029832249,41.750682890204025],[-72.64887408903721,41.750663821868265],[-72.64884798982372,41.75064467130367],[-72.64882200068205,41.75062543851031],[-72.64879619502618,41.75060604119228],[-72.64877049941092,41.750586616566125],[-72.64874495055298,41.75056708226288],[-72.64871954849535,41.750547410842955],[-72.64869429324966,41.75052762982809],[-72.64866903801948,41.750507848766645],[-72.64864381947844,41.750488012852244],[-72.64861863769305,41.75046814952473],[-72.64859349260858,41.75044825878412],[-72.64856838426805,41.7504283131907],[-72.64854327598599,41.75040834015192],[-72.64851820444792,41.75038831226043],[-72.64849320625335,41.75036825694704],[-72.64846820811718,41.75034817422949],[-72.64844324676828,41.7503280091785],[-72.64841835873122,41.75030787162631],[-72.64839347074121,41.75028767918908],[-72.64836865613759,41.75026743193153],[-72.64834384164729,41.75024715722882],[-72.6483191005866,41.75022680026606],[-72.64829439608592,41.750206470769875],[-72.64826976502644,41.75018608645353],[-72.64824517071102,41.75016564724369],[-72.64822057645429,41.750145180629694],[-72.64819609222639,41.750124659186994],[-72.64817164475411,41.75010411033158],[-72.64814723392811,41.75008353406345],[-72.64812289654324,41.75006290297536],[-72.64809859584778,41.75004221703484],[-72.64807436855028,41.75002150371421],[-72.64805017795375,41.750000762940026],[-72.64802606074352,41.74997996738695],[-72.64800201691973,41.749959116973045],[-72.64797797315467,41.74993823915524],[-72.64795407601706,41.749917333981266],[-72.64793021567831,41.749896373955224],[-72.64790642867115,41.749875359109474],[-72.64788271506166,41.7498543168839],[-72.64785903815313,41.74983324720508],[-72.64783543463076,41.74981212274761],[-72.64781194113681,41.7497909434622],[-72.64778848439828,41.74976973680559],[-72.64776510099132,41.74974847528856],[-72.64774179102524,41.74972715895222],[-72.64771859104398,41.749705815268726],[-72.64769542776347,41.74968444417319],[-72.64767237451107,41.74966301829099],[-72.64764939464472,41.74964153758953],[-72.64762648821923,41.74962000202804],[-72.64760369176706,41.74959841167992],[-72.6475809686686,41.74957682143322],[-72.64755831895623,41.74955517632657],[-72.64753577927166,41.74953347643348],[-72.64751327634235,41.74951174912873],[-72.64749092002798,41.74948996707019],[-72.64746860051235,41.74946813011939],[-72.64744642766618,41.74944623845591],[-72.6474243281624,41.74942431937243],[-72.64740233868618,41.74940234550297],[-72.64738042265033,41.74938031681485],[-72.64735861659841,41.74935826078054],[-72.64733688393213,41.74933614992768],[-72.64731529793504,41.74931398432158],[-72.6472937853234,41.749291763897084],[-72.64727238275024,41.749269516085654],[-72.64725105356253,41.749247213455966],[-72.64722987095648,41.7492249109937],[-72.64720879850833,41.74920247138565],[-72.64718779935825,41.74918003183895],[-72.64716694693155,41.74915753753951],[-72.64714620453174,41.7491349884137],[-72.64712553551702,41.74911238451087],[-72.64710501312722,41.74908975325418],[-72.6470846008187,41.74906706721237],[-72.64706433517843,41.74904432645903],[-72.64704403295448,41.74902155818861],[-72.64702376738637,41.74899878994721],[-72.64700361184481,41.748975966920725],[-72.64698341967585,41.748953143857925],[-72.6469633008481,41.7489302933762],[-72.64694321881814,41.748907388085094],[-72.64692317338933,41.74888448282302],[-72.64690316461628,41.748861577549164],[-72.6468832292826,41.7488386174987],[-72.64686325736528,41.74881562993122],[-72.64684339533197,41.74879264249929],[-72.64682353341134,41.74876962758326],[-72.64680370823379,41.748746557816894],[-72.64678391971178,41.748723488120746],[-72.64676416784546,41.74870041841288],[-72.64674445272226,41.74867729385481],[-72.64672481089596,41.748654169358886],[-72.64670516908377,41.74863104485946],[-72.64668556415695,41.74860781063042],[-72.6466659956994,41.74858465874999],[-72.64664650072486,41.748561424612475],[-72.64662700575353,41.74853816299083],[-72.64660754749217,41.74851490143957],[-72.6465881258753,41.74849161247805],[-72.64656877760989,41.74846832353776],[-72.64654942944604,41.74844497975568],[-72.64653008129625,41.74842163592921],[-72.64651087976942,41.74839826479107],[-72.64649164161519,41.7483748936578],[-72.64647244011613,41.748351522512976],[-72.64645327545868,41.74832806907855],[-72.64643418404279,41.748304615747486],[-72.64641509268475,41.74828113493244],[-72.64639603803647,41.74825765414711],[-72.64637705667367,41.74823414598448],[-72.64635811202055,41.748210637851514],[-72.64633913078394,41.748187102242646],[-72.64632025947401,41.748163539248615],[-72.64630138823243,41.74813997629229],[-72.64628255368974,41.74811638592594],[-72.64626379253096,41.748092740742806],[-72.64624503138599,41.748069095515525],[-72.64622630689571,41.74804545035897],[-72.64620761915896,41.748021777792516],[-72.64618896806633,41.74799807777511],[-72.64617039026946,41.74797437782045],[-72.64615181258483,41.74795065046395],[-72.64613327150032,41.74792692309633],[-72.64611476716898,41.747903168359834],[-72.64609629948174,41.74787938617243],[-72.6460779051447,41.74785560404804],[-72.64605951086534,41.747831794480824],[-72.64604115324042,41.747807984943464],[-72.64602283231396,41.74778414803741],[-72.64600454808613,41.747760283680535],[-72.64598630051266,41.74773641935371],[-72.6459680896377,41.747712527617146],[-72.64594991546127,41.74768860842987],[-72.64593177799378,41.74766468931369],[-72.64591367712586,41.74764077022747],[-72.64589561301106,41.747616823731654],[-72.64587758553988,41.74759284982613],[-72.64585959477766,41.747568875909835],[-72.64584160402869,41.74754490203159],[-72.64582368660832,41.74752087333696],[-72.64580580585263,41.74749687207132],[-72.64578796183928,41.74747281599736],[-72.645770117795,41.747448787319286],[-72.6457523471339,41.747424703865924],[-72.64573461308255,41.74740064784169],[-72.64571687914324,41.74737656441579],[-72.64569921848816,41.747352453572525],[-72.64568155784625,41.747328342726455],[-72.64566397059772,41.74730420454499],[-72.64564638330766,41.747280066319725],[-72.645628869411,41.7472559007182],[-72.64561135547267,41.74723173511385],[-72.64559387824276,41.747207569539924],[-72.64557647435142,41.74718337658976],[-72.64555907047301,41.74715918367772],[-72.64554170329258,41.74713496331551],[-72.64552437285435,41.74711068806317],[-72.64550707893665,41.74708649524244],[-72.64548982176107,41.747062247531744],[-72.64547260128336,41.74703797237082],[-72.64545541751373,41.747013697281304],[-72.64543827034278,41.74698942222231],[-72.64542115986951,41.746965119754066],[-72.64540408610424,41.74694081731645],[-72.64538701235186,41.74691651487606],[-72.64537001188287,41.746892185018794],[-72.64535304812173,41.74686785523306],[-72.64533608441774,41.74684349800501],[-72.64531919400741,41.74681914079977],[-72.6453023036097,41.74679478363286],[-72.64528548650546,41.746770426529906],[-72.64526866941395,41.74674606938338],[-72.64525188910861,41.7467216299892],[-72.64523514536754,41.74669724546428],[-72.64521843832371,41.746672833571246],[-72.64520176798761,41.74664842166803],[-72.645185134294,41.746623982396684],[-72.64516853730804,41.74659954311517],[-72.6451519769201,41.74657510390533],[-72.64513545323969,41.746550664685394],[-72.64511896625643,41.74652619805649],[-72.6451025159258,41.746501731499336],[-72.64508606555302,41.74647726489874],[-72.64506961529186,41.74645277085589],[-72.64505320172785,41.74642824940413],[-72.64503678813165,41.7464037554306],[-72.64502041123264,41.746379234007215],[-72.64500403439054,41.74635468514163],[-72.64498765756086,41.74633013627352],[-72.64497131742827,41.74630555999662],[-72.64495497730813,41.7462809837172],[-72.64493863724489,41.74625637999558],[-72.64492237047425,41.74623177633825],[-72.64490606713059,41.746207172645114],[-72.64488980042925,41.74618254154314],[-72.64487357038037,41.7461579104721],[-72.64485737707292,41.74613322455251],[-72.644841183788,41.74610856607028],[-72.64482499050536,41.746083880104884],[-72.64480887061428,41.746059166805125],[-72.64479271404085,41.74603445346956],[-72.6447766308144,41.746009740157426],[-72.64476054759012,41.74598499944408],[-72.6447445011174,41.74596023128108],[-72.64472845465691,41.74593546315675],[-72.64471248143386,41.74591069505581],[-72.64469658160209,41.74588589962066],[-72.64468064518734,41.74586107666902],[-72.64466474542456,41.745836253789456],[-72.64464888231389,41.74581143090001],[-72.64463305589993,41.74578658060197],[-72.64461726623726,41.74576170289533],[-72.64460147653197,41.745736825227304],[-72.64458576011847,41.74571194758298],[-72.64457008045615,41.74568704253009],[-72.6445544007513,41.7456621374749],[-72.64453879448202,41.745637177604934],[-72.64452322480984,41.74561221776613],[-72.64450769184405,41.74558725795867],[-72.64449215893501,41.74556227070915],[-72.6444767725967,41.74553728359146],[-72.6444613496753,41.74551226899829],[-72.64444596340554,41.74548725439547],[-72.6444306138768,41.74546218498543],[-72.64441533754962,41.745437170519715],[-72.64440009801814,41.74541210120594],[-72.64438493176776,41.7453870044763],[-72.6443697655291,41.74536190778544],[-72.64435467263608,41.745336811118655],[-72.64433965307853,41.74531168711805],[-72.64432463357761,41.745286535634584],[-72.64430968736731,41.745261384257105],[-72.64429481449253,41.745236205463925],[-72.64427994162924,41.745211026709704],[-72.64426517874088,41.74518582057338],[-72.64425041596354,41.7451605869953],[-72.64423576306136,41.74513535351591],[-72.64422111022522,41.74511012007548],[-72.64420653066956,41.7450848592195],[-72.64419202450371,41.74505957098891],[-72.64417759162794,41.745034282823624],[-72.64416315880834,41.74500896721661],[-72.64414883591812,41.744983651708466],[-72.64413454982285,41.74495828135252],[-72.64412033691794,41.74493293850161],[-72.64410619740244,41.74490756823541],[-72.64409209458219,41.744882170602125],[-72.64407806499688,41.744856773034215],[-72.64406410880073,41.74483134809193],[-72.64405018929983,41.74480589570078],[-72.64403634314293,41.74478044341607],[-72.64402260694992,41.74475493630999],[-72.64400890737168,41.7447294841563],[-72.6439952078395,41.74470397708032],[-72.64398169156867,41.74467847021187],[-72.64396821199274,41.74465293589457],[-72.64395476911149,41.744627374210474],[-72.64394143615834,41.744601812584726],[-72.64392813995451,41.74457622355124],[-72.64391495366883,41.74455060717731],[-72.6439018040874,41.74452499083544],[-72.64388876443363,41.744499374633975],[-72.64387579815832,41.744473703577796],[-72.6438628685324,41.74444803255369],[-72.64385001219478,41.74442236159538],[-72.6438373025232,41.74439666333064],[-72.64382462954585,41.7443709376173],[-72.64381206653084,41.74434515716491],[-72.64379954012946,41.74431943162438],[-72.64378712375465,41.74429367874375],[-72.64377478070311,41.74426787100852],[-72.64376251093921,41.74424206338029],[-72.64375035115664,41.74421625585189],[-72.64373826470668,41.74419042090873],[-72.64372625158916,41.74416455863284],[-72.64371431175907,41.744138696382144],[-72.64370248199994,41.74411277935175],[-72.64369076206708,41.74408688990198],[-72.64367907897238,41.74406091812437],[-72.64366754235219,41.74403500136007],[-72.64365604242508,41.744009057229356],[-72.6436446525138,41.74398305827817],[-72.64363337258276,41.74395705942711],[-72.64362216593828,41.74393106064233],[-72.64361106925458,41.74390500707807],[-72.64360008260542,41.743878953613994],[-72.64358916923298,41.74385287277648],[-72.64357840247887,41.74382679207306],[-72.64356763576906,41.743800656447824],[-72.64355705231593,41.743774521031476],[-72.64354646891653,41.74374835817424],[-72.64353610550255,41.74372214059825],[-72.64352574204229,41.743695923062056],[-72.64351552524474,41.743669678179344],[-72.64350538173271,41.743643433363225],[-72.64349531159633,41.74361713377508],[-72.64348535133874,41.743590861686165],[-72.64347546450189,41.743564507344594],[-72.64346568764338,41.743538153103486],[-72.64345594743133,41.743511798895256],[-72.64344631718798,41.74348541734782],[-72.64343676027468,41.74345900842721],[-72.64342731332978,41.74343257216746],[-72.6434179030311,41.74340613594064],[-72.64340860275534,41.743379672374665],[-72.64339937580922,41.7433531814357],[-72.64339018555441,41.743326663048954],[-72.64338110522226,41.743300144803825],[-72.64337209817435,41.74327362662551],[-72.64336312777223,41.74324710843927],[-72.64335426748286,41.7432205080754],[-72.64334544383924,41.74319390770361],[-72.64333673006301,41.74316730747353],[-72.6433280530323,41.7431406797958],[-72.64331941264702,41.743114052151135],[-72.64331088228366,41.74308739716749],[-72.64330238851086,41.74306074225792],[-72.64329396806686,41.743034059934544],[-72.64328562100626,41.743007350238436],[-72.6432773105907,41.742980640575446],[-72.64326903676556,41.74295393094557],[-72.6432608729618,41.74292719397684],[-72.64325270921,41.74290042956754],[-72.64324461875078,41.74287369266518],[-72.64323660161037,41.74284690095027],[-72.64322862111472,41.742820109268536],[-72.6432206773185,41.742793317620034],[-72.64321277015756,41.7427664985649],[-72.64320493633404,41.74273967957693],[-72.64319710251698,41.74271286058823],[-72.64318937866597,41.74268601421988],[-72.64318169145,41.74265914048585],[-72.64317400424976,41.742632294191004],[-72.64316639043194,41.742605420482604],[-72.64315881320374,41.74257854684838],[-72.64315123602717,41.74255164577371],[-72.64314373213284,41.7425247447253],[-72.64313626493738,41.74249784375111],[-72.64312879773874,41.74247091529552],[-72.64312140387682,41.74244398694814],[-72.64311400996645,41.7424170585591],[-72.64310665280009,41.7423901028046],[-72.64309933223242,41.74236317448223],[-72.64309201171616,41.742336218760386],[-72.64308476442706,41.742309263064804],[-72.6430775172439,41.74228227996984],[-72.64307027002157,41.74225532427304],[-72.64306309612621,41.74222834120372],[-72.64305588559895,41.74220135814082],[-72.64304874835332,41.74217437510427],[-72.64304161115903,41.74214736462735],[-72.64303447397995,41.74212038163049],[-72.64302737343527,41.74209337118632],[-72.64302027285117,41.74206638818126],[-72.64301317231828,41.74203937777677],[-72.64300610842902,41.74201236736468],[-72.64299904460037,41.74198535695208],[-72.64299198072298,41.74195834653876],[-72.64298495348902,41.741931336199805],[-72.64297788972341,41.741904298345574],[-72.64297086250124,41.74187728796446],[-72.64296383528489,41.74185027762366],[-72.64295680817456,41.741823239801626],[-72.64294978097001,41.74179622941868],[-72.6429427537713,41.74176921903516],[-72.64293576331607,41.74174218128625],[-72.64292869949155,41.741715170867536],[-72.64292167231045,41.741688160482205],[-72.64291464518998,41.74166115009629],[-72.64290761806593,41.741634112310926],[-72.64290055426503,41.74160710188981],[-72.64289349052466,41.74158009146813],[-72.6428864267355,41.741553081045765],[-72.6428793263148,41.74152607062972],[-72.64287222585465,41.74149908761191],[-72.64286512544585,41.741472077153695],[-72.64285802505219,41.741445094175674],[-72.64285088806332,41.74141805624246],[-72.64284371430679,41.74139110059397],[-72.64283657719346,41.74136414501982],[-72.64282933026519,41.741337134422395],[-72.64282211988925,41.741310178778996],[-72.64281487292762,41.74128319562012],[-72.64280758923458,41.741256239866324],[-72.64280030560224,41.74122928415295],[-72.64279298533886,41.741202328363855],[-72.64278566503599,41.741175400054956],[-72.64277827141026,41.74114847163628],[-72.64277084120809,41.74112154322389],[-72.6427634109575,41.741094614769935],[-72.64275590744796,41.74106771372795],[-72.64274844052717,41.74104081267835],[-72.64274090033831,41.74101391160095],[-72.6427332869361,41.740987010454816],[-72.64272567344024,41.74096013670675],[-72.64271802326805,41.740933290404726],[-72.64271029987356,41.74090641659409],[-72.64270257644014,41.74087957018156],[-72.64269477963872,41.740852751180924],[-72.64268694626152,41.74082593214558],[-72.64267907625378,41.740799113075475],[-72.64267113287843,41.74077232137616],[-72.64265910821732,41.74073196904396],[-72.64265468317042,41.74070474153811],[-72.6426501848443,41.740677486482916],[-72.6426456864855,41.74065028634797],[-72.64264111493858,41.74062300382502],[-72.64263654335922,41.74059577614044],[-72.64263189845528,41.740568548428186],[-72.64262729019207,41.740541320749706],[-72.64262264539617,41.74051406555605],[-72.64261792723026,41.74048683777449],[-72.64261320906832,41.74045960999262],[-72.64260849091046,41.74043238216939],[-72.64260369948295,41.74040515431858],[-72.64259890805945,41.740377926467374],[-72.6425940800033,41.7403506985407],[-72.64258925195116,41.740323470654616],[-72.6425843872664,41.74029624273406],[-72.64257948589436,41.74026901477893],[-72.64257458458115,41.74024178678256],[-72.64256964663537,41.740214558792594],[-72.64256470863904,41.74018733080226],[-72.6425597340194,41.740160130176264],[-72.64255472281289,41.74013290211693],[-72.64254978482909,41.74010567412538],[-72.64254477363096,41.740078446024306],[-72.64253972570025,41.74005124536941],[-72.6425347145561,41.74002398986873],[-72.64252966663393,41.739996789172075],[-72.6425245821796,41.739969561042116],[-72.64251953426587,41.739942360385626],[-72.64251444976546,41.73991513225485],[-72.64250932864195,41.73988793148837],[-72.64250424415012,41.739860703356754],[-72.64249912302604,41.73983347519067],[-72.64249403855193,41.739806274457116],[-72.64248891743647,41.7397790462901],[-72.64248379632535,41.73975181812279],[-72.64247867522765,41.739724617394906],[-72.64247351748887,41.739697389151644],[-72.64246839634505,41.73967018842286],[-72.6424632386148,41.73964296021977],[-72.64245811753442,41.73961575944929],[-72.64245299644914,41.7395885312795],[-72.64244787536826,41.73956130310933],[-72.64244271760973,41.73953410234438],[-72.64243759659216,41.739506874132495],[-72.64243247552413,41.7394796459611],[-72.64242735441488,41.739452445229134],[-72.64242223341019,41.739425217016006],[-72.64241714894573,41.739398016317395],[-72.64241202789492,41.739370788144385],[-72.64240694349373,41.739343587445],[-72.64240185908776,41.73931635926442],[-72.64239677468596,41.739289131124345],[-72.64239172693368,41.73926193045797],[-72.64238667917665,41.73923470231033],[-72.64238163147849,41.73920747420334],[-72.64237658372984,41.73918024609587],[-72.64237157263068,41.73915304542108],[-72.6423665981626,41.73912581738123],[-72.64236158711742,41.739098589306806],[-72.64235664929384,41.73907136125936],[-72.64235171148339,41.73904416069236],[-72.64234677372275,41.73901693268513],[-72.64234183596623,41.73898970467752],[-72.64233697143119,41.73896247669691],[-72.64233210695484,41.73893524875693],[-72.6423272424826,41.73890802081657],[-72.64232241465038,41.73888079286904],[-72.64231762345807,41.73885356499632],[-72.64231283226978,41.738826337123164],[-72.64230807772148,41.73879910924293],[-72.64230335985859,41.738771853997676],[-72.64229864195406,41.73874462619178],[-72.64229399732515,41.73871739841312],[-72.64228935275474,41.73869017067492],[-72.64228470813366,41.738662942936436],[-72.64228013683368,41.73863568778519],[-72.64227556554648,41.738608460114385],[-72.64227106743428,41.73858125995145],[-72.64226656951762,41.7385539774278],[-72.64226210814903,41.73852674985861],[-72.64225768341096,41.73849949484242],[-72.64225329532123,41.73847226734094],[-72.64224894391653,41.73844501243356],[-72.64224462915125,41.73841775751908],[-72.64224035102511,41.738390502679415],[-72.64223614612811,41.738363275347666],[-72.64223194133504,41.738336020534874],[-72.64222777312644,41.738308765796894],[-72.64222367819251,41.73828151108612],[-72.64221958331669,41.738254256415956],[-72.64221556166065,41.738227001813875],[-72.64221157669827,41.738199747204895],[-72.64220762837472,41.738172492670714],[-72.64220375327086,41.738145238163725],[-72.64219987827055,41.738117956257554],[-72.64219607649876,41.73809070185935],[-72.64219234810146,41.73806342004867],[-72.64218861960684,41.7380361657184],[-72.64218496443203,41.73800888397554],[-72.64218138258563,41.737981602341804],[-72.64217783727742,41.73795434814087],[-72.64217432870778,41.73792706657506],[-72.64217089341193,41.737899785036554],[-72.64216749469955,41.73787250357287],[-72.64216413268007,41.73784522214321],[-72.6421608805693,41.73781794077509],[-72.64215762851599,41.73779065944767],[-72.64215448631656,41.737763378181725],[-72.64215138085544,41.73773606955093],[-72.64214831193182,41.73770878835294],[-72.64214531638156,41.73768147982441],[-72.64214239405864,41.73765419876299],[-72.64213954509995,41.737626862890195],[-72.6421367326874,41.7375995819719],[-72.64213399354755,41.73757230108103],[-72.64213129109085,41.73754499282526],[-72.64212869859664,41.73751768463112],[-72.64212614268496,41.73749037651188],[-72.64212366019186,41.73746301354041],[-72.6421212508337,41.73743573299767],[-72.64211891479361,41.73740842504234],[-72.64211665207128,41.737381089715555],[-72.64211446267558,41.73735375449805],[-72.6421123099079,41.737326391833804],[-72.6421102304667,41.73729902923788],[-72.64210829761298,41.737271639379905],[-72.64210640139588,41.73724424951505],[-72.64210457849612,41.737216832278705],[-72.64210282886776,41.737189415110684],[-72.64210115251078,41.737161998010954],[-72.64209958620609,41.73713452613426],[-72.6420980564462,41.73710710917123],[-72.64209660004884,41.737079637396924],[-72.6420952535573,41.73705216572518],[-72.64209394370184,41.73702469408754],[-72.64209274379769,41.73699719511271],[-72.64209161717318,41.736969723646055],[-72.6420906005455,41.7369421974024],[-72.642089583873,41.73691469859833],[-72.64208867715145,41.73688717245713],[-72.64208784370011,41.73685964638425],[-72.64208708351904,41.73683212037964],[-72.64208643329748,41.73680459447779],[-72.6420858562913,41.73677706860326],[-72.64208535265539,41.73674951539826],[-72.64208492228923,41.73672196226166],[-72.64208456519277,41.73669440919334],[-72.64208431805541,41.73666685618683],[-72.64208410749808,41.73663930325525],[-72.64208400689945,41.73661175042635],[-72.64208397957015,41.736584197665856],[-72.6420840621905,41.73655661752716],[-72.64208418139948,41.73652906490336],[-72.64208441051207,41.736501512382155],[-72.64208471299399,41.73647393248959],[-72.642085088699,41.73644638006417],[-72.64208561098742,41.73641880037688],[-72.64208609659518,41.736391248094876],[-72.6420867653749,41.73636369598407],[-72.64208747074282,41.736336171306185],[-72.64208824957096,41.7363085644182],[-72.64208913810981,41.73628103995222],[-72.64209010001714,41.73625348811492],[-72.64209117188162,41.736225936339224],[-72.64209231691345,41.73619841211265],[-72.64209353525881,41.73617086051459],[-72.64209482688078,41.7361433364247],[-72.64209619177034,41.736115812403135],[-72.64209770319604,41.7360882885185],[-72.642099251209,41.73606079210773],[-72.64210090912361,41.73603329575859],[-72.64210264040572,41.73600577207897],[-72.64210448144298,41.73597830338148],[-72.64210635921337,41.73595080727836],[-72.64210838347334,41.735923338751824],[-72.64211048100003,41.73589587029361],[-72.64211261516807,41.73586842930933],[-72.64211489581639,41.735840988461796],[-72.64211721315158,41.73581354764837],[-72.64211967697567,41.735786134452475],[-72.64212217743186,41.73575872124967],[-72.64212478774255,41.73573133558928],[-72.64212750800807,41.735703950031485],[-72.64213030153947,41.73567656454187],[-72.64213316829083,41.735649206601366],[-72.64213614489628,41.73562187616224],[-72.64213919472154,41.7355945732721],[-72.64214235453785,41.73556721556386],[-72.64214558758276,41.735539912803596],[-72.64214893043537,41.7355126650664],[-72.64215234664468,41.73548536247678],[-72.64215587266153,41.73545811491027],[-72.64215947194327,41.73543086741193],[-72.64216318113289,41.73540364741501],[-72.6421669635414,41.73537645496701],[-72.64217085584849,41.73534926262144],[-72.6421748213743,41.73532209778389],[-72.64217889679855,41.735294933007836],[-72.64218304545032,41.73526782322052],[-72.6421872673116,41.73524071350139],[-72.6421916723474,41.735213631392895],[-72.64219611405913,41.73518652187855],[-72.64220070235697,41.73515941250076],[-72.6422054372318,41.73513227581972],[-72.64221028194932,41.735105139240964],[-72.64221527335283,41.73507797535905],[-72.6422203746901,41.73505075669963],[-72.64222562256697,41.735023565575666],[-72.64223098038622,41.7349963471551],[-72.64223652136938,41.73496912890525],[-72.64224217230372,41.734941910716614],[-72.64224793313419,41.734914692671204],[-72.64225387717373,41.734887447356506],[-72.6422599311639,41.73486020210313],[-72.64226613158301,41.734832984466784],[-72.64227247863164,41.73480573952707],[-72.64227897221834,41.7347785221225],[-72.64228557564563,41.734751304860936],[-72.64229236228972,41.73472408776987],[-72.64229929547137,41.734696898213976],[-72.642306338493,41.73466970880099],[-72.64231356468528,41.73464254699826],[-72.64232093740547,41.73461538533163],[-72.64232842002899,41.73458825120692],[-72.64233608571313,41.734561144692194],[-72.64234389797934,41.73453403831363],[-72.64235189341521,41.73450695954512],[-72.64235999874464,41.73447988087845],[-72.64236828705178,41.73445291214129],[-72.64237672193123,41.734425916100164],[-72.64238530330039,41.73439897511569],[-72.64239406778367,41.7343720617001],[-72.64240297879294,41.734345148461315],[-72.64241203624596,41.734318317677875],[-72.64242127681239,41.734291514504115],[-72.64243066385879,41.73426473886509],[-72.64244027066053,41.734238018350695],[-72.64244995067524,41.7342113253844],[-72.64245985039938,41.734184714900685],[-72.64246993318132,41.73415813202645],[-72.64248012581803,41.734131604174294],[-72.64249053820915,41.73410513140555],[-72.64250109707898,41.734078686171166],[-72.64251183896927,41.73405232350773],[-72.64252276392547,41.73402601585258],[-72.64253383532338,41.73399979065215],[-72.6425450898324,41.733973593102],[-72.64255652741595,41.733947477999784],[-72.64256814806454,41.73392141798743],[-72.64257995173264,41.733895440463876],[-72.6425919018871,41.73386951799602],[-72.64260407164824,41.73384370544984],[-72.64261638794092,41.73381792051945],[-72.64262892383992,41.7337922455515],[-72.64264156953699,41.733766625563916],[-72.64265450810592,41.733741115606946],[-72.64266755652727,41.7337156606713],[-72.64268082465436,41.73369028821705],[-72.64269427575385,41.73366502573186],[-72.6427079099165,41.73363981833594],[-72.64272172709678,41.73361469338712],[-72.64273572725813,41.733589705847045],[-72.6427499838027,41.73356477342327],[-72.64276460630133,41.73354006089775],[-72.64277959517229,41.733515348669805],[-72.64279491355484,41.73349077398639],[-72.64281056139413,41.73346633680634],[-72.6428265388354,41.73344198229082],[-72.6428428458329,41.73341773783865],[-72.64285940911158,41.73339357594171],[-72.64287633862418,41.73336949670202],[-72.64289352428108,41.73334558237771],[-72.64291096636389,41.73332169572872],[-72.64292870136892,41.73329791910833],[-72.6429466926538,41.73327422508355],[-72.64296494031858,41.73325058613255],[-72.64298340758472,41.73322705718275],[-72.64300213123023,41.73320358334743],[-72.64302107452224,41.73318019203232],[-72.64304020092774,41.73315685580444],[-72.64305954697949,41.73313360205564],[-72.6430790394571,41.73311040335992],[-72.64309878831324,41.73308725977808],[-72.64311868359506,41.73306417120821],[-72.6431387619898,41.73304113768419],[-72.64315895012267,41.733018159178954],[-72.64317928478096,41.73299520820471],[-72.64319980255175,41.73297231231692],[-72.6432203934732,41.73294944389205],[-72.64324113087434,41.732926630519735],[-72.64326194148067,41.732903844651155],[-72.64328286197932,41.7328810863203],[-72.64330389226085,41.73285835552693],[-72.64332499584724,41.73283562479737],[-72.64334613596085,41.73281294897747],[-72.64336734926991,41.7327902732212],[-72.64338863589307,41.73276762500952],[-72.64340992244671,41.73274497675279],[-72.64343128220514,41.732722355999535],[-72.64345260531617,41.73269973524935],[-72.64347396508994,41.73267708704809],[-72.64349532480358,41.7326544662826],[-72.64351668450226,41.73263184555402],[-72.64353800765343,41.732609197306815],[-72.64355933078026,41.73258652161561],[-72.64358058053712,41.7325639007734],[-72.64360179373705,41.73254122497279],[-72.64362297028029,41.73251852169441],[-72.64364407364387,41.73249579090472],[-72.64366506708612,41.732473032569835],[-72.64368602393603,41.73245027419731],[-72.64370683427767,41.732427460806065],[-72.6437276080174,41.73240461993737],[-72.64374819857184,41.73238175141524],[-72.64376867940472,41.73235880050962],[-72.64378905027189,41.73233584945803],[-72.64380927473087,41.73231281594827],[-72.64382935263716,41.7322897548601],[-72.64384924745825,41.732266638720034],[-72.64386892256226,41.73224346749453],[-72.6438885245228,41.73222021387865],[-72.64390790666693,41.73219693257629],[-72.64392717894567,41.73217362377058],[-72.64394656115182,41.732150287581746],[-72.64396586998987,41.732127006242855],[-72.64398517890403,41.73210366997997],[-72.64400448780417,41.73208033375464],[-72.64402379659084,41.73205702492486],[-72.64404310546321,41.732033688651875],[-72.64406237768956,41.73201035238282],[-72.64408164990212,41.73198701606945],[-72.64410095868776,41.731963707267205],[-72.64412023087249,41.73194037094721],[-72.64413953967528,41.731917034657435],[-72.64415877524505,41.73189367089817],[-72.6441780473881,41.73187033456812],[-72.64419731946249,41.731846998275614],[-72.64421659157775,41.731823661938826],[-72.644235827092,41.73180029812527],[-72.64425509917935,41.73177696182278],[-72.6442743346659,41.731753598002555],[-72.6442935700838,41.73173023417888],[-72.64431280549765,41.73170689783283],[-72.6443320409425,41.731683534002556],[-72.64435127637351,41.731660170169],[-72.64437047515868,41.73163680633953],[-72.64438971050726,41.73161344249924],[-72.64440894589654,41.73159007865564],[-72.6444281446402,41.73156671477519],[-72.64444734336996,41.73154335093242],[-72.64446657866294,41.73151998707876],[-72.6444857407333,41.73149662315485],[-72.64450497609786,41.731473231895755],[-72.64452417471755,41.73144986799861],[-72.64454337337804,41.7314265040982],[-72.64456257206935,41.731403112795626],[-72.64458177070208,41.73137974888857],[-72.64460093272398,41.73135633006502],[-72.64462013128437,41.731332993591195],[-72.64463932992012,41.73130960227533],[-72.64465849185585,41.73128621088161],[-72.64467769041929,41.731262846958025],[-72.64469685238195,41.73123945555776],[-72.64471605090759,41.73121606422853],[-72.64473521284255,41.73119267282165],[-72.64475437471904,41.73116930885129],[-72.64477353652704,41.73114594487762],[-72.64479273509647,41.73112252609527],[-72.64481189697602,41.731099134675155],[-72.64483109541855,41.73107574328509],[-72.64485022063889,41.73105235182494],[-72.64486938242217,41.73102896043576],[-72.64488854424633,41.731005569002384],[-72.64490770605663,41.73098217756564],[-72.64492686779839,41.730958786125626],[-72.64494602958099,41.73093539468232],[-72.64496515471826,41.730912003243276],[-72.64498431641854,41.73088861179334],[-72.6450034781151,41.73086524777994],[-72.64502263983215,41.73084182888349],[-72.64504180154546,41.73081843746458],[-72.64506096324494,41.73079504600139],[-72.64508008824467,41.73077165450153],[-72.64509925000542,41.730748208152015],[-72.64511841161895,41.73072484411879],[-72.64513757320832,41.73070145268329],[-72.6451566982073,41.730678061170266],[-72.6451758597691,41.73065466968723],[-72.6451950213717,41.73063127820083],[-72.64521418296039,41.730607886752125],[-72.6452333444806,41.7305844952591],[-72.64525246941042,41.730561103729606],[-72.64527163100202,41.73053768479013],[-72.6452907924807,41.73051429332816],[-72.64530995400014,41.73049090182201],[-72.64532911545115,41.7304675103124],[-72.64534827694297,41.730444118799554],[-72.64536743842093,41.730420727283445],[-72.64538659983029,41.73039733580488],[-72.64540576128056,41.730373944282164],[-72.64542492271696,41.73035055275611],[-72.64544408408484,41.730327161226654],[-72.64546324544916,41.730303797174734],[-72.64548240684407,41.73028040563877],[-72.64550156817045,41.7302570140994],[-72.6455207661686,41.730233622589985],[-72.6455399274672,41.730210231084904],[-72.64555908876241,41.73018686697555],[-72.64557832334997,41.730163475489285],[-72.64559744797604,41.73014008390019],[-72.64561664590487,41.73011669241508],[-72.64563580714467,41.730093328292476],[-72.64565500504578,41.7300699367598],[-72.64567420283414,41.73004657266358],[-72.64569336407656,41.730023181132104],[-72.64571256189193,41.729999817029295],[-72.64574424004259,41.72996126077631],[-72.64576343786541,41.729937869224855],[-72.6457826356742,41.72991447771101],[-72.64580186995704,41.729891141065686],[-72.64582114091147,41.729867804450166],[-72.64584044848279,41.72984446790531],[-72.645859792671,41.72982113134925],[-72.64587913680099,41.729797822270584],[-72.64589851754796,41.72977451318065],[-72.6459179348675,41.729751231601234],[-72.64593738885853,41.72972795001054],[-72.64595684278085,41.72970466845735],[-72.64597629664514,41.729681414299684],[-72.6459958238555,41.72965813280576],[-72.64601531427832,41.7296349061551],[-72.64603487794854,41.729611679526116],[-72.64605440507273,41.729588425461785],[-72.64607400534545,41.72956519889986],[-72.64609360561482,41.72954199973339],[-72.64611320585941,41.72951877316453],[-72.64613284273113,41.729495574065126],[-72.64615247958884,41.72947237496228],[-72.64617211637787,41.729449175814906],[-72.64619178983797,41.72942597673806],[-72.64621146328398,41.729402777657704],[-72.6462311366172,41.72937960601373],[-72.64625084662153,41.72935643439927],[-72.64627055661185,41.72933326274028],[-72.64629026658794,41.72931009111882],[-72.64630993986476,41.729286919460904],[-72.64632972307363,41.72926374789829],[-72.64634943300739,41.72924057626637],[-72.6463691795575,41.72921740466377],[-72.64638892604955,41.7291942604976],[-72.64640863588635,41.72917108881417],[-72.64642838239406,41.72914791720112],[-72.64644812884373,41.72912477302446],[-72.64646787532318,41.72910160140439],[-72.64648762174458,41.72907845722065],[-72.64650736819577,41.72905528559359],[-72.64652707800246,41.72903211393012],[-72.64654682437082,41.72900894225506],[-72.6465665341054,41.7289857980245],[-72.6465862438698,41.72896262635058],[-72.64660599025035,41.72893945470598],[-72.64662570003027,41.72891625558517],[-72.64664537306733,41.7288930838679],[-72.64666508277537,41.72886991213906],[-72.64668475588269,41.72884671297502],[-72.64670442887753,41.72882354124728],[-72.6467240653265,41.72880034204342],[-72.64674373839159,41.72877714286892],[-72.64676333812761,41.728753943584366],[-72.6467829745781,41.728730716930244],[-72.64680257428593,41.72870751767972],[-72.64682213749181,41.72868426347236],[-72.64684170058516,41.728661036742295],[-72.64686126371913,41.72863781000882],[-72.64688071693786,41.72861455569278],[-72.6469002800875,41.72859130151258],[-72.6469197332782,41.72856804723073],[-72.64693922312868,41.72854476549732],[-72.64695867633512,41.728521483768745],[-72.64697809295222,41.728498201963134],[-72.64699747291425,41.72847489272243],[-72.64701681623238,41.728451583404706],[-72.64703615953654,41.72842827412457],[-72.64705546624047,41.72840493732752],[-72.64707477293048,41.72838160052716],[-72.6470939697056,41.72835823622636],[-72.64711320315159,41.728334871914086],[-72.64713243658365,41.728311507598406],[-72.64715156010094,41.7282881157825],[-72.64717072033257,41.72826469651516],[-72.64718980723603,41.72824127717913],[-72.6472088575504,41.728217857807266],[-72.64722787121002,41.72819441095958],[-72.64724688495406,41.72817093666873],[-72.64726578874023,41.728147462276745],[-72.6472847291424,41.72812398791412],[-72.64730359631483,41.728100486043175],[-72.6473224269308,41.72807692925668],[-72.64734118418644,41.72805342728152],[-72.64735994146082,41.72802987042337],[-72.64737866223358,41.728006258608765],[-72.6473973096461,41.7279827016466],[-72.64741592044764,41.72795908976888],[-72.64743449466054,41.72793547781452],[-72.64745299558933,41.72791183839301],[-72.6474714965481,41.727888171487486],[-72.64748992427738,41.72786447711491],[-72.64750827873387,41.72784078263318],[-72.64752659659081,41.72781706067597],[-72.6475448778045,41.727793338724176],[-72.64756312246215,41.727769561816075],[-72.64758125716294,41.72774578480736],[-72.64759939194842,41.727721980355795],[-72.6476174534502,41.72769814839637],[-72.64762428164015,41.72768909825978],[-72.6508841863618,41.72854292617207],[-72.65565015165427,41.72977804396169],[-72.65866162707333,41.72948622381365],[-72.65866151822706,41.72948548276814],[-72.65905500493234,41.729438701426105],[-72.66003767485046,41.729321961003556],[-72.66010487417016,41.72931386283933],[-72.6616164867,41.72913195857637],[-72.66424473627026,41.72881944546442],[-72.664295299748,41.72881341812787],[-72.66555418009534,41.72866362954346],[-72.66558448134955,41.72866005668487],[-72.66582359366748,41.72863177300303],[-72.66584249986572,41.728629536479986],[-72.66725679900318,41.72846126369196],[-72.66736855458579,41.72844463101431],[-72.66736906756582,41.728444549021056],[-72.66752702738874,41.728421143403374],[-72.66756824859716,41.72841508051235],[-72.66757220580783,41.72841450706116],[-72.66792414312104,41.728362424169674],[-72.66824081331477,41.728316084883474]]]},"properties":{"name":"South Meadows","HPD_NH_ID":15}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.70188404579169,41.753614454766705],[-72.70052971721772,41.753235684093134],[-72.70024756332411,41.75318856867661],[-72.69948313417461,41.7530012802525],[-72.6992055668319,41.75295073313749],[-72.69878529326158,41.75290561030056],[-72.69861672623998,41.75288752510731],[-72.69811191172273,41.752874777197924],[-72.69753353309358,41.75290710495752],[-72.69648851620127,41.753017426435235],[-72.69582191090664,41.75309549885009],[-72.69553992252675,41.75312846961906],[-72.69435605965104,41.753275066651504],[-72.69317564251755,41.753406217111014],[-72.69315721186491,41.75326607722484],[-72.69314563917287,41.75314120822177],[-72.69312956655723,41.75292714571797],[-72.69311597368093,41.75275682156954],[-72.69309723598991,41.752445506935885],[-72.6930945186276,41.752151524731474],[-72.69309663301358,41.75208994983783],[-72.69311333198716,41.751591184795146],[-72.69311387029069,41.75097886483904],[-72.69311819340939,41.75023173533298],[-72.69314420077527,41.749828165681336],[-72.69315898389108,41.749685299327965],[-72.69321790930665,41.74935309833775],[-72.69326070392576,41.74913426207734],[-72.6932731285483,41.7490701208534],[-72.69329527331949,41.7488890091292],[-72.6933065330309,41.748586799813715],[-72.6932775662017,41.74818577704616],[-72.69324546724901,41.74796347268952],[-72.6932252075182,41.747822474626446],[-72.69315286719524,41.747523826680585],[-72.69302569507093,41.74680973529696],[-72.69293450045497,41.74633732895714],[-72.69289458993569,41.7461462385378],[-72.69283597881142,41.74586491886138],[-72.69279219391777,41.74565118503577],[-72.69266044016106,41.745208433463475],[-72.69257269575269,41.74498044141024],[-72.69238966527038,41.74451347693117],[-72.6923711656912,41.744455494201816],[-72.6922800412797,41.74417004383867],[-72.692239903589,41.74398066714705],[-72.6922034152318,41.74381015966309],[-72.69218156694178,41.74365372428019],[-72.69215981107942,41.7433981523244],[-72.69215278242105,41.74306317280051],[-72.69216764710912,41.74282974351269],[-72.6922008089289,41.74262376736345],[-72.69220362378746,41.74254727072337],[-72.69218997215204,41.74244795581502],[-72.69216439844631,41.74236286836614],[-72.69251426781423,41.74217660350445],[-72.69297343689942,41.74191955323381],[-72.69342801839397,41.74166129893353],[-72.69382302299951,41.74144332267907],[-72.69429295066786,41.74117701010633],[-72.69443752449257,41.74109543632939],[-72.69471109068748,41.74094326012989],[-72.69498076303314,41.74079296702715],[-72.69515580727872,41.74069168521599],[-72.695604414585,41.74044062185445],[-72.69602254911561,41.740202064584544],[-72.69645854865422,41.739957682952685],[-72.69694861533355,41.73968073515364],[-72.69734359981835,41.73945811281368],[-72.69790651169619,41.73914277649484],[-72.69823252208855,41.73897071962561],[-72.69839770669539,41.73887508529679],[-72.69851754916495,41.73877874483701],[-72.6985957089517,41.73868976233231],[-72.69872710809415,41.73845912937224],[-72.69893418202973,41.738095600883845],[-72.69902499265946,41.737934071023254],[-72.69926760798674,41.737504181641576],[-72.69945679204582,41.73716791684975],[-72.69951985546744,41.737054228591695],[-72.69966386028497,41.73680112995499],[-72.69978470605687,41.736589012817994],[-72.69992962945703,41.736329226066715],[-72.70003877866468,41.736132371136655],[-72.70018026448325,41.73587601093872],[-72.70034461777036,41.73565670952186],[-72.70044570613,41.73552314117874],[-72.70066071847465,41.73523336539471],[-72.70094243013773,41.73485528859219],[-72.701114802873,41.73462141035385],[-72.70133510562688,41.73429304354308],[-72.70145592914561,41.734097049252675],[-72.70155451347433,41.73393432058339],[-72.70165733762559,41.73392098453211],[-72.70178695477726,41.73390440264191],[-72.70221038139768,41.73385415050153],[-72.70236839361469,41.733833634233505],[-72.70249869798698,41.73381567762239],[-72.702667476405,41.733791219934346],[-72.7029835051094,41.73374349773033],[-72.70347358713397,41.73366445271934],[-72.70389587945606,41.733590869597684],[-72.70409122639062,41.73355510108697],[-72.70426046636629,41.733523435992865],[-72.7043610046583,41.73350461119073],[-72.70481192683575,41.73342108527668],[-72.70516781057427,41.733355362391336],[-72.70566292839514,41.7332665362785],[-72.70590338877132,41.73322203399263],[-72.70619009922086,41.73318234854384],[-72.70665564805246,41.733132441731286],[-72.70671541464374,41.7331273187463],[-72.70687800089381,41.733112114837716],[-72.70696135396722,41.73310682914274],[-72.70705798767818,41.73310154833193],[-72.70720179301073,41.73309233950684],[-72.70749741702926,41.73307375279289],[-72.70794005276133,41.73304733091306],[-72.70831468059262,41.73302431116642],[-72.70836520180167,41.73315519857559],[-72.70845366815753,41.733383865169344],[-72.70859449126911,41.73374427391343],[-72.70863358347087,41.733843941860925],[-72.70880801414376,41.734289951409984],[-72.70892049181984,41.73457591402516],[-72.70893580258183,41.73462308523294],[-72.70900301815037,41.73479463003256],[-72.70911458562651,41.735075101098765],[-72.70925907110586,41.735446146648],[-72.70939189910884,41.73578511552874],[-72.70948335026027,41.73601583924486],[-72.70954439375863,41.73617468520936],[-72.70960383449008,41.736329073688026],[-72.7096139877422,41.73635233607553],[-72.70964535472837,41.736424201728475],[-72.709724848761,41.73640765805256],[-72.71048219351167,41.73625001318866],[-72.71058944957801,41.73622100299169],[-72.71069542688228,41.73618762236287],[-72.71079994742085,41.73614992736964],[-72.71083608162753,41.736135724203834],[-72.71085074399058,41.736124203133954],[-72.71086636423267,41.73610403785226],[-72.7108961319942,41.736075370069806],[-72.71093018263258,41.73605309791079],[-72.71096605999688,41.73603933369554],[-72.71098551956366,41.73603187577928],[-72.7110492826344,41.736011726743335],[-72.71114001858825,41.7359798960749],[-72.71117787404094,41.735966626418055],[-72.71121298658434,41.7359450955312],[-72.71126268740412,41.73591316860159],[-72.71134511980614,41.735855802618424],[-72.71142463990847,41.735794463313034],[-72.71150105637024,41.73572929827972],[-72.71152550496147,41.73571100196736],[-72.71158630150255,41.73566307557667],[-72.71164526040218,41.735612905799464],[-72.71164995258292,41.735608736051574],[-72.71172976701666,41.73553365875855],[-72.71180498620993,41.735453978039935],[-72.71187534511972,41.73536997465936],[-72.7118796349351,41.73536462469146],[-72.7119348595973,41.73528986506607],[-72.71198559352253,41.73521198802292],[-72.7120316612014,41.73513126297048],[-72.71207290326704,41.73504796916971],[-72.7120843494084,41.73502220400125],[-72.71208552338916,41.73501948751385],[-72.71208768792451,41.73501449359832],[-72.71211365871893,41.734949371812846],[-72.71213633426504,41.73488303065859],[-72.71215565761008,41.73481563676045],[-72.71216428705276,41.734782186597926],[-72.71217530083018,41.73474379750974],[-72.71218847816561,41.734702033658394],[-72.71219240515933,41.734690454015436],[-72.71221715974526,41.7346232584364],[-72.71224502132976,41.73455729050902],[-72.71225199101985,41.73454261082787],[-72.7123022989374,41.734458719544364],[-72.71235807781828,41.73437836190426],[-72.71241908039285,41.73430189413577],[-72.71248503623457,41.73422965522308],[-72.71255565295895,41.73416196540384],[-72.71263061751964,41.73409912474928],[-72.71270959759617,41.73404141183423],[-72.71279224306711,41.73398908250198],[-72.71287818756225,41.73394236873027],[-72.71296705008677,41.733901477602835],[-72.71305843670997,41.733866590391486],[-72.71315194231185,41.73383786175243],[-72.71324715237887,41.73381541904066],[-72.71331633252238,41.733799386897594],[-72.71352596891874,41.73380252700223],[-72.71392888088835,41.73371434217691],[-72.71395029884467,41.733710903039494],[-72.7139708759413,41.73370403720919],[-72.7139900677808,41.73369392633165],[-72.71400736661481,41.73368083790503],[-72.71402231477713,41.73366511820297],[-72.71403451679207,41.733647183113355],[-72.7140436498374,41.73362750713543],[-72.71404947228487,41.73360661082624],[-72.71405183009307,41.733585047028384],[-72.71405066088275,41.73356338624393],[-72.71404599558704,41.73354220154095],[-72.71401759375983,41.73348508223717],[-72.71399341850665,41.73342604973889],[-72.71397359770128,41.733365416295456],[-72.71395823618488,41.73330350262448],[-72.71395312186559,41.73327679900687],[-72.7139441381642,41.73320748657531],[-72.71394115601,41.73313765802201],[-72.7139441975543,41.733067832030216],[-72.71395324020466,41.73299852726414],[-72.71395467360969,41.732990322249755],[-72.71396910428551,41.73292633384289],[-72.7139884499051,41.73286365603507],[-72.71403590046862,41.73285272106086],[-72.71401416834821,41.732798651640834],[-72.71401871689186,41.73278863636089],[-72.71405028437577,41.73272596203781],[-72.71408629652777,41.73266573163313],[-72.71412656520701,41.73260825981274],[-72.71413481438314,41.73259750472011],[-72.71419152175706,41.73252987574466],[-72.7142533690774,41.73246691295096],[-72.71426942401021,41.732452098715505],[-72.7143127534913,41.73241439907797],[-72.71435775826583,41.73237871607319],[-72.71439767131116,41.73234966625709],[-72.71457149332362,41.73224807097854],[-72.71492195757102,41.73204328876902],[-72.71492463505294,41.73210522842093],[-72.71492919447346,41.73221000707632],[-72.71493060576152,41.73224236280049],[-72.71493657649536,41.73237949717535],[-72.7149372641042,41.73239511247298],[-72.7149425838173,41.732516659037465],[-72.71494786670995,41.73263858978611],[-72.71494819285977,41.73264523111176],[-72.71494855460182,41.73265379340286],[-72.71495083454687,41.73270571622553],[-72.714954525357,41.732790927804515],[-72.71496053282472,41.73292806217158],[-72.71496650361566,41.73306522400357],[-72.71497247450145,41.7332023583501],[-72.71497844535793,41.733339492691805],[-72.71498445292723,41.73347662708091],[-72.71500533289432,41.733956803077945],[-72.71501072562567,41.734079282694786],[-72.7150115214446,41.734098191170325],[-72.71501434448346,41.734162353667614],[-72.71502031551717,41.73429948797622],[-72.7150262866308,41.73443662232101],[-72.71503229433387,41.73457378407106],[-72.71503283699691,41.73458654524339],[-72.71503294560291,41.73458904258992],[-72.71503363337709,41.73460443827815],[-72.7150382654982,41.73471091840639],[-72.71503949567376,41.73473956922416],[-72.71504423663316,41.73484805269597],[-72.71504941150314,41.73496721162827],[-72.71505020784812,41.734985187021806],[-72.71505136615968,41.73501125818291],[-72.71505621570742,41.73512234875289],[-72.7150621869184,41.735259483069214],[-72.71506815820939,41.735396617339816],[-72.71507000389765,41.73543888006159],[-72.71507416610501,41.73553375161679],[-72.71508013743184,41.73567091335871],[-72.71508466097728,41.73577511563122],[-72.71508610874416,41.7358080476151],[-72.71509208013639,41.73594518190772],[-72.71509262319277,41.73595725695662],[-72.71509280398125,41.7359616753183],[-72.71509808811882,41.73608234360552],[-72.71510000577862,41.73612718597399],[-72.71510018640076,41.73613201601506],[-72.71510405956174,41.73621947788863],[-72.71510666537937,41.736279084779895],[-72.71510746143093,41.73629766388497],[-72.71510778739369,41.73630471680206],[-72.71511003097538,41.73635661212596],[-72.71511455484898,41.73646048506139],[-72.71511488038439,41.73646833385639],[-72.71511509798792,41.73647242290957],[-72.71511600246893,41.736493746358576],[-72.71512798209719,41.73676804230143],[-72.71513391703196,41.73690517654968],[-72.7151343519782,41.73691384865407],[-72.71513478576698,41.736924771070775],[-72.71513959972475,41.73703435222115],[-72.71513992520694,41.7370423107744],[-72.71514593344723,41.73717947247507],[-72.71515190503814,41.73731660667918],[-72.715157876709,41.73745374087851],[-72.71516384835044,41.737590875114044],[-72.7151698566924,41.73772803675474],[-72.71517582838459,41.73786517098075],[-72.71518180015677,41.73800230516102],[-72.71518679475044,41.73811690839893],[-72.7151873378236,41.738129120681336],[-72.71518780857497,41.73813946682843],[-72.71519378034311,41.738276600999136],[-72.7151985576,41.73838667609981],[-72.71519960736468,41.73841044197305],[-72.71519975219124,41.73841373520615],[-72.71520572401008,41.73855086936737],[-72.71520999493075,41.738648704750766],[-72.71521013943821,41.73865249190052],[-72.71521173252992,41.73868803097475],[-72.71521607569329,41.738787814850156],[-72.71521661835419,41.73880071316704],[-72.71521770439936,41.73882516516738],[-72.71522367634881,41.73896229931431],[-72.71522964826892,41.73909943349745],[-72.71523562025428,41.73923659507464],[-72.71524162891588,41.73937372925934],[-72.71524760091195,41.739510863387146],[-72.71525360960969,41.73964802496108],[-72.71525603434786,41.73970422883934],[-72.71525617891932,41.73970790622877],[-72.71525958165648,41.739785159120345],[-72.71526327351252,41.73986993142795],[-72.71526461248014,41.73990113447223],[-72.71526533667839,41.739917133908634],[-72.71526555378325,41.73992229323391],[-72.71526750835356,41.73996705325046],[-72.71527152588062,41.74005942738367],[-72.71527749804335,41.74019658892745],[-72.71528350682813,41.74033372307871],[-72.71528947905621,41.7404708571731],[-72.71528991314521,41.740481313062276],[-72.7152912528743,41.740511143947174],[-72.71529545125492,41.74060799126277],[-72.7153014601559,41.74074515283949],[-72.71530743246,41.74088228691958],[-72.71531217394025,41.740991373980386],[-72.71531297059416,41.74100904746758],[-72.71531340473474,41.741019421035865],[-72.71531478010809,41.7410511454794],[-72.71531937708946,41.74115655510646],[-72.71532538603739,41.74129371666394],[-72.71532853508141,41.74136611202797],[-72.71532875212677,41.74137129879109],[-72.71533135844281,41.74143085072501],[-72.71533733081887,41.741567984822176],[-72.71533957520384,41.74161916651901],[-72.71534069714257,41.7416451827456],[-72.71534330326021,41.741705146313414],[-72.71534931232449,41.741842280371046],[-72.71535532146893,41.741979414464865],[-72.71536104019938,41.74211147148794],[-72.71536201748418,41.742133974962925],[-72.71536827975525,41.74227744841412],[-72.71536831598195,41.742278216862445],[-72.71537323907191,41.742390844042504],[-72.71537810885998,41.74250265828883],[-72.715377530468,41.7425033810927],[-72.70559783364766,41.754721373744665],[-72.70519729862548,41.75459584145949],[-72.70389587211046,41.754179224821435],[-72.70299335142454,41.75392364316265],[-72.70188404579169,41.753614454766705]]]},"properties":{"name":"Behind the Rocks","HPD_NH_ID":13}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.67518149712227,41.759785845590216],[-72.67525425529969,41.75926653602886],[-72.67531874576429,41.75876540259711],[-72.67538286859542,41.75838364663619],[-72.67543681277682,41.75808626982183],[-72.67547877174894,41.75785509225142],[-72.67556940472987,41.75732601730777],[-72.67552617825507,41.75726664476928],[-72.67546521463431,41.75709371680885],[-72.67535825814744,41.75668354908818],[-72.67513841532806,41.75584091087408],[-72.67500931116635,41.75537104078063],[-72.67494431778844,41.75512246915735],[-72.67481182627742,41.754615033363],[-72.67468660287186,41.75415871302968],[-72.67455252790346,41.75363841375326],[-72.67437398652402,41.7529463934534],[-72.67427411708722,41.752559210354704],[-72.67416810993193,41.75213309125415],[-72.67410108357966,41.75186359325408],[-72.67405457435882,41.751679866041364],[-72.6740227807308,41.751447268704936],[-72.67388289085143,41.75042441411503],[-72.6747737566171,41.75031917090689],[-72.67545135239548,41.75023917009285],[-72.67552900794712,41.75023012940185],[-72.67614154454961,41.75015865630742],[-72.67655249744311,41.75011072173549],[-72.67667001006386,41.750097420162376],[-72.67697398791312,41.75006193526563],[-72.6775684243049,41.749992331568734],[-72.67760529497976,41.750202292605536],[-72.67765877663288,41.75050814351323],[-72.67772341263013,41.75087694591247],[-72.67782148043896,41.751458966754605],[-72.67785333706284,41.751647314466794],[-72.6778968149945,41.75189038297683],[-72.6779159320221,41.75200085343147],[-72.67798330156837,41.752384407760836],[-72.67825898497492,41.751845843047036],[-72.67850943752008,41.75133864855298],[-72.67891770340705,41.75144627092692],[-72.67914737237598,41.7515066140101],[-72.67944063357395,41.75164023362867],[-72.67971094109522,41.751818435566896],[-72.68002987674753,41.752146742375025],[-72.68009599725266,41.752214875167155],[-72.68022937008685,41.752366920278995],[-72.6805339161075,41.75223675247496],[-72.68058341010176,41.752216369339024],[-72.68097708953047,41.75205417888628],[-72.68121449592597,41.75194592196378],[-72.68154974911673,41.75179535684627],[-72.68173214232299,41.75172685794166],[-72.68174337187311,41.75172189061775],[-72.6823036512967,41.751471805452525],[-72.68260928688679,41.75138639566632],[-72.68280127878776,41.75133436530188],[-72.68311974056519,41.75124810731185],[-72.68309618478399,41.7514371042879],[-72.68308348118246,41.75153949314911],[-72.68306824512922,41.75165577389788],[-72.68303628391726,41.75199621892735],[-72.68303257549026,41.75203686556863],[-72.68298408870233,41.75241177588976],[-72.68292749714726,41.75286832463525],[-72.68284526838025,41.75353205061709],[-72.68281009697674,41.75387197650816],[-72.68279321039229,41.75403353892565],[-72.6827493181293,41.754390269954825],[-72.68273127269272,41.75456160533177],[-72.68270215335512,41.75481148911182],[-72.68267809744266,41.755035134678444],[-72.68263487456107,41.755410904715944],[-72.68260413944127,41.755669192592414],[-72.68259512801536,41.75574551374864],[-72.68257915144268,41.75590793082918],[-72.68254742935189,41.75623413933816],[-72.68247252147981,41.756898383067025],[-72.68245217528825,41.75707932203892],[-72.68240889417349,41.757504659934916],[-72.68239198969177,41.75768148398687],[-72.68236494419598,41.75791593260304],[-72.68222968748947,41.759109616592205],[-72.68213651089314,41.75993061554727],[-72.68200101552789,41.76112549848137],[-72.68197975806743,41.76129957709538],[-72.68194325004431,41.76159593850499],[-72.6812859871607,41.761411167183375],[-72.68046244790239,41.76119164579173],[-72.67964647089259,41.76097778273895],[-72.67867683070128,41.76072368460164],[-72.67857789967256,41.76069652520896],[-72.67802255597859,41.76054455893811],[-72.67762247841797,41.76043487894386],[-72.67736095110729,41.760365422157086],[-72.67668354512156,41.760186445716805],[-72.67643507287035,41.76012076631646],[-72.67612889744271,41.76003412509323],[-72.67554492793903,41.75988264281113],[-72.67518149712227,41.759785845590216]]]},"properties":{"name":"South Green","HPD_NH_ID":11}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.66158074446288,41.75894481193079],[-72.66157390041651,41.758938665803036],[-72.66155036223938,41.75891765401267],[-72.66152675074547,41.75889666960091],[-72.66150310254454,41.75887574003547],[-72.66147938098943,41.7588548652882],[-72.66145558611757,41.758834017960346],[-72.66143175448407,41.75881322543778],[-72.66140781286619,41.758792515185746],[-72.66138387117145,41.75877183236837],[-72.66135978286569,41.75875117687294],[-72.661335657853,41.75873057622363],[-72.66131149617084,41.75871000298067],[-72.66128726117226,41.75868945711584],[-72.66126298944954,41.75866893865736],[-72.66123868111212,41.75864844764614],[-72.66121426268121,41.75862803882314],[-72.66118984428273,41.75860765747559],[-72.66116535258843,41.758587248585684],[-72.66114075081765,41.75856694940546],[-72.66111618570939,41.758546650248135],[-72.66109154728467,41.75852637846872],[-72.6610668721907,41.75850613409535],[-72.66104212368799,41.75848594453953],[-72.66101733860835,41.75846575499094],[-72.6609925168048,41.75844559280734],[-72.66096765834894,41.75842548546951],[-72.66094272655978,41.75840537811054],[-72.66091779478622,41.75838527070519],[-72.66089278963767,41.75836527303742],[-72.66086774784085,41.75834524785516],[-72.66084266937476,41.75832525011972],[-72.66081755418472,41.75830527979005],[-72.66079240238014,41.75828533686622],[-72.66076725055323,41.75826542137648],[-72.66074206209493,41.758245505852805],[-72.66071676361892,41.75822561767817],[-72.6606914651753,41.75820575693761],[-72.66066616670935,41.758185923631096],[-72.66064083151947,41.758166117730205],[-72.66061545969825,41.7581463118362],[-72.66059005126255,41.75812653330694],[-72.66056460614088,41.75810675474352],[-72.66053916099676,41.758087003655056],[-72.66051367918355,41.758067279931154],[-72.66048816073904,41.75804755621408],[-72.66046264231011,41.75802783245039],[-72.66043712382073,41.758008163601225],[-72.66041153209147,41.75798846720876],[-72.66038590365498,41.75796882570249],[-72.6603603119188,41.7579491567791],[-72.66033468351345,41.75792951522024],[-72.6603090550856,41.75790990113623],[-72.66028339006469,41.75789025957828],[-72.66025768831996,41.757870645425655],[-72.660232023254,41.75785105873547],[-72.66020632155703,41.75783147197005],[-72.66018058317424,41.757811885211154],[-72.66015488150839,41.75779229847501],[-72.66012914321146,41.75777271170451],[-72.66010340483723,41.75775315236779],[-72.66007762988673,41.75773359299682],[-72.66005189159841,41.757714033648426],[-72.66002611662437,41.75769447426568],[-72.66000034175875,41.75767488743741],[-72.65997456677769,41.75765535548264],[-72.65994875525854,41.757635796053755],[-72.65992301695518,41.75761626411588],[-72.65989724211374,41.75759670470387],[-72.65987150384147,41.75757717275432],[-72.65984569238472,41.757557613261085],[-72.65981991753536,41.75753805383151],[-72.659794142718,41.75751852183582],[-72.65976840463914,41.757498934983545],[-72.65974262983647,41.757479375536505],[-72.65971685510408,41.75745981608356],[-72.65969115366376,41.75744022924242],[-72.6596654156089,41.75742066980651],[-72.65963967764633,41.757401055485396],[-72.65961401289908,41.757381468655474],[-72.65958827492935,41.75736188172144],[-72.65956257365987,41.75734226741153],[-72.65953690905235,41.75732265312456],[-72.65951124444408,41.75730301139208],[-72.65948561655243,41.757283369641584],[-72.65945998867629,41.757263727926244],[-72.65943439750046,41.75724405879422],[-72.65940880634025,41.75722438961548],[-72.65938321523399,41.757204693032186],[-72.65935766078954,41.757184996472],[-72.65933214304542,41.75716527245409],[-72.65930662531683,41.757145548471456],[-72.65928118093481,41.75712579706007],[-72.65925569992211,41.757106045614144],[-72.65923029231051,41.75708626682144],[-72.65920488469835,41.757066460542376],[-72.65917955039413,41.757046654315324],[-72.659154179591,41.757026793174404],[-72.65912884535635,41.75700695949631],[-72.65910358456141,41.75698707099097],[-72.65907832372717,41.756967182520874],[-72.65905309968659,41.7569472391128],[-72.65902794891525,41.75692732323752],[-72.65900279823649,41.756907352477306],[-72.65897768425798,41.75688735430072],[-72.65895257025642,41.75686738355825],[-72.658927456309,41.7568473853296],[-72.65890230567629,41.75682738710737],[-72.658877228406,41.756807388937446],[-72.6588521511512,41.75678739076194],[-72.65882707391187,41.756767392539984],[-72.65880196008077,41.75674736688478],[-72.65877688287242,41.75672736869271],[-72.6587518057184,41.75670734301438],[-72.65872676518708,41.756687344840216],[-72.65870168810275,41.756667291752066],[-72.65867661095656,41.75664729349683],[-72.65865157051044,41.75662726786636],[-72.65862653007987,41.75660724223029],[-72.65860145305773,41.756587189079056],[-72.65857644935875,41.756567163460964],[-72.65855140901354,41.756547110327666],[-72.65852636864503,41.756527084669514],[-72.65850132833077,41.75650703156611],[-72.65847628803209,41.75648697841626],[-72.65845128443361,41.75646689789117],[-72.658426280773,41.756446872199],[-72.6584012405208,41.756426819073546],[-72.65837623692998,41.756406765971605],[-72.6583512333936,41.75638668538344],[-72.65832622988844,41.75636663227055],[-72.6583012263831,41.75634655167142],[-72.6582762228543,41.75632649854739],[-72.65825125602576,41.756306417966364],[-72.65822625256688,41.75628633739169],[-72.65820124912355,41.75626625677051],[-72.6581762823961,41.75624617621398],[-72.6581513156296,41.75622609561089],[-72.65812631223274,41.756206015014186],[-72.6581013454972,41.756185934400115],[-72.65807637877711,41.75616585382146],[-72.65805141212725,41.7561457731965],[-72.65802644547712,41.75612566516722],[-72.65800144215792,41.75610558450195],[-72.65797651218456,41.756085476449975],[-72.65795158224232,41.756065395873115],[-72.65792661565429,41.756045287780886],[-72.65790168572735,41.75602517975336],[-72.6578767191704,41.75600507165015],[-72.65785178932911,41.755984963611695],[-72.65782682276412,41.75596488293714],[-72.65780189289917,41.75594477488768],[-72.6577769264042,41.755924666762475],[-72.65775203327055,41.755904558690425],[-72.65772706684574,41.75588442315547],[-72.65770213704283,41.7558643150431],[-72.6576772072554,41.755844206966174],[-72.65765227753823,41.7558240988429],[-72.657627347821,41.755803963274396],[-72.65760241808005,41.75578385518097],[-72.65757748837015,41.75576377448097],[-72.65755255873857,41.75574361149725],[-72.65752762904424,41.75572350334651],[-72.6575027361047,41.75570336777996],[-72.65747780644124,41.75568325965921],[-72.65745287683258,41.75566312405231],[-72.65742794723943,41.75564298843986],[-72.65740305432253,41.755622880332105],[-72.65737812476041,41.75560274470879],[-72.65735323185916,41.75558260910938],[-72.65732830234337,41.7555625009558],[-72.65730337282783,41.75554236531599],[-72.65727847997296,41.75552222974115],[-72.65725355050378,41.75550212153012],[-72.65722865767995,41.75548198590332],[-72.65720372822632,41.755461850282586],[-72.65717883548831,41.75544171464494],[-72.65715390606574,41.755421578972275],[-72.65712901326448,41.75540147080425],[-72.65710412057291,41.75538133515016],[-72.65707919119684,41.75536119950201],[-72.65705429848148,41.755341063836944],[-72.65702936919119,41.75532092813692],[-72.65700447650684,41.755300792501885],[-72.6569795471534,41.75528068423053],[-72.65695465455477,41.75526054854363],[-72.65692972527171,41.75524041286265],[-72.65690483264945,41.75522027716472],[-72.65687990345212,41.75520014143186],[-72.65685501082126,41.75518003320366],[-72.65683008160028,41.75515989745976],[-72.65680518905506,41.75513978922067],[-72.65678025990464,41.75511962602607],[-72.65675536733579,41.755099517735076],[-72.65673043823148,41.75507938201029],[-72.65670554573313,41.75505924626861],[-72.65668065321073,41.755039137961155],[-72.65665568750791,41.7550190021903],[-72.65663079505602,41.7549988664322],[-72.65660586593502,41.75497875807865],[-72.65658097356882,41.754958622350664],[-72.65655604447882,41.754938513986126],[-72.65653111544387,41.754918378217475],[-72.65650618643953,41.75489826984204],[-72.65648129408066,41.75487813405113],[-72.6564563284076,41.754858025676036],[-72.65643139939515,41.754837917284135],[-72.65640647053216,41.75481775400742],[-72.6563815415109,41.75479767308523],[-72.65635661254487,41.754777564676864],[-72.65633168364903,41.75475745630407],[-72.65630671806908,41.75473734785501],[-72.65628178914947,41.75471723947119],[-72.65625689694505,41.7546971310707],[-72.65623189476675,41.75467702257543],[-72.65620696589365,41.754656914175136],[-72.65618200039134,41.754636805698624],[-72.65615707154922,41.754616697287354],[-72.65613210609278,41.754596616239574],[-72.65610714063682,41.75457650778751],[-72.65606394536776,41.754541675071415],[-72.65603564112627,41.75452419838751],[-72.65600744685942,41.75450666690661],[-72.6560042292429,41.75450466040664],[-72.65600485685806,41.754504167821636],[-72.65630939047207,41.75426514825874],[-72.65838624849721,41.75263550770289],[-72.65950613324252,41.75193642813691],[-72.65985688075494,41.751717502584455],[-72.66035824972376,41.75139646820581],[-72.66109436077946,41.7509253624607],[-72.66137055195547,41.750782701282084],[-72.66166684157487,41.75068087507843],[-72.66340391216805,41.750501240543805],[-72.6641124301777,41.750432820215984],[-72.6665511253285,41.750184708536395],[-72.66695085331973,41.750143145380235],[-72.66838025554307,41.749994774854684],[-72.6699672429455,41.74983259987444],[-72.67048470704833,41.749782189461946],[-72.67104797994492,41.74972717411874],[-72.67190629543705,41.74963994099304],[-72.67230395749364,41.749597503575416],[-72.67267298702996,41.749558131143665],[-72.67291694027966,41.74953376735151],[-72.67324862736493,41.749500713471],[-72.67374386252361,41.74945438769521],[-72.67384927852287,41.75018220757017],[-72.67388289085143,41.75042441411503],[-72.6740227807308,41.751447268704936],[-72.67405457435882,41.751679866041364],[-72.67410108357966,41.75186359325408],[-72.67416810993193,41.75213309125415],[-72.67427411708722,41.752559210354704],[-72.67437398652402,41.7529463934534],[-72.67455252790346,41.75363841375326],[-72.67468660287186,41.75415871302968],[-72.67481182627742,41.754615033363],[-72.67494431778844,41.75512246915735],[-72.67500931116635,41.75537104078063],[-72.67513841532806,41.75584091087408],[-72.67535825814744,41.75668354908818],[-72.67546521463431,41.75709371680885],[-72.67552617825507,41.75726664476928],[-72.67556940472987,41.75732601730777],[-72.67547877174894,41.75785509225142],[-72.67543681277682,41.75808626982183],[-72.67538286859542,41.75838364663619],[-72.67531874576429,41.75876540259711],[-72.67525425529969,41.75926653602886],[-72.67518149712227,41.759785845590216],[-72.67452219548687,41.75961149650653],[-72.67372704586928,41.75944597332235],[-72.67361594640042,41.75983301402023],[-72.67348391503509,41.76029225292996],[-72.67342272954363,41.76050557809675],[-72.6733693607073,41.76069112453327],[-72.67325134717927,41.76110989229332],[-72.6731319530987,41.76153311865799],[-72.672973456533,41.76189577146183],[-72.67229941269831,41.761773542143615],[-72.67115380390712,41.76156471628378],[-72.67032311551864,41.761410464692375],[-72.66926825504352,41.76118281541726],[-72.6687020460592,41.760940062811486],[-72.66838432099328,41.7607521996673],[-72.66810481517663,41.760598149140066],[-72.66767746541167,41.76051139945054],[-72.66712892936393,41.7604309093741],[-72.66620731461104,41.7602820538247],[-72.66599866795151,41.760249827148016],[-72.6656798577524,41.76020054079214],[-72.66540033433182,41.760134921582576],[-72.66507455147338,41.75982469732064],[-72.66480317890063,41.75968397142421],[-72.66460524786,41.75951693911344],[-72.66405376034976,41.75890712743567],[-72.66387191961881,41.75870614520094],[-72.66348076585236,41.75828683475461],[-72.66306148742387,41.75783731511622],[-72.66158074446288,41.75894481193079]]]},"properties":{"name":"Sheldon-Charter Oak","HPD_NH_ID":12}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.69751682169952,41.761929783558024],[-72.69784095863758,41.76166476268608],[-72.69817102691593,41.761427704506644],[-72.69863899988607,41.76118830134682],[-72.6989325876838,41.76101468616388],[-72.69921634327306,41.760813622037396],[-72.69943365637646,41.76062882130721],[-72.69964365386475,41.760419147231175],[-72.69989428246666,41.760097317936136],[-72.70002752826977,41.75990218882439],[-72.70016604956898,41.75969333985127],[-72.70034309941059,41.75942619121605],[-72.70053926425757,41.75902406805884],[-72.70069484977431,41.75866429012606],[-72.70071438165856,41.758283872432024],[-72.70099662540193,41.758242141136506],[-72.7014717976098,41.75813205782316],[-72.70136618298388,41.75784712095179],[-72.70133518722952,41.757636656145635],[-72.70130214191286,41.75741212572072],[-72.70138167108466,41.757048886238714],[-72.70151887374715,41.756752732181255],[-72.70174794435123,41.7564358634857],[-72.70218300145534,41.75603657959106],[-72.70231758562801,41.755868549226875],[-72.70240247013265,41.75568900469519],[-72.70244291044969,41.7555169898804],[-72.7024430584506,41.75531562612037],[-72.70240743087176,41.75516947819636],[-72.70228936293402,41.75499911209775],[-72.70214859397389,41.75486509978983],[-72.70198489345599,41.75475920446944],[-72.70181361441979,41.75468623788627],[-72.70168263616507,41.7546304410345],[-72.70162883572999,41.75459457230051],[-72.7015807692363,41.754544295461955],[-72.7015471448646,41.75448253679995],[-72.70154103291786,41.7543854549301],[-72.701581643153,41.754294223695155],[-72.70187005062304,41.75364600691817],[-72.70188404579169,41.753614454766705],[-72.70299335142454,41.75392364316265],[-72.70389587211046,41.754179224821435],[-72.70519729862548,41.75459584145949],[-72.70559783364766,41.754721373744665],[-72.715377530468,41.7425033810927],[-72.71537810885998,41.74250265828883],[-72.71537921162526,41.74252797810611],[-72.715383663927,41.742630176824385],[-72.71538518425865,41.7426651121241],[-72.71539119348614,41.742802273588005],[-72.71539716617019,41.74293940763735],[-72.71540313882493,41.74307654164085],[-72.71540784474766,41.74318431139666],[-72.71540911155962,41.74321367568061],[-72.71540936494802,41.74321943876992],[-72.71541193502362,41.74327852410635],[-72.71541512088874,41.74335083712534],[-72.71542109367415,41.743487971155496],[-72.71542706643022,41.74362510513984],[-72.71542894891437,41.743668053861114],[-72.7154330392516,41.743762266600214],[-72.71543904875173,41.74389940058595],[-72.7154450215838,41.74403653455596],[-72.71536365133112,41.74414759906175],[-72.71535114688605,41.74416469222414],[-72.7152630289532,41.74428500286348],[-72.71517491074746,41.744405313432054],[-72.71512936635794,41.744467540170554],[-72.7150867921594,41.74452562392983],[-72.71499867331319,41.744645906917164],[-72.71492676248641,41.74474407575134],[-72.7149105540699,41.744766217273444],[-72.71489551912657,41.74478676743757],[-72.71482243455362,41.744886527559],[-72.71482327396659,41.74489278478326],[-72.71482765353434,41.74492525107541],[-72.71484582784596,41.74506178504566],[-72.71486403887386,41.74519831897881],[-72.71488228661808,41.745334852956745],[-72.71488808933856,41.745378406619686],[-72.71490049774499,41.74547138691614],[-72.71491870900344,41.74560792086831],[-72.71493695697858,41.74574445478322],[-72.7149502415237,41.74584393929827],[-72.71495513175091,41.74588098870953],[-72.71497089826374,41.74599872351683],[-72.7149734165198,41.74601752266188],[-72.71498907331271,41.74613501043051],[-72.71499162808581,41.7461540565437],[-72.71500940192144,41.746287022745314],[-72.71500983972861,41.746290590459125],[-72.71502735806708,41.74642177278574],[-72.7150280880885,41.746427124378314],[-72.71504629988509,41.746563658279115],[-72.71506400076852,41.74669643231772],[-72.71506451175856,41.74670019213155],[-72.71508276034928,41.74683672602875],[-72.71508432967036,41.74684855439896],[-72.71510097237649,41.74697325990742],[-72.71510177526663,41.74697929759721],[-72.71511918442589,41.74710979377883],[-72.71512009688169,41.747116599897005],[-72.71513746988816,41.747246327624026],[-72.71513761576632,41.74724769982064],[-72.71515564550535,41.747382861469674],[-72.71515235171307,41.747443097616475],[-72.71514613358268,41.74755777953063],[-72.71514491219449,41.74758019999472],[-72.7151389535208,41.74768942085426],[-72.71513743605809,41.747717302397795],[-72.71513132929138,41.74782921259286],[-72.71512995989004,41.747854404755024],[-72.71512366785102,41.74797010202867],[-72.71512248363564,41.7479915071072],[-72.71511659844967,41.74810020658048],[-72.71511504404538,41.748128609506445],[-72.71511163894142,41.74819117823366],[-72.71510908519689,41.74823796754893],[-72.71510756778238,41.74826571184864],[-72.71510009143302,41.74840281418582],[-72.71509261510661,41.74853991655903],[-72.71508665601947,41.74864957646792],[-72.71508639675015,41.74865462587962],[-72.71508517540484,41.74867699145763],[-72.71507769896049,41.748814093779814],[-72.71507621866422,41.748840905011726],[-72.71507570008824,41.7488511685141],[-72.71507025918082,41.74895119614912],[-72.71506770515408,41.748998397092244],[-72.71506278272788,41.74908829846137],[-72.71505534284522,41.74922537333995],[-72.7150478296723,41.74936250311181],[-72.71504803809337,41.74936250317494],[-72.71506245118051,41.749362946616934],[-72.71506178474168,41.74937559757806],[-72.71505582570315,41.74948492814527],[-72.71504834910323,41.74962203047996],[-72.7150408725264,41.749759132768695],[-72.71503339591787,41.749896235052375],[-72.71502595591984,41.75003333738318],[-72.71501844255103,41.75017043964581],[-72.71501100250467,41.75030751448587],[-72.71500756030558,41.75037052228406],[-72.71500352571476,41.750444616790524],[-72.7149960489479,41.75058171904922],[-72.71498860879201,41.75071882131404],[-72.7149811319618,41.75085592360371],[-72.71497513574526,41.7509656383141],[-72.71497365504528,41.75099302584734],[-72.71496621479463,41.751130128097174],[-72.71495870122651,41.75126723036066],[-72.7149512242001,41.751404360029035],[-72.71494730062372,41.75147631400289],[-72.71494378386947,41.751541434824084],[-72.7149390089588,41.75162892119362],[-72.71493882379514,41.75163251615352],[-72.71493830569543,41.751641819134576],[-72.71493730639159,41.75165995855027],[-72.7149363068493,41.751678537083706],[-72.71492882974272,41.75181563929726],[-72.71492135265916,41.75195274150591],[-72.7149189836604,41.751996182813585],[-72.71491387555878,41.75208981631063],[-72.71490643500069,41.75222691852041],[-72.71490347375152,41.752281199571165],[-72.71490265938239,41.75229623802166],[-72.7148989578221,41.75236402071395],[-72.7148914806119,41.752501122943436],[-72.71488400331528,41.752638225126944],[-72.71487767356372,41.75275422412091],[-72.71487652604172,41.75277532730547],[-72.71486904873643,41.752912429519874],[-72.71486160798877,41.75304953169951],[-72.71485413062021,41.753186633862974],[-72.71484665321991,41.753323736062335],[-72.71483917573329,41.75346083821575],[-72.71483532601636,41.75353128282358],[-72.71483169826968,41.75359794036412],[-72.71482425741866,41.753735042559576],[-72.71482288758376,41.753760481639844],[-72.71481777913421,41.753854142491555],[-72.71481677983702,41.75387214469792],[-72.71480930227843,41.75400924683121],[-72.71480182470304,41.754146321560754],[-72.71479434702636,41.75428342368395],[-72.71479075645225,41.75434895607084],[-72.7147868693727,41.75442052580221],[-72.7147794283321,41.75455762796756],[-72.71477195056048,41.75469473007569],[-72.71476447281175,41.754831832178816],[-72.71476284382987,41.75486201881813],[-72.71475699503141,41.754968934317894],[-72.71474955386454,41.75510603642215],[-72.7147420759811,41.75524311107047],[-72.71473889240126,41.755301398659405],[-72.71473459809081,41.755380240634146],[-72.71472712018381,41.75551734271211],[-72.71471964219036,41.75565444478503],[-72.71471645858496,41.75571270492785],[-72.71471216423488,41.75579151945419],[-72.71470468623276,41.755928621517064],[-72.71469887394738,41.75603542719766],[-72.71469720814432,41.75606572357485],[-72.71468976672453,41.75620282567982],[-72.71468105838437,41.7563108379366],[-72.71470868604013,41.75652413204745],[-72.71479883481499,41.75654331467083],[-72.71497473500844,41.756580772738054],[-72.71497506477745,41.7565808551573],[-72.71498379091722,41.75664235716297],[-72.7150031416776,41.75677880876013],[-72.71502256581182,41.7569152603308],[-72.71502475639836,41.75693090343156],[-72.71504191673559,41.75705171191239],[-72.71504407090761,41.75706694332372],[-72.71506130445681,41.75718813601676],[-72.71508065554387,41.75732458758282],[-72.71508302884224,41.757341246087314],[-72.71510004335902,41.7574610391113],[-72.71510245321024,41.757477889744756],[-72.71511943131064,41.75759749067294],[-72.71512169494535,41.75761357282666],[-72.71513870937905,41.757733887273275],[-72.71514104644523,41.757749832249665],[-72.71515813407119,41.75787036627013],[-72.7151605075425,41.757886777772505],[-72.71517748556653,41.758006817756424],[-72.71517985910683,41.75802311954009],[-72.71519691049181,41.758143269298074],[-72.71519921083689,41.75815940637953],[-72.71521629881221,41.75827969334017],[-72.71521845303661,41.75829497966402],[-72.71523565055261,41.758416144844134],[-72.71523791440279,41.758432034914485],[-72.71525503907647,41.75855259631041],[-72.71525755849314,41.75857029768167],[-72.71527446427449,41.7586890478208],[-72.71527709295104,41.75870803901268],[-72.71529381626003,41.758825499260496],[-72.71529436390333,41.7588294511921],[-72.71531320504383,41.75896192330466],[-72.71531751342721,41.75899268798046],[-72.71533255719268,41.75909837472881],[-72.71535063144793,41.759225769679226],[-72.71535198270337,41.75923485364776],[-72.71535848189954,41.759281206485284],[-72.71537129838279,41.759371277605624],[-72.71539065084595,41.75950770160771],[-72.71539868378642,41.759564565489704],[-72.71541003996907,41.75964415301168],[-72.71541621090404,41.75968762428859],[-72.71542939252618,41.759780604437864],[-72.71543366478211,41.759810600699126],[-72.71544623473984,41.75989911884399],[-72.71530682015343,41.759912424462144],[-72.7148908052175,41.75994539935682],[-72.71417193342488,41.760002294550326],[-72.71406563989682,41.760009123882924],[-72.71308492057014,41.76008959753772],[-72.71209320280497,41.76017503598637],[-72.7116327422281,41.76020953007941],[-72.71139288549075,41.76023191717577],[-72.7112185491022,41.76024609492654],[-72.71034939194509,41.76031715191086],[-72.70988090630333,41.76035575311072],[-72.70958126009934,41.760378115641906],[-72.70946396266525,41.76039437052356],[-72.70867656431044,41.76048996771439],[-72.70836362041388,41.760528446905695],[-72.70807999852447,41.760563164706625],[-72.70788916496582,41.76058350532266],[-72.70766029843602,41.76061206534356],[-72.70727060601926,41.760658744311705],[-72.70681035477442,41.7607136292882],[-72.70670107540515,41.76072611033958],[-72.70655949345422,41.760742178933384],[-72.70578608251354,41.76080448956948],[-72.70547520898968,41.76082941122523],[-72.70512928277554,41.760855864012136],[-72.70449561606209,41.76090295276466],[-72.7040394966245,41.760936904002214],[-72.70313871034237,41.761005837083594],[-72.70289793481315,41.76102426069168],[-72.70242371518461,41.76105871524937],[-72.70222486149989,41.761079043150794],[-72.70208326394551,41.761113630695206],[-72.70192241501701,41.76116450324044],[-72.70138276978867,41.76138056257473],[-72.70069829793987,41.761655213685756],[-72.70019439014008,41.76185738651079],[-72.69969483769435,41.76205836195937],[-72.69916216365318,41.76183824338639],[-72.69896315457507,41.76175616967979],[-72.69835816608622,41.76174029303358],[-72.69804130607648,41.76178869038426],[-72.69779340699795,41.76182939864228],[-72.69751682169952,41.761929783558024]]]},"properties":{"name":"Parkville","HPD_NH_ID":9}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.68194325004431,41.76159593850499],[-72.68197975806743,41.76129957709538],[-72.68200101552789,41.76112549848137],[-72.68213651089314,41.75993061554727],[-72.68222968748947,41.759109616592205],[-72.68236494419598,41.75791593260304],[-72.68239198969177,41.75768148398687],[-72.68240889417349,41.757504659934916],[-72.68245217528825,41.75707932203892],[-72.68247252147981,41.756898383067025],[-72.68254742935189,41.75623413933816],[-72.68257915144268,41.75590793082918],[-72.68259512801536,41.75574551374864],[-72.68260413944127,41.755669192592414],[-72.68263487456107,41.755410904715944],[-72.68267809744266,41.755035134678444],[-72.68270215335512,41.75481148911182],[-72.68273127269272,41.75456160533177],[-72.6827493181293,41.754390269954825],[-72.68279321039229,41.75403353892565],[-72.68281009697674,41.75387197650816],[-72.68284526838025,41.75353205061709],[-72.68347266510322,41.753509601236544],[-72.68448534099434,41.75347313446229],[-72.68487886823067,41.75345997808394],[-72.68634140992103,41.7534141400921],[-72.6871213569399,41.753389697889666],[-72.68813472272625,41.753345822805215],[-72.68845998813552,41.753333646138756],[-72.68921313806639,41.75330574713503],[-72.68916998618874,41.75266956312185],[-72.68916729173253,41.7526136481872],[-72.6891506809565,41.7522517372932],[-72.69086079446818,41.752208203527516],[-72.69160544462649,41.75218937259716],[-72.6930945186276,41.752151524731474],[-72.69309723598991,41.752445506935885],[-72.69311597368093,41.75275682156954],[-72.69312956655723,41.75292714571797],[-72.69314563917287,41.75314120822177],[-72.69315721186491,41.75326607722484],[-72.69317564251755,41.753406217111014],[-72.69435605965104,41.753275066651504],[-72.69553992252675,41.75312846961906],[-72.69582191090664,41.75309549885009],[-72.69648851620127,41.753017426435235],[-72.69753353309358,41.75290710495752],[-72.69811191172273,41.752874777197924],[-72.69861672623998,41.75288752510731],[-72.69878529326158,41.75290561030056],[-72.6992055668319,41.75295073313749],[-72.69948313417461,41.7530012802525],[-72.70024756332411,41.75318856867661],[-72.70052971721772,41.753235684093134],[-72.70188404579169,41.753614454766705],[-72.70187005062304,41.75364600691817],[-72.701581643153,41.754294223695155],[-72.70154103291786,41.7543854549301],[-72.7015471448646,41.75448253679995],[-72.7015807692363,41.754544295461955],[-72.70162883572999,41.75459457230051],[-72.70168263616507,41.7546304410345],[-72.70181361441979,41.75468623788627],[-72.70198489345599,41.75475920446944],[-72.70214859397389,41.75486509978983],[-72.70228936293402,41.75499911209775],[-72.70240743087176,41.75516947819636],[-72.7024430584506,41.75531562612037],[-72.70244291044969,41.7555169898804],[-72.70240247013265,41.75568900469519],[-72.70231758562801,41.755868549226875],[-72.70218300145534,41.75603657959106],[-72.70174794435123,41.7564358634857],[-72.70151887374715,41.756752732181255],[-72.70138167108466,41.757048886238714],[-72.70130214191286,41.75741212572072],[-72.70133518722952,41.757636656145635],[-72.70136618298388,41.75784712095179],[-72.7014717976098,41.75813205782316],[-72.70099662540193,41.758242141136506],[-72.70071438165856,41.758283872432024],[-72.70069484977431,41.75866429012606],[-72.70053926425757,41.75902406805884],[-72.70034309941059,41.75942619121605],[-72.70016604956898,41.75969333985127],[-72.70002752826977,41.75990218882439],[-72.69989428246666,41.760097317936136],[-72.69964365386475,41.760419147231175],[-72.69943365637646,41.76062882130721],[-72.69921634327306,41.760813622037396],[-72.6989325876838,41.76101468616388],[-72.69863899988607,41.76118830134682],[-72.69817102691593,41.761427704506644],[-72.69784095863758,41.76166476268608],[-72.69751682169952,41.761929783558024],[-72.69722763277389,41.76203839292637],[-72.69704224761465,41.76211051740883],[-72.69662094423421,41.76241082014665],[-72.69627069957545,41.76265575536326],[-72.69604100496619,41.76283865862765],[-72.69586151201287,41.76298333617164],[-72.6955866490346,41.76320429191396],[-72.69529551339735,41.763438446974966],[-72.6947537087089,41.76372204961382],[-72.69402166580358,41.76410521078941],[-72.6937920140838,41.76422550246309],[-72.69380601572462,41.764457230610496],[-72.69285003138387,41.76470477570216],[-72.69214402015248,41.76490183909126],[-72.69125743603888,41.765149062947806],[-72.69129848445536,41.76527862936946],[-72.69000973491939,41.76552550851611],[-72.68929728144309,41.76567220429922],[-72.68844477802725,41.76595338493815],[-72.68797909752304,41.7661145331501],[-72.68795679311219,41.76524664336722],[-72.68795343783877,41.76516019889516],[-72.6879212257736,41.76435027674938],[-72.68790585587358,41.76389626223666],[-72.68681330273868,41.76368813195079],[-72.68665135977997,41.76366454478666],[-72.6852974731118,41.76340943383488],[-72.68412661675457,41.76317773854823],[-72.68362478870795,41.76307968626144],[-72.6829713412224,41.762946209066996],[-72.68209848061534,41.762769550735065],[-72.68173775159995,41.762694900118355],[-72.6818416233925,41.76238640235771],[-72.68188308548675,41.76216962718794],[-72.68194325004431,41.76159593850499]]]},"properties":{"name":"Frog Hollow","HPD_NH_ID":10}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.66554636245164,41.7695655885408],[-72.66554743220013,41.76955266791691],[-72.66554963078856,41.769525226776416],[-72.66555168276206,41.769497785569456],[-72.66555366135576,41.76947039914688],[-72.66555556660548,41.76944304011009],[-72.66555736189397,41.76941568099265],[-72.6655590838198,41.769388321862294],[-72.66556069583935,41.76936096261034],[-72.66556223449653,41.76933360330448],[-72.66556373653513,41.769306216532065],[-72.66556505521619,41.76927885710588],[-72.6655663373336,41.76925147017213],[-72.66556758274204,41.769224083211405],[-72.66556868159185,41.76919669614323],[-72.66556970704401,41.76916933650174],[-72.66557069591396,41.7691419219131],[-72.66557157473338,41.76911453468339],[-72.66557241698955,41.76908711998711],[-72.66557318593901,41.76905970523703],[-72.66557384483828,41.769032317886875],[-72.66557446711987,41.76900490302913],[-72.66557505274791,41.768977488144415],[-72.66557552845251,41.76895004573946],[-72.66557593081497,41.76892263072028],[-72.66557636983009,41.76889521572774],[-72.66557669886717,41.768867773215],[-72.66557695461705,41.76884035812895],[-72.66557713704216,41.76881291550857],[-72.66557731946709,41.76878547288797],[-72.66557742860512,41.768758057653265],[-72.66557750107135,41.768730614951885],[-72.66557750023183,41.76870317219668],[-72.66557749937347,41.768675702001666],[-72.66557742526422,41.76864823175287],[-72.66557731443073,41.768620816356325],[-72.66557716698036,41.768593373493154],[-72.66557698285847,41.768565903163335],[-72.6655767621029,41.76853846024622],[-72.66557646802325,41.768510989835555],[-72.66557621056073,41.76848354689121],[-72.66557587988362,41.768456076453475],[-72.66557551249942,41.768428605988696],[-72.6655751817682,41.7684011355505],[-72.66557477769615,41.76837369249818],[-72.66557433700773,41.76834622197922],[-72.66557389631959,41.76831875146007],[-72.66557345563189,41.7682912809407],[-72.66557297829199,41.768263810394366],[-72.66557246429998,41.76823633982104],[-72.66557195030833,41.76820886924753],[-72.6655714363172,41.76818139867385],[-72.66557088561925,41.76815392807312],[-72.665570371629,41.76812645749902],[-72.66556982098668,41.76809898689788],[-72.66556927034485,41.76807151629666],[-72.66556871970349,41.7680440456952],[-72.66556813239129,41.76801654762708],[-72.66556754509844,41.76798907699841],[-72.66556703111087,41.76796160642321],[-72.6655664804714,41.767934135820994],[-72.66556592977769,41.76790666521858],[-72.66556537913914,41.76787919461598],[-72.66556486515336,41.76785172404006],[-72.66556435116807,41.76782425346382],[-72.66556383718314,41.7677967828875],[-72.66556335985105,41.767769312337784],[-72.66556288251927,41.7677418417879],[-72.6655624051879,41.76771437123783],[-72.6655619645092,41.76768690071437],[-72.66556156048303,41.76765943021751],[-72.66556115645723,41.76763195972047],[-72.66556078901232,41.76760454412936],[-72.66556045832742,41.76757704624596],[-72.66556016431373,41.76754957582883],[-72.66555987020982,41.767522132851106],[-72.6655596127941,41.76749466246041],[-72.66555942870171,41.76746721956282],[-72.66555924459053,41.76743974922532],[-72.6655590971147,41.76741233379384],[-72.66555902301478,41.7673848635365],[-72.66555894882427,41.767357420759524],[-72.66555891137648,41.76732995052865],[-72.6655589471611,41.76730253523043],[-72.66555909302801,41.767275065133305],[-72.66555934876025,41.76724762255597],[-72.66555971453869,41.76722015261933],[-72.66556015362072,41.7671926827361],[-72.66556066600623,41.76716521290636],[-72.66556128834702,41.767137743156866],[-72.66556198402702,41.767110246021154],[-72.66556278968088,41.76708277640537],[-72.66556359531522,41.76705527934972],[-72.66556451095921,41.76702778233342],[-72.66556546325414,41.767000285384675],[-72.66556645220014,41.76697278846258],[-72.66556747783291,41.76694526412746],[-72.66556854008083,41.76691776725856],[-72.66556963897956,41.76689027041632],[-72.6655707746197,41.766862746161046],[-72.66557191016834,41.76683524934521],[-72.66557304575177,41.76680772508951],[-72.66557421800489,41.76678022830016],[-72.66557535358646,41.766752704003125],[-72.66557648913123,41.76672520718646],[-72.6655776247108,41.76669768292999],[-72.6655787236567,41.7666701860862],[-72.6655797859311,41.76664266177572],[-72.66558084816882,41.76661516490467],[-72.66558183710235,41.76658766797981],[-72.66558275273188,41.76656017100113],[-72.66558370501224,41.76653267404912],[-72.66558454728238,41.76650517701644],[-72.66558531626761,41.76647770736961],[-72.66558604858184,41.76645021021514],[-72.665586670905,41.766422740460655],[-72.66558721992469,41.76639527065242],[-72.66558765895361,41.766367828203244],[-72.66558802475086,41.766340330820874],[-72.66558828050289,41.76631286079759],[-72.6655884996222,41.76628541818695],[-72.66558853542946,41.766257975483036],[-72.66558838792497,41.76623053260394],[-72.66558820378818,41.76620311713748],[-72.6655878729913,41.76617570156361],[-72.66558735893796,41.766148285855515],[-72.66558673496678,41.76612084262715],[-72.66558596422865,41.76609348161034],[-72.66558504692179,41.766066093087346],[-72.6655839096721,41.766038731802055],[-72.66558266245062,41.76601134299644],[-72.66558119525097,41.76598400895],[-72.66557958139288,41.765956674755145],[-72.66557774768344,41.765929340399325],[-72.66557573057422,41.7659020333897],[-72.6655734936142,41.76587472617809],[-72.66557110999659,41.765847418899945],[-72.66556846969654,41.765820166272164],[-72.66556560952748,41.76579288608458],[-72.66556252941821,41.76576563313458],[-72.66555922931421,41.76573840750398],[-72.66555578255381,41.765711181765724],[-72.66555215259564,41.76568395585225],[-72.66554841263248,41.765656729898936],[-72.66554452603238,41.765629531277696],[-72.66554049283143,41.76560233254886],[-72.6655363129392,41.76557516111104],[-72.66553202309737,41.7655479896334],[-72.6655276233061,41.7655208180749],[-72.66552307685993,41.76549364640876],[-72.66551842042881,41.76546650210144],[-72.66551361739776,41.76543935768639],[-72.66550874106885,41.7654122132173],[-72.66550368148941,41.76538506861365],[-72.66549862182363,41.76535795144921],[-72.66549337890771,41.76533083415025],[-72.66548806269434,41.76530371679714],[-72.66548263653293,41.765276599322135],[-72.66547713701955,41.76524948183392],[-72.66547152757715,41.76522239174543],[-72.66546584478314,41.76519530156174],[-72.66546005204145,41.76516821129711],[-72.66545418591248,41.76514114841786],[-72.6654482465774,41.76511405804489],[-72.66544223390999,41.76508699505732],[-72.66543614789141,41.76505993201557],[-72.66542995192573,41.765032868892696],[-72.66542375596516,41.76500580576931],[-72.66541745005775,41.764978742605834],[-72.6654111075049,41.76495167937402],[-72.66540469156547,41.764924643527486],[-72.66539823903547,41.76489760765365],[-72.66539171315489,41.764870571725474],[-72.6653851873703,41.76484350835722],[-72.66537855154874,41.764816472388276],[-72.66537191573286,41.764789436377846],[-72.6653652065854,41.76476242775271],[-72.66535853412998,41.7647353917143],[-72.66535178837904,41.764708355662506],[-72.66534500594736,41.76468134698194],[-72.66533822355726,41.764654310861125],[-72.66533136787177,41.764627274685985],[-72.66532454875188,41.764600266017716],[-72.66531769304198,41.76457325728107],[-72.66531083737367,41.76454622110413],[-72.66530394502475,41.7645192123394],[-72.66529705266278,41.76449217617534],[-72.6652901969758,41.764465167436335],[-72.66528330464418,41.76443815866982],[-72.66527641229946,41.76441112246306],[-72.66526955662965,41.76438411376322],[-72.66526266435119,41.76435707755526],[-72.66525588202947,41.76433004142751],[-72.6652489896718,41.76430303265801],[-72.66524220732549,41.7642760240097],[-72.66523538837058,41.76424898785327],[-72.66522864268585,41.76422197918971],[-72.66522189704277,41.76419494308598],[-72.66521518805551,41.76416790704955],[-72.66520855237438,41.76414087102541],[-72.66520191666278,41.76411386244039],[-72.66519535432904,41.76408679902932],[-72.66518879201958,41.76405976305742],[-72.66518230296116,41.76403272717977],[-72.66517585064902,41.76400566384795],[-72.66516947160656,41.7639786280091],[-72.6651631658149,41.76395159222359],[-72.66515689680537,41.763924501585194],[-72.66515070102925,41.76389746587949],[-72.66514457864909,41.76387040282845],[-72.66513594235538,41.76383170211388],[-72.66512490712962,41.76380551360045],[-72.66511401858493,41.76377927027335],[-72.66510324005377,41.76375302706699],[-72.66509260823938,41.76372670160735],[-72.66508204973358,41.76370037620054],[-72.66507160125828,41.76367399599411],[-72.66506122612739,41.763647588400914],[-72.66505099769542,41.7636211534749],[-72.66504080602984,41.76359463625588],[-72.66503072425026,41.76356817399592],[-72.6650206792009,41.76354165684175],[-72.66501074416401,41.76351513980847],[-72.66500084583866,41.76348854044115],[-72.66499098413516,41.763461968580515],[-72.66498119583022,41.763435369292196],[-72.66497144421912,41.763408742631185],[-72.66496172926593,41.76338211595527],[-72.66495205095185,41.76335546186566],[-72.66494240935029,41.76332880780209],[-72.66493276775657,41.763302153778554],[-72.66492308952112,41.76327549968599],[-72.66491352124274,41.763248845673566],[-72.66490391635871,41.763222164193444],[-72.66489431144642,41.76319551019302],[-72.66488466992853,41.76316882868393],[-72.66487506503215,41.7631421746406],[-72.66486538680817,41.763115548022775],[-72.66485570862844,41.76308889392339],[-72.664845993807,41.76306223979598],[-72.66483624227172,41.763035640560766],[-72.6648264540402,41.76300904125657],[-72.66481659253617,41.76298246933693],[-72.66480669433594,41.762955897430146],[-72.66479672286333,41.76292935290795],[-72.66478667800907,41.762902835729214],[-72.66477659647737,41.76287634600303],[-72.66476640496928,41.76284988363419],[-72.66475610343022,41.76282344862272],[-72.66474576526869,41.762797041022765],[-72.66473531707643,41.76277066078013],[-72.66472472222256,41.762744335307346],[-72.66471409069177,41.762718037246024],[-72.66470327583177,41.76269176648769],[-72.66469238766403,41.76266555059439],[-72.66468135278056,41.76263938947071],[-72.66467020792179,41.762613255663275],[-72.66465887973443,41.762587149199625],[-72.66464744149955,41.76256112497239],[-72.66463585660429,41.76253515551478],[-72.66462412508488,41.76250921338696],[-72.66461221020126,41.76248332604252],[-72.66460011197229,41.762457520839064],[-72.66458786708341,41.76243177044595],[-72.6645754754802,41.762406074822216],[-72.66456286391902,41.76238043391345],[-72.66455003230908,41.76235487520031],[-72.66453705404003,41.762329371215316],[-72.66452385577736,41.76230394942581],[-72.66451043750278,41.76227858235101],[-72.66449683582958,41.7622532974577],[-72.66448297756881,41.76222809469155],[-72.66446893590977,41.762202974106664],[-72.66445463759055,41.76217790825008],[-72.66444011924263,41.76215295198712],[-72.66442534423508,41.762128050411285],[-72.6644103125502,41.762103258442764],[-72.66439502416992,41.762078548559835],[-72.66437951579803,41.76205392087154],[-72.6643638240292,41.76202937536395],[-72.66434798571255,41.762004802305626],[-72.66433200066652,41.76198033893577],[-72.66431583235142,41.76195590282625],[-72.66429951732516,41.76193152152565],[-72.66428305567912,41.76190716751247],[-72.66426644728588,41.76188289574773],[-72.66424969223657,41.761858678750954],[-72.66423279060422,41.761834461642614],[-72.66421574231606,41.76181029934298],[-72.66419854731765,41.761786191769986],[-72.66418124231265,41.761762138991905],[-72.6641637906886,41.7617381135827],[-72.66414619240936,41.76171414294098],[-72.66412848410556,41.761690199613255],[-72.66411066579552,41.76166631112113],[-72.66409273751577,41.76164244998398],[-72.66407462587763,41.76161864362771],[-72.66405644091886,41.76159486461258],[-72.66403814595424,41.761571140391844],[-72.66401974102025,41.76154744356689],[-72.66400118946838,41.76152377402824],[-72.66398252785622,41.76150015932478],[-72.66396379296029,41.76147654456355],[-72.66394494802239,41.76145301203613],[-72.6639259931522,41.761429479382606],[-72.66390696487063,41.76140600163226],[-72.66388782667511,41.76138255119544],[-72.66386861510495,41.76135912814017],[-72.66384929356627,41.7613357324392],[-72.6638298620044,41.761312364133374],[-72.66381039378963,41.76128905063511],[-72.66379081558836,41.761265737092295],[-72.6637711640309,41.76124247832959],[-72.66375143924512,41.76121921954968],[-72.66373164099384,41.7611960155907],[-72.6637117694778,41.76117283901309],[-72.66369182467892,41.76114966237717],[-72.66367180646941,41.76112654056203],[-72.66365175168035,41.76110341871596],[-72.66363162351736,41.761080324251104],[-72.66361142199855,41.761057284607006],[-72.66359118384554,41.76103424497279],[-72.66357087241009,41.76101120523902],[-72.66355052423074,41.76098824779311],[-72.663530139436,41.76096523547761],[-72.6635096813403,41.7609422779419],[-72.66348918651929,41.76091934785552],[-72.66346865508245,41.760896445177586],[-72.66344808695708,41.760873542427404],[-72.66342748212443,41.76085069456625],[-72.66340687743453,41.76082779182197],[-72.66338619933435,41.76080494389814],[-72.66336548456374,41.76078212338267],[-72.66334476980774,41.76075930282244],[-72.66332405502963,41.76073650973893],[-72.6633032669695,41.760713716596555],[-72.66328251553547,41.76069095091748],[-72.66326169076483,41.760668185220375],[-72.66324090267508,41.760645446945695],[-72.66322007795166,41.76062270863964],[-72.66319925327971,41.76059994289001],[-72.66317842851193,41.76057725945549],[-72.66315760379563,41.76055454857737],[-72.66313677903916,41.76053183773632],[-72.66311599100021,41.760509126878034],[-72.66309512964274,41.76048644340038],[-72.66307434159614,41.76046375997406],[-72.66305351687905,41.760441103996904],[-72.66303272884383,41.76041839312311],[-72.66301197741525,41.760395764592154],[-72.66299122607501,41.760373081218894],[-72.66297043806433,41.76035042521289],[-72.66294976001244,41.7603277692859],[-72.66292908197495,41.760305113396136],[-72.66290844061783,41.76028248492883],[-72.66288779929428,41.76025980157841],[-72.6628671579113,41.76023717314445],[-72.66284647993174,41.76021451719837],[-72.66282576524469,41.7601919161411],[-72.6628050139612,41.76016928757168],[-72.66278426265512,41.760146686478976],[-72.66276343806777,41.76012408528608],[-72.66274261345784,41.76010151156999],[-72.66272171547502,41.760078965193124],[-72.66270078095049,41.760056391386044],[-72.6626798463118,41.760033872454365],[-72.6626588384096,41.76001138090299],[-72.66263783054144,41.759988834427304],[-72.66261674928099,41.75996637025219],[-72.66259566812691,41.759943878633436],[-72.66257455021082,41.7599214418622],[-72.6625533223659,41.759899005003746],[-72.66253209453578,41.75987656814129],[-72.66251082999834,41.75985418612631],[-72.6624895287907,41.759831831519236],[-72.66246819093246,41.75980944944056],[-72.66244681642158,41.75978712225035],[-72.66242536857534,41.759764794959494],[-72.66240388411376,41.75974249507633],[-72.66238239957501,41.75972022266973],[-72.66236084177332,41.75969797760207],[-72.66233921059904,41.75967575995521],[-72.66231754275488,41.759653569675095],[-72.66229587492545,41.759631379431646],[-72.66227409709356,41.75960924397978],[-72.66225231918469,41.75958713596342],[-72.66223046805014,41.759565027846136],[-72.66220858020844,41.75954297461698],[-72.66218665567928,41.75952092139661],[-72.66216465785013,41.759498922954606],[-72.66214262333364,41.75947692448039],[-72.66212055211007,41.759454980853256],[-72.662098407569,41.75943306464662],[-72.66207618971063,41.759411175778475],[-72.66205397182993,41.75938931438662],[-72.66203168059464,41.75936750777285],[-72.66200931602468,41.759345701139694],[-72.66198691483959,41.75932392191388],[-72.66196447685542,41.75930222497464],[-72.6619419656461,41.759280527974994],[-72.66191938106492,41.75925885835458],[-72.66189675977662,41.759237243581005],[-72.66187410178125,41.759215683695196],[-72.66185137050621,41.75919412370789],[-72.66182856582196,41.75917261858028],[-72.66180572452276,41.75915114081883],[-72.66178280981447,41.759129717916984],[-72.66175982184384,41.75910832239412],[-72.66173679714892,41.7590869542782],[-72.66171373574703,41.75906564100887],[-72.66169056434342,41.75904438253011],[-72.66166735627021,41.75902315145819],[-72.66164407488013,41.75900194780605],[-72.66162075672837,41.75898079895935],[-72.66159732862964,41.75895970494396],[-72.66158074446288,41.75894481193079],[-72.66306148742387,41.75783731511622],[-72.66348076585236,41.75828683475461],[-72.66387191961881,41.75870614520094],[-72.66405376034976,41.75890712743567],[-72.66460524786,41.75951693911344],[-72.66480317890063,41.75968397142421],[-72.66507455147338,41.75982469732064],[-72.66540033433182,41.760134921582576],[-72.6656798577524,41.76020054079214],[-72.66599866795151,41.760249827148016],[-72.66620731461104,41.7602820538247],[-72.66712892936393,41.7604309093741],[-72.66767746541167,41.76051139945054],[-72.66810481517663,41.760598149140066],[-72.66838432099328,41.7607521996673],[-72.6687020460592,41.760940062811486],[-72.66926825504352,41.76118281541726],[-72.67032311551864,41.761410464692375],[-72.67115380390712,41.76156471628378],[-72.67229941269831,41.761773542143615],[-72.672973456533,41.76189577146183],[-72.6731319530987,41.76153311865799],[-72.67325134717927,41.76110989229332],[-72.6733693607073,41.76069112453327],[-72.67342272954363,41.76050557809675],[-72.67348391503509,41.76029225292996],[-72.67361594640042,41.75983301402023],[-72.67372704586928,41.75944597332235],[-72.67452219548687,41.75961149650653],[-72.67518149712227,41.759785845590216],[-72.67554492793903,41.75988264281113],[-72.67612889744271,41.76003412509323],[-72.67643507287035,41.76012076631646],[-72.67668354512156,41.760186445716805],[-72.67736095110729,41.760365422157086],[-72.67762247841797,41.76043487894386],[-72.67802255597859,41.76054455893811],[-72.67857789967256,41.76069652520896],[-72.67867683070128,41.76072368460164],[-72.67964647089259,41.76097778273895],[-72.68046244790239,41.76119164579173],[-72.6812859871607,41.761411167183375],[-72.68194325004431,41.76159593850499],[-72.68188308548675,41.76216962718794],[-72.6818416233925,41.76238640235771],[-72.68173775159995,41.762694900118355],[-72.68209848061534,41.762769550735065],[-72.6829713412224,41.762946209066996],[-72.68362478870795,41.76307968626144],[-72.68412661675457,41.76317773854823],[-72.6852974731118,41.76340943383488],[-72.68665135977997,41.76366454478666],[-72.68681330273868,41.76368813195079],[-72.68790585587358,41.76389626223666],[-72.6879212257736,41.76435027674938],[-72.68795343783877,41.76516019889516],[-72.68795679311219,41.76524664336722],[-72.68797909752304,41.7661145331501],[-72.6878638303818,41.76614980302503],[-72.68642587881428,41.76675482123428],[-72.68631128399404,41.76680295473796],[-72.68544763903078,41.767200050554855],[-72.68486018212161,41.767470030512555],[-72.68478727034469,41.76752761963974],[-72.68428467660264,41.767923710146846],[-72.68402466378481,41.768128699063055],[-72.68348073096867,41.76883692368003],[-72.68342475253812,41.76890961496017],[-72.68297972107125,41.769534782517304],[-72.68282512676434,41.76975032150324],[-72.68252360071634,41.770051744179234],[-72.68220005957704,41.770331292090205],[-72.68147167760358,41.770818868149924],[-72.6811869427939,41.771517913254236],[-72.68105400429535,41.771900512073536],[-72.68094647495259,41.77212721999983],[-72.68090527498858,41.77221408292539],[-72.68061220982192,41.77235167897336],[-72.679984740925,41.772715885338016],[-72.67855501838454,41.77332463868749],[-72.67748775485158,41.77367013377729],[-72.67717498116053,41.77344794694452],[-72.67691646010013,41.773822383604596],[-72.67640387362613,41.774056867102914],[-72.67555543140134,41.774444978554314],[-72.67412501818858,41.77524656703264],[-72.67372100905897,41.77555461996153],[-72.6729753653107,41.77587888446056],[-72.6726479451117,41.77606372963657],[-72.67239020185791,41.77622769928388],[-72.6720831577418,41.77642319286282],[-72.67193160272939,41.776504904671306],[-72.67162206809127,41.77667158024032],[-72.67123136650692,41.77688193651554],[-72.6709688349799,41.77702325843255],[-72.67087345404592,41.77707464944043],[-72.67038637778259,41.77733291525855],[-72.67026238789283,41.776955922390705],[-72.67024032891149,41.77688885119527],[-72.6701658447909,41.776547262494894],[-72.66972573410675,41.775209297606445],[-72.6692459255847,41.7737502113442],[-72.66875053558212,41.772244055174774],[-72.66865886445083,41.77196533543431],[-72.66819553423863,41.7705568517173],[-72.66787783604444,41.76959029877122],[-72.66669816811627,41.769577791397566],[-72.6658216099758,41.76956840750717],[-72.66555126271756,41.76956563873246],[-72.66554636245164,41.7695655885408]]]},"properties":{"name":"Downtown","HPD_NH_ID":8}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.7041568612186,41.78451483436484],[-72.70413657663936,41.784425625899644],[-72.70407908429497,41.78417278192482],[-72.7040299056668,41.78381511295728],[-72.7039066539056,41.78335258607538],[-72.70375867921426,41.782902381868915],[-72.70369298637198,41.78260020335384],[-72.70349559246216,41.782137646127985],[-72.70308414389835,41.78147767780664],[-72.70276318175542,41.78101506895425],[-72.7022610261879,41.78049072056859],[-72.70161878668057,41.780021808708845],[-72.70098471529937,41.77965772509894],[-72.70016123465915,41.779213393436336],[-72.69972478893517,41.77898504823877],[-72.69918955676441,41.77867032868399],[-72.69862135796535,41.77838025746302],[-72.6981108057322,41.77812104122688],[-72.69777320076757,41.777929731257196],[-72.69708144022174,41.77764576279916],[-72.69661203873429,41.777448222507466],[-72.69610145052702,41.77725066111455],[-72.6955414276584,41.777065406880716],[-72.69454489585688,41.77676894619409],[-72.69298002874248,41.77639820102696],[-72.69166226802508,41.77607689075526],[-72.69004803072755,41.77568141523295],[-72.68882086700143,41.775409450570116],[-72.68775845473704,41.77514989453235],[-72.68704202502015,41.77489668428319],[-72.68665250486487,41.77472936900679],[-72.68663948833992,41.7747230021429],[-72.6861363008217,41.77447687262382],[-72.68555998440267,41.77416206673461],[-72.68499202886586,41.77373010128103],[-72.68464633540944,41.77345241870705],[-72.68421008994893,41.773119186038365],[-72.68404551812978,41.772946433308086],[-72.68354349457901,41.772502165484624],[-72.68297547763322,41.772156519329656],[-72.68262142913973,41.7720083199019],[-72.68213552826727,41.771915539421116],[-72.68176481341057,41.7719523192228],[-72.68136109679145,41.77203840927778],[-72.68112213761007,41.772112263633865],[-72.68090527498858,41.77221408292539],[-72.68094647495259,41.77212721999983],[-72.68105400429535,41.771900512073536],[-72.6811869427939,41.771517913254236],[-72.68147167760358,41.770818868149924],[-72.68220005957704,41.770331292090205],[-72.68252360071634,41.770051744179234],[-72.68282512676434,41.76975032150324],[-72.68297972107125,41.769534782517304],[-72.68342475253812,41.76890961496017],[-72.68348073096867,41.76883692368003],[-72.68402466378481,41.768128699063055],[-72.68428467660264,41.767923710146846],[-72.68478727034469,41.76752761963974],[-72.68486018212161,41.767470030512555],[-72.68544763903078,41.767200050554855],[-72.68631128399404,41.76680295473796],[-72.68642587881428,41.76675482123428],[-72.6878638303818,41.76614980302503],[-72.68797909752304,41.7661145331501],[-72.68844477802725,41.76595338493815],[-72.68929728144309,41.76567220429922],[-72.69000973491939,41.76552550851611],[-72.69129848445536,41.76527862936946],[-72.69125743603888,41.765149062947806],[-72.69214402015248,41.76490183909126],[-72.69285003138387,41.76470477570216],[-72.69380601572462,41.764457230610496],[-72.6937920140838,41.76422550246309],[-72.69402166580358,41.76410521078941],[-72.6947537087089,41.76372204961382],[-72.69529551339735,41.763438446974966],[-72.6955866490346,41.76320429191396],[-72.69586151201287,41.76298333617164],[-72.69604100496619,41.76283865862765],[-72.69627069957545,41.76265575536326],[-72.69662094423421,41.76241082014665],[-72.69704224761465,41.76211051740883],[-72.69722763277389,41.76203839292637],[-72.69751682169952,41.761929783558024],[-72.69779340699795,41.76182939864228],[-72.69804130607648,41.76178869038426],[-72.69835816608622,41.76174029303358],[-72.69896315457507,41.76175616967979],[-72.69916216365318,41.76183824338639],[-72.69969483769435,41.76205836195937],[-72.69981262159304,41.76210605298329],[-72.69994964849327,41.762173068679076],[-72.7000836322852,41.76224597833941],[-72.70021431960242,41.76232464409044],[-72.70028429252933,41.76237020183666],[-72.70060771168262,41.76257585973259],[-72.70085214284765,41.76273518708961],[-72.70085811487392,41.7627385376823],[-72.70086408682528,41.76274191567337],[-72.70087002212784,41.762745293648514],[-72.70087603080549,41.76274864421491],[-72.70088203942898,41.76275199482195],[-72.7008880481078,41.76275534538776],[-72.70089402008317,41.76275869593757],[-72.70090006543353,41.76276201907867],[-72.70090607410117,41.762765314805094],[-72.7009121194528,41.76276863794554],[-72.7009181647711,41.76277193364597],[-72.70092424679424,41.762775229361694],[-72.70093029213467,41.76277849762182],[-72.70093637415899,41.76278179333689],[-72.70094245622559,41.762785034172325],[-72.70094853821728,41.76278830244699],[-72.7009546569138,41.76279157073704],[-72.70096077565249,41.762794784147395],[-72.70096685766681,41.76279802498151],[-72.70097297640672,41.76280123839124],[-72.70097913179673,41.76280445181615],[-72.70098525050396,41.762807637785535],[-72.700991405916,41.7628108237292],[-72.7009975246791,41.76281400969793],[-72.70100371674184,41.76281719569743],[-72.701009908792,41.76282032681732],[-72.70101610085591,41.76282351277517],[-72.70102229294123,41.76282667133403],[-72.70102852169741,41.76282980246846],[-72.7010346771552,41.76283293353045],[-72.70104090593333,41.762836037224524],[-72.7010471346913,41.76283916835793],[-72.7010533634159,41.76284227201029],[-72.7010595922166,41.76284534826369],[-72.7010658576674,41.76284842449134],[-72.70107208646928,41.76285150074405],[-72.70107835192128,41.762854576970994],[-72.7010846540441,41.76285762581444],[-72.7010908828685,41.76286067458552],[-72.70109722164202,41.76286372344379],[-72.70110348715862,41.76286671735036],[-72.70110978928385,41.76286976615146],[-72.70111612815526,41.76287276012937],[-72.70112243032317,41.76287575405048],[-72.70112876916185,41.76287872054701],[-72.70114166661374,41.7628848183112],[-72.70115463748394,41.76289083378592],[-72.70116760837728,41.76289682177857],[-72.70118061594331,41.76290278238656],[-72.70119366020262,41.762908688088295],[-72.70120666785623,41.7629145388937],[-72.70121982213101,41.76292036231998],[-72.70123297648351,41.762926158305056],[-72.7012461307837,41.762931954288625],[-72.70125932183919,41.76293761308786],[-72.70127254958052,41.762943299340705],[-72.70128581396041,41.76294893068721],[-72.70129907843864,41.76295450719385],[-72.70131241616357,41.7629600836889],[-72.70132575400741,41.76296557786339],[-72.70133912852376,41.76297104461214],[-72.70135253965783,41.76297648393514],[-72.7013659508902,41.76298186837721],[-72.70137943544451,41.762987225408985],[-72.70139292004231,41.76299252755983],[-72.70140644131254,41.76299780224386],[-72.7014199992551,41.76300304954308],[-72.70143355724113,41.763008241920375],[-72.70144715192014,41.763013379432195],[-72.70146078332617,41.76301848951816],[-72.701474451391,41.7630235172989],[-72.70148811943737,41.763028572517705],[-72.7015018608809,41.763033572886336],[-72.70151563896268,41.76303851838943],[-72.7015293438431,41.763043408939794],[-72.7015431219907,41.76304827212062],[-72.70155693688574,41.763053080394876],[-72.7015707884531,41.76305786124322],[-72.70158467663785,41.76306261466549],[-72.70159856492047,41.763067313206896],[-72.70161245324613,41.7630719568673],[-72.70162641489355,41.76307657311696],[-72.70164037656355,41.7630811619254],[-72.70165437494659,41.7630856683875],[-72.70166837335216,41.76309014740826],[-72.70168240842976,41.76309459904389],[-72.70169651684958,41.76309899578824],[-72.70171055199246,41.76310336506053],[-72.70172466047757,41.76310767948251],[-72.70173880568939,41.76311196647834],[-72.70208932135526,41.76321738300969],[-72.70219855326867,41.76324593928159],[-72.7023059485878,41.76328077198277],[-72.70241114699964,41.763321764249],[-72.70251379556176,41.76336877855054],[-72.70261354988655,41.76342165715364],[-72.7027100752967,41.76348022264973],[-72.70280304794781,41.76354427855065],[-72.70289215591518,41.76361360994769],[-72.70297710024012,41.763687984233016],[-72.70305759593298,41.76376715187967],[-72.70313337292949,41.76385084727888],[-72.70320417699654,41.763938789631226],[-72.70354719227664,41.76449404061155],[-72.70331464136642,41.76578348235039],[-72.70328391493271,41.765993022854374],[-72.70328388273778,41.765993214959884],[-72.70326995498976,41.76609285395697],[-72.70326159098418,41.76615267580676],[-72.70311077429942,41.76627564051118],[-72.70293688683854,41.766417531138195],[-72.70292214221503,41.76653064417352],[-72.7028997670103,41.76670256392882],[-72.70289958255309,41.766704210396156],[-72.70283769123984,41.76717897223566],[-72.70283407873715,41.76720671539239],[-72.70333649118845,41.767139602418446],[-72.70337829935663,41.76732647713843],[-72.70338364198042,41.76733921272372],[-72.70340559805118,41.767391527444346],[-72.70341177962302,41.76741005382746],[-72.703417229628,41.76742638445689],[-72.70341952811565,41.76744147890746],[-72.70342686275907,41.76749085888751],[-72.70342879388444,41.76750385999528],[-72.70343469587117,41.76750339586167],[-72.70358404234732,41.767491326302526],[-72.70361623362886,41.7676859906879],[-72.70362008692017,41.76769647630945],[-72.70362555266311,41.76770621908941],[-72.70363249281652,41.76771497296701],[-72.70364073210187,41.76772251685689],[-72.70365006243017,41.7677286602327],[-72.70366024815736,41.76773324793913],[-72.70367103203564,41.7677361641104],[-72.70368214171056,41.76773733509656],[-72.70369286687676,41.767809788238424],[-72.703716576398,41.76781986924237],[-72.70373995792414,41.76782726073863],[-72.70376587030462,41.767832540105076],[-72.70379259197675,41.7678337857532],[-72.70382606151915,41.76783072553908],[-72.70386513952019,41.76782766759807],[-72.70391770702534,41.76782472474778],[-72.70399384558452,41.76782047408655],[-72.70405627177433,41.76782016963531],[-72.70409021545235,41.767820539897706],[-72.70411301379983,41.76782332065373],[-72.70413042089305,41.76782999618305],[-72.70414588570341,41.767835957384676],[-72.70415889521753,41.767840957139825],[-72.70417051261688,41.76784477631343],[-72.70417938142509,41.76784766132418],[-72.70418938636806,41.767850903541444],[-72.70422500615648,41.767865517199084],[-72.70426165109448,41.767881887593525],[-72.70427788506294,41.76788872727345],[-72.70430690840269,41.76790100567746],[-72.70432805289204,41.76790990551274],[-72.70435011320221,41.76791973873592],[-72.70440738490048,41.767951649836],[-72.70448517462995,41.7679973178148],[-72.70449953809371,41.76800574842948],[-72.70451265573557,41.76801343755831],[-72.70452991405473,41.76802332373366],[-72.70457725539988,41.76805034604831],[-72.70468187886986,41.76809484442287],[-72.70470492583658,41.76810915115837],[-72.70471338987547,41.768114396023485],[-72.7048432080862,41.76819504622997],[-72.70491436041976,41.76824518451267],[-72.70493322776258,41.76826077935508],[-72.70498865744497,41.768306712695576],[-72.70504687282839,41.76835308616897],[-72.70509892931081,41.76840036284754],[-72.70514039948367,41.76843690526248],[-72.70517668991073,41.76848955455904],[-72.70519096432034,41.768521009485056],[-72.70521468176865,41.76857329708979],[-72.70522247782567,41.76859042441154],[-72.70525398276187,41.76867232575034],[-72.70526258170669,41.76869466748383],[-72.70528970677853,41.76874934392626],[-72.70531215657934,41.76877962197465],[-72.70533222893717,41.76880237977927],[-72.70533556213601,41.768806140708215],[-72.70534179014213,41.76881149446056],[-72.70534662600907,41.768815640207364],[-72.70537373617132,41.76883889468129],[-72.70538102637548,41.768845483748414],[-72.70542655947584,41.76889135816636],[-72.70544600461469,41.76892012568377],[-72.70544772576609,41.76892259616066],[-72.70545896421078,41.7689447742591],[-72.70545075350998,41.76894405757814],[-72.70537740707867,41.76893758019571],[-72.70538288046679,41.76897413603645],[-72.70538590911895,41.76899425274993],[-72.70540462764511,41.7691198653825],[-72.70536918862747,41.76916068648189],[-72.70531225126722,41.76922628005985],[-72.705310526987,41.76922825525037],[-72.7049485466962,41.76916074262685],[-72.70486087402435,41.769144379951655],[-72.70469681677734,41.76916739502743],[-72.70392488466507,41.7692756803722],[-72.70343099799807,41.7692795162444],[-72.70340459509931,41.7693438313691],[-72.70340216977334,41.76945384835105],[-72.70359816359688,41.76977904138473],[-72.70426777333472,41.77016257383181],[-72.70436775784464,41.77029362502674],[-72.70450742105295,41.77071374601801],[-72.70449365154535,41.77074606814753],[-72.70460810822716,41.77088856840976],[-72.70465162390789,41.77093746100222],[-72.70478165193276,41.77109308481291],[-72.70480956235315,41.77112627400737],[-72.70482597486834,41.7712462600296],[-72.70483144737642,41.77128383126397],[-72.70469636355875,41.771489598779326],[-72.7047075468224,41.77153850608859],[-72.7046974219186,41.771758043877654],[-72.70468417083238,41.77204437605597],[-72.7046832768218,41.77206462843074],[-72.70426759319169,41.77207664902853],[-72.70392193463232,41.77218222094144],[-72.70376391056658,41.77226698316801],[-72.70363565227815,41.77235318420064],[-72.7034348731525,41.772553380326045],[-72.70344773237883,41.77271752039188],[-72.70349596427057,41.772835763045315],[-72.70349032708921,41.77292615711161],[-72.7034140267158,41.773095804621875],[-72.70340991424706,41.773104941373845],[-72.70340543461107,41.77311492872801],[-72.7033208575709,41.77327233341385],[-72.70320946365933,41.773455001863006],[-72.70310709892213,41.77352063074245],[-72.70308531295346,41.773534562763516],[-72.7029345348663,41.77363074299777],[-72.70286352810561,41.773726928153984],[-72.70285332084029,41.77374865860514],[-72.70274104041926,41.773987611222886],[-72.70273270568535,41.77400530835736],[-72.70264025179083,41.77420206212999],[-72.70260162512483,41.774284264601164],[-72.70253531994791,41.77441640143511],[-72.70249511813543,41.77449657248397],[-72.70247324393692,41.774530180791196],[-72.70241521841992,41.77461929076061],[-72.70241041482939,41.7746706615548],[-72.70241011894076,41.77467417406929],[-72.70240627582893,41.77471552866063],[-72.70241323331746,41.77472642627574],[-72.70245497803845,41.774791866877244],[-72.70254801018538,41.77485826158458],[-72.70259674202563,41.774944561469],[-72.70259529448488,41.77496882021675],[-72.70259221352346,41.775020877752105],[-72.70256116947104,41.775060656909424],[-72.70246035264007,41.77511089045586],[-72.70244142883746,41.77512032298564],[-72.70228181335546,41.77516339702379],[-72.70224004225047,41.77518324826442],[-72.7020811724266,41.77525864985472],[-72.70194521171818,41.77533869854598],[-72.70184092188865,41.77542375491209],[-72.70179630329508,41.77547620671882],[-72.701758105889,41.775521114444864],[-72.70173905578662,41.775552061858306],[-72.70173644971355,41.775556314396184],[-72.70172209793279,41.775579579785536],[-72.70170327458655,41.77565059362945],[-72.70171394509248,41.77574587910638],[-72.7017012873947,41.775857016745],[-72.70166315243958,41.775965124991195],[-72.70166003357211,41.775970200581604],[-72.70160695599954,41.77605643074283],[-72.70160075261914,41.776066636813916],[-72.70138555352351,41.77635680773743],[-72.70136291056167,41.776387287014636],[-72.70134639873076,41.77640621553825],[-72.7011604040963,41.776615799145866],[-72.70108105731575,41.77672778660757],[-72.70107371712083,41.77673815680441],[-72.70106886903999,41.77674973556234],[-72.70106702732896,41.77676120583617],[-72.70106793484983,41.7767730614703],[-72.70107115221916,41.77678478084467],[-72.70107733970731,41.776795788007654],[-72.70108580108149,41.77680567094719],[-72.70109631622607,41.77681451197031],[-72.70110914242606,41.776821625032134],[-72.70112314299928,41.7768271195317],[-72.7011396377764,41.77683099590446],[-72.70116778952134,41.77683674334348],[-72.70122112379013,41.7768478527513],[-72.70134186816526,41.77687301374826],[-72.70156827045653,41.776899508819],[-72.70186799393704,41.7768798205487],[-72.70191382113316,41.77687959269077],[-72.70197976984925,41.77688700220825],[-72.70204303635076,41.77690245131197],[-72.70210076094615,41.77692607597672],[-72.70215298106605,41.77695677856107],[-72.70219720431697,41.77699384452942],[-72.7022154824432,41.77706520306422],[-72.70221791947846,41.777140945903724],[-72.70220253946876,41.77721588549544],[-72.70216993068966,41.7772877169471],[-72.70212302967683,41.7773514468453],[-72.7021210845331,41.777354162884095],[-72.70209796420521,41.77738573980581],[-72.70172972216332,41.777890229889955],[-72.7017144071791,41.77792617341839],[-72.70170770661963,41.77796371220729],[-72.70171068241646,41.778004630479245],[-72.70171038192616,41.778014235267875],[-72.70170884106024,41.778064756605104],[-72.70172092899826,41.77807897695536],[-72.70173598776684,41.77809160688749],[-72.70175892893184,41.778104294990996],[-72.70177633820111,41.77811143737184],[-72.70190787780302,41.77816714599834],[-72.70203683000913,41.77820210675076],[-72.70205009570678,41.77821034507413],[-72.7021382547446,41.77827871392386],[-72.70220968848372,41.778357229569096],[-72.70226875758293,41.77844858320768],[-72.70230243120302,41.778474667703804],[-72.70232964917732,41.77850486586885],[-72.7023497890774,41.77853813470595],[-72.70236101863084,41.77857321107875],[-72.70236465819107,41.778609491823275],[-72.70235957206475,41.77864568660713],[-72.7023463109861,41.77868083518986],[-72.70237110801762,41.77886224150538],[-72.7024374119024,41.779037627515464],[-72.70244682095992,41.77905574355085],[-72.70245007095915,41.77907336309558],[-72.7024570822914,41.77911140151717],[-72.70246249031324,41.77923574648795],[-72.70247038176323,41.7794232106333],[-72.70247035679755,41.77945718464824],[-72.7024783249334,41.77949044844298],[-72.702493883349,41.779522288339656],[-72.70251611653306,41.77955133181696],[-72.70254517122822,41.77957744173349],[-72.70258390666564,41.77960130532956],[-72.70261506433596,41.77960955093225],[-72.70264780152911,41.779613680790064],[-72.70268079855182,41.77961341988332],[-72.70271335883625,41.77960882284638],[-72.70274456536133,41.77960032841926],[-72.70277273189967,41.77958766139472],[-72.70279815125335,41.77957153552798],[-72.70281924658562,41.77955233428918],[-72.70285837389649,41.779340437950346],[-72.70285886031687,41.77932699124888],[-72.7028643355198,41.77931000647146],[-72.70287858010543,41.7792834203622],[-72.70289879917621,41.77925903205852],[-72.70292400225671,41.77923755474577],[-72.70295422532024,41.779220003740065],[-72.70298796517966,41.77920632358733],[-72.70299893036702,41.779202184227806],[-72.70309269773247,41.77917425825763],[-72.70319217530091,41.77915895819945],[-72.70329343986657,41.779156748923924],[-72.70339330169767,41.77916776633652],[-72.7034895612725,41.77919170771933],[-72.70350308832938,41.779193881139534],[-72.70352761108082,41.77920050468538],[-72.70355029851204,41.779210146207966],[-72.70357019744667,41.779222722965294],[-72.70358694177064,41.77923757618026],[-72.703600201598,41.77925456852376],[-72.70360935430709,41.77927273923936],[-72.7036141433816,41.779291951027034],[-72.70361412940822,41.77931143532124],[-72.70360953255216,41.77933089033423],[-72.7036081628427,41.77934924893857],[-72.70359091476136,41.77942333721467],[-72.70355717072655,41.77949390617855],[-72.70350671203803,41.77955914455319],[-72.70344002193231,41.77960988659347],[-72.7033865249466,41.779668345339296],[-72.70334688218807,41.779732819577575],[-72.70332256140392,41.779801663419384],[-72.70331517761775,41.779872517397735],[-72.70332403575564,41.779943295623674],[-72.7033313872722,41.77996796954188],[-72.70332855727966,41.7800283422609],[-72.70331233385969,41.78010437935141],[-72.70324194294123,41.780252486331136],[-72.70318195128573,41.780367776088376],[-72.70317187553073,41.78040910067922],[-72.70314760539523,41.780508707672176],[-72.7031624407783,41.780527237519635],[-72.7032245662755,41.780604843086515],[-72.7033357897904,41.7806753608525],[-72.70352405819304,41.78067543679824],[-72.70378089695532,41.78061146130732],[-72.70395213456978,41.78053466282664],[-72.70410625897888,41.78044504158411],[-72.70429464939636,41.78032338066148],[-72.70461141595953,41.78017616600029],[-72.70485968044913,41.7800481335191],[-72.70553618947014,41.77957432401826],[-72.70564906538814,41.77948185819975],[-72.70571604973557,41.779427053449055],[-72.70583600893703,41.77921568107076],[-72.7058286223447,41.77897261848199],[-72.70582761792714,41.77894020832894],[-72.70581613956949,41.778890779672246],[-72.70630533899391,41.77790168483689],[-72.70644130283759,41.77792583090553],[-72.706591673274,41.77795253435766],[-72.70663470922416,41.7779607284657],[-72.70664134767017,41.77801158225591],[-72.70666246659353,41.778173556868026],[-72.70668391372732,41.77833833075632],[-72.70670757223117,41.7784310958507],[-72.7067607401854,41.77863946059027],[-72.70676205832932,41.77864204068976],[-72.70694879627978,41.779004683071726],[-72.7070657593278,41.77926784696073],[-72.70707681506423,41.779292686699975],[-72.70709405756097,41.77933146959042],[-72.70730836198169,41.77987310263236],[-72.7073105581273,41.77987867432969],[-72.70732475979992,41.7799145471348],[-72.70747008276015,41.78020928008357],[-72.70756410011644,41.780414311406744],[-72.70756467899902,41.78042616681681],[-72.70756572872945,41.78044674920144],[-72.70757253348468,41.7805808914266],[-72.7075684892982,41.780597959307144],[-72.70752106126098,41.780798684908746],[-72.70741189594271,41.78093596775824],[-72.70733259945685,41.78103566510246],[-72.70702425417014,41.781368677156486],[-72.70678059845122,41.78145697896829],[-72.70674172498974,41.781471069932635],[-72.70641644221848,41.78152221047755],[-72.70608265100482,41.781522083983305],[-72.70581729439327,41.781547586738135],[-72.70564601524788,41.78163080949981],[-72.70558605884979,41.78175252206945],[-72.70560305796202,41.78193189377551],[-72.70561924662134,41.7819567630512],[-72.70576549403248,41.78218179405546],[-72.70592864444824,41.78235370230558],[-72.70603918272998,41.78247018360132],[-72.70609787682072,41.78253340636021],[-72.70616840511379,41.7826093669607],[-72.70621951911608,41.78265883801283],[-72.70626077934219,41.782694940739034],[-72.70635447628572,41.78277686503269],[-72.70668785993738,41.78317628107761],[-72.70732247560126,41.78382087063499],[-72.70774806696701,41.78430407249306],[-72.70801431590975,41.78461632956238],[-72.70808847013362,41.784703297079005],[-72.70785830598753,41.78475023337633],[-72.70750604547756,41.78480670581196],[-72.70721521878104,41.78483266795726],[-72.70692211339737,41.78484079262542],[-72.70665261470987,41.784846694172344],[-72.70655545026305,41.784844943499884],[-72.70635287579556,41.784836633395166],[-72.70618261423037,41.784827306753336],[-72.70600777264491,41.784811632828],[-72.70590557465366,41.78479701489554],[-72.70579443942948,41.78478427907855],[-72.70566864129775,41.78476776631095],[-72.70550686950709,41.78474163452762],[-72.70531301925496,41.784708970638796],[-72.70500735128428,41.784657738562],[-72.70470329061324,41.78460668052624],[-72.70441526825816,41.784558199269654],[-72.70427618083498,41.78453481739731],[-72.7041568612186,41.78451483436484]]]},"properties":{"name":"Asylum Hill","HPD_NH_ID":7}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.67372100905897,41.77555461996153],[-72.67412501818858,41.77524656703264],[-72.67555543140134,41.774444978554314],[-72.67640387362613,41.774056867102914],[-72.67691646010013,41.773822383604596],[-72.67717498116053,41.77344794694452],[-72.67748775485158,41.77367013377729],[-72.67855501838454,41.77332463868749],[-72.679984740925,41.772715885338016],[-72.68061220982192,41.77235167897336],[-72.68090527498858,41.77221408292539],[-72.68112213761007,41.772112263633865],[-72.68136109679145,41.77203840927778],[-72.68176481341057,41.7719523192228],[-72.68213552826727,41.771915539421116],[-72.68262142913973,41.7720083199019],[-72.68297547763322,41.772156519329656],[-72.68354349457901,41.772502165484624],[-72.68404551812978,41.772946433308086],[-72.68421008994893,41.773119186038365],[-72.68464633540944,41.77345241870705],[-72.68499202886586,41.77373010128103],[-72.68555998440267,41.77416206673461],[-72.6861363008217,41.77447687262382],[-72.68663948833992,41.7747230021429],[-72.68660262132974,41.77482668211117],[-72.68650359439557,41.775105170892104],[-72.68636546430947,41.775536289991884],[-72.68754703337326,41.7758345170497],[-72.68767921591078,41.77586065810112],[-72.68706628402238,41.7772782561911],[-72.6869085270871,41.77762754805629],[-72.68663709609729,41.77822822223802],[-72.68637222804738,41.778678310019934],[-72.68625004288894,41.77919553697208],[-72.68614120086431,41.77965719801193],[-72.68591823463237,41.780590812958295],[-72.68563416094864,41.78052256268464],[-72.68561739015117,41.78102424000461],[-72.68559650528978,41.78151733846705],[-72.68553472999825,41.78188280614205],[-72.68523530547806,41.782719295076824],[-72.6851762468794,41.78288460420776],[-72.68498718565542,41.783347421384],[-72.68437506760549,41.783157720263105],[-72.68385621149508,41.78297510309176],[-72.68304770132268,41.782797629939274],[-72.6823079114266,41.78265123771369],[-72.68220847943839,41.7826316265261],[-72.68145336442169,41.782459835945],[-72.68067577697408,41.78230415142401],[-72.68030921009213,41.78223069036341],[-72.67921091688548,41.781984411345356],[-72.67785166731122,41.78169919616137],[-72.67675453876265,41.78145186314133],[-72.676075593197,41.78142295816927],[-72.67586078350676,41.782507836206484],[-72.67578420519938,41.78274190717561],[-72.67562367576375,41.78304435906361],[-72.67535585927808,41.78358103294954],[-72.67508457433306,41.784142402096194],[-72.67501933592956,41.78427751558469],[-72.67469063612623,41.78493969622103],[-72.67437638448301,41.7855830208941],[-72.67409797937962,41.78614386852162],[-72.673879969154,41.786595157545],[-72.67310918127298,41.78666891279393],[-72.67218575615206,41.78675388208003],[-72.67125476256098,41.78683900746946],[-72.67114910351233,41.78684905460205],[-72.67001090649651,41.786958043578075],[-72.66902649685939,41.787054435975314],[-72.66870745282716,41.78708422672085],[-72.66873089752434,41.787030387196545],[-72.66898288187787,41.78638000345698],[-72.66937395681587,41.78537090253969],[-72.66985237866061,41.78413665999354],[-72.67036227771628,41.78282096561141],[-72.67084640889001,41.781572143159515],[-72.67109858367976,41.780921579851274],[-72.67127657761489,41.78054158017515],[-72.67177211597317,41.779518298491006],[-72.67212742055133,41.7786367465947],[-72.67255701231792,41.777625749309756],[-72.67278012211375,41.77705242535902],[-72.67364652036348,41.7758505571341],[-72.67372100905897,41.77555461996153]]]},"properties":{"name":"Clay-Arsenal","HPD_NH_ID":5}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.69586770103064,41.78679880040422],[-72.69596503237794,41.78605120673643],[-72.6960554278212,41.785378732666764],[-72.69610871010791,41.78496403079889],[-72.69479279501617,41.78502995846625],[-72.69290374909038,41.78508666693881],[-72.6908480675429,41.78517002011632],[-72.69078379265049,41.784537776328015],[-72.69070920590883,41.78390895823689],[-72.68948811507084,41.78380026969118],[-72.68831489485628,41.783719380353645],[-72.68735604646211,41.7837629437121],[-72.68686309944864,41.783790804559985],[-72.6864668859577,41.7837864703733],[-72.68611863240848,41.7837181860185],[-72.68498350815392,41.783356681467346],[-72.68498718565542,41.783347421384],[-72.6851762468794,41.78288460420776],[-72.68523530547806,41.782719295076824],[-72.68553472999825,41.78188280614205],[-72.68559650528978,41.78151733846705],[-72.68561739015117,41.78102424000461],[-72.68563416094864,41.78052256268464],[-72.68591823463237,41.780590812958295],[-72.68614120086431,41.77965719801193],[-72.68625004288894,41.77919553697208],[-72.68637222804738,41.778678310019934],[-72.68663709609729,41.77822822223802],[-72.6869085270871,41.77762754805629],[-72.68706628402238,41.7772782561911],[-72.68767921591078,41.77586065810112],[-72.68754703337326,41.7758345170497],[-72.68636546430947,41.775536289991884],[-72.68650359439557,41.775105170892104],[-72.68660262132974,41.77482668211117],[-72.68663948833992,41.7747230021429],[-72.68665250486487,41.77472936900679],[-72.68704202502015,41.77489668428319],[-72.68775845473704,41.77514989453235],[-72.68882086700143,41.775409450570116],[-72.69004803072755,41.77568141523295],[-72.69166226802508,41.77607689075526],[-72.69298002874248,41.77639820102696],[-72.69454489585688,41.77676894619409],[-72.6955414276584,41.777065406880716],[-72.69610145052702,41.77725066111455],[-72.69661203873429,41.777448222507466],[-72.69708144022174,41.77764576279916],[-72.69777320076757,41.777929731257196],[-72.6981108057322,41.77812104122688],[-72.69862135796535,41.77838025746302],[-72.69918955676441,41.77867032868399],[-72.69972478893517,41.77898504823877],[-72.70016123465915,41.779213393436336],[-72.70098471529937,41.77965772509894],[-72.70161878668057,41.780021808708845],[-72.7022610261879,41.78049072056859],[-72.70276318175542,41.78101506895425],[-72.70308414389835,41.78147767780664],[-72.70349559246216,41.782137646127985],[-72.70369298637198,41.78260020335384],[-72.70375867921426,41.782902381868915],[-72.7039066539056,41.78335258607538],[-72.7040299056668,41.78381511295728],[-72.70407908429497,41.78417278192482],[-72.70413657663936,41.784425625899644],[-72.7041568612186,41.78451483436484],[-72.70391483676005,41.78447430099649],[-72.70351522844894,41.78440604862882],[-72.70331015803781,41.78436257194816],[-72.7030551544941,41.78428974527806],[-72.70274501886834,41.784710865025566],[-72.70253706667434,41.78516581210882],[-72.70251455318748,41.785238354704894],[-72.70230775281398,41.78629583750274],[-72.70230078862863,41.786416925686616],[-72.70227640076236,41.786550700019916],[-72.70219005823976,41.78678323860003],[-72.70205056269818,41.78700100753315],[-72.70186318274476,41.78719748649607],[-72.7017742201529,41.78725971047236],[-72.70174762357274,41.78727702376357],[-72.70151905082277,41.78739510218344],[-72.70126620742977,41.78748195501173],[-72.70099757770475,41.78753484022623],[-72.7007207220837,41.78755170118025],[-72.69913557450599,41.787499728976485],[-72.69896783940001,41.78747392825342],[-72.69848117515812,41.787353480973714],[-72.69779861768276,41.78717067934886],[-72.69736122268563,41.78705625201559],[-72.69718502387153,41.78701500606153],[-72.697078935353,41.786990087868915],[-72.6967384467458,41.78691909649408],[-72.69586770103064,41.78679880040422]]]},"properties":{"name":"Upper Albany","HPD_NH_ID":4}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.70808847013362,41.784703297079005],[-72.70801431590975,41.78461632956238],[-72.70774806696701,41.78430407249306],[-72.70732247560126,41.78382087063499],[-72.70668785993738,41.78317628107761],[-72.70635447628572,41.78277686503269],[-72.70626077934219,41.782694940739034],[-72.70621951911608,41.78265883801283],[-72.70616840511379,41.7826093669607],[-72.70609787682072,41.78253340636021],[-72.70603918272998,41.78247018360132],[-72.70592864444824,41.78235370230558],[-72.70576549403248,41.78218179405546],[-72.70561924662134,41.7819567630512],[-72.70560305796202,41.78193189377551],[-72.70558605884979,41.78175252206945],[-72.70564601524788,41.78163080949981],[-72.70581729439327,41.781547586738135],[-72.70608265100482,41.781522083983305],[-72.70641644221848,41.78152221047755],[-72.70674172498974,41.781471069932635],[-72.70678059845122,41.78145697896829],[-72.70702425417014,41.781368677156486],[-72.70733259945685,41.78103566510246],[-72.70741189594271,41.78093596775824],[-72.70752106126098,41.780798684908746],[-72.7075684892982,41.780597959307144],[-72.70757253348468,41.7805808914266],[-72.70756572872945,41.78044674920144],[-72.70756467899902,41.78042616681681],[-72.70756410011644,41.780414311406744],[-72.70747008276015,41.78020928008357],[-72.70732475979992,41.7799145471348],[-72.7073105581273,41.77987867432969],[-72.70730836198169,41.77987310263236],[-72.70709405756097,41.77933146959042],[-72.70707681506423,41.779292686699975],[-72.7070657593278,41.77926784696073],[-72.70694879627978,41.779004683071726],[-72.70676205832932,41.77864204068976],[-72.7067607401854,41.77863946059027],[-72.70670757223117,41.7784310958507],[-72.70668391372732,41.77833833075632],[-72.70666246659353,41.778173556868026],[-72.70664134767017,41.77801158225591],[-72.70663470922416,41.7779607284657],[-72.706591673274,41.77795253435766],[-72.70644130283759,41.77792583090553],[-72.70630533899391,41.77790168483689],[-72.70581613956949,41.778890779672246],[-72.70582761792714,41.77894020832894],[-72.7058286223447,41.77897261848199],[-72.70583600893703,41.77921568107076],[-72.70571604973557,41.779427053449055],[-72.70564906538814,41.77948185819975],[-72.70553618947014,41.77957432401826],[-72.70485968044913,41.7800481335191],[-72.70461141595953,41.78017616600029],[-72.70429464939636,41.78032338066148],[-72.70410625897888,41.78044504158411],[-72.70395213456978,41.78053466282664],[-72.70378089695532,41.78061146130732],[-72.70352405819304,41.78067543679824],[-72.7033357897904,41.7806753608525],[-72.7032245662755,41.780604843086515],[-72.7031624407783,41.780527237519635],[-72.70314760539523,41.780508707672176],[-72.70317187553073,41.78040910067922],[-72.70318195128573,41.780367776088376],[-72.70324194294123,41.780252486331136],[-72.70331233385969,41.78010437935141],[-72.70332855727966,41.7800283422609],[-72.7033313872722,41.77996796954188],[-72.70332403575564,41.779943295623674],[-72.70331517761775,41.779872517397735],[-72.70332256140392,41.779801663419384],[-72.70334688218807,41.779732819577575],[-72.7033865249466,41.779668345339296],[-72.70344002193231,41.77960988659347],[-72.70350671203803,41.77955914455319],[-72.70355717072655,41.77949390617855],[-72.70359091476136,41.77942333721467],[-72.7036081628427,41.77934924893857],[-72.70360953255216,41.77933089033423],[-72.70361412940822,41.77931143532124],[-72.7036141433816,41.779291951027034],[-72.70360935430709,41.77927273923936],[-72.703600201598,41.77925456852376],[-72.70358694177064,41.77923757618026],[-72.70357019744667,41.779222722965294],[-72.70355029851204,41.779210146207966],[-72.70352761108082,41.77920050468538],[-72.70350308832938,41.779193881139534],[-72.7034895612725,41.77919170771933],[-72.70339330169767,41.77916776633652],[-72.70329343986657,41.779156748923924],[-72.70319217530091,41.77915895819945],[-72.70309269773247,41.77917425825763],[-72.70299893036702,41.779202184227806],[-72.70298796517966,41.77920632358733],[-72.70295422532024,41.779220003740065],[-72.70292400225671,41.77923755474577],[-72.70289879917621,41.77925903205852],[-72.70287858010543,41.7792834203622],[-72.7028643355198,41.77931000647146],[-72.70285886031687,41.77932699124888],[-72.70285837389649,41.779340437950346],[-72.70281924658562,41.77955233428918],[-72.70279815125335,41.77957153552798],[-72.70277273189967,41.77958766139472],[-72.70274456536133,41.77960032841926],[-72.70271335883625,41.77960882284638],[-72.70268079855182,41.77961341988332],[-72.70264780152911,41.779613680790064],[-72.70261506433596,41.77960955093225],[-72.70258390666564,41.77960130532956],[-72.70254517122822,41.77957744173349],[-72.70251611653306,41.77955133181696],[-72.702493883349,41.779522288339656],[-72.7024783249334,41.77949044844298],[-72.70247035679755,41.77945718464824],[-72.70247038176323,41.7794232106333],[-72.70246249031324,41.77923574648795],[-72.7024570822914,41.77911140151717],[-72.70245007095915,41.77907336309558],[-72.70244682095992,41.77905574355085],[-72.7024374119024,41.779037627515464],[-72.70237110801762,41.77886224150538],[-72.7023463109861,41.77868083518986],[-72.70235957206475,41.77864568660713],[-72.70236465819107,41.778609491823275],[-72.70236101863084,41.77857321107875],[-72.7023497890774,41.77853813470595],[-72.70232964917732,41.77850486586885],[-72.70230243120302,41.778474667703804],[-72.70226875758293,41.77844858320768],[-72.70220968848372,41.778357229569096],[-72.7021382547446,41.77827871392386],[-72.70205009570678,41.77821034507413],[-72.70203683000913,41.77820210675076],[-72.70190787780302,41.77816714599834],[-72.70177633820111,41.77811143737184],[-72.70175892893184,41.778104294990996],[-72.70173598776684,41.77809160688749],[-72.70172092899826,41.77807897695536],[-72.70170884106024,41.778064756605104],[-72.70171038192616,41.778014235267875],[-72.70171068241646,41.778004630479245],[-72.70170770661963,41.77796371220729],[-72.7017144071791,41.77792617341839],[-72.70172972216332,41.777890229889955],[-72.70209796420521,41.77738573980581],[-72.7021210845331,41.777354162884095],[-72.70212302967683,41.7773514468453],[-72.70216993068966,41.7772877169471],[-72.70220253946876,41.77721588549544],[-72.70221791947846,41.777140945903724],[-72.7022154824432,41.77706520306422],[-72.70219720431697,41.77699384452942],[-72.70215298106605,41.77695677856107],[-72.70210076094615,41.77692607597672],[-72.70204303635076,41.77690245131197],[-72.70197976984925,41.77688700220825],[-72.70191382113316,41.77687959269077],[-72.70186799393704,41.7768798205487],[-72.70156827045653,41.776899508819],[-72.70134186816526,41.77687301374826],[-72.70122112379013,41.7768478527513],[-72.70116778952134,41.77683674334348],[-72.7011396377764,41.77683099590446],[-72.70112314299928,41.7768271195317],[-72.70110914242606,41.776821625032134],[-72.70109631622607,41.77681451197031],[-72.70108580108149,41.77680567094719],[-72.70107733970731,41.776795788007654],[-72.70107115221916,41.77678478084467],[-72.70106793484983,41.7767730614703],[-72.70106702732896,41.77676120583617],[-72.70106886903999,41.77674973556234],[-72.70107371712083,41.77673815680441],[-72.70108105731575,41.77672778660757],[-72.7011604040963,41.776615799145866],[-72.70134639873076,41.77640621553825],[-72.70136291056167,41.776387287014636],[-72.70138555352351,41.77635680773743],[-72.70160075261914,41.776066636813916],[-72.70160695599954,41.77605643074283],[-72.70166003357211,41.775970200581604],[-72.70166315243958,41.775965124991195],[-72.7017012873947,41.775857016745],[-72.70171394509248,41.77574587910638],[-72.70170327458655,41.77565059362945],[-72.70172209793279,41.775579579785536],[-72.70173644971355,41.775556314396184],[-72.70173905578662,41.775552061858306],[-72.701758105889,41.775521114444864],[-72.70179630329508,41.77547620671882],[-72.70184092188865,41.77542375491209],[-72.70194521171818,41.77533869854598],[-72.7020811724266,41.77525864985472],[-72.70224004225047,41.77518324826442],[-72.70228181335546,41.77516339702379],[-72.70244142883746,41.77512032298564],[-72.70246035264007,41.77511089045586],[-72.70256116947104,41.775060656909424],[-72.70259221352346,41.775020877752105],[-72.70259529448488,41.77496882021675],[-72.70259674202563,41.774944561469],[-72.70254801018538,41.77485826158458],[-72.70245497803845,41.774791866877244],[-72.70241323331746,41.77472642627574],[-72.70240627582893,41.77471552866063],[-72.70241011894076,41.77467417406929],[-72.70241041482939,41.7746706615548],[-72.70241521841992,41.77461929076061],[-72.70247324393692,41.774530180791196],[-72.70249511813543,41.77449657248397],[-72.70253531994791,41.77441640143511],[-72.70260162512483,41.774284264601164],[-72.70264025179083,41.77420206212999],[-72.70273270568535,41.77400530835736],[-72.70274104041926,41.773987611222886],[-72.70285332084029,41.77374865860514],[-72.70286352810561,41.773726928153984],[-72.7029345348663,41.77363074299777],[-72.70308531295346,41.773534562763516],[-72.70310709892213,41.77352063074245],[-72.70320946365933,41.773455001863006],[-72.7033208575709,41.77327233341385],[-72.70340543461107,41.77311492872801],[-72.70340991424706,41.773104941373845],[-72.7034140267158,41.773095804621875],[-72.70349032708921,41.77292615711161],[-72.70349596427057,41.772835763045315],[-72.70344773237883,41.77271752039188],[-72.7034348731525,41.772553380326045],[-72.70363565227815,41.77235318420064],[-72.70376391056658,41.77226698316801],[-72.70392193463232,41.77218222094144],[-72.70426759319169,41.77207664902853],[-72.7046832768218,41.77206462843074],[-72.70468417083238,41.77204437605597],[-72.7046974219186,41.771758043877654],[-72.7047075468224,41.77153850608859],[-72.70469636355875,41.771489598779326],[-72.70483144737642,41.77128383126397],[-72.70482597486834,41.7712462600296],[-72.70480956235315,41.77112627400737],[-72.70478165193276,41.77109308481291],[-72.70465162390789,41.77093746100222],[-72.70460810822716,41.77088856840976],[-72.70449365154535,41.77074606814753],[-72.70450742105295,41.77071374601801],[-72.70436775784464,41.77029362502674],[-72.70426777333472,41.77016257383181],[-72.70359816359688,41.76977904138473],[-72.70340216977334,41.76945384835105],[-72.70340459509931,41.7693438313691],[-72.70343099799807,41.7692795162444],[-72.70392488466507,41.7692756803722],[-72.70469681677734,41.76916739502743],[-72.70486087402435,41.769144379951655],[-72.7049485466962,41.76916074262685],[-72.705310526987,41.76922825525037],[-72.70531225126722,41.76922628005985],[-72.70536918862747,41.76916068648189],[-72.70540462764511,41.7691198653825],[-72.70538590911895,41.76899425274993],[-72.70538288046679,41.76897413603645],[-72.70537740707867,41.76893758019571],[-72.70545075350998,41.76894405757814],[-72.70545896421078,41.7689447742591],[-72.70544772576609,41.76892259616066],[-72.70544600461469,41.76892012568377],[-72.70542655947584,41.76889135816636],[-72.70538102637548,41.768845483748414],[-72.70537373617132,41.76883889468129],[-72.70534662600907,41.768815640207364],[-72.70534179014213,41.76881149446056],[-72.70533556213601,41.768806140708215],[-72.70533222893717,41.76880237977927],[-72.70531215657934,41.76877962197465],[-72.70528970677853,41.76874934392626],[-72.70526258170669,41.76869466748383],[-72.70525398276187,41.76867232575034],[-72.70522247782567,41.76859042441154],[-72.70521468176865,41.76857329708979],[-72.70519096432034,41.768521009485056],[-72.70517668991073,41.76848955455904],[-72.70514039948367,41.76843690526248],[-72.70509892931081,41.76840036284754],[-72.70504687282839,41.76835308616897],[-72.70498865744497,41.768306712695576],[-72.70493322776258,41.76826077935508],[-72.70491436041976,41.76824518451267],[-72.7048432080862,41.76819504622997],[-72.70471338987547,41.768114396023485],[-72.70470492583658,41.76810915115837],[-72.70468187886986,41.76809484442287],[-72.70457725539988,41.76805034604831],[-72.70452991405473,41.76802332373366],[-72.70451265573557,41.76801343755831],[-72.70449953809371,41.76800574842948],[-72.70448517462995,41.7679973178148],[-72.70440738490048,41.767951649836],[-72.70435011320221,41.76791973873592],[-72.70432805289204,41.76790990551274],[-72.70430690840269,41.76790100567746],[-72.70427788506294,41.76788872727345],[-72.70426165109448,41.767881887593525],[-72.70422500615648,41.767865517199084],[-72.70418938636806,41.767850903541444],[-72.70417938142509,41.76784766132418],[-72.70417051261688,41.76784477631343],[-72.70415889521753,41.767840957139825],[-72.70414588570341,41.767835957384676],[-72.70413042089305,41.76782999618305],[-72.70411301379983,41.76782332065373],[-72.70409021545235,41.767820539897706],[-72.70405627177433,41.76782016963531],[-72.70399384558452,41.76782047408655],[-72.70391770702534,41.76782472474778],[-72.70386513952019,41.76782766759807],[-72.70382606151915,41.76783072553908],[-72.70379259197675,41.7678337857532],[-72.70376587030462,41.767832540105076],[-72.70373995792414,41.76782726073863],[-72.703716576398,41.76781986924237],[-72.70369286687676,41.767809788238424],[-72.70368214171056,41.76773733509656],[-72.70367103203564,41.7677361641104],[-72.70366024815736,41.76773324793913],[-72.70365006243017,41.7677286602327],[-72.70364073210187,41.76772251685689],[-72.70363249281652,41.76771497296701],[-72.70362555266311,41.76770621908941],[-72.70362008692017,41.76769647630945],[-72.70361623362886,41.7676859906879],[-72.70358404234732,41.767491326302526],[-72.70343469587117,41.76750339586167],[-72.70342879388444,41.76750385999528],[-72.70342686275907,41.76749085888751],[-72.70341952811565,41.76744147890746],[-72.703417229628,41.76742638445689],[-72.70341177962302,41.76741005382746],[-72.70340559805118,41.767391527444346],[-72.70338364198042,41.76733921272372],[-72.70337829935663,41.76732647713843],[-72.70333649118845,41.767139602418446],[-72.70283407873715,41.76720671539239],[-72.70283769123984,41.76717897223566],[-72.70289958255309,41.766704210396156],[-72.7028997670103,41.76670256392882],[-72.70292214221503,41.76653064417352],[-72.70293688683854,41.766417531138195],[-72.70311077429942,41.76627564051118],[-72.70326159098418,41.76615267580676],[-72.70326995498976,41.76609285395697],[-72.70328388273778,41.765993214959884],[-72.70328391493271,41.765993022854374],[-72.70331464136642,41.76578348235039],[-72.70354719227664,41.76449404061155],[-72.70320417699654,41.763938789631226],[-72.70313337292949,41.76385084727888],[-72.70305759593298,41.76376715187967],[-72.70297710024012,41.763687984233016],[-72.70289215591518,41.76361360994769],[-72.70280304794781,41.76354427855065],[-72.7027100752967,41.76348022264973],[-72.70261354988655,41.76342165715364],[-72.70251379556176,41.76336877855054],[-72.70241114699964,41.763321764249],[-72.7023059485878,41.76328077198277],[-72.70219855326867,41.76324593928159],[-72.70208932135526,41.76321738300969],[-72.70173880568939,41.76311196647834],[-72.70172466047757,41.76310767948251],[-72.70171055199246,41.76310336506053],[-72.70169651684958,41.76309899578824],[-72.70168240842976,41.76309459904389],[-72.70166837335216,41.76309014740826],[-72.70165437494659,41.7630856683875],[-72.70164037656355,41.7630811619254],[-72.70162641489355,41.76307657311696],[-72.70161245324613,41.7630719568673],[-72.70159856492047,41.763067313206896],[-72.70158467663785,41.76306261466549],[-72.7015707884531,41.76305786124322],[-72.70155693688574,41.763053080394876],[-72.7015431219907,41.76304827212062],[-72.7015293438431,41.763043408939794],[-72.70151563896268,41.76303851838943],[-72.7015018608809,41.763033572886336],[-72.70148811943737,41.763028572517705],[-72.701474451391,41.7630235172989],[-72.70146078332617,41.76301848951816],[-72.70144715192014,41.763013379432195],[-72.70143355724113,41.763008241920375],[-72.7014199992551,41.76300304954308],[-72.70140644131254,41.76299780224386],[-72.70139292004231,41.76299252755983],[-72.70137943544451,41.762987225408985],[-72.7013659508902,41.76298186837721],[-72.70135253965783,41.76297648393514],[-72.70133912852376,41.76297104461214],[-72.70132575400741,41.76296557786339],[-72.70131241616357,41.7629600836889],[-72.70129907843864,41.76295450719385],[-72.70128581396041,41.76294893068721],[-72.70127254958052,41.762943299340705],[-72.70125932183919,41.76293761308786],[-72.7012461307837,41.762931954288625],[-72.70123297648351,41.762926158305056],[-72.70121982213101,41.76292036231998],[-72.70120666785623,41.7629145388937],[-72.70119366020262,41.762908688088295],[-72.70118061594331,41.76290278238656],[-72.70116760837728,41.76289682177857],[-72.70115463748394,41.76289083378592],[-72.70114166661374,41.7628848183112],[-72.70112876916185,41.76287872054701],[-72.70112243032317,41.76287575405048],[-72.70111612815526,41.76287276012937],[-72.70110978928385,41.76286976615146],[-72.70110348715862,41.76286671735036],[-72.70109722164202,41.76286372344379],[-72.7010908828685,41.76286067458552],[-72.7010846540441,41.76285762581444],[-72.70107835192128,41.762854576970994],[-72.70107208646928,41.76285150074405],[-72.7010658576674,41.76284842449134],[-72.7010595922166,41.76284534826369],[-72.7010533634159,41.76284227201029],[-72.7010471346913,41.76283916835793],[-72.70104090593333,41.762836037224524],[-72.7010346771552,41.76283293353045],[-72.70102852169741,41.76282980246846],[-72.70102229294123,41.76282667133403],[-72.70101610085591,41.76282351277517],[-72.701009908792,41.76282032681732],[-72.70100371674184,41.76281719569743],[-72.7009975246791,41.76281400969793],[-72.700991405916,41.7628108237292],[-72.70098525050396,41.762807637785535],[-72.70097913179673,41.76280445181615],[-72.70097297640672,41.76280123839124],[-72.70096685766681,41.76279802498151],[-72.70096077565249,41.762794784147395],[-72.7009546569138,41.76279157073704],[-72.70094853821728,41.76278830244699],[-72.70094245622559,41.762785034172325],[-72.70093637415899,41.76278179333689],[-72.70093029213467,41.76277849762182],[-72.70092424679424,41.762775229361694],[-72.7009181647711,41.76277193364597],[-72.7009121194528,41.76276863794554],[-72.70090607410117,41.762765314805094],[-72.70090006543353,41.76276201907867],[-72.70089402008317,41.76275869593757],[-72.7008880481078,41.76275534538776],[-72.70088203942898,41.76275199482195],[-72.70087603080549,41.76274864421491],[-72.70087002212784,41.762745293648514],[-72.70086408682528,41.76274191567337],[-72.70085811487392,41.7627385376823],[-72.70085214284765,41.76273518708961],[-72.70060771168262,41.76257585973259],[-72.70028429252933,41.76237020183666],[-72.70021431960242,41.76232464409044],[-72.7000836322852,41.76224597833941],[-72.69994964849327,41.762173068679076],[-72.69981262159304,41.76210605298329],[-72.69969483769435,41.76205836195937],[-72.70019439014008,41.76185738651079],[-72.70069829793987,41.761655213685756],[-72.70138276978867,41.76138056257473],[-72.70192241501701,41.76116450324044],[-72.70208326394551,41.761113630695206],[-72.70222486149989,41.761079043150794],[-72.70242371518461,41.76105871524937],[-72.70289793481315,41.76102426069168],[-72.70313871034237,41.761005837083594],[-72.7040394966245,41.760936904002214],[-72.70449561606209,41.76090295276466],[-72.70512928277554,41.760855864012136],[-72.70547520898968,41.76082941122523],[-72.70578608251354,41.76080448956948],[-72.70655949345422,41.760742178933384],[-72.70670107540515,41.76072611033958],[-72.70681035477442,41.7607136292882],[-72.70727060601926,41.760658744311705],[-72.70766029843602,41.76061206534356],[-72.70788916496582,41.76058350532266],[-72.70807999852447,41.760563164706625],[-72.70836362041388,41.760528446905695],[-72.70867656431044,41.76048996771439],[-72.70946396266525,41.76039437052356],[-72.70958126009934,41.760378115641906],[-72.70988090630333,41.76035575311072],[-72.71034939194509,41.76031715191086],[-72.7112185491022,41.76024609492654],[-72.71139288549075,41.76023191717577],[-72.7116327422281,41.76020953007941],[-72.71209320280497,41.76017503598637],[-72.71308492057014,41.76008959753772],[-72.71406563989682,41.760009123882924],[-72.71417193342488,41.760002294550326],[-72.7148908052175,41.75994539935682],[-72.71530682015343,41.759912424462144],[-72.71544623473984,41.75989911884399],[-72.71544878186748,41.759917055826314],[-72.71545875031637,41.7599873124028],[-72.71546817125049,41.76005347980826],[-72.71548752405268,41.76018993117008],[-72.71550691358453,41.7603263825761],[-72.71551129537397,41.760357284454784],[-72.71552633990107,41.76046283394434],[-72.7155456563147,41.760599257873174],[-72.71556504609187,41.76073570921485],[-72.71558439935707,41.76087216057881],[-72.71560378929776,41.76100861190491],[-72.71560426395875,41.76101204241625],[-72.71562317932015,41.761145063264145],[-72.71562380006705,41.76114945428962],[-72.71564253279037,41.761281487124045],[-72.71564322662945,41.76128637216718],[-72.71566192303092,41.761417938467744],[-72.7156648078433,41.761438219543116],[-72.71568131329869,41.76155438976265],[-72.7156841980067,41.76157489039514],[-72.71570066699928,41.761690841079826],[-72.71570435520901,41.7617168030602],[-72.71572005749977,41.761827264919454],[-72.7157234534965,41.761851305829374],[-72.71573941136374,41.76196371622104],[-72.7157428805276,41.76198803154809],[-72.71575880195849,41.762100167484775],[-72.71576427955925,41.76213875367562],[-72.71577819263493,41.76223661878166],[-72.71579754681326,41.762373042579256],[-72.71579929961246,41.76238539238524],[-72.71581693765324,41.76250949386051],[-72.71581869042761,41.76252200826288],[-72.71583632857504,41.762645945093],[-72.71585568298383,41.76278239634785],[-72.71587507408368,41.7629188201251],[-72.71587573126813,41.762923677714404],[-72.7158944286011,41.763055271364316],[-72.71590721004105,41.76314523257284],[-72.71591381983552,41.7631917500053],[-72.71593240774983,41.763322630135754],[-72.71593321123531,41.76332817380005],[-72.71595179910118,41.76345919108041],[-72.71595256599782,41.763464624974915],[-72.71597195750643,41.76360104875409],[-72.71598988828158,41.76372740055037],[-72.71599131248705,41.76373749991339],[-72.71601004682508,41.76386931308738],[-72.71601074079476,41.76387395112738],[-72.7160300958841,41.76401040227098],[-72.71603035155334,41.7640121861291],[-72.71604945106951,41.76414682600811],[-72.71606833178234,41.76427962711226],[-72.71606884302717,41.76428327714696],[-72.71608819837589,41.76441970086853],[-72.71610214890724,41.764518004967115],[-72.71610759042802,41.76455617943135],[-72.71612698264539,41.764692603148],[-72.71614480440704,41.764818213901684],[-72.71614633822482,41.76482905424483],[-72.71616573053663,41.76496550538554],[-72.71618351581225,41.76509108867436],[-72.71618515963571,41.76510195648818],[-72.71620447882381,41.76523838015215],[-72.71622387138095,41.76537483122843],[-72.71624322736888,41.76551128232713],[-72.7162494359312,41.76555502790433],[-72.71626875536157,41.76569150638071],[-72.7162709389492,41.765721721515106],[-72.71628076443126,41.765858746083964],[-72.71629059002397,41.76599574320776],[-72.71630037893793,41.76613276775502],[-72.71630805762646,41.76623957722964],[-72.71631020459944,41.766269792307575],[-72.71631999359641,41.76640681688496],[-72.71632767236414,41.76651359887045],[-72.71632985600706,41.766543813997636],[-72.71633968173876,41.76668083853384],[-72.71634950756682,41.76681786306466],[-72.7163532194501,41.76686984072924],[-72.71635929672993,41.766954887579296],[-72.71636795821894,41.76707536377177],[-72.71636912265544,41.76709188465949],[-72.71637894853936,41.76722893661357],[-72.71638266048411,41.7672808868324],[-72.71638877454801,41.76736593368291],[-72.7163986005437,41.76750293074679],[-72.7164083899692,41.76763995523422],[-72.71641821603372,41.76777697972689],[-72.7164268777283,41.76789748337118],[-72.71642804219462,41.76791400425497],[-72.71643786835668,41.76805100129709],[-72.71644769460079,41.76818802577334],[-72.71645752083188,41.768325050244165],[-72.71646498137594,41.76842944461283],[-72.71646731052078,41.7684620472592],[-72.71647713683501,41.76859907171911],[-72.71648696324559,41.76873609617358],[-72.71649678964305,41.768873120622565],[-72.71650661615108,41.7690101176265],[-72.71651640597877,41.769147142053896],[-72.7165262325558,41.76928416648656],[-72.71653176461139,41.76936114496746],[-72.71653605913386,41.76942116347406],[-72.71654588579408,41.76955818793675],[-72.71655320135957,41.76965986537542],[-72.71655571244126,41.76969521235293],[-72.71656553918477,41.769832236763726],[-72.71656790480067,41.76986538828166],[-72.71657532927587,41.76996923371878],[-72.71658515610255,41.770106258118595],[-72.71658606594879,41.770118936920596],[-72.71659501956987,41.77024328252356],[-72.71660484649405,41.77038027947289],[-72.71660688443536,41.77040912237911],[-72.7166147100448,41.770517303866924],[-72.71662446373034,41.77065432822369],[-72.71662653815889,41.770683527894114],[-72.71663429071043,41.770791352596206],[-72.71662709661567,41.77080896875729],[-72.71660984541678,41.77085128044892],[-72.71657358116471,41.77094021182403],[-72.71652010220548,41.77107145491342],[-72.71646658632034,41.771202697922135],[-72.71641310690082,41.77133388603319],[-72.71635959062186,41.77146515642341],[-72.71630607407108,41.77159642678458],[-72.7162616603466,41.77170530651615],[-72.71625255733163,41.77172764223744],[-72.71619904041553,41.77185888510085],[-72.71614555989656,41.771990100547306],[-72.71609204249147,41.77212134335251],[-72.71603856157874,41.772252586139544],[-72.71598504373948,41.77238382888667],[-72.715931562338,41.772515071615615],[-72.71591970615474,41.77254412997504],[-72.71587804413353,41.77264628686502],[-72.71582452564286,41.77277752952497],[-72.71581266930872,41.77280658787154],[-72.71577100693493,41.77290877219677],[-72.71571752471985,41.77304001480951],[-72.71566400557772,41.77317125738226],[-72.7156521490993,41.773200315668525],[-72.71561048621838,41.77330249992593],[-72.71555700336667,41.77343371501188],[-72.71553725465812,41.77348214549773],[-72.71550352022867,41.77356495750837],[-72.71545000021796,41.77369620000579],[-72.71539651671524,41.77382741500454],[-72.71537955761835,41.77386895817823],[-72.7153581567402,41.7739214496434],[-72.71534299625557,41.77395868484248],[-72.71528947560816,41.77408989977218],[-72.71523595478358,41.774221142112346],[-72.71523169656653,41.77423162394238],[-72.71518247034312,41.774352384434465],[-72.71512894902952,41.77448362671645],[-72.71507542755343,41.77461486901036],[-72.71502194247655,41.77474608380571],[-72.71501805116374,41.774755907105664],[-72.71496588546727,41.77488745158637],[-72.71491368290229,41.775018996028074],[-72.71486155343793,41.77515054046415],[-72.714809387105,41.77528208486132],[-72.71478512104399,41.7753433295396],[-72.71475722055987,41.77541362923057],[-72.71470505380258,41.7755451735719],[-72.71465292355961,41.77567669045708],[-72.71460071972122,41.775808234731514],[-72.7145485523274,41.77593977898928],[-72.71449642137843,41.77607132323043],[-72.71444421690326,41.7762028674212],[-72.71439208553001,41.7763344116067],[-72.71433991730268,41.77646592831338],[-72.71428774884804,41.77659747243176],[-72.71423558018122,41.77672901652232],[-72.7141834113569,41.776860560584986],[-72.7141312422657,41.77699210461979],[-72.71407903631996,41.77712362117567],[-72.71407469495908,41.77715111739056],[-72.71405298878568,41.77728736355612],[-72.71411618868221,41.777759150337744],[-72.71414207511263,41.77795219018093],[-72.71415646055377,41.778059522963055],[-72.7142516101101,41.77876943957875],[-72.71425931428686,41.778826714843426],[-72.71426990269131,41.77890597254599],[-72.71427760690054,41.77896324776656],[-72.71429589959145,41.779099780723065],[-72.71430561181567,41.779172424474794],[-72.71431419235965,41.779236313672065],[-72.71433248520499,41.77937284661349],[-72.71434212449611,41.77944494146153],[-72.71435081478656,41.77950937951772],[-72.71436910780162,41.7796458850045],[-72.71437882021452,41.77971858361932],[-72.71438740087872,41.7797824179233],[-72.71440569403306,41.779918950834535],[-72.71441606376136,41.77999653441698],[-72.71442398726471,41.78005548369728],[-72.71444228062826,41.78019201659343],[-72.714452978991,41.78027212503497],[-72.71446057402936,41.78032852204246],[-72.71447105331534,41.7804070112738],[-72.71447886749266,41.78046505488255],[-72.71449719769274,41.78060158776727],[-72.71450818843863,41.78068367213771],[-72.71451549131059,41.7807381206332],[-72.71453378500563,41.78087465349156],[-72.71455207877791,41.7810111863014],[-72.71457040930237,41.781147691716356],[-72.71458468629044,41.781254832249026],[-72.71458870322923,41.78128422455202],[-72.71460699723328,41.781420757380154],[-72.7146252913146,41.78155729015975],[-72.71463982418994,41.781666104728906],[-72.71464358547317,41.78169382297274],[-72.7146618797239,41.78183032833867],[-72.71468017403699,41.781966861095604],[-72.7146984684272,41.78210339388593],[-72.71471679955519,41.78223992667987],[-72.71472950698386,41.78233510165429],[-72.71473509409998,41.78237645945507],[-72.71475338872207,41.78251299218173],[-72.7147716834363,41.782649497502256],[-72.71479001494326,41.78278600282638],[-72.71480210170724,41.78287664957577],[-72.71480827312128,41.78292256299967],[-72.71482660471327,41.78305909570718],[-72.71484453438414,41.78319318592069],[-72.71484489972161,41.78319562843701],[-72.71486319480717,41.7833321611592],[-72.71488068636921,41.78346306787034],[-72.71488148998488,41.78346866643434],[-72.71489978521005,41.783605226539954],[-72.71491811720358,41.78374173181107],[-72.71493637593673,41.78387826449188],[-72.71495467139368,41.78401482461569],[-72.7149548174151,41.78401597724303],[-72.71491785909046,41.78401481343556],[-72.71492863183403,41.784095223613406],[-72.71494692735084,41.78423175629155],[-72.71496522294491,41.78436828896206],[-72.71497154063978,41.784415354987246],[-72.71498351863104,41.78450479414459],[-72.71500181437963,41.78464132680001],[-72.7150093735993,41.78469799813477],[-72.71502011020539,41.78477785944788],[-72.71503840610843,41.78491439204717],[-72.71505670208875,41.78505092467985],[-72.71506210697103,41.785091212117216],[-72.71507503486313,41.785187457316],[-72.71509333101284,41.78532396249403],[-72.7151058570645,41.78541760052148],[-72.71511162722493,41.785460495063035],[-72.71512992351425,41.78559702766537],[-72.7151482198809,41.785733560260084],[-72.71516651632473,41.78587009284726],[-72.71518481284585,41.78600662538587],[-72.715203109459,41.78614313051845],[-72.7152214427974,41.786279663093865],[-72.71523773085428,41.786401348550726],[-72.71523973955031,41.786416195609746],[-72.71525803638046,41.786552728158966],[-72.71527636995094,41.78668926071165],[-72.71529463028736,41.78682576579515],[-72.71531292734933,41.7869622982807],[-72.71532585582688,41.78705884532258],[-72.71533122448854,41.78709883079955],[-72.71535036211559,41.7872408795178],[-72.71536804482395,41.787361083489195],[-72.71538813894013,41.787497479285754],[-72.71540819653222,41.787633875063186],[-72.71541594197707,41.787686430008556],[-72.71542829088725,41.787770243444925],[-72.71544838531231,41.787906639217034],[-72.71545138118643,41.787927002515865],[-72.71545317137458,41.787939269900356],[-72.71546844310369,41.78804303496989],[-72.7154885377128,41.78817940332706],[-72.71550863239213,41.78831579907454],[-72.71552869049215,41.78845219480301],[-72.71554878528615,41.78858859057507],[-72.71555021024803,41.78859816844887],[-72.71555941731863,41.788660740329206],[-72.71556888023431,41.78872495885854],[-72.71558893858831,41.788861354562385],[-72.71560903369125,41.78899775030991],[-72.71562912885342,41.78913409112932],[-72.71564918744681,41.789270514289065],[-72.7156594543004,41.78934022151157],[-72.71566343678573,41.78936741834305],[-72.71566928280394,41.78940690997108],[-72.71567326530109,41.78943399700281],[-72.71567666319626,41.789457159563],[-72.7156893415411,41.78954327819451],[-72.71570943706773,41.7896796739011],[-72.71572730385246,41.78980097545917],[-72.71572894806741,41.78981214508792],[-72.71573380737836,41.789845461834666],[-72.71574959171038,41.78995246519692],[-72.71576968745103,41.7900888334394],[-72.7157897833166,41.79022522907228],[-72.71580984260186,41.790361624686064],[-72.71582993865142,41.79049799290399],[-72.71583640583,41.79054204014151],[-72.71583658848911,41.7905433025755],[-72.71584893846102,41.790627170785385],[-72.71584901153065,41.79062766475859],[-72.71585003471652,41.79063438851223],[-72.7158700942558,41.79077078410148],[-72.71589019054508,41.79090717973425],[-72.7159102869336,41.79104354787847],[-72.715918800463,41.791101344485014],[-72.71591894663021,41.79110238735116],[-72.71593034667218,41.79117994344307],[-72.71593111401141,41.79118515778449],[-72.71593199102952,41.7911909758677],[-72.71594361039962,41.79126995903791],[-72.71594430454296,41.79127481660335],[-72.71595044323017,41.791316311611865],[-72.71597053985842,41.791452707170905],[-72.71599059985098,41.791589102710915],[-72.71599118439056,41.7915933290536],[-72.715991403707,41.79159461893733],[-72.71601069664871,41.79172549829455],[-72.71603079354568,41.79186186638951],[-72.71604464203003,41.791956135738694],[-72.71604486127677,41.791957562819476],[-72.716050853847,41.791998261904965],[-72.71607095084424,41.792134657463954],[-72.71609104799545,41.792271025534255],[-72.71611110855073,41.79240742102513],[-72.71611454329587,41.792430830561905],[-72.71611501838713,41.79243393172983],[-72.71612334954047,41.79249060310625],[-72.71612367836997,41.79249293580327],[-72.71613120585702,41.79254381655953],[-72.7161423141686,41.79261928691222],[-72.71614552975952,41.7926410223703],[-72.71615130320768,41.79268018460523],[-72.71617136401704,41.79281658007144],[-72.7161914615775,41.79295297558117],[-72.71620695474297,41.79305831473279],[-72.7162069538684,41.793058312766725],[-72.71597001641366,41.792535288365045],[-72.71499642779168,41.790391046645155],[-72.71465100571874,41.7896321523232],[-72.71458508155852,41.78948737432132],[-72.71436304561979,41.78900088504443],[-72.71414147049111,41.788515598214865],[-72.71376539274075,41.78769494452982],[-72.71345704175461,41.787085620987156],[-72.71336676688634,41.78705180623862],[-72.71304048946158,41.78694330174651],[-72.7127215549754,41.78681936545142],[-72.71244937987684,41.78668137885604],[-72.71219095555385,41.786550084191035],[-72.71121044465491,41.785989928761126],[-72.71104641820826,41.78589571189559],[-72.71060336417881,41.78564120311281],[-72.70948108428041,41.78499608205523],[-72.70869967271526,41.78457850716852],[-72.70847368777795,41.78462456275896],[-72.70809758488336,41.78470143834957],[-72.70808847013362,41.784703297079005]]]},"properties":{"name":"West End","HPD_NH_ID":6}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.66554636245164,41.7695655885408],[-72.66555126271756,41.76956563873246],[-72.6658216099758,41.76956840750717],[-72.66669816811627,41.769577791397566],[-72.66787783604444,41.76959029877122],[-72.66819553423863,41.7705568517173],[-72.66865886445083,41.77196533543431],[-72.66875053558212,41.772244055174774],[-72.6692459255847,41.7737502113442],[-72.66972573410675,41.775209297606445],[-72.6701658447909,41.776547262494894],[-72.67024032891149,41.77688885119527],[-72.67026238789283,41.776955922390705],[-72.67038637778259,41.77733291525855],[-72.67087345404592,41.77707464944043],[-72.6709688349799,41.77702325843255],[-72.67123136650692,41.77688193651554],[-72.67162206809127,41.77667158024032],[-72.67193160272939,41.776504904671306],[-72.6720831577418,41.77642319286282],[-72.67239020185791,41.77622769928388],[-72.6726479451117,41.77606372963657],[-72.6729753653107,41.77587888446056],[-72.67372100905897,41.77555461996153],[-72.67364652036348,41.7758505571341],[-72.67278012211375,41.77705242535902],[-72.67255701231792,41.777625749309756],[-72.67212742055133,41.7786367465947],[-72.67177211597317,41.779518298491006],[-72.67127657761489,41.78054158017515],[-72.67109858367976,41.780921579851274],[-72.67084640889001,41.781572143159515],[-72.67036227771628,41.78282096561141],[-72.66985237866061,41.78413665999354],[-72.66937395681587,41.78537090253969],[-72.66898288187787,41.78638000345698],[-72.66873089752434,41.787030387196545],[-72.66870745282716,41.78708422672085],[-72.66801094899864,41.78820888276589],[-72.66765660418335,41.78878080835586],[-72.66711413126453,41.78950421807562],[-72.66704939136986,41.78959061657155],[-72.66700462390271,41.78965044284813],[-72.66630573832144,41.79062432311697],[-72.66619925229043,41.79073693180508],[-72.66582264074874,41.79113560526904],[-72.66548022382503,41.791497939532306],[-72.66518806283358,41.79180679653778],[-72.66428475048633,41.79273437721389],[-72.6637541344232,41.793279229844586],[-72.66332540994533,41.793719535690265],[-72.66265695895713,41.79445286844721],[-72.66163588239804,41.795765235590984],[-72.66121210223109,41.79642198653408],[-72.66099606210565,41.79674536379556],[-72.66002304440721,41.798273984517316],[-72.65895692480983,41.79976416955185],[-72.65810342648533,41.800929253215386],[-72.65749288916422,41.801813732545746],[-72.65612262275046,41.803897661279144],[-72.65596252833494,41.804119302377984],[-72.65478102774347,41.80584751091367],[-72.65467335248393,41.80600500477739],[-72.65455821850404,41.80602523179141],[-72.65445641015165,41.80604312245997],[-72.65358928383895,41.80607955896532],[-72.65294956640757,41.80606384746981],[-72.65283887571485,41.8060611473729],[-72.65232565694036,41.806048529993184],[-72.65195019643977,41.806039320503686],[-72.65006013084171,41.80599365521089],[-72.64843060902432,41.805954289212444],[-72.64832403676746,41.80595171704739],[-72.64603523283158,41.80589306548],[-72.646634372047,41.80164728554492],[-72.6466369468033,41.80152791280775],[-72.64659497947481,41.799608105020425],[-72.64628590564789,41.79586935550382],[-72.64597459204248,41.79354512802383],[-72.645709507135,41.79044634505624],[-72.64575746874388,41.788627628993545],[-72.64594039965296,41.78680906124262],[-72.64652849660885,41.7848898123583],[-72.64734105413422,41.78327389102515],[-72.64797245389614,41.78239875540539],[-72.64864820625378,41.78189415857055],[-72.649813155531,41.78094173469298],[-72.65005950189098,41.78072729165161],[-72.65198074367528,41.77914083097042],[-72.65223496689646,41.77892084639944],[-72.65239551099795,41.77880086561961],[-72.652556017804,41.778680912021485],[-72.65270316380352,41.778570936049896],[-72.65270317887116,41.778560919469335],[-72.6528503093574,41.77846095988774],[-72.65298407926227,41.778370978043355],[-72.65317131075554,41.77825104603472],[-72.65333182155834,41.77815106961549],[-72.65334520331693,41.77815108082027],[-72.65349228022059,41.778061136961384],[-72.6536378044023,41.77797958907173],[-72.65365281179368,41.77797117666292],[-72.65379989481879,41.77790123816383],[-72.65398704913746,41.7778313602094],[-72.65412075684868,41.77778138840347],[-72.65414749830354,41.777771421495906],[-72.6543346223774,41.777721521221345],[-72.65452178276568,41.777671620714074],[-72.65470889141011,41.77763176385424],[-72.65484255394279,41.77761184095932],[-72.65501630262133,41.777581961702374],[-72.65524350425412,41.77755212611262],[-72.65551077724828,41.777522322881346],[-72.65572458231601,41.77750246453458],[-72.655938438382,41.77747261667745],[-72.65616558811097,41.77745276834547],[-72.65632574754913,41.777438930112396],[-72.65636604775528,41.77743292540183],[-72.6563794293658,41.77743293625489],[-72.65657988884335,41.777413120379364],[-72.65675363620983,41.777383183667936],[-72.65692739780437,41.77734328498983],[-72.6569407427387,41.777343295748224],[-72.65708781421891,41.77730340274951],[-72.65727497132795,41.77725349777349],[-72.65742399477956,41.77720710199433],[-72.65743518211083,41.77720326897267],[-72.65760915423427,41.77714366560094],[-72.65782309390626,41.77705374226236],[-72.65806373683932,41.77695385063841],[-72.65826429371943,41.77686394325967],[-72.65846485013563,41.77677400805],[-72.65846486431052,41.77676399150529],[-72.65866542004444,41.776674083384485],[-72.65889265628222,41.77656416286075],[-72.65909326153665,41.776464237475594],[-72.65933396505265,41.77634431008524],[-72.65961474368515,41.7761943912199],[-72.6598955716428,41.77603448258745],[-72.66020315183425,41.77585456092267],[-72.66045720053052,41.77570461919733],[-72.66071129853242,41.77554466038758],[-72.66071131235921,41.77553464379858],[-72.6610456548435,41.77532471824732],[-72.6615400022422,41.77491249697298],[-72.66156327401774,41.77489127413631],[-72.66158654574046,41.77487007877532],[-72.66160981754014,41.77484885592911],[-72.66163312588868,41.77482766054563],[-72.66165647084064,41.7748064926659],[-72.66167985239616,41.77478535220802],[-72.66170323399112,41.77476421178631],[-72.66172665209741,41.77474312622594],[-72.66175010697417,41.774721985850576],[-72.66177356170611,41.774700900308495],[-72.66179712644599,41.77467981488649],[-72.66182058120195,41.77465872937562],[-72.66184410916293,41.774637671314444],[-72.66186767381944,41.77461661331734],[-72.6618912018044,41.77459555528733],[-72.66191476633816,41.77457452467898],[-72.66193836756736,41.774553494134615],[-72.66196196878123,41.77453246358539],[-72.66198556997978,41.7745114330312],[-72.66200917116304,41.774490402431105],[-72.66203277229353,41.77446939930661],[-72.66205641004736,41.77444836876552],[-72.66208001114722,41.77442736563114],[-72.66210364888776,41.77440636251975],[-72.66212724995692,41.77438535937552],[-72.66215088770412,41.774364328773714],[-72.66217448874262,41.77434332561962],[-72.66219812649628,41.774322267609264],[-72.66222172741213,41.77430129188481],[-72.66224532844188,41.7742802612763],[-72.66226889280036,41.77425923059405],[-72.66229249379941,41.7742381999757],[-72.66231609482033,41.77421714191279],[-72.66233954914752,41.77419608369263],[-72.6623631501377,41.774175025619876],[-72.66238664114486,41.774153967458744],[-72.66241016877514,41.774132881839996],[-72.6624336597888,41.77411179622952],[-72.66245711411376,41.77409068314673],[-72.6624805317852,41.77406959742995],[-72.66250394946083,41.77404845686999],[-72.66252736717593,41.77402731626436],[-72.66255071154647,41.77400614815859],[-72.6625740559017,41.7739849800891],[-72.66259736362294,41.773963784506336],[-72.66262063472792,41.773942588891146],[-72.66264386914413,41.77392136584469],[-72.6626671035822,41.77390011531296],[-72.66269026469352,41.77387886472095],[-72.66271338911622,41.7738575866569],[-72.66273651361547,41.77383628114851],[-72.66275956482505,41.7738149481404],[-72.66278257940071,41.77379358766033],[-72.66280555725085,41.77377222714776],[-72.66282846184843,41.773750811655106],[-72.66285136644856,41.77372942363835],[-72.6628741978154,41.77370792580324],[-72.6628969558189,41.77368645530677],[-72.66291971384415,41.77366495740707],[-72.66294239861703,41.773643404527355],[-72.66296501006362,41.773621851587826],[-72.66298758491332,41.773600243736986],[-72.66301012307454,41.77357860845531],[-72.66303258800122,41.773556945633366],[-72.6630549795839,41.77353525531206],[-72.663077334533,41.77351353747817],[-72.66309961622973,41.77349176474647],[-72.66312182463726,41.77346996451562],[-72.6631439231003,41.77344813671703],[-72.66316605827745,41.77342625410351],[-72.66318808345548,41.77340434392229],[-72.66321003543592,41.77338237880252],[-72.66323198731001,41.773360441118015],[-72.66325390264196,41.77333844856348],[-72.66327585452301,41.77331648343083],[-72.66329780642594,41.773294490854255],[-72.66331975840542,41.77327247083386],[-72.66334167362315,41.77325047822119],[-72.66336366226489,41.773228430780144],[-72.66338557748945,41.77320641071931],[-72.66340741946189,41.77318433572003],[-72.66342933469332,41.77316228821106],[-72.66345121338267,41.77314018579127],[-72.66347309200242,41.77311808332615],[-72.66349493391517,41.773096008309835],[-72.66351677588636,41.773073878410095],[-72.66353858122402,41.773051721039046],[-72.66356038651018,41.77302959106245],[-72.66358215519939,41.77300740621589],[-72.6636038872184,41.77298522133773],[-72.66362561925924,41.772963008974735],[-72.6636473146299,41.77294079662109],[-72.66366897336714,41.772918556755336],[-72.6636905954709,41.772896289418384],[-72.66371221750502,41.77287402211815],[-72.66373376630533,41.772851727278415],[-72.66375531509073,41.77282943243461],[-72.66377679056946,41.77280708265262],[-72.66379826606995,41.772784705427],[-72.66381966833663,41.77276230070291],[-72.66384107042407,41.77273997833448],[-72.66386239936935,41.77271751862735],[-72.66388369160822,41.77269508636934],[-72.66390491055868,41.77267262661304],[-72.663926129531,41.772650139413116],[-72.66394727521498,41.772627624673945],[-72.66396838417451,41.77260510994444],[-72.66398941993697,41.772582540277114],[-72.66401038232016,41.77255997051025],[-72.66403138143481,41.772537373368145],[-72.66405223386026,41.772514776072],[-72.66407308638051,41.772492096453114],[-72.6640938655762,41.77246941677577],[-72.66411457148392,41.77244670964138],[-72.66413520404903,41.77242397496811],[-72.66415576338092,41.77240121279691],[-72.66417628602521,41.772378423114056],[-72.66419673543632,41.772355605974354],[-72.66421711150501,41.77233276133679],[-72.66423741424957,41.77230991664098],[-72.66425768043413,41.7722869895546],[-72.66427783658513,41.772264062423744],[-72.66429791950324,41.77224110775432],[-72.66431792907922,41.772218125628136],[-72.66433786540404,41.77219508852387],[-72.66435772845986,41.772172051361665],[-72.66437751811891,41.77214898670185],[-72.66439719796325,41.77212583963818],[-72.66441680448403,41.772102692516725],[-72.66443633766296,41.772079517897794],[-72.66445576086376,41.772056343194],[-72.66447511088641,41.77203305863309],[-72.66449438754947,41.77200980149503],[-72.66451355434351,41.771986461912526],[-72.66453264775961,41.771963122313295],[-72.66455159457973,41.7719397551217],[-72.66457050485869,41.77191633302058],[-72.66458926843232,41.771892883368054],[-72.66460795881031,41.77186937877897],[-72.66462653919243,41.771845846665755],[-72.66464504634284,41.77182228705567],[-72.664663406843,41.77179869985346],[-72.66468169403835,41.771775057755775],[-72.66469987138386,41.77175136065364],[-72.66471790211557,41.77172760860192],[-72.66473574970622,41.7717037466126],[-72.66475345077427,41.77167980215228],[-72.66477096868286,41.77165572039675],[-72.66478826672387,41.77163158355588],[-72.66480549153299,41.771607336899834],[-72.66482249660177,41.77158298027939],[-72.66483935503904,41.77155854127023],[-72.66485599370017,41.77153401973658],[-72.66487252243911,41.77150941580043],[-72.66488886800197,41.771484729366875],[-72.66490495702529,41.771459960463794],[-72.66492089956327,41.771435081650985],[-72.66493673216205,41.77141017531517],[-72.66495234491228,41.77138515905651],[-72.66496777445106,41.77136008774044],[-72.66498302075979,41.77133493400929],[-72.66499812056648,41.771309725247924],[-72.66501300043447,41.7712844340036],[-72.66502773380061,41.77125908777013],[-72.66504224724719,41.771233686452554],[-72.66505661408277,41.77120823018684],[-72.66507076114458,41.771182691397605],[-72.66508476155971,41.77115712509997],[-72.66509857874628,41.771131476305875],[-72.66511217606893,41.77110577242802],[-72.66512559010995,41.77108006845468],[-72.66513882092293,41.77105428202598],[-72.66515186849072,41.77102846798035],[-72.66516473284953,41.77100259896013],[-72.66517741390889,41.77097670232309],[-72.66518991172366,41.77095077811017],[-72.66520218962125,41.770924798855006],[-72.66521428427467,41.77089879206503],[-72.66522619568423,41.77087275761752],[-72.66523792383121,41.770846668195816],[-72.66524943200878,41.77082060605079],[-72.66526075696024,41.77079446145111],[-72.66527186197877,41.770768316647775],[-72.66528278371842,41.7707421717496],[-72.66529352216071,41.77071599927612],[-72.66530411401459,41.770689799213294],[-72.66531441260977,41.77066357149462],[-72.66532452789113,41.77063737112096],[-72.66533449653,41.77061114315805],[-72.6653442085836,41.77058491504694],[-72.6653536641601,41.77055860438689],[-72.6653628631691,41.77053223865854],[-72.6653717689571,41.770505817835044],[-72.66538041834059,41.77047925958361],[-72.66538877450363,41.770452646278166],[-72.6653969107731,41.77042600533016],[-72.66540475385862,41.77039928184762],[-72.66541237712282,41.7703724758844],[-72.66541974378566,41.77034564229283],[-72.66542685397405,41.770318726152915],[-72.66543374421536,41.77029178245254],[-72.66544037798276,41.77026475620385],[-72.66544682845742,41.770237702380705],[-72.66545302242278,41.77021059348986],[-72.66545899647807,41.77018342955818],[-72.66546478729609,41.77015623805221],[-72.66547035816866,41.77012901890406],[-72.66547570918668,41.77010174475621],[-72.66548087696819,41.770074442993135],[-72.66548582480499,41.770047113669946],[-72.66549062609512,41.770019729318875],[-72.66549520745997,41.769992344806326],[-72.66549960553452,41.76996493271972],[-72.66550385697244,41.769937493085706],[-72.66550792519395,41.76991005331724],[-72.66551184677925,41.769882586001536],[-72.66551558507511,41.76985509111172],[-72.6655191768087,41.76982759611427],[-72.66552258521739,41.76980010098239],[-72.66552588366292,41.76977260576975],[-72.66552903543739,41.76974511044952],[-72.66553204063143,41.76971758758207],[-72.66553489920949,41.76969006460706],[-72.66553764778932,41.76966256895006],[-72.66554024969867,41.76963507322636],[-72.66554277829917,41.76960757744885],[-72.66554516024853,41.76958010900338],[-72.66554636245164,41.7695655885408]]]},"properties":{"name":"North Meadows","HPD_NH_ID":3}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.65467335248393,41.80600500477739],[-72.65478102774347,41.80584751091367],[-72.65596252833494,41.804119302377984],[-72.65612262275046,41.803897661279144],[-72.65749288916422,41.801813732545746],[-72.65810342648533,41.800929253215386],[-72.65895692480983,41.79976416955185],[-72.66002304440721,41.798273984517316],[-72.66099606210565,41.79674536379556],[-72.66121210223109,41.79642198653408],[-72.66163588239804,41.795765235590984],[-72.66265695895713,41.79445286844721],[-72.66332540994533,41.793719535690265],[-72.6637541344232,41.793279229844586],[-72.66428475048633,41.79273437721389],[-72.66518806283358,41.79180679653778],[-72.66548022382503,41.791497939532306],[-72.66582264074874,41.79113560526904],[-72.66619925229043,41.79073693180508],[-72.66630573832144,41.79062432311697],[-72.66700462390271,41.78965044284813],[-72.66704939136986,41.78959061657155],[-72.66711413126453,41.78950421807562],[-72.66765660418335,41.78878080835586],[-72.66801094899864,41.78820888276589],[-72.66870745282716,41.78708422672085],[-72.66902649685939,41.787054435975314],[-72.67001090649651,41.786958043578075],[-72.67114910351233,41.78684905460205],[-72.67125476256098,41.78683900746946],[-72.67218575615206,41.78675388208003],[-72.67310918127298,41.78666891279393],[-72.673879969154,41.786595157545],[-72.67409797937962,41.78614386852162],[-72.67437638448301,41.7855830208941],[-72.67469063612623,41.78493969622103],[-72.67501933592956,41.78427751558469],[-72.67508457433306,41.784142402096194],[-72.67535585927808,41.78358103294954],[-72.67562367576375,41.78304435906361],[-72.67578420519938,41.78274190717561],[-72.67586078350676,41.782507836206484],[-72.676075593197,41.78142295816927],[-72.67675453876265,41.78145186314133],[-72.67785166731122,41.78169919616137],[-72.67921091688548,41.781984411345356],[-72.68030921009213,41.78223069036341],[-72.68067577697408,41.78230415142401],[-72.68145336442169,41.782459835945],[-72.68220847943839,41.7826316265261],[-72.6823079114266,41.78265123771369],[-72.68304770132268,41.782797629939274],[-72.68385621149508,41.78297510309176],[-72.68437506760549,41.783157720263105],[-72.68498718565542,41.783347421384],[-72.68498350815392,41.783356681467346],[-72.68611863240848,41.7837181860185],[-72.6864668859577,41.7837864703733],[-72.68686309944864,41.783790804559985],[-72.68735604646211,41.7837629437121],[-72.68831489485628,41.783719380353645],[-72.68948811507084,41.78380026969118],[-72.69070920590883,41.78390895823689],[-72.69078379265049,41.784537776328015],[-72.6908480675429,41.78517002011632],[-72.69290374909038,41.78508666693881],[-72.69479279501617,41.78502995846625],[-72.69610871010791,41.78496403079889],[-72.6960554278212,41.785378732666764],[-72.69596503237794,41.78605120673643],[-72.69586770103064,41.78679880040422],[-72.69570668219703,41.78805696902038],[-72.69564763411427,41.788508373486316],[-72.69552376183296,41.789462972843324],[-72.69534057950345,41.79089847639536],[-72.69529700558144,41.79120632985456],[-72.69509777376521,41.79182558031876],[-72.69505163068091,41.79191560305711],[-72.69500020070645,41.7920229476812],[-72.69494096707766,41.792144181778816],[-72.69473662778418,41.79256772946794],[-72.69463927723646,41.792770241946904],[-72.69457590608613,41.79290227873581],[-72.69432334781197,41.79342459506107],[-72.69417938224046,41.79372725127915],[-72.69414149519787,41.79380733264025],[-72.69403124793048,41.79407673034599],[-72.69382828950945,41.79474262996025],[-72.69378772958174,41.79499765381576],[-72.69376375212855,41.79594818428636],[-72.69376532236286,41.79598643355227],[-72.69172381171926,41.795988163988866],[-72.69032566978538,41.79599499790522],[-72.68989568144622,41.79599888893053],[-72.69008345932245,41.79717027158],[-72.69010609417647,41.79747677997049],[-72.69010210023559,41.79783164504687],[-72.69009563986677,41.798619244247156],[-72.69008894742957,41.79940992867024],[-72.6900888754384,41.799487625491565],[-72.69009016977317,41.80031587389987],[-72.69001054486074,41.80090344720497],[-72.69001051328269,41.80090368009593],[-72.6900104626206,41.800903480867625],[-72.68998677399424,41.80089962659137],[-72.68942385804444,41.80080816863395],[-72.68917270806577,41.80076736678067],[-72.68873975106347,41.800697022270434],[-72.6886705924427,41.80068578901198],[-72.68849124216315,41.80065660456823],[-72.688416913237,41.800644517699965],[-72.68800738956901,41.80057796998383],[-72.68593671913287,41.80024146472107],[-72.68569634058923,41.80025296674607],[-72.68569557039515,41.80025302123702],[-72.68569432337266,41.80025307542142],[-72.6853686716335,41.800268618172915],[-72.68539804147753,41.801229754168666],[-72.68540218059427,41.80167545049576],[-72.68540764689493,41.80218777788665],[-72.68544701723847,41.80290542163172],[-72.68545310426862,41.80301689649229],[-72.68498864949167,41.80307426522138],[-72.68384856435999,41.80321461745207],[-72.68241243789842,41.803443534557175],[-72.66289792063853,41.806592747076174],[-72.6615104803277,41.806809640630156],[-72.66039160362938,41.80699195656922],[-72.6588489462838,41.80724330255502],[-72.65857396770923,41.80615199923077],[-72.6585433663526,41.80603062427653],[-72.658534941007,41.80599716518336],[-72.65854116854841,41.805950792309254],[-72.65859644185059,41.80553612501333],[-72.65859692370672,41.80553255790543],[-72.658617926909,41.80549003863875],[-72.65927349922038,41.805547773094666],[-72.65951935751619,41.80556939859169],[-72.66037068024099,41.80544289386592],[-72.6603883261465,41.805440080974236],[-72.66151246813749,41.805276896475014],[-72.66238729415474,41.805149900936115],[-72.662211228393,41.8038899092435],[-72.66254033218561,41.80245173207659],[-72.66273042884761,41.801660543319024],[-72.6628065177897,41.801343914004356],[-72.6620294284148,41.801377353436145],[-72.66200514750415,41.80137862471301],[-72.6616798493077,41.80139547307137],[-72.66151776859782,41.801403883643225],[-72.66092186442798,41.801430566188984],[-72.66062033746825,41.801443011658684],[-72.66061868318526,41.801445836966],[-72.66024357795568,41.80146330134692],[-72.66014485294926,41.80156481680654],[-72.66003485199812,41.80167798649928],[-72.65992477734056,41.801791101106915],[-72.65964931331906,41.80207439462765],[-72.65964832161589,41.802075436672396],[-72.65937307558767,41.802358455291916],[-72.6593719737446,41.802359579566],[-72.6592636229552,41.802470993430084],[-72.65926215371785,41.80247255652691],[-72.65895943069059,41.802783790848096],[-72.65895891645326,41.8027843393128],[-72.65873622468854,41.803013308570186],[-72.6584849964409,41.803268599596024],[-72.65825212703021,41.80350807030829],[-72.65726883675976,41.8045219443355],[-72.65695133049118,41.80484688266841],[-72.6568308472222,41.80497255453332],[-72.65677978971152,41.80502503827182],[-72.65653134755634,41.80521978903746],[-72.6557769423695,41.80581111076967],[-72.65486356978018,41.805971586666665],[-72.65467335248393,41.80600500477739]]]},"properties":{"name":"Northeast","HPD_NH_ID":2}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.69001051328269,41.80090368009593],[-72.69001054486074,41.80090344720497],[-72.69009016977317,41.80031587389987],[-72.6900888754384,41.799487625491565],[-72.69008894742957,41.79940992867024],[-72.69009563986677,41.798619244247156],[-72.69010210023559,41.79783164504687],[-72.69010609417647,41.79747677997049],[-72.69008345932245,41.79717027158],[-72.68989568144622,41.79599888893053],[-72.69032566978538,41.79599499790522],[-72.69172381171926,41.795988163988866],[-72.69376532236286,41.79598643355227],[-72.69376375212855,41.79594818428636],[-72.69378772958174,41.79499765381576],[-72.69382828950945,41.79474262996025],[-72.69403124793048,41.79407673034599],[-72.69414149519787,41.79380733264025],[-72.69417938224046,41.79372725127915],[-72.69432334781197,41.79342459506107],[-72.69457590608613,41.79290227873581],[-72.69463927723646,41.792770241946904],[-72.69473662778418,41.79256772946794],[-72.69494096707766,41.792144181778816],[-72.69500020070645,41.7920229476812],[-72.69505163068091,41.79191560305711],[-72.69509777376521,41.79182558031876],[-72.69529700558144,41.79120632985456],[-72.69534057950345,41.79089847639536],[-72.69552376183296,41.789462972843324],[-72.69564763411427,41.788508373486316],[-72.69570668219703,41.78805696902038],[-72.69586770103064,41.78679880040422],[-72.6967384467458,41.78691909649408],[-72.697078935353,41.786990087868915],[-72.69718502387153,41.78701500606153],[-72.69736122268563,41.78705625201559],[-72.69779861768276,41.78717067934886],[-72.69848117515812,41.787353480973714],[-72.69896783940001,41.78747392825342],[-72.69913557450599,41.787499728976485],[-72.7007207220837,41.78755170118025],[-72.70099757770475,41.78753484022623],[-72.70126620742977,41.78748195501173],[-72.70151905082277,41.78739510218344],[-72.70174762357274,41.78727702376357],[-72.7017742201529,41.78725971047236],[-72.70186318274476,41.78719748649607],[-72.70205056269818,41.78700100753315],[-72.70219005823976,41.78678323860003],[-72.70227640076236,41.786550700019916],[-72.70230078862863,41.786416925686616],[-72.70230775281398,41.78629583750274],[-72.70251455318748,41.785238354704894],[-72.70253706667434,41.78516581210882],[-72.70274501886834,41.784710865025566],[-72.7030551544941,41.78428974527806],[-72.70331015803781,41.78436257194816],[-72.70351522844894,41.78440604862882],[-72.70391483676005,41.78447430099649],[-72.7041568612186,41.78451483436484],[-72.70427618083498,41.78453481739731],[-72.70441526825816,41.784558199269654],[-72.70470329061324,41.78460668052624],[-72.70500735128428,41.784657738562],[-72.70531301925496,41.784708970638796],[-72.70550686950709,41.78474163452762],[-72.70566864129775,41.78476776631095],[-72.70579443942948,41.78478427907855],[-72.70590557465366,41.78479701489554],[-72.70600777264491,41.784811632828],[-72.70618261423037,41.784827306753336],[-72.70635287579556,41.784836633395166],[-72.70655545026305,41.784844943499884],[-72.70665261470987,41.784846694172344],[-72.70692211339737,41.78484079262542],[-72.70721521878104,41.78483266795726],[-72.70750604547756,41.78480670581196],[-72.70785830598753,41.78475023337633],[-72.70808847013362,41.784703297079005],[-72.70809758488336,41.78470143834957],[-72.70847368777795,41.78462456275896],[-72.70869967271526,41.78457850716852],[-72.70948108428041,41.78499608205523],[-72.71060336417881,41.78564120311281],[-72.71104641820826,41.78589571189559],[-72.71121044465491,41.785989928761126],[-72.71219095555385,41.786550084191035],[-72.71244937987684,41.78668137885604],[-72.7127215549754,41.78681936545142],[-72.71304048946158,41.78694330174651],[-72.71336676688634,41.78705180623862],[-72.71345704175461,41.787085620987156],[-72.71376539274075,41.78769494452982],[-72.71414147049111,41.788515598214865],[-72.71436304561979,41.78900088504443],[-72.71458508155852,41.78948737432132],[-72.71465100571874,41.7896321523232],[-72.71499642779168,41.790391046645155],[-72.71597001641366,41.792535288365045],[-72.7162069538684,41.793058312766725],[-72.71620695474297,41.79305831473279],[-72.71621152250145,41.793089371031016],[-72.71623162024581,41.7932257390439],[-72.71625171806052,41.79336213452899],[-72.71626388632156,41.79344485000098],[-72.7162657132973,41.793457474120366],[-72.71627086576112,41.79349230023347],[-72.7162918772371,41.793634897942454],[-72.71630664012058,41.79373520486183],[-72.71631179292882,41.793769454701135],[-72.71637830455369,41.794211683593986],[-72.71641666790902,41.79448447386241],[-72.7182003978764,41.806591631269406],[-72.71514228765858,41.80667214315616],[-72.71487130303107,41.80667914122733],[-72.71138260901044,41.80676941087148],[-72.70788007718325,41.80685989936145],[-72.70787787646141,41.806859953437595],[-72.70765728744709,41.80686574549644],[-72.70765578361225,41.806865772384455],[-72.70663760406862,41.80689217845013],[-72.70660859076301,41.806892935937604],[-72.70605477030404,41.80690729848101],[-72.70595918407447,41.80690975934032],[-72.70593156458486,41.806910462310526],[-72.70575231288169,41.80691508643978],[-72.70551987616517,41.806921089391686],[-72.70529077716947,41.80692701084978],[-72.70506164153109,41.80693290435883],[-72.70483254250627,41.80693882490796],[-72.70464910918334,41.806943555447106],[-72.70448379544567,41.80694782632707],[-72.70421882388385,41.806954664536306],[-72.70399885787302,41.80696034005639],[-72.70381557118085,41.806965069370996],[-72.70363228442682,41.80696977091447],[-72.7034489976811,41.806974499606454],[-72.70326571085384,41.806979228007506],[-72.7030824240545,41.80698395615867],[-72.70289913722834,41.806988683977956],[-72.70271585032066,41.80699341150638],[-72.70253256344091,41.806998138784884],[-72.70234923980516,41.807002865716406],[-72.7020755014848,41.80700991494708],[-72.70180223987379,41.8070169636869],[-72.70180091940567,41.80701699061618],[-72.70179497737118,41.80701712533305],[-72.70158524452864,41.807022471213635],[-72.70158465766067,41.80702249840695],[-72.70158102636086,41.807022606642136],[-72.70140184738486,41.80702722404994],[-72.70121892705868,41.807031949398024],[-72.70103549326205,41.80703667419776],[-72.70085257290319,41.80704137148525],[-72.70066917567294,41.807046095718825],[-72.7004857784705,41.807050819702035],[-72.70030234451201,41.80705554333732],[-72.70011920395685,41.80706029424734],[-72.69993580661924,41.80706501735722],[-72.69966071062808,41.80707208767445],[-72.69938601799707,41.80707915755417],[-72.6992026572817,41.80708387951599],[-72.69901947985778,41.80708860122661],[-72.69883608241436,41.80709332254928],[-72.69865272156395,41.80709804363788],[-72.69846936074148,41.80710276439452],[-72.69828632996362,41.80710748500777],[-72.6981030057075,41.807112205199125],[-72.6979214787977,41.80711687107224],[-72.69791880115747,41.8071169521829],[-72.69791509651917,41.807117032830355],[-72.69774039195683,41.807121536818165],[-72.69773786103681,41.807121590551674],[-72.6977353301493,41.80712167172449],[-72.697731808916,41.80712177988846],[-72.69755501333506,41.80712661196285],[-72.69737201889643,41.80713157813901],[-72.69718612671778,41.80713665245761],[-72.69700360906953,41.80714159082869],[-72.69681635969525,41.80714674628846],[-72.69672187301799,41.80714930976672],[-72.69662881738323,41.80715124264154],[-72.69644630058328,41.80715505499538],[-72.69625978574479,41.80715892007927],[-72.6958811073144,41.80716681133286],[-72.69573325251024,41.807169897851814],[-72.69572951107628,41.8071701156497],[-72.69572136796434,41.807170605772576],[-72.69571913045505,41.80717076935722],[-72.69548606164703,41.80718465525808],[-72.69497950170074,41.807214848748586],[-72.69479661175386,41.80722576593311],[-72.69461496891844,41.807236601067096],[-72.69443013477769,41.807247626496405],[-72.69434716304161,41.807252553644105],[-72.69424398010514,41.807258733310626],[-72.69420704265296,41.80726091086805],[-72.69406248378318,41.80726956764638],[-72.6940247393188,41.80727179963337],[-72.69387937347855,41.80728048323076],[-72.69384210585089,41.80728268799133],[-72.6936987574083,41.80729123510453],[-72.69365950899626,41.80729357603745],[-72.69351469325724,41.80730223200483],[-72.69347680207997,41.807304436301614],[-72.69333257314217,41.80731309232783],[-72.6932938382524,41.807315378509664],[-72.69314949926576,41.8073240068139],[-72.69311116786372,41.80732626565274],[-72.69296704893134,41.80733489383736],[-72.69292849738918,41.80733717998718],[-72.6927846718545,41.80734575321043],[-72.6927455700995,41.80734806642508],[-72.69259932361905,41.80735680285353],[-72.69256286282697,41.807358980122025],[-72.6924156625409,41.80736777076326],[-72.69238022889117,41.80736983872873],[-72.69223328533343,41.807378629224665],[-72.69219722801817,41.807380779140125],[-72.69204764343216,41.807389705315856],[-72.69201455725997,41.807391664589574],[-72.69186519267208,41.807400590639446],[-72.69183188641564,41.80740257714841],[-72.69168233837344,41.80741147543001],[-72.69164899543104,41.80741346186775],[-72.69150678354012,41.807421951996815],[-72.69150329888035,41.80742214234842],[-72.69128537749192,41.807435149260634],[-72.69125437660826,41.8071604617324],[-72.69123993698318,41.80702639787087],[-72.69116639423034,41.80634328959897],[-72.69115162790098,41.80620593243786],[-72.69109256241683,41.80565713491299],[-72.69107603609518,41.80551950238529],[-72.69101260265501,41.80493554862757],[-72.69101252983404,41.80493497232232],[-72.69098245749575,41.80473056523224],[-72.69085480527878,41.80422550308957],[-72.69080528713246,41.80402959314953],[-72.69079819648539,41.80400266844102],[-72.69074867136291,41.80381474422624],[-72.69065983456089,41.803460909847225],[-72.69059902699009,41.80321880823067],[-72.69056160724074,41.80306972129508],[-72.69053580554262,41.8029698446961],[-72.69052652271648,41.80293394512727],[-72.69001499380265,41.800921293407676],[-72.69001051328269,41.80090368009593]]]},"properties":{"name":"Blue Hills","HPD_NH_ID":1}}]} \ No newline at end of file diff --git a/docs/data/hartford-neighborhoods.png b/docs/data/hartford-neighborhoods.png new file mode 100644 index 000000000..c976176a8 Binary files /dev/null and b/docs/data/hartford-neighborhoods.png differ diff --git a/docs/data/hartford-outline.geojson b/docs/data/hartford-outline.geojson new file mode 100644 index 000000000..0cb2f9ede --- /dev/null +++ b/docs/data/hartford-outline.geojson @@ -0,0 +1 @@ +{"type":"FeatureCollection","features":[{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.64783691944068,41.72790748249132],[-72.64812591953915,41.72798348249677],[-72.64899491983535,41.728212482513186],[-72.64928491993422,41.72828948251878],[-72.65128292061449,41.728803482554135],[-72.65560292208546,41.72991648263089],[-72.65732492263724,41.729755482544476],[-72.65871192308178,41.72962748247522],[-72.65910992320016,41.72943048242434],[-72.65931392326091,41.729330482398446],[-72.66483592501808,41.72860148208021],[-72.66503692508373,41.72860448207435],[-72.66536492519023,41.72859848206265],[-72.66577792532173,41.728545482039145],[-72.66610092542469,41.72850548202104],[-72.6670179257167,41.72838848196898],[-72.66743192584858,41.728336481945625],[-72.66759792590084,41.728304481934096],[-72.66800192602803,41.728227481906245],[-72.66823792610491,41.72822748189866],[-72.67015392672072,41.72808148180891],[-72.67034892678335,41.72806648179975],[-72.670932926971,41.728021481772295],[-72.67112892703408,41.72800748176329],[-72.67116492704557,41.72800348176137],[-72.67187392727126,41.7279114817208],[-72.67241892744313,41.72781248168415],[-72.67375792787169,41.72767948161544],[-72.67508192829291,41.727503481538875],[-72.6774919290597,41.727184481399775],[-72.67905492955691,41.72697648130934],[-72.6803799299785,41.72680148123295],[-72.68063793006041,41.726764481217494],[-72.68141193030635,41.726656481171744],[-72.6816709303887,41.72662148115665],[-72.68187393045342,41.72659648114529],[-72.6824849306482,41.726522481111346],[-72.68253793066512,41.72651648110848],[-72.68268893071327,41.72649848110015],[-72.68275893072978,41.72638848107663],[-72.6828609307599,41.726334481062906],[-72.68289093076883,41.72631948105904],[-72.68300793080626,41.726307481052956],[-72.68313393084969,41.72634948105704],[-72.68327893089973,41.72639848106186],[-72.68339593093904,41.72641948106218],[-72.68357193099502,41.72639548105186],[-72.68357793099689,41.72639448105147],[-72.6837179310425,41.726394481046974],[-72.68382093107759,41.72642148104889],[-72.6853549315649,41.726205480957844],[-72.68995793302726,41.72556048068518],[-72.69033793314802,41.725507480662706],[-72.69103593336975,41.725409480621344],[-72.69149293352199,41.72546848061805],[-72.69156193354502,41.72547848061777],[-72.69173893360417,41.7255044806171],[-72.69177193361463,41.72549948061508],[-72.69184193363685,41.7254894806109],[-72.69217993374352,41.72542948058843],[-72.69228193377576,41.72541248058186],[-72.69319693406463,41.72525248052151],[-72.69353693417204,41.72519448049937],[-72.69392893429858,41.725174480482906],[-72.69394693430439,41.72517348048213],[-72.69431993442478,41.725154480466465],[-72.69495293462907,41.72512148043974],[-72.69517693470137,41.72510948043021],[-72.69558693483368,41.72508848041297],[-72.69594893495001,41.72506048039591],[-72.69632393507048,41.725031480378256],[-72.69656093514686,41.72501748036794],[-72.69743593542889,41.72496548032975],[-72.69918893599393,41.724862480253485],[-72.70131093667746,41.724729480159525],[-72.7013159366791,41.72472948015937],[-72.70252393706818,41.72465348010583],[-72.7029879372176,41.7246234800851],[-72.70471593777427,41.724516480008845],[-72.70483893781388,41.72450848000335],[-72.70505893788322,41.724468479988545],[-72.70571893809132,41.72434847994409],[-72.70593893816068,41.7243084799293],[-72.70679793843914,41.72428547989723],[-72.70937493927448,41.724216479801],[-72.71023393955294,41.72419347976893],[-72.71110593983212,41.724109479724625],[-72.71372394067033,41.723857479591686],[-72.71413894080325,41.72381847957078],[-72.71456194093071,41.72363847952236],[-72.71458894095227,41.723861479564626],[-72.71466994101706,41.72453147969162],[-72.71469794103902,41.72475547973404],[-72.71470294104971,41.724913479764446],[-72.71471894108225,41.7253904798562],[-72.71472494109331,41.72554947988676],[-72.71473194110494,41.72571247991809],[-72.71475494114064,41.72620448001249],[-72.71476294115264,41.72636848004395],[-72.71478794119061,41.726888480143735],[-72.71486594130556,41.72845048044335],[-72.71488294133123,41.72880148051068],[-72.71489194134388,41.72897148054327],[-72.71491294137826,41.729451480635426],[-72.71497894148231,41.730891480911815],[-72.71499194150385,41.7311934809698],[-72.71500094151702,41.731371481003926],[-72.71499194152594,41.73157848104426],[-72.71496594155325,41.73220248116577],[-72.71495794156257,41.73241048120626],[-72.71493594157423,41.732738481270395],[-72.71486894160893,41.733724481463234],[-72.71484794162097,41.73405348152752],[-72.71485694166113,41.734702481652725],[-72.7148859417824,41.73665248202889],[-72.71489594182293,41.73730248215426],[-72.71520594211219,41.7405844827789],[-72.71513494218286,41.7422194830973],[-72.7151389422065,41.7426084831724],[-72.71518494224156,41.74295848323858],[-72.71532294234693,41.744011483437724],[-72.71536594237953,41.74433548349897],[-72.71536994238238,41.74436248350408],[-72.71529994236435,41.74444548352238],[-72.71509394231158,41.74469548357733],[-72.71502494229394,41.74477948359579],[-72.71496294228389,41.744956483632],[-72.71496294228831,41.745033483646885],[-72.71496294229411,41.74513448366642],[-72.71502094233767,41.74556448374768],[-72.71504694236106,41.74582448379711],[-72.71507494238534,41.74608848384725],[-72.71509794240207,41.746249483877634],[-72.71516794245275,41.746735483969346],[-72.71519194246986,41.746897483999874],[-72.71519894248082,41.747048484028845],[-72.7152179425071,41.747398484095896],[-72.71522294251469,41.74750248411583],[-72.715230942526,41.74765448414497],[-72.71522694253068,41.74775848416518],[-72.7152169425454,41.748071484226024],[-72.71521494255077,41.74817648424639],[-72.71520394255276,41.748273484265496],[-72.71519494255406,41.74834748428009],[-72.71515694258446,41.74909248442533],[-72.71516294259071,41.74916748443964],[-72.71516794259612,41.74923348445222],[-72.71517794261281,41.749467484497146],[-72.71517394261346,41.749501484503845],[-72.7151459426188,41.74975348455346],[-72.7151409426177,41.74976248455536],[-72.71510194262278,41.75007248461653],[-72.71511294262982,41.75013248462779],[-72.71511894263342,41.750161484633196],[-72.71509494263135,41.750261484653294],[-72.71506494266097,41.75094748478686],[-72.71502494269983,41.7518514849629],[-72.71499694271901,41.7523444850591],[-72.7149739427358,41.7527674851416],[-72.71487794281033,41.75461048550092],[-72.71482994284682,41.75551848567797],[-72.71478294288424,41.75643648585691],[-72.71485594293702,41.75694148595215],[-72.71488894295736,41.75710848598337],[-72.7149689430065,41.75751048605848],[-72.71500494304033,41.757895486131744],[-72.7150479430807,41.758354486219055],[-72.71515994315824,41.75906948635362],[-72.71529694325336,41.75994848651909],[-72.71530994326454,41.76006948654207],[-72.71535294328419,41.76016748655962],[-72.71535294328802,41.76023448657256],[-72.71535294329239,41.760310486587244],[-72.71537294330598,41.76043348661038],[-72.71538494331374,41.76050048662294],[-72.71540294332367,41.760571486636074],[-72.71539594332623,41.76065548665254],[-72.7154049433326,41.760715486663834],[-72.71551194340466,41.76136348678562],[-72.71554794342882,41.7615794868262],[-72.71557494344842,41.76176748686168],[-72.71560694347107,41.76198048690179],[-72.7156579435079,41.76233248696818],[-72.71568594352787,41.762521487003795],[-72.71570594354462,41.76269948703754],[-72.71574494357634,41.763030487100266],[-72.71576794359567,41.76323648713933],[-72.7157889436128,41.76341548717325],[-72.7158609436617,41.76385848725652],[-72.71594394371775,41.76436348735143],[-72.71607894380912,41.7651884875065],[-72.71615194385842,41.76563248758994],[-72.71622394396547,41.76708748786876],[-72.71628994406461,41.76843848812767],[-72.71639694418003,41.769840488395104],[-72.7164219442072,41.77017148845826],[-72.71646794425654,41.77076948857231],[-72.71647094425967,41.77080648857935],[-72.7164189442557,41.77103248862469],[-72.71632894423799,41.77123448866661],[-72.71616294420528,41.771606488743835],[-72.71525194403853,41.773869489210355],[-72.71511094401063,41.774183489275565],[-72.71502094399285,41.7743844893173],[-72.71446094389611,41.77587548962337],[-72.71430694387156,41.77632148971449],[-72.7142649438634,41.77641748973438],[-72.71409994383154,41.77679848981329],[-72.71397194381082,41.777163489887926],[-72.71390294380326,41.77742348994037],[-72.71399294391509,41.77885849021467],[-72.71405194395174,41.779161490271285],[-72.71413394400226,41.779575490348634],[-72.71423094406245,41.7800724904415],[-72.71429094409947,41.78037649049828],[-72.71448494424065,41.78173249075394],[-72.71471994441171,41.78337549106371],[-72.71503094465284,41.785806491523196],[-72.71520594478802,41.78716549178001],[-72.71517594478952,41.78736149181883],[-72.71510194479423,41.78786249191796],[-72.71508994479538,41.787950491935334],[-72.71506094479727,41.78814749197432],[-72.71507994481934,41.788423492027015],[-72.71513694488566,41.78925349218545],[-72.71515694490812,41.789530492238306],[-72.71515794491378,41.78962349225621],[-72.71516094493082,41.789902492310006],[-72.71516294493681,41.789995492327904],[-72.71519394495509,41.79013749235433],[-72.7152869450099,41.790563492433584],[-72.71531894502856,41.79070649246018],[-72.71535594505075,41.79088249249296],[-72.71543294509722,41.79125449256231],[-72.71546694511746,41.79141349259193],[-72.71550494514003,41.79159049262488],[-72.71555594518892,41.792151492731556],[-72.7156009452311,41.7926294928224],[-72.71571194533661,41.793834493051506],[-72.71576494538616,41.79439549315812],[-72.7158539454579,41.79513849329871],[-72.7158869454773,41.7952884933266],[-72.71640194577695,41.79757949375233],[-72.71648094582297,41.79793149381776],[-72.71666494593012,41.79875149397013],[-72.71667894593827,41.79881349398164],[-72.71668594594279,41.79885249398896],[-72.7169719461261,41.800417494281874],[-72.71697194612625,41.80042049428245],[-72.71699294614005,41.800541494305136],[-72.717058946183,41.800913494374804],[-72.7170809461973,41.801037494398045],[-72.71789794648853,41.8014714944555],[-72.71794694652137,41.801764494510486],[-72.71801994656998,41.802195494591324],[-72.71770794665359,41.805413495222574],[-72.7175909466856,41.806631495461446],[-72.71706294651386,41.80663749547962],[-72.71547994599905,41.80665649553432],[-72.71495294582768,41.806663495552655],[-72.71351394536232,41.806726495611194],[-72.70919694396625,41.80691549578681],[-72.70775894350126,41.806979495845496],[-72.70675594317547,41.80699849588149],[-72.70654294310626,41.80700249588912],[-72.70289794192225,41.807071496019866],[-72.70168294152761,41.80709549606364],[-72.700908941276,41.807106496090704],[-72.69858994052217,41.80714149617215],[-72.69781694027093,41.80715349619936],[-72.69736794012607,41.80717949621885],[-72.69602293969224,41.8072584962774],[-72.69557493954777,41.80728549629705],[-72.69473793927826,41.807342496335],[-72.69222993847086,41.80751749644954],[-72.69139393820176,41.807576496487854],[-72.69138393819321,41.807484496470416],[-72.69137693818718,41.80741949645809],[-72.6913379381625,41.8072114964192],[-72.69132193815211,41.807121496402345],[-72.69130193813612,41.806956496371136],[-72.69124493808917,41.806463496277786],[-72.69122593807356,41.80629949624675],[-72.69121093806066,41.806160496220386],[-72.69116593802214,41.80574549614174],[-72.69115193800963,41.80560749611554],[-72.69113393799498,41.80545449608659],[-72.6910819379518,41.80499849600023],[-72.69106493793751,41.80484649597143],[-72.69102693791449,41.80466149593695],[-72.69091493784606,41.8041064958334],[-72.69087793782337,41.80392149579888],[-72.6908339377985,41.80373849576498],[-72.69070393772468,41.80319149566355],[-72.6906609377002,41.8030094956298],[-72.69060293767025,41.80281749559459],[-72.69043093758106,41.80224149548894],[-72.69037393755144,41.80204949545369],[-72.69032593752179,41.80180549540814],[-72.69018593743522,41.80109349527517],[-72.69017893743201,41.80107749527232],[-72.69007693738583,41.800852495232164],[-72.68977893728565,41.80079949523152],[-72.68939393715632,41.80073249523097],[-72.68888593698559,41.800642495229944],[-72.68858893688578,41.80059049522947],[-72.68807893671479,41.800507495229866],[-72.68654893620183,41.80025849523103],[-72.68603993603121,41.80017649523157],[-72.68605893606879,41.800722495336395],[-72.68611793618217,41.80236049565073],[-72.68613793622013,41.8029074957557],[-72.68502093586918,41.80313549583567],[-72.68488193582392,41.803136495840334],[-72.68448693569938,41.80320949586715],[-72.6843549356578,41.80323449587622],[-72.68433793565248,41.80323849587754],[-72.68324693530998,41.80346649595668],[-72.68161893479413,41.803723496058666],[-72.6756329328973,41.804668496433706],[-72.67291493203533,41.80508549660167],[-72.67241893187806,41.80516249663248],[-72.66801593048163,41.805837496904424],[-72.66347892904274,41.80653449718487],[-72.66330192898792,41.80658449720021],[-72.66277392882455,41.80673649724654],[-72.6625979287701,41.80678749726203],[-72.66236892869728,41.80681949727558],[-72.66168292847931,41.806917497316554],[-72.66159892845266,41.80693049732178],[-72.66152392842965,41.806955497329014],[-72.6614809284185,41.80700549734004],[-72.66139792839242,41.80702249734599],[-72.66115292831549,41.80707349736371],[-72.66107092828979,41.807091497369825],[-72.66092392824204,41.80709449737513],[-72.66048292809897,41.80710649739163],[-72.66033692805168,41.80711149739727],[-72.66026892802812,41.80708749739485],[-72.66014692798876,41.80709449740012],[-72.66000592794406,41.807116497408906],[-72.6590089276282,41.807275497471636],[-72.65878792755822,41.807311497485685],[-72.65867592752245,41.8073244974918],[-72.65860192748177,41.80703649743858],[-72.65847592741216,41.80653949734668],[-72.65839692736517,41.806169497277786],[-72.65833492732831,41.805879497223785],[-72.65833892732783,41.80584849721767],[-72.65835392732748,41.80575749719963],[-72.6583589273274,41.80572749719366],[-72.65849692737245,41.805728497189435],[-72.658608927409,41.80572949718601],[-72.65877992746698,41.80576849718805],[-72.65894292752226,41.805805497189944],[-72.66001792788882,41.80608649720965],[-72.66043092802964,41.80619449721721],[-72.66210092855094,41.80579249708592],[-72.66274292875137,41.80563849703554],[-72.66286192855253,41.80150049623276],[-72.66250592843515,41.80147749623978],[-72.66085592789129,41.801372496272535],[-72.66079092786987,41.80136849627386],[-72.66060192780931,41.80138649628341],[-72.66029492771095,41.80141649629906],[-72.66012392766646,41.8016124963424],[-72.66000092763464,41.80175649637417],[-72.65933692745729,41.802437496527],[-72.6583349271691,41.80310649668838],[-72.65803592708983,41.80342349675921],[-72.6577869270244,41.80369749682012],[-72.65745592694955,41.80427349694197],[-72.6573109269105,41.80441649697423],[-72.65687792679411,41.80484749707137],[-72.65673392675544,41.80499149710381],[-72.65637892666032,41.80535049718452],[-72.65573592648808,41.80600149733088],[-72.65513892629674,41.80605849736107],[-72.65463692613592,41.80610749738667],[-72.65340592573456,41.806106497426036],[-72.6497159245315,41.806103497544036],[-72.64848592413054,41.806103497583564],[-72.647916923942,41.80605049759161],[-72.64715292368892,41.80598049760263],[-72.64620992337652,41.80589349761613],[-72.64581992324739,41.8058584976219],[-72.6457309232179,41.80585049762322],[-72.6456409231881,41.80584249762456],[-72.6456709231612,41.80520349750024],[-72.64570192313467,41.80456449737586],[-72.64571892311896,41.80419449730387],[-72.64583692301686,41.801744496826984],[-72.64595692291311,41.79925449634229],[-72.64597292289933,41.79892349627787],[-72.64600492287202,41.798265496149774],[-72.64603592284438,41.7976074960217],[-72.64534692230885,41.79218549499665],[-72.6452359222223,41.79130749483064],[-72.64593592214086,41.78590749376506],[-72.64711892244716,41.7845244934599],[-72.64907892295462,41.782232492954165],[-72.6510399234623,41.77993949244818],[-72.65183692366865,41.77900749224253],[-72.65276892395394,41.778685492150366],[-72.65333492412728,41.778491492094716],[-72.65482492458347,41.77797849194774],[-72.65631492503968,41.77746549180077],[-72.65712592528797,41.77718649172082],[-72.65793692553629,41.77690749164085],[-72.65851892570075,41.77646749153715],[-72.6591009258652,41.776027491433425],[-72.6596229260126,41.77563149134015],[-72.66416092729466,41.772198490531004],[-72.66433692731606,41.771571490404206],[-72.6645749273449,41.77072149023229],[-72.66490892738581,41.76953648999258],[-72.66491692737924,41.769376489961395],[-72.66494992735593,41.76878248984556],[-72.66507292726655,41.76652348940504],[-72.66511492723707,41.76577048925816],[-72.66435892690973,41.764357489009356],[-72.6634669265235,41.76268948871562],[-72.66209192592821,41.76011948826303],[-72.66181892580997,41.75960848817303],[-72.6616779257489,41.759344488126516],[-72.66153692568791,41.75908148808022],[-72.66143692564461,41.758894488047275],[-72.66133692560129,41.75870748801434],[-72.66022492519075,41.7578654878873],[-72.65803692438284,41.75620748763703],[-72.6569709239803,41.755243487484904],[-72.65593692358983,41.75430848733733],[-72.65552692344123,41.75404648729985],[-72.65526692334701,41.75388048727611],[-72.65459592310388,41.75345248721487],[-72.65429792299585,41.75326148718752],[-72.65424292297593,41.753226487182516],[-72.6538889228477,41.75300148715039],[-72.65340492267403,41.75272248711197],[-72.65291992250002,41.7524434870736],[-72.65291792249931,41.75244248707347],[-72.65097892180363,41.75132648691993],[-72.65000692145486,41.75076648684285],[-72.64903692110688,41.750208486766084],[-72.64893892106922,41.75010848674991],[-72.64747692050726,41.74861248650754],[-72.6446369194157,41.745707486036906],[-72.64374091898229,41.7432334855872],[-72.64298191861502,41.741135485205795],[-72.64280691853045,41.74065348511819],[-72.64253691839983,41.73990748498256],[-72.64257191831473,41.73821948465495],[-72.64263691816375,41.73520748407028],[-72.64609891901378,41.730345483018716],[-72.64783691944068,41.72790748249132]]]},"properties":{"name":"Hartford"}}]} \ No newline at end of file diff --git a/docs/data/hartford-tracts-2010.geojson b/docs/data/hartford-tracts-2010.geojson new file mode 100644 index 000000000..7e9b7603c --- /dev/null +++ b/docs/data/hartford-tracts-2010.geojson @@ -0,0 +1,42 @@ +{"type":"FeatureCollection","features":[ +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.71102894222393,41.76623448787122],[-72.71127494230237,41.766204487857514],[-72.71201294253763,41.76611448781635],[-72.71225894261605,41.76608448780263],[-72.7125169426982,41.76605148778796],[-72.71328994294444,41.76595348774412],[-72.71354894302696,41.76592148772962],[-72.71380194310763,41.76589048771548],[-72.71456294335039,41.76580048767357],[-72.71481694343147,41.7657714876598],[-72.71508194351556,41.76573248764373],[-72.71509594352005,41.76573148764308],[-72.71588394377252,41.765657487603406],[-72.71615194385842,41.76563248758994],[-72.71622394396547,41.76708748786876],[-72.71628994406461,41.76843848812767],[-72.71639694418003,41.769840488395104],[-72.7164219442072,41.77017148845826],[-72.71646794425654,41.77076948857231],[-72.71647094425967,41.77080648857935],[-72.7164189442557,41.77103248862469],[-72.71632894423799,41.77123448866661],[-72.71616294420528,41.771606488743835],[-72.71525194403853,41.773869489210355],[-72.71511094401063,41.774183489275565],[-72.71502094399285,41.7743844893173],[-72.71446094389611,41.77587548962337],[-72.71430694387156,41.77632148971449],[-72.7142649438634,41.77641748973438],[-72.71409994383154,41.77679848981329],[-72.71397194381082,41.777163489887926],[-72.71390294380326,41.77742348994037],[-72.71399294391509,41.77885849021467],[-72.71405194395174,41.779161490271285],[-72.71413394400226,41.779575490348634],[-72.71423094406245,41.7800724904415],[-72.71429094409947,41.78037649049828],[-72.71448494424065,41.78173249075394],[-72.71471994441171,41.78337549106371],[-72.71503094465284,41.785806491523196],[-72.71520594478802,41.78716549178001],[-72.71485794467378,41.78715049178832],[-72.71390194436006,41.78711249181178],[-72.71381394433094,41.78710449181308],[-72.71346794421652,41.78707549181861],[-72.71327094415054,41.787044491818975],[-72.7132239441342,41.78702649181701],[-72.71314594410704,41.78699649181373],[-72.71290394402509,41.786942491811104],[-72.71253394389377,41.78675549178691],[-72.71251594388738,41.78674649178575],[-72.7123099438146,41.78664849177346],[-72.71204794372032,41.786493491751955],[-72.71171894360197,41.786299491725096],[-72.71125994343704,41.786032491688324],[-72.71099794334293,41.7858804916674],[-72.71055794318616,41.78564749163656],[-72.71024294307398,41.78548149161466],[-72.7096679428724,41.78523449158547],[-72.70917194270376,41.7851124915779],[-72.7088409425913,41.7850324915731],[-72.7086889425397,41.78499649157105],[-72.70857694250216,41.784978491571174],[-72.7085269424854,41.78497049157124],[-72.70824394239233,41.784955491577456],[-72.70823994239096,41.78495449157739],[-72.70812794235418,41.78494949158003],[-72.70806394233315,41.78494649158151],[-72.70789394227724,41.784937491585254],[-72.70724494206387,41.78490449159978],[-72.70719194204653,41.78490349160129],[-72.70695794197007,41.78489949160804],[-72.7063819417803,41.78486349161965],[-72.70619594171905,41.78485249162351],[-72.70534194143404,41.784735491628425],[-72.70466894120831,41.78462349162845],[-72.70410094101781,41.78452949162859],[-72.70394394091763,41.78367649146891],[-72.70368394077674,41.78269949128857],[-72.70361194073759,41.782426491238155],[-72.70340994064298,41.78192549114789],[-72.7030539404972,41.7814074910593],[-72.70248494027202,41.78071549094394],[-72.70212694013802,41.780413490897125],[-72.70166993996989,41.780079490847335],[-72.70086693968096,41.779604490781416],[-72.69969993926529,41.7789884907],[-72.69901493902132,41.77862749065232],[-72.69803293867257,41.778126490587134],[-72.69809893868576,41.777981490556996],[-72.69829893872598,41.77754749046672],[-72.69836593873954,41.77740349043674],[-72.69840193874634,41.777317490418966],[-72.6985119387676,41.777063490366366],[-72.69854893877478,41.77697849034875],[-72.69857693878073,41.77692349033723],[-72.69866193879913,41.776761490303194],[-72.69869093880548,41.77670749029182],[-72.69875893881913,41.77655949026104],[-72.69896293886009,41.77611549016871],[-72.69903093887375,41.775967490137944],[-72.69918393890501,41.775643490070415],[-72.69964593899994,41.774675489868535],[-72.69980093903192,41.774352489801146],[-72.69996993906433,41.77395848971959],[-72.70047793916208,41.772778489475265],[-72.70064793919492,41.772385489393855],[-72.70088993927831,41.77246448940134],[-72.70116493937243,41.77254348940774],[-72.7027239399063,41.7729944894447],[-72.70288593996179,41.77304148944857],[-72.70319494006736,41.773126489455045],[-72.70324494008446,41.77314048945613],[-72.7033179401094,41.77316048945765],[-72.70357894019855,41.773232489463155],[-72.70427494043638,41.77342448947785],[-72.70457794054045,41.77351748948606],[-72.7045899405446,41.77352148948645],[-72.7047719406078,41.773589489493745],[-72.70488694064986,41.77366948950547],[-72.7048909406526,41.77369448951018],[-72.70490294066082,41.773769489524284],[-72.70490794066394,41.77379548952915],[-72.70496194068825,41.773912489550014],[-72.70503094071837,41.774045489573496],[-72.70510694075159,41.774192489599436],[-72.70515994078133,41.77440948963965],[-72.7051959408188,41.77485748972505],[-72.70519994082251,41.77489948973302],[-72.70536594088642,41.77507048976073],[-72.70554194095106,41.775197489779586],[-72.70578594103655,41.77530148979182],[-72.70587994106954,41.77534248979672],[-72.70642094125431,41.77549048980789],[-72.70718894151403,41.77565548981505],[-72.70737094157558,41.77569448981672],[-72.70766194167396,41.77575648981934],[-72.70899594212402,41.776024489828146],[-72.70986494241832,41.776218489837646],[-72.71013994251147,41.776280489840765],[-72.71033594257777,41.77632248984256],[-72.71042094258753,41.77601048977957],[-72.7114039427927,41.77400748936095],[-72.71151694281643,41.77377948931327],[-72.71169894284745,41.77328748921236],[-72.71172894284433,41.773063489168116],[-72.71179594274223,41.77090648874924],[-72.71180794273343,41.77068548870615],[-72.71185394274072,41.77055148867877],[-72.71187694273014,41.77023648861716],[-72.71190194271868,41.769895488550475],[-72.7117769426439,41.769302488439926],[-72.71171294260533,41.76899448838249],[-72.71157994253018,41.76844048827973],[-72.71118294230547,41.76678048797175],[-72.71110694226245,41.76646248791276],[-72.71102894222393,41.76623448787122]]]},"properties":{"name":5245.02,"geoid":"09003524502"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.71478294288424,41.75643648585691],[-72.71485594293702,41.75694148595215],[-72.71488894295736,41.75710848598337],[-72.7149689430065,41.75751048605848],[-72.71500494304033,41.757895486131744],[-72.7150479430807,41.758354486219055],[-72.71515994315824,41.75906948635362],[-72.71529694325336,41.75994848651909],[-72.71530994326454,41.76006948654207],[-72.71535294328419,41.76016748655962],[-72.71535294328802,41.76023448657256],[-72.71535294329239,41.760310486587244],[-72.71537294330598,41.76043348661038],[-72.71538494331374,41.76050048662294],[-72.71540294332367,41.760571486636074],[-72.71539594332623,41.76065548665254],[-72.7154049433326,41.760715486663834],[-72.71551194340466,41.76136348678562],[-72.71554794342882,41.7615794868262],[-72.71557494344842,41.76176748686168],[-72.71560694347107,41.76198048690179],[-72.7156579435079,41.76233248696818],[-72.71568594352787,41.762521487003795],[-72.71570594354462,41.76269948703754],[-72.71574494357634,41.763030487100266],[-72.71576794359567,41.76323648713933],[-72.7157889436128,41.76341548717325],[-72.7158609436617,41.76385848725652],[-72.71594394371775,41.76436348735143],[-72.71607894380912,41.7651884875065],[-72.71615194385842,41.76563248758994],[-72.71588394377252,41.765657487603406],[-72.71509594352005,41.76573148764308],[-72.71508194351556,41.76573248764373],[-72.71481694343147,41.7657714876598],[-72.71456294335039,41.76580048767357],[-72.71380194310763,41.76589048771548],[-72.71354894302696,41.76592148772962],[-72.71328994294444,41.76595348774412],[-72.7125169426982,41.76605148778796],[-72.71225894261605,41.76608448780263],[-72.71201294253763,41.76611448781635],[-72.71127494230237,41.766204487857514],[-72.71102894222393,41.76623448787122],[-72.71081594211651,41.76557248775016],[-72.71017994179525,41.763586487386874],[-72.7099679416882,41.762925487265974],[-72.70990694165117,41.76262648721015],[-72.7097239415402,41.761732487043275],[-72.70968094151407,41.76152148700388],[-72.70966394150355,41.761434486987625],[-72.70962094147771,41.76122848694919],[-72.70949394140096,41.76061248683423],[-72.7094519413755,41.76040748679597],[-72.70962594143117,41.76038948678688],[-72.71014894159858,41.76033748676],[-72.71032394165466,41.76032148675128],[-72.71049894171075,41.76030548674255],[-72.71102694188014,41.76025948671667],[-72.7112029419366,41.7602444867081],[-72.71137394199138,41.76022848669951],[-72.71188894215643,41.76018048667365],[-72.7120609422116,41.7601654866652],[-72.71200694216563,41.759671486571484],[-72.71184494202777,41.75818948629029],[-72.71179194198211,41.75769548619651],[-72.7117169419473,41.757514486163956],[-72.71166894192483,41.7573954861425],[-72.71165694192057,41.757389486141726],[-72.71157994189366,41.75735748613801],[-72.7112209417782,41.7573834861546],[-72.71102694171584,41.757398486163744],[-72.71098994170391,41.757400486165324],[-72.71088294166958,41.757409486170495],[-72.71084694165802,41.75741248617224],[-72.71082994164162,41.75722348613625],[-72.71077894159247,41.756656486028305],[-72.71076294157646,41.75646848599248],[-72.710834941599,41.75645248598708],[-72.71104994166635,41.756405485971065],[-72.71112294168927,41.75639048596583],[-72.71219494202845,41.75621548589749],[-72.7130159422947,41.756194485867],[-72.71320494235684,41.75620448586285],[-72.71325694237424,41.756212485862726],[-72.71355394247226,41.75623448585742],[-72.71478294288424,41.75643648585691]]]},"properties":{"name":5245.01,"geoid":"09003524501"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.71513494218286,41.7422194830973],[-72.71465594202947,41.742265483121614],[-72.71449694197862,41.742281483129815],[-72.71419694188313,41.74232048314702],[-72.7133009415981,41.742439483198865],[-72.713001941503,41.742479483216215],[-72.71288394146546,41.74249548322311],[-72.7128079414413,41.74250548322748],[-72.71222894125724,41.742584483261396],[-72.71203694119625,41.74261148327279],[-72.71197294117603,41.74262248327697],[-72.71191694115812,41.74262848327993],[-72.71155694104338,41.74267248330003],[-72.71143794100547,41.74268748330675],[-72.71126394094995,41.74270748331622],[-72.71074294078392,41.742771483345365],[-72.71056994072882,41.74279348335518],[-72.71029694064242,41.74283748337248],[-72.7101989406114,41.742853483378724],[-72.71007794057316,41.74287348338649],[-72.70982894049433,41.742913483402226],[-72.70975494047067,41.742921483406164],[-72.70953594040095,41.74294948341861],[-72.70946294037769,41.74295848342271],[-72.70941894036353,41.7429614834247],[-72.70929094032252,41.74297348343114],[-72.70924794030874,41.7429774834333],[-72.70894794021291,41.74301048344933],[-72.70804793992559,41.74311248349801],[-72.70774893983014,41.7431464835142],[-72.70751893975671,41.743172483526635],[-72.70683093953731,41.74325448356462],[-72.7066019394643,41.743282483577396],[-72.70622893934541,41.743327483598094],[-72.7056559391628,41.74339848363026],[-72.7051099389888,41.743465483660785],[-72.70473793887027,41.74351148368164],[-72.7046129387972,41.742947483576614],[-72.704441938697,41.742171483432074],[-72.70423893857846,41.74125748326189],[-72.70411493850577,41.740694483157014],[-72.70407193848139,41.74051348312338],[-72.70385393841194,41.740540483135625],[-72.70369693836193,41.740560483144534],[-72.7040249384522,41.740271483078125],[-72.70402593845253,41.74027148307809],[-72.70391593838751,41.739762482983195],[-72.70387993836603,41.739592482951494],[-72.7038429383435,41.73940948291729],[-72.70383593833903,41.73937148291016],[-72.70372593827402,41.73886248281527],[-72.70368693825087,41.73868048278134],[-72.70364893822843,41.73850448274853],[-72.70354293816489,41.73799848265407],[-72.70353693816173,41.737977482650216],[-72.7034939381378,41.737804482618145],[-72.70348693813385,41.73777548261276],[-72.70346693812246,41.73769048259698],[-72.7034609381189,41.737662482591745],[-72.70341593809324,41.73747048255607],[-72.70328393801722,41.736894482448925],[-72.70323993799194,41.736703482413404],[-72.70317593796025,41.73651448237893],[-72.7029839378654,41.73595048227602],[-72.70291993783376,41.73576248224173],[-72.70362493805617,41.735636482194685],[-72.70574093872368,41.735257482053335],[-72.70644693894648,41.735132482006456],[-72.70639793891957,41.7349414819711],[-72.7062509388389,41.73436948186521],[-72.70620293881237,41.73417948183001],[-72.70612893877743,41.733990481795836],[-72.70598993871192,41.733637481732046],[-72.70597593869499,41.73342148169072],[-72.70597793869506,41.73341148168871],[-72.7060289387005,41.733216481649364],[-72.70589793865891,41.73323548165725],[-72.70550793853509,41.733291481680624],[-72.7053779384939,41.73331148168867],[-72.70535493846772,41.73298548162636],[-72.7052859383892,41.732007481439446],[-72.705262938363,41.73168148137714],[-72.70521293830679,41.730984481243944],[-72.70516293824952,41.73026948110725],[-72.70514793824023,41.73019248109284],[-72.70526193826302,41.72994248104083],[-72.70527893826426,41.729867481025764],[-72.70530493826689,41.72976548100521],[-72.7053019382507,41.72950048095406],[-72.70530193824928,41.72947548094921],[-72.70526593822414,41.72924148090512],[-72.70525393821578,41.72916348089041],[-72.7053299382278,41.72894148084504],[-72.70535293823161,41.72887748083192],[-72.70535293821666,41.72861648078143],[-72.70530493818006,41.728250480712184],[-72.70522193815033,41.728203480705766],[-72.70519293813523,41.728104480687534],[-72.7051769381268,41.728048480677224],[-72.70516893810722,41.727752480620246],[-72.70515493808891,41.72751248057425],[-72.70514493807437,41.727315480536475],[-72.70475093796746,41.72768948062148],[-72.70473293796165,41.727690480622265],[-72.70469593794974,41.72769248062385],[-72.70463993793149,41.72769248062564],[-72.70447293787733,41.727696480631785],[-72.70441793785953,41.72769848063393],[-72.70436993784395,41.72769948063568],[-72.70422993779853,41.72770248064075],[-72.70418293778334,41.72770448064265],[-72.70411593773768,41.72728848056434],[-72.70391493760083,41.72604248032979],[-72.70384793755522,41.725627480251674],[-72.70398493759933,41.72561848024553],[-72.70439593773169,41.72559248022728],[-72.70453393777619,41.7255844802213],[-72.70459393778336,41.72536848017758],[-72.70460893778542,41.72531948016761],[-72.704776937806,41.72472348004694],[-72.70483893781388,41.72450848000335],[-72.70505893788322,41.724468479988545],[-72.70571893809132,41.72434847994409],[-72.70593893816068,41.7243084799293],[-72.70679793843914,41.72428547989723],[-72.70937493927448,41.724216479801],[-72.71023393955294,41.72419347976893],[-72.71110593983212,41.724109479724625],[-72.71372394067033,41.723857479591686],[-72.71413894080325,41.72381847957078],[-72.71456194093071,41.72363847952236],[-72.71458894095227,41.723861479564626],[-72.71466994101706,41.72453147969162],[-72.71469794103902,41.72475547973404],[-72.71470294104971,41.724913479764446],[-72.71471894108225,41.7253904798562],[-72.71472494109331,41.72554947988676],[-72.71473194110494,41.72571247991809],[-72.71475494114064,41.72620448001249],[-72.71476294115264,41.72636848004395],[-72.71478794119061,41.726888480143735],[-72.71486594130556,41.72845048044335],[-72.71488294133123,41.72880148051068],[-72.71489194134388,41.72897148054327],[-72.71491294137826,41.729451480635426],[-72.71497894148231,41.730891480911815],[-72.71499194150385,41.7311934809698],[-72.71500094151702,41.731371481003926],[-72.71499194152594,41.73157848104426],[-72.71496594155325,41.73220248116577],[-72.71495794156257,41.73241048120626],[-72.71493594157423,41.732738481270395],[-72.71486894160893,41.733724481463234],[-72.71484794162097,41.73405348152752],[-72.71485694166113,41.734702481652725],[-72.7148859417824,41.73665248202889],[-72.71489594182293,41.73730248215426],[-72.71520594211219,41.7405844827789],[-72.71513494218286,41.7422194830973]]]},"properties":{"name":5247,"geoid":"09003524700"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.66107092828979,41.807091497369825],[-72.66092392824204,41.80709449737513],[-72.66048292809897,41.80710649739163],[-72.66033692805168,41.80711149739727],[-72.66026892802812,41.80708749739485],[-72.66014692798876,41.80709449740012],[-72.66000592794406,41.807116497408906],[-72.6590089276282,41.807275497471636],[-72.65878792755822,41.807311497485685],[-72.65867592752245,41.8073244974918],[-72.65860192748177,41.80703649743858],[-72.65847592741216,41.80653949734668],[-72.65839692736517,41.806169497277786],[-72.65833492732831,41.805879497223785],[-72.65833892732783,41.80584849721767],[-72.65835392732748,41.80575749719963],[-72.6583589273274,41.80572749719366],[-72.65849692737245,41.805728497189435],[-72.658608927409,41.80572949718601],[-72.65877992746698,41.80576849718805],[-72.65894292752226,41.805805497189944],[-72.66001792788882,41.80608649720965],[-72.66043092802964,41.80619449721721],[-72.66210092855094,41.80579249708592],[-72.66274292875137,41.80563849703554],[-72.66286192855253,41.80150049623276],[-72.66250592843515,41.80147749623978],[-72.66085592789129,41.801372496272535],[-72.66079092786987,41.80136849627386],[-72.66060192780931,41.80138649628341],[-72.66029492771095,41.80141649629906],[-72.66012392766646,41.8016124963424],[-72.66000092763464,41.80175649637417],[-72.65933692745729,41.802437496527],[-72.6583349271691,41.80310649668838],[-72.65803592708983,41.80342349675921],[-72.6577869270244,41.80369749682012],[-72.65745592694955,41.80427349694197],[-72.6573109269105,41.80441649697423],[-72.65687792679411,41.80484749707137],[-72.65673392675544,41.80499149710381],[-72.65637892666032,41.80535049718452],[-72.65573592648808,41.80600149733088],[-72.65513892629674,41.80605849736107],[-72.65463692613592,41.80610749738667],[-72.65498092621912,41.805603497278305],[-72.65545892633499,41.80490749712856],[-72.65599992646396,41.804082496951885],[-72.65633492654395,41.80357349684285],[-72.6564869265806,41.80334849679451],[-72.65694592669144,41.802673496649426],[-72.6570249267106,41.80255849662467],[-72.65709892672845,41.80244949660126],[-72.65721692675666,41.80227049656289],[-72.6574359268091,41.801940496492136],[-72.65806192695868,41.80099149628877],[-72.65828792701278,41.80065049621566],[-72.66039292752401,41.79760349555963],[-72.6608739276405,41.7969014954086],[-72.66103192767883,41.7966724953593],[-72.66202192791894,41.79523349504958],[-72.66203892792339,41.79521449504537],[-72.66208992793673,41.79515749503272],[-72.66210692794118,41.79513849502851],[-72.66287692813947,41.79422049482647],[-72.66299292816943,41.79408349479628],[-72.66379692838338,41.7932454946086],[-72.66470992863125,41.79237949441199],[-72.665436928829,41.791696494256726],[-72.6654599288353,41.79167549425192],[-72.66627492905295,41.790839494064265],[-72.66677292917186,41.79008349390224],[-72.66826792952907,41.78781749341651],[-72.66876692964834,41.787062493254645],[-72.66884192967258,41.78705849325145],[-72.66906692974533,41.787048493242295],[-72.66914292976992,41.78704549323926],[-72.66931592982539,41.78702949323062],[-72.66983892999322,41.786983493204914],[-72.67001293004907,41.78696849319642],[-72.67045193018949,41.786922493173414],[-72.671771930612,41.786788493105114],[-72.67221193075285,41.78674449308246],[-72.67254193085876,41.78671549306624],[-72.67353193117641,41.786628493017616],[-72.67386193128229,41.7865994930014],[-72.67373393125744,41.7868934930623],[-72.6735009312057,41.78731449315111],[-72.67332493116452,41.78759649321124],[-72.67299693107915,41.787971493294215],[-72.67191093078812,41.78906749354081],[-72.67232093092737,41.789165493546555],[-72.67355293134584,41.78946049356392],[-72.67396393148547,41.789559493569826],[-72.67420393156695,41.789616493573114],[-72.67492393181143,41.78978749358299],[-72.675163931893,41.78984549358648],[-72.67542793198243,41.78990449358939],[-72.67622293225168,41.79008149359802],[-72.6764879323415,41.79014149360107],[-72.67651093234946,41.790149493601874],[-72.67657993237344,41.79017549360467],[-72.67660393238177,41.79018449360564],[-72.67689293247986,41.790252493609486],[-72.67776293277511,41.79045649362091],[-72.67805293287358,41.790525493624905],[-72.67799193286578,41.79073549366742],[-72.67781093284302,41.791366493795095],[-72.6777509328356,41.79157749383779],[-72.67773193283358,41.791650493852494],[-72.67767693282835,41.79187149389695],[-72.67765893282673,41.791945493911804],[-72.67762493282231,41.7920614939353],[-72.67752393280938,41.79240949400577],[-72.67749093280534,41.792526494029424],[-72.67743993279906,41.79270649406584],[-72.67728793278047,41.793245494174805],[-72.67723793277457,41.793426494211346],[-72.67716893276547,41.793659494258584],[-72.67696393273886,41.79435949440037],[-72.67689593273015,41.79459349444774],[-72.6767439327111,41.795124494555175],[-72.67653693268568,41.79585649470317],[-72.67630293265519,41.79665349486461],[-72.6762809326517,41.796717494877655],[-72.67610993262618,41.79724349498474],[-72.67604093261816,41.797495495035626],[-72.67583393259419,41.79825249518846],[-72.67576593258656,41.798505495239496],[-72.67626993275645,41.79860349524222],[-72.67631693277235,41.79861349524263],[-72.67779393326691,41.798842495239334],[-72.67830293343735,41.79892149523821],[-72.67879393360198,41.79900149523786],[-72.68026893409653,41.79924149523676],[-72.68076093426154,41.79932249523656],[-72.68137293446658,41.7994194952356],[-72.68181693461526,41.79948849523463],[-72.68435793546644,41.79988849523009],[-72.684984935677,41.79999649523078],[-72.6857279359266,41.800125495231775],[-72.68603993603121,41.80017649523157],[-72.68605893606879,41.800722495336395],[-72.68611793618217,41.80236049565073],[-72.68613793622013,41.8029074957557],[-72.68502093586918,41.80313549583567],[-72.68488193582392,41.803136495840334],[-72.68448693569938,41.80320949586715],[-72.6843549356578,41.80323449587622],[-72.68433793565248,41.80323849587754],[-72.68324693530998,41.80346649595668],[-72.68161893479413,41.803723496058666],[-72.6756329328973,41.804668496433706],[-72.67291493203533,41.80508549660167],[-72.67241893187806,41.80516249663248],[-72.66801593048163,41.805837496904424],[-72.66347892904274,41.80653449718487],[-72.66330192898792,41.80658449720021],[-72.66277392882455,41.80673649724654],[-72.6625979287701,41.80678749726203],[-72.66236892869728,41.80681949727558],[-72.66168292847931,41.806917497316554],[-72.66159892845266,41.80693049732178],[-72.66152392842965,41.806955497329014],[-72.6614809284185,41.80700549734004],[-72.66139792839242,41.80702249734599],[-72.66115292831549,41.80707349736371],[-72.66107092828979,41.807091497369825]]]},"properties":{"name":5244,"geoid":"09003524400"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.68068493268959,41.7723774900345],[-72.68070193269445,41.77236549003163],[-72.68075493270987,41.77233349002375],[-72.6807729327151,41.77232249002105],[-72.68097693276765,41.77207948996754],[-72.68102293277941,41.77202348995523],[-72.68128293284657,41.77171748988775],[-72.68153793290774,41.771335489805736],[-72.68166793293405,41.77105548974746],[-72.68169793294014,41.770991489734136],[-72.68177193294648,41.77068148967185],[-72.68176893294233,41.77062648966132],[-72.68176293293098,41.77046248962983],[-72.68176093292723,41.77040848961946],[-72.68175893291935,41.770282489595175],[-72.68175293289572,41.769904489522325],[-72.6817519328882,41.7697794894982],[-72.68175593286973,41.7694344894314],[-72.68177093281524,41.76839948923092],[-72.68177593279712,41.76805548916429],[-72.68178593279819,41.76801748915662],[-72.68181993280285,41.76790548913388],[-72.68183193280466,41.76786848912635],[-72.6820319328502,41.76752648905383],[-72.68206693285828,41.767468489041484],[-72.68227493291107,41.76720748898437],[-72.68265793301379,41.766822488897645],[-72.68285193306835,41.76667148886224],[-72.68301793311514,41.76654448883236],[-72.68317393316,41.76644048880725],[-72.6832069331695,41.76641848880194],[-72.68330993319945,41.766355488786445],[-72.68334393320939,41.76633548878148],[-72.68339193322342,41.76630748877454],[-72.68353793326628,41.766225488753996],[-72.6835869332807,41.76619848874719],[-72.683809933349,41.76612248872535],[-72.68396393339626,41.76607148871054],[-72.68444993354704,41.7659394886694],[-72.68449093355981,41.76592948866615],[-72.68472193363223,41.765879488649055],[-72.68475393364231,41.765873488646875],[-72.68485393367389,41.76585648864036],[-72.68488693368437,41.76585148863833],[-72.68519593378234,41.765804488619324],[-72.6853529338322,41.765781488609825],[-72.68613393408667,41.765781488584715],[-72.68644793418899,41.765781488574625],[-72.6864969341808,41.76536048849169],[-72.68651993417727,41.76516848845385],[-72.68657793414415,41.76426148827668],[-72.68658093414197,41.76420648826597],[-72.68658593413889,41.76412448824997],[-72.68658793413765,41.764091488243515],[-72.68661493412223,41.76366948816109],[-72.68686793420726,41.76371448816166],[-72.687628934463,41.76385048816348],[-72.68788293454841,41.763896488164185],[-72.68811093462247,41.76389248815608],[-72.68813393462979,41.76388948815477],[-72.68888593487102,41.76382348811784],[-72.68913693495159,41.763802488105696],[-72.68938893503238,41.76377948809315],[-72.69014593527527,41.76371348805605],[-72.69039893535648,41.76369248804385],[-72.69058393541573,41.763674488034425],[-72.69113893559344,41.76362048800613],[-72.69132493565309,41.76360348799686],[-72.69272493609978,41.76343848791995],[-72.69302093619532,41.76342348790754],[-72.69359293638006,41.76339448788353],[-72.69359393638037,41.763394487883495],[-72.69368793642569,41.76365048792995],[-72.69373793645306,41.76384348796564],[-72.69375993646676,41.76395748798694],[-72.69379693649482,41.764236488039685],[-72.69382793652537,41.76459248810749],[-72.69382793655711,41.76514548821435],[-72.69379393660554,41.76618248841584],[-72.69377393669268,41.76781448873185],[-72.69378493671132,41.76807648878211],[-72.69381793676719,41.768862488932946],[-72.69382993678619,41.76912548898337],[-72.69380393679053,41.769348489027294],[-72.69372693680396,41.77001948915941],[-72.69370193680865,41.7702434892035],[-72.69335993669081,41.77013148919287],[-72.69233693633818,41.769795489160856],[-72.69199593622069,41.769684489150364],[-72.69170093611953,41.76959648914286],[-72.69127093597208,41.76946848913196],[-72.69105093589607,41.76939348912455],[-72.69081493581626,41.7693424891223],[-72.69051493571487,41.76927948911976],[-72.69044393570634,41.76953348917114],[-72.69023293568137,41.77029648932536],[-72.6901629356732,41.77055148937686],[-72.69003393565613,41.77098648946507],[-72.68964593560479,41.772294489730285],[-72.6895179355881,41.772730489818635],[-72.6898309356925,41.77277248981668],[-72.69076993600572,41.77289848981082],[-72.69108393611049,41.77294148980903],[-72.69142893622607,41.772996489808556],[-72.69246393657274,41.77316048980693],[-72.69280893668837,41.77321648980665],[-72.6930979367854,41.77326648980703],[-72.69368993698416,41.77336848980768],[-72.69396693707718,41.77341648980805],[-72.6942569371746,41.773467489808574],[-72.69431193719309,41.773477489808734],[-72.69447993724962,41.773508489809316],[-72.69453593726851,41.77351948980964],[-72.69491393739496,41.773576489808484],[-72.69605093777531,41.77374848980513],[-72.69642993790214,41.77380648980413],[-72.69710393812801,41.773915489803514],[-72.69912593880564,41.774242489801615],[-72.69980093903192,41.774352489801146],[-72.69964593899994,41.774675489868535],[-72.69918393890501,41.775643490070415],[-72.69903093887375,41.775967490137944],[-72.69896293886009,41.77611549016871],[-72.69875893881913,41.77655949026104],[-72.69869093880548,41.77670749029182],[-72.69866193879913,41.776761490303194],[-72.69857693878073,41.77692349033723],[-72.69854893877478,41.77697849034875],[-72.6985119387676,41.777063490366366],[-72.69840193874634,41.777317490418966],[-72.69836593873954,41.77740349043674],[-72.69829893872598,41.77754749046672],[-72.69809893868576,41.777981490556996],[-72.69803293867257,41.778126490587134],[-72.69797993866186,41.778240490610855],[-72.69782193863007,41.7785834906822],[-72.69776993861973,41.7786984907061],[-72.69674793826063,41.77824449065128],[-72.69604793801588,41.77795449061778],[-72.695658937882,41.77783049060636],[-72.69536893778222,41.77773849059791],[-72.69447693747908,41.77752149058469],[-72.69408193734486,41.777425490578864],[-72.69383093725962,41.77736549057534],[-72.69308093700495,41.777186490564894],[-72.6928309369201,41.77712749056155],[-72.69258193683552,41.77706749055796],[-72.69183493658184,41.77688849054743],[-72.6915859364973,41.77682949054403],[-72.69128893639628,41.776755490539315],[-72.69039793609323,41.77653449052527],[-72.6901019359926,41.77646149052068],[-72.68984993590699,41.77640049051701],[-72.68909593565088,41.7762194905063],[-72.68884493556565,41.77615949050277],[-72.68860793548487,41.77609749049844],[-72.68809593531039,41.77596449048921],[-72.68789893524304,41.775909490484906],[-72.68784093522328,41.77589449048387],[-72.68766893516344,41.77582849047665],[-72.68749093510188,41.77576649047041],[-72.68730993503652,41.77565549045479],[-72.68707593495097,41.77549349043102],[-72.68698393491687,41.775421490420065],[-72.68668793480727,41.775192490385336],[-72.68654693475523,41.77508649036939],[-72.68640593470555,41.775021490361375],[-72.68568493445161,41.774690490320616],[-72.68389393382094,41.77387049021979],[-72.68229193325708,41.77314149013046],[-72.68204993317156,41.77302549011582],[-72.68132493291553,41.772680490072474],[-72.68108393283039,41.77256549005801],[-72.68100393280213,41.77252749005323],[-72.68093493277782,41.772495490049266],[-72.68076393271745,41.77241449003912],[-72.68068493268959,41.7723774900345]]]},"properties":{"name":5246,"geoid":"09003524600"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.6827309316777,41.74310148430992],[-72.68272593168099,41.74318748432672],[-72.68279293172837,41.74363348441079],[-72.68286193177853,41.74411648450197],[-72.68292293182618,41.74460148459378],[-72.68310793196994,41.74605848486957],[-72.68316993201799,41.74654448496154],[-72.68319093203424,41.74670848499257],[-72.68325493208337,41.74720248508602],[-72.68325693208484,41.74721648508867],[-72.68331493211183,41.74735748511406],[-72.68273993192592,41.74738248513739],[-72.681016931369,41.747459485207635],[-72.68044293118349,41.74748548523111],[-72.68052393120094,41.74732948519835],[-72.68076793125374,41.74686348510039],[-72.68084993127155,41.74670848506779],[-72.68008693102603,41.746761485102574],[-72.67966093088896,41.74679148512205],[-72.67813393040426,41.747014485214244],[-72.67781493030326,41.747065485234344],[-72.67706093006458,41.747187485282154],[-72.6770959300887,41.74740948532395],[-72.67720093016106,41.748075485449355],[-72.67723693018552,41.74829748549113],[-72.6765189299583,41.74841448553681],[-72.67436492927686,41.74876948567465],[-72.67364792905009,41.74888848572069],[-72.67361692902738,41.748668485679154],[-72.67352492895972,41.74801048555487],[-72.67349492893739,41.747791485513496],[-72.67345892891036,41.74752448546303],[-72.67335292883001,41.74672448531176],[-72.67331792880337,41.74645848526145],[-72.673303928792,41.74633948523889],[-72.67326392875863,41.74598448517154],[-72.67325092874763,41.745866485149136],[-72.67322692872844,41.74566748511142],[-72.67315492867077,41.74507048499831],[-72.67313092865157,41.7448714849606],[-72.67309692863104,41.744706484929786],[-72.67299592856979,41.74421148483733],[-72.6729629285496,41.74404648480647],[-72.67365592876877,41.74393148476197],[-72.67573592942676,41.74358848462882],[-72.67642992964633,41.7434744845845],[-72.6767119297355,41.74342748456633],[-72.67756093000408,41.743287484512],[-72.67784393009364,41.74324148449402],[-72.68218493146328,41.7424634842041],[-72.68256593158603,41.74243948418722],[-72.68257693159907,41.742604484218774],[-72.68260293162834,41.74296748428812],[-72.68262593165302,41.74326748434539],[-72.68267193166324,41.74318448432787],[-72.6827309316777,41.74310148430992]]]},"properties":{"name":5001,"geoid":"09003500100"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.67440392952945,41.752956486482866],[-72.67433792949574,41.75274348644384],[-72.67414192939538,41.75210648632698],[-72.67407692936206,41.751894486288066],[-72.67403692933208,41.75159848623214],[-72.67391992924307,41.750710486064214],[-72.67388092921341,41.750414486008246],[-72.67386192919628,41.75022348597192],[-72.67385092918623,41.75011048595044],[-72.6737569291297,41.74965848586606],[-72.6737189291066,41.74947148583112],[-72.67370392909503,41.74935448580899],[-72.67366192906127,41.74900448574267],[-72.67364792905009,41.74888848572069],[-72.67436492927686,41.74876948567465],[-72.6765189299583,41.74841448553681],[-72.67723693018552,41.74829748549113],[-72.67720093016106,41.748075485449355],[-72.6770959300887,41.74740948532395],[-72.67706093006458,41.747187485282154],[-72.67781493030326,41.747065485234344],[-72.67813393040426,41.747014485214244],[-72.67966093088896,41.74679148512205],[-72.68008693102603,41.746761485102574],[-72.68084993127155,41.74670848506779],[-72.68076793125374,41.74686348510039],[-72.68052393120094,41.74732948519835],[-72.68044293118349,41.74748548523111],[-72.681016931369,41.747459485207635],[-72.68273993192592,41.74738248513739],[-72.68331493211183,41.74735748511406],[-72.68331293211524,41.74742848512785],[-72.68331093211945,41.74751348514435],[-72.68332193213044,41.747642485168946],[-72.68332893213683,41.747714485182634],[-72.68332893214469,41.747851485209125],[-72.6833319321694,41.74826548528907],[-72.68333293217763,41.74840348531572],[-72.68332393218317,41.74855148534462],[-72.68330093220125,41.74899748543158],[-72.68329293220718,41.749146485460656],[-72.68326893222292,41.749557485540876],[-72.68323893224489,41.75011148564896],[-72.68320993224935,41.75035448569686],[-72.68315493225637,41.75078948578273],[-72.68310493226359,41.7511994858636],[-72.68295493221758,41.75124948587808],[-72.68250593208012,41.75140348592229],[-72.68235693203457,41.75145548593713],[-72.68207893195093,41.751576485969466],[-72.68124493170012,41.75194148606682],[-72.68096793161688,41.75206348609931],[-72.6808179315715,41.75212448611592],[-72.68069493153442,41.75217648612992],[-72.68043793145618,41.75227248615675],[-72.68036893143582,41.75230948616611],[-72.68022693139402,41.75238748618577],[-72.67979893122714,41.75190848610692],[-72.67932793105426,41.75156948605651],[-72.67851593077565,41.751324486035244],[-72.6779829306592,41.75232248624531],[-72.67794293065104,41.75240748626302],[-72.67698193034401,41.752513486314406],[-72.67678693028637,41.75261648634057],[-72.67595493002229,41.752738486390896],[-72.67564392992342,41.7527814864092],[-72.67471392962793,41.75291248646441],[-72.67440392952945,41.752956486482866]]]},"properties":{"name":5002,"geoid":"09003500200"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.68310493226359,41.7511994858636],[-72.68309893226433,41.75124648587288],[-72.68308393226758,41.75138848590081],[-72.6830789322687,41.75143648591023],[-72.68305193227108,41.75163148594881],[-72.68297193227868,41.75221848606487],[-72.68294593228144,41.752414486103596],[-72.68292093228625,41.75264048614808],[-72.68284993230198,41.75331848628144],[-72.68282593230717,41.75354548632609],[-72.68280193231105,41.7537494863663],[-72.68273193232336,41.75436248648707],[-72.68270893232763,41.75456748652742],[-72.6826909323314,41.75473548656046],[-72.68263993234372,41.75524048665973],[-72.68262293234788,41.75540948669294],[-72.6826059323519,41.755576486725765],[-72.68255593236452,41.75608048682479],[-72.68253993236894,41.756248486857785],[-72.68250093237533,41.75658148692341],[-72.6823869323955,41.75758148712037],[-72.68234893240228,41.757915487186146],[-72.68206493230768,41.757879487188326],[-72.68121293202407,41.75777448719541],[-72.68092893192954,41.757739487197775],[-72.68062993190229,41.75896348744398],[-72.67964493169751,41.760989487867235],[-72.67867393136594,41.76072448784721],[-72.67858693133616,41.760699487845194],[-72.67739693092905,41.760361487818095],[-72.67639793058945,41.760115487802665],[-72.6763459305717,41.76010148780161],[-72.6761899305185,41.7600604877987],[-72.67613893050115,41.76004748779785],[-72.67551793028947,41.75988448778628],[-72.67518793017604,41.75978148777699],[-72.67541993015682,41.75812748744983],[-72.67544393016013,41.758048487433776],[-72.6754259301284,41.7575974873472],[-72.67540493008828,41.75701648723555],[-72.67523392998949,41.75626548709588],[-72.67513492993209,41.75582648701422],[-72.67507292989795,41.755583486969215],[-72.67498492984934,41.75523548690478],[-72.67486892979007,41.75486048683601],[-72.67479592975258,41.75462148679216],[-72.67471692970777,41.75428848673033],[-72.67448192957396,41.75328948654475],[-72.67440392952945,41.752956486482866],[-72.67471392962793,41.75291248646441],[-72.67564392992342,41.7527814864092],[-72.67595493002229,41.752738486390896],[-72.67678693028637,41.75261648634057],[-72.67698193034401,41.752513486314406],[-72.67794293065104,41.75240748626302],[-72.6779829306592,41.75232248624531],[-72.67851593077565,41.751324486035244],[-72.67932793105426,41.75156948605651],[-72.67979893122714,41.75190848610692],[-72.68022693139402,41.75238748618577],[-72.68036893143582,41.75230948616611],[-72.68043793145618,41.75227248615675],[-72.68069493153442,41.75217648612992],[-72.6808179315715,41.75212448611592],[-72.68096793161688,41.75206348609931],[-72.68124493170012,41.75194148606682],[-72.68207893195093,41.751576485969466],[-72.68235693203457,41.75145548593713],[-72.68250593208012,41.75140348592229],[-72.68295493221758,41.75124948587808],[-72.68310493226359,41.7511994858636]]]},"properties":{"name":5003,"geoid":"09003500300"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.66578992701825,41.7581134877565],[-72.66531992686099,41.75804148775768],[-72.66424592650165,41.75787748776048],[-72.66404792643334,41.757811487754076],[-72.66393992639385,41.75773648774307],[-72.66376892633131,41.75761748772555],[-72.66357492625768,41.75743548769659],[-72.66304092605675,41.756965487622885],[-72.66167492554281,41.75576348743438],[-72.66145792545939,41.75554148739844],[-72.66096092526848,41.755035487316576],[-72.66041292506243,41.754555487241376],[-72.66004492492404,41.75423248719075],[-72.65956892473892,41.75370848710473],[-72.6592939246193,41.75318448701225],[-72.65921592457175,41.75279748693993],[-72.6590739244846,41.752083486806455],[-72.65923692453399,41.75201848678866],[-72.65935092456861,41.75197448677648],[-72.65970992467487,41.75178748672879],[-72.65986692472146,41.751707486708305],[-72.66018992481577,41.751516486661],[-72.66115892509885,41.75094648651969],[-72.66148292519352,41.75075648647256],[-72.66162392523648,41.75070448645796],[-72.66199992535455,41.75062648643081],[-72.66205992537341,41.750614486426564],[-72.66251092551857,41.75058348640609],[-72.66359792586718,41.75048648635243],[-72.66413092603817,41.750439486326236],[-72.66557892650067,41.750277486248415],[-72.66782192721723,41.75002848612824],[-72.66856692745674,41.749972486093476],[-72.66979192784859,41.74984548602958],[-72.66992692789178,41.749831486022536],[-72.66999592791385,41.74982448601896],[-72.67137792835626,41.749687485948094],[-72.67154392840943,41.74967148593966],[-72.67184492850562,41.74963848592361],[-72.67255392873224,41.749562485886145],[-72.672806928814,41.74955048587571],[-72.6732499289561,41.74951148585394],[-72.6737189291066,41.74947148583112],[-72.6737569291297,41.74965848586606],[-72.67385092918623,41.75011048595044],[-72.67386192919628,41.75022348597192],[-72.67388092921341,41.750414486008246],[-72.67391992924307,41.750710486064214],[-72.67403692933208,41.75159848623214],[-72.67407692936206,41.751894486288066],[-72.67414192939538,41.75210648632698],[-72.67433792949574,41.75274348644384],[-72.67440392952945,41.752956486482866],[-72.67448192957396,41.75328948654475],[-72.67471692970777,41.75428848673033],[-72.67479592975258,41.75462148679216],[-72.67486892979007,41.75486048683601],[-72.67498492984934,41.75523548690478],[-72.67507292989795,41.755583486969215],[-72.67513492993209,41.75582648701422],[-72.67362492947328,41.75640548717463],[-72.67241792910362,41.75681748729305],[-72.67231292907123,41.75684948730263],[-72.67217492902863,41.756890487314976],[-72.67146092880829,41.75710548737947],[-72.67122292873489,41.75717748740105],[-72.67071692857816,41.757319487444754],[-72.67029692844805,41.75743748748105],[-72.6700719283784,41.75750148750064],[-72.66978192829914,41.757767487561395],[-72.66964092826395,41.75795448760207],[-72.66959692825344,41.75802148761643],[-72.66956692825474,41.758214487654705],[-72.66954792825581,41.75834148767987],[-72.66950992826605,41.75873648775744],[-72.66938292822341,41.758714487757274],[-72.66900192809548,41.758648487756744],[-72.66887592805318,41.75862648775654],[-72.66856292794823,41.75857448775653],[-72.66762692763429,41.758418487756465],[-72.66731592752998,41.75836648775639],[-72.66700992742734,41.75831548775636],[-72.6660949271205,41.75816348775636],[-72.66578992701825,41.7581134877565]]]},"properties":{"name":5004,"geoid":"09003500400"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.67513492993209,41.75582648701422],[-72.67523392998949,41.75626548709588],[-72.67540493008828,41.75701648723555],[-72.6754259301284,41.7575974873472],[-72.67544393016013,41.758048487433776],[-72.67541993015682,41.75812748744983],[-72.67518793017604,41.75978148777699],[-72.67516893017351,41.759845487789974],[-72.67504693015938,41.760292487880285],[-72.67490893014194,41.7607724879775],[-72.67471393011537,41.761417488108435],[-72.6746879301117,41.7615014881255],[-72.67461193010135,41.76175248817647],[-72.67458693009806,41.761837488193684],[-72.6744719300566,41.761767488183864],[-72.67436893002098,41.7617314881802],[-72.6743149300028,41.76172148818001],[-72.67343592970727,41.76156248817752],[-72.67314292960876,41.76150948817668],[-72.67260392942723,41.76140648817411],[-72.67098892888346,41.76110048816685],[-72.67045092870232,41.76099848816444],[-72.66999392854527,41.76085648815167],[-72.66956492839785,41.76072348813974],[-72.66862192807409,41.76043548811436],[-72.6681649279172,41.76029648810218],[-72.66802992787058,41.760250488097626],[-72.66791492782801,41.76016148808412],[-72.66778792778048,41.76005448806751],[-72.6676239277187,41.759908488044566],[-72.66611892715125,41.75856348783293],[-72.66570492699513,41.7581934877747],[-72.66578992701825,41.7581134877565],[-72.6660949271205,41.75816348775636],[-72.66700992742734,41.75831548775636],[-72.66731592752998,41.75836648775639],[-72.66762692763429,41.758418487756465],[-72.66856292794823,41.75857448775653],[-72.66887592805318,41.75862648775654],[-72.66900192809548,41.758648487756744],[-72.66938292822341,41.758714487757274],[-72.66950992826605,41.75873648775744],[-72.66954792825581,41.75834148767987],[-72.66956692825474,41.758214487654705],[-72.66959692825344,41.75802148761643],[-72.66964092826395,41.75795448760207],[-72.66978192829914,41.757767487561395],[-72.6700719283784,41.75750148750064],[-72.67029692844805,41.75743748748105],[-72.67071692857816,41.757319487444754],[-72.67122292873489,41.75717748740105],[-72.67146092880829,41.75710548737947],[-72.67217492902863,41.756890487314976],[-72.67231292907123,41.75684948730263],[-72.67241792910362,41.75681748729305],[-72.67362492947328,41.75640548717463],[-72.67513492993209,41.75582648701422]]]},"properties":{"name":5005,"geoid":"09003500500"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.67457993084814,41.77495649072908],[-72.67418893073909,41.77527649080347],[-72.67406993070593,41.77537449082626],[-72.67369693060661,41.7757624909132],[-72.67340193052823,41.77607149098238],[-72.67317993047463,41.776398491052696],[-72.67289793040678,41.776817491142715],[-72.67277393038192,41.77708849119905],[-72.6724039303081,41.77790349136842],[-72.67228193028394,41.778175491424875],[-72.67224893027857,41.778269491444114],[-72.67215193026327,41.7785534915021],[-72.67211993025828,41.778648491521466],[-72.67177093019855,41.779589491714475],[-72.67072393001942,41.782414492293874],[-72.67037592996006,41.78335649248705],[-72.67006492990151,41.784102492641146],[-72.66915592973089,41.78629149309321],[-72.66913092972555,41.786340493103474],[-72.66876692964834,41.787062493254645],[-72.66826792952907,41.78781749341651],[-72.66677292917186,41.79008349390224],[-72.66627492905295,41.790839494064265],[-72.6654599288353,41.79167549425192],[-72.665436928829,41.791696494256726],[-72.66470992863125,41.79237949441199],[-72.66379692838338,41.7932454946086],[-72.66299292816943,41.79408349479628],[-72.66287692813947,41.79422049482647],[-72.66210692794118,41.79513849502851],[-72.66208992793673,41.79515749503272],[-72.66203892792339,41.79521449504537],[-72.66202192791894,41.79523349504958],[-72.66103192767883,41.7966724953593],[-72.6608739276405,41.7969014954086],[-72.66039292752401,41.79760349555963],[-72.65828792701278,41.80065049621566],[-72.65806192695868,41.80099149628877],[-72.6574359268091,41.801940496492136],[-72.65721692675666,41.80227049656289],[-72.65709892672845,41.80244949660126],[-72.6570249267106,41.80255849662467],[-72.65694592669144,41.802673496649426],[-72.6564869265806,41.80334849679451],[-72.65633492654395,41.80357349684285],[-72.65599992646396,41.804082496951885],[-72.65545892633499,41.80490749712856],[-72.65498092621912,41.805603497278305],[-72.65463692613592,41.80610749738667],[-72.65340592573456,41.806106497426036],[-72.6497159245315,41.806103497544036],[-72.64848592413054,41.806103497583564],[-72.647916923942,41.80605049759161],[-72.64715292368892,41.80598049760263],[-72.64620992337652,41.80589349761613],[-72.64581992324739,41.8058584976219],[-72.6457309232179,41.80585049762322],[-72.6456409231881,41.80584249762456],[-72.6456709231612,41.80520349750024],[-72.64570192313467,41.80456449737586],[-72.64571892311896,41.80419449730387],[-72.64583692301686,41.801744496826984],[-72.64595692291311,41.79925449634229],[-72.64597292289933,41.79892349627787],[-72.64600492287202,41.798265496149774],[-72.64603592284438,41.7976074960217],[-72.64534692230885,41.79218549499665],[-72.6452359222223,41.79130749483064],[-72.64593592214086,41.78590749376506],[-72.64711892244716,41.7845244934599],[-72.64907892295462,41.782232492954165],[-72.6510399234623,41.77993949244818],[-72.65183692366865,41.77900749224253],[-72.65276892395394,41.778685492150366],[-72.65333492412728,41.778491492094716],[-72.65482492458347,41.77797849194774],[-72.65631492503968,41.77746549180077],[-72.65712592528797,41.77718649172082],[-72.65793692553629,41.77690749164085],[-72.65851892570075,41.77646749153715],[-72.6591009258652,41.776027491433425],[-72.6596229260126,41.77563149134015],[-72.66416092729466,41.772198490531004],[-72.66433692731606,41.771571490404206],[-72.6645749273449,41.77072149023229],[-72.66490892738581,41.76953648999258],[-72.66493492739423,41.76953548999154],[-72.66501692742094,41.76953548998892],[-72.66504392742975,41.76953548998805],[-72.66568492763903,41.76954248996881],[-72.66673592797991,41.76951448992964],[-72.6671919281315,41.76956648992503],[-72.66753692824626,41.76960748992186],[-72.66835192866644,41.772303490416654],[-72.6683449286674,41.77236049042787],[-72.66858292879887,41.77330049060187],[-72.66857892880182,41.7733744906163],[-72.66858692880957,41.77346449063342],[-72.66860492882756,41.773675490673625],[-72.66868292890486,41.77458049084598],[-72.66870892893067,41.774882490903494],[-72.6688079289748,41.77508949094031],[-72.6689619290435,41.775412490997766],[-72.66916892912589,41.77567249104135],[-72.66931292918314,41.775852491071504],[-72.66940892922032,41.77595549108831],[-72.66969992933305,41.77626749113924],[-72.66979692937062,41.776371491156226],[-72.66983592938523,41.77640449116134],[-72.66995392942941,41.776504491176865],[-72.6699939294444,41.77653849118215],[-72.67001692945288,41.7765554911847],[-72.67008892947938,41.77660849119262],[-72.67011292948824,41.77662649119532],[-72.67015692951037,41.7767624912202],[-72.67029192957777,41.777170491294676],[-72.67033692960028,41.7773074913197],[-72.67062292968455,41.77715149128037],[-72.67148392993852,41.77668749116306],[-72.67177093002316,41.776532491123874],[-72.67196293007925,41.77641949109587],[-72.67253893024774,41.77608449101265],[-72.67273193030427,41.77597349098499],[-72.67309893041198,41.7757664909332],[-72.67331093047426,41.77564749090338],[-72.67420893073876,41.77515749077983],[-72.67457993084814,41.77495649072908]]]},"properties":{"name":5007,"geoid":"09003500700"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.67457993084814,41.77495649072908],[-72.67496693096163,41.77473649067413],[-72.67504893098588,41.774693490663196],[-72.67536093107832,41.77453249062204],[-72.67588393123584,41.774307490561775],[-72.67644993140702,41.77407649049896],[-72.6765249314297,41.77404549049055],[-72.67702293158032,41.77384249043531],[-72.6769759315831,41.77415749049768],[-72.67683593159181,41.77510449068515],[-72.67678993159493,41.77542049074768],[-72.67675793159552,41.77561249078581],[-72.67666493159832,41.77618949090029],[-72.67663493159962,41.77638249093854],[-72.67659593159958,41.776603490982495],[-72.67658693160006,41.776662490994184],[-72.67652393161016,41.77719649109936],[-72.67651793161268,41.77727449111463],[-72.67650393162103,41.77749949115856],[-72.67648693162603,41.77768349119465],[-72.67643693164142,41.7782354913029],[-72.67642093164683,41.77842049133915],[-72.6763629316626,41.77902449145769],[-72.67619193171102,41.780839491813836],[-72.6761359317275,41.781444491932504],[-72.67605293172318,41.781840492011675],[-72.67603493172099,41.78190449202461],[-72.67597393171397,41.78212849206986],[-72.67588793170592,41.78247649213984],[-72.67575993168238,41.782793492205194],[-72.6755459316375,41.78322649229572],[-72.67533893159437,41.78365049238428],[-72.67527793158173,41.783776492410574],[-72.67509493154384,41.78415549248966],[-72.67503493153158,41.78428249251613],[-72.67496893151753,41.78441249254335],[-72.67477393147631,41.78480149262477],[-72.67470893146265,41.78493249265216],[-72.67464993145013,41.78504949267666],[-72.67447393141286,41.785399492749924],[-72.67441593140074,41.78551749277458],[-72.674356931388,41.78563049279832],[-72.67418193135057,41.785972492869995],[-72.67412493133855,41.78608649289385],[-72.67407193132715,41.78618849291526],[-72.67391393129333,41.78649649297983],[-72.67386193128229,41.7865994930014],[-72.67353193117641,41.786628493017616],[-72.67254193085876,41.78671549306624],[-72.67221193075285,41.78674449308246],[-72.671771930612,41.786788493105114],[-72.67045193018949,41.786922493173414],[-72.67001293004907,41.78696849319642],[-72.66983892999322,41.786983493204914],[-72.66931592982539,41.78702949323062],[-72.66914292976992,41.78704549323926],[-72.66906692974533,41.787048493242295],[-72.66884192967258,41.78705849325145],[-72.66876692964834,41.787062493254645],[-72.66913092972555,41.786340493103474],[-72.66915592973089,41.78629149309321],[-72.67006492990151,41.784102492641146],[-72.67037592996006,41.78335649248705],[-72.67072393001942,41.782414492293874],[-72.67177093019855,41.779589491714475],[-72.67211993025828,41.778648491521466],[-72.67215193026327,41.7785534915021],[-72.67224893027857,41.778269491444114],[-72.67228193028394,41.778175491424875],[-72.6724039303081,41.77790349136842],[-72.67277393038192,41.77708849119905],[-72.67289793040678,41.776817491142715],[-72.67317993047463,41.776398491052696],[-72.67340193052823,41.77607149098238],[-72.67369693060661,41.7757624909132],[-72.67406993070593,41.77537449082626],[-72.67418893073909,41.77527649080347],[-72.67457993084814,41.77495649072908]]]},"properties":{"name":5009,"geoid":"09003500900"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.68076093426154,41.79932249523656],[-72.68026893409653,41.79924149523676],[-72.67879393360198,41.79900149523786],[-72.67830293343735,41.79892149523821],[-72.67779393326691,41.798842495239334],[-72.67631693277235,41.79861349524263],[-72.67626993275645,41.79860349524222],[-72.67576593258656,41.798505495239496],[-72.67583393259419,41.79825249518846],[-72.67604093261816,41.797495495035626],[-72.67610993262618,41.79724349498474],[-72.6762809326517,41.796717494877655],[-72.67630293265519,41.79665349486461],[-72.67653693268568,41.79585649470317],[-72.6767439327111,41.795124494555175],[-72.67689593273015,41.79459349444774],[-72.67696393273886,41.79435949440037],[-72.67716893276547,41.793659494258584],[-72.67723793277457,41.793426494211346],[-72.67728793278047,41.793245494174805],[-72.67743993279906,41.79270649406584],[-72.67749093280534,41.792526494029424],[-72.67752393280938,41.79240949400577],[-72.67762493282231,41.7920614939353],[-72.67765893282673,41.791945493911804],[-72.67767693282835,41.79187149389695],[-72.67773193283358,41.791650493852494],[-72.6777509328356,41.79157749383779],[-72.67781093284302,41.791366493795095],[-72.67799193286578,41.79073549366742],[-72.67805293287358,41.790525493624905],[-72.67814993288827,41.790230493564806],[-72.67828393290891,41.789829493483055],[-72.67840893292144,41.7893384933842],[-72.67848593292933,41.789038493323766],[-72.67854793293724,41.78882449328046],[-72.6787369329622,41.78818649315115],[-72.6787999329705,41.787973493107984],[-72.67895093298911,41.787440493000176],[-72.67940393304514,41.78584549267754],[-72.67955593306414,41.78531349256989],[-72.67924293295808,41.78524249256625],[-72.67830593264047,41.785029492555246],[-72.67799393253478,41.78495949255175],[-72.67740193233404,41.78482349254451],[-72.67562593173194,41.784417492523204],[-72.67503493153158,41.78428249251613],[-72.67509493154384,41.78415549248966],[-72.67527793158173,41.783776492410574],[-72.67533893159437,41.78365049238428],[-72.6755459316375,41.78322649229572],[-72.67575993168238,41.782793492205194],[-72.67588793170592,41.78247649213984],[-72.67597393171397,41.78212849206986],[-72.67603493172099,41.78190449202461],[-72.67605293172318,41.781840492011675],[-72.6761359317275,41.781444491932504],[-72.67634093179367,41.781433491923785],[-72.67668793190774,41.78145049191592],[-72.6767589319316,41.78146349191614],[-72.67686793196829,41.78148349191651],[-72.67859293255157,41.78185149193212],[-72.67874293260235,41.78188449193367],[-72.6791989327579,41.782005491942385],[-72.67942793283561,41.78205949194545],[-72.67978093295552,41.782144491950525],[-72.68011793306933,41.78221349195301],[-72.68034893314736,41.782261491954856],[-72.68054693321417,41.78230149195622],[-72.68057693322432,41.7823074919564],[-72.68065493325057,41.78232249195679],[-72.68157493356068,41.782501491961774],[-72.68186693365917,41.78255949196359],[-72.6818819336642,41.7825624919637],[-72.6822769337979,41.7826484919676],[-72.68346293419924,41.782907491979486],[-72.68369293427712,41.78295849198193],[-72.68386193433341,41.78297949198055],[-72.68364393429741,41.7835894921054],[-72.68354893428177,41.783856492160034],[-72.6832379342391,41.78487849236745],[-72.68305393421142,41.78544049248191],[-72.68297593419967,41.78567849253039],[-72.68297593419985,41.78568149253096],[-72.6828379341761,41.78605149260687],[-72.68275793416038,41.78623149264421],[-72.68274893415871,41.786253492648754],[-72.68274693415823,41.78625649264939],[-72.68257093412872,41.78674149274873],[-72.68253393412544,41.78689449277948],[-72.68250393412289,41.78702049280478],[-72.68245893411306,41.78710449282246],[-72.68234993409622,41.78742949288873],[-72.68233793409446,41.787467492896454],[-72.68202393404596,41.788404493087526],[-72.68191593402945,41.78872949315376],[-72.6817459340028,41.78923049325601],[-72.68123593392309,41.79073649356326],[-72.68106693389684,41.79123849366566],[-72.68111493391318,41.79125049366642],[-72.68125993396262,41.791288493669086],[-72.68130893397934,41.791301493670026],[-72.68142493403936,41.791688493741034],[-72.68145093405266,41.79177249375641],[-72.68140093406721,41.79230949386174],[-72.68141193408246,41.7925124939006],[-72.6814779341173,41.79274449394327],[-72.68154893414756,41.79286849396493],[-72.68158793416413,41.792935493976614],[-72.68167593419975,41.79305649399715],[-72.6818229342535,41.793158494012125],[-72.68179393426142,41.79346049407137],[-72.68170893428578,41.794366494249054],[-72.68168093429404,41.794669494308486],[-72.68165093430426,41.795017494376644],[-72.68162693431287,41.79530349443266],[-72.6815829343153,41.795595494490456],[-72.68147793430724,41.796050494581685],[-72.6814009343017,41.79639149465003],[-72.68131093429439,41.79677449472686],[-72.68104393427345,41.79792449495751],[-72.68095493426651,41.798308495034526],[-72.68091493426508,41.79851049507482],[-72.68079893426226,41.79911949519614],[-72.68076093426154,41.79932249523656]]]},"properties":{"name":5012,"geoid":"09003501200"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.67503493153158,41.78428249251613],[-72.67562593173194,41.784417492523204],[-72.67740193233404,41.78482349254451],[-72.67799393253478,41.78495949255175],[-72.67830593264047,41.785029492555246],[-72.67924293295808,41.78524249256625],[-72.67955593306414,41.78531349256989],[-72.67940393304514,41.78584549267754],[-72.67895093298911,41.787440493000176],[-72.6787999329705,41.787973493107984],[-72.6787369329622,41.78818649315115],[-72.67854793293724,41.78882449328046],[-72.67848593292933,41.789038493323766],[-72.67840893292144,41.7893384933842],[-72.67828393290891,41.789829493483055],[-72.67814993288827,41.790230493564806],[-72.67805293287358,41.790525493624905],[-72.67776293277511,41.79045649362091],[-72.67689293247986,41.790252493609486],[-72.67660393238177,41.79018449360564],[-72.67657993237344,41.79017549360467],[-72.67651093234946,41.790149493601874],[-72.6764879323415,41.79014149360107],[-72.67622293225168,41.79008149359802],[-72.67542793198243,41.78990449358939],[-72.675163931893,41.78984549358648],[-72.67492393181143,41.78978749358299],[-72.67420393156695,41.789616493573114],[-72.67396393148547,41.789559493569826],[-72.67355293134584,41.78946049356392],[-72.67232093092737,41.789165493546555],[-72.67191093078812,41.78906749354081],[-72.67299693107915,41.787971493294215],[-72.67332493116452,41.78759649321124],[-72.6735009312057,41.78731449315111],[-72.67373393125744,41.7868934930623],[-72.67386193128229,41.7865994930014],[-72.67391393129333,41.78649649297983],[-72.67407193132715,41.78618849291526],[-72.67412493133855,41.78608649289385],[-72.67418193135057,41.785972492869995],[-72.674356931388,41.78563049279832],[-72.67441593140074,41.78551749277458],[-72.67447393141286,41.785399492749924],[-72.67464993145013,41.78504949267666],[-72.67470893146265,41.78493249265216],[-72.67477393147631,41.78480149262477],[-72.67496893151753,41.78441249254335],[-72.67503493153158,41.78428249251613]]]},"properties":{"name":5013,"geoid":"09003501300"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.69516493810562,41.784525491915495],[-72.69362593759841,41.78442649194589],[-72.69335593750807,41.78438549194667],[-72.69228193714986,41.78424249195361],[-72.69209293708604,41.78420349195217],[-72.69152593689454,41.78408649194781],[-72.69133693683071,41.784047491946346],[-72.69120793678631,41.78400649194259],[-72.69116793677253,41.78399349194137],[-72.69095393669957,41.78393749193744],[-72.6908159366533,41.78391449193743],[-72.69068393660906,41.78389349193762],[-72.69020893645204,41.783854491945384],[-72.68981193632088,41.78382349195216],[-72.68921193612294,41.78378149196335],[-72.68878193598154,41.78375949197294],[-72.68830693582538,41.783735491983585],[-72.68794193570729,41.78375049199821],[-72.6869499353865,41.78379349203845],[-72.6868479353533,41.78379449204191],[-72.68648393523502,41.783800492054795],[-72.68624193515456,41.78377249205717],[-72.68617493513156,41.78375249205546],[-72.68605593509078,41.78371749205252],[-72.6858319350136,41.78364449204563],[-72.68558193492781,41.78356949203918],[-72.68528093482381,41.78346649202898],[-72.68498493472154,41.78336549201898],[-72.6850519347312,41.783153491975895],[-72.68519293475765,41.78281349190567],[-72.68524893476831,41.78268149187838],[-72.68544393480687,41.78224649178809],[-72.68555393482544,41.781945491726404],[-72.68561493481754,41.781461491630935],[-72.68563193480337,41.78111849156413],[-72.68564593479226,41.78084549151094],[-72.68565093477568,41.78052849144955],[-72.68570793479493,41.780540491450026],[-72.68588193485382,41.780578491451784],[-72.68593993487349,41.78059149145243],[-72.68605593488354,41.780108491355385],[-72.6862179348978,41.779437491220556],[-72.68641393491735,41.77866549106512],[-72.6864269349189,41.77861849105562],[-72.68649293493358,41.778499491030495],[-72.68665993497294,41.778237490974504],[-72.68685693503996,41.77828649097765],[-72.68689693505372,41.77829949097887],[-72.68715393514253,41.77838749098761],[-72.6875949352945,41.77853149100123],[-72.68782893537518,41.77860849100858],[-72.68801593544072,41.77868849101802],[-72.68825793552556,41.77879249103033],[-72.68855493563174,41.77895649105247],[-72.68856193563425,41.778960491053],[-72.68874293569868,41.77905549106554],[-72.68877193570924,41.77907449106827],[-72.68885993574125,41.779132491076645],[-72.68888993575217,41.779152491079536],[-72.68909193582452,41.779266491095065],[-72.68970093604264,41.77960849114154],[-72.68990393611534,41.77972249115702],[-72.69010693618803,41.779836491172524],[-72.69011693619159,41.77984149117315],[-72.69048193632021,41.780010491194055],[-72.6907849364267,41.78014549121039],[-72.69100893650551,41.780246491222684],[-72.69118793656757,41.78031149122949],[-72.69172493675393,41.78050949125046],[-72.69190493681643,41.78057649125763],[-72.69196593683756,41.78059849125991],[-72.69214893690118,41.78066749126735],[-72.69220993692237,41.78069049126982],[-72.69228893694978,41.78071949127288],[-72.69252893703309,41.78080849128236],[-72.69260893706087,41.78083849128557],[-72.69284193714124,41.780915491292944],[-72.69313093724219,41.781033491306445],[-72.69332693731096,41.78111849131655],[-72.69423993762737,41.78144749135073],[-72.6943279376581,41.78148349135486],[-72.6961739382997,41.78218049143007],[-72.69547993816516,41.783775491760494],[-72.69516493810562,41.784525491915495]]]},"properties":{"name":5014,"geoid":"09003501400"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.68386193433341,41.78297949198055],[-72.68408593441085,41.78305649198823],[-72.68475993464375,41.783287492011176],[-72.68498493472154,41.78336549201898],[-72.68528093482381,41.78346649202898],[-72.68558193492781,41.78356949203918],[-72.6858319350136,41.78364449204563],[-72.68605593509078,41.78371749205252],[-72.68617493513156,41.78375249205546],[-72.68624193515456,41.78377249205717],[-72.68648393523502,41.783800492054795],[-72.6868479353533,41.78379449204191],[-72.6869499353865,41.78379349203845],[-72.68794193570729,41.78375049199821],[-72.68830693582538,41.783735491983585],[-72.68878193598154,41.78375949197294],[-72.68921193612294,41.78378149196335],[-72.68981193632088,41.78382349195216],[-72.69020893645204,41.783854491945384],[-72.69068393660906,41.78389349193762],[-72.6908159366533,41.78391449193743],[-72.69095393669957,41.78393749193744],[-72.69116793677253,41.78399349194137],[-72.69120793678631,41.78400649194259],[-72.69133693683071,41.784047491946346],[-72.69152593689454,41.78408649194781],[-72.69209293708604,41.78420349195217],[-72.69228193714986,41.78424249195361],[-72.69335593750807,41.78438549194667],[-72.69362593759841,41.78442649194589],[-72.69516493810562,41.784525491915495],[-72.69536293817038,41.784529491909886],[-72.69595693836463,41.78454149189308],[-72.69615493842943,41.78454649188768],[-72.69611193844042,41.784981491973085],[-72.69610793844073,41.78500949197862],[-72.69601593845016,41.78569549211407],[-72.69591593845763,41.786392492251906],[-72.69586793846152,41.78673249231913],[-72.695850938463,41.78685449234324],[-72.69570893847568,41.78788049254596],[-72.6952849385144,41.790958493154044],[-72.69522393852034,41.791407493242716],[-72.69498293847231,41.79193849335302],[-72.6949019384554,41.792103493387486],[-72.69465893840483,41.79260149349147],[-72.69457893838829,41.79276749352612],[-72.69448893837024,41.79296349356686],[-72.69422093831676,41.79355249368922],[-72.69413193829908,41.793749493730125],[-72.69403593827882,41.79394149377029],[-72.69402793827742,41.79396249377461],[-72.69384593824851,41.79449149388262],[-72.69381093824579,41.79464249391292],[-72.69375793824184,41.794874493959405],[-72.69375393825383,41.79510549400415],[-72.69374393829058,41.79580149413884],[-72.693740938303,41.79603449418394],[-72.69297693805424,41.79603849420931],[-72.69068493730799,41.79605149428561],[-72.68992193705961,41.79605649431112],[-72.68994593709692,41.7965694944094],[-72.68995793711485,41.79681349445613],[-72.69003893717604,41.797418494570366],[-72.69005093721944,41.79810549470262],[-72.69006093725231,41.798620494801725],[-72.6900559372609,41.79879849483625],[-72.69004193728715,41.7993344949402],[-72.69003793729614,41.79951349497488],[-72.69004493731379,41.79978049502621],[-72.69006893736781,41.80058449518067],[-72.69007693738583,41.800852495232164],[-72.68977893728565,41.80079949523152],[-72.68939393715632,41.80073249523097],[-72.68888593698559,41.800642495229944],[-72.68858893688578,41.80059049522947],[-72.68807893671479,41.800507495229866],[-72.68654893620183,41.80025849523103],[-72.68603993603121,41.80017649523157],[-72.6857279359266,41.800125495231775],[-72.684984935677,41.79999649523078],[-72.68435793546644,41.79988849523009],[-72.68181693461526,41.79948849523463],[-72.68137293446658,41.7994194952356],[-72.68076093426154,41.79932249523656],[-72.68079893426226,41.79911949519614],[-72.68091493426508,41.79851049507482],[-72.68095493426651,41.798308495034526],[-72.68104393427345,41.79792449495751],[-72.68131093429439,41.79677449472686],[-72.6814009343017,41.79639149465003],[-72.68147793430724,41.796050494581685],[-72.6815829343153,41.795595494490456],[-72.68162693431287,41.79530349443266],[-72.68165093430426,41.795017494376644],[-72.68168093429404,41.794669494308486],[-72.68170893428578,41.794366494249054],[-72.68179393426142,41.79346049407137],[-72.6818229342535,41.793158494012125],[-72.68167593419975,41.79305649399715],[-72.68158793416413,41.792935493976614],[-72.68154893414756,41.79286849396493],[-72.6814779341173,41.79274449394327],[-72.68141193408246,41.7925124939006],[-72.68140093406721,41.79230949386174],[-72.68145093405266,41.79177249375641],[-72.68142493403936,41.791688493741034],[-72.68130893397934,41.791301493670026],[-72.68125993396262,41.791288493669086],[-72.68111493391318,41.79125049366642],[-72.68106693389684,41.79123849366566],[-72.68123593392309,41.79073649356326],[-72.6817459340028,41.78923049325601],[-72.68191593402945,41.78872949315376],[-72.68202393404596,41.788404493087526],[-72.68233793409446,41.787467492896454],[-72.68234993409622,41.78742949288873],[-72.68245893411306,41.78710449282246],[-72.68250393412289,41.78702049280478],[-72.68253393412544,41.78689449277948],[-72.68257093412872,41.78674149274873],[-72.68274693415823,41.78625649264939],[-72.68274893415871,41.786253492648754],[-72.68275793416038,41.78623149264421],[-72.6828379341761,41.78605149260687],[-72.68297593419985,41.78568149253096],[-72.68297593419967,41.78567849253039],[-72.68305393421142,41.78544049248191],[-72.6832379342391,41.78487849236745],[-72.68354893428177,41.783856492160034],[-72.68364393429741,41.7835894921054],[-72.68386193433341,41.78297949198055]]]},"properties":{"name":5015,"geoid":"09003501500"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.68766893516344,41.77582849047665],[-72.68748093513014,41.776315490576785],[-72.68729393509729,41.77680449067728],[-72.68687793501671,41.777762490875745],[-72.6867609349941,41.77803249093166],[-72.68669393497949,41.77815849095815],[-72.68665993497294,41.778237490974504],[-72.68644693489958,41.778168490968035],[-72.6858099346801,41.77796149094853],[-72.68559793460713,41.77789349094222],[-72.68540493454073,41.77783249093665],[-72.68482893434253,41.77764949091982],[-72.68463693427651,41.77758949091441],[-72.68445493421387,41.77753149090905],[-72.68390893402609,41.777359490893375],[-72.68372793396381,41.77730249088818],[-72.68358093391339,41.77725849088442],[-72.68313993376212,41.777126490873115],[-72.68299393371201,41.77708249086929],[-72.68285493366407,41.77703649086488],[-72.68243793352043,41.77690149085221],[-72.6822999334729,41.776856490847955],[-72.68224193345277,41.77683549084576],[-72.68206793339259,41.77677449083958],[-72.68200993337254,41.776754490837575],[-72.68182093330807,41.77670449083399],[-72.68151593320404,41.77662349082816],[-72.6812629331162,41.77652949081811],[-72.68108093305304,41.776462490811035],[-72.68097593301722,41.776434490809],[-72.6808869329869,41.77641149080741],[-72.68071293292549,41.77632949079718],[-72.68068193291406,41.77630649079372],[-72.68059493288212,41.77624349078435],[-72.6805659328711,41.77621649078006],[-72.68053293285857,41.77618549077514],[-72.6803479327883,41.77601149074747],[-72.68028693276509,41.775953490738225],[-72.68020693273984,41.77596749074351],[-72.68017293272915,41.775974490745945],[-72.68006693269473,41.77597649074974],[-72.67997193266308,41.775964490750475],[-72.67996593266093,41.775961490750085],[-72.6798909326349,41.77593349074709],[-72.67926993242662,41.77583049074717],[-72.67740993180283,41.77552249074746],[-72.67678993159493,41.77542049074768],[-72.67683593159181,41.77510449068515],[-72.6769759315831,41.77415749049768],[-72.67702293158032,41.77384249043531],[-72.67712593161257,41.77381949042755],[-72.67743593170977,41.77375249040464],[-72.67753993174237,41.77373049039706],[-72.67818193193787,41.77349149033022],[-72.67844193201708,41.77339549030333],[-72.6792369322583,41.77308449021767],[-72.68004693249918,41.77268249011394],[-72.6800659325048,41.77267249011141],[-72.68068493268959,41.7723774900345],[-72.68076393271745,41.77241449003912],[-72.68093493277782,41.772495490049266],[-72.68100393280213,41.77252749005323],[-72.68108393283039,41.77256549005801],[-72.68132493291553,41.772680490072474],[-72.68204993317156,41.77302549011582],[-72.68229193325708,41.77314149013046],[-72.68389393382094,41.77387049021979],[-72.68568493445161,41.774690490320616],[-72.68640593470555,41.775021490361375],[-72.68654693475523,41.77508649036939],[-72.68668793480727,41.775192490385336],[-72.68698393491687,41.775421490420065],[-72.68707593495097,41.77549349043102],[-72.68730993503652,41.77565549045479],[-72.68749093510188,41.77576649047041],[-72.68766893516344,41.77582849047665]]]},"properties":{"name":5017,"geoid":"09003501700"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.68665993497294,41.778237490974504],[-72.68649293493358,41.778499491030495],[-72.6864269349189,41.77861849105562],[-72.68641393491735,41.77866549106512],[-72.6862179348978,41.779437491220556],[-72.68605593488354,41.780108491355385],[-72.68593993487349,41.78059149145243],[-72.68588193485382,41.780578491451784],[-72.68570793479493,41.780540491450026],[-72.68565093477568,41.78052849144955],[-72.68564593479226,41.78084549151094],[-72.68563193480337,41.78111849156413],[-72.68561493481754,41.781461491630935],[-72.68555393482544,41.781945491726404],[-72.68544393480687,41.78224649178809],[-72.68524893476831,41.78268149187838],[-72.68519293475765,41.78281349190567],[-72.6850519347312,41.783153491975895],[-72.68498493472154,41.78336549201898],[-72.68475993464375,41.783287492011176],[-72.68408593441085,41.78305649198823],[-72.68386193433341,41.78297949198055],[-72.68369293427712,41.78295849198193],[-72.68346293419924,41.782907491979486],[-72.6822769337979,41.7826484919676],[-72.6818819336642,41.7825624919637],[-72.68186693365917,41.78255949196359],[-72.68157493356068,41.782501491961774],[-72.68065493325057,41.78232249195679],[-72.68057693322432,41.7823074919564],[-72.68054693321417,41.78230149195622],[-72.68034893314736,41.782261491954856],[-72.68011793306933,41.78221349195301],[-72.67978093295552,41.782144491950525],[-72.67942793283561,41.78205949194545],[-72.6791989327579,41.782005491942385],[-72.67874293260235,41.78188449193367],[-72.67859293255157,41.78185149193212],[-72.67686793196829,41.78148349191651],[-72.6767589319316,41.78146349191614],[-72.67668793190774,41.78145049191592],[-72.67634093179367,41.781433491923785],[-72.6761359317275,41.781444491932504],[-72.67619193171102,41.780839491813836],[-72.6763629316626,41.77902449145769],[-72.67642093164683,41.77842049133915],[-72.67643693164142,41.7782354913029],[-72.67648693162603,41.77768349119465],[-72.67650393162103,41.77749949115856],[-72.67651793161268,41.77727449111463],[-72.67652393161016,41.77719649109936],[-72.67658693160006,41.776662490994184],[-72.67659593159958,41.776603490982495],[-72.67663493159962,41.77638249093854],[-72.67666493159832,41.77618949090029],[-72.67675793159552,41.77561249078581],[-72.67678993159493,41.77542049074768],[-72.67740993180283,41.77552249074746],[-72.67926993242662,41.77583049074717],[-72.6798909326349,41.77593349074709],[-72.67996593266093,41.775961490750085],[-72.67997193266308,41.775964490750475],[-72.68006693269473,41.77597649074974],[-72.68017293272915,41.775974490745945],[-72.68020693273984,41.77596749074351],[-72.68028693276509,41.775953490738225],[-72.6803479327883,41.77601149074747],[-72.68053293285857,41.77618549077514],[-72.6805659328711,41.77621649078006],[-72.68059493288212,41.77624349078435],[-72.68068193291406,41.77630649079372],[-72.68071293292549,41.77632949079718],[-72.6808869329869,41.77641149080741],[-72.68097593301722,41.776434490809],[-72.68108093305304,41.776462490811035],[-72.6812629331162,41.77652949081811],[-72.68151593320404,41.77662349082816],[-72.68182093330807,41.77670449083399],[-72.68200993337254,41.776754490837575],[-72.68206793339259,41.77677449083958],[-72.68224193345277,41.77683549084576],[-72.6822999334729,41.776856490847955],[-72.68243793352043,41.77690149085221],[-72.68285493366407,41.77703649086488],[-72.68299393371201,41.77708249086929],[-72.68313993376212,41.777126490873115],[-72.68358093391339,41.77725849088442],[-72.68372793396381,41.77730249088818],[-72.68390893402609,41.777359490893375],[-72.68445493421387,41.77753149090905],[-72.68463693427651,41.77758949091441],[-72.68482893434253,41.77764949091982],[-72.68540493454073,41.77783249093665],[-72.68559793460713,41.77789349094222],[-72.6858099346801,41.77796149094853],[-72.68644693489958,41.778168490968035],[-72.68665993497294,41.778237490974504]]]},"properties":{"name":5018,"geoid":"09003501800"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.65593692358983,41.75430848733733],[-72.65552692344123,41.75404648729985],[-72.65526692334701,41.75388048727611],[-72.65459592310388,41.75345248721487],[-72.65429792299585,41.75326148718752],[-72.65424292297593,41.753226487182516],[-72.6538889228477,41.75300148715039],[-72.65397292287182,41.752944487136666],[-72.65405692289586,41.75288648712275],[-72.65407092289985,41.75287648712038],[-72.65425992295404,41.75274748708937],[-72.6546229230587,41.7525094870317],[-72.65480892311244,41.75238948700253],[-72.65490492314005,41.752325486987075],[-72.65512992320507,41.75218048695183],[-72.65519592322399,41.752135486941],[-72.655292923252,41.75207248692571],[-72.65531992325971,41.75205348692116],[-72.65540292328359,41.75199848690787],[-72.65543092329169,41.75198048690349],[-72.65544792329659,41.751969486900826],[-72.65568992336658,41.751814486863076],[-72.65578792339497,41.751752486847955],[-72.65590392342915,41.75168948683204],[-72.65649992360497,41.75136848675086],[-72.65677192368523,41.75122248671388],[-72.65681192369702,41.75120048670835],[-72.6569319237324,41.751135486691936],[-72.65697292374455,41.75111448668656],[-72.65698792374876,41.751102486683756],[-72.6570339237618,41.751068486675706],[-72.6570499237664,41.75105748667306],[-72.65716492382062,41.751350486726025],[-72.65728492386705,41.75147848674692],[-72.65750292394776,41.75164748677258],[-72.657656924004,41.751753486788154],[-72.65775392403876,41.751808486795674],[-72.65863992434382,41.75209448682251],[-72.65876092438342,41.75209748681922],[-72.65887392442018,41.75209648681539],[-72.65891292443271,41.75209348681356],[-72.65903392447167,41.75208548680811],[-72.6590739244846,41.752083486806455],[-72.65921592457175,41.75279748693993],[-72.6592939246193,41.75318448701225],[-72.65956892473892,41.75370848710473],[-72.66004492492404,41.75423248719075],[-72.66041292506243,41.754555487241376],[-72.66096092526848,41.755035487316576],[-72.66145792545939,41.75554148739844],[-72.66167492554281,41.75576348743438],[-72.66304092605675,41.756965487622885],[-72.66357492625768,41.75743548769659],[-72.66376892633131,41.75761748772555],[-72.66393992639385,41.75773648774307],[-72.66404792643334,41.757811487754076],[-72.66424592650165,41.75787748776048],[-72.66531992686099,41.75804148775768],[-72.66578992701825,41.7581134877565],[-72.66570492699513,41.7581934877747],[-72.66611892715125,41.75856348783293],[-72.6676239277187,41.759908488044566],[-72.66778792778048,41.76005448806751],[-72.66791492782801,41.76016148808412],[-72.66802992787058,41.760250488097626],[-72.6681649279172,41.76029648810218],[-72.66862192807409,41.76043548811436],[-72.66956492839785,41.76072348813974],[-72.66999392854527,41.76085648815167],[-72.67045092870232,41.76099848816444],[-72.67098892888346,41.76110048816685],[-72.67260392942723,41.76140648817411],[-72.67314292960876,41.76150948817668],[-72.67343592970727,41.76156248817752],[-72.6743149300028,41.76172148818001],[-72.67436893002098,41.7617314881802],[-72.6744719300566,41.761767488183864],[-72.67458693009806,41.761837488193684],[-72.67461193010135,41.76175248817647],[-72.6746879301117,41.7615014881255],[-72.67471393011537,41.761417488108435],[-72.67490893014194,41.7607724879775],[-72.67504693015938,41.760292487880285],[-72.67516893017351,41.759845487789974],[-72.67518793017604,41.75978148777699],[-72.67551793028947,41.75988448778628],[-72.67613893050115,41.76004748779785],[-72.6761899305185,41.7600604877987],[-72.6763459305717,41.76010148780161],[-72.67639793058945,41.760115487802665],[-72.67739693092905,41.760361487818095],[-72.67858693133616,41.760699487845194],[-72.67867393136594,41.76072448784721],[-72.67964493169751,41.760989487867235],[-72.68062993190229,41.75896348744398],[-72.68092893192954,41.757739487197775],[-72.68121293202407,41.75777448719541],[-72.68206493230768,41.757879487188326],[-72.68234893240228,41.757915487186146],[-72.68225793240937,41.75855648731298],[-72.68211493242127,41.75957648751473],[-72.68203993244903,41.76048648769302],[-72.68198793246911,41.76113248781954],[-72.681975932471,41.76123348783945],[-72.68194393247806,41.76153848789944],[-72.68193293248034,41.761640487919486],[-72.68190893248394,41.76183948795873],[-72.68187093248997,41.762160488022005],[-72.68185493250085,41.76244148807682],[-72.6818439325088,41.76264248811603],[-72.68186193251663,41.762676488122004],[-72.68186793251915,41.76268648812375],[-72.68191593253732,41.7627304881307],[-72.6819559325512,41.76274548813232],[-72.68199293256413,41.76276048813403],[-72.68242893271119,41.76284748813683],[-72.68373993315332,41.763108488145114],[-72.68417693330073,41.76319648814809],[-72.68440493337744,41.76323848814887],[-72.6850909336083,41.76336648815155],[-72.68531993368538,41.7634094881525],[-72.68557793377242,41.76346148815425],[-72.68635493403454,41.7636174881594],[-72.68661493412223,41.76366948816109],[-72.68658793413765,41.764091488243515],[-72.68658593413889,41.76412448824997],[-72.68658093414197,41.76420648826597],[-72.68657793414415,41.76426148827668],[-72.68651993417727,41.76516848845385],[-72.6864969341808,41.76536048849169],[-72.68644793418899,41.765781488574625],[-72.68613393408667,41.765781488584715],[-72.6853529338322,41.765781488609825],[-72.68519593378234,41.765804488619324],[-72.68488693368437,41.76585148863833],[-72.68485393367389,41.76585648864036],[-72.68475393364231,41.765873488646875],[-72.68472193363223,41.765879488649055],[-72.68449093355981,41.76592948866615],[-72.68444993354704,41.7659394886694],[-72.68396393339626,41.76607148871054],[-72.683809933349,41.76612248872535],[-72.6835869332807,41.76619848874719],[-72.68353793326628,41.766225488753996],[-72.68339193322342,41.76630748877454],[-72.68334393320939,41.76633548878148],[-72.68330993319945,41.766355488786445],[-72.6832069331695,41.76641848880194],[-72.68317393316,41.76644048880725],[-72.68301793311514,41.76654448883236],[-72.68285193306835,41.76667148886224],[-72.68265793301379,41.766822488897645],[-72.68227493291107,41.76720748898437],[-72.68206693285828,41.767468489041484],[-72.6820319328502,41.76752648905383],[-72.68183193280466,41.76786848912635],[-72.68181993280285,41.76790548913388],[-72.68178593279819,41.76801748915662],[-72.68177593279712,41.76805548916429],[-72.68177093281524,41.76839948923092],[-72.68175593286973,41.7694344894314],[-72.6817519328882,41.7697794894982],[-72.68175293289572,41.769904489522325],[-72.68175893291935,41.770282489595175],[-72.68176093292723,41.77040848961946],[-72.68176293293098,41.77046248962983],[-72.68176893294233,41.77062648966132],[-72.68177193294648,41.77068148967185],[-72.68169793294014,41.770991489734136],[-72.68166793293405,41.77105548974746],[-72.68153793290774,41.771335489805736],[-72.68128293284657,41.77171748988775],[-72.68102293277941,41.77202348995523],[-72.68097693276765,41.77207948996754],[-72.6807729327151,41.77232249002105],[-72.68075493270987,41.77233349002375],[-72.68070193269445,41.77236549003163],[-72.68068493268959,41.7723774900345],[-72.6800659325048,41.77267249011141],[-72.68004693249918,41.77268249011394],[-72.6792369322583,41.77308449021767],[-72.67844193201708,41.77339549030333],[-72.67818193193787,41.77349149033022],[-72.67753993174237,41.77373049039706],[-72.67743593170977,41.77375249040464],[-72.67712593161257,41.77381949042755],[-72.67702293158032,41.77384249043531],[-72.6765249314297,41.77404549049055],[-72.67644993140702,41.77407649049896],[-72.67588393123584,41.774307490561775],[-72.67536093107832,41.77453249062204],[-72.67504893098588,41.774693490663196],[-72.67496693096163,41.77473649067413],[-72.67457993084814,41.77495649072908],[-72.67420893073876,41.77515749077983],[-72.67331093047426,41.77564749090338],[-72.67309893041198,41.7757664909332],[-72.67273193030427,41.77597349098499],[-72.67253893024774,41.77608449101265],[-72.67196293007925,41.77641949109587],[-72.67177093002316,41.776532491123874],[-72.67148392993852,41.77668749116306],[-72.67062292968455,41.77715149128037],[-72.67033692960028,41.7773074913197],[-72.67029192957777,41.777170491294676],[-72.67015692951037,41.7767624912202],[-72.67011292948824,41.77662649119532],[-72.67008892947938,41.77660849119262],[-72.67001692945288,41.7765554911847],[-72.6699939294444,41.77653849118215],[-72.66995392942941,41.776504491176865],[-72.66983592938523,41.77640449116134],[-72.66979692937062,41.776371491156226],[-72.66969992933305,41.77626749113924],[-72.66940892922032,41.77595549108831],[-72.66931292918314,41.775852491071504],[-72.66916892912589,41.77567249104135],[-72.6689619290435,41.775412490997766],[-72.6688079289748,41.77508949094031],[-72.66870892893067,41.774882490903494],[-72.66868292890486,41.77458049084598],[-72.66860492882756,41.773675490673625],[-72.66858692880957,41.77346449063342],[-72.66857892880182,41.7733744906163],[-72.66858292879887,41.77330049060187],[-72.6683449286674,41.77236049042787],[-72.66835192866644,41.772303490416654],[-72.66753692824626,41.76960748992186],[-72.6671919281315,41.76956648992503],[-72.66673592797991,41.76951448992964],[-72.66568492763903,41.76954248996881],[-72.66504392742975,41.76953548998805],[-72.66501692742094,41.76953548998892],[-72.66493492739423,41.76953548999154],[-72.66490892738581,41.76953648999258],[-72.66491692737924,41.769376489961395],[-72.66494992735593,41.76878248984556],[-72.66507292726655,41.76652348940504],[-72.66511492723707,41.76577048925816],[-72.66435892690973,41.764357489009356],[-72.6634669265235,41.76268948871562],[-72.66209192592821,41.76011948826303],[-72.66181892580997,41.75960848817303],[-72.6616779257489,41.759344488126516],[-72.66153692568791,41.75908148808022],[-72.66143692564461,41.758894488047275],[-72.66133692560129,41.75870748801434],[-72.66022492519075,41.7578654878873],[-72.65803692438284,41.75620748763703],[-72.6569709239803,41.755243487484904],[-72.65593692358983,41.75430848733733]]]},"properties":{"name":5021,"geoid":"09003502100"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.6827309316777,41.74310148430992],[-72.68267193166324,41.74318448432787],[-72.68262593165302,41.74326748434539],[-72.68260293162834,41.74296748428812],[-72.68257693159907,41.742604484218774],[-72.68256593158603,41.74243948418722],[-72.68255393150181,41.74103748391648],[-72.68254993148933,41.74084248387892],[-72.68253793145209,41.74026048376675],[-72.68253393143968,41.74006648372937],[-72.68253393143073,41.73991048369921],[-72.68253393140392,41.7394424836087],[-72.68253393139506,41.73928748357873],[-72.68252893138482,41.739137483549875],[-72.68251593135481,41.738687483463266],[-72.68251193134498,41.73853848343459],[-72.68241093129787,41.738290483389875],[-72.68210893115688,41.737546483255684],[-72.68200893111016,41.73729948321113],[-72.68173993098489,41.73664248309272],[-72.67970993036238,41.73731948328886],[-72.67924493021468,41.73738548331655],[-72.67784992977163,41.737584483399864],[-72.67738592962431,41.73765148342772],[-72.6773429296012,41.737492483398356],[-72.67721392953203,41.737018483310834],[-72.67717092950896,41.73686048328166],[-72.67530992891697,41.73710948338959],[-72.67517692883008,41.73634848324667],[-72.67516592882268,41.736281483234066],[-72.67503092873353,41.73549248308582],[-72.67481292858896,41.73420748284428],[-72.67478392857028,41.73404648281409],[-72.67469692851442,41.73356548272383],[-72.67466792849582,41.73340548269382],[-72.674638928477,41.73324148266303],[-72.67455492842163,41.73275248257114],[-72.67452692840318,41.73258948254052],[-72.67441392832642,41.731891482409125],[-72.67426492823186,41.73108748225841],[-72.67425092822371,41.73102448224666],[-72.67411992813523,41.73022448209612],[-72.67407192810462,41.729962482046986],[-72.6740559280939,41.72986648202893],[-72.67400892806224,41.72958048197511],[-72.67399392805191,41.72948548195722],[-72.67398992804958,41.72946748195386],[-72.67398092804355,41.729413481943716],[-72.67397792804154,41.72939548194033],[-72.67396892803342,41.729304481923016],[-72.67396492802999,41.72926748191598],[-72.67392892799646,41.728886481843425],[-72.67391692798529,41.72875948181926],[-72.67389592796992,41.7286104817911],[-72.6738339279242,41.72816448170682],[-72.67381392790922,41.72801648167882],[-72.67380192790142,41.72794848166606],[-72.67376892787911,41.72774648162803],[-72.67375792787169,41.72767948161544],[-72.67508192829291,41.727503481538875],[-72.6774919290597,41.727184481399775],[-72.67905492955691,41.72697648130934],[-72.6803799299785,41.72680148123295],[-72.68063793006041,41.726764481217494],[-72.68141193030635,41.726656481171744],[-72.6816709303887,41.72662148115665],[-72.68187393045342,41.72659648114529],[-72.6824849306482,41.726522481111346],[-72.68253793066512,41.72651648110848],[-72.68268893071327,41.72649848110015],[-72.68275893072978,41.72638848107663],[-72.6828609307599,41.726334481062906],[-72.68289093076883,41.72631948105904],[-72.68300793080626,41.726307481052956],[-72.68313393084969,41.72634948105704],[-72.68327893089973,41.72639848106186],[-72.68339593093904,41.72641948106218],[-72.68357193099502,41.72639548105186],[-72.68357793099689,41.72639448105147],[-72.6837179310425,41.726394481046974],[-72.68382093107759,41.72642148104889],[-72.6853549315649,41.726205480957844],[-72.68995793302726,41.72556048068518],[-72.69033793314802,41.725507480662706],[-72.69103593336975,41.725409480621344],[-72.69149293352199,41.72546848061805],[-72.69156193354502,41.72547848061777],[-72.69173893360417,41.7255044806171],[-72.69177193361463,41.72549948061508],[-72.69184193363685,41.7254894806109],[-72.69182493363326,41.72552348061802],[-72.69176293361977,41.72564048064265],[-72.69152393356786,41.72609348073796],[-72.69144493355083,41.72624548076991],[-72.69136093353316,41.72641448080528],[-72.69135793353257,41.72642148080674],[-72.6910969334759,41.72691648091089],[-72.69107993347227,41.72694948091782],[-72.6910139334586,41.72708648094643],[-72.69116893353217,41.7274894810194],[-72.69118393354569,41.72764048104815],[-72.691190933552,41.72771048106146],[-72.69149393374552,41.72936648137203],[-72.69159993381297,41.72994148147984],[-72.69164793384368,41.730204481529164],[-72.69179193393576,41.73099348167715],[-72.6918409339668,41.73125648172645],[-72.69189093399471,41.7314594817641],[-72.69204393407949,41.73206948187717],[-72.69209493410779,41.73227348191498],[-72.69214093413423,41.73247348195219],[-72.6922819342145,41.7330734820637],[-72.6923289342413,41.73327348210086],[-72.69242093429206,41.73363648216812],[-72.6926969344444,41.734726482370064],[-72.69278993449554,41.735090482437464],[-72.69247593439626,41.73514248245761],[-72.69153593409906,41.73529948251819],[-72.69122293400011,41.7353524825385],[-72.69099393392753,41.735387482552625],[-72.69031093371112,41.73549348259508],[-72.6900829336389,41.73552948260937],[-72.68975893353647,41.73558348263022],[-72.68942493343278,41.735672482658174],[-72.68747193282671,41.73619848282268],[-72.68682193262505,41.73637448287759],[-72.68667393257907,41.7364134828899],[-72.68622993244131,41.73653348292737],[-72.68608293239572,41.736573482939825],[-72.68592593236205,41.73687848300385],[-72.685457932262,41.737793483195844],[-72.68530193222873,41.73809948326003],[-72.6851779322011,41.73832248330715],[-72.68480893211925,41.73899248344858],[-72.68468593209204,41.73921648349584],[-72.6845839320702,41.7394154835376],[-72.68427793200489,41.740015483663456],[-72.68417693198343,41.740215483705384],[-72.68407193196057,41.740413483747055],[-72.6839849319417,41.740578483781746],[-72.68376993189656,41.74101348387279],[-72.6836719318762,41.74121548391499],[-72.68342693182457,41.741707484018],[-72.68332393180421,41.741937484065794],[-72.68324593178876,41.74211148410195],[-72.68319793177925,41.74221848412417],[-72.68306093174665,41.74242848416918],[-72.68299593173309,41.74256148419699],[-72.68279693169147,41.7429664842817],[-72.6827309316777,41.74310148430992]]]},"properties":{"name":5023,"geoid":"09003502300"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.68256593158603,41.74243948418722],[-72.68218493146328,41.7424634842041],[-72.67784393009364,41.74324148449402],[-72.67756093000408,41.743287484512],[-72.6767119297355,41.74342748456633],[-72.67642992964633,41.7434744845845],[-72.67573592942676,41.74358848462882],[-72.67365592876877,41.74393148476197],[-72.6729629285496,41.74404648480647],[-72.67294592853929,41.74396348479097],[-72.67289592850878,41.74371548474463],[-72.67287992849889,41.74363348472927],[-72.67282692846982,41.74342748469113],[-72.67266992838329,41.74280948457668],[-72.67261792835455,41.74260348453851],[-72.67257492833122,41.74244048450838],[-72.67250492829329,41.74217648445958],[-72.6724379282588,41.74195548441898],[-72.67238992823401,41.74179548438959],[-72.67236192821933,41.741698484371746],[-72.67227792817529,41.74140748431818],[-72.67225092816093,41.74131048430028],[-72.6721959281313,41.74110548426239],[-72.67203192804277,41.74049248414911],[-72.6719779280135,41.7402884841114],[-72.67196592800765,41.74025448410521],[-72.67193092799052,41.74015448408699],[-72.67191992798504,41.740121484080966],[-72.6717149278791,41.73943748395528],[-72.67148392775702,41.738619483804506],[-72.67142592772724,41.7384294837696],[-72.67125292763826,41.73785948366493],[-72.67119592760888,41.73767048363021],[-72.67100292750386,41.73693448349406],[-72.67078192738327,41.73608548333696],[-72.67077292737851,41.736053483331055],[-72.67074592736422,41.735957483313356],[-72.67073792735985,41.735926483307615],[-72.67067892732706,41.73568948326368],[-72.67050292722908,41.73497948313201],[-72.6704449271967,41.73474348308821],[-72.67040892717642,41.73459448306055],[-72.67030092711568,41.73414748297756],[-72.6702659270958,41.733999482950054],[-72.67114592737566,41.73388048289878],[-72.67378692821556,41.73352348274494],[-72.67466792849582,41.73340548269382],[-72.67469692851442,41.73356548272383],[-72.67478392857028,41.73404648281409],[-72.67481292858896,41.73420748284428],[-72.67503092873353,41.73549248308582],[-72.67516592882268,41.736281483234066],[-72.67517692883008,41.73634848324667],[-72.67530992891697,41.73710948338959],[-72.67717092950896,41.73686048328166],[-72.67721392953203,41.737018483310834],[-72.6773429296012,41.737492483398356],[-72.67738592962431,41.73765148342772],[-72.67784992977163,41.737584483399864],[-72.67924493021468,41.73738548331655],[-72.67970993036238,41.73731948328886],[-72.68173993098489,41.73664248309272],[-72.68200893111016,41.73729948321113],[-72.68210893115688,41.737546483255684],[-72.68241093129787,41.738290483389875],[-72.68251193134498,41.73853848343459],[-72.68251593135481,41.738687483463266],[-72.68252893138482,41.739137483549875],[-72.68253393139506,41.73928748357873],[-72.68253393140392,41.7394424836087],[-72.68253393143073,41.73991048369921],[-72.68253393143968,41.74006648372937],[-72.68253793145209,41.74026048376675],[-72.68254993148933,41.74084248387892],[-72.68255393150181,41.74103748391648],[-72.68256593158603,41.74243948418722]]]},"properties":{"name":5024,"geoid":"09003502400"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.64783691944068,41.72790748249132],[-72.64812591953915,41.72798348249677],[-72.64899491983535,41.728212482513186],[-72.64928491993422,41.72828948251878],[-72.65128292061449,41.728803482554135],[-72.65560292208546,41.72991648263089],[-72.65732492263724,41.729755482544476],[-72.65871192308178,41.72962748247522],[-72.65910992320016,41.72943048242434],[-72.65931392326091,41.729330482398446],[-72.66483592501808,41.72860148208021],[-72.66503692508373,41.72860448207435],[-72.66536492519023,41.72859848206265],[-72.66577792532173,41.728545482039145],[-72.66610092542469,41.72850548202104],[-72.6670179257167,41.72838848196898],[-72.66743192584858,41.728336481945625],[-72.66759792590084,41.728304481934096],[-72.66800192602803,41.728227481906245],[-72.66823792610491,41.72822748189866],[-72.67015392672072,41.72808148180891],[-72.67034892678335,41.72806648179975],[-72.670932926971,41.728021481772295],[-72.67112892703408,41.72800748176329],[-72.67116492704557,41.72800348176137],[-72.67187392727126,41.7279114817208],[-72.67241892744313,41.72781248168415],[-72.67375792787169,41.72767948161544],[-72.67376892787911,41.72774648162803],[-72.67380192790142,41.72794848166606],[-72.67381392790922,41.72801648167882],[-72.6738339279242,41.72816448170682],[-72.67389592796992,41.7286104817911],[-72.67391692798529,41.72875948181926],[-72.67392892799646,41.728886481843425],[-72.67396492802999,41.72926748191598],[-72.67396892803342,41.729304481923016],[-72.67397792804154,41.72939548194033],[-72.67398092804355,41.729413481943716],[-72.67398992804958,41.72946748195386],[-72.67399392805191,41.72948548195722],[-72.67400892806224,41.72958048197511],[-72.6740559280939,41.72986648202893],[-72.67407192810462,41.729962482046986],[-72.67411992813523,41.73022448209612],[-72.67425092822371,41.73102448224666],[-72.67426492823186,41.73108748225841],[-72.67441392832642,41.731891482409125],[-72.67452692840318,41.73258948254052],[-72.67455492842163,41.73275248257114],[-72.674638928477,41.73324148266303],[-72.67466792849582,41.73340548269382],[-72.67378692821556,41.73352348274494],[-72.67114592737566,41.73388048289878],[-72.6702659270958,41.733999482950054],[-72.67030092711568,41.73414748297756],[-72.67040892717642,41.73459448306055],[-72.6704449271967,41.73474348308821],[-72.67050292722908,41.73497948313201],[-72.67067892732706,41.73568948326368],[-72.67073792735985,41.735926483307615],[-72.67074592736422,41.735957483313356],[-72.67077292737851,41.736053483331055],[-72.67078192738327,41.73608548333696],[-72.67100292750386,41.73693448349406],[-72.67119592760888,41.73767048363021],[-72.67125292763826,41.73785948366493],[-72.67142592772724,41.7384294837696],[-72.67148392775702,41.738619483804506],[-72.6717149278791,41.73943748395528],[-72.67191992798504,41.740121484080966],[-72.67193092799052,41.74015448408699],[-72.67196592800765,41.74025448410521],[-72.6719779280135,41.7402884841114],[-72.67203192804277,41.74049248414911],[-72.6721959281313,41.74110548426239],[-72.67225092816093,41.74131048430028],[-72.67227792817529,41.74140748431818],[-72.67236192821933,41.741698484371746],[-72.67238992823401,41.74179548438959],[-72.6724379282588,41.74195548441898],[-72.67250492829329,41.74217648445958],[-72.67257492833122,41.74244048450838],[-72.67261792835455,41.74260348453851],[-72.67266992838329,41.74280948457668],[-72.67282692846982,41.74342748469113],[-72.67287992849889,41.74363348472927],[-72.67289592850878,41.74371548474463],[-72.67294592853929,41.74396348479097],[-72.6729629285496,41.74404648480647],[-72.67299592856979,41.74421148483733],[-72.67309692863104,41.744706484929786],[-72.67313092865157,41.7448714849606],[-72.67315492867077,41.74507048499831],[-72.67322692872844,41.74566748511142],[-72.67325092874763,41.745866485149136],[-72.67326392875863,41.74598448517154],[-72.673303928792,41.74633948523889],[-72.67331792880337,41.74645848526145],[-72.67335292883001,41.74672448531176],[-72.67345892891036,41.74752448546303],[-72.67349492893739,41.747791485513496],[-72.67352492895972,41.74801048555487],[-72.67361692902738,41.748668485679154],[-72.67364792905009,41.74888848572069],[-72.67366192906127,41.74900448574267],[-72.67370392909503,41.74935448580899],[-72.6737189291066,41.74947148583112],[-72.6732499289561,41.74951148585394],[-72.672806928814,41.74955048587571],[-72.67255392873224,41.749562485886145],[-72.67184492850562,41.74963848592361],[-72.67154392840943,41.74967148593966],[-72.67137792835626,41.749687485948094],[-72.66999592791385,41.74982448601896],[-72.66992692789178,41.749831486022536],[-72.66979192784859,41.74984548602958],[-72.66856692745674,41.749972486093476],[-72.66782192721723,41.75002848612824],[-72.66557892650067,41.750277486248415],[-72.66413092603817,41.750439486326236],[-72.66359792586718,41.75048648635243],[-72.66251092551857,41.75058348640609],[-72.66205992537341,41.750614486426564],[-72.66199992535455,41.75062648643081],[-72.66162392523648,41.75070448645796],[-72.66148292519352,41.75075648647256],[-72.66115892509885,41.75094648651969],[-72.66018992481577,41.751516486661],[-72.65986692472146,41.751707486708305],[-72.65970992467487,41.75178748672879],[-72.65935092456861,41.75197448677648],[-72.65923692453399,41.75201848678866],[-72.6590739244846,41.752083486806455],[-72.65903392447167,41.75208548680811],[-72.65891292443271,41.75209348681356],[-72.65887392442018,41.75209648681539],[-72.65876092438342,41.75209748681922],[-72.65863992434382,41.75209448682251],[-72.65775392403876,41.751808486795674],[-72.657656924004,41.751753486788154],[-72.65750292394776,41.75164748677258],[-72.65728492386705,41.75147848674692],[-72.65716492382062,41.751350486726025],[-72.6570499237664,41.75105748667306],[-72.6570339237618,41.751068486675706],[-72.65698792374876,41.751102486683756],[-72.65697292374455,41.75111448668656],[-72.6569319237324,41.751135486691936],[-72.65681192369702,41.75120048670835],[-72.65677192368523,41.75122248671388],[-72.65649992360497,41.75136848675086],[-72.65590392342915,41.75168948683204],[-72.65578792339497,41.751752486847955],[-72.65568992336658,41.751814486863076],[-72.65544792329659,41.751969486900826],[-72.65543092329169,41.75198048690349],[-72.65540292328359,41.75199848690787],[-72.65531992325971,41.75205348692116],[-72.655292923252,41.75207248692571],[-72.65519592322399,41.752135486941],[-72.65512992320507,41.75218048695183],[-72.65490492314005,41.752325486987075],[-72.65480892311244,41.75238948700253],[-72.6546229230587,41.7525094870317],[-72.65425992295404,41.75274748708937],[-72.65407092289985,41.75287648712038],[-72.65405692289586,41.75288648712275],[-72.65397292287182,41.752944487136666],[-72.6538889228477,41.75300148715039],[-72.65340492267403,41.75272248711197],[-72.65291992250002,41.7524434870736],[-72.65291792249931,41.75244248707347],[-72.65097892180363,41.75132648691993],[-72.65000692145486,41.75076648684285],[-72.64903692110688,41.750208486766084],[-72.64893892106922,41.75010848674991],[-72.64747692050726,41.74861248650754],[-72.6446369194157,41.745707486036906],[-72.64374091898229,41.7432334855872],[-72.64298191861502,41.741135485205795],[-72.64280691853045,41.74065348511819],[-72.64253691839983,41.73990748498256],[-72.64257191831473,41.73821948465495],[-72.64263691816375,41.73520748407028],[-72.64609891901378,41.730345483018716],[-72.64783691944068,41.72790748249132]]]},"properties":{"name":5025,"geoid":"09003502500"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.68319793177925,41.74221848412417],[-72.68324593178876,41.74211148410195],[-72.68332393180421,41.741937484065794],[-72.68342693182457,41.741707484018],[-72.6836719318762,41.74121548391499],[-72.68376993189656,41.74101348387279],[-72.6839849319417,41.740578483781746],[-72.68407193196057,41.740413483747055],[-72.68417693198343,41.740215483705384],[-72.68427793200489,41.740015483663456],[-72.6845839320702,41.7394154835376],[-72.68468593209204,41.73921648349584],[-72.68480893211925,41.73899248344858],[-72.6851779322011,41.73832248330715],[-72.68530193222873,41.73809948326003],[-72.685457932262,41.737793483195844],[-72.68592593236205,41.73687848300385],[-72.68608293239572,41.736573482939825],[-72.68622993244131,41.73653348292737],[-72.68667393257907,41.7364134828899],[-72.68682193262505,41.73637448287759],[-72.68747193282671,41.73619848282268],[-72.68942493343278,41.735672482658174],[-72.68975893353647,41.73558348263022],[-72.6900829336389,41.73552948260937],[-72.69031093371112,41.73549348259508],[-72.69099393392753,41.735387482552625],[-72.69122293400011,41.7353524825385],[-72.69153593409906,41.73529948251819],[-72.69247593439626,41.73514248245761],[-72.69278993449554,41.735090482437464],[-72.6928019345163,41.735384482493934],[-72.69283793457856,41.73626648266335],[-72.69285093459963,41.73656048271979],[-72.69285193460627,41.73667048274102],[-72.69285593462666,41.73700348280531],[-72.69285793463366,41.737114482826705],[-72.69286693464966,41.7373424828705],[-72.69289493469815,41.73802948300246],[-72.69290493471453,41.738258483046415],[-72.69291293473323,41.738539483100496],[-72.69292793475135,41.73877048314469],[-72.69295193477826,41.739103483208325],[-72.69295993484987,41.7403074834409],[-72.69296393488057,41.74082048353994],[-72.69277993483789,41.74112148360406],[-72.69270693482098,41.741241483629615],[-72.69227293472598,41.74205048380001],[-72.69215793470089,41.74226648384546],[-72.6921899347172,41.74236948386435],[-72.69206393468006,41.74243748388157],[-72.69168593456877,41.74264448393373],[-72.69156093453202,41.7427134839511],[-72.69117693441937,41.7429304840054],[-72.69029693416141,41.74343148413057],[-72.69002493408134,41.74358048416812],[-72.68982293402193,41.74369248419626],[-72.68963993396818,41.743794484221866],[-72.6895769339496,41.74382848423047],[-72.68939193389537,41.74393348425671],[-72.68932993387716,41.74396848426547],[-72.68890193375154,41.74420948432583],[-72.68829293357292,41.7445544844121],[-72.68761693337423,41.74493048450654],[-72.68748293333493,41.74500648452555],[-72.68718093324516,41.74515648456426],[-72.68717993320782,41.744510484439374],[-72.68717793309628,41.7425754840653],[-72.68717793305932,41.74193048394057],[-72.68687993296344,41.7419514839542],[-72.68598593267589,41.74201548399532],[-72.68568893258039,41.74203748400912],[-72.68490593232852,41.74209348404511],[-72.68369293193838,41.74218148410111],[-72.68326093179942,41.742212484120984],[-72.68319793177925,41.74221848412417]]]},"properties":{"name":5026,"geoid":"09003502600"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.6921899347172,41.74236948386435],[-72.69220493474204,41.74271748393116],[-72.69216593474533,41.742996483986346],[-72.69220093478562,41.74350048408269],[-72.69221693480306,41.743713484123354],[-72.69229793487447,41.74449948427273],[-72.69266993503867,41.74524948440578],[-72.69278693509472,41.745562484462546],[-72.69289093517123,41.74630648460304],[-72.69293493519493,41.74646948463314],[-72.69299493523202,41.74677548469037],[-72.69316893533939,41.747659484855674],[-72.69319193536029,41.74789348490018],[-72.69321293536998,41.74794348490918],[-72.69319193537089,41.748078484935945],[-72.6932349354017,41.74837148499121],[-72.69324093541111,41.74850148501614],[-72.6932579354374,41.74886348508559],[-72.69309793544824,41.749961485303],[-72.69309593545596,41.75010748533131],[-72.69309393546877,41.75034248537679],[-72.69309093550324,41.75096048549635],[-72.69310293557515,41.75214648572524],[-72.68915193429478,41.75226548587528],[-72.68916193431014,41.75247648591576],[-72.68919393435704,41.75311248603767],[-72.68920493437278,41.7533244860783],[-72.6887849342368,41.75333948609471],[-72.68752593382942,41.753388486144665],[-72.6871069336939,41.75340548616141],[-72.68624993341629,41.753433486194375],[-72.68368193258456,41.75351948629355],[-72.68337293248452,41.75353048630562],[-72.68282593230717,41.75354548632609],[-72.68284993230198,41.75331848628144],[-72.68292093228625,41.75264048614808],[-72.68294593228144,41.752414486103596],[-72.68297193227868,41.75221848606487],[-72.68305193227108,41.75163148594881],[-72.6830789322687,41.75143648591023],[-72.68308393226758,41.75138848590081],[-72.68309893226433,41.75124648587288],[-72.68310493226359,41.7511994858636],[-72.68315493225637,41.75078948578273],[-72.68320993224935,41.75035448569686],[-72.68323893224489,41.75011148564896],[-72.68326893222292,41.749557485540876],[-72.68329293220718,41.749146485460656],[-72.68330093220125,41.74899748543158],[-72.68332393218317,41.74855148534462],[-72.68333293217763,41.74840348531572],[-72.6833319321694,41.74826548528907],[-72.68332893214469,41.747851485209125],[-72.68332893213683,41.747714485182634],[-72.68332193213044,41.747642485168946],[-72.68331093211945,41.74751348514435],[-72.68331293211524,41.74742848512785],[-72.68331493211183,41.74735748511406],[-72.68325693208484,41.74721648508867],[-72.68325493208337,41.74720248508602],[-72.68319093203424,41.74670848499257],[-72.68316993201799,41.74654448496154],[-72.68310793196994,41.74605848486957],[-72.68292293182618,41.74460148459378],[-72.68286193177853,41.74411648450197],[-72.68279293172837,41.74363348441079],[-72.68272593168099,41.74318748432672],[-72.6827309316777,41.74310148430992],[-72.68279693169147,41.7429664842817],[-72.68299593173309,41.74256148419699],[-72.68306093174665,41.74242848416918],[-72.68319793177925,41.74221848412417],[-72.68326093179942,41.742212484120984],[-72.68369293193838,41.74218148410111],[-72.68490593232852,41.74209348404511],[-72.68568893258039,41.74203748400912],[-72.68598593267589,41.74201548399532],[-72.68687993296344,41.7419514839542],[-72.68717793305932,41.74193048394057],[-72.68717793309628,41.7425754840653],[-72.68717993320782,41.744510484439374],[-72.68718093324516,41.74515648456426],[-72.68748293333493,41.74500648452555],[-72.68761693337423,41.74493048450654],[-72.68829293357292,41.7445544844121],[-72.68890193375154,41.74420948432583],[-72.68932993387716,41.74396848426547],[-72.68939193389537,41.74393348425671],[-72.6895769339496,41.74382848423047],[-72.68963993396818,41.743794484221866],[-72.68982293402193,41.74369248419626],[-72.69002493408134,41.74358048416812],[-72.69029693416141,41.74343148413057],[-72.69117693441937,41.7429304840054],[-72.69156093453202,41.7427134839511],[-72.69168593456877,41.74264448393373],[-72.69206393468006,41.74243748388157],[-72.6921899347172,41.74236948386435]]]},"properties":{"name":5027,"geoid":"09003502700"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.68234893240228,41.757915487186146],[-72.6823869323955,41.75758148712037],[-72.68250093237533,41.75658148692341],[-72.68253993236894,41.756248486857785],[-72.68255593236452,41.75608048682479],[-72.6826059323519,41.755576486725765],[-72.68262293234788,41.75540948669294],[-72.68263993234372,41.75524048665973],[-72.6826909323314,41.75473548656046],[-72.68270893232763,41.75456748652742],[-72.68273193232336,41.75436248648707],[-72.68280193231105,41.7537494863663],[-72.68282593230717,41.75354548632609],[-72.68337293248452,41.75353048630562],[-72.68368193258456,41.75351948629355],[-72.68624993341629,41.753433486194375],[-72.6871069336939,41.75340548616141],[-72.68752593382942,41.753388486144665],[-72.6887849342368,41.75333948609471],[-72.68920493437278,41.7533244860783],[-72.68919393435704,41.75311248603767],[-72.68916193431014,41.75247648591576],[-72.68915193429478,41.75226548587528],[-72.69310293557515,41.75214648572524],[-72.69310193561155,41.752786485849],[-72.69317893571704,41.754188486117535],[-72.69315293571796,41.75435248615007],[-72.69314593571839,41.75439948615938],[-72.6930639357055,41.7546404862086],[-72.69215593549283,41.75609048651807],[-72.69207093548366,41.75641348658324],[-72.69201893548525,41.756736486647355],[-72.69199393549661,41.75707648671386],[-72.69197893550411,41.7572924867561],[-72.69193593552727,41.75794048688273],[-72.69192293553546,41.758157486925086],[-72.69165293544728,41.758153486933004],[-72.69084293518281,41.75814348695712],[-72.69057393509499,41.758140486965196],[-72.69031793501107,41.758131486971685],[-72.68955193476,41.75810548699129],[-72.68929693467648,41.75809748699794],[-72.68904993459549,41.75808848700415],[-72.68830893435249,41.75806148702276],[-72.68806193427154,41.75805348702915],[-72.68786193420623,41.758050487035],[-72.68726293401056,41.75804148705252],[-72.68706393394555,41.758038487058336],[-72.6868329338699,41.75803148706442],[-72.68633493370677,41.758016487077526],[-72.68614193364378,41.75801448708334],[-72.68591193356879,41.758013487090544],[-72.68573493351077,41.758007487095085],[-72.68520693333771,41.757989487108574],[-72.68503093328007,41.75798448711327],[-72.68496493325856,41.7579844871154],[-72.68476693319411,41.75798548712195],[-72.684701933173,41.757986487124235],[-72.68455193312384,41.7579814871281],[-72.68410193297649,41.75796848714003],[-72.68395193292739,41.757964487144086],[-72.68383793288996,41.757959487146785],[-72.68349893277863,41.7579444871548],[-72.68338593274161,41.75794048715764],[-72.68317793267354,41.757935487163365],[-72.68255593247002,41.75792048718047],[-72.68234893240228,41.757915487186146]]]},"properties":{"name":5028,"geoid":"09003502800"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.69039893535648,41.76369248804385],[-72.69041393533767,41.76327948796355],[-72.69046293528272,41.762043487723105],[-72.69047993526468,41.76163248764313],[-72.69048893524571,41.76125048756901],[-72.69051993519017,41.76010648734691],[-72.69052993517157,41.759725487272966],[-72.69053393516376,41.75956648724209],[-72.6905489351414,41.75909148714981],[-72.69055393513396,41.75893348711911],[-72.69055693512583,41.75877448708829],[-72.69056993510274,41.758298486995855],[-72.69057393509499,41.758140486965196],[-72.69084293518281,41.75814348695712],[-72.69165293544728,41.758153486933004],[-72.69192293553546,41.758157486925086],[-72.69193593552727,41.75794048688273],[-72.69197893550411,41.7572924867561],[-72.69199393549661,41.75707648671386],[-72.69201893548525,41.756736486647355],[-72.69207093548366,41.75641348658324],[-72.69215593549283,41.75609048651807],[-72.6930639357055,41.7546404862086],[-72.69314593571839,41.75439948615938],[-72.69315293571796,41.75435248615007],[-72.69335793579009,41.75444548616145],[-72.69354793585313,41.75446548615921],[-72.69346093581882,41.7543614861419],[-72.69333693576483,41.75412448610007],[-72.69332193574596,41.75388048605341],[-72.69343093575317,41.75338748595459],[-72.69371993584562,41.7533574859395],[-72.69439893606271,41.75328548590374],[-72.6966779367879,41.75298448577226],[-72.69753193705884,41.75285748572024],[-72.69873893744918,41.75280748567175],[-72.69913693758505,41.75291548567983],[-72.69920493760813,41.75293148568074],[-72.69933093765096,41.75296248568268],[-72.69955993772882,41.75301948568633],[-72.69973293778747,41.753059485688496],[-72.7005029380486,41.75323848569832],[-72.70059793808075,41.753259485699324],[-72.7008719381735,41.7533204857023],[-72.70088293817727,41.75332348570254],[-72.70097593820934,41.75335448570553],[-72.70070993816572,41.75410448585906],[-72.700584938162,41.754749485987745],[-72.70055593818022,41.75523148608186],[-72.70056993829512,41.75715448645309],[-72.700498938311,41.75783448658682],[-72.70045793832703,41.75834648668708],[-72.70040493832485,41.758609486739616],[-72.7002929383086,41.75896248681144],[-72.7000859382677,41.759424486907406],[-72.69990693822504,41.759697486965926],[-72.69988893822068,41.759723486971524],[-72.69983593820798,41.75980348698869],[-72.69981893820402,41.75983048699447],[-72.6996409381641,41.76014548706107],[-72.69962393815936,41.76015948706432],[-72.69923793805248,41.76048848714032],[-72.69908293800863,41.76060448716773],[-72.6987209379062,41.760874487231554],[-72.69838993780944,41.7610674872795],[-72.69792093767195,41.76133448734618],[-72.6969329373855,41.76195248749741],[-72.69686193736456,41.76199048750704],[-72.69650393726738,41.762329487584076],[-72.69611493715688,41.762612487651275],[-72.69581693707018,41.76279348769583],[-72.69578193706101,41.76283248770451],[-72.69556493699866,41.76297848773971],[-72.6954739369734,41.763054487757316],[-72.6952709369149,41.76318748778955],[-72.69505193685175,41.76333048782423],[-72.69403293654878,41.763836487954784],[-72.69375993646676,41.76395748798694],[-72.69373793645306,41.76384348796564],[-72.69368793642569,41.76365048792995],[-72.69359393638037,41.763394487883495],[-72.69359293638006,41.76339448788353],[-72.69302093619532,41.76342348790754],[-72.69272493609978,41.76343848791995],[-72.69132493565309,41.76360348799686],[-72.69113893559344,41.76362048800613],[-72.69058393541573,41.763674488034425],[-72.69039893535648,41.76369248804385]]]},"properties":{"name":5029,"geoid":"09003502900"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.69057393509499,41.758140486965196],[-72.69056993510274,41.758298486995855],[-72.69055693512583,41.75877448708829],[-72.69055393513396,41.75893348711911],[-72.6905489351414,41.75909148714981],[-72.69053393516376,41.75956648724209],[-72.69052993517157,41.759725487272966],[-72.69051993519017,41.76010648734691],[-72.69048893524571,41.76125048756901],[-72.69047993526468,41.76163248764313],[-72.69046293528272,41.762043487723105],[-72.69041393533767,41.76327948796355],[-72.69039893535648,41.76369248804385],[-72.69014593527527,41.76371348805605],[-72.68938893503238,41.76377948809315],[-72.68913693495159,41.763802488105696],[-72.68888593487102,41.76382348811784],[-72.68813393462979,41.76388948815477],[-72.68811093462247,41.76389248815608],[-72.68788293454841,41.763896488164185],[-72.687628934463,41.76385048816348],[-72.68686793420726,41.76371448816166],[-72.68661493412223,41.76366948816109],[-72.68635493403454,41.7636174881594],[-72.68557793377242,41.76346148815425],[-72.68531993368538,41.7634094881525],[-72.6850909336083,41.76336648815155],[-72.68440493337744,41.76323848814887],[-72.68417693330073,41.76319648814809],[-72.68373993315332,41.763108488145114],[-72.68242893271119,41.76284748813683],[-72.68199293256413,41.76276048813403],[-72.6819559325512,41.76274548813232],[-72.68191593253732,41.7627304881307],[-72.68186793251915,41.76268648812375],[-72.68186193251663,41.762676488122004],[-72.6818439325088,41.76264248811603],[-72.68185493250085,41.76244148807682],[-72.68187093248997,41.762160488022005],[-72.68190893248394,41.76183948795873],[-72.68193293248034,41.761640487919486],[-72.68194393247806,41.76153848789944],[-72.681975932471,41.76123348783945],[-72.68198793246911,41.76113248781954],[-72.68203993244903,41.76048648769302],[-72.68211493242127,41.75957648751473],[-72.68225793240937,41.75855648731298],[-72.68234893240228,41.757915487186146],[-72.68255593247002,41.75792048718047],[-72.68317793267354,41.757935487163365],[-72.68338593274161,41.75794048715764],[-72.68349893277863,41.7579444871548],[-72.68383793288996,41.757959487146785],[-72.68395193292739,41.757964487144086],[-72.68410193297649,41.75796848714003],[-72.68455193312384,41.7579814871281],[-72.684701933173,41.757986487124235],[-72.68476693319411,41.75798548712195],[-72.68496493325856,41.7579844871154],[-72.68503093328007,41.75798448711327],[-72.68520693333771,41.757989487108574],[-72.68573493351077,41.758007487095085],[-72.68591193356879,41.758013487090544],[-72.68614193364378,41.75801448708334],[-72.68633493370677,41.758016487077526],[-72.6868329338699,41.75803148706442],[-72.68706393394555,41.758038487058336],[-72.68726293401056,41.75804148705252],[-72.68786193420623,41.758050487035],[-72.68806193427154,41.75805348702915],[-72.68830893435249,41.75806148702276],[-72.68904993459549,41.75808848700415],[-72.68929693467648,41.75809748699794],[-72.68955193476,41.75810548699129],[-72.69031793501107,41.758131486971685],[-72.69057393509499,41.758140486965196]]]},"properties":{"name":5030,"geoid":"09003503000"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.69996193837245,41.761953487400156],[-72.70018093844966,41.7620554874128],[-72.70021893846312,41.76207448741526],[-72.70032593850125,41.76213148742284],[-72.70051693857008,41.76224648743892],[-72.7007779386639,41.76239948746009],[-72.70072793866163,41.76264348750884],[-72.70069393866063,41.76281948754396],[-72.70069393866093,41.762824487544925],[-72.70059493865875,41.76334848764938],[-72.70056193865817,41.76352548768464],[-72.70041993866012,41.764365487851535],[-72.70035493866139,41.76475648792919],[-72.70023093866708,41.765559488088336],[-72.70003393867954,41.766894488352655],[-72.70002993867998,41.766924488358576],[-72.69987993867754,41.76773348851973],[-72.69997993870955,41.76772348851458],[-72.70027993880568,41.76769548849951],[-72.70038093883807,41.767686488494526],[-72.70077393896263,41.767625488470095],[-72.70195593933724,41.7674424883967],[-72.70234993946215,41.76738248837241],[-72.7025409395226,41.767351488360276],[-72.70295493965364,41.767284488334006],[-72.70311493970446,41.76726148832443],[-72.70325593974931,41.767242488316214],[-72.70330693976553,41.767235488313226],[-72.70331693977016,41.76725948831752],[-72.7033489397847,41.76733148833042],[-72.70335993978973,41.7673564883349],[-72.70340593981076,41.767461488353696],[-72.70338393982185,41.76777948841584],[-72.70334593982055,41.767972488454376],[-72.70392094000009,41.76783648840958],[-72.70415194007903,41.76790048841451],[-72.70421794010163,41.767919488416055],[-72.70484694032866,41.76830448847021],[-72.7050409404037,41.768510488503765],[-72.70502494040825,41.76868048853712],[-72.70522894049678,41.769064488604755],[-72.70510894046734,41.76923248864109],[-72.70475894034934,41.76916348863901],[-72.70421694017836,41.769261488675404],[-72.70342993992234,41.76926848870209],[-72.70323893986746,41.76939648873297],[-72.70329193989862,41.769638488778014],[-72.70353093998776,41.769834488808186],[-72.70378494008251,41.7700434888404],[-72.7042799402649,41.77041048889537],[-72.70433894030599,41.770791488967085],[-72.70440494033399,41.7709044889868],[-72.70443494034669,41.77095548899568],[-72.70450394037596,41.77107348901626],[-72.70452994038642,41.77110848902218],[-72.70456694040124,41.77115648903027],[-72.70464794043372,41.771262489048134],[-72.70416394029677,41.77162348913346],[-72.70405194026515,41.77170848915349],[-72.70277693986787,41.77202448925559],[-72.70267793984479,41.77218448928968],[-72.70277493988766,41.77238048932443],[-72.7030979400006,41.772514489339926],[-72.70326494005903,41.77258448934807],[-72.70324494008446,41.77314048945613],[-72.70319494006736,41.773126489455045],[-72.70288593996179,41.77304148944857],[-72.7027239399063,41.7729944894447],[-72.70116493937243,41.77254348940774],[-72.70088993927831,41.77246448940134],[-72.70064793919492,41.772385489393855],[-72.700280939069,41.77227548938441],[-72.69918293869229,41.77194548935599],[-72.69881693856672,41.77183548934652],[-72.69851593846319,41.771740489337844],[-72.69761493815325,41.77145548931177],[-72.6973149380501,41.77136148930328],[-72.6969029379085,41.771233489291795],[-72.6956669374838,41.77085048925756],[-72.6952559373426,41.770723489246244],[-72.69494493723565,41.77062648923753],[-72.69434593702987,41.77044148922105],[-72.69401193691513,41.7703384892119],[-72.69370193680865,41.7702434892035],[-72.69372693680396,41.77001948915941],[-72.69380393679053,41.769348489027294],[-72.69382993678619,41.76912548898337],[-72.69381793676719,41.768862488932946],[-72.69378493671132,41.76807648878211],[-72.69377393669268,41.76781448873185],[-72.69379393660554,41.76618248841584],[-72.69382793655711,41.76514548821435],[-72.69382793652537,41.76459248810749],[-72.69379693649482,41.764236488039685],[-72.69375993646676,41.76395748798694],[-72.69403293654878,41.763836487954784],[-72.69505193685175,41.76333048782423],[-72.6952709369149,41.76318748778955],[-72.6954739369734,41.763054487757316],[-72.69556493699866,41.76297848773971],[-72.69578193706101,41.76283248770451],[-72.69581693707018,41.76279348769583],[-72.69611493715688,41.762612487651275],[-72.69650393726738,41.762329487584076],[-72.69686193736456,41.76199048750704],[-72.6969329373855,41.76195248749741],[-72.6969299373936,41.76211048752805],[-72.69693893740347,41.76223148755113],[-72.69695293741826,41.76240948758508],[-72.69697693743183,41.76250948760364],[-72.6981089377844,41.76222648751253],[-72.6984019378771,41.76217848749381],[-72.69876293799501,41.76218348748318],[-72.69887293803107,41.762187487480396],[-72.69907293809663,41.76219448747532],[-72.69937393819332,41.762170487461],[-72.69996193837245,41.761953487400156]]]},"properties":{"name":5031,"geoid":"09003503100"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.69370193680865,41.7702434892035],[-72.69401193691513,41.7703384892119],[-72.69434593702987,41.77044148922105],[-72.69494493723565,41.77062648923753],[-72.6952559373426,41.770723489246244],[-72.6956669374838,41.77085048925756],[-72.6969029379085,41.771233489291795],[-72.6973149380501,41.77136148930328],[-72.69761493815325,41.77145548931177],[-72.69851593846319,41.771740489337844],[-72.69881693856672,41.77183548934652],[-72.69918293869229,41.77194548935599],[-72.700280939069,41.77227548938441],[-72.70064793919492,41.772385489393855],[-72.70047793916208,41.772778489475265],[-72.69996993906433,41.77395848971959],[-72.69980093903192,41.774352489801146],[-72.69912593880564,41.774242489801615],[-72.69710393812801,41.773915489803514],[-72.69642993790214,41.77380648980413],[-72.69605093777531,41.77374848980513],[-72.69491393739496,41.773576489808484],[-72.69453593726851,41.77351948980964],[-72.69447993724962,41.773508489809316],[-72.69431193719309,41.773477489808734],[-72.6942569371746,41.773467489808574],[-72.69396693707718,41.77341648980805],[-72.69368993698416,41.77336848980768],[-72.6930979367854,41.77326648980703],[-72.69280893668837,41.77321648980665],[-72.69246393657274,41.77316048980693],[-72.69142893622607,41.772996489808556],[-72.69108393611049,41.77294148980903],[-72.69076993600572,41.77289848981082],[-72.6898309356925,41.77277248981668],[-72.6895179355881,41.772730489818635],[-72.68964593560479,41.772294489730285],[-72.69003393565613,41.77098648946507],[-72.6901629356732,41.77055148937686],[-72.69023293568137,41.77029648932536],[-72.69044393570634,41.76953348917114],[-72.69051493571487,41.76927948911976],[-72.69081493581626,41.7693424891223],[-72.69105093589607,41.76939348912455],[-72.69127093597208,41.76946848913196],[-72.69170093611953,41.76959648914286],[-72.69199593622069,41.769684489150364],[-72.69233693633818,41.769795489160856],[-72.69335993669081,41.77013148919287],[-72.69370193680865,41.7702434892035]]]},"properties":{"name":5033,"geoid":"09003503300"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.68665993497294,41.778237490974504],[-72.68669393497949,41.77815849095815],[-72.6867609349941,41.77803249093166],[-72.68687793501671,41.777762490875745],[-72.68729393509729,41.77680449067728],[-72.68748093513014,41.776315490576785],[-72.68766893516344,41.77582849047665],[-72.68784093522328,41.77589449048387],[-72.68789893524304,41.775909490484906],[-72.68809593531039,41.77596449048921],[-72.68860793548487,41.77609749049844],[-72.68884493556565,41.77615949050277],[-72.68909593565088,41.7762194905063],[-72.68984993590699,41.77640049051701],[-72.6901019359926,41.77646149052068],[-72.69039793609323,41.77653449052527],[-72.69128893639628,41.776755490539315],[-72.6915859364973,41.77682949054403],[-72.69183493658184,41.77688849054743],[-72.69258193683552,41.77706749055796],[-72.6928309369201,41.77712749056155],[-72.69308093700495,41.777186490564894],[-72.69383093725962,41.77736549057534],[-72.69408193734486,41.777425490578864],[-72.69447693747908,41.77752149058469],[-72.69536893778222,41.77773849059791],[-72.695658937882,41.77783049060636],[-72.69604793801588,41.77795449061778],[-72.69536993782879,41.77854349075338],[-72.69524293779376,41.778654490778926],[-72.69368093735893,41.779945491078564],[-72.6932979372524,41.78026349115232],[-72.69260893706087,41.78083849128557],[-72.69252893703309,41.78080849128236],[-72.69228893694978,41.78071949127288],[-72.69220993692237,41.78069049126982],[-72.69214893690118,41.78066749126735],[-72.69196593683756,41.78059849125991],[-72.69190493681643,41.78057649125763],[-72.69172493675393,41.78050949125046],[-72.69118793656757,41.78031149122949],[-72.69100893650551,41.780246491222684],[-72.6907849364267,41.78014549121039],[-72.69048193632021,41.780010491194055],[-72.69011693619159,41.77984149117315],[-72.69010693618803,41.779836491172524],[-72.68990393611534,41.77972249115702],[-72.68970093604264,41.77960849114154],[-72.68909193582452,41.779266491095065],[-72.68888993575217,41.779152491079536],[-72.68885993574125,41.779132491076645],[-72.68877193570924,41.77907449106827],[-72.68874293569868,41.77905549106554],[-72.68856193563425,41.778960491053],[-72.68855493563174,41.77895649105247],[-72.68825793552556,41.77879249103033],[-72.68801593544072,41.77868849101802],[-72.68782893537518,41.77860849100858],[-72.6875949352945,41.77853149100123],[-72.68715393514253,41.77838749098761],[-72.68689693505372,41.77829949097887],[-72.68685693503996,41.77828649097765],[-72.68665993497294,41.778237490974504]]]},"properties":{"name":5035,"geoid":"09003503500"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.69803293867257,41.778126490587134],[-72.69901493902132,41.77862749065232],[-72.69969993926529,41.7789884907],[-72.70086693968096,41.779604490781416],[-72.70166993996989,41.780079490847335],[-72.70212694013802,41.780413490897125],[-72.70248494027202,41.78071549094394],[-72.7030539404972,41.7814074910593],[-72.70340994064298,41.78192549114789],[-72.70361194073759,41.782426491238155],[-72.70368394077674,41.78269949128857],[-72.70394394091763,41.78367649146891],[-72.70410094101781,41.78452949162859],[-72.70389094094737,41.78449449162859],[-72.70333794076193,41.78440349162882],[-72.70326594073727,41.7843824916271],[-72.70326494073687,41.78438149162693],[-72.70306794066953,41.78432649162263],[-72.70305694067049,41.78440549163826],[-72.70303394066717,41.784478491653104],[-72.70290494063411,41.78463449168739],[-72.70280394060839,41.78475949171478],[-72.70270994058868,41.7849494917545],[-72.70262894057285,41.78513349179265],[-72.7025389405669,41.78554049187414],[-72.70244494056342,41.78601249196834],[-72.70235594056028,41.786462492058114],[-72.7023259405624,41.78666949209905],[-72.70232194056283,41.78669949210498],[-72.70222494054322,41.78690849214848],[-72.70211094051567,41.78707549218439],[-72.7019989404862,41.78719749221157],[-72.70198494048262,41.7872144922153],[-72.701836940441,41.78732949224226],[-72.70147294033117,41.78748249228353],[-72.70134394029091,41.78751349229368],[-72.7011859402413,41.787546492305154],[-72.7010919402119,41.78756749231222],[-72.7006759400785,41.78760549233295],[-72.70020193992404,41.78760549234821],[-72.699764939781,41.78759449236016],[-72.69920493959708,41.78756949237335],[-72.69912693957093,41.78755649237336],[-72.6987949394598,41.787505492374194],[-72.69845293934364,41.78742349236937],[-72.69819493925553,41.787353492364154],[-72.69742293899208,41.78714649234903],[-72.69716593890435,41.78707749234397],[-72.69690293881575,41.78702749234279],[-72.69678693877677,41.78700649234247],[-72.69646093866668,41.78693949234001],[-72.6961709385697,41.78689649234105],[-72.69611493855098,41.786888492341305],[-72.695850938463,41.78685449234324],[-72.69586793846152,41.78673249231913],[-72.69591593845763,41.786392492251906],[-72.69601593845016,41.78569549211407],[-72.69610793844073,41.78500949197862],[-72.69611193844042,41.784981491973085],[-72.69615493842943,41.78454649188768],[-72.69595693836463,41.78454149189308],[-72.69536293817038,41.784529491909886],[-72.69516493810562,41.784525491915495],[-72.69547993816516,41.783775491760494],[-72.6961739382997,41.78218049143007],[-72.6943279376581,41.78148349135486],[-72.69423993762737,41.78144749135073],[-72.69332693731096,41.78111849131655],[-72.69313093724219,41.781033491306445],[-72.69284193714124,41.780915491292944],[-72.69260893706087,41.78083849128557],[-72.6932979372524,41.78026349115232],[-72.69368093735893,41.779945491078564],[-72.69524293779376,41.778654490778926],[-72.69536993782879,41.77854349075338],[-72.69604793801588,41.77795449061778],[-72.69674793826063,41.77824449065128],[-72.69776993861973,41.7786984907061],[-72.69782193863007,41.7785834906822],[-72.69797993866186,41.778240490610855],[-72.69803293867257,41.778126490587134]]]},"properties":{"name":5037,"geoid":"09003503700"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.71520594478802,41.78716549178001],[-72.71517594478952,41.78736149181883],[-72.71510194479423,41.78786249191796],[-72.71508994479538,41.787950491935334],[-72.71506094479727,41.78814749197432],[-72.71507994481934,41.788423492027015],[-72.71513694488566,41.78925349218545],[-72.71515694490812,41.789530492238306],[-72.71515794491378,41.78962349225621],[-72.71516094493082,41.789902492310006],[-72.71516294493681,41.789995492327904],[-72.71519394495509,41.79013749235433],[-72.7152869450099,41.790563492433584],[-72.71531894502856,41.79070649246018],[-72.71535594505075,41.79088249249296],[-72.71543294509722,41.79125449256231],[-72.71546694511746,41.79141349259193],[-72.71550494514003,41.79159049262488],[-72.71555594518892,41.792151492731556],[-72.7156009452311,41.7926294928224],[-72.71571194533661,41.793834493051506],[-72.71576494538616,41.79439549315812],[-72.7158539454579,41.79513849329871],[-72.7158869454773,41.7952884933266],[-72.71640194577695,41.79757949375233],[-72.71648094582297,41.79793149381776],[-72.71666494593012,41.79875149397013],[-72.71667894593827,41.79881349398164],[-72.71668594594279,41.79885249398896],[-72.7169719461261,41.800417494281874],[-72.71697194612625,41.80042049428245],[-72.71699294614005,41.800541494305136],[-72.717058946183,41.800913494374804],[-72.7170809461973,41.801037494398045],[-72.71789794648853,41.8014714944555],[-72.71794694652137,41.801764494510486],[-72.71801994656998,41.802195494591324],[-72.71770794665359,41.805413495222574],[-72.7175909466856,41.806631495461446],[-72.71706294651386,41.80663749547962],[-72.71547994599905,41.80665649553432],[-72.71495294582768,41.806663495552655],[-72.71351394536232,41.806726495611194],[-72.70919694396625,41.80691549578681],[-72.70775894350126,41.806979495845496],[-72.70769194346774,41.80677649580848],[-72.70759094341726,41.806471495752874],[-72.70753594338701,41.80625749571331],[-72.7075159433751,41.80616349569581],[-72.7074729433491,41.805955495657045],[-72.70743094332335,41.80574549561787],[-72.7073059432465,41.80511849550087],[-72.7072649432211,41.80490949546184],[-72.70725694320429,41.80466249541442],[-72.70726694320064,41.80454249539093],[-72.70728294319602,41.8043714953574],[-72.70740194318178,41.80345049517579],[-72.70741194318067,41.80337449516079],[-72.70740194316078,41.80308549510531],[-72.70737694314118,41.8028864950677],[-72.7073739431387,41.80286049506279],[-72.70729394310204,41.80267649502984],[-72.70721594306805,41.80252749500359],[-72.70709094301789,41.80236349497595],[-72.70706994300942,41.80233549497123],[-72.70695594296546,41.80221749495212],[-72.70682194290252,41.80188249489177],[-72.7068049428917,41.80179049487455],[-72.70680494289158,41.801788494874174],[-72.70656694273701,41.80045049462352],[-72.70651994270641,41.80018449457369],[-72.70647894268274,41.80000549454045],[-72.70654194270294,41.79999949453725],[-72.70673094276349,41.7999814945277],[-72.70679494278406,41.79997649452467],[-72.70700394285103,41.79995649451408],[-72.70763294305263,41.79989749448242],[-72.70784294311997,41.79987849447198],[-72.70815194321901,41.79984949445644],[-72.70908094351682,41.799763494409895],[-72.70939094361623,41.7997354943945],[-72.70949294364924,41.79973149439045],[-72.7097989437484,41.799721494378666],[-72.70990194378184,41.799719494374955],[-72.70955694364426,41.79928249430171],[-72.70852294323191,41.797972494082096],[-72.70845994320678,41.79789249406868],[-72.70819794310005,41.797521494005494],[-72.70806294304236,41.79728349396389],[-72.70796194299926,41.79710649393296],[-72.70765294286795,41.796574493840204],[-72.70751594280979,41.796339493799245],[-72.7073069427085,41.79576249369457],[-72.70715894263677,41.795354493620565],[-72.70710694260897,41.79516549358575],[-72.70678594243735,41.79400049337113],[-72.70662394235056,41.79340949326223],[-72.70653394230156,41.79306749319909],[-72.7062669421556,41.79204249300977],[-72.70617794210699,41.791701492946785],[-72.70572094187618,41.79027749268651],[-72.70510494156515,41.788359492335964],[-72.70451194126089,41.78642849198213],[-72.70441594120437,41.78598949190043],[-72.70425694111078,41.78526249176513],[-72.70410094101781,41.78452949162859],[-72.70466894120831,41.78462349162845],[-72.70534194143404,41.784735491628425],[-72.70619594171905,41.78485249162351],[-72.7063819417803,41.78486349161965],[-72.70695794197007,41.78489949160804],[-72.70719194204653,41.78490349160129],[-72.70724494206387,41.78490449159978],[-72.70789394227724,41.784937491585254],[-72.70806394233315,41.78494649158151],[-72.70812794235418,41.78494949158003],[-72.70823994239096,41.78495449157739],[-72.70824394239233,41.784955491577456],[-72.7085269424854,41.78497049157124],[-72.70857694250216,41.784978491571174],[-72.7086889425397,41.78499649157105],[-72.7088409425913,41.7850324915731],[-72.70917194270376,41.7851124915779],[-72.7096679428724,41.78523449158547],[-72.71024294307398,41.78548149161466],[-72.71055794318616,41.78564749163656],[-72.71099794334293,41.7858804916674],[-72.71125994343704,41.786032491688324],[-72.71171894360197,41.786299491725096],[-72.71204794372032,41.786493491751955],[-72.7123099438146,41.78664849177346],[-72.71251594388738,41.78674649178575],[-72.71253394389377,41.78675549178691],[-72.71290394402509,41.786942491811104],[-72.71314594410704,41.78699649181373],[-72.7132239441342,41.78702649181701],[-72.71327094415054,41.787044491818975],[-72.71346794421652,41.78707549181861],[-72.71381394433094,41.78710449181308],[-72.71390194436006,41.78711249181178],[-72.71485794467378,41.78715049178832],[-72.71520594478802,41.78716549178001]]]},"properties":{"name":5038,"geoid":"09003503800"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.70775894350126,41.806979495845496],[-72.70675594317547,41.80699849588149],[-72.70654294310626,41.80700249588912],[-72.70289794192225,41.807071496019866],[-72.70168294152761,41.80709549606364],[-72.700908941276,41.807106496090704],[-72.69858994052217,41.80714149617215],[-72.69781694027093,41.80715349619936],[-72.69736794012607,41.80717949621885],[-72.69602293969224,41.8072584962774],[-72.69557493954777,41.80728549629705],[-72.69473793927826,41.807342496335],[-72.69222993847086,41.80751749644954],[-72.69139393820176,41.807576496487854],[-72.69138393819321,41.807484496470416],[-72.69137693818718,41.80741949645809],[-72.6913379381625,41.8072114964192],[-72.69132193815211,41.807121496402345],[-72.69130193813612,41.806956496371136],[-72.69124493808917,41.806463496277786],[-72.69122593807356,41.80629949624675],[-72.69121093806066,41.806160496220386],[-72.69116593802214,41.80574549614174],[-72.69115193800963,41.80560749611554],[-72.69113393799498,41.80545449608659],[-72.6910819379518,41.80499849600023],[-72.69106493793751,41.80484649597143],[-72.69102693791449,41.80466149593695],[-72.69091493784606,41.8041064958334],[-72.69087793782337,41.80392149579888],[-72.6908339377985,41.80373849576498],[-72.69070393772468,41.80319149566355],[-72.6906609377002,41.8030094956298],[-72.69060293767025,41.80281749559459],[-72.69043093758106,41.80224149548894],[-72.69037393755144,41.80204949545369],[-72.69032593752179,41.80180549540814],[-72.69018593743522,41.80109349527517],[-72.69017893743201,41.80107749527232],[-72.69007693738583,41.800852495232164],[-72.69047693751989,41.800916495231625],[-72.69073393760415,41.80092549522511],[-72.69075393761075,41.800926495224665],[-72.69111693772945,41.80093349521432],[-72.69197393800583,41.800882495176886],[-72.69271993824574,41.80082649514205],[-72.69338193845877,41.80077849511147],[-72.69366193854914,41.80076349509957],[-72.69450193882028,41.80071749506364],[-72.69478293891106,41.80070349505188],[-72.69520893905023,41.80070949503933],[-72.69648993946895,41.800730495002135],[-72.69691693960853,41.80073749498973],[-72.69717793969365,41.80073849498152],[-72.6979619399495,41.80074449495744],[-72.69822394003506,41.800747494949604],[-72.69822694002085,41.80048349489851],[-72.69823993997971,41.79969449474578],[-72.69824393996589,41.79943149469486],[-72.69828893996893,41.79922949465442],[-72.69830793997049,41.79914849463817],[-72.69848793999999,41.79864149453447],[-72.69855794001158,41.79844649449457],[-72.69860994001857,41.798273494459494],[-72.69876794004045,41.79775849435498],[-72.69882094004784,41.79758649432006],[-72.69887594005598,41.797416494285464],[-72.69904094008061,41.79690949418226],[-72.69909694008912,41.79674049414783],[-72.69916094009889,41.79654749410849],[-72.69935294012832,41.79597149399109],[-72.69941794013849,41.79577949395194],[-72.6994769401465,41.79558449391238],[-72.69965594017137,41.795002493794236],[-72.69971594017977,41.79480849375485],[-72.6997879401925,41.79462149371642],[-72.70000694023166,41.79406149360123],[-72.70007994024475,41.793875493562965],[-72.70017494026594,41.793705493527085],[-72.70046294033047,41.793195493419326],[-72.70055894035204,41.7930264933836],[-72.70068094038174,41.79285149334587],[-72.70105094047213,41.792326493232586],[-72.70117494050253,41.792152493195],[-72.70129694053212,41.791975493156876],[-72.70166294062096,41.79144649304295],[-72.70178594065094,41.79127049300501],[-72.7019279406857,41.7910704929618],[-72.7023579407914,41.79047149283228],[-72.70250194082689,41.790272492789214],[-72.70264194086079,41.79006849274531],[-72.70306294096302,41.78946049261434],[-72.7032039409973,41.7892574925706],[-72.70330594101996,41.78907349253178],[-72.70361194108811,41.788524492415895],[-72.70371494111116,41.78834149237724],[-72.70379594112853,41.78818449234431],[-72.70386894114425,41.78804449231492],[-72.70399694116603,41.78769749224378],[-72.70405794117642,41.787532492209934],[-72.70403194116152,41.78742049218918],[-72.70397994113875,41.78731949217132],[-72.70386194109088,41.78715549214347],[-72.70384994108599,41.78713849214056],[-72.70368894102334,41.78696149211155],[-72.70349894095212,41.7867994920864],[-72.70325294086395,41.78666049206746],[-72.70295094075894,41.786545492054984],[-72.70278094070217,41.786521492055826],[-72.70235594056028,41.786462492058114],[-72.70244494056342,41.78601249196834],[-72.7025389405669,41.78554049187414],[-72.70262894057285,41.78513349179265],[-72.70270994058868,41.7849494917545],[-72.70280394060839,41.78475949171478],[-72.70290494063411,41.78463449168739],[-72.70303394066717,41.784478491653104],[-72.70305694067049,41.78440549163826],[-72.70306794066953,41.78432649162263],[-72.70326494073687,41.78438149162693],[-72.70326594073727,41.7843824916271],[-72.70333794076193,41.78440349162882],[-72.70389094094737,41.78449449162859],[-72.70410094101781,41.78452949162859],[-72.70425694111078,41.78526249176513],[-72.70441594120437,41.78598949190043],[-72.70451194126089,41.78642849198213],[-72.70510494156515,41.788359492335964],[-72.70572094187618,41.79027749268651],[-72.70617794210699,41.791701492946785],[-72.7062669421556,41.79204249300977],[-72.70653394230156,41.79306749319909],[-72.70662394235056,41.79340949326223],[-72.70678594243735,41.79400049337113],[-72.70710694260897,41.79516549358575],[-72.70715894263677,41.795354493620565],[-72.7073069427085,41.79576249369457],[-72.70751594280979,41.796339493799245],[-72.70765294286795,41.796574493840204],[-72.70796194299926,41.79710649393296],[-72.70806294304236,41.79728349396389],[-72.70819794310005,41.797521494005494],[-72.70845994320678,41.79789249406868],[-72.70852294323191,41.797972494082096],[-72.70955694364426,41.79928249430171],[-72.70990194378184,41.799719494374955],[-72.7097989437484,41.799721494378666],[-72.70949294364924,41.79973149439045],[-72.70939094361623,41.7997354943945],[-72.70908094351682,41.799763494409895],[-72.70815194321901,41.79984949445644],[-72.70784294311997,41.79987849447198],[-72.70763294305263,41.79989749448242],[-72.70700394285103,41.79995649451408],[-72.70679494278406,41.79997649452467],[-72.70673094276349,41.7999814945277],[-72.70654194270294,41.79999949453725],[-72.70647894268274,41.80000549454045],[-72.70651994270641,41.80018449457369],[-72.70656694273701,41.80045049462352],[-72.70680494289158,41.801788494874174],[-72.7068049428917,41.80179049487455],[-72.70682194290252,41.80188249489177],[-72.70695594296546,41.80221749495212],[-72.70706994300942,41.80233549497123],[-72.70709094301789,41.80236349497595],[-72.70721594306805,41.80252749500359],[-72.70729394310204,41.80267649502984],[-72.7073739431387,41.80286049506279],[-72.70737694314118,41.8028864950677],[-72.70740194316078,41.80308549510531],[-72.70741194318067,41.80337449516079],[-72.70740194318178,41.80345049517579],[-72.70728294319602,41.8043714953574],[-72.70726694320064,41.80454249539093],[-72.70725694320429,41.80466249541442],[-72.7072649432211,41.80490949546184],[-72.7073059432465,41.80511849550087],[-72.70743094332335,41.80574549561787],[-72.7074729433491,41.805955495657045],[-72.7075159433751,41.80616349569581],[-72.70753594338701,41.80625749571331],[-72.70759094341726,41.806471495752874],[-72.70769194346774,41.80677649580848],[-72.70775894350126,41.806979495845496]]]},"properties":{"name":5039,"geoid":"09003503900"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.70235594056028,41.786462492058114],[-72.70278094070217,41.786521492055826],[-72.70295094075894,41.786545492054984],[-72.70325294086395,41.78666049206746],[-72.70349894095212,41.7867994920864],[-72.70368894102334,41.78696149211155],[-72.70384994108599,41.78713849214056],[-72.70386194109088,41.78715549214347],[-72.70397994113875,41.78731949217132],[-72.70403194116152,41.78742049218918],[-72.70405794117642,41.787532492209934],[-72.70399694116603,41.78769749224378],[-72.70386894114425,41.78804449231492],[-72.70379594112853,41.78818449234431],[-72.70371494111116,41.78834149237724],[-72.70361194108811,41.788524492415895],[-72.70330594101996,41.78907349253178],[-72.7032039409973,41.7892574925706],[-72.70306294096302,41.78946049261434],[-72.70264194086079,41.79006849274531],[-72.70250194082689,41.790272492789214],[-72.7023579407914,41.79047149283228],[-72.7019279406857,41.7910704929618],[-72.70178594065094,41.79127049300501],[-72.70166294062096,41.79144649304295],[-72.70129694053212,41.791975493156876],[-72.70117494050253,41.792152493195],[-72.70105094047213,41.792326493232586],[-72.70068094038174,41.79285149334587],[-72.70055894035204,41.7930264933836],[-72.70046294033047,41.793195493419326],[-72.70017494026594,41.793705493527085],[-72.70007994024475,41.793875493562965],[-72.70000694023166,41.79406149360123],[-72.6997879401925,41.79462149371642],[-72.69971594017977,41.79480849375485],[-72.69965594017137,41.795002493794236],[-72.6994769401465,41.79558449391238],[-72.69941794013849,41.79577949395194],[-72.69935294012832,41.79597149399109],[-72.69916094009889,41.79654749410849],[-72.69909694008912,41.79674049414783],[-72.69904094008061,41.79690949418226],[-72.69887594005598,41.797416494285464],[-72.69882094004784,41.79758649432006],[-72.69876794004045,41.79775849435498],[-72.69860994001857,41.798273494459494],[-72.69855794001158,41.79844649449457],[-72.69848793999999,41.79864149453447],[-72.69830793997049,41.79914849463817],[-72.69828893996893,41.79922949465442],[-72.69824393996589,41.79943149469486],[-72.69823993997971,41.79969449474578],[-72.69822694002085,41.80048349489851],[-72.69822394003506,41.800747494949604],[-72.6979619399495,41.80074449495744],[-72.69717793969365,41.80073849498152],[-72.69691693960853,41.80073749498973],[-72.69648993946895,41.800730495002135],[-72.69520893905023,41.80070949503933],[-72.69478293891106,41.80070349505188],[-72.69450193882028,41.80071749506364],[-72.69366193854914,41.80076349509957],[-72.69338193845877,41.80077849511147],[-72.69271993824574,41.80082649514205],[-72.69197393800583,41.800882495176886],[-72.69111693772945,41.80093349521432],[-72.69075393761075,41.800926495224665],[-72.69073393760415,41.80092549522511],[-72.69047693751989,41.800916495231625],[-72.69007693738583,41.800852495232164],[-72.69006893736781,41.80058449518067],[-72.69004493731379,41.79978049502621],[-72.69003793729614,41.79951349497488],[-72.69004193728715,41.7993344949402],[-72.6900559372609,41.79879849483625],[-72.69006093725231,41.798620494801725],[-72.69005093721944,41.79810549470262],[-72.69003893717604,41.797418494570366],[-72.68995793711485,41.79681349445613],[-72.68994593709692,41.7965694944094],[-72.68992193705961,41.79605649431112],[-72.69068493730799,41.79605149428561],[-72.69297693805424,41.79603849420931],[-72.693740938303,41.79603449418394],[-72.69374393829058,41.79580149413884],[-72.69375393825383,41.79510549400415],[-72.69375793824184,41.794874493959405],[-72.69381093824579,41.79464249391292],[-72.69384593824851,41.79449149388262],[-72.69402793827742,41.79396249377461],[-72.69403593827882,41.79394149377029],[-72.69413193829908,41.793749493730125],[-72.69422093831676,41.79355249368922],[-72.69448893837024,41.79296349356686],[-72.69457893838829,41.79276749352612],[-72.69465893840483,41.79260149349147],[-72.6949019384554,41.792103493387486],[-72.69498293847231,41.79193849335302],[-72.69522393852034,41.791407493242716],[-72.6952849385144,41.790958493154044],[-72.69570893847568,41.78788049254596],[-72.695850938463,41.78685449234324],[-72.69611493855098,41.786888492341305],[-72.6961709385697,41.78689649234105],[-72.69646093866668,41.78693949234001],[-72.69678693877677,41.78700649234247],[-72.69690293881575,41.78702749234279],[-72.69716593890435,41.78707749234397],[-72.69742293899208,41.78714649234903],[-72.69819493925553,41.787353492364154],[-72.69845293934364,41.78742349236937],[-72.6987949394598,41.787505492374194],[-72.69912693957093,41.78755649237336],[-72.69920493959708,41.78756949237335],[-72.699764939781,41.78759449236016],[-72.70020193992404,41.78760549234821],[-72.7006759400785,41.78760549233295],[-72.7010919402119,41.78756749231222],[-72.7011859402413,41.787546492305154],[-72.70134394029091,41.78751349229368],[-72.70147294033117,41.78748249228353],[-72.701836940441,41.78732949224226],[-72.70198494048262,41.7872144922153],[-72.7019989404862,41.78719749221157],[-72.70211094051567,41.78707549218439],[-72.70222494054322,41.78690849214848],[-72.70232194056283,41.78669949210498],[-72.7023259405624,41.78666949209905],[-72.70235594056028,41.786462492058114]]]},"properties":{"name":5040,"geoid":"09003504000"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.7030669391482,41.757844486506116],[-72.70343193926243,41.75776248647851],[-72.7035859393107,41.75772948646719],[-72.70404593945602,41.75765048643712],[-72.70465893964906,41.757534486394995],[-72.706068940093,41.75726548629761],[-72.70624394014726,41.75721748628272],[-72.70728194047469,41.75703048621314],[-72.70820494076663,41.75687848615408],[-72.70836994081874,41.756849486143146],[-72.70886594097546,41.75676448611077],[-72.70903194102797,41.756737486100214],[-72.70909394108244,41.75733448621358],[-72.70925894122594,41.75889748651035],[-72.70928894124897,41.75912848655403],[-72.70936894130925,41.75972448666665],[-72.70938494132228,41.7598604866924],[-72.7094349413621,41.76027048677005],[-72.7094519413755,41.76040748679597],[-72.70908694125924,41.7604534868166],[-72.70799494091158,41.76059448687901],[-72.70763094079568,41.76064148689981],[-72.70655294045125,41.7607594869573],[-72.7050879399794,41.76085448702282],[-72.70402193963638,41.76092848707142],[-72.70290993927952,41.761023487125556],[-72.70241293911876,41.76104348714543],[-72.70216993904216,41.761088487161935],[-72.70196993898028,41.76114548717938],[-72.70154093885192,41.761344487231646],[-72.70105193870282,41.76152248728179],[-72.70096993867783,41.761552487290224],[-72.70072493860341,41.76164648731628],[-72.70064393857886,41.76167848732506],[-72.70059593856448,41.761700487330856],[-72.7004879385324,41.761754487344774],[-72.70045393852206,41.761767487348386],[-72.70040593850763,41.76178848735397],[-72.70011293841888,41.76190548738602],[-72.69996193837245,41.761953487400156],[-72.69937393819332,41.762170487461],[-72.69907293809663,41.76219448747532],[-72.69887293803107,41.762187487480396],[-72.69876293799501,41.76218348748318],[-72.6984019378771,41.76217848749381],[-72.6981089377844,41.76222648751253],[-72.69697693743183,41.76250948760364],[-72.69695293741826,41.76240948758508],[-72.69693893740347,41.76223148755113],[-72.6969299373936,41.76211048752805],[-72.6969329373855,41.76195248749741],[-72.69792093767195,41.76133448734618],[-72.69838993780944,41.7610674872795],[-72.6987209379062,41.760874487231554],[-72.69908293800863,41.76060448716773],[-72.69923793805248,41.76048848714032],[-72.69962393815936,41.76015948706432],[-72.6996409381641,41.76014548706107],[-72.69981893820402,41.75983048699447],[-72.69983593820798,41.75980348698869],[-72.69988893822068,41.759723486971524],[-72.69990693822504,41.759697486965926],[-72.7000859382677,41.759424486907406],[-72.7002929383086,41.75896248681144],[-72.70040493832485,41.758609486739616],[-72.70045793832703,41.75834648668708],[-72.70066593839302,41.7583154866744],[-72.70081693844095,41.75829348666529],[-72.70103293850833,41.75824148664828],[-72.70128793858883,41.758196486631384],[-72.70149593865452,41.75816048661773],[-72.7017009387189,41.75811848660302],[-72.70231693891246,41.75799448655924],[-72.70252293897724,41.75795348654469],[-72.70263093901116,41.75793148653696],[-72.70293993910845,41.757872486515616],[-72.70295793911401,41.75786748651406],[-72.7030669391482,41.757844486506116]]]},"properties":{"name":5041,"geoid":"09003504100"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.70324494008446,41.77314048945613],[-72.70326494005903,41.77258448934807],[-72.7030979400006,41.772514489339926],[-72.70277493988766,41.77238048932443],[-72.70267793984479,41.77218448928968],[-72.70277693986787,41.77202448925559],[-72.70405194026515,41.77170848915349],[-72.70416394029677,41.77162348913346],[-72.70464794043372,41.771262489048134],[-72.70456694040124,41.77115648903027],[-72.70452994038642,41.77110848902218],[-72.70450394037596,41.77107348901626],[-72.70443494034669,41.77095548899568],[-72.70440494033399,41.7709044889868],[-72.70433894030599,41.770791488967085],[-72.7042799402649,41.77041048889537],[-72.70378494008251,41.7700434888404],[-72.70353093998776,41.769834488808186],[-72.70329193989862,41.769638488778014],[-72.70323893986746,41.76939648873297],[-72.70342993992234,41.76926848870209],[-72.70421694017836,41.769261488675404],[-72.70475894034934,41.76916348863901],[-72.70510894046734,41.76923248864109],[-72.70522894049678,41.769064488604755],[-72.70502494040825,41.76868048853712],[-72.7050409404037,41.768510488503765],[-72.70484694032866,41.76830448847021],[-72.70421794010163,41.767919488416055],[-72.70415194007903,41.76790048841451],[-72.70392094000009,41.76783648840958],[-72.70334593982055,41.767972488454376],[-72.70338393982185,41.76777948841584],[-72.70340593981076,41.767461488353696],[-72.70335993978973,41.7673564883349],[-72.7033489397847,41.76733148833042],[-72.70331693977016,41.76725948831752],[-72.70330693976553,41.767235488313226],[-72.70325593974931,41.767242488316214],[-72.70311493970446,41.76726148832443],[-72.70295493965364,41.767284488334006],[-72.7025409395226,41.767351488360276],[-72.70234993946215,41.76738248837241],[-72.70195593933724,41.7674424883967],[-72.70077393896263,41.767625488470095],[-72.70038093883807,41.767686488494526],[-72.70027993880568,41.76769548849951],[-72.69997993870955,41.76772348851458],[-72.69987993867754,41.76773348851973],[-72.70002993867998,41.766924488358576],[-72.70003393867954,41.766894488352655],[-72.70023093866708,41.765559488088336],[-72.70035493866139,41.76475648792919],[-72.70041993866012,41.764365487851535],[-72.70056193865817,41.76352548768464],[-72.70059493865875,41.76334848764938],[-72.70069393866093,41.762824487544925],[-72.70069393866063,41.76281948754396],[-72.70072793866163,41.76264348750884],[-72.7007779386639,41.76239948746009],[-72.70051693857008,41.76224648743892],[-72.70032593850125,41.76213148742284],[-72.70021893846312,41.76207448741526],[-72.70018093844966,41.7620554874128],[-72.69996193837245,41.761953487400156],[-72.70011293841888,41.76190548738602],[-72.70040593850763,41.76178848735397],[-72.70045393852206,41.761767487348386],[-72.7004879385324,41.761754487344774],[-72.70059593856448,41.761700487330856],[-72.70064393857886,41.76167848732506],[-72.70072493860341,41.76164648731628],[-72.70096993867783,41.761552487290224],[-72.70105193870282,41.76152248728179],[-72.70154093885192,41.761344487231646],[-72.70196993898028,41.76114548717938],[-72.70216993904216,41.761088487161935],[-72.70241293911876,41.76104348714543],[-72.70290993927952,41.761023487125556],[-72.70402193963638,41.76092848707142],[-72.7050879399794,41.76085448702282],[-72.70655294045125,41.7607594869573],[-72.70763094079568,41.76064148689981],[-72.70799494091158,41.76059448687901],[-72.70908694125924,41.7604534868166],[-72.7094519413755,41.76040748679597],[-72.70949394140096,41.76061248683423],[-72.70962094147771,41.76122848694919],[-72.70966394150355,41.761434486987625],[-72.70968094151407,41.76152148700388],[-72.7097239415402,41.761732487043275],[-72.70990694165117,41.76262648721015],[-72.7099679416882,41.762925487265974],[-72.71017994179525,41.763586487386874],[-72.71081594211651,41.76557248775016],[-72.71102894222393,41.76623448787122],[-72.71110694226245,41.76646248791276],[-72.71118294230547,41.76678048797175],[-72.71157994253018,41.76844048827973],[-72.71171294260533,41.76899448838249],[-72.7117769426439,41.769302488439926],[-72.71190194271868,41.769895488550475],[-72.71187694273014,41.77023648861716],[-72.71185394274072,41.77055148867877],[-72.71180794273343,41.77068548870615],[-72.71179594274223,41.77090648874924],[-72.71172894284433,41.773063489168116],[-72.71169894284745,41.77328748921236],[-72.71151694281643,41.77377948931327],[-72.7114039427927,41.77400748936095],[-72.71042094258753,41.77601048977957],[-72.71033594257777,41.77632248984256],[-72.71013994251147,41.776280489840765],[-72.70986494241832,41.776218489837646],[-72.70899594212402,41.776024489828146],[-72.70766194167396,41.77575648981934],[-72.70737094157558,41.77569448981672],[-72.70718894151403,41.77565548981505],[-72.70642094125431,41.77549048980789],[-72.70587994106954,41.77534248979672],[-72.70578594103655,41.77530148979182],[-72.70554194095106,41.775197489779586],[-72.70536594088642,41.77507048976073],[-72.70519994082251,41.77489948973302],[-72.7051959408188,41.77485748972505],[-72.70515994078133,41.77440948963965],[-72.70510694075159,41.774192489599436],[-72.70503094071837,41.774045489573496],[-72.70496194068825,41.773912489550014],[-72.70490794066394,41.77379548952915],[-72.70490294066082,41.773769489524284],[-72.7048909406526,41.77369448951018],[-72.70488694064986,41.77366948950547],[-72.7047719406078,41.773589489493745],[-72.7045899405446,41.77352148948645],[-72.70457794054045,41.77351748948606],[-72.70427494043638,41.77342448947785],[-72.70357894019855,41.773232489463155],[-72.7033179401094,41.77316048945765],[-72.70324494008446,41.77314048945613]]]},"properties":{"name":5042,"geoid":"09003504200"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.7094519413755,41.76040748679597],[-72.7094349413621,41.76027048677005],[-72.70938494132228,41.7598604866924],[-72.70936894130925,41.75972448666665],[-72.70928894124897,41.75912848655403],[-72.70925894122594,41.75889748651035],[-72.70909394108244,41.75733448621358],[-72.70903194102797,41.756737486100214],[-72.70886594097546,41.75676448611077],[-72.70836994081874,41.756849486143146],[-72.70820494076663,41.75687848615408],[-72.70728194047469,41.75703048621314],[-72.70624394014726,41.75721748628272],[-72.706068940093,41.75726548629761],[-72.70465893964906,41.757534486394995],[-72.70404593945602,41.75765048643712],[-72.7035859393107,41.75772948646719],[-72.70343193926243,41.75776248647851],[-72.7030669391482,41.757844486506116],[-72.70356093927339,41.757221486369815],[-72.70504593964992,41.755352485960785],[-72.70554093977549,41.754730485824616],[-72.70635993998232,41.753685485596286],[-72.70855694053738,41.750885484984344],[-72.70882294060526,41.75055848491257],[-72.7093209407324,41.74994748477845],[-72.7093689407446,41.74988748476531],[-72.70966094081918,41.7495294846867],[-72.70971194083207,41.749464484672494],[-72.71075194109494,41.748141484383254],[-72.71294194164858,41.745357483774576],[-72.71403594192633,41.7439874834745],[-72.7151389422065,41.7426084831724],[-72.71518494224156,41.74295848323858],[-72.71532294234693,41.744011483437724],[-72.71536594237953,41.74433548349897],[-72.71536994238238,41.74436248350408],[-72.71529994236435,41.74444548352238],[-72.71509394231158,41.74469548357733],[-72.71502494229394,41.74477948359579],[-72.71496294228389,41.744956483632],[-72.71496294228831,41.745033483646885],[-72.71496294229411,41.74513448366642],[-72.71502094233767,41.74556448374768],[-72.71504694236106,41.74582448379711],[-72.71507494238534,41.74608848384725],[-72.71509794240207,41.746249483877634],[-72.71516794245275,41.746735483969346],[-72.71519194246986,41.746897483999874],[-72.71519894248082,41.747048484028845],[-72.7152179425071,41.747398484095896],[-72.71522294251469,41.74750248411583],[-72.715230942526,41.74765448414497],[-72.71522694253068,41.74775848416518],[-72.7152169425454,41.748071484226024],[-72.71521494255077,41.74817648424639],[-72.71520394255276,41.748273484265496],[-72.71519494255406,41.74834748428009],[-72.71515694258446,41.74909248442533],[-72.71516294259071,41.74916748443964],[-72.71516794259612,41.74923348445222],[-72.71517794261281,41.749467484497146],[-72.71517394261346,41.749501484503845],[-72.7151459426188,41.74975348455346],[-72.7151409426177,41.74976248455536],[-72.71510194262278,41.75007248461653],[-72.71511294262982,41.75013248462779],[-72.71511894263342,41.750161484633196],[-72.71509494263135,41.750261484653294],[-72.71506494266097,41.75094748478686],[-72.71502494269983,41.7518514849629],[-72.71499694271901,41.7523444850591],[-72.7149739427358,41.7527674851416],[-72.71487794281033,41.75461048550092],[-72.71482994284682,41.75551848567797],[-72.71478294288424,41.75643648585691],[-72.71355394247226,41.75623448585742],[-72.71325694237424,41.756212485862726],[-72.71320494235684,41.75620448586285],[-72.7130159422947,41.756194485867],[-72.71219494202845,41.75621548589749],[-72.71112294168927,41.75639048596583],[-72.71104994166635,41.756405485971065],[-72.710834941599,41.75645248598708],[-72.71076294157646,41.75646848599248],[-72.71077894159247,41.756656486028305],[-72.71082994164162,41.75722348613625],[-72.71084694165802,41.75741248617224],[-72.71088294166958,41.757409486170495],[-72.71098994170391,41.757400486165324],[-72.71102694171584,41.757398486163744],[-72.7112209417782,41.7573834861546],[-72.71157994189366,41.75735748613801],[-72.71165694192057,41.757389486141726],[-72.71166894192483,41.7573954861425],[-72.7117169419473,41.757514486163956],[-72.71179194198211,41.75769548619651],[-72.71184494202777,41.75818948629029],[-72.71200694216563,41.759671486571484],[-72.7120609422116,41.7601654866652],[-72.71188894215643,41.76018048667365],[-72.71137394199138,41.76022848669951],[-72.7112029419366,41.7602444867081],[-72.71102694188014,41.76025948671667],[-72.71049894171075,41.76030548674255],[-72.71032394165466,41.76032148675128],[-72.71014894159858,41.76033748676],[-72.70962594143117,41.76038948678688],[-72.7094519413755,41.76040748679597]]]},"properties":{"name":5043,"geoid":"09003504300"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.70473793887027,41.74351148368164],[-72.70441593876765,41.743551483699726],[-72.70345293846103,41.743674483754475],[-72.70313193835887,41.743716483772936],[-72.70292593829308,41.743739483784],[-72.70231093809691,41.7438124838179],[-72.70210593803152,41.743836483829135],[-72.70185093795027,41.74386848384353],[-72.70108693770703,41.74396648388705],[-72.70083293762617,41.7439994839016],[-72.70058493754716,41.744030483915566],[-72.69984193731068,41.74412748395824],[-72.69959493723206,41.744159483972346],[-72.69933793715009,41.74418948398642],[-72.69856993690516,41.7442814840289],[-72.69831493682386,41.74431248404311],[-72.69832393683949,41.74453348408554],[-72.69835293688706,41.74519848421318],[-72.69836293690305,41.745420484255774],[-72.69836593691463,41.745605484291445],[-72.69837793695041,41.746161484398556],[-72.69838193696239,41.746347484434395],[-72.69835593696531,41.74654648447371],[-72.6982809369753,41.74714648459211],[-72.69825593697864,41.74734648463158],[-72.69740493670065,41.74733348465644],[-72.69485393586744,41.74729548473113],[-72.69400393558983,41.74728348475614],[-72.69400293559731,41.74741948478246],[-72.6939999356199,41.74783048486202],[-72.69399993562774,41.747967484888505],[-72.69398693563407,41.7481514849245],[-72.69394893565351,41.74870648503301],[-72.69393693566022,41.74889148506917],[-72.69392493566639,41.74906748510358],[-72.69389193568587,41.74959448520653],[-72.6938809356924,41.749771485241105],[-72.69386693569935,41.74997148528022],[-72.69385893570464,41.75010948530715],[-72.69383493572349,41.75057448539781],[-72.69382593573208,41.750775485436954],[-72.69379593573339,41.75096848547523],[-72.6937069357377,41.75154948559042],[-72.69367793573937,41.75174348562886],[-72.69364393573943,41.75193748566744],[-72.69343093575317,41.75338748595459],[-72.69332193574596,41.75388048605341],[-72.69333693576483,41.75412448610007],[-72.69346093581882,41.7543614861419],[-72.69354793585313,41.75446548615921],[-72.69335793579009,41.75444548616145],[-72.69315293571796,41.75435248615007],[-72.69317893571704,41.754188486117535],[-72.69310193561155,41.752786485849],[-72.69310293557515,41.75214648572524],[-72.69309093550324,41.75096048549635],[-72.69309393546877,41.75034248537679],[-72.69309593545596,41.75010748533131],[-72.69309793544824,41.749961485303],[-72.6932579354374,41.74886348508559],[-72.69324093541111,41.74850148501614],[-72.6932349354017,41.74837148499121],[-72.69319193537089,41.748078484935945],[-72.69321293536998,41.74794348490918],[-72.69319193536029,41.74789348490018],[-72.69316893533939,41.747659484855674],[-72.69299493523202,41.74677548469037],[-72.69293493519493,41.74646948463314],[-72.69289093517123,41.74630648460304],[-72.69278693509472,41.745562484462546],[-72.69266993503867,41.74524948440578],[-72.69229793487447,41.74449948427273],[-72.69221693480306,41.743713484123354],[-72.69220093478562,41.74350048408269],[-72.69216593474533,41.742996483986346],[-72.69220493474204,41.74271748393116],[-72.6921899347172,41.74236948386435],[-72.69340393507417,41.741697483695376],[-72.69399193524703,41.74137148361344],[-72.69444093537834,41.741110483548546],[-72.69579093577333,41.74032948335411],[-72.69624093590508,41.74007048328956],[-72.69645993596929,41.739946483258535],[-72.69711793616248,41.739577483166045],[-72.6973379362271,41.739454483135184],[-72.69787993638745,41.739171483063025],[-72.69835593652822,41.73892248299957],[-72.69848193656252,41.73880448297271],[-72.69856293658202,41.73868448294689],[-72.6994419367818,41.73717448262663],[-72.69947693678975,41.7371144826139],[-72.69958493681467,41.73693548257582],[-72.69962193682335,41.73687648256321],[-72.6996539368305,41.73681948255116],[-72.69967793683539,41.736768482540526],[-72.69983893686904,41.73644048247191],[-72.69989293688037,41.7363314824491],[-72.70016793694755,41.73594048236466],[-72.70088293712226,41.734925482145364],[-72.70099993715162,41.734772482112],[-72.70118393719797,41.73453548206026],[-72.70130193722878,41.73440248203074],[-72.7013399372387,41.734359482021205],[-72.70145393726855,41.734232481992976],[-72.70149293727884,41.734190481983596],[-72.70155093729579,41.73415648197517],[-72.70166893733044,41.73409048195861],[-72.70172193734545,41.73405148194936],[-72.70177693736115,41.734012481940056],[-72.7018919373966,41.73397748192958],[-72.70195593741636,41.73395848192385],[-72.70224093750512,41.73388748190095],[-72.70235793754155,41.73385848189158],[-72.70257793761094,41.733818481876774],[-72.70323993781975,41.733699481832474],[-72.70346093788949,41.733660481817815],[-72.70372493797267,41.733611481799855],[-72.7045199382233,41.733466481746255],[-72.70478493830689,41.733418481728435],[-72.70490293834405,41.73339648172038],[-72.70525893845634,41.73333248169656],[-72.7053779384939,41.73331148168867],[-72.70550793853509,41.733291481680624],[-72.70589793865891,41.73323548165725],[-72.7060289387005,41.733216481649364],[-72.70597793869506,41.73341148168871],[-72.70597593869499,41.73342148169072],[-72.70598993871192,41.733637481732046],[-72.70612893877743,41.733990481795836],[-72.70620293881237,41.73417948183001],[-72.7062509388389,41.73436948186521],[-72.70639793891957,41.7349414819711],[-72.70644693894648,41.735132482006456],[-72.70574093872368,41.735257482053335],[-72.70362493805617,41.735636482194685],[-72.70291993783376,41.73576248224173],[-72.7029839378654,41.73595048227602],[-72.70317593796025,41.73651448237893],[-72.70323993799194,41.736703482413404],[-72.70328393801722,41.736894482448925],[-72.70341593809324,41.73747048255607],[-72.7034609381189,41.737662482591745],[-72.70346693812246,41.73769048259698],[-72.70348693813385,41.73777548261276],[-72.7034939381378,41.737804482618145],[-72.70353693816173,41.737977482650216],[-72.70354293816489,41.73799848265407],[-72.70364893822843,41.73850448274853],[-72.70368693825087,41.73868048278134],[-72.70372593827402,41.73886248281527],[-72.70383593833903,41.73937148291016],[-72.7038429383435,41.73940948291729],[-72.70387993836603,41.739592482951494],[-72.70391593838751,41.739762482983195],[-72.70402593845253,41.74027148307809],[-72.7040249384522,41.740271483078125],[-72.70369693836193,41.740560483144534],[-72.70385393841194,41.740540483135625],[-72.70407193848139,41.74051348312338],[-72.70411493850577,41.740694483157014],[-72.70423893857846,41.74125748326189],[-72.704441938697,41.742171483432074],[-72.7046129387972,41.742947483576614],[-72.70473793887027,41.74351148368164]]]},"properties":{"name":5045,"geoid":"09003504500"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.7053779384939,41.73331148168867],[-72.70525893845634,41.73333248169656],[-72.70490293834405,41.73339648172038],[-72.70478493830689,41.733418481728435],[-72.7045199382233,41.733466481746255],[-72.70372493797267,41.733611481799855],[-72.70346093788949,41.733660481817815],[-72.70323993781975,41.733699481832474],[-72.70257793761094,41.733818481876774],[-72.70235793754155,41.73385848189158],[-72.70224093750512,41.73388748190095],[-72.70195593741636,41.73395848192385],[-72.7018919373966,41.73397748192958],[-72.70177693736115,41.734012481940056],[-72.70172193734545,41.73405148194936],[-72.70166893733044,41.73409048195861],[-72.70155093729579,41.73415648197517],[-72.70149293727884,41.734190481983596],[-72.70145393726855,41.734232481992976],[-72.7013399372387,41.734359482021205],[-72.70130193722878,41.73440248203074],[-72.70118393719797,41.73453548206026],[-72.70099993715162,41.734772482112],[-72.70088293712226,41.734925482145364],[-72.70016793694755,41.73594048236466],[-72.69989293688037,41.7363314824491],[-72.69983893686904,41.73644048247191],[-72.69967793683539,41.736768482540526],[-72.6996539368305,41.73681948255116],[-72.69962193682335,41.73687648256321],[-72.69958493681467,41.73693548257582],[-72.69947693678975,41.7371144826139],[-72.6994419367818,41.73717448262663],[-72.69856293658202,41.73868448294689],[-72.69848193656252,41.73880448297271],[-72.69835593652822,41.73892248299957],[-72.69787993638745,41.739171483063025],[-72.6973379362271,41.739454483135184],[-72.69711793616248,41.739577483166045],[-72.69645993596929,41.739946483258535],[-72.69624093590508,41.74007048328956],[-72.69579093577333,41.74032948335411],[-72.69444093537834,41.741110483548546],[-72.69399193524703,41.74137148361344],[-72.69340393507417,41.741697483695376],[-72.6921899347172,41.74236948386435],[-72.69215793470089,41.74226648384546],[-72.69227293472598,41.74205048380001],[-72.69270693482098,41.741241483629615],[-72.69277993483789,41.74112148360406],[-72.69296393488057,41.74082048353994],[-72.69295993484987,41.7403074834409],[-72.69295193477826,41.739103483208325],[-72.69292793475135,41.73877048314469],[-72.69291293473323,41.738539483100496],[-72.69290493471453,41.738258483046415],[-72.69289493469815,41.73802948300246],[-72.69286693464966,41.7373424828705],[-72.69285793463366,41.737114482826705],[-72.69285593462666,41.73700348280531],[-72.69285193460627,41.73667048274102],[-72.69285093459963,41.73656048271979],[-72.69283793457856,41.73626648266335],[-72.6928019345163,41.735384482493934],[-72.69278993449554,41.735090482437464],[-72.6926969344444,41.734726482370064],[-72.69242093429206,41.73363648216812],[-72.6923289342413,41.73327348210086],[-72.6922819342145,41.7330734820637],[-72.69214093413423,41.73247348195219],[-72.69209493410779,41.73227348191498],[-72.69204393407949,41.73206948187717],[-72.69189093399471,41.7314594817641],[-72.6918409339668,41.73125648172645],[-72.69179193393576,41.73099348167715],[-72.69164793384368,41.730204481529164],[-72.69159993381297,41.72994148147984],[-72.69149393374552,41.72936648137203],[-72.691190933552,41.72771048106146],[-72.69118393354569,41.72764048104815],[-72.69116893353217,41.7274894810194],[-72.6910139334586,41.72708648094643],[-72.69107993347227,41.72694948091782],[-72.6910969334759,41.72691648091089],[-72.69135793353257,41.72642148080674],[-72.69136093353316,41.72641448080528],[-72.69144493355083,41.72624548076991],[-72.69152393356786,41.72609348073796],[-72.69176293361977,41.72564048064265],[-72.69182493363326,41.72552348061802],[-72.69184193363685,41.7254894806109],[-72.69217993374352,41.72542948058843],[-72.69228193377576,41.72541248058186],[-72.69319693406463,41.72525248052151],[-72.69353693417204,41.72519448049937],[-72.69392893429858,41.725174480482906],[-72.69394693430439,41.72517348048213],[-72.69431993442478,41.725154480466465],[-72.69495293462907,41.72512148043974],[-72.69517693470137,41.72510948043021],[-72.69558693483368,41.72508848041297],[-72.69594893495001,41.72506048039591],[-72.69632393507048,41.725031480378256],[-72.69656093514686,41.72501748036794],[-72.69743593542889,41.72496548032975],[-72.69918893599393,41.724862480253485],[-72.70131093667746,41.724729480159525],[-72.7013159366791,41.72472948015937],[-72.70252393706818,41.72465348010583],[-72.7029879372176,41.7246234800851],[-72.70471593777427,41.724516480008845],[-72.70483893781388,41.72450848000335],[-72.704776937806,41.72472348004694],[-72.70460893778542,41.72531948016761],[-72.70459393778336,41.72536848017758],[-72.70453393777619,41.7255844802213],[-72.70439593773169,41.72559248022728],[-72.70398493759933,41.72561848024553],[-72.70384793755522,41.725627480251674],[-72.70391493760083,41.72604248032979],[-72.70411593773768,41.72728848056434],[-72.70418293778334,41.72770448064265],[-72.70422993779853,41.72770248064075],[-72.70436993784395,41.72769948063568],[-72.70441793785953,41.72769848063393],[-72.70447293787733,41.727696480631785],[-72.70463993793149,41.72769248062564],[-72.70469593794974,41.72769248062385],[-72.70473293796165,41.727690480622265],[-72.70475093796746,41.72768948062148],[-72.70514493807437,41.727315480536475],[-72.70515493808891,41.72751248057425],[-72.70516893810722,41.727752480620246],[-72.7051769381268,41.728048480677224],[-72.70519293813523,41.728104480687534],[-72.70522193815033,41.728203480705766],[-72.70530493818006,41.728250480712184],[-72.70535293821666,41.72861648078143],[-72.70535293823161,41.72887748083192],[-72.7053299382278,41.72894148084504],[-72.70525393821578,41.72916348089041],[-72.70526593822414,41.72924148090512],[-72.70530193824928,41.72947548094921],[-72.7053019382507,41.72950048095406],[-72.70530493826689,41.72976548100521],[-72.70527893826426,41.729867481025764],[-72.70526193826302,41.72994248104083],[-72.70514793824023,41.73019248109284],[-72.70516293824952,41.73026948110725],[-72.70521293830679,41.730984481243944],[-72.705262938363,41.73168148137714],[-72.7052859383892,41.732007481439446],[-72.70535493846772,41.73298548162636],[-72.7053779384939,41.73331148168867]]]},"properties":{"name":5048,"geoid":"09003504800"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.7030669391482,41.757844486506116],[-72.70295793911401,41.75786748651406],[-72.70293993910845,41.757872486515616],[-72.70263093901116,41.75793148653696],[-72.70252293897724,41.75795348654469],[-72.70231693891246,41.75799448655924],[-72.7017009387189,41.75811848660302],[-72.70149593865452,41.75816048661773],[-72.70128793858883,41.758196486631384],[-72.70103293850833,41.75824148664828],[-72.70081693844095,41.75829348666529],[-72.70066593839302,41.7583154866744],[-72.70045793832703,41.75834648668708],[-72.700498938311,41.75783448658682],[-72.70056993829512,41.75715448645309],[-72.70055593818022,41.75523148608186],[-72.700584938162,41.754749485987745],[-72.70070993816572,41.75410448585906],[-72.70097593820934,41.75335448570553],[-72.70088293817727,41.75332348570254],[-72.7008719381735,41.7533204857023],[-72.70059793808075,41.753259485699324],[-72.7005029380486,41.75323848569832],[-72.69973293778747,41.753059485688496],[-72.69955993772882,41.75301948568633],[-72.69933093765096,41.75296248568268],[-72.69920493760813,41.75293148568074],[-72.69913693758505,41.75291548567983],[-72.69873893744918,41.75280748567175],[-72.69753193705884,41.75285748572024],[-72.6966779367879,41.75298448577226],[-72.69439893606271,41.75328548590374],[-72.69371993584562,41.7533574859395],[-72.69343093575317,41.75338748595459],[-72.69364393573943,41.75193748566744],[-72.69367793573937,41.75174348562886],[-72.6937069357377,41.75154948559042],[-72.69379593573339,41.75096848547523],[-72.69382593573208,41.750775485436954],[-72.69383493572349,41.75057448539781],[-72.69385893570464,41.75010948530715],[-72.69386693569935,41.74997148528022],[-72.6938809356924,41.749771485241105],[-72.69389193568587,41.74959448520653],[-72.69392493566639,41.74906748510358],[-72.69393693566022,41.74889148506917],[-72.69394893565351,41.74870648503301],[-72.69398693563407,41.7481514849245],[-72.69399993562774,41.747967484888505],[-72.6939999356199,41.74783048486202],[-72.69400293559731,41.74741948478246],[-72.69400393558983,41.74728348475614],[-72.69485393586744,41.74729548473113],[-72.69740493670065,41.74733348465644],[-72.69825593697864,41.74734648463158],[-72.6982809369753,41.74714648459211],[-72.69835593696531,41.74654648447371],[-72.69838193696239,41.746347484434395],[-72.69837793695041,41.746161484398556],[-72.69836593691463,41.745605484291445],[-72.69836293690305,41.745420484255774],[-72.69835293688706,41.74519848421318],[-72.69832393683949,41.74453348408554],[-72.69831493682386,41.74431248404311],[-72.69856993690516,41.7442814840289],[-72.69933793715009,41.74418948398642],[-72.69959493723206,41.744159483972346],[-72.69984193731068,41.74412748395824],[-72.70058493754716,41.744030483915566],[-72.70083293762617,41.7439994839016],[-72.70108693770703,41.74396648388705],[-72.70185093795027,41.74386848384353],[-72.70210593803152,41.743836483829135],[-72.70231093809691,41.7438124838179],[-72.70292593829308,41.743739483784],[-72.70313193835887,41.743716483772936],[-72.70345293846103,41.743674483754475],[-72.70441593876765,41.743551483699726],[-72.70473793887027,41.74351148368164],[-72.7051099389888,41.743465483660785],[-72.7056559391628,41.74339848363026],[-72.70622893934541,41.743327483598094],[-72.7066019394643,41.743282483577396],[-72.70683093953731,41.74325448356462],[-72.70751893975671,41.743172483526635],[-72.70774893983014,41.7431464835142],[-72.70804793992559,41.74311248349801],[-72.70894794021291,41.74301048344933],[-72.70924794030874,41.7429774834333],[-72.70929094032252,41.74297348343114],[-72.70941894036353,41.7429614834247],[-72.70946294037769,41.74295848342271],[-72.70953594040095,41.74294948341861],[-72.70975494047067,41.742921483406164],[-72.70982894049433,41.742913483402226],[-72.71007794057316,41.74287348338649],[-72.7101989406114,41.742853483378724],[-72.71029694064242,41.74283748337248],[-72.71056994072882,41.74279348335518],[-72.71074294078392,41.742771483345365],[-72.71126394094995,41.74270748331622],[-72.71143794100547,41.74268748330675],[-72.71155694104338,41.74267248330003],[-72.71191694115812,41.74262848327993],[-72.71197294117603,41.74262248327697],[-72.71203694119625,41.74261148327279],[-72.71222894125724,41.742584483261396],[-72.7128079414413,41.74250548322748],[-72.71288394146546,41.74249548322311],[-72.713001941503,41.742479483216215],[-72.7133009415981,41.742439483198865],[-72.71419694188313,41.74232048314702],[-72.71449694197862,41.742281483129815],[-72.71465594202947,41.742265483121614],[-72.71513494218286,41.7422194830973],[-72.7151389422065,41.7426084831724],[-72.71403594192633,41.7439874834745],[-72.71294194164858,41.745357483774576],[-72.71075194109494,41.748141484383254],[-72.70971194083207,41.749464484672494],[-72.70966094081918,41.7495294846867],[-72.7093689407446,41.74988748476531],[-72.7093209407324,41.74994748477845],[-72.70882294060526,41.75055848491257],[-72.70855694053738,41.750885484984344],[-72.70635993998232,41.753685485596286],[-72.70554093977549,41.754730485824616],[-72.70504593964992,41.755352485960785],[-72.70356093927339,41.757221486369815],[-72.7030669391482,41.757844486506116]]]},"properties":{"name":5049,"geoid":"09003504900"}} +]} \ No newline at end of file diff --git a/docs/data/hartford-tracts-2010.png b/docs/data/hartford-tracts-2010.png new file mode 100644 index 000000000..6aa363428 Binary files /dev/null and b/docs/data/hartford-tracts-2010.png differ diff --git a/docs/data/hartfordcounty-outline.geojson b/docs/data/hartfordcounty-outline.geojson new file mode 100644 index 000000000..e80916e7e --- /dev/null +++ b/docs/data/hartfordcounty-outline.geojson @@ -0,0 +1 @@ +{"type":"FeatureCollection","features":[{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.00874605516776,42.03886253064831],[-73.0085530551047,42.03886053065426],[-73.00010505233902,42.038689530899106],[-72.99955005215634,42.03866153091196],[-72.99647905115309,42.03863553100788],[-72.99623705107405,42.038633531015435],[-72.98416604713042,42.0385305313921],[-72.98415604712716,42.03853053139243],[-72.98412804711802,42.038530531393334],[-72.98411904711509,42.03853053139365],[-72.97900804544523,42.038486531553],[-72.97779404504861,42.038476531590916],[-72.97759504498363,42.03847553159726],[-72.97740404492122,42.03847353160314],[-72.9747320440484,42.038453531687],[-72.96639304132424,42.03838953194834],[-72.96628304128829,42.03838853195174],[-72.94871603557247,42.03864653257719],[-72.9443220341428,42.038712532733825],[-72.94351303387573,42.03865953275019],[-72.94281803364329,42.038563532754566],[-72.94005403271949,42.03818953277342],[-72.93977603262866,42.03818753278215],[-72.93229503018452,42.038130533016265],[-72.93192003006197,42.03812753302796],[-72.92719602851811,42.03808453317442],[-72.92677202837955,42.03808053318753],[-72.9254190279375,42.03807053322991],[-72.92541802793717,42.03807053322994],[-72.92411102751014,42.0380605332708],[-72.92403902748663,42.03806053327317],[-72.92087102645155,42.03803653337228],[-72.91627902495124,42.038002533516035],[-72.90250302045013,42.03790053394714],[-72.89791201895001,42.037866534090746],[-72.89627001841345,42.03785353414192],[-72.89134401680379,42.03781653429587],[-72.89006501638589,42.03780753433593],[-72.8897030162676,42.037804534347195],[-72.88276601400084,42.037753534564104],[-72.88269901397891,42.0377525345661],[-72.8747710113863,42.03766053480744],[-72.87454501131359,42.03767853481827],[-72.87442901127585,42.037680534822435],[-72.8695640096897,42.037706534986285],[-72.86535700831725,42.03771553512536],[-72.8636200077505,42.03771753518245],[-72.86340900768145,42.03771453518876],[-72.86277800747499,42.03770553520763],[-72.86256800740628,42.03770253521392],[-72.86219600728487,42.03770253522606],[-72.86185000717194,42.037702535237344],[-72.86119400695576,42.03766653525186],[-72.86100900689479,42.03765653525599],[-72.85304900427148,42.03722353543269],[-72.84745300242723,42.03691953555694],[-72.84714300232505,42.03690253556378],[-72.84635300206652,42.036890535587254],[-72.84585200190253,42.03688253560206],[-72.84434900141068,42.03686053564686],[-72.84384900124708,42.03685353566182],[-72.84223800071987,42.036829535709764],[-72.83740699913888,42.036757535853454],[-72.83579699861197,42.03673353590133],[-72.83561599855271,42.036730535906656],[-72.83507299837503,42.03672253592283],[-72.83489199831583,42.036720535928346],[-72.83337599781967,42.03669753597335],[-72.82882799633133,42.036631536108914],[-72.82731299583554,42.03660953615405],[-72.82695299571768,42.036603536164634],[-72.82684199568139,42.03660253616806],[-72.82587299536509,42.03660253619964],[-72.8255129952476,42.03660253621136],[-72.82464799496526,42.03660253623954],[-72.82430399485287,42.036600536250376],[-72.82422699482773,42.036600536252884],[-72.8239759947458,42.03660053626107],[-72.81702899247435,42.03653453647469],[-72.8168929924299,42.036533536478935],[-72.81675799238577,42.036532536483136],[-72.81662299234158,42.036530536487156],[-72.81648899229779,42.03652953649134],[-72.81576099205981,42.03652353651388],[-72.81354199133426,42.03650253658211],[-72.81566799051467,42.01065553155384],[-72.81600699038412,42.006533530751625],[-72.8161539903276,42.00474753040403],[-72.81659499015811,41.999389529361125],[-72.81674199010163,41.99760352901344],[-72.81599098986126,41.99768352905324],[-72.8137379891403,41.99792652917319],[-72.81298798890036,41.99800852921335],[-72.8086069874935,41.998397529430534],[-72.80854198747264,41.998403529433794],[-72.79492398311515,41.999883530160744],[-72.79482998308505,41.99989353016573],[-72.79454898299517,41.99992453018082],[-72.79445598296546,41.99993553018595],[-72.79384098276874,42.00000353021899],[-72.79051198170464,42.00038553040054],[-72.78972998145474,42.000476530443414],[-72.78490397991224,42.001032530706986],[-72.7799209783195,42.001606530979075],[-72.77868297792375,42.00174853104656],[-72.77473997666343,42.00220353126199],[-72.77109897549812,42.00259853145607],[-72.77052297531044,42.00260353147573],[-72.77025797522394,42.00260353148434],[-72.77025697522362,42.00260353148437],[-72.77023897521774,42.002603531484944],[-72.76673897409874,42.00300353167539],[-72.76668397410343,42.00339153175167],[-72.76625497413889,42.00639853234292],[-72.7661399741484,42.0072045325014],[-72.76613997418792,42.00788153263135],[-72.76609797417431,42.007883532633116],[-72.76587497410755,42.00798653266012],[-72.76569097405583,42.008129532693545],[-72.765522974008,42.00824953272204],[-72.76523897392028,42.00833453274759],[-72.76473297376077,42.00843153278262],[-72.76468197374423,42.008433532784665],[-72.76350597336324,42.00848253283226],[-72.76303897321378,42.0085335328572],[-72.7625559730605,42.008608532887266],[-72.7622029729533,42.00874553292505],[-72.76177397282756,42.008990532986],[-72.76159697277812,42.0091335330192],[-72.76147397274866,42.00931653305833],[-72.76137497272866,42.00952753310204],[-72.76132097272502,42.00976753314987],[-72.7613669727471,42.00988853317161],[-72.76152797280562,42.00999053318595],[-72.7618189729073,42.01010553319858],[-72.76194897295674,42.0102255332174],[-72.76196097296179,42.01024453322066],[-72.76206397300462,42.01040253324765],[-72.76207897301688,42.01052853327137],[-72.76206397301833,42.010637533292766],[-72.7621399730541,42.0108255333264],[-72.7624159731749,42.011351533418406],[-72.76265697326986,42.01163053346414],[-72.76276797331357,42.01175853348511],[-72.76286797335054,42.011832533496055],[-72.76295497338516,42.01193953351379],[-72.76307397343248,42.01208453353775],[-72.76315097346725,42.01224953356692],[-72.76324297351765,42.012598533630914],[-72.7632199735175,42.012724533655856],[-72.7631119735036,42.013090533729624],[-72.76307997349602,42.01313953374007],[-72.76284897344198,42.013505533817835],[-72.76278997342816,42.013598533837595],[-72.76268997340152,42.01370153386059],[-72.76237497331405,42.01396453392131],[-72.76204497321434,42.014101533958325],[-72.76192997317848,42.01413053396763],[-72.76155497306534,42.01428953401032],[-72.76144397303509,42.014391534033514],[-72.76097897290839,42.01482153413112],[-72.76087897288876,42.01504453417719],[-72.7607949728837,42.01542753425343],[-72.76066397285162,42.015610534292804],[-72.76057997282781,42.01567253430744],[-72.75985997264557,42.0165765345043],[-72.75986697264898,42.01659553450776],[-72.75987397265213,42.0166105345104],[-72.75974297262367,42.016855534561685],[-72.75971997262683,42.017038534597546],[-72.75975797264661,42.0171645346205],[-72.75988097270047,42.0173995346616],[-72.76009597277633,42.01749653467324],[-72.76050997290413,42.01737053463562],[-72.76058497292702,42.017343534628004],[-72.76065497294847,42.01731953462112],[-72.76079197299154,42.01729153461132],[-72.76099897305977,42.0173025346067],[-72.76153597324644,42.01749753462669],[-72.76193397338903,42.01771453465542],[-72.76230997353582,42.01812653472229],[-72.76238597357197,42.01832053475703],[-72.7626009737009,42.01932653494314],[-72.76280797379322,42.0197505350178],[-72.76296097384684,42.019813535024916],[-72.76365097407951,42.01994053502688],[-72.76407997422417,42.020019535028126],[-72.76443997434401,42.02005953502411],[-72.76466297441384,42.02000853500708],[-72.76487797447767,42.019899534979174],[-72.7652919745964,42.01961853491181],[-72.76553897467917,42.01965553491088],[-72.76554097469106,42.019847534947665],[-72.76556997470408,42.019908534958425],[-72.76554397469938,42.01997353497175],[-72.76548297468787,42.02011753500137],[-72.76539097466217,42.02019153501856],[-72.76527597463733,42.02040853506395],[-72.76515297460283,42.02050553508655],[-72.76481597449983,42.020625535120516],[-72.76460897443756,42.02071653514472],[-72.76452397441918,42.02087653517818],[-72.7644469744234,42.0213795352772],[-72.76447797444257,42.021534535305946],[-72.76453097446453,42.02161453531957],[-72.76462297449892,42.0216885353308],[-72.7647609745463,42.02172853533398],[-72.7648609745798,42.02174353533361],[-72.76498397462113,42.021763535333456],[-72.76515997468292,42.02183753534195],[-72.7652519747203,42.02196353536315],[-72.76525897473194,42.02212353539362],[-72.76522097472922,42.02228953542671],[-72.76513597470884,42.02241553545365],[-72.76503697467915,42.02246053546551],[-72.7648529746154,42.0223975354594],[-72.76466897454436,42.02220953542929],[-72.764377974441,42.02206653541129],[-72.76408597434265,42.022014535410804],[-72.76394097429129,42.02194553540227],[-72.76387897426707,42.021877535391226],[-72.76377197421444,42.02157453533656],[-72.76374897419589,42.02138553530103],[-72.7636649741558,42.021168535262106],[-72.76354297411528,42.02115653526377],[-72.76340497407325,42.02120853527823],[-72.76285197391172,42.02153353535856],[-72.76233797376462,42.02188753544319],[-72.76230797375713,42.021927535451844],[-72.76182397362088,42.022299535538934],[-72.7616939735894,42.02248753557925],[-72.76167997358543,42.02249753558162],[-72.76155597355108,42.02260253560579],[-72.76131797348039,42.02272253563656],[-72.76127797346756,42.022726535638625],[-72.76109897341036,42.02274753564848],[-72.76098097337268,42.022761535654986],[-72.76073497329027,42.02272553565606],[-72.76062797325446,42.02271053565666],[-72.75995297301938,42.02245853563021],[-72.7597049729307,42.02232653561293],[-72.75958597288819,42.0222635356047],[-72.75940897282075,42.022098535578785],[-72.75920297272981,42.021692535507555],[-72.75917197270667,42.02146953546576],[-72.75917997269626,42.021246535422705],[-72.75911097266439,42.02108653539423],[-72.75893497260023,42.02097153537788],[-72.75872797252761,42.02088553536811],[-72.75851297245545,42.02085153536856],[-72.75805297230661,42.020874535387904],[-72.75791397226214,42.020889535395305],[-72.7576949721921,42.020914535407194],[-72.75750397213301,42.02097053542415],[-72.75737097209193,42.021010535436154],[-72.75707197200133,42.021130535468885],[-72.75687197194672,42.0213135355105],[-72.75684897194189,42.02135953552007],[-72.75672597191675,42.021616535573386],[-72.75658097187713,42.021748535603436],[-72.75642697183781,42.021936535644514],[-72.75638897183413,42.02208553567433],[-72.75641897185191,42.022222535699655],[-72.75660297193068,42.02254253575511],[-72.75667197196621,42.022765535795656],[-72.75664097196308,42.0228855358197],[-72.75656397194666,42.02303453585078],[-72.75655197194374,42.023051535854435],[-72.75620397186184,42.02359453596993],[-72.75614397184768,42.02368753598973],[-72.75597297180745,42.02395453604652],[-72.75596597180592,42.02396753604923],[-72.75591897179648,42.02406853607014],[-72.75588097178874,42.024148536086734],[-72.75582697178706,42.02442153614086],[-72.75578797178612,42.024623536180904],[-72.75570397176868,42.02479453621645],[-72.75537397168061,42.025131536291845],[-72.75519097162959,42.02528053632637],[-72.75506697159511,42.02538353635017],[-72.75489597154606,42.02549953637796],[-72.75479297151647,42.02556853639455],[-72.75471397149389,42.02562353640768],[-72.75452997143977,42.02572553643323],[-72.75449097143009,42.02577753644447],[-72.75446797142455,42.02581153645174],[-72.75442997141647,42.025885536467165],[-72.75431497139697,42.0261945365302],[-72.75420797137214,42.02636753656687],[-72.7539849713206,42.02673153664397],[-72.75396897132238,42.02685153666751],[-72.75389997130954,42.0270175367016],[-72.75377697128071,42.027211536742826],[-72.75356997122282,42.02737753678141],[-72.75326197113482,42.02759253683266],[-72.75293297104092,42.02782353688767],[-72.75284397101747,42.02791953690898],[-72.75269897097913,42.02807353694324],[-72.75253397093566,42.028251536982744],[-72.75232397088654,42.02858453705344],[-72.75226497087287,42.0286805370738],[-72.75221397086119,42.028765537091765],[-72.75212597084092,42.028910537122435],[-72.75202697081818,42.02907453715713],[-72.75191897080033,42.02937253721781],[-72.75186197079105,42.029532537250354],[-72.75178097077774,42.029757537296156],[-72.75176597077537,42.0298005373049],[-72.75185697083714,42.0303495374073],[-72.75192897086595,42.0304405374224],[-72.75195697087713,42.03047553742822],[-72.7520409709149,42.03065253745944],[-72.752277971008,42.03092153750336],[-72.75245497107313,42.03104753752181],[-72.75252997110195,42.03112153753355],[-72.7528379712202,42.03142453758171],[-72.7530229712892,42.03157153760391],[-72.75323597136855,42.031739537629235],[-72.75370297154039,42.03207153767777],[-72.75414797170035,42.03232253771149],[-72.75416797170735,42.032330537712355],[-72.75479497192782,42.032600537743804],[-72.75512097204243,42.032740537760084],[-72.75514697205146,42.03274953776097],[-72.75587997230559,42.033003537785895],[-72.75623897242819,42.03309553779189],[-72.75660997255494,42.033191537798274],[-72.7570839727168,42.03331353780628],[-72.75717597274918,42.03335353781096],[-72.75717597275188,42.03339953781978],[-72.7570759727247,42.03349353784108],[-72.75696097269365,42.0336045378661],[-72.75685297268579,42.034073537959586],[-72.75679197267253,42.03418753798344],[-72.75659197262125,42.03442753803599],[-72.7562239725198,42.0347475381093],[-72.75616197250324,42.03481053812342],[-72.75600897247163,42.035124538188626],[-72.7559399724615,42.03533653823154],[-72.75594797246913,42.035422538247786],[-72.75597797249594,42.03571353830263],[-72.75599497252959,42.036194538394376],[-72.75585097248305,42.03620253840056],[-72.75583897247918,42.03620353840116],[-72.75541897234328,42.03622453841882],[-72.75527497229675,42.03623253842503],[-72.75503997222071,42.03624453843496],[-72.7543349719927,42.036281538464955],[-72.75410097191705,42.03629453847505],[-72.75393897186468,42.03630353848203],[-72.7516059710977,42.036213538540515],[-72.7513409710106,42.036203538547205],[-72.74784396987128,42.03624553866878],[-72.74555996912724,42.03627453874847],[-72.74509396897544,42.03628053876476],[-72.74149896780413,42.036323538889675],[-72.724254962186,42.0365365394899],[-72.72217996150994,42.036562539562155],[-72.7218979614181,42.036566539572085],[-72.71916496052764,42.036600539667205],[-72.71893796045369,42.036603539675134],[-72.71591195946019,42.03651153975556],[-72.71589295945394,42.03651053975599],[-72.71563795937027,42.036503539762904],[-72.71552395933348,42.036511539768135],[-72.71436495896023,42.03660053982278],[-72.71433795895159,42.03660353982423],[-72.71413795890375,42.036903539888286],[-72.71339695866179,42.03690353991229],[-72.71231595830879,42.03690353994732],[-72.71190395817426,42.036903539960676],[-72.71100895788199,42.03690353998967],[-72.70887595718544,42.03690354005878],[-72.70398395558792,42.036903540217274],[-72.70247895509644,42.036903540266024],[-72.70034695440022,42.03690354033507],[-72.7002449543669,42.03690354033838],[-72.70003695429897,42.036903540345115],[-72.69994095426645,42.036883540344384],[-72.69984095423268,42.036864540344],[-72.69953695412984,42.03680354034211],[-72.69945295410241,42.03680354034485],[-72.69661795317688,42.03680854043761],[-72.69638895310216,42.03680954044521],[-72.69629195307013,42.03680354044721],[-72.68775595025323,42.03630154062723],[-72.6862409497531,42.036209540658604],[-72.68613694971879,42.03620354066082],[-72.68602094968038,42.036194540662855],[-72.68288294864129,42.035949540717375],[-72.68288194864097,42.03594954071741],[-72.67843494716847,42.0356035407949],[-72.67833194713425,42.035593540796306],[-72.67554794621006,42.03533654083705],[-72.67303494537578,42.035103540873614],[-72.67301594536944,42.035101540873846],[-72.66328894214115,42.03421754101872],[-72.66320494211325,42.0342095410199],[-72.6574839402213,42.033806541127475],[-72.65743594020543,42.03380354112844],[-72.64718593679899,42.032795541266154],[-72.64345693556004,42.032434541317286],[-72.64314893545794,42.032408541322255],[-72.64299093540562,42.03239654132505],[-72.6416509349626,42.03230454135066],[-72.64163393495699,42.03230354135102],[-72.63982493436029,42.032203541390246],[-72.63925493417186,42.03216454140116],[-72.63754493360669,42.03205054143449],[-72.63697593341863,42.03201254144556],[-72.63683393337173,42.03200354144842],[-72.63319993217456,42.03182854153213],[-72.62187492844366,42.03128354179297],[-72.61813492721154,42.03110354187906],[-72.6180999272001,42.0311035418802],[-72.6178629271227,42.03110354188784],[-72.61715192689043,42.031103541910774],[-72.6169479268238,42.03110354191735],[-72.61691492681302,42.03110354191842],[-72.61683392678655,42.03110354192103],[-72.61675292675997,42.03110154192325],[-72.61626792660104,42.03109254193716],[-72.61610692654833,42.03109054194198],[-72.61523292626195,42.03107554196727],[-72.61261092540298,42.03103254204358],[-72.61173792511697,42.03101854206905],[-72.61159092506877,42.03101554207319],[-72.61115292492529,42.03100854208598],[-72.6110069248775,42.0310065420903],[-72.6108339248208,42.03100354209531],[-72.61051892471663,42.03098154210125],[-72.60905592423286,42.03088054212902],[-72.60856892407185,42.0308475421384],[-72.60844092402952,42.03083854214078],[-72.6082509239667,42.03082554214443],[-72.60805992390348,42.030811542147894],[-72.60793392386188,42.030803542150416],[-72.60777492375685,42.02988854197987],[-72.6075389236002,42.02851654172405],[-72.60730192344315,42.027143541468085],[-72.60714492333881,42.026228541297456],[-72.60713592333303,42.02617954128836],[-72.60712392332488,42.026106541274714],[-72.60711092331634,42.02603254126092],[-72.6071029233109,42.025983541251776],[-72.60706892328837,42.02578654121504],[-72.60701892325505,42.025493541160394],[-72.60696692322095,42.02519854110542],[-72.60693392319887,42.02500354106905],[-72.60641692302998,42.02500354108572],[-72.60486692252368,42.025003541135675],[-72.60435092235512,42.0250035411523],[-72.60433392234957,42.02500354115284],[-72.60404592225538,42.02500154116175],[-72.60313292195679,42.024995541190016],[-72.60285492186593,42.024994541198794],[-72.60282892185742,42.02499454119963],[-72.60244792173279,42.02499154121132],[-72.60130592135934,42.02498454124678],[-72.60095192124365,42.024983541257996],[-72.60092592123516,42.02498354125883],[-72.60040692106584,42.024987541276325],[-72.59885192055853,42.02499854132854],[-72.5983339203896,42.025003541346194],[-72.59830792038105,42.02500254134685],[-72.59822892035507,42.02499954134881],[-72.59820392034685,42.02499854134942],[-72.59662191982665,42.02493954138906],[-72.59187891826706,42.02476354150806],[-72.59029791774724,42.024705541547824],[-72.59023291772588,42.02470354154956],[-72.59020891771804,42.02470354155032],[-72.58994391763146,42.02470354155885],[-72.58985591760273,42.0247035415617],[-72.58984991760076,42.0247035415619],[-72.58983491759587,42.02470354156237],[-72.58982991759423,42.02470354156253],[-72.58959491751746,42.0247035415701],[-72.5893109174247,42.024703541579235],[-72.58910291735675,42.02470354158595],[-72.58775591691672,42.02470354162933],[-72.5872379167475,42.02470354164601],[-72.58659191653645,42.02470354166681],[-72.58465591590401,42.024703541729146],[-72.5840109156933,42.024703541749915],[-72.58393291566782,42.02470354175242],[-72.58387391564855,42.02470354175432],[-72.5834639155146,42.02470354176752],[-72.58282391530553,42.02470354178813],[-72.58279091529477,42.02470354178918],[-72.58233291514513,42.02470354180394],[-72.58163291494542,42.025203541922465],[-72.581549914921,42.025250541934184],[-72.58085491471661,42.025641542031636],[-72.57951891432376,42.026394542219236],[-72.57612591332592,42.02830554269542],[-72.57590691326267,42.02844854272992],[-72.5750809130232,42.02897354285733],[-72.57426891278787,42.029490542982735],[-72.57417091275948,42.02955354299799],[-72.57323591248846,42.03014854314233],[-72.56812891085028,42.030672543407285],[-72.56177690881707,42.031400543751424],[-72.5613869086926,42.03145154377376],[-72.56135690868292,42.03145354377513],[-72.56099590856613,42.03147354379056],[-72.55995190822779,42.03152154383337],[-72.55943490806195,42.03157454386018],[-72.55323090607126,42.032203544180476],[-72.55301090600042,42.032221544190996],[-72.54124790221377,42.033205544758076],[-72.54105890215287,42.03322054476703],[-72.54087090209232,42.033235544775955],[-72.54087090209238,42.03323654477613],[-72.53930390158797,42.03336854485185],[-72.53665090073379,42.03358854497934],[-72.53594090050531,42.03364954501386],[-72.53157589910008,42.03401454522417],[-72.5308898988792,42.03407154525716],[-72.5288318982167,42.034244545356486],[-72.52814689799618,42.034302545389615],[-72.52813089799102,42.03430354539033],[-72.52743989776522,42.03430354541252],[-72.52532089707276,42.034303545480576],[-72.52461489684207,42.03430354550324],[-72.52370389654438,42.034303545532495],[-72.52097389565223,42.034303545620155],[-72.52023289541009,42.03430354564394],[-72.52006389535521,42.03430954565052],[-72.51947889516518,42.03432954567314],[-72.51772389459515,42.034389545741],[-72.51733089446752,42.0344035457563],[-72.51713989440476,42.03439754576128],[-72.51554989388227,42.03434754580272],[-72.51078189231548,42.03419854592712],[-72.50919289179339,42.03414954596871],[-72.50908189172235,42.033547545856656],[-72.50874889150944,42.031744545521065],[-72.50863789143848,42.0311435454092],[-72.50809689109252,42.02821254486362],[-72.50692589034341,42.02186154368122],[-72.50647589005567,42.019422543227094],[-72.50646789005029,42.01937454321812],[-72.50593688971054,42.01649254268145],[-72.50593588970987,42.01648654268033],[-72.5058278896412,42.015907542572535],[-72.50549988943312,42.014157542246814],[-72.50539088936395,42.01357554213848],[-72.50523888926729,42.01276054198675],[-72.50478288897752,42.01031854153212],[-72.50463088888094,42.009504541380565],[-72.50448488879876,42.008906541270335],[-72.50405188855393,42.00711354093964],[-72.50392988848473,42.00660454084573],[-72.5039108884734,42.006515540829234],[-72.50390388846927,42.00648354082332],[-72.50376988838934,42.00585654070711],[-72.50335188813915,42.0038845403415],[-72.5032288880655,42.00330354023378],[-72.50321588805691,42.00322854021977],[-72.50306088795742,42.00238054006175],[-72.50259888766024,41.99984253958873],[-72.50244788756224,41.99899753943113],[-72.50243088755128,41.998903539413604],[-72.50241888754192,41.99880953939594],[-72.50234888748676,41.99824853929034],[-72.50233088747258,41.99810453926324],[-72.50232288746754,41.998062539255415],[-72.50232088746603,41.99804753925259],[-72.50180088713765,41.99529553874022],[-72.5002378861494,41.98699953719528],[-72.4997308858286,41.9843035366931],[-72.49972288582201,41.9842345366801],[-72.49972288582183,41.98423153667954],[-72.49965888576969,41.98368853657714],[-72.49946988561403,41.98205653626936],[-72.49942888558027,41.98170253620259],[-72.49940688556711,41.98159853618329],[-72.49938988555684,41.98151653616807],[-72.49938288555275,41.98148553616234],[-72.49937788554939,41.98145553615673],[-72.49936388554133,41.981394536145444],[-72.49935788553763,41.98136453613986],[-72.4993118855104,41.98115253610057],[-72.49917588542938,41.9805165359826],[-72.49913088540248,41.98030453594328],[-72.49911088538676,41.98014453591315],[-72.49905088533953,41.979664535822764],[-72.49903088532378,41.97950453579263],[-72.49901488530459,41.979261535746396],[-72.49896988524819,41.9785365356084],[-72.49895488522941,41.97829553556253],[-72.4989548852293,41.97829353556216],[-72.49892888519825,41.97790153548758],[-72.49888088516896,41.977664535443544],[-72.49850688493943,41.975798535096615],[-72.49838388486359,41.97517853498131],[-72.49832688482904,41.97490153492985],[-72.4980588846656,41.97358153468452],[-72.49709088407438,41.96879853379544],[-72.49677888388301,41.96724253350608],[-72.49677088387827,41.96720553349922],[-72.49672988385326,41.967003533461664],[-72.49668888382861,41.96680753342527],[-72.49644388368013,41.96561653320398],[-72.49636288363085,41.96521953313019],[-72.49634588362063,41.96513853311516],[-72.4962958835904,41.96489653307019],[-72.49627988358058,41.96481653305531],[-72.49556888314933,41.96135353241177],[-72.49343888185699,41.950966530481026],[-72.49272988142671,41.947505529837535],[-72.49531388225772,41.947281529711724],[-72.5030658847511,41.946616529335614],[-72.50552888554331,41.94640552921616],[-72.50564988558196,41.946390529209395],[-72.50572088560457,41.9463805292052],[-72.50718588607224,41.946193529122304],[-72.51157688747396,41.945633528873906],[-72.51179388754322,41.94560552886156],[-72.51333088803386,41.945409528774604],[-72.5133898880255,41.94492852868014],[-72.51357088800168,41.94348552839659],[-72.5136308879937,41.94300552830225],[-72.51363388799003,41.94292452828657],[-72.51366688795484,41.942124528131515],[-72.51377988783989,41.939481527619115],[-72.51381788780176,41.93860152744847],[-72.51382088779785,41.93851652743201],[-72.51382988778873,41.93830652739129],[-72.51382988778626,41.938263527383015],[-72.51383088778175,41.93817952736681],[-72.51383088777676,41.93809252735006],[-72.513830887766,41.93790552731406],[-72.51383488776324,41.93783452730026],[-72.51383988775999,41.93774952728374],[-72.51389688771904,41.93671252708226],[-72.51406988759719,41.93360752647891],[-72.51412888755704,41.93257252627774],[-72.51413088755372,41.93250352626438],[-72.51413188750632,41.931672526104336],[-72.51413088735114,41.928975525585045],[-72.5141308873298,41.92860352551341],[-72.51415388730726,41.92808052541197],[-72.51424688720583,41.92578452496683],[-72.51453388690437,41.9188995236316],[-72.51462888680571,41.91663952319324],[-72.51471788667276,41.9138155226464],[-72.51473188665379,41.913405522566975],[-72.51512988636503,41.906105521147815],[-72.51513288635952,41.90599252112594],[-72.51522688601658,41.899475519867146],[-72.5152308860024,41.89920551981497],[-72.51534788597525,41.89806551959154],[-72.51578288587463,41.8938325187618],[-72.51592888584194,41.892430518486904],[-72.51592888584148,41.89242251848536],[-72.51598788581174,41.89156751831867],[-72.51616788572366,41.88900451781887],[-72.5162278856943,41.88815051765233],[-72.51622988569237,41.888105517643595],[-72.51632788561064,41.8861205172578],[-72.51662188536736,41.8801975161065],[-72.51662988536052,41.88003251607443],[-72.51670488529851,41.87852251578089],[-72.5167128852923,41.87836851575095],[-72.51672088528605,41.878213515720795],[-72.51673188527774,41.87800551568034],[-72.51676788523957,41.87713351551105],[-72.51685988515341,41.875104515116846],[-72.5168838851278,41.87452051500348],[-72.51692388509105,41.87365051483443],[-72.51692488509123,41.87364751483381],[-72.51693088508505,41.87350551480624],[-72.51699688507196,41.872900514687466],[-72.51724688502492,41.87065351424614],[-72.51733088500953,41.869905514099194],[-72.51757988490489,41.866657513464794],[-72.51832988459225,41.856915511561624],[-72.51833088459212,41.856907511560046],[-72.5156088837314,41.85738751173964],[-72.51514288358402,41.857469511770375],[-72.5151318835805,41.85747051177092],[-72.51493088351697,41.85750651178429],[-72.51404288323499,41.857642511838904],[-72.51077288219673,41.85814551204044],[-72.50968388185099,41.858313512107664],[-72.50813188135768,41.85854351220162],[-72.50347887987884,41.859234512483596],[-72.50192787938592,41.859465512577714],[-72.50187287936865,41.85947751258178],[-72.50104587910953,41.85966551264447],[-72.49681087778234,41.86062451296475],[-72.4969268777962,41.86020451288001],[-72.49700487780221,41.85986451281193],[-72.49724487782224,41.858844512607476],[-72.49726287782372,41.85876751259205],[-72.4973258778293,41.8585055125395],[-72.4976068778619,41.857471512331024],[-72.49845187796042,41.85436951170553],[-72.49873387799346,41.85333751149741],[-72.49879487797882,41.85273251137872],[-72.4989868779379,41.85091951102274],[-72.49905087792432,41.85031651090434],[-72.49909887792668,41.850083510857836],[-72.49970387795953,41.84720251028256],[-72.50138287805066,41.839205508685495],[-72.50166487806612,41.83786450841764],[-72.50232087810255,41.83475350779616],[-72.50233087810307,41.83470550778658],[-72.50237387810756,41.83453850775297],[-72.50238187810837,41.83450650774654],[-72.50258487813262,41.83377150759818],[-72.50263087813833,41.83360850756523],[-72.50263287813836,41.83359750756304],[-72.50264887813947,41.83352550754863],[-72.50293087816189,41.8323065073043],[-72.50303887816564,41.831754507194276],[-72.50321187817194,41.83087650701924],[-72.50376487819284,41.82808150646196],[-72.5038848781974,41.82747550634113],[-72.50409187820468,41.82641950613063],[-72.50443587821779,41.824682505784246],[-72.50460687823313,41.82397350564188],[-72.505093878278,41.82197550524054],[-72.50525587829326,41.82131650510807],[-72.50525687829322,41.8213105051069],[-72.50530487829754,41.82111150506694],[-72.50533087829997,41.82100550504564],[-72.50540187829472,41.82050750494721],[-72.50541687829346,41.82039950492586],[-72.50543087829271,41.820306504907464],[-72.50555187829738,41.819696504785796],[-72.50591787831256,41.81786950442129],[-72.5060308783173,41.81730650430894],[-72.50604087831795,41.817260504299746],[-72.50611687832296,41.816913504230314],[-72.50634887833932,41.81587350402203],[-72.5064258783447,41.81552750395275],[-72.50642887834493,41.81551450395015],[-72.50643087834513,41.815506503948534],[-72.50650787834464,41.81505750385936],[-72.5067528783443,41.8136505035798],[-72.50682887834445,41.81321850349392],[-72.50683187834476,41.813206503491514],[-72.50683687834496,41.81318150348652],[-72.5071708783584,41.811506503152344],[-72.50753187837351,41.809706502793134],[-72.5042588773238,41.81002050295822],[-72.50255987677897,41.81018450304411],[-72.50233087670553,41.81020650305569],[-72.50156787646172,41.81029550309721],[-72.4985948755119,41.81064550325968],[-72.49760387519531,41.810762503313896],[-72.49759587519274,41.81076350331434],[-72.49733587510966,41.81079350332842],[-72.49723087507616,41.810806503334305],[-72.4965318748523,41.81087950337069],[-72.49626487476685,41.81090850338482],[-72.49571487459075,41.81096650341356],[-72.49539987448988,41.81099950342999],[-72.49280487365893,41.81127250356548],[-72.49195987338838,41.81136150360961],[-72.49194187338256,41.8113625036104],[-72.49161987327953,41.81139750362742],[-72.49157487326512,41.81140250362982],[-72.4906538729684,41.81146750367176],[-72.49033287286511,41.811492503686814],[-72.49009087278354,41.811446503685644],[-72.49004387276793,41.811441503686176],[-72.48954287260639,41.81147450370854],[-72.48943187257069,41.8114835037138],[-72.48791087208598,41.81168450380115],[-72.487869872073,41.81169150380379],[-72.4878428720643,41.81169350380505],[-72.48736487191213,41.811759503833045],[-72.48697287178967,41.81185450386389],[-72.48579587142218,41.81214350395725],[-72.48540487130022,41.81224150398863],[-72.4852078712384,41.81228450400324],[-72.48511187120754,41.812292504007836],[-72.4842258709233,41.81237650405232],[-72.48393087082871,41.812405504067314],[-72.48367687074695,41.81242450407908],[-72.4822088702743,41.81253450414714],[-72.4770458686124,41.812927504387616],[-72.4760298682854,41.81300550443507],[-72.47599886826275,41.81278550439357],[-72.47592986821293,41.81230550430303],[-72.4758038681306,41.81158150416719],[-72.47553586795588,41.810048503879564],[-72.47435686718593,41.803278502609146],[-72.474129867038,41.80198050236557],[-72.47396386692942,41.80102350218593],[-72.47394786691908,41.80093350216906],[-72.47390086688844,41.80066450211857],[-72.47388586687849,41.80057550210186],[-72.47383486684518,41.80028250204685],[-72.4736848667463,41.79940450188198],[-72.47364086671743,41.79914950183409],[-72.47363386671293,41.79911050182678],[-72.47360986669821,41.798989501804165],[-72.47353986665468,41.798625501736055],[-72.47351786664066,41.79850550171357],[-72.47350086663052,41.79842450169845],[-72.47346886661143,41.798272501670084],[-72.4734468665993,41.79818550165398],[-72.47342786658855,41.79810550163913],[-72.47339886657126,41.79796750161338],[-72.47336986655286,41.79781050158396],[-72.47334286652114,41.797407501506946],[-72.47333486651272,41.797305501487486],[-72.47303486630274,41.79533450111613],[-72.47281486619947,41.79478050101607],[-72.47277286616415,41.794400500943965],[-72.47260786602429,41.7928875006568],[-72.47255986598367,41.79244850057348],[-72.47254686597573,41.79238350056134],[-72.47253486596858,41.79232650055069],[-72.47250986595225,41.79218250052366],[-72.47250486594912,41.7921565005188],[-72.47249786594365,41.79210050050819],[-72.47243086590476,41.79180050045234],[-72.47240686589087,41.791694500432634],[-72.47234386584952,41.79132850036389],[-72.47228186580884,41.79096850029628],[-72.4722688658001,41.79088950028143],[-72.47221886576656,41.790586500224435],[-72.47220386575546,41.790477500203856],[-72.47218086573773,41.7902975001698],[-72.4721588657222,41.79015050014208],[-72.47214386571117,41.790042500121686],[-72.47192686557587,41.78890749990922],[-72.47176786547658,41.78807349975305],[-72.47127786517089,41.78550749927265],[-72.47106286503666,41.78437949906142],[-72.47102986501606,41.78420649902903],[-72.47085286489778,41.78314149882878],[-72.4708248648795,41.78298049879854],[-72.47072186479856,41.782147498640775],[-72.4703358645417,41.77984249820743],[-72.47032986453769,41.77980649820066],[-72.47008386437962,41.7784364979436],[-72.46932886389398,41.77422249715282],[-72.46912986376569,41.77310649694334],[-72.46906386372791,41.77282049689014],[-72.46906086372614,41.77280649688753],[-72.4690228637044,41.772641496856835],[-72.46889986363394,41.772107496757485],[-72.4688588636105,41.77193049672454],[-72.46884586360329,41.771877496714716],[-72.46882986359402,41.771806496701494],[-72.46882986358897,41.77171749668428],[-72.46882986358612,41.77166749667462],[-72.46882986358595,41.77166449667403],[-72.46882886357217,41.77142749662825],[-72.46882886357099,41.771406496624174],[-72.4687518635069,41.770720496493965],[-72.46872886348726,41.7705064964533],[-72.46872486348475,41.77048549644938],[-72.46872486348464,41.77048349644899],[-72.46858386339851,41.76977649631675],[-72.46839886328439,41.768829496139496],[-72.46816486314104,41.767648495918536],[-72.46806586307996,41.76714149582362],[-72.46802586305539,41.76693849578563],[-72.46786486295662,41.76612349563313],[-72.46738186266036,41.76367949517577],[-72.46722986256692,41.762906495031096],[-72.46722686256474,41.76288549502714],[-72.46722286256224,41.7628644950232],[-72.46679786227797,41.76029749454017],[-72.46552486142592,41.75259649309081],[-72.46512986116154,41.750206492640935],[-72.46509086113903,41.75003349260871],[-72.46500386109902,41.74982849257181],[-72.46475286098247,41.749216492461365],[-72.46466986094394,41.749014492424934],[-72.4647268609602,41.748973492415175],[-72.46474586096248,41.74890449240122],[-72.4647488609581,41.74880949238275],[-72.46474286095267,41.74874849237112],[-72.46473186094529,41.74868149235852],[-72.46472486093907,41.748612492345394],[-72.46470186092303,41.7484614923169],[-72.46468186091185,41.74837949230167],[-72.46467086090374,41.74829949228653],[-72.46465086089239,41.74821449227072],[-72.46462686087884,41.74811349225194],[-72.4646018608645,41.74800449223165],[-72.46458686085309,41.747889492209865],[-72.46457086084199,41.74778549219025],[-72.46454986082792,41.74765849216635],[-72.46452786081406,41.7475404921442],[-72.46447686078342,41.74729349209804],[-72.46441586074948,41.74704549205198],[-72.46439886073651,41.74691449202718],[-72.46437686071963,41.74674349199479],[-72.46389986049816,41.7455804917849],[-72.46325586013597,41.74289549128576],[-72.46320586010775,41.74268549124671],[-72.46301786000201,41.74190149110096],[-72.46236385958944,41.73838449044104],[-72.46235785958574,41.73835349043524],[-72.46232985956827,41.73820649040767],[-72.46205085939899,41.73682449014904],[-72.4618978593062,41.736067490007386],[-72.46166585916558,41.734920489792735],[-72.46051385846653,41.72921048872395],[-72.46012985823357,41.727307488367735],[-72.45992885811253,41.72632748818438],[-72.4593298577508,41.723387487634156],[-72.4591298576301,41.72240748745074],[-72.45893785751265,41.7214384872692],[-72.45874185739306,41.720454487084886],[-72.45868485735797,41.720162487030144],[-72.45735085654222,41.71343248576916],[-72.45692985628477,41.71130748537094],[-72.45690585627032,41.71119048534905],[-72.45690485626987,41.71118848534868],[-72.45669885614679,41.71019948516366],[-72.45608085577734,41.70722948460797],[-72.45587585565453,41.70623948442271],[-72.45557485547492,41.70479848415312],[-72.45467785493842,41.700480483345025],[-72.45441885478365,41.69923648311222],[-72.4543788547596,41.69904148307572],[-72.4543298547304,41.698807483031935],[-72.45431285471994,41.69872048301562],[-72.45426485469062,41.69847848297025],[-72.45421585466092,41.6982354829247],[-72.45417485463602,41.698031482886485],[-72.45413385461113,41.697827482848254],[-72.45365685432085,41.695442482401276],[-72.45352785424235,41.69479748228037],[-72.45352085423815,41.69476348227402],[-72.45311385399046,41.69272748189237],[-72.45302985393936,41.692307481813664],[-72.4529728539067,41.692058481767205],[-72.45297085390554,41.692049481765544],[-72.45282185382037,41.69140148164469],[-72.45237785356565,41.68945448128145],[-72.45222985348087,41.68880748116075],[-72.45212285342889,41.68850448110542],[-72.45180185327298,41.68759648093964],[-72.45174885324711,41.68744448091185],[-72.45169585322138,41.687294480884454],[-72.45162985318929,41.68710748085031],[-72.45161485318101,41.687047480839155],[-72.4514368530802,41.686289480697894],[-72.45137785304674,41.6860374806509],[-72.45134185302653,41.68588748062298],[-72.45123685296689,41.685437480539086],[-72.45122985296291,41.6854074805335],[-72.45120285294733,41.6852874805111],[-72.4506768526467,41.6829994800843],[-72.44966385206736,41.67858547926079],[-72.44911785175519,41.676207478817076],[-72.44910085174553,41.676134478803476],[-72.44870785152078,41.67442147848382],[-72.44857585144537,41.673847478376715],[-72.44848585139408,41.673458478304156],[-72.44821885124145,41.67229547808713],[-72.44814285119789,41.671962478024966],[-72.44812985119049,41.671906478014506],[-72.44715285084645,41.671451477957284],[-72.44422184981445,41.67008947778615],[-72.44382984967645,41.66990747776329],[-72.44325484947261,41.66961547772489],[-72.4420118490319,41.66898347764175],[-72.43828284770994,41.6670904773929],[-72.43732984737208,41.66660647732924],[-72.4370448472705,41.66645147730821],[-72.43697084724413,41.6664114773028],[-72.43598484689258,41.6658754772301],[-72.432805845759,41.66414347699495],[-72.43185384541965,41.66362647692486],[-72.4317468453815,41.663568476916986],[-72.43071684501423,41.663007476840825],[-72.42942984455539,41.66230747674582],[-72.42923184447565,41.662037476699744],[-72.42821884406763,41.660654476463584],[-72.42793584395359,41.660267476397486],[-72.42752984378976,41.65970747630171],[-72.42747984376854,41.65962047628643],[-72.42619284322295,41.657379475892476],[-72.42218584152415,41.65039847466505],[-72.42092784099091,41.64820747427975],[-72.42084784095734,41.64807347425628],[-72.42084084095437,41.64806147425416],[-72.41985684054583,41.64649947398223],[-72.41749683956633,41.642757473330796],[-72.41712783941318,41.64217247322894],[-72.41688183931126,41.64178547316161],[-72.41649783915183,41.64117547305538],[-72.41589283890066,41.640214472888026],[-72.41590683889459,41.640025472850915],[-72.41587083887477,41.63988147282409],[-72.41576283881533,41.63945047274385],[-72.41572883879621,41.639307472717185],[-72.41560183874533,41.6391384726884],[-72.41551283870935,41.63901447266715],[-72.41464483835917,41.6378164724621],[-72.41435583824263,41.637418472394],[-72.41421983818988,41.63726847236919],[-72.41396183809599,41.63709347234337],[-72.41385283805096,41.636924472314035],[-72.41384683804407,41.636836472297134],[-72.41388183805317,41.63679547228807],[-72.41402483809868,41.636776472279855],[-72.41405283810523,41.63673047227005],[-72.41405283810063,41.63664847225413],[-72.41384783802775,41.636540472239645],[-72.41376683799527,41.63643247222127],[-72.41376683798809,41.6363044721964],[-72.41382283799919,41.63617747216998],[-72.41382383798855,41.635982472132106],[-72.4137718379466,41.63553747204736],[-72.41378983794802,41.635458472031466],[-72.41382683795125,41.63530147199983],[-72.41377483791047,41.634877471919175],[-72.41372083788421,41.63472347189098],[-72.4135518378173,41.63451247185537],[-72.41343483777428,41.63442547184219],[-72.41323783770397,41.63431647182727],[-72.41287083756878,41.63403847178492],[-72.41264083747971,41.63378747174346],[-72.41179083717238,41.63324647166534],[-72.41162083710968,41.633116471645494],[-72.41153283707526,41.633014471628464],[-72.41129483698873,41.63285447160493],[-72.41123983696704,41.632787471593666],[-72.4110848369004,41.63250047154286],[-72.41086083681158,41.63221847149521],[-72.41069083674782,41.63206947147165],[-72.41020883657161,41.631728471420715],[-72.40989683645525,41.6314664713797],[-72.40969983637807,41.63123547134111],[-72.4095298363143,41.63108647131755],[-72.40921783619416,41.630757471263564],[-72.40917083616964,41.6305934712332],[-72.40916483615447,41.630358471187776],[-72.40925983617188,41.63011747113798],[-72.4092748361748,41.63008247113071],[-72.40925583616367,41.62999447111424],[-72.4090858360999,41.629845471090675],[-72.40897483601346,41.62895047092043],[-72.40862483584066,41.62790447072844],[-72.40861183582894,41.627771470703024],[-72.40861283580495,41.62733847061893],[-72.4085518357653,41.626986470552524],[-72.40848083571879,41.62657047047399],[-72.40819583558795,41.62589447035176],[-72.40787483544607,41.62523047023299],[-72.40788183544129,41.6251044702083],[-72.40792583545004,41.62500547018769],[-72.40802383546952,41.62478347014148],[-72.40834483553361,41.62406246999134],[-72.40848183556082,41.623752469926806],[-72.40862283558894,41.62343546986081],[-72.40863583559167,41.62340846985516],[-72.40888983564157,41.62282346973354],[-72.40897183565777,41.62263646969463],[-72.40900883566258,41.622507469668406],[-72.40950883568772,41.62005446917627],[-72.40951383563244,41.619041468979404],[-72.40944683548081,41.61672946853255],[-72.40944283547174,41.616591468505874],[-72.40942583544022,41.616128468416484],[-72.40944083534094,41.614273468055764],[-72.40948583503733,41.60860346695306],[-72.40956883503091,41.60800746683468],[-72.41005083499981,41.604655466168296],[-72.41006583499869,41.60454846614705],[-72.41010383499626,41.60428446609456],[-72.41026183498543,41.60317446587392],[-72.41031583498227,41.60280446580033],[-72.4103218349818,41.6027614657918],[-72.41032983498133,41.60270646578085],[-72.41035183498461,41.602637465766755],[-72.41036583498695,41.602597465758556],[-72.41036783498714,41.60258946575693],[-72.41041783499496,41.602438465726],[-72.4105368350138,41.60208346565329],[-72.41057583501983,41.601964465628924],[-72.41062983502856,41.60180646559652],[-72.41154983523951,41.600225465260294],[-72.41431183587318,41.59548446425184],[-72.41510083605428,41.594131463964],[-72.41517883607227,41.59399946393587],[-72.41523383608492,41.59390546391589],[-72.4152528360892,41.59387146390868],[-72.4153118361028,41.59377146388738],[-72.41533183610746,41.593738463880335],[-72.41541183612577,41.593600463851],[-72.4156298361915,41.59350646382584],[-72.41579583622864,41.5932044637619],[-72.41687083646943,41.591255463349185],[-72.41722983654996,41.59060646321173],[-72.4177048366999,41.590521463180195],[-72.4191298371497,41.590266463085605],[-72.4196058373,41.59018246305422],[-72.42002983743384,41.59010646302605],[-72.42080783768212,41.59001546298377],[-72.42442583883667,41.58959146278697],[-72.4256318392216,41.58945146272163],[-72.42628983943155,41.589374462685875],[-72.42772983989111,41.58920646260767],[-72.42826084005843,41.589106462571436],[-72.42886084024757,41.58899446253071],[-72.42891284026393,41.588984462527115],[-72.42932984039534,41.58890646249877],[-72.43017484066405,41.58879046244949],[-72.43153584109696,41.58860646237069],[-72.43162784112617,41.58859346236526],[-72.43172084115575,41.58858046235978],[-72.43181284118504,41.58856846235455],[-72.43190384121394,41.588555462349134],[-72.43397284187192,41.58827346222889],[-72.43523984227488,41.58810146215538],[-72.43538784232189,41.58808046214663],[-72.43583384246372,41.58801946212067],[-72.43592984249432,41.588007462115286],[-72.43598284251118,41.58800046211225],[-72.43766284304527,41.58776846201401],[-72.4427028446475,41.587072461719266],[-72.44356284492095,41.58695446166912],[-72.44381884500234,41.586919461654226],[-72.44407484508375,41.58688446163931],[-72.44438384518196,41.586841461621184],[-72.44441284519117,41.586837461619496],[-72.44444284520065,41.58683246161757],[-72.44462284525787,41.586807461607016],[-72.44468284527701,41.58680046160375],[-72.44648584584995,41.5865474614975],[-72.45066084717678,41.58596446125206],[-72.45189784756988,41.585791461179284],[-72.45370184814317,41.58553946107319],[-72.45393084821595,41.58550746105972],[-72.45630684897294,41.58521046092677],[-72.46065385035796,41.584667460683576],[-72.46412485146375,41.5842324604891],[-72.46673085229405,41.583907460343376],[-72.46723085249837,41.58464646047114],[-72.4687308531116,41.58686646085499],[-72.46876985312755,41.58692446086502],[-72.4689908532179,41.58725146092156],[-72.46904285323895,41.5873244609341],[-72.46923185331633,41.5876064609829],[-72.46990585358962,41.58856346114749],[-72.47192785440964,41.59143746164179],[-72.47260285468337,41.59239646180669],[-72.4729508548278,41.592949461903096],[-72.47399485526124,41.59461146219289],[-72.47434285540574,41.59516546228947],[-72.47479485560065,41.59601346243986],[-72.47615385618634,41.598557462890945],[-72.47660785638196,41.59940646304147],[-72.47666985640873,41.59952346306221],[-72.4768588564902,41.59987746312498],[-72.47686485649277,41.59988846312693],[-72.47692185651735,41.59999546314591],[-72.47783685690179,41.60153146341522],[-72.48058385805616,41.60614646422441],[-72.48149985844108,41.60768446449401],[-72.48151985844952,41.60771846449997],[-72.48156485846843,41.60779446451332],[-72.48163185849657,41.607906464532924],[-72.48178585855827,41.608111464567855],[-72.48184285858117,41.608188464581],[-72.48186385858958,41.60821646458578],[-72.48190385860559,41.608269464594805],[-72.48193185861686,41.60830746460129],[-72.48364985933513,41.61112646509417],[-72.48628186043554,41.61544346584884],[-72.48898486156571,41.61987646662367],[-72.48967986185633,41.62101646682292],[-72.49076286230927,41.62279346713348],[-72.49083186233815,41.62290746715341],[-72.4917518627235,41.62442746741924],[-72.49471786396622,41.629332468277056],[-72.49569686437631,41.63094946855977],[-72.49570886438129,41.63096846856307],[-72.49573086439067,41.63100746856995],[-72.4970948649588,41.63320246895258],[-72.50126086669405,41.639903470120444],[-72.50263086726476,41.6421074705045],[-72.50265086727298,41.64213747050969],[-72.50267086728117,41.64216747051487],[-72.50309586745638,41.64281847062767],[-72.50442986800626,41.644860470981406],[-72.50476686814513,41.6453754710706],[-72.50487586819007,41.64554247109953],[-72.50498686824272,41.64583447115265],[-72.50505286827399,41.6460074711841],[-72.50531986840086,41.646713471312566],[-72.50543186845395,41.647007471366045],[-72.50551086847923,41.64699947136197],[-72.50698486895106,41.64685247128661],[-72.51164687044357,41.64639147104895],[-72.51320187094142,41.64623847096981],[-72.51453187136724,41.64610747090211],[-72.5149258714937,41.64607447088317],[-72.52010587315685,41.64564847063579],[-72.52183287371139,41.64550747055349],[-72.52248587391708,41.64538347050866],[-72.52445087453623,41.64501447037456],[-72.52503187471935,41.64490647033513],[-72.52506187472899,41.64490447033379],[-72.52510687474349,41.64490147033178],[-72.52549387486835,41.64488047031541],[-72.52665787524397,41.64481847026634],[-72.52693187533241,41.6448044702549],[-72.52704687536902,41.64478947024832],[-72.52806287569099,41.64463147018535],[-72.52963087618812,41.6443914700889],[-72.53111487665852,41.64416246999725],[-72.5321328769813,41.64400746993479],[-72.53216987699318,41.64400446993303],[-72.53228187702938,41.64399946992848],[-72.5323198770417,41.64399846992708],[-72.5323428770489,41.64399346992539],[-72.53240387706828,41.64398446992169],[-72.53242387707466,41.64398246992067],[-72.53276987718559,41.64395146990365],[-72.5338958775469,41.64385546984919],[-72.53426087766402,41.64382446983155],[-72.53475787782357,41.64378346980777],[-72.53436887769955,41.64383046982928],[-72.5350998779336,41.643759469792236],[-72.53886687913993,41.64339646960192],[-72.54315688050572,41.64284146935765],[-72.54423088084772,41.64270446929688],[-72.5473498818451,41.64237946913451],[-72.54843188219108,41.64226646907813],[-72.55167188322717,41.64192946890956],[-72.55269888355556,41.64182246885608],[-72.55670988483809,41.641403468647],[-72.55944388571233,41.641119468504805],[-72.55982988583577,41.64107946848474],[-72.5598488858406,41.64105546847949],[-72.55990688585558,41.640986468464256],[-72.55992688586078,41.640963468459155],[-72.55996888587414,41.640957468456655],[-72.56009688591502,41.64094346844986],[-72.56012288592336,41.640941468448645],[-72.56013988592879,41.640939468447705],[-72.56111488624003,41.640828468395114],[-72.56404188717455,41.64049946823801],[-72.5650178874862,41.64039046818575],[-72.56685788807368,41.640183468086946],[-72.56718288817741,41.640146468069425],[-72.57367889025133,41.63941546772052],[-72.57553489084388,41.63920746762098],[-72.57584489094265,41.63916846760352],[-72.57611289102798,41.639134467588384],[-72.57633489109875,41.639107467576075],[-72.57679089124423,41.63905446755124],[-72.57691989128544,41.63904046754441],[-72.57718989137165,41.63901046752999],[-72.57936189206497,41.638764467413],[-72.58587789414496,41.638028467062384],[-72.58783489476964,41.637807466957064],[-72.58805089483867,41.63778446694571],[-72.59144989592492,41.637423466767224],[-72.60164789918416,41.63634446623243],[-72.60483590020301,41.63600746606525],[-72.60504790027076,41.635985466054215],[-72.60506490027613,41.6359824660531],[-72.60508390028227,41.6359814660523],[-72.61063390205665,41.6354074657637],[-72.61081990211608,41.635387465753894],[-72.61279290274645,41.63517646564995],[-72.61417190318714,41.635030465577564],[-72.61751790425625,41.6346744654016],[-72.62422890640049,41.63395946504849],[-72.62453690649895,41.633927465032436],[-72.6275369074574,41.63360746487448],[-72.62758090747128,41.633599464871516],[-72.62758590747279,41.633597464870974],[-72.62760390747854,41.63359546487002],[-72.62760990748043,41.63359446486963],[-72.62761290748135,41.633593464869335],[-72.62782490754816,41.633554464854996],[-72.6284709077518,41.633437464811664],[-72.62863690780415,41.63340746480053],[-72.62868790782058,41.633404464798325],[-72.62869790782379,41.63340346479781],[-72.62872790783344,41.633401464796464],[-72.62873890783702,41.63340146479611],[-72.63023690831935,41.63330746472998],[-72.63052490841214,41.633290464717476],[-72.62783690793,41.64020746614487],[-72.62808390800853,41.64017446613057],[-72.62814090802577,41.64015146612429],[-72.629331908402,41.63994846604683],[-72.6295599084731,41.639893466028894],[-72.62970990852176,41.63989046602351],[-72.63014990865945,41.63979246599043],[-72.63037390873117,41.6397714659792],[-72.6330499095789,41.63935846581354],[-72.63403690989163,41.63920746575269],[-72.63510791023097,41.63904346568664],[-72.63544791033867,41.638990465665486],[-72.63667191072656,41.638804465590276],[-72.6421119124503,41.637973465255115],[-72.64457891323202,41.637597465103276],[-72.64713691404258,41.6372074649458],[-72.647215914068,41.637202464942305],[-72.6475169141649,41.63718346492898],[-72.64842191445628,41.63712646488898],[-72.64872391455354,41.637108464875816],[-72.64873791455807,41.63710746487517],[-72.64876491456673,41.63710546487391],[-72.64914891468958,41.63706746485427],[-72.65042491509809,41.63694646478997],[-72.6508379152303,41.63690746476919],[-72.6508509152344,41.6369054647684],[-72.65585391681972,41.63614446446067],[-72.65764091738602,41.63587346435091],[-72.6599829181281,41.635517464206906],[-72.66364491928842,41.634960463981635],[-72.67062592150036,41.63389946355232],[-72.67086592157638,41.63386246353745],[-72.67355092242708,41.63345446337231],[-72.6756829231026,41.63313046324117],[-72.67583892315207,41.63310746323173],[-72.67587092316225,41.633103463229936],[-72.67588492316669,41.63310146322908],[-72.67588792316762,41.63310046322879],[-72.67594192318478,41.63309346322572],[-72.67596092319087,41.633091463224716],[-72.67792192381444,41.63283346311186],[-72.68380492568521,41.63206046277344],[-72.68573892630026,41.63180746266239],[-72.68576692630909,41.63180246266052],[-72.68578692631537,41.63179846265909],[-72.68584992633525,41.63178746265495],[-72.68587092634192,41.63178446265368],[-72.68624292645929,41.63171946262915],[-72.68632492648513,41.63170446262363],[-72.68768792691525,41.631467462533976],[-72.68803892702606,41.63140746251109],[-72.68814392706022,41.63140746250773],[-72.68815192706282,41.63140746250746],[-72.68816692706771,41.631407462506985],[-72.68817892707162,41.631407462506594],[-72.68818792707455,41.63140746250632],[-72.68821492708335,41.63140746250545],[-72.68829692711002,41.63140746250282],[-72.68832492711914,41.631407462501926],[-72.68834492712564,41.631407462501286],[-72.68840492714517,41.631407462499354],[-72.68842592715202,41.631407462498686],[-72.68863892722135,41.63140746249186],[-72.69098092796324,41.63105046234755],[-72.69863893038931,41.62988746187646],[-72.70113993118159,41.629507461722554],[-72.701191931198,41.629498461719145],[-72.7011959311992,41.62949646171862],[-72.70120393120179,41.629496461718375],[-72.70120993120368,41.629495461717966],[-72.70121493120531,41.62949546171781],[-72.70125593121827,41.62948846171515],[-72.70138293125835,41.629466461706805],[-72.70142493127162,41.6294594617041],[-72.70143293127408,41.62945746170348],[-72.70145993128266,41.629453461701814],[-72.70146893128553,41.629452461701334],[-72.70230793155059,41.62931246164726],[-72.70233993156072,41.629307461645276],[-72.7039509320723,41.62908446155035],[-72.71141093444143,41.628056461111655],[-72.7137549351858,41.6277334609738],[-72.71382693520867,41.62772346096955],[-72.71389793523122,41.62771346096534],[-72.71415793529496,41.62734746088602],[-72.71488493547326,41.62632546066452],[-72.71493993548697,41.62625146064839],[-72.71521093555472,41.625893460570275],[-72.71534593559039,41.6257484605378],[-72.71550093563133,41.62558146050044],[-72.7157069356858,41.625361460451174],[-72.71570793568613,41.62536146045114],[-72.71575193569788,41.625316460441006],[-72.71575693569923,41.62531146043988],[-72.71584493571822,41.62514246040428],[-72.71585893572124,41.6251154603986],[-72.71590093573029,41.625034460381535],[-72.7159149357333,41.625007460375855],[-72.71579993562325,41.623733460132485],[-72.71574993559759,41.62356846010209],[-72.71552793548322,41.62282945996587],[-72.71476993519936,41.62217645986357],[-72.71328793464136,41.620847459653376],[-72.71315593456569,41.620273459546276],[-72.71308393452442,41.619960459487885],[-72.71307993448517,41.619294459358834],[-72.71284693438896,41.618936459296876],[-72.71284493438824,41.61893545929674],[-72.71281093437696,41.61893145929706],[-72.71254193428726,41.61889345929831],[-72.71217693416564,41.61884345930033],[-72.71196893409125,41.618725459284114],[-72.71194093408064,41.61869945927998],[-72.71184693404766,41.61865745927485],[-72.71179093402762,41.61862545927044],[-72.71155593394357,41.618492459252174],[-72.71147593391493,41.618446459245824],[-72.7113659338756,41.61838445923732],[-72.71127693384156,41.618295459222914],[-72.71126693383728,41.61827745921974],[-72.71122893382109,41.618210459207965],[-72.71122193381812,41.61819845920588],[-72.71116093379217,41.61809145918707],[-72.71113493378105,41.61804445917878],[-72.71125193380266,41.61775545911899],[-72.71127493380706,41.617701459107764],[-72.71131193381615,41.6176494590965],[-72.71152393386735,41.617337459029166],[-72.71174893393447,41.617230459001206],[-72.71178493394528,41.61721445899694],[-72.71181093395316,41.61720445899417],[-72.71239093413038,41.61700245893638],[-72.71246893415173,41.61693145892011],[-72.71256793417031,41.61669245887057],[-72.71262493414135,41.61585845870697],[-72.71266693412045,41.61525145858788],[-72.71266793411974,41.615233458584335],[-72.7126789341142,41.61507345855298],[-72.71280393412532,41.61455445844828],[-72.71276793408614,41.61407245835593],[-72.71288193410399,41.613734458286714],[-72.71331093417201,41.61247845802931],[-72.71359593420108,41.611360457803265],[-72.71364493418193,41.6107444576822],[-72.71398093425367,41.61008445754337],[-72.71432793432791,41.60940545740053],[-72.71479293442738,41.60849545720906],[-72.71509893450359,41.60808545711969],[-72.71510093450408,41.60808245711905],[-72.71524993454116,41.60788245707547],[-72.71558393462442,41.60743645697822],[-72.71566593464063,41.6072524569399],[-72.71576993466137,41.60702245689193],[-72.71592493467821,41.60643245677248],[-72.71591793467495,41.60641545676941],[-72.71560893453251,41.60567945663652],[-72.71533093442487,41.605377456586844],[-72.71492693426266,41.604837456495034],[-72.71455193411208,41.60433545640965],[-72.71454893411087,41.60433145640898],[-72.7145409341077,41.604321456407305],[-72.71453893410686,41.604318456406794],[-72.71461293413039,41.60430845640246],[-72.71468793415421,41.60429845639812],[-72.71526693433822,41.6042214563646],[-72.71745393503342,41.60393445623876],[-72.71814293525246,41.60384445619922],[-72.71818293526513,41.60383845619675],[-72.71858493539244,41.60377745617201],[-72.71979393577561,41.6035984560985],[-72.7201969359033,41.603538456073935],[-72.72098493615336,41.6034274560271],[-72.72303293680349,41.60314345590628],[-72.72335293690503,41.60309845588728],[-72.72367993700885,41.60305345586806],[-72.72394193709171,41.603011455851515],[-72.72413993715361,41.60296745583662],[-72.72414693715578,41.60296545583601],[-72.72416993716304,41.602961455834496],[-72.72417793716558,41.60296045583403],[-72.72474993734536,41.60284945579415],[-72.72506793744535,41.60278845577211],[-72.72646893788564,41.602516455674376],[-72.7270419380658,41.60240645563463],[-72.72717593808638,41.602002455551954],[-72.7272809381111,41.60183645551637],[-72.72729793811524,41.60181245551117],[-72.72994093895767,41.601506455366966],[-72.7316109391801,41.59587345422029],[-72.73167093919606,41.595811454206334],[-72.73167193919502,41.59578745420165],[-72.73448094008758,41.5954144540391],[-72.73539994037954,41.59529145398572],[-72.73815794125575,41.594923453825785],[-72.73904094153632,41.59480645377473],[-72.73907794154813,41.594802453772765],[-72.74039594196896,41.59466345370346],[-72.74284094274967,41.59440645357508],[-72.74421694318255,41.594148453480834],[-72.74421794318283,41.594147453480616],[-72.74433394321932,41.59412545347262],[-72.7456369436292,41.593880453383235],[-72.74954194485761,41.59314645311537],[-72.74978294493339,41.59310045309871],[-72.75294194592703,41.592505452881774],[-72.75259194547469,41.58656645174039],[-72.75238694520922,41.583077451069755],[-72.75214194489192,41.57890645026796],[-72.75218194490469,41.57890245026589],[-72.755308945904,41.5785914501051],[-72.75845194690844,41.578279449943594],[-72.76013194744527,41.578111449857005],[-72.76469194890248,41.577658449622554],[-72.76756494982058,41.57737344947492],[-72.7678219499027,41.577347449461605],[-72.76838495008259,41.57729144943264],[-72.76887195023824,41.57724344940768],[-72.76919795034237,41.57721044939079],[-72.76973395051293,41.57714444936076],[-72.77082395085961,41.577007449299124],[-72.7709469508989,41.57699544929284],[-72.77246095138221,41.57683644921331],[-72.77274295147222,41.576806449198415],[-72.77309595158457,41.57676344917874],[-72.77312895159501,41.5767584491767],[-72.77500195219119,41.57653144907243],[-72.7756379523937,41.576455449037226],[-72.77563895239396,41.576454449036994],[-72.77581495244999,41.57643344902727],[-72.77604295252259,41.5764064490147],[-72.77634895261983,41.57636644899709],[-72.77652695267639,41.576343448986904],[-72.77708895285488,41.57626844895427],[-72.7783409532527,41.57610444888219],[-72.77877795339182,41.576052448858036],[-72.77900995346576,41.57602544884534],[-72.77917595351865,41.57600644883631],[-72.77934395357225,41.575988448827424],[-72.77941695359536,41.57597744882295],[-72.77964495366803,41.57595144881057],[-72.77972195369267,41.575944448806716],[-72.77982695372613,41.575932448801034],[-72.78004295379488,41.57590644878903],[-72.78009195381043,41.575899448786096],[-72.78107495412273,41.57577044872946],[-72.78205895443531,41.57564044867257],[-72.78226195449979,41.5756134486608],[-72.78246495456425,41.575586448649034],[-72.78688195596732,41.575002448393626],[-72.7959289588411,41.573808447870796],[-72.7970539591984,41.57365944780568],[-72.79874395973523,41.573436447708],[-72.8012439605293,41.57310644756348],[-72.80262396085001,41.57086344708365],[-72.80500596140354,41.56699144625529],[-72.80524396145896,41.56660644617288],[-72.80627396172622,41.565421445909664],[-72.80924396249694,41.56200544515082],[-72.8098689627144,41.56225544517925],[-72.80996096274644,41.562292445183466],[-72.81024296284457,41.562405445196326],[-72.81260196348906,41.56025944470371],[-72.8191459652768,41.55430644333704],[-72.82124396595297,41.55420344324948],[-72.8251429672891,41.55540544335736],[-72.82614196764239,41.55590544342227],[-72.8261449676766,41.55648744353518],[-72.82614496767762,41.55650544353868],[-72.82584496785421,41.56130644448055],[-72.82583796786425,41.56152244452272],[-72.82582396788123,41.56189944459636],[-72.8257859679337,41.56303444481795],[-72.82577496795183,41.56341444489209],[-72.82575296798042,41.56404044501432],[-72.8257439679927,41.56430644506626],[-72.82615896811608,41.564104445013676],[-72.82719696842464,41.563598444882],[-72.82776096859234,41.56332444481062],[-72.8295669691291,41.5624424445812],[-72.82964496915235,41.56240544457151],[-72.8289629691038,41.56543744518212],[-72.8283399690594,41.56820544573955],[-72.82789896902777,41.57016144613345],[-72.82764496899354,41.57100744630584],[-72.8285949692905,41.57079944623486],[-72.82911796945524,41.57070644619996],[-72.8293999695443,41.57066044618193],[-72.83096997004188,41.570435446087664],[-72.83435097111412,41.56996344588708],[-72.83862997247033,41.56935244563056],[-72.8402449729813,41.56910644553072],[-72.84262197372492,41.56859644535509],[-72.84633697488752,41.56780744508216],[-72.84854197557748,41.567337444919815],[-72.84614697413213,41.555672442732394],[-72.84603997406661,41.555134442631385],[-72.84600597403978,41.554858442578876],[-72.84596697400882,41.55453844251801],[-72.8459229739819,41.5543174424765],[-72.84574197387667,41.55350544232466],[-72.8457319738648,41.553354442295664],[-72.84566397379292,41.552483442128725],[-72.84556697370326,41.55146544193417],[-72.84534297348358,41.54889444144211],[-72.84529597344785,41.54853644137409],[-72.8451779733581,41.5476364412031],[-72.8451499733366,41.54741944116187],[-72.84511197331861,41.54732044114387],[-72.84497397325399,41.54697444108112],[-72.84480697317589,41.546557441005504],[-72.8447569731526,41.54643444098324],[-72.84446897301241,41.54561844083403],[-72.84414797285594,41.54470544066706],[-72.84551997331421,41.54492144066479],[-72.84679397373972,41.54512144066258],[-72.84703597381942,41.54513944065827],[-72.84811097417327,41.545217440638766],[-72.84954497464524,41.54532044061254],[-72.84983197473954,41.54533844060679],[-72.85220397555348,41.54609044067638],[-72.85246397564295,41.546177440684886],[-72.85270797572923,41.546299440700714],[-72.85329097594003,41.54667244075436],[-72.8546699763804,41.54653544068329],[-72.85968197804922,41.54723244065702],[-72.86025297824185,41.547355440662486],[-72.86113097853807,41.54754544067107],[-72.86196597881974,41.547725440679095],[-72.86253797901274,41.54784944068473],[-72.86469797974131,41.54831344070514],[-72.86558898003878,41.548451440703204],[-72.86820298091146,41.54885544069731],[-72.86824898099427,41.550042440926326],[-72.8683819811214,41.55150944120689],[-72.86833698111877,41.55171944124911],[-72.86836998115643,41.552190441339505],[-72.86847598120336,41.55240844137842],[-72.86864798127264,41.55264244141829],[-72.8692959815336,41.55352244156825],[-72.86940198159635,41.554017441660946],[-72.86951498166293,41.55453944175865],[-72.86999398182273,41.55461144175717],[-72.8702659819135,41.55465244175635],[-72.87129798225756,41.55480344175237],[-72.87143498230306,41.55482044175124],[-72.8717679824137,41.554862441748654],[-72.8718429824386,41.55487144174797],[-72.87191698246322,41.554881441747526],[-72.87189898246525,41.55501944177491],[-72.87188998246644,41.55509144178916],[-72.87186698247876,41.55543744185709],[-72.87185798248385,41.55557744188457],[-72.87185098248708,41.55567344190343],[-72.87183098249704,41.55596144195999],[-72.87182498250066,41.55605844197902],[-72.87182298250205,41.55609444198606],[-72.87182398254099,41.55676944211707],[-72.87189698257816,41.55700444216034],[-72.8720189826244,41.557119442178745],[-72.87215698266935,41.557121442174676],[-72.8722379826958,41.55712344217246],[-72.8724589827649,41.55707544215599],[-72.8728299828611,41.55664944206131],[-72.87309998293925,41.55648144201998],[-72.87330698300728,41.55649444201583],[-72.8734709830766,41.55677444206489],[-72.87383898323665,41.55748144219027],[-72.87411298337109,41.55827444233538],[-72.87410498338234,41.558516442382604],[-72.87400198335801,41.55867644241699],[-72.87399598335669,41.558687442419334],[-72.87391998334384,41.558894442461984],[-72.8739569833712,41.55916244251279],[-72.8741239834351,41.559330442540016],[-72.87453098358169,41.559580442575424],[-72.87457298359638,41.55959844257757],[-72.87459998360585,41.55961044257901],[-72.87468098363424,41.55964644258338],[-72.87470898364401,41.559658442584805],[-72.87500098374619,41.55978544260004],[-72.87501898375251,41.55979344260101],[-72.87547598391248,41.55999344262508],[-72.87593398407515,41.56023444265708],[-72.87623398418175,41.560393442678254],[-72.87649498427993,41.560626442715055],[-72.87694098444092,41.56090644275501],[-72.87760398468171,41.56134844281941],[-72.8779059847837,41.56141544282265],[-72.87822598489859,41.56160544284922],[-72.87877898509797,41.56194844289794],[-72.87892598515073,41.562035442910066],[-72.87942398532554,41.56226144293785],[-72.87974898544269,41.56246244296637],[-72.87979198547366,41.562759443022635],[-72.87966198544098,41.56292644305926],[-72.87925698532274,41.56316044311776],[-72.87974598548432,41.56320644311089],[-72.88087398585935,41.563353443103],[-72.88283298651224,41.563635443094455],[-72.8838859868651,41.56382044309636],[-72.88404598691619,41.56380444308808],[-72.88498198721516,41.56371244303998],[-72.88720198792421,41.563494442925965],[-72.88895498848413,41.563322442835926],[-72.89007498884186,41.5632124427784],[-72.89013898886226,41.56320544277497],[-72.8912339892125,41.56310644272037],[-72.89203098946741,41.563034442680646],[-72.89234398956742,41.56300444266472],[-72.89950199184936,41.56222744228255],[-72.90140899245726,41.56202044218073],[-72.9014869924821,41.562011442176455],[-72.90321399302871,41.56175544207094],[-72.90347099311,41.56171644205506],[-72.90356999314133,41.56170144204895],[-72.90386999323881,41.56170144203925],[-72.90582899386312,41.56148544193399],[-72.91006599521336,41.56101844170633],[-72.91564899699252,41.56040444140659],[-72.9163899972243,41.56024644135194],[-72.91668699731713,41.560182441329914],[-72.91704799743003,41.5601054413033],[-72.91725199749506,41.560083441292434],[-72.92206899903204,41.559587441040314],[-72.9264300004234,41.559137440811845],[-72.92715400065438,41.55906244077385],[-72.92853900109509,41.55889944069739],[-72.93580100340563,41.55804044029559],[-72.94627500673869,41.556814439718444],[-72.94635100676287,41.55680543971426],[-72.94570700667607,41.558938440149085],[-72.94558800666039,41.55933844023056],[-72.94551300665036,41.5595884402815],[-72.94543000664049,41.559886440342034],[-72.94468300656912,41.56287044094532],[-72.94371700647734,41.56673844172719],[-72.94359300646423,41.567211441822984],[-72.94290500639943,41.56997544238157],[-72.94261600637209,41.571134442615815],[-72.94160600628781,41.57538044347229],[-72.9411000062449,41.57749544389897],[-72.94104200624001,41.57773844394798],[-72.94094700623269,41.578148444030596],[-72.93804700600622,41.59060544654065],[-72.93803800600524,41.59063944654754],[-72.9358480057285,41.5982054480856],[-72.93580400572478,41.5983894481227],[-72.93563200571022,41.599108448267685],[-72.93511800566722,41.60126544870253],[-72.93494700565304,41.601985448847664],[-72.9347020056323,41.60300944905412],[-72.93396800557056,41.606083449673825],[-72.93384500556049,41.60660344977862],[-72.93376100556269,41.607116449880806],[-72.93364500556447,41.60780245001753],[-72.93365300557288,41.60790345003685],[-72.93386600577942,41.610289450492424],[-72.93392600583675,41.610946450617845],[-72.93393800584876,41.61108745064477],[-72.93394700585841,41.61120445066717],[-72.93397300588214,41.611469450717685],[-72.93404700594843,41.61220345085755],[-72.93413500600064,41.61261345093416],[-72.9342170060491,41.61299245100497],[-72.93429800609749,41.61337545107658],[-72.93431400610677,41.6134464510898],[-72.93463800629938,41.61496245137311],[-72.9346870063377,41.61535145144691],[-72.9346940063431,41.61540545145717],[-72.93497400655876,41.61757045186765],[-72.93498200656511,41.61763545188],[-72.93499100657176,41.61770045189229],[-72.93500300658103,41.617793451909925],[-72.93501500659033,41.61788745192775],[-72.93501800659243,41.61790645193135],[-72.93502100659448,41.61792545193493],[-72.93506000662559,41.61824545199568],[-72.93510000665705,41.618566452056584],[-72.93518500672415,41.619251452186575],[-72.93520800674176,41.619427452219924],[-72.93539100687634,41.620731452466686],[-72.93541400689287,41.62088845249636],[-72.93544500691544,41.6211054525374],[-72.93598600731274,41.624949453264705],[-72.93600800732888,41.6251054532942],[-72.9371600081755,41.63329845484408],[-72.93760900850509,41.63648345544649],[-72.93814800890068,41.64030545616927],[-72.93815000890267,41.64032845617366],[-72.93850200924727,41.64431945693516],[-72.9404260098598,41.64409245682878],[-72.94143401018079,41.64397445677321],[-72.94306601070038,41.64378245668306],[-72.9432560107609,41.64376045667264],[-72.94379001093091,41.64369745664309],[-72.94414701104463,41.64365645662357],[-72.9477530121926,41.643230456424035],[-72.94794401225333,41.64320645641318],[-72.94809101230112,41.6432064564084],[-72.94844901241748,41.643205456396586],[-72.9494660127398,41.6430604563355],[-72.94999301290683,41.642985456303855],[-72.95051901307355,41.642910456272276],[-72.950549013083,41.64290545627032],[-72.95431101428548,41.64254545607845],[-72.96021001617073,41.64197745577688],[-72.96393201734334,41.64132645552993],[-72.9640500173805,41.64130545552202],[-72.96585301795189,41.641048455413674],[-72.96615001804602,41.64100645539588],[-72.9686370188403,41.64075845526706],[-72.96989101924073,41.64063245520192],[-72.97114601964154,41.640507455136934],[-72.97297402023369,41.640469455070175],[-72.97670602142804,41.640140454885156],[-72.97711602155775,41.64007845485984],[-72.97903602217012,41.639873454757726],[-72.97951702232483,41.63984445473647],[-72.97969702238323,41.63984245473024],[-72.98020402254652,41.63981545470853],[-72.98027602256963,41.63981045470521],[-72.98201502312817,41.63969245462582],[-72.98259502331449,41.63965345459942],[-72.9827220233552,41.639643454593354],[-72.98275602336615,41.63964145459186],[-72.98310302347751,41.63961645457573],[-72.98323102351858,41.63960745456985],[-72.98323502351984,41.63960645456952],[-72.98324602352342,41.63960645456917],[-72.98325102352506,41.639606454569005],[-72.98356702371005,41.64103045483448],[-72.98430902414403,41.64436545545608],[-72.98484902446063,41.64680545591095],[-72.98515402462355,41.647908456114585],[-72.9855510248393,41.649407456391856],[-72.98584302508901,41.652084456900596],[-72.98595302515977,41.65268945701414],[-72.98607702523906,41.65336345714058],[-72.98634602539181,41.65449245735037],[-72.98649002547329,41.65509145746162],[-72.98652402549358,41.65525145749149],[-72.98662702555485,41.65573145758105],[-72.98666202557554,41.655892457611074],[-72.98673402561926,41.656243457676666],[-72.9867540256316,41.65634445769557],[-72.98695002575056,41.65729945787404],[-72.98702202579435,41.657651457939835],[-72.98705602581498,41.65781745797085],[-72.98715802587697,41.65831545806392],[-72.98719302589801,41.658482458095115],[-72.98727402594731,41.65887945816932],[-72.98733902598592,41.65918145822565],[-72.98739502603306,41.6596814583206],[-72.9875100260989,41.660173458412075],[-72.98757902613066,41.66033445844099],[-72.98763702615571,41.660441458459815],[-72.9882500265034,41.66300545893607],[-72.98837502658026,41.663631459053164],[-72.9887520268116,41.6655104594045],[-72.98887802688886,41.66613745952174],[-72.98891502691465,41.666375459566595],[-72.9889290269246,41.666468459584124],[-72.98908302703221,41.667462459771464],[-72.98913502706833,41.66779445983402],[-72.98916802709255,41.66802745987802],[-72.98928402717144,41.668738460011824],[-72.98935002720812,41.669001460060564],[-72.98947002727996,41.66956846016637],[-72.98947402728241,41.66958846017011],[-72.98962102738105,41.670466460335206],[-72.99075102808668,41.676306461428304],[-72.99077502809861,41.67637746144125],[-72.9908290281256,41.67654046147102],[-72.99085102813663,41.676607461483265],[-72.99124302840922,41.67911246195509],[-72.99135102848447,41.67980546208563],[-72.99137302849695,41.67989746210271],[-72.99150602857256,41.68045546220632],[-72.99151002857475,41.68047146220928],[-72.99188102878487,41.68201546249588],[-72.9919510288245,41.68230646254987],[-72.9919800288475,41.68254046259419],[-72.99200002886349,41.68270446262526],[-72.9920510289033,41.683105462701164],[-72.99207402891606,41.683196462718016],[-72.99211502893874,41.683357462747814],[-72.99237102908003,41.68435946293328],[-72.99313902950415,41.68736746349005],[-72.99325102956601,41.687806463571306],[-72.99332302962291,41.68838446368074],[-72.99336602965715,41.68873346374683],[-72.99349702976049,41.689781463945245],[-72.99350402976583,41.68983446395525],[-72.99354102979508,41.690131464011486],[-72.99355002980231,41.6902054640255],[-72.9935510298027,41.69020646402567],[-72.99397403004068,41.69193846434683],[-72.9943550302547,41.69349246463492],[-72.99529903078579,41.6973564653513],[-72.99574103103436,41.69916346568628],[-72.9957470310377,41.69918746569071],[-72.99576503104791,41.69926246570463],[-72.99577203105167,41.69928846570944],[-72.99585103109577,41.69960546576814],[-72.99610103125123,41.70088346600706],[-72.99617403129683,41.701260466077585],[-72.99677703167202,41.70434646665453],[-72.9973320320174,41.70718746718562],[-72.99745403209317,41.70780946730187],[-72.99755103215358,41.70830646739476],[-72.99775403226896,41.70915646755245],[-72.99791303235949,41.70982546767658],[-72.99830803258428,41.71148446798435],[-72.99832803259572,41.71156946800013],[-72.99839103263164,41.71183546804949],[-72.99843403265595,41.71201346808249],[-72.99855103272265,41.712506468173956],[-72.99863203277101,41.712885468244565],[-72.99874803284031,41.713429468345936],[-72.99887203291524,41.71402546845707],[-72.99895103296308,41.71440646852812],[-72.99955303333648,41.71746446909948],[-72.99970003342843,41.71822446924154],[-73.00109803430117,41.725419470586196],[-73.00192703481882,41.72968647138351],[-73.0026240352539,41.73327047205312],[-73.0026500352702,41.73340547207834],[-73.00269703529085,41.73349747209457],[-73.00275003531436,41.7336054721137],[-73.00329403565631,41.73644247264393],[-73.00503203663395,41.74352947395595],[-73.00664603754176,41.75010647517325],[-73.00764703812068,41.754456475980405],[-73.00789103826207,41.75552147617805],[-73.00791403827526,41.75561947619621],[-73.00905803898625,41.76143647728174],[-73.00912903902513,41.76170747733172],[-73.009499039223,41.76303747757635],[-73.0098280393995,41.76422947779567],[-73.00985803941036,41.76424847779836],[-73.00999603948172,41.76470247788147],[-73.01003803951298,41.76500447793839],[-73.0100940395457,41.765253477984615],[-73.01021803962364,41.76589847810506],[-73.01024003963768,41.76601647812711],[-73.01033503969701,41.766504478218195],[-73.01039403973067,41.7667524782641],[-73.01050303979044,41.76716947834103],[-73.01056303982574,41.767440478391386],[-73.01072203992754,41.76829947855197],[-73.01086704001813,41.76904447869101],[-73.01112404017094,41.77023147891167],[-73.01125604024804,41.77081747902045],[-73.01153504041059,41.77204847924887],[-73.01161804046127,41.77245447932449],[-73.01165004047697,41.77254547934103],[-73.0116880404919,41.77258947934825],[-73.0117110405016,41.77262747935485],[-73.01171604050376,41.77263647935643],[-73.0117290405102,41.77267447936332],[-73.01174204052097,41.7727864793845],[-73.01174004052608,41.77288547940368],[-73.01174504053469,41.773005479426665],[-73.01177904055831,41.77322047946704],[-73.01178004055875,41.7732224794674],[-73.01181604058026,41.773390479498644],[-73.01182504058463,41.77341547950316],[-73.01185204061208,41.77373547956404],[-73.01186504061977,41.773794479575],[-73.01188704063051,41.773856479586236],[-73.01194604065682,41.77397847960785],[-73.01197904067095,41.77403647961796],[-73.01205104070179,41.774163479640116],[-73.0120800407149,41.774226479651325],[-73.01210304072612,41.774290479662916],[-73.01212604074135,41.774423479687826],[-73.01218804078788,41.77487547977302],[-73.01222204080787,41.77502847980143],[-73.01225704082577,41.77514047982191],[-73.0122830408374,41.77519447983147],[-73.01231904085125,41.77523147983743],[-73.01237104086964,41.77525647984056],[-73.01242604088824,41.77526847984106],[-73.0124690409034,41.775288479843525],[-73.01250704091775,41.775322479848846],[-73.01253004092793,41.77536847985698],[-73.01253504093248,41.77541847986645],[-73.01253104093558,41.775494479881246],[-73.01253304094224,41.77559747990106],[-73.01252004094955,41.77579547993969],[-73.01251804095159,41.77584147994862],[-73.01250404095181,41.775923479964895],[-73.0124260409403,41.77616148001337],[-73.01240704093861,41.77623848002885],[-73.01240904094146,41.77627648003612],[-73.01241304094383,41.77629448003945],[-73.01243704095279,41.77631448004253],[-73.01246104096114,41.77632348004348],[-73.01253804098701,41.77633748004367],[-73.01257704100087,41.776357480046244],[-73.01262004101686,41.77639148005141],[-73.01263504102306,41.77641448005536],[-73.01264304102713,41.77643948005992],[-73.0126450410287,41.77645548006295],[-73.01265004103244,41.77649148006972],[-73.0126490410397,41.77662148009485],[-73.01268704107171,41.77695848015861],[-73.0126940410772,41.777013480168996],[-73.01271204108959,41.777125480190016],[-73.01262204107014,41.777294480225564],[-73.01263404108403,41.77746548025817],[-73.01270204112481,41.7777854803177],[-73.01283804120865,41.77846448044424],[-73.0129130412533,41.778811480508736],[-73.0129180412561,41.77883148051244],[-73.01301304130953,41.77921748058381],[-73.0131000413544,41.77950148063575],[-73.01315604138516,41.77971648067541],[-73.01320304141298,41.77993148071534],[-73.01337204151825,41.78079348087613],[-73.01354504162914,41.78172948105103],[-73.01363504168269,41.782145481128346],[-73.01391904185847,41.78357448139474],[-73.01400404191051,41.78399248147259],[-73.01416504200894,41.784781481619504],[-73.01434104212093,41.785719481794715],[-73.01440804216368,41.78607848186177],[-73.01450504222291,41.78655248195004],[-73.01452604223546,41.78665048196825],[-73.0147320423566,41.78757748214031],[-73.01491704246097,41.78833448228029],[-73.01506504255116,41.78905448241432],[-73.01514504259924,41.7894324824846],[-73.01534304271794,41.790362482657514],[-73.01534404271905,41.79037548265998],[-73.0153500427234,41.79041648266769],[-73.01535204272486,41.79043048267033],[-73.01550804281268,41.791065482787694],[-73.01553804282943,41.79118548280988],[-73.01592204305602,41.792926483133094],[-73.01593304306289,41.79298248314352],[-73.01606304314265,41.79362448326309],[-73.01607204315003,41.793700483277455],[-73.01625804325668,41.79449048342373],[-73.0165350434153,41.79566348364088],[-73.01660104345922,41.79604748371277],[-73.01678204357982,41.79710448391067],[-73.0169020436594,41.79779848404057],[-73.0169280436786,41.79798248407522],[-73.01693404368297,41.798023484082925],[-73.01693604369098,41.798149484107164],[-73.01693704369373,41.798191484115236],[-73.01667604360878,41.79819148412376],[-73.0141070427887,41.79846748426095],[-73.01345804258148,41.79853648429547],[-73.00900804116093,41.799015484533264],[-73.00302703925149,41.79965748485248],[-72.99955003814148,41.8000314850382],[-72.99902603797506,41.80010248506902],[-72.99745603747652,41.800317485161756],[-72.99693303731053,41.800390485192914],[-72.99601103701774,41.80051648524733],[-72.99542303683104,41.80059748528214],[-72.99324503613936,41.800894485410545],[-72.99232403584695,41.80102148546511],[-72.99068803532742,41.80124548556172],[-72.99011803514648,41.80132448559558],[-72.98843803461298,41.80155448569478],[-72.98577903376685,41.801888485845986],[-72.98485103347154,41.80200548589885],[-72.98414103324538,41.80209048593841],[-72.98084303219402,41.80247348611992],[-72.97800503128933,41.80280348627618],[-72.97729703106326,41.80287948631395],[-72.97473603024571,41.80315748645111],[-72.9727470296105,41.803369486556896],[-72.96180102612777,41.8047604871822],[-72.95850602507821,41.80515948736658],[-72.9569500245876,41.805434487470336],[-72.95611802432282,41.80553948751771],[-72.95542402410197,41.80562748755732],[-72.95352802349856,41.80586648766521],[-72.95334202343933,41.805889487675714],[-72.95264902321895,41.80597948771564],[-72.94902502206574,41.806439487922496],[-72.94894002205197,41.80667848797134],[-72.94885502203822,41.8069174880202],[-72.94801402190338,41.80930448850792],[-72.94717102176786,41.81169148899565],[-72.94713802176159,41.81176848901158],[-72.94710702175597,41.81184548902744],[-72.94700602173819,41.81210448908066],[-72.94692402172342,41.81230948912286],[-72.94684302170906,41.81251548916523],[-72.94680502170232,41.81261248918518],[-72.94651302164958,41.81333948933486],[-72.94648202164407,41.81341848935109],[-72.94636402162375,41.813729489414904],[-72.94624702160374,41.814039489478496],[-72.94610002157845,41.8144274895581],[-72.94595302155322,41.81481648963788],[-72.94576202152057,41.81532348974185],[-72.94556902148726,41.815830489845894],[-72.94451102130587,41.81863149042039],[-72.94345202112424,41.82143349099508],[-72.94164802081465,41.826203491973345],[-72.94156002080155,41.826470492027674],[-72.94144802078459,41.8268054920959],[-72.94140402077579,41.82690049211564],[-72.94127602075083,41.827187492175135],[-72.94123302074243,41.82728349219504],[-72.9410950207152,41.82758749225813],[-72.94068402063455,41.82850049244749],[-72.94054502060699,41.82880449251061],[-72.94047602059722,41.82902249255489],[-72.940454020594,41.82909049256871],[-72.94040302058625,41.82924249259967],[-72.94038702058316,41.82927849260713],[-72.94037202058084,41.8293224926161],[-72.94029602056906,41.829545492661545],[-72.94022802055852,41.82974449270212],[-72.93979402049118,41.83101449296103],[-72.93956002045483,41.831698493100475],[-72.93954602045255,41.831737493108456],[-72.93845202027143,41.83474349372342],[-72.93826702024074,41.83525049382717],[-72.93771402014934,41.836772494138486],[-72.93753002011903,41.83728049424237],[-72.93744202010323,41.837501494287814],[-72.93718702005212,41.83804949440173],[-72.93655801992402,41.83936649467602],[-72.9363490198816,41.8398064947676],[-72.93641101991287,41.8399964948022],[-72.93642001991739,41.8400234948071],[-72.93650301995886,41.840271494852175],[-72.93679102008026,41.840744494933936],[-72.93702802016772,41.84092049496011],[-72.93726402025547,41.84110749498846],[-72.93757002036757,41.84132049501952],[-72.93779102044357,41.841389495025616],[-72.93790502048404,41.84144649503287],[-72.93793602050036,41.84155349505248],[-72.93805002054239,41.841637495064944],[-72.93811902057065,41.84173649508177],[-72.93820302060023,41.84177449508635],[-72.93830202063957,41.84189649510663],[-72.93853902072837,41.84209549513724],[-72.93859202075188,41.84220249515614],[-72.93872202079643,41.84224049515921],[-72.93909602093424,41.84251449519982],[-72.93958402110393,41.842698495219345],[-72.93977502116986,41.84276249522544],[-72.94028602134279,41.84287349523018],[-72.94088102155082,41.84311749525779],[-72.94117102164795,41.84316349525718],[-72.94144502174139,41.84323549526212],[-72.94169002182703,41.8433354952734],[-72.94224602201501,41.843453495278006],[-72.94333002237829,41.84362849527638],[-72.9442070226686,41.843708495263186],[-72.94461902279814,41.84362849523434],[-72.94514602296805,41.843598495211374],[-72.94592402322233,41.84361349518887],[-72.94616802330314,41.843636495185336],[-72.94652702342007,41.843636495173634],[-72.94795302386184,41.84324749505218],[-72.94871602410191,41.84310249499935],[-72.94930402429232,41.84308349497651],[-72.9498610244659,41.84294949493252],[-72.95033402460906,41.84276249488105],[-72.95063102470316,41.842717494862704],[-72.95118802488388,41.84270549484223],[-72.95157002501188,41.84276649484151],[-72.95177302508345,41.842860494853014],[-72.95189002512745,41.842961494868646],[-72.95193602515116,41.84311049489584],[-72.95208102524528,41.843914495046015],[-72.95225602533193,41.84442249513816],[-72.95234702538404,41.84480749520936],[-72.95268502553509,41.84550949533357],[-72.95274102556016,41.84562649535428],[-72.95327902575681,41.845993495407434],[-72.95355302587659,41.84651649549924],[-72.95365202591887,41.84668849552915],[-72.95361402591156,41.84677549554715],[-72.95343102586247,41.84695549558779],[-72.95338502585415,41.84706949561125],[-72.95339302586743,41.847252495646245],[-72.9535070259275,41.847645495718226],[-72.95361402597261,41.84782149574865],[-72.95366002598983,41.847859495754456],[-72.95369102600768,41.84799249577905],[-72.95372902602789,41.84812649580364],[-72.95377402605124,41.848275495830876],[-72.95381202607219,41.84842249585795],[-72.95385002608684,41.84846149586423],[-72.95384502609252,41.84858649588847],[-72.95378702616416,41.850137496189106],[-72.95364802633819,41.8538934969171],[-72.95364102633788,41.85392749692387],[-72.95357102632506,41.8540984969591],[-72.95352402631657,41.85421549698315],[-72.9533630262875,41.85461549706546],[-72.95329502627546,41.85478849710099],[-72.9532500262674,41.854901497124224],[-72.95324802626698,41.85490549712507],[-72.95322002626165,41.854970497138495],[-72.95320502625853,41.85500049714476],[-72.95301802622534,41.85547549724234],[-72.95273302617512,41.85620549739224],[-72.95220202608031,41.857543497667244],[-72.95196002603721,41.858155497793014],[-72.95193302603302,41.8582344978091],[-72.951013025887,41.86086549834579],[-72.95060102582177,41.862046498586665],[-72.9482550254497,41.86876049995599],[-72.94733602530408,41.871392500492725],[-72.94634302513502,41.874035501033944],[-72.94627402519188,41.8753935012976],[-72.946179025269,41.87724250165664],[-72.94389502496797,41.88482350319033],[-72.94348102491335,41.88619650346808],[-72.94284802483035,41.88830450389442],[-72.94252902479622,41.8894985041346],[-72.94251602479584,41.889564504147735],[-72.94244002479242,41.88992950422045],[-72.94241002478809,41.89002250423933],[-72.940648024517,41.895204505293954],[-72.9397750242359,41.89526250533362],[-72.93922802405982,41.895299505358594],[-72.93914702403349,41.89530050536143],[-72.93021702115631,41.89586250576105],[-72.9295460209401,41.89590450579103],[-72.92940702089597,41.89592450579941],[-72.9293740208855,41.89592950580146],[-72.929363020882,41.895930505802],[-72.92884402071506,41.89596850582625],[-72.92737102024147,41.896078505895474],[-72.92684802007255,41.89610450591757],[-72.9201670179191,41.89651150621382],[-72.92004301787908,41.896518506219216],[-72.91534701636544,41.89680550642761],[-72.91379801610404,41.900971507279685],[-72.90962501539973,41.91219250957438],[-72.90931101534659,41.913034509746566],[-72.90860701522784,41.91492851013382],[-72.90685301493195,41.91964651109839],[-72.90675501491575,41.91991551115333],[-72.90664601489712,41.920204511212454],[-72.90594601475665,41.92170451152373],[-72.90538901466566,41.92325351183978],[-72.90296901435146,41.931369513479204],[-72.90224501415251,41.932003513624714],[-72.90222801415001,41.932055513635255],[-72.89960101372553,41.939438515140225],[-72.89861901356682,41.94219751570255],[-72.89859601356318,41.942263515716],[-72.89852501355143,41.94245851575579],[-72.89787901343882,41.944133516098795],[-72.89635201317465,41.94812651691601],[-72.89628901316466,41.94830651695266],[-72.89392401277584,41.95483751828481],[-72.89343101269495,41.95620151856297],[-72.89284701259925,41.957819518892904],[-72.89272601257935,41.95815351896101],[-72.89034201216649,41.96437852023469],[-72.88968501205474,41.966128520592314],[-72.88771701172045,41.97137852166494],[-72.8870610116091,41.973129522022624],[-72.88887101219645,41.97307852195378],[-72.89430301395913,41.97292652174732],[-72.8949810141792,41.97290852172173],[-72.89611401454614,41.97286452167629],[-72.89986401576058,41.97271852152584],[-72.91111801940515,41.97228152107441],[-72.91338102013805,41.97219452098377],[-72.91347402016808,41.97218952097976],[-72.91356702019813,41.972184520975766],[-72.91425302041999,41.97215352094741],[-72.91486902062002,41.972138520924396],[-72.91525302074464,41.972128520909926],[-72.91612802102884,41.972108520877505],[-72.91640702111891,41.972093520865506],[-72.9167920212433,41.97207352084911],[-72.91691302128247,41.97206852084418],[-72.91736102142723,41.97204552082512],[-72.91907002197946,41.97195952075277],[-72.91964002216373,41.971931520728766],[-72.92034602239201,41.97189852069935],[-72.92246402307705,41.97180252061169],[-72.92317102330595,41.97177452058323],[-72.92546802404961,41.971682520490475],[-72.92925502527572,41.97153252033787],[-72.93236102628127,41.97140852021252],[-72.93360302668339,41.97135952016251],[-72.9346590270249,41.97131152011874],[-72.93608602748647,41.97124752005979],[-72.94036902887183,41.97105651988303],[-72.94179702933377,41.97099351982424],[-72.94180702933697,41.97099251982372],[-72.94183802934694,41.970990519822315],[-72.94184902935055,41.970990519821946],[-72.94413503009282,41.97093751973699],[-72.94760403121931,41.97085851960832],[-72.95099303231976,41.97078051948244],[-72.95328003306238,41.970728519397625],[-72.95328003306263,41.97073251939839],[-72.95328103306366,41.97074451940065],[-72.95328203306426,41.970749519401586],[-72.95345703312134,41.97074951939585],[-72.95398203329252,41.97074951937868],[-72.95408003332446,41.97074951937547],[-72.95415803334966,41.970745519372144],[-72.9577680345156,41.97055651921769],[-72.95874403483083,41.970505519175944],[-72.95897103490414,41.970493519166205],[-72.95919803497746,41.97048151915648],[-72.96112303559926,41.97038251907445],[-72.96137003567974,41.970381519066166],[-72.96268703610878,41.97037551902189],[-72.9627460361278,41.9703715190192],[-72.96544203699833,41.97022751890326],[-72.96831103792479,41.97007551878012],[-72.97353003960993,41.9697965185556],[-72.97622704048082,41.96965351843977],[-72.98018204175963,41.96947351827563],[-72.98623704371511,41.96915851801669],[-72.99030404502868,41.96894951784324],[-72.99837504763525,41.968532517498524],[-72.99955004801511,41.96847851744962],[-73.00140204861307,41.968380517370065],[-73.01681205358454,41.96750151669565],[-73.01719605370914,41.96749151668114],[-73.01727705373541,41.9674895166781],[-73.01736905376528,41.967487516674694],[-73.01746205379548,41.967485516671246],[-73.01754005382081,41.96748351666831],[-73.01758605383573,41.96748251666661],[-73.01771005387597,41.96747951666195],[-73.01777705389745,41.96747351665861],[-73.01785605392287,41.96746751665488],[-73.02019205467423,41.96729651654534],[-73.02720105692866,41.96678451621691],[-73.02953805768036,41.96661451610753],[-73.02837405755477,41.97091851697199],[-73.02488205717844,41.98383451956562],[-73.02371905705338,41.9881395204299],[-73.02344705702527,41.9891655206357],[-73.02308705698863,41.990533520910006],[-73.02264305694511,41.99224852125362],[-73.02237705691914,41.99327752145978],[-73.02235605691695,41.993356521475626],[-73.02234105691568,41.99341752148783],[-73.02230505691219,41.99355752151587],[-73.02229405691091,41.99359652152371],[-73.02228905691047,41.993616521527706],[-73.0222730569088,41.99367652153975],[-73.02217305689909,41.994064521617474],[-73.0215500568115,41.99602152201338],[-73.02054005672319,42.00010252282941],[-73.01973105661621,42.00275752336527],[-73.01206905560583,42.02794252844614],[-73.01149205552963,42.029836528828156],[-73.00956305527562,42.036180530107465],[-73.00874605516776,42.03886253064831]]]},"properties":{"name":"Hartford"}}]} \ No newline at end of file diff --git a/docs/data/hartfordcounty-outline.png b/docs/data/hartfordcounty-outline.png new file mode 100644 index 000000000..35c553893 Binary files /dev/null and b/docs/data/hartfordcounty-outline.png differ diff --git a/docs/data/hartfordcounty-towns.geojson b/docs/data/hartfordcounty-towns.geojson new file mode 100644 index 000000000..f2c598f89 --- /dev/null +++ b/docs/data/hartfordcounty-towns.geojson @@ -0,0 +1,31 @@ +{"type":"FeatureCollection","features":[ +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.90848100709884,41.77605148337934],[-72.90863500715012,41.776071483378196],[-72.90884700722427,41.77615948338829],[-72.90908900730689,41.77622548339315],[-72.9092510073587,41.77620948338481],[-72.90933900738509,41.77617048337442],[-72.90950700743885,41.77615448336588],[-72.91014500765232,41.776253483364236],[-72.91096600792918,41.776418483369405],[-72.91170700818157,41.77661048338237],[-72.91209500831107,41.77666548338036],[-72.91315900866834,41.77685248338187],[-72.91438300908501,41.77716548340248],[-72.91458100915457,41.77725348341303],[-72.9149180092697,41.77734648342002],[-72.9151600093504,41.77737948341853],[-72.91570300952782,41.77739048340298],[-72.91678800989065,41.77755548339956],[-72.9176530101834,41.777747483408476],[-72.91795401028843,41.77786848342203],[-72.91813701035339,41.777961483434034],[-72.91902401066227,41.77830748347196],[-72.91940501080164,41.77857148351053],[-72.92005801104355,41.77907648358675],[-72.92026301112271,41.779290483621395],[-72.92032901114995,41.77938948363835],[-72.92037301116967,41.779482483654874],[-72.92047601120895,41.77958148367064],[-72.92063701127955,41.7798944837258],[-72.9206590112953,41.78004248375366],[-72.92079801135836,41.78034948380837],[-72.92081301137824,41.78060748385768],[-72.92085701140059,41.780745483882875],[-72.92123801156538,41.78144748400596],[-72.92126001157702,41.78152448402011],[-72.9213180116013,41.78161748403617],[-72.92151601170943,41.78236948417485],[-72.92159701174603,41.78254548420618],[-72.92178001181422,41.78269348422879],[-72.9222050119701,41.78299548427324],[-72.92225701199052,41.78305548428312],[-72.92232701202303,41.78322248431308],[-72.92236301203961,41.783306484328115],[-72.92239801205578,41.78338848434281],[-72.92268301218765,41.7840614844634],[-72.92271201220096,41.78412848447539],[-72.92279201223771,41.784312484508284],[-72.92285301226123,41.78437548451847],[-72.922930012291,41.78445648453159],[-72.92294101229523,41.78446748453335],[-72.92299801231732,41.78452848454327],[-72.92301601233154,41.78467248457047],[-72.92306201236708,41.7850264846373],[-72.92308801238711,41.78522548467485],[-72.92328601246115,41.785390484700244],[-72.92348501253548,41.78555448472543],[-72.92377201264269,41.7857914847618],[-72.92405901274991,41.78602848479821],[-72.92408201276069,41.78608548480845],[-72.92414801279624,41.78632748485299],[-72.92425001284415,41.786580484898515],[-72.92450001294658,41.786942484960214],[-72.92458001298341,41.7871284849935],[-72.92494701314155,41.78779348510989],[-72.92499101316285,41.78791348513159],[-72.92499801317726,41.788122485171705],[-72.92488801318132,41.78880848530765],[-72.92477101316139,41.78912148537185],[-72.92454301311395,41.78958248546821],[-72.9244920131225,41.79001548555342],[-72.92453201314129,41.790114485571216],[-72.92457201316006,41.790213485589014],[-72.92458001319869,41.79083348570838],[-72.92464601324633,41.791283485793045],[-72.92473301332636,41.79217348596193],[-72.9246820133212,41.792370486001595],[-72.92466001332873,41.79262348605112],[-72.92471801336292,41.79288648609998],[-72.9248140134369,41.79362148623864],[-72.92488701347153,41.793808486272354],[-72.92490901349147,41.79402848631407],[-72.9250560135687,41.79453348640673],[-72.92525301369758,41.79564748661522],[-72.9252750137194,41.79589948666312],[-72.92528201377368,41.796794486835545],[-72.92542901386207,41.79749148696521],[-72.92545101388872,41.79782648702911],[-72.92539201388925,41.79816648709664],[-72.92542101391533,41.79845248715085],[-72.92552401396387,41.79871048719727],[-72.92565301401488,41.798865487222976],[-72.92572901404498,41.79895748723825],[-72.92597901413882,41.79917148727139],[-72.9263240142639,41.799390487302404],[-72.92660201436463,41.7995664873273],[-72.92688101446984,41.79981348736586],[-72.92721101459999,41.80020348743034],[-72.92735701465998,41.800417487466866],[-72.92744501469502,41.80052748748521],[-72.92765101478699,41.80095548756108],[-72.92789301488905,41.80135548763036],[-72.92808301497521,41.80177348770478],[-72.92818601503365,41.80220148778398],[-72.92818601505184,41.802514487844356],[-72.92810501504488,41.802848487911405],[-72.92791401500412,41.803216487988614],[-72.9278040149756,41.80334248801648],[-72.92776001496576,41.803419488032766],[-72.92741501487063,41.8037154881011],[-72.92722001481266,41.80381048812577],[-72.92682101469411,41.80400648817656],[-72.92591201441697,41.80433048826863],[-72.9253100142299,41.80448448831793],[-72.92425401390452,41.804802488413664],[-72.92385701378035,41.80489048844355],[-72.92274201342617,41.80504348850934],[-72.92231001328649,41.805060488526685],[-72.9213920129958,41.80520248858398],[-72.92101101288324,41.80540048863455],[-72.92084201283839,41.80557548867381],[-72.92073201281183,41.80573448870805],[-72.92070301280975,41.80586148873349],[-72.92073201282973,41.80604248876747],[-72.92084901288601,41.80635548882402],[-72.92084901289554,41.806519488855656],[-72.92095901293906,41.80665148887753],[-72.92118901302406,41.80682548890359],[-72.92118701303212,41.8069754889326],[-72.92118401303989,41.80712548896161],[-72.92075301290569,41.80723148899608],[-72.92032101277117,41.807337489030594],[-72.92008601268954,41.80724948902127],[-72.91988801261645,41.80710148899916],[-72.91977101257004,41.806958488975404],[-72.91901601233279,41.80710648902851],[-72.91899701232676,41.807109489029706],[-72.91868601222828,41.80715748904909],[-72.91769601191479,41.80731048911082],[-72.91736601181029,41.8073614891314],[-72.91558501124106,41.80754648922503],[-72.91536201116983,41.80757048923692],[-72.91547501124401,41.80821348935726],[-72.91585501149409,41.81038648976396],[-72.91435001101543,41.81058348985093],[-72.9135870107727,41.81068248989485],[-72.9118130102085,41.81091548999751],[-72.9116120101445,41.81094049000886],[-72.90990200959999,41.8111534901056],[-72.90417200777559,41.811871490430455],[-72.90226200716751,41.81211149053887],[-72.90205000710007,41.81213949055116],[-72.90141800689919,41.812224490588115],[-72.90120700683215,41.81225349060057],[-72.90025100652784,41.812374490654996],[-72.89738700561615,41.81273749081814],[-72.89682300543664,41.81280949085036],[-72.89643200531219,41.812859490872725],[-72.8953240049594,41.812998490935556],[-72.89200000390125,41.813419491124826],[-72.89089300354883,41.81355949118781],[-72.89030400336101,41.81362849122026],[-72.88853800279804,41.81383949131837],[-72.88795000261065,41.81391049135116],[-72.88777200255454,41.81394249136313],[-72.88633500208539,41.813923491406165],[-72.8858450019244,41.813899491417466],[-72.88463900153938,41.814033491482505],[-72.88326600110332,41.81422549156415],[-72.88174400061928,41.814426491652355],[-72.88103300039265,41.81451249169208],[-72.88093000035951,41.81451949169675],[-72.88082700032645,41.81452749170166],[-72.88072900029492,41.81453449170619],[-72.88054000023448,41.814553491715984],[-72.88042500019772,41.814565491722036],[-72.87902799975828,41.81483449181931],[-72.8788759997096,41.81484849182694],[-72.87844699957334,41.81490849185246],[-72.87716199916518,41.81508749192873],[-72.87673399902933,41.8151484919544],[-72.87633999890627,41.81523949198475],[-72.87572799871528,41.8153834920324],[-72.87520399855302,41.81552849207739],[-72.87516599854122,41.81553849208055],[-72.87477799842115,41.81564749211418],[-72.87476299841634,41.81564849211487],[-72.87471999840263,41.81565349211722],[-72.87470599839816,41.81565549211806],[-72.87454499834678,41.815673492126756],[-72.8738049981105,41.815755492166616],[-72.87154499738891,41.816006492288444],[-72.87110299724742,41.81604949231108],[-72.8702019969591,41.81613849235752],[-72.86964199677983,41.816192492386115],[-72.86796599624348,41.816357492472356],[-72.86740699606459,41.81641249250112],[-72.86719699599709,41.81642849251102],[-72.86656599579452,41.816479492541355],[-72.86635699572743,41.81649649255142],[-72.86450199513837,41.81675849266219],[-72.86421899504856,41.81679949267928],[-72.85893999337254,41.817551492995705],[-72.85708599278396,41.81781649310699],[-72.85671799266659,41.81785949312723],[-72.85561299231412,41.81798849318798],[-72.85524599219704,41.81803149320818],[-72.85502399212479,41.8180324932156],[-72.85435799190807,41.81803649323797],[-72.8541369918362,41.81803849324554],[-72.85406999181615,41.81806949325369],[-72.85401899180098,41.81809449326016],[-72.85384299174534,41.818123493271464],[-72.85375999171877,41.8181314932757],[-72.85291099144747,41.8182224933208],[-72.8525909913459,41.818268493340064],[-72.85220299122285,41.81832649336384],[-72.8515899910264,41.81838249339454],[-72.85127799092733,41.818426493413156],[-72.84985199047479,41.818633493499334],[-72.84881699014404,41.818744493554334],[-72.84851199004736,41.8187904935731],[-72.84759298975602,41.818929493629724],[-72.84701498957256,41.819012493664495],[-72.84528198902267,41.8192654937695],[-72.8447049888396,41.81935049380462],[-72.84334698839953,41.81939049385639],[-72.84288898825471,41.819466493885905],[-72.84244598811968,41.81962649393114],[-72.84231698808165,41.81969549394861],[-72.84220998805205,41.819786493969644],[-72.84204998800794,41.81992449400145],[-72.84125298775722,41.82007849405701],[-72.84100798767902,41.82010649407036],[-72.84027398744499,41.820194494111135],[-72.84002998736725,41.82022449412483],[-72.83819198677986,41.82042149422244],[-72.83267898501826,41.821016494515966],[-72.83084198443122,41.82121449461372],[-72.8304729843131,41.82125049463263],[-72.82936898395978,41.821360494689635],[-72.82900098384205,41.82139749470869],[-72.82880898378092,41.821422494719755],[-72.82823498359843,41.82150049475341],[-72.82804398353771,41.8215264947646],[-72.82730998330402,41.821620494806524],[-72.82510798260316,41.821906494933074],[-72.82459198243897,41.82197449496291],[-72.82437498236989,41.82200249497534],[-72.82418198230845,41.822027494986415],[-72.82360298212438,41.82210649502042],[-72.82341098206341,41.822133495031856],[-72.82284698188374,41.82220449506382],[-72.82278998186547,41.822209495066645],[-72.82154898146733,41.82231649512749],[-72.82149798144944,41.82229449512491],[-72.81997498096082,41.82242549519953],[-72.81992798094404,41.82240049519623],[-72.81985698092446,41.82246149521029],[-72.81968298086775,41.82246149521594],[-72.81967998085948,41.82233549519173],[-72.81952898081178,41.82236149520163],[-72.81930898074481,41.822442495224394],[-72.81907898067195,41.82247849523878],[-72.81702198001871,41.822771495361955],[-72.81401597906319,41.823184495539],[-72.80801197714811,41.82389649587081],[-72.79855697412732,41.824934496377175],[-72.79855297412367,41.82489349636939],[-72.79849597406307,41.824167496231226],[-72.79821397376426,41.82059149555062],[-72.79811997366475,41.81940049532392],[-72.79810597361609,41.818638495177396],[-72.79810297360766,41.81850949515261],[-72.79809297356779,41.817876495030816],[-72.7980669734745,41.81641049474886],[-72.79805597343767,41.815835494638286],[-72.79804097338132,41.81494549446708],[-72.79800697336475,41.81485049444988],[-72.79790597331535,41.814565494398146],[-72.7978729732991,41.814470494380885],[-72.79786397329444,41.8144404943754],[-72.79783797328092,41.814353494359445],[-72.79782997327665,41.814324494354125],[-72.79792897327067,41.81366349422339],[-72.7982279732536,41.81168349383173],[-72.79832797324808,41.81102449370133],[-72.79820697316741,41.81031149356768],[-72.79784497292582,41.80817249316669],[-72.7977249728455,41.807459493032994],[-72.79762797278204,41.80690849292983],[-72.79733797259213,41.80525749262062],[-72.79724197252904,41.8047074925176],[-72.79738397248104,41.80307649219826],[-72.79781197233771,41.79818349124013],[-72.79795497229013,41.79655349092089],[-72.79805797229237,41.79601149081295],[-72.7983689722998,41.79438649048925],[-72.79847297230242,41.79384549038145],[-72.79874297233185,41.79283249017719],[-72.79894297234515,41.79193448999737],[-72.80004297269775,41.79183548994268],[-72.79954297224639,41.786840488994606],[-72.7994369721503,41.785774488792235],[-72.79895397171363,41.78093648787376],[-72.79744297034897,41.76581548500238],[-72.79674296971686,41.75880748367121],[-72.79821897019629,41.75878548361926],[-72.80264997163576,41.75872348346403],[-72.80412697211554,41.75870248341222],[-72.80639397284789,41.758599483319024],[-72.80755997322461,41.75854748327127],[-72.81319797504594,41.758292483039654],[-72.81546597577862,41.75819048294662],[-72.8161239759908,41.75815448291836],[-72.81809897662791,41.75804948283417],[-72.81875797684049,41.75801448280609],[-72.82013197728158,41.757904482740386],[-72.82024097731804,41.757921482740144],[-72.82046197739191,41.757954482739365],[-72.82078797750061,41.75799848273733],[-72.82774297983055,41.759126482730125],[-72.82999498057912,41.759390482708234],[-72.83282298151912,41.75972148268061],[-72.83561198244622,41.760049482653656],[-72.83782898318321,41.76031048263228],[-72.84624398598037,41.76129748255033],[-72.84806398658529,41.76151048253251],[-72.84863598677546,41.76157848252709],[-72.85226998798338,41.76200448249162],[-72.85314498827422,41.76210748248315],[-72.85774498979515,41.7625074824113],[-72.85789798984548,41.762516482408074],[-72.85814998992846,41.762532482402996],[-72.85887599016752,41.762578482388335],[-72.85928999030403,41.76260848238073],[-72.85953099038426,41.762638482378705],[-72.86034999065694,41.76274248237223],[-72.86124199095391,41.76285548236514],[-72.86172699111597,41.76292748236332],[-72.86702799288857,41.76373248234686],[-72.87321899492103,41.76402148220186],[-72.87415699524362,41.76431848222878],[-72.8754539956772,41.764513482224366],[-72.8760419958733,41.764593482220725],[-72.87694399617419,41.7647184822156],[-72.87731599629828,41.76476948221338],[-72.87779499646152,41.76489548222216],[-72.8783859966606,41.765010482225186],[-72.87885999681983,41.76509548222623],[-72.88028999729868,41.76532448222403],[-72.88068799743237,41.76539548222482],[-72.88093799751847,41.765476482232344],[-72.88105499755737,41.76549048223126],[-72.88175499778701,41.76552048221434],[-72.88202799787659,41.76553248220778],[-72.88245999801806,41.765546482196456],[-72.88375899844343,41.7655884821624],[-72.88419199858527,41.76560348215125],[-72.8841989985875,41.765602482150825],[-72.8842199985942,41.765600482149765],[-72.8842279985968,41.765600482149495],[-72.88431399862422,41.76559048214479],[-72.88457199870672,41.76556448213139],[-72.88465899873454,41.76555548212682],[-72.88500599884715,41.7655494821144],[-72.88518099890327,41.76553448210583],[-72.88548899900198,41.7655074820906],[-72.88575099908594,41.76548448207767],[-72.88595699915197,41.76546648206748],[-72.88616899921995,41.76544848205715],[-72.8863579992805,41.76543148204772],[-72.88643899930652,41.76542548204393],[-72.88655799934462,41.765414482037954],[-72.8874559996307,41.765305481987745],[-72.88757799966965,41.76529248198127],[-72.88774599972344,41.76527648197273],[-72.88794899978835,41.765256481962275],[-72.88844999994858,41.76520648193635],[-72.88899200012185,41.765151481908134],[-72.88979800038074,41.76509048187018],[-72.89061800064525,41.76504848183546],[-72.89307800143897,41.76492448173163],[-72.89389900170387,41.76488348169706],[-72.89416600178856,41.764844481680846],[-72.89497000204376,41.764731481632914],[-72.8952380021288,41.76469348161688],[-72.89594100236782,41.76486848162782],[-72.8961140024296,41.764962481640374],[-72.89627900249634,41.76518748167845],[-72.8977140030271,41.766284481843655],[-72.89824700322421,41.766691481904935],[-72.89992600384525,41.7679754820983],[-72.90039300400598,41.76812548211207],[-72.90088900417929,41.76832948213535],[-72.9010240042302,41.76844948215413],[-72.90121800430813,41.768704482197066],[-72.90120400435308,41.7695584823624],[-72.9012190044301,41.77080248260207],[-72.90107800443238,41.77163348276709],[-72.90116800448845,41.77209548285335],[-72.90163200473212,41.773692483146576],[-72.90215900498697,41.77512848340665],[-72.90261200515263,41.775441483452354],[-72.90298600529051,41.77571948349386],[-72.90362600551617,41.77601748353057],[-72.90405400566391,41.77616248354467],[-72.90471700588222,41.77620448353123],[-72.90848100709884,41.77605148337934]]]},"properties":{"name":"Avon"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.8402449729813,41.56910644553072],[-72.83813497266718,41.57561044686114],[-72.83670297245435,41.5800304477651],[-72.8365359724294,41.58054344787001],[-72.83387597171944,41.583252448481474],[-72.83387497171913,41.583252448481495],[-72.83131397095791,41.58450244880661],[-72.82645796951446,41.58687244942302],[-72.82577696945422,41.58969144999192],[-72.82568796944622,41.59005745006579],[-72.82408096930388,41.59670445140711],[-72.82407996930715,41.59676745141936],[-72.82407796931737,41.5969574514563],[-72.82407796932104,41.597021451468706],[-72.82381296941458,41.600162452086515],[-72.82346096953925,41.604341452908415],[-72.8201999686253,41.60690345351044],[-72.81908196826068,41.60688545354298],[-72.8183269680145,41.606874453565176],[-72.81844696812729,41.60816345381128],[-72.81854896822331,41.60926145402093],[-72.81862496827917,41.60980545412398],[-72.81885296844685,41.611439454433494],[-72.8189299685031,41.61198445453671],[-72.81936596885231,41.615607455225145],[-72.82009796911495,41.61603645528472],[-72.82277497007566,41.61760745550298],[-72.82280897008785,41.61762745550577],[-72.82275197007235,41.617680455517885],[-72.82127796967076,41.6190394558289],[-72.82055996945252,41.619306455903825],[-72.82023396945243,41.621156456273],[-72.82111296974934,41.62134845628187],[-72.82210797008541,41.62156545629183],[-72.82225597013539,41.62159745629327],[-72.82220497012268,41.621665456308094],[-72.82016296961933,41.6244734569183],[-72.81971696950949,41.6250884570519],[-72.81798996909147,41.62759745759394],[-72.81867696930996,41.62751045755494],[-72.81915696946581,41.627505457538476],[-72.81929996951227,41.62750445753367],[-72.81992296971463,41.627499457512606],[-72.82050096990238,41.62749445749299],[-72.82059796993384,41.627493457489685],[-72.8210789700901,41.62748945747338],[-72.82107297008842,41.62749445747453],[-72.82105697008419,41.627511457478356],[-72.8210519700829,41.62751745747967],[-72.82125697015006,41.627525457474626],[-72.82127797015688,41.627525457473936],[-72.82525197145827,41.62767745737519],[-72.82524897149564,41.628346457504975],[-72.8252439715805,41.629855457797596],[-72.82403697127849,41.63143645814297],[-72.82333197117408,41.63361545858802],[-72.82030497041546,41.637559459449996],[-72.81911297011678,41.63911345978959],[-72.81851696996746,41.639890459959375],[-72.81824996990082,41.64024346003641],[-72.81814996987586,41.6403754600652],[-72.8179579698276,41.64062346011944],[-72.81648596945853,41.642538460538],[-72.81561896924126,41.64366846078491],[-72.81514796912323,41.64428246091908],[-72.81498996908363,41.6444884609641],[-72.8148289690453,41.64473346101675],[-72.81434896893127,41.645468461174644],[-72.81418896889333,41.64571446122746],[-72.81375196875355,41.645756461249704],[-72.81244196833464,41.64588346131655],[-72.81200596819527,41.645926461338966],[-72.81152696804091,41.64595246135944],[-72.81009096757823,41.64603146142109],[-72.80961296742429,41.64605846144171],[-72.80897496721903,41.64609946147024],[-72.8070619666037,41.646222461555766],[-72.80642496639886,41.64626446158446],[-72.8051649659949,41.646369461645435],[-72.80138796478404,41.64668346182804],[-72.80012896438049,41.64678946188918],[-72.79937996414155,41.646872461929405],[-72.79756396356242,41.64707746202766],[-72.79713596342586,41.64712446205058],[-72.79638896318768,41.64720946209112],[-72.79603896307391,41.647211462102796],[-72.79499196273363,41.6472184621379],[-72.79464296262027,41.64722146214972],[-72.79432196251743,41.647249462165504],[-72.79336096220966,41.64733546221313],[-72.79304096210727,41.64736546222926],[-72.79266496198638,41.647390462246236],[-72.79153596162337,41.64746646229734],[-72.79116096150284,41.64749246231444],[-72.79112296149053,41.64749346231587],[-72.79101096145433,41.64749746232025],[-72.7909739614424,41.64749946232184],[-72.79070396135523,41.64751146233286],[-72.78989296109347,41.64754846236617],[-72.78962396100668,41.64756146237736],[-72.78940296093558,41.64757546238719],[-72.78874096072263,41.64761846241685],[-72.78852096065191,41.647633462426846],[-72.78712196020102,41.647708462486456],[-72.78292695884885,41.647932462665004],[-72.7815289583983,41.648008462724775],[-72.78093695820841,41.64805646275314],[-72.77916395763985,41.648202462838526],[-72.77857295745041,41.64825246286727],[-72.7718739552748,41.64832646309733],[-72.77131095509588,41.648401463129986],[-72.77087895496024,41.64848746316056],[-72.77082295494263,41.64849846316449],[-72.7693589544829,41.64878946326802],[-72.76887195433001,41.648887463302685],[-72.76877795429974,41.648892463306666],[-72.76852795421928,41.64890846331784],[-72.76849595420887,41.64890846331887],[-72.76840295417867,41.64890946332205],[-72.76828695414093,41.64890946332578],[-72.76793995402801,41.64890946333695],[-72.76782495399057,41.64890946334066],[-72.76761995392405,41.64891246334783],[-72.76721995379417,41.648917463361684],[-72.76628195349362,41.64899946340776],[-72.76166295201381,41.64940646363529],[-72.76012395152081,41.64954346371136],[-72.75972995139472,41.64958046373122],[-72.75854695101614,41.649692463790984],[-72.75815395089042,41.649730463811],[-72.75729895061345,41.64975246384276],[-72.75473594978315,41.64981846393803],[-72.75388194950655,41.64984146396995],[-72.7534339493627,41.649875463990966],[-72.7520909489316,41.64997946405432],[-72.75164394878813,41.65001446407547],[-72.751385948706,41.65004646408996],[-72.75061494846058,41.650142464133374],[-72.75035794837883,41.65017546414801],[-72.7501859482579,41.649039463933434],[-72.74987494803855,41.64697346354308],[-72.74852594760813,41.647123463615536],[-72.74738494724414,41.647251463677016],[-72.7469929471192,41.64729746369855],[-72.74581994674547,41.64743746376341],[-72.7454299466213,41.64748546378524],[-72.74528294657465,41.64750646379406],[-72.7448439464354,41.64756946382037],[-72.74469794638914,41.64759146382932],[-72.74446094631327,41.64761346384121],[-72.73693794391569,41.64850146425517],[-72.73617894367399,41.648594464297595],[-72.7344819431305,41.648748464381974],[-72.7320249423433,41.64896646450319],[-72.73033994180291,41.649106464584456],[-72.73019194175579,41.64912446459271],[-72.72904094139163,41.64930746466517],[-72.72892694135516,41.64931846467096],[-72.7271639407913,41.64949246476133],[-72.72729294093689,41.65130646510872],[-72.72735694100908,41.65220546528088],[-72.72699194089193,41.65223446529823],[-72.72589994054155,41.652322465350366],[-72.72574394049151,41.65233546535789],[-72.72553594042445,41.652346465366705],[-72.72523294032707,41.652368465380704],[-72.72432294003467,41.65243446542274],[-72.72402093993769,41.6524574654369],[-72.72382693987537,41.652471465445835],[-72.72324693968898,41.65251346547262],[-72.72305393962701,41.652528465481716],[-72.72261293948507,41.652556465501306],[-72.7222439393664,41.652581465518026],[-72.72145693911122,41.652598465546596],[-72.72128793905605,41.652595465551435],[-72.72084693891216,41.652589465564425],[-72.72048193879027,41.652535465565705],[-72.72024793871218,41.65250146556664],[-72.71982993857429,41.652469465573844],[-72.71937893842738,41.65246746558795],[-72.71936593842317,41.65246746558837],[-72.71901093830893,41.65249046560422],[-72.71874893822381,41.652493465613226],[-72.71826893807074,41.6525484656393],[-72.71789093795026,41.65259346566017],[-72.71727493775262,41.652643465689636],[-72.71669993756694,41.65266946571313],[-72.71604093735365,41.65269046573838],[-72.71529693711285,41.65271446576692],[-72.71528693706131,41.65186846560329],[-72.71527193698057,41.65053946534623],[-72.715123936864,41.649341465118795],[-72.71502093678258,41.648502464959506],[-72.71496893674545,41.648148464892564],[-72.71481293663406,41.64708646469174],[-72.71476093659699,41.646733464624994],[-72.71473593656911,41.64638746455872],[-72.71466393648662,41.64535246436044],[-72.71463993645911,41.645007464294345],[-72.71462993644958,41.64489746427334],[-72.71447793630601,41.643248463958585],[-72.71399493584775,41.63797146295115],[-72.71383393569508,41.63621346261549],[-72.71383093567295,41.63584246254366],[-72.71382593561258,41.634812462344115],[-72.71379893559946,41.63473646233026],[-72.71371993556069,41.6345074622884],[-72.71369893555043,41.634447462277436],[-72.71367793554016,41.634387462266474],[-72.71337793539429,41.63354146211208],[-72.71331493536351,41.63336146207921],[-72.7132809353471,41.63326746206207],[-72.71325893533636,41.633204462050564],[-72.71323693532558,41.63314146203905],[-72.71322593532024,41.6331104620334],[-72.71304393523177,41.63259746193976],[-72.71300893521462,41.632496461921306],[-72.71297693519894,41.63240446190449],[-72.71294393518302,41.63231346188792],[-72.71290693516507,41.632209461868925],[-72.71258093500646,41.63128846170081],[-72.71256193499718,41.63123446169096],[-72.71254293498792,41.6311804616811],[-72.71251693497535,41.63110846166798],[-72.71249193496311,41.63103646165482],[-72.71241693492672,41.6308264616165],[-72.7123399348892,41.63060746157651],[-72.71238193489829,41.63052746155965],[-72.71241093490458,41.63047246154805],[-72.71244093491123,41.63041746153643],[-72.7125919349443,41.6301354614769],[-72.7128609349967,41.62951946134883],[-72.7129459350141,41.6293394613112],[-72.71314993505626,41.62891446122224],[-72.71327293508153,41.628655461168066],[-72.71339693510711,41.628396461113866],[-72.71343993511601,41.62830746109522],[-72.71356593514751,41.6281404610588],[-72.713628935163,41.628052461039715],[-72.71378893520246,41.62783146099172],[-72.71382393521164,41.62779246098303],[-72.71389793523122,41.62771346096534],[-72.71415793529496,41.62734746088602],[-72.71488493547326,41.62632546066452],[-72.71493993548697,41.62625146064839],[-72.71521093555472,41.625893460570275],[-72.71534593559039,41.6257484605378],[-72.71550093563133,41.62558146050044],[-72.7157069356858,41.625361460451174],[-72.71570793568613,41.62536146045114],[-72.71575193569788,41.625316460441006],[-72.71575693569923,41.62531146043988],[-72.71584493571822,41.62514246040428],[-72.71585893572124,41.6251154603986],[-72.71590093573029,41.625034460381535],[-72.7159149357333,41.625007460375855],[-72.71579993562325,41.623733460132485],[-72.71574993559759,41.62356846010209],[-72.71552793548322,41.62282945996587],[-72.71476993519936,41.62217645986357],[-72.71328793464136,41.620847459653376],[-72.71315593456569,41.620273459546276],[-72.71308393452442,41.619960459487885],[-72.71307993448517,41.619294459358834],[-72.71284693438896,41.618936459296876],[-72.71284493438824,41.61893545929674],[-72.71281093437696,41.61893145929706],[-72.71254193428726,41.61889345929831],[-72.71217693416564,41.61884345930033],[-72.71196893409125,41.618725459284114],[-72.71194093408064,41.61869945927998],[-72.71184693404766,41.61865745927485],[-72.71179093402762,41.61862545927044],[-72.71155593394357,41.618492459252174],[-72.71147593391493,41.618446459245824],[-72.7113659338756,41.61838445923732],[-72.71127693384156,41.618295459222914],[-72.71126693383728,41.61827745921974],[-72.71122893382109,41.618210459207965],[-72.71122193381812,41.61819845920588],[-72.71116093379217,41.61809145918707],[-72.71113493378105,41.61804445917878],[-72.71125193380266,41.61775545911899],[-72.71127493380706,41.617701459107764],[-72.71131193381615,41.6176494590965],[-72.71152393386735,41.617337459029166],[-72.71174893393447,41.617230459001206],[-72.71178493394528,41.61721445899694],[-72.71181093395316,41.61720445899417],[-72.71239093413038,41.61700245893638],[-72.71246893415173,41.61693145892011],[-72.71256793417031,41.61669245887057],[-72.71262493414135,41.61585845870697],[-72.71266693412045,41.61525145858788],[-72.71266793411974,41.615233458584335],[-72.7126789341142,41.61507345855298],[-72.71280393412532,41.61455445844828],[-72.71276793408614,41.61407245835593],[-72.71288193410399,41.613734458286714],[-72.71331093417201,41.61247845802931],[-72.71359593420108,41.611360457803265],[-72.71364493418193,41.6107444576822],[-72.71398093425367,41.61008445754337],[-72.71432793432791,41.60940545740053],[-72.71479293442738,41.60849545720906],[-72.71509893450359,41.60808545711969],[-72.71510093450408,41.60808245711905],[-72.71524993454116,41.60788245707547],[-72.71558393462442,41.60743645697822],[-72.71566593464063,41.6072524569399],[-72.71576993466137,41.60702245689193],[-72.71592493467821,41.60643245677248],[-72.71591793467495,41.60641545676941],[-72.71560893453251,41.60567945663652],[-72.71533093442487,41.605377456586844],[-72.71492693426266,41.604837456495034],[-72.71455193411208,41.60433545640965],[-72.71454893411087,41.60433145640898],[-72.7145409341077,41.604321456407305],[-72.71453893410686,41.604318456406794],[-72.71461293413039,41.60430845640246],[-72.71468793415421,41.60429845639812],[-72.71526693433822,41.6042214563646],[-72.71745393503342,41.60393445623876],[-72.71814293525246,41.60384445619922],[-72.71818293526513,41.60383845619675],[-72.71858493539244,41.60377745617201],[-72.71979393577561,41.6035984560985],[-72.7201969359033,41.603538456073935],[-72.72098493615336,41.6034274560271],[-72.72303293680349,41.60314345590628],[-72.72335293690503,41.60309845588728],[-72.72367993700885,41.60305345586806],[-72.72394193709171,41.603011455851515],[-72.72413993715361,41.60296745583662],[-72.72414693715578,41.60296545583601],[-72.72416993716304,41.602961455834496],[-72.72417793716558,41.60296045583403],[-72.72474993734536,41.60284945579415],[-72.72506793744535,41.60278845577211],[-72.72646893788564,41.602516455674376],[-72.7270419380658,41.60240645563463],[-72.72717593808638,41.602002455551954],[-72.7272809381111,41.60183645551637],[-72.72729793811524,41.60181245551117],[-72.72994093895767,41.601506455366966],[-72.7316109391801,41.59587345422029],[-72.73167093919606,41.595811454206334],[-72.73167193919502,41.59578745420165],[-72.73448094008758,41.5954144540391],[-72.73539994037954,41.59529145398572],[-72.73815794125575,41.594923453825785],[-72.73904094153632,41.59480645377473],[-72.73907794154813,41.594802453772765],[-72.74039594196896,41.59466345370346],[-72.74284094274967,41.59440645357508],[-72.74421694318255,41.594148453480834],[-72.74421794318283,41.594147453480616],[-72.74433394321932,41.59412545347262],[-72.7456369436292,41.593880453383235],[-72.74954194485761,41.59314645311537],[-72.74978294493339,41.59310045309871],[-72.75294194592703,41.592505452881774],[-72.75259194547469,41.58656645174039],[-72.75238694520922,41.583077451069755],[-72.75214194489192,41.57890645026796],[-72.75218194490469,41.57890245026589],[-72.755308945904,41.5785914501051],[-72.75845194690844,41.578279449943594],[-72.76013194744527,41.578111449857005],[-72.76469194890248,41.577658449622554],[-72.76756494982058,41.57737344947492],[-72.7678219499027,41.577347449461605],[-72.76838495008259,41.57729144943264],[-72.76887195023824,41.57724344940768],[-72.76919795034237,41.57721044939079],[-72.76973395051293,41.57714444936076],[-72.77082395085961,41.577007449299124],[-72.7709469508989,41.57699544929284],[-72.77246095138221,41.57683644921331],[-72.77274295147222,41.576806449198415],[-72.77309595158457,41.57676344917874],[-72.77312895159501,41.5767584491767],[-72.77500195219119,41.57653144907243],[-72.7756379523937,41.576455449037226],[-72.77563895239396,41.576454449036994],[-72.77581495244999,41.57643344902727],[-72.77604295252259,41.5764064490147],[-72.77634895261983,41.57636644899709],[-72.77652695267639,41.576343448986904],[-72.77708895285488,41.57626844895427],[-72.7783409532527,41.57610444888219],[-72.77877795339182,41.576052448858036],[-72.77900995346576,41.57602544884534],[-72.77917595351865,41.57600644883631],[-72.77934395357225,41.575988448827424],[-72.77941695359536,41.57597744882295],[-72.77964495366803,41.57595144881057],[-72.77972195369267,41.575944448806716],[-72.77982695372613,41.575932448801034],[-72.78004295379488,41.57590644878903],[-72.78009195381043,41.575899448786096],[-72.78107495412273,41.57577044872946],[-72.78205895443531,41.57564044867257],[-72.78226195449979,41.5756134486608],[-72.78246495456425,41.575586448649034],[-72.78688195596732,41.575002448393626],[-72.7959289588411,41.573808447870796],[-72.7970539591984,41.57365944780568],[-72.79874395973523,41.573436447708],[-72.8012439605293,41.57310644756348],[-72.80262396085001,41.57086344708365],[-72.80500596140354,41.56699144625529],[-72.80524396145896,41.56660644617288],[-72.80627396172622,41.565421445909664],[-72.80924396249694,41.56200544515082],[-72.8098689627144,41.56225544517925],[-72.80996096274644,41.562292445183466],[-72.81024296284457,41.562405445196326],[-72.81260196348906,41.56025944470371],[-72.8191459652768,41.55430644333704],[-72.82124396595297,41.55420344324948],[-72.8251429672891,41.55540544335736],[-72.82614196764239,41.55590544342227],[-72.8261449676766,41.55648744353518],[-72.82614496767762,41.55650544353868],[-72.82584496785421,41.56130644448055],[-72.82583796786425,41.56152244452272],[-72.82582396788123,41.56189944459636],[-72.8257859679337,41.56303444481795],[-72.82577496795183,41.56341444489209],[-72.82575296798042,41.56404044501432],[-72.8257439679927,41.56430644506626],[-72.82615896811608,41.564104445013676],[-72.82719696842464,41.563598444882],[-72.82776096859234,41.56332444481062],[-72.8295669691291,41.5624424445812],[-72.82964496915235,41.56240544457151],[-72.8289629691038,41.56543744518212],[-72.8283399690594,41.56820544573955],[-72.82789896902777,41.57016144613345],[-72.82764496899354,41.57100744630584],[-72.8285949692905,41.57079944623486],[-72.82911796945524,41.57070644619996],[-72.8293999695443,41.57066044618193],[-72.83096997004188,41.570435446087664],[-72.83435097111412,41.56996344588708],[-72.83862997247033,41.56935244563056],[-72.8402449729813,41.56910644553072]]]},"properties":{"name":"Berlin"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.68613793622013,41.8029074957557],[-72.68611793618217,41.80236049565073],[-72.68605893606879,41.800722495336395],[-72.68603993603121,41.80017649523157],[-72.68654893620183,41.80025849523103],[-72.68807893671479,41.800507495229866],[-72.68858893688578,41.80059049522947],[-72.68888593698559,41.800642495229944],[-72.68939393715632,41.80073249523097],[-72.68977893728565,41.80079949523152],[-72.69007693738583,41.800852495232164],[-72.69017893743201,41.80107749527232],[-72.69018593743522,41.80109349527517],[-72.69032593752179,41.80180549540814],[-72.69037393755144,41.80204949545369],[-72.69043093758106,41.80224149548894],[-72.69060293767025,41.80281749559459],[-72.6906609377002,41.8030094956298],[-72.69070393772468,41.80319149566355],[-72.6908339377985,41.80373849576498],[-72.69087793782337,41.80392149579888],[-72.69091493784606,41.8041064958334],[-72.69102693791449,41.80466149593695],[-72.69106493793751,41.80484649597143],[-72.6910819379518,41.80499849600023],[-72.69113393799498,41.80545449608659],[-72.69115193800963,41.80560749611554],[-72.69116593802214,41.80574549614174],[-72.69121093806066,41.806160496220386],[-72.69122593807356,41.80629949624675],[-72.69124493808917,41.806463496277786],[-72.69130193813612,41.806956496371136],[-72.69132193815211,41.807121496402345],[-72.6913379381625,41.8072114964192],[-72.69137693818718,41.80741949645809],[-72.69138393819321,41.807484496470416],[-72.69139393820176,41.807576496487854],[-72.69222993847086,41.80751749644954],[-72.69473793927826,41.807342496335],[-72.69557493954777,41.80728549629705],[-72.69602293969224,41.8072584962774],[-72.69736794012607,41.80717949621885],[-72.69781694027093,41.80715349619936],[-72.69858994052217,41.80714149617215],[-72.700908941276,41.807106496090704],[-72.70168294152761,41.80709549606364],[-72.70289794192225,41.807071496019866],[-72.70654294310626,41.80700249588912],[-72.70675594317547,41.80699849588149],[-72.70775894350126,41.806979495845496],[-72.70919694396625,41.80691549578681],[-72.71351394536232,41.806726495611194],[-72.71495294582768,41.806663495552655],[-72.71547994599905,41.80665649553432],[-72.71706294651386,41.80663749547962],[-72.7175909466856,41.806631495461446],[-72.71895794712368,41.80650249539248],[-72.71907094716235,41.806534495395006],[-72.71908294716626,41.80653449539463],[-72.71910294717294,41.80653749539456],[-72.72052594763423,41.806494495340374],[-72.72076994772003,41.80660349535354],[-72.72077394772127,41.80660249535323],[-72.72158794798506,41.80657649532197],[-72.72185994807325,41.80656849531165],[-72.72211494815612,41.80656449530265],[-72.7228819484055,41.80655449527601],[-72.72313794848876,41.80655149526716],[-72.72362194864586,41.806540495249436],[-72.72433694887796,41.8065244952233],[-72.72507494911773,41.806511495196986],[-72.72519394915639,41.806509495192756],[-72.72543894923594,41.806504495183894],[-72.72555894927453,41.80649549517829],[-72.72574194933405,41.806493495172006],[-72.7262919495132,41.806491495153864],[-72.72637794954122,41.806491495151086],[-72.7264759495731,41.806490495147735],[-72.72655094959742,41.80648849514495],[-72.72706694976489,41.80647649512598],[-72.7288399503405,41.80643849506146],[-72.72943195053274,41.80642649504005],[-72.73111195107742,41.806377494976395],[-72.7347769522656,41.80627049483753],[-72.7396869538575,41.80612849465169],[-72.7402889540527,41.80611149462897],[-72.74043995410167,41.806107494623326],[-72.74247595476342,41.806077494551836],[-72.7449559555695,41.806041494464836],[-72.74598995590559,41.80602649442855],[-72.74679195616625,41.80601449440035],[-72.74793195653675,41.80599749436028],[-72.74858495674896,41.80598749433727],[-72.75062195741107,41.8059584942659],[-72.75070195743639,41.80594549426081],[-72.7509429575129,41.80591049424628],[-72.75102395753868,41.805899494241515],[-72.75259395803307,41.805601494133334],[-72.75310495819872,41.80558649411393],[-72.7543759586159,41.80563849408292],[-72.7553639589368,41.805620494047545],[-72.75558095900726,41.805616494039775],[-72.75579695907744,41.80561249403201],[-72.7574249596062,41.805582493973645],[-72.75776595971597,41.80555949395821],[-72.75879296004682,41.80549349391229],[-72.759134960157,41.80547149389699],[-72.76026696052504,41.80545749385772],[-72.76126196084861,41.80544649382347],[-72.761284960856,41.80544449382235],[-72.76242696122448,41.805381493773275],[-72.76366096162491,41.80535249372782],[-72.76479396199264,41.80532749368639],[-72.7653129621603,41.805302493664804],[-72.76543896220107,41.805297493659765],[-72.76619296244642,41.80529149363425],[-72.76687296266803,41.80529249361246],[-72.76739296283755,41.80529349359586],[-72.76808496306325,41.805297493574265],[-72.76825196311772,41.80529849356907],[-72.77016396374124,41.80530749350902],[-72.77054796386652,41.80531049349718],[-72.77085696396732,41.805312493487584],[-72.77162496421641,41.80529249345891],[-72.77393196496487,41.80523649337354],[-72.77470196521466,41.80521749334499],[-72.7810089672599,41.80504849310847],[-72.78118996731838,41.80504049310108],[-72.78173396749432,41.80501749307905],[-72.78181096751922,41.80501449307599],[-72.78191596755327,41.805011493072],[-72.78225196766299,41.8050154930619],[-72.78326196799274,41.805027493031574],[-72.78359896810278,41.80503149302143],[-72.7839549682179,41.805016493007024],[-72.78502296856333,41.804972492964005],[-72.78537996867882,41.804958492949766],[-72.78553796873013,41.804955492944075],[-72.78775196944878,41.80490849286342],[-72.79486897175882,41.80475749260403],[-72.79602197213308,41.804733492562086],[-72.79724197252904,41.8047074925176],[-72.79733797259213,41.80525749262062],[-72.79762797278204,41.80690849292983],[-72.7977249728455,41.807459493032994],[-72.79784497292582,41.80817249316669],[-72.79820697316741,41.81031149356768],[-72.79832797324808,41.81102449370133],[-72.7982279732536,41.81168349383173],[-72.79792897327067,41.81366349422339],[-72.79782997327665,41.814324494354125],[-72.79783797328092,41.814353494359445],[-72.79786397329444,41.8144404943754],[-72.7978729732991,41.814470494380885],[-72.79790597331535,41.814565494398146],[-72.79800697336475,41.81485049444988],[-72.79804097338132,41.81494549446708],[-72.79805597343767,41.815835494638286],[-72.7980669734745,41.81641049474886],[-72.79809297356779,41.817876495030816],[-72.79810297360766,41.81850949515261],[-72.79810597361609,41.818638495177396],[-72.79811997366475,41.81940049532392],[-72.79821397376426,41.82059149555062],[-72.79849597406307,41.824167496231226],[-72.79855297412367,41.82489349636939],[-72.79844097408785,41.824905496375344],[-72.79829497404138,41.82492449638374],[-72.79796197393468,41.8249554964005],[-72.79764797383507,41.825002496419714],[-72.79235997214877,41.82563949671376],[-72.78837197087707,41.826120496935594],[-72.78709797047671,41.82637649702619],[-72.78455096965972,41.82660149715202],[-72.78333696928226,41.82691549725185],[-72.78355096942396,41.82815949748485],[-72.7844389700116,41.83331549845044],[-72.78378696992786,41.83554049890059],[-72.78348696988945,41.83656649910813],[-72.78426797021459,41.8377864993181],[-72.78445997034758,41.83900349954652],[-72.78476197055686,41.84091849990598],[-72.78515697083054,41.84342250037594],[-72.78496097105749,41.84844550135058],[-72.78494897107181,41.84876050141168],[-72.78482797112676,41.85039050172979],[-72.78459497123401,41.85355350234698],[-72.78444097130854,41.85570650276691],[-72.7827619709341,41.858690503396346],[-72.78167697069225,41.860620503803396],[-72.78084897050768,41.86209350411405],[-72.78065797046658,41.86245850419057],[-72.78059497045305,41.86257950421593],[-72.78008697034389,41.863553504420054],[-72.77989697030314,41.863919504496735],[-72.77454096915325,41.87420650665206],[-72.7723469686552,41.87795450744508],[-72.77221496862525,41.87818050749288],[-72.77040396818651,41.88079750805559],[-72.77062896831745,41.88179050823957],[-72.77138796875828,41.8851255088573],[-72.7678849681085,41.89361651060582],[-72.76694596793445,41.89589451107484],[-72.76663996793393,41.89760551141418],[-72.76615696786506,41.89913351172399],[-72.76505496770812,41.90262251243136],[-72.76407496742348,41.90322451257899],[-72.76386396736228,41.903355512611036],[-72.76271796703038,41.90407651278692],[-72.76235796693109,41.90438851285865],[-72.76228196691014,41.90445451287381],[-72.76121696661583,41.905368513084234],[-72.76108996657842,41.905437513101646],[-72.76071196646711,41.90564351315354],[-72.76058596643007,41.905713513171094],[-72.76075896647954,41.90559351314239],[-72.76088596650999,41.9054045131019],[-72.76094996652529,41.905308513081344],[-72.76100896651714,41.90483651298858],[-72.76109696653435,41.90463851294761],[-72.76100496645086,41.9037165127731],[-72.76098096642906,41.90347551272749],[-72.76075296633555,41.903145512671344],[-72.76050396624193,41.902931512638204],[-72.75962996592405,41.902365512557544],[-72.75934396581746,41.902135512522534],[-72.75907196571889,41.90196551249861],[-72.75858696554604,41.9017125124656],[-72.75769896522682,41.90120151239599],[-72.75733896510273,41.90108651238548],[-72.75714796503472,41.90098751237261],[-72.75692796495814,41.90090451236375],[-72.75667096487086,41.90084451236053],[-72.75614896468342,41.90054751232023],[-72.7558919645881,41.90034951229044],[-72.75573796452838,41.90018551226386],[-72.7555989644744,41.90003651223966],[-72.75545896442434,41.89996051222957],[-72.75487896422563,41.89979551221657],[-72.75442396405974,41.89949351217316],[-72.7538319638499,41.89920451213666],[-72.75294196354355,41.89892651211195],[-72.75288496352329,41.898897512108206],[-72.75281696349919,41.89886451210406],[-72.75278596348821,41.89884951210217],[-72.75172896311314,41.89832551203549],[-72.75028496259051,41.89743351191047],[-72.75003696250076,41.89728051188905],[-72.74983196242661,41.897154511871406],[-72.74942896228197,41.89692651184055],[-72.74847996194508,41.89645351178019],[-72.74815896183871,41.89642451178498],[-72.74795296177048,41.89640651178818],[-72.74774796170253,41.896387511791154],[-72.74751296162468,41.89636651179471],[-72.7471049614926,41.89638351181119],[-72.74549696095546,41.89616351182083],[-72.74494196076874,41.89606451181974],[-72.74468196067919,41.89598251181236],[-72.74392696041919,41.895744511790944],[-72.74321896016112,41.89527551172353],[-72.74302796009621,41.895230511721046],[-72.7427989600184,41.89517651171805],[-72.74275295999986,41.89511551170781],[-72.74279396001069,41.895071511698006],[-72.742592959943,41.895034511697375],[-72.74239895987492,41.89495151168767],[-72.74220095980473,41.894854511675405],[-72.74111995941351,41.89418651158173],[-72.74038295914644,41.89372551151679],[-72.74026495910292,41.89363851150385],[-72.73976995892636,41.8933775114696],[-72.73908295868137,41.8930155114221],[-72.73839595843634,41.89265351137462],[-72.73780695822869,41.892384511341845],[-72.73792095824646,41.89204951127363],[-72.73813095827899,41.89142851114727],[-72.73908695842667,41.88859551057076],[-72.74151095882304,41.881789509181466],[-72.74227695894848,41.87964150874292],[-72.74238595896294,41.879277508669276],[-72.74277995901576,41.87797050840476],[-72.74296495904078,41.87736050828125],[-72.7419669587022,41.877133508269786],[-72.74122795845147,41.87696450826113],[-72.74078695830183,41.87686350825592],[-72.74060795824097,41.87682050825343],[-72.7391259577398,41.876510508241616],[-72.73818695742227,41.8763145082342],[-72.73467495623706,41.87562250821439],[-72.73319095573628,41.87533050820608],[-72.73245095548556,41.875167508198594],[-72.73023395473453,41.8746815081766],[-72.72990395462276,41.87460950817338],[-72.72969995455364,41.874564508171304],[-72.72949595448452,41.874519508169215],[-72.72934295443352,41.8745005081705],[-72.72919095438287,41.87448150817174],[-72.72918995438252,41.87448150817178],[-72.72827695407828,41.8743685081795],[-72.72797295397702,41.874331508182195],[-72.72718595370768,41.87411150816523],[-72.72482795290078,41.873454508114826],[-72.72404295263215,41.87323550809799],[-72.72099295160262,41.8726305080799],[-72.71868295082295,41.872173508066425],[-72.71770095049153,41.87197950806076],[-72.71429094933535,41.871214508023435],[-72.71187294851562,41.870673507997225],[-72.71159294842072,41.87061150799431],[-72.70883794748705,41.870000507965486],[-72.70699894686456,41.86960550794871],[-72.70148394499788,41.86842350789886],[-72.69964594437576,41.8680295078822],[-72.69925294424166,41.86792650787505],[-72.69807594384001,41.86761750785346],[-72.69787394377107,41.86756450784975],[-72.69777894373865,41.867539507848],[-72.69768394370621,41.86751450784625],[-72.68991094110055,41.866286507860224],[-72.68969194102716,41.866252507860715],[-72.68959994084584,41.863629507358105],[-72.68950594065915,41.860924506839694],[-72.68950794065084,41.86076950680976],[-72.68951594062688,41.860308506720635],[-72.68951894061895,41.860154506690854],[-72.68941994050651,41.858764506426084],[-72.68912294016918,41.854594505631695],[-72.68902494005714,41.85320550536705],[-72.68902594004767,41.85303550533423],[-72.68873893965858,41.84790950435508],[-72.68822993896835,41.838811502616835],[-72.68807393881772,41.83707950228778],[-72.68800193871459,41.83569650202332],[-72.68788093860037,41.83439850177684],[-72.68787193859006,41.83427050175243],[-72.68786593858322,41.834185501736236],[-72.68762993844736,41.83316250154649],[-72.68753693834338,41.83188350130275],[-72.68752293832736,41.831684501264824],[-72.68750793831094,41.83148450122671],[-72.6874889382892,41.83121450117523],[-72.68748293828315,41.83114350116174],[-72.6874689382673,41.83094750112437],[-72.6874399382343,41.83053850104639],[-72.68739493818381,41.829916500927844],[-72.6873769381646,41.829684500883666],[-72.6873229381069,41.82898850075113],[-72.68730493808775,41.828757500707134],[-72.68716093800964,41.82821650060739],[-72.68703793787624,41.82659550029859],[-72.68697993781376,41.825838500154404],[-72.68680993762854,41.82358349972478],[-72.68655993719796,41.817517498562246],[-72.68653293712943,41.81647949836278],[-72.68649093693475,41.81333349775695],[-72.68646993683485,41.81171549744533],[-72.6864279367418,41.81033549718031],[-72.68630293646297,41.80619549638516],[-72.68626193637027,41.80481549612006],[-72.68624993635807,41.80467149609266],[-72.68621393632154,41.804240496010614],[-72.6862019363094,41.80409749598338],[-72.68618893629149,41.80385949593786],[-72.68614993623773,41.80314549580125],[-72.68613793622013,41.8029074957557]]]},"properties":{"name":"Bloomfield"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.99855103272265,41.712506468173956],[-72.99832203264937,41.71252746818549],[-72.99795403253164,41.71256146820405],[-72.99752403239403,41.71260046822561],[-72.99444303140847,41.71288746838148],[-72.9934170310803,41.71298346843348],[-72.99257403081154,41.71307746847911],[-72.99173103054274,41.71317146852475],[-72.99092403028553,41.71326246856862],[-72.9901160300279,41.71335246861234],[-72.98811602939024,41.71357546872061],[-72.97893502646293,41.71459846921739],[-72.97744302598944,41.71480346930559],[-72.97296802456943,41.71542046957055],[-72.97147702409629,41.715626469658915],[-72.97108602397113,41.71566146967841],[-72.96997002361397,41.71576346973445],[-72.96991602359552,41.7157484697333],[-72.96953902346684,41.71564446972548],[-72.96136502085645,41.71648847015463],[-72.95952702026953,41.71667947025137],[-72.95927102018689,41.71669047026181],[-72.95909502013056,41.716706470270644],[-72.95703501947011,41.716875470370326],[-72.95032701731951,41.717425470694835],[-72.94809101660265,41.71760947080312],[-72.94778501650465,41.71763647081829],[-72.94687001621162,41.71771747086371],[-72.94656501611401,41.717745470879045],[-72.94606901595664,41.7178144709085],[-72.94458401548538,41.71802047099662],[-72.94408901532837,41.718090471026244],[-72.94388701527133,41.71824047106179],[-72.943283015101,41.71869247116879],[-72.9430820150444,41.718844471204704],[-72.94056301423666,41.71904947132622],[-72.93692801307104,41.71934547150162],[-72.93581001271258,41.719437471555736],[-72.93531101255246,41.719476471579505],[-72.93507901247801,41.719494471590515],[-72.93484701240357,41.71951247160153],[-72.93300501181243,41.71965447168885],[-72.93048601100405,41.719849471808395],[-72.92924001060857,41.72002147188215],[-72.92878201046372,41.72009347191094],[-72.92740901002955,41.72031147199769],[-72.92695200988507,41.72038447202664],[-72.92648400973545,41.720430472050744],[-72.9250830092876,41.72056947212313],[-72.92461600913838,41.72061647214737],[-72.92380300887814,41.7206914721883],[-72.92136700809853,41.7209174723111],[-72.92055500783869,41.72099347235218],[-72.9204350078003,41.721004472358175],[-72.92007700768576,41.72103847237639],[-72.91995800764772,41.72105047238258],[-72.9192420074189,41.721122472419765],[-72.91709500673278,41.72133947253143],[-72.91638000650433,41.72141247256876],[-72.91599900638158,41.72143347258519],[-72.9148570060137,41.72149847263484],[-72.91447700589137,41.72152147265163],[-72.91340400554608,41.721588472699416],[-72.91335200552932,41.721591472701675],[-72.91093200475053,41.72174247280946],[-72.90998000444415,41.72180147285177],[-72.90885600408244,41.721871472901796],[-72.90809000383672,41.72193347293864],[-72.9057910030995,41.7221224730498],[-72.90502600285416,41.72218547308682],[-72.90367500242603,41.722384473169136],[-72.8996210011414,41.72298447341667],[-72.89827100071365,41.723185473499335],[-72.8982090006663,41.722715473410496],[-72.89817200064442,41.722545473378844],[-72.89805300057407,41.72199847327697],[-72.89753700026812,41.71961047283208],[-72.89728700012023,41.718459472617674],[-72.89703199996912,41.71728047239802],[-72.89675399982234,41.71630647221874],[-72.89591999938214,41.71338547168106],[-72.89564199923547,41.71241247150195],[-72.89551199914747,41.71162147135323],[-72.8951219988836,41.70925047090741],[-72.89499299879598,41.70846047075883],[-72.8949089987477,41.70809747069137],[-72.89465799860328,41.707011470489505],[-72.89457499855536,41.70664947042219],[-72.89442799843972,41.705475470199914],[-72.8939869980931,41.70195746953386],[-72.89384099797788,41.700784469311714],[-72.8938149979556,41.70054546926634],[-72.89373999788981,41.69982846913009],[-72.89371499786789,41.699589469084685],[-72.89372199787005,41.69958746908406],[-72.89374299787666,41.699583469082604],[-72.89375099787927,41.69958346908234],[-72.89367399784068,41.69934946903959],[-72.89347999774338,41.698757468931376],[-72.89344899772695,41.698647468911105],[-72.89338299769186,41.69841146886759],[-72.89328799764161,41.698076468805894],[-72.89318799758858,41.697721468740454],[-72.8929939974881,41.6970744686216],[-72.89289499743668,41.696741468560376],[-72.89289199743523,41.696733468558946],[-72.8928859974319,41.69670946855448],[-72.89288399743079,41.69670146855301],[-72.89283199740268,41.69650746851717],[-72.89283099740211,41.69650346851643],[-72.8926729973175,41.69592846841033],[-72.89261999728913,41.6957354683747],[-72.89258399726774,41.695567468343384],[-72.89247599720368,41.69506646824996],[-72.89244099718266,41.694899468218786],[-72.89226399708178,41.694149468079445],[-72.89189699686997,41.69254846778165],[-72.89182799682959,41.69223746772371],[-72.89129699652533,41.68995846730002],[-72.89124299647683,41.68942246719809],[-72.89120699644135,41.68901046711953],[-72.89087599622326,41.68709646675995],[-72.89078299617906,41.686854466716134],[-72.89082099619083,41.68684446671298],[-72.89085799620275,41.68684246671138],[-72.89089399621429,41.68683946670963],[-72.8908849962097,41.68681046670433],[-72.89075599613076,41.686169466584474],[-72.89052499598796,41.684996466365],[-72.89047599595959,41.684781466325],[-72.89032099586788,41.68406546619146],[-72.89008899572343,41.682869465967556],[-72.89001599567776,41.682489465896396],[-72.88990199560972,41.681952465796186],[-72.88985299557498,41.68162646573469],[-72.88975299550405,41.68096046560905],[-72.88960099539608,41.67994546541755],[-72.8895129953317,41.67932546530042],[-72.88949899532375,41.67926646528945],[-72.88939199526138,41.67878846520041],[-72.88921499516313,41.67808346506972],[-72.88919199514997,41.6779844650513],[-72.88912399511071,41.67768746499604],[-72.88910199509792,41.677589464977764],[-72.88898699503254,41.67710446488764],[-72.88864199483659,41.675652464617784],[-72.8885269947713,41.67516846452784],[-72.88848299474436,41.67494946448689],[-72.88835299466419,41.67429246436395],[-72.88833599465349,41.674202464347076],[-72.88832299464556,41.674138464335115],[-72.8883109946379,41.674073464322916],[-72.88829499462828,41.67399646430854],[-72.8882789946187,41.67392046429435],[-72.88826699461151,41.6738634642837],[-72.88813399453193,41.67323346416606],[-72.88808999450558,41.67302446412703],[-72.88803399447127,41.67274546407485],[-72.88786699436872,41.671908463918264],[-72.8878119943348,41.67163046386622],[-72.88778499431807,41.67149246384039],[-72.88771499427479,41.67113646377374],[-72.887703994268,41.67108046376327],[-72.88767699425131,41.670943463737636],[-72.88766199423785,41.67079446370927],[-72.88761799419775,41.67034746362417],[-72.88760399418462,41.67019846359578],[-72.88758399416757,41.670015463561],[-72.88752699411758,41.66946946345716],[-72.88750799410091,41.66928746342255],[-72.88748899409477,41.669288463423364],[-72.8874329940768,41.66929246342594],[-72.88741499407105,41.66929446342691],[-72.88737499404715,41.66910546339163],[-72.88725599397584,41.66853946328593],[-72.88721699395231,41.6683514632508],[-72.88718299393354,41.66821746322594],[-72.88708199387759,41.667816463151595],[-72.88704899385918,41.667683463126906],[-72.88700499383398,41.667494463091764],[-72.88687399375871,41.66692746298624],[-72.88683099373384,41.666738462951045],[-72.88679699371441,41.666593462924084],[-72.88669699365694,41.66616046284348],[-72.88666399363791,41.666016462816685],[-72.8866769936411,41.66599846281278],[-72.88668099364212,41.66599346281168],[-72.8867399936608,41.66598446280802],[-72.88676299366816,41.66598246280688],[-72.88670899361802,41.66541646269906],[-72.88654699346762,41.66372046237598],[-72.8864929934175,41.66315546226834],[-72.88648899341455,41.66312646226285],[-72.88647699340562,41.663039462246395],[-72.88647399340303,41.66301146224106],[-72.88646299339705,41.66296946223329],[-72.88642999337922,41.66284646221056],[-72.88641899337327,41.66280546220297],[-72.88616899324023,41.66190746203721],[-72.88541899284134,41.65921646154047],[-72.88516999270867,41.658319461374845],[-72.88515799270098,41.65825346136247],[-72.88512199267805,41.658058461325865],[-72.88510999267041,41.65799346131367],[-72.88503099262236,41.65760546124109],[-72.88479499247865,41.65644246102354],[-72.884716992431,41.65605546095112],[-72.88473599243228,41.65597046093405],[-72.88459099235013,41.655362460821],[-72.88450999230162,41.65497746074908],[-72.88445499226829,41.65470946069897],[-72.88438199222405,41.65435346063239],[-72.88416499209218,41.653288460433174],[-72.88409299204832,41.652933460366754],[-72.88404099201726,41.6526874603208],[-72.88388599192436,41.651949460182905],[-72.88383499189362,41.65170346013689],[-72.88374499183868,41.651257460053436],[-72.88347799167497,41.649921459803345],[-72.88338899162041,41.64947645972004],[-72.88467999203203,41.649332459650374],[-72.88624099252988,41.649160459566524],[-72.88759499296266,41.649028459497124],[-72.88855299326707,41.6489034594419],[-72.88859799328142,41.64889845943947],[-72.88911699344793,41.64885845941492],[-72.88984699368152,41.64879145937831],[-72.89165999426146,41.64862245928686],[-72.89342099482484,41.648459459198286],[-72.89709599599871,41.648087459007215],[-72.89890799657758,41.64790545891327],[-72.89942899674374,41.647848458885356],[-72.9009919972424,41.647680458802185],[-72.90151399740895,41.64762445877444],[-72.90153699741626,41.64762145877312],[-72.9018129975047,41.647598458759724],[-72.90271199779295,41.647526458716655],[-72.90301199788918,41.64750345870248],[-72.90355799806562,41.64748345868091],[-72.90519799859577,41.64742745861694],[-72.90574499877262,41.64740945859572],[-72.90950799998228,41.64716345842614],[-72.91012100017934,41.64712345839854],[-72.91232900088218,41.64685845827566],[-72.91789700265447,41.646190457965794],[-72.91895300299053,41.64606245790679],[-72.91980000326016,41.645961457859755],[-72.92116200369371,41.645798457784025],[-72.92171100386877,41.64573845775461],[-72.92224900404034,41.64567945772574],[-72.92336200439537,41.6455594576664],[-72.92391200457082,41.64550045763714],[-72.92391900455812,41.64524045758658],[-72.92392000455746,41.645223457583256],[-72.92390700453844,41.6449664575339],[-72.92382900449554,41.644662457477544],[-72.9237330044547,41.64449545744833],[-72.92365000441934,41.64435045742293],[-72.92357400439164,41.644298457415324],[-72.92341200433246,41.644185457398684],[-72.92338300432192,41.64416645739595],[-72.92319300425294,41.64404145737791],[-72.92300500418388,41.643904457357465],[-72.92281200411462,41.64379145734185],[-72.9228020041109,41.64378345734061],[-72.92272300408146,41.643718457330586],[-72.92262400404456,41.64363645731792],[-72.92261100403917,41.643616457314465],[-72.92234000392631,41.64318745724017],[-72.92213100383916,41.642854457182445],[-72.92194800373898,41.642148457051654],[-72.92195100371286,41.64167845696052],[-72.92195500368364,41.641148456857735],[-72.92246100384656,41.6411204568359],[-72.92398200433652,41.6410394567709],[-72.92449000450016,41.6410124567492],[-72.92567600488,41.64091145669118],[-72.92778000555394,41.64073345658847],[-72.92786400561594,41.64133545670235],[-72.92791500565397,41.641707456772735],[-72.92797700570141,41.64218045686233],[-72.92813400582052,41.64336145708598],[-72.9286050060948,41.64546245747759],[-72.93850200924727,41.64431945693516],[-72.9404260098598,41.64409245682878],[-72.94143401018079,41.64397445677321],[-72.94306601070038,41.64378245668306],[-72.9432560107609,41.64376045667264],[-72.94379001093091,41.64369745664309],[-72.94414701104463,41.64365645662357],[-72.9477530121926,41.643230456424035],[-72.94794401225333,41.64320645641318],[-72.94809101230112,41.6432064564084],[-72.94844901241748,41.643205456396586],[-72.9494660127398,41.6430604563355],[-72.94999301290683,41.642985456303855],[-72.95051901307355,41.642910456272276],[-72.950549013083,41.64290545627032],[-72.95431101428548,41.64254545607845],[-72.96021001617073,41.64197745577688],[-72.96393201734334,41.64132645552993],[-72.9640500173805,41.64130545552202],[-72.96585301795189,41.641048455413674],[-72.96615001804602,41.64100645539588],[-72.9686370188403,41.64075845526706],[-72.96989101924073,41.64063245520192],[-72.97114601964154,41.640507455136934],[-72.97297402023369,41.640469455070175],[-72.97670602142804,41.640140454885156],[-72.97711602155775,41.64007845485984],[-72.97903602217012,41.639873454757726],[-72.97951702232483,41.63984445473647],[-72.97969702238323,41.63984245473024],[-72.98020402254652,41.63981545470853],[-72.98027602256963,41.63981045470521],[-72.98201502312817,41.63969245462582],[-72.98259502331449,41.63965345459942],[-72.9827220233552,41.639643454593354],[-72.98275602336615,41.63964145459186],[-72.98310302347751,41.63961645457573],[-72.98323102351858,41.63960745456985],[-72.98323502351984,41.63960645456952],[-72.98324602352342,41.63960645456917],[-72.98325102352506,41.639606454569005],[-72.98356702371005,41.64103045483448],[-72.98430902414403,41.64436545545608],[-72.98484902446063,41.64680545591095],[-72.98515402462355,41.647908456114585],[-72.9855510248393,41.649407456391856],[-72.98584302508901,41.652084456900596],[-72.98595302515977,41.65268945701414],[-72.98607702523906,41.65336345714058],[-72.98634602539181,41.65449245735037],[-72.98649002547329,41.65509145746162],[-72.98652402549358,41.65525145749149],[-72.98662702555485,41.65573145758105],[-72.98666202557554,41.655892457611074],[-72.98673402561926,41.656243457676666],[-72.9867540256316,41.65634445769557],[-72.98695002575056,41.65729945787404],[-72.98702202579435,41.657651457939835],[-72.98705602581498,41.65781745797085],[-72.98715802587697,41.65831545806392],[-72.98719302589801,41.658482458095115],[-72.98727402594731,41.65887945816932],[-72.98733902598592,41.65918145822565],[-72.98739502603306,41.6596814583206],[-72.9875100260989,41.660173458412075],[-72.98757902613066,41.66033445844099],[-72.98763702615571,41.660441458459815],[-72.9882500265034,41.66300545893607],[-72.98837502658026,41.663631459053164],[-72.9887520268116,41.6655104594045],[-72.98887802688886,41.66613745952174],[-72.98891502691465,41.666375459566595],[-72.9889290269246,41.666468459584124],[-72.98908302703221,41.667462459771464],[-72.98913502706833,41.66779445983402],[-72.98916802709255,41.66802745987802],[-72.98928402717144,41.668738460011824],[-72.98935002720812,41.669001460060564],[-72.98947002727996,41.66956846016637],[-72.98947402728241,41.66958846017011],[-72.98962102738105,41.670466460335206],[-72.99075102808668,41.676306461428304],[-72.99077502809861,41.67637746144125],[-72.9908290281256,41.67654046147102],[-72.99085102813663,41.676607461483265],[-72.99124302840922,41.67911246195509],[-72.99135102848447,41.67980546208563],[-72.99137302849695,41.67989746210271],[-72.99150602857256,41.68045546220632],[-72.99151002857475,41.68047146220928],[-72.99188102878487,41.68201546249588],[-72.9919510288245,41.68230646254987],[-72.9919800288475,41.68254046259419],[-72.99200002886349,41.68270446262526],[-72.9920510289033,41.683105462701164],[-72.99207402891606,41.683196462718016],[-72.99211502893874,41.683357462747814],[-72.99237102908003,41.68435946293328],[-72.99313902950415,41.68736746349005],[-72.99325102956601,41.687806463571306],[-72.99332302962291,41.68838446368074],[-72.99336602965715,41.68873346374683],[-72.99349702976049,41.689781463945245],[-72.99350402976583,41.68983446395525],[-72.99354102979508,41.690131464011486],[-72.99355002980231,41.6902054640255],[-72.9935510298027,41.69020646402567],[-72.99397403004068,41.69193846434683],[-72.9943550302547,41.69349246463492],[-72.99529903078579,41.6973564653513],[-72.99574103103436,41.69916346568628],[-72.9957470310377,41.69918746569071],[-72.99576503104791,41.69926246570463],[-72.99577203105167,41.69928846570944],[-72.99585103109577,41.69960546576814],[-72.99610103125123,41.70088346600706],[-72.99617403129683,41.701260466077585],[-72.99677703167202,41.70434646665453],[-72.9973320320174,41.70718746718562],[-72.99745403209317,41.70780946730187],[-72.99755103215358,41.70830646739476],[-72.99775403226896,41.70915646755245],[-72.99791303235949,41.70982546767658],[-72.99830803258428,41.71148446798435],[-72.99832803259572,41.71156946800013],[-72.99839103263164,41.71183546804949],[-72.99843403265595,41.71201346808249],[-72.99855103272265,41.712506468173956]]]},"properties":{"name":"Bristol"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.01693704369373,41.798191484115236],[-73.01667604360878,41.79819148412376],[-73.0141070427887,41.79846748426095],[-73.01345804258148,41.79853648429547],[-73.00900804116093,41.799015484533264],[-73.00302703925149,41.79965748485248],[-72.99955003814148,41.8000314850382],[-72.99902603797506,41.80010248506902],[-72.99745603747652,41.800317485161756],[-72.99693303731053,41.800390485192914],[-72.99601103701774,41.80051648524733],[-72.99542303683104,41.80059748528214],[-72.99324503613936,41.800894485410545],[-72.99232403584695,41.80102148546511],[-72.99068803532742,41.80124548556172],[-72.99011803514648,41.80132448559558],[-72.98843803461298,41.80155448569478],[-72.98577903376685,41.801888485845986],[-72.98485103347154,41.80200548589885],[-72.98414103324538,41.80209048593841],[-72.98084303219402,41.80247348611992],[-72.97800503128933,41.80280348627618],[-72.97729703106326,41.80287948631395],[-72.97473603024571,41.80315748645111],[-72.9727470296105,41.803369486556896],[-72.96180102612777,41.8047604871822],[-72.95850602507821,41.80515948736658],[-72.9569500245876,41.805434487470336],[-72.95611802432282,41.80553948751771],[-72.95542402410197,41.80562748755732],[-72.95352802349856,41.80586648766521],[-72.95334202343933,41.805889487675714],[-72.95264902321895,41.80597948771564],[-72.94902502206574,41.806439487922496],[-72.94862602193874,41.80648948794513],[-72.94763002162182,41.806616488002085],[-72.94742902155777,41.80664048801328],[-72.94703102143103,41.80668948803569],[-72.94664902130931,41.80673548805701],[-72.94550402094465,41.80687548812132],[-72.94512302082339,41.80692348814299],[-72.94373502038167,41.80709948822215],[-72.93957401905755,41.80762848845975],[-72.93818701861623,41.80780548853906],[-72.93800101855678,41.80782448854879],[-72.93744401837866,41.807880488577744],[-72.93725901831957,41.80790048858761],[-72.93542301773313,41.80809648868523],[-72.9299170159745,41.808686488978324],[-72.92808201538847,41.80888448907627],[-72.92764601524982,41.808941489101464],[-72.92633701483349,41.80911248917706],[-72.92590201469515,41.809169489202205],[-72.9258460146775,41.80917948920596],[-72.92567901462486,41.809209489217196],[-72.92562401460759,41.80922048922109],[-72.92555801457272,41.808990489178896],[-72.92551401455513,41.80893448916952],[-72.92547801454062,41.80888648916144],[-72.9253240144818,41.80873748913771],[-72.92497201435509,41.80852948910906],[-72.9247810142874,41.80843548909716],[-72.92474901427646,41.80842648909646],[-72.92427901411556,41.80829148908574],[-72.92406101403964,41.80820648907643],[-72.9238070139553,41.8081784890793],[-72.92364501390661,41.808248489098084],[-72.9236450139144,41.80838248912393],[-72.92380701397711,41.80855348915162],[-72.92413401409394,41.808731489175294],[-72.92405401407098,41.80878448918813],[-72.92384201400031,41.80875648918964],[-72.92373001395643,41.80862948916878],[-72.92362401391168,41.8084534891383],[-72.9232860137852,41.80817148909491],[-72.92307401370962,41.808058489080025],[-72.92275101359674,41.80792648906508],[-72.92231001344501,41.80778648905244],[-72.92118401303989,41.80712548896161],[-72.92118701303212,41.8069754889326],[-72.92118901302406,41.80682548890359],[-72.92095901293906,41.80665148887753],[-72.92084901289554,41.806519488855656],[-72.92084901288601,41.80635548882402],[-72.92073201282973,41.80604248876747],[-72.92070301280975,41.80586148873349],[-72.92073201281183,41.80573448870805],[-72.92084201283839,41.80557548867381],[-72.92101101288324,41.80540048863455],[-72.9213920129958,41.80520248858398],[-72.92231001328649,41.805060488526685],[-72.92274201342617,41.80504348850934],[-72.92385701378035,41.80489048844355],[-72.92425401390452,41.804802488413664],[-72.9253100142299,41.80448448831793],[-72.92591201441697,41.80433048826863],[-72.92682101469411,41.80400648817656],[-72.92722001481266,41.80381048812577],[-72.92741501487063,41.8037154881011],[-72.92776001496576,41.803419488032766],[-72.9278040149756,41.80334248801648],[-72.92791401500412,41.803216487988614],[-72.92810501504488,41.802848487911405],[-72.92818601505184,41.802514487844356],[-72.92818601503365,41.80220148778398],[-72.92808301497521,41.80177348770478],[-72.92789301488905,41.80135548763036],[-72.92765101478699,41.80095548756108],[-72.92744501469502,41.80052748748521],[-72.92735701465998,41.800417487466866],[-72.92721101459999,41.80020348743034],[-72.92688101446984,41.79981348736586],[-72.92660201436463,41.7995664873273],[-72.9263240142639,41.799390487302404],[-72.92597901413882,41.79917148727139],[-72.92572901404498,41.79895748723825],[-72.92565301401488,41.798865487222976],[-72.92552401396387,41.79871048719727],[-72.92542101391533,41.79845248715085],[-72.92539201388925,41.79816648709664],[-72.92545101388872,41.79782648702911],[-72.92542901386207,41.79749148696521],[-72.92528201377368,41.796794486835545],[-72.9252750137194,41.79589948666312],[-72.92525301369758,41.79564748661522],[-72.9250560135687,41.79453348640673],[-72.92490901349147,41.79402848631407],[-72.92488701347153,41.793808486272354],[-72.9248140134369,41.79362148623864],[-72.92471801336292,41.79288648609998],[-72.92466001332873,41.79262348605112],[-72.9246820133212,41.792370486001595],[-72.92473301332636,41.79217348596193],[-72.92464601324633,41.791283485793045],[-72.92458001319869,41.79083348570838],[-72.92457201316006,41.790213485589014],[-72.92453201314129,41.790114485571216],[-72.9244920131225,41.79001548555342],[-72.92454301311395,41.78958248546821],[-72.92477101316139,41.78912148537185],[-72.92488801318132,41.78880848530765],[-72.92499801317726,41.788122485171705],[-72.92499101316285,41.78791348513159],[-72.92494701314155,41.78779348510989],[-72.92458001298341,41.7871284849935],[-72.92450001294658,41.786942484960214],[-72.92425001284415,41.786580484898515],[-72.92414801279624,41.78632748485299],[-72.92408201276069,41.78608548480845],[-72.92405901274991,41.78602848479821],[-72.92377201264269,41.7857914847618],[-72.92348501253548,41.78555448472543],[-72.92328601246115,41.785390484700244],[-72.92308801238711,41.78522548467485],[-72.92306201236708,41.7850264846373],[-72.92301601233154,41.78467248457047],[-72.92299801231732,41.78452848454327],[-72.92294101229523,41.78446748453335],[-72.922930012291,41.78445648453159],[-72.92285301226123,41.78437548451847],[-72.92279201223771,41.784312484508284],[-72.92271201220096,41.78412848447539],[-72.92268301218765,41.7840614844634],[-72.92239801205578,41.78338848434281],[-72.92236301203961,41.783306484328115],[-72.92232701202303,41.78322248431308],[-72.92225701199052,41.78305548428312],[-72.9222050119701,41.78299548427324],[-72.92178001181422,41.78269348422879],[-72.92159701174603,41.78254548420618],[-72.92151601170943,41.78236948417485],[-72.9213180116013,41.78161748403617],[-72.92126001157702,41.78152448402011],[-72.92123801156538,41.78144748400596],[-72.92085701140059,41.780745483882875],[-72.92081301137824,41.78060748385768],[-72.92079801135836,41.78034948380837],[-72.9206590112953,41.78004248375366],[-72.92063701127955,41.7798944837258],[-72.92047601120895,41.77958148367064],[-72.92037301116967,41.779482483654874],[-72.92032901114995,41.77938948363835],[-72.92026301112271,41.779290483621395],[-72.92005801104355,41.77907648358675],[-72.91940501080164,41.77857148351053],[-72.91902401066227,41.77830748347196],[-72.91813701035339,41.777961483434034],[-72.91795401028843,41.77786848342203],[-72.9176530101834,41.777747483408476],[-72.91678800989065,41.77755548339956],[-72.91570300952782,41.77739048340298],[-72.9151600093504,41.77737948341853],[-72.9149180092697,41.77734648342002],[-72.91458100915457,41.77725348341303],[-72.91438300908501,41.77716548340248],[-72.91315900866834,41.77685248338187],[-72.91209500831107,41.77666548338036],[-72.91170700818157,41.77661048338237],[-72.91096600792918,41.776418483369405],[-72.91014500765232,41.776253483364236],[-72.90950700743885,41.77615448336588],[-72.90933900738509,41.77617048337442],[-72.9092510073587,41.77620948338481],[-72.90908900730689,41.77622548339315],[-72.90884700722427,41.77615948338829],[-72.90863500715012,41.776071483378196],[-72.90848100709884,41.77605148337934],[-72.90842500705848,41.775670483307614],[-72.9083290070002,41.77520448322079],[-72.90792400675448,41.773241482855035],[-72.90770000661885,41.77216048265363],[-72.90698500618495,41.76869248200737],[-72.90624800572517,41.76490048129917],[-72.90604200559672,41.763841481101394],[-72.90561000532706,41.761615480685606],[-72.90492800490122,41.7580984800286],[-72.90479100476541,41.75652447972908],[-72.90424700422454,41.750244478533844],[-72.90416600418676,41.75004747849841],[-72.9039730040874,41.7494164783828],[-72.90387700403264,41.74901047830749],[-72.90366800391377,41.74813247814466],[-72.90364900390294,41.748052478129836],[-72.90361700388478,41.74791847810501],[-72.90358600386696,41.74778547808031],[-72.90336400374079,41.74685447790768],[-72.90298700354512,41.74559447767651],[-72.9028910034994,41.74534447763135],[-72.902727003407,41.74467047750646],[-72.90271900340154,41.74462147749727],[-72.9026950033854,41.74447747747021],[-72.90268700338004,41.74442947746119],[-72.90267400336589,41.744258477428595],[-72.90263800332458,41.74374747733104],[-72.90262600331086,41.743577477298594],[-72.90262300330518,41.74349647728303],[-72.90261400328825,41.74325447723657],[-72.90261200328295,41.74317447722119],[-72.902503003226,41.74280347715305],[-72.90244400319504,41.74260047711575],[-72.90227600310708,41.74202547701012],[-72.90217800305584,41.74169147694876],[-72.90217000305157,41.741662476943425],[-72.9021580030271,41.74130747687521],[-72.90216000302624,41.741281476870135],[-72.90216600302368,41.741203476854864],[-72.90216900302323,41.741178476849946],[-72.90215400300659,41.740975476811215],[-72.90211200295836,41.74037847669724],[-72.9021130029581,41.74036847669527],[-72.90214800295799,41.74016947665569],[-72.9021340029485,41.74008447663972],[-72.90209400292073,41.73982947659173],[-72.90208100291163,41.73974547657593],[-72.90200300287664,41.7395794765464],[-72.90192100283616,41.73934147650307],[-72.90149800262708,41.73810747627837],[-72.90135800255771,41.73769647620352],[-72.9013020025278,41.7374944761663],[-72.90113600243876,41.736889476054785],[-72.90108100240923,41.73668847601773],[-72.90102200238292,41.736565475995874],[-72.90073100223432,41.735634475825435],[-72.90062600218018,41.735289475762194],[-72.89983100173428,41.73205447516284],[-72.89929700138498,41.729020474593824],[-72.89827100071365,41.723185473499335],[-72.8996210011414,41.72298447341667],[-72.90367500242603,41.722384473169136],[-72.90502600285416,41.72218547308682],[-72.9057910030995,41.7221224730498],[-72.90809000383672,41.72193347293864],[-72.90885600408244,41.721871472901796],[-72.90998000444415,41.72180147285177],[-72.91093200475053,41.72174247280946],[-72.91335200552932,41.721591472701675],[-72.91340400554608,41.721588472699416],[-72.91447700589137,41.72152147265163],[-72.9148570060137,41.72149847263484],[-72.91599900638158,41.72143347258519],[-72.91638000650433,41.72141247256876],[-72.91709500673278,41.72133947253143],[-72.9192420074189,41.721122472419765],[-72.91995800764772,41.72105047238258],[-72.92007700768576,41.72103847237639],[-72.9204350078003,41.721004472358175],[-72.92055500783869,41.72099347235218],[-72.92136700809853,41.7209174723111],[-72.92380300887814,41.7206914721883],[-72.92461600913838,41.72061647214737],[-72.9250830092876,41.72056947212313],[-72.92648400973545,41.720430472050744],[-72.92695200988507,41.72038447202664],[-72.92740901002955,41.72031147199769],[-72.92878201046372,41.72009347191094],[-72.92924001060857,41.72002147188215],[-72.93048601100405,41.719849471808395],[-72.93300501181243,41.71965447168885],[-72.93484701240357,41.71951247160153],[-72.93507901247801,41.719494471590515],[-72.93531101255246,41.719476471579505],[-72.93581001271258,41.719437471555736],[-72.93692801307104,41.71934547150162],[-72.94056301423666,41.71904947132622],[-72.9430820150444,41.718844471204704],[-72.943283015101,41.71869247116879],[-72.94388701527133,41.71824047106179],[-72.94408901532837,41.718090471026244],[-72.94458401548538,41.71802047099662],[-72.94606901595664,41.7178144709085],[-72.94656501611401,41.717745470879045],[-72.94687001621162,41.71771747086371],[-72.94778501650465,41.71763647081829],[-72.94809101660265,41.71760947080312],[-72.95032701731951,41.717425470694835],[-72.95703501947011,41.716875470370326],[-72.95909502013056,41.716706470270644],[-72.95927102018689,41.71669047026181],[-72.95952702026953,41.71667947025137],[-72.96136502085645,41.71648847015463],[-72.96953902346684,41.71564446972548],[-72.96991602359552,41.7157484697333],[-72.96997002361397,41.71576346973445],[-72.97108602397113,41.71566146967841],[-72.97147702409629,41.715626469658915],[-72.97296802456943,41.71542046957055],[-72.97744302598944,41.71480346930559],[-72.97893502646293,41.71459846921739],[-72.98811602939024,41.71357546872061],[-72.9901160300279,41.71335246861234],[-72.99092403028553,41.71326246856862],[-72.99173103054274,41.71317146852475],[-72.99257403081154,41.71307746847911],[-72.9934170310803,41.71298346843348],[-72.99444303140847,41.71288746838148],[-72.99752403239403,41.71260046822561],[-72.99795403253164,41.71256146820405],[-72.99832203264937,41.71252746818549],[-72.99855103272265,41.712506468173956],[-72.99863203277101,41.712885468244565],[-72.99874803284031,41.713429468345936],[-72.99887203291524,41.71402546845707],[-72.99895103296308,41.71440646852812],[-72.99955303333648,41.71746446909948],[-72.99970003342843,41.71822446924154],[-73.00109803430117,41.725419470586196],[-73.00192703481882,41.72968647138351],[-73.0026240352539,41.73327047205312],[-73.0026500352702,41.73340547207834],[-73.00269703529085,41.73349747209457],[-73.00275003531436,41.7336054721137],[-73.00329403565631,41.73644247264393],[-73.00503203663395,41.74352947395595],[-73.00664603754176,41.75010647517325],[-73.00764703812068,41.754456475980405],[-73.00789103826207,41.75552147617805],[-73.00791403827526,41.75561947619621],[-73.00905803898625,41.76143647728174],[-73.00912903902513,41.76170747733172],[-73.009499039223,41.76303747757635],[-73.0098280393995,41.76422947779567],[-73.00985803941036,41.76424847779836],[-73.00999603948172,41.76470247788147],[-73.01003803951298,41.76500447793839],[-73.0100940395457,41.765253477984615],[-73.01021803962364,41.76589847810506],[-73.01024003963768,41.76601647812711],[-73.01033503969701,41.766504478218195],[-73.01039403973067,41.7667524782641],[-73.01050303979044,41.76716947834103],[-73.01056303982574,41.767440478391386],[-73.01072203992754,41.76829947855197],[-73.01086704001813,41.76904447869101],[-73.01112404017094,41.77023147891167],[-73.01125604024804,41.77081747902045],[-73.01153504041059,41.77204847924887],[-73.01161804046127,41.77245447932449],[-73.01165004047697,41.77254547934103],[-73.0116880404919,41.77258947934825],[-73.0117110405016,41.77262747935485],[-73.01171604050376,41.77263647935643],[-73.0117290405102,41.77267447936332],[-73.01174204052097,41.7727864793845],[-73.01174004052608,41.77288547940368],[-73.01174504053469,41.773005479426665],[-73.01177904055831,41.77322047946704],[-73.01178004055875,41.7732224794674],[-73.01181604058026,41.773390479498644],[-73.01182504058463,41.77341547950316],[-73.01185204061208,41.77373547956404],[-73.01186504061977,41.773794479575],[-73.01188704063051,41.773856479586236],[-73.01194604065682,41.77397847960785],[-73.01197904067095,41.77403647961796],[-73.01205104070179,41.774163479640116],[-73.0120800407149,41.774226479651325],[-73.01210304072612,41.774290479662916],[-73.01212604074135,41.774423479687826],[-73.01218804078788,41.77487547977302],[-73.01222204080787,41.77502847980143],[-73.01225704082577,41.77514047982191],[-73.0122830408374,41.77519447983147],[-73.01231904085125,41.77523147983743],[-73.01237104086964,41.77525647984056],[-73.01242604088824,41.77526847984106],[-73.0124690409034,41.775288479843525],[-73.01250704091775,41.775322479848846],[-73.01253004092793,41.77536847985698],[-73.01253504093248,41.77541847986645],[-73.01253104093558,41.775494479881246],[-73.01253304094224,41.77559747990106],[-73.01252004094955,41.77579547993969],[-73.01251804095159,41.77584147994862],[-73.01250404095181,41.775923479964895],[-73.0124260409403,41.77616148001337],[-73.01240704093861,41.77623848002885],[-73.01240904094146,41.77627648003612],[-73.01241304094383,41.77629448003945],[-73.01243704095279,41.77631448004253],[-73.01246104096114,41.77632348004348],[-73.01253804098701,41.77633748004367],[-73.01257704100087,41.776357480046244],[-73.01262004101686,41.77639148005141],[-73.01263504102306,41.77641448005536],[-73.01264304102713,41.77643948005992],[-73.0126450410287,41.77645548006295],[-73.01265004103244,41.77649148006972],[-73.0126490410397,41.77662148009485],[-73.01268704107171,41.77695848015861],[-73.0126940410772,41.777013480168996],[-73.01271204108959,41.777125480190016],[-73.01262204107014,41.777294480225564],[-73.01263404108403,41.77746548025817],[-73.01270204112481,41.7777854803177],[-73.01283804120865,41.77846448044424],[-73.0129130412533,41.778811480508736],[-73.0129180412561,41.77883148051244],[-73.01301304130953,41.77921748058381],[-73.0131000413544,41.77950148063575],[-73.01315604138516,41.77971648067541],[-73.01320304141298,41.77993148071534],[-73.01337204151825,41.78079348087613],[-73.01354504162914,41.78172948105103],[-73.01363504168269,41.782145481128346],[-73.01391904185847,41.78357448139474],[-73.01400404191051,41.78399248147259],[-73.01416504200894,41.784781481619504],[-73.01434104212093,41.785719481794715],[-73.01440804216368,41.78607848186177],[-73.01450504222291,41.78655248195004],[-73.01452604223546,41.78665048196825],[-73.0147320423566,41.78757748214031],[-73.01491704246097,41.78833448228029],[-73.01506504255116,41.78905448241432],[-73.01514504259924,41.7894324824846],[-73.01534304271794,41.790362482657514],[-73.01534404271905,41.79037548265998],[-73.0153500427234,41.79041648266769],[-73.01535204272486,41.79043048267033],[-73.01550804281268,41.791065482787694],[-73.01553804282943,41.79118548280988],[-73.01592204305602,41.792926483133094],[-73.01593304306289,41.79298248314352],[-73.01606304314265,41.79362448326309],[-73.01607204315003,41.793700483277455],[-73.01625804325668,41.79449048342373],[-73.0165350434153,41.79566348364088],[-73.01660104345922,41.79604748371277],[-73.01678204357982,41.79710448391067],[-73.0169020436594,41.79779848404057],[-73.0169280436786,41.79798248407522],[-73.01693404368297,41.798023484082925],[-73.01693604369098,41.798149484107164],[-73.01693704369373,41.798191484115236]]]},"properties":{"name":"Burlington"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.94902502206574,41.806439487922496],[-72.94894002205197,41.80667848797134],[-72.94885502203822,41.8069174880202],[-72.94801402190338,41.80930448850792],[-72.94717102176786,41.81169148899565],[-72.94713802176159,41.81176848901158],[-72.94710702175597,41.81184548902744],[-72.94700602173819,41.81210448908066],[-72.94692402172342,41.81230948912286],[-72.94684302170906,41.81251548916523],[-72.94680502170232,41.81261248918518],[-72.94651302164958,41.81333948933486],[-72.94648202164407,41.81341848935109],[-72.94636402162375,41.813729489414904],[-72.94624702160374,41.814039489478496],[-72.94610002157845,41.8144274895581],[-72.94595302155322,41.81481648963788],[-72.94576202152057,41.81532348974185],[-72.94556902148726,41.815830489845894],[-72.94451102130587,41.81863149042039],[-72.94345202112424,41.82143349099508],[-72.94164802081465,41.826203491973345],[-72.94156002080155,41.826470492027674],[-72.94144802078459,41.8268054920959],[-72.94140402077579,41.82690049211564],[-72.94127602075083,41.827187492175135],[-72.94123302074243,41.82728349219504],[-72.9410950207152,41.82758749225813],[-72.94068402063455,41.82850049244749],[-72.94054502060699,41.82880449251061],[-72.94047602059722,41.82902249255489],[-72.940454020594,41.82909049256871],[-72.94040302058625,41.82924249259967],[-72.94038702058316,41.82927849260713],[-72.94037202058084,41.8293224926161],[-72.94029602056906,41.829545492661545],[-72.94022802055852,41.82974449270212],[-72.93979402049118,41.83101449296103],[-72.93956002045483,41.831698493100475],[-72.93954602045255,41.831737493108456],[-72.93845202027143,41.83474349372342],[-72.93826702024074,41.83525049382717],[-72.93771402014934,41.836772494138486],[-72.93753002011903,41.83728049424237],[-72.93744202010323,41.837501494287814],[-72.93718702005212,41.83804949440173],[-72.93655801992402,41.83936649467602],[-72.9363490198816,41.8398064947676],[-72.93641101991287,41.8399964948022],[-72.93642001991739,41.8400234948071],[-72.93650301995886,41.840271494852175],[-72.93679102008026,41.840744494933936],[-72.93702802016772,41.84092049496011],[-72.93726402025547,41.84110749498846],[-72.93757002036757,41.84132049501952],[-72.93779102044357,41.841389495025616],[-72.93790502048404,41.84144649503287],[-72.93793602050036,41.84155349505248],[-72.93805002054239,41.841637495064944],[-72.93811902057065,41.84173649508177],[-72.93820302060023,41.84177449508635],[-72.93830202063957,41.84189649510663],[-72.93853902072837,41.84209549513724],[-72.93859202075188,41.84220249515614],[-72.93872202079643,41.84224049515921],[-72.93909602093424,41.84251449519982],[-72.93958402110393,41.842698495219345],[-72.93977502116986,41.84276249522544],[-72.94028602134279,41.84287349523018],[-72.94088102155082,41.84311749525779],[-72.94117102164795,41.84316349525718],[-72.94144502174139,41.84323549526212],[-72.94169002182703,41.8433354952734],[-72.94224602201501,41.843453495278006],[-72.94333002237829,41.84362849527638],[-72.9442070226686,41.843708495263186],[-72.94461902279814,41.84362849523434],[-72.94514602296805,41.843598495211374],[-72.94592402322233,41.84361349518887],[-72.94616802330314,41.843636495185336],[-72.94652702342007,41.843636495173634],[-72.94795302386184,41.84324749505218],[-72.94871602410191,41.84310249499935],[-72.94930402429232,41.84308349497651],[-72.9498610244659,41.84294949493252],[-72.95033402460906,41.84276249488105],[-72.95063102470316,41.842717494862704],[-72.95118802488388,41.84270549484223],[-72.95157002501188,41.84276649484151],[-72.95177302508345,41.842860494853014],[-72.95189002512745,41.842961494868646],[-72.95193602515116,41.84311049489584],[-72.95208102524528,41.843914495046015],[-72.95225602533193,41.84442249513816],[-72.95234702538404,41.84480749520936],[-72.95268502553509,41.84550949533357],[-72.95274102556016,41.84562649535428],[-72.95327902575681,41.845993495407434],[-72.95355302587659,41.84651649549924],[-72.95365202591887,41.84668849552915],[-72.95361402591156,41.84677549554715],[-72.95343102586247,41.84695549558779],[-72.95338502585415,41.84706949561125],[-72.95339302586743,41.847252495646245],[-72.9535070259275,41.847645495718226],[-72.95361402597261,41.84782149574865],[-72.95366002598983,41.847859495754456],[-72.95369102600768,41.84799249577905],[-72.95372902602789,41.84812649580364],[-72.95377402605124,41.848275495830876],[-72.95381202607219,41.84842249585795],[-72.95385002608684,41.84846149586423],[-72.95384502609252,41.84858649588847],[-72.95378702616416,41.850137496189106],[-72.95364802633819,41.8538934969171],[-72.95364102633788,41.85392749692387],[-72.95357102632506,41.8540984969591],[-72.95352402631657,41.85421549698315],[-72.9533630262875,41.85461549706546],[-72.95329502627546,41.85478849710099],[-72.9532500262674,41.854901497124224],[-72.95324802626698,41.85490549712507],[-72.95322002626165,41.854970497138495],[-72.95320502625853,41.85500049714476],[-72.95301802622534,41.85547549724234],[-72.95273302617512,41.85620549739224],[-72.95220202608031,41.857543497667244],[-72.95196002603721,41.858155497793014],[-72.95193302603302,41.8582344978091],[-72.951013025887,41.86086549834579],[-72.95060102582177,41.862046498586665],[-72.9482550254497,41.86876049995599],[-72.94733602530408,41.871392500492725],[-72.94634302513502,41.874035501033944],[-72.94627402519188,41.8753935012976],[-72.946179025269,41.87724250165664],[-72.94389502496797,41.88482350319033],[-72.94348102491335,41.88619650346808],[-72.94284802483035,41.88830450389442],[-72.94252902479622,41.8894985041346],[-72.94251602479584,41.889564504147735],[-72.94244002479242,41.88992950422045],[-72.94241002478809,41.89002250423933],[-72.940648024517,41.895204505293954],[-72.9397750242359,41.89526250533362],[-72.93922802405982,41.895299505358594],[-72.93914702403349,41.89530050536143],[-72.93021702115631,41.89586250576105],[-72.9295460209401,41.89590450579103],[-72.92940702089597,41.89592450579941],[-72.9293740208855,41.89592950580146],[-72.929363020882,41.895930505802],[-72.92884402071506,41.89596850582625],[-72.92737102024147,41.896078505895474],[-72.92684802007255,41.89610450591757],[-72.9201670179191,41.89651150621382],[-72.92004301787908,41.896518506219216],[-72.91534701636544,41.89680550642761],[-72.91379801610404,41.900971507279685],[-72.90962501539973,41.91219250957438],[-72.90931101534659,41.913034509746566],[-72.90860701522784,41.91492851013382],[-72.90685301493195,41.91964651109839],[-72.90675501491575,41.91991551115333],[-72.90664601489712,41.920204511212454],[-72.90594601475665,41.92170451152373],[-72.90447001427331,41.92166751156477],[-72.90406001413909,41.921657511576214],[-72.90004401282403,41.92155651168777],[-72.89856901234101,41.92151951172874],[-72.89707701185132,41.92146251176642],[-72.89260201038262,41.9212935118798],[-72.89111100989328,41.92123751191763],[-72.88821700894474,41.92115051199522],[-72.8848810078514,41.92105151208489],[-72.88474100780547,41.92104651208848],[-72.87953800610012,41.92089051222801],[-72.8792070059917,41.92088151223705],[-72.87664500515194,41.9208045123057],[-72.87658500506139,41.91958851207378],[-72.87651300495185,41.91811451179264],[-72.87634900470438,41.91479151115878],[-72.87593700407939,41.90638350955468],[-72.87546400336362,41.89675550771742],[-72.875169002917,41.89074450657012],[-72.87510900281934,41.88940450631415],[-72.87493200252747,41.88538650554645],[-72.87487300243022,41.8840475052906],[-72.87476700224283,41.88142450478908],[-72.87467300207611,41.87908850434238],[-72.87454800185469,41.875986503749175],[-72.87450800178527,41.875018503564085],[-72.87444700168031,41.87355750328473],[-72.87434000149275,41.87093550278329],[-72.8743280014722,41.870649502728604],[-72.87420400125539,41.8676195021491],[-72.87379700054397,41.85767450024673],[-72.87366200030714,41.85435949961248],[-72.87353000006688,41.85096849896343],[-72.87319799945408,41.842289497301785],[-72.87318599944888,41.842267497297925],[-72.8731969994502,41.84222849729005],[-72.87320199945107,41.84221549728738],[-72.87314699935033,41.84079049701453],[-72.8730189991115,41.837398496364926],[-72.87295299907,41.83705449630078],[-72.87275699894622,41.83602349610841],[-72.87269199890511,41.83568049604441],[-72.87238199865101,41.83304549554655],[-72.87230499858771,41.83238749542222],[-72.87230199858563,41.83236849541864],[-72.87109799761657,41.8224364935429],[-72.87069699729378,41.819126492917654],[-72.87053699720411,41.81847949279809],[-72.87024499698235,41.81629749238678],[-72.8702019969591,41.81613849235752],[-72.87110299724742,41.81604949231108],[-72.87154499738891,41.816006492288444],[-72.8738049981105,41.815755492166616],[-72.87454499834678,41.815673492126756],[-72.87470599839816,41.81565549211806],[-72.87471999840263,41.81565349211722],[-72.87476299841634,41.81564849211487],[-72.87477799842115,41.81564749211418],[-72.87516599854122,41.81553849208055],[-72.87520399855302,41.81552849207739],[-72.87572799871528,41.8153834920324],[-72.87633999890627,41.81523949198475],[-72.87673399902933,41.8151484919544],[-72.87716199916518,41.81508749192873],[-72.87844699957334,41.81490849185246],[-72.8788759997096,41.81484849182694],[-72.87902799975828,41.81483449181931],[-72.88042500019772,41.814565491722036],[-72.88054000023448,41.814553491715984],[-72.88072900029492,41.81453449170619],[-72.88082700032645,41.81452749170166],[-72.88093000035951,41.81451949169675],[-72.88103300039265,41.81451249169208],[-72.88174400061928,41.814426491652355],[-72.88326600110332,41.81422549156415],[-72.88463900153938,41.814033491482505],[-72.8858450019244,41.813899491417466],[-72.88633500208539,41.813923491406165],[-72.88777200255454,41.81394249136313],[-72.88795000261065,41.81391049135116],[-72.88853800279804,41.81383949131837],[-72.89030400336101,41.81362849122026],[-72.89089300354883,41.81355949118781],[-72.89200000390125,41.813419491124826],[-72.8953240049594,41.812998490935556],[-72.89643200531219,41.812859490872725],[-72.89682300543664,41.81280949085036],[-72.89738700561615,41.81273749081814],[-72.90025100652784,41.812374490654996],[-72.90120700683215,41.81225349060057],[-72.90141800689919,41.812224490588115],[-72.90205000710007,41.81213949055116],[-72.90226200716751,41.81211149053887],[-72.90417200777559,41.811871490430455],[-72.90990200959999,41.8111534901056],[-72.9116120101445,41.81094049000886],[-72.9118130102085,41.81091548999751],[-72.9135870107727,41.81068248989485],[-72.91435001101543,41.81058348985093],[-72.91585501149409,41.81038648976396],[-72.91547501124401,41.80821348935726],[-72.91536201116983,41.80757048923692],[-72.91558501124106,41.80754648922503],[-72.91736601181029,41.8073614891314],[-72.91769601191479,41.80731048911082],[-72.91868601222828,41.80715748904909],[-72.91899701232676,41.807109489029706],[-72.91901601233279,41.80710648902851],[-72.91977101257004,41.806958488975404],[-72.91988801261645,41.80710148899916],[-72.92008601268954,41.80724948902127],[-72.92032101277117,41.807337489030594],[-72.92075301290569,41.80723148899608],[-72.92118401303989,41.80712548896161],[-72.92231001344501,41.80778648905244],[-72.92275101359674,41.80792648906508],[-72.92307401370962,41.808058489080025],[-72.9232860137852,41.80817148909491],[-72.92362401391168,41.8084534891383],[-72.92373001395643,41.80862948916878],[-72.92384201400031,41.80875648918964],[-72.92405401407098,41.80878448918813],[-72.92413401409394,41.808731489175294],[-72.92380701397711,41.80855348915162],[-72.9236450139144,41.80838248912393],[-72.92364501390661,41.808248489098084],[-72.9238070139553,41.8081784890793],[-72.92406101403964,41.80820648907643],[-72.92427901411556,41.80829148908574],[-72.92474901427646,41.80842648909646],[-72.9247810142874,41.80843548909716],[-72.92497201435509,41.80852948910906],[-72.9253240144818,41.80873748913771],[-72.92547801454062,41.80888648916144],[-72.92551401455513,41.80893448916952],[-72.92555801457272,41.808990489178896],[-72.92562401460759,41.80922048922109],[-72.92567901462486,41.809209489217196],[-72.9258460146775,41.80917948920596],[-72.92590201469515,41.809169489202205],[-72.92633701483349,41.80911248917706],[-72.92764601524982,41.808941489101464],[-72.92808201538847,41.80888448907627],[-72.9299170159745,41.808686488978324],[-72.93542301773313,41.80809648868523],[-72.93725901831957,41.80790048858761],[-72.93744401837866,41.807880488577744],[-72.93800101855678,41.80782448854879],[-72.93818701861623,41.80780548853906],[-72.93957401905755,41.80762848845975],[-72.94373502038167,41.80709948822215],[-72.94512302082339,41.80692348814299],[-72.94550402094465,41.80687548812132],[-72.94664902130931,41.80673548805701],[-72.94703102143103,41.80668948803569],[-72.94742902155777,41.80664048801328],[-72.94763002162182,41.806616488002085],[-72.94862602193874,41.80648948794513],[-72.94902502206574,41.806439487922496]]]},"properties":{"name":"Canton"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.73780695822869,41.892384511341845],[-72.73839595843634,41.89265351137462],[-72.73908295868137,41.8930155114221],[-72.73976995892636,41.8933775114696],[-72.74026495910292,41.89363851150385],[-72.74038295914644,41.89372551151679],[-72.74111995941351,41.89418651158173],[-72.74220095980473,41.894854511675405],[-72.74239895987492,41.89495151168767],[-72.742592959943,41.895034511697375],[-72.74279396001069,41.895071511698006],[-72.74275295999986,41.89511551170781],[-72.7427989600184,41.89517651171805],[-72.74302796009621,41.895230511721046],[-72.74321896016112,41.89527551172353],[-72.74392696041919,41.895744511790944],[-72.74468196067919,41.89598251181236],[-72.74494196076874,41.89606451181974],[-72.74549696095546,41.89616351182083],[-72.7471049614926,41.89638351181119],[-72.74751296162468,41.89636651179471],[-72.74774796170253,41.896387511791154],[-72.74795296177048,41.89640651178818],[-72.74815896183871,41.89642451178498],[-72.74847996194508,41.89645351178019],[-72.74942896228197,41.89692651184055],[-72.74983196242661,41.897154511871406],[-72.75003696250076,41.89728051188905],[-72.75028496259051,41.89743351191047],[-72.75172896311314,41.89832551203549],[-72.75278596348821,41.89884951210217],[-72.75281696349919,41.89886451210406],[-72.75288496352329,41.898897512108206],[-72.75294196354355,41.89892651211195],[-72.7538319638499,41.89920451213666],[-72.75442396405974,41.89949351217316],[-72.75487896422563,41.89979551221657],[-72.75545896442434,41.89996051222957],[-72.7555989644744,41.90003651223966],[-72.75573796452838,41.90018551226386],[-72.7558919645881,41.90034951229044],[-72.75614896468342,41.90054751232023],[-72.75667096487086,41.90084451236053],[-72.75692796495814,41.90090451236375],[-72.75714796503472,41.90098751237261],[-72.75733896510273,41.90108651238548],[-72.75769896522682,41.90120151239599],[-72.75858696554604,41.9017125124656],[-72.75907196571889,41.90196551249861],[-72.75934396581746,41.902135512522534],[-72.75962996592405,41.902365512557544],[-72.76050396624193,41.902931512638204],[-72.76075296633555,41.903145512671344],[-72.76098096642906,41.90347551272749],[-72.76100496645086,41.9037165127731],[-72.76109696653435,41.90463851294761],[-72.76100896651714,41.90483651298858],[-72.76094996652529,41.905308513081344],[-72.76088596650999,41.9054045131019],[-72.76075896647954,41.90559351314239],[-72.76058596643007,41.905713513171094],[-72.76036596636297,41.905793513193615],[-72.76017396630866,41.90593651322735],[-72.75919096603096,41.90667551340144],[-72.75903996598828,41.906788513428076],[-72.75892696595636,41.90687351344809],[-72.75866196588147,41.90707251349498],[-72.75864896587873,41.90709851350041],[-72.758630965875,41.9071355135081],[-72.7586099658706,41.90717751351688],[-72.75859696586792,41.9072045135225],[-72.75887696600562,41.90800351366722],[-72.75892996603159,41.90815351369439],[-72.76022896650909,41.90908151383095],[-72.76040496657816,41.909282513863936],[-72.76047396660523,41.909361513876895],[-72.76054396663267,41.90944051388984],[-72.76074796671277,41.90967451392827],[-72.76082696674375,41.90976451394303],[-72.76111096685514,41.910087513996],[-72.76120996689392,41.91019951401436],[-72.76130796693238,41.91031151403274],[-72.7613279669429,41.910380514045364],[-72.76154796702139,41.910496514060576],[-72.76159896704418,41.91060251407932],[-72.7616499670669,41.910707514097886],[-72.761676967079,41.91076451410798],[-72.7618029671352,41.91102451415394],[-72.76195496720324,41.911342514210226],[-72.76201896723182,41.91147551423374],[-72.76206396725195,41.91156951425037],[-72.76208296726041,41.91160851425726],[-72.76213896728535,41.91172351427759],[-72.76219396730997,41.91183851429794],[-72.76248796741525,41.912000514319594],[-72.76337096773162,41.91248951438512],[-72.76366596783731,41.91265251440693],[-72.76370596785057,41.912656514406414],[-72.76377596787387,41.91266451440567],[-72.76382596789047,41.91266951440502],[-72.76386696790414,41.91267451440465],[-72.76410596798277,41.91268651439922],[-72.76452496813253,41.91291251442914],[-72.76485796825874,41.913215514476676],[-72.76489796827387,41.9132515144823],[-72.76493096830426,41.91358951454628],[-72.76491396830423,41.9136845145651],[-72.764816968305,41.91424251467564],[-72.76478496833694,41.914972514817165],[-72.76480296834457,41.91500251482235],[-72.76483896835973,41.915061514832544],[-72.76503996844474,41.915396514890496],[-72.76546396859011,41.915518514900235],[-72.76619596881386,41.915260514826876],[-72.76632496885333,41.91521551481403],[-72.767087969093,41.915057514758914],[-72.7672979691695,41.91519551477867],[-72.76751396923791,41.915160514764935],[-72.76784996936789,41.91551151482159],[-72.76798896943035,41.91580651487385],[-72.76797196945066,41.91625151496005],[-72.7679599694649,41.916564515020674],[-72.76800596951692,41.91720151514175],[-72.76815496959605,41.917727515238134],[-72.76870596977855,41.91777551522954],[-72.7690559698945,41.91780651522415],[-72.76940597001044,41.91783751521877],[-72.769707970115,41.91794151522901],[-72.77058797040868,41.91805651522262],[-72.77465897173263,41.91799151507818],[-72.77474597176025,41.917978515072846],[-72.77501097184447,41.91794051505696],[-72.77509897187247,41.91792851505179],[-72.77572397207445,41.917896515025376],[-72.7776019726816,41.9178045149468],[-72.77822797288395,41.91777351492053],[-72.77872297304795,41.91781751491296],[-72.78021097354102,41.91795151489051],[-72.78070697370539,41.91799651488309],[-72.78109297383136,41.91799751487077],[-72.78225397421032,41.918003514834275],[-72.78264097433664,41.9180055148221],[-72.7827009743574,41.91802551482402],[-72.78288097441957,41.91808551482973],[-72.78294097444031,41.91810551483163],[-72.78298997445636,41.91810651483024],[-72.7831379745048,41.91810951482601],[-72.78318797452116,41.91811051482456],[-72.78357097464485,41.918089514808116],[-72.78374097469981,41.918081514801074],[-72.78429297487817,41.91805251477759],[-72.78469897500928,41.918030514760204],[-72.78472097501634,41.9180285147591],[-72.78510497514046,41.91800951474299],[-72.7851719751622,41.91800751474043],[-72.78537297522765,41.91800551473353],[-72.78544097524981,41.91800551473132],[-72.785424975251,41.918115514753005],[-72.78537797525509,41.918449514818796],[-72.78536297525665,41.91856051484064],[-72.78524897523441,41.91881751489378],[-72.78520497522594,41.91891851491464],[-72.78504697519516,41.91927551498847],[-72.78491997517041,41.9195625150478],[-72.78490697516781,41.91959051505361],[-72.78479297514563,41.919848515106956],[-72.78476197513966,41.9199195151216],[-72.78467097512241,41.92013351516574],[-72.78464097511682,41.92020551518056],[-72.78443897508627,41.920813515304104],[-72.78409897504096,41.92194151553214],[-72.78364197498048,41.923464515839974],[-72.78252897483299,41.927170516589015],[-72.78200697476409,41.928913516941236],[-72.7819819747604,41.928990516956866],[-72.78137097466971,41.93085751733581],[-72.77946497438725,41.93668951851933],[-72.77938497437553,41.936936518569446],[-72.77935597437124,41.93702551858749],[-72.77932697436697,41.93711451860555],[-72.77929697436255,41.93720651862421],[-72.77926697435802,41.9372975186427],[-72.7788589742975,41.93854451889573],[-72.77882997429329,41.938634518913986],[-72.77879497428768,41.938734518934346],[-72.77875897428176,41.93883451895476],[-72.77867497426799,41.939068519002475],[-72.77852797424434,41.93948651908764],[-72.77801397416128,41.940940519383915],[-72.77779597412597,41.94155551950926],[-72.77762297409785,41.94204251960852],[-72.77732197404931,41.94289551978232],[-72.77546097376363,41.948418520904646],[-72.77530797376889,41.949366521091875],[-72.77516297377426,41.950271521270594],[-72.77418797361301,41.95296552182013],[-72.77377597355068,41.9542035220715],[-72.77346897349564,41.954978522230434],[-72.77152897318508,41.960515523357714],[-72.77073597307347,41.963041523868945],[-72.76971697293027,41.96629152452661],[-72.76835797273912,41.97062252540301],[-72.7675659726279,41.97314952591429],[-72.7675059726194,41.97333952595274],[-72.76732597259411,41.97391352606887],[-72.76726697258599,41.974104526107496],[-72.76640097244085,41.97646352658885],[-72.76380497200635,41.98354452803348],[-72.76293997186164,41.98590452851488],[-72.76286097183497,41.985889528514555],[-72.76262397175512,41.98584652851399],[-72.76254597172885,41.98583252851384],[-72.75666296973367,41.98454052845648],[-72.75513096921406,41.98420352844144],[-72.75260496835683,41.983639528415004],[-72.74958396733162,41.98296452838327],[-72.74604396613306,41.98222152835531],[-72.74415396549318,41.98182552834049],[-72.7435189652775,41.9816805283332],[-72.74097396441304,41.981098528303875],[-72.73528696248148,41.979800528238734],[-72.73143696117378,41.97892052819437],[-72.72825796009401,41.978194528157836],[-72.72676895959096,41.97790052814956],[-72.72498595898864,41.977549528139846],[-72.72230495808292,41.97702152812519],[-72.72081695758024,41.97672852811706],[-72.72019795737026,41.97659152811077],[-72.7183429567411,41.97618352809241],[-72.7177249565315,41.976047528086276],[-72.7173529564005,41.97588252806661],[-72.71707295630536,41.97581752806317],[-72.71705795630027,41.97581452806309],[-72.71504395561574,41.975346528038344],[-72.71436795538605,41.975190528030225],[-72.71319895498875,41.97491952801598],[-72.70969195379696,41.974107527973395],[-72.70852295339975,41.97383752795932],[-72.70762295307837,41.973361527896955],[-72.70780795310579,41.97279452778201],[-72.70931795333136,41.968193526848786],[-72.7098219534068,41.96666052653781],[-72.71022395347022,41.965493526300484],[-72.71143395366185,41.961993525588476],[-72.71183695372565,41.960827525351284],[-72.713181953966,41.957407524650236],[-72.71507395430423,41.952598523664356],[-72.71524295433449,41.95216952357639],[-72.71616995450016,41.94981252309315],[-72.71331095355946,41.94967852315985],[-72.70964095235193,41.94950652324546],[-72.70857595200168,41.949459523270846],[-72.70538295095164,41.94931952334716],[-72.70431895060179,41.94927352337271],[-72.7040429505105,41.949252523377595],[-72.70321495023683,41.94919252339281],[-72.70293895014561,41.94917252339788],[-72.70213294987916,41.94911352341259],[-72.6997169490805,41.94893652345664],[-72.69913794888912,41.948894523467274],[-72.6989119488144,41.94887752347132],[-72.69665694806953,41.94872252351437],[-72.68989094583469,41.94825852364374],[-72.68766394509915,41.94810652368643],[-72.68763694509022,41.948104523686915],[-72.68765394509246,41.9480475236754],[-72.68769194509738,41.94791852364938],[-72.68769194509733,41.94791752364917],[-72.68774794510442,41.94772452361025],[-72.688083945148,41.94658452338012],[-72.68819594516253,41.94620452330341],[-72.68847994520397,41.9453205231242],[-72.68883594525616,41.94421652290035],[-72.68933294532864,41.942668522586516],[-72.68944294534485,41.94232852251756],[-72.6895439453596,41.94201452245388],[-72.68954794536016,41.94200152245126],[-72.6895969453674,41.94185052242063],[-72.68961794537041,41.94178452240726],[-72.69002394542764,41.940485522144265],[-72.69124594560067,41.93658952135527],[-72.69165394565862,41.93529152109237],[-72.69200294570749,41.93416952086521],[-72.69305394585551,41.93080452018382],[-72.69329994589026,41.930018520024625],[-72.69340494590513,41.929683519956775],[-72.69343094590897,41.92960351994054],[-72.69345994590523,41.929375519895714],[-72.69351094588794,41.928789519781326],[-72.69353594587959,41.92850451972566],[-72.69373494590523,41.92782651958877],[-72.69440494599175,41.92554551912817],[-72.6945889460157,41.92492251900235],[-72.69473894603485,41.92440751889839],[-72.69481394604419,41.924146518845745],[-72.69505294607491,41.92333051868098],[-72.69535594611317,41.9222835184697],[-72.6954239461365,41.922303518471324],[-72.6955959461954,41.92235151847502],[-72.69590694630195,41.922439518481916],[-72.69661194654672,41.922694518508216],[-72.70073894796121,41.923869518601066],[-72.70350394891172,41.92470551867263],[-72.70464294929988,41.92499151869087],[-72.70653294994008,41.925398518708135],[-72.70685095004893,41.92548651871479],[-72.70732795021225,41.92561951872497],[-72.7077789503625,41.925673518720785],[-72.70815895048992,41.92573251871986],[-72.70836595056086,41.92579151872453],[-72.70843795058518,41.92580551872489],[-72.70852195061367,41.92582451872584],[-72.70900995077942,41.925937518731814],[-72.70908795080591,41.92595551873276],[-72.71007295114048,41.926183518744786],[-72.71019795118293,41.92621251874634],[-72.7103859512467,41.92625451874833],[-72.71050995128886,41.92628351874991],[-72.71119895152277,41.926441518758054],[-72.71164995167513,41.926531518760804],[-72.71334495225234,41.926949518786444],[-72.71363695235085,41.92700551878778],[-72.71814095385554,41.92761451875938],[-72.72221295520265,41.92793651868966],[-72.7274769563829,41.91867551673731],[-72.729225956775,41.91559751608835],[-72.72964695684021,41.914353515835316],[-72.72970795684984,41.91417651579926],[-72.73033695696546,41.91263151548154],[-72.73152995716802,41.909412514823345],[-72.73213995727264,41.90778451449022],[-72.73229695729903,41.90735651440275],[-72.73241895732383,41.90709751434894],[-72.73305795742145,41.9051855139602],[-72.73344795748798,41.90413851374603],[-72.73397695757876,41.902727513457265],[-72.73408995759858,41.90243351339702],[-72.73475395771433,41.900693513040515],[-72.73566695786668,41.898183512527716],[-72.73623995796405,41.8966385122117],[-72.73642495799467,41.89612551210692],[-72.73735795815195,41.893587511588024],[-72.73772995821703,41.892616511389015],[-72.7377859582256,41.89244951135505],[-72.73780695822869,41.892384511341845]]]},"properties":{"name":"East Granby"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.64603592284438,41.7976074960217],[-72.64568292273144,41.797644496040185],[-72.64462492239305,41.797757496095976],[-72.64427292228055,41.79779649611483],[-72.64339692200066,41.79789549616208],[-72.64077092116179,41.79819449630416],[-72.63989592088235,41.79829549635175],[-72.63107891802962,41.798670496707246],[-72.62778791697075,41.798914496859986],[-72.62501391605667,41.798744496916164],[-72.62476391597818,41.79879649693424],[-72.62470891596006,41.798793496935424],[-72.62452891590092,41.79878549693966],[-72.62377891565804,41.798813496969125],[-72.62346991555798,41.79882549698136],[-72.62293691538552,41.798848497002915],[-72.62133891486853,41.7989174970675],[-72.62080691469647,41.7989414970892],[-72.62041691457019,41.7989564971046],[-72.619245914191,41.79900149715087],[-72.61885691406509,41.799017497166446],[-72.61865891400107,41.79902649717453],[-72.61844391393173,41.79903949718394],[-72.61788391375114,41.799074497208665],[-72.61720891353363,41.7991184972388],[-72.61706691348792,41.799128497245285],[-72.61679691340038,41.79913749725569],[-72.61639991327165,41.79914949727075],[-72.61520791288528,41.79918849731652],[-72.61481191275693,41.79920149733171],[-72.61411091253015,41.799232497360194],[-72.6133369122798,41.79926749739179],[-72.61200791184999,41.79932749744599],[-72.61130791162361,41.799359497474626],[-72.60989191116572,41.79942549753276],[-72.60564290979181,41.79962349770724],[-72.6042279093343,41.79969049776554],[-72.60411690929834,41.79969449776988],[-72.60378490919089,41.79970849778322],[-72.60367490915532,41.79971349778772],[-72.60348590909409,41.79972049779513],[-72.60292190891154,41.799743497817644],[-72.60273490885108,41.799752497825374],[-72.60244390875705,41.7997674978376],[-72.60157090847513,41.79981449787467],[-72.60128090838155,41.79983149788724],[-72.60098490828572,41.799843497899055],[-72.60009690799833,41.79988049793466],[-72.5998019079029,41.79989349794662],[-72.59504490636469,41.80011649814214],[-72.58929490450393,41.80036149837369],[-72.58646690358896,41.80048549848822],[-72.58432990289789,41.80058549857598],[-72.58418190285005,41.80059249858208],[-72.58373990270705,41.80061249860009],[-72.58359290265957,41.80062049860635],[-72.58348990262783,41.80065249861582],[-72.58348590262523,41.800629498611514],[-72.58348190262248,41.80060449860681],[-72.5834669026137,41.800536498594155],[-72.5834359025938,41.80036549856211],[-72.58342290258568,41.8002974985494],[-72.58307690236407,41.7983954981931],[-72.583034902337,41.79816149814923],[-72.58300990232101,41.79802449812357],[-72.5829409022769,41.797646498052764],[-72.58290090225111,41.797423498010964],[-72.58287090223189,41.79725849798006],[-72.58281190219435,41.79693849792014],[-72.5827909021807,41.79681949789782],[-72.58272590213926,41.79646549783152],[-72.58270490212561,41.79634649780919],[-72.58269590211998,41.796299497800405],[-72.58262490207443,41.79590749772696],[-72.5825979020572,41.79576049769941],[-72.58251990200706,41.79532849761847],[-72.58249890199377,41.79521549759732],[-72.58248890198719,41.795157497586416],[-72.58242190194441,41.79479149751787],[-72.58240590193417,41.79470349750137],[-72.58234490189524,41.794370497439004],[-72.58232090187958,41.794233497413316],[-72.58224090182857,41.79379749733164],[-72.58222090181582,41.79368849731121],[-72.58210590174214,41.793055497192626],[-72.5820749017222,41.792883497160375],[-72.5819999016742,41.79247149708318],[-72.58196390165114,41.792273497046075],[-72.58189490160679,41.7918914969745],[-72.5818729015927,41.79177049695181],[-72.58180090154679,41.791377496878184],[-72.58177190152811,41.79121649684802],[-72.58169490147887,41.79079449676895],[-72.58167790146784,41.79069849675095],[-72.58158790141033,41.79020549665858],[-72.58158790141016,41.790202496658],[-72.5815669013969,41.79009049663703],[-72.58155890139207,41.79005149662975],[-72.58153290137535,41.78990749660277],[-72.58151590136283,41.78978549657975],[-72.58144090132274,41.789511496529194],[-72.58145890128836,41.78880749639259],[-72.58143290126844,41.7886074963548],[-72.57999090046214,41.78272449526417],[-72.57994990041867,41.78219749516364],[-72.57994090040744,41.78205249513592],[-72.57991590037444,41.78161749505266],[-72.57990790036361,41.78147349502508],[-72.57989290034982,41.78131749499541],[-72.57985290031147,41.78087449491107],[-72.57984990030917,41.78085149490673],[-72.57984490030445,41.780797494896454],[-72.57984490030377,41.78078549489415],[-72.57983690029607,41.780696494877205],[-72.57982590028865,41.7806294948646],[-72.57981490028126,41.780562494852006],[-72.57961390014655,41.77935149462441],[-72.57956990011694,41.77908449457419],[-72.57912389983846,41.77675449413815],[-72.57878889964897,41.775348493877125],[-72.57862289955504,41.77465149374772],[-72.57847289947028,41.77402349363115],[-72.5784498994557,41.7738994936079],[-72.57838289941256,41.77352649353795],[-72.57836089939838,41.773403493514884],[-72.57709389855995,41.76595149211485],[-72.57698089848441,41.765273491987394],[-72.57664289825827,41.76324149160532],[-72.57653089818314,41.76256449147802],[-72.57634989806142,41.76146549127131],[-72.5758068976964,41.75816949065137],[-72.57562589757477,41.75707149044482],[-72.57561589756473,41.75695249042214],[-72.57463389699215,41.752525489597396],[-72.57465589698239,41.75222848953927],[-72.57431789675267,41.750131489144486],[-72.57430389674407,41.75006048913122],[-72.57308889599858,41.74392948798414],[-72.5728318958287,41.74241848770005],[-72.57206089531914,41.73788548684773],[-72.57180389514936,41.7363754865638],[-72.57168689508195,41.73586148646808],[-72.57134789488661,41.734371486190604],[-72.57134589488548,41.734363486189125],[-72.57133689488023,41.73432248618149],[-72.57132789487501,41.734282486174045],[-72.57123389481733,41.73380748608512],[-72.57160389493545,41.73376448606499],[-72.57271389529006,41.73363948600533],[-72.57308489540858,41.73359748598534],[-72.57327889547055,41.733575485974896],[-72.57386489565793,41.73351248594396],[-72.57405989572028,41.733491485933676],[-72.57434389581135,41.73346548591957],[-72.575196896085,41.7333894858776],[-72.57548189617647,41.733364485863646],[-72.5776968968812,41.73306448573479],[-72.57922589736773,41.73285848564606],[-72.58005789763243,41.7327454855976],[-72.58434289899586,41.732167485348754],[-72.58544589934687,41.73201948528485],[-72.58651089968542,41.731870485221975],[-72.58655889970089,41.73186748521987],[-72.58666989973666,41.73186048521494],[-72.58676989976867,41.73185048520981],[-72.58683589978979,41.73184348520634],[-72.58766690005596,41.7317624851641],[-72.5879439001447,41.731735485150026],[-72.58990890077156,41.73149948504152],[-72.59580390265236,41.73079548471673],[-72.59585890266993,41.73078948471382],[-72.59776990327964,41.73056148460855],[-72.60043390412066,41.7300874844316],[-72.60395190523128,41.729461484197905],[-72.61018490721645,41.728659483843224],[-72.61091690744892,41.72855348379927],[-72.61311590814731,41.728236483667544],[-72.61384890838015,41.728131483623756],[-72.6141849084846,41.728043483595954],[-72.61523790882096,41.727925483539416],[-72.61573590897649,41.72780748350064],[-72.61588690902317,41.72776348348728],[-72.61634290916422,41.72763148344714],[-72.6164949092113,41.727588483433955],[-72.61678090930275,41.727558483418996],[-72.6225759111566,41.7269584831173],[-72.62473891184014,41.72658748297626],[-72.62709991258632,41.72618348282244],[-72.63093991380808,41.72567048260016],[-72.63195891412994,41.72549348253325],[-72.63297791445183,41.72531648246635],[-72.63360991465144,41.725206482424824],[-72.63424091485079,41.7250974823835],[-72.63633591552248,41.7249074822796],[-72.63832991620286,41.725446482319995],[-72.64359791800042,41.72687048242663],[-72.6443129182444,41.72706348244105],[-72.64499191847604,41.727246482454674],[-72.64630791892512,41.727602482481345],[-72.64661291902796,41.72766348248337],[-72.64698691915409,41.7277384824859],[-72.64753091933748,41.72784648248933],[-72.64766691938334,41.727873482490196],[-72.647751919412,41.72789048249076],[-72.64783691944068,41.72790748249132],[-72.64609891901378,41.730345483018716],[-72.64263691816375,41.73520748407028],[-72.64257191831473,41.73821948465495],[-72.64253691839983,41.73990748498256],[-72.64280691853045,41.74065348511819],[-72.64298191861502,41.741135485205795],[-72.64374091898229,41.7432334855872],[-72.6446369194157,41.745707486036906],[-72.64747692050726,41.74861248650754],[-72.64893892106922,41.75010848674991],[-72.64903692110688,41.750208486766084],[-72.65000692145486,41.75076648684285],[-72.65097892180363,41.75132648691993],[-72.65291792249931,41.75244248707347],[-72.65291992250002,41.7524434870736],[-72.65340492267403,41.75272248711197],[-72.6538889228477,41.75300148715039],[-72.65424292297593,41.753226487182516],[-72.65429792299585,41.75326148718752],[-72.65459592310388,41.75345248721487],[-72.65526692334701,41.75388048727611],[-72.65552692344123,41.75404648729985],[-72.65593692358983,41.75430848733733],[-72.6569709239803,41.755243487484904],[-72.65803692438284,41.75620748763703],[-72.66022492519075,41.7578654878873],[-72.66133692560129,41.75870748801434],[-72.66143692564461,41.758894488047275],[-72.66153692568791,41.75908148808022],[-72.6616779257489,41.759344488126516],[-72.66181892580997,41.75960848817303],[-72.66209192592821,41.76011948826303],[-72.6634669265235,41.76268948871562],[-72.66435892690973,41.764357489009356],[-72.66511492723707,41.76577048925816],[-72.66507292726655,41.76652348940504],[-72.66494992735593,41.76878248984556],[-72.66491692737924,41.769376489961395],[-72.66490892738581,41.76953648999258],[-72.6645749273449,41.77072149023229],[-72.66433692731606,41.771571490404206],[-72.66416092729466,41.772198490531004],[-72.6596229260126,41.77563149134015],[-72.6591009258652,41.776027491433425],[-72.65851892570075,41.77646749153715],[-72.65793692553629,41.77690749164085],[-72.65712592528797,41.77718649172082],[-72.65631492503968,41.77746549180077],[-72.65482492458347,41.77797849194774],[-72.65333492412728,41.778491492094716],[-72.65276892395394,41.778685492150366],[-72.65183692366865,41.77900749224253],[-72.6510399234623,41.77993949244818],[-72.64907892295462,41.782232492954165],[-72.64711892244716,41.7845244934599],[-72.64593592214086,41.78590749376506],[-72.6452359222223,41.79130749483064],[-72.64534692230885,41.79218549499665],[-72.64603592284438,41.7976074960217]]]},"properties":{"name":"East Hartford"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.62173492107122,41.90460551743873],[-72.62192292127679,41.907107517914554],[-72.62218092155773,41.91052051856355],[-72.62248992189463,41.91461451934198],[-72.62262792204467,41.916435519688186],[-72.6226529220725,41.91677651975302],[-72.62266292208342,41.9169095197783],[-72.62267892210065,41.91711751981784],[-72.6229609223321,41.919534520274134],[-72.62380792302689,41.92678552164279],[-72.6240909232588,41.929203522099094],[-72.62400092328862,41.930228522299274],[-72.62395792330337,41.93072752239671],[-72.62370692332057,41.93244452273526],[-72.62358292332871,41.93328652290131],[-72.62357092332994,41.93337552291882],[-72.62343492333923,41.93430552310218],[-72.62302092320722,41.934359523125906],[-72.62178192281243,41.93452552319773],[-72.62136892268086,41.93458152322181],[-72.62115892261336,41.93459952323204],[-72.62052992241124,41.93465452326286],[-72.62032092234412,41.93467352327325],[-72.6197819221712,41.9347255233006],[-72.61816592165295,41.9348845233832],[-72.61762792148042,41.93493752341071],[-72.61718892134019,41.93499052343503],[-72.61587292091995,41.93515152350838],[-72.6154349207801,41.93520552353286],[-72.61229091976496,41.935396523670775],[-72.61216591972408,41.9353955236746],[-72.61194291965384,41.935439523690256],[-72.6116379195574,41.93549352371047],[-72.61151591951909,41.93551952371938],[-72.61138991947878,41.93553352372614],[-72.6106829192554,41.935661523773504],[-72.61055391921457,41.9356835237819],[-72.61043391917708,41.93571252379135],[-72.61040791916862,41.93571352379238],[-72.6099949190351,41.935735523809896],[-72.60969991893968,41.93575052382227],[-72.60776391831635,41.93589952391322],[-72.60763391827427,41.93590552391855],[-72.6075129182367,41.935938523928804],[-72.60713191811872,41.936049523962424],[-72.60693291805701,41.9361055239796],[-72.60413891715575,41.93629152410526],[-72.60389291707726,41.936322524119134],[-72.60367291700642,41.93633952412948],[-72.60301391679448,41.93639452416126],[-72.60279491672405,41.93641252417177],[-72.60182291641058,41.936478524215715],[-72.59890891547104,41.93668052434832],[-72.59793791515797,41.93674752439242],[-72.5978389151263,41.93675852439772],[-72.59773891509433,41.93677052440325],[-72.59769191507928,41.93677552440571],[-72.59695391484341,41.936862524446184],[-72.5967089147651,41.93689152445965],[-72.59545091436173,41.93701752452435],[-72.59168091315293,41.93739552471828],[-72.59042391274991,41.93752252478314],[-72.58781191191044,41.93775052491096],[-72.57997890939296,41.93843652529467],[-72.5773679085538,41.93866552542262],[-72.57689990840375,41.93871252544669],[-72.57549890795474,41.9388575255196],[-72.57503290780535,41.93890552554381],[-72.57200390683306,41.939192525696335],[-72.56291990391716,41.94005552615408],[-72.5598919029452,41.94034352630671],[-72.55751390218565,41.94063552643922],[-72.55037989990714,41.94151552683752],[-72.54811589918408,41.94179552696404],[-72.548002899148,41.94180952697036],[-72.54794689913012,41.9418165269735],[-72.53860689615108,41.94304152750884],[-72.53184889398158,41.94368652784963],[-72.5298598933452,41.943913527957086],[-72.52733489253721,41.94420052809325],[-72.52710389246361,41.94423252810681],[-72.52641389224395,41.94433052814779],[-72.52618389217075,41.94436352816151],[-72.52596689210121,41.944386528172885],[-72.52531989189391,41.9444555282069],[-72.52510389182477,41.944479528218444],[-72.52476489171521,41.94449952823316],[-72.52374989138741,41.94456252827781],[-72.52341189127824,41.94458352829269],[-72.52230489092202,41.94467452834566],[-72.51898488985384,41.94495152850535],[-72.51787888949802,41.945044528558675],[-72.51720088927834,41.945074528586176],[-72.51569688879113,41.94514252864742],[-72.51517188862354,41.94520952867716],[-72.51449988840905,41.94529552871523],[-72.5143898883771,41.94536452873203],[-72.5142828883433,41.9453845287393],[-72.51417188830827,41.94540552874691],[-72.51383388819835,41.94541352875927],[-72.51372388816237,41.9454125287626],[-72.51356888811165,41.94541052876719],[-72.51333088803386,41.945409528774604],[-72.5133898880255,41.94492852868014],[-72.51357088800168,41.94348552839659],[-72.5136308879937,41.94300552830225],[-72.51363388799003,41.94292452828657],[-72.51366688795484,41.942124528131515],[-72.51377988783989,41.939481527619115],[-72.51381788780176,41.93860152744847],[-72.51382088779785,41.93851652743201],[-72.51382988778873,41.93830652739129],[-72.51382988778626,41.938263527383015],[-72.51383088778175,41.93817952736681],[-72.51383088777676,41.93809252735006],[-72.513830887766,41.93790552731406],[-72.51383488776324,41.93783452730026],[-72.51383988775999,41.93774952728374],[-72.51389688771904,41.93671252708226],[-72.51406988759719,41.93360752647891],[-72.51412888755704,41.93257252627774],[-72.51413088755372,41.93250352626438],[-72.51413188750632,41.931672526104336],[-72.51413088735114,41.928975525585045],[-72.5141308873298,41.92860352551341],[-72.51415388730726,41.92808052541197],[-72.51424688720583,41.92578452496683],[-72.51453388690437,41.9188995236316],[-72.51462888680571,41.91663952319324],[-72.51471788667276,41.9138155226464],[-72.51473188665379,41.913405522566975],[-72.51512988636503,41.906105521147815],[-72.51513288635952,41.90599252112594],[-72.51522688601658,41.899475519867146],[-72.5152308860024,41.89920551981497],[-72.51534788597525,41.89806551959154],[-72.51578288587463,41.8938325187618],[-72.51592888584194,41.892430518486904],[-72.51592888584148,41.89242251848536],[-72.51598788581174,41.89156751831867],[-72.51616788572366,41.88900451781887],[-72.5162278856943,41.88815051765233],[-72.51622988569237,41.888105517643595],[-72.51632788561064,41.8861205172578],[-72.51662188536736,41.8801975161065],[-72.51662988536052,41.88003251607443],[-72.51670488529851,41.87852251578089],[-72.5167128852923,41.87836851575095],[-72.51672088528605,41.878213515720795],[-72.51673188527774,41.87800551568034],[-72.51676788523957,41.87713351551105],[-72.51685988515341,41.875104515116846],[-72.5168838851278,41.87452051500348],[-72.51692388509105,41.87365051483443],[-72.51692488509123,41.87364751483381],[-72.51693088508505,41.87350551480624],[-72.51699688507196,41.872900514687466],[-72.51724688502492,41.87065351424614],[-72.51733088500953,41.869905514099194],[-72.51851288539306,41.86986751405407],[-72.52205788654356,41.86975651391929],[-72.52324088692747,41.86971951387431],[-72.52475888742254,41.8697145138248],[-72.52931388890802,41.869698513676],[-72.53083288940348,41.86969451362662],[-72.53235988989941,41.86965351356985],[-72.53694389138822,41.869531513399615],[-72.53847189188454,41.86949151334299],[-72.5390418920695,41.86947351332129],[-72.54075089262423,41.86942251325675],[-72.54132189280958,41.869405513235186],[-72.54191989300476,41.869406513216234],[-72.54371489359082,41.869412513159915],[-72.5443138937864,41.86941451314112],[-72.5450268940176,41.86938951311349],[-72.54716589471134,41.869316513030924],[-72.54787989494297,41.86929251300344],[-72.54883889525526,41.869281512970595],[-72.55171889619305,41.869248512872],[-72.55267889650574,41.86923851283931],[-72.553508896775,41.869211512807524],[-72.5556118974574,41.86914551272743],[-72.5560018975839,41.869132512712426],[-72.55683289785354,41.86910651268081],[-72.55838689835835,41.86906751262349],[-72.56304989987318,41.86895251245191],[-72.56460490037836,41.86891451239473],[-72.56598090082588,41.8688895123458],[-72.56762790136159,41.86886051228744],[-72.57011190216943,41.86881551219913],[-72.57148890261733,41.868791512150366],[-72.5729889031042,41.86874751209378],[-72.57748890456477,41.86861551192404],[-72.57804390474493,41.868599511903156],[-72.57898890505163,41.86857151186745],[-72.57970290528182,41.8685235118353],[-72.58184690597315,41.86838151173915],[-72.58256190620372,41.86833451170714],[-72.58364690655752,41.86833151167176],[-72.5869029076193,41.86832351156578],[-72.58788690794022,41.86832151153382],[-72.58798890797348,41.86832151153055],[-72.59360390980365,41.868292511344784],[-72.59526191034281,41.86826251128578],[-72.60338791298804,41.86816351100584],[-72.60382991313084,41.86813951098702],[-72.60515891356032,41.868068510930655],[-72.60544391365248,41.86805451091881],[-72.60560191370357,41.8680465109122],[-72.61420391653068,41.86841251070648],[-72.61429691656124,41.86841651070425],[-72.6143889165915,41.86842051070208],[-72.61453991664196,41.86844151070128],[-72.61469091669241,41.868462510700475],[-72.61491391676695,41.86849351069928],[-72.61660391732461,41.868604510666394],[-72.6179169177444,41.86845651059566],[-72.6192299181642,41.86830851052496],[-72.61926491817539,41.86830451052305],[-72.61928691827718,41.86994951083947],[-72.6193279184599,41.87289351140567],[-72.61936791858767,41.87488751178877],[-72.61940191869347,41.876533512104935],[-72.61946591888818,41.87955451268514],[-72.61948991891656,41.879911512753175],[-72.61965591910833,41.88230251320863],[-72.61969391915221,41.88284951331285],[-72.62044891964601,41.88714851411701],[-72.62044191980674,41.88997951466273],[-72.62044191983166,41.89041251474615],[-72.62133192022364,41.892176515057415],[-72.62137792029458,41.89314751524301],[-72.62149992033369,41.89313551523678],[-72.62154392035099,41.8931865152452],[-72.62146292034309,41.89350851530983],[-72.62137392032766,41.89374451535816],[-72.62126592030924,41.89403651541789],[-72.62104592025894,41.89440951549682],[-72.6209429202449,41.894749515565636],[-72.62094192025783,41.89497951560998],[-72.62098692030939,41.89561951573182],[-72.62096692031398,41.895812515769656],[-72.62090492030215,41.89595851579978],[-72.6208269202876,41.89614751583869],[-72.62079792030198,41.89656151591939],[-72.62076792030095,41.89671351594963],[-72.62075092030697,41.896914515988904],[-72.6207019203258,41.89751851610683],[-72.6206859203322,41.89772051614626],[-72.62089492047973,41.899097516404794],[-72.62152492092333,41.90322851718025],[-72.62173492107122,41.90460551743873]]]},"properties":{"name":"East Windsor"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.50919289179339,42.03414954596871],[-72.50908189172235,42.033547545856656],[-72.50874889150944,42.031744545521065],[-72.50863789143848,42.0311435454092],[-72.50809689109252,42.02821254486362],[-72.50692589034341,42.02186154368122],[-72.50647589005567,42.019422543227094],[-72.50646789005029,42.01937454321812],[-72.50593688971054,42.01649254268145],[-72.50593588970987,42.01648654268033],[-72.5058278896412,42.015907542572535],[-72.50549988943312,42.014157542246814],[-72.50539088936395,42.01357554213848],[-72.50523888926729,42.01276054198675],[-72.50478288897752,42.01031854153212],[-72.50463088888094,42.009504541380565],[-72.50448488879876,42.008906541270335],[-72.50405188855393,42.00711354093964],[-72.50392988848473,42.00660454084573],[-72.5039108884734,42.006515540829234],[-72.50390388846927,42.00648354082332],[-72.50376988838934,42.00585654070711],[-72.50335188813915,42.0038845403415],[-72.5032288880655,42.00330354023378],[-72.50321588805691,42.00322854021977],[-72.50306088795742,42.00238054006175],[-72.50259888766024,41.99984253958873],[-72.50244788756224,41.99899753943113],[-72.50243088755128,41.998903539413604],[-72.50241888754192,41.99880953939594],[-72.50234888748676,41.99824853929034],[-72.50233088747258,41.99810453926324],[-72.50232288746754,41.998062539255415],[-72.50232088746603,41.99804753925259],[-72.50180088713765,41.99529553874022],[-72.5002378861494,41.98699953719528],[-72.4997308858286,41.9843035366931],[-72.49972288582201,41.9842345366801],[-72.49972288582183,41.98423153667954],[-72.49965888576969,41.98368853657714],[-72.49946988561403,41.98205653626936],[-72.49942888558027,41.98170253620259],[-72.49940688556711,41.98159853618329],[-72.49938988555684,41.98151653616807],[-72.49938288555275,41.98148553616234],[-72.49937788554939,41.98145553615673],[-72.49936388554133,41.981394536145444],[-72.49935788553763,41.98136453613986],[-72.4993118855104,41.98115253610057],[-72.49917588542938,41.9805165359826],[-72.49913088540248,41.98030453594328],[-72.49911088538676,41.98014453591315],[-72.49905088533953,41.979664535822764],[-72.49903088532378,41.97950453579263],[-72.49901488530459,41.979261535746396],[-72.49896988524819,41.9785365356084],[-72.49895488522941,41.97829553556253],[-72.4989548852293,41.97829353556216],[-72.49892888519825,41.97790153548758],[-72.49888088516896,41.977664535443544],[-72.49850688493943,41.975798535096615],[-72.49838388486359,41.97517853498131],[-72.49832688482904,41.97490153492985],[-72.4980588846656,41.97358153468452],[-72.49709088407438,41.96879853379544],[-72.49677888388301,41.96724253350608],[-72.49677088387827,41.96720553349922],[-72.49672988385326,41.967003533461664],[-72.49668888382861,41.96680753342527],[-72.49644388368013,41.96561653320398],[-72.49636288363085,41.96521953313019],[-72.49634588362063,41.96513853311516],[-72.4962958835904,41.96489653307019],[-72.49627988358058,41.96481653305531],[-72.49556888314933,41.96135353241177],[-72.49343888185699,41.950966530481026],[-72.49272988142671,41.947505529837535],[-72.49531388225772,41.947281529711724],[-72.5030658847511,41.946616529335614],[-72.50552888554331,41.94640552921616],[-72.50564988558196,41.946390529209395],[-72.50572088560457,41.9463805292052],[-72.50718588607224,41.946193529122304],[-72.51157688747396,41.945633528873906],[-72.51179388754322,41.94560552886156],[-72.51333088803386,41.945409528774604],[-72.51356888811165,41.94541052876719],[-72.51372388816237,41.9454125287626],[-72.51383388819835,41.94541352875927],[-72.51417188830827,41.94540552874691],[-72.5142828883433,41.9453845287393],[-72.5143898883771,41.94536452873203],[-72.51449988840905,41.94529552871523],[-72.51517188862354,41.94520952867716],[-72.51569688879113,41.94514252864742],[-72.51720088927834,41.945074528586176],[-72.51787888949802,41.945044528558675],[-72.51898488985384,41.94495152850535],[-72.52230489092202,41.94467452834566],[-72.52341189127824,41.94458352829269],[-72.52374989138741,41.94456252827781],[-72.52476489171521,41.94449952823316],[-72.52510389182477,41.944479528218444],[-72.52531989189391,41.9444555282069],[-72.52596689210121,41.944386528172885],[-72.52618389217075,41.94436352816151],[-72.52641389224395,41.94433052814779],[-72.52710389246361,41.94423252810681],[-72.52733489253721,41.94420052809325],[-72.5298598933452,41.943913527957086],[-72.53184889398158,41.94368652784963],[-72.53860689615108,41.94304152750884],[-72.54794689913012,41.9418165269735],[-72.548002899148,41.94180952697036],[-72.54811589918408,41.94179552696404],[-72.55037989990714,41.94151552683752],[-72.55751390218565,41.94063552643922],[-72.5598919029452,41.94034352630671],[-72.56291990391716,41.94005552615408],[-72.57200390683306,41.939192525696335],[-72.57503290780535,41.93890552554381],[-72.57549890795474,41.9388575255196],[-72.57689990840375,41.93871252544669],[-72.5773679085538,41.93866552542262],[-72.57997890939296,41.93843652529467],[-72.58781191191044,41.93775052491096],[-72.59042391274991,41.93752252478314],[-72.59168091315293,41.93739552471828],[-72.59545091436173,41.93701752452435],[-72.5967089147651,41.93689152445965],[-72.59695391484341,41.936862524446184],[-72.59769191507928,41.93677552440571],[-72.59773891509433,41.93677052440325],[-72.5978389151263,41.93675852439772],[-72.59793791515797,41.93674752439242],[-72.59890891547104,41.93668052434832],[-72.60182291641058,41.936478524215715],[-72.60279491672405,41.93641252417177],[-72.60301391679448,41.93639452416126],[-72.60367291700642,41.93633952412948],[-72.60389291707726,41.936322524119134],[-72.60413891715575,41.93629152410526],[-72.60693291805701,41.9361055239796],[-72.60713191811872,41.936049523962424],[-72.6075129182367,41.935938523928804],[-72.60763391827427,41.93590552391855],[-72.60776391831635,41.93589952391322],[-72.60969991893968,41.93575052382227],[-72.6099949190351,41.935735523809896],[-72.61040791916862,41.93571352379238],[-72.61043391917708,41.93571252379135],[-72.61055391921457,41.9356835237819],[-72.6106829192554,41.935661523773504],[-72.61138991947878,41.93553352372614],[-72.61151591951909,41.93551952371938],[-72.6116379195574,41.93549352371047],[-72.61194291965384,41.935439523690256],[-72.61216591972408,41.9353955236746],[-72.61229091976496,41.935396523670775],[-72.6154349207801,41.93520552353286],[-72.61587292091995,41.93515152350838],[-72.61718892134019,41.93499052343503],[-72.61762792148042,41.93493752341071],[-72.61816592165295,41.9348845233832],[-72.6197819221712,41.9347255233006],[-72.62032092234412,41.93467352327325],[-72.62052992241124,41.93465452326286],[-72.62115892261336,41.93459952323204],[-72.62136892268086,41.93458152322181],[-72.62178192281243,41.93452552319773],[-72.62302092320722,41.934359523125906],[-72.62343492333923,41.93430552310218],[-72.62153992282663,41.93613952351615],[-72.61986292237309,41.93776452388285],[-72.61629092140696,41.94122452466363],[-72.6158589212901,41.941642524757974],[-72.61563492122956,41.94186052480713],[-72.61497792105176,41.942495524950466],[-72.61447092091463,41.942986525061244],[-72.61396492077775,41.94347652517181],[-72.61379192076168,41.944176525312066],[-72.61375392075831,41.94433252534332],[-72.6135429207388,41.94518752551462],[-72.61332292071872,41.9460835256941],[-72.61327392071397,41.9462785257332],[-72.61310192069831,41.946979525873594],[-72.61292792074454,41.94876352622243],[-72.61240692088377,41.95411852726939],[-72.61223392093046,41.955904527618515],[-72.61211392094779,41.956882527810485],[-72.61175392099979,41.95981652838642],[-72.61163492101751,41.96079552857855],[-72.61138892096487,41.961274528678594],[-72.61114392091264,41.961754528778805],[-72.61046092076687,41.96309052905773],[-72.61037192074775,41.96326252909368],[-72.60977792062108,41.96442652933665],[-72.60953392056899,41.96490352943624],[-72.60788692037026,41.9707685306171],[-72.60778292035752,41.971135530691],[-72.60746092031893,41.9722865309227],[-72.60703392026727,41.97380453122832],[-72.60673192025124,41.975232531512596],[-72.60668292024887,41.97546853155954],[-72.60582692020355,41.97951853236573],[-72.60552592018792,41.980947532650134],[-72.60551892018736,41.98097753265611],[-72.60549892018622,41.981070532674636],[-72.60549292018605,41.981101532680796],[-72.60510992016134,41.982836533026656],[-72.60471292013592,41.98463853338581],[-72.60396192008767,41.988043534064474],[-72.60393392008615,41.98817553409075],[-72.60381792007853,41.988698534195],[-72.60370292007117,41.989220534299015],[-72.60364092006714,41.989500534354846],[-72.60357992006334,41.98977953441044],[-72.60436992043151,41.991683534750926],[-72.60523492083445,41.99376553512317],[-72.60674192153694,41.99739953577296],[-72.60688892160532,41.99775153583587],[-72.6071569217302,41.99839653595117],[-72.60742492185506,41.999041536066464],[-72.60747892188029,41.9991725360899],[-72.60753392190588,41.9993045361135],[-72.60744892190128,41.999704536193086],[-72.60736292189631,42.00010353627251],[-72.60725092189,42.00062653637661],[-72.60700192187811,42.001825536614994],[-72.60639092184898,42.004768537200114],[-72.60564892181365,42.0083425379106],[-72.605429921803,42.009393538119554],[-72.60490592177801,42.01191653862109],[-72.60496092181658,42.012272538687675],[-72.60501692185554,42.01262953875446],[-72.60531192206221,42.01453353911066],[-72.60592492249174,42.01849053985088],[-72.60652792291447,42.02238554057942],[-72.60683292312808,42.0243515409471],[-72.60688292316331,42.0246775410081],[-72.60693392319887,42.02500354106905],[-72.60641692302998,42.02500354108572],[-72.60486692252368,42.025003541135675],[-72.60435092235512,42.0250035411523],[-72.60433392234957,42.02500354115284],[-72.60404592225538,42.02500154116175],[-72.60313292195679,42.024995541190016],[-72.60285492186593,42.024994541198794],[-72.60282892185742,42.02499454119963],[-72.60244792173279,42.02499154121132],[-72.60130592135934,42.02498454124678],[-72.60095192124365,42.024983541257996],[-72.60092592123516,42.02498354125883],[-72.60040692106584,42.024987541276325],[-72.59885192055853,42.02499854132854],[-72.5983339203896,42.025003541346194],[-72.59830792038105,42.02500254134685],[-72.59822892035507,42.02499954134881],[-72.59820392034685,42.02499854134942],[-72.59662191982665,42.02493954138906],[-72.59187891826706,42.02476354150806],[-72.59029791774724,42.024705541547824],[-72.59023291772588,42.02470354154956],[-72.59020891771804,42.02470354155032],[-72.58994391763146,42.02470354155885],[-72.58985591760273,42.0247035415617],[-72.58984991760076,42.0247035415619],[-72.58983491759587,42.02470354156237],[-72.58982991759423,42.02470354156253],[-72.58959491751746,42.0247035415701],[-72.5893109174247,42.024703541579235],[-72.58910291735675,42.02470354158595],[-72.58775591691672,42.02470354162933],[-72.5872379167475,42.02470354164601],[-72.58659191653645,42.02470354166681],[-72.58465591590401,42.024703541729146],[-72.5840109156933,42.024703541749915],[-72.58393291566782,42.02470354175242],[-72.58387391564855,42.02470354175432],[-72.5834639155146,42.02470354176752],[-72.58282391530553,42.02470354178813],[-72.58279091529477,42.02470354178918],[-72.58233291514513,42.02470354180394],[-72.58163291494542,42.025203541922465],[-72.581549914921,42.025250541934184],[-72.58085491471661,42.025641542031636],[-72.57951891432376,42.026394542219236],[-72.57612591332592,42.02830554269542],[-72.57590691326267,42.02844854272992],[-72.5750809130232,42.02897354285733],[-72.57426891278787,42.029490542982735],[-72.57417091275948,42.02955354299799],[-72.57323591248846,42.03014854314233],[-72.56812891085028,42.030672543407285],[-72.56177690881707,42.031400543751424],[-72.5613869086926,42.03145154377376],[-72.56135690868292,42.03145354377513],[-72.56099590856613,42.03147354379056],[-72.55995190822779,42.03152154383337],[-72.55943490806195,42.03157454386018],[-72.55323090607126,42.032203544180476],[-72.55301090600042,42.032221544190996],[-72.54124790221377,42.033205544758076],[-72.54105890215287,42.03322054476703],[-72.54087090209232,42.033235544775955],[-72.54087090209238,42.03323654477613],[-72.53930390158797,42.03336854485185],[-72.53665090073379,42.03358854497934],[-72.53594090050531,42.03364954501386],[-72.53157589910008,42.03401454522417],[-72.5308898988792,42.03407154525716],[-72.5288318982167,42.034244545356486],[-72.52814689799618,42.034302545389615],[-72.52813089799102,42.03430354539033],[-72.52743989776522,42.03430354541252],[-72.52532089707276,42.034303545480576],[-72.52461489684207,42.03430354550324],[-72.52370389654438,42.034303545532495],[-72.52097389565223,42.034303545620155],[-72.52023289541009,42.03430354564394],[-72.52006389535521,42.03430954565052],[-72.51947889516518,42.03432954567314],[-72.51772389459515,42.034389545741],[-72.51733089446752,42.0344035457563],[-72.51713989440476,42.03439754576128],[-72.51554989388227,42.03434754580272],[-72.51078189231548,42.03419854592712],[-72.50919289179339,42.03414954596871]]]},"properties":{"name":"Enfield"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.79674296971686,41.75880748367121],[-72.79615996931142,41.75506748296746],[-72.79599496919681,41.75401148276876],[-72.7953939687791,41.75015948204385],[-72.79497396848775,41.74747648153893],[-72.79276196777462,41.74760148163455],[-72.78964296676905,41.74777748176932],[-72.78896496655044,41.74781548179856],[-72.7888699665198,41.7478204818026],[-72.78877496648921,41.74782648180683],[-72.7885989664324,41.74783548181426],[-72.78799496623773,41.74787048184053],[-72.78738996604267,41.74790448186664],[-72.7870479659324,41.74792348188135],[-72.7870409659301,41.74792348188158],[-72.78668696581599,41.74794348189688],[-72.78648596575121,41.747955481905706],[-72.78408596497748,41.74809148200949],[-72.78335296474107,41.74813148204088],[-72.78247196445705,41.748181482079],[-72.78233996441547,41.748206482088094],[-72.78219996437139,41.748232482097634],[-72.78217696436096,41.74818148208853],[-72.78200496428325,41.74780448202123],[-72.78142296401982,41.74652148179206],[-72.78122896393208,41.74609448171578],[-72.78116096390032,41.74592748168571],[-72.78110496385918,41.74552948161058],[-72.78091196371787,41.74416648135338],[-72.78009096311567,41.73834848025529],[-72.77987396295646,41.736809479964776],[-72.7798149629143,41.73641047988953],[-72.77972796284816,41.735753479765336],[-72.77946696264996,41.73378547939328],[-72.77937996258389,41.73312947926926],[-72.77906496231456,41.730230478718916],[-72.77822596206944,41.73071847884035],[-72.7776389619001,41.73109747893257],[-72.7774719618559,41.73127447897218],[-72.77673196166366,41.73212147915983],[-72.77648796160054,41.73240547922262],[-72.77629396155037,41.73263147927256],[-72.77576796141567,41.73326747941252],[-72.77565496138686,41.73340647944303],[-72.77553896135812,41.73356347947712],[-72.7754779613429,41.73364447949477],[-72.77529596129779,41.7338904795482],[-72.77523596128296,41.73397247956597],[-72.77506196123976,41.73420647961683],[-72.7745409611106,41.73491047976976],[-72.77442796108267,41.735064479803185],[-72.7743639610663,41.735142479820325],[-72.77414796101094,41.735402479877564],[-72.77361996087579,41.73604248001833],[-72.7734929608423,41.73617948004892],[-72.77326496078246,41.73642948010461],[-72.77319296076355,41.7365084801222],[-72.77282896066497,41.73685548020103],[-72.77281396066067,41.73686548020345],[-72.77241096054559,41.73714648027079],[-72.77224196049745,41.73726648029942],[-72.77126796021916,41.737942480461534],[-72.7707529600721,41.738301480547555],[-72.76920695962926,41.7393554808012],[-72.76893295955318,41.73958448085431],[-72.76877695938929,41.737617480479074],[-72.76877495938643,41.73757948047179],[-72.76807495916194,41.73763948050599],[-72.76753895899003,41.737685480532164],[-72.76729995891242,41.737689480540645],[-72.76658295867973,41.73770348056647],[-72.76634495860257,41.73770948057533],[-72.76574995840882,41.73770948059451],[-72.76542195830206,41.7377104806053],[-72.76449895800148,41.737710480635066],[-72.76396395782724,41.73771048065232],[-72.76393495781781,41.737710480653256],[-72.76336995763387,41.73771148067168],[-72.7631899575752,41.73771048067728],[-72.76265095739966,41.73771048069467],[-72.76247195734136,41.73771048070044],[-72.76237695728784,41.73731748062752],[-72.76227495723005,41.73689048054827],[-72.76229595719265,41.73612048039871],[-72.76230795717338,41.735717480320424],[-72.76245995722076,41.73568048030836],[-72.76250395723095,41.73560848029304],[-72.76246995720177,41.73529348023322],[-72.76246695719874,41.73525748022635],[-72.76258495722766,41.735092480190644],[-72.76259895722814,41.73502148017645],[-72.76250395718898,41.734878480151885],[-72.76245995717184,41.73482948014383],[-72.76241495713184,41.73438848006002],[-72.76240895712712,41.73434048005092],[-72.7624239571235,41.734192480021825],[-72.76250495714483,41.7341044800022],[-72.7626439571898,41.73409947999675],[-72.76273895721947,41.73407747998944],[-72.76275395722219,41.734039479981604],[-72.76271595720532,41.733961479967746],[-72.76265895717985,41.73384147994638],[-72.76263695715724,41.73357247989508],[-72.76256395712713,41.73346247987616],[-72.76254195711991,41.73346147987668],[-72.7625409571108,41.73330847984714],[-72.76253795708342,41.732849479758485],[-72.76253795707464,41.732696479728894],[-72.76249895699486,41.7315294795045],[-72.76238495675656,41.728028478831206],[-72.76235695669727,41.72715547866326],[-72.76235495669376,41.72710547865368],[-72.76234695667718,41.72686247860695],[-72.76234195667257,41.72681047859704],[-72.76227295661195,41.72614647847087],[-72.76226095659449,41.72591047842561],[-72.76225395658435,41.72577347839935],[-72.76224895651451,41.724586478169954],[-72.76223795633058,41.72144647756301],[-72.76220795623246,41.71990847726652],[-72.7622049562201,41.71971047722832],[-72.7621799561338,41.71834947696587],[-72.7622139561154,41.71783647686556],[-72.76223495610479,41.71753247680606],[-72.7620469559734,41.71631047657576],[-72.76196995591921,41.71580347648017],[-72.76225595600992,41.71576147646282],[-72.76311595628283,41.71563747641112],[-72.76340295637392,41.71559647639392],[-72.7636629564558,41.71554847637624],[-72.76444495670228,41.715406476323594],[-72.76470595678455,41.71535947630607],[-72.76531195697768,41.71528647627241],[-72.76609395722603,41.71517747622611],[-72.76688895747861,41.71506847617941],[-72.76720795758001,41.7150254761608],[-72.77027395856231,41.714747476008164],[-72.77028295856523,41.71474747600788],[-72.77166895900925,41.714621475938806],[-72.7729739594227,41.71442247585823],[-72.77422395981877,41.714232475781166],[-72.77523096013783,41.71407947571908],[-72.77621596044992,41.713929475658304],[-72.77688996066355,41.713828475617014],[-72.7772189607678,41.713778475596726],[-72.77819596107739,41.713630475536604],[-72.77837996113585,41.71360547552582],[-72.77893496131234,41.71353247549379],[-72.7791199613712,41.71350847548318],[-72.7795609615107,41.713437475455216],[-72.78050996181098,41.7132864753954],[-72.78088596192973,41.713222475370884],[-72.78132796206937,41.713148475342315],[-72.78278196252764,41.712885475244526],[-72.7829929625942,41.712848475230565],[-72.78633696353488,41.71027347462455],[-72.78740296383475,41.70945247443132],[-72.78750696386412,41.70937447441289],[-72.78826596407782,41.70879347427599],[-72.78974996449566,41.70765747400834],[-72.79198596512494,41.70594147360419],[-72.79219896518502,41.70578047356617],[-72.79260496530856,41.70563047352407],[-72.79290596539579,41.70544347347816],[-72.79316896546952,41.70523647342963],[-72.79364996560622,41.704890473347156],[-72.79402896571872,41.70470147329837],[-72.79413596574994,41.704638473282735],[-72.79436296581632,41.704507473250054],[-72.79511696603272,41.70400247312802],[-72.79550396614279,41.70372547306193],[-72.79595096627001,41.70340747298597],[-72.79640196639212,41.702977472888236],[-72.79749796668911,41.70193747265163],[-72.79773596675125,41.70167047259229],[-72.79815196686005,41.70120747248928],[-72.79871696701701,41.7007384723803],[-72.80041196748812,41.69933547205412],[-72.80097796764552,41.69886847194548],[-72.80132796774473,41.698612471884644],[-72.80237996804313,41.69784647170246],[-72.80273096814273,41.69759147164181],[-72.80299896821828,41.69738847159387],[-72.80380496844575,41.6967814714504],[-72.80407396852169,41.69657947140262],[-72.80485596874009,41.695950471255664],[-72.80583796901541,41.69517947107476],[-72.81009997021052,41.69183747029042],[-72.81110397056132,41.69225547033889],[-72.81120697058157,41.69202447029087],[-72.81200697073945,41.69024146991998],[-72.81212297077147,41.690141469896886],[-72.81222497079875,41.69003846987366],[-72.81264097091409,41.68968946979268],[-72.81389097126097,41.68864646955046],[-72.81430797137668,41.68829846946965],[-72.81453197144452,41.68821046944539],[-72.81470297149637,41.68814446942708],[-72.81520397164822,41.68794946937317],[-72.81542897171644,41.68786246934908],[-72.8154309717167,41.687855469347646],[-72.81543997171842,41.68783446934329],[-72.81544297171905,41.68782846934202],[-72.81769797247279,41.68817346933598],[-72.8190609729284,41.68838246933241],[-72.82163097378745,41.68877646932563],[-72.8256239751221,41.689387469314866],[-72.82597397523911,41.689441469314005],[-72.82991597655672,41.6900444693033],[-72.83250897742346,41.690442469296514],[-72.83353497776642,41.69059946929373],[-72.83371397782633,41.69062846929356],[-72.83425397800706,41.69071546929295],[-72.83443397806731,41.690744469292746],[-72.83449397808724,41.69075146929215],[-72.83466097814258,41.690768469290035],[-72.83534197836845,41.690842469282344],[-72.8355699784441,41.69086746927981],[-72.83561897846027,41.690871469278996],[-72.83576797850944,41.69088346927652],[-72.83581797852595,41.690887469275665],[-72.83604897860215,41.690905469271684],[-72.83728397901577,41.69110846927104],[-72.84167698048716,41.69183446926947],[-72.84213798064157,41.69191046926927],[-72.84314198097788,41.69207646926892],[-72.84327898102372,41.69209846926874],[-72.84368998116139,41.6921664692686],[-72.84382798120761,41.6921894692686],[-72.84399898126489,41.69221746926847],[-72.84451398143742,41.69230346926847],[-72.84468598149506,41.692332469268514],[-72.84552098177504,41.69247546926916],[-72.84802598261498,41.692905469271345],[-72.84845998276055,41.69298046927182],[-72.84886198289534,41.69304946927217],[-72.84919898300876,41.693114469273844],[-72.8502109833493,41.69330946927884],[-72.85046998343647,41.693359469280125],[-72.85054898346306,41.69337446928047],[-72.85065398349849,41.69339646928134],[-72.8510729836398,41.69348246928441],[-72.8512759837082,41.69352346928578],[-72.85321098435385,41.69380046927675],[-72.85340098441726,41.69382746927584],[-72.85579398521573,41.69417046926476],[-72.85592598525778,41.694154469257384],[-72.8559699852721,41.69415446925597],[-72.85606498530555,41.6941984692614],[-72.85607998531232,41.694231469267315],[-72.86334398774387,41.69540646925951],[-72.86342298776998,41.69541346925831],[-72.86374498787436,41.695406469246535],[-72.86380898789587,41.695418469246775],[-72.863845987909,41.695437469249256],[-72.86571098853591,41.695784469256004],[-72.86569598853525,41.69585746927061],[-72.86642498878017,41.69599146927295],[-72.86861298951547,41.69639546928023],[-72.86934298976081,41.69653046928272],[-72.86956398983469,41.69656446928212],[-72.87022799005663,41.696666469280366],[-72.87044999013082,41.696700469279754],[-72.87191399062422,41.696995469289405],[-72.87447999148904,41.6975124693063],[-72.8763159921054,41.697840469310265],[-72.87778699259925,41.69810346931348],[-72.87799999266754,41.69808546930311],[-72.87863899287245,41.698033469272346],[-72.8788529929411,41.698016469262114],[-72.8792909930823,41.69799346924349],[-72.88060699350679,41.697928469188255],[-72.88104599364837,41.69790646916977],[-72.88218399401042,41.69776346910525],[-72.88559899509713,41.69733846891237],[-72.88673799545958,41.69719746884819],[-72.88678499547441,41.69718946884512],[-72.88692999552029,41.69716646883596],[-72.8869779955355,41.69715946883305],[-72.88772799577666,41.69710946879907],[-72.88997799650035,41.69696346869788],[-72.89057999669399,41.69692446867086],[-72.89072799674156,41.696914468664104],[-72.89115899687931,41.696871468641824],[-72.89245199729264,41.69674346857514],[-72.89288399743079,41.69670146855301],[-72.8928859974319,41.69670946855448],[-72.89289199743523,41.696733468558946],[-72.89289499743668,41.696741468560376],[-72.8929939974881,41.6970744686216],[-72.89318799758858,41.697721468740454],[-72.89328799764161,41.698076468805894],[-72.89338299769186,41.69841146886759],[-72.89344899772695,41.698647468911105],[-72.89347999774338,41.698757468931376],[-72.89367399784068,41.69934946903959],[-72.89375099787927,41.69958346908234],[-72.89374299787666,41.699583469082604],[-72.89372199787005,41.69958746908406],[-72.89371499786789,41.699589469084685],[-72.89373999788981,41.69982846913009],[-72.8938149979556,41.70054546926634],[-72.89384099797788,41.700784469311714],[-72.8939869980931,41.70195746953386],[-72.89442799843972,41.705475470199914],[-72.89457499855536,41.70664947042219],[-72.89465799860328,41.707011470489505],[-72.8949089987477,41.70809747069137],[-72.89499299879598,41.70846047075883],[-72.8951219988836,41.70925047090741],[-72.89551199914747,41.71162147135323],[-72.89564199923547,41.71241247150195],[-72.89591999938214,41.71338547168106],[-72.89675399982234,41.71630647221874],[-72.89703199996912,41.71728047239802],[-72.89728700012023,41.718459472617674],[-72.89753700026812,41.71961047283208],[-72.89805300057407,41.72199847327697],[-72.89817200064442,41.722545473378844],[-72.8982090006663,41.722715473410496],[-72.89827100071365,41.723185473499335],[-72.89929700138498,41.729020474593824],[-72.89983100173428,41.73205447516284],[-72.90062600218018,41.735289475762194],[-72.90073100223432,41.735634475825435],[-72.90102200238292,41.736565475995874],[-72.90108100240923,41.73668847601773],[-72.90113600243876,41.736889476054785],[-72.9013020025278,41.7374944761663],[-72.90135800255771,41.73769647620352],[-72.90149800262708,41.73810747627837],[-72.90192100283616,41.73934147650307],[-72.90200300287664,41.7395794765464],[-72.90208100291163,41.73974547657593],[-72.90209400292073,41.73982947659173],[-72.9021340029485,41.74008447663972],[-72.90214800295799,41.74016947665569],[-72.9021130029581,41.74036847669527],[-72.90211200295836,41.74037847669724],[-72.90215400300659,41.740975476811215],[-72.90216900302323,41.741178476849946],[-72.90216600302368,41.741203476854864],[-72.90216000302624,41.741281476870135],[-72.9021580030271,41.74130747687521],[-72.90217000305157,41.741662476943425],[-72.90217800305584,41.74169147694876],[-72.90227600310708,41.74202547701012],[-72.90244400319504,41.74260047711575],[-72.902503003226,41.74280347715305],[-72.90261200328295,41.74317447722119],[-72.90261400328825,41.74325447723657],[-72.90262300330518,41.74349647728303],[-72.90262600331086,41.743577477298594],[-72.90263800332458,41.74374747733104],[-72.90267400336589,41.744258477428595],[-72.90268700338004,41.74442947746119],[-72.9026950033854,41.74447747747021],[-72.90271900340154,41.74462147749727],[-72.902727003407,41.74467047750646],[-72.9028910034994,41.74534447763135],[-72.90298700354512,41.74559447767651],[-72.90336400374079,41.74685447790768],[-72.90358600386696,41.74778547808031],[-72.90361700388478,41.74791847810501],[-72.90364900390294,41.748052478129836],[-72.90366800391377,41.74813247814466],[-72.90387700403264,41.74901047830749],[-72.9039730040874,41.7494164783828],[-72.90416600418676,41.75004747849841],[-72.90424700422454,41.750244478533844],[-72.90479100476541,41.75652447972908],[-72.90492800490122,41.7580984800286],[-72.90561000532706,41.761615480685606],[-72.90604200559672,41.763841481101394],[-72.90624800572517,41.76490048129917],[-72.90698500618495,41.76869248200737],[-72.90770000661885,41.77216048265363],[-72.90792400675448,41.773241482855035],[-72.9083290070002,41.77520448322079],[-72.90842500705848,41.775670483307614],[-72.90848100709884,41.77605148337934],[-72.90471700588222,41.77620448353123],[-72.90405400566391,41.77616248354467],[-72.90362600551617,41.77601748353057],[-72.90298600529051,41.77571948349386],[-72.90261200515263,41.775441483452354],[-72.90215900498697,41.77512848340665],[-72.90163200473212,41.773692483146576],[-72.90116800448845,41.77209548285335],[-72.90107800443238,41.77163348276709],[-72.9012190044301,41.77080248260207],[-72.90120400435308,41.7695584823624],[-72.90121800430813,41.768704482197066],[-72.9010240042302,41.76844948215413],[-72.90088900417929,41.76832948213535],[-72.90039300400598,41.76812548211207],[-72.89992600384525,41.7679754820983],[-72.89824700322421,41.766691481904935],[-72.8977140030271,41.766284481843655],[-72.89627900249634,41.76518748167845],[-72.8961140024296,41.764962481640374],[-72.89594100236782,41.76486848162782],[-72.8952380021288,41.76469348161688],[-72.89497000204376,41.764731481632914],[-72.89416600178856,41.764844481680846],[-72.89389900170387,41.76488348169706],[-72.89307800143897,41.76492448173163],[-72.89061800064525,41.76504848183546],[-72.88979800038074,41.76509048187018],[-72.88899200012185,41.765151481908134],[-72.88844999994858,41.76520648193635],[-72.88794899978835,41.765256481962275],[-72.88774599972344,41.76527648197273],[-72.88757799966965,41.76529248198127],[-72.8874559996307,41.765305481987745],[-72.88655799934462,41.765414482037954],[-72.88643899930652,41.76542548204393],[-72.8863579992805,41.76543148204772],[-72.88616899921995,41.76544848205715],[-72.88595699915197,41.76546648206748],[-72.88575099908594,41.76548448207767],[-72.88548899900198,41.7655074820906],[-72.88518099890327,41.76553448210583],[-72.88500599884715,41.7655494821144],[-72.88465899873454,41.76555548212682],[-72.88457199870672,41.76556448213139],[-72.88431399862422,41.76559048214479],[-72.8842279985968,41.765600482149495],[-72.8842199985942,41.765600482149765],[-72.8841989985875,41.765602482150825],[-72.88419199858527,41.76560348215125],[-72.88375899844343,41.7655884821624],[-72.88245999801806,41.765546482196456],[-72.88202799787659,41.76553248220778],[-72.88175499778701,41.76552048221434],[-72.88105499755737,41.76549048223126],[-72.88093799751847,41.765476482232344],[-72.88068799743237,41.76539548222482],[-72.88028999729868,41.76532448222403],[-72.87885999681983,41.76509548222623],[-72.8783859966606,41.765010482225186],[-72.87779499646152,41.76489548222216],[-72.87731599629828,41.76476948221338],[-72.87694399617419,41.7647184822156],[-72.8760419958733,41.764593482220725],[-72.8754539956772,41.764513482224366],[-72.87415699524362,41.76431848222878],[-72.87321899492103,41.76402148220186],[-72.86702799288857,41.76373248234686],[-72.86172699111597,41.76292748236332],[-72.86124199095391,41.76285548236514],[-72.86034999065694,41.76274248237223],[-72.85953099038426,41.762638482378705],[-72.85928999030403,41.76260848238073],[-72.85887599016752,41.762578482388335],[-72.85814998992846,41.762532482402996],[-72.85789798984548,41.762516482408074],[-72.85774498979515,41.7625074824113],[-72.85314498827422,41.76210748248315],[-72.85226998798338,41.76200448249162],[-72.84863598677546,41.76157848252709],[-72.84806398658529,41.76151048253251],[-72.84624398598037,41.76129748255033],[-72.83782898318321,41.76031048263228],[-72.83561198244622,41.760049482653656],[-72.83282298151912,41.75972148268061],[-72.82999498057912,41.759390482708234],[-72.82774297983055,41.759126482730125],[-72.82078797750061,41.75799848273733],[-72.82046197739191,41.757954482739365],[-72.82024097731804,41.757921482740144],[-72.82013197728158,41.757904482740386],[-72.81875797684049,41.75801448280609],[-72.81809897662791,41.75804948283417],[-72.8161239759908,41.75815448291836],[-72.81546597577862,41.75819048294662],[-72.81319797504594,41.758292483039654],[-72.80755997322461,41.75854748327127],[-72.80639397284789,41.758599483319024],[-72.80412697211554,41.75870248341222],[-72.80264997163576,41.75872348346403],[-72.79821897019629,41.75878548361926],[-72.79674296971686,41.75880748367121]]]},"properties":{"name":"Farmington"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.54423088084772,41.64270446929688],[-72.5473498818451,41.64237946913451],[-72.54843188219108,41.64226646907813],[-72.55167188322717,41.64192946890956],[-72.55269888355556,41.64182246885608],[-72.55670988483809,41.641403468647],[-72.55944388571233,41.641119468504805],[-72.55982988583577,41.64107946848474],[-72.5598488858406,41.64105546847949],[-72.55990688585558,41.640986468464256],[-72.55992688586078,41.640963468459155],[-72.55996888587414,41.640957468456655],[-72.56009688591502,41.64094346844986],[-72.56012288592336,41.640941468448645],[-72.56013988592879,41.640939468447705],[-72.56111488624003,41.640828468395114],[-72.56404188717455,41.64049946823801],[-72.5650178874862,41.64039046818575],[-72.56685788807368,41.640183468086946],[-72.56718288817741,41.640146468069425],[-72.57367889025133,41.63941546772052],[-72.57553489084388,41.63920746762098],[-72.57584489094265,41.63916846760352],[-72.57611289102798,41.639134467588384],[-72.57633489109875,41.639107467576075],[-72.57679089124423,41.63905446755124],[-72.57691989128544,41.63904046754441],[-72.57718989137165,41.63901046752999],[-72.57936189206497,41.638764467413],[-72.58587789414496,41.638028467062384],[-72.58783489476964,41.637807466957064],[-72.58805089483867,41.63778446694571],[-72.59144989592492,41.637423466767224],[-72.60164789918416,41.63634446623243],[-72.60483590020301,41.63600746606525],[-72.60504790027076,41.635985466054215],[-72.60506490027613,41.6359824660531],[-72.60508390028227,41.6359814660523],[-72.61063390205665,41.6354074657637],[-72.61081990211608,41.635387465753894],[-72.61279290274645,41.63517646564995],[-72.61417190318714,41.635030465577564],[-72.61751790425625,41.6346744654016],[-72.62422890640049,41.63395946504849],[-72.62453690649895,41.633927465032436],[-72.6275369074574,41.63360746487448],[-72.62758090747128,41.633599464871516],[-72.62758590747279,41.633597464870974],[-72.62760390747854,41.63359546487002],[-72.62760990748043,41.63359446486963],[-72.62761290748135,41.633593464869335],[-72.62782490754816,41.633554464854996],[-72.6284709077518,41.633437464811664],[-72.62863690780415,41.63340746480053],[-72.62868790782058,41.633404464798325],[-72.62869790782379,41.63340346479781],[-72.62872790783344,41.633401464796464],[-72.62873890783702,41.63340146479611],[-72.63023690831935,41.63330746472998],[-72.63052490841214,41.633290464717476],[-72.62783690793,41.64020746614487],[-72.62443690710147,41.6451074672037],[-72.62353590710362,41.65030746824071],[-72.62453690757039,41.65278546868912],[-72.62813690924995,41.66170747030338],[-72.62812790925902,41.661918470344546],[-72.62802190945928,41.666045471147754],[-72.62755490933415,41.666518471254356],[-72.627087909209,41.66699147136095],[-72.62598690891389,41.668106471612276],[-72.62488590861872,41.66922047186334],[-72.62479790859513,41.669309471883416],[-72.62449790850171,41.66938447190753],[-72.62388990831231,41.669535471956245],[-72.61568890575833,41.67158747261616],[-72.61537690566122,41.67166647264144],[-72.61201690461486,41.67250847291204],[-72.60952290392207,41.674608473398685],[-72.609377903935,41.675666473608295],[-72.6086329040037,41.68113947469249],[-72.60864890401693,41.681280474719294],[-72.60863090401122,41.68128347472045],[-72.60979090448093,41.68289847499622],[-72.6107299048612,41.68420647521956],[-72.61376390598394,41.68657047558045],[-72.6141669061331,41.68688447562838],[-72.61573590671375,41.688107475815094],[-72.61853590764046,41.688366475775695],[-72.62453590962647,41.688924475691756],[-72.62624391019185,41.689083475667886],[-72.62693491042053,41.68914747565817],[-72.62798991076974,41.68924547564338],[-72.62973591134764,41.689407475618864],[-72.63069391166626,41.68952347561067],[-72.63140291190419,41.68964647561178],[-72.63205991212472,41.68976147561301],[-72.63268291233379,41.689869475614],[-72.63374791271211,41.69042147568679],[-72.63433491292068,41.69072647572707],[-72.63566491340086,41.691551475844236],[-72.63579891345186,41.69168047586494],[-72.63590391349177,41.69178047588095],[-72.63615491358719,41.692020475919385],[-72.63667091380474,41.69288847607095],[-72.63674291384295,41.693147476118796],[-72.63673691384442,41.69320747613061],[-72.6366799138405,41.693464476182186],[-72.63659091383096,41.693805476251086],[-72.63600891376903,41.69604447670328],[-72.63592491376,41.69636547676812],[-72.63542591370675,41.698282477155296],[-72.63532691369623,41.69866347723222],[-72.63523491366763,41.69868747723983],[-72.62819591148832,41.70067747785054],[-72.62688891108368,41.70104747796404],[-72.62500091048183,41.701277478069],[-72.62178890948178,41.70208847832885],[-72.62121390930056,41.70219547836798],[-72.619716908829,41.702477478470485],[-72.61814690838385,41.7036404787459],[-72.61761290823253,41.70403747883985],[-72.61722690815154,41.70482247900419],[-72.61621590792693,41.70666047939238],[-72.61593790786198,41.707109479488196],[-72.61904490902221,41.709707479891705],[-72.62192191009657,41.71211248026515],[-72.62197891011787,41.71216048027261],[-72.62203591013912,41.712207480279886],[-72.62454091097314,41.712522480260645],[-72.62574491137323,41.7126604802488],[-72.63688491507551,41.71394548014067],[-72.63830991554912,41.71411048012695],[-72.64057391631083,41.71453448013646],[-72.6424429170299,41.71646548045026],[-72.64400291763008,41.71807648071202],[-72.64743191894947,41.72161948128769],[-72.64805191918805,41.72226048139185],[-72.64886891950242,41.72310448152896],[-72.64826691931081,41.72318348156354],[-72.64781691916758,41.72324248158938],[-72.64736791902463,41.723300481615006],[-72.64538891839639,41.72358848173419],[-72.645160918324,41.723621481747884],[-72.63854191622278,41.724585482146594],[-72.63844191619104,41.72460048215272],[-72.63633591552248,41.7249074822796],[-72.63424091485079,41.7250974823835],[-72.63360991465144,41.725206482424824],[-72.63297791445183,41.72531648246635],[-72.63195891412994,41.72549348253325],[-72.63093991380808,41.72567048260016],[-72.62709991258632,41.72618348282244],[-72.62473891184014,41.72658748297626],[-72.6225759111566,41.7269584831173],[-72.61678090930275,41.727558483418996],[-72.6164949092113,41.727588483433955],[-72.61634290916422,41.72763148344714],[-72.61588690902317,41.72776348348728],[-72.61573590897649,41.72780748350064],[-72.61523790882096,41.727925483539416],[-72.6141849084846,41.728043483595954],[-72.61384890838015,41.728131483623756],[-72.61311590814731,41.728236483667544],[-72.61091690744892,41.72855348379927],[-72.61018490721645,41.728659483843224],[-72.60395190523128,41.729461484197905],[-72.60043390412066,41.7300874844316],[-72.59776990327964,41.73056148460855],[-72.59585890266993,41.73078948471382],[-72.59580390265236,41.73079548471673],[-72.58990890077156,41.73149948504152],[-72.5879439001447,41.731735485150026],[-72.58766690005596,41.7317624851641],[-72.58683589978979,41.73184348520634],[-72.58676989976867,41.73185048520981],[-72.58666989973666,41.73186048521494],[-72.58655889970089,41.73186748521987],[-72.58651089968542,41.731870485221975],[-72.58544589934687,41.73201948528485],[-72.58434289899586,41.732167485348754],[-72.58005789763243,41.7327454855976],[-72.57922589736773,41.73285848564606],[-72.5776968968812,41.73306448573479],[-72.57548189617647,41.733364485863646],[-72.575196896085,41.7333894858776],[-72.57434389581135,41.73346548591957],[-72.57405989572028,41.733491485933676],[-72.57386489565793,41.73351248594396],[-72.57327889547055,41.733575485974896],[-72.57308489540858,41.73359748598534],[-72.57271389529006,41.73363948600533],[-72.57160389493545,41.73376448606499],[-72.57123389481733,41.73380748608512],[-72.57051989459084,41.73391648612904],[-72.56837789391152,41.73424548626115],[-72.5676648936854,41.73435548630521],[-72.56397789250386,41.734707486491104],[-72.55695489025321,41.73537848684527],[-72.55673489018264,41.73539848685617],[-72.55534988973876,41.73553048692593],[-72.55291988896006,41.73576348704862],[-72.54923488777912,41.73611648723459],[-72.54666588696007,41.736437487378694],[-72.54173988538963,41.73705448765529],[-72.53895988450331,41.73740248781135],[-72.5363918836846,41.737724487955596],[-72.53549288339856,41.737847488008086],[-72.53279688254091,41.73821848816587],[-72.5318988822553,41.73834348821871],[-72.53097288195654,41.73839748825871],[-72.52819488106036,41.73856148837904],[-72.52726988076203,41.73861748841937],[-72.5272358807511,41.73862048842104],[-72.52709088070476,41.73863648842876],[-72.52655488053358,41.738698488457864],[-72.52637688047676,41.73871948846761],[-72.52576188028033,41.73879048850095],[-72.52391687969097,41.73900248860081],[-72.52330287949492,41.73907448863431],[-72.52292487937403,41.739115488654306],[-72.52179387901259,41.73924248871495],[-72.52141687889208,41.73928448873508],[-72.52054187861236,41.73938148878177],[-72.51968187833748,41.739477488827745],[-72.519664878332,41.73947848882848],[-72.5188448780784,41.73971948890127],[-72.51838687794098,41.73992848895631],[-72.51813687786529,41.740030488984004],[-72.51800687782297,41.74003148898835],[-72.51790687779042,41.74003248899173],[-72.51769287771981,41.74001748899566],[-72.51752387766375,41.74000048899775],[-72.51713287753306,41.73994348899919],[-72.51680987742408,41.7398784889969],[-72.51653887733443,41.7398554890011],[-72.5162568772412,41.73983248900563],[-72.51571587706758,41.73988048903216],[-72.51475087676147,41.74002948909176],[-72.51452987669143,41.74006448910558],[-72.514158876574,41.7401264891294],[-72.51395187650851,41.74016148914278],[-72.51349387636235,41.740216489168],[-72.51338487632715,41.74022248917263],[-72.51240087600964,41.74027948921504],[-72.51105187557765,41.74041648928453],[-72.51076887548705,41.74044548929917],[-72.51027787533069,41.74051048932739],[-72.50981887518446,41.74057048935363],[-72.50965887513446,41.74060848936609],[-72.50941687505899,41.74066848938541],[-72.50780887455014,41.74093848948888],[-72.50719187435494,41.74104348952887],[-72.507169874348,41.74104748953035],[-72.50632587407758,41.741130489573294],[-72.50597187396667,41.74120948959986],[-72.50585687392969,41.74121848960527],[-72.50565187386383,41.74123548961509],[-72.504725873561,41.741218489641305],[-72.50330987309921,41.741215489685835],[-72.50249587284209,41.741360489739826],[-72.50188287264497,41.74140848976866],[-72.50182987262804,41.74141448977149],[-72.5012898724558,41.741481489801664],[-72.50086487232133,41.74155348982912],[-72.50076187229448,41.741671489855236],[-72.50078087231282,41.74188548989604],[-72.4984488715653,41.74210949001368],[-72.49735987121623,41.74221449006867],[-72.49688387106366,41.74226049009275],[-72.49426687022473,41.74251149022464],[-72.49145486932332,41.74278149036645],[-72.4904008689855,41.74288349041974],[-72.49003186886723,41.74291949043845],[-72.48912386857614,41.7430064904842],[-72.48614386762151,41.74330449063673],[-72.4803348657607,41.74388749093444],[-72.4781128650489,41.7441104910483],[-72.47720686475861,41.74420049109454],[-72.47422786380437,41.74450049124739],[-72.4726288632925,41.74466749133057],[-72.46389986049816,41.7455804917849],[-72.46325586013597,41.74289549128576],[-72.46320586010775,41.74268549124671],[-72.46301786000201,41.74190149110096],[-72.46236385958944,41.73838449044104],[-72.46235785958574,41.73835349043524],[-72.46232985956827,41.73820649040767],[-72.46205085939899,41.73682449014904],[-72.4618978593062,41.736067490007386],[-72.46166585916558,41.734920489792735],[-72.46051385846653,41.72921048872395],[-72.46012985823357,41.727307488367735],[-72.45992885811253,41.72632748818438],[-72.4593298577508,41.723387487634156],[-72.4591298576301,41.72240748745074],[-72.45893785751265,41.7214384872692],[-72.45874185739306,41.720454487084886],[-72.45868485735797,41.720162487030144],[-72.45735085654222,41.71343248576916],[-72.45692985628477,41.71130748537094],[-72.45690585627032,41.71119048534905],[-72.45690485626987,41.71118848534868],[-72.45669885614679,41.71019948516366],[-72.45608085577734,41.70722948460797],[-72.45587585565453,41.70623948442271],[-72.45557485547492,41.70479848415312],[-72.45467785493842,41.700480483345025],[-72.45441885478365,41.69923648311222],[-72.4543788547596,41.69904148307572],[-72.4543298547304,41.698807483031935],[-72.45431285471994,41.69872048301562],[-72.45426485469062,41.69847848297025],[-72.45421585466092,41.6982354829247],[-72.45417485463602,41.698031482886485],[-72.45413385461113,41.697827482848254],[-72.45365685432085,41.695442482401276],[-72.45352785424235,41.69479748228037],[-72.45352085423815,41.69476348227402],[-72.45311385399046,41.69272748189237],[-72.45302985393936,41.692307481813664],[-72.4529728539067,41.692058481767205],[-72.45297085390554,41.692049481765544],[-72.45282185382037,41.69140148164469],[-72.45237785356565,41.68945448128145],[-72.45222985348087,41.68880748116075],[-72.45397985404179,41.68864048107284],[-72.45922985572467,41.68814248080965],[-72.46098085628596,41.687976480721886],[-72.46275885685208,41.68774048061969],[-72.46627085797036,41.68727548041803],[-72.46809585855144,41.687033480313175],[-72.46987585911823,41.68679848021109],[-72.47125985956136,41.68665848013999],[-72.4754138608915,41.686241479927205],[-72.476798861335,41.68610247985625],[-72.48027186230756,41.6832874792003],[-72.48272586299487,41.68130047873721],[-72.48240386285221,41.680633478618155],[-72.47894586132006,41.673462477337964],[-72.47843786107161,41.67199547706968],[-72.47731986052477,41.66876447647875],[-72.4783188608318,41.66843747638362],[-72.47895586102902,41.6682544763279],[-72.48086686162083,41.66770847616135],[-72.48150486181841,41.66752647610579],[-72.48240286209659,41.66727147602782],[-72.48509886293184,41.66650747579401],[-72.48599786321039,41.66625347571622],[-72.49730786667782,41.662407474611015],[-72.50111486754054,41.65572847319478],[-72.50170186766726,41.65458747295483],[-72.50177786768568,41.65447547293069],[-72.50182386769451,41.654366472908094],[-72.50186986770431,41.654274472888794],[-72.50191386771282,41.65417147286741],[-72.50202786773683,41.653939472818806],[-72.50261686786085,41.65273847256713],[-72.50472786830555,41.64843947166619],[-72.50478486831767,41.64832547164225],[-72.50510886838596,41.64766647150413],[-72.50543186845395,41.647007471366045],[-72.50551086847923,41.64699947136197],[-72.50698486895106,41.64685247128661],[-72.51164687044357,41.64639147104895],[-72.51320187094142,41.64623847096981],[-72.51453187136724,41.64610747090211],[-72.5149258714937,41.64607447088317],[-72.52010587315685,41.64564847063579],[-72.52183287371139,41.64550747055349],[-72.52248587391708,41.64538347050866],[-72.52445087453623,41.64501447037456],[-72.52503187471935,41.64490647033513],[-72.52506187472899,41.64490447033379],[-72.52510687474349,41.64490147033178],[-72.52549387486835,41.64488047031541],[-72.52665787524397,41.64481847026634],[-72.52693187533241,41.6448044702549],[-72.52704687536902,41.64478947024832],[-72.52806287569099,41.64463147018535],[-72.52963087618812,41.6443914700889],[-72.53111487665852,41.64416246999725],[-72.5321328769813,41.64400746993479],[-72.53216987699318,41.64400446993303],[-72.53228187702938,41.64399946992848],[-72.5323198770417,41.64399846992708],[-72.5323428770489,41.64399346992539],[-72.53240387706828,41.64398446992169],[-72.53242387707466,41.64398246992067],[-72.53276987718559,41.64395146990365],[-72.5338958775469,41.64385546984919],[-72.53426087766402,41.64382446983155],[-72.53475787782357,41.64378346980777],[-72.53436887769955,41.64383046982928],[-72.5350998779336,41.643759469792236],[-72.53886687913993,41.64339646960192],[-72.54315688050572,41.64284146935765],[-72.54423088084772,41.64270446929688]]]},"properties":{"name":"Glastonbury"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.78544097524981,41.91800551473132],[-72.78652297560377,41.9180245146999],[-72.787507975926,41.918041514671216],[-72.78977197666669,41.91808151460549],[-72.79085497702103,41.91810151457421],[-72.79131797717417,41.918138514566316],[-72.79270697763378,41.91825251454319],[-72.79317097778731,41.91829051453544],[-72.7968609789943,41.91835251442766],[-72.80793098261522,41.918540514104556],[-72.8116219838225,41.91860351399685],[-72.81286498422894,41.918622513960145],[-72.81301698427869,41.91862551395578],[-72.81659698544928,41.91868051385013],[-72.81784198585643,41.918700513813526],[-72.81929698633303,41.91873751377338],[-72.82366398776357,41.91884951365309],[-72.82511998824054,41.918887513613086],[-72.82538198832627,41.918892513605535],[-72.82546598835377,41.918894513603206],[-72.82616798858356,41.918909513583266],[-72.82642998866935,41.918915513575904],[-72.83213499054584,41.91919451344419],[-72.84092299343637,41.91962451324123],[-72.84924999617516,41.92003151304872],[-72.85040099655377,41.920088513022236],[-72.85495499805158,41.92031151291695],[-72.855334998176,41.920320512906336],[-72.85929199947134,41.920409512794684],[-72.86089199999515,41.920446512749734],[-72.86178200028648,41.92046651272462],[-72.87230700373189,41.92070551242792],[-72.87423900436434,41.920749512373476],[-72.87454500446451,41.920756512364854],[-72.87485800456695,41.92076351235602],[-72.87664500515194,41.9208045123057],[-72.8792070059917,41.92088151223705],[-72.87953800610012,41.92089051222801],[-72.88474100780547,41.92104651208848],[-72.8848810078514,41.92105151208489],[-72.88821700894474,41.92115051199522],[-72.89111100989328,41.92123751191763],[-72.89260201038262,41.9212935118798],[-72.89707701185132,41.92146251176642],[-72.89856901234101,41.92151951172874],[-72.90004401282403,41.92155651168777],[-72.90406001413909,41.921657511576214],[-72.90447001427331,41.92166751156477],[-72.90594601475665,41.92170451152373],[-72.90538901466566,41.92325351183978],[-72.90296901435146,41.931369513479204],[-72.90224501415251,41.932003513624714],[-72.90222801415001,41.932055513635255],[-72.89960101372553,41.939438515140225],[-72.89861901356682,41.94219751570255],[-72.89859601356318,41.942263515716],[-72.89852501355143,41.94245851575579],[-72.89787901343882,41.944133516098795],[-72.89635201317465,41.94812651691601],[-72.89628901316466,41.94830651695266],[-72.89392401277584,41.95483751828481],[-72.89343101269495,41.95620151856297],[-72.89284701259925,41.957819518892904],[-72.89272601257935,41.95815351896101],[-72.89034201216649,41.96437852023469],[-72.88968501205474,41.966128520592314],[-72.88771701172045,41.97137852166494],[-72.8870610116091,41.973129522022624],[-72.8869710115962,41.973410522079526],[-72.88670001155722,41.97425352225028],[-72.88661101154472,41.97453552230734],[-72.88660001154341,41.97457452231519],[-72.88656901154027,41.97469352233907],[-72.88655901153938,41.974733522347066],[-72.88543601135434,41.97782652297769],[-72.88302301095692,41.98447452433298],[-72.88206701079945,41.98710752486972],[-72.88094401061453,41.99020152550035],[-72.88053201052368,41.99094452565645],[-72.87949001037575,41.99421852631894],[-72.87907701029322,41.99510852650326],[-72.87871501022074,41.995886526664414],[-72.878665010215,41.9960665267006],[-72.87851801019883,41.99660852680943],[-72.87847001019377,41.996789526845745],[-72.87795101010526,41.99816752712719],[-72.87791101009921,41.99828652715132],[-72.87761601004479,41.9989995272978],[-72.87762101011505,42.00016952752221],[-72.87665200995895,42.002897528077376],[-72.87477600965659,42.00817652915169],[-72.87454400961929,42.008830529284744],[-72.87378900945113,42.01016352956518],[-72.87349100938918,42.01076452969023],[-72.87309400929921,42.01143852983251],[-72.87307500929529,42.011477529840626],[-72.87302000928433,42.01159652986524],[-72.87300200928081,42.01163652987349],[-72.86916100859746,42.021347531861934],[-72.8678840083827,42.024787532563494],[-72.86679500821246,42.02794053320381],[-72.86650400817356,42.02889553339648],[-72.86629200815247,42.02971453356047],[-72.86578200802862,42.03043953371616],[-72.86516000793033,42.03222253407843],[-72.86440700778931,42.03400553444496],[-72.86392000769804,42.035157534681744],[-72.86382000767914,42.03539153472988],[-72.86382600771434,42.035957534838225],[-72.86375000772772,42.03660753496536],[-72.8636200077505,42.03771753518245],[-72.86340900768145,42.03771453518876],[-72.86277800747499,42.03770553520763],[-72.86256800740628,42.03770253521392],[-72.86219600728487,42.03770253522606],[-72.86185000717194,42.037702535237344],[-72.86119400695576,42.03766653525186],[-72.86100900689479,42.03765653525599],[-72.85304900427148,42.03722353543269],[-72.84745300242723,42.03691953555694],[-72.84714300232505,42.03690253556378],[-72.84635300206652,42.036890535587254],[-72.84585200190253,42.03688253560206],[-72.84434900141068,42.03686053564686],[-72.84384900124708,42.03685353566182],[-72.84223800071987,42.036829535709764],[-72.83740699913888,42.036757535853454],[-72.83579699861197,42.03673353590133],[-72.83561599855271,42.036730535906656],[-72.83507299837503,42.03672253592283],[-72.83489199831583,42.036720535928346],[-72.83337599781967,42.03669753597335],[-72.82882799633133,42.036631536108914],[-72.82731299583554,42.03660953615405],[-72.82695299571768,42.036603536164634],[-72.82684199568139,42.03660253616806],[-72.82587299536509,42.03660253619964],[-72.8255129952476,42.03660253621136],[-72.82464799496526,42.03660253623954],[-72.82430399485287,42.036600536250376],[-72.82422699482773,42.036600536252884],[-72.8239759947458,42.03660053626107],[-72.81702899247435,42.03653453647469],[-72.8168929924299,42.036533536478935],[-72.81675799238577,42.036532536483136],[-72.81662299234158,42.036530536487156],[-72.81648899229779,42.03652953649134],[-72.81576099205981,42.03652353651388],[-72.81354199133426,42.03650253658211],[-72.81566799051467,42.01065553155384],[-72.81600699038412,42.006533530751625],[-72.8161539903276,42.00474753040403],[-72.81659499015811,41.999389529361125],[-72.81674199010163,41.99760352901344],[-72.81599098986126,41.99768352905324],[-72.8137379891403,41.99792652917319],[-72.81298798890036,41.99800852921335],[-72.8086069874935,41.998397529430534],[-72.80854198747264,41.998403529433794],[-72.79492398311515,41.999883530160744],[-72.79482998308505,41.99989353016573],[-72.79454898299517,41.99992453018082],[-72.79445598296546,41.99993553018595],[-72.79384098276874,42.00000353021899],[-72.79051198170464,42.00038553040054],[-72.78972998145474,42.000476530443414],[-72.78490397991224,42.001032530706986],[-72.7799209783195,42.001606530979075],[-72.77868297792375,42.00174853104656],[-72.77473997666343,42.00220353126199],[-72.77498697669061,42.00128853107828],[-72.77612397683227,41.99735753028656],[-72.77841297711777,41.98944852869336],[-72.77446297577843,41.98858652865604],[-72.77059497446699,41.9877435286197],[-72.77046497442294,41.98771552861853],[-72.76895997391063,41.987352528597675],[-72.76444497237388,41.98626652853559],[-72.76293997186164,41.98590452851488],[-72.76380497200635,41.98354452803348],[-72.76640097244085,41.97646352658885],[-72.76726697258599,41.974104526107496],[-72.76732597259411,41.97391352606887],[-72.7675059726194,41.97333952595274],[-72.7675659726279,41.97314952591429],[-72.76835797273912,41.97062252540301],[-72.76971697293027,41.96629152452661],[-72.77073597307347,41.963041523868945],[-72.77152897318508,41.960515523357714],[-72.77346897349564,41.954978522230434],[-72.77377597355068,41.9542035220715],[-72.77418797361301,41.95296552182013],[-72.77516297377426,41.950271521270594],[-72.77530797376889,41.949366521091875],[-72.77546097376363,41.948418520904646],[-72.77732197404931,41.94289551978232],[-72.77762297409785,41.94204251960852],[-72.77779597412597,41.94155551950926],[-72.77801397416128,41.940940519383915],[-72.77852797424434,41.93948651908764],[-72.77867497426799,41.939068519002475],[-72.77875897428176,41.93883451895476],[-72.77879497428768,41.938734518934346],[-72.77882997429329,41.938634518913986],[-72.7788589742975,41.93854451889573],[-72.77926697435802,41.9372975186427],[-72.77929697436255,41.93720651862421],[-72.77932697436697,41.93711451860555],[-72.77935597437124,41.93702551858749],[-72.77938497437553,41.936936518569446],[-72.77946497438725,41.93668951851933],[-72.78137097466971,41.93085751733581],[-72.7819819747604,41.928990516956866],[-72.78200697476409,41.928913516941236],[-72.78252897483299,41.927170516589015],[-72.78364197498048,41.923464515839974],[-72.78409897504096,41.92194151553214],[-72.78443897508627,41.920813515304104],[-72.78464097511682,41.92020551518056],[-72.78467097512241,41.92013351516574],[-72.78476197513966,41.9199195151216],[-72.78479297514563,41.919848515106956],[-72.78490697516781,41.91959051505361],[-72.78491997517041,41.9195625150478],[-72.78504697519516,41.91927551498847],[-72.78520497522594,41.91891851491464],[-72.78524897523441,41.91881751489378],[-72.78536297525665,41.91856051484064],[-72.78537797525509,41.918449514818796],[-72.785424975251,41.918115514753005],[-72.78544097524981,41.91800551473132]]]},"properties":{"name":"Granby"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.64783691944068,41.72790748249132],[-72.64812591953915,41.72798348249677],[-72.64899491983535,41.728212482513186],[-72.64928491993422,41.72828948251878],[-72.65128292061449,41.728803482554135],[-72.65560292208546,41.72991648263089],[-72.65732492263724,41.729755482544476],[-72.65871192308178,41.72962748247522],[-72.65910992320016,41.72943048242434],[-72.65931392326091,41.729330482398446],[-72.66483592501808,41.72860148208021],[-72.66503692508373,41.72860448207435],[-72.66536492519023,41.72859848206265],[-72.66577792532173,41.728545482039145],[-72.66610092542469,41.72850548202104],[-72.6670179257167,41.72838848196898],[-72.66743192584858,41.728336481945625],[-72.66759792590084,41.728304481934096],[-72.66800192602803,41.728227481906245],[-72.66823792610491,41.72822748189866],[-72.67015392672072,41.72808148180891],[-72.67034892678335,41.72806648179975],[-72.670932926971,41.728021481772295],[-72.67112892703408,41.72800748176329],[-72.67116492704557,41.72800348176137],[-72.67187392727126,41.7279114817208],[-72.67241892744313,41.72781248168415],[-72.67375792787169,41.72767948161544],[-72.67508192829291,41.727503481538875],[-72.6774919290597,41.727184481399775],[-72.67905492955691,41.72697648130934],[-72.6803799299785,41.72680148123295],[-72.68063793006041,41.726764481217494],[-72.68141193030635,41.726656481171744],[-72.6816709303887,41.72662148115665],[-72.68187393045342,41.72659648114529],[-72.6824849306482,41.726522481111346],[-72.68253793066512,41.72651648110848],[-72.68268893071327,41.72649848110015],[-72.68275893072978,41.72638848107663],[-72.6828609307599,41.726334481062906],[-72.68289093076883,41.72631948105904],[-72.68300793080626,41.726307481052956],[-72.68313393084969,41.72634948105704],[-72.68327893089973,41.72639848106186],[-72.68339593093904,41.72641948106218],[-72.68357193099502,41.72639548105186],[-72.68357793099689,41.72639448105147],[-72.6837179310425,41.726394481046974],[-72.68382093107759,41.72642148104889],[-72.6853549315649,41.726205480957844],[-72.68995793302726,41.72556048068518],[-72.69033793314802,41.725507480662706],[-72.69103593336975,41.725409480621344],[-72.69149293352199,41.72546848061805],[-72.69156193354502,41.72547848061777],[-72.69173893360417,41.7255044806171],[-72.69177193361463,41.72549948061508],[-72.69184193363685,41.7254894806109],[-72.69217993374352,41.72542948058843],[-72.69228193377576,41.72541248058186],[-72.69319693406463,41.72525248052151],[-72.69353693417204,41.72519448049937],[-72.69392893429858,41.725174480482906],[-72.69394693430439,41.72517348048213],[-72.69431993442478,41.725154480466465],[-72.69495293462907,41.72512148043974],[-72.69517693470137,41.72510948043021],[-72.69558693483368,41.72508848041297],[-72.69594893495001,41.72506048039591],[-72.69632393507048,41.725031480378256],[-72.69656093514686,41.72501748036794],[-72.69743593542889,41.72496548032975],[-72.69918893599393,41.724862480253485],[-72.70131093667746,41.724729480159525],[-72.7013159366791,41.72472948015937],[-72.70252393706818,41.72465348010583],[-72.7029879372176,41.7246234800851],[-72.70471593777427,41.724516480008845],[-72.70483893781388,41.72450848000335],[-72.70505893788322,41.724468479988545],[-72.70571893809132,41.72434847994409],[-72.70593893816068,41.7243084799293],[-72.70679793843914,41.72428547989723],[-72.70937493927448,41.724216479801],[-72.71023393955294,41.72419347976893],[-72.71110593983212,41.724109479724625],[-72.71372394067033,41.723857479591686],[-72.71413894080325,41.72381847957078],[-72.71456194093071,41.72363847952236],[-72.71458894095227,41.723861479564626],[-72.71466994101706,41.72453147969162],[-72.71469794103902,41.72475547973404],[-72.71470294104971,41.724913479764446],[-72.71471894108225,41.7253904798562],[-72.71472494109331,41.72554947988676],[-72.71473194110494,41.72571247991809],[-72.71475494114064,41.72620448001249],[-72.71476294115264,41.72636848004395],[-72.71478794119061,41.726888480143735],[-72.71486594130556,41.72845048044335],[-72.71488294133123,41.72880148051068],[-72.71489194134388,41.72897148054327],[-72.71491294137826,41.729451480635426],[-72.71497894148231,41.730891480911815],[-72.71499194150385,41.7311934809698],[-72.71500094151702,41.731371481003926],[-72.71499194152594,41.73157848104426],[-72.71496594155325,41.73220248116577],[-72.71495794156257,41.73241048120626],[-72.71493594157423,41.732738481270395],[-72.71486894160893,41.733724481463234],[-72.71484794162097,41.73405348152752],[-72.71485694166113,41.734702481652725],[-72.7148859417824,41.73665248202889],[-72.71489594182293,41.73730248215426],[-72.71520594211219,41.7405844827789],[-72.71513494218286,41.7422194830973],[-72.7151389422065,41.7426084831724],[-72.71518494224156,41.74295848323858],[-72.71532294234693,41.744011483437724],[-72.71536594237953,41.74433548349897],[-72.71536994238238,41.74436248350408],[-72.71529994236435,41.74444548352238],[-72.71509394231158,41.74469548357733],[-72.71502494229394,41.74477948359579],[-72.71496294228389,41.744956483632],[-72.71496294228831,41.745033483646885],[-72.71496294229411,41.74513448366642],[-72.71502094233767,41.74556448374768],[-72.71504694236106,41.74582448379711],[-72.71507494238534,41.74608848384725],[-72.71509794240207,41.746249483877634],[-72.71516794245275,41.746735483969346],[-72.71519194246986,41.746897483999874],[-72.71519894248082,41.747048484028845],[-72.7152179425071,41.747398484095896],[-72.71522294251469,41.74750248411583],[-72.715230942526,41.74765448414497],[-72.71522694253068,41.74775848416518],[-72.7152169425454,41.748071484226024],[-72.71521494255077,41.74817648424639],[-72.71520394255276,41.748273484265496],[-72.71519494255406,41.74834748428009],[-72.71515694258446,41.74909248442533],[-72.71516294259071,41.74916748443964],[-72.71516794259612,41.74923348445222],[-72.71517794261281,41.749467484497146],[-72.71517394261346,41.749501484503845],[-72.7151459426188,41.74975348455346],[-72.7151409426177,41.74976248455536],[-72.71510194262278,41.75007248461653],[-72.71511294262982,41.75013248462779],[-72.71511894263342,41.750161484633196],[-72.71509494263135,41.750261484653294],[-72.71506494266097,41.75094748478686],[-72.71502494269983,41.7518514849629],[-72.71499694271901,41.7523444850591],[-72.7149739427358,41.7527674851416],[-72.71487794281033,41.75461048550092],[-72.71482994284682,41.75551848567797],[-72.71478294288424,41.75643648585691],[-72.71485594293702,41.75694148595215],[-72.71488894295736,41.75710848598337],[-72.7149689430065,41.75751048605848],[-72.71500494304033,41.757895486131744],[-72.7150479430807,41.758354486219055],[-72.71515994315824,41.75906948635362],[-72.71529694325336,41.75994848651909],[-72.71530994326454,41.76006948654207],[-72.71535294328419,41.76016748655962],[-72.71535294328802,41.76023448657256],[-72.71535294329239,41.760310486587244],[-72.71537294330598,41.76043348661038],[-72.71538494331374,41.76050048662294],[-72.71540294332367,41.760571486636074],[-72.71539594332623,41.76065548665254],[-72.7154049433326,41.760715486663834],[-72.71551194340466,41.76136348678562],[-72.71554794342882,41.7615794868262],[-72.71557494344842,41.76176748686168],[-72.71560694347107,41.76198048690179],[-72.7156579435079,41.76233248696818],[-72.71568594352787,41.762521487003795],[-72.71570594354462,41.76269948703754],[-72.71574494357634,41.763030487100266],[-72.71576794359567,41.76323648713933],[-72.7157889436128,41.76341548717325],[-72.7158609436617,41.76385848725652],[-72.71594394371775,41.76436348735143],[-72.71607894380912,41.7651884875065],[-72.71615194385842,41.76563248758994],[-72.71622394396547,41.76708748786876],[-72.71628994406461,41.76843848812767],[-72.71639694418003,41.769840488395104],[-72.7164219442072,41.77017148845826],[-72.71646794425654,41.77076948857231],[-72.71647094425967,41.77080648857935],[-72.7164189442557,41.77103248862469],[-72.71632894423799,41.77123448866661],[-72.71616294420528,41.771606488743835],[-72.71525194403853,41.773869489210355],[-72.71511094401063,41.774183489275565],[-72.71502094399285,41.7743844893173],[-72.71446094389611,41.77587548962337],[-72.71430694387156,41.77632148971449],[-72.7142649438634,41.77641748973438],[-72.71409994383154,41.77679848981329],[-72.71397194381082,41.777163489887926],[-72.71390294380326,41.77742348994037],[-72.71399294391509,41.77885849021467],[-72.71405194395174,41.779161490271285],[-72.71413394400226,41.779575490348634],[-72.71423094406245,41.7800724904415],[-72.71429094409947,41.78037649049828],[-72.71448494424065,41.78173249075394],[-72.71471994441171,41.78337549106371],[-72.71503094465284,41.785806491523196],[-72.71520594478802,41.78716549178001],[-72.71517594478952,41.78736149181883],[-72.71510194479423,41.78786249191796],[-72.71508994479538,41.787950491935334],[-72.71506094479727,41.78814749197432],[-72.71507994481934,41.788423492027015],[-72.71513694488566,41.78925349218545],[-72.71515694490812,41.789530492238306],[-72.71515794491378,41.78962349225621],[-72.71516094493082,41.789902492310006],[-72.71516294493681,41.789995492327904],[-72.71519394495509,41.79013749235433],[-72.7152869450099,41.790563492433584],[-72.71531894502856,41.79070649246018],[-72.71535594505075,41.79088249249296],[-72.71543294509722,41.79125449256231],[-72.71546694511746,41.79141349259193],[-72.71550494514003,41.79159049262488],[-72.71555594518892,41.792151492731556],[-72.7156009452311,41.7926294928224],[-72.71571194533661,41.793834493051506],[-72.71576494538616,41.79439549315812],[-72.7158539454579,41.79513849329871],[-72.7158869454773,41.7952884933266],[-72.71640194577695,41.79757949375233],[-72.71648094582297,41.79793149381776],[-72.71666494593012,41.79875149397013],[-72.71667894593827,41.79881349398164],[-72.71668594594279,41.79885249398896],[-72.7169719461261,41.800417494281874],[-72.71697194612625,41.80042049428245],[-72.71699294614005,41.800541494305136],[-72.717058946183,41.800913494374804],[-72.7170809461973,41.801037494398045],[-72.71789794648853,41.8014714944555],[-72.71794694652137,41.801764494510486],[-72.71801994656998,41.802195494591324],[-72.71770794665359,41.805413495222574],[-72.7175909466856,41.806631495461446],[-72.71706294651386,41.80663749547962],[-72.71547994599905,41.80665649553432],[-72.71495294582768,41.806663495552655],[-72.71351394536232,41.806726495611194],[-72.70919694396625,41.80691549578681],[-72.70775894350126,41.806979495845496],[-72.70675594317547,41.80699849588149],[-72.70654294310626,41.80700249588912],[-72.70289794192225,41.807071496019866],[-72.70168294152761,41.80709549606364],[-72.700908941276,41.807106496090704],[-72.69858994052217,41.80714149617215],[-72.69781694027093,41.80715349619936],[-72.69736794012607,41.80717949621885],[-72.69602293969224,41.8072584962774],[-72.69557493954777,41.80728549629705],[-72.69473793927826,41.807342496335],[-72.69222993847086,41.80751749644954],[-72.69139393820176,41.807576496487854],[-72.69138393819321,41.807484496470416],[-72.69137693818718,41.80741949645809],[-72.6913379381625,41.8072114964192],[-72.69132193815211,41.807121496402345],[-72.69130193813612,41.806956496371136],[-72.69124493808917,41.806463496277786],[-72.69122593807356,41.80629949624675],[-72.69121093806066,41.806160496220386],[-72.69116593802214,41.80574549614174],[-72.69115193800963,41.80560749611554],[-72.69113393799498,41.80545449608659],[-72.6910819379518,41.80499849600023],[-72.69106493793751,41.80484649597143],[-72.69102693791449,41.80466149593695],[-72.69091493784606,41.8041064958334],[-72.69087793782337,41.80392149579888],[-72.6908339377985,41.80373849576498],[-72.69070393772468,41.80319149566355],[-72.6906609377002,41.8030094956298],[-72.69060293767025,41.80281749559459],[-72.69043093758106,41.80224149548894],[-72.69037393755144,41.80204949545369],[-72.69032593752179,41.80180549540814],[-72.69018593743522,41.80109349527517],[-72.69017893743201,41.80107749527232],[-72.69007693738583,41.800852495232164],[-72.68977893728565,41.80079949523152],[-72.68939393715632,41.80073249523097],[-72.68888593698559,41.800642495229944],[-72.68858893688578,41.80059049522947],[-72.68807893671479,41.800507495229866],[-72.68654893620183,41.80025849523103],[-72.68603993603121,41.80017649523157],[-72.68605893606879,41.800722495336395],[-72.68611793618217,41.80236049565073],[-72.68613793622013,41.8029074957557],[-72.68502093586918,41.80313549583567],[-72.68488193582392,41.803136495840334],[-72.68448693569938,41.80320949586715],[-72.6843549356578,41.80323449587622],[-72.68433793565248,41.80323849587754],[-72.68324693530998,41.80346649595668],[-72.68161893479413,41.803723496058666],[-72.6756329328973,41.804668496433706],[-72.67291493203533,41.80508549660167],[-72.67241893187806,41.80516249663248],[-72.66801593048163,41.805837496904424],[-72.66347892904274,41.80653449718487],[-72.66330192898792,41.80658449720021],[-72.66277392882455,41.80673649724654],[-72.6625979287701,41.80678749726203],[-72.66236892869728,41.80681949727558],[-72.66168292847931,41.806917497316554],[-72.66159892845266,41.80693049732178],[-72.66152392842965,41.806955497329014],[-72.6614809284185,41.80700549734004],[-72.66139792839242,41.80702249734599],[-72.66115292831549,41.80707349736371],[-72.66107092828979,41.807091497369825],[-72.66092392824204,41.80709449737513],[-72.66048292809897,41.80710649739163],[-72.66033692805168,41.80711149739727],[-72.66026892802812,41.80708749739485],[-72.66014692798876,41.80709449740012],[-72.66000592794406,41.807116497408906],[-72.6590089276282,41.807275497471636],[-72.65878792755822,41.807311497485685],[-72.65867592752245,41.8073244974918],[-72.65860192748177,41.80703649743858],[-72.65847592741216,41.80653949734668],[-72.65839692736517,41.806169497277786],[-72.65833492732831,41.805879497223785],[-72.65833892732783,41.80584849721767],[-72.65835392732748,41.80575749719963],[-72.6583589273274,41.80572749719366],[-72.65849692737245,41.805728497189435],[-72.658608927409,41.80572949718601],[-72.65877992746698,41.80576849718805],[-72.65894292752226,41.805805497189944],[-72.66001792788882,41.80608649720965],[-72.66043092802964,41.80619449721721],[-72.66210092855094,41.80579249708592],[-72.66274292875137,41.80563849703554],[-72.66286192855253,41.80150049623276],[-72.66250592843515,41.80147749623978],[-72.66085592789129,41.801372496272535],[-72.66079092786987,41.80136849627386],[-72.66060192780931,41.80138649628341],[-72.66029492771095,41.80141649629906],[-72.66012392766646,41.8016124963424],[-72.66000092763464,41.80175649637417],[-72.65933692745729,41.802437496527],[-72.6583349271691,41.80310649668838],[-72.65803592708983,41.80342349675921],[-72.6577869270244,41.80369749682012],[-72.65745592694955,41.80427349694197],[-72.6573109269105,41.80441649697423],[-72.65687792679411,41.80484749707137],[-72.65673392675544,41.80499149710381],[-72.65637892666032,41.80535049718452],[-72.65573592648808,41.80600149733088],[-72.65513892629674,41.80605849736107],[-72.65463692613592,41.80610749738667],[-72.65340592573456,41.806106497426036],[-72.6497159245315,41.806103497544036],[-72.64848592413054,41.806103497583564],[-72.647916923942,41.80605049759161],[-72.64715292368892,41.80598049760263],[-72.64620992337652,41.80589349761613],[-72.64581992324739,41.8058584976219],[-72.6457309232179,41.80585049762322],[-72.6456409231881,41.80584249762456],[-72.6456709231612,41.80520349750024],[-72.64570192313467,41.80456449737586],[-72.64571892311896,41.80419449730387],[-72.64583692301686,41.801744496826984],[-72.64595692291311,41.79925449634229],[-72.64597292289933,41.79892349627787],[-72.64600492287202,41.798265496149774],[-72.64603592284438,41.7976074960217],[-72.64534692230885,41.79218549499665],[-72.6452359222223,41.79130749483064],[-72.64593592214086,41.78590749376506],[-72.64711892244716,41.7845244934599],[-72.64907892295462,41.782232492954165],[-72.6510399234623,41.77993949244818],[-72.65183692366865,41.77900749224253],[-72.65276892395394,41.778685492150366],[-72.65333492412728,41.778491492094716],[-72.65482492458347,41.77797849194774],[-72.65631492503968,41.77746549180077],[-72.65712592528797,41.77718649172082],[-72.65793692553629,41.77690749164085],[-72.65851892570075,41.77646749153715],[-72.6591009258652,41.776027491433425],[-72.6596229260126,41.77563149134015],[-72.66416092729466,41.772198490531004],[-72.66433692731606,41.771571490404206],[-72.6645749273449,41.77072149023229],[-72.66490892738581,41.76953648999258],[-72.66491692737924,41.769376489961395],[-72.66494992735593,41.76878248984556],[-72.66507292726655,41.76652348940504],[-72.66511492723707,41.76577048925816],[-72.66435892690973,41.764357489009356],[-72.6634669265235,41.76268948871562],[-72.66209192592821,41.76011948826303],[-72.66181892580997,41.75960848817303],[-72.6616779257489,41.759344488126516],[-72.66153692568791,41.75908148808022],[-72.66143692564461,41.758894488047275],[-72.66133692560129,41.75870748801434],[-72.66022492519075,41.7578654878873],[-72.65803692438284,41.75620748763703],[-72.6569709239803,41.755243487484904],[-72.65593692358983,41.75430848733733],[-72.65552692344123,41.75404648729985],[-72.65526692334701,41.75388048727611],[-72.65459592310388,41.75345248721487],[-72.65429792299585,41.75326148718752],[-72.65424292297593,41.753226487182516],[-72.6538889228477,41.75300148715039],[-72.65340492267403,41.75272248711197],[-72.65291992250002,41.7524434870736],[-72.65291792249931,41.75244248707347],[-72.65097892180363,41.75132648691993],[-72.65000692145486,41.75076648684285],[-72.64903692110688,41.750208486766084],[-72.64893892106922,41.75010848674991],[-72.64747692050726,41.74861248650754],[-72.6446369194157,41.745707486036906],[-72.64374091898229,41.7432334855872],[-72.64298191861502,41.741135485205795],[-72.64280691853045,41.74065348511819],[-72.64253691839983,41.73990748498256],[-72.64257191831473,41.73821948465495],[-72.64263691816375,41.73520748407028],[-72.64609891901378,41.730345483018716],[-72.64783691944068,41.72790748249132]]]},"properties":{"name":"Hartford"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.8636200077505,42.03771753518245],[-72.86375000772772,42.03660753496536],[-72.86382600771434,42.035957534838225],[-72.86382000767914,42.03539153472988],[-72.86392000769804,42.035157534681744],[-72.86440700778931,42.03400553444496],[-72.86516000793033,42.03222253407843],[-72.86578200802862,42.03043953371616],[-72.86629200815247,42.02971453356047],[-72.86650400817356,42.02889553339648],[-72.86679500821246,42.02794053320381],[-72.8678840083827,42.024787532563494],[-72.86916100859746,42.021347531861934],[-72.87300200928081,42.01163652987349],[-72.87302000928433,42.01159652986524],[-72.87307500929529,42.011477529840626],[-72.87309400929921,42.01143852983251],[-72.87349100938918,42.01076452969023],[-72.87378900945113,42.01016352956518],[-72.87454400961929,42.008830529284744],[-72.87477600965659,42.00817652915169],[-72.87665200995895,42.002897528077376],[-72.87762101011505,42.00016952752221],[-72.87761601004479,41.9989995272978],[-72.87791101009921,41.99828652715132],[-72.87795101010526,41.99816752712719],[-72.87847001019377,41.996789526845745],[-72.87851801019883,41.99660852680943],[-72.878665010215,41.9960665267006],[-72.87871501022074,41.995886526664414],[-72.87907701029322,41.99510852650326],[-72.87949001037575,41.99421852631894],[-72.88053201052368,41.99094452565645],[-72.88094401061453,41.99020152550035],[-72.88206701079945,41.98710752486972],[-72.88302301095692,41.98447452433298],[-72.88543601135434,41.97782652297769],[-72.88655901153938,41.974733522347066],[-72.88656901154027,41.97469352233907],[-72.88660001154341,41.97457452231519],[-72.88661101154472,41.97453552230734],[-72.88670001155722,41.97425352225028],[-72.8869710115962,41.973410522079526],[-72.8870610116091,41.973129522022624],[-72.88887101219645,41.97307852195378],[-72.89430301395913,41.97292652174732],[-72.8949810141792,41.97290852172173],[-72.89611401454614,41.97286452167629],[-72.89986401576058,41.97271852152584],[-72.91111801940515,41.97228152107441],[-72.91338102013805,41.97219452098377],[-72.91347402016808,41.97218952097976],[-72.91356702019813,41.972184520975766],[-72.91425302041999,41.97215352094741],[-72.91486902062002,41.972138520924396],[-72.91525302074464,41.972128520909926],[-72.91612802102884,41.972108520877505],[-72.91640702111891,41.972093520865506],[-72.9167920212433,41.97207352084911],[-72.91691302128247,41.97206852084418],[-72.91736102142723,41.97204552082512],[-72.91907002197946,41.97195952075277],[-72.91964002216373,41.971931520728766],[-72.92034602239201,41.97189852069935],[-72.92246402307705,41.97180252061169],[-72.92317102330595,41.97177452058323],[-72.92546802404961,41.971682520490475],[-72.92925502527572,41.97153252033787],[-72.93236102628127,41.97140852021252],[-72.93360302668339,41.97135952016251],[-72.9346590270249,41.97131152011874],[-72.93608602748647,41.97124752005979],[-72.94036902887183,41.97105651988303],[-72.94179702933377,41.97099351982424],[-72.94180702933697,41.97099251982372],[-72.94183802934694,41.970990519822315],[-72.94184902935055,41.970990519821946],[-72.94413503009282,41.97093751973699],[-72.94760403121931,41.97085851960832],[-72.95099303231976,41.97078051948244],[-72.95328003306238,41.970728519397625],[-72.95328003306263,41.97073251939839],[-72.95328103306366,41.97074451940065],[-72.95328203306426,41.970749519401586],[-72.95345703312134,41.97074951939585],[-72.95398203329252,41.97074951937868],[-72.95408003332446,41.97074951937547],[-72.95415803334966,41.970745519372144],[-72.9577680345156,41.97055651921769],[-72.95874403483083,41.970505519175944],[-72.95897103490414,41.970493519166205],[-72.95919803497746,41.97048151915648],[-72.96112303559926,41.97038251907445],[-72.96137003567974,41.970381519066166],[-72.96268703610878,41.97037551902189],[-72.9627460361278,41.9703715190192],[-72.96544203699833,41.97022751890326],[-72.96831103792479,41.97007551878012],[-72.97353003960993,41.9697965185556],[-72.97622704048082,41.96965351843977],[-72.98018204175963,41.96947351827563],[-72.98623704371511,41.96915851801669],[-72.99030404502868,41.96894951784324],[-72.99837504763525,41.968532517498524],[-72.99955004801511,41.96847851744962],[-73.00140204861307,41.968380517370065],[-73.01681205358454,41.96750151669565],[-73.01719605370914,41.96749151668114],[-73.01727705373541,41.9674895166781],[-73.01736905376528,41.967487516674694],[-73.01746205379548,41.967485516671246],[-73.01754005382081,41.96748351666831],[-73.01758605383573,41.96748251666661],[-73.01771005387597,41.96747951666195],[-73.01777705389745,41.96747351665861],[-73.01785605392287,41.96746751665488],[-73.02019205467423,41.96729651654534],[-73.02720105692866,41.96678451621691],[-73.02953805768036,41.96661451610753],[-73.02837405755477,41.97091851697199],[-73.02488205717844,41.98383451956562],[-73.02371905705338,41.9881395204299],[-73.02344705702527,41.9891655206357],[-73.02308705698863,41.990533520910006],[-73.02264305694511,41.99224852125362],[-73.02237705691914,41.99327752145978],[-73.02235605691695,41.993356521475626],[-73.02234105691568,41.99341752148783],[-73.02230505691219,41.99355752151587],[-73.02229405691091,41.99359652152371],[-73.02228905691047,41.993616521527706],[-73.0222730569088,41.99367652153975],[-73.02217305689909,41.994064521617474],[-73.0215500568115,41.99602152201338],[-73.02054005672319,42.00010252282941],[-73.01973105661621,42.00275752336527],[-73.01206905560583,42.02794252844614],[-73.01149205552963,42.029836528828156],[-73.00956305527562,42.036180530107465],[-73.00874605516776,42.03886253064831],[-73.0085530551047,42.03886053065426],[-73.00010505233902,42.038689530899106],[-72.99955005215634,42.03866153091196],[-72.99647905115309,42.03863553100788],[-72.99623705107405,42.038633531015435],[-72.98416604713042,42.0385305313921],[-72.98415604712716,42.03853053139243],[-72.98412804711802,42.038530531393334],[-72.98411904711509,42.03853053139365],[-72.97900804544523,42.038486531553],[-72.97779404504861,42.038476531590916],[-72.97759504498363,42.03847553159726],[-72.97740404492122,42.03847353160314],[-72.9747320440484,42.038453531687],[-72.96639304132424,42.03838953194834],[-72.96628304128829,42.03838853195174],[-72.94871603557247,42.03864653257719],[-72.9443220341428,42.038712532733825],[-72.94351303387573,42.03865953275019],[-72.94281803364329,42.038563532754566],[-72.94005403271949,42.03818953277342],[-72.93977603262866,42.03818753278215],[-72.93229503018452,42.038130533016265],[-72.93192003006197,42.03812753302796],[-72.92719602851811,42.03808453317442],[-72.92677202837955,42.03808053318753],[-72.9254190279375,42.03807053322991],[-72.92541802793717,42.03807053322994],[-72.92411102751014,42.0380605332708],[-72.92403902748663,42.03806053327317],[-72.92087102645155,42.03803653337228],[-72.91627902495124,42.038002533516035],[-72.90250302045013,42.03790053394714],[-72.89791201895001,42.037866534090746],[-72.89627001841345,42.03785353414192],[-72.89134401680379,42.03781653429587],[-72.89006501638589,42.03780753433593],[-72.8897030162676,42.037804534347195],[-72.88276601400084,42.037753534564104],[-72.88269901397891,42.0377525345661],[-72.8747710113863,42.03766053480744],[-72.87454501131359,42.03767853481827],[-72.87442901127585,42.037680534822435],[-72.8695640096897,42.037706534986285],[-72.86535700831725,42.03771553512536],[-72.8636200077505,42.03771753518245]]]},"properties":{"name":"Hartland"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.58348990262783,41.80065249861582],[-72.5829819024713,41.80081149866279],[-72.58114990190666,41.80138349883195],[-72.58053990171875,41.80157549888858],[-72.5803489016623,41.8016774989144],[-72.57977890149404,41.80198549899214],[-72.579588901438,41.802088499018105],[-72.5788539012076,41.80225049907294],[-72.57665090051717,41.80273849923773],[-72.57591690028721,41.8029024992929],[-72.5741358997318,41.80334549943549],[-72.56879589806667,41.80467749986369],[-72.56770589772678,41.80494949995111],[-72.56726589759045,41.80507449998934],[-72.56702189751489,41.80514450001066],[-72.56683989745834,41.80519350002596],[-72.56629289728848,41.805342500072236],[-72.56611189723232,41.80539250008769],[-72.5639568965605,41.80593350026113],[-72.56254389612002,41.80628850037494],[-72.55854989487489,41.80729150069643],[-72.55749289454532,41.80755650078142],[-72.55676189431746,41.80774050084036],[-72.5553388938738,41.80809750095481],[-72.55138289263928,41.809070501269275],[-72.55120289258315,41.80911550128373],[-72.53951888893752,41.81200250221488],[-72.53578988777394,41.81292450251215],[-72.53556488770376,41.812980502530145],[-72.53095888625882,41.81398450287127],[-72.53023788603427,41.8141705029302],[-72.52925188572831,41.81444450301465],[-72.52915988569882,41.814453503019315],[-72.52910288568096,41.81446650302364],[-72.52893488562839,41.814505503036536],[-72.52887888561094,41.81451950304104],[-72.52807888536331,41.81475250311159],[-72.525680884621,41.815450503323014],[-72.52488188437374,41.81568450339372],[-72.52457688427808,41.81575150341641],[-72.52366388399182,41.815953503484586],[-72.52335988389655,41.816021503507436],[-72.52290288375353,41.81612750354251],[-72.52153388332519,41.816446503647846],[-72.52107788318256,41.81655350368307],[-72.52072488307027,41.81660350370401],[-72.51966788273401,41.81675250376654],[-72.5193158826221,41.81680350378763],[-72.51878988245521,41.81688550382027],[-72.51721288195478,41.81713050391796],[-72.51668788178827,41.81721350395074],[-72.51609788160678,41.817405504006665],[-72.51432988106295,41.81798150417434],[-72.51374088088183,41.81817450423044],[-72.51238688046115,41.81854250434474],[-72.50832387919884,41.81964750468785],[-72.50697087877855,41.820016504802304],[-72.50666187868099,41.820073504823185],[-72.5057378783895,41.820247504886275],[-72.50560887834884,41.820272504895215],[-72.50543087829271,41.820306504907464],[-72.50555187829738,41.819696504785796],[-72.50591787831256,41.81786950442129],[-72.5060308783173,41.81730650430894],[-72.50604087831795,41.817260504299746],[-72.50611687832296,41.816913504230314],[-72.50634887833932,41.81587350402203],[-72.5064258783447,41.81552750395275],[-72.50642887834493,41.81551450395015],[-72.50643087834513,41.815506503948534],[-72.50650787834464,41.81505750385936],[-72.5067528783443,41.8136505035798],[-72.50682887834445,41.81321850349392],[-72.50683187834476,41.813206503491514],[-72.50683687834496,41.81318150348652],[-72.5071708783584,41.811506503152344],[-72.50753187837351,41.809706502793134],[-72.5042588773238,41.81002050295822],[-72.50255987677897,41.81018450304411],[-72.50233087670553,41.81020650305569],[-72.50156787646172,41.81029550309721],[-72.4985948755119,41.81064550325968],[-72.49760387519531,41.810762503313896],[-72.49759587519274,41.81076350331434],[-72.49733587510966,41.81079350332842],[-72.49723087507616,41.810806503334305],[-72.4965318748523,41.81087950337069],[-72.49626487476685,41.81090850338482],[-72.49571487459075,41.81096650341356],[-72.49539987448988,41.81099950342999],[-72.49280487365893,41.81127250356548],[-72.49195987338838,41.81136150360961],[-72.49194187338256,41.8113625036104],[-72.49161987327953,41.81139750362742],[-72.49157487326512,41.81140250362982],[-72.4906538729684,41.81146750367176],[-72.49033287286511,41.811492503686814],[-72.49009087278354,41.811446503685644],[-72.49004387276793,41.811441503686176],[-72.48954287260639,41.81147450370854],[-72.48943187257069,41.8114835037138],[-72.48791087208598,41.81168450380115],[-72.487869872073,41.81169150380379],[-72.4878428720643,41.81169350380505],[-72.48736487191213,41.811759503833045],[-72.48697287178967,41.81185450386389],[-72.48579587142218,41.81214350395725],[-72.48540487130022,41.81224150398863],[-72.4852078712384,41.81228450400324],[-72.48511187120754,41.812292504007836],[-72.4842258709233,41.81237650405232],[-72.48393087082871,41.812405504067314],[-72.48367687074695,41.81242450407908],[-72.4822088702743,41.81253450414714],[-72.4770458686124,41.812927504387616],[-72.4760298682854,41.81300550443507],[-72.47599886826275,41.81278550439357],[-72.47592986821293,41.81230550430303],[-72.4758038681306,41.81158150416719],[-72.47553586795588,41.810048503879564],[-72.47435686718593,41.803278502609146],[-72.474129867038,41.80198050236557],[-72.47396386692942,41.80102350218593],[-72.47394786691908,41.80093350216906],[-72.47390086688844,41.80066450211857],[-72.47388586687849,41.80057550210186],[-72.47383486684518,41.80028250204685],[-72.4736848667463,41.79940450188198],[-72.47364086671743,41.79914950183409],[-72.47363386671293,41.79911050182678],[-72.47360986669821,41.798989501804165],[-72.47353986665468,41.798625501736055],[-72.47351786664066,41.79850550171357],[-72.47350086663052,41.79842450169845],[-72.47346886661143,41.798272501670084],[-72.4734468665993,41.79818550165398],[-72.47342786658855,41.79810550163913],[-72.47339886657126,41.79796750161338],[-72.47336986655286,41.79781050158396],[-72.47334286652114,41.797407501506946],[-72.47333486651272,41.797305501487486],[-72.47303486630274,41.79533450111613],[-72.47281486619947,41.79478050101607],[-72.47277286616415,41.794400500943965],[-72.47260786602429,41.7928875006568],[-72.47255986598367,41.79244850057348],[-72.47254686597573,41.79238350056134],[-72.47253486596858,41.79232650055069],[-72.47250986595225,41.79218250052366],[-72.47250486594912,41.7921565005188],[-72.47249786594365,41.79210050050819],[-72.47243086590476,41.79180050045234],[-72.47240686589087,41.791694500432634],[-72.47234386584952,41.79132850036389],[-72.47228186580884,41.79096850029628],[-72.4722688658001,41.79088950028143],[-72.47221886576656,41.790586500224435],[-72.47220386575546,41.790477500203856],[-72.47218086573773,41.7902975001698],[-72.4721588657222,41.79015050014208],[-72.47214386571117,41.790042500121686],[-72.47192686557587,41.78890749990922],[-72.47176786547658,41.78807349975305],[-72.47127786517089,41.78550749927265],[-72.47106286503666,41.78437949906142],[-72.47102986501606,41.78420649902903],[-72.47085286489778,41.78314149882878],[-72.4708248648795,41.78298049879854],[-72.47072186479856,41.782147498640775],[-72.4703358645417,41.77984249820743],[-72.47032986453769,41.77980649820066],[-72.47008386437962,41.7784364979436],[-72.46932886389398,41.77422249715282],[-72.46912986376569,41.77310649694334],[-72.46906386372791,41.77282049689014],[-72.46906086372614,41.77280649688753],[-72.4690228637044,41.772641496856835],[-72.46889986363394,41.772107496757485],[-72.4688588636105,41.77193049672454],[-72.46884586360329,41.771877496714716],[-72.46882986359402,41.771806496701494],[-72.46882986358897,41.77171749668428],[-72.46882986358612,41.77166749667462],[-72.46882986358595,41.77166449667403],[-72.46882886357217,41.77142749662825],[-72.46882886357099,41.771406496624174],[-72.4687518635069,41.770720496493965],[-72.46872886348726,41.7705064964533],[-72.46872486348475,41.77048549644938],[-72.46872486348464,41.77048349644899],[-72.46858386339851,41.76977649631675],[-72.46839886328439,41.768829496139496],[-72.46816486314104,41.767648495918536],[-72.46806586307996,41.76714149582362],[-72.46802586305539,41.76693849578563],[-72.46786486295662,41.76612349563313],[-72.46738186266036,41.76367949517577],[-72.46722986256692,41.762906495031096],[-72.46722686256474,41.76288549502714],[-72.46722286256224,41.7628644950232],[-72.46679786227797,41.76029749454017],[-72.46552486142592,41.75259649309081],[-72.46512986116154,41.750206492640935],[-72.46509086113903,41.75003349260871],[-72.46500386109902,41.74982849257181],[-72.46475286098247,41.749216492461365],[-72.46466986094394,41.749014492424934],[-72.4647268609602,41.748973492415175],[-72.46474586096248,41.74890449240122],[-72.4647488609581,41.74880949238275],[-72.46474286095267,41.74874849237112],[-72.46473186094529,41.74868149235852],[-72.46472486093907,41.748612492345394],[-72.46470186092303,41.7484614923169],[-72.46468186091185,41.74837949230167],[-72.46467086090374,41.74829949228653],[-72.46465086089239,41.74821449227072],[-72.46462686087884,41.74811349225194],[-72.4646018608645,41.74800449223165],[-72.46458686085309,41.747889492209865],[-72.46457086084199,41.74778549219025],[-72.46454986082792,41.74765849216635],[-72.46452786081406,41.7475404921442],[-72.46447686078342,41.74729349209804],[-72.46441586074948,41.74704549205198],[-72.46439886073651,41.74691449202718],[-72.46437686071963,41.74674349199479],[-72.46389986049816,41.7455804917849],[-72.4726288632925,41.74466749133057],[-72.47422786380437,41.74450049124739],[-72.47720686475861,41.74420049109454],[-72.4781128650489,41.7441104910483],[-72.4803348657607,41.74388749093444],[-72.48614386762151,41.74330449063673],[-72.48912386857614,41.7430064904842],[-72.49003186886723,41.74291949043845],[-72.4904008689855,41.74288349041974],[-72.49145486932332,41.74278149036645],[-72.49426687022473,41.74251149022464],[-72.49688387106366,41.74226049009275],[-72.49735987121623,41.74221449006867],[-72.4984488715653,41.74210949001368],[-72.50078087231282,41.74188548989604],[-72.50076187229448,41.741671489855236],[-72.50086487232133,41.74155348982912],[-72.5012898724558,41.741481489801664],[-72.50182987262804,41.74141448977149],[-72.50188287264497,41.74140848976866],[-72.50249587284209,41.741360489739826],[-72.50330987309921,41.741215489685835],[-72.504725873561,41.741218489641305],[-72.50565187386383,41.74123548961509],[-72.50585687392969,41.74121848960527],[-72.50597187396667,41.74120948959986],[-72.50632587407758,41.741130489573294],[-72.507169874348,41.74104748953035],[-72.50719187435494,41.74104348952887],[-72.50780887455014,41.74093848948888],[-72.50941687505899,41.74066848938541],[-72.50965887513446,41.74060848936609],[-72.50981887518446,41.74057048935363],[-72.51027787533069,41.74051048932739],[-72.51076887548705,41.74044548929917],[-72.51105187557765,41.74041648928453],[-72.51240087600964,41.74027948921504],[-72.51338487632715,41.74022248917263],[-72.51349387636235,41.740216489168],[-72.51395187650851,41.74016148914278],[-72.514158876574,41.7401264891294],[-72.51452987669143,41.74006448910558],[-72.51475087676147,41.74002948909176],[-72.51571587706758,41.73988048903216],[-72.5162568772412,41.73983248900563],[-72.51653887733443,41.7398554890011],[-72.51680987742408,41.7398784889969],[-72.51713287753306,41.73994348899919],[-72.51752387766375,41.74000048899775],[-72.51769287771981,41.74001748899566],[-72.51790687779042,41.74003248899173],[-72.51800687782297,41.74003148898835],[-72.51813687786529,41.740030488984004],[-72.51838687794098,41.73992848895631],[-72.5188448780784,41.73971948890127],[-72.519664878332,41.73947848882848],[-72.51968187833748,41.739477488827745],[-72.52054187861236,41.73938148878177],[-72.52141687889208,41.73928448873508],[-72.52179387901259,41.73924248871495],[-72.52292487937403,41.739115488654306],[-72.52330287949492,41.73907448863431],[-72.52391687969097,41.73900248860081],[-72.52576188028033,41.73879048850095],[-72.52637688047676,41.73871948846761],[-72.52655488053358,41.738698488457864],[-72.52709088070476,41.73863648842876],[-72.5272358807511,41.73862048842104],[-72.52726988076203,41.73861748841937],[-72.52819488106036,41.73856148837904],[-72.53097288195654,41.73839748825871],[-72.5318988822553,41.73834348821871],[-72.53279688254091,41.73821848816587],[-72.53549288339856,41.737847488008086],[-72.5363918836846,41.737724487955596],[-72.53895988450331,41.73740248781135],[-72.54173988538963,41.73705448765529],[-72.54666588696007,41.736437487378694],[-72.54923488777912,41.73611648723459],[-72.55291988896006,41.73576348704862],[-72.55534988973876,41.73553048692593],[-72.55673489018264,41.73539848685617],[-72.55695489025321,41.73537848684527],[-72.56397789250386,41.734707486491104],[-72.5676648936854,41.73435548630521],[-72.56837789391152,41.73424548626115],[-72.57051989459084,41.73391648612904],[-72.57123389481733,41.73380748608512],[-72.57132789487501,41.734282486174045],[-72.57133689488023,41.73432248618149],[-72.57134589488548,41.734363486189125],[-72.57134789488661,41.734371486190604],[-72.57168689508195,41.73586148646808],[-72.57180389514936,41.7363754865638],[-72.57206089531914,41.73788548684773],[-72.5728318958287,41.74241848770005],[-72.57308889599858,41.74392948798414],[-72.57430389674407,41.75006048913122],[-72.57431789675267,41.750131489144486],[-72.57465589698239,41.75222848953927],[-72.57463389699215,41.752525489597396],[-72.57561589756473,41.75695249042214],[-72.57562589757477,41.75707149044482],[-72.5758068976964,41.75816949065137],[-72.57634989806142,41.76146549127131],[-72.57653089818314,41.76256449147802],[-72.57664289825827,41.76324149160532],[-72.57698089848441,41.765273491987394],[-72.57709389855995,41.76595149211485],[-72.57836089939838,41.773403493514884],[-72.57838289941256,41.77352649353795],[-72.5784498994557,41.7738994936079],[-72.57847289947028,41.77402349363115],[-72.57862289955504,41.77465149374772],[-72.57878889964897,41.775348493877125],[-72.57912389983846,41.77675449413815],[-72.57956990011694,41.77908449457419],[-72.57961390014655,41.77935149462441],[-72.57981490028126,41.780562494852006],[-72.57982590028865,41.7806294948646],[-72.57983690029607,41.780696494877205],[-72.57984490030377,41.78078549489415],[-72.57984490030445,41.780797494896454],[-72.57984990030917,41.78085149490673],[-72.57985290031147,41.78087449491107],[-72.57989290034982,41.78131749499541],[-72.57990790036361,41.78147349502508],[-72.57991590037444,41.78161749505266],[-72.57994090040744,41.78205249513592],[-72.57994990041867,41.78219749516364],[-72.57999090046214,41.78272449526417],[-72.58143290126844,41.7886074963548],[-72.58145890128836,41.78880749639259],[-72.58144090132274,41.789511496529194],[-72.58151590136283,41.78978549657975],[-72.58153290137535,41.78990749660277],[-72.58155890139207,41.79005149662975],[-72.5815669013969,41.79009049663703],[-72.58158790141016,41.790202496658],[-72.58158790141033,41.79020549665858],[-72.58167790146784,41.79069849675095],[-72.58169490147887,41.79079449676895],[-72.58177190152811,41.79121649684802],[-72.58180090154679,41.791377496878184],[-72.5818729015927,41.79177049695181],[-72.58189490160679,41.7918914969745],[-72.58196390165114,41.792273497046075],[-72.5819999016742,41.79247149708318],[-72.5820749017222,41.792883497160375],[-72.58210590174214,41.793055497192626],[-72.58222090181582,41.79368849731121],[-72.58224090182857,41.79379749733164],[-72.58232090187958,41.794233497413316],[-72.58234490189524,41.794370497439004],[-72.58240590193417,41.79470349750137],[-72.58242190194441,41.79479149751787],[-72.58248890198719,41.795157497586416],[-72.58249890199377,41.79521549759732],[-72.58251990200706,41.79532849761847],[-72.5825979020572,41.79576049769941],[-72.58262490207443,41.79590749772696],[-72.58269590211998,41.796299497800405],[-72.58270490212561,41.79634649780919],[-72.58272590213926,41.79646549783152],[-72.5827909021807,41.79681949789782],[-72.58281190219435,41.79693849792014],[-72.58287090223189,41.79725849798006],[-72.58290090225111,41.797423498010964],[-72.5829409022769,41.797646498052764],[-72.58300990232101,41.79802449812357],[-72.583034902337,41.79816149814923],[-72.58307690236407,41.7983954981931],[-72.58342290258568,41.8002974985494],[-72.5834359025938,41.80036549856211],[-72.5834669026137,41.800536498594155],[-72.58348190262248,41.80060449860681],[-72.58348590262523,41.800629498611514],[-72.58348990262783,41.80065249861582]]]},"properties":{"name":"Manchester"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.41062983502856,41.60180646559652],[-72.41154983523951,41.600225465260294],[-72.41431183587318,41.59548446425184],[-72.41510083605428,41.594131463964],[-72.41517883607227,41.59399946393587],[-72.41523383608492,41.59390546391589],[-72.4152528360892,41.59387146390868],[-72.4153118361028,41.59377146388738],[-72.41533183610746,41.593738463880335],[-72.41541183612577,41.593600463851],[-72.4156298361915,41.59350646382584],[-72.41579583622864,41.5932044637619],[-72.41687083646943,41.591255463349185],[-72.41722983654996,41.59060646321173],[-72.4177048366999,41.590521463180195],[-72.4191298371497,41.590266463085605],[-72.4196058373,41.59018246305422],[-72.42002983743384,41.59010646302605],[-72.42080783768212,41.59001546298377],[-72.42442583883667,41.58959146278697],[-72.4256318392216,41.58945146272163],[-72.42628983943155,41.589374462685875],[-72.42772983989111,41.58920646260767],[-72.42826084005843,41.589106462571436],[-72.42886084024757,41.58899446253071],[-72.42891284026393,41.588984462527115],[-72.42932984039534,41.58890646249877],[-72.43017484066405,41.58879046244949],[-72.43153584109696,41.58860646237069],[-72.43162784112617,41.58859346236526],[-72.43172084115575,41.58858046235978],[-72.43181284118504,41.58856846235455],[-72.43190384121394,41.588555462349134],[-72.43397284187192,41.58827346222889],[-72.43523984227488,41.58810146215538],[-72.43538784232189,41.58808046214663],[-72.43583384246372,41.58801946212067],[-72.43592984249432,41.588007462115286],[-72.43598284251118,41.58800046211225],[-72.43766284304527,41.58776846201401],[-72.4427028446475,41.587072461719266],[-72.44356284492095,41.58695446166912],[-72.44381884500234,41.586919461654226],[-72.44407484508375,41.58688446163931],[-72.44438384518196,41.586841461621184],[-72.44441284519117,41.586837461619496],[-72.44444284520065,41.58683246161757],[-72.44462284525787,41.586807461607016],[-72.44468284527701,41.58680046160375],[-72.44648584584995,41.5865474614975],[-72.45066084717678,41.58596446125206],[-72.45189784756988,41.585791461179284],[-72.45370184814317,41.58553946107319],[-72.45393084821595,41.58550746105972],[-72.45630684897294,41.58521046092677],[-72.46065385035796,41.584667460683576],[-72.46412485146375,41.5842324604891],[-72.46673085229405,41.583907460343376],[-72.46723085249837,41.58464646047114],[-72.4687308531116,41.58686646085499],[-72.46876985312755,41.58692446086502],[-72.4689908532179,41.58725146092156],[-72.46904285323895,41.5873244609341],[-72.46923185331633,41.5876064609829],[-72.46990585358962,41.58856346114749],[-72.47192785440964,41.59143746164179],[-72.47260285468337,41.59239646180669],[-72.4729508548278,41.592949461903096],[-72.47399485526124,41.59461146219289],[-72.47434285540574,41.59516546228947],[-72.47479485560065,41.59601346243986],[-72.47615385618634,41.598557462890945],[-72.47660785638196,41.59940646304147],[-72.47666985640873,41.59952346306221],[-72.4768588564902,41.59987746312498],[-72.47686485649277,41.59988846312693],[-72.47692185651735,41.59999546314591],[-72.47783685690179,41.60153146341522],[-72.48058385805616,41.60614646422441],[-72.48149985844108,41.60768446449401],[-72.48151985844952,41.60771846449997],[-72.48156485846843,41.60779446451332],[-72.48163185849657,41.607906464532924],[-72.48178585855827,41.608111464567855],[-72.48184285858117,41.608188464581],[-72.48186385858958,41.60821646458578],[-72.48190385860559,41.608269464594805],[-72.48193185861686,41.60830746460129],[-72.48364985933513,41.61112646509417],[-72.48628186043554,41.61544346584884],[-72.48898486156571,41.61987646662367],[-72.48967986185633,41.62101646682292],[-72.49076286230927,41.62279346713348],[-72.49083186233815,41.62290746715341],[-72.4917518627235,41.62442746741924],[-72.49471786396622,41.629332468277056],[-72.49569686437631,41.63094946855977],[-72.49570886438129,41.63096846856307],[-72.49573086439067,41.63100746856995],[-72.4970948649588,41.63320246895258],[-72.50126086669405,41.639903470120444],[-72.50263086726476,41.6421074705045],[-72.50265086727298,41.64213747050969],[-72.50267086728117,41.64216747051487],[-72.50309586745638,41.64281847062767],[-72.50442986800626,41.644860470981406],[-72.50476686814513,41.6453754710706],[-72.50487586819007,41.64554247109953],[-72.50498686824272,41.64583447115265],[-72.50505286827399,41.6460074711841],[-72.50531986840086,41.646713471312566],[-72.50543186845395,41.647007471366045],[-72.50510886838596,41.64766647150413],[-72.50478486831767,41.64832547164225],[-72.50472786830555,41.64843947166619],[-72.50261686786085,41.65273847256713],[-72.50202786773683,41.653939472818806],[-72.50191386771282,41.65417147286741],[-72.50186986770431,41.654274472888794],[-72.50182386769451,41.654366472908094],[-72.50177786768568,41.65447547293069],[-72.50170186766726,41.65458747295483],[-72.50111486754054,41.65572847319478],[-72.49730786667782,41.662407474611015],[-72.48599786321039,41.66625347571622],[-72.48509886293184,41.66650747579401],[-72.48240286209659,41.66727147602782],[-72.48150486181841,41.66752647610579],[-72.48086686162083,41.66770847616135],[-72.47895586102902,41.6682544763279],[-72.4783188608318,41.66843747638362],[-72.47731986052477,41.66876447647875],[-72.47843786107161,41.67199547706968],[-72.47894586132006,41.673462477337964],[-72.48240386285221,41.680633478618155],[-72.48272586299487,41.68130047873721],[-72.48027186230756,41.6832874792003],[-72.476798861335,41.68610247985625],[-72.4754138608915,41.686241479927205],[-72.47125985956136,41.68665848013999],[-72.46987585911823,41.68679848021109],[-72.46809585855144,41.687033480313175],[-72.46627085797036,41.68727548041803],[-72.46275885685208,41.68774048061969],[-72.46098085628596,41.687976480721886],[-72.45922985572467,41.68814248080965],[-72.45397985404179,41.68864048107284],[-72.45222985348087,41.68880748116075],[-72.45212285342889,41.68850448110542],[-72.45180185327298,41.68759648093964],[-72.45174885324711,41.68744448091185],[-72.45169585322138,41.687294480884454],[-72.45162985318929,41.68710748085031],[-72.45161485318101,41.687047480839155],[-72.4514368530802,41.686289480697894],[-72.45137785304674,41.6860374806509],[-72.45134185302653,41.68588748062298],[-72.45123685296689,41.685437480539086],[-72.45122985296291,41.6854074805335],[-72.45120285294733,41.6852874805111],[-72.4506768526467,41.6829994800843],[-72.44966385206736,41.67858547926079],[-72.44911785175519,41.676207478817076],[-72.44910085174553,41.676134478803476],[-72.44870785152078,41.67442147848382],[-72.44857585144537,41.673847478376715],[-72.44848585139408,41.673458478304156],[-72.44821885124145,41.67229547808713],[-72.44814285119789,41.671962478024966],[-72.44812985119049,41.671906478014506],[-72.44715285084645,41.671451477957284],[-72.44422184981445,41.67008947778615],[-72.44382984967645,41.66990747776329],[-72.44325484947261,41.66961547772489],[-72.4420118490319,41.66898347764175],[-72.43828284770994,41.6670904773929],[-72.43732984737208,41.66660647732924],[-72.4370448472705,41.66645147730821],[-72.43697084724413,41.6664114773028],[-72.43598484689258,41.6658754772301],[-72.432805845759,41.66414347699495],[-72.43185384541965,41.66362647692486],[-72.4317468453815,41.663568476916986],[-72.43071684501423,41.663007476840825],[-72.42942984455539,41.66230747674582],[-72.42923184447565,41.662037476699744],[-72.42821884406763,41.660654476463584],[-72.42793584395359,41.660267476397486],[-72.42752984378976,41.65970747630171],[-72.42747984376854,41.65962047628643],[-72.42619284322295,41.657379475892476],[-72.42218584152415,41.65039847466505],[-72.42092784099091,41.64820747427975],[-72.42084784095734,41.64807347425628],[-72.42084084095437,41.64806147425416],[-72.41985684054583,41.64649947398223],[-72.41749683956633,41.642757473330796],[-72.41712783941318,41.64217247322894],[-72.41688183931126,41.64178547316161],[-72.41649783915183,41.64117547305538],[-72.41589283890066,41.640214472888026],[-72.41590683889459,41.640025472850915],[-72.41587083887477,41.63988147282409],[-72.41576283881533,41.63945047274385],[-72.41572883879621,41.639307472717185],[-72.41560183874533,41.6391384726884],[-72.41551283870935,41.63901447266715],[-72.41464483835917,41.6378164724621],[-72.41435583824263,41.637418472394],[-72.41421983818988,41.63726847236919],[-72.41396183809599,41.63709347234337],[-72.41385283805096,41.636924472314035],[-72.41384683804407,41.636836472297134],[-72.41388183805317,41.63679547228807],[-72.41402483809868,41.636776472279855],[-72.41405283810523,41.63673047227005],[-72.41405283810063,41.63664847225413],[-72.41384783802775,41.636540472239645],[-72.41376683799527,41.63643247222127],[-72.41376683798809,41.6363044721964],[-72.41382283799919,41.63617747216998],[-72.41382383798855,41.635982472132106],[-72.4137718379466,41.63553747204736],[-72.41378983794802,41.635458472031466],[-72.41382683795125,41.63530147199983],[-72.41377483791047,41.634877471919175],[-72.41372083788421,41.63472347189098],[-72.4135518378173,41.63451247185537],[-72.41343483777428,41.63442547184219],[-72.41323783770397,41.63431647182727],[-72.41287083756878,41.63403847178492],[-72.41264083747971,41.63378747174346],[-72.41179083717238,41.63324647166534],[-72.41162083710968,41.633116471645494],[-72.41153283707526,41.633014471628464],[-72.41129483698873,41.63285447160493],[-72.41123983696704,41.632787471593666],[-72.4110848369004,41.63250047154286],[-72.41086083681158,41.63221847149521],[-72.41069083674782,41.63206947147165],[-72.41020883657161,41.631728471420715],[-72.40989683645525,41.6314664713797],[-72.40969983637807,41.63123547134111],[-72.4095298363143,41.63108647131755],[-72.40921783619416,41.630757471263564],[-72.40917083616964,41.6305934712332],[-72.40916483615447,41.630358471187776],[-72.40925983617188,41.63011747113798],[-72.4092748361748,41.63008247113071],[-72.40925583616367,41.62999447111424],[-72.4090858360999,41.629845471090675],[-72.40897483601346,41.62895047092043],[-72.40862483584066,41.62790447072844],[-72.40861183582894,41.627771470703024],[-72.40861283580495,41.62733847061893],[-72.4085518357653,41.626986470552524],[-72.40848083571879,41.62657047047399],[-72.40819583558795,41.62589447035176],[-72.40787483544607,41.62523047023299],[-72.40788183544129,41.6251044702083],[-72.40792583545004,41.62500547018769],[-72.40802383546952,41.62478347014148],[-72.40834483553361,41.62406246999134],[-72.40848183556082,41.623752469926806],[-72.40862283558894,41.62343546986081],[-72.40863583559167,41.62340846985516],[-72.40888983564157,41.62282346973354],[-72.40897183565777,41.62263646969463],[-72.40900883566258,41.622507469668406],[-72.40950883568772,41.62005446917627],[-72.40951383563244,41.619041468979404],[-72.40944683548081,41.61672946853255],[-72.40944283547174,41.616591468505874],[-72.40942583544022,41.616128468416484],[-72.40944083534094,41.614273468055764],[-72.40948583503733,41.60860346695306],[-72.40956883503091,41.60800746683468],[-72.41005083499981,41.604655466168296],[-72.41006583499869,41.60454846614705],[-72.41010383499626,41.60428446609456],[-72.41026183498543,41.60317446587392],[-72.41031583498227,41.60280446580033],[-72.4103218349818,41.6027614657918],[-72.41032983498133,41.60270646578085],[-72.41035183498461,41.602637465766755],[-72.41036583498695,41.602597465758556],[-72.41036783498714,41.60258946575693],[-72.41041783499496,41.602438465726],[-72.4105368350138,41.60208346565329],[-72.41057583501983,41.601964465628924],[-72.41062983502856,41.60180646559652]]]},"properties":{"name":"Marlborough"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.76196995591921,41.71580347648017],[-72.76194195591079,41.71581547648339],[-72.76188595587021,41.71542647640994],[-72.76170595573954,41.71417147617297],[-72.76164695569635,41.71375347609401],[-72.76158695565321,41.713342476016436],[-72.76132095546218,41.711523475673104],[-72.76117895536028,41.71055347549004],[-72.7601319546933,41.7048714744244],[-72.75972395443337,41.702656474008954],[-72.75967695440154,41.70236847395474],[-72.75953795430672,41.70150447379204],[-72.75949195427523,41.70121647373778],[-72.7594569542523,41.70101547370002],[-72.75935195418364,41.700414473587095],[-72.75931695416078,41.70021447354952],[-72.75924495411381,41.69980447347249],[-72.75902995397325,41.69857447324138],[-72.75901895396585,41.69850747322876],[-72.75896095392729,41.69816447316426],[-72.75893395390788,41.69797947312932],[-72.75885295384981,41.697426473024926],[-72.75882595383047,41.69724247299016],[-72.75874395377497,41.696740472895655],[-72.75872695376317,41.69663147287511],[-72.75859195363843,41.69522247260677],[-72.7585439535938,41.69471647251037],[-72.758518953579,41.69460047248873],[-72.75848495355996,41.69446147246292],[-72.75830195345665,41.69369847232114],[-72.75824195342254,41.6934444722739],[-72.75824695341873,41.69334947225536],[-72.75826395340803,41.69306647220004],[-72.75826995340461,41.69297247218164],[-72.75824095338896,41.69286447216169],[-72.75815395334223,41.692543472102344],[-72.75812495332666,41.69243647208257],[-72.75804795327613,41.69199247199912],[-72.75781695312456,41.690660471748735],[-72.75779695311137,41.690543471726734],[-72.75774095307438,41.69021647166522],[-72.75773295306105,41.69002947162929],[-72.75772995305451,41.68993247161061],[-72.7576379529986,41.68947947152588],[-72.75760095297612,41.68929747149184],[-72.75757895296316,41.68919647147301],[-72.75757795296245,41.68918947147168],[-72.75756595294645,41.68897847143123],[-72.7575589529374,41.68886047140861],[-72.75755295292919,41.68875147138769],[-72.75747095287676,41.68830247130342],[-72.7572269527203,41.686958471051106],[-72.75717795268888,41.686688471000416],[-72.75716195267856,41.68659947098371],[-72.75714595266825,41.68651047096698],[-72.75713595265967,41.68641747094931],[-72.75712195264742,41.68628347092381],[-72.75705195258573,41.68560447079463],[-72.75704195257693,41.68550747077617],[-72.75701295256027,41.6853814707527],[-72.7568979524933,41.68486647065672],[-72.75655495229311,41.68332147036863],[-72.75644095222655,41.682807470272785],[-72.75638295219669,41.682615470237494],[-72.75620995210737,41.682039470131535],[-72.7561819520928,41.681944470114054],[-72.7561609520803,41.68184547009557],[-72.75612495206032,41.68170147006884],[-72.75601895200107,41.68126946998862],[-72.75598395198142,41.681125469961856],[-72.75592295193934,41.6807374698887],[-72.75574295181423,41.67957646966968],[-72.75568295177251,41.67918946959669],[-72.75565595175279,41.67899846956058],[-72.75557595169394,41.67842546945221],[-72.7555499516746,41.67823546941625],[-72.7555319516607,41.678095469389724],[-72.75551395165152,41.67803746937907],[-72.75534295156264,41.67745746927228],[-72.75528595153303,41.67726446923674],[-72.75521795149899,41.67705646919865],[-72.75521595149695,41.677032469194046],[-72.75516895144001,41.6763054690548],[-72.75515395142128,41.67606346900843],[-72.75509195138146,41.67572046894401],[-72.75490595126209,41.674693468751116],[-72.75484395122233,41.67435146868689],[-72.7547599511692,41.673901468602445],[-72.75451095101097,41.672553468349406],[-72.75442795095825,41.672104468265125],[-72.75430895088721,41.67154046815973],[-72.75395195067432,41.66985146784411],[-72.75383295060335,41.669288467738916],[-72.75375495056096,41.6689914676839],[-72.75359395047306,41.66837146756899],[-72.7535459504418,41.66809846751767],[-72.75352195042598,41.667958467491324],[-72.75355495042757,41.66779846745927],[-72.75353795041201,41.667623467425926],[-72.75348995036657,41.667102467326565],[-72.75347495035173,41.66692846729334],[-72.75316295016128,41.665375467002576],[-72.75222694959002,41.6607164661302],[-72.7519159494,41.659164465839545],[-72.75164294925153,41.65812246564646],[-72.75082494880657,41.65499746506734],[-72.75055294865851,41.65395646487438],[-72.75054494862444,41.653406464768075],[-72.7505209485224,41.651758464449536],[-72.75051294848839,41.65120946434341],[-72.75048194846646,41.651002464304284],[-72.7503889484007,41.65038146418695],[-72.75035794837883,41.65017546414801],[-72.75061494846058,41.650142464133374],[-72.751385948706,41.65004646408996],[-72.75164394878813,41.65001446407547],[-72.7520909489316,41.64997946405432],[-72.7534339493627,41.649875463990966],[-72.75388194950655,41.64984146396995],[-72.75473594978315,41.64981846393803],[-72.75729895061345,41.64975246384276],[-72.75815395089042,41.649730463811],[-72.75854695101614,41.649692463790984],[-72.75972995139472,41.64958046373122],[-72.76012395152081,41.64954346371136],[-72.76166295201381,41.64940646363529],[-72.76628195349362,41.64899946340776],[-72.76721995379417,41.648917463361684],[-72.76761995392405,41.64891246334783],[-72.76782495399057,41.64890946334066],[-72.76793995402801,41.64890946333695],[-72.76828695414093,41.64890946332578],[-72.76840295417867,41.64890946332205],[-72.76849595420887,41.64890846331887],[-72.76852795421928,41.64890846331784],[-72.76877795429974,41.648892463306666],[-72.76887195433001,41.648887463302685],[-72.7693589544829,41.64878946326802],[-72.77082295494263,41.64849846316449],[-72.77087895496024,41.64848746316056],[-72.77131095509588,41.648401463129986],[-72.7718739552748,41.64832646309733],[-72.77857295745041,41.64825246286727],[-72.77916395763985,41.648202462838526],[-72.78093695820841,41.64805646275314],[-72.7815289583983,41.648008462724775],[-72.78292695884885,41.647932462665004],[-72.78712196020102,41.647708462486456],[-72.78852096065191,41.647633462426846],[-72.78874096072263,41.64761846241685],[-72.78940296093558,41.64757546238719],[-72.78962396100668,41.64756146237736],[-72.78989296109347,41.64754846236617],[-72.79070396135523,41.64751146233286],[-72.7909739614424,41.64749946232184],[-72.79101096145433,41.64749746232025],[-72.79112296149053,41.64749346231587],[-72.79116096150284,41.64749246231444],[-72.79153596162337,41.64746646229734],[-72.79266496198638,41.647390462246236],[-72.79304096210727,41.64736546222926],[-72.79336096220966,41.64733546221313],[-72.79432196251743,41.647249462165504],[-72.79464296262027,41.64722146214972],[-72.79499196273363,41.6472184621379],[-72.79603896307391,41.647211462102796],[-72.79638896318768,41.64720946209112],[-72.79713596342586,41.64712446205058],[-72.79756396356242,41.64707746202766],[-72.79937996414155,41.646872461929405],[-72.80012896438049,41.64678946188918],[-72.80138796478404,41.64668346182804],[-72.8051649659949,41.646369461645435],[-72.80642496639886,41.64626446158446],[-72.8070619666037,41.646222461555766],[-72.80897496721903,41.64609946147024],[-72.80961296742429,41.64605846144171],[-72.81009096757823,41.64603146142109],[-72.81152696804091,41.64595246135944],[-72.81200596819527,41.645926461338966],[-72.81244196833464,41.64588346131655],[-72.81375196875355,41.645756461249704],[-72.81418896889333,41.64571446122746],[-72.81421496890167,41.645712461226246],[-72.8142959689278,41.64570846122286],[-72.81432296893652,41.64570746122178],[-72.81477296907971,41.64565146119642],[-72.8149019691207,41.64563446118896],[-72.81505196916848,41.64561646118063],[-72.81528896924289,41.6455694611639],[-72.81563996935301,41.6454984611388],[-72.81580196940388,41.64546646112737],[-72.81596396945476,41.645434461115954],[-72.81662296966154,41.64530146106891],[-72.81719696984173,41.64518746102832],[-72.81736696989526,41.64515646101682],[-72.81768596999578,41.64509946099549],[-72.81787797005617,41.64506346098232],[-72.81804897011008,41.64503346097098],[-72.81840197022454,41.64502646095824],[-72.81918597047878,41.645012460930225],[-72.81929797052968,41.645264460975454],[-72.81944297059538,41.64558746103334],[-72.81944197059764,41.64563246104209],[-72.81944197060544,41.645768461068435],[-72.81944197060808,41.64581446107735],[-72.81943897061042,41.645872461088686],[-72.81943097061803,41.64605046112344],[-72.81942897062078,41.64610946113492],[-72.81952497069271,41.64681946126939],[-72.81973997085306,41.64839546156777],[-72.81989697096999,41.6495434617851],[-72.81995397101231,41.64995746186346],[-72.82067597155107,41.65525346286604],[-72.82073997159888,41.65572346295501],[-72.82257397219529,41.655718462894846],[-72.82291697237737,41.65694646312162],[-72.82369297278926,41.6597234636344],[-72.82394597292378,41.66063246380229],[-72.82428997310626,41.66186146402919],[-72.82446897321658,41.66276846419906],[-72.82450597323954,41.662958464234656],[-72.8251539736395,41.66625146485142],[-72.82537097377316,41.66734946505702],[-72.82538197378501,41.66749346508453],[-72.82541797382167,41.6679274651674],[-72.8254299738339,41.6680724651951],[-72.82546897385147,41.66815746521029],[-72.82552597387713,41.66828146523247],[-72.8255859739042,41.66841246525588],[-72.8256249739218,41.66849846527128],[-72.82541897388052,41.66894646536467],[-72.82533597387109,41.66925246542661],[-72.82371097350281,41.672046466020056],[-72.82341197343597,41.67257646613231],[-72.82304097337408,41.673600466342556],[-72.82192997318917,41.676674466973544],[-72.82155997312765,41.67769946718391],[-72.82151297312213,41.67786946721834],[-72.82137297310587,41.67837946732159],[-72.82132697310074,41.678550467356175],[-72.8212669730897,41.678698467386766],[-72.82108997305775,41.679144467478835],[-72.82103097304709,41.67929346750957],[-72.82087997302835,41.67982246761684],[-72.8207989730158,41.68006246766591],[-72.82003397289827,41.6823494681333],[-72.81977997285945,41.683112468289195],[-72.8194899727818,41.68340346835488],[-72.81897997264514,41.683913468470074],[-72.81658197200308,41.68632046901339],[-72.81578297178913,41.687122469194414],[-72.81571397177473,41.68726246922374],[-72.81550897173237,41.68768646931242],[-72.81545097172051,41.68780846933791],[-72.81544297171905,41.68782846934202],[-72.81543997171842,41.68783446934329],[-72.8154309717167,41.687855469347646],[-72.81542897171644,41.68786246934908],[-72.81520397164822,41.68794946937317],[-72.81470297149637,41.68814446942708],[-72.81453197144452,41.68821046944539],[-72.81430797137668,41.68829846946965],[-72.81389097126097,41.68864646955046],[-72.81264097091409,41.68968946979268],[-72.81222497079875,41.69003846987366],[-72.81212297077147,41.690141469896886],[-72.81200697073945,41.69024146991998],[-72.81120697058157,41.69202447029087],[-72.81110397056132,41.69225547033889],[-72.81009997021052,41.69183747029042],[-72.80583796901541,41.69517947107476],[-72.80485596874009,41.695950471255664],[-72.80407396852169,41.69657947140262],[-72.80380496844575,41.6967814714504],[-72.80299896821828,41.69738847159387],[-72.80273096814273,41.69759147164181],[-72.80237996804313,41.69784647170246],[-72.80132796774473,41.698612471884644],[-72.80097796764552,41.69886847194548],[-72.80041196748812,41.69933547205412],[-72.79871696701701,41.7007384723803],[-72.79815196686005,41.70120747248928],[-72.79773596675125,41.70167047259229],[-72.79749796668911,41.70193747265163],[-72.79640196639212,41.702977472888236],[-72.79595096627001,41.70340747298597],[-72.79550396614279,41.70372547306193],[-72.79511696603272,41.70400247312802],[-72.79436296581632,41.704507473250054],[-72.79413596574994,41.704638473282735],[-72.79402896571872,41.70470147329837],[-72.79364996560622,41.704890473347156],[-72.79316896546952,41.70523647342963],[-72.79290596539579,41.70544347347816],[-72.79260496530856,41.70563047352407],[-72.79219896518502,41.70578047356617],[-72.79198596512494,41.70594147360419],[-72.78974996449566,41.70765747400834],[-72.78826596407782,41.70879347427599],[-72.78750696386412,41.70937447441289],[-72.78740296383475,41.70945247443132],[-72.78633696353488,41.71027347462455],[-72.7829929625942,41.712848475230565],[-72.78278196252764,41.712885475244526],[-72.78132796206937,41.713148475342315],[-72.78088596192973,41.713222475370884],[-72.78050996181098,41.7132864753954],[-72.7795609615107,41.713437475455216],[-72.7791199613712,41.71350847548318],[-72.77893496131234,41.71353247549379],[-72.77837996113585,41.71360547552582],[-72.77819596107739,41.713630475536604],[-72.7772189607678,41.713778475596726],[-72.77688996066355,41.713828475617014],[-72.77621596044992,41.713929475658304],[-72.77523096013783,41.71407947571908],[-72.77422395981877,41.714232475781166],[-72.7729739594227,41.71442247585823],[-72.77166895900925,41.714621475938806],[-72.77028295856523,41.71474747600788],[-72.77027395856231,41.714747476008164],[-72.76720795758001,41.7150254761608],[-72.76688895747861,41.71506847617941],[-72.76609395722603,41.71517747622611],[-72.76531195697768,41.71528647627241],[-72.76470595678455,41.71535947630607],[-72.76444495670228,41.715406476323594],[-72.7636629564558,41.71554847637624],[-72.76340295637392,41.71559647639392],[-72.76311595628283,41.71563747641112],[-72.76225595600992,41.71576147646282],[-72.76196995591921,41.71580347648017]]]},"properties":{"name":"New Britain"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.75035794837883,41.65017546414801],[-72.7503889484007,41.65038146418695],[-72.75048194846646,41.651002464304284],[-72.75051294848839,41.65120946434341],[-72.7505209485224,41.651758464449536],[-72.75054494862444,41.653406464768075],[-72.75055294865851,41.65395646487438],[-72.75082494880657,41.65499746506734],[-72.75164294925153,41.65812246564646],[-72.7519159494,41.659164465839545],[-72.75222694959002,41.6607164661302],[-72.75316295016128,41.665375467002576],[-72.75347495035173,41.66692846729334],[-72.75348995036657,41.667102467326565],[-72.75353795041201,41.667623467425926],[-72.75355495042757,41.66779846745927],[-72.75352195042598,41.667958467491324],[-72.7535459504418,41.66809846751767],[-72.75359395047306,41.66837146756899],[-72.75375495056096,41.6689914676839],[-72.75383295060335,41.669288467738916],[-72.75395195067432,41.66985146784411],[-72.75430895088721,41.67154046815973],[-72.75442795095825,41.672104468265125],[-72.75451095101097,41.672553468349406],[-72.7547599511692,41.673901468602445],[-72.75484395122233,41.67435146868689],[-72.75490595126209,41.674693468751116],[-72.75509195138146,41.67572046894401],[-72.75515395142128,41.67606346900843],[-72.75516895144001,41.6763054690548],[-72.75521595149695,41.677032469194046],[-72.75521795149899,41.67705646919865],[-72.75528595153303,41.67726446923674],[-72.75534295156264,41.67745746927228],[-72.75551395165152,41.67803746937907],[-72.7555319516607,41.678095469389724],[-72.7555499516746,41.67823546941625],[-72.75557595169394,41.67842546945221],[-72.75565595175279,41.67899846956058],[-72.75568295177251,41.67918946959669],[-72.75574295181423,41.67957646966968],[-72.75592295193934,41.6807374698887],[-72.75598395198142,41.681125469961856],[-72.75601895200107,41.68126946998862],[-72.75612495206032,41.68170147006884],[-72.7561609520803,41.68184547009557],[-72.7561819520928,41.681944470114054],[-72.75620995210737,41.682039470131535],[-72.75638295219669,41.682615470237494],[-72.75644095222655,41.682807470272785],[-72.75655495229311,41.68332147036863],[-72.7568979524933,41.68486647065672],[-72.75701295256027,41.6853814707527],[-72.75704195257693,41.68550747077617],[-72.75705195258573,41.68560447079463],[-72.75712195264742,41.68628347092381],[-72.75713595265967,41.68641747094931],[-72.75714595266825,41.68651047096698],[-72.75716195267856,41.68659947098371],[-72.75717795268888,41.686688471000416],[-72.7572269527203,41.686958471051106],[-72.75747095287676,41.68830247130342],[-72.75755295292919,41.68875147138769],[-72.7575589529374,41.68886047140861],[-72.75756595294645,41.68897847143123],[-72.75757795296245,41.68918947147168],[-72.75757895296316,41.68919647147301],[-72.75760095297612,41.68929747149184],[-72.7576379529986,41.68947947152588],[-72.75772995305451,41.68993247161061],[-72.75773295306105,41.69002947162929],[-72.75774095307438,41.69021647166522],[-72.75779695311137,41.690543471726734],[-72.75781695312456,41.690660471748735],[-72.75804795327613,41.69199247199912],[-72.75812495332666,41.69243647208257],[-72.75815395334223,41.692543472102344],[-72.75824095338896,41.69286447216169],[-72.75826995340461,41.69297247218164],[-72.75826395340803,41.69306647220004],[-72.75824695341873,41.69334947225536],[-72.75824195342254,41.6934444722739],[-72.75830195345665,41.69369847232114],[-72.75848495355996,41.69446147246292],[-72.758518953579,41.69460047248873],[-72.7585439535938,41.69471647251037],[-72.75859195363843,41.69522247260677],[-72.75872695376317,41.69663147287511],[-72.75874395377497,41.696740472895655],[-72.75882595383047,41.69724247299016],[-72.75885295384981,41.697426473024926],[-72.75893395390788,41.69797947312932],[-72.75896095392729,41.69816447316426],[-72.75901895396585,41.69850747322876],[-72.75902995397325,41.69857447324138],[-72.75924495411381,41.69980447347249],[-72.75931695416078,41.70021447354952],[-72.75935195418364,41.700414473587095],[-72.7594569542523,41.70101547370002],[-72.75949195427523,41.70121647373778],[-72.75953795430672,41.70150447379204],[-72.75967695440154,41.70236847395474],[-72.75972395443337,41.702656474008954],[-72.7601319546933,41.7048714744244],[-72.76117895536028,41.71055347549004],[-72.76132095546218,41.711523475673104],[-72.76158695565321,41.713342476016436],[-72.76164695569635,41.71375347609401],[-72.76170595573954,41.71417147617297],[-72.76188595587021,41.71542647640994],[-72.76194195591079,41.71581547648339],[-72.76196995591921,41.71580347648017],[-72.7620469559734,41.71631047657576],[-72.76223495610479,41.71753247680606],[-72.7622139561154,41.71783647686556],[-72.7621799561338,41.71834947696587],[-72.76163495595675,41.71835647698479],[-72.75999995542581,41.718381477042335],[-72.7594559552492,41.71839047706161],[-72.75762195466632,41.71863947716887],[-72.74283394996942,41.72070347804459],[-72.74259594989343,41.72072947805729],[-72.74188194966557,41.72081047809595],[-72.74164494958993,41.720837478108805],[-72.74141894951894,41.72088247812478],[-72.74074394930693,41.721018478172844],[-72.74051894923629,41.72106447818898],[-72.74026294915197,41.72104747819394],[-72.73949594889943,41.72099947820935],[-72.73924094881554,41.72098447821466],[-72.73869394864063,41.72104047824311],[-72.73705594811703,41.72121147832892],[-72.73650994794257,41.72126947835774],[-72.73600494778039,41.721309478381734],[-72.73449194729461,41.72143047845386],[-72.73398794713285,41.721471478478016],[-72.73351394698045,41.72150547849984],[-72.73343594695538,41.72151147850352],[-72.73293994679851,41.72159247853516],[-72.73210794653548,41.72173047858864],[-72.73163994638755,41.7218084786188],[-72.73053594603458,41.721922478676376],[-72.72722394497582,41.72226847884993],[-72.72612094462326,41.72238447890786],[-72.72519394432709,41.722484478957035],[-72.72241594343983,41.722788479105255],[-72.7214899431441,41.72289047915477],[-72.72108694301384,41.722907479171035],[-72.71988194262444,41.72296047922004],[-72.71947994249454,41.722978479236474],[-72.7189359423209,41.72303947926578],[-72.71730594180063,41.723224479354],[-72.71676294162741,41.72328747938365],[-72.716419941518,41.72332747940242],[-72.71539194119008,41.723447479458706],[-72.71504994108102,41.72348847947764],[-72.71503694107685,41.72348947947826],[-72.71499894106476,41.72349447948046],[-72.71498694106099,41.723496479481206],[-72.71489694103242,41.72350947948664],[-72.71483394101251,41.72352047949079],[-72.71464394095534,41.723602479512756],[-72.71456194093071,41.72363847952236],[-72.71413894080325,41.72381847957078],[-72.71372394067033,41.723857479591686],[-72.71110593983212,41.724109479724625],[-72.71023393955294,41.72419347976893],[-72.70937493927448,41.724216479801],[-72.70679793843914,41.72428547989723],[-72.70593893816068,41.7243084799293],[-72.70616993815239,41.72285047963983],[-72.70686593812843,41.71847547877107],[-72.70709793812054,41.7170184784817],[-72.7071159381172,41.71685747844998],[-72.7073079381121,41.71567647821532],[-72.70732793811172,41.715556478191466],[-72.70755493808863,41.71386247785638],[-72.70787093806437,41.711641477416485],[-72.70799993805474,41.71073947723779],[-72.70804093804765,41.7103824771674],[-72.70802093803624,41.710297477151585],[-72.70793993798995,41.70994947708685],[-72.70786993794948,41.7096404770293],[-72.70786093794442,41.709603477022426],[-72.70782293792224,41.709432476990564],[-72.70767193784086,41.70886947688647],[-72.70752293775524,41.70822147676586],[-72.70743493770064,41.707768476681025],[-72.7073769376679,41.70752647663607],[-72.70721193757461,41.70683547650765],[-72.70714393753633,41.70655347645525],[-72.70701793746484,41.70602147635634],[-72.70691993741548,41.70571647630047],[-72.70685693738363,41.70551847626416],[-72.70683793737291,41.70543947624949],[-72.70672393730815,41.70495647615967],[-72.70663393725698,41.70457447608864],[-72.70641493712421,41.70350047588783],[-72.7063159370642,41.70301547579713],[-72.7062349370174,41.70265847573064],[-72.70615793697263,41.70231447566653],[-72.7060069368818,41.701586475530476],[-72.70593293683729,41.70122947546376],[-72.70583793678004,41.70076947537779],[-72.7058289367752,41.70073647537168],[-72.70544893656793,41.69927647510128],[-72.70543893656252,41.69923847509426],[-72.70533393651458,41.69899847505117],[-72.70520093646265,41.69884747502622],[-72.70523493647113,41.69880247501642],[-72.70528393648341,41.69873847500245],[-72.70530093648681,41.698700474994546],[-72.70531993649047,41.69865647498542],[-72.70534293649503,41.698605474974805],[-72.70537393649906,41.698499474953294],[-72.70538793650115,41.69845647494452],[-72.70535993647574,41.69817147489026],[-72.70534993646625,41.69806247486946],[-72.70500893631332,41.69733047473874],[-72.70484693624074,41.69698347467678],[-72.70494493624456,41.69649247457858],[-72.70519093625694,41.69530847434148],[-72.7048009360569,41.69403147410679],[-72.7036329354575,41.690200473402626],[-72.70324393525783,41.688923473167875],[-72.70321193524072,41.68880647314626],[-72.7031159351895,41.68845747308176],[-72.70308393517246,41.68834147306033],[-72.70312193517847,41.68823047303763],[-72.70310393515884,41.68798947299154],[-72.70310193515763,41.68797947298967],[-72.70296493507041,41.68723447284981],[-72.70287993502347,41.686897472787294],[-72.70286193501333,41.68682247277334],[-72.70281993498318,41.68653447271894],[-72.70272393492587,41.68607847263372],[-72.70269593490896,41.685942472608296],[-72.70239893474238,41.684719472381005],[-72.70228993468103,41.68426747229698],[-72.70224593465632,41.68408547226315],[-72.7021699346031,41.683587472169144],[-72.7019359344729,41.682642471993674],[-72.70188593444303,41.68240447194919],[-72.70173893435442,41.68169147181584],[-72.70168993432493,41.68145447177153],[-72.70151293421848,41.68060047161181],[-72.7009849339003,41.678040471132974],[-72.70086893383045,41.677478471027854],[-72.70087193382683,41.67739847101227],[-72.70089293383106,41.67735247100269],[-72.70092293383972,41.67733347099805],[-72.70105393388239,41.67733347099384],[-72.70103593387446,41.67729747098744],[-72.70098193385071,41.67718947096826],[-72.70096393384284,41.677154470962066],[-72.70089193380143,41.67683947090337],[-72.7006789336782,41.67589647072756],[-72.70060793363713,41.67558247066901],[-72.70056293361364,41.67542747064045],[-72.70042893354352,41.67496347055488],[-72.7003849335204,41.67480947052647],[-72.70038293351796,41.67477847052053],[-72.70037793351104,41.67468547050266],[-72.70037693350892,41.674654470496705],[-72.70036493350085,41.67458147048294],[-72.70178993395352,41.67438447039903],[-72.70507893499841,41.67393147020566],[-72.70509093500216,41.67392847020467],[-72.70513093501484,41.67392247020226],[-72.70514393501897,41.67392047020144],[-72.70550293513354,41.673880470182176],[-72.70658093547772,41.6737614701245],[-72.70694093559267,41.67372247010537],[-72.70680893551616,41.67313546999592],[-72.70641293528675,41.671376469667926],[-72.70628093521029,41.67079046955865],[-72.70633093522481,41.67075946955104],[-72.70648393526929,41.6706664695281],[-72.70653493528418,41.67063646952065],[-72.70643593523106,41.670270469452944],[-72.70613893507165,41.66917246924979],[-72.70603993501857,41.66880746918227],[-72.70575393484357,41.66737346891365],[-72.7052319345235,41.66474446842109],[-72.70487293431138,41.66307646810945],[-72.70456693413017,41.66164746784243],[-72.70432593398722,41.660517467631216],[-72.70360293355849,41.65712946699793],[-72.70336293341592,41.656000466786864],[-72.70328993337246,41.65565546672235],[-72.70307293324294,41.65462346652933],[-72.70300093319987,41.65427946646497],[-72.70327893328877,41.65425146645062],[-72.70411293355544,41.65416746640758],[-72.70439093364433,41.65413946639324],[-72.70499193383226,41.65400446634777],[-72.7067959343966,41.653603466212154],[-72.70731593455922,41.65348746617298],[-72.70739793458495,41.65347046616704],[-72.70773193469006,41.65340746614413],[-72.70873693500664,41.653222466076],[-72.70907193511215,41.65316046605324],[-72.71031593551191,41.65307046599585],[-72.7140519367127,41.65280346582415],[-72.71529693711285,41.65271446576692],[-72.71604093735365,41.65269046573838],[-72.71669993756694,41.65266946571313],[-72.71727493775262,41.652643465689636],[-72.71789093795026,41.65259346566017],[-72.71826893807074,41.6525484656393],[-72.71874893822381,41.652493465613226],[-72.71901093830893,41.65249046560422],[-72.71936593842317,41.65246746558837],[-72.71937893842738,41.65246746558795],[-72.71982993857429,41.652469465573844],[-72.72024793871218,41.65250146556664],[-72.72048193879027,41.652535465565705],[-72.72084693891216,41.652589465564425],[-72.72128793905605,41.652595465551435],[-72.72145693911122,41.652598465546596],[-72.7222439393664,41.652581465518026],[-72.72261293948507,41.652556465501306],[-72.72305393962701,41.652528465481716],[-72.72324693968898,41.65251346547262],[-72.72382693987537,41.652471465445835],[-72.72402093993769,41.6524574654369],[-72.72432294003467,41.65243446542274],[-72.72523294032707,41.652368465380704],[-72.72553594042445,41.652346465366705],[-72.72574394049151,41.65233546535789],[-72.72589994054155,41.652322465350366],[-72.72699194089193,41.65223446529823],[-72.72735694100908,41.65220546528088],[-72.72729294093689,41.65130646510872],[-72.7271639407913,41.64949246476133],[-72.72892694135516,41.64931846467096],[-72.72904094139163,41.64930746466517],[-72.73019194175579,41.64912446459271],[-72.73033994180291,41.649106464584456],[-72.7320249423433,41.64896646450319],[-72.7344819431305,41.648748464381974],[-72.73617894367399,41.648594464297595],[-72.73693794391569,41.64850146425517],[-72.74446094631327,41.64761346384121],[-72.74469794638914,41.64759146382932],[-72.7448439464354,41.64756946382037],[-72.74528294657465,41.64750646379406],[-72.7454299466213,41.64748546378524],[-72.74581994674547,41.64743746376341],[-72.7469929471192,41.64729746369855],[-72.74738494724414,41.647251463677016],[-72.74852594760813,41.647123463615536],[-72.74987494803855,41.64697346354308],[-72.7501859482579,41.649039463933434],[-72.75035794837883,41.65017546414801]]]},"properties":{"name":"Newington"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.81544297171905,41.68782846934202],[-72.81545097172051,41.68780846933791],[-72.81550897173237,41.68768646931242],[-72.81571397177473,41.68726246922374],[-72.81578297178913,41.687122469194414],[-72.81658197200308,41.68632046901339],[-72.81897997264514,41.683913468470074],[-72.8194899727818,41.68340346835488],[-72.81977997285945,41.683112468289195],[-72.82003397289827,41.6823494681333],[-72.8207989730158,41.68006246766591],[-72.82087997302835,41.67982246761684],[-72.82103097304709,41.67929346750957],[-72.82108997305775,41.679144467478835],[-72.8212669730897,41.678698467386766],[-72.82132697310074,41.678550467356175],[-72.82137297310587,41.67837946732159],[-72.82151297312213,41.67786946721834],[-72.82155997312765,41.67769946718391],[-72.82192997318917,41.676674466973544],[-72.82304097337408,41.673600466342556],[-72.82341197343597,41.67257646613231],[-72.82371097350281,41.672046466020056],[-72.82533597387109,41.66925246542661],[-72.82541897388052,41.66894646536467],[-72.8256249739218,41.66849846527128],[-72.8255859739042,41.66841246525588],[-72.82552597387713,41.66828146523247],[-72.82546897385147,41.66815746521029],[-72.8254299738339,41.6680724651951],[-72.82541797382167,41.6679274651674],[-72.82538197378501,41.66749346508453],[-72.82537097377316,41.66734946505702],[-72.8251539736395,41.66625146485142],[-72.82450597323954,41.662958464234656],[-72.82446897321658,41.66276846419906],[-72.82428997310626,41.66186146402919],[-72.82394597292378,41.66063246380229],[-72.82369297278926,41.6597234636344],[-72.82291697237737,41.65694646312162],[-72.82257397219529,41.655718462894846],[-72.82561697316876,41.65542946274063],[-72.82692597358748,41.65530446267415],[-72.8274119737429,41.65525746264936],[-72.83477297609764,41.65455846227626],[-72.8419279783863,41.653877461913225],[-72.84676697993413,41.65341746166777],[-72.8484239804622,41.65322646157721],[-72.85339698204719,41.65265546130589],[-72.85505498257562,41.652465461215506],[-72.85544598270002,41.65241646119337],[-72.8557119827847,41.65238446117857],[-72.85573598279228,41.652380461177025],[-72.85661998307359,41.65227146112733],[-72.85670698310132,41.65226146112258],[-72.85701198319835,41.65222346110536],[-72.85767198340828,41.652140461067944],[-72.85790698348305,41.65211146105474],[-72.85965198403737,41.65187946095339],[-72.8603129842474,41.651792460915146],[-72.86120798453187,41.65167646086374],[-72.86389298538539,41.65133046070992],[-72.8645959856089,41.65124046066975],[-72.8647899856711,41.65122446066037],[-72.86501598574364,41.65120746064976],[-72.86569298596093,41.65115646061799],[-72.86591998603383,41.65114046060755],[-72.86626998614506,41.65109446058731],[-72.86708198640316,41.65098946054072],[-72.86732298648167,41.65099146053331],[-72.86767698659699,41.65099446052245],[-72.86825898678292,41.650935460492185],[-72.8700059873411,41.65076046040179],[-72.87058898752748,41.650703460371886],[-72.87105598767698,41.650661460348644],[-72.87245698812544,41.6505354602789],[-72.87292498827533,41.65049446025583],[-72.87331598840036,41.650457460236],[-72.87448998877599,41.65034846017693],[-72.87488198890149,41.65031346015746],[-72.87724998965919,41.65009546003861],[-72.88052899070527,41.64973945986355],[-72.88061399073241,41.64973045985906],[-72.88073099076897,41.649704459850234],[-72.88153899102873,41.64965145981382],[-72.88171099108371,41.649634459804965],[-72.88175199109675,41.64962945980266],[-72.88239199130136,41.64956745976994],[-72.88260599136983,41.649547459759134],[-72.88274499141336,41.64951845974902],[-72.88290199146257,41.649486459737744],[-72.88310499152608,41.64944245972265],[-72.88316499154553,41.649441459720514],[-72.88330799159199,41.649440459715684],[-72.88332999159903,41.649438459714595],[-72.88338099161545,41.64943545971237],[-72.88338399161746,41.649453459715744],[-72.88338899162041,41.64947645972004],[-72.88347799167497,41.649921459803345],[-72.88374499183868,41.651257460053436],[-72.88383499189362,41.65170346013689],[-72.88388599192436,41.651949460182905],[-72.88404099201726,41.6526874603208],[-72.88409299204832,41.652933460366754],[-72.88416499209218,41.653288460433174],[-72.88438199222405,41.65435346063239],[-72.88445499226829,41.65470946069897],[-72.88450999230162,41.65497746074908],[-72.88459099235013,41.655362460821],[-72.88473599243228,41.65597046093405],[-72.884716992431,41.65605546095112],[-72.88479499247865,41.65644246102354],[-72.88503099262236,41.65760546124109],[-72.88510999267041,41.65799346131367],[-72.88512199267805,41.658058461325865],[-72.88515799270098,41.65825346136247],[-72.88516999270867,41.658319461374845],[-72.88541899284134,41.65921646154047],[-72.88616899324023,41.66190746203721],[-72.88641899337327,41.66280546220297],[-72.88642999337922,41.66284646221056],[-72.88646299339705,41.66296946223329],[-72.88647399340303,41.66301146224106],[-72.88647699340562,41.663039462246395],[-72.88648899341455,41.66312646226285],[-72.8864929934175,41.66315546226834],[-72.88654699346762,41.66372046237598],[-72.88670899361802,41.66541646269906],[-72.88676299366816,41.66598246280688],[-72.8867399936608,41.66598446280802],[-72.88668099364212,41.66599346281168],[-72.8866769936411,41.66599846281278],[-72.88666399363791,41.666016462816685],[-72.88669699365694,41.66616046284348],[-72.88679699371441,41.666593462924084],[-72.88683099373384,41.666738462951045],[-72.88687399375871,41.66692746298624],[-72.88700499383398,41.667494463091764],[-72.88704899385918,41.667683463126906],[-72.88708199387759,41.667816463151595],[-72.88718299393354,41.66821746322594],[-72.88721699395231,41.6683514632508],[-72.88725599397584,41.66853946328593],[-72.88737499404715,41.66910546339163],[-72.88741499407105,41.66929446342691],[-72.8874329940768,41.66929246342594],[-72.88748899409477,41.669288463423364],[-72.88750799410091,41.66928746342255],[-72.88752699411758,41.66946946345716],[-72.88758399416757,41.670015463561],[-72.88760399418462,41.67019846359578],[-72.88761799419775,41.67034746362417],[-72.88766199423785,41.67079446370927],[-72.88767699425131,41.670943463737636],[-72.887703994268,41.67108046376327],[-72.88771499427479,41.67113646377374],[-72.88778499431807,41.67149246384039],[-72.8878119943348,41.67163046386622],[-72.88786699436872,41.671908463918264],[-72.88803399447127,41.67274546407485],[-72.88808999450558,41.67302446412703],[-72.88813399453193,41.67323346416606],[-72.88826699461151,41.6738634642837],[-72.8882789946187,41.67392046429435],[-72.88829499462828,41.67399646430854],[-72.8883109946379,41.674073464322916],[-72.88832299464556,41.674138464335115],[-72.88833599465349,41.674202464347076],[-72.88835299466419,41.67429246436395],[-72.88848299474436,41.67494946448689],[-72.8885269947713,41.67516846452784],[-72.88864199483659,41.675652464617784],[-72.88898699503254,41.67710446488764],[-72.88910199509792,41.677589464977764],[-72.88912399511071,41.67768746499604],[-72.88919199514997,41.6779844650513],[-72.88921499516313,41.67808346506972],[-72.88939199526138,41.67878846520041],[-72.88949899532375,41.67926646528945],[-72.8895129953317,41.67932546530042],[-72.88960099539608,41.67994546541755],[-72.88975299550405,41.68096046560905],[-72.88985299557498,41.68162646573469],[-72.88990199560972,41.681952465796186],[-72.89001599567776,41.682489465896396],[-72.89008899572343,41.682869465967556],[-72.89032099586788,41.68406546619146],[-72.89047599595959,41.684781466325],[-72.89052499598796,41.684996466365],[-72.89075599613076,41.686169466584474],[-72.8908849962097,41.68681046670433],[-72.89089399621429,41.68683946670963],[-72.89085799620275,41.68684246671138],[-72.89082099619083,41.68684446671298],[-72.89078299617906,41.686854466716134],[-72.89087599622326,41.68709646675995],[-72.89120699644135,41.68901046711953],[-72.89124299647683,41.68942246719809],[-72.89129699652533,41.68995846730002],[-72.89182799682959,41.69223746772371],[-72.89189699686997,41.69254846778165],[-72.89226399708178,41.694149468079445],[-72.89244099718266,41.694899468218786],[-72.89247599720368,41.69506646824996],[-72.89258399726774,41.695567468343384],[-72.89261999728913,41.6957354683747],[-72.8926729973175,41.69592846841033],[-72.89283099740211,41.69650346851643],[-72.89283199740268,41.69650746851717],[-72.89288399743079,41.69670146855301],[-72.89245199729264,41.69674346857514],[-72.89115899687931,41.696871468641824],[-72.89072799674156,41.696914468664104],[-72.89057999669399,41.69692446867086],[-72.88997799650035,41.69696346869788],[-72.88772799577666,41.69710946879907],[-72.8869779955355,41.69715946883305],[-72.88692999552029,41.69716646883596],[-72.88678499547441,41.69718946884512],[-72.88673799545958,41.69719746884819],[-72.88559899509713,41.69733846891237],[-72.88218399401042,41.69776346910525],[-72.88104599364837,41.69790646916977],[-72.88060699350679,41.697928469188255],[-72.8792909930823,41.69799346924349],[-72.8788529929411,41.698016469262114],[-72.87863899287245,41.698033469272346],[-72.87799999266754,41.69808546930311],[-72.87778699259925,41.69810346931348],[-72.8763159921054,41.697840469310265],[-72.87447999148904,41.6975124693063],[-72.87191399062422,41.696995469289405],[-72.87044999013082,41.696700469279754],[-72.87022799005663,41.696666469280366],[-72.86956398983469,41.69656446928212],[-72.86934298976081,41.69653046928272],[-72.86861298951547,41.69639546928023],[-72.86642498878017,41.69599146927295],[-72.86569598853525,41.69585746927061],[-72.86571098853591,41.695784469256004],[-72.863845987909,41.695437469249256],[-72.86380898789587,41.695418469246775],[-72.86374498787436,41.695406469246535],[-72.86342298776998,41.69541346925831],[-72.86334398774387,41.69540646925951],[-72.85607998531232,41.694231469267315],[-72.85606498530555,41.6941984692614],[-72.8559699852721,41.69415446925597],[-72.85592598525778,41.694154469257384],[-72.85579398521573,41.69417046926476],[-72.85340098441726,41.69382746927584],[-72.85321098435385,41.69380046927675],[-72.8512759837082,41.69352346928578],[-72.8510729836398,41.69348246928441],[-72.85065398349849,41.69339646928134],[-72.85054898346306,41.69337446928047],[-72.85046998343647,41.693359469280125],[-72.8502109833493,41.69330946927884],[-72.84919898300876,41.693114469273844],[-72.84886198289534,41.69304946927217],[-72.84845998276055,41.69298046927182],[-72.84802598261498,41.692905469271345],[-72.84552098177504,41.69247546926916],[-72.84468598149506,41.692332469268514],[-72.84451398143742,41.69230346926847],[-72.84399898126489,41.69221746926847],[-72.84382798120761,41.6921894692686],[-72.84368998116139,41.6921664692686],[-72.84327898102372,41.69209846926874],[-72.84314198097788,41.69207646926892],[-72.84213798064157,41.69191046926927],[-72.84167698048716,41.69183446926947],[-72.83728397901577,41.69110846927104],[-72.83604897860215,41.690905469271684],[-72.83581797852595,41.690887469275665],[-72.83576797850944,41.69088346927652],[-72.83561897846027,41.690871469278996],[-72.8355699784441,41.69086746927981],[-72.83534197836845,41.690842469282344],[-72.83466097814258,41.690768469290035],[-72.83449397808724,41.69075146929215],[-72.83443397806731,41.690744469292746],[-72.83425397800706,41.69071546929295],[-72.83371397782633,41.69062846929356],[-72.83353497776642,41.69059946929373],[-72.83250897742346,41.690442469296514],[-72.82991597655672,41.6900444693033],[-72.82597397523911,41.689441469314005],[-72.8256239751221,41.689387469314866],[-72.82163097378745,41.68877646932563],[-72.8190609729284,41.68838246933241],[-72.81769797247279,41.68817346933598],[-72.81544297171905,41.68782846934202]]]},"properties":{"name":"Plainville"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.71389793523122,41.62771346096534],[-72.71382393521164,41.62779246098303],[-72.71378893520246,41.62783146099172],[-72.713628935163,41.628052461039715],[-72.71356593514751,41.6281404610588],[-72.71343993511601,41.62830746109522],[-72.71339693510711,41.628396461113866],[-72.71327293508153,41.628655461168066],[-72.71314993505626,41.62891446122224],[-72.7129459350141,41.6293394613112],[-72.7128609349967,41.62951946134883],[-72.7125919349443,41.6301354614769],[-72.71244093491123,41.63041746153643],[-72.71241093490458,41.63047246154805],[-72.71238193489829,41.63052746155965],[-72.7123399348892,41.63060746157651],[-72.71241693492672,41.6308264616165],[-72.71249193496311,41.63103646165482],[-72.71251693497535,41.63110846166798],[-72.71254293498792,41.6311804616811],[-72.71256193499718,41.63123446169096],[-72.71258093500646,41.63128846170081],[-72.71290693516507,41.632209461868925],[-72.71294393518302,41.63231346188792],[-72.71297693519894,41.63240446190449],[-72.71300893521462,41.632496461921306],[-72.71304393523177,41.63259746193976],[-72.71322593532024,41.6331104620334],[-72.71323693532558,41.63314146203905],[-72.71325893533636,41.633204462050564],[-72.7132809353471,41.63326746206207],[-72.71331493536351,41.63336146207921],[-72.71337793539429,41.63354146211208],[-72.71367793554016,41.634387462266474],[-72.71369893555043,41.634447462277436],[-72.71371993556069,41.6345074622884],[-72.71379893559946,41.63473646233026],[-72.71382593561258,41.634812462344115],[-72.71383093567295,41.63584246254366],[-72.71383393569508,41.63621346261549],[-72.71399493584775,41.63797146295115],[-72.71447793630601,41.643248463958585],[-72.71462993644958,41.64489746427334],[-72.71463993645911,41.645007464294345],[-72.71466393648662,41.64535246436044],[-72.71473593656911,41.64638746455872],[-72.71476093659699,41.646733464624994],[-72.71481293663406,41.64708646469174],[-72.71496893674545,41.648148464892564],[-72.71502093678258,41.648502464959506],[-72.715123936864,41.649341465118795],[-72.71527193698057,41.65053946534623],[-72.71528693706131,41.65186846560329],[-72.71529693711285,41.65271446576692],[-72.7140519367127,41.65280346582415],[-72.71031593551191,41.65307046599585],[-72.70907193511215,41.65316046605324],[-72.70873693500664,41.653222466076],[-72.70773193469006,41.65340746614413],[-72.70739793458495,41.65347046616704],[-72.70731593455922,41.65348746617298],[-72.7067959343966,41.653603466212154],[-72.70499193383226,41.65400446634777],[-72.70439093364433,41.65413946639324],[-72.70411293355544,41.65416746640758],[-72.70327893328877,41.65425146645062],[-72.70300093319987,41.65427946646497],[-72.70307293324294,41.65462346652933],[-72.70328993337246,41.65565546672235],[-72.70336293341592,41.656000466786864],[-72.70360293355849,41.65712946699793],[-72.70432593398722,41.660517467631216],[-72.70456693413017,41.66164746784243],[-72.70487293431138,41.66307646810945],[-72.7052319345235,41.66474446842109],[-72.70575393484357,41.66737346891365],[-72.70603993501857,41.66880746918227],[-72.70250693389349,41.66924646938075],[-72.6958759317818,41.67007046975325],[-72.6919079305181,41.6705634699761],[-72.68837492939292,41.67100247017453],[-72.68804592928889,41.67105647019555],[-72.68705892897684,41.6712194702588],[-72.68673092887322,41.67127447027996],[-72.68623992871888,41.67137147031451],[-72.68476592825559,41.67166247041817],[-72.68427592810166,41.67176047045288],[-72.68404292802687,41.671779470464045],[-72.68334392780265,41.6718384704979],[-72.68311192772832,41.67185947050938],[-72.68302092768471,41.671614470464846],[-72.68283292759429,41.6711024703717],[-72.68263092752152,41.670979470354354],[-72.68240792744126,41.670845470335536],[-72.68134092708421,41.670676470337035],[-72.68092992694675,41.67061247033783],[-72.67815092601379,41.670118470331246],[-72.67708892565729,41.669930470328886],[-72.67692392560248,41.66991147033051],[-72.6761649253528,41.669866470346115],[-72.67338992444006,41.669704470403715],[-72.67246592413612,41.66965047042288],[-72.67232192408873,41.66964147042575],[-72.67188992394665,41.66961647043476],[-72.67174692389965,41.66960847043781],[-72.67158492384922,41.669649470450935],[-72.67109892369795,41.66977147049015],[-72.6709369236476,41.669813470503485],[-72.67017392340395,41.66989747054422],[-72.66994092332833,41.66990147055246],[-72.66982692329458,41.66996047056756],[-72.66971492326273,41.67004147058683],[-72.66942992318162,41.67024647063568],[-72.66911292309015,41.670452470685746],[-72.66848992291217,41.6708884707902],[-72.66774392270509,41.67151647093578],[-72.66737492260987,41.67195347103227],[-72.66719992256587,41.67218147108205],[-72.66707592253931,41.67242347113291],[-72.66697092251799,41.67264947118006],[-72.66652192248405,41.67461747157569],[-72.66629092247076,41.67570347179347],[-72.66626392247007,41.675845471821845],[-72.66618692246946,41.676274471907405],[-72.66616192246954,41.67641847193611],[-72.66606092245968,41.676822472017605],[-72.66599692245583,41.677120472077384],[-72.66570192243935,41.678515472357056],[-72.6655389224274,41.679236472501934],[-72.66538092241618,41.679941472643556],[-72.66537492241524,41.679959472647234],[-72.66536092241392,41.68001647265873],[-72.66535592241337,41.68003547266255],[-72.66535192241288,41.6800494726654],[-72.66534092241172,41.68009147267388],[-72.66533792241157,41.6801064726769],[-72.66493792229075,41.68027147272167],[-72.66374092192925,41.68076747285612],[-72.66334192180881,41.680933472901074],[-72.66188992135612,41.68128647301599],[-72.66035592086976,41.68151747310989],[-72.66009492079242,41.681651473144214],[-72.65931392056113,41.682055473247516],[-72.65905392048418,41.68219047328196],[-72.65905392047985,41.682114473267255],[-72.65905292047798,41.68208747326206],[-72.65904992045955,41.68178147320289],[-72.6590489204534,41.68167947318316],[-72.65886692040013,41.681784473209326],[-72.65832292024118,41.682103473288564],[-72.65814192018827,41.682209473314884],[-72.6580599201627,41.68222947332138],[-72.65797092013527,41.682256473329474],[-72.65786692010327,41.68228947333919],[-72.65764092003278,41.6823434733569],[-72.65746291997823,41.682403473374215],[-72.65729591992714,41.68246147339081],[-72.65671091974639,41.68263247344268],[-72.65654491969514,41.682681473457485],[-72.65515391926692,41.68311547358612],[-72.65439591903804,41.68343047367143],[-72.65409291894638,41.68355347370496],[-72.6516759182032,41.68432347393154],[-72.65145891813576,41.68438047394953],[-72.65124291806873,41.684438473967695],[-72.6508109179346,41.68455347400381],[-72.65059491786758,41.684611474021956],[-72.65029891777544,41.68468647404598],[-72.64941091749915,41.68491247411819],[-72.6491159174074,41.68498847414236],[-72.64905691738838,41.68499147414484],[-72.64888391733271,41.685003474152694],[-72.64882591731407,41.68500747415534],[-72.64866291726177,41.685021474163264],[-72.64817791710638,41.68506647418752],[-72.6480159170545,41.68508147419562],[-72.64725391681112,41.685165474236285],[-72.64497091608207,41.68541847435843],[-72.64420991583907,41.68550347439926],[-72.64178191506315,41.6857634745274],[-72.6367739134629,41.68630247479216],[-72.63450091273654,41.686546474912205],[-72.63207391196097,41.68680747504045],[-72.63105491163233,41.68686447508412],[-72.62799891064688,41.68703747521544],[-72.62698091031865,41.68709547525927],[-72.62536990980156,41.68722947533678],[-72.62477690961128,41.68727947536544],[-72.62053990825133,41.6876314755692],[-72.61892990773464,41.68776647564685],[-72.61829090753034,41.68783347568028],[-72.61637390691762,41.68803847578131],[-72.61573590671375,41.688107475815094],[-72.6141669061331,41.68688447562838],[-72.61376390598394,41.68657047558045],[-72.6107299048612,41.68420647521956],[-72.60979090448093,41.68289847499622],[-72.60863090401122,41.68128347472045],[-72.60864890401693,41.681280474719294],[-72.6086329040037,41.68113947469249],[-72.609377903935,41.675666473608295],[-72.60952290392207,41.674608473398685],[-72.61201690461486,41.67250847291204],[-72.61537690566122,41.67166647264144],[-72.61568890575833,41.67158747261616],[-72.62388990831231,41.669535471956245],[-72.62449790850171,41.66938447190753],[-72.62479790859513,41.669309471883416],[-72.62488590861872,41.66922047186334],[-72.62598690891389,41.668106471612276],[-72.627087909209,41.66699147136095],[-72.62755490933415,41.666518471254356],[-72.62802190945928,41.666045471147754],[-72.62812790925902,41.661918470344546],[-72.62813690924995,41.66170747030338],[-72.62453690757039,41.65278546868912],[-72.62353590710362,41.65030746824071],[-72.62443690710147,41.6451074672037],[-72.62783690793,41.64020746614487],[-72.62808390800853,41.64017446613057],[-72.62814090802577,41.64015146612429],[-72.629331908402,41.63994846604683],[-72.6295599084731,41.639893466028894],[-72.62970990852176,41.63989046602351],[-72.63014990865945,41.63979246599043],[-72.63037390873117,41.6397714659792],[-72.6330499095789,41.63935846581354],[-72.63403690989163,41.63920746575269],[-72.63510791023097,41.63904346568664],[-72.63544791033867,41.638990465665486],[-72.63667191072656,41.638804465590276],[-72.6421119124503,41.637973465255115],[-72.64457891323202,41.637597465103276],[-72.64713691404258,41.6372074649458],[-72.647215914068,41.637202464942305],[-72.6475169141649,41.63718346492898],[-72.64842191445628,41.63712646488898],[-72.64872391455354,41.637108464875816],[-72.64873791455807,41.63710746487517],[-72.64876491456673,41.63710546487391],[-72.64914891468958,41.63706746485427],[-72.65042491509809,41.63694646478997],[-72.6508379152303,41.63690746476919],[-72.6508509152344,41.6369054647684],[-72.65585391681972,41.63614446446067],[-72.65764091738602,41.63587346435091],[-72.6599829181281,41.635517464206906],[-72.66364491928842,41.634960463981635],[-72.67062592150036,41.63389946355232],[-72.67086592157638,41.63386246353745],[-72.67355092242708,41.63345446337231],[-72.6756829231026,41.63313046324117],[-72.67583892315207,41.63310746323173],[-72.67587092316225,41.633103463229936],[-72.67588492316669,41.63310146322908],[-72.67588792316762,41.63310046322879],[-72.67594192318478,41.63309346322572],[-72.67596092319087,41.633091463224716],[-72.67792192381444,41.63283346311186],[-72.68380492568521,41.63206046277344],[-72.68573892630026,41.63180746266239],[-72.68576692630909,41.63180246266052],[-72.68578692631537,41.63179846265909],[-72.68584992633525,41.63178746265495],[-72.68587092634192,41.63178446265368],[-72.68624292645929,41.63171946262915],[-72.68632492648513,41.63170446262363],[-72.68768792691525,41.631467462533976],[-72.68803892702606,41.63140746251109],[-72.68814392706022,41.63140746250773],[-72.68815192706282,41.63140746250746],[-72.68816692706771,41.631407462506985],[-72.68817892707162,41.631407462506594],[-72.68818792707455,41.63140746250632],[-72.68821492708335,41.63140746250545],[-72.68829692711002,41.63140746250282],[-72.68832492711914,41.631407462501926],[-72.68834492712564,41.631407462501286],[-72.68840492714517,41.631407462499354],[-72.68842592715202,41.631407462498686],[-72.68863892722135,41.63140746249186],[-72.69098092796324,41.63105046234755],[-72.69863893038931,41.62988746187646],[-72.70113993118159,41.629507461722554],[-72.701191931198,41.629498461719145],[-72.7011959311992,41.62949646171862],[-72.70120393120179,41.629496461718375],[-72.70120993120368,41.629495461717966],[-72.70121493120531,41.62949546171781],[-72.70125593121827,41.62948846171515],[-72.70138293125835,41.629466461706805],[-72.70142493127162,41.6294594617041],[-72.70143293127408,41.62945746170348],[-72.70145993128266,41.629453461701814],[-72.70146893128553,41.629452461701334],[-72.70230793155059,41.62931246164726],[-72.70233993156072,41.629307461645276],[-72.7039509320723,41.62908446155035],[-72.71141093444143,41.628056461111655],[-72.7137549351858,41.6277334609738],[-72.71382693520867,41.62772346096955],[-72.71389793523122,41.62771346096534]]]},"properties":{"name":"Rocky Hill"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.8702019969591,41.81613849235752],[-72.87024499698235,41.81629749238678],[-72.87053699720411,41.81847949279809],[-72.87069699729378,41.819126492917654],[-72.87109799761657,41.8224364935429],[-72.87230199858563,41.83236849541864],[-72.87230499858771,41.83238749542222],[-72.87238199865101,41.83304549554655],[-72.87269199890511,41.83568049604441],[-72.87275699894622,41.83602349610841],[-72.87295299907,41.83705449630078],[-72.8730189991115,41.837398496364926],[-72.87314699935033,41.84079049701453],[-72.87320199945107,41.84221549728738],[-72.8731969994502,41.84222849729005],[-72.87318599944888,41.842267497297925],[-72.87319799945408,41.842289497301785],[-72.87353000006688,41.85096849896343],[-72.87366200030714,41.85435949961248],[-72.87379700054397,41.85767450024673],[-72.87420400125539,41.8676195021491],[-72.8743280014722,41.870649502728604],[-72.87434000149275,41.87093550278329],[-72.87444700168031,41.87355750328473],[-72.87450800178527,41.875018503564085],[-72.87454800185469,41.875986503749175],[-72.87467300207611,41.87908850434238],[-72.87476700224283,41.88142450478908],[-72.87487300243022,41.8840475052906],[-72.87493200252747,41.88538650554645],[-72.87510900281934,41.88940450631415],[-72.875169002917,41.89074450657012],[-72.87546400336362,41.89675550771742],[-72.87593700407939,41.90638350955468],[-72.87634900470438,41.91479151115878],[-72.87651300495185,41.91811451179264],[-72.87658500506139,41.91958851207378],[-72.87664500515194,41.9208045123057],[-72.87485800456695,41.92076351235602],[-72.87454500446451,41.920756512364854],[-72.87423900436434,41.920749512373476],[-72.87230700373189,41.92070551242792],[-72.86178200028648,41.92046651272462],[-72.86089199999515,41.920446512749734],[-72.85929199947134,41.920409512794684],[-72.855334998176,41.920320512906336],[-72.85495499805158,41.92031151291695],[-72.85040099655377,41.920088513022236],[-72.84924999617516,41.92003151304872],[-72.84092299343637,41.91962451324123],[-72.83213499054584,41.91919451344419],[-72.82642998866935,41.918915513575904],[-72.82616798858356,41.918909513583266],[-72.82546598835377,41.918894513603206],[-72.82538198832627,41.918892513605535],[-72.82511998824054,41.918887513613086],[-72.82366398776357,41.91884951365309],[-72.81929698633303,41.91873751377338],[-72.81784198585643,41.918700513813526],[-72.81659698544928,41.91868051385013],[-72.81301698427869,41.91862551395578],[-72.81286498422894,41.918622513960145],[-72.8116219838225,41.91860351399685],[-72.80793098261522,41.918540514104556],[-72.7968609789943,41.91835251442766],[-72.79317097778731,41.91829051453544],[-72.79270697763378,41.91825251454319],[-72.79131797717417,41.918138514566316],[-72.79085497702103,41.91810151457421],[-72.78977197666669,41.91808151460549],[-72.787507975926,41.918041514671216],[-72.78652297560377,41.9180245146999],[-72.78544097524981,41.91800551473132],[-72.78537297522765,41.91800551473353],[-72.7851719751622,41.91800751474043],[-72.78510497514046,41.91800951474299],[-72.78472097501634,41.9180285147591],[-72.78469897500928,41.918030514760204],[-72.78429297487817,41.91805251477759],[-72.78374097469981,41.918081514801074],[-72.78357097464485,41.918089514808116],[-72.78318797452116,41.91811051482456],[-72.7831379745048,41.91810951482601],[-72.78298997445636,41.91810651483024],[-72.78294097444031,41.91810551483163],[-72.78288097441957,41.91808551482973],[-72.7827009743574,41.91802551482402],[-72.78264097433664,41.9180055148221],[-72.78225397421032,41.918003514834275],[-72.78109297383136,41.91799751487077],[-72.78070697370539,41.91799651488309],[-72.78021097354102,41.91795151489051],[-72.77872297304795,41.91781751491296],[-72.77822797288395,41.91777351492053],[-72.7776019726816,41.9178045149468],[-72.77572397207445,41.917896515025376],[-72.77509897187247,41.91792851505179],[-72.77501097184447,41.91794051505696],[-72.77474597176025,41.917978515072846],[-72.77465897173263,41.91799151507818],[-72.77058797040868,41.91805651522262],[-72.769707970115,41.91794151522901],[-72.76940597001044,41.91783751521877],[-72.7690559698945,41.91780651522415],[-72.76870596977855,41.91777551522954],[-72.76815496959605,41.917727515238134],[-72.76800596951692,41.91720151514175],[-72.7679599694649,41.916564515020674],[-72.76797196945066,41.91625151496005],[-72.76798896943035,41.91580651487385],[-72.76784996936789,41.91551151482159],[-72.76751396923791,41.915160514764935],[-72.7672979691695,41.91519551477867],[-72.767087969093,41.915057514758914],[-72.76632496885333,41.91521551481403],[-72.76619596881386,41.915260514826876],[-72.76546396859011,41.915518514900235],[-72.76503996844474,41.915396514890496],[-72.76483896835973,41.915061514832544],[-72.76480296834457,41.91500251482235],[-72.76478496833694,41.914972514817165],[-72.764816968305,41.91424251467564],[-72.76491396830423,41.9136845145651],[-72.76493096830426,41.91358951454628],[-72.76489796827387,41.9132515144823],[-72.76485796825874,41.913215514476676],[-72.76452496813253,41.91291251442914],[-72.76410596798277,41.91268651439922],[-72.76386696790414,41.91267451440465],[-72.76382596789047,41.91266951440502],[-72.76377596787387,41.91266451440567],[-72.76370596785057,41.912656514406414],[-72.76366596783731,41.91265251440693],[-72.76337096773162,41.91248951438512],[-72.76248796741525,41.912000514319594],[-72.76219396730997,41.91183851429794],[-72.76213896728535,41.91172351427759],[-72.76208296726041,41.91160851425726],[-72.76206396725195,41.91156951425037],[-72.76201896723182,41.91147551423374],[-72.76195496720324,41.911342514210226],[-72.7618029671352,41.91102451415394],[-72.761676967079,41.91076451410798],[-72.7616499670669,41.910707514097886],[-72.76159896704418,41.91060251407932],[-72.76154796702139,41.910496514060576],[-72.7613279669429,41.910380514045364],[-72.76130796693238,41.91031151403274],[-72.76120996689392,41.91019951401436],[-72.76111096685514,41.910087513996],[-72.76082696674375,41.90976451394303],[-72.76074796671277,41.90967451392827],[-72.76054396663267,41.90944051388984],[-72.76047396660523,41.909361513876895],[-72.76040496657816,41.909282513863936],[-72.76022896650909,41.90908151383095],[-72.75892996603159,41.90815351369439],[-72.75887696600562,41.90800351366722],[-72.75859696586792,41.9072045135225],[-72.7586099658706,41.90717751351688],[-72.758630965875,41.9071355135081],[-72.75864896587873,41.90709851350041],[-72.75866196588147,41.90707251349498],[-72.75892696595636,41.90687351344809],[-72.75903996598828,41.906788513428076],[-72.75919096603096,41.90667551340144],[-72.76017396630866,41.90593651322735],[-72.76036596636297,41.905793513193615],[-72.76058596643007,41.905713513171094],[-72.76071196646711,41.90564351315354],[-72.76108996657842,41.905437513101646],[-72.76121696661583,41.905368513084234],[-72.76228196691014,41.90445451287381],[-72.76235796693109,41.90438851285865],[-72.76271796703038,41.90407651278692],[-72.76386396736228,41.903355512611036],[-72.76407496742348,41.90322451257899],[-72.76505496770812,41.90262251243136],[-72.76615696786506,41.89913351172399],[-72.76663996793393,41.89760551141418],[-72.76694596793445,41.89589451107484],[-72.7678849681085,41.89361651060582],[-72.77138796875828,41.8851255088573],[-72.77062896831745,41.88179050823957],[-72.77040396818651,41.88079750805559],[-72.77221496862525,41.87818050749288],[-72.7723469686552,41.87795450744508],[-72.77454096915325,41.87420650665206],[-72.77989697030314,41.863919504496735],[-72.78008697034389,41.863553504420054],[-72.78059497045305,41.86257950421593],[-72.78065797046658,41.86245850419057],[-72.78084897050768,41.86209350411405],[-72.78167697069225,41.860620503803396],[-72.7827619709341,41.858690503396346],[-72.78444097130854,41.85570650276691],[-72.78459497123401,41.85355350234698],[-72.78482797112676,41.85039050172979],[-72.78494897107181,41.84876050141168],[-72.78496097105749,41.84844550135058],[-72.78515697083054,41.84342250037594],[-72.78476197055686,41.84091849990598],[-72.78445997034758,41.83900349954652],[-72.78426797021459,41.8377864993181],[-72.78348696988945,41.83656649910813],[-72.78378696992786,41.83554049890059],[-72.7844389700116,41.83331549845044],[-72.78355096942396,41.82815949748485],[-72.78333696928226,41.82691549725185],[-72.78455096965972,41.82660149715202],[-72.78709797047671,41.82637649702619],[-72.78837197087707,41.826120496935594],[-72.79235997214877,41.82563949671376],[-72.79764797383507,41.825002496419714],[-72.79796197393468,41.8249554964005],[-72.79829497404138,41.82492449638374],[-72.79844097408785,41.824905496375344],[-72.79855297412367,41.82489349636939],[-72.79855697412732,41.824934496377175],[-72.80801197714811,41.82389649587081],[-72.81401597906319,41.823184495539],[-72.81702198001871,41.822771495361955],[-72.81907898067195,41.82247849523878],[-72.81930898074481,41.822442495224394],[-72.81952898081178,41.82236149520163],[-72.81967998085948,41.82233549519173],[-72.81968298086775,41.82246149521594],[-72.81985698092446,41.82246149521029],[-72.81992798094404,41.82240049519623],[-72.81997498096082,41.82242549519953],[-72.82149798144944,41.82229449512491],[-72.82154898146733,41.82231649512749],[-72.82278998186547,41.822209495066645],[-72.82284698188374,41.82220449506382],[-72.82341098206341,41.822133495031856],[-72.82360298212438,41.82210649502042],[-72.82418198230845,41.822027494986415],[-72.82437498236989,41.82200249497534],[-72.82459198243897,41.82197449496291],[-72.82510798260316,41.821906494933074],[-72.82730998330402,41.821620494806524],[-72.82804398353771,41.8215264947646],[-72.82823498359843,41.82150049475341],[-72.82880898378092,41.821422494719755],[-72.82900098384205,41.82139749470869],[-72.82936898395978,41.821360494689635],[-72.8304729843131,41.82125049463263],[-72.83084198443122,41.82121449461372],[-72.83267898501826,41.821016494515966],[-72.83819198677986,41.82042149422244],[-72.84002998736725,41.82022449412483],[-72.84027398744499,41.820194494111135],[-72.84100798767902,41.82010649407036],[-72.84125298775722,41.82007849405701],[-72.84204998800794,41.81992449400145],[-72.84220998805205,41.819786493969644],[-72.84231698808165,41.81969549394861],[-72.84244598811968,41.81962649393114],[-72.84288898825471,41.819466493885905],[-72.84334698839953,41.81939049385639],[-72.8447049888396,41.81935049380462],[-72.84528198902267,41.8192654937695],[-72.84701498957256,41.819012493664495],[-72.84759298975602,41.818929493629724],[-72.84851199004736,41.8187904935731],[-72.84881699014404,41.818744493554334],[-72.84985199047479,41.818633493499334],[-72.85127799092733,41.818426493413156],[-72.8515899910264,41.81838249339454],[-72.85220299122285,41.81832649336384],[-72.8525909913459,41.818268493340064],[-72.85291099144747,41.8182224933208],[-72.85375999171877,41.8181314932757],[-72.85384299174534,41.818123493271464],[-72.85401899180098,41.81809449326016],[-72.85406999181615,41.81806949325369],[-72.8541369918362,41.81803849324554],[-72.85435799190807,41.81803649323797],[-72.85502399212479,41.8180324932156],[-72.85524599219704,41.81803149320818],[-72.85561299231412,41.81798849318798],[-72.85671799266659,41.81785949312723],[-72.85708599278396,41.81781649310699],[-72.85893999337254,41.817551492995705],[-72.86421899504856,41.81679949267928],[-72.86450199513837,41.81675849266219],[-72.86635699572743,41.81649649255142],[-72.86656599579452,41.816479492541355],[-72.86719699599709,41.81642849251102],[-72.86740699606459,41.81641249250112],[-72.86796599624348,41.816357492472356],[-72.86964199677983,41.816192492386115],[-72.8702019969591,41.81613849235752]]]},"properties":{"name":"Simsbury"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.93850200924727,41.64431945693516],[-72.9286050060948,41.64546245747759],[-72.92813400582052,41.64336145708598],[-72.92797700570141,41.64218045686233],[-72.92791500565397,41.641707456772735],[-72.92786400561594,41.64133545670235],[-72.92778000555394,41.64073345658847],[-72.92567600488,41.64091145669118],[-72.92449000450016,41.6410124567492],[-72.92398200433652,41.6410394567709],[-72.92246100384656,41.6411204568359],[-72.92195500368364,41.641148456857735],[-72.92195100371286,41.64167845696052],[-72.92194800373898,41.642148457051654],[-72.92213100383916,41.642854457182445],[-72.92234000392631,41.64318745724017],[-72.92261100403917,41.643616457314465],[-72.92262400404456,41.64363645731792],[-72.92272300408146,41.643718457330586],[-72.9228020041109,41.64378345734061],[-72.92281200411462,41.64379145734185],[-72.92300500418388,41.643904457357465],[-72.92319300425294,41.64404145737791],[-72.92338300432192,41.64416645739595],[-72.92341200433246,41.644185457398684],[-72.92357400439164,41.644298457415324],[-72.92365000441934,41.64435045742293],[-72.9237330044547,41.64449545744833],[-72.92382900449554,41.644662457477544],[-72.92390700453844,41.6449664575339],[-72.92392000455746,41.645223457583256],[-72.92391900455812,41.64524045758658],[-72.92391200457082,41.64550045763714],[-72.92336200439537,41.6455594576664],[-72.92224900404034,41.64567945772574],[-72.92171100386877,41.64573845775461],[-72.92116200369371,41.645798457784025],[-72.91980000326016,41.645961457859755],[-72.91895300299053,41.64606245790679],[-72.91789700265447,41.646190457965794],[-72.91232900088218,41.64685845827566],[-72.91012100017934,41.64712345839854],[-72.90950799998228,41.64716345842614],[-72.90574499877262,41.64740945859572],[-72.90519799859577,41.64742745861694],[-72.90355799806562,41.64748345868091],[-72.90301199788918,41.64750345870248],[-72.90271199779295,41.647526458716655],[-72.9018129975047,41.647598458759724],[-72.90153699741626,41.64762145877312],[-72.90151399740895,41.64762445877444],[-72.9009919972424,41.647680458802185],[-72.89942899674374,41.647848458885356],[-72.89890799657758,41.64790545891327],[-72.89709599599871,41.648087459007215],[-72.89342099482484,41.648459459198286],[-72.89165999426146,41.64862245928686],[-72.88984699368152,41.64879145937831],[-72.88911699344793,41.64885845941492],[-72.88859799328142,41.64889845943947],[-72.88855299326707,41.6489034594419],[-72.88759499296266,41.649028459497124],[-72.88624099252988,41.649160459566524],[-72.88467999203203,41.649332459650374],[-72.88338899162041,41.64947645972004],[-72.88338399161746,41.649453459715744],[-72.88338099161545,41.64943545971237],[-72.88332999159903,41.649438459714595],[-72.88330799159199,41.649440459715684],[-72.88316499154553,41.649441459720514],[-72.88310499152608,41.64944245972265],[-72.88290199146257,41.649486459737744],[-72.88274499141336,41.64951845974902],[-72.88260599136983,41.649547459759134],[-72.88239199130136,41.64956745976994],[-72.88175199109675,41.64962945980266],[-72.88171099108371,41.649634459804965],[-72.88153899102873,41.64965145981382],[-72.88073099076897,41.649704459850234],[-72.88061399073241,41.64973045985906],[-72.88052899070527,41.64973945986355],[-72.87724998965919,41.65009546003861],[-72.87488198890149,41.65031346015746],[-72.87448998877599,41.65034846017693],[-72.87331598840036,41.650457460236],[-72.87292498827533,41.65049446025583],[-72.87245698812544,41.6505354602789],[-72.87105598767698,41.650661460348644],[-72.87058898752748,41.650703460371886],[-72.8700059873411,41.65076046040179],[-72.86825898678292,41.650935460492185],[-72.86767698659699,41.65099446052245],[-72.86732298648167,41.65099146053331],[-72.86708198640316,41.65098946054072],[-72.86626998614506,41.65109446058731],[-72.86591998603383,41.65114046060755],[-72.86569298596093,41.65115646061799],[-72.86501598574364,41.65120746064976],[-72.8647899856711,41.65122446066037],[-72.8645959856089,41.65124046066975],[-72.86389298538539,41.65133046070992],[-72.86120798453187,41.65167646086374],[-72.8603129842474,41.651792460915146],[-72.85965198403737,41.65187946095339],[-72.85790698348305,41.65211146105474],[-72.85767198340828,41.652140461067944],[-72.85701198319835,41.65222346110536],[-72.85670698310132,41.65226146112258],[-72.85661998307359,41.65227146112733],[-72.85573598279228,41.652380461177025],[-72.8557119827847,41.65238446117857],[-72.85544598270002,41.65241646119337],[-72.85505498257562,41.652465461215506],[-72.85339698204719,41.65265546130589],[-72.8484239804622,41.65322646157721],[-72.84676697993413,41.65341746166777],[-72.8419279783863,41.653877461913225],[-72.83477297609764,41.65455846227626],[-72.8274119737429,41.65525746264936],[-72.82692597358748,41.65530446267415],[-72.82561697316876,41.65542946274063],[-72.82257397219529,41.655718462894846],[-72.82073997159888,41.65572346295501],[-72.82067597155107,41.65525346286604],[-72.81995397101231,41.64995746186346],[-72.81989697096999,41.6495434617851],[-72.81973997085306,41.64839546156777],[-72.81952497069271,41.64681946126939],[-72.81942897062078,41.64610946113492],[-72.81943097061803,41.64605046112344],[-72.81943897061042,41.645872461088686],[-72.81944197060808,41.64581446107735],[-72.81944197060544,41.645768461068435],[-72.81944197059764,41.64563246104209],[-72.81944297059538,41.64558746103334],[-72.81929797052968,41.645264460975454],[-72.81918597047878,41.645012460930225],[-72.81840197022454,41.64502646095824],[-72.81804897011008,41.64503346097098],[-72.81787797005617,41.64506346098232],[-72.81768596999578,41.64509946099549],[-72.81736696989526,41.64515646101682],[-72.81719696984173,41.64518746102832],[-72.81662296966154,41.64530146106891],[-72.81596396945476,41.645434461115954],[-72.81580196940388,41.64546646112737],[-72.81563996935301,41.6454984611388],[-72.81528896924289,41.6455694611639],[-72.81505196916848,41.64561646118063],[-72.8149019691207,41.64563446118896],[-72.81477296907971,41.64565146119642],[-72.81432296893652,41.64570746122178],[-72.8142959689278,41.64570846122286],[-72.81421496890167,41.645712461226246],[-72.81418896889333,41.64571446122746],[-72.81434896893127,41.645468461174644],[-72.8148289690453,41.64473346101675],[-72.81498996908363,41.6444884609641],[-72.81514796912323,41.64428246091908],[-72.81561896924126,41.64366846078491],[-72.81648596945853,41.642538460538],[-72.8179579698276,41.64062346011944],[-72.81814996987586,41.6403754600652],[-72.81824996990082,41.64024346003641],[-72.81851696996746,41.639890459959375],[-72.81911297011678,41.63911345978959],[-72.82030497041546,41.637559459449996],[-72.82333197117408,41.63361545858802],[-72.82403697127849,41.63143645814297],[-72.8252439715805,41.629855457797596],[-72.82524897149564,41.628346457504975],[-72.82525197145827,41.62767745737519],[-72.82127797015688,41.627525457473936],[-72.82125697015006,41.627525457474626],[-72.8210519700829,41.62751745747967],[-72.82105697008419,41.627511457478356],[-72.82107297008842,41.62749445747453],[-72.8210789700901,41.62748945747338],[-72.82059796993384,41.627493457489685],[-72.82050096990238,41.62749445749299],[-72.81992296971463,41.627499457512606],[-72.81929996951227,41.62750445753367],[-72.81915696946581,41.627505457538476],[-72.81867696930996,41.62751045755494],[-72.81798996909147,41.62759745759394],[-72.81971696950949,41.6250884570519],[-72.82016296961933,41.6244734569183],[-72.82220497012268,41.621665456308094],[-72.82225597013539,41.62159745629327],[-72.82210797008541,41.62156545629183],[-72.82111296974934,41.62134845628187],[-72.82023396945243,41.621156456273],[-72.82055996945252,41.619306455903825],[-72.82127796967076,41.6190394558289],[-72.82275197007235,41.617680455517885],[-72.82280897008785,41.61762745550577],[-72.82277497007566,41.61760745550298],[-72.82009796911495,41.61603645528472],[-72.81936596885231,41.615607455225145],[-72.8189299685031,41.61198445453671],[-72.81885296844685,41.611439454433494],[-72.81862496827917,41.60980545412398],[-72.81854896822331,41.60926145402093],[-72.81844696812729,41.60816345381128],[-72.8183269680145,41.606874453565176],[-72.81908196826068,41.60688545354298],[-72.8201999686253,41.60690345351044],[-72.82346096953925,41.604341452908415],[-72.82381296941458,41.600162452086515],[-72.82407796932104,41.597021451468706],[-72.82407796931737,41.5969574514563],[-72.82407996930715,41.59676745141936],[-72.82408096930388,41.59670445140711],[-72.82568796944622,41.59005745006579],[-72.82577696945422,41.58969144999192],[-72.82645796951446,41.58687244942302],[-72.83131397095791,41.58450244880661],[-72.83387497171913,41.583252448481495],[-72.83387597171944,41.583252448481474],[-72.8365359724294,41.58054344787001],[-72.83670297245435,41.5800304477651],[-72.83813497266718,41.57561044686114],[-72.8402449729813,41.56910644553072],[-72.84262197372492,41.56859644535509],[-72.84633697488752,41.56780744508216],[-72.84854197557748,41.567337444919815],[-72.84614697413213,41.555672442732394],[-72.84603997406661,41.555134442631385],[-72.84600597403978,41.554858442578876],[-72.84596697400882,41.55453844251801],[-72.8459229739819,41.5543174424765],[-72.84574197387667,41.55350544232466],[-72.8457319738648,41.553354442295664],[-72.84566397379292,41.552483442128725],[-72.84556697370326,41.55146544193417],[-72.84534297348358,41.54889444144211],[-72.84529597344785,41.54853644137409],[-72.8451779733581,41.5476364412031],[-72.8451499733366,41.54741944116187],[-72.84511197331861,41.54732044114387],[-72.84497397325399,41.54697444108112],[-72.84480697317589,41.546557441005504],[-72.8447569731526,41.54643444098324],[-72.84446897301241,41.54561844083403],[-72.84414797285594,41.54470544066706],[-72.84551997331421,41.54492144066479],[-72.84679397373972,41.54512144066258],[-72.84703597381942,41.54513944065827],[-72.84811097417327,41.545217440638766],[-72.84954497464524,41.54532044061254],[-72.84983197473954,41.54533844060679],[-72.85220397555348,41.54609044067638],[-72.85246397564295,41.546177440684886],[-72.85270797572923,41.546299440700714],[-72.85329097594003,41.54667244075436],[-72.8546699763804,41.54653544068329],[-72.85968197804922,41.54723244065702],[-72.86025297824185,41.547355440662486],[-72.86113097853807,41.54754544067107],[-72.86196597881974,41.547725440679095],[-72.86253797901274,41.54784944068473],[-72.86469797974131,41.54831344070514],[-72.86558898003878,41.548451440703204],[-72.86820298091146,41.54885544069731],[-72.86824898099427,41.550042440926326],[-72.8683819811214,41.55150944120689],[-72.86833698111877,41.55171944124911],[-72.86836998115643,41.552190441339505],[-72.86847598120336,41.55240844137842],[-72.86864798127264,41.55264244141829],[-72.8692959815336,41.55352244156825],[-72.86940198159635,41.554017441660946],[-72.86951498166293,41.55453944175865],[-72.86999398182273,41.55461144175717],[-72.8702659819135,41.55465244175635],[-72.87129798225756,41.55480344175237],[-72.87143498230306,41.55482044175124],[-72.8717679824137,41.554862441748654],[-72.8718429824386,41.55487144174797],[-72.87191698246322,41.554881441747526],[-72.87189898246525,41.55501944177491],[-72.87188998246644,41.55509144178916],[-72.87186698247876,41.55543744185709],[-72.87185798248385,41.55557744188457],[-72.87185098248708,41.55567344190343],[-72.87183098249704,41.55596144195999],[-72.87182498250066,41.55605844197902],[-72.87182298250205,41.55609444198606],[-72.87182398254099,41.55676944211707],[-72.87189698257816,41.55700444216034],[-72.8720189826244,41.557119442178745],[-72.87215698266935,41.557121442174676],[-72.8722379826958,41.55712344217246],[-72.8724589827649,41.55707544215599],[-72.8728299828611,41.55664944206131],[-72.87309998293925,41.55648144201998],[-72.87330698300728,41.55649444201583],[-72.8734709830766,41.55677444206489],[-72.87383898323665,41.55748144219027],[-72.87411298337109,41.55827444233538],[-72.87410498338234,41.558516442382604],[-72.87400198335801,41.55867644241699],[-72.87399598335669,41.558687442419334],[-72.87391998334384,41.558894442461984],[-72.8739569833712,41.55916244251279],[-72.8741239834351,41.559330442540016],[-72.87453098358169,41.559580442575424],[-72.87457298359638,41.55959844257757],[-72.87459998360585,41.55961044257901],[-72.87468098363424,41.55964644258338],[-72.87470898364401,41.559658442584805],[-72.87500098374619,41.55978544260004],[-72.87501898375251,41.55979344260101],[-72.87547598391248,41.55999344262508],[-72.87593398407515,41.56023444265708],[-72.87623398418175,41.560393442678254],[-72.87649498427993,41.560626442715055],[-72.87694098444092,41.56090644275501],[-72.87760398468171,41.56134844281941],[-72.8779059847837,41.56141544282265],[-72.87822598489859,41.56160544284922],[-72.87877898509797,41.56194844289794],[-72.87892598515073,41.562035442910066],[-72.87942398532554,41.56226144293785],[-72.87974898544269,41.56246244296637],[-72.87979198547366,41.562759443022635],[-72.87966198544098,41.56292644305926],[-72.87925698532274,41.56316044311776],[-72.87974598548432,41.56320644311089],[-72.88087398585935,41.563353443103],[-72.88283298651224,41.563635443094455],[-72.8838859868651,41.56382044309636],[-72.88404598691619,41.56380444308808],[-72.88498198721516,41.56371244303998],[-72.88720198792421,41.563494442925965],[-72.88895498848413,41.563322442835926],[-72.89007498884186,41.5632124427784],[-72.89013898886226,41.56320544277497],[-72.8912339892125,41.56310644272037],[-72.89203098946741,41.563034442680646],[-72.89234398956742,41.56300444266472],[-72.89950199184936,41.56222744228255],[-72.90140899245726,41.56202044218073],[-72.9014869924821,41.562011442176455],[-72.90321399302871,41.56175544207094],[-72.90347099311,41.56171644205506],[-72.90356999314133,41.56170144204895],[-72.90386999323881,41.56170144203925],[-72.90582899386312,41.56148544193399],[-72.91006599521336,41.56101844170633],[-72.91564899699252,41.56040444140659],[-72.9163899972243,41.56024644135194],[-72.91668699731713,41.560182441329914],[-72.91704799743003,41.5601054413033],[-72.91725199749506,41.560083441292434],[-72.92206899903204,41.559587441040314],[-72.9264300004234,41.559137440811845],[-72.92715400065438,41.55906244077385],[-72.92853900109509,41.55889944069739],[-72.93580100340563,41.55804044029559],[-72.94627500673869,41.556814439718444],[-72.94635100676287,41.55680543971426],[-72.94570700667607,41.558938440149085],[-72.94558800666039,41.55933844023056],[-72.94551300665036,41.5595884402815],[-72.94543000664049,41.559886440342034],[-72.94468300656912,41.56287044094532],[-72.94371700647734,41.56673844172719],[-72.94359300646423,41.567211441822984],[-72.94290500639943,41.56997544238157],[-72.94261600637209,41.571134442615815],[-72.94160600628781,41.57538044347229],[-72.9411000062449,41.57749544389897],[-72.94104200624001,41.57773844394798],[-72.94094700623269,41.578148444030596],[-72.93804700600622,41.59060544654065],[-72.93803800600524,41.59063944654754],[-72.9358480057285,41.5982054480856],[-72.93580400572478,41.5983894481227],[-72.93563200571022,41.599108448267685],[-72.93511800566722,41.60126544870253],[-72.93494700565304,41.601985448847664],[-72.9347020056323,41.60300944905412],[-72.93396800557056,41.606083449673825],[-72.93384500556049,41.60660344977862],[-72.93376100556269,41.607116449880806],[-72.93364500556447,41.60780245001753],[-72.93365300557288,41.60790345003685],[-72.93386600577942,41.610289450492424],[-72.93392600583675,41.610946450617845],[-72.93393800584876,41.61108745064477],[-72.93394700585841,41.61120445066717],[-72.93397300588214,41.611469450717685],[-72.93404700594843,41.61220345085755],[-72.93413500600064,41.61261345093416],[-72.9342170060491,41.61299245100497],[-72.93429800609749,41.61337545107658],[-72.93431400610677,41.6134464510898],[-72.93463800629938,41.61496245137311],[-72.9346870063377,41.61535145144691],[-72.9346940063431,41.61540545145717],[-72.93497400655876,41.61757045186765],[-72.93498200656511,41.61763545188],[-72.93499100657176,41.61770045189229],[-72.93500300658103,41.617793451909925],[-72.93501500659033,41.61788745192775],[-72.93501800659243,41.61790645193135],[-72.93502100659448,41.61792545193493],[-72.93506000662559,41.61824545199568],[-72.93510000665705,41.618566452056584],[-72.93518500672415,41.619251452186575],[-72.93520800674176,41.619427452219924],[-72.93539100687634,41.620731452466686],[-72.93541400689287,41.62088845249636],[-72.93544500691544,41.6211054525374],[-72.93598600731274,41.624949453264705],[-72.93600800732888,41.6251054532942],[-72.9371600081755,41.63329845484408],[-72.93760900850509,41.63648345544649],[-72.93814800890068,41.64030545616927],[-72.93815000890267,41.64032845617366],[-72.93850200924727,41.64431945693516]]]},"properties":{"name":"Southington"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.58348990262783,41.80065249861582],[-72.58359290265957,41.80062049860635],[-72.58373990270705,41.80061249860009],[-72.58418190285005,41.80059249858208],[-72.58432990289789,41.80058549857598],[-72.58646690358896,41.80048549848822],[-72.58929490450393,41.80036149837369],[-72.59504490636469,41.80011649814214],[-72.5998019079029,41.79989349794662],[-72.60009690799833,41.79988049793466],[-72.60098490828572,41.799843497899055],[-72.60128090838155,41.79983149788724],[-72.60157090847513,41.79981449787467],[-72.60244390875705,41.7997674978376],[-72.60273490885108,41.799752497825374],[-72.60292190891154,41.799743497817644],[-72.60348590909409,41.79972049779513],[-72.60367490915532,41.79971349778772],[-72.60378490919089,41.79970849778322],[-72.60411690929834,41.79969449776988],[-72.6042279093343,41.79969049776554],[-72.60564290979181,41.79962349770724],[-72.60989191116572,41.79942549753276],[-72.61130791162361,41.799359497474626],[-72.61200791184999,41.79932749744599],[-72.6133369122798,41.79926749739179],[-72.61411091253015,41.799232497360194],[-72.61481191275693,41.79920149733171],[-72.61520791288528,41.79918849731652],[-72.61639991327165,41.79914949727075],[-72.61679691340038,41.79913749725569],[-72.61706691348792,41.799128497245285],[-72.61720891353363,41.7991184972388],[-72.61788391375114,41.799074497208665],[-72.61844391393173,41.79903949718394],[-72.61865891400107,41.79902649717453],[-72.61885691406509,41.799017497166446],[-72.619245914191,41.79900149715087],[-72.62041691457019,41.7989564971046],[-72.62080691469647,41.7989414970892],[-72.62133891486853,41.7989174970675],[-72.62293691538552,41.798848497002915],[-72.62346991555798,41.79882549698136],[-72.62377891565804,41.798813496969125],[-72.62452891590092,41.79878549693966],[-72.62470891596006,41.798793496935424],[-72.62476391597818,41.79879649693424],[-72.62501391605667,41.798744496916164],[-72.62778791697075,41.798914496859986],[-72.63107891802962,41.798670496707246],[-72.63989592088235,41.79829549635175],[-72.64077092116179,41.79819449630416],[-72.64339692200066,41.79789549616208],[-72.64427292228055,41.79779649611483],[-72.64462492239305,41.797757496095976],[-72.64568292273144,41.797644496040185],[-72.64603592284438,41.7976074960217],[-72.64600492287202,41.798265496149774],[-72.64597292289933,41.79892349627787],[-72.64595692291311,41.79925449634229],[-72.64583692301686,41.801744496826984],[-72.64571892311896,41.80419449730387],[-72.64570192313467,41.80456449737586],[-72.6456709231612,41.80520349750024],[-72.6456409231881,41.80584249762456],[-72.64554092318541,41.80636349772837],[-72.64544092318276,41.806885497832376],[-72.64541892318196,41.80699649785451],[-72.64539792318148,41.80710749787663],[-72.6453669231809,41.807273497909655],[-72.6453639231808,41.807288497912666],[-72.64533492318,41.807439497942745],[-72.64479492316563,41.81025649850396],[-72.64453192315854,41.81162649877688],[-72.6442549231513,41.81307349906513],[-72.64322092300674,41.81642749974579],[-72.6419009228226,41.820715500615876],[-72.64104692269173,41.823285501139324],[-72.64039492259184,41.82524750153893],[-72.6399069224998,41.82641550178001],[-72.63939392240323,41.82764650203406],[-72.63892792231533,41.8287615022642],[-72.63851892220403,41.82914550235142],[-72.6383709221638,41.82928550238321],[-72.63822292212355,41.82942450241478],[-72.6380249220718,41.82964750246418],[-72.63743192191697,41.83031850261271],[-72.6372349218656,41.83054250266226],[-72.63613392156434,41.83154750289158],[-72.63503292126305,41.83255250312087],[-72.63478692119568,41.832776503172],[-72.63352592085067,41.83392850343479],[-72.63201992043857,41.83530350374846],[-72.6299359198683,41.83720650418258],[-72.62839891953945,41.84020750481094],[-72.62729491930347,41.842366505262916],[-72.62709291926033,41.84276250534579],[-72.62688991921688,41.84315850542871],[-72.6267419191858,41.84345750549114],[-72.626633919163,41.84367350553629],[-72.62586691900175,41.84522050585933],[-72.62561191894822,41.84573650596707],[-72.62544891893397,41.846413506102884],[-72.62528491891932,41.84708950623855],[-72.62490291888547,41.848668506555406],[-72.62444091882715,41.850275506880195],[-72.62063691834776,41.86351950955642],[-72.62055791833791,41.863796509612364],[-72.61926491817539,41.86830451052305],[-72.6192299181642,41.86830851052496],[-72.6179169177444,41.86845651059566],[-72.61660391732461,41.868604510666394],[-72.61491391676695,41.86849351069928],[-72.61469091669241,41.868462510700475],[-72.61453991664196,41.86844151070128],[-72.6143889165915,41.86842051070208],[-72.61429691656124,41.86841651070425],[-72.61420391653068,41.86841251070648],[-72.60560191370357,41.8680465109122],[-72.60544391365248,41.86805451091881],[-72.60515891356032,41.868068510930655],[-72.60382991313084,41.86813951098702],[-72.60338791298804,41.86816351100584],[-72.59526191034281,41.86826251128578],[-72.59360390980365,41.868292511344784],[-72.58798890797348,41.86832151153055],[-72.58788690794022,41.86832151153382],[-72.5869029076193,41.86832351156578],[-72.58364690655752,41.86833151167176],[-72.58256190620372,41.86833451170714],[-72.58184690597315,41.86838151173915],[-72.57970290528182,41.8685235118353],[-72.57898890505163,41.86857151186745],[-72.57804390474493,41.868599511903156],[-72.57748890456477,41.86861551192404],[-72.5729889031042,41.86874751209378],[-72.57148890261733,41.868791512150366],[-72.57011190216943,41.86881551219913],[-72.56762790136159,41.86886051228744],[-72.56598090082588,41.8688895123458],[-72.56460490037836,41.86891451239473],[-72.56304989987318,41.86895251245191],[-72.55838689835835,41.86906751262349],[-72.55683289785354,41.86910651268081],[-72.5560018975839,41.869132512712426],[-72.5556118974574,41.86914551272743],[-72.553508896775,41.869211512807524],[-72.55267889650574,41.86923851283931],[-72.55171889619305,41.869248512872],[-72.54883889525526,41.869281512970595],[-72.54787989494297,41.86929251300344],[-72.54716589471134,41.869316513030924],[-72.5450268940176,41.86938951311349],[-72.5443138937864,41.86941451314112],[-72.54371489359082,41.869412513159915],[-72.54191989300476,41.869406513216234],[-72.54132189280958,41.869405513235186],[-72.54075089262423,41.86942251325675],[-72.5390418920695,41.86947351332129],[-72.53847189188454,41.86949151334299],[-72.53694389138822,41.869531513399615],[-72.53235988989941,41.86965351356985],[-72.53083288940348,41.86969451362662],[-72.52931388890802,41.869698513676],[-72.52475888742254,41.8697145138248],[-72.52324088692747,41.86971951387431],[-72.52205788654356,41.86975651391929],[-72.51851288539306,41.86986751405407],[-72.51733088500953,41.869905514099194],[-72.51757988490489,41.866657513464794],[-72.51832988459225,41.856915511561624],[-72.51833088459212,41.856907511560046],[-72.5156088837314,41.85738751173964],[-72.51514288358402,41.857469511770375],[-72.5151318835805,41.85747051177092],[-72.51493088351697,41.85750651178429],[-72.51404288323499,41.857642511838904],[-72.51077288219673,41.85814551204044],[-72.50968388185099,41.858313512107664],[-72.50813188135768,41.85854351220162],[-72.50347887987884,41.859234512483596],[-72.50192787938592,41.859465512577714],[-72.50187287936865,41.85947751258178],[-72.50104587910953,41.85966551264447],[-72.49681087778234,41.86062451296475],[-72.4969268777962,41.86020451288001],[-72.49700487780221,41.85986451281193],[-72.49724487782224,41.858844512607476],[-72.49726287782372,41.85876751259205],[-72.4973258778293,41.8585055125395],[-72.4976068778619,41.857471512331024],[-72.49845187796042,41.85436951170553],[-72.49873387799346,41.85333751149741],[-72.49879487797882,41.85273251137872],[-72.4989868779379,41.85091951102274],[-72.49905087792432,41.85031651090434],[-72.49909887792668,41.850083510857836],[-72.49970387795953,41.84720251028256],[-72.50138287805066,41.839205508685495],[-72.50166487806612,41.83786450841764],[-72.50232087810255,41.83475350779616],[-72.50233087810307,41.83470550778658],[-72.50237387810756,41.83453850775297],[-72.50238187810837,41.83450650774654],[-72.50258487813262,41.83377150759818],[-72.50263087813833,41.83360850756523],[-72.50263287813836,41.83359750756304],[-72.50264887813947,41.83352550754863],[-72.50293087816189,41.8323065073043],[-72.50303887816564,41.831754507194276],[-72.50321187817194,41.83087650701924],[-72.50376487819284,41.82808150646196],[-72.5038848781974,41.82747550634113],[-72.50409187820468,41.82641950613063],[-72.50443587821779,41.824682505784246],[-72.50460687823313,41.82397350564188],[-72.505093878278,41.82197550524054],[-72.50525587829326,41.82131650510807],[-72.50525687829322,41.8213105051069],[-72.50530487829754,41.82111150506694],[-72.50533087829997,41.82100550504564],[-72.50540187829472,41.82050750494721],[-72.50541687829346,41.82039950492586],[-72.50543087829271,41.820306504907464],[-72.50560887834884,41.820272504895215],[-72.5057378783895,41.820247504886275],[-72.50666187868099,41.820073504823185],[-72.50697087877855,41.820016504802304],[-72.50832387919884,41.81964750468785],[-72.51238688046115,41.81854250434474],[-72.51374088088183,41.81817450423044],[-72.51432988106295,41.81798150417434],[-72.51609788160678,41.817405504006665],[-72.51668788178827,41.81721350395074],[-72.51721288195478,41.81713050391796],[-72.51878988245521,41.81688550382027],[-72.5193158826221,41.81680350378763],[-72.51966788273401,41.81675250376654],[-72.52072488307027,41.81660350370401],[-72.52107788318256,41.81655350368307],[-72.52153388332519,41.816446503647846],[-72.52290288375353,41.81612750354251],[-72.52335988389655,41.816021503507436],[-72.52366388399182,41.815953503484586],[-72.52457688427808,41.81575150341641],[-72.52488188437374,41.81568450339372],[-72.525680884621,41.815450503323014],[-72.52807888536331,41.81475250311159],[-72.52887888561094,41.81451950304104],[-72.52893488562839,41.814505503036536],[-72.52910288568096,41.81446650302364],[-72.52915988569882,41.814453503019315],[-72.52925188572831,41.81444450301465],[-72.53023788603427,41.8141705029302],[-72.53095888625882,41.81398450287127],[-72.53556488770376,41.812980502530145],[-72.53578988777394,41.81292450251215],[-72.53951888893752,41.81200250221488],[-72.55120289258315,41.80911550128373],[-72.55138289263928,41.809070501269275],[-72.5553388938738,41.80809750095481],[-72.55676189431746,41.80774050084036],[-72.55749289454532,41.80755650078142],[-72.55854989487489,41.80729150069643],[-72.56254389612002,41.80628850037494],[-72.5639568965605,41.80593350026113],[-72.56611189723232,41.80539250008769],[-72.56629289728848,41.805342500072236],[-72.56683989745834,41.80519350002596],[-72.56702189751489,41.80514450001066],[-72.56726589759045,41.80507449998934],[-72.56770589772678,41.80494949995111],[-72.56879589806667,41.80467749986369],[-72.5741358997318,41.80334549943549],[-72.57591690028721,41.8029024992929],[-72.57665090051717,41.80273849923773],[-72.5788539012076,41.80225049907294],[-72.579588901438,41.802088499018105],[-72.57977890149404,41.80198549899214],[-72.5803489016623,41.8016774989144],[-72.58053990171875,41.80157549888858],[-72.58114990190666,41.80138349883195],[-72.5829819024713,41.80081149866279],[-72.58348990262783,41.80065249861582]]]},"properties":{"name":"South Windsor"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.60693392319887,42.02500354106905],[-72.60688292316331,42.0246775410081],[-72.60683292312808,42.0243515409471],[-72.60652792291447,42.02238554057942],[-72.60592492249174,42.01849053985088],[-72.60531192206221,42.01453353911066],[-72.60501692185554,42.01262953875446],[-72.60496092181658,42.012272538687675],[-72.60490592177801,42.01191653862109],[-72.605429921803,42.009393538119554],[-72.60564892181365,42.0083425379106],[-72.60639092184898,42.004768537200114],[-72.60700192187811,42.001825536614994],[-72.60725092189,42.00062653637661],[-72.60736292189631,42.00010353627251],[-72.60744892190128,41.999704536193086],[-72.60753392190588,41.9993045361135],[-72.60747892188029,41.9991725360899],[-72.60742492185506,41.999041536066464],[-72.6071569217302,41.99839653595117],[-72.60688892160532,41.99775153583587],[-72.60674192153694,41.99739953577296],[-72.60523492083445,41.99376553512317],[-72.60436992043151,41.991683534750926],[-72.60357992006334,41.98977953441044],[-72.60364092006714,41.989500534354846],[-72.60370292007117,41.989220534299015],[-72.60381792007853,41.988698534195],[-72.60393392008615,41.98817553409075],[-72.60396192008767,41.988043534064474],[-72.60471292013592,41.98463853338581],[-72.60510992016134,41.982836533026656],[-72.60549292018605,41.981101532680796],[-72.60549892018622,41.981070532674636],[-72.60551892018736,41.98097753265611],[-72.60552592018792,41.980947532650134],[-72.60582692020355,41.97951853236573],[-72.60668292024887,41.97546853155954],[-72.60673192025124,41.975232531512596],[-72.60703392026727,41.97380453122832],[-72.60746092031893,41.9722865309227],[-72.60778292035752,41.971135530691],[-72.60788692037026,41.9707685306171],[-72.60953392056899,41.96490352943624],[-72.60977792062108,41.96442652933665],[-72.61037192074775,41.96326252909368],[-72.61046092076687,41.96309052905773],[-72.61114392091264,41.961754528778805],[-72.61138892096487,41.961274528678594],[-72.61163492101751,41.96079552857855],[-72.61175392099979,41.95981652838642],[-72.61211392094779,41.956882527810485],[-72.61223392093046,41.955904527618515],[-72.61240692088377,41.95411852726939],[-72.61292792074454,41.94876352622243],[-72.61310192069831,41.946979525873594],[-72.61327392071397,41.9462785257332],[-72.61332292071872,41.9460835256941],[-72.6135429207388,41.94518752551462],[-72.61375392075831,41.94433252534332],[-72.61379192076168,41.944176525312066],[-72.61396492077775,41.94347652517181],[-72.6142419208684,41.94348052516368],[-72.61443292093085,41.94348252515792],[-72.61451992095932,41.943483525155315],[-72.61583792139051,41.94350052511616],[-72.61592792142,41.94350252511366],[-72.61630692154372,41.94350252510145],[-72.61652392161473,41.943505525095055],[-72.61667292166346,41.943507525090624],[-72.6167629216929,41.94350852508794],[-72.61685292172234,41.943509525085226],[-72.61699592176977,41.943522525083125],[-72.61743692191602,41.94356252507662],[-72.62453492425233,41.94389952491296],[-72.62463492428532,41.943905524910896],[-72.6254929245686,41.943961524894036],[-72.62806692541858,41.94413152484386],[-72.62892592570226,41.944188524827155],[-72.63067392628135,41.94433652479934],[-72.63325492713649,41.944556524758525],[-72.63592492801386,41.944658524692144],[-72.63767892859022,41.94472552464853],[-72.64049192952413,41.944998524610405],[-72.64893093232583,41.94581752449597],[-72.6513729331366,41.946055524463034],[-72.65155893319837,41.946073524460495],[-72.6517449332601,41.94609152445797],[-72.65613393470407,41.94629052435472],[-72.65951293580831,41.94631552425054],[-72.66544193776284,41.94665252412412],[-72.66977193919013,41.94689752403153],[-72.67097493958674,41.94696652400597],[-72.67154993977684,41.9470085239955],[-72.67571494115369,41.947312523919535],[-72.68169194312962,41.94775052381081],[-72.68219294329457,41.94777552379945],[-72.68261494343349,41.94779652378986],[-72.68527194430841,41.94793152373001],[-72.68538594434597,41.9479375237275],[-72.68630994465033,41.94798652370708],[-72.68657494473814,41.948009523702936],[-72.68737094500202,41.948080523690884],[-72.68763694509022,41.948104523686915],[-72.68766394509915,41.94810652368643],[-72.68989094583469,41.94825852364374],[-72.69665694806953,41.94872252351437],[-72.6989119488144,41.94887752347132],[-72.69913794888912,41.948894523467274],[-72.6997169490805,41.94893652345664],[-72.70213294987916,41.94911352341259],[-72.70293895014561,41.94917252339788],[-72.70321495023683,41.94919252339281],[-72.7040429505105,41.949252523377595],[-72.70431895060179,41.94927352337271],[-72.70538295095164,41.94931952334716],[-72.70857595200168,41.949459523270846],[-72.70964095235193,41.94950652324546],[-72.71331095355946,41.94967852315985],[-72.71616995450016,41.94981252309315],[-72.71524295433449,41.95216952357639],[-72.71507395430423,41.952598523664356],[-72.713181953966,41.957407524650236],[-72.71183695372565,41.960827525351284],[-72.71143395366185,41.961993525588476],[-72.71022395347022,41.965493526300484],[-72.7098219534068,41.96666052653781],[-72.70931795333136,41.968193526848786],[-72.70780795310579,41.97279452778201],[-72.70762295307837,41.973361527896955],[-72.70852295339975,41.97383752795932],[-72.70969195379696,41.974107527973395],[-72.71319895498875,41.97491952801598],[-72.71436795538605,41.975190528030225],[-72.71504395561574,41.975346528038344],[-72.71705795630027,41.97581452806309],[-72.71707295630536,41.97581752806317],[-72.7173529564005,41.97588252806661],[-72.7177249565315,41.976047528086276],[-72.7183429567411,41.97618352809241],[-72.72019795737026,41.97659152811077],[-72.72081695758024,41.97672852811706],[-72.72230495808292,41.97702152812519],[-72.72498595898864,41.977549528139846],[-72.72676895959096,41.97790052814956],[-72.72825796009401,41.978194528157836],[-72.73143696117378,41.97892052819437],[-72.73528696248148,41.979800528238734],[-72.74097396441304,41.981098528303875],[-72.7435189652775,41.9816805283332],[-72.74415396549318,41.98182552834049],[-72.74604396613306,41.98222152835531],[-72.74958396733162,41.98296452838327],[-72.75260496835683,41.983639528415004],[-72.75513096921406,41.98420352844144],[-72.75666296973367,41.98454052845648],[-72.76254597172885,41.98583252851384],[-72.76262397175512,41.98584652851399],[-72.76286097183497,41.985889528514555],[-72.76293997186164,41.98590452851488],[-72.76444497237388,41.98626652853559],[-72.76895997391063,41.987352528597675],[-72.77046497442294,41.98771552861853],[-72.77059497446699,41.9877435286197],[-72.77446297577843,41.98858652865604],[-72.77841297711777,41.98944852869336],[-72.77612397683227,41.99735753028656],[-72.77498697669061,42.00128853107828],[-72.77473997666343,42.00220353126199],[-72.77109897549812,42.00259853145607],[-72.77052297531044,42.00260353147573],[-72.77025797522394,42.00260353148434],[-72.77025697522362,42.00260353148437],[-72.77023897521774,42.002603531484944],[-72.76673897409874,42.00300353167539],[-72.76668397410343,42.00339153175167],[-72.76625497413889,42.00639853234292],[-72.7661399741484,42.0072045325014],[-72.76613997418792,42.00788153263135],[-72.76609797417431,42.007883532633116],[-72.76587497410755,42.00798653266012],[-72.76569097405583,42.008129532693545],[-72.765522974008,42.00824953272204],[-72.76523897392028,42.00833453274759],[-72.76473297376077,42.00843153278262],[-72.76468197374423,42.008433532784665],[-72.76350597336324,42.00848253283226],[-72.76303897321378,42.0085335328572],[-72.7625559730605,42.008608532887266],[-72.7622029729533,42.00874553292505],[-72.76177397282756,42.008990532986],[-72.76159697277812,42.0091335330192],[-72.76147397274866,42.00931653305833],[-72.76137497272866,42.00952753310204],[-72.76132097272502,42.00976753314987],[-72.7613669727471,42.00988853317161],[-72.76152797280562,42.00999053318595],[-72.7618189729073,42.01010553319858],[-72.76194897295674,42.0102255332174],[-72.76196097296179,42.01024453322066],[-72.76206397300462,42.01040253324765],[-72.76207897301688,42.01052853327137],[-72.76206397301833,42.010637533292766],[-72.7621399730541,42.0108255333264],[-72.7624159731749,42.011351533418406],[-72.76265697326986,42.01163053346414],[-72.76276797331357,42.01175853348511],[-72.76286797335054,42.011832533496055],[-72.76295497338516,42.01193953351379],[-72.76307397343248,42.01208453353775],[-72.76315097346725,42.01224953356692],[-72.76324297351765,42.012598533630914],[-72.7632199735175,42.012724533655856],[-72.7631119735036,42.013090533729624],[-72.76307997349602,42.01313953374007],[-72.76284897344198,42.013505533817835],[-72.76278997342816,42.013598533837595],[-72.76268997340152,42.01370153386059],[-72.76237497331405,42.01396453392131],[-72.76204497321434,42.014101533958325],[-72.76192997317848,42.01413053396763],[-72.76155497306534,42.01428953401032],[-72.76144397303509,42.014391534033514],[-72.76097897290839,42.01482153413112],[-72.76087897288876,42.01504453417719],[-72.7607949728837,42.01542753425343],[-72.76066397285162,42.015610534292804],[-72.76057997282781,42.01567253430744],[-72.75985997264557,42.0165765345043],[-72.75986697264898,42.01659553450776],[-72.75987397265213,42.0166105345104],[-72.75974297262367,42.016855534561685],[-72.75971997262683,42.017038534597546],[-72.75975797264661,42.0171645346205],[-72.75988097270047,42.0173995346616],[-72.76009597277633,42.01749653467324],[-72.76050997290413,42.01737053463562],[-72.76058497292702,42.017343534628004],[-72.76065497294847,42.01731953462112],[-72.76079197299154,42.01729153461132],[-72.76099897305977,42.0173025346067],[-72.76153597324644,42.01749753462669],[-72.76193397338903,42.01771453465542],[-72.76230997353582,42.01812653472229],[-72.76238597357197,42.01832053475703],[-72.7626009737009,42.01932653494314],[-72.76280797379322,42.0197505350178],[-72.76296097384684,42.019813535024916],[-72.76365097407951,42.01994053502688],[-72.76407997422417,42.020019535028126],[-72.76443997434401,42.02005953502411],[-72.76466297441384,42.02000853500708],[-72.76487797447767,42.019899534979174],[-72.7652919745964,42.01961853491181],[-72.76553897467917,42.01965553491088],[-72.76554097469106,42.019847534947665],[-72.76556997470408,42.019908534958425],[-72.76554397469938,42.01997353497175],[-72.76548297468787,42.02011753500137],[-72.76539097466217,42.02019153501856],[-72.76527597463733,42.02040853506395],[-72.76515297460283,42.02050553508655],[-72.76481597449983,42.020625535120516],[-72.76460897443756,42.02071653514472],[-72.76452397441918,42.02087653517818],[-72.7644469744234,42.0213795352772],[-72.76447797444257,42.021534535305946],[-72.76453097446453,42.02161453531957],[-72.76462297449892,42.0216885353308],[-72.7647609745463,42.02172853533398],[-72.7648609745798,42.02174353533361],[-72.76498397462113,42.021763535333456],[-72.76515997468292,42.02183753534195],[-72.7652519747203,42.02196353536315],[-72.76525897473194,42.02212353539362],[-72.76522097472922,42.02228953542671],[-72.76513597470884,42.02241553545365],[-72.76503697467915,42.02246053546551],[-72.7648529746154,42.0223975354594],[-72.76466897454436,42.02220953542929],[-72.764377974441,42.02206653541129],[-72.76408597434265,42.022014535410804],[-72.76394097429129,42.02194553540227],[-72.76387897426707,42.021877535391226],[-72.76377197421444,42.02157453533656],[-72.76374897419589,42.02138553530103],[-72.7636649741558,42.021168535262106],[-72.76354297411528,42.02115653526377],[-72.76340497407325,42.02120853527823],[-72.76285197391172,42.02153353535856],[-72.76233797376462,42.02188753544319],[-72.76230797375713,42.021927535451844],[-72.76182397362088,42.022299535538934],[-72.7616939735894,42.02248753557925],[-72.76167997358543,42.02249753558162],[-72.76155597355108,42.02260253560579],[-72.76131797348039,42.02272253563656],[-72.76127797346756,42.022726535638625],[-72.76109897341036,42.02274753564848],[-72.76098097337268,42.022761535654986],[-72.76073497329027,42.02272553565606],[-72.76062797325446,42.02271053565666],[-72.75995297301938,42.02245853563021],[-72.7597049729307,42.02232653561293],[-72.75958597288819,42.0222635356047],[-72.75940897282075,42.022098535578785],[-72.75920297272981,42.021692535507555],[-72.75917197270667,42.02146953546576],[-72.75917997269626,42.021246535422705],[-72.75911097266439,42.02108653539423],[-72.75893497260023,42.02097153537788],[-72.75872797252761,42.02088553536811],[-72.75851297245545,42.02085153536856],[-72.75805297230661,42.020874535387904],[-72.75791397226214,42.020889535395305],[-72.7576949721921,42.020914535407194],[-72.75750397213301,42.02097053542415],[-72.75737097209193,42.021010535436154],[-72.75707197200133,42.021130535468885],[-72.75687197194672,42.0213135355105],[-72.75684897194189,42.02135953552007],[-72.75672597191675,42.021616535573386],[-72.75658097187713,42.021748535603436],[-72.75642697183781,42.021936535644514],[-72.75638897183413,42.02208553567433],[-72.75641897185191,42.022222535699655],[-72.75660297193068,42.02254253575511],[-72.75667197196621,42.022765535795656],[-72.75664097196308,42.0228855358197],[-72.75656397194666,42.02303453585078],[-72.75655197194374,42.023051535854435],[-72.75620397186184,42.02359453596993],[-72.75614397184768,42.02368753598973],[-72.75597297180745,42.02395453604652],[-72.75596597180592,42.02396753604923],[-72.75591897179648,42.02406853607014],[-72.75588097178874,42.024148536086734],[-72.75582697178706,42.02442153614086],[-72.75578797178612,42.024623536180904],[-72.75570397176868,42.02479453621645],[-72.75537397168061,42.025131536291845],[-72.75519097162959,42.02528053632637],[-72.75506697159511,42.02538353635017],[-72.75489597154606,42.02549953637796],[-72.75479297151647,42.02556853639455],[-72.75471397149389,42.02562353640768],[-72.75452997143977,42.02572553643323],[-72.75449097143009,42.02577753644447],[-72.75446797142455,42.02581153645174],[-72.75442997141647,42.025885536467165],[-72.75431497139697,42.0261945365302],[-72.75420797137214,42.02636753656687],[-72.7539849713206,42.02673153664397],[-72.75396897132238,42.02685153666751],[-72.75389997130954,42.0270175367016],[-72.75377697128071,42.027211536742826],[-72.75356997122282,42.02737753678141],[-72.75326197113482,42.02759253683266],[-72.75293297104092,42.02782353688767],[-72.75284397101747,42.02791953690898],[-72.75269897097913,42.02807353694324],[-72.75253397093566,42.028251536982744],[-72.75232397088654,42.02858453705344],[-72.75226497087287,42.0286805370738],[-72.75221397086119,42.028765537091765],[-72.75212597084092,42.028910537122435],[-72.75202697081818,42.02907453715713],[-72.75191897080033,42.02937253721781],[-72.75186197079105,42.029532537250354],[-72.75178097077774,42.029757537296156],[-72.75176597077537,42.0298005373049],[-72.75185697083714,42.0303495374073],[-72.75192897086595,42.0304405374224],[-72.75195697087713,42.03047553742822],[-72.7520409709149,42.03065253745944],[-72.752277971008,42.03092153750336],[-72.75245497107313,42.03104753752181],[-72.75252997110195,42.03112153753355],[-72.7528379712202,42.03142453758171],[-72.7530229712892,42.03157153760391],[-72.75323597136855,42.031739537629235],[-72.75370297154039,42.03207153767777],[-72.75414797170035,42.03232253771149],[-72.75416797170735,42.032330537712355],[-72.75479497192782,42.032600537743804],[-72.75512097204243,42.032740537760084],[-72.75514697205146,42.03274953776097],[-72.75587997230559,42.033003537785895],[-72.75623897242819,42.03309553779189],[-72.75660997255494,42.033191537798274],[-72.7570839727168,42.03331353780628],[-72.75717597274918,42.03335353781096],[-72.75717597275188,42.03339953781978],[-72.7570759727247,42.03349353784108],[-72.75696097269365,42.0336045378661],[-72.75685297268579,42.034073537959586],[-72.75679197267253,42.03418753798344],[-72.75659197262125,42.03442753803599],[-72.7562239725198,42.0347475381093],[-72.75616197250324,42.03481053812342],[-72.75600897247163,42.035124538188626],[-72.7559399724615,42.03533653823154],[-72.75594797246913,42.035422538247786],[-72.75597797249594,42.03571353830263],[-72.75599497252959,42.036194538394376],[-72.75585097248305,42.03620253840056],[-72.75583897247918,42.03620353840116],[-72.75541897234328,42.03622453841882],[-72.75527497229675,42.03623253842503],[-72.75503997222071,42.03624453843496],[-72.7543349719927,42.036281538464955],[-72.75410097191705,42.03629453847505],[-72.75393897186468,42.03630353848203],[-72.7516059710977,42.036213538540515],[-72.7513409710106,42.036203538547205],[-72.74784396987128,42.03624553866878],[-72.74555996912724,42.03627453874847],[-72.74509396897544,42.03628053876476],[-72.74149896780413,42.036323538889675],[-72.724254962186,42.0365365394899],[-72.72217996150994,42.036562539562155],[-72.7218979614181,42.036566539572085],[-72.71916496052764,42.036600539667205],[-72.71893796045369,42.036603539675134],[-72.71591195946019,42.03651153975556],[-72.71589295945394,42.03651053975599],[-72.71563795937027,42.036503539762904],[-72.71552395933348,42.036511539768135],[-72.71436495896023,42.03660053982278],[-72.71433795895159,42.03660353982423],[-72.71413795890375,42.036903539888286],[-72.71339695866179,42.03690353991229],[-72.71231595830879,42.03690353994732],[-72.71190395817426,42.036903539960676],[-72.71100895788199,42.03690353998967],[-72.70887595718544,42.03690354005878],[-72.70398395558792,42.036903540217274],[-72.70247895509644,42.036903540266024],[-72.70034695440022,42.03690354033507],[-72.7002449543669,42.03690354033838],[-72.70003695429897,42.036903540345115],[-72.69994095426645,42.036883540344384],[-72.69984095423268,42.036864540344],[-72.69953695412984,42.03680354034211],[-72.69945295410241,42.03680354034485],[-72.69661795317688,42.03680854043761],[-72.69638895310216,42.03680954044521],[-72.69629195307013,42.03680354044721],[-72.68775595025323,42.03630154062723],[-72.6862409497531,42.036209540658604],[-72.68613694971879,42.03620354066082],[-72.68602094968038,42.036194540662855],[-72.68288294864129,42.035949540717375],[-72.68288194864097,42.03594954071741],[-72.67843494716847,42.0356035407949],[-72.67833194713425,42.035593540796306],[-72.67554794621006,42.03533654083705],[-72.67303494537578,42.035103540873614],[-72.67301594536944,42.035101540873846],[-72.66328894214115,42.03421754101872],[-72.66320494211325,42.0342095410199],[-72.6574839402213,42.033806541127475],[-72.65743594020543,42.03380354112844],[-72.64718593679899,42.032795541266154],[-72.64345693556004,42.032434541317286],[-72.64314893545794,42.032408541322255],[-72.64299093540562,42.03239654132505],[-72.6416509349626,42.03230454135066],[-72.64163393495699,42.03230354135102],[-72.63982493436029,42.032203541390246],[-72.63925493417186,42.03216454140116],[-72.63754493360669,42.03205054143449],[-72.63697593341863,42.03201254144556],[-72.63683393337173,42.03200354144842],[-72.63319993217456,42.03182854153213],[-72.62187492844366,42.03128354179297],[-72.61813492721154,42.03110354187906],[-72.6180999272001,42.0311035418802],[-72.6178629271227,42.03110354188784],[-72.61715192689043,42.031103541910774],[-72.6169479268238,42.03110354191735],[-72.61691492681302,42.03110354191842],[-72.61683392678655,42.03110354192103],[-72.61675292675997,42.03110154192325],[-72.61626792660104,42.03109254193716],[-72.61610692654833,42.03109054194198],[-72.61523292626195,42.03107554196727],[-72.61261092540298,42.03103254204358],[-72.61173792511697,42.03101854206905],[-72.61159092506877,42.03101554207319],[-72.61115292492529,42.03100854208598],[-72.6110069248775,42.0310065420903],[-72.6108339248208,42.03100354209531],[-72.61051892471663,42.03098154210125],[-72.60905592423286,42.03088054212902],[-72.60856892407185,42.0308475421384],[-72.60844092402952,42.03083854214078],[-72.6082509239667,42.03082554214443],[-72.60805992390348,42.030811542147894],[-72.60793392386188,42.030803542150416],[-72.60777492375685,42.02988854197987],[-72.6075389236002,42.02851654172405],[-72.60730192344315,42.027143541468085],[-72.60714492333881,42.026228541297456],[-72.60713592333303,42.02617954128836],[-72.60712392332488,42.026106541274714],[-72.60711092331634,42.02603254126092],[-72.6071029233109,42.025983541251776],[-72.60706892328837,42.02578654121504],[-72.60701892325505,42.025493541160394],[-72.60696692322095,42.02519854110542],[-72.60693392319887,42.02500354106905]]]},"properties":{"name":"Suffield"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.71456194093071,41.72363847952236],[-72.71464394095534,41.723602479512756],[-72.71483394101251,41.72352047949079],[-72.71489694103242,41.72350947948664],[-72.71498694106099,41.723496479481206],[-72.71499894106476,41.72349447948046],[-72.71503694107685,41.72348947947826],[-72.71504994108102,41.72348847947764],[-72.71539194119008,41.723447479458706],[-72.716419941518,41.72332747940242],[-72.71676294162741,41.72328747938365],[-72.71730594180063,41.723224479354],[-72.7189359423209,41.72303947926578],[-72.71947994249454,41.722978479236474],[-72.71988194262444,41.72296047922004],[-72.72108694301384,41.722907479171035],[-72.7214899431441,41.72289047915477],[-72.72241594343983,41.722788479105255],[-72.72519394432709,41.722484478957035],[-72.72612094462326,41.72238447890786],[-72.72722394497582,41.72226847884993],[-72.73053594603458,41.721922478676376],[-72.73163994638755,41.7218084786188],[-72.73210794653548,41.72173047858864],[-72.73293994679851,41.72159247853516],[-72.73343594695538,41.72151147850352],[-72.73351394698045,41.72150547849984],[-72.73398794713285,41.721471478478016],[-72.73449194729461,41.72143047845386],[-72.73600494778039,41.721309478381734],[-72.73650994794257,41.72126947835774],[-72.73705594811703,41.72121147832892],[-72.73869394864063,41.72104047824311],[-72.73924094881554,41.72098447821466],[-72.73949594889943,41.72099947820935],[-72.74026294915197,41.72104747819394],[-72.74051894923629,41.72106447818898],[-72.74074394930693,41.721018478172844],[-72.74141894951894,41.72088247812478],[-72.74164494958993,41.720837478108805],[-72.74188194966557,41.72081047809595],[-72.74259594989343,41.72072947805729],[-72.74283394996942,41.72070347804459],[-72.75762195466632,41.71863947716887],[-72.7594559552492,41.71839047706161],[-72.75999995542581,41.718381477042335],[-72.76163495595675,41.71835647698479],[-72.7621799561338,41.71834947696587],[-72.7622049562201,41.71971047722832],[-72.76220795623246,41.71990847726652],[-72.76223795633058,41.72144647756301],[-72.76224895651451,41.724586478169954],[-72.76225395658435,41.72577347839935],[-72.76226095659449,41.72591047842561],[-72.76227295661195,41.72614647847087],[-72.76234195667257,41.72681047859704],[-72.76234695667718,41.72686247860695],[-72.76235495669376,41.72710547865368],[-72.76235695669727,41.72715547866326],[-72.76238495675656,41.728028478831206],[-72.76249895699486,41.7315294795045],[-72.76253795707464,41.732696479728894],[-72.76253795708342,41.732849479758485],[-72.7625409571108,41.73330847984714],[-72.76254195711991,41.73346147987668],[-72.76256395712713,41.73346247987616],[-72.76263695715724,41.73357247989508],[-72.76265895717985,41.73384147994638],[-72.76271595720532,41.733961479967746],[-72.76275395722219,41.734039479981604],[-72.76273895721947,41.73407747998944],[-72.7626439571898,41.73409947999675],[-72.76250495714483,41.7341044800022],[-72.7624239571235,41.734192480021825],[-72.76240895712712,41.73434048005092],[-72.76241495713184,41.73438848006002],[-72.76245995717184,41.73482948014383],[-72.76250395718898,41.734878480151885],[-72.76259895722814,41.73502148017645],[-72.76258495722766,41.735092480190644],[-72.76246695719874,41.73525748022635],[-72.76246995720177,41.73529348023322],[-72.76250395723095,41.73560848029304],[-72.76245995722076,41.73568048030836],[-72.76230795717338,41.735717480320424],[-72.76229595719265,41.73612048039871],[-72.76227495723005,41.73689048054827],[-72.76237695728784,41.73731748062752],[-72.76247195734136,41.73771048070044],[-72.76265095739966,41.73771048069467],[-72.7631899575752,41.73771048067728],[-72.76336995763387,41.73771148067168],[-72.76393495781781,41.737710480653256],[-72.76396395782724,41.73771048065232],[-72.76449895800148,41.737710480635066],[-72.76542195830206,41.7377104806053],[-72.76574995840882,41.73770948059451],[-72.76634495860257,41.73770948057533],[-72.76658295867973,41.73770348056647],[-72.76729995891242,41.737689480540645],[-72.76753895899003,41.737685480532164],[-72.76807495916194,41.73763948050599],[-72.76877495938643,41.73757948047179],[-72.76877695938929,41.737617480479074],[-72.76893295955318,41.73958448085431],[-72.76920695962926,41.7393554808012],[-72.7707529600721,41.738301480547555],[-72.77126796021916,41.737942480461534],[-72.77224196049745,41.73726648029942],[-72.77241096054559,41.73714648027079],[-72.77281396066067,41.73686548020345],[-72.77282896066497,41.73685548020103],[-72.77319296076355,41.7365084801222],[-72.77326496078246,41.73642948010461],[-72.7734929608423,41.73617948004892],[-72.77361996087579,41.73604248001833],[-72.77414796101094,41.735402479877564],[-72.7743639610663,41.735142479820325],[-72.77442796108267,41.735064479803185],[-72.7745409611106,41.73491047976976],[-72.77506196123976,41.73420647961683],[-72.77523596128296,41.73397247956597],[-72.77529596129779,41.7338904795482],[-72.7754779613429,41.73364447949477],[-72.77553896135812,41.73356347947712],[-72.77565496138686,41.73340647944303],[-72.77576796141567,41.73326747941252],[-72.77629396155037,41.73263147927256],[-72.77648796160054,41.73240547922262],[-72.77673196166366,41.73212147915983],[-72.7774719618559,41.73127447897218],[-72.7776389619001,41.73109747893257],[-72.77822596206944,41.73071847884035],[-72.77906496231456,41.730230478718916],[-72.77937996258389,41.73312947926926],[-72.77946696264996,41.73378547939328],[-72.77972796284816,41.735753479765336],[-72.7798149629143,41.73641047988953],[-72.77987396295646,41.736809479964776],[-72.78009096311567,41.73834848025529],[-72.78091196371787,41.74416648135338],[-72.78110496385918,41.74552948161058],[-72.78116096390032,41.74592748168571],[-72.78122896393208,41.74609448171578],[-72.78142296401982,41.74652148179206],[-72.78200496428325,41.74780448202123],[-72.78217696436096,41.74818148208853],[-72.78219996437139,41.748232482097634],[-72.78233996441547,41.748206482088094],[-72.78247196445705,41.748181482079],[-72.78335296474107,41.74813148204088],[-72.78408596497748,41.74809148200949],[-72.78648596575121,41.747955481905706],[-72.78668696581599,41.74794348189688],[-72.7870409659301,41.74792348188158],[-72.7870479659324,41.74792348188135],[-72.78738996604267,41.74790448186664],[-72.78799496623773,41.74787048184053],[-72.7885989664324,41.74783548181426],[-72.78877496648921,41.74782648180683],[-72.7888699665198,41.7478204818026],[-72.78896496655044,41.74781548179856],[-72.78964296676905,41.74777748176932],[-72.79276196777462,41.74760148163455],[-72.79497396848775,41.74747648153893],[-72.7953939687791,41.75015948204385],[-72.79599496919681,41.75401148276876],[-72.79615996931142,41.75506748296746],[-72.79674296971686,41.75880748367121],[-72.79744297034897,41.76581548500238],[-72.79895397171363,41.78093648787376],[-72.7994369721503,41.785774488792235],[-72.79954297224639,41.786840488994606],[-72.80004297269775,41.79183548994268],[-72.79894297234515,41.79193448999737],[-72.79874297233185,41.79283249017719],[-72.79847297230242,41.79384549038145],[-72.7983689722998,41.79438649048925],[-72.79805797229237,41.79601149081295],[-72.79795497229013,41.79655349092089],[-72.79781197233771,41.79818349124013],[-72.79738397248104,41.80307649219826],[-72.79724197252904,41.8047074925176],[-72.79602197213308,41.804733492562086],[-72.79486897175882,41.80475749260403],[-72.78775196944878,41.80490849286342],[-72.78553796873013,41.804955492944075],[-72.78537996867882,41.804958492949766],[-72.78502296856333,41.804972492964005],[-72.7839549682179,41.805016493007024],[-72.78359896810278,41.80503149302143],[-72.78326196799274,41.805027493031574],[-72.78225196766299,41.8050154930619],[-72.78191596755327,41.805011493072],[-72.78181096751922,41.80501449307599],[-72.78173396749432,41.80501749307905],[-72.78118996731838,41.80504049310108],[-72.7810089672599,41.80504849310847],[-72.77470196521466,41.80521749334499],[-72.77393196496487,41.80523649337354],[-72.77162496421641,41.80529249345891],[-72.77085696396732,41.805312493487584],[-72.77054796386652,41.80531049349718],[-72.77016396374124,41.80530749350902],[-72.76825196311772,41.80529849356907],[-72.76808496306325,41.805297493574265],[-72.76739296283755,41.80529349359586],[-72.76687296266803,41.80529249361246],[-72.76619296244642,41.80529149363425],[-72.76543896220107,41.805297493659765],[-72.7653129621603,41.805302493664804],[-72.76479396199264,41.80532749368639],[-72.76366096162491,41.80535249372782],[-72.76242696122448,41.805381493773275],[-72.761284960856,41.80544449382235],[-72.76126196084861,41.80544649382347],[-72.76026696052504,41.80545749385772],[-72.759134960157,41.80547149389699],[-72.75879296004682,41.80549349391229],[-72.75776595971597,41.80555949395821],[-72.7574249596062,41.805582493973645],[-72.75579695907744,41.80561249403201],[-72.75558095900726,41.805616494039775],[-72.7553639589368,41.805620494047545],[-72.7543759586159,41.80563849408292],[-72.75310495819872,41.80558649411393],[-72.75259395803307,41.805601494133334],[-72.75102395753868,41.805899494241515],[-72.7509429575129,41.80591049424628],[-72.75070195743639,41.80594549426081],[-72.75062195741107,41.8059584942659],[-72.74858495674896,41.80598749433727],[-72.74793195653675,41.80599749436028],[-72.74679195616625,41.80601449440035],[-72.74598995590559,41.80602649442855],[-72.7449559555695,41.806041494464836],[-72.74247595476342,41.806077494551836],[-72.74043995410167,41.806107494623326],[-72.7402889540527,41.80611149462897],[-72.7396869538575,41.80612849465169],[-72.7347769522656,41.80627049483753],[-72.73111195107742,41.806377494976395],[-72.72943195053274,41.80642649504005],[-72.7288399503405,41.80643849506146],[-72.72706694976489,41.80647649512598],[-72.72655094959742,41.80648849514495],[-72.7264759495731,41.806490495147735],[-72.72637794954122,41.806491495151086],[-72.7262919495132,41.806491495153864],[-72.72574194933405,41.806493495172006],[-72.72555894927453,41.80649549517829],[-72.72543894923594,41.806504495183894],[-72.72519394915639,41.806509495192756],[-72.72507494911773,41.806511495196986],[-72.72433694887796,41.8065244952233],[-72.72362194864586,41.806540495249436],[-72.72313794848876,41.80655149526716],[-72.7228819484055,41.80655449527601],[-72.72211494815612,41.80656449530265],[-72.72185994807325,41.80656849531165],[-72.72158794798506,41.80657649532197],[-72.72077394772127,41.80660249535323],[-72.72076994772003,41.80660349535354],[-72.72052594763423,41.806494495340374],[-72.71910294717294,41.80653749539456],[-72.71908294716626,41.80653449539463],[-72.71907094716235,41.806534495395006],[-72.71895794712368,41.80650249539248],[-72.7175909466856,41.806631495461446],[-72.71770794665359,41.805413495222574],[-72.71801994656998,41.802195494591324],[-72.71794694652137,41.801764494510486],[-72.71789794648853,41.8014714944555],[-72.7170809461973,41.801037494398045],[-72.717058946183,41.800913494374804],[-72.71699294614005,41.800541494305136],[-72.71697194612625,41.80042049428245],[-72.7169719461261,41.800417494281874],[-72.71668594594279,41.79885249398896],[-72.71667894593827,41.79881349398164],[-72.71666494593012,41.79875149397013],[-72.71648094582297,41.79793149381776],[-72.71640194577695,41.79757949375233],[-72.7158869454773,41.7952884933266],[-72.7158539454579,41.79513849329871],[-72.71576494538616,41.79439549315812],[-72.71571194533661,41.793834493051506],[-72.7156009452311,41.7926294928224],[-72.71555594518892,41.792151492731556],[-72.71550494514003,41.79159049262488],[-72.71546694511746,41.79141349259193],[-72.71543294509722,41.79125449256231],[-72.71535594505075,41.79088249249296],[-72.71531894502856,41.79070649246018],[-72.7152869450099,41.790563492433584],[-72.71519394495509,41.79013749235433],[-72.71516294493681,41.789995492327904],[-72.71516094493082,41.789902492310006],[-72.71515794491378,41.78962349225621],[-72.71515694490812,41.789530492238306],[-72.71513694488566,41.78925349218545],[-72.71507994481934,41.788423492027015],[-72.71506094479727,41.78814749197432],[-72.71508994479538,41.787950491935334],[-72.71510194479423,41.78786249191796],[-72.71517594478952,41.78736149181883],[-72.71520594478802,41.78716549178001],[-72.71503094465284,41.785806491523196],[-72.71471994441171,41.78337549106371],[-72.71448494424065,41.78173249075394],[-72.71429094409947,41.78037649049828],[-72.71423094406245,41.7800724904415],[-72.71413394400226,41.779575490348634],[-72.71405194395174,41.779161490271285],[-72.71399294391509,41.77885849021467],[-72.71390294380326,41.77742348994037],[-72.71397194381082,41.777163489887926],[-72.71409994383154,41.77679848981329],[-72.7142649438634,41.77641748973438],[-72.71430694387156,41.77632148971449],[-72.71446094389611,41.77587548962337],[-72.71502094399285,41.7743844893173],[-72.71511094401063,41.774183489275565],[-72.71525194403853,41.773869489210355],[-72.71616294420528,41.771606488743835],[-72.71632894423799,41.77123448866661],[-72.7164189442557,41.77103248862469],[-72.71647094425967,41.77080648857935],[-72.71646794425654,41.77076948857231],[-72.7164219442072,41.77017148845826],[-72.71639694418003,41.769840488395104],[-72.71628994406461,41.76843848812767],[-72.71622394396547,41.76708748786876],[-72.71615194385842,41.76563248758994],[-72.71607894380912,41.7651884875065],[-72.71594394371775,41.76436348735143],[-72.7158609436617,41.76385848725652],[-72.7157889436128,41.76341548717325],[-72.71576794359567,41.76323648713933],[-72.71574494357634,41.763030487100266],[-72.71570594354462,41.76269948703754],[-72.71568594352787,41.762521487003795],[-72.7156579435079,41.76233248696818],[-72.71560694347107,41.76198048690179],[-72.71557494344842,41.76176748686168],[-72.71554794342882,41.7615794868262],[-72.71551194340466,41.76136348678562],[-72.7154049433326,41.760715486663834],[-72.71539594332623,41.76065548665254],[-72.71540294332367,41.760571486636074],[-72.71538494331374,41.76050048662294],[-72.71537294330598,41.76043348661038],[-72.71535294329239,41.760310486587244],[-72.71535294328802,41.76023448657256],[-72.71535294328419,41.76016748655962],[-72.71530994326454,41.76006948654207],[-72.71529694325336,41.75994848651909],[-72.71515994315824,41.75906948635362],[-72.7150479430807,41.758354486219055],[-72.71500494304033,41.757895486131744],[-72.7149689430065,41.75751048605848],[-72.71488894295736,41.75710848598337],[-72.71485594293702,41.75694148595215],[-72.71478294288424,41.75643648585691],[-72.71482994284682,41.75551848567797],[-72.71487794281033,41.75461048550092],[-72.7149739427358,41.7527674851416],[-72.71499694271901,41.7523444850591],[-72.71502494269983,41.7518514849629],[-72.71506494266097,41.75094748478686],[-72.71509494263135,41.750261484653294],[-72.71511894263342,41.750161484633196],[-72.71511294262982,41.75013248462779],[-72.71510194262278,41.75007248461653],[-72.7151409426177,41.74976248455536],[-72.7151459426188,41.74975348455346],[-72.71517394261346,41.749501484503845],[-72.71517794261281,41.749467484497146],[-72.71516794259612,41.74923348445222],[-72.71516294259071,41.74916748443964],[-72.71515694258446,41.74909248442533],[-72.71519494255406,41.74834748428009],[-72.71520394255276,41.748273484265496],[-72.71521494255077,41.74817648424639],[-72.7152169425454,41.748071484226024],[-72.71522694253068,41.74775848416518],[-72.715230942526,41.74765448414497],[-72.71522294251469,41.74750248411583],[-72.7152179425071,41.747398484095896],[-72.71519894248082,41.747048484028845],[-72.71519194246986,41.746897483999874],[-72.71516794245275,41.746735483969346],[-72.71509794240207,41.746249483877634],[-72.71507494238534,41.74608848384725],[-72.71504694236106,41.74582448379711],[-72.71502094233767,41.74556448374768],[-72.71496294229411,41.74513448366642],[-72.71496294228831,41.745033483646885],[-72.71496294228389,41.744956483632],[-72.71502494229394,41.74477948359579],[-72.71509394231158,41.74469548357733],[-72.71529994236435,41.74444548352238],[-72.71536994238238,41.74436248350408],[-72.71536594237953,41.74433548349897],[-72.71532294234693,41.744011483437724],[-72.71518494224156,41.74295848323858],[-72.7151389422065,41.7426084831724],[-72.71513494218286,41.7422194830973],[-72.71520594211219,41.7405844827789],[-72.71489594182293,41.73730248215426],[-72.7148859417824,41.73665248202889],[-72.71485694166113,41.734702481652725],[-72.71484794162097,41.73405348152752],[-72.71486894160893,41.733724481463234],[-72.71493594157423,41.732738481270395],[-72.71495794156257,41.73241048120626],[-72.71496594155325,41.73220248116577],[-72.71499194152594,41.73157848104426],[-72.71500094151702,41.731371481003926],[-72.71499194150385,41.7311934809698],[-72.71497894148231,41.730891480911815],[-72.71491294137826,41.729451480635426],[-72.71489194134388,41.72897148054327],[-72.71488294133123,41.72880148051068],[-72.71486594130556,41.72845048044335],[-72.71478794119061,41.726888480143735],[-72.71476294115264,41.72636848004395],[-72.71475494114064,41.72620448001249],[-72.71473194110494,41.72571247991809],[-72.71472494109331,41.72554947988676],[-72.71471894108225,41.7253904798562],[-72.71470294104971,41.724913479764446],[-72.71469794103902,41.72475547973404],[-72.71466994101706,41.72453147969162],[-72.71458894095227,41.723861479564626],[-72.71456194093071,41.72363847952236]]]},"properties":{"name":"West Hartford"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.70603993501857,41.66880746918227],[-72.70613893507165,41.66917246924979],[-72.70643593523106,41.670270469452944],[-72.70653493528418,41.67063646952065],[-72.70648393526929,41.6706664695281],[-72.70633093522481,41.67075946955104],[-72.70628093521029,41.67079046955865],[-72.70641293528675,41.671376469667926],[-72.70680893551616,41.67313546999592],[-72.70694093559267,41.67372247010537],[-72.70658093547772,41.6737614701245],[-72.70550293513354,41.673880470182176],[-72.70514393501897,41.67392047020144],[-72.70513093501484,41.67392247020226],[-72.70509093500216,41.67392847020467],[-72.70507893499841,41.67393147020566],[-72.70178993395352,41.67438447039903],[-72.70036493350085,41.67458147048294],[-72.70037693350892,41.674654470496705],[-72.70037793351104,41.67468547050266],[-72.70038293351796,41.67477847052053],[-72.7003849335204,41.67480947052647],[-72.70042893354352,41.67496347055488],[-72.70056293361364,41.67542747064045],[-72.70060793363713,41.67558247066901],[-72.7006789336782,41.67589647072756],[-72.70089193380143,41.67683947090337],[-72.70096393384284,41.677154470962066],[-72.70098193385071,41.67718947096826],[-72.70103593387446,41.67729747098744],[-72.70105393388239,41.67733347099384],[-72.70092293383972,41.67733347099805],[-72.70089293383106,41.67735247100269],[-72.70087193382683,41.67739847101227],[-72.70086893383045,41.677478471027854],[-72.7009849339003,41.678040471132974],[-72.70151293421848,41.68060047161181],[-72.70168993432493,41.68145447177153],[-72.70173893435442,41.68169147181584],[-72.70188593444303,41.68240447194919],[-72.7019359344729,41.682642471993674],[-72.7021699346031,41.683587472169144],[-72.70224593465632,41.68408547226315],[-72.70228993468103,41.68426747229698],[-72.70239893474238,41.684719472381005],[-72.70269593490896,41.685942472608296],[-72.70272393492587,41.68607847263372],[-72.70281993498318,41.68653447271894],[-72.70286193501333,41.68682247277334],[-72.70287993502347,41.686897472787294],[-72.70296493507041,41.68723447284981],[-72.70310193515763,41.68797947298967],[-72.70310393515884,41.68798947299154],[-72.70312193517847,41.68823047303763],[-72.70308393517246,41.68834147306033],[-72.7031159351895,41.68845747308176],[-72.70321193524072,41.68880647314626],[-72.70324393525783,41.688923473167875],[-72.7036329354575,41.690200473402626],[-72.7048009360569,41.69403147410679],[-72.70519093625694,41.69530847434148],[-72.70494493624456,41.69649247457858],[-72.70484693624074,41.69698347467678],[-72.70500893631332,41.69733047473874],[-72.70534993646625,41.69806247486946],[-72.70535993647574,41.69817147489026],[-72.70538793650115,41.69845647494452],[-72.70537393649906,41.698499474953294],[-72.70534293649503,41.698605474974805],[-72.70531993649047,41.69865647498542],[-72.70530093648681,41.698700474994546],[-72.70528393648341,41.69873847500245],[-72.70523493647113,41.69880247501642],[-72.70520093646265,41.69884747502622],[-72.70533393651458,41.69899847505117],[-72.70543893656252,41.69923847509426],[-72.70544893656793,41.69927647510128],[-72.7058289367752,41.70073647537168],[-72.70583793678004,41.70076947537779],[-72.70593293683729,41.70122947546376],[-72.7060069368818,41.701586475530476],[-72.70615793697263,41.70231447566653],[-72.7062349370174,41.70265847573064],[-72.7063159370642,41.70301547579713],[-72.70641493712421,41.70350047588783],[-72.70663393725698,41.70457447608864],[-72.70672393730815,41.70495647615967],[-72.70683793737291,41.70543947624949],[-72.70685693738363,41.70551847626416],[-72.70691993741548,41.70571647630047],[-72.70701793746484,41.70602147635634],[-72.70714393753633,41.70655347645525],[-72.70721193757461,41.70683547650765],[-72.7073769376679,41.70752647663607],[-72.70743493770064,41.707768476681025],[-72.70752293775524,41.70822147676586],[-72.70767193784086,41.70886947688647],[-72.70782293792224,41.709432476990564],[-72.70786093794442,41.709603477022426],[-72.70786993794948,41.7096404770293],[-72.70793993798995,41.70994947708685],[-72.70802093803624,41.710297477151585],[-72.70804093804765,41.7103824771674],[-72.70799993805474,41.71073947723779],[-72.70787093806437,41.711641477416485],[-72.70755493808863,41.71386247785638],[-72.70732793811172,41.715556478191466],[-72.7073079381121,41.71567647821532],[-72.7071159381172,41.71685747844998],[-72.70709793812054,41.7170184784817],[-72.70686593812843,41.71847547877107],[-72.70616993815239,41.72285047963983],[-72.70593893816068,41.7243084799293],[-72.70571893809132,41.72434847994409],[-72.70505893788322,41.724468479988545],[-72.70483893781388,41.72450848000335],[-72.70471593777427,41.724516480008845],[-72.7029879372176,41.7246234800851],[-72.70252393706818,41.72465348010583],[-72.7013159366791,41.72472948015937],[-72.70131093667746,41.724729480159525],[-72.69918893599393,41.724862480253485],[-72.69743593542889,41.72496548032975],[-72.69656093514686,41.72501748036794],[-72.69632393507048,41.725031480378256],[-72.69594893495001,41.72506048039591],[-72.69558693483368,41.72508848041297],[-72.69517693470137,41.72510948043021],[-72.69495293462907,41.72512148043974],[-72.69431993442478,41.725154480466465],[-72.69394693430439,41.72517348048213],[-72.69392893429858,41.725174480482906],[-72.69353693417204,41.72519448049937],[-72.69319693406463,41.72525248052151],[-72.69228193377576,41.72541248058186],[-72.69217993374352,41.72542948058843],[-72.69184193363685,41.7254894806109],[-72.69177193361463,41.72549948061508],[-72.69173893360417,41.7255044806171],[-72.69156193354502,41.72547848061777],[-72.69149293352199,41.72546848061805],[-72.69103593336975,41.725409480621344],[-72.69033793314802,41.725507480662706],[-72.68995793302726,41.72556048068518],[-72.6853549315649,41.726205480957844],[-72.68382093107759,41.72642148104889],[-72.6837179310425,41.726394481046974],[-72.68357793099689,41.72639448105147],[-72.68357193099502,41.72639548105186],[-72.68339593093904,41.72641948106218],[-72.68327893089973,41.72639848106186],[-72.68313393084969,41.72634948105704],[-72.68300793080626,41.726307481052956],[-72.68289093076883,41.72631948105904],[-72.6828609307599,41.726334481062906],[-72.68275893072978,41.72638848107663],[-72.68268893071327,41.72649848110015],[-72.68253793066512,41.72651648110848],[-72.6824849306482,41.726522481111346],[-72.68187393045342,41.72659648114529],[-72.6816709303887,41.72662148115665],[-72.68141193030635,41.726656481171744],[-72.68063793006041,41.726764481217494],[-72.6803799299785,41.72680148123295],[-72.67905492955691,41.72697648130934],[-72.6774919290597,41.727184481399775],[-72.67508192829291,41.727503481538875],[-72.67375792787169,41.72767948161544],[-72.67241892744313,41.72781248168415],[-72.67187392727126,41.7279114817208],[-72.67116492704557,41.72800348176137],[-72.67112892703408,41.72800748176329],[-72.670932926971,41.728021481772295],[-72.67034892678335,41.72806648179975],[-72.67015392672072,41.72808148180891],[-72.66823792610491,41.72822748189866],[-72.66800192602803,41.728227481906245],[-72.66759792590084,41.728304481934096],[-72.66743192584858,41.728336481945625],[-72.6670179257167,41.72838848196898],[-72.66610092542469,41.72850548202104],[-72.66577792532173,41.728545482039145],[-72.66536492519023,41.72859848206265],[-72.66503692508373,41.72860448207435],[-72.66483592501808,41.72860148208021],[-72.65931392326091,41.729330482398446],[-72.65910992320016,41.72943048242434],[-72.65871192308178,41.72962748247522],[-72.65732492263724,41.729755482544476],[-72.65560292208546,41.72991648263089],[-72.65128292061449,41.728803482554135],[-72.64928491993422,41.72828948251878],[-72.64899491983535,41.728212482513186],[-72.64812591953915,41.72798348249677],[-72.64783691944068,41.72790748249132],[-72.647751919412,41.72789048249076],[-72.64766691938334,41.727873482490196],[-72.64753091933748,41.72784648248933],[-72.64698691915409,41.7277384824859],[-72.64661291902796,41.72766348248337],[-72.64630791892512,41.727602482481345],[-72.64499191847604,41.727246482454674],[-72.6443129182444,41.72706348244105],[-72.64359791800042,41.72687048242663],[-72.63832991620286,41.725446482319995],[-72.63633591552248,41.7249074822796],[-72.63844191619104,41.72460048215272],[-72.63854191622278,41.724585482146594],[-72.645160918324,41.723621481747884],[-72.64538891839639,41.72358848173419],[-72.64736791902463,41.723300481615006],[-72.64781691916758,41.72324248158938],[-72.64826691931081,41.72318348156354],[-72.64886891950242,41.72310448152896],[-72.64805191918805,41.72226048139185],[-72.64743191894947,41.72161948128769],[-72.64400291763008,41.71807648071202],[-72.6424429170299,41.71646548045026],[-72.64057391631083,41.71453448013646],[-72.63830991554912,41.71411048012695],[-72.63688491507551,41.71394548014067],[-72.62574491137323,41.7126604802488],[-72.62454091097314,41.712522480260645],[-72.62203591013912,41.712207480279886],[-72.62197891011787,41.71216048027261],[-72.62192191009657,41.71211248026515],[-72.61904490902221,41.709707479891705],[-72.61593790786198,41.707109479488196],[-72.61621590792693,41.70666047939238],[-72.61722690815154,41.70482247900419],[-72.61761290823253,41.70403747883985],[-72.61814690838385,41.7036404787459],[-72.619716908829,41.702477478470485],[-72.62121390930056,41.70219547836798],[-72.62178890948178,41.70208847832885],[-72.62500091048183,41.701277478069],[-72.62688891108368,41.70104747796404],[-72.62819591148832,41.70067747785054],[-72.63523491366763,41.69868747723983],[-72.63532691369623,41.69866347723222],[-72.63542591370675,41.698282477155296],[-72.63592491376,41.69636547676812],[-72.63600891376903,41.69604447670328],[-72.63659091383096,41.693805476251086],[-72.6366799138405,41.693464476182186],[-72.63673691384442,41.69320747613061],[-72.63674291384295,41.693147476118796],[-72.63667091380474,41.69288847607095],[-72.63615491358719,41.692020475919385],[-72.63590391349177,41.69178047588095],[-72.63579891345186,41.69168047586494],[-72.63566491340086,41.691551475844236],[-72.63433491292068,41.69072647572707],[-72.63374791271211,41.69042147568679],[-72.63268291233379,41.689869475614],[-72.63205991212472,41.68976147561301],[-72.63140291190419,41.68964647561178],[-72.63069391166626,41.68952347561067],[-72.62973591134764,41.689407475618864],[-72.62798991076974,41.68924547564338],[-72.62693491042053,41.68914747565817],[-72.62624391019185,41.689083475667886],[-72.62453590962647,41.688924475691756],[-72.61853590764046,41.688366475775695],[-72.61573590671375,41.688107475815094],[-72.61637390691762,41.68803847578131],[-72.61829090753034,41.68783347568028],[-72.61892990773464,41.68776647564685],[-72.62053990825133,41.6876314755692],[-72.62477690961128,41.68727947536544],[-72.62536990980156,41.68722947533678],[-72.62698091031865,41.68709547525927],[-72.62799891064688,41.68703747521544],[-72.63105491163233,41.68686447508412],[-72.63207391196097,41.68680747504045],[-72.63450091273654,41.686546474912205],[-72.6367739134629,41.68630247479216],[-72.64178191506315,41.6857634745274],[-72.64420991583907,41.68550347439926],[-72.64497091608207,41.68541847435843],[-72.64725391681112,41.685165474236285],[-72.6480159170545,41.68508147419562],[-72.64817791710638,41.68506647418752],[-72.64866291726177,41.685021474163264],[-72.64882591731407,41.68500747415534],[-72.64888391733271,41.685003474152694],[-72.64905691738838,41.68499147414484],[-72.6491159174074,41.68498847414236],[-72.64941091749915,41.68491247411819],[-72.65029891777544,41.68468647404598],[-72.65059491786758,41.684611474021956],[-72.6508109179346,41.68455347400381],[-72.65124291806873,41.684438473967695],[-72.65145891813576,41.68438047394953],[-72.6516759182032,41.68432347393154],[-72.65409291894638,41.68355347370496],[-72.65439591903804,41.68343047367143],[-72.65515391926692,41.68311547358612],[-72.65654491969514,41.682681473457485],[-72.65671091974639,41.68263247344268],[-72.65729591992714,41.68246147339081],[-72.65746291997823,41.682403473374215],[-72.65764092003278,41.6823434733569],[-72.65786692010327,41.68228947333919],[-72.65797092013527,41.682256473329474],[-72.6580599201627,41.68222947332138],[-72.65814192018827,41.682209473314884],[-72.65832292024118,41.682103473288564],[-72.65886692040013,41.681784473209326],[-72.6590489204534,41.68167947318316],[-72.65904992045955,41.68178147320289],[-72.65905292047798,41.68208747326206],[-72.65905392047985,41.682114473267255],[-72.65905392048418,41.68219047328196],[-72.65931392056113,41.682055473247516],[-72.66009492079242,41.681651473144214],[-72.66035592086976,41.68151747310989],[-72.66188992135612,41.68128647301599],[-72.66334192180881,41.680933472901074],[-72.66374092192925,41.68076747285612],[-72.66493792229075,41.68027147272167],[-72.66533792241157,41.6801064726769],[-72.66534092241172,41.68009147267388],[-72.66535192241288,41.6800494726654],[-72.66535592241337,41.68003547266255],[-72.66536092241392,41.68001647265873],[-72.66537492241524,41.679959472647234],[-72.66538092241618,41.679941472643556],[-72.6655389224274,41.679236472501934],[-72.66570192243935,41.678515472357056],[-72.66599692245583,41.677120472077384],[-72.66606092245968,41.676822472017605],[-72.66616192246954,41.67641847193611],[-72.66618692246946,41.676274471907405],[-72.66626392247007,41.675845471821845],[-72.66629092247076,41.67570347179347],[-72.66652192248405,41.67461747157569],[-72.66697092251799,41.67264947118006],[-72.66707592253931,41.67242347113291],[-72.66719992256587,41.67218147108205],[-72.66737492260987,41.67195347103227],[-72.66774392270509,41.67151647093578],[-72.66848992291217,41.6708884707902],[-72.66911292309015,41.670452470685746],[-72.66942992318162,41.67024647063568],[-72.66971492326273,41.67004147058683],[-72.66982692329458,41.66996047056756],[-72.66994092332833,41.66990147055246],[-72.67017392340395,41.66989747054422],[-72.6709369236476,41.669813470503485],[-72.67109892369795,41.66977147049015],[-72.67158492384922,41.669649470450935],[-72.67174692389965,41.66960847043781],[-72.67188992394665,41.66961647043476],[-72.67232192408873,41.66964147042575],[-72.67246592413612,41.66965047042288],[-72.67338992444006,41.669704470403715],[-72.6761649253528,41.669866470346115],[-72.67692392560248,41.66991147033051],[-72.67708892565729,41.669930470328886],[-72.67815092601379,41.670118470331246],[-72.68092992694675,41.67061247033783],[-72.68134092708421,41.670676470337035],[-72.68240792744126,41.670845470335536],[-72.68263092752152,41.670979470354354],[-72.68283292759429,41.6711024703717],[-72.68302092768471,41.671614470464846],[-72.68311192772832,41.67185947050938],[-72.68334392780265,41.6718384704979],[-72.68404292802687,41.671779470464045],[-72.68427592810166,41.67176047045288],[-72.68476592825559,41.67166247041817],[-72.68623992871888,41.67137147031451],[-72.68673092887322,41.67127447027996],[-72.68705892897684,41.6712194702588],[-72.68804592928889,41.67105647019555],[-72.68837492939292,41.67100247017453],[-72.6919079305181,41.6705634699761],[-72.6958759317818,41.67007046975325],[-72.70250693389349,41.66924646938075],[-72.70603993501857,41.66880746918227]]]},"properties":{"name":"Wethersfield"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.73780695822869,41.892384511341845],[-72.7377859582256,41.89244951135505],[-72.73772995821703,41.892616511389015],[-72.73735795815195,41.893587511588024],[-72.73642495799467,41.89612551210692],[-72.73623995796405,41.8966385122117],[-72.73566695786668,41.898183512527716],[-72.73475395771433,41.900693513040515],[-72.73408995759858,41.90243351339702],[-72.73397695757876,41.902727513457265],[-72.73344795748798,41.90413851374603],[-72.73305795742145,41.9051855139602],[-72.73241895732383,41.90709751434894],[-72.73229695729903,41.90735651440275],[-72.73213995727264,41.90778451449022],[-72.73152995716802,41.909412514823345],[-72.73033695696546,41.91263151548154],[-72.72970795684984,41.91417651579926],[-72.72964695684021,41.914353515835316],[-72.729225956775,41.91559751608835],[-72.7274769563829,41.91867551673731],[-72.72221295520265,41.92793651868966],[-72.71814095385554,41.92761451875938],[-72.71363695235085,41.92700551878778],[-72.71334495225234,41.926949518786444],[-72.71164995167513,41.926531518760804],[-72.71119895152277,41.926441518758054],[-72.71050995128886,41.92628351874991],[-72.7103859512467,41.92625451874833],[-72.71019795118293,41.92621251874634],[-72.71007295114048,41.926183518744786],[-72.70908795080591,41.92595551873276],[-72.70900995077942,41.925937518731814],[-72.70852195061367,41.92582451872584],[-72.70843795058518,41.92580551872489],[-72.70836595056086,41.92579151872453],[-72.70815895048992,41.92573251871986],[-72.7077789503625,41.925673518720785],[-72.70732795021225,41.92561951872497],[-72.70685095004893,41.92548651871479],[-72.70653294994008,41.925398518708135],[-72.70464294929988,41.92499151869087],[-72.70350394891172,41.92470551867263],[-72.70073894796121,41.923869518601066],[-72.69661194654672,41.922694518508216],[-72.69590694630195,41.922439518481916],[-72.69581394626276,41.92228651845548],[-72.69571094621931,41.92211651842609],[-72.69551194613851,41.921842518379776],[-72.69540694609593,41.921698518355434],[-72.6951639460017,41.921440518313645],[-72.6948609458852,41.92113551826473],[-72.6948329458748,41.9211135182614],[-72.69458394578233,41.92091951823209],[-72.6941389456192,41.92060951818681],[-72.69362394543394,41.920311518146065],[-72.69322394529128,41.92010151811857],[-72.69281694514831,41.919925518097834],[-72.69271794511353,41.91988251809275],[-72.69262494508087,41.91984251808805],[-72.6922049449362,41.91971051807621],[-72.69193894484489,41.91963251806978],[-72.69143494467185,41.91948351805736],[-72.6907999444539,41.91929751804208],[-72.69024094426182,41.91912951802777],[-72.68992394415301,41.91903651802011],[-72.68941994398008,41.918889518008086],[-72.68846694365288,41.91860851798477],[-72.68794994347577,41.918462517973346],[-72.6875039433239,41.918352517966575],[-72.68714094320032,41.91826351796115],[-72.68613794286401,41.9181065179633],[-72.68575494273742,41.91807851797028],[-72.68551594265813,41.91805551797357],[-72.6850669425096,41.918020517981304],[-72.68426294224354,41.917955517994756],[-72.6822609415817,41.917805518030484],[-72.68158594135905,41.917763518044175],[-72.67969194073088,41.91758651807122],[-72.67956194068775,41.9175745180731],[-72.67943094064368,41.9175515180729],[-72.67898294049301,41.917473518072356],[-72.67804094017428,41.9172765180648],[-72.67777994008595,41.91722151806264],[-72.67737993994936,41.91711651805534],[-72.67682393975878,41.916957518042665],[-72.67636793960207,41.91682051803099],[-72.67600393947626,41.91669851801924],[-72.67540793926902,41.916477517995936],[-72.67485893907674,41.916249517969746],[-72.67453593896289,41.91610351795205],[-72.67439793891472,41.916048517945924],[-72.67413693882128,41.915905517926824],[-72.67395993875786,41.91580751791366],[-72.67359493862715,41.91560651788674],[-72.67269393830058,41.915042517807215],[-72.67190893801165,41.914474517723185],[-72.6714199378311,41.91411151766907],[-72.67104493769432,41.913861517633045],[-72.67077093759399,41.913672517605484],[-72.67072793757823,41.9136425176011],[-72.67020793738735,41.9132755175472],[-72.66971693720687,41.91292451749546],[-72.66875093685185,41.91223451739376],[-72.66668293609305,41.910779517180295],[-72.66596093582821,41.91027251710596],[-72.66567293572218,41.910063517075],[-72.6650859355061,41.90963851701209],[-72.66398093510458,41.90892851691099],[-72.66392593508483,41.9088975169068],[-72.6628879347132,41.908326516830314],[-72.6620549344173,41.90790851677667],[-72.66129493415004,41.90757451673684],[-72.660964934034,41.90742951671956],[-72.6593919334872,41.90684751665817],[-72.65814193305518,41.90642851661777],[-72.65615093236708,41.90576151655347],[-72.65578893224195,41.90563951654164],[-72.65515693202354,41.90542851652138],[-72.65470393186686,41.90527451650631],[-72.65434293174206,41.905152516494454],[-72.6541679316815,41.90509251648852],[-72.65364493150048,41.9049125164707],[-72.6534709314403,41.90485351646495],[-72.65324093136068,41.904774516457145],[-72.65251993111184,41.90453851643491],[-72.64989693019234,41.9034345163068],[-72.64274892766824,41.90010651589599],[-72.6419349273507,41.899205515748655],[-72.64096192699016,41.89845851563608],[-72.64015392669236,41.897865515547856],[-72.63983492657323,41.89760451550787],[-72.6389259263503,41.898881515783096],[-72.6389309263528,41.89889651578583],[-72.63890192634447,41.8989165157906],[-72.63843592621483,41.899304515880345],[-72.63839192620554,41.8993925158987],[-72.636418925708,41.901927516450485],[-72.6361469256388,41.90226651652453],[-72.63542792546475,41.903316516749896],[-72.63429792510513,41.90347351681652],[-72.63410292504219,41.9034855168251],[-72.63360692488106,41.90349751684336],[-72.6333519247983,41.90350551685311],[-72.63274692460091,41.90350551687259],[-72.6318229243038,41.90358151691696],[-72.63064592392543,41.903679516973696],[-72.63042392385442,41.90370451698567],[-72.63002692372754,41.9037505170073],[-72.62915692344914,41.90384551705358],[-72.62880392333724,41.90390251707594],[-72.62837892320263,41.903972517103085],[-72.6282029231471,41.9040055171151],[-72.62774692300218,41.90407251714268],[-72.62739492289037,41.90412551716422],[-72.62739892288988,41.90409451715811],[-72.62503892213104,41.9042885172714],[-72.6243029218967,41.90438951731453],[-72.62412492184005,41.904414517325066],[-72.62173492107122,41.90460551743873],[-72.62152492092333,41.90322851718025],[-72.62089492047973,41.899097516404794],[-72.6206859203322,41.89772051614626],[-72.6207019203258,41.89751851610683],[-72.62075092030697,41.896914515988904],[-72.62076792030095,41.89671351594963],[-72.62079792030198,41.89656151591939],[-72.6208269202876,41.89614751583869],[-72.62090492030215,41.89595851579978],[-72.62096692031398,41.895812515769656],[-72.62098692030939,41.89561951573182],[-72.62094192025783,41.89497951560998],[-72.6209429202449,41.894749515565636],[-72.62104592025894,41.89440951549682],[-72.62126592030924,41.89403651541789],[-72.62137392032766,41.89374451535816],[-72.62146292034309,41.89350851530983],[-72.62154392035099,41.8931865152452],[-72.62149992033369,41.89313551523678],[-72.62137792029458,41.89314751524301],[-72.62133192022364,41.892176515057415],[-72.62044191983166,41.89041251474615],[-72.62044191980674,41.88997951466273],[-72.62044891964601,41.88714851411701],[-72.61969391915221,41.88284951331285],[-72.61965591910833,41.88230251320863],[-72.61948991891656,41.879911512753175],[-72.61946591888818,41.87955451268514],[-72.61940191869347,41.876533512104935],[-72.61936791858767,41.87488751178877],[-72.6193279184599,41.87289351140567],[-72.61928691827718,41.86994951083947],[-72.61926491817539,41.86830451052305],[-72.62055791833791,41.863796509612364],[-72.62063691834776,41.86351950955642],[-72.62444091882715,41.850275506880195],[-72.62490291888547,41.848668506555406],[-72.62528491891932,41.84708950623855],[-72.62544891893397,41.846413506102884],[-72.62561191894822,41.84573650596707],[-72.62586691900175,41.84522050585933],[-72.626633919163,41.84367350553629],[-72.6267419191858,41.84345750549114],[-72.62688991921688,41.84315850542871],[-72.62709291926033,41.84276250534579],[-72.62729491930347,41.842366505262916],[-72.62839891953945,41.84020750481094],[-72.6299359198683,41.83720650418258],[-72.63201992043857,41.83530350374846],[-72.63352592085067,41.83392850343479],[-72.63478692119568,41.832776503172],[-72.63503292126305,41.83255250312087],[-72.63613392156434,41.83154750289158],[-72.6372349218656,41.83054250266226],[-72.63743192191697,41.83031850261271],[-72.6380249220718,41.82964750246418],[-72.63822292212355,41.82942450241478],[-72.6383709221638,41.82928550238321],[-72.63851892220403,41.82914550235142],[-72.63892792231533,41.8287615022642],[-72.63939392240323,41.82764650203406],[-72.6399069224998,41.82641550178001],[-72.64039492259184,41.82524750153893],[-72.64104692269173,41.823285501139324],[-72.6419009228226,41.820715500615876],[-72.64322092300674,41.81642749974579],[-72.6442549231513,41.81307349906513],[-72.64453192315854,41.81162649877688],[-72.64479492316563,41.81025649850396],[-72.64533492318,41.807439497942745],[-72.6453639231808,41.807288497912666],[-72.6453669231809,41.807273497909655],[-72.64539792318148,41.80710749787663],[-72.64541892318196,41.80699649785451],[-72.64544092318276,41.806885497832376],[-72.64554092318541,41.80636349772837],[-72.6456409231881,41.80584249762456],[-72.6457309232179,41.80585049762322],[-72.64581992324739,41.8058584976219],[-72.64620992337652,41.80589349761613],[-72.64715292368892,41.80598049760263],[-72.647916923942,41.80605049759161],[-72.64848592413054,41.806103497583564],[-72.6497159245315,41.806103497544036],[-72.65340592573456,41.806106497426036],[-72.65463692613592,41.80610749738667],[-72.65513892629674,41.80605849736107],[-72.65573592648808,41.80600149733088],[-72.65637892666032,41.80535049718452],[-72.65673392675544,41.80499149710381],[-72.65687792679411,41.80484749707137],[-72.6573109269105,41.80441649697423],[-72.65745592694955,41.80427349694197],[-72.6577869270244,41.80369749682012],[-72.65803592708983,41.80342349675921],[-72.6583349271691,41.80310649668838],[-72.65933692745729,41.802437496527],[-72.66000092763464,41.80175649637417],[-72.66012392766646,41.8016124963424],[-72.66029492771095,41.80141649629906],[-72.66060192780931,41.80138649628341],[-72.66079092786987,41.80136849627386],[-72.66085592789129,41.801372496272535],[-72.66250592843515,41.80147749623978],[-72.66286192855253,41.80150049623276],[-72.66274292875137,41.80563849703554],[-72.66210092855094,41.80579249708592],[-72.66043092802964,41.80619449721721],[-72.66001792788882,41.80608649720965],[-72.65894292752226,41.805805497189944],[-72.65877992746698,41.80576849718805],[-72.658608927409,41.80572949718601],[-72.65849692737245,41.805728497189435],[-72.6583589273274,41.80572749719366],[-72.65835392732748,41.80575749719963],[-72.65833892732783,41.80584849721767],[-72.65833492732831,41.805879497223785],[-72.65839692736517,41.806169497277786],[-72.65847592741216,41.80653949734668],[-72.65860192748177,41.80703649743858],[-72.65867592752245,41.8073244974918],[-72.65878792755822,41.807311497485685],[-72.6590089276282,41.807275497471636],[-72.66000592794406,41.807116497408906],[-72.66014692798876,41.80709449740012],[-72.66026892802812,41.80708749739485],[-72.66033692805168,41.80711149739727],[-72.66048292809897,41.80710649739163],[-72.66092392824204,41.80709449737513],[-72.66107092828979,41.807091497369825],[-72.66115292831549,41.80707349736371],[-72.66139792839242,41.80702249734599],[-72.6614809284185,41.80700549734004],[-72.66152392842965,41.806955497329014],[-72.66159892845266,41.80693049732178],[-72.66168292847931,41.806917497316554],[-72.66236892869728,41.80681949727558],[-72.6625979287701,41.80678749726203],[-72.66277392882455,41.80673649724654],[-72.66330192898792,41.80658449720021],[-72.66347892904274,41.80653449718487],[-72.66801593048163,41.805837496904424],[-72.67241893187806,41.80516249663248],[-72.67291493203533,41.80508549660167],[-72.6756329328973,41.804668496433706],[-72.68161893479413,41.803723496058666],[-72.68324693530998,41.80346649595668],[-72.68433793565248,41.80323849587754],[-72.6843549356578,41.80323449587622],[-72.68448693569938,41.80320949586715],[-72.68488193582392,41.803136495840334],[-72.68502093586918,41.80313549583567],[-72.68613793622013,41.8029074957557],[-72.68614993623773,41.80314549580125],[-72.68618893629149,41.80385949593786],[-72.6862019363094,41.80409749598338],[-72.68621393632154,41.804240496010614],[-72.68624993635807,41.80467149609266],[-72.68626193637027,41.80481549612006],[-72.68630293646297,41.80619549638516],[-72.6864279367418,41.81033549718031],[-72.68646993683485,41.81171549744533],[-72.68649093693475,41.81333349775695],[-72.68653293712943,41.81647949836278],[-72.68655993719796,41.817517498562246],[-72.68680993762854,41.82358349972478],[-72.68697993781376,41.825838500154404],[-72.68703793787624,41.82659550029859],[-72.68716093800964,41.82821650060739],[-72.68730493808775,41.828757500707134],[-72.6873229381069,41.82898850075113],[-72.6873769381646,41.829684500883666],[-72.68739493818381,41.829916500927844],[-72.6874399382343,41.83053850104639],[-72.6874689382673,41.83094750112437],[-72.68748293828315,41.83114350116174],[-72.6874889382892,41.83121450117523],[-72.68750793831094,41.83148450122671],[-72.68752293832736,41.831684501264824],[-72.68753693834338,41.83188350130275],[-72.68762993844736,41.83316250154649],[-72.68786593858322,41.834185501736236],[-72.68787193859006,41.83427050175243],[-72.68788093860037,41.83439850177684],[-72.68800193871459,41.83569650202332],[-72.68807393881772,41.83707950228778],[-72.68822993896835,41.838811502616835],[-72.68873893965858,41.84790950435508],[-72.68902594004767,41.85303550533423],[-72.68902494005714,41.85320550536705],[-72.68912294016918,41.854594505631695],[-72.68941994050651,41.858764506426084],[-72.68951894061895,41.860154506690854],[-72.68951594062688,41.860308506720635],[-72.68950794065084,41.86076950680976],[-72.68950594065915,41.860924506839694],[-72.68959994084584,41.863629507358105],[-72.68969194102716,41.866252507860715],[-72.68991094110055,41.866286507860224],[-72.69768394370621,41.86751450784625],[-72.69777894373865,41.867539507848],[-72.69787394377107,41.86756450784975],[-72.69807594384001,41.86761750785346],[-72.69925294424166,41.86792650787505],[-72.69964594437576,41.8680295078822],[-72.70148394499788,41.86842350789886],[-72.70699894686456,41.86960550794871],[-72.70883794748705,41.870000507965486],[-72.71159294842072,41.87061150799431],[-72.71187294851562,41.870673507997225],[-72.71429094933535,41.871214508023435],[-72.71770095049153,41.87197950806076],[-72.71868295082295,41.872173508066425],[-72.72099295160262,41.8726305080799],[-72.72404295263215,41.87323550809799],[-72.72482795290078,41.873454508114826],[-72.72718595370768,41.87411150816523],[-72.72797295397702,41.874331508182195],[-72.72827695407828,41.8743685081795],[-72.72918995438252,41.87448150817178],[-72.72919095438287,41.87448150817174],[-72.72934295443352,41.8745005081705],[-72.72949595448452,41.874519508169215],[-72.72969995455364,41.874564508171304],[-72.72990395462276,41.87460950817338],[-72.73023395473453,41.8746815081766],[-72.73245095548556,41.875167508198594],[-72.73319095573628,41.87533050820608],[-72.73467495623706,41.87562250821439],[-72.73818695742227,41.8763145082342],[-72.7391259577398,41.876510508241616],[-72.74060795824097,41.87682050825343],[-72.74078695830183,41.87686350825592],[-72.74122795845147,41.87696450826113],[-72.7419669587022,41.877133508269786],[-72.74296495904078,41.87736050828125],[-72.74277995901576,41.87797050840476],[-72.74238595896294,41.879277508669276],[-72.74227695894848,41.87964150874292],[-72.74151095882304,41.881789509181466],[-72.73908695842667,41.88859551057076],[-72.73813095827899,41.89142851114727],[-72.73792095824646,41.89204951127363],[-72.73780695822869,41.892384511341845]]]},"properties":{"name":"Windsor"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.62173492107122,41.90460551743873],[-72.62412492184005,41.904414517325066],[-72.6243029218967,41.90438951731453],[-72.62503892213104,41.9042885172714],[-72.62739892288988,41.90409451715811],[-72.62739492289037,41.90412551716422],[-72.62774692300218,41.90407251714268],[-72.6282029231471,41.9040055171151],[-72.62837892320263,41.903972517103085],[-72.62880392333724,41.90390251707594],[-72.62915692344914,41.90384551705358],[-72.63002692372754,41.9037505170073],[-72.63042392385442,41.90370451698567],[-72.63064592392543,41.903679516973696],[-72.6318229243038,41.90358151691696],[-72.63274692460091,41.90350551687259],[-72.6333519247983,41.90350551685311],[-72.63360692488106,41.90349751684336],[-72.63410292504219,41.9034855168251],[-72.63429792510513,41.90347351681652],[-72.63542792546475,41.903316516749896],[-72.6361469256388,41.90226651652453],[-72.636418925708,41.901927516450485],[-72.63839192620554,41.8993925158987],[-72.63843592621483,41.899304515880345],[-72.63890192634447,41.8989165157906],[-72.6389309263528,41.89889651578583],[-72.6389259263503,41.898881515783096],[-72.63983492657323,41.89760451550787],[-72.64015392669236,41.897865515547856],[-72.64096192699016,41.89845851563608],[-72.6419349273507,41.899205515748655],[-72.64274892766824,41.90010651589599],[-72.64989693019234,41.9034345163068],[-72.65251993111184,41.90453851643491],[-72.65324093136068,41.904774516457145],[-72.6534709314403,41.90485351646495],[-72.65364493150048,41.9049125164707],[-72.6541679316815,41.90509251648852],[-72.65434293174206,41.905152516494454],[-72.65470393186686,41.90527451650631],[-72.65515693202354,41.90542851652138],[-72.65578893224195,41.90563951654164],[-72.65615093236708,41.90576151655347],[-72.65814193305518,41.90642851661777],[-72.6593919334872,41.90684751665817],[-72.660964934034,41.90742951671956],[-72.66129493415004,41.90757451673684],[-72.6620549344173,41.90790851677667],[-72.6628879347132,41.908326516830314],[-72.66392593508483,41.9088975169068],[-72.66398093510458,41.90892851691099],[-72.6650859355061,41.90963851701209],[-72.66567293572218,41.910063517075],[-72.66596093582821,41.91027251710596],[-72.66668293609305,41.910779517180295],[-72.66875093685185,41.91223451739376],[-72.66971693720687,41.91292451749546],[-72.67020793738735,41.9132755175472],[-72.67072793757823,41.9136425176011],[-72.67077093759399,41.913672517605484],[-72.67104493769432,41.913861517633045],[-72.6714199378311,41.91411151766907],[-72.67190893801165,41.914474517723185],[-72.67269393830058,41.915042517807215],[-72.67359493862715,41.91560651788674],[-72.67395993875786,41.91580751791366],[-72.67413693882128,41.915905517926824],[-72.67439793891472,41.916048517945924],[-72.67453593896289,41.91610351795205],[-72.67485893907674,41.916249517969746],[-72.67540793926902,41.916477517995936],[-72.67600393947626,41.91669851801924],[-72.67636793960207,41.91682051803099],[-72.67682393975878,41.916957518042665],[-72.67737993994936,41.91711651805534],[-72.67777994008595,41.91722151806264],[-72.67804094017428,41.9172765180648],[-72.67898294049301,41.917473518072356],[-72.67943094064368,41.9175515180729],[-72.67956194068775,41.9175745180731],[-72.67969194073088,41.91758651807122],[-72.68158594135905,41.917763518044175],[-72.6822609415817,41.917805518030484],[-72.68426294224354,41.917955517994756],[-72.6850669425096,41.918020517981304],[-72.68551594265813,41.91805551797357],[-72.68575494273742,41.91807851797028],[-72.68613794286401,41.9181065179633],[-72.68714094320032,41.91826351796115],[-72.6875039433239,41.918352517966575],[-72.68794994347577,41.918462517973346],[-72.68846694365288,41.91860851798477],[-72.68941994398008,41.918889518008086],[-72.68992394415301,41.91903651802011],[-72.69024094426182,41.91912951802777],[-72.6907999444539,41.91929751804208],[-72.69143494467185,41.91948351805736],[-72.69193894484489,41.91963251806978],[-72.6922049449362,41.91971051807621],[-72.69262494508087,41.91984251808805],[-72.69271794511353,41.91988251809275],[-72.69281694514831,41.919925518097834],[-72.69322394529128,41.92010151811857],[-72.69362394543394,41.920311518146065],[-72.6941389456192,41.92060951818681],[-72.69458394578233,41.92091951823209],[-72.6948329458748,41.9211135182614],[-72.6948609458852,41.92113551826473],[-72.6951639460017,41.921440518313645],[-72.69540694609593,41.921698518355434],[-72.69551194613851,41.921842518379776],[-72.69571094621931,41.92211651842609],[-72.69581394626276,41.92228651845548],[-72.69590694630195,41.922439518481916],[-72.6955959461954,41.92235151847502],[-72.6954239461365,41.922303518471324],[-72.69535594611317,41.9222835184697],[-72.69505294607491,41.92333051868098],[-72.69481394604419,41.924146518845745],[-72.69473894603485,41.92440751889839],[-72.6945889460157,41.92492251900235],[-72.69440494599175,41.92554551912817],[-72.69373494590523,41.92782651958877],[-72.69353594587959,41.92850451972566],[-72.69351094588794,41.928789519781326],[-72.69345994590523,41.929375519895714],[-72.69343094590897,41.92960351994054],[-72.69340494590513,41.929683519956775],[-72.69329994589026,41.930018520024625],[-72.69305394585551,41.93080452018382],[-72.69200294570749,41.93416952086521],[-72.69165394565862,41.93529152109237],[-72.69124594560067,41.93658952135527],[-72.69002394542764,41.940485522144265],[-72.68961794537041,41.94178452240726],[-72.6895969453674,41.94185052242063],[-72.68954794536016,41.94200152245126],[-72.6895439453596,41.94201452245388],[-72.68944294534485,41.94232852251756],[-72.68933294532864,41.942668522586516],[-72.68883594525616,41.94421652290035],[-72.68847994520397,41.9453205231242],[-72.68819594516253,41.94620452330341],[-72.688083945148,41.94658452338012],[-72.68774794510442,41.94772452361025],[-72.68769194509733,41.94791752364917],[-72.68769194509738,41.94791852364938],[-72.68765394509246,41.9480475236754],[-72.68763694509022,41.948104523686915],[-72.68737094500202,41.948080523690884],[-72.68657494473814,41.948009523702936],[-72.68630994465033,41.94798652370708],[-72.68538594434597,41.9479375237275],[-72.68527194430841,41.94793152373001],[-72.68261494343349,41.94779652378986],[-72.68219294329457,41.94777552379945],[-72.68169194312962,41.94775052381081],[-72.67571494115369,41.947312523919535],[-72.67154993977684,41.9470085239955],[-72.67097493958674,41.94696652400597],[-72.66977193919013,41.94689752403153],[-72.66544193776284,41.94665252412412],[-72.65951293580831,41.94631552425054],[-72.65613393470407,41.94629052435472],[-72.6517449332601,41.94609152445797],[-72.65155893319837,41.946073524460495],[-72.6513729331366,41.946055524463034],[-72.64893093232583,41.94581752449597],[-72.64049192952413,41.944998524610405],[-72.63767892859022,41.94472552464853],[-72.63592492801386,41.944658524692144],[-72.63325492713649,41.944556524758525],[-72.63067392628135,41.94433652479934],[-72.62892592570226,41.944188524827155],[-72.62806692541858,41.94413152484386],[-72.6254929245686,41.943961524894036],[-72.62463492428532,41.943905524910896],[-72.62453492425233,41.94389952491296],[-72.61743692191602,41.94356252507662],[-72.61699592176977,41.943522525083125],[-72.61685292172234,41.943509525085226],[-72.6167629216929,41.94350852508794],[-72.61667292166346,41.943507525090624],[-72.61652392161473,41.943505525095055],[-72.61630692154372,41.94350252510145],[-72.61592792142,41.94350252511366],[-72.61583792139051,41.94350052511616],[-72.61451992095932,41.943483525155315],[-72.61443292093085,41.94348252515792],[-72.6142419208684,41.94348052516368],[-72.61396492077775,41.94347652517181],[-72.61447092091463,41.942986525061244],[-72.61497792105176,41.942495524950466],[-72.61563492122956,41.94186052480713],[-72.6158589212901,41.941642524757974],[-72.61629092140696,41.94122452466363],[-72.61986292237309,41.93776452388285],[-72.62153992282663,41.93613952351615],[-72.62343492333923,41.93430552310218],[-72.62357092332994,41.93337552291882],[-72.62358292332871,41.93328652290131],[-72.62370692332057,41.93244452273526],[-72.62395792330337,41.93072752239671],[-72.62400092328862,41.930228522299274],[-72.6240909232588,41.929203522099094],[-72.62380792302689,41.92678552164279],[-72.6229609223321,41.919534520274134],[-72.62267892210065,41.91711751981784],[-72.62266292208342,41.9169095197783],[-72.6226529220725,41.91677651975302],[-72.62262792204467,41.916435519688186],[-72.62248992189463,41.91461451934198],[-72.62218092155773,41.91052051856355],[-72.62192292127679,41.907107517914554],[-72.62173492107122,41.90460551743873]]]},"properties":{"name":"Windsor Locks"}} +]} \ No newline at end of file diff --git a/docs/data/hartfordcounty-towns.png b/docs/data/hartfordcounty-towns.png new file mode 100644 index 000000000..6f9856e0c Binary files /dev/null and b/docs/data/hartfordcounty-towns.png differ diff --git a/docs/data/hartfordcounty-tracts-2010.geojson b/docs/data/hartfordcounty-tracts-2010.geojson new file mode 100644 index 000000000..156ac3bcb --- /dev/null +++ b/docs/data/hartfordcounty-tracts-2010.geojson @@ -0,0 +1,226 @@ +{"type":"FeatureCollection","features":[ +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.57027989276644,41.70323048019675],[-72.57045489282204,41.703205480186305],[-72.57049289283414,41.70320048018413],[-72.57097989298848,41.70312448015386],[-72.57115489304397,41.70309748014305],[-72.57147889314673,41.70304848012321],[-72.57245189345562,41.702905480064445],[-72.57277689355875,41.702857480044784],[-72.573043893644,41.70282648003023],[-72.57334989374176,41.70279248001389],[-72.57384689390189,41.70276047999181],[-72.57411589398859,41.70274447998013],[-72.57430089404836,41.70273547997248],[-72.57440889408433,41.702749479971736],[-72.57459689414706,41.70277547997077],[-72.57525589437407,41.702991479991546],[-72.57553589447058,41.70308448000062],[-72.57555989447886,41.7030924800014],[-72.57570089452756,41.70314148000639],[-72.57572989453759,41.70315148000739],[-72.57619589469863,41.70331348002388],[-72.57636089475568,41.70337148002984],[-72.57668089486693,41.703494480043446],[-72.57764189520108,41.703864480084384],[-72.57796289531271,41.703988480098154],[-72.57825489541354,41.70408848010819],[-72.57874389558248,41.70425748012528],[-72.57900989567214,41.704310480127056],[-72.5791468957178,41.70432848012616],[-72.57934489578389,41.70435648012526],[-72.57945489582002,41.704361480122714],[-72.5797058959024,41.70437248011682],[-72.57988789596018,41.704345480105765],[-72.58082389625729,41.704207480049156],[-72.5811828963715,41.70415948002839],[-72.58145289645749,41.704124480012986],[-72.58161489650874,41.70409748000258],[-72.58174989655176,41.704080479994985],[-72.58215389668045,41.704029479972206],[-72.58228989672388,41.70401347996475],[-72.58239489675715,41.703997479958296],[-72.58271289685814,41.703951479939235],[-72.58281889689182,41.70393647993294],[-72.58395789725472,41.70379247986866],[-72.58629989800093,41.70349747973671],[-72.58721189828479,41.70326447966243],[-72.58734989832702,41.70321647964873],[-72.58824289860053,41.702910479560934],[-72.58844489866435,41.70287547954771],[-72.58866589873566,41.70286347953832],[-72.58874789876266,41.70286847953667],[-72.58954989902689,41.702920479521104],[-72.58965989906302,41.70292547951856],[-72.58996389916297,41.70294147951195],[-72.59036789929374,41.70292647949612],[-72.59068189939376,41.702886479478344],[-72.59100689949696,41.70283947945885],[-72.5916228996932,41.702761479424076],[-72.59266790002623,41.702631479365486],[-72.59436690056609,41.70239147926471],[-72.59487290072751,41.70233147923691],[-72.59659190127437,41.70210047913723],[-72.59759090159218,41.70196647907934],[-72.5982479018011,41.701876479040905],[-72.5985709019038,41.70183247902205],[-72.59954290221316,41.70170447896619],[-72.59986690231626,41.701661478947514],[-72.60002690236726,41.70164147893852],[-72.60046290250627,41.70158847891432],[-72.60050890252073,41.70157947891111],[-72.60066890257133,41.70155247890075],[-72.60096090266458,41.70151947888502],[-72.60125690275878,41.701480478868014],[-72.6017619029185,41.701396478835605],[-72.60194590297414,41.70132047881501],[-72.6019559029799,41.701364478823194],[-72.60196690298356,41.701366478823225],[-72.60316590336409,41.70118947875063],[-72.60358090349501,41.70111447872283],[-72.60389890359167,41.700992478689024],[-72.60509390396214,41.700662478586906],[-72.60715390461625,41.700364478463314],[-72.60791190485592,41.700237478414486],[-72.6079489048826,41.70049447846307],[-72.60805690496016,41.70123847860368],[-72.60805590496155,41.701268478609514],[-72.60805590497642,41.70152947866005],[-72.60805390499797,41.701919478735626],[-72.60805190503265,41.70253947885575],[-72.60799790503827,41.702947478936466],[-72.6079979050462,41.703086478963385],[-72.60799990506912,41.70347747903902],[-72.60846790521765,41.703408479010704],[-72.60987390566395,41.703202478925824],[-72.61034290581286,41.703134478897645],[-72.61065890591262,41.70307847887669],[-72.6108649059777,41.703043478863336],[-72.61150190617364,41.70284047880366],[-72.6115859061997,41.70281747879652],[-72.61189690629624,41.7027334787703],[-72.61213190636913,41.702669478750394],[-72.61301690665556,41.70263647871568],[-72.61367490686727,41.70259047868572],[-72.61402990697847,41.70251247865926],[-72.61535290740011,41.70234847858518],[-72.61652590776978,41.70213047850542],[-72.61700790792388,41.702079478480115],[-72.61738990804605,41.702039478460165],[-72.61801590824186,41.70189747841263],[-72.61838090835654,41.701823478386615],[-72.6187889084834,41.70171747835304],[-72.61908190857064,41.70157347831577],[-72.61946490868355,41.70136547826325],[-72.62051090900968,41.70110947818021],[-72.62154790933226,41.700842478095325],[-72.6232709098728,41.70047947796988],[-72.62453591026879,41.70019747787478],[-72.62484291036658,41.70015847785741],[-72.62517891047105,41.7000714778298],[-72.62660091091307,41.69969947771225],[-72.62886791161351,41.69903347751071],[-72.62942291178008,41.698784477444725],[-72.62992791193392,41.69859747739236],[-72.63061891215101,41.698457477343126],[-72.63186091253708,41.6981334772406],[-72.63193291255871,41.698101477232115],[-72.63254891274424,41.69783647716108],[-72.6328419128277,41.69762647711103],[-72.6329819128614,41.69741747706607],[-72.63319491290483,41.696962476971166],[-72.63330491292412,41.69667247691147],[-72.63345891296676,41.69654047688098],[-72.63363391301857,41.696449476857765],[-72.63378891306152,41.69631747682724],[-72.63387591308354,41.696206476802956],[-72.63385491305976,41.69590947674613],[-72.6341629131386,41.69553247666326],[-72.6342139131458,41.69536747662967],[-72.6342139131291,41.69507447657293],[-72.63425091313401,41.694949476547556],[-72.6343029131469,41.694878476532146],[-72.63450791320643,41.694751476500976],[-72.63459591323395,41.694731476494276],[-72.63468991326417,41.694724476489924],[-72.63503391338226,41.694830476499426],[-72.63509991340257,41.69480947649324],[-72.63522491344362,41.694815476490405],[-72.63548391352872,41.69482847648463],[-72.63558991356045,41.694779476471744],[-72.63570491359499,41.694728476458195],[-72.63522691366218,41.698637477230406],[-72.63318091302587,41.69916547739817],[-72.62704591111779,41.70074847790111],[-72.62500091048183,41.701277478069],[-72.62178890948178,41.70208847832885],[-72.62121390930056,41.70219547836798],[-72.619716908829,41.702477478470485],[-72.61814690838385,41.7036404787459],[-72.61761290823253,41.70403747883985],[-72.61722690815154,41.70482247900419],[-72.61621590792693,41.70666047939238],[-72.61593790786198,41.707109479488196],[-72.61904490902221,41.709707479891705],[-72.62192191009657,41.71211248026515],[-72.62197891011787,41.71216048027261],[-72.62203591013912,41.712207480279886],[-72.62454091097314,41.712522480260645],[-72.62574491137323,41.7126604802488],[-72.63688491507551,41.71394548014067],[-72.63830991554912,41.71411048012695],[-72.64057391631083,41.71453448013646],[-72.6424429170299,41.71646548045026],[-72.64400291763008,41.71807648071202],[-72.64743191894947,41.72161948128769],[-72.64805191918805,41.72226048139185],[-72.64886891950242,41.72310448152896],[-72.64826691931081,41.72318348156354],[-72.64781691916758,41.72324248158938],[-72.64736791902463,41.723300481615006],[-72.64538891839639,41.72358848173419],[-72.645160918324,41.723621481747884],[-72.63854191622278,41.724585482146594],[-72.63844191619104,41.72460048215272],[-72.63633591552248,41.7249074822796],[-72.63424091485079,41.7250974823835],[-72.63360991465144,41.725206482424824],[-72.63297791445183,41.72531648246635],[-72.63195891412994,41.72549348253325],[-72.63093991380808,41.72567048260016],[-72.62709991258632,41.72618348282244],[-72.62473891184014,41.72658748297626],[-72.6225759111566,41.7269584831173],[-72.61678090930275,41.727558483418996],[-72.6164949092113,41.727588483433955],[-72.61634290916422,41.72763148344714],[-72.61588690902317,41.72776348348728],[-72.61573590897649,41.72780748350064],[-72.61523790882096,41.727925483539416],[-72.6141849084846,41.728043483595954],[-72.61384890838015,41.728131483623756],[-72.61238190785909,41.72737648352462],[-72.61105090737983,41.726577483412626],[-72.61069290724723,41.72629748336992],[-72.60996590697539,41.72568448327457],[-72.60911090664413,41.72476048312313],[-72.60905790662406,41.72471148311534],[-72.60900590660347,41.72464748310462],[-72.60894890658113,41.72458148309368],[-72.60850190640657,41.72407448300987],[-72.60817190627847,41.72371348295057],[-72.60763890606987,41.723100482849006],[-72.60726290592311,41.72267548277879],[-72.60636290557059,41.72163548260631],[-72.60617490549885,41.72145148257672],[-72.60582290536347,41.72108848251775],[-72.60536590519004,41.720658482449146],[-72.60532490517502,41.72062948244485],[-72.60366790456835,41.71945748227104],[-72.60311590436629,41.71906748221321],[-72.60301890432994,41.71898448220025],[-72.60291190428991,41.71889348218606],[-72.60230290406184,41.718373482104894],[-72.60209990398585,41.718200482077904],[-72.60172590384343,41.71783948202],[-72.60151390376274,41.71763548198731],[-72.6009729035537,41.71706048189332],[-72.6006439034272,41.71672148183823],[-72.60028290328843,41.71635048177796],[-72.59984490312692,41.7160204817281],[-72.59977790310225,41.71597048172056],[-72.59900790282558,41.7155174816575],[-72.59860490268356,41.715329481633994],[-72.59839990261214,41.71524848162489],[-72.59789190243518,41.715047481602205],[-72.59736590225435,41.714881481586914],[-72.5973599022523,41.7148794815867],[-72.5957859017121,41.714399481544135],[-72.59563090165894,41.71435248154],[-72.59525490153104,41.71425748153363],[-72.59462690131504,41.71405748151499],[-72.59377790102305,41.71378748148987],[-72.59273390066615,41.71349348146636],[-72.59209990044945,41.71331548145216],[-72.59197190040548,41.713275481448505],[-72.59159090027462,41.71315748143786],[-72.59146390023102,41.713118481434364],[-72.59139190020632,41.71309648143241],[-72.59117790013283,41.713030481426465],[-72.5911069001085,41.71300948142467],[-72.59097290006261,41.7129704814214],[-72.59064389995015,41.71287748141392],[-72.59025489981606,41.71274848140139],[-72.58963089960102,41.712542481381455],[-72.5890958994143,41.71232448135637],[-72.58781489896259,41.71172148128056],[-72.58779789895648,41.711711481279174],[-72.5870288986805,41.71126448121723],[-72.58669289855986,41.71106848119002],[-72.5856868981988,41.710483481108916],[-72.5855878981633,41.71042648110104],[-72.58535289807878,41.710286481081454],[-72.58504089796727,41.71011348105792],[-72.58491789792309,41.71004148104792],[-72.58362389745871,41.709289480943674],[-72.58329089733917,41.70909548091676],[-72.58319189730383,41.70904148090947],[-72.58217089693926,41.70848048083349],[-72.58146289668987,41.708151480792395],[-72.5814528966864,41.708147480791936],[-72.58029889628473,41.7076964807415],[-72.57949389600732,41.707430480715736],[-72.57602289481233,41.70630348060838],[-72.57594089478408,41.70627648060577],[-72.57470389435869,41.7058834805692],[-72.57409789414845,41.70565848054497],[-72.57384489406068,41.70556448053486],[-72.57361689398155,41.705479480525675],[-72.57310289380084,41.705246480496974],[-72.57285789371475,41.705136480483496],[-72.5722988935145,41.70481748043958],[-72.57198189340092,41.704636480414656],[-72.57076189294764,41.703655480263656],[-72.5707048929265,41.70361048025676],[-72.57027989276644,41.70323048019675]]]},"properties":{"name":5203.02,"geoid":"09003520302"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.68763694509022,41.948104523686915],[-72.68737094500202,41.948080523690884],[-72.68657494473814,41.948009523702936],[-72.68630994465033,41.94798652370708],[-72.68538594434597,41.9479375237275],[-72.68527194430841,41.94793152373001],[-72.68261494343349,41.94779652378986],[-72.68219294329457,41.94777552379945],[-72.682027943257,41.948056523858824],[-72.68212394331383,41.948496523940356],[-72.682337943407,41.94889952401096],[-72.68246994345965,41.949064524038434],[-72.68259194350613,41.9491795240566],[-72.68261694352437,41.94935352408927],[-72.68261894352582,41.94936752409189],[-72.68252294350991,41.94963352414615],[-72.68234494346459,41.94985352419421],[-72.68212294340633,41.95009852424851],[-72.68185594332789,41.95024852428598],[-72.6815659432396,41.950358524316506],[-72.68127394314611,41.9503895243319],[-72.68031694283056,41.95033352435202],[-72.67939994252643,41.950249524365475],[-72.67863194227301,41.95020152438104],[-72.67810294210187,41.95022752440314],[-72.67703794176039,41.95033252445769],[-72.67655594160692,41.95039852448596],[-72.67603794144458,41.950514524525],[-72.67561594131618,41.950675524569576],[-72.67525494120972,41.95087152461895],[-72.6751409411775,41.95095752463916],[-72.67417794090561,41.951689524811044],[-72.67181494023863,41.9534885252333],[-72.67129594009278,41.95389452532813],[-72.67108494003357,41.95406152536707],[-72.6707999399529,41.954274525417226],[-72.67062093989958,41.95436252543993],[-72.67047293985337,41.95439852545163],[-72.67024293978044,41.954435525466174],[-72.67011593974014,41.95445552547411],[-72.66997293969614,41.954501525487565],[-72.66973693962316,41.95457152550867],[-72.66778093903423,41.95542552573604],[-72.6673549389065,41.955620525787275],[-72.66724793887411,41.95566452579919],[-72.6669229387761,41.95580352583641],[-72.66653193865804,41.95596852588076],[-72.66620693855829,41.956077525912214],[-72.66596393847999,41.95609552592352],[-72.66575293840991,41.9560745259263],[-72.66554793834014,41.95602452592328],[-72.66533693826489,41.95591452590894],[-72.66518293820687,41.955780525888144],[-72.6650569381553,41.9556005258576],[-72.66500493813122,41.95547752583562],[-72.66500993812369,41.95531952580507],[-72.66504293812461,41.9551495257713],[-72.66514193814596,41.95496052573176],[-72.66557993825175,41.95431852559416],[-72.6662739384182,41.95328152537233],[-72.66703193859911,41.95213352512705],[-72.66714993862847,41.95197552509287],[-72.66726093865671,41.95183752506275],[-72.66738793868993,41.95169552503135],[-72.66789093883162,41.95130752494047],[-72.66909693917201,41.950388524724794],[-72.66946193927276,41.950071524652046],[-72.66947693927696,41.950059524649255],[-72.66976093935206,41.9497555245816],[-72.67052793953577,41.948605524335655],[-72.67129993971828,41.94740652408013],[-72.67154493977623,41.947026523999135],[-72.67154993977684,41.9470085239955],[-72.67160393978517,41.94684852396298],[-72.67159293977528,41.94673952394238],[-72.67155693975953,41.94667052393025],[-72.67149293973293,41.94657152391328],[-72.67146593972319,41.946555523911066],[-72.67136993968867,41.94650052390359],[-72.67078093948497,41.94630252388449],[-72.67095893952263,41.94594952381087],[-72.67142493961079,41.94484552358346],[-72.67145593961041,41.94466452354762],[-72.6714589395968,41.94441252349907],[-72.67147693959308,41.94424652346654],[-72.67148193959238,41.94420652345869],[-72.67151593959643,41.94408452343412],[-72.67158393961027,41.94394052340423],[-72.6717049396413,41.94379452337223],[-72.6718149396721,41.94370652335176],[-72.67194293971029,41.94364452333571],[-72.67211693976529,41.94361352332411],[-72.67230193982459,41.94359552331469],[-72.67247893988143,41.9435795233059],[-72.67285393999984,41.94351052328053],[-72.67290794001693,41.94350152327704],[-72.6730219400503,41.943435523260675],[-72.6730629400593,41.94335952324473],[-72.67303694003506,41.943087523193256],[-72.67296793997068,41.942364523056376],[-72.67293393993933,41.94201452299014],[-72.67290093990789,41.94165752292253],[-72.67289193989961,41.94156552290513],[-72.67286593987534,41.94129252285343],[-72.67285793986746,41.941201522836195],[-72.6728249398367,41.940856522770886],[-72.67276793976964,41.940019522611685],[-72.67279193977147,41.93991552259093],[-72.6727659397481,41.939658522542324],[-72.67256493956599,41.937645522161496],[-72.67251393950912,41.93695052202942],[-72.67246993947137,41.93654652195311],[-72.67250993946271,41.93617152187967],[-72.67262393948835,41.9359715218375],[-72.67274193951806,41.93581952180447],[-72.6727829395227,41.93566852177409],[-72.6727719395058,41.93543852173018],[-72.67266893945362,41.93511752167174],[-72.67219493921357,41.93364252140322],[-72.67216693919944,41.93355652138756],[-72.67208593915826,41.933301521341114],[-72.67205893914453,41.93321652132564],[-72.67187993905395,41.93266052122442],[-72.67157193889189,41.93159652102961],[-72.67119393869294,41.930289520790296],[-72.67091193854897,41.92939152062657],[-72.67088793852388,41.92909352057001],[-72.67092193851751,41.92879152051079],[-72.67105193853759,41.928405520432314],[-72.67181193869366,41.92681652010199],[-72.67193693871937,41.92655552004771],[-72.67199593872212,41.92627051999097],[-72.67191693863226,41.92516251978028],[-72.67191293862805,41.92511251977077],[-72.67190193861573,41.92496151974207],[-72.67189893861192,41.92491251973274],[-72.67294093894976,41.924875519691994],[-72.67350593913297,41.924855519669926],[-72.67426193937976,41.92485751964591],[-72.6760629399759,41.92500451961612],[-72.67609493998651,41.925007519615654],[-72.67710194032013,41.9250945195999],[-72.67744994043541,41.925124519594455],[-72.67849694078224,41.925214519577985],[-72.67860394081772,41.92522451957646],[-72.67884494089827,41.925257519575034],[-72.67973194119462,41.92537751956951],[-72.67982594122604,41.92539051956898],[-72.68023594136324,41.925449519567096],[-72.68069494151949,41.92556151957385],[-72.68148994179121,41.92577451958917],[-72.6818349419091,41.92586651959573],[-72.68266194220011,41.926232519639505],[-72.68307494234544,41.92641551966138],[-72.68353094251097,41.92670451970228],[-72.6837719425984,41.92685651972376],[-72.68449794286184,41.927315519788664],[-72.68457594289019,41.927365519795764],[-72.68472494294603,41.92749051981502],[-72.68490194301137,41.92762151983451],[-72.6853209431659,41.92792951988025],[-72.68543594320829,41.9280135198927],[-72.68558294326252,41.92812151990873],[-72.68561394327409,41.928146519912545],[-72.68588894337537,41.92834651994217],[-72.68602994342734,41.92844951995743],[-72.6866879436729,41.92898252003876],[-72.68695294377181,41.929197520071575],[-72.68721894387018,41.92939752010147],[-72.6872999439009,41.9294715201131],[-72.68731894390795,41.92948652011537],[-72.68733594391432,41.929500520117514],[-72.68758994400936,41.929710520149726],[-72.6877399440664,41.92985052017182],[-72.68819794423878,41.93024652023323],[-72.68842494432657,41.930483520271515],[-72.68845094433667,41.93051152027606],[-72.6887629444574,41.93083852032892],[-72.68895694452887,41.93097952034978],[-72.68910594458217,41.93106052036056],[-72.68911194458437,41.93106452036114],[-72.68927494464009,41.931108520364326],[-72.68941594468754,41.9311335203646],[-72.68967994477335,41.93112752035492],[-72.68988494483906,41.93110752034444],[-72.68992994485306,41.931095520340676],[-72.69000994487789,41.93107352033387],[-72.6902819449605,41.9309675203047],[-72.69029994496597,41.93096052030276],[-72.69068394508287,41.93081552026246],[-72.69117594522335,41.93046952018],[-72.69117694522357,41.93046752017958],[-72.69264794564224,41.9294095199285],[-72.69313894578207,41.929057519844896],[-72.69321694580421,41.92900051983141],[-72.69345294587141,41.928831519791274],[-72.69351094588794,41.928789519781326],[-72.69353194589397,41.92877551977795],[-72.69404694604046,41.92840351968972],[-72.69423394609376,41.9282705196581],[-72.69459494619782,41.928033519600824],[-72.69468194622222,41.92796451958475],[-72.69469594622447,41.927924519576585],[-72.69488594627596,41.92774351953563],[-72.6952329463695,41.927403519458984],[-72.69541594641716,41.927195519413054],[-72.69545794642791,41.927144519401885],[-72.69573994650086,41.926815519329466],[-72.69585694652947,41.92665051929393],[-72.69658394673482,41.92610051916462],[-72.69696294683347,41.92566851906924],[-72.69746294697644,41.92532051898613],[-72.69800194713832,41.92507951892234],[-72.69881894739297,41.924873518856295],[-72.69923794752722,41.92483151883469],[-72.70029494787191,41.92482851879997],[-72.70058994796906,41.92484451879352],[-72.7014459482535,41.92493351878299],[-72.70154194828574,41.924949518782974],[-72.7017239483463,41.92496951878094],[-72.70224794852204,41.925052518779985],[-72.70281994871608,41.925180518786135],[-72.70350094895043,41.92539051880455],[-72.70387494908032,41.92552651881864],[-72.70474694938781,41.92592351886687],[-72.70511994952207,41.926140518896574],[-72.70558494969208,41.92645651894236],[-72.70599094984188,41.92675551898679],[-72.70739595035849,41.92776051913478],[-72.70881695087982,41.928756519280505],[-72.70929195105529,41.929110519333264],[-72.70919395103857,41.92937351938703],[-72.70887595098421,41.93022551956125],[-72.7074039507354,41.93421852037708],[-72.70655395059163,41.9365225208478],[-72.70592095037632,41.936371520839224],[-72.70557095025725,41.93628752083437],[-72.70452094990017,41.93603752082021],[-72.7041719497815,41.935954520815514],[-72.70392694973343,41.93650452092924],[-72.70374694969836,41.93691252101356],[-72.70265594946781,41.93907652146511],[-72.70245594941555,41.93930052151466],[-72.70202194928612,41.93951052156909],[-72.7015169491241,41.93955852159464],[-72.70045494878205,41.939635521643766],[-72.69955394850312,41.939895521722896],[-72.69928794842856,41.94010652177208],[-72.69908794837704,41.94034352182414],[-72.69819594821641,41.94259352228578],[-72.6979919481783,41.943084522386805],[-72.6978919481598,41.94332852243699],[-72.69782794815481,41.943602522491766],[-72.69778994816566,41.944003522570114],[-72.69775194818318,41.94451952267059],[-72.69769294818086,41.94481152272867],[-72.69755094815277,41.945126522793835],[-72.69728794808488,41.945435522861764],[-72.69697894799693,41.94565752291445],[-72.69658494787959,41.9458515229645],[-72.69632994780153,41.94594052298986],[-72.69566594759372,41.94609352304074],[-72.69429494716258,41.9463735231389],[-72.69386994702968,41.94647352317186],[-72.69355794693001,41.946510523189055],[-72.6918559463742,41.946503523242704],[-72.69133094620196,41.94648752325657],[-72.69113494613741,41.946477523260974],[-72.69080094602745,41.946460523268506],[-72.68837794522308,41.946224523301375],[-72.68819594516253,41.94620452330341],[-72.688083945148,41.94658452338012],[-72.68774794510442,41.94772452361025],[-72.68769194509733,41.94791752364917],[-72.68769194509738,41.94791852364938],[-72.68765394509246,41.9480475236754],[-72.68763694509022,41.948104523686915]]]},"properties":{"name":9800,"geoid":"09003980000"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.71102894222393,41.76623448787122],[-72.71127494230237,41.766204487857514],[-72.71201294253763,41.76611448781635],[-72.71225894261605,41.76608448780263],[-72.7125169426982,41.76605148778796],[-72.71328994294444,41.76595348774412],[-72.71354894302696,41.76592148772962],[-72.71380194310763,41.76589048771548],[-72.71456294335039,41.76580048767357],[-72.71481694343147,41.7657714876598],[-72.71508194351556,41.76573248764373],[-72.71509594352005,41.76573148764308],[-72.71588394377252,41.765657487603406],[-72.71615194385842,41.76563248758994],[-72.71622394396547,41.76708748786876],[-72.71628994406461,41.76843848812767],[-72.71639694418003,41.769840488395104],[-72.7164219442072,41.77017148845826],[-72.71646794425654,41.77076948857231],[-72.71647094425967,41.77080648857935],[-72.7164189442557,41.77103248862469],[-72.71632894423799,41.77123448866661],[-72.71616294420528,41.771606488743835],[-72.71525194403853,41.773869489210355],[-72.71511094401063,41.774183489275565],[-72.71502094399285,41.7743844893173],[-72.71446094389611,41.77587548962337],[-72.71430694387156,41.77632148971449],[-72.7142649438634,41.77641748973438],[-72.71409994383154,41.77679848981329],[-72.71397194381082,41.777163489887926],[-72.71390294380326,41.77742348994037],[-72.71399294391509,41.77885849021467],[-72.71405194395174,41.779161490271285],[-72.71413394400226,41.779575490348634],[-72.71423094406245,41.7800724904415],[-72.71429094409947,41.78037649049828],[-72.71448494424065,41.78173249075394],[-72.71471994441171,41.78337549106371],[-72.71503094465284,41.785806491523196],[-72.71520594478802,41.78716549178001],[-72.71485794467378,41.78715049178832],[-72.71390194436006,41.78711249181178],[-72.71381394433094,41.78710449181308],[-72.71346794421652,41.78707549181861],[-72.71327094415054,41.787044491818975],[-72.7132239441342,41.78702649181701],[-72.71314594410704,41.78699649181373],[-72.71290394402509,41.786942491811104],[-72.71253394389377,41.78675549178691],[-72.71251594388738,41.78674649178575],[-72.7123099438146,41.78664849177346],[-72.71204794372032,41.786493491751955],[-72.71171894360197,41.786299491725096],[-72.71125994343704,41.786032491688324],[-72.71099794334293,41.7858804916674],[-72.71055794318616,41.78564749163656],[-72.71024294307398,41.78548149161466],[-72.7096679428724,41.78523449158547],[-72.70917194270376,41.7851124915779],[-72.7088409425913,41.7850324915731],[-72.7086889425397,41.78499649157105],[-72.70857694250216,41.784978491571174],[-72.7085269424854,41.78497049157124],[-72.70824394239233,41.784955491577456],[-72.70823994239096,41.78495449157739],[-72.70812794235418,41.78494949158003],[-72.70806394233315,41.78494649158151],[-72.70789394227724,41.784937491585254],[-72.70724494206387,41.78490449159978],[-72.70719194204653,41.78490349160129],[-72.70695794197007,41.78489949160804],[-72.7063819417803,41.78486349161965],[-72.70619594171905,41.78485249162351],[-72.70534194143404,41.784735491628425],[-72.70466894120831,41.78462349162845],[-72.70410094101781,41.78452949162859],[-72.70394394091763,41.78367649146891],[-72.70368394077674,41.78269949128857],[-72.70361194073759,41.782426491238155],[-72.70340994064298,41.78192549114789],[-72.7030539404972,41.7814074910593],[-72.70248494027202,41.78071549094394],[-72.70212694013802,41.780413490897125],[-72.70166993996989,41.780079490847335],[-72.70086693968096,41.779604490781416],[-72.69969993926529,41.7789884907],[-72.69901493902132,41.77862749065232],[-72.69803293867257,41.778126490587134],[-72.69809893868576,41.777981490556996],[-72.69829893872598,41.77754749046672],[-72.69836593873954,41.77740349043674],[-72.69840193874634,41.777317490418966],[-72.6985119387676,41.777063490366366],[-72.69854893877478,41.77697849034875],[-72.69857693878073,41.77692349033723],[-72.69866193879913,41.776761490303194],[-72.69869093880548,41.77670749029182],[-72.69875893881913,41.77655949026104],[-72.69896293886009,41.77611549016871],[-72.69903093887375,41.775967490137944],[-72.69918393890501,41.775643490070415],[-72.69964593899994,41.774675489868535],[-72.69980093903192,41.774352489801146],[-72.69996993906433,41.77395848971959],[-72.70047793916208,41.772778489475265],[-72.70064793919492,41.772385489393855],[-72.70088993927831,41.77246448940134],[-72.70116493937243,41.77254348940774],[-72.7027239399063,41.7729944894447],[-72.70288593996179,41.77304148944857],[-72.70319494006736,41.773126489455045],[-72.70324494008446,41.77314048945613],[-72.7033179401094,41.77316048945765],[-72.70357894019855,41.773232489463155],[-72.70427494043638,41.77342448947785],[-72.70457794054045,41.77351748948606],[-72.7045899405446,41.77352148948645],[-72.7047719406078,41.773589489493745],[-72.70488694064986,41.77366948950547],[-72.7048909406526,41.77369448951018],[-72.70490294066082,41.773769489524284],[-72.70490794066394,41.77379548952915],[-72.70496194068825,41.773912489550014],[-72.70503094071837,41.774045489573496],[-72.70510694075159,41.774192489599436],[-72.70515994078133,41.77440948963965],[-72.7051959408188,41.77485748972505],[-72.70519994082251,41.77489948973302],[-72.70536594088642,41.77507048976073],[-72.70554194095106,41.775197489779586],[-72.70578594103655,41.77530148979182],[-72.70587994106954,41.77534248979672],[-72.70642094125431,41.77549048980789],[-72.70718894151403,41.77565548981505],[-72.70737094157558,41.77569448981672],[-72.70766194167396,41.77575648981934],[-72.70899594212402,41.776024489828146],[-72.70986494241832,41.776218489837646],[-72.71013994251147,41.776280489840765],[-72.71033594257777,41.77632248984256],[-72.71042094258753,41.77601048977957],[-72.7114039427927,41.77400748936095],[-72.71151694281643,41.77377948931327],[-72.71169894284745,41.77328748921236],[-72.71172894284433,41.773063489168116],[-72.71179594274223,41.77090648874924],[-72.71180794273343,41.77068548870615],[-72.71185394274072,41.77055148867877],[-72.71187694273014,41.77023648861716],[-72.71190194271868,41.769895488550475],[-72.7117769426439,41.769302488439926],[-72.71171294260533,41.76899448838249],[-72.71157994253018,41.76844048827973],[-72.71118294230547,41.76678048797175],[-72.71110694226245,41.76646248791276],[-72.71102894222393,41.76623448787122]]]},"properties":{"name":5245.02,"geoid":"09003524502"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.71478294288424,41.75643648585691],[-72.71485594293702,41.75694148595215],[-72.71488894295736,41.75710848598337],[-72.7149689430065,41.75751048605848],[-72.71500494304033,41.757895486131744],[-72.7150479430807,41.758354486219055],[-72.71515994315824,41.75906948635362],[-72.71529694325336,41.75994848651909],[-72.71530994326454,41.76006948654207],[-72.71535294328419,41.76016748655962],[-72.71535294328802,41.76023448657256],[-72.71535294329239,41.760310486587244],[-72.71537294330598,41.76043348661038],[-72.71538494331374,41.76050048662294],[-72.71540294332367,41.760571486636074],[-72.71539594332623,41.76065548665254],[-72.7154049433326,41.760715486663834],[-72.71551194340466,41.76136348678562],[-72.71554794342882,41.7615794868262],[-72.71557494344842,41.76176748686168],[-72.71560694347107,41.76198048690179],[-72.7156579435079,41.76233248696818],[-72.71568594352787,41.762521487003795],[-72.71570594354462,41.76269948703754],[-72.71574494357634,41.763030487100266],[-72.71576794359567,41.76323648713933],[-72.7157889436128,41.76341548717325],[-72.7158609436617,41.76385848725652],[-72.71594394371775,41.76436348735143],[-72.71607894380912,41.7651884875065],[-72.71615194385842,41.76563248758994],[-72.71588394377252,41.765657487603406],[-72.71509594352005,41.76573148764308],[-72.71508194351556,41.76573248764373],[-72.71481694343147,41.7657714876598],[-72.71456294335039,41.76580048767357],[-72.71380194310763,41.76589048771548],[-72.71354894302696,41.76592148772962],[-72.71328994294444,41.76595348774412],[-72.7125169426982,41.76605148778796],[-72.71225894261605,41.76608448780263],[-72.71201294253763,41.76611448781635],[-72.71127494230237,41.766204487857514],[-72.71102894222393,41.76623448787122],[-72.71081594211651,41.76557248775016],[-72.71017994179525,41.763586487386874],[-72.7099679416882,41.762925487265974],[-72.70990694165117,41.76262648721015],[-72.7097239415402,41.761732487043275],[-72.70968094151407,41.76152148700388],[-72.70966394150355,41.761434486987625],[-72.70962094147771,41.76122848694919],[-72.70949394140096,41.76061248683423],[-72.7094519413755,41.76040748679597],[-72.70962594143117,41.76038948678688],[-72.71014894159858,41.76033748676],[-72.71032394165466,41.76032148675128],[-72.71049894171075,41.76030548674255],[-72.71102694188014,41.76025948671667],[-72.7112029419366,41.7602444867081],[-72.71137394199138,41.76022848669951],[-72.71188894215643,41.76018048667365],[-72.7120609422116,41.7601654866652],[-72.71200694216563,41.759671486571484],[-72.71184494202777,41.75818948629029],[-72.71179194198211,41.75769548619651],[-72.7117169419473,41.757514486163956],[-72.71166894192483,41.7573954861425],[-72.71165694192057,41.757389486141726],[-72.71157994189366,41.75735748613801],[-72.7112209417782,41.7573834861546],[-72.71102694171584,41.757398486163744],[-72.71098994170391,41.757400486165324],[-72.71088294166958,41.757409486170495],[-72.71084694165802,41.75741248617224],[-72.71082994164162,41.75722348613625],[-72.71077894159247,41.756656486028305],[-72.71076294157646,41.75646848599248],[-72.710834941599,41.75645248598708],[-72.71104994166635,41.756405485971065],[-72.71112294168927,41.75639048596583],[-72.71219494202845,41.75621548589749],[-72.7130159422947,41.756194485867],[-72.71320494235684,41.75620448586285],[-72.71325694237424,41.756212485862726],[-72.71355394247226,41.75623448585742],[-72.71478294288424,41.75643648585691]]]},"properties":{"name":5245.01,"geoid":"09003524501"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.52146088210056,41.79539649958386],[-72.52147888209845,41.79525649955623],[-72.5215358820931,41.79483649947325],[-72.52155488209138,41.7946974994458],[-72.52155288209003,41.794685499443545],[-72.52154988208707,41.79465049943686],[-72.52154888208611,41.79463949943477],[-72.5215378820766,41.794535499415026],[-72.52151888205991,41.79435149938008],[-72.52148388203682,41.79414649934158],[-72.52137888196755,41.793532499226295],[-72.52134388194452,41.793328499188],[-72.52130888192272,41.79314649915394],[-72.52132088191024,41.792858499097896],[-72.52137888192064,41.79270949906726],[-72.52141088192454,41.792594499044014],[-72.52150188193723,41.792296498983525],[-72.52149388192389,41.79210849894746],[-72.52149088191722,41.792008498928226],[-72.5211578817197,41.79044849863738],[-72.52081988152587,41.78898149836467],[-72.52058188138903,41.78794249817148],[-72.52054188136505,41.78775049813565],[-72.52042388129381,41.78717549802828],[-72.52038488127022,41.786984497992606],[-72.52033788124395,41.786792497957],[-72.5201988811658,41.78621649785011],[-72.52015288113991,41.786025497814684],[-72.52009088110452,41.78575949776524],[-72.51990488099841,41.78496149761693],[-72.51984388096342,41.78469649756766],[-72.51980788094036,41.784497497530346],[-72.51969988087117,41.78390149741859],[-72.51966488084847,41.783703497381445],[-72.51962388081603,41.78336849731799],[-72.51950288071937,41.78236449712781],[-72.5194628806873,41.78203049706451],[-72.51943488066625,41.78182149702501],[-72.51935088060321,41.781195496906676],[-72.51932388058256,41.78098749686735],[-72.51931788057838,41.78094849686001],[-72.51929988056592,41.78083249683813],[-72.51929488056211,41.780794496830964],[-72.51927788055015,41.78068149680966],[-72.51922688051437,41.78034549674634],[-72.51920988050244,41.78023349672523],[-72.51917488047673,41.77998249667783],[-72.51907388040193,41.77924749653897],[-72.5190728804007,41.77923149653591],[-72.519061880386,41.77903649649856],[-72.51907788038808,41.778981496487425],[-72.5190968803904,41.77891349647366],[-72.51914288039681,41.778762496443015],[-72.51917188040387,41.77872049643396],[-72.51921288041399,41.77866349642164],[-72.5193008804334,41.778500496387316],[-72.51952088048219,41.77809749630241],[-72.51956388049125,41.77801049628421],[-72.51958588049608,41.77796949627558],[-72.5196158804982,41.77783449624851],[-72.51958688048202,41.77771649622663],[-72.51953888045776,41.77756549619898],[-72.51937888037695,41.77706249610684],[-72.51930588033851,41.7768054960595],[-72.51929588033286,41.77676349605169],[-72.51926588031554,41.776631496027136],[-72.51921488029129,41.77649749600285],[-72.51932988032782,41.776480495995905],[-72.51967788043851,41.776431495975324],[-72.51979388047542,41.77641549596852],[-72.52034788065032,41.776314495931324],[-72.52059088072619,41.77625549591216],[-72.52151088100646,41.77590949581592],[-72.52153588101287,41.77587849580912],[-72.52152088100642,41.775851495804375],[-72.52281988139974,41.77532049566028],[-72.52334088155726,41.77510349560169],[-72.52361188163921,41.774990495571195],[-72.52442588188717,41.77468449548607],[-72.52465888195849,41.77460249546278],[-72.52466188195935,41.774600495462295],[-72.52561788225044,41.77423849536181],[-72.52568988227267,41.77421649535525],[-72.52599488236676,41.77412249532734],[-72.52729288276197,41.77363049519079],[-72.52801188298311,41.77339749512279],[-72.52814288302343,41.7733554951105],[-72.52853588314456,41.77323249507417],[-72.52866788318528,41.773191495062015],[-72.52878288322088,41.77315849505199],[-72.52900888329097,41.77309549503258],[-72.5291298833289,41.77306849502351],[-72.52924788336597,41.773043495014896],[-72.52933388339274,41.7730214950079],[-72.52959088347289,41.772957494987324],[-72.52967788350006,41.77293649498049],[-72.52982288354563,41.77290649497006],[-72.53000388360265,41.77287149495753],[-72.53026188368437,41.772829494941156],[-72.53029988369643,41.77282349493879],[-72.53040888373104,41.772807494932216],[-72.53063988380438,41.77277249491807],[-72.53096188390803,41.77274949490333],[-72.531150883969,41.77273749489499],[-72.53237488436379,41.77266249484142],[-72.53263088444693,41.772656494832084],[-72.53318888462819,41.77264449481195],[-72.53322688465812,41.77295249487028],[-72.53330888471311,41.77344849496357],[-72.53358488489842,41.77512149527818],[-72.53371288498211,41.77585749541637],[-72.53385388507377,41.77665949556692],[-72.5339258851208,41.777072495644425],[-72.534044885198,41.777746495770934],[-72.5341278852575,41.77831549587825],[-72.53418888530109,41.77873149595673],[-72.53421188531327,41.77881349597184],[-72.53428088534996,41.77906249601777],[-72.5343048853625,41.779145496033046],[-72.53438088540587,41.779471496093635],[-72.53443188543271,41.7796504961266],[-72.53486788566053,41.78115349640319],[-72.53501388573672,41.78165449649537],[-72.5350588857638,41.781872496536074],[-72.53519688584616,41.78252749665826],[-72.53524288587364,41.78274649669912],[-72.53531788592089,41.78314649677404],[-72.53554488606333,41.78434649699872],[-72.53562088611098,41.78474749707379],[-72.53565188613176,41.784934497108935],[-72.53573188618475,41.785406497197606],[-72.53574988619576,41.78549649721444],[-72.53578788621881,41.78568349724936],[-72.5358168862375,41.78584549727974],[-72.53590488629408,41.786334497371435],[-72.53593488631316,41.786497497401974],[-72.53596188633126,41.78666049743261],[-72.53604488638618,41.78714949752447],[-72.53607288640463,41.787312497555064],[-72.5361298864438,41.78767349762301],[-72.53630088656149,41.78875949782743],[-72.5363578866008,41.789122497895754],[-72.53592688646283,41.78916749791822],[-72.53582088642894,41.78917949792393],[-72.53463888605143,41.78931849798854],[-72.53420988591444,41.7893694980121],[-72.5336418857328,41.789432498042416],[-72.53194088518896,41.78962249813346],[-72.5319398851887,41.78962349813368],[-72.53137288500676,41.78967549816184],[-72.52938088436831,41.78987049826315],[-72.52971288455595,41.79126249852153],[-72.52976388458423,41.79146649855933],[-72.52991688466905,41.79207949867289],[-72.52996788469738,41.79228449871088],[-72.52951488455375,41.79235649873925],[-72.52930988448882,41.79239049875238],[-72.52774288399289,41.79265449885345],[-72.52733588386255,41.79269649887455],[-72.52702088376176,41.792730498891174],[-72.52667388365045,41.79276249890843],[-72.52637088355317,41.79278949892334],[-72.52629488352878,41.7927964989271],[-72.52516088316558,41.79291249898575],[-72.52478388304486,41.79295149900532],[-72.52479888306138,41.79315549904424],[-72.52484588311167,41.79376849916122],[-72.52486188312858,41.7939734992003],[-72.52486388313042,41.793994499204295],[-72.52487288313712,41.79406049921676],[-72.52487588313934,41.79408249922091],[-72.52488788314874,41.794178499239095],[-72.52490188315666,41.794237499250045],[-72.52493588317672,41.79439449927929],[-72.52493688317719,41.79439749927984],[-72.52498688320259,41.79455649930897],[-72.52509988325032,41.79474749934228],[-72.52513988326798,41.79482849935663],[-72.52521188329968,41.79497249938216],[-72.52446088305955,41.79505649942238],[-72.52221088234032,41.795311499543494],[-72.52146088210056,41.79539649958386]]]},"properties":{"name":5144,"geoid":"09003514400"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.55562289198548,41.77340049424145],[-72.5557268920226,41.773456494248954],[-72.55581689205383,41.77348949425246],[-72.55588189207639,41.77351349425502],[-72.55593189210603,41.77374749429866],[-72.55597489213903,41.77408049436164],[-72.55599189215205,41.77421149438645],[-72.55598289215386,41.77429449440277],[-72.55587789217745,41.77530849460213],[-72.5558768922117,41.77591449471931],[-72.55593289225226,41.77630549479311],[-72.55599189228404,41.77652549483373],[-72.55614789235632,41.77690049490121],[-72.55632389242516,41.777101494934456],[-72.55644089247049,41.77722749495507],[-72.55693489265985,41.77772349503515],[-72.55736489282748,41.77820449511437],[-72.55765089294269,41.77858949517964],[-72.55774589298478,41.77878449521429],[-72.55793389307114,41.77922349529315],[-72.55771289301701,41.77953749536089],[-72.55763889299739,41.779616495378534],[-72.55788489308364,41.779722495391155],[-72.55868889336243,41.78001449542188],[-72.55902189347756,41.780129495433464],[-72.5595108936458,41.780283495447584],[-72.55982389375718,41.780447495469275],[-72.5600798938446,41.78051649547443],[-72.5604948939864,41.7806304954832],[-72.56090189412448,41.780724495488336],[-72.56139589428832,41.780773495482],[-72.56166889437738,41.78077449547349],[-72.56190689445395,41.780756495462384],[-72.56252489465298,41.78071349543432],[-72.56218189454488,41.78077849545785],[-72.56122089424198,41.780961495523954],[-72.56115489422093,41.780969495527614],[-72.5608098941109,41.78101249554695],[-72.56034189396283,41.78109149557718],[-72.56008389388076,41.78112749559238],[-72.55992389382992,41.78115049560194],[-72.55963489373976,41.781221495624905],[-72.55898089353433,41.781358495672286],[-72.5582278932999,41.781552495733855],[-72.55794689321432,41.78165849576336],[-72.55772589314707,41.781742495786645],[-72.55727189301075,41.781947495840775],[-72.55716089297849,41.78201649585766],[-72.5569758929248,41.78213249588599],[-72.55683689288523,41.78223349590995],[-72.55673189285547,41.7823114959284],[-72.55644589277858,41.782598495993014],[-72.55644289277784,41.782602495993864],[-72.55614189270332,41.7830164960835],[-72.5559388926549,41.783327496150086],[-72.55581789263296,41.7836344962133],[-72.55566989260626,41.784012496291076],[-72.55563289259959,41.78410649631043],[-72.55552089257927,41.7843904963689],[-72.55548489257295,41.7844854963884],[-72.55505489242915,41.784422496389986],[-72.55497489240291,41.78441949639195],[-72.55430189218238,41.784400496409795],[-72.55351089192739,41.78445149644495],[-72.55343789190462,41.784469496450754],[-72.55294089174991,41.784598496491576],[-72.55272189168171,41.78465449650939],[-72.55041389097305,41.78542349673177],[-72.54726689002072,41.786716497082246],[-72.54697188993387,41.78688049712335],[-72.54682388989173,41.786987497148765],[-72.54650788979845,41.78715849719191],[-72.54554488950252,41.787475497283936],[-72.5443758891335,41.78768849736246],[-72.54372388892747,41.78780349740551],[-72.54189888835076,41.78812549752606],[-72.54160888825922,41.788178497545566],[-72.54073888798476,41.78834049760467],[-72.54044988789367,41.78839549762454],[-72.53963188763548,41.78854549767966],[-72.53726488688851,41.788981497839536],[-72.53717888686121,41.7889944978448],[-72.5363578866008,41.789122497895754],[-72.53630088656149,41.78875949782743],[-72.5361298864438,41.78767349762301],[-72.53607288640463,41.787312497555064],[-72.53604488638618,41.78714949752447],[-72.53596188633126,41.78666049743261],[-72.53593488631316,41.786497497401974],[-72.53590488629408,41.786334497371435],[-72.5358168862375,41.78584549727974],[-72.53578788621881,41.78568349724936],[-72.53574988619576,41.78549649721444],[-72.53573188618475,41.785406497197606],[-72.53565188613176,41.784934497108935],[-72.53562088611098,41.78474749707379],[-72.53554488606333,41.78434649699872],[-72.53531788592089,41.78314649677404],[-72.53524288587364,41.78274649669912],[-72.53519688584616,41.78252749665826],[-72.5350588857638,41.781872496536074],[-72.53501388573672,41.78165449649537],[-72.53486788566053,41.78115349640319],[-72.53443188543271,41.7796504961266],[-72.53438088540587,41.779471496093635],[-72.5343048853625,41.779145496033046],[-72.53428088534996,41.77906249601777],[-72.53421188531327,41.77881349597184],[-72.53418888530109,41.77873149595673],[-72.5341278852575,41.77831549587825],[-72.534044885198,41.777746495770934],[-72.5339258851208,41.777072495644425],[-72.53385388507377,41.77665949556692],[-72.53371288498211,41.77585749541637],[-72.53358488489842,41.77512149527818],[-72.53330888471311,41.77344849496357],[-72.53322688465812,41.77295249487028],[-72.53318888462819,41.77264449481195],[-72.53323588464316,41.77263849480929],[-72.53337788468855,41.77262249480166],[-72.53342588470397,41.77261849479935],[-72.53378088481743,41.77257849478028],[-72.53412188492645,41.772540494762055],[-72.53484788515895,41.77246649472457],[-72.535203885273,41.77243149470643],[-72.53549388536793,41.77243749469833],[-72.5355338853809,41.772436494696876],[-72.53578988546437,41.77243649468869],[-72.5362148856045,41.77246349468035],[-72.53651988570735,41.7725234946822],[-72.53684488581702,41.77258849468438],[-72.5369208858428,41.772606494685434],[-72.53714988592056,41.772660494688566],[-72.53722688594672,41.772679494689775],[-72.53749488603741,41.77273749469242],[-72.53830088631027,41.77291349470073],[-72.5385698864013,41.77297249470353],[-72.53876288646663,41.77301449470549],[-72.53934188666257,41.77314049471135],[-72.5395348867279,41.77318249471332],[-72.5396168867556,41.77319949471399],[-72.53986488683954,41.77325349471651],[-72.5399478868677,41.77327249471752],[-72.54021288695672,41.77331849471794],[-72.54100788722394,41.77345949471984],[-72.54127288731308,41.773507494720654],[-72.54137788734818,41.77352249472018],[-72.54169388745393,41.773570494719365],[-72.5417998874894,41.77358649471909],[-72.54199488755481,41.77361849471904],[-72.54257988775117,41.77371749471949],[-72.54277588781696,41.77375049471961],[-72.54286188784597,41.773767494720154],[-72.54312188793382,41.773821494722284],[-72.54320888796326,41.77384049472317],[-72.54338788802357,41.77387449472403],[-72.54392688820529,41.773979494727115],[-72.54410688826597,41.77401449472813],[-72.54425288831489,41.77403749472791],[-72.54469188846201,41.77410749472742],[-72.54483888851131,41.77413149472736],[-72.54494788854718,41.77413749472503],[-72.54527488865482,41.774155494718066],[-72.54538388869076,41.77416249471595],[-72.54548588872436,41.77416849471384],[-72.54579188882514,41.77418649470755],[-72.54589388885874,41.774192494705446],[-72.54635288900948,41.77421149469447],[-72.54670588912605,41.7742374946882],[-72.54729988931896,41.77422449466671],[-72.5501888902648,41.77429349458773],[-72.55028989029749,41.77428949458373],[-72.5504088903363,41.77428949457993],[-72.55089489049419,41.774279494562464],[-72.55107489055156,41.77425649455227],[-72.55132789063147,41.7742114945355],[-72.55159389071488,41.77415349451579],[-72.55159889071737,41.77416849451852],[-72.55244289098142,41.77397349445385],[-72.55330289125087,41.77378149438924],[-72.55379189140389,41.773669494351964],[-72.55415089151766,41.7736124943295],[-72.55455189164678,41.773583494311055],[-72.55506189180858,41.773505494279675],[-72.55562289198548,41.77340049424145]]]},"properties":{"name":5145,"geoid":"09003514500"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.53318888462819,41.77264449481195],[-72.53316288461862,41.772625494809105],[-72.53308588459026,41.772568494800545],[-72.53306088458109,41.772550494797855],[-72.53270788446589,41.772548494808746],[-72.53267188445415,41.77254849480989],[-72.53206388425295,41.77249649481925],[-72.53168888412613,41.772416494815765],[-72.53166188411669,41.772405494814485],[-72.53133588400289,41.77227349479939],[-72.53117288394216,41.77214049477887],[-72.53115488393556,41.77212749477693],[-72.53100088387885,41.77201349475981],[-72.53079788380205,41.771827494730324],[-72.53070188375891,41.77161949469318],[-72.53065888373966,41.771527494676775],[-72.53061788371927,41.77140449465429],[-72.53058788369867,41.77121449461852],[-72.5305848836957,41.77117949461184],[-72.53053588364105,41.77050049448213],[-72.53051988362296,41.770274494438944],[-72.53050988361343,41.77016449441799],[-72.53048188358551,41.769834494355095],[-72.53047288357637,41.769725494334295],[-72.53046088356658,41.76962249431477],[-72.53042588353757,41.76931349425613],[-72.5304148835282,41.769211494236764],[-72.53040288351379,41.76902749420157],[-72.53036788347117,41.76847949409674],[-72.53035688345716,41.7682964940617],[-72.53034688344547,41.768148494033404],[-72.53031788341079,41.76770549394867],[-72.53030888339947,41.76755849392053],[-72.53027788337342,41.76727849386737],[-72.53018788329648,41.76644249370861],[-72.53015788327082,41.766163493655604],[-72.53014288325942,41.76604949363406],[-72.53009988322592,41.765707493569295],[-72.53008588321494,41.76559449354789],[-72.53007288320278,41.76545549352142],[-72.53003688316741,41.76504049344232],[-72.53002488315563,41.764902493416024],[-72.5301078831815,41.76488149340933],[-72.53013288318937,41.76487649340754],[-72.53029188323973,41.76485049339745],[-72.53036388326349,41.76485549339612],[-72.53044988329185,41.764861493394534],[-72.53063488335371,41.76488849339384],[-72.5307988834094,41.764927493396144],[-72.53105388349721,41.76500949340387],[-72.5314048836206,41.765166493423024],[-72.5315288836642,41.76522249342991],[-72.53185188377465,41.765312493436994],[-72.53212388386584,41.76535649343682],[-72.53242088396307,41.765363493428694],[-72.53274988406781,41.765319493409685],[-72.53293988412742,41.76527849339569],[-72.53312688418355,41.765193493373275],[-72.5334668842838,41.76500749332646],[-72.53376988437103,41.76480449327754],[-72.53421988450549,41.76458949322159],[-72.5342568845166,41.76457249321712],[-72.53475188467097,41.76444949317754],[-72.53520788481711,41.76440549315447],[-72.53545988489832,41.76438849314313],[-72.53621688514231,41.7643394931095],[-72.53646988522388,41.76432349309833],[-72.5367208853055,41.76431949308954],[-72.536872885355,41.7643184930845],[-72.53747388555223,41.76434149306975],[-72.5377248856347,41.76435249306387],[-72.53797688571726,41.764359493057185],[-72.53873488596561,41.764381493037234],[-72.53898788604856,41.7643894930307],[-72.53927688614341,41.7644004930236],[-72.54014488642844,41.76443649300283],[-72.54043488652366,41.76444849299591],[-72.54069088660769,41.76445849298966],[-72.54146188686076,41.76448849297085],[-72.54171888694518,41.76449949296476],[-72.54238288716324,41.76452749294897],[-72.54258188722874,41.76453849294475],[-72.54303088737666,41.764565492935624],[-72.54352288754014,41.76461949293035],[-72.54513688808494,41.764946492942045],[-72.54513988808597,41.76494749294214],[-72.54597588837032,41.765154492955446],[-72.54634488849477,41.76522749295778],[-72.54648488854201,41.76525549295871],[-72.54746188886772,41.76538149295188],[-72.54783588899241,41.76543049294942],[-72.54836988917056,41.76550149294608],[-72.54997288970529,41.76571449293605],[-72.5505078898838,41.7657864929329],[-72.55109389007941,41.76586649292962],[-72.5517218902891,41.76595349292637],[-72.5528578906669,41.766084492915404],[-72.55344689086284,41.76615349290993],[-72.55371789095297,41.76618449290727],[-72.55453189122368,41.76627849289944],[-72.55480389131418,41.766310492896935],[-72.55482989132283,41.766313492896685],[-72.55516689143572,41.766366492896154],[-72.55603189172557,41.7665044928952],[-72.5562558918011,41.76654849289654],[-72.5566178919233,41.76662149289909],[-72.55709889208676,41.766738492906335],[-72.5572188921276,41.76676849290829],[-72.55795989238341,41.76701849293296],[-72.55848589256912,41.76726849296449],[-72.55856589259744,41.76730749296947],[-72.55891289272277,41.76752149299975],[-72.55902289276382,41.767612493013836],[-72.55907789278398,41.767651493019606],[-72.55919789282805,41.76773849303259],[-72.55928589286223,41.76783449304833],[-72.55946989293656,41.768086493091175],[-72.55948389294343,41.76812649309847],[-72.55955689297852,41.768324493134415],[-72.55957789298866,41.768382493144955],[-72.55964089301919,41.76855749317677],[-72.55964589302161,41.76857149317933],[-72.55966389302999,41.76861549318725],[-72.55986089312215,41.769105493275674],[-72.55986589312442,41.76911649327765],[-72.5599088931503,41.769324493316496],[-72.55995289317319,41.76947449334409],[-72.55997589320151,41.7698394934139],[-72.5599418932181,41.77032449350875],[-72.5598648932114,41.770647493573655],[-72.55985889321059,41.77066749357771],[-72.55984789320924,41.77070649358561],[-72.55973789318838,41.77096949363996],[-72.55967889317523,41.77107649366255],[-72.55962989316298,41.771141493676666],[-72.55935689308642,41.771359493727545],[-72.55908089300469,41.771504493764404],[-72.55815089272959,41.77199649388924],[-72.557460892532,41.772476494004096],[-72.55738789251129,41.77253049401685],[-72.55692789238095,41.77287449409806],[-72.55684889235725,41.77291049410754],[-72.55660789228489,41.773019494136314],[-72.55646689224257,41.773083494153205],[-72.55591589207594,41.77331149421488],[-72.55587489206326,41.7733234942185],[-72.55562289198548,41.77340049424145],[-72.55506189180858,41.773505494279675],[-72.55455189164678,41.773583494311055],[-72.55415089151766,41.7736124943295],[-72.55379189140389,41.773669494351964],[-72.55330289125087,41.77378149438924],[-72.55244289098142,41.77397349445385],[-72.55159889071737,41.77416849451852],[-72.55159389071488,41.77415349451579],[-72.55132789063147,41.7742114945355],[-72.55107489055156,41.77425649455227],[-72.55089489049419,41.774279494562464],[-72.5504088903363,41.77428949457993],[-72.55028989029749,41.77428949458373],[-72.5501888902648,41.77429349458773],[-72.54729988931896,41.77422449466671],[-72.54670588912605,41.7742374946882],[-72.54635288900948,41.77421149469447],[-72.54589388885874,41.774192494705446],[-72.54579188882514,41.77418649470755],[-72.54548588872436,41.77416849471384],[-72.54538388869076,41.77416249471595],[-72.54527488865482,41.774155494718066],[-72.54494788854718,41.77413749472503],[-72.54483888851131,41.77413149472736],[-72.54469188846201,41.77410749472742],[-72.54425288831489,41.77403749472791],[-72.54410688826597,41.77401449472813],[-72.54392688820529,41.773979494727115],[-72.54338788802357,41.77387449472403],[-72.54320888796326,41.77384049472317],[-72.54312188793382,41.773821494722284],[-72.54286188784597,41.773767494720154],[-72.54277588781696,41.77375049471961],[-72.54257988775117,41.77371749471949],[-72.54199488755481,41.77361849471904],[-72.5417998874894,41.77358649471909],[-72.54169388745393,41.773570494719365],[-72.54137788734818,41.77352249472018],[-72.54127288731308,41.773507494720654],[-72.54100788722394,41.77345949471984],[-72.54021288695672,41.77331849471794],[-72.5399478868677,41.77327249471752],[-72.53986488683954,41.77325349471651],[-72.5396168867556,41.77319949471399],[-72.5395348867279,41.77318249471332],[-72.53934188666257,41.77314049471135],[-72.53876288646663,41.77301449470549],[-72.5385698864013,41.77297249470353],[-72.53830088631027,41.77291349470073],[-72.53749488603741,41.77273749469242],[-72.53722688594672,41.772679494689775],[-72.53714988592056,41.772660494688566],[-72.5369208858428,41.772606494685434],[-72.53684488581702,41.77258849468438],[-72.53651988570735,41.7725234946822],[-72.5362148856045,41.77246349468035],[-72.53578988546437,41.77243649468869],[-72.5355338853809,41.772436494696876],[-72.53549388536793,41.77243749469833],[-72.535203885273,41.77243149470643],[-72.53484788515895,41.77246649472457],[-72.53412188492645,41.772540494762055],[-72.53378088481743,41.77257849478028],[-72.53342588470397,41.77261849479935],[-72.53337788468855,41.77262249480166],[-72.53323588464316,41.77263849480929],[-72.53318888462819,41.77264449481195]]]},"properties":{"name":5146,"geoid":"09003514600"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.53002488315563,41.764902493416024],[-72.53003688316741,41.76504049344232],[-72.53007288320278,41.76545549352142],[-72.53008588321494,41.76559449354789],[-72.53009988322592,41.765707493569295],[-72.53014288325942,41.76604949363406],[-72.53015788327082,41.766163493655604],[-72.53018788329648,41.76644249370861],[-72.53027788337342,41.76727849386737],[-72.53030888339947,41.76755849392053],[-72.53031788341079,41.76770549394867],[-72.53034688344547,41.768148494033404],[-72.53035688345716,41.7682964940617],[-72.53036788347117,41.76847949409674],[-72.53040288351379,41.76902749420157],[-72.5304148835282,41.769211494236764],[-72.53042588353757,41.76931349425613],[-72.53046088356658,41.76962249431477],[-72.53047288357637,41.769725494334295],[-72.53048188358551,41.769834494355095],[-72.53050988361343,41.77016449441799],[-72.53051988362296,41.770274494438944],[-72.53053588364105,41.77050049448213],[-72.5305848836957,41.77117949461184],[-72.53058788369867,41.77121449461852],[-72.53061788371927,41.77140449465429],[-72.53065888373966,41.771527494676775],[-72.53070188375891,41.77161949469318],[-72.53079788380205,41.771827494730324],[-72.53100088387885,41.77201349475981],[-72.53115488393556,41.77212749477693],[-72.53117288394216,41.77214049477887],[-72.53133588400289,41.77227349479939],[-72.53166188411669,41.772405494814485],[-72.53168888412613,41.772416494815765],[-72.53206388425295,41.77249649481925],[-72.53267188445415,41.77254849480989],[-72.53270788446589,41.772548494808746],[-72.53306088458109,41.772550494797855],[-72.53308588459026,41.772568494800545],[-72.53316288461862,41.772625494809105],[-72.53318888462819,41.77264449481195],[-72.53263088444693,41.772656494832084],[-72.53237488436379,41.77266249484142],[-72.531150883969,41.77273749489499],[-72.53096188390803,41.77274949490333],[-72.53063988380438,41.77277249491807],[-72.53040888373104,41.772807494932216],[-72.53029988369643,41.77282349493879],[-72.53026188368437,41.772829494941156],[-72.53000388360265,41.77287149495753],[-72.52982288354563,41.77290649497006],[-72.52967788350006,41.77293649498049],[-72.52959088347289,41.772957494987324],[-72.52933388339274,41.7730214950079],[-72.52924788336597,41.773043495014896],[-72.5291298833289,41.77306849502351],[-72.52900888329097,41.77309549503258],[-72.52878288322088,41.77315849505199],[-72.52866788318528,41.773191495062015],[-72.52853588314456,41.77323249507417],[-72.52814288302343,41.7733554951105],[-72.52801188298311,41.77339749512279],[-72.52729288276197,41.77363049519079],[-72.52599488236676,41.77412249532734],[-72.52568988227267,41.77421649535525],[-72.52561788225044,41.77423849536181],[-72.52466188195935,41.774600495462295],[-72.52465888195849,41.77460249546278],[-72.52442588188717,41.77468449548607],[-72.52361188163921,41.774990495571195],[-72.52334088155726,41.77510349560169],[-72.52281988139974,41.77532049566028],[-72.52152088100642,41.775851495804375],[-72.52153588101287,41.77587849580912],[-72.52151088100646,41.77590949581592],[-72.52059088072619,41.77625549591216],[-72.52034788065032,41.776314495931324],[-72.51979388047542,41.77641549596852],[-72.51967788043851,41.776431495975324],[-72.51932988032782,41.776480495995905],[-72.51921488029129,41.77649749600285],[-72.51896588021283,41.77654549602007],[-72.51822087997812,41.776689496071675],[-72.51797287990003,41.77673849608907],[-72.51776587983424,41.77676849610147],[-72.51714487963693,41.77685949613887],[-72.51693887957153,41.776890496151445],[-72.51689587954765,41.77671749611937],[-72.5168398795086,41.77635249605059],[-72.51659087933517,41.77473249574535],[-72.5165088792777,41.77419249564357],[-72.51645887924306,41.77387049558291],[-72.51631087913981,41.772904495400844],[-72.51626187910551,41.77258249534017],[-72.51624587909153,41.772428495310905],[-72.51619987905022,41.77196649522304],[-72.5161848790366,41.77181349519395],[-72.51617087902424,41.7716764951679],[-72.51613087898782,41.771265495089715],[-72.51611787897578,41.771128495063635],[-72.51609187895033,41.77083049500685],[-72.51601387887402,41.76993649483648],[-72.51598887884889,41.76963849477966],[-72.51596787882936,41.76941549473722],[-72.51590587877108,41.76874649460983],[-72.51588587875186,41.76852349456734],[-72.51586787873516,41.76833349453118],[-72.51581687868611,41.76776349442258],[-72.51579987866981,41.76757449438657],[-72.51578487865633,41.767423494357864],[-72.51574287861698,41.76697249427199],[-72.51572887860387,41.76682249424343],[-72.5157108785885,41.76665549421171],[-72.51565787854271,41.7661544941165],[-72.51564087852765,41.76598749408476],[-72.51561687850344,41.76569949402984],[-72.51554587843114,41.764835493865014],[-72.51552287840731,41.764548493810246],[-72.5159648785571,41.764648493815486],[-72.51618587863206,41.76469949381831],[-72.5167428788205,41.764819493823744],[-72.51706587892724,41.76484449381827],[-72.51730787900507,41.76482549380688],[-72.5177618791512,41.764792493786025],[-72.51790587919753,41.7647814937793],[-72.51829487932265,41.7647514937611],[-72.51989687983803,41.7646294936864],[-72.52043188001018,41.764589493661596],[-72.52089788015886,41.76453249363571],[-72.52113888023595,41.76450649362299],[-72.52129388028565,41.76449149361515],[-72.52187588047768,41.764531493604316],[-72.52220888058818,41.764565493600266],[-72.52235488063663,41.764580493598515],[-72.52303688085951,41.76458949357849],[-72.52326988093422,41.764567493566794],[-72.52397988116206,41.76450349353177],[-72.52474588140925,41.76445849349863],[-72.52515588154155,41.764434493480884],[-72.52613688185444,41.76431249342601],[-72.52642688195009,41.76433149342043],[-72.52674388205605,41.764377493419204],[-72.52697088213296,41.76442849342184],[-72.52702888215273,41.76444349342289],[-72.52777188240619,41.76464049343725],[-72.52795888246948,41.76468149343922],[-72.52851988265951,41.764806493445484],[-72.52870788272318,41.76484849344761],[-72.52897088280967,41.76486149344173],[-72.52959888301623,41.764893493427884],[-72.52976088306922,41.764896493423294],[-72.53002488315563,41.764902493416024]]]},"properties":{"name":5147,"geoid":"09003514700"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.51552287840731,41.764548493810246],[-72.51554587843114,41.764835493865014],[-72.51561687850344,41.76569949402984],[-72.51564087852765,41.76598749408476],[-72.51565787854271,41.7661544941165],[-72.5157108785885,41.76665549421171],[-72.51572887860387,41.76682249424343],[-72.51574287861698,41.76697249427199],[-72.51578487865633,41.767423494357864],[-72.51579987866981,41.76757449438657],[-72.51581687868611,41.76776349442258],[-72.51586787873516,41.76833349453118],[-72.51588587875186,41.76852349456734],[-72.51590587877108,41.76874649460983],[-72.51596787882936,41.76941549473722],[-72.51598887884889,41.76963849477966],[-72.51601387887402,41.76993649483648],[-72.51609187895033,41.77083049500685],[-72.51611787897578,41.771128495063635],[-72.51613087898782,41.771265495089715],[-72.51617087902424,41.7716764951679],[-72.5161848790366,41.77181349519395],[-72.51619987905022,41.77196649522304],[-72.51624587909153,41.772428495310905],[-72.51626187910551,41.77258249534017],[-72.51631087913981,41.772904495400844],[-72.51645887924306,41.77387049558291],[-72.5165088792777,41.77419249564357],[-72.51659087933517,41.77473249574535],[-72.5168398795086,41.77635249605059],[-72.51689587954765,41.77671749611937],[-72.51693887957153,41.776890496151445],[-72.51671487950024,41.77692149616459],[-72.51604287928636,41.77701349620381],[-72.51581987921546,41.77704549621712],[-72.51557887913893,41.77708149623176],[-72.51485887891036,41.77719049627581],[-72.51461887883421,41.77722749629061],[-72.51451087879968,41.77723949629639],[-72.51418687869612,41.77727649631387],[-72.51407987866199,41.77728949631978],[-72.5139378786167,41.7773074963278],[-72.51351387848163,41.77736349635216],[-72.51337287843673,41.77738249636031],[-72.51326987840388,41.77739549636613],[-72.51296087830539,41.7774354963837],[-72.51285887827294,41.77744949638968],[-72.51272987823161,41.77746249639631],[-72.51234387810797,41.77750149641616],[-72.51221587806702,41.77751549642294],[-72.51210887803286,41.77752849642888],[-72.511964877987,41.777547496437144],[-72.51121287774724,41.777643496479676],[-72.5109628776676,41.77767649649404],[-72.50885487699348,41.77790949660631],[-72.50864687692643,41.77792349661565],[-72.508213876789,41.77798949664223],[-72.50802387672876,41.778019496654096],[-72.50768487662418,41.778124496685194],[-72.50708387644202,41.77836749675133],[-72.50688487638249,41.77846149677586],[-72.5067048763292,41.778556496799965],[-72.50646987621631,41.777919496684326],[-72.50617387607186,41.777077496530964],[-72.5061008760315,41.77678649647704],[-72.50612787603546,41.776701496459765],[-72.50514287569537,41.776369496426966],[-72.50518287570152,41.776248496402296],[-72.50518087567737,41.77583549632252],[-72.50518987567109,41.775673496290906],[-72.50509387559592,41.7749024961449],[-72.50505487556869,41.77464749609685],[-72.50493887548745,41.77388449595303],[-72.5049008754606,41.773630495905124],[-72.50489987545697,41.77357249589394],[-72.50489687544622,41.77340049586078],[-72.50489587544264,41.77334349584979],[-72.50491187544091,41.773221495825695],[-72.50495987543586,41.77285749575379],[-72.50497687543452,41.772736495729845],[-72.50503287544142,41.772536495689394],[-72.50520287546281,41.77193849556835],[-72.50525987547007,41.77173949552804],[-72.50531587547724,41.771544495488556],[-72.50548387549874,41.77095949537009],[-72.50554087550628,41.77076549533076],[-72.50556587550209,41.77054849528799],[-72.50556787550184,41.77053249528484],[-72.50547487543557,41.76990049516561],[-72.50544387541322,41.769685495125024],[-72.5054188753946,41.76950149509024],[-72.50534387533885,41.76895149498629],[-72.50531987532061,41.76876849495166],[-72.50530787530886,41.768630494925354],[-72.5052738752744,41.76821949484696],[-72.50526287526301,41.76808249482083],[-72.50524487523649,41.7677194947512],[-72.50519287515765,41.766631494542445],[-72.50518587514604,41.766467494510955],[-72.50509187510545,41.76629249448011],[-72.50502387507599,41.76616449445752],[-72.50498087505777,41.76609049444459],[-72.50482287499058,41.76581549439644],[-72.5046878749298,41.76552049434372],[-72.5046798749244,41.76547149433449],[-72.50464487490008,41.7652444942917],[-72.50462687489103,41.765188494281446],[-72.5045738748643,41.76502249425103],[-72.50455687485564,41.76496749424094],[-72.50454787485118,41.764940494235994],[-72.50452387483872,41.76485949422111],[-72.50451587483465,41.76483349421632],[-72.5045028748281,41.76479249420883],[-72.50446587480918,41.76467249418679],[-72.50445387480299,41.76463249417944],[-72.50477987490491,41.76455549415416],[-72.5047858749067,41.764552494153385],[-72.50539687509574,41.76437349409929],[-72.50577587521404,41.76428049406921],[-72.50610887531806,41.76420049404313],[-72.50643087542055,41.76415649402437],[-72.50683087554795,41.764103494001354],[-72.5073978757285,41.764027493968584],[-72.50772087583138,41.76398449394997],[-72.50773987583734,41.76398049394859],[-72.50779887585612,41.76397249394516],[-72.50781887586254,41.76397049394413],[-72.50791487589298,41.76395549393817],[-72.50820587598542,41.76391249392058],[-72.50830387601657,41.76389849391475],[-72.50856287609903,41.76386349389973],[-72.5089788762315,41.763807493875625],[-72.50904887625367,41.76379649387127],[-72.51054387672805,41.76356649377912],[-72.51100087687428,41.76351749375507],[-72.511286876967,41.76350849374421],[-72.5113878769998,41.76350649374061],[-72.51179487713532,41.7635554937371],[-72.51202987721534,41.76361549374121],[-72.51228587730239,41.763678493745246],[-72.51305687756464,41.76386949375758],[-72.51331387765208,41.763933493761776],[-72.5137548778028,41.7640554937713],[-72.51508087825613,41.76442449380036],[-72.51552287840731,41.764548493810246]]]},"properties":{"name":5148,"geoid":"09003514800"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.61384890838015,41.728131483623756],[-72.61311590814731,41.728236483667544],[-72.61091690744892,41.72855348379927],[-72.61018490721645,41.728659483843224],[-72.60395190523128,41.729461484197905],[-72.60043390412066,41.7300874844316],[-72.59776990327964,41.73056148460855],[-72.59585890266993,41.73078948471382],[-72.59580390265236,41.73079548471673],[-72.58990890077156,41.73149948504152],[-72.5879439001447,41.731735485150026],[-72.58766690005596,41.7317624851641],[-72.58683589978979,41.73184348520634],[-72.58676989976867,41.73185048520981],[-72.58666989973666,41.73186048521494],[-72.58655889970089,41.73186748521987],[-72.58651089968542,41.731870485221975],[-72.58544589934687,41.73201948528485],[-72.58434289899586,41.732167485348754],[-72.58005789763243,41.7327454855976],[-72.57922589736773,41.73285848564606],[-72.5776968968812,41.73306448573479],[-72.57548189617647,41.733364485863646],[-72.575196896085,41.7333894858776],[-72.57434389581135,41.73346548591957],[-72.57405989572028,41.733491485933676],[-72.57406289571739,41.73342348592042],[-72.57406689571454,41.733350485906165],[-72.57407789571084,41.73322248588104],[-72.57408389570904,41.73315648586808],[-72.5741068957117,41.73307148585089],[-72.57411789571316,41.73303448584338],[-72.57416489571615,41.73281848580011],[-72.57416489571605,41.732816485799695],[-72.57419489572116,41.732734485782885],[-72.57421589572442,41.73267148577002],[-72.57424989573015,41.73257748575074],[-72.57430689574427,41.73249948573382],[-72.57434689575435,41.73244748572249],[-72.57461089583185,41.73229748568503],[-72.57499689594727,41.73211548563747],[-72.57511889598383,41.732059485622734],[-72.57555889611184,41.73178948555643],[-72.57653189638432,41.73100648537381],[-72.57676089644852,41.73082348533108],[-72.57733089660825,41.73036648522442],[-72.57747289664802,41.73025248519783],[-72.57759689668279,41.73015348517469],[-72.57802189680226,41.72981948509649],[-72.578432896922,41.72957048503519],[-72.5786048969722,41.72946748500974],[-72.5787178970043,41.729384484990064],[-72.57912489712547,41.72918348493817],[-72.57914589713133,41.729166484934204],[-72.5794968972304,41.72889748487092],[-72.58018389741272,41.72816848470789],[-72.58051489750068,41.727818484629594],[-72.58062589753052,41.727707484604565],[-72.58071389755374,41.72761148458315],[-72.58123189769091,41.72705648445921],[-72.58131189771332,41.72699248444427],[-72.58153689777652,41.72681448440262],[-72.58151389776417,41.72672948438691],[-72.5814858977473,41.72659348436148],[-72.58146789773619,41.726501484344254],[-72.58138489768882,41.72614448427781],[-72.581313897654,41.72593948424042],[-72.58123989761776,41.725726484201566],[-72.58090989746209,41.72488148404857],[-72.58062889732935,41.724158483917634],[-72.58015689709543,41.72275148366041],[-72.57998389701486,41.72232648358368],[-72.57964289685596,41.721487483432185],[-72.57960189683806,41.721407483418005],[-72.57952589680468,41.72125648339121],[-72.57948489678625,41.7211674833753],[-72.57944789676966,41.721087483361],[-72.57910789662844,41.72055348326851],[-72.57903389659774,41.72043748324842],[-72.57855889641814,41.72000148317921],[-72.57789589617438,41.71951448310614],[-72.57763989608276,41.71937048308643],[-72.57731289596573,41.71918648306128],[-72.5772538959393,41.71905948303858],[-72.57718389591113,41.718965483022615],[-72.57712689588897,41.718902483012236],[-72.57708589587304,41.71885748300484],[-72.57691589581287,41.71877348299402],[-72.57684089578632,41.718736482989264],[-72.57649889566521,41.718566482967276],[-72.57642389563873,41.718530482962706],[-72.57621389556455,41.71842948294988],[-72.57613089553095,41.71831448293026],[-72.57597289544782,41.717758482827676],[-72.5757918953661,41.717358482756026],[-72.57560089527979,41.71693548268024],[-72.57558289527402,41.71693748268121],[-72.57553189525775,41.716943482684],[-72.57551489525238,41.716946482685124],[-72.57346189459889,41.71721848280338],[-72.572704894358,41.7173194828471],[-72.57198089412748,41.71741448288862],[-72.57131289391471,41.71750048292662],[-72.56931089327709,41.7177594830407],[-72.5686438930647,41.71784648307884],[-72.56737089265928,41.71801148315142],[-72.56609089225164,41.71817748322446],[-72.56542089203526,41.718211483252425],[-72.5647138918039,41.718194483271716],[-72.56353789141414,41.718079483287],[-72.56322789131143,41.7180494832911],[-72.56267689112875,41.71799448329803],[-72.56225989099111,41.71796348330536],[-72.56118989063322,41.71780148330816],[-72.56087489052784,41.71775348330893],[-72.56046389039057,41.71769448331064],[-72.56035289032538,41.71718448321545],[-72.56006189015133,41.715791482955055],[-72.55873888939404,41.710054481886566],[-72.55851788927609,41.70924648173717],[-72.55841088922038,41.70887948166952],[-72.55841788921225,41.70869648163386],[-72.55845488921203,41.70848048159086],[-72.5585498892326,41.7082974815524],[-72.55887188930812,41.70778048144201],[-72.56080488976174,41.70468048078001],[-72.56116588984658,41.70410348065677],[-72.56120888983018,41.70356848055178],[-72.56079588968954,41.70346148054425],[-72.56068688965243,41.703433480542294],[-72.56004388943145,41.703231480523705],[-72.559834889353,41.70304948049512],[-72.55968788929728,41.70291148047308],[-72.55967988929412,41.702901480471404],[-72.55954088923869,41.70272348044139],[-72.55946288920289,41.70254048040843],[-72.55903888900865,41.701553480230814],[-72.55892488895849,41.701324480190124],[-72.55843188874161,41.70033448001409],[-72.55814288862082,41.69986547993249],[-72.55788988852237,41.699583479885945],[-72.55720088827425,41.69916747982737],[-72.5565548880457,41.69884947978638],[-72.55621288792705,41.698722479772705],[-72.55615288790655,41.69870547977132],[-72.55582288779368,41.69861147976364],[-72.55555788770398,41.69855247976068],[-72.55516888757651,41.69853947977055],[-72.55489888748893,41.69854647978053],[-72.55484488747175,41.69855347978361],[-72.55484088745902,41.69835247974481],[-72.55483588743701,41.69799347967543],[-72.5548328874259,41.69781547964106],[-72.5548308874215,41.69774947962834],[-72.55482788740919,41.69754947958971],[-72.55489388743149,41.6975634795903],[-72.55708488817673,41.6981164796275],[-72.55782588842861,41.69830047963951],[-72.56005888918769,41.69885547967574],[-72.56224388993151,41.69941747971484],[-72.56416689058474,41.69988747974449],[-72.56474689078259,41.7000434797562],[-72.56502289087676,41.70011847976192],[-72.5662478912989,41.700523479801234],[-72.56675889147857,41.700755479829866],[-72.56698089155671,41.700857479842526],[-72.5674138917108,41.70108647987305],[-72.56820489199539,41.7015594799394],[-72.56890689225281,41.70206448001479],[-72.56934489241638,41.70243148007186],[-72.56953289248655,41.702588480096274],[-72.56957589250263,41.70262448010187],[-72.56988589261881,41.70289148014367],[-72.57009289269637,41.703069480171536],[-72.57027989276644,41.70323048019675],[-72.5707048929265,41.70361048025676],[-72.57076189294764,41.703655480263656],[-72.57198189340092,41.704636480414656],[-72.5722988935145,41.70481748043958],[-72.57285789371475,41.705136480483496],[-72.57310289380084,41.705246480496974],[-72.57361689398155,41.705479480525675],[-72.57384489406068,41.70556448053486],[-72.57409789414845,41.70565848054497],[-72.57470389435869,41.7058834805692],[-72.57594089478408,41.70627648060577],[-72.57602289481233,41.70630348060838],[-72.57949389600732,41.707430480715736],[-72.58029889628473,41.7076964807415],[-72.5814528966864,41.708147480791936],[-72.58146289668987,41.708151480792395],[-72.58217089693926,41.70848048083349],[-72.58319189730383,41.70904148090947],[-72.58329089733917,41.70909548091676],[-72.58362389745871,41.709289480943674],[-72.58491789792309,41.71004148104792],[-72.58504089796727,41.71011348105792],[-72.58535289807878,41.710286481081454],[-72.5855878981633,41.71042648110104],[-72.5856868981988,41.710483481108916],[-72.58669289855986,41.71106848119002],[-72.5870288986805,41.71126448121723],[-72.58779789895648,41.711711481279174],[-72.58781489896259,41.71172148128056],[-72.5890958994143,41.71232448135637],[-72.58963089960102,41.712542481381455],[-72.59025489981606,41.71274848140139],[-72.59064389995015,41.71287748141392],[-72.59097290006261,41.7129704814214],[-72.5911069001085,41.71300948142467],[-72.59117790013283,41.713030481426465],[-72.59139190020632,41.71309648143241],[-72.59146390023102,41.713118481434364],[-72.59159090027462,41.71315748143786],[-72.59197190040548,41.713275481448505],[-72.59209990044945,41.71331548145216],[-72.59273390066615,41.71349348146636],[-72.59377790102305,41.71378748148987],[-72.59462690131504,41.71405748151499],[-72.59525490153104,41.71425748153363],[-72.59563090165894,41.71435248154],[-72.5957859017121,41.714399481544135],[-72.5973599022523,41.7148794815867],[-72.59736590225435,41.714881481586914],[-72.59789190243518,41.715047481602205],[-72.59839990261214,41.71524848162489],[-72.59860490268356,41.715329481633994],[-72.59900790282558,41.7155174816575],[-72.59977790310225,41.71597048172056],[-72.59984490312692,41.7160204817281],[-72.60028290328843,41.71635048177796],[-72.6006439034272,41.71672148183823],[-72.6009729035537,41.71706048189332],[-72.60151390376274,41.71763548198731],[-72.60172590384343,41.71783948202],[-72.60209990398585,41.718200482077904],[-72.60230290406184,41.718373482104894],[-72.60291190428991,41.71889348218606],[-72.60301890432994,41.71898448220025],[-72.60311590436629,41.71906748221321],[-72.60366790456835,41.71945748227104],[-72.60532490517502,41.72062948244485],[-72.60536590519004,41.720658482449146],[-72.60582290536347,41.72108848251775],[-72.60617490549885,41.72145148257672],[-72.60636290557059,41.72163548260631],[-72.60726290592311,41.72267548277879],[-72.60763890606987,41.723100482849006],[-72.60817190627847,41.72371348295057],[-72.60850190640657,41.72407448300987],[-72.60894890658113,41.72458148309368],[-72.60900590660347,41.72464748310462],[-72.60905790662406,41.72471148311534],[-72.60911090664413,41.72476048312313],[-72.60996590697539,41.72568448327457],[-72.61069290724723,41.72629748336992],[-72.61105090737983,41.726577483412626],[-72.61238190785909,41.72737648352462],[-72.61384890838015,41.728131483623756]]]},"properties":{"name":5203.01,"geoid":"09003520301"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.50863789143848,42.0311435454092],[-72.50809689109252,42.02821254486362],[-72.50692589034341,42.02186154368122],[-72.50647589005567,42.019422543227094],[-72.50646789005029,42.01937454321812],[-72.50593688971054,42.01649254268145],[-72.50593588970987,42.01648654268033],[-72.50611688976717,42.01645454266836],[-72.50665488993663,42.016344542629994],[-72.50748589019646,42.016141542564334],[-72.5085898905418,42.015874542477626],[-72.51149389144956,42.015161542247476],[-72.51211789164434,42.01500354219711],[-72.51366089212615,42.014616542073256],[-72.51384489218547,42.014602542064665],[-72.51439789236386,42.014562542039236],[-72.51458289242355,42.01454954203081],[-72.51483489250404,42.01451754201656],[-72.51548789271436,42.014464541985426],[-72.51656689306195,42.0143785419343],[-72.51820889359284,42.014281541862985],[-72.5182188935961,42.01428154186266],[-72.51903989386032,42.01421154182285],[-72.51906089386708,42.01420954182181],[-72.51909289387741,42.01420754182041],[-72.51911489388449,42.0142055418193],[-72.51929789394329,42.01418854181016],[-72.52023089424345,42.01410754176468],[-72.52119389455338,42.014025541718006],[-72.52230889491345,42.013952541668196],[-72.52358289532422,42.013857541609056],[-72.52437089557834,42.01379954157261],[-72.52470089568492,42.013777541557815],[-72.52424589542208,42.01179954119236],[-72.52388089521084,42.010205540897786],[-72.52378389515188,42.00973254081002],[-72.52362589505617,42.0089685406683],[-72.52338189491006,42.00781754045493],[-72.52292689464828,42.005856540092694],[-72.52246989438494,42.003879539727414],[-72.52279789448951,42.00383453970826],[-72.52285689450837,42.003827539705],[-72.52377889480121,42.00368253964756],[-72.52410589490512,42.00363153962727],[-72.5242738949585,42.00360553961687],[-72.52537089530796,42.00345053955189],[-72.52916789651755,42.002915539327226],[-72.52954389663736,42.002863539305146],[-72.53043889692476,42.002776539259706],[-72.53107189712665,42.00269153922304],[-72.5315858972911,42.002631539195036],[-72.53241789755735,42.00253553914988],[-72.53314889778963,42.00242253910468],[-72.53432789816272,42.00221353902667],[-72.53483789832524,42.00214253899665],[-72.53501789838272,42.00211953898646],[-72.53616589874954,42.00197753892231],[-72.53675789893866,42.00190353888908],[-72.53757789920073,42.00180253884334],[-72.53853589950721,42.00169053879106],[-72.53912889969693,42.00162153875876],[-72.5393428997654,42.00159653874709],[-72.5395878998439,42.00156953873402],[-72.54055790015468,42.00146453868269],[-72.54096890028681,42.0014275386624],[-72.54143090043543,42.00138753863987],[-72.54420390132165,42.001047538485466],[-72.54672990212903,42.00073953834515],[-72.54791490250929,42.00062153828441],[-72.5521669038673,42.00008553804479],[-72.55252490398146,42.00003753802407],[-72.5527529040542,42.000007538010976],[-72.5533359042392,41.99991353797419],[-72.55386090440413,41.9997995379354],[-72.55442790458262,41.99968353789488],[-72.5546869046651,41.999646537879464],[-72.55496390475494,41.999635537868436],[-72.55528290485972,41.99964553786012],[-72.55541190490203,41.999648537856544],[-72.55584990504644,41.999671537846886],[-72.55623190517174,41.99968053783634],[-72.55655190527621,41.99967953782587],[-72.55694490540643,41.999711537819394],[-72.55755290560786,41.99976053780927],[-72.55765190566277,42.00015153788124],[-72.55835490601481,42.00227053826585],[-72.55841990604893,42.00249353830661],[-72.55861690615193,42.00316253842884],[-72.55868290618636,42.00338553846958],[-72.55874590621937,42.00360053850886],[-72.55893490631838,42.004245538626726],[-72.5589989063517,42.00446053866599],[-72.5590329063905,42.004939538756936],[-72.55913790650781,42.006376539029674],[-72.55917290654699,42.006856539120776],[-72.5592259066169,42.00776653929391],[-72.55929690670904,42.00895953952084],[-72.55933590674759,42.009406539605486],[-72.55936790682127,42.01050053981464],[-72.55936890682317,42.0105275398198],[-72.55936090684513,42.01095253990169],[-72.5593409068557,42.01124853995922],[-72.55932090685859,42.01141153999117],[-72.55916490685536,42.01223754015487],[-72.5591279068934,42.01310454032262],[-72.5591369069057,42.013266540353456],[-72.55916590694339,42.013754540446264],[-72.55917590695609,42.01391754047726],[-72.55919990697367,42.014086540508956],[-72.55927490702756,42.01459454060413],[-72.55929990704554,42.01476454063599],[-72.55933490708496,42.01524854072785],[-72.55934290711112,42.01565554080576],[-72.55932690714214,42.01628254092671],[-72.55933490715822,42.01651554097122],[-72.55934290716321,42.01655654097883],[-72.55936790717854,42.01668054100186],[-72.55946990722198,42.0168555410322],[-72.56048790766275,42.018726541358866],[-72.56056990770081,42.01892154139368],[-72.56062490773017,42.01911854142975],[-72.56064590774744,42.01929854146364],[-72.56051890774407,42.01995754159431],[-72.5602969077382,42.021110541822914],[-72.56021290773823,42.02158554191685],[-72.55990190773889,42.02335354226641],[-72.55983890772329,42.023439542284954],[-72.55979990771525,42.02352054230176],[-72.55975490771574,42.02378354235372],[-72.55958590771895,42.02479354255312],[-72.55958690773878,42.025130542617816],[-72.55958890774122,42.02516154262371],[-72.55961490777095,42.02552854269336],[-72.55962990778134,42.02562354271111],[-72.55968390780991,42.02581254274569],[-72.55980190788091,42.02637354284962],[-72.55985390791209,42.026618542895],[-72.56000090799425,42.027208543003574],[-72.56029790817361,42.02863154326728],[-72.56045590826892,42.02938654340719],[-72.56052590831014,42.029703543465814],[-72.56073790843449,42.0306555436418],[-72.56080890847609,42.03097354370057],[-72.5609059085297,42.03135254377023],[-72.56089190852757,42.03139454377875],[-72.56099590856613,42.03147354379056],[-72.55995190822779,42.03152154383337],[-72.55943490806195,42.03157454386018],[-72.55323090607126,42.032203544180476],[-72.55301090600042,42.032221544190996],[-72.54124790221377,42.033205544758076],[-72.54105890215287,42.03322054476703],[-72.54087090209232,42.033235544775955],[-72.54087090209238,42.03323654477613],[-72.53930390158797,42.03336854485185],[-72.53665090073379,42.03358854497934],[-72.53594090050531,42.03364954501386],[-72.53157589910008,42.03401454522417],[-72.5308898988792,42.03407154525716],[-72.5288318982167,42.034244545356486],[-72.52814689799618,42.034302545389615],[-72.52813089799102,42.03430354539033],[-72.52743989776522,42.03430354541252],[-72.52532089707276,42.034303545480576],[-72.52461489684207,42.03430354550324],[-72.52370389654438,42.034303545532495],[-72.52097389565223,42.034303545620155],[-72.52023289541009,42.03430354564394],[-72.52006389535521,42.03430954565052],[-72.51947889516518,42.03432954567314],[-72.51772389459515,42.034389545741],[-72.51733089446752,42.0344035457563],[-72.51713989440476,42.03439754576128],[-72.51554989388227,42.03434754580272],[-72.51078189231548,42.03419854592712],[-72.50919289179339,42.03414954596871],[-72.50908189172235,42.033547545856656],[-72.50874889150944,42.031744545521065],[-72.50863789143848,42.0311435454092]]]},"properties":{"name":5243,"geoid":"09003524300"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.67587092316225,41.633103463229936],[-72.67565092312746,41.63375046336243],[-72.67555692311646,41.634094463432156],[-72.6755549231165,41.634106463434556],[-72.67550192311978,41.634467463506255],[-72.67548992313108,41.63473446355842],[-72.67550692315267,41.635016463612544],[-72.67554392318497,41.635372463680376],[-72.67560392322125,41.635666463735475],[-72.67586292336446,41.63670146392788],[-72.67598592343326,41.637206464021844],[-72.67623492357261,41.63823046421242],[-72.67637092365298,41.63886446433099],[-72.67677892389428,41.64076946468725],[-72.6769149239747,41.641404464806],[-72.67697692401033,41.64167546485656],[-72.67716592411821,41.64248946500832],[-72.67722992415453,41.642761465058996],[-72.67725592416933,41.64287246507968],[-72.67729892419379,41.64305646511398],[-72.67733392421373,41.64320646514192],[-72.67735992422858,41.64331846516282],[-72.67741492426198,41.64359046521377],[-72.67758292436315,41.644406465366586],[-72.67763892439693,41.64467946541772],[-72.6776919244283,41.64492746546409],[-72.67785092452255,41.64567346560363],[-72.67790392455399,41.64592246565019],[-72.67792992456917,41.64604046567223],[-72.67801092461589,41.646397465738836],[-72.67803792463147,41.646516465761046],[-72.67817792471251,41.647139465877316],[-72.67859492495305,41.64897846622043],[-72.6786049249579,41.64900646622552],[-72.67883292506619,41.64960446633413],[-72.6788979250963,41.649761466362484],[-72.67893492511261,41.64983646637584],[-72.67910192518625,41.65017446643599],[-72.67925892525751,41.65052846649957],[-72.67927492526478,41.65056446650603],[-72.67937992530973,41.65075346653931],[-72.67939892532002,41.650825466552654],[-72.67944492534487,41.65099846658471],[-72.67945492535078,41.6510454665935],[-72.6794709253602,41.651119466607334],[-72.67964592546407,41.651942466761234],[-72.67970792550089,41.652234466815855],[-72.67972392551307,41.65235646683899],[-72.67976192553485,41.65252146686974],[-72.67996492565919,41.65354346706131],[-72.67999392568738,41.653872467124145],[-72.67993592570042,41.65443246723456],[-72.6799019257085,41.65476846730076],[-72.67982592570195,41.65508746736501],[-72.67979192570073,41.65526046739962],[-72.67967692567852,41.655527467455066],[-72.67946992563725,41.65598546755045],[-72.6787419254763,41.65731946783232],[-72.67846392543237,41.658136467999576],[-72.67845292543176,41.65818846801],[-72.67841592542496,41.658280468029005],[-72.6784029254287,41.658420468056555],[-72.67839792543823,41.658616468094706],[-72.67840192547405,41.65922146821181],[-72.67859792560684,41.66043146844002],[-72.67861392561792,41.66053446845945],[-72.67866492565219,41.660844468517894],[-72.67868192566365,41.660948468537505],[-72.6787419257079,41.661381468619474],[-72.67884192577236,41.661941468724784],[-72.6788579257863,41.66209446875392],[-72.67873492577837,41.66265746886695],[-72.67860392575317,41.66296346893044],[-72.67837492570193,41.66337246901705],[-72.67776592554057,41.664019469161936],[-72.67730992541594,41.66443746925756],[-72.67681492528358,41.66494246937127],[-72.67640192517233,41.66534946946338],[-72.67516292483863,41.666571469739864],[-72.67475092472776,41.666979469832135],[-72.67469292471104,41.66701746984137],[-72.67452092466168,41.66713346986934],[-72.67446392464534,41.66717246987872],[-72.67443992463842,41.667188469882596],[-72.67424492458146,41.667302469910936],[-72.67410092453942,41.667387469932024],[-72.67398592450586,41.667455469948884],[-72.67344292434872,41.667800470033136],[-72.67302392422651,41.66804947009481],[-72.67266192412102,41.66826647014846],[-72.67240292404524,41.66841647018583],[-72.66994092332833,41.66990147055246],[-72.66982692329458,41.66996047056756],[-72.66971492326273,41.67004147058683],[-72.66942992318162,41.67024647063568],[-72.66911292309015,41.670452470685746],[-72.66848992291217,41.6708884707902],[-72.66774392270509,41.67151647093578],[-72.66737492260987,41.67195347103227],[-72.66719992256587,41.67218147108205],[-72.66707592253931,41.67242347113291],[-72.66697092251799,41.67264947118006],[-72.66652192248405,41.67461747157569],[-72.66629092247076,41.67570347179347],[-72.66626392247007,41.675845471821845],[-72.66618692246946,41.676274471907405],[-72.66616192246954,41.67641847193611],[-72.66606092245968,41.676822472017605],[-72.66599692245583,41.677120472077384],[-72.66570192243935,41.678515472357056],[-72.6655389224274,41.679236472501934],[-72.66538092241618,41.679941472643556],[-72.66537492241524,41.679959472647234],[-72.66536092241392,41.68001647265873],[-72.66535592241337,41.68003547266255],[-72.66535192241288,41.6800494726654],[-72.66534092241172,41.68009147267388],[-72.66533792241157,41.6801064726769],[-72.66493792229075,41.68027147272167],[-72.66374092192925,41.68076747285612],[-72.66334192180881,41.680933472901074],[-72.66188992135612,41.68128647301599],[-72.66035592086976,41.68151747310989],[-72.66009492079242,41.681651473144214],[-72.65931392056113,41.682055473247516],[-72.65905392048418,41.68219047328196],[-72.65905392047985,41.682114473267255],[-72.65905292047798,41.68208747326206],[-72.65904992045955,41.68178147320289],[-72.6590489204534,41.68167947318316],[-72.65904792045023,41.681629473173516],[-72.65904592044102,41.68147947314452],[-72.65904592043822,41.68143047313502],[-72.65905792040597,41.680796473011846],[-72.65909692031015,41.67889347264199],[-72.6591099202783,41.678260472518964],[-72.6590769202421,41.67781447243361],[-72.65904192020325,41.67733247234138],[-72.65897892013936,41.67657247219616],[-72.65896392012932,41.67648147217903],[-72.65889692008236,41.676040472095764],[-72.65885492006286,41.67593847207734],[-72.65872892000439,41.675632472022095],[-72.65868791998527,41.67553147200383],[-72.65866191997327,41.67546947199266],[-72.65858391993739,41.675285471959526],[-72.65855891992577,41.6752244719485],[-72.6585249199098,41.67513847193293],[-72.6584239198622,41.67488047188619],[-72.65839091984655,41.674794471870584],[-72.6583809198418,41.67476847186588],[-72.6583509198276,41.67469047185172],[-72.6583409198229,41.67466547184719],[-72.65821691976434,41.67434647178938],[-72.65805291968697,41.67392547171306],[-72.65784991959025,41.67338847161554],[-72.65783091958114,41.673337471606274],[-72.65770491952549,41.67308047156051],[-72.65741491942808,41.67302847155974],[-72.65654491913595,41.67287347155759],[-72.65625591903895,41.672822471556955],[-72.65588191891335,41.67275547155596],[-72.65476191853725,41.672555471553096],[-72.65438891841204,41.672489471552275],[-72.65394191826195,41.672409471551084],[-72.65260291781237,41.67217147154786],[-72.65215691766264,41.672092471546854],[-72.65173991752258,41.67201747154567],[-72.65063691715224,41.67182147154305],[-72.6504909171035,41.671800471543634],[-72.65007291696398,41.671740471545405],[-72.65001991694638,41.67173447154595],[-72.64986091689363,41.67171747154774],[-72.64980891687641,41.67171247154843],[-72.64953391678966,41.67176147156673],[-72.64928391671083,41.67180647158346],[-72.64871791653421,41.67194147162773],[-72.64844691644973,41.67200747164922],[-72.64813791635235,41.672064471670154],[-72.64721291606106,41.672238471733486],[-72.64690491596409,41.672296471754585],[-72.6465439158157,41.671755471661335],[-72.6464899157933,41.67167047164659],[-72.64598491558361,41.67087647150893],[-72.64572091547355,41.67045347143544],[-72.64567991545752,41.67040647142763],[-72.64526491528686,41.66978247132002],[-72.64505191519916,41.669460471264436],[-72.64484191511387,41.669163471213615],[-72.64469891505213,41.668897471166666],[-72.64428991488445,41.668291471062325],[-72.64423991486396,41.66821747104959],[-72.64395691474328,41.66771647096159],[-72.64376891465696,41.667275470882146],[-72.64308891433133,41.6654454705493],[-72.64272991415937,41.664478470373425],[-72.64280691418388,41.664468470369],[-72.64303791425732,41.6644374703556],[-72.64311591428222,41.66442847035136],[-72.64304491424093,41.664109470291805],[-72.6430289142314,41.664033470277616],[-72.64276891407945,41.662851470056864],[-72.64268291402902,41.66245746998325],[-72.64258491397183,41.66201346990035],[-72.64229391380127,41.66068146965152],[-72.64229391380115,41.660679469651136],[-72.64221891375135,41.66023346956709],[-72.64231191378111,41.660224469562365],[-72.64259091387041,41.66019746954821],[-72.64268491390057,41.66018946954365],[-72.64292791397834,41.66016546953123],[-72.64365691421158,41.66009346949393],[-72.64390091428973,41.66007046948167],[-72.64397491431353,41.660065469478326],[-72.64419891438568,41.660051469468435],[-72.64427391440987,41.66004746946526],[-72.64421191435689,41.65947146935562],[-72.64402891419896,41.65774346902657],[-72.64396791414637,41.65716846891707],[-72.64398791415196,41.65715246891334],[-72.64414291419675,41.657052468888985],[-72.6442069142153,41.65701246887919],[-72.64435991426119,41.65694346886092],[-72.6447299143751,41.65682846882678],[-72.6448959144263,41.65677846881177],[-72.64492691443522,41.65675746880671],[-72.64486391438369,41.65621246870308],[-72.64467691422975,41.65457746839217],[-72.64461491417853,41.654032468288506],[-72.64455991416092,41.65403746829125],[-72.64439691410888,41.65405546829995],[-72.64434291409164,41.65406146830283],[-72.64421091404941,41.65407446830959],[-72.64381491392291,41.6541174683306],[-72.64368391388112,41.65413246833768],[-72.64317791371802,41.654161468359504],[-72.6430899136895,41.65416346836271],[-72.64239591346467,41.6541834683888],[-72.64130891311218,41.654208468428436],[-72.64071591291997,41.654223468450326],[-72.6407249129205,41.654181468441905],[-72.64075491292306,41.65405446841631],[-72.64076491292397,41.65401346840804],[-72.6408339129329,41.653775468359704],[-72.64098991295324,41.653240468251],[-72.64102591295458,41.653057468214364],[-72.64107591295708,41.652815468165855],[-72.64122291297899,41.65235946807276],[-72.64129591299013,41.65213746802739],[-72.64153991304045,41.65162546792035],[-72.64172091308514,41.65137546786609],[-72.6418359131136,41.65121746783178],[-72.64189891312932,41.65113346781347],[-72.64191791313432,41.6511124678088],[-72.64224691322164,41.65076446773082],[-72.64238591325994,41.65064246770271],[-72.64257691331258,41.65047446766403],[-72.64283391338357,41.65025146761257],[-72.64311891345889,41.64994446754394],[-72.64312191345964,41.64994046754306],[-72.64328091350009,41.6497414674994],[-72.64354591357012,41.64945546743546],[-72.64409391370312,41.648657467263234],[-72.64471991382534,41.64722346696519],[-72.64490591385875,41.64674646686678],[-72.64494291386615,41.64666446684969],[-72.64551591399189,41.645595466624094],[-72.64558791400616,41.64543446659058],[-72.6460419141055,41.64458246641087],[-72.64636891417703,41.64396846628135],[-72.64649691420398,41.64370946622704],[-72.6469379142975,41.64282946604229],[-72.64710091431786,41.642254465925596],[-72.64725691434026,41.641755465823856],[-72.64754591438201,41.64083546563622],[-72.64772491440759,41.640260465518985],[-72.64788191443037,41.63976246541741],[-72.64806891446135,41.639236465309416],[-72.64833391450547,41.63849546515725],[-72.64863991455721,41.63765346498419],[-72.6486499145591,41.63762946497922],[-72.64876491456673,41.63710546487391],[-72.64914891468958,41.63706746485427],[-72.65042491509809,41.63694646478997],[-72.6508379152303,41.63690746476919],[-72.6508509152344,41.6369054647684],[-72.65585391681972,41.63614446446067],[-72.65764091738602,41.63587346435091],[-72.6599829181281,41.635517464206906],[-72.66364491928842,41.634960463981635],[-72.67062592150036,41.63389946355232],[-72.67086592157638,41.63386246353745],[-72.67355092242708,41.63345446337231],[-72.6756829231026,41.63313046324117],[-72.67583892315207,41.63310746323173],[-72.67587092316225,41.633103463229936]]]},"properties":{"name":5242,"geoid":"09003524200"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.71513494218286,41.7422194830973],[-72.71465594202947,41.742265483121614],[-72.71449694197862,41.742281483129815],[-72.71419694188313,41.74232048314702],[-72.7133009415981,41.742439483198865],[-72.713001941503,41.742479483216215],[-72.71288394146546,41.74249548322311],[-72.7128079414413,41.74250548322748],[-72.71222894125724,41.742584483261396],[-72.71203694119625,41.74261148327279],[-72.71197294117603,41.74262248327697],[-72.71191694115812,41.74262848327993],[-72.71155694104338,41.74267248330003],[-72.71143794100547,41.74268748330675],[-72.71126394094995,41.74270748331622],[-72.71074294078392,41.742771483345365],[-72.71056994072882,41.74279348335518],[-72.71029694064242,41.74283748337248],[-72.7101989406114,41.742853483378724],[-72.71007794057316,41.74287348338649],[-72.70982894049433,41.742913483402226],[-72.70975494047067,41.742921483406164],[-72.70953594040095,41.74294948341861],[-72.70946294037769,41.74295848342271],[-72.70941894036353,41.7429614834247],[-72.70929094032252,41.74297348343114],[-72.70924794030874,41.7429774834333],[-72.70894794021291,41.74301048344933],[-72.70804793992559,41.74311248349801],[-72.70774893983014,41.7431464835142],[-72.70751893975671,41.743172483526635],[-72.70683093953731,41.74325448356462],[-72.7066019394643,41.743282483577396],[-72.70622893934541,41.743327483598094],[-72.7056559391628,41.74339848363026],[-72.7051099389888,41.743465483660785],[-72.70473793887027,41.74351148368164],[-72.7046129387972,41.742947483576614],[-72.704441938697,41.742171483432074],[-72.70423893857846,41.74125748326189],[-72.70411493850577,41.740694483157014],[-72.70407193848139,41.74051348312338],[-72.70385393841194,41.740540483135625],[-72.70369693836193,41.740560483144534],[-72.7040249384522,41.740271483078125],[-72.70402593845253,41.74027148307809],[-72.70391593838751,41.739762482983195],[-72.70387993836603,41.739592482951494],[-72.7038429383435,41.73940948291729],[-72.70383593833903,41.73937148291016],[-72.70372593827402,41.73886248281527],[-72.70368693825087,41.73868048278134],[-72.70364893822843,41.73850448274853],[-72.70354293816489,41.73799848265407],[-72.70353693816173,41.737977482650216],[-72.7034939381378,41.737804482618145],[-72.70348693813385,41.73777548261276],[-72.70346693812246,41.73769048259698],[-72.7034609381189,41.737662482591745],[-72.70341593809324,41.73747048255607],[-72.70328393801722,41.736894482448925],[-72.70323993799194,41.736703482413404],[-72.70317593796025,41.73651448237893],[-72.7029839378654,41.73595048227602],[-72.70291993783376,41.73576248224173],[-72.70362493805617,41.735636482194685],[-72.70574093872368,41.735257482053335],[-72.70644693894648,41.735132482006456],[-72.70639793891957,41.7349414819711],[-72.7062509388389,41.73436948186521],[-72.70620293881237,41.73417948183001],[-72.70612893877743,41.733990481795836],[-72.70598993871192,41.733637481732046],[-72.70597593869499,41.73342148169072],[-72.70597793869506,41.73341148168871],[-72.7060289387005,41.733216481649364],[-72.70589793865891,41.73323548165725],[-72.70550793853509,41.733291481680624],[-72.7053779384939,41.73331148168867],[-72.70535493846772,41.73298548162636],[-72.7052859383892,41.732007481439446],[-72.705262938363,41.73168148137714],[-72.70521293830679,41.730984481243944],[-72.70516293824952,41.73026948110725],[-72.70514793824023,41.73019248109284],[-72.70526193826302,41.72994248104083],[-72.70527893826426,41.729867481025764],[-72.70530493826689,41.72976548100521],[-72.7053019382507,41.72950048095406],[-72.70530193824928,41.72947548094921],[-72.70526593822414,41.72924148090512],[-72.70525393821578,41.72916348089041],[-72.7053299382278,41.72894148084504],[-72.70535293823161,41.72887748083192],[-72.70535293821666,41.72861648078143],[-72.70530493818006,41.728250480712184],[-72.70522193815033,41.728203480705766],[-72.70519293813523,41.728104480687534],[-72.7051769381268,41.728048480677224],[-72.70516893810722,41.727752480620246],[-72.70515493808891,41.72751248057425],[-72.70514493807437,41.727315480536475],[-72.70475093796746,41.72768948062148],[-72.70473293796165,41.727690480622265],[-72.70469593794974,41.72769248062385],[-72.70463993793149,41.72769248062564],[-72.70447293787733,41.727696480631785],[-72.70441793785953,41.72769848063393],[-72.70436993784395,41.72769948063568],[-72.70422993779853,41.72770248064075],[-72.70418293778334,41.72770448064265],[-72.70411593773768,41.72728848056434],[-72.70391493760083,41.72604248032979],[-72.70384793755522,41.725627480251674],[-72.70398493759933,41.72561848024553],[-72.70439593773169,41.72559248022728],[-72.70453393777619,41.7255844802213],[-72.70459393778336,41.72536848017758],[-72.70460893778542,41.72531948016761],[-72.704776937806,41.72472348004694],[-72.70483893781388,41.72450848000335],[-72.70505893788322,41.724468479988545],[-72.70571893809132,41.72434847994409],[-72.70593893816068,41.7243084799293],[-72.70679793843914,41.72428547989723],[-72.70937493927448,41.724216479801],[-72.71023393955294,41.72419347976893],[-72.71110593983212,41.724109479724625],[-72.71372394067033,41.723857479591686],[-72.71413894080325,41.72381847957078],[-72.71456194093071,41.72363847952236],[-72.71458894095227,41.723861479564626],[-72.71466994101706,41.72453147969162],[-72.71469794103902,41.72475547973404],[-72.71470294104971,41.724913479764446],[-72.71471894108225,41.7253904798562],[-72.71472494109331,41.72554947988676],[-72.71473194110494,41.72571247991809],[-72.71475494114064,41.72620448001249],[-72.71476294115264,41.72636848004395],[-72.71478794119061,41.726888480143735],[-72.71486594130556,41.72845048044335],[-72.71488294133123,41.72880148051068],[-72.71489194134388,41.72897148054327],[-72.71491294137826,41.729451480635426],[-72.71497894148231,41.730891480911815],[-72.71499194150385,41.7311934809698],[-72.71500094151702,41.731371481003926],[-72.71499194152594,41.73157848104426],[-72.71496594155325,41.73220248116577],[-72.71495794156257,41.73241048120626],[-72.71493594157423,41.732738481270395],[-72.71486894160893,41.733724481463234],[-72.71484794162097,41.73405348152752],[-72.71485694166113,41.734702481652725],[-72.7148859417824,41.73665248202889],[-72.71489594182293,41.73730248215426],[-72.71520594211219,41.7405844827789],[-72.71513494218286,41.7422194830973]]]},"properties":{"name":5247,"geoid":"09003524700"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.66107092828979,41.807091497369825],[-72.66092392824204,41.80709449737513],[-72.66048292809897,41.80710649739163],[-72.66033692805168,41.80711149739727],[-72.66026892802812,41.80708749739485],[-72.66014692798876,41.80709449740012],[-72.66000592794406,41.807116497408906],[-72.6590089276282,41.807275497471636],[-72.65878792755822,41.807311497485685],[-72.65867592752245,41.8073244974918],[-72.65860192748177,41.80703649743858],[-72.65847592741216,41.80653949734668],[-72.65839692736517,41.806169497277786],[-72.65833492732831,41.805879497223785],[-72.65833892732783,41.80584849721767],[-72.65835392732748,41.80575749719963],[-72.6583589273274,41.80572749719366],[-72.65849692737245,41.805728497189435],[-72.658608927409,41.80572949718601],[-72.65877992746698,41.80576849718805],[-72.65894292752226,41.805805497189944],[-72.66001792788882,41.80608649720965],[-72.66043092802964,41.80619449721721],[-72.66210092855094,41.80579249708592],[-72.66274292875137,41.80563849703554],[-72.66286192855253,41.80150049623276],[-72.66250592843515,41.80147749623978],[-72.66085592789129,41.801372496272535],[-72.66079092786987,41.80136849627386],[-72.66060192780931,41.80138649628341],[-72.66029492771095,41.80141649629906],[-72.66012392766646,41.8016124963424],[-72.66000092763464,41.80175649637417],[-72.65933692745729,41.802437496527],[-72.6583349271691,41.80310649668838],[-72.65803592708983,41.80342349675921],[-72.6577869270244,41.80369749682012],[-72.65745592694955,41.80427349694197],[-72.6573109269105,41.80441649697423],[-72.65687792679411,41.80484749707137],[-72.65673392675544,41.80499149710381],[-72.65637892666032,41.80535049718452],[-72.65573592648808,41.80600149733088],[-72.65513892629674,41.80605849736107],[-72.65463692613592,41.80610749738667],[-72.65498092621912,41.805603497278305],[-72.65545892633499,41.80490749712856],[-72.65599992646396,41.804082496951885],[-72.65633492654395,41.80357349684285],[-72.6564869265806,41.80334849679451],[-72.65694592669144,41.802673496649426],[-72.6570249267106,41.80255849662467],[-72.65709892672845,41.80244949660126],[-72.65721692675666,41.80227049656289],[-72.6574359268091,41.801940496492136],[-72.65806192695868,41.80099149628877],[-72.65828792701278,41.80065049621566],[-72.66039292752401,41.79760349555963],[-72.6608739276405,41.7969014954086],[-72.66103192767883,41.7966724953593],[-72.66202192791894,41.79523349504958],[-72.66203892792339,41.79521449504537],[-72.66208992793673,41.79515749503272],[-72.66210692794118,41.79513849502851],[-72.66287692813947,41.79422049482647],[-72.66299292816943,41.79408349479628],[-72.66379692838338,41.7932454946086],[-72.66470992863125,41.79237949441199],[-72.665436928829,41.791696494256726],[-72.6654599288353,41.79167549425192],[-72.66627492905295,41.790839494064265],[-72.66677292917186,41.79008349390224],[-72.66826792952907,41.78781749341651],[-72.66876692964834,41.787062493254645],[-72.66884192967258,41.78705849325145],[-72.66906692974533,41.787048493242295],[-72.66914292976992,41.78704549323926],[-72.66931592982539,41.78702949323062],[-72.66983892999322,41.786983493204914],[-72.67001293004907,41.78696849319642],[-72.67045193018949,41.786922493173414],[-72.671771930612,41.786788493105114],[-72.67221193075285,41.78674449308246],[-72.67254193085876,41.78671549306624],[-72.67353193117641,41.786628493017616],[-72.67386193128229,41.7865994930014],[-72.67373393125744,41.7868934930623],[-72.6735009312057,41.78731449315111],[-72.67332493116452,41.78759649321124],[-72.67299693107915,41.787971493294215],[-72.67191093078812,41.78906749354081],[-72.67232093092737,41.789165493546555],[-72.67355293134584,41.78946049356392],[-72.67396393148547,41.789559493569826],[-72.67420393156695,41.789616493573114],[-72.67492393181143,41.78978749358299],[-72.675163931893,41.78984549358648],[-72.67542793198243,41.78990449358939],[-72.67622293225168,41.79008149359802],[-72.6764879323415,41.79014149360107],[-72.67651093234946,41.790149493601874],[-72.67657993237344,41.79017549360467],[-72.67660393238177,41.79018449360564],[-72.67689293247986,41.790252493609486],[-72.67776293277511,41.79045649362091],[-72.67805293287358,41.790525493624905],[-72.67799193286578,41.79073549366742],[-72.67781093284302,41.791366493795095],[-72.6777509328356,41.79157749383779],[-72.67773193283358,41.791650493852494],[-72.67767693282835,41.79187149389695],[-72.67765893282673,41.791945493911804],[-72.67762493282231,41.7920614939353],[-72.67752393280938,41.79240949400577],[-72.67749093280534,41.792526494029424],[-72.67743993279906,41.79270649406584],[-72.67728793278047,41.793245494174805],[-72.67723793277457,41.793426494211346],[-72.67716893276547,41.793659494258584],[-72.67696393273886,41.79435949440037],[-72.67689593273015,41.79459349444774],[-72.6767439327111,41.795124494555175],[-72.67653693268568,41.79585649470317],[-72.67630293265519,41.79665349486461],[-72.6762809326517,41.796717494877655],[-72.67610993262618,41.79724349498474],[-72.67604093261816,41.797495495035626],[-72.67583393259419,41.79825249518846],[-72.67576593258656,41.798505495239496],[-72.67626993275645,41.79860349524222],[-72.67631693277235,41.79861349524263],[-72.67779393326691,41.798842495239334],[-72.67830293343735,41.79892149523821],[-72.67879393360198,41.79900149523786],[-72.68026893409653,41.79924149523676],[-72.68076093426154,41.79932249523656],[-72.68137293446658,41.7994194952356],[-72.68181693461526,41.79948849523463],[-72.68435793546644,41.79988849523009],[-72.684984935677,41.79999649523078],[-72.6857279359266,41.800125495231775],[-72.68603993603121,41.80017649523157],[-72.68605893606879,41.800722495336395],[-72.68611793618217,41.80236049565073],[-72.68613793622013,41.8029074957557],[-72.68502093586918,41.80313549583567],[-72.68488193582392,41.803136495840334],[-72.68448693569938,41.80320949586715],[-72.6843549356578,41.80323449587622],[-72.68433793565248,41.80323849587754],[-72.68324693530998,41.80346649595668],[-72.68161893479413,41.803723496058666],[-72.6756329328973,41.804668496433706],[-72.67291493203533,41.80508549660167],[-72.67241893187806,41.80516249663248],[-72.66801593048163,41.805837496904424],[-72.66347892904274,41.80653449718487],[-72.66330192898792,41.80658449720021],[-72.66277392882455,41.80673649724654],[-72.6625979287701,41.80678749726203],[-72.66236892869728,41.80681949727558],[-72.66168292847931,41.806917497316554],[-72.66159892845266,41.80693049732178],[-72.66152392842965,41.806955497329014],[-72.6614809284185,41.80700549734004],[-72.66139792839242,41.80702249734599],[-72.66115292831549,41.80707349736371],[-72.66107092828979,41.807091497369825]]]},"properties":{"name":5244,"geoid":"09003524400"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.68068493268959,41.7723774900345],[-72.68070193269445,41.77236549003163],[-72.68075493270987,41.77233349002375],[-72.6807729327151,41.77232249002105],[-72.68097693276765,41.77207948996754],[-72.68102293277941,41.77202348995523],[-72.68128293284657,41.77171748988775],[-72.68153793290774,41.771335489805736],[-72.68166793293405,41.77105548974746],[-72.68169793294014,41.770991489734136],[-72.68177193294648,41.77068148967185],[-72.68176893294233,41.77062648966132],[-72.68176293293098,41.77046248962983],[-72.68176093292723,41.77040848961946],[-72.68175893291935,41.770282489595175],[-72.68175293289572,41.769904489522325],[-72.6817519328882,41.7697794894982],[-72.68175593286973,41.7694344894314],[-72.68177093281524,41.76839948923092],[-72.68177593279712,41.76805548916429],[-72.68178593279819,41.76801748915662],[-72.68181993280285,41.76790548913388],[-72.68183193280466,41.76786848912635],[-72.6820319328502,41.76752648905383],[-72.68206693285828,41.767468489041484],[-72.68227493291107,41.76720748898437],[-72.68265793301379,41.766822488897645],[-72.68285193306835,41.76667148886224],[-72.68301793311514,41.76654448883236],[-72.68317393316,41.76644048880725],[-72.6832069331695,41.76641848880194],[-72.68330993319945,41.766355488786445],[-72.68334393320939,41.76633548878148],[-72.68339193322342,41.76630748877454],[-72.68353793326628,41.766225488753996],[-72.6835869332807,41.76619848874719],[-72.683809933349,41.76612248872535],[-72.68396393339626,41.76607148871054],[-72.68444993354704,41.7659394886694],[-72.68449093355981,41.76592948866615],[-72.68472193363223,41.765879488649055],[-72.68475393364231,41.765873488646875],[-72.68485393367389,41.76585648864036],[-72.68488693368437,41.76585148863833],[-72.68519593378234,41.765804488619324],[-72.6853529338322,41.765781488609825],[-72.68613393408667,41.765781488584715],[-72.68644793418899,41.765781488574625],[-72.6864969341808,41.76536048849169],[-72.68651993417727,41.76516848845385],[-72.68657793414415,41.76426148827668],[-72.68658093414197,41.76420648826597],[-72.68658593413889,41.76412448824997],[-72.68658793413765,41.764091488243515],[-72.68661493412223,41.76366948816109],[-72.68686793420726,41.76371448816166],[-72.687628934463,41.76385048816348],[-72.68788293454841,41.763896488164185],[-72.68811093462247,41.76389248815608],[-72.68813393462979,41.76388948815477],[-72.68888593487102,41.76382348811784],[-72.68913693495159,41.763802488105696],[-72.68938893503238,41.76377948809315],[-72.69014593527527,41.76371348805605],[-72.69039893535648,41.76369248804385],[-72.69058393541573,41.763674488034425],[-72.69113893559344,41.76362048800613],[-72.69132493565309,41.76360348799686],[-72.69272493609978,41.76343848791995],[-72.69302093619532,41.76342348790754],[-72.69359293638006,41.76339448788353],[-72.69359393638037,41.763394487883495],[-72.69368793642569,41.76365048792995],[-72.69373793645306,41.76384348796564],[-72.69375993646676,41.76395748798694],[-72.69379693649482,41.764236488039685],[-72.69382793652537,41.76459248810749],[-72.69382793655711,41.76514548821435],[-72.69379393660554,41.76618248841584],[-72.69377393669268,41.76781448873185],[-72.69378493671132,41.76807648878211],[-72.69381793676719,41.768862488932946],[-72.69382993678619,41.76912548898337],[-72.69380393679053,41.769348489027294],[-72.69372693680396,41.77001948915941],[-72.69370193680865,41.7702434892035],[-72.69335993669081,41.77013148919287],[-72.69233693633818,41.769795489160856],[-72.69199593622069,41.769684489150364],[-72.69170093611953,41.76959648914286],[-72.69127093597208,41.76946848913196],[-72.69105093589607,41.76939348912455],[-72.69081493581626,41.7693424891223],[-72.69051493571487,41.76927948911976],[-72.69044393570634,41.76953348917114],[-72.69023293568137,41.77029648932536],[-72.6901629356732,41.77055148937686],[-72.69003393565613,41.77098648946507],[-72.68964593560479,41.772294489730285],[-72.6895179355881,41.772730489818635],[-72.6898309356925,41.77277248981668],[-72.69076993600572,41.77289848981082],[-72.69108393611049,41.77294148980903],[-72.69142893622607,41.772996489808556],[-72.69246393657274,41.77316048980693],[-72.69280893668837,41.77321648980665],[-72.6930979367854,41.77326648980703],[-72.69368993698416,41.77336848980768],[-72.69396693707718,41.77341648980805],[-72.6942569371746,41.773467489808574],[-72.69431193719309,41.773477489808734],[-72.69447993724962,41.773508489809316],[-72.69453593726851,41.77351948980964],[-72.69491393739496,41.773576489808484],[-72.69605093777531,41.77374848980513],[-72.69642993790214,41.77380648980413],[-72.69710393812801,41.773915489803514],[-72.69912593880564,41.774242489801615],[-72.69980093903192,41.774352489801146],[-72.69964593899994,41.774675489868535],[-72.69918393890501,41.775643490070415],[-72.69903093887375,41.775967490137944],[-72.69896293886009,41.77611549016871],[-72.69875893881913,41.77655949026104],[-72.69869093880548,41.77670749029182],[-72.69866193879913,41.776761490303194],[-72.69857693878073,41.77692349033723],[-72.69854893877478,41.77697849034875],[-72.6985119387676,41.777063490366366],[-72.69840193874634,41.777317490418966],[-72.69836593873954,41.77740349043674],[-72.69829893872598,41.77754749046672],[-72.69809893868576,41.777981490556996],[-72.69803293867257,41.778126490587134],[-72.69797993866186,41.778240490610855],[-72.69782193863007,41.7785834906822],[-72.69776993861973,41.7786984907061],[-72.69674793826063,41.77824449065128],[-72.69604793801588,41.77795449061778],[-72.695658937882,41.77783049060636],[-72.69536893778222,41.77773849059791],[-72.69447693747908,41.77752149058469],[-72.69408193734486,41.777425490578864],[-72.69383093725962,41.77736549057534],[-72.69308093700495,41.777186490564894],[-72.6928309369201,41.77712749056155],[-72.69258193683552,41.77706749055796],[-72.69183493658184,41.77688849054743],[-72.6915859364973,41.77682949054403],[-72.69128893639628,41.776755490539315],[-72.69039793609323,41.77653449052527],[-72.6901019359926,41.77646149052068],[-72.68984993590699,41.77640049051701],[-72.68909593565088,41.7762194905063],[-72.68884493556565,41.77615949050277],[-72.68860793548487,41.77609749049844],[-72.68809593531039,41.77596449048921],[-72.68789893524304,41.775909490484906],[-72.68784093522328,41.77589449048387],[-72.68766893516344,41.77582849047665],[-72.68749093510188,41.77576649047041],[-72.68730993503652,41.77565549045479],[-72.68707593495097,41.77549349043102],[-72.68698393491687,41.775421490420065],[-72.68668793480727,41.775192490385336],[-72.68654693475523,41.77508649036939],[-72.68640593470555,41.775021490361375],[-72.68568493445161,41.774690490320616],[-72.68389393382094,41.77387049021979],[-72.68229193325708,41.77314149013046],[-72.68204993317156,41.77302549011582],[-72.68132493291553,41.772680490072474],[-72.68108393283039,41.77256549005801],[-72.68100393280213,41.77252749005323],[-72.68093493277782,41.772495490049266],[-72.68076393271745,41.77241449003912],[-72.68068493268959,41.7723774900345]]]},"properties":{"name":5246,"geoid":"09003524600"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.88979800038074,41.76509048187018],[-72.8898590004076,41.765211481891576],[-72.89004500048918,41.76557448195564],[-72.89010800051675,41.765696481977145],[-72.89030700060704,41.76613648205564],[-72.89079500082832,41.76721348224774],[-72.89083100084889,41.76736648227612],[-72.89084200085891,41.767477482297195],[-72.8908480008637,41.76752648230645],[-72.89083000088306,41.76796148239103],[-72.89081400089951,41.768335482463755],[-72.8907680009496,41.76945848268208],[-72.89075300096644,41.76983348275497],[-72.89074700097271,41.76997548278258],[-72.89074300097849,41.77009748280626],[-72.89073000099197,41.77040348286576],[-72.89072500099863,41.77054648289354],[-72.89072100100192,41.77062548290892],[-72.89071200101283,41.770864482955346],[-72.8907090010165,41.7709444829709],[-72.89070500101961,41.77102048298569],[-72.8906970010303,41.77125048303037],[-72.89069400103381,41.77132748304532],[-72.89069100103602,41.771382483056044],[-72.89068500104374,41.771549483088464],[-72.89068300104634,41.77160548309935],[-72.89068000104889,41.771666483111225],[-72.89067300105732,41.77185148314718],[-72.89067100106027,41.771913483159196],[-72.8906610010703,41.77214248320374],[-72.89063400110136,41.772830483337444],[-72.89062500111177,41.77306048338213],[-72.89059000112391,41.77346648346166],[-72.8904860011607,41.77468548370035],[-72.89045200117322,41.77509248378003],[-72.89041600118502,41.775498483859586],[-72.89031200122194,41.77671948409865],[-72.89027800123446,41.77712648417833],[-72.89026000126987,41.77783848431634],[-72.89027200128224,41.77798448434413],[-72.89038400139204,41.779249484584675],[-72.89044100142424,41.77948448462818],[-72.89048400144718,41.77963848465651],[-72.89075300156043,41.78008148473329],[-72.89098100164992,41.78034448477664],[-72.89100900166066,41.78037248478113],[-72.89150400184978,41.78085448485809],[-72.89161900189441,41.78097848487828],[-72.8917330019386,41.781100484898126],[-72.89176400195062,41.78113348490349],[-72.89185800198709,41.78123448491992],[-72.89212900209644,41.78159848498139],[-72.8921440021038,41.7816414849892],[-72.89221300213799,41.781843485025945],[-72.89228600217862,41.78213448507975],[-72.8925060023009,41.783007485241086],[-72.89255600232867,41.78320548527768],[-72.8925730023397,41.78330048529546],[-72.89268100240608,41.783838485395776],[-72.89269700241576,41.78391548541012],[-72.892722002431,41.78403848543305],[-72.89280500248212,41.784453485510454],[-72.89284600251379,41.7847694855701],[-72.89276900254754,41.78578348576829],[-72.89272300256891,41.786410485890805],[-72.89270100259444,41.78697348600015],[-72.89268200261915,41.78750648610364],[-72.89268300265178,41.78806348621109],[-72.89271200269174,41.78858948631164],[-72.89271900269844,41.788665486326096],[-72.8927760027496,41.78922748643269],[-72.89290000284062,41.79010048659713],[-72.8929290028615,41.790297486634195],[-72.89310600299055,41.79152848686598],[-72.89311100301566,41.79193348694396],[-72.89305100301617,41.792278487012474],[-72.89294100300353,41.79267848709324],[-72.89292600300051,41.7927104870999],[-72.89277900297162,41.793037487167766],[-72.8925070029049,41.793414487249365],[-72.89246900289515,41.79345948725927],[-72.8922750028454,41.79369048731015],[-72.89224600283804,41.79372648731803],[-72.89196000276121,41.79400748738155],[-72.89186400273465,41.79408848740031],[-72.89161000266418,41.794299487449265],[-72.89138000260053,41.794493487494165],[-72.8912220025568,41.79462648752496],[-72.89121500255497,41.79463448752674],[-72.89109800252547,41.79478248755911],[-72.89100900250595,41.79494548759343],[-72.89095500249844,41.79511948762876],[-72.89093400249695,41.79521148764721],[-72.89088800249426,41.7954234876896],[-72.89079400250039,41.79605648781479],[-72.8906730025084,41.79687348797635],[-72.8906000025047,41.79721948804548],[-72.89034000246032,41.7979134881878],[-72.8901170024225,41.79851348831082],[-72.89009900241926,41.7985584883201],[-72.89004700241021,41.79869448834801],[-72.89003100240768,41.7987404883574],[-72.88990800238625,41.79906148842334],[-72.8896660023444,41.79969848855409],[-72.88963500233902,41.79977948857073],[-72.88952100231558,41.80001548861998],[-72.88937200228506,41.800325488684614],[-72.88919100224788,41.80070048876283],[-72.88918300224601,41.800713488765595],[-72.88875000215154,41.801515488934385],[-72.88870100214477,41.80167348896646],[-72.88865500214227,41.801888489009414],[-72.88864400214183,41.8019424890202],[-72.88857700214153,41.80231348909395],[-72.88852500213689,41.80252548913653],[-72.88837100212383,41.80316448926482],[-72.88837100212395,41.80316648926519],[-72.88832000211958,41.80337748930754],[-72.8882540021133,41.803639489360236],[-72.8881260021018,41.804159489464716],[-72.88806700209831,41.80443048951889],[-72.88801100209547,41.80469548957185],[-72.88796500209547,41.80495348962311],[-72.88782900209628,41.805730489777396],[-72.88778400209665,41.80598948982882],[-72.88769700209711,41.806485489927326],[-72.88743600209872,41.8079774902236],[-72.88735000209957,41.80847449032225],[-72.8873360021314,41.80910149044364],[-72.8873260021569,41.809596490539434],[-72.88736700225085,41.81098449080581],[-72.88738600229351,41.81161249092631],[-72.88739400230315,41.811733490949386],[-72.88741800233204,41.812096491018615],[-72.88742700234198,41.81221749104165],[-72.88747400236609,41.81236849106926],[-72.88761500243847,41.81282449115262],[-72.88766300246293,41.81297649118037],[-72.88772100249263,41.81316249121435],[-72.88789500258184,41.81372249131668],[-72.88791800259362,41.81379649133023],[-72.88795000261065,41.81391049135116],[-72.88777200255454,41.81394249136313],[-72.88633500208539,41.813923491406165],[-72.8858450019244,41.813899491417466],[-72.88463900153938,41.814033491482505],[-72.88326600110332,41.81422549156415],[-72.88174400061928,41.814426491652355],[-72.88103300039265,41.81451249169208],[-72.88093000035951,41.81451949169675],[-72.88082700032645,41.81452749170166],[-72.88072900029492,41.81453449170619],[-72.88054000023448,41.814553491715984],[-72.88042500019772,41.814565491722036],[-72.87902799975828,41.81483449181931],[-72.8788759997096,41.81484849182694],[-72.87844699957334,41.81490849185246],[-72.87716199916518,41.81508749192873],[-72.87673399902933,41.8151484919544],[-72.87633999890627,41.81523949198475],[-72.87572799871528,41.8153834920324],[-72.87520399855302,41.81552849207739],[-72.87516599854122,41.81553849208055],[-72.87477799842115,41.81564749211418],[-72.87476299841634,41.81564849211487],[-72.87471999840263,41.81565349211722],[-72.87470599839816,41.81565549211806],[-72.87481299838879,41.81489349196763],[-72.87498699837,41.813593491711266],[-72.87498499836548,41.81352649169839],[-72.87496099829144,41.81238549147911],[-72.87490099819394,41.81104249122204],[-72.87419199783855,41.80889749083134],[-72.87354599754865,41.80752749058805],[-72.87344799750763,41.807370490560956],[-72.8732309974168,41.80702349050107],[-72.8734309973818,41.80529749016161],[-72.87339399735066,41.804968490099355],[-72.87336799733397,41.80482649007281],[-72.87330199729152,41.80446549000532],[-72.8733329972786,41.80406848992772],[-72.87343899729699,41.80379048987066],[-72.87354299731736,41.80355748982231],[-72.87359899733038,41.80346748980315],[-72.87385499739054,41.803067489717655],[-72.87419499748104,41.80271848963929],[-72.8746339975981,41.80227148953881],[-72.8751219977301,41.801807489433436],[-72.87522899775789,41.801685489406424],[-72.87534799778898,41.80155348937709],[-72.87551399782791,41.80129248932135],[-72.87469999756539,41.80133748935646],[-72.87226099677895,41.801473489461905],[-72.87144899651715,41.801519489497146],[-72.8715669964969,41.80050748929807],[-72.87144399636776,41.79897148900572],[-72.87140999635459,41.79893548899989],[-72.87042399597385,41.79790748883355],[-72.8703429959389,41.79775948880762],[-72.87027699590656,41.79757248877368],[-72.87011599583732,41.79728248872296],[-72.86976299569719,41.79684848865066],[-72.86955799561709,41.796618488612935],[-72.86918999545648,41.79591548848925],[-72.86905099539214,41.795586488430274],[-72.86891799531445,41.79499348832017],[-72.86892499530977,41.79487348829679],[-72.86890299529622,41.79476348827625],[-72.86892499529192,41.794565488237346],[-72.86889599527233,41.79439048820451],[-72.86868999518583,41.794055488146554],[-72.86816099497696,41.793424488041964],[-72.8680289949203,41.793188488000716],[-72.86805099492571,41.79315848799422],[-72.8680639949289,41.793140487990314],[-72.86804599492149,41.7931134879857],[-72.86798499490057,41.793095487984196],[-72.86774999479636,41.79261748789957],[-72.86765699475006,41.79234148784934],[-72.86761799473047,41.79222248782765],[-72.86739699463624,41.79183848776072],[-72.86732399460608,41.79172848774185],[-72.86709599452071,41.7915364877122],[-72.86675199439634,41.79132348768227],[-72.86611299416217,41.79087348761615],[-72.86592199408818,41.79067048758318],[-72.86586299406132,41.790538487559616],[-72.86620099417425,41.790587487558106],[-72.86661099429885,41.79043348751507],[-72.86694599439721,41.7902484874685],[-72.86771099462207,41.78982948736281],[-72.86831199480604,41.78962648730413],[-72.86871599493789,41.78963148729198],[-72.86919199509866,41.78973048729566],[-72.86971999527502,41.78980648729318],[-72.87027399545426,41.78978648727132],[-72.87035099547923,41.78978448726844],[-72.8705789955541,41.78979548726318],[-72.87080599562576,41.78975648724828],[-72.87092999566332,41.789707487234786],[-72.87125999575994,41.78952048718799],[-72.87135499578717,41.78945648717256],[-72.87129499576614,41.789430487169476],[-72.87111699570383,41.78935548716079],[-72.87105799568316,41.78933048715788],[-72.87073999557346,41.78922448714774],[-72.87039099545596,41.78915848714634],[-72.86999899532762,41.78914648715675],[-72.86994999531184,41.78914948715893],[-72.86976099525099,41.78916148716736],[-72.86953799517951,41.78918148717848],[-72.8668309943177,41.78952248733212],[-72.86658199423812,41.78954848734523],[-72.86545799387919,41.78967148740544],[-72.86526099380963,41.7895784873939],[-72.86480599365039,41.78938748737179],[-72.86477699364025,41.78937548737042],[-72.86470399361201,41.789298487357925],[-72.8647179936007,41.789024487304594],[-72.86479899360987,41.78872748724465],[-72.86475399357425,41.78836548717624],[-72.86464399350095,41.78771848705494],[-72.86466599350459,41.787657487042445],[-72.86464099348896,41.78752848701837],[-72.86444799342408,41.78749348701788],[-72.8643699933978,41.787478487017516],[-72.8640749933043,41.787522487035574],[-72.86374099319477,41.787509487043906],[-72.86374599319157,41.7874264870277],[-72.8637619931837,41.78720048698359],[-72.86376299318282,41.7871794869795],[-72.86377099318068,41.787097486963404],[-72.86378499317539,41.786927486930146],[-72.8638409931756,41.786616486868304],[-72.86384599317596,41.78659448686388],[-72.86424699322122,41.785121486566574],[-72.86425099322177,41.78510848656394],[-72.86436299323034,41.78462648646726],[-72.86442699323524,41.78435148641212],[-72.86443699323613,41.78431048640388],[-72.86445899322585,41.784009486345056],[-72.86446399321139,41.783731486291245],[-72.86444699319294,41.78350848624876],[-72.86443999318452,41.783402486228525],[-72.86440999316473,41.78322948619609],[-72.86433799311729,41.78281548611852],[-72.86412199297503,41.781573485885794],[-72.86405099292793,41.78115948580817],[-72.86399699289599,41.78091148576207],[-72.86383699280091,41.780169485624015],[-72.86378399276934,41.779922485578034],[-72.8637449927445,41.779712485538774],[-72.86362899267024,41.77908248542092],[-72.86359099264578,41.77887348538182],[-72.86352699260726,41.77856848532501],[-72.86333799249282,41.77765448515469],[-72.86332599248543,41.77759448514349],[-72.86327499245469,41.77735048509804],[-72.863180992404,41.7770034850341],[-72.86315199238837,41.77689648501438],[-72.86292299227605,41.77624448489594],[-72.86280599222341,41.77599348485128],[-72.86265399215509,41.775668484793464],[-72.86264999215338,41.77566148479225],[-72.86264099214937,41.77564248478886],[-72.86263799214804,41.77563648478781],[-72.86241599204965,41.775185484707926],[-72.86199099186112,41.77431948455453],[-72.86175599175641,41.773832484468116],[-72.8615389916596,41.77338048438789],[-72.8614789916349,41.773291484372656],[-72.86130199156182,41.77302448432683],[-72.86124399153776,41.77293548431153],[-72.86105599146012,41.7726514842628],[-72.86051899123838,41.77184148412383],[-72.8604949912281,41.7717984841163],[-72.86033299115809,41.771500484064006],[-72.86028099113149,41.771333484033455],[-72.86012499105176,41.77083348394197],[-72.86007399102556,41.77066748391157],[-72.85996799097117,41.77032448384878],[-72.85980699088861,41.769803483753385],[-72.85969899083638,41.76950848369993],[-72.85965399081218,41.76934348366954],[-72.85964499080664,41.76929848366115],[-72.85961699078906,41.76915248363385],[-72.85961099077498,41.768942483593506],[-72.85956299075599,41.76888448358385],[-72.85952299073817,41.76880148356911],[-72.85949999072622,41.76872448355499],[-72.85928799061617,41.76801548342497],[-72.85921799057972,41.767779483381645],[-72.85911499052368,41.76739048330988],[-72.8588059903556,41.766224483094746],[-72.85870399029996,41.765836483023115],[-72.85859699023855,41.76537748293795],[-72.85842799014154,41.76465148280323],[-72.85826599005144,41.764005482683714],[-72.85815298998826,41.76354948259931],[-72.85809298995491,41.7633104825551],[-72.85801598991196,41.76300148249792],[-72.85791698985607,41.76259248242214],[-72.85789798984548,41.762516482408074],[-72.85814998992846,41.762532482402996],[-72.85887599016752,41.762578482388335],[-72.85928999030403,41.76260848238073],[-72.85953099038426,41.762638482378705],[-72.86034999065694,41.76274248237223],[-72.86124199095391,41.76285548236514],[-72.86172699111597,41.76292748236332],[-72.86702799288857,41.76373248234686],[-72.86810699324927,41.76389448234317],[-72.8699639938701,41.76417448233699],[-72.87058199407674,41.76426848233511],[-72.87134399433151,41.76438348233258],[-72.87242299469226,41.76454648232907],[-72.87255299473672,41.764583482332],[-72.87264399476196,41.764507482314364],[-72.87277299480465,41.76451948231249],[-72.87316299493365,41.7645544823066],[-72.87352299505277,41.764587482301295],[-72.87383099515468,41.764615482296705],[-72.87398999520742,41.76463248229483],[-72.87431599531513,41.76465948228947],[-72.87513199558613,41.76475148228076],[-72.8755229957164,41.76480248227792],[-72.87593499585395,41.76486148227594],[-72.87656799606526,41.76495148227277],[-72.87744499635984,41.76510748227446],[-72.8802069972741,41.765366482234825],[-72.88066699742849,41.765446482235355],[-72.88093799751847,41.765476482232344],[-72.88105499755737,41.76549048223126],[-72.88175499778701,41.76552048221434],[-72.88202799787659,41.76553248220778],[-72.88245999801806,41.765546482196456],[-72.88375899844343,41.7655884821624],[-72.88419199858527,41.76560348215125],[-72.8841989985875,41.765602482150825],[-72.8842199985942,41.765600482149765],[-72.8842279985968,41.765600482149495],[-72.88431399862422,41.76559048214479],[-72.88457199870672,41.76556448213139],[-72.88465899873454,41.76555548212682],[-72.88500599884715,41.7655494821144],[-72.88518099890327,41.76553448210583],[-72.88548899900198,41.7655074820906],[-72.88575099908594,41.76548448207767],[-72.88595699915197,41.76546648206748],[-72.88616899921995,41.76544848205715],[-72.8863579992805,41.76543148204772],[-72.88643899930652,41.76542548204393],[-72.88655799934462,41.765414482037954],[-72.8874559996307,41.765305481987745],[-72.88757799966965,41.76529248198127],[-72.88774599972344,41.76527648197273],[-72.88794899978835,41.765256481962275],[-72.88844999994858,41.76520648193635],[-72.88899200012185,41.765151481908134],[-72.88979800038074,41.76509048187018]]]},"properties":{"name":4621.01,"geoid":"09003462101"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.88795000261065,41.81391049135116],[-72.88791800259362,41.81379649133023],[-72.88789500258184,41.81372249131668],[-72.88772100249263,41.81316249121435],[-72.88766300246293,41.81297649118037],[-72.88761500243847,41.81282449115262],[-72.88747400236609,41.81236849106926],[-72.88742700234198,41.81221749104165],[-72.88741800233204,41.812096491018615],[-72.88739400230315,41.811733490949386],[-72.88738600229351,41.81161249092631],[-72.88736700225085,41.81098449080581],[-72.8873260021569,41.809596490539434],[-72.8873360021314,41.80910149044364],[-72.88735000209957,41.80847449032225],[-72.88743600209872,41.8079774902236],[-72.88769700209711,41.806485489927326],[-72.88778400209665,41.80598948982882],[-72.88782900209628,41.805730489777396],[-72.88796500209547,41.80495348962311],[-72.88801100209547,41.80469548957185],[-72.88806700209831,41.80443048951889],[-72.8881260021018,41.804159489464716],[-72.8882540021133,41.803639489360236],[-72.88832000211958,41.80337748930754],[-72.88837100212395,41.80316648926519],[-72.88837100212383,41.80316448926482],[-72.88852500213689,41.80252548913653],[-72.88857700214153,41.80231348909395],[-72.88864400214183,41.8019424890202],[-72.88865500214227,41.801888489009414],[-72.88870100214477,41.80167348896646],[-72.88875000215154,41.801515488934385],[-72.88918300224601,41.800713488765595],[-72.88919100224788,41.80070048876283],[-72.88937200228506,41.800325488684614],[-72.88952100231558,41.80001548861998],[-72.88963500233902,41.79977948857073],[-72.8896660023444,41.79969848855409],[-72.88990800238625,41.79906148842334],[-72.89003100240768,41.7987404883574],[-72.89004700241021,41.79869448834801],[-72.89009900241926,41.7985584883201],[-72.8901170024225,41.79851348831082],[-72.89034000246032,41.7979134881878],[-72.8906000025047,41.79721948804548],[-72.8906730025084,41.79687348797635],[-72.89079400250039,41.79605648781479],[-72.89088800249426,41.7954234876896],[-72.89093400249695,41.79521148764721],[-72.89095500249844,41.79511948762876],[-72.89100900250595,41.79494548759343],[-72.89109800252547,41.79478248755911],[-72.89121500255497,41.79463448752674],[-72.8912220025568,41.79462648752496],[-72.89138000260053,41.794493487494165],[-72.89161000266418,41.794299487449265],[-72.89186400273465,41.79408848740031],[-72.89196000276121,41.79400748738155],[-72.89224600283804,41.79372648731803],[-72.8922750028454,41.79369048731015],[-72.89246900289515,41.79345948725927],[-72.8925070029049,41.793414487249365],[-72.89277900297162,41.793037487167766],[-72.89292600300051,41.7927104870999],[-72.89294100300353,41.79267848709324],[-72.89305100301617,41.792278487012474],[-72.89311100301566,41.79193348694396],[-72.89310600299055,41.79152848686598],[-72.8929290028615,41.790297486634195],[-72.89290000284062,41.79010048659713],[-72.8927760027496,41.78922748643269],[-72.89271900269844,41.788665486326096],[-72.89271200269174,41.78858948631164],[-72.89268300265178,41.78806348621109],[-72.89268200261915,41.78750648610364],[-72.89270100259444,41.78697348600015],[-72.89272300256891,41.786410485890805],[-72.89276900254754,41.78578348576829],[-72.89284600251379,41.7847694855701],[-72.89280500248212,41.784453485510454],[-72.892722002431,41.78403848543305],[-72.89269700241576,41.78391548541012],[-72.89268100240608,41.783838485395776],[-72.8925730023397,41.78330048529546],[-72.89255600232867,41.78320548527768],[-72.8925060023009,41.783007485241086],[-72.89228600217862,41.78213448507975],[-72.89221300213799,41.781843485025945],[-72.8921440021038,41.7816414849892],[-72.89212900209644,41.78159848498139],[-72.89185800198709,41.78123448491992],[-72.89176400195062,41.78113348490349],[-72.8917330019386,41.781100484898126],[-72.89161900189441,41.78097848487828],[-72.89150400184978,41.78085448485809],[-72.89100900166066,41.78037248478113],[-72.89098100164992,41.78034448477664],[-72.89075300156043,41.78008148473329],[-72.89048400144718,41.77963848465651],[-72.89044100142424,41.77948448462818],[-72.89038400139204,41.779249484584675],[-72.89027200128224,41.77798448434413],[-72.89026000126987,41.77783848431634],[-72.89027800123446,41.77712648417833],[-72.89031200122194,41.77671948409865],[-72.89041600118502,41.775498483859586],[-72.89045200117322,41.77509248378003],[-72.8904860011607,41.77468548370035],[-72.89059000112391,41.77346648346166],[-72.89062500111177,41.77306048338213],[-72.89063400110136,41.772830483337444],[-72.8906610010703,41.77214248320374],[-72.89067100106027,41.771913483159196],[-72.89067300105732,41.77185148314718],[-72.89068000104889,41.771666483111225],[-72.89068300104634,41.77160548309935],[-72.89068500104374,41.771549483088464],[-72.89069100103602,41.771382483056044],[-72.89069400103381,41.77132748304532],[-72.8906970010303,41.77125048303037],[-72.89070500101961,41.77102048298569],[-72.8907090010165,41.7709444829709],[-72.89071200101283,41.770864482955346],[-72.89072100100192,41.77062548290892],[-72.89072500099863,41.77054648289354],[-72.89073000099197,41.77040348286576],[-72.89074300097849,41.77009748280626],[-72.89074700097271,41.76997548278258],[-72.89075300096644,41.76983348275497],[-72.8907680009496,41.76945848268208],[-72.89081400089951,41.768335482463755],[-72.89083000088306,41.76796148239103],[-72.8908480008637,41.76752648230645],[-72.89084200085891,41.767477482297195],[-72.89083100084889,41.76736648227612],[-72.89079500082832,41.76721348224774],[-72.89030700060704,41.76613648205564],[-72.89010800051675,41.765696481977145],[-72.89004500048918,41.76557448195564],[-72.8898590004076,41.765211481891576],[-72.88979800038074,41.76509048187018],[-72.89061800064525,41.76504848183546],[-72.89307800143897,41.76492448173163],[-72.89389900170387,41.76488348169706],[-72.89416600178856,41.764844481680846],[-72.89497000204376,41.764731481632914],[-72.8952380021288,41.76469348161688],[-72.89594100236782,41.76486848162782],[-72.8961140024296,41.764962481640374],[-72.89627900249634,41.76518748167845],[-72.8977140030271,41.766284481843655],[-72.89824700322421,41.766691481904935],[-72.89992600384525,41.7679754820983],[-72.90039300400598,41.76812548211207],[-72.90088900417929,41.76832948213535],[-72.9010240042302,41.76844948215413],[-72.90121800430813,41.768704482197066],[-72.90120400435308,41.7695584823624],[-72.9012190044301,41.77080248260207],[-72.90107800443238,41.77163348276709],[-72.90116800448845,41.77209548285335],[-72.90163200473212,41.773692483146576],[-72.90215900498697,41.77512848340665],[-72.90261200515263,41.775441483452354],[-72.90298600529051,41.77571948349386],[-72.90362600551617,41.77601748353057],[-72.90405400566391,41.77616248354467],[-72.90471700588222,41.77620448353123],[-72.90848100709884,41.77605148337934],[-72.90863500715012,41.776071483378196],[-72.90884700722427,41.77615948338829],[-72.90908900730689,41.77622548339315],[-72.9092510073587,41.77620948338481],[-72.90933900738509,41.77617048337442],[-72.90950700743885,41.77615448336588],[-72.91014500765232,41.776253483364236],[-72.91096600792918,41.776418483369405],[-72.91170700818157,41.77661048338237],[-72.91209500831107,41.77666548338036],[-72.91315900866834,41.77685248338187],[-72.91438300908501,41.77716548340248],[-72.91458100915457,41.77725348341303],[-72.9149180092697,41.77734648342002],[-72.9151600093504,41.77737948341853],[-72.91570300952782,41.77739048340298],[-72.91678800989065,41.77755548339956],[-72.9176530101834,41.777747483408476],[-72.91795401028843,41.77786848342203],[-72.91813701035339,41.777961483434034],[-72.91902401066227,41.77830748347196],[-72.91940501080164,41.77857148351053],[-72.92005801104355,41.77907648358675],[-72.92026301112271,41.779290483621395],[-72.92032901114995,41.77938948363835],[-72.92037301116967,41.779482483654874],[-72.92047601120895,41.77958148367064],[-72.92063701127955,41.7798944837258],[-72.9206590112953,41.78004248375366],[-72.92079801135836,41.78034948380837],[-72.92081301137824,41.78060748385768],[-72.92085701140059,41.780745483882875],[-72.92123801156538,41.78144748400596],[-72.92126001157702,41.78152448402011],[-72.9213180116013,41.78161748403617],[-72.92151601170943,41.78236948417485],[-72.92159701174603,41.78254548420618],[-72.92178001181422,41.78269348422879],[-72.9222050119701,41.78299548427324],[-72.92225701199052,41.78305548428312],[-72.92232701202303,41.78322248431308],[-72.92236301203961,41.783306484328115],[-72.92239801205578,41.78338848434281],[-72.92268301218765,41.7840614844634],[-72.92271201220096,41.78412848447539],[-72.92279201223771,41.784312484508284],[-72.92285301226123,41.78437548451847],[-72.922930012291,41.78445648453159],[-72.92294101229523,41.78446748453335],[-72.92299801231732,41.78452848454327],[-72.92301601233154,41.78467248457047],[-72.92306201236708,41.7850264846373],[-72.92308801238711,41.78522548467485],[-72.92328601246115,41.785390484700244],[-72.92348501253548,41.78555448472543],[-72.92377201264269,41.7857914847618],[-72.92405901274991,41.78602848479821],[-72.92408201276069,41.78608548480845],[-72.92414801279624,41.78632748485299],[-72.92425001284415,41.786580484898515],[-72.92450001294658,41.786942484960214],[-72.92458001298341,41.7871284849935],[-72.92494701314155,41.78779348510989],[-72.92499101316285,41.78791348513159],[-72.92499801317726,41.788122485171705],[-72.92488801318132,41.78880848530765],[-72.92477101316139,41.78912148537185],[-72.92454301311395,41.78958248546821],[-72.9244920131225,41.79001548555342],[-72.92453201314129,41.790114485571216],[-72.92457201316006,41.790213485589014],[-72.92458001319869,41.79083348570838],[-72.92464601324633,41.791283485793045],[-72.92473301332636,41.79217348596193],[-72.9246820133212,41.792370486001595],[-72.92466001332873,41.79262348605112],[-72.92471801336292,41.79288648609998],[-72.9248140134369,41.79362148623864],[-72.92488701347153,41.793808486272354],[-72.92490901349147,41.79402848631407],[-72.9250560135687,41.79453348640673],[-72.92525301369758,41.79564748661522],[-72.9252750137194,41.79589948666312],[-72.92528201377368,41.796794486835545],[-72.92542901386207,41.79749148696521],[-72.92545101388872,41.79782648702911],[-72.92539201388925,41.79816648709664],[-72.92542101391533,41.79845248715085],[-72.92552401396387,41.79871048719727],[-72.92565301401488,41.798865487222976],[-72.92572901404498,41.79895748723825],[-72.92597901413882,41.79917148727139],[-72.9263240142639,41.799390487302404],[-72.92660201436463,41.7995664873273],[-72.92688101446984,41.79981348736586],[-72.92721101459999,41.80020348743034],[-72.92735701465998,41.800417487466866],[-72.92744501469502,41.80052748748521],[-72.92765101478699,41.80095548756108],[-72.92789301488905,41.80135548763036],[-72.92808301497521,41.80177348770478],[-72.92818601503365,41.80220148778398],[-72.92818601505184,41.802514487844356],[-72.92810501504488,41.802848487911405],[-72.92791401500412,41.803216487988614],[-72.9278040149756,41.80334248801648],[-72.92776001496576,41.803419488032766],[-72.92741501487063,41.8037154881011],[-72.92722001481266,41.80381048812577],[-72.92682101469411,41.80400648817656],[-72.92591201441697,41.80433048826863],[-72.9253100142299,41.80448448831793],[-72.92425401390452,41.804802488413664],[-72.92385701378035,41.80489048844355],[-72.92274201342617,41.80504348850934],[-72.92231001328649,41.805060488526685],[-72.9213920129958,41.80520248858398],[-72.92101101288324,41.80540048863455],[-72.92084201283839,41.80557548867381],[-72.92073201281183,41.80573448870805],[-72.92070301280975,41.80586148873349],[-72.92073201282973,41.80604248876747],[-72.92084901288601,41.80635548882402],[-72.92084901289554,41.806519488855656],[-72.92095901293906,41.80665148887753],[-72.92118901302406,41.80682548890359],[-72.92118701303212,41.8069754889326],[-72.92118401303989,41.80712548896161],[-72.92075301290569,41.80723148899608],[-72.92032101277117,41.807337489030594],[-72.92008601268954,41.80724948902127],[-72.91988801261645,41.80710148899916],[-72.91977101257004,41.806958488975404],[-72.91901601233279,41.80710648902851],[-72.91899701232676,41.807109489029706],[-72.91868601222828,41.80715748904909],[-72.91769601191479,41.80731048911082],[-72.91736601181029,41.8073614891314],[-72.91558501124106,41.80754648922503],[-72.91536201116983,41.80757048923692],[-72.91547501124401,41.80821348935726],[-72.91585501149409,41.81038648976396],[-72.91435001101543,41.81058348985093],[-72.9135870107727,41.81068248989485],[-72.9118130102085,41.81091548999751],[-72.9116120101445,41.81094049000886],[-72.90990200959999,41.8111534901056],[-72.90417200777559,41.811871490430455],[-72.90226200716751,41.81211149053887],[-72.90205000710007,41.81213949055116],[-72.90141800689919,41.812224490588115],[-72.90120700683215,41.81225349060057],[-72.90025100652784,41.812374490654996],[-72.89738700561615,41.81273749081814],[-72.89682300543664,41.81280949085036],[-72.89643200531219,41.812859490872725],[-72.8953240049594,41.812998490935556],[-72.89200000390125,41.813419491124826],[-72.89089300354883,41.81355949118781],[-72.89030400336101,41.81362849122026],[-72.88853800279804,41.81383949131837],[-72.88795000261065,41.81391049135116]]]},"properties":{"name":4621.02,"geoid":"09003462102"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.82046197739191,41.757954482739365],[-72.82078797750061,41.75799848273733],[-72.82774297983055,41.759126482730125],[-72.82999498057912,41.759390482708234],[-72.83282298151912,41.75972148268061],[-72.83561198244622,41.760049482653656],[-72.83782898318321,41.76031048263228],[-72.84624398598037,41.76129748255033],[-72.84806398658529,41.76151048253251],[-72.84863598677546,41.76157848252709],[-72.85226998798338,41.76200448249162],[-72.85314498827422,41.76210748248315],[-72.85774498979515,41.7625074824113],[-72.85789798984548,41.762516482408074],[-72.85791698985607,41.76259248242214],[-72.85801598991196,41.76300148249792],[-72.85809298995491,41.7633104825551],[-72.85815298998826,41.76354948259931],[-72.85826599005144,41.764005482683714],[-72.85842799014154,41.76465148280323],[-72.85859699023855,41.76537748293795],[-72.85870399029996,41.765836483023115],[-72.8588059903556,41.766224483094746],[-72.85911499052368,41.76739048330988],[-72.85921799057972,41.767779483381645],[-72.85928799061617,41.76801548342497],[-72.85949999072622,41.76872448355499],[-72.85952299073817,41.76880148356911],[-72.85956299075599,41.76888448358385],[-72.85961099077498,41.768942483593506],[-72.85961699078906,41.76915248363385],[-72.85964499080664,41.76929848366115],[-72.85965399081218,41.76934348366954],[-72.85969899083638,41.76950848369993],[-72.85980699088861,41.769803483753385],[-72.85996799097117,41.77032448384878],[-72.86007399102556,41.77066748391157],[-72.86012499105176,41.77083348394197],[-72.86028099113149,41.771333484033455],[-72.86033299115809,41.771500484064006],[-72.8604949912281,41.7717984841163],[-72.86051899123838,41.77184148412383],[-72.86105599146012,41.7726514842628],[-72.86124399153776,41.77293548431153],[-72.86130199156182,41.77302448432683],[-72.8614789916349,41.773291484372656],[-72.8615389916596,41.77338048438789],[-72.86175599175641,41.773832484468116],[-72.86199099186112,41.77431948455453],[-72.86241599204965,41.775185484707926],[-72.86263799214804,41.77563648478781],[-72.86264099214937,41.77564248478886],[-72.86264999215338,41.77566148479225],[-72.86265399215509,41.775668484793464],[-72.86280599222341,41.77599348485128],[-72.86292299227605,41.77624448489594],[-72.86315199238837,41.77689648501438],[-72.863180992404,41.7770034850341],[-72.86327499245469,41.77735048509804],[-72.86332599248543,41.77759448514349],[-72.86333799249282,41.77765448515469],[-72.86352699260726,41.77856848532501],[-72.86359099264578,41.77887348538182],[-72.86362899267024,41.77908248542092],[-72.8637449927445,41.779712485538774],[-72.86378399276934,41.779922485578034],[-72.86383699280091,41.780169485624015],[-72.86399699289599,41.78091148576207],[-72.86405099292793,41.78115948580817],[-72.86412199297503,41.781573485885794],[-72.86433799311729,41.78281548611852],[-72.86440999316473,41.78322948619609],[-72.86443999318452,41.783402486228525],[-72.86444699319294,41.78350848624876],[-72.86446399321139,41.783731486291245],[-72.86445899322585,41.784009486345056],[-72.86443699323613,41.78431048640388],[-72.86442699323524,41.78435148641212],[-72.86436299323034,41.78462648646726],[-72.86425099322177,41.78510848656394],[-72.86424699322122,41.785121486566574],[-72.86384599317596,41.78659448686388],[-72.8638409931756,41.786616486868304],[-72.86378499317539,41.786927486930146],[-72.86377099318068,41.787097486963404],[-72.86376299318282,41.7871794869795],[-72.8637619931837,41.78720048698359],[-72.86374599319157,41.7874264870277],[-72.86374099319477,41.787509487043906],[-72.8640749933043,41.787522487035574],[-72.8643699933978,41.787478487017516],[-72.86444799342408,41.78749348701788],[-72.86464099348896,41.78752848701837],[-72.86466599350459,41.787657487042445],[-72.86464399350095,41.78771848705494],[-72.86475399357425,41.78836548717624],[-72.86479899360987,41.78872748724465],[-72.8647179936007,41.789024487304594],[-72.86470399361201,41.789298487357925],[-72.86477699364025,41.78937548737042],[-72.86480599365039,41.78938748737179],[-72.86526099380963,41.7895784873939],[-72.86545799387919,41.78967148740544],[-72.86658199423812,41.78954848734523],[-72.8668309943177,41.78952248733212],[-72.86953799517951,41.78918148717848],[-72.86976099525099,41.78916148716736],[-72.86994999531184,41.78914948715893],[-72.86999899532762,41.78914648715675],[-72.87039099545596,41.78915848714634],[-72.87073999557346,41.78922448714774],[-72.87105799568316,41.78933048715788],[-72.87111699570383,41.78935548716079],[-72.87129499576614,41.789430487169476],[-72.87135499578717,41.78945648717256],[-72.87125999575994,41.78952048718799],[-72.87092999566332,41.789707487234786],[-72.87080599562576,41.78975648724828],[-72.8705789955541,41.78979548726318],[-72.87035099547923,41.78978448726844],[-72.87027399545426,41.78978648727132],[-72.86971999527502,41.78980648729318],[-72.86919199509866,41.78973048729566],[-72.86871599493789,41.78963148729198],[-72.86831199480604,41.78962648730413],[-72.86771099462207,41.78982948736281],[-72.86694599439721,41.7902484874685],[-72.86661099429885,41.79043348751507],[-72.86620099417425,41.790587487558106],[-72.86586299406132,41.790538487559616],[-72.86592199408818,41.79067048758318],[-72.86611299416217,41.79087348761615],[-72.86675199439634,41.79132348768227],[-72.86709599452071,41.7915364877122],[-72.86732399460608,41.79172848774185],[-72.86739699463624,41.79183848776072],[-72.86761799473047,41.79222248782765],[-72.86765699475006,41.79234148784934],[-72.86774999479636,41.79261748789957],[-72.86798499490057,41.793095487984196],[-72.86804599492149,41.7931134879857],[-72.8680639949289,41.793140487990314],[-72.86805099492571,41.79315848799422],[-72.8680289949203,41.793188488000716],[-72.86816099497696,41.793424488041964],[-72.86868999518583,41.794055488146554],[-72.86889599527233,41.79439048820451],[-72.86892499529192,41.794565488237346],[-72.86890299529622,41.79476348827625],[-72.86892499530977,41.79487348829679],[-72.86891799531445,41.79499348832017],[-72.86905099539214,41.795586488430274],[-72.86918999545648,41.79591548848925],[-72.86955799561709,41.796618488612935],[-72.86976299569719,41.79684848865066],[-72.87011599583732,41.79728248872296],[-72.87027699590656,41.79757248877368],[-72.8703429959389,41.79775948880762],[-72.87042399597385,41.79790748883355],[-72.87140999635459,41.79893548899989],[-72.87144399636776,41.79897148900572],[-72.8715669964969,41.80050748929807],[-72.87144899651715,41.801519489497146],[-72.87226099677895,41.801473489461905],[-72.87469999756539,41.80133748935646],[-72.87551399782791,41.80129248932135],[-72.87534799778898,41.80155348937709],[-72.87522899775789,41.801685489406424],[-72.8751219977301,41.801807489433436],[-72.8746339975981,41.80227148953881],[-72.87419499748104,41.80271848963929],[-72.87385499739054,41.803067489717655],[-72.87359899733038,41.80346748980315],[-72.87354299731736,41.80355748982231],[-72.87343899729699,41.80379048987066],[-72.8733329972786,41.80406848992772],[-72.87330199729152,41.80446549000532],[-72.87336799733397,41.80482649007281],[-72.87339399735066,41.804968490099355],[-72.8734309973818,41.80529749016161],[-72.8732309974168,41.80702349050107],[-72.87344799750763,41.807370490560956],[-72.87354599754865,41.80752749058805],[-72.87419199783855,41.80889749083134],[-72.87490099819394,41.81104249122204],[-72.87496099829144,41.81238549147911],[-72.87498499836548,41.81352649169839],[-72.87498699837,41.813593491711266],[-72.87481299838879,41.81489349196763],[-72.87470599839816,41.81565549211806],[-72.87454499834678,41.815673492126756],[-72.8738049981105,41.815755492166616],[-72.87154499738891,41.816006492288444],[-72.87110299724742,41.81604949231108],[-72.8702019969591,41.81613849235752],[-72.86964199677983,41.816192492386115],[-72.86796599624348,41.816357492472356],[-72.86740699606459,41.81641249250112],[-72.86719699599709,41.81642849251102],[-72.86656599579452,41.816479492541355],[-72.86635699572743,41.81649649255142],[-72.86450199513837,41.81675849266219],[-72.86421899504856,41.81679949267928],[-72.85893999337254,41.817551492995705],[-72.85708599278396,41.81781649310699],[-72.85671799266659,41.81785949312723],[-72.85561299231412,41.81798849318798],[-72.85524599219704,41.81803149320818],[-72.85502399212479,41.8180324932156],[-72.85435799190807,41.81803649323797],[-72.8541369918362,41.81803849324554],[-72.85406999181615,41.81806949325369],[-72.85401899180098,41.81809449326016],[-72.85384299174534,41.818123493271464],[-72.85375999171877,41.8181314932757],[-72.85291099144747,41.8182224933208],[-72.8525909913459,41.818268493340064],[-72.85220299122285,41.81832649336384],[-72.8515899910264,41.81838249339454],[-72.85127799092733,41.818426493413156],[-72.84985199047479,41.818633493499334],[-72.84881699014404,41.818744493554334],[-72.84851199004736,41.8187904935731],[-72.84759298975602,41.818929493629724],[-72.84701498957256,41.819012493664495],[-72.84528198902267,41.8192654937695],[-72.8447049888396,41.81935049380462],[-72.84334698839953,41.81939049385639],[-72.84288898825471,41.819466493885905],[-72.84244598811968,41.81962649393114],[-72.84231698808165,41.81969549394861],[-72.84220998805205,41.819786493969644],[-72.84204998800794,41.81992449400145],[-72.84125298775722,41.82007849405701],[-72.84100798767902,41.82010649407036],[-72.84027398744499,41.820194494111135],[-72.84002998736725,41.82022449412483],[-72.83819198677986,41.82042149422244],[-72.83267898501826,41.821016494515966],[-72.83084198443122,41.82121449461372],[-72.8304729843131,41.82125049463263],[-72.82936898395978,41.821360494689635],[-72.82900098384205,41.82139749470869],[-72.82880898378092,41.821422494719755],[-72.82823498359843,41.82150049475341],[-72.82804398353771,41.8215264947646],[-72.82730998330402,41.821620494806524],[-72.82510798260316,41.821906494933074],[-72.82459198243897,41.82197449496291],[-72.82437498236989,41.82200249497534],[-72.82418198230845,41.822027494986415],[-72.82360298212438,41.82210649502042],[-72.82341098206341,41.822133495031856],[-72.82284698188374,41.82220449506382],[-72.82278998186547,41.822209495066645],[-72.82154898146733,41.82231649512749],[-72.82149798144944,41.82229449512491],[-72.81997498096082,41.82242549519953],[-72.81992798094404,41.82240049519623],[-72.81985698092446,41.82246149521029],[-72.81968298086775,41.82246149521594],[-72.81967998085948,41.82233549519173],[-72.81960398082987,41.82225149517799],[-72.81960398080177,41.82176649508446],[-72.81974098080778,41.82109949495136],[-72.81985598082954,41.82082849489538],[-72.81988598083093,41.82068349486645],[-72.82083198104326,41.81902749451638],[-72.8212289811397,41.81845949439396],[-72.82143498119441,41.81824549434601],[-72.82172498126795,41.817883494266795],[-72.8219999813438,41.81764649421215],[-72.82225098140728,41.817330494143086],[-72.82253398148333,41.8170514940801],[-72.82267098152465,41.81699449406466],[-72.8227629815445,41.81681949402793],[-72.82320498166087,41.816342493921574],[-72.82334198169643,41.816185493886856],[-72.82369298178737,41.815781493797566],[-72.82379998181581,41.815670493772686],[-72.82394998185357,41.81547849373079],[-72.82404398187725,41.815358493704586],[-72.82419698191116,41.81508349364659],[-72.82426598191904,41.81483149359574],[-72.82426598190978,41.81467149356487],[-72.82426598190467,41.8145834935479],[-72.82412798184009,41.814244493486974],[-72.82404398180499,41.814110493463865],[-72.8236249816464,41.81372949340393],[-72.82313598147006,41.81343549336307],[-72.82277798134615,41.813309493350346],[-72.82211398112607,41.813244493359335],[-72.8214879809221,41.81324449337963],[-72.82116798081347,41.81316849337532],[-72.82103798076803,41.81311549336931],[-72.82078698067411,41.812905493336935],[-72.82057298058847,41.81263049329083],[-72.82049698054871,41.812371493243326],[-72.82035198048335,41.81205849318765],[-72.82032098046416,41.81190149315835],[-72.82023698043176,41.8118144931443],[-72.82019898041162,41.811680493119674],[-72.820175980394,41.811505493086656],[-72.82022998035926,41.810601492910514],[-72.82029798036284,41.81028049284639],[-72.82052698041562,41.80990349276623],[-72.82141998065242,41.8089684925569],[-72.8214729806653,41.80889249254054],[-72.82164098071009,41.80872049250189],[-72.82190798078096,41.80844249243962],[-72.82214498083299,41.808007492348025],[-72.82224398085576,41.807843492313175],[-72.82232798087716,41.807740492290584],[-72.82249598092038,41.80754149224673],[-72.82267098096835,41.807385492210976],[-72.82285398100922,41.807061492142516],[-72.82295398103467,41.80693849211556],[-72.82258598090779,41.80681749210414],[-72.82354798117059,41.80594349190434],[-72.82415098133174,41.805333491767094],[-72.82560798177916,41.804863491629206],[-72.8263559820105,41.804650491563876],[-72.82655298207142,41.804594491546695],[-72.82755398238108,41.80431049145946],[-72.82765298241183,41.804284491451234],[-72.82934698291042,41.80336449121882],[-72.82999498305286,41.802178490968984],[-72.8304149830799,41.800282490589524],[-72.83040698303935,41.79962649046319],[-72.8303839829786,41.7987064902864],[-72.83028498291482,41.79816149018445],[-72.83021198286846,41.79777149011155],[-72.83015498283208,41.797463490053964],[-72.83086498295764,41.79563648967838],[-72.83097198298208,41.795456489640166],[-72.83168898314435,41.79422448937917],[-72.83210898317628,41.79241248901585],[-72.8320479830737,41.790982488741825],[-72.83203198287579,41.787651488099385],[-72.83240298292658,41.78644048785361],[-72.83252798294359,41.78603048777043],[-72.8322919828762,41.78619448780974],[-72.83243898291599,41.78605448777793],[-72.83247298292355,41.78599348776506],[-72.8325189829289,41.785827487731524],[-72.83254098292045,41.7855574876787],[-72.83258198292032,41.785324487632394],[-72.83252098289083,41.78515748760211],[-72.83245198285776,41.78497448756903],[-72.83180298263221,41.78472948754277],[-72.83081898229055,41.784363487504],[-72.82841598150037,41.78423348755673],[-72.82832398147042,41.78423348755972],[-72.82686698099437,41.78420748760188],[-72.82543998051942,41.784031487614136],[-72.82481498029978,41.78375348758069],[-72.82412098004731,41.78329648751495],[-72.82368597987204,41.782715487416866],[-72.82359397981232,41.78220048732041],[-72.82319697960851,41.780911487084424],[-72.82232797925515,41.77969448687759],[-72.82159497893659,41.77831348663469],[-72.82157197892384,41.778222486617835],[-72.82142697884001,41.77758848650013],[-72.8212059787374,41.77705848640494],[-72.82114497870961,41.776921486380466],[-72.82118297866224,41.77588748617958],[-72.82138197866404,41.774796485962476],[-72.82149597863413,41.77363648573479],[-72.8214049785686,41.77301448561761],[-72.82111497844991,41.7725954855461],[-72.82143297852762,41.77214748544928],[-72.82169397859131,41.77177848536957],[-72.82235797878687,41.77142048527895],[-72.82360897915615,41.77076048511101],[-72.82423497932965,41.77023448498916],[-72.82438797934576,41.76965048487141],[-72.82491397940332,41.76768148447411],[-72.824844979265,41.76567548408893],[-72.82432697903134,41.76455048388841],[-72.82303697849999,41.76262348355795],[-72.82252897828812,41.761819483419096],[-72.82193897804444,41.76092648326568],[-72.82061097749701,41.75893448292386],[-72.82055797745932,41.75858048285719],[-72.82051197742626,41.75826748279822],[-72.82046197739191,41.757954482739365]]]},"properties":{"name":4622.01,"geoid":"09003462201"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.50599787612238,41.778973496903134],[-72.50599887612925,41.779088496925326],[-72.50600187614987,41.77943349699193],[-72.50600387615712,41.779549497014294],[-72.50599287615815,41.7796304970303],[-72.50597187616104,41.77980149706402],[-72.50594887615758,41.779872497078486],[-72.50592387615391,41.779951497094544],[-72.50590587615312,41.78004049711233],[-72.50581187614398,41.7804184971884],[-72.50573587614231,41.780824497269315],[-72.50562487613445,41.78132249736912],[-72.50568487620731,41.782258497548135],[-72.50569087621211,41.782308497557615],[-72.50578687628821,41.78309549770667],[-72.50582587636909,41.78429249793681],[-72.50587987642564,41.78497649806731],[-72.50586687643673,41.785245498119714],[-72.50585387644952,41.78554449817792],[-72.50579287645847,41.78605149827786],[-72.50576087646336,41.78632049833087],[-72.50575387646408,41.78637349834134],[-72.50573487646695,41.78653249837268],[-72.50572887646807,41.7865864983833],[-72.50571187647226,41.7867574984169],[-72.50571187647232,41.78675849841709],[-72.50574487651264,41.78727749851635],[-72.50575587652607,41.78745049854944],[-72.5057608765363,41.78760149857847],[-72.50574587654502,41.787840498625144],[-72.50572687655767,41.78817149868972],[-72.50568887657319,41.788661498785636],[-72.5056408765773,41.78900849885424],[-72.50560987658034,41.78923949889987],[-72.50562887659548,41.7893964989296],[-72.50563987660448,41.78949149894762],[-72.50567487663217,41.789777499001765],[-72.50568687664155,41.78987349901993],[-72.50576287667431,41.790013499044576],[-72.50599187677297,41.790434499118625],[-72.50606887680614,41.79057549914342],[-72.50609687681907,41.790642499155474],[-72.50612087683025,41.79070149916612],[-72.50622087686976,41.790822499186305],[-72.50626887688867,41.790879499195796],[-72.50636087692504,41.790991499214506],[-72.50651887698477,41.791135499237306],[-72.50731387728557,41.79186449935282],[-72.50757887738584,41.79210749939133],[-72.50787887750145,41.79241949944205],[-72.50878087784912,41.79335849959473],[-72.5090818779651,41.79367149964561],[-72.50862287781342,41.793636499653495],[-72.50698187728634,41.7937784997333],[-72.50640187710304,41.7938814997717],[-72.5053128767579,41.794057499840456],[-72.50427487642536,41.794162499893865],[-72.50165687558786,41.79444950003283],[-72.49957487492266,41.79469250014618],[-72.49807187444316,41.794880500230434],[-72.49726787418633,41.79497550027445],[-72.4966458739858,41.7950165003022],[-72.49462187332419,41.79499050036171],[-72.492411872604,41.795001500434296],[-72.49044287196425,41.795044500505384],[-72.49047387198813,41.79528650055116],[-72.49050187200989,41.79550850059318],[-72.48973487176582,41.7956155006383],[-72.48922787160355,41.7956695006649],[-72.48860787140434,41.79572250069489],[-72.48747387103975,41.79581550074902],[-72.48559887043132,41.79587050081941],[-72.48532887034371,41.79587850082955],[-72.48490287020594,41.79589950084719],[-72.48433087003203,41.79612150090832],[-72.4837078698439,41.796386500979395],[-72.48323986969848,41.79651350101884],[-72.48282486956857,41.79660950105062],[-72.48259086949778,41.796706501076834],[-72.48233086942201,41.79686550111585],[-72.48197786933875,41.79742550123532],[-72.48169186926971,41.797851501326754],[-72.48155986923437,41.79798750135723],[-72.48133286916466,41.798063501379154],[-72.4810988690901,41.798094501392605],[-72.479660868628,41.798216501461994],[-72.4793528685302,41.79826350148089],[-72.47905786844166,41.79839850151639],[-72.47883986837995,41.798563501555215],[-72.47858486830256,41.79866550158305],[-72.478513868281,41.79869350159072],[-72.47747986794931,41.79879150164262],[-72.47448086698729,41.79907650179323],[-72.47438286695599,41.79908850179865],[-72.47431186693312,41.799093501801906],[-72.47380786677112,41.79913550182605],[-72.47372886674579,41.79914350183013],[-72.47364086671743,41.79914950183409],[-72.47363386671293,41.79911050182678],[-72.47360986669821,41.798989501804165],[-72.47353986665468,41.798625501736055],[-72.47351786664066,41.79850550171357],[-72.47350086663052,41.79842450169845],[-72.47346886661143,41.798272501670084],[-72.4734468665993,41.79818550165398],[-72.47342786658855,41.79810550163913],[-72.47339886657126,41.79796750161338],[-72.47336986655286,41.79781050158396],[-72.47334286652114,41.797407501506946],[-72.47333486651272,41.797305501487486],[-72.47303486630274,41.79533450111613],[-72.47281486619947,41.79478050101607],[-72.47277286616415,41.794400500943965],[-72.47260786602429,41.7928875006568],[-72.47255986598367,41.79244850057348],[-72.47254686597573,41.79238350056134],[-72.47253486596858,41.79232650055069],[-72.47250986595225,41.79218250052366],[-72.47250486594912,41.7921565005188],[-72.47249786594365,41.79210050050819],[-72.47243086590476,41.79180050045234],[-72.47240686589087,41.791694500432634],[-72.47234386584952,41.79132850036389],[-72.47228186580884,41.79096850029628],[-72.4722688658001,41.79088950028143],[-72.47221886576656,41.790586500224435],[-72.47220386575546,41.790477500203856],[-72.47218086573773,41.7902975001698],[-72.4721588657222,41.79015050014208],[-72.47214386571117,41.790042500121686],[-72.47192686557587,41.78890749990922],[-72.47176786547658,41.78807349975305],[-72.47127786517089,41.78550749927265],[-72.47106286503666,41.78437949906142],[-72.4725158655255,41.78464249906601],[-72.47358186588414,41.78483549906936],[-72.47687886699399,41.785442499081704],[-72.47833486748411,41.785710499087145],[-72.47903286771904,41.78583849908964],[-72.4800838680729,41.786033499093854],[-72.48113386842383,41.78618249908922],[-72.4818368686588,41.78628249908615],[-72.48280286897636,41.78632649906388],[-72.48289286900594,41.78633049906179],[-72.48368286926315,41.786322499035066],[-72.48430386946268,41.78626949900503],[-72.48495686967125,41.78619249896935],[-72.48681887026311,41.785921498857626],[-72.48838087076446,41.78577949878041],[-72.48852087080921,41.78576349877285],[-72.48990287125443,41.78566649871005],[-72.49122087167862,41.785567498648916],[-72.49130687170621,41.78555949864463],[-72.4915678717901,41.78553749863206],[-72.49165587181841,41.7855304986279],[-72.49194087190988,41.785504498613776],[-72.4927968721847,41.78542849857181],[-72.49308287227656,41.785403498557855],[-72.49336887236835,41.78537749854372],[-72.49422787264416,41.78530149850166],[-72.49451487273635,41.78527649848766],[-72.49470387279696,41.785258498478164],[-72.49527387297995,41.78520749845013],[-72.49546387304096,41.7851904984408],[-72.49584487316311,41.7851534984215],[-72.49620387327823,41.78511949840348],[-72.49699087353058,41.7850434983637],[-72.49737387365343,41.78500749834453],[-72.49772287376554,41.784977498327606],[-72.49790287382396,41.784972498320904],[-72.49901287418557,41.78496549828415],[-72.49902587418993,41.784967498284125],[-72.49919887424029,41.784861498258124],[-72.49973987440039,41.7845744981854],[-72.49994587445984,41.78443849815254],[-72.50027487455182,41.78416949809005],[-72.50030487455818,41.784109498077505],[-72.50041487458085,41.78387749802915],[-72.50083387467551,41.78313949787313],[-72.50132187478698,41.78230249769579],[-72.50140687480585,41.782146497662914],[-72.50153387483428,41.78191849761478],[-72.50168887487207,41.78169449756655],[-72.50179087489708,41.78154949753526],[-72.5019888749513,41.78136749749376],[-72.5021478749949,41.78122249746067],[-72.50258787511818,41.78086749737801],[-72.50260987512472,41.780856497375176],[-72.50285387519787,41.78074349734556],[-72.50286487520079,41.78073149734288],[-72.50289887520992,41.780697497335225],[-72.5029108752132,41.78068649733271],[-72.50336587534099,41.78032449724823],[-72.50338387534612,41.78031149724515],[-72.50385387548224,41.780010497171965],[-72.50421887559143,41.77983749712689],[-72.50490387579963,41.77957049705341],[-72.50492487580578,41.77955849705044],[-72.50544187595916,41.77929149698234],[-72.50555287599173,41.77922749696643],[-72.50588587608944,41.77903649691887],[-72.50599787612238,41.778973496903134]]]},"properties":{"name":5149,"geoid":"09003514900"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.41062983502856,41.60180646559652],[-72.41154983523951,41.600225465260294],[-72.41431183587318,41.59548446425184],[-72.41510083605428,41.594131463964],[-72.41517883607227,41.59399946393587],[-72.41523383608492,41.59390546391589],[-72.4152528360892,41.59387146390868],[-72.4153118361028,41.59377146388738],[-72.41533183610746,41.593738463880335],[-72.41541183612577,41.593600463851],[-72.4156298361915,41.59350646382584],[-72.41579583622864,41.5932044637619],[-72.41687083646943,41.591255463349185],[-72.41722983654996,41.59060646321173],[-72.4177048366999,41.590521463180195],[-72.4191298371497,41.590266463085605],[-72.4196058373,41.59018246305422],[-72.42002983743384,41.59010646302605],[-72.42080783768212,41.59001546298377],[-72.42442583883667,41.58959146278697],[-72.4256318392216,41.58945146272163],[-72.42628983943155,41.589374462685875],[-72.42772983989111,41.58920646260767],[-72.42826084005843,41.589106462571436],[-72.42886084024757,41.58899446253071],[-72.42891284026393,41.588984462527115],[-72.42932984039534,41.58890646249877],[-72.43017484066405,41.58879046244949],[-72.43153584109696,41.58860646237069],[-72.43162784112617,41.58859346236526],[-72.43172084115575,41.58858046235978],[-72.43181284118504,41.58856846235455],[-72.43190384121394,41.588555462349134],[-72.43397284187192,41.58827346222889],[-72.43523984227488,41.58810146215538],[-72.43538784232189,41.58808046214663],[-72.43583384246372,41.58801946212067],[-72.43592984249432,41.588007462115286],[-72.43598284251118,41.58800046211225],[-72.43766284304527,41.58776846201401],[-72.4427028446475,41.587072461719266],[-72.44356284492095,41.58695446166912],[-72.44381884500234,41.586919461654226],[-72.44407484508375,41.58688446163931],[-72.44438384518196,41.586841461621184],[-72.44441284519117,41.586837461619496],[-72.44444284520065,41.58683246161757],[-72.44462284525787,41.586807461607016],[-72.44468284527701,41.58680046160375],[-72.44648584584995,41.5865474614975],[-72.45066084717678,41.58596446125206],[-72.45189784756988,41.585791461179284],[-72.45370184814317,41.58553946107319],[-72.45393084821595,41.58550746105972],[-72.45630684897294,41.58521046092677],[-72.46065385035796,41.584667460683576],[-72.46412485146375,41.5842324604891],[-72.46673085229405,41.583907460343376],[-72.46723085249837,41.58464646047114],[-72.4687308531116,41.58686646085499],[-72.46876985312755,41.58692446086502],[-72.4689908532179,41.58725146092156],[-72.46904285323895,41.5873244609341],[-72.46923185331633,41.5876064609829],[-72.46990585358962,41.58856346114749],[-72.47192785440964,41.59143746164179],[-72.47260285468337,41.59239646180669],[-72.4729508548278,41.592949461903096],[-72.47399485526124,41.59461146219289],[-72.47434285540574,41.59516546228947],[-72.47479485560065,41.59601346243986],[-72.47615385618634,41.598557462890945],[-72.47660785638196,41.59940646304147],[-72.47666985640873,41.59952346306221],[-72.4768588564902,41.59987746312498],[-72.47686485649277,41.59988846312693],[-72.47692185651735,41.59999546314591],[-72.47783685690179,41.60153146341522],[-72.48058385805616,41.60614646422441],[-72.48149985844108,41.60768446449401],[-72.48151985844952,41.60771846449997],[-72.48156485846843,41.60779446451332],[-72.48163185849657,41.607906464532924],[-72.48178585855827,41.608111464567855],[-72.48184285858117,41.608188464581],[-72.48186385858958,41.60821646458578],[-72.48190385860559,41.608269464594805],[-72.48193185861686,41.60830746460129],[-72.48364985933513,41.61112646509417],[-72.48628186043554,41.61544346584884],[-72.48898486156571,41.61987646662367],[-72.48967986185633,41.62101646682292],[-72.49076286230927,41.62279346713348],[-72.49083186233815,41.62290746715341],[-72.4917518627235,41.62442746741924],[-72.49471786396622,41.629332468277056],[-72.49569686437631,41.63094946855977],[-72.49570886438129,41.63096846856307],[-72.49573086439067,41.63100746856995],[-72.4970948649588,41.63320246895258],[-72.50126086669405,41.639903470120444],[-72.50263086726476,41.6421074705045],[-72.50265086727298,41.64213747050969],[-72.50267086728117,41.64216747051487],[-72.50309586745638,41.64281847062767],[-72.50442986800626,41.644860470981406],[-72.50476686814513,41.6453754710706],[-72.50487586819007,41.64554247109953],[-72.50498686824272,41.64583447115265],[-72.50505286827399,41.6460074711841],[-72.50531986840086,41.646713471312566],[-72.50543186845395,41.647007471366045],[-72.50510886838596,41.64766647150413],[-72.50478486831767,41.64832547164225],[-72.50472786830555,41.64843947166619],[-72.50261686786085,41.65273847256713],[-72.50202786773683,41.653939472818806],[-72.50191386771282,41.65417147286741],[-72.50186986770431,41.654274472888794],[-72.50182386769451,41.654366472908094],[-72.50177786768568,41.65447547293069],[-72.50170186766726,41.65458747295483],[-72.50111486754054,41.65572847319478],[-72.49730786667782,41.662407474611015],[-72.48599786321039,41.66625347571622],[-72.48509886293184,41.66650747579401],[-72.48240286209659,41.66727147602782],[-72.48150486181841,41.66752647610579],[-72.48086686162083,41.66770847616135],[-72.47895586102902,41.6682544763279],[-72.4783188608318,41.66843747638362],[-72.47731986052477,41.66876447647875],[-72.47843786107161,41.67199547706968],[-72.47894586132006,41.673462477337964],[-72.48240386285221,41.680633478618155],[-72.48272586299487,41.68130047873721],[-72.48027186230756,41.6832874792003],[-72.476798861335,41.68610247985625],[-72.4754138608915,41.686241479927205],[-72.47125985956136,41.68665848013999],[-72.46987585911823,41.68679848021109],[-72.46809585855144,41.687033480313175],[-72.46627085797036,41.68727548041803],[-72.46275885685208,41.68774048061969],[-72.46098085628596,41.687976480721886],[-72.45922985572467,41.68814248080965],[-72.45397985404179,41.68864048107284],[-72.45222985348087,41.68880748116075],[-72.45212285342889,41.68850448110542],[-72.45180185327298,41.68759648093964],[-72.45174885324711,41.68744448091185],[-72.45169585322138,41.687294480884454],[-72.45162985318929,41.68710748085031],[-72.45161485318101,41.687047480839155],[-72.4514368530802,41.686289480697894],[-72.45137785304674,41.6860374806509],[-72.45134185302653,41.68588748062298],[-72.45123685296689,41.685437480539086],[-72.45122985296291,41.6854074805335],[-72.45120285294733,41.6852874805111],[-72.4506768526467,41.6829994800843],[-72.44966385206736,41.67858547926079],[-72.44911785175519,41.676207478817076],[-72.44910085174553,41.676134478803476],[-72.44870785152078,41.67442147848382],[-72.44857585144537,41.673847478376715],[-72.44848585139408,41.673458478304156],[-72.44821885124145,41.67229547808713],[-72.44814285119789,41.671962478024966],[-72.44812985119049,41.671906478014506],[-72.44715285084645,41.671451477957284],[-72.44422184981445,41.67008947778615],[-72.44382984967645,41.66990747776329],[-72.44325484947261,41.66961547772489],[-72.4420118490319,41.66898347764175],[-72.43828284770994,41.6670904773929],[-72.43732984737208,41.66660647732924],[-72.4370448472705,41.66645147730821],[-72.43697084724413,41.6664114773028],[-72.43598484689258,41.6658754772301],[-72.432805845759,41.66414347699495],[-72.43185384541965,41.66362647692486],[-72.4317468453815,41.663568476916986],[-72.43071684501423,41.663007476840825],[-72.42942984455539,41.66230747674582],[-72.42923184447565,41.662037476699744],[-72.42821884406763,41.660654476463584],[-72.42793584395359,41.660267476397486],[-72.42752984378976,41.65970747630171],[-72.42747984376854,41.65962047628643],[-72.42619284322295,41.657379475892476],[-72.42218584152415,41.65039847466505],[-72.42092784099091,41.64820747427975],[-72.42084784095734,41.64807347425628],[-72.42084084095437,41.64806147425416],[-72.41985684054583,41.64649947398223],[-72.41749683956633,41.642757473330796],[-72.41712783941318,41.64217247322894],[-72.41688183931126,41.64178547316161],[-72.41649783915183,41.64117547305538],[-72.41589283890066,41.640214472888026],[-72.41590683889459,41.640025472850915],[-72.41587083887477,41.63988147282409],[-72.41576283881533,41.63945047274385],[-72.41572883879621,41.639307472717185],[-72.41560183874533,41.6391384726884],[-72.41551283870935,41.63901447266715],[-72.41464483835917,41.6378164724621],[-72.41435583824263,41.637418472394],[-72.41421983818988,41.63726847236919],[-72.41396183809599,41.63709347234337],[-72.41385283805096,41.636924472314035],[-72.41384683804407,41.636836472297134],[-72.41388183805317,41.63679547228807],[-72.41402483809868,41.636776472279855],[-72.41405283810523,41.63673047227005],[-72.41405283810063,41.63664847225413],[-72.41384783802775,41.636540472239645],[-72.41376683799527,41.63643247222127],[-72.41376683798809,41.6363044721964],[-72.41382283799919,41.63617747216998],[-72.41382383798855,41.635982472132106],[-72.4137718379466,41.63553747204736],[-72.41378983794802,41.635458472031466],[-72.41382683795125,41.63530147199983],[-72.41377483791047,41.634877471919175],[-72.41372083788421,41.63472347189098],[-72.4135518378173,41.63451247185537],[-72.41343483777428,41.63442547184219],[-72.41323783770397,41.63431647182727],[-72.41287083756878,41.63403847178492],[-72.41264083747971,41.63378747174346],[-72.41179083717238,41.63324647166534],[-72.41162083710968,41.633116471645494],[-72.41153283707526,41.633014471628464],[-72.41129483698873,41.63285447160493],[-72.41123983696704,41.632787471593666],[-72.4110848369004,41.63250047154286],[-72.41086083681158,41.63221847149521],[-72.41069083674782,41.63206947147165],[-72.41020883657161,41.631728471420715],[-72.40989683645525,41.6314664713797],[-72.40969983637807,41.63123547134111],[-72.4095298363143,41.63108647131755],[-72.40921783619416,41.630757471263564],[-72.40917083616964,41.6305934712332],[-72.40916483615447,41.630358471187776],[-72.40925983617188,41.63011747113798],[-72.4092748361748,41.63008247113071],[-72.40925583616367,41.62999447111424],[-72.4090858360999,41.629845471090675],[-72.40897483601346,41.62895047092043],[-72.40862483584066,41.62790447072844],[-72.40861183582894,41.627771470703024],[-72.40861283580495,41.62733847061893],[-72.4085518357653,41.626986470552524],[-72.40848083571879,41.62657047047399],[-72.40819583558795,41.62589447035176],[-72.40787483544607,41.62523047023299],[-72.40788183544129,41.6251044702083],[-72.40792583545004,41.62500547018769],[-72.40802383546952,41.62478347014148],[-72.40834483553361,41.62406246999134],[-72.40848183556082,41.623752469926806],[-72.40862283558894,41.62343546986081],[-72.40863583559167,41.62340846985516],[-72.40888983564157,41.62282346973354],[-72.40897183565777,41.62263646969463],[-72.40900883566258,41.622507469668406],[-72.40950883568772,41.62005446917627],[-72.40951383563244,41.619041468979404],[-72.40944683548081,41.61672946853255],[-72.40944283547174,41.616591468505874],[-72.40942583544022,41.616128468416484],[-72.40944083534094,41.614273468055764],[-72.40948583503733,41.60860346695306],[-72.40956883503091,41.60800746683468],[-72.41005083499981,41.604655466168296],[-72.41006583499869,41.60454846614705],[-72.41010383499626,41.60428446609456],[-72.41026183498543,41.60317446587392],[-72.41031583498227,41.60280446580033],[-72.4103218349818,41.6027614657918],[-72.41032983498133,41.60270646578085],[-72.41035183498461,41.602637465766755],[-72.41036583498695,41.602597465758556],[-72.41036783498714,41.60258946575693],[-72.41041783499496,41.602438465726],[-72.4105368350138,41.60208346565329],[-72.41057583501983,41.601964465628924],[-72.41062983502856,41.60180646559652]]]},"properties":{"name":5241,"geoid":"09003524100"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.77188195659356,41.671308467548904],[-72.77051895615614,41.67141646761373],[-72.77006595601128,41.67146146763704],[-72.7687089555773,41.6715954677067],[-72.7682569554328,41.67164146773018],[-72.76799695534962,41.67166646774339],[-72.76721995510108,41.671742467783126],[-72.76696095501828,41.67176846779651],[-72.76680295496777,41.6717844678047],[-72.76633095481688,41.6718324678292],[-72.76617395476676,41.67184946783755],[-72.76610895474585,41.67185346784041],[-72.7659449546932,41.67186646784821],[-72.7659169546842,41.6718684678495],[-72.76585295466379,41.671875467852914],[-72.76577195463781,41.67188246785688],[-72.76574095462794,41.67188646785865],[-72.76553095456065,41.671904467868906],[-72.765450954535,41.671911467872846],[-72.76534495450107,41.67192146787819],[-72.7650289544,41.671952467894364],[-72.76492395436644,41.67196346789987],[-72.76463495427389,41.67198946791422],[-72.76380295400749,41.672066467955936],[-72.76376995399674,41.672066467957],[-72.76359495393984,41.67206746796282],[-72.76348495390225,41.67203646796036],[-72.76359895392953,41.671864467923385],[-72.76394095401137,41.67135046781283],[-72.76405595403902,41.67117946777601],[-72.76410095405029,41.67112046776314],[-72.76423895408506,41.670943467724406],[-72.76428595409705,41.67088546771165],[-72.76442695413107,41.67067846766703],[-72.76485395423467,41.670060467533595],[-72.76499595426912,41.66985546748931],[-72.7650209542748,41.669812467480185],[-72.76509795429249,41.669683467452735],[-72.76512395429853,41.66964146744376],[-72.76517995430822,41.6694924674131],[-72.76535095433839,41.66904746732141],[-72.76540795434846,41.668899467290906],[-72.76541295434649,41.668836467278545],[-72.76542795434054,41.66864746724146],[-72.76543295433855,41.6685844672291],[-72.76543395433309,41.66848346720952],[-72.76543895431737,41.66818046715064],[-72.76544095431228,41.66808046713122],[-72.76544395430575,41.667949467105764],[-72.7654529542864,41.667560467030114],[-72.76545695428027,41.66743046700482],[-72.76545695427562,41.667349466989144],[-72.76546095426306,41.66710746694214],[-72.76546195425883,41.667027466926605],[-72.76546795425573,41.66693946690938],[-72.76548695424695,41.666678466858215],[-72.76549395424425,41.666591466841126],[-72.76548195422923,41.66639746680394],[-72.7654479541849,41.665816466692526],[-72.76543695417027,41.66562346665548],[-72.76541695415466,41.665464466625345],[-72.76535795410813,41.664987466534846],[-72.7653389540929,41.664829466504855],[-72.76530395406823,41.664597466461046],[-72.76520195399533,41.6639044663301],[-72.76516895397138,41.66367346628642],[-72.76513695394583,41.66340946623631],[-72.76504195386963,41.66261846608616],[-72.76501095384448,41.66235546603621],[-72.76528495393211,41.66232846602215],[-72.76610995419614,41.66225046598048],[-72.76638495428415,41.66222446596659],[-72.76669595438347,41.66219146595018],[-72.76762995468184,41.66209346590113],[-72.76794195478152,41.66206146588488],[-72.76813395484304,41.66204446587541],[-72.76871095502808,41.661996465847515],[-72.76871295502873,41.66199646584746],[-72.76890295508913,41.6619714658365],[-72.76895295511113,41.662071465854275],[-72.76897295511993,41.66211146586135],[-72.76911495517486,41.66226346588625],[-72.76918295519968,41.66231046589314],[-72.76927495523333,41.662375465902784],[-72.76959895535711,41.66269546595432],[-72.76962195536592,41.66271846595805],[-72.76976995542351,41.662883465985225],[-72.77006895556144,41.66359246611293],[-72.77021795562776,41.66390346616837],[-72.77041495571545,41.66431546624183],[-72.77052195576358,41.66454746628331],[-72.77084295590802,41.66524546640818],[-72.77095095595652,41.66547846644982],[-72.77104395599858,41.66568446648673],[-72.77132295612496,41.666305466598025],[-72.77141595616708,41.6665124666351],[-72.77149895620471,41.66669746666826],[-72.77174895631804,41.667255466768275],[-72.77183295635604,41.66744146680159],[-72.77191595639306,41.667616466832825],[-72.77216595650468,41.668144466927025],[-72.77224995654211,41.668320466958406],[-72.77226495655181,41.668404466974195],[-72.77228995656746,41.668535466998755],[-72.7722979565771,41.66865846702232],[-72.77230395658346,41.66873546703703],[-72.77230295658364,41.66874446703881],[-72.77223895659107,41.66923746713636],[-72.77223495659102,41.66925946714072],[-72.77212095659112,41.66990846727011],[-72.77197395659417,41.67079646744681],[-72.77192095659542,41.671119467511055],[-72.77188195659356,41.671308467548904]]]},"properties":{"name":4153,"geoid":"09003415300"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.77387495612867,41.651868463719175],[-72.77349795600931,41.65192646374256],[-72.77236995565232,41.65210246381297],[-72.7719939555334,41.65216246383672],[-72.77173995545265,41.652195463851285],[-72.77097995521109,41.652296463895325],[-72.77072695513078,41.65233146391025],[-72.77062095509731,41.65234946391715],[-72.77036895501794,41.652395463934184],[-72.77030495499757,41.652403463937794],[-72.77019995496431,41.65241946394428],[-72.7701219549394,41.652427463948335],[-72.76988795486474,41.65245346396092],[-72.76981095484024,41.65246346396532],[-72.7697099548079,41.65247246397032],[-72.76940995471182,41.65249946398521],[-72.7693729547,41.65250346398718],[-72.76931095468018,41.65250946399034],[-72.76925795466322,41.65251446399302],[-72.76909895461235,41.65252946400104],[-72.76904595459537,41.65253446400371],[-72.76849395441889,41.65258946403214],[-72.7668389538897,41.65275346411719],[-72.7662879537136,41.652809464145776],[-72.76567695351861,41.652876464178426],[-72.7638459529343,41.65307846427652],[-72.76323595273968,41.65314646430934],[-72.76326395275807,41.653308464339815],[-72.76334995281397,41.65379646443161],[-72.76337895283275,41.65395946446224],[-72.76341495285374,41.65412146449246],[-72.76352395291718,41.6546104645837],[-72.76356095293856,41.65477346461409],[-72.76359195295791,41.65493546464448],[-72.76368695301682,41.65542446473614],[-72.76371895303656,41.6555874647667],[-72.76377195306823,41.65583946481382],[-72.76393095316342,41.65659846495575],[-72.76398395319515,41.656851465003044],[-72.7640609532414,41.657221465072254],[-72.76429195338022,41.658333465280236],[-72.76436895342651,41.658704465349636],[-72.76444295347034,41.659049465414085],[-72.76445595347904,41.65912746542878],[-72.76454595353714,41.65963046552332],[-72.76470895363421,41.66039946566704],[-72.7647999536881,41.66082346574624],[-72.76484195371927,41.661129465804166],[-72.7649679538129,41.662048465978124],[-72.76501095384448,41.66235546603621],[-72.76504195386963,41.66261846608616],[-72.76513695394583,41.66340946623631],[-72.76516895397138,41.66367346628642],[-72.76520195399533,41.6639044663301],[-72.76530395406823,41.664597466461046],[-72.7653389540929,41.664829466504855],[-72.76535795410813,41.664987466534846],[-72.76541695415466,41.665464466625345],[-72.76543695417027,41.66562346665548],[-72.7654479541849,41.665816466692526],[-72.76548195422923,41.66639746680394],[-72.76549395424425,41.666591466841126],[-72.76548695424695,41.666678466858215],[-72.76546795425573,41.66693946690938],[-72.76546195425883,41.667027466926605],[-72.76546095426306,41.66710746694214],[-72.76545695427562,41.667349466989144],[-72.76545695428027,41.66743046700482],[-72.7654529542864,41.667560467030114],[-72.76544395430575,41.667949467105764],[-72.76544095431228,41.66808046713122],[-72.76543895431737,41.66818046715064],[-72.76543395433309,41.66848346720952],[-72.76543295433855,41.6685844672291],[-72.76542795434054,41.66864746724146],[-72.76541295434649,41.668836467278545],[-72.76540795434846,41.668899467290906],[-72.76535095433839,41.66904746732141],[-72.76517995430822,41.6694924674131],[-72.76512395429853,41.66964146744376],[-72.76509795429249,41.669683467452735],[-72.7650209542748,41.669812467480185],[-72.76499595426912,41.66985546748931],[-72.76485395423467,41.670060467533595],[-72.76442695413107,41.67067846766703],[-72.76428595409705,41.67088546771165],[-72.76423895408506,41.670943467724406],[-72.76410095405029,41.67112046776314],[-72.76405595403902,41.67117946777601],[-72.76367095391582,41.671216467795574],[-72.76251595354633,41.67132846785446],[-72.76213195342352,41.671366467874165],[-72.76191995335572,41.67138746788506],[-72.76128595315298,41.67145046791769],[-72.76107495308557,41.671472467928744],[-72.76047995289517,41.67152946795894],[-72.75869495232402,41.67170146804972],[-72.75810095213401,41.67175946808007],[-72.75788795206581,41.67177946809081],[-72.75725195186236,41.67184146812328],[-72.75703995179455,41.67186246813418],[-72.7568089517204,41.67188046814508],[-72.75611595149788,41.67193346817766],[-72.75588595142409,41.671952468188756],[-72.75567395135609,41.67196946819887],[-72.7550369511516,41.67201946822905],[-72.75482595108394,41.67203746823934],[-72.75474595105865,41.67205046824443],[-72.75450695098314,41.672090468259874],[-72.75442795095825,41.672104468265125],[-72.75430895088721,41.67154046815973],[-72.75395195067432,41.66985146784411],[-72.75383295060335,41.669288467738916],[-72.75375495056096,41.6689914676839],[-72.75359395047306,41.66837146756899],[-72.7535459504418,41.66809846751767],[-72.75352195042598,41.667958467491324],[-72.75355495042757,41.66779846745927],[-72.75353795041201,41.667623467425926],[-72.75348995036657,41.667102467326565],[-72.75347495035173,41.66692846729334],[-72.75316295016128,41.665375467002576],[-72.75222694959002,41.6607164661302],[-72.7519159494,41.659164465839545],[-72.75164294925153,41.65812246564646],[-72.75082494880657,41.65499746506734],[-72.75055294865851,41.65395646487438],[-72.75054494862444,41.653406464768075],[-72.7505209485224,41.651758464449536],[-72.75051294848839,41.65120946434341],[-72.75048194846646,41.651002464304284],[-72.7503889484007,41.65038146418695],[-72.75035794837883,41.65017546414801],[-72.75061494846058,41.650142464133374],[-72.751385948706,41.65004646408996],[-72.75164394878813,41.65001446407547],[-72.7520909489316,41.64997946405432],[-72.7534339493627,41.649875463990966],[-72.75388194950655,41.64984146396995],[-72.75473594978315,41.64981846393803],[-72.75729895061345,41.64975246384276],[-72.75815395089042,41.649730463811],[-72.75854695101614,41.649692463790984],[-72.75972995139472,41.64958046373122],[-72.76012395152081,41.64954346371136],[-72.76166295201381,41.64940646363529],[-72.76628195349362,41.64899946340776],[-72.76721995379417,41.648917463361684],[-72.76761995392405,41.64891246334783],[-72.76782495399057,41.64890946334066],[-72.76793995402801,41.64890946333695],[-72.76828695414093,41.64890946332578],[-72.76840295417867,41.64890946332205],[-72.76849595420887,41.64890846331887],[-72.76852795421928,41.64890846331784],[-72.76877795429974,41.648892463306666],[-72.76887195433001,41.648887463302685],[-72.7693589544829,41.64878946326802],[-72.77082295494263,41.64849846316449],[-72.77087895496024,41.64848746316056],[-72.77131095509588,41.648401463129986],[-72.77133395511147,41.64854346315676],[-72.77135695512676,41.648679463182376],[-72.77140795516007,41.648971463237295],[-72.77143395517672,41.64911446326418],[-72.77153995522059,41.64927846329253],[-72.7716579552702,41.64947446332672],[-72.77175795531161,41.649629463353534],[-72.77184595534564,41.64972346336892],[-72.773222955877,41.6511784636065],[-72.77336795593295,41.651331463631465],[-72.77387495612867,41.651868463719175]]]},"properties":{"name":4154,"geoid":"09003415400"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.77387495612867,41.651868463719175],[-72.773954956159,41.651943463731136],[-72.77419495625004,41.6521694637672],[-72.77427595628076,41.65224546377931],[-72.77436095631403,41.65234346379557],[-72.77461695641415,41.65263746384428],[-72.77470295644774,41.652735463860495],[-72.77495295654366,41.652989463901655],[-72.77500195656246,41.653039463909764],[-72.77525695666279,41.65334246396025],[-72.77543795673972,41.65365746401545],[-72.77554895678811,41.65387146405333],[-72.77559795680936,41.65396446406977],[-72.77573295686554,41.654178464106884],[-72.77583595691208,41.654405464147544],[-72.7761449570518,41.655089464270105],[-72.7762489570987,41.655317464310926],[-72.77632795713592,41.655518464347324],[-72.77637595715852,41.655640464369405],[-72.77659095725535,41.656109464453344],[-72.77668195729623,41.65630646448858],[-72.77677295733713,41.656503464523794],[-72.77704695746021,41.65709546462966],[-72.77713895750148,41.65729346466505],[-72.777282957564,41.657566464713305],[-72.77771795775244,41.65838546485796],[-72.77786295781527,41.65865846490617],[-72.77802295788567,41.658978464962985],[-72.77803895789248,41.6590064649679],[-72.77824195797825,41.65935046502799],[-72.77871895816826,41.65995746513021],[-72.77896095826459,41.66026446518189],[-72.77851995813282,41.66046946523579],[-72.7779799579716,41.660722465302186],[-72.77720295774022,41.66109746539987],[-72.77698195767448,41.66120546542792],[-72.776855957638,41.661284465447274],[-72.77680395762545,41.66136046546368],[-72.77665095757793,41.66140046547635],[-72.7766269575704,41.6614054654781],[-72.77655795754899,41.6614234654838],[-72.77653495754184,41.6614294654857],[-72.77562295725542,41.661610465550126],[-72.7752339571318,41.66166246557274],[-72.77481695699753,41.66168746559102],[-72.77446995688729,41.661734465611296],[-72.77438995686184,41.66174446561581],[-72.77415095678576,41.66177446562932],[-72.77407195676068,41.661785465634004],[-72.77393295671632,41.66180046564137],[-72.77351895658408,41.66184446566324],[-72.77338095654011,41.66186046567077],[-72.77314695646572,41.66189146568432],[-72.7724469562432,41.66198346572469],[-72.7722139561692,41.66201546573838],[-72.77209095613007,41.66203146574545],[-72.77172195601274,41.66207946576664],[-72.77159995597401,41.66209646577386],[-72.7711339558255,41.66215146579952],[-72.76973895538109,41.662318465876794],[-72.76927495523333,41.662375465902784],[-72.76918295519968,41.66231046589314],[-72.76911495517486,41.66226346588625],[-72.76897295511993,41.66211146586135],[-72.76895295511113,41.662071465854275],[-72.76890295508913,41.6619714658365],[-72.76871295502873,41.66199646584746],[-72.76871095502808,41.661996465847515],[-72.76813395484304,41.66204446587541],[-72.76794195478152,41.66206146588488],[-72.76762995468184,41.66209346590113],[-72.76669595438347,41.66219146595018],[-72.76638495428415,41.66222446596659],[-72.76610995419614,41.66225046598048],[-72.76528495393211,41.66232846602215],[-72.76501095384448,41.66235546603621],[-72.7649679538129,41.662048465978124],[-72.76484195371927,41.661129465804166],[-72.7647999536881,41.66082346574624],[-72.76470895363421,41.66039946566704],[-72.76454595353714,41.65963046552332],[-72.76445595347904,41.65912746542878],[-72.76444295347034,41.659049465414085],[-72.76436895342651,41.658704465349636],[-72.76429195338022,41.658333465280236],[-72.7640609532414,41.657221465072254],[-72.76398395319515,41.656851465003044],[-72.76393095316342,41.65659846495575],[-72.76377195306823,41.65583946481382],[-72.76371895303656,41.6555874647667],[-72.76368695301682,41.65542446473614],[-72.76359195295791,41.65493546464448],[-72.76356095293856,41.65477346461409],[-72.76352395291718,41.6546104645837],[-72.76341495285374,41.65412146449246],[-72.76337895283275,41.65395946446224],[-72.76334995281397,41.65379646443161],[-72.76326395275807,41.653308464339815],[-72.76323595273968,41.65314646430934],[-72.7638459529343,41.65307846427652],[-72.76567695351861,41.652876464178426],[-72.7662879537136,41.652809464145776],[-72.7668389538897,41.65275346411719],[-72.76849395441889,41.65258946403214],[-72.76904595459537,41.65253446400371],[-72.76909895461235,41.65252946400104],[-72.76925795466322,41.65251446399302],[-72.76931095468018,41.65250946399034],[-72.7693729547,41.65250346398718],[-72.76940995471182,41.65249946398521],[-72.7697099548079,41.65247246397032],[-72.76981095484024,41.65246346396532],[-72.76988795486474,41.65245346396092],[-72.7701219549394,41.652427463948335],[-72.77019995496431,41.65241946394428],[-72.77030495499757,41.652403463937794],[-72.77036895501794,41.652395463934184],[-72.77062095509731,41.65234946391715],[-72.77072695513078,41.65233146391025],[-72.77097995521109,41.652296463895325],[-72.77173995545265,41.652195463851285],[-72.7719939555334,41.65216246383672],[-72.77236995565232,41.65210246381297],[-72.77349795600931,41.65192646374256],[-72.77387495612867,41.651868463719175]]]},"properties":{"name":4155,"geoid":"09003415500"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.7835639596532,41.65835646466398],[-72.78329595959184,41.65880746475996],[-72.78265995944633,41.65988046498831],[-72.78252095941463,41.660116465038506],[-72.78248995940694,41.66015846504763],[-72.78239895938457,41.660284465074966],[-72.78236195937555,41.66033746508644],[-72.78213395931293,41.660539465132906],[-72.78204995928755,41.66057346514219],[-72.78179795921154,41.66067846517065],[-72.7817149591866,41.660714465180305],[-72.78143895910516,41.66086046521748],[-72.78136095908216,41.660902465228126],[-72.78097695896648,41.66106446527188],[-72.78055595883464,41.661154465302864],[-72.78053595882842,41.6611594653045],[-72.78024695873609,41.661189465319616],[-72.78012995869814,41.66119146532377],[-72.77977895858442,41.66120046533683],[-72.77966295854691,41.66120446534134],[-72.77958095851007,41.661027465309694],[-72.77955495849977,41.66099546530434],[-72.77910895832318,41.66044646521237],[-72.77896095826459,41.66026446518189],[-72.77871895816826,41.65995746513021],[-72.77824195797825,41.65935046502799],[-72.77803895789248,41.6590064649679],[-72.77802295788567,41.658978464962985],[-72.77786295781527,41.65865846490617],[-72.77771795775244,41.65838546485796],[-72.777282957564,41.657566464713305],[-72.77713895750148,41.65729346466505],[-72.77704695746021,41.65709546462966],[-72.77677295733713,41.656503464523794],[-72.77668195729623,41.65630646448858],[-72.77659095725535,41.656109464453344],[-72.77637595715852,41.655640464369405],[-72.77632795713592,41.655518464347324],[-72.7762489570987,41.655317464310926],[-72.7761449570518,41.655089464270105],[-72.77583595691208,41.654405464147544],[-72.77573295686554,41.654178464106884],[-72.77559795680936,41.65396446406977],[-72.77554895678811,41.65387146405333],[-72.77543795673972,41.65365746401545],[-72.77525695666279,41.65334246396025],[-72.77500195656246,41.653039463909764],[-72.77495295654366,41.652989463901655],[-72.77470295644774,41.652735463860495],[-72.77461695641415,41.65263746384428],[-72.77436095631403,41.65234346379557],[-72.77427595628076,41.65224546377931],[-72.77419495625004,41.6521694637672],[-72.773954956159,41.651943463731136],[-72.77387495612867,41.651868463719175],[-72.77336795593295,41.651331463631465],[-72.773222955877,41.6511784636065],[-72.77184595534564,41.64972346336892],[-72.77175795531161,41.649629463353534],[-72.7716579552702,41.64947446332672],[-72.77153995522059,41.64927846329253],[-72.77143395517672,41.64911446326418],[-72.77140795516007,41.648971463237295],[-72.77135695512676,41.648679463182376],[-72.77133395511147,41.64854346315676],[-72.77131095509588,41.648401463129986],[-72.7718739552748,41.64832646309733],[-72.77857295745041,41.64825246286727],[-72.77916395763985,41.648202462838526],[-72.78093695820841,41.64805646275314],[-72.7815289583983,41.648008462724775],[-72.78292695884885,41.647932462665004],[-72.78712196020102,41.647708462486456],[-72.78852096065191,41.647633462426846],[-72.78850496064923,41.64767746243589],[-72.78843596063189,41.64776646245535],[-72.78814396055868,41.64814746253858],[-72.78804696053446,41.64827546256651],[-72.78781496047249,41.64851146261972],[-72.78712196028779,41.64922346277999],[-72.78689096022619,41.64946046283335],[-72.78659596015075,41.649819462912404],[-72.78613896003395,41.65037646303507],[-72.78608196001947,41.65044746305064],[-72.78575295994004,41.65092946315463],[-72.78549195987716,41.65131446323764],[-72.78530895983228,41.65157046329314],[-72.78525295981864,41.65165046331044],[-72.78511795978469,41.651824463348504],[-72.78502295976573,41.65203346339206],[-72.78503495978222,41.652253463434285],[-72.78505295979811,41.65242846346761],[-72.78506895981215,41.65258246349694],[-72.78509095982841,41.65274146352702],[-72.78511195984203,41.652859463549206],[-72.78517795988392,41.65321646361624],[-72.7851999598979,41.65333546363859],[-72.78523795991995,41.65350446367011],[-72.78535495998713,41.654012463764744],[-72.78536895999517,41.6540734637761],[-72.78539396000956,41.65418246379642],[-72.78552296005687,41.65427546381028],[-72.7855729600752,41.65431146381564],[-72.78591096019916,41.65455546385203],[-72.78604096024685,41.65464946386604],[-72.78602396024257,41.654671463870855],[-72.78597596023094,41.65474146388597],[-72.78595996022706,41.65476446389093],[-72.78591296021563,41.65483146390543],[-72.7858179601901,41.65492546392671],[-72.78555996012103,41.655185463985376],[-72.78537196007188,41.65539546403212],[-72.78531296005653,41.655462464047005],[-72.78524196003946,41.65556746406963],[-72.78518196003142,41.65576846411051],[-72.78500596000882,41.656373464233376],[-72.78499696000762,41.656403464239474],[-72.78494796000153,41.656575464274376],[-72.78476795995603,41.65680346432434],[-72.78422995982031,41.657490464474755],[-72.78405095977517,41.657719464524895],[-72.78399195976021,41.65779346454112],[-72.78381795971633,41.65801546458974],[-72.78375995970174,41.65809046460613],[-72.78371995969174,41.65814346461769],[-72.7836029596628,41.65830246465225],[-72.7835639596532,41.65835646466398]]]},"properties":{"name":4156,"geoid":"09003415600"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.7835639596532,41.65835646466398],[-72.7836029596628,41.65830246465225],[-72.78371995969174,41.65814346461769],[-72.78375995970174,41.65809046460613],[-72.78381795971633,41.65801546458974],[-72.78399195976021,41.65779346454112],[-72.78405095977517,41.657719464524895],[-72.78422995982031,41.657490464474755],[-72.78476795995603,41.65680346432434],[-72.78494796000153,41.656575464274376],[-72.78499696000762,41.656403464239474],[-72.78500596000882,41.656373464233376],[-72.78518196003142,41.65576846411051],[-72.78524196003946,41.65556746406963],[-72.78531296005653,41.655462464047005],[-72.78537196007188,41.65539546403212],[-72.78555996012103,41.655185463985376],[-72.7858179601901,41.65492546392671],[-72.78591296021563,41.65483146390543],[-72.78595996022706,41.65476446389093],[-72.78597596023094,41.65474146388597],[-72.78602396024257,41.654671463870855],[-72.78604096024685,41.65464946386604],[-72.78591096019916,41.65455546385203],[-72.7855729600752,41.65431146381564],[-72.78552296005687,41.65427546381028],[-72.78539396000956,41.65418246379642],[-72.78536895999517,41.6540734637761],[-72.78535495998713,41.654012463764744],[-72.78523795991995,41.65350446367011],[-72.7851999598979,41.65333546363859],[-72.78517795988392,41.65321646361624],[-72.78511195984203,41.652859463549206],[-72.78509095982841,41.65274146352702],[-72.78506895981215,41.65258246349694],[-72.78505295979811,41.65242846346761],[-72.78503495978222,41.652253463434285],[-72.78502295976573,41.65203346339206],[-72.78511795978469,41.651824463348504],[-72.78525295981864,41.65165046331044],[-72.78530895983228,41.65157046329314],[-72.78549195987716,41.65131446323764],[-72.78575295994004,41.65092946315463],[-72.78608196001947,41.65044746305064],[-72.78613896003395,41.65037646303507],[-72.78659596015075,41.649819462912404],[-72.78689096022619,41.64946046283335],[-72.78712196028779,41.64922346277999],[-72.78781496047249,41.64851146261972],[-72.78804696053446,41.64827546256651],[-72.78814396055868,41.64814746253858],[-72.78843596063189,41.64776646245535],[-72.78850496064923,41.64767746243589],[-72.78852096065191,41.647633462426846],[-72.78874096072263,41.64761846241685],[-72.78940296093558,41.64757546238719],[-72.78962396100668,41.64756146237736],[-72.78989296109347,41.64754846236617],[-72.79070396135523,41.64751146233286],[-72.7909739614424,41.64749946232184],[-72.79101096145433,41.64749746232025],[-72.79112296149053,41.64749346231587],[-72.79116096150284,41.64749246231444],[-72.79119896151835,41.647547462323885],[-72.79131496156556,41.647712462352125],[-72.79135396158145,41.64776846236171],[-72.79148996163458,41.64792346238736],[-72.79189996179468,41.648389462464436],[-72.7920369618482,41.64854546249024],[-72.79215296189425,41.6486904625146],[-72.79250196203284,41.64912746258803],[-72.79261896207927,41.64927346261254],[-72.79277996214157,41.649446462640874],[-72.79326296232864,41.64996846272643],[-72.79342496239133,41.65014246275493],[-72.79362396246965,41.65037946279443],[-72.79422096270481,41.65109346291351],[-72.7944199627832,41.6513314629532],[-72.79468896289077,41.651681463012345],[-72.79549696321388,41.65273146318972],[-72.79576696332178,41.653081463248824],[-72.79600196341555,41.65338346329973],[-72.79670796369737,41.654292463453075],[-72.7969439637916,41.65459646350436],[-72.79732796394487,41.65509046358767],[-72.79779496412858,41.65564446367993],[-72.79795396419506,41.655901463724575],[-72.79809096425203,41.65611746376201],[-72.79830196433284,41.65632946379626],[-72.79857796443851,41.65660646384102],[-72.79940796475631,41.65743846397542],[-72.79968496486237,41.65771646402033],[-72.79991096494881,41.657941464056634],[-72.80059096520878,41.65861646416545],[-72.80081796529555,41.6588414642017],[-72.7984359645369,41.659128464334124],[-72.79745396422453,41.65925346439],[-72.79712996412009,41.65927046440373],[-72.79569796365965,41.65936746446869],[-72.79277396271694,41.659520464592596],[-72.79136096226208,41.659606464654814],[-72.79094396212777,41.659630464672894],[-72.78969496172562,41.659705464727686],[-72.78927896159169,41.65973046474594],[-72.78931696161825,41.65997846479276],[-72.78943096169817,41.66072546493376],[-72.78946896172481,41.66097446498077],[-72.78906596159568,41.661009465000525],[-72.78815496130385,41.661090465045596],[-72.78786096120974,41.6611174650603],[-72.78745896108099,41.661153465080226],[-72.78749796110233,41.66130446510822],[-72.78751796111084,41.661339465114345],[-72.78753696111892,41.66137246512013],[-72.78785396124805,41.66182546519765],[-72.78786496125254,41.6618414652004],[-72.78787696126665,41.662019465234486],[-72.78736496110123,41.66204046525506],[-72.78582896060499,41.66210346531677],[-72.78531696043957,41.66212446533733],[-72.78519596040043,41.66212846534203],[-72.78483296028317,41.66214346535662],[-72.7847129602444,41.66214846536146],[-72.78471396026616,41.66252246543387],[-72.78471996033252,41.66364646565137],[-72.78472196034855,41.663914465703215],[-72.78465896033298,41.66400046572189],[-72.78461396031891,41.664010465725276],[-72.78451796028904,41.66403446573304],[-72.78447996027688,41.66403846573503],[-72.78443496026259,41.66404446573763],[-72.78430096021985,41.664059465744856],[-72.78390196009283,41.664108465767214],[-72.78376896005045,41.66412446577459],[-72.78373596001748,41.66373646570051],[-72.78363895991919,41.6625724654782],[-72.7836069598866,41.66218546540427],[-72.78345195983616,41.662185465409266],[-72.78298795968533,41.662188465424784],[-72.78283395963527,41.66218946542995],[-72.78291295964225,41.66186246536407],[-72.78295295964563,41.661694465330235],[-72.78314895966294,41.660883465166826],[-72.7832289596703,41.660557465101114],[-72.78324595966998,41.66045546508081],[-72.78329695966903,41.66014946501989],[-72.78331495966911,41.660048464999754],[-72.78334095966584,41.659843464959195],[-72.7834209596568,41.65923146483808],[-72.78344795965388,41.659027464797695],[-72.78347095965363,41.658892464770794],[-72.78351495965306,41.658632464719005],[-72.78353995965306,41.65849046469071],[-72.7835639596532,41.65835646466398]]]},"properties":{"name":4157,"geoid":"09003415700"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.81967998085948,41.82233549519173],[-72.81952898081178,41.82236149520163],[-72.81930898074481,41.822442495224394],[-72.81907898067195,41.82247849523878],[-72.81702198001871,41.822771495361955],[-72.81401597906319,41.823184495539],[-72.80801197714811,41.82389649587081],[-72.79855697412732,41.824934496377175],[-72.79855297412367,41.82489349636939],[-72.79849597406307,41.824167496231226],[-72.79821397376426,41.82059149555062],[-72.79811997366475,41.81940049532392],[-72.79810597361609,41.818638495177396],[-72.79810297360766,41.81850949515261],[-72.79809297356779,41.817876495030816],[-72.7980669734745,41.81641049474886],[-72.79805597343767,41.815835494638286],[-72.79804097338132,41.81494549446708],[-72.79800697336475,41.81485049444988],[-72.79790597331535,41.814565494398146],[-72.7978729732991,41.814470494380885],[-72.79786397329444,41.8144404943754],[-72.79783797328092,41.814353494359445],[-72.79782997327665,41.814324494354125],[-72.79792897327067,41.81366349422339],[-72.7982279732536,41.81168349383173],[-72.79832797324808,41.81102449370133],[-72.79820697316741,41.81031149356768],[-72.79784497292582,41.80817249316669],[-72.7977249728455,41.807459493032994],[-72.79762797278204,41.80690849292983],[-72.79733797259213,41.80525749262062],[-72.79724197252904,41.8047074925176],[-72.79738397248104,41.80307649219826],[-72.79781197233771,41.79818349124013],[-72.79795497229013,41.79655349092089],[-72.79805797229237,41.79601149081295],[-72.7983689722998,41.79438649048925],[-72.79847297230242,41.79384549038145],[-72.79874297233185,41.79283249017719],[-72.79894297234515,41.79193448999737],[-72.80004297269775,41.79183548994268],[-72.79954297224639,41.786840488994606],[-72.7994369721503,41.785774488792235],[-72.79895397171363,41.78093648787376],[-72.79744297034897,41.76581548500238],[-72.79674296971686,41.75880748367121],[-72.79821897019629,41.75878548361926],[-72.80264997163576,41.75872348346403],[-72.80412697211554,41.75870248341222],[-72.80639397284789,41.758599483319024],[-72.80755997322461,41.75854748327127],[-72.81319797504594,41.758292483039654],[-72.81546597577862,41.75819048294662],[-72.8161239759908,41.75815448291836],[-72.81809897662791,41.75804948283417],[-72.81875797684049,41.75801448280609],[-72.82013197728158,41.757904482740386],[-72.82024097731804,41.757921482740144],[-72.82046197739191,41.757954482739365],[-72.82051197742626,41.75826748279822],[-72.82055797745932,41.75858048285719],[-72.82061097749701,41.75893448292386],[-72.82193897804444,41.76092648326568],[-72.82252897828812,41.761819483419096],[-72.82303697849999,41.76262348355795],[-72.82432697903134,41.76455048388841],[-72.824844979265,41.76567548408893],[-72.82491397940332,41.76768148447411],[-72.82438797934576,41.76965048487141],[-72.82423497932965,41.77023448498916],[-72.82360897915615,41.77076048511101],[-72.82235797878687,41.77142048527895],[-72.82169397859131,41.77177848536957],[-72.82143297852762,41.77214748544928],[-72.82111497844991,41.7725954855461],[-72.8214049785686,41.77301448561761],[-72.82149597863413,41.77363648573479],[-72.82138197866404,41.774796485962476],[-72.82118297866224,41.77588748617958],[-72.82114497870961,41.776921486380466],[-72.8212059787374,41.77705848640494],[-72.82142697884001,41.77758848650013],[-72.82157197892384,41.778222486617835],[-72.82159497893659,41.77831348663469],[-72.82232797925515,41.77969448687759],[-72.82319697960851,41.780911487084424],[-72.82359397981232,41.78220048732041],[-72.82368597987204,41.782715487416866],[-72.82412098004731,41.78329648751495],[-72.82481498029978,41.78375348758069],[-72.82543998051942,41.784031487614136],[-72.82686698099437,41.78420748760188],[-72.82832398147042,41.78423348755972],[-72.82841598150037,41.78423348755673],[-72.83081898229055,41.784363487504],[-72.83180298263221,41.78472948754277],[-72.83245198285776,41.78497448756903],[-72.83252098289083,41.78515748760211],[-72.83258198292032,41.785324487632394],[-72.83254098292045,41.7855574876787],[-72.8325189829289,41.785827487731524],[-72.83247298292355,41.78599348776506],[-72.83243898291599,41.78605448777793],[-72.8322919828762,41.78619448780974],[-72.83252798294359,41.78603048777043],[-72.83240298292658,41.78644048785361],[-72.83203198287579,41.787651488099385],[-72.8320479830737,41.790982488741825],[-72.83210898317628,41.79241248901585],[-72.83168898314435,41.79422448937917],[-72.83097198298208,41.795456489640166],[-72.83086498295764,41.79563648967838],[-72.83015498283208,41.797463490053964],[-72.83021198286846,41.79777149011155],[-72.83028498291482,41.79816149018445],[-72.8303839829786,41.7987064902864],[-72.83040698303935,41.79962649046319],[-72.8304149830799,41.800282490589524],[-72.82999498305286,41.802178490968984],[-72.82934698291042,41.80336449121882],[-72.82765298241183,41.804284491451234],[-72.82755398238108,41.80431049145946],[-72.82655298207142,41.804594491546695],[-72.8263559820105,41.804650491563876],[-72.82560798177916,41.804863491629206],[-72.82415098133174,41.805333491767094],[-72.82354798117059,41.80594349190434],[-72.82258598090779,41.80681749210414],[-72.82295398103467,41.80693849211556],[-72.82285398100922,41.807061492142516],[-72.82267098096835,41.807385492210976],[-72.82249598092038,41.80754149224673],[-72.82232798087716,41.807740492290584],[-72.82224398085576,41.807843492313175],[-72.82214498083299,41.808007492348025],[-72.82190798078096,41.80844249243962],[-72.82164098071009,41.80872049250189],[-72.8214729806653,41.80889249254054],[-72.82141998065242,41.8089684925569],[-72.82052698041562,41.80990349276623],[-72.82029798036284,41.81028049284639],[-72.82022998035926,41.810601492910514],[-72.820175980394,41.811505493086656],[-72.82019898041162,41.811680493119674],[-72.82023698043176,41.8118144931443],[-72.82032098046416,41.81190149315835],[-72.82035198048335,41.81205849318765],[-72.82049698054871,41.812371493243326],[-72.82057298058847,41.81263049329083],[-72.82078698067411,41.812905493336935],[-72.82103798076803,41.81311549336931],[-72.82116798081347,41.81316849337532],[-72.8214879809221,41.81324449337963],[-72.82211398112607,41.813244493359335],[-72.82277798134615,41.813309493350346],[-72.82313598147006,41.81343549336307],[-72.8236249816464,41.81372949340393],[-72.82404398180499,41.814110493463865],[-72.82412798184009,41.814244493486974],[-72.82426598190467,41.8145834935479],[-72.82426598190978,41.81467149356487],[-72.82426598191904,41.81483149359574],[-72.82419698191116,41.81508349364659],[-72.82404398187725,41.815358493704586],[-72.82394998185357,41.81547849373079],[-72.82379998181581,41.815670493772686],[-72.82369298178737,41.815781493797566],[-72.82334198169643,41.816185493886856],[-72.82320498166087,41.816342493921574],[-72.8227629815445,41.81681949402793],[-72.82267098152465,41.81699449406466],[-72.82253398148333,41.8170514940801],[-72.82225098140728,41.817330494143086],[-72.8219999813438,41.81764649421215],[-72.82172498126795,41.817883494266795],[-72.82143498119441,41.81824549434601],[-72.8212289811397,41.81845949439396],[-72.82083198104326,41.81902749451638],[-72.81988598083093,41.82068349486645],[-72.81985598082954,41.82082849489538],[-72.81974098080778,41.82109949495136],[-72.81960398080177,41.82176649508446],[-72.81960398082987,41.82225149517799],[-72.81967998085948,41.82233549519173]]]},"properties":{"name":4622.02,"geoid":"09003462202"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.72553594042445,41.652346465366705],[-72.72523294032707,41.652368465380704],[-72.72432294003467,41.65243446542274],[-72.72402093993769,41.6524574654369],[-72.72382693987537,41.652471465445835],[-72.72324693968898,41.65251346547262],[-72.72305393962701,41.652528465481716],[-72.72261293948507,41.652556465501306],[-72.7222439393664,41.652581465518026],[-72.72145693911122,41.652598465546596],[-72.72128793905605,41.652595465551435],[-72.72084693891216,41.652589465564425],[-72.72048193879027,41.652535465565705],[-72.72024793871218,41.65250146556664],[-72.71982993857429,41.652469465573844],[-72.71937893842738,41.65246746558795],[-72.71936593842317,41.65246746558837],[-72.71901093830893,41.65249046560422],[-72.71874893822381,41.652493465613226],[-72.71826893807074,41.6525484656393],[-72.71789093795026,41.65259346566017],[-72.71727493775262,41.652643465689636],[-72.71669993756694,41.65266946571313],[-72.71604093735365,41.65269046573838],[-72.71529693711285,41.65271446576692],[-72.71528693706131,41.65186846560329],[-72.71527193698057,41.65053946534623],[-72.715123936864,41.649341465118795],[-72.71502093678258,41.648502464959506],[-72.71496893674545,41.648148464892564],[-72.71481293663406,41.64708646469174],[-72.71476093659699,41.646733464624994],[-72.71473593656911,41.64638746455872],[-72.71466393648662,41.64535246436044],[-72.71463993645911,41.645007464294345],[-72.71462993644958,41.64489746427334],[-72.71447793630601,41.643248463958585],[-72.71399493584775,41.63797146295115],[-72.71383393569508,41.63621346261549],[-72.71383093567295,41.63584246254366],[-72.71382593561258,41.634812462344115],[-72.71379893559946,41.63473646233026],[-72.71371993556069,41.6345074622884],[-72.71369893555043,41.634447462277436],[-72.71367793554016,41.634387462266474],[-72.71337793539429,41.63354146211208],[-72.71331493536351,41.63336146207921],[-72.7132809353471,41.63326746206207],[-72.71325893533636,41.633204462050564],[-72.71323693532558,41.63314146203905],[-72.71322593532024,41.6331104620334],[-72.71304393523177,41.63259746193976],[-72.71300893521462,41.632496461921306],[-72.71297693519894,41.63240446190449],[-72.71294393518302,41.63231346188792],[-72.71290693516507,41.632209461868925],[-72.71258093500646,41.63128846170081],[-72.71256193499718,41.63123446169096],[-72.71254293498792,41.6311804616811],[-72.71251693497535,41.63110846166798],[-72.71249193496311,41.63103646165482],[-72.71241693492672,41.6308264616165],[-72.7123399348892,41.63060746157651],[-72.71238193489829,41.63052746155965],[-72.71241093490458,41.63047246154805],[-72.71244093491123,41.63041746153643],[-72.7125919349443,41.6301354614769],[-72.7128609349967,41.62951946134883],[-72.7129459350141,41.6293394613112],[-72.71314993505626,41.62891446122224],[-72.71327293508153,41.628655461168066],[-72.71339693510711,41.628396461113866],[-72.71343993511601,41.62830746109522],[-72.71356593514751,41.6281404610588],[-72.713628935163,41.628052461039715],[-72.71378893520246,41.62783146099172],[-72.71382393521164,41.62779246098303],[-72.71389793523122,41.62771346096534],[-72.71415793529496,41.62734746088602],[-72.71488493547326,41.62632546066452],[-72.71493993548697,41.62625146064839],[-72.71521093555472,41.625893460570275],[-72.71534593559039,41.6257484605378],[-72.71550093563133,41.62558146050044],[-72.7157069356858,41.625361460451174],[-72.71570793568613,41.62536146045114],[-72.71575193569788,41.625316460441006],[-72.71575693569923,41.62531146043988],[-72.71584493571822,41.62514246040428],[-72.71585893572124,41.6251154603986],[-72.71590093573029,41.625034460381535],[-72.7159149357333,41.625007460375855],[-72.71579993562325,41.623733460132485],[-72.71574993559759,41.62356846010209],[-72.71552793548322,41.62282945996587],[-72.71476993519936,41.62217645986357],[-72.71328793464136,41.620847459653376],[-72.71315593456569,41.620273459546276],[-72.71308393452442,41.619960459487885],[-72.71307993448517,41.619294459358834],[-72.71284693438896,41.618936459296876],[-72.71284493438824,41.61893545929674],[-72.71281093437696,41.61893145929706],[-72.71254193428726,41.61889345929831],[-72.71217693416564,41.61884345930033],[-72.71196893409125,41.618725459284114],[-72.71194093408064,41.61869945927998],[-72.71184693404766,41.61865745927485],[-72.71179093402762,41.61862545927044],[-72.71155593394357,41.618492459252174],[-72.71147593391493,41.618446459245824],[-72.7113659338756,41.61838445923732],[-72.71127693384156,41.618295459222914],[-72.71126693383728,41.61827745921974],[-72.71122893382109,41.618210459207965],[-72.71122193381812,41.61819845920588],[-72.71116093379217,41.61809145918707],[-72.71113493378105,41.61804445917878],[-72.71125193380266,41.61775545911899],[-72.71127493380706,41.617701459107764],[-72.71131193381615,41.6176494590965],[-72.71152393386735,41.617337459029166],[-72.71174893393447,41.617230459001206],[-72.71178493394528,41.61721445899694],[-72.71181093395316,41.61720445899417],[-72.71239093413038,41.61700245893638],[-72.71246893415173,41.61693145892011],[-72.71256793417031,41.61669245887057],[-72.71262493414135,41.61585845870697],[-72.71266693412045,41.61525145858788],[-72.71266793411974,41.615233458584335],[-72.7126789341142,41.61507345855298],[-72.71280393412532,41.61455445844828],[-72.71276793408614,41.61407245835593],[-72.71288193410399,41.613734458286714],[-72.71331093417201,41.61247845802931],[-72.71359593420108,41.611360457803265],[-72.71364493418193,41.6107444576822],[-72.71398093425367,41.61008445754337],[-72.71432793432791,41.60940545740053],[-72.71479293442738,41.60849545720906],[-72.71509893450359,41.60808545711969],[-72.71510093450408,41.60808245711905],[-72.71516493452604,41.60810245712088],[-72.71577093473361,41.60828545713693],[-72.7164289349591,41.60848545715464],[-72.71691993512648,41.60861945716488],[-72.71736793527768,41.60871445716894],[-72.71780993542623,41.60879745717085],[-72.71849993565812,41.60892745717393],[-72.71883193577143,41.60902045718132],[-72.71904393584504,41.609101457190235],[-72.7191749358905,41.60915145719573],[-72.71949993600474,41.60930045721421],[-72.7198009361127,41.60947645723869],[-72.72011093622602,41.60969545727124],[-72.72048793636641,41.61000645731947],[-72.72092993653104,41.6103714573761],[-72.72133293668054,41.61069445742581],[-72.72254393712984,41.61166445757512],[-72.72294793727974,41.611988457625024],[-72.7229789372913,41.61201445762907],[-72.72307493732711,41.612094457641504],[-72.72310693733905,41.61212145764571],[-72.72318993736988,41.612188457656046],[-72.72344093746305,41.61239045768717],[-72.72352493749426,41.61245845769766],[-72.72437593781025,41.61314445780343],[-72.72693193875936,41.61520545812115],[-72.72778393907576,41.61589245822706],[-72.7279409391346,41.616028458248394],[-72.72841393931193,41.61643945831292],[-72.72857193937121,41.61657745833462],[-72.72940493963534,41.616456458284404],[-72.72959193969459,41.61642845827297],[-72.73265394066486,41.61597245808621],[-72.7336749409884,41.61582045802393],[-72.73460394128273,41.61568145796715],[-72.73568094162404,41.61552145790151],[-72.73739494216811,41.61528345780031],[-72.73832694246406,41.615155457745544],[-72.73899794267751,41.615070457707496],[-72.73937594279782,41.615023457686235],[-72.74101794332202,41.61484745759936],[-72.74169194353725,41.61477645756395],[-72.74213994368027,41.61472845754024],[-72.74259894382686,41.61468045751619],[-72.74283194390216,41.61467145750696],[-72.74294994394145,41.614687457506264],[-72.74302994396936,41.61472045751009],[-72.74338594410112,41.614999457552756],[-72.7435429441592,41.61512245757159],[-72.74375494423593,41.615258457591146],[-72.74407594431008,41.61472745747785],[-72.74449394441334,41.61415345735309],[-72.74541694464163,41.612891457078646],[-72.74683794499173,41.610924456651446],[-72.74693294501516,41.610793456622986],[-72.7476249451866,41.609852456418224],[-72.74767194519829,41.6097894564045],[-72.74775194521827,41.60968345638136],[-72.748134945314,41.6091774562709],[-72.74826294534608,41.6090094562342],[-72.74845394539378,41.608756456178995],[-72.74857094542311,41.60860345614555],[-72.74901294553187,41.607989456012234],[-72.74919894557777,41.60773345595659],[-72.74922494558409,41.6076954559484],[-72.74930494560378,41.60758445592429],[-72.74933294561077,41.60754745591622],[-72.74947394564575,41.60735645587462],[-72.749703945703,41.607048455807494],[-72.74990594575411,41.60679245575134],[-72.7500539457917,41.60660745571069],[-72.75025494584096,41.60632445564935],[-72.75085794598886,41.605478455465835],[-72.7510599460385,41.60519645540465],[-72.75152094618892,41.60520445539137],[-72.75290594664085,41.605228455351536],[-72.75336794679164,41.60523745533844],[-72.75362394687492,41.60523745533021],[-72.75439394712552,41.605239455305856],[-72.75465094720919,41.60524045529779],[-72.75524894740104,41.60519345526945],[-72.75704294797666,41.605053455184624],[-72.75711594800012,41.60504845518131],[-72.75743494810156,41.6050074551631],[-72.75763594816455,41.604965455148495],[-72.75767894817803,41.60495645514536],[-72.75803294828684,41.60484545511245],[-72.7584199484059,41.604725455076746],[-72.75865494847903,41.60466745505793],[-72.75900894859002,41.604594455032384],[-72.75924494866462,41.60455645501743],[-72.75965594879462,41.6044914549916],[-72.75985194885654,41.6044594549791],[-72.7604429490435,41.60436645494207],[-72.76063994910581,41.60433545492971],[-72.76083894917053,41.60433545492332],[-72.76094294920529,41.604351454923076],[-72.76102194923172,41.60436445492306],[-72.76121694929795,41.6044134549263],[-72.76136694934965,41.604464454931374],[-72.76149294939428,41.60452845493973],[-72.76160394943503,41.60460945495188],[-72.76172194948037,41.60473145497175],[-72.76173894948715,41.60475345497548],[-72.76192394956121,41.60499645501666],[-72.761966949578,41.605045455024786],[-72.76209894962938,41.60519345504925],[-72.76214294964656,41.60524345505755],[-72.76246594977245,41.60560845511797],[-72.76272194987068,41.605870455160556],[-72.76295394995792,41.60607645519306],[-72.76373695025228,41.6067714553027],[-72.76433495048244,41.607395455404514],[-72.76444295052528,41.60753045542724],[-72.76451695055825,41.60768645545512],[-72.7645549505803,41.607856455486875],[-72.76454295058863,41.60807045552876],[-72.76446895060018,41.608694455652184],[-72.76446095061009,41.608913455694925],[-72.76445295062163,41.60916145574328],[-72.7644789506547,41.60959245582604],[-72.76454195070265,41.610073455917316],[-72.76454495070517,41.610100455922456],[-72.76455595071349,41.6101834559382],[-72.76455995071638,41.61021145594351],[-72.76459295073968,41.610431455985115],[-72.76469395081023,41.61109145610989],[-72.76472795083383,41.61131145615146],[-72.7648089508903,41.61183845625107],[-72.76505195105985,41.61342345655066],[-72.76513295111633,41.61395145665046],[-72.76567295128906,41.61389945662302],[-72.7672939518077,41.6137474565414],[-72.76783495198086,41.613697456514295],[-72.76874995248318,41.617280457179724],[-72.76885395254024,41.61768745725531],[-72.76994795313837,41.6219264580421],[-72.77008195324063,41.62295345823692],[-72.77017295337669,41.62481545859501],[-72.77006695343037,41.626358458897585],[-72.7698699534467,41.62776545917672],[-72.76976995344513,41.62830745928501],[-72.76963495344324,41.62904245943183],[-72.76841195319294,41.63162445997174],[-72.76850695322275,41.631605459964995],[-72.76868895328174,41.63160145995836],[-72.76856795325602,41.63184046000859],[-72.7684939532394,41.631970460036186],[-72.76840795322394,41.6321894600814],[-72.76840295322516,41.63223946009124],[-72.76839095323018,41.63239546012189],[-72.7683869532398,41.63258646015902],[-72.76841995326483,41.63283646020643],[-72.76854195334442,41.63353446033781],[-72.76857395336526,41.633716460372064],[-72.76861195339184,41.633965460419105],[-72.76864395341975,41.63427146047739],[-72.76874295350464,41.63519246065271],[-72.76877595353294,41.635499460711166],[-72.76879295355893,41.63585746078001],[-72.76882395357663,41.635990460804805],[-72.76916495377039,41.637438461074495],[-72.7692789538351,41.637921461164424],[-72.76935595388737,41.63839746125423],[-72.76951295398388,41.639191461403044],[-72.7697519541303,41.64039146162793],[-72.77029995445717,41.642988462113586],[-72.77036895449804,41.64331046217378],[-72.7705519546117,41.64425646235121],[-72.77059395463733,41.64446546239037],[-72.77070295470301,41.64499346248917],[-72.7707229547153,41.6450944625081],[-72.77076695474162,41.64530446254739],[-72.77077095474425,41.64532746255171],[-72.77078595475314,41.645397462564794],[-72.77079095475614,41.645421462569274],[-72.77080095476227,41.645471462578634],[-72.77080595476525,41.645495462583135],[-72.77082595477921,41.645625462607676],[-72.7708349547851,41.64567746261747],[-72.77085195479681,41.64578546263785],[-72.77090495483279,41.64611246269951],[-72.77092295484486,41.646221462720064],[-72.77092995484959,41.64626446272817],[-72.77095095486384,41.64639346275247],[-72.77095795486862,41.64643746276078],[-72.7709729548786,41.64652646277755],[-72.77099695489419,41.64666246280313],[-72.77102195490987,41.6467944628279],[-72.77103895492054,41.646884462844795],[-72.77111695496978,41.647301462923096],[-72.77120195502252,41.64773946300523],[-72.77131095509588,41.648401463129986],[-72.77087895496024,41.64848746316056],[-72.77082295494263,41.64849846316449],[-72.7693589544829,41.64878946326802],[-72.76887195433001,41.648887463302685],[-72.76877795429974,41.648892463306666],[-72.76852795421928,41.64890846331784],[-72.76849595420887,41.64890846331887],[-72.76840295417867,41.64890946332205],[-72.76828695414093,41.64890946332578],[-72.76793995402801,41.64890946333695],[-72.76782495399057,41.64890946334066],[-72.76761995392405,41.64891246334783],[-72.76721995379417,41.648917463361684],[-72.76628195349362,41.64899946340776],[-72.76166295201381,41.64940646363529],[-72.76012395152081,41.64954346371136],[-72.75972995139472,41.64958046373122],[-72.75854695101614,41.649692463790984],[-72.75815395089042,41.649730463811],[-72.75729895061345,41.64975246384276],[-72.75473594978315,41.64981846393803],[-72.75388194950655,41.64984146396995],[-72.7534339493627,41.649875463990966],[-72.7520909489316,41.64997946405432],[-72.75164394878813,41.65001446407547],[-72.751385948706,41.65004646408996],[-72.75061494846058,41.650142464133374],[-72.75035794837883,41.65017546414801],[-72.7501859482579,41.649039463933434],[-72.74987494803855,41.64697346354308],[-72.74852594760813,41.647123463615536],[-72.74738494724414,41.647251463677016],[-72.7469929471192,41.64729746369855],[-72.74581994674547,41.64743746376341],[-72.7454299466213,41.64748546378524],[-72.74528294657465,41.64750646379406],[-72.7448439464354,41.64756946382037],[-72.74469794638914,41.64759146382932],[-72.74446094631327,41.64761346384121],[-72.73693794391569,41.64850146425517],[-72.73617894367399,41.648594464297595],[-72.7344819431305,41.648748464381974],[-72.7320249423433,41.64896646450319],[-72.73033994180291,41.649106464584456],[-72.73019194175579,41.64912446459271],[-72.72904094139163,41.64930746466517],[-72.72892694135516,41.64931846467096],[-72.7271639407913,41.64949246476133],[-72.72729294093689,41.65130646510872],[-72.72735694100908,41.65220546528088],[-72.72699194089193,41.65223446529823],[-72.72589994054155,41.652322465350366],[-72.72574394049151,41.65233546535789],[-72.72553594042445,41.652346465366705]]]},"properties":{"name":4001,"geoid":"09003400100"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.8402449729813,41.56910644553072],[-72.83813497266718,41.57561044686114],[-72.83670297245435,41.5800304477651],[-72.8365359724294,41.58054344787001],[-72.83387597171944,41.583252448481474],[-72.83387497171913,41.583252448481495],[-72.83131397095791,41.58450244880661],[-72.82645796951446,41.58687244942302],[-72.82577696945422,41.58969144999192],[-72.82568796944622,41.59005745006579],[-72.82408096930388,41.59670445140711],[-72.82407996930715,41.59676745141936],[-72.82407796931737,41.5969574514563],[-72.82407796932104,41.597021451468706],[-72.82381296941458,41.600162452086515],[-72.82346096953925,41.604341452908415],[-72.8201999686253,41.60690345351044],[-72.81908196826068,41.60688545354298],[-72.8183269680145,41.606874453565176],[-72.81844696812729,41.60816345381128],[-72.81854896822331,41.60926145402093],[-72.81862496827917,41.60980545412398],[-72.81885296844685,41.611439454433494],[-72.8189299685031,41.61198445453671],[-72.8184819683595,41.6120214545583],[-72.81813096824636,41.612039454573114],[-72.81804396821809,41.61203945457592],[-72.81793696818225,41.61202145457588],[-72.81708496789275,41.61180545456146],[-72.8170439678791,41.61179945456161],[-72.81697596785651,41.611791454562265],[-72.81685496781702,41.61178945456579],[-72.81671096777102,41.611803454573135],[-72.8162969676423,41.61190745460665],[-72.81604796756613,41.61199145463097],[-72.81573596747307,41.61213845466952],[-72.81538296737187,41.61237645472705],[-72.81474296720452,41.61308945488595],[-72.8144829671317,41.61329445493406],[-72.81416496703963,41.61349345498292],[-72.81385396694719,41.61364545502243],[-72.81297496668465,41.61405345512986],[-72.81277896662483,41.61412245514958],[-72.81254696655179,41.61416445516518],[-72.812331966483,41.614184455175995],[-72.81201896637987,41.61416145518162],[-72.81010796575053,41.61402545521684],[-72.80970496561852,41.614009455226714],[-72.80962496559233,41.614006455228726],[-72.80849696522291,41.61396245525654],[-72.8080949650913,41.61394745526659],[-72.80754196491017,41.613925455280146],[-72.8065779645945,41.61388845530403],[-72.80636596452253,41.61383545530059],[-72.80596596437763,41.61357745526345],[-72.80591296435846,41.613543455258565],[-72.80566796425451,41.61311945518424],[-72.80491296401301,41.61319045522232],[-72.80436496383773,41.613242455250074],[-72.802648963289,41.61340745533735],[-72.80189496304787,41.61347945537562],[-72.80047996259528,41.613613455447194],[-72.797470961633,41.61390145559995],[-72.79722696155413,41.61391045560957],[-72.7969929614774,41.61389945561496],[-72.7962419612255,41.613766455613366],[-72.79537696093544,41.61361445561175],[-72.7952239608855,41.61361145561609],[-72.79483996076415,41.61367345564047],[-72.7945909606971,41.613917455695834],[-72.79434196063018,41.61416345575152],[-72.79410896056108,41.61428045578174],[-72.79371396043578,41.61433645580533],[-72.79367896042447,41.614337455806634],[-72.7933319603122,41.614348455819936],[-72.79332996029407,41.61404245576066],[-72.79332396023969,41.61312545558304],[-72.79332196022159,41.61282045552395],[-72.79341996023568,41.612509455460476],[-72.79371396027814,41.61157945527066],[-72.79381296029263,41.61126945520735],[-72.79367196024624,41.61126045521014],[-72.79345496017629,41.61127145521927],[-72.79343396016957,41.611273455220335],[-72.79312896007254,41.61131145523753],[-72.79230195980838,41.611396455280634],[-72.79192495968805,41.61143645530053],[-72.79127695948127,41.611506455334975],[-72.79098995938973,41.61153845535041],[-72.78984295902225,41.61163645540635],[-72.78933095885793,41.61167545543041],[-72.78868195864975,41.611726455461195],[-72.78698195810482,41.61186745554326],[-72.78693495808976,41.611871455545554],[-72.7864699579418,41.61192945557176],[-72.78628995788475,41.61195545558262],[-72.78544795762147,41.61214145564579],[-72.78467895738157,41.61232045570525],[-72.78446895731496,41.612350455717845],[-72.78426195724907,41.61237545572935],[-72.78394595714754,41.61239745574378],[-72.78331995694292,41.61238045576063],[-72.78322295691166,41.61238545576473],[-72.7830679568625,41.612407455773976],[-72.78276495676566,41.61243745578956],[-72.78244495666242,41.61245245580276],[-72.78227695660793,41.61245545580874],[-72.78212095655677,41.612448455812405],[-72.78196495650491,41.61242845581356],[-72.78192095649008,41.61241945581323],[-72.78127795627388,41.61229645581007],[-72.78108895621108,41.61227345581169],[-72.78088595614534,41.61227845581919],[-72.78023095593537,41.61233245585075],[-72.77998095585524,41.61235345586286],[-72.77949295569996,41.612414455890395],[-72.7792109556113,41.61246845590995],[-72.7790309555558,41.612521455926014],[-72.77895495553268,41.612549455933895],[-72.77837795535709,41.61276145599358],[-72.77797195523152,41.61287545602877],[-72.77752995509351,41.612976456062555],[-72.77716795497872,41.613028456084294],[-72.77685795488098,41.61308245610474],[-72.77636095472295,41.61314645613315],[-72.77629395470167,41.61315545613706],[-72.7759429545891,41.61318345615377],[-72.77553595445725,41.61319345616881],[-72.77493395426056,41.61317845618527],[-72.77436795407884,41.61322045621162],[-72.77415195401025,41.613249456224196],[-72.7736069538391,41.61335745626269],[-72.77341995378004,41.61338845627472],[-72.77190695329662,41.61354145635304],[-72.76932495247162,41.61380345648692],[-72.76916695242028,41.61380445649221],[-72.76884695231463,41.61377745649726],[-72.76880895230158,41.61376545649616],[-72.76868295225762,41.613713456490125],[-72.76857895222253,41.613691456489185],[-72.7684349521746,41.61367245649014],[-72.76828595212595,41.61366945649435],[-72.76811595207077,41.61367145650021],[-72.76783495198086,41.613697456514295],[-72.7672939518077,41.6137474565414],[-72.76567295128906,41.61389945662302],[-72.76513295111633,41.61395145665046],[-72.76505195105985,41.61342345655066],[-72.7648089508903,41.61183845625107],[-72.76472795083383,41.61131145615146],[-72.76469395081023,41.61109145610989],[-72.76459295073968,41.610431455985115],[-72.76455995071638,41.61021145594351],[-72.76455595071349,41.6101834559382],[-72.76454495070517,41.610100455922456],[-72.76454195070265,41.610073455917316],[-72.7644789506547,41.60959245582604],[-72.76445295062163,41.60916145574328],[-72.76446095061009,41.608913455694925],[-72.76446895060018,41.608694455652184],[-72.76454295058863,41.60807045552876],[-72.7645549505803,41.607856455486875],[-72.76451695055825,41.60768645545512],[-72.76444295052528,41.60753045542724],[-72.76433495048244,41.607395455404514],[-72.76373695025228,41.6067714553027],[-72.76295394995792,41.60607645519306],[-72.76272194987068,41.605870455160556],[-72.76246594977245,41.60560845511797],[-72.76214294964656,41.60524345505755],[-72.76209894962938,41.60519345504925],[-72.761966949578,41.605045455024786],[-72.76192394956121,41.60499645501666],[-72.76173894948715,41.60475345497548],[-72.76172194948037,41.60473145497175],[-72.76160394943503,41.60460945495188],[-72.76149294939428,41.60452845493973],[-72.76136694934965,41.604464454931374],[-72.76121694929795,41.6044134549263],[-72.76102194923172,41.60436445492306],[-72.76094294920529,41.604351454923076],[-72.76083894917053,41.60433545492332],[-72.76063994910581,41.60433545492971],[-72.7604429490435,41.60436645494207],[-72.75985194885654,41.6044594549791],[-72.75965594879462,41.6044914549916],[-72.75924494866462,41.60455645501743],[-72.75900894859002,41.604594455032384],[-72.75865494847903,41.60466745505793],[-72.7584199484059,41.604725455076746],[-72.75803294828684,41.60484545511245],[-72.75767894817803,41.60495645514536],[-72.75763594816455,41.604965455148495],[-72.75743494810156,41.6050074551631],[-72.75711594800012,41.60504845518131],[-72.75704294797666,41.605053455184624],[-72.75524894740104,41.60519345526945],[-72.75465094720919,41.60524045529779],[-72.75439394712552,41.605239455305856],[-72.75362394687492,41.60523745533021],[-72.75336794679164,41.60523745533844],[-72.75290594664085,41.605228455351536],[-72.75152094618892,41.60520445539137],[-72.7510599460385,41.60519645540465],[-72.75085794598886,41.605478455465835],[-72.75025494584096,41.60632445564935],[-72.7500539457917,41.60660745571069],[-72.74990594575411,41.60679245575134],[-72.749703945703,41.607048455807494],[-72.74947394564575,41.60735645587462],[-72.74933294561077,41.60754745591622],[-72.74930494560378,41.60758445592429],[-72.74922494558409,41.6076954559484],[-72.74919894557777,41.60773345595659],[-72.74901294553187,41.607989456012234],[-72.74857094542311,41.60860345614555],[-72.74845394539378,41.608756456178995],[-72.74826294534608,41.6090094562342],[-72.748134945314,41.6091774562709],[-72.74775194521827,41.60968345638136],[-72.74767194519829,41.6097894564045],[-72.7476249451866,41.609852456418224],[-72.74693294501516,41.610793456622986],[-72.74683794499173,41.610924456651446],[-72.74541694464163,41.612891457078646],[-72.74449394441334,41.61415345735309],[-72.74407594431008,41.61472745747785],[-72.74375494423593,41.615258457591146],[-72.7435429441592,41.61512245757159],[-72.74338594410112,41.614999457552756],[-72.74302994396936,41.61472045751009],[-72.74294994394145,41.614687457506264],[-72.74283194390216,41.61467145750696],[-72.74259894382686,41.61468045751619],[-72.74213994368027,41.61472845754024],[-72.74169194353725,41.61477645756395],[-72.74101794332202,41.61484745759936],[-72.73937594279782,41.615023457686235],[-72.73899794267751,41.615070457707496],[-72.73832694246406,41.615155457745544],[-72.73739494216811,41.61528345780031],[-72.73568094162404,41.61552145790151],[-72.73460394128273,41.61568145796715],[-72.7336749409884,41.61582045802393],[-72.73265394066486,41.61597245808621],[-72.72959193969459,41.61642845827297],[-72.72940493963534,41.616456458284404],[-72.72857193937121,41.61657745833462],[-72.72841393931193,41.61643945831292],[-72.7279409391346,41.616028458248394],[-72.72778393907576,41.61589245822706],[-72.72693193875936,41.61520545812115],[-72.72437593781025,41.61314445780343],[-72.72352493749426,41.61245845769766],[-72.72344093746305,41.61239045768717],[-72.72318993736988,41.612188457656046],[-72.72310693733905,41.61212145764571],[-72.72307493732711,41.612094457641504],[-72.7229789372913,41.61201445762907],[-72.72294793727974,41.611988457625024],[-72.72254393712984,41.61166445757512],[-72.72133293668054,41.61069445742581],[-72.72092993653104,41.6103714573761],[-72.72048793636641,41.61000645731947],[-72.72011093622602,41.60969545727124],[-72.7198009361127,41.60947645723869],[-72.71949993600474,41.60930045721421],[-72.7191749358905,41.60915145719573],[-72.71904393584504,41.609101457190235],[-72.71883193577143,41.60902045718132],[-72.71849993565812,41.60892745717393],[-72.71780993542623,41.60879745717085],[-72.71736793527768,41.60871445716894],[-72.71691993512648,41.60861945716488],[-72.7164289349591,41.60848545715464],[-72.71577093473361,41.60828545713693],[-72.71516493452604,41.60810245712088],[-72.71510093450408,41.60808245711905],[-72.71524993454116,41.60788245707547],[-72.71558393462442,41.60743645697822],[-72.71566593464063,41.6072524569399],[-72.71576993466137,41.60702245689193],[-72.71592493467821,41.60643245677248],[-72.71591793467495,41.60641545676941],[-72.71560893453251,41.60567945663652],[-72.71533093442487,41.605377456586844],[-72.71492693426266,41.604837456495034],[-72.71455193411208,41.60433545640965],[-72.71454893411087,41.60433145640898],[-72.7145409341077,41.604321456407305],[-72.71453893410686,41.604318456406794],[-72.71461293413039,41.60430845640246],[-72.71468793415421,41.60429845639812],[-72.71526693433822,41.6042214563646],[-72.71745393503342,41.60393445623876],[-72.71814293525246,41.60384445619922],[-72.71818293526513,41.60383845619675],[-72.71858493539244,41.60377745617201],[-72.71979393577561,41.6035984560985],[-72.7201969359033,41.603538456073935],[-72.72098493615336,41.6034274560271],[-72.72303293680349,41.60314345590628],[-72.72335293690503,41.60309845588728],[-72.72367993700885,41.60305345586806],[-72.72394193709171,41.603011455851515],[-72.72413993715361,41.60296745583662],[-72.72414693715578,41.60296545583601],[-72.72416993716304,41.602961455834496],[-72.72417793716558,41.60296045583403],[-72.72474993734536,41.60284945579415],[-72.72506793744535,41.60278845577211],[-72.72646893788564,41.602516455674376],[-72.7270419380658,41.60240645563463],[-72.72717593808638,41.602002455551954],[-72.7272809381111,41.60183645551637],[-72.72729793811524,41.60181245551117],[-72.72994093895767,41.601506455366966],[-72.7316109391801,41.59587345422029],[-72.73167093919606,41.595811454206334],[-72.73167193919502,41.59578745420165],[-72.73448094008758,41.5954144540391],[-72.73539994037954,41.59529145398572],[-72.73815794125575,41.594923453825785],[-72.73904094153632,41.59480645377473],[-72.73907794154813,41.594802453772765],[-72.74039594196896,41.59466345370346],[-72.74284094274967,41.59440645357508],[-72.74421694318255,41.594148453480834],[-72.74421794318283,41.594147453480616],[-72.74433394321932,41.59412545347262],[-72.7456369436292,41.593880453383235],[-72.74954194485761,41.59314645311537],[-72.74978294493339,41.59310045309871],[-72.75294194592703,41.592505452881774],[-72.75259194547469,41.58656645174039],[-72.75238694520922,41.583077451069755],[-72.75214194489192,41.57890645026796],[-72.75218194490469,41.57890245026589],[-72.755308945904,41.5785914501051],[-72.75845194690844,41.578279449943594],[-72.76013194744527,41.578111449857005],[-72.76469194890248,41.577658449622554],[-72.76756494982058,41.57737344947492],[-72.7678219499027,41.577347449461605],[-72.76838495008259,41.57729144943264],[-72.76887195023824,41.57724344940768],[-72.76919795034237,41.57721044939079],[-72.76973395051293,41.57714444936076],[-72.77082395085961,41.577007449299124],[-72.7709469508989,41.57699544929284],[-72.77246095138221,41.57683644921331],[-72.77274295147222,41.576806449198415],[-72.77309595158457,41.57676344917874],[-72.77312895159501,41.5767584491767],[-72.77500195219119,41.57653144907243],[-72.7756379523937,41.576455449037226],[-72.77563895239396,41.576454449036994],[-72.77581495244999,41.57643344902727],[-72.77604295252259,41.5764064490147],[-72.77634895261983,41.57636644899709],[-72.77652695267639,41.576343448986904],[-72.77708895285488,41.57626844895427],[-72.7783409532527,41.57610444888219],[-72.77877795339182,41.576052448858036],[-72.77900995346576,41.57602544884534],[-72.77917595351865,41.57600644883631],[-72.77934395357225,41.575988448827424],[-72.77941695359536,41.57597744882295],[-72.77964495366803,41.57595144881057],[-72.77972195369267,41.575944448806716],[-72.77982695372613,41.575932448801034],[-72.78004295379488,41.57590644878903],[-72.78009195381043,41.575899448786096],[-72.78107495412273,41.57577044872946],[-72.78205895443531,41.57564044867257],[-72.78226195449979,41.5756134486608],[-72.78246495456425,41.575586448649034],[-72.78688195596732,41.575002448393626],[-72.7959289588411,41.573808447870796],[-72.7970539591984,41.57365944780568],[-72.79874395973523,41.573436447708],[-72.8012439605293,41.57310644756348],[-72.80262396085001,41.57086344708365],[-72.80500596140354,41.56699144625529],[-72.80524396145896,41.56660644617288],[-72.80627396172622,41.565421445909664],[-72.80924396249694,41.56200544515082],[-72.8098689627144,41.56225544517925],[-72.80996096274644,41.562292445183466],[-72.81024296284457,41.562405445196326],[-72.81260196348906,41.56025944470371],[-72.8191459652768,41.55430644333704],[-72.82124396595297,41.55420344324948],[-72.8251429672891,41.55540544335736],[-72.82614196764239,41.55590544342227],[-72.8261449676766,41.55648744353518],[-72.82614496767762,41.55650544353868],[-72.82584496785421,41.56130644448055],[-72.82583796786425,41.56152244452272],[-72.82582396788123,41.56189944459636],[-72.8257859679337,41.56303444481795],[-72.82577496795183,41.56341444489209],[-72.82575296798042,41.56404044501432],[-72.8257439679927,41.56430644506626],[-72.82615896811608,41.564104445013676],[-72.82719696842464,41.563598444882],[-72.82776096859234,41.56332444481062],[-72.8295669691291,41.5624424445812],[-72.82964496915235,41.56240544457151],[-72.8289629691038,41.56543744518212],[-72.8283399690594,41.56820544573955],[-72.82789896902777,41.57016144613345],[-72.82764496899354,41.57100744630584],[-72.8285949692905,41.57079944623486],[-72.82911796945524,41.57070644619996],[-72.8293999695443,41.57066044618193],[-72.83096997004188,41.570435446087664],[-72.83435097111412,41.56996344588708],[-72.83862997247033,41.56935244563056],[-72.8402449729813,41.56910644553072]]]},"properties":{"name":4002,"geoid":"09003400200"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.8189299685031,41.61198445453671],[-72.81936596885231,41.615607455225145],[-72.82009796911495,41.61603645528472],[-72.82277497007566,41.61760745550298],[-72.82280897008785,41.61762745550577],[-72.82275197007235,41.617680455517885],[-72.82127796967076,41.6190394558289],[-72.82055996945252,41.619306455903825],[-72.82023396945243,41.621156456273],[-72.82111296974934,41.62134845628187],[-72.82210797008541,41.62156545629183],[-72.82225597013539,41.62159745629327],[-72.82220497012268,41.621665456308094],[-72.82016296961933,41.6244734569183],[-72.81971696950949,41.6250884570519],[-72.81798996909147,41.62759745759394],[-72.81867696930996,41.62751045755494],[-72.81915696946581,41.627505457538476],[-72.81929996951227,41.62750445753367],[-72.81992296971463,41.627499457512606],[-72.82050096990238,41.62749445749299],[-72.82059796993384,41.627493457489685],[-72.8210789700901,41.62748945747338],[-72.82107297008842,41.62749445747453],[-72.82105697008419,41.627511457478356],[-72.8210519700829,41.62751745747967],[-72.82125697015006,41.627525457474626],[-72.82127797015688,41.627525457473936],[-72.82525197145827,41.62767745737519],[-72.82524897149564,41.628346457504975],[-72.8252439715805,41.629855457797596],[-72.82403697127849,41.63143645814297],[-72.82333197117408,41.63361545858802],[-72.82030497041546,41.637559459449996],[-72.81911297011678,41.63911345978959],[-72.81851696996746,41.639890459959375],[-72.81824996990082,41.64024346003641],[-72.81814996987586,41.6403754600652],[-72.8179579698276,41.64062346011944],[-72.81648596945853,41.642538460538],[-72.81561896924126,41.64366846078491],[-72.81514796912323,41.64428246091908],[-72.81498996908363,41.6444884609641],[-72.8148289690453,41.64473346101675],[-72.81434896893127,41.645468461174644],[-72.81418896889333,41.64571446122746],[-72.81375196875355,41.645756461249704],[-72.81244196833464,41.64588346131655],[-72.81200596819527,41.645926461338966],[-72.81152696804091,41.64595246135944],[-72.81009096757823,41.64603146142109],[-72.80961296742429,41.64605846144171],[-72.80897496721903,41.64609946147024],[-72.8070619666037,41.646222461555766],[-72.80642496639886,41.64626446158446],[-72.8051649659949,41.646369461645435],[-72.80138796478404,41.64668346182804],[-72.80012896438049,41.64678946188918],[-72.79937996414155,41.646872461929405],[-72.79756396356242,41.64707746202766],[-72.79713596342586,41.64712446205058],[-72.79638896318768,41.64720946209112],[-72.79603896307391,41.647211462102796],[-72.79499196273363,41.6472184621379],[-72.79464296262027,41.64722146214972],[-72.79432196251743,41.647249462165504],[-72.79336096220966,41.64733546221313],[-72.79304096210727,41.64736546222926],[-72.79266496198638,41.647390462246236],[-72.79153596162337,41.64746646229734],[-72.79116096150284,41.64749246231444],[-72.79112296149053,41.64749346231587],[-72.79101096145433,41.64749746232025],[-72.7909739614424,41.64749946232184],[-72.79070396135523,41.64751146233286],[-72.78989296109347,41.64754846236617],[-72.78962396100668,41.64756146237736],[-72.78940296093558,41.64757546238719],[-72.78874096072263,41.64761846241685],[-72.78852096065191,41.647633462426846],[-72.78712196020102,41.647708462486456],[-72.78292695884885,41.647932462665004],[-72.7815289583983,41.648008462724775],[-72.78093695820841,41.64805646275314],[-72.77916395763985,41.648202462838526],[-72.77857295745041,41.64825246286727],[-72.7718739552748,41.64832646309733],[-72.77131095509588,41.648401463129986],[-72.77120195502252,41.64773946300523],[-72.77111695496978,41.647301462923096],[-72.77103895492054,41.646884462844795],[-72.77102195490987,41.6467944628279],[-72.77099695489419,41.64666246280313],[-72.7709729548786,41.64652646277755],[-72.77095795486862,41.64643746276078],[-72.77095095486384,41.64639346275247],[-72.77092995484959,41.64626446272817],[-72.77092295484486,41.646221462720064],[-72.77090495483279,41.64611246269951],[-72.77085195479681,41.64578546263785],[-72.7708349547851,41.64567746261747],[-72.77082595477921,41.645625462607676],[-72.77080595476525,41.645495462583135],[-72.77080095476227,41.645471462578634],[-72.77079095475614,41.645421462569274],[-72.77078595475314,41.645397462564794],[-72.77077095474425,41.64532746255171],[-72.77076695474162,41.64530446254739],[-72.7707229547153,41.6450944625081],[-72.77070295470301,41.64499346248917],[-72.77059395463733,41.64446546239037],[-72.7705519546117,41.64425646235121],[-72.77036895449804,41.64331046217378],[-72.77029995445717,41.642988462113586],[-72.7697519541303,41.64039146162793],[-72.76951295398388,41.639191461403044],[-72.76935595388737,41.63839746125423],[-72.7692789538351,41.637921461164424],[-72.76916495377039,41.637438461074495],[-72.76882395357663,41.635990460804805],[-72.76879295355893,41.63585746078001],[-72.76877595353294,41.635499460711166],[-72.76874295350464,41.63519246065271],[-72.76864395341975,41.63427146047739],[-72.76861195339184,41.633965460419105],[-72.76857395336526,41.633716460372064],[-72.76854195334442,41.63353446033781],[-72.76841995326483,41.63283646020643],[-72.7683869532398,41.63258646015902],[-72.76839095323018,41.63239546012189],[-72.76840295322516,41.63223946009124],[-72.76840795322394,41.6321894600814],[-72.7684939532394,41.631970460036186],[-72.76856795325602,41.63184046000859],[-72.76868895328174,41.63160145995836],[-72.76850695322275,41.631605459964995],[-72.76841195319294,41.63162445997174],[-72.76963495344324,41.62904245943183],[-72.76976995344513,41.62830745928501],[-72.7698699534467,41.62776545917672],[-72.77006695343037,41.626358458897585],[-72.77017295337669,41.62481545859501],[-72.77008195324063,41.62295345823692],[-72.76994795313837,41.6219264580421],[-72.76885395254024,41.61768745725531],[-72.76874995248318,41.617280457179724],[-72.76783495198086,41.613697456514295],[-72.76811595207077,41.61367145650021],[-72.76828595212595,41.61366945649435],[-72.7684349521746,41.61367245649014],[-72.76857895222253,41.613691456489185],[-72.76868295225762,41.613713456490125],[-72.76880895230158,41.61376545649616],[-72.76884695231463,41.61377745649726],[-72.76916695242028,41.61380445649221],[-72.76932495247162,41.61380345648692],[-72.77190695329662,41.61354145635304],[-72.77341995378004,41.61338845627472],[-72.7736069538391,41.61335745626269],[-72.77415195401025,41.613249456224196],[-72.77436795407884,41.61322045621162],[-72.77493395426056,41.61317845618527],[-72.77553595445725,41.61319345616881],[-72.7759429545891,41.61318345615377],[-72.77629395470167,41.61315545613706],[-72.77636095472295,41.61314645613315],[-72.77685795488098,41.61308245610474],[-72.77716795497872,41.613028456084294],[-72.77752995509351,41.612976456062555],[-72.77797195523152,41.61287545602877],[-72.77837795535709,41.61276145599358],[-72.77895495553268,41.612549455933895],[-72.7790309555558,41.612521455926014],[-72.7792109556113,41.61246845590995],[-72.77949295569996,41.612414455890395],[-72.77998095585524,41.61235345586286],[-72.78023095593537,41.61233245585075],[-72.78088595614534,41.61227845581919],[-72.78108895621108,41.61227345581169],[-72.78127795627388,41.61229645581007],[-72.78192095649008,41.61241945581323],[-72.78196495650491,41.61242845581356],[-72.78212095655677,41.612448455812405],[-72.78227695660793,41.61245545580874],[-72.78244495666242,41.61245245580276],[-72.78276495676566,41.61243745578956],[-72.7830679568625,41.612407455773976],[-72.78322295691166,41.61238545576473],[-72.78331995694292,41.61238045576063],[-72.78394595714754,41.61239745574378],[-72.78426195724907,41.61237545572935],[-72.78446895731496,41.612350455717845],[-72.78467895738157,41.61232045570525],[-72.78544795762147,41.61214145564579],[-72.78628995788475,41.61195545558262],[-72.7864699579418,41.61192945557176],[-72.78693495808976,41.611871455545554],[-72.78698195810482,41.61186745554326],[-72.78868195864975,41.611726455461195],[-72.78933095885793,41.61167545543041],[-72.78984295902225,41.61163645540635],[-72.79098995938973,41.61153845535041],[-72.79127695948127,41.611506455334975],[-72.79192495968805,41.61143645530053],[-72.79230195980838,41.611396455280634],[-72.79312896007254,41.61131145523753],[-72.79343396016957,41.611273455220335],[-72.79345496017629,41.61127145521927],[-72.79367196024624,41.61126045521014],[-72.79381296029263,41.61126945520735],[-72.79371396027814,41.61157945527066],[-72.79341996023568,41.612509455460476],[-72.79332196022159,41.61282045552395],[-72.79332396023969,41.61312545558304],[-72.79332996029407,41.61404245576066],[-72.7933319603122,41.614348455819936],[-72.79367896042447,41.614337455806634],[-72.79371396043578,41.61433645580533],[-72.79410896056108,41.61428045578174],[-72.79434196063018,41.61416345575152],[-72.7945909606971,41.613917455695834],[-72.79483996076415,41.61367345564047],[-72.7952239608855,41.61361145561609],[-72.79537696093544,41.61361445561175],[-72.7962419612255,41.613766455613366],[-72.7969929614774,41.61389945561496],[-72.79722696155413,41.61391045560957],[-72.797470961633,41.61390145559995],[-72.80047996259528,41.613613455447194],[-72.80189496304787,41.61347945537562],[-72.802648963289,41.61340745533735],[-72.80436496383773,41.613242455250074],[-72.80491296401301,41.61319045522232],[-72.80566796425451,41.61311945518424],[-72.80591296435846,41.613543455258565],[-72.80596596437763,41.61357745526345],[-72.80636596452253,41.61383545530059],[-72.8065779645945,41.61388845530403],[-72.80754196491017,41.613925455280146],[-72.8080949650913,41.61394745526659],[-72.80849696522291,41.61396245525654],[-72.80962496559233,41.614006455228726],[-72.80970496561852,41.614009455226714],[-72.81010796575053,41.61402545521684],[-72.81201896637987,41.61416145518162],[-72.812331966483,41.614184455175995],[-72.81254696655179,41.61416445516518],[-72.81277896662483,41.61412245514958],[-72.81297496668465,41.61405345512986],[-72.81385396694719,41.61364545502243],[-72.81416496703963,41.61349345498292],[-72.8144829671317,41.61329445493406],[-72.81474296720452,41.61308945488595],[-72.81538296737187,41.61237645472705],[-72.81573596747307,41.61213845466952],[-72.81604796756613,41.61199145463097],[-72.8162969676423,41.61190745460665],[-72.81671096777102,41.611803454573135],[-72.81685496781702,41.61178945456579],[-72.81697596785651,41.611791454562265],[-72.8170439678791,41.61179945456161],[-72.81708496789275,41.61180545456146],[-72.81793696818225,41.61202145457588],[-72.81804396821809,41.61203945457592],[-72.81813096824636,41.612039454573114],[-72.8184819683595,41.6120214545583],[-72.8189299685031,41.61198445453671]]]},"properties":{"name":4003,"geoid":"09003400300"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.68807393881772,41.83707950228778],[-72.68800193871459,41.83569650202332],[-72.68788093860037,41.83439850177684],[-72.68787193859006,41.83427050175243],[-72.68786593858322,41.834185501736236],[-72.68762993844736,41.83316250154649],[-72.68753693834338,41.83188350130275],[-72.68752293832736,41.831684501264824],[-72.68750793831094,41.83148450122671],[-72.6874889382892,41.83121450117523],[-72.68748293828315,41.83114350116174],[-72.6874689382673,41.83094750112437],[-72.6874399382343,41.83053850104639],[-72.68739493818381,41.829916500927844],[-72.6873769381646,41.829684500883666],[-72.6873229381069,41.82898850075113],[-72.68730493808775,41.828757500707134],[-72.68716093800964,41.82821650060739],[-72.68703793787624,41.82659550029859],[-72.68697993781376,41.825838500154404],[-72.68680993762854,41.82358349972478],[-72.68655993719796,41.817517498562246],[-72.68653293712943,41.81647949836278],[-72.68649093693475,41.81333349775695],[-72.68646993683485,41.81171549744533],[-72.6864279367418,41.81033549718031],[-72.68630293646297,41.80619549638516],[-72.68626193637027,41.80481549612006],[-72.68624993635807,41.80467149609266],[-72.68621393632154,41.804240496010614],[-72.6862019363094,41.80409749598338],[-72.68618893629149,41.80385949593786],[-72.68614993623773,41.80314549580125],[-72.68613793622013,41.8029074957557],[-72.68611793618217,41.80236049565073],[-72.68605893606879,41.800722495336395],[-72.68603993603121,41.80017649523157],[-72.68654893620183,41.80025849523103],[-72.68807893671479,41.800507495229866],[-72.68858893688578,41.80059049522947],[-72.68888593698559,41.800642495229944],[-72.68939393715632,41.80073249523097],[-72.68977893728565,41.80079949523152],[-72.69007693738583,41.800852495232164],[-72.69017893743201,41.80107749527232],[-72.69018593743522,41.80109349527517],[-72.69032593752179,41.80180549540814],[-72.69037393755144,41.80204949545369],[-72.69043093758106,41.80224149548894],[-72.69060293767025,41.80281749559459],[-72.6906609377002,41.8030094956298],[-72.69070393772468,41.80319149566355],[-72.6908339377985,41.80373849576498],[-72.69087793782337,41.80392149579888],[-72.69091493784606,41.8041064958334],[-72.69102693791449,41.80466149593695],[-72.69106493793751,41.80484649597143],[-72.6910819379518,41.80499849600023],[-72.69113393799498,41.80545449608659],[-72.69115193800963,41.80560749611554],[-72.69116593802214,41.80574549614174],[-72.69121093806066,41.806160496220386],[-72.69122593807356,41.80629949624675],[-72.69124493808917,41.806463496277786],[-72.69130193813612,41.806956496371136],[-72.69132193815211,41.807121496402345],[-72.6913379381625,41.8072114964192],[-72.69137693818718,41.80741949645809],[-72.69138393819321,41.807484496470416],[-72.69139393820176,41.807576496487854],[-72.69222993847086,41.80751749644954],[-72.69473793927826,41.807342496335],[-72.69557493954777,41.80728549629705],[-72.69556693954787,41.80733249630639],[-72.69554493954875,41.80747249633412],[-72.69553793954924,41.8075204963436],[-72.69552693955193,41.807629496364996],[-72.69549393956014,41.80795949642975],[-72.69548393956322,41.80806949645131],[-72.69548093956438,41.808106496458564],[-72.69547393956863,41.808220496480786],[-72.69547293957048,41.80825849648816],[-72.6954619395725,41.80835549650723],[-72.69543093957908,41.80864549656422],[-72.69542093958147,41.808743496583446],[-72.6954179395823,41.80877549658972],[-72.69541093958574,41.80887449660905],[-72.6954099395873,41.80890749661545],[-72.69540193959038,41.809006496634815],[-72.69537793959982,41.8093064966935],[-72.6953709396033,41.80940649671303],[-72.69536693960394,41.80944049671972],[-72.69535693960673,41.80954549674032],[-72.69535393960777,41.80958049674716],[-72.6953419396096,41.80968049676685],[-72.6953079396158,41.80998049682585],[-72.69529793961834,41.810081496845676],[-72.69528393961743,41.810144496858285],[-72.69524493961552,41.810332496895825],[-72.69523193961496,41.8103964969086],[-72.69515093960588,41.810697496969304],[-72.69501693959091,41.81119649706993],[-72.69491593958136,41.811602497151554],[-72.69484193957467,41.811905497212415],[-72.69474193956171,41.81224649728146],[-72.69470493956673,41.81254349733998],[-72.69470093957078,41.81263649735805],[-72.69469693957727,41.81277249738443],[-72.69478093965957,41.81372649756586],[-72.69482293970935,41.8143534976855],[-72.6948989397638,41.81486949778265],[-72.69500893984232,41.81561049792213],[-72.6950309398599,41.81579149795633],[-72.69509893991332,41.816334498058936],[-72.6951219399313,41.81651649809333],[-72.69513293993973,41.81660049810918],[-72.69516593996504,41.81685349815694],[-72.69517693997352,41.81693849817299],[-72.6951939399843,41.81702949819],[-72.69524594001695,41.81730249824102],[-72.69526394002811,41.8173944982582],[-72.69530394005463,41.81762849830206],[-72.69543294013178,41.81823849841562],[-72.69544494013967,41.81830749842856],[-72.69555694021525,41.81898649855598],[-72.69570194030238,41.819678498684844],[-72.69572494031924,41.81984149871556],[-72.69579494037022,41.82033049880765],[-72.6958189403875,41.82049449883854],[-72.69583594040016,41.82061849886192],[-72.69588694043833,41.82099249893245],[-72.69590494045137,41.821117498955985],[-72.69592294046274,41.82121249897375],[-72.69597694049673,41.821497499027],[-72.69599594050847,41.8215934990449],[-72.69601894052654,41.82177749907967],[-72.69608994058147,41.8223294991839],[-72.69611394059994,41.82251449921883],[-72.69651094086706,41.82490549966738],[-72.69674394103785,41.82655249997765],[-72.69675094104421,41.82662349999113],[-72.69678994107802,41.82698950006048],[-72.69683594111733,41.82741150014041],[-72.69691694117068,41.82787950022809],[-72.69702294124048,41.82849150034276],[-72.69715394132898,41.829286500491904],[-72.69718794135176,41.82948950052998],[-72.69722294137861,41.82975750058056],[-72.69726194140924,41.83006850063929],[-72.69730294144121,41.83039150070029],[-72.69739194150542,41.83100250081529],[-72.6974379415384,41.831314500874],[-72.69765094165405,41.83211650102185],[-72.6978549417645,41.83287950116246],[-72.69840994203815,41.83448850145495],[-72.69868094217179,41.83527450159783],[-72.6984189420922,41.83537550162576],[-72.69836294207528,41.835398501632],[-72.69815894201255,41.835464501651295],[-72.69795194194747,41.835505501665885],[-72.69768894186313,41.83553050167918],[-72.69759794183348,41.83553050168211],[-72.69731794174241,41.8355345016919],[-72.69694194161765,41.835496501696696],[-72.69581494124378,41.83538450171141],[-72.6954399411194,41.83534750171636],[-72.69491994094687,41.83529550172309],[-72.69392194061575,41.83519550173595],[-72.69366394053165,41.835195501744266],[-72.69342594045484,41.83520950175463],[-72.69336094043429,41.835220501758855],[-72.69325094039965,41.83524150176645],[-72.6930389403341,41.835303501785226],[-72.69286294028062,41.835371501804026],[-72.69250594017291,41.83552150184447],[-72.69143493984984,41.83597450196636],[-72.69107893974245,41.83612550200695],[-72.6907629396471,41.83625850204279],[-72.69069793962747,41.83628550205009],[-72.68981693936173,41.83665850215041],[-72.68950193926675,41.83679250218642],[-72.68922593918263,41.83689450221499],[-72.68913393915467,41.8369295022247],[-72.68883193906103,41.83701350225063],[-72.68858093898135,41.83705050226584],[-72.68836693891267,41.837069502276414],[-72.68830193889181,41.83707550227967],[-72.68807393881772,41.83707950228778]]]},"properties":{"name":4711,"geoid":"09003471100"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.69557493954777,41.80728549629705],[-72.69602293969224,41.8072584962774],[-72.69736794012607,41.80717949621885],[-72.69781694027093,41.80715349619936],[-72.69858994052217,41.80714149617215],[-72.700908941276,41.807106496090704],[-72.70168294152761,41.80709549606364],[-72.70289794192225,41.807071496019866],[-72.70654294310626,41.80700249588912],[-72.70675594317547,41.80699849588149],[-72.70775894350126,41.806979495845496],[-72.70919694396625,41.80691549578681],[-72.71351394536232,41.806726495611194],[-72.71495294582768,41.806663495552655],[-72.71521994593665,41.8070444956176],[-72.71602094626353,41.80818749581239],[-72.71628794637253,41.80856949587752],[-72.71687294660858,41.80935749601074],[-72.71861894731317,41.81171049640859],[-72.71862894731719,41.811723496410785],[-72.71921494755361,41.812512496544144],[-72.71980394778996,41.81328249667376],[-72.72107294829897,41.81493849695242],[-72.72156094849628,41.815602497064816],[-72.72213694872907,41.81638449719714],[-72.72209994871962,41.81642949720701],[-72.72188694866217,41.81663749725403],[-72.72181394864253,41.81670949727027],[-72.72174094862665,41.81684649729907],[-72.72165994862081,41.817203497370556],[-72.72160894860701,41.817252497381666],[-72.7214839485688,41.81729649739418],[-72.72124194849015,41.81730049740276],[-72.72119094847365,41.817302497404796],[-72.72111694845108,41.81732949741238],[-72.72094894840266,41.81743949743904],[-72.72094994840442,41.81746449744382],[-72.72095594841666,41.81764249747797],[-72.72103694845192,41.81779649750509],[-72.7212059485133,41.817905497520655],[-72.72128594854443,41.817993497535085],[-72.72142594860776,41.818300497589796],[-72.7214259486201,41.81851449763109],[-72.72143394862461,41.81854749763719],[-72.72150694865381,41.81864149765298],[-72.72151194865613,41.81865349765512],[-72.72157294868414,41.818794497680365],[-72.72155094868268,41.81889349770019],[-72.72137494863355,41.81903649773346],[-72.72130894861742,41.81912949775352],[-72.72130194862336,41.81927249778134],[-72.72137494865441,41.819398497803306],[-72.72150694870408,41.819513497821234],[-72.72153694871928,41.8196074978384],[-72.72147794870696,41.819727497863454],[-72.72141894869125,41.81978849787714],[-72.72128694864948,41.81981049788563],[-72.7211919486248,41.81991949790974],[-72.72118494862758,41.82000749792694],[-72.72125794865711,41.820106497943684],[-72.7213169486779,41.82013349794699],[-72.72143394872208,41.82023849796347],[-72.72147094873887,41.820320497978116],[-72.72144194873097,41.82034749798425],[-72.72125794867354,41.82039149799869],[-72.72099394859255,41.82047949802417],[-72.72083294854042,41.820485498030514],[-72.72077394852373,41.82052949804092],[-72.72069294850904,41.82073249808269],[-72.72076694856825,41.82134149819782],[-72.72086294860715,41.82147349822018],[-72.72110994869146,41.82153949822495],[-72.7211269486973,41.82154449822536],[-72.72123694873694,41.821610498234556],[-72.72128794875894,41.821703498250855],[-72.72124394874903,41.82178049826713],[-72.72111194870854,41.82182449827987],[-72.72092094865262,41.82193449830726],[-72.72087794864588,41.82206049833295],[-72.72091394866742,41.82223049836459],[-72.72102394871118,41.822367498387486],[-72.72119594877404,41.822485498404696],[-72.7213179488187,41.822570498417164],[-72.72138394884529,41.822658498432006],[-72.72139694885789,41.822803498459564],[-72.72139894885969,41.822823498463364],[-72.72132594884532,41.82298749849737],[-72.7211859488064,41.82310349852425],[-72.7210399487686,41.82327349856176],[-72.7206799486696,41.82359149863473],[-72.7205939486471,41.82368749865603],[-72.72042294860262,41.823882498699156],[-72.72036494859144,41.82401649872689],[-72.7203499485886,41.824052498734325],[-72.7203499485953,41.824168498756706],[-72.72042394862352,41.824239498768],[-72.72054794867563,41.82444249880317],[-72.72057794869492,41.82460749883403],[-72.72053394869229,41.824810498874626],[-72.7201889485988,41.825139498949234],[-72.72012294858554,41.82528249897895],[-72.72014494859962,41.82540249900139],[-72.72021894862756,41.82546849901172],[-72.72031394866549,41.82558949903201],[-72.72032194867572,41.825721499057224],[-72.72020394864641,41.825880499091696],[-72.72022594865678,41.825935499101604],[-72.72032194869058,41.825979499106985],[-72.72037994871387,41.82605549911978],[-72.72039494872827,41.82622049915113],[-72.72025594869467,41.82642349919477],[-72.72017894867285,41.826480499208245],[-72.71998394861772,41.826626499242714],[-72.71986694859191,41.82684049928776],[-72.71985294859562,41.82698349931581],[-72.71998494865984,41.82735149938256],[-72.71997794866166,41.82742249939647],[-72.71987494863,41.827455499406156],[-72.71963994855057,41.82740649940429],[-72.71955194852251,41.82741749940925],[-72.71944894849113,41.82745549941989],[-72.71938994847633,41.82753249943666],[-72.71940494848596,41.827614499452],[-72.71954494853765,41.827719499467726],[-72.71966194857733,41.827746499469164],[-72.71973594860556,41.82781749948047],[-72.71981594864114,41.82798249950972],[-72.71988194866803,41.82807549952553],[-72.71992594868843,41.82818049954438],[-72.71984594866545,41.828234499557375],[-72.7195159485576,41.82822949956705],[-72.71928794848645,41.82828449958501],[-72.71925094847722,41.82833349959567],[-72.71925094848547,41.82847649962325],[-72.71935394852567,41.82859149964211],[-72.71950094857486,41.82861349964161],[-72.71966294863083,41.828668499646994],[-72.71968494864244,41.82874549966115],[-72.71961094862468,41.82885549968475],[-72.71950894859332,41.82888849969439],[-72.71946494858214,41.82894349970643],[-72.71948694859181,41.82898649971403],[-72.71955994861783,41.829025499719194],[-72.71966994865272,41.82900849971238],[-72.71978694869087,41.82900849970859],[-72.7198459487155,41.82910249972481],[-72.71981694871332,41.829228499750066],[-72.7199779487718,41.829332499764924],[-72.72005894880708,41.82948649979201],[-72.72005894881244,41.82957949980997],[-72.71989794877929,41.829914499879784],[-72.71994194880688,41.830144499922724],[-72.71992694881278,41.830331499959286],[-72.72000094885017,41.83056150000127],[-72.72002294886559,41.83070450002813],[-72.71981794882252,41.83111650011423],[-72.71961994878394,41.831566500207416],[-72.71961994880799,41.83198350028785],[-72.71945894876912,41.83221950033857],[-72.71942894877547,41.832499500393546],[-72.71962294885884,41.8328485004546],[-72.71975294891467,41.833081500495354],[-72.71978194893394,41.833251500527204],[-72.71972394895205,41.83389350065292],[-72.71963594893727,41.83413450070224],[-72.71959894893945,41.834381500751086],[-72.7196429489636,41.83455150078244],[-72.71978994902737,41.83482650083075],[-72.71978294902856,41.834886500842536],[-72.71965794899387,41.834991500866835],[-72.71959194897708,41.83507350088479],[-72.71961394898898,41.83515550089988],[-72.71972394902993,41.8352435009133],[-72.7200029491256,41.83532550092012],[-72.72004694914185,41.83535850092506],[-72.72011294916972,41.835468500944145],[-72.72011994917395,41.83550250095048],[-72.72022394923553,41.8359825010397],[-72.72025894925619,41.83614250106944],[-72.72009094919918,41.83610350106734],[-72.71958894902883,41.83598750106115],[-72.7194219489722,41.835949501059204],[-72.71927094892095,41.83591450105733],[-72.71881894876756,41.83580950105168],[-72.7186689487167,41.835775501049945],[-72.71672394805717,41.835333501027435],[-72.71418594719665,41.83475850099839],[-72.71143694626521,41.83414650096901],[-72.71089494608016,41.83400150095853],[-72.7105059459474,41.8338985009512],[-72.71016894582954,41.833759500935244],[-72.70977294568836,41.8335495009075],[-72.70943794556692,41.83333750087741],[-72.7091989454776,41.83313950084694],[-72.70914794545816,41.833090500839134],[-72.70909294543722,41.83303850083088],[-72.70904094541744,41.832989500823096],[-72.70896894538998,41.83292050081211],[-72.70893594537698,41.83288150080565],[-72.70888894535837,41.83282450079617],[-72.70871694529036,41.8326175007618],[-72.70848894519386,41.832232500694865],[-72.70841394515995,41.83206850066565],[-72.70796594495708,41.83108250048989],[-72.707822944899,41.8308835004561],[-72.70763494482912,41.83073450043344],[-72.70737694473816,41.830615500418794],[-72.70705294462815,41.83053950041458],[-72.70659594447727,41.83050650042294],[-72.70654894446184,41.83050450042407],[-72.70607694430734,41.83049350043718],[-72.70565394417065,41.83051450045486],[-72.70552894413136,41.830539500463715],[-72.70532594406612,41.83055550047334],[-72.70433894374897,41.83063550052059],[-72.70400994364333,41.830663500536595],[-72.70377694356982,41.83070650055241],[-72.70354194349625,41.83075850057],[-72.70332794343213,41.83085650059579],[-72.70307694335887,41.83100550063265],[-72.70284794329632,41.83121550068054],[-72.70275994327324,41.83131250070209],[-72.70265494324585,41.831431500728435],[-72.70249194320834,41.83170250078595],[-72.70216294313636,41.83231450091462],[-72.70191894308067,41.83272850100235],[-72.70163294300572,41.83304550107271],[-72.70127594290523,41.83332150113747],[-72.70045894266907,41.83384550126488],[-72.69976294246938,41.83431750137835],[-72.69965694243902,41.83439050139586],[-72.69920494231306,41.83476150148199],[-72.69868094217179,41.83527450159783],[-72.69840994203815,41.83448850145495],[-72.6978549417645,41.83287950116246],[-72.69765094165405,41.83211650102185],[-72.6974379415384,41.831314500874],[-72.69739194150542,41.83100250081529],[-72.69730294144121,41.83039150070029],[-72.69726194140924,41.83006850063929],[-72.69722294137861,41.82975750058056],[-72.69718794135176,41.82948950052998],[-72.69715394132898,41.829286500491904],[-72.69702294124048,41.82849150034276],[-72.69691694117068,41.82787950022809],[-72.69683594111733,41.82741150014041],[-72.69678994107802,41.82698950006048],[-72.69675094104421,41.82662349999113],[-72.69674394103785,41.82655249997765],[-72.69651094086706,41.82490549966738],[-72.69611394059994,41.82251449921883],[-72.69608994058147,41.8223294991839],[-72.69601894052654,41.82177749907967],[-72.69599594050847,41.8215934990449],[-72.69597694049673,41.821497499027],[-72.69592294046274,41.82121249897375],[-72.69590494045137,41.821117498955985],[-72.69588694043833,41.82099249893245],[-72.69583594040016,41.82061849886192],[-72.6958189403875,41.82049449883854],[-72.69579494037022,41.82033049880765],[-72.69572494031924,41.81984149871556],[-72.69570194030238,41.819678498684844],[-72.69555694021525,41.81898649855598],[-72.69544494013967,41.81830749842856],[-72.69543294013178,41.81823849841562],[-72.69530394005463,41.81762849830206],[-72.69526394002811,41.8173944982582],[-72.69524594001695,41.81730249824102],[-72.6951939399843,41.81702949819],[-72.69517693997352,41.81693849817299],[-72.69516593996504,41.81685349815694],[-72.69513293993973,41.81660049810918],[-72.6951219399313,41.81651649809333],[-72.69509893991332,41.816334498058936],[-72.6950309398599,41.81579149795633],[-72.69500893984232,41.81561049792213],[-72.6948989397638,41.81486949778265],[-72.69482293970935,41.8143534976855],[-72.69478093965957,41.81372649756586],[-72.69469693957727,41.81277249738443],[-72.69470093957078,41.81263649735805],[-72.69470493956673,41.81254349733998],[-72.69474193956171,41.81224649728146],[-72.69484193957467,41.811905497212415],[-72.69491593958136,41.811602497151554],[-72.69501693959091,41.81119649706993],[-72.69515093960588,41.810697496969304],[-72.69523193961496,41.8103964969086],[-72.69524493961552,41.810332496895825],[-72.69528393961743,41.810144496858285],[-72.69529793961834,41.810081496845676],[-72.6953079396158,41.80998049682585],[-72.6953419396096,41.80968049676685],[-72.69535393960777,41.80958049674716],[-72.69535693960673,41.80954549674032],[-72.69536693960394,41.80944049671972],[-72.6953709396033,41.80940649671303],[-72.69537793959982,41.8093064966935],[-72.69540193959038,41.809006496634815],[-72.6954099395873,41.80890749661545],[-72.69541093958574,41.80887449660905],[-72.6954179395823,41.80877549658972],[-72.69542093958147,41.808743496583446],[-72.69543093957908,41.80864549656422],[-72.6954619395725,41.80835549650723],[-72.69547293957048,41.80825849648816],[-72.69547393956863,41.808220496480786],[-72.69548093956438,41.808106496458564],[-72.69548393956322,41.80806949645131],[-72.69549393956014,41.80795949642975],[-72.69552693955193,41.807629496364996],[-72.69553793954924,41.8075204963436],[-72.69554493954875,41.80747249633412],[-72.69556693954787,41.80733249630639],[-72.69557493954777,41.80728549629705]]]},"properties":{"name":4712,"geoid":"09003471200"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.75062195741107,41.8059584942659],[-72.7505119573908,41.806228494321566],[-72.7498369572444,41.807503494589426],[-72.7497109572159,41.80772149463556],[-72.74954095717774,41.80802049469875],[-72.74930695712514,41.80843049478545],[-72.74906495707263,41.80888749488145],[-72.74900395706166,41.80904149491314],[-72.74896495705667,41.80917549494025],[-72.74894195705882,41.80934249497322],[-72.74894895707689,41.80961649502588],[-72.74898995711472,41.81004049510638],[-72.7489939571185,41.81008349511453],[-72.74907895720308,41.811069495302064],[-72.74910795728151,41.812265495531925],[-72.74908495729646,41.812654495607745],[-72.74903195729773,41.81297549567139],[-72.74890595728505,41.81346749577039],[-72.74864595725946,41.81449249597658],[-72.74843795724388,41.815397496157914],[-72.74838295723991,41.81563949620639],[-72.74837295723874,41.81567549621365],[-72.74824595722649,41.8161804963152],[-72.7481619572099,41.816367496354],[-72.74807095718592,41.81646549637584],[-72.74801795717208,41.816525496389126],[-72.74786195712906,41.816660496420226],[-72.74788595714264,41.81676049643874],[-72.7478889571443,41.816772496440954],[-72.74792295716007,41.81685349645548],[-72.74795695717489,41.81691849646693],[-72.74801595719757,41.816978496476615],[-72.7480569572126,41.81700749648088],[-72.74814195724377,41.81706749648971],[-72.74835095731329,41.817091496487585],[-72.74898095752292,41.817166496481704],[-72.74901495753424,41.81717049648139],[-72.74919195759277,41.817185496478565],[-72.74927895762153,41.817192496477105],[-72.74947495768546,41.81719349647097],[-72.74961095772933,41.81718549646504],[-72.74991395782513,41.817134496445405],[-72.75012995789346,41.81709849643148],[-72.7507849580964,41.81691649637522],[-72.752060958504,41.81677349630641],[-72.75213595852797,41.81676549630244],[-72.75278895874014,41.81675449627922],[-72.75287495876833,41.81675749627704],[-72.75313595885403,41.816768496270726],[-72.75322295888262,41.81677249626868],[-72.75287495883067,41.817837496485396],[-72.75278795881789,41.818107496540314],[-72.75252695877639,41.818861496694225],[-72.75208195871971,41.820392497003965],[-72.75189795869774,41.82105049713685],[-72.7518959586973,41.82105449713769],[-72.75172495867099,41.821563497241414],[-72.7515039586302,41.82210449735292],[-72.75123795857462,41.82264349746548],[-72.75044395840918,41.82426049780308],[-72.7503489583895,41.824455497843765],[-72.7502139583649,41.82479149791293],[-72.7502069583638,41.82481249791721],[-72.75009595834715,41.82515049798601],[-72.75002595833682,41.825366498029936],[-72.74994995833192,41.82571049809875],[-72.74983295832115,41.82618449819397],[-72.7497479583134,41.82653049826345],[-72.74945695828843,41.82774049850625],[-72.74938995828416,41.82804449856705],[-72.74902795826993,41.82984149892536],[-72.74895495827907,41.83041149903766],[-72.74902695830289,41.83041749903647],[-72.74898995834788,41.83140549922824],[-72.74894995834852,41.831642499275254],[-72.74888895834303,41.83189149932523],[-72.74880995833132,41.832134499374654],[-72.74792395818052,41.834523499864034],[-72.74776895815408,41.83494049994946],[-72.7473049580751,41.83619150020573],[-72.74715095804903,41.836609500291296],[-72.74712795804496,41.83666850030342],[-72.74705895803281,41.836847500340184],[-72.7470369580291,41.836907500352446],[-72.74690895800777,41.83726050042466],[-72.7467039579741,41.83783450054197],[-72.7465559579546,41.8383315006426],[-72.74644895794057,41.838692500715666],[-72.74635095792756,41.83902050078207],[-72.74619195790657,41.83955450089019],[-72.74602795787865,41.83999650098073],[-72.74590895785849,41.84031850104665],[-72.74589095785532,41.84036550105632],[-72.74552395778966,41.84129950124827],[-72.74290695690054,41.84067550121247],[-72.7426429568115,41.840623501210985],[-72.74240195671706,41.84034850116574],[-72.74208195661251,41.84034450117532],[-72.74145995640039,41.84018250116416],[-72.74097495623515,41.84005850115591],[-72.74047195606789,41.84000150116117],[-72.74037895603705,41.83999250116243],[-72.73994195589223,41.839951501168635],[-72.73949695574292,41.83987750116875],[-72.73923695565416,41.83980850116383],[-72.73845695538813,41.839604501149694],[-72.73819695529953,41.83953750114515],[-72.73803295524357,41.83949450114217],[-72.73775495514873,41.83942150113706],[-72.73754295507644,41.839366501133306],[-72.73737995502088,41.83932450113047],[-72.73696495487944,41.83921750112323],[-72.7357209544554,41.8388965011015],[-72.73530695431432,41.83879050109444],[-72.73493795418855,41.83869550108801],[-72.73383295381188,41.838410501068736],[-72.73364795374886,41.83836350106566],[-72.73346995368723,41.838300501059244],[-72.73346195367664,41.83816250103289],[-72.73345495366715,41.83803750100901],[-72.73345795365144,41.83774850095318],[-72.73345995364413,41.837610500926495],[-72.73286995345094,41.837595500942655],[-72.73110095287187,41.83755350099167],[-72.73051195267905,41.837539501007974],[-72.73032795261896,41.837537501013536],[-72.729776952439,41.837531501030156],[-72.7295939523793,41.83753050103588],[-72.7293199522908,41.83754450104742],[-72.72849995202603,41.837588501082365],[-72.72822695193788,41.83760350109409],[-72.72799995186378,41.83760150110102],[-72.7277759517907,41.837600501108064],[-72.72736795165892,41.83762150112528],[-72.72732195164394,41.83762150112676],[-72.72709595157025,41.83762150113406],[-72.72687095149766,41.837634501143825],[-72.72662495141765,41.83763750115235],[-72.72635095132821,41.8376355011608],[-72.72608095123708,41.83758150115911],[-72.72603895122293,41.837573501158914],[-72.72560295107617,41.83749350115756],[-72.72529495097191,41.83742650115457],[-72.72495895085858,41.83736050115269],[-72.7246639507563,41.83725450114176],[-72.72360695039478,41.836960501119165],[-72.72341895032741,41.836855501105],[-72.72312895023168,41.836834501110296],[-72.72312795023134,41.836834501110324],[-72.72245295000289,41.83668850110394],[-72.72214694989633,41.83657050109107],[-72.72177694977087,41.836486501086796],[-72.72066794939482,41.83623450107398],[-72.72029894926975,41.836151501069864],[-72.72028994926669,41.83614950106978],[-72.72026594925852,41.83614350106939],[-72.72025894925619,41.83614250106944],[-72.72022394923553,41.8359825010397],[-72.72011994917395,41.83550250095048],[-72.72011294916972,41.835468500944145],[-72.72004694914185,41.83535850092506],[-72.7200029491256,41.83532550092012],[-72.71972394902993,41.8352435009133],[-72.71961394898898,41.83515550089988],[-72.71959194897708,41.83507350088479],[-72.71965794899387,41.834991500866835],[-72.71978294902856,41.834886500842536],[-72.71978994902737,41.83482650083075],[-72.7196429489636,41.83455150078244],[-72.71959894893945,41.834381500751086],[-72.71963594893727,41.83413450070224],[-72.71972394895205,41.83389350065292],[-72.71978194893394,41.833251500527204],[-72.71975294891467,41.833081500495354],[-72.71962294885884,41.8328485004546],[-72.71942894877547,41.832499500393546],[-72.71945894876912,41.83221950033857],[-72.71961994880799,41.83198350028785],[-72.71961994878394,41.831566500207416],[-72.71981794882252,41.83111650011423],[-72.72002294886559,41.83070450002813],[-72.72000094885017,41.83056150000127],[-72.71992694881278,41.830331499959286],[-72.71994194880688,41.830144499922724],[-72.71989794877929,41.829914499879784],[-72.72005894881244,41.82957949980997],[-72.72005894880708,41.82948649979201],[-72.7199779487718,41.829332499764924],[-72.71981694871332,41.829228499750066],[-72.7198459487155,41.82910249972481],[-72.71978694869087,41.82900849970859],[-72.71966994865272,41.82900849971238],[-72.71955994861783,41.829025499719194],[-72.71948694859181,41.82898649971403],[-72.71946494858214,41.82894349970643],[-72.71950894859332,41.82888849969439],[-72.71961094862468,41.82885549968475],[-72.71968494864244,41.82874549966115],[-72.71966294863083,41.828668499646994],[-72.71950094857486,41.82861349964161],[-72.71935394852567,41.82859149964211],[-72.71925094848547,41.82847649962325],[-72.71925094847722,41.82833349959567],[-72.71928794848645,41.82828449958501],[-72.7195159485576,41.82822949956705],[-72.71984594866545,41.828234499557375],[-72.71992594868843,41.82818049954438],[-72.71988194866803,41.82807549952553],[-72.71981594864114,41.82798249950972],[-72.71973594860556,41.82781749948047],[-72.71966194857733,41.827746499469164],[-72.71954494853765,41.827719499467726],[-72.71940494848596,41.827614499452],[-72.71938994847633,41.82753249943666],[-72.71944894849113,41.82745549941989],[-72.71955194852251,41.82741749940925],[-72.71963994855057,41.82740649940429],[-72.71987494863,41.827455499406156],[-72.71997794866166,41.82742249939647],[-72.71998494865984,41.82735149938256],[-72.71985294859562,41.82698349931581],[-72.71986694859191,41.82684049928776],[-72.71998394861772,41.826626499242714],[-72.72017894867285,41.826480499208245],[-72.72025594869467,41.82642349919477],[-72.72039494872827,41.82622049915113],[-72.72037994871387,41.82605549911978],[-72.72032194869058,41.825979499106985],[-72.72022594865678,41.825935499101604],[-72.72020394864641,41.825880499091696],[-72.72032194867572,41.825721499057224],[-72.72031394866549,41.82558949903201],[-72.72021894862756,41.82546849901172],[-72.72014494859962,41.82540249900139],[-72.72012294858554,41.82528249897895],[-72.7201889485988,41.825139498949234],[-72.72053394869229,41.824810498874626],[-72.72057794869492,41.82460749883403],[-72.72054794867563,41.82444249880317],[-72.72042394862352,41.824239498768],[-72.7203499485953,41.824168498756706],[-72.7203499485886,41.824052498734325],[-72.72036494859144,41.82401649872689],[-72.72042294860262,41.823882498699156],[-72.7205939486471,41.82368749865603],[-72.7206799486696,41.82359149863473],[-72.7210399487686,41.82327349856176],[-72.7211859488064,41.82310349852425],[-72.72132594884532,41.82298749849737],[-72.72139894885969,41.822823498463364],[-72.72139694885789,41.822803498459564],[-72.72138394884529,41.822658498432006],[-72.7213179488187,41.822570498417164],[-72.72119594877404,41.822485498404696],[-72.72102394871118,41.822367498387486],[-72.72091394866742,41.82223049836459],[-72.72087794864588,41.82206049833295],[-72.72092094865262,41.82193449830726],[-72.72111194870854,41.82182449827987],[-72.72124394874903,41.82178049826713],[-72.72128794875894,41.821703498250855],[-72.72123694873694,41.821610498234556],[-72.7211269486973,41.82154449822536],[-72.72110994869146,41.82153949822495],[-72.72086294860715,41.82147349822018],[-72.72076694856825,41.82134149819782],[-72.72069294850904,41.82073249808269],[-72.72077394852373,41.82052949804092],[-72.72083294854042,41.820485498030514],[-72.72099394859255,41.82047949802417],[-72.72125794867354,41.82039149799869],[-72.72144194873097,41.82034749798425],[-72.72147094873887,41.820320497978116],[-72.72143394872208,41.82023849796347],[-72.7213169486779,41.82013349794699],[-72.72125794865711,41.820106497943684],[-72.72118494862758,41.82000749792694],[-72.7211919486248,41.81991949790974],[-72.72128694864948,41.81981049788563],[-72.72141894869125,41.81978849787714],[-72.72147794870696,41.819727497863454],[-72.72153694871928,41.8196074978384],[-72.72150694870408,41.819513497821234],[-72.72137494865441,41.819398497803306],[-72.72130194862336,41.81927249778134],[-72.72130894861742,41.81912949775352],[-72.72137494863355,41.81903649773346],[-72.72155094868268,41.81889349770019],[-72.72157294868414,41.818794497680365],[-72.72151194865613,41.81865349765512],[-72.72150694865381,41.81864149765298],[-72.72143394862461,41.81854749763719],[-72.7214259486201,41.81851449763109],[-72.72142594860776,41.818300497589796],[-72.72128594854443,41.817993497535085],[-72.7212059485133,41.817905497520655],[-72.72103694845192,41.81779649750509],[-72.72095594841666,41.81764249747797],[-72.72094994840442,41.81746449744382],[-72.72094894840266,41.81743949743904],[-72.72111694845108,41.81732949741238],[-72.72119094847365,41.817302497404796],[-72.72124194849015,41.81730049740276],[-72.7214839485688,41.81729649739418],[-72.72160894860701,41.817252497381666],[-72.72165994862081,41.817203497370556],[-72.72174094862665,41.81684649729907],[-72.72181394864253,41.81670949727027],[-72.72188694866217,41.81663749725403],[-72.72209994871962,41.81642949720701],[-72.72213694872907,41.81638449719714],[-72.72156094849628,41.815602497064816],[-72.72107294829897,41.81493849695242],[-72.71980394778996,41.81328249667376],[-72.71921494755361,41.812512496544144],[-72.71862894731719,41.811723496410785],[-72.71861894731317,41.81171049640859],[-72.71687294660858,41.80935749601074],[-72.71628794637253,41.80856949587752],[-72.71602094626353,41.80818749581239],[-72.71521994593665,41.8070444956176],[-72.71495294582768,41.806663495552655],[-72.71547994599905,41.80665649553432],[-72.71706294651386,41.80663749547962],[-72.7175909466856,41.806631495461446],[-72.71895794712368,41.80650249539248],[-72.71907094716235,41.806534495395006],[-72.71908294716626,41.80653449539463],[-72.71910294717294,41.80653749539456],[-72.72052594763423,41.806494495340374],[-72.72076994772003,41.80660349535354],[-72.72077394772127,41.80660249535323],[-72.72158794798506,41.80657649532197],[-72.72185994807325,41.80656849531165],[-72.72211494815612,41.80656449530265],[-72.7228819484055,41.80655449527601],[-72.72313794848876,41.80655149526716],[-72.72362194864586,41.806540495249436],[-72.72433694887796,41.8065244952233],[-72.72507494911773,41.806511495196986],[-72.72519394915639,41.806509495192756],[-72.72543894923594,41.806504495183894],[-72.72555894927453,41.80649549517829],[-72.72574194933405,41.806493495172006],[-72.7262919495132,41.806491495153864],[-72.72637794954122,41.806491495151086],[-72.7264759495731,41.806490495147735],[-72.72655094959742,41.80648849514495],[-72.72706694976489,41.80647649512598],[-72.7288399503405,41.80643849506146],[-72.72943195053274,41.80642649504005],[-72.73111195107742,41.806377494976395],[-72.7347769522656,41.80627049483753],[-72.7396869538575,41.80612849465169],[-72.7402889540527,41.80611149462897],[-72.74043995410167,41.806107494623326],[-72.74247595476342,41.806077494551836],[-72.7449559555695,41.806041494464836],[-72.74598995590559,41.80602649442855],[-72.74679195616625,41.80601449440035],[-72.74793195653675,41.80599749436028],[-72.74858495674896,41.80598749433727],[-72.75062195741107,41.8059584942659]]]},"properties":{"name":4713,"geoid":"09003471300"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.74060795824097,41.87682050825343],[-72.74042895815575,41.87635650816983],[-72.74028195808559,41.875972508100595],[-72.74000295793432,41.874930507908864],[-72.73998595792503,41.87486550789689],[-72.73998895791026,41.87459350784439],[-72.73999195790216,41.87443650781404],[-72.73979795768365,41.87175350730337],[-72.73981595759835,41.870177506999134],[-72.73985695741133,41.866713506330306],[-72.73991595697095,41.85876550479664],[-72.73986395687398,41.85738150453156],[-72.73984395683671,41.85684950442964],[-72.73979795674899,41.85559150418865],[-72.73974995659034,41.8531175037133],[-72.74028995660379,41.850304503153566],[-72.74062795661276,41.848552502804885],[-72.74092495659157,41.8465105024016],[-72.74089495652669,41.845556502218635],[-72.740657956375,41.84426850197794],[-72.74018295614835,41.8430255017536],[-72.73960195590159,41.8420325015809],[-72.73923395574538,41.8414045014717],[-72.73819695529953,41.83953750114515],[-72.73845695538813,41.839604501149694],[-72.73923695565416,41.83980850116383],[-72.73949695574292,41.83987750116875],[-72.73994195589223,41.839951501168635],[-72.74037895603705,41.83999250116243],[-72.74047195606789,41.84000150116117],[-72.74097495623515,41.84005850115591],[-72.74145995640039,41.84018250116416],[-72.74208195661251,41.84034450117532],[-72.74240195671706,41.84034850116574],[-72.7426429568115,41.840623501210985],[-72.74290695690054,41.84067550121247],[-72.74552395778966,41.84129950124827],[-72.74589095785532,41.84036550105632],[-72.74590895785849,41.84031850104665],[-72.74602795787865,41.83999650098073],[-72.74619195790657,41.83955450089019],[-72.74635095792756,41.83902050078207],[-72.74644895794057,41.838692500715666],[-72.7465559579546,41.8383315006426],[-72.7467039579741,41.83783450054197],[-72.74690895800777,41.83726050042466],[-72.7470369580291,41.836907500352446],[-72.74705895803281,41.836847500340184],[-72.74712795804496,41.83666850030342],[-72.74715095804903,41.836609500291296],[-72.7473049580751,41.83619150020573],[-72.74776895815408,41.83494049994946],[-72.74792395818052,41.834523499864034],[-72.74880995833132,41.832134499374654],[-72.74888895834303,41.83189149932523],[-72.74894995834852,41.831642499275254],[-72.74898995834788,41.83140549922824],[-72.74902695830289,41.83041749903647],[-72.74895495827907,41.83041149903766],[-72.74902795826993,41.82984149892536],[-72.74938995828416,41.82804449856705],[-72.74945695828843,41.82774049850625],[-72.7497479583134,41.82653049826345],[-72.74983295832115,41.82618449819397],[-72.74994995833192,41.82571049809875],[-72.75002595833682,41.825366498029936],[-72.75009595834715,41.82515049798601],[-72.7502069583638,41.82481249791721],[-72.7502139583649,41.82479149791293],[-72.7503489583895,41.824455497843765],[-72.75044395840918,41.82426049780308],[-72.75123795857462,41.82264349746548],[-72.7515039586302,41.82210449735292],[-72.75172495867099,41.821563497241414],[-72.7518959586973,41.82105449713769],[-72.75189795869774,41.82105049713685],[-72.75208195871971,41.820392497003965],[-72.75252695877639,41.818861496694225],[-72.75278795881789,41.818107496540314],[-72.75287495883067,41.817837496485396],[-72.75322295888262,41.81677249626868],[-72.75313595885403,41.816768496270726],[-72.75287495876833,41.81675749627704],[-72.75278895874014,41.81675449627922],[-72.75213595852797,41.81676549630244],[-72.752060958504,41.81677349630641],[-72.7507849580964,41.81691649637522],[-72.75012995789346,41.81709849643148],[-72.74991395782513,41.817134496445405],[-72.74961095772933,41.81718549646504],[-72.74947495768546,41.81719349647097],[-72.74927895762153,41.817192496477105],[-72.74919195759277,41.817185496478565],[-72.74901495753424,41.81717049648139],[-72.74898095752292,41.817166496481704],[-72.74835095731329,41.817091496487585],[-72.74814195724377,41.81706749648971],[-72.7480569572126,41.81700749648088],[-72.74801595719757,41.816978496476615],[-72.74795695717489,41.81691849646693],[-72.74792295716007,41.81685349645548],[-72.7478889571443,41.816772496440954],[-72.74788595714264,41.81676049643874],[-72.74786195712906,41.816660496420226],[-72.74801795717208,41.816525496389126],[-72.74807095718592,41.81646549637584],[-72.7481619572099,41.816367496354],[-72.74824595722649,41.8161804963152],[-72.74837295723874,41.81567549621365],[-72.74838295723991,41.81563949620639],[-72.74843795724388,41.815397496157914],[-72.74864595725946,41.81449249597658],[-72.74890595728505,41.81346749577039],[-72.74903195729773,41.81297549567139],[-72.74908495729646,41.812654495607745],[-72.74910795728151,41.812265495531925],[-72.74907895720308,41.811069495302064],[-72.7489939571185,41.81008349511453],[-72.74898995711472,41.81004049510638],[-72.74894895707689,41.80961649502588],[-72.74894195705882,41.80934249497322],[-72.74896495705667,41.80917549494025],[-72.74900395706166,41.80904149491314],[-72.74906495707263,41.80888749488145],[-72.74930695712514,41.80843049478545],[-72.74954095717774,41.80802049469875],[-72.7497109572159,41.80772149463556],[-72.7498369572444,41.807503494589426],[-72.7505119573908,41.806228494321566],[-72.75062195741107,41.8059584942659],[-72.75070195743639,41.80594549426081],[-72.7509429575129,41.80591049424628],[-72.75102395753868,41.805899494241515],[-72.75259395803307,41.805601494133334],[-72.75310495819872,41.80558649411393],[-72.7543759586159,41.80563849408292],[-72.7553639589368,41.805620494047545],[-72.75558095900726,41.805616494039775],[-72.75579695907744,41.80561249403201],[-72.7574249596062,41.805582493973645],[-72.75776595971597,41.80555949395821],[-72.75879296004682,41.80549349391229],[-72.759134960157,41.80547149389699],[-72.76026696052504,41.80545749385772],[-72.76126196084861,41.80544649382347],[-72.761284960856,41.80544449382235],[-72.76242696122448,41.805381493773275],[-72.76366096162491,41.80535249372782],[-72.76479396199264,41.80532749368639],[-72.7653129621603,41.805302493664804],[-72.76543896220107,41.805297493659765],[-72.76619296244642,41.80529149363425],[-72.76687296266803,41.80529249361246],[-72.76739296283755,41.80529349359586],[-72.76808496306325,41.805297493574265],[-72.76825196311772,41.80529849356907],[-72.77016396374124,41.80530749350902],[-72.77054796386652,41.80531049349718],[-72.77085696396732,41.805312493487584],[-72.77162496421641,41.80529249345891],[-72.77393196496487,41.80523649337354],[-72.77470196521466,41.80521749334499],[-72.7810089672599,41.80504849310847],[-72.78118996731838,41.80504049310108],[-72.78173396749432,41.80501749307905],[-72.78181096751922,41.80501449307599],[-72.78191596755327,41.805011493072],[-72.78225196766299,41.8050154930619],[-72.78326196799274,41.805027493031574],[-72.78359896810278,41.80503149302143],[-72.7839549682179,41.805016493007024],[-72.78502296856333,41.804972492964005],[-72.78537996867882,41.804958492949766],[-72.78553796873013,41.804955492944075],[-72.78775196944878,41.80490849286342],[-72.79486897175882,41.80475749260403],[-72.79602197213308,41.804733492562086],[-72.79724197252904,41.8047074925176],[-72.79733797259213,41.80525749262062],[-72.79762797278204,41.80690849292983],[-72.7977249728455,41.807459493032994],[-72.79784497292582,41.80817249316669],[-72.79820697316741,41.81031149356768],[-72.79832797324808,41.81102449370133],[-72.7982279732536,41.81168349383173],[-72.79792897327067,41.81366349422339],[-72.79782997327665,41.814324494354125],[-72.79783797328092,41.814353494359445],[-72.79786397329444,41.8144404943754],[-72.7978729732991,41.814470494380885],[-72.79790597331535,41.814565494398146],[-72.79800697336475,41.81485049444988],[-72.79804097338132,41.81494549446708],[-72.79805597343767,41.815835494638286],[-72.7980669734745,41.81641049474886],[-72.79809297356779,41.817876495030816],[-72.79810297360766,41.81850949515261],[-72.79810597361609,41.818638495177396],[-72.79811997366475,41.81940049532392],[-72.79821397376426,41.82059149555062],[-72.79849597406307,41.824167496231226],[-72.79855297412367,41.82489349636939],[-72.79844097408785,41.824905496375344],[-72.79829497404138,41.82492449638374],[-72.79796197393468,41.8249554964005],[-72.79764797383507,41.825002496419714],[-72.79235997214877,41.82563949671376],[-72.78837197087707,41.826120496935594],[-72.78709797047671,41.82637649702619],[-72.78455096965972,41.82660149715202],[-72.78333696928226,41.82691549725185],[-72.78355096942396,41.82815949748485],[-72.7844389700116,41.83331549845044],[-72.78378696992786,41.83554049890059],[-72.78348696988945,41.83656649910813],[-72.78426797021459,41.8377864993181],[-72.78445997034758,41.83900349954652],[-72.78476197055686,41.84091849990598],[-72.78515697083054,41.84342250037594],[-72.78496097105749,41.84844550135058],[-72.78494897107181,41.84876050141168],[-72.78482797112676,41.85039050172979],[-72.78459497123401,41.85355350234698],[-72.78444097130854,41.85570650276691],[-72.7827619709341,41.858690503396346],[-72.78167697069225,41.860620503803396],[-72.78084897050768,41.86209350411405],[-72.78065797046658,41.86245850419057],[-72.78059497045305,41.86257950421593],[-72.78008697034389,41.863553504420054],[-72.77989697030314,41.863919504496735],[-72.77454096915325,41.87420650665206],[-72.7723469686552,41.87795450744508],[-72.77221496862525,41.87818050749288],[-72.77040396818651,41.88079750805559],[-72.77062896831745,41.88179050823957],[-72.77138796875828,41.8851255088573],[-72.7678849681085,41.89361651060582],[-72.76694596793445,41.89589451107484],[-72.76663996793393,41.89760551141418],[-72.76615696786506,41.89913351172399],[-72.76505496770812,41.90262251243136],[-72.76407496742348,41.90322451257899],[-72.76386396736228,41.903355512611036],[-72.76271796703038,41.90407651278692],[-72.76235796693109,41.90438851285865],[-72.76228196691014,41.90445451287381],[-72.76121696661583,41.905368513084234],[-72.76108996657842,41.905437513101646],[-72.76071196646711,41.90564351315354],[-72.76058596643007,41.905713513171094],[-72.76075896647954,41.90559351314239],[-72.76088596650999,41.9054045131019],[-72.76094996652529,41.905308513081344],[-72.76100896651714,41.90483651298858],[-72.76109696653435,41.90463851294761],[-72.76100496645086,41.9037165127731],[-72.76098096642906,41.90347551272749],[-72.76075296633555,41.903145512671344],[-72.76050396624193,41.902931512638204],[-72.75962996592405,41.902365512557544],[-72.75934396581746,41.902135512522534],[-72.75907196571889,41.90196551249861],[-72.75858696554604,41.9017125124656],[-72.75769896522682,41.90120151239599],[-72.75733896510273,41.90108651238548],[-72.75714796503472,41.90098751237261],[-72.75692796495814,41.90090451236375],[-72.75667096487086,41.90084451236053],[-72.75614896468342,41.90054751232023],[-72.7558919645881,41.90034951229044],[-72.75573796452838,41.90018551226386],[-72.7555989644744,41.90003651223966],[-72.75545896442434,41.89996051222957],[-72.75487896422563,41.89979551221657],[-72.75442396405974,41.89949351217316],[-72.7538319638499,41.89920451213666],[-72.75294196354355,41.89892651211195],[-72.75288496352329,41.898897512108206],[-72.75281696349919,41.89886451210406],[-72.75278596348821,41.89884951210217],[-72.75172896311314,41.89832551203549],[-72.75028496259051,41.89743351191047],[-72.75003696250076,41.89728051188905],[-72.74983196242661,41.897154511871406],[-72.74942896228197,41.89692651184055],[-72.74847996194508,41.89645351178019],[-72.74815896183871,41.89642451178498],[-72.74795296177048,41.89640651178818],[-72.74774796170253,41.896387511791154],[-72.74751296162468,41.89636651179471],[-72.7471049614926,41.89638351181119],[-72.74549696095546,41.89616351182083],[-72.74494196076874,41.89606451181974],[-72.74468196067919,41.89598251181236],[-72.74392696041919,41.895744511790944],[-72.74321896016112,41.89527551172353],[-72.74302796009621,41.895230511721046],[-72.7427989600184,41.89517651171805],[-72.74275295999986,41.89511551170781],[-72.74279396001069,41.895071511698006],[-72.742592959943,41.895034511697375],[-72.74239895987492,41.89495151168767],[-72.74220095980473,41.894854511675405],[-72.74111995941351,41.89418651158173],[-72.74038295914644,41.89372551151679],[-72.74026495910292,41.89363851150385],[-72.73976995892636,41.8933775114696],[-72.73908295868137,41.8930155114221],[-72.73839595843634,41.89265351137462],[-72.73841595843987,41.89260151136395],[-72.73847595845062,41.892449511332735],[-72.73849695845452,41.89239851132224],[-72.73861695846846,41.89196351123458],[-72.73863695847082,41.891891511220074],[-72.73865695847316,41.891819511205554],[-72.73871795848038,41.8916005111614],[-72.73876195848673,41.89146251113341],[-72.73913795854152,41.890291510895736],[-72.73924395855715,41.88996451082934],[-72.74079095878263,41.885146509851374],[-72.74115995883659,41.884000509618694],[-72.74134095886313,41.8834395095048],[-72.74169195891298,41.88232350927847],[-72.74182495893186,41.8819005091927],[-72.74205295896105,41.881120509035085],[-72.74244995901218,41.8797675087616],[-72.74246795901468,41.87970950874985],[-72.7424879590171,41.87963850873553],[-72.74248995901746,41.87963350873449],[-72.74273995904959,41.878780508562095],[-72.74296895907912,41.87800050840443],[-72.74310595908867,41.87739350828307],[-72.74309095908353,41.877389508282775],[-72.74296495904078,41.87736050828125],[-72.7419669587022,41.877133508269786],[-72.74122795845147,41.87696450826113],[-72.74078695830183,41.87686350825592],[-72.74060795824097,41.87682050825343]]]},"properties":{"name":4714,"geoid":"09003471400"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.68902494005714,41.85320550536705],[-72.68902594004767,41.85303550533423],[-72.68873893965858,41.84790950435508],[-72.68822993896835,41.838811502616835],[-72.68807393881772,41.83707950228778],[-72.68830193889181,41.83707550227967],[-72.68836693891267,41.837069502276414],[-72.68858093898135,41.83705050226584],[-72.68883193906103,41.83701350225063],[-72.68913393915467,41.8369295022247],[-72.68922593918263,41.83689450221499],[-72.68950193926675,41.83679250218642],[-72.68981693936173,41.83665850215041],[-72.69069793962747,41.83628550205009],[-72.6907629396471,41.83625850204279],[-72.69107893974245,41.83612550200695],[-72.69143493984984,41.83597450196636],[-72.69250594017291,41.83552150184447],[-72.69286294028062,41.835371501804026],[-72.6930389403341,41.835303501785226],[-72.69325094039965,41.83524150176645],[-72.69336094043429,41.835220501758855],[-72.69342594045484,41.83520950175463],[-72.69366394053165,41.835195501744266],[-72.69392194061575,41.83519550173595],[-72.69491994094687,41.83529550172309],[-72.6954399411194,41.83534750171636],[-72.69581494124378,41.83538450171141],[-72.69694194161765,41.835496501696696],[-72.69731794174241,41.8355345016919],[-72.69759794183348,41.83553050168211],[-72.69768894186313,41.83553050167918],[-72.69795194194747,41.835505501665885],[-72.69815894201255,41.835464501651295],[-72.69836294207528,41.835398501632],[-72.6984189420922,41.83537550162576],[-72.69868094217179,41.83527450159783],[-72.69920494231306,41.83476150148199],[-72.69965694243902,41.83439050139586],[-72.69976294246938,41.83431750137835],[-72.70045894266907,41.83384550126488],[-72.70127594290523,41.83332150113747],[-72.70163294300572,41.83304550107271],[-72.70191894308067,41.83272850100235],[-72.70216294313636,41.83231450091462],[-72.70249194320834,41.83170250078595],[-72.70265494324585,41.831431500728435],[-72.70275994327324,41.83131250070209],[-72.70284794329632,41.83121550068054],[-72.70307694335887,41.83100550063265],[-72.70332794343213,41.83085650059579],[-72.70354194349625,41.83075850057],[-72.70377694356982,41.83070650055241],[-72.70400994364333,41.830663500536595],[-72.70433894374897,41.83063550052059],[-72.70532594406612,41.83055550047334],[-72.70552894413136,41.830539500463715],[-72.70565394417065,41.83051450045486],[-72.70607694430734,41.83049350043718],[-72.70654894446184,41.83050450042407],[-72.70659594447727,41.83050650042294],[-72.70705294462815,41.83053950041458],[-72.70737694473816,41.830615500418794],[-72.70763494482912,41.83073450043344],[-72.707822944899,41.8308835004561],[-72.70796594495708,41.83108250048989],[-72.70841394515995,41.83206850066565],[-72.70848894519386,41.832232500694865],[-72.70871694529036,41.8326175007618],[-72.70888894535837,41.83282450079617],[-72.70893594537698,41.83288150080565],[-72.70896894538998,41.83292050081211],[-72.70904094541744,41.832989500823096],[-72.70909294543722,41.83303850083088],[-72.70914794545816,41.833090500839134],[-72.7091989454776,41.83313950084694],[-72.70943794556692,41.83333750087741],[-72.70977294568836,41.8335495009075],[-72.71016894582954,41.833759500935244],[-72.7105059459474,41.8338985009512],[-72.71089494608016,41.83400150095853],[-72.71143694626521,41.83414650096901],[-72.71418594719665,41.83475850099839],[-72.71672394805717,41.835333501027435],[-72.7186689487167,41.835775501049945],[-72.71881894876756,41.83580950105168],[-72.71927094892095,41.83591450105733],[-72.7194219489722,41.835949501059204],[-72.71958894902883,41.83598750106115],[-72.72009094919918,41.83610350106734],[-72.72025894925619,41.83614250106944],[-72.72026594925852,41.83614350106939],[-72.72028994926669,41.83614950106978],[-72.72029894926975,41.836151501069864],[-72.72066794939482,41.83623450107398],[-72.72177694977087,41.836486501086796],[-72.72214694989633,41.83657050109107],[-72.72245295000289,41.83668850110394],[-72.72312795023134,41.836834501110324],[-72.72312895023168,41.836834501110296],[-72.72341895032741,41.836855501105],[-72.72360695039478,41.836960501119165],[-72.7246639507563,41.83725450114176],[-72.72495895085858,41.83736050115269],[-72.72529495097191,41.83742650115457],[-72.72560295107617,41.83749350115756],[-72.72603895122293,41.837573501158914],[-72.72608095123708,41.83758150115911],[-72.72635095132821,41.8376355011608],[-72.72662495141765,41.83763750115235],[-72.72687095149766,41.837634501143825],[-72.72709595157025,41.83762150113406],[-72.72732195164394,41.83762150112676],[-72.72736795165892,41.83762150112528],[-72.7277759517907,41.837600501108064],[-72.72799995186378,41.83760150110102],[-72.72822695193788,41.83760350109409],[-72.72849995202603,41.837588501082365],[-72.7293199522908,41.83754450104742],[-72.7295939523793,41.83753050103588],[-72.729776952439,41.837531501030156],[-72.73032795261896,41.837537501013536],[-72.73051195267905,41.837539501007974],[-72.73110095287187,41.83755350099167],[-72.73286995345094,41.837595500942655],[-72.73345995364413,41.837610500926495],[-72.73345795365144,41.83774850095318],[-72.73345495366715,41.83803750100901],[-72.73346195367664,41.83816250103289],[-72.73346995368723,41.838300501059244],[-72.73364795374886,41.83836350106566],[-72.73383295381188,41.838410501068736],[-72.73493795418855,41.83869550108801],[-72.73530695431432,41.83879050109444],[-72.7357209544554,41.8388965011015],[-72.73696495487944,41.83921750112323],[-72.73737995502088,41.83932450113047],[-72.73754295507644,41.839366501133306],[-72.73775495514873,41.83942150113706],[-72.73803295524357,41.83949450114217],[-72.73819695529953,41.83953750114515],[-72.73923395574538,41.8414045014717],[-72.73960195590159,41.8420325015809],[-72.74018295614835,41.8430255017536],[-72.740657956375,41.84426850197794],[-72.74089495652669,41.845556502218635],[-72.74092495659157,41.8465105024016],[-72.74062795661276,41.848552502804885],[-72.74028995660379,41.850304503153566],[-72.73974995659034,41.8531175037133],[-72.73979795674899,41.85559150418865],[-72.73984395683671,41.85684950442964],[-72.73986395687398,41.85738150453156],[-72.73991595697095,41.85876550479664],[-72.73985695741133,41.866713506330306],[-72.73981595759835,41.870177506999134],[-72.73979795768365,41.87175350730337],[-72.73999195790216,41.87443650781404],[-72.73998895791026,41.87459350784439],[-72.73998595792503,41.87486550789689],[-72.74000295793432,41.874930507908864],[-72.74028195808559,41.875972508100595],[-72.74042895815575,41.87635650816983],[-72.74060795824097,41.87682050825343],[-72.7391259577398,41.876510508241616],[-72.73818695742227,41.8763145082342],[-72.73467495623706,41.87562250821439],[-72.73319095573628,41.87533050820608],[-72.73245095548556,41.875167508198594],[-72.73023395473453,41.8746815081766],[-72.72990395462276,41.87460950817338],[-72.72969995455364,41.874564508171304],[-72.72949595448452,41.874519508169215],[-72.72934295443352,41.8745005081705],[-72.72919095438287,41.87448150817174],[-72.72918995438252,41.87448150817178],[-72.72827695407828,41.8743685081795],[-72.72797295397702,41.874331508182195],[-72.72718595370768,41.87411150816523],[-72.72482795290078,41.873454508114826],[-72.72404295263215,41.87323550809799],[-72.72099295160262,41.8726305080799],[-72.71868295082295,41.872173508066425],[-72.71770095049153,41.87197950806076],[-72.71429094933535,41.871214508023435],[-72.71187294851562,41.870673507997225],[-72.71159294842072,41.87061150799431],[-72.70883794748705,41.870000507965486],[-72.70699894686456,41.86960550794871],[-72.70148394499788,41.86842350789886],[-72.69964594437576,41.8680295078822],[-72.69925294424166,41.86792650787505],[-72.69807594384001,41.86761750785346],[-72.69787394377107,41.86756450784975],[-72.69777894373865,41.867539507848],[-72.69768394370621,41.86751450784625],[-72.68991094110055,41.866286507860224],[-72.68969194102716,41.866252507860715],[-72.68959994084584,41.863629507358105],[-72.68950594065915,41.860924506839694],[-72.68950794065084,41.86076950680976],[-72.68951594062688,41.860308506720635],[-72.68951894061895,41.860154506690854],[-72.68941994050651,41.858764506426084],[-72.68912294016918,41.854594505631695],[-72.68902494005714,41.85320550536705]]]},"properties":{"name":4715,"geoid":"09003471500"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.80081796529555,41.6588414642017],[-72.8010009653653,41.65901946423028],[-72.80155196557521,41.65955346431595],[-72.80173596564529,41.65973146434449],[-72.80182796568023,41.65981846435837],[-72.80210496578532,41.66007946439999],[-72.8021979658206,41.660166464413834],[-72.80243396591055,41.66039646445078],[-72.80314496618156,41.66108746456168],[-72.80338196627193,41.661318464598764],[-72.80358296635298,41.66159146464517],[-72.8040859665447,41.662080464723644],[-72.80453496671147,41.66244046477888],[-72.8048369668207,41.66263146480612],[-72.8049249668525,41.662686464813945],[-72.8054129670266,41.66295346484992],[-72.80555796708117,41.663082464870214],[-72.80614796730559,41.6636474649606],[-72.80626396735144,41.663788464984165],[-72.80634096738187,41.663882464999894],[-72.8065539674726,41.664255465065246],[-72.80664596751171,41.66441546509326],[-72.8067089675519,41.66475846515767],[-72.8067609675882,41.665096465221445],[-72.80674296759688,41.66534946527103],[-72.8065119675167,41.66526246526162],[-72.80582096727704,41.66500446523395],[-72.80559096719726,41.66491846522472],[-72.80538496712748,41.664870465222066],[-72.80476696691824,41.6647284652145],[-72.80456096684848,41.664681465212055],[-72.80434596677743,41.6646624652153],[-72.8037009665643,41.66460546522508],[-72.80348696649355,41.664586465228304],[-72.80330696643493,41.66458546523392],[-72.80276796625942,41.66458346525092],[-72.80258896620118,41.6645834652567],[-72.80196596600138,41.66463446528665],[-72.80098096569185,41.66482646535562],[-72.80036996550376,41.66501346541155],[-72.79978996532965,41.66526846547962],[-72.79923296516549,41.6655664655553],[-72.79758596467764,41.66640546577092],[-72.7963419643102,41.66705746593728],[-72.79472496382908,41.66784346614164],[-72.79346896345406,41.668431466296006],[-72.79191996297722,41.66890646643795],[-72.79066196258849,41.669266466548216],[-72.78984096233482,41.669502466620386],[-72.7893639621848,41.66959346665338],[-72.78887196202858,41.66966146668243],[-72.78812296178587,41.66967946671006],[-72.78732896152776,41.66968446673662],[-72.78679096135106,41.66965646674854],[-72.78678596134937,41.669655466748516],[-72.7863299611981,41.66960546675353],[-72.78605996110792,41.669565466754484],[-72.78598896108427,41.66955546675484],[-72.78548996091763,41.66948146675659],[-72.78548796091513,41.66944946675046],[-72.78548296090806,41.66935446673222],[-72.78548196090595,41.669323466726254],[-72.78547096089963,41.66927546671731],[-72.78543996088128,41.66913146669044],[-72.78542996087533,41.66908446668164],[-72.78537896083637,41.668694466607775],[-72.78522596071969,41.6675274663867],[-72.78520796070563,41.667384466359586],[-72.78515696068192,41.66726046633722],[-72.78507596065096,41.667180466324346],[-72.7850339606337,41.667117466313464],[-72.78500596062216,41.667075466306244],[-72.78495996059745,41.66690546627481],[-72.78494096058714,41.66683346626149],[-72.78490796056933,41.666710466238726],[-72.78480996051641,41.6663434661708],[-72.78477796049901,41.66622146614821],[-72.78474696047896,41.66604746611551],[-72.78465396041881,41.66552646601761],[-72.7846229603988,41.66535346598509],[-72.78447496035123,41.6653634659918],[-72.78403496020981,41.66539446601199],[-72.78388796016259,41.66540546601885],[-72.7838269601272,41.66513446596834],[-72.78364496002149,41.66432346581714],[-72.78362396000904,41.664225465798836],[-72.78376896005045,41.66412446577459],[-72.78390196009283,41.664108465767214],[-72.78430096021985,41.664059465744856],[-72.78443496026259,41.66404446573763],[-72.78447996027688,41.66403846573503],[-72.78451796028904,41.66403446573304],[-72.78461396031891,41.664010465725276],[-72.78465896033298,41.66400046572189],[-72.78472196034855,41.663914465703215],[-72.78471996033252,41.66364646565137],[-72.78471396026616,41.66252246543387],[-72.7847129602444,41.66214846536146],[-72.78483296028317,41.66214346535662],[-72.78519596040043,41.66212846534203],[-72.78531696043957,41.66212446533733],[-72.78582896060499,41.66210346531677],[-72.78736496110123,41.66204046525506],[-72.78787696126665,41.662019465234486],[-72.78786496125254,41.6618414652004],[-72.78785396124805,41.66182546519765],[-72.78753696111892,41.66137246512013],[-72.78751796111084,41.661339465114345],[-72.78749796110233,41.66130446510822],[-72.78745896108099,41.661153465080226],[-72.78786096120974,41.6611174650603],[-72.78815496130385,41.661090465045596],[-72.78906596159568,41.661009465000525],[-72.78946896172481,41.66097446498077],[-72.78943096169817,41.66072546493376],[-72.78931696161825,41.65997846479276],[-72.78927896159169,41.65973046474594],[-72.78969496172562,41.659705464727686],[-72.79094396212777,41.659630464672894],[-72.79136096226208,41.659606464654814],[-72.79277396271694,41.659520464592596],[-72.79569796365965,41.65936746446869],[-72.79712996412009,41.65927046440373],[-72.79745396422453,41.65925346439],[-72.7984359645369,41.659128464334124],[-72.80081796529555,41.6588414642017]]]},"properties":{"name":4158,"geoid":"09003415800"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.78548996091763,41.66948146675659],[-72.78598896108427,41.66955546675484],[-72.78605996110792,41.669565466754484],[-72.7863299611981,41.66960546675353],[-72.78678596134937,41.669655466748516],[-72.78679096135106,41.66965646674854],[-72.78732896152776,41.66968446673662],[-72.78812296178587,41.66967946671006],[-72.78887196202858,41.66966146668243],[-72.7893639621848,41.66959346665338],[-72.78984096233482,41.669502466620386],[-72.79066196258849,41.669266466548216],[-72.79191996297722,41.66890646643795],[-72.79346896345406,41.668431466296006],[-72.79472496382908,41.66784346614164],[-72.7963419643102,41.66705746593728],[-72.79758596467764,41.66640546577092],[-72.79923296516549,41.6655664655553],[-72.79944696523707,41.66560046555499],[-72.79921796518182,41.665936465627446],[-72.79920396518409,41.66605546565094],[-72.79881796507483,41.66634046571857],[-72.79855896499996,41.666504465758685],[-72.79831596492856,41.666638465792474],[-72.798095964865,41.66677846582669],[-72.79799996484046,41.66689546585245],[-72.79791796482503,41.66709146589303],[-72.79786596483589,41.66757546598844],[-72.79781996484591,41.66801146607436],[-72.79770896487042,41.66906846628262],[-72.79768596487746,41.66932146633235],[-72.79764896489054,41.66975946641838],[-72.79757896490518,41.670411466546874],[-72.7974699649288,41.67144146674984],[-72.79741196492759,41.67174946681134],[-72.79729496490214,41.67196946685771],[-72.79715796486795,41.672150466897186],[-72.79706896484534,41.672261466921555],[-72.79666396474316,41.67277746703452],[-72.79645896467592,41.67276846703939],[-72.79584696447537,41.67274446705449],[-72.79564296440853,41.67273646705952],[-72.79545696434735,41.67272546706339],[-72.79490196416485,41.67269246707489],[-72.79471696410401,41.672681467078725],[-72.79447196402383,41.67267346708507],[-72.79373996378428,41.67265046710424],[-72.79349596370446,41.67264346711077],[-72.79324796362512,41.6726674671234],[-72.7925079633886,41.67274246716179],[-72.79226096330973,41.672768467174784],[-72.792004963228,41.67279646718846],[-72.7912409629843,41.672882467229755],[-72.79098596290297,41.67291146724358],[-72.79073096282171,41.67294146725762],[-72.78996696257828,41.67303246729987],[-72.7897129624974,41.67306346731405],[-72.78949796242874,41.67308646732544],[-72.78885296222285,41.67315646735979],[-72.78863896215456,41.67318046737135],[-72.78842896208742,41.67320146738219],[-72.78780196188718,41.67326746741518],[-72.78759296182042,41.67328946742617],[-72.78727696171853,41.67330646743966],[-72.78633296141436,41.67335946748035],[-72.78601796131287,41.67337746749401],[-72.78455996084226,41.673445467554174],[-72.78305596035207,41.67343346760032],[-72.78271896023655,41.67333146759143],[-72.78182895993174,41.67306746756901],[-72.781628959861,41.672968467556274],[-72.78116395969039,41.6726324675062],[-72.78115995967184,41.67233146744805],[-72.78114795961632,41.67143146727416],[-72.78114495959814,41.67113146721617],[-72.7811499595898,41.670957467182305],[-72.78115395958486,41.67084846716108],[-72.78120495958677,41.670592467109856],[-72.78123695958874,41.67044546708035],[-72.78127495959144,41.6702764670464],[-72.78132795959876,41.67010346701119],[-72.78143995961463,41.66974446693808],[-72.78149895962501,41.66959046690634],[-72.78156395963653,41.669422466871694],[-72.78161395964443,41.66927646684182],[-72.78165195965067,41.669169466819866],[-72.7817719596709,41.6688414667525],[-72.78177695967186,41.66882946675002],[-72.78180295967242,41.66869146672246],[-72.78218895980261,41.66877146672548],[-72.78271095997874,41.66888046672978],[-72.78335096019381,41.66899846673201],[-72.78373996032458,41.669071466733605],[-72.78408996044314,41.66915246673801],[-72.78491396072242,41.669346466749],[-72.78513996079896,41.66939846675181],[-72.78548996091763,41.66948146675659]]]},"properties":{"name":4159,"geoid":"09003415900"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.7879229624156,41.68179246906181],[-72.78788996239386,41.6816004690257],[-72.78779196232891,41.68102446891734],[-72.78775996230753,41.6808334688814],[-72.78773796229285,41.68070246885675],[-72.78771496227739,41.68056346883058],[-72.78763496224063,41.680376468796965],[-72.78760996222991,41.68033146878906],[-72.78754696220281,41.68021646876882],[-72.78743896215968,41.680077468745395],[-72.787116962031,41.679661468675235],[-72.78705096200466,41.67957646866091],[-72.78699996198553,41.67953246865404],[-72.78685496192766,41.67934646862271],[-72.78658296181918,41.6789984685641],[-72.78640896175118,41.678800468531385],[-72.78640496174964,41.67879646853075],[-72.78622396168271,41.678656468509466],[-72.78612596164686,41.678587468499266],[-72.78583196153947,41.67838346846925],[-72.78573496150399,41.6783154684592],[-72.78570596147826,41.67803146840517],[-72.78495096108071,41.67538446791701],[-72.78486996103739,41.6750884678623],[-72.78479696098866,41.67465346778043],[-72.78455996084226,41.673445467554174],[-72.78601796131287,41.67337746749401],[-72.78633296141436,41.67335946748035],[-72.78727696171853,41.67330646743966],[-72.78759296182042,41.67328946742617],[-72.78780196188718,41.67326746741518],[-72.78842896208742,41.67320146738219],[-72.78863896215456,41.67318046737135],[-72.78885296222285,41.67315646735979],[-72.78949796242874,41.67308646732544],[-72.7897129624974,41.67306346731405],[-72.78996696257828,41.67303246729987],[-72.79073096282171,41.67294146725762],[-72.79098596290297,41.67291146724358],[-72.7912409629843,41.672882467229755],[-72.792004963228,41.67279646718846],[-72.79226096330973,41.672768467174784],[-72.7925079633886,41.67274246716179],[-72.79324796362512,41.6726674671234],[-72.79349596370446,41.67264346711077],[-72.79373996378428,41.67265046710424],[-72.79447196402383,41.67267346708507],[-72.79471696410401,41.672681467078725],[-72.79490196416485,41.67269246707489],[-72.79545696434735,41.67272546706339],[-72.79564296440853,41.67273646705952],[-72.79584696447537,41.67274446705449],[-72.79645896467592,41.67276846703939],[-72.79666396474316,41.67277746703452],[-72.79621796462865,41.67331146715231],[-72.795800964518,41.67374846725036],[-72.79456996420448,41.67526646758399],[-72.79418096411145,41.675851467709805],[-72.79407196410088,41.67628546779734],[-72.79405696410042,41.67636246781272],[-72.7939329640984,41.67703046794606],[-72.79382696408365,41.67737446801609],[-72.79370396407367,41.67789846812149],[-72.7935849640644,41.678411468224645],[-72.7935709640676,41.67854646825124],[-72.79355396407169,41.67871446828431],[-72.79355596408307,41.67890146832044],[-72.79356396408865,41.67895346833026],[-72.7935869641039,41.67908846835565],[-72.79360096411699,41.679237468384045],[-72.79364296415648,41.679687468469815],[-72.79365796416998,41.67983746849837],[-72.7936819641861,41.679982468525665],[-72.79375496423484,41.680417468607516],[-72.79377996425137,41.68056346863498],[-72.79379896426414,41.68067846865663],[-72.79381196428129,41.680903468699775],[-72.79381896429058,41.68102546872317],[-72.7938289643146,41.68138746879291],[-72.79377096431932,41.68179846887435],[-72.7937459643184,41.681924468899545],[-72.79367996431627,41.682261468966914],[-72.7936379643163,41.68250046901453],[-72.7935969643168,41.68274146906251],[-72.79352196431996,41.68322146915785],[-72.79348496432175,41.68346246920568],[-72.79336396428145,41.683446469206494],[-72.7933239642682,41.68344246920702],[-72.79320496422889,41.683432469208924],[-72.79296296415168,41.683459469221944],[-72.79284396411433,41.68348346923043],[-72.79268696406518,41.68351746924209],[-72.79254396402122,41.683562469255406],[-72.79250196400864,41.68358146926043],[-72.79228796394484,41.68368346928708],[-72.79199496386032,41.683872469333124],[-72.79183096381307,41.68397946935913],[-72.79070696348846,41.68469746953438],[-72.78857496284206,41.685525469763405],[-72.78852496281316,41.68530546972243],[-72.78837796272744,41.68464546959941],[-72.78832896269891,41.6844264695586],[-72.78827096266247,41.684120469501245],[-72.7880609625147,41.6827364692401],[-72.78805596249815,41.68247646918993],[-72.7880709625024,41.68246546918732],[-72.78802596248018,41.682333469163204],[-72.78800996247027,41.68225146914785],[-72.78794796243149,41.68192746908713],[-72.7879229624156,41.68179246906181]]]},"properties":{"name":4160,"geoid":"09003416000"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.77677395822582,41.67200846752686],[-72.77728595838823,41.671934467496015],[-72.77754995847202,41.671897467480356],[-72.77858595880538,41.671830467433985],[-72.77883495888672,41.67183546742693],[-72.77928095903238,41.67184446741431],[-72.77934795905567,41.67187046741718],[-72.77939995907374,41.671890467419374],[-72.77943995909156,41.67197446743435],[-72.77946995910487,41.6720364674454],[-72.7795129591406,41.67241546751739],[-72.77952995915469,41.672564467545705],[-72.77954095916314,41.67264946756182],[-72.77957395918867,41.672907467610706],[-72.77958495919718,41.672993467627],[-72.77989995929552,41.672920467602715],[-72.78084795959165,41.67270446753032],[-72.78116395969039,41.6726324675062],[-72.781628959861,41.672968467556274],[-72.78182895993174,41.67306746756901],[-72.78271896023655,41.67333146759143],[-72.78305596035207,41.67343346760032],[-72.78455996084226,41.673445467554174],[-72.78479696098866,41.67465346778043],[-72.78486996103739,41.6750884678623],[-72.78495096108071,41.67538446791701],[-72.78570596147826,41.67803146840517],[-72.78573496150399,41.6783154684592],[-72.78583196153947,41.67838346846925],[-72.78612596164686,41.678587468499266],[-72.78622396168271,41.678656468509466],[-72.78640496174964,41.67879646853075],[-72.78640896175118,41.678800468531385],[-72.78658296181918,41.6789984685641],[-72.78685496192766,41.67934646862271],[-72.78699996198553,41.67953246865404],[-72.78705096200466,41.67957646866091],[-72.787116962031,41.679661468675235],[-72.78743896215968,41.680077468745395],[-72.78754696220281,41.68021646876882],[-72.78760996222991,41.68033146878906],[-72.78763496224063,41.680376468796965],[-72.78771496227739,41.68056346883058],[-72.78773796229285,41.68070246885675],[-72.78775996230753,41.6808334688814],[-72.78779196232891,41.68102446891734],[-72.78788996239386,41.6816004690257],[-72.7879229624156,41.68179246906181],[-72.78717096217218,41.6818154690905],[-72.78491796144294,41.6818864691769],[-72.7841669611999,41.68191046920576],[-72.78394396112776,41.681918469214494],[-72.78327796091243,41.6819434692408],[-72.78305696084102,41.681952469249694],[-72.78278096075269,41.68197846926361],[-72.78195296048776,41.68205846930579],[-72.78167796039982,41.68208546931989],[-72.7814119603149,41.68211446933409],[-72.78097396017503,41.68216146935728],[-72.7806139600601,41.682200469376454],[-72.78034895997557,41.682230469390795],[-72.78004695987917,41.68226346940693],[-72.77914095959007,41.68236446945568],[-72.77883995949402,41.68239846947197],[-72.77858695941312,41.68242346948495],[-72.77782895917083,41.68250046952431],[-72.77757695909034,41.68252746953766],[-72.77750695906802,41.682535469541456],[-72.77729995900212,41.682561469553164],[-72.77723095898025,41.682571469557324],[-72.77702695891494,41.68259046956758],[-72.77641695871972,41.682648469598476],[-72.7762139586548,41.682668469608885],[-72.77612695859492,41.68211846950521],[-72.7758689584165,41.68047146919466],[-72.77578295835701,41.679922469091146],[-72.77575695834082,41.67978746906584],[-72.7756789582922,41.67938246898994],[-72.77565295827601,41.67924746896465],[-72.77562295825574,41.67906446893018],[-72.7755349581956,41.67851546882672],[-72.7755059581757,41.67833246879223],[-72.77546795815053,41.67810946875028],[-72.77535395807509,41.677440468624425],[-72.77531695805031,41.67721846858263],[-72.77527895802596,41.67700946854338],[-72.77516595795329,41.676383468425826],[-72.77512895792931,41.67617546838673],[-72.77506995788576,41.67575046830635],[-72.77504695786835,41.675577468273595],[-72.77510595782398,41.67446846805695],[-72.77511695781581,41.6742634680169],[-72.77511295780178,41.67404146797406],[-72.77538395788814,41.67400946795912],[-72.776198958148,41.67391546791466],[-72.77647095823478,41.673884467899875],[-72.77658095826988,41.673872467894014],[-72.77691095837527,41.67383746787661],[-72.77702195841077,41.673826467870896],[-72.77699395839008,41.67362446783268],[-72.77690995832813,41.67302046771842],[-72.77688195830748,41.67281946768042],[-72.77685995829098,41.67265646764956],[-72.77679495824196,41.67217046755754],[-72.77677395822582,41.67200846752686]]]},"properties":{"name":4161,"geoid":"09003416100"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.7762139586548,41.682668469608885],[-72.77599595858503,41.682689469619966],[-72.77570495849197,41.68271846963497],[-72.77534495837686,41.682754469653545],[-72.77512795830756,41.68277746966499],[-72.77491095823835,41.682802469676815],[-72.77426095803115,41.68287846971248],[-72.77404495796233,41.68290446972447],[-72.77394195792925,41.68291246972935],[-72.77363395783046,41.6829374697441],[-72.77353195779776,41.68294646974914],[-72.77341795776128,41.682957469754946],[-72.77307595765181,41.68298946977215],[-72.7729629576157,41.68300146977812],[-72.77274295754546,41.68302546978985],[-72.77208395733521,41.68309946982543],[-72.77186495726535,41.683124469837324],[-72.77135295710168,41.68317646986388],[-72.7698199566117,41.68333346994367],[-72.76930995644872,41.68338646997037],[-72.76752895587991,41.68357647006454],[-72.76760595589619,41.68342347003242],[-72.76769395589892,41.682971469942096],[-72.76777195589261,41.68241846983253],[-72.7678089558975,41.68229346980712],[-72.76788295590787,41.682054469758484],[-72.76793995591909,41.68192646973185],[-72.7679939559299,41.68180846970728],[-72.76816795596727,41.68147246963662],[-72.76821495597696,41.681374469616124],[-72.76829095599275,41.68121846958348],[-72.76844595602343,41.68087346951169],[-72.76859295603401,41.6802234693811],[-72.7686339560336,41.67998346933332],[-72.76871795603348,41.67950446923786],[-72.76872595603398,41.67946746923045],[-72.7687529560365,41.67935846920847],[-72.76876195603737,41.67932246920122],[-72.76878995603646,41.67914746916643],[-72.76887795603501,41.67862246906195],[-72.76890795603478,41.678448469027295],[-72.76891995602224,41.678161468971325],[-72.76896295602302,41.677930468925226],[-72.76904595603907,41.67773946888557],[-72.7691739560694,41.67754146884311],[-72.76920095607622,41.67750746883565],[-72.76950295615407,41.67715046875679],[-72.76975395622227,41.67691546870319],[-72.77043295640547,41.67625546855354],[-72.77087095652602,41.67587146846507],[-72.77129795664189,41.675468468373296],[-72.7713739566628,41.675401468357855],[-72.77178695677674,41.67504446827542],[-72.77215595688081,41.67476446820932],[-72.77226595691258,41.67469446819222],[-72.77246995697178,41.67456846816125],[-72.77341195724487,41.673984468017814],[-72.77372695733624,41.67378946796992],[-72.77413995745214,41.67346646789405],[-72.77415795745692,41.673447467889794],[-72.77490495765697,41.6726964677203],[-72.77533495777372,41.672291467628035],[-72.77573595788262,41.671914467542095],[-72.77588995793984,41.67203846756115],[-72.77590895794621,41.67204146756112],[-72.77604395799176,41.67206946756218],[-72.7761749580345,41.672071467558354],[-72.77655695815648,41.67203046753811],[-72.77677395822582,41.67200846752686],[-72.77679495824196,41.67217046755754],[-72.77685995829098,41.67265646764956],[-72.77688195830748,41.67281946768042],[-72.77690995832813,41.67302046771842],[-72.77699395839008,41.67362446783268],[-72.77702195841077,41.673826467870896],[-72.77691095837527,41.67383746787661],[-72.77658095826988,41.673872467894014],[-72.77647095823478,41.673884467899875],[-72.776198958148,41.67391546791466],[-72.77538395788814,41.67400946795912],[-72.77511295780178,41.67404146797406],[-72.77511695781581,41.6742634680169],[-72.77510595782398,41.67446846805695],[-72.77504695786835,41.675577468273595],[-72.77506995788576,41.67575046830635],[-72.77512895792931,41.67617546838673],[-72.77516595795329,41.676383468425826],[-72.77527895802596,41.67700946854338],[-72.77531695805031,41.67721846858263],[-72.77535395807509,41.677440468624425],[-72.77546795815053,41.67810946875028],[-72.7755059581757,41.67833246879223],[-72.7755349581956,41.67851546882672],[-72.77562295825574,41.67906446893018],[-72.77565295827601,41.67924746896465],[-72.7756789582922,41.67938246898994],[-72.77575695834082,41.67978746906584],[-72.77578295835701,41.679922469091146],[-72.7758689584165,41.68047146919466],[-72.77612695859492,41.68211846950521],[-72.7762139586548,41.682668469608885]]]},"properties":{"name":4162,"geoid":"09003416200"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.77573595788262,41.671914467542095],[-72.77533495777372,41.672291467628035],[-72.77490495765697,41.6726964677203],[-72.77415795745692,41.673447467889794],[-72.77413995745214,41.67346646789405],[-72.77372695733624,41.67378946796992],[-72.77341195724487,41.673984468017814],[-72.77246995697178,41.67456846816125],[-72.77226595691258,41.67469446819222],[-72.77215595688081,41.67476446820932],[-72.77178695677674,41.67504446827542],[-72.7713739566628,41.675401468357855],[-72.77129795664189,41.675468468373296],[-72.77087095652602,41.67587146846507],[-72.77043295640547,41.67625546855354],[-72.76975395622227,41.67691546870319],[-72.76950295615407,41.67715046875679],[-72.76920095607622,41.67750746883565],[-72.7691739560694,41.67754146884311],[-72.76904595603907,41.67773946888557],[-72.76896295602302,41.677930468925226],[-72.76891995602224,41.678161468971325],[-72.76890795603478,41.678448469027295],[-72.76887795603501,41.67862246906195],[-72.76878995603646,41.67914746916643],[-72.76876195603737,41.67932246920122],[-72.7687529560365,41.67935846920847],[-72.76872595603398,41.67946746923045],[-72.76871795603348,41.67950446923786],[-72.7686339560336,41.67998346933332],[-72.76859295603401,41.6802234693811],[-72.76844595602343,41.68087346951169],[-72.76829095599275,41.68121846958348],[-72.76821495597696,41.681374469616124],[-72.76816795596727,41.68147246963662],[-72.7679939559299,41.68180846970728],[-72.76793995591909,41.68192646973185],[-72.76788295590787,41.682054469758484],[-72.7678089558975,41.68229346980712],[-72.76777195589261,41.68241846983253],[-72.76769395589892,41.682971469942096],[-72.76760595589619,41.68342347003242],[-72.76752895587991,41.68357647006454],[-72.76291395440451,41.68404447030382],[-72.76227895420239,41.68412447033974],[-72.76219495417774,41.68417147035156],[-72.76201695413087,41.684364470394655],[-72.76165895403508,41.684726470476264],[-72.76094895384243,41.685397470629034],[-72.76089595381652,41.68524647060151],[-72.76064695374664,41.68544147064728],[-72.76030595365404,41.68576247072039],[-72.75983695353065,41.68627347083444],[-72.75831295313013,41.687940471206225],[-72.75755295292919,41.68875147138769],[-72.75747095287676,41.68830247130342],[-72.7572269527203,41.686958471051106],[-72.75717795268888,41.686688471000416],[-72.75716195267856,41.68659947098371],[-72.75714595266825,41.68651047096698],[-72.75713595265967,41.68641747094931],[-72.75712195264742,41.68628347092381],[-72.75705195258573,41.68560447079463],[-72.75704195257693,41.68550747077617],[-72.75701295256027,41.6853814707527],[-72.7568979524933,41.68486647065672],[-72.75655495229311,41.68332147036863],[-72.75644095222655,41.682807470272785],[-72.75638295219669,41.682615470237494],[-72.75620995210737,41.682039470131535],[-72.7561819520928,41.681944470114054],[-72.7561609520803,41.68184547009557],[-72.75612495206032,41.68170147006884],[-72.75601895200107,41.68126946998862],[-72.75598395198142,41.681125469961856],[-72.75592295193934,41.6807374698887],[-72.75574295181423,41.67957646966968],[-72.75568295177251,41.67918946959669],[-72.75565595175279,41.67899846956058],[-72.75557595169394,41.67842546945221],[-72.7555499516746,41.67823546941625],[-72.7555319516607,41.678095469389724],[-72.75551395165152,41.67803746937907],[-72.75534295156264,41.67745746927228],[-72.75528595153303,41.67726446923674],[-72.75521795149899,41.67705646919865],[-72.75521595149695,41.677032469194046],[-72.75516895144001,41.6763054690548],[-72.75515395142128,41.67606346900843],[-72.75509195138146,41.67572046894401],[-72.75490595126209,41.674693468751116],[-72.75484395122233,41.67435146868689],[-72.7547599511692,41.673901468602445],[-72.75451095101097,41.672553468349406],[-72.75442795095825,41.672104468265125],[-72.75450695098314,41.672090468259874],[-72.75474595105865,41.67205046824443],[-72.75482595108394,41.67203746823934],[-72.7550369511516,41.67201946822905],[-72.75567395135609,41.67196946819887],[-72.75588595142409,41.671952468188756],[-72.75611595149788,41.67193346817766],[-72.7568089517204,41.67188046814508],[-72.75703995179455,41.67186246813418],[-72.75725195186236,41.67184146812328],[-72.75788795206581,41.67177946809081],[-72.75810095213401,41.67175946808007],[-72.75869495232402,41.67170146804972],[-72.76047995289517,41.67152946795894],[-72.76107495308557,41.671472467928744],[-72.76128595315298,41.67145046791769],[-72.76191995335572,41.67138746788506],[-72.76213195342352,41.671366467874165],[-72.76251595354633,41.67132846785446],[-72.76367095391582,41.671216467795574],[-72.76405595403902,41.67117946777601],[-72.76394095401137,41.67135046781283],[-72.76359895392953,41.671864467923385],[-72.76348495390225,41.67203646796036],[-72.76359495393984,41.67206746796282],[-72.76376995399674,41.672066467957],[-72.76380295400749,41.672066467955936],[-72.76463495427389,41.67198946791422],[-72.76492395436644,41.67196346789987],[-72.7650289544,41.671952467894364],[-72.76534495450107,41.67192146787819],[-72.765450954535,41.671911467872846],[-72.76553095456065,41.671904467868906],[-72.76574095462794,41.67188646785865],[-72.76577195463781,41.67188246785688],[-72.76585295466379,41.671875467852914],[-72.7659169546842,41.6718684678495],[-72.7659449546932,41.67186646784821],[-72.76610895474585,41.67185346784041],[-72.76617395476676,41.67184946783755],[-72.76633095481688,41.6718324678292],[-72.76680295496777,41.6717844678047],[-72.76696095501828,41.67176846779651],[-72.76721995510108,41.671742467783126],[-72.76799695534962,41.67166646774339],[-72.7682569554328,41.67164146773018],[-72.7687089555773,41.6715954677067],[-72.77006595601128,41.67146146763704],[-72.77051895615614,41.67141646761373],[-72.77188195659356,41.671308467548904],[-72.77265095683661,41.67118246749974],[-72.7728829569104,41.67115246748646],[-72.77321795701697,41.67110946746734],[-72.77346795709626,41.67107346745231],[-72.77357895713143,41.671056467445446],[-72.77368795716605,41.671041467439025],[-72.77381195720577,41.6710304674329],[-72.77402995727564,41.671011467422204],[-72.77468395748538,41.67095746739068],[-72.77490295755564,41.67093946738012],[-72.77497995758019,41.67093046737591],[-72.77521195765425,41.670905467363575],[-72.77528995767918,41.670897467359524],[-72.77561195778243,41.670870467343924],[-72.77657995809288,41.670790467297245],[-72.77690295819652,41.67076446728179],[-72.77668495813613,41.67094846732446],[-72.77667395813317,41.670959467326945],[-72.77665495812806,41.670978467331224],[-72.77596495794374,41.67168046748941],[-72.77573595788262,41.671914467542095]]]},"properties":{"name":4163,"geoid":"09003416300"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.80081796529555,41.6588414642017],[-72.80059096520878,41.65861646416545],[-72.79991096494881,41.657941464056634],[-72.79968496486237,41.65771646402033],[-72.79940796475631,41.65743846397542],[-72.79857796443851,41.65660646384102],[-72.79830196433284,41.65632946379626],[-72.79809096425203,41.65611746376201],[-72.79795396419506,41.655901463724575],[-72.79779496412858,41.65564446367993],[-72.79732796394487,41.65509046358767],[-72.7969439637916,41.65459646350436],[-72.79670796369737,41.654292463453075],[-72.79600196341555,41.65338346329973],[-72.79576696332178,41.653081463248824],[-72.79549696321388,41.65273146318972],[-72.79468896289077,41.651681463012345],[-72.7944199627832,41.6513314629532],[-72.79422096270481,41.65109346291351],[-72.79362396246965,41.65037946279443],[-72.79342496239133,41.65014246275493],[-72.79326296232864,41.64996846272643],[-72.79277996214157,41.649446462640874],[-72.79261896207927,41.64927346261254],[-72.79250196203284,41.64912746258803],[-72.79215296189425,41.6486904625146],[-72.7920369618482,41.64854546249024],[-72.79189996179468,41.648389462464436],[-72.79148996163458,41.64792346238736],[-72.79135396158145,41.64776846236171],[-72.79131496156556,41.647712462352125],[-72.79119896151835,41.647547462323885],[-72.79116096150284,41.64749246231444],[-72.79153596162337,41.64746646229734],[-72.79266496198638,41.647390462246236],[-72.79304096210727,41.64736546222926],[-72.79336096220966,41.64733546221313],[-72.79432196251743,41.647249462165504],[-72.79464296262027,41.64722146214972],[-72.79499196273363,41.6472184621379],[-72.79603896307391,41.647211462102796],[-72.79638896318768,41.64720946209112],[-72.79713596342586,41.64712446205058],[-72.79756396356242,41.64707746202766],[-72.79937996414155,41.646872461929405],[-72.80012896438049,41.64678946188918],[-72.80138796478404,41.64668346182804],[-72.8051649659949,41.646369461645435],[-72.80642496639886,41.64626446158446],[-72.8070619666037,41.646222461555766],[-72.80897496721903,41.64609946147024],[-72.80961296742429,41.64605846144171],[-72.81009096757823,41.64603146142109],[-72.81152696804091,41.64595246135944],[-72.81200596819527,41.645926461338966],[-72.81244196833464,41.64588346131655],[-72.81375196875355,41.645756461249704],[-72.81418896889333,41.64571446122746],[-72.81421496890167,41.645712461226246],[-72.8142959689278,41.64570846122286],[-72.81432296893652,41.64570746122178],[-72.81477296907971,41.64565146119642],[-72.8149019691207,41.64563446118896],[-72.81505196916848,41.64561646118063],[-72.81528896924289,41.6455694611639],[-72.81563996935301,41.6454984611388],[-72.81580196940388,41.64546646112737],[-72.81596396945476,41.645434461115954],[-72.81662296966154,41.64530146106891],[-72.81719696984173,41.64518746102832],[-72.81736696989526,41.64515646101682],[-72.81768596999578,41.64509946099549],[-72.81787797005617,41.64506346098232],[-72.81804897011008,41.64503346097098],[-72.81840197022454,41.64502646095824],[-72.81918597047878,41.645012460930225],[-72.81929797052968,41.645264460975454],[-72.81944297059538,41.64558746103334],[-72.81944197059764,41.64563246104209],[-72.81944197060544,41.645768461068435],[-72.81944197060808,41.64581446107735],[-72.81943897061042,41.645872461088686],[-72.81943097061803,41.64605046112344],[-72.81942897062078,41.64610946113492],[-72.81952497069271,41.64681946126939],[-72.81973997085306,41.64839546156777],[-72.81989697096999,41.6495434617851],[-72.81995397101231,41.64995746186346],[-72.82067597155107,41.65525346286604],[-72.82073997159888,41.65572346295501],[-72.82257397219529,41.655718462894846],[-72.82291697237737,41.65694646312162],[-72.82369297278926,41.6597234636344],[-72.82394597292378,41.66063246380229],[-72.82428997310626,41.66186146402919],[-72.82446897321658,41.66276846419906],[-72.82450597323954,41.662958464234656],[-72.8251539736395,41.66625146485142],[-72.82537097377316,41.66734946505702],[-72.82538197378501,41.66749346508453],[-72.82541797382167,41.6679274651674],[-72.8254299738339,41.6680724651951],[-72.82546897385147,41.66815746521029],[-72.82552597387713,41.66828146523247],[-72.8255859739042,41.66841246525588],[-72.8256249739218,41.66849846527128],[-72.82541897388052,41.66894646536467],[-72.82401497341188,41.66874146537034],[-72.8236339732839,41.66867146536907],[-72.8219389727179,41.66841946537501],[-72.82142397254583,41.668341465376535],[-72.82080397233872,41.668248465378554],[-72.81969297196815,41.668090465383834],[-72.81845097155465,41.66792746539236],[-72.81814497145203,41.66787446539199],[-72.81722997114527,41.66771746539112],[-72.81692497104304,41.667665465390904],[-72.81607497075927,41.66754046539414],[-72.81537797052668,41.66743946539708],[-72.81406397008767,41.66724046540096],[-72.81352796990848,41.667157465402184],[-72.81267996962511,41.66702746540438],[-72.81162996927125,41.66681546539723],[-72.81146796921642,41.666778465395275],[-72.81017296877802,41.66648246537975],[-72.80942096852272,41.66629746536819],[-72.8083389681507,41.66595046533591],[-72.80789596799748,41.6657924653196],[-72.8075669678837,41.665675465307565],[-72.80674296759688,41.66534946527103],[-72.8067609675882,41.665096465221445],[-72.8067089675519,41.66475846515767],[-72.80664596751171,41.66441546509326],[-72.8065539674726,41.664255465065246],[-72.80634096738187,41.663882464999894],[-72.80626396735144,41.663788464984165],[-72.80614796730559,41.6636474649606],[-72.80555796708117,41.663082464870214],[-72.8054129670266,41.66295346484992],[-72.8049249668525,41.662686464813945],[-72.8048369668207,41.66263146480612],[-72.80453496671147,41.66244046477888],[-72.8040859665447,41.662080464723644],[-72.80358296635298,41.66159146464517],[-72.80338196627193,41.661318464598764],[-72.80314496618156,41.66108746456168],[-72.80243396591055,41.66039646445078],[-72.8021979658206,41.660166464413834],[-72.80210496578532,41.66007946439999],[-72.80182796568023,41.65981846435837],[-72.80173596564529,41.65973146434449],[-72.80155196557521,41.65955346431595],[-72.8010009653653,41.65901946423028],[-72.80081796529555,41.6588414642017]]]},"properties":{"name":4164,"geoid":"09003416400"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.92734900823532,41.689626466066265],[-72.92690100809541,41.68972746610036],[-72.92669500802494,41.689667466095436],[-72.92661000799706,41.6896634660974],[-72.9262280078718,41.689646466106524],[-72.92571700770105,41.689568466108035],[-72.92568100768905,41.68956346610824],[-72.92543700760412,41.68946746609759],[-72.92541100758008,41.689197466046195],[-72.92533600750897,41.688389465892335],[-72.92531200748563,41.688120465841074],[-72.92509400727992,41.68578746539683],[-72.92505900724751,41.68542346532754],[-72.92503900722895,41.685214465287764],[-72.92498200718812,41.68482846521493],[-72.92484300709997,41.68408546507569],[-72.9248270070873,41.68395646505125],[-72.92411000680735,41.683147464917994],[-72.92358400660191,41.682553464820145],[-72.92292900633758,41.68166546466959],[-72.92243600613723,41.680973464551705],[-72.92176700587203,41.68014946441398],[-72.92141800572968,41.67965046432875],[-72.92120600563578,41.67921846425204],[-72.92072000541683,41.67816446406387],[-72.92059900535808,41.67782846400277],[-72.92045300529234,41.67751246394637],[-72.92020600517608,41.67689046383402],[-72.92013400512127,41.67634646373109],[-72.92016500510441,41.67587946363972],[-72.92022000509816,41.67546146355704],[-72.92023000509674,41.675380463541025],[-72.92026400509387,41.67513946349329],[-72.92027600509317,41.67505946347742],[-72.9202830050918,41.67499646346501],[-72.92030800508921,41.67481046342821],[-72.92031700508855,41.6747484634159],[-72.92033200508777,41.67465046339646],[-72.92037700508567,41.67436046333887],[-72.92039300508527,41.674263463319576],[-72.92041900508323,41.67408146328352],[-72.9205010050784,41.6735354631752],[-72.92052900507706,41.673354463139255],[-72.92056700507936,41.673180463104345],[-72.92058300508042,41.6731084630899],[-72.92073200510384,41.672674463001066],[-72.92079100511334,41.67250646296664],[-72.92085000512381,41.67235546293551],[-72.92102700515547,41.67190646284286],[-72.92108700516633,41.671756462811885],[-72.92117500518657,41.67161146278097],[-72.92144300524872,41.67117746268828],[-72.92153300526967,41.67103346265748],[-72.9217250053173,41.670776462601516],[-72.92184100534615,41.670622462567955],[-72.92202400538848,41.670324462504354],[-72.92223300543716,41.66999046243293],[-72.92224400543937,41.66996646242793],[-72.92239000547042,41.66968146236802],[-72.92243400547923,41.669586462348214],[-72.92256000550464,41.669316462291874],[-72.92256700550605,41.66930146228873],[-72.9226150055163,41.66920846226918],[-72.92264400552239,41.669150462257015],[-72.92273300554135,41.66897746222064],[-72.92276300554782,41.66892046220863],[-72.92278800554774,41.668778462180335],[-72.92279700554755,41.6687244621696],[-72.9228070055477,41.6686704621588],[-72.923502005792,41.66898646219743],[-72.92383300591045,41.669173462222886],[-72.92422200604437,41.66930146223503],[-72.92454800615091,41.66931046222621],[-72.92515100633986,41.66918546218243],[-72.92584000656926,41.669277462177895],[-72.9263090067286,41.669395462185506],[-72.92681900690523,41.669581462204974],[-72.92680900690284,41.669596462208176],[-72.92679400689937,41.66962046221333],[-72.92672200688287,41.669740462238885],[-72.92669900687768,41.66978046224737],[-72.92673200688867,41.66978446224708],[-72.92683100692156,41.669796462246175],[-72.9268640069325,41.669800462245895],[-72.92689100694366,41.66984146225294],[-72.92683000692585,41.66987646226171],[-72.92678100691153,41.66990446226872],[-72.92674800690367,41.66995446227946],[-72.92675300691126,41.670057462299226],[-72.92677500692353,41.67014646231574],[-72.92679000693165,41.67020246232608],[-72.92687200696858,41.67038046235788],[-72.92699000701806,41.670572462391206],[-72.92711000707205,41.67083146243744],[-72.92718500710568,41.67099146246597],[-72.9272170071203,41.67106446247905],[-72.92731400716472,41.67128746251906],[-72.9276070072987,41.67195746263921],[-72.92764900731784,41.672052462656254],[-72.92767200733337,41.6721914626824],[-72.92774800737136,41.67242146272445],[-72.92785800742324,41.672700462774856],[-72.92795000746212,41.67285546280187],[-72.92795300746337,41.672860462802745],[-72.92825200757865,41.673172462853415],[-72.92853300769,41.673518462911275],[-72.92867800774683,41.67368546293888],[-72.92893900784807,41.67396846298517],[-72.92914100792461,41.67415646301499],[-72.92935600800115,41.67427046303006],[-72.92948800804531,41.674291463029846],[-72.92951300805349,41.67429246302924],[-72.92965600810047,41.67430046302614],[-72.93023400828541,41.67424746299714],[-72.93068500842853,41.674185462970485],[-72.9311430085738,41.67412146294323],[-72.9333550092758,41.67381846281278],[-72.93387600944277,41.67377546278757],[-72.93479200973638,41.673700462743284],[-72.93484300975724,41.67377446275598],[-72.93499600982001,41.67399946279454],[-72.93504700984093,41.674074462807404],[-72.93547300997665,41.6740254627841],[-72.93675101038403,41.67388146271472],[-72.93717801052013,41.67383346269157],[-72.93785101073506,41.67376446265637],[-72.9392160111703,41.67361346258282],[-72.93941101123293,41.673599462573776],[-72.93999801142148,41.67355846254679],[-72.94019401148448,41.6735454625379],[-72.94030901156307,41.67425846267214],[-72.94056601172097,41.675544462912654],[-72.94083101186851,41.67660646310953],[-72.94086601189223,41.67681946314961],[-72.94085801190967,41.67716646321701],[-72.94077401192823,41.67796046337336],[-72.94078201193962,41.678112463402506],[-72.94084701197612,41.67837846345187],[-72.94094601202717,41.67870446351173],[-72.94112001211387,41.6792254636069],[-72.94122101216811,41.6795954636752],[-72.9412790121998,41.679817463716255],[-72.94162701236802,41.68076946388914],[-72.94189001249173,41.681429464008296],[-72.94206501256961,41.681792464072856],[-72.9421780126194,41.682017464112704],[-72.9422050126322,41.68208746412537],[-72.94227701266603,41.68226746415786],[-72.94190301256617,41.682644464242934],[-72.94173701251894,41.68276146427095],[-72.9404700121587,41.68365946448584],[-72.93971501194508,41.68421246461736],[-72.9391440117849,41.68465446472141],[-72.93743401130524,41.68597946503327],[-72.93686401114545,41.68642246513749],[-72.93672401110601,41.68652846516253],[-72.93630501098822,41.68684846523805],[-72.9361660109492,41.68695546526327],[-72.93602301090752,41.687039465284165],[-72.93598301089595,41.68706446529029],[-72.9357500108278,41.6871964653234],[-72.93562001078847,41.68724746533748],[-72.93557801077525,41.6872554653404],[-72.93541701072492,41.68729046535239],[-72.93354901013377,41.68757646546839],[-72.93168000956047,41.68817646564515],[-72.93026300912925,41.68869146579078],[-72.92886300870195,41.68917846593045],[-72.92881300868649,41.689192465934795],[-72.92822900850743,41.689381465990316],[-72.92734900823532,41.689626466066265]]]},"properties":{"name":4051,"geoid":"09003405100"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.88921499516313,41.67808346506972],[-72.88919199514997,41.6779844650513],[-72.88912399511071,41.67768746499604],[-72.88910199509792,41.677589464977764],[-72.88898699503254,41.67710446488764],[-72.88864199483659,41.675652464617784],[-72.8885269947713,41.67516846452784],[-72.88875699484312,41.67511646451034],[-72.88944799505904,41.67496246445814],[-72.88967899513126,41.674911464440804],[-72.89134899565344,41.674545464315855],[-72.89189799582515,41.67442546427483],[-72.89237999597738,41.674346464243925],[-72.89313499621592,41.67422346419565],[-72.89421499655884,41.67407746413239],[-72.89642399726229,41.67381446400993],[-72.89653099729644,41.67380246400412],[-72.89743499758767,41.67375346396534],[-72.89779499770455,41.673749463952895],[-72.89813399781467,41.67374646394132],[-72.89893399807353,41.67372246391074],[-72.89966699830644,41.673626463868416],[-72.90057499859235,41.673462463807255],[-72.90296299934302,41.67300846364197],[-72.90389399963381,41.67279946357134],[-72.90397699965968,41.67277946356478],[-72.90405999968563,41.67276146355861],[-72.90415999971682,41.672738463550914],[-72.90426099974835,41.67271546354318],[-72.90579200022621,41.672365463425805],[-72.90662600048452,41.672140463355234],[-72.90734100070576,41.671943463293914],[-72.90820400096882,41.67163746320671],[-72.90879900115009,41.67142446314618],[-72.90938300132795,41.67121446308661],[-72.91058300169355,41.670785462964666],[-72.9111790018752,41.6705734629043],[-72.91167000202528,41.670406462856064],[-72.91267000233114,41.6700694627584],[-72.9131450024764,41.66990946271203],[-72.91363700262697,41.669745462664345],[-72.91436200285011,41.669525462598244],[-72.9148400029973,41.669381462554874],[-72.91592100333271,41.66910046246542],[-72.91656600353465,41.66896446241819],[-72.91669600357538,41.668937462408735],[-72.91725500375053,41.66882146236815],[-72.91730900376746,41.66881046236427],[-72.91735500378196,41.66880246236123],[-72.91789800395287,41.66870346232447],[-72.91837400410411,41.66864146229702],[-72.91844800412767,41.66863246229288],[-72.9189860043008,41.66860046226923],[-72.91939900443487,41.668595462254856],[-72.91991800460448,41.66860946224074],[-72.92039900476388,41.66866046223501],[-72.92110200499982,41.66878646223659],[-72.92158600516295,41.66888546224005],[-72.92176900522468,41.668923462241466],[-72.92228800540268,41.669082462255396],[-72.9226150055163,41.66920846226918],[-72.92256700550605,41.66930146228873],[-72.92256000550464,41.669316462291874],[-72.92243400547923,41.669586462348214],[-72.92239000547042,41.66968146236802],[-72.92224400543937,41.66996646242793],[-72.92223300543716,41.66999046243293],[-72.92202400538848,41.670324462504354],[-72.92184100534615,41.670622462567955],[-72.9217250053173,41.670776462601516],[-72.92153300526967,41.67103346265748],[-72.92144300524872,41.67117746268828],[-72.92117500518657,41.67161146278097],[-72.92108700516633,41.671756462811885],[-72.92102700515547,41.67190646284286],[-72.92085000512381,41.67235546293551],[-72.92079100511334,41.67250646296664],[-72.92073200510384,41.672674463001066],[-72.92058300508042,41.6731084630899],[-72.92056700507936,41.673180463104345],[-72.92052900507706,41.673354463139255],[-72.9205010050784,41.6735354631752],[-72.92041900508323,41.67408146328352],[-72.92039300508527,41.674263463319576],[-72.92037700508567,41.67436046333887],[-72.92033200508777,41.67465046339646],[-72.92031700508855,41.6747484634159],[-72.92030800508921,41.67481046342821],[-72.9202830050918,41.67499646346501],[-72.92027600509317,41.67505946347742],[-72.92026400509387,41.67513946349329],[-72.92023000509674,41.675380463541025],[-72.92022000509816,41.67546146355704],[-72.92016500510441,41.67587946363972],[-72.92013400512127,41.67634646373109],[-72.92020600517608,41.67689046383402],[-72.92045300529234,41.67751246394637],[-72.92059900535808,41.67782846400277],[-72.92072000541683,41.67816446406387],[-72.92120600563578,41.67921846425204],[-72.92141800572968,41.67965046432875],[-72.92176700587203,41.68014946441398],[-72.92243600613723,41.680973464551705],[-72.92292900633758,41.68166546466959],[-72.92358400660191,41.682553464820145],[-72.92411000680735,41.683147464917994],[-72.9248270070873,41.68395646505125],[-72.92484300709997,41.68408546507569],[-72.92498200718812,41.68482846521493],[-72.92503900722895,41.685214465287764],[-72.92505900724751,41.68542346532754],[-72.92509400727992,41.68578746539683],[-72.92531200748563,41.688120465841074],[-72.92533600750897,41.688389465892335],[-72.92541100758008,41.689197466046195],[-72.92543700760412,41.68946746609759],[-72.92568100768905,41.68956346610824],[-72.92571700770105,41.689568466108035],[-72.9262280078718,41.689646466106524],[-72.92661000799706,41.6896634660974],[-72.92669500802494,41.689667466095436],[-72.92690100809541,41.68972746610036],[-72.92660500800335,41.68980046612409],[-72.92571900772789,41.690021466195596],[-72.92542400763618,41.69009546621948],[-72.92531100760075,41.6901184662276],[-72.9249710074943,41.690190466252574],[-72.92485900745932,41.690215466261044],[-72.92464500739264,41.69026646627786],[-72.92400300719264,41.690419466328294],[-72.92379000712634,41.690471466345265],[-72.92361900707306,41.69051246635875],[-72.92310600691324,41.69063446639901],[-72.92293600686035,41.69067646641265],[-72.92270200678752,41.690733466431254],[-72.92200300657,41.69090446648702],[-72.92177000649757,41.69096246650581],[-72.92153100642429,41.69104046652866],[-72.92081400620452,41.691273466597],[-72.92057600613164,41.69135246662002],[-72.9203440060609,41.69143446664341],[-72.91964900584912,41.69168246671393],[-72.91941800577877,41.691765466737486],[-72.91918600570803,41.69184746676088],[-72.9184920054964,41.69209246683079],[-72.91826100542605,41.69217546685435],[-72.91802900535505,41.69225346687696],[-72.91733200514193,41.69248946694525],[-72.91710100507136,41.69256846696803],[-72.91697300503243,41.69261546698126],[-72.91659000491597,41.69275646702096],[-72.91646300487741,41.69280446703438],[-72.91635600484446,41.692836467044046],[-72.91603700474639,41.69293546707354],[-72.91593100471388,41.69296946708355],[-72.91566300463246,41.693069467111606],[-72.91485900438815,41.693368467195526],[-72.91459100430679,41.69346946722376],[-72.91429200421626,41.69358646725608],[-72.91403900413968,41.69368546728345],[-72.91418800415177,41.69305546715675],[-72.91406300410175,41.692893467129466],[-72.91353800386342,41.69172446692039],[-72.91277800350822,41.689855466583495],[-72.91272200348341,41.689741466563255],[-72.91232300329905,41.68879646639339],[-72.91182200309034,41.688004466256416],[-72.9117090030327,41.687643466190245],[-72.91157100295507,41.68707646608503],[-72.91149500291804,41.68686346604629],[-72.91136100286155,41.68663946600729],[-72.91121800280548,41.68647446598002],[-72.91041500250303,41.685760465867936],[-72.91010800238804,41.685498465827195],[-72.90982200228085,41.68525346578907],[-72.90953800217275,41.68498146574565],[-72.90940000211891,41.684826465720136],[-72.90924200205781,41.68465846569278],[-72.90904600198198,41.68444946565868],[-72.90896900195197,41.68436346564454],[-72.90888700192004,41.684272465629604],[-72.90864100182431,41.68400046558495],[-72.90855900179244,41.68391046557019],[-72.90841100173321,41.68371846553785],[-72.90797000155666,41.68314546544128],[-72.90782300149782,41.68295446540909],[-72.90746300135324,41.68247846532866],[-72.9068270010971,41.68162546518424],[-72.90676500107288,41.6815554651727],[-72.90670800104836,41.68145146515444],[-72.90661400100946,41.68130746512962],[-72.90637600091888,41.68107946509323],[-72.9061850008478,41.68092446506942],[-72.90560300062968,41.680425464991735],[-72.90539100055142,41.68026446496747],[-72.90517300047387,41.68014946495228],[-72.90473700032227,41.67998046493371],[-72.90430000017162,41.67983346491944],[-72.90387000002441,41.67970646490879],[-72.90363499994497,41.679654464906356],[-72.90348999989595,41.67962246490487],[-72.90329799974424,41.67807546461172],[-72.90328199972893,41.67790046457837],[-72.90327599972282,41.67782846456463],[-72.90324499969839,41.67757946451745],[-72.90319499967336,41.67742746448966],[-72.90308499962786,41.67725946446072],[-72.90291499956052,41.67705046442578],[-72.90288099954964,41.67705346442746],[-72.90278099951756,41.67706146443227],[-72.90274799950704,41.6770654644341],[-72.90244499941092,41.677107464452064],[-72.90153799912329,41.67723646450642],[-72.90151999911761,41.677239464507586],[-72.90123499902668,41.677270464522834],[-72.9001819986906,41.67738246457863],[-72.89975899855557,41.677427464601045],[-72.89948999846933,41.67744946461403],[-72.89886099826505,41.677455464635585],[-72.89874999822963,41.67746746464151],[-72.89775399790797,41.67750846468172],[-72.89741699780042,41.67754446469961],[-72.89673499758534,41.67766246474455],[-72.8960779973764,41.67774546478189],[-72.89561199722735,41.67778946480552],[-72.89545899717783,41.677794464811434],[-72.89520899709697,41.6778024648211],[-72.89430599680327,41.67780346485056],[-72.89312099641941,41.67783246489458],[-72.89248999621466,41.67784146491675],[-72.89173699597038,41.67785346494349],[-72.89123899580814,41.67784946495885],[-72.89059999560222,41.67788346498613],[-72.89041299554195,41.67789346499412],[-72.88997299540185,41.677946465018636],[-72.88982099535384,41.67797146502841],[-72.88947599524494,41.678029465050805],[-72.88936499521012,41.67805146505865],[-72.88921499516313,41.67808346506972]]]},"properties":{"name":4052,"geoid":"09003405200"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.88921499516313,41.67808346506972],[-72.88936499521012,41.67805146505865],[-72.88947599524494,41.678029465050805],[-72.88982099535384,41.67797146502841],[-72.88997299540185,41.677946465018636],[-72.89041299554195,41.67789346499412],[-72.89059999560222,41.67788346498613],[-72.89123899580814,41.67784946495885],[-72.89173699597038,41.67785346494349],[-72.89248999621466,41.67784146491675],[-72.89312099641941,41.67783246489458],[-72.89430599680327,41.67780346485056],[-72.89520899709697,41.6778024648211],[-72.89545899717783,41.677794464811434],[-72.89561199722735,41.67778946480552],[-72.8960779973764,41.67774546478189],[-72.89673499758534,41.67766246474455],[-72.89741699780042,41.67754446469961],[-72.89775399790797,41.67750846468172],[-72.89874999822963,41.67746746464151],[-72.89886099826505,41.677455464635585],[-72.89948999846933,41.67744946461403],[-72.89975899855557,41.677427464601045],[-72.9001819986906,41.67738246457863],[-72.90123499902668,41.677270464522834],[-72.90151999911761,41.677239464507586],[-72.90153799912329,41.67723646450642],[-72.90244499941092,41.677107464452064],[-72.90274799950704,41.6770654644341],[-72.90278099951756,41.67706146443227],[-72.90288099954964,41.67705346442746],[-72.90291499956052,41.67705046442578],[-72.90308499962786,41.67725946446072],[-72.90319499967336,41.67742746448966],[-72.90324499969839,41.67757946451745],[-72.90327599972282,41.67782846456463],[-72.90328199972893,41.67790046457837],[-72.90329799974424,41.67807546461172],[-72.90348999989595,41.67962246490487],[-72.90363499994497,41.679654464906356],[-72.90387000002441,41.67970646490879],[-72.90430000017162,41.67983346491944],[-72.90473700032227,41.67998046493371],[-72.90517300047387,41.68014946495228],[-72.90539100055142,41.68026446496747],[-72.90560300062968,41.680425464991735],[-72.9061850008478,41.68092446506942],[-72.90637600091888,41.68107946509323],[-72.90661400100946,41.68130746512962],[-72.90670800104836,41.68145146515444],[-72.90676500107288,41.6815554651727],[-72.9068270010971,41.68162546518424],[-72.90746300135324,41.68247846532866],[-72.90782300149782,41.68295446540909],[-72.90797000155666,41.68314546544128],[-72.90841100173321,41.68371846553785],[-72.90855900179244,41.68391046557019],[-72.90864100182431,41.68400046558495],[-72.90888700192004,41.684272465629604],[-72.90896900195197,41.68436346564454],[-72.90904600198198,41.68444946565868],[-72.90924200205781,41.68465846569278],[-72.90940000211891,41.684826465720136],[-72.90953800217275,41.68498146574565],[-72.90982200228085,41.68525346578907],[-72.91010800238804,41.685498465827195],[-72.91041500250303,41.685760465867936],[-72.91121800280548,41.68647446598002],[-72.91136100286155,41.68663946600729],[-72.91149500291804,41.68686346604629],[-72.91157100295507,41.68707646608503],[-72.9117090030327,41.687643466190245],[-72.91182200309034,41.688004466256416],[-72.91232300329905,41.68879646639339],[-72.91272200348341,41.689741466563255],[-72.91277800350822,41.689855466583495],[-72.91353800386342,41.69172446692039],[-72.91406300410175,41.692893467129466],[-72.91418800415177,41.69305546715675],[-72.91403900413968,41.69368546728345],[-72.91387300408944,41.693750467301406],[-72.913376003939,41.69394546735526],[-72.91321100388912,41.69401146737337],[-72.91317400387778,41.69402346737691],[-72.91306300384393,41.69406246738805],[-72.91302700383297,41.69407546739172],[-72.912902003795,41.694122467404874],[-72.91252600368095,41.69426546744474],[-72.91240200364338,41.69431346745804],[-72.91231600361768,41.69435346746858],[-72.91205800354085,41.69447646750074],[-72.91197300351557,41.69451746751141],[-72.91125200329607,41.694778467585316],[-72.90909000263787,41.69556146780691],[-72.90837000241876,41.69582346788094],[-72.90724100207477,41.69622746799571],[-72.90443000121843,41.697236468282064],[-72.90385200104187,41.6974354683393],[-72.90367800098878,41.697496468356746],[-72.90323700085474,41.69766046840277],[-72.90271700069479,41.697820468450594],[-72.90265000067421,41.697841468456815],[-72.90218800052962,41.69794046849094],[-72.9016450003597,41.698057468531196],[-72.90058800002565,41.69822846859855],[-72.90005299985665,41.698316468632925],[-72.89985999979564,41.69834746864518],[-72.89883999947241,41.69849746870726],[-72.89852899937394,41.69854446872645],[-72.89771399911679,41.69868346877977],[-72.89672199880609,41.698892468852364],[-72.89523799834312,41.699237468967205],[-72.89404399797067,41.69951546905969],[-72.89398499795223,41.69952846906413],[-72.89380899789731,41.69956946907775],[-72.89375099787927,41.69958346908234],[-72.89367399784068,41.69934946903959],[-72.89347999774338,41.698757468931376],[-72.89344899772695,41.698647468911105],[-72.89338299769186,41.69841146886759],[-72.89328799764161,41.698076468805894],[-72.89318799758858,41.697721468740454],[-72.8929939974881,41.6970744686216],[-72.89289499743668,41.696741468560376],[-72.89289199743523,41.696733468558946],[-72.8928859974319,41.69670946855448],[-72.89288399743079,41.69670146855301],[-72.89283199740268,41.69650746851717],[-72.89283099740211,41.69650346851643],[-72.8926729973175,41.69592846841033],[-72.89261999728913,41.6957354683747],[-72.89258399726774,41.695567468343384],[-72.89247599720368,41.69506646824996],[-72.89244099718266,41.694899468218786],[-72.89226399708178,41.694149468079445],[-72.89189699686997,41.69254846778165],[-72.89182799682959,41.69223746772371],[-72.89129699652533,41.68995846730002],[-72.89124299647683,41.68942246719809],[-72.89120699644135,41.68901046711953],[-72.89087599622326,41.68709646675995],[-72.89078299617906,41.686854466716134],[-72.89082099619083,41.68684446671298],[-72.89085799620275,41.68684246671138],[-72.89089399621429,41.68683946670963],[-72.8908849962097,41.68681046670433],[-72.89075599613076,41.686169466584474],[-72.89052499598796,41.684996466365],[-72.89047599595959,41.684781466325],[-72.89032099586788,41.68406546619146],[-72.89008899572343,41.682869465967556],[-72.89001599567776,41.682489465896396],[-72.88990199560972,41.681952465796186],[-72.88985299557498,41.68162646573469],[-72.88975299550405,41.68096046560905],[-72.88960099539608,41.67994546541755],[-72.8895129953317,41.67932546530042],[-72.88949899532375,41.67926646528945],[-72.88939199526138,41.67878846520041],[-72.88921499516313,41.67808346506972]]]},"properties":{"name":4053,"geoid":"09003405300"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.92391200457082,41.64550045763714],[-72.92391900455812,41.64524045758658],[-72.92392000455746,41.645223457583256],[-72.92390700453844,41.6449664575339],[-72.92382900449554,41.644662457477544],[-72.9237330044547,41.64449545744833],[-72.92365000441934,41.64435045742293],[-72.92357400439164,41.644298457415324],[-72.92341200433246,41.644185457398684],[-72.92338300432192,41.64416645739595],[-72.92319300425294,41.64404145737791],[-72.92300500418388,41.643904457357465],[-72.92281200411462,41.64379145734185],[-72.9228020041109,41.64378345734061],[-72.92272300408146,41.643718457330586],[-72.92262400404456,41.64363645731792],[-72.92261100403917,41.643616457314465],[-72.92234000392631,41.64318745724017],[-72.92213100383916,41.642854457182445],[-72.92194800373898,41.642148457051654],[-72.92195100371286,41.64167845696052],[-72.92195500368364,41.641148456857735],[-72.92246100384656,41.6411204568359],[-72.92398200433652,41.6410394567709],[-72.92449000450016,41.6410124567492],[-72.92567600488,41.64091145669118],[-72.92778000555394,41.64073345658847],[-72.92786400561594,41.64133545670235],[-72.92791500565397,41.641707456772735],[-72.92797700570141,41.64218045686233],[-72.92813400582052,41.64336145708598],[-72.9286050060948,41.64546245747759],[-72.93850200924727,41.64431945693516],[-72.9404260098598,41.64409245682878],[-72.94143401018079,41.64397445677321],[-72.94306601070038,41.64378245668306],[-72.9432560107609,41.64376045667264],[-72.94379001093091,41.64369745664309],[-72.94414701104463,41.64365645662357],[-72.9477530121926,41.643230456424035],[-72.94794401225333,41.64320645641318],[-72.94809101230112,41.6432064564084],[-72.94844901241748,41.643205456396586],[-72.9494660127398,41.6430604563355],[-72.94999301290683,41.642985456303855],[-72.95051901307355,41.642910456272276],[-72.950549013083,41.64290545627032],[-72.95431101428548,41.64254545607845],[-72.96021001617073,41.64197745577688],[-72.96393201734334,41.64132645552993],[-72.96390501739569,41.642385455735884],[-72.96387701743619,41.64324445590312],[-72.96385501746374,41.64384545602021],[-72.9638270175021,41.644667456180294],[-72.9638180175054,41.6447754562015],[-72.96378701754585,41.64565045637193],[-72.9637670175741,41.646252456489144],[-72.96376701757971,41.646349456507934],[-72.96376801759683,41.64664045656423],[-72.96376901760277,41.646737456583004],[-72.96376901764026,41.64738645670865],[-72.96376901766416,41.6478004567888],[-72.96379401768915,41.64809245684454],[-72.9638920177422,41.64845945691241],[-72.96410201784445,41.64904745701943],[-72.96423301789837,41.649243457053124],[-72.96459401804694,41.649783457145936],[-72.96470801809353,41.649948457174176],[-72.96491101817654,41.650242457224515],[-72.96505101823384,41.650446457259456],[-72.96516601828081,41.65061245728786],[-72.96524201831187,41.650722457306685],[-72.96547101840552,41.651054457363536],[-72.96554801843698,41.65116545738251],[-72.96537901839386,41.65137045742768],[-72.96529301837501,41.65152845746106],[-72.96523501836248,41.65163745748406],[-72.96513601834317,41.65186045753043],[-72.96546201850178,41.65277145769621],[-72.96551201852594,41.65290845772111],[-72.96556501856026,41.65320345777649],[-72.96559801858136,41.65338345781027],[-72.96571301864111,41.65377045788145],[-72.96572301865685,41.65398645792295],[-72.96580001870417,41.65437245799518],[-72.96579101871797,41.65466145805141],[-72.96554401866452,41.65512645814944],[-72.96522301858978,41.65563945825919],[-72.96517301858184,41.65578345828869],[-72.96504901856561,41.65620045837343],[-72.96494801854443,41.65640245841583],[-72.96473601848513,41.65656945845505],[-72.96406301828438,41.6568824585375],[-72.96371701818082,41.65703745857875],[-72.96346401810516,41.65715145860904],[-72.96316501801837,41.65733245865379],[-72.9629820179673,41.657478458688],[-72.96280401792167,41.65769045873482],[-72.96176201767291,41.65924945907045],[-72.96146001760816,41.65982845919235],[-72.96097901745654,41.65991145922405],[-72.96029401724064,41.660030459269315],[-72.95968701704811,41.66011445930532],[-72.95953501699996,41.66013645931452],[-72.95921301689802,41.66018445933427],[-72.95905301684738,41.66020845934412],[-72.95883101677737,41.660246459358675],[-72.9585230166804,41.66030145937933],[-72.95817201657164,41.66039445940873],[-72.95807101654033,41.66042145941724],[-72.95795501650447,41.66045345942722],[-72.957669016417,41.66054945945508],[-72.95701401621602,41.660757459516624],[-72.9554880157479,41.661244459660466],[-72.95418001534513,41.66163545977864],[-72.95374101520997,41.661767459818456],[-72.95350901513834,41.66183345983877],[-72.95322201504686,41.66186545985429],[-72.95318401503472,41.6618694598563],[-72.95307401499966,41.66188145986219],[-72.95303701498791,41.66188645986436],[-72.95280901491508,41.66190945987623],[-72.95247201480781,41.661949459894906],[-72.95234601476774,41.6619654599021],[-72.95078301427137,41.66217145999274],[-72.9502200140926,41.66224646002554],[-72.9498190139646,41.662288460046696],[-72.94928001379266,41.662346460075426],[-72.94891001367736,41.66243346010429],[-72.9486610136044,41.662572460139266],[-72.94865401360242,41.66257746014047],[-72.94850401356345,41.66274746017825],[-72.94838601353196,41.66286646020512],[-72.94810301345436,41.6631164602627],[-72.94721001321841,41.66405946047423],[-72.94586301286932,41.66560046081623],[-72.94571201282844,41.665742460848605],[-72.94548201276771,41.66598646090331],[-72.94526201271565,41.666323460975676],[-72.94525501273091,41.666627461034736],[-72.94525801276441,41.6671904611436],[-72.94530301279968,41.66754746121124],[-72.94535101283162,41.667830461264444],[-72.94522501279134,41.667842461270865],[-72.94455201257708,41.667922461308194],[-72.94431901250292,41.66795046132118],[-72.94418901246128,41.66796146132755],[-72.94412601244107,41.66796646133056],[-72.94397601239304,41.66797946133795],[-72.94383701234847,41.66799046134458],[-72.9436130122751,41.66798146135011],[-72.94332701218039,41.6679524613538],[-72.94277301199477,41.66785846135359],[-72.9420790117636,41.66776346135775],[-72.94167001162819,41.66772246136309],[-72.94111301144667,41.66771646138002],[-72.94093001138775,41.667726461387886],[-72.94078901134282,41.66774246139556],[-72.9405620112705,41.667768461407974],[-72.94017801114911,41.667829461432234],[-72.94001701110462,41.667965461463794],[-72.93953601097196,41.66837746155915],[-72.93937601092784,41.66851446159087],[-72.93935501090853,41.66829846154973],[-72.9393000108754,41.668034461500426],[-72.93870901069086,41.66816746154534],[-72.93805801048751,41.66831246159456],[-72.9375010103141,41.66844646163856],[-72.93689801012633,41.66859146168621],[-72.93637700996328,41.66870246172461],[-72.93611200988026,41.66875746174385],[-72.93592100982005,41.66879046175645],[-72.93561400972239,41.668828461773764],[-72.93542200966029,41.66883446178115],[-72.93513000956435,41.66881746178733],[-72.93490400949007,41.66880446179218],[-72.93470900942566,41.66878746179522],[-72.93425900927642,41.668737461800134],[-72.93396900918025,41.66870546180338],[-72.93388400915197,41.668694461803994],[-72.93363000906751,41.66866246180604],[-72.93354600903962,41.66865246180683],[-72.93329700895696,41.668623461809304],[-72.93255000870897,41.668536461816714],[-72.93230100862635,41.66850846181938],[-72.93208300855378,41.66847946182083],[-72.93143000833653,41.668395461825774],[-72.93121300826435,41.66836746182739],[-72.9307310081044,41.66831246183241],[-72.92928800762559,41.668148461847494],[-72.92880700746602,41.668094461852654],[-72.92855200738343,41.66810046186208],[-72.92847700735946,41.668107461865866],[-72.9281520072554,41.668136461882035],[-72.92780300714432,41.6681784619015],[-72.92752200705706,41.66825046192453],[-72.92754100707602,41.668471461966696],[-72.92752400708282,41.66868546200867],[-72.92743200706624,41.66891646205636],[-72.92722200700966,41.66911946210247],[-72.9270380069587,41.66927346213826],[-72.92696700694131,41.6693724621597],[-72.92688900692211,41.66947946218295],[-72.92683100690795,41.669560462200494],[-72.92681900690523,41.669581462204974],[-72.9263090067286,41.669395462185506],[-72.92584000656926,41.669277462177895],[-72.92515100633986,41.66918546218243],[-72.92454800615091,41.66931046222621],[-72.92422200604437,41.66930146223503],[-72.92383300591045,41.669173462222886],[-72.923502005792,41.66898646219743],[-72.9228070055477,41.6686704621588],[-72.92281400554737,41.66862546214988],[-72.92281400554431,41.66857246213963],[-72.92281400553307,41.66837746210189],[-72.92276900550152,41.66808446204664],[-72.9226010054211,41.66763746196556],[-72.92209300519566,41.66659446178017],[-72.92182300508293,41.666162461705326],[-72.92110400477891,41.66494646149326],[-72.92136700486057,41.664879461471756],[-72.92151700490781,41.66485246146166],[-72.9216120049378,41.66483646145548],[-72.9218950050235,41.664726461425005],[-72.92202700506084,41.66462946140195],[-72.92212900508969,41.664554461384135],[-72.92224000511655,41.664394461349566],[-72.92232300512919,41.664145461298666],[-72.92233800512692,41.664021461274174],[-72.92239300512058,41.66360146119109],[-72.92241000511832,41.66346646116442],[-72.92246200511204,41.6630644610849],[-72.92248000511016,41.66293046105838],[-72.92249500510708,41.66279246103119],[-72.92253900509762,41.66238046095001],[-72.9225550050949,41.66224346092296],[-72.92256600509059,41.66210646089609],[-72.92259900507757,41.66169446081525],[-72.92261100507362,41.661558460788534],[-72.92266700503467,41.660567460594876],[-72.92268500502888,41.660365460555184],[-72.92270500502258,41.66014346051156],[-72.92271300501997,41.66005346049389],[-72.92273900501303,41.65978646044136],[-72.92274900501121,41.659698460423996],[-72.92276100500492,41.65952146038933],[-72.92279600498571,41.65899146028559],[-72.9228090049798,41.6588154602511],[-72.92281600497424,41.65867946022455],[-72.9228390049583,41.65827346014519],[-72.92284800495344,41.65813846011877],[-72.92285700494489,41.657939460079945],[-72.9228810049227,41.657419459978506],[-72.92289000492131,41.65734445996369],[-72.92291400491774,41.65714745992478],[-72.922927004911,41.656957459887565],[-72.92296700489128,41.65638945977628],[-72.92298100488493,41.65620045973924],[-72.92300500486643,41.655744459650194],[-72.92307900481165,41.654377459383106],[-72.92310400479359,41.65392245929421],[-72.92309900477557,41.65363845923938],[-72.9230860047224,41.6527894590754],[-72.92308200470478,41.65250645902074],[-72.92310400470352,41.65236045899177],[-72.92317200470056,41.651925458905325],[-72.92317600470071,41.65190545890133],[-72.92322300470923,41.65178845887715],[-72.92337300474678,41.651593458834526],[-72.92341600475766,41.651539458822675],[-72.92374000484133,41.65116345873935],[-72.92384600486785,41.651025458709206],[-72.92390100488178,41.65095645869405],[-72.92396600489461,41.650812458664056],[-72.92402100489986,41.65059345861988],[-72.9240470048931,41.65032945856791],[-72.92405100489249,41.65029645856139],[-72.92399000483945,41.64972045845183],[-72.92388900476908,41.64906945832904],[-72.92384000474192,41.64887445829287],[-72.92372100467583,41.64839945820474],[-72.92369000465771,41.64826045817884],[-72.92368800465633,41.64824745817637],[-72.92359600461067,41.6479744581265],[-72.9235560045909,41.64785745810514],[-72.92351100456855,41.64772345808065],[-72.9234690045416,41.64749245803728],[-72.92344400452544,41.64735345801118],[-72.92347400452407,41.64716045797282],[-72.92358300453928,41.646809457901306],[-72.92365300454914,41.64658545785567],[-72.92371900455821,41.64637045781189],[-72.92390500458447,41.64577645769083],[-72.92390600458178,41.64572445768072],[-72.92391200457082,41.64550045763714]]]},"properties":{"name":4055,"geoid":"09003405500"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.96393201734334,41.64132645552993],[-72.9640500173805,41.64130545552202],[-72.96585301795189,41.641048455413674],[-72.96615001804602,41.64100645539588],[-72.9686370188403,41.64075845526706],[-72.96989101924073,41.64063245520192],[-72.97114601964154,41.640507455136934],[-72.97297402023369,41.640469455070175],[-72.97670602142804,41.640140454885156],[-72.97711602155775,41.64007845485984],[-72.97903602217012,41.639873454757726],[-72.97951702232483,41.63984445473647],[-72.97969702238323,41.63984245473024],[-72.98020402254652,41.63981545470853],[-72.98027602256963,41.63981045470521],[-72.98201502312817,41.63969245462582],[-72.98259502331449,41.63965345459942],[-72.9827220233552,41.639643454593354],[-72.98275602336615,41.63964145459186],[-72.98310302347751,41.63961645457573],[-72.98323102351858,41.63960745456985],[-72.98323502351984,41.63960645456952],[-72.98324602352342,41.63960645456917],[-72.98325102352506,41.639606454569005],[-72.98356702371005,41.64103045483448],[-72.98430902414403,41.64436545545608],[-72.98484902446063,41.64680545591095],[-72.98515402462355,41.647908456114585],[-72.9855510248393,41.649407456391856],[-72.98584302508901,41.652084456900596],[-72.98595302515977,41.65268945701414],[-72.98607702523906,41.65336345714058],[-72.98634602539181,41.65449245735037],[-72.98649002547329,41.65509145746162],[-72.98652402549358,41.65525145749149],[-72.98662702555485,41.65573145758105],[-72.98666202557554,41.655892457611074],[-72.98673402561926,41.656243457676666],[-72.9867540256316,41.65634445769557],[-72.98695002575056,41.65729945787404],[-72.98702202579435,41.657651457939835],[-72.98705602581498,41.65781745797085],[-72.98715802587697,41.65831545806392],[-72.98719302589801,41.658482458095115],[-72.98727402594731,41.65887945816932],[-72.98733902598592,41.65918145822565],[-72.98739502603306,41.6596814583206],[-72.9875100260989,41.660173458412075],[-72.98757902613066,41.66033445844099],[-72.98763702615571,41.660441458459815],[-72.9882500265034,41.66300545893607],[-72.98837502658026,41.663631459053164],[-72.9887520268116,41.6655104594045],[-72.98887802688886,41.66613745952174],[-72.98891502691465,41.666375459566595],[-72.9889290269246,41.666468459584124],[-72.98908302703221,41.667462459771464],[-72.98913502706833,41.66779445983402],[-72.98916802709255,41.66802745987802],[-72.98928402717144,41.668738460011824],[-72.98935002720812,41.669001460060564],[-72.98947002727996,41.66956846016637],[-72.98947402728241,41.66958846017011],[-72.98922802719872,41.66952446016573],[-72.98910502715685,41.66949246016354],[-72.98895302710524,41.669454460161134],[-72.98880402705575,41.6694364601625],[-72.98857002697845,41.66941546016605],[-72.98831002689576,41.669447460180706],[-72.9880730268229,41.66952046020255],[-72.98799202679841,41.66955246021137],[-72.98770002671057,41.66967546024467],[-72.98764702669514,41.66970646025239],[-72.9874280266312,41.66983246028391],[-72.98718302655901,41.66996146031685],[-72.98703602651578,41.670040460336914],[-72.98656302637309,41.67023246038945],[-72.98623502627215,41.67033146041927],[-72.98588402616144,41.67039046044212],[-72.98567002609283,41.670407460452374],[-72.9855930260682,41.670414460456236],[-72.98517802593295,41.67040946046877],[-72.98514102592087,41.67040846046978],[-72.98502002588123,41.67040346047274],[-72.98476402579468,41.67034646047006],[-72.98448202569932,41.67028346046704],[-72.98394402551685,41.670153460459396],[-72.98364502541625,41.6700954604579],[-72.9835060253695,41.6700684604572],[-72.9832660252904,41.670050460461525],[-72.98307302522684,41.6700364604651],[-72.98270402510661,41.67003246047632],[-72.98251902504633,41.67003046048195],[-72.9823600249951,41.67003846048867],[-72.98210502491378,41.67006646050238],[-72.98179502481587,41.67011646052215],[-72.98143502470315,41.67019146054838],[-72.98116002461805,41.67026646057184],[-72.98104502458261,41.670300460582155],[-72.98077102449838,41.670384460607316],[-72.9805150244211,41.670487460635584],[-72.98016002431382,41.670628460674415],[-72.97909602399245,41.67105446079146],[-72.97874202388554,41.67119646083045],[-72.97818202371084,41.67132446087343],[-72.97796502364173,41.67134946088534],[-72.9779000236208,41.67135346088821],[-72.97748602348798,41.67138446090769],[-72.97721802340007,41.671371460913896],[-72.97703702334074,41.67136346091824],[-72.9766100231979,41.67129446091875],[-72.97615702304479,41.67119446091415],[-72.97542202279779,41.671056460911345],[-72.9753580227762,41.67104346091092],[-72.974517022493,41.670875460905776],[-72.97377702224361,41.670724460900615],[-72.97315102203383,41.67061746090029],[-72.97272002189004,41.6705544609021],[-72.97252802182597,41.67052646090293],[-72.97198202164695,41.670501460915844],[-72.9712080213927,41.6704574609325],[-72.97040502112995,41.670429460953194],[-72.96992202097385,41.6704464609722],[-72.96933302078624,41.67051446100451],[-72.96883302062821,41.67059346103604],[-72.96805202038746,41.67082246110576],[-72.96781202031617,41.67093946113618],[-72.96754902023653,41.6710414611645],[-72.96742902020017,41.671087461177294],[-72.966983020063,41.671223461218105],[-72.96662401995098,41.671305461245645],[-72.96610601978709,41.671384461277775],[-72.96538001955932,41.67152846132924],[-72.96404101913714,41.67175846141728],[-72.9613270182826,41.67224446159955],[-72.96054601803357,41.672330461641565],[-72.9594290176758,41.67242546169626],[-72.95896301752526,41.67244346171489],[-72.95852901738499,41.67245846173189],[-72.95723001696535,41.6725074617836],[-72.95679701682543,41.67252346180077],[-72.95647601671949,41.67249646180596],[-72.95551601640268,41.67241746182187],[-72.95519601629712,41.67239146182725],[-72.95344301571738,41.6722254618521],[-72.95317401562816,41.67219546185503],[-72.95132801501563,41.671985461874364],[-72.95091401487764,41.67192746187661],[-72.95071001480788,41.67186846187181],[-72.95032201467343,41.671725461856745],[-72.95018601462677,41.671683461853036],[-72.9494360143893,41.67179546189907],[-72.94890301414331,41.67053846167313],[-72.94883701411331,41.67039046164664],[-72.94864101402389,41.66994646156709],[-72.9485760139942,41.66979846154055],[-72.94857001399116,41.669779461537075],[-72.94855201398212,41.66972446152701],[-72.94854601397914,41.66970646152372],[-72.94851701396456,41.66961746150744],[-72.9484990139553,41.669558461496614],[-72.94846701393911,41.66945846147831],[-72.94845601392682,41.66930746144944],[-72.94842401390449,41.66910146141061],[-72.94842001390164,41.669074461405515],[-72.94843301389858,41.66894846138071],[-72.94842301388701,41.66880446135316],[-72.94840901387063,41.66859946131395],[-72.9483740138484,41.668411461278694],[-72.94836101384234,41.668380461273124],[-72.94830801381742,41.66824746124911],[-72.94791601364169,41.66741246110024],[-72.94694301333733,41.66762146117228],[-72.94663401324087,41.667691461195865],[-72.94535101283162,41.667830461264444],[-72.94530301279968,41.66754746121124],[-72.94525801276441,41.6671904611436],[-72.94525501273091,41.666627461034736],[-72.94526201271565,41.666323460975676],[-72.94548201276771,41.66598646090331],[-72.94571201282844,41.665742460848605],[-72.94586301286932,41.66560046081623],[-72.94721001321841,41.66405946047423],[-72.94810301345436,41.6631164602627],[-72.94838601353196,41.66286646020512],[-72.94850401356345,41.66274746017825],[-72.94865401360242,41.66257746014047],[-72.9486610136044,41.662572460139266],[-72.94891001367736,41.66243346010429],[-72.94928001379266,41.662346460075426],[-72.9498190139646,41.662288460046696],[-72.9502200140926,41.66224646002554],[-72.95078301427137,41.66217145999274],[-72.95234601476774,41.6619654599021],[-72.95247201480781,41.661949459894906],[-72.95280901491508,41.66190945987623],[-72.95303701498791,41.66188645986436],[-72.95307401499966,41.66188145986219],[-72.95318401503472,41.6618694598563],[-72.95322201504686,41.66186545985429],[-72.95350901513834,41.66183345983877],[-72.95374101520997,41.661767459818456],[-72.95418001534513,41.66163545977864],[-72.9554880157479,41.661244459660466],[-72.95701401621602,41.660757459516624],[-72.957669016417,41.66054945945508],[-72.95795501650447,41.66045345942722],[-72.95807101654033,41.66042145941724],[-72.95817201657164,41.66039445940873],[-72.9585230166804,41.66030145937933],[-72.95883101677737,41.660246459358675],[-72.95905301684738,41.66020845934412],[-72.95921301689802,41.66018445933427],[-72.95953501699996,41.66013645931452],[-72.95968701704811,41.66011445930532],[-72.96029401724064,41.660030459269315],[-72.96097901745654,41.65991145922405],[-72.96146001760816,41.65982845919235],[-72.96176201767291,41.65924945907045],[-72.96280401792167,41.65769045873482],[-72.9629820179673,41.657478458688],[-72.96316501801837,41.65733245865379],[-72.96346401810516,41.65715145860904],[-72.96371701818082,41.65703745857875],[-72.96406301828438,41.6568824585375],[-72.96473601848513,41.65656945845505],[-72.96494801854443,41.65640245841583],[-72.96504901856561,41.65620045837343],[-72.96517301858184,41.65578345828869],[-72.96522301858978,41.65563945825919],[-72.96554401866452,41.65512645814944],[-72.96579101871797,41.65466145805141],[-72.96580001870417,41.65437245799518],[-72.96572301865685,41.65398645792295],[-72.96571301864111,41.65377045788145],[-72.96559801858136,41.65338345781027],[-72.96556501856026,41.65320345777649],[-72.96551201852594,41.65290845772111],[-72.96546201850178,41.65277145769621],[-72.96513601834317,41.65186045753043],[-72.96523501836248,41.65163745748406],[-72.96529301837501,41.65152845746106],[-72.96537901839386,41.65137045742768],[-72.96554801843698,41.65116545738251],[-72.96547101840552,41.651054457363536],[-72.96524201831187,41.650722457306685],[-72.96516601828081,41.65061245728786],[-72.96505101823384,41.650446457259456],[-72.96491101817654,41.650242457224515],[-72.96470801809353,41.649948457174176],[-72.96459401804694,41.649783457145936],[-72.96423301789837,41.649243457053124],[-72.96410201784445,41.64904745701943],[-72.9638920177422,41.64845945691241],[-72.96379401768915,41.64809245684454],[-72.96376901766416,41.6478004567888],[-72.96376901764026,41.64738645670865],[-72.96376901760277,41.646737456583004],[-72.96376801759683,41.64664045656423],[-72.96376701757971,41.646349456507934],[-72.9637670175741,41.646252456489144],[-72.96378701754585,41.64565045637193],[-72.9638180175054,41.6447754562015],[-72.9638270175021,41.644667456180294],[-72.96385501746374,41.64384545602021],[-72.96387701743619,41.64324445590312],[-72.96390501739569,41.642385455735884],[-72.96393201734334,41.64132645552993]]]},"properties":{"name":4056,"geoid":"09003405600"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.80210696717229,41.68423546907714],[-72.80233796720579,41.683509468929145],[-72.8024679672249,41.683105468846755],[-72.80274996726389,41.68218646865976],[-72.80306396731775,41.68134446848663],[-72.80333096736369,41.680631468339996],[-72.80340896737776,41.680434468299346],[-72.8036469674213,41.679843468177246],[-72.80372696743609,41.67964746813674],[-72.80385496746604,41.679443468093105],[-72.80388896747407,41.67939046808174],[-72.80415196753178,41.67890546797936],[-72.80421296754669,41.67881946796076],[-72.8043549675818,41.67862546791862],[-72.80439596758875,41.67851446789581],[-72.80439796758498,41.67843746788083],[-72.80439896758388,41.678412467875965],[-72.80438496756828,41.67822046783923],[-72.8043569675461,41.677992467796],[-72.80431596752523,41.67786146777197],[-72.80430596752002,41.67782746776572],[-72.804235967489,41.67768446774029],[-72.80419196746477,41.677511467708214],[-72.80406196739267,41.67699246761193],[-72.80401896736879,41.67682046758001],[-72.80398496734774,41.676646467547435],[-72.80392896731236,41.67634746749134],[-72.80392496729831,41.676125467448486],[-72.80392496729802,41.676120467447525],[-72.80394396729415,41.67594546741303],[-72.80399196729915,41.67576046737567],[-72.80413896731525,41.67520746726386],[-72.80418896732097,41.6750234672266],[-72.80423896732644,41.67483546718861],[-72.80439096734364,41.674273467074904],[-72.80444196734952,41.67408646703705],[-72.80448196735426,41.67394246700787],[-72.80460596736981,41.673510466920234],[-72.80464696737494,41.673367466891214],[-72.80468996737774,41.67317246685207],[-72.80477796738428,41.672787466774686],[-72.80479196737731,41.672586466735325],[-72.80480696737082,41.6723884666965],[-72.80480696736772,41.67233446668605],[-72.80480696735849,41.67217346665489],[-72.80480696735545,41.672120466644614],[-72.80482096734977,41.67194246660969],[-72.80484496734164,41.671664466555086],[-72.8049149673503,41.6714184665052],[-72.80496396735644,41.67124746647052],[-72.80499896736218,41.6711494664504],[-72.80510696738071,41.670859466390766],[-72.80514296738686,41.670762466370824],[-72.80516096738874,41.67069346635689],[-72.80521796739546,41.67048746631515],[-72.80523696739775,41.67041946630138],[-72.80539996743093,41.67007346622911],[-72.8055199674589,41.66988046618788],[-72.80579196752493,41.669488466103196],[-72.80586496754347,41.669397466083225],[-72.80639796767454,41.66865946592312],[-72.8065309677014,41.66837346586346],[-72.80656496770112,41.66817546582401],[-72.80666496763398,41.66643846548441],[-72.80674296759688,41.66534946527103],[-72.8075669678837,41.665675465307565],[-72.80789596799748,41.6657924653196],[-72.8083389681507,41.66595046533591],[-72.80942096852272,41.66629746536819],[-72.81017296877802,41.66648246537975],[-72.81146796921642,41.666778465395275],[-72.81162996927125,41.66681546539723],[-72.81267996962511,41.66702746540438],[-72.81352796990848,41.667157465402184],[-72.81406397008767,41.66724046540096],[-72.81537797052668,41.66743946539708],[-72.81607497075927,41.66754046539414],[-72.81692497104304,41.667665465390904],[-72.81722997114527,41.66771746539112],[-72.81814497145203,41.66787446539199],[-72.81845097155465,41.66792746539236],[-72.81969297196815,41.668090465383834],[-72.82080397233872,41.668248465378554],[-72.82142397254583,41.668341465376535],[-72.8219389727179,41.66841946537501],[-72.8236339732839,41.66867146536907],[-72.82401497341188,41.66874146537034],[-72.82541897388052,41.66894646536467],[-72.82533597387109,41.66925246542661],[-72.82371097350281,41.672046466020056],[-72.82341197343597,41.67257646613231],[-72.82304097337408,41.673600466342556],[-72.82192997318917,41.676674466973544],[-72.82155997312765,41.67769946718391],[-72.82151297312213,41.67786946721834],[-72.82137297310587,41.67837946732159],[-72.82132697310074,41.678550467356175],[-72.8212669730897,41.678698467386766],[-72.82108997305775,41.679144467478835],[-72.82103097304709,41.67929346750957],[-72.82087997302835,41.67982246761684],[-72.8207989730158,41.68006246766591],[-72.82003397289827,41.6823494681333],[-72.81977997285945,41.683112468289195],[-72.8194899727818,41.68340346835488],[-72.81897997264514,41.683913468470074],[-72.81658197200308,41.68632046901339],[-72.81578297178913,41.687122469194414],[-72.81571397177473,41.68726246922374],[-72.81550897173237,41.68768646931242],[-72.81545097172051,41.68780846933791],[-72.81544297171905,41.68782846934202],[-72.81543997171842,41.68783446934329],[-72.8154309717167,41.687855469347646],[-72.81542897171644,41.68786246934908],[-72.81520397164822,41.68794946937317],[-72.81470297149637,41.68814446942708],[-72.81453197144452,41.68821046944539],[-72.81430797137668,41.68829846946965],[-72.81410297130691,41.68824546946601],[-72.81394897125456,41.68820646946343],[-72.81372097117804,41.68816646946308],[-72.81350297110625,41.6881514694672],[-72.81347997109887,41.688153469468325],[-72.813270971032,41.68817346947894],[-72.81306697096859,41.6882254694956],[-72.81302397095529,41.68823746949931],[-72.8128369708966,41.68827546951268],[-72.8126419708348,41.68830446952462],[-72.81244397077141,41.688322469534484],[-72.8122349707046,41.68834346954529],[-72.81208697065279,41.688280469537894],[-72.81205897064265,41.6882624695353],[-72.81194397060102,41.6881894695249],[-72.81159297047121,41.68791846948378],[-72.81144097041496,41.68780046946584],[-72.81115597031008,41.687589469434215],[-72.81102997026373,41.687496469420275],[-72.81030896999746,41.68694646933711],[-72.81002796989371,41.68673246930476],[-72.80993796986046,41.686663469294295],[-72.80991096985046,41.68664246929112],[-72.80966796976075,41.68645746926315],[-72.80964896975377,41.68644346926107],[-72.80957896972782,41.6863884692527],[-72.80948396969265,41.68631446924142],[-72.80920096958785,41.68609346920779],[-72.80910696955307,41.686020469196684],[-72.80892096948604,41.685907469180826],[-72.80844196931336,41.685615469139755],[-72.8083609692848,41.685577469135026],[-72.80816396921551,41.68548746912396],[-72.80762496903189,41.685344469113694],[-72.80734496893704,41.685279469110164],[-72.80553596832455,41.68486646908861],[-72.80487096810036,41.684731469083935],[-72.80404296782129,41.68456446907833],[-72.8039319677838,41.68454046907726],[-72.80359896767143,41.684471469074666],[-72.80348896763432,41.68444846907375],[-72.80341896761044,41.68442946907235],[-72.80321196753998,41.68437546906856],[-72.80314296751648,41.684357469067315],[-72.80293496744736,41.68433246906919],[-72.80231396724105,41.684259469075116],[-72.80210696717229,41.68423546907714]]]},"properties":{"name":4165,"geoid":"09003416500"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.80210696717229,41.68423546907714],[-72.80168496703271,41.684196469083204],[-72.80161996701122,41.684190469084136],[-72.801428966949,41.684189469090114],[-72.8012299668852,41.68420646909982],[-72.80092296678936,41.68427746912347],[-72.80061396669804,41.684438469164604],[-72.8004749666563,41.684499469180906],[-72.80039296663173,41.68453646919071],[-72.80024696658722,41.68458846920549],[-72.80007096653148,41.68461546921639],[-72.79985196645987,41.684609469222295],[-72.79947496633672,41.68460146923292],[-72.79920296624685,41.684578469237245],[-72.79919796624516,41.6845774692372],[-72.79898196617316,41.68454746923838],[-72.79843996599456,41.6845094692485],[-72.79681696545988,41.68439746927918],[-72.79627596528168,41.68436046928948],[-72.79606696521216,41.68433446929118],[-72.79606196521043,41.68433246929097],[-72.79557596504381,41.684185469278184],[-72.79544696499936,41.68414246927402],[-72.79524296492917,41.684076469267815],[-72.79494096482468,41.68396846925667],[-72.79403696451185,41.68364446922311],[-72.79373596440773,41.683537469212126],[-72.79368496439028,41.68352246921086],[-72.79353496433886,41.683477469206984],[-72.79348496432175,41.68346246920568],[-72.79352196431996,41.68322146915785],[-72.7935969643168,41.68274146906251],[-72.7936379643163,41.68250046901453],[-72.79367996431627,41.682261468966914],[-72.7937459643184,41.681924468899545],[-72.79377096431932,41.68179846887435],[-72.7938289643146,41.68138746879291],[-72.79381896429058,41.68102546872317],[-72.79381196428129,41.680903468699775],[-72.79379896426414,41.68067846865663],[-72.79377996425137,41.68056346863498],[-72.79375496423484,41.680417468607516],[-72.7936819641861,41.679982468525665],[-72.79365796416998,41.67983746849837],[-72.79364296415648,41.679687468469815],[-72.79360096411699,41.679237468384045],[-72.7935869641039,41.67908846835565],[-72.79356396408865,41.67895346833026],[-72.79355596408307,41.67890146832044],[-72.79355396407169,41.67871446828431],[-72.7935709640676,41.67854646825124],[-72.7935849640644,41.678411468224645],[-72.79370396407367,41.67789846812149],[-72.79382696408365,41.67737446801609],[-72.7939329640984,41.67703046794606],[-72.79405696410042,41.67636246781272],[-72.79407196410088,41.67628546779734],[-72.79418096411145,41.675851467709805],[-72.79456996420448,41.67526646758399],[-72.795800964518,41.67374846725036],[-72.79621796462865,41.67331146715231],[-72.79666396474316,41.67277746703452],[-72.79706896484534,41.672261466921555],[-72.79715796486795,41.672150466897186],[-72.79729496490214,41.67196946685771],[-72.79741196492759,41.67174946681134],[-72.7974699649288,41.67144146674984],[-72.79757896490518,41.670411466546874],[-72.79764896489054,41.66975946641838],[-72.79768596487746,41.66932146633235],[-72.79770896487042,41.66906846628262],[-72.79781996484591,41.66801146607436],[-72.79786596483589,41.66757546598844],[-72.79791796482503,41.66709146589303],[-72.79799996484046,41.66689546585245],[-72.798095964865,41.66677846582669],[-72.79831596492856,41.666638465792474],[-72.79855896499996,41.666504465758685],[-72.79881796507483,41.66634046571857],[-72.79920396518409,41.66605546565094],[-72.79921796518182,41.665936465627446],[-72.79944696523707,41.66560046555499],[-72.79923296516549,41.6655664655553],[-72.79978996532965,41.66526846547962],[-72.80036996550376,41.66501346541155],[-72.80098096569185,41.66482646535562],[-72.80196596600138,41.66463446528665],[-72.80258896620118,41.6645834652567],[-72.80276796625942,41.66458346525092],[-72.80330696643493,41.66458546523392],[-72.80348696649355,41.664586465228304],[-72.8037009665643,41.66460546522508],[-72.80434596677743,41.6646624652153],[-72.80456096684848,41.664681465212055],[-72.80476696691824,41.6647284652145],[-72.80538496712748,41.664870465222066],[-72.80559096719726,41.66491846522472],[-72.80582096727704,41.66500446523395],[-72.8065119675167,41.66526246526162],[-72.80674296759688,41.66534946527103],[-72.80666496763398,41.66643846548441],[-72.80656496770112,41.66817546582401],[-72.8065309677014,41.66837346586346],[-72.80639796767454,41.66865946592312],[-72.80586496754347,41.669397466083225],[-72.80579196752493,41.669488466103196],[-72.8055199674589,41.66988046618788],[-72.80539996743093,41.67007346622911],[-72.80523696739775,41.67041946630138],[-72.80521796739546,41.67048746631515],[-72.80516096738874,41.67069346635689],[-72.80514296738686,41.670762466370824],[-72.80510696738071,41.670859466390766],[-72.80499896736218,41.6711494664504],[-72.80496396735644,41.67124746647052],[-72.8049149673503,41.6714184665052],[-72.80484496734164,41.671664466555086],[-72.80482096734977,41.67194246660969],[-72.80480696735545,41.672120466644614],[-72.80480696735849,41.67217346665489],[-72.80480696736772,41.67233446668605],[-72.80480696737082,41.6723884666965],[-72.80479196737731,41.672586466735325],[-72.80477796738428,41.672787466774686],[-72.80468996737774,41.67317246685207],[-72.80464696737494,41.673367466891214],[-72.80460596736981,41.673510466920234],[-72.80448196735426,41.67394246700787],[-72.80444196734952,41.67408646703705],[-72.80439096734364,41.674273467074904],[-72.80423896732644,41.67483546718861],[-72.80418896732097,41.6750234672266],[-72.80413896731525,41.67520746726386],[-72.80399196729915,41.67576046737567],[-72.80394396729415,41.67594546741303],[-72.80392496729802,41.676120467447525],[-72.80392496729831,41.676125467448486],[-72.80392896731236,41.67634746749134],[-72.80398496734774,41.676646467547435],[-72.80401896736879,41.67682046758001],[-72.80406196739267,41.67699246761193],[-72.80419196746477,41.677511467708214],[-72.804235967489,41.67768446774029],[-72.80430596752002,41.67782746776572],[-72.80431596752523,41.67786146777197],[-72.8043569675461,41.677992467796],[-72.80438496756828,41.67822046783923],[-72.80439896758388,41.678412467875965],[-72.80439796758498,41.67843746788083],[-72.80439596758875,41.67851446789581],[-72.8043549675818,41.67862546791862],[-72.80421296754669,41.67881946796076],[-72.80415196753178,41.67890546797936],[-72.80388896747407,41.67939046808174],[-72.80385496746604,41.679443468093105],[-72.80372696743609,41.67964746813674],[-72.8036469674213,41.679843468177246],[-72.80340896737776,41.680434468299346],[-72.80333096736369,41.680631468339996],[-72.80306396731775,41.68134446848663],[-72.80274996726389,41.68218646865976],[-72.8024679672249,41.683105468846755],[-72.80233796720579,41.683509468929145],[-72.80210696717229,41.68423546907714]]]},"properties":{"name":4166,"geoid":"09003416600"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.81430797137668,41.68829846946965],[-72.81389097126097,41.68864646955046],[-72.81264097091409,41.68968946979268],[-72.81222497079875,41.69003846987366],[-72.81212297077147,41.690141469896886],[-72.81200697073945,41.69024146991998],[-72.81120697058157,41.69202447029087],[-72.81110397056132,41.69225547033889],[-72.81009997021052,41.69183747029042],[-72.80583796901541,41.69517947107476],[-72.80485596874009,41.695950471255664],[-72.80407396852169,41.69657947140262],[-72.80380496844575,41.6967814714504],[-72.80299896821828,41.69738847159387],[-72.80273096814273,41.69759147164181],[-72.80237996804313,41.69784647170246],[-72.80132796774473,41.698612471884644],[-72.80097796764552,41.69886847194548],[-72.80041196748812,41.69933547205412],[-72.79871696701701,41.7007384723803],[-72.79815196686005,41.70120747248928],[-72.79773596675125,41.70167047259229],[-72.79749796668911,41.70193747265163],[-72.79640196639212,41.702977472888236],[-72.79595096627001,41.70340747298597],[-72.79567096616245,41.70312147293967],[-72.79483396584067,41.702263472800695],[-72.79455496573341,41.701977472754365],[-72.79438296566599,41.7017784727214],[-72.79386996546471,41.70118147262245],[-72.79374996541756,41.701041472599236],[-72.79367396539364,41.70105547260439],[-72.79356696535262,41.70094747258697],[-72.7932459652295,41.70062347253463],[-72.79313996518886,41.70051647251734],[-72.79296796512263,41.70033847248846],[-72.79245196492411,41.69980647240217],[-72.79228096485826,41.69962947237343],[-72.7921549648091,41.69948747235001],[-72.79198396474223,41.699292472317815],[-72.79184096468373,41.69908447228218],[-72.79181296467185,41.6990364722738],[-72.79171896463184,41.698872472245085],[-72.79164896459986,41.69871247221639],[-72.79144396450575,41.69823547213069],[-72.79144296450524,41.698232472130144],[-72.79137596447423,41.69807247210135],[-72.7912669644187,41.697723472037325],[-72.79125596441304,41.69768747203073],[-72.79121396438978,41.69752047199976],[-72.79115196435083,41.69719347193848],[-72.79115296431934,41.69663947183125],[-72.79115496429901,41.69627447176056],[-72.79116196429004,41.6960784717224],[-72.79118296426309,41.69549047160793],[-72.79118996425413,41.695294471569774],[-72.79119796424209,41.69503947152018],[-72.79121396422163,41.69459247143313],[-72.79118196419927,41.69438447139394],[-72.79114796418231,41.6942824713753],[-72.79106996414303,41.69404047133097],[-72.79102096412146,41.69394247131358],[-72.7908739640569,41.69365147126203],[-72.79082496403538,41.693554471244816],[-72.79074496399821,41.693360471209864],[-72.79050496388683,41.69278147110554],[-72.79042496384972,41.69258847107079],[-72.79017896372025,41.69172847091228],[-72.78955996339401,41.689555470511664],[-72.78944896333445,41.689147470436296],[-72.78921696320938,41.68828447027672],[-72.78918896319247,41.68814847025131],[-72.78910596314205,41.687740470175015],[-72.78907896312545,41.68760447014956],[-72.7890429631065,41.687478470126344],[-72.78893796305078,41.68710347005716],[-72.78890296303223,41.68697847003407],[-72.78875296294437,41.6862984699073],[-72.78857496284206,41.685525469763405],[-72.79070696348846,41.68469746953438],[-72.79183096381307,41.68397946935913],[-72.79199496386032,41.683872469333124],[-72.79228796394484,41.68368346928708],[-72.79250196400864,41.68358146926043],[-72.79254396402122,41.683562469255406],[-72.79268696406518,41.68351746924209],[-72.79284396411433,41.68348346923043],[-72.79296296415168,41.683459469221944],[-72.79320496422889,41.683432469208924],[-72.7933239642682,41.68344246920702],[-72.79336396428145,41.683446469206494],[-72.79348496432175,41.68346246920568],[-72.79353496433886,41.683477469206984],[-72.79368496439028,41.68352246921086],[-72.79373596440773,41.683537469212126],[-72.79403696451185,41.68364446922311],[-72.79494096482468,41.68396846925667],[-72.79524296492917,41.684076469267815],[-72.79544696499936,41.68414246927402],[-72.79557596504381,41.684185469278184],[-72.79606196521043,41.68433246929097],[-72.79606696521216,41.68433446929118],[-72.79627596528168,41.68436046928948],[-72.79681696545988,41.68439746927918],[-72.79843996599456,41.6845094692485],[-72.79898196617316,41.68454746923838],[-72.79919796624516,41.6845774692372],[-72.79920296624685,41.684578469237245],[-72.79947496633672,41.68460146923292],[-72.79985196645987,41.684609469222295],[-72.80007096653148,41.68461546921639],[-72.80024696658722,41.68458846920549],[-72.80039296663173,41.68453646919071],[-72.8004749666563,41.684499469180906],[-72.80061396669804,41.684438469164604],[-72.80092296678936,41.68427746912347],[-72.8012299668852,41.68420646909982],[-72.801428966949,41.684189469090114],[-72.80161996701122,41.684190469084136],[-72.80168496703271,41.684196469083204],[-72.80210696717229,41.68423546907714],[-72.80231396724105,41.684259469075116],[-72.80293496744736,41.68433246906919],[-72.80314296751648,41.684357469067315],[-72.80321196753998,41.68437546906856],[-72.80341896761044,41.68442946907235],[-72.80348896763432,41.68444846907375],[-72.80359896767143,41.684471469074666],[-72.8039319677838,41.68454046907726],[-72.80404296782129,41.68456446907833],[-72.80487096810036,41.684731469083935],[-72.80553596832455,41.68486646908861],[-72.80734496893704,41.685279469110164],[-72.80762496903189,41.685344469113694],[-72.80816396921551,41.68548746912396],[-72.8083609692848,41.685577469135026],[-72.80844196931336,41.685615469139755],[-72.80892096948604,41.685907469180826],[-72.80910696955307,41.686020469196684],[-72.80920096958785,41.68609346920779],[-72.80948396969265,41.68631446924142],[-72.80957896972782,41.6863884692527],[-72.80964896975377,41.68644346926107],[-72.80966796976075,41.68645746926315],[-72.80991096985046,41.68664246929112],[-72.80993796986046,41.686663469294295],[-72.81002796989371,41.68673246930476],[-72.81030896999746,41.68694646933711],[-72.81102997026373,41.687496469420275],[-72.81115597031008,41.687589469434215],[-72.81144097041496,41.68780046946584],[-72.81159297047121,41.68791846948378],[-72.81194397060102,41.6881894695249],[-72.81205897064265,41.6882624695353],[-72.81208697065279,41.688280469537894],[-72.8122349707046,41.68834346954529],[-72.81244397077141,41.688322469534484],[-72.8126419708348,41.68830446952462],[-72.8128369708966,41.68827546951268],[-72.81302397095529,41.68823746949931],[-72.81306697096859,41.6882254694956],[-72.813270971032,41.68817346947894],[-72.81347997109887,41.688153469468325],[-72.81350297110625,41.6881514694672],[-72.81372097117804,41.68816646946308],[-72.81394897125456,41.68820646946343],[-72.81410297130691,41.68824546946601],[-72.81430797137668,41.68829846946965]]]},"properties":{"name":4167,"geoid":"09003416700"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.7879229624156,41.68179246906181],[-72.78794796243149,41.68192746908713],[-72.78800996247027,41.68225146914785],[-72.78802596248018,41.682333469163204],[-72.7880709625024,41.68246546918732],[-72.78805596249815,41.68247646918993],[-72.78778196242497,41.68275546925278],[-72.78727196228405,41.68319246935381],[-72.78691196218583,41.683522469429306],[-72.78654596208483,41.683838469502284],[-72.78624096199916,41.684075469557996],[-72.78604696194344,41.684204469589226],[-72.78549396178438,41.68456946967771],[-72.78505996166056,41.684873469750556],[-72.78429396145145,41.68557446991095],[-72.78415096141651,41.68577646995467],[-72.78412496141075,41.685823469964596],[-72.7839959613776,41.68597746999856],[-72.7837979613299,41.68626947006146],[-72.7835819612802,41.68662847013793],[-72.78343096124671,41.68690147019564],[-72.7833809612457,41.68716747024875],[-72.78333796125582,41.68758747033143],[-72.78333696125632,41.68760247033437],[-72.78295496114613,41.6878484703943],[-72.78287996114048,41.68817547046001],[-72.78286496114887,41.68840647050521],[-72.78286096115157,41.68847647051887],[-72.78289796118611,41.688868470593555],[-72.78295496122453,41.6892144706587],[-72.78297196124562,41.68948547071059],[-72.78296496125108,41.68962047073696],[-72.78293996125343,41.689803470773185],[-72.78285496123674,41.68999447081289],[-72.78268596119396,41.69020747085957],[-72.7824529611293,41.69040247090483],[-72.78221396105823,41.69051947093517],[-72.78198596098859,41.69059947095801],[-72.78171196090263,41.69065547097768],[-72.7814549608207,41.69068547099179],[-72.78068696057593,41.690776471034155],[-72.78043096049437,41.6908074710484],[-72.7801999604197,41.69081647105761],[-72.77950896019637,41.69084447108531],[-72.77927896012208,41.69085447109465],[-72.77911596006993,41.69087047110302],[-72.77862795991409,41.690922471128815],[-72.77846595986239,41.6909404711375],[-72.77839595984,41.69094747114112],[-72.77818795977356,41.69096947115207],[-72.77811895975155,41.690977471155854],[-72.77786695967085,41.69100047116844],[-72.77711195942915,41.69107147120652],[-72.77686095934882,41.691095471219256],[-72.77660795926808,41.69112347123283],[-72.775851959027,41.691210471274026],[-72.77559995894663,41.69123947128779],[-72.7751009587869,41.69128647131297],[-72.77399695843366,41.69139347136925],[-72.77360695830927,41.69143847139054],[-72.77310995815087,41.691497471417975],[-72.77272695802797,41.69152847143633],[-72.77158095766052,41.69162547149205],[-72.77119895753803,41.69165847151073],[-72.77118695753167,41.6916154715028],[-72.771151957513,41.69148847147935],[-72.77114095750701,41.69144647147157],[-72.77111095749052,41.69132947144989],[-72.77102095744125,41.690981471385435],[-72.77099195742518,41.69086547136392],[-72.7709379573952,41.69064947132385],[-72.77077595730529,41.690001471203644],[-72.77072295727571,41.68978647116373],[-72.77065995723984,41.68951847111389],[-72.77062095721749,41.68935047108262],[-72.77045795712966,41.68874447097059],[-72.77045195712645,41.68872247096652],[-72.77038095708816,41.68845747091751],[-72.77033695706035,41.68822247087344],[-72.77031395704577,41.68809847085017],[-72.77022995700443,41.687854470805654],[-72.77012195695895,41.6876744707743],[-72.77005295693073,41.68757447075715],[-72.76991795687556,41.687378470723566],[-72.76877895643197,41.68610847051442],[-72.76827995623754,41.685550470422484],[-72.76804795615061,41.68535147039144],[-72.76796795611753,41.685228470370205],[-72.76780595604959,41.68496347032413],[-72.76756595593844,41.68438747022036],[-72.76752895587991,41.68357647006454],[-72.76930995644872,41.68338646997037],[-72.7698199566117,41.68333346994367],[-72.77135295710168,41.68317646986388],[-72.77186495726535,41.683124469837324],[-72.77208395733521,41.68309946982543],[-72.77274295754546,41.68302546978985],[-72.7729629576157,41.68300146977812],[-72.77307595765181,41.68298946977215],[-72.77341795776128,41.682957469754946],[-72.77353195779776,41.68294646974914],[-72.77363395783046,41.6829374697441],[-72.77394195792925,41.68291246972935],[-72.77404495796233,41.68290446972447],[-72.77426095803115,41.68287846971248],[-72.77491095823835,41.682802469676815],[-72.77512795830756,41.68277746966499],[-72.77534495837686,41.682754469653545],[-72.77570495849197,41.68271846963497],[-72.77599595858503,41.682689469619966],[-72.7762139586548,41.682668469608885],[-72.77641695871972,41.682648469598476],[-72.77702695891494,41.68259046956758],[-72.77723095898025,41.682571469557324],[-72.77729995900212,41.682561469553164],[-72.77750695906802,41.682535469541456],[-72.77757695909034,41.68252746953766],[-72.77782895917083,41.68250046952431],[-72.77858695941312,41.68242346948495],[-72.77883995949402,41.68239846947197],[-72.77914095959007,41.68236446945568],[-72.78004695987917,41.68226346940693],[-72.78034895997557,41.682230469390795],[-72.7806139600601,41.682200469376454],[-72.78097396017503,41.68216146935728],[-72.7814119603149,41.68211446933409],[-72.78167796039982,41.68208546931989],[-72.78195296048776,41.68205846930579],[-72.78278096075269,41.68197846926361],[-72.78305696084102,41.681952469249694],[-72.78327796091243,41.6819434692408],[-72.78394396112776,41.681918469214494],[-72.7841669611999,41.68191046920576],[-72.78491796144294,41.6818864691769],[-72.78717096217218,41.6818154690905],[-72.7879229624156,41.68179246906181]]]},"properties":{"name":4168,"geoid":"09003416800"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.78376896005045,41.66412446577459],[-72.78362396000904,41.664225465798836],[-72.78364496002149,41.66432346581714],[-72.7838269601272,41.66513446596834],[-72.78388796016259,41.66540546601885],[-72.78403496020981,41.66539446601199],[-72.78447496035123,41.6653634659918],[-72.7846229603988,41.66535346598509],[-72.78465396041881,41.66552646601761],[-72.78474696047896,41.66604746611551],[-72.78477796049901,41.66622146614821],[-72.78480996051641,41.6663434661708],[-72.78490796056933,41.666710466238726],[-72.78494096058714,41.66683346626149],[-72.78495996059745,41.66690546627481],[-72.78500596062216,41.667075466306244],[-72.7850339606337,41.667117466313464],[-72.78507596065096,41.667180466324346],[-72.78515696068192,41.66726046633722],[-72.78520796070563,41.667384466359586],[-72.78522596071969,41.6675274663867],[-72.78537896083637,41.668694466607775],[-72.78542996087533,41.66908446668164],[-72.78543996088128,41.66913146669044],[-72.78547096089963,41.66927546671731],[-72.78548196090595,41.669323466726254],[-72.78548296090806,41.66935446673222],[-72.78548796091513,41.66944946675046],[-72.78548996091763,41.66948146675659],[-72.78513996079896,41.66939846675181],[-72.78491396072242,41.669346466749],[-72.78408996044314,41.66915246673801],[-72.78373996032458,41.669071466733605],[-72.78335096019381,41.66899846673201],[-72.78271095997874,41.66888046672978],[-72.78218895980261,41.66877146672548],[-72.78180295967242,41.66869146672246],[-72.78177695967186,41.66882946675002],[-72.7817719596709,41.6688414667525],[-72.78165195965067,41.669169466819866],[-72.78161395964443,41.66927646684182],[-72.78156395963653,41.669422466871694],[-72.78149895962501,41.66959046690634],[-72.78143995961463,41.66974446693808],[-72.78132795959876,41.67010346701119],[-72.78127495959144,41.6702764670464],[-72.78123695958874,41.67044546708035],[-72.78120495958677,41.670592467109856],[-72.78115395958486,41.67084846716108],[-72.7811499595898,41.670957467182305],[-72.78114495959814,41.67113146721617],[-72.78114795961632,41.67143146727416],[-72.78115995967184,41.67233146744805],[-72.78116395969039,41.6726324675062],[-72.78084795959165,41.67270446753032],[-72.77989995929552,41.672920467602715],[-72.77958495919718,41.672993467627],[-72.77957395918867,41.672907467610706],[-72.77954095916314,41.67264946756182],[-72.77952995915469,41.672564467545705],[-72.7795129591406,41.67241546751739],[-72.77946995910487,41.6720364674454],[-72.77943995909156,41.67197446743435],[-72.77939995907374,41.671890467419374],[-72.77934795905567,41.67187046741718],[-72.77928095903238,41.67184446741431],[-72.77883495888672,41.67183546742693],[-72.77858595880538,41.671830467433985],[-72.77754995847202,41.671897467480356],[-72.77728595838823,41.671934467496015],[-72.77677395822582,41.67200846752686],[-72.77655695815648,41.67203046753811],[-72.7761749580345,41.672071467558354],[-72.77604395799176,41.67206946756218],[-72.77590895794621,41.67204146756112],[-72.77588995793984,41.67203846756115],[-72.77573595788262,41.671914467542095],[-72.77596495794374,41.67168046748941],[-72.77665495812806,41.670978467331224],[-72.77667395813317,41.670959467326945],[-72.77668495813613,41.67094846732446],[-72.77690295819652,41.67076446728179],[-72.77657995809288,41.670790467297245],[-72.77561195778243,41.670870467343924],[-72.77528995767918,41.670897467359524],[-72.77521195765425,41.670905467363575],[-72.77497995758019,41.67093046737591],[-72.77490295755564,41.67093946738012],[-72.77468395748538,41.67095746739068],[-72.77402995727564,41.671011467422204],[-72.77381195720577,41.6710304674329],[-72.77368795716605,41.671041467439025],[-72.77357895713143,41.671056467445446],[-72.77346795709626,41.67107346745231],[-72.77321795701697,41.67110946746734],[-72.7728829569104,41.67115246748646],[-72.77265095683661,41.67118246749974],[-72.77188195659356,41.671308467548904],[-72.77192095659542,41.671119467511055],[-72.77197395659417,41.67079646744681],[-72.77212095659112,41.66990846727011],[-72.77223495659102,41.66925946714072],[-72.77223895659107,41.66923746713636],[-72.77230295658364,41.66874446703881],[-72.77230395658346,41.66873546703703],[-72.7722979565771,41.66865846702232],[-72.77228995656746,41.668535466998755],[-72.77226495655181,41.668404466974195],[-72.77224995654211,41.668320466958406],[-72.77216595650468,41.668144466927025],[-72.77191595639306,41.667616466832825],[-72.77183295635604,41.66744146680159],[-72.77174895631804,41.667255466768275],[-72.77149895620471,41.66669746666826],[-72.77141595616708,41.6665124666351],[-72.77132295612496,41.666305466598025],[-72.77104395599858,41.66568446648673],[-72.77095095595652,41.66547846644982],[-72.77084295590802,41.66524546640818],[-72.77052195576358,41.66454746628331],[-72.77041495571545,41.66431546624183],[-72.77021795562776,41.66390346616837],[-72.77006895556144,41.66359246611293],[-72.76976995542351,41.662883465985225],[-72.76962195536592,41.66271846595805],[-72.76959895535711,41.66269546595432],[-72.76927495523333,41.662375465902784],[-72.76973895538109,41.662318465876794],[-72.7711339558255,41.66215146579952],[-72.77159995597401,41.66209646577386],[-72.77172195601274,41.66207946576664],[-72.77209095613007,41.66203146574545],[-72.7722139561692,41.66201546573838],[-72.7724469562432,41.66198346572469],[-72.77314695646572,41.66189146568432],[-72.77338095654011,41.66186046567077],[-72.77351895658408,41.66184446566324],[-72.77393295671632,41.66180046564137],[-72.77407195676068,41.661785465634004],[-72.77415095678576,41.66177446562932],[-72.77438995686184,41.66174446561581],[-72.77446995688729,41.661734465611296],[-72.77481695699753,41.66168746559102],[-72.7752339571318,41.66166246557274],[-72.77562295725542,41.661610465550126],[-72.77653495754184,41.6614294654857],[-72.77655795754899,41.6614234654838],[-72.7766269575704,41.6614054654781],[-72.77665095757793,41.66140046547635],[-72.77680395762545,41.66136046546368],[-72.776855957638,41.661284465447274],[-72.77698195767448,41.66120546542792],[-72.77720295774022,41.66109746539987],[-72.7779799579716,41.660722465302186],[-72.77851995813282,41.66046946523579],[-72.77896095826459,41.66026446518189],[-72.77910895832318,41.66044646521237],[-72.77955495849977,41.66099546530434],[-72.77958095851007,41.661027465309694],[-72.77966295854691,41.66120446534134],[-72.77977895858442,41.66120046533683],[-72.78012995869814,41.66119146532377],[-72.78024695873609,41.661189465319616],[-72.78053595882842,41.6611594653045],[-72.78055595883464,41.661154465302864],[-72.78097695896648,41.66106446527188],[-72.78136095908216,41.660902465228126],[-72.78143895910516,41.66086046521748],[-72.7817149591866,41.660714465180305],[-72.78179795921154,41.66067846517065],[-72.78204995928755,41.66057346514219],[-72.78213395931293,41.660539465132906],[-72.78236195937555,41.66033746508644],[-72.78239895938457,41.660284465074966],[-72.78248995940694,41.66015846504763],[-72.78252095941463,41.660116465038506],[-72.78265995944633,41.65988046498831],[-72.78329595959184,41.65880746475996],[-72.7835639596532,41.65835646466398],[-72.78353995965306,41.65849046469071],[-72.78351495965306,41.658632464719005],[-72.78347095965363,41.658892464770794],[-72.78344795965388,41.659027464797695],[-72.7834209596568,41.65923146483808],[-72.78334095966584,41.659843464959195],[-72.78331495966911,41.660048464999754],[-72.78329695966903,41.66014946501989],[-72.78324595966998,41.66045546508081],[-72.7832289596703,41.660557465101114],[-72.78314895966294,41.660883465166826],[-72.78295295964563,41.661694465330235],[-72.78291295964225,41.66186246536407],[-72.78283395963527,41.66218946542995],[-72.78298795968533,41.662188465424784],[-72.78345195983616,41.662185465409266],[-72.7836069598866,41.66218546540427],[-72.78363895991919,41.6625724654782],[-72.78373596001748,41.66373646570051],[-72.78376896005045,41.66412446577459]]]},"properties":{"name":4171,"geoid":"09003417100"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.75824195342254,41.6934444722739],[-72.75824695341873,41.69334947225536],[-72.75826395340803,41.69306647220004],[-72.75826995340461,41.69297247218164],[-72.75824095338896,41.69286447216169],[-72.75815395334223,41.692543472102344],[-72.75812495332666,41.69243647208257],[-72.75804795327613,41.69199247199912],[-72.75781695312456,41.690660471748735],[-72.75779695311137,41.690543471726734],[-72.75774095307438,41.69021647166522],[-72.75773295306105,41.69002947162929],[-72.75772995305451,41.68993247161061],[-72.7576379529986,41.68947947152588],[-72.75760095297612,41.68929747149184],[-72.75757895296316,41.68919647147301],[-72.75757795296245,41.68918947147168],[-72.75756595294645,41.68897847143123],[-72.7575589529374,41.68886047140861],[-72.75755295292919,41.68875147138769],[-72.75831295313013,41.687940471206225],[-72.75983695353065,41.68627347083444],[-72.76030595365404,41.68576247072039],[-72.76064695374664,41.68544147064728],[-72.76089595381652,41.68524647060151],[-72.76094895384243,41.685397470629034],[-72.76165895403508,41.684726470476264],[-72.76201695413087,41.684364470394655],[-72.76219495417774,41.68417147035156],[-72.76227895420239,41.68412447033974],[-72.76291395440451,41.68404447030382],[-72.76752895587991,41.68357647006454],[-72.76756595593844,41.68438747022036],[-72.76780595604959,41.68496347032413],[-72.76796795611753,41.685228470370205],[-72.76804795615061,41.68535147039144],[-72.76827995623754,41.685550470422484],[-72.76877895643197,41.68610847051442],[-72.76991795687556,41.687378470723566],[-72.77005295693073,41.68757447075715],[-72.77012195695895,41.6876744707743],[-72.77022995700443,41.687854470805654],[-72.77031395704577,41.68809847085017],[-72.77033695706035,41.68822247087344],[-72.77038095708816,41.68845747091751],[-72.77000295696855,41.688517470941306],[-72.76980295690436,41.68853347095084],[-72.76936495676391,41.68857047097212],[-72.7685219564911,41.6885984710047],[-72.76819195638167,41.68856347100857],[-72.76805895633764,41.688550471010345],[-72.76768995621556,41.68851647101564],[-72.76747795614673,41.68851947102306],[-72.76721795606417,41.68855547103841],[-72.76716295604734,41.688574471043864],[-72.76689895596687,41.68866947107075],[-72.7667069559097,41.68876247109493],[-72.76648595584597,41.68890547112974],[-72.76633995580657,41.68904747116193],[-72.76611195574525,41.68927247121283],[-72.76606195573443,41.68936747123283],[-72.76526695549502,41.68970547132387],[-72.76493095539941,41.68994547138115],[-72.76442595526949,41.69054647151375],[-72.76404095517174,41.691027471619265],[-72.76365695506324,41.69131547168738],[-72.76331995496042,41.691435471721455],[-72.76278095478364,41.69141247173438],[-72.76280295478851,41.691372471725934],[-72.76280295478415,41.69129647171121],[-72.76278195477623,41.69127747170822],[-72.76275695476664,41.69125247170418],[-72.76268495474224,41.69123547170321],[-72.76252995469086,41.691219471705104],[-72.76238895464365,41.6911964717052],[-72.76228195460962,41.69121047171136],[-72.76200795452255,41.691247471727344],[-72.7619619545078,41.6912514717296],[-72.76185595447392,41.69126247173516],[-72.76144895434373,41.69130247175599],[-72.76089495416663,41.691359471784885],[-72.76022995395309,41.69141047181616],[-72.75982295382244,41.69144247183548],[-72.75980195382694,41.691640471874486],[-72.75979795382621,41.691650471876535],[-72.75973795381914,41.69186747192047],[-72.75963395380127,41.69214647197784],[-72.75958595379127,41.69224447199836],[-72.75949595377287,41.69243447203802],[-72.75933395372958,41.692599472075166],[-72.75921595369812,41.69272047210241],[-72.758952953627,41.692973472159835],[-72.75882695359167,41.69307247218306],[-72.75870495355755,41.693170472205956],[-72.75864095353892,41.693208472215375],[-72.75856095351557,41.69325547222705],[-72.75850095349809,41.69329147223596],[-72.75832095344552,41.69339647226208],[-72.75824195342254,41.6934444722739]]]},"properties":{"name":4172,"geoid":"09003417200"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.99137302849695,41.67989746210271],[-72.99073102829595,41.680031462149536],[-72.99030402816132,41.68010446217757],[-72.98932002784923,41.6802414622361],[-72.98890802771722,41.680275462256084],[-72.98857202760998,41.680310462273795],[-72.9881070274612,41.68035246229705],[-72.9877900273589,41.68036646231008],[-72.98775302734694,41.680367462311466],[-72.98736202721908,41.6803554623219],[-72.98661102696997,41.680271462330076],[-72.98638602689536,41.680246462332576],[-72.98581402670754,41.680215462345195],[-72.98526302653089,41.68025946237164],[-72.98494202642881,41.680299462389826],[-72.98397902612281,41.68042346244515],[-72.98365902602116,41.68046546246369],[-72.98341202594321,41.68050646247967],[-72.98267402571037,41.68063046252767],[-72.98242802563283,41.68067246254379],[-72.9821720255517,41.680709462559285],[-72.98140402530854,41.680823462606334],[-72.9811490252278,41.680861462621976],[-72.9809000251492,41.68090246263801],[-72.98015302491342,41.681026462686305],[-72.9799050248352,41.681068462702505],[-72.97952902471664,41.68113246272713],[-72.97938902467243,41.681155462736115],[-72.97840202436127,41.681325462801134],[-72.97802702424308,41.6813904628259],[-72.97790002420298,41.68141146283409],[-72.97752002408328,41.681478462859424],[-72.97739402404363,41.681501462867985],[-72.9772630240022,41.6815214628761],[-72.97711102395415,41.681545462885694],[-72.97692002389341,41.681569462896555],[-72.97687202387786,41.68157046289832],[-72.97674102383554,41.68157546290354],[-72.97646402374556,41.68157746291293],[-72.97563402347615,41.68158646294167],[-72.97535802338656,41.681589462951244],[-72.97504702328553,41.68159146296175],[-72.97411602298325,41.68160046299377],[-72.97380602288267,41.68160446300463],[-72.97348702277995,41.68162246301849],[-72.97315102267183,41.681642463033285],[-72.97266702251551,41.681661463052706],[-72.97253202247121,41.68165446305576],[-72.972385022423,41.68164746305918],[-72.97221802236666,41.681612463057846],[-72.97209802232523,41.68157146305382],[-72.97173702220083,41.68145046304214],[-72.97161802215982,41.68141046303828],[-72.97119902201602,41.68128046302677],[-72.97094302192912,41.681217463022904],[-72.97022102168422,41.681043463012735],[-72.96900102127275,41.68078946300327],[-72.968886021234,41.680766463002556],[-72.96819802100232,41.68062946299843],[-72.96782202087539,41.68054946299518],[-72.96756702079048,41.680515462996894],[-72.96726202069082,41.68050746300528],[-72.96672002051622,41.68053646302852],[-72.96647202043714,41.6805634630418],[-72.9661410203316,41.68060046305972],[-72.96553602013756,41.68064746308849],[-72.96362301952486,41.68081146318242],[-72.96307401934936,41.68086446321052],[-72.96260101919523,41.680859463224934],[-72.96203501901006,41.68084046323967],[-72.96165501888493,41.68081446324699],[-72.96127601875861,41.68076146324906],[-72.96102201867397,41.68072646325055],[-72.96063101854496,41.68069446325707],[-72.96032101844372,41.680687463265784],[-72.95954801819762,41.68077946330872],[-72.9590940180532,41.68083546333432],[-72.95773501762106,41.68100646341157],[-72.95728201747701,41.68106346343732],[-72.95726601747188,41.68106446343804],[-72.95722201745774,41.681067463440044],[-72.95720701745297,41.68106946344093],[-72.95713801743084,41.68107446344412],[-72.95699701738619,41.68109546345278],[-72.95683001733342,41.68112246346344],[-72.95636601718552,41.68117446348858],[-72.95615601711859,41.68119846350005],[-72.9555640169304,41.68127346353379],[-72.95379001636661,41.681502463635766],[-72.95319901617886,41.68157946366987],[-72.95293101609329,41.681607463684],[-72.95212701583687,41.681695463727145],[-72.95186001575176,41.68172546374163],[-72.95143601561766,41.68179146376817],[-72.95116001553043,41.68183546378565],[-72.95081701541869,41.681832463796226],[-72.95054201532747,41.681801463799154],[-72.95015801519908,41.68174146380004],[-72.94976801506883,41.68168246380128],[-72.9497340150574,41.681676463801224],[-72.94963301502352,41.68165846380104],[-72.94933001492184,41.68160446380044],[-72.949229014888,41.681587463800426],[-72.9492790148912,41.68136146375508],[-72.94947101491127,41.68062846360703],[-72.94953301492085,41.68044546356961],[-72.94955901492499,41.680370463554254],[-72.94967201495041,41.68017446351267],[-72.9498730150063,41.68001046347441],[-72.95013701508027,41.679804463425974],[-72.95042801516323,41.67960246337743],[-72.9505670152009,41.67947246334776],[-72.95062301521185,41.67934646332158],[-72.95066601521589,41.67917446328689],[-72.95078401523816,41.67889546322907],[-72.95092301526023,41.67849546314718],[-72.95092901525773,41.67841846313208],[-72.95094901524966,41.67816646308267],[-72.95095201524886,41.67813546307658],[-72.95094501522615,41.677782463008505],[-72.9508310151685,41.67742646294333],[-72.95075501512993,41.67718646289936],[-72.9506750150859,41.67687546284179],[-72.95043501495404,41.67594446266945],[-72.95035601491043,41.67563446261204],[-72.9503180148883,41.67546546258058],[-72.9501770148026,41.674776462451824],[-72.95015001478775,41.674671462432386],[-72.94996801467134,41.67368146224675],[-72.94992401464206,41.67342246219806],[-72.9498930146236,41.67327746217101],[-72.94980201456885,41.672842462089775],[-72.94977201455072,41.67269746206271],[-72.94975201453815,41.672592462043035],[-72.94969801450324,41.672292461986736],[-72.94969201450056,41.67227946198442],[-72.94966701448911,41.6722224619742],[-72.94964901448095,41.67218246196704],[-72.94962601447045,41.672130461957735],[-72.94962301446914,41.67212446195666],[-72.94955101443966,41.672019461938675],[-72.94947601440953,41.671920461921964],[-72.9494360143893,41.67179546189907],[-72.95018601462677,41.671683461853036],[-72.95032201467343,41.671725461856745],[-72.95071001480788,41.67186846187181],[-72.95091401487764,41.67192746187661],[-72.95132801501563,41.671985461874364],[-72.95317401562816,41.67219546185503],[-72.95344301571738,41.6722254618521],[-72.95519601629712,41.67239146182725],[-72.95551601640268,41.67241746182187],[-72.95647601671949,41.67249646180596],[-72.95679701682543,41.67252346180077],[-72.95723001696535,41.6725074617836],[-72.95852901738499,41.67245846173189],[-72.95896301752526,41.67244346171489],[-72.9594290176758,41.67242546169626],[-72.96054601803357,41.672330461641565],[-72.9613270182826,41.67224446159955],[-72.96404101913714,41.67175846141728],[-72.96538001955932,41.67152846132924],[-72.96610601978709,41.671384461277775],[-72.96662401995098,41.671305461245645],[-72.966983020063,41.671223461218105],[-72.96742902020017,41.671087461177294],[-72.96754902023653,41.6710414611645],[-72.96781202031617,41.67093946113618],[-72.96805202038746,41.67082246110576],[-72.96883302062821,41.67059346103604],[-72.96933302078624,41.67051446100451],[-72.96992202097385,41.6704464609722],[-72.97040502112995,41.670429460953194],[-72.9712080213927,41.6704574609325],[-72.97198202164695,41.670501460915844],[-72.97252802182597,41.67052646090293],[-72.97272002189004,41.6705544609021],[-72.97315102203383,41.67061746090029],[-72.97377702224361,41.670724460900615],[-72.974517022493,41.670875460905776],[-72.9753580227762,41.67104346091092],[-72.97542202279779,41.671056460911345],[-72.97615702304479,41.67119446091415],[-72.9766100231979,41.67129446091875],[-72.97703702334074,41.67136346091824],[-72.97721802340007,41.671371460913896],[-72.97748602348798,41.67138446090769],[-72.9779000236208,41.67135346088821],[-72.97796502364173,41.67134946088534],[-72.97818202371084,41.67132446087343],[-72.97874202388554,41.67119646083045],[-72.97909602399245,41.67105446079146],[-72.98016002431382,41.670628460674415],[-72.9805150244211,41.670487460635584],[-72.98077102449838,41.670384460607316],[-72.98104502458261,41.670300460582155],[-72.98116002461805,41.67026646057184],[-72.98143502470315,41.67019146054838],[-72.98179502481587,41.67011646052215],[-72.98210502491378,41.67006646050238],[-72.9823600249951,41.67003846048867],[-72.98251902504633,41.67003046048195],[-72.98270402510661,41.67003246047632],[-72.98307302522684,41.6700364604651],[-72.9832660252904,41.670050460461525],[-72.9835060253695,41.6700684604572],[-72.98364502541625,41.6700954604579],[-72.98394402551685,41.670153460459396],[-72.98448202569932,41.67028346046704],[-72.98476402579468,41.67034646047006],[-72.98502002588123,41.67040346047274],[-72.98514102592087,41.67040846046978],[-72.98517802593295,41.67040946046877],[-72.9855930260682,41.670414460456236],[-72.98567002609283,41.670407460452374],[-72.98588402616144,41.67039046044212],[-72.98623502627215,41.67033146041927],[-72.98656302637309,41.67023246038945],[-72.98703602651578,41.670040460336914],[-72.98718302655901,41.66996146031685],[-72.9874280266312,41.66983246028391],[-72.98764702669514,41.66970646025239],[-72.98770002671057,41.66967546024467],[-72.98799202679841,41.66955246021137],[-72.9880730268229,41.66952046020255],[-72.98831002689576,41.669447460180706],[-72.98857002697845,41.66941546016605],[-72.98880402705575,41.6694364601625],[-72.98895302710524,41.669454460161134],[-72.98910502715685,41.66949246016354],[-72.98922802719872,41.66952446016573],[-72.98947402728241,41.66958846017011],[-72.98962102738105,41.670466460335206],[-72.99075102808668,41.676306461428304],[-72.99077502809861,41.67637746144125],[-72.9908290281256,41.67654046147102],[-72.99085102813663,41.676607461483265],[-72.99124302840922,41.67911246195509],[-72.99135102848447,41.67980546208563],[-72.99137302849695,41.67989746210271]]]},"properties":{"name":4057,"geoid":"09003405700"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.99354102979508,41.690131464011486],[-72.99355002980231,41.6902054640255],[-72.9935510298027,41.69020646402567],[-72.99397403004068,41.69193846434683],[-72.9943550302547,41.69349246463492],[-72.99529903078579,41.6973564653513],[-72.99574103103436,41.69916346568628],[-72.9957470310377,41.69918746569071],[-72.99576503104791,41.69926246570463],[-72.99577203105167,41.69928846570944],[-72.99585103109577,41.69960546576814],[-72.99610103125123,41.70088346600706],[-72.99617403129683,41.701260466077585],[-72.99677703167202,41.70434646665453],[-72.9973320320174,41.70718746718562],[-72.99745403209317,41.70780946730187],[-72.99755103215358,41.70830646739476],[-72.99775403226896,41.70915646755245],[-72.99791303235949,41.70982546767658],[-72.99830803258428,41.71148446798435],[-72.99832803259572,41.71156946800013],[-72.99839103263164,41.71183546804949],[-72.99843403265595,41.71201346808249],[-72.99855103272265,41.712506468173956],[-72.99832203264937,41.71252746818549],[-72.99795403253164,41.71256146820405],[-72.99752403239403,41.71260046822561],[-72.99444303140847,41.71288746838148],[-72.9934170310803,41.71298346843348],[-72.99257403081154,41.71307746847911],[-72.99173103054274,41.71317146852475],[-72.99092403028553,41.71326246856862],[-72.9901160300279,41.71335246861234],[-72.98811602939024,41.71357546872061],[-72.97893502646293,41.71459846921739],[-72.97744302598944,41.71480346930559],[-72.97296802456943,41.71542046957055],[-72.97147702409629,41.715626469658915],[-72.97108602397113,41.71566146967841],[-72.96997002361397,41.71576346973445],[-72.96991602359552,41.7157484697333],[-72.96953902346684,41.71564446972548],[-72.96136502085645,41.71648847015463],[-72.95952702026953,41.71667947025137],[-72.95927102018689,41.71669047026181],[-72.95909502013056,41.716706470270644],[-72.95703501947011,41.716875470370326],[-72.95032701731951,41.717425470694835],[-72.94809101660265,41.71760947080312],[-72.94808101659387,41.71751447078509],[-72.94806901657375,41.71723447073136],[-72.94799601653835,41.71703347069488],[-72.94784001646497,41.71664247062438],[-72.94779501644366,41.71652747060361],[-72.94746101630325,41.71597947050855],[-72.94697201609632,41.715154470364986],[-72.94683101603755,41.71493147032647],[-72.94621501578848,41.71409147018411],[-72.94606601572825,41.71388847014972],[-72.94595601567997,41.713672470111554],[-72.94584801562999,41.71341647006558],[-72.94576101558894,41.71319647002588],[-72.94550201546922,41.71258446991601],[-72.94529001537109,41.71208046982546],[-72.94518201531646,41.71174446976401],[-72.94511301527945,41.71149246971754],[-72.9451530152789,41.711258469671016],[-72.94521801528614,41.71101846962249],[-72.94538901532452,41.71072046955933],[-72.94572001539892,41.7101454694374],[-72.94576301540863,41.710071469421706],[-72.94593301544703,41.70977946935973],[-72.94654201558484,41.70873746913848],[-72.946576015593,41.70868746912771],[-72.94681801565164,41.70834046905275],[-72.94684701565882,41.70830146904425],[-72.94693601568117,41.708187469019336],[-72.94696601568873,41.708149469011005],[-72.94739601579631,41.70759146888914],[-72.9475000158224,41.70745746885986],[-72.94782801589511,41.706870468735715],[-72.94782201588274,41.70669046870111],[-72.94780501587363,41.70662846868967],[-72.94764701576885,41.70570646851654],[-72.9475930157324,41.705380468455274],[-72.9473870156122,41.704461468284286],[-72.9472240155305,41.70396646819387],[-72.94720601552244,41.70392846818711],[-72.94720401552173,41.703927468186976],[-72.94703201543336,41.703367468084295],[-72.94689101536399,41.70296146801037],[-72.94669701527322,41.70248346792425],[-72.94651501519328,41.702125467860945],[-72.94631401511285,41.70186546781721],[-72.94589401494576,41.70133946772914],[-72.94569501486662,41.70109046768748],[-72.94541401475558,41.700751467631044],[-72.94521701467565,41.70047746758446],[-72.94519101466503,41.70044046757815],[-72.94509101462167,41.70025346754524],[-72.94498901457334,41.699991467497895],[-72.9449350145431,41.6997724674573],[-72.94488301451229,41.69953246741258],[-72.94481201447023,41.69920446735148],[-72.9447650144416,41.69897446730852],[-72.94474801442693,41.698816467278526],[-72.94472601440793,41.69861146723958],[-72.94477101436631,41.69763946705015],[-72.9447900143498,41.69724746697373],[-72.94479301433552,41.696983466922575],[-72.94480501429365,41.69619246676921],[-72.94480901427974,41.69592946671821],[-72.94482201426158,41.69554246664295],[-72.94482401425924,41.695490466632826],[-72.94476501421336,41.69502946654559],[-72.94464801413875,41.694397466427176],[-72.94457801409398,41.694017466355945],[-72.94449501404853,41.693698466296944],[-72.94424701391267,41.692744466120494],[-72.9441650138676,41.692426466061654],[-72.94415001386012,41.69238146605343],[-72.94410501383773,41.69224746602898],[-72.94409001383029,41.69220346602097],[-72.94405301381104,41.692078465997994],[-72.94394201375336,41.691705465929445],[-72.94390601373448,41.691581465906644],[-72.94384801370495,41.69139746587293],[-72.94367401361647,41.69084646577201],[-72.94361701358736,41.690663465738474],[-72.943541013549,41.69042746569529],[-72.9433140134342,41.68971946556571],[-72.94323901339621,41.6894844655227],[-72.94314701335017,41.689205465471716],[-72.94287201321224,41.688367465318564],[-72.94278101316658,41.688089465267744],[-72.94268001311822,41.68782146521919],[-72.94266801311235,41.687787465213],[-72.9425380130486,41.687416465145446],[-72.94249301302558,41.68727146511887],[-72.94243601299144,41.68700146506849],[-72.94240901297523,41.68687346504461],[-72.94240901296635,41.68671946501482],[-72.94253801294008,41.685539464782366],[-72.94259201292897,41.685043464684654],[-72.94262801292518,41.68477546463164],[-72.94264501291731,41.684543464586206],[-72.94267901290328,41.684109464501134],[-72.94262501287096,41.68385446445355],[-72.94257701284224,41.68362746441121],[-72.94255001282595,41.683497464386946],[-72.94246901277705,41.68310746431411],[-72.94244201276075,41.68297746428985],[-72.94227701266603,41.68226746415786],[-72.94319301292647,41.681618464002526],[-72.94349001301202,41.68142746395592],[-72.94366301306444,41.681360463937345],[-72.94373201308531,41.68133346392989],[-72.94390501313829,41.68127646391323],[-72.94396401315639,41.68125746390765],[-72.9442740132542,41.681205463887515],[-72.94461301336437,41.68120346387611],[-72.94466601338196,41.68120946387554],[-72.94492101346685,41.68124346387384],[-72.94525401357582,41.681254463865166],[-72.9462560139037,41.68128846383918],[-72.94659001401304,41.68130046383066],[-72.94671301405315,41.68130246382705],[-72.94708301417403,41.68131146381676],[-72.94720701421454,41.68131446381333],[-72.94749701431013,41.68133646380814],[-72.94761301434879,41.681352463807464],[-72.9488250147532,41.68152846380214],[-72.949229014888,41.681587463800426],[-72.94933001492184,41.68160446380044],[-72.94963301502352,41.68165846380104],[-72.9497340150574,41.681676463801224],[-72.94976801506883,41.68168246380128],[-72.95015801519908,41.68174146380004],[-72.95054201532747,41.681801463799154],[-72.95081701541869,41.681832463796226],[-72.95116001553043,41.68183546378565],[-72.95143601561766,41.68179146376817],[-72.95186001575176,41.68172546374163],[-72.95212701583687,41.681695463727145],[-72.95293101609329,41.681607463684],[-72.95319901617886,41.68157946366987],[-72.95379001636661,41.681502463635766],[-72.9555640169304,41.68127346353379],[-72.95615601711859,41.68119846350005],[-72.95636601718552,41.68117446348858],[-72.95683001733342,41.68112246346344],[-72.95699701738619,41.68109546345278],[-72.95713801743084,41.68107446344412],[-72.95720701745297,41.68106946344093],[-72.95722201745774,41.681067463440044],[-72.95726601747188,41.68106446343804],[-72.95728201747701,41.68106346343732],[-72.95773501762106,41.68100646341157],[-72.9590940180532,41.68083546333432],[-72.95954801819762,41.68077946330872],[-72.96032101844372,41.680687463265784],[-72.96063101854496,41.68069446325707],[-72.96102201867397,41.68072646325055],[-72.96127601875861,41.68076146324906],[-72.96165501888493,41.68081446324699],[-72.96203501901006,41.68084046323967],[-72.96260101919523,41.680859463224934],[-72.96307401934936,41.68086446321052],[-72.96362301952486,41.68081146318242],[-72.96553602013756,41.68064746308849],[-72.9661410203316,41.68060046305972],[-72.96647202043714,41.6805634630418],[-72.96672002051622,41.68053646302852],[-72.96726202069082,41.68050746300528],[-72.96756702079048,41.680515462996894],[-72.96782202087539,41.68054946299518],[-72.96819802100232,41.68062946299843],[-72.968886021234,41.680766463002556],[-72.96900102127275,41.68078946300327],[-72.97022102168422,41.681043463012735],[-72.97094302192912,41.681217463022904],[-72.97119902201602,41.68128046302677],[-72.97161802215982,41.68141046303828],[-72.97173702220083,41.68145046304214],[-72.97209802232523,41.68157146305382],[-72.97221802236666,41.681612463057846],[-72.972385022423,41.68164746305918],[-72.97253202247121,41.68165446305576],[-72.97266702251551,41.681661463052706],[-72.97315102267183,41.681642463033285],[-72.97348702277995,41.68162246301849],[-72.97380602288267,41.68160446300463],[-72.97411602298325,41.68160046299377],[-72.97504702328553,41.68159146296175],[-72.97535802338656,41.681589462951244],[-72.97563402347615,41.68158646294167],[-72.97646402374556,41.68157746291293],[-72.97674102383554,41.68157546290354],[-72.97687202387786,41.68157046289832],[-72.97692002389341,41.681569462896555],[-72.97711102395415,41.681545462885694],[-72.9772630240022,41.6815214628761],[-72.97739402404363,41.681501462867985],[-72.97752002408328,41.681478462859424],[-72.97790002420298,41.68141146283409],[-72.97802702424308,41.6813904628259],[-72.97840202436127,41.681325462801134],[-72.97938902467243,41.681155462736115],[-72.97952902471664,41.68113246272713],[-72.9799050248352,41.681068462702505],[-72.98015302491342,41.681026462686305],[-72.9809000251492,41.68090246263801],[-72.9811490252278,41.680861462621976],[-72.98140402530854,41.680823462606334],[-72.9821720255517,41.680709462559285],[-72.98242802563283,41.68067246254379],[-72.98267402571037,41.68063046252767],[-72.98341202594321,41.68050646247967],[-72.98365902602116,41.68046546246369],[-72.98397902612281,41.68042346244515],[-72.98494202642881,41.680299462389826],[-72.98526302653089,41.68025946237164],[-72.98581402670754,41.680215462345195],[-72.98638602689536,41.680246462332576],[-72.98661102696997,41.680271462330076],[-72.98736202721908,41.6803554623219],[-72.98775302734694,41.680367462311466],[-72.9877900273589,41.68036646231008],[-72.9881070274612,41.68035246229705],[-72.98857202760998,41.680310462273795],[-72.98890802771722,41.680275462256084],[-72.98932002784923,41.6802414622361],[-72.99030402816132,41.68010446217757],[-72.99073102829595,41.680031462149536],[-72.99137302849695,41.67989746210271],[-72.99150602857256,41.68045546220632],[-72.99151002857475,41.68047146220928],[-72.99188102878487,41.68201546249588],[-72.9919510288245,41.68230646254987],[-72.9919800288475,41.68254046259419],[-72.99200002886349,41.68270446262526],[-72.9920510289033,41.683105462701164],[-72.99207402891606,41.683196462718016],[-72.99211502893874,41.683357462747814],[-72.99237102908003,41.68435946293328],[-72.99313902950415,41.68736746349005],[-72.99325102956601,41.687806463571306],[-72.99332302962291,41.68838446368074],[-72.99336602965715,41.68873346374683],[-72.99349702976049,41.689781463945245],[-72.99350402976583,41.68983446395525],[-72.99354102979508,41.690131464011486]]]},"properties":{"name":4058,"geoid":"09003405800"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.94227701266603,41.68226746415786],[-72.94244201276075,41.68297746428985],[-72.94246901277705,41.68310746431411],[-72.94255001282595,41.683497464386946],[-72.94257701284224,41.68362746441121],[-72.94262501287096,41.68385446445355],[-72.94267901290328,41.684109464501134],[-72.94264501291731,41.684543464586206],[-72.94262801292518,41.68477546463164],[-72.94259201292897,41.685043464684654],[-72.94253801294008,41.685539464782366],[-72.94240901296635,41.68671946501482],[-72.94240901297523,41.68687346504461],[-72.94243601299144,41.68700146506849],[-72.94249301302558,41.68727146511887],[-72.9425380130486,41.687416465145446],[-72.94266801311235,41.687787465213],[-72.94268001311822,41.68782146521919],[-72.94278101316658,41.688089465267744],[-72.94287201321224,41.688367465318564],[-72.94314701335017,41.689205465471716],[-72.94323901339621,41.6894844655227],[-72.9433140134342,41.68971946556571],[-72.943541013549,41.69042746569529],[-72.94361701358736,41.690663465738474],[-72.94367401361647,41.69084646577201],[-72.94384801370495,41.69139746587293],[-72.94390601373448,41.691581465906644],[-72.94394201375336,41.691705465929445],[-72.94405301381104,41.692078465997994],[-72.94409001383029,41.69220346602097],[-72.94410501383773,41.69224746602898],[-72.94415001386012,41.69238146605343],[-72.9441650138676,41.692426466061654],[-72.94424701391267,41.692744466120494],[-72.94449501404853,41.693698466296944],[-72.94457801409398,41.694017466355945],[-72.94464801413875,41.694397466427176],[-72.94476501421336,41.69502946654559],[-72.94482401425924,41.695490466632826],[-72.94482201426158,41.69554246664295],[-72.94480901427974,41.69592946671821],[-72.94480501429365,41.69619246676921],[-72.94479301433552,41.696983466922575],[-72.9447900143498,41.69724746697373],[-72.94477101436631,41.69763946705015],[-72.94472601440793,41.69861146723958],[-72.94474801442693,41.698816467278526],[-72.9447650144416,41.69897446730852],[-72.94481201447023,41.69920446735148],[-72.94488301451229,41.69953246741258],[-72.9449350145431,41.6997724674573],[-72.94498901457334,41.699991467497895],[-72.94509101462167,41.70025346754524],[-72.94519101466503,41.70044046757815],[-72.94521701467565,41.70047746758446],[-72.94541401475558,41.700751467631044],[-72.94569501486662,41.70109046768748],[-72.94589401494576,41.70133946772914],[-72.94631401511285,41.70186546781721],[-72.94651501519328,41.702125467860945],[-72.94669701527322,41.70248346792425],[-72.94689101536399,41.70296146801037],[-72.94703201543336,41.703367468084295],[-72.94720401552173,41.703927468186976],[-72.94720601552244,41.70392846818711],[-72.9472240155305,41.70396646819387],[-72.9473870156122,41.704461468284286],[-72.9475930157324,41.705380468455274],[-72.94764701576885,41.70570646851654],[-72.94780501587363,41.70662846868967],[-72.94782201588274,41.70669046870111],[-72.94782801589511,41.706870468735715],[-72.9475000158224,41.70745746885986],[-72.94739601579631,41.70759146888914],[-72.94696601568873,41.708149469011005],[-72.94693601568117,41.708187469019336],[-72.94684701565882,41.70830146904425],[-72.94681801565164,41.70834046905275],[-72.946576015593,41.70868746912771],[-72.94654201558484,41.70873746913848],[-72.94593301544703,41.70977946935973],[-72.94576301540863,41.710071469421706],[-72.94572001539892,41.7101454694374],[-72.94538901532452,41.71072046955933],[-72.94521801528614,41.71101846962249],[-72.9451530152789,41.711258469671016],[-72.94511301527945,41.71149246971754],[-72.94518201531646,41.71174446976401],[-72.94529001537109,41.71208046982546],[-72.94550201546922,41.71258446991601],[-72.94576101558894,41.71319647002588],[-72.94584801562999,41.71341647006558],[-72.94595601567997,41.713672470111554],[-72.94606601572825,41.71388847014972],[-72.94621501578848,41.71409147018411],[-72.94683101603755,41.71493147032647],[-72.94697201609632,41.715154470364986],[-72.94746101630325,41.71597947050855],[-72.94779501644366,41.71652747060361],[-72.94784001646497,41.71664247062438],[-72.94799601653835,41.71703347069488],[-72.94806901657375,41.71723447073136],[-72.94808101659387,41.71751447078509],[-72.94809101660265,41.71760947080312],[-72.94778501650465,41.71763647081829],[-72.94687001621162,41.71771747086371],[-72.94656501611401,41.717745470879045],[-72.94606901595664,41.7178144709085],[-72.94458401548538,41.71802047099662],[-72.94408901532837,41.718090471026244],[-72.94388701527133,41.71824047106179],[-72.943283015101,41.71869247116879],[-72.9430820150444,41.718844471204704],[-72.94056301423666,41.71904947132622],[-72.93692801307104,41.71934547150162],[-72.93581001271258,41.719437471555736],[-72.93531101255246,41.719476471579505],[-72.93507901247801,41.719494471590515],[-72.93484701240357,41.71951247160153],[-72.93300501181243,41.71965447168885],[-72.93048601100405,41.719849471808395],[-72.92924001060857,41.72002147188215],[-72.92878201046372,41.72009347191094],[-72.92740901002955,41.72031147199769],[-72.92695200988507,41.72038447202664],[-72.92694700987354,41.720213471993766],[-72.92694400987041,41.72017647198672],[-72.92692200984752,41.719904471934846],[-72.92692000983558,41.71970947189721],[-72.92694200983378,41.71955447186654],[-72.92694600983351,41.71952747186119],[-72.92701400984598,41.71936047182671],[-72.9270270098476,41.71931547181757],[-72.92707000985395,41.719183471790664],[-72.92707600985499,41.71916747178738],[-72.92708100985499,41.71913947178181],[-72.92711400985344,41.718927471739754],[-72.9271300098531,41.71883147172068],[-72.92715000983073,41.71833247162356],[-72.92715200982877,41.718287471614815],[-72.92716500982067,41.71807447157322],[-72.927198009813,41.71775647151069],[-72.92727800979604,41.71701347136446],[-72.92728500978616,41.71680347132363],[-72.92729700977166,41.71648547126178],[-72.92732600975738,41.71607547118156],[-72.9273390097517,41.71590447114809],[-72.9273340097032,41.715094470991666],[-72.9273470096991,41.714950470963416],[-72.92737300970195,41.71485347094382],[-72.92737400970205,41.71484947094302],[-72.92740900970776,41.714751470922934],[-72.92747200972073,41.71462147089576],[-72.92755900974117,41.71448547086663],[-72.92758900974897,41.714451470859096],[-72.92768100977298,41.71434947083638],[-72.92771200978117,41.71431647082898],[-72.92774900979077,41.714274470819674],[-72.92786200982043,41.71415147079223],[-72.92790000983042,41.71411047078307],[-72.92800200985587,41.71397647075385],[-72.92800900985617,41.71394247074704],[-72.92803800985774,41.71380647071981],[-72.92807000985368,41.71355647067044],[-72.92810200985177,41.71334347062822],[-72.92811200985156,41.7132834706163],[-72.92810700984177,41.71314247058921],[-72.928114009839,41.71305547057216],[-72.92813900983215,41.712796470521276],[-72.9281470098298,41.71271047050438],[-72.92824900983584,41.71224147041041],[-72.92853200985282,41.71094347015027],[-72.92855200985306,41.71083547012874],[-72.92864000985445,41.71036447003482],[-72.92869800984752,41.7099184699467],[-72.9286970098383,41.70976446991696],[-72.92869700983736,41.709748469913876],[-72.92864000980788,41.70955946987918],[-72.92820000960131,41.708463469681575],[-72.9281230095592,41.70816846962704],[-72.9280870095407,41.70805146960559],[-72.92801800950005,41.70773646954692],[-72.92785200938616,41.7067014693522],[-72.92778200932932,41.70611246924057],[-72.9277620093131,41.705944469208745],[-72.92770300926475,41.70544046911321],[-72.9276840092489,41.70527346908153],[-72.92761900919976,41.704789468990064],[-72.92750800911598,41.70396546883434],[-72.92753100910764,41.70369146878059],[-72.92760300911907,41.70348446873823],[-72.92765600912911,41.703359468712335],[-72.92770900913918,41.70323546868664],[-72.92791900919113,41.70295246862509],[-72.92805600922367,41.70274446858043],[-72.92810100922907,41.702584468548025],[-72.928140009234,41.70245046852085],[-72.92818500923048,41.70213646845865],[-72.92820100920642,41.70163046836029],[-72.92822300919745,41.701351468305624],[-72.92825700918462,41.70093846822466],[-72.92825900918412,41.70091846822073],[-72.92826800918364,41.700859468209025],[-72.92827100918352,41.70084046820524],[-72.92828800918176,41.70071446818034],[-72.9283410091772,41.70033746810571],[-72.92835900917584,41.700212468080956],[-72.9283650091756,41.7001744680734],[-72.92838300917508,41.700064468051536],[-72.92839000917523,41.70002746804417],[-72.92848100918002,41.699598467958246],[-72.92852800918267,41.69937946791436],[-72.92857800917267,41.69892546782494],[-72.92860400915244,41.698429467728175],[-72.92858800913938,41.698293467702385],[-72.9285730091267,41.69815846767678],[-72.9285060090879,41.69786446762208],[-72.92849300906816,41.69759646757068],[-72.9284920090619,41.697493467550785],[-72.92849200903842,41.69708746747226],[-72.92852500903389,41.69682346742014],[-72.92856000901983,41.696383467333895],[-72.9285900090082,41.696013467261366],[-72.92855100897957,41.69573746720926],[-72.92854600897593,41.69570246720265],[-72.92838600887872,41.69492146705679],[-72.9283310088451,41.69464946700597],[-72.92830800883063,41.694528466983314],[-72.92823900878736,41.69416846691591],[-72.92821600877299,41.69404946689366],[-72.928193008759,41.69393646687254],[-72.92812400871702,41.69359846680941],[-72.92810100870304,41.6934864667885],[-72.92802400865662,41.69311646671942],[-72.92784000854537,41.692227466553454],[-72.92779500851796,41.69200646651217],[-72.92772200847281,41.691636466442965],[-72.92768600844875,41.69142246640273],[-72.92757800837668,41.690783466282625],[-72.92754200835265,41.69057046624261],[-72.92745900829644,41.690064466147426],[-72.92734900823532,41.689626466066265],[-72.92822900850743,41.689381465990316],[-72.92881300868649,41.689192465934795],[-72.92886300870195,41.68917846593045],[-72.93026300912925,41.68869146579078],[-72.93168000956047,41.68817646564515],[-72.93354901013377,41.68757646546839],[-72.93541701072492,41.68729046535239],[-72.93557801077525,41.6872554653404],[-72.93562001078847,41.68724746533748],[-72.9357500108278,41.6871964653234],[-72.93598301089595,41.68706446529029],[-72.93602301090752,41.687039465284165],[-72.9361660109492,41.68695546526327],[-72.93630501098822,41.68684846523805],[-72.93672401110601,41.68652846516253],[-72.93686401114545,41.68642246513749],[-72.93743401130524,41.68597946503327],[-72.9391440117849,41.68465446472141],[-72.93971501194508,41.68421246461736],[-72.9404700121587,41.68365946448584],[-72.94173701251894,41.68276146427095],[-72.94190301256617,41.682644464242934],[-72.94227701266603,41.68226746415786]]]},"properties":{"name":4059,"geoid":"09003405900"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.92695200988507,41.72038447202664],[-72.92648400973545,41.720430472050744],[-72.9250830092876,41.72056947212313],[-72.92461600913838,41.72061647214737],[-72.92380300887814,41.7206914721883],[-72.92136700809853,41.7209174723111],[-72.92055500783869,41.72099347235218],[-72.9204350078003,41.721004472358175],[-72.92007700768576,41.72103847237639],[-72.91995800764772,41.72105047238258],[-72.9192420074189,41.721122472419765],[-72.91709500673278,41.72133947253143],[-72.91638000650433,41.72141247256876],[-72.91599900638158,41.72143347258519],[-72.9148570060137,41.72149847263484],[-72.91447700589137,41.72152147265163],[-72.91470300594479,41.72117347257702],[-72.91475900595839,41.72109347255973],[-72.91502400600713,41.72044547242588],[-72.91509000601543,41.720217472379666],[-72.91514200601803,41.719970472330225],[-72.91513100600173,41.71975047228807],[-72.91505800596359,41.7195014722423],[-72.91485200587468,41.71912347217592],[-72.91475700583601,41.718989472153105],[-72.91466100579349,41.71879447211853],[-72.91459500575762,41.71854547207254],[-72.91457600574046,41.718355472036436],[-72.91459500573394,41.71813647199347],[-72.91465000574138,41.71795547195669],[-72.9147400057465,41.71753747187297],[-72.91475300573458,41.71725847181862],[-72.91469500569639,41.716924471755924],[-72.91462600565532,41.716602471695936],[-72.91442000553259,41.71563947151645],[-72.91435200549189,41.7153184714566],[-72.91430300546484,41.715126471421065],[-72.91415800538435,41.71455047131443],[-72.91411000535768,41.71435947127907],[-72.91401800530033,41.713885471190416],[-72.91396300526567,41.71359547113613],[-72.91395400526007,41.71354947112753],[-72.9138990052172,41.7131174710458],[-72.91378700515659,41.712699470968616],[-72.91368700511157,41.7124834709301],[-72.91361000507673,41.71231447089993],[-72.91344000500736,41.71207147085846],[-72.91334000496533,41.711907470830006],[-72.9130420048401,41.711418470745144],[-72.91294300479846,41.711255470716836],[-72.91286700476505,41.71110547069029],[-72.91264200466583,41.710655470610604],[-72.91256800463307,41.710505470584],[-72.91249100459339,41.71025247053758],[-72.91245300457167,41.71009047050748],[-72.91233900450601,41.709596470415676],[-72.91217200440751,41.70883247027337],[-72.91208100435362,41.708412470195114],[-72.91186700422139,41.70732946999265],[-72.91170900412504,41.70655246984754],[-72.91124800384341,41.70427446942198],[-72.91121000381514,41.70399946937006],[-72.91117200377607,41.70353746928193],[-72.91112600374615,41.70327846923335],[-72.91109900372794,41.70311546920269],[-72.91108300371754,41.70302546918581],[-72.91089700361368,41.70227546904681],[-72.91084500358485,41.702069469008656],[-72.91071800351423,41.70156246891473],[-72.91069000349873,41.70145146889416],[-72.91063900347022,41.70124546885598],[-72.91059200344188,41.701019468813804],[-72.91045300335757,41.70034346868758],[-72.91040700332962,41.700118468645556],[-72.91027200325652,41.69961346855225],[-72.91017900320598,41.69926246848739],[-72.90982300302366,41.69811146827633],[-72.9097110029663,41.69774946820995],[-72.9096590029417,41.6976164681859],[-72.90955900290149,41.697483468163426],[-72.90945900286128,41.69735046814096],[-72.90924200277611,41.697098468099256],[-72.90913400273375,41.69697346807859],[-72.90893800265832,41.696771468045874],[-72.90880600260752,41.69663546802386],[-72.90864500254278,41.696421467987676],[-72.90847200247042,41.696143467939535],[-72.90845500246184,41.69609046792982],[-72.90837000241876,41.69582346788094],[-72.90909000263787,41.69556146780691],[-72.91125200329607,41.694778467585316],[-72.91197300351557,41.69451746751141],[-72.91205800354085,41.69447646750074],[-72.91231600361768,41.69435346746858],[-72.91240200364338,41.69431346745804],[-72.91252600368095,41.69426546744474],[-72.912902003795,41.694122467404874],[-72.91302700383297,41.69407546739172],[-72.91306300384393,41.69406246738805],[-72.91317400387778,41.69402346737691],[-72.91321100388912,41.69401146737337],[-72.913376003939,41.69394546735526],[-72.91387300408944,41.693750467301406],[-72.91403900413968,41.69368546728345],[-72.91429200421626,41.69358646725608],[-72.91459100430679,41.69346946722376],[-72.91485900438815,41.693368467195526],[-72.91566300463246,41.693069467111606],[-72.91593100471388,41.69296946708355],[-72.91603700474639,41.69293546707354],[-72.91635600484446,41.692836467044046],[-72.91646300487741,41.69280446703438],[-72.91659000491597,41.69275646702096],[-72.91697300503243,41.69261546698126],[-72.91710100507136,41.69256846696803],[-72.91733200514193,41.69248946694525],[-72.91802900535505,41.69225346687696],[-72.91826100542605,41.69217546685435],[-72.9184920054964,41.69209246683079],[-72.91918600570803,41.69184746676088],[-72.91941800577877,41.691765466737486],[-72.91964900584912,41.69168246671393],[-72.9203440060609,41.69143446664341],[-72.92057600613164,41.69135246662002],[-72.92081400620452,41.691273466597],[-72.92153100642429,41.69104046652866],[-72.92177000649757,41.69096246650581],[-72.92200300657,41.69090446648702],[-72.92270200678752,41.690733466431254],[-72.92293600686035,41.69067646641265],[-72.92310600691324,41.69063446639901],[-72.92361900707306,41.69051246635875],[-72.92379000712634,41.690471466345265],[-72.92400300719264,41.690419466328294],[-72.92464500739264,41.69026646627786],[-72.92485900745932,41.690215466261044],[-72.9249710074943,41.690190466252574],[-72.92531100760075,41.6901184662276],[-72.92542400763618,41.69009546621948],[-72.92571900772789,41.690021466195596],[-72.92660500800335,41.68980046612409],[-72.92690100809541,41.68972746610036],[-72.92734900823532,41.689626466066265],[-72.92745900829644,41.690064466147426],[-72.92754200835265,41.69057046624261],[-72.92757800837668,41.690783466282625],[-72.92768600844875,41.69142246640273],[-72.92772200847281,41.691636466442965],[-72.92779500851796,41.69200646651217],[-72.92784000854537,41.692227466553454],[-72.92802400865662,41.69311646671942],[-72.92810100870304,41.6934864667885],[-72.92812400871702,41.69359846680941],[-72.928193008759,41.69393646687254],[-72.92821600877299,41.69404946689366],[-72.92823900878736,41.69416846691591],[-72.92830800883063,41.694528466983314],[-72.9283310088451,41.69464946700597],[-72.92838600887872,41.69492146705679],[-72.92854600897593,41.69570246720265],[-72.92855100897957,41.69573746720926],[-72.9285900090082,41.696013467261366],[-72.92856000901983,41.696383467333895],[-72.92852500903389,41.69682346742014],[-72.92849200903842,41.69708746747226],[-72.9284920090619,41.697493467550785],[-72.92849300906816,41.69759646757068],[-72.9285060090879,41.69786446762208],[-72.9285730091267,41.69815846767678],[-72.92858800913938,41.698293467702385],[-72.92860400915244,41.698429467728175],[-72.92857800917267,41.69892546782494],[-72.92852800918267,41.69937946791436],[-72.92848100918002,41.699598467958246],[-72.92839000917523,41.70002746804417],[-72.92838300917508,41.700064468051536],[-72.9283650091756,41.7001744680734],[-72.92835900917584,41.700212468080956],[-72.9283410091772,41.70033746810571],[-72.92828800918176,41.70071446818034],[-72.92827100918352,41.70084046820524],[-72.92826800918364,41.700859468209025],[-72.92825900918412,41.70091846822073],[-72.92825700918462,41.70093846822466],[-72.92822300919745,41.701351468305624],[-72.92820100920642,41.70163046836029],[-72.92818500923048,41.70213646845865],[-72.928140009234,41.70245046852085],[-72.92810100922907,41.702584468548025],[-72.92805600922367,41.70274446858043],[-72.92791900919113,41.70295246862509],[-72.92770900913918,41.70323546868664],[-72.92765600912911,41.703359468712335],[-72.92760300911907,41.70348446873823],[-72.92753100910764,41.70369146878059],[-72.92750800911598,41.70396546883434],[-72.92761900919976,41.704789468990064],[-72.9276840092489,41.70527346908153],[-72.92770300926475,41.70544046911321],[-72.9277620093131,41.705944469208745],[-72.92778200932932,41.70611246924057],[-72.92785200938616,41.7067014693522],[-72.92801800950005,41.70773646954692],[-72.9280870095407,41.70805146960559],[-72.9281230095592,41.70816846962704],[-72.92820000960131,41.708463469681575],[-72.92864000980788,41.70955946987918],[-72.92869700983736,41.709748469913876],[-72.9286970098383,41.70976446991696],[-72.92869800984752,41.7099184699467],[-72.92864000985445,41.71036447003482],[-72.92855200985306,41.71083547012874],[-72.92853200985282,41.71094347015027],[-72.92824900983584,41.71224147041041],[-72.9281470098298,41.71271047050438],[-72.92813900983215,41.712796470521276],[-72.928114009839,41.71305547057216],[-72.92810700984177,41.71314247058921],[-72.92811200985156,41.7132834706163],[-72.92810200985177,41.71334347062822],[-72.92807000985368,41.71355647067044],[-72.92803800985774,41.71380647071981],[-72.92800900985617,41.71394247074704],[-72.92800200985587,41.71397647075385],[-72.92790000983042,41.71411047078307],[-72.92786200982043,41.71415147079223],[-72.92774900979077,41.714274470819674],[-72.92771200978117,41.71431647082898],[-72.92768100977298,41.71434947083638],[-72.92758900974897,41.714451470859096],[-72.92755900974117,41.71448547086663],[-72.92747200972073,41.71462147089576],[-72.92740900970776,41.714751470922934],[-72.92737400970205,41.71484947094302],[-72.92737300970195,41.71485347094382],[-72.9273470096991,41.714950470963416],[-72.9273340097032,41.715094470991666],[-72.9273390097517,41.71590447114809],[-72.92732600975738,41.71607547118156],[-72.92729700977166,41.71648547126178],[-72.92728500978616,41.71680347132363],[-72.92727800979604,41.71701347136446],[-72.927198009813,41.71775647151069],[-72.92716500982067,41.71807447157322],[-72.92715200982877,41.718287471614815],[-72.92715000983073,41.71833247162356],[-72.9271300098531,41.71883147172068],[-72.92711400985344,41.718927471739754],[-72.92708100985499,41.71913947178181],[-72.92707600985499,41.71916747178738],[-72.92707000985395,41.719183471790664],[-72.9270270098476,41.71931547181757],[-72.92701400984598,41.71936047182671],[-72.92694600983351,41.71952747186119],[-72.92694200983378,41.71955447186654],[-72.92692000983558,41.71970947189721],[-72.92692200984752,41.719904471934846],[-72.92694400987041,41.72017647198672],[-72.92694700987354,41.720213471993766],[-72.92695200988507,41.72038447202664]]]},"properties":{"name":4060.01,"geoid":"09003406001"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.89375099787927,41.69958346908234],[-72.89380899789731,41.69956946907775],[-72.89398499795223,41.69952846906413],[-72.89404399797067,41.69951546905969],[-72.89523799834312,41.699237468967205],[-72.89672199880609,41.698892468852364],[-72.89771399911679,41.69868346877977],[-72.89852899937394,41.69854446872645],[-72.89883999947241,41.69849746870726],[-72.89985999979564,41.69834746864518],[-72.90005299985665,41.698316468632925],[-72.90058800002565,41.69822846859855],[-72.9016450003597,41.698057468531196],[-72.90218800052962,41.69794046849094],[-72.90265000067421,41.697841468456815],[-72.90271700069479,41.697820468450594],[-72.90323700085474,41.69766046840277],[-72.90367800098878,41.697496468356746],[-72.90385200104187,41.6974354683393],[-72.90443000121843,41.697236468282064],[-72.90724100207477,41.69622746799571],[-72.90837000241876,41.69582346788094],[-72.90845500246184,41.69609046792982],[-72.90847200247042,41.696143467939535],[-72.90864500254278,41.696421467987676],[-72.90880600260752,41.69663546802386],[-72.90893800265832,41.696771468045874],[-72.90913400273375,41.69697346807859],[-72.90924200277611,41.697098468099256],[-72.90945900286128,41.69735046814096],[-72.90955900290149,41.697483468163426],[-72.9096590029417,41.6976164681859],[-72.9097110029663,41.69774946820995],[-72.90982300302366,41.69811146827633],[-72.91017900320598,41.69926246848739],[-72.91027200325652,41.69961346855225],[-72.91040700332962,41.700118468645556],[-72.91045300335757,41.70034346868758],[-72.91059200344188,41.701019468813804],[-72.91063900347022,41.70124546885598],[-72.91069000349873,41.70145146889416],[-72.91071800351423,41.70156246891473],[-72.91084500358485,41.702069469008656],[-72.91089700361368,41.70227546904681],[-72.91108300371754,41.70302546918581],[-72.91109900372794,41.70311546920269],[-72.91112600374615,41.70327846923335],[-72.91117200377607,41.70353746928193],[-72.91121000381514,41.70399946937006],[-72.91124800384341,41.70427446942198],[-72.91170900412504,41.70655246984754],[-72.91186700422139,41.70732946999265],[-72.91208100435362,41.708412470195114],[-72.91217200440751,41.70883247027337],[-72.91233900450601,41.709596470415676],[-72.91245300457167,41.71009047050748],[-72.91249100459339,41.71025247053758],[-72.91256800463307,41.710505470584],[-72.91264200466583,41.710655470610604],[-72.91286700476505,41.71110547069029],[-72.91294300479846,41.711255470716836],[-72.9130420048401,41.711418470745144],[-72.91334000496533,41.711907470830006],[-72.91344000500736,41.71207147085846],[-72.91361000507673,41.71231447089993],[-72.91368700511157,41.7124834709301],[-72.91378700515659,41.712699470968616],[-72.9138990052172,41.7131174710458],[-72.91395400526007,41.71354947112753],[-72.91396300526567,41.71359547113613],[-72.91401800530033,41.713885471190416],[-72.91411000535768,41.71435947127907],[-72.91415800538435,41.71455047131443],[-72.91430300546484,41.715126471421065],[-72.91435200549189,41.7153184714566],[-72.91442000553259,41.71563947151645],[-72.91462600565532,41.716602471695936],[-72.91469500569639,41.716924471755924],[-72.91475300573458,41.71725847181862],[-72.9147400057465,41.71753747187297],[-72.91465000574138,41.71795547195669],[-72.91459500573394,41.71813647199347],[-72.91457600574046,41.718355472036436],[-72.91459500575762,41.71854547207254],[-72.91466100579349,41.71879447211853],[-72.91475700583601,41.718989472153105],[-72.91485200587468,41.71912347217592],[-72.91505800596359,41.7195014722423],[-72.91513100600173,41.71975047228807],[-72.91514200601803,41.719970472330225],[-72.91509000601543,41.720217472379666],[-72.91502400600713,41.72044547242588],[-72.91475900595839,41.72109347255973],[-72.91470300594479,41.72117347257702],[-72.91447700589137,41.72152147265163],[-72.91340400554608,41.721588472699416],[-72.91335200552932,41.721591472701675],[-72.91093200475053,41.72174247280946],[-72.90998000444415,41.72180147285177],[-72.90885600408244,41.721871472901796],[-72.90809000383672,41.72193347293864],[-72.9057910030995,41.7221224730498],[-72.90502600285416,41.72218547308682],[-72.90367500242603,41.722384473169136],[-72.8996210011414,41.72298447341667],[-72.89827100071365,41.723185473499335],[-72.8982090006663,41.722715473410496],[-72.89817200064442,41.722545473378844],[-72.89805300057407,41.72199847327697],[-72.89753700026812,41.71961047283208],[-72.89728700012023,41.718459472617674],[-72.89703199996912,41.71728047239802],[-72.89675399982234,41.71630647221874],[-72.89591999938214,41.71338547168106],[-72.89564199923547,41.71241247150195],[-72.89551199914747,41.71162147135323],[-72.8951219988836,41.70925047090741],[-72.89499299879598,41.70846047075883],[-72.8949089987477,41.70809747069137],[-72.89465799860328,41.707011470489505],[-72.89457499855536,41.70664947042219],[-72.89442799843972,41.705475470199914],[-72.8939869980931,41.70195746953386],[-72.89384099797788,41.700784469311714],[-72.8938149979556,41.70054546926634],[-72.89373999788981,41.69982846913009],[-72.89371499786789,41.699589469084685],[-72.89372199787005,41.69958746908406],[-72.89374299787666,41.699583469082604],[-72.89375099787927,41.69958346908234]]]},"properties":{"name":4060.02,"geoid":"09003406002"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.77038095708816,41.68845747091751],[-72.77045195712645,41.68872247096652],[-72.77045795712966,41.68874447097059],[-72.77062095721749,41.68935047108262],[-72.77065995723984,41.68951847111389],[-72.77072295727571,41.68978647116373],[-72.77077595730529,41.690001471203644],[-72.7709379573952,41.69064947132385],[-72.77099195742518,41.69086547136392],[-72.77102095744125,41.690981471385435],[-72.77111095749052,41.69132947144989],[-72.77114095750701,41.69144647147157],[-72.771151957513,41.69148847147935],[-72.77118695753167,41.6916154715028],[-72.77119895753803,41.69165847151073],[-72.7712299575561,41.69179747153665],[-72.7713229576105,41.69221747161494],[-72.77135495762893,41.692357471641],[-72.77096595750562,41.69241547166476],[-72.77034595730913,41.692508471702745],[-72.76982195714349,41.69259447173628],[-72.7697999571365,41.69259747173755],[-72.76952795705077,41.69264647175581],[-72.76941595701604,41.69267647176524],[-72.76930695698228,41.692706471774564],[-72.76909195691873,41.69281847180315],[-72.76908295691607,41.69282347180442],[-72.7687919568312,41.69299547184708],[-72.76848595674629,41.693251471906486],[-72.76828495669507,41.693499471960976],[-72.76823295668193,41.693565471975425],[-72.76812495665366,41.69368547200214],[-72.7680629566387,41.69377647202173],[-72.76793095660692,41.69397147206373],[-72.76763495653172,41.69434047214469],[-72.76758395651788,41.694388472155616],[-72.76733195644988,41.694633472211166],[-72.76702095635898,41.69481347225601],[-72.76672195626857,41.69493447228907],[-72.76634695615076,41.69500847231548],[-72.7659299560177,41.695055472338005],[-72.76543095585761,41.69509647236204],[-72.76465595560897,41.695160472399394],[-72.76319995514424,41.69532147247747],[-72.7629729550732,41.69537147249447],[-72.76261395496213,41.69547247252558],[-72.76221095484212,41.69566747257629],[-72.76203495479314,41.69581247261002],[-72.76189695475429,41.69591847263499],[-72.76172995471066,41.69610547267656],[-72.76159895467809,41.69628147271484],[-72.76149195465811,41.69654047276842],[-72.76143095465225,41.696784472817605],[-72.76140495466151,41.697093472878244],[-72.7613599546725,41.697540472966196],[-72.76134495467025,41.69758647297559],[-72.76126495465816,41.69782947302521],[-72.7611539546305,41.69797747305741],[-72.76107795461041,41.698058473075534],[-72.76098095458475,41.698161473098594],[-72.7606549544917,41.69838947315323],[-72.76029395438137,41.69851547318925],[-72.75999695428855,41.69858247321177],[-72.75982795422304,41.69839947318181],[-72.75977595420466,41.698374473178646],[-72.75962695415221,41.69830547317009],[-72.75962095415015,41.6983034731699],[-72.75925795402702,41.698217473164945],[-72.75912195398217,41.69820747316739],[-72.75904895395817,41.69820347316898],[-72.75896095392729,41.69816447316426],[-72.75893395390788,41.69797947312932],[-72.75885295384981,41.697426473024926],[-72.75882595383047,41.69724247299016],[-72.75874395377497,41.696740472895655],[-72.75872695376317,41.69663147287511],[-72.75859195363843,41.69522247260677],[-72.7585439535938,41.69471647251037],[-72.758518953579,41.69460047248873],[-72.75848495355996,41.69446147246292],[-72.75830195345665,41.69369847232114],[-72.75824195342254,41.6934444722739],[-72.75832095344552,41.69339647226208],[-72.75850095349809,41.69329147223596],[-72.75856095351557,41.69325547222705],[-72.75864095353892,41.693208472215375],[-72.75870495355755,41.693170472205956],[-72.75882695359167,41.69307247218306],[-72.758952953627,41.692973472159835],[-72.75921595369812,41.69272047210241],[-72.75933395372958,41.692599472075166],[-72.75949595377287,41.69243447203802],[-72.75958595379127,41.69224447199836],[-72.75963395380127,41.69214647197784],[-72.75973795381914,41.69186747192047],[-72.75979795382621,41.691650471876535],[-72.75980195382694,41.691640471874486],[-72.75982295382244,41.69144247183548],[-72.76022995395309,41.69141047181616],[-72.76089495416663,41.691359471784885],[-72.76144895434373,41.69130247175599],[-72.76185595447392,41.69126247173516],[-72.7619619545078,41.6912514717296],[-72.76200795452255,41.691247471727344],[-72.76228195460962,41.69121047171136],[-72.76238895464365,41.6911964717052],[-72.76252995469086,41.691219471705104],[-72.76268495474224,41.69123547170321],[-72.76275695476664,41.69125247170418],[-72.76278195477623,41.69127747170822],[-72.76280295478415,41.69129647171121],[-72.76280295478851,41.691372471725934],[-72.76278095478364,41.69141247173438],[-72.76331995496042,41.691435471721455],[-72.76365695506324,41.69131547168738],[-72.76404095517174,41.691027471619265],[-72.76442595526949,41.69054647151375],[-72.76493095539941,41.68994547138115],[-72.76526695549502,41.68970547132387],[-72.76606195573443,41.68936747123283],[-72.76611195574525,41.68927247121283],[-72.76633995580657,41.68904747116193],[-72.76648595584597,41.68890547112974],[-72.7667069559097,41.68876247109493],[-72.76689895596687,41.68866947107075],[-72.76716295604734,41.688574471043864],[-72.76721795606417,41.68855547103841],[-72.76747795614673,41.68851947102306],[-72.76768995621556,41.68851647101564],[-72.76805895633764,41.688550471010345],[-72.76819195638167,41.68856347100857],[-72.7685219564911,41.6885984710047],[-72.76936495676391,41.68857047097212],[-72.76980295690436,41.68853347095084],[-72.77000295696855,41.688517470941306],[-72.77038095708816,41.68845747091751]]]},"properties":{"name":4173,"geoid":"09003417300"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.77819596107739,41.713630475536604],[-72.7772189607678,41.713778475596726],[-72.77688996066355,41.713828475617014],[-72.77621596044992,41.713929475658304],[-72.77523096013783,41.71407947571908],[-72.77422395981877,41.714232475781166],[-72.7729739594227,41.71442247585823],[-72.77166895900925,41.714621475938806],[-72.77028295856523,41.71474747600788],[-72.77027395856231,41.714747476008164],[-72.76720795758001,41.7150254761608],[-72.76688895747861,41.71506847617941],[-72.76609395722603,41.71517747622611],[-72.76531195697768,41.71528647627241],[-72.76470595678455,41.71535947630607],[-72.76444495670228,41.715406476323594],[-72.7636629564558,41.71554847637624],[-72.76340295637392,41.71559647639392],[-72.76311595628283,41.71563747641112],[-72.76225595600992,41.71576147646282],[-72.76196995591921,41.71580347648017],[-72.76194195591079,41.71581547648339],[-72.76188595587021,41.71542647640994],[-72.76170595573954,41.71417147617297],[-72.76164695569635,41.71375347609401],[-72.76158695565321,41.713342476016436],[-72.76132095546218,41.711523475673104],[-72.76117895536028,41.71055347549004],[-72.7601319546933,41.7048714744244],[-72.75972395443337,41.702656474008954],[-72.75967695440154,41.70236847395474],[-72.75953795430672,41.70150447379204],[-72.75949195427523,41.70121647373778],[-72.7594569542523,41.70101547370002],[-72.75935195418364,41.700414473587095],[-72.75931695416078,41.70021447354952],[-72.75924495411381,41.69980447347249],[-72.75902995397325,41.69857447324138],[-72.75901895396585,41.69850747322876],[-72.75896095392729,41.69816447316426],[-72.75904895395817,41.69820347316898],[-72.75912195398217,41.69820747316739],[-72.75925795402702,41.698217473164945],[-72.75962095415015,41.6983034731699],[-72.75962695415221,41.69830547317009],[-72.75977595420466,41.698374473178646],[-72.75982795422304,41.69839947318181],[-72.75999695428855,41.69858247321177],[-72.76029395438137,41.69851547318925],[-72.7606549544917,41.69838947315323],[-72.76098095458475,41.698161473098594],[-72.76107795461041,41.698058473075534],[-72.7611539546305,41.69797747305741],[-72.76126495465816,41.69782947302521],[-72.76134495467025,41.69758647297559],[-72.7613599546725,41.697540472966196],[-72.76140495466151,41.697093472878244],[-72.76143095465225,41.696784472817605],[-72.76149195465811,41.69654047276842],[-72.76159895467809,41.69628147271484],[-72.76172995471066,41.69610547267656],[-72.76189695475429,41.69591847263499],[-72.76203495479314,41.69581247261002],[-72.76221095484212,41.69566747257629],[-72.76261395496213,41.69547247252558],[-72.7629729550732,41.69537147249447],[-72.76319995514424,41.69532147247747],[-72.76465595560897,41.695160472399394],[-72.76543095585761,41.69509647236204],[-72.7659299560177,41.695055472338005],[-72.76634695615076,41.69500847231548],[-72.76672195626857,41.69493447228907],[-72.76702095635898,41.69481347225601],[-72.76733195644988,41.694633472211166],[-72.76758395651788,41.694388472155616],[-72.76763495653172,41.69434047214469],[-72.76793095660692,41.69397147206373],[-72.7680629566387,41.69377647202173],[-72.76812495665366,41.69368547200214],[-72.76823295668193,41.693565471975425],[-72.76828495669507,41.693499471960976],[-72.76848595674629,41.693251471906486],[-72.7687919568312,41.69299547184708],[-72.76908295691607,41.69282347180442],[-72.76909195691873,41.69281847180315],[-72.76930695698228,41.692706471774564],[-72.76941595701604,41.69267647176524],[-72.76952795705077,41.69264647175581],[-72.7697999571365,41.69259747173755],[-72.76982195714349,41.69259447173628],[-72.77034595730913,41.692508471702745],[-72.77096595750562,41.69241547166476],[-72.77135495762893,41.692357471641],[-72.77137095763774,41.69242047165268],[-72.77138495764518,41.69247047166189],[-72.77142495766623,41.69261047168771],[-72.77144295767576,41.69267447169952],[-72.7714799576952,41.6928034717233],[-72.77150295770728,41.69288347173804],[-72.77159495775479,41.69318947179429],[-72.7716349577752,41.693318471817975],[-72.77176195784696,41.69384847191647],[-72.7720679580195,41.69511947215257],[-72.77218495807533,41.69542847220862],[-72.77220595808527,41.69548247221838],[-72.77227495811461,41.695602472239386],[-72.77237895815604,41.69573447226157],[-72.77251395820699,41.69585647228083],[-72.77279395830702,41.69601147230181],[-72.77296095836674,41.69610447231442],[-72.77328995848575,41.69631247234407],[-72.77361595860319,41.696509472371666],[-72.77366395862049,41.69653847237575],[-72.77389395870289,41.69666947239368],[-72.77393995873301,41.69693347244329],[-72.77407795882348,41.6977274725925],[-72.774124958854,41.697992472642284],[-72.77413495886053,41.69804947265297],[-72.77416495888012,41.69822047268511],[-72.77417495888665,41.6982774726958],[-72.7742119589081,41.69844147272635],[-72.77432295897252,41.69893447281817],[-72.77435995899403,41.699099472848914],[-72.77440395901868,41.69927947288231],[-72.77453795909344,41.6998214729829],[-72.77458295911846,41.70000247301646],[-72.77459895912902,41.70009547303394],[-72.77464995916176,41.70037647308668],[-72.77466695917268,41.70047047310432],[-72.77467595917844,41.70051947311351],[-72.7747039591961,41.70066847314144],[-72.77471395920222,41.70071847315079],[-72.77484995927682,41.701246473248574],[-72.77517995945726,41.70251847348406],[-72.77528395950876,41.70282547354011],[-72.77545995959579,41.70334347363467],[-72.7756579596997,41.70403047376121],[-72.77570395972208,41.70415947378467],[-72.77597895986203,41.705037473945694],[-72.77597095987275,41.70526947399084],[-72.77591795987409,41.70559347405523],[-72.77586795986521,41.70572247408181],[-72.77579295985204,41.705918474122164],[-72.77577095984839,41.70597947413466],[-72.7756639598317,41.70629547419925],[-72.77563695983463,41.706499474239585],[-72.77563595983587,41.706526474244846],[-72.77563495984765,41.7067374742857],[-72.77562695985195,41.70685747430917],[-72.77577195993912,41.707553474439145],[-72.77591096003232,41.70838847459621],[-72.77592596004163,41.70846547461063],[-72.77600996009339,41.70889047469014],[-72.77637196026053,41.70974847484447],[-72.77652396035067,41.710456474976525],[-72.7765179603566,41.71059347500322],[-72.77656896041415,41.71130647513951],[-72.77659196044014,41.71162847520105],[-72.77663796047557,41.711984475268444],[-72.7767079605136,41.71224947531744],[-72.77681296056154,41.71248947536048],[-72.7769669606248,41.71271747539963],[-72.77703896065387,41.71281547541626],[-72.77712896068816,41.712902475430184],[-72.77732096075952,41.71305647545378],[-72.77735796077329,41.71308647545838],[-72.77762796087246,41.7132824754876],[-72.77819596107739,41.713630475536604]]]},"properties":{"name":4174,"geoid":"09003417400"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.77819596107739,41.713630475536604],[-72.77762796087246,41.7132824754876],[-72.77735796077329,41.71308647545838],[-72.77732096075952,41.71305647545378],[-72.77712896068816,41.712902475430184],[-72.77703896065387,41.71281547541626],[-72.7769669606248,41.71271747539963],[-72.77681296056154,41.71248947536048],[-72.7767079605136,41.71224947531744],[-72.77663796047557,41.711984475268444],[-72.77659196044014,41.71162847520105],[-72.77656896041415,41.71130647513951],[-72.7765179603566,41.71059347500322],[-72.77652396035067,41.710456474976525],[-72.77637196026053,41.70974847484447],[-72.77600996009339,41.70889047469014],[-72.77592596004163,41.70846547461063],[-72.77591096003232,41.70838847459621],[-72.77577195993912,41.707553474439145],[-72.77562695985195,41.70685747430917],[-72.77563495984765,41.7067374742857],[-72.77563595983587,41.706526474244846],[-72.77563695983463,41.706499474239585],[-72.7756639598317,41.70629547419925],[-72.77577095984839,41.70597947413466],[-72.77579295985204,41.705918474122164],[-72.77586795986521,41.70572247408181],[-72.77591795987409,41.70559347405523],[-72.77597095987275,41.70526947399084],[-72.77597895986203,41.705037473945694],[-72.77570395972208,41.70415947378467],[-72.7756579596997,41.70403047376121],[-72.77545995959579,41.70334347363467],[-72.77528395950876,41.70282547354011],[-72.77517995945726,41.70251847348406],[-72.77484995927682,41.701246473248574],[-72.77471395920222,41.70071847315079],[-72.7747039591961,41.70066847314144],[-72.77467595917844,41.70051947311351],[-72.77466695917268,41.70047047310432],[-72.77464995916176,41.70037647308668],[-72.77459895912902,41.70009547303394],[-72.77458295911846,41.70000247301646],[-72.77453795909344,41.6998214729829],[-72.77440395901868,41.69927947288231],[-72.77435995899403,41.699099472848914],[-72.77432295897252,41.69893447281817],[-72.7742119589081,41.69844147272635],[-72.77417495888665,41.6982774726958],[-72.77416495888012,41.69822047268511],[-72.77413495886053,41.69804947265297],[-72.774124958854,41.697992472642284],[-72.77407795882348,41.6977274725925],[-72.77393995873301,41.69693347244329],[-72.77389395870289,41.69666947239368],[-72.77366395862049,41.69653847237575],[-72.77361595860319,41.696509472371666],[-72.77328995848575,41.69631247234407],[-72.77296095836674,41.69610447231442],[-72.77279395830702,41.69601147230181],[-72.77251395820699,41.69585647228083],[-72.77237895815604,41.69573447226157],[-72.77227495811461,41.695602472239386],[-72.77220595808527,41.69548247221838],[-72.77218495807533,41.69542847220862],[-72.7720679580195,41.69511947215257],[-72.77176195784696,41.69384847191647],[-72.7716349577752,41.693318471817975],[-72.77159495775479,41.69318947179429],[-72.77150295770728,41.69288347173804],[-72.7714799576952,41.6928034717233],[-72.77144295767576,41.69267447169952],[-72.77142495766623,41.69261047168771],[-72.77138495764518,41.69247047166189],[-72.77137095763774,41.69242047165268],[-72.77135495762893,41.692357471641],[-72.7713229576105,41.69221747161494],[-72.7712299575561,41.69179747153665],[-72.77119895753803,41.69165847151073],[-72.77158095766052,41.69162547149205],[-72.77272695802797,41.69152847143633],[-72.77310995815087,41.691497471417975],[-72.77360695830927,41.69143847139054],[-72.77399695843366,41.69139347136925],[-72.7751009587869,41.69128647131297],[-72.77559995894663,41.69123947128779],[-72.775851959027,41.691210471274026],[-72.77660795926808,41.69112347123283],[-72.77686095934882,41.691095471219256],[-72.77711195942915,41.69107147120652],[-72.77786695967085,41.69100047116844],[-72.77811895975155,41.690977471155854],[-72.77818795977356,41.69096947115207],[-72.77839595984,41.69094747114112],[-72.77846595986239,41.6909404711375],[-72.77862795991409,41.690922471128815],[-72.77911596006993,41.69087047110302],[-72.77927896012208,41.69085447109465],[-72.77950896019637,41.69084447108531],[-72.7801999604197,41.69081647105761],[-72.78043096049437,41.6908074710484],[-72.78068696057593,41.690776471034155],[-72.7814549608207,41.69068547099179],[-72.78171196090263,41.69065547097768],[-72.78198596098859,41.69059947095801],[-72.78221396105823,41.69051947093517],[-72.7824529611293,41.69040247090483],[-72.78268596119396,41.69020747085957],[-72.78285496123674,41.68999447081289],[-72.78293996125343,41.689803470773185],[-72.78296496125108,41.68962047073696],[-72.78297196124562,41.68948547071059],[-72.78295496122453,41.6892144706587],[-72.78289796118611,41.688868470593555],[-72.78286096115157,41.68847647051887],[-72.78286496114887,41.68840647050521],[-72.78287996114048,41.68817547046001],[-72.78295496114613,41.6878484703943],[-72.78333696125632,41.68760247033437],[-72.78333796125582,41.68758747033143],[-72.7833809612457,41.68716747024875],[-72.78343096124671,41.68690147019564],[-72.7835819612802,41.68662847013793],[-72.7837979613299,41.68626947006146],[-72.7839959613776,41.68597746999856],[-72.78412496141075,41.685823469964596],[-72.78415096141651,41.68577646995467],[-72.78429396145145,41.68557446991095],[-72.78505996166056,41.684873469750556],[-72.78549396178438,41.68456946967771],[-72.78604696194344,41.684204469589226],[-72.78624096199916,41.684075469557996],[-72.78654596208483,41.683838469502284],[-72.78691196218583,41.683522469429306],[-72.78727196228405,41.68319246935381],[-72.78778196242497,41.68275546925278],[-72.78805596249815,41.68247646918993],[-72.7880609625147,41.6827364692401],[-72.78827096266247,41.684120469501245],[-72.78832896269891,41.6844264695586],[-72.78837796272744,41.68464546959941],[-72.78852496281316,41.68530546972243],[-72.78857496284206,41.685525469763405],[-72.78875296294437,41.6862984699073],[-72.78890296303223,41.68697847003407],[-72.78893796305078,41.68710347005716],[-72.7890429631065,41.687478470126344],[-72.78907896312545,41.68760447014956],[-72.78910596314205,41.687740470175015],[-72.78918896319247,41.68814847025131],[-72.78921696320938,41.68828447027672],[-72.78944896333445,41.689147470436296],[-72.78955996339401,41.689555470511664],[-72.79017896372025,41.69172847091228],[-72.79042496384972,41.69258847107079],[-72.79050496388683,41.69278147110554],[-72.79074496399821,41.693360471209864],[-72.79082496403538,41.693554471244816],[-72.7908739640569,41.69365147126203],[-72.79102096412146,41.69394247131358],[-72.79106996414303,41.69404047133097],[-72.79114796418231,41.6942824713753],[-72.79118196419927,41.69438447139394],[-72.79121396422163,41.69459247143313],[-72.79119796424209,41.69503947152018],[-72.79118996425413,41.695294471569774],[-72.79118296426309,41.69549047160793],[-72.79116196429004,41.6960784717224],[-72.79115496429901,41.69627447176056],[-72.79115296431934,41.69663947183125],[-72.79115196435083,41.69719347193848],[-72.79121396438978,41.69752047199976],[-72.79125596441304,41.69768747203073],[-72.7912669644187,41.697723472037325],[-72.79137596447423,41.69807247210135],[-72.79144296450524,41.698232472130144],[-72.79144396450575,41.69823547213069],[-72.79164896459986,41.69871247221639],[-72.79171896463184,41.698872472245085],[-72.79181296467185,41.6990364722738],[-72.79184096468373,41.69908447228218],[-72.79198396474223,41.699292472317815],[-72.7921549648091,41.69948747235001],[-72.79228096485826,41.69962947237343],[-72.79245196492411,41.69980647240217],[-72.79296796512263,41.70033847248846],[-72.79313996518886,41.70051647251734],[-72.7932459652295,41.70062347253463],[-72.79356696535262,41.70094747258697],[-72.79367396539364,41.70105547260439],[-72.79374996541756,41.701041472599236],[-72.79386996546471,41.70118147262245],[-72.79438296566599,41.7017784727214],[-72.79455496573341,41.701977472754365],[-72.79483396584067,41.702263472800695],[-72.79567096616245,41.70312147293967],[-72.79595096627001,41.70340747298597],[-72.79550396614279,41.70372547306193],[-72.79511696603272,41.70400247312802],[-72.79436296581632,41.704507473250054],[-72.79413596574994,41.704638473282735],[-72.79402896571872,41.70470147329837],[-72.79364996560622,41.704890473347156],[-72.79316896546952,41.70523647342963],[-72.79290596539579,41.70544347347816],[-72.79260496530856,41.70563047352407],[-72.79219896518502,41.70578047356617],[-72.79198596512494,41.70594147360419],[-72.78974996449566,41.70765747400834],[-72.78826596407782,41.70879347427599],[-72.78750696386412,41.70937447441289],[-72.78740296383475,41.70945247443132],[-72.78633696353488,41.71027347462455],[-72.7829929625942,41.712848475230565],[-72.78278196252764,41.712885475244526],[-72.78132796206937,41.713148475342315],[-72.78088596192973,41.713222475370884],[-72.78050996181098,41.7132864753954],[-72.7795609615107,41.713437475455216],[-72.7791199613712,41.71350847548318],[-72.77893496131234,41.71353247549379],[-72.77837996113585,41.71360547552582],[-72.77819596107739,41.713630475536604]]]},"properties":{"name":4175,"geoid":"09003417500"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.6590489204534,41.68167947318316],[-72.65904992045955,41.68178147320289],[-72.65905292047798,41.68208747326206],[-72.65905392047985,41.682114473267255],[-72.65905392048418,41.68219047328196],[-72.65931392056113,41.682055473247516],[-72.66009492079242,41.681651473144214],[-72.66035592086976,41.68151747310989],[-72.66188992135612,41.68128647301599],[-72.66334192180881,41.680933472901074],[-72.66374092192925,41.68076747285612],[-72.66493792229075,41.68027147272167],[-72.66533792241157,41.6801064726769],[-72.66534092241172,41.68009147267388],[-72.66535192241288,41.6800494726654],[-72.66535592241337,41.68003547266255],[-72.66536092241392,41.68001647265873],[-72.66537492241524,41.679959472647234],[-72.66538092241618,41.679941472643556],[-72.6655389224274,41.679236472501934],[-72.66570192243935,41.678515472357056],[-72.66599692245583,41.677120472077384],[-72.66606092245968,41.676822472017605],[-72.66616192246954,41.67641847193611],[-72.66618692246946,41.676274471907405],[-72.66626392247007,41.675845471821845],[-72.66629092247076,41.67570347179347],[-72.66652192248405,41.67461747157569],[-72.66697092251799,41.67264947118006],[-72.66707592253931,41.67242347113291],[-72.66719992256587,41.67218147108205],[-72.66737492260987,41.67195347103227],[-72.66774392270509,41.67151647093578],[-72.66848992291217,41.6708884707902],[-72.66911292309015,41.670452470685746],[-72.66942992318162,41.67024647063568],[-72.66971492326273,41.67004147058683],[-72.66982692329458,41.66996047056756],[-72.66994092332833,41.66990147055246],[-72.67017392340395,41.66989747054422],[-72.6709369236476,41.669813470503485],[-72.67109892369795,41.66977147049015],[-72.67158492384922,41.669649470450935],[-72.67174692389965,41.66960847043781],[-72.67188992394665,41.66961647043476],[-72.67232192408873,41.66964147042575],[-72.67246592413612,41.66965047042288],[-72.67338992444006,41.669704470403715],[-72.6761649253528,41.669866470346115],[-72.67692392560248,41.66991147033051],[-72.67708892565729,41.669930470328886],[-72.67815092601379,41.670118470331246],[-72.68092992694675,41.67061247033783],[-72.68134092708421,41.670676470337035],[-72.68240792744126,41.670845470335536],[-72.68263092752152,41.670979470354354],[-72.68283292759429,41.6711024703717],[-72.68302092768471,41.671614470464846],[-72.68311192772832,41.67185947050938],[-72.68334392780265,41.6718384704979],[-72.68404292802687,41.671779470464045],[-72.68427592810166,41.67176047045288],[-72.68476592825559,41.67166247041817],[-72.68623992871888,41.67137147031451],[-72.68673092887322,41.67127447027996],[-72.68705892897684,41.6712194702588],[-72.68804592928889,41.67105647019555],[-72.68837492939292,41.67100247017453],[-72.6919079305181,41.6705634699761],[-72.6958759317818,41.67007046975325],[-72.70250693389349,41.66924646938075],[-72.70603993501857,41.66880746918227],[-72.70613893507165,41.66917246924979],[-72.70643593523106,41.670270469452944],[-72.70653493528418,41.67063646952065],[-72.70648393526929,41.6706664695281],[-72.70633093522481,41.67075946955104],[-72.70628093521029,41.67079046955865],[-72.70641293528675,41.671376469667926],[-72.70680893551616,41.67313546999592],[-72.70694093559267,41.67372247010537],[-72.70658093547772,41.6737614701245],[-72.70550293513354,41.673880470182176],[-72.70514393501897,41.67392047020144],[-72.70513093501484,41.67392247020226],[-72.70509093500216,41.67392847020467],[-72.70507893499841,41.67393147020566],[-72.70178993395352,41.67438447039903],[-72.70036493350085,41.67458147048294],[-72.70037693350892,41.674654470496705],[-72.70037793351104,41.67468547050266],[-72.70038293351796,41.67477847052053],[-72.7003849335204,41.67480947052647],[-72.70042893354352,41.67496347055488],[-72.70056293361364,41.67542747064045],[-72.70060793363713,41.67558247066901],[-72.7006789336782,41.67589647072756],[-72.70089193380143,41.67683947090337],[-72.70096393384284,41.677154470962066],[-72.70098193385071,41.67718947096826],[-72.70103593387446,41.67729747098744],[-72.70105393388239,41.67733347099384],[-72.70092293383972,41.67733347099805],[-72.70089293383106,41.67735247100269],[-72.70087193382683,41.67739847101227],[-72.70086893383045,41.677478471027854],[-72.7009849339003,41.678040471132974],[-72.70151293421848,41.68060047161181],[-72.70168993432493,41.68145447177153],[-72.70173893435442,41.68169147181584],[-72.70188593444303,41.68240447194919],[-72.7019359344729,41.682642471993674],[-72.7021699346031,41.683587472169144],[-72.70224593465632,41.68408547226315],[-72.70228993468103,41.68426747229698],[-72.70239893474238,41.684719472381005],[-72.70269593490896,41.685942472608296],[-72.70272393492587,41.68607847263372],[-72.70281993498318,41.68653447271894],[-72.70286193501333,41.68682247277334],[-72.70287993502347,41.686897472787294],[-72.70296493507041,41.68723447284981],[-72.70310193515763,41.68797947298967],[-72.70310393515884,41.68798947299154],[-72.70312193517847,41.68823047303763],[-72.70308393517246,41.68834147306033],[-72.7031159351895,41.68845747308176],[-72.70321193524072,41.68880647314626],[-72.70324393525783,41.688923473167875],[-72.70317493523471,41.688912473167974],[-72.70296893516594,41.68888247316878],[-72.70290093514323,41.68887247316902],[-72.7026809350695,41.68883547316893],[-72.70259093503932,41.68882047316892],[-72.70202493484834,41.68870347316444],[-72.7018069347748,41.68865847316273],[-72.70158993470315,41.688641473166406],[-72.70135593462594,41.68862347317044],[-72.70101093451343,41.68862047318095],[-72.70094093449076,41.688622473183585],[-72.70072493442099,41.68863247319245],[-72.7006119343845,41.688637473197055],[-72.70005393420732,41.68871647323027],[-72.69964293407686,41.688775473254886],[-72.69882793381646,41.68886247329793],[-72.69839493367576,41.6888674733128],[-72.6980629335659,41.68883647331746],[-72.69803593355675,41.68883047331716],[-72.69737193333323,41.68870247331369],[-72.6969589331939,41.688617473310515],[-72.6957199327759,41.68836247330091],[-72.69530793263695,41.68827847329788],[-72.69468093243084,41.688244473311435],[-72.6944789323645,41.68823447331598],[-72.69373893212583,41.68827447334748],[-72.69281093183098,41.68840247340206],[-72.69275093181197,41.68841147340574],[-72.69218693163123,41.688462473433724],[-72.69181993151487,41.68851747345615],[-72.69162993145473,41.688547473468056],[-72.69071393116252,41.688653473517995],[-72.69034593104514,41.688696473538144],[-72.6900089309378,41.688738473557095],[-72.68900193061715,41.68886547361401],[-72.68866593051021,41.68890847363313],[-72.68839893042568,41.688950473649825],[-72.68832893040356,41.688962473654385],[-72.68788493026351,41.68904147368394],[-72.68760493017626,41.68911047370629],[-72.68734293009474,41.68917647372748],[-72.68722193005864,41.68923447374261],[-72.68720593005389,41.689242473744656],[-72.68685292994763,41.68939447378543],[-72.68672992991065,41.68944847379982],[-72.68663792988298,41.68948847381051],[-72.68635692979983,41.68963447384781],[-72.68524892947212,41.690213473995485],[-72.68487992936298,41.6904064740447],[-72.68401092910588,41.6908594741603],[-72.68305192882228,41.6913614742883],[-72.68286292876566,41.691447474311005],[-72.6820399285084,41.69163547437382],[-72.68124392825672,41.69176747442492],[-72.68027792795142,41.691929474487296],[-72.6800239278711,41.69197147450357],[-72.67926492763131,41.692100474552895],[-72.67901192755139,41.69214347456936],[-72.67883392749508,41.69217247458066],[-72.6783009273267,41.692263474615395],[-72.67812392727083,41.69229447462707],[-72.67801492723629,41.69231147463387],[-72.67768792713296,41.69236647465501],[-72.67757992709886,41.69238547466216],[-72.67706092693541,41.6924824746976],[-72.6755069264462,41.692777474804565],[-72.6749899262835,41.69287647484033],[-72.67274892557975,41.69333247500051],[-72.67066892492518,41.69373147514449],[-72.66979792465062,41.69389047520321],[-72.66839592421093,41.6941864753055],[-72.66820292415042,41.69422747531962],[-72.66762792397037,41.69435347536246],[-72.66743592391023,41.694395475376744],[-72.6671609238224,41.69442547539138],[-72.66698692376687,41.69444547540084],[-72.66634492356515,41.694574475446395],[-72.66607392348004,41.69462947546574],[-72.66582292340114,41.694679475483476],[-72.66507292316564,41.694832475537154],[-72.66482292308714,41.69488347555504],[-72.66457492300924,41.694933475572675],[-72.66383392277653,41.695084475625684],[-72.663586922699,41.69513547564348],[-72.66333892262098,41.69518347566072],[-72.66259792238797,41.69532947571275],[-72.66235192231068,41.695378475730124],[-72.66173792211734,41.69549447577227],[-72.65989892153844,41.69584547589919],[-72.65963192145445,41.69589747591783],[-72.65928292134319,41.69593947593713],[-72.65926092135368,41.69624847599768],[-72.65919792138605,41.69717547617918],[-72.6591949213879,41.69722447618877],[-72.65916092139159,41.69748347624],[-72.65911792138336,41.69758447626092],[-72.65910392138073,41.69761847626796],[-72.65901092135879,41.69776447629921],[-72.65891492133169,41.69783747631642],[-72.65882792130718,41.697904476332184],[-72.65872692127638,41.697941476342585],[-72.65860692123992,41.69798747635535],[-72.6584229211835,41.69804847637304],[-72.65832092115221,41.698082476382915],[-72.65801192105576,41.69815547640694],[-72.65796492104128,41.69817047641135],[-72.65768392095495,41.698261476437985],[-72.65724792082159,41.6984124764812],[-72.65696492073593,41.69852647651234],[-72.65693092072583,41.69854347651672],[-72.65660892063093,41.69871847656093],[-72.6557479202629,41.697183476291336],[-72.65487291988892,41.695623476017346],[-72.65446591971906,41.69496947590376],[-72.65411991956681,41.69427647578067],[-72.65357091932412,41.693156475581404],[-72.6532939191975,41.692518475466734],[-72.65298091905427,41.69179447533657],[-72.65261991888536,41.69089447517385],[-72.65221991870467,41.6900104750155],[-72.65164891844667,41.68874747478921],[-72.6509609181451,41.68738847454807],[-72.65091191812363,41.68729147453084],[-72.6508219180864,41.6871524745068],[-72.65044291792972,41.686569474406035],[-72.65020891783897,41.686314474364146],[-72.65020191783628,41.68630747436304],[-72.64984191769669,41.685915474298646],[-72.64945991755097,41.68554147423845],[-72.64920691745436,41.68529247419833],[-72.64918391744348,41.68523247418743],[-72.64917691744012,41.68521347418398],[-72.64913191741611,41.685049474153665],[-72.6491159174074,41.68498847414236],[-72.64941091749915,41.68491247411819],[-72.65029891777544,41.68468647404598],[-72.65059491786758,41.684611474021956],[-72.6508109179346,41.68455347400381],[-72.65124291806873,41.684438473967695],[-72.65145891813576,41.68438047394953],[-72.6516759182032,41.68432347393154],[-72.65409291894638,41.68355347370496],[-72.65439591903804,41.68343047367143],[-72.65515391926692,41.68311547358612],[-72.65654491969514,41.682681473457485],[-72.65671091974639,41.68263247344268],[-72.65729591992714,41.68246147339081],[-72.65746291997823,41.682403473374215],[-72.65764092003278,41.6823434733569],[-72.65786692010327,41.68228947333919],[-72.65797092013527,41.682256473329474],[-72.6580599201627,41.68222947332138],[-72.65814192018827,41.682209473314884],[-72.65832292024118,41.682103473288564],[-72.65886692040013,41.681784473209326],[-72.6590489204534,41.68167947318316]]]},"properties":{"name":4926,"geoid":"09003492600"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.70653493528418,41.67063646952065],[-72.70666593532226,41.670556469500966],[-72.7068129353651,41.67046846947919],[-72.70707693544401,41.670345469446886],[-72.70721693548595,41.67028146943],[-72.7072579354982,41.67026246942501],[-72.70771793563927,41.67011046938079],[-72.70775593565094,41.670098469377244],[-72.70826793581043,41.66997246933639],[-72.70907293606659,41.66986946929059],[-72.70928193613321,41.66984446927903],[-72.70980893630129,41.66978346925029],[-72.71042793649865,41.669710469216255],[-72.7106469365685,41.66968546920438],[-72.71108593670867,41.66963746918099],[-72.7125659371816,41.66948246910342],[-72.71316493737237,41.66940846906985],[-72.71400393763966,41.669306469023134],[-72.71438793776171,41.66925446900073],[-72.71444593778018,41.66924746899749],[-72.71530493805503,41.66916346895362],[-72.71554493813223,41.66914746894283],[-72.71593193825679,41.66912246892556],[-72.71586793822567,41.66894246889273],[-72.71567893813346,41.66840546879479],[-72.71561593810272,41.66822646876213],[-72.71553693805946,41.667919468705215],[-72.71530093793011,41.66700046853476],[-72.71529093792451,41.66695946852714],[-72.71521793788722,41.66672246848356],[-72.71521993788637,41.66669646847847],[-72.71522193788475,41.66665646847065],[-72.71523093788092,41.66653846844751],[-72.71523393787969,41.666499468439866],[-72.71531293789236,41.66627146839316],[-72.71533793789821,41.6662314683846],[-72.71566793797633,41.66571846827461],[-72.71581993801405,41.66551246822983],[-72.71599193805679,41.665280468179354],[-72.71622193811376,41.66496746811133],[-72.71629893813295,41.66486446808891],[-72.7165849382057,41.66450846801075],[-72.71684793826978,41.66413146792926],[-72.71688593827558,41.664016467905746],[-72.71700893829458,41.66364846783053],[-72.71702893829772,41.663589467818454],[-72.71707193830436,41.66346046779207],[-72.71726293833424,41.66289546767648],[-72.71732693834441,41.6627084676382],[-72.71738193835529,41.6625854676126],[-72.71748093838121,41.6624754675881],[-72.71791293850652,41.662207467522315],[-72.7181329385714,41.66208946749237],[-72.71836793864075,41.6619644674606],[-72.71911693887176,41.66174046739315],[-72.71971193906117,41.661665467359505],[-72.72081793941493,41.66155646730285],[-72.72117793952886,41.66149946728024],[-72.72139493959756,41.66146546726667],[-72.72191193976474,41.66144646724639],[-72.72221293986524,41.66149046724524],[-72.72255593998221,41.66158346725223],[-72.72283794007839,41.66166046725809],[-72.72344494028204,41.66176646725913],[-72.72360594033466,41.66177046725472],[-72.7239629404515,41.66178146724538],[-72.72428094055557,41.66179146723711],[-72.72523494086799,41.66182446721283],[-72.72555294097212,41.66183546720475],[-72.72574994103601,41.66183146719765],[-72.72634294122848,41.66182146717666],[-72.72654094129275,41.6618184671697],[-72.72676894141503,41.6626594673253],[-72.726853941466,41.663067467401625],[-72.72691894150599,41.663396467463265],[-72.72698594154672,41.66372746752523],[-72.72704294158162,41.664013467578805],[-72.72721594168698,41.66487146773945],[-72.72727394172225,41.6651584677932],[-72.7273359417696,41.66563346788321],[-72.72739594181519,41.66608946796962],[-72.72744794185985,41.666574468061896],[-72.72752494191269,41.667060468153565],[-72.72754994192975,41.667216468182964],[-72.7275999419642,41.66753446824298],[-72.72765394199459,41.66775846828464],[-72.72781594208574,41.668430468409575],[-72.72786994211619,41.66865546845143],[-72.72798694218922,41.66926646856602],[-72.72823294234225,41.670542468805266],[-72.72834094241006,41.67111346891238],[-72.72835694241955,41.67118846892641],[-72.7284679424864,41.67172546902685],[-72.72853194252484,41.672033469084454],[-72.72855994254157,41.67216646910929],[-72.72896194280037,41.67440346952963],[-72.7289949428213,41.674581469563044],[-72.72914894292005,41.67543146972271],[-72.72924194298827,41.67609446984812],[-72.72935894307358,41.676920470004326],[-72.72959594321667,41.678072470219796],[-72.7297319432985,41.67872947034264],[-72.72975794331562,41.67888047037104],[-72.7298379433677,41.679335470456586],[-72.72986494338517,41.67948747048515],[-72.72991594341494,41.67971747052805],[-72.7300699435046,41.68040847065691],[-72.73012194353477,41.680639470699965],[-72.7301739435661,41.680891470747085],[-72.73033294366113,41.68164747088836],[-72.73038694369312,41.68189947093543],[-72.73075494392144,41.6837954712907],[-72.73046994383175,41.68384947131032],[-72.73030594378008,41.683879471321404],[-72.72981494362561,41.6839734713554],[-72.7296519435743,41.68400447136665],[-72.72940594349721,41.68405647138462],[-72.72866994326675,41.68421647143927],[-72.72842494319002,41.684269471457405],[-72.72817694311226,41.68432147147546],[-72.72743494287987,41.684481471530304],[-72.72718794280249,41.68453447154851],[-72.72595294241557,41.68479947163952],[-72.72519094217715,41.68496847169674],[-72.72473294203374,41.685067471730626],[-72.72457294198357,41.68510147174238],[-72.72383594175656,41.68532747180983],[-72.72317094155397,41.68557047187826],[-72.722055941219,41.686060472008975],[-72.72178694113873,41.68618847204241],[-72.7215239410617,41.68633847207992],[-72.72135794101018,41.686382472093776],[-72.72119094095842,41.68642847210804],[-72.7209579408871,41.68650747213083],[-72.72086694085885,41.686531472138384],[-72.72070194080774,41.68657747215261],[-72.7205679407662,41.68661347216389],[-72.72021894065617,41.686676472187315],[-72.71982594053091,41.686723472209046],[-72.71881794021405,41.68692147227977],[-72.71865994016451,41.686954472291255],[-72.7178069398925,41.687054472338026],[-72.71654493948758,41.687158472398735],[-72.7156609392029,41.687213472437804],[-72.71501293899496,41.6872664724689],[-72.71434893878317,41.687343472505134],[-72.71302393836211,41.68752447258276],[-72.71291293832674,41.68753747258886],[-72.71258093822094,41.68757747260726],[-72.71247093818592,41.687591472613526],[-72.71226093811885,41.687614472624716],[-72.71163293791845,41.68768547265866],[-72.71142393785182,41.6877104726702],[-72.71125293779718,41.687728472679176],[-72.71074193763384,41.687781472705865],[-72.71057193757957,41.687800472715004],[-72.70984793734911,41.68789247275609],[-72.70767593665782,41.688170472879705],[-72.70729093653533,41.688220472901754],[-72.70695193642284,41.688183472905465],[-72.70686193640398,41.68836647294382],[-72.70673093637676,41.68863647300028],[-72.70663693636087,41.688893473053064],[-72.70663393636201,41.68893047306033],[-72.70663093636401,41.68898247307048],[-72.70669593639306,41.68912047309512],[-72.70643993630469,41.68903247308631],[-72.70601593616594,41.689020473097614],[-72.70517093588954,41.68899847312049],[-72.70447693566254,41.68898047313932],[-72.70393393548575,41.688980473156754],[-72.70387893546791,41.68898147315871],[-72.703495935342,41.68896047316694],[-72.70324393525783,41.688923473167875],[-72.70321193524072,41.68880647314626],[-72.7031159351895,41.68845747308176],[-72.70308393517246,41.68834147306033],[-72.70312193517847,41.68823047303763],[-72.70310393515884,41.68798947299154],[-72.70310193515763,41.68797947298967],[-72.70296493507041,41.68723447284981],[-72.70287993502347,41.686897472787294],[-72.70286193501333,41.68682247277334],[-72.70281993498318,41.68653447271894],[-72.70272393492587,41.68607847263372],[-72.70269593490896,41.685942472608296],[-72.70239893474238,41.684719472381005],[-72.70228993468103,41.68426747229698],[-72.70224593465632,41.68408547226315],[-72.7021699346031,41.683587472169144],[-72.7019359344729,41.682642471993674],[-72.70188593444303,41.68240447194919],[-72.70173893435442,41.68169147181584],[-72.70168993432493,41.68145447177153],[-72.70151293421848,41.68060047161181],[-72.7009849339003,41.678040471132974],[-72.70086893383045,41.677478471027854],[-72.70087193382683,41.67739847101227],[-72.70089293383106,41.67735247100269],[-72.70092293383972,41.67733347099805],[-72.70105393388239,41.67733347099384],[-72.70103593387446,41.67729747098744],[-72.70098193385071,41.67718947096826],[-72.70096393384284,41.677154470962066],[-72.70089193380143,41.67683947090337],[-72.7006789336782,41.67589647072756],[-72.70060793363713,41.67558247066901],[-72.70056293361364,41.67542747064045],[-72.70042893354352,41.67496347055488],[-72.7003849335204,41.67480947052647],[-72.70038293351796,41.67477847052053],[-72.70037793351104,41.67468547050266],[-72.70037693350892,41.674654470496705],[-72.70036493350085,41.67458147048294],[-72.70178993395352,41.67438447039903],[-72.70507893499841,41.67393147020566],[-72.70509093500216,41.67392847020467],[-72.70513093501484,41.67392247020226],[-72.70514393501897,41.67392047020144],[-72.70550293513354,41.673880470182176],[-72.70658093547772,41.6737614701245],[-72.70694093559267,41.67372247010537],[-72.70680893551616,41.67313546999592],[-72.70641293528675,41.671376469667926],[-72.70628093521029,41.67079046955865],[-72.70633093522481,41.67075946955104],[-72.70648393526929,41.6706664695281],[-72.70653493528418,41.67063646952065]]]},"properties":{"name":4941,"geoid":"09003494100"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.75035794837883,41.65017546414801],[-72.7503889484007,41.65038146418695],[-72.75048194846646,41.651002464304284],[-72.75051294848839,41.65120946434341],[-72.7505209485224,41.651758464449536],[-72.75054494862444,41.653406464768075],[-72.75055294865851,41.65395646487438],[-72.75082494880657,41.65499746506734],[-72.75164294925153,41.65812246564646],[-72.7519159494,41.659164465839545],[-72.75222694959002,41.6607164661302],[-72.75316295016128,41.665375467002576],[-72.75347495035173,41.66692846729334],[-72.75348995036657,41.667102467326565],[-72.75353795041201,41.667623467425926],[-72.75355495042757,41.66779846745927],[-72.75352195042598,41.667958467491324],[-72.7535459504418,41.66809846751767],[-72.75359395047306,41.66837146756899],[-72.75375495056096,41.6689914676839],[-72.75383295060335,41.669288467738916],[-72.75395195067432,41.66985146784411],[-72.75430895088721,41.67154046815973],[-72.75442795095825,41.672104468265125],[-72.75431095092127,41.67212346827257],[-72.7538769507841,41.672195468300494],[-72.75257595037313,41.67241346838458],[-72.75222695026284,41.67247146840705],[-72.75167795008943,41.67256346844253],[-72.75132794997883,41.672621468465024],[-72.75027794964711,41.67279746853291],[-72.74992894953691,41.672856468555565],[-72.74987094951854,41.67286546855918],[-72.74969694946367,41.672896468570784],[-72.74963994944575,41.67290746857474],[-72.74926794932838,41.67297246859932],[-72.74917194929816,41.672990468605896],[-72.74870594914894,41.67303346862921],[-72.74776594884814,41.673123468676884],[-72.74758994879146,41.67313446868467],[-72.74656994846397,41.673213468732804],[-72.74596194826883,41.673261468761666],[-72.74578094821076,41.673276468770396],[-72.74523994803747,41.67332546879729],[-72.7450599479798,41.673341468806164],[-72.74486894791876,41.673361468816196],[-72.7442959477359,41.67342546884703],[-72.74410594767527,41.6734464688572],[-72.74393094761912,41.67346046886554],[-72.7434059474508,41.673505468891165],[-72.743231947395,41.67352046889965],[-72.74304694733598,41.673541468909676],[-72.74249194715918,41.67360846894051],[-72.74230794710057,41.67363146895089],[-72.74224294707987,41.67363946895453],[-72.742050947019,41.67366746896612],[-72.74198694699872,41.67367746897012],[-72.74173494691836,41.673706468983845],[-72.74098294667857,41.67379346902487],[-72.74073194659857,41.673823469038766],[-72.74018094642214,41.67387446906637],[-72.73852894589338,41.67403146914992],[-72.73797894571737,41.674084469177885],[-72.7374709455543,41.674124469201956],[-72.73705094541951,41.67415846922206],[-72.73595394507026,41.67429546928387],[-72.73544994490987,41.67435946931248],[-72.73524894484582,41.67438346932359],[-72.73464794465451,41.67445946935763],[-72.73444794459091,41.674485469369095],[-72.73375994437083,41.674553469404394],[-72.73337494424797,41.674596469425104],[-72.73245594395488,41.674702469475186],[-72.73196194379881,41.67478546950714],[-72.73019594324634,41.67517746963984],[-72.72950494303026,41.675332469692094],[-72.72914894292005,41.67543146972271],[-72.7289949428213,41.674581469563044],[-72.72896194280037,41.67440346952963],[-72.72855994254157,41.67216646910929],[-72.72853194252484,41.672033469084454],[-72.7284679424864,41.67172546902685],[-72.72835694241955,41.67118846892641],[-72.72834094241006,41.67111346891238],[-72.72823294234225,41.670542468805266],[-72.72798694218922,41.66926646856602],[-72.72786994211619,41.66865546845143],[-72.72781594208574,41.668430468409575],[-72.72765394199459,41.66775846828464],[-72.7275999419642,41.66753446824298],[-72.72754994192975,41.667216468182964],[-72.72752494191269,41.667060468153565],[-72.72744794185985,41.666574468061896],[-72.72739594181519,41.66608946796962],[-72.7273359417696,41.66563346788321],[-72.72727394172225,41.6651584677932],[-72.72721594168698,41.66487146773945],[-72.72704294158162,41.664013467578805],[-72.72698594154672,41.66372746752523],[-72.72691894150599,41.663396467463265],[-72.726853941466,41.663067467401625],[-72.72676894141503,41.6626594673253],[-72.72654094129275,41.6618184671697],[-72.72634294122848,41.66182146717666],[-72.72574994103601,41.66183146719765],[-72.72555294097212,41.66183546720475],[-72.72523494086799,41.66182446721283],[-72.72428094055557,41.66179146723711],[-72.7239629404515,41.66178146724538],[-72.72360594033466,41.66177046725472],[-72.72344494028204,41.66176646725913],[-72.72283794007839,41.66166046725809],[-72.72255593998221,41.66158346725223],[-72.72221293986524,41.66149046724524],[-72.72244493991688,41.661072467156785],[-72.72314294007249,41.6598194668916],[-72.72337594012448,41.65940246680332],[-72.72377194021271,41.658690466652644],[-72.72493694047245,41.656599466210075],[-72.72495994047746,41.65655646620099],[-72.72535894056678,41.6558464660506],[-72.72547194059077,41.655622466003585],[-72.72561694062185,41.655340465944285],[-72.72581394066385,41.65495346586295],[-72.72592794068821,41.65473046581609],[-72.72616594074198,41.65431546572801],[-72.72678294088172,41.653246465501056],[-72.72688094090357,41.65307046546378],[-72.72711394095552,41.6526524653753],[-72.72683694085941,41.65254846536404],[-72.72680994085019,41.65254046536337],[-72.72653294075545,41.65246046535676],[-72.7260969406083,41.65236846535294],[-72.72585894053014,41.652356465358274],[-72.72563094045537,41.65234646536365],[-72.72553594042445,41.652346465366705],[-72.72574394049151,41.65233546535789],[-72.72589994054155,41.652322465350366],[-72.72699194089193,41.65223446529823],[-72.72735694100908,41.65220546528088],[-72.72729294093689,41.65130646510872],[-72.7271639407913,41.64949246476133],[-72.72892694135516,41.64931846467096],[-72.72904094139163,41.64930746466517],[-72.73019194175579,41.64912446459271],[-72.73033994180291,41.649106464584456],[-72.7320249423433,41.64896646450319],[-72.7344819431305,41.648748464381974],[-72.73617894367399,41.648594464297595],[-72.73693794391569,41.64850146425517],[-72.74446094631327,41.64761346384121],[-72.74469794638914,41.64759146382932],[-72.7448439464354,41.64756946382037],[-72.74528294657465,41.64750646379406],[-72.7454299466213,41.64748546378524],[-72.74581994674547,41.64743746376341],[-72.7469929471192,41.64729746369855],[-72.74738494724414,41.647251463677016],[-72.74852594760813,41.647123463615536],[-72.74987494803855,41.64697346354308],[-72.7501859482579,41.649039463933434],[-72.75035794837883,41.65017546414801]]]},"properties":{"name":4942.01,"geoid":"09003494201"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.92681900690523,41.669581462204974],[-72.92683100690795,41.669560462200494],[-72.92688900692211,41.66947946218295],[-72.92696700694131,41.6693724621597],[-72.9270380069587,41.66927346213826],[-72.92722200700966,41.66911946210247],[-72.92743200706624,41.66891646205636],[-72.92752400708282,41.66868546200867],[-72.92754100707602,41.668471461966696],[-72.92752200705706,41.66825046192453],[-72.92780300714432,41.6681784619015],[-72.9281520072554,41.668136461882035],[-72.92847700735946,41.668107461865866],[-72.92855200738343,41.66810046186208],[-72.92880700746602,41.668094461852654],[-72.92928800762559,41.668148461847494],[-72.9307310081044,41.66831246183241],[-72.93121300826435,41.66836746182739],[-72.93143000833653,41.668395461825774],[-72.93208300855378,41.66847946182083],[-72.93230100862635,41.66850846181938],[-72.93255000870897,41.668536461816714],[-72.93329700895696,41.668623461809304],[-72.93354600903962,41.66865246180683],[-72.93363000906751,41.66866246180604],[-72.93388400915197,41.668694461803994],[-72.93396900918025,41.66870546180338],[-72.93425900927642,41.668737461800134],[-72.93470900942566,41.66878746179522],[-72.93490400949007,41.66880446179218],[-72.93513000956435,41.66881746178733],[-72.93542200966029,41.66883446178115],[-72.93561400972239,41.668828461773764],[-72.93592100982005,41.66879046175645],[-72.93611200988026,41.66875746174385],[-72.93637700996328,41.66870246172461],[-72.93689801012633,41.66859146168621],[-72.9375010103141,41.66844646163856],[-72.93805801048751,41.66831246159456],[-72.93870901069086,41.66816746154534],[-72.9393000108754,41.668034461500426],[-72.93935501090853,41.66829846154973],[-72.93937601092784,41.66851446159087],[-72.93953601097196,41.66837746155915],[-72.94001701110462,41.667965461463794],[-72.94017801114911,41.667829461432234],[-72.9405620112705,41.667768461407974],[-72.94078901134282,41.66774246139556],[-72.94093001138775,41.667726461387886],[-72.94111301144667,41.66771646138002],[-72.94167001162819,41.66772246136309],[-72.9420790117636,41.66776346135775],[-72.94277301199477,41.66785846135359],[-72.94332701218039,41.6679524613538],[-72.9436130122751,41.66798146135011],[-72.94383701234847,41.66799046134458],[-72.94397601239304,41.66797946133795],[-72.94412601244107,41.66796646133056],[-72.94418901246128,41.66796146132755],[-72.94431901250292,41.66795046132118],[-72.94455201257708,41.667922461308194],[-72.94522501279134,41.667842461270865],[-72.94535101283162,41.667830461264444],[-72.94663401324087,41.667691461195865],[-72.94694301333733,41.66762146117228],[-72.94791601364169,41.66741246110024],[-72.94830801381742,41.66824746124911],[-72.94836101384234,41.668380461273124],[-72.9483740138484,41.668411461278694],[-72.94840901387063,41.66859946131395],[-72.94842301388701,41.66880446135316],[-72.94843301389858,41.66894846138071],[-72.94842001390164,41.669074461405515],[-72.94842401390449,41.66910146141061],[-72.94845601392682,41.66930746144944],[-72.94846701393911,41.66945846147831],[-72.9484990139553,41.669558461496614],[-72.94851701396456,41.66961746150744],[-72.94854601397914,41.66970646152372],[-72.94855201398212,41.66972446152701],[-72.94857001399116,41.669779461537075],[-72.9485760139942,41.66979846154055],[-72.94864101402389,41.66994646156709],[-72.94883701411331,41.67039046164664],[-72.94890301414331,41.67053846167313],[-72.9494360143893,41.67179546189907],[-72.94947601440953,41.671920461921964],[-72.94955101443966,41.672019461938675],[-72.94962301446914,41.67212446195666],[-72.94962601447045,41.672130461957735],[-72.94964901448095,41.67218246196704],[-72.94966701448911,41.6722224619742],[-72.94969201450056,41.67227946198442],[-72.94969801450324,41.672292461986736],[-72.94975201453815,41.672592462043035],[-72.94977201455072,41.67269746206271],[-72.94980201456885,41.672842462089775],[-72.9498930146236,41.67327746217101],[-72.94992401464206,41.67342246219806],[-72.94996801467134,41.67368146224675],[-72.95015001478775,41.674671462432386],[-72.9501770148026,41.674776462451824],[-72.9503180148883,41.67546546258058],[-72.95035601491043,41.67563446261204],[-72.95043501495404,41.67594446266945],[-72.9506750150859,41.67687546284179],[-72.95075501512993,41.67718646289936],[-72.9508310151685,41.67742646294333],[-72.95094501522615,41.677782463008505],[-72.95095201524886,41.67813546307658],[-72.95094901524966,41.67816646308267],[-72.95092901525773,41.67841846313208],[-72.95092301526023,41.67849546314718],[-72.95078401523816,41.67889546322907],[-72.95066601521589,41.67917446328689],[-72.95062301521185,41.67934646332158],[-72.9505670152009,41.67947246334776],[-72.95042801516323,41.67960246337743],[-72.95013701508027,41.679804463425974],[-72.9498730150063,41.68001046347441],[-72.94967201495041,41.68017446351267],[-72.94955901492499,41.680370463554254],[-72.94953301492085,41.68044546356961],[-72.94947101491127,41.68062846360703],[-72.9492790148912,41.68136146375508],[-72.949229014888,41.681587463800426],[-72.9488250147532,41.68152846380214],[-72.94761301434879,41.681352463807464],[-72.94749701431013,41.68133646380814],[-72.94720701421454,41.68131446381333],[-72.94708301417403,41.68131146381676],[-72.94671301405315,41.68130246382705],[-72.94659001401304,41.68130046383066],[-72.9462560139037,41.68128846383918],[-72.94525401357582,41.681254463865166],[-72.94492101346685,41.68124346387384],[-72.94466601338196,41.68120946387554],[-72.94461301336437,41.68120346387611],[-72.9442740132542,41.681205463887515],[-72.94396401315639,41.68125746390765],[-72.94390501313829,41.68127646391323],[-72.94373201308531,41.68133346392989],[-72.94366301306444,41.681360463937345],[-72.94349001301202,41.68142746395592],[-72.94319301292647,41.681618464002526],[-72.94227701266603,41.68226746415786],[-72.9422050126322,41.68208746412537],[-72.9421780126194,41.682017464112704],[-72.94206501256961,41.681792464072856],[-72.94189001249173,41.681429464008296],[-72.94162701236802,41.68076946388914],[-72.9412790121998,41.679817463716255],[-72.94122101216811,41.6795954636752],[-72.94112001211387,41.6792254636069],[-72.94094601202717,41.67870446351173],[-72.94084701197612,41.67837846345187],[-72.94078201193962,41.678112463402506],[-72.94077401192823,41.67796046337336],[-72.94085801190967,41.67716646321701],[-72.94086601189223,41.67681946314961],[-72.94083101186851,41.67660646310953],[-72.94056601172097,41.675544462912654],[-72.94030901156307,41.67425846267214],[-72.94019401148448,41.6735454625379],[-72.93999801142148,41.67355846254679],[-72.93941101123293,41.673599462573776],[-72.9392160111703,41.67361346258282],[-72.93785101073506,41.67376446265637],[-72.93717801052013,41.67383346269157],[-72.93675101038403,41.67388146271472],[-72.93547300997665,41.6740254627841],[-72.93504700984093,41.674074462807404],[-72.93499600982001,41.67399946279454],[-72.93484300975724,41.67377446275598],[-72.93479200973638,41.673700462743284],[-72.93387600944277,41.67377546278757],[-72.9333550092758,41.67381846281278],[-72.9311430085738,41.67412146294323],[-72.93068500842853,41.674185462970485],[-72.93023400828541,41.67424746299714],[-72.92965600810047,41.67430046302614],[-72.92951300805349,41.67429246302924],[-72.92948800804531,41.674291463029846],[-72.92935600800115,41.67427046303006],[-72.92914100792461,41.67415646301499],[-72.92893900784807,41.67396846298517],[-72.92867800774683,41.67368546293888],[-72.92853300769,41.673518462911275],[-72.92825200757865,41.673172462853415],[-72.92795300746337,41.672860462802745],[-72.92795000746212,41.67285546280187],[-72.92785800742324,41.672700462774856],[-72.92774800737136,41.67242146272445],[-72.92767200733337,41.6721914626824],[-72.92764900731784,41.672052462656254],[-72.9276070072987,41.67195746263921],[-72.92731400716472,41.67128746251906],[-72.9272170071203,41.67106446247905],[-72.92718500710568,41.67099146246597],[-72.92711000707205,41.67083146243744],[-72.92699000701806,41.670572462391206],[-72.92687200696858,41.67038046235788],[-72.92679000693165,41.67020246232608],[-72.92677500692353,41.67014646231574],[-72.92675300691126,41.670057462299226],[-72.92674800690367,41.66995446227946],[-72.92678100691153,41.66990446226872],[-72.92683000692585,41.66987646226171],[-72.92689100694366,41.66984146225294],[-72.9268640069325,41.669800462245895],[-72.92683100692156,41.669796462246175],[-72.92673200688867,41.66978446224708],[-72.92669900687768,41.66978046224737],[-72.92672200688287,41.669740462238885],[-72.92679400689937,41.66962046221333],[-72.92680900690284,41.669596462208176],[-72.92681900690523,41.669581462204974]]]},"properties":{"name":4061,"geoid":"09003406100"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.87058898752748,41.650703460371886],[-72.87105598767698,41.650661460348644],[-72.87245698812544,41.6505354602789],[-72.87292498827533,41.65049446025583],[-72.87331598840036,41.650457460236],[-72.87448998877599,41.65034846017693],[-72.87488198890149,41.65031346015746],[-72.87724998965919,41.65009546003861],[-72.88052899070527,41.64973945986355],[-72.88061399073241,41.64973045985906],[-72.88073099076897,41.649704459850234],[-72.88153899102873,41.64965145981382],[-72.88171099108371,41.649634459804965],[-72.88175199109675,41.64962945980266],[-72.88239199130136,41.64956745976994],[-72.88260599136983,41.649547459759134],[-72.88274499141336,41.64951845974902],[-72.88290199146257,41.649486459737744],[-72.88310499152608,41.64944245972265],[-72.88316499154553,41.649441459720514],[-72.88330799159199,41.649440459715684],[-72.88332999159903,41.649438459714595],[-72.88338099161545,41.64943545971237],[-72.88338399161746,41.649453459715744],[-72.88338899162041,41.64947645972004],[-72.88347799167497,41.649921459803345],[-72.88374499183868,41.651257460053436],[-72.88383499189362,41.65170346013689],[-72.88388599192436,41.651949460182905],[-72.88404099201726,41.6526874603208],[-72.88409299204832,41.652933460366754],[-72.88416499209218,41.653288460433174],[-72.88438199222405,41.65435346063239],[-72.88445499226829,41.65470946069897],[-72.88450999230162,41.65497746074908],[-72.88459099235013,41.655362460821],[-72.88473599243228,41.65597046093405],[-72.884716992431,41.65605546095112],[-72.88479499247865,41.65644246102354],[-72.88503099262236,41.65760546124109],[-72.88510999267041,41.65799346131367],[-72.88512199267805,41.658058461325865],[-72.88515799270098,41.65825346136247],[-72.88516999270867,41.658319461374845],[-72.88541899284134,41.65921646154047],[-72.88616899324023,41.66190746203721],[-72.88641899337327,41.66280546220297],[-72.88642999337922,41.66284646221056],[-72.88646299339705,41.66296946223329],[-72.88647399340303,41.66301146224106],[-72.88647699340562,41.663039462246395],[-72.88648899341455,41.66312646226285],[-72.8864929934175,41.66315546226834],[-72.88654699346762,41.66372046237598],[-72.88670899361802,41.66541646269906],[-72.88676299366816,41.66598246280688],[-72.8867399936608,41.66598446280802],[-72.88668099364212,41.66599346281168],[-72.8866769936411,41.66599846281278],[-72.88666399363791,41.666016462816685],[-72.88669699365694,41.66616046284348],[-72.88679699371441,41.666593462924084],[-72.88683099373384,41.666738462951045],[-72.88687399375871,41.66692746298624],[-72.88700499383398,41.667494463091764],[-72.88704899385918,41.667683463126906],[-72.88708199387759,41.667816463151595],[-72.88718299393354,41.66821746322594],[-72.88721699395231,41.6683514632508],[-72.88725599397584,41.66853946328593],[-72.88737499404715,41.66910546339163],[-72.88741499407105,41.66929446342691],[-72.8874329940768,41.66929246342594],[-72.88748899409477,41.669288463423364],[-72.88750799410091,41.66928746342255],[-72.88752699411758,41.66946946345716],[-72.88758399416757,41.670015463561],[-72.88760399418462,41.67019846359578],[-72.88761799419775,41.67034746362417],[-72.88766199423785,41.67079446370927],[-72.88767699425131,41.670943463737636],[-72.887703994268,41.67108046376327],[-72.88771499427479,41.67113646377374],[-72.88778499431807,41.67149246384039],[-72.8878119943348,41.67163046386622],[-72.88786699436872,41.671908463918264],[-72.88803399447127,41.67274546407485],[-72.88808999450558,41.67302446412703],[-72.88813399453193,41.67323346416606],[-72.88826699461151,41.6738634642837],[-72.8882789946187,41.67392046429435],[-72.88829499462828,41.67399646430854],[-72.8883109946379,41.674073464322916],[-72.88832299464556,41.674138464335115],[-72.88833599465349,41.674202464347076],[-72.88835299466419,41.67429246436395],[-72.88848299474436,41.67494946448689],[-72.8885269947713,41.67516846452784],[-72.88849399476062,41.67516946452911],[-72.88839899473007,41.675175464533346],[-72.88836699471976,41.67517746453478],[-72.88684399422942,41.675266464601336],[-72.88615999400919,41.675306464631234],[-72.88281199292847,41.67545346476813],[-72.88227199275279,41.675453464785626],[-72.88192899264119,41.675453464796725],[-72.8807469922551,41.67542646482978],[-72.88041299214423,41.67538846483323],[-72.87941499181302,41.6752754648437],[-72.87908199170256,41.675238464847325],[-72.87859299154064,41.67518946485367],[-72.87812999138737,41.67514346485975],[-72.87712999105418,41.675007464865814],[-72.87664399089228,41.67494146486877],[-72.87610499071086,41.674836464865905],[-72.87490399030683,41.67460546486008],[-72.87448899016702,41.674522464857446],[-72.87395198998615,41.67441546485412],[-72.8735299898443,41.674336464852495],[-72.8726599895525,41.67418446485123],[-72.872601989533,41.67417346485098],[-72.86986998861663,41.673695464846894],[-72.86854998817392,41.6734654648451],[-72.86822898806626,41.673409464844646],[-72.86774298790452,41.67334646484818],[-72.86737198778198,41.673314464853995],[-72.8672809877519,41.67330646485539],[-72.8671899877219,41.67329946485698],[-72.86708898768875,41.67329446485929],[-72.86706498768082,41.67329246485968],[-72.86698798765559,41.673289464861575],[-72.86687498761849,41.67328346486408],[-72.86669298755871,41.67327346486803],[-72.86656898751802,41.67326746487088],[-72.86678798756624,41.67286746478636],[-72.86681298757183,41.67282346477705],[-72.8674329877067,41.67166246453223],[-72.86764798775357,41.67126146444766],[-72.86752498771368,41.67126346445203],[-72.86746798769525,41.67126546445426],[-72.8671589875937,41.67124746446077],[-72.86703698755365,41.67124146446356],[-72.86661398742484,41.67139446450687],[-72.86534798703948,41.67185546463707],[-72.86492598691106,41.67200946468054],[-72.86478298686751,41.67206146469523],[-72.8643549867373,41.67221846473948],[-72.86421298669416,41.672271464754346],[-72.8626229862123,41.672887464925],[-72.86196898601355,41.67313146499342],[-72.86185498597986,41.67319046500852],[-72.86176298595132,41.673214465016144],[-72.85898098504855,41.67325546511408],[-72.85922898509924,41.672734465005206],[-72.85942898514037,41.672318464918206],[-72.86002998526408,41.67107046465717],[-72.8602309853056,41.67065546457032],[-72.86044998535212,41.670225464480005],[-72.86110598549143,41.66893746420943],[-72.8613259855383,41.66850846411926],[-72.8614219855585,41.668316464078984],[-72.86171098561933,41.66773946395793],[-72.8618079856399,41.66754846391782],[-72.86194698566963,41.66727946386124],[-72.8623659857597,41.666475463692024],[-72.86250598578984,41.666207463635615],[-72.86260198581122,41.66603646359939],[-72.86289298587637,41.665523463490665],[-72.86298998589814,41.665353463454615],[-72.86304098590881,41.66525046343303],[-72.86319498594119,41.664942463368405],[-72.86324698595224,41.66484046334698],[-72.86327698595878,41.66478446333515],[-72.8633689859791,41.66461746329985],[-72.86339998598602,41.6645624632882],[-72.86351698601217,41.66435546324434],[-72.86386998609146,41.66373746311326],[-72.86398898611831,41.663531463069525],[-72.86401498612386,41.663480463058804],[-72.86412798614865,41.663272463014884],[-72.86437298620443,41.662856462926406],[-72.86456298624735,41.662528462856756],[-72.86500198634685,41.66177546269677],[-72.86515698638108,41.66149346263714],[-72.86545098644645,41.660967462525775],[-72.86609898659098,41.65981546228175],[-72.8663129866355,41.6593794621904],[-72.86657898669097,41.65883946207723],[-72.86661998669966,41.65875846206022],[-72.86674198672532,41.65851446200901],[-72.86674298672565,41.658514462008974],[-72.86678498673471,41.65843446199213],[-72.8670399867874,41.65790846188204],[-72.86736798685425,41.65721546173723],[-72.86756698689764,41.656844461658935],[-72.86761198690722,41.65675646164045],[-72.86774598693569,41.656493461585185],[-72.86779198694563,41.65640646156684],[-72.86790098696845,41.65618646152071],[-72.8682289870373,41.65552846138268],[-72.86833898706047,41.655309461336714],[-72.86846398708659,41.65505646128368],[-72.86868798713368,41.65460846118967],[-72.86883298716285,41.654295461124356],[-72.8689519871869,41.65404046107112],[-72.86906398721021,41.65381246102334],[-72.86940198728088,41.65312946088012],[-72.86951598730492,41.65290246083249],[-72.86953998730968,41.652849460821436],[-72.86961398732478,41.65269346078884],[-72.8696389873299,41.65264146077796],[-72.86980098736375,41.652313460709195],[-72.87028698746518,41.65132846050271],[-72.8704499874994,41.6510014604341],[-72.87047598750436,41.650940460421445],[-72.87051298751173,41.650859460404554],[-72.87055998752145,41.65076246038426],[-72.87058898752748,41.650703460371886]]]},"properties":{"name":4205,"geoid":"09003420500"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.940648024517,41.895204505293954],[-72.9397750242359,41.89526250533362],[-72.93922802405982,41.895299505358594],[-72.93914702403349,41.89530050536143],[-72.93021702115631,41.89586250576105],[-72.9295460209401,41.89590450579103],[-72.92940702089597,41.89592450579941],[-72.9293740208855,41.89592950580146],[-72.929363020882,41.895930505802],[-72.92884402071506,41.89596850582625],[-72.92737102024147,41.896078505895474],[-72.92684802007255,41.89610450591757],[-72.9201670179191,41.89651150621382],[-72.92004301787908,41.896518506219216],[-72.91534701636544,41.89680550642761],[-72.91379801610404,41.900971507279685],[-72.90962501539973,41.91219250957438],[-72.90931101534659,41.913034509746566],[-72.90860701522784,41.91492851013382],[-72.90685301493195,41.91964651109839],[-72.90675501491575,41.91991551115333],[-72.90664601489712,41.920204511212454],[-72.90594601475665,41.92170451152373],[-72.90447001427331,41.92166751156477],[-72.90406001413909,41.921657511576214],[-72.90004401282403,41.92155651168777],[-72.89856901234101,41.92151951172874],[-72.89707701185132,41.92146251176642],[-72.89260201038262,41.9212935118798],[-72.89111100989328,41.92123751191763],[-72.88821700894474,41.92115051199522],[-72.8848810078514,41.92105151208489],[-72.88474100780547,41.92104651208848],[-72.87953800610012,41.92089051222801],[-72.8792070059917,41.92088151223705],[-72.87664500515194,41.9208045123057],[-72.87658500506139,41.91958851207378],[-72.87651300495185,41.91811451179264],[-72.87634900470438,41.91479151115878],[-72.87593700407939,41.90638350955468],[-72.87546400336362,41.89675550771742],[-72.875169002917,41.89074450657012],[-72.87510900281934,41.88940450631415],[-72.87493200252747,41.88538650554645],[-72.87487300243022,41.8840475052906],[-72.87476700224283,41.88142450478908],[-72.87467300207611,41.87908850434238],[-72.87454800185469,41.875986503749175],[-72.87450800178527,41.875018503564085],[-72.87444700168031,41.87355750328473],[-72.87434000149275,41.87093550278329],[-72.8743280014722,41.870649502728604],[-72.87420400125539,41.8676195021491],[-72.87379700054397,41.85767450024673],[-72.87366200030714,41.85435949961248],[-72.87353000006688,41.85096849896343],[-72.87319799945408,41.842289497301785],[-72.87318599944888,41.842267497297925],[-72.8731969994502,41.84222849729005],[-72.87320199945107,41.84221549728738],[-72.87314699935033,41.84079049701453],[-72.8730189991115,41.837398496364926],[-72.87295299907,41.83705449630078],[-72.87275699894622,41.83602349610841],[-72.87269199890511,41.83568049604441],[-72.87238199865101,41.83304549554655],[-72.87230499858771,41.83238749542222],[-72.87230199858563,41.83236849541864],[-72.87109799761657,41.8224364935429],[-72.87069699729378,41.819126492917654],[-72.87214699784727,41.82052449314014],[-72.87233099791732,41.820698493167704],[-72.8724909979783,41.82085149319202],[-72.87268199805047,41.821022493218784],[-72.8728189981024,41.82114849323864],[-72.87321699825226,41.821496493292805],[-72.87378999846389,41.821926493357104],[-72.87422799862263,41.822203493396295],[-72.87451499872483,41.822353493415896],[-72.87489799885854,41.82250749343314],[-72.8752129989672,41.822611493442956],[-72.87559499909771,41.8227164934508],[-72.87597299922592,41.82280349345528],[-72.87658499943119,41.82290549345505],[-72.8766329994473,41.82291349345504],[-72.87730099966774,41.82296249344278],[-72.87844400004418,41.82303349341933],[-72.87906500024874,41.82307249340667],[-72.87916700028237,41.8230794934047],[-72.8794740003836,41.823100493398776],[-72.87957700041756,41.823107493396776],[-72.88003900057177,41.8231714933941],[-72.88040000069277,41.82323049339375],[-72.88099600089458,41.823362493399834],[-72.88173900114755,41.82355049341193],[-72.88381400185385,41.82407349344532],[-72.8846880021458,41.82419849344102],[-72.88507200227251,41.82422649343392],[-72.88536300236748,41.824229493425065],[-72.8856510024607,41.82421949341376],[-72.8859430025549,41.82420349340117],[-72.88623200264752,41.82417749338677],[-72.88654200274645,41.824142493369955],[-72.88744600303257,41.82399849331278],[-72.88757800307422,41.823975493304076],[-72.88781700314956,41.823932493288005],[-72.88888600348652,41.82373849321584],[-72.88907200354558,41.82371249320478],[-72.88945100366607,41.82366149318263],[-72.89001000384658,41.82363449315925],[-72.89053400401814,41.82364949314509],[-72.89106900419573,41.82370649313869],[-72.89162800438426,41.82381749314191],[-72.89206100453251,41.823941493151736],[-72.89258300471143,41.82409449316427],[-72.89282300479437,41.824176493172274],[-72.89316300491198,41.824294493183956],[-72.89360100506512,41.82447449320441],[-72.89400300520668,41.824657493226624],[-72.89422200528361,41.82475349323802],[-72.89488100551513,41.825043493272496],[-72.89510100559242,41.82514049328403],[-72.89538100569072,41.825262493298446],[-72.89653800609815,41.82578849336222],[-72.89685200620929,41.825940493381296],[-72.89714800631394,41.826082493399056],[-72.89833500673397,41.82665649347111],[-72.89890400694443,41.827088493535875],[-72.89944400714415,41.82749849359734],[-72.90010500739054,41.828032493678776],[-72.90049300753519,41.82834649372668],[-72.90135100785349,41.829014493827536],[-72.90158600793947,41.82917649385111],[-72.90181100802097,41.82931749387097],[-72.90207100811409,41.82946249389047],[-72.902179008152,41.82950949389601],[-72.90264400831539,41.8297144939204],[-72.90296700842734,41.829830493932256],[-72.90374700870115,41.83016949397221],[-72.90429500889348,41.83040749400026],[-72.90482400907686,41.830597494019656],[-72.90539900927398,41.83076649403353],[-72.90584500942427,41.8308524940356],[-72.90618000953653,41.8309064940351],[-72.90629800957606,41.83092549403492],[-72.90702300981805,41.83102549403059],[-72.90735700992951,41.831071494028606],[-72.90835901026391,41.83120949402258],[-72.90869401037573,41.83125549402055],[-72.91016201086472,41.8314414940086],[-72.91168701137268,41.83163449399616],[-72.91456601233307,41.83202349397741],[-72.91562401268601,41.83216649397052],[-72.91603501282273,41.83221549396659],[-72.91618501287266,41.832233493965155],[-72.916637013023,41.83228749396086],[-72.91678801307326,41.83230549395941],[-72.91694001312328,41.83231449395618],[-72.91718801320499,41.8323304939512],[-72.91739801327414,41.83234349394687],[-72.91755101332456,41.83235349394381],[-72.91784101342049,41.83237849393919],[-72.9187100137079,41.832453493925335],[-72.91900101380413,41.83247849392069],[-72.91923001388093,41.83251649392055],[-72.9199120141097,41.832630493920306],[-72.91991901411205,41.83263149392027],[-72.92014501418898,41.832688493923904],[-72.92033701425432,41.83273649392689],[-72.92091501445108,41.832882493936204],[-72.9211080145168,41.83293149393937],[-72.92147401464072,41.83301249394306],[-72.92257201501262,41.833257493954505],[-72.92293901513696,41.83333949395837],[-72.92589301614098,41.83405849400071],[-72.92760301673022,41.83461249405175],[-72.92824101696092,41.835005494106696],[-72.92872001713634,41.835338494155266],[-72.92863001709962,41.835211494133716],[-72.92855901706898,41.83508249411118],[-72.92854201705732,41.83497749409151],[-72.92853501704164,41.834747494047406],[-72.92851801703087,41.83465749403061],[-72.92841901698469,41.83441849398778],[-72.92821801689361,41.83397849390953],[-72.9275940166299,41.832940493729815],[-72.92790701673033,41.83291449371461],[-72.92809701679127,41.83289849370534],[-72.92817101681503,41.83289249370176],[-72.92820201682495,41.83288949370018],[-72.92824501683877,41.832886493698204],[-72.92843601690012,41.83287149368909],[-72.92852001692702,41.8328634936848],[-72.92862601696108,41.83285549367981],[-72.9290650171019,41.83281849365838],[-72.92954001725433,41.83277949363538],[-72.92997701739509,41.832752493615935],[-72.93038501752856,41.83276249360458],[-72.9304440175479,41.832764493603015],[-72.93065201761681,41.8327844936001],[-72.93082401767383,41.83280149359778],[-72.93132801784218,41.83287349359523],[-72.93210201810453,41.83304949360394],[-72.93357001860211,41.83338349362046],[-72.93399801874607,41.83346149362154],[-72.93446401890034,41.83350449361464],[-72.93494101905662,41.83352049360218],[-72.93537801919763,41.8334974935835],[-72.9358150193375,41.83345549356116],[-72.93596001938326,41.83343049355162],[-72.93624901947454,41.83338149353276],[-72.93666201960336,41.83328349350041],[-72.9370760197306,41.833153493461865],[-72.93721801977364,41.833098493446634],[-72.93739201982642,41.83303149342805],[-72.93772301992588,41.8328884933897],[-72.93773901993075,41.83288249338803],[-72.93805602002392,41.83270949334435],[-72.93844302013609,41.832471493285865],[-72.93910902032606,41.83200949317513],[-72.93956002045483,41.831698493100475],[-72.93954602045255,41.831737493108456],[-72.93845202027143,41.83474349372342],[-72.93826702024074,41.83525049382717],[-72.93771402014934,41.836772494138486],[-72.93753002011903,41.83728049424237],[-72.93744202010323,41.837501494287814],[-72.93718702005212,41.83804949440173],[-72.93655801992402,41.83936649467602],[-72.9363490198816,41.8398064947676],[-72.93641101991287,41.8399964948022],[-72.93642001991739,41.8400234948071],[-72.93650301995886,41.840271494852175],[-72.93679102008026,41.840744494933936],[-72.93702802016772,41.84092049496011],[-72.93726402025547,41.84110749498846],[-72.93757002036757,41.84132049501952],[-72.93779102044357,41.841389495025616],[-72.93790502048404,41.84144649503287],[-72.93793602050036,41.84155349505248],[-72.93805002054239,41.841637495064944],[-72.93811902057065,41.84173649508177],[-72.93820302060023,41.84177449508635],[-72.93830202063957,41.84189649510663],[-72.93853902072837,41.84209549513724],[-72.93859202075188,41.84220249515614],[-72.93872202079643,41.84224049515921],[-72.93909602093424,41.84251449519982],[-72.93958402110393,41.842698495219345],[-72.93977502116986,41.84276249522544],[-72.94028602134279,41.84287349523018],[-72.94088102155082,41.84311749525779],[-72.94117102164795,41.84316349525718],[-72.94144502174139,41.84323549526212],[-72.94169002182703,41.8433354952734],[-72.94224602201501,41.843453495278006],[-72.94333002237829,41.84362849527638],[-72.9442070226686,41.843708495263186],[-72.94461902279814,41.84362849523434],[-72.94514602296805,41.843598495211374],[-72.94592402322233,41.84361349518887],[-72.94616802330314,41.843636495185336],[-72.94652702342007,41.843636495173634],[-72.94795302386184,41.84324749505218],[-72.94871602410191,41.84310249499935],[-72.94930402429232,41.84308349497651],[-72.9498610244659,41.84294949493252],[-72.95033402460906,41.84276249488105],[-72.95063102470316,41.842717494862704],[-72.95118802488388,41.84270549484223],[-72.95157002501188,41.84276649484151],[-72.95177302508345,41.842860494853014],[-72.95189002512745,41.842961494868646],[-72.95193602515116,41.84311049489584],[-72.95208102524528,41.843914495046015],[-72.95225602533193,41.84442249513816],[-72.95234702538404,41.84480749520936],[-72.95268502553509,41.84550949533357],[-72.95274102556016,41.84562649535428],[-72.95327902575681,41.845993495407434],[-72.95355302587659,41.84651649549924],[-72.95365202591887,41.84668849552915],[-72.95361402591156,41.84677549554715],[-72.95343102586247,41.84695549558779],[-72.95338502585415,41.84706949561125],[-72.95339302586743,41.847252495646245],[-72.9535070259275,41.847645495718226],[-72.95361402597261,41.84782149574865],[-72.95366002598983,41.847859495754456],[-72.95369102600768,41.84799249577905],[-72.95372902602789,41.84812649580364],[-72.95377402605124,41.848275495830876],[-72.95381202607219,41.84842249585795],[-72.95385002608684,41.84846149586423],[-72.95384502609252,41.84858649588847],[-72.95378702616416,41.850137496189106],[-72.95364802633819,41.8538934969171],[-72.95364102633788,41.85392749692387],[-72.95357102632506,41.8540984969591],[-72.95352402631657,41.85421549698315],[-72.9533630262875,41.85461549706546],[-72.95329502627546,41.85478849710099],[-72.9532500262674,41.854901497124224],[-72.95324802626698,41.85490549712507],[-72.95322002626165,41.854970497138495],[-72.95320502625853,41.85500049714476],[-72.95301802622534,41.85547549724234],[-72.95273302617512,41.85620549739224],[-72.95220202608031,41.857543497667244],[-72.95196002603721,41.858155497793014],[-72.95193302603302,41.8582344978091],[-72.951013025887,41.86086549834579],[-72.95060102582177,41.862046498586665],[-72.9482550254497,41.86876049995599],[-72.94733602530408,41.871392500492725],[-72.94634302513502,41.874035501033944],[-72.94627402519188,41.8753935012976],[-72.946179025269,41.87724250165664],[-72.94389502496797,41.88482350319033],[-72.94348102491335,41.88619650346808],[-72.94284802483035,41.88830450389442],[-72.94252902479622,41.8894985041346],[-72.94251602479584,41.889564504147735],[-72.94244002479242,41.88992950422045],[-72.94241002478809,41.89002250423933],[-72.940648024517,41.895204505293954]]]},"properties":{"name":4641.01,"geoid":"09003464101"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.94902502206574,41.806439487922496],[-72.94894002205197,41.80667848797134],[-72.94885502203822,41.8069174880202],[-72.94801402190338,41.80930448850792],[-72.94717102176786,41.81169148899565],[-72.94713802176159,41.81176848901158],[-72.94710702175597,41.81184548902744],[-72.94700602173819,41.81210448908066],[-72.94692402172342,41.81230948912286],[-72.94684302170906,41.81251548916523],[-72.94680502170232,41.81261248918518],[-72.94651302164958,41.81333948933486],[-72.94648202164407,41.81341848935109],[-72.94636402162375,41.813729489414904],[-72.94624702160374,41.814039489478496],[-72.94610002157845,41.8144274895581],[-72.94595302155322,41.81481648963788],[-72.94576202152057,41.81532348974185],[-72.94556902148726,41.815830489845894],[-72.94451102130587,41.81863149042039],[-72.94345202112424,41.82143349099508],[-72.94164802081465,41.826203491973345],[-72.94156002080155,41.826470492027674],[-72.94144802078459,41.8268054920959],[-72.94140402077579,41.82690049211564],[-72.94127602075083,41.827187492175135],[-72.94123302074243,41.82728349219504],[-72.9410950207152,41.82758749225813],[-72.94068402063455,41.82850049244749],[-72.94054502060699,41.82880449251061],[-72.94047602059722,41.82902249255489],[-72.940454020594,41.82909049256871],[-72.94040302058625,41.82924249259967],[-72.94038702058316,41.82927849260713],[-72.94037202058084,41.8293224926161],[-72.94029602056906,41.829545492661545],[-72.94022802055852,41.82974449270212],[-72.93979402049118,41.83101449296103],[-72.93956002045483,41.831698493100475],[-72.93910902032606,41.83200949317513],[-72.93844302013609,41.832471493285865],[-72.93805602002392,41.83270949334435],[-72.93773901993075,41.83288249338803],[-72.93772301992588,41.8328884933897],[-72.93739201982642,41.83303149342805],[-72.93721801977364,41.833098493446634],[-72.9370760197306,41.833153493461865],[-72.93666201960336,41.83328349350041],[-72.93624901947454,41.83338149353276],[-72.93596001938326,41.83343049355162],[-72.9358150193375,41.83345549356116],[-72.93537801919763,41.8334974935835],[-72.93494101905662,41.83352049360218],[-72.93446401890034,41.83350449361464],[-72.93399801874607,41.83346149362154],[-72.93357001860211,41.83338349362046],[-72.93210201810453,41.83304949360394],[-72.93132801784218,41.83287349359523],[-72.93082401767383,41.83280149359778],[-72.93065201761681,41.8327844936001],[-72.9304440175479,41.832764493603015],[-72.93038501752856,41.83276249360458],[-72.92997701739509,41.832752493615935],[-72.92954001725433,41.83277949363538],[-72.9290650171019,41.83281849365838],[-72.92862601696108,41.83285549367981],[-72.92852001692702,41.8328634936848],[-72.92843601690012,41.83287149368909],[-72.92824501683877,41.832886493698204],[-72.92820201682495,41.83288949370018],[-72.92817101681503,41.83289249370176],[-72.92809701679127,41.83289849370534],[-72.92790701673033,41.83291449371461],[-72.9275940166299,41.832940493729815],[-72.92821801689361,41.83397849390953],[-72.92841901698469,41.83441849398778],[-72.92851801703087,41.83465749403061],[-72.92853501704164,41.834747494047406],[-72.92854201705732,41.83497749409151],[-72.92855901706898,41.83508249411118],[-72.92863001709962,41.835211494133716],[-72.92872001713634,41.835338494155266],[-72.92824101696092,41.835005494106696],[-72.92760301673022,41.83461249405175],[-72.92589301614098,41.83405849400071],[-72.92293901513696,41.83333949395837],[-72.92257201501262,41.833257493954505],[-72.92147401464072,41.83301249394306],[-72.9211080145168,41.83293149393937],[-72.92091501445108,41.832882493936204],[-72.92033701425432,41.83273649392689],[-72.92014501418898,41.832688493923904],[-72.91991901411205,41.83263149392027],[-72.9199120141097,41.832630493920306],[-72.91923001388093,41.83251649392055],[-72.91900101380413,41.83247849392069],[-72.9187100137079,41.832453493925335],[-72.91784101342049,41.83237849393919],[-72.91755101332456,41.83235349394381],[-72.91739801327414,41.83234349394687],[-72.91718801320499,41.8323304939512],[-72.91694001312328,41.83231449395618],[-72.91678801307326,41.83230549395941],[-72.916637013023,41.83228749396086],[-72.91618501287266,41.832233493965155],[-72.91603501282273,41.83221549396659],[-72.91562401268601,41.83216649397052],[-72.91456601233307,41.83202349397741],[-72.91168701137268,41.83163449399616],[-72.91016201086472,41.8314414940086],[-72.90869401037573,41.83125549402055],[-72.90835901026391,41.83120949402258],[-72.90735700992951,41.831071494028606],[-72.90702300981805,41.83102549403059],[-72.90629800957606,41.83092549403492],[-72.90618000953653,41.8309064940351],[-72.90584500942427,41.8308524940356],[-72.90539900927398,41.83076649403353],[-72.90482400907686,41.830597494019656],[-72.90429500889348,41.83040749400026],[-72.90374700870115,41.83016949397221],[-72.90296700842734,41.829830493932256],[-72.90264400831539,41.8297144939204],[-72.902179008152,41.82950949389601],[-72.90207100811409,41.82946249389047],[-72.90181100802097,41.82931749387097],[-72.90158600793947,41.82917649385111],[-72.90135100785349,41.829014493827536],[-72.90049300753519,41.82834649372668],[-72.90010500739054,41.828032493678776],[-72.89944400714415,41.82749849359734],[-72.89890400694443,41.827088493535875],[-72.89833500673397,41.82665649347111],[-72.89714800631394,41.826082493399056],[-72.89685200620929,41.825940493381296],[-72.89653800609815,41.82578849336222],[-72.89538100569072,41.825262493298446],[-72.89510100559242,41.82514049328403],[-72.89488100551513,41.825043493272496],[-72.89422200528361,41.82475349323802],[-72.89400300520668,41.824657493226624],[-72.89360100506512,41.82447449320441],[-72.89316300491198,41.824294493183956],[-72.89282300479437,41.824176493172274],[-72.89258300471143,41.82409449316427],[-72.89206100453251,41.823941493151736],[-72.89162800438426,41.82381749314191],[-72.89106900419573,41.82370649313869],[-72.89053400401814,41.82364949314509],[-72.89001000384658,41.82363449315925],[-72.88945100366607,41.82366149318263],[-72.88907200354558,41.82371249320478],[-72.88888600348652,41.82373849321584],[-72.88781700314956,41.823932493288005],[-72.88757800307422,41.823975493304076],[-72.88744600303257,41.82399849331278],[-72.88654200274645,41.824142493369955],[-72.88623200264752,41.82417749338677],[-72.8859430025549,41.82420349340117],[-72.8856510024607,41.82421949341376],[-72.88536300236748,41.824229493425065],[-72.88507200227251,41.82422649343392],[-72.8846880021458,41.82419849344102],[-72.88381400185385,41.82407349344532],[-72.88173900114755,41.82355049341193],[-72.88099600089458,41.823362493399834],[-72.88040000069277,41.82323049339375],[-72.88003900057177,41.8231714933941],[-72.87957700041756,41.823107493396776],[-72.8794740003836,41.823100493398776],[-72.87916700028237,41.8230794934047],[-72.87906500024874,41.82307249340667],[-72.87844400004418,41.82303349341933],[-72.87730099966774,41.82296249344278],[-72.8766329994473,41.82291349345504],[-72.87658499943119,41.82290549345505],[-72.87597299922592,41.82280349345528],[-72.87559499909771,41.8227164934508],[-72.8752129989672,41.822611493442956],[-72.87489799885854,41.82250749343314],[-72.87451499872483,41.822353493415896],[-72.87422799862263,41.822203493396295],[-72.87378999846389,41.821926493357104],[-72.87321699825226,41.821496493292805],[-72.8728189981024,41.82114849323864],[-72.87268199805047,41.821022493218784],[-72.8724909979783,41.82085149319202],[-72.87233099791732,41.820698493167704],[-72.87214699784727,41.82052449314014],[-72.87069699729378,41.819126492917654],[-72.87053699720411,41.81847949279809],[-72.87024499698235,41.81629749238678],[-72.8702019969591,41.81613849235752],[-72.87110299724742,41.81604949231108],[-72.87154499738891,41.816006492288444],[-72.8738049981105,41.815755492166616],[-72.87454499834678,41.815673492126756],[-72.87470599839816,41.81565549211806],[-72.87471999840263,41.81565349211722],[-72.87476299841634,41.81564849211487],[-72.87477799842115,41.81564749211418],[-72.87516599854122,41.81553849208055],[-72.87520399855302,41.81552849207739],[-72.87572799871528,41.8153834920324],[-72.87633999890627,41.81523949198475],[-72.87673399902933,41.8151484919544],[-72.87716199916518,41.81508749192873],[-72.87844699957334,41.81490849185246],[-72.8788759997096,41.81484849182694],[-72.87902799975828,41.81483449181931],[-72.88042500019772,41.814565491722036],[-72.88054000023448,41.814553491715984],[-72.88072900029492,41.81453449170619],[-72.88082700032645,41.81452749170166],[-72.88093000035951,41.81451949169675],[-72.88103300039265,41.81451249169208],[-72.88174400061928,41.814426491652355],[-72.88326600110332,41.81422549156415],[-72.88463900153938,41.814033491482505],[-72.8858450019244,41.813899491417466],[-72.88633500208539,41.813923491406165],[-72.88777200255454,41.81394249136313],[-72.88795000261065,41.81391049135116],[-72.88853800279804,41.81383949131837],[-72.89030400336101,41.81362849122026],[-72.89089300354883,41.81355949118781],[-72.89200000390125,41.813419491124826],[-72.8953240049594,41.812998490935556],[-72.89643200531219,41.812859490872725],[-72.89682300543664,41.81280949085036],[-72.89738700561615,41.81273749081814],[-72.90025100652784,41.812374490654996],[-72.90120700683215,41.81225349060057],[-72.90141800689919,41.812224490588115],[-72.90205000710007,41.81213949055116],[-72.90226200716751,41.81211149053887],[-72.90417200777559,41.811871490430455],[-72.90990200959999,41.8111534901056],[-72.9116120101445,41.81094049000886],[-72.9118130102085,41.81091548999751],[-72.9135870107727,41.81068248989485],[-72.91435001101543,41.81058348985093],[-72.91585501149409,41.81038648976396],[-72.91547501124401,41.80821348935726],[-72.91536201116983,41.80757048923692],[-72.91558501124106,41.80754648922503],[-72.91736601181029,41.8073614891314],[-72.91769601191479,41.80731048911082],[-72.91868601222828,41.80715748904909],[-72.91899701232676,41.807109489029706],[-72.91901601233279,41.80710648902851],[-72.91977101257004,41.806958488975404],[-72.91988801261645,41.80710148899916],[-72.92008601268954,41.80724948902127],[-72.92032101277117,41.807337489030594],[-72.92075301290569,41.80723148899608],[-72.92118401303989,41.80712548896161],[-72.92231001344501,41.80778648905244],[-72.92275101359674,41.80792648906508],[-72.92307401370962,41.808058489080025],[-72.9232860137852,41.80817148909491],[-72.92362401391168,41.8084534891383],[-72.92373001395643,41.80862948916878],[-72.92384201400031,41.80875648918964],[-72.92405401407098,41.80878448918813],[-72.92413401409394,41.808731489175294],[-72.92380701397711,41.80855348915162],[-72.9236450139144,41.80838248912393],[-72.92364501390661,41.808248489098084],[-72.9238070139553,41.8081784890793],[-72.92406101403964,41.80820648907643],[-72.92427901411556,41.80829148908574],[-72.92474901427646,41.80842648909646],[-72.9247810142874,41.80843548909716],[-72.92497201435509,41.80852948910906],[-72.9253240144818,41.80873748913771],[-72.92547801454062,41.80888648916144],[-72.92551401455513,41.80893448916952],[-72.92555801457272,41.808990489178896],[-72.92562401460759,41.80922048922109],[-72.92567901462486,41.809209489217196],[-72.9258460146775,41.80917948920596],[-72.92590201469515,41.809169489202205],[-72.92633701483349,41.80911248917706],[-72.92764601524982,41.808941489101464],[-72.92808201538847,41.80888448907627],[-72.9299170159745,41.808686488978324],[-72.93542301773313,41.80809648868523],[-72.93725901831957,41.80790048858761],[-72.93744401837866,41.807880488577744],[-72.93800101855678,41.80782448854879],[-72.93818701861623,41.80780548853906],[-72.93957401905755,41.80762848845975],[-72.94373502038167,41.80709948822215],[-72.94512302082339,41.80692348814299],[-72.94550402094465,41.80687548812132],[-72.94664902130931,41.80673548805701],[-72.94703102143103,41.80668948803569],[-72.94742902155777,41.80664048801328],[-72.94763002162182,41.806616488002085],[-72.94862602193874,41.80648948794513],[-72.94902502206574,41.806439487922496]]]},"properties":{"name":4641.02,"geoid":"09003464102"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.73839595843634,41.89265351137462],[-72.73908295868137,41.8930155114221],[-72.73976995892636,41.8933775114696],[-72.74026495910292,41.89363851150385],[-72.74038295914644,41.89372551151679],[-72.74111995941351,41.89418651158173],[-72.74220095980473,41.894854511675405],[-72.74239895987492,41.89495151168767],[-72.742592959943,41.895034511697375],[-72.74279396001069,41.895071511698006],[-72.74275295999986,41.89511551170781],[-72.7427989600184,41.89517651171805],[-72.74302796009621,41.895230511721046],[-72.74321896016112,41.89527551172353],[-72.74392696041919,41.895744511790944],[-72.74468196067919,41.89598251181236],[-72.74494196076874,41.89606451181974],[-72.74549696095546,41.89616351182083],[-72.7471049614926,41.89638351181119],[-72.74751296162468,41.89636651179471],[-72.74774796170253,41.896387511791154],[-72.74795296177048,41.89640651178818],[-72.74815896183871,41.89642451178498],[-72.74847996194508,41.89645351178019],[-72.74942896228197,41.89692651184055],[-72.74983196242661,41.897154511871406],[-72.75003696250076,41.89728051188905],[-72.75028496259051,41.89743351191047],[-72.75172896311314,41.89832551203549],[-72.75278596348821,41.89884951210217],[-72.75281696349919,41.89886451210406],[-72.75288496352329,41.898897512108206],[-72.75294196354355,41.89892651211195],[-72.7538319638499,41.89920451213666],[-72.75442396405974,41.89949351217316],[-72.75487896422563,41.89979551221657],[-72.75545896442434,41.89996051222957],[-72.7555989644744,41.90003651223966],[-72.75573796452838,41.90018551226386],[-72.7558919645881,41.90034951229044],[-72.75614896468342,41.90054751232023],[-72.75667096487086,41.90084451236053],[-72.75692796495814,41.90090451236375],[-72.75714796503472,41.90098751237261],[-72.75733896510273,41.90108651238548],[-72.75769896522682,41.90120151239599],[-72.75858696554604,41.9017125124656],[-72.75907196571889,41.90196551249861],[-72.75934396581746,41.902135512522534],[-72.75962996592405,41.902365512557544],[-72.76050396624193,41.902931512638204],[-72.76075296633555,41.903145512671344],[-72.76098096642906,41.90347551272749],[-72.76100496645086,41.9037165127731],[-72.76109696653435,41.90463851294761],[-72.76100896651714,41.90483651298858],[-72.76094996652529,41.905308513081344],[-72.76088596650999,41.9054045131019],[-72.76075896647954,41.90559351314239],[-72.76058596643007,41.905713513171094],[-72.76036596636297,41.905793513193615],[-72.76017396630866,41.90593651322735],[-72.75919096603096,41.90667551340144],[-72.75903996598828,41.906788513428076],[-72.75892696595636,41.90687351344809],[-72.75866196588147,41.90707251349498],[-72.75864896587873,41.90709851350041],[-72.758630965875,41.9071355135081],[-72.7586099658706,41.90717751351688],[-72.75859696586792,41.9072045135225],[-72.75887696600562,41.90800351366722],[-72.75892996603159,41.90815351369439],[-72.76022896650909,41.90908151383095],[-72.76040496657816,41.909282513863936],[-72.76047396660523,41.909361513876895],[-72.76054396663267,41.90944051388984],[-72.76074796671277,41.90967451392827],[-72.76082696674375,41.90976451394303],[-72.76111096685514,41.910087513996],[-72.76120996689392,41.91019951401436],[-72.76130796693238,41.91031151403274],[-72.7613279669429,41.910380514045364],[-72.76154796702139,41.910496514060576],[-72.76159896704418,41.91060251407932],[-72.7616499670669,41.910707514097886],[-72.761676967079,41.91076451410798],[-72.7618029671352,41.91102451415394],[-72.76195496720324,41.911342514210226],[-72.76201896723182,41.91147551423374],[-72.76206396725195,41.91156951425037],[-72.76208296726041,41.91160851425726],[-72.76213896728535,41.91172351427759],[-72.76219396730997,41.91183851429794],[-72.76248796741525,41.912000514319594],[-72.76337096773162,41.91248951438512],[-72.76366596783731,41.91265251440693],[-72.76370596785057,41.912656514406414],[-72.76377596787387,41.91266451440567],[-72.76382596789047,41.91266951440502],[-72.76386696790414,41.91267451440465],[-72.76410596798277,41.91268651439922],[-72.76452496813253,41.91291251442914],[-72.76485796825874,41.913215514476676],[-72.76489796827387,41.9132515144823],[-72.76493096830426,41.91358951454628],[-72.76491396830423,41.9136845145651],[-72.764816968305,41.91424251467564],[-72.76478496833694,41.914972514817165],[-72.76480296834457,41.91500251482235],[-72.76483896835973,41.915061514832544],[-72.76503996844474,41.915396514890496],[-72.76546396859011,41.915518514900235],[-72.76619596881386,41.915260514826876],[-72.76632496885333,41.91521551481403],[-72.767087969093,41.915057514758914],[-72.7672979691695,41.91519551477867],[-72.76751396923791,41.915160514764935],[-72.76784996936789,41.91551151482159],[-72.76798896943035,41.91580651487385],[-72.76797196945066,41.91625151496005],[-72.7679599694649,41.916564515020674],[-72.76800596951692,41.91720151514175],[-72.76815496959605,41.917727515238134],[-72.76870596977855,41.91777551522954],[-72.7690559698945,41.91780651522415],[-72.76940597001044,41.91783751521877],[-72.769707970115,41.91794151522901],[-72.77058797040868,41.91805651522262],[-72.77465897173263,41.91799151507818],[-72.77474597176025,41.917978515072846],[-72.77501097184447,41.91794051505696],[-72.77509897187247,41.91792851505179],[-72.77572397207445,41.917896515025376],[-72.7776019726816,41.9178045149468],[-72.77822797288395,41.91777351492053],[-72.77872297304795,41.91781751491296],[-72.78021097354102,41.91795151489051],[-72.78070697370539,41.91799651488309],[-72.78109297383136,41.91799751487077],[-72.78225397421032,41.918003514834275],[-72.78264097433664,41.9180055148221],[-72.7827009743574,41.91802551482402],[-72.78288097441957,41.91808551482973],[-72.78294097444031,41.91810551483163],[-72.78298997445636,41.91810651483024],[-72.7831379745048,41.91810951482601],[-72.78318797452116,41.91811051482456],[-72.78357097464485,41.918089514808116],[-72.78374097469981,41.918081514801074],[-72.78429297487817,41.91805251477759],[-72.78469897500928,41.918030514760204],[-72.78472097501634,41.9180285147591],[-72.78510497514046,41.91800951474299],[-72.7851719751622,41.91800751474043],[-72.78537297522765,41.91800551473353],[-72.78544097524981,41.91800551473132],[-72.785424975251,41.918115514753005],[-72.78537797525509,41.918449514818796],[-72.78536297525665,41.91856051484064],[-72.78524897523441,41.91881751489378],[-72.78520497522594,41.91891851491464],[-72.78504697519516,41.91927551498847],[-72.78491997517041,41.9195625150478],[-72.78490697516781,41.91959051505361],[-72.78479297514563,41.919848515106956],[-72.78476197513966,41.9199195151216],[-72.78467097512241,41.92013351516574],[-72.78464097511682,41.92020551518056],[-72.78443897508627,41.920813515304104],[-72.78409897504096,41.92194151553214],[-72.78364197498048,41.923464515839974],[-72.78252897483299,41.927170516589015],[-72.78200697476409,41.928913516941236],[-72.7819819747604,41.928990516956866],[-72.78137097466971,41.93085751733581],[-72.77946497438725,41.93668951851933],[-72.77938497437553,41.936936518569446],[-72.77935597437124,41.93702551858749],[-72.77932697436697,41.93711451860555],[-72.77929697436255,41.93720651862421],[-72.77926697435802,41.9372975186427],[-72.7788589742975,41.93854451889573],[-72.77882997429329,41.938634518913986],[-72.77879497428768,41.938734518934346],[-72.77875897428176,41.93883451895476],[-72.77867497426799,41.939068519002475],[-72.77852797424434,41.93948651908764],[-72.77801397416128,41.940940519383915],[-72.77779597412597,41.94155551950926],[-72.77762297409785,41.94204251960852],[-72.77732197404931,41.94289551978232],[-72.77546097376363,41.948418520904646],[-72.77530797376889,41.949366521091875],[-72.77516297377426,41.950271521270594],[-72.77418797361301,41.95296552182013],[-72.77377597355068,41.9542035220715],[-72.77346897349564,41.954978522230434],[-72.77152897318508,41.960515523357714],[-72.77073597307347,41.963041523868945],[-72.76971697293027,41.96629152452661],[-72.76835797273912,41.97062252540301],[-72.7675659726279,41.97314952591429],[-72.7675059726194,41.97333952595274],[-72.76732597259411,41.97391352606887],[-72.76726697258599,41.974104526107496],[-72.76640097244085,41.97646352658885],[-72.76380497200635,41.98354452803348],[-72.76293997186164,41.98590452851488],[-72.76286097183497,41.985889528514555],[-72.76262397175512,41.98584652851399],[-72.76254597172885,41.98583252851384],[-72.75666296973367,41.98454052845648],[-72.75513096921406,41.98420352844144],[-72.75260496835683,41.983639528415004],[-72.74958396733162,41.98296452838327],[-72.74604396613306,41.98222152835531],[-72.74415396549318,41.98182552834049],[-72.7435189652775,41.9816805283332],[-72.74097396441304,41.981098528303875],[-72.73528696248148,41.979800528238734],[-72.73143696117378,41.97892052819437],[-72.72825796009401,41.978194528157836],[-72.72676895959096,41.97790052814956],[-72.72498595898864,41.977549528139846],[-72.72230495808292,41.97702152812519],[-72.72081695758024,41.97672852811706],[-72.72019795737026,41.97659152811077],[-72.7183429567411,41.97618352809241],[-72.7177249565315,41.976047528086276],[-72.7173529564005,41.97588252806661],[-72.71707295630536,41.97581752806317],[-72.71705795630027,41.97581452806309],[-72.71504395561574,41.975346528038344],[-72.71436795538605,41.975190528030225],[-72.71319895498875,41.97491952801598],[-72.70969195379696,41.974107527973395],[-72.70852295339975,41.97383752795932],[-72.70762295307837,41.973361527896955],[-72.70780795310579,41.97279452778201],[-72.70931795333136,41.968193526848786],[-72.7098219534068,41.96666052653781],[-72.71022395347022,41.965493526300484],[-72.71143395366185,41.961993525588476],[-72.71183695372565,41.960827525351284],[-72.713181953966,41.957407524650236],[-72.71507395430423,41.952598523664356],[-72.71524295433449,41.95216952357639],[-72.71616995450016,41.94981252309315],[-72.71331095355946,41.94967852315985],[-72.70964095235193,41.94950652324546],[-72.70857595200168,41.949459523270846],[-72.70538295095164,41.94931952334716],[-72.70431895060179,41.94927352337271],[-72.7040429505105,41.949252523377595],[-72.70321495023683,41.94919252339281],[-72.70293895014561,41.94917252339788],[-72.70213294987916,41.94911352341259],[-72.6997169490805,41.94893652345664],[-72.69913794888912,41.948894523467274],[-72.6989119488144,41.94887752347132],[-72.69665694806953,41.94872252351437],[-72.68989094583469,41.94825852364374],[-72.68766394509915,41.94810652368643],[-72.68763694509022,41.948104523686915],[-72.68765394509246,41.9480475236754],[-72.68769194509738,41.94791852364938],[-72.68769194509733,41.94791752364917],[-72.68774794510442,41.94772452361025],[-72.688083945148,41.94658452338012],[-72.68819594516253,41.94620452330341],[-72.68837794522308,41.946224523301375],[-72.69080094602745,41.946460523268506],[-72.69113494613741,41.946477523260974],[-72.69133094620196,41.94648752325657],[-72.6918559463742,41.946503523242704],[-72.69355794693001,41.946510523189055],[-72.69386994702968,41.94647352317186],[-72.69429494716258,41.9463735231389],[-72.69566594759372,41.94609352304074],[-72.69632994780153,41.94594052298986],[-72.69658494787959,41.9458515229645],[-72.69697894799693,41.94565752291445],[-72.69728794808488,41.945435522861764],[-72.69755094815277,41.945126522793835],[-72.69769294818086,41.94481152272867],[-72.69775194818318,41.94451952267059],[-72.69778994816566,41.944003522570114],[-72.69782794815481,41.943602522491766],[-72.6978919481598,41.94332852243699],[-72.6979919481783,41.943084522386805],[-72.69819594821641,41.94259352228578],[-72.69908794837704,41.94034352182414],[-72.69928794842856,41.94010652177208],[-72.69955394850312,41.939895521722896],[-72.70045494878205,41.939635521643766],[-72.7015169491241,41.93955852159464],[-72.70202194928612,41.93951052156909],[-72.70245594941555,41.93930052151466],[-72.70265594946781,41.93907652146511],[-72.70374694969836,41.93691252101356],[-72.70392694973343,41.93650452092924],[-72.7041719497815,41.935954520815514],[-72.70452094990017,41.93603752082021],[-72.70557095025725,41.93628752083437],[-72.70592095037632,41.936371520839224],[-72.70655395059163,41.9365225208478],[-72.7074039507354,41.93421852037708],[-72.70887595098421,41.93022551956125],[-72.70919395103857,41.92937351938703],[-72.70929195105529,41.929110519333264],[-72.70881695087982,41.928756519280505],[-72.70739595035849,41.92776051913478],[-72.70599094984188,41.92675551898679],[-72.70558494969208,41.92645651894236],[-72.70511994952207,41.926140518896574],[-72.70474694938781,41.92592351886687],[-72.70387494908032,41.92552651881864],[-72.70350094895043,41.92539051880455],[-72.70281994871608,41.925180518786135],[-72.70224794852204,41.925052518779985],[-72.7017239483463,41.92496951878094],[-72.70154194828574,41.924949518782974],[-72.7014459482535,41.92493351878299],[-72.70058994796906,41.92484451879352],[-72.70029494787191,41.92482851879997],[-72.69923794752722,41.92483151883469],[-72.69881894739297,41.924873518856295],[-72.69800194713832,41.92507951892234],[-72.69746294697644,41.92532051898613],[-72.69696294683347,41.92566851906924],[-72.69658394673482,41.92610051916462],[-72.69585694652947,41.92665051929393],[-72.69573994650086,41.926815519329466],[-72.69545794642791,41.927144519401885],[-72.69541594641716,41.927195519413054],[-72.6952329463695,41.927403519458984],[-72.69488594627596,41.92774351953563],[-72.69469594622447,41.927924519576585],[-72.69468194622222,41.92796451958475],[-72.69459494619782,41.928033519600824],[-72.69423394609376,41.9282705196581],[-72.69404694604046,41.92840351968972],[-72.69353194589397,41.92877551977795],[-72.69351094588794,41.928789519781326],[-72.69353594587959,41.92850451972566],[-72.69373494590523,41.92782651958877],[-72.69440494599175,41.92554551912817],[-72.6945889460157,41.92492251900235],[-72.69473894603485,41.92440751889839],[-72.69481394604419,41.924146518845745],[-72.69505294607491,41.92333051868098],[-72.69535594611317,41.9222835184697],[-72.6954239461365,41.922303518471324],[-72.6955959461954,41.92235151847502],[-72.69590694630195,41.922439518481916],[-72.69661194654672,41.922694518508216],[-72.70073894796121,41.923869518601066],[-72.70350394891172,41.92470551867263],[-72.70464294929988,41.92499151869087],[-72.70653294994008,41.925398518708135],[-72.70685095004893,41.92548651871479],[-72.70732795021225,41.92561951872497],[-72.7077789503625,41.925673518720785],[-72.70815895048992,41.92573251871986],[-72.70836595056086,41.92579151872453],[-72.70843795058518,41.92580551872489],[-72.70852195061367,41.92582451872584],[-72.70900995077942,41.925937518731814],[-72.70908795080591,41.92595551873276],[-72.71007295114048,41.926183518744786],[-72.71019795118293,41.92621251874634],[-72.7103859512467,41.92625451874833],[-72.71050995128886,41.92628351874991],[-72.71119895152277,41.926441518758054],[-72.71164995167513,41.926531518760804],[-72.71334495225234,41.926949518786444],[-72.71363695235085,41.92700551878778],[-72.71814095385554,41.92761451875938],[-72.72221295520265,41.92793651868966],[-72.7274769563829,41.91867551673731],[-72.729225956775,41.91559751608835],[-72.72964695684021,41.914353515835316],[-72.72970795684984,41.91417651579926],[-72.73033695696546,41.91263151548154],[-72.73152995716802,41.909412514823345],[-72.73213995727264,41.90778451449022],[-72.73229695729903,41.90735651440275],[-72.73241895732383,41.90709751434894],[-72.73305795742145,41.9051855139602],[-72.73344795748798,41.90413851374603],[-72.73397695757876,41.902727513457265],[-72.73408995759858,41.90243351339702],[-72.73475395771433,41.900693513040515],[-72.73566695786668,41.898183512527716],[-72.73623995796405,41.8966385122117],[-72.73642495799467,41.89612551210692],[-72.73735795815195,41.893587511588024],[-72.73772995821703,41.892616511389015],[-72.73787595826828,41.89267951139642],[-72.73798595830688,41.892726511401904],[-72.7383019584211,41.89291951142887],[-72.73831995842383,41.89286551141789],[-72.73832495842483,41.8928545114156],[-72.73834795842858,41.89278951140235],[-72.73837195843247,41.89272151138849],[-72.73837695843324,41.89270651138543],[-72.73839595843634,41.89265351137462]]]},"properties":{"name":4701,"geoid":"09003470100"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.73849695845452,41.89239851132224],[-72.73847595845062,41.892449511332735],[-72.73841595843987,41.89260151136395],[-72.73839595843634,41.89265351137462],[-72.73837695843324,41.89270651138543],[-72.73837195843247,41.89272151138849],[-72.73834795842858,41.89278951140235],[-72.73832495842483,41.8928545114156],[-72.73831995842383,41.89286551141789],[-72.7383019584211,41.89291951142887],[-72.73798595830688,41.892726511401904],[-72.73787595826828,41.89267951139642],[-72.73772995821703,41.892616511389015],[-72.73735795815195,41.893587511588024],[-72.73642495799467,41.89612551210692],[-72.73623995796405,41.8966385122117],[-72.73566695786668,41.898183512527716],[-72.73475395771433,41.900693513040515],[-72.73408995759858,41.90243351339702],[-72.73397695757876,41.902727513457265],[-72.73344795748798,41.90413851374603],[-72.73305795742145,41.9051855139602],[-72.73241895732383,41.90709751434894],[-72.73229695729903,41.90735651440275],[-72.73213995727264,41.90778451449022],[-72.73152995716802,41.909412514823345],[-72.73033695696546,41.91263151548154],[-72.72970795684984,41.91417651579926],[-72.72964695684021,41.914353515835316],[-72.729225956775,41.91559751608835],[-72.7274769563829,41.91867551673731],[-72.72221295520265,41.92793651868966],[-72.71814095385554,41.92761451875938],[-72.71363695235085,41.92700551878778],[-72.71334495225234,41.926949518786444],[-72.71164995167513,41.926531518760804],[-72.71119895152277,41.926441518758054],[-72.71050995128886,41.92628351874991],[-72.7103859512467,41.92625451874833],[-72.71019795118293,41.92621251874634],[-72.71007295114048,41.926183518744786],[-72.70908795080591,41.92595551873276],[-72.70900995077942,41.925937518731814],[-72.70852195061367,41.92582451872584],[-72.70843795058518,41.92580551872489],[-72.70836595056086,41.92579151872453],[-72.70815895048992,41.92573251871986],[-72.7077789503625,41.925673518720785],[-72.70732795021225,41.92561951872497],[-72.70685095004893,41.92548651871479],[-72.70653294994008,41.925398518708135],[-72.70464294929988,41.92499151869087],[-72.70350394891172,41.92470551867263],[-72.70073894796121,41.923869518601066],[-72.69661194654672,41.922694518508216],[-72.69590694630195,41.922439518481916],[-72.69581394626276,41.92228651845548],[-72.69571094621931,41.92211651842609],[-72.69551194613851,41.921842518379776],[-72.69540694609593,41.921698518355434],[-72.6951639460017,41.921440518313645],[-72.6948609458852,41.92113551826473],[-72.6948329458748,41.9211135182614],[-72.69458394578233,41.92091951823209],[-72.6941389456192,41.92060951818681],[-72.69362394543394,41.920311518146065],[-72.69322394529128,41.92010151811857],[-72.69281694514831,41.919925518097834],[-72.69271794511353,41.91988251809275],[-72.69262494508087,41.91984251808805],[-72.6922049449362,41.91971051807621],[-72.69193894484489,41.91963251806978],[-72.69143494467185,41.91948351805736],[-72.6907999444539,41.91929751804208],[-72.69024094426182,41.91912951802777],[-72.68992394415301,41.91903651802011],[-72.68941994398008,41.918889518008086],[-72.68846694365288,41.91860851798477],[-72.68794994347577,41.918462517973346],[-72.6875039433239,41.918352517966575],[-72.68714094320032,41.91826351796115],[-72.68613794286401,41.9181065179633],[-72.68575494273742,41.91807851797028],[-72.68551594265813,41.91805551797357],[-72.6850669425096,41.918020517981304],[-72.68426294224354,41.917955517994756],[-72.6822609415817,41.917805518030484],[-72.68158594135905,41.917763518044175],[-72.67969194073088,41.91758651807122],[-72.67956194068775,41.9175745180731],[-72.67943094064368,41.9175515180729],[-72.67898294049301,41.917473518072356],[-72.67804094017428,41.9172765180648],[-72.67777994008595,41.91722151806264],[-72.67737993994936,41.91711651805534],[-72.67682393975878,41.916957518042665],[-72.67636793960207,41.91682051803099],[-72.67600393947626,41.91669851801924],[-72.67540793926902,41.916477517995936],[-72.67485893907674,41.916249517969746],[-72.67453593896289,41.91610351795205],[-72.67439793891472,41.916048517945924],[-72.67413693882128,41.915905517926824],[-72.67395993875786,41.91580751791366],[-72.67359493862715,41.91560651788674],[-72.67269393830058,41.915042517807215],[-72.67190893801165,41.914474517723185],[-72.6714199378311,41.91411151766907],[-72.67104493769432,41.913861517633045],[-72.67077093759399,41.913672517605484],[-72.67072793757823,41.9136425176011],[-72.67020793738735,41.9132755175472],[-72.66971693720687,41.91292451749546],[-72.66875093685185,41.91223451739376],[-72.66668293609305,41.910779517180295],[-72.66596093582821,41.91027251710596],[-72.66567293572218,41.910063517075],[-72.6650859355061,41.90963851701209],[-72.66398093510458,41.90892851691099],[-72.66392593508483,41.9088975169068],[-72.6628879347132,41.908326516830314],[-72.6620549344173,41.90790851677667],[-72.66129493415004,41.90757451673684],[-72.660964934034,41.90742951671956],[-72.6593919334872,41.90684751665817],[-72.65814193305518,41.90642851661777],[-72.65615093236708,41.90576151655347],[-72.65578893224195,41.90563951654164],[-72.65515693202354,41.90542851652138],[-72.65470393186686,41.90527451650631],[-72.65434293174206,41.905152516494454],[-72.6541679316815,41.90509251648852],[-72.65364493150048,41.9049125164707],[-72.6534709314403,41.90485351646495],[-72.65324093136068,41.904774516457145],[-72.65251993111184,41.90453851643491],[-72.65236193105729,41.90448651643],[-72.65184093087744,41.90431551641385],[-72.64903492990796,41.903379516323966],[-72.64835192967142,41.90314251630033],[-72.64789292951174,41.90297051628197],[-72.64755092939369,41.90285851627141],[-72.64644392900766,41.90242751622404],[-72.64539792864043,41.901977516171065],[-72.64514392855087,41.90186151615689],[-72.64473092840481,41.90166551613246],[-72.64388392810736,41.901299516089225],[-72.64333592791945,41.90114151607644],[-72.64284992775478,41.901035516071666],[-72.64251092764083,41.90097751607141],[-72.6417559273821,41.90076251605431],[-72.64116892718332,41.90063651604894],[-72.6408479270726,41.90053251603924],[-72.64035492689824,41.90029851601003],[-72.63987692672517,41.90000151596821],[-72.63911392643095,41.89921651584157],[-72.63935692649171,41.898895515771905],[-72.63981592660649,41.89828851564022],[-72.64015392669236,41.897865515547856],[-72.64037892674875,41.89757051548379],[-72.64060492680645,41.897292515422976],[-72.64187592713458,41.895791515092924],[-72.64207592718672,41.89556451504277],[-72.64229892724195,41.895260514977025],[-72.64244392727878,41.89507851493728],[-72.64264392733149,41.89486151488906],[-72.64306692744493,41.89443551479337],[-72.64317992747657,41.89434451477221],[-72.64336792752977,41.894203514739],[-72.64392592768522,41.89374251463223],[-72.64444792783527,41.893391514547794],[-72.64582692824204,41.89264351435931],[-72.6465599284582,41.89224551425903],[-72.64840292899906,41.89119851399799],[-72.64862292906462,41.89109051397011],[-72.64879092911366,41.890990513945454],[-72.65020292952958,41.89021551375067],[-72.65256093022343,41.88890851342293],[-72.65256893022598,41.88890751342249],[-72.65307393037493,41.88863351335344],[-72.65327793043501,41.888521513325294],[-72.65372393056407,41.88823651325604],[-72.65427493072288,41.88787351316833],[-72.6545659308058,41.88766551311889],[-72.65482193087975,41.887499513078666],[-72.6554679310632,41.88702651296674],[-72.65567593112101,41.8868525129265],[-72.65587993117856,41.88669651288989],[-72.65639793132232,41.88625951278901],[-72.65678093142738,41.8859145127102],[-72.6569939314844,41.88569851266171],[-72.65776093168493,41.88483751247113],[-72.65803593175681,41.884528512402724],[-72.65904993201468,41.88326451212654],[-72.65921193205575,41.88306051208202],[-72.65943293211313,41.88280551202577],[-72.65963493216559,41.88257251197436],[-72.65969893218951,41.8826255119825],[-72.66018093236998,41.88302851204464],[-72.66181893298331,41.88439851225585],[-72.66182693298626,41.88440451225674],[-72.66243093320399,41.88476351230647],[-72.66260193326953,41.88493251233352],[-72.66329993352743,41.88545651241199],[-72.66527793425838,41.88694251263456],[-72.66549793433965,41.88710751265927],[-72.66601293452443,41.88739851269874],[-72.66620593459368,41.887507512713526],[-72.6662309346026,41.88752051271522],[-72.66653493471088,41.88767851273586],[-72.66676593479315,41.887798512751544],[-72.66699693487548,41.88791951276741],[-72.66709393491242,41.88801151278201],[-72.66709993491467,41.88801651278277],[-72.66724693497642,41.88825551282409],[-72.66729793499789,41.88833951283862],[-72.66730693500163,41.88835351284104],[-72.66737793503145,41.88846851286089],[-72.66735093502564,41.888520512871786],[-72.66732493502015,41.88857251288263],[-72.6672119349961,41.88879451292905],[-72.6670329349582,41.8891495130032],[-72.66674693489661,41.889698513118184],[-72.66670893488836,41.88977051313327],[-72.66669593488554,41.88979551313853],[-72.66645993482254,41.890037513192745],[-72.66608893470095,41.89002751320276],[-72.6657789345993,41.890018513211025],[-72.66571693457902,41.890017513212825],[-72.66524593442469,41.890005513225695],[-72.66504193435539,41.889957513223024],[-72.66446093415799,41.88982151321553],[-72.66430693409824,41.88965651318873],[-72.66398293397246,41.88930851313212],[-72.66391293394531,41.88923351311992],[-72.6635199337927,41.88881051305109],[-72.66339793374662,41.88870151303402],[-72.66325893369182,41.888537513006895],[-72.66290593355254,41.888119512937756],[-72.6628549335261,41.88794951290663],[-72.66273693347618,41.8877515128723],[-72.66260493342742,41.887652512857464],[-72.66259693342428,41.88764351285599],[-72.66239193334467,41.887422512820024],[-72.66232993332201,41.88738051281392],[-72.66214993325788,41.88728651280161],[-72.66165193308049,41.887027512767766],[-72.66162493307388,41.88706551277595],[-72.66157493306183,41.887139512791826],[-72.66151093304637,41.88723351281198],[-72.66145593302642,41.887198512807025],[-72.66140793300909,41.88716951280297],[-72.6612249329491,41.88716451280789],[-72.6610189328841,41.887202512821865],[-72.66094893286247,41.88722351282816],[-72.66071793279127,41.88729551284948],[-72.6604899327248,41.88743251288321],[-72.66026193266342,41.8876575129339],[-72.66004893261264,41.8879815130032],[-72.65986093258077,41.8884925131077],[-72.65982793257537,41.8885855131267],[-72.65987193260398,41.88883251317285],[-72.65999793265667,41.88903351320751],[-72.66014093272554,41.88941851327708],[-72.66026093277483,41.889594513307124],[-72.66088793303221,41.89051051346339],[-72.66150793326021,41.890956513529325],[-72.66176293335394,41.89113951355636],[-72.66207393345579,41.891146513547696],[-72.66201593345102,41.89139151359676],[-72.6629939338056,41.892007513683915],[-72.66306093382988,41.89204951368985],[-72.66390093411758,41.89228651370843],[-72.66544793462192,41.89228151365763],[-72.66592293478276,41.892383513661976],[-72.66713293519243,41.89264251367288],[-72.6671369351938,41.892643513672944],[-72.66775293540478,41.8928175136866],[-72.66812293553153,41.892922513694906],[-72.66849293565824,41.893026513703006],[-72.66861293571625,41.893353513762136],[-72.6687339357746,41.893680513821224],[-72.66884493582836,41.89398451387621],[-72.66897293589005,41.89432951393854],[-72.66873193591124,41.89605851427933],[-72.66862693593151,41.897002514464546],[-72.6685449359481,41.89775351461184],[-72.66856393596962,41.89801851466226],[-72.66852393596287,41.898127514684546],[-72.66845493595163,41.89832251472432],[-72.66843693595382,41.89846251475188],[-72.66843293595488,41.898503514759895],[-72.6684519359653,41.89857651477333],[-72.66842793595671,41.8985635147716],[-72.66835593593105,41.898525514766604],[-72.66833293592283,41.89851351476505],[-72.66824093591009,41.8988125148256],[-72.66818893590302,41.89898351486022],[-72.66810693590675,41.89951151496454],[-72.66821293595288,41.899711514999645],[-72.66824893596855,41.89977951501157],[-72.66814993594001,41.89984451502729],[-72.6680509359114,41.89990851504281],[-72.66846893607156,41.900320515108675],[-72.6686379361327,41.90042451512327],[-72.66901293626837,41.90065551515567],[-72.66919693633251,41.90072651516339],[-72.66955593645187,41.90076551515935],[-72.66987193656004,41.90085351516611],[-72.67019493667777,41.901067515196914],[-72.67035693674171,41.90125951522866],[-72.6704159367635,41.90130351523523],[-72.67070093686492,41.90144951525417],[-72.6707679368888,41.90148451525874],[-72.6710769369953,41.90158351526785],[-72.67141393711627,41.90177451529376],[-72.67229093741173,41.90193651529668],[-72.6730419376647,41.90207451529904],[-72.67316693770687,41.90209851529965],[-72.673303937753,41.902123515300026],[-72.67541693844457,41.90216251523941],[-72.67598193862946,41.902172515223135],[-72.677979939263,41.90185651509785],[-72.67813293931151,41.901832515088294],[-72.67922593960857,41.90080251485468],[-72.67939893965136,41.90056651480365],[-72.67972993973333,41.90011651470632],[-72.6800349398275,41.90002451467877],[-72.68031593991432,41.89994051465352],[-72.6804609399618,41.89994351464942],[-72.68065294002466,41.899947514644005],[-72.68082694007147,41.89977551460526],[-72.68093094009953,41.899673514582275],[-72.68131694021393,41.8994745145315],[-72.68342794091602,41.89970751450829],[-72.68426294119377,41.89980051449927],[-72.68467094133554,41.89995051451497],[-72.68480594138246,41.90000051452026],[-72.68494094142933,41.90004951452534],[-72.68636494192401,41.90057151457993],[-72.68655194200623,41.90093851464456],[-72.68682194212506,41.90147051473831],[-72.68671494212275,41.90203451485036],[-72.68663194212077,41.902468514936615],[-72.68654894211873,41.902901515022684],[-72.68614994210962,41.904995515438785],[-72.68610294210879,41.90524651548861],[-72.68652494230919,41.90633151568392],[-72.6866079423486,41.906544515722246],[-72.68669094238804,41.90675851576078],[-72.6867449424137,41.90689751578581],[-72.68695294250989,41.90738751587343],[-72.6871129425809,41.90771251593084],[-72.68759494279455,41.90868851610321],[-72.68775594286595,41.909014516160774],[-72.68784994290723,41.90919851619318],[-72.6879439429485,41.90938151622537],[-72.6881559430415,41.909793516297846],[-72.68770094297462,41.911203516584],[-72.6876719429704,41.91129451660245],[-72.68784394303779,41.91148951663445],[-72.68795094307976,41.91161151665448],[-72.68805894312204,41.91173351667449],[-72.68828694321145,41.911993516717175],[-72.68851594330121,41.91225351675983],[-72.68845794328259,41.91225851676268],[-72.68844194327816,41.91227251676589],[-72.68842794327787,41.91234651678059],[-72.68856794334327,41.9126875168417],[-72.68891294347262,41.91297751688641],[-72.68930294362177,41.91335651694679],[-72.68969194378042,41.913905517039915],[-72.6900079439073,41.914316517108844],[-72.69010294394252,41.91438951711982],[-72.69023694398705,41.914403517118195],[-72.69024694399094,41.91441451711999],[-72.69033094402697,41.914563517145965],[-72.69068194415577,41.91481051718217],[-72.69083794421304,41.91492051719832],[-72.69126494436536,41.91514551722784],[-72.69174894452422,41.9151625172155],[-72.6920209446142,41.91518351721076],[-72.69254994478712,41.91518951719483],[-72.69273794484965,41.91521051719281],[-72.69293194491429,41.91523351719098],[-72.69322994501665,41.91532251719848],[-72.69338794507098,41.91537051720262],[-72.6933599450641,41.91540951721103],[-72.69370894518288,41.91549451721613],[-72.69392594524071,41.91527051716599],[-72.69403194526063,41.91501751711388],[-72.69444094537306,41.914654517030804],[-72.6965039460701,41.91506951704408],[-72.6977199464477,41.91473951694129],[-72.70016594720727,41.91407651673469],[-72.70113894752086,41.91401051669056],[-72.70268594801743,41.91387051661365],[-72.70300794810545,41.91357651654666],[-72.70727594927253,41.90968651565996],[-72.70811994941963,41.907471515206275],[-72.70825294944292,41.907124515135166],[-72.70916994966599,41.905810514852554],[-72.71008694988905,41.90449651456994],[-72.70977794976083,41.90402251448865],[-72.70995294979679,41.903657514412735],[-72.70996094980507,41.903755514431346],[-72.71005594983957,41.903816514440024],[-72.71015894987254,41.90380551443457],[-72.71077495006074,41.903585514372324],[-72.71106995015094,41.90348151434278],[-72.71170895034919,41.903305514288235],[-72.71296495074075,41.9029925141874],[-72.71304595076809,41.90300851418787],[-72.71314195080704,41.90314051421019],[-72.71324395084379,41.903200514218426],[-72.71336895088109,41.90314051420285],[-72.71336295087201,41.90301751417935],[-72.71336295087127,41.90300451417686],[-72.71336195086896,41.90297051417033],[-72.71343495089181,41.90295351416471],[-72.71361195095209,41.90299751416745],[-72.7137589509991,41.90298151415962],[-72.71394195105242,41.90287151413255],[-72.71400795106887,41.90278351411346],[-72.71415295110764,41.902636514080484],[-72.71437295118311,41.902700514085694],[-72.71465795128093,41.902784514092644],[-72.71484995134679,41.902840514097235],[-72.71503395140986,41.9028935141015],[-72.71505295141641,41.90289951410203],[-72.71525495148572,41.90295851410687],[-72.71529595149724,41.902926514099384],[-72.71542195153283,41.90283151407703],[-72.71546395154475,41.902800514069696],[-72.71598795163375,41.90138551378031],[-72.71611695164991,41.90093751368988],[-72.71703295176576,41.8977775130518],[-72.71741095182203,41.896619512816606],[-72.71817895203806,41.896024512677215],[-72.7185929521636,41.89586051263225],[-72.71947495243123,41.89551451253713],[-72.72043695272404,41.89515251243632],[-72.7205069527441,41.895104512424815],[-72.72057695276409,41.89505551241312],[-72.7206499527849,41.895003512400756],[-72.7210399528964,41.89473251233597],[-72.72128895296748,41.89455751229423],[-72.72150295302872,41.8944095122588],[-72.72162895306963,41.89440651225416],[-72.72176095311038,41.89436651224218],[-72.72182795313105,41.894346512236176],[-72.72219495324538,41.894253512206404],[-72.7225399533576,41.894248512194295],[-72.72264295339113,41.89424751219077],[-72.72279695343848,41.89419751217616],[-72.72288495346561,41.894170512168124],[-72.72363395370067,41.8940115121133],[-72.72403795382927,41.893956512089645],[-72.7242219538902,41.89397251208678],[-72.72435395393579,41.894016512091],[-72.72444995396772,41.89402751209003],[-72.72472195405102,41.893933512063114],[-72.7249639541271,41.89388451204586],[-72.72517695419783,41.89390651204322],[-72.72526495422527,41.893884512036124],[-72.72541995427241,41.89382551201977],[-72.72578495438331,41.89368551198102],[-72.72632695455171,41.89354051193557],[-72.72650195459882,41.893368511896796],[-72.72669295465563,41.89327351187231],[-72.72720395481475,41.893143511830765],[-72.72729595484185,41.89309351181817],[-72.72781495499902,41.89288451176114],[-72.72850095520619,41.89259851168389],[-72.72901295535569,41.89229651160918],[-72.7292719554278,41.892083511559804],[-72.72937095545282,41.891957511532325],[-72.72943995547178,41.89189651151834],[-72.72953095549039,41.891705511478634],[-72.72955395548729,41.89152251144264],[-72.72965295550657,41.89129751139612],[-72.7298139555498,41.89113751136011],[-72.73039295571361,41.89070551125818],[-72.73065295578694,41.890507511211645],[-72.73105695590944,41.890347511167775],[-72.73129395598585,41.89033251115722],[-72.73172095612287,41.890293511135894],[-72.73188895617193,41.8901945111114],[-72.73198795621039,41.89030151112881],[-72.73214795626657,41.89037051113693],[-72.73224695629817,41.89035851113142],[-72.73265695643006,41.8903275111122],[-72.73287295649594,41.89024851109001],[-72.73285795648971,41.89022551108606],[-72.73294895651124,41.89008451105596],[-72.73320895659398,41.89004951104081],[-72.73335395663601,41.88995851101859],[-72.73335395664174,41.89005751103766],[-72.73312495657592,41.89021051107453],[-72.73310995657323,41.890248511082355],[-72.73315495659143,41.89030951109263],[-72.73326195662696,41.890320511091296],[-72.73402495688221,41.89043151108801],[-72.73483395715728,41.89062551109922],[-72.73609295759617,41.891114511152686],[-72.73632495767339,41.89114151115039],[-72.73639095770221,41.89126751117252],[-72.73655295776398,41.89142151119694],[-72.7367659578417,41.891564511217595],[-72.7370009579244,41.891668511230016],[-72.73725795801067,41.891711511229985],[-72.73747095808014,41.8917115112231],[-72.73760395813369,41.891887511252705],[-72.7377359581815,41.89196951126421],[-72.73780595820607,41.89199951126775],[-72.73792095824646,41.89204951127363],[-72.73796395826157,41.892068511275916],[-72.73825795836001,41.89211251127488],[-72.73828695837075,41.892134511278186],[-72.73830895838424,41.89224351129846],[-72.73835195840174,41.892303511308626],[-72.73836095840535,41.89231551131065],[-72.73849695845452,41.89239851132224]]]},"properties":{"name":4735.02,"geoid":"09003473502"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.69590694630195,41.922439518481916],[-72.6955959461954,41.92235151847502],[-72.6954239461365,41.922303518471324],[-72.69535594611317,41.9222835184697],[-72.69505294607491,41.92333051868098],[-72.69481394604419,41.924146518845745],[-72.69473894603485,41.92440751889839],[-72.6945889460157,41.92492251900235],[-72.69440494599175,41.92554551912817],[-72.69373494590523,41.92782651958877],[-72.69353594587959,41.92850451972566],[-72.69351094588794,41.928789519781326],[-72.69345294587141,41.928831519791274],[-72.69321694580421,41.92900051983141],[-72.69313894578207,41.929057519844896],[-72.69264794564224,41.9294095199285],[-72.69117694522357,41.93046752017958],[-72.69117594522335,41.93046952018],[-72.69068394508287,41.93081552026246],[-72.69029994496597,41.93096052030276],[-72.6902819449605,41.9309675203047],[-72.69000994487789,41.93107352033387],[-72.68992994485306,41.931095520340676],[-72.68988494483906,41.93110752034444],[-72.68967994477335,41.93112752035492],[-72.68941594468754,41.9311335203646],[-72.68927494464009,41.931108520364326],[-72.68911194458437,41.93106452036114],[-72.68910594458217,41.93106052036056],[-72.68895694452887,41.93097952034978],[-72.6887629444574,41.93083852032892],[-72.68845094433667,41.93051152027606],[-72.68842494432657,41.930483520271515],[-72.68819794423878,41.93024652023323],[-72.6877399440664,41.92985052017182],[-72.68758994400936,41.929710520149726],[-72.68733594391432,41.929500520117514],[-72.68731894390795,41.92948652011537],[-72.6872999439009,41.9294715201131],[-72.68721894387018,41.92939752010147],[-72.68695294377181,41.929197520071575],[-72.6866879436729,41.92898252003876],[-72.68602994342734,41.92844951995743],[-72.68588894337537,41.92834651994217],[-72.68561394327409,41.928146519912545],[-72.68558294326252,41.92812151990873],[-72.68543594320829,41.9280135198927],[-72.6853209431659,41.92792951988025],[-72.68490194301137,41.92762151983451],[-72.68472494294603,41.92749051981502],[-72.68457594289019,41.927365519795764],[-72.68449794286184,41.927315519788664],[-72.6837719425984,41.92685651972376],[-72.68353094251097,41.92670451970228],[-72.68307494234544,41.92641551966138],[-72.68266194220011,41.926232519639505],[-72.6818349419091,41.92586651959573],[-72.68148994179121,41.92577451958917],[-72.68069494151949,41.92556151957385],[-72.68023594136324,41.925449519567096],[-72.67982594122604,41.92539051956898],[-72.67973194119462,41.92537751956951],[-72.67884494089827,41.925257519575034],[-72.67860394081772,41.92522451957646],[-72.67849694078224,41.925214519577985],[-72.67744994043541,41.925124519594455],[-72.67710194032013,41.9250945195999],[-72.67609493998651,41.925007519615654],[-72.6760629399759,41.92500451961612],[-72.67426193937976,41.92485751964591],[-72.67350593913297,41.924855519669926],[-72.67294093894976,41.924875519691994],[-72.67189893861192,41.92491251973274],[-72.67190193861573,41.92496151974207],[-72.67191293862805,41.92511251977077],[-72.67191693863226,41.92516251978028],[-72.67199593872212,41.92627051999097],[-72.67193693871937,41.92655552004771],[-72.67181193869366,41.92681652010199],[-72.67105193853759,41.928405520432314],[-72.67092193851751,41.92879152051079],[-72.67088793852388,41.92909352057001],[-72.67091193854897,41.92939152062657],[-72.67119393869294,41.930289520790296],[-72.67157193889189,41.93159652102961],[-72.67187993905395,41.93266052122442],[-72.67205893914453,41.93321652132564],[-72.67208593915826,41.933301521341114],[-72.67216693919944,41.93355652138756],[-72.67219493921357,41.93364252140322],[-72.67266893945362,41.93511752167174],[-72.6727719395058,41.93543852173018],[-72.6727829395227,41.93566852177409],[-72.67274193951806,41.93581952180447],[-72.67262393948835,41.9359715218375],[-72.67250993946271,41.93617152187967],[-72.67246993947137,41.93654652195311],[-72.67251393950912,41.93695052202942],[-72.67256493956599,41.937645522161496],[-72.6727659397481,41.939658522542324],[-72.67279193977147,41.93991552259093],[-72.67276793976964,41.940019522611685],[-72.6728249398367,41.940856522770886],[-72.67285793986746,41.941201522836195],[-72.67286593987534,41.94129252285343],[-72.67289193989961,41.94156552290513],[-72.67290093990789,41.94165752292253],[-72.67293393993933,41.94201452299014],[-72.67296793997068,41.942364523056376],[-72.67303694003506,41.943087523193256],[-72.6730629400593,41.94335952324473],[-72.6730219400503,41.943435523260675],[-72.67290794001693,41.94350152327704],[-72.67285393999984,41.94351052328053],[-72.67247893988143,41.9435795233059],[-72.67230193982459,41.94359552331469],[-72.67211693976529,41.94361352332411],[-72.67194293971029,41.94364452333571],[-72.6718149396721,41.94370652335176],[-72.6717049396413,41.94379452337223],[-72.67158393961027,41.94394052340423],[-72.67151593959643,41.94408452343412],[-72.67148193959238,41.94420652345869],[-72.67147693959308,41.94424652346654],[-72.6714589395968,41.94441252349907],[-72.67145593961041,41.94466452354762],[-72.67142493961079,41.94484552358346],[-72.67095893952263,41.94594952381087],[-72.67078093948497,41.94630252388449],[-72.67136993968867,41.94650052390359],[-72.67146593972319,41.946555523911066],[-72.67149293973293,41.94657152391328],[-72.67155693975953,41.94667052393025],[-72.67159293977528,41.94673952394238],[-72.67160393978517,41.94684852396298],[-72.67154993977684,41.9470085239955],[-72.67097493958674,41.94696652400597],[-72.66977193919013,41.94689752403153],[-72.6703909393504,41.946176523872865],[-72.67056793939727,41.945988523830984],[-72.67058393940128,41.945967523826425],[-72.67073893944041,41.94576952378334],[-72.67086393946991,41.94557452374179],[-72.67099193949703,41.945321523689],[-72.67102093950169,41.945238523672096],[-72.67111693951756,41.944971523617625],[-72.67115393951788,41.94476852357738],[-72.67116093951664,41.94470752356543],[-72.67117793951398,41.944565523537555],[-72.67118293950094,41.944312523488726],[-72.67115993946999,41.94390752341157],[-72.6711449394497,41.943641523360874],[-72.6711309394307,41.94339252331343],[-72.67108993937408,41.94264552317105],[-72.67107693935549,41.94239752312375],[-72.67107193934886,41.94231152310736],[-72.67105693932922,41.9420565230588],[-72.671052939323,41.94197152304257],[-72.67105193932179,41.941956523039714],[-72.67104893931821,41.94191152303115],[-72.6710489393174,41.94189752302846],[-72.67102093928453,41.94148752295051],[-72.67093793918625,41.94025752271654],[-72.67091793916241,41.93995852265966],[-72.67090293915119,41.939849522639165],[-72.67086793910505,41.939249522524854],[-72.67076293896672,41.937451522182315],[-72.67072793892062,41.93685252206821],[-72.67070993889136,41.93644852199104],[-72.67067393883177,41.935621521833085],[-72.67065393880314,41.93523952176023],[-72.67063393877328,41.93483652168332],[-72.67062493876075,41.93467052165168],[-72.67059893872356,41.934174521557075],[-72.67059093871138,41.934009521525574],[-72.67051993860734,41.93261152125886],[-72.67036593839502,41.92981052072482],[-72.67018593833544,41.92979552072774],[-72.66949093809471,41.92955452070379],[-72.66847593774285,41.92919752066783],[-72.66624093696568,41.92836952058056],[-72.66614393693199,41.92833452057695],[-72.66488793649594,41.92788152053027],[-72.6621659355501,41.92688452042616],[-72.66125393523943,41.92665852041208],[-72.66124093523506,41.92665652041211],[-72.66087393511242,41.92660652041433],[-72.65963093470496,41.92657452044825],[-72.6553749333145,41.92654552057984],[-72.65499193318895,41.92653552059027],[-72.65384593281341,41.926508520622015],[-72.65346393268831,41.926500520632786],[-72.65310993257226,41.92649152064246],[-72.65204893222459,41.92646652067184],[-72.65169593210896,41.92645852068168],[-72.65090393184896,41.92643152070201],[-72.64926493131092,41.926376520744235],[-72.6485279310691,41.92635352076355],[-72.64773693080964,41.92633052078462],[-72.64746393071998,41.92632052079149],[-72.64664493045098,41.9262905208121],[-72.64637293036165,41.92628052081894],[-72.64559693010732,41.926261520840285],[-72.6432709293451,41.92620652090464],[-72.64249592909115,41.926188520926125],[-72.64203592894056,41.926180520939425],[-72.64065592848885,41.92615652097924],[-72.64019692833861,41.9261485209925],[-72.63959492814075,41.92612452100726],[-72.63840292775032,41.92609952104085],[-72.63736992741175,41.92607452106929],[-72.63720292735711,41.92607152107409],[-72.63427392639503,41.92596352114762],[-72.63324192605609,41.925926521173736],[-72.63326092604612,41.92564652111921],[-72.63332092601715,41.92480552095541],[-72.63334092600756,41.924526520901054],[-72.63334492600386,41.92443952088418],[-72.63335592599238,41.924178520833586],[-72.633360925989,41.92409152081667],[-72.63337092597892,41.92386052077188],[-72.63340292594935,41.923167520637456],[-72.63341392593966,41.92293752059282],[-72.63341592593183,41.922790520564455],[-72.63342392590893,41.9223485204791],[-72.63342692590147,41.92220252045091],[-72.63344092589179,41.921955520402896],[-72.63346792587427,41.92149952031426],[-72.63351892587828,41.92128052027046],[-72.63353892588158,41.92122452025903],[-72.63362492589631,41.92099352021177],[-72.633687925907,41.92082252017684],[-72.63374692592083,41.92072852015685],[-72.63396792597291,41.92038152008293],[-72.63419492602348,41.91997451999725],[-72.63433792605545,41.91971951994357],[-72.63445092608129,41.91952851990317],[-72.63479092615916,41.918955519781896],[-72.6349049261854,41.918765519741655],[-72.63497392620192,41.9186615197194],[-72.63517992625131,41.91835251965328],[-72.63524992626822,41.918249519631196],[-72.63533492628797,41.91811151960188],[-72.63559092634772,41.91769951951433],[-72.63567692636789,41.91756251948518],[-72.63576592638971,41.917437519458254],[-72.6360339264556,41.91706351937761],[-72.6361239264778,41.91693951935085],[-72.63621292649958,41.91681351932371],[-72.63647892656468,41.91643751924276],[-72.63656892658682,41.91631251921579],[-72.63664192660511,41.91621651919496],[-72.63686292666077,41.91593151913296],[-72.63693792667975,41.91583651911226],[-72.63704992670787,41.91569051908055],[-72.63738792679307,41.915255518985916],[-72.6375019268219,41.91511051895432],[-72.6375469268319,41.91502951893728],[-72.63757992683934,41.91497151892505],[-72.6376549268537,41.91479651888895],[-72.63765692685324,41.914777518885224],[-72.63766792685159,41.914686518867335],[-72.63767692685026,41.914612518852806],[-72.63766092683788,41.91448851882945],[-72.63764992682893,41.914395518811894],[-72.63753492677017,41.91402751874473],[-72.63748792674853,41.91391851872528],[-72.63740992671259,41.91373651869272],[-72.63710492654889,41.91262451848845],[-72.63707392652827,41.91244251845439],[-72.63704792651126,41.91229451842671],[-72.63699192647411,41.911967518365564],[-72.63697392646155,41.911851518343816],[-72.63695092644556,41.91170451831625],[-72.63693592643536,41.91161251829901],[-72.63689392640572,41.911336518247225],[-72.6368799263959,41.91124551823014],[-72.63677892632631,41.91061051811111],[-72.63665192623826,41.909802517959605],[-72.6365189261625,41.909241517855875],[-72.63638692608967,41.908725517760736],[-72.63622792600188,41.90810351764608],[-72.63620992599083,41.908013517629314],[-72.63615792595827,41.90774351757901],[-72.63614092594761,41.907654517562406],[-72.63609792592094,41.90743551752163],[-72.63599192585525,41.90689651742123],[-72.63596492583977,41.90678051739977],[-72.63591592581126,41.90656351735954],[-72.6358919257976,41.90646251734087],[-72.63582292575761,41.906159517284756],[-72.63579992574432,41.90605951726623],[-72.63578492573565,41.90599351725399],[-72.63573892571146,41.90583451722485],[-72.63573492570917,41.905817517221706],[-72.63567492568112,41.90567051719532],[-72.63557392563835,41.90550051716583],[-72.63537892556032,41.905250517123974],[-72.63537492555872,41.90524551712313],[-72.63524192550436,41.90505551709082],[-72.63516792547411,41.90494951707279],[-72.6349459253835,41.904634517019254],[-72.63487292535363,41.90452951700139],[-72.63473492529724,41.9043325169679],[-72.6345219252102,41.90402851691619],[-72.6343299251309,41.90373951686671],[-72.63432492512887,41.90373251686554],[-72.6341879250735,41.903547516834294],[-72.63449192517304,41.90355351682568],[-72.63484792528958,41.90356051681557],[-72.63533392544466,41.90349951678817],[-72.63540292546664,41.90349051678423],[-72.63570592556337,41.903453516767335],[-72.63586792560427,41.90324651672226],[-72.63594692562434,41.90314751670064],[-72.63638392573839,41.90265251659125],[-72.63655792578386,41.90245651654791],[-72.63665792580882,41.902323516519075],[-72.63695792588369,41.90192451643256],[-72.63705892590903,41.90179251640389],[-72.637106925921,41.90172851639001],[-72.63717492593806,41.901639516370686],[-72.63725392595806,41.90153951634888],[-72.63730392597081,41.90147751633533],[-72.63756192603617,41.90115151626422],[-72.63761592604999,41.901085516249786],[-72.63812492617835,41.90043151610743],[-72.6383369262327,41.90017451605111],[-72.63860292630108,41.8998555159811],[-72.63870392632705,41.89973451595454],[-72.63887092637034,41.8995405159118],[-72.63911392643095,41.89921651584157],[-72.63987692672517,41.90000151596821],[-72.64035492689824,41.90029851601003],[-72.6408479270726,41.90053251603924],[-72.64116892718332,41.90063651604894],[-72.6417559273821,41.90076251605431],[-72.64251092764083,41.90097751607141],[-72.64284992775478,41.901035516071666],[-72.64333592791945,41.90114151607644],[-72.64388392810736,41.901299516089225],[-72.64473092840481,41.90166551613246],[-72.64514392855087,41.90186151615689],[-72.64539792864043,41.901977516171065],[-72.64644392900766,41.90242751622404],[-72.64755092939369,41.90285851627141],[-72.64789292951174,41.90297051628197],[-72.64835192967142,41.90314251630033],[-72.64903492990796,41.903379516323966],[-72.65184093087744,41.90431551641385],[-72.65236193105729,41.90448651643],[-72.65251993111184,41.90453851643491],[-72.65324093136068,41.904774516457145],[-72.6534709314403,41.90485351646495],[-72.65364493150048,41.9049125164707],[-72.6541679316815,41.90509251648852],[-72.65434293174206,41.905152516494454],[-72.65470393186686,41.90527451650631],[-72.65515693202354,41.90542851652138],[-72.65578893224195,41.90563951654164],[-72.65615093236708,41.90576151655347],[-72.65814193305518,41.90642851661777],[-72.6593919334872,41.90684751665817],[-72.660964934034,41.90742951671956],[-72.66129493415004,41.90757451673684],[-72.6620549344173,41.90790851677667],[-72.6628879347132,41.908326516830314],[-72.66392593508483,41.9088975169068],[-72.66398093510458,41.90892851691099],[-72.6650859355061,41.90963851701209],[-72.66567293572218,41.910063517075],[-72.66596093582821,41.91027251710596],[-72.66668293609305,41.910779517180295],[-72.66875093685185,41.91223451739376],[-72.66971693720687,41.91292451749546],[-72.67020793738735,41.9132755175472],[-72.67072793757823,41.9136425176011],[-72.67077093759399,41.913672517605484],[-72.67104493769432,41.913861517633045],[-72.6714199378311,41.91411151766907],[-72.67190893801165,41.914474517723185],[-72.67269393830058,41.915042517807215],[-72.67359493862715,41.91560651788674],[-72.67395993875786,41.91580751791366],[-72.67413693882128,41.915905517926824],[-72.67439793891472,41.916048517945924],[-72.67453593896289,41.91610351795205],[-72.67485893907674,41.916249517969746],[-72.67540793926902,41.916477517995936],[-72.67600393947626,41.91669851801924],[-72.67636793960207,41.91682051803099],[-72.67682393975878,41.916957518042665],[-72.67737993994936,41.91711651805534],[-72.67777994008595,41.91722151806264],[-72.67804094017428,41.9172765180648],[-72.67898294049301,41.917473518072356],[-72.67943094064368,41.9175515180729],[-72.67956194068775,41.9175745180731],[-72.67969194073088,41.91758651807122],[-72.68158594135905,41.917763518044175],[-72.6822609415817,41.917805518030484],[-72.68426294224354,41.917955517994756],[-72.6850669425096,41.918020517981304],[-72.68551594265813,41.91805551797357],[-72.68575494273742,41.91807851797028],[-72.68613794286401,41.9181065179633],[-72.68714094320032,41.91826351796115],[-72.6875039433239,41.918352517966575],[-72.68794994347577,41.918462517973346],[-72.68846694365288,41.91860851798477],[-72.68941994398008,41.918889518008086],[-72.68992394415301,41.91903651802011],[-72.69024094426182,41.91912951802777],[-72.6907999444539,41.91929751804208],[-72.69143494467185,41.91948351805736],[-72.69193894484489,41.91963251806978],[-72.6922049449362,41.91971051807621],[-72.69262494508087,41.91984251808805],[-72.69271794511353,41.91988251809275],[-72.69281694514831,41.919925518097834],[-72.69322394529128,41.92010151811857],[-72.69362394543394,41.920311518146065],[-72.6941389456192,41.92060951818681],[-72.69458394578233,41.92091951823209],[-72.6948329458748,41.9211135182614],[-72.6948609458852,41.92113551826473],[-72.6951639460017,41.921440518313645],[-72.69540694609593,41.921698518355434],[-72.69551194613851,41.921842518379776],[-72.69571094621931,41.92211651842609],[-72.69581394626276,41.92228651845548],[-72.69590694630195,41.922439518481916]]]},"properties":{"name":4763,"geoid":"09003476300"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.63899891931841,41.77610849209452],[-72.64043291977752,41.775964492020684],[-72.64209992031127,41.775797491934895],[-72.6447319211524,41.77550649179419],[-72.64486892119626,41.77549249178708],[-72.64616492161015,41.77534449171687],[-72.6465369217286,41.775295491695466],[-72.64765592208492,41.77514949163134],[-72.64802892220374,41.77510149161007],[-72.64951492267812,41.77492849152894],[-72.64978792276538,41.77489849151438],[-72.65033892294151,41.77483849148509],[-72.6513179232543,41.7747294914326],[-72.6520129234779,41.77467849140043],[-72.65271692370733,41.77467849137782],[-72.65324592388203,41.77471849136856],[-72.65394692411711,41.77483449136845],[-72.65446192429197,41.77495649137549],[-72.65503992449041,41.775132491390934],[-72.65506992450071,41.77514149139172],[-72.65541692462182,41.775281491407625],[-72.65557692467773,41.775347491415225],[-72.65613392487653,41.7756484914555],[-72.65655392502923,41.77592449149534],[-72.6566019250467,41.77595649149999],[-72.65686892514461,41.776146491528124],[-72.65702192520072,41.77625549154426],[-72.65744192535473,41.77655449158855],[-72.65766892543806,41.77671749161275],[-72.65768892544537,41.776731491614804],[-72.65793692553629,41.77690749164085],[-72.65712592528797,41.77718649172082],[-72.65631492503968,41.77746549180077],[-72.65482492458347,41.77797849194774],[-72.65333492412728,41.778491492094716],[-72.65276892395394,41.778685492150366],[-72.65183692366865,41.77900749224253],[-72.6510399234623,41.77993949244818],[-72.64907892295462,41.782232492954165],[-72.64711892244716,41.7845244934599],[-72.64593592214086,41.78590749376506],[-72.6452359222223,41.79130749483064],[-72.64534692230885,41.79218549499665],[-72.64603592284438,41.7976074960217],[-72.64568292273144,41.797644496040185],[-72.64462492239305,41.797757496095976],[-72.64427292228055,41.79779649611483],[-72.64339692200066,41.79789549616208],[-72.64077092116179,41.79819449630416],[-72.63989592088235,41.79829549635175],[-72.63107891802962,41.798670496707246],[-72.62778791697075,41.798914496859986],[-72.62501391605667,41.798744496916164],[-72.62476391597818,41.79879649693424],[-72.62470891596006,41.798793496935424],[-72.62452891590092,41.79878549693966],[-72.62377891565804,41.798813496969125],[-72.62346991555798,41.79882549698136],[-72.62293691538552,41.798848497002915],[-72.62133891486853,41.7989174970675],[-72.62080691469647,41.7989414970892],[-72.62041691457019,41.7989564971046],[-72.619245914191,41.79900149715087],[-72.61885691406509,41.799017497166446],[-72.6191259141292,41.798605497078235],[-72.619736914275,41.797673496878616],[-72.61984391430174,41.797531496847775],[-72.61996991433514,41.797397496817844],[-72.62030791442487,41.79704049673806],[-72.62041691445376,41.796924496712144],[-72.62059091449994,41.79674049667105],[-72.62075391454415,41.79658449663566],[-72.62086991457572,41.7964754966109],[-72.62098791460834,41.796373496587435],[-72.62134191470628,41.796068496517144],[-72.62146091473927,41.79596749649383],[-72.62186891485567,41.79567749642473],[-72.62226991497019,41.7953944963572],[-72.62307191519628,41.794777496212276],[-72.62346891530824,41.79447249614064],[-72.6239189154362,41.794145496063045],[-72.62446791559248,41.79374949596894],[-72.6252429158128,41.79318549583513],[-72.62526891582007,41.79316449583024],[-72.62570591594283,41.79282049574978],[-72.62638291613287,41.79228549562472],[-72.6264639161558,41.792224495610334],[-72.62857191675367,41.790666495241744],[-72.6287879168148,41.79050449520351],[-72.6295599170334,41.78992749506729],[-72.6298089171034,41.789732495021624],[-72.6305579173142,41.78915049488516],[-72.63080791738459,41.78895649483966],[-72.63114691747555,41.788615494762915],[-72.63122891749762,41.788534494744646],[-72.63125391750441,41.78851049473921],[-72.63147591756284,41.78826749468512],[-72.6316069175973,41.78812349465311],[-72.63185391766143,41.78783749458993],[-72.63209691772235,41.78751849452051],[-72.63232091777287,41.78712549443739],[-72.63233591777626,41.7870994944319],[-72.6325799178265,41.78658849432536],[-72.63263291783544,41.786442494295436],[-72.63269591784616,41.7862714942604],[-72.63282891787516,41.78602049420764],[-72.63290191789115,41.78588449417901],[-72.63312191793518,41.78540149407864],[-72.6337859180688,41.783955493777974],[-72.63400691811326,41.78347449367795],[-72.6340839181302,41.78333249364804],[-72.63431591818167,41.78291049355908],[-72.63439391819902,41.78276949352934],[-72.63450191822402,41.78259149349147],[-72.63482691829941,41.78205849337807],[-72.6349359183248,41.78188149334037],[-72.63504191835008,41.78171949330567],[-72.63536091842622,41.781233493201526],[-72.63546791845187,41.78107249316699],[-72.63551991846424,41.78099249314986],[-72.63567991850265,41.78075249309836],[-72.63573391851573,41.78067349308135],[-72.63579891853124,41.78057449306015],[-72.63599691857887,41.7802794929968],[-72.63606291859477,41.78018149297575],[-72.63618391862236,41.779974492931856],[-72.63630691865059,41.77976749288791],[-72.63656191871063,41.779364492801875],[-72.6366909187411,41.779162492758694],[-72.63676091875828,41.77906449273752],[-72.63697191881029,41.77877149267414],[-72.63704291882786,41.77867449265311],[-72.63714191885212,41.77853449262288],[-72.63744191892596,41.77811649253248],[-72.63754191895059,41.77797749250244],[-72.63761391896901,41.7778894924831],[-72.63783291902531,41.77762649242527],[-72.63790591904414,41.777539492406085],[-72.63803691907734,41.777373492369826],[-72.63843291917799,41.77687749226128],[-72.63856591921187,41.77671249222512],[-72.63858491921205,41.776607492204235],[-72.63861291921917,41.776572492196564],[-72.63890191929343,41.776224492120036],[-72.63899891931841,41.77610849209452]]]},"properties":{"name":5101,"geoid":"09003510100"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.66490892738581,41.76953648999258],[-72.6645749273449,41.77072149023229],[-72.66433692731606,41.771571490404206],[-72.66416092729466,41.772198490531004],[-72.6596229260126,41.77563149134015],[-72.6591009258652,41.776027491433425],[-72.65851892570075,41.77646749153715],[-72.65793692553629,41.77690749164085],[-72.65768892544537,41.776731491614804],[-72.65766892543806,41.77671749161275],[-72.65744192535473,41.77655449158855],[-72.65702192520072,41.77625549154426],[-72.65686892514461,41.776146491528124],[-72.6566019250467,41.77595649149999],[-72.65655392502923,41.77592449149534],[-72.65613392487653,41.7756484914555],[-72.65557692467773,41.775347491415225],[-72.65541692462182,41.775281491407625],[-72.65506992450071,41.77514149139172],[-72.65503992449041,41.775132491390934],[-72.65446192429197,41.77495649137549],[-72.65394692411711,41.77483449136845],[-72.65324592388203,41.77471849136856],[-72.65271692370733,41.77467849137782],[-72.6520129234779,41.77467849140043],[-72.6513179232543,41.7747294914326],[-72.65033892294151,41.77483849148509],[-72.64978792276538,41.77489849151438],[-72.64951492267812,41.77492849152894],[-72.64802892220374,41.77510149161007],[-72.64765592208492,41.77514949163134],[-72.6465369217286,41.775295491695466],[-72.64616492161015,41.77534449171687],[-72.64486892119626,41.77549249178708],[-72.6447319211524,41.77550649179419],[-72.64209992031127,41.775797491934895],[-72.64043291977752,41.775964492020684],[-72.63899891931841,41.77610849209452],[-72.63908291933994,41.77600649207212],[-72.63917291936315,41.77589949204855],[-72.63935191941077,41.775712492006676],[-72.63944391943532,41.77561749198535],[-72.63950591945117,41.77554149196869],[-72.63969591950021,41.77531649191909],[-72.63975891951645,41.775241491902584],[-72.63994291956284,41.775004491850886],[-72.64031691965731,41.77452549174633],[-72.6404869196992,41.77428949169526],[-72.6406629197427,41.77404749164284],[-72.6407209197572,41.773970491626116],[-72.6408949198008,41.77374149157627],[-72.64095391981566,41.77366549155969],[-72.6409799198216,41.773621491550365],[-72.64106191984077,41.77348949152222],[-72.6410889198471,41.773446491513035],[-72.64112591985602,41.773391491501236],[-72.64124091988423,41.77322949146624],[-72.64127891989351,41.77317549145458],[-72.6413839199191,41.773024491422014],[-72.6416999199963,41.77257449132492],[-72.64180592002225,41.77242449129253],[-72.64184592003232,41.7723724912812],[-72.64196692006281,41.772216491247164],[-72.64200792007325,41.77216549123601],[-72.64206892008713,41.77206049121374],[-72.64225292012911,41.77174649114717],[-72.64231492014336,41.77164249112507],[-72.64242792017012,41.77146649108742],[-72.64277092025165,41.77093849097439],[-72.64288492027879,41.770763490936915],[-72.64305392031783,41.77048349087738],[-72.64356292043578,41.76964649069928],[-72.6437329204752,41.7693674906399],[-72.64386192050601,41.769171490597884],[-72.64425292059983,41.76858449047189],[-72.64438292063103,41.768389490430025],[-72.64445292064721,41.76827349040537],[-72.64466292069588,41.76792849033193],[-72.64473392071244,41.767813490307425],[-72.64485092073859,41.76760449026328],[-72.64520592081855,41.76698049013129],[-72.6453239208451,41.7667724900873],[-72.64539592086174,41.766653490062005],[-72.64561292091207,41.76629748998623],[-72.64568592092911,41.76617948996108],[-72.64583192096043,41.7658954899015],[-72.64627192105503,41.7650434897227],[-72.64641892108673,41.764760489663274],[-72.64643192108907,41.76472748965648],[-72.64647292109701,41.76463248963681],[-72.64648692109972,41.764600489630176],[-72.64649092109858,41.76455748962173],[-72.64650292109532,41.76443248959718],[-72.64650792109455,41.76439048958891],[-72.6465029210861,41.76427148956608],[-72.64649492107101,41.76405348952419],[-72.64644892104859,41.76392348950055],[-72.64640992102953,41.76381248948033],[-72.64639292101562,41.76366648945266],[-72.64635292098185,41.76330448938397],[-72.6463279209697,41.76323448937126],[-72.64628092094654,41.76309748934627],[-72.64622692092018,41.76294448931844],[-72.64610892087052,41.76274848928434],[-72.64584292075853,41.762306489207454],[-72.6454869206109,41.76175448911216],[-72.6453209205421,41.761497489067814],[-72.64527492052304,41.761426489055566],[-72.64537592055362,41.7613854890444],[-72.64586092070755,41.7613134890149],[-72.64676192100734,41.76142148900687],[-72.64740492122134,41.761499489001324],[-72.64769792131126,41.76140248897316],[-72.64811892141532,41.760823488847734],[-72.64801792136865,41.76058348880456],[-72.64785792130805,41.7604354887811],[-72.64764692122371,41.760163488735294],[-72.64769392122962,41.759999488702086],[-72.64791692129842,41.75993148868178],[-72.64829492143383,41.76014548871102],[-72.64859592155712,41.76058548878641],[-72.64874692160764,41.76060848878602],[-72.64885892164075,41.760549488771005],[-72.64897692166696,41.760335488725865],[-72.64897692165923,41.76020048869976],[-72.64897892162153,41.75953048857018],[-72.6491749216602,41.75909048847883],[-72.6494449217349,41.75885848842532],[-72.649796921831,41.7585334883512],[-72.64995792187494,41.758384488317226],[-72.649940921854,41.75811548826577],[-72.64963892173103,41.75768648819254],[-72.64955992168983,41.757416488142866],[-72.64970292172715,41.75725448810696],[-72.65001492181617,41.75703348805422],[-72.65112392214074,41.756390487894336],[-72.65132592219985,41.756273487865215],[-72.65273392261206,41.75545948766266],[-72.65359292285436,41.75480248750807],[-72.65403092297788,41.75446748742925],[-72.65387092294236,41.75475748749045],[-72.65407692300141,41.75461648745659],[-72.65418292303315,41.7545674874437],[-72.65421392304279,41.75455948744116],[-72.6543509230872,41.754555487435994],[-72.65448892313371,41.754582487436785],[-72.65457992316904,41.754681487453],[-72.65462592318619,41.75471948745887],[-72.65497692331562,41.754982487498445],[-72.65500392332589,41.75500848750262],[-72.65593692358983,41.75430848733733],[-72.6569709239803,41.755243487484904],[-72.65803692438284,41.75620748763703],[-72.66022492519075,41.7578654878873],[-72.66133692560129,41.75870748801434],[-72.66143692564461,41.758894488047275],[-72.66153692568791,41.75908148808022],[-72.6616779257489,41.759344488126516],[-72.66181892580997,41.75960848817303],[-72.66209192592821,41.76011948826303],[-72.6634669265235,41.76268948871562],[-72.66435892690973,41.764357489009356],[-72.66511492723707,41.76577048925816],[-72.66507292726655,41.76652348940504],[-72.66494992735593,41.76878248984556],[-72.66491692737924,41.769376489961395],[-72.66490892738581,41.76953648999258]]]},"properties":{"name":5102,"geoid":"09003510200"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.71529693711285,41.65271446576692],[-72.71604093735365,41.65269046573838],[-72.71669993756694,41.65266946571313],[-72.71727493775262,41.652643465689636],[-72.71789093795026,41.65259346566017],[-72.71826893807074,41.6525484656393],[-72.71874893822381,41.652493465613226],[-72.71901093830893,41.65249046560422],[-72.71936593842317,41.65246746558837],[-72.71937893842738,41.65246746558795],[-72.71982993857429,41.652469465573844],[-72.72024793871218,41.65250146556664],[-72.72048193879027,41.652535465565705],[-72.72084693891216,41.652589465564425],[-72.72128793905605,41.652595465551435],[-72.72145693911122,41.652598465546596],[-72.7222439393664,41.652581465518026],[-72.72261293948507,41.652556465501306],[-72.72305393962701,41.652528465481716],[-72.72324693968898,41.65251346547262],[-72.72382693987537,41.652471465445835],[-72.72402093993769,41.6524574654369],[-72.72432294003467,41.65243446542274],[-72.72523294032707,41.652368465380704],[-72.72553594042445,41.652346465366705],[-72.72563094045537,41.65234646536365],[-72.72585894053014,41.652356465358274],[-72.7260969406083,41.65236846535294],[-72.72653294075545,41.65246046535676],[-72.72680994085019,41.65254046536337],[-72.72683694085941,41.65254846536404],[-72.72711394095552,41.6526524653753],[-72.72688094090357,41.65307046546378],[-72.72678294088172,41.653246465501056],[-72.72616594074198,41.65431546572801],[-72.72592794068821,41.65473046581609],[-72.72581394066385,41.65495346586295],[-72.72561694062185,41.655340465944285],[-72.72547194059077,41.655622466003585],[-72.72535894056678,41.6558464660506],[-72.72495994047746,41.65655646620099],[-72.72493694047245,41.656599466210075],[-72.72377194021271,41.658690466652644],[-72.72337594012448,41.65940246680332],[-72.72314294007249,41.6598194668916],[-72.72244493991688,41.661072467156785],[-72.72221293986524,41.66149046724524],[-72.72191193976474,41.66144646724639],[-72.72139493959756,41.66146546726667],[-72.72117793952886,41.66149946728024],[-72.72081793941493,41.66155646730285],[-72.71971193906117,41.661665467359505],[-72.71911693887176,41.66174046739315],[-72.71836793864075,41.6619644674606],[-72.7181329385714,41.66208946749237],[-72.71791293850652,41.662207467522315],[-72.71748093838121,41.6624754675881],[-72.71738193835529,41.6625854676126],[-72.71732693834441,41.6627084676382],[-72.71726293833424,41.66289546767648],[-72.71707193830436,41.66346046779207],[-72.71702893829772,41.663589467818454],[-72.71700893829458,41.66364846783053],[-72.71688593827558,41.664016467905746],[-72.71684793826978,41.66413146792926],[-72.7165849382057,41.66450846801075],[-72.71629893813295,41.66486446808891],[-72.71622193811376,41.66496746811133],[-72.71599193805679,41.665280468179354],[-72.71581993801405,41.66551246822983],[-72.71566793797633,41.66571846827461],[-72.71533793789821,41.6662314683846],[-72.71531293789236,41.66627146839316],[-72.71523393787969,41.666499468439866],[-72.71523093788092,41.66653846844751],[-72.71522193788475,41.66665646847065],[-72.71521993788637,41.66669646847847],[-72.71521793788722,41.66672246848356],[-72.71529093792451,41.66695946852714],[-72.71530093793011,41.66700046853476],[-72.71553693805946,41.667919468705215],[-72.71561593810272,41.66822646876213],[-72.71567893813346,41.66840546879479],[-72.71586793822567,41.66894246889273],[-72.71593193825679,41.66912246892556],[-72.71554493813223,41.66914746894283],[-72.71530493805503,41.66916346895362],[-72.71444593778018,41.66924746899749],[-72.71438793776171,41.66925446900073],[-72.71400393763966,41.669306469023134],[-72.71316493737237,41.66940846906985],[-72.7125659371816,41.66948246910342],[-72.71108593670867,41.66963746918099],[-72.7106469365685,41.66968546920438],[-72.71042793649865,41.669710469216255],[-72.70980893630129,41.66978346925029],[-72.70928193613321,41.66984446927903],[-72.70907293606659,41.66986946929059],[-72.70826793581043,41.66997246933639],[-72.70775593565094,41.670098469377244],[-72.70771793563927,41.67011046938079],[-72.7072579354982,41.67026246942501],[-72.70721693548595,41.67028146943],[-72.70707693544401,41.670345469446886],[-72.7068129353651,41.67046846947919],[-72.70666593532226,41.670556469500966],[-72.70653493528418,41.67063646952065],[-72.70643593523106,41.670270469452944],[-72.70613893507165,41.66917246924979],[-72.70603993501857,41.66880746918227],[-72.70575393484357,41.66737346891365],[-72.7052319345235,41.66474446842109],[-72.70487293431138,41.66307646810945],[-72.70456693413017,41.66164746784243],[-72.70432593398722,41.660517467631216],[-72.70360293355849,41.65712946699793],[-72.70336293341592,41.656000466786864],[-72.70328993337246,41.65565546672235],[-72.70307293324294,41.65462346652933],[-72.70300093319987,41.65427946646497],[-72.70327893328877,41.65425146645062],[-72.70411293355544,41.65416746640758],[-72.70439093364433,41.65413946639324],[-72.70499193383226,41.65400446634777],[-72.7067959343966,41.653603466212154],[-72.70731593455922,41.65348746617298],[-72.70739793458495,41.65347046616704],[-72.70773193469006,41.65340746614413],[-72.70873693500664,41.653222466076],[-72.70907193511215,41.65316046605324],[-72.71031593551191,41.65307046599585],[-72.7140519367127,41.65280346582415],[-72.71529693711285,41.65271446576692]]]},"properties":{"name":4942.02,"geoid":"09003494202"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.75442795095825,41.672104468265125],[-72.75451095101097,41.672553468349406],[-72.7547599511692,41.673901468602445],[-72.75484395122233,41.67435146868689],[-72.75490595126209,41.674693468751116],[-72.75509195138146,41.67572046894401],[-72.75515395142128,41.67606346900843],[-72.75516895144001,41.6763054690548],[-72.75521595149695,41.677032469194046],[-72.75521795149899,41.67705646919865],[-72.75528595153303,41.67726446923674],[-72.75534295156264,41.67745746927228],[-72.75551395165152,41.67803746937907],[-72.7555319516607,41.678095469389724],[-72.7555499516746,41.67823546941625],[-72.75557595169394,41.67842546945221],[-72.75565595175279,41.67899846956058],[-72.75568295177251,41.67918946959669],[-72.75574295181423,41.67957646966968],[-72.75592295193934,41.6807374698887],[-72.75598395198142,41.681125469961856],[-72.75601895200107,41.68126946998862],[-72.75612495206032,41.68170147006884],[-72.7561609520803,41.68184547009557],[-72.7561819520928,41.681944470114054],[-72.75620995210737,41.682039470131535],[-72.75638295219669,41.682615470237494],[-72.75644095222655,41.682807470272785],[-72.75655495229311,41.68332147036863],[-72.7568979524933,41.68486647065672],[-72.75701295256027,41.6853814707527],[-72.75704195257693,41.68550747077617],[-72.75705195258573,41.68560447079463],[-72.75712195264742,41.68628347092381],[-72.75713595265967,41.68641747094931],[-72.75714595266825,41.68651047096698],[-72.75716195267856,41.68659947098371],[-72.75717795268888,41.686688471000416],[-72.7572269527203,41.686958471051106],[-72.75747095287676,41.68830247130342],[-72.75755295292919,41.68875147138769],[-72.7575589529374,41.68886047140861],[-72.75756595294645,41.68897847143123],[-72.75757795296245,41.68918947147168],[-72.75757895296316,41.68919647147301],[-72.75760095297612,41.68929747149184],[-72.7576379529986,41.68947947152588],[-72.75772995305451,41.68993247161061],[-72.75773295306105,41.69002947162929],[-72.75774095307438,41.69021647166522],[-72.75779695311137,41.690543471726734],[-72.75781695312456,41.690660471748735],[-72.75804795327613,41.69199247199912],[-72.75812495332666,41.69243647208257],[-72.75815395334223,41.692543472102344],[-72.75824095338896,41.69286447216169],[-72.75826995340461,41.69297247218164],[-72.75826395340803,41.69306647220004],[-72.75824695341873,41.69334947225536],[-72.75824195342254,41.6934444722739],[-72.75822395341726,41.69345447227642],[-72.75801595335287,41.69351247229434],[-72.75733195314115,41.69370347235335],[-72.75710495307092,41.69376747237305],[-72.75692195301231,41.69378447238224],[-72.75637595283773,41.69383947241046],[-72.75619395277957,41.69385847242001],[-72.75579595265222,41.69389747244037],[-72.75460295227073,41.69401747250202],[-72.75442195221288,41.69403647251152],[-72.7542069521445,41.69406447252387],[-72.7534739519112,41.694157472565465],[-72.75214395148804,41.694328472641416],[-72.75127595121204,41.69444347269162],[-72.75093695110432,41.694489472711446],[-72.75061695100231,41.694527472729106],[-72.75054295097867,41.69453547273304],[-72.75044195094648,41.69454747273861],[-72.75023995088205,41.694570472749554],[-72.74953795065821,41.69465247278805],[-72.74933295059306,41.69468047280006],[-72.74903195049748,41.69472247281789],[-72.74844495031101,41.694803472852456],[-72.74822295024052,41.694834472865594],[-72.74668394975129,41.695040472955036],[-72.74609794956504,41.69511947298918],[-72.74593694951444,41.695151473000564],[-72.74545394936288,41.69525047303527],[-72.74529394931268,41.69528347304682],[-72.74526894930472,41.69528647304819],[-72.74519594928151,41.69529647305247],[-72.74517194927394,41.695300473054026],[-72.74476894914834,41.69539847308597],[-72.74461094909869,41.695429473097064],[-72.74370894881557,41.69561347316171],[-72.74291294856323,41.69573247321036],[-72.74280094852776,41.69574947321726],[-72.742341948381,41.695796473241145],[-72.74179194820513,41.695852473269674],[-72.74014494767871,41.69602347335579],[-72.73959594750323,41.6960804733845],[-72.73872694722571,41.69617447343065],[-72.73612294639429,41.69646047356982],[-72.73525494611718,41.69655647361633],[-72.7349159460087,41.696589473633615],[-72.73389894568344,41.696691473686094],[-72.73356094557533,41.69672547370355],[-72.73332794546235,41.696077473585625],[-72.73307694534064,41.695379473458594],[-72.73273994516614,41.69424847325051],[-72.73270094514555,41.69411047322507],[-72.73267994513424,41.69403247321062],[-72.732624945105,41.693834473174064],[-72.73253894505999,41.69353747311934],[-72.73250094504282,41.6934534731043],[-72.73241594500134,41.6932124730604],[-72.7323859449859,41.69311347304219],[-72.73231494494932,41.692878472998984],[-72.73225794491219,41.69255447293811],[-72.73220494487455,41.69219847287089],[-72.73217994485847,41.69205947284479],[-72.73211694481773,41.69170647277848],[-72.73206294477927,41.69134147270956],[-72.73190294466458,41.69024847250311],[-72.73184994462649,41.68988447243436],[-72.73178194458134,41.68948247235871],[-72.73157994444671,41.68827947213232],[-72.73151294440193,41.687878472056845],[-72.73120994420974,41.686244471750236],[-72.73075494392144,41.6837954712907],[-72.73038694369312,41.68189947093543],[-72.73033294366113,41.68164747088836],[-72.7301739435661,41.680891470747085],[-72.73012194353477,41.680639470699965],[-72.7300699435046,41.68040847065691],[-72.72991594341494,41.67971747052805],[-72.72986494338517,41.67948747048515],[-72.7298379433677,41.679335470456586],[-72.72975794331562,41.67888047037104],[-72.7297319432985,41.67872947034264],[-72.72959594321667,41.678072470219796],[-72.72935894307358,41.676920470004326],[-72.72924194298827,41.67609446984812],[-72.72914894292005,41.67543146972271],[-72.72950494303026,41.675332469692094],[-72.73019594324634,41.67517746963984],[-72.73196194379881,41.67478546950714],[-72.73245594395488,41.674702469475186],[-72.73337494424797,41.674596469425104],[-72.73375994437083,41.674553469404394],[-72.73444794459091,41.674485469369095],[-72.73464794465451,41.67445946935763],[-72.73524894484582,41.67438346932359],[-72.73544994490987,41.67435946931248],[-72.73595394507026,41.67429546928387],[-72.73705094541951,41.67415846922206],[-72.7374709455543,41.674124469201956],[-72.73797894571737,41.674084469177885],[-72.73852894589338,41.67403146914992],[-72.74018094642214,41.67387446906637],[-72.74073194659857,41.673823469038766],[-72.74098294667857,41.67379346902487],[-72.74173494691836,41.673706468983845],[-72.74198694699872,41.67367746897012],[-72.742050947019,41.67366746896612],[-72.74224294707987,41.67363946895453],[-72.74230794710057,41.67363146895089],[-72.74249194715918,41.67360846894051],[-72.74304694733598,41.673541468909676],[-72.743231947395,41.67352046889965],[-72.7434059474508,41.673505468891165],[-72.74393094761912,41.67346046886554],[-72.74410594767527,41.6734464688572],[-72.7442959477359,41.67342546884703],[-72.74486894791876,41.673361468816196],[-72.7450599479798,41.673341468806164],[-72.74523994803747,41.67332546879729],[-72.74578094821076,41.673276468770396],[-72.74596194826883,41.673261468761666],[-72.74656994846397,41.673213468732804],[-72.74758994879146,41.67313446868467],[-72.74776594884814,41.673123468676884],[-72.74870594914894,41.67303346862921],[-72.74917194929816,41.672990468605896],[-72.74926794932838,41.67297246859932],[-72.74963994944575,41.67290746857474],[-72.74969694946367,41.672896468570784],[-72.74987094951854,41.67286546855918],[-72.74992894953691,41.672856468555565],[-72.75027794964711,41.67279746853291],[-72.75132794997883,41.672621468465024],[-72.75167795008943,41.67256346844253],[-72.75222695026284,41.67247146840705],[-72.75257595037313,41.67241346838458],[-72.7538769507841,41.672195468300494],[-72.75431095092127,41.67212346827257],[-72.75442795095825,41.672104468265125]]]},"properties":{"name":4943,"geoid":"09003494300"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.70324393525783,41.688923473167875],[-72.703495935342,41.68896047316694],[-72.70387893546791,41.68898147315871],[-72.70393393548575,41.688980473156754],[-72.70447693566254,41.68898047313932],[-72.70517093588954,41.68899847312049],[-72.70601593616594,41.689020473097614],[-72.70643993630469,41.68903247308631],[-72.70669593639306,41.68912047309512],[-72.70663093636401,41.68898247307048],[-72.70663393636201,41.68893047306033],[-72.70663693636087,41.688893473053064],[-72.70673093637676,41.68863647300028],[-72.70686193640398,41.68836647294382],[-72.70695193642284,41.688183472905465],[-72.70729093653533,41.688220472901754],[-72.70767593665782,41.688170472879705],[-72.70984793734911,41.68789247275609],[-72.71057193757957,41.687800472715004],[-72.71074193763384,41.687781472705865],[-72.71125293779718,41.687728472679176],[-72.71142393785182,41.6877104726702],[-72.71163293791845,41.68768547265866],[-72.71226093811885,41.687614472624716],[-72.71247093818592,41.687591472613526],[-72.71258093822094,41.68757747260726],[-72.71291293832674,41.68753747258886],[-72.71302393836211,41.68752447258276],[-72.71434893878317,41.687343472505134],[-72.71501293899496,41.6872664724689],[-72.7156609392029,41.687213472437804],[-72.71654493948758,41.687158472398735],[-72.7178069398925,41.687054472338026],[-72.71865994016451,41.686954472291255],[-72.71881794021405,41.68692147227977],[-72.71982594053091,41.686723472209046],[-72.72021894065617,41.686676472187315],[-72.7205679407662,41.68661347216389],[-72.72070194080774,41.68657747215261],[-72.72086694085885,41.686531472138384],[-72.7209579408871,41.68650747213083],[-72.72119094095842,41.68642847210804],[-72.72135794101018,41.686382472093776],[-72.7215239410617,41.68633847207992],[-72.72178694113873,41.68618847204241],[-72.722055941219,41.686060472008975],[-72.72317094155397,41.68557047187826],[-72.72383594175656,41.68532747180983],[-72.72457294198357,41.68510147174238],[-72.72473294203374,41.685067471730626],[-72.72519094217715,41.68496847169674],[-72.72595294241557,41.68479947163952],[-72.72718794280249,41.68453447154851],[-72.72743494287987,41.684481471530304],[-72.72817694311226,41.68432147147546],[-72.72842494319002,41.684269471457405],[-72.72866994326675,41.68421647143927],[-72.72940594349721,41.68405647138462],[-72.7296519435743,41.68400447136665],[-72.72981494362561,41.6839734713554],[-72.73030594378008,41.683879471321404],[-72.73046994383175,41.68384947131032],[-72.73075494392144,41.6837954712907],[-72.73120994420974,41.686244471750236],[-72.73151294440193,41.687878472056845],[-72.73157994444671,41.68827947213232],[-72.73178194458134,41.68948247235871],[-72.73184994462649,41.68988447243436],[-72.73190294466458,41.69024847250311],[-72.73206294477927,41.69134147270956],[-72.73211694481773,41.69170647277848],[-72.73217994485847,41.69205947284479],[-72.73220494487455,41.69219847287089],[-72.73225794491219,41.69255447293811],[-72.73231494494932,41.692878472998984],[-72.7323859449859,41.69311347304219],[-72.73241594500134,41.6932124730604],[-72.73250094504282,41.6934534731043],[-72.73253894505999,41.69353747311934],[-72.732624945105,41.693834473174064],[-72.73267994513424,41.69403247321062],[-72.73270094514555,41.69411047322507],[-72.73273994516614,41.69424847325051],[-72.73307694534064,41.695379473458594],[-72.73332794546235,41.696077473585625],[-72.73356094557533,41.69672547370355],[-72.73378394569376,41.69752547385121],[-72.73389994575534,41.697941473928],[-72.73404694583449,41.69848747402896],[-72.73425294596368,41.69957147423211],[-72.73431294600545,41.69995947430528],[-72.73434394602694,41.7001584743428],[-72.73444994609703,41.70077947445957],[-72.73451794613683,41.701087474516996],[-72.73472494625733,41.70201447468973],[-72.73479394629751,41.702323474747324],[-72.73481194630881,41.70241847476512],[-72.73486594634291,41.70270647481911],[-72.73488394635426,41.70280247483711],[-72.73492094637726,41.7029934748729],[-72.735033946447,41.70356847498052],[-72.73507194647036,41.70376047501647],[-72.73307194583195,41.70398347512399],[-72.72908894455779,41.704380475328975],[-72.72814394425555,41.70447547537777],[-72.72795194419399,41.704492475387234],[-72.72577394349587,41.704685475494664],[-72.72531594334902,41.704725475517115],[-72.72537294338093,41.704958475560375],[-72.72547494344529,41.70550247566238],[-72.72558694352492,41.70625547580449],[-72.7256059435472,41.706536475858265],[-72.72559294355631,41.70676947590376],[-72.72430594314119,41.70683847595852],[-72.72426794313867,41.70701047599304],[-72.72421194312628,41.70711247601458],[-72.7241489431081,41.70715347602452],[-72.72402594307148,41.70721347604009],[-72.72378294299449,41.70725047605507],[-72.72339494287165,41.70731147607936],[-72.72238794255038,41.707427476134214],[-72.72219794248764,41.70741247613741],[-72.72199794242057,41.707378476137265],[-72.72156194227206,41.70726447612924],[-72.72127294217366,41.70718947612401],[-72.72084094202555,41.70705947611275],[-72.7206779419699,41.707014476109286],[-72.7201889418031,41.706882476099466],[-72.7200259417475,41.706838476096195],[-72.72013294176871,41.70660047604669],[-72.720455941833,41.70588647589815],[-72.72056394185459,41.705649475848794],[-72.72032094177175,41.705584475844034],[-72.71959194152319,41.70538947582974],[-72.71934994144073,41.70532547582515],[-72.71927494142209,41.70542647584711],[-72.71914794138543,41.70550847586705],[-72.71903994135359,41.70556647588176],[-72.71891194131412,41.705605475893414],[-72.71877294126979,41.705621475900976],[-72.71863694122551,41.70562147590536],[-72.71781094095671,41.705624475932495],[-72.71727694078432,41.70565047595471],[-72.7165559405544,41.70573547599434],[-72.71627594046535,41.705772476010495],[-72.71621994044722,41.70577447601269],[-72.71541294018668,41.705813476046195],[-72.71522694012612,41.70581347605218],[-72.71466793994406,41.70581347607015],[-72.7144829398839,41.70581447607629],[-72.71449393985276,41.70520847595867],[-72.71449493985224,41.705193475955724],[-72.7145659397723,41.70339347560508],[-72.71459093974586,41.70278947548738],[-72.71460293973196,41.7024784754268],[-72.71461893972275,41.70222647537752],[-72.71471393967268,41.70081147510059],[-72.71471293966216,41.70063347506618],[-72.71469493965098,41.70054047504875],[-72.7146609396295,41.70035847501462],[-72.71453693956866,41.70000147494951],[-72.71452893956304,41.699948474939504],[-72.71452293955846,41.69990247493081],[-72.71447993953844,41.69979747491185],[-72.71446093952946,41.699748474902975],[-72.71423893945357,41.699685474897926],[-72.7139489393533,41.6995834748875],[-72.71366893925536,41.699465474873655],[-72.71335393914416,41.69931447485457],[-72.71290393898349,41.699067474821234],[-72.71246793882786,41.698828474788975],[-72.71176793858073,41.698493474746634],[-72.71129893841767,41.69831247472666],[-72.71088793827508,41.69815947471027],[-72.71025393805886,41.69798847469756],[-72.7094099377735,41.69780447468904],[-72.70902493764511,41.697751474691174],[-72.70856093749114,41.697701474696416],[-72.70804093732063,41.697680474709045],[-72.70802893731673,41.69768047470944],[-72.70744093712612,41.69769547473123],[-72.7063449367764,41.69782047479067],[-72.7056879365699,41.69795047483694],[-72.70534993646625,41.69806247486946],[-72.70500893631332,41.69733047473874],[-72.70484693624074,41.69698347467678],[-72.70494493624456,41.69649247457858],[-72.70519093625694,41.69530847434148],[-72.7048009360569,41.69403147410679],[-72.7036329354575,41.690200473402626],[-72.70324393525783,41.688923473167875]]]},"properties":{"name":4944,"geoid":"09003494400"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.73163994638755,41.7218084786188],[-72.73053594603458,41.721922478676376],[-72.72722394497582,41.72226847884993],[-72.72612094462326,41.72238447890786],[-72.72519394432709,41.722484478957035],[-72.72241594343983,41.722788479105255],[-72.7214899431441,41.72289047915477],[-72.72108694301384,41.722907479171035],[-72.71988194262444,41.72296047922004],[-72.71947994249454,41.722978479236474],[-72.7189359423209,41.72303947926578],[-72.71730594180063,41.723224479354],[-72.71676294162741,41.72328747938365],[-72.716419941518,41.72332747940242],[-72.71539194119008,41.723447479458706],[-72.71504994108102,41.72348847947764],[-72.71503694107685,41.72348947947826],[-72.71499894106476,41.72349447948046],[-72.71498694106099,41.723496479481206],[-72.71489694103242,41.72350947948664],[-72.71483394101251,41.72352047949079],[-72.71464394095534,41.723602479512756],[-72.71456194093071,41.72363847952236],[-72.71413894080325,41.72381847957078],[-72.71372394067033,41.723857479591686],[-72.71110593983212,41.724109479724625],[-72.71023393955294,41.72419347976893],[-72.70937493927448,41.724216479801],[-72.70679793843914,41.72428547989723],[-72.70593893816068,41.7243084799293],[-72.70616993815239,41.72285047963983],[-72.70686593812843,41.71847547877107],[-72.70709793812054,41.7170184784817],[-72.7071159381172,41.71685747844998],[-72.7073079381121,41.71567647821532],[-72.70732793811172,41.715556478191466],[-72.70755493808863,41.71386247785638],[-72.70787093806437,41.711641477416485],[-72.70799993805474,41.71073947723779],[-72.70804093804765,41.7103824771674],[-72.70802093803624,41.710297477151585],[-72.70793993798995,41.70994947708685],[-72.70786993794948,41.7096404770293],[-72.70786093794442,41.709603477022426],[-72.70782293792224,41.709432476990564],[-72.70767193784086,41.70886947688647],[-72.70752293775524,41.70822147676586],[-72.70743493770064,41.707768476681025],[-72.7073769376679,41.70752647663607],[-72.70721193757461,41.70683547650765],[-72.70714393753633,41.70655347645525],[-72.70701793746484,41.70602147635634],[-72.70691993741548,41.70571647630047],[-72.70685693738363,41.70551847626416],[-72.70683793737291,41.70543947624949],[-72.70672393730815,41.70495647615967],[-72.70663393725698,41.70457447608864],[-72.70641493712421,41.70350047588783],[-72.7063159370642,41.70301547579713],[-72.7062349370174,41.70265847573064],[-72.70615793697263,41.70231447566653],[-72.7060069368818,41.701586475530476],[-72.70593293683729,41.70122947546376],[-72.70583793678004,41.70076947537779],[-72.7058289367752,41.70073647537168],[-72.70544893656793,41.69927647510128],[-72.70543893656252,41.69923847509426],[-72.70533393651458,41.69899847505117],[-72.70520093646265,41.69884747502622],[-72.70523493647113,41.69880247501642],[-72.70528393648341,41.69873847500245],[-72.70530093648681,41.698700474994546],[-72.70531993649047,41.69865647498542],[-72.70534293649503,41.698605474974805],[-72.70537393649906,41.698499474953294],[-72.70538793650115,41.69845647494452],[-72.70535993647574,41.69817147489026],[-72.70534993646625,41.69806247486946],[-72.7056879365699,41.69795047483694],[-72.7063449367764,41.69782047479067],[-72.70744093712612,41.69769547473123],[-72.70802893731673,41.69768047470944],[-72.70804093732063,41.697680474709045],[-72.70856093749114,41.697701474696416],[-72.70902493764511,41.697751474691174],[-72.7094099377735,41.69780447468904],[-72.71025393805886,41.69798847469756],[-72.71088793827508,41.69815947471027],[-72.71129893841767,41.69831247472666],[-72.71176793858073,41.698493474746634],[-72.71246793882786,41.698828474788975],[-72.71290393898349,41.699067474821234],[-72.71335393914416,41.69931447485457],[-72.71366893925536,41.699465474873655],[-72.7139489393533,41.6995834748875],[-72.71423893945357,41.699685474897926],[-72.71446093952946,41.699748474902975],[-72.71447993953844,41.69979747491185],[-72.71452293955846,41.69990247493081],[-72.71452893956304,41.699948474939504],[-72.71453693956866,41.70000147494951],[-72.7146609396295,41.70035847501462],[-72.71469493965098,41.70054047504875],[-72.71471293966216,41.70063347506618],[-72.71471393967268,41.70081147510059],[-72.71461893972275,41.70222647537752],[-72.71460293973196,41.7024784754268],[-72.71459093974586,41.70278947548738],[-72.7145659397723,41.70339347560508],[-72.71449493985224,41.705193475955724],[-72.71449393985276,41.70520847595867],[-72.7144829398839,41.70581447607629],[-72.71466793994406,41.70581347607015],[-72.71522694012612,41.70581347605218],[-72.71541294018668,41.705813476046195],[-72.71621994044722,41.70577447601269],[-72.71627594046535,41.705772476010495],[-72.7165559405544,41.70573547599434],[-72.71727694078432,41.70565047595471],[-72.71781094095671,41.705624475932495],[-72.71863694122551,41.70562147590536],[-72.71877294126979,41.705621475900976],[-72.71891194131412,41.705605475893414],[-72.71903994135359,41.70556647588176],[-72.71914794138543,41.70550847586705],[-72.71927494142209,41.70542647584711],[-72.71934994144073,41.70532547582515],[-72.71959194152319,41.70538947582974],[-72.72032094177175,41.705584475844034],[-72.72056394185459,41.705649475848794],[-72.720455941833,41.70588647589815],[-72.72013294176871,41.70660047604669],[-72.7200259417475,41.706838476096195],[-72.7201889418031,41.706882476099466],[-72.7206779419699,41.707014476109286],[-72.72084094202555,41.70705947611275],[-72.72127294217366,41.70718947612401],[-72.72156194227206,41.70726447612924],[-72.72199794242057,41.707378476137265],[-72.72219794248764,41.70741247613741],[-72.72238794255038,41.707427476134214],[-72.72339494287165,41.70731147607936],[-72.72378294299449,41.70725047605507],[-72.72402594307148,41.70721347604009],[-72.7241489431081,41.70715347602452],[-72.72421194312628,41.70711247601458],[-72.72426794313867,41.70701047599304],[-72.72430594314119,41.70683847595852],[-72.72559294355631,41.70676947590376],[-72.7256059435472,41.706536475858265],[-72.72558694352492,41.70625547580449],[-72.72547494344529,41.70550247566238],[-72.72537294338093,41.704958475560375],[-72.72531594334902,41.704725475517115],[-72.72577394349587,41.704685475494664],[-72.72795194419399,41.704492475387234],[-72.72814394425555,41.70447547537777],[-72.72908894455779,41.704380475328975],[-72.73307194583195,41.70398347512399],[-72.73507194647036,41.70376047501647],[-72.73511594649689,41.70397347505627],[-72.73524994657721,41.704613475175805],[-72.73528494659796,41.70477647520621],[-72.7352999466057,41.704826475215405],[-72.7353319466249,41.704979475243995],[-72.7362369471697,41.70934347605931],[-72.73623894717163,41.709365476063496],[-72.73644194729546,41.710372476251806],[-72.73653294735186,41.71083947633923],[-72.73655394736514,41.71095147636022],[-72.73661994740598,41.7112894764235],[-72.73664194741964,41.71140247644466],[-72.7366729474451,41.71167047649551],[-72.73676894752252,41.712475476648166],[-72.73679194754108,41.71266847668477],[-72.73680394754928,41.712743476698876],[-72.7368559475852,41.71307447676126],[-72.73701294769337,41.7140694769487],[-72.73706594772968,41.71440147701123],[-72.7370789477401,41.714509477031704],[-72.73711794777157,41.71483647709371],[-72.73713194778236,41.71494547711435],[-72.73689794772199,41.715221477175284],[-72.73619494754061,41.71605047735831],[-72.73596194748063,41.71632747741938],[-72.73542594734721,41.71704447757535],[-72.73438794708645,41.71839147786933],[-72.7336079468887,41.71937247808422],[-72.73321394678833,41.7198594781911],[-72.7328889467055,41.72026047827915],[-72.73203294648754,41.721320478511736],[-72.73163994638755,41.7218084786188]]]},"properties":{"name":4945,"geoid":"09003494500"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.73163994638755,41.7218084786188],[-72.73203294648754,41.721320478511736],[-72.7328889467055,41.72026047827915],[-72.73321394678833,41.7198594781911],[-72.7336079468887,41.71937247808422],[-72.73438794708645,41.71839147786933],[-72.73542594734721,41.71704447757535],[-72.73596194748063,41.71632747741938],[-72.73619494754061,41.71605047735831],[-72.73689794772199,41.715221477175284],[-72.73713194778236,41.71494547711435],[-72.73711794777157,41.71483647709371],[-72.7370789477401,41.714509477031704],[-72.73706594772968,41.71440147701123],[-72.73701294769337,41.7140694769487],[-72.7368559475852,41.71307447676126],[-72.73680394754928,41.712743476698876],[-72.73679194754108,41.71266847668477],[-72.73676894752252,41.712475476648166],[-72.7366729474451,41.71167047649551],[-72.73664194741964,41.71140247644466],[-72.73661994740598,41.7112894764235],[-72.73655394736514,41.71095147636022],[-72.73653294735186,41.71083947633923],[-72.73644194729546,41.710372476251806],[-72.73623894717163,41.709365476063496],[-72.7362369471697,41.70934347605931],[-72.7353319466249,41.704979475243995],[-72.7352999466057,41.704826475215405],[-72.73528494659796,41.70477647520621],[-72.73524994657721,41.704613475175805],[-72.73511594649689,41.70397347505627],[-72.73507194647036,41.70376047501647],[-72.735033946447,41.70356847498052],[-72.73492094637726,41.7029934748729],[-72.73488394635426,41.70280247483711],[-72.73486594634291,41.70270647481911],[-72.73481194630881,41.70241847476512],[-72.73479394629751,41.702323474747324],[-72.73472494625733,41.70201447468973],[-72.73451794613683,41.701087474516996],[-72.73444994609703,41.70077947445957],[-72.73434394602694,41.7001584743428],[-72.73431294600545,41.69995947430528],[-72.73425294596368,41.69957147423211],[-72.73404694583449,41.69848747402896],[-72.73389994575534,41.697941473928],[-72.73378394569376,41.69752547385121],[-72.73356094557533,41.69672547370355],[-72.73389894568344,41.696691473686094],[-72.7349159460087,41.696589473633615],[-72.73525494611718,41.69655647361633],[-72.73612294639429,41.69646047356982],[-72.73872694722571,41.69617447343065],[-72.73959594750323,41.6960804733845],[-72.74014494767871,41.69602347335579],[-72.74179194820513,41.695852473269674],[-72.742341948381,41.695796473241145],[-72.74280094852776,41.69574947321726],[-72.74291294856323,41.69573247321036],[-72.74370894881557,41.69561347316171],[-72.74461094909869,41.695429473097064],[-72.74476894914834,41.69539847308597],[-72.74517194927394,41.695300473054026],[-72.74519594928151,41.69529647305247],[-72.74526894930472,41.69528647304819],[-72.74529394931268,41.69528347304682],[-72.74545394936288,41.69525047303527],[-72.74593694951444,41.695151473000564],[-72.74609794956504,41.69511947298918],[-72.74668394975129,41.695040472955036],[-72.74822295024052,41.694834472865594],[-72.74844495031101,41.694803472852456],[-72.74903195049748,41.69472247281789],[-72.74933295059306,41.69468047280006],[-72.74953795065821,41.69465247278805],[-72.75023995088205,41.694570472749554],[-72.75044195094648,41.69454747273861],[-72.75054295097867,41.69453547273304],[-72.75061695100231,41.694527472729106],[-72.75093695110432,41.694489472711446],[-72.75127595121204,41.69444347269162],[-72.75214395148804,41.694328472641416],[-72.7534739519112,41.694157472565465],[-72.7542069521445,41.69406447252387],[-72.75442195221288,41.69403647251152],[-72.75460295227073,41.69401747250202],[-72.75579595265222,41.69389747244037],[-72.75619395277957,41.69385847242001],[-72.75637595283773,41.69383947241046],[-72.75692195301231,41.69378447238224],[-72.75710495307092,41.69376747237305],[-72.75733195314115,41.69370347235335],[-72.75801595335287,41.69351247229434],[-72.75822395341726,41.69345447227642],[-72.75824195342254,41.6934444722739],[-72.75830195345665,41.69369847232114],[-72.75848495355996,41.69446147246292],[-72.758518953579,41.69460047248873],[-72.7585439535938,41.69471647251037],[-72.75859195363843,41.69522247260677],[-72.75872695376317,41.69663147287511],[-72.75874395377497,41.696740472895655],[-72.75882595383047,41.69724247299016],[-72.75885295384981,41.697426473024926],[-72.75893395390788,41.69797947312932],[-72.75896095392729,41.69816447316426],[-72.75901895396585,41.69850747322876],[-72.75902995397325,41.69857447324138],[-72.75924495411381,41.69980447347249],[-72.75931695416078,41.70021447354952],[-72.75935195418364,41.700414473587095],[-72.7594569542523,41.70101547370002],[-72.75949195427523,41.70121647373778],[-72.75953795430672,41.70150447379204],[-72.75967695440154,41.70236847395474],[-72.75972395443337,41.702656474008954],[-72.7601319546933,41.7048714744244],[-72.76117895536028,41.71055347549004],[-72.76132095546218,41.711523475673104],[-72.76158695565321,41.713342476016436],[-72.76164695569635,41.71375347609401],[-72.76170595573954,41.71417147617297],[-72.76188595587021,41.71542647640994],[-72.76194195591079,41.71581547648339],[-72.76196995591921,41.71580347648017],[-72.7620469559734,41.71631047657576],[-72.76223495610479,41.71753247680606],[-72.7622139561154,41.71783647686556],[-72.7621799561338,41.71834947696587],[-72.76163495595675,41.71835647698479],[-72.75999995542581,41.718381477042335],[-72.7594559552492,41.71839047706161],[-72.75762195466632,41.71863947716887],[-72.74283394996942,41.72070347804459],[-72.74259594989343,41.72072947805729],[-72.74188194966557,41.72081047809595],[-72.74164494958993,41.720837478108805],[-72.74141894951894,41.72088247812478],[-72.74074394930693,41.721018478172844],[-72.74051894923629,41.72106447818898],[-72.74026294915197,41.72104747819394],[-72.73949594889943,41.72099947820935],[-72.73924094881554,41.72098447821466],[-72.73869394864063,41.72104047824311],[-72.73705594811703,41.72121147832892],[-72.73650994794257,41.72126947835774],[-72.73600494778039,41.721309478381734],[-72.73449194729461,41.72143047845386],[-72.73398794713285,41.721471478478016],[-72.73351394698045,41.72150547849984],[-72.73343594695538,41.72151147850352],[-72.73293994679851,41.72159247853516],[-72.73210794653548,41.72173047858864],[-72.73163994638755,41.7218084786188]]]},"properties":{"name":4946,"geoid":"09003494600"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.61679691340038,41.79913749725569],[-72.61708391346303,41.7985974971422],[-72.61766291358963,41.79751249691406],[-72.61794891365223,41.79697749680156],[-72.61823691371518,41.79643749668802],[-72.61836991374182,41.79614549662737],[-72.61877191382281,41.79527149644564],[-72.61890591384982,41.79498049638514],[-72.61878491380516,41.794889496371454],[-72.61875891379553,41.79486949636842],[-72.61854591371579,41.79468949634048],[-72.61845091367893,41.794586496323646],[-72.61834991363969,41.79447649630562],[-72.61828091360466,41.79425749626554],[-72.61807691350053,41.79360049614517],[-72.61800891346589,41.79338249610525],[-72.61797691344972,41.79328249608695],[-72.61788091340125,41.792982496032096],[-72.6178499133854,41.79288249601377],[-72.61755191323236,41.79190649583479],[-72.61710491300734,41.79052149558158],[-72.61710091300559,41.79051349558015],[-72.61707891299542,41.790461495570824],[-72.61698091295025,41.79023049552935],[-72.61681291287847,41.78993349547735],[-72.61663391280568,41.78968149543441],[-72.61644491273258,41.78948049540164],[-72.61638691271017,41.78941949539172],[-72.61627991266951,41.789318495375646],[-72.61611391260637,41.78916049535044],[-72.61602891257408,41.7890804953377],[-72.61578191247963,41.78883749529869],[-72.6156179124169,41.788675495272635],[-72.61553391238435,41.788585495257955],[-72.6152839122874,41.7883154952138],[-72.6152009122552,41.78822549519907],[-72.61511191221601,41.78804749516753],[-72.61484491209849,41.787515495073336],[-72.61475591205937,41.78733849504199],[-72.61454991196868,41.786927494969184],[-72.61393191169671,41.78569549475098],[-72.61372691160642,41.78528549467835],[-72.61355891153241,41.78494949461881],[-72.61328391141106,41.78439549452059],[-72.61317691136377,41.784178494482106],[-72.61306091131227,41.78393949443962],[-72.61289691123953,41.78360249437977],[-72.61283291121107,41.78346949435614],[-72.61264391112667,41.78307149428529],[-72.61258091109859,41.782939494261804],[-72.61402391154614,41.782540494138445],[-72.6151419118922,41.78221949404058],[-72.6151759119027,41.782209494037566],[-72.61704791248225,41.78167349387397],[-72.62239691413914,41.780159493409904],[-72.62295991431401,41.78000849336268],[-72.62405891465545,41.77971549327081],[-72.62558191513274,41.77938149315743],[-72.62727291565628,41.778898493009855],[-72.62839791600464,41.778578492911926],[-72.63230391721558,41.77749249257678],[-72.63235491723123,41.77747549257186],[-72.6340309177468,41.77693949241451],[-72.63418691779502,41.77689349240062],[-72.63465891794112,41.77675849235939],[-72.63481591798973,41.776713492345664],[-72.634927918025,41.77669249233799],[-72.63526591813168,41.776631492315374],[-72.63537891816738,41.77661149230788],[-72.63575391828587,41.776546492283295],[-72.63594591834655,41.776513492270766],[-72.63688391864454,41.77637849221456],[-72.6372609187644,41.77632549219223],[-72.63760791887496,41.7762814921726],[-72.63865091920745,41.77615149211399],[-72.63899891931841,41.77610849209452],[-72.63890191929343,41.776224492120036],[-72.63861291921917,41.776572492196564],[-72.63858491921205,41.776607492204235],[-72.63856591921187,41.77671249222512],[-72.63843291917799,41.77687749226128],[-72.63803691907734,41.777373492369826],[-72.63790591904414,41.777539492406085],[-72.63783291902531,41.77762649242527],[-72.63761391896901,41.7778894924831],[-72.63754191895059,41.77797749250244],[-72.63744191892596,41.77811649253248],[-72.63714191885212,41.77853449262288],[-72.63704291882786,41.77867449265311],[-72.63697191881029,41.77877149267414],[-72.63676091875828,41.77906449273752],[-72.6366909187411,41.779162492758694],[-72.63656191871063,41.779364492801875],[-72.63630691865059,41.77976749288791],[-72.63618391862236,41.779974492931856],[-72.63606291859477,41.78018149297575],[-72.63599691857887,41.7802794929968],[-72.63579891853124,41.78057449306015],[-72.63573391851573,41.78067349308135],[-72.63567991850265,41.78075249309836],[-72.63551991846424,41.78099249314986],[-72.63546791845187,41.78107249316699],[-72.63536091842622,41.781233493201526],[-72.63504191835008,41.78171949330567],[-72.6349359183248,41.78188149334037],[-72.63482691829941,41.78205849337807],[-72.63450191822402,41.78259149349147],[-72.63439391819902,41.78276949352934],[-72.63431591818167,41.78291049355908],[-72.6340839181302,41.78333249364804],[-72.63400691811326,41.78347449367795],[-72.6337859180688,41.783955493777974],[-72.63312191793518,41.78540149407864],[-72.63290191789115,41.78588449417901],[-72.63282891787516,41.78602049420764],[-72.63269591784616,41.7862714942604],[-72.63263291783544,41.786442494295436],[-72.6325799178265,41.78658849432536],[-72.63233591777626,41.7870994944319],[-72.63232091777287,41.78712549443739],[-72.63209691772235,41.78751849452051],[-72.63185391766143,41.78783749458993],[-72.6316069175973,41.78812349465311],[-72.63147591756284,41.78826749468512],[-72.63125391750441,41.78851049473921],[-72.63122891749762,41.788534494744646],[-72.63114691747555,41.788615494762915],[-72.63080791738459,41.78895649483966],[-72.6305579173142,41.78915049488516],[-72.6298089171034,41.789732495021624],[-72.6295599170334,41.78992749506729],[-72.6287879168148,41.79050449520351],[-72.62857191675367,41.790666495241744],[-72.6264639161558,41.792224495610334],[-72.62638291613287,41.79228549562472],[-72.62570591594283,41.79282049574978],[-72.62526891582007,41.79316449583024],[-72.6252429158128,41.79318549583513],[-72.62446791559248,41.79374949596894],[-72.6239189154362,41.794145496063045],[-72.62346891530824,41.79447249614064],[-72.62307191519628,41.794777496212276],[-72.62226991497019,41.7953944963572],[-72.62186891485567,41.79567749642473],[-72.62146091473927,41.79596749649383],[-72.62134191470628,41.796068496517144],[-72.62098791460834,41.796373496587435],[-72.62086991457572,41.7964754966109],[-72.62075391454415,41.79658449663566],[-72.62059091449994,41.79674049667105],[-72.62041691445376,41.796924496712144],[-72.62030791442487,41.79704049673806],[-72.61996991433514,41.797397496817844],[-72.61984391430174,41.797531496847775],[-72.619736914275,41.797673496878616],[-72.6191259141292,41.798605497078235],[-72.61885691406509,41.799017497166446],[-72.61865891400107,41.79902649717453],[-72.61844391393173,41.79903949718394],[-72.61788391375114,41.799074497208665],[-72.61720891353363,41.7991184972388],[-72.61706691348792,41.799128497245285],[-72.61679691340038,41.79913749725569]]]},"properties":{"name":5103,"geoid":"09003510300"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.64527492052304,41.761426489055566],[-72.6453209205421,41.761497489067814],[-72.6454869206109,41.76175448911216],[-72.64584292075853,41.762306489207454],[-72.64610892087052,41.76274848928434],[-72.64622692092018,41.76294448931844],[-72.64628092094654,41.76309748934627],[-72.6463279209697,41.76323448937126],[-72.64635292098185,41.76330448938397],[-72.64639292101562,41.76366648945266],[-72.64640992102953,41.76381248948033],[-72.64644892104859,41.76392348950055],[-72.64649492107101,41.76405348952419],[-72.6465029210861,41.76427148956608],[-72.64650792109455,41.76439048958891],[-72.64650292109532,41.76443248959718],[-72.64649092109858,41.76455748962173],[-72.64648692109972,41.764600489630176],[-72.64647292109701,41.76463248963681],[-72.64643192108907,41.76472748965648],[-72.64641892108673,41.764760489663274],[-72.64627192105503,41.7650434897227],[-72.64583192096043,41.7658954899015],[-72.64568592092911,41.76617948996108],[-72.64561292091207,41.76629748998623],[-72.64539592086174,41.766653490062005],[-72.6453239208451,41.7667724900873],[-72.64520592081855,41.76698049013129],[-72.64485092073859,41.76760449026328],[-72.64473392071244,41.767813490307425],[-72.64466292069588,41.76792849033193],[-72.64445292064721,41.76827349040537],[-72.64438292063103,41.768389490430025],[-72.64425292059983,41.76858449047189],[-72.64386192050601,41.769171490597884],[-72.6437329204752,41.7693674906399],[-72.64356292043578,41.76964649069928],[-72.64305392031783,41.77048349087738],[-72.64288492027879,41.770763490936915],[-72.64277092025165,41.77093849097439],[-72.64242792017012,41.77146649108742],[-72.64231492014336,41.77164249112507],[-72.64225292012911,41.77174649114717],[-72.64206892008713,41.77206049121374],[-72.64200792007325,41.77216549123601],[-72.64196692006281,41.772216491247164],[-72.64184592003232,41.7723724912812],[-72.64180592002225,41.77242449129253],[-72.6416999199963,41.77257449132492],[-72.6413839199191,41.773024491422014],[-72.64127891989351,41.77317549145458],[-72.64124091988423,41.77322949146624],[-72.64112591985602,41.773391491501236],[-72.6410889198471,41.773446491513035],[-72.64106191984077,41.77348949152222],[-72.6409799198216,41.773621491550365],[-72.64095391981566,41.77366549155969],[-72.6408949198008,41.77374149157627],[-72.6407209197572,41.773970491626116],[-72.6406629197427,41.77404749164284],[-72.6404869196992,41.77428949169526],[-72.64031691965731,41.77452549174633],[-72.63994291956284,41.775004491850886],[-72.63975891951645,41.775241491902584],[-72.63969591950021,41.77531649191909],[-72.63950591945117,41.77554149196869],[-72.63944391943532,41.77561749198535],[-72.63935191941077,41.775712492006676],[-72.63917291936315,41.77589949204855],[-72.63908291933994,41.77600649207212],[-72.63899891931841,41.77610849209452],[-72.63865091920745,41.77615149211399],[-72.63760791887496,41.7762814921726],[-72.6372609187644,41.77632549219223],[-72.63688391864454,41.77637849221456],[-72.63594591834655,41.776513492270766],[-72.63575391828587,41.776546492283295],[-72.63537891816738,41.77661149230788],[-72.63526591813168,41.776631492315374],[-72.634927918025,41.77669249233799],[-72.63481591798973,41.776713492345664],[-72.63465891794112,41.77675849235939],[-72.63418691779502,41.77689349240062],[-72.6340309177468,41.77693949241451],[-72.63235491723123,41.77747549257186],[-72.63230391721558,41.77749249257678],[-72.62839791600464,41.778578492911926],[-72.62727291565628,41.778898493009855],[-72.62558191513274,41.77938149315743],[-72.62405891465545,41.77971549327081],[-72.62295991431401,41.78000849336268],[-72.62239691413914,41.780159493409904],[-72.61704791248225,41.78167349387397],[-72.6151759119027,41.782209494037566],[-72.6151419118922,41.78221949404058],[-72.61402391154614,41.782540494138445],[-72.61258091109859,41.782939494261804],[-72.61250291106383,41.78277649423281],[-72.61226991095995,41.78228849414599],[-72.61219291092559,41.78212649411715],[-72.61189991079699,41.781548494014864],[-72.61102391041224,41.779814493707875],[-72.61073191028406,41.77923749360574],[-72.6104689102001,41.779268493620165],[-72.60968190994888,41.779361493663366],[-72.60941990986531,41.77939349367793],[-72.60919690979463,41.77942849369183],[-72.60852690958241,41.779536493734184],[-72.60830490951209,41.77957249374825],[-72.60812790945589,41.77959849375895],[-72.60759590928711,41.77967949379164],[-72.60741990923128,41.77970649380251],[-72.60730590916855,41.77925949371978],[-72.60728090915481,41.77916149370165],[-72.60724890912984,41.778907493653584],[-72.60721290909797,41.77855549358673],[-72.60716390907085,41.7783604935506],[-72.60707390903012,41.778161493515036],[-72.60692390896968,41.77795949348081],[-72.6068589089434,41.77787049346569],[-72.6066009088458,41.77763449342835],[-72.60639490876794,41.77744749339882],[-72.60577790853476,41.776886493310165],[-72.60557290845729,41.776700493280785],[-72.6054879084275,41.77666449327656],[-72.60523290833835,41.77655849326424],[-72.60514790830865,41.77652349326021],[-72.60519090832248,41.776520493258246],[-72.60531990836407,41.77651249325257],[-72.6053639083783,41.77651049325077],[-72.6057669085083,41.77648649323322],[-72.60579790851828,41.77648449323184],[-72.60617090863855,41.77646149321544],[-72.60687890885625,41.77623249314851],[-72.60699590888596,41.776085493116355],[-72.60726790895518,41.7757454930419],[-72.60733690897277,41.77565949302308],[-72.60760990905666,41.77557049299715],[-72.60817390924015,41.77556449297791],[-72.60872990942265,41.775586492964344],[-72.60893090948841,41.77559049295868],[-72.6092959096131,41.775690492966305],[-72.60975190977454,41.775914492994985],[-72.61064791008884,41.77630349304144],[-72.61219891063294,41.77697749312199],[-72.61291591085701,41.77680849306635],[-72.61346991104703,41.776973493080476],[-72.61358391107669,41.776842493051504],[-72.61360591107103,41.77661849300752],[-72.61324491091956,41.776027492904866],[-72.61370491105487,41.77577149284065],[-72.61338091092253,41.775304492760775],[-72.61332291088893,41.77504749271298],[-72.61430791122754,41.77535449274073],[-72.61463691137494,41.77605649286585],[-72.61489591146028,41.77607249286064],[-72.61502191149685,41.77599349284133],[-72.61563491168859,41.775852492794435],[-72.61623991188006,41.775752492755714],[-72.61663191199307,41.77549449269329],[-72.61718491214242,41.774954492571204],[-72.61777291233827,41.77502749256646],[-72.61787791237322,41.77504049256561],[-72.6182439124543,41.77437249242479],[-72.61854491255161,41.77435849241242],[-72.61863391259183,41.77455449244746],[-72.61864091262456,41.77508649255004],[-72.61889191271952,41.775316492586434],[-72.61980391304304,41.7757754926459],[-72.62010691314404,41.77581449264372],[-72.6202799132017,41.775836492642426],[-72.62066791331924,41.77568049259985],[-72.62077191334157,41.775478492557454],[-72.62061691327624,41.775219492512385],[-72.62075291327919,41.7744964923683],[-72.62082691329404,41.77433449233462],[-72.62132891339975,41.77332249212295],[-72.6216019134686,41.77297049204617],[-72.62200791355343,41.77214049187274],[-72.62195991352777,41.77196549184046],[-72.62181591347071,41.77178849181087],[-72.62105691321425,41.77162949180446],[-72.6208899131444,41.77136049175783],[-72.6209069131225,41.77088049166451],[-72.6213739132501,41.770450491566436],[-72.62166491333883,41.77034349153643],[-72.6221889135015,41.77020149149219],[-72.62309691378735,41.77002549142905],[-72.6235939139201,41.76951449131436],[-72.6244569141761,41.76907249120126],[-72.62500091434573,41.76893849115792],[-72.62543491447997,41.76881249111964],[-72.62642791481453,41.769003491124714],[-72.62714791508695,41.769663491229196],[-72.62793291533337,41.76949849117212],[-72.62812791538398,41.769272491122194],[-72.62814891539071,41.76927049112112],[-72.62814791538833,41.769234491114204],[-72.628283915416,41.768943491053605],[-72.62845691546111,41.76874649100998],[-72.62885391558385,41.76863049097483],[-72.62943391577089,41.76859549094945],[-72.6293429157323,41.768439490922226],[-72.6292479156785,41.76804049084815],[-72.62953291575576,41.76776749078625],[-72.62994791588446,41.76765249075069],[-72.63045191605752,41.76780649076431],[-72.63081191618325,41.767953490781174],[-72.63092891622117,41.76794949077666],[-72.63135591630069,41.76690749056155],[-72.63210391656045,41.767186490591506],[-72.6326839167977,41.76802949073581],[-72.633308916961,41.767323490579315],[-72.63574291772825,41.766869490413484],[-72.63671191803661,41.766739490357274],[-72.63789491841014,41.766529490278735],[-72.63908491878615,41.76632349020074],[-72.64086291933744,41.7658314900486],[-72.64285391995331,41.765255489873354],[-72.64279291989324,41.76455348973963],[-72.64310591998127,41.764309489682425],[-72.6431399199775,41.76405048963129],[-72.64320891999256,41.76392048960394],[-72.64322791999658,41.763882489595986],[-72.64328792000973,41.76377048957241],[-72.64330792001411,41.76373348956463],[-72.64346992004957,41.76343048950085],[-72.6434629200423,41.763343489484264],[-72.64352292005005,41.76313748944251],[-72.64358292005821,41.76293848940212],[-72.6443069202613,41.76236448926794],[-72.64462092032505,41.76169048912759],[-72.64467592034164,41.76166748912138],[-72.64527492052304,41.761426489055566]]]},"properties":{"name":5104,"geoid":"09003510400"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.60202890698953,41.7712334923377],[-72.60182390691088,41.77102649230427],[-72.60179290689861,41.77098849229793],[-72.60147890677437,41.77060549223394],[-72.60113690664134,41.77022849217204],[-72.60112890663812,41.770217492170175],[-72.60092490655617,41.76994749212451],[-72.60089390653972,41.76983649210405],[-72.60080090649039,41.769503492042666],[-72.600769906474,41.769393492022395],[-72.60066390639784,41.768665491885066],[-72.6003459061695,41.76648349147346],[-72.60024090609375,41.76575649133628],[-72.60015790602613,41.76504649120169],[-72.59990890582345,41.76291949079845],[-72.5998259057559,41.762210490664046],[-72.59977890571928,41.76183749059343],[-72.59970590566242,41.76125849048383],[-72.59964390561136,41.760718490381414],[-72.5996439056113,41.760717490381225],[-72.59961090557924,41.76034449031017],[-72.59964390557116,41.7600144902453],[-72.59966390556697,41.75982749020851],[-72.59992290560788,41.75906549005287],[-72.60002990562487,41.75875248998895],[-72.6001029056337,41.758490489935944],[-72.60032390566084,41.75770448977689],[-72.60039790567006,41.75744348972406],[-72.60052590568978,41.757058489645516],[-72.60080890573383,41.756214489473265],[-72.60094090575976,41.75591548941123],[-72.60099890577135,41.755787489384616],[-72.60111190579455,41.75554848933478],[-72.60142190585766,41.754884489196456],[-72.60142290585799,41.75488448919642],[-72.60153090588734,41.75478248917326],[-72.60187790598188,41.754457489099295],[-72.60201390602124,41.75437048907811],[-72.60230090610494,41.75419848903567],[-72.60371190651352,41.753300488816826],[-72.60388490656368,41.75319148879022],[-72.60444990672647,41.7528174886998],[-72.60470690680033,41.75264448865811],[-72.60523190695142,41.752293488573436],[-72.60548890702658,41.75214348853619],[-72.60553990704155,41.752114488528946],[-72.60574290709926,41.75196648849382],[-72.60579890711111,41.75185448847039],[-72.60584390712074,41.75176648845192],[-72.60587190711405,41.75148948839747],[-72.60588590711154,41.75136548837304],[-72.60589090711025,41.75131448836301],[-72.60588690709753,41.751114488324454],[-72.60588090707235,41.75070748824594],[-72.6058489070507,41.75051148820907],[-72.60581990703292,41.750365488181764],[-72.60577290700355,41.75011948813569],[-72.60576590699911,41.75008148812857],[-72.60573790697924,41.749893488093115],[-72.60563790690811,41.74921848796577],[-72.60560490688451,41.74899348792332],[-72.60555190685272,41.748739487875895],[-72.605487906814,41.748426487817405],[-72.60540790676231,41.747977487733124],[-72.60536390673347,41.74772348768543],[-72.60530790669723,41.74740848762629],[-72.60517790661805,41.746763487505696],[-72.60797090750626,41.74637848734182],[-72.60816190756717,41.74635548733125],[-72.60896290782055,41.74622148727968],[-72.61036590826652,41.74602448719666],[-72.61138390858981,41.745876487135426],[-72.61274790902527,41.745718487061175],[-72.61276190903365,41.7457854870737],[-72.61280590905947,41.74598648711115],[-72.6128209090682,41.746053487123625],[-72.61295390914665,41.74666848723832],[-72.61301590918649,41.74701248730286],[-72.61317390926837,41.74754448740069],[-72.61383790963082,41.75010148787392],[-72.61392290968182,41.75050948795009],[-72.61388490968137,41.75071848799172],[-72.61278790938506,41.75178948823397],[-72.61277290938267,41.75183348824295],[-72.61270690936472,41.75189548825706],[-72.61263390935063,41.752065488292295],[-72.612626909364,41.75233948834549],[-72.61269290939254,41.75246248836716],[-72.61279590943033,41.75253648837816],[-72.61303090951314,41.752645488391714],[-72.61342990964302,41.75264248837835],[-72.61350290972969,41.75374348858891],[-72.61359090983387,41.755064488841526],[-72.61098090900948,41.75552348901389],[-72.6092039084483,41.755837489131515],[-72.60933290854135,41.75673048930005],[-72.61035690886902,41.756624489246754],[-72.6105169089531,41.75718348934971],[-72.61099890920609,41.758861489658706],[-72.61115990929056,41.759421489761806],[-72.61132690934531,41.75942748975763],[-72.61196090954785,41.75935548972339],[-72.6120389095728,41.759347489719346],[-72.61225990964317,41.75931848970667],[-72.61287390983875,41.759239489671714],[-72.61317490994041,41.75930148967406],[-72.61351591005759,41.759407489683625],[-72.61401591023353,41.75963448971149],[-72.61424591031773,41.75979648973544],[-72.6142819103309,41.759821489739124],[-72.61446891040494,41.760050489777406],[-72.61458091046734,41.76050348986139],[-72.61471991055116,41.76117748998725],[-72.61472191055232,41.76118648998892],[-72.61504091072054,41.76231049019599],[-72.61506991073426,41.76238549020957],[-72.61513191075638,41.76241849021395],[-72.6152299107894,41.76243749021448],[-72.6153749108371,41.76244549021139],[-72.61544291088717,41.76293349030356],[-72.61545591089644,41.76302149032014],[-72.61557491096889,41.76361049043019],[-72.61594991108802,41.763556490407744],[-72.61633191120946,41.76350249038506],[-72.61707491144566,41.763398490341146],[-72.61745091156521,41.76334649031903],[-72.61786391178822,41.76489249060465],[-72.61796391184615,41.76533549068708],[-72.61805591189965,41.76574649076358],[-72.61825191200451,41.766463490895894],[-72.61852291214865,41.76743949107586],[-72.61865991222608,41.768012491182226],[-72.61898191240755,41.76935049143052],[-72.619072912454,41.76964349148424],[-72.61913791249249,41.769946491540715],[-72.61931791258976,41.77062149166541],[-72.61959491273939,41.771658491856954],[-72.61988091293162,41.773389492182325],[-72.61993391297918,41.77391849228285],[-72.6199869130299,41.77450349239421],[-72.6201019131396,41.775765492634406],[-72.62010691314404,41.77581449264372],[-72.61980391304304,41.7757754926459],[-72.61889191271952,41.775316492586434],[-72.61864091262456,41.77508649255004],[-72.61863391259183,41.77455449244746],[-72.61854491255161,41.77435849241242],[-72.6182439124543,41.77437249242479],[-72.61787791237322,41.77504049256561],[-72.61777291233827,41.77502749256646],[-72.61718491214242,41.774954492571204],[-72.61663191199307,41.77549449269329],[-72.61623991188006,41.775752492755714],[-72.61563491168859,41.775852492794435],[-72.61502191149685,41.77599349284133],[-72.61489591146028,41.77607249286064],[-72.61463691137494,41.77605649286585],[-72.61430791122754,41.77535449274073],[-72.61332291088893,41.77504749271298],[-72.61338091092253,41.775304492760775],[-72.61370491105487,41.77577149284065],[-72.61324491091956,41.776027492904866],[-72.61360591107103,41.77661849300752],[-72.61358391107669,41.776842493051504],[-72.61346991104703,41.776973493080476],[-72.61291591085701,41.77680849306635],[-72.61219891063294,41.77697749312199],[-72.61064791008884,41.77630349304144],[-72.60975190977454,41.775914492994985],[-72.6092959096131,41.775690492966305],[-72.60893090948841,41.77559049295868],[-72.60872990942265,41.775586492964344],[-72.60817390924015,41.77556449297791],[-72.60760990905666,41.77557049299715],[-72.60733690897277,41.77565949302308],[-72.60726790895518,41.7757454930419],[-72.60699590888596,41.776085493116355],[-72.60687890885625,41.77623249314851],[-72.60617090863855,41.77646149321544],[-72.60579790851828,41.77648449323184],[-72.6057669085083,41.77648649323322],[-72.6053639083783,41.77651049325077],[-72.60531990836407,41.77651249325257],[-72.60519090832248,41.776520493258246],[-72.60514790830865,41.77652349326021],[-72.60510990829167,41.77644349324597],[-72.6049969082411,41.776203493203205],[-72.60495990822453,41.77612449318911],[-72.60470090812412,41.775844493143296],[-72.60468490811729,41.77581649313841],[-72.6045289080513,41.775551493092195],[-72.60430790792756,41.77464749292456],[-72.60421090787301,41.77424649285017],[-72.60416090784545,41.774049492813695],[-72.60407590779853,41.77371349275148],[-72.60396090774762,41.77347849270975],[-72.60387190770821,41.773296492677424],[-72.60369190763672,41.77307249263988],[-72.603611907605,41.77297349262332],[-72.60311290741176,41.7724384925359],[-72.60291790733625,41.772229492501744],[-72.60274290726758,41.77202649246811],[-72.60248990716832,41.7717324924194],[-72.60232990710547,41.771545492388384],[-72.60224890707515,41.77147649237764],[-72.6022079070592,41.77143149237025],[-72.60202890698953,41.7712334923377]]]},"properties":{"name":5105,"geoid":"09003510500"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.6128209090682,41.746053487123625],[-72.61298290911779,41.74599748710762],[-72.61324690919977,41.74592648708542],[-72.61352590928821,41.74588348706817],[-72.6138179093783,41.7457944870416],[-72.61415590948522,41.74573848701996],[-72.61444290957567,41.74568448700031],[-72.61446690958299,41.7456754869978],[-72.61475390967284,41.74561148697624],[-72.61484490970142,41.74559248696965],[-72.61506390977141,41.74556848695799],[-72.61619891013312,41.74542548689397],[-72.6166609102819,41.745394486873174],[-72.61720291047199,41.74563048690145],[-72.61849391091067,41.74594548692102],[-72.61894091106096,41.74602648692236],[-72.61931391118398,41.74605248691544],[-72.61952691125524,41.7460844869148],[-72.61973991131224,41.74586748686601],[-72.62008391140982,41.74561348680587],[-72.62038391149798,41.74544548676377],[-72.62055191154747,41.74535348674059],[-72.62075091160817,41.74528048672009],[-72.6210069116914,41.745277486711316],[-72.62153391186399,41.74529248669732],[-72.62167391191008,41.74530048669439],[-72.6222309120845,41.74517648665256],[-72.62231991211365,41.74517948665029],[-72.62246491216125,41.74518548664679],[-72.62273591225194,41.74522748664624],[-72.62328791244502,41.74545848667323],[-72.62330091244962,41.74546448667395],[-72.62345491250178,41.7454994866758],[-72.62400391268183,41.74551948666207],[-72.62453691284813,41.74539048662007],[-72.62500091299756,41.74535948659917],[-72.62530291309483,41.74533948658564],[-72.62564591320442,41.74530148656729],[-72.62577091324505,41.74529948656289],[-72.62612391335614,41.745230486538254],[-72.62630091340986,41.74516148651922],[-72.62657791349402,41.74505448648965],[-72.62714991366435,41.744773486416996],[-72.62722991368875,41.744744486408806],[-72.62735491372548,41.74467448639126],[-72.62743791374876,41.744608486375846],[-72.62752291377268,41.744542486360366],[-72.62752991376325,41.744337486320475],[-72.62754591374394,41.743908486237004],[-72.62754391374284,41.74390048623551],[-72.6274859137101,41.74365848619056],[-72.6285429140458,41.743505486127106],[-72.62895091417549,41.743448486103],[-72.63011791454647,41.743286486034265],[-72.63017491456459,41.74327848603089],[-72.63058291469427,41.743221486006796],[-72.63103591483828,41.74315848598008],[-72.63239491527045,41.742972485900545],[-72.63284891541487,41.742910485874006],[-72.6330559154805,41.74287848586116],[-72.63367791567761,41.742781485822476],[-72.6338859157436,41.742750485809815],[-72.63392091575297,41.74271448580173],[-72.63402791578177,41.74260848577781],[-72.63406491579188,41.742574485770035],[-72.63405591577798,41.74238248573318],[-72.63404091575211,41.74201548566269],[-72.63404091574749,41.741934485647015],[-72.63403591573854,41.74180648562241],[-72.63402991572566,41.741615485585676],[-72.63451291589459,41.74181748560926],[-72.63505991608591,41.74204648563602],[-72.63595591640014,41.74243648568272],[-72.63643691656881,41.742645485707705],[-72.63706091678722,41.74290948573876],[-72.63748291693517,41.74309248576063],[-72.63805391713547,41.74334148579048],[-72.6385459173112,41.74361148582692],[-72.63912791752075,41.74395948587555],[-72.63984091778416,41.74450348595789],[-72.64031791796515,41.74495048602904],[-72.6404899180304,41.745111486054654],[-72.64106691825816,41.74580648617055],[-72.64153291845139,41.746530486295626],[-72.64156991846838,41.74661648631104],[-72.64187091860643,41.74731548643657],[-72.64204491870557,41.748057486574474],[-72.642162918802,41.749071486766766],[-72.64222291883968,41.74938848682613],[-72.64235891892484,41.75010248695984],[-72.64245591896835,41.75031048699695],[-72.64248991898354,41.75038248700978],[-72.6425919190293,41.75060148704885],[-72.64262691904489,41.75067448706184],[-72.64272791908631,41.75082348708741],[-72.64279691911028,41.75084948709024],[-72.64300091918135,41.75092948709915],[-72.64313091922483,41.75094948709884],[-72.64320691925029,41.75096148709872],[-72.64352491935306,41.75094648708563],[-72.64365691939578,41.750941487080425],[-72.64391091947785,41.75092948706996],[-72.64457091969321,41.75093448704976],[-72.64466191972366,41.75094848704955],[-72.64474691975217,41.75096248704951],[-72.64495191982651,41.75109448706847],[-72.64518591991752,41.75135248711084],[-72.64548592004353,41.75184648719673],[-72.6455299200679,41.75202148722915],[-72.64570592014223,41.75231848728093],[-72.64591092022219,41.752548487318826],[-72.6460869202852,41.75264748733232],[-72.64634592037285,41.75270448733503],[-72.64679992052652,41.7528044873398],[-72.6468119205306,41.75280748733998],[-72.64726592068916,41.75299348736137],[-72.64763992081392,41.753043487359044],[-72.64776492085309,41.75301648734983],[-72.64765392077979,41.7523674872279],[-72.6475459207082,41.75173148710841],[-72.64743592065606,41.751446487056825],[-72.64717192055213,41.75113348700478],[-72.64694492045584,41.75074348693664],[-72.64683892041438,41.75062248691666],[-72.64673992037554,41.75050748689759],[-72.64641792025243,41.75018948684644],[-72.64638792024016,41.75014648683911],[-72.64691692041323,41.75015848682444],[-72.64718892050226,41.750165486817075],[-72.64799092076468,41.750184486795],[-72.64850692093343,41.75019548678058],[-72.64851392093577,41.750196486780546],[-72.64903692110688,41.750208486766084],[-72.65000692145486,41.75076648684285],[-72.65097892180363,41.75132648691993],[-72.65291792249931,41.75244248707347],[-72.65291992250002,41.7524434870736],[-72.65340492267403,41.75272248711197],[-72.6538889228477,41.75300148715039],[-72.65424292297593,41.753226487182516],[-72.65429792299585,41.75326148718752],[-72.65459592310388,41.75345248721487],[-72.65526692334701,41.75388048727611],[-72.65552692344123,41.75404648729985],[-72.65593692358983,41.75430848733733],[-72.65500392332589,41.75500848750262],[-72.65497692331562,41.754982487498445],[-72.65462592318619,41.75471948745887],[-72.65457992316904,41.754681487453],[-72.65448892313371,41.754582487436785],[-72.6543509230872,41.754555487435994],[-72.65421392304279,41.75455948744116],[-72.65418292303315,41.7545674874437],[-72.65407692300141,41.75461648745659],[-72.65387092294236,41.75475748749045],[-72.65403092297788,41.75446748742925],[-72.65359292285436,41.75480248750807],[-72.65273392261206,41.75545948766266],[-72.65132592219985,41.756273487865215],[-72.65112392214074,41.756390487894336],[-72.65001492181617,41.75703348805422],[-72.64970292172715,41.75725448810696],[-72.64955992168983,41.757416488142866],[-72.64963892173103,41.75768648819254],[-72.649940921854,41.75811548826577],[-72.64995792187494,41.758384488317226],[-72.649796921831,41.7585334883512],[-72.6494449217349,41.75885848842532],[-72.6491749216602,41.75909048847883],[-72.64897892162153,41.75953048857018],[-72.64897692165923,41.76020048869976],[-72.64897692166696,41.760335488725865],[-72.64885892164075,41.760549488771005],[-72.64874692160764,41.76060848878602],[-72.64859592155712,41.76058548878641],[-72.64829492143383,41.76014548871102],[-72.64791692129842,41.75993148868178],[-72.64769392122962,41.759999488702086],[-72.64764692122371,41.760163488735294],[-72.64785792130805,41.7604354887811],[-72.64801792136865,41.76058348880456],[-72.64811892141532,41.760823488847734],[-72.64769792131126,41.76140248897316],[-72.64740492122134,41.761499489001324],[-72.64676192100734,41.76142148900687],[-72.64586092070755,41.7613134890149],[-72.64537592055362,41.7613854890444],[-72.64527492052304,41.761426489055566],[-72.64467592034164,41.76166748912138],[-72.64462092032505,41.76169048912759],[-72.6443069202613,41.76236448926794],[-72.64358292005821,41.76293848940212],[-72.64352292005005,41.76313748944251],[-72.6434629200423,41.763343489484264],[-72.64346992004957,41.76343048950085],[-72.64330792001411,41.76373348956463],[-72.64328792000973,41.76377048957241],[-72.64322791999658,41.763882489595986],[-72.64320891999256,41.76392048960394],[-72.6431399199775,41.76405048963129],[-72.64310591998127,41.764309489682425],[-72.64279291989324,41.76455348973963],[-72.64285391995331,41.765255489873354],[-72.64086291933744,41.7658314900486],[-72.63908491878615,41.76632349020074],[-72.63789491841014,41.766529490278735],[-72.63671191803661,41.766739490357274],[-72.63574291772825,41.766869490413484],[-72.633308916961,41.767323490579315],[-72.6326839167977,41.76802949073581],[-72.63210391656045,41.767186490591506],[-72.63135591630069,41.76690749056155],[-72.63092891622117,41.76794949077666],[-72.63081191618325,41.767953490781174],[-72.63045191605752,41.76780649076431],[-72.62994791588446,41.76765249075069],[-72.62953291575576,41.76776749078625],[-72.6292479156785,41.76804049084815],[-72.6293429157323,41.768439490922226],[-72.62943391577089,41.76859549094945],[-72.62885391558385,41.76863049097483],[-72.62845691546111,41.76874649100998],[-72.628283915416,41.768943491053605],[-72.62814791538833,41.769234491114204],[-72.62814891539071,41.76927049112112],[-72.62812791538398,41.769272491122194],[-72.62793291533337,41.76949849117212],[-72.62714791508695,41.769663491229196],[-72.62642791481453,41.769003491124714],[-72.62543491447997,41.76881249111964],[-72.62500091434573,41.76893849115792],[-72.6244569141761,41.76907249120126],[-72.6235939139201,41.76951449131436],[-72.62309691378735,41.77002549142905],[-72.6221889135015,41.77020149149219],[-72.62166491333883,41.77034349153643],[-72.6213739132501,41.770450491566436],[-72.6209069131225,41.77088049166451],[-72.6208899131444,41.77136049175783],[-72.62105691321425,41.77162949180446],[-72.62181591347071,41.77178849181087],[-72.62195991352777,41.77196549184046],[-72.62200791355343,41.77214049187274],[-72.6216019134686,41.77297049204617],[-72.62132891339975,41.77332249212295],[-72.62082691329404,41.77433449233462],[-72.62075291327919,41.7744964923683],[-72.62061691327624,41.775219492512385],[-72.62077191334157,41.775478492557454],[-72.62066791331924,41.77568049259985],[-72.6202799132017,41.775836492642426],[-72.62010691314404,41.77581449264372],[-72.6201019131396,41.775765492634406],[-72.6199869130299,41.77450349239421],[-72.61993391297918,41.77391849228285],[-72.61988091293162,41.773389492182325],[-72.61959491273939,41.771658491856954],[-72.61931791258976,41.77062149166541],[-72.61913791249249,41.769946491540715],[-72.619072912454,41.76964349148424],[-72.61898191240755,41.76935049143052],[-72.61865991222608,41.768012491182226],[-72.61852291214865,41.76743949107586],[-72.61825191200451,41.766463490895894],[-72.61805591189965,41.76574649076358],[-72.61796391184615,41.76533549068708],[-72.61786391178822,41.76489249060465],[-72.61745091156521,41.76334649031903],[-72.61707491144566,41.763398490341146],[-72.61633191120946,41.76350249038506],[-72.61594991108802,41.763556490407744],[-72.61557491096889,41.76361049043019],[-72.61545591089644,41.76302149032014],[-72.61544291088717,41.76293349030356],[-72.6153749108371,41.76244549021139],[-72.6152299107894,41.76243749021448],[-72.61513191075638,41.76241849021395],[-72.61506991073426,41.76238549020957],[-72.61504091072054,41.76231049019599],[-72.61472191055232,41.76118648998892],[-72.61471991055116,41.76117748998725],[-72.61458091046734,41.76050348986139],[-72.61446891040494,41.760050489777406],[-72.6142819103309,41.759821489739124],[-72.61424591031773,41.75979648973544],[-72.61401591023353,41.75963448971149],[-72.61351591005759,41.759407489683625],[-72.61317490994041,41.75930148967406],[-72.61287390983875,41.759239489671714],[-72.61225990964317,41.75931848970667],[-72.6120389095728,41.759347489719346],[-72.61196090954785,41.75935548972339],[-72.61132690934531,41.75942748975763],[-72.61115990929056,41.759421489761806],[-72.61099890920609,41.758861489658706],[-72.6105169089531,41.75718348934971],[-72.61035690886902,41.756624489246754],[-72.60933290854135,41.75673048930005],[-72.6092039084483,41.755837489131515],[-72.61098090900948,41.75552348901389],[-72.61359090983387,41.755064488841526],[-72.61350290972969,41.75374348858891],[-72.61342990964302,41.75264248837835],[-72.61303090951314,41.752645488391714],[-72.61279590943033,41.75253648837816],[-72.61269290939254,41.75246248836716],[-72.612626909364,41.75233948834549],[-72.61263390935063,41.752065488292295],[-72.61270690936472,41.75189548825706],[-72.61277290938267,41.75183348824295],[-72.61278790938506,41.75178948823397],[-72.61388490968137,41.75071848799172],[-72.61392290968182,41.75050948795009],[-72.61383790963082,41.75010148787392],[-72.61317390926837,41.74754448740069],[-72.61301590918649,41.74701248730286],[-72.61295390914665,41.74666848723832],[-72.6128209090682,41.746053487123625]]]},"properties":{"name":5106,"geoid":"09003510600"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.63402991572566,41.741615485585676],[-72.63403591573854,41.74180648562241],[-72.63404091574749,41.741934485647015],[-72.63404091575211,41.74201548566269],[-72.63405591577798,41.74238248573318],[-72.63406491579188,41.742574485770035],[-72.63402791578177,41.74260848577781],[-72.63392091575297,41.74271448580173],[-72.6338859157436,41.742750485809815],[-72.63367791567761,41.742781485822476],[-72.6330559154805,41.74287848586116],[-72.63284891541487,41.742910485874006],[-72.63239491527045,41.742972485900545],[-72.63103591483828,41.74315848598008],[-72.63058291469427,41.743221486006796],[-72.63017491456459,41.74327848603089],[-72.63011791454647,41.743286486034265],[-72.62895091417549,41.743448486103],[-72.6285429140458,41.743505486127106],[-72.6274859137101,41.74365848619056],[-72.62754391374284,41.74390048623551],[-72.62754591374394,41.743908486237004],[-72.62752991376325,41.744337486320475],[-72.62752291377268,41.744542486360366],[-72.62743791374876,41.744608486375846],[-72.62735491372548,41.74467448639126],[-72.62722991368875,41.744744486408806],[-72.62714991366435,41.744773486416996],[-72.62657791349402,41.74505448648965],[-72.62630091340986,41.74516148651922],[-72.62612391335614,41.745230486538254],[-72.62577091324505,41.74529948656289],[-72.62564591320442,41.74530148656729],[-72.62530291309483,41.74533948658564],[-72.62500091299756,41.74535948659917],[-72.62453691284813,41.74539048662007],[-72.62400391268183,41.74551948666207],[-72.62345491250178,41.7454994866758],[-72.62330091244962,41.74546448667395],[-72.62328791244502,41.74545848667323],[-72.62273591225194,41.74522748664624],[-72.62246491216125,41.74518548664679],[-72.62231991211365,41.74517948665029],[-72.6222309120845,41.74517648665256],[-72.62167391191008,41.74530048669439],[-72.62153391186399,41.74529248669732],[-72.6210069116914,41.745277486711316],[-72.62075091160817,41.74528048672009],[-72.62055191154747,41.74535348674059],[-72.62038391149798,41.74544548676377],[-72.62008391140982,41.74561348680587],[-72.61973991131224,41.74586748686601],[-72.61952691125524,41.7460844869148],[-72.61931391118398,41.74605248691544],[-72.61894091106096,41.74602648692236],[-72.61849391091067,41.74594548692102],[-72.61720291047199,41.74563048690145],[-72.6166609102819,41.745394486873174],[-72.61619891013312,41.74542548689397],[-72.61506390977141,41.74556848695799],[-72.61484490970142,41.74559248696965],[-72.61475390967284,41.74561148697624],[-72.61446690958299,41.7456754869978],[-72.61444290957567,41.74568448700031],[-72.61415590948522,41.74573848701996],[-72.6138179093783,41.7457944870416],[-72.61352590928821,41.74588348706817],[-72.61324690919977,41.74592648708542],[-72.61298290911779,41.74599748710762],[-72.6128209090682,41.746053487123625],[-72.61280590905947,41.74598648711115],[-72.61276190903365,41.7457854870737],[-72.61274790902527,41.745718487061175],[-72.61138390858981,41.745876487135426],[-72.61036590826652,41.74602448719666],[-72.60896290782055,41.74622148727968],[-72.60816190756717,41.74635548733125],[-72.60797090750626,41.74637848734182],[-72.60517790661805,41.746763487505696],[-72.60512990658275,41.746419487440704],[-72.60507590653891,41.745959487353474],[-72.6050849065263,41.74568748730057],[-72.6050869065075,41.74534648723455],[-72.60509490645181,41.74432548703683],[-72.60509790643339,41.74398548697096],[-72.6051009064208,41.743747486924846],[-72.60510990638296,41.743033486786445],[-72.60511390637073,41.74279648674048],[-72.6051169063615,41.74261748670576],[-72.60512690633429,41.742083486602134],[-72.60513090632543,41.74190548656759],[-72.60512990631972,41.741811486549445],[-72.60512690630267,41.74152948649498],[-72.6051269062973,41.74143548647681],[-72.60512490628038,41.74115048642174],[-72.60512190623065,41.740296486256646],[-72.60512090621414,41.74001248620174],[-72.60510190616714,41.73929748606404],[-72.60511890615018,41.73890348598728],[-72.60508790610636,41.73831248587395],[-72.6050979061034,41.73820348585253],[-72.6050949060316,41.73696248561256],[-72.60508490599126,41.73631248548714],[-72.60507990595079,41.73563148535554],[-72.60507890594327,41.73550548533119],[-72.60507890593932,41.73543648531786],[-72.60502990590614,41.735134485261],[-72.60501090589293,41.7350114852378],[-72.6049849058755,41.73485448520828],[-72.60496790586413,41.73475248518909],[-72.6049099058243,41.73438548511992],[-72.60488490580725,41.73422948509055],[-72.60484690578473,41.73405148505732],[-72.60473490571776,41.73351748495759],[-72.60469790569555,41.73333948492434],[-72.60466990567856,41.733201484898544],[-72.60458590562757,41.73278748482113],[-72.60455890561089,41.7326494847953],[-72.60428290544338,41.731289484541],[-72.6042189054044,41.73097148448152],[-72.60408290530995,41.730092484315804],[-72.60408490531056,41.73009148431553],[-72.60407090530188,41.730019484302055],[-72.60395190523128,41.729461484197905],[-72.61018490721645,41.728659483843224],[-72.61091690744892,41.72855348379927],[-72.61311590814731,41.728236483667544],[-72.61384890838015,41.728131483623756],[-72.6144789086039,41.728455483666266],[-72.6163699092755,41.729427483793785],[-72.61700090949965,41.72975248383646],[-72.61722590957963,41.72986948385189],[-72.61895091019291,41.73076748397038],[-72.61979791049389,41.73120548402801],[-72.61992491053915,41.73127348403711],[-72.61999191056282,41.73130548404115],[-72.62007991059404,41.731350484047034],[-72.62036991069682,41.73149548406579],[-72.62052291075192,41.7315874840787],[-72.62162891114471,41.73215548415316],[-72.62256591147843,41.73265348421949],[-72.62304091165056,41.732957484263075],[-72.62336491176856,41.733175484294875],[-72.62366691188022,41.73340748433008],[-72.62413891205657,41.73380248439137],[-72.6242519120984,41.73389048440478],[-72.62458291222201,41.734166484447584],[-72.6247309122768,41.734281484465065],[-72.62623891283708,41.73548848465025],[-72.62633791287384,41.73556748466236],[-72.62647191292362,41.735674484678775],[-72.62687491307338,41.73599748472834],[-72.62700991312354,41.7361054847449],[-72.62719891319372,41.73625648476806],[-72.6273329132435,41.73636348478445],[-72.62775691340215,41.736722484840314],[-72.6279419134714,41.736879484864765],[-72.62835991363343,41.73733148493879],[-72.62905791392365,41.738430485129015],[-72.62921191399015,41.738716485179395],[-72.62945691409003,41.73906748523943],[-72.62948691410158,41.739098485244476],[-72.62986891425176,41.73954848531927],[-72.630257914397,41.73987248536947],[-72.6307689145825,41.74020448541731],[-72.63113491471181,41.74038048543962],[-72.63163191488584,41.740592485464674],[-72.63179991494528,41.74067448547516],[-72.63199791501384,41.740745485482535],[-72.63240191515565,41.74092348550403],[-72.63275991528138,41.7410824855233],[-72.63362191558288,41.74144348556548],[-72.63402991572566,41.741615485585676]]]},"properties":{"name":5107,"geoid":"09003510700"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.63402991572566,41.741615485585676],[-72.63362191558288,41.74144348556548],[-72.63275991528138,41.7410824855233],[-72.63240191515565,41.74092348550403],[-72.63199791501384,41.740745485482535],[-72.63179991494528,41.74067448547516],[-72.63163191488584,41.740592485464674],[-72.63113491471181,41.74038048543962],[-72.6307689145825,41.74020448541731],[-72.630257914397,41.73987248536947],[-72.62986891425176,41.73954848531927],[-72.62948691410158,41.739098485244476],[-72.62945691409003,41.73906748523943],[-72.62921191399015,41.738716485179395],[-72.62905791392365,41.738430485129015],[-72.62835991363343,41.73733148493879],[-72.6279419134714,41.736879484864765],[-72.62775691340215,41.736722484840314],[-72.6273329132435,41.73636348478445],[-72.62719891319372,41.73625648476806],[-72.62700991312354,41.7361054847449],[-72.62687491307338,41.73599748472834],[-72.62647191292362,41.735674484678775],[-72.62633791287384,41.73556748466236],[-72.62623891283708,41.73548848465025],[-72.6247309122768,41.734281484465065],[-72.62458291222201,41.734166484447584],[-72.6242519120984,41.73389048440478],[-72.62413891205657,41.73380248439137],[-72.62366691188022,41.73340748433008],[-72.62336491176856,41.733175484294875],[-72.62304091165056,41.732957484263075],[-72.62256591147843,41.73265348421949],[-72.62162891114471,41.73215548415316],[-72.62052291075192,41.7315874840787],[-72.62036991069682,41.73149548406579],[-72.62007991059404,41.731350484047034],[-72.61999191056282,41.73130548404115],[-72.61992491053915,41.73127348403711],[-72.61979791049389,41.73120548402801],[-72.61895091019291,41.73076748397038],[-72.61722590957963,41.72986948385189],[-72.61700090949965,41.72975248383646],[-72.6163699092755,41.729427483793785],[-72.6144789086039,41.728455483666266],[-72.61384890838015,41.728131483623756],[-72.6141849084846,41.728043483595954],[-72.61523790882096,41.727925483539416],[-72.61573590897649,41.72780748350064],[-72.61588690902317,41.72776348348728],[-72.61634290916422,41.72763148344714],[-72.6164949092113,41.727588483433955],[-72.61678090930275,41.727558483418996],[-72.6225759111566,41.7269584831173],[-72.62473891184014,41.72658748297626],[-72.62709991258632,41.72618348282244],[-72.63093991380808,41.72567048260016],[-72.63195891412994,41.72549348253325],[-72.63297791445183,41.72531648246635],[-72.63360991465144,41.725206482424824],[-72.63424091485079,41.7250974823835],[-72.63633591552248,41.7249074822796],[-72.63832991620286,41.725446482319995],[-72.64359791800042,41.72687048242663],[-72.6443129182444,41.72706348244105],[-72.64499191847604,41.727246482454674],[-72.64630791892512,41.727602482481345],[-72.64661291902796,41.72766348248337],[-72.64698691915409,41.7277384824859],[-72.64753091933748,41.72784648248933],[-72.64766691938334,41.727873482490196],[-72.647751919412,41.72789048249076],[-72.64783691944068,41.72790748249132],[-72.64609891901378,41.730345483018716],[-72.64263691816375,41.73520748407028],[-72.64257191831473,41.73821948465495],[-72.64253691839983,41.73990748498256],[-72.64280691853045,41.74065348511819],[-72.64298191861502,41.741135485205795],[-72.64374091898229,41.7432334855872],[-72.6446369194157,41.745707486036906],[-72.64747692050726,41.74861248650754],[-72.64893892106922,41.75010848674991],[-72.64903692110688,41.750208486766084],[-72.64851392093577,41.750196486780546],[-72.64850692093343,41.75019548678058],[-72.64799092076468,41.750184486795],[-72.64718892050226,41.750165486817075],[-72.64691692041323,41.75015848682444],[-72.64638792024016,41.75014648683911],[-72.64641792025243,41.75018948684644],[-72.64673992037554,41.75050748689759],[-72.64683892041438,41.75062248691666],[-72.64694492045584,41.75074348693664],[-72.64717192055213,41.75113348700478],[-72.64743592065606,41.751446487056825],[-72.6475459207082,41.75173148710841],[-72.64765392077979,41.7523674872279],[-72.64776492085309,41.75301648734983],[-72.64763992081392,41.753043487359044],[-72.64726592068916,41.75299348736137],[-72.6468119205306,41.75280748733998],[-72.64679992052652,41.7528044873398],[-72.64634592037285,41.75270448733503],[-72.6460869202852,41.75264748733232],[-72.64591092022219,41.752548487318826],[-72.64570592014223,41.75231848728093],[-72.6455299200679,41.75202148722915],[-72.64548592004353,41.75184648719673],[-72.64518591991752,41.75135248711084],[-72.64495191982651,41.75109448706847],[-72.64474691975217,41.75096248704951],[-72.64466191972366,41.75094848704955],[-72.64457091969321,41.75093448704976],[-72.64391091947785,41.75092948706996],[-72.64365691939578,41.750941487080425],[-72.64352491935306,41.75094648708563],[-72.64320691925029,41.75096148709872],[-72.64313091922483,41.75094948709884],[-72.64300091918135,41.75092948709915],[-72.64279691911028,41.75084948709024],[-72.64272791908631,41.75082348708741],[-72.64262691904489,41.75067448706184],[-72.6425919190293,41.75060148704885],[-72.64248991898354,41.75038248700978],[-72.64245591896835,41.75031048699695],[-72.64235891892484,41.75010248695984],[-72.64222291883968,41.74938848682613],[-72.642162918802,41.749071486766766],[-72.64204491870557,41.748057486574474],[-72.64187091860643,41.74731548643657],[-72.64156991846838,41.74661648631104],[-72.64153291845139,41.746530486295626],[-72.64106691825816,41.74580648617055],[-72.6404899180304,41.745111486054654],[-72.64031791796515,41.74495048602904],[-72.63984091778416,41.74450348595789],[-72.63912791752075,41.74395948587555],[-72.6385459173112,41.74361148582692],[-72.63805391713547,41.74334148579048],[-72.63748291693517,41.74309248576063],[-72.63706091678722,41.74290948573876],[-72.63643691656881,41.742645485707705],[-72.63595591640014,41.74243648568272],[-72.63505991608591,41.74204648563602],[-72.63451291589459,41.74181748560926],[-72.63402991572566,41.741615485585676]]]},"properties":{"name":5108,"geoid":"09003510800"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.8671899877219,41.67329946485698],[-72.8672809877519,41.67330646485539],[-72.86737198778198,41.673314464853995],[-72.86774298790452,41.67334646484818],[-72.86822898806626,41.673409464844646],[-72.86854998817392,41.6734654648451],[-72.86986998861663,41.673695464846894],[-72.872601989533,41.67417346485098],[-72.8726599895525,41.67418446485123],[-72.8735299898443,41.674336464852495],[-72.87395198998615,41.67441546485412],[-72.87448899016702,41.674522464857446],[-72.87490399030683,41.67460546486008],[-72.87610499071086,41.674836464865905],[-72.87664399089228,41.67494146486877],[-72.87712999105418,41.675007464865814],[-72.87812999138737,41.67514346485975],[-72.87859299154064,41.67518946485367],[-72.87908199170256,41.675238464847325],[-72.87941499181302,41.6752754648437],[-72.88041299214423,41.67538846483323],[-72.8807469922551,41.67542646482978],[-72.88192899264119,41.675453464796725],[-72.88227199275279,41.675453464785626],[-72.88281199292847,41.67545346476813],[-72.88615999400919,41.675306464631234],[-72.88684399422942,41.675266464601336],[-72.88836699471976,41.67517746453478],[-72.88839899473007,41.675175464533346],[-72.88849399476062,41.67516946452911],[-72.8885269947713,41.67516846452784],[-72.88864199483659,41.675652464617784],[-72.88898699503254,41.67710446488764],[-72.88910199509792,41.677589464977764],[-72.88912399511071,41.67768746499604],[-72.88919199514997,41.6779844650513],[-72.88921499516313,41.67808346506972],[-72.88939199526138,41.67878846520041],[-72.88949899532375,41.67926646528945],[-72.8895129953317,41.67932546530042],[-72.88960099539608,41.67994546541755],[-72.88975299550405,41.68096046560905],[-72.88985299557498,41.68162646573469],[-72.88990199560972,41.681952465796186],[-72.89001599567776,41.682489465896396],[-72.89008899572343,41.682869465967556],[-72.89032099586788,41.68406546619146],[-72.89047599595959,41.684781466325],[-72.89052499598796,41.684996466365],[-72.89075599613076,41.686169466584474],[-72.8908849962097,41.68681046670433],[-72.89089399621429,41.68683946670963],[-72.89085799620275,41.68684246671138],[-72.89082099619083,41.68684446671298],[-72.89078299617906,41.686854466716134],[-72.89087599622326,41.68709646675995],[-72.89120699644135,41.68901046711953],[-72.89124299647683,41.68942246719809],[-72.89129699652533,41.68995846730002],[-72.89182799682959,41.69223746772371],[-72.89189699686997,41.69254846778165],[-72.89226399708178,41.694149468079445],[-72.89244099718266,41.694899468218786],[-72.89247599720368,41.69506646824996],[-72.89258399726774,41.695567468343384],[-72.89261999728913,41.6957354683747],[-72.8926729973175,41.69592846841033],[-72.89283099740211,41.69650346851643],[-72.89283199740268,41.69650746851717],[-72.89288399743079,41.69670146855301],[-72.89245199729264,41.69674346857514],[-72.89115899687931,41.696871468641824],[-72.89072799674156,41.696914468664104],[-72.89057999669399,41.69692446867086],[-72.88997799650035,41.69696346869788],[-72.88772799577666,41.69710946879907],[-72.8869779955355,41.69715946883305],[-72.88692999552029,41.69716646883596],[-72.88678499547441,41.69718946884512],[-72.88673799545958,41.69719746884819],[-72.88559899509713,41.69733846891237],[-72.88218399401042,41.69776346910525],[-72.88104599364837,41.69790646916977],[-72.88060699350679,41.697928469188255],[-72.8792909930823,41.69799346924349],[-72.8788529929411,41.698016469262114],[-72.87863899287245,41.698033469272346],[-72.87799999266754,41.69808546930311],[-72.87778699259925,41.69810346931348],[-72.8763159921054,41.697840469310265],[-72.87447999148904,41.6975124693063],[-72.87191399062422,41.696995469289405],[-72.87044999013082,41.696700469279754],[-72.87022799005663,41.696666469280366],[-72.86956398983469,41.69656446928212],[-72.86934298976081,41.69653046928272],[-72.86861298951547,41.69639546928023],[-72.86642498878017,41.69599146927295],[-72.86569598853525,41.69585746927061],[-72.86571098853591,41.695784469256004],[-72.863845987909,41.695437469249256],[-72.86380898789587,41.695418469246775],[-72.86374498787436,41.695406469246535],[-72.86342298776998,41.69541346925831],[-72.86334398774387,41.69540646925951],[-72.85607998531232,41.694231469267315],[-72.85606498530555,41.6941984692614],[-72.8559699852721,41.69415446925597],[-72.85592598525778,41.694154469257384],[-72.85579398521573,41.69417046926476],[-72.85340098441726,41.69382746927584],[-72.85321098435385,41.69380046927675],[-72.85322798435428,41.693711469258986],[-72.85312098430337,41.693432469208474],[-72.8531259843028,41.693394469200975],[-72.85314898430182,41.69324746917177],[-72.85336598436173,41.693061469128764],[-72.85394498455297,41.69311046911951],[-72.854285984664,41.693111469108665],[-72.85451698473699,41.69307346909385],[-72.85470898479774,41.693043469081815],[-72.85494298486002,41.69280246902762],[-72.8551189849068,41.69262046898672],[-72.85532898495094,41.69220046889865],[-72.8556229850275,41.6918684688249],[-72.85685898540096,41.69136946868837],[-72.85726398551657,41.69108846862088],[-72.8573519855315,41.69085046857199],[-72.85751198557031,41.6906204685223],[-72.85757498558114,41.69045246848777],[-72.8574419855299,41.69031446846538],[-72.85716698542694,41.69008046842898],[-72.85712798540636,41.68994346840375],[-72.8571659854147,41.68987346838896],[-72.85732598546694,41.68987646838435],[-72.85761498556352,41.68992046838352],[-72.85771498559738,41.689943468384755],[-72.85773198560234,41.68993346838224],[-72.85789998565666,41.689927468375664],[-72.85798798568594,41.68993846837494],[-72.85819298575262,41.68993846836831],[-72.8583839858138,41.68992146835884],[-72.85840798582186,41.689925468358844],[-72.85882998594252,41.689636468289265],[-72.85913698602847,41.68939446823249],[-72.85942998611749,41.68928446820174],[-72.8595029861365,41.6892024681835],[-72.85961998615875,41.688927468126494],[-72.85971198619065,41.68896146813009],[-72.85989498624012,41.68878646809031],[-72.86007798629396,41.68868746806525],[-72.860252986341,41.688515468026296],[-72.86035298635902,41.688263467974295],[-72.8603679863536,41.68808446793916],[-72.86043598636213,41.68784846789132],[-72.86043598636034,41.68781746788531],[-72.86046698636935,41.68779846788062],[-72.8606199864088,41.687619467841046],[-72.86081798646246,41.687432467798445],[-72.86098598650325,41.68719146774637],[-72.86112298653579,41.68698246770149],[-72.8613829866015,41.686654467629594],[-72.86155798664808,41.686474467589115],[-72.86179498671795,41.68634846755707],[-72.86250398694624,41.686306467525995],[-72.86262598698264,41.686249467511004],[-72.86295398709554,41.686356467521094],[-72.86309898714225,41.68634846751486],[-72.8636329873022,41.68610846745114],[-72.8638699873718,41.68597846741831],[-72.86397698740046,41.685871467394136],[-72.86395398738354,41.68570746736316],[-72.86383198734032,41.6856464673553],[-72.8634349872006,41.68546346733273],[-72.86326698713673,41.6853034673072],[-72.86326698712924,41.685173467282056],[-72.86346498718882,41.68508946725938],[-72.86354898719905,41.684792467199195],[-72.86357198720567,41.68477746719555],[-72.86355698719987,41.68476146719293],[-72.86359498720545,41.68464346716888],[-72.86422798738019,41.6841014670435],[-72.86487698758877,41.68405646701378],[-72.86489998759625,41.684056467013036],[-72.86516598756201,41.68195946659862],[-72.86548498752076,41.67944046610079],[-72.86575398750065,41.677571465730345],[-72.86737898804778,41.67789146573969],[-72.86834298836656,41.6779804657257],[-72.86899098858332,41.678083465724654],[-72.86891798854916,41.67790246569199],[-72.86893998855285,41.67784246567968],[-72.8691809886145,41.677551465615544],[-72.86939298867334,41.67737546557462],[-72.86942998868159,41.67730946556064],[-72.86937898865804,41.677188465538876],[-72.86932698863637,41.6771064655247],[-72.86929798862379,41.677051465515],[-72.86902698853342,41.67701346551641],[-72.86872698843109,41.67693146551025],[-72.86849198835273,41.67689846551147],[-72.86846798834434,41.6768884655103],[-72.86796498816865,41.67667946548614],[-72.86776698809538,41.67652546546273],[-72.86769598807274,41.67653346546658],[-72.8676329880536,41.676557465473266],[-72.86781198810431,41.67642646544211],[-72.86812098819782,41.67630446540849],[-72.86864298835584,41.67609946535193],[-72.8689039884387,41.67606346533651],[-72.86895798845586,41.67605646533341],[-72.86962698866827,41.67596546529414],[-72.86917298850818,41.675750465267214],[-72.86891998843717,41.67594646531333],[-72.86872498837165,41.675910465312676],[-72.86872298836322,41.67577546528663],[-72.86871998835343,41.675622465257106],[-72.86859798829947,41.675374465213054],[-72.86813698814274,41.675257465205334],[-72.86770098799006,41.675069465183064],[-72.86775198799387,41.67484746513844],[-72.86817298811721,41.674610465078935],[-72.86822398812947,41.67453546506277],[-72.8682659881398,41.67447746505018],[-72.8683869881692,41.67430446501278],[-72.86837298814991,41.674048464963676],[-72.86784898796981,41.67388146494831],[-72.86735998780357,41.673757464940145],[-72.86717098773035,41.67355346490676],[-72.8671899877219,41.67329946485698]]]},"properties":{"name":4204,"geoid":"09003420400"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.85321098435385,41.69380046927675],[-72.8512759837082,41.69352346928578],[-72.8510729836398,41.69348246928441],[-72.85065398349849,41.69339646928134],[-72.85054898346306,41.69337446928047],[-72.85046998343647,41.693359469280125],[-72.8502109833493,41.69330946927884],[-72.84919898300876,41.693114469273844],[-72.84886198289534,41.69304946927217],[-72.84845998276055,41.69298046927182],[-72.84802598261498,41.692905469271345],[-72.84552098177504,41.69247546926916],[-72.84468598149506,41.692332469268514],[-72.84451398143742,41.69230346926847],[-72.84399898126489,41.69221746926847],[-72.84382798120761,41.6921894692686],[-72.84368998116139,41.6921664692686],[-72.84327898102372,41.69209846926874],[-72.84314198097788,41.69207646926892],[-72.84213798064157,41.69191046926927],[-72.84167698048716,41.69183446926947],[-72.83728397901577,41.69110846927104],[-72.83604897860215,41.690905469271684],[-72.83581797852595,41.690887469275665],[-72.83578697851127,41.69080746926119],[-72.8357839785097,41.690797469259344],[-72.83566597845986,41.690598469224646],[-72.83565697845623,41.690586469222616],[-72.83560497843547,41.69051946921133],[-72.83557397842164,41.690454469199764],[-72.8354809783803,41.69026246916562],[-72.83545097836686,41.690198469154204],[-72.83536597832965,41.69003246912483],[-72.8352349782723,41.68977646907951],[-72.83532697828778,41.689525469027984],[-72.83539097829859,41.689351468992236],[-72.83548597832198,41.6892204689638],[-72.83550097831959,41.68909346893875],[-72.8354979783172,41.689069468934214],[-72.83548597830554,41.688934468908464],[-72.83570597835819,41.688605468837686],[-72.83590297840935,41.688380468787784],[-72.83599197843459,41.688315468772316],[-72.8362469785071,41.688133468728864],[-72.83686197869459,41.68791346866641],[-72.83706697875469,41.68779846863752],[-72.83722797880517,41.68776546862594],[-72.83728897882479,41.687761468623194],[-72.83774097897022,41.68773246860295],[-72.83793897903023,41.68765546858165],[-72.83842897917167,41.68734246850525],[-72.8386269792276,41.687194468470196],[-72.83922697940133,41.68682046837843],[-72.83956397950345,41.68668946834218],[-72.84028897972927,41.68651346828467],[-72.84032197973931,41.68650146828128],[-72.84047197978529,41.686452468266964],[-72.84056697981559,41.686441468261755],[-72.84075297987319,41.686390468245875],[-72.84086897990909,41.68635846823593],[-72.84099097994475,41.68628846821844],[-72.84109397997794,41.68628246821395],[-72.84136498005978,41.68617246818389],[-72.84137698006357,41.686170468183114],[-72.84162798014349,41.686139468169],[-72.84178898019178,41.686068468150054],[-72.8419059802257,41.685996468132345],[-72.84216998030247,41.685837468093034],[-72.84274098047723,41.685645468037414],[-72.84323198063667,41.68563946802038],[-72.8434219806963,41.68560146800688],[-72.84351898072588,41.68556646799698],[-72.84361998075666,41.68553046798673],[-72.84385698081117,41.68513746790302],[-72.84435898092666,41.68430546772577],[-72.84459698098152,41.68391346764222],[-72.84470198100576,41.68374046760532],[-72.84475398101887,41.683674467590876],[-72.84477398101474,41.68348946755442],[-72.84478298101317,41.683411467539045],[-72.84482698102306,41.683334467522705],[-72.84489298104229,41.68329546751304],[-72.84500998107846,41.68326246750287],[-72.84525498115065,41.683131467469586],[-72.84556598124236,41.6829664674276],[-72.845689981277,41.68286746740444],[-72.84593198133808,41.6825604673372],[-72.84608498136427,41.68215046725289],[-72.84612198137086,41.68205546723331],[-72.84612198136293,41.681917467206596],[-72.84627498137766,41.681308467083774],[-72.84627498137175,41.68120546706383],[-72.84627498136345,41.681061467035974],[-72.84612798126321,41.680150466864404],[-72.84612098123883,41.67976646679031],[-72.8462819812549,41.679135466662956],[-72.84624498122452,41.67881646660242],[-72.84630298123234,41.678624466563384],[-72.84636898124624,41.67849246653569],[-72.84657398127445,41.67782346639957],[-72.84659498127887,41.677781466390755],[-72.84643998122533,41.67772746638533],[-72.84600798108262,41.67769046639213],[-72.8455999809478,41.67765446639835],[-72.84531798085419,41.677622466401296],[-72.84502198075599,41.67758946640446],[-72.84428598051097,41.67749346640967],[-72.84409998044907,41.677469466411054],[-72.84345398023208,41.67735146640909],[-72.84310298011258,41.677259466402624],[-72.84236097985682,41.67701046637841],[-72.84212697977274,41.676872466359264],[-72.84185097967644,41.67675946634631],[-72.84129797947763,41.6764314663007],[-72.84102197937712,41.67624546627363],[-72.84047197917687,41.67587546621978],[-72.84008597903507,41.675593466177666],[-72.83885197857958,41.674655466035965],[-72.83793697824375,41.673992465937204],[-72.83779397819129,41.673889465921874],[-72.83688597786053,41.673275465832354],[-72.83689297785332,41.67311046580019],[-72.83689997784728,41.67296546577188],[-72.83709197789312,41.672676465709735],[-72.83718397791525,41.672540465680434],[-72.83730697794715,41.67239946564916],[-72.83737097796384,41.67232746563316],[-72.8376689780403,41.67197046555441],[-72.83767097804089,41.67196946555414],[-72.83781897808261,41.67185746552769],[-72.83800797813588,41.6717144654939],[-72.83809797816188,41.671657465479946],[-72.83837697824285,41.671486465437816],[-72.83892497840769,41.67125246537483],[-72.8390269784387,41.671214465364166],[-72.83934997853707,41.67109746533107],[-72.8396939786521,41.671151465330404],[-72.84072597899738,41.671316465328985],[-72.84107097911286,41.67137246532868],[-72.84165597930672,41.67143346532159],[-72.84174497933624,41.67144346532064],[-72.84263497963249,41.671559465314346],[-72.84340397989035,41.67169246531522],[-72.84351897992893,41.67171246531537],[-72.84398198008522,41.67181046531939],[-72.84404298010587,41.671824465320135],[-72.84422898016891,41.67186846532263],[-72.84429098018994,41.67188346532354],[-72.8444199802339,41.67191746532595],[-72.84480998036682,41.67202246533366],[-72.84493998041118,41.67205846533643],[-72.84502198043948,41.6720864653392],[-72.84526798052434,41.67217046534751],[-72.84535098055296,41.67219846535025],[-72.84528498052654,41.67211246533573],[-72.84516498047853,41.671956465309414],[-72.84510198045166,41.671845465289955],[-72.84504898042906,41.67175246527367],[-72.84509098044289,41.67175546527289],[-72.84521798048479,41.671765465270724],[-72.845260980499,41.67176946527011],[-72.8452829805068,41.671780465271524],[-72.8453779805377,41.671780465268455],[-72.84546598056667,41.67178646526676],[-72.84554598059646,41.67185146527676],[-72.84578798068314,41.67198946529565],[-72.84599698075374,41.672034465297614],[-72.84606598077703,41.6720494652983],[-72.84666598097606,41.67211546529167],[-72.8470619811061,41.67213646528292],[-72.84735398120112,41.67213646527348],[-72.84741998122169,41.67212046526825],[-72.84747898123736,41.672059465254534],[-72.84759598126347,41.67185146521049],[-72.84764698127755,41.67180746520032],[-72.84801998139635,41.671763465179744],[-72.84816698144482,41.67177446517712],[-72.84822698146571,41.67179846517983],[-72.84827698148315,41.671818465182085],[-72.84848898155023,41.671785465168846],[-72.84850398155223,41.671735465158676],[-72.84846698153265,41.671604465134514],[-72.84848098152835,41.67145046510424],[-72.84853998154314,41.67137346508743],[-72.8486349815734,41.67136246508223],[-72.84881798163168,41.671340465072056],[-72.84894198167294,41.67135646507115],[-72.8494489818494,41.671556465093474],[-72.84960898190515,41.67162046510069],[-72.84986498199034,41.67165346509881],[-72.85009898207022,41.67171846510381],[-72.8508239823096,41.67177946509218],[-72.8512849824533,41.67166946505598],[-72.85161498255017,41.67148746501007],[-72.85173898258456,41.67138346498592],[-72.85184098261203,41.67128446496346],[-72.85184598261316,41.671275464961575],[-72.8519069826272,41.67117446494004],[-72.8519069826222,41.6710874649232],[-72.8519289826271,41.67104846491492],[-72.85203098265494,41.670955464893645],[-72.8521699826948,41.670862464871135],[-72.8522359827112,41.67077446485197],[-72.85219198269438,41.67073046484486],[-72.85206798265241,41.67070246484345],[-72.85207298265088,41.670647464832655],[-72.85208798264638,41.6704844648006],[-72.85208998264633,41.670472464798216],[-72.85208098264106,41.670431464790575],[-72.85202898261011,41.670187464745],[-72.85208798261084,41.669866464680965],[-72.85238998267782,41.66932246456588],[-72.85265898275479,41.66913946452175],[-72.85282098280112,41.669028464495014],[-72.85303898286354,41.66888046445931],[-72.85330098293396,41.66862246440089],[-72.85339098295408,41.66846346436721],[-72.8534669829722,41.66834846434248],[-72.85358898300113,41.66816146430232],[-72.85360398299272,41.66793046425712],[-72.85368398300928,41.6677654642226],[-72.85381598303897,41.6675354641738],[-72.85388898304944,41.66730446412671],[-72.85390998304749,41.667151464096406],[-72.8539249830416,41.66696446405973],[-72.85391798303363,41.666865464040775],[-72.8538959830205,41.66676146402134],[-72.85381498298656,41.666629463998426],[-72.853675982935,41.66651946398162],[-72.85352898288154,41.66642146396739],[-72.85325098278349,41.66628946395082],[-72.85308298272348,41.666196463938256],[-72.85297298267251,41.66593246389069],[-72.85292098264394,41.665729463853076],[-72.85282598257926,41.66514246374247],[-72.85280398256204,41.66496746370931],[-72.85278898254703,41.66479146367573],[-72.85280298254803,41.664729463663264],[-72.852846982552,41.664549463627],[-72.85293498256642,41.66430246357631],[-72.85302298258246,41.664083463531064],[-72.85312498260397,41.66388046348846],[-72.85318398261809,41.66379246346952],[-72.85321998261435,41.66352346341627],[-72.85326398261726,41.66332546337652],[-72.8532789826171,41.66323746335899],[-72.85330798261866,41.66310046333152],[-72.85329298260619,41.662968463306456],[-72.85328598259792,41.66286446328653],[-72.85323398256779,41.66263446324369],[-72.85321998255345,41.66246446321122],[-72.85313898252551,41.662436463208415],[-72.85335798258127,41.66216746314924],[-72.85337998257928,41.66200846311773],[-72.85345298258757,41.66173946306329],[-72.85358498261287,41.66143246299957],[-72.85364398262227,41.66126246296475],[-72.85370198263166,41.66109746293093],[-72.85386298266506,41.660767462861834],[-72.8539579826815,41.660515462809954],[-72.85397198266334,41.66012046273302],[-72.854103982693,41.659889462684006],[-72.85422098271968,41.65969146264189],[-72.85431498273135,41.65936246257513],[-72.85431498271652,41.65910446252518],[-72.85430798270727,41.658983462501965],[-72.85435898271788,41.658879462480186],[-72.85438798272199,41.658786462461244],[-72.85439398272105,41.658736462451365],[-72.85440498271872,41.65863346243106],[-72.8544739827383,41.658583462419145],[-72.85465498278975,41.658454462388306],[-72.85546898304348,41.65826146232462],[-72.8559259831876,41.658182462294526],[-72.85600198321158,41.658169462289564],[-72.85652698337825,41.65809746225864],[-72.85703598354291,41.65808146223909],[-72.85747898366633,41.65772146215505],[-72.85754598368507,41.65766846214262],[-72.85800698381095,41.65724946204657],[-72.85822598386811,41.65700446199205],[-72.85841798391586,41.65674846193627],[-72.85875998402129,41.65664746190564],[-72.85907398412489,41.65667246190033],[-72.85909898413315,41.65667446189991],[-72.85949598426856,41.65678346190819],[-72.85968498433316,41.65683746191253],[-72.86010798447771,41.656958461922265],[-72.86044398458893,41.65699146191779],[-72.86056598462923,41.65700246191598],[-72.86075698469246,41.65702146191349],[-72.86093398475143,41.65704546191242],[-72.86105698479246,41.657063461911925],[-72.86122598484877,41.65708646191091],[-72.8616859850021,41.65715046190842],[-72.8617349850181,41.657151461907034],[-72.86190598507406,41.65715746190266],[-72.86243898524843,41.657174461888715],[-72.86273198534025,41.65711346186743],[-72.86274798534492,41.657104461865174],[-72.86305698543632,41.656945461824385],[-72.86318098547304,41.65688246180817],[-72.86424198577868,41.656195461640806],[-72.86459498587573,41.65588646156956],[-72.86484498594434,41.655665461518666],[-72.86515498602948,41.65539246145576],[-72.86540198609252,41.655091461389496],[-72.86541798609508,41.65504546138008],[-72.8655249861154,41.654793461327806],[-72.8656929861466,41.65438546124336],[-72.86570098614764,41.65435846123788],[-72.86570798614798,41.654324461231056],[-72.86570098613626,41.654160461199524],[-72.86569298612136,41.65394646115834],[-72.86570098610487,41.653614461093774],[-72.86573098611007,41.65353546107752],[-72.8657629861117,41.653382461046846],[-72.86576498611194,41.65337546104542],[-72.8658669861369,41.65323246101444],[-72.86597698615911,41.65299646096516],[-72.86600498616184,41.65288546094276],[-72.8660209861633,41.65282046092966],[-72.86600198614735,41.652650460897355],[-72.86599798614387,41.652612460890126],[-72.8659399861155,41.652447460860046],[-72.86597598611779,41.652283460827114],[-72.86610798614933,41.6520854607845],[-72.8661439861561,41.65199946076667],[-72.86618098616331,41.65191546074921],[-72.86618098615497,41.651770460721124],[-72.86618098614784,41.65164646069712],[-72.86623198615776,41.651530460672994],[-72.866201986143,41.65144346065711],[-72.86613698611932,41.65139946065069],[-72.8661349861177,41.651382460647454],[-72.86612898610942,41.65127246062636],[-72.86620998612887,41.6511524606005],[-72.8664359861995,41.6511024605835],[-72.86661898625749,41.65107546057236],[-72.86687498633916,41.65104746055866],[-72.86710198641299,41.65104746055131],[-72.86725598646402,41.65106346054944],[-72.86740198651248,41.651080460548],[-72.86753398655415,41.65105846053947],[-72.86767698659699,41.65099446052245],[-72.86825898678292,41.650935460492185],[-72.8700059873411,41.65076046040179],[-72.87058898752748,41.650703460371886],[-72.87055998752145,41.65076246038426],[-72.87051298751173,41.650859460404554],[-72.87047598750436,41.650940460421445],[-72.8704499874994,41.6510014604341],[-72.87028698746518,41.65132846050271],[-72.86980098736375,41.652313460709195],[-72.8696389873299,41.65264146077796],[-72.86961398732478,41.65269346078884],[-72.86953998730968,41.652849460821436],[-72.86951598730492,41.65290246083249],[-72.86940198728088,41.65312946088012],[-72.86906398721021,41.65381246102334],[-72.8689519871869,41.65404046107112],[-72.86883298716285,41.654295461124356],[-72.86868798713368,41.65460846118967],[-72.86846398708659,41.65505646128368],[-72.86833898706047,41.655309461336714],[-72.8682289870373,41.65552846138268],[-72.86790098696845,41.65618646152071],[-72.86779198694563,41.65640646156684],[-72.86774598693569,41.656493461585185],[-72.86761198690722,41.65675646164045],[-72.86756698689764,41.656844461658935],[-72.86736798685425,41.65721546173723],[-72.8670399867874,41.65790846188204],[-72.86678498673471,41.65843446199213],[-72.86674298672565,41.658514462008974],[-72.86674198672532,41.65851446200901],[-72.86661998669966,41.65875846206022],[-72.86657898669097,41.65883946207723],[-72.8663129866355,41.6593794621904],[-72.86609898659098,41.65981546228175],[-72.86545098644645,41.660967462525775],[-72.86515698638108,41.66149346263714],[-72.86500198634685,41.66177546269677],[-72.86456298624735,41.662528462856756],[-72.86437298620443,41.662856462926406],[-72.86412798614865,41.663272463014884],[-72.86401498612386,41.663480463058804],[-72.86398898611831,41.663531463069525],[-72.86386998609146,41.66373746311326],[-72.86351698601217,41.66435546324434],[-72.86339998598602,41.6645624632882],[-72.8633689859791,41.66461746329985],[-72.86327698595878,41.66478446333515],[-72.86324698595224,41.66484046334698],[-72.86319498594119,41.664942463368405],[-72.86304098590881,41.66525046343303],[-72.86298998589814,41.665353463454615],[-72.86289298587637,41.665523463490665],[-72.86260198581122,41.66603646359939],[-72.86250598578984,41.666207463635615],[-72.8623659857597,41.666475463692024],[-72.86194698566963,41.66727946386124],[-72.8618079856399,41.66754846391782],[-72.86171098561933,41.66773946395793],[-72.8614219855585,41.668316464078984],[-72.8613259855383,41.66850846411926],[-72.86110598549143,41.66893746420943],[-72.86044998535212,41.670225464480005],[-72.8602309853056,41.67065546457032],[-72.86002998526408,41.67107046465717],[-72.85942898514037,41.672318464918206],[-72.85922898509924,41.672734465005206],[-72.85898098504855,41.67325546511408],[-72.86176298595132,41.673214465016144],[-72.86185498597986,41.67319046500852],[-72.86196898601355,41.67313146499342],[-72.8626229862123,41.672887464925],[-72.86421298669416,41.672271464754346],[-72.8643549867373,41.67221846473948],[-72.86478298686751,41.67206146469523],[-72.86492598691106,41.67200946468054],[-72.86534798703948,41.67185546463707],[-72.86661398742484,41.67139446450687],[-72.86703698755365,41.67124146446356],[-72.8671589875937,41.67124746446077],[-72.86746798769525,41.67126546445426],[-72.86752498771368,41.67126346445203],[-72.86764798775357,41.67126146444766],[-72.8674329877067,41.67166246453223],[-72.86681298757183,41.67282346477705],[-72.86678798756624,41.67286746478636],[-72.86656898751802,41.67326746487088],[-72.86669298755871,41.67327346486803],[-72.86687498761849,41.67328346486408],[-72.86698798765559,41.673289464861575],[-72.86706498768082,41.67329246485968],[-72.86708898768875,41.67329446485929],[-72.8671899877219,41.67329946485698],[-72.86717098773035,41.67355346490676],[-72.86735998780357,41.673757464940145],[-72.86784898796981,41.67388146494831],[-72.86837298814991,41.674048464963676],[-72.8683869881692,41.67430446501278],[-72.8682659881398,41.67447746505018],[-72.86822398812947,41.67453546506277],[-72.86817298811721,41.674610465078935],[-72.86775198799387,41.67484746513844],[-72.86770098799006,41.675069465183064],[-72.86813698814274,41.675257465205334],[-72.86859798829947,41.675374465213054],[-72.86871998835343,41.675622465257106],[-72.86872298836322,41.67577546528663],[-72.86872498837165,41.675910465312676],[-72.86891998843717,41.67594646531333],[-72.86917298850818,41.675750465267214],[-72.86962698866827,41.67596546529414],[-72.86895798845586,41.67605646533341],[-72.8689039884387,41.67606346533651],[-72.86864298835584,41.67609946535193],[-72.86812098819782,41.67630446540849],[-72.86781198810431,41.67642646544211],[-72.8676329880536,41.676557465473266],[-72.86769598807274,41.67653346546658],[-72.86776698809538,41.67652546546273],[-72.86796498816865,41.67667946548614],[-72.86846798834434,41.6768884655103],[-72.86849198835273,41.67689846551147],[-72.86872698843109,41.67693146551025],[-72.86902698853342,41.67701346551641],[-72.86929798862379,41.677051465515],[-72.86932698863637,41.6771064655247],[-72.86937898865804,41.677188465538876],[-72.86942998868159,41.67730946556064],[-72.86939298867334,41.67737546557462],[-72.8691809886145,41.677551465615544],[-72.86893998855285,41.67784246567968],[-72.86891798854916,41.67790246569199],[-72.86899098858332,41.678083465724654],[-72.86834298836656,41.6779804657257],[-72.86737898804778,41.67789146573969],[-72.86575398750065,41.677571465730345],[-72.86548498752076,41.67944046610079],[-72.86516598756201,41.68195946659862],[-72.86489998759625,41.684056467013036],[-72.86487698758877,41.68405646701378],[-72.86422798738019,41.6841014670435],[-72.86359498720545,41.68464346716888],[-72.86355698719987,41.68476146719293],[-72.86357198720567,41.68477746719555],[-72.86354898719905,41.684792467199195],[-72.86346498718882,41.68508946725938],[-72.86326698712924,41.685173467282056],[-72.86326698713673,41.6853034673072],[-72.8634349872006,41.68546346733273],[-72.86383198734032,41.6856464673553],[-72.86395398738354,41.68570746736316],[-72.86397698740046,41.685871467394136],[-72.8638699873718,41.68597846741831],[-72.8636329873022,41.68610846745114],[-72.86309898714225,41.68634846751486],[-72.86295398709554,41.686356467521094],[-72.86262598698264,41.686249467511004],[-72.86250398694624,41.686306467525995],[-72.86179498671795,41.68634846755707],[-72.86155798664808,41.686474467589115],[-72.8613829866015,41.686654467629594],[-72.86112298653579,41.68698246770149],[-72.86098598650325,41.68719146774637],[-72.86081798646246,41.687432467798445],[-72.8606199864088,41.687619467841046],[-72.86046698636935,41.68779846788062],[-72.86043598636034,41.68781746788531],[-72.86043598636213,41.68784846789132],[-72.8603679863536,41.68808446793916],[-72.86035298635902,41.688263467974295],[-72.860252986341,41.688515468026296],[-72.86007798629396,41.68868746806525],[-72.85989498624012,41.68878646809031],[-72.85971198619065,41.68896146813009],[-72.85961998615875,41.688927468126494],[-72.8595029861365,41.6892024681835],[-72.85942998611749,41.68928446820174],[-72.85913698602847,41.68939446823249],[-72.85882998594252,41.689636468289265],[-72.85840798582186,41.689925468358844],[-72.8583839858138,41.68992146835884],[-72.85819298575262,41.68993846836831],[-72.85798798568594,41.68993846837494],[-72.85789998565666,41.689927468375664],[-72.85773198560234,41.68993346838224],[-72.85771498559738,41.689943468384755],[-72.85761498556352,41.68992046838352],[-72.85732598546694,41.68987646838435],[-72.8571659854147,41.68987346838896],[-72.85712798540636,41.68994346840375],[-72.85716698542694,41.69008046842898],[-72.8574419855299,41.69031446846538],[-72.85757498558114,41.69045246848777],[-72.85751198557031,41.6906204685223],[-72.8573519855315,41.69085046857199],[-72.85726398551657,41.69108846862088],[-72.85685898540096,41.69136946868837],[-72.8556229850275,41.6918684688249],[-72.85532898495094,41.69220046889865],[-72.8551189849068,41.69262046898672],[-72.85494298486002,41.69280246902762],[-72.85470898479774,41.693043469081815],[-72.85451698473699,41.69307346909385],[-72.854285984664,41.693111469108665],[-72.85394498455297,41.69311046911951],[-72.85336598436173,41.693061469128764],[-72.85314898430182,41.69324746917177],[-72.8531259843028,41.693394469200975],[-72.85312098430337,41.693432469208474],[-72.85322798435428,41.693711469258986],[-72.85321098435385,41.69380046927675]]]},"properties":{"name":4206,"geoid":"09003420600"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.83581797852595,41.690887469275665],[-72.83576797850944,41.69088346927652],[-72.83561897846027,41.690871469278996],[-72.8355699784441,41.69086746927981],[-72.83534197836845,41.690842469282344],[-72.83466097814258,41.690768469290035],[-72.83449397808724,41.69075146929215],[-72.83443397806731,41.690744469292746],[-72.83425397800706,41.69071546929295],[-72.83371397782633,41.69062846929356],[-72.83353497776642,41.69059946929373],[-72.83250897742346,41.690442469296514],[-72.82991597655672,41.6900444693033],[-72.82597397523911,41.689441469314005],[-72.8256239751221,41.689387469314866],[-72.82163097378745,41.68877646932563],[-72.8190609729284,41.68838246933241],[-72.81769797247279,41.68817346933598],[-72.81544297171905,41.68782846934202],[-72.81545097172051,41.68780846933791],[-72.81550897173237,41.68768646931242],[-72.81571397177473,41.68726246922374],[-72.81578297178913,41.687122469194414],[-72.81658197200308,41.68632046901339],[-72.81897997264514,41.683913468470074],[-72.8194899727818,41.68340346835488],[-72.81977997285945,41.683112468289195],[-72.82003397289827,41.6823494681333],[-72.8207989730158,41.68006246766591],[-72.82087997302835,41.67982246761684],[-72.82103097304709,41.67929346750957],[-72.82108997305775,41.679144467478835],[-72.8212669730897,41.678698467386766],[-72.82132697310074,41.678550467356175],[-72.82137297310587,41.67837946732159],[-72.82151297312213,41.67786946721834],[-72.82155997312765,41.67769946718391],[-72.82192997318917,41.676674466973544],[-72.82304097337408,41.673600466342556],[-72.82341197343597,41.67257646613231],[-72.82371097350281,41.672046466020056],[-72.82533597387109,41.66925246542661],[-72.82541897388052,41.66894646536467],[-72.8256249739218,41.66849846527128],[-72.8255859739042,41.66841246525588],[-72.82552597387713,41.66828146523247],[-72.82546897385147,41.66815746521029],[-72.8254299738339,41.6680724651951],[-72.82541797382167,41.6679274651674],[-72.82538197378501,41.66749346508453],[-72.82537097377316,41.66734946505702],[-72.8251539736395,41.66625146485142],[-72.82450597323954,41.662958464234656],[-72.82446897321658,41.66276846419906],[-72.82428997310626,41.66186146402919],[-72.82394597292378,41.66063246380229],[-72.82369297278926,41.6597234636344],[-72.82291697237737,41.65694646312162],[-72.82257397219529,41.655718462894846],[-72.82561697316876,41.65542946274063],[-72.82692597358748,41.65530446267415],[-72.8274119737429,41.65525746264936],[-72.83477297609764,41.65455846227626],[-72.8419279783863,41.653877461913225],[-72.84676697993413,41.65341746166777],[-72.8484239804622,41.65322646157721],[-72.85339698204719,41.65265546130589],[-72.85505498257562,41.652465461215506],[-72.85544598270002,41.65241646119337],[-72.8557119827847,41.65238446117857],[-72.85573598279228,41.652380461177025],[-72.85661998307359,41.65227146112733],[-72.85670698310132,41.65226146112258],[-72.85701198319835,41.65222346110536],[-72.85767198340828,41.652140461067944],[-72.85790698348305,41.65211146105474],[-72.85965198403737,41.65187946095339],[-72.8603129842474,41.651792460915146],[-72.86120798453187,41.65167646086374],[-72.86389298538539,41.65133046070992],[-72.8645959856089,41.65124046066975],[-72.8647899856711,41.65122446066037],[-72.86501598574364,41.65120746064976],[-72.86569298596093,41.65115646061799],[-72.86591998603383,41.65114046060755],[-72.86626998614506,41.65109446058731],[-72.86708198640316,41.65098946054072],[-72.86732298648167,41.65099146053331],[-72.86767698659699,41.65099446052245],[-72.86753398655415,41.65105846053947],[-72.86740198651248,41.651080460548],[-72.86725598646402,41.65106346054944],[-72.86710198641299,41.65104746055131],[-72.86687498633916,41.65104746055866],[-72.86661898625749,41.65107546057236],[-72.8664359861995,41.6511024605835],[-72.86620998612887,41.6511524606005],[-72.86612898610942,41.65127246062636],[-72.8661349861177,41.651382460647454],[-72.86613698611932,41.65139946065069],[-72.866201986143,41.65144346065711],[-72.86623198615776,41.651530460672994],[-72.86618098614784,41.65164646069712],[-72.86618098615497,41.651770460721124],[-72.86618098616331,41.65191546074921],[-72.8661439861561,41.65199946076667],[-72.86610798614933,41.6520854607845],[-72.86597598611779,41.652283460827114],[-72.8659399861155,41.652447460860046],[-72.86599798614387,41.652612460890126],[-72.86600198614735,41.652650460897355],[-72.8660209861633,41.65282046092966],[-72.86600498616184,41.65288546094276],[-72.86597698615911,41.65299646096516],[-72.8658669861369,41.65323246101444],[-72.86576498611194,41.65337546104542],[-72.8657629861117,41.653382461046846],[-72.86573098611007,41.65353546107752],[-72.86570098610487,41.653614461093774],[-72.86569298612136,41.65394646115834],[-72.86570098613626,41.654160461199524],[-72.86570798614798,41.654324461231056],[-72.86570098614764,41.65435846123788],[-72.8656929861466,41.65438546124336],[-72.8655249861154,41.654793461327806],[-72.86541798609508,41.65504546138008],[-72.86540198609252,41.655091461389496],[-72.86515498602948,41.65539246145576],[-72.86484498594434,41.655665461518666],[-72.86459498587573,41.65588646156956],[-72.86424198577868,41.656195461640806],[-72.86318098547304,41.65688246180817],[-72.86305698543632,41.656945461824385],[-72.86274798534492,41.657104461865174],[-72.86273198534025,41.65711346186743],[-72.86243898524843,41.657174461888715],[-72.86190598507406,41.65715746190266],[-72.8617349850181,41.657151461907034],[-72.8616859850021,41.65715046190842],[-72.86122598484877,41.65708646191091],[-72.86105698479246,41.657063461911925],[-72.86093398475143,41.65704546191242],[-72.86075698469246,41.65702146191349],[-72.86056598462923,41.65700246191598],[-72.86044398458893,41.65699146191779],[-72.86010798447771,41.656958461922265],[-72.85968498433316,41.65683746191253],[-72.85949598426856,41.65678346190819],[-72.85909898413315,41.65667446189991],[-72.85907398412489,41.65667246190033],[-72.85875998402129,41.65664746190564],[-72.85841798391586,41.65674846193627],[-72.85822598386811,41.65700446199205],[-72.85800698381095,41.65724946204657],[-72.85754598368507,41.65766846214262],[-72.85747898366633,41.65772146215505],[-72.85703598354291,41.65808146223909],[-72.85652698337825,41.65809746225864],[-72.85600198321158,41.658169462289564],[-72.8559259831876,41.658182462294526],[-72.85546898304348,41.65826146232462],[-72.85465498278975,41.658454462388306],[-72.8544739827383,41.658583462419145],[-72.85440498271872,41.65863346243106],[-72.85439398272105,41.658736462451365],[-72.85438798272199,41.658786462461244],[-72.85435898271788,41.658879462480186],[-72.85430798270727,41.658983462501965],[-72.85431498271652,41.65910446252518],[-72.85431498273135,41.65936246257513],[-72.85422098271968,41.65969146264189],[-72.854103982693,41.659889462684006],[-72.85397198266334,41.66012046273302],[-72.8539579826815,41.660515462809954],[-72.85386298266506,41.660767462861834],[-72.85370198263166,41.66109746293093],[-72.85364398262227,41.66126246296475],[-72.85358498261287,41.66143246299957],[-72.85345298258757,41.66173946306329],[-72.85337998257928,41.66200846311773],[-72.85335798258127,41.66216746314924],[-72.85313898252551,41.662436463208415],[-72.85321998255345,41.66246446321122],[-72.85323398256779,41.66263446324369],[-72.85328598259792,41.66286446328653],[-72.85329298260619,41.662968463306456],[-72.85330798261866,41.66310046333152],[-72.8532789826171,41.66323746335899],[-72.85326398261726,41.66332546337652],[-72.85321998261435,41.66352346341627],[-72.85318398261809,41.66379246346952],[-72.85312498260397,41.66388046348846],[-72.85302298258246,41.664083463531064],[-72.85293498256642,41.66430246357631],[-72.852846982552,41.664549463627],[-72.85280298254803,41.664729463663264],[-72.85278898254703,41.66479146367573],[-72.85280398256204,41.66496746370931],[-72.85282598257926,41.66514246374247],[-72.85292098264394,41.665729463853076],[-72.85297298267251,41.66593246389069],[-72.85308298272348,41.666196463938256],[-72.85325098278349,41.66628946395082],[-72.85352898288154,41.66642146396739],[-72.853675982935,41.66651946398162],[-72.85381498298656,41.666629463998426],[-72.8538959830205,41.66676146402134],[-72.85391798303363,41.666865464040775],[-72.8539249830416,41.66696446405973],[-72.85390998304749,41.667151464096406],[-72.85388898304944,41.66730446412671],[-72.85381598303897,41.6675354641738],[-72.85368398300928,41.6677654642226],[-72.85360398299272,41.66793046425712],[-72.85358898300113,41.66816146430232],[-72.8534669829722,41.66834846434248],[-72.85339098295408,41.66846346436721],[-72.85330098293396,41.66862246440089],[-72.85303898286354,41.66888046445931],[-72.85282098280112,41.669028464495014],[-72.85265898275479,41.66913946452175],[-72.85238998267782,41.66932246456588],[-72.85208798261084,41.669866464680965],[-72.85202898261011,41.670187464745],[-72.85208098264106,41.670431464790575],[-72.85208998264633,41.670472464798216],[-72.85208798264638,41.6704844648006],[-72.85207298265088,41.670647464832655],[-72.85206798265241,41.67070246484345],[-72.85219198269438,41.67073046484486],[-72.8522359827112,41.67077446485197],[-72.8521699826948,41.670862464871135],[-72.85203098265494,41.670955464893645],[-72.8519289826271,41.67104846491492],[-72.8519069826222,41.6710874649232],[-72.8519069826272,41.67117446494004],[-72.85184598261316,41.671275464961575],[-72.85184098261203,41.67128446496346],[-72.85173898258456,41.67138346498592],[-72.85161498255017,41.67148746501007],[-72.8512849824533,41.67166946505598],[-72.8508239823096,41.67177946509218],[-72.85009898207022,41.67171846510381],[-72.84986498199034,41.67165346509881],[-72.84960898190515,41.67162046510069],[-72.8494489818494,41.671556465093474],[-72.84894198167294,41.67135646507115],[-72.84881798163168,41.671340465072056],[-72.8486349815734,41.67136246508223],[-72.84853998154314,41.67137346508743],[-72.84848098152835,41.67145046510424],[-72.84846698153265,41.671604465134514],[-72.84850398155223,41.671735465158676],[-72.84848898155023,41.671785465168846],[-72.84827698148315,41.671818465182085],[-72.84822698146571,41.67179846517983],[-72.84816698144482,41.67177446517712],[-72.84801998139635,41.671763465179744],[-72.84764698127755,41.67180746520032],[-72.84759598126347,41.67185146521049],[-72.84747898123736,41.672059465254534],[-72.84741998122169,41.67212046526825],[-72.84735398120112,41.67213646527348],[-72.8470619811061,41.67213646528292],[-72.84666598097606,41.67211546529167],[-72.84606598077703,41.6720494652983],[-72.84599698075374,41.672034465297614],[-72.84578798068314,41.67198946529565],[-72.84554598059646,41.67185146527676],[-72.84546598056667,41.67178646526676],[-72.8453779805377,41.671780465268455],[-72.8452829805068,41.671780465271524],[-72.845260980499,41.67176946527011],[-72.84521798048479,41.671765465270724],[-72.84509098044289,41.67175546527289],[-72.84504898042906,41.67175246527367],[-72.84510198045166,41.671845465289955],[-72.84516498047853,41.671956465309414],[-72.84528498052654,41.67211246533573],[-72.84535098055296,41.67219846535025],[-72.84526798052434,41.67217046534751],[-72.84502198043948,41.6720864653392],[-72.84493998041118,41.67205846533643],[-72.84480998036682,41.67202246533366],[-72.8444199802339,41.67191746532595],[-72.84429098018994,41.67188346532354],[-72.84422898016891,41.67186846532263],[-72.84404298010587,41.671824465320135],[-72.84398198008522,41.67181046531939],[-72.84351897992893,41.67171246531537],[-72.84340397989035,41.67169246531522],[-72.84263497963249,41.671559465314346],[-72.84174497933624,41.67144346532064],[-72.84165597930672,41.67143346532159],[-72.84107097911286,41.67137246532868],[-72.84072597899738,41.671316465328985],[-72.8396939786521,41.671151465330404],[-72.83934997853707,41.67109746533107],[-72.8390269784387,41.671214465364166],[-72.83892497840769,41.67125246537483],[-72.83837697824285,41.671486465437816],[-72.83809797816188,41.671657465479946],[-72.83800797813588,41.6717144654939],[-72.83781897808261,41.67185746552769],[-72.83767097804089,41.67196946555414],[-72.8376689780403,41.67197046555441],[-72.83737097796384,41.67232746563316],[-72.83730697794715,41.67239946564916],[-72.83718397791525,41.672540465680434],[-72.83709197789312,41.672676465709735],[-72.83689997784728,41.67296546577188],[-72.83689297785332,41.67311046580019],[-72.83688597786053,41.673275465832354],[-72.83779397819129,41.673889465921874],[-72.83793697824375,41.673992465937204],[-72.83885197857958,41.674655466035965],[-72.84008597903507,41.675593466177666],[-72.84047197917687,41.67587546621978],[-72.84102197937712,41.67624546627363],[-72.84129797947763,41.6764314663007],[-72.84185097967644,41.67675946634631],[-72.84212697977274,41.676872466359264],[-72.84236097985682,41.67701046637841],[-72.84310298011258,41.677259466402624],[-72.84345398023208,41.67735146640909],[-72.84409998044907,41.677469466411054],[-72.84428598051097,41.67749346640967],[-72.84502198075599,41.67758946640446],[-72.84531798085419,41.677622466401296],[-72.8455999809478,41.67765446639835],[-72.84600798108262,41.67769046639213],[-72.84643998122533,41.67772746638533],[-72.84659498127887,41.677781466390755],[-72.84657398127445,41.67782346639957],[-72.84636898124624,41.67849246653569],[-72.84630298123234,41.678624466563384],[-72.84624498122452,41.67881646660242],[-72.8462819812549,41.679135466662956],[-72.84612098123883,41.67976646679031],[-72.84612798126321,41.680150466864404],[-72.84627498136345,41.681061467035974],[-72.84627498137175,41.68120546706383],[-72.84627498137766,41.681308467083774],[-72.84612198136293,41.681917467206596],[-72.84612198137086,41.68205546723331],[-72.84608498136427,41.68215046725289],[-72.84593198133808,41.6825604673372],[-72.845689981277,41.68286746740444],[-72.84556598124236,41.6829664674276],[-72.84525498115065,41.683131467469586],[-72.84500998107846,41.68326246750287],[-72.84489298104229,41.68329546751304],[-72.84482698102306,41.683334467522705],[-72.84478298101317,41.683411467539045],[-72.84477398101474,41.68348946755442],[-72.84475398101887,41.683674467590876],[-72.84470198100576,41.68374046760532],[-72.84459698098152,41.68391346764222],[-72.84435898092666,41.68430546772577],[-72.84385698081117,41.68513746790302],[-72.84361998075666,41.68553046798673],[-72.84351898072588,41.68556646799698],[-72.8434219806963,41.68560146800688],[-72.84323198063667,41.68563946802038],[-72.84274098047723,41.685645468037414],[-72.84216998030247,41.685837468093034],[-72.8419059802257,41.685996468132345],[-72.84178898019178,41.686068468150054],[-72.84162798014349,41.686139468169],[-72.84137698006357,41.686170468183114],[-72.84136498005978,41.68617246818389],[-72.84109397997794,41.68628246821395],[-72.84099097994475,41.68628846821844],[-72.84086897990909,41.68635846823593],[-72.84075297987319,41.686390468245875],[-72.84056697981559,41.686441468261755],[-72.84047197978529,41.686452468266964],[-72.84032197973931,41.68650146828128],[-72.84028897972927,41.68651346828467],[-72.83956397950345,41.68668946834218],[-72.83922697940133,41.68682046837843],[-72.8386269792276,41.687194468470196],[-72.83842897917167,41.68734246850525],[-72.83793897903023,41.68765546858165],[-72.83774097897022,41.68773246860295],[-72.83728897882479,41.687761468623194],[-72.83722797880517,41.68776546862594],[-72.83706697875469,41.68779846863752],[-72.83686197869459,41.68791346866641],[-72.8362469785071,41.688133468728864],[-72.83599197843459,41.688315468772316],[-72.83590297840935,41.688380468787784],[-72.83570597835819,41.688605468837686],[-72.83548597830554,41.688934468908464],[-72.8354979783172,41.689069468934214],[-72.83550097831959,41.68909346893875],[-72.83548597832198,41.6892204689638],[-72.83539097829859,41.689351468992236],[-72.83532697828778,41.689525469027984],[-72.8352349782723,41.68977646907951],[-72.83536597832965,41.69003246912483],[-72.83545097836686,41.690198469154204],[-72.8354809783803,41.69026246916562],[-72.83557397842164,41.690454469199764],[-72.83560497843547,41.69051946921133],[-72.83565697845623,41.690586469222616],[-72.83566597845986,41.690598469224646],[-72.8357839785097,41.690797469259344],[-72.83578697851127,41.69080746926119],[-72.83581797852595,41.690887469275665]]]},"properties":{"name":4207,"geoid":"09003420700"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.87488198890149,41.65031346015746],[-72.87448998877599,41.65034846017693],[-72.87331598840036,41.650457460236],[-72.87292498827533,41.65049446025583],[-72.87245698812544,41.6505354602789],[-72.87105598767698,41.650661460348644],[-72.87058898752748,41.650703460371886],[-72.8700059873411,41.65076046040179],[-72.86825898678292,41.650935460492185],[-72.86767698659699,41.65099446052245],[-72.86732298648167,41.65099146053331],[-72.86708198640316,41.65098946054072],[-72.86626998614506,41.65109446058731],[-72.86591998603383,41.65114046060755],[-72.86569298596093,41.65115646061799],[-72.86501598574364,41.65120746064976],[-72.8647899856711,41.65122446066037],[-72.8645959856089,41.65124046066975],[-72.86389298538539,41.65133046070992],[-72.86120798453187,41.65167646086374],[-72.8603129842474,41.651792460915146],[-72.85965198403737,41.65187946095339],[-72.85790698348305,41.65211146105474],[-72.85767198340828,41.652140461067944],[-72.85701198319835,41.65222346110536],[-72.85670698310132,41.65226146112258],[-72.85661998307359,41.65227146112733],[-72.85573598279228,41.652380461177025],[-72.8557119827847,41.65238446117857],[-72.85544598270002,41.65241646119337],[-72.85505498257562,41.652465461215506],[-72.85339698204719,41.65265546130589],[-72.8484239804622,41.65322646157721],[-72.84676697993413,41.65341746166777],[-72.84677897993573,41.653377461659645],[-72.84694197995717,41.652827461547844],[-72.84696797996067,41.65274146153034],[-72.84700497995387,41.65241346146561],[-72.84691697985555,41.651200461233515],[-72.84687097982881,41.65099546119529],[-72.84679197978244,41.650635461128125],[-72.84668897973613,41.65041246108825],[-72.84705497985662,41.65043746108127],[-72.84715797989179,41.65046646108357],[-72.84723797991764,41.6504634610804],[-72.8472749799279,41.650432461073194],[-72.84730397993297,41.65035646105753],[-72.84732597991973,41.65000146098806],[-72.84731097989929,41.64973046093605],[-72.84736897991075,41.649601460909196],[-72.84748597994708,41.6495714608996],[-72.84772798003333,41.649702460917155],[-72.84830498024017,41.65003546096302],[-72.848043980071,41.648568460687265],[-72.84796497999227,41.64764546051103],[-72.84790797993571,41.64698346038465],[-72.84774097977785,41.645180460040756],[-72.84762397962751,41.64322545966581],[-72.84761597961652,41.64307945963779],[-72.84757397955497,41.642245459477564],[-72.84749797948253,41.64141445931902],[-72.8474129794144,41.640709459185175],[-72.84725997926171,41.63891645884272],[-72.84717597919196,41.63817745870224],[-72.84708397912713,41.637569458587414],[-72.84693597904577,41.63699045848],[-72.84688797902044,41.6368214584488],[-72.84664697889285,41.63596445829054],[-72.84637097873531,41.63478345807061],[-72.84708397895666,41.63459945801192],[-72.84757397911065,41.63450545797787],[-72.84815497929746,41.634467457951736],[-72.8499129798628,41.63435445787306],[-72.85088398017065,41.63421545781474],[-72.85357698102756,41.6338844576636],[-72.85384698111349,41.633851457648476],[-72.85431098126126,41.633796457622836],[-72.8553829816027,41.633670457563774],[-72.85550398164126,41.633656457557166],[-72.85570898170667,41.63363445754626],[-72.85668698201884,41.63353145749472],[-72.85701398212325,41.63349745747753],[-72.85764798232677,41.633450457447935],[-72.85779898237526,41.63343945744094],[-72.85954598293256,41.63324945734765],[-72.86017898313453,41.63318145731402],[-72.86016998312357,41.63304145728719],[-72.86018698311618,41.632816457243045],[-72.86025498308896,41.631957457074385],[-72.8602579830764,41.631721457028554],[-72.86026098306807,41.63155945699707],[-72.86024998305284,41.63135645695809],[-72.86022698303674,41.63120645692976],[-72.86014498299485,41.63094145688105],[-72.86008098296342,41.63075645684727],[-72.86001898292602,41.63045645679115],[-72.85987498281351,41.62931245657409],[-72.85983698278926,41.62910545653522],[-72.85945798254643,41.62702245614378],[-72.85942698252649,41.62685045611144],[-72.85938798250375,41.626675456078786],[-72.85931898245036,41.626136455976564],[-72.85927998239016,41.62530845581733],[-72.85927098237558,41.62510545577829],[-72.85928398236676,41.624878455733864],[-72.85931198235033,41.62443345564671],[-72.85935898232138,41.62366245549576],[-72.85939898229795,41.6230274553714],[-72.85942898228056,41.62255445527874],[-72.85943198227895,41.62250945526993],[-72.85942098216262,41.620544454889405],[-72.85945698216503,41.62038245485683],[-72.8595129821755,41.620247454828856],[-72.86034798236493,41.61881645452449],[-72.86044698239695,41.618813454520705],[-72.86330198331493,41.61863045439298],[-72.86355998339522,41.61856745437244],[-72.86439398365323,41.618337454300914],[-72.8646229837238,41.61826945428032],[-72.86476098376632,41.618228454267914],[-72.86523098391389,41.6181364542349],[-72.8654779839922,41.61810145422013],[-72.86552098400591,41.61809645421776],[-72.86555198401564,41.618090454215604],[-72.86591298412912,41.618022454190765],[-72.86629198424646,41.61791945415855],[-72.86714398450708,41.61763245407536],[-72.86741098458823,41.617533454047546],[-72.8676429846576,41.617427454019506],[-72.867827984712,41.61732745399414],[-72.86827798484227,41.61704745392531],[-72.8685549849241,41.616903453888455],[-72.8685619849262,41.61690045388765],[-72.86878198499309,41.61681945386484],[-72.8691049850933,41.616735453838096],[-72.8693789851795,41.61668445381937],[-72.8696429852646,41.616671453808316],[-72.86985698533412,41.616670453801206],[-72.87007898540632,41.61667045379402],[-72.87050098554447,41.61668645378349],[-72.87071598561488,41.61669545377829],[-72.87074698562502,41.616696453777465],[-72.87084198565616,41.616700453775195],[-72.87087398566668,41.61670245377453],[-72.87092498568337,41.616704453773266],[-72.87108098573444,41.6167104537694],[-72.8711339857518,41.61671245376807],[-72.87157998589602,41.616698453750935],[-72.87168998593164,41.61669545374679],[-72.8729059863168,41.61651645367279],[-72.87334798645685,41.6164524536461],[-72.8735479865456,41.61686545371968],[-72.87364198658574,41.617032453749026],[-72.87369098660668,41.61711945376432],[-72.87381398666004,41.617352453805495],[-72.8738559866818,41.617493453831464],[-72.87387098669507,41.617639453859276],[-72.8738659867272,41.618227453973425],[-72.87379898673255,41.618700454067266],[-72.87373098672309,41.61892045411213],[-72.8735419866974,41.61954345423898],[-72.8735379866969,41.61955745424182],[-72.87348198670102,41.619946454319035],[-72.8733069867137,41.62115845455961],[-72.87324998671836,41.621562454639765],[-72.87324398671885,41.6216044546481],[-72.8732259867202,41.621730454673106],[-72.87321998672066,41.62177245468143],[-72.873201986721,41.62188045470295],[-72.87316898672205,41.62208545474374],[-72.87314998672272,41.62220445476742],[-72.87313298672343,41.62231345478911],[-72.8731179867355,41.62260845484676],[-72.87310098674946,41.622947454912996],[-72.87311998678703,41.623494455018424],[-72.87313098680761,41.62379045507544],[-72.87314298682725,41.62406445512814],[-72.87315398684439,41.62430045517353],[-72.87318998687303,41.62459545522954],[-72.87322398690057,41.62488245528406],[-72.87325698692696,41.625155455335914],[-72.87350298710014,41.62677745564229],[-72.87357898716179,41.62742045576444],[-72.87359398717908,41.62763645580582],[-72.87363998723143,41.62828745593049],[-72.87365098724369,41.6284384559594],[-72.87365298724819,41.6285054559723],[-72.87365998726574,41.628771456023635],[-72.87367998731085,41.6294434561532],[-72.87367198731555,41.62957045617807],[-72.87365698732594,41.629836456230095],[-72.87364798733519,41.63004845627149],[-72.87362198736322,41.63068345639536],[-72.87361398737285,41.6308964564369],[-72.87361398737394,41.630915456440576],[-72.87361398737721,41.63097245645164],[-72.8736139873783,41.63099145645531],[-72.87361698738871,41.631155456486994],[-72.87362498741578,41.631581456569286],[-72.87362498741969,41.63164945658246],[-72.87362498742918,41.63181445661443],[-72.87362498743946,41.63199345664911],[-72.87362098744678,41.63214345667831],[-72.87362098744794,41.632163456682186],[-72.8736249874618,41.63238245672449],[-72.87361898748084,41.63274745679541],[-72.8736209875035,41.63313045686956],[-72.87362398752343,41.633460456933406],[-72.87362098753378,41.63365745697167],[-72.87361398756563,41.634251457086975],[-72.87361198757637,41.634449457125406],[-72.87361698759672,41.63477545718842],[-72.87362198761656,41.635092457249684],[-72.8736679876695,41.63575345737626],[-72.87369098769572,41.636079457438676],[-72.87369998770596,41.63620645746299],[-72.87371098771864,41.63636445749325],[-72.87372698773669,41.636588457536114],[-72.87373598774695,41.636716457560645],[-72.87375598776636,41.63694045760339],[-72.87379898780354,41.63734445768027],[-72.8738689878631,41.637984457802],[-72.87390998794822,41.639233458042646],[-72.87391398795516,41.639331458061505],[-72.87392698799009,41.63986545816453],[-72.87393898800704,41.64009245820813],[-72.87397498805795,41.64077445833909],[-72.87398798807529,41.641002458382836],[-72.87399198810246,41.64145245846988],[-72.87400698818512,41.6428054587315],[-72.874012988213,41.643256458818676],[-72.8740149882216,41.643394458845336],[-72.87402198824779,41.64381045892569],[-72.87402498825674,41.64394945895253],[-72.8740259882606,41.6440104589643],[-72.87402898827209,41.64419345899965],[-72.87402998827592,41.64425445901144],[-72.87410198830226,41.64430545901898],[-72.87431798838143,41.64446045904204],[-72.87438998840784,41.64451245904976],[-72.87456598847233,41.64463845906848],[-72.87466998851365,41.6447684590903],[-72.87474298854444,41.64489145911177],[-72.87475998855366,41.64495545912361],[-72.8749679886663,41.645737459268354],[-72.87505498872241,41.64622145935929],[-72.87512798876277,41.6465104594129],[-72.87513998877702,41.64669045944739],[-72.87515698879635,41.64693045949331],[-72.87511298880219,41.64728045956254],[-72.87510698881066,41.64746145959778],[-72.87509098883672,41.64800545970368],[-72.87508698884588,41.64818745973905],[-72.87504598885698,41.64861245982271],[-72.8749229888903,41.64988746007362],[-72.87488498890102,41.650288460152524],[-72.87488198890149,41.65031346015746]]]},"properties":{"name":4302.01,"geoid":"09003430201"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.93376100556269,41.607116449880806],[-72.93364500556447,41.60780245001753],[-72.93365300557288,41.60790345003685],[-72.93386600577942,41.610289450492424],[-72.93392600583675,41.610946450617845],[-72.93393800584876,41.61108745064477],[-72.93394700585841,41.61120445066717],[-72.93397300588214,41.611469450717685],[-72.93404700594843,41.61220345085755],[-72.93413500600064,41.61261345093416],[-72.9342170060491,41.61299245100497],[-72.93429800609749,41.61337545107658],[-72.93431400610677,41.6134464510898],[-72.93463800629938,41.61496245137311],[-72.9346870063377,41.61535145144691],[-72.9346940063431,41.61540545145717],[-72.93497400655876,41.61757045186765],[-72.93498200656511,41.61763545188],[-72.93499100657176,41.61770045189229],[-72.93500300658103,41.617793451909925],[-72.93501500659033,41.61788745192775],[-72.93501800659243,41.61790645193135],[-72.93502100659448,41.61792545193493],[-72.93506000662559,41.61824545199568],[-72.93510000665705,41.618566452056584],[-72.93518500672415,41.619251452186575],[-72.93520800674176,41.619427452219924],[-72.93539100687634,41.620731452466686],[-72.93541400689287,41.62088845249636],[-72.93544500691544,41.6211054525374],[-72.93598600731274,41.624949453264705],[-72.93600800732888,41.6251054532942],[-72.9371600081755,41.63329845484408],[-72.93760900850509,41.63648345544649],[-72.93814800890068,41.64030545616927],[-72.93815000890267,41.64032845617366],[-72.93850200924727,41.64431945693516],[-72.9286050060948,41.64546245747759],[-72.92813400582052,41.64336145708598],[-72.92797700570141,41.64218045686233],[-72.92791500565397,41.641707456772735],[-72.92786400561594,41.64133545670235],[-72.92778000555394,41.64073345658847],[-72.92567600488,41.64091145669118],[-72.92449000450016,41.6410124567492],[-72.92398200433652,41.6410394567709],[-72.92246100384656,41.6411204568359],[-72.92195500368364,41.641148456857735],[-72.92195100371286,41.64167845696052],[-72.92194800373898,41.642148457051654],[-72.92213100383916,41.642854457182445],[-72.92234000392631,41.64318745724017],[-72.92261100403917,41.643616457314465],[-72.92262400404456,41.64363645731792],[-72.92272300408146,41.643718457330586],[-72.9228020041109,41.64378345734061],[-72.92281200411462,41.64379145734185],[-72.92300500418388,41.643904457357465],[-72.92319300425294,41.64404145737791],[-72.92338300432192,41.64416645739595],[-72.92341200433246,41.644185457398684],[-72.92357400439164,41.644298457415324],[-72.92365000441934,41.64435045742293],[-72.9237330044547,41.64449545744833],[-72.92382900449554,41.644662457477544],[-72.92390700453844,41.6449664575339],[-72.92392000455746,41.645223457583256],[-72.92391900455812,41.64524045758658],[-72.92391200457082,41.64550045763714],[-72.92336200439537,41.6455594576664],[-72.92224900404034,41.64567945772574],[-72.92171100386877,41.64573845775461],[-72.92116200369371,41.645798457784025],[-72.91980000326016,41.645961457859755],[-72.91895300299053,41.64606245790679],[-72.91789700265447,41.646190457965794],[-72.91232900088218,41.64685845827566],[-72.91012100017934,41.64712345839854],[-72.90950799998228,41.64716345842614],[-72.90574499877262,41.64740945859572],[-72.90519799859577,41.64742745861694],[-72.90355799806562,41.64748345868091],[-72.90301199788918,41.64750345870248],[-72.90271199779295,41.647526458716655],[-72.9018129975047,41.647598458759724],[-72.90153699741626,41.64762145877312],[-72.90151399740895,41.64762445877444],[-72.9009919972424,41.647680458802185],[-72.89942899674374,41.647848458885356],[-72.89890799657758,41.64790545891327],[-72.89709599599871,41.648087459007215],[-72.89342099482484,41.648459459198286],[-72.89165999426146,41.64862245928686],[-72.88984699368152,41.64879145937831],[-72.88911699344793,41.64885845941492],[-72.88859799328142,41.64889845943947],[-72.88855299326707,41.6489034594419],[-72.88759499296266,41.649028459497124],[-72.88624099252988,41.649160459566524],[-72.88467999203203,41.649332459650374],[-72.88338899162041,41.64947645972004],[-72.88338399161746,41.649453459715744],[-72.88338099161545,41.64943545971237],[-72.88332999159903,41.649438459714595],[-72.88330799159199,41.649440459715684],[-72.88316499154553,41.649441459720514],[-72.88310499152608,41.64944245972265],[-72.88290199146257,41.649486459737744],[-72.88274499141336,41.64951845974902],[-72.88260599136983,41.649547459759134],[-72.88239199130136,41.64956745976994],[-72.88175199109675,41.64962945980266],[-72.88171099108371,41.649634459804965],[-72.88153899102873,41.64965145981382],[-72.88073099076897,41.649704459850234],[-72.88061399073241,41.64973045985906],[-72.88052899070527,41.64973945986355],[-72.87724998965919,41.65009546003861],[-72.87488198890149,41.65031346015746],[-72.87488498890102,41.650288460152524],[-72.8749229888903,41.64988746007362],[-72.87504598885698,41.64861245982271],[-72.87508698884588,41.64818745973905],[-72.87509098883672,41.64800545970368],[-72.87510698881066,41.64746145959778],[-72.87511298880219,41.64728045956254],[-72.87515698879635,41.64693045949331],[-72.87513998877702,41.64669045944739],[-72.87512798876277,41.6465104594129],[-72.87505498872241,41.64622145935929],[-72.8749679886663,41.645737459268354],[-72.87475998855366,41.64495545912361],[-72.87474298854444,41.64489145911177],[-72.87466998851365,41.6447684590903],[-72.87456598847233,41.64463845906848],[-72.87438998840784,41.64451245904976],[-72.87431798838143,41.64446045904204],[-72.87410198830226,41.64430545901898],[-72.87402998827592,41.64425445901144],[-72.87402898827209,41.64419345899965],[-72.8740259882606,41.6440104589643],[-72.87402498825674,41.64394945895253],[-72.87402198824779,41.64381045892569],[-72.8740149882216,41.643394458845336],[-72.874012988213,41.643256458818676],[-72.87400698818512,41.6428054587315],[-72.87399198810246,41.64145245846988],[-72.87398798807529,41.641002458382836],[-72.87397498805795,41.64077445833909],[-72.87393898800704,41.64009245820813],[-72.87392698799009,41.63986545816453],[-72.87391398795516,41.639331458061505],[-72.87390998794822,41.639233458042646],[-72.8738689878631,41.637984457802],[-72.87379898780354,41.63734445768027],[-72.87375598776636,41.63694045760339],[-72.87373598774695,41.636716457560645],[-72.87372698773669,41.636588457536114],[-72.87371098771864,41.63636445749325],[-72.87369998770596,41.63620645746299],[-72.87369098769572,41.636079457438676],[-72.8736679876695,41.63575345737626],[-72.87362198761656,41.635092457249684],[-72.87361698759672,41.63477545718842],[-72.87361198757637,41.634449457125406],[-72.87361398756563,41.634251457086975],[-72.87362098753378,41.63365745697167],[-72.87362398752343,41.633460456933406],[-72.8736209875035,41.63313045686956],[-72.87361898748084,41.63274745679541],[-72.8736249874618,41.63238245672449],[-72.87362098744794,41.632163456682186],[-72.87362098744678,41.63214345667831],[-72.87362498743946,41.63199345664911],[-72.87362498742918,41.63181445661443],[-72.87362498741969,41.63164945658246],[-72.87362498741578,41.631581456569286],[-72.87361698738871,41.631155456486994],[-72.8736139873783,41.63099145645531],[-72.87361398737721,41.63097245645164],[-72.87361398737394,41.630915456440576],[-72.87361398737285,41.6308964564369],[-72.87362198736322,41.63068345639536],[-72.87364798733519,41.63004845627149],[-72.87365698732594,41.629836456230095],[-72.87367198731555,41.62957045617807],[-72.87367998731085,41.6294434561532],[-72.87365998726574,41.628771456023635],[-72.87365298724819,41.6285054559723],[-72.87365098724369,41.6284384559594],[-72.87363998723143,41.62828745593049],[-72.87359398717908,41.62763645580582],[-72.87357898716179,41.62742045576444],[-72.87350298710014,41.62677745564229],[-72.87325698692696,41.625155455335914],[-72.87322398690057,41.62488245528406],[-72.87318998687303,41.62459545522954],[-72.87315398684439,41.62430045517353],[-72.87314298682725,41.62406445512814],[-72.87313098680761,41.62379045507544],[-72.87311998678703,41.623494455018424],[-72.87310098674946,41.622947454912996],[-72.8731179867355,41.62260845484676],[-72.87313298672343,41.62231345478911],[-72.87314998672272,41.62220445476742],[-72.87316898672205,41.62208545474374],[-72.873201986721,41.62188045470295],[-72.87321998672066,41.62177245468143],[-72.8732259867202,41.621730454673106],[-72.87324398671885,41.6216044546481],[-72.87324998671836,41.621562454639765],[-72.8733069867137,41.62115845455961],[-72.87348198670102,41.619946454319035],[-72.8735379866969,41.61955745424182],[-72.8735419866974,41.61954345423898],[-72.87373098672309,41.61892045411213],[-72.87379898673255,41.618700454067266],[-72.8738659867272,41.618227453973425],[-72.87387098669507,41.617639453859276],[-72.8738559866818,41.617493453831464],[-72.87381398666004,41.617352453805495],[-72.87369098660668,41.61711945376432],[-72.87364198658574,41.617032453749026],[-72.8735479865456,41.61686545371968],[-72.87334798645685,41.6164524536461],[-72.8729059863168,41.61651645367279],[-72.87168998593164,41.61669545374679],[-72.87157998589602,41.616698453750935],[-72.8711339857518,41.61671245376807],[-72.87108098573444,41.6167104537694],[-72.87092498568337,41.616704453773266],[-72.87087398566668,41.61670245377453],[-72.87084198565616,41.616700453775195],[-72.87074698562502,41.616696453777465],[-72.87071598561488,41.61669545377829],[-72.87050098554447,41.61668645378349],[-72.87007898540632,41.61667045379402],[-72.86985698533412,41.616670453801206],[-72.8696429852646,41.616671453808316],[-72.8693789851795,41.61668445381937],[-72.8691049850933,41.616735453838096],[-72.86878198499309,41.61681945386484],[-72.8685619849262,41.61690045388765],[-72.8685549849241,41.616903453888455],[-72.86827798484227,41.61704745392531],[-72.867827984712,41.61732745399414],[-72.8676429846576,41.617427454019506],[-72.86741098458823,41.617533454047546],[-72.86714398450708,41.61763245407536],[-72.86629198424646,41.61791945415855],[-72.86591298412912,41.618022454190765],[-72.86555198401564,41.618090454215604],[-72.86552098400591,41.61809645421776],[-72.8654779839922,41.61810145422013],[-72.86523098391389,41.6181364542349],[-72.86476098376632,41.618228454267914],[-72.8646229837238,41.61826945428032],[-72.86439398365323,41.618337454300914],[-72.86355998339522,41.61856745437244],[-72.86330198331493,41.61863045439298],[-72.86044698239695,41.618813454520705],[-72.86034798236493,41.61881645452449],[-72.86025098233408,41.61882845452995],[-72.86024198233122,41.618829454530434],[-72.86034198235517,41.618680454498325],[-72.86034998235141,41.61856945447656],[-72.86034098234063,41.61843245445027],[-72.86031398232473,41.61830845442713],[-72.85999498216987,41.61741745426471],[-72.85924598181838,41.615536453924264],[-72.85905698173161,41.61509545384486],[-72.85862698152317,41.613899453626885],[-72.85859298150669,41.61380445360958],[-72.8584259814242,41.613313453519766],[-72.858342981377,41.612961453454204],[-72.85829798134198,41.61260545338664],[-72.85826298130374,41.61213745329703],[-72.85824098127853,41.61182245323667],[-72.85819998123193,41.611242453125556],[-72.85817498120286,41.610877453055586],[-72.85815298117764,41.61056245299523],[-72.8581459811687,41.61044645297296],[-72.85812598114227,41.61009845290613],[-72.85811998113365,41.609982452883834],[-72.85810398111515,41.609750452839364],[-72.85805698106013,41.60905745270652],[-72.858041981042,41.60882645266222],[-72.85853798120037,41.6087754526363],[-72.86002698167604,41.60862645255933],[-72.86052398183479,41.60857645253357],[-72.86071298189496,41.60855445252319],[-72.86127998207574,41.60849145249267],[-72.86146998213631,41.60847045248245],[-72.8619669822957,41.608431452458845],[-72.86209798233772,41.60842145245268],[-72.86306398264617,41.60832245240227],[-72.8634539827703,41.60827545238056],[-72.86394598292557,41.60819345234876],[-72.8645379831127,41.60809945231141],[-72.86468398315891,41.60807745230243],[-72.86563298346283,41.60799645225607],[-72.86633098368797,41.607964452227314],[-72.8669309838816,41.60793845220287],[-72.86713898394837,41.607923452193255],[-72.86776298414887,41.60788145216494],[-72.86797198421603,41.607867452155475],[-72.8685629844051,41.60781345212591],[-72.86915498459456,41.60776045209649],[-72.86971898477836,41.607767452079635],[-72.86999198486932,41.60780545207817],[-72.8702159849448,41.60785145207986],[-72.87033598498421,41.60785845207734],[-72.87060998507424,41.6078744520716],[-72.87085098515242,41.607871452063215],[-72.87092898517707,41.60785945205837],[-72.87116798525274,41.60782345204366],[-72.87155498537291,41.607724452011965],[-72.87191298548198,41.607596451975574],[-72.87219798556558,41.60743845193574],[-72.87263598569153,41.60715145186593],[-72.8732299858639,41.60678945177654],[-72.87372198600897,41.60652945171024],[-72.87387398605473,41.606465451692905],[-72.87428698617903,41.606291451645816],[-72.87453998626079,41.60628245163589],[-72.87466798630258,41.60628545163233],[-72.8747389863265,41.606300451632954],[-72.87504398643031,41.6063814516388],[-72.87504698643131,41.606381451638704],[-72.8753239865238,41.606423451637895],[-72.87570898665001,41.606441451628946],[-72.87602798675242,41.60641845161417],[-72.8760499867594,41.60641545161287],[-72.87652398691029,41.60635945158669],[-72.87730798715847,41.60624145153846],[-72.877347987171,41.60623345153563],[-72.87810798741009,41.60609345148393],[-72.8780539874363,41.606856451633604],[-72.8780289874489,41.60721745170441],[-72.8779929874616,41.60764245178797],[-72.87788398748027,41.60858545197433],[-72.87783298748113,41.60888945203491],[-72.87770898745322,41.609105452080804],[-72.87761898743302,41.60926345211435],[-72.87726198734343,41.60972545221544],[-72.8768589872383,41.61017645231592],[-72.87642198712719,41.61071645243474],[-72.87619398707234,41.61105245250725],[-72.87571398696262,41.61186045267943],[-72.87556298692576,41.612073452725596],[-72.8754799869048,41.61217845274862],[-72.87540898688691,41.61226945276858],[-72.87527898685293,41.61241345280068],[-72.87511598681029,41.61259445284106],[-72.87466298668768,41.61302445293905],[-72.87465698668602,41.61302945294023],[-72.87437898661167,41.613309453003495],[-72.87465198670047,41.61330945299466],[-72.87507098683413,41.61326445297238],[-72.87542798694804,41.613226452953484],[-72.87714498749574,41.61304145286213],[-72.87721798751909,41.6130344528584],[-72.87733598755763,41.61303745285515],[-72.87743998759235,41.613053452854906],[-72.87753798762607,41.61308545285792],[-72.87760798765198,41.61314045286634],[-72.8777569877087,41.61328445288944],[-72.87776298771092,41.61328945289022],[-72.87778398771869,41.61330545289263],[-72.8777909877213,41.61331145289355],[-72.87781298772943,41.61332845289616],[-72.87788098775464,41.61338245290443],[-72.87790398776315,41.61340045290716],[-72.878310987914,41.61372245295643],[-72.87893698814591,41.61421645303196],[-72.87928398827252,41.614456453067255],[-72.87937298830745,41.61456045308454],[-72.87941098832357,41.614626453096115],[-72.87944398834132,41.614748453118686],[-72.8795059883744,41.614973453160296],[-72.87954298840273,41.61525745321416],[-72.87956198841712,41.615400453241264],[-72.87964998846029,41.615653453287464],[-72.87985198855927,41.616233453393356],[-72.87996298860655,41.616428453427574],[-72.88003898863799,41.6165454534478],[-72.88023598870956,41.61667645346681],[-72.88025898871734,41.616681453467045],[-72.88041398877007,41.61672245346997],[-72.88066498885331,41.61675045346726],[-72.88103198897505,41.61679245346355],[-72.88213298934045,41.61692045345275],[-72.88249998946225,41.61696345344922],[-72.88277698955416,41.616995453446464],[-72.8836079898299,41.6170914534382],[-72.88388498992187,41.617124453435636],[-72.88406598998175,41.617142453433274],[-72.88460899016148,41.61719745342637],[-72.88479099022175,41.61721645342417],[-72.88513099033347,41.61723645341705],[-72.88615299066925,41.6172964533956],[-72.88649399078133,41.617317453388665],[-72.88668099084197,41.61731445338202],[-72.88724399102452,41.61730545336207],[-72.88743199108553,41.617303453355596],[-72.8876779911653,41.617299453346874],[-72.88841499140426,41.6172874533207],[-72.88866199148441,41.61728445331212],[-72.88925399167593,41.617267453289685],[-72.89047499207106,41.61723445324378],[-72.89098699224066,41.617288453237684],[-72.89102699225417,41.617297453238145],[-72.89125799233246,41.61735245324131],[-72.89157999244577,41.61750245325997],[-72.89280799288282,41.61815945334758],[-72.89301299295644,41.618280453364406],[-72.89345799311741,41.618563453404846],[-72.89367899317823,41.61837145336048],[-72.89390299323946,41.61816945331408],[-72.89458999342493,41.617509453163926],[-72.89480299347952,41.61725445310761],[-72.8949159935079,41.61710845307565],[-72.89732899411555,41.614029452400764],[-72.89794299427186,41.61327545223474],[-72.89801099428892,41.61318745221546],[-72.89882699449332,41.61212745198359],[-72.89897099452992,41.611949451944426],[-72.89914899457607,41.61174545189911],[-72.89993199476837,41.610661451663645],[-72.90013099481364,41.610323451591675],[-72.90019899482864,41.61019945156544],[-72.9002659948434,41.61007745153961],[-72.90051999489785,41.609587451436404],[-72.90078999494594,41.60889645129371],[-72.90096299496206,41.60819845115278],[-72.90131199498234,41.606576450827035],[-72.90134899498202,41.60636145078417],[-72.90137299498029,41.6061954507512],[-72.90190799498592,41.603265450165814],[-72.90257599498793,41.59951944941785],[-72.90281799498592,41.59811444913757],[-72.90316899511735,41.59841644918477],[-72.90324699514892,41.5985244492032],[-72.90340299521206,41.59874044924002],[-72.90344599523235,41.59885044925996],[-72.90346099524291,41.5989494492787],[-72.9035119952677,41.59909244930475],[-72.90373699536089,41.59944144936516],[-72.90373899536165,41.59944344936548],[-72.9038989954209,41.59956944938474],[-72.9039429954428,41.599701449408904],[-72.90389199543851,41.59991544945205],[-72.90388399544251,41.60003044947461],[-72.90397899548822,41.600288449521564],[-72.90405999552087,41.600398449540265],[-72.90412499556152,41.600738449604094],[-72.9041319955711,41.600865449628486],[-72.90424199563967,41.60143644973566],[-72.90427799567686,41.60188044982058],[-72.90424899568008,41.60210044986417],[-72.90410999565223,41.602402449927204],[-72.9040799956721,41.60291845002824],[-72.903984995651,41.60308845006427],[-72.90393399565016,41.603362450119036],[-72.90403599569372,41.603543450150845],[-72.90405799570748,41.603658450172425],[-72.90403599571296,41.603878450215795],[-72.90395499569514,41.60402645024711],[-72.90388999567813,41.60409845026318],[-72.90386699567222,41.60412545026916],[-72.90383099567217,41.60432845030968],[-72.90366999562552,41.60442745033408],[-72.90336999553459,41.60454245036609],[-72.90325299550189,41.6046354503879],[-72.9031259954663,41.60473445041121],[-72.90315099548366,41.60489545044163],[-72.90327699552962,41.604982450454415],[-72.9035329956181,41.60507345046376],[-72.90347299561034,41.60527845050546],[-72.90346399560933,41.60531145051215],[-72.9034509956159,41.60549945054902],[-72.90347099564407,41.60587645062146],[-72.90348699565146,41.6059144506283],[-72.90357299569067,41.606110450663515],[-72.9042209958971,41.6060364506282],[-72.90586099641959,41.60585045053905],[-72.90616399651827,41.60585345052983],[-72.9061679965196,41.60585345052969],[-72.90638799659318,41.60588945052956],[-72.90665299668383,41.6059674505361],[-72.90679899673415,41.60601745054107],[-72.90692499677887,41.606082450549586],[-72.9070639968299,41.60618445056488],[-72.90736999694245,41.60641145059897],[-72.90779499710187,41.606781450656946],[-72.90785599712476,41.606834450665254],[-72.90804599719452,41.606973450686034],[-72.90830399728921,41.60716145071413],[-72.90838599731937,41.6072224507233],[-72.90880099746694,41.607442450752515],[-72.90910499757825,41.60765945078475],[-72.90911599758228,41.60766745078595],[-72.9093039976518,41.60781345080816],[-72.90936499767484,41.60786945081706],[-72.90943499770128,41.60793345082719],[-72.90958599775979,41.60809745085409],[-72.90982599785283,41.60835845089692],[-72.90992899789275,41.608470450915284],[-72.91027199802922,41.60890445098833],[-72.91045099810093,41.609139451028085],[-72.9107179982025,41.60939645106926],[-72.9107749982239,41.609446451077105],[-72.91092099827873,41.6095744510972],[-72.91113999835775,41.60971045111646],[-72.91124899839625,41.6097634511232],[-72.91143099846053,41.609852451134564],[-72.91188399861528,41.6099824511451],[-72.91255899884554,41.610170451159675],[-72.91364299921544,41.61047445118351],[-72.91459599953816,41.610698451196065],[-72.91527999976982,41.61085945120513],[-72.91553899985718,41.61091445120739],[-72.91560299987907,41.61093345120899],[-72.9159840000095,41.61104745121877],[-72.91631700012691,41.61120645123879],[-72.91649600019333,41.61134945126072],[-72.91675600028977,41.61155645129243],[-72.91685100032582,41.61164645130678],[-72.9170690004116,41.611905451349934],[-72.91713500043782,41.611988451363885],[-72.91751800058992,41.61246745144433],[-72.91790700075187,41.613084451551316],[-72.91813300084321,41.61339545160427],[-72.91815100085046,41.613419451608344],[-72.91834900092323,41.61356545163024],[-72.9185490009935,41.61365645164139],[-72.91862800102025,41.613675451642514],[-72.91910600118206,41.61378645164854],[-72.91929300124636,41.61384745165431],[-72.920091001521,41.61411145167964],[-72.92041000163006,41.614204451687314],[-72.9208200017694,41.61430945169439],[-72.92102500183854,41.61435245169607],[-72.92122900190566,41.61436645169218],[-72.92128100192342,41.614381451693404],[-72.92149700199744,41.614447451699206],[-72.92156300202213,41.61450345170792],[-72.92163200205059,41.614608451726035],[-72.92168600207386,41.61470745174347],[-72.92181000211767,41.61476845175128],[-72.92189800209438,41.6138664515736],[-72.92190600208295,41.61362245152605],[-72.92192900205568,41.61301845140824],[-72.92192100197474,41.6116564511445],[-72.92188900192268,41.61093245100519],[-72.92190800191125,41.61062645094526],[-72.92195600191756,41.6104644509123],[-72.92209900194995,41.610219450860185],[-72.92216100196411,41.610115450838016],[-72.92253100205089,41.609532450713026],[-72.92271200209326,41.60924645065171],[-72.92280500211449,41.60908945061827],[-72.92308500217864,41.60862245051868],[-72.92317900220023,41.60846645048539],[-72.92324000221414,41.60836345046344],[-72.92342500225651,41.60805445039756],[-72.9234870022708,41.60795245037576],[-72.92355500228624,41.60783645035109],[-72.923763002334,41.60749145027747],[-72.92383200234983,41.607376450252936],[-72.92402800241562,41.60741245025357],[-72.92447400255843,41.60737445023175],[-72.92476700264955,41.607302450208294],[-72.92499300272146,41.607275450195736],[-72.92515600277457,41.60727745019085],[-72.92566600294089,41.60728645017607],[-72.92611200309122,41.60737945017964],[-72.92628800315323,41.607462450190035],[-72.92651500323525,41.6076054502104],[-72.92674900332266,41.60780245024102],[-72.92690900337878,41.60787445024978],[-72.92729700350685,41.607907450243594],[-72.92742100354553,41.60787945023416],[-72.92758200359697,41.60786345022584],[-72.92771400363797,41.607830450215175],[-72.92806500375146,41.60781945020165],[-72.92825500381603,41.607868450205004],[-72.92840100386478,41.607890450204536],[-72.92857700392737,41.60798445021706],[-72.92877400399452,41.60803845022113],[-72.92897000405843,41.60804145021538],[-72.92909600409956,41.60804445021188],[-72.92924200414448,41.60800045019861],[-72.92927200415079,41.60794045018601],[-72.92923500413151,41.60781445016277],[-72.92924200412746,41.607704450141235],[-72.92930100413118,41.60743545008719],[-72.92949700416986,41.6070004499965],[-72.92968100420602,41.606589449910864],[-72.92969600420234,41.606440449881504],[-72.929660004172,41.606116449819844],[-72.92972500418243,41.605930449781695],[-72.92979700420192,41.60586244976617],[-72.92981300420632,41.60584844976293],[-72.92990800423468,41.60580444975133],[-72.93015000431046,41.605754449733794],[-72.93027400435142,41.60576544973191],[-72.93055900444975,41.60586444974186],[-72.93077100452528,41.60597944975729],[-72.930983004598,41.60604544976321],[-72.9311440046516,41.60606744976225],[-72.93157600479775,41.60616644976746],[-72.9320510049613,41.60632544978287],[-72.93217100500381,41.60638644979082],[-72.93217800500292,41.60633144977994],[-72.93219000500083,41.60622744975938],[-72.9322920050267,41.60610044973145],[-72.93244600507015,41.605985449704164],[-72.932563005106,41.605947449693005],[-72.93269500514954,41.60595844969087],[-72.93282600519838,41.606067449707744],[-72.93290700523043,41.60616644972432],[-72.93294100524625,41.60624944973929],[-72.93303100528783,41.60646344977786],[-72.93313300532853,41.60659444979996],[-72.9333160053956,41.60672644981961],[-72.93338200542242,41.6068194498355],[-72.93355700548625,41.60694044985329],[-72.93376100556269,41.607116449880806]]]},"properties":{"name":4306.01,"geoid":"09003430601"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.6590489204534,41.68167947318316],[-72.65886692040013,41.681784473209326],[-72.65832292024118,41.682103473288564],[-72.65814192018827,41.682209473314884],[-72.6580599201627,41.68222947332138],[-72.65797092013527,41.682256473329474],[-72.65786692010327,41.68228947333919],[-72.65764092003278,41.6823434733569],[-72.65746291997823,41.682403473374215],[-72.65729591992714,41.68246147339081],[-72.65671091974639,41.68263247344268],[-72.65654491969514,41.682681473457485],[-72.65515391926692,41.68311547358612],[-72.65439591903804,41.68343047367143],[-72.65409291894638,41.68355347370496],[-72.6516759182032,41.68432347393154],[-72.65145891813576,41.68438047394953],[-72.65124291806873,41.684438473967695],[-72.6508109179346,41.68455347400381],[-72.65059491786758,41.684611474021956],[-72.65029891777544,41.68468647404598],[-72.64941091749915,41.68491247411819],[-72.6491159174074,41.68498847414236],[-72.64905691738838,41.68499147414484],[-72.64888391733271,41.685003474152694],[-72.64882591731407,41.68500747415534],[-72.64866291726177,41.685021474163264],[-72.64817791710638,41.68506647418752],[-72.6480159170545,41.68508147419562],[-72.64725391681112,41.685165474236285],[-72.64497091608207,41.68541847435843],[-72.64420991583907,41.68550347439926],[-72.64178191506315,41.6857634745274],[-72.6367739134629,41.68630247479216],[-72.63450091273654,41.686546474912205],[-72.63207391196097,41.68680747504045],[-72.63105491163233,41.68686447508412],[-72.62799891064688,41.68703747521544],[-72.62698091031865,41.68709547525927],[-72.62536990980156,41.68722947533678],[-72.62477690961128,41.68727947536544],[-72.62053990825133,41.6876314755692],[-72.61892990773464,41.68776647564685],[-72.61829090753034,41.68783347568028],[-72.61637390691762,41.68803847578131],[-72.61573590671375,41.688107475815094],[-72.6141669061331,41.68688447562838],[-72.61376390598394,41.68657047558045],[-72.6107299048612,41.68420647521956],[-72.60979090448093,41.68289847499622],[-72.60863090401122,41.68128347472045],[-72.60864890401693,41.681280474719294],[-72.6086329040037,41.68113947469249],[-72.609377903935,41.675666473608295],[-72.60952290392207,41.674608473398685],[-72.61201690461486,41.67250847291204],[-72.61537690566122,41.67166647264144],[-72.61568890575833,41.67158747261616],[-72.62388990831231,41.669535471956245],[-72.62449790850171,41.66938447190753],[-72.62479790859513,41.669309471883416],[-72.62488590861872,41.66922047186334],[-72.62598690891389,41.668106471612276],[-72.627087909209,41.66699147136095],[-72.62755490933415,41.666518471254356],[-72.62802190945928,41.666045471147754],[-72.62812790925902,41.661918470344546],[-72.62813690924995,41.66170747030338],[-72.62453690757039,41.65278546868912],[-72.62353590710362,41.65030746824071],[-72.62443690710147,41.6451074672037],[-72.62783690793,41.64020746614487],[-72.62808390800853,41.64017446613057],[-72.62814090802577,41.64015146612429],[-72.629331908402,41.63994846604683],[-72.6295599084731,41.639893466028894],[-72.62970990852176,41.63989046602351],[-72.63014990865945,41.63979246599043],[-72.63037390873117,41.6397714659792],[-72.6330499095789,41.63935846581354],[-72.63403690989163,41.63920746575269],[-72.63510791023097,41.63904346568664],[-72.63544791033867,41.638990465665486],[-72.63667191072656,41.638804465590276],[-72.6421119124503,41.637973465255115],[-72.64457891323202,41.637597465103276],[-72.64713691404258,41.6372074649458],[-72.647215914068,41.637202464942305],[-72.6475169141649,41.63718346492898],[-72.64842191445628,41.63712646488898],[-72.64872391455354,41.637108464875816],[-72.64873791455807,41.63710746487517],[-72.64876491456673,41.63710546487391],[-72.6486499145591,41.63762946497922],[-72.64863991455721,41.63765346498419],[-72.64833391450547,41.63849546515725],[-72.64806891446135,41.639236465309416],[-72.64788191443037,41.63976246541741],[-72.64772491440759,41.640260465518985],[-72.64754591438201,41.64083546563622],[-72.64725691434026,41.641755465823856],[-72.64710091431786,41.642254465925596],[-72.6469379142975,41.64282946604229],[-72.64649691420398,41.64370946622704],[-72.64636891417703,41.64396846628135],[-72.6460419141055,41.64458246641087],[-72.64558791400616,41.64543446659058],[-72.64551591399189,41.645595466624094],[-72.64494291386615,41.64666446684969],[-72.64490591385875,41.64674646686678],[-72.64471991382534,41.64722346696519],[-72.64409391370312,41.648657467263234],[-72.64354591357012,41.64945546743546],[-72.64328091350009,41.6497414674994],[-72.64312191345964,41.64994046754306],[-72.64311891345889,41.64994446754394],[-72.64283391338357,41.65025146761257],[-72.64257691331258,41.65047446766403],[-72.64238591325994,41.65064246770271],[-72.64224691322164,41.65076446773082],[-72.64191791313432,41.6511124678088],[-72.64189891312932,41.65113346781347],[-72.6418359131136,41.65121746783178],[-72.64172091308514,41.65137546786609],[-72.64153991304045,41.65162546792035],[-72.64129591299013,41.65213746802739],[-72.64122291297899,41.65235946807276],[-72.64107591295708,41.652815468165855],[-72.64102591295458,41.653057468214364],[-72.64098991295324,41.653240468251],[-72.6408339129329,41.653775468359704],[-72.64076491292397,41.65401346840804],[-72.64075491292306,41.65405446841631],[-72.6407249129205,41.654181468441905],[-72.64071591291997,41.654223468450326],[-72.64130891311218,41.654208468428436],[-72.64239591346467,41.6541834683888],[-72.6430899136895,41.65416346836271],[-72.64317791371802,41.654161468359504],[-72.64368391388112,41.65413246833768],[-72.64381491392291,41.6541174683306],[-72.64421091404941,41.65407446830959],[-72.64434291409164,41.65406146830283],[-72.64439691410888,41.65405546829995],[-72.64455991416092,41.65403746829125],[-72.64461491417853,41.654032468288506],[-72.64467691422975,41.65457746839217],[-72.64486391438369,41.65621246870308],[-72.64492691443522,41.65675746880671],[-72.6448959144263,41.65677846881177],[-72.6447299143751,41.65682846882678],[-72.64435991426119,41.65694346886092],[-72.6442069142153,41.65701246887919],[-72.64414291419675,41.657052468888985],[-72.64398791415196,41.65715246891334],[-72.64396791414637,41.65716846891707],[-72.64402891419896,41.65774346902657],[-72.64421191435689,41.65947146935562],[-72.64427391440987,41.66004746946526],[-72.64419891438568,41.660051469468435],[-72.64397491431353,41.660065469478326],[-72.64390091428973,41.66007046948167],[-72.64365691421158,41.66009346949393],[-72.64292791397834,41.66016546953123],[-72.64268491390057,41.66018946954365],[-72.64259091387041,41.66019746954821],[-72.64231191378111,41.660224469562365],[-72.64221891375135,41.66023346956709],[-72.64229391380115,41.660679469651136],[-72.64229391380127,41.66068146965152],[-72.64258491397183,41.66201346990035],[-72.64268291402902,41.66245746998325],[-72.64276891407945,41.662851470056864],[-72.6430289142314,41.664033470277616],[-72.64304491424093,41.664109470291805],[-72.64311591428222,41.66442847035136],[-72.64303791425732,41.6644374703556],[-72.64280691418388,41.664468470369],[-72.64272991415937,41.664478470373425],[-72.64308891433133,41.6654454705493],[-72.64376891465696,41.667275470882146],[-72.64395691474328,41.66771647096159],[-72.64423991486396,41.66821747104959],[-72.64428991488445,41.668291471062325],[-72.64469891505213,41.668897471166666],[-72.64484191511387,41.669163471213615],[-72.64505191519916,41.669460471264436],[-72.64526491528686,41.66978247132002],[-72.64567991545752,41.67040647142763],[-72.64572091547355,41.67045347143544],[-72.64598491558361,41.67087647150893],[-72.6464899157933,41.67167047164659],[-72.6465439158157,41.671755471661335],[-72.64690491596409,41.672296471754585],[-72.64721291606106,41.672238471733486],[-72.64813791635235,41.672064471670154],[-72.64844691644973,41.67200747164922],[-72.64871791653421,41.67194147162773],[-72.64928391671083,41.67180647158346],[-72.64953391678966,41.67176147156673],[-72.64980891687641,41.67171247154843],[-72.64986091689363,41.67171747154774],[-72.65001991694638,41.67173447154595],[-72.65007291696398,41.671740471545405],[-72.6504909171035,41.671800471543634],[-72.65063691715224,41.67182147154305],[-72.65173991752258,41.67201747154567],[-72.65215691766264,41.672092471546854],[-72.65260291781237,41.67217147154786],[-72.65394191826195,41.672409471551084],[-72.65438891841204,41.672489471552275],[-72.65476191853725,41.672555471553096],[-72.65588191891335,41.67275547155596],[-72.65625591903895,41.672822471556955],[-72.65654491913595,41.67287347155759],[-72.65741491942808,41.67302847155974],[-72.65770491952549,41.67308047156051],[-72.65783091958114,41.673337471606274],[-72.65784991959025,41.67338847161554],[-72.65805291968697,41.67392547171306],[-72.65821691976434,41.67434647178938],[-72.6583409198229,41.67466547184719],[-72.6583509198276,41.67469047185172],[-72.6583809198418,41.67476847186588],[-72.65839091984655,41.674794471870584],[-72.6584239198622,41.67488047188619],[-72.6585249199098,41.67513847193293],[-72.65855891992577,41.6752244719485],[-72.65858391993739,41.675285471959526],[-72.65866191997327,41.67546947199266],[-72.65868791998527,41.67553147200383],[-72.65872892000439,41.675632472022095],[-72.65885492006286,41.67593847207734],[-72.65889692008236,41.676040472095764],[-72.65896392012932,41.67648147217903],[-72.65897892013936,41.67657247219616],[-72.65904192020325,41.67733247234138],[-72.6590769202421,41.67781447243361],[-72.6591099202783,41.678260472518964],[-72.65909692031015,41.67889347264199],[-72.65905792040597,41.680796473011846],[-72.65904592043822,41.68143047313502],[-72.65904592044102,41.68147947314452],[-72.65904792045023,41.681629473173516],[-72.6590489204534,41.68167947318316]]]},"properties":{"name":4901,"geoid":"09003490100"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.57308889599858,41.74392948798414],[-72.5728318958287,41.74241848770005],[-72.57206089531914,41.73788548684773],[-72.57180389514936,41.7363754865638],[-72.57168689508195,41.73586148646808],[-72.57134789488661,41.734371486190604],[-72.57134589488548,41.734363486189125],[-72.57133689488023,41.73432248618149],[-72.57132789487501,41.734282486174045],[-72.57123389481733,41.73380748608512],[-72.57160389493545,41.73376448606499],[-72.57271389529006,41.73363948600533],[-72.57308489540858,41.73359748598534],[-72.57327889547055,41.733575485974896],[-72.57386489565793,41.73351248594396],[-72.57405989572028,41.733491485933676],[-72.57434389581135,41.73346548591957],[-72.575196896085,41.7333894858776],[-72.57548189617647,41.733364485863646],[-72.5776968968812,41.73306448573479],[-72.57922589736773,41.73285848564606],[-72.58005789763243,41.7327454855976],[-72.58434289899586,41.732167485348754],[-72.58544589934687,41.73201948528485],[-72.58651089968542,41.731870485221975],[-72.58655889970089,41.73186748521987],[-72.58666989973666,41.73186048521494],[-72.58676989976867,41.73185048520981],[-72.58683589978979,41.73184348520634],[-72.58766690005596,41.7317624851641],[-72.5879439001447,41.731735485150026],[-72.58990890077156,41.73149948504152],[-72.59580390265236,41.73079548471673],[-72.59585890266993,41.73078948471382],[-72.59776990327964,41.73056148460855],[-72.60043390412066,41.7300874844316],[-72.60395190523128,41.729461484197905],[-72.60407090530188,41.730019484302055],[-72.60408490531056,41.73009148431553],[-72.60408290530995,41.730092484315804],[-72.6042189054044,41.73097148448152],[-72.60428290544338,41.731289484541],[-72.60455890561089,41.7326494847953],[-72.60458590562757,41.73278748482113],[-72.60466990567856,41.733201484898544],[-72.60469790569555,41.73333948492434],[-72.60473490571776,41.73351748495759],[-72.60484690578473,41.73405148505732],[-72.60488490580725,41.73422948509055],[-72.6049099058243,41.73438548511992],[-72.60496790586413,41.73475248518909],[-72.6049849058755,41.73485448520828],[-72.60501090589293,41.7350114852378],[-72.60502990590614,41.735134485261],[-72.60507890593932,41.73543648531786],[-72.60507890594327,41.73550548533119],[-72.60507990595079,41.73563148535554],[-72.60508490599126,41.73631248548714],[-72.6050949060316,41.73696248561256],[-72.6050979061034,41.73820348585253],[-72.60508790610636,41.73831248587395],[-72.60511890615018,41.73890348598728],[-72.60510190616714,41.73929748606404],[-72.60512090621414,41.74001248620174],[-72.604428905994,41.74010648624208],[-72.60247290537188,41.74037448635653],[-72.60235490533435,41.740390486363395],[-72.6016649051152,41.74049048640483],[-72.60132490500673,41.740531486423635],[-72.60030490468155,41.74065748648066],[-72.59996590457354,41.74070048649983],[-72.599463904414,41.740771486529624],[-72.5988569042212,41.74085948656609],[-72.59796990394241,41.741039486629276],[-72.59747390378661,41.74114148666489],[-72.5972759037238,41.74117148667703],[-72.59668190353531,41.74126048671324],[-72.59648490347287,41.74129148672556],[-72.59588490328248,41.74138148676216],[-72.59501890300778,41.7415134868154],[-72.59349290252338,41.74173948690797],[-72.59344590250848,41.74174648691082],[-72.59302890237554,41.74179848693421],[-72.5927369022825,41.74183548695072],[-72.59231990215031,41.74190048697663],[-72.59178090197938,41.74198348700993],[-72.59165890194042,41.74199748701654],[-72.59120190179469,41.742053487042],[-72.59060190160012,41.742070487064474],[-72.58980690134584,41.74215448710615],[-72.58876490101264,41.74226648716116],[-72.58646990028438,41.74261148730131],[-72.58564690002255,41.742723487349295],[-72.5842608995817,41.742913487430386],[-72.58391989947341,41.742963487450965],[-72.5828978991489,41.74311348751266],[-72.582557899041,41.74316448753341],[-72.58245989900975,41.743176487538854],[-72.58216789891662,41.743212487555155],[-72.58207089888577,41.74322548756079],[-72.58182089880623,41.74325948757536],[-72.5810738985686,41.74336148761896],[-72.58082589848976,41.74339648763368],[-72.58068189844403,41.743417487642326],[-72.58025189830754,41.74348148766847],[-72.58010889826218,41.7435034876773],[-72.57977489815549,41.74354148769534],[-72.57955289808469,41.74356848770765],[-72.57910489794222,41.74363048773397],[-72.57877689783766,41.743671487752394],[-72.5784438977315,41.74371348777115],[-72.57802689759863,41.743766487794744],[-72.57752189743776,41.74383148782346],[-72.57678189720308,41.74394548786917],[-72.57674289719077,41.74395248787177],[-72.57636389706833,41.74397148788758],[-72.5761718970037,41.743935487886745],[-72.57559589680993,41.74382948788466],[-72.57552089678475,41.74381648788453],[-72.57540589674568,41.743788487882796],[-72.57533589672211,41.74377548788252],[-72.5751278966522,41.74373848788201],[-72.57505889662905,41.743726487881894],[-72.57479689654389,41.74373048789105],[-72.57466489650103,41.743733487895845],[-72.5740158962938,41.7438084879311],[-72.57375589621083,41.74383948794541],[-72.57362189616813,41.74385648795298],[-72.57322189604083,41.743910487976216],[-72.57313789601415,41.743922487981216],[-72.57308889599858,41.74392948798414]]]},"properties":{"name":5109,"geoid":"09003510900"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.60512090621414,41.74001248620174],[-72.60512190623065,41.740296486256646],[-72.60512490628038,41.74115048642174],[-72.6051269062973,41.74143548647681],[-72.60512690630267,41.74152948649498],[-72.60512990631972,41.741811486549445],[-72.60513090632543,41.74190548656759],[-72.60512690633429,41.742083486602134],[-72.6051169063615,41.74261748670576],[-72.60511390637073,41.74279648674048],[-72.60510990638296,41.743033486786445],[-72.6051009064208,41.743747486924846],[-72.60509790643339,41.74398548697096],[-72.60509490645181,41.74432548703683],[-72.6050869065075,41.74534648723455],[-72.6050849065263,41.74568748730057],[-72.60507590653891,41.745959487353474],[-72.60512990658275,41.746419487440704],[-72.60517790661805,41.746763487505696],[-72.60530790669723,41.74740848762629],[-72.60536390673347,41.74772348768543],[-72.60540790676231,41.747977487733124],[-72.605487906814,41.748426487817405],[-72.60555190685272,41.748739487875895],[-72.60560490688451,41.74899348792332],[-72.60332590617665,41.74960348811426],[-72.60325390615432,41.74962348812042],[-72.60175490569178,41.75007848825642],[-72.59660290411145,41.75180848875591],[-72.59589490389438,41.75204748882478],[-72.5944419034606,41.75274448900608],[-72.5938499032837,41.75302548907937],[-72.5920759027537,41.75386948929936],[-72.59198090272537,41.7539154893113],[-72.59149090257975,41.754162489374735],[-72.59134990253744,41.754226489391655],[-72.59092990241159,41.75441948944239],[-72.59078990236968,41.75448448945944],[-72.5907459023564,41.75450348946451],[-72.59070690234466,41.75452048946906],[-72.59024690220717,41.75473848952593],[-72.58952690199203,41.75508048961512],[-72.58924590190598,41.75517748964287],[-72.58905390184661,41.755233489659815],[-72.58880190176728,41.755282489677384],[-72.58855690168902,41.755310489690636],[-72.5884549016565,41.75532348969641],[-72.58819490157416,41.755365489712844],[-72.5879639015007,41.755397489726434],[-72.58791490148508,41.75540348972916],[-72.58776990143885,41.75542148973727],[-72.58772190142359,41.75542848974017],[-72.58758390137959,41.75544548974788],[-72.58716890124722,41.755496489771005],[-72.58703190120356,41.75551348977868],[-72.58694090117476,41.75552848978449],[-72.58666890108861,41.7555724898017],[-72.58657890106021,41.755588489807685],[-72.58628490096642,41.75562448982405],[-72.58540390068556,41.755734489873504],[-72.58511090059223,41.755772489890234],[-72.58500990055994,41.755783489895585],[-72.58470590046291,41.75581948991227],[-72.58460590043097,41.75583148991781],[-72.58449490039573,41.755847489924435],[-72.58416290029037,41.755897489944736],[-72.58405290025554,41.75591548995173],[-72.58395090022299,41.755927489957315],[-72.58364690012607,41.75596548997439],[-72.58354590009394,41.75597948998031],[-72.5829798999137,41.75605349001275],[-72.581510899446,41.75624849009744],[-72.58128289937363,41.75628249011131],[-72.58071889919471,41.756368490145995],[-72.58045289910994,41.75640249016107],[-72.57965489885561,41.75650349020612],[-72.57938989877123,41.75653849022136],[-72.5793148987473,41.7565474902255],[-72.57909089867593,41.756576490238295],[-72.57901689865238,41.75658649024258],[-72.57878189857762,41.756618490256294],[-72.57807789835358,41.75671349029717],[-72.57784389827918,41.75674649031103],[-72.57759289819948,41.756783490326214],[-72.57684189796109,41.7568954903719],[-72.57659189788177,41.756933490387254],[-72.57639789782009,41.756960490398676],[-72.5758188976361,41.75704349043323],[-72.57564189757981,41.757068490443736],[-72.57562589757477,41.75707149044482],[-72.57561589756473,41.75695249042214],[-72.57463389699215,41.752525489597396],[-72.57465589698239,41.75222848953927],[-72.57431789675267,41.750131489144486],[-72.57430389674407,41.75006048913122],[-72.57308889599858,41.74392948798414],[-72.57313789601415,41.743922487981216],[-72.57322189604083,41.743910487976216],[-72.57362189616813,41.74385648795298],[-72.57375589621083,41.74383948794541],[-72.5740158962938,41.7438084879311],[-72.57466489650103,41.743733487895845],[-72.57479689654389,41.74373048789105],[-72.57505889662905,41.743726487881894],[-72.5751278966522,41.74373848788201],[-72.57533589672211,41.74377548788252],[-72.57540589674568,41.743788487882796],[-72.57552089678475,41.74381648788453],[-72.57559589680993,41.74382948788466],[-72.5761718970037,41.743935487886745],[-72.57636389706833,41.74397148788758],[-72.57674289719077,41.74395248787177],[-72.57678189720308,41.74394548786917],[-72.57752189743776,41.74383148782346],[-72.57802689759863,41.743766487794744],[-72.5784438977315,41.74371348777115],[-72.57877689783766,41.743671487752394],[-72.57910489794222,41.74363048773397],[-72.57955289808469,41.74356848770765],[-72.57977489815549,41.74354148769534],[-72.58010889826218,41.7435034876773],[-72.58025189830754,41.74348148766847],[-72.58068189844403,41.743417487642326],[-72.58082589848976,41.74339648763368],[-72.5810738985686,41.74336148761896],[-72.58182089880623,41.74325948757536],[-72.58207089888577,41.74322548756079],[-72.58216789891662,41.743212487555155],[-72.58245989900975,41.743176487538854],[-72.582557899041,41.74316448753341],[-72.5828978991489,41.74311348751266],[-72.58391989947341,41.742963487450965],[-72.5842608995817,41.742913487430386],[-72.58564690002255,41.742723487349295],[-72.58646990028438,41.74261148730131],[-72.58876490101264,41.74226648716116],[-72.58980690134584,41.74215448710615],[-72.59060190160012,41.742070487064474],[-72.59120190179469,41.742053487042],[-72.59165890194042,41.74199748701654],[-72.59178090197938,41.74198348700993],[-72.59231990215031,41.74190048697663],[-72.5927369022825,41.74183548695072],[-72.59302890237554,41.74179848693421],[-72.59344590250848,41.74174648691082],[-72.59349290252338,41.74173948690797],[-72.59501890300778,41.7415134868154],[-72.59588490328248,41.74138148676216],[-72.59648490347287,41.74129148672556],[-72.59668190353531,41.74126048671324],[-72.5972759037238,41.74117148667703],[-72.59747390378661,41.74114148666489],[-72.59796990394241,41.741039486629276],[-72.5988569042212,41.74085948656609],[-72.599463904414,41.740771486529624],[-72.59996590457354,41.74070048649983],[-72.60030490468155,41.74065748648066],[-72.60132490500673,41.740531486423635],[-72.6016649051152,41.74049048640483],[-72.60235490533435,41.740390486363395],[-72.60247290537188,41.74037448635653],[-72.604428905994,41.74010648624208],[-72.60512090621414,41.74001248620174]]]},"properties":{"name":5110,"geoid":"09003511000"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.60202890698953,41.7712334923377],[-72.60192290695608,41.771252492344786],[-72.60176590690617,41.77127449235407],[-72.60136190677756,41.77132849237744],[-72.60070490656871,41.77142149241647],[-72.6005039065048,41.77144949242831],[-72.59946990617598,41.77159349248926],[-72.59852390587523,41.77172649254528],[-72.596001905074,41.77209149269659],[-72.59179490373609,41.77267649294436],[-72.59082090342636,41.772812493001844],[-72.58922390291148,41.77291249307229],[-72.58912790288053,41.77291849307653],[-72.58784890246481,41.772939493121534],[-72.58642790200298,41.77296349317166],[-72.58562990174318,41.772969493198346],[-72.58469090143754,41.77297749322997],[-72.58372590112496,41.773012493267615],[-72.58296990088006,41.77303949329703],[-72.58258690075607,41.77305449331219],[-72.58235490068243,41.773089493326374],[-72.58160790044532,41.77320149337193],[-72.58097990024609,41.77329749341059],[-72.5794068997574,41.773719493542494],[-72.57933989973665,41.7737384935483],[-72.57868989953698,41.77395249361047],[-72.57864589952344,41.77396649361458],[-72.57851589948343,41.77400849362686],[-72.57847289947028,41.77402349363115],[-72.5784498994557,41.7738994936079],[-72.57838289941256,41.77352649353795],[-72.57836089939838,41.773403493514884],[-72.57709389855995,41.76595149211485],[-72.57698089848441,41.765273491987394],[-72.57664289825827,41.76324149160532],[-72.57653089818314,41.76256449147802],[-72.57634989806142,41.76146549127131],[-72.5758068976964,41.75816949065137],[-72.57562589757477,41.75707149044482],[-72.57564189757981,41.757068490443736],[-72.5758188976361,41.75704349043323],[-72.57639789782009,41.756960490398676],[-72.57659189788177,41.756933490387254],[-72.57684189796109,41.7568954903719],[-72.57759289819948,41.756783490326214],[-72.57784389827918,41.75674649031103],[-72.57807789835358,41.75671349029717],[-72.57878189857762,41.756618490256294],[-72.57901689865238,41.75658649024258],[-72.57909089867593,41.756576490238295],[-72.5793148987473,41.7565474902255],[-72.57938989877123,41.75653849022136],[-72.57965489885561,41.75650349020612],[-72.58045289910994,41.75640249016107],[-72.58071889919471,41.756368490145995],[-72.58128289937363,41.75628249011131],[-72.581510899446,41.75624849009744],[-72.5829798999137,41.75605349001275],[-72.58354590009394,41.75597948998031],[-72.58364690012607,41.75596548997439],[-72.58395090022299,41.755927489957315],[-72.58405290025554,41.75591548995173],[-72.58416290029037,41.755897489944736],[-72.58449490039573,41.755847489924435],[-72.58460590043097,41.75583148991781],[-72.58470590046291,41.75581948991227],[-72.58500990055994,41.755783489895585],[-72.58511090059223,41.755772489890234],[-72.58540390068556,41.755734489873504],[-72.58628490096642,41.75562448982405],[-72.58657890106021,41.755588489807685],[-72.58666890108861,41.7555724898017],[-72.58694090117476,41.75552848978449],[-72.58703190120356,41.75551348977868],[-72.58716890124722,41.755496489771005],[-72.58758390137959,41.75544548974788],[-72.58772190142359,41.75542848974017],[-72.58776990143885,41.75542148973727],[-72.58791490148508,41.75540348972916],[-72.5879639015007,41.755397489726434],[-72.58819490157416,41.755365489712844],[-72.5884549016565,41.75532348969641],[-72.58855690168902,41.755310489690636],[-72.58880190176728,41.755282489677384],[-72.58905390184661,41.755233489659815],[-72.58924590190598,41.75517748964287],[-72.58952690199203,41.75508048961512],[-72.59024690220717,41.75473848952593],[-72.59070690234466,41.75452048946906],[-72.5907459023564,41.75450348946451],[-72.59078990236968,41.75448448945944],[-72.59092990241159,41.75441948944239],[-72.59134990253744,41.754226489391655],[-72.59149090257975,41.754162489374735],[-72.59198090272537,41.7539154893113],[-72.5920759027537,41.75386948929936],[-72.5938499032837,41.75302548907937],[-72.5944419034606,41.75274448900608],[-72.59589490389438,41.75204748882478],[-72.59660290411145,41.75180848875591],[-72.60175490569178,41.75007848825642],[-72.60325390615432,41.74962348812042],[-72.60332590617665,41.74960348811426],[-72.60560490688451,41.74899348792332],[-72.60563790690811,41.74921848796577],[-72.60573790697924,41.749893488093115],[-72.60576590699911,41.75008148812857],[-72.60577290700355,41.75011948813569],[-72.60581990703292,41.750365488181764],[-72.6058489070507,41.75051148820907],[-72.60588090707235,41.75070748824594],[-72.60588690709753,41.751114488324454],[-72.60589090711025,41.75131448836301],[-72.60588590711154,41.75136548837304],[-72.60587190711405,41.75148948839747],[-72.60584390712074,41.75176648845192],[-72.60579890711111,41.75185448847039],[-72.60574290709926,41.75196648849382],[-72.60553990704155,41.752114488528946],[-72.60548890702658,41.75214348853619],[-72.60523190695142,41.752293488573436],[-72.60470690680033,41.75264448865811],[-72.60444990672647,41.7528174886998],[-72.60388490656368,41.75319148879022],[-72.60371190651352,41.753300488816826],[-72.60230090610494,41.75419848903567],[-72.60201390602124,41.75437048907811],[-72.60187790598188,41.754457489099295],[-72.60153090588734,41.75478248917326],[-72.60142290585799,41.75488448919642],[-72.60142190585766,41.754884489196456],[-72.60111190579455,41.75554848933478],[-72.60099890577135,41.755787489384616],[-72.60094090575976,41.75591548941123],[-72.60080890573383,41.756214489473265],[-72.60052590568978,41.757058489645516],[-72.60039790567006,41.75744348972406],[-72.60032390566084,41.75770448977689],[-72.6001029056337,41.758490489935944],[-72.60002990562487,41.75875248998895],[-72.59992290560788,41.75906549005287],[-72.59966390556697,41.75982749020851],[-72.59964390557116,41.7600144902453],[-72.59961090557924,41.76034449031017],[-72.5996439056113,41.760717490381225],[-72.59964390561136,41.760718490381414],[-72.59970590566242,41.76125849048383],[-72.59977890571928,41.76183749059343],[-72.5998259057559,41.762210490664046],[-72.59990890582345,41.76291949079845],[-72.60015790602613,41.76504649120169],[-72.60024090609375,41.76575649133628],[-72.6003459061695,41.76648349147346],[-72.60066390639784,41.768665491885066],[-72.600769906474,41.769393492022395],[-72.60080090649039,41.769503492042666],[-72.60089390653972,41.76983649210405],[-72.60092490655617,41.76994749212451],[-72.60112890663812,41.770217492170175],[-72.60113690664134,41.77022849217204],[-72.60147890677437,41.77060549223394],[-72.60179290689861,41.77098849229793],[-72.60182390691088,41.77102649230427],[-72.60202890698953,41.7712334923377]]]},"properties":{"name":5111,"geoid":"09003511100"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.57983690029607,41.780696494877205],[-72.57982590028865,41.7806294948646],[-72.57981490028126,41.780562494852006],[-72.57961390014655,41.77935149462441],[-72.57956990011694,41.77908449457419],[-72.57912389983846,41.77675449413815],[-72.57878889964897,41.775348493877125],[-72.57862289955504,41.77465149374772],[-72.57847289947028,41.77402349363115],[-72.57851589948343,41.77400849362686],[-72.57864589952344,41.77396649361458],[-72.57868989953698,41.77395249361047],[-72.57933989973665,41.7737384935483],[-72.5794068997574,41.773719493542494],[-72.58097990024609,41.77329749341059],[-72.58160790044532,41.77320149337193],[-72.58235490068243,41.773089493326374],[-72.58258690075607,41.77305449331219],[-72.58296990088006,41.77303949329703],[-72.58372590112496,41.773012493267615],[-72.58469090143754,41.77297749322997],[-72.58562990174318,41.772969493198346],[-72.58642790200298,41.77296349317166],[-72.58784890246481,41.772939493121534],[-72.58912790288053,41.77291849307653],[-72.58922390291148,41.77291249307229],[-72.59082090342636,41.772812493001844],[-72.59179490373609,41.77267649294436],[-72.596001905074,41.77209149269659],[-72.59852390587523,41.77172649254528],[-72.59946990617598,41.77159349248926],[-72.6005039065048,41.77144949242831],[-72.60070490656871,41.77142149241647],[-72.60136190677756,41.77132849237744],[-72.60176590690617,41.77127449235407],[-72.60192290695608,41.771252492344786],[-72.60202890698953,41.7712334923377],[-72.6022079070592,41.77143149237025],[-72.60224890707515,41.77147649237764],[-72.60232990710547,41.771545492388384],[-72.60248990716832,41.7717324924194],[-72.60274290726758,41.77202649246811],[-72.60291790733625,41.772229492501744],[-72.60311290741176,41.7724384925359],[-72.603611907605,41.77297349262332],[-72.60369190763672,41.77307249263988],[-72.60387190770821,41.773296492677424],[-72.60396090774762,41.77347849270975],[-72.60407590779853,41.77371349275148],[-72.60416090784545,41.774049492813695],[-72.60421090787301,41.77424649285017],[-72.60430790792756,41.77464749292456],[-72.6045289080513,41.775551493092195],[-72.60468490811729,41.77581649313841],[-72.60470090812412,41.775844493143296],[-72.60495990822453,41.77612449318911],[-72.6049969082411,41.776203493203205],[-72.60510990829167,41.77644349324597],[-72.60514790830865,41.77652349326021],[-72.60502390826869,41.77653149326572],[-72.6035729077583,41.775877493185824],[-72.60356290775505,41.77587749318614],[-72.60183790719304,41.775882493242364],[-72.60061690682339,41.776378493377344],[-72.60040390687523,41.77849949379406],[-72.60039490687787,41.778597493813294],[-72.6009649070845,41.778961493865374],[-72.60176690737521,41.77947349393861],[-72.60214790751515,41.77974849397956],[-72.60219290754479,41.78001049402874],[-72.60201390749937,41.78023649407815],[-72.6015659073595,41.78034449411337],[-72.60080490710966,41.780313494131754],[-72.60008590686142,41.780071494108036],[-72.59937490661605,41.77983349408482],[-72.59851690631167,41.779401494028825],[-72.5972259058811,41.77923149403731],[-72.59637990560812,41.77928049407389],[-72.59616390554444,41.779398494103624],[-72.59683490583443,41.78064449432292],[-72.59694590589937,41.78114749441654],[-72.5968749058911,41.781407494469065],[-72.59656990581848,41.78187649456947],[-72.59594690564357,41.78236949468469],[-72.59575090558764,41.78250849471783],[-72.59522390542685,41.782701494772],[-72.5946749052508,41.78275249479943],[-72.59459390522487,41.78276049480357],[-72.59284090463869,41.78250349481005],[-72.59236490447535,41.782360494797665],[-72.59172490425921,41.78222949479286],[-72.59142290415721,41.78216749479054],[-72.59128890411574,41.782206494802374],[-72.59128390411503,41.782222494805616],[-72.59126790410926,41.782212494804206],[-72.59109790405668,41.782262494819314],[-72.59084690398281,41.782401494854206],[-72.5902399038043,41.78274049493915],[-72.58930890352048,41.783084495035446],[-72.58817090316028,41.783273495108396],[-72.5881399031505,41.78327949511055],[-72.58722490285204,41.78327649513927],[-72.58703390278977,41.78327649514539],[-72.58593090241864,41.783074495141655],[-72.58566290232505,41.782965495129176],[-72.5849489020757,41.782675495096],[-72.5825939012274,41.78126549489891],[-72.5823579011359,41.781010494857185],[-72.58177690094304,41.780950494864186],[-72.58141990082461,41.78091449486867],[-72.58026890044269,41.78079749488288],[-72.57983690029607,41.780696494877205]]]},"properties":{"name":5112,"geoid":"09003511200"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.57994990041867,41.78219749516364],[-72.57994090040744,41.78205249513592],[-72.57991590037444,41.78161749505266],[-72.57990790036361,41.78147349502508],[-72.57989290034982,41.78131749499541],[-72.57985290031147,41.78087449491107],[-72.57984990030917,41.78085149490673],[-72.57984490030445,41.780797494896454],[-72.57984490030377,41.78078549489415],[-72.57983690029607,41.780696494877205],[-72.58026890044269,41.78079749488288],[-72.58141990082461,41.78091449486867],[-72.58177690094304,41.780950494864186],[-72.5823579011359,41.781010494857185],[-72.5825939012274,41.78126549489891],[-72.5849489020757,41.782675495096],[-72.58566290232505,41.782965495129176],[-72.58593090241864,41.783074495141655],[-72.58703390278977,41.78327649514539],[-72.58722490285204,41.78327649513927],[-72.5881399031505,41.78327949511055],[-72.58817090316028,41.783273495108396],[-72.58930890352048,41.783084495035446],[-72.5902399038043,41.78274049493915],[-72.59084690398281,41.782401494854206],[-72.59109790405668,41.782262494819314],[-72.59126790410926,41.782212494804206],[-72.59128390411503,41.782222494805616],[-72.59128890411574,41.782206494802374],[-72.59142290415721,41.78216749479054],[-72.59172490425921,41.78222949479286],[-72.59236490447535,41.782360494797665],[-72.59284090463869,41.78250349481005],[-72.59459390522487,41.78276049480357],[-72.5946749052508,41.78275249479943],[-72.59522390542685,41.782701494772],[-72.59575090558764,41.78250849471783],[-72.59594690564357,41.78236949468469],[-72.59656990581848,41.78187649456947],[-72.5968749058911,41.781407494469065],[-72.59694590589937,41.78114749441654],[-72.59683490583443,41.78064449432292],[-72.59616390554444,41.779398494103624],[-72.59637990560812,41.77928049407389],[-72.5972259058811,41.77923149403731],[-72.59851690631167,41.779401494028825],[-72.59937490661605,41.77983349408482],[-72.60008590686142,41.780071494108036],[-72.60080490710966,41.780313494131754],[-72.6015659073595,41.78034449411337],[-72.60201390749937,41.78023649407815],[-72.60219290754479,41.78001049402874],[-72.60214790751515,41.77974849397956],[-72.60176690737521,41.77947349393861],[-72.6009649070845,41.778961493865374],[-72.60039490687787,41.778597493813294],[-72.60040390687523,41.77849949379406],[-72.60061690682339,41.776378493377344],[-72.60183790719304,41.775882493242364],[-72.60356290775505,41.77587749318614],[-72.6035729077583,41.775877493185824],[-72.60502390826869,41.77653149326572],[-72.60514790830865,41.77652349326021],[-72.60523290833835,41.77655849326424],[-72.6054879084275,41.77666449327656],[-72.60557290845729,41.776700493280785],[-72.60577790853476,41.776886493310165],[-72.60639490876794,41.77744749339882],[-72.6066009088458,41.77763449342835],[-72.6068589089434,41.77787049346569],[-72.60692390896968,41.77795949348081],[-72.60707390903012,41.778161493515036],[-72.60716390907085,41.7783604935506],[-72.60721290909797,41.77855549358673],[-72.60724890912984,41.778907493653584],[-72.60728090915481,41.77916149370165],[-72.60730590916855,41.77925949371978],[-72.60741990923128,41.77970649380251],[-72.60759590928711,41.77967949379164],[-72.60812790945589,41.77959849375895],[-72.60830490951209,41.77957249374825],[-72.60852690958241,41.779536493734184],[-72.60919690979463,41.77942849369183],[-72.60941990986531,41.77939349367793],[-72.60968190994888,41.779361493663366],[-72.6104689102001,41.779268493620165],[-72.61073191028406,41.77923749360574],[-72.61102391041224,41.779814493707875],[-72.61189991079699,41.781548494014864],[-72.61219291092559,41.78212649411715],[-72.61226991095995,41.78228849414599],[-72.61250291106383,41.78277649423281],[-72.61258091109859,41.782939494261804],[-72.61116391065883,41.783326494381996],[-72.60846090981724,41.78401749460216],[-72.60546590887839,41.784672494824704],[-72.6015949076648,41.78551749511201],[-72.59835690664836,41.786201495347925],[-72.59493390557363,41.786921495596694],[-72.59100890434264,41.78777149588664],[-72.58922890378429,41.78815549601783],[-72.58602690277986,41.78884649625388],[-72.58388790210844,41.78930049641007],[-72.58362290202531,41.78935749642959],[-72.58288190179273,41.78951449648364],[-72.58210690154947,41.78967949654033],[-72.58151590136283,41.78978549657975],[-72.58144090132274,41.789511496529194],[-72.58145890128836,41.78880749639259],[-72.58143290126844,41.7886074963548],[-72.57999090046214,41.78272449526417],[-72.57994990041867,41.78219749516364]]]},"properties":{"name":5113,"geoid":"09003511300"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.58151590136283,41.78978549657975],[-72.58210690154947,41.78967949654033],[-72.58288190179273,41.78951449648364],[-72.58362290202531,41.78935749642959],[-72.58388790210844,41.78930049641007],[-72.58602690277986,41.78884649625388],[-72.58922890378429,41.78815549601783],[-72.59100890434264,41.78777149588664],[-72.59493390557363,41.786921495596694],[-72.59835690664836,41.786201495347925],[-72.6015949076648,41.78551749511201],[-72.60546590887839,41.784672494824704],[-72.60846090981724,41.78401749460216],[-72.61116391065883,41.783326494381996],[-72.61258091109859,41.782939494261804],[-72.61264391112667,41.78307149428529],[-72.61283291121107,41.78346949435614],[-72.61289691123953,41.78360249437977],[-72.61306091131227,41.78393949443962],[-72.61317691136377,41.784178494482106],[-72.61328391141106,41.78439549452059],[-72.61355891153241,41.78494949461881],[-72.61372691160642,41.78528549467835],[-72.61393191169671,41.78569549475098],[-72.61454991196868,41.786927494969184],[-72.61475591205937,41.78733849504199],[-72.61484491209849,41.787515495073336],[-72.61511191221601,41.78804749516753],[-72.6152009122552,41.78822549519907],[-72.6152839122874,41.7883154952138],[-72.61553391238435,41.788585495257955],[-72.6156179124169,41.788675495272635],[-72.61578191247963,41.78883749529869],[-72.61602891257408,41.7890804953377],[-72.61611391260637,41.78916049535044],[-72.61627991266951,41.789318495375646],[-72.61638691271017,41.78941949539172],[-72.61644491273258,41.78948049540164],[-72.61663391280568,41.78968149543441],[-72.61681291287847,41.78993349547735],[-72.61698091295025,41.79023049552935],[-72.61707891299542,41.790461495570824],[-72.61710091300559,41.79051349558015],[-72.61710491300734,41.79052149558158],[-72.61755191323236,41.79190649583479],[-72.6178499133854,41.79288249601377],[-72.61788091340125,41.792982496032096],[-72.61797691344972,41.79328249608695],[-72.61800891346589,41.79338249610525],[-72.61807691350053,41.79360049614517],[-72.61828091360466,41.79425749626554],[-72.61834991363969,41.79447649630562],[-72.61845091367893,41.794586496323646],[-72.61854591371579,41.79468949634048],[-72.61875891379553,41.79486949636842],[-72.61878491380516,41.794889496371454],[-72.61890591384982,41.79498049638514],[-72.61877191382281,41.79527149644564],[-72.61836991374182,41.79614549662737],[-72.61823691371518,41.79643749668802],[-72.61794891365223,41.79697749680156],[-72.61766291358963,41.79751249691406],[-72.61708391346303,41.7985974971422],[-72.61679691340038,41.79913749725569],[-72.61639991327165,41.79914949727075],[-72.61520791288528,41.79918849731652],[-72.61481191275693,41.79920149733171],[-72.61411091253015,41.799232497360194],[-72.6133369122798,41.79926749739179],[-72.61200791184999,41.79932749744599],[-72.61130791162361,41.799359497474626],[-72.60989191116572,41.79942549753276],[-72.60564290979181,41.79962349770724],[-72.6042279093343,41.79969049776554],[-72.60411690929834,41.79969449776988],[-72.60378490919089,41.79970849778322],[-72.60367490915532,41.79971349778772],[-72.60348590909409,41.79972049779513],[-72.60292190891154,41.799743497817644],[-72.60273490885108,41.799752497825374],[-72.60244390875705,41.7997674978376],[-72.60157090847513,41.79981449787467],[-72.60128090838155,41.79983149788724],[-72.60098490828572,41.799843497899055],[-72.60009690799833,41.79988049793466],[-72.5998019079029,41.79989349794662],[-72.59504490636469,41.80011649814214],[-72.58929490450393,41.80036149837369],[-72.58646690358896,41.80048549848822],[-72.58432990289789,41.80058549857598],[-72.58418190285005,41.80059249858208],[-72.58373990270705,41.80061249860009],[-72.58359290265957,41.80062049860635],[-72.58348990262783,41.80065249861582],[-72.58348590262523,41.800629498611514],[-72.58348190262248,41.80060449860681],[-72.5834669026137,41.800536498594155],[-72.5834359025938,41.80036549856211],[-72.58342290258568,41.8002974985494],[-72.58307690236407,41.7983954981931],[-72.583034902337,41.79816149814923],[-72.58300990232101,41.79802449812357],[-72.5829409022769,41.797646498052764],[-72.58290090225111,41.797423498010964],[-72.58287090223189,41.79725849798006],[-72.58281190219435,41.79693849792014],[-72.5827909021807,41.79681949789782],[-72.58272590213926,41.79646549783152],[-72.58270490212561,41.79634649780919],[-72.58269590211998,41.796299497800405],[-72.58262490207443,41.79590749772696],[-72.5825979020572,41.79576049769941],[-72.58251990200706,41.79532849761847],[-72.58249890199377,41.79521549759732],[-72.58248890198719,41.795157497586416],[-72.58242190194441,41.79479149751787],[-72.58240590193417,41.79470349750137],[-72.58234490189524,41.794370497439004],[-72.58232090187958,41.794233497413316],[-72.58224090182857,41.79379749733164],[-72.58222090181582,41.79368849731121],[-72.58210590174214,41.793055497192626],[-72.5820749017222,41.792883497160375],[-72.5819999016742,41.79247149708318],[-72.58196390165114,41.792273497046075],[-72.58189490160679,41.7918914969745],[-72.5818729015927,41.79177049695181],[-72.58180090154679,41.791377496878184],[-72.58177190152811,41.79121649684802],[-72.58169490147887,41.79079449676895],[-72.58167790146784,41.79069849675095],[-72.58158790141033,41.79020549665858],[-72.58158790141016,41.790202496658],[-72.5815669013969,41.79009049663703],[-72.58155890139207,41.79005149662975],[-72.58153290137535,41.78990749660277],[-72.58151590136283,41.78978549657975]]]},"properties":{"name":5114,"geoid":"09003511400"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.62173492107122,41.90460551743873],[-72.62192292127679,41.907107517914554],[-72.62218092155773,41.91052051856355],[-72.62248992189463,41.91461451934198],[-72.62262792204467,41.916435519688186],[-72.6226529220725,41.91677651975302],[-72.62266292208342,41.9169095197783],[-72.62267892210065,41.91711751981784],[-72.6229609223321,41.919534520274134],[-72.62380792302689,41.92678552164279],[-72.6240909232588,41.929203522099094],[-72.62400092328862,41.930228522299274],[-72.62395792330337,41.93072752239671],[-72.62370692332057,41.93244452273526],[-72.62358292332871,41.93328652290131],[-72.62357092332994,41.93337552291882],[-72.62343492333923,41.93430552310218],[-72.62302092320722,41.934359523125906],[-72.62178192281243,41.93452552319773],[-72.62136892268086,41.93458152322181],[-72.62115892261336,41.93459952323204],[-72.62052992241124,41.93465452326286],[-72.62032092234412,41.93467352327325],[-72.6197819221712,41.9347255233006],[-72.61816592165295,41.9348845233832],[-72.61762792148042,41.93493752341071],[-72.61718892134019,41.93499052343503],[-72.61587292091995,41.93515152350838],[-72.6154349207801,41.93520552353286],[-72.61229091976496,41.935396523670775],[-72.61216591972408,41.9353955236746],[-72.61194291965384,41.935439523690256],[-72.6116379195574,41.93549352371047],[-72.61151591951909,41.93551952371938],[-72.61138991947878,41.93553352372614],[-72.6106829192554,41.935661523773504],[-72.61055391921457,41.9356835237819],[-72.61043391917708,41.93571252379135],[-72.61040791916862,41.93571352379238],[-72.6099949190351,41.935735523809896],[-72.60969991893968,41.93575052382227],[-72.60776391831635,41.93589952391322],[-72.60763391827427,41.93590552391855],[-72.6075129182367,41.935938523928804],[-72.60713191811872,41.936049523962424],[-72.60693291805701,41.9361055239796],[-72.60413891715575,41.93629152410526],[-72.60389291707726,41.936322524119134],[-72.60367291700642,41.93633952412948],[-72.60301391679448,41.93639452416126],[-72.60279491672405,41.93641252417177],[-72.60182291641058,41.936478524215715],[-72.59890891547104,41.93668052434832],[-72.59793791515797,41.93674752439242],[-72.5978389151263,41.93675852439772],[-72.59773891509433,41.93677052440325],[-72.59769191507928,41.93677552440571],[-72.59695391484341,41.936862524446184],[-72.5967089147651,41.93689152445965],[-72.59545091436173,41.93701752452435],[-72.59168091315293,41.93739552471828],[-72.59042391274991,41.93752252478314],[-72.58781191191044,41.93775052491096],[-72.57997890939296,41.93843652529467],[-72.5773679085538,41.93866552542262],[-72.57689990840375,41.93871252544669],[-72.57549890795474,41.9388575255196],[-72.57503290780535,41.93890552554381],[-72.57200390683306,41.939192525696335],[-72.56291990391716,41.94005552615408],[-72.5598919029452,41.94034352630671],[-72.55751390218565,41.94063552643922],[-72.55037989990714,41.94151552683752],[-72.54811589918408,41.94179552696404],[-72.548002899148,41.94180952697036],[-72.54804689915645,41.941706526949126],[-72.54799989913367,41.94157752692579],[-72.54790289908647,41.94130752687695],[-72.54761689897254,41.9409505268174],[-72.54746189891084,41.94075752678522],[-72.54741389889165,41.94069652677503],[-72.54742089889031,41.94063352676268],[-72.54746889888186,41.940214526680485],[-72.54748589887943,41.94007552665318],[-72.54753689888076,41.939809526600335],[-72.5478468989677,41.93956152654267],[-72.5483568991108,41.939154526447965],[-72.54835289910041,41.938996526417675],[-72.5481728990379,41.93893152641094],[-72.54804989900067,41.938982526424695],[-72.54767989889352,41.9392195264822],[-72.547273898753,41.93908152646865],[-72.54711389869767,41.93902752646338],[-72.54711289869113,41.93891952644264],[-72.5471238986723,41.93852952636721],[-72.5471308986589,41.938257526314615],[-72.54765389880464,41.937822526214106],[-72.54777089884755,41.937904526226134],[-72.54786389888987,41.93811252626319],[-72.54794889892862,41.938303526297226],[-72.54824289899578,41.937802526191376],[-72.54850689906513,41.93750952612649],[-72.54859089908189,41.93732452608819],[-72.54912689924886,41.93718452604405],[-72.549248899271,41.936877525981046],[-72.54890089913772,41.936535525926374],[-72.54868389906665,41.936531525932566],[-72.54847389901022,41.936742525979916],[-72.54832789895744,41.93665352596746],[-72.54831789894686,41.936526525943336],[-72.54849089899258,41.93633952590179],[-72.54863289903767,41.936317525893],[-72.54908289918079,41.936251525865856],[-72.54928889924292,41.936162525842114],[-72.5493548992513,41.93593352579593],[-72.5491368991604,41.93559052573689],[-72.54898789910351,41.93544752571414],[-72.54832889885466,41.934861525622466],[-72.548348898838,41.934458525544244],[-72.54800589872022,41.934357525535795],[-72.54737389850112,41.93413552551333],[-72.54660889823076,41.93377752546895],[-72.54666789823854,41.93357752542854],[-72.54669189824182,41.93349852541258],[-72.54689989830811,41.93347052540051],[-72.5472068984172,41.93362452542031],[-72.54748489851079,41.93367352542083],[-72.54800989867539,41.93355552538127],[-72.5483978988054,41.93361352537999],[-72.54860789887049,41.9335535253617],[-72.54859889885927,41.933409525334255],[-72.54800689865037,41.93313752530089],[-72.54759089850909,41.93304252529595],[-72.54772789854444,41.93287952526018],[-72.54823489870812,41.932847525237754],[-72.54820589868847,41.93267052520461],[-72.54757889848408,41.93267552522567],[-72.54690689827456,41.932847525280344],[-72.54683189824654,41.93278552527081],[-72.54728989836819,41.932301525162934],[-72.54777989852298,41.93221152512991],[-72.54788389853786,41.93187952506265],[-72.54765689845041,41.93164752502527],[-72.54721489827843,41.93116652494684],[-72.54739389832118,41.93089352488853],[-72.5479328984769,41.930541524803466],[-72.54823289856591,41.930386524764],[-72.54827289856598,41.93016052471923],[-72.54774189838596,41.930044524713914],[-72.5479038984136,41.929605524624186],[-72.54795289842689,41.929558524613576],[-72.54834289853343,41.92919752453156],[-72.54830789851042,41.92899552449379],[-72.54842989851515,41.92838552437243],[-72.5486548985767,41.928178524325354],[-72.54855689853217,41.92796052428652],[-72.54819789841163,41.927902524286864],[-72.5471958980835,41.92788452431553],[-72.54702789801418,41.92763252427239],[-72.5470408980019,41.927345524216726],[-72.54706889797671,41.926748524100866],[-72.54688689790638,41.926558524070124],[-72.54673989784965,41.926406524045575],[-72.54678689786167,41.92634852403289],[-72.54686889788951,41.92636752403393],[-72.54714289798265,41.926431524037454],[-72.54716789799114,41.926437524037816],[-72.54804589828893,41.92663152404701],[-72.54821289834575,41.926671524049354],[-72.54846889843294,41.926734524053266],[-72.54856489846631,41.92676952405693],[-72.54854889845844,41.92672352404859],[-72.54855689845563,41.92662952403023],[-72.54869689849842,41.92657852401594],[-72.54894289857785,41.926563524005154],[-72.54921089866448,41.926548523993674],[-72.54946789874562,41.92650052397619],[-72.54986489886585,41.92633752393207],[-72.55006289892243,41.926197523898765],[-72.5502398989675,41.92597652385054],[-72.55027789897248,41.92584752382447],[-72.55039389898869,41.92547052374816],[-72.55029089894924,41.925369523732016],[-72.5501658989032,41.925278523718504],[-72.5501188988847,41.92522352370943],[-72.54962089870367,41.924902523663576],[-72.54962789868883,41.92460452360598],[-72.54986389875765,41.92446152357087],[-72.54991289876548,41.92431952354195],[-72.54982489873164,41.924230523527626],[-72.54934389856655,41.9240905235161],[-72.54930889854145,41.92385252347138],[-72.54954089860568,41.923652523425446],[-72.54963089863062,41.92357552340773],[-72.55041689885756,41.923059523283165],[-72.55043889885238,41.922844523241054],[-72.55039889882765,41.92264152320324],[-72.54955589854458,41.92250452320389],[-72.54951789849927,41.92193252309496],[-72.54947589846812,41.92162852303776],[-72.54956989849624,41.92158452302628],[-72.55037789878043,41.92193952306873],[-72.55038489878294,41.921943523069274],[-72.55069389888273,41.9219245230557],[-72.55086289893025,41.92179152302466],[-72.5508188989088,41.92166852300241],[-72.5506118988267,41.921415522960324],[-72.55071589885,41.92123052292136],[-72.55097689892312,41.92102052287254],[-72.55117389898767,41.92102452286701],[-72.55165389915447,41.9212005228855],[-72.55232189937563,41.921254522874484],[-72.55239789939431,41.92114752285145],[-72.55232689936173,41.92098452282232],[-72.55210089926557,41.920594522754456],[-72.55221289929378,41.92044952272295],[-72.55241789936281,41.92048652272351],[-72.55311389960202,41.920695522741426],[-72.5535248997555,41.921031522792944],[-72.55361889978217,41.92096152277645],[-72.55374789981593,41.92081652274441],[-72.55373289979018,41.920453522674975],[-72.5529208994997,41.920011522615894],[-72.55269589940919,41.919714522565904],[-72.55281089944069,41.919609522542],[-72.5536458997178,41.919688522530436],[-72.55377189975059,41.91954352249846],[-72.5536408996942,41.919306522457035],[-72.55338389959512,41.919042522414436],[-72.55343089959787,41.918823522370744],[-72.55443789989123,41.91820852222001],[-72.55490890003082,41.917962522157524],[-72.55543790018804,41.91769352208876],[-72.5561429004008,41.91739152200799],[-72.55628890043104,41.91708852194495],[-72.55626990041058,41.91684052189779],[-72.55593390023077,41.91562052167362],[-72.55597090023164,41.91542552163485],[-72.55608790023406,41.9148035215113],[-72.5562589002934,41.91486452151757],[-72.55704190057368,41.91529452157528],[-72.55795390089052,41.91562752161017],[-72.55821290097724,41.91566552160918],[-72.55845690105723,41.915671521602505],[-72.5588599011894,41.915682521591705],[-72.55910690125336,41.915392521527934],[-72.55884490113466,41.91481552142518],[-72.55857390102682,41.914478521368984],[-72.55868290105033,41.91426852132505],[-72.55887890109781,41.91398152126347],[-72.5584379009246,41.913472521179585],[-72.55806290077726,41.91303852110803],[-72.55803190076196,41.91294852109168],[-72.55821490079686,41.91251652100259],[-72.55845990087052,41.912406520973555],[-72.55877890097256,41.91237052095639],[-72.55917890110302,41.912368520943176],[-72.55955690123012,41.912433520943566],[-72.5601549014399,41.91268752097331],[-72.56057490159799,41.91305252103014],[-72.56059590162391,41.91338452109342],[-72.5605019016113,41.91369852115691],[-72.5606739016772,41.91386852118414],[-72.56097390177196,41.91381352116392],[-72.56117990182702,41.91360152111648],[-72.56139790188915,41.913444521079256],[-72.56164290197002,41.913460521074455],[-72.56222590216682,41.91357352107753],[-72.56261690229823,41.91363952107769],[-72.56269990231526,41.913464521041334],[-72.56217890211728,41.91297852096444],[-72.56218690211774,41.91294152095705],[-72.56234690212908,41.91223052081498],[-72.56248590216819,41.91212152078952],[-72.56284490227111,41.91187352073024],[-72.56365890251375,41.91147252062688],[-72.56433290271474,41.9111425205417],[-72.56446590275436,41.91107652052472],[-72.5648679028742,41.91087852047368],[-72.56500290291453,41.91081352045683],[-72.56516790296372,41.910732520435936],[-72.56566290311125,41.91048852037308],[-72.56582890316082,41.910408520352334],[-72.5659339031921,41.910356520338944],[-72.56645590334259,41.91001052025554],[-72.56651190335212,41.909858520224475],[-72.56676690339584,41.909171520083966],[-72.56691990344038,41.90907752006094],[-72.56768590365387,41.908442519914054],[-72.56781490366055,41.907826519791264],[-72.56775690363193,41.90765751976056],[-72.56769390360066,41.90747151972676],[-72.56714190339497,41.907027519658946],[-72.56703190335068,41.90688151963434],[-72.5671559033793,41.90667551959068],[-72.56734090343659,41.90662151957434],[-72.56759790352451,41.90669251957978],[-72.56788590363541,41.90698651962717],[-72.56801690366963,41.90683751959426],[-72.56789590360805,41.90645351952418],[-72.56814790366661,41.90604151943672],[-72.56866790383654,41.90604551942081],[-72.56888090391917,41.9062735194579],[-72.56908790399484,41.90641451947842],[-72.56927290405211,41.906360519462076],[-72.56942490408994,41.90615551941771],[-72.56953590410771,41.90583451935231],[-72.56954390410907,41.905812519347826],[-72.56991990421648,41.905546519284506],[-72.5704369043751,41.90537051923401],[-72.57055190439951,41.905142519186406],[-72.57045090434407,41.904751519114335],[-72.57040690430901,41.904391519046385],[-72.57055890434758,41.904199519004514],[-72.57085990444249,41.9041415189837],[-72.57154090466886,41.90421351897571],[-72.57187890477792,41.904191518960616],[-72.57208490484045,41.904109518938206],[-72.57213790484957,41.90396751890917],[-72.57186190475414,41.903874518900096],[-72.57118890453289,41.9038465189163],[-72.57107590448427,41.90364251888062],[-72.57121490452441,41.90355151885864],[-72.57131190455371,41.90351051884762],[-72.57148590460987,41.90349951883992],[-72.57198090478114,41.903668518856605],[-72.57220590484991,41.90358751883378],[-72.57257490495091,41.90324951875681],[-72.57264890495074,41.902826518672946],[-72.57252090489803,41.90263651864045],[-72.57168790461853,41.90250351864155],[-72.57138090448694,41.901957518546226],[-72.57090890434804,41.90222051861204],[-72.57059090422855,41.90194751856964],[-72.5708339042755,41.901384518453376],[-72.57083190426451,41.90120451841877],[-72.57089390427078,41.90096151836996],[-72.57109990433122,41.90084351834062],[-72.57204990464693,41.90094251832921],[-72.57236390474154,41.900805518292735],[-72.57245790476405,41.90066351826237],[-72.5724969047735,41.90060651825013],[-72.5723589047188,41.90043851822219],[-72.5718109045368,41.90038351822918],[-72.57169190448953,41.90023651820467],[-72.57197990455535,41.89974651810103],[-72.57287290482222,41.89931951799011],[-72.5728519048033,41.899109517950315],[-72.57200290449958,41.89864551788816],[-72.57176290441188,41.89848251786446],[-72.57165390436705,41.89832151783692],[-72.57161190434378,41.8981555178063],[-72.57181690437702,41.8975695176868],[-72.5717829043527,41.8973395176436],[-72.57174090432191,41.89704251758771],[-72.57192190436842,41.8968235175397],[-72.57313490473632,41.89633751740715],[-72.57314790473647,41.896266517393045],[-72.57294390460727,41.895176517189554],[-72.57284690454561,41.89465451709209],[-72.57282490451321,41.89421551700822],[-72.57283390451317,41.89416351699791],[-72.57288390451384,41.89389151694388],[-72.57290490451949,41.89387051693916],[-72.57291290451877,41.893812516927724],[-72.57291990451768,41.893753516916135],[-72.57292390451416,41.89366951689982],[-72.57315890451635,41.89237351664252],[-72.57336690451825,41.891225516414636],[-72.5733389044942,41.890965516365426],[-72.57339590446286,41.89009651619613],[-72.57350290447651,41.88972651612139],[-72.573738904507,41.88891651595773],[-72.57367990447831,41.888752515928],[-72.57354690441349,41.88837951586039],[-72.57361390440072,41.887776515742026],[-72.57398890449377,41.88726651563171],[-72.57406390447821,41.88656951549496],[-72.57424390452724,41.88640051545663],[-72.57478190469021,41.88618151539716],[-72.57518990481806,41.886089515366336],[-72.57561390495611,41.88608451535177],[-72.5757389050115,41.88633851539672],[-72.5757239050285,41.88671951547064],[-72.57601790511696,41.88658951543614],[-72.57651090527467,41.88653451540973],[-72.57702890544807,41.886610515407746],[-72.57742090555001,41.886158515308075],[-72.5777069056478,41.886236515313925],[-72.57792890573496,41.886492515356146],[-72.57794590575793,41.88679551541399],[-72.5781819058282,41.88667851538386],[-72.57832890585773,41.886357515317286],[-72.57875490597121,41.88591351521804],[-72.57896190603111,41.88578051518578],[-72.57902790604076,41.88557351514376],[-72.57897490600186,41.885197515073],[-72.57913090603398,41.88487051500497],[-72.57867490587593,41.88470951498857],[-72.57869690586409,41.88437851492407],[-72.57882890588293,41.883956514838495],[-72.57887190586105,41.88333151471666],[-72.57875290581296,41.88317051468944],[-72.5785409057357,41.88302951466907],[-72.57844790571167,41.883139514693255],[-72.57844790571293,41.88316151469748],[-72.57842990570764,41.883171514699995],[-72.57840990570192,41.88318551470332],[-72.578307905678,41.883348514738024],[-72.57826990566657,41.883365514742515],[-72.57818390563995,41.88339051475009],[-72.5781779056388,41.883404514752996],[-72.5781019056159,41.88343751476179],[-72.57780890548271,41.882783514645126],[-72.5779339055096,41.88254151459447],[-72.57818190557846,41.882331514546046],[-72.57877390575123,41.88197651445862],[-72.57929990589787,41.8815415143579],[-72.58026190618442,41.88106551423528],[-72.58050990625529,41.8808905141936],[-72.58095690637937,41.88051151410621],[-72.58115490643576,41.88036851407228],[-72.58118690644574,41.88036051406971],[-72.5811999064486,41.88033651406468],[-72.58132090648307,41.88024951404403],[-72.5814349065174,41.88019951403072],[-72.58157090655834,41.8801395140148],[-72.58169390659572,41.880091514001606],[-72.58173590660797,41.88006651399543],[-72.58177290661914,41.88005051399115],[-72.58182090663358,41.88002951398556],[-72.58190390666067,41.8800295139829],[-72.58191390666467,41.880042513985096],[-72.58192590666785,41.8800295139822],[-72.58216190674484,41.88002951397464],[-72.58266990691789,41.88015651398282],[-72.582963907018,41.880229513987466],[-72.58442990750001,41.88029351395276],[-72.58457590755197,41.88036851396252],[-72.58463190757408,41.88043551397365],[-72.58462390757234,41.880450513976776],[-72.58464790758033,41.88045351397659],[-72.58469090759735,41.88050551398523],[-72.58472190760821,41.88051851398676],[-72.58476490762546,41.88057451399616],[-72.58480690764237,41.8806305140056],[-72.58482290764945,41.88066251401127],[-72.58487390766959,41.88072351402138],[-72.58505890773392,41.880792514028755],[-72.58518890777381,41.8807485140161],[-72.58529290780578,41.880714514006215],[-72.58566690791586,41.8805065139541],[-72.58590090799538,41.88056151395721],[-72.58628290812437,41.88063751395959],[-72.58653990820547,41.88058951394209],[-72.58688090830329,41.88035551388605],[-72.58726890840677,41.87995351379613],[-72.58742790845922,41.87996351379293],[-72.58798890865226,41.880137513808464],[-72.5882679087298,41.879902513754224],[-72.58833490873592,41.879628513699245],[-72.58835390874158,41.87961951369691],[-72.58834090873654,41.87960551369463],[-72.58843290874495,41.87922951361921],[-72.58826090867164,41.87893051356707],[-72.58815990862283,41.87865451351712],[-72.58839090868011,41.878339513448985],[-72.58870290876783,41.87809451339176],[-72.58918590891564,41.877924513343494],[-72.58939690896466,41.8775795132702],[-72.58993290912223,41.87727851319498],[-72.58997790912599,41.877088513156906],[-72.58988390908074,41.87683451311097],[-72.5893509088911,41.876560513075255],[-72.58893490872902,41.87610151300012],[-72.58841290853928,41.87576351295171],[-72.58802490839774,41.875503512914044],[-72.5878949083462,41.87534451288756],[-72.5878699083377,41.875338512887204],[-72.58788090834051,41.87532451288415],[-72.58769590826198,41.87500851282918],[-72.58759290821959,41.874855512802974],[-72.58745890816812,41.87472051278125],[-72.58744690816317,41.87470251277817],[-72.58699090799693,41.874398512734196],[-72.58635690777814,41.87419051271445],[-72.5861119076936,41.87411051270689],[-72.58594190763492,41.87405451270155],[-72.58600090764344,41.873867512663594],[-72.58632590773384,41.87359551260074],[-72.58634090773701,41.87356551259446],[-72.58636690774526,41.87356151259286],[-72.58640790775664,41.87352651258479],[-72.58661790780945,41.87325351252544],[-72.58733390801619,41.87278551241223],[-72.58749890806673,41.87272851239595],[-72.58807890823724,41.87240251231449],[-72.588179908256,41.87215551226363],[-72.58822590826463,41.872044512240755],[-72.58812890820008,41.871471512133404],[-72.58825390820915,41.87091951202296],[-72.58824390819755,41.87077451199533],[-72.58835390820686,41.87031151190252],[-72.58817290812972,41.86999651184761],[-72.58784390801497,41.869867511833284],[-72.58764090794213,41.86975251181762],[-72.58776790797037,41.8695225117692],[-72.5880829080566,41.86923451170355],[-72.5881719080776,41.86909451167372],[-72.58826090809863,41.868955511644074],[-72.5879489079968,41.86895451165389],[-72.58782790795375,41.86889251164582],[-72.58782990795356,41.86887751164285],[-72.587808907947,41.86888251164449],[-72.58762090788015,41.86878651163201],[-72.58759790786306,41.86861951160055],[-72.58774390790231,41.86847351156773],[-72.58798890797348,41.86832151153055],[-72.59360390980365,41.868292511344784],[-72.59526191034281,41.86826251128578],[-72.60338791298804,41.86816351100584],[-72.60382991313084,41.86813951098702],[-72.60515891356032,41.868068510930655],[-72.60544391365248,41.86805451091881],[-72.60560191370357,41.8680465109122],[-72.61420391653068,41.86841251070648],[-72.61429691656124,41.86841651070425],[-72.6143889165915,41.86842051070208],[-72.61453991664196,41.86844151070128],[-72.61469091669241,41.868462510700475],[-72.61491391676695,41.86849351069928],[-72.61660391732461,41.868604510666394],[-72.6179169177444,41.86845651059566],[-72.6192299181642,41.86830851052496],[-72.61926491817539,41.86830451052305],[-72.61928691827718,41.86994951083947],[-72.6193279184599,41.87289351140567],[-72.61936791858767,41.87488751178877],[-72.61940191869347,41.876533512104935],[-72.61946591888818,41.87955451268514],[-72.61948991891656,41.879911512753175],[-72.61965591910833,41.88230251320863],[-72.61969391915221,41.88284951331285],[-72.62044891964601,41.88714851411701],[-72.62044191980674,41.88997951466273],[-72.62044191983166,41.89041251474615],[-72.62133192022364,41.892176515057415],[-72.62137792029458,41.89314751524301],[-72.62149992033369,41.89313551523678],[-72.62154392035099,41.8931865152452],[-72.62146292034309,41.89350851530983],[-72.62137392032766,41.89374451535816],[-72.62126592030924,41.89403651541789],[-72.62104592025894,41.89440951549682],[-72.6209429202449,41.894749515565636],[-72.62094192025783,41.89497951560998],[-72.62098692030939,41.89561951573182],[-72.62096692031398,41.895812515769656],[-72.62090492030215,41.89595851579978],[-72.6208269202876,41.89614751583869],[-72.62079792030198,41.89656151591939],[-72.62076792030095,41.89671351594963],[-72.62075092030697,41.896914515988904],[-72.6207019203258,41.89751851610683],[-72.6206859203322,41.89772051614626],[-72.62089492047973,41.899097516404794],[-72.62152492092333,41.90322851718025],[-72.62173492107122,41.90460551743873]]]},"properties":{"name":4841,"geoid":"09003484100"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.548002899148,41.94180952697036],[-72.54794689913012,41.9418165269735],[-72.53860689615108,41.94304152750884],[-72.53184889398158,41.94368652784963],[-72.5298598933452,41.943913527957086],[-72.52733489253721,41.94420052809325],[-72.52710389246361,41.94423252810681],[-72.52641389224395,41.94433052814779],[-72.52618389217075,41.94436352816151],[-72.52596689210121,41.944386528172885],[-72.52531989189391,41.9444555282069],[-72.52510389182477,41.944479528218444],[-72.52476489171521,41.94449952823316],[-72.52374989138741,41.94456252827781],[-72.52341189127824,41.94458352829269],[-72.52230489092202,41.94467452834566],[-72.51898488985384,41.94495152850535],[-72.51787888949802,41.945044528558675],[-72.51720088927834,41.945074528586176],[-72.51569688879113,41.94514252864742],[-72.51517188862354,41.94520952867716],[-72.51449988840905,41.94529552871523],[-72.5143898883771,41.94536452873203],[-72.5142828883433,41.9453845287393],[-72.51417188830827,41.94540552874691],[-72.51383388819835,41.94541352875927],[-72.51372388816237,41.9454125287626],[-72.51356888811165,41.94541052876719],[-72.51333088803386,41.945409528774604],[-72.5133898880255,41.94492852868014],[-72.51357088800168,41.94348552839659],[-72.5136308879937,41.94300552830225],[-72.51363388799003,41.94292452828657],[-72.51366688795484,41.942124528131515],[-72.51377988783989,41.939481527619115],[-72.51381788780176,41.93860152744847],[-72.51382088779785,41.93851652743201],[-72.51382988778873,41.93830652739129],[-72.51382988778626,41.938263527383015],[-72.51383088778175,41.93817952736681],[-72.51383088777676,41.93809252735006],[-72.513830887766,41.93790552731406],[-72.51383488776324,41.93783452730026],[-72.51383988775999,41.93774952728374],[-72.51389688771904,41.93671252708226],[-72.51406988759719,41.93360752647891],[-72.51412888755704,41.93257252627774],[-72.51413088755372,41.93250352626438],[-72.51413188750632,41.931672526104336],[-72.51413088735114,41.928975525585045],[-72.5141308873298,41.92860352551341],[-72.51415388730726,41.92808052541197],[-72.51424688720583,41.92578452496683],[-72.51453388690437,41.9188995236316],[-72.51462888680571,41.91663952319324],[-72.51471788667276,41.9138155226464],[-72.51473188665379,41.913405522566975],[-72.51512988636503,41.906105521147815],[-72.51513288635952,41.90599252112594],[-72.51522688601658,41.899475519867146],[-72.5152308860024,41.89920551981497],[-72.51534788597525,41.89806551959154],[-72.51578288587463,41.8938325187618],[-72.51592888584194,41.892430518486904],[-72.51592888584148,41.89242251848536],[-72.51598788581174,41.89156751831867],[-72.51616788572366,41.88900451781887],[-72.5162278856943,41.88815051765233],[-72.51622988569237,41.888105517643595],[-72.51632788561064,41.8861205172578],[-72.51662188536736,41.8801975161065],[-72.51662988536052,41.88003251607443],[-72.51670488529851,41.87852251578089],[-72.5167128852923,41.87836851575095],[-72.51672088528605,41.878213515720795],[-72.51673188527774,41.87800551568034],[-72.51676788523957,41.87713351551105],[-72.51685988515341,41.875104515116846],[-72.5168838851278,41.87452051500348],[-72.51692388509105,41.87365051483443],[-72.51692488509123,41.87364751483381],[-72.51693088508505,41.87350551480624],[-72.51699688507196,41.872900514687466],[-72.51724688502492,41.87065351424614],[-72.51733088500953,41.869905514099194],[-72.51851288539306,41.86986751405407],[-72.52205788654356,41.86975651391929],[-72.52324088692747,41.86971951387431],[-72.52475888742254,41.8697145138248],[-72.52931388890802,41.869698513676],[-72.53083288940348,41.86969451362662],[-72.53235988989941,41.86965351356985],[-72.53694389138822,41.869531513399615],[-72.53847189188454,41.86949151334299],[-72.5390418920695,41.86947351332129],[-72.54075089262423,41.86942251325675],[-72.54132189280958,41.869405513235186],[-72.54191989300476,41.869406513216234],[-72.54371489359082,41.869412513159915],[-72.5443138937864,41.86941451314112],[-72.5450268940176,41.86938951311349],[-72.54716589471134,41.869316513030924],[-72.54787989494297,41.86929251300344],[-72.54883889525526,41.869281512970595],[-72.55171889619305,41.869248512872],[-72.55267889650574,41.86923851283931],[-72.553508896775,41.869211512807524],[-72.5556118974574,41.86914551272743],[-72.5560018975839,41.869132512712426],[-72.55683289785354,41.86910651268081],[-72.55838689835835,41.86906751262349],[-72.56304989987318,41.86895251245191],[-72.56460490037836,41.86891451239473],[-72.56598090082588,41.8688895123458],[-72.56762790136159,41.86886051228744],[-72.57011190216943,41.86881551219913],[-72.57148890261733,41.868791512150366],[-72.5729889031042,41.86874751209378],[-72.57748890456477,41.86861551192404],[-72.57804390474493,41.868599511903156],[-72.57898890505163,41.86857151186745],[-72.57970290528182,41.8685235118353],[-72.58184690597315,41.86838151173915],[-72.58256190620372,41.86833451170714],[-72.58364690655752,41.86833151167176],[-72.5869029076193,41.86832351156578],[-72.58788690794022,41.86832151153382],[-72.58798890797348,41.86832151153055],[-72.58774390790231,41.86847351156773],[-72.58759790786306,41.86861951160055],[-72.58762090788015,41.86878651163201],[-72.587808907947,41.86888251164449],[-72.58782990795356,41.86887751164285],[-72.58782790795375,41.86889251164582],[-72.5879489079968,41.86895451165389],[-72.58826090809863,41.868955511644074],[-72.5881719080776,41.86909451167372],[-72.5880829080566,41.86923451170355],[-72.58776790797037,41.8695225117692],[-72.58764090794213,41.86975251181762],[-72.58784390801497,41.869867511833284],[-72.58817290812972,41.86999651184761],[-72.58835390820686,41.87031151190252],[-72.58824390819755,41.87077451199533],[-72.58825390820915,41.87091951202296],[-72.58812890820008,41.871471512133404],[-72.58822590826463,41.872044512240755],[-72.588179908256,41.87215551226363],[-72.58807890823724,41.87240251231449],[-72.58749890806673,41.87272851239595],[-72.58733390801619,41.87278551241223],[-72.58661790780945,41.87325351252544],[-72.58640790775664,41.87352651258479],[-72.58636690774526,41.87356151259286],[-72.58634090773701,41.87356551259446],[-72.58632590773384,41.87359551260074],[-72.58600090764344,41.873867512663594],[-72.58594190763492,41.87405451270155],[-72.5861119076936,41.87411051270689],[-72.58635690777814,41.87419051271445],[-72.58699090799693,41.874398512734196],[-72.58744690816317,41.87470251277817],[-72.58745890816812,41.87472051278125],[-72.58759290821959,41.874855512802974],[-72.58769590826198,41.87500851282918],[-72.58788090834051,41.87532451288415],[-72.5878699083377,41.875338512887204],[-72.5878949083462,41.87534451288756],[-72.58802490839774,41.875503512914044],[-72.58841290853928,41.87576351295171],[-72.58893490872902,41.87610151300012],[-72.5893509088911,41.876560513075255],[-72.58988390908074,41.87683451311097],[-72.58997790912599,41.877088513156906],[-72.58993290912223,41.87727851319498],[-72.58939690896466,41.8775795132702],[-72.58918590891564,41.877924513343494],[-72.58870290876783,41.87809451339176],[-72.58839090868011,41.878339513448985],[-72.58815990862283,41.87865451351712],[-72.58826090867164,41.87893051356707],[-72.58843290874495,41.87922951361921],[-72.58834090873654,41.87960551369463],[-72.58835390874158,41.87961951369691],[-72.58833490873592,41.879628513699245],[-72.5882679087298,41.879902513754224],[-72.58798890865226,41.880137513808464],[-72.58742790845922,41.87996351379293],[-72.58726890840677,41.87995351379613],[-72.58688090830329,41.88035551388605],[-72.58653990820547,41.88058951394209],[-72.58628290812437,41.88063751395959],[-72.58590090799538,41.88056151395721],[-72.58566690791586,41.8805065139541],[-72.58529290780578,41.880714514006215],[-72.58518890777381,41.8807485140161],[-72.58505890773392,41.880792514028755],[-72.58487390766959,41.88072351402138],[-72.58482290764945,41.88066251401127],[-72.58480690764237,41.8806305140056],[-72.58476490762546,41.88057451399616],[-72.58472190760821,41.88051851398676],[-72.58469090759735,41.88050551398523],[-72.58464790758033,41.88045351397659],[-72.58462390757234,41.880450513976776],[-72.58463190757408,41.88043551397365],[-72.58457590755197,41.88036851396252],[-72.58442990750001,41.88029351395276],[-72.582963907018,41.880229513987466],[-72.58266990691789,41.88015651398282],[-72.58216190674484,41.88002951397464],[-72.58192590666785,41.8800295139822],[-72.58191390666467,41.880042513985096],[-72.58190390666067,41.8800295139829],[-72.58182090663358,41.88002951398556],[-72.58177290661914,41.88005051399115],[-72.58173590660797,41.88006651399543],[-72.58169390659572,41.880091514001606],[-72.58157090655834,41.8801395140148],[-72.5814349065174,41.88019951403072],[-72.58132090648307,41.88024951404403],[-72.5811999064486,41.88033651406468],[-72.58118690644574,41.88036051406971],[-72.58115490643576,41.88036851407228],[-72.58095690637937,41.88051151410621],[-72.58050990625529,41.8808905141936],[-72.58026190618442,41.88106551423528],[-72.57929990589787,41.8815415143579],[-72.57877390575123,41.88197651445862],[-72.57818190557846,41.882331514546046],[-72.5779339055096,41.88254151459447],[-72.57780890548271,41.882783514645126],[-72.5781019056159,41.88343751476179],[-72.5781779056388,41.883404514752996],[-72.57818390563995,41.88339051475009],[-72.57826990566657,41.883365514742515],[-72.578307905678,41.883348514738024],[-72.57840990570192,41.88318551470332],[-72.57842990570764,41.883171514699995],[-72.57844790571293,41.88316151469748],[-72.57844790571167,41.883139514693255],[-72.5785409057357,41.88302951466907],[-72.57875290581296,41.88317051468944],[-72.57887190586105,41.88333151471666],[-72.57882890588293,41.883956514838495],[-72.57869690586409,41.88437851492407],[-72.57867490587593,41.88470951498857],[-72.57913090603398,41.88487051500497],[-72.57897490600186,41.885197515073],[-72.57902790604076,41.88557351514376],[-72.57896190603111,41.88578051518578],[-72.57875490597121,41.88591351521804],[-72.57832890585773,41.886357515317286],[-72.5781819058282,41.88667851538386],[-72.57794590575793,41.88679551541399],[-72.57792890573496,41.886492515356146],[-72.5777069056478,41.886236515313925],[-72.57742090555001,41.886158515308075],[-72.57702890544807,41.886610515407746],[-72.57651090527467,41.88653451540973],[-72.57601790511696,41.88658951543614],[-72.5757239050285,41.88671951547064],[-72.5757389050115,41.88633851539672],[-72.57561390495611,41.88608451535177],[-72.57518990481806,41.886089515366336],[-72.57478190469021,41.88618151539716],[-72.57424390452724,41.88640051545663],[-72.57406390447821,41.88656951549496],[-72.57398890449377,41.88726651563171],[-72.57361390440072,41.887776515742026],[-72.57354690441349,41.88837951586039],[-72.57367990447831,41.888752515928],[-72.573738904507,41.88891651595773],[-72.57350290447651,41.88972651612139],[-72.57339590446286,41.89009651619613],[-72.5733389044942,41.890965516365426],[-72.57336690451825,41.891225516414636],[-72.57315890451635,41.89237351664252],[-72.57292390451416,41.89366951689982],[-72.57291990451768,41.893753516916135],[-72.57291290451877,41.893812516927724],[-72.57290490451949,41.89387051693916],[-72.57288390451384,41.89389151694388],[-72.57283390451317,41.89416351699791],[-72.57282490451321,41.89421551700822],[-72.57284690454561,41.89465451709209],[-72.57294390460727,41.895176517189554],[-72.57314790473647,41.896266517393045],[-72.57313490473632,41.89633751740715],[-72.57192190436842,41.8968235175397],[-72.57174090432191,41.89704251758771],[-72.5717829043527,41.8973395176436],[-72.57181690437702,41.8975695176868],[-72.57161190434378,41.8981555178063],[-72.57165390436705,41.89832151783692],[-72.57176290441188,41.89848251786446],[-72.57200290449958,41.89864551788816],[-72.5728519048033,41.899109517950315],[-72.57287290482222,41.89931951799011],[-72.57197990455535,41.89974651810103],[-72.57169190448953,41.90023651820467],[-72.5718109045368,41.90038351822918],[-72.5723589047188,41.90043851822219],[-72.5724969047735,41.90060651825013],[-72.57245790476405,41.90066351826237],[-72.57236390474154,41.900805518292735],[-72.57204990464693,41.90094251832921],[-72.57109990433122,41.90084351834062],[-72.57089390427078,41.90096151836996],[-72.57083190426451,41.90120451841877],[-72.5708339042755,41.901384518453376],[-72.57059090422855,41.90194751856964],[-72.57090890434804,41.90222051861204],[-72.57138090448694,41.901957518546226],[-72.57168790461853,41.90250351864155],[-72.57252090489803,41.90263651864045],[-72.57264890495074,41.902826518672946],[-72.57257490495091,41.90324951875681],[-72.57220590484991,41.90358751883378],[-72.57198090478114,41.903668518856605],[-72.57148590460987,41.90349951883992],[-72.57131190455371,41.90351051884762],[-72.57121490452441,41.90355151885864],[-72.57107590448427,41.90364251888062],[-72.57118890453289,41.9038465189163],[-72.57186190475414,41.903874518900096],[-72.57213790484957,41.90396751890917],[-72.57208490484045,41.904109518938206],[-72.57187890477792,41.904191518960616],[-72.57154090466886,41.90421351897571],[-72.57085990444249,41.9041415189837],[-72.57055890434758,41.904199519004514],[-72.57040690430901,41.904391519046385],[-72.57045090434407,41.904751519114335],[-72.57055190439951,41.905142519186406],[-72.5704369043751,41.90537051923401],[-72.56991990421648,41.905546519284506],[-72.56954390410907,41.905812519347826],[-72.56953590410771,41.90583451935231],[-72.56942490408994,41.90615551941771],[-72.56927290405211,41.906360519462076],[-72.56908790399484,41.90641451947842],[-72.56888090391917,41.9062735194579],[-72.56866790383654,41.90604551942081],[-72.56814790366661,41.90604151943672],[-72.56789590360805,41.90645351952418],[-72.56801690366963,41.90683751959426],[-72.56788590363541,41.90698651962717],[-72.56759790352451,41.90669251957978],[-72.56734090343659,41.90662151957434],[-72.5671559033793,41.90667551959068],[-72.56703190335068,41.90688151963434],[-72.56714190339497,41.907027519658946],[-72.56769390360066,41.90747151972676],[-72.56775690363193,41.90765751976056],[-72.56781490366055,41.907826519791264],[-72.56768590365387,41.908442519914054],[-72.56691990344038,41.90907752006094],[-72.56676690339584,41.909171520083966],[-72.56651190335212,41.909858520224475],[-72.56645590334259,41.91001052025554],[-72.5659339031921,41.910356520338944],[-72.56582890316082,41.910408520352334],[-72.56566290311125,41.91048852037308],[-72.56516790296372,41.910732520435936],[-72.56500290291453,41.91081352045683],[-72.5648679028742,41.91087852047368],[-72.56446590275436,41.91107652052472],[-72.56433290271474,41.9111425205417],[-72.56365890251375,41.91147252062688],[-72.56284490227111,41.91187352073024],[-72.56248590216819,41.91212152078952],[-72.56234690212908,41.91223052081498],[-72.56218690211774,41.91294152095705],[-72.56217890211728,41.91297852096444],[-72.56269990231526,41.913464521041334],[-72.56261690229823,41.91363952107769],[-72.56222590216682,41.91357352107753],[-72.56164290197002,41.913460521074455],[-72.56139790188915,41.913444521079256],[-72.56117990182702,41.91360152111648],[-72.56097390177196,41.91381352116392],[-72.5606739016772,41.91386852118414],[-72.5605019016113,41.91369852115691],[-72.56059590162391,41.91338452109342],[-72.56057490159799,41.91305252103014],[-72.5601549014399,41.91268752097331],[-72.55955690123012,41.912433520943566],[-72.55917890110302,41.912368520943176],[-72.55877890097256,41.91237052095639],[-72.55845990087052,41.912406520973555],[-72.55821490079686,41.91251652100259],[-72.55803190076196,41.91294852109168],[-72.55806290077726,41.91303852110803],[-72.5584379009246,41.913472521179585],[-72.55887890109781,41.91398152126347],[-72.55868290105033,41.91426852132505],[-72.55857390102682,41.914478521368984],[-72.55884490113466,41.91481552142518],[-72.55910690125336,41.915392521527934],[-72.5588599011894,41.915682521591705],[-72.55845690105723,41.915671521602505],[-72.55821290097724,41.91566552160918],[-72.55795390089052,41.91562752161017],[-72.55704190057368,41.91529452157528],[-72.5562589002934,41.91486452151757],[-72.55608790023406,41.9148035215113],[-72.55597090023164,41.91542552163485],[-72.55593390023077,41.91562052167362],[-72.55626990041058,41.91684052189779],[-72.55628890043104,41.91708852194495],[-72.5561429004008,41.91739152200799],[-72.55543790018804,41.91769352208876],[-72.55490890003082,41.917962522157524],[-72.55443789989123,41.91820852222001],[-72.55343089959787,41.918823522370744],[-72.55338389959512,41.919042522414436],[-72.5536408996942,41.919306522457035],[-72.55377189975059,41.91954352249846],[-72.5536458997178,41.919688522530436],[-72.55281089944069,41.919609522542],[-72.55269589940919,41.919714522565904],[-72.5529208994997,41.920011522615894],[-72.55373289979018,41.920453522674975],[-72.55374789981593,41.92081652274441],[-72.55361889978217,41.92096152277645],[-72.5535248997555,41.921031522792944],[-72.55311389960202,41.920695522741426],[-72.55241789936281,41.92048652272351],[-72.55221289929378,41.92044952272295],[-72.55210089926557,41.920594522754456],[-72.55232689936173,41.92098452282232],[-72.55239789939431,41.92114752285145],[-72.55232189937563,41.921254522874484],[-72.55165389915447,41.9212005228855],[-72.55117389898767,41.92102452286701],[-72.55097689892312,41.92102052287254],[-72.55071589885,41.92123052292136],[-72.5506118988267,41.921415522960324],[-72.5508188989088,41.92166852300241],[-72.55086289893025,41.92179152302466],[-72.55069389888273,41.9219245230557],[-72.55038489878294,41.921943523069274],[-72.55037789878043,41.92193952306873],[-72.54956989849624,41.92158452302628],[-72.54947589846812,41.92162852303776],[-72.54951789849927,41.92193252309496],[-72.54955589854458,41.92250452320389],[-72.55039889882765,41.92264152320324],[-72.55043889885238,41.922844523241054],[-72.55041689885756,41.923059523283165],[-72.54963089863062,41.92357552340773],[-72.54954089860568,41.923652523425446],[-72.54930889854145,41.92385252347138],[-72.54934389856655,41.9240905235161],[-72.54982489873164,41.924230523527626],[-72.54991289876548,41.92431952354195],[-72.54986389875765,41.92446152357087],[-72.54962789868883,41.92460452360598],[-72.54962089870367,41.924902523663576],[-72.5501188988847,41.92522352370943],[-72.5501658989032,41.925278523718504],[-72.55029089894924,41.925369523732016],[-72.55039389898869,41.92547052374816],[-72.55027789897248,41.92584752382447],[-72.5502398989675,41.92597652385054],[-72.55006289892243,41.926197523898765],[-72.54986489886585,41.92633752393207],[-72.54946789874562,41.92650052397619],[-72.54921089866448,41.926548523993674],[-72.54894289857785,41.926563524005154],[-72.54869689849842,41.92657852401594],[-72.54855689845563,41.92662952403023],[-72.54854889845844,41.92672352404859],[-72.54856489846631,41.92676952405693],[-72.54846889843294,41.926734524053266],[-72.54821289834575,41.926671524049354],[-72.54804589828893,41.92663152404701],[-72.54716789799114,41.926437524037816],[-72.54714289798265,41.926431524037454],[-72.54686889788951,41.92636752403393],[-72.54678689786167,41.92634852403289],[-72.54673989784965,41.926406524045575],[-72.54688689790638,41.926558524070124],[-72.54706889797671,41.926748524100866],[-72.5470408980019,41.927345524216726],[-72.54702789801418,41.92763252427239],[-72.5471958980835,41.92788452431553],[-72.54819789841163,41.927902524286864],[-72.54855689853217,41.92796052428652],[-72.5486548985767,41.928178524325354],[-72.54842989851515,41.92838552437243],[-72.54830789851042,41.92899552449379],[-72.54834289853343,41.92919752453156],[-72.54795289842689,41.929558524613576],[-72.5479038984136,41.929605524624186],[-72.54774189838596,41.930044524713914],[-72.54827289856598,41.93016052471923],[-72.54823289856591,41.930386524764],[-72.5479328984769,41.930541524803466],[-72.54739389832118,41.93089352488853],[-72.54721489827843,41.93116652494684],[-72.54765689845041,41.93164752502527],[-72.54788389853786,41.93187952506265],[-72.54777989852298,41.93221152512991],[-72.54728989836819,41.932301525162934],[-72.54683189824654,41.93278552527081],[-72.54690689827456,41.932847525280344],[-72.54757889848408,41.93267552522567],[-72.54820589868847,41.93267052520461],[-72.54823489870812,41.932847525237754],[-72.54772789854444,41.93287952526018],[-72.54759089850909,41.93304252529595],[-72.54800689865037,41.93313752530089],[-72.54859889885927,41.933409525334255],[-72.54860789887049,41.9335535253617],[-72.5483978988054,41.93361352537999],[-72.54800989867539,41.93355552538127],[-72.54748489851079,41.93367352542083],[-72.5472068984172,41.93362452542031],[-72.54689989830811,41.93347052540051],[-72.54669189824182,41.93349852541258],[-72.54666789823854,41.93357752542854],[-72.54660889823076,41.93377752546895],[-72.54737389850112,41.93413552551333],[-72.54800589872022,41.934357525535795],[-72.548348898838,41.934458525544244],[-72.54832889885466,41.934861525622466],[-72.54898789910351,41.93544752571414],[-72.5491368991604,41.93559052573689],[-72.5493548992513,41.93593352579593],[-72.54928889924292,41.936162525842114],[-72.54908289918079,41.936251525865856],[-72.54863289903767,41.936317525893],[-72.54849089899258,41.93633952590179],[-72.54831789894686,41.936526525943336],[-72.54832789895744,41.93665352596746],[-72.54847389901022,41.936742525979916],[-72.54868389906665,41.936531525932566],[-72.54890089913772,41.936535525926374],[-72.549248899271,41.936877525981046],[-72.54912689924886,41.93718452604405],[-72.54859089908189,41.93732452608819],[-72.54850689906513,41.93750952612649],[-72.54824289899578,41.937802526191376],[-72.54794889892862,41.938303526297226],[-72.54786389888987,41.93811252626319],[-72.54777089884755,41.937904526226134],[-72.54765389880464,41.937822526214106],[-72.5471308986589,41.938257526314615],[-72.5471238986723,41.93852952636721],[-72.54711289869113,41.93891952644264],[-72.54711389869767,41.93902752646338],[-72.547273898753,41.93908152646865],[-72.54767989889352,41.9392195264822],[-72.54804989900067,41.938982526424695],[-72.5481728990379,41.93893152641094],[-72.54835289910041,41.938996526417675],[-72.5483568991108,41.939154526447965],[-72.5478468989677,41.93956152654267],[-72.54753689888076,41.939809526600335],[-72.54748589887943,41.94007552665318],[-72.54746889888186,41.940214526680485],[-72.54742089889031,41.94063352676268],[-72.54741389889165,41.94069652677503],[-72.54746189891084,41.94075752678522],[-72.54761689897254,41.9409505268174],[-72.54790289908647,41.94130752687695],[-72.54799989913367,41.94157752692579],[-72.54804689915645,41.941706526949126],[-72.548002899148,41.94180952697036]]]},"properties":{"name":4842,"geoid":"09003484200"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.67587092316225,41.633103463229936],[-72.67588492316669,41.63310146322908],[-72.67588792316762,41.63310046322879],[-72.67594192318478,41.63309346322572],[-72.67596092319087,41.633091463224716],[-72.67792192381444,41.63283346311186],[-72.68380492568521,41.63206046277344],[-72.68573892630026,41.63180746266239],[-72.68576692630909,41.63180246266052],[-72.68578692631537,41.63179846265909],[-72.68584992633525,41.63178746265495],[-72.68587092634192,41.63178446265368],[-72.68624292645929,41.63171946262915],[-72.68632492648513,41.63170446262363],[-72.68768792691525,41.631467462533976],[-72.68803892702606,41.63140746251109],[-72.68814392706022,41.63140746250773],[-72.68815192706282,41.63140746250746],[-72.68816692706771,41.631407462506985],[-72.68817892707162,41.631407462506594],[-72.68818792707455,41.63140746250632],[-72.68821492708335,41.63140746250545],[-72.68829692711002,41.63140746250282],[-72.68832492711914,41.631407462501926],[-72.68834492712564,41.631407462501286],[-72.68840492714517,41.631407462499354],[-72.68842592715202,41.631407462498686],[-72.68863892722135,41.63140746249186],[-72.69098092796324,41.63105046234755],[-72.69863893038931,41.62988746187646],[-72.70113993118159,41.629507461722554],[-72.701191931198,41.629498461719145],[-72.7011959311992,41.62949646171862],[-72.70120393120179,41.629496461718375],[-72.70120993120368,41.629495461717966],[-72.70121493120531,41.62949546171781],[-72.70125593121827,41.62948846171515],[-72.70138293125835,41.629466461706805],[-72.70142493127162,41.6294594617041],[-72.70143293127408,41.62945746170348],[-72.70145993128266,41.629453461701814],[-72.70146893128553,41.629452461701334],[-72.70230793155059,41.62931246164726],[-72.70233993156072,41.629307461645276],[-72.7039509320723,41.62908446155035],[-72.71141093444143,41.628056461111655],[-72.7137549351858,41.6277334609738],[-72.71382693520867,41.62772346096955],[-72.71389793523122,41.62771346096534],[-72.71382393521164,41.62779246098303],[-72.71378893520246,41.62783146099172],[-72.713628935163,41.628052461039715],[-72.71356593514751,41.6281404610588],[-72.71343993511601,41.62830746109522],[-72.71339693510711,41.628396461113866],[-72.71327293508153,41.628655461168066],[-72.71314993505626,41.62891446122224],[-72.7129459350141,41.6293394613112],[-72.7128609349967,41.62951946134883],[-72.7125919349443,41.6301354614769],[-72.71244093491123,41.63041746153643],[-72.71241093490458,41.63047246154805],[-72.71238193489829,41.63052746155965],[-72.7123399348892,41.63060746157651],[-72.71241693492672,41.6308264616165],[-72.71249193496311,41.63103646165482],[-72.71251693497535,41.63110846166798],[-72.71254293498792,41.6311804616811],[-72.71256193499718,41.63123446169096],[-72.71258093500646,41.63128846170081],[-72.71290693516507,41.632209461868925],[-72.71294393518302,41.63231346188792],[-72.71297693519894,41.63240446190449],[-72.71300893521462,41.632496461921306],[-72.71304393523177,41.63259746193976],[-72.71322593532024,41.6331104620334],[-72.71323693532558,41.63314146203905],[-72.71325893533636,41.633204462050564],[-72.7132809353471,41.63326746206207],[-72.71331493536351,41.63336146207921],[-72.71337793539429,41.63354146211208],[-72.71367793554016,41.634387462266474],[-72.71369893555043,41.634447462277436],[-72.71371993556069,41.6345074622884],[-72.71379893559946,41.63473646233026],[-72.71382593561258,41.634812462344115],[-72.71383093567295,41.63584246254366],[-72.71383393569508,41.63621346261549],[-72.71399493584775,41.63797146295115],[-72.71447793630601,41.643248463958585],[-72.71462993644958,41.64489746427334],[-72.71463993645911,41.645007464294345],[-72.71466393648662,41.64535246436044],[-72.71473593656911,41.64638746455872],[-72.71476093659699,41.646733464624994],[-72.71481293663406,41.64708646469174],[-72.71496893674545,41.648148464892564],[-72.71502093678258,41.648502464959506],[-72.715123936864,41.649341465118795],[-72.71527193698057,41.65053946534623],[-72.71528693706131,41.65186846560329],[-72.71529693711285,41.65271446576692],[-72.7140519367127,41.65280346582415],[-72.71031593551191,41.65307046599585],[-72.70907193511215,41.65316046605324],[-72.70873693500664,41.653222466076],[-72.70773193469006,41.65340746614413],[-72.70739793458495,41.65347046616704],[-72.70731593455922,41.65348746617298],[-72.7067959343966,41.653603466212154],[-72.70499193383226,41.65400446634777],[-72.70439093364433,41.65413946639324],[-72.70411293355544,41.65416746640758],[-72.70327893328877,41.65425146645062],[-72.70300093319987,41.65427946646497],[-72.70307293324294,41.65462346652933],[-72.70328993337246,41.65565546672235],[-72.70336293341592,41.656000466786864],[-72.70360293355849,41.65712946699793],[-72.70432593398722,41.660517467631216],[-72.70456693413017,41.66164746784243],[-72.70487293431138,41.66307646810945],[-72.7052319345235,41.66474446842109],[-72.70575393484357,41.66737346891365],[-72.70603993501857,41.66880746918227],[-72.70250693389349,41.66924646938075],[-72.6958759317818,41.67007046975325],[-72.6919079305181,41.6705634699761],[-72.68837492939292,41.67100247017453],[-72.68804592928889,41.67105647019555],[-72.68705892897684,41.6712194702588],[-72.68673092887322,41.67127447027996],[-72.68623992871888,41.67137147031451],[-72.68476592825559,41.67166247041817],[-72.68427592810166,41.67176047045288],[-72.68404292802687,41.671779470464045],[-72.68334392780265,41.6718384704979],[-72.68311192772832,41.67185947050938],[-72.68302092768471,41.671614470464846],[-72.68283292759429,41.6711024703717],[-72.68263092752152,41.670979470354354],[-72.68240792744126,41.670845470335536],[-72.68134092708421,41.670676470337035],[-72.68092992694675,41.67061247033783],[-72.67815092601379,41.670118470331246],[-72.67708892565729,41.669930470328886],[-72.67692392560248,41.66991147033051],[-72.6761649253528,41.669866470346115],[-72.67338992444006,41.669704470403715],[-72.67246592413612,41.66965047042288],[-72.67232192408873,41.66964147042575],[-72.67188992394665,41.66961647043476],[-72.67174692389965,41.66960847043781],[-72.67158492384922,41.669649470450935],[-72.67109892369795,41.66977147049015],[-72.6709369236476,41.669813470503485],[-72.67017392340395,41.66989747054422],[-72.66994092332833,41.66990147055246],[-72.67240292404524,41.66841647018583],[-72.67266192412102,41.66826647014846],[-72.67302392422651,41.66804947009481],[-72.67344292434872,41.667800470033136],[-72.67398592450586,41.667455469948884],[-72.67410092453942,41.667387469932024],[-72.67424492458146,41.667302469910936],[-72.67443992463842,41.667188469882596],[-72.67446392464534,41.66717246987872],[-72.67452092466168,41.66713346986934],[-72.67469292471104,41.66701746984137],[-72.67475092472776,41.666979469832135],[-72.67516292483863,41.666571469739864],[-72.67640192517233,41.66534946946338],[-72.67681492528358,41.66494246937127],[-72.67730992541594,41.66443746925756],[-72.67776592554057,41.664019469161936],[-72.67837492570193,41.66337246901705],[-72.67860392575317,41.66296346893044],[-72.67873492577837,41.66265746886695],[-72.6788579257863,41.66209446875392],[-72.67884192577236,41.661941468724784],[-72.6787419257079,41.661381468619474],[-72.67868192566365,41.660948468537505],[-72.67866492565219,41.660844468517894],[-72.67861392561792,41.66053446845945],[-72.67859792560684,41.66043146844002],[-72.67840192547405,41.65922146821181],[-72.67839792543823,41.658616468094706],[-72.6784029254287,41.658420468056555],[-72.67841592542496,41.658280468029005],[-72.67845292543176,41.65818846801],[-72.67846392543237,41.658136467999576],[-72.6787419254763,41.65731946783232],[-72.67946992563725,41.65598546755045],[-72.67967692567852,41.655527467455066],[-72.67979192570073,41.65526046739962],[-72.67982592570195,41.65508746736501],[-72.6799019257085,41.65476846730076],[-72.67993592570042,41.65443246723456],[-72.67999392568738,41.653872467124145],[-72.67996492565919,41.65354346706131],[-72.67976192553485,41.65252146686974],[-72.67972392551307,41.65235646683899],[-72.67970792550089,41.652234466815855],[-72.67964592546407,41.651942466761234],[-72.6794709253602,41.651119466607334],[-72.67945492535078,41.6510454665935],[-72.67944492534487,41.65099846658471],[-72.67939892532002,41.650825466552654],[-72.67937992530973,41.65075346653931],[-72.67927492526478,41.65056446650603],[-72.67925892525751,41.65052846649957],[-72.67910192518625,41.65017446643599],[-72.67893492511261,41.64983646637584],[-72.6788979250963,41.649761466362484],[-72.67883292506619,41.64960446633413],[-72.6786049249579,41.64900646622552],[-72.67859492495305,41.64897846622043],[-72.67817792471251,41.647139465877316],[-72.67803792463147,41.646516465761046],[-72.67801092461589,41.646397465738836],[-72.67792992456917,41.64604046567223],[-72.67790392455399,41.64592246565019],[-72.67785092452255,41.64567346560363],[-72.6776919244283,41.64492746546409],[-72.67763892439693,41.64467946541772],[-72.67758292436315,41.644406465366586],[-72.67741492426198,41.64359046521377],[-72.67735992422858,41.64331846516282],[-72.67733392421373,41.64320646514192],[-72.67729892419379,41.64305646511398],[-72.67725592416933,41.64287246507968],[-72.67722992415453,41.642761465058996],[-72.67716592411821,41.64248946500832],[-72.67697692401033,41.64167546485656],[-72.6769149239747,41.641404464806],[-72.67677892389428,41.64076946468725],[-72.67637092365298,41.63886446433099],[-72.67623492357261,41.63823046421242],[-72.67598592343326,41.637206464021844],[-72.67586292336446,41.63670146392788],[-72.67560392322125,41.635666463735475],[-72.67554392318497,41.635372463680376],[-72.67550692315267,41.635016463612544],[-72.67548992313108,41.63473446355842],[-72.67550192311978,41.634467463506255],[-72.6755549231165,41.634106463434556],[-72.67555692311646,41.634094463432156],[-72.67565092312746,41.63375046336243],[-72.67587092316225,41.633103463229936]]]},"properties":{"name":4903.02,"geoid":"09003490302"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.87242299469226,41.76454648232907],[-72.87247299470668,41.76451448232126],[-72.87262399475044,41.7644214822984],[-72.87267499476529,41.764390482290764],[-72.87271199477593,41.76436648228494],[-72.87282699480926,41.764295482267485],[-72.8728649948203,41.764272482261816],[-72.87300799486103,41.764171482237664],[-72.87321899492103,41.76402148220186],[-72.87343699498322,41.763869482165425],[-72.8735809950243,41.76376948214144],[-72.87363999504103,41.763726482131226],[-72.87381799509176,41.763601482101315],[-72.87387799510891,41.76356048209145],[-72.87414999518636,41.76336848204556],[-72.87460499531603,41.76304948196918],[-72.87477699536574,41.76294048194256],[-72.87497599542264,41.76280448190984],[-72.87512399546505,41.76270448188571],[-72.875242995498,41.76260448186255],[-72.87539699554415,41.76253548184422],[-72.87564699561919,41.762425481814866],[-72.87586199568415,41.7623384817911],[-72.87601899573167,41.76227648177402],[-72.87625599580473,41.76220548175262],[-72.87745599617203,41.761801481635665],[-72.87756399620511,41.76176548162522],[-72.8782499964089,41.761427481537666],[-72.87894699660532,41.76090048141329],[-72.87897399661296,41.76088048140855],[-72.87924699668585,41.76060448134639],[-72.87960299678092,41.76024448126532],[-72.87984399684525,41.76000048121036],[-72.88049499701553,41.75928048105019],[-72.88077199707821,41.75880548094946],[-72.88089899710705,41.75858948090361],[-72.88102399711552,41.758032480792],[-72.88111099713404,41.75786348075653],[-72.88119899715414,41.75771548072509],[-72.8814059972066,41.75745748066854],[-72.88156499724782,41.75727548062823],[-72.88204599737298,41.75673248050776],[-72.8822059974146,41.7565514804676],[-72.88223999742637,41.75656348046881],[-72.88234499746265,41.756599480472374],[-72.88234899746405,41.75660148047262],[-72.88238099747512,41.75661248047369],[-72.8823999974799,41.756588480468444],[-72.8824899975011,41.7564484804385],[-72.88253599751197,41.756377480423275],[-72.8826789975488,41.75620948038619],[-72.88289099760861,41.756050480348605],[-72.88290799761346,41.75603848034572],[-72.88307199766054,41.75592948031936],[-72.88318899768305,41.7556604802636],[-72.88451099812292,41.75582448025238],[-72.88683499889045,41.75601348021344],[-72.88683599888805,41.75596648020435],[-72.88684099888164,41.75582748017734],[-72.88684399887995,41.75578148016835],[-72.88684699887646,41.75570448015339],[-72.88684599887297,41.755649480142786],[-72.88684299884918,41.75525548006679],[-72.88684199884126,41.75512448004152],[-72.88660699876269,41.755088480042204],[-72.8859019985271,41.754983480044785],[-72.8856679984489,41.75494848004563],[-72.88524199830667,41.75488748004768],[-72.88450899806202,41.75478348005138],[-72.8840089978864,41.75456148002473],[-72.88361699774872,41.75438748000384],[-72.88336599766058,41.75427647999053],[-72.88261299739634,41.753946479951225],[-72.88236299730859,41.75383647993811],[-72.88249899734205,41.753649479897554],[-72.88290699744257,41.75309147977654],[-72.88304399747642,41.75290547973618],[-72.88308099748534,41.75285147972454],[-72.88319399751285,41.752691479689965],[-72.88323199752217,41.752638479678495],[-72.88335099756385,41.75268947968448],[-72.88370899768937,41.75284447970281],[-72.88382899773144,41.752896479708966],[-72.88443099794154,41.75314047973656],[-72.88447299795621,41.753157479738476],[-72.88519399820782,41.753449479771476],[-72.88586799844454,41.753748479807356],[-72.88621599856819,41.753927479830644],[-72.88639599863217,41.754020479842765],[-72.88678699877214,41.754239479872375],[-72.88678399876832,41.754190479863006],[-72.88677299875583,41.75403647983361],[-72.8867809987523,41.75393047981289],[-72.88679599874635,41.753743479776276],[-72.88678099873152,41.753571479743556],[-72.88676599870587,41.75321247967468],[-72.8866739986552,41.75285447960852],[-72.88657899860932,41.75259647956177],[-72.88647799856128,41.75233447951444],[-72.88643499854038,41.752215479492854],[-72.88630599847791,41.75186147942865],[-72.88626299845714,41.751744479407456],[-72.88618199841568,41.751483479359656],[-72.88604299834432,41.75103247927706],[-72.88599799830989,41.75069047921246],[-72.885970998289,41.75048147917297],[-72.88597499828676,41.75042047916104],[-72.88599299827757,41.75016047911024],[-72.88601799828068,41.75007347909261],[-72.88618599830257,41.74950647897764],[-72.88633499832589,41.74907147888877],[-72.88644899834385,41.748740478821134],[-72.88613299823498,41.74863647881129],[-72.88518699790896,41.74832447878171],[-72.8848719978004,41.74822047877185],[-72.88491799780687,41.748073478741965],[-72.88505799782688,41.747631478652025],[-72.88510499783372,41.747485478622295],[-72.88539599792435,41.747414478599126],[-72.88545299794134,41.747387478592074],[-72.88556699797549,41.747336478578525],[-72.88579199803902,41.747168478538775],[-72.8859339980761,41.74701047850365],[-72.886039998098,41.746792478458076],[-72.88609199810219,41.7465724784139],[-72.88610299810315,41.74652747840485],[-72.88610599808587,41.7462114783437],[-72.88627899813743,41.746129478322246],[-72.88635499816014,41.746094478313005],[-72.88638499816238,41.74596447828693],[-72.8863399981441,41.74590147827621],[-72.88622299810169,41.74582647826553],[-72.8860989980591,41.745788478262206],[-72.88608499805467,41.74579047826305],[-72.88589599799516,41.74582547827595],[-72.88571199792585,41.74566247825041],[-72.8856709979104,41.745626478244795],[-72.88550299785082,41.74554147823383],[-72.88531099778315,41.745452478222866],[-72.88505299769288,41.74534347821017],[-72.88482799761414,41.74524847819911],[-72.8849559976456,41.745072478160964],[-72.88534099774047,41.74454547804666],[-72.88546999777233,41.744370478008655],[-72.88600499795851,41.744578478031485],[-72.8876119985179,41.74520547810047],[-72.88783099859417,41.74529147810999],[-72.8881539987055,41.74539847812019],[-72.88840099876941,41.7451134780571],[-72.88914099896088,41.7442594778681],[-72.88938899902517,41.74397547780518],[-72.88957599907354,41.74375947775738],[-72.88979899913132,41.743503477700685],[-72.89053799932292,41.74265747751326],[-72.89091199941865,41.74220747741415],[-72.89101199944356,41.74207547738543],[-72.89117699948481,41.74186047733853],[-72.89131499951088,41.74153447727106],[-72.89131499949833,41.74131747722914],[-72.89131599948071,41.7410074771692],[-72.8913039994572,41.7406684771041],[-72.89129699944242,41.740452477062604],[-72.89128799942982,41.74028547703062],[-72.89126399939309,41.739785476934784],[-72.8912559993809,41.73961947690297],[-72.8912459993723,41.73952747688551],[-72.89121599934658,41.73925147683316],[-72.89120699933838,41.73916047681587],[-72.8911519992901,41.738635476716226],[-72.89098999914644,41.73706347641772],[-72.89093699909888,41.736539476318185],[-72.89121199918118,41.736414476285105],[-72.89163699930647,41.73618947622782],[-72.89371399991896,41.73509047594808],[-72.89438900011575,41.734694475849636],[-72.89449400014628,41.73463147583405],[-72.8948130002393,41.73444447578756],[-72.8949190002702,41.734382475772136],[-72.89521800035706,41.73420147572747],[-72.89536400040055,41.7341314757092],[-72.89573100050988,41.73395647566346],[-72.89606000060758,41.73379447562149],[-72.89676900082237,41.73351847554514],[-72.89701100089576,41.733425475519326],[-72.89723900096371,41.733317475491056],[-72.89754400105461,41.73317247545313],[-72.8984600013277,41.73273947533973],[-72.89876600141895,41.73259547530194],[-72.89901700149238,41.732452475266186],[-72.89983100173428,41.73205447516284],[-72.90062600218018,41.735289475762194],[-72.90073100223432,41.735634475825435],[-72.90102200238292,41.736565475995874],[-72.90108100240923,41.73668847601773],[-72.90113600243876,41.736889476054785],[-72.9013020025278,41.7374944761663],[-72.90135800255771,41.73769647620352],[-72.90149800262708,41.73810747627837],[-72.90192100283616,41.73934147650307],[-72.90200300287664,41.7395794765464],[-72.90208100291163,41.73974547657593],[-72.90209400292073,41.73982947659173],[-72.9021340029485,41.74008447663972],[-72.90214800295799,41.74016947665569],[-72.9021130029581,41.74036847669527],[-72.90211200295836,41.74037847669724],[-72.90215400300659,41.740975476811215],[-72.90216900302323,41.741178476849946],[-72.90216600302368,41.741203476854864],[-72.90216000302624,41.741281476870135],[-72.9021580030271,41.74130747687521],[-72.90217000305157,41.741662476943425],[-72.90217800305584,41.74169147694876],[-72.90227600310708,41.74202547701012],[-72.90244400319504,41.74260047711575],[-72.902503003226,41.74280347715305],[-72.90261200328295,41.74317447722119],[-72.90261400328825,41.74325447723657],[-72.90262300330518,41.74349647728303],[-72.90262600331086,41.743577477298594],[-72.90263800332458,41.74374747733104],[-72.90267400336589,41.744258477428595],[-72.90268700338004,41.74442947746119],[-72.9026950033854,41.74447747747021],[-72.90271900340154,41.74462147749727],[-72.902727003407,41.74467047750646],[-72.9028910034994,41.74534447763135],[-72.90298700354512,41.74559447767651],[-72.90336400374079,41.74685447790768],[-72.90358600386696,41.74778547808031],[-72.90361700388478,41.74791847810501],[-72.90364900390294,41.748052478129836],[-72.90366800391377,41.74813247814466],[-72.90387700403264,41.74901047830749],[-72.9039730040874,41.7494164783828],[-72.90416600418676,41.75004747849841],[-72.90424700422454,41.750244478533844],[-72.90479100476541,41.75652447972908],[-72.90492800490122,41.7580984800286],[-72.90561000532706,41.761615480685606],[-72.90604200559672,41.763841481101394],[-72.90624800572517,41.76490048129917],[-72.90698500618495,41.76869248200737],[-72.90770000661885,41.77216048265363],[-72.90792400675448,41.773241482855035],[-72.9083290070002,41.77520448322079],[-72.90842500705848,41.775670483307614],[-72.90848100709884,41.77605148337934],[-72.90471700588222,41.77620448353123],[-72.90405400566391,41.77616248354467],[-72.90362600551617,41.77601748353057],[-72.90298600529051,41.77571948349386],[-72.90261200515263,41.775441483452354],[-72.90215900498697,41.77512848340665],[-72.90163200473212,41.773692483146576],[-72.90116800448845,41.77209548285335],[-72.90107800443238,41.77163348276709],[-72.9012190044301,41.77080248260207],[-72.90120400435308,41.7695584823624],[-72.90121800430813,41.768704482197066],[-72.9010240042302,41.76844948215413],[-72.90088900417929,41.76832948213535],[-72.90039300400598,41.76812548211207],[-72.89992600384525,41.7679754820983],[-72.89824700322421,41.766691481904935],[-72.8977140030271,41.766284481843655],[-72.89627900249634,41.76518748167845],[-72.8961140024296,41.764962481640374],[-72.89594100236782,41.76486848162782],[-72.8952380021288,41.76469348161688],[-72.89497000204376,41.764731481632914],[-72.89416600178856,41.764844481680846],[-72.89389900170387,41.76488348169706],[-72.89307800143897,41.76492448173163],[-72.89061800064525,41.76504848183546],[-72.88979800038074,41.76509048187018],[-72.88899200012185,41.765151481908134],[-72.88844999994858,41.76520648193635],[-72.88794899978835,41.765256481962275],[-72.88774599972344,41.76527648197273],[-72.88757799966965,41.76529248198127],[-72.8874559996307,41.765305481987745],[-72.88655799934462,41.765414482037954],[-72.88643899930652,41.76542548204393],[-72.8863579992805,41.76543148204772],[-72.88616899921995,41.76544848205715],[-72.88595699915197,41.76546648206748],[-72.88575099908594,41.76548448207767],[-72.88548899900198,41.7655074820906],[-72.88518099890327,41.76553448210583],[-72.88500599884715,41.7655494821144],[-72.88465899873454,41.76555548212682],[-72.88457199870672,41.76556448213139],[-72.88431399862422,41.76559048214479],[-72.8842279985968,41.765600482149495],[-72.8842199985942,41.765600482149765],[-72.8841989985875,41.765602482150825],[-72.88419199858527,41.76560348215125],[-72.88375899844343,41.7655884821624],[-72.88245999801806,41.765546482196456],[-72.88202799787659,41.76553248220778],[-72.88175499778701,41.76552048221434],[-72.88105499755737,41.76549048223126],[-72.88093799751847,41.765476482232344],[-72.88066699742849,41.765446482235355],[-72.8802069972741,41.765366482234825],[-72.87744499635984,41.76510748227446],[-72.87656799606526,41.76495148227277],[-72.87593499585395,41.76486148227594],[-72.8755229957164,41.76480248227792],[-72.87513199558613,41.76475148228076],[-72.87431599531513,41.76465948228947],[-72.87398999520742,41.76463248229483],[-72.87383099515468,41.764615482296705],[-72.87352299505277,41.764587482301295],[-72.87316299493365,41.7645544823066],[-72.87277299480465,41.76451948231249],[-72.87264399476196,41.764507482314364],[-72.87255299473672,41.764583482332],[-72.87242299469226,41.76454648232907]]]},"properties":{"name":4603.02,"geoid":"09003460302"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.80828097994812,41.870687504880955],[-72.80820397992215,41.87067250488057],[-72.80797297984431,41.87062850487957],[-72.80789697981872,41.87061450487935],[-72.80727197960815,41.87049650487687],[-72.80715197956792,41.87047750487711],[-72.80697097950724,41.87044850487737],[-72.80671197942137,41.87042350488097],[-72.8062709792761,41.87039750489025],[-72.80511097889432,41.87033450491574],[-72.8048879788217,41.87033550492316],[-72.80478997878981,41.87033650492653],[-72.80452797870625,41.870368504941176],[-72.8043369786473,41.87042550495835],[-72.80416197859518,41.87051050498041],[-72.80406997856949,41.870584504997645],[-72.80379397849242,41.87080650504936],[-72.80370197846672,41.8708805050666],[-72.80342697836953,41.870750505050474],[-72.80260397807868,41.87036150500222],[-72.80232997798187,41.870232504986234],[-72.80221997794364,41.870191504981904],[-72.80189197782977,41.87007150496942],[-72.8017829777919,41.870031504965254],[-72.80168197775686,41.86999450496139],[-72.80138097765229,41.86988350494978],[-72.8012809776176,41.86984750494608],[-72.80095697750751,41.869770504941755],[-72.80092497749673,41.869764504941614],[-72.80067397741242,41.86972150494148],[-72.80055997737409,41.869701504941325],[-72.80055897737192,41.8696695049352],[-72.80055397735926,41.869479504898756],[-72.80048597733146,41.869382504882275],[-72.80047197732576,41.86936250487888],[-72.8001969772227,41.86913150484328],[-72.79991797711817,41.86889750480724],[-72.7998509770931,41.86884150479862],[-72.79966497702243,41.868668504771335],[-72.79978297705757,41.86861150475653],[-72.79989697709144,41.86855450474186],[-72.80139297749074,41.867031504399954],[-72.8018659775927,41.86613150421124],[-72.80192697754661,41.8649945039902],[-72.80179697745253,41.86410250382255],[-72.80178897743238,41.863800503764615],[-72.80178897740785,41.863377503683125],[-72.80262897748719,41.86002450300983],[-72.80350597768634,41.858529502693344],[-72.80487197807554,41.857563502462924],[-72.80558097827478,41.85701450233417],[-72.80635197848271,41.85626650216503],[-72.80792297895096,41.855511501968614],[-72.80806297899039,41.855404501943454],[-72.80930497933318,41.85433550169718],[-72.80943397936844,41.854218501670466],[-72.8101099795238,41.853098501432704],[-72.81031897951996,41.851857501186764],[-72.81015897941715,41.85098350102351],[-72.80942597914263,41.85036950092894],[-72.80822897868285,41.84916750073607],[-72.80767197845047,41.84829050058508],[-72.80758797839876,41.84787050050686],[-72.80753397836567,41.84760350045715],[-72.80731597827562,41.84727550040098],[-72.80727397825572,41.84716850038173],[-72.80714897820282,41.84695850034528],[-72.80702497815018,41.84674750030864],[-72.80682597806585,41.84641150025031],[-72.80680197803652,41.84604050017959],[-72.80675397797793,41.84529950003831],[-72.80674497796625,41.8451485000095],[-72.80697697803048,41.84495249996421],[-72.80754197818744,41.844483499855485],[-72.80892997858251,41.843495499620055],[-72.80976997878464,41.84225949935458],[-72.81009797886365,41.84177849925121],[-72.81017497885495,41.841195499136326],[-72.81018897882277,41.84056149901366],[-72.80991497864441,41.83902449872623],[-72.80954097837844,41.83653749825887],[-72.80932697825476,41.83560649808631],[-72.8095639783353,41.835663498089616],[-72.81148797896934,41.83578549805079],[-72.81163397902677,41.83595549807884],[-72.81167097903945,41.835966498079756],[-72.81189897910772,41.83586249805232],[-72.81195697912634,41.83585749804947],[-72.81205997916493,41.83594449806292],[-72.81210397917992,41.835955498063605],[-72.8123239792421,41.835791498024854],[-72.81238997926043,41.835736498012125],[-72.81257397931691,41.83567649799459],[-72.81273497937093,41.83570349799458],[-72.8129849794578,41.83579649800442],[-72.81310997949888,41.83580249800152],[-72.81335897958512,41.83589049801041],[-72.81345397962338,41.836016498031626],[-72.81356497967094,41.836213498066016],[-72.81369697972163,41.83634549808717],[-72.81396097981784,41.83652149811256],[-72.81400497983566,41.836581498122705],[-72.81408597986496,41.836631498129705],[-72.8141439798845,41.83664249812995],[-72.81420997990848,41.836685498136106],[-72.81423997992243,41.83675749814902],[-72.81429097993906,41.836757498147364],[-72.81448198000285,41.83678449814637],[-72.81468698007603,41.83689449816094],[-72.8147309800945,41.8369654981732],[-72.81494398017377,41.83713549819907],[-72.81495198018054,41.83720749821269],[-72.81520898027193,41.83733949822982],[-72.8152669803089,41.83765149828808],[-72.81526698031082,41.83768449829445],[-72.81552398040158,41.83780549830945],[-72.81567098044793,41.83777849829948],[-72.81591998052936,41.83778349829238],[-72.81603098056333,41.837745498281436],[-72.81607498057157,41.83764049825977],[-72.81610398057371,41.83751449823454],[-72.81663998073279,41.83724549816531],[-72.81672998076107,41.83722749815891],[-72.81670998076065,41.83733249817982],[-72.81669398076083,41.83742549819825],[-72.81662998075271,41.83764549824274],[-72.81659998074898,41.837749498263776],[-72.81679598081469,41.83778149826359],[-72.81738598101252,41.837877498262976],[-72.81758298107859,41.837909498262746],[-72.81767798111046,41.83792549826275],[-72.81777698114352,41.83793949826226],[-72.81836098133888,41.83802649826009],[-72.81855598140412,41.838055498259365],[-72.81885898150739,41.83813449826476],[-72.81929698165918,41.83829049828064],[-72.8214979824219,41.83907549836063],[-72.82223198267629,41.83933749838733],[-72.82252498277751,41.839436498396914],[-72.82295098292467,41.83958049841087],[-72.82320498301173,41.83965449841689],[-72.82340398307964,41.83970749842065],[-72.8234129830827,41.83970949842075],[-72.82371498318521,41.83978049842463],[-72.82403298329186,41.839832498424364],[-72.82498798361229,41.839991498424034],[-72.8253069837193,41.840044498423914],[-72.82577498387656,41.84012649842454],[-72.82718198434932,41.84037249842633],[-72.82765098450689,41.84045449842693],[-72.82795998461083,41.84051049842771],[-72.82807598465044,41.840541498429914],[-72.82824298470747,41.840586498433176],[-72.82848598479227,41.84068349844399],[-72.82871798487449,41.84079749845844],[-72.82889898494018,41.840913498474926],[-72.82922198505871,41.8411424985086],[-72.82957698518902,41.841394498545654],[-72.83030998545556,41.84187149861384],[-72.83046198551082,41.84197049862797],[-72.83063198557178,41.84206649864097],[-72.83086498565304,41.84215849865115],[-72.83108698572904,41.842221498656095],[-72.83164498591518,41.84229549865225],[-72.83188198599481,41.84233749865266],[-72.83272598628122,41.84253349866306],[-72.83281798631288,41.842562498665664],[-72.8329239863494,41.842596498668776],[-72.83345198653636,41.842853498701174],[-72.83359898658996,41.8429514987153],[-72.83408398677753,41.843460498797675],[-72.83445798691734,41.8437694988451],[-72.83510398715099,41.84416849890104],[-72.83600798747626,41.844697498973666],[-72.83715898788638,41.84530149905274],[-72.83770998808686,41.84566249910443],[-72.83785698813543,41.84567349910178],[-72.83813798822246,41.845595499077625],[-72.838396988302,41.84551149905303],[-72.83863598837469,41.845422499028125],[-72.8388249884305,41.845322499002705],[-72.83889198844992,41.84528149899265],[-72.83964498866935,41.84483449888205],[-72.83989698874282,41.84468549884515],[-72.8407409889951,41.8442934987422],[-72.84090598904443,41.84421749872221],[-72.841340989175,41.844024498670876],[-72.8419069893435,41.843750498599704],[-72.84224998944401,41.84355649855119],[-72.8425499895294,41.8433434985004],[-72.84291398962978,41.84302949842805],[-72.84310898968299,41.84285149838742],[-72.84317798970189,41.842789498373236],[-72.84348598978818,41.842547498316584],[-72.84375998986758,41.84237749827493],[-72.84386898989969,41.84231849826002],[-72.84411798997297,41.842183498225914],[-72.84446899007824,41.84202649818425],[-72.84464299013145,41.84196649816705],[-72.84493299022022,41.84186749813855],[-72.84521599030784,41.84178849811414],[-72.84551299040153,41.84173549809429],[-72.8458529905104,41.841702498076884],[-72.84663899076523,41.841680498047126],[-72.84706999090635,41.84169249803545],[-72.84716599093764,41.841692498032344],[-72.84766099109892,41.84169249801627],[-72.8480189912151,41.841684498003104],[-72.84814299125487,41.84167349799696],[-72.84824199128674,41.8416664979924],[-72.84845299135362,41.84163449797936],[-72.84851399137274,41.841621497974884],[-72.84863699141144,41.841597497966255],[-72.84890699149585,41.84153649794574],[-72.8489579915115,41.841519497940816],[-72.84914899157013,41.841457497922654],[-72.84937599163905,41.841370497898524],[-72.84961299171056,41.841272497871934],[-72.84987599178889,41.84114549783892],[-72.8498809917904,41.84114349783838],[-72.85016799187498,41.84098949779937],[-72.85028899190958,41.840906497779436],[-72.85065499201443,41.840658497719765],[-72.85077799204974,41.84057649769996],[-72.85098599211636,41.840556497689356],[-72.85131499222177,41.8405254976727],[-72.85292899273882,41.84037349759099],[-72.85293899274208,41.84037349759066],[-72.85346899291534,41.84038349757539],[-72.85489899333894,41.83965449738843],[-72.85723899403217,41.838463497082884],[-72.85925099463745,41.8375974968506],[-72.85950599471417,41.83748849682132],[-72.86063499504137,41.836788496649696],[-72.86080599509178,41.83669749662661],[-72.86132099524376,41.83642549655745],[-72.86149299529458,41.83633549653452],[-72.86213899548584,41.83600449644974],[-72.86407599605924,41.835011496195406],[-72.86472299625086,41.83468149611076],[-72.86509799635833,41.83442849604982],[-72.86565399651775,41.83405449595967],[-72.86592599659879,41.83392449592577],[-72.8662939967119,41.83380749589126],[-72.8663839967396,41.833779495882936],[-72.86673299684848,41.83369649585559],[-72.86679699688595,41.83398249590865],[-72.86681099689395,41.834041495919564],[-72.86697499697989,41.834601496022195],[-72.86701499700658,41.83483649606618],[-72.86704099702371,41.83498549609406],[-72.86704099703208,41.83512949612183],[-72.86704099704515,41.835354496165195],[-72.86697599704063,41.835641496222635],[-72.8669679970404,41.83568249623079],[-72.86689599703966,41.836073496308494],[-72.86687699704137,41.83620949633532],[-72.86686699704272,41.836288496350875],[-72.86684999705896,41.836663496423725],[-72.86697399712051,41.83702749648985],[-72.86703999714938,41.83715449651218],[-72.86727999725443,41.83761649659343],[-72.8677639974538,41.8383344967161],[-72.86784199748956,41.83851249674788],[-72.8678989975265,41.83882849680694],[-72.86788199752857,41.83895949683274],[-72.86780499752463,41.83932349690541],[-72.86756099748675,41.84003949705132],[-72.86749399747492,41.84021149708665],[-72.86749299753328,41.841221497281346],[-72.86785499764767,41.84116049725784],[-72.86825299777486,41.8411174972366],[-72.8686619979094,41.84113949722756],[-72.86910699806,41.8412364972318],[-72.86934899814408,41.84132649724127],[-72.86948599819168,41.84137749724665],[-72.86945999818663,41.841436497258876],[-72.86938199817149,41.84161349729551],[-72.86935599816647,41.84167249730773],[-72.86909499811583,41.842264497430314],[-72.86901999809989,41.8424104974609],[-72.86882399805864,41.84279949754222],[-72.86860399801817,41.84333649765287],[-72.86799399789388,41.84461749791956],[-72.86791799787846,41.84477849795305],[-72.86765499782634,41.845355498072806],[-72.86765899785726,41.84586549817095],[-72.86766599790576,41.84666049832392],[-72.86764999791589,41.84692449837532],[-72.86759099792398,41.84739449846781],[-72.86752799793294,41.84790149856756],[-72.86752099793658,41.84800349858744],[-72.86750099794787,41.84830949864704],[-72.8674949979519,41.848412498667095],[-72.86751699798423,41.84884549874981],[-72.86752699799871,41.84903849878668],[-72.86755199807128,41.850146498999365],[-72.8675629981001,41.85058049908264],[-72.8675009981113,41.851120499188696],[-72.86731899814623,41.85274149950695],[-72.86725899815814,41.85328249961314],[-72.8672979982258,41.85422749979395],[-72.86737399835386,41.856003500133646],[-72.86732199835069,41.85624050018099],[-72.86715399832276,41.85670150027527],[-72.86699899828906,41.85699050033598],[-72.8665529981923,41.85782550051134],[-72.86649699818004,41.857928500533006],[-72.86632999814383,41.85824150059874],[-72.86627499813196,41.85834550062055],[-72.86608799810946,41.85900650075398],[-72.86552999804314,41.86099250115468],[-72.86534399802105,41.86165450128826],[-72.8646699977981,41.86159750129919],[-72.86458699777066,41.86159050130054],[-72.8637429974874,41.86144950130082],[-72.86286799719163,41.861266501294004],[-72.86267499712659,41.861229501293145],[-72.86201099690287,41.86110350129046],[-72.86144799671006,41.860942501277734],[-72.85975999613196,41.860460501239736],[-72.85919799593951,41.86030050122719],[-72.85909499588746,41.859982501169284],[-72.85885999579047,41.85963150110929],[-72.85878199575701,41.85949350108525],[-72.85868399571486,41.85931750105452],[-72.85844099561369,41.8589395009896],[-72.85820599551252,41.85851650091575],[-72.85800799541084,41.85787750079906],[-72.85793299536354,41.85748450072578],[-72.85781899529577,41.856957500627956],[-72.85779399528093,41.85684250060661],[-72.85757999518167,41.856334500515686],[-72.85741799511824,41.8561515004857],[-72.85557399455791,41.85684950068009],[-72.85546699452468,41.85687750068897],[-72.85536099449065,41.85688650069413],[-72.85490899434417,41.85690050071152],[-72.85477199430052,41.85691750071927],[-72.85467099426965,41.85695250072928],[-72.8542419941406,41.85713750077887],[-72.85039599298703,41.858853501234385],[-72.84659799182755,41.860199501617075],[-72.84600099164578,41.86041950167885],[-72.84295199071873,41.861565501998626],[-72.8422749905129,41.861820502069754],[-72.8400469898348,41.8626465023012],[-72.83909798954626,41.863003502400794],[-72.83625298868128,41.86407450269948],[-72.83596198859283,41.864184502730126],[-72.83585698855988,41.864206502737765],[-72.83579398854155,41.86424450274712],[-72.83564398849592,41.864300502762795],[-72.83549398845024,41.86435550277827],[-72.83530598839303,41.864425502797836],[-72.83489998826941,41.864575502839934],[-72.8344729881395,41.8647345028844],[-72.83368198789866,41.865026502966344],[-72.83327698777543,41.86517750300859],[-72.83316398774105,41.865219503020334],[-72.83311898772706,41.86523150302412],[-72.83284898764354,41.86530850304772],[-72.8305739869525,41.86617650328876],[-72.83001498678267,41.86638950334793],[-72.82842798630126,41.86700650351829],[-72.82590598553624,41.86798750378911],[-72.82567898546732,41.86807450381325],[-72.82553698542429,41.86813050382863],[-72.82499998526133,41.86833850388614],[-72.82477398519283,41.8684275039106],[-72.8247679851971,41.8685345039314],[-72.8246279851636,41.868743503976205],[-72.82459098515272,41.86876350398126],[-72.82442298510348,41.86885850400501],[-72.82437898509232,41.868913504017044],[-72.82436398509061,41.868968504028125],[-72.8244299851252,41.86919350406932],[-72.82438598511598,41.8692815040877],[-72.82428998509107,41.869391504112],[-72.82409998504187,41.86961050416035],[-72.82409998504836,41.86972250418192],[-72.82409998504953,41.86974250418579],[-72.82413698507054,41.869896504214246],[-72.8242529851194,41.87008650424707],[-72.82416998509193,41.87007950424842],[-72.8230289847163,41.87001550427312],[-72.81960898359064,41.86982750434787],[-72.81935798350906,41.86983150435678],[-72.81882098333462,41.869841504376126],[-72.81813398311232,41.869869504403816],[-72.81759298293748,41.869895504426374],[-72.81680998268446,41.86993350445908],[-72.8159709824125,41.86995950449132],[-72.81577898235032,41.86996650449888],[-72.815430982237,41.86996850451057],[-72.8149689820866,41.86997150452613],[-72.81493298207474,41.86996950452691],[-72.81356798162719,41.86992450456251],[-72.8134409815861,41.8699295045676],[-72.81317398149974,41.869941504578584],[-72.81308898147257,41.869950504583066],[-72.81301698144956,41.86995850458694],[-72.8129459814269,41.86996650459077],[-72.8129279814211,41.86996750459156],[-72.8128749814042,41.86997450459463],[-72.81285798139879,41.86997650459556],[-72.81248298128051,41.87004450462083],[-72.81242298126158,41.87005550462488],[-72.81174198104797,41.87019950467471],[-72.8113719809335,41.87030550470714],[-72.8110059808203,41.87041050473923],[-72.81049898066217,41.87053350477937],[-72.81046998065301,41.870538504781265],[-72.81008998053366,41.87061650480861],[-72.80977898043504,41.87066350482775],[-72.80948998034258,41.8706935048429],[-72.80912698022516,41.87070950485776],[-72.80884798013446,41.87071350486758],[-72.80883098012887,41.87071250486794],[-72.80856498004174,41.87070550487521],[-72.80828097994812,41.870687504880955]]]},"properties":{"name":4661.01,"geoid":"09003466101"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.80932697825476,41.83560649808631],[-72.8091939781587,41.834696497915175],[-72.8087549779601,41.83373749774447],[-72.80870397790757,41.83311749762659],[-72.8087609779182,41.83298049759832],[-72.80915897799339,41.832039497403976],[-72.81034197832831,41.83116649719732],[-72.81045197835645,41.831033497168114],[-72.81147097861535,41.82977049689155],[-72.81236397885414,41.82886949668887],[-72.81339397916126,41.82837749656062],[-72.81445397947729,41.827870496428496],[-72.81517097968594,41.827439496322164],[-72.81637698002562,41.82651949610566],[-72.81770398041978,41.82585949593538],[-72.81855898065045,41.82503249574819],[-72.81899398073361,41.82402149553912],[-72.81935198077468,41.82271649527585],[-72.81930898074481,41.822442495224394],[-72.81952898081178,41.82236149520163],[-72.81967998085948,41.82233549519173],[-72.81968298086775,41.82246149521594],[-72.81985698092446,41.82246149521029],[-72.81992798094404,41.82240049519623],[-72.81997498096082,41.82242549519953],[-72.82149798144944,41.82229449512491],[-72.82154898146733,41.82231649512749],[-72.82278998186547,41.822209495066645],[-72.82284698188374,41.82220449506382],[-72.82341098206341,41.822133495031856],[-72.82360298212438,41.82210649502042],[-72.82418198230845,41.822027494986415],[-72.82437498236989,41.82200249497534],[-72.82459198243897,41.82197449496291],[-72.82510798260316,41.821906494933074],[-72.82730998330402,41.821620494806524],[-72.82804398353771,41.8215264947646],[-72.82823498359843,41.82150049475341],[-72.82880898378092,41.821422494719755],[-72.82900098384205,41.82139749470869],[-72.82936898395978,41.821360494689635],[-72.8304729843131,41.82125049463263],[-72.83084198443122,41.82121449461372],[-72.83267898501826,41.821016494515966],[-72.83819198677986,41.82042149422244],[-72.84002998736725,41.82022449412483],[-72.84027398744499,41.820194494111135],[-72.84100798767902,41.82010649407036],[-72.84125298775722,41.82007849405701],[-72.84204998800794,41.81992449400145],[-72.84220998805205,41.819786493969644],[-72.84231698808165,41.81969549394861],[-72.84244598811968,41.81962649393114],[-72.84288898825471,41.819466493885905],[-72.84334698839953,41.81939049385639],[-72.8447049888396,41.81935049380462],[-72.84528198902267,41.8192654937695],[-72.84701498957256,41.819012493664495],[-72.84759298975602,41.818929493629724],[-72.84851199004736,41.8187904935731],[-72.84881699014404,41.818744493554334],[-72.84985199047479,41.818633493499334],[-72.85127799092733,41.818426493413156],[-72.8515899910264,41.81838249339454],[-72.85220299122285,41.81832649336384],[-72.8525909913459,41.818268493340064],[-72.85291099144747,41.8182224933208],[-72.85375999171877,41.8181314932757],[-72.85384299174534,41.818123493271464],[-72.85401899180098,41.81809449326016],[-72.85406999181615,41.81806949325369],[-72.8541369918362,41.81803849324554],[-72.85435799190807,41.81803649323797],[-72.85502399212479,41.8180324932156],[-72.85524599219704,41.81803149320818],[-72.85561299231412,41.81798849318798],[-72.85671799266659,41.81785949312723],[-72.85708599278396,41.81781649310699],[-72.85893999337254,41.817551492995705],[-72.86421899504856,41.81679949267928],[-72.86450199513837,41.81675849266219],[-72.86635699572743,41.81649649255142],[-72.86656599579452,41.816479492541355],[-72.86719699599709,41.81642849251102],[-72.86740699606459,41.81641249250112],[-72.86796599624348,41.816357492472356],[-72.86964199677983,41.816192492386115],[-72.8702019969591,41.81613849235752],[-72.87024499698235,41.81629749238678],[-72.87053699720411,41.81847949279809],[-72.87069699729378,41.819126492917654],[-72.87109799761657,41.8224364935429],[-72.87230199858563,41.83236849541864],[-72.87230499858771,41.83238749542222],[-72.87238199865101,41.83304549554655],[-72.87269199890511,41.83568049604441],[-72.87275699894622,41.83602349610841],[-72.87295299907,41.83705449630078],[-72.8730189991115,41.837398496364926],[-72.87293699908564,41.83741349637049],[-72.87292199908092,41.837416496371546],[-72.87280099904314,41.83744449638087],[-72.87264199899495,41.83750649639799],[-72.87255099896743,41.83754349640808],[-72.87242099893473,41.837709496444305],[-72.8721299988744,41.838302496568055],[-72.87205799885947,41.83844949659874],[-72.87201999885163,41.838527496615],[-72.8719619988447,41.83873349665659],[-72.87193999885429,41.839021496712824],[-72.87194199886521,41.83919849674687],[-72.87190199886398,41.839401496787296],[-72.87184499885353,41.83954149681613],[-72.8717589988339,41.83968549684666],[-72.87164099880219,41.839801496872866],[-72.87119299867894,41.840192496962786],[-72.87037699845175,41.84085749711747],[-72.87023899841334,41.84097049714374],[-72.86995399832998,41.84113349718442],[-72.86965399824217,41.84130449722712],[-72.86948599819168,41.84137749724665],[-72.86934899814408,41.84132649724127],[-72.86910699806,41.8412364972318],[-72.8686619979094,41.84113949722756],[-72.86825299777486,41.8411174972366],[-72.86785499764767,41.84116049725784],[-72.86749299753328,41.841221497281346],[-72.86749399747492,41.84021149708665],[-72.86756099748675,41.84003949705132],[-72.86780499752463,41.83932349690541],[-72.86788199752857,41.83895949683274],[-72.8678989975265,41.83882849680694],[-72.86784199748956,41.83851249674788],[-72.8677639974538,41.8383344967161],[-72.86727999725443,41.83761649659343],[-72.86703999714938,41.83715449651218],[-72.86697399712051,41.83702749648985],[-72.86684999705896,41.836663496423725],[-72.86686699704272,41.836288496350875],[-72.86687699704137,41.83620949633532],[-72.86689599703966,41.836073496308494],[-72.8669679970404,41.83568249623079],[-72.86697599704063,41.835641496222635],[-72.86704099704515,41.835354496165195],[-72.86704099703208,41.83512949612183],[-72.86704099702371,41.83498549609406],[-72.86701499700658,41.83483649606618],[-72.86697499697989,41.834601496022195],[-72.86681099689395,41.834041495919564],[-72.86679699688595,41.83398249590865],[-72.86673299684848,41.83369649585559],[-72.8663839967396,41.833779495882936],[-72.8662939967119,41.83380749589126],[-72.86592599659879,41.83392449592577],[-72.86565399651775,41.83405449595967],[-72.86509799635833,41.83442849604982],[-72.86472299625086,41.83468149611076],[-72.86407599605924,41.835011496195406],[-72.86213899548584,41.83600449644974],[-72.86149299529458,41.83633549653452],[-72.86132099524376,41.83642549655745],[-72.86080599509178,41.83669749662661],[-72.86063499504137,41.836788496649696],[-72.85950599471417,41.83748849682132],[-72.85925099463745,41.8375974968506],[-72.85723899403217,41.838463497082884],[-72.85489899333894,41.83965449738843],[-72.85346899291534,41.84038349757539],[-72.85293899274208,41.84037349759066],[-72.85292899273882,41.84037349759099],[-72.85131499222177,41.8405254976727],[-72.85098599211636,41.840556497689356],[-72.85077799204974,41.84057649769996],[-72.85065499201443,41.840658497719765],[-72.85028899190958,41.840906497779436],[-72.85016799187498,41.84098949779937],[-72.8498809917904,41.84114349783838],[-72.84987599178889,41.84114549783892],[-72.84961299171056,41.841272497871934],[-72.84937599163905,41.841370497898524],[-72.84914899157013,41.841457497922654],[-72.8489579915115,41.841519497940816],[-72.84890699149585,41.84153649794574],[-72.84863699141144,41.841597497966255],[-72.84851399137274,41.841621497974884],[-72.84845299135362,41.84163449797936],[-72.84824199128674,41.8416664979924],[-72.84814299125487,41.84167349799696],[-72.8480189912151,41.841684498003104],[-72.84766099109892,41.84169249801627],[-72.84716599093764,41.841692498032344],[-72.84706999090635,41.84169249803545],[-72.84663899076523,41.841680498047126],[-72.8458529905104,41.841702498076884],[-72.84551299040153,41.84173549809429],[-72.84521599030784,41.84178849811414],[-72.84493299022022,41.84186749813855],[-72.84464299013145,41.84196649816705],[-72.84446899007824,41.84202649818425],[-72.84411798997297,41.842183498225914],[-72.84386898989969,41.84231849826002],[-72.84375998986758,41.84237749827493],[-72.84348598978818,41.842547498316584],[-72.84317798970189,41.842789498373236],[-72.84310898968299,41.84285149838742],[-72.84291398962978,41.84302949842805],[-72.8425499895294,41.8433434985004],[-72.84224998944401,41.84355649855119],[-72.8419069893435,41.843750498599704],[-72.841340989175,41.844024498670876],[-72.84090598904443,41.84421749872221],[-72.8407409889951,41.8442934987422],[-72.83989698874282,41.84468549884515],[-72.83964498866935,41.84483449888205],[-72.83889198844992,41.84528149899265],[-72.8388249884305,41.845322499002705],[-72.83863598837469,41.845422499028125],[-72.838396988302,41.84551149905303],[-72.83813798822246,41.845595499077625],[-72.83785698813543,41.84567349910178],[-72.83770998808686,41.84566249910443],[-72.83715898788638,41.84530149905274],[-72.83600798747626,41.844697498973666],[-72.83510398715099,41.84416849890104],[-72.83445798691734,41.8437694988451],[-72.83408398677753,41.843460498797675],[-72.83359898658996,41.8429514987153],[-72.83345198653636,41.842853498701174],[-72.8329239863494,41.842596498668776],[-72.83281798631288,41.842562498665664],[-72.83272598628122,41.84253349866306],[-72.83188198599481,41.84233749865266],[-72.83164498591518,41.84229549865225],[-72.83108698572904,41.842221498656095],[-72.83086498565304,41.84215849865115],[-72.83063198557178,41.84206649864097],[-72.83046198551082,41.84197049862797],[-72.83030998545556,41.84187149861384],[-72.82957698518902,41.841394498545654],[-72.82922198505871,41.8411424985086],[-72.82889898494018,41.840913498474926],[-72.82871798487449,41.84079749845844],[-72.82848598479227,41.84068349844399],[-72.82824298470747,41.840586498433176],[-72.82807598465044,41.840541498429914],[-72.82795998461083,41.84051049842771],[-72.82765098450689,41.84045449842693],[-72.82718198434932,41.84037249842633],[-72.82577498387656,41.84012649842454],[-72.8253069837193,41.840044498423914],[-72.82498798361229,41.839991498424034],[-72.82403298329186,41.839832498424364],[-72.82371498318521,41.83978049842463],[-72.8234129830827,41.83970949842075],[-72.82340398307964,41.83970749842065],[-72.82320498301173,41.83965449841689],[-72.82295098292467,41.83958049841087],[-72.82252498277751,41.839436498396914],[-72.82223198267629,41.83933749838733],[-72.8214979824219,41.83907549836063],[-72.81929698165918,41.83829049828064],[-72.81885898150739,41.83813449826476],[-72.81855598140412,41.838055498259365],[-72.81836098133888,41.83802649826009],[-72.81777698114352,41.83793949826226],[-72.81767798111046,41.83792549826275],[-72.81758298107859,41.837909498262746],[-72.81738598101252,41.837877498262976],[-72.81679598081469,41.83778149826359],[-72.81659998074898,41.837749498263776],[-72.81662998075271,41.83764549824274],[-72.81669398076083,41.83742549819825],[-72.81670998076065,41.83733249817982],[-72.81672998076107,41.83722749815891],[-72.81663998073279,41.83724549816531],[-72.81610398057371,41.83751449823454],[-72.81607498057157,41.83764049825977],[-72.81603098056333,41.837745498281436],[-72.81591998052936,41.83778349829238],[-72.81567098044793,41.83777849829948],[-72.81552398040158,41.83780549830945],[-72.81526698031082,41.83768449829445],[-72.8152669803089,41.83765149828808],[-72.81520898027193,41.83733949822982],[-72.81495198018054,41.83720749821269],[-72.81494398017377,41.83713549819907],[-72.8147309800945,41.8369654981732],[-72.81468698007603,41.83689449816094],[-72.81448198000285,41.83678449814637],[-72.81429097993906,41.836757498147364],[-72.81423997992243,41.83675749814902],[-72.81420997990848,41.836685498136106],[-72.8141439798845,41.83664249812995],[-72.81408597986496,41.836631498129705],[-72.81400497983566,41.836581498122705],[-72.81396097981784,41.83652149811256],[-72.81369697972163,41.83634549808717],[-72.81356497967094,41.836213498066016],[-72.81345397962338,41.836016498031626],[-72.81335897958512,41.83589049801041],[-72.81310997949888,41.83580249800152],[-72.8129849794578,41.83579649800442],[-72.81273497937093,41.83570349799458],[-72.81257397931691,41.83567649799459],[-72.81238997926043,41.835736498012125],[-72.8123239792421,41.835791498024854],[-72.81210397917992,41.835955498063605],[-72.81205997916493,41.83594449806292],[-72.81195697912634,41.83585749804947],[-72.81189897910772,41.83586249805232],[-72.81167097903945,41.835966498079756],[-72.81163397902677,41.83595549807884],[-72.81148797896934,41.83578549805079],[-72.8095639783353,41.835663498089616],[-72.80932697825476,41.83560649808631]]]},"properties":{"name":4661.02,"geoid":"09003466102"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.78420097346728,41.89428151020531],[-72.78425797348628,41.8942885102048],[-72.7844289735433,41.89431051020351],[-72.7844869735627,41.894318510203156],[-72.78467797362306,41.89428551019062],[-72.78486897368789,41.89432951019291],[-72.78497097372527,41.89440051020327],[-72.78549297393336,41.895053510312074],[-72.78612897416316,41.89543951036576],[-72.7861539741722,41.89545451036787],[-72.786498974292,41.89558051038092],[-72.78673397436768,41.895564510370235],[-72.78730697455806,41.8956255103634],[-72.78741397459436,41.89564951036455],[-72.78751097462725,41.89567151036565],[-72.78773997470495,41.895723510368235],[-72.78779897472575,41.89575051037153],[-72.78788997475786,41.89579251037665],[-72.78786797475439,41.89585651038969],[-72.78780297474441,41.89604951042895],[-72.78778197474132,41.89611451044215],[-72.78776697473849,41.89614951044937],[-72.78772397473072,41.896257510471564],[-72.78771097472858,41.89629351047892],[-72.7875569746992,41.89665251055301],[-72.78709697461194,41.89773251077584],[-72.78694497458328,41.89809251085008],[-72.78686297456815,41.898292510891224],[-72.7867209745423,41.8986445109636],[-72.78664797453354,41.89890351101583],[-72.78658997452675,41.899112511057936],[-72.7870599746845,41.89918951105753],[-72.78730997476839,41.899230511057304],[-72.7884579751573,41.89948151106841],[-72.78892397531516,41.89958351107295],[-72.78898697533647,41.89959651107341],[-72.78904997535781,41.89961051107406],[-72.78914497539,41.899631511075036],[-72.78943497548428,41.89962651106466],[-72.78956497552656,41.899624511060054],[-72.78970397557225,41.89963051105671],[-72.79012097570926,41.89964851104665],[-72.79016697572436,41.89965051104556],[-72.79026097575519,41.89965351104307],[-72.79040497580243,41.89965851103937],[-72.7908379759445,41.89967351102824],[-72.79098297599208,41.89967851102449],[-72.7925229764974,41.89973351098512],[-72.79389797694866,41.899783510950165],[-72.79487997727523,41.89989351093951],[-72.79549297748413,41.90004851094946],[-72.79743897817069,41.90094451105883],[-72.797881978328,41.901165511087],[-72.79830297848292,41.90146951113185],[-72.79888997868201,41.90160151113822],[-72.80032097916732,41.901923511153804],[-72.80065097927962,41.90200451115868],[-72.80123597947879,41.902149511167615],[-72.8020259797458,41.90231151117316],[-72.80373798032443,41.90266251118518],[-72.8040149804174,41.90270851118505],[-72.80440298054684,41.90275851118208],[-72.80459098060958,41.90278351118079],[-72.80520698081288,41.9028255111689],[-72.80544798089262,41.90284551116493],[-72.80617098113186,41.90290551115301],[-72.8064119812116,41.90292551114903],[-72.80702698141374,41.90295351113447],[-72.80816598178816,41.90300551110752],[-72.8108229826617,41.90312951104516],[-72.81342798351767,41.90324351098254],[-72.81415298375592,41.90327551096517],[-72.81470198393598,41.90329351095081],[-72.81517898409523,41.90335751094765],[-72.81558998423243,41.9034125109449],[-72.81587698432898,41.90346351094538],[-72.8164229845127,41.903561510946524],[-72.81689998467019,41.903595510937585],[-72.81798598502596,41.90362451090791],[-72.81869298525758,41.90364351088862],[-72.81916598540984,41.90360951086671],[-72.81927998544502,41.903575510856456],[-72.81954998552857,41.903498510832875],[-72.82019298572477,41.903267510767535],[-72.82061498585084,41.90306951071573],[-72.82086998592013,41.90283151066165],[-72.82092598593543,41.90278051065002],[-72.8212139860043,41.9023505105579],[-72.82154398611975,41.90248551057317],[-72.82194198626011,41.90266751059528],[-72.82249798645623,41.9029225106263],[-72.82304798665609,41.90327551067637],[-72.82355698684287,41.90363351072874],[-72.82396998699376,41.903912510769025],[-72.8245049871892,41.90427351082112],[-72.82464298723772,41.90433451082838],[-72.82484098730961,41.90446051084619],[-72.825436987526,41.904839510899784],[-72.82560298758624,41.904944510914596],[-72.82563698759856,41.904965510917535],[-72.82584398767325,41.90508951093467],[-72.82585198767616,41.90509451093538],[-72.82613098777647,41.9052555109573],[-72.82644398788692,41.90539951097483],[-72.82649098790327,41.90541751097678],[-72.82671698798202,41.90550451098619],[-72.82656898795142,41.90580751104929],[-72.82635598792592,41.90656251120151],[-72.82631798792413,41.906744511237754],[-72.82631398792398,41.906764511241754],[-72.82623198794603,41.90760251140567],[-72.82621998795643,41.9078485114534],[-72.82622098796834,41.908047511491645],[-72.82623298797877,41.90815951151283],[-72.82626798799787,41.90829151153707],[-72.82703298835328,41.91011151186245],[-72.82717798842185,41.91047751192816],[-72.82718198842362,41.910485511929565],[-72.82725198846059,41.910728511974064],[-72.82731298849538,41.91098451202133],[-72.82734598851982,41.91121951206547],[-72.82733098853421,41.91155051212966],[-72.82726198852357,41.91175451217115],[-72.82664898834823,41.91217551227204],[-72.82563098806166,41.912954512455016],[-72.82514698792592,41.91333351254367],[-72.82353098747299,41.91460451284069],[-72.82310198734987,41.91489251291006],[-72.82267098722268,41.91512151296811],[-72.82222498708697,41.91528851301473],[-72.81842998591851,41.91647351336597],[-72.81802898579248,41.91655451339459],[-72.8172449855461,41.91671351345064],[-72.81667898536222,41.91672551347132],[-72.81606598515947,41.91667651348181],[-72.81541198494162,41.91659751348785],[-72.81560098501623,41.91682051352463],[-72.81586598511615,41.91705251356064],[-72.81629798527908,41.91743151361954],[-72.81695998552068,41.91787351368307],[-72.81731298565111,41.91813651372221],[-72.81739998568489,41.918229513737266],[-72.81784198585643,41.918700513813526],[-72.81659698544928,41.91868051385013],[-72.81301698427869,41.91862551395578],[-72.81286498422894,41.918622513960145],[-72.8116219838225,41.91860351399685],[-72.80793098261522,41.918540514104556],[-72.7968609789943,41.91835251442766],[-72.79317097778731,41.91829051453544],[-72.79270697763378,41.91825251454319],[-72.79131797717417,41.918138514566316],[-72.79085497702103,41.91810151457421],[-72.78977197666669,41.91808151460549],[-72.787507975926,41.918041514671216],[-72.78652297560377,41.9180245146999],[-72.78544097524981,41.91800551473132],[-72.78537297522765,41.91800551473353],[-72.7851719751622,41.91800751474043],[-72.78510497514046,41.91800951474299],[-72.78472097501634,41.9180285147591],[-72.78469897500928,41.918030514760204],[-72.78429297487817,41.91805251477759],[-72.78374097469981,41.918081514801074],[-72.78357097464485,41.918089514808116],[-72.78318797452116,41.91811051482456],[-72.7831379745048,41.91810951482601],[-72.78298997445636,41.91810651483024],[-72.78294097444031,41.91810551483163],[-72.78288097441957,41.91808551482973],[-72.7827009743574,41.91802551482402],[-72.78264097433664,41.9180055148221],[-72.78225397421032,41.918003514834275],[-72.78109297383136,41.91799751487077],[-72.78070697370539,41.91799651488309],[-72.78021097354102,41.91795151489051],[-72.77872297304795,41.91781751491296],[-72.77822797288395,41.91777351492053],[-72.7776019726816,41.9178045149468],[-72.77572397207445,41.917896515025376],[-72.77509897187247,41.91792851505179],[-72.77501097184447,41.91794051505696],[-72.77474597176025,41.917978515072846],[-72.77465897173263,41.91799151507818],[-72.77058797040868,41.91805651522262],[-72.769707970115,41.91794151522901],[-72.76940597001044,41.91783751521877],[-72.7699549701453,41.91707651505455],[-72.77047497029098,41.91666451495841],[-72.77112697047376,41.91615051483839],[-72.77201897069864,41.915013514590676],[-72.77221797072606,41.9143685144601],[-72.77233997067547,41.912812514156705],[-72.77234697064007,41.91216351403158],[-72.77239297062586,41.91166051393329],[-72.77242397062906,41.911541513909384],[-72.77245997063173,41.91138551387819],[-72.7725079706363,41.91119451383988],[-72.773216970794,41.909928513573256],[-72.77401797101444,41.90922651341218],[-72.77443797112615,41.90879151331486],[-72.77504097127077,41.90789551312286],[-72.77545297135461,41.90702551294206],[-72.77520897124757,41.90655251285893],[-72.77516297122793,41.90647251284502],[-72.77514797114422,41.90511551258432],[-72.77526897117865,41.905028512563646],[-72.77524097116238,41.904905512540864],[-72.77616597143644,41.90443051241947],[-72.77633497149219,41.9044415124161],[-72.7762909714678,41.904268512384235],[-72.77624597144315,41.904096512352574],[-72.77623097143498,41.9040405123423],[-72.776299971441,41.90375651228539],[-72.77636797144675,41.903473512228715],[-72.776421971452,41.90326051218596],[-72.7757729711989,41.90254651206954],[-72.77571197116595,41.902321512028216],[-72.77561297111305,41.90196651196308],[-72.7752469709302,41.90087251176434],[-72.77484997077462,41.900422511690564],[-72.77459097062946,41.89937651149759],[-72.77471297066076,41.89923051146554],[-72.77494897072118,41.89894551140303],[-72.77568197093123,41.89844651128322],[-72.77607097105738,41.8984345112683],[-72.77894697204657,41.89931951134548],[-72.779266972148,41.8992695113255],[-72.77935097217475,41.899258511320646],[-72.77964097225029,41.898930511248125],[-72.77959897222769,41.89877751122003],[-72.77954197219698,41.89856851118163],[-72.77954997212314,41.89725151092783],[-72.77969497213547,41.89664951080723],[-72.78018297225141,41.895905510648184],[-72.78084697245197,41.89563051057374],[-72.78093797248053,41.895611510567115],[-72.78175497273742,41.89544751050907],[-72.78315097317048,41.89506651039048],[-72.78390397339024,41.894622510280584],[-72.78420097346728,41.89428151020531]]]},"properties":{"name":4662.01,"geoid":"09003466201"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.86948599819168,41.84137749724665],[-72.86965399824217,41.84130449722712],[-72.86995399832998,41.84113349718442],[-72.87023899841334,41.84097049714374],[-72.87037699845175,41.84085749711747],[-72.87119299867894,41.840192496962786],[-72.87164099880219,41.839801496872866],[-72.8717589988339,41.83968549684666],[-72.87184499885353,41.83954149681613],[-72.87190199886398,41.839401496787296],[-72.87194199886521,41.83919849674687],[-72.87193999885429,41.839021496712824],[-72.8719619988447,41.83873349665659],[-72.87201999885163,41.838527496615],[-72.87205799885947,41.83844949659874],[-72.8721299988744,41.838302496568055],[-72.87242099893473,41.837709496444305],[-72.87255099896743,41.83754349640808],[-72.87264199899495,41.83750649639799],[-72.87280099904314,41.83744449638087],[-72.87292199908092,41.837416496371546],[-72.87293699908564,41.83741349637049],[-72.8730189991115,41.837398496364926],[-72.87314699935033,41.84079049701453],[-72.87320199945107,41.84221549728738],[-72.8731969994502,41.84222849729005],[-72.87318599944888,41.842267497297925],[-72.87319799945408,41.842289497301785],[-72.87353000006688,41.85096849896343],[-72.87366200030714,41.85435949961248],[-72.87379700054397,41.85767450024673],[-72.87420400125539,41.8676195021491],[-72.8743280014722,41.870649502728604],[-72.87434000149275,41.87093550278329],[-72.87444700168031,41.87355750328473],[-72.87450800178527,41.875018503564085],[-72.87454800185469,41.875986503749175],[-72.87467300207611,41.87908850434238],[-72.87476700224283,41.88142450478908],[-72.87487300243022,41.8840475052906],[-72.87493200252747,41.88538650554645],[-72.87510900281934,41.88940450631415],[-72.875169002917,41.89074450657012],[-72.87546400336362,41.89675550771742],[-72.87593700407939,41.90638350955468],[-72.87634900470438,41.91479151115878],[-72.87651300495185,41.91811451179264],[-72.87658500506139,41.91958851207378],[-72.87664500515194,41.9208045123057],[-72.87485800456695,41.92076351235602],[-72.87454500446451,41.920756512364854],[-72.87423900436434,41.920749512373476],[-72.87230700373189,41.92070551242792],[-72.86178200028648,41.92046651272462],[-72.86089199999515,41.920446512749734],[-72.85929199947134,41.920409512794684],[-72.855334998176,41.920320512906336],[-72.85495499805158,41.92031151291695],[-72.85040099655377,41.920088513022236],[-72.84924999617516,41.92003151304872],[-72.84092299343637,41.91962451324123],[-72.83213499054584,41.91919451344419],[-72.82642998866935,41.918915513575904],[-72.82616798858356,41.918909513583266],[-72.82546598835377,41.918894513603206],[-72.82538198832627,41.918892513605535],[-72.82511998824054,41.918887513613086],[-72.82366398776357,41.91884951365309],[-72.81929698633303,41.91873751377338],[-72.81784198585643,41.918700513813526],[-72.81739998568489,41.918229513737266],[-72.81731298565111,41.91813651372221],[-72.81695998552068,41.91787351368307],[-72.81629798527908,41.91743151361954],[-72.81586598511615,41.91705251356064],[-72.81560098501623,41.91682051352463],[-72.81541198494162,41.91659751348785],[-72.81606598515947,41.91667651348181],[-72.81667898536222,41.91672551347132],[-72.8172449855461,41.91671351345064],[-72.81802898579248,41.91655451339459],[-72.81842998591851,41.91647351336597],[-72.82222498708697,41.91528851301473],[-72.82267098722268,41.91512151296811],[-72.82310198734987,41.91489251291006],[-72.82353098747299,41.91460451284069],[-72.82514698792592,41.91333351254367],[-72.82563098806166,41.912954512455016],[-72.82664898834823,41.91217551227204],[-72.82726198852357,41.91175451217115],[-72.82733098853421,41.91155051212966],[-72.82734598851982,41.91121951206547],[-72.82731298849538,41.91098451202133],[-72.82725198846059,41.910728511974064],[-72.82718198842362,41.910485511929565],[-72.82717798842185,41.91047751192816],[-72.82703298835328,41.91011151186245],[-72.82626798799787,41.90829151153707],[-72.82623298797877,41.90815951151283],[-72.82622098796834,41.908047511491645],[-72.82621998795643,41.9078485114534],[-72.82623198794603,41.90760251140567],[-72.82631398792398,41.906764511241754],[-72.82631798792413,41.906744511237754],[-72.82635598792592,41.90656251120151],[-72.82656898795142,41.90580751104929],[-72.82671698798202,41.90550451098619],[-72.82649098790327,41.90541751097678],[-72.82644398788692,41.90539951097483],[-72.82613098777647,41.9052555109573],[-72.82585198767616,41.90509451093538],[-72.82584398767325,41.90508951093467],[-72.82563698759856,41.904965510917535],[-72.8260209876993,41.904545510824235],[-72.82647398785438,41.90467251083396],[-72.82648898785958,41.90467751083444],[-72.82654798787588,41.9046275108229],[-72.82657798788416,41.90460151081693],[-72.82668198790782,41.90442551077968],[-72.8267279879145,41.904282510750654],[-72.82679198792385,41.90408451071047],[-72.82701198796047,41.90348151058728],[-72.8284729883772,41.902457510342735],[-72.82932598862061,41.901861510200334],[-72.82945798866875,41.901949510212994],[-72.82967198874047,41.90198251021239],[-72.82975998876658,41.90193851020106],[-72.83043598898286,41.90186751016543],[-72.83088198913524,41.901987510174045],[-72.83094298915613,41.90200451017533],[-72.83142698931263,41.90198251015537],[-72.83172098939917,41.90182251011503],[-72.8318749894395,41.90165251007731],[-72.83188298942072,41.90128551000642],[-72.83192698942163,41.90105450996053],[-72.83205698944818,41.900782509903955],[-72.8320959894563,41.900703509887485],[-72.83248898955463,41.900191509776164],[-72.83252198956289,41.90014850976683],[-72.83268998960875,41.89999550973192],[-72.83302798970585,41.89977050967764],[-72.83321898975309,41.89951250962178],[-72.83338798979091,41.89921550955911],[-72.83342498978794,41.898957509508264],[-72.83338798975034,41.89851850942497],[-72.83337498974348,41.89847350941673],[-72.83328498969533,41.898150509357485],[-72.83315998964027,41.897904509314195],[-72.83299798957657,41.897717509283474],[-72.83275598949191,41.89761850927227],[-72.83252098941338,41.89758550927356],[-72.83226398933024,41.89759650928402],[-72.83227398933107,41.89755450927561],[-72.83228198933121,41.897512509267266],[-72.83229398933257,41.89746850925842],[-72.83253098935042,41.896447509054184],[-72.83254998935195,41.89636750903818],[-72.8324389892567,41.89535250884639],[-72.83248298926111,41.89518150881206],[-72.8326809893001,41.89474250872112],[-72.83267398929083,41.89462250869826],[-72.83232898916334,41.894364508659784],[-72.83191698901403,41.89410650862351],[-72.83183598898344,41.89403450861228],[-72.83177098892581,41.89340850849389],[-72.83176898892401,41.89338850849012],[-72.83179998893179,41.893348508481395],[-72.83198598897701,41.89308350842434],[-72.83207998899282,41.892828508372205],[-72.83217598900916,41.89257150831961],[-72.83231298904253,41.89237750827781],[-72.83363398947363,41.892385508236444],[-72.83351698943417,41.89236250823581],[-72.83316598931576,41.892294508234144],[-72.83304998927669,41.89227250823367],[-72.83287998921939,41.89224050823303],[-72.83263098913514,41.892187508230904],[-72.83238198905066,41.892130508228036],[-72.83228798901872,41.89210850822685],[-72.8321499889713,41.89206650822324],[-72.83201698892562,41.89202650821986],[-72.83180398884988,41.89191850820599],[-72.83144498871611,41.89163050816221],[-72.83027198826625,41.890470507976985],[-72.83010198819785,41.89024750793957],[-72.8297679880635,41.8898095078661],[-72.82958498798504,41.889486507809856],[-72.82944798792592,41.889237507766374],[-72.82936998789216,41.889094507741376],[-72.8291669877961,41.88858050764901],[-72.82910098776772,41.88846250762844],[-72.82896298770837,41.88821550758536],[-72.82885198766468,41.88808650756413],[-72.82851898753363,41.88769950750043],[-72.82840898749032,41.88757150747936],[-72.82793898730529,41.88702450738931],[-72.82790498729258,41.88699650738502],[-72.82752798715225,41.8866965073395],[-72.82600198660691,41.88587350723058],[-72.82593298658234,41.885837507225894],[-72.82553498644086,41.88563550719993],[-72.82525198634023,41.88549150718139],[-72.82445098604947,41.88498150710918],[-72.8239959858833,41.884674507064844],[-72.823969985874,41.88466050706299],[-72.82362298575002,41.88447350703825],[-72.82275698544953,41.884160507006094],[-72.82198198518218,41.88390750698254],[-72.82119298490893,41.883631506955],[-72.82023498456729,41.88312650688885],[-72.8197699844003,41.882861506852905],[-72.8184429839238,41.88210550675039],[-72.81840398390976,41.882082506747224],[-72.81828698386768,41.88201450673794],[-72.81824898385399,41.881992506734925],[-72.81803898377845,41.88187050671825],[-72.81786898371728,41.88177150670471],[-72.81751498357895,41.881376506640116],[-72.817353983516,41.88119650661069],[-72.81720198344077,41.88075450653051],[-72.81706598337335,41.880357506458466],[-72.81677798324073,41.879690506339365],[-72.81668098319551,41.879456506297444],[-72.81650298311246,41.879025506220216],[-72.81653398309547,41.87855950612948],[-72.81655398308597,41.878283506075654],[-72.81654698304763,41.87766250595629],[-72.81649498301618,41.87741350591003],[-72.81641898297777,41.877178505867235],[-72.81641498297566,41.87716450586466],[-72.81629598292605,41.8769785058327],[-72.81614198286593,41.87680750580478],[-72.81591898277982,41.87657650576752],[-72.81562398267107,41.876359505735294],[-72.81493798241928,41.87587450566413],[-72.81379098199828,41.87506350554514],[-72.81313398172024,41.87396350535458],[-72.81157098114915,41.872902505200926],[-72.81156798114806,41.872900505200626],[-72.81106998096796,41.87259450515784],[-72.81082198087962,41.87246550514103],[-72.81056398078861,41.87234650512648],[-72.810217980667,41.87219450510843],[-72.80970598048785,41.871983505084394],[-72.8096779804781,41.87197250508317],[-72.80946598040516,41.87190650507735],[-72.80919298031293,41.871850505075415],[-72.80890298021446,41.87178250507171],[-72.80875198016156,41.87171950506447],[-72.80860698010959,41.87163850505356],[-72.80847498006017,41.87152850503665],[-72.80838798002509,41.87141250501714],[-72.80832697999645,41.871261504990024],[-72.80832497999445,41.87123850498567],[-72.80828097994812,41.870687504880955],[-72.80856498004174,41.87070550487521],[-72.80883098012887,41.87071250486794],[-72.80884798013446,41.87071350486758],[-72.80912698022516,41.87070950485776],[-72.80948998034258,41.8706935048429],[-72.80977898043504,41.87066350482775],[-72.81008998053366,41.87061650480861],[-72.81046998065301,41.870538504781265],[-72.81049898066217,41.87053350477937],[-72.8110059808203,41.87041050473923],[-72.8113719809335,41.87030550470714],[-72.81174198104797,41.87019950467471],[-72.81242298126158,41.87005550462488],[-72.81248298128051,41.87004450462083],[-72.81285798139879,41.86997650459556],[-72.8128749814042,41.86997450459463],[-72.8129279814211,41.86996750459156],[-72.8129459814269,41.86996650459077],[-72.81301698144956,41.86995850458694],[-72.81308898147257,41.869950504583066],[-72.81317398149974,41.869941504578584],[-72.8134409815861,41.8699295045676],[-72.81356798162719,41.86992450456251],[-72.81493298207474,41.86996950452691],[-72.8149689820866,41.86997150452613],[-72.815430982237,41.86996850451057],[-72.81577898235032,41.86996650449888],[-72.8159709824125,41.86995950449132],[-72.81680998268446,41.86993350445908],[-72.81759298293748,41.869895504426374],[-72.81813398311232,41.869869504403816],[-72.81882098333462,41.869841504376126],[-72.81935798350906,41.86983150435678],[-72.81960898359064,41.86982750434787],[-72.8230289847163,41.87001550427312],[-72.82416998509193,41.87007950424842],[-72.8242529851194,41.87008650424707],[-72.82413698507054,41.869896504214246],[-72.82409998504953,41.86974250418579],[-72.82409998504836,41.86972250418192],[-72.82409998504187,41.86961050416035],[-72.82428998509107,41.869391504112],[-72.82438598511598,41.8692815040877],[-72.8244299851252,41.86919350406932],[-72.82436398509061,41.868968504028125],[-72.82437898509232,41.868913504017044],[-72.82442298510348,41.86885850400501],[-72.82459098515272,41.86876350398126],[-72.8246279851636,41.868743503976205],[-72.8247679851971,41.8685345039314],[-72.82477398519283,41.8684275039106],[-72.82499998526133,41.86833850388614],[-72.82553698542429,41.86813050382863],[-72.82567898546732,41.86807450381325],[-72.82590598553624,41.86798750378911],[-72.82842798630126,41.86700650351829],[-72.83001498678267,41.86638950334793],[-72.8305739869525,41.86617650328876],[-72.83284898764354,41.86530850304772],[-72.83311898772706,41.86523150302412],[-72.83316398774105,41.865219503020334],[-72.83327698777543,41.86517750300859],[-72.83368198789866,41.865026502966344],[-72.8344729881395,41.8647345028844],[-72.83489998826941,41.864575502839934],[-72.83530598839303,41.864425502797836],[-72.83549398845024,41.86435550277827],[-72.83564398849592,41.864300502762795],[-72.83579398854155,41.86424450274712],[-72.83585698855988,41.864206502737765],[-72.83596198859283,41.864184502730126],[-72.83625298868128,41.86407450269948],[-72.83909798954626,41.863003502400794],[-72.8400469898348,41.8626465023012],[-72.8422749905129,41.861820502069754],[-72.84295199071873,41.861565501998626],[-72.84600099164578,41.86041950167885],[-72.84659799182755,41.860199501617075],[-72.85039599298703,41.858853501234385],[-72.8542419941406,41.85713750077887],[-72.85467099426965,41.85695250072928],[-72.85477199430052,41.85691750071927],[-72.85490899434417,41.85690050071152],[-72.85536099449065,41.85688650069413],[-72.85546699452468,41.85687750068897],[-72.85557399455791,41.85684950068009],[-72.85741799511824,41.8561515004857],[-72.85757999518167,41.856334500515686],[-72.85779399528093,41.85684250060661],[-72.85781899529577,41.856957500627956],[-72.85793299536354,41.85748450072578],[-72.85800799541084,41.85787750079906],[-72.85820599551252,41.85851650091575],[-72.85844099561369,41.8589395009896],[-72.85868399571486,41.85931750105452],[-72.85878199575701,41.85949350108525],[-72.85885999579047,41.85963150110929],[-72.85909499588746,41.859982501169284],[-72.85919799593951,41.86030050122719],[-72.85975999613196,41.860460501239736],[-72.86144799671006,41.860942501277734],[-72.86201099690287,41.86110350129046],[-72.86267499712659,41.861229501293145],[-72.86286799719163,41.861266501294004],[-72.8637429974874,41.86144950130082],[-72.86458699777066,41.86159050130054],[-72.8646699977981,41.86159750129919],[-72.86534399802105,41.86165450128826],[-72.86552999804314,41.86099250115468],[-72.86608799810946,41.85900650075398],[-72.86627499813196,41.85834550062055],[-72.86632999814383,41.85824150059874],[-72.86649699818004,41.857928500533006],[-72.8665529981923,41.85782550051134],[-72.86699899828906,41.85699050033598],[-72.86715399832276,41.85670150027527],[-72.86732199835069,41.85624050018099],[-72.86737399835386,41.856003500133646],[-72.8672979982258,41.85422749979395],[-72.86725899815814,41.85328249961314],[-72.86731899814623,41.85274149950695],[-72.8675009981113,41.851120499188696],[-72.8675629981001,41.85058049908264],[-72.86755199807128,41.850146498999365],[-72.86752699799871,41.84903849878668],[-72.86751699798423,41.84884549874981],[-72.8674949979519,41.848412498667095],[-72.86750099794787,41.84830949864704],[-72.86752099793658,41.84800349858744],[-72.86752799793294,41.84790149856756],[-72.86759099792398,41.84739449846781],[-72.86764999791589,41.84692449837532],[-72.86766599790576,41.84666049832392],[-72.86765899785726,41.84586549817095],[-72.86765499782634,41.845355498072806],[-72.86791799787846,41.84477849795305],[-72.86799399789388,41.84461749791956],[-72.86860399801817,41.84333649765287],[-72.86882399805864,41.84279949754222],[-72.86901999809989,41.8424104974609],[-72.86909499811583,41.842264497430314],[-72.86935599816647,41.84167249730773],[-72.86938199817149,41.84161349729551],[-72.86945999818663,41.841436497258876],[-72.86948599819168,41.84137749724665]]]},"properties":{"name":4662.02,"geoid":"09003466202"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.79966497702243,41.868668504771335],[-72.7998509770931,41.86884150479862],[-72.79991797711817,41.86889750480724],[-72.8001969772227,41.86913150484328],[-72.80047197732576,41.86936250487888],[-72.80048597733146,41.869382504882275],[-72.80055397735926,41.869479504898756],[-72.80055897737192,41.8696695049352],[-72.80055997737409,41.869701504941325],[-72.80067397741242,41.86972150494148],[-72.80092497749673,41.869764504941614],[-72.80095697750751,41.869770504941755],[-72.8012809776176,41.86984750494608],[-72.80138097765229,41.86988350494978],[-72.80168197775686,41.86999450496139],[-72.8017829777919,41.870031504965254],[-72.80189197782977,41.87007150496942],[-72.80221997794364,41.870191504981904],[-72.80232997798187,41.870232504986234],[-72.80260397807868,41.87036150500222],[-72.80342697836953,41.870750505050474],[-72.80370197846672,41.8708805050666],[-72.80379397849242,41.87080650504936],[-72.80406997856949,41.870584504997645],[-72.80416197859518,41.87051050498041],[-72.8043369786473,41.87042550495835],[-72.80452797870625,41.870368504941176],[-72.80478997878981,41.87033650492653],[-72.8048879788217,41.87033550492316],[-72.80511097889432,41.87033450491574],[-72.8062709792761,41.87039750489025],[-72.80671197942137,41.87042350488097],[-72.80697097950724,41.87044850487737],[-72.80715197956792,41.87047750487711],[-72.80727197960815,41.87049650487687],[-72.80789697981872,41.87061450487935],[-72.80797297984431,41.87062850487957],[-72.80820397992215,41.87067250488057],[-72.80828097994812,41.870687504880955],[-72.80832497999445,41.87123850498567],[-72.80832697999645,41.871261504990024],[-72.80838798002509,41.87141250501714],[-72.80847498006017,41.87152850503665],[-72.80860698010959,41.87163850505356],[-72.80875198016156,41.87171950506447],[-72.80890298021446,41.87178250507171],[-72.80919298031293,41.871850505075415],[-72.80946598040516,41.87190650507735],[-72.8096779804781,41.87197250508317],[-72.80970598048785,41.871983505084394],[-72.810217980667,41.87219450510843],[-72.81056398078861,41.87234650512648],[-72.81082198087962,41.87246550514103],[-72.81106998096796,41.87259450515784],[-72.81156798114806,41.872900505200626],[-72.81157098114915,41.872902505200926],[-72.81313398172024,41.87396350535458],[-72.81379098199828,41.87506350554514],[-72.81493798241928,41.87587450566413],[-72.81562398267107,41.876359505735294],[-72.81591898277982,41.87657650576752],[-72.81614198286593,41.87680750580478],[-72.81629598292605,41.8769785058327],[-72.81641498297566,41.87716450586466],[-72.81641898297777,41.877178505867235],[-72.81649498301618,41.87741350591003],[-72.81654698304763,41.87766250595629],[-72.81655398308597,41.878283506075654],[-72.81653398309547,41.87855950612948],[-72.81650298311246,41.879025506220216],[-72.81668098319551,41.879456506297444],[-72.81677798324073,41.879690506339365],[-72.81706598337335,41.880357506458466],[-72.81720198344077,41.88075450653051],[-72.817353983516,41.88119650661069],[-72.81751498357895,41.881376506640116],[-72.81786898371728,41.88177150670471],[-72.81803898377845,41.88187050671825],[-72.81824898385399,41.881992506734925],[-72.81828698386768,41.88201450673794],[-72.81840398390976,41.882082506747224],[-72.8184429839238,41.88210550675039],[-72.8197699844003,41.882861506852905],[-72.82023498456729,41.88312650688885],[-72.82119298490893,41.883631506955],[-72.82198198518218,41.88390750698254],[-72.82275698544953,41.884160507006094],[-72.82362298575002,41.88447350703825],[-72.823969985874,41.88466050706299],[-72.8239959858833,41.884674507064844],[-72.82445098604947,41.88498150710918],[-72.82525198634023,41.88549150718139],[-72.82553498644086,41.88563550719993],[-72.82593298658234,41.885837507225894],[-72.82600198660691,41.88587350723058],[-72.82752798715225,41.8866965073395],[-72.82790498729258,41.88699650738502],[-72.82793898730529,41.88702450738931],[-72.82840898749032,41.88757150747936],[-72.82851898753363,41.88769950750043],[-72.82885198766468,41.88808650756413],[-72.82896298770837,41.88821550758536],[-72.82910098776772,41.88846250762844],[-72.8291669877961,41.88858050764901],[-72.82936998789216,41.889094507741376],[-72.82944798792592,41.889237507766374],[-72.82958498798504,41.889486507809856],[-72.8297679880635,41.8898095078661],[-72.83010198819785,41.89024750793957],[-72.83027198826625,41.890470507976985],[-72.83144498871611,41.89163050816221],[-72.83180398884988,41.89191850820599],[-72.83201698892562,41.89202650821986],[-72.8321499889713,41.89206650822324],[-72.83228798901872,41.89210850822685],[-72.83238198905066,41.892130508228036],[-72.83263098913514,41.892187508230904],[-72.83287998921939,41.89224050823303],[-72.83304998927669,41.89227250823367],[-72.83316598931576,41.892294508234144],[-72.83351698943417,41.89236250823581],[-72.83363398947363,41.892385508236444],[-72.83231298904253,41.89237750827781],[-72.83217598900916,41.89257150831961],[-72.83207998899282,41.892828508372205],[-72.83198598897701,41.89308350842434],[-72.83179998893179,41.893348508481395],[-72.83176898892401,41.89338850849012],[-72.83177098892581,41.89340850849389],[-72.83183598898344,41.89403450861228],[-72.83191698901403,41.89410650862351],[-72.83232898916334,41.894364508659784],[-72.83267398929083,41.89462250869826],[-72.8326809893001,41.89474250872112],[-72.83248298926111,41.89518150881206],[-72.8324389892567,41.89535250884639],[-72.83254998935195,41.89636750903818],[-72.83253098935042,41.896447509054184],[-72.83229398933257,41.89746850925842],[-72.83228198933121,41.897512509267266],[-72.83227398933107,41.89755450927561],[-72.83226398933024,41.89759650928402],[-72.83252098941338,41.89758550927356],[-72.83275598949191,41.89761850927227],[-72.83299798957657,41.897717509283474],[-72.83315998964027,41.897904509314195],[-72.83328498969533,41.898150509357485],[-72.83337498974348,41.89847350941673],[-72.83338798975034,41.89851850942497],[-72.83342498978794,41.898957509508264],[-72.83338798979091,41.89921550955911],[-72.83321898975309,41.89951250962178],[-72.83302798970585,41.89977050967764],[-72.83268998960875,41.89999550973192],[-72.83252198956289,41.90014850976683],[-72.83248898955463,41.900191509776164],[-72.8320959894563,41.900703509887485],[-72.83205698944818,41.900782509903955],[-72.83192698942163,41.90105450996053],[-72.83188298942072,41.90128551000642],[-72.8318749894395,41.90165251007731],[-72.83172098939917,41.90182251011503],[-72.83142698931263,41.90198251015537],[-72.83094298915613,41.90200451017533],[-72.83088198913524,41.901987510174045],[-72.83043598898286,41.90186751016543],[-72.82975998876658,41.90193851020106],[-72.82967198874047,41.90198251021239],[-72.82945798866875,41.901949510212994],[-72.82932598862061,41.901861510200334],[-72.8284729883772,41.902457510342735],[-72.82701198796047,41.90348151058728],[-72.82679198792385,41.90408451071047],[-72.8267279879145,41.904282510750654],[-72.82668198790782,41.90442551077968],[-72.82657798788416,41.90460151081693],[-72.82654798787588,41.9046275108229],[-72.82648898785958,41.90467751083444],[-72.82647398785438,41.90467251083396],[-72.8260209876993,41.904545510824235],[-72.82563698759856,41.904965510917535],[-72.82560298758624,41.904944510914596],[-72.825436987526,41.904839510899784],[-72.82484098730961,41.90446051084619],[-72.82464298723772,41.90433451082838],[-72.8245049871892,41.90427351082112],[-72.82396998699376,41.903912510769025],[-72.82355698684287,41.90363351072874],[-72.82304798665609,41.90327551067637],[-72.82249798645623,41.9029225106263],[-72.82194198626011,41.90266751059528],[-72.82154398611975,41.90248551057317],[-72.8212139860043,41.9023505105579],[-72.82092598593543,41.90278051065002],[-72.82086998592013,41.90283151066165],[-72.82061498585084,41.90306951071573],[-72.82019298572477,41.903267510767535],[-72.81954998552857,41.903498510832875],[-72.81927998544502,41.903575510856456],[-72.81916598540984,41.90360951086671],[-72.81869298525758,41.90364351088862],[-72.81798598502596,41.90362451090791],[-72.81689998467019,41.903595510937585],[-72.8164229845127,41.903561510946524],[-72.81587698432898,41.90346351094538],[-72.81558998423243,41.9034125109449],[-72.81517898409523,41.90335751094765],[-72.81470198393598,41.90329351095081],[-72.81415298375592,41.90327551096517],[-72.81342798351767,41.90324351098254],[-72.8108229826617,41.90312951104516],[-72.80816598178816,41.90300551110752],[-72.80702698141374,41.90295351113447],[-72.8064119812116,41.90292551114903],[-72.80617098113186,41.90290551115301],[-72.80544798089262,41.90284551116493],[-72.80520698081288,41.9028255111689],[-72.80459098060958,41.90278351118079],[-72.80440298054684,41.90275851118208],[-72.8040149804174,41.90270851118505],[-72.80373798032443,41.90266251118518],[-72.8020259797458,41.90231151117316],[-72.80123597947879,41.902149511167615],[-72.80065097927962,41.90200451115868],[-72.80032097916732,41.901923511153804],[-72.79888997868201,41.90160151113822],[-72.79830297848292,41.90146951113185],[-72.797881978328,41.901165511087],[-72.79743897817069,41.90094451105883],[-72.79549297748413,41.90004851094946],[-72.79487997727523,41.89989351093951],[-72.79389797694866,41.899783510950165],[-72.7925229764974,41.89973351098512],[-72.79098297599208,41.89967851102449],[-72.7908379759445,41.89967351102824],[-72.79040497580243,41.89965851103937],[-72.79026097575519,41.89965351104307],[-72.79016697572436,41.89965051104556],[-72.79012097570926,41.89964851104665],[-72.78970397557225,41.89963051105671],[-72.78956497552656,41.899624511060054],[-72.78943497548428,41.89962651106466],[-72.78914497539,41.899631511075036],[-72.78904997535781,41.89961051107406],[-72.78898697533647,41.89959651107341],[-72.78892397531516,41.89958351107295],[-72.7884579751573,41.89948151106841],[-72.78730997476839,41.899230511057304],[-72.7870599746845,41.89918951105753],[-72.78658997452675,41.899112511057936],[-72.78664797453354,41.89890351101583],[-72.7867209745423,41.8986445109636],[-72.78686297456815,41.898292510891224],[-72.78694497458328,41.89809251085008],[-72.78709697461194,41.89773251077584],[-72.7875569746992,41.89665251055301],[-72.78771097472858,41.89629351047892],[-72.78772397473072,41.896257510471564],[-72.78776697473849,41.89614951044937],[-72.78778197474132,41.89611451044215],[-72.78780297474441,41.89604951042895],[-72.78786797475439,41.89585651038969],[-72.78788997475786,41.89579251037665],[-72.78779897472575,41.89575051037153],[-72.78773997470495,41.895723510368235],[-72.78751097462725,41.89567151036565],[-72.78741397459436,41.89564951036455],[-72.78730697455806,41.8956255103634],[-72.78673397436768,41.895564510370235],[-72.786498974292,41.89558051038092],[-72.7861539741722,41.89545451036787],[-72.78612897416316,41.89543951036576],[-72.78549297393336,41.895053510312074],[-72.78497097372527,41.89440051020327],[-72.78486897368789,41.89432951019291],[-72.78467797362306,41.89428551019062],[-72.7844869735627,41.894318510203156],[-72.7844289735433,41.89431051020351],[-72.78425797348628,41.8942885102048],[-72.78420097346728,41.89428151020531],[-72.78407097339796,41.89381751012018],[-72.78413697338536,41.893229510004836],[-72.7845109734591,41.892399509832906],[-72.7842269732925,41.89112450959662],[-72.78414197324244,41.89073950952525],[-72.78410997322662,41.89064650950837],[-72.78402097318273,41.89039050946197],[-72.78393297313917,41.89013450941552],[-72.7838089730778,41.88977350935003],[-72.78390997309734,41.88954250930228],[-72.784006973116,41.8893195092562],[-72.78410497313503,41.88909650921008],[-72.78429597317195,41.88865950911974],[-72.78575597361012,41.888007508946885],[-72.78619397372067,41.88745150882563],[-72.78647697379203,41.88709150874711],[-72.78676097386375,41.886731508668596],[-72.78700797392604,41.88641750860014],[-72.78811697427156,41.88614050851085],[-72.78898997457475,41.886460508544175],[-72.7892029746579,41.886696508582716],[-72.78949997477376,41.88702450863625],[-72.7897969748897,41.88735350868999],[-72.78988097492247,41.887446508705175],[-72.79001097497449,41.88761250873292],[-72.79033597510461,41.88802850880249],[-72.79071597524789,41.88836250885449],[-72.79163597557177,41.88877450890401],[-72.79241297582469,41.888767508877464],[-72.79261397588947,41.88875450886845],[-72.79282697594927,41.88858850882957],[-72.79294297598494,41.8885515088187],[-72.79310097603211,41.88847650879914],[-72.79320797606402,41.88842550878584],[-72.79334697610331,41.88832150876131],[-72.79350397614957,41.88823650873986],[-72.79357497616041,41.88802450869673],[-72.79323397600871,41.88732650857339],[-72.79278297583049,41.88678950848459],[-72.79265697576851,41.88642950841934],[-72.7929379758261,41.88584350829741],[-72.79316297588268,41.88555450823445],[-72.79350497598641,41.88542050819757],[-72.79389497610468,41.88526750815546],[-72.79430197622499,41.88505450810124],[-72.79435497623822,41.88498450808605],[-72.7944499762552,41.88474350803656],[-72.79447097625543,41.88462950801394],[-72.79449397625551,41.88450150798853],[-72.7944649762371,41.884347507959816],[-72.7944369762253,41.88430150795187],[-72.79276397568162,41.88433150801187],[-72.79263397563811,41.884312508012435],[-72.79137497521546,41.88410250801279],[-72.79070397498829,41.883957508006624],[-72.78942997454507,41.883477507955476],[-72.78842297417998,41.88284350786599],[-72.78781997394887,41.882248507770946],[-72.78698097360322,41.88100550755874],[-72.78627897329595,41.8796545073213],[-72.7861409731939,41.87867050713623],[-72.78628497321318,41.8781935070397],[-72.78640797322804,41.87775850695193],[-72.78778197355781,41.875721506515056],[-72.78831397369379,41.875075506373385],[-72.78925397394305,41.87408950615299],[-72.78994097411412,41.87317750595505],[-72.79083397432,41.87170850564314],[-72.79161897448853,41.870201505327394],[-72.79197797458502,41.869847505247556],[-72.79216097463406,41.86966450520637],[-72.79531997565896,41.86958050508784],[-72.79856197670226,41.869347504937885],[-72.79966497702243,41.868668504771335]]]},"properties":{"name":4663,"geoid":"09003466300"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.79966497702243,41.868668504771335],[-72.79856197670226,41.869347504937885],[-72.79531997565896,41.86958050508784],[-72.79216097463406,41.86966450520637],[-72.79197797458502,41.869847505247556],[-72.79161897448853,41.870201505327394],[-72.79083397432,41.87170850564314],[-72.78994097411412,41.87317750595505],[-72.78925397394305,41.87408950615299],[-72.78831397369379,41.875075506373385],[-72.78778197355781,41.875721506515056],[-72.78640797322804,41.87775850695193],[-72.78628497321318,41.8781935070397],[-72.7861409731939,41.87867050713623],[-72.78627897329595,41.8796545073213],[-72.78698097360322,41.88100550755874],[-72.78781997394887,41.882248507770946],[-72.78842297417998,41.88284350786599],[-72.78942997454507,41.883477507955476],[-72.79070397498829,41.883957508006624],[-72.79137497521546,41.88410250801279],[-72.79263397563811,41.884312508012435],[-72.79276397568162,41.88433150801187],[-72.7944369762253,41.88430150795187],[-72.7944649762371,41.884347507959816],[-72.79449397625551,41.88450150798853],[-72.79447097625543,41.88462950801394],[-72.7944499762552,41.88474350803656],[-72.79435497623822,41.88498450808605],[-72.79430197622499,41.88505450810124],[-72.79389497610468,41.88526750815546],[-72.79350497598641,41.88542050819757],[-72.79316297588268,41.88555450823445],[-72.7929379758261,41.88584350829741],[-72.79265697576851,41.88642950841934],[-72.79278297583049,41.88678950848459],[-72.79323397600871,41.88732650857339],[-72.79357497616041,41.88802450869673],[-72.79350397614957,41.88823650873986],[-72.79334697610331,41.88832150876131],[-72.79320797606402,41.88842550878584],[-72.79310097603211,41.88847650879914],[-72.79294297598494,41.8885515088187],[-72.79282697594927,41.88858850882957],[-72.79261397588947,41.88875450886845],[-72.79241297582469,41.888767508877464],[-72.79163597557177,41.88877450890401],[-72.79071597524789,41.88836250885449],[-72.79033597510461,41.88802850880249],[-72.79001097497449,41.88761250873292],[-72.78988097492247,41.887446508705175],[-72.7897969748897,41.88735350868999],[-72.78949997477376,41.88702450863625],[-72.7892029746579,41.886696508582716],[-72.78898997457475,41.886460508544175],[-72.78811697427156,41.88614050851085],[-72.78700797392604,41.88641750860014],[-72.78676097386375,41.886731508668596],[-72.78647697379203,41.88709150874711],[-72.78619397372067,41.88745150882563],[-72.78575597361012,41.888007508946885],[-72.78429597317195,41.88865950911974],[-72.78410497313503,41.88909650921008],[-72.784006973116,41.8893195092562],[-72.78390997309734,41.88954250930228],[-72.7838089730778,41.88977350935003],[-72.78393297313917,41.89013450941552],[-72.78402097318273,41.89039050946197],[-72.78410997322662,41.89064650950837],[-72.78414197324244,41.89073950952525],[-72.7842269732925,41.89112450959662],[-72.7845109734591,41.892399509832906],[-72.78413697338536,41.893229510004836],[-72.78407097339796,41.89381751012018],[-72.78420097346728,41.89428151020531],[-72.78390397339024,41.894622510280584],[-72.78315097317048,41.89506651039048],[-72.78175497273742,41.89544751050907],[-72.78093797248053,41.895611510567115],[-72.78084697245197,41.89563051057374],[-72.78018297225141,41.895905510648184],[-72.77969497213547,41.89664951080723],[-72.77954997212314,41.89725151092783],[-72.77954197219698,41.89856851118163],[-72.77959897222769,41.89877751122003],[-72.77964097225029,41.898930511248125],[-72.77935097217475,41.899258511320646],[-72.779266972148,41.8992695113255],[-72.77894697204657,41.89931951134548],[-72.77607097105738,41.8984345112683],[-72.77568197093123,41.89844651128322],[-72.77494897072118,41.89894551140303],[-72.77471297066076,41.89923051146554],[-72.77459097062946,41.89937651149759],[-72.77484997077462,41.900422511690564],[-72.7752469709302,41.90087251176434],[-72.77561297111305,41.90196651196308],[-72.77571197116595,41.902321512028216],[-72.7757729711989,41.90254651206954],[-72.776421971452,41.90326051218596],[-72.77636797144675,41.903473512228715],[-72.776299971441,41.90375651228539],[-72.77623097143498,41.9040405123423],[-72.77624597144315,41.904096512352574],[-72.7762909714678,41.904268512384235],[-72.77633497149219,41.9044415124161],[-72.77616597143644,41.90443051241947],[-72.77524097116238,41.904905512540864],[-72.77526897117865,41.905028512563646],[-72.77514797114422,41.90511551258432],[-72.77516297122793,41.90647251284502],[-72.77520897124757,41.90655251285893],[-72.77545297135461,41.90702551294206],[-72.77504097127077,41.90789551312286],[-72.77443797112615,41.90879151331486],[-72.77401797101444,41.90922651341218],[-72.773216970794,41.909928513573256],[-72.7725079706363,41.91119451383988],[-72.77245997063173,41.91138551387819],[-72.77242397062906,41.911541513909384],[-72.77239297062586,41.91166051393329],[-72.77234697064007,41.91216351403158],[-72.77233997067547,41.912812514156705],[-72.77221797072606,41.9143685144601],[-72.77201897069864,41.915013514590676],[-72.77112697047376,41.91615051483839],[-72.77047497029098,41.91666451495841],[-72.7699549701453,41.91707651505455],[-72.76940597001044,41.91783751521877],[-72.7690559698945,41.91780651522415],[-72.76870596977855,41.91777551522954],[-72.76815496959605,41.917727515238134],[-72.76800596951692,41.91720151514175],[-72.7679599694649,41.916564515020674],[-72.76797196945066,41.91625151496005],[-72.76798896943035,41.91580651487385],[-72.76784996936789,41.91551151482159],[-72.76751396923791,41.915160514764935],[-72.7672979691695,41.91519551477867],[-72.767087969093,41.915057514758914],[-72.76632496885333,41.91521551481403],[-72.76619596881386,41.915260514826876],[-72.76546396859011,41.915518514900235],[-72.76503996844474,41.915396514890496],[-72.76483896835973,41.915061514832544],[-72.76480296834457,41.91500251482235],[-72.76478496833694,41.914972514817165],[-72.764816968305,41.91424251467564],[-72.76491396830423,41.9136845145651],[-72.76493096830426,41.91358951454628],[-72.76489796827387,41.9132515144823],[-72.76485796825874,41.913215514476676],[-72.76452496813253,41.91291251442914],[-72.76410596798277,41.91268651439922],[-72.76386696790414,41.91267451440465],[-72.76382596789047,41.91266951440502],[-72.76377596787387,41.91266451440567],[-72.76370596785057,41.912656514406414],[-72.76366596783731,41.91265251440693],[-72.76337096773162,41.91248951438512],[-72.76248796741525,41.912000514319594],[-72.76219396730997,41.91183851429794],[-72.76213896728535,41.91172351427759],[-72.76208296726041,41.91160851425726],[-72.76206396725195,41.91156951425037],[-72.76201896723182,41.91147551423374],[-72.76195496720324,41.911342514210226],[-72.7618029671352,41.91102451415394],[-72.761676967079,41.91076451410798],[-72.7616499670669,41.910707514097886],[-72.76159896704418,41.91060251407932],[-72.76154796702139,41.910496514060576],[-72.7613279669429,41.910380514045364],[-72.76130796693238,41.91031151403274],[-72.76120996689392,41.91019951401436],[-72.76111096685514,41.910087513996],[-72.76082696674375,41.90976451394303],[-72.76074796671277,41.90967451392827],[-72.76054396663267,41.90944051388984],[-72.76047396660523,41.909361513876895],[-72.76040496657816,41.909282513863936],[-72.76022896650909,41.90908151383095],[-72.75892996603159,41.90815351369439],[-72.75887696600562,41.90800351366722],[-72.75859696586792,41.9072045135225],[-72.7586099658706,41.90717751351688],[-72.758630965875,41.9071355135081],[-72.75864896587873,41.90709851350041],[-72.75866196588147,41.90707251349498],[-72.75892696595636,41.90687351344809],[-72.75903996598828,41.906788513428076],[-72.75919096603096,41.90667551340144],[-72.76017396630866,41.90593651322735],[-72.76036596636297,41.905793513193615],[-72.76058596643007,41.905713513171094],[-72.76071196646711,41.90564351315354],[-72.76108996657842,41.905437513101646],[-72.76121696661583,41.905368513084234],[-72.76228196691014,41.90445451287381],[-72.76235796693109,41.90438851285865],[-72.76271796703038,41.90407651278692],[-72.76386396736228,41.903355512611036],[-72.76407496742348,41.90322451257899],[-72.76505496770812,41.90262251243136],[-72.76615696786506,41.89913351172399],[-72.76663996793393,41.89760551141418],[-72.76694596793445,41.89589451107484],[-72.7678849681085,41.89361651060582],[-72.77138796875828,41.8851255088573],[-72.77062896831745,41.88179050823957],[-72.77040396818651,41.88079750805559],[-72.77221496862525,41.87818050749288],[-72.7723469686552,41.87795450744508],[-72.77454096915325,41.87420650665206],[-72.77989697030314,41.863919504496735],[-72.78008697034389,41.863553504420054],[-72.78059497045305,41.86257950421593],[-72.78065797046658,41.86245850419057],[-72.78084897050768,41.86209350411405],[-72.78167697069225,41.860620503803396],[-72.7827619709341,41.858690503396346],[-72.78444097130854,41.85570650276691],[-72.78459497123401,41.85355350234698],[-72.78482797112676,41.85039050172979],[-72.78494897107181,41.84876050141168],[-72.78496097105749,41.84844550135058],[-72.78515697083054,41.84342250037594],[-72.78476197055686,41.84091849990598],[-72.78445997034758,41.83900349954652],[-72.78426797021459,41.8377864993181],[-72.78348696988945,41.83656649910813],[-72.78378696992786,41.83554049890059],[-72.7844389700116,41.83331549845044],[-72.78355096942396,41.82815949748485],[-72.78333696928226,41.82691549725185],[-72.78455096965972,41.82660149715202],[-72.78709797047671,41.82637649702619],[-72.78837197087707,41.826120496935594],[-72.79235997214877,41.82563949671376],[-72.79764797383507,41.825002496419714],[-72.79796197393468,41.8249554964005],[-72.79829497404138,41.82492449638374],[-72.79844097408785,41.824905496375344],[-72.79855297412367,41.82489349636939],[-72.79855697412732,41.824934496377175],[-72.80801197714811,41.82389649587081],[-72.81401597906319,41.823184495539],[-72.81702198001871,41.822771495361955],[-72.81907898067195,41.82247849523878],[-72.81930898074481,41.822442495224394],[-72.81935198077468,41.82271649527585],[-72.81899398073361,41.82402149553912],[-72.81855898065045,41.82503249574819],[-72.81770398041978,41.82585949593538],[-72.81637698002562,41.82651949610566],[-72.81517097968594,41.827439496322164],[-72.81445397947729,41.827870496428496],[-72.81339397916126,41.82837749656062],[-72.81236397885414,41.82886949668887],[-72.81147097861535,41.82977049689155],[-72.81045197835645,41.831033497168114],[-72.81034197832831,41.83116649719732],[-72.80915897799339,41.832039497403976],[-72.8087609779182,41.83298049759832],[-72.80870397790757,41.83311749762659],[-72.8087549779601,41.83373749774447],[-72.8091939781587,41.834696497915175],[-72.80932697825476,41.83560649808631],[-72.80954097837844,41.83653749825887],[-72.80991497864441,41.83902449872623],[-72.81018897882277,41.84056149901366],[-72.81017497885495,41.841195499136326],[-72.81009797886365,41.84177849925121],[-72.80976997878464,41.84225949935458],[-72.80892997858251,41.843495499620055],[-72.80754197818744,41.844483499855485],[-72.80697697803048,41.84495249996421],[-72.80674497796625,41.8451485000095],[-72.80675397797793,41.84529950003831],[-72.80680197803652,41.84604050017959],[-72.80682597806585,41.84641150025031],[-72.80702497815018,41.84674750030864],[-72.80714897820282,41.84695850034528],[-72.80727397825572,41.84716850038173],[-72.80731597827562,41.84727550040098],[-72.80753397836567,41.84760350045715],[-72.80758797839876,41.84787050050686],[-72.80767197845047,41.84829050058508],[-72.80822897868285,41.84916750073607],[-72.80942597914263,41.85036950092894],[-72.81015897941715,41.85098350102351],[-72.81031897951996,41.851857501186764],[-72.8101099795238,41.853098501432704],[-72.80943397936844,41.854218501670466],[-72.80930497933318,41.85433550169718],[-72.80806297899039,41.855404501943454],[-72.80792297895096,41.855511501968614],[-72.80635197848271,41.85626650216503],[-72.80558097827478,41.85701450233417],[-72.80487197807554,41.857563502462924],[-72.80350597768634,41.858529502693344],[-72.80262897748719,41.86002450300983],[-72.80178897740785,41.863377503683125],[-72.80178897743238,41.863800503764615],[-72.80179697745253,41.86410250382255],[-72.80192697754661,41.8649945039902],[-72.8018659775927,41.86613150421124],[-72.80139297749074,41.867031504399954],[-72.79989697709144,41.86855450474186],[-72.79978297705757,41.86861150475653],[-72.79966497702243,41.868668504771335]]]},"properties":{"name":4664,"geoid":"09003466400"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.86544998189845,41.58174044716935],[-72.86559698194539,41.5817254471617],[-72.86604098208726,41.58168244713902],[-72.86618898213457,41.581668447131534],[-72.8667709823201,41.58160444710031],[-72.86851798287731,41.58141644700743],[-72.86910098306328,41.58135444697656],[-72.86918598310255,41.5815574470132],[-72.8692229831195,41.5816434470287],[-72.8692889831621,41.58201244709816],[-72.8692989831764,41.58220544713528],[-72.86931198319328,41.58242644717775],[-72.86930598319661,41.582518447195795],[-72.86928798320658,41.582794447249924],[-72.8692819832099,41.58288644726796],[-72.86925998322107,41.58320644733076],[-72.86919598325548,41.58417044751987],[-72.86917498326706,41.58449144758281],[-72.86919098327672,41.584569447597424],[-72.8692109832866,41.58462844760823],[-72.86926498331297,41.58478244763635],[-72.86932098333756,41.584893447656086],[-72.8693899833657,41.58499344767325],[-72.86940498337144,41.58500844767569],[-72.8695069834104,41.58510944769198],[-72.87006098361914,41.58560944777109],[-72.87172598424641,41.587109448008306],[-72.87228098445551,41.58760944808738],[-72.87286098464145,41.58756344805971],[-72.87452798517594,41.587433447980644],[-72.87460198519932,41.587421447975935],[-72.87517898538208,41.587337447940996],[-72.87566798553739,41.58727344791278],[-72.87713698600419,41.58708544782884],[-72.87762698615994,41.58702344780099],[-72.87774198619641,41.58700744779416],[-72.87808998630702,41.58696344777438],[-72.87820598634393,41.586949447767914],[-72.87833798638574,41.58693044775997],[-72.87873498651172,41.58687644773666],[-72.87886798655393,41.58685844772889],[-72.87941698672861,41.586792447698336],[-72.87942398673091,41.58679244769811],[-72.87974498683623,41.58680944769104],[-72.88012198696505,41.5869184477],[-72.88050398709656,41.58704644771248],[-72.88104298728143,41.587214447727646],[-72.88157898746532,41.58738244774292],[-72.88172098752042,41.58753844776859],[-72.8817349875256,41.587549447770286],[-72.88184298756558,41.58763444778327],[-72.88196498760875,41.58769544779116],[-72.88235098774261,41.58784144780701],[-72.88256598781716,41.58792244781577],[-72.88325498805422,41.58815044783773],[-72.88532398876613,41.588835447903726],[-72.88601398900357,41.58906444792584],[-72.88639198911356,41.58883944786998],[-72.88752698944394,41.588166447702754],[-72.88790598955431,41.58794244764706],[-72.8881229896198,41.58785444762296],[-72.88812898962158,41.58785144762219],[-72.8884019897058,41.58777244759804],[-72.88882598983704,41.58765744756202],[-72.88905998990955,41.58759544754243],[-72.88915898994043,41.58757244753477],[-72.88935999000313,41.587526447519345],[-72.89014399024785,41.58734944745966],[-72.89026399028593,41.587333447452686],[-72.89057099038362,41.58729644743559],[-72.89090799050057,41.58742544744971],[-72.89112699057664,41.58751044745913],[-72.89113499057942,41.58751344745944],[-72.89140999067386,41.58760144746763],[-72.89158999073398,41.58762944746724],[-72.89195999085558,41.58765244745973],[-72.89232099097431,41.587676447452715],[-72.89187999085969,41.588177447564156],[-72.89175399082698,41.588321447596165],[-72.89077299058289,41.589625447880806],[-72.89065499055238,41.5897624479112],[-72.89022099044037,41.59026944802356],[-72.88991799036665,41.59070144811716],[-72.88954199027528,41.59123944823368],[-72.88914599018051,41.5918314483613],[-72.88902799015243,41.59201044839984],[-72.88873899008382,41.59245244849492],[-72.88809698992787,41.5933724486941],[-72.88735098974679,41.59444344892593],[-72.88693398964566,41.59504344905578],[-72.88660298956786,41.59556344916734],[-72.88621798947725,41.59616544929653],[-72.88561498933554,41.59711244949968],[-72.88517798922462,41.59765544961912],[-72.8849179891588,41.59798144969074],[-72.8839519889232,41.59934944998727],[-72.88354998882522,41.5999194501108],[-72.88330398876441,41.60025345018353],[-72.8825669885824,41.60125745040204],[-72.88232198852194,41.60159245047493],[-72.88205298843502,41.60160145048538],[-72.88057798795853,41.60165545054351],[-72.88053198794472,41.601675450548896],[-72.88050198793398,41.60165845054656],[-72.87947798760719,41.60176545060042],[-72.87870998736058,41.6018194506357],[-72.87832598723539,41.60181345064695],[-72.8783229872815,41.602634450806256],[-72.87831098730236,41.60306545089023],[-72.87829798730408,41.60316945091081],[-72.87821598731765,41.60387045104938],[-72.87813898733695,41.60464345120177],[-72.87810798741009,41.60609345148393],[-72.877347987171,41.60623345153563],[-72.87730798715847,41.60624145153846],[-72.87652398691029,41.60635945158669],[-72.8760499867594,41.60641545161287],[-72.87602798675242,41.60641845161417],[-72.87570898665001,41.606441451628946],[-72.8753239865238,41.606423451637895],[-72.87504698643131,41.606381451638704],[-72.87504398643031,41.6063814516388],[-72.8747389863265,41.606300451632954],[-72.87466798630258,41.60628545163233],[-72.87453998626079,41.60628245163589],[-72.87428698617903,41.606291451645816],[-72.87387398605473,41.606465451692905],[-72.87372198600897,41.60652945171024],[-72.8732299858639,41.60678945177654],[-72.87263598569153,41.60715145186593],[-72.87219798556558,41.60743845193574],[-72.87191298548198,41.607596451975574],[-72.87155498537291,41.607724452011965],[-72.87116798525274,41.60782345204366],[-72.87092898517707,41.60785945205837],[-72.87085098515242,41.607871452063215],[-72.87060998507424,41.6078744520716],[-72.87033598498421,41.60785845207734],[-72.8702159849448,41.60785145207986],[-72.86999198486932,41.60780545207817],[-72.86971898477836,41.607767452079635],[-72.86915498459456,41.60776045209649],[-72.8685629844051,41.60781345212591],[-72.86797198421603,41.607867452155475],[-72.86792398418079,41.60752545209073],[-72.86783998411816,41.60690945197398],[-72.86774298407636,41.60673045194242],[-72.86755998401098,41.60662845192855],[-72.86744598397033,41.60656545192001],[-72.86726398390464,41.606452451904],[-72.86695398379655,41.60632545188936],[-72.86602698347338,41.605946451845824],[-72.8657179833657,41.605820451831384],[-72.86572098336052,41.605713451810544],[-72.86573298334606,41.60539345174811],[-72.8657369833413,41.605287451727406],[-72.86566898330996,41.605126451698396],[-72.86558098327703,41.60505145168669],[-72.86548698324194,41.60497245167442],[-72.86522698314764,41.60480245164986],[-72.86485498301354,41.60457345161747],[-72.86460298292351,41.60443245159828],[-72.86489498300185,41.60414245153259],[-72.86495398301788,41.60408745152002],[-72.8652099830877,41.60385345146638],[-72.86544698315505,41.60368445142596],[-72.86616098336171,41.603239451316604],[-72.86639398342923,41.60309545128114],[-72.86658998348739,41.60299845125599],[-72.86709598370066,41.60384845140448],[-72.86715698372389,41.603907451413946],[-72.86718698373525,41.60393545141841],[-72.86731798378167,41.60400245142717],[-72.86746498383177,41.60404245143019],[-72.86765098389277,41.60405145142592],[-72.8685929841892,41.60387945136212],[-72.86876898424363,41.603830451346944],[-72.86890898428632,41.603781451332914],[-72.86921798437844,41.603635451294615],[-72.86940498443639,41.60358545127889],[-72.86962998450942,41.60358345127123],[-72.86975698455198,41.60360545127139],[-72.87001598464164,41.603700451281426],[-72.87018098469667,41.60372445128076],[-72.87025698472077,41.60371345127617],[-72.87034898475002,41.60370245127107],[-72.87046398478515,41.60366245125959],[-72.87056298481404,41.60360545124534],[-72.8706819848454,41.603477451216676],[-72.87072098485223,41.60337545119563],[-72.87072398484466,41.60322645116665],[-72.87069398481701,41.60291445110711],[-72.8706809848052,41.60278245108193],[-72.8706449847708,41.6023864510063],[-72.87063298475938,41.60225545098128],[-72.87087398483179,41.60215145095333],[-72.8711269849067,41.60202345092034],[-72.87131198496007,41.601905450891465],[-72.8713689849766,41.60187045088285],[-72.8715729850341,41.60171645084638],[-72.87173698507999,41.60158645081588],[-72.87180098509621,41.601506450798304],[-72.87188698511802,41.60139945077477],[-72.87202798514949,41.601148450721546],[-72.8725009852484,41.60019145052067],[-72.87258898526862,41.60004545048952],[-72.87273998530355,41.599798450436744],[-72.87290998534552,41.59956645038625],[-72.87303498537814,41.59942645035506],[-72.87298798536021,41.59938045034766],[-72.87286198531231,41.59925945032826],[-72.8728469853067,41.599246450326234],[-72.87279698528813,41.59920645032009],[-72.87266298523825,41.59909645030308],[-72.87262098522265,41.59906245029785],[-72.87238998513769,41.59889045027194],[-72.87224198508429,41.59879845025889],[-72.87209598503159,41.59870745024596],[-72.87198798499263,41.59864045023646],[-72.87166498487609,41.598439450207906],[-72.87155798483745,41.598372450198376],[-72.87123298472066,41.59817845017125],[-72.87029298438303,41.597620450093416],[-72.87025998437088,41.597595450089614],[-72.87020398435033,41.5975544500835],[-72.87010998431526,41.59747645007139],[-72.87003598428704,41.59740345005962],[-72.87000198427174,41.59732945004637],[-72.86998398426375,41.59729245003978],[-72.86993398423765,41.59712045000802],[-72.86990998422392,41.59701744998883],[-72.8697649841413,41.59639844987347],[-72.869732984125,41.59629544985451],[-72.86965598409306,41.59617544983373],[-72.86959998407075,41.59610344982158],[-72.8695249840408,41.59600644980519],[-72.86941198399447,41.59583944977645],[-72.86940298399126,41.595834449775765],[-72.86937598398168,41.595820449773925],[-72.86936798397885,41.5958164497734],[-72.86891498383282,41.59583844979231],[-72.86880098379612,41.59584444979716],[-72.86823698361536,41.595890449824296],[-72.86755998339926,41.595960449859746],[-72.86716998327474,41.5960004498801],[-72.86710998325565,41.596007449883395],[-72.86694698320373,41.596026449892335],[-72.86645898304845,41.596085449919556],[-72.86629698299697,41.59610644992886],[-72.86603698291421,41.59613744994327],[-72.86525998266703,41.596232449986786],[-72.86500098258472,41.59626545000156],[-72.86492698253043,41.59573844990173],[-72.8648039824396,41.59485144973367],[-72.86475598239352,41.594319449632025],[-72.86474898238183,41.59415544960044],[-72.86473898236477,41.59391444955401],[-72.86476698235737,41.59362644949725],[-72.86483398236527,41.593384449448145],[-72.86494398238808,41.59315844940076],[-72.86509298242501,41.59295744935696],[-72.86521998245668,41.59278944932027],[-72.8653529824891,41.59260044927931],[-72.86542998250009,41.592355449229295],[-72.8654189824839,41.592135449186976],[-72.86537998245942,41.59192944914829],[-72.86533798243991,41.59182744912985],[-72.86521898239339,41.591690449107126],[-72.86502698232087,41.591514449079185],[-72.86492198227654,41.59133644904804],[-72.86489398226054,41.59121644902567],[-72.86495398226631,41.59097644897718],[-72.86497198226832,41.5909094489636],[-72.86506198229138,41.59080144893976],[-72.8651699823211,41.59070744891802],[-72.86533198236926,41.590628448897476],[-72.86548798241724,41.59058044888313],[-72.86554198243415,41.59056944887924],[-72.86544998231537,41.58901844858134],[-72.8656459823665,41.588798448532316],[-72.86634998255052,41.5880154483577],[-72.86571198208838,41.58356944751576],[-72.86544998189845,41.58174044716935]]]},"properties":{"name":4301,"geoid":"09003430100"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.84676697993413,41.65341746166777],[-72.8419279783863,41.653877461913225],[-72.83477297609764,41.65455846227626],[-72.8274119737429,41.65525746264936],[-72.82692597358748,41.65530446267415],[-72.82561697316876,41.65542946274063],[-72.82257397219529,41.655718462894846],[-72.82073997159888,41.65572346295501],[-72.82067597155107,41.65525346286604],[-72.81995397101231,41.64995746186346],[-72.81989697096999,41.6495434617851],[-72.81973997085306,41.64839546156777],[-72.81952497069271,41.64681946126939],[-72.81942897062078,41.64610946113492],[-72.81943097061803,41.64605046112344],[-72.81943897061042,41.645872461088686],[-72.81944197060808,41.64581446107735],[-72.81944197060544,41.645768461068435],[-72.81944197059764,41.64563246104209],[-72.81944297059538,41.64558746103334],[-72.81929797052968,41.645264460975454],[-72.81918597047878,41.645012460930225],[-72.81840197022454,41.64502646095824],[-72.81804897011008,41.64503346097098],[-72.81787797005617,41.64506346098232],[-72.81768596999578,41.64509946099549],[-72.81736696989526,41.64515646101682],[-72.81719696984173,41.64518746102832],[-72.81662296966154,41.64530146106891],[-72.81596396945476,41.645434461115954],[-72.81580196940388,41.64546646112737],[-72.81563996935301,41.6454984611388],[-72.81528896924289,41.6455694611639],[-72.81505196916848,41.64561646118063],[-72.8149019691207,41.64563446118896],[-72.81477296907971,41.64565146119642],[-72.81432296893652,41.64570746122178],[-72.8142959689278,41.64570846122286],[-72.81421496890167,41.645712461226246],[-72.81418896889333,41.64571446122746],[-72.81434896893127,41.645468461174644],[-72.8148289690453,41.64473346101675],[-72.81498996908363,41.6444884609641],[-72.81514796912323,41.64428246091908],[-72.81561896924126,41.64366846078491],[-72.81648596945853,41.642538460538],[-72.8179579698276,41.64062346011944],[-72.81814996987586,41.6403754600652],[-72.81824996990082,41.64024346003641],[-72.81851696996746,41.639890459959375],[-72.81911297011678,41.63911345978959],[-72.82030497041546,41.637559459449996],[-72.82333197117408,41.63361545858802],[-72.82403697127849,41.63143645814297],[-72.8252439715805,41.629855457797596],[-72.82524897149564,41.628346457504975],[-72.82525197145827,41.62767745737519],[-72.82127797015688,41.627525457473936],[-72.82125697015006,41.627525457474626],[-72.8210519700829,41.62751745747967],[-72.82105697008419,41.627511457478356],[-72.82107297008842,41.62749445747453],[-72.8210789700901,41.62748945747338],[-72.82059796993384,41.627493457489685],[-72.82050096990238,41.62749445749299],[-72.81992296971463,41.627499457512606],[-72.81929996951227,41.62750445753367],[-72.81915696946581,41.627505457538476],[-72.81867696930996,41.62751045755494],[-72.81798996909147,41.62759745759394],[-72.81971696950949,41.6250884570519],[-72.82016296961933,41.6244734569183],[-72.82220497012268,41.621665456308094],[-72.82225597013539,41.62159745629327],[-72.82210797008541,41.62156545629183],[-72.82111296974934,41.62134845628187],[-72.82023396945243,41.621156456273],[-72.82055996945252,41.619306455903825],[-72.82127796967076,41.6190394558289],[-72.82275197007235,41.617680455517885],[-72.82280897008785,41.61762745550577],[-72.82277497007566,41.61760745550298],[-72.82009796911495,41.61603645528472],[-72.81936596885231,41.615607455225145],[-72.8189299685031,41.61198445453671],[-72.81885296844685,41.611439454433494],[-72.81862496827917,41.60980545412398],[-72.81854896822331,41.60926145402093],[-72.81844696812729,41.60816345381128],[-72.8183269680145,41.606874453565176],[-72.81908196826068,41.60688545354298],[-72.8201999686253,41.60690345351044],[-72.82346096953925,41.604341452908415],[-72.82381296941458,41.600162452086515],[-72.82407796932104,41.597021451468706],[-72.82414096933938,41.59698445145949],[-72.82433196939522,41.596874451431994],[-72.82439596941397,41.596838451422954],[-72.82466896949676,41.59673345139378],[-72.82558596977123,41.59631845128371],[-72.82582796984364,41.596209451254765],[-72.82609696992273,41.596062451217584],[-72.82650797004275,41.59582445115816],[-72.82708397020755,41.59543045106316],[-72.82801597047022,41.59472445089615],[-72.82881697069803,41.59415345075956],[-72.82914297079081,41.59392245070423],[-72.82984697098776,41.59336345057311],[-72.83006897105554,41.59328645055101],[-72.83023397110674,41.59324345053734],[-72.83038997115587,41.59321545052687],[-72.83043097116891,41.59321045052459],[-72.83053097120086,41.59320045051941],[-72.83123797142991,41.59318545049371],[-72.8315859715418,41.59316345047822],[-72.83224397175135,41.593086450442065],[-72.83284597194312,41.593016450409074],[-72.83349897214978,41.59291745036882],[-72.83457697249226,41.5927764503067],[-72.83476897255383,41.592761450297594],[-72.83485997258302,41.59275445029329],[-72.8349009725962,41.59275145029141],[-72.83553197280096,41.592744450269684],[-72.83603697296576,41.592754450255335],[-72.83651897312225,41.59275045023903],[-72.83669997317996,41.5927304502293],[-72.83720097333591,41.59260845018947],[-72.83739397339572,41.59255745017335],[-72.83757497345437,41.592553450166754],[-72.83777697352068,41.59256445016236],[-72.83795197357934,41.59259545016272],[-72.84045697443608,41.5933324502249],[-72.84087397457873,41.59345545023531],[-72.84108197464927,41.593506450238486],[-72.84115097467212,41.59351345023762],[-72.84127697471388,41.59352745023628],[-72.84149197478288,41.59351145022623],[-72.84168497484347,41.59347345021262],[-72.84201097494443,41.59338545018506],[-72.8421509749888,41.59336545017666],[-72.8423379750448,41.59328145015432],[-72.8423329750532,41.59345645018843],[-72.84235897509016,41.59395445028419],[-72.84241297516382,41.59493445047256],[-72.8424549751953,41.595245450531536],[-72.84251497524009,41.59568745061532],[-72.84255697526969,41.595965450667904],[-72.84257597528268,41.59608445069036],[-72.84261797530674,41.596266450724315],[-72.84265597532507,41.59637045074326],[-72.84277897537794,41.596595450782935],[-72.84282197539531,41.596654450793],[-72.8428499754123,41.59679245081885],[-72.84285597542355,41.59695445085008],[-72.84285197542641,41.597027450864374],[-72.84281297546384,41.59790245103535],[-72.84284597548276,41.59804545106203],[-72.84290097550759,41.59816645108372],[-72.84299097554319,41.59827745110235],[-72.84302397555611,41.59831545110866],[-72.84308397557943,41.598382451119704],[-72.84313997560315,41.59847845113652],[-72.84319197563404,41.598722451182184],[-72.84327497568874,41.59920645127339],[-72.84338197575887,41.59982345138959],[-72.84342597579322,41.60017345145605],[-72.84344297582086,41.600559451530366],[-72.84343897582586,41.60066945155183],[-72.84342597584981,41.60116145164767],[-72.84341497585174,41.60125745166665],[-72.84338397585816,41.60154545172351],[-72.84337397586046,41.60164245174265],[-72.84338097587133,41.601792451771495],[-72.8434389759033,41.602021451814046],[-72.84346797591577,41.60207445182339],[-72.8435519759519,41.602228451850536],[-72.84369597601226,41.60246445189167],[-72.84392497611967,41.6030394519958],[-72.84398197615344,41.60330545204554],[-72.84400797616875,41.603425452067974],[-72.84404997620094,41.60374845212925],[-72.84406897623373,41.60421345221882],[-72.84408497626123,41.60460245229374],[-72.84409597627082,41.60470745231375],[-72.84412697628595,41.60479545232982],[-72.84429397635692,41.60508645238086],[-72.84434297638019,41.605214452404105],[-72.84436097639383,41.605350452429896],[-72.84435597640058,41.60549645245836],[-72.8443409763987,41.60554845246894],[-72.84431697639607,41.60563945248735],[-72.8441669763668,41.605979452558124],[-72.84415997636674,41.60601845256593],[-72.84413997636712,41.60613845258984],[-72.84413397636747,41.60617845259778],[-72.84415497640006,41.606628452684376],[-72.84415597640097,41.60663845268628],[-72.8441829764156,41.60674045270518],[-72.84423597643759,41.60682345271956],[-72.84431997646966,41.60690645273297],[-72.84442697650847,41.606976452743076],[-72.84452597654364,41.607028452749965],[-72.84461897657594,41.60706445275396],[-72.84473097661346,41.60708345275401],[-72.84483697664804,41.60708545275099],[-72.84529897679789,41.607078452734726],[-72.84534397681252,41.60707845273326],[-72.84542297683781,41.60707145272935],[-72.8455709768838,41.6070344527174],[-72.84573597693408,41.60697545270063],[-72.84593197699456,41.60691845268326],[-72.84606397703652,41.60690145267569],[-72.84661797721357,41.60684745264735],[-72.84928997806772,41.60658945251105],[-72.85018097835258,41.60650445246581],[-72.8506999785191,41.60646545244148],[-72.85109497864529,41.60642545242098],[-72.85109997864684,41.60642445242062],[-72.85118197867294,41.60641445241604],[-72.85213797897678,41.60629145236132],[-72.85265097913923,41.60621545233001],[-72.85309897928212,41.60616645230606],[-72.85384897952142,41.60608645226631],[-72.85390197953835,41.606081452263645],[-72.85476897981617,41.60600945222169],[-72.85511197992604,41.60598045220498],[-72.8566269804118,41.605860452132795],[-72.85783698079891,41.605749452072196],[-72.8580749808747,41.605721452059086],[-72.85819298091234,41.60570845205274],[-72.85875898109305,41.60565045202322],[-72.8587919811035,41.60564545202118],[-72.85902998117935,41.60561845200825],[-72.8594339813082,41.605574451986676],[-72.86020598155206,41.6054494519375],[-72.86036398160206,41.60542545192775],[-72.86131098189767,41.60521045185546],[-72.86145798194406,41.60518545184588],[-72.8620529821276,41.60501245179311],[-72.86235998222341,41.60494245176963],[-72.86282598237064,41.60486745174003],[-72.86340498255716,41.60483645171531],[-72.86361298262334,41.60481145170373],[-72.8636789826444,41.604804451700254],[-72.86387298270428,41.60474845168313],[-72.86413198278383,41.604667451659054],[-72.86437898285763,41.60455345162897],[-72.86460298292351,41.60443245159828],[-72.86485498301354,41.60457345161747],[-72.86522698314764,41.60480245164986],[-72.86548698324194,41.60497245167442],[-72.86558098327703,41.60505145168669],[-72.86566898330996,41.605126451698396],[-72.8657369833413,41.605287451727406],[-72.86573298334606,41.60539345174811],[-72.86572098336052,41.605713451810544],[-72.8657179833657,41.605820451831384],[-72.86602698347338,41.605946451845824],[-72.86695398379655,41.60632545188936],[-72.86726398390464,41.606452451904],[-72.86744598397033,41.60656545192001],[-72.86755998401098,41.60662845192855],[-72.86774298407636,41.60673045194242],[-72.86783998411816,41.60690945197398],[-72.86792398418079,41.60752545209073],[-72.86797198421603,41.607867452155475],[-72.86776298414887,41.60788145216494],[-72.86713898394837,41.607923452193255],[-72.8669309838816,41.60793845220287],[-72.86633098368797,41.607964452227314],[-72.86563298346283,41.60799645225607],[-72.86468398315891,41.60807745230243],[-72.8645379831127,41.60809945231141],[-72.86394598292557,41.60819345234876],[-72.8634539827703,41.60827545238056],[-72.86306398264617,41.60832245240227],[-72.86209798233772,41.60842145245268],[-72.8619669822957,41.608431452458845],[-72.86146998213631,41.60847045248245],[-72.86127998207574,41.60849145249267],[-72.86071298189496,41.60855445252319],[-72.86052398183479,41.60857645253357],[-72.86002698167604,41.60862645255933],[-72.85853798120037,41.6087754526363],[-72.858041981042,41.60882645266222],[-72.85805698106013,41.60905745270652],[-72.85810398111515,41.609750452839364],[-72.85811998113365,41.609982452883834],[-72.85812598114227,41.61009845290613],[-72.8581459811687,41.61044645297296],[-72.85815298117764,41.61056245299523],[-72.85817498120286,41.610877453055586],[-72.85819998123193,41.611242453125556],[-72.85824098127853,41.61182245323667],[-72.85826298130374,41.61213745329703],[-72.85829798134198,41.61260545338664],[-72.858342981377,41.612961453454204],[-72.8584259814242,41.613313453519766],[-72.85859298150669,41.61380445360958],[-72.85862698152317,41.613899453626885],[-72.85905698173161,41.61509545384486],[-72.85924598181838,41.615536453924264],[-72.85999498216987,41.61741745426471],[-72.86031398232473,41.61830845442713],[-72.86034098234063,41.61843245445027],[-72.86034998235141,41.61856945447656],[-72.86034198235517,41.618680454498325],[-72.86024198233122,41.618829454530434],[-72.86025098233408,41.61882845452995],[-72.86034798236493,41.61881645452449],[-72.8595129821755,41.620247454828856],[-72.85945698216503,41.62038245485683],[-72.85942098216262,41.620544454889405],[-72.85943198227895,41.62250945526993],[-72.85942898228056,41.62255445527874],[-72.85939898229795,41.6230274553714],[-72.85935898232138,41.62366245549576],[-72.85931198235033,41.62443345564671],[-72.85928398236676,41.624878455733864],[-72.85927098237558,41.62510545577829],[-72.85927998239016,41.62530845581733],[-72.85931898245036,41.626136455976564],[-72.85938798250375,41.626675456078786],[-72.85942698252649,41.62685045611144],[-72.85945798254643,41.62702245614378],[-72.85983698278926,41.62910545653522],[-72.85987498281351,41.62931245657409],[-72.86001898292602,41.63045645679115],[-72.86008098296342,41.63075645684727],[-72.86014498299485,41.63094145688105],[-72.86022698303674,41.63120645692976],[-72.86024998305284,41.63135645695809],[-72.86026098306807,41.63155945699707],[-72.8602579830764,41.631721457028554],[-72.86025498308896,41.631957457074385],[-72.86018698311618,41.632816457243045],[-72.86016998312357,41.63304145728719],[-72.86017898313453,41.63318145731402],[-72.85954598293256,41.63324945734765],[-72.85779898237526,41.63343945744094],[-72.85764798232677,41.633450457447935],[-72.85701398212325,41.63349745747753],[-72.85668698201884,41.63353145749472],[-72.85570898170667,41.63363445754626],[-72.85550398164126,41.633656457557166],[-72.8553829816027,41.633670457563774],[-72.85431098126126,41.633796457622836],[-72.85384698111349,41.633851457648476],[-72.85357698102756,41.6338844576636],[-72.85088398017065,41.63421545781474],[-72.8499129798628,41.63435445787306],[-72.84815497929746,41.634467457951736],[-72.84757397911065,41.63450545797787],[-72.84708397895666,41.63459945801192],[-72.84637097873531,41.63478345807061],[-72.84664697889285,41.63596445829054],[-72.84688797902044,41.6368214584488],[-72.84693597904577,41.63699045848],[-72.84708397912713,41.637569458587414],[-72.84717597919196,41.63817745870224],[-72.84725997926171,41.63891645884272],[-72.8474129794144,41.640709459185175],[-72.84749797948253,41.64141445931902],[-72.84757397955497,41.642245459477564],[-72.84761597961652,41.64307945963779],[-72.84762397962751,41.64322545966581],[-72.84774097977785,41.645180460040756],[-72.84790797993571,41.64698346038465],[-72.84796497999227,41.64764546051103],[-72.848043980071,41.648568460687265],[-72.84830498024017,41.65003546096302],[-72.84772798003333,41.649702460917155],[-72.84748597994708,41.6495714608996],[-72.84736897991075,41.649601460909196],[-72.84731097989929,41.64973046093605],[-72.84732597991973,41.65000146098806],[-72.84730397993297,41.65035646105753],[-72.8472749799279,41.650432461073194],[-72.84723797991764,41.6504634610804],[-72.84715797989179,41.65046646108357],[-72.84705497985662,41.65043746108127],[-72.84668897973613,41.65041246108825],[-72.84679197978244,41.650635461128125],[-72.84687097982881,41.65099546119529],[-72.84691697985555,41.651200461233515],[-72.84700497995387,41.65241346146561],[-72.84696797996067,41.65274146153034],[-72.84694197995717,41.652827461547844],[-72.84677897993573,41.653377461659645],[-72.84676697993413,41.65341746166777]]]},"properties":{"name":4302.02,"geoid":"09003430202"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.86460298292351,41.60443245159828],[-72.86437898285763,41.60455345162897],[-72.86413198278383,41.604667451659054],[-72.86387298270428,41.60474845168313],[-72.8636789826444,41.604804451700254],[-72.86361298262334,41.60481145170373],[-72.86340498255716,41.60483645171531],[-72.86282598237064,41.60486745174003],[-72.86235998222341,41.60494245176963],[-72.8620529821276,41.60501245179311],[-72.86145798194406,41.60518545184588],[-72.86131098189767,41.60521045185546],[-72.86036398160206,41.60542545192775],[-72.86020598155206,41.6054494519375],[-72.8594339813082,41.605574451986676],[-72.85902998117935,41.60561845200825],[-72.8587919811035,41.60564545202118],[-72.85875898109305,41.60565045202322],[-72.85819298091234,41.60570845205274],[-72.8580749808747,41.605721452059086],[-72.85783698079891,41.605749452072196],[-72.8566269804118,41.605860452132795],[-72.85511197992604,41.60598045220498],[-72.85476897981617,41.60600945222169],[-72.85390197953835,41.606081452263645],[-72.85384897952142,41.60608645226631],[-72.85309897928212,41.60616645230606],[-72.85265097913923,41.60621545233001],[-72.85213797897678,41.60629145236132],[-72.85118197867294,41.60641445241604],[-72.85109997864684,41.60642445242062],[-72.85109497864529,41.60642545242098],[-72.8506999785191,41.60646545244148],[-72.85018097835258,41.60650445246581],[-72.84928997806772,41.60658945251105],[-72.84661797721357,41.60684745264735],[-72.84606397703652,41.60690145267569],[-72.84593197699456,41.60691845268326],[-72.84573597693408,41.60697545270063],[-72.8455709768838,41.6070344527174],[-72.84542297683781,41.60707145272935],[-72.84534397681252,41.60707845273326],[-72.84529897679789,41.607078452734726],[-72.84483697664804,41.60708545275099],[-72.84473097661346,41.60708345275401],[-72.84461897657594,41.60706445275396],[-72.84452597654364,41.607028452749965],[-72.84442697650847,41.606976452743076],[-72.84431997646966,41.60690645273297],[-72.84423597643759,41.60682345271956],[-72.8441829764156,41.60674045270518],[-72.84415597640097,41.60663845268628],[-72.84415497640006,41.606628452684376],[-72.84413397636747,41.60617845259778],[-72.84413997636712,41.60613845258984],[-72.84415997636674,41.60601845256593],[-72.8441669763668,41.605979452558124],[-72.84431697639607,41.60563945248735],[-72.8443409763987,41.60554845246894],[-72.84435597640058,41.60549645245836],[-72.84436097639383,41.605350452429896],[-72.84434297638019,41.605214452404105],[-72.84429397635692,41.60508645238086],[-72.84412697628595,41.60479545232982],[-72.84409597627082,41.60470745231375],[-72.84408497626123,41.60460245229374],[-72.84406897623373,41.60421345221882],[-72.84404997620094,41.60374845212925],[-72.84400797616875,41.603425452067974],[-72.84398197615344,41.60330545204554],[-72.84392497611967,41.6030394519958],[-72.84369597601226,41.60246445189167],[-72.8435519759519,41.602228451850536],[-72.84346797591577,41.60207445182339],[-72.8434389759033,41.602021451814046],[-72.84338097587133,41.601792451771495],[-72.84337397586046,41.60164245174265],[-72.84338397585816,41.60154545172351],[-72.84341497585174,41.60125745166665],[-72.84342597584981,41.60116145164767],[-72.84343897582586,41.60066945155183],[-72.84344297582086,41.600559451530366],[-72.84342597579322,41.60017345145605],[-72.84338197575887,41.59982345138959],[-72.84327497568874,41.59920645127339],[-72.84319197563404,41.598722451182184],[-72.84313997560315,41.59847845113652],[-72.84308397557943,41.598382451119704],[-72.84302397555611,41.59831545110866],[-72.84299097554319,41.59827745110235],[-72.84290097550759,41.59816645108372],[-72.84284597548276,41.59804545106203],[-72.84281297546384,41.59790245103535],[-72.84285197542641,41.597027450864374],[-72.84285597542355,41.59695445085008],[-72.8428499754123,41.59679245081885],[-72.84282197539531,41.596654450793],[-72.84277897537794,41.596595450782935],[-72.84265597532507,41.59637045074326],[-72.84261797530674,41.596266450724315],[-72.84257597528268,41.59608445069036],[-72.84255697526969,41.595965450667904],[-72.84251497524009,41.59568745061532],[-72.8424549751953,41.595245450531536],[-72.84241297516382,41.59493445047256],[-72.84235897509016,41.59395445028419],[-72.8423329750532,41.59345645018843],[-72.8423379750448,41.59328145015432],[-72.84236597503185,41.59289645007873],[-72.84239897501821,41.592470449995034],[-72.84239197500776,41.59232744996752],[-72.84236397499028,41.592181449940085],[-72.84226897493484,41.591752449859946],[-72.8422469749219,41.59165144984105],[-72.84219397489326,41.59145244980415],[-72.84217997488443,41.59137744979006],[-72.84216297487369,41.59128644977296],[-72.8421529748618,41.591135449744],[-72.8421529748555,41.59102544972266],[-72.84215397484759,41.59088144969467],[-72.84218997483873,41.59052244962386],[-72.84223797483708,41.59022044956373],[-72.84224797482605,41.589971449515104],[-72.84226397481106,41.5896184494461],[-72.84215197474626,41.58912244935349],[-72.84210297471783,41.58890444931277],[-72.84207597469813,41.58871344927658],[-72.8420409746523,41.58811144916093],[-72.84202797462643,41.58773344908802],[-72.8420349746215,41.58760744906335],[-72.84205997460404,41.58716044897582],[-72.84206597460258,41.587100448963966],[-72.84209997459233,41.58672844889072],[-72.842144974593,41.5864844488419],[-72.84248397460028,41.58468544848192],[-72.84249497460196,41.58465244847517],[-72.84256997461462,41.58444744843297],[-72.84257697461587,41.58442944842925],[-72.84264797463307,41.58432644840698],[-72.84273197465498,41.58423244838603],[-72.84285297469124,41.58417844837165],[-72.84285997469334,41.58417544837084],[-72.84302197474362,41.58413344835747],[-72.84365297494271,41.58402744831655],[-72.84418097510935,41.583939448282436],[-72.84607897571473,41.583734448181424],[-72.84638397581207,41.58370244816539],[-72.84688997597388,41.58365544813994],[-72.84776497625369,41.583573448095805],[-72.85039197709396,41.58333144796408],[-72.85126797737412,41.583250447920115],[-72.85224197768649,41.58317544787412],[-72.85234897772084,41.58316744786912],[-72.8523699777276,41.58316644786825],[-72.85275697785126,41.58312844784838],[-72.85297797792236,41.58311544783872],[-72.85315997798193,41.583122447834214],[-72.85368297815437,41.58316444782548],[-72.85410697829785,41.58326244783083],[-72.85426997835354,41.58330944783468],[-72.85447497842178,41.58333744783349],[-72.85474897851229,41.5833624478295],[-72.85511997863308,41.5833654478181],[-72.85531097869404,41.58334544780807],[-72.85556497877192,41.58326344778398],[-72.85569197881092,41.583223447772106],[-72.85631097899969,41.58300544770983],[-72.85658097908049,41.582883447677446],[-72.85687997917064,41.58276044764393],[-72.85691897918271,41.58274944764054],[-72.85734597931523,41.58263944760541],[-72.85766897941629,41.58257044758159],[-72.85787797948271,41.582543447569606],[-72.85797597951432,41.58253944756566],[-72.8579889795185,41.58253844756506],[-72.85811497955919,41.58253344756002],[-72.85835397963683,41.58253244755211],[-72.85888097980701,41.582512447531215],[-72.86004598018332,41.58246944748526],[-72.86046398031738,41.58243744746556],[-72.86055798034754,41.58243044746118],[-72.86083298043482,41.58239344744512],[-72.8609889804845,41.58237544743659],[-72.86102798049696,41.582371447434554],[-72.86138398060915,41.58230944741104],[-72.86155098066098,41.582266447397295],[-72.86166098069519,41.58223944738851],[-72.86228798088666,41.58202344732635],[-72.86255998097296,41.5819864473104],[-72.86296098110105,41.58194644728968],[-72.86322598118659,41.58193544727899],[-72.86379898137162,41.58191344725623],[-72.86412898147711,41.58188244723956],[-72.86491198172759,41.58181144720051],[-72.86511998179351,41.581781447187964],[-72.8653229818579,41.581753447175984],[-72.86544998189845,41.58174044716935],[-72.86571198208838,41.58356944751576],[-72.86634998255052,41.5880154483577],[-72.8656459823665,41.588798448532316],[-72.86544998231537,41.58901844858134],[-72.86554198243415,41.59056944887924],[-72.86548798241724,41.59058044888313],[-72.86533198236926,41.590628448897476],[-72.8651699823211,41.59070744891802],[-72.86506198229138,41.59080144893976],[-72.86497198226832,41.5909094489636],[-72.86495398226631,41.59097644897718],[-72.86489398226054,41.59121644902567],[-72.86492198227654,41.59133644904804],[-72.86502698232087,41.591514449079185],[-72.86521898239339,41.591690449107126],[-72.86533798243991,41.59182744912985],[-72.86537998245942,41.59192944914829],[-72.8654189824839,41.592135449186976],[-72.86542998250009,41.592355449229295],[-72.8653529824891,41.59260044927931],[-72.86521998245668,41.59278944932027],[-72.86509298242501,41.59295744935696],[-72.86494398238808,41.59315844940076],[-72.86483398236527,41.593384449448145],[-72.86476698235737,41.59362644949725],[-72.86473898236477,41.59391444955401],[-72.86474898238183,41.59415544960044],[-72.86475598239352,41.594319449632025],[-72.8648039824396,41.59485144973367],[-72.86492698253043,41.59573844990173],[-72.86500098258472,41.59626545000156],[-72.86525998266703,41.596232449986786],[-72.86603698291421,41.59613744994327],[-72.86629698299697,41.59610644992886],[-72.86645898304845,41.596085449919556],[-72.86694698320373,41.596026449892335],[-72.86710998325565,41.596007449883395],[-72.86716998327474,41.5960004498801],[-72.86755998339926,41.595960449859746],[-72.86823698361536,41.595890449824296],[-72.86880098379612,41.59584444979716],[-72.86891498383282,41.59583844979231],[-72.86936798397885,41.5958164497734],[-72.86937598398168,41.595820449773925],[-72.86940298399126,41.595834449775765],[-72.86941198399447,41.59583944977645],[-72.8695249840408,41.59600644980519],[-72.86959998407075,41.59610344982158],[-72.86965598409306,41.59617544983373],[-72.869732984125,41.59629544985451],[-72.8697649841413,41.59639844987347],[-72.86990998422392,41.59701744998883],[-72.86993398423765,41.59712045000802],[-72.86998398426375,41.59729245003978],[-72.87000198427174,41.59732945004637],[-72.87003598428704,41.59740345005962],[-72.87010998431526,41.59747645007139],[-72.87020398435033,41.5975544500835],[-72.87025998437088,41.597595450089614],[-72.87029298438303,41.597620450093416],[-72.87123298472066,41.59817845017125],[-72.87155798483745,41.598372450198376],[-72.87166498487609,41.598439450207906],[-72.87198798499263,41.59864045023646],[-72.87209598503159,41.59870745024596],[-72.87224198508429,41.59879845025889],[-72.87238998513769,41.59889045027194],[-72.87262098522265,41.59906245029785],[-72.87266298523825,41.59909645030308],[-72.87279698528813,41.59920645032009],[-72.8728469853067,41.599246450326234],[-72.87286198531231,41.59925945032826],[-72.87298798536021,41.59938045034766],[-72.87303498537814,41.59942645035506],[-72.87290998534552,41.59956645038625],[-72.87273998530355,41.599798450436744],[-72.87258898526862,41.60004545048952],[-72.8725009852484,41.60019145052067],[-72.87202798514949,41.601148450721546],[-72.87188698511802,41.60139945077477],[-72.87180098509621,41.601506450798304],[-72.87173698507999,41.60158645081588],[-72.8715729850341,41.60171645084638],[-72.8713689849766,41.60187045088285],[-72.87131198496007,41.601905450891465],[-72.8711269849067,41.60202345092034],[-72.87087398483179,41.60215145095333],[-72.87063298475938,41.60225545098128],[-72.8706449847708,41.6023864510063],[-72.8706809848052,41.60278245108193],[-72.87069398481701,41.60291445110711],[-72.87072398484466,41.60322645116665],[-72.87072098485223,41.60337545119563],[-72.8706819848454,41.603477451216676],[-72.87056298481404,41.60360545124534],[-72.87046398478515,41.60366245125959],[-72.87034898475002,41.60370245127107],[-72.87025698472077,41.60371345127617],[-72.87018098469667,41.60372445128076],[-72.87001598464164,41.603700451281426],[-72.86975698455198,41.60360545127139],[-72.86962998450942,41.60358345127123],[-72.86940498443639,41.60358545127889],[-72.86921798437844,41.603635451294615],[-72.86890898428632,41.603781451332914],[-72.86876898424363,41.603830451346944],[-72.8685929841892,41.60387945136212],[-72.86765098389277,41.60405145142592],[-72.86746498383177,41.60404245143019],[-72.86731798378167,41.60400245142717],[-72.86718698373525,41.60393545141841],[-72.86715698372389,41.603907451413946],[-72.86709598370066,41.60384845140448],[-72.86658998348739,41.60299845125599],[-72.86639398342923,41.60309545128114],[-72.86616098336171,41.603239451316604],[-72.86544698315505,41.60368445142596],[-72.8652099830877,41.60385345146638],[-72.86495398301788,41.60408745152002],[-72.86489498300185,41.60414245153259],[-72.86460298292351,41.60443245159828]]]},"properties":{"name":4302.03,"geoid":"09003430203"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.86379898137162,41.58191344725623],[-72.86322598118659,41.58193544727899],[-72.86296098110105,41.58194644728968],[-72.86255998097296,41.5819864473104],[-72.86228798088666,41.58202344732635],[-72.86166098069519,41.58223944738851],[-72.86155098066098,41.582266447397295],[-72.86138398060915,41.58230944741104],[-72.86102798049696,41.582371447434554],[-72.8609889804845,41.58237544743659],[-72.86083298043482,41.58239344744512],[-72.86055798034754,41.58243044746118],[-72.86046398031738,41.58243744746556],[-72.86004598018332,41.58246944748526],[-72.85888097980701,41.582512447531215],[-72.85835397963683,41.58253244755211],[-72.85811497955919,41.58253344756002],[-72.8579889795185,41.58253844756506],[-72.85797597951432,41.58253944756566],[-72.85787797948271,41.582543447569606],[-72.85766897941629,41.58257044758159],[-72.85734597931523,41.58263944760541],[-72.85691897918271,41.58274944764054],[-72.85687997917064,41.58276044764393],[-72.85658097908049,41.582883447677446],[-72.85631097899969,41.58300544770983],[-72.85569197881092,41.583223447772106],[-72.85556497877192,41.58326344778398],[-72.85531097869404,41.58334544780807],[-72.85511997863308,41.5833654478181],[-72.85474897851229,41.5833624478295],[-72.85447497842178,41.58333744783349],[-72.85426997835354,41.58330944783468],[-72.85410697829785,41.58326244783083],[-72.85368297815437,41.58316444782548],[-72.85315997798193,41.583122447834214],[-72.85297797792236,41.58311544783872],[-72.85275697785126,41.58312844784838],[-72.8523699777276,41.58316644786825],[-72.85234897772084,41.58316744786912],[-72.85224197768649,41.58317544787412],[-72.85126797737412,41.583250447920115],[-72.85039197709396,41.58333144796408],[-72.84776497625369,41.583573448095805],[-72.84688997597388,41.58365544813994],[-72.84638397581207,41.58370244816539],[-72.84607897571473,41.583734448181424],[-72.84418097510935,41.583939448282436],[-72.84365297494271,41.58402744831655],[-72.84302197474362,41.58413344835747],[-72.84285997469334,41.58417544837084],[-72.84285297469124,41.58417844837165],[-72.84273197465498,41.58423244838603],[-72.84264797463307,41.58432644840698],[-72.84257697461587,41.58442944842925],[-72.84256997461462,41.58444744843297],[-72.84249497460196,41.58465244847517],[-72.84248397460028,41.58468544848192],[-72.842144974593,41.5864844488419],[-72.84209997459233,41.58672844889072],[-72.84206597460258,41.587100448963966],[-72.84205997460404,41.58716044897582],[-72.8420349746215,41.58760744906335],[-72.84202797462643,41.58773344908802],[-72.8420409746523,41.58811144916093],[-72.84207597469813,41.58871344927658],[-72.84210297471783,41.58890444931277],[-72.84215197474626,41.58912244935349],[-72.84226397481106,41.5896184494461],[-72.84224797482605,41.589971449515104],[-72.84223797483708,41.59022044956373],[-72.84218997483873,41.59052244962386],[-72.84215397484759,41.59088144969467],[-72.8421529748555,41.59102544972266],[-72.8421529748618,41.591135449744],[-72.84216297487369,41.59128644977296],[-72.84217997488443,41.59137744979006],[-72.84219397489326,41.59145244980415],[-72.8422469749219,41.59165144984105],[-72.84226897493484,41.591752449859946],[-72.84236397499028,41.592181449940085],[-72.84239197500776,41.59232744996752],[-72.84239897501821,41.592470449995034],[-72.84236597503185,41.59289645007873],[-72.8423379750448,41.59328145015432],[-72.8421509749888,41.59336545017666],[-72.84201097494443,41.59338545018506],[-72.84168497484347,41.59347345021262],[-72.84149197478288,41.59351145022623],[-72.84127697471388,41.59352745023628],[-72.84115097467212,41.59351345023762],[-72.84108197464927,41.593506450238486],[-72.84087397457873,41.59345545023531],[-72.84045697443608,41.5933324502249],[-72.83795197357934,41.59259545016272],[-72.83777697352068,41.59256445016236],[-72.83757497345437,41.592553450166754],[-72.83739397339572,41.59255745017335],[-72.83720097333591,41.59260845018947],[-72.83669997317996,41.5927304502293],[-72.83651897312225,41.59275045023903],[-72.83603697296576,41.592754450255335],[-72.83553197280096,41.592744450269684],[-72.8349009725962,41.59275145029141],[-72.83485997258302,41.59275445029329],[-72.83476897255383,41.592761450297594],[-72.83457697249226,41.5927764503067],[-72.83349897214978,41.59291745036882],[-72.83284597194312,41.593016450409074],[-72.83224397175135,41.593086450442065],[-72.8315859715418,41.59316345047822],[-72.83123797142991,41.59318545049371],[-72.83053097120086,41.59320045051941],[-72.83043097116891,41.59321045052459],[-72.83038997115587,41.59321545052687],[-72.83023397110674,41.59324345053734],[-72.83006897105554,41.59328645055101],[-72.82984697098776,41.59336345057311],[-72.82914297079081,41.59392245070423],[-72.82881697069803,41.59415345075956],[-72.82801597047022,41.59472445089615],[-72.82708397020755,41.59543045106316],[-72.82650797004275,41.59582445115816],[-72.82609696992273,41.596062451217584],[-72.82582796984364,41.596209451254765],[-72.82558596977123,41.59631845128371],[-72.82466896949676,41.59673345139378],[-72.82439596941397,41.596838451422954],[-72.82433196939522,41.596874451431994],[-72.82414096933938,41.59698445145949],[-72.82407796932104,41.597021451468706],[-72.82407796931737,41.5969574514563],[-72.82407996930715,41.59676745141936],[-72.82408096930388,41.59670445140711],[-72.82568796944622,41.59005745006579],[-72.82577696945422,41.58969144999192],[-72.82645796951446,41.58687244942302],[-72.83131397095791,41.58450244880661],[-72.83387497171913,41.583252448481495],[-72.83387597171944,41.583252448481474],[-72.8365359724294,41.58054344787001],[-72.83670297245435,41.5800304477651],[-72.83813497266718,41.57561044686114],[-72.8402449729813,41.56910644553072],[-72.84262197372492,41.56859644535509],[-72.84633697488752,41.56780744508216],[-72.84854197557748,41.567337444919815],[-72.84614697413213,41.555672442732394],[-72.84603997406661,41.555134442631385],[-72.84600597403978,41.554858442578876],[-72.84596697400882,41.55453844251801],[-72.8459229739819,41.5543174424765],[-72.84574197387667,41.55350544232466],[-72.8457319738648,41.553354442295664],[-72.84566397379292,41.552483442128725],[-72.84556697370326,41.55146544193417],[-72.84534297348358,41.54889444144211],[-72.84529597344785,41.54853644137409],[-72.8451779733581,41.5476364412031],[-72.8451499733366,41.54741944116187],[-72.84511197331861,41.54732044114387],[-72.84497397325399,41.54697444108112],[-72.84480697317589,41.546557441005504],[-72.8447569731526,41.54643444098324],[-72.84446897301241,41.54561844083403],[-72.84414797285594,41.54470544066706],[-72.84551997331421,41.54492144066479],[-72.84679397373972,41.54512144066258],[-72.84703597381942,41.54513944065827],[-72.84811097417327,41.545217440638766],[-72.84954497464524,41.54532044061254],[-72.84983197473954,41.54533844060679],[-72.85220397555348,41.54609044067638],[-72.85246397564295,41.546177440684886],[-72.85270797572923,41.546299440700714],[-72.85329097594003,41.54667244075436],[-72.8546699763804,41.54653544068329],[-72.85968197804922,41.54723244065702],[-72.86025297824185,41.547355440662486],[-72.86113097853807,41.54754544067107],[-72.86196597881974,41.547725440679095],[-72.86253797901274,41.54784944068473],[-72.86469797974131,41.54831344070514],[-72.86558898003878,41.548451440703204],[-72.86820298091146,41.54885544069731],[-72.86824898099427,41.550042440926326],[-72.8683819811214,41.55150944120689],[-72.86833698111877,41.55171944124911],[-72.86836998115643,41.552190441339505],[-72.86847598120336,41.55240844137842],[-72.86864798127264,41.55264244141829],[-72.8692959815336,41.55352244156825],[-72.86940198159635,41.554017441660946],[-72.86951498166293,41.55453944175865],[-72.86999398182273,41.55461144175717],[-72.8702659819135,41.55465244175635],[-72.87129798225756,41.55480344175237],[-72.87143498230306,41.55482044175124],[-72.8717679824137,41.554862441748654],[-72.8718429824386,41.55487144174797],[-72.87191698246322,41.554881441747526],[-72.87189898246525,41.55501944177491],[-72.87188998246644,41.55509144178916],[-72.87186698247876,41.55543744185709],[-72.87185798248385,41.55557744188457],[-72.87185098248708,41.55567344190343],[-72.87183098249704,41.55596144195999],[-72.87182498250066,41.55605844197902],[-72.87182298250205,41.55609444198606],[-72.87182398254099,41.55676944211707],[-72.87189698257816,41.55700444216034],[-72.8720189826244,41.557119442178745],[-72.87215698266935,41.557121442174676],[-72.8722379826958,41.55712344217246],[-72.8724589827649,41.55707544215599],[-72.8728299828611,41.55664944206131],[-72.87309998293925,41.55648144201998],[-72.87330698300728,41.55649444201583],[-72.8734709830766,41.55677444206489],[-72.87383898323665,41.55748144219027],[-72.87411298337109,41.55827444233538],[-72.87410498338234,41.558516442382604],[-72.87400198335801,41.55867644241699],[-72.87399598335669,41.558687442419334],[-72.87391998334384,41.558894442461984],[-72.8739569833712,41.55916244251279],[-72.8741239834351,41.559330442540016],[-72.87453098358169,41.559580442575424],[-72.87457298359638,41.55959844257757],[-72.87459998360585,41.55961044257901],[-72.87468098363424,41.55964644258338],[-72.87470898364401,41.559658442584805],[-72.87500098374619,41.55978544260004],[-72.87501898375251,41.55979344260101],[-72.87547598391248,41.55999344262508],[-72.87593398407515,41.56023444265708],[-72.87623398418175,41.560393442678254],[-72.87649498427993,41.560626442715055],[-72.87694098444092,41.56090644275501],[-72.87760398468171,41.56134844281941],[-72.8779059847837,41.56141544282265],[-72.87822598489859,41.56160544284922],[-72.87877898509797,41.56194844289794],[-72.87892598515073,41.562035442910066],[-72.87942398532554,41.56226144293785],[-72.87974898544269,41.56246244296637],[-72.87979198547366,41.562759443022635],[-72.87966198544098,41.56292644305926],[-72.87925698532274,41.56316044311776],[-72.8791899853001,41.563145443117],[-72.87910598527193,41.56313044311681],[-72.8788229851795,41.56312244312439],[-72.8777549848387,41.56323344318043],[-72.8771909846595,41.56330544321261],[-72.87661498447457,41.56334544323897],[-72.87618098433435,41.56336044325591],[-72.87569098417377,41.56333744326726],[-72.87518398400636,41.5632914432747],[-72.87460298381085,41.56317544327096],[-72.8739109835767,41.56301444326204],[-72.87392398359368,41.563237443304914],[-72.87396498364532,41.563906443433446],[-72.87397898366264,41.564129443476276],[-72.87398798367518,41.56429744350859],[-72.87399598368464,41.564417443531624],[-72.87404098372119,41.56480044360451],[-72.87404898372769,41.564868443617456],[-72.87405598373576,41.56496944363684],[-72.87335098351123,41.56505044367531],[-72.87123698283804,41.56529444379095],[-72.8705329826139,41.565376443829585],[-72.87014498249046,41.565423443851245],[-72.86898398212108,41.56556344391588],[-72.86859698199802,41.565611443937705],[-72.8680299818175,41.565677443968816],[-72.86633198127701,41.56587744406243],[-72.86576598109686,41.56594444409371],[-72.86453798070592,41.5660884441613],[-72.86333098032169,41.566230444227806],[-72.86085597953381,41.56652144436417],[-72.85968897916234,41.566659444428595],[-72.85962897914324,41.566666444431895],[-72.85720097837016,41.56694944456518],[-72.85505697768669,41.567185444680156],[-72.85507497769386,41.56720844468404],[-72.85544997785459,41.567887444803745],[-72.85603297809514,41.568779444958054],[-72.85636497822802,41.56921544503198],[-72.85673797837512,41.569667445107676],[-72.85713797853114,41.57012144518289],[-72.85775697876149,41.57063044526171],[-72.85794897883117,41.57075744528016],[-72.85823297893323,41.570927445303994],[-72.86184798021428,41.572777445546365],[-72.86207898029566,41.57288744556027],[-72.86232798038628,41.57305644558502],[-72.86275498054262,41.57336244563063],[-72.86303598064892,41.57362344567221],[-72.86374998092968,41.57447344581412],[-72.86397898101968,41.57474544585952],[-72.86429198114273,41.575117445921606],[-72.86468898129613,41.57554244599126],[-72.86493198139007,41.57580344603406],[-72.8653029815334,41.576200446099136],[-72.86585798174784,41.57679444619647],[-72.86597798179294,41.57690044621317],[-72.8660549818219,41.57696944622406],[-72.86641298196034,41.57735444628723],[-72.86642998196729,41.57737944629154],[-72.866733982092,41.57783144636941],[-72.86619698192116,41.57789644639937],[-72.86458898140963,41.578092446489315],[-72.86405298123915,41.57815844651943],[-72.86379898115784,41.578180446531896],[-72.8637669811476,41.578183446533515],[-72.86346798105362,41.57823944655403],[-72.86317798096465,41.578332446581435],[-72.86307198093367,41.57839344659671],[-72.86302398091976,41.57842244660387],[-72.86286098087322,41.57853544663106],[-72.86272998083619,41.57863244665411],[-72.86261298080518,41.57875544668177],[-72.86249598077563,41.57890344671424],[-72.86246198077237,41.57903944674174],[-72.86242898076954,41.57917744676959],[-72.86242698078412,41.57944344682126],[-72.86243998080151,41.57967344686546],[-72.86243098080638,41.579809446892156],[-72.86248898086897,41.580573447038525],[-72.86254698089104,41.58062944704752],[-72.86264298092368,41.58065444704926],[-72.86290898101049,41.58066044704186],[-72.86357198122708,41.58067844702392],[-72.86361698125584,41.5809254470704],[-72.86375298134251,41.58166644720979],[-72.86379898137162,41.58191344725623]]]},"properties":{"name":4303.01,"geoid":"09003430301"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.56099590856613,42.03147354379056],[-72.56089190852757,42.03139454377875],[-72.5609059085297,42.03135254377023],[-72.56080890847609,42.03097354370057],[-72.56073790843449,42.0306555436418],[-72.56052590831014,42.029703543465814],[-72.56045590826892,42.02938654340719],[-72.56029790817361,42.02863154326728],[-72.56000090799425,42.027208543003574],[-72.55985390791209,42.026618542895],[-72.55980190788091,42.02637354284962],[-72.55968390780991,42.02581254274569],[-72.55962990778134,42.02562354271111],[-72.55961490777095,42.02552854269336],[-72.55958890774122,42.02516154262371],[-72.55958690773878,42.025130542617816],[-72.55958590771895,42.02479354255312],[-72.55975490771574,42.02378354235372],[-72.55979990771525,42.02352054230176],[-72.55983890772329,42.023439542284954],[-72.55990190773889,42.02335354226641],[-72.56011690780532,42.02328754224682],[-72.56032690786937,42.0232085422249],[-72.5603449078749,42.02320254222316],[-72.56073990799337,42.02301954217532],[-72.56153090822748,42.022599542069216],[-72.56192890834537,42.022389542016064],[-72.56213890840756,42.02227854198801],[-72.56272890858467,42.022008541917174],[-72.56290690863821,42.02192854189608],[-72.56341090879101,42.0217235418405],[-72.56416090901568,42.02137154174877],[-72.56452590912242,42.02115554169555],[-72.56502290926686,42.02084554162003],[-72.56508590928436,42.02079254160782],[-72.56576990947521,42.02022854147748],[-72.56602690954905,42.0200535414356],[-72.56636790964708,42.019822541380265],[-72.56680390977286,42.01953454131092],[-72.5670649098483,42.01936454126987],[-72.56783491007108,42.018867541149646],[-72.56813391015767,42.01867554110315],[-72.569694910619,42.01783554089159],[-72.57024191078077,42.01754254081772],[-72.57105091102007,42.01711054070872],[-72.57120691106667,42.01703554068929],[-72.5716749112066,42.0168115406312],[-72.57183191125361,42.01673754061194],[-72.57215591135076,42.01658754057271],[-72.57313091164335,42.016139540455285],[-72.57325691168121,42.016082540440266],[-72.57345891174235,42.01599854041764],[-72.57375391183153,42.01587454038433],[-72.57402791191525,42.01577454035631],[-72.57435091201413,42.015659540323824],[-72.57503691222578,42.01544454026046],[-72.5757799124557,42.01522354019409],[-72.57583491247274,42.015207540189245],[-72.57636891263839,42.01505554014287],[-72.57672491274998,42.014974540115865],[-72.57779291308498,42.014734540035384],[-72.57814991319697,42.01465454000853],[-72.57840991327883,42.01460153998999],[-72.57919191352514,42.014443539934476],[-72.5794529136074,42.01439153991609],[-72.57996291376934,42.01431153988431],[-72.58090091406903,42.01419553983184],[-72.58149791426041,42.01413253980052],[-72.58168191431942,42.01411353979094],[-72.58201191442616,42.01409553977686],[-72.58215091447146,42.01409353977202],[-72.58257091460852,42.01409153975812],[-72.58271091465426,42.01409153975361],[-72.58304891476455,42.01408953974234],[-72.5832449148288,42.0140935397368],[-72.58423991515515,42.01411653970919],[-72.5848469153547,42.01413853969388],[-72.58538191553062,42.014158539680494],[-72.58562991561088,42.01414553967001],[-72.58577191565692,42.014139539664285],[-72.5860839157571,42.01410953964847],[-72.5863709158483,42.014065539630785],[-72.58637791585053,42.01406453963036],[-72.58661691592656,42.014029539615954],[-72.58681891607561,42.015464539885095],[-72.58707991626794,42.01731354023183],[-72.58717591632859,42.01781954032592],[-72.58739091646413,42.018947540535656],[-72.58762091658072,42.01966354066576],[-72.58764391659194,42.019727540677316],[-72.58791891672561,42.020484540813825],[-72.58807891679814,42.02083454087592],[-72.58820891685365,42.02105954091494],[-72.58848891697667,42.02160454101058],[-72.58849991698142,42.021624541014084],[-72.5892969173363,42.023256541301805],[-72.58949191742312,42.02365554137216],[-72.58954991745131,42.02381554140102],[-72.58958991747181,42.02394354142431],[-72.58971091753364,42.024328541494334],[-72.5897519175545,42.0244575415178],[-72.58976691756226,42.024506541526726],[-72.58981391758611,42.02465354155344],[-72.58982991759423,42.02470354156253],[-72.58959491751746,42.0247035415701],[-72.5893109174247,42.024703541579235],[-72.58910291735675,42.02470354158595],[-72.58775591691672,42.02470354162933],[-72.5872379167475,42.02470354164601],[-72.58659191653645,42.02470354166681],[-72.58465591590401,42.024703541729146],[-72.5840109156933,42.024703541749915],[-72.58393291566782,42.02470354175242],[-72.58387391564855,42.02470354175432],[-72.5834639155146,42.02470354176752],[-72.58282391530553,42.02470354178813],[-72.58279091529477,42.02470354178918],[-72.58233291514513,42.02470354180394],[-72.58163291494542,42.025203541922465],[-72.581549914921,42.025250541934184],[-72.58085491471661,42.025641542031636],[-72.57951891432376,42.026394542219236],[-72.57612591332592,42.02830554269542],[-72.57590691326267,42.02844854272992],[-72.5750809130232,42.02897354285733],[-72.57426891278787,42.029490542982735],[-72.57417091275948,42.02955354299799],[-72.57323591248846,42.03014854314233],[-72.56812891085028,42.030672543407285],[-72.56177690881707,42.031400543751424],[-72.5613869086926,42.03145154377376],[-72.56135690868292,42.03145354377513],[-72.56099590856613,42.03147354379056]]]},"properties":{"name":4803,"geoid":"09003480300"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.60490592177801,42.01191653862109],[-72.60496092181658,42.012272538687675],[-72.60501692185554,42.01262953875446],[-72.60531192206221,42.01453353911066],[-72.60592492249174,42.01849053985088],[-72.60652792291447,42.02238554057942],[-72.60683292312808,42.0243515409471],[-72.60688292316331,42.0246775410081],[-72.60693392319887,42.02500354106905],[-72.60641692302998,42.02500354108572],[-72.60486692252368,42.025003541135675],[-72.60435092235512,42.0250035411523],[-72.60433392234957,42.02500354115284],[-72.60404592225538,42.02500154116175],[-72.60313292195679,42.024995541190016],[-72.60285492186593,42.024994541198794],[-72.60282892185742,42.02499454119963],[-72.60244792173279,42.02499154121132],[-72.60130592135934,42.02498454124678],[-72.60095192124365,42.024983541257996],[-72.60092592123516,42.02498354125883],[-72.60040692106584,42.024987541276325],[-72.59885192055853,42.02499854132854],[-72.5983339203896,42.025003541346194],[-72.59830792038105,42.02500254134685],[-72.59822892035507,42.02499954134881],[-72.59820392034685,42.02499854134942],[-72.59662191982665,42.02493954138906],[-72.59187891826706,42.02476354150806],[-72.59029791774724,42.024705541547824],[-72.59023291772588,42.02470354154956],[-72.59020891771804,42.02470354155032],[-72.58994391763146,42.02470354155885],[-72.58985591760273,42.0247035415617],[-72.58984991760076,42.0247035415619],[-72.58983491759587,42.02470354156237],[-72.58982991759423,42.02470354156253],[-72.58981391758611,42.02465354155344],[-72.58976691756226,42.024506541526726],[-72.5897519175545,42.0244575415178],[-72.58971091753364,42.024328541494334],[-72.58958991747181,42.02394354142431],[-72.58954991745131,42.02381554140102],[-72.58949191742312,42.02365554137216],[-72.5892969173363,42.023256541301805],[-72.58849991698142,42.021624541014084],[-72.58848891697667,42.02160454101058],[-72.58820891685365,42.02105954091494],[-72.58807891679814,42.02083454087592],[-72.58791891672561,42.020484540813825],[-72.58764391659194,42.019727540677316],[-72.58762091658072,42.01966354066576],[-72.58739091646413,42.018947540535656],[-72.58717591632859,42.01781954032592],[-72.58707991626794,42.01731354023183],[-72.58681891607561,42.015464539885095],[-72.58661691592656,42.014029539615954],[-72.58651091584754,42.013262539472045],[-72.58644991580199,42.01281953938893],[-72.58618491561315,42.01105253905802],[-72.58617191560381,42.010964539041545],[-72.58606091552322,42.01019853889795],[-72.58596391545292,42.00953153877294],[-72.58567391524247,42.00753153839805],[-72.58557791517259,42.00686553827317],[-72.58540691504851,42.00568653805217],[-72.58536291501656,42.00538253799518],[-72.58521491491342,42.004435537818],[-72.58515191485385,42.00376153769052],[-72.58509591476424,42.00252853745541],[-72.585112914747,42.00213453737916],[-72.58512791473184,42.001787537312005],[-72.58518691470246,42.00094653714851],[-72.58518891470179,42.00092353714403],[-72.58519591470053,42.00086253713207],[-72.58522991469718,42.000612537082944],[-72.58524191469631,42.00052953706661],[-72.58537191470701,41.99998053695694],[-72.58576391473996,41.99833653662841],[-72.58589491475105,41.99778853651889],[-72.58644591480626,41.99563153608664],[-72.58679291484182,41.994286535817004],[-72.58687291484927,41.993963535752336],[-72.58696791485839,41.99358453567644],[-72.58702791486385,41.99334053562762],[-72.58739591489697,41.991834535326326],[-72.58746391490368,41.991566535272646],[-72.58752491491106,41.99134953522897],[-72.58773091493376,41.99057853507415],[-72.58779391494086,41.99034553502735],[-72.5883449151218,41.99036253501287],[-72.58841291514418,41.99036553501127],[-72.59027191575615,41.9904495349676],[-72.5908919159603,41.99047853495322],[-72.5909799159891,41.99047953495058],[-72.59124591607613,41.9904825349426],[-72.59133491610527,41.99048353493992],[-72.59182691626604,41.990485534924474],[-72.59330291674847,41.990492534878314],[-72.59379591690966,41.99049553486302],[-72.59381091692241,41.99063153488867],[-72.59385791696135,41.99103953496559],[-72.5938739169745,41.99117653499139],[-72.5938899169891,41.99133853502202],[-72.59394091703405,41.99182753511437],[-72.59395791704902,41.99199053514515],[-72.59396191705315,41.99203953515442],[-72.59397391706575,41.99218953518288],[-72.59397891707026,41.992239535192304],[-72.59399891708605,41.99239953522243],[-72.59405891713352,41.99288153531314],[-72.5940799171497,41.99304253534339],[-72.59409291716055,41.99315653536489],[-72.59413291719352,41.99350053542971],[-72.59414691720472,41.993615535451355],[-72.59416591722204,41.99380753548765],[-72.59422391727442,41.994385535596855],[-72.5942439172921,41.9945785356333],[-72.59425791730472,41.994717535659575],[-72.59430291734371,41.99513753573882],[-72.59431791735672,41.995277535765254],[-72.59434491738068,41.995539535814736],[-72.59442591745261,41.996325535963166],[-72.59445391747697,41.99658853601282],[-72.59445291747814,41.99661453601783],[-72.59445091748103,41.996675536029635],[-72.59444991748173,41.99669353603311],[-72.59444891748299,41.99672053603833],[-72.59444691748554,41.99677653604916],[-72.59444491748671,41.99680753605519],[-72.59444491748815,41.99683253605999],[-72.59443591749897,41.99707053610602],[-72.59443291750308,41.99715853612302],[-72.59440891751255,41.99745753618125],[-72.59437091752855,41.99794853627683],[-72.5943649175502,41.99835653635542],[-72.59436391755854,41.998506536384276],[-72.59433391755731,41.99865453641369],[-72.59431491757378,41.99904653648962],[-72.59425491758728,41.99961853660146],[-72.59419291758468,41.99992353666207],[-72.59411691757236,42.00013953670601],[-72.59382291751743,42.0008495368519],[-72.59342091744851,42.00192753707197],[-72.59320691741183,42.00250153718914],[-72.59309591739178,42.002781537246534],[-72.59287991735317,42.00333353735954],[-72.59278591733786,42.00359953741367],[-72.59277791733676,42.00362553741893],[-72.59269791732748,42.003916537477416],[-72.59266591732437,42.00404353750283],[-72.59259691731775,42.00431853755789],[-72.59258291731942,42.00442653757911],[-72.59256691732178,42.00455753760479],[-72.59254891732961,42.00479453765089],[-72.59249591735365,42.00550853778978],[-72.59247891736192,42.00574753783624],[-72.59249191737634,42.00592353786963],[-72.59253191742008,42.006453537970174],[-72.5925459174349,42.00663053800373],[-72.59260191746876,42.0068995380536],[-72.59261291747531,42.00695053806304],[-72.59273991754556,42.00744753815444],[-72.59281491758446,42.00769653819985],[-72.5928199175869,42.00771053820239],[-72.59291791763292,42.00795253824572],[-72.59302591766404,42.00788053822843],[-72.59360491782543,42.007401538117755],[-72.59367291784463,42.007349538105565],[-72.59377891787311,42.007243538081795],[-72.59394391792144,42.007147538058035],[-72.59410791797002,42.00706153803624],[-72.59432991803837,42.006989538015254],[-72.59435891804749,42.00698353801317],[-72.5951509182968,42.006821537956554],[-72.5960579185806,42.00660653788603],[-72.5966769187757,42.00648453784267],[-72.59669591878115,42.006471537839545],[-72.5968219188253,42.00652353784549],[-72.59683091882931,42.006541537848655],[-72.59685191883679,42.00655253785009],[-72.59697491888826,42.006747537883584],[-72.59700391890168,42.00681553789572],[-72.59702391890883,42.00682653789718],[-72.59713991896011,42.007057537937825],[-72.59723491900635,42.00732053798531],[-72.5972739190246,42.00741553800229],[-72.59730291903621,42.00745253800848],[-72.5973219190453,42.00750253801746],[-72.59736991906365,42.00754853802475],[-72.59741791907989,42.00755853802514],[-72.59742791908577,42.00760353803346],[-72.59750491911232,42.00762753803558],[-72.59786191922885,42.00762653802389],[-72.59840291940255,42.00757453799647],[-72.59862491947297,42.00753853798241],[-72.59880791953267,42.00753753797633],[-72.5988809195571,42.007547537975896],[-72.5989239195715,42.00755353797568],[-72.5990589196215,42.007655537990914],[-72.59912591964871,42.007747538006434],[-72.59914591966356,42.00789153803345],[-72.59910691965702,42.00799853805526],[-72.59907791965014,42.00804353806485],[-72.5990579196475,42.008110538078355],[-72.59905791966708,42.00844853814329],[-72.59897091964324,42.00852753816126],[-72.59889291962078,42.008579538173755],[-72.59889391962525,42.00865153818755],[-72.59891291963228,42.008665538189646],[-72.59891291963385,42.00869253819482],[-72.59896091965324,42.00875653820557],[-72.59897991966835,42.00891053823455],[-72.59901291968707,42.00904753825979],[-72.59902091969175,42.00908353826645],[-72.59902791969554,42.009109538271225],[-72.59906591971087,42.00915953827961],[-72.59908791971823,42.009162538279476],[-72.59912491973066,42.00916853827944],[-72.59923991976926,42.009186538279195],[-72.59926891977976,42.00920453828171],[-72.59925891978038,42.009271538294925],[-72.59915291975115,42.0093645383162],[-72.5991529197548,42.009427538328296],[-72.59926991979823,42.00951753834181],[-72.59927791980125,42.009524538342895],[-72.59937491983617,42.00958053835053],[-72.5994709198739,42.00969053836856],[-72.59948991988327,42.009745538378525],[-72.59949991989905,42.00996153841969],[-72.59954791992105,42.01007053843908],[-72.59960591994214,42.01010753844433],[-72.59977891999858,42.01010653843855],[-72.59984692002247,42.01013553844194],[-72.59986592003158,42.01018553845093],[-72.59987592004163,42.010302538473084],[-72.59992392006389,42.01041653849342],[-72.60002992010145,42.01046753849982],[-72.6001359201373,42.01048853850045],[-72.60018392015485,42.01052053850504],[-72.60017792016191,42.010676538535215],[-72.60017392016825,42.0108085385607],[-72.60014492016214,42.01086653857276],[-72.60012592015751,42.01089353857856],[-72.59994192010498,42.01102453860966],[-72.59992292010214,42.0110825386214],[-72.59992292010527,42.011136538631774],[-72.60004892014892,42.01117953863597],[-72.60015392018413,42.01119553863567],[-72.60026392021965,42.011188538630776],[-72.6003869202595,42.01118253862567],[-72.600530920309,42.01122553862928],[-72.60067592036258,42.01133253864516],[-72.60080092040984,42.01144353866246],[-72.60086792043256,42.01145853866319],[-72.60091692044678,42.01142753865566],[-72.60091692044179,42.01134153863914],[-72.6009559204546,42.01134253863806],[-72.60112592051343,42.011399538643545],[-72.60116792052803,42.01141453864509],[-72.60146892062969,42.01147253864651],[-72.6017289207175,42.01152253864774],[-72.6017949207398,42.01153553864812],[-72.60231592091739,42.01166353865593],[-72.60249992098085,42.011721538661135],[-72.60262492102393,42.011760538664596],[-72.60275992106872,42.01177253866255],[-72.60318892121047,42.01180053865411],[-72.60447592163588,42.01188753862935],[-72.60490592177801,42.01191653862109]]]},"properties":{"name":4805,"geoid":"09003480500"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.55005690180226,41.97624253352895],[-72.55080390220517,41.97899853403493],[-72.5514379025475,41.98134353446548],[-72.55163890262709,41.981585534505555],[-72.55171190265129,41.981591534504375],[-72.5518009026792,41.981571534497654],[-72.55182190268796,41.981604534503326],[-72.55184690269844,41.98164453451022],[-72.55188890271607,41.98171253452195],[-72.55217490284721,41.9823665346385],[-72.55224690288031,41.98253253466811],[-72.5524649029803,41.98303153475704],[-72.55253790301377,41.98319853478681],[-72.55288090312021,41.98310153475713],[-72.55391290344046,41.982810534668054],[-72.55425690354728,41.98271453463855],[-72.555609903967,41.982330534521246],[-72.55674990431906,41.98197953441716],[-72.55839490482447,41.98142753425817],[-72.5597579052441,41.98098553412941],[-72.56072290553878,41.980630534030134],[-72.56132390572029,41.98037453396163],[-72.56201790592864,41.98005753387838],[-72.5621769059756,41.97997153385672],[-72.56321390627964,41.97937153370804],[-72.56428390658972,41.97868953354253],[-72.56447090664469,41.97858353351613],[-72.56503490681045,41.97826453343668],[-72.56522290686578,41.97815953341044],[-72.56541590692322,41.9780625333856],[-72.56599390709536,41.97777453331165],[-72.56618790715318,41.97767853328695],[-72.56644890723281,41.977581533259915],[-72.56705990741942,41.97735753319721],[-72.56723490747333,41.977301533180814],[-72.56750090755537,41.977217533156114],[-72.56775790763565,41.977154533135746],[-72.5679479076951,41.97710953312098],[-72.56839290783546,41.97702353309016],[-72.56853690788132,41.97700353308168],[-72.5687999079652,41.97696853306648],[-72.56905390804623,41.97693553305198],[-72.5692069080951,41.97691653304341],[-72.56971490825869,41.9768765330194],[-72.56981990829287,41.976874533015646],[-72.57007690837666,41.976872533007004],[-72.57045590850039,41.97687153299463],[-72.57091590865194,41.97689453298427],[-72.57133090878989,41.976936532979],[-72.5719929090097,41.97699953296983],[-72.57264090922294,41.97702753295439],[-72.57323090941475,41.97701253293255],[-72.57377190958869,41.9769655329061],[-72.57422590973233,41.97688553287614],[-72.57462090985487,41.97677353284192],[-72.57493190994948,41.97665353280883],[-72.5749689099598,41.97662253280168],[-72.57506090998861,41.976601532794696],[-72.57505990998806,41.97659753279395],[-72.57541191009331,41.97642953275034],[-72.57594391025577,41.97623453269573],[-72.57648391042346,41.976084532649544],[-72.57690991055853,41.976014532622386],[-72.57742991072676,41.97598753260046],[-72.57939891136964,41.97598553253678],[-72.57979491149888,41.97598453252385],[-72.58001391157039,41.97598453251681],[-72.5809849118883,41.975998532488276],[-72.58138191201827,41.976004532476665],[-72.58161891209595,41.97600953247001],[-72.58232991232907,41.97602553245022],[-72.58256791240713,41.97603153244371],[-72.58275291246777,41.976035532438544],[-72.58352591272202,41.97606753241984],[-72.58640191366821,41.97618953235079],[-72.58676491378769,41.97620553234219],[-72.58713291390964,41.97623653233632],[-72.58735991398444,41.97624853233132],[-72.58756591413353,41.97766453259696],[-72.58764891419142,41.97819753269676],[-72.58791691437733,41.97990053301556],[-72.58804291446201,41.98065353315628],[-72.58840291472067,41.98309553361417],[-72.58853691481922,41.984043533792075],[-72.58855591483324,41.98417853381742],[-72.58863591491814,41.985195534010344],[-72.58862691494593,41.985727534112904],[-72.5886359149576,41.985878534141655],[-72.58862991496328,41.9860105341672],[-72.58853491498306,41.98688953433923],[-72.58848391499393,41.98736553443235],[-72.58836191499216,41.98802453456297],[-72.588217914984,41.98869653469676],[-72.58801891496485,41.989489534855586],[-72.58800591496379,41.98954453486657],[-72.58779391494086,41.99034553502735],[-72.58773091493376,41.99057853507415],[-72.58752491491106,41.99134953522897],[-72.58746391490368,41.991566535272646],[-72.58739591489697,41.991834535326326],[-72.58702791486385,41.99334053562762],[-72.58696791485839,41.99358453567644],[-72.58687291484927,41.993963535752336],[-72.58679291484182,41.994286535817004],[-72.58644591480626,41.99563153608664],[-72.58589491475105,41.99778853651889],[-72.58569291468594,41.99780353652825],[-72.58568291468266,41.997803536528586],[-72.58540991459438,41.997818536540265],[-72.5850469144775,41.99784753655752],[-72.58483591440957,41.99786453656756],[-72.5838379140871,41.99792453661121],[-72.58376491406267,41.997914536611646],[-72.58299691381403,41.99795253664365],[-72.58104291318162,41.99805253672574],[-72.57943291266,41.99812553679156],[-72.57928591261233,41.99813153679743],[-72.57884691247011,41.998151536815406],[-72.57870091242289,41.99815953682165],[-72.57850791236066,41.99817353683054],[-72.57792791217382,41.99821853685784],[-72.57773591211196,41.9982335368669],[-72.57709891190605,41.9982705368945],[-72.57669191177452,41.9982945369122],[-72.57563791143748,41.998419536970125],[-72.57520191130028,41.99850953700145],[-72.57519991129969,41.9985105370017],[-72.5745889111103,41.99868653705517],[-72.5743129110273,41.998810537087884],[-72.5734849107785,41.99918453718637],[-72.5732099106959,41.99930953721925],[-72.57269291053699,41.999481537268935],[-72.5726249105161,41.999504537275534],[-72.57159691019692,41.999791537363755],[-72.57153491017763,41.99980853736901],[-72.57113891005332,41.99989553739846],[-72.57111491004576,41.99990053740021],[-72.57058390987905,42.000016537439556],[-72.57041290982515,42.00005053745159],[-72.57021690976352,42.00009153746578],[-72.56990090966423,42.000159537489],[-72.56973090961088,42.000197537501776],[-72.56944990952228,42.000252537521376],[-72.56860690925659,42.00041953758058],[-72.56832690916842,42.000476537600534],[-72.5682709091507,42.00048653760426],[-72.56810390909796,42.000517537615586],[-72.56804890908062,42.00052853761947],[-72.56786990902407,42.00056153763157],[-72.56733590885541,42.00066153766795],[-72.56715790879925,42.00069553768021],[-72.56689590871846,42.000778537704576],[-72.5665099085996,42.00090353774101],[-72.56612690848398,42.001067537784834],[-72.56587590840829,42.00117653781386],[-72.56521590821092,42.00149153789561],[-72.56323590761887,42.002438538141234],[-72.56257690742189,42.00275453822314],[-72.56246690738901,42.00280753823687],[-72.5621359072902,42.00296853827845],[-72.56202690725772,42.00302253829232],[-72.56175590717658,42.00315053832563],[-72.56094390693366,42.0035365384259],[-72.56067390685291,42.00366553845938],[-72.56033890675268,42.0038245385007],[-72.55933390645195,42.00430153862465],[-72.5589989063517,42.00446053866599],[-72.55893490631838,42.004245538626726],[-72.55874590621937,42.00360053850886],[-72.55868290618636,42.00338553846958],[-72.55861690615193,42.00316253842884],[-72.55841990604893,42.00249353830661],[-72.55835490601481,42.00227053826585],[-72.55765190566277,42.00015153788124],[-72.55755290560786,41.99976053780927],[-72.55694490540643,41.999711537819394],[-72.55655190527621,41.99967953782587],[-72.55623190517174,41.99968053783634],[-72.55584990504644,41.999671537846886],[-72.55541190490203,41.999648537856544],[-72.55528290485972,41.99964553786012],[-72.55496390475494,41.999635537868436],[-72.5546869046651,41.999646537879464],[-72.55442790458262,41.99968353789488],[-72.55386090440413,41.9997995379354],[-72.5533359042392,41.99991353797419],[-72.5527529040542,42.000007538010976],[-72.55252490398146,42.00003753802407],[-72.5521669038673,42.00008553804479],[-72.54791490250929,42.00062153828441],[-72.54672990212903,42.00073953834515],[-72.54420390132165,42.001047538485466],[-72.54143090043543,42.00138753863987],[-72.54096890028681,42.0014275386624],[-72.54055790015468,42.00146453868269],[-72.5395878998439,42.00156953873402],[-72.5393428997654,42.00159653874709],[-72.53912889969693,42.00162153875876],[-72.53853589950721,42.00169053879106],[-72.53757789920073,42.00180253884334],[-72.53675789893866,42.00190353888908],[-72.53616589874954,42.00197753892231],[-72.53501789838272,42.00211953898646],[-72.53483789832524,42.00214253899665],[-72.53432789816272,42.00221353902667],[-72.53314889778963,42.00242253910468],[-72.53241789755735,42.00253553914988],[-72.5315858972911,42.002631539195036],[-72.53107189712665,42.00269153922304],[-72.53043889692476,42.002776539259706],[-72.52954389663736,42.002863539305146],[-72.52916789651755,42.002915539327226],[-72.52537089530796,42.00345053955189],[-72.5242738949585,42.00360553961687],[-72.52410589490512,42.00363153962727],[-72.52377889480121,42.00368253964756],[-72.52285689450837,42.003827539705],[-72.52279789448951,42.00383453970826],[-72.52246989438494,42.003879539727414],[-72.52231089429227,42.003173539596844],[-72.52223089424521,42.00281053952963],[-72.52204389413464,42.001952539370734],[-72.52195189408012,42.0015285392922],[-72.52167489391657,42.000261539057576],[-72.52152389382937,41.999604538936126],[-72.52128089368846,41.998537538738844],[-72.52095789350828,41.99724253850029],[-72.520304893144,41.99462353801778],[-72.52000189297186,41.993354537783546],[-72.51969289279617,41.99205753754414],[-72.51943189264648,41.990939537337574],[-72.51895089237044,41.988875536956186],[-72.51865489219954,41.98758753671803],[-72.51839889205155,41.98647053651147],[-72.51804089182195,41.984514536146854],[-72.51803689181955,41.98449553614333],[-72.517731891655,41.9833685359364],[-72.51771089164487,41.983311535926106],[-72.51769989163952,41.983281535920696],[-72.51766389162219,41.98318453590319],[-72.5176478916146,41.983143535895834],[-72.51762789160489,41.9830885358859],[-72.51836189184623,41.98311553586754],[-72.51842589186712,41.983115535865494],[-72.52055089256234,41.983134535801014],[-72.52082189264988,41.983117535789056],[-72.52106789272938,41.98310253577828],[-72.52146189284979,41.98295853573795],[-72.52158689288795,41.982912535725106],[-72.52247189315156,41.982470535611725],[-72.52284089326669,41.982376535581835],[-72.52427389371378,41.982012535465856],[-72.52456389379441,41.98176753540946],[-72.52496589390132,41.98134453531524],[-72.52535989401765,41.98112953526123],[-72.52616489426664,41.980887535188884],[-72.52651089438179,41.98092453518492],[-72.52654389439273,41.980927535184435],[-72.52736589466625,41.98101453517479],[-72.52756689474792,41.981292535221804],[-72.52760889477298,41.981489535258326],[-72.5272368946584,41.98160953529335],[-72.52720189464729,41.98161553529561],[-72.52685789453868,41.98168053531915],[-72.52676389451173,41.98174553533466],[-72.5266788944874,41.98180553534894],[-72.52668789450614,41.98207953540133],[-72.52674889453608,41.98225353543284],[-72.52691489460086,41.9824365354627],[-72.5269158946012,41.98243653546266],[-72.52728289473356,41.98265353549263],[-72.52735289476087,41.982730535505176],[-72.52742189478782,41.98280753551777],[-72.52762789487905,41.983222535590954],[-72.52798989501844,41.98358953564993],[-72.52835089514431,41.98372753566487],[-72.52880289529413,41.98376553565768],[-72.5291868954162,41.98370753563422],[-72.52959789554696,41.9836465356093],[-72.52977989560432,41.983610535596526],[-72.52996289566201,41.98357453558374],[-72.53085589593037,41.98316953547722],[-72.53142789609922,41.982857535398885],[-72.53202689629315,41.982827535373886],[-72.53267789649914,41.98271253533088],[-72.53337189671217,41.98247553526305],[-72.53373389682295,41.98234653522662],[-72.53419189696484,41.982212535186164],[-72.53451689706061,41.982032535141116],[-72.53555989734986,41.98114053493614],[-72.53574289740192,41.98100653490451],[-72.53622489753928,41.98065853482212],[-72.53664989767654,41.98063153480328],[-72.5367708977228,41.9807485348219],[-72.53683289774709,41.980818534833375],[-72.53679389773494,41.980828534836554],[-72.53679189773571,41.980853534841415],[-72.53678889773676,41.98088853484823],[-72.53679689774127,41.98092153485433],[-72.53678189773942,41.98097453486501],[-72.53675889773278,41.98098953486863],[-72.53662689770697,41.981289534930546],[-72.53659489771911,41.98168153500695],[-72.53657589771474,41.98171353501372],[-72.53658989772093,41.98174153501864],[-72.53656289771926,41.981865535043354],[-72.53653189771725,41.98200653507148],[-72.53654089772857,41.98215153509906],[-72.53679789785366,41.9828655352281],[-72.53738289805683,41.983075535249704],[-72.53774789817405,41.98304053523126],[-72.53785389820774,41.983024535224786],[-72.53792289823028,41.983024535222576],[-72.53834389836548,41.98298453520136],[-72.53966089874356,41.98208153498548],[-72.53992889882662,41.98200353496186],[-72.54018089890458,41.981928534939364],[-72.54081989910476,41.98178053489039],[-72.5415118993106,41.98143053480088],[-72.54220189952144,41.98117853473028],[-72.54333389987674,41.98092853464588],[-72.54414790012059,41.98054653454629],[-72.54441290020362,41.980485534526046],[-72.54485490034729,41.98047353450955],[-72.54506790041044,41.98036253448138],[-72.54539590052947,41.98056853451046],[-72.5456249006034,41.98055353450022],[-72.54602190073327,41.98055753448824],[-72.54628890081783,41.98051153447084],[-72.5464329008611,41.980446534453705],[-72.54667790092181,41.98011153438144],[-72.54689090097528,41.97983253432094],[-72.54690690097303,41.97970253429543],[-72.54697490098536,41.97953153426036],[-72.54731090107637,41.97920653418709],[-72.54734090107912,41.97908453416267],[-72.5472729010466,41.978905534130426],[-72.54716590099913,41.97868853409212],[-72.54715790098527,41.97849353405489],[-72.54733390102321,41.97815453398405],[-72.54739490103893,41.97808153396806],[-72.54762390111107,41.97803553395187],[-72.54781390117161,41.97800953394076],[-72.5481879013019,41.97815053395586],[-72.5483479013539,41.97814653394997],[-72.54846290138335,41.97800553391915],[-72.54854690139338,41.97770353385839],[-72.54861590141066,41.977612533838666],[-72.54880590146763,41.977524533815654],[-72.54895890151212,41.977429533792474],[-72.54901190152984,41.97743653379211],[-72.54911090155582,41.97732653376778],[-72.54914190155758,41.977181533738914],[-72.54902690150769,41.97696753370146],[-72.54902690150284,41.97688353368529],[-72.54912690153552,41.97688353368209],[-72.54937790162958,41.9770935337144],[-72.5494469016537,41.97712053371737],[-72.54961490171229,41.97718553372448],[-72.5497679017618,41.97717753371804],[-72.5499579018166,41.9770515336877],[-72.54998890182165,41.97696353366978],[-72.54988990178336,41.976860533653166],[-72.54950090163568,41.97650253359681],[-72.54948490162515,41.97641053357963],[-72.54949290161284,41.97615153352957],[-72.54945490159557,41.97606753351463],[-72.5492639015279,41.975975533503075],[-72.54917190149284,41.97588853348928],[-72.54918790149362,41.97581153347397],[-72.5492559015134,41.975769533463705],[-72.54933290153964,41.9757885334649],[-72.54964490165476,41.97601753349891],[-72.54978290170027,41.97602553349602],[-72.5499199017437,41.97600253348721],[-72.54993490175805,41.97616653351826],[-72.54998890177897,41.97622353352748],[-72.55005690180226,41.97624253352895]]]},"properties":{"name":4808,"geoid":"09003480800"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.52246989438494,42.003879539727414],[-72.52292689464828,42.005856540092694],[-72.52338189491006,42.00781754045493],[-72.52362589505617,42.0089685406683],[-72.52378389515188,42.00973254081002],[-72.52388089521084,42.010205540897786],[-72.52424589542208,42.01179954119236],[-72.52470089568492,42.013777541557815],[-72.52437089557834,42.01379954157261],[-72.52358289532422,42.013857541609056],[-72.52230889491345,42.013952541668196],[-72.52119389455338,42.014025541718006],[-72.52023089424345,42.01410754176468],[-72.51929789394329,42.01418854181016],[-72.51911489388449,42.0142055418193],[-72.51909289387741,42.01420754182041],[-72.51906089386708,42.01420954182181],[-72.51903989386032,42.01421154182285],[-72.5182188935961,42.01428154186266],[-72.51820889359284,42.014281541862985],[-72.51656689306195,42.0143785419343],[-72.51548789271436,42.014464541985426],[-72.51483489250404,42.01451754201656],[-72.51458289242355,42.01454954203081],[-72.51439789236386,42.014562542039236],[-72.51384489218547,42.014602542064665],[-72.51366089212615,42.014616542073256],[-72.51211789164434,42.01500354219711],[-72.51149389144956,42.015161542247476],[-72.5085898905418,42.015874542477626],[-72.50748589019646,42.016141542564334],[-72.50665488993663,42.016344542629994],[-72.50611688976717,42.01645454266836],[-72.50593588970987,42.01648654268033],[-72.5058278896412,42.015907542572535],[-72.50549988943312,42.014157542246814],[-72.50539088936395,42.01357554213848],[-72.50523888926729,42.01276054198675],[-72.50478288897752,42.01031854153212],[-72.50463088888094,42.009504541380565],[-72.50448488879876,42.008906541270335],[-72.50405188855393,42.00711354093964],[-72.50392988848473,42.00660454084573],[-72.5039108884734,42.006515540829234],[-72.50390388846927,42.00648354082332],[-72.50376988838934,42.00585654070711],[-72.50335188813915,42.0038845403415],[-72.5032288880655,42.00330354023378],[-72.50321588805691,42.00322854021977],[-72.50306088795742,42.00238054006175],[-72.50259888766024,41.99984253958873],[-72.50244788756224,41.99899753943113],[-72.50243088755128,41.998903539413604],[-72.50241888754192,41.99880953939594],[-72.50234888748676,41.99824853929034],[-72.50233088747258,41.99810453926324],[-72.50232288746754,41.998062539255415],[-72.50232088746603,41.99804753925259],[-72.50180088713765,41.99529553874022],[-72.5002378861494,41.98699953719528],[-72.4997308858286,41.9843035366931],[-72.49972288582201,41.9842345366801],[-72.49972288582183,41.98423153667954],[-72.49965888576969,41.98368853657714],[-72.49946988561403,41.98205653626936],[-72.49942888558027,41.98170253620259],[-72.49940688556711,41.98159853618329],[-72.49989088571496,41.98142053613357],[-72.5000278857569,41.98137153611975],[-72.50019888580754,41.98128053609677],[-72.50026888581571,41.98102553604549],[-72.50047288588517,41.98107453604838],[-72.50060888592778,41.98104253603787],[-72.50069888594484,41.98082853599382],[-72.5007448859406,41.98049353592793],[-72.50073188593498,41.98046953592374],[-72.50065088589987,41.98031953589748],[-72.50055888586706,41.980271535891184],[-72.50045588583036,41.9802185358843],[-72.50033188578912,41.98020553588579],[-72.50003388568908,41.980158535886275],[-72.500000885678,41.98015353588637],[-72.49970988557966,41.98009653588474],[-72.49958088552624,41.97990053585117],[-72.4996748855416,41.97963353579679],[-72.49972188555516,41.97960253578934],[-72.49982788558593,41.97953553577306],[-72.50000088564038,41.979499535760596],[-72.50040988577162,41.979458535739596],[-72.5005658858193,41.979401535723646],[-72.50070088585777,41.97930353570049],[-72.50070088584305,41.97904753565125],[-72.50063288580021,41.97868953558457],[-72.50080388584576,41.978510535544665],[-72.50114688594954,41.97836653550598],[-72.50146488605128,41.97832953548868],[-72.50203788623466,41.97826353545763],[-72.50366288675475,41.97807753536982],[-72.50368088676059,41.97807653536905],[-72.50420488694108,41.97823853538339],[-72.50466688712116,41.9787455354661],[-72.50465088713953,41.97915553554546],[-72.50447088709087,41.97933153558508],[-72.50396288694827,41.97973753567945],[-72.50404188698577,41.979940535715954],[-72.50523888743214,41.98090253586261],[-72.50523488743666,41.98100353588217],[-72.50533588749128,41.981379535951234],[-72.50540588751834,41.98145253596303],[-72.50550288755596,41.98155553597974],[-72.50564988760904,41.98164353599194],[-72.50590288770037,41.98179453601288],[-72.5060328877501,41.98192053603293],[-72.50621288782898,41.98226953609429],[-72.50636988790491,41.98269753617156],[-72.50639888794258,41.98318753626486],[-72.50641888794993,41.98320153626692],[-72.50641288794975,41.98323253627307],[-72.50647588798236,41.98344153631123],[-72.50678788809252,41.98358453632873],[-72.50688188812212,41.983565536322075],[-72.50707988818456,41.983526536308226],[-72.50729988824462,41.983321536261755],[-72.50790088840861,41.982759536134424],[-72.50862488863025,41.9825015360616],[-72.50970788897997,41.98243153601343],[-72.50980388899701,41.982182535962465],[-72.50969988895544,41.982050535940424],[-72.50934488881335,41.98159653586449],[-72.50955288885874,41.981204535782446],[-72.50969788889958,41.98109153575607],[-72.51011988901855,41.98076353567946],[-72.51047988913079,41.98067053565004],[-72.51127988939723,41.98075953564151],[-72.51128688939957,41.98076053564148],[-72.5123588897544,41.9808415356227],[-72.5139318902677,41.980832535570556],[-72.51515189065861,41.98070053550606],[-72.51569189084972,41.980956535537985],[-72.51586289092448,41.98128453559558],[-72.5157958909186,41.98156253565118],[-72.5157248909128,41.98186453571154],[-72.51555589087407,41.98215053577195],[-72.5153728908322,41.98246153583762],[-72.51580289099306,41.9828155358919],[-72.51594889104327,41.9828595358957],[-72.51627489115545,41.98295853590427],[-72.51657089125733,41.9830485359121],[-72.51728589149245,41.983075535894365],[-72.51762789160489,41.9830885358859],[-72.5176478916146,41.983143535895834],[-72.51766389162219,41.98318453590319],[-72.51769989163952,41.983281535920696],[-72.51771089164487,41.983311535926106],[-72.517731891655,41.9833685359364],[-72.51803689181955,41.98449553614333],[-72.51804089182195,41.984514536146854],[-72.51839889205155,41.98647053651147],[-72.51865489219954,41.98758753671803],[-72.51895089237044,41.988875536956186],[-72.51943189264648,41.990939537337574],[-72.51969289279617,41.99205753754414],[-72.52000189297186,41.993354537783546],[-72.520304893144,41.99462353801778],[-72.52095789350828,41.99724253850029],[-72.52128089368846,41.998537538738844],[-72.52152389382937,41.999604538936126],[-72.52167489391657,42.000261539057576],[-72.52195189408012,42.0015285392922],[-72.52204389413464,42.001952539370734],[-72.52223089424521,42.00281053952963],[-72.52231089429227,42.003173539596844],[-72.52246989438494,42.003879539727414]]]},"properties":{"name":4809,"geoid":"09003480900"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.55005690180226,41.97624253352895],[-72.54998890177897,41.97622353352748],[-72.54993490175805,41.97616653351826],[-72.5499199017437,41.97600253348721],[-72.54978290170027,41.97602553349602],[-72.54964490165476,41.97601753349891],[-72.54933290153964,41.9757885334649],[-72.5492559015134,41.975769533463705],[-72.54918790149362,41.97581153347397],[-72.54917190149284,41.97588853348928],[-72.5492639015279,41.975975533503075],[-72.54945490159557,41.97606753351463],[-72.54949290161284,41.97615153352957],[-72.54948490162515,41.97641053357963],[-72.54950090163568,41.97650253359681],[-72.54988990178336,41.976860533653166],[-72.54998890182165,41.97696353366978],[-72.5499579018166,41.9770515336877],[-72.5497679017618,41.97717753371804],[-72.54961490171229,41.97718553372448],[-72.5494469016537,41.97712053371737],[-72.54937790162958,41.9770935337144],[-72.54912690153552,41.97688353368209],[-72.54902690150284,41.97688353368529],[-72.54902690150769,41.97696753370146],[-72.54914190155758,41.977181533738914],[-72.54911090155582,41.97732653376778],[-72.54901190152984,41.97743653379211],[-72.54895890151212,41.977429533792474],[-72.54880590146763,41.977524533815654],[-72.54861590141066,41.977612533838666],[-72.54854690139338,41.97770353385839],[-72.54846290138335,41.97800553391915],[-72.5483479013539,41.97814653394997],[-72.5481879013019,41.97815053395586],[-72.54781390117161,41.97800953394076],[-72.54762390111107,41.97803553395187],[-72.54739490103893,41.97808153396806],[-72.54733390102321,41.97815453398405],[-72.54715790098527,41.97849353405489],[-72.54716590099913,41.97868853409212],[-72.5472729010466,41.978905534130426],[-72.54734090107912,41.97908453416267],[-72.54731090107637,41.97920653418709],[-72.54697490098536,41.97953153426036],[-72.54690690097303,41.97970253429543],[-72.54689090097528,41.97983253432094],[-72.54667790092181,41.98011153438144],[-72.5464329008611,41.980446534453705],[-72.54628890081783,41.98051153447084],[-72.54602190073327,41.98055753448824],[-72.5456249006034,41.98055353450022],[-72.54539590052947,41.98056853451046],[-72.54506790041044,41.98036253448138],[-72.54485490034729,41.98047353450955],[-72.54441290020362,41.980485534526046],[-72.54414790012059,41.98054653454629],[-72.54333389987674,41.98092853464588],[-72.54220189952144,41.98117853473028],[-72.5415118993106,41.98143053480088],[-72.54081989910476,41.98178053489039],[-72.54018089890458,41.981928534939364],[-72.53992889882662,41.98200353496186],[-72.53966089874356,41.98208153498548],[-72.53834389836548,41.98298453520136],[-72.53792289823028,41.983024535222576],[-72.53785389820774,41.983024535224786],[-72.53774789817405,41.98304053523126],[-72.53738289805683,41.983075535249704],[-72.53679789785366,41.9828655352281],[-72.53654089772857,41.98215153509906],[-72.53653189771725,41.98200653507148],[-72.53656289771926,41.981865535043354],[-72.53658989772093,41.98174153501864],[-72.53657589771474,41.98171353501372],[-72.53659489771911,41.98168153500695],[-72.53662689770697,41.981289534930546],[-72.53675889773278,41.98098953486863],[-72.53678189773942,41.98097453486501],[-72.53679689774127,41.98092153485433],[-72.53678889773676,41.98088853484823],[-72.53679189773571,41.980853534841415],[-72.53679389773494,41.980828534836554],[-72.53683289774709,41.980818534833375],[-72.5367708977228,41.9807485348219],[-72.53664989767654,41.98063153480328],[-72.53622489753928,41.98065853482212],[-72.53574289740192,41.98100653490451],[-72.53555989734986,41.98114053493614],[-72.53451689706061,41.982032535141116],[-72.53419189696484,41.982212535186164],[-72.53373389682295,41.98234653522662],[-72.53337189671217,41.98247553526305],[-72.53267789649914,41.98271253533088],[-72.53202689629315,41.982827535373886],[-72.53142789609922,41.982857535398885],[-72.53085589593037,41.98316953547722],[-72.52996289566201,41.98357453558374],[-72.52977989560432,41.983610535596526],[-72.52959789554696,41.9836465356093],[-72.5291868954162,41.98370753563422],[-72.52880289529413,41.98376553565768],[-72.52835089514431,41.98372753566487],[-72.52798989501844,41.98358953564993],[-72.52762789487905,41.983222535590954],[-72.52742189478782,41.98280753551777],[-72.52735289476087,41.982730535505176],[-72.52728289473356,41.98265353549263],[-72.5269158946012,41.98243653546266],[-72.52691489460086,41.9824365354627],[-72.52674889453608,41.98225353543284],[-72.52668789450614,41.98207953540133],[-72.5266788944874,41.98180553534894],[-72.52676389451173,41.98174553533466],[-72.52685789453868,41.98168053531915],[-72.52720189464729,41.98161553529561],[-72.5272368946584,41.98160953529335],[-72.52760889477298,41.981489535258326],[-72.52756689474792,41.981292535221804],[-72.52736589466625,41.98101453517479],[-72.52654389439273,41.980927535184435],[-72.52651089438179,41.98092453518492],[-72.52616489426664,41.980887535188884],[-72.52535989401765,41.98112953526123],[-72.52496589390132,41.98134453531524],[-72.52456389379441,41.98176753540946],[-72.52427389371378,41.982012535465856],[-72.52284089326669,41.982376535581835],[-72.52247189315156,41.982470535611725],[-72.52158689288795,41.982912535725106],[-72.52146189284979,41.98295853573795],[-72.52106789272938,41.98310253577828],[-72.52082189264988,41.983117535789056],[-72.52055089256234,41.983134535801014],[-72.51842589186712,41.983115535865494],[-72.51836189184623,41.98311553586754],[-72.51762789160489,41.9830885358859],[-72.51728589149245,41.983075535894365],[-72.51657089125733,41.9830485359121],[-72.51627489115545,41.98295853590427],[-72.51594889104327,41.9828595358957],[-72.51580289099306,41.9828155358919],[-72.5153728908322,41.98246153583762],[-72.51555589087407,41.98215053577195],[-72.5157248909128,41.98186453571154],[-72.5157958909186,41.98156253565118],[-72.51586289092448,41.98128453559558],[-72.51569189084972,41.980956535537985],[-72.51515189065861,41.98070053550606],[-72.5139318902677,41.980832535570556],[-72.5123588897544,41.9808415356227],[-72.51128688939957,41.98076053564148],[-72.51127988939723,41.98075953564151],[-72.51047988913079,41.98067053565004],[-72.51011988901855,41.98076353567946],[-72.50969788889958,41.98109153575607],[-72.50955288885874,41.981204535782446],[-72.50934488881335,41.98159653586449],[-72.50969988895544,41.982050535940424],[-72.50980388899701,41.982182535962465],[-72.50970788897997,41.98243153601343],[-72.50862488863025,41.9825015360616],[-72.50790088840861,41.982759536134424],[-72.50729988824462,41.983321536261755],[-72.50707988818456,41.983526536308226],[-72.50688188812212,41.983565536322075],[-72.50678788809252,41.98358453632873],[-72.50647588798236,41.98344153631123],[-72.50641288794975,41.98323253627307],[-72.50641888794993,41.98320153626692],[-72.50639888794258,41.98318753626486],[-72.50636988790491,41.98269753617156],[-72.50621288782898,41.98226953609429],[-72.5060328877501,41.98192053603293],[-72.50590288770037,41.98179453601288],[-72.50564988760904,41.98164353599194],[-72.50550288755596,41.98155553597974],[-72.50540588751834,41.98145253596303],[-72.50533588749128,41.981379535951234],[-72.50523488743666,41.98100353588217],[-72.50523888743214,41.98090253586261],[-72.50404188698577,41.979940535715954],[-72.50396288694827,41.97973753567945],[-72.50447088709087,41.97933153558508],[-72.50465088713953,41.97915553554546],[-72.50466688712116,41.9787455354661],[-72.50420488694108,41.97823853538339],[-72.50368088676059,41.97807653536905],[-72.50366288675475,41.97807753536982],[-72.50203788623466,41.97826353545763],[-72.50146488605128,41.97832953548868],[-72.50114688594954,41.97836653550598],[-72.50080388584576,41.978510535544665],[-72.50063288580021,41.97868953558457],[-72.50070088584305,41.97904753565125],[-72.50070088585777,41.97930353570049],[-72.5005658858193,41.979401535723646],[-72.50040988577162,41.979458535739596],[-72.50000088564038,41.979499535760596],[-72.49982788558593,41.97953553577306],[-72.49972188555516,41.97960253578934],[-72.4996748855416,41.97963353579679],[-72.49958088552624,41.97990053585117],[-72.49970988557966,41.98009653588474],[-72.500000885678,41.98015353588637],[-72.50003388568908,41.980158535886275],[-72.50033188578912,41.98020553588579],[-72.50045588583036,41.9802185358843],[-72.50055888586706,41.980271535891184],[-72.50065088589987,41.98031953589748],[-72.50073188593498,41.98046953592374],[-72.5007448859406,41.98049353592793],[-72.50069888594484,41.98082853599382],[-72.50060888592778,41.98104253603787],[-72.50047288588517,41.98107453604838],[-72.50026888581571,41.98102553604549],[-72.50019888580754,41.98128053609677],[-72.5000278857569,41.98137153611975],[-72.49989088571496,41.98142053613357],[-72.49940688556711,41.98159853618329],[-72.49938988555684,41.98151653616807],[-72.49938288555275,41.98148553616234],[-72.49937788554939,41.98145553615673],[-72.49936388554133,41.981394536145444],[-72.49935788553763,41.98136453613986],[-72.4993118855104,41.98115253610057],[-72.49917588542938,41.9805165359826],[-72.49913088540248,41.98030453594328],[-72.49911088538676,41.98014453591315],[-72.49905088533953,41.979664535822764],[-72.49903088532378,41.97950453579263],[-72.49901488530459,41.979261535746396],[-72.49896988524819,41.9785365356084],[-72.49895488522941,41.97829553556253],[-72.4989548852293,41.97829353556216],[-72.49892888519825,41.97790153548758],[-72.49888088516896,41.977664535443544],[-72.49850688493943,41.975798535096615],[-72.49838388486359,41.97517853498131],[-72.49832688482904,41.97490153492985],[-72.4980588846656,41.97358153468452],[-72.49709088407438,41.96879853379544],[-72.49677888388301,41.96724253350608],[-72.49677088387827,41.96720553349922],[-72.49672988385326,41.967003533461664],[-72.49668888382861,41.96680753342527],[-72.49644388368013,41.96561653320398],[-72.49636288363085,41.96521953313019],[-72.49634588362063,41.96513853311516],[-72.4962958835904,41.96489653307019],[-72.49627988358058,41.96481653305531],[-72.49556888314933,41.96135353241177],[-72.49343888185699,41.950966530481026],[-72.49272988142671,41.947505529837535],[-72.49531388225772,41.947281529711724],[-72.5030658847511,41.946616529335614],[-72.50552888554331,41.94640552921616],[-72.50564988558196,41.946390529209395],[-72.50572088560457,41.9463805292052],[-72.50718588607224,41.946193529122304],[-72.51157688747396,41.945633528873906],[-72.51179388754322,41.94560552886156],[-72.51333088803386,41.945409528774604],[-72.51356888811165,41.94541052876719],[-72.51372388816237,41.9454125287626],[-72.51383388819835,41.94541352875927],[-72.51417188830827,41.94540552874691],[-72.5142828883433,41.9453845287393],[-72.5143898883771,41.94536452873203],[-72.51449988840905,41.94529552871523],[-72.51517188862354,41.94520952867716],[-72.51569688879113,41.94514252864742],[-72.51720088927834,41.945074528586176],[-72.51787888949802,41.945044528558675],[-72.51898488985384,41.94495152850535],[-72.52230489092202,41.94467452834566],[-72.52341189127824,41.94458352829269],[-72.52374989138741,41.94456252827781],[-72.52476489171521,41.94449952823316],[-72.52510389182477,41.944479528218444],[-72.52531989189391,41.9444555282069],[-72.52596689210121,41.944386528172885],[-72.52618389217075,41.94436352816151],[-72.52641389224395,41.94433052814779],[-72.52710389246361,41.94423252810681],[-72.52733489253721,41.94420052809325],[-72.5298598933452,41.943913527957086],[-72.53184889398158,41.94368652784963],[-72.53860689615108,41.94304152750884],[-72.54794689913012,41.9418165269735],[-72.548002899148,41.94180952697036],[-72.54779289910799,41.942305527072556],[-72.54778589911892,41.94253552711705],[-72.54768389909403,41.94268152714843],[-72.54744489902751,41.94288152719459],[-72.54722689897262,41.94316452725606],[-72.54711589894059,41.94323752727365],[-72.54698489890282,41.9433245272946],[-72.54673289884799,41.943801527394484],[-72.5464468987644,41.94397152743639],[-72.54650289878717,41.94404952744961],[-72.54653789880147,41.94409952745811],[-72.54702289896248,41.94414552745139],[-72.54739789909367,41.94429752746863],[-72.54762989919082,41.944669527532774],[-72.5474048991366,41.945003527604285],[-72.54748789917616,41.945220527643386],[-72.547767899275,41.94534952765923],[-72.5482788994201,41.94497152757008],[-72.54845089947753,41.94499352756881],[-72.54839189947184,41.94522952761611],[-72.54841289949775,41.94556052767915],[-72.54801189936671,41.94555852769162],[-72.54796389935105,41.94555852769317],[-72.54785189931746,41.94561052770676],[-72.54798489937096,41.94578552773618],[-72.54885489966503,41.945959527741756],[-72.54902589973182,41.946149527772825],[-72.54916989978791,41.9463075277986],[-72.54941289987545,41.94644952781815],[-72.55041290022658,41.94687752786844],[-72.5504779002587,41.947066527902734],[-72.5503219002115,41.94713152792023],[-72.55001290010813,41.947088527921885],[-72.54944889991954,41.947011527925156],[-72.54936389989605,41.94708552794212],[-72.549577899978,41.947295527975676],[-72.54962089999913,41.94741852799797],[-72.54978690006865,41.94768452804383],[-72.54990690011583,41.94782352806671],[-72.55002090016215,41.947981528093486],[-72.5496959000672,41.94817552814124],[-72.54954990002847,41.94833052817575],[-72.54964190007296,41.94858152822109],[-72.54988290015855,41.94870152823646],[-72.550144900227,41.948404528170904],[-72.55030490027804,41.94838352816171],[-72.55068290041969,41.94870052821061],[-72.55147790069786,41.94902352824726],[-72.55166890076318,41.94907452825094],[-72.55190990084981,41.94921252826975],[-72.55198590091143,41.94985152839029],[-72.55189490089109,41.95001452842456],[-72.5518209008747,41.95014952845291],[-72.55183990089255,41.950351528491176],[-72.55216990102535,41.95078652856431],[-72.55235690111671,41.95131252865951],[-72.55252090118765,41.951614528712355],[-72.55259890122647,41.95184652875451],[-72.55254990124854,41.95250752888325],[-72.5526179012841,41.95273952892572],[-72.55295390140026,41.95285152893649],[-72.55352590160304,41.95312952897161],[-72.55417190182163,41.953262528976474],[-72.55437990189664,41.953385528993465],[-72.554491901946,41.95360752903258],[-72.5544679019452,41.95372952905683],[-72.55412590182523,41.9535855290401],[-72.55393490176054,41.95354552903853],[-72.5538729017456,41.95363752905823],[-72.55404490181938,41.9539435291116],[-72.5540499018318,41.954130529147406],[-72.55397290181403,41.95425852917451],[-72.55395690181686,41.95439852920195],[-72.55422090193407,41.954936529296994],[-72.55439190199445,41.9550155293067],[-72.55444590201185,41.9550115293042],[-72.5549059021624,41.95501752929058],[-72.5551399022566,41.95532652934252],[-72.55506690224516,41.955541529386224],[-72.55493290220548,41.95561252940422],[-72.55477890216592,41.955798529444955],[-72.55479390217295,41.95583552945158],[-72.55482890218944,41.95592352946739],[-72.55486690220715,41.956015529483864],[-72.55490490222043,41.95603052948553],[-72.55515190230685,41.956130529496846],[-72.55539190237731,41.95599352946278],[-72.55541490237192,41.955769529418944],[-72.55556890241616,41.9556645293938],[-72.55594190255142,41.95589852942685],[-72.5561409026401,41.95630952949953],[-72.5559899026321,41.957026529642334],[-72.55596690263312,41.95717452967155],[-72.55615090270646,41.95740452970988],[-72.55672690293504,41.95810752982664],[-72.55724990311037,41.958186529825035],[-72.55751990322638,41.958669529909294],[-72.55811990347179,41.95952853005528],[-72.55811190349834,41.960034530152896],[-72.55875790371884,41.96020053016409],[-72.55874690372288,41.96033253018983],[-72.55848990365,41.96052453023503],[-72.55837390362124,41.96068253026914],[-72.55885390380413,41.96113653034106],[-72.5593269039938,41.961747530443425],[-72.55946490404568,41.96186553046168],[-72.55970890411568,41.96169753042153],[-72.55975390412046,41.96152553038699],[-72.55934990397446,41.96128153035304],[-72.55933490396409,41.96118653033524],[-72.55992990415284,41.96109053029767],[-72.56018190423714,41.961125530296314],[-72.56034990430585,41.96136553033709],[-72.56018190428668,41.96198453046156],[-72.56005990426303,41.962265530519524],[-72.56041790440962,41.962780530607105],[-72.56042590442455,41.962994530648],[-72.5602579043776,41.963131530679746],[-72.55975390419943,41.962895530650535],[-72.55960890414941,41.96284953064635],[-72.55948690411465,41.96293753066719],[-72.55966990419044,41.963215530714805],[-72.55974690421932,41.96328053072482],[-72.55983790426734,41.963597530782884],[-72.55965490422382,41.963879530843],[-72.55908290404626,41.96403953089216],[-72.55849590387459,41.96438653097773],[-72.55829690382038,41.96457353102011],[-72.55793890371605,41.96479153107354],[-72.5574429035576,41.964852531101194],[-72.55697690341222,41.96497053113886],[-72.55687790340583,41.965420531228595],[-72.5567479033731,41.96558853126508],[-72.55647390329175,41.96572953130099],[-72.5559849031305,41.96570253131151],[-72.55569590303791,41.965733531326755],[-72.5557569030719,41.96597753137171],[-72.55555790302425,41.96627853143601],[-72.55546690300163,41.96640153146258],[-72.55553490303589,41.9666105315006],[-72.55579490312235,41.96663753149744],[-72.55580990311076,41.96635153144194],[-72.55593190314599,41.966271531422656],[-72.55613790321765,41.96634753143064],[-72.55614590322112,41.96636253143327],[-72.55616890322847,41.96635953143197],[-72.55638990330499,41.96643553143949],[-72.55645090334117,41.96671753149177],[-72.5561149032442,41.966938531545054],[-72.55591690319649,41.96723253160798],[-72.55533690300402,41.96717953161641],[-72.55502390290205,41.96718353162722],[-72.55495590288618,41.967293531650576],[-72.55523790299716,41.96762153170461],[-72.55542890307713,41.96792653175713],[-72.55535090305983,41.96806853178695],[-72.55479490287955,41.968090531809025],[-72.55452090277538,41.96783553176878],[-72.55416190265063,41.967705531755314],[-72.55400890260046,41.967701531759445],[-72.55400190260721,41.96785853178987],[-72.55400890261983,41.96803753182408],[-72.55399390261601,41.96805653182821],[-72.5540089026227,41.96808753183369],[-72.55401690263368,41.968232531861325],[-72.55344490245783,41.968422531916225],[-72.55342190247806,41.96890353200948],[-72.55400190267997,41.96912053203259],[-72.5543379027774,41.96890753198084],[-72.55453590283832,41.96884253196199],[-72.55461190287237,41.96900253199032],[-72.55451290286358,41.96941053207196],[-72.55419990276908,41.96954453210779],[-72.55407090273619,41.96970453214271],[-72.55458890290933,41.96977353213934],[-72.55478790298218,41.969910532159304],[-72.55478790299009,41.97004753218566],[-72.55448990289676,41.9701165322085],[-72.55395390271487,41.96999753220282],[-72.55351390257054,41.969986532214826],[-72.55344490255065,41.97003253222588],[-72.55339190253905,41.97013153224663],[-72.55336890253817,41.97024653226949],[-72.55361990262759,41.97037553228623],[-72.55423090284077,41.9706125323122],[-72.55432990288693,41.97085253235518],[-72.55406290282109,41.971222532434915],[-72.55336890259974,41.9713145324749],[-72.55310690252145,41.97144053250754],[-72.55278890243716,41.97177953258294],[-72.55271990242828,41.97201653263075],[-72.55299490254185,41.97242853270115],[-72.55300190256415,41.97277553276765],[-72.55267390246492,41.972912532804536],[-72.55254490242874,41.9730155328285],[-72.55251390242299,41.9730915328441],[-72.55252190242652,41.97310753284692],[-72.55250590242154,41.973111532848215],[-72.55242990240681,41.973286532884295],[-72.55265090248554,41.973400532899134],[-72.55313190264003,41.973355532875026],[-72.55345290275454,41.97352353289702],[-72.55353590279724,41.97379353294629],[-72.5533859027725,41.97421453303207],[-72.55328490274493,41.97430853305338],[-72.55317990270993,41.974295533054246],[-72.55316290270426,41.97429353305442],[-72.55293390260547,41.97387753298178],[-72.55261290249338,41.973751532967846],[-72.55238390240653,41.97354253293501],[-72.55220890234251,41.973423532917735],[-72.55210990231089,41.97343553292322],[-72.55208690232472,41.97380553299512],[-72.55203290231567,41.97395453302551],[-72.55168290219912,41.973915533029256],[-72.55150690215687,41.974179533085675],[-72.55146090214511,41.97423653309811],[-72.55175890225917,41.97452653314431],[-72.55178190228028,41.974762533188944],[-72.55165190223852,41.97477453319542],[-72.55159890222076,41.97476653319561],[-72.55156790221108,41.97477453319812],[-72.5514379021684,41.974770533201536],[-72.55103390203733,41.97478553321739],[-72.55083590197071,41.974751533217216],[-72.55071390191634,41.974499533172676],[-72.55049990184777,41.974522533183986],[-72.55043090183798,41.97474353322868],[-72.55017190177253,41.975075533300846],[-72.55029390181964,41.97520153332115],[-72.55081290198125,41.97506453327815],[-72.55097290203945,41.97516753329281],[-72.55090390203159,41.97542253334407],[-72.55054590194352,41.975922533451715],[-72.55023290185623,41.97618153351158],[-72.55005690180226,41.97624253352895]]]},"properties":{"name":4810,"geoid":"09003481000"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.61223392093046,41.955904527618515],[-72.61211392094779,41.956882527810485],[-72.61175392099979,41.95981652838642],[-72.61163492101751,41.96079552857855],[-72.61138892096487,41.961274528678594],[-72.61114392091264,41.961754528778805],[-72.61046092076687,41.96309052905773],[-72.61037192074775,41.96326252909368],[-72.60977792062108,41.96442652933665],[-72.60953392056899,41.96490352943624],[-72.60788692037026,41.9707685306171],[-72.60778292035752,41.971135530691],[-72.60746092031893,41.9722865309227],[-72.60703392026727,41.97380453122832],[-72.60695292024053,41.97379953122995],[-72.60687192021379,41.973794531231604],[-72.60669692015603,41.97378353123511],[-72.60611091996262,41.97374753124707],[-72.60568591982233,41.97372153125575],[-72.60534891971113,41.97370153126276],[-72.60529391969337,41.973704531265106],[-72.60513091964062,41.973712531271886],[-72.6050769196232,41.97371653127439],[-72.60497691958962,41.97370053127453],[-72.60467691948897,41.97365353127516],[-72.60457691945544,41.973638531275505],[-72.60451091944684,41.973862531320684],[-72.60431491942175,41.97453553145639],[-72.60425091941386,41.974760531501715],[-72.60420491939952,41.9747725315055],[-72.6039309193097,41.97476653151317],[-72.60321491907027,41.97466853151739],[-72.60317991905862,41.974664531517725],[-72.60172191857197,41.97448153152947],[-72.6001079180338,41.97428853154431],[-72.59929591776311,41.97419253155199],[-72.59907291768876,41.974165531553965],[-72.59868491755927,41.97411753155723],[-72.5975219171714,41.973976531567544],[-72.59713491704233,41.97392953157096],[-72.59681091693398,41.973885531572925],[-72.59583991660931,41.973753531578794],[-72.5955169165013,41.97370953158073],[-72.59528791642485,41.97368053158251],[-72.59460091619566,41.97359653158848],[-72.59437191611927,41.973568531590466],[-72.59396191598245,41.97351753159384],[-72.59284691561041,41.97337953160318],[-72.59273291557255,41.97336853160472],[-72.59232191543622,41.97333153161083],[-72.59235991543272,41.973056531556736],[-72.59247491542278,41.97223453139498],[-72.59251391541969,41.97196053134102],[-72.59158791511074,41.9718465313489],[-72.59052491475613,41.971716531358105],[-72.59034691469627,41.97168653135805],[-72.59013191462326,41.97163753135554],[-72.58983891452162,41.97153453134516],[-72.58962391444479,41.97141953132997],[-72.58913091426255,41.971051531275066],[-72.589008914217,41.97095253125994],[-72.58862891407519,41.97064553121312],[-72.58829191394852,41.97035753116858],[-72.58819191391055,41.97026553115411],[-72.58811491388136,41.970195531143126],[-72.58787391379218,41.97001353111588],[-72.58776591375222,41.969932531103765],[-72.58703091348008,41.96937553102029],[-72.58673391336946,41.96913953098444],[-72.58584591303898,41.96843753087801],[-72.58501091272875,41.96778653077967],[-72.58366991222941,41.966721530617974],[-72.58265191185038,41.96591353049529],[-72.58195191158973,41.96535753041086],[-72.58113791128658,41.96471053031259],[-72.5806389111013,41.9643235302542],[-72.57982491080104,41.963725530165334],[-72.57910591053573,41.963196530086705],[-72.57859491034621,41.96280353002754],[-72.57742590991276,41.961906529892566],[-72.57704490977353,41.961649529855386],[-72.57651190957873,41.961289529803274],[-72.57463790889156,41.959984529612456],[-72.57397290864887,41.959541529548616],[-72.57273790819686,41.95869552942554],[-72.57236890805981,41.95840852938221],[-72.57232990805832,41.95860352942094],[-72.57115590762932,41.95781152930631],[-72.57113290761113,41.95762652927145],[-72.57101490756881,41.95756052926256],[-72.57040590735181,41.957245529221524],[-72.57006390722994,41.95706852919845],[-72.56904090686542,41.95653952912954],[-72.56869990674393,41.95636352910663],[-72.56817590655722,41.95609252907133],[-72.56733490625761,41.95565852901485],[-72.56660690599817,41.955281528965685],[-72.56608390581184,41.95501152893055],[-72.56586290573306,41.95489652891551],[-72.56519990549687,41.954554528871014],[-72.56497890541813,41.954440528856175],[-72.56471390532418,41.95431152883986],[-72.56392190504346,41.953927528791425],[-72.56365790494988,41.95379952877527],[-72.56320190478587,41.95353752873951],[-72.5630249047239,41.95346452873113],[-72.56246190452676,41.95323352870476],[-72.56220990444051,41.95316452869958],[-72.56196090435765,41.95313752870238],[-72.56152690421561,41.95313152871516],[-72.56093090402204,41.95314952873776],[-72.56086990400225,41.9531515287401],[-72.56021590379078,41.95318752876803],[-72.56074090395062,41.952986528712486],[-72.56148590417749,41.95270252863394],[-72.56228690441661,41.952313528533374],[-72.56279390456804,41.95206852846996],[-72.56309090465965,41.951975528442524],[-72.56398390493536,41.95170052836093],[-72.56428190502737,41.95160852833365],[-72.56432890504225,41.95160052833061],[-72.564472905088,41.951578528321754],[-72.56452090510327,41.951571528318865],[-72.56478690518612,41.951502528297056],[-72.56558490543492,41.95129852823217],[-72.56585190551817,41.951230528210516],[-72.56552090537893,41.95068952811704],[-72.56542790533982,41.95053752809078],[-72.56470790503991,41.94941252789742],[-72.56448990495046,41.949095527843426],[-72.56413090480324,41.94857452775471],[-72.56473890499836,41.94851552772382],[-72.56656390558418,41.94834152763173],[-72.56717290577973,41.9482845276012],[-72.56741390585725,41.94826452758963],[-72.56742290586018,41.94826452758933],[-72.56779590598127,41.94825252757505],[-72.56809490607866,41.94824852756469],[-72.56813890609314,41.94825052756365],[-72.56838090617283,41.94826252755819],[-72.56872390628655,41.94829252755295],[-72.5689059063465,41.94830152754883],[-72.56988390666892,41.94835552752782],[-72.57048390686808,41.948412527519515],[-72.57058990690334,41.94842352751823],[-72.57100590704313,41.94849252751815],[-72.57121890711429,41.94852052751669],[-72.57185790732792,41.94860752751289],[-72.57207190739945,41.94863652751161],[-72.57378390796451,41.948742527477],[-72.57561590856989,41.9488685274424],[-72.57786090931388,41.94906052740721],[-72.5784819095197,41.94911352739747],[-72.57874890960818,41.949136527393314],[-72.57955190987433,41.94920552738079],[-72.5798199099632,41.949229527376794],[-72.58008791005275,41.94926552737511],[-72.58024191010428,41.949286527374205],[-72.5808849103225,41.949430527381246],[-72.58114991041246,41.94949052738428],[-72.5813669104865,41.94954552738788],[-72.58202091070963,41.94971252739901],[-72.58223891078404,41.94976852740276],[-72.58440091151887,41.95027152743008],[-72.5849949117208,41.95041052743772],[-72.58557291191396,41.950487527433964],[-72.58597891204863,41.95052452742803],[-72.58690191235338,41.95058352740971],[-72.5876479125964,41.95057452738399],[-72.58934991314973,41.95053452732157],[-72.59103791369921,41.950506527261915],[-72.59138991381383,41.950501527249656],[-72.59245591416183,41.95050152721537],[-72.59297291433333,41.950548527207786],[-72.5932539144272,41.950585527205874],[-72.59356791453207,41.95062652720367],[-72.59381491461454,41.95065852720189],[-72.59422091475022,41.950712527199215],[-72.59450991484654,41.95074652719646],[-72.59482491495157,41.95078452719364],[-72.59536191513051,41.95084752718849],[-72.59614491539148,41.9509405271812],[-72.59697191566775,41.951049527175584],[-72.59750891584721,41.95112152717216],[-72.59800291601248,41.95119052716955],[-72.59811591605028,41.95120652716899],[-72.59949491650804,41.951337527149846],[-72.59999291667339,41.95138552714306],[-72.60027991676856,41.95141152713883],[-72.60114391705513,41.95148952712606],[-72.60143191715065,41.95151552712178],[-72.60136891714474,41.95176952717267],[-72.6013569171437,41.951819527182685],[-72.60126491713736,41.952229527264514],[-72.60120191713462,41.952538527325984],[-72.60114991713253,41.952796527377295],[-72.60112991713137,41.95288952739583],[-72.6011059171307,41.95301352742046],[-72.60107291712904,41.95317152745192],[-72.6010549171286,41.95326552747058],[-72.60100391712967,41.95357252753128],[-72.60095591713109,41.953868527589776],[-72.6008659171381,41.95449852771386],[-72.60085691713917,41.954568527727616],[-72.60079691713312,41.954802527774554],[-72.60075591712908,41.95496452780704],[-72.60071091713316,41.95528952787101],[-72.60055691714778,41.95641352809218],[-72.60051491715423,41.956762528160674],[-72.60045691716375,41.95725552825736],[-72.60041491716743,41.95755652831661],[-72.6002899171789,41.95846152849471],[-72.60026491718152,41.958648528531484],[-72.60024391718123,41.9587625285541],[-72.60014091717937,41.95931252866319],[-72.60012391718094,41.959435528687415],[-72.60003091719017,41.960121528822356],[-72.59997891719543,41.960506528898065],[-72.5999259171894,41.960701528937285],[-72.59984691717383,41.960878528973886],[-72.59974691714898,41.96101352900306],[-72.59967691712907,41.961064529015125],[-72.59937291703622,41.96117552904623],[-72.59872991683986,41.961410529112136],[-72.59965791715584,41.96163552912556],[-72.59989191723554,41.96169252912899],[-72.60039791740826,41.96182252913771],[-72.60073891752343,41.96188952913963],[-72.60106391763173,41.961927529136474],[-72.601854917893,41.961979529121024],[-72.60248791810244,41.96202752910989],[-72.60265891815901,41.96204052910689],[-72.60343691841874,41.9621395291009],[-72.60389391857129,41.962197529097345],[-72.60425491869186,41.96224452909476],[-72.6047639188645,41.96235652909993],[-72.60507791897327,41.96246452911059],[-72.60522891902671,41.962536529119575],[-72.60557391914892,41.96270252914041],[-72.60564191917356,41.9627445291463],[-72.60561691911948,41.96194952899418],[-72.60562191908448,41.9613155288721],[-72.60562791904924,41.96067152874805],[-72.6056969189605,41.958745528375374],[-72.60573191891989,41.95784452820094],[-72.60577591890139,41.95727552809007],[-72.60579991889519,41.95703252804256],[-72.60584091888542,41.95663152796411],[-72.60594391887544,41.955876527815555],[-72.60596591886743,41.955613527764264],[-72.60612591891972,41.9556145277593],[-72.60660791907729,41.955618527744555],[-72.60676891912999,41.95562052773976],[-72.60743391934876,41.95564952772394],[-72.60781391947378,41.95566652771498],[-72.60879491979757,41.95572752769515],[-72.60941492000222,41.95576652768269],[-72.60942892000678,41.95576652768224],[-72.61009492022629,41.95580252766773],[-72.61052192036684,41.95582252765785],[-72.61180592078952,41.955883527628245],[-72.61223392093046,41.955904527618515]]]},"properties":{"name":4812,"geoid":"09003481200"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.56021590379078,41.95318752876803],[-72.5597519036433,41.953257528796385],[-72.55920090346675,41.95331552882524],[-72.5584959032381,41.95334252885308],[-72.5579799030737,41.9534135288833],[-72.55747890291732,41.95353852892344],[-72.55673890269212,41.95382352900203],[-72.55452390203503,41.954971529294006],[-72.55444590201185,41.9550115293042],[-72.55439190199445,41.9550155293067],[-72.55422090193407,41.954936529296994],[-72.55395690181686,41.95439852920195],[-72.55397290181403,41.95425852917451],[-72.5540499018318,41.954130529147406],[-72.55404490181938,41.9539435291116],[-72.5538729017456,41.95363752905823],[-72.55393490176054,41.95354552903853],[-72.55412590182523,41.9535855290401],[-72.5544679019452,41.95372952905683],[-72.554491901946,41.95360752903258],[-72.55437990189664,41.953385528993465],[-72.55417190182163,41.953262528976474],[-72.55352590160304,41.95312952897161],[-72.55295390140026,41.95285152893649],[-72.5526179012841,41.95273952892572],[-72.55254990124854,41.95250752888325],[-72.55259890122647,41.95184652875451],[-72.55252090118765,41.951614528712355],[-72.55235690111671,41.95131252865951],[-72.55216990102535,41.95078652856431],[-72.55183990089255,41.950351528491176],[-72.5518209008747,41.95014952845291],[-72.55189490089109,41.95001452842456],[-72.55198590091143,41.94985152839029],[-72.55190990084981,41.94921252826975],[-72.55166890076318,41.94907452825094],[-72.55147790069786,41.94902352824726],[-72.55068290041969,41.94870052821061],[-72.55030490027804,41.94838352816171],[-72.550144900227,41.948404528170904],[-72.54988290015855,41.94870152823646],[-72.54964190007296,41.94858152822109],[-72.54954990002847,41.94833052817575],[-72.5496959000672,41.94817552814124],[-72.55002090016215,41.947981528093486],[-72.54990690011583,41.94782352806671],[-72.54978690006865,41.94768452804383],[-72.54962089999913,41.94741852799797],[-72.549577899978,41.947295527975676],[-72.54936389989605,41.94708552794212],[-72.54944889991954,41.947011527925156],[-72.55001290010813,41.947088527921885],[-72.5503219002115,41.94713152792023],[-72.5504779002587,41.947066527902734],[-72.55041290022658,41.94687752786844],[-72.54941289987545,41.94644952781815],[-72.54916989978791,41.9463075277986],[-72.54902589973182,41.946149527772825],[-72.54885489966503,41.945959527741756],[-72.54798489937096,41.94578552773618],[-72.54785189931746,41.94561052770676],[-72.54796389935105,41.94555852769317],[-72.54801189936671,41.94555852769162],[-72.54841289949775,41.94556052767915],[-72.54839189947184,41.94522952761611],[-72.54845089947753,41.94499352756881],[-72.5482788994201,41.94497152757008],[-72.547767899275,41.94534952765923],[-72.54748789917616,41.945220527643386],[-72.5474048991366,41.945003527604285],[-72.54762989919082,41.944669527532774],[-72.54739789909367,41.94429752746863],[-72.54702289896248,41.94414552745139],[-72.54653789880147,41.94409952745811],[-72.54650289878717,41.94404952744961],[-72.5464468987644,41.94397152743639],[-72.54673289884799,41.943801527394484],[-72.54698489890282,41.9433245272946],[-72.54711589894059,41.94323752727365],[-72.54722689897262,41.94316452725606],[-72.54744489902751,41.94288152719459],[-72.54768389909403,41.94268152714843],[-72.54778589911892,41.94253552711705],[-72.54779289910799,41.942305527072556],[-72.548002899148,41.94180952697036],[-72.54811589918408,41.94179552696404],[-72.55037989990714,41.94151552683752],[-72.55751390218565,41.94063552643922],[-72.5598919029452,41.94034352630671],[-72.56291990391716,41.94005552615408],[-72.57200390683306,41.939192525696335],[-72.57503290780535,41.93890552554381],[-72.57549890795474,41.9388575255196],[-72.57689990840375,41.93871252544669],[-72.5773679085538,41.93866552542262],[-72.57997890939296,41.93843652529467],[-72.58781191191044,41.93775052491096],[-72.59042391274991,41.93752252478314],[-72.59168091315293,41.93739552471828],[-72.59545091436173,41.93701752452435],[-72.5967089147651,41.93689152445965],[-72.59695391484341,41.936862524446184],[-72.59769191507928,41.93677552440571],[-72.59773891509433,41.93677052440325],[-72.5978389151263,41.93675852439772],[-72.59793791515797,41.93674752439242],[-72.59890891547104,41.93668052434832],[-72.60182291641058,41.936478524215715],[-72.60279491672405,41.93641252417177],[-72.60301391679448,41.93639452416126],[-72.60367291700642,41.93633952412948],[-72.60389291707726,41.936322524119134],[-72.60413891715575,41.93629152410526],[-72.60693291805701,41.9361055239796],[-72.60713191811872,41.936049523962424],[-72.6075129182367,41.935938523928804],[-72.60763391827427,41.93590552391855],[-72.60776391831635,41.93589952391322],[-72.60969991893968,41.93575052382227],[-72.6099949190351,41.935735523809896],[-72.61040791916862,41.93571352379238],[-72.61043391917708,41.93571252379135],[-72.61055391921457,41.9356835237819],[-72.6106829192554,41.935661523773504],[-72.61138991947878,41.93553352372614],[-72.61151591951909,41.93551952371938],[-72.6116379195574,41.93549352371047],[-72.61194291965384,41.935439523690256],[-72.61216591972408,41.9353955236746],[-72.61229091976496,41.935396523670775],[-72.6154349207801,41.93520552353286],[-72.61587292091995,41.93515152350838],[-72.61718892134019,41.93499052343503],[-72.61762792148042,41.93493752341071],[-72.61816592165295,41.9348845233832],[-72.6197819221712,41.9347255233006],[-72.62032092234412,41.93467352327325],[-72.62052992241124,41.93465452326286],[-72.62115892261336,41.93459952323204],[-72.62136892268086,41.93458152322181],[-72.62178192281243,41.93452552319773],[-72.62302092320722,41.934359523125906],[-72.62343492333923,41.93430552310218],[-72.62153992282663,41.93613952351615],[-72.61986292237309,41.93776452388285],[-72.61629092140696,41.94122452466363],[-72.6158589212901,41.941642524757974],[-72.61563492122956,41.94186052480713],[-72.61497792105176,41.942495524950466],[-72.61447092091463,41.942986525061244],[-72.61396492077775,41.94347652517181],[-72.61379192076168,41.944176525312066],[-72.61375392075831,41.94433252534332],[-72.6135429207388,41.94518752551462],[-72.61332292071872,41.9460835256941],[-72.61327392071397,41.9462785257332],[-72.61310192069831,41.946979525873594],[-72.61292792074454,41.94876352622243],[-72.61240692088377,41.95411852726939],[-72.61223392093046,41.955904527618515],[-72.61180592078952,41.955883527628245],[-72.61052192036684,41.95582252765785],[-72.61009492022629,41.95580252766773],[-72.60942892000678,41.95576652768224],[-72.60941492000222,41.95576652768269],[-72.60879491979757,41.95572752769515],[-72.60781391947378,41.95566652771498],[-72.60743391934876,41.95564952772394],[-72.60676891912999,41.95562052773976],[-72.60660791907729,41.955618527744555],[-72.60612591891972,41.9556145277593],[-72.60596591886743,41.955613527764264],[-72.60594391887544,41.955876527815555],[-72.60584091888542,41.95663152796411],[-72.60579991889519,41.95703252804256],[-72.60577591890139,41.95727552809007],[-72.60573191891989,41.95784452820094],[-72.6056969189605,41.958745528375374],[-72.60562791904924,41.96067152874805],[-72.60562191908448,41.9613155288721],[-72.60561691911948,41.96194952899418],[-72.60564191917356,41.9627445291463],[-72.60557391914892,41.96270252914041],[-72.60522891902671,41.962536529119575],[-72.60507791897327,41.96246452911059],[-72.6047639188645,41.96235652909993],[-72.60425491869186,41.96224452909476],[-72.60389391857129,41.962197529097345],[-72.60343691841874,41.9621395291009],[-72.60265891815901,41.96204052910689],[-72.60248791810244,41.96202752910989],[-72.601854917893,41.961979529121024],[-72.60106391763173,41.961927529136474],[-72.60073891752343,41.96188952913963],[-72.60039791740826,41.96182252913771],[-72.59989191723554,41.96169252912899],[-72.59965791715584,41.96163552912556],[-72.59872991683986,41.961410529112136],[-72.59937291703622,41.96117552904623],[-72.59967691712907,41.961064529015125],[-72.59974691714898,41.96101352900306],[-72.59984691717383,41.960878528973886],[-72.5999259171894,41.960701528937285],[-72.59997891719543,41.960506528898065],[-72.60003091719017,41.960121528822356],[-72.60012391718094,41.959435528687415],[-72.60014091717937,41.95931252866319],[-72.60024391718123,41.9587625285541],[-72.60026491718152,41.958648528531484],[-72.6002899171789,41.95846152849471],[-72.60041491716743,41.95755652831661],[-72.60045691716375,41.95725552825736],[-72.60051491715423,41.956762528160674],[-72.60055691714778,41.95641352809218],[-72.60071091713316,41.95528952787101],[-72.60075591712908,41.95496452780704],[-72.60079691713312,41.954802527774554],[-72.60085691713917,41.954568527727616],[-72.6008659171381,41.95449852771386],[-72.60095591713109,41.953868527589776],[-72.60100391712967,41.95357252753128],[-72.6010549171286,41.95326552747058],[-72.60107291712904,41.95317152745192],[-72.6011059171307,41.95301352742046],[-72.60112991713137,41.95288952739583],[-72.60114991713253,41.952796527377295],[-72.60120191713462,41.952538527325984],[-72.60126491713736,41.952229527264514],[-72.6013569171437,41.951819527182685],[-72.60136891714474,41.95176952717267],[-72.60143191715065,41.95151552712178],[-72.60114391705513,41.95148952712606],[-72.60027991676856,41.95141152713883],[-72.59999291667339,41.95138552714306],[-72.59949491650804,41.951337527149846],[-72.59811591605028,41.95120652716899],[-72.59800291601248,41.95119052716955],[-72.59750891584721,41.95112152717216],[-72.59697191566775,41.951049527175584],[-72.59614491539148,41.9509405271812],[-72.59536191513051,41.95084752718849],[-72.59482491495157,41.95078452719364],[-72.59450991484654,41.95074652719646],[-72.59422091475022,41.950712527199215],[-72.59381491461454,41.95065852720189],[-72.59356791453207,41.95062652720367],[-72.5932539144272,41.950585527205874],[-72.59297291433333,41.950548527207786],[-72.59245591416183,41.95050152721537],[-72.59138991381383,41.950501527249656],[-72.59103791369921,41.950506527261915],[-72.58934991314973,41.95053452732157],[-72.5876479125964,41.95057452738399],[-72.58690191235338,41.95058352740971],[-72.58597891204863,41.95052452742803],[-72.58557291191396,41.950487527433964],[-72.5849949117208,41.95041052743772],[-72.58440091151887,41.95027152743008],[-72.58223891078404,41.94976852740276],[-72.58202091070963,41.94971252739901],[-72.5813669104865,41.94954552738788],[-72.58114991041246,41.94949052738428],[-72.5808849103225,41.949430527381246],[-72.58024191010428,41.949286527374205],[-72.58008791005275,41.94926552737511],[-72.5798199099632,41.949229527376794],[-72.57955190987433,41.94920552738079],[-72.57874890960818,41.949136527393314],[-72.5784819095197,41.94911352739747],[-72.57786090931388,41.94906052740721],[-72.57561590856989,41.9488685274424],[-72.57378390796451,41.948742527477],[-72.57207190739945,41.94863652751161],[-72.57185790732792,41.94860752751289],[-72.57121890711429,41.94852052751669],[-72.57100590704313,41.94849252751815],[-72.57058990690334,41.94842352751823],[-72.57048390686808,41.948412527519515],[-72.56988390666892,41.94835552752782],[-72.5689059063465,41.94830152754883],[-72.56872390628655,41.94829252755295],[-72.56838090617283,41.94826252755819],[-72.56813890609314,41.94825052756365],[-72.56809490607866,41.94824852756469],[-72.56779590598127,41.94825252757505],[-72.56742290586018,41.94826452758933],[-72.56741390585725,41.94826452758963],[-72.56717290577973,41.9482845276012],[-72.56656390558418,41.94834152763173],[-72.56473890499836,41.94851552772382],[-72.56413090480324,41.94857452775471],[-72.56448990495046,41.949095527843426],[-72.56470790503991,41.94941252789742],[-72.56542790533982,41.95053752809078],[-72.56552090537893,41.95068952811704],[-72.56585190551817,41.951230528210516],[-72.56558490543492,41.95129852823217],[-72.56478690518612,41.951502528297056],[-72.56452090510327,41.951571528318865],[-72.564472905088,41.951578528321754],[-72.56432890504225,41.95160052833061],[-72.56428190502737,41.95160852833365],[-72.56398390493536,41.95170052836093],[-72.56309090465965,41.951975528442524],[-72.56279390456804,41.95206852846996],[-72.56228690441661,41.952313528533374],[-72.56148590417749,41.95270252863394],[-72.56074090395062,41.952986528712486],[-72.56021590379078,41.95318752876803]]]},"properties":{"name":4813,"geoid":"09003481300"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.87925698532274,41.56316044311776],[-72.87918998530924,41.563305443148074],[-72.8791969853172,41.563404443167045],[-72.87929598535287,41.56346544317571],[-72.87950998542483,41.563507443176945],[-72.87985298553764,41.56353044317033],[-72.88031098568891,41.563572443163686],[-72.88110498595047,41.56363344314988],[-72.88166898614146,41.56376744315767],[-72.88211898629865,41.563958443180226],[-72.8824089864038,41.56414844320772],[-72.8827369865253,41.56440844324761],[-72.88309598666645,41.564835443318884],[-72.88327898675479,41.56533944341079],[-72.88338598680373,41.56558644345528],[-72.88368498695726,41.56657044363661],[-72.88364798696625,41.56693744370904],[-72.88359098696469,41.56723344376833],[-72.88360998697745,41.56734844379002],[-72.88371198701523,41.56742944380245],[-72.88383898705811,41.56745744380378],[-72.88408698713403,41.567375443779866],[-72.8846239872887,41.56702844369515],[-72.8848439873435,41.56673644363137],[-72.88486698733448,41.566448443574735],[-72.88497298736704,41.566415443564914],[-72.88511298741368,41.566435443564274],[-72.88561098758365,41.566576443575535],[-72.88582898766126,41.566694443591395],[-72.88609498775298,41.56678644360067],[-72.88654998790139,41.566795443587715],[-72.88681798798974,41.56681744358332],[-72.88721198812274,41.566903443587286],[-72.88769498829383,41.56714944361942],[-72.88775998832408,41.56730844364819],[-72.88774198832824,41.56748344368272],[-72.88756498827506,41.5675594437032],[-72.88674698800834,41.567544443726725],[-72.88615298781313,41.56750744373873],[-72.88603198778023,41.56761944376438],[-72.88614398782623,41.567787443793364],[-72.88612698782977,41.56794544382457],[-72.88589198775615,41.56799344384148],[-72.8854709876189,41.56798644385373],[-72.88535398758225,41.56801044386217],[-72.88536098759155,41.5681334438858],[-72.8854729876366,41.568284443911494],[-72.88563398769365,41.56836644392221],[-72.88578998775706,41.56858844396026],[-72.88584098778782,41.568835444006545],[-72.8859629878381,41.569021444038704],[-72.88611298789053,41.56908544404627],[-72.88641598798988,41.5691004440394],[-72.88668498807709,41.56909644402993],[-72.886776988111,41.56916644404054],[-72.8869749881851,41.56933644406714],[-72.88711298824062,41.569522444098766],[-72.8871349882544,41.56963844412057],[-72.88707698824089,41.56973144414049],[-72.8867039881247,41.569819444169624],[-72.88666698811609,41.569879444182476],[-72.88668198812789,41.57000044420547],[-72.88685698819668,41.57020844424017],[-72.8870099882518,41.570302444253464],[-72.88712698829112,41.57032444425396],[-72.8872519883311,41.570313444247795],[-72.88871398878621,41.56996244413242],[-72.88893298885488,41.56991844411682],[-72.88907998889985,41.56986944410254],[-72.88906098892187,41.570361444198646],[-72.88905498893007,41.570538444233186],[-72.88902898893289,41.570735444272245],[-72.88897998892631,41.57089844430548],[-72.88891898891565,41.57105844433849],[-72.88874598887689,41.571363444403275],[-72.88851898882281,41.57170744447738],[-72.88824898875872,41.57212044456624],[-72.88816298873873,41.57225944459599],[-72.88790598867934,41.57268044468599],[-72.88782098865971,41.57282044471591],[-72.88759498860782,41.57319644479617],[-72.88692098845337,41.57432444503683],[-72.88669698840215,41.574701445117235],[-72.88558698814141,41.57644744549189],[-72.8849879880008,41.57739144569442],[-72.88448898788437,41.57819044586557],[-72.88359598767948,41.579680446183524],[-72.88303198755949,41.58078544641614],[-72.88296098754644,41.58096044645238],[-72.8828819875348,41.58120544650247],[-72.88282898753138,41.581446446550956],[-72.88271098751937,41.58190644664401],[-72.88238598748683,41.58318144690186],[-72.8821999874682,41.58391144704951],[-72.88219498746773,41.58393144705355],[-72.88218398746777,41.58399444706611],[-72.88217998746767,41.584015447070335],[-72.88199498744552,41.58467844720493],[-72.88180798742331,41.58535144734152],[-72.88166298740988,41.58593944746027],[-72.8816009874062,41.586226447517966],[-72.88157298741187,41.586484447568914],[-72.8815659874217,41.586695447610076],[-72.88154998744417,41.58717844770428],[-72.88157898746532,41.58738244774292],[-72.88104298728143,41.587214447727646],[-72.88050398709656,41.58704644771248],[-72.88012198696505,41.5869184477],[-72.87974498683623,41.58680944769104],[-72.87942398673091,41.58679244769811],[-72.87941698672861,41.586792447698336],[-72.87886798655393,41.58685844772889],[-72.87873498651172,41.58687644773666],[-72.87833798638574,41.58693044775997],[-72.87820598634393,41.586949447767914],[-72.87808998630702,41.58696344777438],[-72.87774198619641,41.58700744779416],[-72.87762698615994,41.58702344780099],[-72.87713698600419,41.58708544782884],[-72.87566798553739,41.58727344791278],[-72.87517898538208,41.587337447940996],[-72.87460198519932,41.587421447975935],[-72.87452798517594,41.587433447980644],[-72.87286098464145,41.58756344805971],[-72.87228098445551,41.58760944808738],[-72.87172598424641,41.587109448008306],[-72.87006098361914,41.58560944777109],[-72.8695069834104,41.58510944769198],[-72.86940498337144,41.58500844767569],[-72.8693899833657,41.58499344767325],[-72.86932098333756,41.584893447656086],[-72.86926498331297,41.58478244763635],[-72.8692109832866,41.58462844760823],[-72.86919098327672,41.584569447597424],[-72.86917498326706,41.58449144758281],[-72.86919598325548,41.58417044751987],[-72.86925998322107,41.58320644733076],[-72.8692819832099,41.58288644726796],[-72.86928798320658,41.582794447249924],[-72.86930598319661,41.582518447195795],[-72.86931198319328,41.58242644717775],[-72.8692989831764,41.58220544713528],[-72.8692889831621,41.58201244709816],[-72.8692229831195,41.5816434470287],[-72.86918598310255,41.5815574470132],[-72.86910098306328,41.58135444697656],[-72.86851798287731,41.58141644700743],[-72.8667709823201,41.58160444710031],[-72.86618898213457,41.581668447131534],[-72.86604098208726,41.58168244713902],[-72.86559698194539,41.5817254471617],[-72.86544998189845,41.58174044716935],[-72.8653229818579,41.581753447175984],[-72.86511998179351,41.581781447187964],[-72.86491198172759,41.58181144720051],[-72.86412898147711,41.58188244723956],[-72.86379898137162,41.58191344725623],[-72.86375298134251,41.58166644720979],[-72.86361698125584,41.5809254470704],[-72.86357198122708,41.58067844702392],[-72.86290898101049,41.58066044704186],[-72.86264298092368,41.58065444704926],[-72.86254698089104,41.58062944704752],[-72.86248898086897,41.580573447038525],[-72.86243098080638,41.579809446892156],[-72.86243998080151,41.57967344686546],[-72.86242698078412,41.57944344682126],[-72.86242898076954,41.57917744676959],[-72.86246198077237,41.57903944674174],[-72.86249598077563,41.57890344671424],[-72.86261298080518,41.57875544668177],[-72.86272998083619,41.57863244665411],[-72.86286098087322,41.57853544663106],[-72.86302398091976,41.57842244660387],[-72.86307198093367,41.57839344659671],[-72.86317798096465,41.578332446581435],[-72.86346798105362,41.57823944655403],[-72.8637669811476,41.578183446533515],[-72.86379898115784,41.578180446531896],[-72.86405298123915,41.57815844651943],[-72.86458898140963,41.578092446489315],[-72.86619698192116,41.57789644639937],[-72.866733982092,41.57783144636941],[-72.86642998196729,41.57737944629154],[-72.86641298196034,41.57735444628723],[-72.8660549818219,41.57696944622406],[-72.86597798179294,41.57690044621317],[-72.86585798174784,41.57679444619647],[-72.8653029815334,41.576200446099136],[-72.86493198139007,41.57580344603406],[-72.86468898129613,41.57554244599126],[-72.86429198114273,41.575117445921606],[-72.86397898101968,41.57474544585952],[-72.86374998092968,41.57447344581412],[-72.86303598064892,41.57362344567221],[-72.86275498054262,41.57336244563063],[-72.86232798038628,41.57305644558502],[-72.86207898029566,41.57288744556027],[-72.86184798021428,41.572777445546365],[-72.85823297893323,41.570927445303994],[-72.85794897883117,41.57075744528016],[-72.85775697876149,41.57063044526171],[-72.85713797853114,41.57012144518289],[-72.85673797837512,41.569667445107676],[-72.85636497822802,41.56921544503198],[-72.85603297809514,41.568779444958054],[-72.85544997785459,41.567887444803745],[-72.85507497769386,41.56720844468404],[-72.85505697768669,41.567185444680156],[-72.85720097837016,41.56694944456518],[-72.85962897914324,41.566666444431895],[-72.85968897916234,41.566659444428595],[-72.86085597953381,41.56652144436417],[-72.86333098032169,41.566230444227806],[-72.86453798070592,41.5660884441613],[-72.86576598109686,41.56594444409371],[-72.86633198127701,41.56587744406243],[-72.8680299818175,41.565677443968816],[-72.86859698199802,41.565611443937705],[-72.86898398212108,41.56556344391588],[-72.87014498249046,41.565423443851245],[-72.8705329826139,41.565376443829585],[-72.87123698283804,41.56529444379095],[-72.87335098351123,41.56505044367531],[-72.87405598373576,41.56496944363684],[-72.87404898372769,41.564868443617456],[-72.87404098372119,41.56480044360451],[-72.87399598368464,41.564417443531624],[-72.87398798367518,41.56429744350859],[-72.87397898366264,41.564129443476276],[-72.87396498364532,41.563906443433446],[-72.87392398359368,41.563237443304914],[-72.8739109835767,41.56301444326204],[-72.87460298381085,41.56317544327096],[-72.87518398400636,41.5632914432747],[-72.87569098417377,41.56333744326726],[-72.87618098433435,41.56336044325591],[-72.87661498447457,41.56334544323897],[-72.8771909846595,41.56330544321261],[-72.8777549848387,41.56323344318043],[-72.8788229851795,41.56312244312439],[-72.87910598527193,41.56313044311681],[-72.8791899853001,41.563145443117],[-72.87925698532274,41.56316044311776]]]},"properties":{"name":4303.02,"geoid":"09003430302"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.94261600637209,41.571134442615815],[-72.94221600623348,41.57098444259965],[-72.94138400594161,41.57061044255406],[-72.94017900552068,41.57009944249394],[-72.93935500523078,41.56971444244593],[-72.93924100519,41.569649442437004],[-72.93897500509293,41.569464442409725],[-72.93836300486964,41.569039442347076],[-72.93818700480595,41.568926442330856],[-72.93762700460667,41.56862544229058],[-72.93695900436798,41.56824944223927],[-72.9353110037764,41.56727344210327],[-72.93519700373538,41.56720444209356],[-72.93509000369687,41.56713944208442],[-72.93368700319111,41.56627144196141],[-72.93313100302385,41.56650544202484],[-72.93252000285882,41.56708944215793],[-72.9324910028509,41.56711544216392],[-72.93109300246799,41.56835944245057],[-72.93000500216463,41.569234442655585],[-72.92971800208846,41.569532442722696],[-72.92969500208306,41.56956844273042],[-72.92949400203645,41.56989444280019],[-72.9294700020309,41.56993344280854],[-72.92936000200305,41.57007144283887],[-72.92916200194728,41.57022044287421],[-72.92871100181527,41.57047444293808],[-72.92866500180183,41.57050044294462],[-72.92828500168618,41.57063744298349],[-72.92841900173015,41.570644442980516],[-72.92882300186282,41.57066844297209],[-72.92895800190716,41.57067644296928],[-72.92899400193,41.570870443005745],[-72.92905300196736,41.571187443065355],[-72.92906800198776,41.57145744311726],[-72.9290740019959,41.571565443138006],[-72.92904500199134,41.57165044315545],[-72.92861100187338,41.57205244324748],[-72.92860600187203,41.57205744324863],[-72.92850700184349,41.57212044326405],[-72.9283700018023,41.57217844327974],[-72.92824000176175,41.57220844328977],[-72.92809400171465,41.57221444329568],[-72.92742100149266,41.57215744330638],[-72.92725400143729,41.57213844330813],[-72.9271460014023,41.572140443312],[-72.92701000136006,41.57217444332299],[-72.9268880013231,41.57222144333607],[-72.92633700115644,41.57243744339582],[-72.92576500098443,41.57267944346129],[-72.92556600092463,41.57276444348422],[-72.92544500089008,41.57284744350424],[-72.9252690008423,41.57301144354176],[-72.9252040008265,41.5731044435619],[-72.92518400082768,41.57323844358855],[-72.92509700081888,41.57357744365716],[-72.92501100080081,41.573749443693295],[-72.9249360007801,41.57381344370815],[-72.92484500075369,41.57386844372175],[-72.92474000072185,41.57390844373292],[-72.92460000067825,41.57394144374385],[-72.92459400067631,41.57394144374405],[-72.92416000053898,41.5740064437707],[-72.92399000048745,41.57407144378881],[-72.92383000042926,41.57396344377306],[-72.92348400031243,41.5738874437695],[-72.92262900002383,41.57370044376089],[-72.9218829997712,41.57352344375071],[-72.92135099959107,41.57339744374347],[-72.92128999957389,41.573443443754364],[-72.92118699954264,41.57348244376527],[-72.92118599954239,41.57348344376551],[-72.92104499949833,41.57351444377608],[-72.92086799944241,41.573542443787225],[-72.92063599936839,41.57356644379941],[-72.92045099930942,41.57358644380927],[-72.92041099929664,41.57359044381135],[-72.91932899895153,41.573704443868486],[-72.91913999889141,41.57372744387905],[-72.91858699871557,41.57379544391015],[-72.91838099865082,41.57383344392418],[-72.91819799859609,41.573916443946224],[-72.91804999855385,41.57401844397079],[-72.91795099852936,41.574152444],[-72.91739699840107,41.575054444192936],[-72.91728799837351,41.575191444223044],[-72.91714299833528,41.575346444257804],[-72.91710999832621,41.575375444264495],[-72.91692599827594,41.57554144430265],[-72.91652099816106,41.57583344437242],[-72.91635099811288,41.575956444401776],[-72.91619399806827,41.57606844442859],[-72.91614399805414,41.5761054444374],[-72.91597899800871,41.57624844447049],[-72.91574099794491,41.57648444452396],[-72.91554899789564,41.57671344457461],[-72.91530799783591,41.577037444645256],[-72.91528099782914,41.577072444652934],[-72.91520099780928,41.57717944467627],[-72.9151749978029,41.5772154446841],[-72.91495399774846,41.57751844475004],[-72.9142929975859,41.57842944494817],[-72.91407299753183,41.57873344501426],[-72.91393299749852,41.57894544505993],[-72.91375199745575,41.57922544512009],[-72.91368499744,41.579330445142624],[-72.91347299739336,41.57971844522478],[-72.91334099737898,41.58021544532545],[-72.91328899736666,41.580295445342664],[-72.91322399735145,41.580398445364736],[-72.91287699725652,41.5807094454363],[-72.91243999713708,41.581103445526885],[-72.91226399708688,41.58122544555623],[-72.91173999693774,41.58159444564479],[-72.91156499688792,41.5817174456743],[-72.91125999679905,41.5818964457189],[-72.91058499660255,41.58229544581814],[-72.91033399652774,41.582413445849156],[-72.91001499643271,41.58256444588877],[-72.90944899626079,41.58277444594781],[-72.90775299574577,41.58340644612529],[-72.90718799557422,41.58361744618449],[-72.90654599537869,41.58384644624969],[-72.90461999479223,41.58453644644585],[-72.90397899459705,41.584766446511196],[-72.90377399453503,41.58484644653334],[-72.90315999434937,41.58508944660034],[-72.9029559942877,41.58517044662266],[-72.90252899415854,41.585338446669056],[-72.90124899377147,41.58584444680863],[-72.90082299364269,41.58601344685518],[-72.90068499360227,41.58609044687458],[-72.9002729934817,41.5863234469331],[-72.90013599344164,41.58640144695266],[-72.90004099341574,41.586488446972616],[-72.89975599333827,41.58675244703303],[-72.89974999333673,41.586759447034595],[-72.89964699330672,41.58682044704975],[-72.89958799329014,41.586865447060376],[-72.89953999327676,41.5869044470695],[-72.89945699325256,41.5869524470815],[-72.89940599323833,41.5869934470911],[-72.89934899322247,41.58704044710206],[-72.89905599313933,41.587251447152475],[-72.89872999304444,41.587444447200454],[-72.8983369929334,41.587735447269615],[-72.89818499289122,41.58786144729897],[-72.89799799283816,41.58799644733119],[-72.89796899282993,41.588017447336206],[-72.89773899276223,41.58814044736752],[-72.89759499271794,41.588184447380705],[-72.89739799265529,41.588208447391715],[-72.89715499257665,41.588214447400745],[-72.89690699249596,41.58821344740856],[-72.89670399242785,41.58817644740795],[-72.89668399242116,41.588173447408025],[-72.89624799227606,41.58811444741068],[-72.89439499166201,41.587911447431225],[-72.89326599128675,41.5877674474398],[-72.89247299102429,41.58768644744974],[-72.8924419910141,41.58768444745035],[-72.89235099098418,41.58767844745212],[-72.89232099097431,41.587676447452715],[-72.89195999085558,41.58765244745973],[-72.89158999073398,41.58762944746724],[-72.89140999067386,41.58760144746763],[-72.89113499057942,41.58751344745944],[-72.89112699057664,41.58751044745913],[-72.89090799050057,41.58742544744971],[-72.89057099038362,41.58729644743559],[-72.89026399028593,41.587333447452686],[-72.89014399024785,41.58734944745966],[-72.88935999000313,41.587526447519345],[-72.88915898994043,41.58757244753477],[-72.88905998990955,41.58759544754243],[-72.88882598983704,41.58765744756202],[-72.8884019897058,41.58777244759804],[-72.88812898962158,41.58785144762219],[-72.8881229896198,41.58785444762296],[-72.88790598955431,41.58794244764706],[-72.88752698944394,41.588166447702754],[-72.88639198911356,41.58883944786998],[-72.88601398900357,41.58906444792584],[-72.88532398876613,41.588835447903726],[-72.88325498805422,41.58815044783773],[-72.88256598781716,41.58792244781577],[-72.88235098774261,41.58784144780701],[-72.88196498760875,41.58769544779116],[-72.88184298756558,41.58763444778327],[-72.8817349875256,41.587549447770286],[-72.88172098752042,41.58753844776859],[-72.88157898746532,41.58738244774292],[-72.88154998744417,41.58717844770428],[-72.8815659874217,41.586695447610076],[-72.88157298741187,41.586484447568914],[-72.8816009874062,41.586226447517966],[-72.88166298740988,41.58593944746027],[-72.88180798742331,41.58535144734152],[-72.88199498744552,41.58467844720493],[-72.88217998746767,41.584015447070335],[-72.88218398746777,41.58399444706611],[-72.88219498746773,41.58393144705355],[-72.8821999874682,41.58391144704951],[-72.88238598748683,41.58318144690186],[-72.88271098751937,41.58190644664401],[-72.88282898753138,41.581446446550956],[-72.8828819875348,41.58120544650247],[-72.88296098754644,41.58096044645238],[-72.88303198755949,41.58078544641614],[-72.88359598767948,41.579680446183524],[-72.88448898788437,41.57819044586557],[-72.8849879880008,41.57739144569442],[-72.88558698814141,41.57644744549189],[-72.88669698840215,41.574701445117235],[-72.88692098845337,41.57432444503683],[-72.88759498860782,41.57319644479617],[-72.88782098865971,41.57282044471591],[-72.88790598867934,41.57268044468599],[-72.88816298873873,41.57225944459599],[-72.88824898875872,41.57212044456624],[-72.88851898882281,41.57170744447738],[-72.88874598887689,41.571363444403275],[-72.88891898891565,41.57105844433849],[-72.88897998892631,41.57089844430548],[-72.88902898893289,41.570735444272245],[-72.88905498893007,41.570538444233186],[-72.88906098892187,41.570361444198646],[-72.88907998889985,41.56986944410254],[-72.88893298885488,41.56991844411682],[-72.88871398878621,41.56996244413242],[-72.8872519883311,41.570313444247795],[-72.88712698829112,41.57032444425396],[-72.8870099882518,41.570302444253464],[-72.88685698819668,41.57020844424017],[-72.88668198812789,41.57000044420547],[-72.88666698811609,41.569879444182476],[-72.8867039881247,41.569819444169624],[-72.88707698824089,41.56973144414049],[-72.8871349882544,41.56963844412057],[-72.88711298824062,41.569522444098766],[-72.8869749881851,41.56933644406714],[-72.886776988111,41.56916644404054],[-72.88668498807709,41.56909644402993],[-72.88641598798988,41.5691004440394],[-72.88611298789053,41.56908544404627],[-72.8859629878381,41.569021444038704],[-72.88584098778782,41.568835444006545],[-72.88578998775706,41.56858844396026],[-72.88563398769365,41.56836644392221],[-72.8854729876366,41.568284443911494],[-72.88536098759155,41.5681334438858],[-72.88535398758225,41.56801044386217],[-72.8854709876189,41.56798644385373],[-72.88589198775615,41.56799344384148],[-72.88612698782977,41.56794544382457],[-72.88614398782623,41.567787443793364],[-72.88603198778023,41.56761944376438],[-72.88615298781313,41.56750744373873],[-72.88674698800834,41.567544443726725],[-72.88756498827506,41.5675594437032],[-72.88774198832824,41.56748344368272],[-72.88775998832408,41.56730844364819],[-72.88769498829383,41.56714944361942],[-72.88721198812274,41.566903443587286],[-72.88681798798974,41.56681744358332],[-72.88654998790139,41.566795443587715],[-72.88609498775298,41.56678644360067],[-72.88582898766126,41.566694443591395],[-72.88561098758365,41.566576443575535],[-72.88511298741368,41.566435443564274],[-72.88497298736704,41.566415443564914],[-72.88486698733448,41.566448443574735],[-72.8848439873435,41.56673644363137],[-72.8846239872887,41.56702844369515],[-72.88408698713403,41.567375443779866],[-72.88383898705811,41.56745744380378],[-72.88371198701523,41.56742944380245],[-72.88360998697745,41.56734844379002],[-72.88359098696469,41.56723344376833],[-72.88364798696625,41.56693744370904],[-72.88368498695726,41.56657044363661],[-72.88338598680373,41.56558644345528],[-72.88327898675479,41.56533944341079],[-72.88309598666645,41.564835443318884],[-72.8827369865253,41.56440844324761],[-72.8824089864038,41.56414844320772],[-72.88211898629865,41.563958443180226],[-72.88166898614146,41.56376744315767],[-72.88110498595047,41.56363344314988],[-72.88031098568891,41.563572443163686],[-72.87985298553764,41.56353044317033],[-72.87950998542483,41.563507443176945],[-72.87929598535287,41.56346544317571],[-72.8791969853172,41.563404443167045],[-72.87918998530924,41.563305443148074],[-72.87925698532274,41.56316044311776],[-72.87974598548432,41.56320644311089],[-72.88087398585935,41.563353443103],[-72.88283298651224,41.563635443094455],[-72.8838859868651,41.56382044309636],[-72.88404598691619,41.56380444308808],[-72.88498198721516,41.56371244303998],[-72.88720198792421,41.563494442925965],[-72.88895498848413,41.563322442835926],[-72.89007498884186,41.5632124427784],[-72.89013898886226,41.56320544277497],[-72.8912339892125,41.56310644272037],[-72.89203098946741,41.563034442680646],[-72.89234398956742,41.56300444266472],[-72.89950199184936,41.56222744228255],[-72.90140899245726,41.56202044218073],[-72.9014869924821,41.562011442176455],[-72.90321399302871,41.56175544207094],[-72.90347099311,41.56171644205506],[-72.90356999314133,41.56170144204895],[-72.90386999323881,41.56170144203925],[-72.90582899386312,41.56148544193399],[-72.91006599521336,41.56101844170633],[-72.91564899699252,41.56040444140659],[-72.9163899972243,41.56024644135194],[-72.91668699731713,41.560182441329914],[-72.91704799743003,41.5601054413033],[-72.91725199749506,41.560083441292434],[-72.92206899903204,41.559587441040314],[-72.9264300004234,41.559137440811845],[-72.92715400065438,41.55906244077385],[-72.92853900109509,41.55889944069739],[-72.93580100340563,41.55804044029559],[-72.94627500673869,41.556814439718444],[-72.94635100676287,41.55680543971426],[-72.94570700667607,41.558938440149085],[-72.94558800666039,41.55933844023056],[-72.94551300665036,41.5595884402815],[-72.94543000664049,41.559886440342034],[-72.94468300656912,41.56287044094532],[-72.94371700647734,41.56673844172719],[-72.94359300646423,41.567211441822984],[-72.94290500639943,41.56997544238157],[-72.94261600637209,41.571134442615815]]]},"properties":{"name":4304,"geoid":"09003430400"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.90281799498592,41.59811444913757],[-72.90294699498364,41.597344448984096],[-72.90251999484698,41.59738244900526],[-72.90222999475468,41.597416449021246],[-72.90194799466477,41.597447449036395],[-72.9015359945352,41.59752344906446],[-72.90118499442748,41.59763444909733],[-72.90086499433043,41.59775644913135],[-72.90008599410324,41.59821044924458],[-72.89977399401256,41.59839744929095],[-72.89957499395418,41.59850744931871],[-72.89915599382145,41.59856844934409],[-72.89828699354274,41.598634449384996],[-72.89822199350625,41.598367449335335],[-72.89808399345871,41.598320449330686],[-72.89784599338266,41.59834344934284],[-72.89669899301647,41.59846044940263],[-72.89631699289451,41.59849944942256],[-72.8954379926137,41.59858544946766],[-72.894585992343,41.59869544951656],[-72.89452499232362,41.59870344952009],[-72.89249999167676,41.598903449624366],[-72.89244599165914,41.598902449625925],[-72.89241799165062,41.59891244962876],[-72.89157799138256,41.59900044967299],[-72.89107499122186,41.59904944969877],[-72.89105299121488,41.599052449700054],[-72.89098699119393,41.599061449703925],[-72.89096499118695,41.59906444970523],[-72.89073999111541,41.59909244971793],[-72.89006499090075,41.59917644975605],[-72.88983999082922,41.59920444976876],[-72.88962299076027,41.59923244978121],[-72.88897199055356,41.59931844981894],[-72.888755990485,41.59934744983155],[-72.88858299042984,41.59936644984083],[-72.88806699026557,41.59942744986935],[-72.88789499021081,41.599447449878774],[-72.88775799016695,41.599459449885536],[-72.88734899003627,41.59949944990652],[-72.88721298999285,41.599513449913644],[-72.88710298995761,41.59952244991893],[-72.88677498985275,41.599553449935556],[-72.88666598981789,41.599563449941016],[-72.88656198978407,41.59956344994438],[-72.88624998968275,41.59956544995486],[-72.88614698964932,41.59956644995837],[-72.88607698962674,41.59956944996123],[-72.88587098956027,41.59957844996962],[-72.88580198953807,41.59958244997263],[-72.88536798940058,41.59964544999889],[-72.88519098934458,41.59967245000985],[-72.88406898898926,41.59983745007812],[-72.88363598885222,41.59990245010472],[-72.88361798884652,41.599905450105894],[-72.88356698883052,41.599915450109464],[-72.88354998882522,41.5999194501108],[-72.8839519889232,41.59934944998727],[-72.8849179891588,41.59798144969074],[-72.88517798922462,41.59765544961912],[-72.88561498933554,41.59711244949968],[-72.88621798947725,41.59616544929653],[-72.88660298956786,41.59556344916734],[-72.88693398964566,41.59504344905578],[-72.88735098974679,41.59444344892593],[-72.88809698992787,41.5933724486941],[-72.88873899008382,41.59245244849492],[-72.88902799015243,41.59201044839984],[-72.88914599018051,41.5918314483613],[-72.88954199027528,41.59123944823368],[-72.88991799036665,41.59070144811716],[-72.89022099044037,41.59026944802356],[-72.89065499055238,41.5897624479112],[-72.89077299058289,41.589625447880806],[-72.89175399082698,41.588321447596165],[-72.89187999085969,41.588177447564156],[-72.89232099097431,41.587676447452715],[-72.89235099098418,41.58767844745212],[-72.8924419910141,41.58768444745035],[-72.89247299102429,41.58768644744974],[-72.89326599128675,41.5877674474398],[-72.89439499166201,41.587911447431225],[-72.89624799227606,41.58811444741068],[-72.89668399242116,41.588173447408025],[-72.89670399242785,41.58817644740795],[-72.89690699249596,41.58821344740856],[-72.89715499257665,41.588214447400745],[-72.89739799265529,41.588208447391715],[-72.89759499271794,41.588184447380705],[-72.89773899276223,41.58814044736752],[-72.89796899282993,41.588017447336206],[-72.89799799283816,41.58799644733119],[-72.89818499289122,41.58786144729897],[-72.8983369929334,41.587735447269615],[-72.89872999304444,41.587444447200454],[-72.89905599313933,41.587251447152475],[-72.89934899322247,41.58704044710206],[-72.89940599323833,41.5869934470911],[-72.89945699325256,41.5869524470815],[-72.89953999327676,41.5869044470695],[-72.89958799329014,41.586865447060376],[-72.89964699330672,41.58682044704975],[-72.89974999333673,41.586759447034595],[-72.89975599333827,41.58675244703303],[-72.90004099341574,41.586488446972616],[-72.90013599344164,41.58640144695266],[-72.9002729934817,41.5863234469331],[-72.90068499360227,41.58609044687458],[-72.90082299364269,41.58601344685518],[-72.90124899377147,41.58584444680863],[-72.90252899415854,41.585338446669056],[-72.9029559942877,41.58517044662266],[-72.90315999434937,41.58508944660034],[-72.90377399453503,41.58484644653334],[-72.90397899459705,41.584766446511196],[-72.90461999479223,41.58453644644585],[-72.90654599537869,41.58384644624969],[-72.90718799557422,41.58361744618449],[-72.90775299574577,41.58340644612529],[-72.90944899626079,41.58277444594781],[-72.91001499643271,41.58256444588877],[-72.91033399652774,41.582413445849156],[-72.91058499660255,41.58229544581814],[-72.91125999679905,41.5818964457189],[-72.91156499688792,41.5817174456743],[-72.91173999693774,41.58159444564479],[-72.91226399708688,41.58122544555623],[-72.91243999713708,41.581103445526885],[-72.91287699725652,41.5807094454363],[-72.91322399735145,41.580398445364736],[-72.91328899736666,41.580295445342664],[-72.91334099737898,41.58021544532545],[-72.91347299739336,41.57971844522478],[-72.91368499744,41.579330445142624],[-72.91375199745575,41.57922544512009],[-72.91393299749852,41.57894544505993],[-72.91407299753183,41.57873344501426],[-72.9142929975859,41.57842944494817],[-72.91495399774846,41.57751844475004],[-72.9151749978029,41.5772154446841],[-72.91520099780928,41.57717944467627],[-72.91528099782914,41.577072444652934],[-72.91530799783591,41.577037444645256],[-72.91554899789564,41.57671344457461],[-72.91574099794491,41.57648444452396],[-72.91597899800871,41.57624844447049],[-72.91614399805414,41.5761054444374],[-72.91619399806827,41.57606844442859],[-72.91635099811288,41.575956444401776],[-72.91652099816106,41.57583344437242],[-72.91692599827594,41.57554144430265],[-72.91710999832621,41.575375444264495],[-72.91714299833528,41.575346444257804],[-72.91728799837351,41.575191444223044],[-72.91739699840107,41.575054444192936],[-72.91795099852936,41.574152444],[-72.91804999855385,41.57401844397079],[-72.91819799859609,41.573916443946224],[-72.91838099865082,41.57383344392418],[-72.91858699871557,41.57379544391015],[-72.91913999889141,41.57372744387905],[-72.91932899895153,41.573704443868486],[-72.92041099929664,41.57359044381135],[-72.92045099930942,41.57358644380927],[-72.92063599936839,41.57356644379941],[-72.92086799944241,41.573542443787225],[-72.92104499949833,41.57351444377608],[-72.92118599954239,41.57348344376551],[-72.92118699954264,41.57348244376527],[-72.92128999957389,41.573443443754364],[-72.92135099959107,41.57339744374347],[-72.9218829997712,41.57352344375071],[-72.92262900002383,41.57370044376089],[-72.92348400031243,41.5738874437695],[-72.92383000042926,41.57396344377306],[-72.92399000048745,41.57407144378881],[-72.92416000053898,41.5740064437707],[-72.92459400067631,41.57394144374405],[-72.92460000067825,41.57394144374385],[-72.92474000072185,41.57390844373292],[-72.92484500075369,41.57386844372175],[-72.9249360007801,41.57381344370815],[-72.92501100080081,41.573749443693295],[-72.92509700081888,41.57357744365716],[-72.92518400082768,41.57323844358855],[-72.9252040008265,41.5731044435619],[-72.9252690008423,41.57301144354176],[-72.92544500089008,41.57284744350424],[-72.92556600092463,41.57276444348422],[-72.92576500098443,41.57267944346129],[-72.92633700115644,41.57243744339582],[-72.9268880013231,41.57222144333607],[-72.92701000136006,41.57217444332299],[-72.9271460014023,41.572140443312],[-72.92725400143729,41.57213844330813],[-72.92742100149266,41.57215744330638],[-72.92809400171465,41.57221444329568],[-72.92824000176175,41.57220844328977],[-72.9283700018023,41.57217844327974],[-72.92850700184349,41.57212044326405],[-72.92860600187203,41.57205744324863],[-72.92861100187338,41.57205244324748],[-72.92904500199134,41.57165044315545],[-72.9290740019959,41.571565443138006],[-72.92906800198776,41.57145744311726],[-72.92905300196736,41.571187443065355],[-72.92899400193,41.570870443005745],[-72.92895800190716,41.57067644296928],[-72.92882300186282,41.57066844297209],[-72.92841900173015,41.570644442980516],[-72.92828500168618,41.57063744298349],[-72.92866500180183,41.57050044294462],[-72.92871100181527,41.57047444293808],[-72.92916200194728,41.57022044287421],[-72.92936000200305,41.57007144283887],[-72.9294700020309,41.56993344280854],[-72.92949400203645,41.56989444280019],[-72.92969500208306,41.56956844273042],[-72.92971800208846,41.569532442722696],[-72.93000500216463,41.569234442655585],[-72.93109300246799,41.56835944245057],[-72.9324910028509,41.56711544216392],[-72.93252000285882,41.56708944215793],[-72.93313100302385,41.56650544202484],[-72.93368700319111,41.56627144196141],[-72.93509000369687,41.56713944208442],[-72.93519700373538,41.56720444209356],[-72.9353110037764,41.56727344210327],[-72.93695900436798,41.56824944223927],[-72.93762700460667,41.56862544229058],[-72.93818700480595,41.568926442330856],[-72.93836300486964,41.569039442347076],[-72.93897500509293,41.569464442409725],[-72.93924100519,41.569649442437004],[-72.93935500523078,41.56971444244593],[-72.94017900552068,41.57009944249394],[-72.94138400594161,41.57061044255406],[-72.94221600623348,41.57098444259965],[-72.94261600637209,41.571134442615815],[-72.94160600628781,41.57538044347229],[-72.9411000062449,41.57749544389897],[-72.94104200624001,41.57773844394798],[-72.94094700623269,41.578148444030596],[-72.93804700600622,41.59060544654065],[-72.93803800600524,41.59063944654754],[-72.9358480057285,41.5982054480856],[-72.93580400572478,41.5983894481227],[-72.93563200571022,41.599108448267685],[-72.93511800566722,41.60126544870253],[-72.93494700565304,41.601985448847664],[-72.9347020056323,41.60300944905412],[-72.93396800557056,41.606083449673825],[-72.93384500556049,41.60660344977862],[-72.93376100556269,41.607116449880806],[-72.93355700548625,41.60694044985329],[-72.93338200542242,41.6068194498355],[-72.9333160053956,41.60672644981961],[-72.93313300532853,41.60659444979996],[-72.93303100528783,41.60646344977786],[-72.93294100524625,41.60624944973929],[-72.93290700523043,41.60616644972432],[-72.93282600519838,41.606067449707744],[-72.93269500514954,41.60595844969087],[-72.932563005106,41.605947449693005],[-72.93244600507015,41.605985449704164],[-72.9322920050267,41.60610044973145],[-72.93219000500083,41.60622744975938],[-72.93217800500292,41.60633144977994],[-72.93217100500381,41.60638644979082],[-72.9320510049613,41.60632544978287],[-72.93157600479775,41.60616644976746],[-72.9311440046516,41.60606744976225],[-72.930983004598,41.60604544976321],[-72.93077100452528,41.60597944975729],[-72.93055900444975,41.60586444974186],[-72.93027400435142,41.60576544973191],[-72.93015000431046,41.605754449733794],[-72.92990800423468,41.60580444975133],[-72.92981300420632,41.60584844976293],[-72.92979700420192,41.60586244976617],[-72.92972500418243,41.605930449781695],[-72.929660004172,41.606116449819844],[-72.92969600420234,41.606440449881504],[-72.92968100420602,41.606589449910864],[-72.92949700416986,41.6070004499965],[-72.92930100413118,41.60743545008719],[-72.92924200412746,41.607704450141235],[-72.92923500413151,41.60781445016277],[-72.92927200415079,41.60794045018601],[-72.92924200414448,41.60800045019861],[-72.92909600409956,41.60804445021188],[-72.92897000405843,41.60804145021538],[-72.92877400399452,41.60803845022113],[-72.92857700392737,41.60798445021706],[-72.92840100386478,41.607890450204536],[-72.92825500381603,41.607868450205004],[-72.92806500375146,41.60781945020165],[-72.92771400363797,41.607830450215175],[-72.92758200359697,41.60786345022584],[-72.92742100354553,41.60787945023416],[-72.92729700350685,41.607907450243594],[-72.92690900337878,41.60787445024978],[-72.92674900332266,41.60780245024102],[-72.92651500323525,41.6076054502104],[-72.92628800315323,41.607462450190035],[-72.92611200309122,41.60737945017964],[-72.92566600294089,41.60728645017607],[-72.92515600277457,41.60727745019085],[-72.92499300272146,41.607275450195736],[-72.92476700264955,41.607302450208294],[-72.92447400255843,41.60737445023175],[-72.92402800241562,41.60741245025357],[-72.92383200234983,41.607376450252936],[-72.923763002334,41.60749145027747],[-72.92355500228624,41.60783645035109],[-72.9234870022708,41.60795245037576],[-72.92342500225651,41.60805445039756],[-72.92324000221414,41.60836345046344],[-72.92317900220023,41.60846645048539],[-72.92308500217864,41.60862245051868],[-72.92280500211449,41.60908945061827],[-72.92271200209326,41.60924645065171],[-72.92253100205089,41.609532450713026],[-72.92216100196411,41.610115450838016],[-72.92209900194995,41.610219450860185],[-72.92195600191756,41.6104644509123],[-72.92190800191125,41.61062645094526],[-72.92188900192268,41.61093245100519],[-72.92192100197474,41.6116564511445],[-72.92192900205568,41.61301845140824],[-72.92190600208295,41.61362245152605],[-72.92189800209438,41.6138664515736],[-72.92181000211767,41.61476845175128],[-72.92168600207386,41.61470745174347],[-72.92163200205059,41.614608451726035],[-72.92156300202213,41.61450345170792],[-72.92149700199744,41.614447451699206],[-72.92128100192342,41.614381451693404],[-72.92122900190566,41.61436645169218],[-72.92102500183854,41.61435245169607],[-72.9208200017694,41.61430945169439],[-72.92041000163006,41.614204451687314],[-72.920091001521,41.61411145167964],[-72.91929300124636,41.61384745165431],[-72.91910600118206,41.61378645164854],[-72.91862800102025,41.613675451642514],[-72.9185490009935,41.61365645164139],[-72.91834900092323,41.61356545163024],[-72.91815100085046,41.613419451608344],[-72.91813300084321,41.61339545160427],[-72.91790700075187,41.613084451551316],[-72.91751800058992,41.61246745144433],[-72.91713500043782,41.611988451363885],[-72.9170690004116,41.611905451349934],[-72.91685100032582,41.61164645130678],[-72.91675600028977,41.61155645129243],[-72.91649600019333,41.61134945126072],[-72.91631700012691,41.61120645123879],[-72.9159840000095,41.61104745121877],[-72.91560299987907,41.61093345120899],[-72.91553899985718,41.61091445120739],[-72.91527999976982,41.61085945120513],[-72.91459599953816,41.610698451196065],[-72.91364299921544,41.61047445118351],[-72.91255899884554,41.610170451159675],[-72.91188399861528,41.6099824511451],[-72.91143099846053,41.609852451134564],[-72.91124899839625,41.6097634511232],[-72.91113999835775,41.60971045111646],[-72.91092099827873,41.6095744510972],[-72.9107749982239,41.609446451077105],[-72.9107179982025,41.60939645106926],[-72.91045099810093,41.609139451028085],[-72.91027199802922,41.60890445098833],[-72.90992899789275,41.608470450915284],[-72.90982599785283,41.60835845089692],[-72.90958599775979,41.60809745085409],[-72.90943499770128,41.60793345082719],[-72.90936499767484,41.60786945081706],[-72.9093039976518,41.60781345080816],[-72.90911599758228,41.60766745078595],[-72.90910499757825,41.60765945078475],[-72.90880099746694,41.607442450752515],[-72.90838599731937,41.6072224507233],[-72.90830399728921,41.60716145071413],[-72.90804599719452,41.606973450686034],[-72.90785599712476,41.606834450665254],[-72.90779499710187,41.606781450656946],[-72.90736999694245,41.60641145059897],[-72.9070639968299,41.60618445056488],[-72.90692499677887,41.606082450549586],[-72.90679899673415,41.60601745054107],[-72.90665299668383,41.6059674505361],[-72.90638799659318,41.60588945052956],[-72.9061679965196,41.60585345052969],[-72.90616399651827,41.60585345052983],[-72.90586099641959,41.60585045053905],[-72.9042209958971,41.6060364506282],[-72.90357299569067,41.606110450663515],[-72.90348699565146,41.6059144506283],[-72.90347099564407,41.60587645062146],[-72.9034509956159,41.60549945054902],[-72.90346399560933,41.60531145051215],[-72.90347299561034,41.60527845050546],[-72.9035329956181,41.60507345046376],[-72.90327699552962,41.604982450454415],[-72.90315099548366,41.60489545044163],[-72.9031259954663,41.60473445041121],[-72.90325299550189,41.6046354503879],[-72.90336999553459,41.60454245036609],[-72.90366999562552,41.60442745033408],[-72.90383099567217,41.60432845030968],[-72.90386699567222,41.60412545026916],[-72.90388999567813,41.60409845026318],[-72.90395499569514,41.60402645024711],[-72.90403599571296,41.603878450215795],[-72.90405799570748,41.603658450172425],[-72.90403599569372,41.603543450150845],[-72.90393399565016,41.603362450119036],[-72.903984995651,41.60308845006427],[-72.9040799956721,41.60291845002824],[-72.90410999565223,41.602402449927204],[-72.90424899568008,41.60210044986417],[-72.90427799567686,41.60188044982058],[-72.90424199563967,41.60143644973566],[-72.9041319955711,41.600865449628486],[-72.90412499556152,41.600738449604094],[-72.90405999552087,41.600398449540265],[-72.90397899548822,41.600288449521564],[-72.90388399544251,41.60003044947461],[-72.90389199543851,41.59991544945205],[-72.9039429954428,41.599701449408904],[-72.9038989954209,41.59956944938474],[-72.90373899536165,41.59944344936548],[-72.90373699536089,41.59944144936516],[-72.9035119952677,41.59909244930475],[-72.90346099524291,41.5989494492787],[-72.90344599523235,41.59885044925996],[-72.90340299521206,41.59874044924002],[-72.90324699514892,41.5985244492032],[-72.90316899511735,41.59841644918477],[-72.90281799498592,41.59811444913757]]]},"properties":{"name":4305,"geoid":"09003430500"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.90281799498592,41.59811444913757],[-72.90257599498793,41.59951944941785],[-72.90190799498592,41.603265450165814],[-72.90137299498029,41.6061954507512],[-72.90134899498202,41.60636145078417],[-72.90131199498234,41.606576450827035],[-72.90096299496206,41.60819845115278],[-72.90078999494594,41.60889645129371],[-72.90051999489785,41.609587451436404],[-72.9002659948434,41.61007745153961],[-72.90019899482864,41.61019945156544],[-72.90013099481364,41.610323451591675],[-72.89993199476837,41.610661451663645],[-72.89914899457607,41.61174545189911],[-72.89897099452992,41.611949451944426],[-72.89882699449332,41.61212745198359],[-72.89801099428892,41.61318745221546],[-72.89794299427186,41.61327545223474],[-72.89732899411555,41.614029452400764],[-72.8949159935079,41.61710845307565],[-72.89480299347952,41.61725445310761],[-72.89458999342493,41.617509453163926],[-72.89390299323946,41.61816945331408],[-72.89367899317823,41.61837145336048],[-72.89345799311741,41.618563453404846],[-72.89301299295644,41.618280453364406],[-72.89280799288282,41.61815945334758],[-72.89157999244577,41.61750245325997],[-72.89125799233246,41.61735245324131],[-72.89102699225417,41.617297453238145],[-72.89098699224066,41.617288453237684],[-72.89047499207106,41.61723445324378],[-72.88925399167593,41.617267453289685],[-72.88866199148441,41.61728445331212],[-72.88841499140426,41.6172874533207],[-72.8876779911653,41.617299453346874],[-72.88743199108553,41.617303453355596],[-72.88724399102452,41.61730545336207],[-72.88668099084197,41.61731445338202],[-72.88649399078133,41.617317453388665],[-72.88615299066925,41.6172964533956],[-72.88513099033347,41.61723645341705],[-72.88479099022175,41.61721645342417],[-72.88460899016148,41.61719745342637],[-72.88406598998175,41.617142453433274],[-72.88388498992187,41.617124453435636],[-72.8836079898299,41.6170914534382],[-72.88277698955416,41.616995453446464],[-72.88249998946225,41.61696345344922],[-72.88213298934045,41.61692045345275],[-72.88103198897505,41.61679245346355],[-72.88066498885331,41.61675045346726],[-72.88041398877007,41.61672245346997],[-72.88025898871734,41.616681453467045],[-72.88023598870956,41.61667645346681],[-72.88003898863799,41.6165454534478],[-72.87996298860655,41.616428453427574],[-72.87985198855927,41.616233453393356],[-72.87964998846029,41.615653453287464],[-72.87956198841712,41.615400453241264],[-72.87954298840273,41.61525745321416],[-72.8795059883744,41.614973453160296],[-72.87944398834132,41.614748453118686],[-72.87941098832357,41.614626453096115],[-72.87937298830745,41.61456045308454],[-72.87928398827252,41.614456453067255],[-72.87893698814591,41.61421645303196],[-72.878310987914,41.61372245295643],[-72.87790398776315,41.61340045290716],[-72.87788098775464,41.61338245290443],[-72.87781298772943,41.61332845289616],[-72.8777909877213,41.61331145289355],[-72.87778398771869,41.61330545289263],[-72.87776298771092,41.61328945289022],[-72.8777569877087,41.61328445288944],[-72.87760798765198,41.61314045286634],[-72.87753798762607,41.61308545285792],[-72.87743998759235,41.613053452854906],[-72.87733598755763,41.61303745285515],[-72.87721798751909,41.6130344528584],[-72.87714498749574,41.61304145286213],[-72.87542798694804,41.613226452953484],[-72.87507098683413,41.61326445297238],[-72.87465198670047,41.61330945299466],[-72.87437898661167,41.613309453003495],[-72.87465698668602,41.61302945294023],[-72.87466298668768,41.61302445293905],[-72.87511598681029,41.61259445284106],[-72.87527898685293,41.61241345280068],[-72.87540898688691,41.61226945276858],[-72.8754799869048,41.61217845274862],[-72.87556298692576,41.612073452725596],[-72.87571398696262,41.61186045267943],[-72.87619398707234,41.61105245250725],[-72.87642198712719,41.61071645243474],[-72.8768589872383,41.61017645231592],[-72.87726198734343,41.60972545221544],[-72.87761898743302,41.60926345211435],[-72.87770898745322,41.609105452080804],[-72.87783298748113,41.60888945203491],[-72.87788398748027,41.60858545197433],[-72.8779929874616,41.60764245178797],[-72.8780289874489,41.60721745170441],[-72.8780539874363,41.606856451633604],[-72.87810798741009,41.60609345148393],[-72.87813898733695,41.60464345120177],[-72.87821598731765,41.60387045104938],[-72.87829798730408,41.60316945091081],[-72.87831098730236,41.60306545089023],[-72.8783229872815,41.602634450806256],[-72.87832598723539,41.60181345064695],[-72.87870998736058,41.6018194506357],[-72.87947798760719,41.60176545060042],[-72.88050198793398,41.60165845054656],[-72.88053198794472,41.601675450548896],[-72.88057798795853,41.60165545054351],[-72.88205298843502,41.60160145048538],[-72.88232198852194,41.60159245047493],[-72.8825669885824,41.60125745040204],[-72.88330398876441,41.60025345018353],[-72.88354998882522,41.5999194501108],[-72.88356698883052,41.599915450109464],[-72.88361798884652,41.599905450105894],[-72.88363598885222,41.59990245010472],[-72.88406898898926,41.59983745007812],[-72.88519098934458,41.59967245000985],[-72.88536798940058,41.59964544999889],[-72.88580198953807,41.59958244997263],[-72.88587098956027,41.59957844996962],[-72.88607698962674,41.59956944996123],[-72.88614698964932,41.59956644995837],[-72.88624998968275,41.59956544995486],[-72.88656198978407,41.59956344994438],[-72.88666598981789,41.599563449941016],[-72.88677498985275,41.599553449935556],[-72.88710298995761,41.59952244991893],[-72.88721298999285,41.599513449913644],[-72.88734899003627,41.59949944990652],[-72.88775799016695,41.599459449885536],[-72.88789499021081,41.599447449878774],[-72.88806699026557,41.59942744986935],[-72.88858299042984,41.59936644984083],[-72.888755990485,41.59934744983155],[-72.88897199055356,41.59931844981894],[-72.88962299076027,41.59923244978121],[-72.88983999082922,41.59920444976876],[-72.89006499090075,41.59917644975605],[-72.89073999111541,41.59909244971793],[-72.89096499118695,41.59906444970523],[-72.89098699119393,41.599061449703925],[-72.89105299121488,41.599052449700054],[-72.89107499122186,41.59904944969877],[-72.89157799138256,41.59900044967299],[-72.89241799165062,41.59891244962876],[-72.89244599165914,41.598902449625925],[-72.89249999167676,41.598903449624366],[-72.89452499232362,41.59870344952009],[-72.894585992343,41.59869544951656],[-72.8954379926137,41.59858544946766],[-72.89631699289451,41.59849944942256],[-72.89669899301647,41.59846044940263],[-72.89784599338266,41.59834344934284],[-72.89808399345871,41.598320449330686],[-72.89822199350625,41.598367449335335],[-72.89828699354274,41.598634449384996],[-72.89915599382145,41.59856844934409],[-72.89957499395418,41.59850744931871],[-72.89977399401256,41.59839744929095],[-72.90008599410324,41.59821044924458],[-72.90086499433043,41.59775644913135],[-72.90118499442748,41.59763444909733],[-72.9015359945352,41.59752344906446],[-72.90194799466477,41.597447449036395],[-72.90222999475468,41.597416449021246],[-72.90251999484698,41.59738244900526],[-72.90294699498364,41.597344448984096],[-72.90281799498592,41.59811444913757]]]},"properties":{"name":4306.02,"geoid":"09003430602"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.53407188878141,41.84035950786369],[-72.53419488881714,41.84028250784488],[-72.53444688889041,41.840126507806715],[-72.53456688892527,41.840051507788424],[-72.53469088896134,41.83997450776958],[-72.53529088913905,41.8396595076896],[-72.53709088967244,41.83871850745044],[-72.53739988976403,41.83855750740947],[-72.53769588985236,41.838413507372216],[-72.53914989028601,41.83770250718848],[-72.54013589058123,41.83724050706779],[-72.54062289072964,41.83705750701688],[-72.54097389083843,41.836957506986344],[-72.54238389127498,41.8365485068623],[-72.54274189138393,41.83641150682442],[-72.543530891623,41.836091506737404],[-72.54428989185212,41.835768506650794],[-72.54439089188163,41.83570850663599],[-72.5445418919262,41.83562650661531],[-72.54576089228632,41.83497050644971],[-72.54642789248176,41.83458350635368],[-72.54712989268192,41.83407950623393],[-72.54847889306279,41.83304550599119],[-72.54951389335497,41.83225150580482],[-72.54988989345486,41.83185350571596],[-72.55010289351142,41.83162750566552],[-72.55019889353524,41.831496505637176],[-72.55021789354025,41.831475505632504],[-72.55039489358721,41.83128750559055],[-72.55058189363963,41.83113750555561],[-72.5509198937389,41.83094550550774],[-72.55110589379458,41.83085850548498],[-72.5511108937727,41.8304475054055],[-72.55111389376306,41.8302615053695],[-72.55111389374503,41.82994650530869],[-72.55111389373576,41.82978450527741],[-72.55131089378573,41.82953450522285],[-72.5519778939376,41.82838650497992],[-72.55193689391245,41.82818050494147],[-72.55189389387806,41.82782450487412],[-72.55187189386052,41.827643504839884],[-72.55185689384199,41.82740450479422],[-72.55188589384194,41.827238504761254],[-72.55188589382394,41.826923504700446],[-72.55192989382591,41.82670750465733],[-72.55210189388345,41.82673250465665],[-72.55216789390555,41.82674250465646],[-72.55262289405677,41.826791504651375],[-72.55279689411466,41.82681150464966],[-72.55288089414184,41.826807504646204],[-72.55313389422389,41.82679950463657],[-72.55321889425151,41.826797504633454],[-72.55328989428307,41.82694450465955],[-72.55330689429061,41.82697950466578],[-72.55343689434531,41.827194504703115],[-72.55355589439334,41.82735550473039],[-72.55365389443284,41.82748750475274],[-72.55380889449458,41.82768250478541],[-72.55381189449577,41.827686504786094],[-72.55396289456206,41.827984504838795],[-72.55409989462878,41.82836950490872],[-72.55418389466962,41.828604504951386],[-72.55426789470903,41.82881450498924],[-72.55452189482791,41.829444505102735],[-72.55460689486772,41.82965550514075],[-72.55469889491073,41.82988250518161],[-72.55501989505862,41.83063750531708],[-72.5555818953177,41.83196150555465],[-72.5562248956212,41.83360050585042],[-72.55624389563009,41.833647505858885],[-72.55636989569732,41.83410350594287],[-72.55646289575824,41.83463850604314],[-72.5564988957819,41.834846506082144],[-72.55652689580282,41.835052506120995],[-72.55658589584645,41.83547850620133],[-72.556668895895,41.83585350627105],[-72.5567608959396,41.836108506317316],[-72.5568348959718,41.836249506342156],[-72.55709289607735,41.83662350640608],[-72.55743789620776,41.83693550645525],[-72.55772589631617,41.83718850649486],[-72.55801089642353,41.83743950653417],[-72.5581368964705,41.83754250655002],[-72.55830689653685,41.83773250658125],[-72.55844789659139,41.83788150660547],[-72.55855789663526,41.83802150662898],[-72.55870489669621,41.83824850666808],[-72.55881389675118,41.83858750673002],[-72.55883489676162,41.838650506741494],[-72.55888289678846,41.838845506777595],[-72.55894089682506,41.839154506835364],[-72.55893589685148,41.83964450693009],[-72.55893389686739,41.83993350698593],[-72.5589348968716,41.840001506999016],[-72.55894389689887,41.840426507080736],[-72.55895089692132,41.84077850714843],[-72.55896389695783,41.84134250725685],[-72.55894089697101,41.84170350732726],[-72.55891389698654,41.84212850741012],[-72.55889389699286,41.842352507453995],[-72.55889189699369,41.84237850745907],[-72.55891189703736,41.843027507583656],[-72.55891889705254,41.843252507626865],[-72.55900789709032,41.843405507653536],[-72.55907989712087,41.843528507674954],[-72.55910689713289,41.843584507684895],[-72.55933689723494,41.84405650776861],[-72.5595508973244,41.844399507827944],[-72.55968289737747,41.844574507857494],[-72.55991489747068,41.84488050790909],[-72.56023389759244,41.84518950795851],[-72.56065389774544,41.84546850799889],[-72.56070789776453,41.84549450800218],[-72.56105289788675,41.84566350802373],[-72.56147289803378,41.84583850804404],[-72.56356689875274,41.84646450809777],[-72.56453389908481,41.84675450812273],[-72.5650008992451,41.84689350813459],[-72.5664048997271,41.84731250817046],[-72.5668728998878,41.847452508182464],[-72.56756290012463,41.84765750819992],[-72.5696329008353,41.84827550825283],[-72.57032390107253,41.84848150827044],[-72.57062190117483,41.848570508278065],[-72.57151890148275,41.848837508300825],[-72.57181790158543,41.84892750830861],[-72.57227290174166,41.84906350832027],[-72.57363890221069,41.849472508355376],[-72.57409490236729,41.849609508367216],[-72.57664890324342,41.85035950843004],[-72.57838390383866,41.850869508472805],[-72.58430790587201,41.852629508622385],[-72.58686090674836,41.8533885086869],[-72.58733990691263,41.85352850869855],[-72.58877690740547,41.853948508733474],[-72.58925590756982,41.85408950874531],[-72.5898839077854,41.85427650876124],[-72.59176690843195,41.85483950880942],[-72.59239590864792,41.85502750882549],[-72.59258190871175,41.85508250883014],[-72.59313890890296,41.855248508844284],[-72.59332590896717,41.855304508849095],[-72.59405890921879,41.855522508867615],[-72.5962609099748,41.85617950892369],[-72.5969949102268,41.856398508942355],[-72.59759791043416,41.85658450895889],[-72.59940691105636,41.857143509008644],[-72.60000991126378,41.857330509025346],[-72.60045991141857,41.85746950903772],[-72.60181191188352,41.85788650907475],[-72.60206791197162,41.85796650908195],[-72.60227091203888,41.857984509078925],[-72.60243791211947,41.8584395091613],[-72.60294191236228,41.85980450940836],[-72.60310991244329,41.8602605094909],[-72.60322791250078,41.86059150955094],[-72.60343291260075,41.861167509655445],[-72.60357091267005,41.86159050973258],[-72.60367191272057,41.86189650978834],[-72.60368091272518,41.86192550979366],[-72.60369191273061,41.86195750979946],[-72.6039509128606,41.86274950994388],[-72.60402091289664,41.86297950998597],[-72.6043589130701,41.86407951018722],[-72.60445691311989,41.86438951024387],[-72.6045319131594,41.86465151029197],[-72.6049589133753,41.86598451053527],[-72.60500991340172,41.86615451056642],[-72.60533191356772,41.867215510760644],[-72.6053509135776,41.86727951077237],[-72.60538391359422,41.867381510790985],[-72.60554591367574,41.86788051088198],[-72.60556491368517,41.86793651089217],[-72.60560191370357,41.8680465109122],[-72.60544391365248,41.86805451091881],[-72.60515891356032,41.868068510930655],[-72.60382991313084,41.86813951098702],[-72.60338791298804,41.86816351100584],[-72.59526191034281,41.86826251128578],[-72.59360390980365,41.868292511344784],[-72.58798890797348,41.86832151153055],[-72.58788690794022,41.86832151153382],[-72.5869029076193,41.86832351156578],[-72.58364690655752,41.86833151167176],[-72.58256190620372,41.86833451170714],[-72.58184690597315,41.86838151173915],[-72.57970290528182,41.8685235118353],[-72.57898890505163,41.86857151186745],[-72.57804390474493,41.868599511903156],[-72.57748890456477,41.86861551192404],[-72.5729889031042,41.86874751209378],[-72.57148890261733,41.868791512150366],[-72.57011190216943,41.86881551219913],[-72.56762790136159,41.86886051228744],[-72.56598090082588,41.8688895123458],[-72.56460490037836,41.86891451239473],[-72.56304989987318,41.86895251245191],[-72.55838689835835,41.86906751262349],[-72.55683289785354,41.86910651268081],[-72.5560018975839,41.869132512712426],[-72.5556118974574,41.86914551272743],[-72.553508896775,41.869211512807524],[-72.55267889650574,41.86923851283931],[-72.55171889619305,41.869248512872],[-72.54883889525526,41.869281512970595],[-72.54787989494297,41.86929251300344],[-72.54716589471134,41.869316513030924],[-72.5450268940176,41.86938951311349],[-72.5443138937864,41.86941451314112],[-72.54371489359082,41.869412513159915],[-72.54191989300476,41.869406513216234],[-72.54132189280958,41.869405513235186],[-72.54075089262423,41.86942251325675],[-72.5390418920695,41.86947351332129],[-72.53847189188454,41.86949151334299],[-72.53694389138822,41.869531513399615],[-72.53235988989941,41.86965351356985],[-72.53083288940348,41.86969451362662],[-72.52931388890802,41.869698513676],[-72.52475888742254,41.8697145138248],[-72.52324088692747,41.86971951387431],[-72.52205788654356,41.86975651391929],[-72.51851288539306,41.86986751405407],[-72.51733088500953,41.869905514099194],[-72.51757988490489,41.866657513464794],[-72.51832988459225,41.856915511561624],[-72.51833088459212,41.856907511560046],[-72.5156088837314,41.85738751173964],[-72.51514288358402,41.857469511770375],[-72.51540888365903,41.857263511722124],[-72.51566788373216,41.85706451167547],[-72.51595588381126,41.85680451161609],[-72.51691088407377,41.85594551141985],[-72.517826884325,41.85511251122984],[-72.5183018844563,41.85469851113479],[-72.51866288455614,41.854384511062655],[-72.51924188471676,41.85388951094867],[-72.5193458847456,41.85380051092815],[-72.52008688495128,41.853169510782735],[-72.52015788497104,41.85310951076888],[-72.52029188500394,41.85292051072813],[-72.52118588523828,41.85191751050605],[-72.5219448854373,41.85106751031776],[-72.52383188592786,41.84887950983526],[-72.52470988615622,41.84786350961115],[-72.52489688620614,41.84766950956772],[-72.52545788635607,41.84709050943807],[-72.52564588640635,41.84689750939481],[-72.52626588656884,41.84620150924068],[-72.52675188669537,41.84564150911709],[-72.5267828867035,41.84560650910934],[-72.52702188676435,41.845307509044005],[-72.52741888686828,41.84485950894486],[-72.52789288699579,41.84438550883823],[-72.52855188718335,41.84390550872453],[-72.52936688742173,41.84342450860564],[-72.52992488758565,41.843107508526614],[-72.53033588770676,41.84288050846967],[-72.5307028878119,41.84262550840874],[-72.53087488786126,41.84250750838046],[-72.53212188822413,41.84173850819219],[-72.53235188829096,41.841595508157205],[-72.53258788835973,41.84145150812189],[-72.53301088848175,41.84117250805452],[-72.53303488848857,41.84115450805027],[-72.53325388855093,41.84099550801258],[-72.53341688859678,41.84086750798266],[-72.53390788873516,41.84048650789344],[-72.53407188878141,41.84035950786369]]]},"properties":{"name":4871,"geoid":"09003487100"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.61187991249967,41.81139549978051],[-72.6119979125382,41.81139649977692],[-72.61226291262483,41.81140049976919],[-72.61235091265421,41.81141249976869],[-72.61246791269339,41.81143049976842],[-72.61264191272394,41.81097349967459],[-72.61316591281633,41.809604499393444],[-72.6133219128406,41.809140499298856],[-72.61342291285715,41.8088544992404],[-72.61372991290807,41.80799649906485],[-72.61383191292498,41.807711499006565],[-72.61400191295412,41.80725249891249],[-72.61432091300907,41.80639649873696],[-72.61453791305054,41.80588549863131],[-72.61463391306906,41.80566249858518],[-72.61474791309372,41.80544449853943],[-72.61491491312985,41.80512449847228],[-72.61492191313137,41.80511149846954],[-72.61535991322931,41.8043284983043],[-72.61548291325836,41.80413549826309],[-72.61568691330683,41.80382049819569],[-72.61584291334574,41.803612498150535],[-72.61594791337212,41.80347549812069],[-72.6162749134494,41.802963498011344],[-72.6164149134825,41.802744497964554],[-72.61667391354621,41.80238249788634],[-72.61679691357661,41.80221349784976],[-72.61742091372632,41.80127549764859],[-72.61766791378565,41.800905497569225],[-72.61771091379589,41.80083949755509],[-72.6178419138273,41.800642497512825],[-72.61788591383794,41.80057749749887],[-72.61807991388329,41.80026549743239],[-72.61865791401874,41.79934049723521],[-72.61866391402008,41.79932949723289],[-72.61885691406509,41.799017497166446],[-72.619245914191,41.79900149715087],[-72.62041691457019,41.7989564971046],[-72.62080691469647,41.7989414970892],[-72.62133891486853,41.7989174970675],[-72.62293691538552,41.798848497002915],[-72.62346991555798,41.79882549698136],[-72.62377891565804,41.798813496969125],[-72.62452891590092,41.79878549693966],[-72.62470891596006,41.798793496935424],[-72.62476391597818,41.79879649693424],[-72.62501391605667,41.798744496916164],[-72.62778791697075,41.798914496859986],[-72.63107891802962,41.798670496707246],[-72.63989592088235,41.79829549635175],[-72.64077092116179,41.79819449630416],[-72.64339692200066,41.79789549616208],[-72.64427292228055,41.79779649611483],[-72.64462492239305,41.797757496095976],[-72.64568292273144,41.797644496040185],[-72.64603592284438,41.7976074960217],[-72.64600492287202,41.798265496149774],[-72.64597292289933,41.79892349627787],[-72.64595692291311,41.79925449634229],[-72.64583692301686,41.801744496826984],[-72.64571892311896,41.80419449730387],[-72.64570192313467,41.80456449737586],[-72.6456709231612,41.80520349750024],[-72.6456409231881,41.80584249762456],[-72.64554092318541,41.80636349772837],[-72.64544092318276,41.806885497832376],[-72.64541892318196,41.80699649785451],[-72.64539792318148,41.80710749787663],[-72.6453669231809,41.807273497909655],[-72.6453639231808,41.807288497912666],[-72.64533492318,41.807439497942745],[-72.64479492316563,41.81025649850396],[-72.64453192315854,41.81162649877688],[-72.6442549231513,41.81307349906513],[-72.64322092300674,41.81642749974579],[-72.6419009228226,41.820715500615876],[-72.64104692269173,41.823285501139324],[-72.64039492259184,41.82524750153893],[-72.6399069224998,41.82641550178001],[-72.63939392240323,41.82764650203406],[-72.63892792231533,41.8287615022642],[-72.63851892220403,41.82914550235142],[-72.6383709221638,41.82928550238321],[-72.63822292212355,41.82942450241478],[-72.6380249220718,41.82964750246418],[-72.63743192191697,41.83031850261271],[-72.6372349218656,41.83054250266226],[-72.63613392156434,41.83154750289158],[-72.63503292126305,41.83255250312087],[-72.63478692119568,41.832776503172],[-72.63352592085067,41.83392850343479],[-72.63201992043857,41.83530350374846],[-72.6299359198683,41.83720650418258],[-72.62839891953945,41.84020750481094],[-72.62729491930347,41.842366505262916],[-72.62709291926033,41.84276250534579],[-72.62688991921688,41.84315850542871],[-72.6267419191858,41.84345750549114],[-72.626633919163,41.84367350553629],[-72.62586691900175,41.84522050585933],[-72.62561191894822,41.84573650596707],[-72.62544891893397,41.846413506102884],[-72.62528491891932,41.84708950623855],[-72.62490291888547,41.848668506555406],[-72.62444091882715,41.850275506880195],[-72.62063691834776,41.86351950955642],[-72.62055791833791,41.863796509612364],[-72.61926491817539,41.86830451052305],[-72.6192299181642,41.86830851052496],[-72.6179169177444,41.86845651059566],[-72.61660391732461,41.868604510666394],[-72.61491391676695,41.86849351069928],[-72.61469091669241,41.868462510700475],[-72.61453991664196,41.86844151070128],[-72.6143889165915,41.86842051070208],[-72.61429691656124,41.86841651070425],[-72.61420391653068,41.86841251070648],[-72.60560191370357,41.8680465109122],[-72.60556491368517,41.86793651089217],[-72.60554591367574,41.86788051088198],[-72.60538391359422,41.867381510790985],[-72.6053509135776,41.86727951077237],[-72.60533191356772,41.867215510760644],[-72.60500991340172,41.86615451056642],[-72.6049589133753,41.86598451053527],[-72.6045319131594,41.86465151029197],[-72.60445691311989,41.86438951024387],[-72.6043589130701,41.86407951018722],[-72.60402091289664,41.86297950998597],[-72.6039509128606,41.86274950994388],[-72.60369191273061,41.86195750979946],[-72.60368091272518,41.86192550979366],[-72.60367191272057,41.86189650978834],[-72.60357091267005,41.86159050973258],[-72.60343291260075,41.861167509655445],[-72.60322791250078,41.86059150955094],[-72.60310991244329,41.8602605094909],[-72.60294191236228,41.85980450940836],[-72.60243791211947,41.8584395091613],[-72.60227091203888,41.857984509078925],[-72.60223091202035,41.857889509061884],[-72.60206191193986,41.85744750898205],[-72.60191091186788,41.85705150891054],[-72.60159791171874,41.85623250876263],[-72.60088691137214,41.85423550840029],[-72.60055191120883,41.853294508229546],[-72.60029191108006,41.85252850809015],[-72.59994091090593,41.851489507901015],[-72.59978391082946,41.85104950782116],[-72.59978291082889,41.85104550782043],[-72.59968591077464,41.850651507747536],[-72.59962691072968,41.85020350766302],[-72.59959091070228,41.84993050761151],[-72.59951091064598,41.84940450751262],[-72.59949091062357,41.84912750745982],[-72.59947991060677,41.84889750741581],[-72.5994719105935,41.84871150738019],[-72.59946491056095,41.848184507278745],[-72.59947091053847,41.84775850719638],[-72.59950991052919,41.84737550712125],[-72.59954991052027,41.84699250704608],[-72.59956091051686,41.8468705070222],[-72.59957591051148,41.84669150698719],[-72.59960591050209,41.846357506921784],[-72.59964391050306,41.84615850688219],[-72.5996779105041,41.84598350684733],[-72.59971891050978,41.84584950682017],[-72.5998979105314,41.84520850669077],[-72.59994191053691,41.845054506659636],[-72.6001159105605,41.84447650654255],[-72.60026191058355,41.8440485064553],[-72.60068291065646,41.842926506225325],[-72.6008279106818,41.84254350614677],[-72.60097991071042,41.84217850607148],[-72.60124091075515,41.84147450592728],[-72.60173691084044,41.84014150565419],[-72.60202491088985,41.83936550549521],[-72.602286910935,41.83866350535136],[-72.60237491095006,41.83842550530262],[-72.60263991099553,41.83771150515634],[-72.60272891101096,41.83747450510776],[-72.6028569110335,41.83713950503901],[-72.60301591106155,41.83672450495383],[-72.60323891110035,41.83613350483264],[-72.60336591112255,41.83579850476392],[-72.60393491122116,41.834282504453135],[-72.60412891125173,41.83371250433691],[-72.60446591130497,41.83272450413545],[-72.60465891134078,41.83225150403797],[-72.60514991143202,41.83105050379044],[-72.60522791144471,41.83082850374511],[-72.60539991147321,41.830347503646756],[-72.60559191150608,41.82982850354043],[-72.60616891160511,41.828274503222005],[-72.60636191163834,41.82775650311584],[-72.60639391164202,41.827638503092054],[-72.6064569116496,41.82741250304642],[-72.60651191166082,41.82729550302206],[-72.60656391167153,41.82718650299935],[-72.60672091169887,41.82677050291402],[-72.60700791174906,41.826013502758705],[-72.60718791177953,41.82552150265798],[-72.60734091180551,41.825104502572586],[-72.60739691181494,41.824950502541064],[-72.60755291184151,41.82452650245421],[-72.6075649118433,41.82448950244669],[-72.60762091185278,41.82433650241538],[-72.60799691191944,41.82336050221492],[-72.60843091199662,41.82223850198443],[-72.60911991211768,41.82043150161351],[-72.6094929121833,41.81945450141294],[-72.60969491221516,41.81886150129199],[-72.60976191222602,41.81866950125278],[-72.61011891228824,41.817724501058905],[-72.61034991232782,41.81710050093102],[-72.61056891236562,41.816514500810875],[-72.61088391241972,41.81566650063706],[-72.61090791242398,41.81560450062432],[-72.61173191256637,41.813401500172574],[-72.61183391258389,41.8131265001162],[-72.61215091263871,41.81227949994249],[-72.61208591262633,41.81243349997432],[-72.61197791257975,41.81223549993956],[-72.61189391255215,41.812231499941475],[-72.61176991251143,41.812226499944494],[-72.61164491247143,41.812239499951005],[-72.6115629124452,41.81224849995538],[-72.61162591245593,41.81207749992034],[-72.61181591248852,41.81156549981539],[-72.61187991249967,41.81139549978051]]]},"properties":{"name":4873,"geoid":"09003487300"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.55321889425151,41.826797504633454],[-72.5532648942665,41.82679750463198],[-72.55340389431184,41.82679750462754],[-72.55345089432716,41.826797504626036],[-72.55469589473292,41.82679150458504],[-72.55662689536221,41.82678250452149],[-72.55843089595136,41.826795504466276],[-72.55967689635833,41.82680550442832],[-72.55979889639819,41.82680650442462],[-72.56016689651838,41.8268095044134],[-72.56028989655856,41.826810504409664],[-72.56107889681617,41.82681550438537],[-72.56295489742874,41.826827504327625],[-72.56344889759056,41.82683950431414],[-72.56423889784936,41.826859504292706],[-72.56443689791423,41.82686450428733],[-72.56455389795205,41.82685850428243],[-72.56502089810309,41.82683650426323],[-72.56544189823703,41.82677750423836],[-72.56549389825308,41.8267615042336],[-72.56579789834724,41.82667450420707],[-72.56596389839892,41.82663150419345],[-72.56646189855397,41.82650250415262],[-72.56662789860565,41.826459504138995],[-72.56799689903175,41.82610350402645],[-72.56814289907756,41.82607150401559],[-72.56819589909422,41.82606050401177],[-72.56847389918318,41.82603050399707],[-72.56876389927672,41.82601250398432],[-72.56923389943081,41.82602650397196],[-72.56971589958951,41.82605250396155],[-72.57098390000637,41.826110503932135],[-72.57219490040346,41.82614750390049],[-72.57282990060953,41.826129503876686],[-72.5728369006118,41.82612950387645],[-72.57352490083345,41.82608150384516],[-72.57439090111205,41.82601450380449],[-72.57478790123974,41.82598350378579],[-72.57543190144698,41.8259345037557],[-72.57597890162279,41.825889503729485],[-72.57612890167104,41.825877503722374],[-72.5763769017507,41.825856503710376],[-72.57646190177796,41.82584850370611],[-72.57671890186066,41.82582850369401],[-72.5768049018883,41.825821503689895],[-72.57763390215477,41.82575350365022],[-72.578996902593,41.82564350358531],[-72.58012290295432,41.825540503529375],[-72.58095290322072,41.82546550348829],[-72.58137390335474,41.82540850346381],[-72.58157890342,41.825380503451825],[-72.58183590350194,41.82534750343722],[-72.58248990370898,41.82523850339523],[-72.58263190375328,41.825203503383925],[-72.58304490388224,41.82510350335138],[-72.58359890405369,41.82494250330255],[-72.58370190408493,41.82490150329132],[-72.58382190412144,41.82485550327861],[-72.58413190421504,41.824724503243395],[-72.58553190462722,41.82394950304893],[-72.58597390475738,41.82370550298765],[-72.58613490480487,41.82361750296551],[-72.58661590494664,41.82335450289933],[-72.58774890528085,41.822738502744116],[-72.58804390536588,41.82254350269701],[-72.58809390538036,41.82251150268924],[-72.58832190544416,41.822327502646395],[-72.58844590547596,41.822176502613274],[-72.58849890548889,41.8221005025969],[-72.58865990552839,41.82187350254792],[-72.58867190553138,41.82185750254446],[-72.58869890553635,41.821790502530654],[-72.58876490554832,41.8216235024963],[-72.58877190554968,41.82160750249299],[-72.58884990556193,41.821377502446104],[-72.58886890555513,41.82115050240164],[-72.58886590555142,41.821102502392485],[-72.58885490553763,41.82092450235848],[-72.58883590551339,41.820609502298275],[-72.58879690547421,41.82014750221034],[-72.58879190546874,41.82008050219756],[-72.58881290545982,41.819805502143794],[-72.58892290547429,41.81943150206808],[-72.58926790552499,41.818352501848715],[-72.58941190554641,41.81790650175799],[-72.58965090558196,41.81716650160746],[-72.58968290558693,41.817070501587885],[-72.58978290560303,41.81678250152908],[-72.58981690560867,41.81668750150966],[-72.58991990562588,41.81640150145114],[-72.59023290567893,41.81554550127586],[-72.59033790569684,41.81526050121745],[-72.59038690570297,41.81508850118266],[-72.59040490570541,41.81502850117051],[-72.59049990572406,41.81481350112594],[-72.59063590575731,41.81461950108414],[-72.59073990578293,41.81447450105281],[-72.59094490584083,41.814318501016125],[-72.59104990587164,41.81425850100117],[-72.59204290616383,41.81370650086276],[-72.59237490626157,41.81352250081659],[-72.5928519064021,41.81326050075071],[-72.59315390649118,41.81309650070939],[-72.59366390664248,41.812834500642445],[-72.59423590681412,41.81257450057391],[-72.5943169068384,41.81253750056416],[-72.59481490698819,41.81231750050573],[-72.59563890723493,41.811934500405364],[-72.59627390742523,41.81164150032843],[-72.60065790873907,41.80962249979805],[-72.60165790903879,41.80916249967716],[-72.6021259091801,41.808965499624115],[-72.60249890930899,41.809092499636684],[-72.60361790969586,41.80947649967495],[-72.60398790982383,41.8096044996878],[-72.60399190982518,41.80960549968786],[-72.60553291035862,41.8101464997429],[-72.60771291111337,41.810913499821105],[-72.60841891135699,41.81114749984365],[-72.60890391152067,41.81124449984682],[-72.6094049116889,41.811329499847155],[-72.61015491193803,41.81140949983855],[-72.61024591196768,41.811409499835634],[-72.61095291219851,41.81141449981392],[-72.61133691232222,41.81138849979658],[-72.61187991249967,41.81139549978051],[-72.61181591248852,41.81156549981539],[-72.61162591245593,41.81207749992034],[-72.6115629124452,41.81224849995538],[-72.61164491247143,41.812239499951005],[-72.61176991251143,41.812226499944494],[-72.61189391255215,41.812231499941475],[-72.61197791257975,41.81223549993956],[-72.61208591262633,41.81243349997432],[-72.61215091263871,41.81227949994249],[-72.61183391258389,41.8131265001162],[-72.61173191256637,41.813401500172574],[-72.61090791242398,41.81560450062432],[-72.61088391241972,41.81566650063706],[-72.61056891236562,41.816514500810875],[-72.61034991232782,41.81710050093102],[-72.61011891228824,41.817724501058905],[-72.60976191222602,41.81866950125278],[-72.60969491221516,41.81886150129199],[-72.6094929121833,41.81945450141294],[-72.60911991211768,41.82043150161351],[-72.60843091199662,41.82223850198443],[-72.60799691191944,41.82336050221492],[-72.60762091185278,41.82433650241538],[-72.6075649118433,41.82448950244669],[-72.60755291184151,41.82452650245421],[-72.60739691181494,41.824950502541064],[-72.60734091180551,41.825104502572586],[-72.60718791177953,41.82552150265798],[-72.60700791174906,41.826013502758705],[-72.60672091169887,41.82677050291402],[-72.60656391167153,41.82718650299935],[-72.60651191166082,41.82729550302206],[-72.6064569116496,41.82741250304642],[-72.60639391164202,41.827638503092054],[-72.60636191163834,41.82775650311584],[-72.60616891160511,41.828274503222005],[-72.60559191150608,41.82982850354043],[-72.60539991147321,41.830347503646756],[-72.60522791144471,41.83082850374511],[-72.60514991143202,41.83105050379044],[-72.60465891134078,41.83225150403797],[-72.60446591130497,41.83272450413545],[-72.60412891125173,41.83371250433691],[-72.60393491122116,41.834282504453135],[-72.60336591112255,41.83579850476392],[-72.60323891110035,41.83613350483264],[-72.60301591106155,41.83672450495383],[-72.6028569110335,41.83713950503901],[-72.60272891101096,41.83747450510776],[-72.60263991099553,41.83771150515634],[-72.60237491095006,41.83842550530262],[-72.602286910935,41.83866350535136],[-72.60202491088985,41.83936550549521],[-72.60173691084044,41.84014150565419],[-72.60124091075515,41.84147450592728],[-72.60097991071042,41.84217850607148],[-72.6008279106818,41.84254350614677],[-72.60068291065646,41.842926506225325],[-72.60026191058355,41.8440485064553],[-72.6001159105605,41.84447650654255],[-72.59994191053691,41.845054506659636],[-72.5998979105314,41.84520850669077],[-72.59971891050978,41.84584950682017],[-72.5996779105041,41.84598350684733],[-72.59964391050306,41.84615850688219],[-72.59960591050209,41.846357506921784],[-72.59957591051148,41.84669150698719],[-72.59956091051686,41.8468705070222],[-72.59954991052027,41.84699250704608],[-72.59950991052919,41.84737550712125],[-72.59947091053847,41.84775850719638],[-72.59946491056095,41.848184507278745],[-72.5994719105935,41.84871150738019],[-72.59947991060677,41.84889750741581],[-72.59949091062357,41.84912750745982],[-72.59951091064598,41.84940450751262],[-72.59959091070228,41.84993050761151],[-72.59962691072968,41.85020350766302],[-72.59968591077464,41.850651507747536],[-72.59978291082889,41.85104550782043],[-72.59978391082946,41.85104950782116],[-72.59994091090593,41.851489507901015],[-72.60029191108006,41.85252850809015],[-72.60055191120883,41.853294508229546],[-72.60088691137214,41.85423550840029],[-72.60159791171874,41.85623250876263],[-72.60191091186788,41.85705150891054],[-72.60206191193986,41.85744750898205],[-72.60223091202035,41.857889509061884],[-72.60227091203888,41.857984509078925],[-72.60206791197162,41.85796650908195],[-72.60181191188352,41.85788650907475],[-72.60045991141857,41.85746950903772],[-72.60000991126378,41.857330509025346],[-72.59940691105636,41.857143509008644],[-72.59759791043416,41.85658450895889],[-72.5969949102268,41.856398508942355],[-72.5962609099748,41.85617950892369],[-72.59405890921879,41.855522508867615],[-72.59332590896717,41.855304508849095],[-72.59313890890296,41.855248508844284],[-72.59258190871175,41.85508250883014],[-72.59239590864792,41.85502750882549],[-72.59176690843195,41.85483950880942],[-72.5898839077854,41.85427650876124],[-72.58925590756982,41.85408950874531],[-72.58877690740547,41.853948508733474],[-72.58733990691263,41.85352850869855],[-72.58686090674836,41.8533885086869],[-72.58430790587201,41.852629508622385],[-72.57838390383866,41.850869508472805],[-72.57664890324342,41.85035950843004],[-72.57409490236729,41.849609508367216],[-72.57363890221069,41.849472508355376],[-72.57227290174166,41.84906350832027],[-72.57181790158543,41.84892750830861],[-72.57151890148275,41.848837508300825],[-72.57062190117483,41.848570508278065],[-72.57032390107253,41.84848150827044],[-72.5696329008353,41.84827550825283],[-72.56756290012463,41.84765750819992],[-72.5668728998878,41.847452508182464],[-72.5664048997271,41.84731250817046],[-72.5650008992451,41.84689350813459],[-72.56453389908481,41.84675450812273],[-72.56356689875274,41.84646450809777],[-72.56147289803378,41.84583850804404],[-72.56105289788675,41.84566350802373],[-72.56070789776453,41.84549450800218],[-72.56065389774544,41.84546850799889],[-72.56023389759244,41.84518950795851],[-72.55991489747068,41.84488050790909],[-72.55968289737747,41.844574507857494],[-72.5595508973244,41.844399507827944],[-72.55933689723494,41.84405650776861],[-72.55910689713289,41.843584507684895],[-72.55907989712087,41.843528507674954],[-72.55900789709032,41.843405507653536],[-72.55891889705254,41.843252507626865],[-72.55891189703736,41.843027507583656],[-72.55889189699369,41.84237850745907],[-72.55889389699286,41.842352507453995],[-72.55891389698654,41.84212850741012],[-72.55894089697101,41.84170350732726],[-72.55896389695783,41.84134250725685],[-72.55895089692132,41.84077850714843],[-72.55894389689887,41.840426507080736],[-72.5589348968716,41.840001506999016],[-72.55893389686739,41.83993350698593],[-72.55893589685148,41.83964450693009],[-72.55894089682506,41.839154506835364],[-72.55888289678846,41.838845506777595],[-72.55883489676162,41.838650506741494],[-72.55881389675118,41.83858750673002],[-72.55870489669621,41.83824850666808],[-72.55855789663526,41.83802150662898],[-72.55844789659139,41.83788150660547],[-72.55830689653685,41.83773250658125],[-72.5581368964705,41.83754250655002],[-72.55801089642353,41.83743950653417],[-72.55772589631617,41.83718850649486],[-72.55743789620776,41.83693550645525],[-72.55709289607735,41.83662350640608],[-72.5568348959718,41.836249506342156],[-72.5567608959396,41.836108506317316],[-72.556668895895,41.83585350627105],[-72.55658589584645,41.83547850620133],[-72.55652689580282,41.835052506120995],[-72.5564988957819,41.834846506082144],[-72.55646289575824,41.83463850604314],[-72.55636989569732,41.83410350594287],[-72.55624389563009,41.833647505858885],[-72.5562248956212,41.83360050585042],[-72.5555818953177,41.83196150555465],[-72.55501989505862,41.83063750531708],[-72.55469889491073,41.82988250518161],[-72.55460689486772,41.82965550514075],[-72.55452189482791,41.829444505102735],[-72.55426789470903,41.82881450498924],[-72.55418389466962,41.828604504951386],[-72.55409989462878,41.82836950490872],[-72.55396289456206,41.827984504838795],[-72.55381189449577,41.827686504786094],[-72.55380889449458,41.82768250478541],[-72.55365389443284,41.82748750475274],[-72.55355589439334,41.82735550473039],[-72.55343689434531,41.827194504703115],[-72.55330689429061,41.82697950466578],[-72.55328989428307,41.82694450465955],[-72.55321889425151,41.826797504633454]]]},"properties":{"name":4874,"geoid":"09003487400"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.58348990262783,41.80065249861582],[-72.58359290265957,41.80062049860635],[-72.58373990270705,41.80061249860009],[-72.58418190285005,41.80059249858208],[-72.58432990289789,41.80058549857598],[-72.58646690358896,41.80048549848822],[-72.58929490450393,41.80036149837369],[-72.59504490636469,41.80011649814214],[-72.5998019079029,41.79989349794662],[-72.60009690799833,41.79988049793466],[-72.60098490828572,41.799843497899055],[-72.60128090838155,41.79983149788724],[-72.60157090847513,41.79981449787467],[-72.60244390875705,41.7997674978376],[-72.60273490885108,41.799752497825374],[-72.60292190891154,41.799743497817644],[-72.60348590909409,41.79972049779513],[-72.60367490915532,41.79971349778772],[-72.60378490919089,41.79970849778322],[-72.60411690929834,41.79969449776988],[-72.6042279093343,41.79969049776554],[-72.60564290979181,41.79962349770724],[-72.60989191116572,41.79942549753276],[-72.61130791162361,41.799359497474626],[-72.61200791184999,41.79932749744599],[-72.6133369122798,41.79926749739179],[-72.61411091253015,41.799232497360194],[-72.61481191275693,41.79920149733171],[-72.61520791288528,41.79918849731652],[-72.61639991327165,41.79914949727075],[-72.61679691340038,41.79913749725569],[-72.61706691348792,41.799128497245285],[-72.61720891353363,41.7991184972388],[-72.61788391375114,41.799074497208665],[-72.61844391393173,41.79903949718394],[-72.61865891400107,41.79902649717453],[-72.61885691406509,41.799017497166446],[-72.61866391402008,41.79932949723289],[-72.61865791401874,41.79934049723521],[-72.61807991388329,41.80026549743239],[-72.61788591383794,41.80057749749887],[-72.6178419138273,41.800642497512825],[-72.61771091379589,41.80083949755509],[-72.61766791378565,41.800905497569225],[-72.61742091372632,41.80127549764859],[-72.61679691357661,41.80221349784976],[-72.61667391354621,41.80238249788634],[-72.6164149134825,41.802744497964554],[-72.6162749134494,41.802963498011344],[-72.61594791337212,41.80347549812069],[-72.61584291334574,41.803612498150535],[-72.61568691330683,41.80382049819569],[-72.61548291325836,41.80413549826309],[-72.61535991322931,41.8043284983043],[-72.61492191313137,41.80511149846954],[-72.61491491312985,41.80512449847228],[-72.61474791309372,41.80544449853943],[-72.61463391306906,41.80566249858518],[-72.61453791305054,41.80588549863131],[-72.61432091300907,41.80639649873696],[-72.61400191295412,41.80725249891249],[-72.61383191292498,41.807711499006565],[-72.61372991290807,41.80799649906485],[-72.61342291285715,41.8088544992404],[-72.6133219128406,41.809140499298856],[-72.61316591281633,41.809604499393444],[-72.61264191272394,41.81097349967459],[-72.61246791269339,41.81143049976842],[-72.61235091265421,41.81141249976869],[-72.61226291262483,41.81140049976919],[-72.6119979125382,41.81139649977692],[-72.61187991249967,41.81139549978051],[-72.61133691232222,41.81138849979658],[-72.61095291219851,41.81141449981392],[-72.61024591196768,41.811409499835634],[-72.61015491193803,41.81140949983855],[-72.6094049116889,41.811329499847155],[-72.60890391152067,41.81124449984682],[-72.60841891135699,41.81114749984365],[-72.60771291111337,41.810913499821105],[-72.60553291035862,41.8101464997429],[-72.60399190982518,41.80960549968786],[-72.60398790982383,41.8096044996878],[-72.60361790969586,41.80947649967495],[-72.60249890930899,41.809092499636684],[-72.6021259091801,41.808965499624115],[-72.60165790903879,41.80916249967716],[-72.60065790873907,41.80962249979805],[-72.59627390742523,41.81164150032843],[-72.59563890723493,41.811934500405364],[-72.59481490698819,41.81231750050573],[-72.5943169068384,41.81253750056416],[-72.59423590681412,41.81257450057391],[-72.59366390664248,41.812834500642445],[-72.59315390649118,41.81309650070939],[-72.5928519064021,41.81326050075071],[-72.59237490626157,41.81352250081659],[-72.59204290616383,41.81370650086276],[-72.59104990587164,41.81425850100117],[-72.59094490584083,41.814318501016125],[-72.59073990578293,41.81447450105281],[-72.59063590575731,41.81461950108414],[-72.59049990572406,41.81481350112594],[-72.59040490570541,41.81502850117051],[-72.59038690570297,41.81508850118266],[-72.59033790569684,41.81526050121745],[-72.59023290567893,41.81554550127586],[-72.58991990562588,41.81640150145114],[-72.58981690560867,41.81668750150966],[-72.58978290560303,41.81678250152908],[-72.58968290558693,41.817070501587885],[-72.58965090558196,41.81716650160746],[-72.58941190554641,41.81790650175799],[-72.58926790552499,41.818352501848715],[-72.58892290547429,41.81943150206808],[-72.58881290545982,41.819805502143794],[-72.58879190546874,41.82008050219756],[-72.58879690547421,41.82014750221034],[-72.58883590551339,41.820609502298275],[-72.58885490553763,41.82092450235848],[-72.58886590555142,41.821102502392485],[-72.58886890555513,41.82115050240164],[-72.58884990556193,41.821377502446104],[-72.58877190554968,41.82160750249299],[-72.58876490554832,41.8216235024963],[-72.58869890553635,41.821790502530654],[-72.58867190553138,41.82185750254446],[-72.58865990552839,41.82187350254792],[-72.58849890548889,41.8221005025969],[-72.58844590547596,41.822176502613274],[-72.58832190544416,41.822327502646395],[-72.58809390538036,41.82251150268924],[-72.58804390536588,41.82254350269701],[-72.58774890528085,41.822738502744116],[-72.58661590494664,41.82335450289933],[-72.58613490480487,41.82361750296551],[-72.58597390475738,41.82370550298765],[-72.58553190462722,41.82394950304893],[-72.58413190421504,41.824724503243395],[-72.58382190412144,41.82485550327861],[-72.58370190408493,41.82490150329132],[-72.58359890405369,41.82494250330255],[-72.58304490388224,41.82510350335138],[-72.58263190375328,41.825203503383925],[-72.58248990370898,41.82523850339523],[-72.58183590350194,41.82534750343722],[-72.58157890342,41.825380503451825],[-72.58137390335474,41.82540850346381],[-72.58095290322072,41.82546550348829],[-72.58012290295432,41.825540503529375],[-72.578996902593,41.82564350358531],[-72.57763390215477,41.82575350365022],[-72.5768049018883,41.825821503689895],[-72.57671890186066,41.82582850369401],[-72.57646190177796,41.82584850370611],[-72.5763769017507,41.825856503710376],[-72.57612890167104,41.825877503722374],[-72.57597890162279,41.825889503729485],[-72.57543190144698,41.8259345037557],[-72.57478790123974,41.82598350378579],[-72.57439090111205,41.82601450380449],[-72.57352490083345,41.82608150384516],[-72.5728369006118,41.82612950387645],[-72.57282990060953,41.826129503876686],[-72.57219490040346,41.82614750390049],[-72.57098390000637,41.826110503932135],[-72.56971589958951,41.82605250396155],[-72.56923389943081,41.82602650397196],[-72.56876389927672,41.82601250398432],[-72.56847389918318,41.82603050399707],[-72.56819589909422,41.82606050401177],[-72.56814289907756,41.82607150401559],[-72.56799689903175,41.82610350402645],[-72.56662789860565,41.826459504138995],[-72.56646189855397,41.82650250415262],[-72.56596389839892,41.82663150419345],[-72.56579789834724,41.82667450420707],[-72.56549389825308,41.8267615042336],[-72.56544189823703,41.82677750423836],[-72.56502089810309,41.82683650426323],[-72.56455389795205,41.82685850428243],[-72.56443689791423,41.82686450428733],[-72.56423889784936,41.826859504292706],[-72.56344889759056,41.82683950431414],[-72.56295489742874,41.826827504327625],[-72.56107889681617,41.82681550438537],[-72.56028989655856,41.826810504409664],[-72.56016689651838,41.8268095044134],[-72.55979889639819,41.82680650442462],[-72.55967689635833,41.82680550442832],[-72.55843089595136,41.826795504466276],[-72.55662689536221,41.82678250452149],[-72.55469589473292,41.82679150458504],[-72.55345089432716,41.826797504626036],[-72.55340389431184,41.82679750462754],[-72.5532648942665,41.82679750463198],[-72.55321889425151,41.826797504633454],[-72.55313389422389,41.82679950463657],[-72.55288089414184,41.826807504646204],[-72.55279689411466,41.82681150464966],[-72.55262289405677,41.826791504651375],[-72.55216789390555,41.82674250465646],[-72.55210189388345,41.82673250465665],[-72.55192989382591,41.82670750465733],[-72.5518468937981,41.82669450465747],[-72.5518228937901,41.82669150465767],[-72.55160189371567,41.82665050465682],[-72.55152089368846,41.82663650465671],[-72.55098689350793,41.82652550465236],[-72.55086989346839,41.826501504651475],[-72.55036289329651,41.82638750464568],[-72.54987889312937,41.8262255046299],[-72.54949989299506,41.826038504605926],[-72.54944289297475,41.826008504601965],[-72.54896189280328,41.82575350456811],[-72.54895589280115,41.825750504567736],[-72.54790389242514,41.82517550449039],[-72.5477478923694,41.82509050447895],[-72.54745089226161,41.82489950445158],[-72.54685289203996,41.824434504380946],[-72.54513689140084,41.82304550416765],[-72.5450428913659,41.82297050415619],[-72.544101891016,41.82221850404108],[-72.54399289097547,41.82213150402777],[-72.543668890855,41.82187250398813],[-72.54356189081517,41.821786503974955],[-72.54269089049026,41.82107250386495],[-72.54240789038515,41.82084850383074],[-72.5420228902436,41.82056850378899],[-72.5419768902267,41.820535503784086],[-72.54167489011935,41.82038050376383],[-72.54130088998684,41.82019650374024],[-72.54080288981669,41.8200615037301],[-72.54007488956518,41.81981550370588],[-72.53916388924755,41.81945650366569],[-72.53813488888672,41.819015503613436],[-72.53672388838993,41.81837550353495],[-72.53660088834559,41.8183015035246],[-72.53654988832723,41.81827150352044],[-72.53562488798892,41.81763050342622],[-72.53496888775112,41.81721350336667],[-72.53430888750593,41.81668950328657],[-72.53356288722881,41.8160975031961],[-72.53288488698523,41.81570450314187],[-72.53272188692782,41.81563050313279],[-72.5324228868234,41.81550950311897],[-72.53215188672952,41.8154135031091],[-72.53212788672124,41.81540550310831],[-72.53177388659995,41.81530350309993],[-72.53134488645289,41.815178503089506],[-72.53127788642989,41.815158503087794],[-72.53107788636136,41.81510050308298],[-72.53101188633873,41.81508150308141],[-72.53076388625412,41.815016503076784],[-72.53068488622722,41.814996503075456],[-72.53062788620777,41.81498150307437],[-72.52947588581506,41.81468450305383],[-72.52909288568449,41.814585503046956],[-72.52904988566966,41.81457150304561],[-72.52892088562537,41.8145325030422],[-72.52887888561094,41.81451950304104],[-72.52893488562839,41.814505503036536],[-72.52910288568096,41.81446650302364],[-72.52915988569882,41.814453503019315],[-72.52925188572831,41.81444450301465],[-72.53023788603427,41.8141705029302],[-72.53095888625882,41.81398450287127],[-72.53556488770376,41.812980502530145],[-72.53578988777394,41.81292450251215],[-72.53951888893752,41.81200250221488],[-72.55120289258315,41.80911550128373],[-72.55138289263928,41.809070501269275],[-72.5553388938738,41.80809750095481],[-72.55676189431746,41.80774050084036],[-72.55749289454532,41.80755650078142],[-72.55854989487489,41.80729150069643],[-72.56254389612002,41.80628850037494],[-72.5639568965605,41.80593350026113],[-72.56611189723232,41.80539250008769],[-72.56629289728848,41.805342500072236],[-72.56683989745834,41.80519350002596],[-72.56702189751489,41.80514450001066],[-72.56726589759045,41.80507449998934],[-72.56770589772678,41.80494949995111],[-72.56879589806667,41.80467749986369],[-72.5741358997318,41.80334549943549],[-72.57591690028721,41.8029024992929],[-72.57665090051717,41.80273849923773],[-72.5788539012076,41.80225049907294],[-72.579588901438,41.802088499018105],[-72.57977890149404,41.80198549899214],[-72.5803489016623,41.8016774989144],[-72.58053990171875,41.80157549888858],[-72.58114990190666,41.80138349883195],[-72.5829819024713,41.80081149866279],[-72.58348990262783,41.80065249861582]]]},"properties":{"name":4875,"geoid":"09003487500"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.58589491475105,41.99778853651889],[-72.58576391473996,41.99833653662841],[-72.58537191470701,41.99998053695694],[-72.58524191469631,42.00052953706661],[-72.58522991469718,42.000612537082944],[-72.58519591470053,42.00086253713207],[-72.58518891470179,42.00092353714403],[-72.58518691470246,42.00094653714851],[-72.58512791473184,42.001787537312005],[-72.585112914747,42.00213453737916],[-72.58509591476424,42.00252853745541],[-72.58515191485385,42.00376153769052],[-72.58521491491342,42.004435537818],[-72.58536291501656,42.00538253799518],[-72.58540691504851,42.00568653805217],[-72.58557791517259,42.00686553827317],[-72.58567391524247,42.00753153839805],[-72.58596391545292,42.00953153877294],[-72.58606091552322,42.01019853889795],[-72.58617191560381,42.010964539041545],[-72.58618491561315,42.01105253905802],[-72.58644991580199,42.01281953938893],[-72.58651091584754,42.013262539472045],[-72.58661691592656,42.014029539615954],[-72.58637791585053,42.01406453963036],[-72.5863709158483,42.014065539630785],[-72.5860839157571,42.01410953964847],[-72.58577191565692,42.014139539664285],[-72.58562991561088,42.01414553967001],[-72.58538191553062,42.014158539680494],[-72.5848469153547,42.01413853969388],[-72.58423991515515,42.01411653970919],[-72.5832449148288,42.0140935397368],[-72.58304891476455,42.01408953974234],[-72.58271091465426,42.01409153975361],[-72.58257091460852,42.01409153975812],[-72.58215091447146,42.01409353977202],[-72.58201191442616,42.01409553977686],[-72.58168191431942,42.01411353979094],[-72.58149791426041,42.01413253980052],[-72.58090091406903,42.01419553983184],[-72.57996291376934,42.01431153988431],[-72.5794529136074,42.01439153991609],[-72.57919191352514,42.014443539934476],[-72.57840991327883,42.01460153998999],[-72.57814991319697,42.01465454000853],[-72.57779291308498,42.014734540035384],[-72.57672491274998,42.014974540115865],[-72.57636891263839,42.01505554014287],[-72.57583491247274,42.015207540189245],[-72.5757799124557,42.01522354019409],[-72.57503691222578,42.01544454026046],[-72.57435091201413,42.015659540323824],[-72.57402791191525,42.01577454035631],[-72.57375391183153,42.01587454038433],[-72.57345891174235,42.01599854041764],[-72.57325691168121,42.016082540440266],[-72.57313091164335,42.016139540455285],[-72.57215591135076,42.01658754057271],[-72.57183191125361,42.01673754061194],[-72.5716749112066,42.0168115406312],[-72.57120691106667,42.01703554068929],[-72.57105091102007,42.01711054070872],[-72.57024191078077,42.01754254081772],[-72.569694910619,42.01783554089159],[-72.56813391015767,42.01867554110315],[-72.56783491007108,42.018867541149646],[-72.5670649098483,42.01936454126987],[-72.56680390977286,42.01953454131092],[-72.56636790964708,42.019822541380265],[-72.56602690954905,42.0200535414356],[-72.56576990947521,42.02022854147748],[-72.56508590928436,42.02079254160782],[-72.56502290926686,42.02084554162003],[-72.56452590912242,42.02115554169555],[-72.56416090901568,42.02137154174877],[-72.56341090879101,42.0217235418405],[-72.56290690863821,42.02192854189608],[-72.56272890858467,42.022008541917174],[-72.56213890840756,42.02227854198801],[-72.56192890834537,42.022389542016064],[-72.56153090822748,42.022599542069216],[-72.56073990799337,42.02301954217532],[-72.5603449078749,42.02320254222316],[-72.56032690786937,42.0232085422249],[-72.56011690780532,42.02328754224682],[-72.55990190773889,42.02335354226641],[-72.56021290773823,42.02158554191685],[-72.5602969077382,42.021110541822914],[-72.56051890774407,42.01995754159431],[-72.56064590774744,42.01929854146364],[-72.56062490773017,42.01911854142975],[-72.56056990770081,42.01892154139368],[-72.56048790766275,42.018726541358866],[-72.55946990722198,42.0168555410322],[-72.55936790717854,42.01668054100186],[-72.55934290716321,42.01655654097883],[-72.55933490715822,42.01651554097122],[-72.55932690714214,42.01628254092671],[-72.55934290711112,42.01565554080576],[-72.55933490708496,42.01524854072785],[-72.55929990704554,42.01476454063599],[-72.55927490702756,42.01459454060413],[-72.55919990697367,42.014086540508956],[-72.55917590695609,42.01391754047726],[-72.55916590694339,42.013754540446264],[-72.5591369069057,42.013266540353456],[-72.5591279068934,42.01310454032262],[-72.55916490685536,42.01223754015487],[-72.55932090685859,42.01141153999117],[-72.5593409068557,42.01124853995922],[-72.55936090684513,42.01095253990169],[-72.55936890682317,42.0105275398198],[-72.55936790682127,42.01050053981464],[-72.55933590674759,42.009406539605486],[-72.55929690670904,42.00895953952084],[-72.5592259066169,42.00776653929391],[-72.55917290654699,42.006856539120776],[-72.55913790650781,42.006376539029674],[-72.5590329063905,42.004939538756936],[-72.5589989063517,42.00446053866599],[-72.55933390645195,42.00430153862465],[-72.56033890675268,42.0038245385007],[-72.56067390685291,42.00366553845938],[-72.56094390693366,42.0035365384259],[-72.56175590717658,42.00315053832563],[-72.56202690725772,42.00302253829232],[-72.5621359072902,42.00296853827845],[-72.56246690738901,42.00280753823687],[-72.56257690742189,42.00275453822314],[-72.56323590761887,42.002438538141234],[-72.56521590821092,42.00149153789561],[-72.56587590840829,42.00117653781386],[-72.56612690848398,42.001067537784834],[-72.5665099085996,42.00090353774101],[-72.56689590871846,42.000778537704576],[-72.56715790879925,42.00069553768021],[-72.56733590885541,42.00066153766795],[-72.56786990902407,42.00056153763157],[-72.56804890908062,42.00052853761947],[-72.56810390909796,42.000517537615586],[-72.5682709091507,42.00048653760426],[-72.56832690916842,42.000476537600534],[-72.56860690925659,42.00041953758058],[-72.56944990952228,42.000252537521376],[-72.56973090961088,42.000197537501776],[-72.56990090966423,42.000159537489],[-72.57021690976352,42.00009153746578],[-72.57041290982515,42.00005053745159],[-72.57058390987905,42.000016537439556],[-72.57111491004576,41.99990053740021],[-72.57113891005332,41.99989553739846],[-72.57153491017763,41.99980853736901],[-72.57159691019692,41.999791537363755],[-72.5726249105161,41.999504537275534],[-72.57269291053699,41.999481537268935],[-72.5732099106959,41.99930953721925],[-72.5734849107785,41.99918453718637],[-72.5743129110273,41.998810537087884],[-72.5745889111103,41.99868653705517],[-72.57519991129969,41.9985105370017],[-72.57520191130028,41.99850953700145],[-72.57563791143748,41.998419536970125],[-72.57669191177452,41.9982945369122],[-72.57709891190605,41.9982705368945],[-72.57773591211196,41.9982335368669],[-72.57792791217382,41.99821853685784],[-72.57850791236066,41.99817353683054],[-72.57870091242289,41.99815953682165],[-72.57884691247011,41.998151536815406],[-72.57928591261233,41.99813153679743],[-72.57943291266,41.99812553679156],[-72.58104291318162,41.99805253672574],[-72.58299691381403,41.99795253664365],[-72.58376491406267,41.997914536611646],[-72.5838379140871,41.99792453661121],[-72.58483591440957,41.99786453656756],[-72.5850469144775,41.99784753655752],[-72.58540991459438,41.997818536540265],[-72.58568291468266,41.997803536528586],[-72.58569291468594,41.99780353652825],[-72.58589491475105,41.99778853651889]]]},"properties":{"name":4804,"geoid":"09003480400"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.55444590201185,41.9550115293042],[-72.55452390203503,41.954971529294006],[-72.55673890269212,41.95382352900203],[-72.55747890291732,41.95353852892344],[-72.5579799030737,41.9534135288833],[-72.5584959032381,41.95334252885308],[-72.55920090346675,41.95331552882524],[-72.5597519036433,41.953257528796385],[-72.56021590379078,41.95318752876803],[-72.56086990400225,41.9531515287401],[-72.56093090402204,41.95314952873776],[-72.56152690421561,41.95313152871516],[-72.56196090435765,41.95313752870238],[-72.56220990444051,41.95316452869958],[-72.56246190452676,41.95323352870476],[-72.5630249047239,41.95346452873113],[-72.56320190478587,41.95353752873951],[-72.56365790494988,41.95379952877527],[-72.56392190504346,41.953927528791425],[-72.56471390532418,41.95431152883986],[-72.56497890541813,41.954440528856175],[-72.56519990549687,41.954554528871014],[-72.56586290573306,41.95489652891551],[-72.56608390581184,41.95501152893055],[-72.56660690599817,41.955281528965685],[-72.56733490625761,41.95565852901485],[-72.56817590655722,41.95609252907133],[-72.56869990674393,41.95636352910663],[-72.56904090686542,41.95653952912954],[-72.57006390722994,41.95706852919845],[-72.57040590735181,41.957245529221524],[-72.57101490756881,41.95756052926256],[-72.57113290761113,41.95762652927145],[-72.57115590762932,41.95781152930631],[-72.57232990805832,41.95860352942094],[-72.57236890805981,41.95840852938221],[-72.57273790819686,41.95869552942554],[-72.57397290864887,41.959541529548616],[-72.57463790889156,41.959984529612456],[-72.57651190957873,41.961289529803274],[-72.57704490977353,41.961649529855386],[-72.57742590991276,41.961906529892566],[-72.57859491034621,41.96280353002754],[-72.57910591053573,41.963196530086705],[-72.57982491080104,41.963725530165334],[-72.5806389111013,41.9643235302542],[-72.58113791128658,41.96471053031259],[-72.58195191158973,41.96535753041086],[-72.58265191185038,41.96591353049529],[-72.58366991222941,41.966721530617974],[-72.58501091272875,41.96778653077967],[-72.58584591303898,41.96843753087801],[-72.58673391336946,41.96913953098444],[-72.58703091348008,41.96937553102029],[-72.58776591375222,41.969932531103765],[-72.58787391379218,41.97001353111588],[-72.58811491388136,41.970195531143126],[-72.58819191391055,41.97026553115411],[-72.58829191394852,41.97035753116858],[-72.58798391389703,41.971207531341946],[-72.58789291388385,41.97149353139988],[-72.58778591386866,41.971835531469075],[-72.58767291385618,41.97225853155404],[-72.58754391384913,41.97286553167493],[-72.58744691384778,41.97339053177899],[-72.58735391386332,41.97418553193486],[-72.58731491388826,41.97483753206148],[-72.58731791390119,41.97504453210118],[-72.58732791393214,41.97552353219296],[-72.58735991398444,41.97624853233132],[-72.58713291390964,41.97623653233632],[-72.58676491378769,41.97620553234219],[-72.58640191366821,41.97618953235079],[-72.58352591272202,41.97606753241984],[-72.58275291246777,41.976035532438544],[-72.58256791240713,41.97603153244371],[-72.58232991232907,41.97602553245022],[-72.58161891209595,41.97600953247001],[-72.58138191201827,41.976004532476665],[-72.5809849118883,41.975998532488276],[-72.58001391157039,41.97598453251681],[-72.57979491149888,41.97598453252385],[-72.57939891136964,41.97598553253678],[-72.57742991072676,41.97598753260046],[-72.57690991055853,41.976014532622386],[-72.57648391042346,41.976084532649544],[-72.57594391025577,41.97623453269573],[-72.57541191009331,41.97642953275034],[-72.57505990998806,41.97659753279395],[-72.57506090998861,41.976601532794696],[-72.5749689099598,41.97662253280168],[-72.57493190994948,41.97665353280883],[-72.57462090985487,41.97677353284192],[-72.57422590973233,41.97688553287614],[-72.57377190958869,41.9769655329061],[-72.57323090941475,41.97701253293255],[-72.57264090922294,41.97702753295439],[-72.5719929090097,41.97699953296983],[-72.57133090878989,41.976936532979],[-72.57091590865194,41.97689453298427],[-72.57045590850039,41.97687153299463],[-72.57007690837666,41.976872533007004],[-72.56981990829287,41.976874533015646],[-72.56971490825869,41.9768765330194],[-72.5692069080951,41.97691653304341],[-72.56905390804623,41.97693553305198],[-72.5687999079652,41.97696853306648],[-72.56853690788132,41.97700353308168],[-72.56839290783546,41.97702353309016],[-72.5679479076951,41.97710953312098],[-72.56775790763565,41.977154533135746],[-72.56750090755537,41.977217533156114],[-72.56723490747333,41.977301533180814],[-72.56705990741942,41.97735753319721],[-72.56644890723281,41.977581533259915],[-72.56618790715318,41.97767853328695],[-72.56599390709536,41.97777453331165],[-72.56541590692322,41.9780625333856],[-72.56522290686578,41.97815953341044],[-72.56503490681045,41.97826453343668],[-72.56447090664469,41.97858353351613],[-72.56428390658972,41.97868953354253],[-72.56321390627964,41.97937153370804],[-72.5621769059756,41.97997153385672],[-72.56201790592864,41.98005753387838],[-72.56132390572029,41.98037453396163],[-72.56072290553878,41.980630534030134],[-72.5597579052441,41.98098553412941],[-72.55839490482447,41.98142753425817],[-72.55674990431906,41.98197953441716],[-72.555609903967,41.982330534521246],[-72.55425690354728,41.98271453463855],[-72.55391290344046,41.982810534668054],[-72.55288090312021,41.98310153475713],[-72.55253790301377,41.98319853478681],[-72.5524649029803,41.98303153475704],[-72.55224690288031,41.98253253466811],[-72.55217490284721,41.9823665346385],[-72.55188890271607,41.98171253452195],[-72.55184690269844,41.98164453451022],[-72.55182190268796,41.981604534503326],[-72.5518009026792,41.981571534497654],[-72.55171190265129,41.981591534504375],[-72.55163890262709,41.981585534505555],[-72.5514379025475,41.98134353446548],[-72.55080390220517,41.97899853403493],[-72.55005690180226,41.97624253352895],[-72.55023290185623,41.97618153351158],[-72.55054590194352,41.975922533451715],[-72.55090390203159,41.97542253334407],[-72.55097290203945,41.97516753329281],[-72.55081290198125,41.97506453327815],[-72.55029390181964,41.97520153332115],[-72.55017190177253,41.975075533300846],[-72.55043090183798,41.97474353322868],[-72.55049990184777,41.974522533183986],[-72.55071390191634,41.974499533172676],[-72.55083590197071,41.974751533217216],[-72.55103390203733,41.97478553321739],[-72.5514379021684,41.974770533201536],[-72.55156790221108,41.97477453319812],[-72.55159890222076,41.97476653319561],[-72.55165190223852,41.97477453319542],[-72.55178190228028,41.974762533188944],[-72.55175890225917,41.97452653314431],[-72.55146090214511,41.97423653309811],[-72.55150690215687,41.974179533085675],[-72.55168290219912,41.973915533029256],[-72.55203290231567,41.97395453302551],[-72.55208690232472,41.97380553299512],[-72.55210990231089,41.97343553292322],[-72.55220890234251,41.973423532917735],[-72.55238390240653,41.97354253293501],[-72.55261290249338,41.973751532967846],[-72.55293390260547,41.97387753298178],[-72.55316290270426,41.97429353305442],[-72.55317990270993,41.974295533054246],[-72.55328490274493,41.97430853305338],[-72.5533859027725,41.97421453303207],[-72.55353590279724,41.97379353294629],[-72.55345290275454,41.97352353289702],[-72.55313190264003,41.973355532875026],[-72.55265090248554,41.973400532899134],[-72.55242990240681,41.973286532884295],[-72.55250590242154,41.973111532848215],[-72.55252190242652,41.97310753284692],[-72.55251390242299,41.9730915328441],[-72.55254490242874,41.9730155328285],[-72.55267390246492,41.972912532804536],[-72.55300190256415,41.97277553276765],[-72.55299490254185,41.97242853270115],[-72.55271990242828,41.97201653263075],[-72.55278890243716,41.97177953258294],[-72.55310690252145,41.97144053250754],[-72.55336890259974,41.9713145324749],[-72.55406290282109,41.971222532434915],[-72.55432990288693,41.97085253235518],[-72.55423090284077,41.9706125323122],[-72.55361990262759,41.97037553228623],[-72.55336890253817,41.97024653226949],[-72.55339190253905,41.97013153224663],[-72.55344490255065,41.97003253222588],[-72.55351390257054,41.969986532214826],[-72.55395390271487,41.96999753220282],[-72.55448990289676,41.9701165322085],[-72.55478790299009,41.97004753218566],[-72.55478790298218,41.969910532159304],[-72.55458890290933,41.96977353213934],[-72.55407090273619,41.96970453214271],[-72.55419990276908,41.96954453210779],[-72.55451290286358,41.96941053207196],[-72.55461190287237,41.96900253199032],[-72.55453590283832,41.96884253196199],[-72.5543379027774,41.96890753198084],[-72.55400190267997,41.96912053203259],[-72.55342190247806,41.96890353200948],[-72.55344490245783,41.968422531916225],[-72.55401690263368,41.968232531861325],[-72.5540089026227,41.96808753183369],[-72.55399390261601,41.96805653182821],[-72.55400890261983,41.96803753182408],[-72.55400190260721,41.96785853178987],[-72.55400890260046,41.967701531759445],[-72.55416190265063,41.967705531755314],[-72.55452090277538,41.96783553176878],[-72.55479490287955,41.968090531809025],[-72.55535090305983,41.96806853178695],[-72.55542890307713,41.96792653175713],[-72.55523790299716,41.96762153170461],[-72.55495590288618,41.967293531650576],[-72.55502390290205,41.96718353162722],[-72.55533690300402,41.96717953161641],[-72.55591690319649,41.96723253160798],[-72.5561149032442,41.966938531545054],[-72.55645090334117,41.96671753149177],[-72.55638990330499,41.96643553143949],[-72.55616890322847,41.96635953143197],[-72.55614590322112,41.96636253143327],[-72.55613790321765,41.96634753143064],[-72.55593190314599,41.966271531422656],[-72.55580990311076,41.96635153144194],[-72.55579490312235,41.96663753149744],[-72.55553490303589,41.9666105315006],[-72.55546690300163,41.96640153146258],[-72.55555790302425,41.96627853143601],[-72.5557569030719,41.96597753137171],[-72.55569590303791,41.965733531326755],[-72.5559849031305,41.96570253131151],[-72.55647390329175,41.96572953130099],[-72.5567479033731,41.96558853126508],[-72.55687790340583,41.965420531228595],[-72.55697690341222,41.96497053113886],[-72.5574429035576,41.964852531101194],[-72.55793890371605,41.96479153107354],[-72.55829690382038,41.96457353102011],[-72.55849590387459,41.96438653097773],[-72.55908290404626,41.96403953089216],[-72.55965490422382,41.963879530843],[-72.55983790426734,41.963597530782884],[-72.55974690421932,41.96328053072482],[-72.55966990419044,41.963215530714805],[-72.55948690411465,41.96293753066719],[-72.55960890414941,41.96284953064635],[-72.55975390419943,41.962895530650535],[-72.5602579043776,41.963131530679746],[-72.56042590442455,41.962994530648],[-72.56041790440962,41.962780530607105],[-72.56005990426303,41.962265530519524],[-72.56018190428668,41.96198453046156],[-72.56034990430585,41.96136553033709],[-72.56018190423714,41.961125530296314],[-72.55992990415284,41.96109053029767],[-72.55933490396409,41.96118653033524],[-72.55934990397446,41.96128153035304],[-72.55975390412046,41.96152553038699],[-72.55970890411568,41.96169753042153],[-72.55946490404568,41.96186553046168],[-72.5593269039938,41.961747530443425],[-72.55885390380413,41.96113653034106],[-72.55837390362124,41.96068253026914],[-72.55848990365,41.96052453023503],[-72.55874690372288,41.96033253018983],[-72.55875790371884,41.96020053016409],[-72.55811190349834,41.960034530152896],[-72.55811990347179,41.95952853005528],[-72.55751990322638,41.958669529909294],[-72.55724990311037,41.958186529825035],[-72.55672690293504,41.95810752982664],[-72.55615090270646,41.95740452970988],[-72.55596690263312,41.95717452967155],[-72.5559899026321,41.957026529642334],[-72.5561409026401,41.95630952949953],[-72.55594190255142,41.95589852942685],[-72.55556890241616,41.9556645293938],[-72.55541490237192,41.955769529418944],[-72.55539190237731,41.95599352946278],[-72.55515190230685,41.956130529496846],[-72.55490490222043,41.95603052948553],[-72.55486690220715,41.956015529483864],[-72.55482890218944,41.95592352946739],[-72.55479390217295,41.95583552945158],[-72.55477890216592,41.955798529444955],[-72.55493290220548,41.95561252940422],[-72.55506690224516,41.955541529386224],[-72.5551399022566,41.95532652934252],[-72.5549059021624,41.95501752929058],[-72.55444590201185,41.9550115293042]]]},"properties":{"name":4811,"geoid":"09003481100"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.59379591690966,41.99049553486302],[-72.59743691809794,41.99048253474332],[-72.5977539182021,41.99049353473523],[-72.59922791868196,41.990467534682786],[-72.5999879189269,41.990411534647556],[-72.60078491918132,41.990310534602486],[-72.60099491924794,41.990276534589185],[-72.6011259192895,41.99025553458094],[-72.60160591944087,41.9901625345476],[-72.60199991956507,41.990085534520134],[-72.60318491993881,41.989856534437955],[-72.6034399200193,41.98980853442052],[-72.60357992006334,41.98977953441044],[-72.60436992043151,41.991683534750926],[-72.60523492083445,41.99376553512317],[-72.60674192153694,41.99739953577296],[-72.60688892160532,41.99775153583587],[-72.6071569217302,41.99839653595117],[-72.60742492185506,41.999041536066464],[-72.60747892188029,41.9991725360899],[-72.60753392190588,41.9993045361135],[-72.60744892190128,41.999704536193086],[-72.60736292189631,42.00010353627251],[-72.60725092189,42.00062653637661],[-72.60700192187811,42.001825536614994],[-72.60639092184898,42.004768537200114],[-72.60564892181365,42.0083425379106],[-72.605429921803,42.009393538119554],[-72.60490592177801,42.01191653862109],[-72.60447592163588,42.01188753862935],[-72.60318892121047,42.01180053865411],[-72.60275992106872,42.01177253866255],[-72.60262492102393,42.011760538664596],[-72.60249992098085,42.011721538661135],[-72.60231592091739,42.01166353865593],[-72.6017949207398,42.01153553864812],[-72.6017289207175,42.01152253864774],[-72.60146892062969,42.01147253864651],[-72.60116792052803,42.01141453864509],[-72.60112592051343,42.011399538643545],[-72.6009559204546,42.01134253863806],[-72.60091692044179,42.01134153863914],[-72.60091692044678,42.01142753865566],[-72.60086792043256,42.01145853866319],[-72.60080092040984,42.01144353866246],[-72.60067592036258,42.01133253864516],[-72.600530920309,42.01122553862928],[-72.6003869202595,42.01118253862567],[-72.60026392021965,42.011188538630776],[-72.60015392018413,42.01119553863567],[-72.60004892014892,42.01117953863597],[-72.59992292010527,42.011136538631774],[-72.59992292010214,42.0110825386214],[-72.59994192010498,42.01102453860966],[-72.60012592015751,42.01089353857856],[-72.60014492016214,42.01086653857276],[-72.60017392016825,42.0108085385607],[-72.60017792016191,42.010676538535215],[-72.60018392015485,42.01052053850504],[-72.6001359201373,42.01048853850045],[-72.60002992010145,42.01046753849982],[-72.59992392006389,42.01041653849342],[-72.59987592004163,42.010302538473084],[-72.59986592003158,42.01018553845093],[-72.59984692002247,42.01013553844194],[-72.59977891999858,42.01010653843855],[-72.59960591994214,42.01010753844433],[-72.59954791992105,42.01007053843908],[-72.59949991989905,42.00996153841969],[-72.59948991988327,42.009745538378525],[-72.5994709198739,42.00969053836856],[-72.59937491983617,42.00958053835053],[-72.59927791980125,42.009524538342895],[-72.59926991979823,42.00951753834181],[-72.5991529197548,42.009427538328296],[-72.59915291975115,42.0093645383162],[-72.59925891978038,42.009271538294925],[-72.59926891977976,42.00920453828171],[-72.59923991976926,42.009186538279195],[-72.59912491973066,42.00916853827944],[-72.59908791971823,42.009162538279476],[-72.59906591971087,42.00915953827961],[-72.59902791969554,42.009109538271225],[-72.59902091969175,42.00908353826645],[-72.59901291968707,42.00904753825979],[-72.59897991966835,42.00891053823455],[-72.59896091965324,42.00875653820557],[-72.59891291963385,42.00869253819482],[-72.59891291963228,42.008665538189646],[-72.59889391962525,42.00865153818755],[-72.59889291962078,42.008579538173755],[-72.59897091964324,42.00852753816126],[-72.59905791966708,42.00844853814329],[-72.5990579196475,42.008110538078355],[-72.59907791965014,42.00804353806485],[-72.59910691965702,42.00799853805526],[-72.59914591966356,42.00789153803345],[-72.59912591964871,42.007747538006434],[-72.5990589196215,42.007655537990914],[-72.5989239195715,42.00755353797568],[-72.5988809195571,42.007547537975896],[-72.59880791953267,42.00753753797633],[-72.59862491947297,42.00753853798241],[-72.59840291940255,42.00757453799647],[-72.59786191922885,42.00762653802389],[-72.59750491911232,42.00762753803558],[-72.59742791908577,42.00760353803346],[-72.59741791907989,42.00755853802514],[-72.59736991906365,42.00754853802475],[-72.5973219190453,42.00750253801746],[-72.59730291903621,42.00745253800848],[-72.5972739190246,42.00741553800229],[-72.59723491900635,42.00732053798531],[-72.59713991896011,42.007057537937825],[-72.59702391890883,42.00682653789718],[-72.59700391890168,42.00681553789572],[-72.59697491888826,42.006747537883584],[-72.59685191883679,42.00655253785009],[-72.59683091882931,42.006541537848655],[-72.5968219188253,42.00652353784549],[-72.59669591878115,42.006471537839545],[-72.5966769187757,42.00648453784267],[-72.5960579185806,42.00660653788603],[-72.5951509182968,42.006821537956554],[-72.59435891804749,42.00698353801317],[-72.59432991803837,42.006989538015254],[-72.59410791797002,42.00706153803624],[-72.59394391792144,42.007147538058035],[-72.59377891787311,42.007243538081795],[-72.59367291784463,42.007349538105565],[-72.59360491782543,42.007401538117755],[-72.59302591766404,42.00788053822843],[-72.59291791763292,42.00795253824572],[-72.5928199175869,42.00771053820239],[-72.59281491758446,42.00769653819985],[-72.59273991754556,42.00744753815444],[-72.59261291747531,42.00695053806304],[-72.59260191746876,42.0068995380536],[-72.5925459174349,42.00663053800373],[-72.59253191742008,42.006453537970174],[-72.59249191737634,42.00592353786963],[-72.59247891736192,42.00574753783624],[-72.59249591735365,42.00550853778978],[-72.59254891732961,42.00479453765089],[-72.59256691732178,42.00455753760479],[-72.59258291731942,42.00442653757911],[-72.59259691731775,42.00431853755789],[-72.59266591732437,42.00404353750283],[-72.59269791732748,42.003916537477416],[-72.59277791733676,42.00362553741893],[-72.59278591733786,42.00359953741367],[-72.59287991735317,42.00333353735954],[-72.59309591739178,42.002781537246534],[-72.59320691741183,42.00250153718914],[-72.59342091744851,42.00192753707197],[-72.59382291751743,42.0008495368519],[-72.59411691757236,42.00013953670601],[-72.59419291758468,41.99992353666207],[-72.59425491758728,41.99961853660146],[-72.59431491757378,41.99904653648962],[-72.59433391755731,41.99865453641369],[-72.59436391755854,41.998506536384276],[-72.5943649175502,41.99835653635542],[-72.59437091752855,41.99794853627683],[-72.59440891751255,41.99745753618125],[-72.59443291750308,41.99715853612302],[-72.59443591749897,41.99707053610602],[-72.59444491748815,41.99683253605999],[-72.59444491748671,41.99680753605519],[-72.59444691748554,41.99677653604916],[-72.59444891748299,41.99672053603833],[-72.59444991748173,41.99669353603311],[-72.59445091748103,41.996675536029635],[-72.59445291747814,41.99661453601783],[-72.59445391747697,41.99658853601282],[-72.59442591745261,41.996325535963166],[-72.59434491738068,41.995539535814736],[-72.59431791735672,41.995277535765254],[-72.59430291734371,41.99513753573882],[-72.59425791730472,41.994717535659575],[-72.5942439172921,41.9945785356333],[-72.59422391727442,41.994385535596855],[-72.59416591722204,41.99380753548765],[-72.59414691720472,41.993615535451355],[-72.59413291719352,41.99350053542971],[-72.59409291716055,41.99315653536489],[-72.5940799171497,41.99304253534339],[-72.59405891713352,41.99288153531314],[-72.59399891708605,41.99239953522243],[-72.59397891707026,41.992239535192304],[-72.59397391706575,41.99218953518288],[-72.59396191705315,41.99203953515442],[-72.59395791704902,41.99199053514515],[-72.59394091703405,41.99182753511437],[-72.5938899169891,41.99133853502202],[-72.5938739169745,41.99117653499139],[-72.59385791696135,41.99103953496559],[-72.59381091692241,41.99063153488867],[-72.59379591690966,41.99049553486302]]]},"properties":{"name":4806,"geoid":"09003480600"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.60703392026727,41.97380453122832],[-72.60673192025124,41.975232531512596],[-72.60668292024887,41.97546853155954],[-72.60582692020355,41.97951853236573],[-72.60552592018792,41.980947532650134],[-72.60551892018736,41.98097753265611],[-72.60549892018622,41.981070532674636],[-72.60549292018605,41.981101532680796],[-72.60510992016134,41.982836533026656],[-72.60471292013592,41.98463853338581],[-72.60396192008767,41.988043534064474],[-72.60393392008615,41.98817553409075],[-72.60381792007853,41.988698534195],[-72.60370292007117,41.989220534299015],[-72.60364092006714,41.989500534354846],[-72.60357992006334,41.98977953441044],[-72.6034399200193,41.98980853442052],[-72.60318491993881,41.989856534437955],[-72.60199991956507,41.990085534520134],[-72.60160591944087,41.9901625345476],[-72.6011259192895,41.99025553458094],[-72.60099491924794,41.990276534589185],[-72.60078491918132,41.990310534602486],[-72.5999879189269,41.990411534647556],[-72.59922791868196,41.990467534682786],[-72.5977539182021,41.99049353473523],[-72.59743691809794,41.99048253474332],[-72.59379591690966,41.99049553486302],[-72.59330291674847,41.990492534878314],[-72.59182691626604,41.990485534924474],[-72.59133491610527,41.99048353493992],[-72.59124591607613,41.9904825349426],[-72.5909799159891,41.99047953495058],[-72.5908919159603,41.99047853495322],[-72.59027191575615,41.9904495349676],[-72.58841291514418,41.99036553501127],[-72.5883449151218,41.99036253501287],[-72.58779391494086,41.99034553502735],[-72.58800591496379,41.98954453486657],[-72.58801891496485,41.989489534855586],[-72.588217914984,41.98869653469676],[-72.58836191499216,41.98802453456297],[-72.58848391499393,41.98736553443235],[-72.58853491498306,41.98688953433923],[-72.58862991496328,41.9860105341672],[-72.5886359149576,41.985878534141655],[-72.58862691494593,41.985727534112904],[-72.58863591491814,41.985195534010344],[-72.58855591483324,41.98417853381742],[-72.58853691481922,41.984043533792075],[-72.58840291472067,41.98309553361417],[-72.58804291446201,41.98065353315628],[-72.58791691437733,41.97990053301556],[-72.58764891419142,41.97819753269676],[-72.58756591413353,41.97766453259696],[-72.58735991398444,41.97624853233132],[-72.58732791393214,41.97552353219296],[-72.58731791390119,41.97504453210118],[-72.58731491388826,41.97483753206148],[-72.58735391386332,41.97418553193486],[-72.58744691384778,41.97339053177899],[-72.58754391384913,41.97286553167493],[-72.58767291385618,41.97225853155404],[-72.58778591386866,41.971835531469075],[-72.58789291388385,41.97149353139988],[-72.58798391389703,41.971207531341946],[-72.58829191394852,41.97035753116858],[-72.58862891407519,41.97064553121312],[-72.589008914217,41.97095253125994],[-72.58913091426255,41.971051531275066],[-72.58962391444479,41.97141953132997],[-72.58983891452162,41.97153453134516],[-72.59013191462326,41.97163753135554],[-72.59034691469627,41.97168653135805],[-72.59052491475613,41.971716531358105],[-72.59158791511074,41.9718465313489],[-72.59251391541969,41.97196053134102],[-72.59247491542278,41.97223453139498],[-72.59235991543272,41.973056531556736],[-72.59232191543622,41.97333153161083],[-72.59273291557255,41.97336853160472],[-72.59284691561041,41.97337953160318],[-72.59396191598245,41.97351753159384],[-72.59437191611927,41.973568531590466],[-72.59460091619566,41.97359653158848],[-72.59528791642485,41.97368053158251],[-72.5955169165013,41.97370953158073],[-72.59583991660931,41.973753531578794],[-72.59681091693398,41.973885531572925],[-72.59713491704233,41.97392953157096],[-72.5975219171714,41.973976531567544],[-72.59868491755927,41.97411753155723],[-72.59907291768876,41.974165531553965],[-72.59929591776311,41.97419253155199],[-72.6001079180338,41.97428853154431],[-72.60172191857197,41.97448153152947],[-72.60317991905862,41.974664531517725],[-72.60321491907027,41.97466853151739],[-72.6039309193097,41.97476653151317],[-72.60420491939952,41.9747725315055],[-72.60425091941386,41.974760531501715],[-72.60431491942175,41.97453553145639],[-72.60451091944684,41.973862531320684],[-72.60457691945544,41.973638531275505],[-72.60467691948897,41.97365353127516],[-72.60497691958962,41.97370053127453],[-72.6050769196232,41.97371653127439],[-72.60513091964062,41.973712531271886],[-72.60529391969337,41.973704531265106],[-72.60534891971113,41.97370153126276],[-72.60568591982233,41.97372153125575],[-72.60611091996262,41.97374753124707],[-72.60669692015603,41.97378353123511],[-72.60687192021379,41.973794531231604],[-72.60695292024053,41.97379953122995],[-72.60703392026727,41.97380453122832]]]},"properties":{"name":4807,"geoid":"09003480700"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.76234695667718,41.72686247860695],[-72.76234195667257,41.72681047859704],[-72.76227295661195,41.72614647847087],[-72.76226095659449,41.72591047842561],[-72.76225395658435,41.72577347839935],[-72.76224895651451,41.724586478169954],[-72.76223795633058,41.72144647756301],[-72.76220795623246,41.71990847726652],[-72.7622049562201,41.71971047722832],[-72.7621799561338,41.71834947696587],[-72.7622139561154,41.71783647686556],[-72.76223495610479,41.71753247680606],[-72.7620469559734,41.71631047657576],[-72.76196995591921,41.71580347648017],[-72.76225595600992,41.71576147646282],[-72.76311595628283,41.71563747641112],[-72.76340295637392,41.71559647639392],[-72.7636629564558,41.71554847637624],[-72.76444495670228,41.715406476323594],[-72.76470595678455,41.71535947630607],[-72.76531195697768,41.71528647627241],[-72.76609395722603,41.71517747622611],[-72.76688895747861,41.71506847617941],[-72.76720795758001,41.7150254761608],[-72.77027395856231,41.714747476008164],[-72.77028295856523,41.71474747600788],[-72.77166895900925,41.714621475938806],[-72.7729739594227,41.71442247585823],[-72.77422395981877,41.714232475781166],[-72.77523096013783,41.71407947571908],[-72.77621596044992,41.713929475658304],[-72.77688996066355,41.713828475617014],[-72.7772189607678,41.713778475596726],[-72.77819596107739,41.713630475536604],[-72.77837996113585,41.71360547552582],[-72.77893496131234,41.71353247549379],[-72.7791199613712,41.71350847548318],[-72.7795609615107,41.713437475455216],[-72.78050996181098,41.7132864753954],[-72.78088596192973,41.713222475370884],[-72.78132796206937,41.713148475342315],[-72.78278196252764,41.712885475244526],[-72.7829929625942,41.712848475230565],[-72.78633696353488,41.71027347462455],[-72.78740296383475,41.70945247443132],[-72.78750696386412,41.70937447441289],[-72.78826596407782,41.70879347427599],[-72.78974996449566,41.70765747400834],[-72.79198596512494,41.70594147360419],[-72.79219896518502,41.70578047356617],[-72.79260496530856,41.70563047352407],[-72.79290596539579,41.70544347347816],[-72.79316896546952,41.70523647342963],[-72.79364996560622,41.704890473347156],[-72.79402896571872,41.70470147329837],[-72.79413596574994,41.704638473282735],[-72.79436296581632,41.704507473250054],[-72.79511696603272,41.70400247312802],[-72.79550396614279,41.70372547306193],[-72.79595096627001,41.70340747298597],[-72.79607096631604,41.703528473005505],[-72.79643496645205,41.70383347305277],[-72.79705396668338,41.70435247313321],[-72.79791596700612,41.70508547324718],[-72.79826996713865,41.705386473294],[-72.79841196719144,41.705500473311474],[-72.7984409672022,41.70552347331498],[-72.79851896723117,41.705585473324454],[-72.79852796723448,41.7055924733255],[-72.79855796724566,41.705616473329194],[-72.79866396728491,41.70569947334184],[-72.79883796734931,41.70583447336232],[-72.79899796740675,41.705927473375155],[-72.79911596744907,41.7059954733845],[-72.79928596750958,41.70608547339643],[-72.79940096755054,41.70614647340451],[-72.79970396765664,41.70627647341988],[-72.79981696769572,41.706316473423975],[-72.79999896775877,41.706382473430864],[-72.80007396778454,41.706406473433084],[-72.80046896791912,41.706510473440446],[-72.80059896796344,41.70654547344302],[-72.8011379681463,41.70667447345058],[-72.80189496840269,41.7068474734596],[-72.80197896843119,41.70686747346076],[-72.80237596856439,41.70693647346129],[-72.80291896874718,41.70704147346406],[-72.80370396901066,41.707179473465416],[-72.80404796913126,41.70732947348332],[-72.8040599691336,41.707302473477725],[-72.8040809691377,41.70725447346775],[-72.8041709691682,41.7072754734689],[-72.80425896919752,41.707287473468384],[-72.8047579693675,41.70741847347761],[-72.80531696955934,41.70759047349283],[-72.80601696980447,41.70789047352826],[-72.80653096998904,41.70819047356969],[-72.80676197007338,41.708349473592996],[-72.80745197033981,41.70907647371134],[-72.80928497105627,41.711158474054855],[-72.8092809710551,41.71116047405537],[-72.80903597098305,41.7112944740892],[-72.80909797100847,41.711385474104794],[-72.8091079710215,41.71155547413735],[-72.80873997095978,41.7125644743444],[-72.8087229709569,41.71261047435385],[-72.80818297086314,41.71403647464711],[-72.80795497082373,41.71464147477148],[-72.80778297079382,41.71509447486465],[-72.80726797070452,41.7164564751447],[-72.80709697067499,41.716910475238016],[-72.80708297067157,41.71693047524234],[-72.80558597040418,41.720752476029865],[-72.80514097032342,41.72186647625965],[-72.80469997024352,41.72297247648777],[-72.80463297023125,41.72313847652203],[-72.8044969702065,41.723477476591974],[-72.80442297019133,41.723632476624346],[-72.80441297018935,41.723654476628916],[-72.80435397017835,41.72379747665847],[-72.80426597016174,41.724006476701724],[-72.80419197014703,41.72416947673564],[-72.80393397009642,41.724749476856125],[-72.80377397006136,41.725045476918524],[-72.8036359700276,41.7252394769605],[-72.80362997002594,41.725244476961656],[-72.80343896997383,41.72541947700167],[-72.80331696993882,41.72550147702147],[-72.80321996991098,41.725566477037155],[-72.80296396983614,41.72571447707405],[-72.80295396983331,41.72572147707573],[-72.80184296950122,41.72623647721121],[-72.80146896938949,41.72641047725693],[-72.80171696948457,41.72665947729704],[-72.80199596959163,41.726941477342564],[-72.80231596971038,41.727194477381154],[-72.802522969786,41.727337477402116],[-72.80258996981051,41.72738447740904],[-72.8028379698976,41.72749447742229],[-72.80274196987361,41.727620477449754],[-72.80245996980338,41.727995477531366],[-72.80210796971572,41.72846347763323],[-72.80165996960082,41.72900147775171],[-72.80123896948828,41.72942747784768],[-72.80115396946562,41.729514477867255],[-72.80076396935718,41.7298364779421],[-72.80036496924603,41.73016247801802],[-72.79987996911109,41.730561478110836],[-72.79976496907922,41.73065847813329],[-72.79940596897988,41.730963478203876],[-72.79917696891604,41.73114947824722],[-72.79877896880522,41.731475478323105],[-72.79848896872882,41.731788478392986],[-72.79845696872042,41.73182347840079],[-72.7980729686225,41.732294478504244],[-72.79768696852514,41.73278647861184],[-72.79742396845886,41.733122478685296],[-72.79734396843862,41.7332234787074],[-72.79710496837835,41.73352847877408],[-72.79702596835851,41.73363047879634],[-72.79658796824464,41.73412947890697],[-72.79527696790394,41.73562647923871],[-72.79483996779044,41.73612647934949],[-72.79481496778432,41.736161479357065],[-72.79474296776692,41.73626647937968],[-72.79471896776118,41.73630247938743],[-72.79457596772647,41.73650847943186],[-72.7944809677018,41.736617479456],[-72.79424296764026,41.73689447951724],[-72.79382696753838,41.737477479643374],[-72.79375496751913,41.73755047965981],[-72.79348096744627,41.73783447972356],[-72.79339796742413,41.73791947974267],[-72.79339696742393,41.737921479743086],[-72.79320296737035,41.738088479781624],[-72.79312696734937,41.73815347979665],[-72.79303696732454,41.738231479814644],[-72.79286096727472,41.73836147984546],[-72.79275996724628,41.7384384798636],[-72.79233596712639,41.73875447993838],[-72.79216196707733,41.73888647996952],[-72.79193596701347,41.73905548000948],[-72.78762396577245,41.741888480696346],[-72.78639696541919,41.74269248089138],[-72.78614596534676,41.742854480930795],[-72.78539396513,41.74334248104939],[-72.78514396505796,41.74350548108897],[-72.78484096497023,41.74369548113549],[-72.78435296482951,41.74401148121232],[-72.78259696432329,41.74515148148936],[-72.7820019641532,41.74556248158802],[-72.78130196395321,41.74604848170455],[-72.78122896393208,41.74609448171578],[-72.78116096390032,41.74592748168571],[-72.78110496385918,41.74552948161058],[-72.78091196371787,41.74416648135338],[-72.78009096311567,41.73834848025529],[-72.77987396295646,41.736809479964776],[-72.7798149629143,41.73641047988953],[-72.77972796284816,41.735753479765336],[-72.77946696264996,41.73378547939328],[-72.77937996258389,41.73312947926926],[-72.77906496231456,41.730230478718916],[-72.77822596206944,41.73071847884035],[-72.7776389619001,41.73109747893257],[-72.7774719618559,41.73127447897218],[-72.77673196166366,41.73212147915983],[-72.77648796160054,41.73240547922262],[-72.77629396155037,41.73263147927256],[-72.77576796141567,41.73326747941252],[-72.77565496138686,41.73340647944303],[-72.77553896135812,41.73356347947712],[-72.7754779613429,41.73364447949477],[-72.77529596129779,41.7338904795482],[-72.77523596128296,41.73397247956597],[-72.77506196123976,41.73420647961683],[-72.7745409611106,41.73491047976976],[-72.77442796108267,41.735064479803185],[-72.7743639610663,41.735142479820325],[-72.77414796101094,41.735402479877564],[-72.77361996087579,41.73604248001833],[-72.7734929608423,41.73617948004892],[-72.77326496078246,41.73642948010461],[-72.77319296076355,41.7365084801222],[-72.77282896066497,41.73685548020103],[-72.77281396066067,41.73686548020345],[-72.77241096054559,41.73714648027079],[-72.77224196049745,41.73726648029942],[-72.77126796021916,41.737942480461534],[-72.7707529600721,41.738301480547555],[-72.76920695962926,41.7393554808012],[-72.76893295955318,41.73958448085431],[-72.76877695938929,41.737617480479074],[-72.76877495938643,41.73757948047179],[-72.76807495916194,41.73763948050599],[-72.76753895899003,41.737685480532164],[-72.76729995891242,41.737689480540645],[-72.76658295867973,41.73770348056647],[-72.76634495860257,41.73770948057533],[-72.76574995840882,41.73770948059451],[-72.76542195830206,41.7377104806053],[-72.76449895800148,41.737710480635066],[-72.76396395782724,41.73771048065232],[-72.76393495781781,41.737710480653256],[-72.76336995763387,41.73771148067168],[-72.7631899575752,41.73771048067728],[-72.76265095739966,41.73771048069467],[-72.76247195734136,41.73771048070044],[-72.76237695728784,41.73731748062752],[-72.76227495723005,41.73689048054827],[-72.76229595719265,41.73612048039871],[-72.76230795717338,41.735717480320424],[-72.76245995722076,41.73568048030836],[-72.76250395723095,41.73560848029304],[-72.76246995720177,41.73529348023322],[-72.76246695719874,41.73525748022635],[-72.76258495722766,41.735092480190644],[-72.76259895722814,41.73502148017645],[-72.76250395718898,41.734878480151885],[-72.76245995717184,41.73482948014383],[-72.76241495713184,41.73438848006002],[-72.76240895712712,41.73434048005092],[-72.7624239571235,41.734192480021825],[-72.76250495714483,41.7341044800022],[-72.7626439571898,41.73409947999675],[-72.76273895721947,41.73407747998944],[-72.76275395722219,41.734039479981604],[-72.76271595720532,41.733961479967746],[-72.76265895717985,41.73384147994638],[-72.76263695715724,41.73357247989508],[-72.76256395712713,41.73346247987616],[-72.76254195711991,41.73346147987668],[-72.7625409571108,41.73330847984714],[-72.76253795708342,41.732849479758485],[-72.76253795707464,41.732696479728894],[-72.76249895699486,41.7315294795045],[-72.76238495675656,41.728028478831206],[-72.76235695669727,41.72715547866326],[-72.76235495669376,41.72710547865368],[-72.76234695667718,41.72686247860695]]]},"properties":{"name":4601,"geoid":"09003460100"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.79595096627001,41.70340747298597],[-72.79640196639212,41.702977472888236],[-72.79749796668911,41.70193747265163],[-72.79773596675125,41.70167047259229],[-72.79815196686005,41.70120747248928],[-72.79871696701701,41.7007384723803],[-72.80041196748812,41.69933547205412],[-72.80097796764552,41.69886847194548],[-72.80132796774473,41.698612471884644],[-72.80237996804313,41.69784647170246],[-72.80273096814273,41.69759147164181],[-72.80299896821828,41.69738847159387],[-72.80380496844575,41.6967814714504],[-72.80407396852169,41.69657947140262],[-72.80485596874009,41.695950471255664],[-72.80583796901541,41.69517947107476],[-72.81009997021052,41.69183747029042],[-72.81110397056132,41.69225547033889],[-72.81120697058157,41.69202447029087],[-72.81200697073945,41.69024146991998],[-72.81212297077147,41.690141469896886],[-72.81222497079875,41.69003846987366],[-72.81264097091409,41.68968946979268],[-72.81389097126097,41.68864646955046],[-72.81430797137668,41.68829846946965],[-72.81453197144452,41.68821046944539],[-72.81470297149637,41.68814446942708],[-72.81520397164822,41.68794946937317],[-72.81542897171644,41.68786246934908],[-72.8154309717167,41.687855469347646],[-72.81543997171842,41.68783446934329],[-72.81544297171905,41.68782846934202],[-72.81769797247279,41.68817346933598],[-72.8190609729284,41.68838246933241],[-72.82163097378745,41.68877646932563],[-72.8256239751221,41.689387469314866],[-72.82597397523911,41.689441469314005],[-72.82991597655672,41.6900444693033],[-72.83250897742346,41.690442469296514],[-72.83353497776642,41.69059946929373],[-72.83371397782633,41.69062846929356],[-72.83425397800706,41.69071546929295],[-72.83443397806731,41.690744469292746],[-72.83449397808724,41.69075146929215],[-72.83466097814258,41.690768469290035],[-72.83534197836845,41.690842469282344],[-72.8355699784441,41.69086746927981],[-72.83561897846027,41.690871469278996],[-72.83576797850944,41.69088346927652],[-72.83581797852595,41.690887469275665],[-72.83604897860215,41.690905469271684],[-72.83728397901577,41.69110846927104],[-72.84167698048716,41.69183446926947],[-72.84213798064157,41.69191046926927],[-72.84314198097788,41.69207646926892],[-72.84327898102372,41.69209846926874],[-72.84368998116139,41.6921664692686],[-72.84382798120761,41.6921894692686],[-72.84399898126489,41.69221746926847],[-72.84451398143742,41.69230346926847],[-72.84468598149506,41.692332469268514],[-72.84461698148061,41.69247146929763],[-72.8445039814614,41.69277646936032],[-72.84418398140753,41.69364946953957],[-72.84412798140106,41.693853469580844],[-72.84413298142,41.694154469638924],[-72.84414298145094,41.69463546973167],[-72.84421698150412,41.69514046982698],[-72.8444409816643,41.69665647011305],[-72.84451598171785,41.69716247020853],[-72.84454198173465,41.69730747023573],[-72.84461998178509,41.697742470317365],[-72.84464598180197,41.697888470344765],[-72.8446109818112,41.698246470415164],[-72.84460698181093,41.698264470418785],[-72.84454598180776,41.698554470476864],[-72.84444298179723,41.69895347055737],[-72.8443579817937,41.69937247064118],[-72.84428298179071,41.69974447071557],[-72.8441479817766,41.70026247082015],[-72.84401198176292,41.70079347092726],[-72.84375698173916,41.701821471134394],[-72.84364598172894,41.70227147122501],[-72.8436289817275,41.7023424712393],[-72.8435989817258,41.70248247126735],[-72.843512981722,41.702902471351386],[-72.84348498172103,41.70304347137956],[-72.84347598172052,41.703085471387986],[-72.84344998171947,41.70321447141379],[-72.84344198171935,41.703257471422354],[-72.84341998171905,41.703376471446084],[-72.84335698171921,41.703735471517575],[-72.84333698171962,41.70385547154144],[-72.84322198170668,41.70428047162735],[-72.84311698169496,41.704670471706194],[-72.84300598167766,41.70499747177303],[-72.84289398165643,41.705261471827725],[-72.8427869816368,41.70552547188225],[-72.84262398160733,41.705934471966636],[-72.84259298160131,41.70600547198136],[-72.8425029815843,41.70621847202548],[-72.8424729815787,41.70629047204037],[-72.84236398156192,41.70661547210677],[-72.8422949815503,41.70680347214537],[-72.8421809815313,41.70711747220979],[-72.84191298148444,41.707818472354035],[-72.84170098144455,41.70832347245858],[-72.84161498142846,41.70853047250139],[-72.84147898140091,41.70882047256188],[-72.84123698133016,41.7089594725966],[-72.84051198111827,41.70937747270088],[-72.84027098104791,41.70951747273577],[-72.83960498085767,41.70997847284648],[-72.8389209806569,41.71035747294191],[-72.8385719805524,41.71051547298376],[-72.83828698046591,41.71062447301404],[-72.83809098040643,41.71069947303489],[-72.83781798032369,41.71080547306423],[-72.8374979802249,41.71089847309257],[-72.83714898011631,41.71098547312069],[-72.83648197990726,41.71112547316933],[-72.83563597964124,41.71128747322803],[-72.83521097950711,41.711360473255894],[-72.83442997926183,41.71151547331114],[-72.8340069791276,41.71157547333642],[-72.83365397901355,41.71159047335074],[-72.83325497888333,41.71158447336247],[-72.83293997877833,41.71154147336434],[-72.8324889786257,41.711440473359396],[-72.8320159784615,41.71126247334027],[-72.83166597833548,41.71105247331098],[-72.83164897832937,41.71104247330958],[-72.83155097829383,41.710979473300576],[-72.83144297825471,41.71091047329071],[-72.83075097798955,41.710217473179064],[-72.8299819776994,41.709525473070094],[-72.82989097767565,41.709627473092745],[-72.82991097768718,41.709714473108924],[-72.8299539777045,41.70977247311876],[-72.83002397773082,41.70983347312829],[-72.83049197791486,41.71038447321973],[-72.8304989779176,41.710392473221056],[-72.8304949779189,41.71043747322988],[-72.8304449779058,41.71049247324215],[-72.83015897782053,41.71062847327769],[-72.82957297764113,41.71082547333475],[-72.82928597755088,41.71088047335466],[-72.82905797747827,41.710908473367454],[-72.82873797737474,41.710919473379924],[-72.82776097706882,41.71112947345214],[-72.82741597695671,41.71113247346386],[-72.8270449768386,41.71117847348475],[-72.82688397679102,41.71126247350621],[-72.82673797675024,41.71137947353356],[-72.82645097669706,41.712078473678034],[-72.82641997668928,41.712118473686765],[-72.8263449766705,41.712216473708146],[-72.82626397665037,41.71232447373166],[-72.82606897660646,41.71266447380372],[-72.82599097658539,41.71273947382075],[-72.82643697673207,41.71276547381134],[-72.826646976806,41.71286247382332],[-72.82673897684096,41.71294947383718],[-72.82688897689371,41.713017473845476],[-72.8269089769004,41.71302047384542],[-72.82708097695804,41.713049473845466],[-72.8274629770828,41.71305647383446],[-72.82764897714358,41.713060473829216],[-72.82802397726772,41.71309647382406],[-72.82828097735177,41.7131034738171],[-72.82833997737109,41.71310547381559],[-72.82858297744995,41.71310147380694],[-72.82879397751766,41.71308447379684],[-72.82897497757837,41.71311547379699],[-72.82922797766626,41.71321147380737],[-72.82974297784949,41.713482473843115],[-72.82989797790985,41.71365447387139],[-72.8299309779272,41.713769473892555],[-72.82996297794391,41.713878473912594],[-72.8299679779615,41.714155473966],[-72.82994297796333,41.714328474000276],[-72.82995497797116,41.71439647401303],[-72.82996497797745,41.71444947402296],[-72.83005297801192,41.71455047403964],[-72.83006497801611,41.714555474040225],[-72.83027997809215,41.71466047405358],[-72.8305899781984,41.71475347406154],[-72.83062697821154,41.71477247406401],[-72.83070397823892,41.714812474069255],[-72.83079197827182,41.714886474080735],[-72.83069397825012,41.715063474118125],[-72.8306099782335,41.71524947415681],[-72.83060497823261,41.715262474159495],[-72.83060097823183,41.71527147416136],[-72.83056097822738,41.715420474191475],[-72.83039797821338,41.71609847432785],[-72.83040297823466,41.716439474393646],[-72.83040797823963,41.71649747440469],[-72.8304449782758,41.71691647448451],[-72.83048097829301,41.71701147450172],[-72.83051497830844,41.71708747451533],[-72.83055497832665,41.71717747453145],[-72.83070897840169,41.717609474609986],[-72.8307479784206,41.717717474629616],[-72.83078697843675,41.717777474639945],[-72.83104097854242,41.71817647470889],[-72.83115897859425,41.71840947475014],[-72.83135197869522,41.71907147487191],[-72.83140997873444,41.71942447493827],[-72.83137397874697,41.71984547502086],[-72.83055997846402,41.71953347498686],[-72.82951697809887,41.719088474934544],[-72.829335978051,41.719280474977516],[-72.82879497790826,41.71985947510698],[-72.82861497786078,41.72005247515013],[-72.8305119785392,41.72110947529315],[-72.82976497832905,41.7216824754281],[-72.82941197819991,41.721435475391765],[-72.82900397805062,41.721149475349655],[-72.82888297801135,41.72115147535396],[-72.82823797781222,41.721339475411185],[-72.82805697775636,41.72139247542728],[-72.82783997769188,41.721499475454976],[-72.82805097777074,41.721676475482376],[-72.82868597800822,41.7222104755651],[-72.82889797808757,41.722389475592855],[-72.82861397800963,41.72264147565076],[-72.82834297793536,41.72288347570631],[-72.82774897777057,41.72337947582144],[-72.82745797768989,41.72362347587802],[-72.82747997769758,41.72363247587906],[-72.8275459777208,41.72366247588272],[-72.82756897772887,41.7236724758839],[-72.82799497787842,41.723861475906666],[-72.82927297832721,41.72442947597516],[-72.82969897847683,41.72461947599811],[-72.82944097840598,41.72484747605054],[-72.82866997819464,41.725535476208485],[-72.82841297812418,41.72576447626108],[-72.82831097809536,41.72584047627908],[-72.82816597805592,41.72597547630987],[-72.82745197786181,41.72664047646152],[-72.82721397779713,41.72686247651215],[-72.82708997776288,41.72696847653665],[-72.82707597775907,41.72698147653961],[-72.82672097766118,41.727288476610454],[-72.82659797762732,41.7273954766351],[-72.82689997773952,41.72763647667194],[-72.82780897807717,41.72836047678252],[-72.82811197818977,41.72860247681949],[-72.82841097830087,41.728841476856026],[-72.82814797823492,41.72918247693046],[-72.8280239782209,41.72963947702281],[-72.82793197821066,41.72998147709192],[-72.82784097822726,41.7307834772499],[-72.82794297830323,41.73152547739002],[-72.82758397822407,41.732179477528064],[-72.82588497778988,41.73424247798179],[-72.82555297771097,41.73474847809033],[-72.82537497766869,41.735020478148684],[-72.82447397747877,41.73681447852459],[-72.82413097741393,41.73762647869263],[-72.82375197732645,41.7382494788253],[-72.82342097724366,41.7386824789197],[-72.8228619771038,41.739413479079076],[-72.82226897695276,41.74014247923913],[-72.82224497694985,41.74022747925634],[-72.82195897691507,41.74123947946118],[-72.82193897696763,41.74226347965973],[-72.82193197698794,41.742655479735724],[-72.82207597714891,41.744633480113315],[-72.82226897736513,41.747292480620914],[-72.82250597754158,41.74901348094576],[-72.82240597753434,41.74945248103385],[-72.82245797758324,41.75000648113921],[-72.82243797770607,41.752248481573055],[-72.82175597759525,41.75417648196761],[-72.82170497758713,41.75432348199766],[-72.82143397753427,41.75493648212485],[-72.82122797749408,41.75540248222156],[-72.82110697747054,41.7556774822786],[-72.82108297746693,41.75575048229348],[-72.82103897746025,41.755882482320416],[-72.82099497745352,41.75601448234733],[-72.82042897736837,41.75773248269754],[-72.82046197739191,41.757954482739365],[-72.82024097731804,41.757921482740144],[-72.82013197728158,41.757904482740386],[-72.81875797684049,41.75801448280609],[-72.81809897662791,41.75804948283417],[-72.8161239759908,41.75815448291836],[-72.81546597577862,41.75819048294662],[-72.81319797504594,41.758292483039654],[-72.80755997322461,41.75854748327127],[-72.80639397284789,41.758599483319024],[-72.80412697211554,41.75870248341222],[-72.80264997163576,41.75872348346403],[-72.79821897019629,41.75878548361926],[-72.79674296971686,41.75880748367121],[-72.79615996931142,41.75506748296746],[-72.79599496919681,41.75401148276876],[-72.7953939687791,41.75015948204385],[-72.79497396848775,41.74747648153893],[-72.79276196777462,41.74760148163455],[-72.78964296676905,41.74777748176932],[-72.78896496655044,41.74781548179856],[-72.7888699665198,41.7478204818026],[-72.78877496648921,41.74782648180683],[-72.7885989664324,41.74783548181426],[-72.78799496623773,41.74787048184053],[-72.78738996604267,41.74790448186664],[-72.7870479659324,41.74792348188135],[-72.7870409659301,41.74792348188158],[-72.78668696581599,41.74794348189688],[-72.78648596575121,41.747955481905706],[-72.78408596497748,41.74809148200949],[-72.78335296474107,41.74813148204088],[-72.78247196445705,41.748181482079],[-72.78233996441547,41.748206482088094],[-72.78219996437139,41.748232482097634],[-72.78217696436096,41.74818148208853],[-72.78200496428325,41.74780448202123],[-72.78142296401982,41.74652148179206],[-72.78122896393208,41.74609448171578],[-72.78130196395321,41.74604848170455],[-72.7820019641532,41.74556248158802],[-72.78259696432329,41.74515148148936],[-72.78435296482951,41.74401148121232],[-72.78484096497023,41.74369548113549],[-72.78514396505796,41.74350548108897],[-72.78539396513,41.74334248104939],[-72.78614596534676,41.742854480930795],[-72.78639696541919,41.74269248089138],[-72.78762396577245,41.741888480696346],[-72.79193596701347,41.73905548000948],[-72.79216196707733,41.73888647996952],[-72.79233596712639,41.73875447993838],[-72.79275996724628,41.7384384798636],[-72.79286096727472,41.73836147984546],[-72.79303696732454,41.738231479814644],[-72.79312696734937,41.73815347979665],[-72.79320296737035,41.738088479781624],[-72.79339696742393,41.737921479743086],[-72.79339796742413,41.73791947974267],[-72.79348096744627,41.73783447972356],[-72.79375496751913,41.73755047965981],[-72.79382696753838,41.737477479643374],[-72.79424296764026,41.73689447951724],[-72.7944809677018,41.736617479456],[-72.79457596772647,41.73650847943186],[-72.79471896776118,41.73630247938743],[-72.79474296776692,41.73626647937968],[-72.79481496778432,41.736161479357065],[-72.79483996779044,41.73612647934949],[-72.79527696790394,41.73562647923871],[-72.79658796824464,41.73412947890697],[-72.79702596835851,41.73363047879634],[-72.79710496837835,41.73352847877408],[-72.79734396843862,41.7332234787074],[-72.79742396845886,41.733122478685296],[-72.79768696852514,41.73278647861184],[-72.7980729686225,41.732294478504244],[-72.79845696872042,41.73182347840079],[-72.79848896872882,41.731788478392986],[-72.79877896880522,41.731475478323105],[-72.79917696891604,41.73114947824722],[-72.79940596897988,41.730963478203876],[-72.79976496907922,41.73065847813329],[-72.79987996911109,41.730561478110836],[-72.80036496924603,41.73016247801802],[-72.80076396935718,41.7298364779421],[-72.80115396946562,41.729514477867255],[-72.80123896948828,41.72942747784768],[-72.80165996960082,41.72900147775171],[-72.80210796971572,41.72846347763323],[-72.80245996980338,41.727995477531366],[-72.80274196987361,41.727620477449754],[-72.8028379698976,41.72749447742229],[-72.80258996981051,41.72738447740904],[-72.802522969786,41.727337477402116],[-72.80231596971038,41.727194477381154],[-72.80199596959163,41.726941477342564],[-72.80171696948457,41.72665947729704],[-72.80146896938949,41.72641047725693],[-72.80184296950122,41.72623647721121],[-72.80295396983331,41.72572147707573],[-72.80296396983614,41.72571447707405],[-72.80321996991098,41.725566477037155],[-72.80331696993882,41.72550147702147],[-72.80343896997383,41.72541947700167],[-72.80362997002594,41.725244476961656],[-72.8036359700276,41.7252394769605],[-72.80377397006136,41.725045476918524],[-72.80393397009642,41.724749476856125],[-72.80419197014703,41.72416947673564],[-72.80426597016174,41.724006476701724],[-72.80435397017835,41.72379747665847],[-72.80441297018935,41.723654476628916],[-72.80442297019133,41.723632476624346],[-72.8044969702065,41.723477476591974],[-72.80463297023125,41.72313847652203],[-72.80469997024352,41.72297247648777],[-72.80514097032342,41.72186647625965],[-72.80558597040418,41.720752476029865],[-72.80708297067157,41.71693047524234],[-72.80709697067499,41.716910475238016],[-72.80726797070452,41.7164564751447],[-72.80778297079382,41.71509447486465],[-72.80795497082373,41.71464147477148],[-72.80818297086314,41.71403647464711],[-72.8087229709569,41.71261047435385],[-72.80873997095978,41.7125644743444],[-72.8091079710215,41.71155547413735],[-72.80909797100847,41.711385474104794],[-72.80903597098305,41.7112944740892],[-72.8092809710551,41.71116047405537],[-72.80928497105627,41.711158474054855],[-72.80745197033981,41.70907647371134],[-72.80676197007338,41.708349473592996],[-72.80653096998904,41.70819047356969],[-72.80601696980447,41.70789047352826],[-72.80531696955934,41.70759047349283],[-72.8047579693675,41.70741847347761],[-72.80425896919752,41.707287473468384],[-72.8041709691682,41.7072754734689],[-72.8040809691377,41.70725447346775],[-72.8040599691336,41.707302473477725],[-72.80404796913126,41.70732947348332],[-72.80370396901066,41.707179473465416],[-72.80291896874718,41.70704147346406],[-72.80237596856439,41.70693647346129],[-72.80197896843119,41.70686747346076],[-72.80189496840269,41.7068474734596],[-72.8011379681463,41.70667447345058],[-72.80059896796344,41.70654547344302],[-72.80046896791912,41.706510473440446],[-72.80007396778454,41.706406473433084],[-72.79999896775877,41.706382473430864],[-72.79981696769572,41.706316473423975],[-72.79970396765664,41.70627647341988],[-72.79940096755054,41.70614647340451],[-72.79928596750958,41.70608547339643],[-72.79911596744907,41.7059954733845],[-72.79899796740675,41.705927473375155],[-72.79883796734931,41.70583447336232],[-72.79866396728491,41.70569947334184],[-72.79855796724566,41.705616473329194],[-72.79852796723448,41.7055924733255],[-72.79851896723117,41.705585473324454],[-72.7984409672022,41.70552347331498],[-72.79841196719144,41.705500473311474],[-72.79826996713865,41.705386473294],[-72.79791596700612,41.70508547324718],[-72.79705396668338,41.70435247313321],[-72.79643496645205,41.70383347305277],[-72.79607096631604,41.703528473005505],[-72.79595096627001,41.70340747298597]]]},"properties":{"name":4602.02,"geoid":"09003460202"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.61691492681302,42.03110354191842],[-72.61693492680337,42.0308245418642],[-72.61695592679467,42.03055654181207],[-72.61698692678038,42.03013554173025],[-72.61698992677277,42.029987541701736],[-72.61699792675918,42.02970854164792],[-72.61707692672924,42.02874754146088],[-72.61708392672172,42.02857854142819],[-72.61711392669417,42.02793454130359],[-72.61711392669393,42.027930541302815],[-72.61711992668388,42.0277235412629],[-72.61712092665519,42.027223541166855],[-72.61714392660969,42.02630954099063],[-72.61714392657586,42.025726540878686],[-72.6171149265412,42.0252925407963],[-72.6171039265312,42.02518154077534],[-72.61699792643118,42.02405454056236],[-72.61693492638742,42.02365454048759],[-72.61678492627293,42.02252554027565],[-72.61673492622702,42.02201554017932],[-72.61674392620391,42.02156654009282],[-72.61676292619283,42.02126854003497],[-72.61683992619427,42.02085953995397],[-72.61694292620031,42.02038353985923],[-72.61720092625094,42.019803539739534],[-72.61744192631332,42.0195215396776],[-72.61894692674034,42.01840853941535],[-72.62041992715696,42.01729653915429],[-72.62057192720012,42.01718453912788],[-72.62088792728962,42.01694853907237],[-72.62229092768726,42.015903538826436],[-72.62275892781993,42.0155555387445],[-72.62299692788734,42.015377538702666],[-72.62316392793474,42.015254538673645],[-72.62344292801444,42.0150575386268],[-72.62365592807775,42.0149495385992],[-72.62375192810678,42.014909538588405],[-72.62384392813462,42.01487153857814],[-72.62403192819251,42.014810538560376],[-72.62449992834053,42.01472753852934],[-72.62456592836143,42.01471653852509],[-72.62582292875946,42.01450053844307],[-72.6259039287844,42.014474538435465],[-72.6262449288895,42.014366538403735],[-72.62634992892053,42.01431053838958],[-72.62637492892796,42.01429753838627],[-72.62650592896453,42.0141905383615],[-72.62659192898532,42.01406453833452],[-72.62663492899532,42.0139945383197],[-72.62676392902554,42.01378953827617],[-72.62703292908759,42.01334453818204],[-72.62721192912807,42.01303453811672],[-72.62730292914898,42.012882538084604],[-72.62752592920035,42.012512538006334],[-72.62759192921558,42.01240353798328],[-72.62787092927665,42.01188553787479],[-72.62793092928877,42.01175653784808],[-72.62813892933094,42.01131253775609],[-72.62840992937596,42.0105625376033],[-72.62854692939652,42.01014553751879],[-72.6285959294037,42.00999353748799],[-72.62881192943638,42.00934053735561],[-72.62908092947698,42.008525537190394],[-72.6294189295303,42.00754153699047],[-72.62951792954796,42.0072885369387],[-72.62973192958664,42.00675053682845],[-72.62990992962216,42.00636053674779],[-72.63008992966077,42.00601253667513],[-72.63034892972297,42.005626536592644],[-72.63051192976361,42.005409536545706],[-72.6310709298949,42.00452553635785],[-72.63126492994232,42.00425053629877],[-72.63147292998939,42.00389053622289],[-72.6314849299922,42.00387153621885],[-72.63222093017116,42.00281253599168],[-72.63235293020254,42.00261053594862],[-72.63238793021083,42.00255653593712],[-72.63275193029776,42.00200553581952],[-72.63288493032952,42.001804535776614],[-72.63323393041271,42.00127353566335],[-72.6332509304167,42.00124653565762],[-72.63399693059479,42.00011653541646],[-72.63429493066741,41.99969053532501],[-72.63466093075685,41.999171535213485],[-72.63475493078232,41.99908153519317],[-72.63494993083536,41.99889853515172],[-72.63504693086249,41.99881953513341],[-72.63514893089109,41.99873853511456],[-72.63534193094512,41.99858353507855],[-72.63537193095375,41.99856353507374],[-72.63602693114318,41.99814153497154],[-72.63608993116144,41.998101534961826],[-72.63633193123181,41.997952534925396],[-72.63655593129697,41.997814534891646],[-72.63699593142678,41.99757553483152],[-72.63700393142916,41.99757153483051],[-72.63744093156254,41.99741053478549],[-72.63804993174955,41.99720653472663],[-72.63872193195664,41.99699353466404],[-72.63920693210696,41.996854534621676],[-72.63952993220708,41.99676253459359],[-72.63994793233616,41.99663453455552],[-72.64032393245225,41.99651953452129],[-72.64063193254711,41.99642053449232],[-72.6408389326122,41.99637753447739],[-72.64107193268705,41.99635653446583],[-72.6411799327218,41.99634753446062],[-72.64146293281392,41.99634253445053],[-72.64241493312836,41.99640453443172],[-72.64343893346582,41.99645753440887],[-72.64455493383439,41.996529534386674],[-72.64485793393449,41.99654953438075],[-72.64571393421834,41.996624534367534],[-72.64584193421663,41.9958745342193],[-72.64593493421587,41.99533753411313],[-72.64622593423131,41.99396553384013],[-72.64629593423525,41.99363953377524],[-72.64645893424547,41.9928975336274],[-72.64662093426485,41.99231953351112],[-72.64680293429666,41.991843533413785],[-72.64682493430065,41.99178853340249],[-72.64716293437212,41.991117533262674],[-72.64753093445093,41.99040453311377],[-72.64780693450956,41.98986153300053],[-72.64799493455054,41.989509532926824],[-72.64832993462379,41.98888653279629],[-72.64885593473889,41.98790953259159],[-72.64953793487993,41.98650153229899],[-72.64975393491002,41.98580453215807],[-72.64974193490349,41.98575953214983],[-72.65026393498557,41.98423553184008],[-72.65047693501855,41.98360453171193],[-72.65068893505449,41.983030531594785],[-72.65106093511821,41.98203453139136],[-72.65128293514947,41.981323531247526],[-72.6513489351603,41.98113853120986],[-72.65154893519357,41.980586531097295],[-72.6516159352048,41.980402531059774],[-72.65177493523122,41.97996253097006],[-72.65225393531126,41.97864553070147],[-72.65241493533837,41.9782065306119],[-72.65252393535651,41.97790553055052],[-72.65285093541112,41.97700553036697],[-72.65296093542963,41.97670553030576],[-72.65299693543558,41.97660553028538],[-72.65310493545341,41.97630453022403],[-72.65314193545973,41.976205530203806],[-72.65323193547462,41.975955530152845],[-72.65350393552009,41.97520753000028],[-72.65359593553569,41.97495852994947],[-72.65365093554479,41.974805529918264],[-72.65381493557184,41.97434852982513],[-72.65387093558131,41.9741965297941],[-72.65388793558408,41.97414852978432],[-72.65393893559238,41.974004529755],[-72.65395693559553,41.97395752974537],[-72.65405493561775,41.973788529709736],[-72.65419193565477,41.973655529679746],[-72.65435293570047,41.97353752965187],[-72.65441693571928,41.973501529642874],[-72.6545199357497,41.97344652962899],[-72.6547809358297,41.973356529603265],[-72.65634693632678,41.97311252950582],[-72.65695493651981,41.97301852946813],[-72.65699893653377,41.973011529465374],[-72.65707693655854,41.972999529460544],[-72.65715893658455,41.9729865294554],[-72.65728093662328,41.97296752944781],[-72.65763993673683,41.972904529424106],[-72.65780093678777,41.97287652941353],[-72.65797293684217,41.972846529402204],[-72.65798593684627,41.972844529401414],[-72.65830993694811,41.97277652937787],[-72.65848393700196,41.97272552936246],[-72.65858493703325,41.97269652935362],[-72.6586509370534,41.97267252934687],[-72.65884793711346,41.97259952932649],[-72.65901093716171,41.97251352930469],[-72.65924993723203,41.97238052927142],[-72.65949293730166,41.97221352923146],[-72.65972493736547,41.97200752918438],[-72.65987393740505,41.97185152914958],[-72.6599649374295,41.971760529129156],[-72.66014293747061,41.971467529067084],[-72.66021993748421,41.97126852902633],[-72.6603739375003,41.97067852890795],[-72.66049293750501,41.97008952879086],[-72.66049693750527,41.97007152878729],[-72.6605799375067,41.96962852869943],[-72.66071293749823,41.968733528523074],[-72.66072293749761,41.96866652850988],[-72.66079793749441,41.96818852841555],[-72.66085293749636,41.96791252836073],[-72.66096193750825,41.96750352827858],[-72.66107693752363,41.96712152820141],[-72.66243593770554,41.96260452728904],[-72.66249993771328,41.962377527243326],[-72.66284393769307,41.96009052679246],[-72.66293793769782,41.95964252670328],[-72.66311793772945,41.95917452660748],[-72.66333693777928,41.958800526528485],[-72.66373093786906,41.958130526386924],[-72.66373393786968,41.95812452638568],[-72.66396293792022,41.9577065262979],[-72.66423493797488,41.95711752617586],[-72.66441393800511,41.95663052607644],[-72.66462993803064,41.95585452592021],[-72.66475593803268,41.95517952578634],[-72.66492293800992,41.953845525524386],[-72.66498093800745,41.95347552545137],[-72.66507293801736,41.95312852538165],[-72.66521093803803,41.95270752529622],[-72.66542393807771,41.952192525190306],[-72.66577293815507,41.95156152505768],[-72.66613693824198,41.95101052493995],[-72.66655593834972,41.95050952483006],[-72.66700493846724,41.95000852471922],[-72.66747493859422,41.949552524616344],[-72.66795893872221,41.94903452450108],[-72.66798893872983,41.948997524493],[-72.66879493893735,41.94803852428254],[-72.66966493916252,41.94702352405921],[-72.66977193919013,41.94689752403153],[-72.67097493958674,41.94696652400597],[-72.67154993977684,41.9470085239955],[-72.67154493977623,41.947026523999135],[-72.67129993971828,41.94740652408013],[-72.67052793953577,41.948605524335655],[-72.66976093935206,41.9497555245816],[-72.66947693927696,41.950059524649255],[-72.66946193927276,41.950071524652046],[-72.66909693917201,41.950388524724794],[-72.66789093883162,41.95130752494047],[-72.66738793868993,41.95169552503135],[-72.66726093865671,41.95183752506275],[-72.66714993862847,41.95197552509287],[-72.66703193859911,41.95213352512705],[-72.6662739384182,41.95328152537233],[-72.66557993825175,41.95431852559416],[-72.66514193814596,41.95496052573176],[-72.66504293812461,41.9551495257713],[-72.66500993812369,41.95531952580507],[-72.66500493813122,41.95547752583562],[-72.6650569381553,41.9556005258576],[-72.66518293820687,41.955780525888144],[-72.66533693826489,41.95591452590894],[-72.66554793834014,41.95602452592328],[-72.66575293840991,41.9560745259263],[-72.66596393847999,41.95609552592352],[-72.66620693855829,41.956077525912214],[-72.66653193865804,41.95596852588076],[-72.6669229387761,41.95580352583641],[-72.66724793887411,41.95566452579919],[-72.6673549389065,41.955620525787275],[-72.66778093903423,41.95542552573604],[-72.66973693962316,41.95457152550867],[-72.66997293969614,41.954501525487565],[-72.67011593974014,41.95445552547411],[-72.67024293978044,41.954435525466174],[-72.67047293985337,41.95439852545163],[-72.67062093989958,41.95436252543993],[-72.6707999399529,41.954274525417226],[-72.67108494003357,41.95406152536707],[-72.67129594009278,41.95389452532813],[-72.67181494023863,41.9534885252333],[-72.67417794090561,41.951689524811044],[-72.6751409411775,41.95095752463916],[-72.67525494120972,41.95087152461895],[-72.67561594131618,41.950675524569576],[-72.67603794144458,41.950514524525],[-72.67655594160692,41.95039852448596],[-72.67703794176039,41.95033252445769],[-72.67810294210187,41.95022752440314],[-72.67863194227301,41.95020152438104],[-72.67939994252643,41.950249524365475],[-72.68031694283056,41.95033352435202],[-72.68127394314611,41.9503895243319],[-72.6815659432396,41.950358524316506],[-72.68185594332789,41.95024852428598],[-72.68212294340633,41.95009852424851],[-72.68234494346459,41.94985352419421],[-72.68252294350991,41.94963352414615],[-72.68261894352582,41.94936752409189],[-72.68261694352437,41.94935352408927],[-72.68259194350613,41.9491795240566],[-72.68246994345965,41.949064524038434],[-72.682337943407,41.94889952401096],[-72.68212394331383,41.948496523940356],[-72.682027943257,41.948056523858824],[-72.68219294329457,41.94777552379945],[-72.68261494343349,41.94779652378986],[-72.68527194430841,41.94793152373001],[-72.68538594434597,41.9479375237275],[-72.68630994465033,41.94798652370708],[-72.68657494473814,41.948009523702936],[-72.68737094500202,41.948080523690884],[-72.68763694509022,41.948104523686915],[-72.68766394509915,41.94810652368643],[-72.68989094583469,41.94825852364374],[-72.69665694806953,41.94872252351437],[-72.6989119488144,41.94887752347132],[-72.69913794888912,41.948894523467274],[-72.6997169490805,41.94893652345664],[-72.70213294987916,41.94911352341259],[-72.70293895014561,41.94917252339788],[-72.70321495023683,41.94919252339281],[-72.7040429505105,41.949252523377595],[-72.70431895060179,41.94927352337271],[-72.70538295095164,41.94931952334716],[-72.70857595200168,41.949459523270846],[-72.70964095235193,41.94950652324546],[-72.71331095355946,41.94967852315985],[-72.71616995450016,41.94981252309315],[-72.71524295433449,41.95216952357639],[-72.71507395430423,41.952598523664356],[-72.713181953966,41.957407524650236],[-72.71183695372565,41.960827525351284],[-72.71143395366185,41.961993525588476],[-72.71022395347022,41.965493526300484],[-72.7098219534068,41.96666052653781],[-72.70931795333136,41.968193526848786],[-72.70780795310579,41.97279452778201],[-72.70762295307837,41.973361527896955],[-72.70852295339975,41.97383752795932],[-72.70848895339732,41.973986527989055],[-72.70845795340631,41.97431552805329],[-72.70837095339603,41.97462752811607],[-72.70816695339539,41.975762528340816],[-72.70803495337846,41.97621252843155],[-72.7078479533476,41.97673152853735],[-72.70725195324057,41.97823752884605],[-72.70680195316244,41.97942052908794],[-72.70669095314456,41.97973652915227],[-72.70660195313417,41.980057529216836],[-72.70643995312012,41.980725529350444],[-72.70582895307196,41.983328529870384],[-72.70568895306968,41.98407553001844],[-72.70539595305813,41.985522530305936],[-72.7052959530562,41.98605053041063],[-72.70517695304554,41.986535530507666],[-72.70501695302006,41.98699553060122],[-72.70479995297312,41.9874065306872],[-72.70455695291606,41.98778953076866],[-72.70408395280357,41.98851053092247],[-72.70328195260704,41.98963353116419],[-72.70225695234727,41.990920531444594],[-72.70179695222735,41.99144053155938],[-72.7016729521845,41.991399531555516],[-72.70167195218427,41.99140153155594],[-72.70143495212587,41.991727531626225],[-72.70103695203107,41.99233153175514],[-72.7005129519106,41.993201531939214],[-72.70019695183944,41.99375253205528],[-72.69910595158686,41.99553353243272],[-72.69790595130766,41.99746953284342],[-72.69675495103844,41.99930153323255],[-72.69654895099066,41.999636533303565],[-72.69642895096364,41.99984553334758],[-72.69632795094306,42.000058533391766],[-72.69627695093402,42.00018953341857],[-72.69606195091093,42.0009995335811],[-72.6959809509046,42.00134553365019],[-72.69568595086936,42.00239553386139],[-72.69559595085433,42.00264253391174],[-72.69550095084055,42.00293853397166],[-72.69538995081989,42.00320653402673],[-72.69498695073962,42.004088534209146],[-72.6948179507049,42.004440534282224],[-72.69460395065784,42.00483253436443],[-72.69399895054887,42.00635553467648],[-72.69362995048199,42.00727653486529],[-72.69307895038736,42.00874253516465],[-72.69293095036717,42.009226535262385],[-72.69288095035907,42.00936753529106],[-72.69276995036023,42.01001053541813],[-72.69244895034234,42.01150453571538],[-72.69220695032644,42.01258953593156],[-72.69211595033372,42.013225536056616],[-72.69205295034386,42.01375353616004],[-72.69204895039744,42.01469653634123],[-72.69201895050243,42.01666953672101],[-72.69202395050591,42.01670153672699],[-72.69201795050822,42.01677453674119],[-72.69202095053917,42.01728953683998],[-72.69197695060312,42.01863553709981],[-72.69193595063496,42.01941253725031],[-72.69178695063985,42.020332537431756],[-72.6915429506167,42.021303537626046],[-72.69143695060409,42.02168153770206],[-72.69111395054715,42.0225155378726],[-72.69069095046846,42.023536538082276],[-72.69045295042264,42.024084538195176],[-72.69027695039112,42.02453053828648],[-72.6895489502824,42.026746538735395],[-72.6892679502449,42.02767853892338],[-72.68870895016009,42.02935753926373],[-72.68828695010082,42.03070653953628],[-72.68787495003552,42.031895539777814],[-72.68772595000794,42.03225753985213],[-72.68735794992962,42.03297654000202],[-72.68688394982723,42.033876540190086],[-72.68675094980006,42.03415554024792],[-72.68658794976666,42.03449654031864],[-72.68606894968545,42.03601254062637],[-72.68602094968038,42.036194540662855],[-72.68288294864129,42.035949540717375],[-72.68288194864097,42.03594954071741],[-72.67843494716847,42.0356035407949],[-72.67833194713425,42.035593540796306],[-72.67554794621006,42.03533654083705],[-72.67303494537578,42.035103540873614],[-72.67301594536944,42.035101540873846],[-72.66328894214115,42.03421754101872],[-72.66320494211325,42.0342095410199],[-72.6574839402213,42.033806541127475],[-72.65743594020543,42.03380354112844],[-72.64718593679899,42.032795541266154],[-72.64345693556004,42.032434541317286],[-72.64314893545794,42.032408541322255],[-72.64299093540562,42.03239654132505],[-72.6416509349626,42.03230454135066],[-72.64163393495699,42.03230354135102],[-72.63982493436029,42.032203541390246],[-72.63925493417186,42.03216454140116],[-72.63754493360669,42.03205054143449],[-72.63697593341863,42.03201254144556],[-72.63683393337173,42.03200354144842],[-72.63319993217456,42.03182854153213],[-72.62187492844366,42.03128354179297],[-72.61813492721154,42.03110354187906],[-72.6180999272001,42.0311035418802],[-72.6178629271227,42.03110354188784],[-72.61715192689043,42.031103541910774],[-72.6169479268238,42.03110354191735],[-72.61691492681302,42.03110354191842]]]},"properties":{"name":4771.01,"geoid":"09003477101"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.61691492681302,42.03110354191842],[-72.61683392678655,42.03110354192103],[-72.61675292675997,42.03110154192325],[-72.61626792660104,42.03109254193716],[-72.61610692654833,42.03109054194198],[-72.61523292626195,42.03107554196727],[-72.61261092540298,42.03103254204358],[-72.61173792511697,42.03101854206905],[-72.61159092506877,42.03101554207319],[-72.61115292492529,42.03100854208598],[-72.6110069248775,42.0310065420903],[-72.6108339248208,42.03100354209531],[-72.61051892471663,42.03098154210125],[-72.60905592423286,42.03088054212902],[-72.60856892407185,42.0308475421384],[-72.60844092402952,42.03083854214078],[-72.6082509239667,42.03082554214443],[-72.60805992390348,42.030811542147894],[-72.60793392386188,42.030803542150416],[-72.60777492375685,42.02988854197987],[-72.6075389236002,42.02851654172405],[-72.60730192344315,42.027143541468085],[-72.60714492333881,42.026228541297456],[-72.60713592333303,42.02617954128836],[-72.60712392332488,42.026106541274714],[-72.60711092331634,42.02603254126092],[-72.6071029233109,42.025983541251776],[-72.60706892328837,42.02578654121504],[-72.60701892325505,42.025493541160394],[-72.60696692322095,42.02519854110542],[-72.60693392319887,42.02500354106905],[-72.60688292316331,42.0246775410081],[-72.60683292312808,42.0243515409471],[-72.60652792291447,42.02238554057942],[-72.60592492249174,42.01849053985088],[-72.60531192206221,42.01453353911066],[-72.60501692185554,42.01262953875446],[-72.60496092181658,42.012272538687675],[-72.60490592177801,42.01191653862109],[-72.605429921803,42.009393538119554],[-72.60564892181365,42.0083425379106],[-72.60639092184898,42.004768537200114],[-72.60700192187811,42.001825536614994],[-72.60725092189,42.00062653637661],[-72.60736292189631,42.00010353627251],[-72.60744892190128,41.999704536193086],[-72.60753392190588,41.9993045361135],[-72.60747892188029,41.9991725360899],[-72.60742492185506,41.999041536066464],[-72.6071569217302,41.99839653595117],[-72.60688892160532,41.99775153583587],[-72.60674192153694,41.99739953577296],[-72.60523492083445,41.99376553512317],[-72.60436992043151,41.991683534750926],[-72.60357992006334,41.98977953441044],[-72.60364092006714,41.989500534354846],[-72.60370292007117,41.989220534299015],[-72.60381792007853,41.988698534195],[-72.60393392008615,41.98817553409075],[-72.60396192008767,41.988043534064474],[-72.60471292013592,41.98463853338581],[-72.60510992016134,41.982836533026656],[-72.60549292018605,41.981101532680796],[-72.60549892018622,41.981070532674636],[-72.60551892018736,41.98097753265611],[-72.60552592018792,41.980947532650134],[-72.60582692020355,41.97951853236573],[-72.60668292024887,41.97546853155954],[-72.60673192025124,41.975232531512596],[-72.60703392026727,41.97380453122832],[-72.60746092031893,41.9722865309227],[-72.60778292035752,41.971135530691],[-72.60788692037026,41.9707685306171],[-72.60953392056899,41.96490352943624],[-72.60977792062108,41.96442652933665],[-72.61037192074775,41.96326252909368],[-72.61046092076687,41.96309052905773],[-72.61114392091264,41.961754528778805],[-72.61138892096487,41.961274528678594],[-72.61163492101751,41.96079552857855],[-72.61175392099979,41.95981652838642],[-72.61211392094779,41.956882527810485],[-72.61223392093046,41.955904527618515],[-72.61240692088377,41.95411852726939],[-72.61292792074454,41.94876352622243],[-72.61310192069831,41.946979525873594],[-72.61327392071397,41.9462785257332],[-72.61332292071872,41.9460835256941],[-72.6135429207388,41.94518752551462],[-72.61375392075831,41.94433252534332],[-72.61379192076168,41.944176525312066],[-72.61396492077775,41.94347652517181],[-72.6142419208684,41.94348052516368],[-72.61443292093085,41.94348252515792],[-72.61451992095932,41.943483525155315],[-72.61583792139051,41.94350052511616],[-72.61592792142,41.94350252511366],[-72.61630692154372,41.94350252510145],[-72.61652392161473,41.943505525095055],[-72.61667292166346,41.943507525090624],[-72.6167629216929,41.94350852508794],[-72.61685292172234,41.943509525085226],[-72.61699592176977,41.943522525083125],[-72.61743692191602,41.94356252507662],[-72.62453492425233,41.94389952491296],[-72.62463492428532,41.943905524910896],[-72.6254929245686,41.943961524894036],[-72.62806692541858,41.94413152484386],[-72.62892592570226,41.944188524827155],[-72.63067392628135,41.94433652479934],[-72.63325492713649,41.944556524758525],[-72.63592492801386,41.944658524692144],[-72.63767892859022,41.94472552464853],[-72.64049192952413,41.944998524610405],[-72.64893093232583,41.94581752449597],[-72.6513729331366,41.946055524463034],[-72.65155893319837,41.946073524460495],[-72.6517449332601,41.94609152445797],[-72.65613393470407,41.94629052435472],[-72.65951293580831,41.94631552425054],[-72.66544193776284,41.94665252412412],[-72.66977193919013,41.94689752403153],[-72.66966493916252,41.94702352405921],[-72.66879493893735,41.94803852428254],[-72.66798893872983,41.948997524493],[-72.66795893872221,41.94903452450108],[-72.66747493859422,41.949552524616344],[-72.66700493846724,41.95000852471922],[-72.66655593834972,41.95050952483006],[-72.66613693824198,41.95101052493995],[-72.66577293815507,41.95156152505768],[-72.66542393807771,41.952192525190306],[-72.66521093803803,41.95270752529622],[-72.66507293801736,41.95312852538165],[-72.66498093800745,41.95347552545137],[-72.66492293800992,41.953845525524386],[-72.66475593803268,41.95517952578634],[-72.66462993803064,41.95585452592021],[-72.66441393800511,41.95663052607644],[-72.66423493797488,41.95711752617586],[-72.66396293792022,41.9577065262979],[-72.66373393786968,41.95812452638568],[-72.66373093786906,41.958130526386924],[-72.66333693777928,41.958800526528485],[-72.66311793772945,41.95917452660748],[-72.66293793769782,41.95964252670328],[-72.66284393769307,41.96009052679246],[-72.66249993771328,41.962377527243326],[-72.66243593770554,41.96260452728904],[-72.66107693752363,41.96712152820141],[-72.66096193750825,41.96750352827858],[-72.66085293749636,41.96791252836073],[-72.66079793749441,41.96818852841555],[-72.66072293749761,41.96866652850988],[-72.66071293749823,41.968733528523074],[-72.6605799375067,41.96962852869943],[-72.66049693750527,41.97007152878729],[-72.66049293750501,41.97008952879086],[-72.6603739375003,41.97067852890795],[-72.66021993748421,41.97126852902633],[-72.66014293747061,41.971467529067084],[-72.6599649374295,41.971760529129156],[-72.65987393740505,41.97185152914958],[-72.65972493736547,41.97200752918438],[-72.65949293730166,41.97221352923146],[-72.65924993723203,41.97238052927142],[-72.65901093716171,41.97251352930469],[-72.65884793711346,41.97259952932649],[-72.6586509370534,41.97267252934687],[-72.65858493703325,41.97269652935362],[-72.65848393700196,41.97272552936246],[-72.65830993694811,41.97277652937787],[-72.65798593684627,41.972844529401414],[-72.65797293684217,41.972846529402204],[-72.65780093678777,41.97287652941353],[-72.65763993673683,41.972904529424106],[-72.65728093662328,41.97296752944781],[-72.65715893658455,41.9729865294554],[-72.65707693655854,41.972999529460544],[-72.65699893653377,41.973011529465374],[-72.65695493651981,41.97301852946813],[-72.65634693632678,41.97311252950582],[-72.6547809358297,41.973356529603265],[-72.6545199357497,41.97344652962899],[-72.65441693571928,41.973501529642874],[-72.65435293570047,41.97353752965187],[-72.65419193565477,41.973655529679746],[-72.65405493561775,41.973788529709736],[-72.65395693559553,41.97395752974537],[-72.65393893559238,41.974004529755],[-72.65388793558408,41.97414852978432],[-72.65387093558131,41.9741965297941],[-72.65381493557184,41.97434852982513],[-72.65365093554479,41.974805529918264],[-72.65359593553569,41.97495852994947],[-72.65350393552009,41.97520753000028],[-72.65323193547462,41.975955530152845],[-72.65314193545973,41.976205530203806],[-72.65310493545341,41.97630453022403],[-72.65299693543558,41.97660553028538],[-72.65296093542963,41.97670553030576],[-72.65285093541112,41.97700553036697],[-72.65252393535651,41.97790553055052],[-72.65241493533837,41.9782065306119],[-72.65225393531126,41.97864553070147],[-72.65177493523122,41.97996253097006],[-72.6516159352048,41.980402531059774],[-72.65154893519357,41.980586531097295],[-72.6513489351603,41.98113853120986],[-72.65128293514947,41.981323531247526],[-72.65106093511821,41.98203453139136],[-72.65068893505449,41.983030531594785],[-72.65047693501855,41.98360453171193],[-72.65026393498557,41.98423553184008],[-72.64974193490349,41.98575953214983],[-72.64975393491002,41.98580453215807],[-72.64953793487993,41.98650153229899],[-72.64885593473889,41.98790953259159],[-72.64832993462379,41.98888653279629],[-72.64799493455054,41.989509532926824],[-72.64780693450956,41.98986153300053],[-72.64753093445093,41.99040453311377],[-72.64716293437212,41.991117533262674],[-72.64682493430065,41.99178853340249],[-72.64680293429666,41.991843533413785],[-72.64662093426485,41.99231953351112],[-72.64645893424547,41.9928975336274],[-72.64629593423525,41.99363953377524],[-72.64622593423131,41.99396553384013],[-72.64593493421587,41.99533753411313],[-72.64584193421663,41.9958745342193],[-72.64571393421834,41.996624534367534],[-72.64485793393449,41.99654953438075],[-72.64455493383439,41.996529534386674],[-72.64343893346582,41.99645753440887],[-72.64241493312836,41.99640453443172],[-72.64146293281392,41.99634253445053],[-72.6411799327218,41.99634753446062],[-72.64107193268705,41.99635653446583],[-72.6408389326122,41.99637753447739],[-72.64063193254711,41.99642053449232],[-72.64032393245225,41.99651953452129],[-72.63994793233616,41.99663453455552],[-72.63952993220708,41.99676253459359],[-72.63920693210696,41.996854534621676],[-72.63872193195664,41.99699353466404],[-72.63804993174955,41.99720653472663],[-72.63744093156254,41.99741053478549],[-72.63700393142916,41.99757153483051],[-72.63699593142678,41.99757553483152],[-72.63655593129697,41.997814534891646],[-72.63633193123181,41.997952534925396],[-72.63608993116144,41.998101534961826],[-72.63602693114318,41.99814153497154],[-72.63537193095375,41.99856353507374],[-72.63534193094512,41.99858353507855],[-72.63514893089109,41.99873853511456],[-72.63504693086249,41.99881953513341],[-72.63494993083536,41.99889853515172],[-72.63475493078232,41.99908153519317],[-72.63466093075685,41.999171535213485],[-72.63429493066741,41.99969053532501],[-72.63399693059479,42.00011653541646],[-72.6332509304167,42.00124653565762],[-72.63323393041271,42.00127353566335],[-72.63288493032952,42.001804535776614],[-72.63275193029776,42.00200553581952],[-72.63238793021083,42.00255653593712],[-72.63235293020254,42.00261053594862],[-72.63222093017116,42.00281253599168],[-72.6314849299922,42.00387153621885],[-72.63147292998939,42.00389053622289],[-72.63126492994232,42.00425053629877],[-72.6310709298949,42.00452553635785],[-72.63051192976361,42.005409536545706],[-72.63034892972297,42.005626536592644],[-72.63008992966077,42.00601253667513],[-72.62990992962216,42.00636053674779],[-72.62973192958664,42.00675053682845],[-72.62951792954796,42.0072885369387],[-72.6294189295303,42.00754153699047],[-72.62908092947698,42.008525537190394],[-72.62881192943638,42.00934053735561],[-72.6285959294037,42.00999353748799],[-72.62854692939652,42.01014553751879],[-72.62840992937596,42.0105625376033],[-72.62813892933094,42.01131253775609],[-72.62793092928877,42.01175653784808],[-72.62787092927665,42.01188553787479],[-72.62759192921558,42.01240353798328],[-72.62752592920035,42.012512538006334],[-72.62730292914898,42.012882538084604],[-72.62721192912807,42.01303453811672],[-72.62703292908759,42.01334453818204],[-72.62676392902554,42.01378953827617],[-72.62663492899532,42.0139945383197],[-72.62659192898532,42.01406453833452],[-72.62650592896453,42.0141905383615],[-72.62637492892796,42.01429753838627],[-72.62634992892053,42.01431053838958],[-72.6262449288895,42.014366538403735],[-72.6259039287844,42.014474538435465],[-72.62582292875946,42.01450053844307],[-72.62456592836143,42.01471653852509],[-72.62449992834053,42.01472753852934],[-72.62403192819251,42.014810538560376],[-72.62384392813462,42.01487153857814],[-72.62375192810678,42.014909538588405],[-72.62365592807775,42.0149495385992],[-72.62344292801444,42.0150575386268],[-72.62316392793474,42.015254538673645],[-72.62299692788734,42.015377538702666],[-72.62275892781993,42.0155555387445],[-72.62229092768726,42.015903538826436],[-72.62088792728962,42.01694853907237],[-72.62057192720012,42.01718453912788],[-72.62041992715696,42.01729653915429],[-72.61894692674034,42.01840853941535],[-72.61744192631332,42.0195215396776],[-72.61720092625094,42.019803539739534],[-72.61694292620031,42.02038353985923],[-72.61683992619427,42.02085953995397],[-72.61676292619283,42.02126854003497],[-72.61674392620391,42.02156654009282],[-72.61673492622702,42.02201554017932],[-72.61678492627293,42.02252554027565],[-72.61693492638742,42.02365454048759],[-72.61699792643118,42.02405454056236],[-72.6171039265312,42.02518154077534],[-72.6171149265412,42.0252925407963],[-72.61714392657586,42.025726540878686],[-72.61714392660969,42.02630954099063],[-72.61712092665519,42.027223541166855],[-72.61711992668388,42.0277235412629],[-72.61711392669393,42.027930541302815],[-72.61711392669417,42.02793454130359],[-72.61708392672172,42.02857854142819],[-72.61707692672924,42.02874754146088],[-72.61699792675918,42.02970854164792],[-72.61698992677277,42.029987541701736],[-72.61698692678038,42.03013554173025],[-72.61695592679467,42.03055654181207],[-72.61693492680337,42.0308245418642],[-72.61691492681302,42.03110354191842]]]},"properties":{"name":4771.02,"geoid":"09003477102"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.70852295339975,41.97383752795932],[-72.70969195379696,41.974107527973395],[-72.71319895498875,41.97491952801598],[-72.71436795538605,41.975190528030225],[-72.71504395561574,41.975346528038344],[-72.71705795630027,41.97581452806309],[-72.71707295630536,41.97581752806317],[-72.7173529564005,41.97588252806661],[-72.7177249565315,41.976047528086276],[-72.7183429567411,41.97618352809241],[-72.72019795737026,41.97659152811077],[-72.72081695758024,41.97672852811706],[-72.72230495808292,41.97702152812519],[-72.72498595898864,41.977549528139846],[-72.72676895959096,41.97790052814956],[-72.72825796009401,41.978194528157836],[-72.73143696117378,41.97892052819437],[-72.73528696248148,41.979800528238734],[-72.74097396441304,41.981098528303875],[-72.7435189652775,41.9816805283332],[-72.74415396549318,41.98182552834049],[-72.74604396613306,41.98222152835531],[-72.74958396733162,41.98296452838327],[-72.75260496835683,41.983639528415004],[-72.75513096921406,41.98420352844144],[-72.75666296973367,41.98454052845648],[-72.76254597172885,41.98583252851384],[-72.76262397175512,41.98584652851399],[-72.76286097183497,41.985889528514555],[-72.76293997186164,41.98590452851488],[-72.76444497237388,41.98626652853559],[-72.76895997391063,41.987352528597675],[-72.77046497442294,41.98771552861853],[-72.77059497446699,41.9877435286197],[-72.77446297577843,41.98858652865604],[-72.77841297711777,41.98944852869336],[-72.77612397683227,41.99735753028656],[-72.77498697669061,42.00128853107828],[-72.77473997666343,42.00220353126199],[-72.77109897549812,42.00259853145607],[-72.77052297531044,42.00260353147573],[-72.77025797522394,42.00260353148434],[-72.77025697522362,42.00260353148437],[-72.77023897521774,42.002603531484944],[-72.76673897409874,42.00300353167539],[-72.76668397410343,42.00339153175167],[-72.76625497413889,42.00639853234292],[-72.7661399741484,42.0072045325014],[-72.76613997418792,42.00788153263135],[-72.76609797417431,42.007883532633116],[-72.76587497410755,42.00798653266012],[-72.76569097405583,42.008129532693545],[-72.765522974008,42.00824953272204],[-72.76523897392028,42.00833453274759],[-72.76473297376077,42.00843153278262],[-72.76468197374423,42.008433532784665],[-72.76350597336324,42.00848253283226],[-72.76303897321378,42.0085335328572],[-72.7625559730605,42.008608532887266],[-72.7622029729533,42.00874553292505],[-72.76177397282756,42.008990532986],[-72.76159697277812,42.0091335330192],[-72.76147397274866,42.00931653305833],[-72.76137497272866,42.00952753310204],[-72.76132097272502,42.00976753314987],[-72.7613669727471,42.00988853317161],[-72.76152797280562,42.00999053318595],[-72.7618189729073,42.01010553319858],[-72.76194897295674,42.0102255332174],[-72.76196097296179,42.01024453322066],[-72.76206397300462,42.01040253324765],[-72.76207897301688,42.01052853327137],[-72.76206397301833,42.010637533292766],[-72.7621399730541,42.0108255333264],[-72.7624159731749,42.011351533418406],[-72.76265697326986,42.01163053346414],[-72.76276797331357,42.01175853348511],[-72.76286797335054,42.011832533496055],[-72.76295497338516,42.01193953351379],[-72.76307397343248,42.01208453353775],[-72.76315097346725,42.01224953356692],[-72.76324297351765,42.012598533630914],[-72.7632199735175,42.012724533655856],[-72.7631119735036,42.013090533729624],[-72.76307997349602,42.01313953374007],[-72.76284897344198,42.013505533817835],[-72.76278997342816,42.013598533837595],[-72.76268997340152,42.01370153386059],[-72.76237497331405,42.01396453392131],[-72.76204497321434,42.014101533958325],[-72.76192997317848,42.01413053396763],[-72.76155497306534,42.01428953401032],[-72.76144397303509,42.014391534033514],[-72.76097897290839,42.01482153413112],[-72.76087897288876,42.01504453417719],[-72.7607949728837,42.01542753425343],[-72.76066397285162,42.015610534292804],[-72.76057997282781,42.01567253430744],[-72.75985997264557,42.0165765345043],[-72.75986697264898,42.01659553450776],[-72.75987397265213,42.0166105345104],[-72.75974297262367,42.016855534561685],[-72.75971997262683,42.017038534597546],[-72.75975797264661,42.0171645346205],[-72.75988097270047,42.0173995346616],[-72.76009597277633,42.01749653467324],[-72.76050997290413,42.01737053463562],[-72.76058497292702,42.017343534628004],[-72.76065497294847,42.01731953462112],[-72.76079197299154,42.01729153461132],[-72.76099897305977,42.0173025346067],[-72.76153597324644,42.01749753462669],[-72.76193397338903,42.01771453465542],[-72.76230997353582,42.01812653472229],[-72.76238597357197,42.01832053475703],[-72.7626009737009,42.01932653494314],[-72.76280797379322,42.0197505350178],[-72.76296097384684,42.019813535024916],[-72.76365097407951,42.01994053502688],[-72.76407997422417,42.020019535028126],[-72.76443997434401,42.02005953502411],[-72.76466297441384,42.02000853500708],[-72.76487797447767,42.019899534979174],[-72.7652919745964,42.01961853491181],[-72.76553897467917,42.01965553491088],[-72.76554097469106,42.019847534947665],[-72.76556997470408,42.019908534958425],[-72.76554397469938,42.01997353497175],[-72.76548297468787,42.02011753500137],[-72.76539097466217,42.02019153501856],[-72.76527597463733,42.02040853506395],[-72.76515297460283,42.02050553508655],[-72.76481597449983,42.020625535120516],[-72.76460897443756,42.02071653514472],[-72.76452397441918,42.02087653517818],[-72.7644469744234,42.0213795352772],[-72.76447797444257,42.021534535305946],[-72.76453097446453,42.02161453531957],[-72.76462297449892,42.0216885353308],[-72.7647609745463,42.02172853533398],[-72.7648609745798,42.02174353533361],[-72.76498397462113,42.021763535333456],[-72.76515997468292,42.02183753534195],[-72.7652519747203,42.02196353536315],[-72.76525897473194,42.02212353539362],[-72.76522097472922,42.02228953542671],[-72.76513597470884,42.02241553545365],[-72.76503697467915,42.02246053546551],[-72.7648529746154,42.0223975354594],[-72.76466897454436,42.02220953542929],[-72.764377974441,42.02206653541129],[-72.76408597434265,42.022014535410804],[-72.76394097429129,42.02194553540227],[-72.76387897426707,42.021877535391226],[-72.76377197421444,42.02157453533656],[-72.76374897419589,42.02138553530103],[-72.7636649741558,42.021168535262106],[-72.76354297411528,42.02115653526377],[-72.76340497407325,42.02120853527823],[-72.76285197391172,42.02153353535856],[-72.76233797376462,42.02188753544319],[-72.76230797375713,42.021927535451844],[-72.76182397362088,42.022299535538934],[-72.7616939735894,42.02248753557925],[-72.76167997358543,42.02249753558162],[-72.76155597355108,42.02260253560579],[-72.76131797348039,42.02272253563656],[-72.76127797346756,42.022726535638625],[-72.76109897341036,42.02274753564848],[-72.76098097337268,42.022761535654986],[-72.76073497329027,42.02272553565606],[-72.76062797325446,42.02271053565666],[-72.75995297301938,42.02245853563021],[-72.7597049729307,42.02232653561293],[-72.75958597288819,42.0222635356047],[-72.75940897282075,42.022098535578785],[-72.75920297272981,42.021692535507555],[-72.75917197270667,42.02146953546576],[-72.75917997269626,42.021246535422705],[-72.75911097266439,42.02108653539423],[-72.75893497260023,42.02097153537788],[-72.75872797252761,42.02088553536811],[-72.75851297245545,42.02085153536856],[-72.75805297230661,42.020874535387904],[-72.75791397226214,42.020889535395305],[-72.7576949721921,42.020914535407194],[-72.75750397213301,42.02097053542415],[-72.75737097209193,42.021010535436154],[-72.75707197200133,42.021130535468885],[-72.75687197194672,42.0213135355105],[-72.75684897194189,42.02135953552007],[-72.75672597191675,42.021616535573386],[-72.75658097187713,42.021748535603436],[-72.75642697183781,42.021936535644514],[-72.75638897183413,42.02208553567433],[-72.75641897185191,42.022222535699655],[-72.75660297193068,42.02254253575511],[-72.75667197196621,42.022765535795656],[-72.75664097196308,42.0228855358197],[-72.75656397194666,42.02303453585078],[-72.75655197194374,42.023051535854435],[-72.75620397186184,42.02359453596993],[-72.75614397184768,42.02368753598973],[-72.75597297180745,42.02395453604652],[-72.75596597180592,42.02396753604923],[-72.75591897179648,42.02406853607014],[-72.75588097178874,42.024148536086734],[-72.75582697178706,42.02442153614086],[-72.75578797178612,42.024623536180904],[-72.75570397176868,42.02479453621645],[-72.75537397168061,42.025131536291845],[-72.75519097162959,42.02528053632637],[-72.75506697159511,42.02538353635017],[-72.75489597154606,42.02549953637796],[-72.75479297151647,42.02556853639455],[-72.75471397149389,42.02562353640768],[-72.75452997143977,42.02572553643323],[-72.75449097143009,42.02577753644447],[-72.75446797142455,42.02581153645174],[-72.75442997141647,42.025885536467165],[-72.75431497139697,42.0261945365302],[-72.75420797137214,42.02636753656687],[-72.7539849713206,42.02673153664397],[-72.75396897132238,42.02685153666751],[-72.75389997130954,42.0270175367016],[-72.75377697128071,42.027211536742826],[-72.75356997122282,42.02737753678141],[-72.75326197113482,42.02759253683266],[-72.75293297104092,42.02782353688767],[-72.75284397101747,42.02791953690898],[-72.75269897097913,42.02807353694324],[-72.75253397093566,42.028251536982744],[-72.75232397088654,42.02858453705344],[-72.75226497087287,42.0286805370738],[-72.75221397086119,42.028765537091765],[-72.75212597084092,42.028910537122435],[-72.75202697081818,42.02907453715713],[-72.75191897080033,42.02937253721781],[-72.75186197079105,42.029532537250354],[-72.75178097077774,42.029757537296156],[-72.75176597077537,42.0298005373049],[-72.75185697083714,42.0303495374073],[-72.75192897086595,42.0304405374224],[-72.75195697087713,42.03047553742822],[-72.7520409709149,42.03065253745944],[-72.752277971008,42.03092153750336],[-72.75245497107313,42.03104753752181],[-72.75252997110195,42.03112153753355],[-72.7528379712202,42.03142453758171],[-72.7530229712892,42.03157153760391],[-72.75323597136855,42.031739537629235],[-72.75370297154039,42.03207153767777],[-72.75414797170035,42.03232253771149],[-72.75416797170735,42.032330537712355],[-72.75479497192782,42.032600537743804],[-72.75512097204243,42.032740537760084],[-72.75514697205146,42.03274953776097],[-72.75587997230559,42.033003537785895],[-72.75623897242819,42.03309553779189],[-72.75660997255494,42.033191537798274],[-72.7570839727168,42.03331353780628],[-72.75717597274918,42.03335353781096],[-72.75717597275188,42.03339953781978],[-72.7570759727247,42.03349353784108],[-72.75696097269365,42.0336045378661],[-72.75685297268579,42.034073537959586],[-72.75679197267253,42.03418753798344],[-72.75659197262125,42.03442753803599],[-72.7562239725198,42.0347475381093],[-72.75616197250324,42.03481053812342],[-72.75600897247163,42.035124538188626],[-72.7559399724615,42.03533653823154],[-72.75594797246913,42.035422538247786],[-72.75597797249594,42.03571353830263],[-72.75599497252959,42.036194538394376],[-72.75585097248305,42.03620253840056],[-72.75583897247918,42.03620353840116],[-72.75541897234328,42.03622453841882],[-72.75527497229675,42.03623253842503],[-72.75503997222071,42.03624453843496],[-72.7543349719927,42.036281538464955],[-72.75410097191705,42.03629453847505],[-72.75393897186468,42.03630353848203],[-72.7516059710977,42.036213538540515],[-72.7513409710106,42.036203538547205],[-72.74784396987128,42.03624553866878],[-72.74555996912724,42.03627453874847],[-72.74509396897544,42.03628053876476],[-72.74149896780413,42.036323538889675],[-72.724254962186,42.0365365394899],[-72.72217996150994,42.036562539562155],[-72.7218979614181,42.036566539572085],[-72.71916496052764,42.036600539667205],[-72.71893796045369,42.036603539675134],[-72.71591195946019,42.03651153975556],[-72.71589295945394,42.03651053975599],[-72.71563795937027,42.036503539762904],[-72.71552395933348,42.036511539768135],[-72.71436495896023,42.03660053982278],[-72.71433795895159,42.03660353982423],[-72.71413795890375,42.036903539888286],[-72.71339695866179,42.03690353991229],[-72.71231595830879,42.03690353994732],[-72.71190395817426,42.036903539960676],[-72.71100895788199,42.03690353998967],[-72.70887595718544,42.03690354005878],[-72.70398395558792,42.036903540217274],[-72.70247895509644,42.036903540266024],[-72.70034695440022,42.03690354033507],[-72.7002449543669,42.03690354033838],[-72.70003695429897,42.036903540345115],[-72.69994095426645,42.036883540344384],[-72.69984095423268,42.036864540344],[-72.69953695412984,42.03680354034211],[-72.69945295410241,42.03680354034485],[-72.69661795317688,42.03680854043761],[-72.69638895310216,42.03680954044521],[-72.69629195307013,42.03680354044721],[-72.68775595025323,42.03630154062723],[-72.6862409497531,42.036209540658604],[-72.68613694971879,42.03620354066082],[-72.68602094968038,42.036194540662855],[-72.68606894968545,42.03601254062637],[-72.68658794976666,42.03449654031864],[-72.68675094980006,42.03415554024792],[-72.68688394982723,42.033876540190086],[-72.68735794992962,42.03297654000202],[-72.68772595000794,42.03225753985213],[-72.68787495003552,42.031895539777814],[-72.68828695010082,42.03070653953628],[-72.68870895016009,42.02935753926373],[-72.6892679502449,42.02767853892338],[-72.6895489502824,42.026746538735395],[-72.69027695039112,42.02453053828648],[-72.69045295042264,42.024084538195176],[-72.69069095046846,42.023536538082276],[-72.69111395054715,42.0225155378726],[-72.69143695060409,42.02168153770206],[-72.6915429506167,42.021303537626046],[-72.69178695063985,42.020332537431756],[-72.69193595063496,42.01941253725031],[-72.69197695060312,42.01863553709981],[-72.69202095053917,42.01728953683998],[-72.69201795050822,42.01677453674119],[-72.69202395050591,42.01670153672699],[-72.69201895050243,42.01666953672101],[-72.69204895039744,42.01469653634123],[-72.69205295034386,42.01375353616004],[-72.69211595033372,42.013225536056616],[-72.69220695032644,42.01258953593156],[-72.69244895034234,42.01150453571538],[-72.69276995036023,42.01001053541813],[-72.69288095035907,42.00936753529106],[-72.69293095036717,42.009226535262385],[-72.69307895038736,42.00874253516465],[-72.69362995048199,42.00727653486529],[-72.69399895054887,42.00635553467648],[-72.69460395065784,42.00483253436443],[-72.6948179507049,42.004440534282224],[-72.69498695073962,42.004088534209146],[-72.69538995081989,42.00320653402673],[-72.69550095084055,42.00293853397166],[-72.69559595085433,42.00264253391174],[-72.69568595086936,42.00239553386139],[-72.6959809509046,42.00134553365019],[-72.69606195091093,42.0009995335811],[-72.69627695093402,42.00018953341857],[-72.69632795094306,42.000058533391766],[-72.69642895096364,41.99984553334758],[-72.69654895099066,41.999636533303565],[-72.69675495103844,41.99930153323255],[-72.69790595130766,41.99746953284342],[-72.69910595158686,41.99553353243272],[-72.70019695183944,41.99375253205528],[-72.7005129519106,41.993201531939214],[-72.70103695203107,41.99233153175514],[-72.70143495212587,41.991727531626225],[-72.70167195218427,41.99140153155594],[-72.7016729521845,41.991399531555516],[-72.70179695222735,41.99144053155938],[-72.70225695234727,41.990920531444594],[-72.70328195260704,41.98963353116419],[-72.70408395280357,41.98851053092247],[-72.70455695291606,41.98778953076866],[-72.70479995297312,41.9874065306872],[-72.70501695302006,41.98699553060122],[-72.70517695304554,41.986535530507666],[-72.7052959530562,41.98605053041063],[-72.70539595305813,41.985522530305936],[-72.70568895306968,41.98407553001844],[-72.70582895307196,41.983328529870384],[-72.70643995312012,41.980725529350444],[-72.70660195313417,41.980057529216836],[-72.70669095314456,41.97973652915227],[-72.70680195316244,41.97942052908794],[-72.70725195324057,41.97823752884605],[-72.7078479533476,41.97673152853735],[-72.70803495337846,41.97621252843155],[-72.70816695339539,41.975762528340816],[-72.70837095339603,41.97462752811607],[-72.70845795340631,41.97431552805329],[-72.70848895339732,41.973986527989055],[-72.70852295339975,41.97383752795932]]]},"properties":{"name":4772,"geoid":"09003477200"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.71456194093071,41.72363847952236],[-72.71464394095534,41.723602479512756],[-72.71483394101251,41.72352047949079],[-72.71489694103242,41.72350947948664],[-72.71498694106099,41.723496479481206],[-72.71499894106476,41.72349447948046],[-72.71503694107685,41.72348947947826],[-72.71504994108102,41.72348847947764],[-72.71539194119008,41.723447479458706],[-72.716419941518,41.72332747940242],[-72.71676294162741,41.72328747938365],[-72.71730594180063,41.723224479354],[-72.7189359423209,41.72303947926578],[-72.71947994249454,41.722978479236474],[-72.71988194262444,41.72296047922004],[-72.72108694301384,41.722907479171035],[-72.7214899431441,41.72289047915477],[-72.72241594343983,41.722788479105255],[-72.72519394432709,41.722484478957035],[-72.72612094462326,41.72238447890786],[-72.72722394497582,41.72226847884993],[-72.73053594603458,41.721922478676376],[-72.73163994638755,41.7218084786188],[-72.73210794653548,41.72173047858864],[-72.73293994679851,41.72159247853516],[-72.73343594695538,41.72151147850352],[-72.73351394698045,41.72150547849984],[-72.73398794713285,41.721471478478016],[-72.73449194729461,41.72143047845386],[-72.73600494778039,41.721309478381734],[-72.73650994794257,41.72126947835774],[-72.73648294793801,41.721343478372916],[-72.73637594791543,41.72155747841776],[-72.73636694791341,41.72157347842114],[-72.73623694788519,41.721819478472916],[-72.73594494781857,41.72231547857825],[-72.73587094780227,41.72245147860694],[-72.73571094776716,41.72274747866935],[-72.735594947741,41.72295047871234],[-72.73524794766318,41.72356347884209],[-72.73513294763742,41.72376747888526],[-72.73504494761796,41.723927478919016],[-72.73478494756093,41.72440947902064],[-72.73469794754186,41.72457047905458],[-72.7345569475108,41.72482947910921],[-72.73413594741827,41.72560647927305],[-72.73399594738758,41.72586647932784],[-72.73385394735506,41.726105479378646],[-72.73349694727351,41.72671047950715],[-72.73343294725927,41.72682547953144],[-72.73329994722997,41.72706947958293],[-72.7331969472069,41.72725247962162],[-72.73289194713908,41.727801479737636],[-72.73279094711674,41.727985479776464],[-72.73257194706802,41.72837947985972],[-72.7319169469227,41.729564480109985],[-72.73169894687439,41.72995948019341],[-72.73048294660258,41.73212448065124],[-72.73073794669223,41.732239480665264],[-72.73139294692112,41.73251048069657],[-72.73128594689653,41.73268948073464],[-72.73122094689809,41.7330854808133],[-72.73112094689405,41.73358248091264],[-72.73103094689331,41.73408048101184],[-72.73097694688842,41.7343014810563],[-72.73093794688536,41.734469481090045],[-72.73080294687404,41.73503848120442],[-72.73062694685059,41.73562848132418],[-72.73060594684793,41.735701481338964],[-72.73047094682089,41.735996481400356],[-72.73043894681443,41.73606548141472],[-72.73034294679522,41.73627548145842],[-72.73031194678914,41.736345481472966],[-72.73021994677049,41.736542481514014],[-72.73001194672851,41.73699148160753],[-72.72994294671413,41.737132481637026],[-72.72984894669476,41.737328481677956],[-72.72979194668406,41.73746548170627],[-72.72978794668346,41.73747748170872],[-72.72967594667024,41.73788248179063],[-72.72967294667,41.73789548179325],[-72.72964494666925,41.73804148182237],[-72.72962194666847,41.73815848184574],[-72.72961794668606,41.73848748190947],[-72.72962394668946,41.738512481914114],[-72.72965394670582,41.738627481935396],[-72.72968994672466,41.73875148195822],[-72.72979894678153,41.73912348202663],[-72.7298359468007,41.73924748204941],[-72.72985394681017,41.73931048206101],[-72.72990894683893,41.73949948209578],[-72.72992794684875,41.73956248210734],[-72.7299859468794,41.73976748214512],[-72.72998894688102,41.73977848214713],[-72.73012594694941,41.74019248222277],[-72.73018394698155,41.74042348226558],[-72.73023994701231,41.74064148230591],[-72.73026894703345,41.74084548234442],[-72.73032994707722,41.741261482422885],[-72.730312947083,41.74145848246151],[-72.73029594708929,41.741664482501896],[-72.7302759470931,41.741844482537346],[-72.73020194711884,41.74271248270753],[-72.73015094712036,41.74302848277027],[-72.72946894689628,41.742994482785654],[-72.727422946224,41.742892482831834],[-72.72674094599991,41.74285848284721],[-72.72663694596581,41.74285448284979],[-72.72632794586464,41.74284548285801],[-72.72622494583094,41.742842482860745],[-72.72604594577217,41.74283448286496],[-72.72551094559658,41.74281148287773],[-72.72533294553818,41.742804482882136],[-72.72437394522343,41.74276248290487],[-72.72206394446532,41.74266348296011],[-72.72149694427927,41.742639482973715],[-72.72053894396504,41.74260148299721],[-72.72033494389777,41.74258748300108],[-72.71972494369679,41.742547483012984],[-72.71952194362993,41.742534483017],[-72.71911594349608,41.74250648302466],[-72.71789894309495,41.74242448304797],[-72.71749394296148,41.74239748305579],[-72.71735994291733,41.74238848305837],[-72.71695794278489,41.74236248306628],[-72.71682494274111,41.742354483069015],[-72.71665394269866,41.742585483119186],[-72.71614494257268,41.74327948326974],[-72.71597494253062,41.74351148332007],[-72.71585694250211,41.74368448335731],[-72.71552894242309,41.74416948346165],[-72.71550194241608,41.74420048346849],[-72.71536994238238,41.74436248350408],[-72.71536594237953,41.74433548349897],[-72.71532294234693,41.744011483437724],[-72.71518494224156,41.74295848323858],[-72.7151389422065,41.7426084831724],[-72.71513494218286,41.7422194830973],[-72.71520594211219,41.7405844827789],[-72.71489594182293,41.73730248215426],[-72.7148859417824,41.73665248202889],[-72.71485694166113,41.734702481652725],[-72.71484794162097,41.73405348152752],[-72.71486894160893,41.733724481463234],[-72.71493594157423,41.732738481270395],[-72.71495794156257,41.73241048120626],[-72.71496594155325,41.73220248116577],[-72.71499194152594,41.73157848104426],[-72.71500094151702,41.731371481003926],[-72.71499194150385,41.7311934809698],[-72.71497894148231,41.730891480911815],[-72.71491294137826,41.729451480635426],[-72.71489194134388,41.72897148054327],[-72.71488294133123,41.72880148051068],[-72.71486594130556,41.72845048044335],[-72.71478794119061,41.726888480143735],[-72.71476294115264,41.72636848004395],[-72.71475494114064,41.72620448001249],[-72.71473194110494,41.72571247991809],[-72.71472494109331,41.72554947988676],[-72.71471894108225,41.7253904798562],[-72.71470294104971,41.724913479764446],[-72.71469794103902,41.72475547973404],[-72.71466994101706,41.72453147969162],[-72.71458894095227,41.723861479564626],[-72.71456194093071,41.72363847952236]]]},"properties":{"name":4961,"geoid":"09003496100"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.75752795515035,41.72760047890503],[-72.75746495512455,41.72750847888927],[-72.75743995511434,41.72747247888312],[-72.75726295504356,41.727243478844535],[-72.75719595501674,41.727156478829876],[-72.75680795490176,41.72735447888067],[-72.75665795485739,41.727432478900596],[-72.75573395458832,41.7279864790375],[-72.75568395457383,41.728017479045114],[-72.75552395452752,41.7281184790698],[-72.75531195446561,41.72824247910061],[-72.7550909544022,41.72839147913655],[-72.75489295434548,41.72852647916904],[-72.754394954198,41.7287824792346],[-72.75415795412785,41.728904479265836],[-72.75403595409162,41.728965479281555],[-72.75402695408903,41.72897147928302],[-72.75366195397919,41.72912847932513],[-72.75353795394197,41.729183479339774],[-72.7534909539277,41.72920147934476],[-72.75335295388602,41.72925847936024],[-72.75330695387214,41.729277479365386],[-72.75305195379502,41.72938047939353],[-72.75297695377238,41.729411479401946],[-72.75249895362666,41.72958447945079],[-72.75227395355684,41.72964447946965],[-72.75200895347463,41.72971547949192],[-72.75169195337689,41.7298114795207],[-72.75160995335163,41.72983647952819],[-72.75147695331309,41.72991947954853],[-72.75074895308629,41.73009847960659],[-72.75042795298636,41.730178479632414],[-72.75017295290692,41.73024147965281],[-72.74958195272289,41.73038847970029],[-72.74940995266937,41.730431479714134],[-72.74915595259043,41.7304974797351],[-72.74900695254392,41.730532479746664],[-72.74856295240552,41.73064047978185],[-72.7484149523594,41.73067647979359],[-72.74831995232967,41.73069747980071],[-72.74803895224183,41.73076147982215],[-72.74794495221248,41.73078347982943],[-72.74770695213836,41.730842479848505],[-72.74699595191699,41.73101947990564],[-72.74675895184325,41.73107947992487],[-72.7465989517932,41.731115479936996],[-72.74612195164426,41.73122647997383],[-72.74607095162833,41.7312384799778],[-72.74596595159615,41.73127347998796],[-72.74571595151805,41.73133148000721],[-72.74503495130546,41.7314914800601],[-72.74496695128396,41.731502480064414],[-72.74471495120441,41.73154648008104],[-72.74444395111787,41.73157648009558],[-72.74363295085898,41.731667480139315],[-72.74336295077283,41.73169848015401],[-72.7430789506814,41.73171648016662],[-72.7422299504081,41.73177248020482],[-72.74194795031735,41.73179148021758],[-72.7416919502356,41.731819480231245],[-72.74092494999086,41.731907480272966],[-72.74066994990949,41.731936480286784],[-72.74056794987683,41.731946480292],[-72.74026294977946,41.7319804803084],[-72.74016194974726,41.73199248031397],[-72.73988894966013,41.73202348032876],[-72.73907194939962,41.732120480373844],[-72.73879994931288,41.73215248038879],[-72.73876994930328,41.73215548039034],[-72.73868094927487,41.732165480395146],[-72.73865194926564,41.73216948039685],[-72.73845394920237,41.73219048040728],[-72.73785994901259,41.732254480438804],[-72.73766294894969,41.7322764804494],[-72.73758394892442,41.7322844804535],[-72.73735094884998,41.73230948046583],[-72.7372729488251,41.73231848047007],[-72.73711794877548,41.73233348047797],[-72.73665294862684,41.73238248050244],[-72.73649894857768,41.73239948051068],[-72.73634994853012,41.732416480518765],[-72.73590494838828,41.73247048054354],[-72.73575694834112,41.73248848055178],[-72.73565494830854,41.73249948055719],[-72.73534994821127,41.732535480573986],[-72.73524894817908,41.73254748057955],[-72.73510094813167,41.73256148058703],[-72.73465894799037,41.73260748061016],[-72.73451194794335,41.73262248061779],[-72.73345094760538,41.73275448067749],[-72.73303894747347,41.732794480698495],[-72.73277794738964,41.73281448071076],[-72.73252894730848,41.73281348071858],[-72.73231294723739,41.73280048072302],[-72.73211494717077,41.732763480722255],[-72.73163594700549,41.732601480706336],[-72.73139294692112,41.73251048069657],[-72.73073794669223,41.732239480665264],[-72.73048294660258,41.73212448065124],[-72.73169894687439,41.72995948019341],[-72.7319169469227,41.729564480109985],[-72.73257194706802,41.72837947985972],[-72.73279094711674,41.727985479776464],[-72.73289194713908,41.727801479737636],[-72.7331969472069,41.72725247962162],[-72.73329994722997,41.72706947958293],[-72.73343294725927,41.72682547953144],[-72.73349694727351,41.72671047950715],[-72.73385394735506,41.726105479378646],[-72.73399594738758,41.72586647932784],[-72.73413594741827,41.72560647927305],[-72.7345569475108,41.72482947910921],[-72.73469794754186,41.72457047905458],[-72.73478494756093,41.72440947902064],[-72.73504494761796,41.723927478919016],[-72.73513294763742,41.72376747888526],[-72.73524794766318,41.72356347884209],[-72.735594947741,41.72295047871234],[-72.73571094776716,41.72274747866935],[-72.73587094780227,41.72245147860694],[-72.73594494781857,41.72231547857825],[-72.73623694788519,41.721819478472916],[-72.73636694791341,41.72157347842114],[-72.73637594791543,41.72155747841776],[-72.73648294793801,41.721343478372916],[-72.73650994794257,41.72126947835774],[-72.73705594811703,41.72121147832892],[-72.73869394864063,41.72104047824311],[-72.73924094881554,41.72098447821466],[-72.73949594889943,41.72099947820935],[-72.74026294915197,41.72104747819394],[-72.74051894923629,41.72106447818898],[-72.74074394930693,41.721018478172844],[-72.74141894951894,41.72088247812478],[-72.74164494958993,41.720837478108805],[-72.74188194966557,41.72081047809595],[-72.74259594989343,41.72072947805729],[-72.74283394996942,41.72070347804459],[-72.75762195466632,41.71863947716887],[-72.7594559552492,41.71839047706161],[-72.75999995542581,41.718381477042335],[-72.76163495595675,41.71835647698479],[-72.7621799561338,41.71834947696587],[-72.7622049562201,41.71971047722832],[-72.76220795623246,41.71990847726652],[-72.76223795633058,41.72144647756301],[-72.76224895651451,41.724586478169954],[-72.76225395658435,41.72577347839935],[-72.76226095659449,41.72591047842561],[-72.76227295661195,41.72614647847087],[-72.76234195667257,41.72681047859704],[-72.76234695667718,41.72686247860695],[-72.76163595644383,41.72683047862368],[-72.76120395630205,41.72681147863393],[-72.76097595622718,41.726800478639156],[-72.76079295616839,41.72681447864777],[-72.76025795599654,41.726855478672945],[-72.75960995579058,41.726943478710844],[-72.75890195556991,41.72711547876693],[-72.75831895539105,41.72730647882267],[-72.75818595535033,41.72735147883565],[-72.75752795515035,41.72760047890503]]]},"properties":{"name":4962,"geoid":"09003496200"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.73139294692112,41.73251048069657],[-72.73163594700549,41.732601480706336],[-72.73211494717077,41.732763480722255],[-72.73231294723739,41.73280048072302],[-72.73252894730848,41.73281348071858],[-72.73277794738964,41.73281448071076],[-72.73303894747347,41.732794480698495],[-72.73345094760538,41.73275448067749],[-72.73451194794335,41.73262248061779],[-72.73465894799037,41.73260748061016],[-72.73510094813167,41.73256148058703],[-72.73524894817908,41.73254748057955],[-72.73534994821127,41.732535480573986],[-72.73565494830854,41.73249948055719],[-72.73575694834112,41.73248848055178],[-72.73590494838828,41.73247048054354],[-72.73634994853012,41.732416480518765],[-72.73649894857768,41.73239948051068],[-72.73665294862684,41.73238248050244],[-72.73711794877548,41.73233348047797],[-72.7372729488251,41.73231848047007],[-72.73735094884998,41.73230948046583],[-72.73758394892442,41.7322844804535],[-72.73766294894969,41.7322764804494],[-72.73785994901259,41.732254480438804],[-72.73845394920237,41.73219048040728],[-72.73865194926564,41.73216948039685],[-72.73868094927487,41.732165480395146],[-72.73876994930328,41.73215548039034],[-72.73879994931288,41.73215248038879],[-72.73907194939962,41.732120480373844],[-72.73988894966013,41.73202348032876],[-72.74016194974726,41.73199248031397],[-72.74026294977946,41.7319804803084],[-72.74056794987683,41.731946480292],[-72.74066994990949,41.731936480286784],[-72.74092494999086,41.731907480272966],[-72.7416919502356,41.731819480231245],[-72.74194795031735,41.73179148021758],[-72.7422299504081,41.73177248020482],[-72.7430789506814,41.73171648016662],[-72.74336295077283,41.73169848015401],[-72.7433829507883,41.73185448018353],[-72.7433879507919,41.73188848018992],[-72.74333395079933,41.732324480276],[-72.74331495080219,41.732481480306966],[-72.74326395080199,41.732767480363904],[-72.74324495080371,41.7329054803912],[-72.74306995082017,41.73418448064416],[-72.74306795082038,41.73419948064711],[-72.74301595082711,41.73461148072846],[-72.74300595082667,41.734660480738256],[-72.74297695082589,41.734811480768386],[-72.74296795082583,41.73486148077835],[-72.74295495082517,41.73492348079075],[-72.74291895082429,41.73511248082847],[-72.74290795082433,41.735175480840994],[-72.7428869508257,41.73531848086932],[-72.74286295082787,41.73549248090374],[-72.74290795085706,41.73574548095121],[-72.74293395087373,41.73588848097801],[-72.74297395089968,41.73611348102023],[-72.74302895093126,41.73635148106449],[-72.74308495095721,41.736485481088586],[-72.74316395099378,41.736674481122584],[-72.74347695114393,41.73751348127471],[-72.74377095128786,41.73835248142746],[-72.7438329513169,41.73850648145523],[-72.74387195133488,41.73859848147177],[-72.74418695147959,41.73933148160333],[-72.7442439515058,41.73946448162721],[-72.74427195152174,41.73958348164932],[-72.74430295153931,41.73971348167344],[-72.7443029515396,41.73971848167441],[-72.74431095155461,41.73993448171592],[-72.7443469515777,41.740132481753044],[-72.74437195159378,41.74027048177891],[-72.7444059516159,41.74046248181493],[-72.74447195165868,41.74083348188453],[-72.74449095167678,41.74104048192394],[-72.74450895169383,41.741235481961056],[-72.74460795176343,41.74188548208352],[-72.74490595197254,41.74383548245089],[-72.7449459520005,41.744095482499866],[-72.74500795204311,41.74448548257325],[-72.74501695204953,41.74454648258477],[-72.74504395206903,41.744732482619845],[-72.74505395207585,41.74479448263149],[-72.7450729520895,41.74492448265601],[-72.74507595209157,41.7449434826596],[-72.74514895214104,41.74539048274366],[-72.74517395215774,41.74553948277164],[-72.74517995215999,41.745544482772424],[-72.74522295218429,41.745723482805644],[-72.74535995226125,41.74628648291004],[-72.74540595228703,41.74647448294491],[-72.74556195236721,41.746985483038664],[-72.74594695256482,41.74824148326903],[-72.74594895258213,41.74853148332501],[-72.74595095259072,41.7486694833516],[-72.74582795257231,41.74904648342845],[-72.74570695254738,41.74929848348107],[-72.74556095251192,41.749508483526355],[-72.74514695241162,41.75010948365587],[-72.74471395231443,41.7508724838173],[-72.74445095225562,41.751339483916034],[-72.74427395221791,41.751686483988806],[-72.743745952106,41.752731484207786],[-72.74356995206868,41.75307948428073],[-72.74308895191736,41.75317248431419],[-72.74164595146358,41.75345548441541],[-72.74116595131271,41.753550484449235],[-72.74091295123306,41.75359848446667],[-72.7401569509952,41.75374448451926],[-72.73990495091591,41.75379348453686],[-72.73970095085161,41.75383048455058],[-72.73908895065863,41.75394148459175],[-72.73888495059431,41.75397848460547],[-72.73881195057123,41.75399048461015],[-72.73859595050318,41.754030484624835],[-72.73852395048047,41.75404348462967],[-72.73839495044001,41.754070484639065],[-72.7380079503187,41.754153484667576],[-72.73798995031308,41.75415748466892],[-72.73787995027861,41.75418148467711],[-72.737754950239,41.75420048468481],[-72.73738295012133,41.75426148470858],[-72.73725895008215,41.75428248471663],[-72.73705995001946,41.7543194847302],[-72.73646494983207,41.75443148477102],[-72.73626694976976,41.75446948478474],[-72.73617094973957,41.754488484791516],[-72.73588494964987,41.75454848481233],[-72.73578994962013,41.75456948481944],[-72.73549094945699,41.75342548460798],[-72.73515694927437,41.752140484370386],[-72.73518594927972,41.75206948435572],[-72.73509094923423,41.75181648430989],[-72.73502394919288,41.75147648424633],[-72.73479694908107,41.75081748412626],[-72.73448894894013,41.750110483999535],[-72.73447994893397,41.750054483989004],[-72.73447394892955,41.750011483980884],[-72.7344249488933,41.74965848391423],[-72.73431694881366,41.7488844837681],[-72.73431094880958,41.74884748376115],[-72.73430294880364,41.7487894837502],[-72.73429594879833,41.74873648374018],[-72.73429094879455,41.74869948373319],[-72.73416194870866,41.74793548358966],[-72.73409294866251,41.74752348351224],[-72.73431194870436,41.74701048340602],[-72.73435694869731,41.74663248333149],[-72.73418594852141,41.7445394829324],[-72.733943948372,41.74331048270261],[-72.73383294828633,41.74244848253954],[-72.73384094827004,41.74211948247568],[-72.73391594828472,41.74194948244038],[-72.73394294828994,41.74188748242753],[-72.73403994831298,41.7417384823956],[-72.7343819483944,41.741216482283676],[-72.73439694839722,41.74118048227623],[-72.73437394836589,41.74076548219674],[-72.7343379483417,41.74054848215594],[-72.73427394831364,41.74042248213365],[-72.73425694830621,41.74038948212781],[-72.7339789482001,41.74011848208437],[-72.73361094806457,41.73984548204344],[-72.73322294792561,41.739626482013605],[-72.73305494786653,41.73955048200431],[-72.73263694772476,41.73945248199883],[-72.73246794766484,41.739367481987834],[-72.73219694755325,41.73896148191807],[-72.73187394738129,41.7377984817036],[-72.7317709473243,41.73739048162803],[-72.73174994731369,41.73732448161595],[-72.73171894729781,41.73722348159742],[-72.73122794710292,41.73661448149547],[-72.73101594700856,41.73617348141704],[-72.73096394698979,41.73614148141251],[-72.73087094695681,41.73609448140643],[-72.730831946943,41.73607548140401],[-72.73057194685505,41.73601848140135],[-72.73047094682089,41.735996481400356],[-72.73060594684793,41.735701481338964],[-72.73062694685059,41.73562848132418],[-72.73080294687404,41.73503848120442],[-72.73093794688536,41.734469481090045],[-72.73097694688842,41.7343014810563],[-72.73103094689331,41.73408048101184],[-72.73112094689405,41.73358248091264],[-72.73122094689809,41.7330854808133],[-72.73128594689653,41.73268948073464],[-72.73139294692112,41.73251048069657]]]},"properties":{"name":4963,"geoid":"09003496300"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.74336295077283,41.73169848015401],[-72.74363295085898,41.731667480139315],[-72.74444395111787,41.73157648009558],[-72.74471495120441,41.73154648008104],[-72.74496695128396,41.731502480064414],[-72.74503495130546,41.7314914800601],[-72.74571595151805,41.73133148000721],[-72.74596595159615,41.73127347998796],[-72.74607095162833,41.7312384799778],[-72.74612195164426,41.73122647997383],[-72.7465989517932,41.731115479936996],[-72.74675895184325,41.73107947992487],[-72.74699595191699,41.73101947990564],[-72.74770695213836,41.730842479848505],[-72.74794495221248,41.73078347982943],[-72.74803895224183,41.73076147982215],[-72.74831995232967,41.73069747980071],[-72.7484149523594,41.73067647979359],[-72.74856295240552,41.73064047978185],[-72.74900695254392,41.730532479746664],[-72.74915595259043,41.7304974797351],[-72.74940995266937,41.730431479714134],[-72.74958195272289,41.73038847970029],[-72.75017295290692,41.73024147965281],[-72.75042795298636,41.730178479632414],[-72.75074895308629,41.73009847960659],[-72.75147695331309,41.72991947954853],[-72.75160995335163,41.72983647952819],[-72.75169195337689,41.7298114795207],[-72.75200895347463,41.72971547949192],[-72.75227395355684,41.72964447946965],[-72.75249895362666,41.72958447945079],[-72.75297695377238,41.729411479401946],[-72.75305195379502,41.72938047939353],[-72.75330695387214,41.729277479365386],[-72.75335295388602,41.72925847936024],[-72.7534909539277,41.72920147934476],[-72.75353795394197,41.729183479339774],[-72.75366195397919,41.72912847932513],[-72.75402695408903,41.72897147928302],[-72.75403595409162,41.728965479281555],[-72.75415795412785,41.728904479265836],[-72.754394954198,41.7287824792346],[-72.75489295434548,41.72852647916904],[-72.7550909544022,41.72839147913655],[-72.75531195446561,41.72824247910061],[-72.75552395452752,41.7281184790698],[-72.75568395457383,41.728017479045114],[-72.75573395458832,41.7279864790375],[-72.75665795485739,41.727432478900596],[-72.75680795490176,41.72735447888067],[-72.75719595501674,41.727156478829876],[-72.75726295504356,41.727243478844535],[-72.75743995511434,41.72747247888312],[-72.75746495512455,41.72750847888927],[-72.75752795515035,41.72760047890503],[-72.75758695517501,41.72769547892149],[-72.75763795519559,41.727764478933196],[-72.75768095521452,41.72785047894843],[-72.75772695523301,41.72791147895875],[-72.75779895526192,41.72800647897482],[-72.75784695528444,41.728126478996465],[-72.75802795537459,41.728669479095636],[-72.75803695538917,41.7288724791346],[-72.75802095538901,41.728960479152136],[-72.75800295538907,41.72906347917264],[-72.75789095536652,41.729305479223044],[-72.7579059553722,41.72931947922526],[-72.75795395539025,41.72936147923184],[-72.75796995539626,41.72937547923403],[-72.75808795544332,41.72952547925923],[-72.75821795550178,41.729806479309374],[-72.7582439555135,41.72986347931957],[-72.75826095553951,41.73021947938785],[-72.75820295556244,41.73094747953049],[-72.75820995558506,41.73130147959873],[-72.7582209556175,41.73180347969543],[-72.75820895562576,41.732015479736816],[-72.75819495563591,41.73227147978677],[-72.7582009556597,41.73265147986005],[-72.75820495567325,41.73286447990111],[-72.75820195568694,41.73311947995051],[-72.75819495572884,41.733888480099424],[-72.75819295574291,41.73414448014898],[-72.75822895575861,41.73421348016116],[-72.75822095577134,41.734480480213044],[-72.7581909558211,41.73551648041432],[-72.75818195583807,41.73586248048151],[-72.75821795587001,41.73621448054841],[-72.75831395595328,41.737119480720274],[-72.75833495596873,41.73726948074861],[-72.75838595600553,41.73762048081482],[-72.75840995602485,41.737820480852704],[-72.75848595609415,41.73859548100008],[-72.75854895615069,41.739222481119285],[-72.75864895626651,41.74067048139599],[-72.75881695636981,41.74151548155391],[-72.75900995648797,41.74247748173365],[-72.75907295651798,41.74264248176352],[-72.75908695652628,41.742707481775625],[-72.75924395661852,41.74342248190878],[-72.75929695664952,41.74366148195326],[-72.75930495665277,41.74367248195512],[-72.75981695691772,41.74538048226877],[-72.76019495711692,41.7467034825123],[-72.75955895693026,41.74705948260162],[-72.75902095678363,41.74755648271504],[-72.75901595678181,41.74755348271463],[-72.75835595659643,41.74806748283525],[-72.75828695657879,41.74815148285373],[-72.75807995652603,41.74840648290969],[-72.75801195650878,41.7484914829283],[-72.75783895646231,41.748663482967146],[-72.7576299564035,41.748824483004995],[-72.75642495606465,41.74975648322398],[-72.75602395595193,41.75006748329704],[-72.75594895593085,41.75012548331067],[-72.75592495592416,41.75014548331529],[-72.75570895586124,41.7502744833472],[-72.755628955838,41.75032348335926],[-72.75546995579299,41.75044148338718],[-72.7549949556587,41.75079648347112],[-72.7548369556141,41.75091548349922],[-72.75444795549085,41.750975483523355],[-72.7532819551216,41.75115848359632],[-72.75289395499874,41.75121948362062],[-72.75286095498815,41.75122248362227],[-72.75276295495698,41.751235483627944],[-72.75273095494678,41.75123948362975],[-72.75253495488472,41.75127048364205],[-72.75194795469912,41.751367483679736],[-72.7517529546375,41.7514004836924],[-72.75164295460264,41.751417483699235],[-72.75131295449805,41.75146748371953],[-72.75120395446356,41.75148548372653],[-72.75097995439344,41.75153448374323],[-72.75030795418311,41.75168348379369],[-72.75008495411338,41.751733483810554],[-72.74998295408157,41.75175848381866],[-72.74967895398704,41.75183648384352],[-72.74957795395564,41.75186248385182],[-72.74942495390746,41.75189148386237],[-72.74888795373985,41.75201848390422],[-72.74805695347965,41.75220048396619],[-72.7478459534134,41.75224348398131],[-72.74676895307654,41.75248548406279],[-72.74614195288011,41.7526214841093],[-72.7458789527972,41.75266948412705],[-72.74509195254939,41.75281748418102],[-72.7448299524669,41.752867484199136],[-72.74457795238753,41.752914484216326],[-72.74402995221494,41.75301748425392],[-72.74382295214907,41.7530444842658],[-72.74356995206868,41.75307948428073],[-72.743745952106,41.752731484207786],[-72.74427395221791,41.751686483988806],[-72.74445095225562,41.751339483916034],[-72.74471395231443,41.7508724838173],[-72.74514695241162,41.75010948365587],[-72.74556095251192,41.749508483526355],[-72.74570695254738,41.74929848348107],[-72.74582795257231,41.74904648342845],[-72.74595095259072,41.7486694833516],[-72.74594895258213,41.74853148332501],[-72.74594695256482,41.74824148326903],[-72.74556195236721,41.746985483038664],[-72.74540595228703,41.74647448294491],[-72.74535995226125,41.74628648291004],[-72.74522295218429,41.745723482805644],[-72.74517995215999,41.745544482772424],[-72.74517395215774,41.74553948277164],[-72.74514895214104,41.74539048274366],[-72.74507595209157,41.7449434826596],[-72.7450729520895,41.74492448265601],[-72.74505395207585,41.74479448263149],[-72.74504395206903,41.744732482619845],[-72.74501695204953,41.74454648258477],[-72.74500795204311,41.74448548257325],[-72.7449459520005,41.744095482499866],[-72.74490595197254,41.74383548245089],[-72.74460795176343,41.74188548208352],[-72.74450895169383,41.741235481961056],[-72.74449095167678,41.74104048192394],[-72.74447195165868,41.74083348188453],[-72.7444059516159,41.74046248181493],[-72.74437195159378,41.74027048177891],[-72.7443469515777,41.740132481753044],[-72.74431095155461,41.73993448171592],[-72.7443029515396,41.73971848167441],[-72.74430295153931,41.73971348167344],[-72.74427195152174,41.73958348164932],[-72.7442439515058,41.73946448162721],[-72.74418695147959,41.73933148160333],[-72.74387195133488,41.73859848147177],[-72.7438329513169,41.73850648145523],[-72.74377095128786,41.73835248142746],[-72.74347695114393,41.73751348127471],[-72.74316395099378,41.736674481122584],[-72.74308495095721,41.736485481088586],[-72.74302895093126,41.73635148106449],[-72.74297395089968,41.73611348102023],[-72.74293395087373,41.73588848097801],[-72.74290795085706,41.73574548095121],[-72.74286295082787,41.73549248090374],[-72.7428869508257,41.73531848086932],[-72.74290795082433,41.735175480840994],[-72.74291895082429,41.73511248082847],[-72.74295495082517,41.73492348079075],[-72.74296795082583,41.73486148077835],[-72.74297695082589,41.734811480768386],[-72.74300595082667,41.734660480738256],[-72.74301595082711,41.73461148072846],[-72.74306795082038,41.73419948064711],[-72.74306995082017,41.73418448064416],[-72.74324495080371,41.7329054803912],[-72.74326395080199,41.732767480363904],[-72.74331495080219,41.732481480306966],[-72.74333395079933,41.732324480276],[-72.7433879507919,41.73188848018992],[-72.7433829507883,41.73185448018353],[-72.74336295077283,41.73169848015401]]]},"properties":{"name":4964,"geoid":"09003496400"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.74181495201066,41.76201248606357],[-72.74185995199528,41.76149048596126],[-72.74191395197809,41.760885485842614],[-72.74211095200661,41.76026548571646],[-72.7421689520079,41.75995948565545],[-72.7422679520106,41.75944548555295],[-72.74239195203444,41.7591574854933],[-72.74276395210593,41.75829348531435],[-72.74288795212975,41.758005485254685],[-72.7429489521429,41.75788848523012],[-72.74313495218325,41.75753648515609],[-72.74319695219677,41.75742048513167],[-72.7433689522348,41.757107485065646],[-72.74377995231953,41.75625248488716],[-72.74385595233834,41.756149484864814],[-72.74383795233018,41.756109484857674],[-72.74409295237346,41.75541748471572],[-72.74414595237337,41.75511548465565],[-72.7441149523475,41.754841484603695],[-72.74391995224707,41.7541994844859],[-72.74385595221645,41.75402948445511],[-72.74381195219557,41.75391548443449],[-72.74376295216996,41.753747484403604],[-72.74361795209393,41.753246484311454],[-72.74356995206868,41.75307948428073],[-72.74382295214907,41.7530444842658],[-72.74402995221494,41.75301748425392],[-72.74457795238753,41.752914484216326],[-72.7448299524669,41.752867484199136],[-72.74509195254939,41.75281748418102],[-72.7458789527972,41.75266948412705],[-72.74614195288011,41.7526214841093],[-72.74676895307654,41.75248548406279],[-72.7478459534134,41.75224348398131],[-72.74805695347965,41.75220048396619],[-72.74888795373985,41.75201848390422],[-72.74942495390746,41.75189148386237],[-72.74957795395564,41.75186248385182],[-72.74967895398704,41.75183648384352],[-72.74998295408157,41.75175848381866],[-72.75008495411338,41.751733483810554],[-72.75030795418311,41.75168348379369],[-72.75097995439344,41.75153448374323],[-72.75120395446356,41.75148548372653],[-72.75131295449805,41.75146748371953],[-72.75164295460264,41.751417483699235],[-72.7517529546375,41.7514004836924],[-72.75194795469912,41.751367483679736],[-72.75253495488472,41.75127048364205],[-72.75273095494678,41.75123948362975],[-72.75276295495698,41.751235483627944],[-72.75286095498815,41.75122248362227],[-72.75289395499874,41.75121948362062],[-72.7532819551216,41.75115848359632],[-72.75444795549085,41.750975483523355],[-72.7548369556141,41.75091548349922],[-72.7549949556587,41.75079648347112],[-72.75546995579299,41.75044148338718],[-72.755628955838,41.75032348335926],[-72.75570895586124,41.7502744833472],[-72.75592495592416,41.75014548331529],[-72.75594895593085,41.75012548331067],[-72.75602395595193,41.75006748329704],[-72.75642495606465,41.74975648322398],[-72.7576299564035,41.748824483004995],[-72.75783895646231,41.748663482967146],[-72.75801195650878,41.7484914829283],[-72.75807995652603,41.74840648290969],[-72.75828695657879,41.74815148285373],[-72.75835595659643,41.74806748283525],[-72.75901595678181,41.74755348271463],[-72.75902095678363,41.74755648271504],[-72.75955895693026,41.74705948260162],[-72.76019495711692,41.7467034825123],[-72.76099795755142,41.749710483067595],[-72.76109295760543,41.75011148314203],[-72.76118095765906,41.75054548322308],[-72.76144395779862,41.75148248339567],[-72.7615199578488,41.75192448347864],[-72.7615589579203,41.7529464836749],[-72.7614929579519,41.7538694838554],[-72.76147195796504,41.75421648392312],[-72.76147895797249,41.754306483940304],[-72.7614929579874,41.75448648397463],[-72.7615409580233,41.754838484041095],[-72.76163895807375,41.75516048410015],[-72.76172595811673,41.755414484146435],[-72.76179695814909,41.75557548417527],[-72.76197595823047,41.75597648424697],[-72.76175795816327,41.75604248426677],[-72.76110395796165,41.75624048432612],[-72.76088595789444,41.75630648434591],[-72.76069395783519,41.75636348436311],[-72.76011795765764,41.756538484415515],[-72.75992695759882,41.75659748443309],[-72.7591449573589,41.756854484507976],[-72.75744295683332,41.75735448465951],[-72.75585995634422,41.757815484799664],[-72.75572695630325,41.75785648481187],[-72.75467795598061,41.75818748490966],[-72.75355595563401,41.758515485009234],[-72.7533309555644,41.75857948502887],[-72.75265795535648,41.758775485088435],[-72.7524339552873,41.75884148510841],[-72.75228695524201,41.758886485121856],[-72.75184595510636,41.759025485162944],[-72.75169995506145,41.759071485176534],[-72.75107395486808,41.759254485232084],[-72.75048695468676,41.75942648528425],[-72.74979395447282,41.75963148534622],[-72.74968795444025,41.759665485356194],[-72.74949895438225,41.759727485374285],[-72.74937095434281,41.759766485385946],[-72.74926495431018,41.75979948539573],[-72.74910795426152,41.75984248540911],[-72.748637954116,41.759974485449774],[-72.74848195406778,41.760019485463495],[-72.74840295404341,41.76004348547067],[-72.74816995397165,41.76011548549212],[-72.7480919539477,41.76014048549947],[-72.74782595386542,41.76021648552272],[-72.74702895361915,41.760448485593244],[-72.74676395353733,41.760526485616865],[-72.74645795344327,41.76062448564566],[-72.74554095316171,41.76092248573282],[-72.7452359530681,41.761022485761984],[-72.74514995304148,41.76104648576939],[-72.74489195296162,41.76111948579181],[-72.74480695293539,41.761144485799385],[-72.74420695274976,41.76131548585176],[-72.74241095219439,41.761831486009385],[-72.74225795214714,41.761876486023],[-72.74202595207618,41.761956486045946],[-72.74181495201066,41.76201248606357]]]},"properties":{"name":4965,"geoid":"09003496500"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.85314498827422,41.76210748248315],[-72.85347698834886,41.76152848236056],[-72.85447698857409,41.759792481992854],[-72.85480998864912,41.75921448187043],[-72.8552989887597,41.758373481692125],[-72.85545698879561,41.75810448163506],[-72.85617698896,41.7568934813778],[-72.8563939890095,41.75652748130008],[-72.85675698908828,41.75584548115657],[-72.85679698909709,41.75577248114116],[-72.85697098912921,41.75534848105364],[-72.85708998914399,41.75493348096961],[-72.85740098915454,41.75336448065644],[-72.8575729891669,41.752609480505],[-72.85766698917385,41.752200480422964],[-72.85772098917792,41.751966480375984],[-72.85777398918171,41.75173348032928],[-72.85798798919717,41.75079548014113],[-72.85816198920996,41.75003647998886],[-72.85825398920986,41.749516479885415],[-72.85894298920934,41.74562547911131],[-72.85935798920946,41.7432894786465],[-72.85985298921291,41.74055947810293],[-72.85986298921316,41.740507478092574],[-72.8598939892144,41.74035447806199],[-72.85990498921504,41.74030347805179],[-72.85991798921563,41.74024047803918],[-72.85995898921806,41.74005147800134],[-72.85997298921905,41.7399894779889],[-72.86024298920458,41.738217477637725],[-72.86058398918648,41.735982477194746],[-72.86110898919713,41.73320747664141],[-72.86115598919592,41.73292147658461],[-72.86145398919095,41.73115547623363],[-72.86155098918552,41.730514476106585],[-72.86184298916966,41.72859347572581],[-72.8619409891646,41.727953475598916],[-72.8621679892452,41.728069475613985],[-72.86238398932191,41.728180475628456],[-72.862855989489,41.72841347565819],[-72.86308598957044,41.72852747567279],[-72.86311898958212,41.728543475674805],[-72.86321998961776,41.728591475680815],[-72.8632539896298,41.728608475683],[-72.86349598971533,41.728725475697765],[-72.86422398997257,41.72907647574203],[-72.86446699005843,41.729193475756766],[-72.86500999025024,41.72945447578963],[-72.86663899082588,41.73024047588876],[-72.86718299101808,41.730502475921774],[-72.86773299121243,41.73076747595516],[-72.86851799148982,41.731146476002976],[-72.86861999152592,41.73119647600934],[-72.86938399179616,41.73156947605667],[-72.86993399199072,41.731838476090836],[-72.87042199216332,41.732076476121016],[-72.87188599268116,41.73279147621175],[-72.87229299282508,41.73298947623682],[-72.87237499285415,41.73303047624208],[-72.87291199304414,41.733293476275506],[-72.87450099360633,41.73407147637435],[-72.87452599361514,41.734083476375865],[-72.87506599380595,41.73434347640861],[-72.87513699383102,41.73437747641288],[-72.87534999390626,41.73447947642568],[-72.87542099393139,41.734514476430135],[-72.87551899396635,41.73456747643721],[-72.87553899397344,41.73457747643849],[-72.87571299403551,41.734671476451005],[-72.8758929940997,41.73476847646393],[-72.87601199414213,41.73483247647243],[-72.87664399436542,41.73513647651068],[-72.87783799478726,41.73571047658289],[-72.87855999503961,41.736010476617444],[-72.87920899526647,41.73628047664858],[-72.87960599540419,41.73642747666412],[-72.88040699568214,41.73672547669573],[-72.88080499581875,41.736847476706394],[-72.88102199589326,41.7369144767123],[-72.88121299595826,41.73696347671557],[-72.88219599629264,41.7372124767318],[-72.88392499688081,41.73765147676056],[-72.88473099715156,41.73779647676242],[-72.88509799727119,41.7377994767511],[-72.88517199729452,41.73778647674619],[-72.88539099736373,41.737750476732124],[-72.88615799760166,41.73754747666803],[-72.88668299776558,41.7374274766278],[-72.88827199826187,41.7370654765063],[-72.88999999880627,41.73675347638994],[-72.89093699909888,41.736539476318185],[-72.89098999914644,41.73706347641772],[-72.8911519992901,41.738635476716226],[-72.89120699933838,41.73916047681587],[-72.89121599934658,41.73925147683316],[-72.8912459993723,41.73952747688551],[-72.8912559993809,41.73961947690297],[-72.89126399939309,41.739785476934784],[-72.89128799942982,41.74028547703062],[-72.89129699944242,41.740452477062604],[-72.8913039994572,41.7406684771041],[-72.89131599948071,41.7410074771692],[-72.89131499949833,41.74131747722914],[-72.89131499951088,41.74153447727106],[-72.89117699948481,41.74186047733853],[-72.89101199944356,41.74207547738543],[-72.89091199941865,41.74220747741415],[-72.89053799932292,41.74265747751326],[-72.88979899913132,41.743503477700685],[-72.88957599907354,41.74375947775738],[-72.88938899902517,41.74397547780518],[-72.88914099896088,41.7442594778681],[-72.88840099876941,41.7451134780571],[-72.8881539987055,41.74539847812019],[-72.88783099859417,41.74529147810999],[-72.8876119985179,41.74520547810047],[-72.88600499795851,41.744578478031485],[-72.88546999777233,41.744370478008655],[-72.88534099774047,41.74454547804666],[-72.8849559976456,41.745072478160964],[-72.88482799761414,41.74524847819911],[-72.88505299769288,41.74534347821017],[-72.88531099778315,41.745452478222866],[-72.88550299785082,41.74554147823383],[-72.8856709979104,41.745626478244795],[-72.88571199792585,41.74566247825041],[-72.88589599799516,41.74582547827595],[-72.88608499805467,41.74579047826305],[-72.8860989980591,41.745788478262206],[-72.88622299810169,41.74582647826553],[-72.8863399981441,41.74590147827621],[-72.88638499816238,41.74596447828693],[-72.88635499816014,41.746094478313005],[-72.88627899813743,41.746129478322246],[-72.88610599808587,41.7462114783437],[-72.88610299810315,41.74652747840485],[-72.88609199810219,41.7465724784139],[-72.886039998098,41.746792478458076],[-72.8859339980761,41.74701047850365],[-72.88579199803902,41.747168478538775],[-72.88556699797549,41.747336478578525],[-72.88545299794134,41.747387478592074],[-72.88539599792435,41.747414478599126],[-72.88510499783372,41.747485478622295],[-72.88505799782688,41.747631478652025],[-72.88491799780687,41.748073478741965],[-72.8848719978004,41.74822047877185],[-72.88518699790896,41.74832447878171],[-72.88613299823498,41.74863647881129],[-72.88644899834385,41.748740478821134],[-72.88633499832589,41.74907147888877],[-72.88618599830257,41.74950647897764],[-72.88601799828068,41.75007347909261],[-72.88599299827757,41.75016047911024],[-72.88597499828676,41.75042047916104],[-72.885970998289,41.75048147917297],[-72.88599799830989,41.75069047921246],[-72.88604299834432,41.75103247927706],[-72.88618199841568,41.751483479359656],[-72.88626299845714,41.751744479407456],[-72.88630599847791,41.75186147942865],[-72.88643499854038,41.752215479492854],[-72.88647799856128,41.75233447951444],[-72.88657899860932,41.75259647956177],[-72.8866739986552,41.75285447960852],[-72.88676599870587,41.75321247967468],[-72.88678099873152,41.753571479743556],[-72.88679599874635,41.753743479776276],[-72.8867809987523,41.75393047981289],[-72.88677299875583,41.75403647983361],[-72.88678399876832,41.754190479863006],[-72.88678699877214,41.754239479872375],[-72.88639599863217,41.754020479842765],[-72.88621599856819,41.753927479830644],[-72.88586799844454,41.753748479807356],[-72.88519399820782,41.753449479771476],[-72.88447299795621,41.753157479738476],[-72.88443099794154,41.75314047973656],[-72.88382899773144,41.752896479708966],[-72.88370899768937,41.75284447970281],[-72.88335099756385,41.75268947968448],[-72.88323199752217,41.752638479678495],[-72.88319399751285,41.752691479689965],[-72.88308099748534,41.75285147972454],[-72.88304399747642,41.75290547973618],[-72.88290699744257,41.75309147977654],[-72.88249899734205,41.753649479897554],[-72.88236299730859,41.75383647993811],[-72.88261299739634,41.753946479951225],[-72.88336599766058,41.75427647999053],[-72.88361699774872,41.75438748000384],[-72.8840089978864,41.75456148002473],[-72.88450899806202,41.75478348005138],[-72.88524199830667,41.75488748004768],[-72.8856679984489,41.75494848004563],[-72.8859019985271,41.754983480044785],[-72.88660699876269,41.755088480042204],[-72.88684199884126,41.75512448004152],[-72.88684299884918,41.75525548006679],[-72.88684599887297,41.755649480142786],[-72.88684699887646,41.75570448015339],[-72.88684399887995,41.75578148016835],[-72.88684099888164,41.75582748017734],[-72.88683599888805,41.75596648020435],[-72.88683499889045,41.75601348021344],[-72.88451099812292,41.75582448025238],[-72.88318899768305,41.7556604802636],[-72.88307199766054,41.75592948031936],[-72.88290799761346,41.75603848034572],[-72.88289099760861,41.756050480348605],[-72.8826789975488,41.75620948038619],[-72.88253599751197,41.756377480423275],[-72.8824899975011,41.7564484804385],[-72.8823999974799,41.756588480468444],[-72.88238099747512,41.75661248047369],[-72.88234899746405,41.75660148047262],[-72.88234499746265,41.756599480472374],[-72.88223999742637,41.75656348046881],[-72.8822059974146,41.7565514804676],[-72.88204599737298,41.75673248050776],[-72.88156499724782,41.75727548062823],[-72.8814059972066,41.75745748066854],[-72.88119899715414,41.75771548072509],[-72.88111099713404,41.75786348075653],[-72.88102399711552,41.758032480792],[-72.88089899710705,41.75858948090361],[-72.88077199707821,41.75880548094946],[-72.88049499701553,41.75928048105019],[-72.87984399684525,41.76000048121036],[-72.87960299678092,41.76024448126532],[-72.87924699668585,41.76060448134639],[-72.87897399661296,41.76088048140855],[-72.87894699660532,41.76090048141329],[-72.8782499964089,41.761427481537666],[-72.87756399620511,41.76176548162522],[-72.87745599617203,41.761801481635665],[-72.87625599580473,41.76220548175262],[-72.87601899573167,41.76227648177402],[-72.87586199568415,41.7623384817911],[-72.87564699561919,41.762425481814866],[-72.87539699554415,41.76253548184422],[-72.875242995498,41.76260448186255],[-72.87512399546505,41.76270448188571],[-72.87497599542264,41.76280448190984],[-72.87477699536574,41.76294048194256],[-72.87460499531603,41.76304948196918],[-72.87414999518636,41.76336848204556],[-72.87387799510891,41.76356048209145],[-72.87381799509176,41.763601482101315],[-72.87363999504103,41.763726482131226],[-72.8735809950243,41.76376948214144],[-72.87343699498322,41.763869482165425],[-72.87321899492103,41.76402148220186],[-72.87300799486103,41.764171482237664],[-72.8728649948203,41.764272482261816],[-72.87282699480926,41.764295482267485],[-72.87271199477593,41.76436648228494],[-72.87267499476529,41.764390482290764],[-72.87262399475044,41.7644214822984],[-72.87247299470668,41.76451448232126],[-72.87242299469226,41.76454648232907],[-72.87134399433151,41.76438348233258],[-72.87058199407674,41.76426848233511],[-72.8699639938701,41.76417448233699],[-72.86810699324927,41.76389448234317],[-72.86702799288857,41.76373248234686],[-72.86172699111597,41.76292748236332],[-72.86124199095391,41.76285548236514],[-72.86034999065694,41.76274248237223],[-72.85953099038426,41.762638482378705],[-72.85928999030403,41.76260848238073],[-72.85887599016752,41.762578482388335],[-72.85814998992846,41.762532482402996],[-72.85789798984548,41.762516482408074],[-72.85774498979515,41.7625074824113],[-72.85314498827422,41.76210748248315]]]},"properties":{"name":4603.01,"geoid":"09003460301"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.57405989572028,41.733491485933676],[-72.57386489565793,41.73351248594396],[-72.57327889547055,41.733575485974896],[-72.57308489540858,41.73359748598534],[-72.57271389529006,41.73363948600533],[-72.57160389493545,41.73376448606499],[-72.57123389481733,41.73380748608512],[-72.57051989459084,41.73391648612904],[-72.56837789391152,41.73424548626115],[-72.5676648936854,41.73435548630521],[-72.56397789250386,41.734707486491104],[-72.55695489025321,41.73537848684527],[-72.55673489018264,41.73539848685617],[-72.55534988973876,41.73553048692593],[-72.55291988896006,41.73576348704862],[-72.54923488777912,41.73611648723459],[-72.54666588696007,41.736437487378694],[-72.54173988538963,41.73705448765529],[-72.53895988450331,41.73740248781135],[-72.5363918836846,41.737724487955596],[-72.53549288339856,41.737847488008086],[-72.53279688254091,41.73821848816587],[-72.5318988822553,41.73834348821871],[-72.53097288195654,41.73839748825871],[-72.52819488106036,41.73856148837904],[-72.52726988076203,41.73861748841937],[-72.5272358807511,41.73862048842104],[-72.52709088070476,41.73863648842876],[-72.52655488053358,41.738698488457864],[-72.52637688047676,41.73871948846761],[-72.52576188028033,41.73879048850095],[-72.52391687969097,41.73900248860081],[-72.52330287949492,41.73907448863431],[-72.52292487937403,41.739115488654306],[-72.52179387901259,41.73924248871495],[-72.52141687889208,41.73928448873508],[-72.52054187861236,41.73938148878177],[-72.51968187833748,41.739477488827745],[-72.519664878332,41.73947848882848],[-72.5188448780784,41.73971948890127],[-72.51838687794098,41.73992848895631],[-72.51813687786529,41.740030488984004],[-72.51800687782297,41.74003148898835],[-72.51790687779042,41.74003248899173],[-72.51769287771981,41.74001748899566],[-72.51752387766375,41.74000048899775],[-72.51713287753306,41.73994348899919],[-72.51721887755029,41.73975348895969],[-72.51731687757258,41.73958348892366],[-72.51792687771176,41.73853348870102],[-72.51800987773075,41.7383914886709],[-72.51807787773984,41.73816148862422],[-72.51813387774821,41.737987488588765],[-72.51818487774835,41.737697488531026],[-72.51819187774241,41.73755248850275],[-72.51820087773643,41.737395488472075],[-72.5179748775796,41.73593248819616],[-72.5179368775545,41.73570848815401],[-72.51783487748648,41.73509648803882],[-72.51778187745154,41.734785487980346],[-72.51762487734747,41.733854487805154],[-72.51761187733858,41.73377248778969],[-72.51756887731166,41.73354548774714],[-72.51752887728692,41.733339487708555],[-72.51752787728472,41.73330648770219],[-72.5175168772674,41.7330644876557],[-72.51754187726627,41.73290148762335],[-72.51759687726427,41.73255048755367],[-72.51765887725489,41.73202948745085],[-72.51768187724291,41.731686487383726],[-72.51771087723844,41.7314414873354],[-72.5177378772202,41.7309654872424],[-72.51775787720679,41.730614487173845],[-72.51776387720244,41.73050348715217],[-72.51781487720889,41.73032448711588],[-72.51799087726131,41.73023748709344],[-72.51863087746675,41.730181487062204],[-72.51916987763981,41.73013548703613],[-72.51960687778066,41.73010748701677],[-72.52113687826986,41.729940486935675],[-72.52167487844193,41.72988248690729],[-72.52196587853298,41.729815486885066],[-72.52208187856925,41.72978848687614],[-72.52231387863908,41.72968648684899],[-72.52242787867345,41.72963748683586],[-72.52248987869213,41.729610486828676],[-72.52326787891714,41.72910748670651],[-72.52358187900806,41.7289064866576],[-72.52387387909154,41.72870048660841],[-72.52475087934238,41.72808448646123],[-72.52504387942622,41.72787948641221],[-72.5250818794371,41.727852486405766],[-72.52535887951576,41.72764848635746],[-72.52630587978517,41.726957486193506],[-72.5266218798751,41.72672748613891],[-72.5265778798402,41.72636548607025],[-72.52657287983489,41.72630048605783],[-72.52655187981024,41.72598748599789],[-72.52638387970096,41.72502748581743],[-72.52631087965314,41.72460448573788],[-72.52622787960377,41.72421148566445],[-72.52618887957372,41.72390648560665],[-72.5261328795302,41.72346148552229],[-72.5261198794799,41.72265048536572],[-72.52614487943875,41.72178248519689],[-72.52616587940537,41.721074485059155],[-72.52619387939917,41.72080448500598],[-72.52620887939027,41.720561484958466],[-72.52621587938664,41.72045748493809],[-72.5267588795075,41.71946948472951],[-72.52684687952146,41.71921048467656],[-72.52685287952126,41.71917248466902],[-72.52688287952071,41.718990484632826],[-72.52675287946114,41.71868748457831],[-72.52652587936433,41.71828548450772],[-72.52647787934386,41.718200484492776],[-72.52578287905574,41.71711548430488],[-72.52567287900752,41.71689748426618],[-72.52559187896755,41.71665848422249],[-72.52554987894682,41.71653448419981],[-72.5254908789155,41.71632148416045],[-72.5254978789037,41.71607348411223],[-72.52555687890509,41.71575948404953],[-72.52568887893223,41.715479483991125],[-72.52581887896189,41.7152554839436],[-72.52588687897756,41.71514148391935],[-72.52611387903542,41.714857483857145],[-72.52627687907997,41.71470648382271],[-72.52676687921411,41.71425648371995],[-72.52693087925903,41.71410648368569],[-72.52699287927362,41.714007483664545],[-72.52717987931787,41.71371348360166],[-72.52724287933285,41.713615483580654],[-72.52733587935286,41.713434483542656],[-72.52761787941418,41.7128954834293],[-72.52771187943459,41.71271548339145],[-72.52752787936718,41.712584483371955],[-72.52742787933059,41.7125134833614],[-72.5269438791574,41.71224148332415],[-72.5267478790873,41.71213148330909],[-72.52683387910379,41.71192848326706],[-72.52695087912393,41.71161148320193],[-72.52717487916689,41.71108248309233],[-72.52720187917166,41.71101148307774],[-72.52737187920253,41.71057948298868],[-72.52752187923268,41.71024948291999],[-72.52776087928004,41.70971148280818],[-72.52885387953569,41.70794048243039],[-72.5289138795488,41.7078264824064],[-72.52921387961476,41.7072664822884],[-72.52947587967124,41.70675748218147],[-72.52957487969255,41.70656448214094],[-72.52962687970324,41.70645448211799],[-72.52994287976944,41.705806481982414],[-72.53011487981199,41.70556848193084],[-72.53017387982668,41.70548848191347],[-72.53035387987647,41.70533248187751],[-72.53101488005782,41.70473248174024],[-72.5310508800678,41.70470148173309],[-72.53118988010405,41.70454248169788],[-72.53133988014154,41.70434148165416],[-72.53146688016658,41.70405348159433],[-72.53151788016044,41.703652481515036],[-72.53125587999409,41.70222548124701],[-72.53109587989212,41.70134748108207],[-72.5313188799635,41.70132448107051],[-72.53198788017757,41.701255481035815],[-72.53221088024891,41.70123248102424],[-72.53322188057625,41.701195480984865],[-72.53332088060785,41.70118348097938],[-72.53394488080723,41.701114480946124],[-72.53518288120094,41.70094348087355],[-72.53570088136429,41.70084748083843],[-72.5362578815406,41.70075648080304],[-72.53662088165606,41.70070648078179],[-72.53688688174068,41.700670480766355],[-72.53772988201729,41.70070448074606],[-72.53883388237857,41.700731480716094],[-72.53892188240742,41.700734480713855],[-72.5396408826414,41.70072948068998],[-72.54029988285642,41.70073448066993],[-72.54087888304262,41.70069148064315],[-72.54173588331321,41.7005384805862],[-72.54213188344194,41.70053348057259],[-72.54221488346894,41.70053248056974],[-72.54273588364215,41.700593480564955],[-72.54312588376817,41.70057448054882],[-72.54323288380247,41.700564480543484],[-72.54379888397985,41.70044048050143],[-72.54394888402581,41.70038948048677],[-72.54433888414977,41.70033448046366],[-72.54486588431824,41.70027748043583],[-72.54493588434043,41.70026648043147],[-72.54562288455784,41.70015348038767],[-72.54584088462691,41.70011848037394],[-72.54632288478201,41.700084480351975],[-72.54693888498744,41.70016748034841],[-72.54737888513642,41.700266480353555],[-72.54759688521088,41.70032648035822],[-72.54898488567817,41.70059148036527],[-72.5493428857968,41.70062648036064],[-72.54962188588703,41.7006144803494],[-72.5501148860455,41.70057648032632],[-72.55059888619644,41.70045748028785],[-72.55110588634682,41.700196480221116],[-72.55137288642659,41.700069480188006],[-72.55165688651141,41.69993348015261],[-72.55255488678145,41.699536480047065],[-72.55262388680183,41.69949948003769],[-72.55312888695161,41.69923947997122],[-72.55361288709629,41.699010479911436],[-72.5538108871544,41.69889747988323],[-72.55398588720675,41.69881547986176],[-72.55449888736173,41.69860147980395],[-72.55484488747175,41.69855347978361],[-72.55489888748893,41.69854647978053],[-72.55516888757651,41.69853947977055],[-72.55555788770398,41.69855247976068],[-72.55582288779368,41.69861147976364],[-72.55615288790655,41.69870547977132],[-72.55621288792705,41.698722479772705],[-72.5565548880457,41.69884947978638],[-72.55720088827425,41.69916747982737],[-72.55788988852237,41.699583479885945],[-72.55814288862082,41.69986547993249],[-72.55843188874161,41.70033448001409],[-72.55892488895849,41.701324480190124],[-72.55903888900865,41.701553480230814],[-72.55946288920289,41.70254048040843],[-72.55954088923869,41.70272348044139],[-72.55967988929412,41.702901480471404],[-72.55968788929728,41.70291148047308],[-72.559834889353,41.70304948049512],[-72.56004388943145,41.703231480523705],[-72.56068688965243,41.703433480542294],[-72.56079588968954,41.70346148054425],[-72.56120888983018,41.70356848055178],[-72.56116588984658,41.70410348065677],[-72.56080488976174,41.70468048078001],[-72.55887188930812,41.70778048144201],[-72.5585498892326,41.7082974815524],[-72.55845488921203,41.70848048159086],[-72.55841788921225,41.70869648163386],[-72.55841088922038,41.70887948166952],[-72.55851788927609,41.70924648173717],[-72.55873888939404,41.710054481886566],[-72.56006189015133,41.715791482955055],[-72.56035289032538,41.71718448321545],[-72.56046389039057,41.71769448331064],[-72.56087489052784,41.71775348330893],[-72.56118989063322,41.71780148330816],[-72.56225989099111,41.71796348330536],[-72.56267689112875,41.71799448329803],[-72.56322789131143,41.7180494832911],[-72.56353789141414,41.718079483287],[-72.5647138918039,41.718194483271716],[-72.56542089203526,41.718211483252425],[-72.56609089225164,41.71817748322446],[-72.56737089265928,41.71801148315142],[-72.5686438930647,41.71784648307884],[-72.56931089327709,41.7177594830407],[-72.57131289391471,41.71750048292662],[-72.57198089412748,41.71741448288862],[-72.572704894358,41.7173194828471],[-72.57346189459889,41.71721848280338],[-72.57551489525238,41.716946482685124],[-72.57553189525775,41.716943482684],[-72.57558289527402,41.71693748268121],[-72.57560089527979,41.71693548268024],[-72.5757918953661,41.717358482756026],[-72.57597289544782,41.717758482827676],[-72.57613089553095,41.71831448293026],[-72.57621389556455,41.71842948294988],[-72.57642389563873,41.718530482962706],[-72.57649889566521,41.718566482967276],[-72.57684089578632,41.718736482989264],[-72.57691589581287,41.71877348299402],[-72.57708589587304,41.71885748300484],[-72.57712689588897,41.718902483012236],[-72.57718389591113,41.718965483022615],[-72.5772538959393,41.71905948303858],[-72.57731289596573,41.71918648306128],[-72.57763989608276,41.71937048308643],[-72.57789589617438,41.71951448310614],[-72.57855889641814,41.72000148317921],[-72.57903389659774,41.72043748324842],[-72.57910789662844,41.72055348326851],[-72.57944789676966,41.721087483361],[-72.57948489678625,41.7211674833753],[-72.57952589680468,41.72125648339121],[-72.57960189683806,41.721407483418005],[-72.57964289685596,41.721487483432185],[-72.57998389701486,41.72232648358368],[-72.58015689709543,41.72275148366041],[-72.58062889732935,41.724158483917634],[-72.58090989746209,41.72488148404857],[-72.58123989761776,41.725726484201566],[-72.581313897654,41.72593948424042],[-72.58138489768882,41.72614448427781],[-72.58146789773619,41.726501484344254],[-72.5814858977473,41.72659348436148],[-72.58151389776417,41.72672948438691],[-72.58153689777652,41.72681448440262],[-72.58131189771332,41.72699248444427],[-72.58123189769091,41.72705648445921],[-72.58071389755374,41.72761148458315],[-72.58062589753052,41.727707484604565],[-72.58051489750068,41.727818484629594],[-72.58018389741272,41.72816848470789],[-72.5794968972304,41.72889748487092],[-72.57914589713133,41.729166484934204],[-72.57912489712547,41.72918348493817],[-72.5787178970043,41.729384484990064],[-72.5786048969722,41.72946748500974],[-72.578432896922,41.72957048503519],[-72.57802189680226,41.72981948509649],[-72.57759689668279,41.73015348517469],[-72.57747289664802,41.73025248519783],[-72.57733089660825,41.73036648522442],[-72.57676089644852,41.73082348533108],[-72.57653189638432,41.73100648537381],[-72.57555889611184,41.73178948555643],[-72.57511889598383,41.732059485622734],[-72.57499689594727,41.73211548563747],[-72.57461089583185,41.73229748568503],[-72.57434689575435,41.73244748572249],[-72.57430689574427,41.73249948573382],[-72.57424989573015,41.73257748575074],[-72.57421589572442,41.73267148577002],[-72.57419489572116,41.732734485782885],[-72.57416489571605,41.732816485799695],[-72.57416489571615,41.73281848580011],[-72.57411789571316,41.73303448584338],[-72.5741068957117,41.73307148585089],[-72.57408389570904,41.73315648586808],[-72.57407789571084,41.73322248588104],[-72.57406689571454,41.733350485906165],[-72.57406289571739,41.73342348592042],[-72.57405989572028,41.733491485933676]]]},"properties":{"name":5201,"geoid":"09003520100"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.53109587989212,41.70134748108207],[-72.53125587999409,41.70222548124701],[-72.53151788016044,41.703652481515036],[-72.53146688016658,41.70405348159433],[-72.53133988014154,41.70434148165416],[-72.53118988010405,41.70454248169788],[-72.5310508800678,41.70470148173309],[-72.53101488005782,41.70473248174024],[-72.53035387987647,41.70533248187751],[-72.53017387982668,41.70548848191347],[-72.53011487981199,41.70556848193084],[-72.52994287976944,41.705806481982414],[-72.52962687970324,41.70645448211799],[-72.52957487969255,41.70656448214094],[-72.52947587967124,41.70675748218147],[-72.52921387961476,41.7072664822884],[-72.5289138795488,41.7078264824064],[-72.52885387953569,41.70794048243039],[-72.52776087928004,41.70971148280818],[-72.52752187923268,41.71024948291999],[-72.52737187920253,41.71057948298868],[-72.52720187917166,41.71101148307774],[-72.52717487916689,41.71108248309233],[-72.52695087912393,41.71161148320193],[-72.52683387910379,41.71192848326706],[-72.5267478790873,41.71213148330909],[-72.5269438791574,41.71224148332415],[-72.52742787933059,41.7125134833614],[-72.52752787936718,41.712584483371955],[-72.52771187943459,41.71271548339145],[-72.52761787941418,41.7128954834293],[-72.52733587935286,41.713434483542656],[-72.52724287933285,41.713615483580654],[-72.52717987931787,41.71371348360166],[-72.52699287927362,41.714007483664545],[-72.52693087925903,41.71410648368569],[-72.52676687921411,41.71425648371995],[-72.52627687907997,41.71470648382271],[-72.52611387903542,41.714857483857145],[-72.52588687897756,41.71514148391935],[-72.52581887896189,41.7152554839436],[-72.52568887893223,41.715479483991125],[-72.52555687890509,41.71575948404953],[-72.5254978789037,41.71607348411223],[-72.5254908789155,41.71632148416045],[-72.52554987894682,41.71653448419981],[-72.52559187896755,41.71665848422249],[-72.52567287900752,41.71689748426618],[-72.52578287905574,41.71711548430488],[-72.52647787934386,41.718200484492776],[-72.52652587936433,41.71828548450772],[-72.52675287946114,41.71868748457831],[-72.52688287952071,41.718990484632826],[-72.52685287952126,41.71917248466902],[-72.52684687952146,41.71921048467656],[-72.5267588795075,41.71946948472951],[-72.52621587938664,41.72045748493809],[-72.52620887939027,41.720561484958466],[-72.52619387939917,41.72080448500598],[-72.52616587940537,41.721074485059155],[-72.52614487943875,41.72178248519689],[-72.5261198794799,41.72265048536572],[-72.5261328795302,41.72346148552229],[-72.52618887957372,41.72390648560665],[-72.52622787960377,41.72421148566445],[-72.52631087965314,41.72460448573788],[-72.52638387970096,41.72502748581743],[-72.52655187981024,41.72598748599789],[-72.52657287983489,41.72630048605783],[-72.5265778798402,41.72636548607025],[-72.5266218798751,41.72672748613891],[-72.52630587978517,41.726957486193506],[-72.52535887951576,41.72764848635746],[-72.5250818794371,41.727852486405766],[-72.52504387942622,41.72787948641221],[-72.52475087934238,41.72808448646123],[-72.52387387909154,41.72870048660841],[-72.52358187900806,41.7289064866576],[-72.52326787891714,41.72910748670651],[-72.52248987869213,41.729610486828676],[-72.52242787867345,41.72963748683586],[-72.52231387863908,41.72968648684899],[-72.52208187856925,41.72978848687614],[-72.52196587853298,41.729815486885066],[-72.52167487844193,41.72988248690729],[-72.52113687826986,41.729940486935675],[-72.51960687778066,41.73010748701677],[-72.51916987763981,41.73013548703613],[-72.51863087746675,41.730181487062204],[-72.51799087726131,41.73023748709344],[-72.51781487720889,41.73032448711588],[-72.51776387720244,41.73050348715217],[-72.51775787720679,41.730614487173845],[-72.5177378772202,41.7309654872424],[-72.51771087723844,41.7314414873354],[-72.51768187724291,41.731686487383726],[-72.51765887725489,41.73202948745085],[-72.51759687726427,41.73255048755367],[-72.51754187726627,41.73290148762335],[-72.5175168772674,41.7330644876557],[-72.51752787728472,41.73330648770219],[-72.51752887728692,41.733339487708555],[-72.51756887731166,41.73354548774714],[-72.51761187733858,41.73377248778969],[-72.51762487734747,41.733854487805154],[-72.51778187745154,41.734785487980346],[-72.51783487748648,41.73509648803882],[-72.5179368775545,41.73570848815401],[-72.5179748775796,41.73593248819616],[-72.51820087773643,41.737395488472075],[-72.51819187774241,41.73755248850275],[-72.51818487774835,41.737697488531026],[-72.51813387774821,41.737987488588765],[-72.51807787773984,41.73816148862422],[-72.51800987773075,41.7383914886709],[-72.51792687771176,41.73853348870102],[-72.51731687757258,41.73958348892366],[-72.51721887755029,41.73975348895969],[-72.51713287753306,41.73994348899919],[-72.51680987742408,41.7398784889969],[-72.51653887733443,41.7398554890011],[-72.5162568772412,41.73983248900563],[-72.51571587706758,41.73988048903216],[-72.51475087676147,41.74002948909176],[-72.51452987669143,41.74006448910558],[-72.514158876574,41.7401264891294],[-72.51395187650851,41.74016148914278],[-72.51349387636235,41.740216489168],[-72.51338487632715,41.74022248917263],[-72.51240087600964,41.74027948921504],[-72.51105187557765,41.74041648928453],[-72.51076887548705,41.74044548929917],[-72.51027787533069,41.74051048932739],[-72.50981887518446,41.74057048935363],[-72.50965887513446,41.74060848936609],[-72.50941687505899,41.74066848938541],[-72.50780887455014,41.74093848948888],[-72.50719187435494,41.74104348952887],[-72.507169874348,41.74104748953035],[-72.50632587407758,41.741130489573294],[-72.50597187396667,41.74120948959986],[-72.50585687392969,41.74121848960527],[-72.50565187386383,41.74123548961509],[-72.504725873561,41.741218489641305],[-72.50330987309921,41.741215489685835],[-72.50249587284209,41.741360489739826],[-72.50188287264497,41.74140848976866],[-72.50182987262804,41.74141448977149],[-72.5012898724558,41.741481489801664],[-72.50086487232133,41.74155348982912],[-72.50076187229448,41.741671489855236],[-72.50078087231282,41.74188548989604],[-72.4984488715653,41.74210949001368],[-72.49735987121623,41.74221449006867],[-72.49688387106366,41.74226049009275],[-72.49426687022473,41.74251149022464],[-72.49145486932332,41.74278149036645],[-72.4904008689855,41.74288349041974],[-72.49003186886723,41.74291949043845],[-72.48912386857614,41.7430064904842],[-72.48614386762151,41.74330449063673],[-72.4803348657607,41.74388749093444],[-72.4781128650489,41.7441104910483],[-72.47720686475861,41.74420049109454],[-72.47422786380437,41.74450049124739],[-72.4726288632925,41.74466749133057],[-72.46389986049816,41.7455804917849],[-72.46325586013597,41.74289549128576],[-72.46320586010775,41.74268549124671],[-72.46301786000201,41.74190149110096],[-72.46236385958944,41.73838449044104],[-72.46235785958574,41.73835349043524],[-72.46232985956827,41.73820649040767],[-72.46205085939899,41.73682449014904],[-72.4618978593062,41.736067490007386],[-72.46166585916558,41.734920489792735],[-72.46051385846653,41.72921048872395],[-72.46012985823357,41.727307488367735],[-72.45992885811253,41.72632748818438],[-72.4593298577508,41.723387487634156],[-72.4591298576301,41.72240748745074],[-72.45893785751265,41.7214384872692],[-72.45874185739306,41.720454487084886],[-72.45868485735797,41.720162487030144],[-72.45735085654222,41.71343248576916],[-72.45692985628477,41.71130748537094],[-72.45690585627032,41.71119048534905],[-72.45690485626987,41.71118848534868],[-72.45669885614679,41.71019948516366],[-72.45608085577734,41.70722948460797],[-72.45587585565453,41.70623948442271],[-72.45557485547492,41.70479848415312],[-72.45467785493842,41.700480483345025],[-72.45441885478365,41.69923648311222],[-72.4543788547596,41.69904148307572],[-72.4543298547304,41.698807483031935],[-72.45431285471994,41.69872048301562],[-72.45426485469062,41.69847848297025],[-72.45421585466092,41.6982354829247],[-72.45417485463602,41.698031482886485],[-72.45413385461113,41.697827482848254],[-72.45365685432085,41.695442482401276],[-72.45352785424235,41.69479748228037],[-72.45352085423815,41.69476348227402],[-72.45311385399046,41.69272748189237],[-72.45302985393936,41.692307481813664],[-72.4529728539067,41.692058481767205],[-72.45297085390554,41.692049481765544],[-72.45282185382037,41.69140148164469],[-72.45237785356565,41.68945448128145],[-72.45222985348087,41.68880748116075],[-72.45397985404179,41.68864048107284],[-72.45922985572467,41.68814248080965],[-72.46098085628596,41.687976480721886],[-72.46275885685208,41.68774048061969],[-72.46627085797036,41.68727548041803],[-72.46809585855144,41.687033480313175],[-72.46987585911823,41.68679848021109],[-72.46992485915388,41.68714648027697],[-72.47007285926125,41.688192480474996],[-72.47012285929728,41.68854148054105],[-72.47015485932177,41.68879048058827],[-72.4702078593624,41.689203480666635],[-72.47025085939529,41.689537480729996],[-72.47028385942019,41.6897874807774],[-72.47048185954849,41.6909154809897],[-72.470502859562,41.691033481011885],[-72.47087085980036,41.693127481405966],[-72.47103485989766,41.69390248155094],[-72.47104685990534,41.69396948156355],[-72.47110985994432,41.6942954816247],[-72.47120986000627,41.6948144817221],[-72.47121186004188,41.69543248184178],[-72.47122786006258,41.69570648189436],[-72.47123586008153,41.695995481950106],[-72.4712368600835,41.696024481955696],[-72.47125286014936,41.6970964821629],[-72.47122986017534,41.69768848227833],[-72.47120886020011,41.69824748238731],[-72.4712088602004,41.69825248238827],[-72.47120786021569,41.69852848244177],[-72.47120786026254,41.6993564826022],[-72.47120786027821,41.69963348265587],[-72.47183286047738,41.6995534826205],[-72.47284886080122,41.69942448256323],[-72.473709861075,41.699303482512434],[-72.47413286120953,41.69924448248755],[-72.47418386122574,41.69923748248457],[-72.47433486127377,41.699216482475705],[-72.4745258613345,41.699189482464405],[-72.47520786155246,41.69911348242799],[-72.47568486170499,41.699061482402755],[-72.47642086194078,41.69898948236543],[-72.47671186203382,41.69895748234997],[-72.4770178621308,41.69890848233076],[-72.47772486235338,41.698770482281546],[-72.47781986238395,41.69876348227718],[-72.47793186242012,41.69875748227245],[-72.47806686246456,41.698765482269714],[-72.47866086267042,41.69898248229288],[-72.47879786271793,41.69903248229819],[-72.47912686283199,41.699153482311175],[-72.47930186289032,41.69917648231007],[-72.47948086294781,41.69916148230148],[-72.47960186298579,41.699135482292604],[-72.48008786313851,41.699035482257784],[-72.4801228631494,41.699026482254915],[-72.48067786332243,41.69888748221034],[-72.48154186357615,41.698395482087555],[-72.48213786375382,41.698102482011834],[-72.4822608637875,41.697989481986035],[-72.48259586387938,41.6976834819161],[-72.48294686397186,41.697296481829966],[-72.483061864006,41.697237481814874],[-72.48312986402621,41.69720348180613],[-72.48339286410567,41.69709248177626],[-72.48342086411466,41.69709048177498],[-72.48355086415677,41.697085481769875],[-72.48365386419087,41.697095481768535],[-72.48396486429401,41.69712648176467],[-72.48406886432852,41.697137481763484],[-72.4843258644117,41.69712748175338],[-72.48456786448718,41.69706748173406],[-72.48472886453432,41.69697348171073],[-72.48475186454041,41.69694848170515],[-72.485387864711,41.69630048155938],[-72.4863328649708,41.69544948136445],[-72.48654486502913,41.695259481320896],[-72.48691886513767,41.69502348126327],[-72.48711386519417,41.69489948123305],[-72.48770186536494,41.694530481142856],[-72.48789786542184,41.6944074811128],[-72.48867086564466,41.69389348098863],[-72.48893086571432,41.693627480928825],[-72.48910186576019,41.693453480889666],[-72.4894578658354,41.69273248073864],[-72.4895698658581,41.692488480687814],[-72.48959786585642,41.692297480649906],[-72.4896478658645,41.69215248062022],[-72.48975786589479,41.692054480597726],[-72.49170486648643,41.69129748038914],[-72.49291686685478,41.69082748025953],[-72.49367586709221,41.69065248020147],[-72.49432086729861,41.69058548016797],[-72.49455386737203,41.69054148015204],[-72.49543386763366,41.69009748003803],[-72.49598186780908,41.69004148000973],[-72.49667786802043,41.6897684799347],[-72.49790986842454,41.68981547990461],[-72.49802386846198,41.68982047990196],[-72.49847786861302,41.68987547989817],[-72.49888786876572,41.69021247995044],[-72.49928986892247,41.69066748002581],[-72.49953486900769,41.690762480036426],[-72.49999186916483,41.69090748004997],[-72.50174086977593,41.69163448013519],[-72.50215486992221,41.69183548016097],[-72.50247987004116,41.69206548019518],[-72.5027788701537,41.69233248023741],[-72.50299187024305,41.692684480298816],[-72.50314287031283,41.693047480364356],[-72.5032268703432,41.693100480371946],[-72.50335087038407,41.69310848036955],[-72.50448887074974,41.6930174803157],[-72.50500287091835,41.69303748030323],[-72.5062388713246,41.69309848027571],[-72.50683487152084,41.69313448026373],[-72.50760687177439,41.69316948024593],[-72.50866487210833,41.69297848017524],[-72.50996887251874,41.69272248008414],[-72.5121808732172,41.69232847993739],[-72.51268087337516,41.69224047990443],[-72.51314787353174,41.69231847990469],[-72.51359287368649,41.692490479923826],[-72.51436787395188,41.692717479943134],[-72.51490487413685,41.69289347996014],[-72.51537987429622,41.692974479960704],[-72.51578487443028,41.693011479954976],[-72.5163158746035,41.69301547993885],[-72.51724287490003,41.69291747989035],[-72.51758887501057,41.69287847987177],[-72.51862887534276,41.69276047981579],[-72.51897587545368,41.69272247979739],[-72.51929187555528,41.69269847978268],[-72.52024287586113,41.692627479738626],[-72.5205598759631,41.692604479724075],[-72.52070187605209,41.69335747986544],[-72.52074087607625,41.693559479903335],[-72.52109287630795,41.69562348029198],[-72.52122187639286,41.696379480434324],[-72.52184587659335,41.696329480404756],[-72.52292787694105,41.69624348035364],[-72.5232388770426,41.69624748034451],[-72.52346187712008,41.69633248035387],[-72.5236698771953,41.69646348037262],[-72.52382887725278,41.696563480386935],[-72.52395287729796,41.69664748039925],[-72.52420187738747,41.69679548041999],[-72.5245178774984,41.69693548043703],[-72.52462887753778,41.696992480444564],[-72.52561687788848,41.697499480511276],[-72.52586687797975,41.69767248053683],[-72.5259238780006,41.697712480542755],[-72.52621687811173,41.69798848058691],[-72.52659787825624,41.6983474806443],[-72.52669187829191,41.69843648065855],[-72.52717987847544,41.698868480726674],[-72.52753087860576,41.69914948076991],[-72.52782487871052,41.699307480791155],[-72.52783287871318,41.699308480791096],[-72.52835387888669,41.69937448078728],[-72.52878987902803,41.69936148077086],[-72.528850879048,41.69936348076932],[-72.52947787925358,41.699385480753584],[-72.53033387953914,41.69950248074898],[-72.53047787958718,41.699522480748264],[-72.53079487969923,41.699676480767984],[-72.53084387973425,41.70001248083152],[-72.53089887977299,41.70037948090084],[-72.53099587982378,41.70071748096322],[-72.5310208798463,41.700970481011424],[-72.53102887985133,41.7010134810195],[-72.53109587989212,41.70134748108207]]]},"properties":{"name":5202.01,"geoid":"09003520201"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.46987585911823,41.68679848021109],[-72.47125985956136,41.68665848013999],[-72.4754138608915,41.686241479927205],[-72.476798861335,41.68610247985625],[-72.48027186230756,41.6832874792003],[-72.48272586299487,41.68130047873721],[-72.48240386285221,41.680633478618155],[-72.47894586132006,41.673462477337964],[-72.47843786107161,41.67199547706968],[-72.47731986052477,41.66876447647875],[-72.4783188608318,41.66843747638362],[-72.47895586102902,41.6682544763279],[-72.48086686162083,41.66770847616135],[-72.48150486181841,41.66752647610579],[-72.48240286209659,41.66727147602782],[-72.48509886293184,41.66650747579401],[-72.48599786321039,41.66625347571622],[-72.49730786667782,41.662407474611015],[-72.50111486754054,41.65572847319478],[-72.50170186766726,41.65458747295483],[-72.50177786768568,41.65447547293069],[-72.50182386769451,41.654366472908094],[-72.50186986770431,41.654274472888794],[-72.50191386771282,41.65417147286741],[-72.50202786773683,41.653939472818806],[-72.50261686786085,41.65273847256713],[-72.50472786830555,41.64843947166619],[-72.50478486831767,41.64832547164225],[-72.50510886838596,41.64766647150413],[-72.50543186845395,41.647007471366045],[-72.50551086847923,41.64699947136197],[-72.50698486895106,41.64685247128661],[-72.51164687044357,41.64639147104895],[-72.51320187094142,41.64623847096981],[-72.51453187136724,41.64610747090211],[-72.5149258714937,41.64607447088317],[-72.52010587315685,41.64564847063579],[-72.52183287371139,41.64550747055349],[-72.52248587391708,41.64538347050866],[-72.52445087453623,41.64501447037456],[-72.52503187471935,41.64490647033513],[-72.52506187472899,41.64490447033379],[-72.52510687474349,41.64490147033178],[-72.52549387486835,41.64488047031541],[-72.52665787524397,41.64481847026634],[-72.52693187533241,41.6448044702549],[-72.52704687536902,41.64478947024832],[-72.52806287569099,41.64463147018535],[-72.52963087618812,41.6443914700889],[-72.53111487665852,41.64416246999725],[-72.5321328769813,41.64400746993479],[-72.53216987699318,41.64400446993303],[-72.53228187702938,41.64399946992848],[-72.5323198770417,41.64399846992708],[-72.5323428770489,41.64399346992539],[-72.53240387706828,41.64398446992169],[-72.53242387707466,41.64398246992067],[-72.53276987718559,41.64395146990365],[-72.5338958775469,41.64385546984919],[-72.53426087766402,41.64382446983155],[-72.53475787782357,41.64378346980777],[-72.53436887769955,41.64383046982928],[-72.5350998779336,41.643759469792236],[-72.53886687913993,41.64339646960192],[-72.54315688050572,41.64284146935765],[-72.54423088084772,41.64270446929688],[-72.5473498818451,41.64237946913451],[-72.54843188219108,41.64226646907813],[-72.55167188322717,41.64192946890956],[-72.55269888355556,41.64182246885608],[-72.55670988483809,41.641403468647],[-72.55944388571233,41.641119468504805],[-72.55982988583577,41.64107946848474],[-72.5598488858406,41.64105546847949],[-72.55990688585558,41.640986468464256],[-72.55992688586078,41.640963468459155],[-72.55996888587414,41.640957468456655],[-72.56009688591502,41.64094346844986],[-72.56012288592336,41.640941468448645],[-72.56013988592879,41.640939468447705],[-72.56111488624003,41.640828468395114],[-72.56404188717455,41.64049946823801],[-72.5650178874862,41.64039046818575],[-72.56685788807368,41.640183468086946],[-72.56718288817741,41.640146468069425],[-72.57367889025133,41.63941546772052],[-72.57553489084388,41.63920746762098],[-72.57584489094265,41.63916846760352],[-72.57611289102798,41.639134467588384],[-72.57633489109875,41.639107467576075],[-72.57679089124423,41.63905446755124],[-72.57691989128544,41.63904046754441],[-72.57718989137165,41.63901046752999],[-72.57718289137401,41.639092467546114],[-72.57716189138114,41.63933846759449],[-72.57715589138385,41.639421467610795],[-72.57713389138232,41.63952046763068],[-72.57710289138089,41.63967346766136],[-72.57701089136738,41.63996346772054],[-72.57692289136048,41.64034746779783],[-72.57670089130885,41.64071146787549],[-72.57652989127025,41.64101346793954],[-72.57653289129685,41.6414654680271],[-72.57652589130467,41.64164346806186],[-72.57651489132127,41.641999468131246],[-72.5764918913314,41.642310468192306],[-72.57649889136597,41.64288046830263],[-72.57654989139111,41.64303046833008],[-72.57650889139094,41.64326346837659],[-72.57605789127811,41.64386346850735],[-72.57579489120835,41.64414346857003],[-72.5757988912115,41.644176468576305],[-72.5758188912254,41.64430646860089],[-72.57598089129084,41.64453046863915],[-72.57620089141935,41.645533468826656],[-72.5762438914581,41.64597046891002],[-72.57646989158252,41.64686646907658],[-72.57657889165253,41.64747546919121],[-72.57674389175412,41.64831946934961],[-72.5767708917708,41.6484584693757],[-72.57721889203994,41.65063146978277],[-72.57606289167117,41.65076746984603],[-72.57314989074203,41.65111147000565],[-72.57259989056836,41.6512074700418],[-72.5714538902066,41.65140947011753],[-72.57116089011373,41.651454470135604],[-72.57052688991287,41.65155347017502],[-72.57028088983344,41.65156547018518],[-72.56998588973822,41.651580470197494],[-72.56941888955521,41.6516094702212],[-72.56885088937216,41.65164347024591],[-72.56882088936256,41.65164647024746],[-72.56631188856448,41.65198247039263],[-72.56589488843034,41.65201147041153],[-72.56534688825519,41.65207047044046],[-72.56506988816673,41.65210147045529],[-72.56445588796831,41.65212847048009],[-72.56418388787881,41.65211247048568],[-72.56405288784585,41.65228347052302],[-72.56398988783376,41.652432470553904],[-72.5638648878333,41.65314247069556],[-72.5638518878335,41.6532204707111],[-72.56380188782627,41.65338047074373],[-72.56375388781744,41.65350047076851],[-72.56310588769828,41.6551214711035],[-72.56272588763751,41.65623247133101],[-72.56265488762624,41.6564414713738],[-72.56254688760896,41.656757471438524],[-72.5623198875631,41.65725247154173],[-72.5618818875001,41.6586574718281],[-72.5617698874842,41.65902047190204],[-72.56155888744321,41.65950947200357],[-72.56145688742495,41.65977347205802],[-72.56139188741223,41.659922472088965],[-72.56137388740886,41.65996647209807],[-72.5613288874145,41.66032447216891],[-72.56148488751305,41.66116647232718],[-72.5616578876028,41.66175547243585],[-72.56172288765534,41.662308472540985],[-72.56166988766573,41.662796472637275],[-72.56168288768517,41.66306447268881],[-72.56175988772777,41.663373472746265],[-72.5619998878271,41.66374647281092],[-72.5625828880619,41.664538472945864],[-72.56274788813577,41.66489347300941],[-72.56305488828018,41.66567647315139],[-72.56312688831345,41.66584947318263],[-72.56329688837647,41.66598447320339],[-72.56348688844369,41.666078473215535],[-72.56389388859257,41.66636647325838],[-72.56441088878556,41.66679947332583],[-72.56465088887575,41.66701147335928],[-72.56479288893063,41.66716347338421],[-72.56484788895193,41.66722347339408],[-72.56523088909877,41.667612473457254],[-72.56602088947278,41.669669473830766],[-72.56608588950344,41.66983647386105],[-72.56628388959636,41.67033747395184],[-72.56634988962733,41.670504473982085],[-72.56648288968982,41.67084247404337],[-72.56648788969218,41.67085547404572],[-72.56675888982927,41.67171547420376],[-72.5667698898429,41.6718924742377],[-72.5667948898717,41.67225647430745],[-72.56675788986611,41.67237047433073],[-72.56675188986534,41.672391474334994],[-72.56675388987684,41.67258247437195],[-72.56674888988361,41.67273047440079],[-72.5667458898895,41.67285147442434],[-72.56635288977806,41.67314347449345],[-72.56606288969598,41.67336147454496],[-72.56560188956777,41.67374847463466],[-72.56523688946857,41.67409547471357],[-72.56496288939425,41.674358474773264],[-72.56490488938064,41.67445147479314],[-72.56478788935314,41.67463847483313],[-72.56457488931939,41.67526647496162],[-72.56446588930228,41.675590475027875],[-72.56422388925182,41.676090475132504],[-72.56379188914941,41.67676547527708],[-72.56368188912698,41.67700147532633],[-72.56360388911258,41.67719547536642],[-72.56347088909553,41.677658475460376],[-72.56340788908766,41.6778814755056],[-72.563341889103,41.678530475633465],[-72.5633408891032,41.67853947563525],[-72.56335188911336,41.678655475657365],[-72.56336888912867,41.678827475690156],[-72.56339588914904,41.67903147572883],[-72.56341288916173,41.679157475752696],[-72.5632338891045,41.67917647576209],[-72.56269788893307,41.679232475790045],[-72.56251988887622,41.67925247579959],[-72.5610348884015,41.679411475877785],[-72.55978288800301,41.67957647594967],[-72.55585288675375,41.680122476180834],[-72.55546288663137,41.68020447620915],[-72.55420288624678,41.680660476337714],[-72.55376688610991,41.680751476369224],[-72.55331888596616,41.68079047639108],[-72.55275588578213,41.6807794764069],[-72.55201688553879,41.680733476421544],[-72.55130388530361,41.68068247643441],[-72.55088788516731,41.68066847644495],[-72.55069588510509,41.68067447645224],[-72.55066188509413,41.680676476453705],[-72.55044588502462,41.68069147646349],[-72.54951688472917,41.68081847651773],[-72.54925188464436,41.680845476531424],[-72.54893288453977,41.680833476539256],[-72.5488918845233,41.68077847652991],[-72.54774088415853,41.680958476601475],[-72.54705688394111,41.6810534766417],[-72.54653588377619,41.68113847667478],[-72.54601188361148,41.68124447671204],[-72.5456058834862,41.6813674767488],[-72.54526488339303,41.68168347682089],[-72.54477788325492,41.68204547690658],[-72.5443428831267,41.68228347696655],[-72.54320288279669,41.68301347714435],[-72.54243388257274,41.683481477259555],[-72.54192188242163,41.68375847732953],[-72.54165888233842,41.68380247734644],[-72.54152988229765,41.683824477354825],[-72.54144888227206,41.68383847736012],[-72.54141288226067,41.68384447736243],[-72.54106888215019,41.68387247737881],[-72.54092888214893,41.68465447753481],[-72.54077488213483,41.685290477662946],[-72.54013388209152,41.68820847824875],[-72.540110882105,41.68857847832116],[-72.5400778821257,41.689132478429556],[-72.54008488213852,41.68931847846537],[-72.54009188215248,41.689524478505035],[-72.54013588219189,41.689966478589284],[-72.54042088234013,41.69094247876929],[-72.5406258824363,41.69146047886311],[-72.5409838825925,41.69215747898672],[-72.541525882816,41.692984479129656],[-72.54185488294661,41.69339647919899],[-72.54227888310925,41.69382847926914],[-72.54306288340345,41.69451147937644],[-72.54403488375887,41.695193479477574],[-72.5447238840057,41.69558747953192],[-72.54551188428323,41.69595347957769],[-72.54627088454485,41.6962054796023],[-72.54720388486099,41.69641947961399],[-72.54763188500526,41.69650447961682],[-72.55008288582037,41.69679547959501],[-72.55164888634123,41.69698247958128],[-72.55209488649011,41.697045479579245],[-72.55314888684259,41.69720547957662],[-72.55408588715879,41.697397479583934],[-72.55482788740919,41.69754947958971],[-72.5548308874215,41.69774947962834],[-72.5548328874259,41.69781547964106],[-72.55483588743701,41.69799347967543],[-72.55484088745902,41.69835247974481],[-72.55484488747175,41.69855347978361],[-72.55449888736173,41.69860147980395],[-72.55398588720675,41.69881547986176],[-72.5538108871544,41.69889747988323],[-72.55361288709629,41.699010479911436],[-72.55312888695161,41.69923947997122],[-72.55262388680183,41.69949948003769],[-72.55255488678145,41.699536480047065],[-72.55165688651141,41.69993348015261],[-72.55137288642659,41.700069480188006],[-72.55110588634682,41.700196480221116],[-72.55059888619644,41.70045748028785],[-72.5501148860455,41.70057648032632],[-72.54962188588703,41.7006144803494],[-72.5493428857968,41.70062648036064],[-72.54898488567817,41.70059148036527],[-72.54759688521088,41.70032648035822],[-72.54737888513642,41.700266480353555],[-72.54693888498744,41.70016748034841],[-72.54632288478201,41.700084480351975],[-72.54584088462691,41.70011848037394],[-72.54562288455784,41.70015348038767],[-72.54493588434043,41.70026648043147],[-72.54486588431824,41.70027748043583],[-72.54433888414977,41.70033448046366],[-72.54394888402581,41.70038948048677],[-72.54379888397985,41.70044048050143],[-72.54323288380247,41.700564480543484],[-72.54312588376817,41.70057448054882],[-72.54273588364215,41.700593480564955],[-72.54221488346894,41.70053248056974],[-72.54213188344194,41.70053348057259],[-72.54173588331321,41.7005384805862],[-72.54087888304262,41.70069148064315],[-72.54029988285642,41.70073448066993],[-72.5396408826414,41.70072948068998],[-72.53892188240742,41.700734480713855],[-72.53883388237857,41.700731480716094],[-72.53772988201729,41.70070448074606],[-72.53688688174068,41.700670480766355],[-72.53662088165606,41.70070648078179],[-72.5362578815406,41.70075648080304],[-72.53570088136429,41.70084748083843],[-72.53518288120094,41.70094348087355],[-72.53394488080723,41.701114480946124],[-72.53332088060785,41.70118348097938],[-72.53322188057625,41.701195480984865],[-72.53221088024891,41.70123248102424],[-72.53198788017757,41.701255481035815],[-72.5313188799635,41.70132448107051],[-72.53109587989212,41.70134748108207],[-72.53102887985133,41.7010134810195],[-72.5310208798463,41.700970481011424],[-72.53099587982378,41.70071748096322],[-72.53089887977299,41.70037948090084],[-72.53084387973425,41.70001248083152],[-72.53079487969923,41.699676480767984],[-72.53047787958718,41.699522480748264],[-72.53033387953914,41.69950248074898],[-72.52947787925358,41.699385480753584],[-72.528850879048,41.69936348076932],[-72.52878987902803,41.69936148077086],[-72.52835387888669,41.69937448078728],[-72.52783287871318,41.699308480791096],[-72.52782487871052,41.699307480791155],[-72.52753087860576,41.69914948076991],[-72.52717987847544,41.698868480726674],[-72.52669187829191,41.69843648065855],[-72.52659787825624,41.6983474806443],[-72.52621687811173,41.69798848058691],[-72.5259238780006,41.697712480542755],[-72.52586687797975,41.69767248053683],[-72.52561687788848,41.697499480511276],[-72.52462887753778,41.696992480444564],[-72.5245178774984,41.69693548043703],[-72.52420187738747,41.69679548041999],[-72.52395287729796,41.69664748039925],[-72.52382887725278,41.696563480386935],[-72.5236698771953,41.69646348037262],[-72.52346187712008,41.69633248035387],[-72.5232388770426,41.69624748034451],[-72.52292787694105,41.69624348035364],[-72.52184587659335,41.696329480404756],[-72.52122187639286,41.696379480434324],[-72.52109287630795,41.69562348029198],[-72.52074087607625,41.693559479903335],[-72.52070187605209,41.69335747986544],[-72.5205598759631,41.692604479724075],[-72.52024287586113,41.692627479738626],[-72.51929187555528,41.69269847978268],[-72.51897587545368,41.69272247979739],[-72.51862887534276,41.69276047981579],[-72.51758887501057,41.69287847987177],[-72.51724287490003,41.69291747989035],[-72.5163158746035,41.69301547993885],[-72.51578487443028,41.693011479954976],[-72.51537987429622,41.692974479960704],[-72.51490487413685,41.69289347996014],[-72.51436787395188,41.692717479943134],[-72.51359287368649,41.692490479923826],[-72.51314787353174,41.69231847990469],[-72.51268087337516,41.69224047990443],[-72.5121808732172,41.69232847993739],[-72.50996887251874,41.69272248008414],[-72.50866487210833,41.69297848017524],[-72.50760687177439,41.69316948024593],[-72.50683487152084,41.69313448026373],[-72.5062388713246,41.69309848027571],[-72.50500287091835,41.69303748030323],[-72.50448887074974,41.6930174803157],[-72.50335087038407,41.69310848036955],[-72.5032268703432,41.693100480371946],[-72.50314287031283,41.693047480364356],[-72.50299187024305,41.692684480298816],[-72.5027788701537,41.69233248023741],[-72.50247987004116,41.69206548019518],[-72.50215486992221,41.69183548016097],[-72.50174086977593,41.69163448013519],[-72.49999186916483,41.69090748004997],[-72.49953486900769,41.690762480036426],[-72.49928986892247,41.69066748002581],[-72.49888786876572,41.69021247995044],[-72.49847786861302,41.68987547989817],[-72.49802386846198,41.68982047990196],[-72.49790986842454,41.68981547990461],[-72.49667786802043,41.6897684799347],[-72.49598186780908,41.69004148000973],[-72.49543386763366,41.69009748003803],[-72.49455386737203,41.69054148015204],[-72.49432086729861,41.69058548016797],[-72.49367586709221,41.69065248020147],[-72.49291686685478,41.69082748025953],[-72.49170486648643,41.69129748038914],[-72.48975786589479,41.692054480597726],[-72.4896478658645,41.69215248062022],[-72.48959786585642,41.692297480649906],[-72.4895698658581,41.692488480687814],[-72.4894578658354,41.69273248073864],[-72.48910186576019,41.693453480889666],[-72.48893086571432,41.693627480928825],[-72.48867086564466,41.69389348098863],[-72.48789786542184,41.6944074811128],[-72.48770186536494,41.694530481142856],[-72.48711386519417,41.69489948123305],[-72.48691886513767,41.69502348126327],[-72.48654486502913,41.695259481320896],[-72.4863328649708,41.69544948136445],[-72.485387864711,41.69630048155938],[-72.48475186454041,41.69694848170515],[-72.48472886453432,41.69697348171073],[-72.48456786448718,41.69706748173406],[-72.4843258644117,41.69712748175338],[-72.48406886432852,41.697137481763484],[-72.48396486429401,41.69712648176467],[-72.48365386419087,41.697095481768535],[-72.48355086415677,41.697085481769875],[-72.48342086411466,41.69709048177498],[-72.48339286410567,41.69709248177626],[-72.48312986402621,41.69720348180613],[-72.483061864006,41.697237481814874],[-72.48294686397186,41.697296481829966],[-72.48259586387938,41.6976834819161],[-72.4822608637875,41.697989481986035],[-72.48213786375382,41.698102482011834],[-72.48154186357615,41.698395482087555],[-72.48067786332243,41.69888748221034],[-72.4801228631494,41.699026482254915],[-72.48008786313851,41.699035482257784],[-72.47960186298579,41.699135482292604],[-72.47948086294781,41.69916148230148],[-72.47930186289032,41.69917648231007],[-72.47912686283199,41.699153482311175],[-72.47879786271793,41.69903248229819],[-72.47866086267042,41.69898248229288],[-72.47806686246456,41.698765482269714],[-72.47793186242012,41.69875748227245],[-72.47781986238395,41.69876348227718],[-72.47772486235338,41.698770482281546],[-72.4770178621308,41.69890848233076],[-72.47671186203382,41.69895748234997],[-72.47642086194078,41.69898948236543],[-72.47568486170499,41.699061482402755],[-72.47520786155246,41.69911348242799],[-72.4745258613345,41.699189482464405],[-72.47433486127377,41.699216482475705],[-72.47418386122574,41.69923748248457],[-72.47413286120953,41.69924448248755],[-72.473709861075,41.699303482512434],[-72.47284886080122,41.69942448256323],[-72.47183286047738,41.6995534826205],[-72.47120786027821,41.69963348265587],[-72.47120786026254,41.6993564826022],[-72.47120786021569,41.69852848244177],[-72.4712088602004,41.69825248238827],[-72.47120886020011,41.69824748238731],[-72.47122986017534,41.69768848227833],[-72.47125286014936,41.6970964821629],[-72.4712368600835,41.696024481955696],[-72.47123586008153,41.695995481950106],[-72.47122786006258,41.69570648189436],[-72.47121186004188,41.69543248184178],[-72.47120986000627,41.6948144817221],[-72.47110985994432,41.6942954816247],[-72.47104685990534,41.69396948156355],[-72.47103485989766,41.69390248155094],[-72.47087085980036,41.693127481405966],[-72.470502859562,41.691033481011885],[-72.47048185954849,41.6909154809897],[-72.47028385942019,41.6897874807774],[-72.47025085939529,41.689537480729996],[-72.4702078593624,41.689203480666635],[-72.47015485932177,41.68879048058827],[-72.47012285929728,41.68854148054105],[-72.47007285926125,41.688192480474996],[-72.46992485915388,41.68714648027697],[-72.46987585911823,41.68679848021109]]]},"properties":{"name":5202.02,"geoid":"09003520202"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.62802190945928,41.666045471147754],[-72.62755490933415,41.666518471254356],[-72.627087909209,41.66699147136095],[-72.62598690891389,41.668106471612276],[-72.62488590861872,41.66922047186334],[-72.62479790859513,41.669309471883416],[-72.62449790850171,41.66938447190753],[-72.62388990831231,41.669535471956245],[-72.61568890575833,41.67158747261616],[-72.61537690566122,41.67166647264144],[-72.61201690461486,41.67250847291204],[-72.60952290392207,41.674608473398685],[-72.609377903935,41.675666473608295],[-72.6086329040037,41.68113947469249],[-72.60864890401693,41.681280474719294],[-72.60863090401122,41.68128347472045],[-72.60979090448093,41.68289847499622],[-72.6107299048612,41.68420647521956],[-72.61376390598394,41.68657047558045],[-72.6141669061331,41.68688447562838],[-72.61573590671375,41.688107475815094],[-72.61853590764046,41.688366475775695],[-72.62453590962647,41.688924475691756],[-72.62624391019185,41.689083475667886],[-72.62693491042053,41.68914747565817],[-72.62798991076974,41.68924547564338],[-72.62973591134764,41.689407475618864],[-72.63069391166626,41.68952347561067],[-72.63140291190419,41.68964647561178],[-72.63205991212472,41.68976147561301],[-72.63268291233379,41.689869475614],[-72.63374791271211,41.69042147568679],[-72.63433491292068,41.69072647572707],[-72.63566491340086,41.691551475844236],[-72.63579891345186,41.69168047586494],[-72.63590391349177,41.69178047588095],[-72.63615491358719,41.692020475919385],[-72.63667091380474,41.69288847607095],[-72.63674291384295,41.693147476118796],[-72.63673691384442,41.69320747613061],[-72.6366799138405,41.693464476182186],[-72.63659091383096,41.693805476251086],[-72.63600891376903,41.69604447670328],[-72.63592491376,41.69636547676812],[-72.63542591370675,41.698282477155296],[-72.63532691369623,41.69866347723222],[-72.63523491366763,41.69868747723983],[-72.62819591148832,41.70067747785054],[-72.62688891108368,41.70104747796404],[-72.62500091048183,41.701277478069],[-72.62704591111779,41.70074847790111],[-72.63318091302587,41.69916547739817],[-72.63522691366218,41.698637477230406],[-72.63570491359499,41.694728476458195],[-72.63558991356045,41.694779476471744],[-72.63548391352872,41.69482847648463],[-72.63522491344362,41.694815476490405],[-72.63509991340257,41.69480947649324],[-72.63503391338226,41.694830476499426],[-72.63468991326417,41.694724476489924],[-72.63459591323395,41.694731476494276],[-72.63450791320643,41.694751476500976],[-72.6343029131469,41.694878476532146],[-72.63425091313401,41.694949476547556],[-72.6342139131291,41.69507447657293],[-72.6342139131458,41.69536747662967],[-72.6341629131386,41.69553247666326],[-72.63385491305976,41.69590947674613],[-72.63387591308354,41.696206476802956],[-72.63378891306152,41.69631747682724],[-72.63363391301857,41.696449476857765],[-72.63345891296676,41.69654047688098],[-72.63330491292412,41.69667247691147],[-72.63319491290483,41.696962476971166],[-72.6329819128614,41.69741747706607],[-72.6328419128277,41.69762647711103],[-72.63254891274424,41.69783647716108],[-72.63193291255871,41.698101477232115],[-72.63186091253708,41.6981334772406],[-72.63061891215101,41.698457477343126],[-72.62992791193392,41.69859747739236],[-72.62942291178008,41.698784477444725],[-72.62886791161351,41.69903347751071],[-72.62660091091307,41.69969947771225],[-72.62517891047105,41.7000714778298],[-72.62484291036658,41.70015847785741],[-72.62453591026879,41.70019747787478],[-72.6232709098728,41.70047947796988],[-72.62154790933226,41.700842478095325],[-72.62051090900968,41.70110947818021],[-72.61946490868355,41.70136547826325],[-72.61908190857064,41.70157347831577],[-72.6187889084834,41.70171747835304],[-72.61838090835654,41.701823478386615],[-72.61801590824186,41.70189747841263],[-72.61738990804605,41.702039478460165],[-72.61700790792388,41.702079478480115],[-72.61652590776978,41.70213047850542],[-72.61535290740011,41.70234847858518],[-72.61402990697847,41.70251247865926],[-72.61367490686727,41.70259047868572],[-72.61301690665556,41.70263647871568],[-72.61213190636913,41.702669478750394],[-72.61189690629624,41.7027334787703],[-72.6115859061997,41.70281747879652],[-72.61150190617364,41.70284047880366],[-72.6108649059777,41.703043478863336],[-72.61065890591262,41.70307847887669],[-72.61034290581286,41.703134478897645],[-72.60987390566395,41.703202478925824],[-72.60846790521765,41.703408479010704],[-72.60799990506912,41.70347747903902],[-72.6079979050462,41.703086478963385],[-72.60799790503827,41.702947478936466],[-72.60805190503265,41.70253947885575],[-72.60805390499797,41.701919478735626],[-72.60805590497642,41.70152947866005],[-72.60805590496155,41.701268478609514],[-72.60805690496016,41.70123847860368],[-72.6079489048826,41.70049447846307],[-72.60791190485592,41.700237478414486],[-72.60715390461625,41.700364478463314],[-72.60509390396214,41.700662478586906],[-72.60389890359167,41.700992478689024],[-72.60358090349501,41.70111447872283],[-72.60316590336409,41.70118947875063],[-72.60196690298356,41.701366478823225],[-72.6019559029799,41.701364478823194],[-72.60194590297414,41.70132047881501],[-72.6017619029185,41.701396478835605],[-72.60125690275878,41.701480478868014],[-72.60096090266458,41.70151947888502],[-72.60066890257133,41.70155247890075],[-72.60050890252073,41.70157947891111],[-72.60046290250627,41.70158847891432],[-72.60002690236726,41.70164147893852],[-72.59986690231626,41.701661478947514],[-72.59954290221316,41.70170447896619],[-72.5985709019038,41.70183247902205],[-72.5982479018011,41.701876479040905],[-72.59759090159218,41.70196647907934],[-72.59659190127437,41.70210047913723],[-72.59487290072751,41.70233147923691],[-72.59436690056609,41.70239147926471],[-72.59266790002623,41.702631479365486],[-72.5916228996932,41.702761479424076],[-72.59100689949696,41.70283947945885],[-72.59068189939376,41.702886479478344],[-72.59036789929374,41.70292647949612],[-72.58996389916297,41.70294147951195],[-72.58965989906302,41.70292547951856],[-72.58954989902689,41.702920479521104],[-72.58874789876266,41.70286847953667],[-72.58866589873566,41.70286347953832],[-72.58844489866435,41.70287547954771],[-72.58824289860053,41.702910479560934],[-72.58734989832702,41.70321647964873],[-72.58721189828479,41.70326447966243],[-72.58629989800093,41.70349747973671],[-72.58395789725472,41.70379247986866],[-72.58281889689182,41.70393647993294],[-72.58271289685814,41.703951479939235],[-72.58239489675715,41.703997479958296],[-72.58228989672388,41.70401347996475],[-72.58215389668045,41.704029479972206],[-72.58174989655176,41.704080479994985],[-72.58161489650874,41.70409748000258],[-72.58145289645749,41.704124480012986],[-72.5811828963715,41.70415948002839],[-72.58082389625729,41.704207480049156],[-72.57988789596018,41.704345480105765],[-72.5797058959024,41.70437248011682],[-72.57945489582002,41.704361480122714],[-72.57934489578389,41.70435648012526],[-72.5791468957178,41.70432848012616],[-72.57900989567214,41.704310480127056],[-72.57874389558248,41.70425748012528],[-72.57825489541354,41.70408848010819],[-72.57796289531271,41.703988480098154],[-72.57764189520108,41.703864480084384],[-72.57668089486693,41.703494480043446],[-72.57636089475568,41.70337148002984],[-72.57619589469863,41.70331348002388],[-72.57572989453759,41.70315148000739],[-72.57570089452756,41.70314148000639],[-72.57555989447886,41.7030924800014],[-72.57553589447058,41.70308448000062],[-72.57525589437407,41.702991479991546],[-72.57459689414706,41.70277547997077],[-72.57440889408433,41.702749479971736],[-72.57430089404836,41.70273547997248],[-72.57411589398859,41.70274447998013],[-72.57384689390189,41.70276047999181],[-72.57334989374176,41.70279248001389],[-72.573043893644,41.70282648003023],[-72.57277689355875,41.702857480044784],[-72.57245189345562,41.702905480064445],[-72.57147889314673,41.70304848012321],[-72.57115489304397,41.70309748014305],[-72.57097989298848,41.70312448015386],[-72.57049289283414,41.70320048018413],[-72.57045489282204,41.703205480186305],[-72.57027989276644,41.70323048019675],[-72.57009289269637,41.703069480171536],[-72.56988589261881,41.70289148014367],[-72.56957589250263,41.70262448010187],[-72.56953289248655,41.702588480096274],[-72.56934489241638,41.70243148007186],[-72.56890689225281,41.70206448001479],[-72.56820489199539,41.7015594799394],[-72.5674138917108,41.70108647987305],[-72.56698089155671,41.700857479842526],[-72.56675889147857,41.700755479829866],[-72.5662478912989,41.700523479801234],[-72.56502289087676,41.70011847976192],[-72.56474689078259,41.7000434797562],[-72.56416689058474,41.69988747974449],[-72.56224388993151,41.69941747971484],[-72.56005888918769,41.69885547967574],[-72.55782588842861,41.69830047963951],[-72.55708488817673,41.6981164796275],[-72.55489388743149,41.6975634795903],[-72.55482788740919,41.69754947958971],[-72.55408588715879,41.697397479583934],[-72.55314888684259,41.69720547957662],[-72.55209488649011,41.697045479579245],[-72.55164888634123,41.69698247958128],[-72.55008288582037,41.69679547959501],[-72.54763188500526,41.69650447961682],[-72.54720388486099,41.69641947961399],[-72.54627088454485,41.6962054796023],[-72.54551188428323,41.69595347957769],[-72.5447238840057,41.69558747953192],[-72.54403488375887,41.695193479477574],[-72.54306288340345,41.69451147937644],[-72.54227888310925,41.69382847926914],[-72.54185488294661,41.69339647919899],[-72.541525882816,41.692984479129656],[-72.5409838825925,41.69215747898672],[-72.5406258824363,41.69146047886311],[-72.54042088234013,41.69094247876929],[-72.54013588219189,41.689966478589284],[-72.54009188215248,41.689524478505035],[-72.54008488213852,41.68931847846537],[-72.5400778821257,41.689132478429556],[-72.540110882105,41.68857847832116],[-72.54013388209152,41.68820847824875],[-72.54077488213483,41.685290477662946],[-72.54092888214893,41.68465447753481],[-72.54106888215019,41.68387247737881],[-72.54141288226067,41.68384447736243],[-72.54144888227206,41.68383847736012],[-72.54152988229765,41.683824477354825],[-72.54165888233842,41.68380247734644],[-72.54192188242163,41.68375847732953],[-72.54243388257274,41.683481477259555],[-72.54320288279669,41.68301347714435],[-72.5443428831267,41.68228347696655],[-72.54477788325492,41.68204547690658],[-72.54526488339303,41.68168347682089],[-72.5456058834862,41.6813674767488],[-72.54601188361148,41.68124447671204],[-72.54653588377619,41.68113847667478],[-72.54705688394111,41.6810534766417],[-72.54774088415853,41.680958476601475],[-72.5488918845233,41.68077847652991],[-72.54893288453977,41.680833476539256],[-72.54925188464436,41.680845476531424],[-72.54951688472917,41.68081847651773],[-72.55044588502462,41.68069147646349],[-72.55066188509413,41.680676476453705],[-72.55069588510509,41.68067447645224],[-72.55088788516731,41.68066847644495],[-72.55130388530361,41.68068247643441],[-72.55201688553879,41.680733476421544],[-72.55275588578213,41.6807794764069],[-72.55331888596616,41.68079047639108],[-72.55376688610991,41.680751476369224],[-72.55420288624678,41.680660476337714],[-72.55546288663137,41.68020447620915],[-72.55585288675375,41.680122476180834],[-72.55978288800301,41.67957647594967],[-72.5610348884015,41.679411475877785],[-72.56251988887622,41.67925247579959],[-72.56269788893307,41.679232475790045],[-72.5632338891045,41.67917647576209],[-72.56341288916173,41.679157475752696],[-72.56349688918829,41.679143475747296],[-72.56374888926806,41.67910247573133],[-72.563833889295,41.67908947572609],[-72.56578588991292,41.67877347560258],[-72.56594088996201,41.67874847559279],[-72.56712689033874,41.6785794755222],[-72.57166389178177,41.67796547525844],[-72.57362489240549,41.677700475144505],[-72.57439789265212,41.677609475102194],[-72.5762108932307,41.677398475003436],[-72.57671989339376,41.67735047497788],[-72.57692189345849,41.67733147496778],[-72.57749089363877,41.67724247493235],[-72.57780789373935,41.67719547491314],[-72.5785638939794,41.677086474867885],[-72.57873989403147,41.67699347484423],[-72.57902389411551,41.676844474806295],[-72.57914489417372,41.677175474866566],[-72.57917389419133,41.67731947489354],[-72.57919789420284,41.677384474905374],[-72.57933589426888,41.67775547497286],[-72.57944489431527,41.677947475006576],[-72.57970089441378,41.67821347504996],[-72.57998389451335,41.6783434750661],[-72.5801518945713,41.67840047507178],[-72.58035289463791,41.67842047506926],[-72.58038489464816,41.67841747506764],[-72.58073289475988,41.67838847505091],[-72.58095189482967,41.67836147503869],[-72.58115989489526,41.67832347502468],[-72.58178389509222,41.67821247498327],[-72.5819928951582,41.678175474969414],[-72.58241189529166,41.678122474945766],[-72.58287489543922,41.67806547491992],[-72.58321489553498,41.67780147485793],[-72.58356089564023,41.67767047482149],[-72.58364989566734,41.67763747481225],[-72.58397689577505,41.67765847480588],[-72.58426389587046,41.677692474803294],[-72.5846928960131,41.67774347479948],[-72.58513089615576,41.6777434747855],[-72.58542189625061,41.67774447477639],[-72.58617989649149,41.67763847473165],[-72.58655989661224,41.67758547470925],[-72.58845589721554,41.67733447460006],[-72.58914289743419,41.67724447456068],[-72.5892158974578,41.67724147455776],[-72.58953389755939,41.67720647454083],[-72.58990289767736,41.67716747452148],[-72.5903808978263,41.67704847448315],[-72.5904738978551,41.67702247447515],[-72.5907828979509,41.676937474448806],[-72.59109489804662,41.67683347441869],[-72.59155189818689,41.67668247437483],[-72.59202489833068,41.676501474324645],[-72.59204489833678,41.67649447432265],[-72.59234789843212,41.676435474301535],[-72.59260589851439,41.67640447428729],[-72.5929598986273,41.67636247426785],[-72.59337489875729,41.67627147423696],[-72.59362989883724,41.67621647421816],[-72.59460389914508,41.67605147415505],[-72.59463489915491,41.676046474153104],[-72.59631689968909,41.67580647405288],[-72.59765990011434,41.67559247396849],[-72.59823490029643,41.675501473932485],[-72.5986719004372,41.67547347391309],[-72.59871990043463,41.67515347384956],[-72.59877490043598,41.674862473791414],[-72.59880090043691,41.6747294737648],[-72.59898090046744,41.67423547366334],[-72.59913490049844,41.67389847359313],[-72.59933290054066,41.67350647351083],[-72.59960290060681,41.67312347342799],[-72.59975190064506,41.67294247338814],[-72.59988890067916,41.67275747334793],[-72.59990090068229,41.67274347334482],[-72.60038090080677,41.672183473220976],[-72.60047990083271,41.6720724731963],[-72.60078090091199,41.671742473122734],[-72.60078190091231,41.6717424731227],[-72.60086790093348,41.67162247309669],[-72.60089790094084,41.671579473087405],[-72.60098990096358,41.671452473059844],[-72.60102090097126,41.671410473050734],[-72.60116190100132,41.671131472992165],[-72.60139590105128,41.67066947289514],[-72.60156990108653,41.67029247281653],[-72.60157090108657,41.67028747281553],[-72.6016539010965,41.669986472754545],[-72.60169390110123,41.66984047272497],[-72.60171390110153,41.66973147270321],[-72.60186190110598,41.66896147254927],[-72.6019119011077,41.66870547249807],[-72.60192090110603,41.668624472482065],[-72.60195190110232,41.668381472433985],[-72.60196290110136,41.66830147241812],[-72.60196890109643,41.66818047239449],[-72.60198790108461,41.667863472332435],[-72.60199990108595,41.66781847232335],[-72.6020329010901,41.667702472299815],[-72.60268290129811,41.66763747226644],[-72.60325790148212,41.66758047223703],[-72.60389390168436,41.66749447220004],[-72.60462990191924,41.66740947216004],[-72.60481590197861,41.66738847215003],[-72.6052779021306,41.66741547214049],[-72.60527890213115,41.66741947214125],[-72.60582090231061,41.66747147213399],[-72.60582690231261,41.66747247213399],[-72.60637590249131,41.66747047211607],[-72.6069679026845,41.6674774720985],[-72.60725090277153,41.667387472072],[-72.60739190281006,41.66725747204231],[-72.60744190282378,41.66721247203199],[-72.6075929028625,41.6670284719915],[-72.60772990289598,41.666832471949135],[-72.60779990291879,41.6668324719469],[-72.60800990298718,41.66683247194018],[-72.6080809030103,41.666832471937916],[-72.60809990301648,41.66683247193731],[-72.60824090306377,41.66685647193745],[-72.60848690314633,41.66689947193794],[-72.6087259032246,41.66690747193185],[-72.60888890327809,41.666914471927974],[-72.60956290348399,41.66667547186013],[-72.60984390356927,41.66656547182983],[-72.61031890371626,41.66643047178848],[-72.61039890374046,41.66639747177952],[-72.61080190386242,41.66623447173505],[-72.611600904107,41.66595947165622],[-72.61244590436493,41.66565647157048],[-72.6129029045071,41.66553947153321],[-72.61391690481913,41.66521947143877],[-72.61472690505812,41.66478347132837],[-72.61485890509603,41.6646944713069],[-72.61503190514584,41.66457947127907],[-72.61617790547433,41.66379347109011],[-72.61828990618557,41.66420647110263],[-72.61836890621228,41.6642234711034],[-72.61969990666225,41.66451447111723],[-72.62127490718719,41.66472647110795],[-72.62303090777863,41.66507147111865],[-72.62453690828525,41.665356471125726],[-72.62495590842636,41.6654384711282],[-72.62714790916483,41.665872471142194],[-72.62721290918677,41.66588547114265],[-72.6273219092235,41.665907471143406],[-72.62734190923025,41.665911471143545],[-72.62768190934477,41.66597847114564],[-72.6278469094003,41.666010471146585],[-72.62802190945928,41.666045471147754]]]},"properties":{"name":5204,"geoid":"09003520400"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.56341288916173,41.679157475752696],[-72.56339588914904,41.67903147572883],[-72.56336888912867,41.678827475690156],[-72.56335188911336,41.678655475657365],[-72.5633408891032,41.67853947563525],[-72.563341889103,41.678530475633465],[-72.56340788908766,41.6778814755056],[-72.56347088909553,41.677658475460376],[-72.56360388911258,41.67719547536642],[-72.56368188912698,41.67700147532633],[-72.56379188914941,41.67676547527708],[-72.56422388925182,41.676090475132504],[-72.56446588930228,41.675590475027875],[-72.56457488931939,41.67526647496162],[-72.56478788935314,41.67463847483313],[-72.56490488938064,41.67445147479314],[-72.56496288939425,41.674358474773264],[-72.56523688946857,41.67409547471357],[-72.56560188956777,41.67374847463466],[-72.56606288969598,41.67336147454496],[-72.56635288977806,41.67314347449345],[-72.5667458898895,41.67285147442434],[-72.56674888988361,41.67273047440079],[-72.56675388987684,41.67258247437195],[-72.56675188986534,41.672391474334994],[-72.56675788986611,41.67237047433073],[-72.5667948898717,41.67225647430745],[-72.5667698898429,41.6718924742377],[-72.56675888982927,41.67171547420376],[-72.56648788969218,41.67085547404572],[-72.56648288968982,41.67084247404337],[-72.56634988962733,41.670504473982085],[-72.56628388959636,41.67033747395184],[-72.56608588950344,41.66983647386105],[-72.56602088947278,41.669669473830766],[-72.56523088909877,41.667612473457254],[-72.56484788895193,41.66722347339408],[-72.56479288893063,41.66716347338421],[-72.56465088887575,41.66701147335928],[-72.56441088878556,41.66679947332583],[-72.56389388859257,41.66636647325838],[-72.56348688844369,41.666078473215535],[-72.56329688837647,41.66598447320339],[-72.56312688831345,41.66584947318263],[-72.56305488828018,41.66567647315139],[-72.56274788813577,41.66489347300941],[-72.5625828880619,41.664538472945864],[-72.5619998878271,41.66374647281092],[-72.56175988772777,41.663373472746265],[-72.56168288768517,41.66306447268881],[-72.56166988766573,41.662796472637275],[-72.56172288765534,41.662308472540985],[-72.5616578876028,41.66175547243585],[-72.56148488751305,41.66116647232718],[-72.5613288874145,41.66032447216891],[-72.56137388740886,41.65996647209807],[-72.56139188741223,41.659922472088965],[-72.56145688742495,41.65977347205802],[-72.56155888744321,41.65950947200357],[-72.5617698874842,41.65902047190204],[-72.5618818875001,41.6586574718281],[-72.5623198875631,41.65725247154173],[-72.56254688760896,41.656757471438524],[-72.56265488762624,41.6564414713738],[-72.56272588763751,41.65623247133101],[-72.56310588769828,41.6551214711035],[-72.56375388781744,41.65350047076851],[-72.56380188782627,41.65338047074373],[-72.5638518878335,41.6532204707111],[-72.5638648878333,41.65314247069556],[-72.56398988783376,41.652432470553904],[-72.56405288784585,41.65228347052302],[-72.56418388787881,41.65211247048568],[-72.56445588796831,41.65212847048009],[-72.56506988816673,41.65210147045529],[-72.56534688825519,41.65207047044046],[-72.56589488843034,41.65201147041153],[-72.56631188856448,41.65198247039263],[-72.56882088936256,41.65164647024746],[-72.56885088937216,41.65164347024591],[-72.56941888955521,41.6516094702212],[-72.56998588973822,41.651580470197494],[-72.57028088983344,41.65156547018518],[-72.57052688991287,41.65155347017502],[-72.57116089011373,41.651454470135604],[-72.5714538902066,41.65140947011753],[-72.57259989056836,41.6512074700418],[-72.57314989074203,41.65111147000565],[-72.57606289167117,41.65076746984603],[-72.57721889203994,41.65063146978277],[-72.5767708917708,41.6484584693757],[-72.57674389175412,41.64831946934961],[-72.57657889165253,41.64747546919121],[-72.57646989158252,41.64686646907658],[-72.5762438914581,41.64597046891002],[-72.57620089141935,41.645533468826656],[-72.57598089129084,41.64453046863915],[-72.5758188912254,41.64430646860089],[-72.5757988912115,41.644176468576305],[-72.57579489120835,41.64414346857003],[-72.57605789127811,41.64386346850735],[-72.57650889139094,41.64326346837659],[-72.57654989139111,41.64303046833008],[-72.57649889136597,41.64288046830263],[-72.5764918913314,41.642310468192306],[-72.57651489132127,41.641999468131246],[-72.57652589130467,41.64164346806186],[-72.57653289129685,41.6414654680271],[-72.57652989127025,41.64101346793954],[-72.57670089130885,41.64071146787549],[-72.57692289136048,41.64034746779783],[-72.57701089136738,41.63996346772054],[-72.57710289138089,41.63967346766136],[-72.57713389138232,41.63952046763068],[-72.57715589138385,41.639421467610795],[-72.57716189138114,41.63933846759449],[-72.57718289137401,41.639092467546114],[-72.57718989137165,41.63901046752999],[-72.57936189206497,41.638764467413],[-72.58587789414496,41.638028467062384],[-72.58783489476964,41.637807466957064],[-72.58805089483867,41.63778446694571],[-72.59144989592492,41.637423466767224],[-72.60164789918416,41.63634446623243],[-72.60483590020301,41.63600746606525],[-72.60504790027076,41.635985466054215],[-72.60506490027613,41.6359824660531],[-72.60508390028227,41.6359814660523],[-72.61063390205665,41.6354074657637],[-72.61081990211608,41.635387465753894],[-72.61279290274645,41.63517646564995],[-72.61417190318714,41.635030465577564],[-72.61751790425625,41.6346744654016],[-72.62422890640049,41.63395946504849],[-72.62453690649895,41.633927465032436],[-72.6275369074574,41.63360746487448],[-72.62758090747128,41.633599464871516],[-72.62758590747279,41.633597464870974],[-72.62760390747854,41.63359546487002],[-72.62760990748043,41.63359446486963],[-72.62761290748135,41.633593464869335],[-72.62782490754816,41.633554464854996],[-72.6284709077518,41.633437464811664],[-72.62863690780415,41.63340746480053],[-72.62868790782058,41.633404464798325],[-72.62869790782379,41.63340346479781],[-72.62872790783344,41.633401464796464],[-72.62873890783702,41.63340146479611],[-72.63023690831935,41.63330746472998],[-72.63052490841214,41.633290464717476],[-72.62783690793,41.64020746614487],[-72.62443690710147,41.6451074672037],[-72.62353590710362,41.65030746824071],[-72.62453690757039,41.65278546868912],[-72.62813690924995,41.66170747030338],[-72.62812790925902,41.661918470344546],[-72.62802190945928,41.666045471147754],[-72.6278469094003,41.666010471146585],[-72.62768190934477,41.66597847114564],[-72.62734190923025,41.665911471143545],[-72.6273219092235,41.665907471143406],[-72.62721290918677,41.66588547114265],[-72.62714790916483,41.665872471142194],[-72.62495590842636,41.6654384711282],[-72.62453690828525,41.665356471125726],[-72.62303090777863,41.66507147111865],[-72.62127490718719,41.66472647110795],[-72.61969990666225,41.66451447111723],[-72.61836890621228,41.6642234711034],[-72.61828990618557,41.66420647110263],[-72.61617790547433,41.66379347109011],[-72.61503190514584,41.66457947127907],[-72.61485890509603,41.6646944713069],[-72.61472690505812,41.66478347132837],[-72.61391690481913,41.66521947143877],[-72.6129029045071,41.66553947153321],[-72.61244590436493,41.66565647157048],[-72.611600904107,41.66595947165622],[-72.61080190386242,41.66623447173505],[-72.61039890374046,41.66639747177952],[-72.61031890371626,41.66643047178848],[-72.60984390356927,41.66656547182983],[-72.60956290348399,41.66667547186013],[-72.60888890327809,41.666914471927974],[-72.6087259032246,41.66690747193185],[-72.60848690314633,41.66689947193794],[-72.60824090306377,41.66685647193745],[-72.60809990301648,41.66683247193731],[-72.6080809030103,41.666832471937916],[-72.60800990298718,41.66683247194018],[-72.60779990291879,41.6668324719469],[-72.60772990289598,41.666832471949135],[-72.6075929028625,41.6670284719915],[-72.60744190282378,41.66721247203199],[-72.60739190281006,41.66725747204231],[-72.60725090277153,41.667387472072],[-72.6069679026845,41.6674774720985],[-72.60637590249131,41.66747047211607],[-72.60582690231261,41.66747247213399],[-72.60582090231061,41.66747147213399],[-72.60527890213115,41.66741947214125],[-72.6052779021306,41.66741547214049],[-72.60481590197861,41.66738847215003],[-72.60462990191924,41.66740947216004],[-72.60389390168436,41.66749447220004],[-72.60325790148212,41.66758047223703],[-72.60268290129811,41.66763747226644],[-72.6020329010901,41.667702472299815],[-72.60199990108595,41.66781847232335],[-72.60198790108461,41.667863472332435],[-72.60196890109643,41.66818047239449],[-72.60196290110136,41.66830147241812],[-72.60195190110232,41.668381472433985],[-72.60192090110603,41.668624472482065],[-72.6019119011077,41.66870547249807],[-72.60186190110598,41.66896147254927],[-72.60171390110153,41.66973147270321],[-72.60169390110123,41.66984047272497],[-72.6016539010965,41.669986472754545],[-72.60157090108657,41.67028747281553],[-72.60156990108653,41.67029247281653],[-72.60139590105128,41.67066947289514],[-72.60116190100132,41.671131472992165],[-72.60102090097126,41.671410473050734],[-72.60098990096358,41.671452473059844],[-72.60089790094084,41.671579473087405],[-72.60086790093348,41.67162247309669],[-72.60078190091231,41.6717424731227],[-72.60078090091199,41.671742473122734],[-72.60047990083271,41.6720724731963],[-72.60038090080677,41.672183473220976],[-72.59990090068229,41.67274347334482],[-72.59988890067916,41.67275747334793],[-72.59975190064506,41.67294247338814],[-72.59960290060681,41.67312347342799],[-72.59933290054066,41.67350647351083],[-72.59913490049844,41.67389847359313],[-72.59898090046744,41.67423547366334],[-72.59880090043691,41.6747294737648],[-72.59877490043598,41.674862473791414],[-72.59871990043463,41.67515347384956],[-72.5986719004372,41.67547347391309],[-72.59823490029643,41.675501473932485],[-72.59765990011434,41.67559247396849],[-72.59631689968909,41.67580647405288],[-72.59463489915491,41.676046474153104],[-72.59460389914508,41.67605147415505],[-72.59362989883724,41.67621647421816],[-72.59337489875729,41.67627147423696],[-72.5929598986273,41.67636247426785],[-72.59260589851439,41.67640447428729],[-72.59234789843212,41.676435474301535],[-72.59204489833678,41.67649447432265],[-72.59202489833068,41.676501474324645],[-72.59155189818689,41.67668247437483],[-72.59109489804662,41.67683347441869],[-72.5907828979509,41.676937474448806],[-72.5904738978551,41.67702247447515],[-72.5903808978263,41.67704847448315],[-72.58990289767736,41.67716747452148],[-72.58953389755939,41.67720647454083],[-72.5892158974578,41.67724147455776],[-72.58914289743419,41.67724447456068],[-72.58845589721554,41.67733447460006],[-72.58655989661224,41.67758547470925],[-72.58617989649149,41.67763847473165],[-72.58542189625061,41.67774447477639],[-72.58513089615576,41.6777434747855],[-72.5846928960131,41.67774347479948],[-72.58426389587046,41.677692474803294],[-72.58397689577505,41.67765847480588],[-72.58364989566734,41.67763747481225],[-72.58356089564023,41.67767047482149],[-72.58321489553498,41.67780147485793],[-72.58287489543922,41.67806547491992],[-72.58241189529166,41.678122474945766],[-72.5819928951582,41.678175474969414],[-72.58178389509222,41.67821247498327],[-72.58115989489526,41.67832347502468],[-72.58095189482967,41.67836147503869],[-72.58073289475988,41.67838847505091],[-72.58038489464816,41.67841747506764],[-72.58035289463791,41.67842047506926],[-72.5801518945713,41.67840047507178],[-72.57998389451335,41.6783434750661],[-72.57970089441378,41.67821347504996],[-72.57944489431527,41.677947475006576],[-72.57933589426888,41.67775547497286],[-72.57919789420284,41.677384474905374],[-72.57917389419133,41.67731947489354],[-72.57914489417372,41.677175474866566],[-72.57902389411551,41.676844474806295],[-72.57873989403147,41.67699347484423],[-72.5785638939794,41.677086474867885],[-72.57780789373935,41.67719547491314],[-72.57749089363877,41.67724247493235],[-72.57692189345849,41.67733147496778],[-72.57671989339376,41.67735047497788],[-72.5762108932307,41.677398475003436],[-72.57439789265212,41.677609475102194],[-72.57362489240549,41.677700475144505],[-72.57166389178177,41.67796547525844],[-72.56712689033874,41.6785794755222],[-72.56594088996201,41.67874847559279],[-72.56578588991292,41.67877347560258],[-72.563833889295,41.67908947572609],[-72.56374888926806,41.67910247573133],[-72.56349688918829,41.679143475747296],[-72.56341288916173,41.679157475752696]]]},"properties":{"name":5205.01,"geoid":"09003520501"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.8636200077505,42.03771753518245],[-72.86340900768145,42.03771453518876],[-72.86277800747499,42.03770553520763],[-72.86256800740628,42.03770253521392],[-72.86219600728487,42.03770253522606],[-72.86185000717194,42.037702535237344],[-72.86119400695576,42.03766653525186],[-72.86100900689479,42.03765653525599],[-72.85304900427148,42.03722353543269],[-72.84745300242723,42.03691953555694],[-72.84714300232505,42.03690253556378],[-72.84635300206652,42.036890535587254],[-72.84585200190253,42.03688253560206],[-72.84434900141068,42.03686053564686],[-72.84384900124708,42.03685353566182],[-72.84223800071987,42.036829535709764],[-72.83740699913888,42.036757535853454],[-72.83579699861197,42.03673353590133],[-72.83561599855271,42.036730535906656],[-72.83507299837503,42.03672253592283],[-72.83489199831583,42.036720535928346],[-72.83337599781967,42.03669753597335],[-72.82882799633133,42.036631536108914],[-72.82731299583554,42.03660953615405],[-72.82695299571768,42.036603536164634],[-72.82684199568139,42.03660253616806],[-72.82587299536509,42.03660253619964],[-72.8255129952476,42.03660253621136],[-72.82464799496526,42.03660253623954],[-72.82430399485287,42.036600536250376],[-72.82422699482773,42.036600536252884],[-72.8239759947458,42.03660053626107],[-72.81702899247435,42.03653453647469],[-72.8168929924299,42.036533536478935],[-72.81675799238577,42.036532536483136],[-72.81662299234158,42.036530536487156],[-72.81648899229779,42.03652953649134],[-72.81576099205981,42.03652353651388],[-72.81354199133426,42.03650253658211],[-72.81566799051467,42.01065553155384],[-72.81600699038412,42.006533530751625],[-72.8161539903276,42.00474753040403],[-72.81659499015811,41.999389529361125],[-72.81674199010163,41.99760352901344],[-72.81599098986126,41.99768352905324],[-72.8137379891403,41.99792652917319],[-72.81298798890036,41.99800852921335],[-72.8086069874935,41.998397529430534],[-72.80854198747264,41.998403529433794],[-72.79492398311515,41.999883530160744],[-72.79482998308505,41.99989353016573],[-72.79454898299517,41.99992453018082],[-72.79445598296546,41.99993553018595],[-72.79384098276874,42.00000353021899],[-72.79051198170464,42.00038553040054],[-72.78972998145474,42.000476530443414],[-72.78490397991224,42.001032530706986],[-72.7799209783195,42.001606530979075],[-72.77868297792375,42.00174853104656],[-72.77473997666343,42.00220353126199],[-72.77498697669061,42.00128853107828],[-72.77612397683227,41.99735753028656],[-72.77841297711777,41.98944852869336],[-72.77446297577843,41.98858652865604],[-72.77059497446699,41.9877435286197],[-72.77046497442294,41.98771552861853],[-72.76895997391063,41.987352528597675],[-72.76444497237388,41.98626652853559],[-72.76293997186164,41.98590452851488],[-72.76380497200635,41.98354452803348],[-72.76640097244085,41.97646352658885],[-72.76726697258599,41.974104526107496],[-72.76740697262036,41.973910526065666],[-72.76750797264528,41.97377252603587],[-72.7678489727318,41.97334752594315],[-72.76799897276989,41.97316152590254],[-72.7690119730269,41.97189952562718],[-72.76917297306693,41.97168452558064],[-72.76973697320732,41.97093552541843],[-72.77021897331636,41.97010752524367],[-72.77085697346678,41.96911652503255],[-72.77186397369702,41.967428524675476],[-72.7722499737946,41.966941524569364],[-72.77234297381818,41.96682552454407],[-72.77345497410323,41.96549052425141],[-72.77354697412679,41.96537952422709],[-72.77368397416193,41.965215524191144],[-72.77379697418785,41.96502752415133],[-72.77387197420516,41.96490452412525],[-72.77398097423017,41.964723524086935],[-72.77401697423855,41.96466552407462],[-72.77434497431895,41.964208523976154],[-72.77446797434912,41.96403752393929],[-72.77474697442463,41.96377152387912],[-72.77483997444992,41.963684523859385],[-72.77510397451904,41.9633925237947],[-72.77556697464459,41.96295452369547],[-72.7758479747209,41.96269052363564],[-72.77622197481973,41.962292523546985],[-72.77648597488628,41.961956523473845],[-72.77691497499467,41.96141452335576],[-72.77709897503287,41.961039523277705],[-72.77727597507287,41.96073452321335],[-72.77747297512072,41.96045252315275],[-72.7781259752811,41.95954852295781],[-72.77842997535586,41.95912952286739],[-72.77857097538941,41.9589155228217],[-72.77864097540134,41.95872852278349],[-72.778695975413,41.95862052276093],[-72.77871597540857,41.95843252272415],[-72.77873197540593,41.95829752269769],[-72.77879897540478,41.95790252261959],[-72.77894497543129,41.95753952254507],[-72.77894997543233,41.95752952254299],[-72.779101975467,41.957273522488855],[-72.77921097549074,41.9570705224463],[-72.77922397549337,41.957042522440496],[-72.77938397552626,41.95671152237167],[-72.77963397558844,41.956378522299545],[-72.77971097560763,41.956276522277435],[-72.77977997562348,41.956162522253294],[-72.77993297568425,41.95634852228408],[-72.78035797585632,41.956922522380616],[-72.78051097591823,41.95712852241526],[-72.78062897596179,41.95721552242814],[-72.781050976113,41.95744752245906],[-72.78163897632079,41.95772152249263],[-72.78270097669935,41.95827252256408],[-72.78281997674196,41.95833752257271],[-72.78365797704214,41.95879752263394],[-72.78344697701951,41.95959052279321],[-72.78339997701589,41.95979152283337],[-72.78329197700803,41.9602615229272],[-72.78316297700077,41.960859523046324],[-72.78309997702264,41.96158752318829],[-72.78308497706816,41.96245252335503],[-72.7830129770578,41.96267752340061],[-72.78296497705085,41.96282752343099],[-72.78286797703711,41.96313452349313],[-72.78265297700618,41.96380752362946],[-72.78261997700146,41.96391152365053],[-72.78261897700138,41.96391552365132],[-72.7825749770058,41.96423752371464],[-72.78256097700758,41.96434652373603],[-72.78255697700784,41.96437352374135],[-72.78254597700908,41.96445652375767],[-72.78254297700973,41.964484523763154],[-72.7826239770712,41.96508552387601],[-72.78264697708661,41.965221523901405],[-72.78283897721332,41.966320524106365],[-72.7830969773391,41.96703452423522],[-72.78322897740179,41.96737152429569],[-72.78335697746263,41.96769852435437],[-72.78325397745124,41.96807952443094],[-72.78360897756625,41.96806552441671],[-72.78387797765254,41.968040524403186],[-72.78392297766699,41.968036524400944],[-72.78399897769138,41.96802952439714],[-72.78504997803061,41.9679665243509],[-72.78572497823936,41.967769524291135],[-72.78584897827778,41.96773452428039],[-72.78634597843877,41.9677145242604],[-72.78685397860335,41.96769452424007],[-72.78759397884373,41.967676524212585],[-72.78950297946406,41.967633524142336],[-72.78995697960455,41.9675025241024],[-72.79021897968204,41.96736552406759],[-72.79057997978973,41.967192524022614],[-72.79119797997923,41.96698452396257],[-72.79121397998445,41.966984523962054],[-72.79143398005651,41.966989523955874],[-72.79216398031433,41.96732652399692],[-72.79238698038913,41.96736152399641],[-72.79262398046913,41.96740752399755],[-72.79301598060151,41.967484523999616],[-72.79333098070906,41.96756652400514],[-72.79356598078935,41.96762852400941],[-72.79367198083145,41.967757524030766],[-72.79398998095776,41.96814452409481],[-72.79409698100027,41.96827452411631],[-72.79420298104236,41.96840352413766],[-72.79448898115592,41.968750524195045],[-72.79451998116846,41.968792524202115],[-72.79462098120929,41.96892752422477],[-72.79465498122308,41.9689735242325],[-72.79475798126484,41.969113524256066],[-72.794792981279,41.969160524263955],[-72.79502098135397,41.969170524258466],[-72.79616798175205,41.96957952429979],[-72.79638198182671,41.969662524308795],[-72.79775298230504,41.97019452436648],[-72.79806198241377,41.97033052438256],[-72.79846098255474,41.970515524405144],[-72.80034398319312,41.97092752442312],[-72.80060698327975,41.97094152441728],[-72.80119798347192,41.97093052439597],[-72.80128998350187,41.97092952439279],[-72.80270298394875,41.97068752430037],[-72.80285098399517,41.97065552428941],[-72.80314498408735,41.97059152426756],[-72.80350598420053,41.970512524240654],[-72.80394398433786,41.97041752420816],[-72.80420698442033,41.97036052418866],[-72.80452898452259,41.97031252416898],[-72.80548998482773,41.97016852411007],[-72.80553698484266,41.97016152410721],[-72.80614898503518,41.970039524063864],[-72.80635198511554,41.97028152410378],[-72.80649598517256,41.97045352413214],[-72.80688898533649,41.97106552423695],[-72.80706098540819,41.97133252428266],[-72.80850498585804,41.9709685241658],[-72.80927398609654,41.970756524100075],[-72.80966598621765,41.97064052406503],[-72.8103879864431,41.97046752400833],[-72.81082498658066,41.97038152397759],[-72.81152198680172,41.97027352393419],[-72.81311098730794,41.970064523842375],[-72.81327398736016,41.97004852383401],[-72.8134919874311,41.97004552382635],[-72.81376198752001,41.970059523820254],[-72.81469598783885,41.97030152383638],[-72.81473898785357,41.97031352383728],[-72.81485098789197,41.970345523839796],[-72.81529298804283,41.97045952384733],[-72.81604898829927,41.97062752385503],[-72.81618398834414,41.970641523853324],[-72.81617698833549,41.9705325238326],[-72.81610398828411,41.970060523744294],[-72.81611798826304,41.9696215236595],[-72.81599298820434,41.969314523604574],[-72.81541198796991,41.96854552347572],[-72.81515498787871,41.96841952345985],[-72.81497998781848,41.96836552345518],[-72.81479498775485,41.96830952345043],[-72.81471398772457,41.96824352344038],[-72.81469898770146,41.967931523380926],[-72.81411798750936,41.967887523391354],[-72.81393398744069,41.967739523368905],[-72.81369098736364,41.9677775233841],[-72.81361098733468,41.967728523377296],[-72.81337498722499,41.96716852327736],[-72.81324298716689,41.96691052323209],[-72.81330898716406,41.9664935231498],[-72.81319898711536,41.966273523111106],[-72.81295598702717,41.966120523089614],[-72.81274998695481,41.96603252307939],[-72.81213998674204,41.96579652305388],[-72.81180898662443,41.96563152303294],[-72.81158798653892,41.965401522995926],[-72.81143398647326,41.965137522950194],[-72.811403986459,41.965060522936376],[-72.81128698640804,41.964841522898084],[-72.81104398630987,41.96451752284374],[-72.81072798618564,41.964155522784445],[-72.81063998614282,41.96391352274081],[-72.81035298602615,41.96351852267423],[-72.81060998605875,41.96264052249715],[-72.81060398604274,41.96239952245104],[-72.81060298603886,41.962338522439346],[-72.81052998599073,41.96192152236157],[-72.81049298594405,41.96132852224883],[-72.81050898590527,41.9605745221034],[-72.81051498589392,41.96034652205939],[-72.81057398590389,41.96018752202692],[-72.8106299859039,41.95987452196495],[-72.81066998590411,41.95965452192135],[-72.810867985962,41.95953952189282],[-72.8108939859625,41.959402521865634],[-72.81089798596281,41.95938552186225],[-72.81088198594955,41.95924752183625],[-72.81092598596008,41.95918252182232],[-72.81098598597455,41.95909452180347],[-72.8110079859683,41.95886452175854],[-72.8109859859557,41.95877152174139],[-72.81097898594984,41.95871052172989],[-72.81108198597097,41.958496521685404],[-72.81112298597483,41.95833352165275],[-72.81118398598056,41.95809052160408],[-72.81117698597221,41.95798652158431],[-72.81111098594427,41.957876521565304],[-72.8111329859473,41.95780552155095],[-72.81105098591938,41.95778552154978],[-72.81075098581721,41.957711521545285],[-72.81066998578756,41.957656521537366],[-72.81068398578643,41.95755852151807],[-72.81060998575984,41.957516521512396],[-72.8107239857762,41.95715952144008],[-72.81106898582627,41.95608852122301],[-72.81118498584334,41.95573252115083],[-72.81131798586271,41.955320521067314],[-72.81135198586861,41.95523152104911],[-72.8114479858855,41.95498452099851],[-72.81193098597149,41.95375752074697],[-72.81212498600615,41.953266520646295],[-72.8122059860227,41.95309752061117],[-72.81238598607196,41.95293552057419],[-72.81263698614084,41.952712520523185],[-72.81294098622583,41.952469520466586],[-72.81338598635081,41.952123520385626],[-72.81360098641126,41.95195752034671],[-72.81372098644445,41.95185552032321],[-72.81361098640058,41.951718520300446],[-72.81349798634949,41.95147452025723],[-72.81346398633409,41.95140052024411],[-72.81346398631584,41.95108752018395],[-72.81339798628788,41.950977520164926],[-72.81310398618814,41.950911520161796],[-72.8128689860955,41.95063752011677],[-72.81280798606791,41.95050552009338],[-72.81277298605201,41.95042852007971],[-72.81280998605288,41.95023652004159],[-72.81277298603153,41.950077520012236],[-72.81255998596689,41.95016052003512],[-72.81238398591171,41.95019852004814],[-72.81166998568808,41.9503575201019],[-72.81130998556232,41.95021452008612],[-72.81125098553866,41.950138520073416],[-72.81124298553574,41.95013352007272],[-72.81108998548,41.95003352005846],[-72.8108689854057,41.94999552005835],[-72.8106709853371,41.94992652005151],[-72.81064798532914,41.94991852005073],[-72.81018498517426,41.94985252005307],[-72.8101339851557,41.94981952004838],[-72.81012498514858,41.949747520034855],[-72.81011898514377,41.94969852002562],[-72.81022898517293,41.94958351999994],[-72.81050098526329,41.94961151999647],[-72.81055998527867,41.949545519981875],[-72.8105599852742,41.94946851996707],[-72.81048698523854,41.949265519930435],[-72.81026598514693,41.9489305198732],[-72.80997898503828,41.94867251983294],[-72.80980998497775,41.94857951982054],[-72.80956798490072,41.94861251983474],[-72.80915598477716,41.94879851988389],[-72.8087809846686,41.94903451994144],[-72.80854598460414,41.94924351998926],[-72.80847998459029,41.94937552001677],[-72.80830298454406,41.94957252006039],[-72.80806798447638,41.949726520097634],[-72.80757498432259,41.94984652013671],[-72.80706098414726,41.94971552012824],[-72.80656098399344,41.949874520175044],[-72.8064639839611,41.949862520175884],[-72.80617798386595,41.94983052017903],[-72.80605298382712,41.94986352018943],[-72.80589898377303,41.94979752018173],[-72.8058619837539,41.949676520159684],[-72.80600198378966,41.94950652012246],[-72.80608998381489,41.949446520108054],[-72.80611198381786,41.949374520093514],[-72.80604598379283,41.94931452008413],[-72.8052809835468,41.94937452012051],[-72.80511198349713,41.949468520144066],[-72.80436998326944,41.94971452021545],[-72.80400898316101,41.94987452025795],[-72.80375198308161,41.949950520280886],[-72.80342898297788,41.94997852029677],[-72.80263498273037,41.95017552036044],[-72.80218598259574,41.95037852041405],[-72.80196598253453,41.95055952045598],[-72.80163398246813,41.95127852060498],[-72.801435982417,41.95150952065582],[-72.80131098237909,41.95155852066929],[-72.80106098229533,41.95152052067012],[-72.80078898219028,41.95124052062512],[-72.80047298206034,41.950779520546746],[-72.79988498184038,41.950296520473],[-72.79978198179269,41.95005452042983],[-72.80005398183343,41.94923152026278],[-72.80003198182305,41.94917652025294],[-72.80003598182203,41.9491365202451],[-72.80003998182119,41.94909952023786],[-72.80011298184021,41.949017520219726],[-72.80014298184393,41.948913520198744],[-72.80009798182604,41.948858520189646],[-72.79989998175698,41.94878152018126],[-72.79957698163788,41.94854552014638],[-72.79951798161864,41.9485455201483],[-72.7991209814853,41.9484795201485],[-72.79896598143087,41.94841352014087],[-72.7989009814073,41.94837252013508],[-72.79881898137751,41.948320520127744],[-72.79854698127532,41.94808952009216],[-72.79828998117647,41.947831520050904],[-72.79816498113057,41.94774352003806],[-72.79790798104166,41.94765652002967],[-72.79773898097594,41.94747452000016],[-72.79768798094398,41.94721151995125],[-72.7975989809044,41.94703051991935],[-72.79747398085465,41.946876519893785],[-72.79739398082185,41.94676151987431],[-72.79732198078526,41.94653651983338],[-72.79727598076192,41.94639351980737],[-72.79724698073551,41.94610251975235],[-72.79712898068998,41.94598151973293],[-72.7969529806275,41.94589451972192],[-72.7965849805007,41.94577851971155],[-72.79638698043134,41.945696519702224],[-72.79629898039785,41.94561451968931],[-72.79628398038591,41.94549351966653],[-72.79635798038449,41.94505451957973],[-72.79639998039293,41.94496451956106],[-72.79643098039934,41.94490051954776],[-72.79642398039255,41.94482351953317],[-72.79637198037116,41.94474751952024],[-72.79635798035793,41.94459851949207],[-72.79651198039697,41.94440651945013],[-72.79643898036902,41.94433551943886],[-72.7960049802118,41.94406651940122],[-72.79571798010537,41.94384651936824],[-72.79547598001751,41.94369351934668],[-72.7953139799624,41.943654519344435],[-72.79515197991117,41.94368251935508],[-72.79505697988306,41.94373151936759],[-72.79502697988188,41.94387951939703],[-72.79496097986706,41.943994519421274],[-72.79484297983241,41.94406051943779],[-72.7947189797907,41.94403851943759],[-72.79461597975259,41.94396151942613],[-72.79454197972368,41.94387951941277],[-72.79434397962171,41.94323751929574],[-72.79431397959948,41.94302351925556],[-72.79435897960425,41.942853519221416],[-72.79451297964772,41.94273751919412],[-72.79469697970362,41.94266651917449],[-72.79485897975836,41.94269951917558],[-72.7949169797805,41.94275451918428],[-72.79501997981502,41.942770519184016],[-72.79521897987934,41.94276051917562],[-72.79549097995812,41.94258951913391],[-72.79579198006333,41.942710519147404],[-72.79588798009529,41.9427215191464],[-72.79593198010836,41.94269951914074],[-72.79613798017783,41.942738519141564],[-72.79634398024082,41.94266651912103],[-72.79670598036707,41.94280651913619],[-72.79687298042525,41.94287051914308],[-72.79784298075954,41.943177519170625],[-72.7980119808153,41.94318851916725],[-72.7981659808636,41.9431555191559],[-72.79829098089961,41.943073519136085],[-72.79836398090396,41.94273951906949],[-72.79865698096137,41.942084518934045],[-72.79917898111329,41.94176951885652],[-72.79983498130424,41.94137451875927],[-72.80048298149505,41.94102151867035],[-72.80058498152769,41.94101051866492],[-72.8007249815695,41.94094451864769],[-72.80076898157681,41.940823518622985],[-72.80085798160233,41.940763518608556],[-72.80101898164368,41.940571518566415],[-72.8013649817549,41.94054351854979],[-72.80144598177426,41.9404225185239],[-72.80156298180992,41.940379518511826],[-72.8017029818575,41.94041251851363],[-72.80187198191257,41.94041151850795],[-72.80204098196292,41.9403295184867],[-72.80220998200043,41.940027518423136],[-72.80235698204903,41.940038518420494],[-72.80259298213213,41.940143518433],[-72.80262898213904,41.94006051841589],[-72.80273998217082,41.93998451839767],[-72.80285698220705,41.939951518387524],[-72.80298198224108,41.93983551836115],[-72.80295298222107,41.93965451832729],[-72.80302598223881,41.93955051830491],[-72.8031729822842,41.939506518291694],[-72.80329098231854,41.9394355182742],[-72.80331298232251,41.939380518262915],[-72.80317298227622,41.93936951826534],[-72.80312898225837,41.93930951825524],[-72.80348898236711,41.9391605182149],[-72.80357398239542,41.93917051821405],[-72.80362898241377,41.939177518213626],[-72.80371698244439,41.93921051821712],[-72.80376098246288,41.939281518229315],[-72.80388598250748,41.93934751823796],[-72.80395998252585,41.93924851821652],[-72.80388598249723,41.93917151820413],[-72.80384998247851,41.93905151818221],[-72.80401098253002,41.939034518173706],[-72.80421698259018,41.93891351814375],[-72.80434998262272,41.93872751810367],[-72.80440098260837,41.93819551799971],[-72.80431998256014,41.93782151793042],[-72.8042249825199,41.937662517902936],[-72.80440098257382,41.93760251788567],[-72.80470298266818,41.93753151786222],[-72.80483498270227,41.937377517828324],[-72.80500398275674,41.93736651782071],[-72.80542298285792,41.93675751769],[-72.8055109828751,41.93655951764906],[-72.80556998288222,41.93635151760715],[-72.80567998290978,41.93620851757606],[-72.80612898305401,41.93617051755418],[-72.80618798306556,41.93603851752688],[-72.80614398304607,41.93595051751138],[-72.80617998305205,41.93585151749118],[-72.8063639831063,41.93575251746617],[-72.80654798315449,41.935549517421165],[-72.80666498318308,41.93538551738581],[-72.80684198324018,41.93537451737796],[-72.80697398328003,41.935319517363105],[-72.80704798329583,41.93517651733318],[-72.80706998329438,41.93502851730401],[-72.8069669832573,41.93496851729582],[-72.80703298325867,41.93462251722714],[-72.80694498322642,41.93456151721826],[-72.8066799831362,41.93449651721436],[-72.80662198310448,41.93427651717395],[-72.80665098310817,41.934177517153955],[-72.80688598317106,41.93394151710095],[-72.80695198318205,41.93376051706399],[-72.80693798317141,41.93365651704445],[-72.80706998320679,41.93352451701476],[-72.80706998320265,41.93345351700112],[-72.8069379831487,41.93326651696945],[-72.80689398312161,41.93304751692875],[-72.80698898313562,41.93275651686968],[-72.80689398309983,41.93267351685683],[-72.8068349830726,41.93253651683239],[-72.80684198305921,41.93226751678042],[-72.80687898305852,41.93204851673711],[-72.80695998308204,41.931998516724875],[-72.80708498312987,41.932119516744066],[-72.80716598315819,41.93215251674779],[-72.80723898317787,41.932081516731756],[-72.80727598318002,41.93191151669786],[-72.80736398320325,41.931817516676944],[-72.8073719831998,41.931713516656664],[-72.80719498312641,41.931444516610675],[-72.80721698312881,41.9313625165942],[-72.80733498316538,41.93132951658402],[-72.80742298319089,41.93127451657059],[-72.80734998316166,41.93118151655508],[-72.80721698311537,41.931131516549755],[-72.80710698307564,41.931065516540635],[-72.80709198306661,41.93099451652749],[-72.80720298310189,41.930978516520774],[-72.8073349831465,41.93100551652169],[-72.80737198315508,41.93094551650896],[-72.80731998313072,41.93081851648623],[-72.80723198309697,41.930731516472356],[-72.80733498311872,41.930528516429966],[-72.80732798311068,41.93042951641114],[-72.80738598312482,41.93034751639348],[-72.8075479831741,41.9302865163765],[-72.80776098323588,41.93015451634419],[-72.80782698325804,41.93016551634417],[-72.80788598328084,41.93022651635398],[-72.8078939832892,41.93032551637276],[-72.80837898344161,41.930226516337974],[-72.80849598347466,41.93013851631724],[-72.80851798347736,41.93006151630173],[-72.80858498349535,41.929995516286866],[-72.808709983532,41.92992451626913],[-72.80876798354743,41.929864516255726],[-72.80884898357091,41.929814516243475],[-72.80884198356385,41.92973251622792],[-72.80915798365766,41.92957351618709],[-72.80974598385006,41.9295845161701],[-72.80985598387953,41.92947451614537],[-72.80998098391679,41.92941451612977],[-72.8100989839572,41.929447516132285],[-72.81018698398334,41.92940351612096],[-72.81039298405017,41.92939751611312],[-72.81074498416754,41.929441516110145],[-72.81091398421816,41.92936451608986],[-72.81100098424054,41.929261516067214],[-72.81137698433717,41.928815515969234],[-72.811443984344,41.92855751591743],[-72.81137698430621,41.9282835158669],[-72.81114998420725,41.92785551579195],[-72.81117898420553,41.92766351575407],[-72.81141398426172,41.92731251567895],[-72.8115689843087,41.927251515662164],[-72.81175998437135,41.92725751565712],[-72.81197998444054,41.92721351564151],[-72.81204598445665,41.92712051562149],[-72.812200984504,41.92706551560586],[-72.81240598457084,41.9270655155992],[-72.81247998459398,41.927048515593526],[-72.81265598464374,41.92691751556262],[-72.81274498466317,41.926752515528],[-72.81274498465007,41.92652751548472],[-72.81262698460647,41.92643951547162],[-72.81239198452697,41.92639051546983],[-72.81227398448463,41.92632451546097],[-72.81222298446352,41.92624751544781],[-72.81195798436654,41.926066515421596],[-72.81180398431316,41.92601151541603],[-72.81170598428066,41.92600251541747],[-72.81151698421797,41.925984515420154],[-72.81128198413394,41.92585751540336],[-72.8111129840779,41.925841515405764],[-72.81100298402282,41.92551151534586],[-72.81098798400902,41.92535851531692],[-72.81111998404502,41.92523751528936],[-72.81113498404,41.92506751525618],[-72.81110598402064,41.924897515224416],[-72.81117198403064,41.92469951518418],[-72.81092898394277,41.9245515151636],[-72.81085598390845,41.92437051513115],[-72.81092198391394,41.92409551507611],[-72.81086298388644,41.9239535150507],[-72.81103198393608,41.92385951502714],[-72.81131898403066,41.92387651502109],[-72.81142898404738,41.92354751495422],[-72.81156098407955,41.923360514913966],[-72.81176698413903,41.9232285148819],[-72.81169598411158,41.92315451486996],[-72.81165698409646,41.923113514863346],[-72.81145898402649,41.923020514851885],[-72.8113919839976,41.92289951483078],[-72.81156198402142,41.92235651472081],[-72.81146598397572,41.92210951467641],[-72.81185598405051,41.921209514490606],[-72.81203198409828,41.92104451445316],[-72.81214198413132,41.92099551444016],[-72.81229598418375,41.921033514442456],[-72.81272298431757,41.9209405144107],[-72.81284798435671,41.92091251440126],[-72.8130749844244,41.92080351437291],[-72.8133469845022,41.92061651432811],[-72.81378798463639,41.92045151428204],[-72.8140449847183,41.92041851426735],[-72.81422198477793,41.920451514267945],[-72.81428098479823,41.9204695142695],[-72.81453798488674,41.92055051427674],[-72.8147579849617,41.92060551428016],[-72.81506698506182,41.92059451426801],[-72.81528698513833,41.92067651427665],[-72.81558898524,41.92073151427742],[-72.81619098543695,41.92074251425999],[-72.81624298545263,41.92072051425407],[-72.81674998560487,41.92049551419432],[-72.81707998570542,41.92037451416033],[-72.81766098586677,41.91989151404853],[-72.8178589859269,41.91981551402749],[-72.81796998596403,41.91983151402696],[-72.81804998598727,41.91978251401493],[-72.81817498602804,41.91978251401086],[-72.81826398605321,41.91971651399529],[-72.81830798606336,41.91964451398001],[-72.81851298613118,41.919661513976614],[-72.81860898615867,41.9195955139608],[-72.8187629862098,41.91961151395886],[-72.81891798625686,41.9195515139423],[-72.81907398630219,41.91945651391895],[-72.81915998632715,41.91940351390596],[-72.81934398638845,41.91942551390422],[-72.81951998644904,41.91948051390908],[-72.82020398667399,41.919513513893214],[-72.82045298675135,41.91944751387244],[-72.82061498680766,41.9195075138787],[-72.82129098703513,41.91962851388002],[-72.82134298705658,41.91970551389315],[-72.82143098708784,41.91974951389874],[-72.82168098716808,41.919727513886414],[-72.82191598724563,41.91974351388185],[-72.82211398731535,41.91983151389234],[-72.82239298741557,41.91999051391387],[-72.82249398744909,41.92000051391253],[-72.82265798750356,41.920017513910445],[-72.82295198760647,41.92013851392418],[-72.82320198768929,41.920160513920294],[-72.82335598773886,41.920149513913174],[-72.82386298789747,41.92003451387459],[-72.82409798796577,41.919891513839445],[-72.82414598797567,41.919792513818834],[-72.82426898800098,41.919538513765964],[-72.82431098800966,41.91945251374806],[-72.82456898807399,41.91911251367428],[-72.82470098811415,41.91906251366036],[-72.82477398813407,41.91899651364529],[-72.82485398815905,41.918977513639035],[-72.8250089882075,41.91894151362708],[-72.82511998824054,41.918887513613086],[-72.82538198832627,41.918892513605535],[-72.82546598835377,41.918894513603206],[-72.82616798858356,41.918909513583266],[-72.82642998866935,41.918915513575904],[-72.83213499054584,41.91919451344419],[-72.84092299343637,41.91962451324123],[-72.84924999617516,41.92003151304872],[-72.85040099655377,41.920088513022236],[-72.85495499805158,41.92031151291695],[-72.855334998176,41.920320512906336],[-72.85929199947134,41.920409512794684],[-72.86089199999515,41.920446512749734],[-72.86178200028648,41.92046651272462],[-72.87230700373189,41.92070551242792],[-72.87423900436434,41.920749512373476],[-72.87454500446451,41.920756512364854],[-72.87485800456695,41.92076351235602],[-72.87664500515194,41.9208045123057],[-72.8792070059917,41.92088151223705],[-72.87953800610012,41.92089051222801],[-72.88474100780547,41.92104651208848],[-72.8848810078514,41.92105151208489],[-72.88821700894474,41.92115051199522],[-72.89111100989328,41.92123751191763],[-72.89260201038262,41.9212935118798],[-72.89707701185132,41.92146251176642],[-72.89856901234101,41.92151951172874],[-72.90004401282403,41.92155651168777],[-72.90406001413909,41.921657511576214],[-72.90447001427331,41.92166751156477],[-72.90594601475665,41.92170451152373],[-72.90538901466566,41.92325351183978],[-72.90296901435146,41.931369513479204],[-72.90224501415251,41.932003513624714],[-72.90222801415001,41.932055513635255],[-72.89960101372553,41.939438515140225],[-72.89861901356682,41.94219751570255],[-72.89859601356318,41.942263515716],[-72.89852501355143,41.94245851575579],[-72.89787901343882,41.944133516098795],[-72.89635201317465,41.94812651691601],[-72.89628901316466,41.94830651695266],[-72.89392401277584,41.95483751828481],[-72.89343101269495,41.95620151856297],[-72.89284701259925,41.957819518892904],[-72.89272601257935,41.95815351896101],[-72.89034201216649,41.96437852023469],[-72.88968501205474,41.966128520592314],[-72.88771701172045,41.97137852166494],[-72.8870610116091,41.973129522022624],[-72.8869710115962,41.973410522079526],[-72.88670001155722,41.97425352225028],[-72.88661101154472,41.97453552230734],[-72.88660001154341,41.97457452231519],[-72.88656901154027,41.97469352233907],[-72.88655901153938,41.974733522347066],[-72.88543601135434,41.97782652297769],[-72.88302301095692,41.98447452433298],[-72.88206701079945,41.98710752486972],[-72.88094401061453,41.99020152550035],[-72.88053201052368,41.99094452565645],[-72.87949001037575,41.99421852631894],[-72.87907701029322,41.99510852650326],[-72.87871501022074,41.995886526664414],[-72.878665010215,41.9960665267006],[-72.87851801019883,41.99660852680943],[-72.87847001019377,41.996789526845745],[-72.87795101010526,41.99816752712719],[-72.87791101009921,41.99828652715132],[-72.87761601004479,41.9989995272978],[-72.87762101011505,42.00016952752221],[-72.87665200995895,42.002897528077376],[-72.87477600965659,42.00817652915169],[-72.87454400961929,42.008830529284744],[-72.87378900945113,42.01016352956518],[-72.87349100938918,42.01076452969023],[-72.87309400929921,42.01143852983251],[-72.87307500929529,42.011477529840626],[-72.87302000928433,42.01159652986524],[-72.87300200928081,42.01163652987349],[-72.86916100859746,42.021347531861934],[-72.8678840083827,42.024787532563494],[-72.86679500821246,42.02794053320381],[-72.86650400817356,42.02889553339648],[-72.86629200815247,42.02971453356047],[-72.86578200802862,42.03043953371616],[-72.86516000793033,42.03222253407843],[-72.86440700778931,42.03400553444496],[-72.86392000769804,42.035157534681744],[-72.86382000767914,42.03539153472988],[-72.86382600771434,42.035957534838225],[-72.86375000772772,42.03660753496536],[-72.8636200077505,42.03771753518245]]]},"properties":{"name":4681.01,"geoid":"09003468101"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.78544097524981,41.91800551473132],[-72.78652297560377,41.9180245146999],[-72.787507975926,41.918041514671216],[-72.78977197666669,41.91808151460549],[-72.79085497702103,41.91810151457421],[-72.79131797717417,41.918138514566316],[-72.79270697763378,41.91825251454319],[-72.79317097778731,41.91829051453544],[-72.7968609789943,41.91835251442766],[-72.80793098261522,41.918540514104556],[-72.8116219838225,41.91860351399685],[-72.81286498422894,41.918622513960145],[-72.81301698427869,41.91862551395578],[-72.81659698544928,41.91868051385013],[-72.81784198585643,41.918700513813526],[-72.81929698633303,41.91873751377338],[-72.82366398776357,41.91884951365309],[-72.82511998824054,41.918887513613086],[-72.8250089882075,41.91894151362708],[-72.82485398815905,41.918977513639035],[-72.82477398813407,41.91899651364529],[-72.82470098811415,41.91906251366036],[-72.82456898807399,41.91911251367428],[-72.82431098800966,41.91945251374806],[-72.82426898800098,41.919538513765964],[-72.82414598797567,41.919792513818834],[-72.82409798796577,41.919891513839445],[-72.82386298789747,41.92003451387459],[-72.82335598773886,41.920149513913174],[-72.82320198768929,41.920160513920294],[-72.82295198760647,41.92013851392418],[-72.82265798750356,41.920017513910445],[-72.82249398744909,41.92000051391253],[-72.82239298741557,41.91999051391387],[-72.82211398731535,41.91983151389234],[-72.82191598724563,41.91974351388185],[-72.82168098716808,41.919727513886414],[-72.82143098708784,41.91974951389874],[-72.82134298705658,41.91970551389315],[-72.82129098703513,41.91962851388002],[-72.82061498680766,41.9195075138787],[-72.82045298675135,41.91944751387244],[-72.82020398667399,41.919513513893214],[-72.81951998644904,41.91948051390908],[-72.81934398638845,41.91942551390422],[-72.81915998632715,41.91940351390596],[-72.81907398630219,41.91945651391895],[-72.81891798625686,41.9195515139423],[-72.8187629862098,41.91961151395886],[-72.81860898615867,41.9195955139608],[-72.81851298613118,41.919661513976614],[-72.81830798606336,41.91964451398001],[-72.81826398605321,41.91971651399529],[-72.81817498602804,41.91978251401086],[-72.81804998598727,41.91978251401493],[-72.81796998596403,41.91983151402696],[-72.8178589859269,41.91981551402749],[-72.81766098586677,41.91989151404853],[-72.81707998570542,41.92037451416033],[-72.81674998560487,41.92049551419432],[-72.81624298545263,41.92072051425407],[-72.81619098543695,41.92074251425999],[-72.81558898524,41.92073151427742],[-72.81528698513833,41.92067651427665],[-72.81506698506182,41.92059451426801],[-72.8147579849617,41.92060551428016],[-72.81453798488674,41.92055051427674],[-72.81428098479823,41.9204695142695],[-72.81422198477793,41.920451514267945],[-72.8140449847183,41.92041851426735],[-72.81378798463639,41.92045151428204],[-72.8133469845022,41.92061651432811],[-72.8130749844244,41.92080351437291],[-72.81284798435671,41.92091251440126],[-72.81272298431757,41.9209405144107],[-72.81229598418375,41.921033514442456],[-72.81214198413132,41.92099551444016],[-72.81203198409828,41.92104451445316],[-72.81185598405051,41.921209514490606],[-72.81146598397572,41.92210951467641],[-72.81156198402142,41.92235651472081],[-72.8113919839976,41.92289951483078],[-72.81145898402649,41.923020514851885],[-72.81165698409646,41.923113514863346],[-72.81169598411158,41.92315451486996],[-72.81176698413903,41.9232285148819],[-72.81156098407955,41.923360514913966],[-72.81142898404738,41.92354751495422],[-72.81131898403066,41.92387651502109],[-72.81103198393608,41.92385951502714],[-72.81086298388644,41.9239535150507],[-72.81092198391394,41.92409551507611],[-72.81085598390845,41.92437051513115],[-72.81092898394277,41.9245515151636],[-72.81117198403064,41.92469951518418],[-72.81110598402064,41.924897515224416],[-72.81113498404,41.92506751525618],[-72.81111998404502,41.92523751528936],[-72.81098798400902,41.92535851531692],[-72.81100298402282,41.92551151534586],[-72.8111129840779,41.925841515405764],[-72.81128198413394,41.92585751540336],[-72.81151698421797,41.925984515420154],[-72.81170598428066,41.92600251541747],[-72.81180398431316,41.92601151541603],[-72.81195798436654,41.926066515421596],[-72.81222298446352,41.92624751544781],[-72.81227398448463,41.92632451546097],[-72.81239198452697,41.92639051546983],[-72.81262698460647,41.92643951547162],[-72.81274498465007,41.92652751548472],[-72.81274498466317,41.926752515528],[-72.81265598464374,41.92691751556262],[-72.81247998459398,41.927048515593526],[-72.81240598457084,41.9270655155992],[-72.812200984504,41.92706551560586],[-72.81204598445665,41.92712051562149],[-72.81197998444054,41.92721351564151],[-72.81175998437135,41.92725751565712],[-72.8115689843087,41.927251515662164],[-72.81141398426172,41.92731251567895],[-72.81117898420553,41.92766351575407],[-72.81114998420725,41.92785551579195],[-72.81137698430621,41.9282835158669],[-72.811443984344,41.92855751591743],[-72.81137698433717,41.928815515969234],[-72.81100098424054,41.929261516067214],[-72.81091398421816,41.92936451608986],[-72.81074498416754,41.929441516110145],[-72.81039298405017,41.92939751611312],[-72.81018698398334,41.92940351612096],[-72.8100989839572,41.929447516132285],[-72.80998098391679,41.92941451612977],[-72.80985598387953,41.92947451614537],[-72.80974598385006,41.9295845161701],[-72.80915798365766,41.92957351618709],[-72.80884198356385,41.92973251622792],[-72.80884898357091,41.929814516243475],[-72.80876798354743,41.929864516255726],[-72.808709983532,41.92992451626913],[-72.80858498349535,41.929995516286866],[-72.80851798347736,41.93006151630173],[-72.80849598347466,41.93013851631724],[-72.80837898344161,41.930226516337974],[-72.8078939832892,41.93032551637276],[-72.80788598328084,41.93022651635398],[-72.80782698325804,41.93016551634417],[-72.80776098323588,41.93015451634419],[-72.8075479831741,41.9302865163765],[-72.80738598312482,41.93034751639348],[-72.80732798311068,41.93042951641114],[-72.80733498311872,41.930528516429966],[-72.80723198309697,41.930731516472356],[-72.80731998313072,41.93081851648623],[-72.80737198315508,41.93094551650896],[-72.8073349831465,41.93100551652169],[-72.80720298310189,41.930978516520774],[-72.80709198306661,41.93099451652749],[-72.80710698307564,41.931065516540635],[-72.80721698311537,41.931131516549755],[-72.80734998316166,41.93118151655508],[-72.80742298319089,41.93127451657059],[-72.80733498316538,41.93132951658402],[-72.80721698312881,41.9313625165942],[-72.80719498312641,41.931444516610675],[-72.8073719831998,41.931713516656664],[-72.80736398320325,41.931817516676944],[-72.80727598318002,41.93191151669786],[-72.80723898317787,41.932081516731756],[-72.80716598315819,41.93215251674779],[-72.80708498312987,41.932119516744066],[-72.80695998308204,41.931998516724875],[-72.80687898305852,41.93204851673711],[-72.80684198305921,41.93226751678042],[-72.8068349830726,41.93253651683239],[-72.80689398309983,41.93267351685683],[-72.80698898313562,41.93275651686968],[-72.80689398312161,41.93304751692875],[-72.8069379831487,41.93326651696945],[-72.80706998320265,41.93345351700112],[-72.80706998320679,41.93352451701476],[-72.80693798317141,41.93365651704445],[-72.80695198318205,41.93376051706399],[-72.80688598317106,41.93394151710095],[-72.80665098310817,41.934177517153955],[-72.80662198310448,41.93427651717395],[-72.8066799831362,41.93449651721436],[-72.80694498322642,41.93456151721826],[-72.80703298325867,41.93462251722714],[-72.8069669832573,41.93496851729582],[-72.80706998329438,41.93502851730401],[-72.80704798329583,41.93517651733318],[-72.80697398328003,41.935319517363105],[-72.80684198324018,41.93537451737796],[-72.80666498318308,41.93538551738581],[-72.80654798315449,41.935549517421165],[-72.8063639831063,41.93575251746617],[-72.80617998305205,41.93585151749118],[-72.80614398304607,41.93595051751138],[-72.80618798306556,41.93603851752688],[-72.80612898305401,41.93617051755418],[-72.80567998290978,41.93620851757606],[-72.80556998288222,41.93635151760715],[-72.8055109828751,41.93655951764906],[-72.80542298285792,41.93675751769],[-72.80500398275674,41.93736651782071],[-72.80483498270227,41.937377517828324],[-72.80470298266818,41.93753151786222],[-72.80440098257382,41.93760251788567],[-72.8042249825199,41.937662517902936],[-72.80431998256014,41.93782151793042],[-72.80440098260837,41.93819551799971],[-72.80434998262272,41.93872751810367],[-72.80421698259018,41.93891351814375],[-72.80401098253002,41.939034518173706],[-72.80384998247851,41.93905151818221],[-72.80388598249723,41.93917151820413],[-72.80395998252585,41.93924851821652],[-72.80388598250748,41.93934751823796],[-72.80376098246288,41.939281518229315],[-72.80371698244439,41.93921051821712],[-72.80362898241377,41.939177518213626],[-72.80357398239542,41.93917051821405],[-72.80348898236711,41.9391605182149],[-72.80312898225837,41.93930951825524],[-72.80317298227622,41.93936951826534],[-72.80331298232251,41.939380518262915],[-72.80329098231854,41.9394355182742],[-72.8031729822842,41.939506518291694],[-72.80302598223881,41.93955051830491],[-72.80295298222107,41.93965451832729],[-72.80298198224108,41.93983551836115],[-72.80285698220705,41.939951518387524],[-72.80273998217082,41.93998451839767],[-72.80262898213904,41.94006051841589],[-72.80259298213213,41.940143518433],[-72.80235698204903,41.940038518420494],[-72.80220998200043,41.940027518423136],[-72.80204098196292,41.9403295184867],[-72.80187198191257,41.94041151850795],[-72.8017029818575,41.94041251851363],[-72.80156298180992,41.940379518511826],[-72.80144598177426,41.9404225185239],[-72.8013649817549,41.94054351854979],[-72.80101898164368,41.940571518566415],[-72.80085798160233,41.940763518608556],[-72.80076898157681,41.940823518622985],[-72.8007249815695,41.94094451864769],[-72.80058498152769,41.94101051866492],[-72.80048298149505,41.94102151867035],[-72.79983498130424,41.94137451875927],[-72.79917898111329,41.94176951885652],[-72.79865698096137,41.942084518934045],[-72.79836398090396,41.94273951906949],[-72.79829098089961,41.943073519136085],[-72.7981659808636,41.9431555191559],[-72.7980119808153,41.94318851916725],[-72.79784298075954,41.943177519170625],[-72.79687298042525,41.94287051914308],[-72.79670598036707,41.94280651913619],[-72.79634398024082,41.94266651912103],[-72.79613798017783,41.942738519141564],[-72.79593198010836,41.94269951914074],[-72.79588798009529,41.9427215191464],[-72.79579198006333,41.942710519147404],[-72.79549097995812,41.94258951913391],[-72.79521897987934,41.94276051917562],[-72.79501997981502,41.942770519184016],[-72.7949169797805,41.94275451918428],[-72.79485897975836,41.94269951917558],[-72.79469697970362,41.94266651917449],[-72.79451297964772,41.94273751919412],[-72.79435897960425,41.942853519221416],[-72.79431397959948,41.94302351925556],[-72.79434397962171,41.94323751929574],[-72.79454197972368,41.94387951941277],[-72.79461597975259,41.94396151942613],[-72.7947189797907,41.94403851943759],[-72.79484297983241,41.94406051943779],[-72.79496097986706,41.943994519421274],[-72.79502697988188,41.94387951939703],[-72.79505697988306,41.94373151936759],[-72.79515197991117,41.94368251935508],[-72.7953139799624,41.943654519344435],[-72.79547598001751,41.94369351934668],[-72.79571798010537,41.94384651936824],[-72.7960049802118,41.94406651940122],[-72.79643898036902,41.94433551943886],[-72.79651198039697,41.94440651945013],[-72.79635798035793,41.94459851949207],[-72.79637198037116,41.94474751952024],[-72.79642398039255,41.94482351953317],[-72.79643098039934,41.94490051954776],[-72.79639998039293,41.94496451956106],[-72.79635798038449,41.94505451957973],[-72.79628398038591,41.94549351966653],[-72.79629898039785,41.94561451968931],[-72.79638698043134,41.945696519702224],[-72.7965849805007,41.94577851971155],[-72.7969529806275,41.94589451972192],[-72.79712898068998,41.94598151973293],[-72.79724698073551,41.94610251975235],[-72.79727598076192,41.94639351980737],[-72.79732198078526,41.94653651983338],[-72.79739398082185,41.94676151987431],[-72.79747398085465,41.946876519893785],[-72.7975989809044,41.94703051991935],[-72.79768798094398,41.94721151995125],[-72.79773898097594,41.94747452000016],[-72.79790798104166,41.94765652002967],[-72.79816498113057,41.94774352003806],[-72.79828998117647,41.947831520050904],[-72.79854698127532,41.94808952009216],[-72.79881898137751,41.948320520127744],[-72.7989009814073,41.94837252013508],[-72.79896598143087,41.94841352014087],[-72.7991209814853,41.9484795201485],[-72.79951798161864,41.9485455201483],[-72.79957698163788,41.94854552014638],[-72.79989998175698,41.94878152018126],[-72.80009798182604,41.948858520189646],[-72.80014298184393,41.948913520198744],[-72.80011298184021,41.949017520219726],[-72.80003998182119,41.94909952023786],[-72.80003598182203,41.9491365202451],[-72.80003198182305,41.94917652025294],[-72.80005398183343,41.94923152026278],[-72.79978198179269,41.95005452042983],[-72.79988498184038,41.950296520473],[-72.80047298206034,41.950779520546746],[-72.80078898219028,41.95124052062512],[-72.80106098229533,41.95152052067012],[-72.80131098237909,41.95155852066929],[-72.801435982417,41.95150952065582],[-72.80163398246813,41.95127852060498],[-72.80196598253453,41.95055952045598],[-72.80218598259574,41.95037852041405],[-72.80263498273037,41.95017552036044],[-72.80342898297788,41.94997852029677],[-72.80375198308161,41.949950520280886],[-72.80400898316101,41.94987452025795],[-72.80436998326944,41.94971452021545],[-72.80511198349713,41.949468520144066],[-72.8052809835468,41.94937452012051],[-72.80604598379283,41.94931452008413],[-72.80611198381786,41.949374520093514],[-72.80608998381489,41.949446520108054],[-72.80600198378966,41.94950652012246],[-72.8058619837539,41.949676520159684],[-72.80589898377303,41.94979752018173],[-72.80605298382712,41.94986352018943],[-72.80617798386595,41.94983052017903],[-72.8064639839611,41.949862520175884],[-72.80656098399344,41.949874520175044],[-72.80706098414726,41.94971552012824],[-72.80757498432259,41.94984652013671],[-72.80806798447638,41.949726520097634],[-72.80830298454406,41.94957252006039],[-72.80847998459029,41.94937552001677],[-72.80854598460414,41.94924351998926],[-72.8087809846686,41.94903451994144],[-72.80915598477716,41.94879851988389],[-72.80956798490072,41.94861251983474],[-72.80980998497775,41.94857951982054],[-72.80997898503828,41.94867251983294],[-72.81026598514693,41.9489305198732],[-72.81048698523854,41.949265519930435],[-72.8105599852742,41.94946851996707],[-72.81055998527867,41.949545519981875],[-72.81050098526329,41.94961151999647],[-72.81022898517293,41.94958351999994],[-72.81011898514377,41.94969852002562],[-72.81012498514858,41.949747520034855],[-72.8101339851557,41.94981952004838],[-72.81018498517426,41.94985252005307],[-72.81064798532914,41.94991852005073],[-72.8106709853371,41.94992652005151],[-72.8108689854057,41.94999552005835],[-72.81108998548,41.95003352005846],[-72.81124298553574,41.95013352007272],[-72.81125098553866,41.950138520073416],[-72.81130998556232,41.95021452008612],[-72.81166998568808,41.9503575201019],[-72.81238398591171,41.95019852004814],[-72.81255998596689,41.95016052003512],[-72.81277298603153,41.950077520012236],[-72.81280998605288,41.95023652004159],[-72.81277298605201,41.95042852007971],[-72.81280798606791,41.95050552009338],[-72.8128689860955,41.95063752011677],[-72.81310398618814,41.950911520161796],[-72.81339798628788,41.950977520164926],[-72.81346398631584,41.95108752018395],[-72.81346398633409,41.95140052024411],[-72.81349798634949,41.95147452025723],[-72.81361098640058,41.951718520300446],[-72.81372098644445,41.95185552032321],[-72.81360098641126,41.95195752034671],[-72.81338598635081,41.952123520385626],[-72.81294098622583,41.952469520466586],[-72.81263698614084,41.952712520523185],[-72.81238598607196,41.95293552057419],[-72.8122059860227,41.95309752061117],[-72.81212498600615,41.953266520646295],[-72.81193098597149,41.95375752074697],[-72.8114479858855,41.95498452099851],[-72.81135198586861,41.95523152104911],[-72.81131798586271,41.955320521067314],[-72.81118498584334,41.95573252115083],[-72.81106898582627,41.95608852122301],[-72.8107239857762,41.95715952144008],[-72.81060998575984,41.957516521512396],[-72.81068398578643,41.95755852151807],[-72.81066998578756,41.957656521537366],[-72.81075098581721,41.957711521545285],[-72.81105098591938,41.95778552154978],[-72.8111329859473,41.95780552155095],[-72.81111098594427,41.957876521565304],[-72.81117698597221,41.95798652158431],[-72.81118398598056,41.95809052160408],[-72.81112298597483,41.95833352165275],[-72.81108198597097,41.958496521685404],[-72.81097898594984,41.95871052172989],[-72.8109859859557,41.95877152174139],[-72.8110079859683,41.95886452175854],[-72.81098598597455,41.95909452180347],[-72.81092598596008,41.95918252182232],[-72.81088198594955,41.95924752183625],[-72.81089798596281,41.95938552186225],[-72.8108939859625,41.959402521865634],[-72.810867985962,41.95953952189282],[-72.81066998590411,41.95965452192135],[-72.8106299859039,41.95987452196495],[-72.81057398590389,41.96018752202692],[-72.81051498589392,41.96034652205939],[-72.81050898590527,41.9605745221034],[-72.81049298594405,41.96132852224883],[-72.81052998599073,41.96192152236157],[-72.81060298603886,41.962338522439346],[-72.81060398604274,41.96239952245104],[-72.81060998605875,41.96264052249715],[-72.81035298602615,41.96351852267423],[-72.81063998614282,41.96391352274081],[-72.81072798618564,41.964155522784445],[-72.81104398630987,41.96451752284374],[-72.81128698640804,41.964841522898084],[-72.811403986459,41.965060522936376],[-72.81143398647326,41.965137522950194],[-72.81158798653892,41.965401522995926],[-72.81180898662443,41.96563152303294],[-72.81213998674204,41.96579652305388],[-72.81274998695481,41.96603252307939],[-72.81295598702717,41.966120523089614],[-72.81319898711536,41.966273523111106],[-72.81330898716406,41.9664935231498],[-72.81324298716689,41.96691052323209],[-72.81337498722499,41.96716852327736],[-72.81361098733468,41.967728523377296],[-72.81369098736364,41.9677775233841],[-72.81393398744069,41.967739523368905],[-72.81411798750936,41.967887523391354],[-72.81469898770146,41.967931523380926],[-72.81471398772457,41.96824352344038],[-72.81479498775485,41.96830952345043],[-72.81497998781848,41.96836552345518],[-72.81515498787871,41.96841952345985],[-72.81541198796991,41.96854552347572],[-72.81599298820434,41.969314523604574],[-72.81611798826304,41.9696215236595],[-72.81610398828411,41.970060523744294],[-72.81617698833549,41.9705325238326],[-72.81618398834414,41.970641523853324],[-72.81604898829927,41.97062752385503],[-72.81529298804283,41.97045952384733],[-72.81485098789197,41.970345523839796],[-72.81473898785357,41.97031352383728],[-72.81469598783885,41.97030152383638],[-72.81376198752001,41.970059523820254],[-72.8134919874311,41.97004552382635],[-72.81327398736016,41.97004852383401],[-72.81311098730794,41.970064523842375],[-72.81152198680172,41.97027352393419],[-72.81082498658066,41.97038152397759],[-72.8103879864431,41.97046752400833],[-72.80966598621765,41.97064052406503],[-72.80927398609654,41.970756524100075],[-72.80850498585804,41.9709685241658],[-72.80706098540819,41.97133252428266],[-72.80688898533649,41.97106552423695],[-72.80649598517256,41.97045352413214],[-72.80635198511554,41.97028152410378],[-72.80614898503518,41.970039524063864],[-72.80553698484266,41.97016152410721],[-72.80548998482773,41.97016852411007],[-72.80452898452259,41.97031252416898],[-72.80420698442033,41.97036052418866],[-72.80394398433786,41.97041752420816],[-72.80350598420053,41.970512524240654],[-72.80314498408735,41.97059152426756],[-72.80285098399517,41.97065552428941],[-72.80270298394875,41.97068752430037],[-72.80128998350187,41.97092952439279],[-72.80119798347192,41.97093052439597],[-72.80060698327975,41.97094152441728],[-72.80034398319312,41.97092752442312],[-72.79846098255474,41.970515524405144],[-72.79806198241377,41.97033052438256],[-72.79775298230504,41.97019452436648],[-72.79638198182671,41.969662524308795],[-72.79616798175205,41.96957952429979],[-72.79502098135397,41.969170524258466],[-72.794792981279,41.969160524263955],[-72.79475798126484,41.969113524256066],[-72.79465498122308,41.9689735242325],[-72.79462098120929,41.96892752422477],[-72.79451998116846,41.968792524202115],[-72.79448898115592,41.968750524195045],[-72.79420298104236,41.96840352413766],[-72.79409698100027,41.96827452411631],[-72.79398998095776,41.96814452409481],[-72.79367198083145,41.967757524030766],[-72.79356598078935,41.96762852400941],[-72.79333098070906,41.96756652400514],[-72.79301598060151,41.967484523999616],[-72.79262398046913,41.96740752399755],[-72.79238698038913,41.96736152399641],[-72.79216398031433,41.96732652399692],[-72.79143398005651,41.966989523955874],[-72.79121397998445,41.966984523962054],[-72.79119797997923,41.96698452396257],[-72.79057997978973,41.967192524022614],[-72.79021897968204,41.96736552406759],[-72.78995697960455,41.9675025241024],[-72.78950297946406,41.967633524142336],[-72.78759397884373,41.967676524212585],[-72.78685397860335,41.96769452424007],[-72.78634597843877,41.9677145242604],[-72.78584897827778,41.96773452428039],[-72.78572497823936,41.967769524291135],[-72.78504997803061,41.9679665243509],[-72.78399897769138,41.96802952439714],[-72.78392297766699,41.968036524400944],[-72.78387797765254,41.968040524403186],[-72.78360897756625,41.96806552441671],[-72.78325397745124,41.96807952443094],[-72.78335697746263,41.96769852435437],[-72.78322897740179,41.96737152429569],[-72.7830969773391,41.96703452423522],[-72.78283897721332,41.966320524106365],[-72.78264697708661,41.965221523901405],[-72.7826239770712,41.96508552387601],[-72.78254297700973,41.964484523763154],[-72.78254597700908,41.96445652375767],[-72.78255697700784,41.96437352374135],[-72.78256097700758,41.96434652373603],[-72.7825749770058,41.96423752371464],[-72.78261897700138,41.96391552365132],[-72.78261997700146,41.96391152365053],[-72.78265297700618,41.96380752362946],[-72.78286797703711,41.96313452349313],[-72.78296497705085,41.96282752343099],[-72.7830129770578,41.96267752340061],[-72.78308497706816,41.96245252335503],[-72.78309997702264,41.96158752318829],[-72.78316297700077,41.960859523046324],[-72.78329197700803,41.9602615229272],[-72.78339997701589,41.95979152283337],[-72.78344697701951,41.95959052279321],[-72.78365797704214,41.95879752263394],[-72.78281997674196,41.95833752257271],[-72.78270097669935,41.95827252256408],[-72.78163897632079,41.95772152249263],[-72.781050976113,41.95744752245906],[-72.78062897596179,41.95721552242814],[-72.78051097591823,41.95712852241526],[-72.78035797585632,41.956922522380616],[-72.77993297568425,41.95634852228408],[-72.77977997562348,41.956162522253294],[-72.77971097560763,41.956276522277435],[-72.77963397558844,41.956378522299545],[-72.77938397552626,41.95671152237167],[-72.77922397549337,41.957042522440496],[-72.77921097549074,41.9570705224463],[-72.779101975467,41.957273522488855],[-72.77894997543233,41.95752952254299],[-72.77894497543129,41.95753952254507],[-72.77879897540478,41.95790252261959],[-72.77873197540593,41.95829752269769],[-72.77871597540857,41.95843252272415],[-72.778695975413,41.95862052276093],[-72.77864097540134,41.95872852278349],[-72.77857097538941,41.9589155228217],[-72.77842997535586,41.95912952286739],[-72.7781259752811,41.95954852295781],[-72.77747297512072,41.96045252315275],[-72.77727597507287,41.96073452321335],[-72.77709897503287,41.961039523277705],[-72.77691497499467,41.96141452335576],[-72.77648597488628,41.961956523473845],[-72.77622197481973,41.962292523546985],[-72.7758479747209,41.96269052363564],[-72.77556697464459,41.96295452369547],[-72.77510397451904,41.9633925237947],[-72.77483997444992,41.963684523859385],[-72.77474697442463,41.96377152387912],[-72.77446797434912,41.96403752393929],[-72.77434497431895,41.964208523976154],[-72.77401697423855,41.96466552407462],[-72.77398097423017,41.964723524086935],[-72.77387197420516,41.96490452412525],[-72.77379697418785,41.96502752415133],[-72.77368397416193,41.965215524191144],[-72.77354697412679,41.96537952422709],[-72.77345497410323,41.96549052425141],[-72.77234297381818,41.96682552454407],[-72.7722499737946,41.966941524569364],[-72.77186397369702,41.967428524675476],[-72.77085697346678,41.96911652503255],[-72.77021897331636,41.97010752524367],[-72.76973697320732,41.97093552541843],[-72.76917297306693,41.97168452558064],[-72.7690119730269,41.97189952562718],[-72.76799897276989,41.97316152590254],[-72.7678489727318,41.97334752594315],[-72.76750797264528,41.97377252603587],[-72.76740697262036,41.973910526065666],[-72.76726697258599,41.974104526107496],[-72.76732597259411,41.97391352606887],[-72.7675059726194,41.97333952595274],[-72.7675659726279,41.97314952591429],[-72.76835797273912,41.97062252540301],[-72.76971697293027,41.96629152452661],[-72.77073597307347,41.963041523868945],[-72.77152897318508,41.960515523357714],[-72.77346897349564,41.954978522230434],[-72.77377597355068,41.9542035220715],[-72.77418797361301,41.95296552182013],[-72.77516297377426,41.950271521270594],[-72.77530797376889,41.949366521091875],[-72.77546097376363,41.948418520904646],[-72.77732197404931,41.94289551978232],[-72.77762297409785,41.94204251960852],[-72.77779597412597,41.94155551950926],[-72.77801397416128,41.940940519383915],[-72.77852797424434,41.93948651908764],[-72.77867497426799,41.939068519002475],[-72.77875897428176,41.93883451895476],[-72.77879497428768,41.938734518934346],[-72.77882997429329,41.938634518913986],[-72.7788589742975,41.93854451889573],[-72.77926697435802,41.9372975186427],[-72.77929697436255,41.93720651862421],[-72.77932697436697,41.93711451860555],[-72.77935597437124,41.93702551858749],[-72.77938497437553,41.936936518569446],[-72.77946497438725,41.93668951851933],[-72.78137097466971,41.93085751733581],[-72.7819819747604,41.928990516956866],[-72.78200697476409,41.928913516941236],[-72.78252897483299,41.927170516589015],[-72.78364197498048,41.923464515839974],[-72.78409897504096,41.92194151553214],[-72.78443897508627,41.920813515304104],[-72.78464097511682,41.92020551518056],[-72.78467097512241,41.92013351516574],[-72.78476197513966,41.9199195151216],[-72.78479297514563,41.919848515106956],[-72.78490697516781,41.91959051505361],[-72.78491997517041,41.9195625150478],[-72.78504697519516,41.91927551498847],[-72.78520497522594,41.91891851491464],[-72.78524897523441,41.91881751489378],[-72.78536297525665,41.91856051484064],[-72.78537797525509,41.918449514818796],[-72.785424975251,41.918115514753005],[-72.78544097524981,41.91800551473132]]]},"properties":{"name":4681.02,"geoid":"09003468102"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.6827309316777,41.74310148430992],[-72.68272593168099,41.74318748432672],[-72.68279293172837,41.74363348441079],[-72.68286193177853,41.74411648450197],[-72.68292293182618,41.74460148459378],[-72.68310793196994,41.74605848486957],[-72.68316993201799,41.74654448496154],[-72.68319093203424,41.74670848499257],[-72.68325493208337,41.74720248508602],[-72.68325693208484,41.74721648508867],[-72.68331493211183,41.74735748511406],[-72.68273993192592,41.74738248513739],[-72.681016931369,41.747459485207635],[-72.68044293118349,41.74748548523111],[-72.68052393120094,41.74732948519835],[-72.68076793125374,41.74686348510039],[-72.68084993127155,41.74670848506779],[-72.68008693102603,41.746761485102574],[-72.67966093088896,41.74679148512205],[-72.67813393040426,41.747014485214244],[-72.67781493030326,41.747065485234344],[-72.67706093006458,41.747187485282154],[-72.6770959300887,41.74740948532395],[-72.67720093016106,41.748075485449355],[-72.67723693018552,41.74829748549113],[-72.6765189299583,41.74841448553681],[-72.67436492927686,41.74876948567465],[-72.67364792905009,41.74888848572069],[-72.67361692902738,41.748668485679154],[-72.67352492895972,41.74801048555487],[-72.67349492893739,41.747791485513496],[-72.67345892891036,41.74752448546303],[-72.67335292883001,41.74672448531176],[-72.67331792880337,41.74645848526145],[-72.673303928792,41.74633948523889],[-72.67326392875863,41.74598448517154],[-72.67325092874763,41.745866485149136],[-72.67322692872844,41.74566748511142],[-72.67315492867077,41.74507048499831],[-72.67313092865157,41.7448714849606],[-72.67309692863104,41.744706484929786],[-72.67299592856979,41.74421148483733],[-72.6729629285496,41.74404648480647],[-72.67365592876877,41.74393148476197],[-72.67573592942676,41.74358848462882],[-72.67642992964633,41.7434744845845],[-72.6767119297355,41.74342748456633],[-72.67756093000408,41.743287484512],[-72.67784393009364,41.74324148449402],[-72.68218493146328,41.7424634842041],[-72.68256593158603,41.74243948418722],[-72.68257693159907,41.742604484218774],[-72.68260293162834,41.74296748428812],[-72.68262593165302,41.74326748434539],[-72.68267193166324,41.74318448432787],[-72.6827309316777,41.74310148430992]]]},"properties":{"name":5001,"geoid":"09003500100"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.67440392952945,41.752956486482866],[-72.67433792949574,41.75274348644384],[-72.67414192939538,41.75210648632698],[-72.67407692936206,41.751894486288066],[-72.67403692933208,41.75159848623214],[-72.67391992924307,41.750710486064214],[-72.67388092921341,41.750414486008246],[-72.67386192919628,41.75022348597192],[-72.67385092918623,41.75011048595044],[-72.6737569291297,41.74965848586606],[-72.6737189291066,41.74947148583112],[-72.67370392909503,41.74935448580899],[-72.67366192906127,41.74900448574267],[-72.67364792905009,41.74888848572069],[-72.67436492927686,41.74876948567465],[-72.6765189299583,41.74841448553681],[-72.67723693018552,41.74829748549113],[-72.67720093016106,41.748075485449355],[-72.6770959300887,41.74740948532395],[-72.67706093006458,41.747187485282154],[-72.67781493030326,41.747065485234344],[-72.67813393040426,41.747014485214244],[-72.67966093088896,41.74679148512205],[-72.68008693102603,41.746761485102574],[-72.68084993127155,41.74670848506779],[-72.68076793125374,41.74686348510039],[-72.68052393120094,41.74732948519835],[-72.68044293118349,41.74748548523111],[-72.681016931369,41.747459485207635],[-72.68273993192592,41.74738248513739],[-72.68331493211183,41.74735748511406],[-72.68331293211524,41.74742848512785],[-72.68331093211945,41.74751348514435],[-72.68332193213044,41.747642485168946],[-72.68332893213683,41.747714485182634],[-72.68332893214469,41.747851485209125],[-72.6833319321694,41.74826548528907],[-72.68333293217763,41.74840348531572],[-72.68332393218317,41.74855148534462],[-72.68330093220125,41.74899748543158],[-72.68329293220718,41.749146485460656],[-72.68326893222292,41.749557485540876],[-72.68323893224489,41.75011148564896],[-72.68320993224935,41.75035448569686],[-72.68315493225637,41.75078948578273],[-72.68310493226359,41.7511994858636],[-72.68295493221758,41.75124948587808],[-72.68250593208012,41.75140348592229],[-72.68235693203457,41.75145548593713],[-72.68207893195093,41.751576485969466],[-72.68124493170012,41.75194148606682],[-72.68096793161688,41.75206348609931],[-72.6808179315715,41.75212448611592],[-72.68069493153442,41.75217648612992],[-72.68043793145618,41.75227248615675],[-72.68036893143582,41.75230948616611],[-72.68022693139402,41.75238748618577],[-72.67979893122714,41.75190848610692],[-72.67932793105426,41.75156948605651],[-72.67851593077565,41.751324486035244],[-72.6779829306592,41.75232248624531],[-72.67794293065104,41.75240748626302],[-72.67698193034401,41.752513486314406],[-72.67678693028637,41.75261648634057],[-72.67595493002229,41.752738486390896],[-72.67564392992342,41.7527814864092],[-72.67471392962793,41.75291248646441],[-72.67440392952945,41.752956486482866]]]},"properties":{"name":5002,"geoid":"09003500200"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.68310493226359,41.7511994858636],[-72.68309893226433,41.75124648587288],[-72.68308393226758,41.75138848590081],[-72.6830789322687,41.75143648591023],[-72.68305193227108,41.75163148594881],[-72.68297193227868,41.75221848606487],[-72.68294593228144,41.752414486103596],[-72.68292093228625,41.75264048614808],[-72.68284993230198,41.75331848628144],[-72.68282593230717,41.75354548632609],[-72.68280193231105,41.7537494863663],[-72.68273193232336,41.75436248648707],[-72.68270893232763,41.75456748652742],[-72.6826909323314,41.75473548656046],[-72.68263993234372,41.75524048665973],[-72.68262293234788,41.75540948669294],[-72.6826059323519,41.755576486725765],[-72.68255593236452,41.75608048682479],[-72.68253993236894,41.756248486857785],[-72.68250093237533,41.75658148692341],[-72.6823869323955,41.75758148712037],[-72.68234893240228,41.757915487186146],[-72.68206493230768,41.757879487188326],[-72.68121293202407,41.75777448719541],[-72.68092893192954,41.757739487197775],[-72.68062993190229,41.75896348744398],[-72.67964493169751,41.760989487867235],[-72.67867393136594,41.76072448784721],[-72.67858693133616,41.760699487845194],[-72.67739693092905,41.760361487818095],[-72.67639793058945,41.760115487802665],[-72.6763459305717,41.76010148780161],[-72.6761899305185,41.7600604877987],[-72.67613893050115,41.76004748779785],[-72.67551793028947,41.75988448778628],[-72.67518793017604,41.75978148777699],[-72.67541993015682,41.75812748744983],[-72.67544393016013,41.758048487433776],[-72.6754259301284,41.7575974873472],[-72.67540493008828,41.75701648723555],[-72.67523392998949,41.75626548709588],[-72.67513492993209,41.75582648701422],[-72.67507292989795,41.755583486969215],[-72.67498492984934,41.75523548690478],[-72.67486892979007,41.75486048683601],[-72.67479592975258,41.75462148679216],[-72.67471692970777,41.75428848673033],[-72.67448192957396,41.75328948654475],[-72.67440392952945,41.752956486482866],[-72.67471392962793,41.75291248646441],[-72.67564392992342,41.7527814864092],[-72.67595493002229,41.752738486390896],[-72.67678693028637,41.75261648634057],[-72.67698193034401,41.752513486314406],[-72.67794293065104,41.75240748626302],[-72.6779829306592,41.75232248624531],[-72.67851593077565,41.751324486035244],[-72.67932793105426,41.75156948605651],[-72.67979893122714,41.75190848610692],[-72.68022693139402,41.75238748618577],[-72.68036893143582,41.75230948616611],[-72.68043793145618,41.75227248615675],[-72.68069493153442,41.75217648612992],[-72.6808179315715,41.75212448611592],[-72.68096793161688,41.75206348609931],[-72.68124493170012,41.75194148606682],[-72.68207893195093,41.751576485969466],[-72.68235693203457,41.75145548593713],[-72.68250593208012,41.75140348592229],[-72.68295493221758,41.75124948587808],[-72.68310493226359,41.7511994858636]]]},"properties":{"name":5003,"geoid":"09003500300"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.66578992701825,41.7581134877565],[-72.66531992686099,41.75804148775768],[-72.66424592650165,41.75787748776048],[-72.66404792643334,41.757811487754076],[-72.66393992639385,41.75773648774307],[-72.66376892633131,41.75761748772555],[-72.66357492625768,41.75743548769659],[-72.66304092605675,41.756965487622885],[-72.66167492554281,41.75576348743438],[-72.66145792545939,41.75554148739844],[-72.66096092526848,41.755035487316576],[-72.66041292506243,41.754555487241376],[-72.66004492492404,41.75423248719075],[-72.65956892473892,41.75370848710473],[-72.6592939246193,41.75318448701225],[-72.65921592457175,41.75279748693993],[-72.6590739244846,41.752083486806455],[-72.65923692453399,41.75201848678866],[-72.65935092456861,41.75197448677648],[-72.65970992467487,41.75178748672879],[-72.65986692472146,41.751707486708305],[-72.66018992481577,41.751516486661],[-72.66115892509885,41.75094648651969],[-72.66148292519352,41.75075648647256],[-72.66162392523648,41.75070448645796],[-72.66199992535455,41.75062648643081],[-72.66205992537341,41.750614486426564],[-72.66251092551857,41.75058348640609],[-72.66359792586718,41.75048648635243],[-72.66413092603817,41.750439486326236],[-72.66557892650067,41.750277486248415],[-72.66782192721723,41.75002848612824],[-72.66856692745674,41.749972486093476],[-72.66979192784859,41.74984548602958],[-72.66992692789178,41.749831486022536],[-72.66999592791385,41.74982448601896],[-72.67137792835626,41.749687485948094],[-72.67154392840943,41.74967148593966],[-72.67184492850562,41.74963848592361],[-72.67255392873224,41.749562485886145],[-72.672806928814,41.74955048587571],[-72.6732499289561,41.74951148585394],[-72.6737189291066,41.74947148583112],[-72.6737569291297,41.74965848586606],[-72.67385092918623,41.75011048595044],[-72.67386192919628,41.75022348597192],[-72.67388092921341,41.750414486008246],[-72.67391992924307,41.750710486064214],[-72.67403692933208,41.75159848623214],[-72.67407692936206,41.751894486288066],[-72.67414192939538,41.75210648632698],[-72.67433792949574,41.75274348644384],[-72.67440392952945,41.752956486482866],[-72.67448192957396,41.75328948654475],[-72.67471692970777,41.75428848673033],[-72.67479592975258,41.75462148679216],[-72.67486892979007,41.75486048683601],[-72.67498492984934,41.75523548690478],[-72.67507292989795,41.755583486969215],[-72.67513492993209,41.75582648701422],[-72.67362492947328,41.75640548717463],[-72.67241792910362,41.75681748729305],[-72.67231292907123,41.75684948730263],[-72.67217492902863,41.756890487314976],[-72.67146092880829,41.75710548737947],[-72.67122292873489,41.75717748740105],[-72.67071692857816,41.757319487444754],[-72.67029692844805,41.75743748748105],[-72.6700719283784,41.75750148750064],[-72.66978192829914,41.757767487561395],[-72.66964092826395,41.75795448760207],[-72.66959692825344,41.75802148761643],[-72.66956692825474,41.758214487654705],[-72.66954792825581,41.75834148767987],[-72.66950992826605,41.75873648775744],[-72.66938292822341,41.758714487757274],[-72.66900192809548,41.758648487756744],[-72.66887592805318,41.75862648775654],[-72.66856292794823,41.75857448775653],[-72.66762692763429,41.758418487756465],[-72.66731592752998,41.75836648775639],[-72.66700992742734,41.75831548775636],[-72.6660949271205,41.75816348775636],[-72.66578992701825,41.7581134877565]]]},"properties":{"name":5004,"geoid":"09003500400"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.67513492993209,41.75582648701422],[-72.67523392998949,41.75626548709588],[-72.67540493008828,41.75701648723555],[-72.6754259301284,41.7575974873472],[-72.67544393016013,41.758048487433776],[-72.67541993015682,41.75812748744983],[-72.67518793017604,41.75978148777699],[-72.67516893017351,41.759845487789974],[-72.67504693015938,41.760292487880285],[-72.67490893014194,41.7607724879775],[-72.67471393011537,41.761417488108435],[-72.6746879301117,41.7615014881255],[-72.67461193010135,41.76175248817647],[-72.67458693009806,41.761837488193684],[-72.6744719300566,41.761767488183864],[-72.67436893002098,41.7617314881802],[-72.6743149300028,41.76172148818001],[-72.67343592970727,41.76156248817752],[-72.67314292960876,41.76150948817668],[-72.67260392942723,41.76140648817411],[-72.67098892888346,41.76110048816685],[-72.67045092870232,41.76099848816444],[-72.66999392854527,41.76085648815167],[-72.66956492839785,41.76072348813974],[-72.66862192807409,41.76043548811436],[-72.6681649279172,41.76029648810218],[-72.66802992787058,41.760250488097626],[-72.66791492782801,41.76016148808412],[-72.66778792778048,41.76005448806751],[-72.6676239277187,41.759908488044566],[-72.66611892715125,41.75856348783293],[-72.66570492699513,41.7581934877747],[-72.66578992701825,41.7581134877565],[-72.6660949271205,41.75816348775636],[-72.66700992742734,41.75831548775636],[-72.66731592752998,41.75836648775639],[-72.66762692763429,41.758418487756465],[-72.66856292794823,41.75857448775653],[-72.66887592805318,41.75862648775654],[-72.66900192809548,41.758648487756744],[-72.66938292822341,41.758714487757274],[-72.66950992826605,41.75873648775744],[-72.66954792825581,41.75834148767987],[-72.66956692825474,41.758214487654705],[-72.66959692825344,41.75802148761643],[-72.66964092826395,41.75795448760207],[-72.66978192829914,41.757767487561395],[-72.6700719283784,41.75750148750064],[-72.67029692844805,41.75743748748105],[-72.67071692857816,41.757319487444754],[-72.67122292873489,41.75717748740105],[-72.67146092880829,41.75710548737947],[-72.67217492902863,41.756890487314976],[-72.67231292907123,41.75684948730263],[-72.67241792910362,41.75681748729305],[-72.67362492947328,41.75640548717463],[-72.67513492993209,41.75582648701422]]]},"properties":{"name":5005,"geoid":"09003500500"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.67457993084814,41.77495649072908],[-72.67418893073909,41.77527649080347],[-72.67406993070593,41.77537449082626],[-72.67369693060661,41.7757624909132],[-72.67340193052823,41.77607149098238],[-72.67317993047463,41.776398491052696],[-72.67289793040678,41.776817491142715],[-72.67277393038192,41.77708849119905],[-72.6724039303081,41.77790349136842],[-72.67228193028394,41.778175491424875],[-72.67224893027857,41.778269491444114],[-72.67215193026327,41.7785534915021],[-72.67211993025828,41.778648491521466],[-72.67177093019855,41.779589491714475],[-72.67072393001942,41.782414492293874],[-72.67037592996006,41.78335649248705],[-72.67006492990151,41.784102492641146],[-72.66915592973089,41.78629149309321],[-72.66913092972555,41.786340493103474],[-72.66876692964834,41.787062493254645],[-72.66826792952907,41.78781749341651],[-72.66677292917186,41.79008349390224],[-72.66627492905295,41.790839494064265],[-72.6654599288353,41.79167549425192],[-72.665436928829,41.791696494256726],[-72.66470992863125,41.79237949441199],[-72.66379692838338,41.7932454946086],[-72.66299292816943,41.79408349479628],[-72.66287692813947,41.79422049482647],[-72.66210692794118,41.79513849502851],[-72.66208992793673,41.79515749503272],[-72.66203892792339,41.79521449504537],[-72.66202192791894,41.79523349504958],[-72.66103192767883,41.7966724953593],[-72.6608739276405,41.7969014954086],[-72.66039292752401,41.79760349555963],[-72.65828792701278,41.80065049621566],[-72.65806192695868,41.80099149628877],[-72.6574359268091,41.801940496492136],[-72.65721692675666,41.80227049656289],[-72.65709892672845,41.80244949660126],[-72.6570249267106,41.80255849662467],[-72.65694592669144,41.802673496649426],[-72.6564869265806,41.80334849679451],[-72.65633492654395,41.80357349684285],[-72.65599992646396,41.804082496951885],[-72.65545892633499,41.80490749712856],[-72.65498092621912,41.805603497278305],[-72.65463692613592,41.80610749738667],[-72.65340592573456,41.806106497426036],[-72.6497159245315,41.806103497544036],[-72.64848592413054,41.806103497583564],[-72.647916923942,41.80605049759161],[-72.64715292368892,41.80598049760263],[-72.64620992337652,41.80589349761613],[-72.64581992324739,41.8058584976219],[-72.6457309232179,41.80585049762322],[-72.6456409231881,41.80584249762456],[-72.6456709231612,41.80520349750024],[-72.64570192313467,41.80456449737586],[-72.64571892311896,41.80419449730387],[-72.64583692301686,41.801744496826984],[-72.64595692291311,41.79925449634229],[-72.64597292289933,41.79892349627787],[-72.64600492287202,41.798265496149774],[-72.64603592284438,41.7976074960217],[-72.64534692230885,41.79218549499665],[-72.6452359222223,41.79130749483064],[-72.64593592214086,41.78590749376506],[-72.64711892244716,41.7845244934599],[-72.64907892295462,41.782232492954165],[-72.6510399234623,41.77993949244818],[-72.65183692366865,41.77900749224253],[-72.65276892395394,41.778685492150366],[-72.65333492412728,41.778491492094716],[-72.65482492458347,41.77797849194774],[-72.65631492503968,41.77746549180077],[-72.65712592528797,41.77718649172082],[-72.65793692553629,41.77690749164085],[-72.65851892570075,41.77646749153715],[-72.6591009258652,41.776027491433425],[-72.6596229260126,41.77563149134015],[-72.66416092729466,41.772198490531004],[-72.66433692731606,41.771571490404206],[-72.6645749273449,41.77072149023229],[-72.66490892738581,41.76953648999258],[-72.66493492739423,41.76953548999154],[-72.66501692742094,41.76953548998892],[-72.66504392742975,41.76953548998805],[-72.66568492763903,41.76954248996881],[-72.66673592797991,41.76951448992964],[-72.6671919281315,41.76956648992503],[-72.66753692824626,41.76960748992186],[-72.66835192866644,41.772303490416654],[-72.6683449286674,41.77236049042787],[-72.66858292879887,41.77330049060187],[-72.66857892880182,41.7733744906163],[-72.66858692880957,41.77346449063342],[-72.66860492882756,41.773675490673625],[-72.66868292890486,41.77458049084598],[-72.66870892893067,41.774882490903494],[-72.6688079289748,41.77508949094031],[-72.6689619290435,41.775412490997766],[-72.66916892912589,41.77567249104135],[-72.66931292918314,41.775852491071504],[-72.66940892922032,41.77595549108831],[-72.66969992933305,41.77626749113924],[-72.66979692937062,41.776371491156226],[-72.66983592938523,41.77640449116134],[-72.66995392942941,41.776504491176865],[-72.6699939294444,41.77653849118215],[-72.67001692945288,41.7765554911847],[-72.67008892947938,41.77660849119262],[-72.67011292948824,41.77662649119532],[-72.67015692951037,41.7767624912202],[-72.67029192957777,41.777170491294676],[-72.67033692960028,41.7773074913197],[-72.67062292968455,41.77715149128037],[-72.67148392993852,41.77668749116306],[-72.67177093002316,41.776532491123874],[-72.67196293007925,41.77641949109587],[-72.67253893024774,41.77608449101265],[-72.67273193030427,41.77597349098499],[-72.67309893041198,41.7757664909332],[-72.67331093047426,41.77564749090338],[-72.67420893073876,41.77515749077983],[-72.67457993084814,41.77495649072908]]]},"properties":{"name":5007,"geoid":"09003500700"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.78122896393208,41.74609448171578],[-72.78078796380454,41.746373481783955],[-72.77946496342197,41.747212481988825],[-72.779239963357,41.7473564820239],[-72.77902496329486,41.74749348205733],[-72.77851496314737,41.74781648213622],[-72.77785396295627,41.74823648223873],[-72.77699896271052,41.74880448237612],[-72.77649696256633,41.74913948245706],[-72.77636996252987,41.74922448247759],[-72.77628296250492,41.7492834824918],[-72.77599596242152,41.74945848253489],[-72.77598296241776,41.74946648253686],[-72.77585696238167,41.74955248255754],[-72.77558296230302,41.74973648260195],[-72.77501696214073,41.75011948269424],[-72.77475996206648,41.75028348273422],[-72.7745499620058,41.7504174827669],[-72.77448296198651,41.750461482777574],[-72.77428296192893,41.75059248280934],[-72.77368396175669,41.7509894829054],[-72.77348496169954,41.75112248293753],[-72.77313796160315,41.75141148300459],[-72.77289896153557,41.751589483046686],[-72.77272696148697,41.75171848307718],[-72.77137096110151,41.75269448330954],[-72.77106996101494,41.752893483357724],[-72.77084596095062,41.75304348339394],[-72.77044196083395,41.75330248345703],[-72.77015496075055,41.753477483500106],[-72.7700639607242,41.753534483514066],[-72.769655960601,41.753702483559714],[-72.76921396046416,41.75382648359793],[-72.76889096036422,41.75391748362595],[-72.76873896031707,41.75395848363877],[-72.76828596017683,41.75408548367792],[-72.76813496013007,41.754127483690915],[-72.76538795928273,41.754950483938615],[-72.76406995887619,41.75534548405748],[-72.76365095874692,41.75547048409515],[-72.76239395835931,41.755849484208944],[-72.76197595823047,41.75597648424697],[-72.76179695814909,41.75557548417527],[-72.76172595811673,41.755414484146435],[-72.76163895807375,41.75516048410015],[-72.7615409580233,41.754838484041095],[-72.7614929579874,41.75448648397463],[-72.76147895797249,41.754306483940304],[-72.76147195796504,41.75421648392312],[-72.7614929579519,41.7538694838554],[-72.7615589579203,41.7529464836749],[-72.7615199578488,41.75192448347864],[-72.76144395779862,41.75148248339567],[-72.76118095765906,41.75054548322308],[-72.76109295760543,41.75011148314203],[-72.76099795755142,41.749710483067595],[-72.76019495711692,41.7467034825123],[-72.75981695691772,41.74538048226877],[-72.75930495665277,41.74367248195512],[-72.75929695664952,41.74366148195326],[-72.75924395661852,41.74342248190878],[-72.75908695652628,41.742707481775625],[-72.75907295651798,41.74264248176352],[-72.75900995648797,41.74247748173365],[-72.75881695636981,41.74151548155391],[-72.75864895626651,41.74067048139599],[-72.75854895615069,41.739222481119285],[-72.75848595609415,41.73859548100008],[-72.75840995602485,41.737820480852704],[-72.75838595600553,41.73762048081482],[-72.75833495596873,41.73726948074861],[-72.75831395595328,41.737119480720274],[-72.75821795587001,41.73621448054841],[-72.75818195583807,41.73586248048151],[-72.7581909558211,41.73551648041432],[-72.75822095577134,41.734480480213044],[-72.75822895575861,41.73421348016116],[-72.75819295574291,41.73414448014898],[-72.75819495572884,41.733888480099424],[-72.75820195568694,41.73311947995051],[-72.75820495567325,41.73286447990111],[-72.7582009556597,41.73265147986005],[-72.75819495563591,41.73227147978677],[-72.75820895562576,41.732015479736816],[-72.7582209556175,41.73180347969543],[-72.75820995558506,41.73130147959873],[-72.75820295556244,41.73094747953049],[-72.75826095553951,41.73021947938785],[-72.7582439555135,41.72986347931957],[-72.75821795550178,41.729806479309374],[-72.75808795544332,41.72952547925923],[-72.75796995539626,41.72937547923403],[-72.75795395539025,41.72936147923184],[-72.7579059553722,41.72931947922526],[-72.75789095536652,41.729305479223044],[-72.75800295538907,41.72906347917264],[-72.75802095538901,41.728960479152136],[-72.75803695538917,41.7288724791346],[-72.75802795537459,41.728669479095636],[-72.75784695528444,41.728126478996465],[-72.75779895526192,41.72800647897482],[-72.75772695523301,41.72791147895875],[-72.75768095521452,41.72785047894843],[-72.75763795519559,41.727764478933196],[-72.75758695517501,41.72769547892149],[-72.75752795515035,41.72760047890503],[-72.75818595535033,41.72735147883565],[-72.75831895539105,41.72730647882267],[-72.75890195556991,41.72711547876693],[-72.75960995579058,41.726943478710844],[-72.76025795599654,41.726855478672945],[-72.76079295616839,41.72681447864777],[-72.76097595622718,41.726800478639156],[-72.76120395630205,41.72681147863393],[-72.76163595644383,41.72683047862368],[-72.76234695667718,41.72686247860695],[-72.76235495669376,41.72710547865368],[-72.76235695669727,41.72715547866326],[-72.76238495675656,41.728028478831206],[-72.76249895699486,41.7315294795045],[-72.76253795707464,41.732696479728894],[-72.76253795708342,41.732849479758485],[-72.7625409571108,41.73330847984714],[-72.76254195711991,41.73346147987668],[-72.76256395712713,41.73346247987616],[-72.76263695715724,41.73357247989508],[-72.76265895717985,41.73384147994638],[-72.76271595720532,41.733961479967746],[-72.76275395722219,41.734039479981604],[-72.76273895721947,41.73407747998944],[-72.7626439571898,41.73409947999675],[-72.76250495714483,41.7341044800022],[-72.7624239571235,41.734192480021825],[-72.76240895712712,41.73434048005092],[-72.76241495713184,41.73438848006002],[-72.76245995717184,41.73482948014383],[-72.76250395718898,41.734878480151885],[-72.76259895722814,41.73502148017645],[-72.76258495722766,41.735092480190644],[-72.76246695719874,41.73525748022635],[-72.76246995720177,41.73529348023322],[-72.76250395723095,41.73560848029304],[-72.76245995722076,41.73568048030836],[-72.76230795717338,41.735717480320424],[-72.76229595719265,41.73612048039871],[-72.76227495723005,41.73689048054827],[-72.76237695728784,41.73731748062752],[-72.76247195734136,41.73771048070044],[-72.76265095739966,41.73771048069467],[-72.7631899575752,41.73771048067728],[-72.76336995763387,41.73771148067168],[-72.76393495781781,41.737710480653256],[-72.76396395782724,41.73771048065232],[-72.76449895800148,41.737710480635066],[-72.76542195830206,41.7377104806053],[-72.76574995840882,41.73770948059451],[-72.76634495860257,41.73770948057533],[-72.76658295867973,41.73770348056647],[-72.76729995891242,41.737689480540645],[-72.76753895899003,41.737685480532164],[-72.76807495916194,41.73763948050599],[-72.76877495938643,41.73757948047179],[-72.76877695938929,41.737617480479074],[-72.76893295955318,41.73958448085431],[-72.76920695962926,41.7393554808012],[-72.7707529600721,41.738301480547555],[-72.77126796021916,41.737942480461534],[-72.77224196049745,41.73726648029942],[-72.77241096054559,41.73714648027079],[-72.77281396066067,41.73686548020345],[-72.77282896066497,41.73685548020103],[-72.77319296076355,41.7365084801222],[-72.77326496078246,41.73642948010461],[-72.7734929608423,41.73617948004892],[-72.77361996087579,41.73604248001833],[-72.77414796101094,41.735402479877564],[-72.7743639610663,41.735142479820325],[-72.77442796108267,41.735064479803185],[-72.7745409611106,41.73491047976976],[-72.77506196123976,41.73420647961683],[-72.77523596128296,41.73397247956597],[-72.77529596129779,41.7338904795482],[-72.7754779613429,41.73364447949477],[-72.77553896135812,41.73356347947712],[-72.77565496138686,41.73340647944303],[-72.77576796141567,41.73326747941252],[-72.77629396155037,41.73263147927256],[-72.77648796160054,41.73240547922262],[-72.77673196166366,41.73212147915983],[-72.7774719618559,41.73127447897218],[-72.7776389619001,41.73109747893257],[-72.77822596206944,41.73071847884035],[-72.77906496231456,41.730230478718916],[-72.77937996258389,41.73312947926926],[-72.77946696264996,41.73378547939328],[-72.77972796284816,41.735753479765336],[-72.7798149629143,41.73641047988953],[-72.77987396295646,41.736809479964776],[-72.78009096311567,41.73834848025529],[-72.78091196371787,41.74416648135338],[-72.78110496385918,41.74552948161058],[-72.78116096390032,41.74592748168571],[-72.78122896393208,41.74609448171578]]]},"properties":{"name":4966,"geoid":"09003496600"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.71478294288424,41.75643648585691],[-72.71482994284682,41.75551848567797],[-72.71487794281033,41.75461048550092],[-72.7149739427358,41.7527674851416],[-72.71499694271901,41.7523444850591],[-72.71502494269983,41.7518514849629],[-72.71506494266097,41.75094748478686],[-72.71509494263135,41.750261484653294],[-72.71511894263342,41.750161484633196],[-72.71511294262982,41.75013248462779],[-72.71510194262278,41.75007248461653],[-72.7151409426177,41.74976248455536],[-72.7151459426188,41.74975348455346],[-72.71531394267359,41.74975448454825],[-72.71565394278562,41.74977648454155],[-72.71593894287851,41.74977748453258],[-72.7177689434763,41.74980648447927],[-72.7186949437788,41.749821484452355],[-72.72018894426685,41.74984548440889],[-72.72157494471851,41.74984848436485],[-72.72168794475597,41.749859484363334],[-72.72187694481785,41.74986548435841],[-72.72232494496494,41.74988548434785],[-72.72345694533323,41.74987748430984],[-72.72824294689613,41.749945484168855],[-72.72883694708673,41.74989548414006],[-72.72911694717581,41.7498584841239],[-72.72930294723484,41.74983148411267],[-72.72955394731281,41.74976548409183],[-72.72987694741268,41.74967248406345],[-72.7308289477085,41.74942348398467],[-72.73135494786948,41.74924348393292],[-72.73214394811315,41.74901148386265],[-72.7324869482208,41.74894048383788],[-72.73327094846927,41.74882048378944],[-72.733696948607,41.748802483772224],[-72.73377494863264,41.7488064837705],[-72.73400894870956,41.74881848376527],[-72.73408794873558,41.74882348376368],[-72.73412794874716,41.74879848375757],[-72.73422594877563,41.74873848374281],[-72.73424994878258,41.748723483739134],[-72.73429094879455,41.74869948373319],[-72.73429594879833,41.74873648374018],[-72.73430294880364,41.7487894837502],[-72.73431094880958,41.74884748376115],[-72.73431694881366,41.7488844837681],[-72.7344249488933,41.74965848391423],[-72.73447394892955,41.750011483980884],[-72.73447994893397,41.750054483989004],[-72.73448894894013,41.750110483999535],[-72.73479694908107,41.75081748412626],[-72.73502394919288,41.75147648424633],[-72.73509094923423,41.75181648430989],[-72.73518594927972,41.75206948435572],[-72.73515694927437,41.752140484370386],[-72.73549094945699,41.75342548460798],[-72.73578994962013,41.75456948481944],[-72.73569194958935,41.75458948482647],[-72.73540194949841,41.754650484847595],[-72.73530494946802,41.75467148485478],[-72.73336794885854,41.7550454849895],[-72.73281794868456,41.755135485024596],[-72.73169394833093,41.755353485102944],[-72.73157994829502,41.75537448511067],[-72.73124194818865,41.755439485134126],[-72.7311289481531,41.75546148514203],[-72.72971594770685,41.7557054852347],[-72.72935994759494,41.75577648525989],[-72.72917994753918,41.75582648527537],[-72.72881594742698,41.75593748530854],[-72.72806494719558,41.75616748537717],[-72.72794794716016,41.75621448539003],[-72.7277289470925,41.75627848540945],[-72.72770594708545,41.75628648541174],[-72.72737694698598,41.75642048544823],[-72.72732894697144,41.756439485453456],[-72.72718594692836,41.75650048546986],[-72.72713894691425,41.756521485475425],[-72.72696694686259,41.75659748549565],[-72.72645094670773,41.75682748555672],[-72.72627994665642,41.75690448557711],[-72.72610194660311,41.7569854855985],[-72.7255689464436,41.75723148566321],[-72.72539194639066,41.757313485684755],[-72.72525294634883,41.75737348570083],[-72.72483894622452,41.75755748574973],[-72.72470094618309,41.75761848576597],[-72.72450294612295,41.75769448578703],[-72.72391094594326,41.75792348585034],[-72.72377094590081,41.757978485865486],[-72.72371194588256,41.75799548587067],[-72.72344994579888,41.75802448588472],[-72.72344094579606,41.758026485885395],[-72.72310494568681,41.75803048589698],[-72.72266294553923,41.75796748589906],[-72.72240294545246,41.757931485900464],[-72.7221909453815,41.75789848590091],[-72.7215579451696,41.757799485902176],[-72.72134694509901,41.757767485902775],[-72.72123794506254,41.757750485903],[-72.72091394495412,41.75770048590378],[-72.72080594491803,41.75768448590415],[-72.72072994489262,41.75767348590447],[-72.72050494481759,41.757643485905945],[-72.7204299447926,41.75763348590642],[-72.72024794473136,41.757599485905715],[-72.71970294454796,41.75749748590355],[-72.71952194448704,41.7574634859028],[-72.71928494440712,41.75741648590134],[-72.71857294416725,41.75727848589761],[-72.71833694408778,41.75723348589651],[-72.71830594407719,41.757224485895776],[-72.7182149440461,41.757199485893864],[-72.71818494403587,41.757191485893294],[-72.71803794398608,41.75715848589164],[-72.71759794383712,41.75706048588687],[-72.71745194378772,41.757028485885385],[-72.71713694368141,41.75696448588315],[-72.71619394336336,41.756775485877],[-72.71587994325752,41.756713485875125],[-72.7151589430122,41.75653148586316],[-72.71478294288424,41.75643648585691]]]},"properties":{"name":4967,"geoid":"09003496700"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.71536994238238,41.74436248350408],[-72.71550194241608,41.74420048346849],[-72.71552894242309,41.74416948346165],[-72.71585694250211,41.74368448335731],[-72.71597494253062,41.74351148332007],[-72.71614494257268,41.74327948326974],[-72.71665394269866,41.742585483119186],[-72.71682494274111,41.742354483069015],[-72.71695794278489,41.74236248306628],[-72.71735994291733,41.74238848305837],[-72.71749394296148,41.74239748305579],[-72.71789894309495,41.74242448304797],[-72.71911594349608,41.74250648302466],[-72.71952194362993,41.742534483017],[-72.71972494369679,41.742547483012984],[-72.72033494389777,41.74258748300108],[-72.72053894396504,41.74260148299721],[-72.72149694427927,41.742639482973715],[-72.72206394446532,41.74266348296011],[-72.72437394522343,41.74276248290487],[-72.72533294553818,41.742804482882136],[-72.72551094559658,41.74281148287773],[-72.72604594577217,41.74283448286496],[-72.72622494583094,41.742842482860745],[-72.72632794586464,41.74284548285801],[-72.72663694596581,41.74285448284979],[-72.72674094599991,41.74285848284721],[-72.727422946224,41.742892482831834],[-72.72946894689628,41.742994482785654],[-72.73015094712036,41.74302848277027],[-72.73020194711884,41.74271248270753],[-72.7302759470931,41.741844482537346],[-72.73029594708929,41.741664482501896],[-72.730312947083,41.74145848246151],[-72.73032994707722,41.741261482422885],[-72.73026894703345,41.74084548234442],[-72.73023994701231,41.74064148230591],[-72.73018394698155,41.74042348226558],[-72.73012594694941,41.74019248222277],[-72.72998894688102,41.73977848214713],[-72.7299859468794,41.73976748214512],[-72.72992794684875,41.73956248210734],[-72.72990894683893,41.73949948209578],[-72.72985394681017,41.73931048206101],[-72.7298359468007,41.73924748204941],[-72.72979894678153,41.73912348202663],[-72.72968994672466,41.73875148195822],[-72.72965394670582,41.738627481935396],[-72.72962394668946,41.738512481914114],[-72.72961794668606,41.73848748190947],[-72.72962194666847,41.73815848184574],[-72.72964494666925,41.73804148182237],[-72.72967294667,41.73789548179325],[-72.72967594667024,41.73788248179063],[-72.72978794668346,41.73747748170872],[-72.72979194668406,41.73746548170627],[-72.72984894669476,41.737328481677956],[-72.72994294671413,41.737132481637026],[-72.73001194672851,41.73699148160753],[-72.73021994677049,41.736542481514014],[-72.73031194678914,41.736345481472966],[-72.73034294679522,41.73627548145842],[-72.73043894681443,41.73606548141472],[-72.73047094682089,41.735996481400356],[-72.73057194685505,41.73601848140135],[-72.730831946943,41.73607548140401],[-72.73087094695681,41.73609448140643],[-72.73096394698979,41.73614148141251],[-72.73101594700856,41.73617348141704],[-72.73122794710292,41.73661448149547],[-72.73171894729781,41.73722348159742],[-72.73174994731369,41.73732448161595],[-72.7317709473243,41.73739048162803],[-72.73187394738129,41.7377984817036],[-72.73219694755325,41.73896148191807],[-72.73246794766484,41.739367481987834],[-72.73263694772476,41.73945248199883],[-72.73305494786653,41.73955048200431],[-72.73322294792561,41.739626482013605],[-72.73361094806457,41.73984548204344],[-72.7339789482001,41.74011848208437],[-72.73425694830621,41.74038948212781],[-72.73427394831364,41.74042248213365],[-72.7343379483417,41.74054848215594],[-72.73437394836589,41.74076548219674],[-72.73439694839722,41.74118048227623],[-72.7343819483944,41.741216482283676],[-72.73403994831298,41.7417384823956],[-72.73394294828994,41.74188748242753],[-72.73391594828472,41.74194948244038],[-72.73384094827004,41.74211948247568],[-72.73383294828633,41.74244848253954],[-72.733943948372,41.74331048270261],[-72.73418594852141,41.7445394829324],[-72.73435694869731,41.74663248333149],[-72.73431194870436,41.74701048340602],[-72.73409294866251,41.74752348351224],[-72.73416194870866,41.74793548358966],[-72.73429094879455,41.74869948373319],[-72.73424994878258,41.748723483739134],[-72.73422594877563,41.74873848374281],[-72.73412794874716,41.74879848375757],[-72.73408794873558,41.74882348376368],[-72.73400894870956,41.74881848376527],[-72.73377494863264,41.7488064837705],[-72.733696948607,41.748802483772224],[-72.73327094846927,41.74882048378944],[-72.7324869482208,41.74894048383788],[-72.73214394811315,41.74901148386265],[-72.73135494786948,41.74924348393292],[-72.7308289477085,41.74942348398467],[-72.72987694741268,41.74967248406345],[-72.72955394731281,41.74976548409183],[-72.72930294723484,41.74983148411267],[-72.72911694717581,41.7498584841239],[-72.72883694708673,41.74989548414006],[-72.72824294689613,41.749945484168855],[-72.72345694533323,41.74987748430984],[-72.72232494496494,41.74988548434785],[-72.72187694481785,41.74986548435841],[-72.72168794475597,41.749859484363334],[-72.72157494471851,41.74984848436485],[-72.72018894426685,41.74984548440889],[-72.7186949437788,41.749821484452355],[-72.7177689434763,41.74980648447927],[-72.71593894287851,41.74977748453258],[-72.71565394278562,41.74977648454155],[-72.71531394267359,41.74975448454825],[-72.7151459426188,41.74975348455346],[-72.71517394261346,41.749501484503845],[-72.71517794261281,41.749467484497146],[-72.71516794259612,41.74923348445222],[-72.71516294259071,41.74916748443964],[-72.71515694258446,41.74909248442533],[-72.71519494255406,41.74834748428009],[-72.71520394255276,41.748273484265496],[-72.71521494255077,41.74817648424639],[-72.7152169425454,41.748071484226024],[-72.71522694253068,41.74775848416518],[-72.715230942526,41.74765448414497],[-72.71522294251469,41.74750248411583],[-72.7152179425071,41.747398484095896],[-72.71519894248082,41.747048484028845],[-72.71519194246986,41.746897483999874],[-72.71516794245275,41.746735483969346],[-72.71509794240207,41.746249483877634],[-72.71507494238534,41.74608848384725],[-72.71504694236106,41.74582448379711],[-72.71502094233767,41.74556448374768],[-72.71496294229411,41.74513448366642],[-72.71496294228831,41.745033483646885],[-72.71496294228389,41.744956483632],[-72.71502494229394,41.74477948359579],[-72.71509394231158,41.74469548357733],[-72.71529994236435,41.74444548352238],[-72.71536994238238,41.74436248350408]]]},"properties":{"name":4968,"geoid":"09003496800"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.71615194385842,41.76563248758994],[-72.71607894380912,41.7651884875065],[-72.71594394371775,41.76436348735143],[-72.7158609436617,41.76385848725652],[-72.7157889436128,41.76341548717325],[-72.71576794359567,41.76323648713933],[-72.71574494357634,41.763030487100266],[-72.71570594354462,41.76269948703754],[-72.71568594352787,41.762521487003795],[-72.7156579435079,41.76233248696818],[-72.71560694347107,41.76198048690179],[-72.71557494344842,41.76176748686168],[-72.71554794342882,41.7615794868262],[-72.71551194340466,41.76136348678562],[-72.7154049433326,41.760715486663834],[-72.71539594332623,41.76065548665254],[-72.71540294332367,41.760571486636074],[-72.71538494331374,41.76050048662294],[-72.71537294330598,41.76043348661038],[-72.71535294329239,41.760310486587244],[-72.71535294328802,41.76023448657256],[-72.71535294328419,41.76016748655962],[-72.71530994326454,41.76006948654207],[-72.71529694325336,41.75994848651909],[-72.71515994315824,41.75906948635362],[-72.7150479430807,41.758354486219055],[-72.71500494304033,41.757895486131744],[-72.7149689430065,41.75751048605848],[-72.71488894295736,41.75710848598337],[-72.71485594293702,41.75694148595215],[-72.71478294288424,41.75643648585691],[-72.7151589430122,41.75653148586316],[-72.71587994325752,41.756713485875125],[-72.71619394336336,41.756775485877],[-72.71713694368141,41.75696448588315],[-72.71745194378772,41.757028485885385],[-72.71759794383712,41.75706048588687],[-72.71803794398608,41.75715848589164],[-72.71818494403587,41.757191485893294],[-72.7182149440461,41.757199485893864],[-72.71830594407719,41.757224485895776],[-72.71833694408778,41.75723348589651],[-72.71857294416725,41.75727848589761],[-72.71928494440712,41.75741648590134],[-72.71952194448704,41.7574634859028],[-72.71970294454796,41.75749748590355],[-72.72024794473136,41.757599485905715],[-72.7204299447926,41.75763348590642],[-72.72050494481759,41.757643485905945],[-72.72072994489262,41.75767348590447],[-72.72080594491803,41.75768448590415],[-72.72091394495412,41.75770048590378],[-72.72123794506254,41.757750485903],[-72.72134694509901,41.757767485902775],[-72.7215579451696,41.757799485902176],[-72.7221909453815,41.75789848590091],[-72.72240294545246,41.757931485900464],[-72.72266294553923,41.75796748589906],[-72.72310494568681,41.75803048589698],[-72.72344094579606,41.758026485885395],[-72.72344994579888,41.75802448588472],[-72.72371194588256,41.75799548587067],[-72.72377094590081,41.757978485865486],[-72.72391094594326,41.75792348585034],[-72.72450294612295,41.75769448578703],[-72.72470094618309,41.75761848576597],[-72.72483894622452,41.75755748574973],[-72.72525294634883,41.75737348570083],[-72.72539194639066,41.757313485684755],[-72.7255689464436,41.75723148566321],[-72.72610194660311,41.7569854855985],[-72.72627994665642,41.75690448557711],[-72.72645094670773,41.75682748555672],[-72.72696694686259,41.75659748549565],[-72.72713894691425,41.756521485475425],[-72.72718594692836,41.75650048546986],[-72.72732894697144,41.756439485453456],[-72.72737694698598,41.75642048544823],[-72.72770594708545,41.75628648541174],[-72.7277289470925,41.75627848540945],[-72.72794794716016,41.75621448539003],[-72.72806494719558,41.75616748537717],[-72.72881594742698,41.75593748530854],[-72.72917994753918,41.75582648527537],[-72.72935994759494,41.75577648525989],[-72.72971594770685,41.7557054852347],[-72.7311289481531,41.75546148514203],[-72.73124194818865,41.755439485134126],[-72.73157994829502,41.75537448511067],[-72.73169394833093,41.755353485102944],[-72.73281794868456,41.755135485024596],[-72.73336794885854,41.7550454849895],[-72.73530494946802,41.75467148485478],[-72.73540194949841,41.754650484847595],[-72.73569194958935,41.75458948482647],[-72.73578994962013,41.75456948481944],[-72.73588494964987,41.75454848481233],[-72.73617094973957,41.754488484791516],[-72.73626694976976,41.75446948478474],[-72.73646494983207,41.75443148477102],[-72.73705995001946,41.7543194847302],[-72.73725895008215,41.75428248471663],[-72.73738295012133,41.75426148470858],[-72.737754950239,41.75420048468481],[-72.73787995027861,41.75418148467711],[-72.73798995031308,41.75415748466892],[-72.7380079503187,41.754153484667576],[-72.73839495044001,41.754070484639065],[-72.73852395048047,41.75404348462967],[-72.73859595050318,41.754030484624835],[-72.73881195057123,41.75399048461015],[-72.73888495059431,41.75397848460547],[-72.73908895065863,41.75394148459175],[-72.73970095085161,41.75383048455058],[-72.73990495091591,41.75379348453686],[-72.7401569509952,41.75374448451926],[-72.74091295123306,41.75359848446667],[-72.74116595131271,41.753550484449235],[-72.74164595146358,41.75345548441541],[-72.74308895191736,41.75317248431419],[-72.74356995206868,41.75307948428073],[-72.74361795209393,41.753246484311454],[-72.74376295216996,41.753747484403604],[-72.74381195219557,41.75391548443449],[-72.74385595221645,41.75402948445511],[-72.74391995224707,41.7541994844859],[-72.7441149523475,41.754841484603695],[-72.74414595237337,41.75511548465565],[-72.74409295237346,41.75541748471572],[-72.74383795233018,41.756109484857674],[-72.74385595233834,41.756149484864814],[-72.74377995231953,41.75625248488716],[-72.7433689522348,41.757107485065646],[-72.74319695219677,41.75742048513167],[-72.74313495218325,41.75753648515609],[-72.7429489521429,41.75788848523012],[-72.74288795212975,41.758005485254685],[-72.74276395210593,41.75829348531435],[-72.74239195203444,41.7591574854933],[-72.7422679520106,41.75944548555295],[-72.7421689520079,41.75995948565545],[-72.74211095200661,41.76026548571646],[-72.74191395197809,41.760885485842614],[-72.74185995199528,41.76149048596126],[-72.74181495201066,41.76201248606357],[-72.74144295189534,41.76211448609527],[-72.74063295164432,41.76233748616447],[-72.74032395154786,41.76241048618855],[-72.73994895143088,41.762500486218016],[-72.7396959513516,41.762555486236806],[-72.73954095130313,41.76259048624856],[-72.7389459511187,41.76275348629924],[-72.73869695104153,41.7628224863206],[-72.73859795101079,41.76284848632882],[-72.73830295091939,41.762930486354165],[-72.73820495088903,41.76295748636254],[-72.73794495080813,41.76302348638368],[-72.73775495074909,41.76307348639945],[-72.73718995057149,41.76318548643931],[-72.7371589505618,41.76319248644167],[-72.73689795048021,41.76325248646168],[-72.73665295040287,41.76329548647788],[-72.73592195017223,41.76342548652655],[-72.73567795009527,41.76346948654293],[-72.73556595005988,41.763488486550216],[-72.73523194995458,41.763549486572764],[-72.73512094991962,41.76357048658039],[-72.73491094985334,41.7636074865943],[-72.73428194965506,41.763722486636816],[-72.7340729495892,41.763761486651084],[-72.7339589495534,41.763784486659205],[-72.73361794944644,41.76385648668409],[-72.73350494941106,41.76388148669256],[-72.73331794935183,41.763910486704205],[-72.73275994917509,41.76399848673918],[-72.73257394911623,41.76402848675098],[-72.73251894909895,41.764039486754875],[-72.73235494904765,41.764076486767294],[-72.73230094903076,41.76408848677137],[-72.73198194893021,41.76414748679305],[-72.73102694862952,41.764328486858794],[-72.73070894852934,41.76438848688064],[-72.73065294851145,41.76439448688359],[-72.73048594845832,41.76441648689323],[-72.73043094844087,41.764424486896544],[-72.73013894834891,41.7644794869166],[-72.72926494807378,41.76464648697702],[-72.72913294803227,41.76467248698629],[-72.72897194798092,41.764691486995154],[-72.72870594789626,41.764726487010485],[-72.72852494783868,41.764750487020976],[-72.72790394763908,41.76479748705005],[-72.72763694755331,41.764818487062705],[-72.7273789474711,41.764850487077204],[-72.72693794733057,41.76490548710205],[-72.72660394722332,41.76493248711802],[-72.72634494714015,41.76495348713043],[-72.7254889468649,41.76501648717017],[-72.72507594673183,41.765042487188495],[-72.72442694652341,41.765094487219464],[-72.7242599464698,41.76510848722754],[-72.7230739460878,41.765184487280436],[-72.72274994598362,41.7652084872955],[-72.7226569459532,41.765206487298116],[-72.72255694592099,41.76521248730249],[-72.72245894588963,41.76522248730759],[-72.72146594556928,41.76527748735021],[-72.72120694548586,41.76529448736183],[-72.72043394523698,41.76534548739658],[-72.72017594515395,41.76536348740837],[-72.72015294514651,41.7653644874093],[-72.7200869451253,41.7653694874124],[-72.72006594511856,41.76537148741347],[-72.71966294498883,41.76539848743166],[-72.71845494459998,41.76548048748641],[-72.71805294447064,41.76550848750476],[-72.71767194434794,41.76553348752186],[-72.71740094426069,41.765551487534076],[-72.71653194398091,41.76560948757326],[-72.71626094389369,41.76562848758565],[-72.71615194385842,41.76563248758994]]]},"properties":{"name":4969,"geoid":"09003496900"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.73710795145291,41.77897148949154],[-72.7367489513352,41.778958489500596],[-72.73494195074284,41.778895489546706],[-72.73468995066023,41.77888648955309],[-72.73393595041318,41.77886248957277],[-72.73368495033094,41.77885448957931],[-72.73359595030178,41.77885148958159],[-72.73332895021443,41.778845489589045],[-72.73324095018565,41.778843489591516],[-72.73307295013026,41.77883248959479],[-72.73257194996526,41.77880148960496],[-72.73240494991029,41.7787914896084],[-72.7321499498272,41.77879148961663],[-72.73138694957862,41.77879148964122],[-72.73113294949586,41.77879148964942],[-72.73085894940594,41.77878048965612],[-72.73003794913656,41.778747489676235],[-72.72976494904704,41.77873748968308],[-72.729648949009,41.778733489686054],[-72.72930294889565,41.77872248969508],[-72.729187948858,41.778719489698204],[-72.72888794875975,41.77871048970614],[-72.72799094846599,41.77868448973003],[-72.7276919483681,41.77867648973811],[-72.72739194826967,41.77866448974547],[-72.7264929479748,41.778630489767885],[-72.72619394787674,41.77861948977539],[-72.72587094777099,41.77861048978407],[-72.72490294745405,41.77858348981004],[-72.72458094734868,41.77857548981887],[-72.72440394729003,41.778558489821286],[-72.72437794728138,41.77855548982156],[-72.72377194708015,41.77848948982833],[-72.72356994701312,41.778468489830786],[-72.7230379468361,41.77840448983558],[-72.72144494630602,41.77821248984981],[-72.72091494612965,41.77814848985453],[-72.72058194601857,41.77810348985656],[-72.71958594568629,41.77796848986258],[-72.71925394557557,41.777924489864766],[-72.71852994533405,41.777826489869156],[-72.71837794528336,41.77780648987021],[-72.71635794461031,41.77754748988525],[-72.71563494436946,41.77745548989077],[-72.7144989439897,41.777288489895106],[-72.71397194381082,41.777163489887926],[-72.71409994383154,41.77679848981329],[-72.7142649438634,41.77641748973438],[-72.71430694387156,41.77632148971449],[-72.71446094389611,41.77587548962337],[-72.71502094399285,41.7743844893173],[-72.71511094401063,41.774183489275565],[-72.71525194403853,41.773869489210355],[-72.71616294420528,41.771606488743835],[-72.71632894423799,41.77123448866661],[-72.7164189442557,41.77103248862469],[-72.71647094425967,41.77080648857935],[-72.71791994472306,41.77065548850351],[-72.71912694510846,41.770518488438164],[-72.71945094521217,41.77048648842155],[-72.72042394552372,41.77039148837184],[-72.72074894562782,41.770360488355394],[-72.72093594568747,41.77033848834514],[-72.72149994586755,41.77027448831458],[-72.72168794592761,41.77025348830447],[-72.72179194596086,41.77024248829898],[-72.72210394606064,41.77021048828276],[-72.7222089460943,41.770200488277446],[-72.72276094627095,41.770145488249035],[-72.7244199468021,41.76998248816409],[-72.72497294697921,41.769929488136036],[-72.72502094699452,41.76992348813332],[-72.72516394704019,41.769907488125625],[-72.72521294705585,41.76990248812308],[-72.72526494707245,41.76989648812025],[-72.72542394712316,41.76987748811147],[-72.72547694714014,41.76987248810879],[-72.72572294721965,41.76986148809874],[-72.72646294745896,41.769830488068905],[-72.72670994753891,41.76982148805919],[-72.72682394757605,41.76982148805553],[-72.72716694768785,41.769822488044674],[-72.72728194772537,41.76982348804116],[-72.72886494823697,41.769751487976244],[-72.73017994866123,41.76967948791995],[-72.73044694874783,41.76967248790999],[-72.73125094900861,41.769652487880215],[-72.73151894909556,41.76964648787043],[-72.73182294919404,41.76963648785868],[-72.73273794949051,41.769608487823795],[-72.73304394958969,41.769599487812194],[-72.73312994961731,41.76959248780806],[-72.73338994970092,41.769573487796016],[-72.73347694972891,41.76956748779205],[-72.7336519497857,41.76956348778564],[-72.73417994995708,41.76955248776649],[-72.73435595001423,41.76954948776022],[-72.73444195004197,41.7695444877565],[-72.73470195012588,41.76953048774541],[-72.73478895015397,41.76952648774183],[-72.73495995020953,41.76952348773575],[-72.7354739503764,41.76951348771724],[-72.73564595043231,41.76951148771133],[-72.73575595046763,41.769502487706035],[-72.73608495057331,41.7694764876904],[-72.73619595060903,41.769468487685266],[-72.73640895067801,41.769461487677056],[-72.73704795088508,41.76944248765279],[-72.73726195095453,41.76943748764492],[-72.73732495097494,41.76943548764251],[-72.73751495103647,41.769429487635215],[-72.73757895105727,41.769428487632965],[-72.7377429511104,41.76942348762671],[-72.7382379512708,41.76940848760787],[-72.73840295132433,41.76940448760177],[-72.73863595139954,41.76939248759192],[-72.73933595162552,41.76935648756241],[-72.73956995170113,41.76934548755274],[-72.73980795177809,41.76933548754313],[-72.74052395200972,41.76930748751464],[-72.74076295208712,41.76929948750538],[-72.7408399521121,41.76929748750253],[-72.7410739521881,41.76929348749419],[-72.7411519522135,41.769293487491666],[-72.74129795226096,41.7692914874866],[-72.7417379524039,41.76928448747104],[-72.74188495245171,41.76928348746611],[-72.74211795252704,41.769273487456665],[-72.74281695275297,41.76924248742813],[-72.7430509528287,41.76923348741886],[-72.74310795286021,41.76945848746049],[-72.74316795289339,41.769695487504336],[-72.74332395296862,41.770119487581226],[-72.7434049530076,41.770338487620926],[-72.74357195308198,41.77068548768256],[-72.74361095309926,41.77076548769674],[-72.74403195327446,41.77142648781088],[-72.74418095333688,41.771667487852625],[-72.74422495335524,41.771737487864726],[-72.7443749534193,41.77200148791088],[-72.74477395359274,41.77275648804387],[-72.7448229536159,41.772881488066425],[-72.74496495368443,41.773268488136594],[-72.7450539537273,41.773509488180274],[-72.74518095382616,41.77450848836916],[-72.74523695387262,41.774998488461996],[-72.74524195387684,41.77504348847052],[-72.74525995389047,41.77517848849602],[-72.74526595389509,41.775224488504705],[-72.74528895391448,41.775431488543944],[-72.74535795397288,41.77605548866225],[-72.74538195399266,41.776263488701666],[-72.74538695399656,41.77630248870902],[-72.74540395400886,41.776420488731276],[-72.74540995401313,41.7764604887388],[-72.74545495403885,41.77665248877444],[-72.74559095411631,41.77722848888131],[-72.74563695414236,41.777420488916896],[-72.74568495416784,41.77759148894839],[-72.74583095424495,41.77810448904277],[-72.74587995427082,41.77827648907439],[-72.74588895427576,41.77831148908088],[-72.7459179542913,41.7784174891004],[-72.74592795429663,41.77845348910704],[-72.74604895436208,41.77890548919043],[-72.7461449544138,41.7792604892559],[-72.7448879540011,41.779205489285815],[-72.74446695386315,41.77919148929669],[-72.74320395344924,41.779149489329335],[-72.74278395331162,41.77913548934017],[-72.74226895314295,41.77912048935387],[-72.74072395263718,41.77907848939561],[-72.74020995246889,41.779064489409464],[-72.73710795145291,41.77897148949154]]]},"properties":{"name":4970,"geoid":"09003497000"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.67457993084814,41.77495649072908],[-72.67496693096163,41.77473649067413],[-72.67504893098588,41.774693490663196],[-72.67536093107832,41.77453249062204],[-72.67588393123584,41.774307490561775],[-72.67644993140702,41.77407649049896],[-72.6765249314297,41.77404549049055],[-72.67702293158032,41.77384249043531],[-72.6769759315831,41.77415749049768],[-72.67683593159181,41.77510449068515],[-72.67678993159493,41.77542049074768],[-72.67675793159552,41.77561249078581],[-72.67666493159832,41.77618949090029],[-72.67663493159962,41.77638249093854],[-72.67659593159958,41.776603490982495],[-72.67658693160006,41.776662490994184],[-72.67652393161016,41.77719649109936],[-72.67651793161268,41.77727449111463],[-72.67650393162103,41.77749949115856],[-72.67648693162603,41.77768349119465],[-72.67643693164142,41.7782354913029],[-72.67642093164683,41.77842049133915],[-72.6763629316626,41.77902449145769],[-72.67619193171102,41.780839491813836],[-72.6761359317275,41.781444491932504],[-72.67605293172318,41.781840492011675],[-72.67603493172099,41.78190449202461],[-72.67597393171397,41.78212849206986],[-72.67588793170592,41.78247649213984],[-72.67575993168238,41.782793492205194],[-72.6755459316375,41.78322649229572],[-72.67533893159437,41.78365049238428],[-72.67527793158173,41.783776492410574],[-72.67509493154384,41.78415549248966],[-72.67503493153158,41.78428249251613],[-72.67496893151753,41.78441249254335],[-72.67477393147631,41.78480149262477],[-72.67470893146265,41.78493249265216],[-72.67464993145013,41.78504949267666],[-72.67447393141286,41.785399492749924],[-72.67441593140074,41.78551749277458],[-72.674356931388,41.78563049279832],[-72.67418193135057,41.785972492869995],[-72.67412493133855,41.78608649289385],[-72.67407193132715,41.78618849291526],[-72.67391393129333,41.78649649297983],[-72.67386193128229,41.7865994930014],[-72.67353193117641,41.786628493017616],[-72.67254193085876,41.78671549306624],[-72.67221193075285,41.78674449308246],[-72.671771930612,41.786788493105114],[-72.67045193018949,41.786922493173414],[-72.67001293004907,41.78696849319642],[-72.66983892999322,41.786983493204914],[-72.66931592982539,41.78702949323062],[-72.66914292976992,41.78704549323926],[-72.66906692974533,41.787048493242295],[-72.66884192967258,41.78705849325145],[-72.66876692964834,41.787062493254645],[-72.66913092972555,41.786340493103474],[-72.66915592973089,41.78629149309321],[-72.67006492990151,41.784102492641146],[-72.67037592996006,41.78335649248705],[-72.67072393001942,41.782414492293874],[-72.67177093019855,41.779589491714475],[-72.67211993025828,41.778648491521466],[-72.67215193026327,41.7785534915021],[-72.67224893027857,41.778269491444114],[-72.67228193028394,41.778175491424875],[-72.6724039303081,41.77790349136842],[-72.67277393038192,41.77708849119905],[-72.67289793040678,41.776817491142715],[-72.67317993047463,41.776398491052696],[-72.67340193052823,41.77607149098238],[-72.67369693060661,41.7757624909132],[-72.67406993070593,41.77537449082626],[-72.67418893073909,41.77527649080347],[-72.67457993084814,41.77495649072908]]]},"properties":{"name":5009,"geoid":"09003500900"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.68076093426154,41.79932249523656],[-72.68026893409653,41.79924149523676],[-72.67879393360198,41.79900149523786],[-72.67830293343735,41.79892149523821],[-72.67779393326691,41.798842495239334],[-72.67631693277235,41.79861349524263],[-72.67626993275645,41.79860349524222],[-72.67576593258656,41.798505495239496],[-72.67583393259419,41.79825249518846],[-72.67604093261816,41.797495495035626],[-72.67610993262618,41.79724349498474],[-72.6762809326517,41.796717494877655],[-72.67630293265519,41.79665349486461],[-72.67653693268568,41.79585649470317],[-72.6767439327111,41.795124494555175],[-72.67689593273015,41.79459349444774],[-72.67696393273886,41.79435949440037],[-72.67716893276547,41.793659494258584],[-72.67723793277457,41.793426494211346],[-72.67728793278047,41.793245494174805],[-72.67743993279906,41.79270649406584],[-72.67749093280534,41.792526494029424],[-72.67752393280938,41.79240949400577],[-72.67762493282231,41.7920614939353],[-72.67765893282673,41.791945493911804],[-72.67767693282835,41.79187149389695],[-72.67773193283358,41.791650493852494],[-72.6777509328356,41.79157749383779],[-72.67781093284302,41.791366493795095],[-72.67799193286578,41.79073549366742],[-72.67805293287358,41.790525493624905],[-72.67814993288827,41.790230493564806],[-72.67828393290891,41.789829493483055],[-72.67840893292144,41.7893384933842],[-72.67848593292933,41.789038493323766],[-72.67854793293724,41.78882449328046],[-72.6787369329622,41.78818649315115],[-72.6787999329705,41.787973493107984],[-72.67895093298911,41.787440493000176],[-72.67940393304514,41.78584549267754],[-72.67955593306414,41.78531349256989],[-72.67924293295808,41.78524249256625],[-72.67830593264047,41.785029492555246],[-72.67799393253478,41.78495949255175],[-72.67740193233404,41.78482349254451],[-72.67562593173194,41.784417492523204],[-72.67503493153158,41.78428249251613],[-72.67509493154384,41.78415549248966],[-72.67527793158173,41.783776492410574],[-72.67533893159437,41.78365049238428],[-72.6755459316375,41.78322649229572],[-72.67575993168238,41.782793492205194],[-72.67588793170592,41.78247649213984],[-72.67597393171397,41.78212849206986],[-72.67603493172099,41.78190449202461],[-72.67605293172318,41.781840492011675],[-72.6761359317275,41.781444491932504],[-72.67634093179367,41.781433491923785],[-72.67668793190774,41.78145049191592],[-72.6767589319316,41.78146349191614],[-72.67686793196829,41.78148349191651],[-72.67859293255157,41.78185149193212],[-72.67874293260235,41.78188449193367],[-72.6791989327579,41.782005491942385],[-72.67942793283561,41.78205949194545],[-72.67978093295552,41.782144491950525],[-72.68011793306933,41.78221349195301],[-72.68034893314736,41.782261491954856],[-72.68054693321417,41.78230149195622],[-72.68057693322432,41.7823074919564],[-72.68065493325057,41.78232249195679],[-72.68157493356068,41.782501491961774],[-72.68186693365917,41.78255949196359],[-72.6818819336642,41.7825624919637],[-72.6822769337979,41.7826484919676],[-72.68346293419924,41.782907491979486],[-72.68369293427712,41.78295849198193],[-72.68386193433341,41.78297949198055],[-72.68364393429741,41.7835894921054],[-72.68354893428177,41.783856492160034],[-72.6832379342391,41.78487849236745],[-72.68305393421142,41.78544049248191],[-72.68297593419967,41.78567849253039],[-72.68297593419985,41.78568149253096],[-72.6828379341761,41.78605149260687],[-72.68275793416038,41.78623149264421],[-72.68274893415871,41.786253492648754],[-72.68274693415823,41.78625649264939],[-72.68257093412872,41.78674149274873],[-72.68253393412544,41.78689449277948],[-72.68250393412289,41.78702049280478],[-72.68245893411306,41.78710449282246],[-72.68234993409622,41.78742949288873],[-72.68233793409446,41.787467492896454],[-72.68202393404596,41.788404493087526],[-72.68191593402945,41.78872949315376],[-72.6817459340028,41.78923049325601],[-72.68123593392309,41.79073649356326],[-72.68106693389684,41.79123849366566],[-72.68111493391318,41.79125049366642],[-72.68125993396262,41.791288493669086],[-72.68130893397934,41.791301493670026],[-72.68142493403936,41.791688493741034],[-72.68145093405266,41.79177249375641],[-72.68140093406721,41.79230949386174],[-72.68141193408246,41.7925124939006],[-72.6814779341173,41.79274449394327],[-72.68154893414756,41.79286849396493],[-72.68158793416413,41.792935493976614],[-72.68167593419975,41.79305649399715],[-72.6818229342535,41.793158494012125],[-72.68179393426142,41.79346049407137],[-72.68170893428578,41.794366494249054],[-72.68168093429404,41.794669494308486],[-72.68165093430426,41.795017494376644],[-72.68162693431287,41.79530349443266],[-72.6815829343153,41.795595494490456],[-72.68147793430724,41.796050494581685],[-72.6814009343017,41.79639149465003],[-72.68131093429439,41.79677449472686],[-72.68104393427345,41.79792449495751],[-72.68095493426651,41.798308495034526],[-72.68091493426508,41.79851049507482],[-72.68079893426226,41.79911949519614],[-72.68076093426154,41.79932249523656]]]},"properties":{"name":5012,"geoid":"09003501200"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.67503493153158,41.78428249251613],[-72.67562593173194,41.784417492523204],[-72.67740193233404,41.78482349254451],[-72.67799393253478,41.78495949255175],[-72.67830593264047,41.785029492555246],[-72.67924293295808,41.78524249256625],[-72.67955593306414,41.78531349256989],[-72.67940393304514,41.78584549267754],[-72.67895093298911,41.787440493000176],[-72.6787999329705,41.787973493107984],[-72.6787369329622,41.78818649315115],[-72.67854793293724,41.78882449328046],[-72.67848593292933,41.789038493323766],[-72.67840893292144,41.7893384933842],[-72.67828393290891,41.789829493483055],[-72.67814993288827,41.790230493564806],[-72.67805293287358,41.790525493624905],[-72.67776293277511,41.79045649362091],[-72.67689293247986,41.790252493609486],[-72.67660393238177,41.79018449360564],[-72.67657993237344,41.79017549360467],[-72.67651093234946,41.790149493601874],[-72.6764879323415,41.79014149360107],[-72.67622293225168,41.79008149359802],[-72.67542793198243,41.78990449358939],[-72.675163931893,41.78984549358648],[-72.67492393181143,41.78978749358299],[-72.67420393156695,41.789616493573114],[-72.67396393148547,41.789559493569826],[-72.67355293134584,41.78946049356392],[-72.67232093092737,41.789165493546555],[-72.67191093078812,41.78906749354081],[-72.67299693107915,41.787971493294215],[-72.67332493116452,41.78759649321124],[-72.6735009312057,41.78731449315111],[-72.67373393125744,41.7868934930623],[-72.67386193128229,41.7865994930014],[-72.67391393129333,41.78649649297983],[-72.67407193132715,41.78618849291526],[-72.67412493133855,41.78608649289385],[-72.67418193135057,41.785972492869995],[-72.674356931388,41.78563049279832],[-72.67441593140074,41.78551749277458],[-72.67447393141286,41.785399492749924],[-72.67464993145013,41.78504949267666],[-72.67470893146265,41.78493249265216],[-72.67477393147631,41.78480149262477],[-72.67496893151753,41.78441249254335],[-72.67503493153158,41.78428249251613]]]},"properties":{"name":5013,"geoid":"09003501300"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.69516493810562,41.784525491915495],[-72.69362593759841,41.78442649194589],[-72.69335593750807,41.78438549194667],[-72.69228193714986,41.78424249195361],[-72.69209293708604,41.78420349195217],[-72.69152593689454,41.78408649194781],[-72.69133693683071,41.784047491946346],[-72.69120793678631,41.78400649194259],[-72.69116793677253,41.78399349194137],[-72.69095393669957,41.78393749193744],[-72.6908159366533,41.78391449193743],[-72.69068393660906,41.78389349193762],[-72.69020893645204,41.783854491945384],[-72.68981193632088,41.78382349195216],[-72.68921193612294,41.78378149196335],[-72.68878193598154,41.78375949197294],[-72.68830693582538,41.783735491983585],[-72.68794193570729,41.78375049199821],[-72.6869499353865,41.78379349203845],[-72.6868479353533,41.78379449204191],[-72.68648393523502,41.783800492054795],[-72.68624193515456,41.78377249205717],[-72.68617493513156,41.78375249205546],[-72.68605593509078,41.78371749205252],[-72.6858319350136,41.78364449204563],[-72.68558193492781,41.78356949203918],[-72.68528093482381,41.78346649202898],[-72.68498493472154,41.78336549201898],[-72.6850519347312,41.783153491975895],[-72.68519293475765,41.78281349190567],[-72.68524893476831,41.78268149187838],[-72.68544393480687,41.78224649178809],[-72.68555393482544,41.781945491726404],[-72.68561493481754,41.781461491630935],[-72.68563193480337,41.78111849156413],[-72.68564593479226,41.78084549151094],[-72.68565093477568,41.78052849144955],[-72.68570793479493,41.780540491450026],[-72.68588193485382,41.780578491451784],[-72.68593993487349,41.78059149145243],[-72.68605593488354,41.780108491355385],[-72.6862179348978,41.779437491220556],[-72.68641393491735,41.77866549106512],[-72.6864269349189,41.77861849105562],[-72.68649293493358,41.778499491030495],[-72.68665993497294,41.778237490974504],[-72.68685693503996,41.77828649097765],[-72.68689693505372,41.77829949097887],[-72.68715393514253,41.77838749098761],[-72.6875949352945,41.77853149100123],[-72.68782893537518,41.77860849100858],[-72.68801593544072,41.77868849101802],[-72.68825793552556,41.77879249103033],[-72.68855493563174,41.77895649105247],[-72.68856193563425,41.778960491053],[-72.68874293569868,41.77905549106554],[-72.68877193570924,41.77907449106827],[-72.68885993574125,41.779132491076645],[-72.68888993575217,41.779152491079536],[-72.68909193582452,41.779266491095065],[-72.68970093604264,41.77960849114154],[-72.68990393611534,41.77972249115702],[-72.69010693618803,41.779836491172524],[-72.69011693619159,41.77984149117315],[-72.69048193632021,41.780010491194055],[-72.6907849364267,41.78014549121039],[-72.69100893650551,41.780246491222684],[-72.69118793656757,41.78031149122949],[-72.69172493675393,41.78050949125046],[-72.69190493681643,41.78057649125763],[-72.69196593683756,41.78059849125991],[-72.69214893690118,41.78066749126735],[-72.69220993692237,41.78069049126982],[-72.69228893694978,41.78071949127288],[-72.69252893703309,41.78080849128236],[-72.69260893706087,41.78083849128557],[-72.69284193714124,41.780915491292944],[-72.69313093724219,41.781033491306445],[-72.69332693731096,41.78111849131655],[-72.69423993762737,41.78144749135073],[-72.6943279376581,41.78148349135486],[-72.6961739382997,41.78218049143007],[-72.69547993816516,41.783775491760494],[-72.69516493810562,41.784525491915495]]]},"properties":{"name":5014,"geoid":"09003501400"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.68386193433341,41.78297949198055],[-72.68408593441085,41.78305649198823],[-72.68475993464375,41.783287492011176],[-72.68498493472154,41.78336549201898],[-72.68528093482381,41.78346649202898],[-72.68558193492781,41.78356949203918],[-72.6858319350136,41.78364449204563],[-72.68605593509078,41.78371749205252],[-72.68617493513156,41.78375249205546],[-72.68624193515456,41.78377249205717],[-72.68648393523502,41.783800492054795],[-72.6868479353533,41.78379449204191],[-72.6869499353865,41.78379349203845],[-72.68794193570729,41.78375049199821],[-72.68830693582538,41.783735491983585],[-72.68878193598154,41.78375949197294],[-72.68921193612294,41.78378149196335],[-72.68981193632088,41.78382349195216],[-72.69020893645204,41.783854491945384],[-72.69068393660906,41.78389349193762],[-72.6908159366533,41.78391449193743],[-72.69095393669957,41.78393749193744],[-72.69116793677253,41.78399349194137],[-72.69120793678631,41.78400649194259],[-72.69133693683071,41.784047491946346],[-72.69152593689454,41.78408649194781],[-72.69209293708604,41.78420349195217],[-72.69228193714986,41.78424249195361],[-72.69335593750807,41.78438549194667],[-72.69362593759841,41.78442649194589],[-72.69516493810562,41.784525491915495],[-72.69536293817038,41.784529491909886],[-72.69595693836463,41.78454149189308],[-72.69615493842943,41.78454649188768],[-72.69611193844042,41.784981491973085],[-72.69610793844073,41.78500949197862],[-72.69601593845016,41.78569549211407],[-72.69591593845763,41.786392492251906],[-72.69586793846152,41.78673249231913],[-72.695850938463,41.78685449234324],[-72.69570893847568,41.78788049254596],[-72.6952849385144,41.790958493154044],[-72.69522393852034,41.791407493242716],[-72.69498293847231,41.79193849335302],[-72.6949019384554,41.792103493387486],[-72.69465893840483,41.79260149349147],[-72.69457893838829,41.79276749352612],[-72.69448893837024,41.79296349356686],[-72.69422093831676,41.79355249368922],[-72.69413193829908,41.793749493730125],[-72.69403593827882,41.79394149377029],[-72.69402793827742,41.79396249377461],[-72.69384593824851,41.79449149388262],[-72.69381093824579,41.79464249391292],[-72.69375793824184,41.794874493959405],[-72.69375393825383,41.79510549400415],[-72.69374393829058,41.79580149413884],[-72.693740938303,41.79603449418394],[-72.69297693805424,41.79603849420931],[-72.69068493730799,41.79605149428561],[-72.68992193705961,41.79605649431112],[-72.68994593709692,41.7965694944094],[-72.68995793711485,41.79681349445613],[-72.69003893717604,41.797418494570366],[-72.69005093721944,41.79810549470262],[-72.69006093725231,41.798620494801725],[-72.6900559372609,41.79879849483625],[-72.69004193728715,41.7993344949402],[-72.69003793729614,41.79951349497488],[-72.69004493731379,41.79978049502621],[-72.69006893736781,41.80058449518067],[-72.69007693738583,41.800852495232164],[-72.68977893728565,41.80079949523152],[-72.68939393715632,41.80073249523097],[-72.68888593698559,41.800642495229944],[-72.68858893688578,41.80059049522947],[-72.68807893671479,41.800507495229866],[-72.68654893620183,41.80025849523103],[-72.68603993603121,41.80017649523157],[-72.6857279359266,41.800125495231775],[-72.684984935677,41.79999649523078],[-72.68435793546644,41.79988849523009],[-72.68181693461526,41.79948849523463],[-72.68137293446658,41.7994194952356],[-72.68076093426154,41.79932249523656],[-72.68079893426226,41.79911949519614],[-72.68091493426508,41.79851049507482],[-72.68095493426651,41.798308495034526],[-72.68104393427345,41.79792449495751],[-72.68131093429439,41.79677449472686],[-72.6814009343017,41.79639149465003],[-72.68147793430724,41.796050494581685],[-72.6815829343153,41.795595494490456],[-72.68162693431287,41.79530349443266],[-72.68165093430426,41.795017494376644],[-72.68168093429404,41.794669494308486],[-72.68170893428578,41.794366494249054],[-72.68179393426142,41.79346049407137],[-72.6818229342535,41.793158494012125],[-72.68167593419975,41.79305649399715],[-72.68158793416413,41.792935493976614],[-72.68154893414756,41.79286849396493],[-72.6814779341173,41.79274449394327],[-72.68141193408246,41.7925124939006],[-72.68140093406721,41.79230949386174],[-72.68145093405266,41.79177249375641],[-72.68142493403936,41.791688493741034],[-72.68130893397934,41.791301493670026],[-72.68125993396262,41.791288493669086],[-72.68111493391318,41.79125049366642],[-72.68106693389684,41.79123849366566],[-72.68123593392309,41.79073649356326],[-72.6817459340028,41.78923049325601],[-72.68191593402945,41.78872949315376],[-72.68202393404596,41.788404493087526],[-72.68233793409446,41.787467492896454],[-72.68234993409622,41.78742949288873],[-72.68245893411306,41.78710449282246],[-72.68250393412289,41.78702049280478],[-72.68253393412544,41.78689449277948],[-72.68257093412872,41.78674149274873],[-72.68274693415823,41.78625649264939],[-72.68274893415871,41.786253492648754],[-72.68275793416038,41.78623149264421],[-72.6828379341761,41.78605149260687],[-72.68297593419985,41.78568149253096],[-72.68297593419967,41.78567849253039],[-72.68305393421142,41.78544049248191],[-72.6832379342391,41.78487849236745],[-72.68354893428177,41.783856492160034],[-72.68364393429741,41.7835894921054],[-72.68386193433341,41.78297949198055]]]},"properties":{"name":5015,"geoid":"09003501500"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.68766893516344,41.77582849047665],[-72.68748093513014,41.776315490576785],[-72.68729393509729,41.77680449067728],[-72.68687793501671,41.777762490875745],[-72.6867609349941,41.77803249093166],[-72.68669393497949,41.77815849095815],[-72.68665993497294,41.778237490974504],[-72.68644693489958,41.778168490968035],[-72.6858099346801,41.77796149094853],[-72.68559793460713,41.77789349094222],[-72.68540493454073,41.77783249093665],[-72.68482893434253,41.77764949091982],[-72.68463693427651,41.77758949091441],[-72.68445493421387,41.77753149090905],[-72.68390893402609,41.777359490893375],[-72.68372793396381,41.77730249088818],[-72.68358093391339,41.77725849088442],[-72.68313993376212,41.777126490873115],[-72.68299393371201,41.77708249086929],[-72.68285493366407,41.77703649086488],[-72.68243793352043,41.77690149085221],[-72.6822999334729,41.776856490847955],[-72.68224193345277,41.77683549084576],[-72.68206793339259,41.77677449083958],[-72.68200993337254,41.776754490837575],[-72.68182093330807,41.77670449083399],[-72.68151593320404,41.77662349082816],[-72.6812629331162,41.77652949081811],[-72.68108093305304,41.776462490811035],[-72.68097593301722,41.776434490809],[-72.6808869329869,41.77641149080741],[-72.68071293292549,41.77632949079718],[-72.68068193291406,41.77630649079372],[-72.68059493288212,41.77624349078435],[-72.6805659328711,41.77621649078006],[-72.68053293285857,41.77618549077514],[-72.6803479327883,41.77601149074747],[-72.68028693276509,41.775953490738225],[-72.68020693273984,41.77596749074351],[-72.68017293272915,41.775974490745945],[-72.68006693269473,41.77597649074974],[-72.67997193266308,41.775964490750475],[-72.67996593266093,41.775961490750085],[-72.6798909326349,41.77593349074709],[-72.67926993242662,41.77583049074717],[-72.67740993180283,41.77552249074746],[-72.67678993159493,41.77542049074768],[-72.67683593159181,41.77510449068515],[-72.6769759315831,41.77415749049768],[-72.67702293158032,41.77384249043531],[-72.67712593161257,41.77381949042755],[-72.67743593170977,41.77375249040464],[-72.67753993174237,41.77373049039706],[-72.67818193193787,41.77349149033022],[-72.67844193201708,41.77339549030333],[-72.6792369322583,41.77308449021767],[-72.68004693249918,41.77268249011394],[-72.6800659325048,41.77267249011141],[-72.68068493268959,41.7723774900345],[-72.68076393271745,41.77241449003912],[-72.68093493277782,41.772495490049266],[-72.68100393280213,41.77252749005323],[-72.68108393283039,41.77256549005801],[-72.68132493291553,41.772680490072474],[-72.68204993317156,41.77302549011582],[-72.68229193325708,41.77314149013046],[-72.68389393382094,41.77387049021979],[-72.68568493445161,41.774690490320616],[-72.68640593470555,41.775021490361375],[-72.68654693475523,41.77508649036939],[-72.68668793480727,41.775192490385336],[-72.68698393491687,41.775421490420065],[-72.68707593495097,41.77549349043102],[-72.68730993503652,41.77565549045479],[-72.68749093510188,41.77576649047041],[-72.68766893516344,41.77582849047665]]]},"properties":{"name":5017,"geoid":"09003501700"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.68665993497294,41.778237490974504],[-72.68649293493358,41.778499491030495],[-72.6864269349189,41.77861849105562],[-72.68641393491735,41.77866549106512],[-72.6862179348978,41.779437491220556],[-72.68605593488354,41.780108491355385],[-72.68593993487349,41.78059149145243],[-72.68588193485382,41.780578491451784],[-72.68570793479493,41.780540491450026],[-72.68565093477568,41.78052849144955],[-72.68564593479226,41.78084549151094],[-72.68563193480337,41.78111849156413],[-72.68561493481754,41.781461491630935],[-72.68555393482544,41.781945491726404],[-72.68544393480687,41.78224649178809],[-72.68524893476831,41.78268149187838],[-72.68519293475765,41.78281349190567],[-72.6850519347312,41.783153491975895],[-72.68498493472154,41.78336549201898],[-72.68475993464375,41.783287492011176],[-72.68408593441085,41.78305649198823],[-72.68386193433341,41.78297949198055],[-72.68369293427712,41.78295849198193],[-72.68346293419924,41.782907491979486],[-72.6822769337979,41.7826484919676],[-72.6818819336642,41.7825624919637],[-72.68186693365917,41.78255949196359],[-72.68157493356068,41.782501491961774],[-72.68065493325057,41.78232249195679],[-72.68057693322432,41.7823074919564],[-72.68054693321417,41.78230149195622],[-72.68034893314736,41.782261491954856],[-72.68011793306933,41.78221349195301],[-72.67978093295552,41.782144491950525],[-72.67942793283561,41.78205949194545],[-72.6791989327579,41.782005491942385],[-72.67874293260235,41.78188449193367],[-72.67859293255157,41.78185149193212],[-72.67686793196829,41.78148349191651],[-72.6767589319316,41.78146349191614],[-72.67668793190774,41.78145049191592],[-72.67634093179367,41.781433491923785],[-72.6761359317275,41.781444491932504],[-72.67619193171102,41.780839491813836],[-72.6763629316626,41.77902449145769],[-72.67642093164683,41.77842049133915],[-72.67643693164142,41.7782354913029],[-72.67648693162603,41.77768349119465],[-72.67650393162103,41.77749949115856],[-72.67651793161268,41.77727449111463],[-72.67652393161016,41.77719649109936],[-72.67658693160006,41.776662490994184],[-72.67659593159958,41.776603490982495],[-72.67663493159962,41.77638249093854],[-72.67666493159832,41.77618949090029],[-72.67675793159552,41.77561249078581],[-72.67678993159493,41.77542049074768],[-72.67740993180283,41.77552249074746],[-72.67926993242662,41.77583049074717],[-72.6798909326349,41.77593349074709],[-72.67996593266093,41.775961490750085],[-72.67997193266308,41.775964490750475],[-72.68006693269473,41.77597649074974],[-72.68017293272915,41.775974490745945],[-72.68020693273984,41.77596749074351],[-72.68028693276509,41.775953490738225],[-72.6803479327883,41.77601149074747],[-72.68053293285857,41.77618549077514],[-72.6805659328711,41.77621649078006],[-72.68059493288212,41.77624349078435],[-72.68068193291406,41.77630649079372],[-72.68071293292549,41.77632949079718],[-72.6808869329869,41.77641149080741],[-72.68097593301722,41.776434490809],[-72.68108093305304,41.776462490811035],[-72.6812629331162,41.77652949081811],[-72.68151593320404,41.77662349082816],[-72.68182093330807,41.77670449083399],[-72.68200993337254,41.776754490837575],[-72.68206793339259,41.77677449083958],[-72.68224193345277,41.77683549084576],[-72.6822999334729,41.776856490847955],[-72.68243793352043,41.77690149085221],[-72.68285493366407,41.77703649086488],[-72.68299393371201,41.77708249086929],[-72.68313993376212,41.777126490873115],[-72.68358093391339,41.77725849088442],[-72.68372793396381,41.77730249088818],[-72.68390893402609,41.777359490893375],[-72.68445493421387,41.77753149090905],[-72.68463693427651,41.77758949091441],[-72.68482893434253,41.77764949091982],[-72.68540493454073,41.77783249093665],[-72.68559793460713,41.77789349094222],[-72.6858099346801,41.77796149094853],[-72.68644693489958,41.778168490968035],[-72.68665993497294,41.778237490974504]]]},"properties":{"name":5018,"geoid":"09003501800"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.65593692358983,41.75430848733733],[-72.65552692344123,41.75404648729985],[-72.65526692334701,41.75388048727611],[-72.65459592310388,41.75345248721487],[-72.65429792299585,41.75326148718752],[-72.65424292297593,41.753226487182516],[-72.6538889228477,41.75300148715039],[-72.65397292287182,41.752944487136666],[-72.65405692289586,41.75288648712275],[-72.65407092289985,41.75287648712038],[-72.65425992295404,41.75274748708937],[-72.6546229230587,41.7525094870317],[-72.65480892311244,41.75238948700253],[-72.65490492314005,41.752325486987075],[-72.65512992320507,41.75218048695183],[-72.65519592322399,41.752135486941],[-72.655292923252,41.75207248692571],[-72.65531992325971,41.75205348692116],[-72.65540292328359,41.75199848690787],[-72.65543092329169,41.75198048690349],[-72.65544792329659,41.751969486900826],[-72.65568992336658,41.751814486863076],[-72.65578792339497,41.751752486847955],[-72.65590392342915,41.75168948683204],[-72.65649992360497,41.75136848675086],[-72.65677192368523,41.75122248671388],[-72.65681192369702,41.75120048670835],[-72.6569319237324,41.751135486691936],[-72.65697292374455,41.75111448668656],[-72.65698792374876,41.751102486683756],[-72.6570339237618,41.751068486675706],[-72.6570499237664,41.75105748667306],[-72.65716492382062,41.751350486726025],[-72.65728492386705,41.75147848674692],[-72.65750292394776,41.75164748677258],[-72.657656924004,41.751753486788154],[-72.65775392403876,41.751808486795674],[-72.65863992434382,41.75209448682251],[-72.65876092438342,41.75209748681922],[-72.65887392442018,41.75209648681539],[-72.65891292443271,41.75209348681356],[-72.65903392447167,41.75208548680811],[-72.6590739244846,41.752083486806455],[-72.65921592457175,41.75279748693993],[-72.6592939246193,41.75318448701225],[-72.65956892473892,41.75370848710473],[-72.66004492492404,41.75423248719075],[-72.66041292506243,41.754555487241376],[-72.66096092526848,41.755035487316576],[-72.66145792545939,41.75554148739844],[-72.66167492554281,41.75576348743438],[-72.66304092605675,41.756965487622885],[-72.66357492625768,41.75743548769659],[-72.66376892633131,41.75761748772555],[-72.66393992639385,41.75773648774307],[-72.66404792643334,41.757811487754076],[-72.66424592650165,41.75787748776048],[-72.66531992686099,41.75804148775768],[-72.66578992701825,41.7581134877565],[-72.66570492699513,41.7581934877747],[-72.66611892715125,41.75856348783293],[-72.6676239277187,41.759908488044566],[-72.66778792778048,41.76005448806751],[-72.66791492782801,41.76016148808412],[-72.66802992787058,41.760250488097626],[-72.6681649279172,41.76029648810218],[-72.66862192807409,41.76043548811436],[-72.66956492839785,41.76072348813974],[-72.66999392854527,41.76085648815167],[-72.67045092870232,41.76099848816444],[-72.67098892888346,41.76110048816685],[-72.67260392942723,41.76140648817411],[-72.67314292960876,41.76150948817668],[-72.67343592970727,41.76156248817752],[-72.6743149300028,41.76172148818001],[-72.67436893002098,41.7617314881802],[-72.6744719300566,41.761767488183864],[-72.67458693009806,41.761837488193684],[-72.67461193010135,41.76175248817647],[-72.6746879301117,41.7615014881255],[-72.67471393011537,41.761417488108435],[-72.67490893014194,41.7607724879775],[-72.67504693015938,41.760292487880285],[-72.67516893017351,41.759845487789974],[-72.67518793017604,41.75978148777699],[-72.67551793028947,41.75988448778628],[-72.67613893050115,41.76004748779785],[-72.6761899305185,41.7600604877987],[-72.6763459305717,41.76010148780161],[-72.67639793058945,41.760115487802665],[-72.67739693092905,41.760361487818095],[-72.67858693133616,41.760699487845194],[-72.67867393136594,41.76072448784721],[-72.67964493169751,41.760989487867235],[-72.68062993190229,41.75896348744398],[-72.68092893192954,41.757739487197775],[-72.68121293202407,41.75777448719541],[-72.68206493230768,41.757879487188326],[-72.68234893240228,41.757915487186146],[-72.68225793240937,41.75855648731298],[-72.68211493242127,41.75957648751473],[-72.68203993244903,41.76048648769302],[-72.68198793246911,41.76113248781954],[-72.681975932471,41.76123348783945],[-72.68194393247806,41.76153848789944],[-72.68193293248034,41.761640487919486],[-72.68190893248394,41.76183948795873],[-72.68187093248997,41.762160488022005],[-72.68185493250085,41.76244148807682],[-72.6818439325088,41.76264248811603],[-72.68186193251663,41.762676488122004],[-72.68186793251915,41.76268648812375],[-72.68191593253732,41.7627304881307],[-72.6819559325512,41.76274548813232],[-72.68199293256413,41.76276048813403],[-72.68242893271119,41.76284748813683],[-72.68373993315332,41.763108488145114],[-72.68417693330073,41.76319648814809],[-72.68440493337744,41.76323848814887],[-72.6850909336083,41.76336648815155],[-72.68531993368538,41.7634094881525],[-72.68557793377242,41.76346148815425],[-72.68635493403454,41.7636174881594],[-72.68661493412223,41.76366948816109],[-72.68658793413765,41.764091488243515],[-72.68658593413889,41.76412448824997],[-72.68658093414197,41.76420648826597],[-72.68657793414415,41.76426148827668],[-72.68651993417727,41.76516848845385],[-72.6864969341808,41.76536048849169],[-72.68644793418899,41.765781488574625],[-72.68613393408667,41.765781488584715],[-72.6853529338322,41.765781488609825],[-72.68519593378234,41.765804488619324],[-72.68488693368437,41.76585148863833],[-72.68485393367389,41.76585648864036],[-72.68475393364231,41.765873488646875],[-72.68472193363223,41.765879488649055],[-72.68449093355981,41.76592948866615],[-72.68444993354704,41.7659394886694],[-72.68396393339626,41.76607148871054],[-72.683809933349,41.76612248872535],[-72.6835869332807,41.76619848874719],[-72.68353793326628,41.766225488753996],[-72.68339193322342,41.76630748877454],[-72.68334393320939,41.76633548878148],[-72.68330993319945,41.766355488786445],[-72.6832069331695,41.76641848880194],[-72.68317393316,41.76644048880725],[-72.68301793311514,41.76654448883236],[-72.68285193306835,41.76667148886224],[-72.68265793301379,41.766822488897645],[-72.68227493291107,41.76720748898437],[-72.68206693285828,41.767468489041484],[-72.6820319328502,41.76752648905383],[-72.68183193280466,41.76786848912635],[-72.68181993280285,41.76790548913388],[-72.68178593279819,41.76801748915662],[-72.68177593279712,41.76805548916429],[-72.68177093281524,41.76839948923092],[-72.68175593286973,41.7694344894314],[-72.6817519328882,41.7697794894982],[-72.68175293289572,41.769904489522325],[-72.68175893291935,41.770282489595175],[-72.68176093292723,41.77040848961946],[-72.68176293293098,41.77046248962983],[-72.68176893294233,41.77062648966132],[-72.68177193294648,41.77068148967185],[-72.68169793294014,41.770991489734136],[-72.68166793293405,41.77105548974746],[-72.68153793290774,41.771335489805736],[-72.68128293284657,41.77171748988775],[-72.68102293277941,41.77202348995523],[-72.68097693276765,41.77207948996754],[-72.6807729327151,41.77232249002105],[-72.68075493270987,41.77233349002375],[-72.68070193269445,41.77236549003163],[-72.68068493268959,41.7723774900345],[-72.6800659325048,41.77267249011141],[-72.68004693249918,41.77268249011394],[-72.6792369322583,41.77308449021767],[-72.67844193201708,41.77339549030333],[-72.67818193193787,41.77349149033022],[-72.67753993174237,41.77373049039706],[-72.67743593170977,41.77375249040464],[-72.67712593161257,41.77381949042755],[-72.67702293158032,41.77384249043531],[-72.6765249314297,41.77404549049055],[-72.67644993140702,41.77407649049896],[-72.67588393123584,41.774307490561775],[-72.67536093107832,41.77453249062204],[-72.67504893098588,41.774693490663196],[-72.67496693096163,41.77473649067413],[-72.67457993084814,41.77495649072908],[-72.67420893073876,41.77515749077983],[-72.67331093047426,41.77564749090338],[-72.67309893041198,41.7757664909332],[-72.67273193030427,41.77597349098499],[-72.67253893024774,41.77608449101265],[-72.67196293007925,41.77641949109587],[-72.67177093002316,41.776532491123874],[-72.67148392993852,41.77668749116306],[-72.67062292968455,41.77715149128037],[-72.67033692960028,41.7773074913197],[-72.67029192957777,41.777170491294676],[-72.67015692951037,41.7767624912202],[-72.67011292948824,41.77662649119532],[-72.67008892947938,41.77660849119262],[-72.67001692945288,41.7765554911847],[-72.6699939294444,41.77653849118215],[-72.66995392942941,41.776504491176865],[-72.66983592938523,41.77640449116134],[-72.66979692937062,41.776371491156226],[-72.66969992933305,41.77626749113924],[-72.66940892922032,41.77595549108831],[-72.66931292918314,41.775852491071504],[-72.66916892912589,41.77567249104135],[-72.6689619290435,41.775412490997766],[-72.6688079289748,41.77508949094031],[-72.66870892893067,41.774882490903494],[-72.66868292890486,41.77458049084598],[-72.66860492882756,41.773675490673625],[-72.66858692880957,41.77346449063342],[-72.66857892880182,41.7733744906163],[-72.66858292879887,41.77330049060187],[-72.6683449286674,41.77236049042787],[-72.66835192866644,41.772303490416654],[-72.66753692824626,41.76960748992186],[-72.6671919281315,41.76956648992503],[-72.66673592797991,41.76951448992964],[-72.66568492763903,41.76954248996881],[-72.66504392742975,41.76953548998805],[-72.66501692742094,41.76953548998892],[-72.66493492739423,41.76953548999154],[-72.66490892738581,41.76953648999258],[-72.66491692737924,41.769376489961395],[-72.66494992735593,41.76878248984556],[-72.66507292726655,41.76652348940504],[-72.66511492723707,41.76577048925816],[-72.66435892690973,41.764357489009356],[-72.6634669265235,41.76268948871562],[-72.66209192592821,41.76011948826303],[-72.66181892580997,41.75960848817303],[-72.6616779257489,41.759344488126516],[-72.66153692568791,41.75908148808022],[-72.66143692564461,41.758894488047275],[-72.66133692560129,41.75870748801434],[-72.66022492519075,41.7578654878873],[-72.65803692438284,41.75620748763703],[-72.6569709239803,41.755243487484904],[-72.65593692358983,41.75430848733733]]]},"properties":{"name":5021,"geoid":"09003502100"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.71615194385842,41.76563248758994],[-72.71626094389369,41.76562848758565],[-72.71653194398091,41.76560948757326],[-72.71740094426069,41.765551487534076],[-72.71767194434794,41.76553348752186],[-72.71805294447064,41.76550848750476],[-72.71845494459998,41.76548048748641],[-72.71966294498883,41.76539848743166],[-72.72006594511856,41.76537148741347],[-72.7200869451253,41.7653694874124],[-72.72015294514651,41.7653644874093],[-72.72017594515395,41.76536348740837],[-72.72043394523698,41.76534548739658],[-72.72120694548586,41.76529448736183],[-72.72146594556928,41.76527748735021],[-72.72245894588963,41.76522248730759],[-72.72255694592099,41.76521248730249],[-72.7226569459532,41.765206487298116],[-72.72274994598362,41.7652084872955],[-72.7230739460878,41.765184487280436],[-72.7242599464698,41.76510848722754],[-72.72442694652341,41.765094487219464],[-72.72507594673183,41.765042487188495],[-72.7254889468649,41.76501648717017],[-72.72634494714015,41.76495348713043],[-72.72660394722332,41.76493248711802],[-72.72693794733057,41.76490548710205],[-72.7273789474711,41.764850487077204],[-72.72763694755331,41.764818487062705],[-72.72790394763908,41.76479748705005],[-72.72852494783868,41.764750487020976],[-72.72870594789626,41.764726487010485],[-72.72897194798092,41.764691486995154],[-72.72913294803227,41.76467248698629],[-72.72926494807378,41.76464648697702],[-72.73013894834891,41.7644794869166],[-72.73043094844087,41.764424486896544],[-72.73048594845832,41.76441648689323],[-72.73065294851145,41.76439448688359],[-72.73070894852934,41.76438848688064],[-72.73102694862952,41.764328486858794],[-72.73198194893021,41.76414748679305],[-72.73230094903076,41.76408848677137],[-72.73235494904765,41.764076486767294],[-72.73251894909895,41.764039486754875],[-72.73257394911623,41.76402848675098],[-72.73275994917509,41.76399848673918],[-72.73331794935183,41.763910486704205],[-72.73350494941106,41.76388148669256],[-72.73361794944644,41.76385648668409],[-72.7339589495534,41.763784486659205],[-72.7340729495892,41.763761486651084],[-72.73428194965506,41.763722486636816],[-72.73491094985334,41.7636074865943],[-72.73512094991962,41.76357048658039],[-72.73523194995458,41.763549486572764],[-72.73556595005988,41.763488486550216],[-72.73567795009527,41.76346948654293],[-72.73592195017223,41.76342548652655],[-72.73665295040287,41.76329548647788],[-72.73689795048021,41.76325248646168],[-72.7371589505618,41.76319248644167],[-72.73718995057149,41.76318548643931],[-72.73775495074909,41.76307348639945],[-72.73794495080813,41.76302348638368],[-72.73820495088903,41.76295748636254],[-72.73830295091939,41.762930486354165],[-72.73859795101079,41.76284848632882],[-72.73869695104153,41.7628224863206],[-72.7389459511187,41.76275348629924],[-72.73954095130313,41.76259048624856],[-72.7396959513516,41.762555486236806],[-72.73994895143088,41.762500486218016],[-72.74032395154786,41.76241048618855],[-72.74063295164432,41.76233748616447],[-72.74144295189534,41.76211448609527],[-72.74181495201066,41.76201248606357],[-72.7418319520254,41.76217248609393],[-72.74185695204649,41.76239748613661],[-72.74186095206264,41.76265548618634],[-72.74186395207292,41.762817486217536],[-72.7418749520838,41.76294448624172],[-72.74190795211659,41.76332748631466],[-72.74191895212755,41.76345548633904],[-72.74198295217478,41.763914486425655],[-72.74202795220802,41.76423748648662],[-72.74234495236985,41.76525548667308],[-72.74248295244027,41.76569848675423],[-72.74252195246092,41.765836486779634],[-72.74257095248677,41.766008486811295],[-72.74260695251289,41.76625848685841],[-72.74262795252795,41.76640148688538],[-72.74265295255164,41.76667148693673],[-72.74273095262377,41.76748348709108],[-72.74275695264782,41.7677544871426],[-72.74282695268748,41.76804748719695],[-72.74288395271968,41.76828448724091],[-72.74299795279427,41.76893548736299],[-72.7430509528287,41.76923348741886],[-72.74281695275297,41.76924248742813],[-72.74211795252704,41.769273487456665],[-72.74188495245171,41.76928348746611],[-72.7417379524039,41.76928448747104],[-72.74129795226096,41.7692914874866],[-72.7411519522135,41.769293487491666],[-72.7410739521881,41.76929348749419],[-72.7408399521121,41.76929748750253],[-72.74076295208712,41.76929948750538],[-72.74052395200972,41.76930748751464],[-72.73980795177809,41.76933548754313],[-72.73956995170113,41.76934548755274],[-72.73933595162552,41.76935648756241],[-72.73863595139954,41.76939248759192],[-72.73840295132433,41.76940448760177],[-72.7382379512708,41.76940848760787],[-72.7377429511104,41.76942348762671],[-72.73757895105727,41.769428487632965],[-72.73751495103647,41.769429487635215],[-72.73732495097494,41.76943548764251],[-72.73726195095453,41.76943748764492],[-72.73704795088508,41.76944248765279],[-72.73640895067801,41.769461487677056],[-72.73619595060903,41.769468487685266],[-72.73608495057331,41.7694764876904],[-72.73575595046763,41.769502487706035],[-72.73564595043231,41.76951148771133],[-72.7354739503764,41.76951348771724],[-72.73495995020953,41.76952348773575],[-72.73478895015397,41.76952648774183],[-72.73470195012588,41.76953048774541],[-72.73444195004197,41.7695444877565],[-72.73435595001423,41.76954948776022],[-72.73417994995708,41.76955248776649],[-72.7336519497857,41.76956348778564],[-72.73347694972891,41.76956748779205],[-72.73338994970092,41.769573487796016],[-72.73312994961731,41.76959248780806],[-72.73304394958969,41.769599487812194],[-72.73273794949051,41.769608487823795],[-72.73182294919404,41.76963648785868],[-72.73151894909556,41.76964648787043],[-72.73125094900861,41.769652487880215],[-72.73044694874783,41.76967248790999],[-72.73017994866123,41.76967948791995],[-72.72886494823697,41.769751487976244],[-72.72728194772537,41.76982348804116],[-72.72716694768785,41.769822488044674],[-72.72682394757605,41.76982148805553],[-72.72670994753891,41.76982148805919],[-72.72646294745896,41.769830488068905],[-72.72572294721965,41.76986148809874],[-72.72547694714014,41.76987248810879],[-72.72542394712316,41.76987748811147],[-72.72526494707245,41.76989648812025],[-72.72521294705585,41.76990248812308],[-72.72516394704019,41.769907488125625],[-72.72502094699452,41.76992348813332],[-72.72497294697921,41.769929488136036],[-72.7244199468021,41.76998248816409],[-72.72276094627095,41.770145488249035],[-72.7222089460943,41.770200488277446],[-72.72210394606064,41.77021048828276],[-72.72179194596086,41.77024248829898],[-72.72168794592761,41.77025348830447],[-72.72149994586755,41.77027448831458],[-72.72093594568747,41.77033848834514],[-72.72074894562782,41.770360488355394],[-72.72042394552372,41.77039148837184],[-72.71945094521217,41.77048648842155],[-72.71912694510846,41.770518488438164],[-72.71791994472306,41.77065548850351],[-72.71647094425967,41.77080648857935],[-72.71646794425654,41.77076948857231],[-72.7164219442072,41.77017148845826],[-72.71639694418003,41.769840488395104],[-72.71628994406461,41.76843848812767],[-72.71622394396547,41.76708748786876],[-72.71615194385842,41.76563248758994]]]},"properties":{"name":4971,"geoid":"09003497100"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.74094695313957,41.786542490829866],[-72.74054195300808,41.786550490844476],[-72.73999295282984,41.7865614908643],[-72.7399119528034,41.78656049086672],[-72.73954595268395,41.786557490877954],[-72.7393299526133,41.78655249088395],[-72.73892595248114,41.786543490895255],[-72.73872595241582,41.786540490901125],[-72.73812595221997,41.7865344909193],[-72.73792595215468,41.78653249092538],[-72.73784895212938,41.78652849092708],[-72.73761995205417,41.78651849093254],[-72.73754395202926,41.78651549093441],[-72.73735995196907,41.78651149093958],[-72.73680795178852,41.78649949095507],[-72.73662395172839,41.78649649096041],[-72.73656195170814,41.786495490962224],[-72.73637895164835,41.786492490967554],[-72.73631795162841,41.78649149096931],[-72.7361249515653,41.78648749097477],[-72.73554795137665,41.786476490991255],[-72.7353559513139,41.786473490996876],[-72.73530195129615,41.786470490998035],[-72.73513995124286,41.78646149100153],[-72.73508595122514,41.78645949100287],[-72.73479295112928,41.78645249101095],[-72.73391395084178,41.786433491035645],[-72.73362095074596,41.78642749104393],[-72.73342095068033,41.78641949104884],[-72.73282195048378,41.78639549106352],[-72.73262295041847,41.78638749106838],[-72.73256595039985,41.78638649107003],[-72.73239795034493,41.786383491074865],[-72.73234195032663,41.78638249107648],[-72.73209595024579,41.78637049108211],[-72.73170595011767,41.78635249109119],[-72.73135995000408,41.78633749109945],[-72.73111494992361,41.78632649110524],[-72.73093794986548,41.7863184911094],[-72.7304079496914,41.78629449112186],[-72.73023194963366,41.786287491126174],[-72.73015194960735,41.786283491127975],[-72.7299149495295,41.786272491133474],[-72.7298359495036,41.78626949113546],[-72.7295659494143,41.78624649113973],[-72.72875894914756,41.78618049115299],[-72.72848994905863,41.78615849115742],[-72.72760194876618,41.78610449117562],[-72.72725194865122,41.786088491183804],[-72.72624594831979,41.786025491204086],[-72.72602494824697,41.786011491208505],[-72.72493894789035,41.78596349123424],[-72.72415494763398,41.78594749125641],[-72.723848947536,41.78597749127207],[-72.72248394710336,41.7861884913568],[-72.72192794692937,41.786313491398865],[-72.721765946879,41.786355491412195],[-72.72084194658801,41.78653049147577],[-72.71920294607182,41.78684149158865],[-72.71891294598032,41.78689349160805],[-72.7185609458693,41.78695749163173],[-72.7182659457763,41.78701149165167],[-72.71804194570508,41.78704249166486],[-72.71775094561268,41.78708449168235],[-72.71724294545031,41.787139491709354],[-72.7167889453053,41.78719049173384],[-72.71624694512828,41.78718349174995],[-72.71571594495498,41.78717849176608],[-72.71565094493378,41.78717849176817],[-72.71520594478802,41.78716549178001],[-72.71503094465284,41.785806491523196],[-72.71471994441171,41.78337549106371],[-72.71448494424065,41.78173249075394],[-72.71429094409947,41.78037649049828],[-72.71423094406245,41.7800724904415],[-72.71413394400226,41.779575490348634],[-72.71405194395174,41.779161490271285],[-72.71399294391509,41.77885849021467],[-72.71390294380326,41.77742348994037],[-72.71397194381082,41.777163489887926],[-72.7144989439897,41.777288489895106],[-72.71563494436946,41.77745548989077],[-72.71635794461031,41.77754748988525],[-72.71837794528336,41.77780648987021],[-72.71852994533405,41.777826489869156],[-72.71925394557557,41.777924489864766],[-72.71958594568629,41.77796848986258],[-72.72058194601857,41.77810348985656],[-72.72091494612965,41.77814848985453],[-72.72144494630602,41.77821248984981],[-72.7230379468361,41.77840448983558],[-72.72356994701312,41.778468489830786],[-72.72377194708015,41.77848948982833],[-72.72437794728138,41.77855548982156],[-72.72440394729003,41.778558489821286],[-72.72458094734868,41.77857548981887],[-72.72490294745405,41.77858348981004],[-72.72587094777099,41.77861048978407],[-72.72619394787674,41.77861948977539],[-72.7264929479748,41.778630489767885],[-72.72739194826967,41.77866448974547],[-72.7276919483681,41.77867648973811],[-72.72799094846599,41.77868448973003],[-72.72888794875975,41.77871048970614],[-72.729187948858,41.778719489698204],[-72.72930294889565,41.77872248969508],[-72.729648949009,41.778733489686054],[-72.72976494904704,41.77873748968308],[-72.73003794913656,41.778747489676235],[-72.73085894940594,41.77878048965612],[-72.73113294949586,41.77879148964942],[-72.73138694957862,41.77879148964122],[-72.7321499498272,41.77879148961663],[-72.73240494991029,41.7787914896084],[-72.73257194996526,41.77880148960496],[-72.73307295013026,41.77883248959479],[-72.73324095018565,41.778843489591516],[-72.73332895021443,41.778845489589045],[-72.73359595030178,41.77885148958159],[-72.73368495033094,41.77885448957931],[-72.73393595041318,41.77886248957277],[-72.73468995066023,41.77888648955309],[-72.73494195074284,41.778895489546706],[-72.7367489513352,41.778958489500596],[-72.73710795145291,41.77897148949154],[-72.73715295147919,41.77917348952911],[-72.73743295164358,41.780444489765564],[-72.73764795176129,41.78127248991854],[-72.73786495187545,41.78202749005735],[-72.73792995190855,41.78223449009525],[-72.73800095194072,41.78239149012326],[-72.73809195197889,41.78253949014892],[-72.73813495199664,41.782604490160075],[-72.73818095201553,41.782672490171734],[-72.73831395206733,41.78281949019583],[-72.73837895209192,41.78287849020512],[-72.73842195210817,41.782917490211275],[-72.7386839522066,41.78314449024668],[-72.73932895244893,41.78370349033382],[-72.73936395246213,41.783734490338674],[-72.73975395260801,41.784061490389234],[-72.74032395282362,41.78458049047107],[-72.74044895287442,41.78475549050085],[-72.74053495290936,41.784875490521245],[-72.74065195295852,41.78506749055455],[-72.74076795300891,41.7852864905931],[-72.74077795301356,41.78531049059741],[-72.740863953053,41.78550849063287],[-72.74091995308304,41.78571349067065],[-72.74095795310349,41.785853490696454],[-72.74098495312053,41.785996490723214],[-72.74099795313349,41.78614849075214],[-72.7410079531481,41.78634549078985],[-72.74101195315384,41.7864224908046],[-72.74094695313957,41.786542490829866]]]},"properties":{"name":4972,"geoid":"09003497200"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.74094695313957,41.786542490829866],[-72.74093695316027,41.786958490910514],[-72.74094395317091,41.787103490938286],[-72.74096595318343,41.787196490955544],[-72.74097495318827,41.78722949096161],[-72.74111095324777,41.78749349100822],[-72.74132695333388,41.787766491053944],[-72.74225195368722,41.788668491198294],[-72.7424469537617,41.78885849122868],[-72.74269795386036,41.789151491277174],[-72.74281795390976,41.789330491307844],[-72.74286295392834,41.78939849131954],[-72.74298995398269,41.78962349135888],[-72.74307495402213,41.78982749139553],[-72.74310295403608,41.78991149141084],[-72.74317395407103,41.790116491448124],[-72.74321995409773,41.790319491485846],[-72.7432199540979,41.79032249148642],[-72.74324495412114,41.79058449153621],[-72.74324395413663,41.79085949158933],[-72.74323195413832,41.79095649160845],[-72.74320695414232,41.79116749165],[-72.74310195413186,41.79157949173293],[-72.74291695411374,41.79231149188024],[-72.7428709541142,41.79257949193346],[-72.74284995412164,41.792827491982024],[-72.74284395412413,41.792904491997064],[-72.74284195414359,41.79325349206453],[-72.74286995417097,41.79357049212482],[-72.74289695418877,41.79372649215407],[-72.74291795420261,41.79384849217694],[-72.74300895425037,41.79416249223464],[-72.74312895430785,41.79448149229235],[-72.74328995437898,41.7948054923497],[-72.74343195443913,41.79504649239164],[-72.74352995448064,41.79521249242053],[-72.74369395454748,41.795445492460225],[-72.74382895460187,41.79562549249062],[-72.74423495476526,41.796165492581764],[-72.74437095482003,41.796346492612315],[-72.74451595487827,41.79653749264452],[-72.74495195505335,41.797110492741055],[-72.74509795511194,41.79730149277321],[-72.74579495539128,41.798207492925634],[-72.74594195545289,41.79844549296682],[-72.74609495552022,41.79874849302038],[-72.74627595560483,41.79919349310044],[-72.74638495567443,41.799784493211],[-72.74643195570438,41.80003849325852],[-72.74672295588128,41.80146249352399],[-72.74673795589138,41.80155249354089],[-72.74684095595912,41.80214549365202],[-72.74715795606035,41.80210949363484],[-72.74810995636439,41.80200249358344],[-72.74842795646599,41.80196749356643],[-72.7487919565828,41.801936493548695],[-72.74885495660307,41.8019314935457],[-72.74917995670856,41.80192449353387],[-72.74920495671677,41.80192549353325],[-72.74953695682579,41.801940493525414],[-72.74981095691457,41.80193149351484],[-72.74988895693953,41.801923493510785],[-72.7500289569844,41.80191049350375],[-72.75025295705578,41.80188249349113],[-72.7503609571092,41.802198493548616],[-72.75058995722209,41.802862493669394],[-72.75065595726049,41.80315549372382],[-72.75073095730379,41.80348249378451],[-72.75073995732156,41.803739493833824],[-72.75076895737558,41.80451249398208],[-72.75077895739372,41.80477049403154],[-72.75078195740254,41.80490649405771],[-72.7507899574202,41.8051674941078],[-72.75078395742683,41.80531649413677],[-72.75078395742717,41.805322494137926],[-72.75076995743017,41.80545349416366],[-72.75081495745013,41.80554549417995],[-72.75095395751153,41.80582449422933],[-72.75102395753868,41.805899494241515],[-72.7509429575129,41.80591049424628],[-72.75070195743639,41.80594549426081],[-72.75062195741107,41.8059584942659],[-72.74858495674896,41.80598749433727],[-72.74793195653675,41.80599749436028],[-72.74679195616625,41.80601449440035],[-72.74598995590559,41.80602649442855],[-72.7449559555695,41.806041494464836],[-72.74247595476342,41.806077494551836],[-72.74043995410167,41.806107494623326],[-72.7402889540527,41.80611149462897],[-72.7396869538575,41.80612849465169],[-72.7347769522656,41.80627049483753],[-72.73111195107742,41.806377494976395],[-72.72943195053274,41.80642649504005],[-72.7288399503405,41.80643849506146],[-72.72706694976489,41.80647649512598],[-72.72655094959742,41.80648849514495],[-72.7264759495731,41.806490495147735],[-72.72637794954122,41.806491495151086],[-72.7262919495132,41.806491495153864],[-72.72574194933405,41.806493495172006],[-72.72555894927453,41.80649549517829],[-72.72543894923594,41.806504495183894],[-72.72519394915639,41.806509495192756],[-72.72507494911773,41.806511495196986],[-72.72433694887796,41.8065244952233],[-72.72362194864586,41.806540495249436],[-72.72313794848876,41.80655149526716],[-72.7228819484055,41.80655449527601],[-72.72211494815612,41.80656449530265],[-72.72185994807325,41.80656849531165],[-72.72158794798506,41.80657649532197],[-72.72077394772127,41.80660249535323],[-72.72076994772003,41.80660349535354],[-72.72052594763423,41.806494495340374],[-72.71910294717294,41.80653749539456],[-72.71908294716626,41.80653449539463],[-72.71907094716235,41.806534495395006],[-72.71895794712368,41.80650249539248],[-72.7175909466856,41.806631495461446],[-72.71770794665359,41.805413495222574],[-72.71801994656998,41.802195494591324],[-72.71794694652137,41.801764494510486],[-72.71789794648853,41.8014714944555],[-72.7170809461973,41.801037494398045],[-72.717058946183,41.800913494374804],[-72.71699294614005,41.800541494305136],[-72.71697194612625,41.80042049428245],[-72.7169719461261,41.800417494281874],[-72.71668594594279,41.79885249398896],[-72.71667894593827,41.79881349398164],[-72.71666494593012,41.79875149397013],[-72.71648094582297,41.79793149381776],[-72.71640194577695,41.79757949375233],[-72.7158869454773,41.7952884933266],[-72.7158539454579,41.79513849329871],[-72.71576494538616,41.79439549315812],[-72.71571194533661,41.793834493051506],[-72.7156009452311,41.7926294928224],[-72.71555594518892,41.792151492731556],[-72.71550494514003,41.79159049262488],[-72.71546694511746,41.79141349259193],[-72.71543294509722,41.79125449256231],[-72.71535594505075,41.79088249249296],[-72.71531894502856,41.79070649246018],[-72.7152869450099,41.790563492433584],[-72.71519394495509,41.79013749235433],[-72.71516294493681,41.789995492327904],[-72.71516094493082,41.789902492310006],[-72.71515794491378,41.78962349225621],[-72.71515694490812,41.789530492238306],[-72.71513694488566,41.78925349218545],[-72.71507994481934,41.788423492027015],[-72.71506094479727,41.78814749197432],[-72.71508994479538,41.787950491935334],[-72.71510194479423,41.78786249191796],[-72.71517594478952,41.78736149181883],[-72.71520594478802,41.78716549178001],[-72.71565094493378,41.78717849176817],[-72.71571594495498,41.78717849176608],[-72.71624694512828,41.78718349174995],[-72.7167889453053,41.78719049173384],[-72.71724294545031,41.787139491709354],[-72.71775094561268,41.78708449168235],[-72.71804194570508,41.78704249166486],[-72.7182659457763,41.78701149165167],[-72.7185609458693,41.78695749163173],[-72.71891294598032,41.78689349160805],[-72.71920294607182,41.78684149158865],[-72.72084194658801,41.78653049147577],[-72.721765946879,41.786355491412195],[-72.72192794692937,41.786313491398865],[-72.72248394710336,41.7861884913568],[-72.723848947536,41.78597749127207],[-72.72415494763398,41.78594749125641],[-72.72493894789035,41.78596349123424],[-72.72602494824697,41.786011491208505],[-72.72624594831979,41.786025491204086],[-72.72725194865122,41.786088491183804],[-72.72760194876618,41.78610449117562],[-72.72848994905863,41.78615849115742],[-72.72875894914756,41.78618049115299],[-72.7295659494143,41.78624649113973],[-72.7298359495036,41.78626949113546],[-72.7299149495295,41.786272491133474],[-72.73015194960735,41.786283491127975],[-72.73023194963366,41.786287491126174],[-72.7304079496914,41.78629449112186],[-72.73093794986548,41.7863184911094],[-72.73111494992361,41.78632649110524],[-72.73135995000408,41.78633749109945],[-72.73170595011767,41.78635249109119],[-72.73209595024579,41.78637049108211],[-72.73234195032663,41.78638249107648],[-72.73239795034493,41.786383491074865],[-72.73256595039985,41.78638649107003],[-72.73262295041847,41.78638749106838],[-72.73282195048378,41.78639549106352],[-72.73342095068033,41.78641949104884],[-72.73362095074596,41.78642749104393],[-72.73391395084178,41.786433491035645],[-72.73479295112928,41.78645249101095],[-72.73508595122514,41.78645949100287],[-72.73513995124286,41.78646149100153],[-72.73530195129615,41.786470490998035],[-72.7353559513139,41.786473490996876],[-72.73554795137665,41.786476490991255],[-72.7361249515653,41.78648749097477],[-72.73631795162841,41.78649149096931],[-72.73637895164835,41.786492490967554],[-72.73656195170814,41.786495490962224],[-72.73662395172839,41.78649649096041],[-72.73680795178852,41.78649949095507],[-72.73735995196907,41.78651149093958],[-72.73754395202926,41.78651549093441],[-72.73761995205417,41.78651849093254],[-72.73784895212938,41.78652849092708],[-72.73792595215468,41.78653249092538],[-72.73812595221997,41.7865344909193],[-72.73872595241582,41.786540490901125],[-72.73892595248114,41.786543490895255],[-72.7393299526133,41.78655249088395],[-72.73954595268395,41.786557490877954],[-72.7399119528034,41.78656049086672],[-72.73999295282984,41.7865614908643],[-72.74054195300808,41.786550490844476],[-72.74094695313957,41.786542490829866]]]},"properties":{"name":4973,"geoid":"09003497300"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.73710795145291,41.77897148949154],[-72.74020995246889,41.779064489409464],[-72.74072395263718,41.77907848939561],[-72.74226895314295,41.77912048935387],[-72.74278395331162,41.77913548934017],[-72.74320395344924,41.779149489329335],[-72.74446695386315,41.77919148929669],[-72.7448879540011,41.779205489285815],[-72.7461449544138,41.7792604892559],[-72.74604895436208,41.77890548919043],[-72.74592795429663,41.77845348910704],[-72.7459179542913,41.7784174891004],[-72.74588895427576,41.77831148908088],[-72.74587995427082,41.77827648907439],[-72.74583095424495,41.77810448904277],[-72.74568495416784,41.77759148894839],[-72.74563695414236,41.777420488916896],[-72.74559095411631,41.77722848888131],[-72.74545495403885,41.77665248877444],[-72.74540995401313,41.7764604887388],[-72.74540395400886,41.776420488731276],[-72.74538695399656,41.77630248870902],[-72.74538195399266,41.776263488701666],[-72.74535795397288,41.77605548866225],[-72.74528895391448,41.775431488543944],[-72.74526595389509,41.775224488504705],[-72.74525995389047,41.77517848849602],[-72.74524195387684,41.77504348847052],[-72.74523695387262,41.774998488461996],[-72.74518095382616,41.77450848836916],[-72.7450539537273,41.773509488180274],[-72.74496495368443,41.773268488136594],[-72.7448229536159,41.772881488066425],[-72.74477395359274,41.77275648804387],[-72.7443749534193,41.77200148791088],[-72.74422495335524,41.771737487864726],[-72.74418095333688,41.771667487852625],[-72.74403195327446,41.77142648781088],[-72.74361095309926,41.77076548769674],[-72.74357195308198,41.77068548768256],[-72.7434049530076,41.770338487620926],[-72.74332395296862,41.770119487581226],[-72.74316795289339,41.769695487504336],[-72.74310795286021,41.76945848746049],[-72.7430509528287,41.76923348741886],[-72.7433959529386,41.769190487399435],[-72.7434899529686,41.76917948739427],[-72.74442295326183,41.76899348732825],[-72.74476495336934,41.768925487304074],[-72.74498095343746,41.768886487289585],[-72.74562995364226,41.76877148724644],[-72.74584695371077,41.76873348723209],[-72.7460649537796,41.76869548721773],[-72.74672195398699,41.76858048717431],[-72.7469409540562,41.7685434871601],[-72.74714795412146,41.768505487146086],[-72.74776895431714,41.76839048710384],[-72.74797595438245,41.76835348709002],[-72.74809495441995,41.76833148708192],[-72.74845495453354,41.76826748705796],[-72.74857595457176,41.76824648704998],[-72.74871995461716,41.76822048704033],[-72.7491519547534,41.76814248701131],[-72.7492969547992,41.76811748700181],[-72.74931495480483,41.76811348700046],[-72.74936795482152,41.76810348699682],[-72.74938695482754,41.76810048699563],[-72.7495609548824,41.76806848698384],[-72.74958695489056,41.76806348698203],[-72.7501899550806,41.767952486941134],[-72.75039095514401,41.7679164869277],[-72.75069795524091,41.76786248690736],[-72.75161895553171,41.767702486846744],[-72.75192695562902,41.76764948682656],[-72.7521809557091,41.767603486809485],[-72.75294395594976,41.76746648675841],[-72.75319895603025,41.76742148674148],[-72.75356195614468,41.76735548671703],[-72.7546529564888,41.76715948664396],[-72.7550169566037,41.767095486619844],[-72.75530795669543,41.767042486600225],[-72.75618395697181,41.76688648654182],[-72.75647595706398,41.76683548652255],[-72.75663395711442,41.76681748651397],[-72.7571099572665,41.76676548648857],[-72.75726895731731,41.766748486480154],[-72.75744495737354,41.7667294864708],[-72.75797695754368,41.766674486443016],[-72.75815395760029,41.76665648643383],[-72.75861495774382,41.76654148639672],[-72.75880795780387,41.76649248638104],[-72.75968995807864,41.76627448631046],[-72.76025495825456,41.76613348626498],[-72.76046095831877,41.76608348624867],[-72.76088095845006,41.765987486216574],[-72.7629059590812,41.7654924860556],[-72.76324195918694,41.76542848603238],[-72.7636319593141,41.7654304860202],[-72.76393895941715,41.76548348602051],[-72.76427095953122,41.7655864860297],[-72.76444195959216,41.76567748604175],[-72.7645729596388,41.76574648605085],[-72.76456895963837,41.765761486053876],[-72.76472195969482,41.76587648607116],[-72.76491395985711,41.76760848639957],[-72.76500495990403,41.76790848645458],[-72.76501395990957,41.76795348646297],[-72.76509895996234,41.768389486544464],[-72.76512895998404,41.768596486583476],[-72.76515896000569,41.768802486622306],[-72.765174960034,41.76920348669925],[-72.76517396003482,41.76922348670314],[-72.76517196004626,41.76943348674377],[-72.76513496004596,41.769637486784376],[-72.76502296004475,41.77024948690621],[-72.76498696004482,41.77045448694698],[-72.7649119600561,41.77107448706915],[-72.76486696006322,41.771452487143605],[-72.76484496006833,41.771665487185466],[-72.76482596007284,41.771851487222015],[-72.7648139600959,41.772319487312785],[-72.76485996013284,41.77270048738491],[-72.76491696016481,41.77293348742806],[-72.76495596018675,41.77309348745771],[-72.76507496025116,41.773538487539824],[-72.76510996026964,41.77366148756245],[-72.76521796032618,41.774032487630635],[-72.76525396034506,41.77415648765341],[-72.76527596036279,41.77433948768804],[-72.76534196041607,41.77489148779253],[-72.76536396043385,41.775075487827365],[-72.76537096044642,41.7752544878617],[-72.76539296048465,41.775793487965096],[-72.76540096049764,41.775973487999615],[-72.76546396057556,41.776969488189934],[-72.76548996060829,41.7773904882704],[-72.76575996094142,41.78164448908321],[-72.76584996105247,41.783062489354116],[-72.76587796108397,41.78345048942814],[-72.76596196117859,41.78461748965078],[-72.76599096121046,41.78500648972495],[-72.76603396125181,41.785480489815086],[-72.76606796128405,41.785847489884844],[-72.7661909613849,41.78690149008439],[-72.76619996139213,41.786976490098574],[-72.76624696143045,41.78737549017411],[-72.76602696135718,41.78734749017579],[-72.76564596123039,41.787301490179225],[-72.765366961138,41.78727549018322],[-72.76531396112044,41.78727049018396],[-72.76514696106518,41.78725549018646],[-72.76501496102148,41.787243490188395],[-72.76444396083204,41.787184490195436],[-72.76260696022283,41.78699849021885],[-72.76233696013325,41.78697049022216],[-72.76163495990046,41.78689949023113],[-72.76112395973117,41.78685049023816],[-72.76101695969572,41.7868404902397],[-72.75934895914308,41.78668049026264],[-72.75916295908151,41.78666349026536],[-72.75854595887712,41.7866054902741],[-72.75766495858525,41.786521490286326],[-72.75636295815404,41.78639949030479],[-72.75624195811403,41.78638949030677],[-72.75577095795765,41.786338490312126],[-72.75477595762695,41.786225490322416],[-72.75356595722512,41.786093490335986],[-72.75318195709772,41.78605349034065],[-72.75235395682225,41.78595449034826],[-72.7514399565176,41.785835490354785],[-72.75096995636102,41.78577549035836],[-72.75022695611467,41.785701490368055],[-72.74954095588923,41.785667490383624],[-72.74868495561108,41.785680490413775],[-72.74776395531187,41.78569549044637],[-72.74762195526682,41.785716490455016],[-72.74747195521925,41.785739490464294],[-72.74719495512988,41.78575449047613],[-72.74705295508409,41.78576249048226],[-72.74678695499851,41.78578149049451],[-72.74667195496156,41.785790490499956],[-72.74662095494517,41.78579449050239],[-72.74623195482397,41.78589049053347],[-72.74600395475134,41.78591949054642],[-72.74574095466768,41.78595449056165],[-72.74550595459283,41.785984490575046],[-72.74480395436946,41.786077490615654],[-72.74456995429502,41.786108490629196],[-72.74441295424508,41.7861294906383],[-72.74394395409605,41.78619549066619],[-72.74378795404658,41.78621849067566],[-72.74322095386631,41.786296490709006],[-72.74204195349162,41.7864604907787],[-72.7416919533795,41.78649349079636],[-72.7415169533231,41.78650449080415],[-72.74094695313957,41.786542490829866],[-72.74101195315384,41.7864224908046],[-72.7410079531481,41.78634549078985],[-72.74099795313349,41.78614849075214],[-72.74098495312053,41.785996490723214],[-72.74095795310349,41.785853490696454],[-72.74091995308304,41.78571349067065],[-72.740863953053,41.78550849063287],[-72.74077795301356,41.78531049059741],[-72.74076795300891,41.7852864905931],[-72.74065195295852,41.78506749055455],[-72.74053495290936,41.784875490521245],[-72.74044895287442,41.78475549050085],[-72.74032395282362,41.78458049047107],[-72.73975395260801,41.784061490389234],[-72.73936395246213,41.783734490338674],[-72.73932895244893,41.78370349033382],[-72.7386839522066,41.78314449024668],[-72.73842195210817,41.782917490211275],[-72.73837895209192,41.78287849020512],[-72.73831395206733,41.78281949019583],[-72.73818095201553,41.782672490171734],[-72.73813495199664,41.782604490160075],[-72.73809195197889,41.78253949014892],[-72.73800095194072,41.78239149012326],[-72.73792995190855,41.78223449009525],[-72.73786495187545,41.78202749005735],[-72.73764795176129,41.78127248991854],[-72.73743295164358,41.780444489765564],[-72.73715295147919,41.77917348952911],[-72.73710795145291,41.77897148949154]]]},"properties":{"name":4974,"geoid":"09003497400"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.76739296283755,41.80529349359586],[-72.76687296266803,41.80529249361246],[-72.76619296244642,41.80529149363425],[-72.76543896220107,41.805297493659765],[-72.7653129621603,41.805302493664804],[-72.76479396199264,41.80532749368639],[-72.76366096162491,41.80535249372782],[-72.76242696122448,41.805381493773275],[-72.761284960856,41.80544449382235],[-72.76126196084861,41.80544649382347],[-72.76026696052504,41.80545749385772],[-72.759134960157,41.80547149389699],[-72.75879296004682,41.80549349391229],[-72.75776595971597,41.80555949395821],[-72.7574249596062,41.805582493973645],[-72.75579695907744,41.80561249403201],[-72.75558095900726,41.805616494039775],[-72.7553639589368,41.805620494047545],[-72.7543759586159,41.80563849408292],[-72.75310495819872,41.80558649411393],[-72.75259395803307,41.805601494133334],[-72.75102395753868,41.805899494241515],[-72.75095395751153,41.80582449422933],[-72.75081495745013,41.80554549417995],[-72.75076995743017,41.80545349416366],[-72.75078395742717,41.805322494137926],[-72.75078395742683,41.80531649413677],[-72.7507899574202,41.8051674941078],[-72.75078195740254,41.80490649405771],[-72.75077895739372,41.80477049403154],[-72.75076895737558,41.80451249398208],[-72.75073995732156,41.803739493833824],[-72.75073095730379,41.80348249378451],[-72.75065595726049,41.80315549372382],[-72.75058995722209,41.802862493669394],[-72.7503609571092,41.802198493548616],[-72.75025295705578,41.80188249349113],[-72.7500289569844,41.80191049350375],[-72.74988895693953,41.801923493510785],[-72.74981095691457,41.80193149351484],[-72.74953695682579,41.801940493525414],[-72.74920495671677,41.80192549353325],[-72.74917995670856,41.80192449353387],[-72.74885495660307,41.8019314935457],[-72.7487919565828,41.801936493548695],[-72.74842795646599,41.80196749356643],[-72.74810995636439,41.80200249358344],[-72.74715795606035,41.80210949363484],[-72.74684095595912,41.80214549365202],[-72.74673795589138,41.80155249354089],[-72.74672295588128,41.80146249352399],[-72.74643195570438,41.80003849325852],[-72.74638495567443,41.799784493211],[-72.74627595560483,41.79919349310044],[-72.74609495552022,41.79874849302038],[-72.74594195545289,41.79844549296682],[-72.74579495539128,41.798207492925634],[-72.74509795511194,41.79730149277321],[-72.74495195505335,41.797110492741055],[-72.74451595487827,41.79653749264452],[-72.74437095482003,41.796346492612315],[-72.74423495476526,41.796165492581764],[-72.74382895460187,41.79562549249062],[-72.74369395454748,41.795445492460225],[-72.74352995448064,41.79521249242053],[-72.74343195443913,41.79504649239164],[-72.74328995437898,41.7948054923497],[-72.74312895430785,41.79448149229235],[-72.74300895425037,41.79416249223464],[-72.74291795420261,41.79384849217694],[-72.74289695418877,41.79372649215407],[-72.74286995417097,41.79357049212482],[-72.74284195414359,41.79325349206453],[-72.74284395412413,41.792904491997064],[-72.74284995412164,41.792827491982024],[-72.7428709541142,41.79257949193346],[-72.74291695411374,41.79231149188024],[-72.74310195413186,41.79157949173293],[-72.74320695414232,41.79116749165],[-72.74323195413832,41.79095649160845],[-72.74324395413663,41.79085949158933],[-72.74324495412114,41.79058449153621],[-72.7432199540979,41.79032249148642],[-72.74321995409773,41.790319491485846],[-72.74317395407103,41.790116491448124],[-72.74310295403608,41.78991149141084],[-72.74307495402213,41.78982749139553],[-72.74298995398269,41.78962349135888],[-72.74286295392834,41.78939849131954],[-72.74281795390976,41.789330491307844],[-72.74269795386036,41.789151491277174],[-72.7424469537617,41.78885849122868],[-72.74225195368722,41.788668491198294],[-72.74132695333388,41.787766491053944],[-72.74111095324777,41.78749349100822],[-72.74097495318827,41.78722949096161],[-72.74096595318343,41.787196490955544],[-72.74094395317091,41.787103490938286],[-72.74093695316027,41.786958490910514],[-72.74094695313957,41.786542490829866],[-72.7415169533231,41.78650449080415],[-72.7416919533795,41.78649349079636],[-72.74204195349162,41.7864604907787],[-72.74322095386631,41.786296490709006],[-72.74378795404658,41.78621849067566],[-72.74394395409605,41.78619549066619],[-72.74441295424508,41.7861294906383],[-72.74456995429502,41.786108490629196],[-72.74480395436946,41.786077490615654],[-72.74550595459283,41.785984490575046],[-72.74574095466768,41.78595449056165],[-72.74600395475134,41.78591949054642],[-72.74623195482397,41.78589049053347],[-72.74662095494517,41.78579449050239],[-72.74667195496156,41.785790490499956],[-72.74678695499851,41.78578149049451],[-72.74705295508409,41.78576249048226],[-72.74719495512988,41.78575449047613],[-72.74747195521925,41.785739490464294],[-72.74762195526682,41.785716490455016],[-72.74776395531187,41.78569549044637],[-72.74868495561108,41.785680490413775],[-72.74954095588923,41.785667490383624],[-72.75022695611467,41.785701490368055],[-72.75096995636102,41.78577549035836],[-72.7514399565176,41.785835490354785],[-72.75235395682225,41.78595449034826],[-72.75318195709772,41.78605349034065],[-72.75356595722512,41.786093490335986],[-72.75477595762695,41.786225490322416],[-72.75577095795765,41.786338490312126],[-72.75624195811403,41.78638949030677],[-72.75636295815404,41.78639949030479],[-72.75766495858525,41.786521490286326],[-72.75854595887712,41.7866054902741],[-72.75916295908151,41.78666349026536],[-72.75934895914308,41.78668049026264],[-72.76101695969572,41.7868404902397],[-72.76112395973117,41.78685049023816],[-72.76163495990046,41.78689949023113],[-72.76233696013325,41.78697049022216],[-72.76260696022283,41.78699849021885],[-72.76444396083204,41.787184490195436],[-72.76501496102148,41.787243490188395],[-72.76514696106518,41.78725549018646],[-72.76531396112044,41.78727049018396],[-72.765366961138,41.78727549018322],[-72.76564596123039,41.787301490179225],[-72.76602696135718,41.78734749017579],[-72.76624696143045,41.78737549017411],[-72.76628796148347,41.78806349030562],[-72.7662929614902,41.78815149032244],[-72.76630796151046,41.78841849037351],[-72.76631396151757,41.7885074903905],[-72.76632996153661,41.78874749043633],[-72.76635796156972,41.789163490515726],[-72.76636996159121,41.78946849057424],[-72.76638096160872,41.78970949062041],[-72.76640196162784,41.78992249066086],[-72.76646596168558,41.79056249078235],[-72.7664879617051,41.79077649082294],[-72.766628961844,41.79238849112961],[-72.76665296187288,41.79275349119929],[-72.76669396191606,41.79327049129777],[-72.7667609620015,41.79437349150854],[-72.7668729621176,41.79575349177131],[-72.76688996213744,41.79600149181864],[-72.76692996220991,41.79703149201618],[-72.76697496229016,41.7981684922342],[-72.7670599623443,41.798626492319855],[-72.76740396250484,41.79946649247088],[-72.76744196252686,41.799633492501876],[-72.76745696254298,41.79982849253903],[-72.7674269625462,41.80005349258342],[-72.76734296253338,41.800305492634784],[-72.76726596252168,41.800537492682054],[-72.76721296251831,41.80077849273028],[-72.76718996252468,41.80101849277735],[-72.76720296254713,41.80133449283792],[-72.76723796258914,41.80186449293908],[-72.76727796263691,41.80246649305398],[-72.76734496271587,41.80345649324288],[-72.76738196275859,41.80398749334417],[-72.76738396277429,41.804248493394475],[-72.76738696279425,41.80457749345787],[-72.76738996282144,41.80503149354539],[-72.76739296283755,41.80529349359586]]]},"properties":{"name":4975,"geoid":"09003497500"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.6827309316777,41.74310148430992],[-72.68267193166324,41.74318448432787],[-72.68262593165302,41.74326748434539],[-72.68260293162834,41.74296748428812],[-72.68257693159907,41.742604484218774],[-72.68256593158603,41.74243948418722],[-72.68255393150181,41.74103748391648],[-72.68254993148933,41.74084248387892],[-72.68253793145209,41.74026048376675],[-72.68253393143968,41.74006648372937],[-72.68253393143073,41.73991048369921],[-72.68253393140392,41.7394424836087],[-72.68253393139506,41.73928748357873],[-72.68252893138482,41.739137483549875],[-72.68251593135481,41.738687483463266],[-72.68251193134498,41.73853848343459],[-72.68241093129787,41.738290483389875],[-72.68210893115688,41.737546483255684],[-72.68200893111016,41.73729948321113],[-72.68173993098489,41.73664248309272],[-72.67970993036238,41.73731948328886],[-72.67924493021468,41.73738548331655],[-72.67784992977163,41.737584483399864],[-72.67738592962431,41.73765148342772],[-72.6773429296012,41.737492483398356],[-72.67721392953203,41.737018483310834],[-72.67717092950896,41.73686048328166],[-72.67530992891697,41.73710948338959],[-72.67517692883008,41.73634848324667],[-72.67516592882268,41.736281483234066],[-72.67503092873353,41.73549248308582],[-72.67481292858896,41.73420748284428],[-72.67478392857028,41.73404648281409],[-72.67469692851442,41.73356548272383],[-72.67466792849582,41.73340548269382],[-72.674638928477,41.73324148266303],[-72.67455492842163,41.73275248257114],[-72.67452692840318,41.73258948254052],[-72.67441392832642,41.731891482409125],[-72.67426492823186,41.73108748225841],[-72.67425092822371,41.73102448224666],[-72.67411992813523,41.73022448209612],[-72.67407192810462,41.729962482046986],[-72.6740559280939,41.72986648202893],[-72.67400892806224,41.72958048197511],[-72.67399392805191,41.72948548195722],[-72.67398992804958,41.72946748195386],[-72.67398092804355,41.729413481943716],[-72.67397792804154,41.72939548194033],[-72.67396892803342,41.729304481923016],[-72.67396492802999,41.72926748191598],[-72.67392892799646,41.728886481843425],[-72.67391692798529,41.72875948181926],[-72.67389592796992,41.7286104817911],[-72.6738339279242,41.72816448170682],[-72.67381392790922,41.72801648167882],[-72.67380192790142,41.72794848166606],[-72.67376892787911,41.72774648162803],[-72.67375792787169,41.72767948161544],[-72.67508192829291,41.727503481538875],[-72.6774919290597,41.727184481399775],[-72.67905492955691,41.72697648130934],[-72.6803799299785,41.72680148123295],[-72.68063793006041,41.726764481217494],[-72.68141193030635,41.726656481171744],[-72.6816709303887,41.72662148115665],[-72.68187393045342,41.72659648114529],[-72.6824849306482,41.726522481111346],[-72.68253793066512,41.72651648110848],[-72.68268893071327,41.72649848110015],[-72.68275893072978,41.72638848107663],[-72.6828609307599,41.726334481062906],[-72.68289093076883,41.72631948105904],[-72.68300793080626,41.726307481052956],[-72.68313393084969,41.72634948105704],[-72.68327893089973,41.72639848106186],[-72.68339593093904,41.72641948106218],[-72.68357193099502,41.72639548105186],[-72.68357793099689,41.72639448105147],[-72.6837179310425,41.726394481046974],[-72.68382093107759,41.72642148104889],[-72.6853549315649,41.726205480957844],[-72.68995793302726,41.72556048068518],[-72.69033793314802,41.725507480662706],[-72.69103593336975,41.725409480621344],[-72.69149293352199,41.72546848061805],[-72.69156193354502,41.72547848061777],[-72.69173893360417,41.7255044806171],[-72.69177193361463,41.72549948061508],[-72.69184193363685,41.7254894806109],[-72.69182493363326,41.72552348061802],[-72.69176293361977,41.72564048064265],[-72.69152393356786,41.72609348073796],[-72.69144493355083,41.72624548076991],[-72.69136093353316,41.72641448080528],[-72.69135793353257,41.72642148080674],[-72.6910969334759,41.72691648091089],[-72.69107993347227,41.72694948091782],[-72.6910139334586,41.72708648094643],[-72.69116893353217,41.7274894810194],[-72.69118393354569,41.72764048104815],[-72.691190933552,41.72771048106146],[-72.69149393374552,41.72936648137203],[-72.69159993381297,41.72994148147984],[-72.69164793384368,41.730204481529164],[-72.69179193393576,41.73099348167715],[-72.6918409339668,41.73125648172645],[-72.69189093399471,41.7314594817641],[-72.69204393407949,41.73206948187717],[-72.69209493410779,41.73227348191498],[-72.69214093413423,41.73247348195219],[-72.6922819342145,41.7330734820637],[-72.6923289342413,41.73327348210086],[-72.69242093429206,41.73363648216812],[-72.6926969344444,41.734726482370064],[-72.69278993449554,41.735090482437464],[-72.69247593439626,41.73514248245761],[-72.69153593409906,41.73529948251819],[-72.69122293400011,41.7353524825385],[-72.69099393392753,41.735387482552625],[-72.69031093371112,41.73549348259508],[-72.6900829336389,41.73552948260937],[-72.68975893353647,41.73558348263022],[-72.68942493343278,41.735672482658174],[-72.68747193282671,41.73619848282268],[-72.68682193262505,41.73637448287759],[-72.68667393257907,41.7364134828899],[-72.68622993244131,41.73653348292737],[-72.68608293239572,41.736573482939825],[-72.68592593236205,41.73687848300385],[-72.685457932262,41.737793483195844],[-72.68530193222873,41.73809948326003],[-72.6851779322011,41.73832248330715],[-72.68480893211925,41.73899248344858],[-72.68468593209204,41.73921648349584],[-72.6845839320702,41.7394154835376],[-72.68427793200489,41.740015483663456],[-72.68417693198343,41.740215483705384],[-72.68407193196057,41.740413483747055],[-72.6839849319417,41.740578483781746],[-72.68376993189656,41.74101348387279],[-72.6836719318762,41.74121548391499],[-72.68342693182457,41.741707484018],[-72.68332393180421,41.741937484065794],[-72.68324593178876,41.74211148410195],[-72.68319793177925,41.74221848412417],[-72.68306093174665,41.74242848416918],[-72.68299593173309,41.74256148419699],[-72.68279693169147,41.7429664842817],[-72.6827309316777,41.74310148430992]]]},"properties":{"name":5023,"geoid":"09003502300"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.68256593158603,41.74243948418722],[-72.68218493146328,41.7424634842041],[-72.67784393009364,41.74324148449402],[-72.67756093000408,41.743287484512],[-72.6767119297355,41.74342748456633],[-72.67642992964633,41.7434744845845],[-72.67573592942676,41.74358848462882],[-72.67365592876877,41.74393148476197],[-72.6729629285496,41.74404648480647],[-72.67294592853929,41.74396348479097],[-72.67289592850878,41.74371548474463],[-72.67287992849889,41.74363348472927],[-72.67282692846982,41.74342748469113],[-72.67266992838329,41.74280948457668],[-72.67261792835455,41.74260348453851],[-72.67257492833122,41.74244048450838],[-72.67250492829329,41.74217648445958],[-72.6724379282588,41.74195548441898],[-72.67238992823401,41.74179548438959],[-72.67236192821933,41.741698484371746],[-72.67227792817529,41.74140748431818],[-72.67225092816093,41.74131048430028],[-72.6721959281313,41.74110548426239],[-72.67203192804277,41.74049248414911],[-72.6719779280135,41.7402884841114],[-72.67196592800765,41.74025448410521],[-72.67193092799052,41.74015448408699],[-72.67191992798504,41.740121484080966],[-72.6717149278791,41.73943748395528],[-72.67148392775702,41.738619483804506],[-72.67142592772724,41.7384294837696],[-72.67125292763826,41.73785948366493],[-72.67119592760888,41.73767048363021],[-72.67100292750386,41.73693448349406],[-72.67078192738327,41.73608548333696],[-72.67077292737851,41.736053483331055],[-72.67074592736422,41.735957483313356],[-72.67073792735985,41.735926483307615],[-72.67067892732706,41.73568948326368],[-72.67050292722908,41.73497948313201],[-72.6704449271967,41.73474348308821],[-72.67040892717642,41.73459448306055],[-72.67030092711568,41.73414748297756],[-72.6702659270958,41.733999482950054],[-72.67114592737566,41.73388048289878],[-72.67378692821556,41.73352348274494],[-72.67466792849582,41.73340548269382],[-72.67469692851442,41.73356548272383],[-72.67478392857028,41.73404648281409],[-72.67481292858896,41.73420748284428],[-72.67503092873353,41.73549248308582],[-72.67516592882268,41.736281483234066],[-72.67517692883008,41.73634848324667],[-72.67530992891697,41.73710948338959],[-72.67717092950896,41.73686048328166],[-72.67721392953203,41.737018483310834],[-72.6773429296012,41.737492483398356],[-72.67738592962431,41.73765148342772],[-72.67784992977163,41.737584483399864],[-72.67924493021468,41.73738548331655],[-72.67970993036238,41.73731948328886],[-72.68173993098489,41.73664248309272],[-72.68200893111016,41.73729948321113],[-72.68210893115688,41.737546483255684],[-72.68241093129787,41.738290483389875],[-72.68251193134498,41.73853848343459],[-72.68251593135481,41.738687483463266],[-72.68252893138482,41.739137483549875],[-72.68253393139506,41.73928748357873],[-72.68253393140392,41.7394424836087],[-72.68253393143073,41.73991048369921],[-72.68253393143968,41.74006648372937],[-72.68253793145209,41.74026048376675],[-72.68254993148933,41.74084248387892],[-72.68255393150181,41.74103748391648],[-72.68256593158603,41.74243948418722]]]},"properties":{"name":5024,"geoid":"09003502400"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.64783691944068,41.72790748249132],[-72.64812591953915,41.72798348249677],[-72.64899491983535,41.728212482513186],[-72.64928491993422,41.72828948251878],[-72.65128292061449,41.728803482554135],[-72.65560292208546,41.72991648263089],[-72.65732492263724,41.729755482544476],[-72.65871192308178,41.72962748247522],[-72.65910992320016,41.72943048242434],[-72.65931392326091,41.729330482398446],[-72.66483592501808,41.72860148208021],[-72.66503692508373,41.72860448207435],[-72.66536492519023,41.72859848206265],[-72.66577792532173,41.728545482039145],[-72.66610092542469,41.72850548202104],[-72.6670179257167,41.72838848196898],[-72.66743192584858,41.728336481945625],[-72.66759792590084,41.728304481934096],[-72.66800192602803,41.728227481906245],[-72.66823792610491,41.72822748189866],[-72.67015392672072,41.72808148180891],[-72.67034892678335,41.72806648179975],[-72.670932926971,41.728021481772295],[-72.67112892703408,41.72800748176329],[-72.67116492704557,41.72800348176137],[-72.67187392727126,41.7279114817208],[-72.67241892744313,41.72781248168415],[-72.67375792787169,41.72767948161544],[-72.67376892787911,41.72774648162803],[-72.67380192790142,41.72794848166606],[-72.67381392790922,41.72801648167882],[-72.6738339279242,41.72816448170682],[-72.67389592796992,41.7286104817911],[-72.67391692798529,41.72875948181926],[-72.67392892799646,41.728886481843425],[-72.67396492802999,41.72926748191598],[-72.67396892803342,41.729304481923016],[-72.67397792804154,41.72939548194033],[-72.67398092804355,41.729413481943716],[-72.67398992804958,41.72946748195386],[-72.67399392805191,41.72948548195722],[-72.67400892806224,41.72958048197511],[-72.6740559280939,41.72986648202893],[-72.67407192810462,41.729962482046986],[-72.67411992813523,41.73022448209612],[-72.67425092822371,41.73102448224666],[-72.67426492823186,41.73108748225841],[-72.67441392832642,41.731891482409125],[-72.67452692840318,41.73258948254052],[-72.67455492842163,41.73275248257114],[-72.674638928477,41.73324148266303],[-72.67466792849582,41.73340548269382],[-72.67378692821556,41.73352348274494],[-72.67114592737566,41.73388048289878],[-72.6702659270958,41.733999482950054],[-72.67030092711568,41.73414748297756],[-72.67040892717642,41.73459448306055],[-72.6704449271967,41.73474348308821],[-72.67050292722908,41.73497948313201],[-72.67067892732706,41.73568948326368],[-72.67073792735985,41.735926483307615],[-72.67074592736422,41.735957483313356],[-72.67077292737851,41.736053483331055],[-72.67078192738327,41.73608548333696],[-72.67100292750386,41.73693448349406],[-72.67119592760888,41.73767048363021],[-72.67125292763826,41.73785948366493],[-72.67142592772724,41.7384294837696],[-72.67148392775702,41.738619483804506],[-72.6717149278791,41.73943748395528],[-72.67191992798504,41.740121484080966],[-72.67193092799052,41.74015448408699],[-72.67196592800765,41.74025448410521],[-72.6719779280135,41.7402884841114],[-72.67203192804277,41.74049248414911],[-72.6721959281313,41.74110548426239],[-72.67225092816093,41.74131048430028],[-72.67227792817529,41.74140748431818],[-72.67236192821933,41.741698484371746],[-72.67238992823401,41.74179548438959],[-72.6724379282588,41.74195548441898],[-72.67250492829329,41.74217648445958],[-72.67257492833122,41.74244048450838],[-72.67261792835455,41.74260348453851],[-72.67266992838329,41.74280948457668],[-72.67282692846982,41.74342748469113],[-72.67287992849889,41.74363348472927],[-72.67289592850878,41.74371548474463],[-72.67294592853929,41.74396348479097],[-72.6729629285496,41.74404648480647],[-72.67299592856979,41.74421148483733],[-72.67309692863104,41.744706484929786],[-72.67313092865157,41.7448714849606],[-72.67315492867077,41.74507048499831],[-72.67322692872844,41.74566748511142],[-72.67325092874763,41.745866485149136],[-72.67326392875863,41.74598448517154],[-72.673303928792,41.74633948523889],[-72.67331792880337,41.74645848526145],[-72.67335292883001,41.74672448531176],[-72.67345892891036,41.74752448546303],[-72.67349492893739,41.747791485513496],[-72.67352492895972,41.74801048555487],[-72.67361692902738,41.748668485679154],[-72.67364792905009,41.74888848572069],[-72.67366192906127,41.74900448574267],[-72.67370392909503,41.74935448580899],[-72.6737189291066,41.74947148583112],[-72.6732499289561,41.74951148585394],[-72.672806928814,41.74955048587571],[-72.67255392873224,41.749562485886145],[-72.67184492850562,41.74963848592361],[-72.67154392840943,41.74967148593966],[-72.67137792835626,41.749687485948094],[-72.66999592791385,41.74982448601896],[-72.66992692789178,41.749831486022536],[-72.66979192784859,41.74984548602958],[-72.66856692745674,41.749972486093476],[-72.66782192721723,41.75002848612824],[-72.66557892650067,41.750277486248415],[-72.66413092603817,41.750439486326236],[-72.66359792586718,41.75048648635243],[-72.66251092551857,41.75058348640609],[-72.66205992537341,41.750614486426564],[-72.66199992535455,41.75062648643081],[-72.66162392523648,41.75070448645796],[-72.66148292519352,41.75075648647256],[-72.66115892509885,41.75094648651969],[-72.66018992481577,41.751516486661],[-72.65986692472146,41.751707486708305],[-72.65970992467487,41.75178748672879],[-72.65935092456861,41.75197448677648],[-72.65923692453399,41.75201848678866],[-72.6590739244846,41.752083486806455],[-72.65903392447167,41.75208548680811],[-72.65891292443271,41.75209348681356],[-72.65887392442018,41.75209648681539],[-72.65876092438342,41.75209748681922],[-72.65863992434382,41.75209448682251],[-72.65775392403876,41.751808486795674],[-72.657656924004,41.751753486788154],[-72.65750292394776,41.75164748677258],[-72.65728492386705,41.75147848674692],[-72.65716492382062,41.751350486726025],[-72.6570499237664,41.75105748667306],[-72.6570339237618,41.751068486675706],[-72.65698792374876,41.751102486683756],[-72.65697292374455,41.75111448668656],[-72.6569319237324,41.751135486691936],[-72.65681192369702,41.75120048670835],[-72.65677192368523,41.75122248671388],[-72.65649992360497,41.75136848675086],[-72.65590392342915,41.75168948683204],[-72.65578792339497,41.751752486847955],[-72.65568992336658,41.751814486863076],[-72.65544792329659,41.751969486900826],[-72.65543092329169,41.75198048690349],[-72.65540292328359,41.75199848690787],[-72.65531992325971,41.75205348692116],[-72.655292923252,41.75207248692571],[-72.65519592322399,41.752135486941],[-72.65512992320507,41.75218048695183],[-72.65490492314005,41.752325486987075],[-72.65480892311244,41.75238948700253],[-72.6546229230587,41.7525094870317],[-72.65425992295404,41.75274748708937],[-72.65407092289985,41.75287648712038],[-72.65405692289586,41.75288648712275],[-72.65397292287182,41.752944487136666],[-72.6538889228477,41.75300148715039],[-72.65340492267403,41.75272248711197],[-72.65291992250002,41.7524434870736],[-72.65291792249931,41.75244248707347],[-72.65097892180363,41.75132648691993],[-72.65000692145486,41.75076648684285],[-72.64903692110688,41.750208486766084],[-72.64893892106922,41.75010848674991],[-72.64747692050726,41.74861248650754],[-72.6446369194157,41.745707486036906],[-72.64374091898229,41.7432334855872],[-72.64298191861502,41.741135485205795],[-72.64280691853045,41.74065348511819],[-72.64253691839983,41.73990748498256],[-72.64257191831473,41.73821948465495],[-72.64263691816375,41.73520748407028],[-72.64609891901378,41.730345483018716],[-72.64783691944068,41.72790748249132]]]},"properties":{"name":5025,"geoid":"09003502500"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.68319793177925,41.74221848412417],[-72.68324593178876,41.74211148410195],[-72.68332393180421,41.741937484065794],[-72.68342693182457,41.741707484018],[-72.6836719318762,41.74121548391499],[-72.68376993189656,41.74101348387279],[-72.6839849319417,41.740578483781746],[-72.68407193196057,41.740413483747055],[-72.68417693198343,41.740215483705384],[-72.68427793200489,41.740015483663456],[-72.6845839320702,41.7394154835376],[-72.68468593209204,41.73921648349584],[-72.68480893211925,41.73899248344858],[-72.6851779322011,41.73832248330715],[-72.68530193222873,41.73809948326003],[-72.685457932262,41.737793483195844],[-72.68592593236205,41.73687848300385],[-72.68608293239572,41.736573482939825],[-72.68622993244131,41.73653348292737],[-72.68667393257907,41.7364134828899],[-72.68682193262505,41.73637448287759],[-72.68747193282671,41.73619848282268],[-72.68942493343278,41.735672482658174],[-72.68975893353647,41.73558348263022],[-72.6900829336389,41.73552948260937],[-72.69031093371112,41.73549348259508],[-72.69099393392753,41.735387482552625],[-72.69122293400011,41.7353524825385],[-72.69153593409906,41.73529948251819],[-72.69247593439626,41.73514248245761],[-72.69278993449554,41.735090482437464],[-72.6928019345163,41.735384482493934],[-72.69283793457856,41.73626648266335],[-72.69285093459963,41.73656048271979],[-72.69285193460627,41.73667048274102],[-72.69285593462666,41.73700348280531],[-72.69285793463366,41.737114482826705],[-72.69286693464966,41.7373424828705],[-72.69289493469815,41.73802948300246],[-72.69290493471453,41.738258483046415],[-72.69291293473323,41.738539483100496],[-72.69292793475135,41.73877048314469],[-72.69295193477826,41.739103483208325],[-72.69295993484987,41.7403074834409],[-72.69296393488057,41.74082048353994],[-72.69277993483789,41.74112148360406],[-72.69270693482098,41.741241483629615],[-72.69227293472598,41.74205048380001],[-72.69215793470089,41.74226648384546],[-72.6921899347172,41.74236948386435],[-72.69206393468006,41.74243748388157],[-72.69168593456877,41.74264448393373],[-72.69156093453202,41.7427134839511],[-72.69117693441937,41.7429304840054],[-72.69029693416141,41.74343148413057],[-72.69002493408134,41.74358048416812],[-72.68982293402193,41.74369248419626],[-72.68963993396818,41.743794484221866],[-72.6895769339496,41.74382848423047],[-72.68939193389537,41.74393348425671],[-72.68932993387716,41.74396848426547],[-72.68890193375154,41.74420948432583],[-72.68829293357292,41.7445544844121],[-72.68761693337423,41.74493048450654],[-72.68748293333493,41.74500648452555],[-72.68718093324516,41.74515648456426],[-72.68717993320782,41.744510484439374],[-72.68717793309628,41.7425754840653],[-72.68717793305932,41.74193048394057],[-72.68687993296344,41.7419514839542],[-72.68598593267589,41.74201548399532],[-72.68568893258039,41.74203748400912],[-72.68490593232852,41.74209348404511],[-72.68369293193838,41.74218148410111],[-72.68326093179942,41.742212484120984],[-72.68319793177925,41.74221848412417]]]},"properties":{"name":5026,"geoid":"09003502600"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.6921899347172,41.74236948386435],[-72.69220493474204,41.74271748393116],[-72.69216593474533,41.742996483986346],[-72.69220093478562,41.74350048408269],[-72.69221693480306,41.743713484123354],[-72.69229793487447,41.74449948427273],[-72.69266993503867,41.74524948440578],[-72.69278693509472,41.745562484462546],[-72.69289093517123,41.74630648460304],[-72.69293493519493,41.74646948463314],[-72.69299493523202,41.74677548469037],[-72.69316893533939,41.747659484855674],[-72.69319193536029,41.74789348490018],[-72.69321293536998,41.74794348490918],[-72.69319193537089,41.748078484935945],[-72.6932349354017,41.74837148499121],[-72.69324093541111,41.74850148501614],[-72.6932579354374,41.74886348508559],[-72.69309793544824,41.749961485303],[-72.69309593545596,41.75010748533131],[-72.69309393546877,41.75034248537679],[-72.69309093550324,41.75096048549635],[-72.69310293557515,41.75214648572524],[-72.68915193429478,41.75226548587528],[-72.68916193431014,41.75247648591576],[-72.68919393435704,41.75311248603767],[-72.68920493437278,41.7533244860783],[-72.6887849342368,41.75333948609471],[-72.68752593382942,41.753388486144665],[-72.6871069336939,41.75340548616141],[-72.68624993341629,41.753433486194375],[-72.68368193258456,41.75351948629355],[-72.68337293248452,41.75353048630562],[-72.68282593230717,41.75354548632609],[-72.68284993230198,41.75331848628144],[-72.68292093228625,41.75264048614808],[-72.68294593228144,41.752414486103596],[-72.68297193227868,41.75221848606487],[-72.68305193227108,41.75163148594881],[-72.6830789322687,41.75143648591023],[-72.68308393226758,41.75138848590081],[-72.68309893226433,41.75124648587288],[-72.68310493226359,41.7511994858636],[-72.68315493225637,41.75078948578273],[-72.68320993224935,41.75035448569686],[-72.68323893224489,41.75011148564896],[-72.68326893222292,41.749557485540876],[-72.68329293220718,41.749146485460656],[-72.68330093220125,41.74899748543158],[-72.68332393218317,41.74855148534462],[-72.68333293217763,41.74840348531572],[-72.6833319321694,41.74826548528907],[-72.68332893214469,41.747851485209125],[-72.68332893213683,41.747714485182634],[-72.68332193213044,41.747642485168946],[-72.68331093211945,41.74751348514435],[-72.68331293211524,41.74742848512785],[-72.68331493211183,41.74735748511406],[-72.68325693208484,41.74721648508867],[-72.68325493208337,41.74720248508602],[-72.68319093203424,41.74670848499257],[-72.68316993201799,41.74654448496154],[-72.68310793196994,41.74605848486957],[-72.68292293182618,41.74460148459378],[-72.68286193177853,41.74411648450197],[-72.68279293172837,41.74363348441079],[-72.68272593168099,41.74318748432672],[-72.6827309316777,41.74310148430992],[-72.68279693169147,41.7429664842817],[-72.68299593173309,41.74256148419699],[-72.68306093174665,41.74242848416918],[-72.68319793177925,41.74221848412417],[-72.68326093179942,41.742212484120984],[-72.68369293193838,41.74218148410111],[-72.68490593232852,41.74209348404511],[-72.68568893258039,41.74203748400912],[-72.68598593267589,41.74201548399532],[-72.68687993296344,41.7419514839542],[-72.68717793305932,41.74193048394057],[-72.68717793309628,41.7425754840653],[-72.68717993320782,41.744510484439374],[-72.68718093324516,41.74515648456426],[-72.68748293333493,41.74500648452555],[-72.68761693337423,41.74493048450654],[-72.68829293357292,41.7445544844121],[-72.68890193375154,41.74420948432583],[-72.68932993387716,41.74396848426547],[-72.68939193389537,41.74393348425671],[-72.6895769339496,41.74382848423047],[-72.68963993396818,41.743794484221866],[-72.68982293402193,41.74369248419626],[-72.69002493408134,41.74358048416812],[-72.69029693416141,41.74343148413057],[-72.69117693441937,41.7429304840054],[-72.69156093453202,41.7427134839511],[-72.69168593456877,41.74264448393373],[-72.69206393468006,41.74243748388157],[-72.6921899347172,41.74236948386435]]]},"properties":{"name":5027,"geoid":"09003502700"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.68234893240228,41.757915487186146],[-72.6823869323955,41.75758148712037],[-72.68250093237533,41.75658148692341],[-72.68253993236894,41.756248486857785],[-72.68255593236452,41.75608048682479],[-72.6826059323519,41.755576486725765],[-72.68262293234788,41.75540948669294],[-72.68263993234372,41.75524048665973],[-72.6826909323314,41.75473548656046],[-72.68270893232763,41.75456748652742],[-72.68273193232336,41.75436248648707],[-72.68280193231105,41.7537494863663],[-72.68282593230717,41.75354548632609],[-72.68337293248452,41.75353048630562],[-72.68368193258456,41.75351948629355],[-72.68624993341629,41.753433486194375],[-72.6871069336939,41.75340548616141],[-72.68752593382942,41.753388486144665],[-72.6887849342368,41.75333948609471],[-72.68920493437278,41.7533244860783],[-72.68919393435704,41.75311248603767],[-72.68916193431014,41.75247648591576],[-72.68915193429478,41.75226548587528],[-72.69310293557515,41.75214648572524],[-72.69310193561155,41.752786485849],[-72.69317893571704,41.754188486117535],[-72.69315293571796,41.75435248615007],[-72.69314593571839,41.75439948615938],[-72.6930639357055,41.7546404862086],[-72.69215593549283,41.75609048651807],[-72.69207093548366,41.75641348658324],[-72.69201893548525,41.756736486647355],[-72.69199393549661,41.75707648671386],[-72.69197893550411,41.7572924867561],[-72.69193593552727,41.75794048688273],[-72.69192293553546,41.758157486925086],[-72.69165293544728,41.758153486933004],[-72.69084293518281,41.75814348695712],[-72.69057393509499,41.758140486965196],[-72.69031793501107,41.758131486971685],[-72.68955193476,41.75810548699129],[-72.68929693467648,41.75809748699794],[-72.68904993459549,41.75808848700415],[-72.68830893435249,41.75806148702276],[-72.68806193427154,41.75805348702915],[-72.68786193420623,41.758050487035],[-72.68726293401056,41.75804148705252],[-72.68706393394555,41.758038487058336],[-72.6868329338699,41.75803148706442],[-72.68633493370677,41.758016487077526],[-72.68614193364378,41.75801448708334],[-72.68591193356879,41.758013487090544],[-72.68573493351077,41.758007487095085],[-72.68520693333771,41.757989487108574],[-72.68503093328007,41.75798448711327],[-72.68496493325856,41.7579844871154],[-72.68476693319411,41.75798548712195],[-72.684701933173,41.757986487124235],[-72.68455193312384,41.7579814871281],[-72.68410193297649,41.75796848714003],[-72.68395193292739,41.757964487144086],[-72.68383793288996,41.757959487146785],[-72.68349893277863,41.7579444871548],[-72.68338593274161,41.75794048715764],[-72.68317793267354,41.757935487163365],[-72.68255593247002,41.75792048718047],[-72.68234893240228,41.757915487186146]]]},"properties":{"name":5028,"geoid":"09003502800"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.69039893535648,41.76369248804385],[-72.69041393533767,41.76327948796355],[-72.69046293528272,41.762043487723105],[-72.69047993526468,41.76163248764313],[-72.69048893524571,41.76125048756901],[-72.69051993519017,41.76010648734691],[-72.69052993517157,41.759725487272966],[-72.69053393516376,41.75956648724209],[-72.6905489351414,41.75909148714981],[-72.69055393513396,41.75893348711911],[-72.69055693512583,41.75877448708829],[-72.69056993510274,41.758298486995855],[-72.69057393509499,41.758140486965196],[-72.69084293518281,41.75814348695712],[-72.69165293544728,41.758153486933004],[-72.69192293553546,41.758157486925086],[-72.69193593552727,41.75794048688273],[-72.69197893550411,41.7572924867561],[-72.69199393549661,41.75707648671386],[-72.69201893548525,41.756736486647355],[-72.69207093548366,41.75641348658324],[-72.69215593549283,41.75609048651807],[-72.6930639357055,41.7546404862086],[-72.69314593571839,41.75439948615938],[-72.69315293571796,41.75435248615007],[-72.69335793579009,41.75444548616145],[-72.69354793585313,41.75446548615921],[-72.69346093581882,41.7543614861419],[-72.69333693576483,41.75412448610007],[-72.69332193574596,41.75388048605341],[-72.69343093575317,41.75338748595459],[-72.69371993584562,41.7533574859395],[-72.69439893606271,41.75328548590374],[-72.6966779367879,41.75298448577226],[-72.69753193705884,41.75285748572024],[-72.69873893744918,41.75280748567175],[-72.69913693758505,41.75291548567983],[-72.69920493760813,41.75293148568074],[-72.69933093765096,41.75296248568268],[-72.69955993772882,41.75301948568633],[-72.69973293778747,41.753059485688496],[-72.7005029380486,41.75323848569832],[-72.70059793808075,41.753259485699324],[-72.7008719381735,41.7533204857023],[-72.70088293817727,41.75332348570254],[-72.70097593820934,41.75335448570553],[-72.70070993816572,41.75410448585906],[-72.700584938162,41.754749485987745],[-72.70055593818022,41.75523148608186],[-72.70056993829512,41.75715448645309],[-72.700498938311,41.75783448658682],[-72.70045793832703,41.75834648668708],[-72.70040493832485,41.758609486739616],[-72.7002929383086,41.75896248681144],[-72.7000859382677,41.759424486907406],[-72.69990693822504,41.759697486965926],[-72.69988893822068,41.759723486971524],[-72.69983593820798,41.75980348698869],[-72.69981893820402,41.75983048699447],[-72.6996409381641,41.76014548706107],[-72.69962393815936,41.76015948706432],[-72.69923793805248,41.76048848714032],[-72.69908293800863,41.76060448716773],[-72.6987209379062,41.760874487231554],[-72.69838993780944,41.7610674872795],[-72.69792093767195,41.76133448734618],[-72.6969329373855,41.76195248749741],[-72.69686193736456,41.76199048750704],[-72.69650393726738,41.762329487584076],[-72.69611493715688,41.762612487651275],[-72.69581693707018,41.76279348769583],[-72.69578193706101,41.76283248770451],[-72.69556493699866,41.76297848773971],[-72.6954739369734,41.763054487757316],[-72.6952709369149,41.76318748778955],[-72.69505193685175,41.76333048782423],[-72.69403293654878,41.763836487954784],[-72.69375993646676,41.76395748798694],[-72.69373793645306,41.76384348796564],[-72.69368793642569,41.76365048792995],[-72.69359393638037,41.763394487883495],[-72.69359293638006,41.76339448788353],[-72.69302093619532,41.76342348790754],[-72.69272493609978,41.76343848791995],[-72.69132493565309,41.76360348799686],[-72.69113893559344,41.76362048800613],[-72.69058393541573,41.763674488034425],[-72.69039893535648,41.76369248804385]]]},"properties":{"name":5029,"geoid":"09003502900"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.69057393509499,41.758140486965196],[-72.69056993510274,41.758298486995855],[-72.69055693512583,41.75877448708829],[-72.69055393513396,41.75893348711911],[-72.6905489351414,41.75909148714981],[-72.69053393516376,41.75956648724209],[-72.69052993517157,41.759725487272966],[-72.69051993519017,41.76010648734691],[-72.69048893524571,41.76125048756901],[-72.69047993526468,41.76163248764313],[-72.69046293528272,41.762043487723105],[-72.69041393533767,41.76327948796355],[-72.69039893535648,41.76369248804385],[-72.69014593527527,41.76371348805605],[-72.68938893503238,41.76377948809315],[-72.68913693495159,41.763802488105696],[-72.68888593487102,41.76382348811784],[-72.68813393462979,41.76388948815477],[-72.68811093462247,41.76389248815608],[-72.68788293454841,41.763896488164185],[-72.687628934463,41.76385048816348],[-72.68686793420726,41.76371448816166],[-72.68661493412223,41.76366948816109],[-72.68635493403454,41.7636174881594],[-72.68557793377242,41.76346148815425],[-72.68531993368538,41.7634094881525],[-72.6850909336083,41.76336648815155],[-72.68440493337744,41.76323848814887],[-72.68417693330073,41.76319648814809],[-72.68373993315332,41.763108488145114],[-72.68242893271119,41.76284748813683],[-72.68199293256413,41.76276048813403],[-72.6819559325512,41.76274548813232],[-72.68191593253732,41.7627304881307],[-72.68186793251915,41.76268648812375],[-72.68186193251663,41.762676488122004],[-72.6818439325088,41.76264248811603],[-72.68185493250085,41.76244148807682],[-72.68187093248997,41.762160488022005],[-72.68190893248394,41.76183948795873],[-72.68193293248034,41.761640487919486],[-72.68194393247806,41.76153848789944],[-72.681975932471,41.76123348783945],[-72.68198793246911,41.76113248781954],[-72.68203993244903,41.76048648769302],[-72.68211493242127,41.75957648751473],[-72.68225793240937,41.75855648731298],[-72.68234893240228,41.757915487186146],[-72.68255593247002,41.75792048718047],[-72.68317793267354,41.757935487163365],[-72.68338593274161,41.75794048715764],[-72.68349893277863,41.7579444871548],[-72.68383793288996,41.757959487146785],[-72.68395193292739,41.757964487144086],[-72.68410193297649,41.75796848714003],[-72.68455193312384,41.7579814871281],[-72.684701933173,41.757986487124235],[-72.68476693319411,41.75798548712195],[-72.68496493325856,41.7579844871154],[-72.68503093328007,41.75798448711327],[-72.68520693333771,41.757989487108574],[-72.68573493351077,41.758007487095085],[-72.68591193356879,41.758013487090544],[-72.68614193364378,41.75801448708334],[-72.68633493370677,41.758016487077526],[-72.6868329338699,41.75803148706442],[-72.68706393394555,41.758038487058336],[-72.68726293401056,41.75804148705252],[-72.68786193420623,41.758050487035],[-72.68806193427154,41.75805348702915],[-72.68830893435249,41.75806148702276],[-72.68904993459549,41.75808848700415],[-72.68929693467648,41.75809748699794],[-72.68955193476,41.75810548699129],[-72.69031793501107,41.758131486971685],[-72.69057393509499,41.758140486965196]]]},"properties":{"name":5030,"geoid":"09003503000"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.7430509528287,41.76923348741886],[-72.74299795279427,41.76893548736299],[-72.74288395271968,41.76828448724091],[-72.74282695268748,41.76804748719695],[-72.74275695264782,41.7677544871426],[-72.74273095262377,41.76748348709108],[-72.74265295255164,41.76667148693673],[-72.74262795252795,41.76640148688538],[-72.74260695251289,41.76625848685841],[-72.74257095248677,41.766008486811295],[-72.74252195246092,41.765836486779634],[-72.74248295244027,41.76569848675423],[-72.74234495236985,41.76525548667308],[-72.74202795220802,41.76423748648662],[-72.74198295217478,41.763914486425655],[-72.74191895212755,41.76345548633904],[-72.74190795211659,41.76332748631466],[-72.7418749520838,41.76294448624172],[-72.74186395207292,41.762817486217536],[-72.74186095206264,41.76265548618634],[-72.74185695204649,41.76239748613661],[-72.7418319520254,41.76217248609393],[-72.74181495201066,41.76201248606357],[-72.74202595207618,41.761956486045946],[-72.74225795214714,41.761876486023],[-72.74241095219439,41.761831486009385],[-72.74420695274976,41.76131548585176],[-72.74480695293539,41.761144485799385],[-72.74489195296162,41.76111948579181],[-72.74514995304148,41.76104648576939],[-72.7452359530681,41.761022485761984],[-72.74554095316171,41.76092248573282],[-72.74645795344327,41.76062448564566],[-72.74676395353733,41.760526485616865],[-72.74702895361915,41.760448485593244],[-72.74782595386542,41.76021648552272],[-72.7480919539477,41.76014048549947],[-72.74816995397165,41.76011548549212],[-72.74840295404341,41.76004348547067],[-72.74848195406778,41.760019485463495],[-72.748637954116,41.759974485449774],[-72.74910795426152,41.75984248540911],[-72.74926495431018,41.75979948539573],[-72.74937095434281,41.759766485385946],[-72.74949895438225,41.759727485374285],[-72.74968795444025,41.759665485356194],[-72.74979395447282,41.75963148534622],[-72.75048695468676,41.75942648528425],[-72.75107395486808,41.759254485232084],[-72.75169995506145,41.759071485176534],[-72.75184595510636,41.759025485162944],[-72.75228695524201,41.758886485121856],[-72.7524339552873,41.75884148510841],[-72.75265795535648,41.758775485088435],[-72.7533309555644,41.75857948502887],[-72.75355595563401,41.758515485009234],[-72.75467795598061,41.75818748490966],[-72.75572695630325,41.75785648481187],[-72.75585995634422,41.757815484799664],[-72.75744295683332,41.75735448465951],[-72.7591449573589,41.756854484507976],[-72.75992695759882,41.75659748443309],[-72.76011795765764,41.756538484415515],[-72.76069395783519,41.75636348436311],[-72.76088595789444,41.75630648434591],[-72.76110395796165,41.75624048432612],[-72.76175795816327,41.75604248426677],[-72.76197595823047,41.75597648424697],[-72.76239395835931,41.755849484208944],[-72.76365095874692,41.75547048409515],[-72.76406995887619,41.75534548405748],[-72.76403795887896,41.755574484102745],[-72.76391495890387,41.75670348432489],[-72.76389195892799,41.75725248443171],[-72.7638509589316,41.75754748449005],[-72.76370795890683,41.75792648456788],[-72.76360595889318,41.758266484636884],[-72.76354795888548,41.758460484676235],[-72.763589958946,41.75927448483217],[-72.76360695895607,41.75935348484688],[-72.76373195901988,41.759754484920336],[-72.76391595910187,41.76013748498839],[-72.76443195931634,41.760943485127456],[-72.76447995933599,41.76101348513945],[-72.76462495939533,41.76122348517534],[-72.76467395941532,41.76129348518729],[-72.7647949594645,41.76146348521622],[-72.76515895961249,41.76197448530322],[-72.76528095966206,41.7621454853323],[-72.76533995968612,41.76222948534663],[-72.76544495972878,41.76237648537164],[-72.76545795974046,41.76250548539614],[-72.7654699597503,41.76260848541567],[-72.76548695977552,41.762950485481184],[-72.76543095976719,41.76312248551623],[-72.76529495974326,41.763476485589],[-72.76504695968765,41.76391348568144],[-72.76492695966475,41.76419448573961],[-72.76476795963288,41.76454048581158],[-72.76480495966365,41.76486548587317],[-72.76475995967623,41.76533848596601],[-72.76463795964679,41.76551748600452],[-72.7645729596388,41.76574648605085],[-72.76444195959216,41.76567748604175],[-72.76427095953122,41.7655864860297],[-72.76393895941715,41.76548348602051],[-72.7636319593141,41.7654304860202],[-72.76324195918694,41.76542848603238],[-72.7629059590812,41.7654924860556],[-72.76088095845006,41.765987486216574],[-72.76046095831877,41.76608348624867],[-72.76025495825456,41.76613348626498],[-72.75968995807864,41.76627448631046],[-72.75880795780387,41.76649248638104],[-72.75861495774382,41.76654148639672],[-72.75815395760029,41.76665648643383],[-72.75797695754368,41.766674486443016],[-72.75744495737354,41.7667294864708],[-72.75726895731731,41.766748486480154],[-72.7571099572665,41.76676548648857],[-72.75663395711442,41.76681748651397],[-72.75647595706398,41.76683548652255],[-72.75618395697181,41.76688648654182],[-72.75530795669543,41.767042486600225],[-72.7550169566037,41.767095486619844],[-72.7546529564888,41.76715948664396],[-72.75356195614468,41.76735548671703],[-72.75319895603025,41.76742148674148],[-72.75294395594976,41.76746648675841],[-72.7521809557091,41.767603486809485],[-72.75192695562902,41.76764948682656],[-72.75161895553171,41.767702486846744],[-72.75069795524091,41.76786248690736],[-72.75039095514401,41.7679164869277],[-72.7501899550806,41.767952486941134],[-72.74958695489056,41.76806348698203],[-72.7495609548824,41.76806848698384],[-72.74938695482754,41.76810048699563],[-72.74936795482152,41.76810348699682],[-72.74931495480483,41.76811348700046],[-72.7492969547992,41.76811748700181],[-72.7491519547534,41.76814248701131],[-72.74871995461716,41.76822048704033],[-72.74857595457176,41.76824648704998],[-72.74845495453354,41.76826748705796],[-72.74809495441995,41.76833148708192],[-72.74797595438245,41.76835348709002],[-72.74776895431714,41.76839048710384],[-72.74714795412146,41.768505487146086],[-72.7469409540562,41.7685434871601],[-72.74672195398699,41.76858048717431],[-72.7460649537796,41.76869548721773],[-72.74584695371077,41.76873348723209],[-72.74562995364226,41.76877148724644],[-72.74498095343746,41.768886487289585],[-72.74476495336934,41.768925487304074],[-72.74442295326183,41.76899348732825],[-72.7434899529686,41.76917948739427],[-72.7433959529386,41.769190487399435],[-72.7430509528287,41.76923348741886]]]},"properties":{"name":4976,"geoid":"09003497600"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.7645729596388,41.76574648605085],[-72.76463795964679,41.76551748600452],[-72.76475995967623,41.76533848596601],[-72.76480495966365,41.76486548587317],[-72.76476795963288,41.76454048581158],[-72.76492695966475,41.76419448573961],[-72.76504695968765,41.76391348568144],[-72.76529495974326,41.763476485589],[-72.76543095976719,41.76312248551623],[-72.76548695977552,41.762950485481184],[-72.7654699597503,41.76260848541567],[-72.76545795974046,41.76250548539614],[-72.76544495972878,41.76237648537164],[-72.76533995968612,41.76222948534663],[-72.76528095966206,41.7621454853323],[-72.76515895961249,41.76197448530322],[-72.7647949594645,41.76146348521622],[-72.76467395941532,41.76129348518729],[-72.76462495939533,41.76122348517534],[-72.76447995933599,41.76101348513945],[-72.76443195931634,41.760943485127456],[-72.76391595910187,41.76013748498839],[-72.76373195901988,41.759754484920336],[-72.76360695895607,41.75935348484688],[-72.763589958946,41.75927448483217],[-72.76354795888548,41.758460484676235],[-72.76360595889318,41.758266484636884],[-72.76370795890683,41.75792648456788],[-72.7638509589316,41.75754748449005],[-72.76389195892799,41.75725248443171],[-72.76391495890387,41.75670348432489],[-72.76403795887896,41.755574484102745],[-72.76406995887619,41.75534548405748],[-72.76538795928273,41.754950483938615],[-72.76813496013007,41.754127483690915],[-72.76828596017683,41.75408548367792],[-72.76873896031707,41.75395848363877],[-72.76889096036422,41.75391748362595],[-72.76921396046416,41.75382648359793],[-72.769655960601,41.753702483559714],[-72.7700639607242,41.753534483514066],[-72.77015496075055,41.753477483500106],[-72.77044196083395,41.75330248345703],[-72.77084596095062,41.75304348339394],[-72.77106996101494,41.752893483357724],[-72.77137096110151,41.75269448330954],[-72.77272696148697,41.75171848307718],[-72.77289896153557,41.751589483046686],[-72.77313796160315,41.75141148300459],[-72.77348496169954,41.75112248293753],[-72.77368396175669,41.7509894829054],[-72.77428296192893,41.75059248280934],[-72.77448296198651,41.750461482777574],[-72.7745499620058,41.7504174827669],[-72.77475996206648,41.75028348273422],[-72.77501696214073,41.75011948269424],[-72.77558296230302,41.74973648260195],[-72.77585696238167,41.74955248255754],[-72.77598296241776,41.74946648253686],[-72.77599596242152,41.74945848253489],[-72.77628296250492,41.7492834824918],[-72.77636996252987,41.74922448247759],[-72.77649696256633,41.74913948245706],[-72.77699896271052,41.74880448237612],[-72.77785396295627,41.74823648223873],[-72.77851496314737,41.74781648213622],[-72.77902496329486,41.74749348205733],[-72.779239963357,41.7473564820239],[-72.77946496342197,41.747212481988825],[-72.78078796380454,41.746373481783955],[-72.78122896393208,41.74609448171578],[-72.78142296401982,41.74652148179206],[-72.78200496428325,41.74780448202123],[-72.78217696436096,41.74818148208853],[-72.78219996437139,41.748232482097634],[-72.78233996441547,41.748206482088094],[-72.78247196445705,41.748181482079],[-72.78335296474107,41.74813148204088],[-72.78408596497748,41.74809148200949],[-72.78648596575121,41.747955481905706],[-72.78668696581599,41.74794348189688],[-72.7870409659301,41.74792348188158],[-72.7870479659324,41.74792348188135],[-72.78738996604267,41.74790448186664],[-72.78799496623773,41.74787048184053],[-72.7885989664324,41.74783548181426],[-72.78877496648921,41.74782648180683],[-72.7888699665198,41.7478204818026],[-72.78896496655044,41.74781548179856],[-72.78964296676905,41.74777748176932],[-72.79276196777462,41.74760148163455],[-72.79497396848775,41.74747648153893],[-72.7953939687791,41.75015948204385],[-72.79599496919681,41.75401148276876],[-72.79615996931142,41.75506748296746],[-72.79674296971686,41.75880748367121],[-72.79744297034897,41.76581548500238],[-72.79895397171363,41.78093648787376],[-72.7994369721503,41.785774488792235],[-72.79954297224639,41.786840488994606],[-72.80004297269775,41.79183548994268],[-72.79894297234515,41.79193448999737],[-72.79874297233185,41.79283249017719],[-72.79847297230242,41.79384549038145],[-72.7983689722998,41.79438649048925],[-72.79805797229237,41.79601149081295],[-72.79795497229013,41.79655349092089],[-72.79781197233771,41.79818349124013],[-72.79738397248104,41.80307649219826],[-72.79724197252904,41.8047074925176],[-72.79602197213308,41.804733492562086],[-72.79486897175882,41.80475749260403],[-72.78775196944878,41.80490849286342],[-72.78553796873013,41.804955492944075],[-72.78537996867882,41.804958492949766],[-72.78502296856333,41.804972492964005],[-72.7839549682179,41.805016493007024],[-72.78359896810278,41.80503149302143],[-72.78326196799274,41.805027493031574],[-72.78225196766299,41.8050154930619],[-72.78191596755327,41.805011493072],[-72.78181096751922,41.80501449307599],[-72.78173396749432,41.80501749307905],[-72.78118996731838,41.80504049310108],[-72.7810089672599,41.80504849310847],[-72.77470196521466,41.80521749334499],[-72.77393196496487,41.80523649337354],[-72.77162496421641,41.80529249345891],[-72.77085696396732,41.805312493487584],[-72.77054796386652,41.80531049349718],[-72.77016396374124,41.80530749350902],[-72.76825196311772,41.80529849356907],[-72.76808496306325,41.805297493574265],[-72.76739296283755,41.80529349359586],[-72.76738996282144,41.80503149354539],[-72.76738696279425,41.80457749345787],[-72.76738396277429,41.804248493394475],[-72.76738196275859,41.80398749334417],[-72.76734496271587,41.80345649324288],[-72.76727796263691,41.80246649305398],[-72.76723796258914,41.80186449293908],[-72.76720296254713,41.80133449283792],[-72.76718996252468,41.80101849277735],[-72.76721296251831,41.80077849273028],[-72.76726596252168,41.800537492682054],[-72.76734296253338,41.800305492634784],[-72.7674269625462,41.80005349258342],[-72.76745696254298,41.79982849253903],[-72.76744196252686,41.799633492501876],[-72.76740396250484,41.79946649247088],[-72.7670599623443,41.798626492319855],[-72.76697496229016,41.7981684922342],[-72.76692996220991,41.79703149201618],[-72.76688996213744,41.79600149181864],[-72.7668729621176,41.79575349177131],[-72.7667609620015,41.79437349150854],[-72.76669396191606,41.79327049129777],[-72.76665296187288,41.79275349119929],[-72.766628961844,41.79238849112961],[-72.7664879617051,41.79077649082294],[-72.76646596168558,41.79056249078235],[-72.76640196162784,41.78992249066086],[-72.76638096160872,41.78970949062041],[-72.76636996159121,41.78946849057424],[-72.76635796156972,41.789163490515726],[-72.76632996153661,41.78874749043633],[-72.76631396151757,41.7885074903905],[-72.76630796151046,41.78841849037351],[-72.7662929614902,41.78815149032244],[-72.76628796148347,41.78806349030562],[-72.76624696143045,41.78737549017411],[-72.76619996139213,41.786976490098574],[-72.7661909613849,41.78690149008439],[-72.76606796128405,41.785847489884844],[-72.76603396125181,41.785480489815086],[-72.76599096121046,41.78500648972495],[-72.76596196117859,41.78461748965078],[-72.76587796108397,41.78345048942814],[-72.76584996105247,41.783062489354116],[-72.76575996094142,41.78164448908321],[-72.76548996060829,41.7773904882704],[-72.76546396057556,41.776969488189934],[-72.76540096049764,41.775973487999615],[-72.76539296048465,41.775793487965096],[-72.76537096044642,41.7752544878617],[-72.76536396043385,41.775075487827365],[-72.76534196041607,41.77489148779253],[-72.76527596036279,41.77433948768804],[-72.76525396034506,41.77415648765341],[-72.76521796032618,41.774032487630635],[-72.76510996026964,41.77366148756245],[-72.76507496025116,41.773538487539824],[-72.76495596018675,41.77309348745771],[-72.76491696016481,41.77293348742806],[-72.76485996013284,41.77270048738491],[-72.7648139600959,41.772319487312785],[-72.76482596007284,41.771851487222015],[-72.76484496006833,41.771665487185466],[-72.76486696006322,41.771452487143605],[-72.7649119600561,41.77107448706915],[-72.76498696004482,41.77045448694698],[-72.76502296004475,41.77024948690621],[-72.76513496004596,41.769637486784376],[-72.76517196004626,41.76943348674377],[-72.76517396003482,41.76922348670314],[-72.765174960034,41.76920348669925],[-72.76515896000569,41.768802486622306],[-72.76512895998404,41.768596486583476],[-72.76509895996234,41.768389486544464],[-72.76501395990957,41.76795348646297],[-72.76500495990403,41.76790848645458],[-72.76491395985711,41.76760848639957],[-72.76472195969482,41.76587648607116],[-72.76456895963837,41.765761486053876],[-72.7645729596388,41.76574648605085]]]},"properties":{"name":4977,"geoid":"09003497700"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.62500091048183,41.701277478069],[-72.62688891108368,41.70104747796404],[-72.62819591148832,41.70067747785054],[-72.63523491366763,41.69868747723983],[-72.63532691369623,41.69866347723222],[-72.63542591370675,41.698282477155296],[-72.63592491376,41.69636547676812],[-72.63600891376903,41.69604447670328],[-72.63659091383096,41.693805476251086],[-72.6366799138405,41.693464476182186],[-72.63673691384442,41.69320747613061],[-72.63674291384295,41.693147476118796],[-72.63667091380474,41.69288847607095],[-72.63615491358719,41.692020475919385],[-72.63590391349177,41.69178047588095],[-72.63579891345186,41.69168047586494],[-72.63566491340086,41.691551475844236],[-72.63433491292068,41.69072647572707],[-72.63374791271211,41.69042147568679],[-72.63268291233379,41.689869475614],[-72.63205991212472,41.68976147561301],[-72.63140291190419,41.68964647561178],[-72.63069391166626,41.68952347561067],[-72.62973591134764,41.689407475618864],[-72.62798991076974,41.68924547564338],[-72.62693491042053,41.68914747565817],[-72.62624391019185,41.689083475667886],[-72.62453590962647,41.688924475691756],[-72.61853590764046,41.688366475775695],[-72.61573590671375,41.688107475815094],[-72.61637390691762,41.68803847578131],[-72.61829090753034,41.68783347568028],[-72.61892990773464,41.68776647564685],[-72.62053990825133,41.6876314755692],[-72.62477690961128,41.68727947536544],[-72.62536990980156,41.68722947533678],[-72.62698091031865,41.68709547525927],[-72.62799891064688,41.68703747521544],[-72.63105491163233,41.68686447508412],[-72.63207391196097,41.68680747504045],[-72.63450091273654,41.686546474912205],[-72.6367739134629,41.68630247479216],[-72.64178191506315,41.6857634745274],[-72.64420991583907,41.68550347439926],[-72.64497091608207,41.68541847435843],[-72.64725391681112,41.685165474236285],[-72.6480159170545,41.68508147419562],[-72.64817791710638,41.68506647418752],[-72.64866291726177,41.685021474163264],[-72.64882591731407,41.68500747415534],[-72.64888391733271,41.685003474152694],[-72.64905691738838,41.68499147414484],[-72.6491159174074,41.68498847414236],[-72.64913191741611,41.685049474153665],[-72.64917691744012,41.68521347418398],[-72.64918391744348,41.68523247418743],[-72.64920691745436,41.68529247419833],[-72.64945991755097,41.68554147423845],[-72.64984191769669,41.685915474298646],[-72.65020191783628,41.68630747436304],[-72.65020891783897,41.686314474364146],[-72.65044291792972,41.686569474406035],[-72.6508219180864,41.6871524745068],[-72.65091191812363,41.68729147453084],[-72.6509609181451,41.68738847454807],[-72.65164891844667,41.68874747478921],[-72.65221991870467,41.6900104750155],[-72.65261991888536,41.69089447517385],[-72.65298091905427,41.69179447533657],[-72.6532939191975,41.692518475466734],[-72.65357091932412,41.693156475581404],[-72.65411991956681,41.69427647578067],[-72.65446591971906,41.69496947590376],[-72.65487291988892,41.695623476017346],[-72.6557479202629,41.697183476291336],[-72.65660892063093,41.69871847656093],[-72.65716392085719,41.699515476697435],[-72.65793092116972,41.700614476885605],[-72.65872392149915,41.70186047710139],[-72.65877392152034,41.70194647711644],[-72.65926192172729,41.7027874772636],[-72.6593069217472,41.70287947727995],[-72.65944292180737,41.70315747732942],[-72.65948892182764,41.70325047734595],[-72.65951292183827,41.70329947735466],[-72.65958792187116,41.70344747738092],[-72.65961292188214,41.70349747738979],[-72.6597359219482,41.70395247747391],[-72.65974092195097,41.70397247747762],[-72.65985992201634,41.704438477564004],[-72.65994292207951,41.70507147768388],[-72.65995592210425,41.70543047775296],[-72.65997592213891,41.70592347784776],[-72.65992292217214,41.70680747802056],[-72.6598809221991,41.707518478159535],[-72.65990092224392,41.708189478288766],[-72.65996292230027,41.708822478409296],[-72.66009692237036,41.70928547849461],[-72.66015992239915,41.70943047852066],[-72.66026192244574,41.70966447856268],[-72.66051592256156,41.7102434786666],[-72.66075492266921,41.71076547875996],[-72.66102492279087,41.711355478865485],[-72.66142892297937,41.712351479045296],[-72.66164492308016,41.71288447914152],[-72.66171392311081,41.713027479166975],[-72.6618089231529,41.713222479201676],[-72.66191092319977,41.71346147924464],[-72.6619739232287,41.71360847927108],[-72.66198992323636,41.71365147927888],[-72.66203992326001,41.713780479302244],[-72.66205692326807,41.71382447931022],[-72.66217792332257,41.71408847935742],[-72.66254292348673,41.71488047949898],[-72.66266492354154,41.71514447954616],[-72.66272592356994,41.715293479573035],[-72.66291192365617,41.715742479653954],[-72.66297392368494,41.715892479680996],[-72.66357392395176,41.71714147990345],[-72.66391292411613,41.718085480075246],[-72.664313924293,41.7188944802189],[-72.66449492437287,41.71926048028392],[-72.66463492443467,41.71954348033419],[-72.66547992481584,41.721396480665604],[-72.66587192499385,41.7222764808233],[-72.66611692510614,41.72284448092533],[-72.6662119251496,41.723063480964655],[-72.66662592534112,41.7240544811431],[-72.66682592543448,41.72454748123206],[-72.66698092550676,41.7249284813008],[-72.6672179256273,41.72568648143983],[-72.66730692567803,41.72606648151051],[-72.66733092569152,41.726165481528874],[-72.66742392574588,41.72658648160734],[-72.66743892576352,41.726809481649994],[-72.66748692581743,41.72747848177787],[-72.66750292583545,41.7277024818207],[-72.66748792583778,41.727828481845556],[-72.66744892584566,41.728188481916455],[-72.66744592584588,41.72820948192061],[-72.66743992584702,41.728263481931236],[-72.66743192584858,41.728336481945625],[-72.6670179257167,41.72838848196898],[-72.66610092542469,41.72850548202104],[-72.66577792532173,41.728545482039145],[-72.66536492519023,41.72859848206265],[-72.66503692508373,41.72860448207435],[-72.66483592501808,41.72860148208021],[-72.65931392326091,41.729330482398446],[-72.65910992320016,41.72943048242434],[-72.65871192308178,41.72962748247522],[-72.65732492263724,41.729755482544476],[-72.65560292208546,41.72991648263089],[-72.65128292061449,41.728803482554135],[-72.64928491993422,41.72828948251878],[-72.64899491983535,41.728212482513186],[-72.64812591953915,41.72798348249677],[-72.64783691944068,41.72790748249132],[-72.647751919412,41.72789048249076],[-72.64766691938334,41.727873482490196],[-72.64753091933748,41.72784648248933],[-72.64698691915409,41.7277384824859],[-72.64661291902796,41.72766348248337],[-72.64630791892512,41.727602482481345],[-72.64499191847604,41.727246482454674],[-72.6443129182444,41.72706348244105],[-72.64359791800042,41.72687048242663],[-72.63832991620286,41.725446482319995],[-72.63633591552248,41.7249074822796],[-72.63844191619104,41.72460048215272],[-72.63854191622278,41.724585482146594],[-72.645160918324,41.723621481747884],[-72.64538891839639,41.72358848173419],[-72.64736791902463,41.723300481615006],[-72.64781691916758,41.72324248158938],[-72.64826691931081,41.72318348156354],[-72.64886891950242,41.72310448152896],[-72.64805191918805,41.72226048139185],[-72.64743191894947,41.72161948128769],[-72.64400291763008,41.71807648071202],[-72.6424429170299,41.71646548045026],[-72.64057391631083,41.71453448013646],[-72.63830991554912,41.71411048012695],[-72.63688491507551,41.71394548014067],[-72.62574491137323,41.7126604802488],[-72.62454091097314,41.712522480260645],[-72.62203591013912,41.712207480279886],[-72.62197891011787,41.71216048027261],[-72.62192191009657,41.71211248026515],[-72.61904490902221,41.709707479891705],[-72.61593790786198,41.707109479488196],[-72.61621590792693,41.70666047939238],[-72.61722690815154,41.70482247900419],[-72.61761290823253,41.70403747883985],[-72.61814690838385,41.7036404787459],[-72.619716908829,41.702477478470485],[-72.62121390930056,41.70219547836798],[-72.62178890948178,41.70208847832885],[-72.62500091048183,41.701277478069]]]},"properties":{"name":4921,"geoid":"09003492100"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.67274692616238,41.70354347697737],[-72.67283192622081,41.70408147707877],[-72.67284592624472,41.70442047714394],[-72.67297592631597,41.70492647723772],[-72.67298192631895,41.70494447724101],[-72.67322892643787,41.705617477363354],[-72.67325292644945,41.70568347737536],[-72.67447292703368,41.70895347796912],[-72.67477792717959,41.709768478117056],[-72.67499492727954,41.710280478209185],[-72.67507192731253,41.71041847823341],[-72.67510692732752,41.71048147824448],[-72.67534092742254,41.71081047830066],[-72.67543292745994,41.710940478322854],[-72.67558992752377,41.71116247836078],[-72.67613992772901,41.71161947843156],[-72.67614692773158,41.7116244784323],[-72.67720192811653,41.712347478538355],[-72.67778692832708,41.7126974785873],[-72.67859992862498,41.713276478673265],[-72.67862292863354,41.713295478676194],[-72.6787589286841,41.713404478692915],[-72.67889392873893,41.71359447872537],[-72.67897492877331,41.71373447874984],[-72.67912092884386,41.71413647882295],[-72.67878692873879,41.714201478846256],[-72.67778492842382,41.71440047891693],[-72.67745192831917,41.714467478940584],[-72.67720192824027,41.714511478957135],[-72.67645492800463,41.71464547900704],[-72.67620692792643,41.714690479023695],[-72.67389792720027,41.71514347918547],[-72.67301392692178,41.71530847924579],[-72.67167092649971,41.71557747934095],[-72.67103392629917,41.71569847938481],[-72.6693779257787,41.71602947950201],[-72.66888692562415,41.71612347953595],[-72.66741692516163,41.71640847963828],[-72.66692692500746,41.71650347967238],[-72.66662592491267,41.71656047969309],[-72.66572592462936,41.716732479755244],[-72.66542592453494,41.716790479776094],[-72.66527192448638,41.71681847978645],[-72.66481092434127,41.716906479818284],[-72.66465792429312,41.71693647982898],[-72.66357392395176,41.71714147990345],[-72.66297392368494,41.715892479680996],[-72.66291192365617,41.715742479653954],[-72.66272592356994,41.715293479573035],[-72.66266492354154,41.71514447954616],[-72.66254292348673,41.71488047949898],[-72.66217792332257,41.71408847935742],[-72.66205692326807,41.71382447931022],[-72.66203992326001,41.713780479302244],[-72.66198992323636,41.71365147927888],[-72.6619739232287,41.71360847927108],[-72.66191092319977,41.71346147924464],[-72.6618089231529,41.713222479201676],[-72.66171392311081,41.713027479166975],[-72.66164492308016,41.71288447914152],[-72.66142892297937,41.712351479045296],[-72.66102492279087,41.711355478865485],[-72.66075492266921,41.71076547875996],[-72.66051592256156,41.7102434786666],[-72.66026192244574,41.70966447856268],[-72.66015992239915,41.70943047852066],[-72.66009692237036,41.70928547849461],[-72.65996292230027,41.708822478409296],[-72.65990092224392,41.708189478288766],[-72.6598809221991,41.707518478159535],[-72.65992292217214,41.70680747802056],[-72.65997592213891,41.70592347784776],[-72.65995592210425,41.70543047775296],[-72.65994292207951,41.70507147768388],[-72.65985992201634,41.704438477564004],[-72.65974092195097,41.70397247747762],[-72.6597359219482,41.70395247747391],[-72.65961292188214,41.70349747738979],[-72.65958792187116,41.70344747738092],[-72.65951292183827,41.70329947735466],[-72.65948892182764,41.70325047734595],[-72.65944292180737,41.70315747732942],[-72.6593069217472,41.70287947727995],[-72.65926192172729,41.7027874772636],[-72.65877392152034,41.70194647711644],[-72.65872392149915,41.70186047710139],[-72.65793092116972,41.700614476885605],[-72.65716392085719,41.699515476697435],[-72.65660892063093,41.69871847656093],[-72.65693092072583,41.69854347651672],[-72.65696492073593,41.69852647651234],[-72.65724792082159,41.6984124764812],[-72.65768392095495,41.698261476437985],[-72.65796492104128,41.69817047641135],[-72.65801192105576,41.69815547640694],[-72.65832092115221,41.698082476382915],[-72.6584229211835,41.69804847637304],[-72.65860692123992,41.69798747635535],[-72.65872692127638,41.697941476342585],[-72.65882792130718,41.697904476332184],[-72.65891492133169,41.69783747631642],[-72.65901092135879,41.69776447629921],[-72.65910392138073,41.69761847626796],[-72.65911792138336,41.69758447626092],[-72.65916092139159,41.69748347624],[-72.6591949213879,41.69722447618877],[-72.65919792138605,41.69717547617918],[-72.65926092135368,41.69624847599768],[-72.65928292134319,41.69593947593713],[-72.65963192145445,41.69589747591783],[-72.65989892153844,41.69584547589919],[-72.66173792211734,41.69549447577227],[-72.66235192231068,41.695378475730124],[-72.66259792238797,41.69532947571275],[-72.66333892262098,41.69518347566072],[-72.663586922699,41.69513547564348],[-72.66383392277653,41.695084475625684],[-72.66457492300924,41.694933475572675],[-72.66482292308714,41.69488347555504],[-72.66507292316564,41.694832475537154],[-72.66582292340114,41.694679475483476],[-72.66607392348004,41.69462947546574],[-72.66634492356515,41.694574475446395],[-72.66698692376687,41.69444547540084],[-72.6671609238224,41.69442547539138],[-72.66743592391023,41.694395475376744],[-72.66762792397037,41.69435347536246],[-72.66820292415042,41.69422747531962],[-72.66839592421093,41.6941864753055],[-72.66979792465062,41.69389047520321],[-72.67066892492518,41.69373147514449],[-72.67099292507677,41.69453847529035],[-72.67132492524394,41.69557247547989],[-72.67102792515047,41.69562947550045],[-72.6701389248709,41.69580347556265],[-72.66984292477783,41.69586147558339],[-72.6698989248069,41.69605147561838],[-72.67006792489455,41.69662247572351],[-72.67012492492401,41.69681347575865],[-72.67018992495545,41.69699347579142],[-72.67038692505052,41.69753447588983],[-72.67045292508234,41.69771547592275],[-72.67050792510912,41.697870475951014],[-72.67067592519057,41.69833847603621],[-72.67073192521771,41.698494476064624],[-72.67080392525303,41.69870247610258],[-72.67102292535998,41.699326476216356],[-72.6710959253957,41.699535476254475],[-72.67138092548544,41.69948147623489],[-72.67223892575578,41.69932247617656],[-72.67252492584596,41.699270476157324],[-72.67255192586697,41.69948447619789],[-72.67256792587904,41.699604476220614],[-72.67257092588709,41.699728476244516],[-72.67258192591376,41.70013247632236],[-72.67258892592842,41.700349476364146],[-72.67264092597291,41.700831476455775],[-72.67264692598366,41.700985476485414],[-72.67272192611766,41.70290347685429],[-72.67274692616238,41.70354347697737]]]},"properties":{"name":4922,"geoid":"09003492200"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.7063159370642,41.70301547579713],[-72.70641493712421,41.70350047588783],[-72.70663393725698,41.70457447608864],[-72.70672393730815,41.70495647615967],[-72.70683793737291,41.70543947624949],[-72.70685693738363,41.70551847626416],[-72.70691993741548,41.70571647630047],[-72.70701793746484,41.70602147635634],[-72.70714393753633,41.70655347645525],[-72.70721193757461,41.70683547650765],[-72.7073769376679,41.70752647663607],[-72.70743493770064,41.707768476681025],[-72.70752293775524,41.70822147676586],[-72.70767193784086,41.70886947688647],[-72.70782293792224,41.709432476990564],[-72.70786093794442,41.709603477022426],[-72.70786993794948,41.7096404770293],[-72.70793993798995,41.70994947708685],[-72.70802093803624,41.710297477151585],[-72.70804093804765,41.7103824771674],[-72.70799993805474,41.71073947723779],[-72.70787093806437,41.711641477416485],[-72.70755493808863,41.71386247785638],[-72.70732793811172,41.715556478191466],[-72.7073079381121,41.71567647821532],[-72.7071159381172,41.71685747844998],[-72.70709793812054,41.7170184784817],[-72.70686593812843,41.71847547877107],[-72.70616993815239,41.72285047963983],[-72.70593893816068,41.7243084799293],[-72.70571893809132,41.72434847994409],[-72.70505893788322,41.724468479988545],[-72.70483893781388,41.72450848000335],[-72.70471593777427,41.724516480008845],[-72.7029879372176,41.7246234800851],[-72.70252393706818,41.72465348010583],[-72.7013159366791,41.72472948015937],[-72.70131093667746,41.724729480159525],[-72.69918893599393,41.724862480253485],[-72.69743593542889,41.72496548032975],[-72.69656093514686,41.72501748036794],[-72.69632393507048,41.725031480378256],[-72.69594893495001,41.72506048039591],[-72.69558693483368,41.72508848041297],[-72.69517693470137,41.72510948043021],[-72.69495293462907,41.72512148043974],[-72.69431993442478,41.725154480466465],[-72.69394693430439,41.72517348048213],[-72.69392893429858,41.725174480482906],[-72.69353693417204,41.72519448049937],[-72.69319693406463,41.72525248052151],[-72.69228193377576,41.72541248058186],[-72.69217993374352,41.72542948058843],[-72.69184193363685,41.7254894806109],[-72.69177193361463,41.72549948061508],[-72.69173893360417,41.7255044806171],[-72.69156193354502,41.72547848061777],[-72.69149293352199,41.72546848061805],[-72.69103593336975,41.725409480621344],[-72.69033793314802,41.725507480662706],[-72.68995793302726,41.72556048068518],[-72.6853549315649,41.726205480957844],[-72.68382093107759,41.72642148104889],[-72.6837179310425,41.726394481046974],[-72.68357793099689,41.72639448105147],[-72.68357193099502,41.72639548105186],[-72.68339593093904,41.72641948106218],[-72.68327893089973,41.72639848106186],[-72.68313393084969,41.72634948105704],[-72.68300793080626,41.726307481052956],[-72.68289093076883,41.72631948105904],[-72.6828609307599,41.726334481062906],[-72.68275893072978,41.72638848107663],[-72.68268893071327,41.72649848110015],[-72.68253793066512,41.72651648110848],[-72.6824849306482,41.726522481111346],[-72.68187393045342,41.72659648114529],[-72.6816709303887,41.72662148115665],[-72.68141193030635,41.726656481171744],[-72.68063793006041,41.726764481217494],[-72.6803799299785,41.72680148123295],[-72.67905492955691,41.72697648130934],[-72.6774919290597,41.727184481399775],[-72.67508192829291,41.727503481538875],[-72.67375792787169,41.72767948161544],[-72.67241892744313,41.72781248168415],[-72.67187392727126,41.7279114817208],[-72.67116492704557,41.72800348176137],[-72.67112892703408,41.72800748176329],[-72.670932926971,41.728021481772295],[-72.67034892678335,41.72806648179975],[-72.67015392672072,41.72808148180891],[-72.66823792610491,41.72822748189866],[-72.66800192602803,41.728227481906245],[-72.66759792590084,41.728304481934096],[-72.66743192584858,41.728336481945625],[-72.66743992584702,41.728263481931236],[-72.66744592584588,41.72820948192061],[-72.66744892584566,41.728188481916455],[-72.66748792583778,41.727828481845556],[-72.66750292583545,41.7277024818207],[-72.66748692581743,41.72747848177787],[-72.66743892576352,41.726809481649994],[-72.66742392574588,41.72658648160734],[-72.66733092569152,41.726165481528874],[-72.66730692567803,41.72606648151051],[-72.6672179256273,41.72568648143983],[-72.66698092550676,41.7249284813008],[-72.66682592543448,41.72454748123206],[-72.66662592534112,41.7240544811431],[-72.6662119251496,41.723063480964655],[-72.66611692510614,41.72284448092533],[-72.66587192499385,41.7222764808233],[-72.66547992481584,41.721396480665604],[-72.66463492443467,41.71954348033419],[-72.66449492437287,41.71926048028392],[-72.664313924293,41.7188944802189],[-72.66391292411613,41.718085480075246],[-72.66357392395176,41.71714147990345],[-72.66465792429312,41.71693647982898],[-72.66481092434127,41.716906479818284],[-72.66527192448638,41.71681847978645],[-72.66542592453494,41.716790479776094],[-72.66572592462936,41.716732479755244],[-72.66662592491267,41.71656047969309],[-72.66692692500746,41.71650347967238],[-72.66741692516163,41.71640847963828],[-72.66888692562415,41.71612347953595],[-72.6693779257787,41.71602947950201],[-72.67103392629917,41.71569847938481],[-72.67167092649971,41.71557747934095],[-72.67301392692178,41.71530847924579],[-72.67389792720027,41.71514347918547],[-72.67620692792643,41.714690479023695],[-72.67645492800463,41.71464547900704],[-72.67720192824027,41.714511478957135],[-72.67745192831917,41.714467478940584],[-72.67778492842382,41.71440047891693],[-72.67878692873879,41.714201478846256],[-72.67912092884386,41.71413647882295],[-72.67932092890675,41.71409747880898],[-72.67992392909659,41.71398247876736],[-72.68012592916018,41.713944478753525],[-72.6804999292779,41.71387247872758],[-72.6816209296307,41.71365747864999],[-72.68199592974878,41.713586478624215],[-72.6831559301139,41.71336447854401],[-72.68386693033756,41.71322647849446],[-72.68402993038887,41.71319547848322],[-72.68488593065806,41.71302747842322],[-72.68602393101588,41.71280347834334],[-72.68645793115242,41.71271947831313],[-72.68776193156282,41.712469478222886],[-72.68819693169974,41.712386478192855],[-72.68844493177771,41.71233747817539],[-72.68919193201263,41.71219147812315],[-72.68944093209099,41.71214347810586],[-72.68968893216908,41.7120964780888],[-72.6904359324043,41.71195547803752],[-72.69068493248274,41.71190947802061],[-72.69094093256247,41.71184547800002],[-72.69170893280166,41.711654477938396],[-72.69196593288176,41.71159147791795],[-72.69217993294676,41.711509477895206],[-72.69222293295985,41.71149347789071],[-72.69251593304669,41.71134347785228],[-72.69278493312503,41.71118147781228],[-72.69298293318276,41.711063477783085],[-72.6930089331902,41.711045477778775],[-72.69308593321229,41.71099347776624],[-72.69311293322012,41.710976477762074],[-72.69332493328521,41.710907477741905],[-72.69333393328803,41.71090547774123],[-72.69365193338513,41.71079247770915],[-72.69396793348474,41.71073447768778],[-72.69418793355415,41.71069547767317],[-72.69443293363192,41.71066047765851],[-72.69516693386498,41.71055547761462],[-72.69541293394312,41.710521477600146],[-72.69587293408922,41.71045647757277],[-72.69725493452825,41.710263477491026],[-72.69771593467479,41.71020047746402],[-72.69786793472315,41.71018047745525],[-72.69832293486805,41.7101234774296],[-72.6984759349168,41.71010447742103],[-72.69868893498581,41.71009847741302],[-72.69933093519404,41.71008347738948],[-72.69954593526383,41.710079477381804],[-72.69976393531134,41.709669477295456],[-72.69992293534625,41.709374477233254],[-72.7003899354441,41.708426477034784],[-72.70059593548741,41.70801147694785],[-72.70082493553612,41.70755947685302],[-72.7015119356823,41.7062044765687],[-72.70174193573139,41.70575347647404],[-72.70181893574802,41.70560547644292],[-72.70205293579879,41.70516147634946],[-72.70213093581577,41.7050144763185],[-72.70219393582886,41.70488447629133],[-72.7023849358689,41.704497476210285],[-72.70244993588278,41.70436947618344],[-72.70255093590393,41.70416447614051],[-72.7028559359681,41.70355047601186],[-72.70295893598998,41.70334647596908],[-72.7032219360747,41.703330475957536],[-72.7036199362014,41.70327947593487],[-72.7055999368319,41.70303047582304],[-72.70625993704215,41.702948475785966],[-72.7063159370642,41.70301547579713]]]},"properties":{"name":4923,"geoid":"09003492300"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.69996193837245,41.761953487400156],[-72.70018093844966,41.7620554874128],[-72.70021893846312,41.76207448741526],[-72.70032593850125,41.76213148742284],[-72.70051693857008,41.76224648743892],[-72.7007779386639,41.76239948746009],[-72.70072793866163,41.76264348750884],[-72.70069393866063,41.76281948754396],[-72.70069393866093,41.762824487544925],[-72.70059493865875,41.76334848764938],[-72.70056193865817,41.76352548768464],[-72.70041993866012,41.764365487851535],[-72.70035493866139,41.76475648792919],[-72.70023093866708,41.765559488088336],[-72.70003393867954,41.766894488352655],[-72.70002993867998,41.766924488358576],[-72.69987993867754,41.76773348851973],[-72.69997993870955,41.76772348851458],[-72.70027993880568,41.76769548849951],[-72.70038093883807,41.767686488494526],[-72.70077393896263,41.767625488470095],[-72.70195593933724,41.7674424883967],[-72.70234993946215,41.76738248837241],[-72.7025409395226,41.767351488360276],[-72.70295493965364,41.767284488334006],[-72.70311493970446,41.76726148832443],[-72.70325593974931,41.767242488316214],[-72.70330693976553,41.767235488313226],[-72.70331693977016,41.76725948831752],[-72.7033489397847,41.76733148833042],[-72.70335993978973,41.7673564883349],[-72.70340593981076,41.767461488353696],[-72.70338393982185,41.76777948841584],[-72.70334593982055,41.767972488454376],[-72.70392094000009,41.76783648840958],[-72.70415194007903,41.76790048841451],[-72.70421794010163,41.767919488416055],[-72.70484694032866,41.76830448847021],[-72.7050409404037,41.768510488503765],[-72.70502494040825,41.76868048853712],[-72.70522894049678,41.769064488604755],[-72.70510894046734,41.76923248864109],[-72.70475894034934,41.76916348863901],[-72.70421694017836,41.769261488675404],[-72.70342993992234,41.76926848870209],[-72.70323893986746,41.76939648873297],[-72.70329193989862,41.769638488778014],[-72.70353093998776,41.769834488808186],[-72.70378494008251,41.7700434888404],[-72.7042799402649,41.77041048889537],[-72.70433894030599,41.770791488967085],[-72.70440494033399,41.7709044889868],[-72.70443494034669,41.77095548899568],[-72.70450394037596,41.77107348901626],[-72.70452994038642,41.77110848902218],[-72.70456694040124,41.77115648903027],[-72.70464794043372,41.771262489048134],[-72.70416394029677,41.77162348913346],[-72.70405194026515,41.77170848915349],[-72.70277693986787,41.77202448925559],[-72.70267793984479,41.77218448928968],[-72.70277493988766,41.77238048932443],[-72.7030979400006,41.772514489339926],[-72.70326494005903,41.77258448934807],[-72.70324494008446,41.77314048945613],[-72.70319494006736,41.773126489455045],[-72.70288593996179,41.77304148944857],[-72.7027239399063,41.7729944894447],[-72.70116493937243,41.77254348940774],[-72.70088993927831,41.77246448940134],[-72.70064793919492,41.772385489393855],[-72.700280939069,41.77227548938441],[-72.69918293869229,41.77194548935599],[-72.69881693856672,41.77183548934652],[-72.69851593846319,41.771740489337844],[-72.69761493815325,41.77145548931177],[-72.6973149380501,41.77136148930328],[-72.6969029379085,41.771233489291795],[-72.6956669374838,41.77085048925756],[-72.6952559373426,41.770723489246244],[-72.69494493723565,41.77062648923753],[-72.69434593702987,41.77044148922105],[-72.69401193691513,41.7703384892119],[-72.69370193680865,41.7702434892035],[-72.69372693680396,41.77001948915941],[-72.69380393679053,41.769348489027294],[-72.69382993678619,41.76912548898337],[-72.69381793676719,41.768862488932946],[-72.69378493671132,41.76807648878211],[-72.69377393669268,41.76781448873185],[-72.69379393660554,41.76618248841584],[-72.69382793655711,41.76514548821435],[-72.69382793652537,41.76459248810749],[-72.69379693649482,41.764236488039685],[-72.69375993646676,41.76395748798694],[-72.69403293654878,41.763836487954784],[-72.69505193685175,41.76333048782423],[-72.6952709369149,41.76318748778955],[-72.6954739369734,41.763054487757316],[-72.69556493699866,41.76297848773971],[-72.69578193706101,41.76283248770451],[-72.69581693707018,41.76279348769583],[-72.69611493715688,41.762612487651275],[-72.69650393726738,41.762329487584076],[-72.69686193736456,41.76199048750704],[-72.6969329373855,41.76195248749741],[-72.6969299373936,41.76211048752805],[-72.69693893740347,41.76223148755113],[-72.69695293741826,41.76240948758508],[-72.69697693743183,41.76250948760364],[-72.6981089377844,41.76222648751253],[-72.6984019378771,41.76217848749381],[-72.69876293799501,41.76218348748318],[-72.69887293803107,41.762187487480396],[-72.69907293809663,41.76219448747532],[-72.69937393819332,41.762170487461],[-72.69996193837245,41.761953487400156]]]},"properties":{"name":5031,"geoid":"09003503100"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.69370193680865,41.7702434892035],[-72.69401193691513,41.7703384892119],[-72.69434593702987,41.77044148922105],[-72.69494493723565,41.77062648923753],[-72.6952559373426,41.770723489246244],[-72.6956669374838,41.77085048925756],[-72.6969029379085,41.771233489291795],[-72.6973149380501,41.77136148930328],[-72.69761493815325,41.77145548931177],[-72.69851593846319,41.771740489337844],[-72.69881693856672,41.77183548934652],[-72.69918293869229,41.77194548935599],[-72.700280939069,41.77227548938441],[-72.70064793919492,41.772385489393855],[-72.70047793916208,41.772778489475265],[-72.69996993906433,41.77395848971959],[-72.69980093903192,41.774352489801146],[-72.69912593880564,41.774242489801615],[-72.69710393812801,41.773915489803514],[-72.69642993790214,41.77380648980413],[-72.69605093777531,41.77374848980513],[-72.69491393739496,41.773576489808484],[-72.69453593726851,41.77351948980964],[-72.69447993724962,41.773508489809316],[-72.69431193719309,41.773477489808734],[-72.6942569371746,41.773467489808574],[-72.69396693707718,41.77341648980805],[-72.69368993698416,41.77336848980768],[-72.6930979367854,41.77326648980703],[-72.69280893668837,41.77321648980665],[-72.69246393657274,41.77316048980693],[-72.69142893622607,41.772996489808556],[-72.69108393611049,41.77294148980903],[-72.69076993600572,41.77289848981082],[-72.6898309356925,41.77277248981668],[-72.6895179355881,41.772730489818635],[-72.68964593560479,41.772294489730285],[-72.69003393565613,41.77098648946507],[-72.6901629356732,41.77055148937686],[-72.69023293568137,41.77029648932536],[-72.69044393570634,41.76953348917114],[-72.69051493571487,41.76927948911976],[-72.69081493581626,41.7693424891223],[-72.69105093589607,41.76939348912455],[-72.69127093597208,41.76946848913196],[-72.69170093611953,41.76959648914286],[-72.69199593622069,41.769684489150364],[-72.69233693633818,41.769795489160856],[-72.69335993669081,41.77013148919287],[-72.69370193680865,41.7702434892035]]]},"properties":{"name":5033,"geoid":"09003503300"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.68665993497294,41.778237490974504],[-72.68669393497949,41.77815849095815],[-72.6867609349941,41.77803249093166],[-72.68687793501671,41.777762490875745],[-72.68729393509729,41.77680449067728],[-72.68748093513014,41.776315490576785],[-72.68766893516344,41.77582849047665],[-72.68784093522328,41.77589449048387],[-72.68789893524304,41.775909490484906],[-72.68809593531039,41.77596449048921],[-72.68860793548487,41.77609749049844],[-72.68884493556565,41.77615949050277],[-72.68909593565088,41.7762194905063],[-72.68984993590699,41.77640049051701],[-72.6901019359926,41.77646149052068],[-72.69039793609323,41.77653449052527],[-72.69128893639628,41.776755490539315],[-72.6915859364973,41.77682949054403],[-72.69183493658184,41.77688849054743],[-72.69258193683552,41.77706749055796],[-72.6928309369201,41.77712749056155],[-72.69308093700495,41.777186490564894],[-72.69383093725962,41.77736549057534],[-72.69408193734486,41.777425490578864],[-72.69447693747908,41.77752149058469],[-72.69536893778222,41.77773849059791],[-72.695658937882,41.77783049060636],[-72.69604793801588,41.77795449061778],[-72.69536993782879,41.77854349075338],[-72.69524293779376,41.778654490778926],[-72.69368093735893,41.779945491078564],[-72.6932979372524,41.78026349115232],[-72.69260893706087,41.78083849128557],[-72.69252893703309,41.78080849128236],[-72.69228893694978,41.78071949127288],[-72.69220993692237,41.78069049126982],[-72.69214893690118,41.78066749126735],[-72.69196593683756,41.78059849125991],[-72.69190493681643,41.78057649125763],[-72.69172493675393,41.78050949125046],[-72.69118793656757,41.78031149122949],[-72.69100893650551,41.780246491222684],[-72.6907849364267,41.78014549121039],[-72.69048193632021,41.780010491194055],[-72.69011693619159,41.77984149117315],[-72.69010693618803,41.779836491172524],[-72.68990393611534,41.77972249115702],[-72.68970093604264,41.77960849114154],[-72.68909193582452,41.779266491095065],[-72.68888993575217,41.779152491079536],[-72.68885993574125,41.779132491076645],[-72.68877193570924,41.77907449106827],[-72.68874293569868,41.77905549106554],[-72.68856193563425,41.778960491053],[-72.68855493563174,41.77895649105247],[-72.68825793552556,41.77879249103033],[-72.68801593544072,41.77868849101802],[-72.68782893537518,41.77860849100858],[-72.6875949352945,41.77853149100123],[-72.68715393514253,41.77838749098761],[-72.68689693505372,41.77829949097887],[-72.68685693503996,41.77828649097765],[-72.68665993497294,41.778237490974504]]]},"properties":{"name":5035,"geoid":"09003503500"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.69803293867257,41.778126490587134],[-72.69901493902132,41.77862749065232],[-72.69969993926529,41.7789884907],[-72.70086693968096,41.779604490781416],[-72.70166993996989,41.780079490847335],[-72.70212694013802,41.780413490897125],[-72.70248494027202,41.78071549094394],[-72.7030539404972,41.7814074910593],[-72.70340994064298,41.78192549114789],[-72.70361194073759,41.782426491238155],[-72.70368394077674,41.78269949128857],[-72.70394394091763,41.78367649146891],[-72.70410094101781,41.78452949162859],[-72.70389094094737,41.78449449162859],[-72.70333794076193,41.78440349162882],[-72.70326594073727,41.7843824916271],[-72.70326494073687,41.78438149162693],[-72.70306794066953,41.78432649162263],[-72.70305694067049,41.78440549163826],[-72.70303394066717,41.784478491653104],[-72.70290494063411,41.78463449168739],[-72.70280394060839,41.78475949171478],[-72.70270994058868,41.7849494917545],[-72.70262894057285,41.78513349179265],[-72.7025389405669,41.78554049187414],[-72.70244494056342,41.78601249196834],[-72.70235594056028,41.786462492058114],[-72.7023259405624,41.78666949209905],[-72.70232194056283,41.78669949210498],[-72.70222494054322,41.78690849214848],[-72.70211094051567,41.78707549218439],[-72.7019989404862,41.78719749221157],[-72.70198494048262,41.7872144922153],[-72.701836940441,41.78732949224226],[-72.70147294033117,41.78748249228353],[-72.70134394029091,41.78751349229368],[-72.7011859402413,41.787546492305154],[-72.7010919402119,41.78756749231222],[-72.7006759400785,41.78760549233295],[-72.70020193992404,41.78760549234821],[-72.699764939781,41.78759449236016],[-72.69920493959708,41.78756949237335],[-72.69912693957093,41.78755649237336],[-72.6987949394598,41.787505492374194],[-72.69845293934364,41.78742349236937],[-72.69819493925553,41.787353492364154],[-72.69742293899208,41.78714649234903],[-72.69716593890435,41.78707749234397],[-72.69690293881575,41.78702749234279],[-72.69678693877677,41.78700649234247],[-72.69646093866668,41.78693949234001],[-72.6961709385697,41.78689649234105],[-72.69611493855098,41.786888492341305],[-72.695850938463,41.78685449234324],[-72.69586793846152,41.78673249231913],[-72.69591593845763,41.786392492251906],[-72.69601593845016,41.78569549211407],[-72.69610793844073,41.78500949197862],[-72.69611193844042,41.784981491973085],[-72.69615493842943,41.78454649188768],[-72.69595693836463,41.78454149189308],[-72.69536293817038,41.784529491909886],[-72.69516493810562,41.784525491915495],[-72.69547993816516,41.783775491760494],[-72.6961739382997,41.78218049143007],[-72.6943279376581,41.78148349135486],[-72.69423993762737,41.78144749135073],[-72.69332693731096,41.78111849131655],[-72.69313093724219,41.781033491306445],[-72.69284193714124,41.780915491292944],[-72.69260893706087,41.78083849128557],[-72.6932979372524,41.78026349115232],[-72.69368093735893,41.779945491078564],[-72.69524293779376,41.778654490778926],[-72.69536993782879,41.77854349075338],[-72.69604793801588,41.77795449061778],[-72.69674793826063,41.77824449065128],[-72.69776993861973,41.7786984907061],[-72.69782193863007,41.7785834906822],[-72.69797993866186,41.778240490610855],[-72.69803293867257,41.778126490587134]]]},"properties":{"name":5037,"geoid":"09003503700"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.71520594478802,41.78716549178001],[-72.71517594478952,41.78736149181883],[-72.71510194479423,41.78786249191796],[-72.71508994479538,41.787950491935334],[-72.71506094479727,41.78814749197432],[-72.71507994481934,41.788423492027015],[-72.71513694488566,41.78925349218545],[-72.71515694490812,41.789530492238306],[-72.71515794491378,41.78962349225621],[-72.71516094493082,41.789902492310006],[-72.71516294493681,41.789995492327904],[-72.71519394495509,41.79013749235433],[-72.7152869450099,41.790563492433584],[-72.71531894502856,41.79070649246018],[-72.71535594505075,41.79088249249296],[-72.71543294509722,41.79125449256231],[-72.71546694511746,41.79141349259193],[-72.71550494514003,41.79159049262488],[-72.71555594518892,41.792151492731556],[-72.7156009452311,41.7926294928224],[-72.71571194533661,41.793834493051506],[-72.71576494538616,41.79439549315812],[-72.7158539454579,41.79513849329871],[-72.7158869454773,41.7952884933266],[-72.71640194577695,41.79757949375233],[-72.71648094582297,41.79793149381776],[-72.71666494593012,41.79875149397013],[-72.71667894593827,41.79881349398164],[-72.71668594594279,41.79885249398896],[-72.7169719461261,41.800417494281874],[-72.71697194612625,41.80042049428245],[-72.71699294614005,41.800541494305136],[-72.717058946183,41.800913494374804],[-72.7170809461973,41.801037494398045],[-72.71789794648853,41.8014714944555],[-72.71794694652137,41.801764494510486],[-72.71801994656998,41.802195494591324],[-72.71770794665359,41.805413495222574],[-72.7175909466856,41.806631495461446],[-72.71706294651386,41.80663749547962],[-72.71547994599905,41.80665649553432],[-72.71495294582768,41.806663495552655],[-72.71351394536232,41.806726495611194],[-72.70919694396625,41.80691549578681],[-72.70775894350126,41.806979495845496],[-72.70769194346774,41.80677649580848],[-72.70759094341726,41.806471495752874],[-72.70753594338701,41.80625749571331],[-72.7075159433751,41.80616349569581],[-72.7074729433491,41.805955495657045],[-72.70743094332335,41.80574549561787],[-72.7073059432465,41.80511849550087],[-72.7072649432211,41.80490949546184],[-72.70725694320429,41.80466249541442],[-72.70726694320064,41.80454249539093],[-72.70728294319602,41.8043714953574],[-72.70740194318178,41.80345049517579],[-72.70741194318067,41.80337449516079],[-72.70740194316078,41.80308549510531],[-72.70737694314118,41.8028864950677],[-72.7073739431387,41.80286049506279],[-72.70729394310204,41.80267649502984],[-72.70721594306805,41.80252749500359],[-72.70709094301789,41.80236349497595],[-72.70706994300942,41.80233549497123],[-72.70695594296546,41.80221749495212],[-72.70682194290252,41.80188249489177],[-72.7068049428917,41.80179049487455],[-72.70680494289158,41.801788494874174],[-72.70656694273701,41.80045049462352],[-72.70651994270641,41.80018449457369],[-72.70647894268274,41.80000549454045],[-72.70654194270294,41.79999949453725],[-72.70673094276349,41.7999814945277],[-72.70679494278406,41.79997649452467],[-72.70700394285103,41.79995649451408],[-72.70763294305263,41.79989749448242],[-72.70784294311997,41.79987849447198],[-72.70815194321901,41.79984949445644],[-72.70908094351682,41.799763494409895],[-72.70939094361623,41.7997354943945],[-72.70949294364924,41.79973149439045],[-72.7097989437484,41.799721494378666],[-72.70990194378184,41.799719494374955],[-72.70955694364426,41.79928249430171],[-72.70852294323191,41.797972494082096],[-72.70845994320678,41.79789249406868],[-72.70819794310005,41.797521494005494],[-72.70806294304236,41.79728349396389],[-72.70796194299926,41.79710649393296],[-72.70765294286795,41.796574493840204],[-72.70751594280979,41.796339493799245],[-72.7073069427085,41.79576249369457],[-72.70715894263677,41.795354493620565],[-72.70710694260897,41.79516549358575],[-72.70678594243735,41.79400049337113],[-72.70662394235056,41.79340949326223],[-72.70653394230156,41.79306749319909],[-72.7062669421556,41.79204249300977],[-72.70617794210699,41.791701492946785],[-72.70572094187618,41.79027749268651],[-72.70510494156515,41.788359492335964],[-72.70451194126089,41.78642849198213],[-72.70441594120437,41.78598949190043],[-72.70425694111078,41.78526249176513],[-72.70410094101781,41.78452949162859],[-72.70466894120831,41.78462349162845],[-72.70534194143404,41.784735491628425],[-72.70619594171905,41.78485249162351],[-72.7063819417803,41.78486349161965],[-72.70695794197007,41.78489949160804],[-72.70719194204653,41.78490349160129],[-72.70724494206387,41.78490449159978],[-72.70789394227724,41.784937491585254],[-72.70806394233315,41.78494649158151],[-72.70812794235418,41.78494949158003],[-72.70823994239096,41.78495449157739],[-72.70824394239233,41.784955491577456],[-72.7085269424854,41.78497049157124],[-72.70857694250216,41.784978491571174],[-72.7086889425397,41.78499649157105],[-72.7088409425913,41.7850324915731],[-72.70917194270376,41.7851124915779],[-72.7096679428724,41.78523449158547],[-72.71024294307398,41.78548149161466],[-72.71055794318616,41.78564749163656],[-72.71099794334293,41.7858804916674],[-72.71125994343704,41.786032491688324],[-72.71171894360197,41.786299491725096],[-72.71204794372032,41.786493491751955],[-72.7123099438146,41.78664849177346],[-72.71251594388738,41.78674649178575],[-72.71253394389377,41.78675549178691],[-72.71290394402509,41.786942491811104],[-72.71314594410704,41.78699649181373],[-72.7132239441342,41.78702649181701],[-72.71327094415054,41.787044491818975],[-72.71346794421652,41.78707549181861],[-72.71381394433094,41.78710449181308],[-72.71390194436006,41.78711249181178],[-72.71485794467378,41.78715049178832],[-72.71520594478802,41.78716549178001]]]},"properties":{"name":5038,"geoid":"09003503800"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.70775894350126,41.806979495845496],[-72.70675594317547,41.80699849588149],[-72.70654294310626,41.80700249588912],[-72.70289794192225,41.807071496019866],[-72.70168294152761,41.80709549606364],[-72.700908941276,41.807106496090704],[-72.69858994052217,41.80714149617215],[-72.69781694027093,41.80715349619936],[-72.69736794012607,41.80717949621885],[-72.69602293969224,41.8072584962774],[-72.69557493954777,41.80728549629705],[-72.69473793927826,41.807342496335],[-72.69222993847086,41.80751749644954],[-72.69139393820176,41.807576496487854],[-72.69138393819321,41.807484496470416],[-72.69137693818718,41.80741949645809],[-72.6913379381625,41.8072114964192],[-72.69132193815211,41.807121496402345],[-72.69130193813612,41.806956496371136],[-72.69124493808917,41.806463496277786],[-72.69122593807356,41.80629949624675],[-72.69121093806066,41.806160496220386],[-72.69116593802214,41.80574549614174],[-72.69115193800963,41.80560749611554],[-72.69113393799498,41.80545449608659],[-72.6910819379518,41.80499849600023],[-72.69106493793751,41.80484649597143],[-72.69102693791449,41.80466149593695],[-72.69091493784606,41.8041064958334],[-72.69087793782337,41.80392149579888],[-72.6908339377985,41.80373849576498],[-72.69070393772468,41.80319149566355],[-72.6906609377002,41.8030094956298],[-72.69060293767025,41.80281749559459],[-72.69043093758106,41.80224149548894],[-72.69037393755144,41.80204949545369],[-72.69032593752179,41.80180549540814],[-72.69018593743522,41.80109349527517],[-72.69017893743201,41.80107749527232],[-72.69007693738583,41.800852495232164],[-72.69047693751989,41.800916495231625],[-72.69073393760415,41.80092549522511],[-72.69075393761075,41.800926495224665],[-72.69111693772945,41.80093349521432],[-72.69197393800583,41.800882495176886],[-72.69271993824574,41.80082649514205],[-72.69338193845877,41.80077849511147],[-72.69366193854914,41.80076349509957],[-72.69450193882028,41.80071749506364],[-72.69478293891106,41.80070349505188],[-72.69520893905023,41.80070949503933],[-72.69648993946895,41.800730495002135],[-72.69691693960853,41.80073749498973],[-72.69717793969365,41.80073849498152],[-72.6979619399495,41.80074449495744],[-72.69822394003506,41.800747494949604],[-72.69822694002085,41.80048349489851],[-72.69823993997971,41.79969449474578],[-72.69824393996589,41.79943149469486],[-72.69828893996893,41.79922949465442],[-72.69830793997049,41.79914849463817],[-72.69848793999999,41.79864149453447],[-72.69855794001158,41.79844649449457],[-72.69860994001857,41.798273494459494],[-72.69876794004045,41.79775849435498],[-72.69882094004784,41.79758649432006],[-72.69887594005598,41.797416494285464],[-72.69904094008061,41.79690949418226],[-72.69909694008912,41.79674049414783],[-72.69916094009889,41.79654749410849],[-72.69935294012832,41.79597149399109],[-72.69941794013849,41.79577949395194],[-72.6994769401465,41.79558449391238],[-72.69965594017137,41.795002493794236],[-72.69971594017977,41.79480849375485],[-72.6997879401925,41.79462149371642],[-72.70000694023166,41.79406149360123],[-72.70007994024475,41.793875493562965],[-72.70017494026594,41.793705493527085],[-72.70046294033047,41.793195493419326],[-72.70055894035204,41.7930264933836],[-72.70068094038174,41.79285149334587],[-72.70105094047213,41.792326493232586],[-72.70117494050253,41.792152493195],[-72.70129694053212,41.791975493156876],[-72.70166294062096,41.79144649304295],[-72.70178594065094,41.79127049300501],[-72.7019279406857,41.7910704929618],[-72.7023579407914,41.79047149283228],[-72.70250194082689,41.790272492789214],[-72.70264194086079,41.79006849274531],[-72.70306294096302,41.78946049261434],[-72.7032039409973,41.7892574925706],[-72.70330594101996,41.78907349253178],[-72.70361194108811,41.788524492415895],[-72.70371494111116,41.78834149237724],[-72.70379594112853,41.78818449234431],[-72.70386894114425,41.78804449231492],[-72.70399694116603,41.78769749224378],[-72.70405794117642,41.787532492209934],[-72.70403194116152,41.78742049218918],[-72.70397994113875,41.78731949217132],[-72.70386194109088,41.78715549214347],[-72.70384994108599,41.78713849214056],[-72.70368894102334,41.78696149211155],[-72.70349894095212,41.7867994920864],[-72.70325294086395,41.78666049206746],[-72.70295094075894,41.786545492054984],[-72.70278094070217,41.786521492055826],[-72.70235594056028,41.786462492058114],[-72.70244494056342,41.78601249196834],[-72.7025389405669,41.78554049187414],[-72.70262894057285,41.78513349179265],[-72.70270994058868,41.7849494917545],[-72.70280394060839,41.78475949171478],[-72.70290494063411,41.78463449168739],[-72.70303394066717,41.784478491653104],[-72.70305694067049,41.78440549163826],[-72.70306794066953,41.78432649162263],[-72.70326494073687,41.78438149162693],[-72.70326594073727,41.7843824916271],[-72.70333794076193,41.78440349162882],[-72.70389094094737,41.78449449162859],[-72.70410094101781,41.78452949162859],[-72.70425694111078,41.78526249176513],[-72.70441594120437,41.78598949190043],[-72.70451194126089,41.78642849198213],[-72.70510494156515,41.788359492335964],[-72.70572094187618,41.79027749268651],[-72.70617794210699,41.791701492946785],[-72.7062669421556,41.79204249300977],[-72.70653394230156,41.79306749319909],[-72.70662394235056,41.79340949326223],[-72.70678594243735,41.79400049337113],[-72.70710694260897,41.79516549358575],[-72.70715894263677,41.795354493620565],[-72.7073069427085,41.79576249369457],[-72.70751594280979,41.796339493799245],[-72.70765294286795,41.796574493840204],[-72.70796194299926,41.79710649393296],[-72.70806294304236,41.79728349396389],[-72.70819794310005,41.797521494005494],[-72.70845994320678,41.79789249406868],[-72.70852294323191,41.797972494082096],[-72.70955694364426,41.79928249430171],[-72.70990194378184,41.799719494374955],[-72.7097989437484,41.799721494378666],[-72.70949294364924,41.79973149439045],[-72.70939094361623,41.7997354943945],[-72.70908094351682,41.799763494409895],[-72.70815194321901,41.79984949445644],[-72.70784294311997,41.79987849447198],[-72.70763294305263,41.79989749448242],[-72.70700394285103,41.79995649451408],[-72.70679494278406,41.79997649452467],[-72.70673094276349,41.7999814945277],[-72.70654194270294,41.79999949453725],[-72.70647894268274,41.80000549454045],[-72.70651994270641,41.80018449457369],[-72.70656694273701,41.80045049462352],[-72.70680494289158,41.801788494874174],[-72.7068049428917,41.80179049487455],[-72.70682194290252,41.80188249489177],[-72.70695594296546,41.80221749495212],[-72.70706994300942,41.80233549497123],[-72.70709094301789,41.80236349497595],[-72.70721594306805,41.80252749500359],[-72.70729394310204,41.80267649502984],[-72.7073739431387,41.80286049506279],[-72.70737694314118,41.8028864950677],[-72.70740194316078,41.80308549510531],[-72.70741194318067,41.80337449516079],[-72.70740194318178,41.80345049517579],[-72.70728294319602,41.8043714953574],[-72.70726694320064,41.80454249539093],[-72.70725694320429,41.80466249541442],[-72.7072649432211,41.80490949546184],[-72.7073059432465,41.80511849550087],[-72.70743094332335,41.80574549561787],[-72.7074729433491,41.805955495657045],[-72.7075159433751,41.80616349569581],[-72.70753594338701,41.80625749571331],[-72.70759094341726,41.806471495752874],[-72.70769194346774,41.80677649580848],[-72.70775894350126,41.806979495845496]]]},"properties":{"name":5039,"geoid":"09003503900"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.70235594056028,41.786462492058114],[-72.70278094070217,41.786521492055826],[-72.70295094075894,41.786545492054984],[-72.70325294086395,41.78666049206746],[-72.70349894095212,41.7867994920864],[-72.70368894102334,41.78696149211155],[-72.70384994108599,41.78713849214056],[-72.70386194109088,41.78715549214347],[-72.70397994113875,41.78731949217132],[-72.70403194116152,41.78742049218918],[-72.70405794117642,41.787532492209934],[-72.70399694116603,41.78769749224378],[-72.70386894114425,41.78804449231492],[-72.70379594112853,41.78818449234431],[-72.70371494111116,41.78834149237724],[-72.70361194108811,41.788524492415895],[-72.70330594101996,41.78907349253178],[-72.7032039409973,41.7892574925706],[-72.70306294096302,41.78946049261434],[-72.70264194086079,41.79006849274531],[-72.70250194082689,41.790272492789214],[-72.7023579407914,41.79047149283228],[-72.7019279406857,41.7910704929618],[-72.70178594065094,41.79127049300501],[-72.70166294062096,41.79144649304295],[-72.70129694053212,41.791975493156876],[-72.70117494050253,41.792152493195],[-72.70105094047213,41.792326493232586],[-72.70068094038174,41.79285149334587],[-72.70055894035204,41.7930264933836],[-72.70046294033047,41.793195493419326],[-72.70017494026594,41.793705493527085],[-72.70007994024475,41.793875493562965],[-72.70000694023166,41.79406149360123],[-72.6997879401925,41.79462149371642],[-72.69971594017977,41.79480849375485],[-72.69965594017137,41.795002493794236],[-72.6994769401465,41.79558449391238],[-72.69941794013849,41.79577949395194],[-72.69935294012832,41.79597149399109],[-72.69916094009889,41.79654749410849],[-72.69909694008912,41.79674049414783],[-72.69904094008061,41.79690949418226],[-72.69887594005598,41.797416494285464],[-72.69882094004784,41.79758649432006],[-72.69876794004045,41.79775849435498],[-72.69860994001857,41.798273494459494],[-72.69855794001158,41.79844649449457],[-72.69848793999999,41.79864149453447],[-72.69830793997049,41.79914849463817],[-72.69828893996893,41.79922949465442],[-72.69824393996589,41.79943149469486],[-72.69823993997971,41.79969449474578],[-72.69822694002085,41.80048349489851],[-72.69822394003506,41.800747494949604],[-72.6979619399495,41.80074449495744],[-72.69717793969365,41.80073849498152],[-72.69691693960853,41.80073749498973],[-72.69648993946895,41.800730495002135],[-72.69520893905023,41.80070949503933],[-72.69478293891106,41.80070349505188],[-72.69450193882028,41.80071749506364],[-72.69366193854914,41.80076349509957],[-72.69338193845877,41.80077849511147],[-72.69271993824574,41.80082649514205],[-72.69197393800583,41.800882495176886],[-72.69111693772945,41.80093349521432],[-72.69075393761075,41.800926495224665],[-72.69073393760415,41.80092549522511],[-72.69047693751989,41.800916495231625],[-72.69007693738583,41.800852495232164],[-72.69006893736781,41.80058449518067],[-72.69004493731379,41.79978049502621],[-72.69003793729614,41.79951349497488],[-72.69004193728715,41.7993344949402],[-72.6900559372609,41.79879849483625],[-72.69006093725231,41.798620494801725],[-72.69005093721944,41.79810549470262],[-72.69003893717604,41.797418494570366],[-72.68995793711485,41.79681349445613],[-72.68994593709692,41.7965694944094],[-72.68992193705961,41.79605649431112],[-72.69068493730799,41.79605149428561],[-72.69297693805424,41.79603849420931],[-72.693740938303,41.79603449418394],[-72.69374393829058,41.79580149413884],[-72.69375393825383,41.79510549400415],[-72.69375793824184,41.794874493959405],[-72.69381093824579,41.79464249391292],[-72.69384593824851,41.79449149388262],[-72.69402793827742,41.79396249377461],[-72.69403593827882,41.79394149377029],[-72.69413193829908,41.793749493730125],[-72.69422093831676,41.79355249368922],[-72.69448893837024,41.79296349356686],[-72.69457893838829,41.79276749352612],[-72.69465893840483,41.79260149349147],[-72.6949019384554,41.792103493387486],[-72.69498293847231,41.79193849335302],[-72.69522393852034,41.791407493242716],[-72.6952849385144,41.790958493154044],[-72.69570893847568,41.78788049254596],[-72.695850938463,41.78685449234324],[-72.69611493855098,41.786888492341305],[-72.6961709385697,41.78689649234105],[-72.69646093866668,41.78693949234001],[-72.69678693877677,41.78700649234247],[-72.69690293881575,41.78702749234279],[-72.69716593890435,41.78707749234397],[-72.69742293899208,41.78714649234903],[-72.69819493925553,41.787353492364154],[-72.69845293934364,41.78742349236937],[-72.6987949394598,41.787505492374194],[-72.69912693957093,41.78755649237336],[-72.69920493959708,41.78756949237335],[-72.699764939781,41.78759449236016],[-72.70020193992404,41.78760549234821],[-72.7006759400785,41.78760549233295],[-72.7010919402119,41.78756749231222],[-72.7011859402413,41.787546492305154],[-72.70134394029091,41.78751349229368],[-72.70147294033117,41.78748249228353],[-72.701836940441,41.78732949224226],[-72.70198494048262,41.7872144922153],[-72.7019989404862,41.78719749221157],[-72.70211094051567,41.78707549218439],[-72.70222494054322,41.78690849214848],[-72.70232194056283,41.78669949210498],[-72.7023259405624,41.78666949209905],[-72.70235594056028,41.786462492058114]]]},"properties":{"name":5040,"geoid":"09003504000"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.7030669391482,41.757844486506116],[-72.70343193926243,41.75776248647851],[-72.7035859393107,41.75772948646719],[-72.70404593945602,41.75765048643712],[-72.70465893964906,41.757534486394995],[-72.706068940093,41.75726548629761],[-72.70624394014726,41.75721748628272],[-72.70728194047469,41.75703048621314],[-72.70820494076663,41.75687848615408],[-72.70836994081874,41.756849486143146],[-72.70886594097546,41.75676448611077],[-72.70903194102797,41.756737486100214],[-72.70909394108244,41.75733448621358],[-72.70925894122594,41.75889748651035],[-72.70928894124897,41.75912848655403],[-72.70936894130925,41.75972448666665],[-72.70938494132228,41.7598604866924],[-72.7094349413621,41.76027048677005],[-72.7094519413755,41.76040748679597],[-72.70908694125924,41.7604534868166],[-72.70799494091158,41.76059448687901],[-72.70763094079568,41.76064148689981],[-72.70655294045125,41.7607594869573],[-72.7050879399794,41.76085448702282],[-72.70402193963638,41.76092848707142],[-72.70290993927952,41.761023487125556],[-72.70241293911876,41.76104348714543],[-72.70216993904216,41.761088487161935],[-72.70196993898028,41.76114548717938],[-72.70154093885192,41.761344487231646],[-72.70105193870282,41.76152248728179],[-72.70096993867783,41.761552487290224],[-72.70072493860341,41.76164648731628],[-72.70064393857886,41.76167848732506],[-72.70059593856448,41.761700487330856],[-72.7004879385324,41.761754487344774],[-72.70045393852206,41.761767487348386],[-72.70040593850763,41.76178848735397],[-72.70011293841888,41.76190548738602],[-72.69996193837245,41.761953487400156],[-72.69937393819332,41.762170487461],[-72.69907293809663,41.76219448747532],[-72.69887293803107,41.762187487480396],[-72.69876293799501,41.76218348748318],[-72.6984019378771,41.76217848749381],[-72.6981089377844,41.76222648751253],[-72.69697693743183,41.76250948760364],[-72.69695293741826,41.76240948758508],[-72.69693893740347,41.76223148755113],[-72.6969299373936,41.76211048752805],[-72.6969329373855,41.76195248749741],[-72.69792093767195,41.76133448734618],[-72.69838993780944,41.7610674872795],[-72.6987209379062,41.760874487231554],[-72.69908293800863,41.76060448716773],[-72.69923793805248,41.76048848714032],[-72.69962393815936,41.76015948706432],[-72.6996409381641,41.76014548706107],[-72.69981893820402,41.75983048699447],[-72.69983593820798,41.75980348698869],[-72.69988893822068,41.759723486971524],[-72.69990693822504,41.759697486965926],[-72.7000859382677,41.759424486907406],[-72.7002929383086,41.75896248681144],[-72.70040493832485,41.758609486739616],[-72.70045793832703,41.75834648668708],[-72.70066593839302,41.7583154866744],[-72.70081693844095,41.75829348666529],[-72.70103293850833,41.75824148664828],[-72.70128793858883,41.758196486631384],[-72.70149593865452,41.75816048661773],[-72.7017009387189,41.75811848660302],[-72.70231693891246,41.75799448655924],[-72.70252293897724,41.75795348654469],[-72.70263093901116,41.75793148653696],[-72.70293993910845,41.757872486515616],[-72.70295793911401,41.75786748651406],[-72.7030669391482,41.757844486506116]]]},"properties":{"name":5041,"geoid":"09003504100"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.67274692616238,41.70354347697737],[-72.67292392621779,41.70350447696414],[-72.673038926254,41.7034824769562],[-72.67392092653192,41.70331947689633],[-72.67421592662492,41.703265476876425],[-72.67453992672694,41.703204476854204],[-72.67551192703316,41.703023476787976],[-72.67583692713562,41.70296447676614],[-72.67607092720915,41.702917476749526],[-72.67677292742984,41.70277847670009],[-72.67700792750374,41.702732476683636],[-72.67728992759233,41.702675476663565],[-72.67813792785877,41.70250547660344],[-72.67842092794776,41.70244947658352],[-72.67867692802837,41.702401476565996],[-72.67944392827009,41.702260476514084],[-72.67970092835111,41.702213476496745],[-72.67997792843806,41.702156476476816],[-72.68081192869995,41.70198647641713],[-72.68108992878729,41.701930476397386],[-72.68134792886828,41.701877476378826],[-72.68212492911229,41.701719476323305],[-72.68238392919366,41.701667476304934],[-72.68273192930299,41.701597476280206],[-72.68457192988305,41.70126247615629],[-72.68461192989808,41.70129747616177],[-72.6847329299336,41.70122947614473],[-72.68618793039016,41.70092747603955],[-72.68661993052656,41.70085247601118],[-72.68735693075783,41.70069947595789],[-72.68788993092511,41.700589475919486],[-72.68792793093692,41.700579475916314],[-72.68830293105377,41.700487475886476],[-72.68846093110317,41.700451475874445],[-72.68873193118786,41.70038947585374],[-72.68925093135164,41.70029747581926],[-72.68963993147328,41.700209475789734],[-72.69020993165164,41.70008247574684],[-72.69031293168426,41.700066475740435],[-72.69039193170873,41.70004447573365],[-72.69054693175687,41.70000347572073],[-72.69093993188108,41.699937475695336],[-72.69112393193927,41.69990747568362],[-72.69131093199861,41.69988047567239],[-72.69187493217767,41.69979947563859],[-72.69206293223739,41.69977347562752],[-72.69252993238626,41.699717475601695],[-72.69393093283288,41.699549475524165],[-72.69439793298176,41.69949347549833],[-72.69574893341165,41.69931747542086],[-72.69690993378536,41.699241475368865],[-72.69766493402888,41.69920047533668],[-72.69766493402865,41.6991964753359],[-72.69771893404679,41.6992064753361],[-72.69773393405139,41.699201475334654],[-72.69853593430992,41.69915547529998],[-72.69946693460737,41.69905547525072],[-72.69982093471944,41.698999475228504],[-72.69987293473591,41.69899147522529],[-72.70043093491185,41.6988904751878],[-72.70140093522222,41.69879447513806],[-72.70174393533195,41.69876047512045],[-72.70228493550258,41.698663475084295],[-72.70243193554919,41.69864147507531],[-72.7028719356888,41.698577475048786],[-72.70301993573578,41.69855647503997],[-72.70331693582929,41.698500475019586],[-72.70420793610988,41.69833347495862],[-72.70425493612473,41.69832547495557],[-72.70450393620273,41.698271474937115],[-72.70467093625425,41.69822147492208],[-72.70478993629104,41.69818747491167],[-72.70518093641368,41.698105474883235],[-72.70526993644164,41.698087474876885],[-72.70534993646625,41.69806247486946],[-72.70535993647574,41.69817147489026],[-72.70538793650115,41.69845647494452],[-72.70537393649906,41.698499474953294],[-72.70534293649503,41.698605474974805],[-72.70531993649047,41.69865647498542],[-72.70530093648681,41.698700474994546],[-72.70528393648341,41.69873847500245],[-72.70523493647113,41.69880247501642],[-72.70520093646265,41.69884747502622],[-72.70533393651458,41.69899847505117],[-72.70543893656252,41.69923847509426],[-72.70544893656793,41.69927647510128],[-72.7058289367752,41.70073647537168],[-72.70583793678004,41.70076947537779],[-72.70593293683729,41.70122947546376],[-72.7060069368818,41.701586475530476],[-72.70615793697263,41.70231447566653],[-72.7062349370174,41.70265847573064],[-72.7063159370642,41.70301547579713],[-72.70625993704215,41.702948475785966],[-72.7055999368319,41.70303047582304],[-72.7036199362014,41.70327947593487],[-72.7032219360747,41.703330475957536],[-72.70295893598998,41.70334647596908],[-72.7028559359681,41.70355047601186],[-72.70255093590393,41.70416447614051],[-72.70244993588278,41.70436947618344],[-72.7023849358689,41.704497476210285],[-72.70219393582886,41.70488447629133],[-72.70213093581577,41.7050144763185],[-72.70205293579879,41.70516147634946],[-72.70181893574802,41.70560547644292],[-72.70174193573139,41.70575347647404],[-72.7015119356823,41.7062044765687],[-72.70082493553612,41.70755947685302],[-72.70059593548741,41.70801147694785],[-72.7003899354441,41.708426477034784],[-72.69992293534625,41.709374477233254],[-72.69976393531134,41.709669477295456],[-72.69954593526383,41.710079477381804],[-72.69933093519404,41.71008347738948],[-72.69868893498581,41.71009847741302],[-72.6984759349168,41.71010447742103],[-72.69832293486805,41.7101234774296],[-72.69786793472315,41.71018047745525],[-72.69771593467479,41.71020047746402],[-72.69725493452825,41.710263477491026],[-72.69587293408922,41.71045647757277],[-72.69541293394312,41.710521477600146],[-72.69516693386498,41.71055547761462],[-72.69443293363192,41.71066047765851],[-72.69418793355415,41.71069547767317],[-72.69396793348474,41.71073447768778],[-72.69365193338513,41.71079247770915],[-72.69333393328803,41.71090547774123],[-72.69332493328521,41.710907477741905],[-72.69311293322012,41.710976477762074],[-72.69308593321229,41.71099347776624],[-72.6930089331902,41.711045477778775],[-72.69298293318276,41.711063477783085],[-72.69278493312503,41.71118147781228],[-72.69251593304669,41.71134347785228],[-72.69222293295985,41.71149347789071],[-72.69217993294676,41.711509477895206],[-72.69196593288176,41.71159147791795],[-72.69170893280166,41.711654477938396],[-72.69094093256247,41.71184547800002],[-72.69068493248274,41.71190947802061],[-72.6904359324043,41.71195547803752],[-72.68968893216908,41.7120964780888],[-72.68944093209099,41.71214347810586],[-72.68919193201263,41.71219147812315],[-72.68844493177771,41.71233747817539],[-72.68819693169974,41.712386478192855],[-72.68776193156282,41.712469478222886],[-72.68645793115242,41.71271947831313],[-72.68602393101588,41.71280347834334],[-72.68488593065806,41.71302747842322],[-72.68402993038887,41.71319547848322],[-72.68386693033756,41.71322647849446],[-72.6831559301139,41.71336447854401],[-72.68199592974878,41.713586478624215],[-72.6816209296307,41.71365747864999],[-72.6804999292779,41.71387247872758],[-72.68012592916018,41.713944478753525],[-72.67992392909659,41.71398247876736],[-72.67932092890675,41.71409747880898],[-72.67912092884386,41.71413647882295],[-72.67897492877331,41.71373447874984],[-72.67889392873893,41.71359447872537],[-72.6787589286841,41.713404478692915],[-72.67862292863354,41.713295478676194],[-72.67859992862498,41.713276478673265],[-72.67778692832708,41.7126974785873],[-72.67720192811653,41.712347478538355],[-72.67614692773158,41.7116244784323],[-72.67613992772901,41.71161947843156],[-72.67558992752377,41.71116247836078],[-72.67543292745994,41.710940478322854],[-72.67534092742254,41.71081047830066],[-72.67510692732752,41.71048147824448],[-72.67507192731253,41.71041847823341],[-72.67499492727954,41.710280478209185],[-72.67477792717959,41.709768478117056],[-72.67447292703368,41.70895347796912],[-72.67325292644945,41.70568347737536],[-72.67322892643787,41.705617477363354],[-72.67298192631895,41.70494447724101],[-72.67297592631597,41.70492647723772],[-72.67284592624472,41.70442047714394],[-72.67283192622081,41.70408147707877],[-72.67274692616238,41.70354347697737]]]},"properties":{"name":4924,"geoid":"09003492400"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.67066892492518,41.69373147514449],[-72.67274892557975,41.69333247500051],[-72.6749899262835,41.69287647484033],[-72.6755069264462,41.692777474804565],[-72.67706092693541,41.6924824746976],[-72.67757992709886,41.69238547466216],[-72.67768792713296,41.69236647465501],[-72.67801492723629,41.69231147463387],[-72.67812392727083,41.69229447462707],[-72.6783009273267,41.692263474615395],[-72.67883392749508,41.69217247458066],[-72.67901192755139,41.69214347456936],[-72.67926492763131,41.692100474552895],[-72.6800239278711,41.69197147450357],[-72.68027792795142,41.691929474487296],[-72.68124392825672,41.69176747442492],[-72.6820399285084,41.69163547437382],[-72.68286292876566,41.691447474311005],[-72.68305192882228,41.6913614742883],[-72.68401092910588,41.6908594741603],[-72.68487992936298,41.6904064740447],[-72.68524892947212,41.690213473995485],[-72.68635692979983,41.68963447384781],[-72.68663792988298,41.68948847381051],[-72.68672992991065,41.68944847379982],[-72.68685292994763,41.68939447378543],[-72.68720593005389,41.689242473744656],[-72.68722193005864,41.68923447374261],[-72.68734293009474,41.68917647372748],[-72.68760493017626,41.68911047370629],[-72.68788493026351,41.68904147368394],[-72.68832893040356,41.688962473654385],[-72.68839893042568,41.688950473649825],[-72.68866593051021,41.68890847363313],[-72.68900193061715,41.68886547361401],[-72.6900089309378,41.688738473557095],[-72.69034593104514,41.688696473538144],[-72.69071393116252,41.688653473517995],[-72.69162993145473,41.688547473468056],[-72.69181993151487,41.68851747345615],[-72.69218693163123,41.688462473433724],[-72.69275093181197,41.68841147340574],[-72.69281093183098,41.68840247340206],[-72.69373893212583,41.68827447334748],[-72.6944789323645,41.68823447331598],[-72.69468093243084,41.688244473311435],[-72.69530793263695,41.68827847329788],[-72.6957199327759,41.68836247330091],[-72.6969589331939,41.688617473310515],[-72.69737193333323,41.68870247331369],[-72.69803593355675,41.68883047331716],[-72.6980629335659,41.68883647331746],[-72.69839493367576,41.6888674733128],[-72.69882793381646,41.68886247329793],[-72.69964293407686,41.688775473254886],[-72.70005393420732,41.68871647323027],[-72.7006119343845,41.688637473197055],[-72.70072493442099,41.68863247319245],[-72.70094093449076,41.688622473183585],[-72.70101093451343,41.68862047318095],[-72.70135593462594,41.68862347317044],[-72.70158993470315,41.688641473166406],[-72.7018069347748,41.68865847316273],[-72.70202493484834,41.68870347316444],[-72.70259093503932,41.68882047316892],[-72.7026809350695,41.68883547316893],[-72.70290093514323,41.68887247316902],[-72.70296893516594,41.68888247316878],[-72.70317493523471,41.688912473167974],[-72.70324393525783,41.688923473167875],[-72.7036329354575,41.690200473402626],[-72.7048009360569,41.69403147410679],[-72.70519093625694,41.69530847434148],[-72.70494493624456,41.69649247457858],[-72.70484693624074,41.69698347467678],[-72.70500893631332,41.69733047473874],[-72.70534993646625,41.69806247486946],[-72.70526993644164,41.698087474876885],[-72.70518093641368,41.698105474883235],[-72.70478993629104,41.69818747491167],[-72.70467093625425,41.69822147492208],[-72.70450393620273,41.698271474937115],[-72.70425493612473,41.69832547495557],[-72.70420793610988,41.69833347495862],[-72.70331693582929,41.698500475019586],[-72.70301993573578,41.69855647503997],[-72.7028719356888,41.698577475048786],[-72.70243193554919,41.69864147507531],[-72.70228493550258,41.698663475084295],[-72.70174393533195,41.69876047512045],[-72.70140093522222,41.69879447513806],[-72.70043093491185,41.6988904751878],[-72.69987293473591,41.69899147522529],[-72.69982093471944,41.698999475228504],[-72.69946693460737,41.69905547525072],[-72.69853593430992,41.69915547529998],[-72.69773393405139,41.699201475334654],[-72.69771893404679,41.6992064753361],[-72.69766493402865,41.6991964753359],[-72.69766493402888,41.69920047533668],[-72.69690993378536,41.699241475368865],[-72.69574893341165,41.69931747542086],[-72.69439793298176,41.69949347549833],[-72.69393093283288,41.699549475524165],[-72.69252993238626,41.699717475601695],[-72.69206293223739,41.69977347562752],[-72.69187493217767,41.69979947563859],[-72.69131093199861,41.69988047567239],[-72.69112393193927,41.69990747568362],[-72.69093993188108,41.699937475695336],[-72.69054693175687,41.70000347572073],[-72.69039193170873,41.70004447573365],[-72.69031293168426,41.700066475740435],[-72.69020993165164,41.70008247574684],[-72.68963993147328,41.700209475789734],[-72.68925093135164,41.70029747581926],[-72.68873193118786,41.70038947585374],[-72.68846093110317,41.700451475874445],[-72.68830293105377,41.700487475886476],[-72.68792793093692,41.700579475916314],[-72.68788993092511,41.700589475919486],[-72.68735693075783,41.70069947595789],[-72.68661993052656,41.70085247601118],[-72.68618793039016,41.70092747603955],[-72.6847329299336,41.70122947614473],[-72.68461192989808,41.70129747616177],[-72.68457192988305,41.70126247615629],[-72.68273192930299,41.701597476280206],[-72.68238392919366,41.701667476304934],[-72.68212492911229,41.701719476323305],[-72.68134792886828,41.701877476378826],[-72.68108992878729,41.701930476397386],[-72.68081192869995,41.70198647641713],[-72.67997792843806,41.702156476476816],[-72.67970092835111,41.702213476496745],[-72.67944392827009,41.702260476514084],[-72.67867692802837,41.702401476565996],[-72.67842092794776,41.70244947658352],[-72.67813792785877,41.70250547660344],[-72.67728992759233,41.702675476663565],[-72.67700792750374,41.702732476683636],[-72.67677292742984,41.70277847670009],[-72.67607092720915,41.702917476749526],[-72.67583692713562,41.70296447676614],[-72.67551192703316,41.703023476787976],[-72.67453992672694,41.703204476854204],[-72.67421592662492,41.703265476876425],[-72.67392092653192,41.70331947689633],[-72.673038926254,41.7034824769562],[-72.67292392621779,41.70350447696414],[-72.67274692616238,41.70354347697737],[-72.67272192611766,41.70290347685429],[-72.67264692598366,41.700985476485414],[-72.67264092597291,41.700831476455775],[-72.67258892592842,41.700349476364146],[-72.67258192591376,41.70013247632236],[-72.67257092588709,41.699728476244516],[-72.67256792587904,41.699604476220614],[-72.67255192586697,41.69948447619789],[-72.67252492584596,41.699270476157324],[-72.67223892575578,41.69932247617656],[-72.67138092548544,41.69948147623489],[-72.6710959253957,41.699535476254475],[-72.67102292535998,41.699326476216356],[-72.67080392525303,41.69870247610258],[-72.67073192521771,41.698494476064624],[-72.67067592519057,41.69833847603621],[-72.67050792510912,41.697870475951014],[-72.67045292508234,41.69771547592275],[-72.67038692505052,41.69753447588983],[-72.67018992495545,41.69699347579142],[-72.67012492492401,41.69681347575865],[-72.67006792489455,41.69662247572351],[-72.6698989248069,41.69605147561838],[-72.66984292477783,41.69586147558339],[-72.6701389248709,41.69580347556265],[-72.67102792515047,41.69562947550045],[-72.67132492524394,41.69557247547989],[-72.67099292507677,41.69453847529035],[-72.67066892492518,41.69373147514449]]]},"properties":{"name":4925,"geoid":"09003492500"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.68807393881772,41.83707950228778],[-72.68822993896835,41.838811502616835],[-72.68873893965858,41.84790950435508],[-72.68902594004767,41.85303550533423],[-72.68902494005714,41.85320550536705],[-72.6887689399619,41.85300150533597],[-72.68844593984419,41.85278650530492],[-72.68835793981047,41.85269950529099],[-72.68821293975829,41.85261450527928],[-72.68809393971551,41.852545505269795],[-72.6878659396361,41.85245750526019],[-72.68779993960887,41.85235850524322],[-72.68772693958253,41.85231450523708],[-72.6874109394735,41.85221050522721],[-72.68728593942485,41.85207350520483],[-72.6871029393639,41.85205150520649],[-72.68701493933047,41.85196950519351],[-72.68694193928701,41.851628505130115],[-72.68687593926175,41.85156350511971],[-72.68669193919796,41.8514975051129],[-72.68637593907877,41.85121750506909],[-72.68619993901159,41.851047505042],[-72.6860169389405,41.850849505009705],[-72.68599793893259,41.85081950500453],[-72.68591393889741,41.85068450498121],[-72.68532693868768,41.85036650493881],[-72.68518693863568,41.85025650492211],[-72.68509193859526,41.85009250489354],[-72.68484993850937,41.849971504878006],[-72.68427693831492,41.84983950487103],[-72.68425093830564,41.84982550486915],[-72.68411593825735,41.849751504859235],[-72.68399793821034,41.8496035048345],[-72.68336693800016,41.84952650483997],[-72.68282393782029,41.849477504848025],[-72.68217793760458,41.84938950485187],[-72.68169393744394,41.849340504858006],[-72.68119393727329,41.84920850484867],[-72.68114293725625,41.84920150484896],[-72.68070993711167,41.84914250485153],[-72.68020393694633,41.84913650486667],[-72.68007093690396,41.84915350487424],[-72.68004193689669,41.84919150488249],[-72.67976293683888,41.84976750500256],[-72.67961593680018,41.849927505038146],[-72.67943293674585,41.85002050506196],[-72.67927793670384,41.850168505095496],[-72.67915393668048,41.85046450515658],[-72.67912793667395,41.850498505163955],[-72.67907293666039,41.850574505180404],[-72.67884493660156,41.85084350523962],[-72.67878593659275,41.851024505276406],[-72.67894793667624,41.85155650537378],[-72.67896993669797,41.85180950542185],[-72.67893293669354,41.851941505448494],[-72.67872693664025,41.85218250550161],[-72.67835293653252,41.852429505561275],[-72.67818393648909,41.85263250560587],[-72.67803693644653,41.852725505628534],[-72.67792693641037,41.85272050563112],[-72.67789093640019,41.85274750563749],[-72.67791993641725,41.852879505662],[-72.67788993641284,41.852972505680896],[-72.67777293637721,41.85301650569315],[-72.67775093637195,41.85304950570023],[-72.67779493639009,41.853115505711536],[-72.67781693640298,41.85321450572991],[-72.6777289363781,41.85328050574546],[-72.67772893638409,41.85338450576552],[-72.67798593647674,41.85353850578695],[-72.67803693650063,41.85366450580959],[-72.67800793650316,41.85387250585064],[-72.67791193648293,41.85406450589073],[-72.67774293643953,41.85426750593533],[-72.67772893644167,41.85438350595814],[-72.6777509364539,41.8544715059744],[-72.67780193648223,41.854674506011904],[-72.67781693649783,41.85486050604729],[-72.67772093647126,41.85494250606619],[-72.67755193641742,41.85496450607587],[-72.6774279363805,41.855025506091614],[-72.67723693633147,41.85525550614213],[-72.67687693623367,41.85559550621928],[-72.67684493622647,41.855651506231105],[-72.67677393621057,41.855777506257674],[-72.67672993620943,41.85600650630325],[-72.67670793620927,41.856128506327494],[-72.67657593617568,41.85629250636337],[-72.67651693616342,41.856413506388584],[-72.67653893619146,41.85677550645769],[-72.67652393618945,41.85682550646779],[-72.67642193615491,41.85680350646684],[-72.67628893610802,41.85674250645937],[-72.67617893606932,41.85669350645346],[-72.67608393603805,41.856688506455555],[-72.67605393603175,41.85674850646809],[-72.67603593603124,41.856841506486596],[-72.67602493603081,41.856896506497556],[-72.67582693597323,41.857017506527264],[-72.67562893591247,41.857083506546374],[-72.67531693581462,41.85715150656952],[-72.67513293575693,41.85719150658317],[-72.67504793573804,41.85734450661539],[-72.67498993572525,41.85745050663771],[-72.67473993565162,41.85758750667218],[-72.67415993546818,41.857686506709946],[-72.67404993543484,41.85773050672198],[-72.67397693541702,41.85783450674437],[-72.67384393539196,41.858152506809965],[-72.67374193536885,41.85832850684719],[-72.6736169353338,41.85842750687031],[-72.67316193519649,41.85861950692197],[-72.6730509351644,41.85869050693923],[-72.6730729351769,41.85878350695646],[-72.67304393518423,41.8590745070135],[-72.6729039351585,41.8594205070847],[-72.67276193512079,41.85956950711801],[-72.67263893508812,41.859698507146845],[-72.67260293507869,41.85973850715571],[-72.67247093504542,41.85990850719274],[-72.67230893499894,41.86001850721916],[-72.6719349348814,41.86009550724605],[-72.67189093487559,41.860243507275996],[-72.67189093487721,41.8602715072814],[-72.67166293481328,41.86045250732365],[-72.6715089347674,41.86052750734304],[-72.67146493475435,41.86055050734892],[-72.67118593466782,41.86062750737275],[-72.67097293460343,41.86071550739656],[-72.6707379345366,41.8608855074369],[-72.67059093450824,41.86122550750717],[-72.67045893447471,41.86139050754325],[-72.67044993447327,41.861416507548554],[-72.67033393445699,41.86179050762439],[-72.670260934437,41.86185650763946],[-72.67017693441197,41.86189750765007],[-72.67002893436462,41.86191350765793],[-72.66985393430731,41.86190950766279],[-72.66951893419831,41.861913507674345],[-72.66930393412748,41.861901507678965],[-72.66906093404387,41.86182550767212],[-72.66885393397112,41.86173450766125],[-72.66862493389591,41.8617255076669],[-72.66842693383549,41.86179750768715],[-72.66817193375131,41.86177950769189],[-72.66797093368908,41.861837507709545],[-72.66790793366734,41.861816507707516],[-72.66777893361869,41.8617025076897],[-72.66758793355507,41.86167950769142],[-72.66740493349734,41.86171350770387],[-72.66711493340871,41.86181650773306],[-72.66694693335438,41.86182450774],[-72.66688593333339,41.86180550773832],[-72.66665693324265,41.86152650769191],[-72.66651193318745,41.86138950767016],[-72.66641993315682,41.861378507671],[-72.66620693309018,41.861427507687296],[-72.66603093303762,41.861511507709174],[-72.66587093298193,41.86145050770256],[-72.66574093293163,41.86131350768034],[-72.66553193285742,41.86120850766683],[-72.6651499327257,41.86108450765522],[-72.66491693264643,41.86102750765172],[-72.66484893262488,41.86103850765604],[-72.66477293260299,41.86108850766813],[-72.6647499325979,41.861130507676954],[-72.66463493256455,41.86120250769454],[-72.66454393253424,41.86119150769536],[-72.6644439324981,41.8611305076868],[-72.6643909324749,41.86102750766866],[-72.6643909324586,41.8607445076141],[-72.66425393239852,41.86047750756704],[-72.66407093233094,41.860340507546525],[-72.66384193225032,41.860237507534045],[-72.6637499322212,41.86025250753989],[-72.66372693221503,41.86027550754506],[-72.66376493223711,41.860443507576214],[-72.66381093225826,41.860550507595384],[-72.66378793225248,41.860580507601895],[-72.66362793219528,41.86049350759028],[-72.66343693212575,41.860367507572136],[-72.6632849320733,41.860317507567395],[-72.66304093199314,41.86030750757332],[-72.66313293199099,41.85974950746277],[-72.6635239319877,41.857478507012345],[-72.6635329319843,41.85736850699083],[-72.66368593198845,41.85657450683282],[-72.66370193198458,41.85641650680183],[-72.66449493201642,41.852479506017175],[-72.66449593201366,41.85242550600672],[-72.66455393201426,41.85210750594352],[-72.6650389319745,41.848670505265105],[-72.6650419319729,41.84862550525635],[-72.6650529319687,41.848490505229954],[-72.66505693196746,41.848446505221354],[-72.66508493195508,41.84807250514831],[-72.66509293195239,41.847980505130316],[-72.66509393189322,41.84694750493106],[-72.66509493187198,41.846572504858706],[-72.66512193183922,41.845850504718584],[-72.66520393174126,41.843684504298196],[-72.66520893173546,41.84355550427314],[-72.66521393170297,41.84296250415861],[-72.6652609316612,41.84197050396575],[-72.66538693154988,41.83932250345092],[-72.66539793153466,41.83899550338749],[-72.66543293148897,41.83800350319501],[-72.66546893146256,41.83734050306595],[-72.6655129314325,41.836568502915604],[-72.66555993137774,41.83535050267913],[-72.66558693134839,41.834687502550345],[-72.66559093134606,41.83462450253806],[-72.66560293133911,41.83443550250123],[-72.66560793133716,41.83437350248911],[-72.66560493132413,41.83416350244868],[-72.66565393127709,41.833068502235854],[-72.66570793122658,41.83188450200568],[-72.66579793113968,41.829863501612856],[-72.66582793111242,41.829219501487636],[-72.665828931109,41.82915450147506],[-72.66584593107952,41.828545501357006],[-72.66586393104537,41.82784950122213],[-72.6658979310036,41.82693050104371],[-72.66594593094665,41.825668500798656],[-72.66599593091162,41.824775500624725],[-72.66601593088352,41.82417350050791],[-72.66603393085909,41.82364650040564],[-72.6660659308471,41.82325650032936],[-72.66606893084553,41.82321250032076],[-72.66607893084132,41.82308250029536],[-72.66608293084015,41.823039500286924],[-72.66608393081691,41.82262950020778],[-72.66607393079438,41.82229450014344],[-72.66606793078036,41.822084500103095],[-72.66600793064454,41.82006249971482],[-72.66598693059494,41.8193184995719],[-72.66597793057987,41.81910749953147],[-72.66591093053347,41.81868049945121],[-72.66562393033966,41.816936499123855],[-72.66559693032148,41.816773499093244],[-72.66530693016006,41.81560949887792],[-72.66510893005407,41.81488849874512],[-72.6648869299425,41.81420649862062],[-72.66466592983511,41.81359149850903],[-72.66442192972099,41.812989498400675],[-72.66432692967624,41.812749498357384],[-72.66424292963637,41.8125324983182],[-72.66407092955485,41.81208949823822],[-72.66373992940478,41.811355498107176],[-72.6632799292003,41.810406497938764],[-72.6630699291107,41.81003849787449],[-72.66269892895397,41.809415497766146],[-72.66261292891858,41.80928749774419],[-72.66251792887947,41.80914549771984],[-72.66200492866575,41.80833649758015],[-72.66107092828979,41.807091497369825],[-72.66115292831549,41.80707349736371],[-72.66139792839242,41.80702249734599],[-72.6614809284185,41.80700549734004],[-72.66152392842965,41.806955497329014],[-72.66159892845266,41.80693049732178],[-72.66168292847931,41.806917497316554],[-72.66236892869728,41.80681949727558],[-72.6625979287701,41.80678749726203],[-72.66277392882455,41.80673649724654],[-72.66330192898792,41.80658449720021],[-72.66347892904274,41.80653449718487],[-72.66801593048163,41.805837496904424],[-72.67241893187806,41.80516249663248],[-72.67291493203533,41.80508549660167],[-72.6756329328973,41.804668496433706],[-72.68161893479413,41.803723496058666],[-72.68324693530998,41.80346649595668],[-72.68433793565248,41.80323849587754],[-72.6843549356578,41.80323449587622],[-72.68448693569938,41.80320949586715],[-72.68488193582392,41.803136495840334],[-72.68502093586918,41.80313549583567],[-72.68613793622013,41.8029074957557],[-72.68614993623773,41.80314549580125],[-72.68618893629149,41.80385949593786],[-72.6862019363094,41.80409749598338],[-72.68621393632154,41.804240496010614],[-72.68624993635807,41.80467149609266],[-72.68626193637027,41.80481549612006],[-72.68630293646297,41.80619549638516],[-72.6864279367418,41.81033549718031],[-72.68646993683485,41.81171549744533],[-72.68649093693475,41.81333349775695],[-72.68653293712943,41.81647949836278],[-72.68655993719796,41.817517498562246],[-72.68680993762854,41.82358349972478],[-72.68697993781376,41.825838500154404],[-72.68703793787624,41.82659550029859],[-72.68716093800964,41.82821650060739],[-72.68730493808775,41.828757500707134],[-72.6873229381069,41.82898850075113],[-72.6873769381646,41.829684500883666],[-72.68739493818381,41.829916500927844],[-72.6874399382343,41.83053850104639],[-72.6874689382673,41.83094750112437],[-72.68748293828315,41.83114350116174],[-72.6874889382892,41.83121450117523],[-72.68750793831094,41.83148450122671],[-72.68752293832736,41.831684501264824],[-72.68753693834338,41.83188350130275],[-72.68762993844736,41.83316250154649],[-72.68786593858322,41.834185501736236],[-72.68787193859006,41.83427050175243],[-72.68788093860037,41.83439850177684],[-72.68800193871459,41.83569650202332],[-72.68807393881772,41.83707950228778]]]},"properties":{"name":4731,"geoid":"09003473100"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.6413629247851,41.85790850780829],[-72.64133692478008,41.857968507820694],[-72.64125892476498,41.858148507857905],[-72.64123392476034,41.858209507870484],[-72.64111092471863,41.85818150786904],[-72.6406849245699,41.858011507849945],[-72.64064492455606,41.85799750784854],[-72.64060392454188,41.85798350784716],[-72.64018592439766,41.857846507834175],[-72.63888592394417,41.857333507777064],[-72.63852692381896,41.85719250776142],[-72.6383219237449,41.857067507743906],[-72.63821192370517,41.85700050773452],[-72.63786292357652,41.856742507696],[-72.63770592351862,41.856626507678676],[-72.63708192327819,41.85598450757493],[-72.63668592312345,41.85553950750185],[-72.63661292309492,41.85545750748839],[-72.6364149230117,41.855133507432285],[-72.63638192299726,41.85506950742099],[-72.636289922957,41.85489150738963],[-72.63619392291822,41.85476150736764],[-72.63601892284751,41.854524507327575],[-72.63576992273502,41.853980507230666],[-72.63571192270558,41.85379750719723],[-72.63562392266053,41.853513507145294],[-72.63563192265954,41.85345050713289],[-72.635671922672,41.853440507129676],[-72.63579492271063,41.85341450712071],[-72.63583592272354,41.85340650711785],[-72.63600892275109,41.852904507015474],[-72.63618192277865,41.8524025069131],[-72.63623092278634,41.85225850688375],[-72.63625092278953,41.852200506871924],[-72.63632092280073,41.85199850683071],[-72.63669592286037,41.85090850660845],[-72.63792592320456,41.84991850637797],[-72.63826092329829,41.84964850631514],[-72.63833392331107,41.84945650627574],[-72.63839492332187,41.849298506243315],[-72.63847592328842,41.848257506039936],[-72.63845792327467,41.8481205060141],[-72.63843092325361,41.84790750597388],[-72.63858992329884,41.84779250594657],[-72.63870192333079,41.84771250592755],[-72.63883992335725,41.847390505861],[-72.63925692343796,41.84642850566205],[-72.63939592346482,41.84610750559566],[-72.63944392348002,41.846099505592576],[-72.63958892352593,41.8460755055833],[-72.63963792354149,41.84606850558037],[-72.63979192359206,41.846074505576574],[-72.64025692374484,41.84609450556548],[-72.64041192379581,41.846101505561855],[-72.64059692386752,41.84629950559408],[-72.6407799239409,41.84653750563412],[-72.64123992412523,41.84713450573446],[-72.6414989242281,41.847454505787866],[-72.64169092430136,41.847639505817384],[-72.64193792439012,41.84778250583702],[-72.64218992448076,41.847929505857266],[-72.64245792457298,41.848013505864856],[-72.64260492462356,41.848059505868996],[-72.64292192473266,41.8481585058779],[-72.6430479247758,41.84819450588079],[-72.64319692482687,41.848237505884285],[-72.64328192484557,41.84808050585127],[-72.64363892492413,41.847422505712885],[-72.64375992495307,41.84723950567369],[-72.64409192503271,41.846741505566975],[-72.64422092506246,41.84652750552155],[-72.64446892511981,41.84611850543469],[-72.64487792520873,41.84534550527244],[-72.64524792526142,41.844163505032554],[-72.64528892526735,41.84403450500636],[-72.64553092528986,41.84305350480934],[-72.64578292537068,41.843029504796604],[-72.64580192537693,41.84303050479619],[-72.6459969254416,41.84304950479359],[-72.64661292564736,41.843134504790186],[-72.64688292573759,41.843172504788825],[-72.64707192580278,41.84323450479471],[-72.64708192580612,41.84323550479457],[-72.64770392601423,41.84332750479231],[-72.64771692601859,41.84332950479229],[-72.64790792608352,41.84337550479502],[-72.6478519260764,41.84356950483425],[-72.64768392605534,41.844155504952674],[-72.6476289260486,41.844350504992065],[-72.64757792604233,41.844530505028416],[-72.64742892602484,41.845071505137554],[-72.64737892601896,41.84525250517408],[-72.64751892606542,41.845266505172276],[-72.64780692616067,41.84528950516745],[-72.6490939265864,41.845394505146324],[-72.6495239267287,41.845430505139426],[-72.65003592689912,41.845490505134535],[-72.65037592701056,41.84550050512553],[-72.6508809271761,41.84551550511218],[-72.651962927528,41.84549950507428],[-72.65266392775493,41.84547050504615],[-72.65294192784347,41.84543350503006],[-72.65314692790875,41.84540650501825],[-72.65366392807245,41.84532150498524],[-72.65378892811206,41.84530150497736],[-72.65426192826106,41.84521050494462],[-72.65430592827538,41.845209504942986],[-72.65562592870495,41.84519450489763],[-72.6558839287891,41.84519450488932],[-72.65641092896111,41.84519750487295],[-72.6567589290751,41.8452065048635],[-72.65697492914552,41.84520650485655],[-72.65846592963196,41.845210504809344],[-72.65866792969904,41.84523150480689],[-72.6586809297034,41.845233504806856],[-72.65884692975978,41.84527250480904],[-72.65920092988331,41.84541350482485],[-72.65948892998539,41.84555550484297],[-72.65958793001924,41.845582504844984],[-72.6597639300794,41.84563050484858],[-72.66058193035654,41.84581150485717],[-72.66083093044016,41.845853504857274],[-72.66124993058088,41.84592450485746],[-72.66157093068924,41.845988504859484],[-72.66253593101494,41.84618050486545],[-72.66285793112365,41.84624450486746],[-72.66307193119584,41.846286504868665],[-72.66358393136872,41.846389504872036],[-72.66371393141262,41.846415504872866],[-72.66392793148499,41.84646050487468],[-72.66416093156211,41.846480504871025],[-72.66417193156576,41.84648150487086],[-72.66473593175266,41.84653350486273],[-72.66486093179417,41.84654650486123],[-72.66509493187198,41.846572504858706],[-72.66509393189322,41.84694750493106],[-72.66509293195239,41.847980505130316],[-72.66508493195508,41.84807250514831],[-72.66505693196746,41.848446505221354],[-72.6650529319687,41.848490505229954],[-72.6650419319729,41.84862550525635],[-72.6650389319745,41.848670505265105],[-72.66455393201426,41.85210750594352],[-72.66449593201366,41.85242550600672],[-72.66331493162012,41.85227950601658],[-72.66285893146755,41.85221250601833],[-72.6616159310518,41.85203150602344],[-72.66149193101062,41.85201850602493],[-72.66103393085874,41.851974506031176],[-72.66055693069973,41.851914506034966],[-72.65917993024082,41.85174350604631],[-72.6591279302237,41.8517405060474],[-72.6586489300664,41.85172150605915],[-72.6584299299952,41.85172550606696],[-72.65841892999168,41.851726506067514],[-72.65806492987849,41.85176550608642],[-72.6577369297751,41.85182750610894],[-72.6575119297042,41.85187050612446],[-72.65742792967778,41.851887506130446],[-72.6571769295989,41.851939506148554],[-72.6570939295729,41.8519575061547],[-72.65707292956621,41.85196050615596],[-72.65705792956156,41.851964506157216],[-72.65701192954707,41.851973506160434],[-72.65699192954082,41.85197850616203],[-72.65658992941147,41.852008506180766],[-72.65631092932168,41.85202950619379],[-72.65538192902103,41.85206950623137],[-72.65497992889098,41.852087506247784],[-72.65455992875522,41.85210850626535],[-72.65330192834877,41.85217450631855],[-72.65288292821339,41.85219650633628],[-72.65287992822358,41.85239050637379],[-72.65287392825518,41.85297350648641],[-72.65287192826574,41.853168506524085],[-72.65289592829373,41.8535185065908],[-72.65287792829885,41.853709506628206],[-72.65281592828755,41.853864506660095],[-72.65271192826323,41.85403150669564],[-72.6526029282349,41.85415650672325],[-72.6520249280658,41.854493506806826],[-72.65020392753125,41.85552450706423],[-72.64947392731547,41.85591150716233],[-72.64958292735821,41.856036507182935],[-72.64968292739917,41.85618150720767],[-72.64968292739928,41.85618350720805],[-72.64891992719079,41.856884507367766],[-72.64886492717581,41.85693550737939],[-72.64863292711169,41.85713650742559],[-72.64854392709377,41.857329507465685],[-72.64849992709256,41.857557507511046],[-72.64849592711295,41.85793450758387],[-72.64852992713612,41.85814450762327],[-72.64863292718066,41.85833450765659],[-72.6484549271241,41.858360507667335],[-72.64832892708306,41.85836150767158],[-72.64497892597261,41.85805050771936],[-72.64427292573815,41.857977507728],[-72.64323492539357,41.85787250774113],[-72.64253392515879,41.85776550774306],[-72.64216492503441,41.857695507741425],[-72.64205392499699,41.857674507740946],[-72.64159192483757,41.8575225077265],[-72.64148992480212,41.857484507722454],[-72.64146992479907,41.857544507734644],[-72.64141192479065,41.85772750777181],[-72.6413939247883,41.85778850778414],[-72.64138692478734,41.85781150778882],[-72.6413679247853,41.85788350780331],[-72.6413629247851,41.85790850780829]]]},"properties":{"name":4734,"geoid":"09003473400"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.73849695845452,41.89239851132224],[-72.73836095840535,41.89231551131065],[-72.73835195840174,41.892303511308626],[-72.73830895838424,41.89224351129846],[-72.73828695837075,41.892134511278186],[-72.73825795836001,41.89211251127488],[-72.73796395826157,41.892068511275916],[-72.73792095824646,41.89204951127363],[-72.73780595820607,41.89199951126775],[-72.7377359581815,41.89196951126421],[-72.73760395813369,41.891887511252705],[-72.73747095808014,41.8917115112231],[-72.73725795801067,41.891711511229985],[-72.7370009579244,41.891668511230016],[-72.7367659578417,41.891564511217595],[-72.73655295776398,41.89142151119694],[-72.73639095770221,41.89126751117252],[-72.73632495767339,41.89114151115039],[-72.73609295759617,41.891114511152686],[-72.73483395715728,41.89062551109922],[-72.73402495688221,41.89043151108801],[-72.73326195662696,41.890320511091296],[-72.73315495659143,41.89030951109263],[-72.73310995657323,41.890248511082355],[-72.73312495657592,41.89021051107453],[-72.73335395664174,41.89005751103766],[-72.73335395663601,41.88995851101859],[-72.73320895659398,41.89004951104081],[-72.73294895651124,41.89008451105596],[-72.73285795648971,41.89022551108606],[-72.73287295649594,41.89024851109001],[-72.73265695643006,41.8903275111122],[-72.73224695629817,41.89035851113142],[-72.73214795626657,41.89037051113693],[-72.73198795621039,41.89030151112881],[-72.73188895617193,41.8901945111114],[-72.73172095612287,41.890293511135894],[-72.73129395598585,41.89033251115722],[-72.73105695590944,41.890347511167775],[-72.73065295578694,41.890507511211645],[-72.73039295571361,41.89070551125818],[-72.7298139555498,41.89113751136011],[-72.72965295550657,41.89129751139612],[-72.72955395548729,41.89152251144264],[-72.72953095549039,41.891705511478634],[-72.72943995547178,41.89189651151834],[-72.72937095545282,41.891957511532325],[-72.7292719554278,41.892083511559804],[-72.72901295535569,41.89229651160918],[-72.72850095520619,41.89259851168389],[-72.72781495499902,41.89288451176114],[-72.72729595484185,41.89309351181817],[-72.72720395481475,41.893143511830765],[-72.72669295465563,41.89327351187231],[-72.72650195459882,41.893368511896796],[-72.72632695455171,41.89354051193557],[-72.72578495438331,41.89368551198102],[-72.72541995427241,41.89382551201977],[-72.72526495422527,41.893884512036124],[-72.72517695419783,41.89390651204322],[-72.7249639541271,41.89388451204586],[-72.72472195405102,41.893933512063114],[-72.72444995396772,41.89402751209003],[-72.72435395393579,41.894016512091],[-72.7242219538902,41.89397251208678],[-72.72403795382927,41.893956512089645],[-72.72363395370067,41.8940115121133],[-72.72288495346561,41.894170512168124],[-72.72279695343848,41.89419751217616],[-72.72264295339113,41.89424751219077],[-72.7225399533576,41.894248512194295],[-72.72219495324538,41.894253512206404],[-72.72182795313105,41.894346512236176],[-72.72176095311038,41.89436651224218],[-72.72162895306963,41.89440651225416],[-72.72150295302872,41.8944095122588],[-72.72128895296748,41.89455751229423],[-72.7210399528964,41.89473251233597],[-72.7206499527849,41.895003512400756],[-72.72057695276409,41.89505551241312],[-72.7205069527441,41.895104512424815],[-72.72043695272404,41.89515251243632],[-72.71947495243123,41.89551451253713],[-72.7185929521636,41.89586051263225],[-72.71817895203806,41.896024512677215],[-72.71741095182203,41.896619512816606],[-72.71703295176576,41.8977775130518],[-72.71611695164991,41.90093751368988],[-72.71598795163375,41.90138551378031],[-72.71546395154475,41.902800514069696],[-72.71542195153283,41.90283151407703],[-72.71529595149724,41.902926514099384],[-72.71525495148572,41.90295851410687],[-72.71505295141641,41.90289951410203],[-72.71503395140986,41.9028935141015],[-72.71484995134679,41.902840514097235],[-72.71465795128093,41.902784514092644],[-72.71437295118311,41.902700514085694],[-72.71415295110764,41.902636514080484],[-72.71400795106887,41.90278351411346],[-72.71394195105242,41.90287151413255],[-72.7137589509991,41.90298151415962],[-72.71361195095209,41.90299751416745],[-72.71343495089181,41.90295351416471],[-72.71336195086896,41.90297051417033],[-72.71336295087127,41.90300451417686],[-72.71336295087201,41.90301751417935],[-72.71336895088109,41.90314051420285],[-72.71324395084379,41.903200514218426],[-72.71314195080704,41.90314051421019],[-72.71304595076809,41.90300851418787],[-72.71296495074075,41.9029925141874],[-72.71170895034919,41.903305514288235],[-72.71106995015094,41.90348151434278],[-72.71077495006074,41.903585514372324],[-72.71015894987254,41.90380551443457],[-72.71005594983957,41.903816514440024],[-72.70996094980507,41.903755514431346],[-72.70995294979679,41.903657514412735],[-72.70977794976083,41.90402251448865],[-72.71008694988905,41.90449651456994],[-72.70916994966599,41.905810514852554],[-72.70825294944292,41.907124515135166],[-72.70811994941963,41.907471515206275],[-72.70727594927253,41.90968651565996],[-72.70300794810545,41.91357651654666],[-72.70268594801743,41.91387051661365],[-72.70113894752086,41.91401051669056],[-72.70016594720727,41.91407651673469],[-72.6977199464477,41.91473951694129],[-72.6965039460701,41.91506951704408],[-72.69444094537306,41.914654517030804],[-72.69403194526063,41.91501751711388],[-72.69392594524071,41.91527051716599],[-72.69370894518288,41.91549451721613],[-72.6933599450641,41.91540951721103],[-72.69338794507098,41.91537051720262],[-72.69322994501665,41.91532251719848],[-72.69293194491429,41.91523351719098],[-72.69273794484965,41.91521051719281],[-72.69254994478712,41.91518951719483],[-72.6920209446142,41.91518351721076],[-72.69174894452422,41.9151625172155],[-72.69126494436536,41.91514551722784],[-72.69083794421304,41.91492051719832],[-72.69068194415577,41.91481051718217],[-72.69033094402697,41.914563517145965],[-72.69024694399094,41.91441451711999],[-72.69023694398705,41.914403517118195],[-72.69010294394252,41.91438951711982],[-72.6900079439073,41.914316517108844],[-72.68969194378042,41.913905517039915],[-72.68930294362177,41.91335651694679],[-72.68891294347262,41.91297751688641],[-72.68856794334327,41.9126875168417],[-72.68842794327787,41.91234651678059],[-72.68844194327816,41.91227251676589],[-72.68845794328259,41.91225851676268],[-72.68851594330121,41.91225351675983],[-72.68828694321145,41.911993516717175],[-72.68805894312204,41.91173351667449],[-72.68795094307976,41.91161151665448],[-72.68784394303779,41.91148951663445],[-72.6876719429704,41.91129451660245],[-72.68770094297462,41.911203516584],[-72.6881559430415,41.909793516297846],[-72.6879439429485,41.90938151622537],[-72.68784994290723,41.90919851619318],[-72.68775594286595,41.909014516160774],[-72.68759494279455,41.90868851610321],[-72.6871129425809,41.90771251593084],[-72.68695294250989,41.90738751587343],[-72.6867449424137,41.90689751578581],[-72.68669094238804,41.90675851576078],[-72.6866079423486,41.906544515722246],[-72.68652494230919,41.90633151568392],[-72.68610294210879,41.90524651548861],[-72.68614994210962,41.904995515438785],[-72.68654894211873,41.902901515022684],[-72.68663194212077,41.902468514936615],[-72.68671494212275,41.90203451485036],[-72.68682194212506,41.90147051473831],[-72.68655194200623,41.90093851464456],[-72.68636494192401,41.90057151457993],[-72.68494094142933,41.90004951452534],[-72.68480594138246,41.90000051452026],[-72.68467094133554,41.89995051451497],[-72.68426294119377,41.89980051449927],[-72.68342794091602,41.89970751450829],[-72.68131694021393,41.8994745145315],[-72.68093094009953,41.899673514582275],[-72.68082694007147,41.89977551460526],[-72.68065294002466,41.899947514644005],[-72.6804609399618,41.89994351464942],[-72.68031593991432,41.89994051465352],[-72.6800349398275,41.90002451467877],[-72.67972993973333,41.90011651470632],[-72.67939893965136,41.90056651480365],[-72.67922593960857,41.90080251485468],[-72.67813293931151,41.901832515088294],[-72.677979939263,41.90185651509785],[-72.67598193862946,41.902172515223135],[-72.67541693844457,41.90216251523941],[-72.673303937753,41.902123515300026],[-72.67316693770687,41.90209851529965],[-72.6730419376647,41.90207451529904],[-72.67229093741173,41.90193651529668],[-72.67141393711627,41.90177451529376],[-72.6710769369953,41.90158351526785],[-72.6707679368888,41.90148451525874],[-72.67070093686492,41.90144951525417],[-72.6704159367635,41.90130351523523],[-72.67035693674171,41.90125951522866],[-72.67019493667777,41.901067515196914],[-72.66987193656004,41.90085351516611],[-72.66955593645187,41.90076551515935],[-72.66919693633251,41.90072651516339],[-72.66901293626837,41.90065551515567],[-72.6686379361327,41.90042451512327],[-72.66846893607156,41.900320515108675],[-72.6680509359114,41.89990851504281],[-72.66814993594001,41.89984451502729],[-72.66824893596855,41.89977951501157],[-72.66821293595288,41.899711514999645],[-72.66810693590675,41.89951151496454],[-72.66818893590302,41.89898351486022],[-72.66824093591009,41.8988125148256],[-72.66833293592283,41.89851351476505],[-72.66835593593105,41.898525514766604],[-72.66842793595671,41.8985635147716],[-72.6684519359653,41.89857651477333],[-72.66843293595488,41.898503514759895],[-72.66843693595382,41.89846251475188],[-72.66845493595163,41.89832251472432],[-72.66852393596287,41.898127514684546],[-72.66856393596962,41.89801851466226],[-72.6685449359481,41.89775351461184],[-72.66862693593151,41.897002514464546],[-72.66873193591124,41.89605851427933],[-72.66897293589005,41.89432951393854],[-72.66884493582836,41.89398451387621],[-72.6687339357746,41.893680513821224],[-72.66861293571625,41.893353513762136],[-72.66849293565824,41.893026513703006],[-72.66812293553153,41.892922513694906],[-72.66775293540478,41.8928175136866],[-72.6671369351938,41.892643513672944],[-72.66713293519243,41.89264251367288],[-72.66592293478276,41.892383513661976],[-72.66544793462192,41.89228151365763],[-72.66390093411758,41.89228651370843],[-72.66306093382988,41.89204951368985],[-72.6629939338056,41.892007513683915],[-72.66201593345102,41.89139151359676],[-72.66207393345579,41.891146513547696],[-72.66176293335394,41.89113951355636],[-72.66150793326021,41.890956513529325],[-72.66088793303221,41.89051051346339],[-72.66026093277483,41.889594513307124],[-72.66014093272554,41.88941851327708],[-72.65999793265667,41.88903351320751],[-72.65987193260398,41.88883251317285],[-72.65982793257537,41.8885855131267],[-72.65986093258077,41.8884925131077],[-72.66004893261264,41.8879815130032],[-72.66026193266342,41.8876575129339],[-72.6604899327248,41.88743251288321],[-72.66071793279127,41.88729551284948],[-72.66094893286247,41.88722351282816],[-72.6610189328841,41.887202512821865],[-72.6612249329491,41.88716451280789],[-72.66140793300909,41.88716951280297],[-72.66145593302642,41.887198512807025],[-72.66151093304637,41.88723351281198],[-72.66157493306183,41.887139512791826],[-72.66162493307388,41.88706551277595],[-72.66165193308049,41.887027512767766],[-72.66214993325788,41.88728651280161],[-72.66232993332201,41.88738051281392],[-72.66239193334467,41.887422512820024],[-72.66259693342428,41.88764351285599],[-72.66260493342742,41.887652512857464],[-72.66273693347618,41.8877515128723],[-72.6628549335261,41.88794951290663],[-72.66290593355254,41.888119512937756],[-72.66325893369182,41.888537513006895],[-72.66339793374662,41.88870151303402],[-72.6635199337927,41.88881051305109],[-72.66391293394531,41.88923351311992],[-72.66398293397246,41.88930851313212],[-72.66430693409824,41.88965651318873],[-72.66446093415799,41.88982151321553],[-72.66504193435539,41.889957513223024],[-72.66524593442469,41.890005513225695],[-72.66571693457902,41.890017513212825],[-72.6657789345993,41.890018513211025],[-72.66608893470095,41.89002751320276],[-72.66645993482254,41.890037513192745],[-72.66669593488554,41.88979551313853],[-72.66670893488836,41.88977051313327],[-72.66674693489661,41.889698513118184],[-72.6670329349582,41.8891495130032],[-72.6672119349961,41.88879451292905],[-72.66732493502015,41.88857251288263],[-72.66735093502564,41.888520512871786],[-72.66737793503145,41.88846851286089],[-72.66730693500163,41.88835351284104],[-72.66729793499789,41.88833951283862],[-72.66724693497642,41.88825551282409],[-72.66709993491467,41.88801651278277],[-72.66709393491242,41.88801151278201],[-72.66699693487548,41.88791951276741],[-72.66676593479315,41.887798512751544],[-72.66653493471088,41.88767851273586],[-72.6662309346026,41.88752051271522],[-72.66620593459368,41.887507512713526],[-72.66601293452443,41.88739851269874],[-72.66549793433965,41.88710751265927],[-72.66527793425838,41.88694251263456],[-72.66329993352743,41.88545651241199],[-72.66260193326953,41.88493251233352],[-72.66243093320399,41.88476351230647],[-72.66182693298626,41.88440451225674],[-72.66181893298331,41.88439851225585],[-72.66018093236998,41.88302851204464],[-72.65969893218951,41.8826255119825],[-72.65963493216559,41.88257251197436],[-72.6597759322022,41.88240951193841],[-72.66011993229156,41.88201351185103],[-72.66122093257509,41.880702511562944],[-72.66145593262918,41.88031151148003],[-72.66165193267275,41.879958511405704],[-72.66201493274613,41.879177511243505],[-72.66207993275539,41.878970511201544],[-72.66214593276491,41.87876251115932],[-72.66215293276593,41.878740511154874],[-72.66228593277576,41.878158511038414],[-72.66248393277259,41.87698351080561],[-72.66267793276732,41.87579451057022],[-72.66285293276306,41.874730510359534],[-72.66288193276431,41.87458851033123],[-72.66291893276647,41.87441651029688],[-72.6629519327626,41.87416251024688],[-72.66297193276087,41.87401951021867],[-72.66309093274064,41.872995510017475],[-72.66310393273882,41.87289050999683],[-72.66312393268196,41.87179050978417],[-72.66300893255652,41.87026550949397],[-72.66295793251955,41.86991250942756],[-72.6628139324138,41.868892509235586],[-72.66269793231234,41.86778850902652],[-72.66268593230197,41.86767650900531],[-72.66268193229875,41.86764350899909],[-72.66247493212471,41.86579450864933],[-72.66243393207192,41.86511050851879],[-72.66245293204555,41.86454550840927],[-72.66249093202032,41.86389250828217],[-72.6624969320168,41.86379750826365],[-72.66264093200587,41.862792508065276],[-72.66266393200512,41.86264950803697],[-72.66267793200008,41.86248250800431],[-72.66275393200002,41.862051507918785],[-72.66304093199314,41.86030750757332],[-72.6632849320733,41.860317507567395],[-72.66343693212575,41.860367507572136],[-72.66362793219528,41.86049350759028],[-72.66378793225248,41.860580507601895],[-72.66381093225826,41.860550507595384],[-72.66376493223711,41.860443507576214],[-72.66372693221503,41.86027550754506],[-72.6637499322212,41.86025250753989],[-72.66384193225032,41.860237507534045],[-72.66407093233094,41.860340507546525],[-72.66425393239852,41.86047750756704],[-72.6643909324586,41.8607445076141],[-72.6643909324749,41.86102750766866],[-72.6644439324981,41.8611305076868],[-72.66454393253424,41.86119150769536],[-72.66463493256455,41.86120250769454],[-72.6647499325979,41.861130507676954],[-72.66477293260299,41.86108850766813],[-72.66484893262488,41.86103850765604],[-72.66491693264643,41.86102750765172],[-72.6651499327257,41.86108450765522],[-72.66553193285742,41.86120850766683],[-72.66574093293163,41.86131350768034],[-72.66587093298193,41.86145050770256],[-72.66603093303762,41.861511507709174],[-72.66620693309018,41.861427507687296],[-72.66641993315682,41.861378507671],[-72.66651193318745,41.86138950767016],[-72.66665693324265,41.86152650769191],[-72.66688593333339,41.86180550773832],[-72.66694693335438,41.86182450774],[-72.66711493340871,41.86181650773306],[-72.66740493349734,41.86171350770387],[-72.66758793355507,41.86167950769142],[-72.66777893361869,41.8617025076897],[-72.66790793366734,41.861816507707516],[-72.66797093368908,41.861837507709545],[-72.66817193375131,41.86177950769189],[-72.66842693383549,41.86179750768715],[-72.66862493389591,41.8617255076669],[-72.66885393397112,41.86173450766125],[-72.66906093404387,41.86182550767212],[-72.66930393412748,41.861901507678965],[-72.66951893419831,41.861913507674345],[-72.66985393430731,41.86190950766279],[-72.67002893436462,41.86191350765793],[-72.67017693441197,41.86189750765007],[-72.670260934437,41.86185650763946],[-72.67033393445699,41.86179050762439],[-72.67044993447327,41.861416507548554],[-72.67045893447471,41.86139050754325],[-72.67059093450824,41.86122550750717],[-72.6707379345366,41.8608855074369],[-72.67097293460343,41.86071550739656],[-72.67118593466782,41.86062750737275],[-72.67146493475435,41.86055050734892],[-72.6715089347674,41.86052750734304],[-72.67166293481328,41.86045250732365],[-72.67189093487721,41.8602715072814],[-72.67189093487559,41.860243507275996],[-72.6719349348814,41.86009550724605],[-72.67230893499894,41.86001850721916],[-72.67247093504542,41.85990850719274],[-72.67260293507869,41.85973850715571],[-72.67263893508812,41.859698507146845],[-72.67276193512079,41.85956950711801],[-72.6729039351585,41.8594205070847],[-72.67304393518423,41.8590745070135],[-72.6730729351769,41.85878350695646],[-72.6730509351644,41.85869050693923],[-72.67316193519649,41.85861950692197],[-72.6736169353338,41.85842750687031],[-72.67374193536885,41.85832850684719],[-72.67384393539196,41.858152506809965],[-72.67397693541702,41.85783450674437],[-72.67404993543484,41.85773050672198],[-72.67415993546818,41.857686506709946],[-72.67473993565162,41.85758750667218],[-72.67498993572525,41.85745050663771],[-72.67504793573804,41.85734450661539],[-72.67513293575693,41.85719150658317],[-72.67531693581462,41.85715150656952],[-72.67562893591247,41.857083506546374],[-72.67582693597323,41.857017506527264],[-72.67602493603081,41.856896506497556],[-72.67603593603124,41.856841506486596],[-72.67605393603175,41.85674850646809],[-72.67608393603805,41.856688506455555],[-72.67617893606932,41.85669350645346],[-72.67628893610802,41.85674250645937],[-72.67642193615491,41.85680350646684],[-72.67652393618945,41.85682550646779],[-72.67653893619146,41.85677550645769],[-72.67651693616342,41.856413506388584],[-72.67657593617568,41.85629250636337],[-72.67670793620927,41.856128506327494],[-72.67672993620943,41.85600650630325],[-72.67677393621057,41.855777506257674],[-72.67684493622647,41.855651506231105],[-72.67687693623367,41.85559550621928],[-72.67723693633147,41.85525550614213],[-72.6774279363805,41.855025506091614],[-72.67755193641742,41.85496450607587],[-72.67772093647126,41.85494250606619],[-72.67781693649783,41.85486050604729],[-72.67780193648223,41.854674506011904],[-72.6777509364539,41.8544715059744],[-72.67772893644167,41.85438350595814],[-72.67774293643953,41.85426750593533],[-72.67791193648293,41.85406450589073],[-72.67800793650316,41.85387250585064],[-72.67803693650063,41.85366450580959],[-72.67798593647674,41.85353850578695],[-72.67772893638409,41.85338450576552],[-72.6777289363781,41.85328050574546],[-72.67781693640298,41.85321450572991],[-72.67779493639009,41.853115505711536],[-72.67775093637195,41.85304950570023],[-72.67777293637721,41.85301650569315],[-72.67788993641284,41.852972505680896],[-72.67791993641725,41.852879505662],[-72.67789093640019,41.85274750563749],[-72.67792693641037,41.85272050563112],[-72.67803693644653,41.852725505628534],[-72.67818393648909,41.85263250560587],[-72.67835293653252,41.852429505561275],[-72.67872693664025,41.85218250550161],[-72.67893293669354,41.851941505448494],[-72.67896993669797,41.85180950542185],[-72.67894793667624,41.85155650537378],[-72.67878593659275,41.851024505276406],[-72.67884493660156,41.85084350523962],[-72.67907293666039,41.850574505180404],[-72.67912793667395,41.850498505163955],[-72.67915393668048,41.85046450515658],[-72.67927793670384,41.850168505095496],[-72.67943293674585,41.85002050506196],[-72.67961593680018,41.849927505038146],[-72.67976293683888,41.84976750500256],[-72.68004193689669,41.84919150488249],[-72.68007093690396,41.84915350487424],[-72.68020393694633,41.84913650486667],[-72.68070993711167,41.84914250485153],[-72.68114293725625,41.84920150484896],[-72.68119393727329,41.84920850484867],[-72.68169393744394,41.849340504858006],[-72.68217793760458,41.84938950485187],[-72.68282393782029,41.849477504848025],[-72.68336693800016,41.84952650483997],[-72.68399793821034,41.8496035048345],[-72.68411593825735,41.849751504859235],[-72.68425093830564,41.84982550486915],[-72.68427693831492,41.84983950487103],[-72.68484993850937,41.849971504878006],[-72.68509193859526,41.85009250489354],[-72.68518693863568,41.85025650492211],[-72.68532693868768,41.85036650493881],[-72.68591393889741,41.85068450498121],[-72.68599793893259,41.85081950500453],[-72.6860169389405,41.850849505009705],[-72.68619993901159,41.851047505042],[-72.68637593907877,41.85121750506909],[-72.68669193919796,41.8514975051129],[-72.68687593926175,41.85156350511971],[-72.68694193928701,41.851628505130115],[-72.68701493933047,41.85196950519351],[-72.6871029393639,41.85205150520649],[-72.68728593942485,41.85207350520483],[-72.6874109394735,41.85221050522721],[-72.68772693958253,41.85231450523708],[-72.68779993960887,41.85235850524322],[-72.6878659396361,41.85245750526019],[-72.68809393971551,41.852545505269795],[-72.68821293975829,41.85261450527928],[-72.68835793981047,41.85269950529099],[-72.68844593984419,41.85278650530492],[-72.6887689399619,41.85300150533597],[-72.68902494005714,41.85320550536705],[-72.68912294016918,41.854594505631695],[-72.68941994050651,41.858764506426084],[-72.68951894061895,41.860154506690854],[-72.68951594062688,41.860308506720635],[-72.68950794065084,41.86076950680976],[-72.68950594065915,41.860924506839694],[-72.68959994084584,41.863629507358105],[-72.68969194102716,41.866252507860715],[-72.68991094110055,41.866286507860224],[-72.69768394370621,41.86751450784625],[-72.69777894373865,41.867539507848],[-72.69787394377107,41.86756450784975],[-72.69807594384001,41.86761750785346],[-72.69925294424166,41.86792650787505],[-72.69964594437576,41.8680295078822],[-72.70148394499788,41.86842350789886],[-72.70699894686456,41.86960550794871],[-72.70883794748705,41.870000507965486],[-72.71159294842072,41.87061150799431],[-72.71187294851562,41.870673507997225],[-72.71429094933535,41.871214508023435],[-72.71770095049153,41.87197950806076],[-72.71868295082295,41.872173508066425],[-72.72099295160262,41.8726305080799],[-72.72404295263215,41.87323550809799],[-72.72482795290078,41.873454508114826],[-72.72718595370768,41.87411150816523],[-72.72797295397702,41.874331508182195],[-72.72827695407828,41.8743685081795],[-72.72918995438252,41.87448150817178],[-72.72919095438287,41.87448150817174],[-72.72934295443352,41.8745005081705],[-72.72949595448452,41.874519508169215],[-72.72969995455364,41.874564508171304],[-72.72990395462276,41.87460950817338],[-72.73023395473453,41.8746815081766],[-72.73245095548556,41.875167508198594],[-72.73319095573628,41.87533050820608],[-72.73467495623706,41.87562250821439],[-72.73818695742227,41.8763145082342],[-72.7391259577398,41.876510508241616],[-72.74060795824097,41.87682050825343],[-72.74078695830183,41.87686350825592],[-72.74122795845147,41.87696450826113],[-72.7419669587022,41.877133508269786],[-72.74296495904078,41.87736050828125],[-72.74309095908353,41.877389508282775],[-72.74310595908867,41.87739350828307],[-72.74296895907912,41.87800050840443],[-72.74273995904959,41.878780508562095],[-72.74248995901746,41.87963350873449],[-72.7424879590171,41.87963850873553],[-72.74246795901468,41.87970950874985],[-72.74244995901218,41.8797675087616],[-72.74205295896105,41.881120509035085],[-72.74182495893186,41.8819005091927],[-72.74169195891298,41.88232350927847],[-72.74134095886313,41.8834395095048],[-72.74115995883659,41.884000509618694],[-72.74079095878263,41.885146509851374],[-72.73924395855715,41.88996451082934],[-72.73913795854152,41.890291510895736],[-72.73876195848673,41.89146251113341],[-72.73871795848038,41.8916005111614],[-72.73865695847316,41.891819511205554],[-72.73863695847082,41.891891511220074],[-72.73861695846846,41.89196351123458],[-72.73849695845452,41.89239851132224]]]},"properties":{"name":4735.01,"geoid":"09003473501"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.65963493216559,41.88257251197436],[-72.65943293211313,41.88280551202577],[-72.65921193205575,41.88306051208202],[-72.65904993201468,41.88326451212654],[-72.65803593175681,41.884528512402724],[-72.65776093168493,41.88483751247113],[-72.6569939314844,41.88569851266171],[-72.65678093142738,41.8859145127102],[-72.65639793132232,41.88625951278901],[-72.65587993117856,41.88669651288989],[-72.65567593112101,41.8868525129265],[-72.6554679310632,41.88702651296674],[-72.65482193087975,41.887499513078666],[-72.6545659308058,41.88766551311889],[-72.65427493072288,41.88787351316833],[-72.65372393056407,41.88823651325604],[-72.65327793043501,41.888521513325294],[-72.65307393037493,41.88863351335344],[-72.65256893022598,41.88890751342249],[-72.65256093022343,41.88890851342293],[-72.65020292952958,41.89021551375067],[-72.64879092911366,41.890990513945454],[-72.64862292906462,41.89109051397011],[-72.64840292899906,41.89119851399799],[-72.6465599284582,41.89224551425903],[-72.64582692824204,41.89264351435931],[-72.64444792783527,41.893391514547794],[-72.64392592768522,41.89374251463223],[-72.64336792752977,41.894203514739],[-72.64317992747657,41.89434451477221],[-72.64306692744493,41.89443551479337],[-72.64264392733149,41.89486151488906],[-72.64244392727878,41.89507851493728],[-72.64229892724195,41.895260514977025],[-72.64207592718672,41.89556451504277],[-72.64187592713458,41.895791515092924],[-72.64060492680645,41.897292515422976],[-72.64037892674875,41.89757051548379],[-72.64015392669236,41.897865515547856],[-72.63981592660649,41.89828851564022],[-72.63935692649171,41.898895515771905],[-72.63911392643095,41.89921651584157],[-72.63887092637034,41.8995405159118],[-72.63870392632705,41.89973451595454],[-72.63860292630108,41.8998555159811],[-72.6383369262327,41.90017451605111],[-72.63812492617835,41.90043151610743],[-72.63761592604999,41.901085516249786],[-72.63756192603617,41.90115151626422],[-72.63730392597081,41.90147751633533],[-72.63725392595806,41.90153951634888],[-72.63717492593806,41.901639516370686],[-72.637106925921,41.90172851639001],[-72.63705892590903,41.90179251640389],[-72.63695792588369,41.90192451643256],[-72.63665792580882,41.902323516519075],[-72.63655792578386,41.90245651654791],[-72.63638392573839,41.90265251659125],[-72.63594692562434,41.90314751670064],[-72.63586792560427,41.90324651672226],[-72.63570592556337,41.903453516767335],[-72.63540292546664,41.90349051678423],[-72.63533392544466,41.90349951678817],[-72.63484792528958,41.90356051681557],[-72.63449192517304,41.90355351682568],[-72.6341879250735,41.903547516834294],[-72.63410292504219,41.9034855168251],[-72.63360692488106,41.90349751684336],[-72.6333519247983,41.90350551685311],[-72.63274692460091,41.90350551687259],[-72.6318229243038,41.90358151691696],[-72.63064592392543,41.903679516973696],[-72.63042392385442,41.90370451698567],[-72.63002692372754,41.9037505170073],[-72.62915692344914,41.90384551705358],[-72.62880392333724,41.90390251707594],[-72.62837892320263,41.903972517103085],[-72.6282029231471,41.9040055171151],[-72.62774692300218,41.90407251714268],[-72.62739492289037,41.90412551716422],[-72.62739892288988,41.90409451715811],[-72.62503892213104,41.9042885172714],[-72.6243029218967,41.90438951731453],[-72.62412492184005,41.904414517325066],[-72.62173492107122,41.90460551743873],[-72.62152492092333,41.90322851718025],[-72.62089492047973,41.899097516404794],[-72.6206859203322,41.89772051614626],[-72.6207019203258,41.89751851610683],[-72.62075092030697,41.896914515988904],[-72.62076792030095,41.89671351594963],[-72.62079792030198,41.89656151591939],[-72.6208269202876,41.89614751583869],[-72.62090492030215,41.89595851579978],[-72.62096692031398,41.895812515769656],[-72.62098692030939,41.89561951573182],[-72.62094192025783,41.89497951560998],[-72.6209429202449,41.894749515565636],[-72.62104592025894,41.89440951549682],[-72.62126592030924,41.89403651541789],[-72.62137392032766,41.89374451535816],[-72.62146292034309,41.89350851530983],[-72.62154392035099,41.8931865152452],[-72.62149992033369,41.89313551523678],[-72.62137792029458,41.89314751524301],[-72.62133192022364,41.892176515057415],[-72.62044191983166,41.89041251474615],[-72.62044191980674,41.88997951466273],[-72.62044891964601,41.88714851411701],[-72.61969391915221,41.88284951331285],[-72.61965591910833,41.88230251320863],[-72.61948991891656,41.879911512753175],[-72.61946591888818,41.87955451268514],[-72.61940191869347,41.876533512104935],[-72.61936791858767,41.87488751178877],[-72.6193279184599,41.87289351140567],[-72.61928691827718,41.86994951083947],[-72.61926491817539,41.86830451052305],[-72.62055791833791,41.863796509612364],[-72.62063691834776,41.86351950955642],[-72.62444091882715,41.850275506880195],[-72.62490291888547,41.848668506555406],[-72.62528491891932,41.84708950623855],[-72.62544891893397,41.846413506102884],[-72.62561191894822,41.84573650596707],[-72.62587091903028,41.84569450595065],[-72.62612991911234,41.84565250593423],[-72.6266659192821,41.84556450590002],[-72.62842191983844,41.84528050578883],[-72.6291719200723,41.845093505728656],[-72.6296879202224,41.84477750565114],[-72.62972992023461,41.84475150564476],[-72.62985192027016,41.84467750562656],[-72.63010592033643,41.84438950556285],[-72.63031792037688,41.84389050545979],[-72.6305489204498,41.84384850544425],[-72.6305769204586,41.84384250544219],[-72.63077892052235,41.84380550542857],[-72.63128692068268,41.8437125053943],[-72.6313439207034,41.843749505399614],[-72.63138692071901,41.84377750540362],[-72.63147692075171,41.84383550541193],[-72.63156592078406,41.84389350542027],[-72.63158892079501,41.84395350543109],[-72.6316009208006,41.843982505436294],[-72.63163592081717,41.84407250545253],[-72.63166092082889,41.84413450546369],[-72.63166092082895,41.84413550546389],[-72.63168492084034,41.84419750547508],[-72.63220092104419,41.84481650557791],[-72.63220292104495,41.84481850557822],[-72.63300392132079,41.845072505601486],[-72.63333392143439,41.84517650561093],[-72.63366492154836,41.84528150562055],[-72.6344019218021,41.84551450564181],[-72.63451292183738,41.84549850563515],[-72.6353129220919,41.84538750558803],[-72.63551092215279,41.84532350556932],[-72.63562392218758,41.845287505558744],[-72.6358879222705,41.84523250553964],[-72.63612392234805,41.845242505533996],[-72.63626892239573,41.84524950553068],[-72.63633092241687,41.84526550553178],[-72.63667392252775,41.845248505517475],[-72.63678992256528,41.84524350551278],[-72.63767192286747,41.84549650553322],[-72.63800292298087,41.845591505540916],[-72.63824192306082,41.845626505539975],[-72.63840392311509,41.84565150553961],[-72.6389409232997,41.84581650555416],[-72.63896992330969,41.845825505554956],[-72.63899392332964,41.846036505594896],[-72.63907392335653,41.84605050559502],[-72.63911292336965,41.84605750559513],[-72.63923092340934,41.84607850559538],[-72.63931292343688,41.846092505595436],[-72.63931492343755,41.84609250559537],[-72.63939592346482,41.84610750559566],[-72.63925692343796,41.84642850566205],[-72.63883992335725,41.847390505861],[-72.63870192333079,41.84771250592755],[-72.63858992329884,41.84779250594657],[-72.63843092325361,41.84790750597388],[-72.63845792327467,41.8481205060141],[-72.63847592328842,41.848257506039936],[-72.63839492332187,41.849298506243315],[-72.63833392331107,41.84945650627574],[-72.63826092329829,41.84964850631514],[-72.63792592320456,41.84991850637797],[-72.63669592286037,41.85090850660845],[-72.63632092280073,41.85199850683071],[-72.63625092278953,41.852200506871924],[-72.63623092278634,41.85225850688375],[-72.63618192277865,41.8524025069131],[-72.63600892275109,41.852904507015474],[-72.63583592272354,41.85340650711785],[-72.63579492271063,41.85341450712071],[-72.635671922672,41.853440507129676],[-72.63563192265954,41.85345050713289],[-72.63562392266053,41.853513507145294],[-72.63571192270558,41.85379750719723],[-72.63576992273502,41.853980507230666],[-72.63601892284751,41.854524507327575],[-72.63619392291822,41.85476150736764],[-72.636289922957,41.85489150738963],[-72.63638192299726,41.85506950742099],[-72.6364149230117,41.855133507432285],[-72.63661292309492,41.85545750748839],[-72.63668592312345,41.85553950750185],[-72.63708192327819,41.85598450757493],[-72.63770592351862,41.856626507678676],[-72.63786292357652,41.856742507696],[-72.63821192370517,41.85700050773452],[-72.6383219237449,41.857067507743906],[-72.63852692381896,41.85719250776142],[-72.63888592394417,41.857333507777064],[-72.64018592439766,41.857846507834175],[-72.64060392454188,41.85798350784716],[-72.64064492455606,41.85799750784854],[-72.6406849245699,41.858011507849945],[-72.64111092471863,41.85818150786904],[-72.64123392476034,41.858209507870484],[-72.64125892476498,41.858148507857905],[-72.64133692478008,41.857968507820694],[-72.6413629247851,41.85790850780829],[-72.6423119251117,41.85820550783504],[-72.64257192521262,41.85848550788066],[-72.64281992532382,41.859012507974306],[-72.64301192540994,41.859420508046796],[-72.64334192554627,41.85991950813239],[-72.64396492577438,41.860352508195845],[-72.64400892579025,41.860378508199446],[-72.64496092613359,41.860949508278914],[-72.64506392617074,41.861011508287554],[-72.6460719265273,41.861494508348265],[-72.64685592682729,41.862263508471294],[-72.6472929269911,41.862633508528575],[-72.64815192731314,41.8633605086411],[-72.64876992754705,41.863922508729566],[-72.64876192754697,41.8639665087383],[-72.64873992754751,41.86410050876485],[-72.64873392754815,41.8641455087737],[-72.64889192760513,41.86424050878695],[-72.64910092768062,41.8643675088047],[-72.6493169277638,41.864588508840356],[-72.64936492778227,41.86463750884826],[-72.64929992776666,41.86473450886904],[-72.64953192785258,41.864912508895905],[-72.64976392793855,41.865091508922944],[-72.6497919279489,41.865112508926096],[-72.64989092798562,41.86518950893775],[-72.64991792800346,41.86534650896715],[-72.6499739280404,41.86567050902781],[-72.65018792818114,41.866902509258416],[-72.65023292821046,41.867156509305936],[-72.65025792822695,41.867301509333075],[-72.6502949282513,41.86751450937295],[-72.6501479282122,41.86766850940737],[-72.65007492819095,41.86771250941819],[-72.64999392816861,41.86778350943449],[-72.64938492799654,41.86824450954295],[-72.64925192795694,41.868310509559976],[-72.64854692776709,41.869006509716804],[-72.6482239276883,41.86946750981607],[-72.64809092766231,41.86976950987855],[-72.64800292764149,41.86990650990781],[-72.64784192760902,41.87025450998005],[-72.64757192753801,41.870550510045796],[-72.64745192750637,41.87068051007473],[-72.64734092747717,41.8708025101018],[-72.64722892744769,41.87092451012893],[-72.6473119275287,41.871861510306864],[-72.64745392758425,41.87202151033313],[-72.647469927682,41.87362751064216],[-72.64766792775602,41.87379151066739],[-72.64777492779552,41.87387151067937],[-72.64787392783265,41.87395551069239],[-72.64812592792673,41.87416151072399],[-72.64838492801033,41.874146510712755],[-72.64875892813077,41.874119510695515],[-72.65094892881785,41.87364651053387],[-72.65162792903072,41.87349751048329],[-72.65222992922317,41.873429510450805],[-72.6522679292373,41.87345951045536],[-72.6523599292708,41.87352051046416],[-72.65244292930153,41.873583510473644],[-72.65277592940869,41.8735585104581],[-72.65310892951594,41.87353451044276],[-72.65366092969361,41.873493510417084],[-72.65369992971274,41.873604510437225],[-72.6537269297259,41.87368051045101],[-72.65384392976281,41.873658510442986],[-72.65396092979965,41.873635510434795],[-72.65420292987586,41.87358851041795],[-72.65444492995215,41.87354251040129],[-72.65472593004947,41.87364051041112],[-72.65486993010069,41.87371451042076],[-72.65528993025202,41.87396351045522],[-72.65570893040298,41.87421151048954],[-72.65696793085671,41.87495851059297],[-72.65718193094257,41.87523751063985],[-72.657211930976,41.8756475107179],[-72.65723493100424,41.87600751078655],[-72.6572499310292,41.876355510853124],[-72.65707493107321,41.87810951119677],[-72.65736493121908,41.87899851135876],[-72.65763193134553,41.87968151148176],[-72.65801293151537,41.88047151162176],[-72.65897493192372,41.882111511906785],[-72.65963493216559,41.88257251197436]]]},"properties":{"name":4736.01,"geoid":"09003473601"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.6413629247851,41.85790850780829],[-72.6413679247853,41.85788350780331],[-72.64138692478734,41.85781150778882],[-72.6413939247883,41.85778850778414],[-72.64141192479065,41.85772750777181],[-72.64146992479907,41.857544507734644],[-72.64148992480212,41.857484507722454],[-72.64159192483757,41.8575225077265],[-72.64205392499699,41.857674507740946],[-72.64216492503441,41.857695507741425],[-72.64253392515879,41.85776550774306],[-72.64323492539357,41.85787250774113],[-72.64427292573815,41.857977507728],[-72.64497892597261,41.85805050771936],[-72.64832892708306,41.85836150767158],[-72.6484549271241,41.858360507667335],[-72.64863292718066,41.85833450765659],[-72.64852992713612,41.85814450762327],[-72.64849592711295,41.85793450758387],[-72.64849992709256,41.857557507511046],[-72.64854392709377,41.857329507465685],[-72.64863292711169,41.85713650742559],[-72.64886492717581,41.85693550737939],[-72.64891992719079,41.856884507367766],[-72.64968292739928,41.85618350720805],[-72.64968292739917,41.85618150720767],[-72.64958292735821,41.856036507182935],[-72.64947392731547,41.85591150716233],[-72.65020392753125,41.85552450706423],[-72.6520249280658,41.854493506806826],[-72.6526029282349,41.85415650672325],[-72.65271192826323,41.85403150669564],[-72.65281592828755,41.853864506660095],[-72.65287792829885,41.853709506628206],[-72.65289592829373,41.8535185065908],[-72.65287192826574,41.853168506524085],[-72.65287392825518,41.85297350648641],[-72.65287992822358,41.85239050637379],[-72.65288292821339,41.85219650633628],[-72.65330192834877,41.85217450631855],[-72.65455992875522,41.85210850626535],[-72.65497992889098,41.852087506247784],[-72.65538192902103,41.85206950623137],[-72.65631092932168,41.85202950619379],[-72.65658992941147,41.852008506180766],[-72.65699192954082,41.85197850616203],[-72.65701192954707,41.851973506160434],[-72.65705792956156,41.851964506157216],[-72.65707292956621,41.85196050615596],[-72.6570939295729,41.8519575061547],[-72.6571769295989,41.851939506148554],[-72.65742792967778,41.851887506130446],[-72.6575119297042,41.85187050612446],[-72.6577369297751,41.85182750610894],[-72.65806492987849,41.85176550608642],[-72.65841892999168,41.851726506067514],[-72.6584299299952,41.85172550606696],[-72.6586489300664,41.85172150605915],[-72.6591279302237,41.8517405060474],[-72.65917993024082,41.85174350604631],[-72.66055693069973,41.851914506034966],[-72.66103393085874,41.851974506031176],[-72.66149193101062,41.85201850602493],[-72.6616159310518,41.85203150602344],[-72.66285893146755,41.85221250601833],[-72.66331493162012,41.85227950601658],[-72.66449593201366,41.85242550600672],[-72.66449493201642,41.852479506017175],[-72.66370193198458,41.85641650680183],[-72.66368593198845,41.85657450683282],[-72.6635329319843,41.85736850699083],[-72.6635239319877,41.857478507012345],[-72.66313293199099,41.85974950746277],[-72.66304093199314,41.86030750757332],[-72.66275393200002,41.862051507918785],[-72.66267793200008,41.86248250800431],[-72.66266393200512,41.86264950803697],[-72.66264093200587,41.862792508065276],[-72.6624969320168,41.86379750826365],[-72.66249093202032,41.86389250828217],[-72.66245293204555,41.86454550840927],[-72.66243393207192,41.86511050851879],[-72.66247493212471,41.86579450864933],[-72.66268193229875,41.86764350899909],[-72.66268593230197,41.86767650900531],[-72.66269793231234,41.86778850902652],[-72.6628139324138,41.868892509235586],[-72.66295793251955,41.86991250942756],[-72.66300893255652,41.87026550949397],[-72.66312393268196,41.87179050978417],[-72.66310393273882,41.87289050999683],[-72.66309093274064,41.872995510017475],[-72.66297193276087,41.87401951021867],[-72.6629519327626,41.87416251024688],[-72.66291893276647,41.87441651029688],[-72.66288193276431,41.87458851033123],[-72.66285293276306,41.874730510359534],[-72.66267793276732,41.87579451057022],[-72.66248393277259,41.87698351080561],[-72.66228593277576,41.878158511038414],[-72.66215293276593,41.878740511154874],[-72.66214593276491,41.87876251115932],[-72.66207993275539,41.878970511201544],[-72.66201493274613,41.879177511243505],[-72.66165193267275,41.879958511405704],[-72.66145593262918,41.88031151148003],[-72.66122093257509,41.880702511562944],[-72.66011993229156,41.88201351185103],[-72.6597759322022,41.88240951193841],[-72.65963493216559,41.88257251197436],[-72.65897493192372,41.882111511906785],[-72.65801293151537,41.88047151162176],[-72.65763193134553,41.87968151148176],[-72.65736493121908,41.87899851135876],[-72.65707493107321,41.87810951119677],[-72.6572499310292,41.876355510853124],[-72.65723493100424,41.87600751078655],[-72.657211930976,41.8756475107179],[-72.65718193094257,41.87523751063985],[-72.65696793085671,41.87495851059297],[-72.65570893040298,41.87421151048954],[-72.65528993025202,41.87396351045522],[-72.65486993010069,41.87371451042076],[-72.65472593004947,41.87364051041112],[-72.65444492995215,41.87354251040129],[-72.65420292987586,41.87358851041795],[-72.65396092979965,41.873635510434795],[-72.65384392976281,41.873658510442986],[-72.6537269297259,41.87368051045101],[-72.65369992971274,41.873604510437225],[-72.65366092969361,41.873493510417084],[-72.65310892951594,41.87353451044276],[-72.65277592940869,41.8735585104581],[-72.65244292930153,41.873583510473644],[-72.6523599292708,41.87352051046416],[-72.6522679292373,41.87345951045536],[-72.65222992922317,41.873429510450805],[-72.65162792903072,41.87349751048329],[-72.65094892881785,41.87364651053387],[-72.64875892813077,41.874119510695515],[-72.64838492801033,41.874146510712755],[-72.64812592792673,41.87416151072399],[-72.64787392783265,41.87395551069239],[-72.64777492779552,41.87387151067937],[-72.64766792775602,41.87379151066739],[-72.647469927682,41.87362751064216],[-72.64745392758425,41.87202151033313],[-72.6473119275287,41.871861510306864],[-72.64722892744769,41.87092451012893],[-72.64734092747717,41.8708025101018],[-72.64745192750637,41.87068051007473],[-72.64757192753801,41.870550510045796],[-72.64784192760902,41.87025450998005],[-72.64800292764149,41.86990650990781],[-72.64809092766231,41.86976950987855],[-72.6482239276883,41.86946750981607],[-72.64854692776709,41.869006509716804],[-72.64925192795694,41.868310509559976],[-72.64938492799654,41.86824450954295],[-72.64999392816861,41.86778350943449],[-72.65007492819095,41.86771250941819],[-72.6501479282122,41.86766850940737],[-72.6502949282513,41.86751450937295],[-72.65025792822695,41.867301509333075],[-72.65023292821046,41.867156509305936],[-72.65018792818114,41.866902509258416],[-72.6499739280404,41.86567050902781],[-72.64991792800346,41.86534650896715],[-72.64989092798562,41.86518950893775],[-72.6497919279489,41.865112508926096],[-72.64976392793855,41.865091508922944],[-72.64953192785258,41.864912508895905],[-72.64929992776666,41.86473450886904],[-72.64936492778227,41.86463750884826],[-72.6493169277638,41.864588508840356],[-72.64910092768062,41.8643675088047],[-72.64889192760513,41.86424050878695],[-72.64873392754815,41.8641455087737],[-72.64873992754751,41.86410050876485],[-72.64876192754697,41.8639665087383],[-72.64876992754705,41.863922508729566],[-72.64815192731314,41.8633605086411],[-72.6472929269911,41.862633508528575],[-72.64685592682729,41.862263508471294],[-72.6460719265273,41.861494508348265],[-72.64506392617074,41.861011508287554],[-72.64496092613359,41.860949508278914],[-72.64400892579025,41.860378508199446],[-72.64396492577438,41.860352508195845],[-72.64334192554627,41.85991950813239],[-72.64301192540994,41.859420508046796],[-72.64281992532382,41.859012507974306],[-72.64257192521262,41.85848550788066],[-72.6423119251117,41.85820550783504],[-72.6413629247851,41.85790850780829]]]},"properties":{"name":4736.02,"geoid":"09003473602"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.70324494008446,41.77314048945613],[-72.70326494005903,41.77258448934807],[-72.7030979400006,41.772514489339926],[-72.70277493988766,41.77238048932443],[-72.70267793984479,41.77218448928968],[-72.70277693986787,41.77202448925559],[-72.70405194026515,41.77170848915349],[-72.70416394029677,41.77162348913346],[-72.70464794043372,41.771262489048134],[-72.70456694040124,41.77115648903027],[-72.70452994038642,41.77110848902218],[-72.70450394037596,41.77107348901626],[-72.70443494034669,41.77095548899568],[-72.70440494033399,41.7709044889868],[-72.70433894030599,41.770791488967085],[-72.7042799402649,41.77041048889537],[-72.70378494008251,41.7700434888404],[-72.70353093998776,41.769834488808186],[-72.70329193989862,41.769638488778014],[-72.70323893986746,41.76939648873297],[-72.70342993992234,41.76926848870209],[-72.70421694017836,41.769261488675404],[-72.70475894034934,41.76916348863901],[-72.70510894046734,41.76923248864109],[-72.70522894049678,41.769064488604755],[-72.70502494040825,41.76868048853712],[-72.7050409404037,41.768510488503765],[-72.70484694032866,41.76830448847021],[-72.70421794010163,41.767919488416055],[-72.70415194007903,41.76790048841451],[-72.70392094000009,41.76783648840958],[-72.70334593982055,41.767972488454376],[-72.70338393982185,41.76777948841584],[-72.70340593981076,41.767461488353696],[-72.70335993978973,41.7673564883349],[-72.7033489397847,41.76733148833042],[-72.70331693977016,41.76725948831752],[-72.70330693976553,41.767235488313226],[-72.70325593974931,41.767242488316214],[-72.70311493970446,41.76726148832443],[-72.70295493965364,41.767284488334006],[-72.7025409395226,41.767351488360276],[-72.70234993946215,41.76738248837241],[-72.70195593933724,41.7674424883967],[-72.70077393896263,41.767625488470095],[-72.70038093883807,41.767686488494526],[-72.70027993880568,41.76769548849951],[-72.69997993870955,41.76772348851458],[-72.69987993867754,41.76773348851973],[-72.70002993867998,41.766924488358576],[-72.70003393867954,41.766894488352655],[-72.70023093866708,41.765559488088336],[-72.70035493866139,41.76475648792919],[-72.70041993866012,41.764365487851535],[-72.70056193865817,41.76352548768464],[-72.70059493865875,41.76334848764938],[-72.70069393866093,41.762824487544925],[-72.70069393866063,41.76281948754396],[-72.70072793866163,41.76264348750884],[-72.7007779386639,41.76239948746009],[-72.70051693857008,41.76224648743892],[-72.70032593850125,41.76213148742284],[-72.70021893846312,41.76207448741526],[-72.70018093844966,41.7620554874128],[-72.69996193837245,41.761953487400156],[-72.70011293841888,41.76190548738602],[-72.70040593850763,41.76178848735397],[-72.70045393852206,41.761767487348386],[-72.7004879385324,41.761754487344774],[-72.70059593856448,41.761700487330856],[-72.70064393857886,41.76167848732506],[-72.70072493860341,41.76164648731628],[-72.70096993867783,41.761552487290224],[-72.70105193870282,41.76152248728179],[-72.70154093885192,41.761344487231646],[-72.70196993898028,41.76114548717938],[-72.70216993904216,41.761088487161935],[-72.70241293911876,41.76104348714543],[-72.70290993927952,41.761023487125556],[-72.70402193963638,41.76092848707142],[-72.7050879399794,41.76085448702282],[-72.70655294045125,41.7607594869573],[-72.70763094079568,41.76064148689981],[-72.70799494091158,41.76059448687901],[-72.70908694125924,41.7604534868166],[-72.7094519413755,41.76040748679597],[-72.70949394140096,41.76061248683423],[-72.70962094147771,41.76122848694919],[-72.70966394150355,41.761434486987625],[-72.70968094151407,41.76152148700388],[-72.7097239415402,41.761732487043275],[-72.70990694165117,41.76262648721015],[-72.7099679416882,41.762925487265974],[-72.71017994179525,41.763586487386874],[-72.71081594211651,41.76557248775016],[-72.71102894222393,41.76623448787122],[-72.71110694226245,41.76646248791276],[-72.71118294230547,41.76678048797175],[-72.71157994253018,41.76844048827973],[-72.71171294260533,41.76899448838249],[-72.7117769426439,41.769302488439926],[-72.71190194271868,41.769895488550475],[-72.71187694273014,41.77023648861716],[-72.71185394274072,41.77055148867877],[-72.71180794273343,41.77068548870615],[-72.71179594274223,41.77090648874924],[-72.71172894284433,41.773063489168116],[-72.71169894284745,41.77328748921236],[-72.71151694281643,41.77377948931327],[-72.7114039427927,41.77400748936095],[-72.71042094258753,41.77601048977957],[-72.71033594257777,41.77632248984256],[-72.71013994251147,41.776280489840765],[-72.70986494241832,41.776218489837646],[-72.70899594212402,41.776024489828146],[-72.70766194167396,41.77575648981934],[-72.70737094157558,41.77569448981672],[-72.70718894151403,41.77565548981505],[-72.70642094125431,41.77549048980789],[-72.70587994106954,41.77534248979672],[-72.70578594103655,41.77530148979182],[-72.70554194095106,41.775197489779586],[-72.70536594088642,41.77507048976073],[-72.70519994082251,41.77489948973302],[-72.7051959408188,41.77485748972505],[-72.70515994078133,41.77440948963965],[-72.70510694075159,41.774192489599436],[-72.70503094071837,41.774045489573496],[-72.70496194068825,41.773912489550014],[-72.70490794066394,41.77379548952915],[-72.70490294066082,41.773769489524284],[-72.7048909406526,41.77369448951018],[-72.70488694064986,41.77366948950547],[-72.7047719406078,41.773589489493745],[-72.7045899405446,41.77352148948645],[-72.70457794054045,41.77351748948606],[-72.70427494043638,41.77342448947785],[-72.70357894019855,41.773232489463155],[-72.7033179401094,41.77316048945765],[-72.70324494008446,41.77314048945613]]]},"properties":{"name":5042,"geoid":"09003504200"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.7094519413755,41.76040748679597],[-72.7094349413621,41.76027048677005],[-72.70938494132228,41.7598604866924],[-72.70936894130925,41.75972448666665],[-72.70928894124897,41.75912848655403],[-72.70925894122594,41.75889748651035],[-72.70909394108244,41.75733448621358],[-72.70903194102797,41.756737486100214],[-72.70886594097546,41.75676448611077],[-72.70836994081874,41.756849486143146],[-72.70820494076663,41.75687848615408],[-72.70728194047469,41.75703048621314],[-72.70624394014726,41.75721748628272],[-72.706068940093,41.75726548629761],[-72.70465893964906,41.757534486394995],[-72.70404593945602,41.75765048643712],[-72.7035859393107,41.75772948646719],[-72.70343193926243,41.75776248647851],[-72.7030669391482,41.757844486506116],[-72.70356093927339,41.757221486369815],[-72.70504593964992,41.755352485960785],[-72.70554093977549,41.754730485824616],[-72.70635993998232,41.753685485596286],[-72.70855694053738,41.750885484984344],[-72.70882294060526,41.75055848491257],[-72.7093209407324,41.74994748477845],[-72.7093689407446,41.74988748476531],[-72.70966094081918,41.7495294846867],[-72.70971194083207,41.749464484672494],[-72.71075194109494,41.748141484383254],[-72.71294194164858,41.745357483774576],[-72.71403594192633,41.7439874834745],[-72.7151389422065,41.7426084831724],[-72.71518494224156,41.74295848323858],[-72.71532294234693,41.744011483437724],[-72.71536594237953,41.74433548349897],[-72.71536994238238,41.74436248350408],[-72.71529994236435,41.74444548352238],[-72.71509394231158,41.74469548357733],[-72.71502494229394,41.74477948359579],[-72.71496294228389,41.744956483632],[-72.71496294228831,41.745033483646885],[-72.71496294229411,41.74513448366642],[-72.71502094233767,41.74556448374768],[-72.71504694236106,41.74582448379711],[-72.71507494238534,41.74608848384725],[-72.71509794240207,41.746249483877634],[-72.71516794245275,41.746735483969346],[-72.71519194246986,41.746897483999874],[-72.71519894248082,41.747048484028845],[-72.7152179425071,41.747398484095896],[-72.71522294251469,41.74750248411583],[-72.715230942526,41.74765448414497],[-72.71522694253068,41.74775848416518],[-72.7152169425454,41.748071484226024],[-72.71521494255077,41.74817648424639],[-72.71520394255276,41.748273484265496],[-72.71519494255406,41.74834748428009],[-72.71515694258446,41.74909248442533],[-72.71516294259071,41.74916748443964],[-72.71516794259612,41.74923348445222],[-72.71517794261281,41.749467484497146],[-72.71517394261346,41.749501484503845],[-72.7151459426188,41.74975348455346],[-72.7151409426177,41.74976248455536],[-72.71510194262278,41.75007248461653],[-72.71511294262982,41.75013248462779],[-72.71511894263342,41.750161484633196],[-72.71509494263135,41.750261484653294],[-72.71506494266097,41.75094748478686],[-72.71502494269983,41.7518514849629],[-72.71499694271901,41.7523444850591],[-72.7149739427358,41.7527674851416],[-72.71487794281033,41.75461048550092],[-72.71482994284682,41.75551848567797],[-72.71478294288424,41.75643648585691],[-72.71355394247226,41.75623448585742],[-72.71325694237424,41.756212485862726],[-72.71320494235684,41.75620448586285],[-72.7130159422947,41.756194485867],[-72.71219494202845,41.75621548589749],[-72.71112294168927,41.75639048596583],[-72.71104994166635,41.756405485971065],[-72.710834941599,41.75645248598708],[-72.71076294157646,41.75646848599248],[-72.71077894159247,41.756656486028305],[-72.71082994164162,41.75722348613625],[-72.71084694165802,41.75741248617224],[-72.71088294166958,41.757409486170495],[-72.71098994170391,41.757400486165324],[-72.71102694171584,41.757398486163744],[-72.7112209417782,41.7573834861546],[-72.71157994189366,41.75735748613801],[-72.71165694192057,41.757389486141726],[-72.71166894192483,41.7573954861425],[-72.7117169419473,41.757514486163956],[-72.71179194198211,41.75769548619651],[-72.71184494202777,41.75818948629029],[-72.71200694216563,41.759671486571484],[-72.7120609422116,41.7601654866652],[-72.71188894215643,41.76018048667365],[-72.71137394199138,41.76022848669951],[-72.7112029419366,41.7602444867081],[-72.71102694188014,41.76025948671667],[-72.71049894171075,41.76030548674255],[-72.71032394165466,41.76032148675128],[-72.71014894159858,41.76033748676],[-72.70962594143117,41.76038948678688],[-72.7094519413755,41.76040748679597]]]},"properties":{"name":5043,"geoid":"09003504300"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.70473793887027,41.74351148368164],[-72.70441593876765,41.743551483699726],[-72.70345293846103,41.743674483754475],[-72.70313193835887,41.743716483772936],[-72.70292593829308,41.743739483784],[-72.70231093809691,41.7438124838179],[-72.70210593803152,41.743836483829135],[-72.70185093795027,41.74386848384353],[-72.70108693770703,41.74396648388705],[-72.70083293762617,41.7439994839016],[-72.70058493754716,41.744030483915566],[-72.69984193731068,41.74412748395824],[-72.69959493723206,41.744159483972346],[-72.69933793715009,41.74418948398642],[-72.69856993690516,41.7442814840289],[-72.69831493682386,41.74431248404311],[-72.69832393683949,41.74453348408554],[-72.69835293688706,41.74519848421318],[-72.69836293690305,41.745420484255774],[-72.69836593691463,41.745605484291445],[-72.69837793695041,41.746161484398556],[-72.69838193696239,41.746347484434395],[-72.69835593696531,41.74654648447371],[-72.6982809369753,41.74714648459211],[-72.69825593697864,41.74734648463158],[-72.69740493670065,41.74733348465644],[-72.69485393586744,41.74729548473113],[-72.69400393558983,41.74728348475614],[-72.69400293559731,41.74741948478246],[-72.6939999356199,41.74783048486202],[-72.69399993562774,41.747967484888505],[-72.69398693563407,41.7481514849245],[-72.69394893565351,41.74870648503301],[-72.69393693566022,41.74889148506917],[-72.69392493566639,41.74906748510358],[-72.69389193568587,41.74959448520653],[-72.6938809356924,41.749771485241105],[-72.69386693569935,41.74997148528022],[-72.69385893570464,41.75010948530715],[-72.69383493572349,41.75057448539781],[-72.69382593573208,41.750775485436954],[-72.69379593573339,41.75096848547523],[-72.6937069357377,41.75154948559042],[-72.69367793573937,41.75174348562886],[-72.69364393573943,41.75193748566744],[-72.69343093575317,41.75338748595459],[-72.69332193574596,41.75388048605341],[-72.69333693576483,41.75412448610007],[-72.69346093581882,41.7543614861419],[-72.69354793585313,41.75446548615921],[-72.69335793579009,41.75444548616145],[-72.69315293571796,41.75435248615007],[-72.69317893571704,41.754188486117535],[-72.69310193561155,41.752786485849],[-72.69310293557515,41.75214648572524],[-72.69309093550324,41.75096048549635],[-72.69309393546877,41.75034248537679],[-72.69309593545596,41.75010748533131],[-72.69309793544824,41.749961485303],[-72.6932579354374,41.74886348508559],[-72.69324093541111,41.74850148501614],[-72.6932349354017,41.74837148499121],[-72.69319193537089,41.748078484935945],[-72.69321293536998,41.74794348490918],[-72.69319193536029,41.74789348490018],[-72.69316893533939,41.747659484855674],[-72.69299493523202,41.74677548469037],[-72.69293493519493,41.74646948463314],[-72.69289093517123,41.74630648460304],[-72.69278693509472,41.745562484462546],[-72.69266993503867,41.74524948440578],[-72.69229793487447,41.74449948427273],[-72.69221693480306,41.743713484123354],[-72.69220093478562,41.74350048408269],[-72.69216593474533,41.742996483986346],[-72.69220493474204,41.74271748393116],[-72.6921899347172,41.74236948386435],[-72.69340393507417,41.741697483695376],[-72.69399193524703,41.74137148361344],[-72.69444093537834,41.741110483548546],[-72.69579093577333,41.74032948335411],[-72.69624093590508,41.74007048328956],[-72.69645993596929,41.739946483258535],[-72.69711793616248,41.739577483166045],[-72.6973379362271,41.739454483135184],[-72.69787993638745,41.739171483063025],[-72.69835593652822,41.73892248299957],[-72.69848193656252,41.73880448297271],[-72.69856293658202,41.73868448294689],[-72.6994419367818,41.73717448262663],[-72.69947693678975,41.7371144826139],[-72.69958493681467,41.73693548257582],[-72.69962193682335,41.73687648256321],[-72.6996539368305,41.73681948255116],[-72.69967793683539,41.736768482540526],[-72.69983893686904,41.73644048247191],[-72.69989293688037,41.7363314824491],[-72.70016793694755,41.73594048236466],[-72.70088293712226,41.734925482145364],[-72.70099993715162,41.734772482112],[-72.70118393719797,41.73453548206026],[-72.70130193722878,41.73440248203074],[-72.7013399372387,41.734359482021205],[-72.70145393726855,41.734232481992976],[-72.70149293727884,41.734190481983596],[-72.70155093729579,41.73415648197517],[-72.70166893733044,41.73409048195861],[-72.70172193734545,41.73405148194936],[-72.70177693736115,41.734012481940056],[-72.7018919373966,41.73397748192958],[-72.70195593741636,41.73395848192385],[-72.70224093750512,41.73388748190095],[-72.70235793754155,41.73385848189158],[-72.70257793761094,41.733818481876774],[-72.70323993781975,41.733699481832474],[-72.70346093788949,41.733660481817815],[-72.70372493797267,41.733611481799855],[-72.7045199382233,41.733466481746255],[-72.70478493830689,41.733418481728435],[-72.70490293834405,41.73339648172038],[-72.70525893845634,41.73333248169656],[-72.7053779384939,41.73331148168867],[-72.70550793853509,41.733291481680624],[-72.70589793865891,41.73323548165725],[-72.7060289387005,41.733216481649364],[-72.70597793869506,41.73341148168871],[-72.70597593869499,41.73342148169072],[-72.70598993871192,41.733637481732046],[-72.70612893877743,41.733990481795836],[-72.70620293881237,41.73417948183001],[-72.7062509388389,41.73436948186521],[-72.70639793891957,41.7349414819711],[-72.70644693894648,41.735132482006456],[-72.70574093872368,41.735257482053335],[-72.70362493805617,41.735636482194685],[-72.70291993783376,41.73576248224173],[-72.7029839378654,41.73595048227602],[-72.70317593796025,41.73651448237893],[-72.70323993799194,41.736703482413404],[-72.70328393801722,41.736894482448925],[-72.70341593809324,41.73747048255607],[-72.7034609381189,41.737662482591745],[-72.70346693812246,41.73769048259698],[-72.70348693813385,41.73777548261276],[-72.7034939381378,41.737804482618145],[-72.70353693816173,41.737977482650216],[-72.70354293816489,41.73799848265407],[-72.70364893822843,41.73850448274853],[-72.70368693825087,41.73868048278134],[-72.70372593827402,41.73886248281527],[-72.70383593833903,41.73937148291016],[-72.7038429383435,41.73940948291729],[-72.70387993836603,41.739592482951494],[-72.70391593838751,41.739762482983195],[-72.70402593845253,41.74027148307809],[-72.7040249384522,41.740271483078125],[-72.70369693836193,41.740560483144534],[-72.70385393841194,41.740540483135625],[-72.70407193848139,41.74051348312338],[-72.70411493850577,41.740694483157014],[-72.70423893857846,41.74125748326189],[-72.704441938697,41.742171483432074],[-72.7046129387972,41.742947483576614],[-72.70473793887027,41.74351148368164]]]},"properties":{"name":5045,"geoid":"09003504500"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.7053779384939,41.73331148168867],[-72.70525893845634,41.73333248169656],[-72.70490293834405,41.73339648172038],[-72.70478493830689,41.733418481728435],[-72.7045199382233,41.733466481746255],[-72.70372493797267,41.733611481799855],[-72.70346093788949,41.733660481817815],[-72.70323993781975,41.733699481832474],[-72.70257793761094,41.733818481876774],[-72.70235793754155,41.73385848189158],[-72.70224093750512,41.73388748190095],[-72.70195593741636,41.73395848192385],[-72.7018919373966,41.73397748192958],[-72.70177693736115,41.734012481940056],[-72.70172193734545,41.73405148194936],[-72.70166893733044,41.73409048195861],[-72.70155093729579,41.73415648197517],[-72.70149293727884,41.734190481983596],[-72.70145393726855,41.734232481992976],[-72.7013399372387,41.734359482021205],[-72.70130193722878,41.73440248203074],[-72.70118393719797,41.73453548206026],[-72.70099993715162,41.734772482112],[-72.70088293712226,41.734925482145364],[-72.70016793694755,41.73594048236466],[-72.69989293688037,41.7363314824491],[-72.69983893686904,41.73644048247191],[-72.69967793683539,41.736768482540526],[-72.6996539368305,41.73681948255116],[-72.69962193682335,41.73687648256321],[-72.69958493681467,41.73693548257582],[-72.69947693678975,41.7371144826139],[-72.6994419367818,41.73717448262663],[-72.69856293658202,41.73868448294689],[-72.69848193656252,41.73880448297271],[-72.69835593652822,41.73892248299957],[-72.69787993638745,41.739171483063025],[-72.6973379362271,41.739454483135184],[-72.69711793616248,41.739577483166045],[-72.69645993596929,41.739946483258535],[-72.69624093590508,41.74007048328956],[-72.69579093577333,41.74032948335411],[-72.69444093537834,41.741110483548546],[-72.69399193524703,41.74137148361344],[-72.69340393507417,41.741697483695376],[-72.6921899347172,41.74236948386435],[-72.69215793470089,41.74226648384546],[-72.69227293472598,41.74205048380001],[-72.69270693482098,41.741241483629615],[-72.69277993483789,41.74112148360406],[-72.69296393488057,41.74082048353994],[-72.69295993484987,41.7403074834409],[-72.69295193477826,41.739103483208325],[-72.69292793475135,41.73877048314469],[-72.69291293473323,41.738539483100496],[-72.69290493471453,41.738258483046415],[-72.69289493469815,41.73802948300246],[-72.69286693464966,41.7373424828705],[-72.69285793463366,41.737114482826705],[-72.69285593462666,41.73700348280531],[-72.69285193460627,41.73667048274102],[-72.69285093459963,41.73656048271979],[-72.69283793457856,41.73626648266335],[-72.6928019345163,41.735384482493934],[-72.69278993449554,41.735090482437464],[-72.6926969344444,41.734726482370064],[-72.69242093429206,41.73363648216812],[-72.6923289342413,41.73327348210086],[-72.6922819342145,41.7330734820637],[-72.69214093413423,41.73247348195219],[-72.69209493410779,41.73227348191498],[-72.69204393407949,41.73206948187717],[-72.69189093399471,41.7314594817641],[-72.6918409339668,41.73125648172645],[-72.69179193393576,41.73099348167715],[-72.69164793384368,41.730204481529164],[-72.69159993381297,41.72994148147984],[-72.69149393374552,41.72936648137203],[-72.691190933552,41.72771048106146],[-72.69118393354569,41.72764048104815],[-72.69116893353217,41.7274894810194],[-72.6910139334586,41.72708648094643],[-72.69107993347227,41.72694948091782],[-72.6910969334759,41.72691648091089],[-72.69135793353257,41.72642148080674],[-72.69136093353316,41.72641448080528],[-72.69144493355083,41.72624548076991],[-72.69152393356786,41.72609348073796],[-72.69176293361977,41.72564048064265],[-72.69182493363326,41.72552348061802],[-72.69184193363685,41.7254894806109],[-72.69217993374352,41.72542948058843],[-72.69228193377576,41.72541248058186],[-72.69319693406463,41.72525248052151],[-72.69353693417204,41.72519448049937],[-72.69392893429858,41.725174480482906],[-72.69394693430439,41.72517348048213],[-72.69431993442478,41.725154480466465],[-72.69495293462907,41.72512148043974],[-72.69517693470137,41.72510948043021],[-72.69558693483368,41.72508848041297],[-72.69594893495001,41.72506048039591],[-72.69632393507048,41.725031480378256],[-72.69656093514686,41.72501748036794],[-72.69743593542889,41.72496548032975],[-72.69918893599393,41.724862480253485],[-72.70131093667746,41.724729480159525],[-72.7013159366791,41.72472948015937],[-72.70252393706818,41.72465348010583],[-72.7029879372176,41.7246234800851],[-72.70471593777427,41.724516480008845],[-72.70483893781388,41.72450848000335],[-72.704776937806,41.72472348004694],[-72.70460893778542,41.72531948016761],[-72.70459393778336,41.72536848017758],[-72.70453393777619,41.7255844802213],[-72.70439593773169,41.72559248022728],[-72.70398493759933,41.72561848024553],[-72.70384793755522,41.725627480251674],[-72.70391493760083,41.72604248032979],[-72.70411593773768,41.72728848056434],[-72.70418293778334,41.72770448064265],[-72.70422993779853,41.72770248064075],[-72.70436993784395,41.72769948063568],[-72.70441793785953,41.72769848063393],[-72.70447293787733,41.727696480631785],[-72.70463993793149,41.72769248062564],[-72.70469593794974,41.72769248062385],[-72.70473293796165,41.727690480622265],[-72.70475093796746,41.72768948062148],[-72.70514493807437,41.727315480536475],[-72.70515493808891,41.72751248057425],[-72.70516893810722,41.727752480620246],[-72.7051769381268,41.728048480677224],[-72.70519293813523,41.728104480687534],[-72.70522193815033,41.728203480705766],[-72.70530493818006,41.728250480712184],[-72.70535293821666,41.72861648078143],[-72.70535293823161,41.72887748083192],[-72.7053299382278,41.72894148084504],[-72.70525393821578,41.72916348089041],[-72.70526593822414,41.72924148090512],[-72.70530193824928,41.72947548094921],[-72.7053019382507,41.72950048095406],[-72.70530493826689,41.72976548100521],[-72.70527893826426,41.729867481025764],[-72.70526193826302,41.72994248104083],[-72.70514793824023,41.73019248109284],[-72.70516293824952,41.73026948110725],[-72.70521293830679,41.730984481243944],[-72.705262938363,41.73168148137714],[-72.7052859383892,41.732007481439446],[-72.70535493846772,41.73298548162636],[-72.7053779384939,41.73331148168867]]]},"properties":{"name":5048,"geoid":"09003504800"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.7030669391482,41.757844486506116],[-72.70295793911401,41.75786748651406],[-72.70293993910845,41.757872486515616],[-72.70263093901116,41.75793148653696],[-72.70252293897724,41.75795348654469],[-72.70231693891246,41.75799448655924],[-72.7017009387189,41.75811848660302],[-72.70149593865452,41.75816048661773],[-72.70128793858883,41.758196486631384],[-72.70103293850833,41.75824148664828],[-72.70081693844095,41.75829348666529],[-72.70066593839302,41.7583154866744],[-72.70045793832703,41.75834648668708],[-72.700498938311,41.75783448658682],[-72.70056993829512,41.75715448645309],[-72.70055593818022,41.75523148608186],[-72.700584938162,41.754749485987745],[-72.70070993816572,41.75410448585906],[-72.70097593820934,41.75335448570553],[-72.70088293817727,41.75332348570254],[-72.7008719381735,41.7533204857023],[-72.70059793808075,41.753259485699324],[-72.7005029380486,41.75323848569832],[-72.69973293778747,41.753059485688496],[-72.69955993772882,41.75301948568633],[-72.69933093765096,41.75296248568268],[-72.69920493760813,41.75293148568074],[-72.69913693758505,41.75291548567983],[-72.69873893744918,41.75280748567175],[-72.69753193705884,41.75285748572024],[-72.6966779367879,41.75298448577226],[-72.69439893606271,41.75328548590374],[-72.69371993584562,41.7533574859395],[-72.69343093575317,41.75338748595459],[-72.69364393573943,41.75193748566744],[-72.69367793573937,41.75174348562886],[-72.6937069357377,41.75154948559042],[-72.69379593573339,41.75096848547523],[-72.69382593573208,41.750775485436954],[-72.69383493572349,41.75057448539781],[-72.69385893570464,41.75010948530715],[-72.69386693569935,41.74997148528022],[-72.6938809356924,41.749771485241105],[-72.69389193568587,41.74959448520653],[-72.69392493566639,41.74906748510358],[-72.69393693566022,41.74889148506917],[-72.69394893565351,41.74870648503301],[-72.69398693563407,41.7481514849245],[-72.69399993562774,41.747967484888505],[-72.6939999356199,41.74783048486202],[-72.69400293559731,41.74741948478246],[-72.69400393558983,41.74728348475614],[-72.69485393586744,41.74729548473113],[-72.69740493670065,41.74733348465644],[-72.69825593697864,41.74734648463158],[-72.6982809369753,41.74714648459211],[-72.69835593696531,41.74654648447371],[-72.69838193696239,41.746347484434395],[-72.69837793695041,41.746161484398556],[-72.69836593691463,41.745605484291445],[-72.69836293690305,41.745420484255774],[-72.69835293688706,41.74519848421318],[-72.69832393683949,41.74453348408554],[-72.69831493682386,41.74431248404311],[-72.69856993690516,41.7442814840289],[-72.69933793715009,41.74418948398642],[-72.69959493723206,41.744159483972346],[-72.69984193731068,41.74412748395824],[-72.70058493754716,41.744030483915566],[-72.70083293762617,41.7439994839016],[-72.70108693770703,41.74396648388705],[-72.70185093795027,41.74386848384353],[-72.70210593803152,41.743836483829135],[-72.70231093809691,41.7438124838179],[-72.70292593829308,41.743739483784],[-72.70313193835887,41.743716483772936],[-72.70345293846103,41.743674483754475],[-72.70441593876765,41.743551483699726],[-72.70473793887027,41.74351148368164],[-72.7051099389888,41.743465483660785],[-72.7056559391628,41.74339848363026],[-72.70622893934541,41.743327483598094],[-72.7066019394643,41.743282483577396],[-72.70683093953731,41.74325448356462],[-72.70751893975671,41.743172483526635],[-72.70774893983014,41.7431464835142],[-72.70804793992559,41.74311248349801],[-72.70894794021291,41.74301048344933],[-72.70924794030874,41.7429774834333],[-72.70929094032252,41.74297348343114],[-72.70941894036353,41.7429614834247],[-72.70946294037769,41.74295848342271],[-72.70953594040095,41.74294948341861],[-72.70975494047067,41.742921483406164],[-72.70982894049433,41.742913483402226],[-72.71007794057316,41.74287348338649],[-72.7101989406114,41.742853483378724],[-72.71029694064242,41.74283748337248],[-72.71056994072882,41.74279348335518],[-72.71074294078392,41.742771483345365],[-72.71126394094995,41.74270748331622],[-72.71143794100547,41.74268748330675],[-72.71155694104338,41.74267248330003],[-72.71191694115812,41.74262848327993],[-72.71197294117603,41.74262248327697],[-72.71203694119625,41.74261148327279],[-72.71222894125724,41.742584483261396],[-72.7128079414413,41.74250548322748],[-72.71288394146546,41.74249548322311],[-72.713001941503,41.742479483216215],[-72.7133009415981,41.742439483198865],[-72.71419694188313,41.74232048314702],[-72.71449694197862,41.742281483129815],[-72.71465594202947,41.742265483121614],[-72.71513494218286,41.7422194830973],[-72.7151389422065,41.7426084831724],[-72.71403594192633,41.7439874834745],[-72.71294194164858,41.745357483774576],[-72.71075194109494,41.748141484383254],[-72.70971194083207,41.749464484672494],[-72.70966094081918,41.7495294846867],[-72.7093689407446,41.74988748476531],[-72.7093209407324,41.74994748477845],[-72.70882294060526,41.75055848491257],[-72.70855694053738,41.750885484984344],[-72.70635993998232,41.753685485596286],[-72.70554093977549,41.754730485824616],[-72.70504593964992,41.755352485960785],[-72.70356093927339,41.757221486369815],[-72.7030669391482,41.757844486506116]]]},"properties":{"name":5049,"geoid":"09003504900"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.8636200077505,42.03771753518245],[-72.86375000772772,42.03660753496536],[-72.86382600771434,42.035957534838225],[-72.86382000767914,42.03539153472988],[-72.86392000769804,42.035157534681744],[-72.86440700778931,42.03400553444496],[-72.86516000793033,42.03222253407843],[-72.86578200802862,42.03043953371616],[-72.86629200815247,42.02971453356047],[-72.86650400817356,42.02889553339648],[-72.86679500821246,42.02794053320381],[-72.8678840083827,42.024787532563494],[-72.86916100859746,42.021347531861934],[-72.87300200928081,42.01163652987349],[-72.87302000928433,42.01159652986524],[-72.87307500929529,42.011477529840626],[-72.87309400929921,42.01143852983251],[-72.87349100938918,42.01076452969023],[-72.87378900945113,42.01016352956518],[-72.87454400961929,42.008830529284744],[-72.87477600965659,42.00817652915169],[-72.87665200995895,42.002897528077376],[-72.87762101011505,42.00016952752221],[-72.87761601004479,41.9989995272978],[-72.87791101009921,41.99828652715132],[-72.87795101010526,41.99816752712719],[-72.87847001019377,41.996789526845745],[-72.87851801019883,41.99660852680943],[-72.878665010215,41.9960665267006],[-72.87871501022074,41.995886526664414],[-72.87907701029322,41.99510852650326],[-72.87949001037575,41.99421852631894],[-72.88053201052368,41.99094452565645],[-72.88094401061453,41.99020152550035],[-72.88206701079945,41.98710752486972],[-72.88302301095692,41.98447452433298],[-72.88543601135434,41.97782652297769],[-72.88655901153938,41.974733522347066],[-72.88656901154027,41.97469352233907],[-72.88660001154341,41.97457452231519],[-72.88661101154472,41.97453552230734],[-72.88670001155722,41.97425352225028],[-72.8869710115962,41.973410522079526],[-72.8870610116091,41.973129522022624],[-72.88887101219645,41.97307852195378],[-72.89430301395913,41.97292652174732],[-72.8949810141792,41.97290852172173],[-72.89611401454614,41.97286452167629],[-72.89986401576058,41.97271852152584],[-72.91111801940515,41.97228152107441],[-72.91338102013805,41.97219452098377],[-72.91347402016808,41.97218952097976],[-72.91356702019813,41.972184520975766],[-72.91425302041999,41.97215352094741],[-72.91486902062002,41.972138520924396],[-72.91525302074464,41.972128520909926],[-72.91612802102884,41.972108520877505],[-72.91640702111891,41.972093520865506],[-72.9167920212433,41.97207352084911],[-72.91691302128247,41.97206852084418],[-72.91736102142723,41.97204552082512],[-72.91907002197946,41.97195952075277],[-72.91964002216373,41.971931520728766],[-72.92034602239201,41.97189852069935],[-72.92246402307705,41.97180252061169],[-72.92317102330595,41.97177452058323],[-72.92546802404961,41.971682520490475],[-72.92925502527572,41.97153252033787],[-72.93236102628127,41.97140852021252],[-72.93360302668339,41.97135952016251],[-72.9346590270249,41.97131152011874],[-72.93608602748647,41.97124752005979],[-72.94036902887183,41.97105651988303],[-72.94179702933377,41.97099351982424],[-72.94180702933697,41.97099251982372],[-72.94183802934694,41.970990519822315],[-72.94184902935055,41.970990519821946],[-72.94413503009282,41.97093751973699],[-72.94760403121931,41.97085851960832],[-72.95099303231976,41.97078051948244],[-72.95328003306238,41.970728519397625],[-72.95328003306263,41.97073251939839],[-72.95328103306366,41.97074451940065],[-72.95328203306426,41.970749519401586],[-72.95345703312134,41.97074951939585],[-72.95398203329252,41.97074951937868],[-72.95408003332446,41.97074951937547],[-72.95415803334966,41.970745519372144],[-72.9577680345156,41.97055651921769],[-72.95874403483083,41.970505519175944],[-72.95897103490414,41.970493519166205],[-72.95919803497746,41.97048151915648],[-72.96112303559926,41.97038251907445],[-72.96137003567974,41.970381519066166],[-72.96268703610878,41.97037551902189],[-72.9627460361278,41.9703715190192],[-72.96544203699833,41.97022751890326],[-72.96831103792479,41.97007551878012],[-72.97353003960993,41.9697965185556],[-72.97622704048082,41.96965351843977],[-72.98018204175963,41.96947351827563],[-72.98623704371511,41.96915851801669],[-72.99030404502868,41.96894951784324],[-72.99837504763525,41.968532517498524],[-72.99955004801511,41.96847851744962],[-73.00140204861307,41.968380517370065],[-73.01681205358454,41.96750151669565],[-73.01719605370914,41.96749151668114],[-73.01727705373541,41.9674895166781],[-73.01736905376528,41.967487516674694],[-73.01746205379548,41.967485516671246],[-73.01754005382081,41.96748351666831],[-73.01758605383573,41.96748251666661],[-73.01771005387597,41.96747951666195],[-73.01777705389745,41.96747351665861],[-73.01785605392287,41.96746751665488],[-73.02019205467423,41.96729651654534],[-73.02720105692866,41.96678451621691],[-73.02953805768036,41.96661451610753],[-73.02837405755477,41.97091851697199],[-73.02488205717844,41.98383451956562],[-73.02371905705338,41.9881395204299],[-73.02344705702527,41.9891655206357],[-73.02308705698863,41.990533520910006],[-73.02264305694511,41.99224852125362],[-73.02237705691914,41.99327752145978],[-73.02235605691695,41.993356521475626],[-73.02234105691568,41.99341752148783],[-73.02230505691219,41.99355752151587],[-73.02229405691091,41.99359652152371],[-73.02228905691047,41.993616521527706],[-73.0222730569088,41.99367652153975],[-73.02217305689909,41.994064521617474],[-73.0215500568115,41.99602152201338],[-73.02054005672319,42.00010252282941],[-73.01973105661621,42.00275752336527],[-73.01206905560583,42.02794252844614],[-73.01149205552963,42.029836528828156],[-73.00956305527562,42.036180530107465],[-73.00874605516776,42.03886253064831],[-73.0085530551047,42.03886053065426],[-73.00010505233902,42.038689530899106],[-72.99955005215634,42.03866153091196],[-72.99647905115309,42.03863553100788],[-72.99623705107405,42.038633531015435],[-72.98416604713042,42.0385305313921],[-72.98415604712716,42.03853053139243],[-72.98412804711802,42.038530531393334],[-72.98411904711509,42.03853053139365],[-72.97900804544523,42.038486531553],[-72.97779404504861,42.038476531590916],[-72.97759504498363,42.03847553159726],[-72.97740404492122,42.03847353160314],[-72.9747320440484,42.038453531687],[-72.96639304132424,42.03838953194834],[-72.96628304128829,42.03838853195174],[-72.94871603557247,42.03864653257719],[-72.9443220341428,42.038712532733825],[-72.94351303387573,42.03865953275019],[-72.94281803364329,42.038563532754566],[-72.94005403271949,42.03818953277342],[-72.93977603262866,42.03818753278215],[-72.93229503018452,42.038130533016265],[-72.93192003006197,42.03812753302796],[-72.92719602851811,42.03808453317442],[-72.92677202837955,42.03808053318753],[-72.9254190279375,42.03807053322991],[-72.92541802793717,42.03807053322994],[-72.92411102751014,42.0380605332708],[-72.92403902748663,42.03806053327317],[-72.92087102645155,42.03803653337228],[-72.91627902495124,42.038002533516035],[-72.90250302045013,42.03790053394714],[-72.89791201895001,42.037866534090746],[-72.89627001841345,42.03785353414192],[-72.89134401680379,42.03781653429587],[-72.89006501638589,42.03780753433593],[-72.8897030162676,42.037804534347195],[-72.88276601400084,42.037753534564104],[-72.88269901397891,42.0377525345661],[-72.8747710113863,42.03766053480744],[-72.87454501131359,42.03767853481827],[-72.87442901127585,42.037680534822435],[-72.8695640096897,42.037706534986285],[-72.86535700831725,42.03771553512536],[-72.8636200077505,42.03771753518245]]]},"properties":{"name":3301,"geoid":"09003330100"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.66509493187198,41.846572504858706],[-72.66486093179417,41.84654650486123],[-72.66473593175266,41.84653350486273],[-72.66417193156576,41.84648150487086],[-72.66416093156211,41.846480504871025],[-72.66392793148499,41.84646050487468],[-72.66371393141262,41.846415504872866],[-72.66358393136872,41.846389504872036],[-72.66307193119584,41.846286504868665],[-72.66285793112365,41.84624450486746],[-72.66253593101494,41.84618050486545],[-72.66157093068924,41.845988504859484],[-72.66124993058088,41.84592450485746],[-72.66083093044016,41.845853504857274],[-72.66058193035654,41.84581150485717],[-72.6597639300794,41.84563050484858],[-72.65958793001924,41.845582504844984],[-72.65948892998539,41.84555550484297],[-72.65920092988331,41.84541350482485],[-72.65884692975978,41.84527250480904],[-72.6586809297034,41.845233504806856],[-72.65866792969904,41.84523150480689],[-72.65846592963196,41.845210504809344],[-72.65697492914552,41.84520650485655],[-72.6567589290751,41.8452065048635],[-72.65641092896111,41.84519750487295],[-72.6558839287891,41.84519450488932],[-72.65562592870495,41.84519450489763],[-72.65430592827538,41.845209504942986],[-72.65426192826106,41.84521050494462],[-72.65378892811206,41.84530150497736],[-72.65366392807245,41.84532150498524],[-72.65314692790875,41.84540650501825],[-72.65294192784347,41.84543350503006],[-72.65266392775493,41.84547050504615],[-72.651962927528,41.84549950507428],[-72.6508809271761,41.84551550511218],[-72.65037592701056,41.84550050512553],[-72.65003592689912,41.845490505134535],[-72.6495239267287,41.845430505139426],[-72.6490939265864,41.845394505146324],[-72.64780692616067,41.84528950516745],[-72.64751892606542,41.845266505172276],[-72.64737892601896,41.84525250517408],[-72.64742892602484,41.845071505137554],[-72.64757792604233,41.844530505028416],[-72.6476289260486,41.844350504992065],[-72.64768392605534,41.844155504952674],[-72.6478519260764,41.84356950483425],[-72.64790792608352,41.84337550479502],[-72.64771692601859,41.84332950479229],[-72.64770392601423,41.84332750479231],[-72.64708192580612,41.84323550479457],[-72.64707192580278,41.84323450479471],[-72.64688292573759,41.843172504788825],[-72.64661292564736,41.843134504790186],[-72.6459969254416,41.84304950479359],[-72.64580192537693,41.84303050479619],[-72.64578292537068,41.843029504796604],[-72.64553092528986,41.84305350480934],[-72.64528892526735,41.84403450500636],[-72.64524792526142,41.844163505032554],[-72.64487792520873,41.84534550527244],[-72.64446892511981,41.84611850543469],[-72.64422092506246,41.84652750552155],[-72.64409192503271,41.846741505566975],[-72.64375992495307,41.84723950567369],[-72.64363892492413,41.847422505712885],[-72.64328192484557,41.84808050585127],[-72.64319692482687,41.848237505884285],[-72.6430479247758,41.84819450588079],[-72.64292192473266,41.8481585058779],[-72.64260492462356,41.848059505868996],[-72.64245792457298,41.848013505864856],[-72.64218992448076,41.847929505857266],[-72.64193792439012,41.84778250583702],[-72.64169092430136,41.847639505817384],[-72.6414989242281,41.847454505787866],[-72.64123992412523,41.84713450573446],[-72.6407799239409,41.84653750563412],[-72.64059692386752,41.84629950559408],[-72.64041192379581,41.846101505561855],[-72.64025692374484,41.84609450556548],[-72.63979192359206,41.846074505576574],[-72.63963792354149,41.84606850558037],[-72.63958892352593,41.8460755055833],[-72.63944392348002,41.846099505592576],[-72.63939592346482,41.84610750559566],[-72.63931492343755,41.84609250559537],[-72.63931292343688,41.846092505595436],[-72.63923092340934,41.84607850559538],[-72.63911292336965,41.84605750559513],[-72.63907392335653,41.84605050559502],[-72.63899392332964,41.846036505594896],[-72.63896992330969,41.845825505554956],[-72.6389409232997,41.84581650555416],[-72.63840392311509,41.84565150553961],[-72.63824192306082,41.845626505539975],[-72.63800292298087,41.845591505540916],[-72.63767192286747,41.84549650553322],[-72.63678992256528,41.84524350551278],[-72.63667392252775,41.845248505517475],[-72.63633092241687,41.84526550553178],[-72.63626892239573,41.84524950553068],[-72.63612392234805,41.845242505533996],[-72.6358879222705,41.84523250553964],[-72.63562392218758,41.845287505558744],[-72.63551092215279,41.84532350556932],[-72.6353129220919,41.84538750558803],[-72.63451292183738,41.84549850563515],[-72.6344019218021,41.84551450564181],[-72.63366492154836,41.84528150562055],[-72.63333392143439,41.84517650561093],[-72.63300392132079,41.845072505601486],[-72.63220292104495,41.84481850557822],[-72.63220092104419,41.84481650557791],[-72.63168492084034,41.84419750547508],[-72.63166092082895,41.84413550546389],[-72.63166092082889,41.84413450546369],[-72.63163592081717,41.84407250545253],[-72.6316009208006,41.843982505436294],[-72.63158892079501,41.84395350543109],[-72.63156592078406,41.84389350542027],[-72.63147692075171,41.84383550541193],[-72.63138692071901,41.84377750540362],[-72.6313439207034,41.843749505399614],[-72.63128692068268,41.8437125053943],[-72.63077892052235,41.84380550542857],[-72.6305769204586,41.84384250544219],[-72.6305489204498,41.84384850544425],[-72.63031792037688,41.84389050545979],[-72.63010592033643,41.84438950556285],[-72.62985192027016,41.84467750562656],[-72.62972992023461,41.84475150564476],[-72.6296879202224,41.84477750565114],[-72.6291719200723,41.845093505728656],[-72.62842191983844,41.84528050578883],[-72.6266659192821,41.84556450590002],[-72.62612991911234,41.84565250593423],[-72.62587091903028,41.84569450595065],[-72.62561191894822,41.84573650596707],[-72.62586691900175,41.84522050585933],[-72.626633919163,41.84367350553629],[-72.6267419191858,41.84345750549114],[-72.62688991921688,41.84315850542871],[-72.62709291926033,41.84276250534579],[-72.62729491930347,41.842366505262916],[-72.62839891953945,41.84020750481094],[-72.6299359198683,41.83720650418258],[-72.63201992043857,41.83530350374846],[-72.63352592085067,41.83392850343479],[-72.63478692119568,41.832776503172],[-72.63503292126305,41.83255250312087],[-72.63613392156434,41.83154750289158],[-72.6372349218656,41.83054250266226],[-72.63743192191697,41.83031850261271],[-72.6380249220718,41.82964750246418],[-72.63822292212355,41.82942450241478],[-72.6383709221638,41.82928550238321],[-72.63851892220403,41.82914550235142],[-72.63892792231533,41.8287615022642],[-72.63939392240323,41.82764650203406],[-72.6399069224998,41.82641550178001],[-72.64039492259184,41.82524750153893],[-72.64104692269173,41.823285501139324],[-72.6419009228226,41.820715500615876],[-72.64322092300674,41.81642749974579],[-72.6442549231513,41.81307349906513],[-72.64441092320426,41.813110499067264],[-72.64456592325693,41.81314749906943],[-72.64470292330344,41.8131794990712],[-72.64480292333742,41.81320349907261],[-72.64604692376054,41.81350949909172],[-72.64649492391297,41.81362049909875],[-72.64661992395551,41.81365149910071],[-72.64699792408409,41.81374449910653],[-72.64712392412694,41.81377549910846],[-72.64751492426055,41.81388249911655],[-72.64868792466157,41.814206499141406],[-72.64907892479525,41.81431449914968],[-72.64997892510289,41.814562499168645],[-72.6508619254081,41.814864499198556],[-72.65192992578777,41.815412499269996],[-72.65227492591316,41.81563749930234],[-72.65255992601585,41.81580749932599],[-72.653050926192,41.81608749936425],[-72.6535349263689,41.81642049941297],[-72.65412192658522,41.81685449947788],[-72.65436692667602,41.81704449950668],[-72.65468292679304,41.817288499543615],[-72.65518792697883,41.81765649959841],[-72.65563792714156,41.817935499637784],[-72.6560349272842,41.81816549966943],[-72.65635992739954,41.81832849969043],[-72.65638592742478,41.81862049974596],[-72.65645592744829,41.818632499746016],[-72.6566659275188,41.81866849974622],[-72.65673592754239,41.818681499746475],[-72.65685192758106,41.818696499745634],[-72.65691592760238,41.81870449974513],[-72.65745792778311,41.81877449974121],[-72.65763892784351,41.81879849974002],[-72.65828092806113,41.81894349974736],[-72.6614129291095,41.81941849973832],[-72.6618209292454,41.81946849973485],[-72.66252092947596,41.81950949972025],[-72.66252592947828,41.8195214997224],[-72.6626719295253,41.81951149971579],[-72.66328192972124,41.819460499686315],[-72.66439293007532,41.81931949962337],[-72.66494093024927,41.81923749958992],[-72.66597793057987,41.81910749953147],[-72.66598693059494,41.8193184995719],[-72.66600793064454,41.82006249971482],[-72.66606793078036,41.822084500103095],[-72.66607393079438,41.82229450014344],[-72.66608393081691,41.82262950020778],[-72.66608293084015,41.823039500286924],[-72.66607893084132,41.82308250029536],[-72.66606893084553,41.82321250032076],[-72.6660659308471,41.82325650032936],[-72.66603393085909,41.82364650040564],[-72.66601593088352,41.82417350050791],[-72.66599593091162,41.824775500624725],[-72.66594593094665,41.825668500798656],[-72.6658979310036,41.82693050104371],[-72.66586393104537,41.82784950122213],[-72.66584593107952,41.828545501357006],[-72.665828931109,41.82915450147506],[-72.66582793111242,41.829219501487636],[-72.66579793113968,41.829863501612856],[-72.66570793122658,41.83188450200568],[-72.66565393127709,41.833068502235854],[-72.66560493132413,41.83416350244868],[-72.66560793133716,41.83437350248911],[-72.66560293133911,41.83443550250123],[-72.66559093134606,41.83462450253806],[-72.66558693134839,41.834687502550345],[-72.66555993137774,41.83535050267913],[-72.6655129314325,41.836568502915604],[-72.66546893146256,41.83734050306595],[-72.66543293148897,41.83800350319501],[-72.66539793153466,41.83899550338749],[-72.66538693154988,41.83932250345092],[-72.6652609316612,41.84197050396575],[-72.66521393170297,41.84296250415861],[-72.66520893173546,41.84355550427314],[-72.66520393174126,41.843684504298196],[-72.66512193183922,41.845850504718584],[-72.66509493187198,41.846572504858706]]]},"properties":{"name":4737,"geoid":"09003473700"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.6442549231513,41.81307349906513],[-72.64453192315854,41.81162649877688],[-72.64479492316563,41.81025649850396],[-72.64533492318,41.807439497942745],[-72.6453639231808,41.807288497912666],[-72.6453669231809,41.807273497909655],[-72.64539792318148,41.80710749787663],[-72.64541892318196,41.80699649785451],[-72.64544092318276,41.806885497832376],[-72.64554092318541,41.80636349772837],[-72.6456409231881,41.80584249762456],[-72.6457309232179,41.80585049762322],[-72.64581992324739,41.8058584976219],[-72.64620992337652,41.80589349761613],[-72.64715292368892,41.80598049760263],[-72.647916923942,41.80605049759161],[-72.64848592413054,41.806103497583564],[-72.6497159245315,41.806103497544036],[-72.65340592573456,41.806106497426036],[-72.65463692613592,41.80610749738667],[-72.65513892629674,41.80605849736107],[-72.65573592648808,41.80600149733088],[-72.65637892666032,41.80535049718452],[-72.65673392675544,41.80499149710381],[-72.65687792679411,41.80484749707137],[-72.6573109269105,41.80441649697423],[-72.65745592694955,41.80427349694197],[-72.6577869270244,41.80369749682012],[-72.65803592708983,41.80342349675921],[-72.6583349271691,41.80310649668838],[-72.65933692745729,41.802437496527],[-72.66000092763464,41.80175649637417],[-72.66012392766646,41.8016124963424],[-72.66029492771095,41.80141649629906],[-72.66060192780931,41.80138649628341],[-72.66079092786987,41.80136849627386],[-72.66085592789129,41.801372496272535],[-72.66250592843515,41.80147749623978],[-72.66286192855253,41.80150049623276],[-72.66274292875137,41.80563849703554],[-72.66210092855094,41.80579249708592],[-72.66043092802964,41.80619449721721],[-72.66001792788882,41.80608649720965],[-72.65894292752226,41.805805497189944],[-72.65877992746698,41.80576849718805],[-72.658608927409,41.80572949718601],[-72.65849692737245,41.805728497189435],[-72.6583589273274,41.80572749719366],[-72.65835392732748,41.80575749719963],[-72.65833892732783,41.80584849721767],[-72.65833492732831,41.805879497223785],[-72.65839692736517,41.806169497277786],[-72.65847592741216,41.80653949734668],[-72.65860192748177,41.80703649743858],[-72.65867592752245,41.8073244974918],[-72.65878792755822,41.807311497485685],[-72.6590089276282,41.807275497471636],[-72.66000592794406,41.807116497408906],[-72.66014692798876,41.80709449740012],[-72.66026892802812,41.80708749739485],[-72.66033692805168,41.80711149739727],[-72.66048292809897,41.80710649739163],[-72.66092392824204,41.80709449737513],[-72.66107092828979,41.807091497369825],[-72.66200492866575,41.80833649758015],[-72.66251792887947,41.80914549771984],[-72.66261292891858,41.80928749774419],[-72.66269892895397,41.809415497766146],[-72.6630699291107,41.81003849787449],[-72.6632799292003,41.810406497938764],[-72.66373992940478,41.811355498107176],[-72.66407092955485,41.81208949823822],[-72.66424292963637,41.8125324983182],[-72.66432692967624,41.812749498357384],[-72.66442192972099,41.812989498400675],[-72.66466592983511,41.81359149850903],[-72.6648869299425,41.81420649862062],[-72.66510893005407,41.81488849874512],[-72.66530693016006,41.81560949887792],[-72.66559693032148,41.816773499093244],[-72.66562393033966,41.816936499123855],[-72.66591093053347,41.81868049945121],[-72.66597793057987,41.81910749953147],[-72.66494093024927,41.81923749958992],[-72.66439293007532,41.81931949962337],[-72.66328192972124,41.819460499686315],[-72.6626719295253,41.81951149971579],[-72.66252592947828,41.8195214997224],[-72.66252092947596,41.81950949972025],[-72.6618209292454,41.81946849973485],[-72.6614129291095,41.81941849973832],[-72.65828092806113,41.81894349974736],[-72.65763892784351,41.81879849974002],[-72.65745792778311,41.81877449974121],[-72.65691592760238,41.81870449974513],[-72.65685192758106,41.818696499745634],[-72.65673592754239,41.818681499746475],[-72.6566659275188,41.81866849974622],[-72.65645592744829,41.818632499746016],[-72.65638592742478,41.81862049974596],[-72.65635992739954,41.81832849969043],[-72.6560349272842,41.81816549966943],[-72.65563792714156,41.817935499637784],[-72.65518792697883,41.81765649959841],[-72.65468292679304,41.817288499543615],[-72.65436692667602,41.81704449950668],[-72.65412192658522,41.81685449947788],[-72.6535349263689,41.81642049941297],[-72.653050926192,41.81608749936425],[-72.65255992601585,41.81580749932599],[-72.65227492591316,41.81563749930234],[-72.65192992578777,41.815412499269996],[-72.6508619254081,41.814864499198556],[-72.64997892510289,41.814562499168645],[-72.64907892479525,41.81431449914968],[-72.64868792466157,41.814206499141406],[-72.64751492426055,41.81388249911655],[-72.64712392412694,41.81377549910846],[-72.64699792408409,41.81374449910653],[-72.64661992395551,41.81365149910071],[-72.64649492391297,41.81362049909875],[-72.64604692376054,41.81350949909172],[-72.64480292333742,41.81320349907261],[-72.64470292330344,41.8131794990712],[-72.64456592325693,41.81314749906943],[-72.64441092320426,41.813110499067264],[-72.6442549231513,41.81307349906513]]]},"properties":{"name":4738,"geoid":"09003473800"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.62173492107122,41.90460551743873],[-72.62412492184005,41.904414517325066],[-72.6243029218967,41.90438951731453],[-72.62503892213104,41.9042885172714],[-72.62739892288988,41.90409451715811],[-72.62739492289037,41.90412551716422],[-72.62774692300218,41.90407251714268],[-72.6282029231471,41.9040055171151],[-72.62837892320263,41.903972517103085],[-72.62880392333724,41.90390251707594],[-72.62915692344914,41.90384551705358],[-72.63002692372754,41.9037505170073],[-72.63042392385442,41.90370451698567],[-72.63064592392543,41.903679516973696],[-72.6318229243038,41.90358151691696],[-72.63274692460091,41.90350551687259],[-72.6333519247983,41.90350551685311],[-72.63360692488106,41.90349751684336],[-72.63410292504219,41.9034855168251],[-72.6341879250735,41.903547516834294],[-72.63432492512887,41.90373251686554],[-72.6343299251309,41.90373951686671],[-72.6345219252102,41.90402851691619],[-72.63473492529724,41.9043325169679],[-72.63487292535363,41.90452951700139],[-72.6349459253835,41.904634517019254],[-72.63516792547411,41.90494951707279],[-72.63524192550436,41.90505551709082],[-72.63537492555872,41.90524551712313],[-72.63537892556032,41.905250517123974],[-72.63557392563835,41.90550051716583],[-72.63567492568112,41.90567051719532],[-72.63573492570917,41.905817517221706],[-72.63573892571146,41.90583451722485],[-72.63578492573565,41.90599351725399],[-72.63579992574432,41.90605951726623],[-72.63582292575761,41.906159517284756],[-72.6358919257976,41.90646251734087],[-72.63591592581126,41.90656351735954],[-72.63596492583977,41.90678051739977],[-72.63599192585525,41.90689651742123],[-72.63609792592094,41.90743551752163],[-72.63614092594761,41.907654517562406],[-72.63615792595827,41.90774351757901],[-72.63620992599083,41.908013517629314],[-72.63622792600188,41.90810351764608],[-72.63638692608967,41.908725517760736],[-72.6365189261625,41.909241517855875],[-72.63665192623826,41.909802517959605],[-72.63677892632631,41.91061051811111],[-72.6368799263959,41.91124551823014],[-72.63689392640572,41.911336518247225],[-72.63693592643536,41.91161251829901],[-72.63695092644556,41.91170451831625],[-72.63697392646155,41.911851518343816],[-72.63699192647411,41.911967518365564],[-72.63704792651126,41.91229451842671],[-72.63707392652827,41.91244251845439],[-72.63710492654889,41.91262451848845],[-72.63740992671259,41.91373651869272],[-72.63748792674853,41.91391851872528],[-72.63753492677017,41.91402751874473],[-72.63764992682893,41.914395518811894],[-72.63766092683788,41.91448851882945],[-72.63767692685026,41.914612518852806],[-72.63766792685159,41.914686518867335],[-72.63765692685324,41.914777518885224],[-72.6376549268537,41.91479651888895],[-72.63757992683934,41.91497151892505],[-72.6375469268319,41.91502951893728],[-72.6375019268219,41.91511051895432],[-72.63738792679307,41.915255518985916],[-72.63704992670787,41.91569051908055],[-72.63693792667975,41.91583651911226],[-72.63686292666077,41.91593151913296],[-72.63664192660511,41.91621651919496],[-72.63656892658682,41.91631251921579],[-72.63647892656468,41.91643751924276],[-72.63621292649958,41.91681351932371],[-72.6361239264778,41.91693951935085],[-72.6360339264556,41.91706351937761],[-72.63576592638971,41.917437519458254],[-72.63567692636789,41.91756251948518],[-72.63559092634772,41.91769951951433],[-72.63533492628797,41.91811151960188],[-72.63524992626822,41.918249519631196],[-72.63517992625131,41.91835251965328],[-72.63497392620192,41.9186615197194],[-72.6349049261854,41.918765519741655],[-72.63479092615916,41.918955519781896],[-72.63445092608129,41.91952851990317],[-72.63433792605545,41.91971951994357],[-72.63419492602348,41.91997451999725],[-72.63396792597291,41.92038152008293],[-72.63374692592083,41.92072852015685],[-72.633687925907,41.92082252017684],[-72.63362492589631,41.92099352021177],[-72.63353892588158,41.92122452025903],[-72.63351892587828,41.92128052027046],[-72.63346792587427,41.92149952031426],[-72.63344092589179,41.921955520402896],[-72.63342692590147,41.92220252045091],[-72.63342392590893,41.9223485204791],[-72.63341592593183,41.922790520564455],[-72.63341392593966,41.92293752059282],[-72.63340292594935,41.923167520637456],[-72.63337092597892,41.92386052077188],[-72.633360925989,41.92409152081667],[-72.63335592599238,41.924178520833586],[-72.63334492600386,41.92443952088418],[-72.63334092600756,41.924526520901054],[-72.63332092601715,41.92480552095541],[-72.63326092604612,41.92564652111921],[-72.63324192605609,41.925926521173736],[-72.63323492606818,41.926175521221886],[-72.63321592610511,41.926922521366286],[-72.63321092611791,41.92717252141457],[-72.63320692612596,41.927334521445886],[-72.63320892614043,41.92757352149182],[-72.63320492614545,41.92768352151312],[-72.63318492617503,41.92830852163407],[-72.63314692618681,41.92872752171594],[-72.63311692618673,41.92889552174923],[-72.63309492619797,41.92921452181136],[-72.63306192621671,41.92972552191075],[-72.63305692627289,41.930726522103576],[-72.63301992630994,41.93157752226856],[-72.63303092631521,41.931606522273796],[-72.63302092631463,41.93165252228296],[-72.63296892634278,41.932434522435145],[-72.63290292639253,41.93366852267475],[-72.63288992640175,41.933901522720014],[-72.63285292643012,41.934601522855935],[-72.63284092643971,41.93483552290133],[-72.63282192644542,41.935041522941596],[-72.63276592646294,41.935661523062706],[-72.63274792646902,41.935868523103125],[-72.63274292647016,41.935916523112525],[-72.63272992647443,41.93606352314123],[-72.63272592647594,41.9361125231508],[-72.63271392647965,41.936244523176576],[-72.63267692649063,41.93664352325455],[-72.63266592649471,41.9367765232805],[-72.63282392654686,41.936786523277334],[-72.6332979267034,41.936818523268236],[-72.6334559267556,41.93682952326525],[-72.63365292682066,41.93684252326141],[-72.63389692690127,41.93685952325683],[-72.63424492701675,41.936892523251984],[-72.63444292708247,41.93691152324925],[-72.63452492710971,41.93691952324814],[-72.63477392719236,41.93694352324474],[-72.6348569272199,41.93695152324362],[-72.63529892736659,41.93699352323746],[-72.63662492780675,41.93712152321937],[-72.63706692795348,41.93716452321342],[-72.63727692802341,41.93718852321127],[-72.63790992823415,41.937260523204735],[-72.63812092830443,41.93728452320256],[-72.63832492837174,41.93729752319849],[-72.63893692857386,41.93733852318666],[-72.63914192864158,41.937352523182746],[-72.6392099286641,41.93735852318171],[-72.63941792873302,41.93737652317847],[-72.63948692875594,41.9373835231776],[-72.6396389288066,41.93740152317618],[-72.64009692895921,41.93745552317179],[-72.64024992901018,41.93747352317034],[-72.64053992910574,41.937489523164075],[-72.64141092939285,41.93753852314543],[-72.64170192948879,41.93755552313932],[-72.64176292950889,41.93755852313792],[-72.64194592956918,41.937568523133976],[-72.64200692958931,41.93757252313278],[-72.64370993015073,41.93766952309657],[-72.64553893075372,41.937774523057826],[-72.64639293103582,41.93783352304167],[-72.64881793183713,41.938004522996415],[-72.64886793185369,41.93800852299557],[-72.65052193239892,41.93810252296035],[-72.65057193241539,41.938105522959326],[-72.65146593271075,41.93816752294243],[-72.65193793286672,41.938200522933556],[-72.65342193335944,41.938346522913804],[-72.65369093344901,41.93837752291112],[-72.655287933979,41.93852952288886],[-72.65580093414925,41.93857852288175],[-72.6562629343025,41.938621522875124],[-72.65765193476345,41.93875352285574],[-72.65811493491714,41.938798522849446],[-72.65816993493543,41.93880452284884],[-72.65833593499065,41.93882252284697],[-72.65839193500928,41.93882852284629],[-72.65860993508171,41.93885052284351],[-72.65908893524092,41.93890052283767],[-72.65926793530008,41.938913522834405],[-72.65948793537281,41.938929522830385],[-72.65987993550233,41.93895752282314],[-72.66080393580778,41.93902452280622],[-72.66105893589219,41.93904552280205],[-72.66145193602236,41.93907852279572],[-72.66169593610314,41.93909852279169],[-72.66242893634588,41.93915952277978],[-72.66267393642704,41.93918052277594],[-72.66298393652994,41.93921052277172],[-72.66391393683871,41.93930152275922],[-72.66405093688424,41.93931552275748],[-72.66422493694165,41.939326522754],[-72.66464593708054,41.93935252274542],[-72.66591093749798,41.93943252271999],[-72.66633293763728,41.93945952271157],[-72.66671893776463,41.93948352270376],[-72.66695793784349,41.93949852269891],[-72.66787793814775,41.93956852268271],[-72.6682649382758,41.93959852267599],[-72.66879193845067,41.93964852266862],[-72.67037493897594,41.9397985226464],[-72.67090293915119,41.939849522639165],[-72.67091793916241,41.93995852265966],[-72.67093793918625,41.94025752271654],[-72.67102093928453,41.94148752295051],[-72.6710489393174,41.94189752302846],[-72.67104893931821,41.94191152303115],[-72.67105193932179,41.941956523039714],[-72.671052939323,41.94197152304257],[-72.67105693932922,41.9420565230588],[-72.67107193934886,41.94231152310736],[-72.67107693935549,41.94239752312375],[-72.67108993937408,41.94264552317105],[-72.6711309394307,41.94339252331343],[-72.6711449394497,41.943641523360874],[-72.67115993946999,41.94390752341157],[-72.67118293950094,41.944312523488726],[-72.67117793951398,41.944565523537555],[-72.67116093951664,41.94470752356543],[-72.67115393951788,41.94476852357738],[-72.67111693951756,41.944971523617625],[-72.67102093950169,41.945238523672096],[-72.67099193949703,41.945321523689],[-72.67086393946991,41.94557452374179],[-72.67073893944041,41.94576952378334],[-72.67058393940128,41.945967523826425],[-72.67056793939727,41.945988523830984],[-72.6703909393504,41.946176523872865],[-72.66977193919013,41.94689752403153],[-72.66544193776284,41.94665252412412],[-72.65951293580831,41.94631552425054],[-72.65613393470407,41.94629052435472],[-72.6517449332601,41.94609152445797],[-72.65155893319837,41.946073524460495],[-72.6513729331366,41.946055524463034],[-72.64893093232583,41.94581752449597],[-72.64049192952413,41.944998524610405],[-72.63767892859022,41.94472552464853],[-72.63592492801386,41.944658524692144],[-72.63325492713649,41.944556524758525],[-72.63067392628135,41.94433652479934],[-72.62892592570226,41.944188524827155],[-72.62806692541858,41.94413152484386],[-72.6254929245686,41.943961524894036],[-72.62463492428532,41.943905524910896],[-72.62453492425233,41.94389952491296],[-72.61743692191602,41.94356252507662],[-72.61699592176977,41.943522525083125],[-72.61685292172234,41.943509525085226],[-72.6167629216929,41.94350852508794],[-72.61667292166346,41.943507525090624],[-72.61652392161473,41.943505525095055],[-72.61630692154372,41.94350252510145],[-72.61592792142,41.94350252511366],[-72.61583792139051,41.94350052511616],[-72.61451992095932,41.943483525155315],[-72.61443292093085,41.94348252515792],[-72.6142419208684,41.94348052516368],[-72.61396492077775,41.94347652517181],[-72.61447092091463,41.942986525061244],[-72.61497792105176,41.942495524950466],[-72.61563492122956,41.94186052480713],[-72.6158589212901,41.941642524757974],[-72.61629092140696,41.94122452466363],[-72.61986292237309,41.93776452388285],[-72.62153992282663,41.93613952351615],[-72.62343492333923,41.93430552310218],[-72.62357092332994,41.93337552291882],[-72.62358292332871,41.93328652290131],[-72.62370692332057,41.93244452273526],[-72.62395792330337,41.93072752239671],[-72.62400092328862,41.930228522299274],[-72.6240909232588,41.929203522099094],[-72.62380792302689,41.92678552164279],[-72.6229609223321,41.919534520274134],[-72.62267892210065,41.91711751981784],[-72.62266292208342,41.9169095197783],[-72.6226529220725,41.91677651975302],[-72.62262792204467,41.916435519688186],[-72.62248992189463,41.91461451934198],[-72.62218092155773,41.91052051856355],[-72.62192292127679,41.907107517914554],[-72.62173492107122,41.90460551743873]]]},"properties":{"name":4761,"geoid":"09003476100"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.63324192605609,41.925926521173736],[-72.63427392639503,41.92596352114762],[-72.63720292735711,41.92607152107409],[-72.63736992741175,41.92607452106929],[-72.63840292775032,41.92609952104085],[-72.63959492814075,41.92612452100726],[-72.64019692833861,41.9261485209925],[-72.64065592848885,41.92615652097924],[-72.64203592894056,41.926180520939425],[-72.64249592909115,41.926188520926125],[-72.6432709293451,41.92620652090464],[-72.64559693010732,41.926261520840285],[-72.64637293036165,41.92628052081894],[-72.64664493045098,41.9262905208121],[-72.64746393071998,41.92632052079149],[-72.64773693080964,41.92633052078462],[-72.6485279310691,41.92635352076355],[-72.64926493131092,41.926376520744235],[-72.65090393184896,41.92643152070201],[-72.65169593210896,41.92645852068168],[-72.65204893222459,41.92646652067184],[-72.65310993257226,41.92649152064246],[-72.65346393268831,41.926500520632786],[-72.65384593281341,41.926508520622015],[-72.65499193318895,41.92653552059027],[-72.6553749333145,41.92654552057984],[-72.65963093470496,41.92657452044825],[-72.66087393511242,41.92660652041433],[-72.66124093523506,41.92665652041211],[-72.66125393523943,41.92665852041208],[-72.6621659355501,41.92688452042616],[-72.66488793649594,41.92788152053027],[-72.66614393693199,41.92833452057695],[-72.66624093696568,41.92836952058056],[-72.66847593774285,41.92919752066783],[-72.66949093809471,41.92955452070379],[-72.67018593833544,41.92979552072774],[-72.67036593839502,41.92981052072482],[-72.67051993860734,41.93261152125886],[-72.67059093871138,41.934009521525574],[-72.67059893872356,41.934174521557075],[-72.67062493876075,41.93467052165168],[-72.67063393877328,41.93483652168332],[-72.67065393880314,41.93523952176023],[-72.67067393883177,41.935621521833085],[-72.67070993889136,41.93644852199104],[-72.67072793892062,41.93685252206821],[-72.67076293896672,41.937451522182315],[-72.67086793910505,41.939249522524854],[-72.67090293915119,41.939849522639165],[-72.67037493897594,41.9397985226464],[-72.66879193845067,41.93964852266862],[-72.6682649382758,41.93959852267599],[-72.66787793814775,41.93956852268271],[-72.66695793784349,41.93949852269891],[-72.66671893776463,41.93948352270376],[-72.66633293763728,41.93945952271157],[-72.66591093749798,41.93943252271999],[-72.66464593708054,41.93935252274542],[-72.66422493694165,41.939326522754],[-72.66405093688424,41.93931552275748],[-72.66391393683871,41.93930152275922],[-72.66298393652994,41.93921052277172],[-72.66267393642704,41.93918052277594],[-72.66242893634588,41.93915952277978],[-72.66169593610314,41.93909852279169],[-72.66145193602236,41.93907852279572],[-72.66105893589219,41.93904552280205],[-72.66080393580778,41.93902452280622],[-72.65987993550233,41.93895752282314],[-72.65948793537281,41.938929522830385],[-72.65926793530008,41.938913522834405],[-72.65908893524092,41.93890052283767],[-72.65860993508171,41.93885052284351],[-72.65839193500928,41.93882852284629],[-72.65833593499065,41.93882252284697],[-72.65816993493543,41.93880452284884],[-72.65811493491714,41.938798522849446],[-72.65765193476345,41.93875352285574],[-72.6562629343025,41.938621522875124],[-72.65580093414925,41.93857852288175],[-72.655287933979,41.93852952288886],[-72.65369093344901,41.93837752291112],[-72.65342193335944,41.938346522913804],[-72.65193793286672,41.938200522933556],[-72.65146593271075,41.93816752294243],[-72.65057193241539,41.938105522959326],[-72.65052193239892,41.93810252296035],[-72.64886793185369,41.93800852299557],[-72.64881793183713,41.938004522996415],[-72.64639293103582,41.93783352304167],[-72.64553893075372,41.937774523057826],[-72.64370993015073,41.93766952309657],[-72.64200692958931,41.93757252313278],[-72.64194592956918,41.937568523133976],[-72.64176292950889,41.93755852313792],[-72.64170192948879,41.93755552313932],[-72.64141092939285,41.93753852314543],[-72.64053992910574,41.937489523164075],[-72.64024992901018,41.93747352317034],[-72.64009692895921,41.93745552317179],[-72.6396389288066,41.93740152317618],[-72.63948692875594,41.9373835231776],[-72.63941792873302,41.93737652317847],[-72.6392099286641,41.93735852318171],[-72.63914192864158,41.937352523182746],[-72.63893692857386,41.93733852318666],[-72.63832492837174,41.93729752319849],[-72.63812092830443,41.93728452320256],[-72.63790992823415,41.937260523204735],[-72.63727692802341,41.93718852321127],[-72.63706692795348,41.93716452321342],[-72.63662492780675,41.93712152321937],[-72.63529892736659,41.93699352323746],[-72.6348569272199,41.93695152324362],[-72.63477392719236,41.93694352324474],[-72.63452492710971,41.93691952324814],[-72.63444292708247,41.93691152324925],[-72.63424492701675,41.936892523251984],[-72.63389692690127,41.93685952325683],[-72.63365292682066,41.93684252326141],[-72.6334559267556,41.93682952326525],[-72.6332979267034,41.936818523268236],[-72.63282392654686,41.936786523277334],[-72.63266592649471,41.9367765232805],[-72.63267692649063,41.93664352325455],[-72.63271392647965,41.936244523176576],[-72.63272592647594,41.9361125231508],[-72.63272992647443,41.93606352314123],[-72.63274292647016,41.935916523112525],[-72.63274792646902,41.935868523103125],[-72.63276592646294,41.935661523062706],[-72.63282192644542,41.935041522941596],[-72.63284092643971,41.93483552290133],[-72.63285292643012,41.934601522855935],[-72.63288992640175,41.933901522720014],[-72.63290292639253,41.93366852267475],[-72.63296892634278,41.932434522435145],[-72.63302092631463,41.93165252228296],[-72.63303092631521,41.931606522273796],[-72.63301992630994,41.93157752226856],[-72.63305692627289,41.930726522103576],[-72.63306192621671,41.92972552191075],[-72.63309492619797,41.92921452181136],[-72.63311692618673,41.92889552174923],[-72.63314692618681,41.92872752171594],[-72.63318492617503,41.92830852163407],[-72.63320492614545,41.92768352151312],[-72.63320892614043,41.92757352149182],[-72.63320692612596,41.927334521445886],[-72.63321092611791,41.92717252141457],[-72.63321592610511,41.926922521366286],[-72.63323492606818,41.926175521221886],[-72.63324192605609,41.925926521173736]]]},"properties":{"name":4762,"geoid":"09003476200"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.89288399743079,41.69670146855301],[-72.8928859974319,41.69670946855448],[-72.89289199743523,41.696733468558946],[-72.89289499743668,41.696741468560376],[-72.8929939974881,41.6970744686216],[-72.89318799758858,41.697721468740454],[-72.89328799764161,41.698076468805894],[-72.89338299769186,41.69841146886759],[-72.89344899772695,41.698647468911105],[-72.89347999774338,41.698757468931376],[-72.89367399784068,41.69934946903959],[-72.89375099787927,41.69958346908234],[-72.89374299787666,41.699583469082604],[-72.89372199787005,41.69958746908406],[-72.89371499786789,41.699589469084685],[-72.89373999788981,41.69982846913009],[-72.8938149979556,41.70054546926634],[-72.89384099797788,41.700784469311714],[-72.8939869980931,41.70195746953386],[-72.89442799843972,41.705475470199914],[-72.89457499855536,41.70664947042219],[-72.89465799860328,41.707011470489505],[-72.8949089987477,41.70809747069137],[-72.89499299879598,41.70846047075883],[-72.8951219988836,41.70925047090741],[-72.89551199914747,41.71162147135323],[-72.89564199923547,41.71241247150195],[-72.89591999938214,41.71338547168106],[-72.89675399982234,41.71630647221874],[-72.89703199996912,41.71728047239802],[-72.89728700012023,41.718459472617674],[-72.89753700026812,41.71961047283208],[-72.89805300057407,41.72199847327697],[-72.89817200064442,41.722545473378844],[-72.8982090006663,41.722715473410496],[-72.89827100071365,41.723185473499335],[-72.89929700138498,41.729020474593824],[-72.89983100173428,41.73205447516284],[-72.89901700149238,41.732452475266186],[-72.89876600141895,41.73259547530194],[-72.8984600013277,41.73273947533973],[-72.89754400105461,41.73317247545313],[-72.89723900096371,41.733317475491056],[-72.89701100089576,41.733425475519326],[-72.89676900082237,41.73351847554514],[-72.89606000060758,41.73379447562149],[-72.89573100050988,41.73395647566346],[-72.89536400040055,41.7341314757092],[-72.89521800035706,41.73420147572747],[-72.8949190002702,41.734382475772136],[-72.8948130002393,41.73444447578756],[-72.89449400014628,41.73463147583405],[-72.89438900011575,41.734694475849636],[-72.89371399991896,41.73509047594808],[-72.89163699930647,41.73618947622782],[-72.89121199918118,41.736414476285105],[-72.89093699909888,41.736539476318185],[-72.88999999880627,41.73675347638994],[-72.88827199826187,41.7370654765063],[-72.88668299776558,41.7374274766278],[-72.88615799760166,41.73754747666803],[-72.88539099736373,41.737750476732124],[-72.88517199729452,41.73778647674619],[-72.88509799727119,41.7377994767511],[-72.88473099715156,41.73779647676242],[-72.88392499688081,41.73765147676056],[-72.88219599629264,41.7372124767318],[-72.88121299595826,41.73696347671557],[-72.88102199589326,41.7369144767123],[-72.88080499581875,41.736847476706394],[-72.88040699568214,41.73672547669573],[-72.87960599540419,41.73642747666412],[-72.87920899526647,41.73628047664858],[-72.87855999503961,41.736010476617444],[-72.87783799478726,41.73571047658289],[-72.87664399436542,41.73513647651068],[-72.87601199414213,41.73483247647243],[-72.8758929940997,41.73476847646393],[-72.87571299403551,41.734671476451005],[-72.87553899397344,41.73457747643849],[-72.87551899396635,41.73456747643721],[-72.87542099393139,41.734514476430135],[-72.87534999390626,41.73447947642568],[-72.87513699383102,41.73437747641288],[-72.87506599380595,41.73434347640861],[-72.87452599361514,41.734083476375865],[-72.87450099360633,41.73407147637435],[-72.87291199304414,41.733293476275506],[-72.87237499285415,41.73303047624208],[-72.87229299282508,41.73298947623682],[-72.87188599268116,41.73279147621175],[-72.87042199216332,41.732076476121016],[-72.86993399199072,41.731838476090836],[-72.86938399179616,41.73156947605667],[-72.86861999152592,41.73119647600934],[-72.86851799148982,41.731146476002976],[-72.86773299121243,41.73076747595516],[-72.86718299101808,41.730502475921774],[-72.86663899082588,41.73024047588876],[-72.86500999025024,41.72945447578963],[-72.86446699005843,41.729193475756766],[-72.86422398997257,41.72907647574203],[-72.86349598971533,41.728725475697765],[-72.8632539896298,41.728608475683],[-72.86321998961776,41.728591475680815],[-72.86311898958212,41.728543475674805],[-72.86308598957044,41.72852747567279],[-72.862855989489,41.72841347565819],[-72.86238398932191,41.728180475628456],[-72.8621679892452,41.728069475613985],[-72.8619409891646,41.727953475598916],[-72.86178198910811,41.72787147558822],[-72.86134598895332,41.72764847555925],[-72.86130698893953,41.72762947555683],[-72.86123998891587,41.72759747555281],[-72.8611469888831,41.72755447554752],[-72.8609579888164,41.727464475536244],[-72.86077498875014,41.72734847551975],[-72.86057098867634,41.72722047550162],[-72.85988898842844,41.726771475436905],[-72.85984798841353,41.72674447543302],[-72.85970398836139,41.72665347542009],[-72.85934498823144,41.726426475387846],[-72.8589519880892,41.726178475352626],[-72.8587869880295,41.726074475337875],[-72.85776798766139,41.72544347524889],[-72.85737298751874,41.725199475214524],[-72.85633298714716,41.72462647513743],[-72.85582798696673,41.72434847510005],[-72.8532299860362,41.72287747489978],[-72.85219698566625,41.72229347482034],[-72.85070898513449,41.72147147470959],[-72.8498259848169,41.72094847463705],[-72.84977698479928,41.72091947463303],[-72.84883798446373,41.72040047456307],[-72.8475579840071,41.719707474470525],[-72.84684998375364,41.719308474416295],[-72.84643198360652,41.719116474392685],[-72.84236698219947,41.71766147424292],[-72.84228998217283,41.71763447424017],[-72.8405439815523,41.716728474121474],[-72.84031798147349,41.7166374741112],[-72.84013498141114,41.71658947410784],[-72.84011498140435,41.71658447410752],[-72.83989798133089,41.71653547410505],[-72.83981398130251,41.71651747410429],[-72.83946398118404,41.71643847410034],[-72.83945598118133,41.71643647410021],[-72.83899298102628,41.716361474100694],[-72.83867298091954,41.71631647410234],[-72.83811498073334,41.71623747410512],[-72.83766798058423,41.7161744741074],[-72.83737498048544,41.716115474105486],[-72.83719598042516,41.716080474104494],[-72.83683698030323,41.71599247409909],[-72.83654998020393,41.715890474088646],[-72.83651298019103,41.71587547408694],[-72.83623598009454,41.71576547407463],[-72.83602698003635,41.71593647411446],[-72.83600998003169,41.71595147411791],[-72.83566997993859,41.716256474187894],[-72.8354359798759,41.716490474240715],[-72.83524597982512,41.71668247428399],[-72.83518597980868,41.71673647429637],[-72.83500597975954,41.71690047433391],[-72.83494697974352,41.71695547434644],[-72.83470997967761,41.71715047439183],[-72.83400297948128,41.71773747452821],[-72.83376697941577,41.71793347457374],[-72.83359297936823,41.71809147460993],[-72.83307097922562,41.71856547471846],[-72.83289697917809,41.71872347475464],[-72.8317069788634,41.71998447503697],[-72.83137397874697,41.71984547502086],[-72.83140997873444,41.71942447493827],[-72.83135197869522,41.71907147487191],[-72.83115897859425,41.71840947475014],[-72.83104097854242,41.71817647470889],[-72.83078697843675,41.717777474639945],[-72.8307479784206,41.717717474629616],[-72.83070897840169,41.717609474609986],[-72.83055497832665,41.71717747453145],[-72.83051497830844,41.71708747451533],[-72.83048097829301,41.71701147450172],[-72.8304449782758,41.71691647448451],[-72.83040797823963,41.71649747440469],[-72.83040297823466,41.716439474393646],[-72.83039797821338,41.71609847432785],[-72.83056097822738,41.715420474191475],[-72.83060097823183,41.71527147416136],[-72.83060497823261,41.715262474159495],[-72.8306099782335,41.71524947415681],[-72.83069397825012,41.715063474118125],[-72.83079197827182,41.714886474080735],[-72.83070397823892,41.714812474069255],[-72.83062697821154,41.71477247406401],[-72.8305899781984,41.71475347406154],[-72.83027997809215,41.71466047405358],[-72.83006497801611,41.714555474040225],[-72.83005297801192,41.71455047403964],[-72.82996497797745,41.71444947402296],[-72.82995497797116,41.71439647401303],[-72.82994297796333,41.714328474000276],[-72.8299679779615,41.714155473966],[-72.82996297794391,41.713878473912594],[-72.8299309779272,41.713769473892555],[-72.82989797790985,41.71365447387139],[-72.82974297784949,41.713482473843115],[-72.82922797766626,41.71321147380737],[-72.82897497757837,41.71311547379699],[-72.82879397751766,41.71308447379684],[-72.82858297744995,41.71310147380694],[-72.82833997737109,41.71310547381559],[-72.82828097735177,41.7131034738171],[-72.82802397726772,41.71309647382406],[-72.82764897714358,41.713060473829216],[-72.8274629770828,41.71305647383446],[-72.82708097695804,41.713049473845466],[-72.8269089769004,41.71302047384542],[-72.82688897689371,41.713017473845476],[-72.82673897684096,41.71294947383718],[-72.826646976806,41.71286247382332],[-72.82643697673207,41.71276547381134],[-72.82599097658539,41.71273947382075],[-72.82606897660646,41.71266447380372],[-72.82626397665037,41.71232447373166],[-72.8263449766705,41.712216473708146],[-72.82641997668928,41.712118473686765],[-72.82645097669706,41.712078473678034],[-72.82673797675024,41.71137947353356],[-72.82688397679102,41.71126247350621],[-72.8270449768386,41.71117847348475],[-72.82741597695671,41.71113247346386],[-72.82776097706882,41.71112947345214],[-72.82873797737474,41.710919473379924],[-72.82905797747827,41.710908473367454],[-72.82928597755088,41.71088047335466],[-72.82957297764113,41.71082547333475],[-72.83015897782053,41.71062847327769],[-72.8304449779058,41.71049247324215],[-72.8304949779189,41.71043747322988],[-72.8304989779176,41.710392473221056],[-72.83049197791486,41.71038447321973],[-72.83002397773082,41.70983347312829],[-72.8299539777045,41.70977247311876],[-72.82991097768718,41.709714473108924],[-72.82989097767565,41.709627473092745],[-72.8299819776994,41.709525473070094],[-72.83075097798955,41.710217473179064],[-72.83144297825471,41.71091047329071],[-72.83155097829383,41.710979473300576],[-72.83164897832937,41.71104247330958],[-72.83166597833548,41.71105247331098],[-72.8320159784615,41.71126247334027],[-72.8324889786257,41.711440473359396],[-72.83293997877833,41.71154147336434],[-72.83325497888333,41.71158447336247],[-72.83365397901355,41.71159047335074],[-72.8340069791276,41.71157547333642],[-72.83442997926183,41.71151547331114],[-72.83521097950711,41.711360473255894],[-72.83563597964124,41.71128747322803],[-72.83648197990726,41.71112547316933],[-72.83714898011631,41.71098547312069],[-72.8374979802249,41.71089847309257],[-72.83781798032369,41.71080547306423],[-72.83809098040643,41.71069947303489],[-72.83828698046591,41.71062447301404],[-72.8385719805524,41.71051547298376],[-72.8389209806569,41.71035747294191],[-72.83960498085767,41.70997847284648],[-72.84027098104791,41.70951747273577],[-72.84051198111827,41.70937747270088],[-72.84123698133016,41.7089594725966],[-72.84147898140091,41.70882047256188],[-72.84161498142846,41.70853047250139],[-72.84170098144455,41.70832347245858],[-72.84191298148444,41.707818472354035],[-72.8421809815313,41.70711747220979],[-72.8422949815503,41.70680347214537],[-72.84236398156192,41.70661547210677],[-72.8424729815787,41.70629047204037],[-72.8425029815843,41.70621847202548],[-72.84259298160131,41.70600547198136],[-72.84262398160733,41.705934471966636],[-72.8427869816368,41.70552547188225],[-72.84289398165643,41.705261471827725],[-72.84300598167766,41.70499747177303],[-72.84311698169496,41.704670471706194],[-72.84322198170668,41.70428047162735],[-72.84333698171962,41.70385547154144],[-72.84335698171921,41.703735471517575],[-72.84341998171905,41.703376471446084],[-72.84344198171935,41.703257471422354],[-72.84344998171947,41.70321447141379],[-72.84347598172052,41.703085471387986],[-72.84348498172103,41.70304347137956],[-72.843512981722,41.702902471351386],[-72.8435989817258,41.70248247126735],[-72.8436289817275,41.7023424712393],[-72.84364598172894,41.70227147122501],[-72.84375698173916,41.701821471134394],[-72.84401198176292,41.70079347092726],[-72.8441479817766,41.70026247082015],[-72.84428298179071,41.69974447071557],[-72.8443579817937,41.69937247064118],[-72.84444298179723,41.69895347055737],[-72.84454598180776,41.698554470476864],[-72.84460698181093,41.698264470418785],[-72.8446109818112,41.698246470415164],[-72.84464598180197,41.697888470344765],[-72.84461998178509,41.697742470317365],[-72.84454198173465,41.69730747023573],[-72.84451598171785,41.69716247020853],[-72.8444409816643,41.69665647011305],[-72.84421698150412,41.69514046982698],[-72.84414298145094,41.69463546973167],[-72.84413298142,41.694154469638924],[-72.84412798140106,41.693853469580844],[-72.84418398140753,41.69364946953957],[-72.8445039814614,41.69277646936032],[-72.84461698148061,41.69247146929763],[-72.84468598149506,41.692332469268514],[-72.84552098177504,41.69247546926916],[-72.84802598261498,41.692905469271345],[-72.84845998276055,41.69298046927182],[-72.84886198289534,41.69304946927217],[-72.84919898300876,41.693114469273844],[-72.8502109833493,41.69330946927884],[-72.85046998343647,41.693359469280125],[-72.85054898346306,41.69337446928047],[-72.85065398349849,41.69339646928134],[-72.8510729836398,41.69348246928441],[-72.8512759837082,41.69352346928578],[-72.85321098435385,41.69380046927675],[-72.85340098441726,41.69382746927584],[-72.85579398521573,41.69417046926476],[-72.85592598525778,41.694154469257384],[-72.8559699852721,41.69415446925597],[-72.85606498530555,41.6941984692614],[-72.85607998531232,41.694231469267315],[-72.86334398774387,41.69540646925951],[-72.86342298776998,41.69541346925831],[-72.86374498787436,41.695406469246535],[-72.86380898789587,41.695418469246775],[-72.863845987909,41.695437469249256],[-72.86571098853591,41.695784469256004],[-72.86569598853525,41.69585746927061],[-72.86642498878017,41.69599146927295],[-72.86861298951547,41.69639546928023],[-72.86934298976081,41.69653046928272],[-72.86956398983469,41.69656446928212],[-72.87022799005663,41.696666469280366],[-72.87044999013082,41.696700469279754],[-72.87191399062422,41.696995469289405],[-72.87447999148904,41.6975124693063],[-72.8763159921054,41.697840469310265],[-72.87778699259925,41.69810346931348],[-72.87799999266754,41.69808546930311],[-72.87863899287245,41.698033469272346],[-72.8788529929411,41.698016469262114],[-72.8792909930823,41.69799346924349],[-72.88060699350679,41.697928469188255],[-72.88104599364837,41.69790646916977],[-72.88218399401042,41.69776346910525],[-72.88559899509713,41.69733846891237],[-72.88673799545958,41.69719746884819],[-72.88678499547441,41.69718946884512],[-72.88692999552029,41.69716646883596],[-72.8869779955355,41.69715946883305],[-72.88772799577666,41.69710946879907],[-72.88997799650035,41.69696346869788],[-72.89057999669399,41.69692446867086],[-72.89072799674156,41.696914468664104],[-72.89115899687931,41.696871468641824],[-72.89245199729264,41.69674346857514],[-72.89288399743079,41.69670146855301]]]},"properties":{"name":4602.04,"geoid":"09003460204"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.9228070055477,41.6686704621588],[-72.92279700554755,41.6687244621696],[-72.92278800554774,41.668778462180335],[-72.92276300554782,41.66892046220863],[-72.92273300554135,41.66897746222064],[-72.92264400552239,41.669150462257015],[-72.9226150055163,41.66920846226918],[-72.92228800540268,41.669082462255396],[-72.92176900522468,41.668923462241466],[-72.92158600516295,41.66888546224005],[-72.92110200499982,41.66878646223659],[-72.92039900476388,41.66866046223501],[-72.91991800460448,41.66860946224074],[-72.91939900443487,41.668595462254856],[-72.9189860043008,41.66860046226923],[-72.91844800412767,41.66863246229288],[-72.91837400410411,41.66864146229702],[-72.91789800395287,41.66870346232447],[-72.91735500378196,41.66880246236123],[-72.91730900376746,41.66881046236427],[-72.91725500375053,41.66882146236815],[-72.91669600357538,41.668937462408735],[-72.91656600353465,41.66896446241819],[-72.91592100333271,41.66910046246542],[-72.9148400029973,41.669381462554874],[-72.91436200285011,41.669525462598244],[-72.91363700262697,41.669745462664345],[-72.9131450024764,41.66990946271203],[-72.91267000233114,41.6700694627584],[-72.91167000202528,41.670406462856064],[-72.9111790018752,41.6705734629043],[-72.91058300169355,41.670785462964666],[-72.90938300132795,41.67121446308661],[-72.90879900115009,41.67142446314618],[-72.90820400096882,41.67163746320671],[-72.90734100070576,41.671943463293914],[-72.90467599983491,41.671875463367144],[-72.90527700000419,41.6714204632596],[-72.90562900010323,41.67115246319632],[-72.90580900015394,41.67101646316417],[-72.90638100031505,41.670583463061824],[-72.90739900059992,41.66978146287359],[-72.90794900075998,41.66945446279245],[-72.90832000087015,41.66927246274519],[-72.90837300088633,41.6692534627398],[-72.90853400093563,41.66920046272432],[-72.90858800095222,41.66918346271929],[-72.90821400082895,41.66915546272598],[-72.90806300077757,41.66911646272334],[-72.90778600068336,41.66904546271858],[-72.9075030005856,41.668946462708575],[-72.90719600047906,41.66883046269609],[-72.90693600038468,41.66866046267161],[-72.90661200026919,41.66848546264825],[-72.90651700023535,41.66843446264145],[-72.90612100009807,41.66828746262584],[-72.90569299995407,41.66820446262364],[-72.90539699985615,41.668176462627834],[-72.90521899979801,41.6681724626328],[-72.90502399973482,41.66817646263993],[-72.90467999962338,41.66818446265261],[-72.90431199950419,41.668193462666295],[-72.90323099915918,41.668308462723594],[-72.9027199989959,41.668359462750026],[-72.90047399828035,41.66862046287333],[-72.89769599739144,41.668876463012914],[-72.89735999717361,41.66699346265931],[-72.89719999706647,41.66603746247943],[-72.89712599701595,41.66557846239297],[-72.89690599686514,41.66420346213393],[-72.89683299681501,41.66374546204762],[-72.89692799684533,41.66373546204261],[-72.89721399693687,41.6637094620283],[-72.89730999696756,41.66370046202346],[-72.8982089972551,41.66361546197787],[-72.90090599811792,41.66336446184189],[-72.90180599840582,41.66328046179646],[-72.90179599839686,41.663181461777626],[-72.90176799837072,41.66288546172122],[-72.90175899836213,41.66278746170256],[-72.90164599829161,41.662201461592744],[-72.90149399819671,41.661412461444925],[-72.90142399814229,41.66086346134091],[-72.90141199813378,41.66078346132581],[-72.90136099809726,41.66043746126047],[-72.90133099807562,41.66023146122156],[-72.90123699802506,41.65988446115743],[-72.90123299802214,41.65985646115213],[-72.90120199800054,41.659656461114416],[-72.90116499797467,41.659416461069156],[-72.90112999794617,41.65911946101278],[-72.90112399794059,41.65905646100078],[-72.9011049979229,41.658856460962674],[-72.9011289979168,41.658615460915236],[-72.9012009978987,41.657894460773306],[-72.901225997893,41.65765446072602],[-72.90124699788122,41.65733146066281],[-72.90131099784621,41.65636246047311],[-72.9013329978348,41.65604046041004],[-72.90131899779956,41.655507460307305],[-72.90127699769384,41.653909459999234],[-72.90127599769052,41.6538574599892],[-72.90126799766027,41.653377459896525],[-72.90125699763752,41.65304445983237],[-72.90122399756937,41.65204745964038],[-72.90121399754698,41.65171545957643],[-72.9019059977691,41.651664459544115],[-72.90398499843666,41.65151445944772],[-72.90467799865915,41.651464459415585],[-72.90493799874268,41.651446459403665],[-72.90501899876888,41.65144345940046],[-72.90543599890391,41.65143345938501],[-72.90576399900742,41.65137845936373],[-72.90600099907611,41.65123245932779],[-72.9062929991608,41.65105445928386],[-72.90600999905219,41.65076645923726],[-72.90546999884475,41.65021445914786],[-72.90517999873158,41.649887459093925],[-72.90491399862769,41.649585459044054],[-72.90473499855784,41.649383459010735],[-72.90469699854312,41.64934245900403],[-72.90403799828732,41.64862245888593],[-72.90381899820234,41.64838345884677],[-72.90365699813951,41.64820745881793],[-72.9031729979517,41.64767945873135],[-72.90301199788918,41.64750345870248],[-72.90355799806562,41.64748345868091],[-72.90519799859577,41.64742745861694],[-72.90574499877262,41.64740945859572],[-72.90950799998228,41.64716345842614],[-72.91012100017934,41.64712345839854],[-72.91232900088218,41.64685845827566],[-72.91789700265447,41.646190457965794],[-72.91895300299053,41.64606245790679],[-72.91980000326016,41.645961457859755],[-72.92116200369371,41.645798457784025],[-72.92171100386877,41.64573845775461],[-72.92224900404034,41.64567945772574],[-72.92336200439537,41.6455594576664],[-72.92391200457082,41.64550045763714],[-72.92390600458178,41.64572445768072],[-72.92390500458447,41.64577645769083],[-72.92371900455821,41.64637045781189],[-72.92365300454914,41.64658545785567],[-72.92358300453928,41.646809457901306],[-72.92347400452407,41.64716045797282],[-72.92344400452544,41.64735345801118],[-72.9234690045416,41.64749245803728],[-72.92351100456855,41.64772345808065],[-72.9235560045909,41.64785745810514],[-72.92359600461067,41.6479744581265],[-72.92368800465633,41.64824745817637],[-72.92369000465771,41.64826045817884],[-72.92372100467583,41.64839945820474],[-72.92384000474192,41.64887445829287],[-72.92388900476908,41.64906945832904],[-72.92399000483945,41.64972045845183],[-72.92405100489249,41.65029645856139],[-72.9240470048931,41.65032945856791],[-72.92402100489986,41.65059345861988],[-72.92396600489461,41.650812458664056],[-72.92390100488178,41.65095645869405],[-72.92384600486785,41.651025458709206],[-72.92374000484133,41.65116345873935],[-72.92341600475766,41.651539458822675],[-72.92337300474678,41.651593458834526],[-72.92322300470923,41.65178845887715],[-72.92317600470071,41.65190545890133],[-72.92317200470056,41.651925458905325],[-72.92310400470352,41.65236045899177],[-72.92308200470478,41.65250645902074],[-72.9230860047224,41.6527894590754],[-72.92309900477557,41.65363845923938],[-72.92310400479359,41.65392245929421],[-72.92307900481165,41.654377459383106],[-72.92300500486643,41.655744459650194],[-72.92298100488493,41.65620045973924],[-72.92296700489128,41.65638945977628],[-72.922927004911,41.656957459887565],[-72.92291400491774,41.65714745992478],[-72.92289000492131,41.65734445996369],[-72.9228810049227,41.657419459978506],[-72.92285700494489,41.657939460079945],[-72.92284800495344,41.65813846011877],[-72.9228390049583,41.65827346014519],[-72.92281600497424,41.65867946022455],[-72.9228090049798,41.6588154602511],[-72.92279600498571,41.65899146028559],[-72.92276100500492,41.65952146038933],[-72.92274900501121,41.659698460423996],[-72.92273900501303,41.65978646044136],[-72.92271300501997,41.66005346049389],[-72.92270500502258,41.66014346051156],[-72.92268500502888,41.660365460555184],[-72.92266700503467,41.660567460594876],[-72.92261100507362,41.661558460788534],[-72.92259900507757,41.66169446081525],[-72.92256600509059,41.66210646089609],[-72.9225550050949,41.66224346092296],[-72.92253900509762,41.66238046095001],[-72.92249500510708,41.66279246103119],[-72.92248000511016,41.66293046105838],[-72.92246200511204,41.6630644610849],[-72.92241000511832,41.66346646116442],[-72.92239300512058,41.66360146119109],[-72.92233800512692,41.664021461274174],[-72.92232300512919,41.664145461298666],[-72.92224000511655,41.664394461349566],[-72.92212900508969,41.664554461384135],[-72.92202700506084,41.66462946140195],[-72.9218950050235,41.664726461425005],[-72.9216120049378,41.66483646145548],[-72.92151700490781,41.66485246146166],[-72.92136700486057,41.664879461471756],[-72.92110400477891,41.66494646149326],[-72.92182300508293,41.666162461705326],[-72.92209300519566,41.66659446178017],[-72.9226010054211,41.66763746196556],[-72.92276900550152,41.66808446204664],[-72.92281400553307,41.66837746210189],[-72.92281400554431,41.66857246213963],[-72.92281400554737,41.66862546214988],[-72.9228070055477,41.6686704621588]]]},"properties":{"name":4054.02,"geoid":"09003405402"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.8885269947713,41.67516846452784],[-72.88848299474436,41.67494946448689],[-72.88835299466419,41.67429246436395],[-72.88833599465349,41.674202464347076],[-72.88832299464556,41.674138464335115],[-72.8883109946379,41.674073464322916],[-72.88829499462828,41.67399646430854],[-72.8882789946187,41.67392046429435],[-72.88826699461151,41.6738634642837],[-72.88813399453193,41.67323346416606],[-72.88808999450558,41.67302446412703],[-72.88803399447127,41.67274546407485],[-72.88786699436872,41.671908463918264],[-72.8878119943348,41.67163046386622],[-72.88778499431807,41.67149246384039],[-72.88771499427479,41.67113646377374],[-72.887703994268,41.67108046376327],[-72.88767699425131,41.670943463737636],[-72.88766199423785,41.67079446370927],[-72.88761799419775,41.67034746362417],[-72.88760399418462,41.67019846359578],[-72.88758399416757,41.670015463561],[-72.88752699411758,41.66946946345716],[-72.88750799410091,41.66928746342255],[-72.88748899409477,41.669288463423364],[-72.8874329940768,41.66929246342594],[-72.88741499407105,41.66929446342691],[-72.88737499404715,41.66910546339163],[-72.88725599397584,41.66853946328593],[-72.88721699395231,41.6683514632508],[-72.88718299393354,41.66821746322594],[-72.88708199387759,41.667816463151595],[-72.88704899385918,41.667683463126906],[-72.88700499383398,41.667494463091764],[-72.88687399375871,41.66692746298624],[-72.88683099373384,41.666738462951045],[-72.88679699371441,41.666593462924084],[-72.88669699365694,41.66616046284348],[-72.88666399363791,41.666016462816685],[-72.8866769936411,41.66599846281278],[-72.88668099364212,41.66599346281168],[-72.8867399936608,41.66598446280802],[-72.88676299366816,41.66598246280688],[-72.88670899361802,41.66541646269906],[-72.88654699346762,41.66372046237598],[-72.8864929934175,41.66315546226834],[-72.88648899341455,41.66312646226285],[-72.88647699340562,41.663039462246395],[-72.88647399340303,41.66301146224106],[-72.88646299339705,41.66296946223329],[-72.88642999337922,41.66284646221056],[-72.88641899337327,41.66280546220297],[-72.88616899324023,41.66190746203721],[-72.88541899284134,41.65921646154047],[-72.88516999270867,41.658319461374845],[-72.88515799270098,41.65825346136247],[-72.88512199267805,41.658058461325865],[-72.88510999267041,41.65799346131367],[-72.88503099262236,41.65760546124109],[-72.88479499247865,41.65644246102354],[-72.884716992431,41.65605546095112],[-72.88473599243228,41.65597046093405],[-72.88459099235013,41.655362460821],[-72.88450999230162,41.65497746074908],[-72.88445499226829,41.65470946069897],[-72.88438199222405,41.65435346063239],[-72.88416499209218,41.653288460433174],[-72.88409299204832,41.652933460366754],[-72.88404099201726,41.6526874603208],[-72.88388599192436,41.651949460182905],[-72.88383499189362,41.65170346013689],[-72.88374499183868,41.651257460053436],[-72.88347799167497,41.649921459803345],[-72.88338899162041,41.64947645972004],[-72.88467999203203,41.649332459650374],[-72.88624099252988,41.649160459566524],[-72.88759499296266,41.649028459497124],[-72.88855299326707,41.6489034594419],[-72.88859799328142,41.64889845943947],[-72.88911699344793,41.64885845941492],[-72.88984699368152,41.64879145937831],[-72.89165999426146,41.64862245928686],[-72.89342099482484,41.648459459198286],[-72.89709599599871,41.648087459007215],[-72.89890799657758,41.64790545891327],[-72.89942899674374,41.647848458885356],[-72.9009919972424,41.647680458802185],[-72.90151399740895,41.64762445877444],[-72.90153699741626,41.64762145877312],[-72.9018129975047,41.647598458759724],[-72.90271199779295,41.647526458716655],[-72.90301199788918,41.64750345870248],[-72.9031729979517,41.64767945873135],[-72.90365699813951,41.64820745881793],[-72.90381899820234,41.64838345884677],[-72.90403799828732,41.64862245888593],[-72.90469699854312,41.64934245900403],[-72.90473499855784,41.649383459010735],[-72.90491399862769,41.649585459044054],[-72.90517999873158,41.649887459093925],[-72.90546999884475,41.65021445914786],[-72.90600999905219,41.65076645923726],[-72.9062929991608,41.65105445928386],[-72.90600099907611,41.65123245932779],[-72.90576399900742,41.65137845936373],[-72.90543599890391,41.65143345938501],[-72.90501899876888,41.65144345940046],[-72.90493799874268,41.651446459403665],[-72.90467799865915,41.651464459415585],[-72.90398499843666,41.65151445944772],[-72.9019059977691,41.651664459544115],[-72.90121399754698,41.65171545957643],[-72.90122399756937,41.65204745964038],[-72.90125699763752,41.65304445983237],[-72.90126799766027,41.653377459896525],[-72.90127599769052,41.6538574599892],[-72.90127699769384,41.653909459999234],[-72.90131899779956,41.655507460307305],[-72.9013329978348,41.65604046041004],[-72.90131099784621,41.65636246047311],[-72.90124699788122,41.65733146066281],[-72.901225997893,41.65765446072602],[-72.9012009978987,41.657894460773306],[-72.9011289979168,41.658615460915236],[-72.9011049979229,41.658856460962674],[-72.90112399794059,41.65905646100078],[-72.90112999794617,41.65911946101278],[-72.90116499797467,41.659416461069156],[-72.90120199800054,41.659656461114416],[-72.90123299802214,41.65985646115213],[-72.90123699802506,41.65988446115743],[-72.90133099807562,41.66023146122156],[-72.90136099809726,41.66043746126047],[-72.90141199813378,41.66078346132581],[-72.90142399814229,41.66086346134091],[-72.90149399819671,41.661412461444925],[-72.90164599829161,41.662201461592744],[-72.90175899836213,41.66278746170256],[-72.90176799837072,41.66288546172122],[-72.90179599839686,41.663181461777626],[-72.90180599840582,41.66328046179646],[-72.90090599811792,41.66336446184189],[-72.8982089972551,41.66361546197787],[-72.89730999696756,41.66370046202346],[-72.89721399693687,41.6637094620283],[-72.89692799684533,41.66373546204261],[-72.89683299681501,41.66374546204762],[-72.89690599686514,41.66420346213393],[-72.89712599701595,41.66557846239297],[-72.89719999706647,41.66603746247943],[-72.89735999717361,41.66699346265931],[-72.89769599739144,41.668876463012914],[-72.90047399828035,41.66862046287333],[-72.9027199989959,41.668359462750026],[-72.90323099915918,41.668308462723594],[-72.90431199950419,41.668193462666295],[-72.90467999962338,41.66818446265261],[-72.90502399973482,41.66817646263993],[-72.90521899979801,41.6681724626328],[-72.90539699985615,41.668176462627834],[-72.90569299995407,41.66820446262364],[-72.90612100009807,41.66828746262584],[-72.90651700023535,41.66843446264145],[-72.90661200026919,41.66848546264825],[-72.90693600038468,41.66866046267161],[-72.90719600047906,41.66883046269609],[-72.9075030005856,41.668946462708575],[-72.90778600068336,41.66904546271858],[-72.90806300077757,41.66911646272334],[-72.90821400082895,41.66915546272598],[-72.90858800095222,41.66918346271929],[-72.90853400093563,41.66920046272432],[-72.90837300088633,41.6692534627398],[-72.90832000087015,41.66927246274519],[-72.90794900075998,41.66945446279245],[-72.90739900059992,41.66978146287359],[-72.90638100031505,41.670583463061824],[-72.90580900015394,41.67101646316417],[-72.90562900010323,41.67115246319632],[-72.90527700000419,41.6714204632596],[-72.90467599983491,41.671875463367144],[-72.90734100070576,41.671943463293914],[-72.90662600048452,41.672140463355234],[-72.90579200022621,41.672365463425805],[-72.90426099974835,41.67271546354318],[-72.90415999971682,41.672738463550914],[-72.90405999968563,41.67276146355861],[-72.90397699965968,41.67277946356478],[-72.90389399963381,41.67279946357134],[-72.90296299934302,41.67300846364197],[-72.90057499859235,41.673462463807255],[-72.89966699830644,41.673626463868416],[-72.89893399807353,41.67372246391074],[-72.89813399781467,41.67374646394132],[-72.89779499770455,41.673749463952895],[-72.89743499758767,41.67375346396534],[-72.89653099729644,41.67380246400412],[-72.89642399726229,41.67381446400993],[-72.89421499655884,41.67407746413239],[-72.89313499621592,41.67422346419565],[-72.89237999597738,41.674346464243925],[-72.89189799582515,41.67442546427483],[-72.89134899565344,41.674545464315855],[-72.88967899513126,41.674911464440804],[-72.88944799505904,41.67496246445814],[-72.88875699484312,41.67511646451034],[-72.8885269947713,41.67516846452784]]]},"properties":{"name":4054.01,"geoid":"09003405401"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.52146088210056,41.79539649958386],[-72.52221088234032,41.795311499543494],[-72.52446088305955,41.79505649942238],[-72.52521188329968,41.79497249938216],[-72.52513988326798,41.79482849935663],[-72.52509988325032,41.79474749934228],[-72.52498688320259,41.79455649930897],[-72.52493688317719,41.79439749927984],[-72.52493588317672,41.79439449927929],[-72.52490188315666,41.794237499250045],[-72.52488788314874,41.794178499239095],[-72.52487588313934,41.79408249922091],[-72.52487288313712,41.79406049921676],[-72.52486388313042,41.793994499204295],[-72.52486188312858,41.7939734992003],[-72.52484588311167,41.79376849916122],[-72.52479888306138,41.79315549904424],[-72.52478388304486,41.79295149900532],[-72.52516088316558,41.79291249898575],[-72.52629488352878,41.7927964989271],[-72.52637088355317,41.79278949892334],[-72.52667388365045,41.79276249890843],[-72.52702088376176,41.792730498891174],[-72.52733588386255,41.79269649887455],[-72.52774288399289,41.79265449885345],[-72.52930988448882,41.79239049875238],[-72.52951488455375,41.79235649873925],[-72.52996788469738,41.79228449871088],[-72.52991688466905,41.79207949867289],[-72.52976388458423,41.79146649855933],[-72.52971288455595,41.79126249852153],[-72.52938088436831,41.78987049826315],[-72.53137288500676,41.78967549816184],[-72.5319398851887,41.78962349813368],[-72.53194088518896,41.78962249813346],[-72.5336418857328,41.789432498042416],[-72.53420988591444,41.7893694980121],[-72.53463888605143,41.78931849798854],[-72.53582088642894,41.78917949792393],[-72.53592688646283,41.78916749791822],[-72.5363578866008,41.789122497895754],[-72.53717888686121,41.7889944978448],[-72.53726488688851,41.788981497839536],[-72.53963188763548,41.78854549767966],[-72.54044988789367,41.78839549762454],[-72.54073888798476,41.78834049760467],[-72.54160888825922,41.788178497545566],[-72.54189888835076,41.78812549752606],[-72.54372388892747,41.78780349740551],[-72.5443758891335,41.78768849736246],[-72.54554488950252,41.787475497283936],[-72.54650788979845,41.78715849719191],[-72.54682388989173,41.786987497148765],[-72.54697188993387,41.78688049712335],[-72.54726689002072,41.786716497082246],[-72.55041389097305,41.78542349673177],[-72.55066989114282,41.78693549701579],[-72.55074989118704,41.78725349707468],[-72.55087589124257,41.78750649711954],[-72.55090589125572,41.78756549712998],[-72.55092889126584,41.787611497138144],[-72.55094889127463,41.78765149714523],[-72.55099789129622,41.7877494971626],[-72.55102089130638,41.787796497170966],[-72.55111689134499,41.78792449719261],[-72.55118889137812,41.78809349722297],[-72.55126889141248,41.788238497248436],[-72.55143889148549,41.78854649730252],[-72.55161689156881,41.788989497382424],[-72.55175189164216,41.78950349747744],[-72.55178189166143,41.78966949750855],[-72.55179289166843,41.7897294975198],[-72.5518568917147,41.790174497603736],[-72.55191289175353,41.790534497671516],[-72.55193189177477,41.790798497721916],[-72.55201989187194,41.79199749795078],[-72.55215789195523,41.79266849807601],[-72.55220489198364,41.79289749811875],[-72.55225289201675,41.79320349817635],[-72.55227389202838,41.7932874981919],[-72.55234689206858,41.793574498245015],[-72.55213389204339,41.79434949840157],[-72.55209489203854,41.79448749842949],[-72.55208489203721,41.79452149843637],[-72.55207589203621,41.79455549844323],[-72.55205189203232,41.79462449845733],[-72.55204089203073,41.79465949846444],[-72.55203589202975,41.79467049846672],[-72.55202489202821,41.794706498474035],[-72.55202089202758,41.794718498476485],[-72.55200189202556,41.79479149849118],[-72.55199889202528,41.79480349849361],[-72.55193089201184,41.79495649852534],[-72.55191889201043,41.79500049853423],[-72.55191589201019,41.79501349853683],[-72.55189389200639,41.79507249854894],[-72.55179789198982,41.795330498601835],[-72.55174789198138,41.795468498630115],[-72.55169089196868,41.79557149865184],[-72.55153389193708,41.79591449872312],[-72.55146289192368,41.79608549875843],[-72.55142189191601,41.79618549877906],[-72.55136889190781,41.796344498811465],[-72.5513298918947,41.79633749881137],[-72.55121589185651,41.79631949881153],[-72.55117789184378,41.7963134988116],[-72.55056889163747,41.796178498804984],[-72.55033489155824,41.79612749880261],[-72.54962989132403,41.79605149881046],[-72.54888489107893,41.796013498826944],[-72.54870889102129,41.796009498831786],[-72.5480858908174,41.795996498849206],[-72.5478578907443,41.79601849886074],[-72.54723989054804,41.796110498898265],[-72.54584889010643,41.79632049898331],[-72.54476288977432,41.7967064990926],[-72.54401388954531,41.79697349916812],[-72.5439598895289,41.7969944991739],[-72.54382388948747,41.7970454991881],[-72.54341788936385,41.79719949923083],[-72.5432828893228,41.79725149924519],[-72.54254888909938,41.797530499322555],[-72.54206888895676,41.797774499385035],[-72.54157588881033,41.798025499449295],[-72.54040788846345,41.79862149960176],[-72.53764688764348,41.800030499962205],[-72.53719088751313,41.800352500038976],[-72.53698188745582,41.80054250008235],[-72.5367388873901,41.80077950013592],[-72.53671388738354,41.80080750014211],[-72.53661388735775,41.80092650016831],[-72.53588988717092,41.80179050035835],[-72.5357288871288,41.801972500398655],[-72.53547288705902,41.8022125004532],[-72.53546588705713,41.802219500454775],[-72.53533588702022,41.80231550047747],[-72.53531388701403,41.802332500481455],[-72.53496188691491,41.80260750054584],[-72.53482788687515,41.80267650056345],[-72.53465188682306,41.80276950058703],[-72.5345138867821,41.80284050060515],[-72.53410088665974,41.80305650066008],[-72.53396388661923,41.803129500678544],[-72.53324388640644,41.80351550077613],[-72.53117888579632,41.804625501056535],[-72.53108688576917,41.80467550106913],[-72.53101588574825,41.80471450107893],[-72.53069088565178,41.80488150112158],[-72.53037088555803,41.80506750116773],[-72.52996388543852,41.805299501225555],[-72.52950588530419,41.80556250129098],[-72.52920388521675,41.8057565013381],[-72.52882888510892,41.80601050139914],[-72.52877488509361,41.806050501408606],[-72.52840188498817,41.80633450147538],[-72.5275598847524,41.80701550163382],[-72.52723588466168,41.807277501694784],[-72.52719188464934,41.807312501702945],[-72.5265958844829,41.807802501816646],[-72.52616488436198,41.80814650189685],[-72.5257558842473,41.80847450197326],[-72.52549388417599,41.80872250202954],[-72.52536188414425,41.808920502072],[-72.52506288406805,41.80929450215379],[-72.52476988398944,41.80959150222052],[-72.52440388388571,41.809865502285135],[-72.52408988379402,41.81005350233148],[-72.52331788355946,41.81035550241445],[-72.52305288347691,41.810423502436066],[-72.52284488341151,41.81046650245102],[-72.52275488338324,41.810485502457546],[-72.52238488326456,41.81052050247614],[-72.52221388320868,41.81051850248121],[-72.52200288313973,41.81051650248756],[-72.52183988308651,41.81051550249258],[-72.52157088299712,41.81048650249555],[-72.52147088296388,41.81047550249664],[-72.52128388290181,41.81045650249895],[-72.5211638828621,41.810446502500845],[-72.52084288275586,41.810419502505866],[-72.52053988265772,41.81043150251787],[-72.52029888258163,41.810475502534075],[-72.52006388250948,41.81055450255683],[-72.51991388246564,41.810643502578806],[-72.519890882459,41.810658502582434],[-72.51968688239981,41.81078750261387],[-72.51957188236726,41.810874502634356],[-72.5194928823467,41.81096550265445],[-72.51917388223539,41.810838502640095],[-72.51898088216812,41.8107625026316],[-72.51858488203175,41.8106365026199],[-72.51821588190671,41.81055450261584],[-72.5181878818973,41.81054950261577],[-72.51789488179934,41.81050750261702],[-72.51784888178399,41.81050150261733],[-72.51783688177997,41.810499502617326],[-72.5177878817637,41.810494502617914],[-72.51768988173109,41.810483502618936],[-72.51746688165706,41.81046050262161],[-72.51721288157427,41.810461502629906],[-72.5171738815616,41.81046250263134],[-72.5170548815237,41.81047850263823],[-72.51710188150918,41.809955502535715],[-72.51716588148952,41.809244502396325],[-72.5172968814958,41.808605502268726],[-72.51731588149018,41.80839850222814],[-72.51733488148503,41.80819950218908],[-72.51735988148285,41.80801850215332],[-72.51737388147939,41.807877502125635],[-72.51742788147851,41.80755350206133],[-72.51743788147851,41.80749650204999],[-72.5176498815159,41.806939501935624],[-72.51777088153786,41.80663250187247],[-72.5178918815599,41.80632750180968],[-72.5179348815638,41.80614950177392],[-72.51797988156808,41.805967501737335],[-72.51803788156668,41.80561150166671],[-72.51806788156622,41.80543150163098],[-72.51809188156001,41.80518550158269],[-72.51816588154212,41.80444850143795],[-72.51819088153627,41.80420350138982],[-72.51821388153262,41.804007501351236],[-72.51828388152192,41.803419501235396],[-72.51830788151862,41.80322450119697],[-72.51834588151785,41.80299350115112],[-72.51839888151756,41.80268550108992],[-72.51854888154602,41.802326501015784],[-72.51863988156343,41.80211150097134],[-72.51881188159695,41.80171550088934],[-72.51888188161071,41.80155650085638],[-72.51923888168268,41.8007765006943],[-72.51934188170256,41.80053650064464],[-72.51951388173615,41.800141500562816],[-72.51958488174972,41.799973500528125],[-72.51980188179188,41.799471500424175],[-72.51983488179835,41.799396500408655],[-72.51987488180616,41.79930450038958],[-72.52022688187544,41.798506500224164],[-72.5208448819999,41.79715449994321],[-72.52092088201664,41.79701349991354],[-72.52108188205102,41.79669549984696],[-72.52128488208923,41.7962044997456],[-72.5214518821001,41.79543949959246],[-72.52145288209991,41.79543049959069],[-72.52145888210038,41.795404499585466],[-72.52146088210056,41.79539649958386]]]},"properties":{"name":5142,"geoid":"09003514200"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.47106286503666,41.78437949906142],[-72.47102986501606,41.78420649902903],[-72.47085286489778,41.78314149882878],[-72.4708248648795,41.78298049879854],[-72.47072186479856,41.782147498640775],[-72.4703358645417,41.77984249820743],[-72.47032986453769,41.77980649820066],[-72.47008386437962,41.7784364979436],[-72.46932886389398,41.77422249715282],[-72.46912986376569,41.77310649694334],[-72.46906386372791,41.77282049689014],[-72.46906086372614,41.77280649688753],[-72.4690228637044,41.772641496856835],[-72.46889986363394,41.772107496757485],[-72.4688588636105,41.77193049672454],[-72.46884586360329,41.771877496714716],[-72.46882986359402,41.771806496701494],[-72.46882986358897,41.77171749668428],[-72.46882986358612,41.77166749667462],[-72.46882986358595,41.77166449667403],[-72.46882886357217,41.77142749662825],[-72.46882886357099,41.771406496624174],[-72.4687518635069,41.770720496493965],[-72.46872886348726,41.7705064964533],[-72.46872486348475,41.77048549644938],[-72.46872486348464,41.77048349644899],[-72.4690738635997,41.770505496442134],[-72.46954586375296,41.770493496424805],[-72.46955586375621,41.77049349642448],[-72.47029886399523,41.77043549638962],[-72.47105686423377,41.770283496336084],[-72.47189086449015,41.77000849625637],[-72.47194586450638,41.769978496248804],[-72.47267186472111,41.769590496150656],[-72.47301586482301,41.76940949610469],[-72.47318686487344,41.76931549608108],[-72.47445986524932,41.768624495906934],[-72.47472886532938,41.76848949587226],[-72.47525186548515,41.76822949580533],[-72.47552986556998,41.768126495776556],[-72.47597586570735,41.767984495734886],[-72.47598586571044,41.767981495734],[-72.47655486588832,41.767846495689774],[-72.47729686612286,41.767715495640815],[-72.47824186642931,41.76768549560492],[-72.47833586645986,41.767683495601545],[-72.4789278666554,41.76772749559121],[-72.47900486668114,41.767738495590876],[-72.47917986673957,41.767762495589956],[-72.47970486691491,41.76783549558736],[-72.4798798669734,41.76786049558661],[-72.4802138670858,41.76792149558778],[-72.4803878671444,41.76795449558861],[-72.48074786726555,41.76802049558992],[-72.48099786734942,41.76806149558988],[-72.48122086742406,41.76809549558936],[-72.4813308674609,41.76811249558916],[-72.48155786753702,41.76814949558907],[-72.48178286761289,41.76819349559041],[-72.48183686763113,41.76820449559082],[-72.4822368677651,41.76826649559008],[-72.48246786784043,41.768266495582715],[-72.4826988679158,41.768267495575564],[-72.48302086802052,41.76826249556435],[-72.48355486819045,41.768188495533025],[-72.48410586836185,41.76804249548723],[-72.48490686860389,41.76770549539655],[-72.48551886878691,41.767414495320786],[-72.48598486892536,41.76717649525992],[-72.48657486910513,41.766954495198185],[-72.48680286917339,41.76684749517024],[-72.4872048692955,41.76668949512687],[-72.4878208694874,41.7665314950767],[-72.4886198697418,41.76642349503036],[-72.48924386993761,41.766288494984366],[-72.49018087022837,41.76602849490424],[-72.49074687040066,41.76581249484445],[-72.49201487078359,41.76527549470019],[-72.49257587095471,41.76506749464208],[-72.49276187101354,41.76503549462998],[-72.49369987131853,41.765020494597195],[-72.4960818720911,41.76494749450717],[-72.49868787293605,41.76486349440788],[-72.4995328732101,41.76483749437593],[-72.50015487341194,41.764820494352826],[-72.50134987379893,41.76477349430564],[-72.5021788740668,41.76473049427091],[-72.50263487421587,41.764737494257716],[-72.50308587436332,41.76474449424471],[-72.50363787454343,41.7647464942275],[-72.5040038746606,41.76470849420848],[-72.50405287467629,41.764703494205946],[-72.50431687476015,41.76466449419],[-72.50445387480299,41.76463249417944],[-72.50446587480918,41.76467249418679],[-72.5045028748281,41.76479249420883],[-72.50451587483465,41.76483349421632],[-72.50452387483872,41.76485949422111],[-72.50454787485118,41.764940494235994],[-72.50455687485564,41.76496749424094],[-72.5045738748643,41.76502249425103],[-72.50462687489103,41.765188494281446],[-72.50464487490008,41.7652444942917],[-72.5046798749244,41.76547149433449],[-72.5046878749298,41.76552049434372],[-72.50482287499058,41.76581549439644],[-72.50498087505777,41.76609049444459],[-72.50502387507599,41.76616449445752],[-72.50509187510545,41.76629249448011],[-72.50518587514604,41.766467494510955],[-72.50519287515765,41.766631494542445],[-72.50524487523649,41.7677194947512],[-72.50526287526301,41.76808249482083],[-72.5052738752744,41.76821949484696],[-72.50530787530886,41.768630494925354],[-72.50531987532061,41.76876849495166],[-72.50534387533885,41.76895149498629],[-72.5054188753946,41.76950149509024],[-72.50544387541322,41.769685495125024],[-72.50547487543557,41.76990049516561],[-72.50556787550184,41.77053249528484],[-72.50556587550209,41.77054849528799],[-72.50554087550628,41.77076549533076],[-72.50548387549874,41.77095949537009],[-72.50531587547724,41.771544495488556],[-72.50525987547007,41.77173949552804],[-72.50520287546281,41.77193849556835],[-72.50503287544142,41.772536495689394],[-72.50497687543452,41.772736495729845],[-72.50495987543586,41.77285749575379],[-72.50491187544091,41.773221495825695],[-72.50489587544264,41.77334349584979],[-72.50489687544622,41.77340049586078],[-72.50489987545697,41.77357249589394],[-72.5049008754606,41.773630495905124],[-72.50493887548745,41.77388449595303],[-72.50505487556869,41.77464749609685],[-72.50509387559592,41.7749024961449],[-72.50518987567109,41.775673496290906],[-72.50518087567737,41.77583549632252],[-72.50518287570152,41.776248496402296],[-72.50514287569537,41.776369496426966],[-72.50612787603546,41.776701496459765],[-72.5061008760315,41.77678649647704],[-72.50617387607186,41.777077496530964],[-72.50646987621631,41.777919496684326],[-72.5067048763292,41.778556496799965],[-72.50599787612238,41.778973496903134],[-72.50588587608944,41.77903649691887],[-72.50555287599173,41.77922749696643],[-72.50544187595916,41.77929149698234],[-72.50492487580578,41.77955849705044],[-72.50490387579963,41.77957049705341],[-72.50421887559143,41.77983749712689],[-72.50385387548224,41.780010497171965],[-72.50338387534612,41.78031149724515],[-72.50336587534099,41.78032449724823],[-72.5029108752132,41.78068649733271],[-72.50289887520992,41.780697497335225],[-72.50286487520079,41.78073149734288],[-72.50285387519787,41.78074349734556],[-72.50260987512472,41.780856497375176],[-72.50258787511818,41.78086749737801],[-72.5021478749949,41.78122249746067],[-72.5019888749513,41.78136749749376],[-72.50179087489708,41.78154949753526],[-72.50168887487207,41.78169449756655],[-72.50153387483428,41.78191849761478],[-72.50140687480585,41.782146497662914],[-72.50132187478698,41.78230249769579],[-72.50083387467551,41.78313949787313],[-72.50041487458085,41.78387749802915],[-72.50030487455818,41.784109498077505],[-72.50027487455182,41.78416949809005],[-72.49994587445984,41.78443849815254],[-72.49973987440039,41.7845744981854],[-72.49919887424029,41.784861498258124],[-72.49902587418993,41.784967498284125],[-72.49901287418557,41.78496549828415],[-72.49790287382396,41.784972498320904],[-72.49772287376554,41.784977498327606],[-72.49737387365343,41.78500749834453],[-72.49699087353058,41.7850434983637],[-72.49620387327823,41.78511949840348],[-72.49584487316311,41.7851534984215],[-72.49546387304096,41.7851904984408],[-72.49527387297995,41.78520749845013],[-72.49470387279696,41.785258498478164],[-72.49451487273635,41.78527649848766],[-72.49422787264416,41.78530149850166],[-72.49336887236835,41.78537749854372],[-72.49308287227656,41.785403498557855],[-72.4927968721847,41.78542849857181],[-72.49194087190988,41.785504498613776],[-72.49165587181841,41.7855304986279],[-72.4915678717901,41.78553749863206],[-72.49130687170621,41.78555949864463],[-72.49122087167862,41.785567498648916],[-72.48990287125443,41.78566649871005],[-72.48852087080921,41.78576349877285],[-72.48838087076446,41.78577949878041],[-72.48681887026311,41.785921498857626],[-72.48495686967125,41.78619249896935],[-72.48430386946268,41.78626949900503],[-72.48368286926315,41.786322499035066],[-72.48289286900594,41.78633049906179],[-72.48280286897636,41.78632649906388],[-72.4818368686588,41.78628249908615],[-72.48113386842383,41.78618249908922],[-72.4800838680729,41.786033499093854],[-72.47903286771904,41.78583849908964],[-72.47833486748411,41.785710499087145],[-72.47687886699399,41.785442499081704],[-72.47358186588414,41.78483549906936],[-72.4725158655255,41.78464249906601],[-72.47106286503666,41.78437949906142]]]},"properties":{"name":5150,"geoid":"09003515000"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.52043188001018,41.764589493661596],[-72.52045988000782,41.76438749362163],[-72.52051088000447,41.76403649355215],[-72.52053287999941,41.76382149350986],[-72.5205388799991,41.76378149350193],[-72.52056987999774,41.76358049346207],[-72.52057687999712,41.76352949345198],[-72.52059887999565,41.76337749342189],[-72.52060687999541,41.763327493411964],[-72.52068987999014,41.76275949329947],[-72.5207458799895,41.76242749323349],[-72.5208458799878,41.76182449311367],[-72.52085987998686,41.76172749309447],[-72.52089187998521,41.76151549305244],[-72.52098187997888,41.76088849292832],[-72.52101287997715,41.7606804928871],[-72.52102687996545,41.760394492831324],[-72.52107087993102,41.759537492664194],[-72.52107387992938,41.759491492655194],[-72.52107187991513,41.75925249260905],[-72.5210758799075,41.759095492578545],[-72.52108087990054,41.75894449254919],[-72.52106387988357,41.75874349251084],[-72.5210458798711,41.758627492489],[-72.52102287985484,41.75847349245993],[-72.52097687983006,41.75830149242814],[-72.5208388797557,41.75778549233274],[-72.52079387973131,41.7576144923011],[-72.52078287972431,41.75755449228985],[-72.52075087970363,41.75737449225604],[-72.52074087969703,41.75731549224496],[-72.52072387968674,41.757232492229456],[-72.520675879657,41.75698449218301],[-72.5206598796471,41.75690249216765],[-72.52062887962364,41.7566674921232],[-72.52053787955448,41.75597349199187],[-72.52053587955326,41.755963491989995],[-72.5204878795245,41.755732491946844],[-72.52046287951127,41.75564349193042],[-72.52038787947163,41.75537649188116],[-72.52036287945847,41.755288491864945],[-72.52049487949729,41.755214491846424],[-72.52097187963113,41.754833491757516],[-72.52140187974639,41.75439549165908],[-72.52146287976282,41.75433449164533],[-72.52207887991779,41.75352849146977],[-72.52228387997256,41.753316491422225],[-72.52251888004228,41.75319549139133],[-72.52259988006779,41.75317949138564],[-72.52288488015466,41.75307349135605],[-72.52328788028014,41.75296949132309],[-72.52435888062035,41.75281249125856],[-72.52484988077718,41.75275549123186],[-72.52493688080537,41.75275249122852],[-72.525508880991,41.75273749120735],[-72.52593488113116,41.752760491198224],[-72.52605488117183,41.752787491199605],[-72.52612588119555,41.75279749119928],[-72.5262318812322,41.75283449120306],[-72.5262878812529,41.75287749120958],[-72.52635488127764,41.75292849121732],[-72.52641088130217,41.7530384912368],[-72.52642988131039,41.75307449124316],[-72.52644388132049,41.753171491261476],[-72.52651988135977,41.75342649130839],[-72.52653888137849,41.75364649135033],[-72.52655688139619,41.75385449138998],[-72.52658388141649,41.75405649142821],[-72.52666688147808,41.75466349154296],[-72.52669488149876,41.75486649158133],[-72.52690988157187,41.75491949158474],[-72.52755488179119,41.755078491594894],[-72.52777088186467,41.75513249159845],[-72.52773288183728,41.75486849154861],[-72.52770788181921,41.75469449151575],[-72.52767988179136,41.754365491453],[-72.5276858817833,41.754189491418764],[-72.52776688180494,41.75410549139994],[-72.52785388182828,41.75401749138014],[-72.52799488187294,41.75399449137119],[-72.52799188186837,41.7539314913591],[-72.52798288185491,41.75374649132361],[-72.52797988185041,41.753684491311695],[-72.52795688181692,41.75322749122407],[-72.52797588181929,41.75316049121049],[-72.52803788183496,41.753080491193025],[-72.52820588188045,41.75291749115614],[-72.5282868819044,41.75287449114522],[-72.52840388193908,41.7528134911297],[-72.52855088198513,41.75278049111862],[-72.5289588821154,41.752732491096324],[-72.52905488214608,41.75272149109113],[-72.53021288251873,41.75263649103775],[-72.53150588293558,41.75255449098062],[-72.53279288334772,41.75242449091441],[-72.53366688362485,41.75228749086003],[-72.53387488369032,41.75224649084545],[-72.53445088387166,41.75213349080521],[-72.53474588396124,41.752017490773355],[-72.53494188401778,41.751888490742154],[-72.53503288403975,41.75175349071314],[-72.53517588406838,41.75143749064743],[-72.53527988410349,41.75145849064818],[-72.53537288413443,41.75146949064735],[-72.53570188424162,41.751468490636654],[-72.5358148842779,41.75145849063112],[-72.53594288431898,41.751447490624905],[-72.53607188436041,41.751436490618644],[-72.53620788440492,41.75143949061489],[-72.53633688444684,41.75143749061038],[-72.53660288453318,41.75143049060054],[-72.53673888457695,41.75142049059426],[-72.53686788461809,41.75140449058706],[-72.53699788465931,41.75138449057905],[-72.53712988470109,41.751362490570585],[-72.53726388474388,41.75134649056319],[-72.53739688478649,41.75133349055645],[-72.53766388487199,41.751306490542696],[-72.5378008849162,41.75129849053678],[-72.53795388496481,41.75127649052764],[-72.53820388504454,41.75124549051366],[-72.53851988514532,41.75120649049604],[-72.53870288520368,41.751183490485744],[-72.53880388523626,41.751177490481346],[-72.53891288527105,41.75116449047536],[-72.53901788530436,41.75114849046892],[-72.53911588533539,41.751132490462695],[-72.53929988539333,41.75109649044985],[-72.53938988542194,41.75108349044447],[-72.53948088545097,41.751072490439434],[-72.53956488547749,41.751057490433844],[-72.53964188550192,41.75104549042907],[-72.53980488555403,41.75102749042039],[-72.5398828855791,41.751021490416754],[-72.54001188562115,41.75102149041263],[-72.54007888564254,41.75101349040894],[-72.54009988565264,41.751070490419295],[-72.54045388583833,41.752305490646876],[-72.54077088600964,41.7534994908677],[-72.54089888607655,41.7539414909491],[-72.5410508861557,41.754461491044836],[-72.54125688626932,41.755277491196075],[-72.54137088633193,41.75572449127889],[-72.54143488636737,41.755980491326355],[-72.54150088640358,41.756238491374155],[-72.54162188647217,41.75675049146932],[-72.54168388650707,41.75700849151725],[-72.54174888654455,41.75729449157048],[-72.54194588665781,41.75815549173071],[-72.54201188669568,41.758442491784116],[-72.54202388671452,41.758704491834386],[-72.54203588673299,41.75896049188352],[-72.54204188676513,41.759490491985815],[-72.5420448867811,41.75975349203657],[-72.54232588687121,41.75972749202258],[-72.54316988714197,41.75965049198075],[-72.54345188723246,41.759625491966894],[-72.5436658873011,41.7596054919562],[-72.54431088750802,41.75954649192419],[-72.54440388753783,41.75953749191948],[-72.54452588757702,41.75952749191365],[-72.54472588764115,41.7595084919036],[-72.54499688772813,41.7594844918903],[-72.54532888783744,41.759503491883365],[-72.54553088790402,41.759516491879424],[-72.54581988800119,41.75956849188025],[-72.54614288811008,41.759631491882125],[-72.54662188827164,41.75972649188521],[-72.54686588835507,41.75979449189056],[-72.54702288841165,41.75988949190392],[-72.5470938884389,41.759961491915575],[-72.54728788850848,41.76007249193084],[-72.54749388858023,41.76015349193993],[-72.54778288867827,41.760220491943656],[-72.54788688871257,41.760227491941684],[-72.54807388877428,41.76024049193821],[-72.54835188886632,41.76026549193417],[-72.54850488891836,41.76030349193665],[-72.54859588894142,41.760187491911296],[-72.54886988901097,41.75984049183543],[-72.5489618890344,41.75972549181027],[-72.54903988906274,41.75977649181763],[-72.54944288920255,41.75992449183337],[-72.54976288931218,41.76001749184115],[-72.54980988932829,41.76003149184235],[-72.5501168894339,41.760128491851304],[-72.55062388961439,41.760395491886754],[-72.55128988984774,41.760680491920574],[-72.55157688994625,41.760767491928235],[-72.55196489007655,41.76083449192879],[-72.55216089014394,41.76089549193433],[-72.55233789020475,41.76095049193931],[-72.55257289028906,41.761085491957914],[-72.552880890404,41.76134049199737],[-72.55293189042786,41.761467492020316],[-72.55317189051613,41.76164349204668],[-72.55337189058976,41.7617914920689],[-72.55342289061157,41.761882492084865],[-72.55334289059591,41.762065492122815],[-72.55332689059532,41.76214649213899],[-72.55337189061547,41.76224249215612],[-72.55339389063187,41.76240449218673],[-72.55335689063017,41.76258649222311],[-72.55331389062817,41.76279749226528],[-72.5533128906282,41.762803492266485],[-72.55333489064232,41.76292549228936],[-72.55358389073359,41.76310249231563],[-72.55353889072057,41.76313149232268],[-72.55344489069346,41.76319349233767],[-72.55339989067947,41.76320549234143],[-72.55339689067856,41.763206492341716],[-72.55334989066421,41.763223492346505],[-72.5535488907387,41.76339249237282],[-72.55381089083684,41.76361549240757],[-72.55413489095972,41.7639184924558],[-72.55432689103259,41.76409849248447],[-72.55449589109764,41.76427349251291],[-72.55462389114695,41.764406492534555],[-72.55482389122396,41.76461349256816],[-72.55500989129486,41.764793492597036],[-72.55518589136192,41.76496349262429],[-72.5552798913974,41.76504849263772],[-72.55549889148199,41.765279492675376],[-72.55641889183731,41.766251492833916],[-72.55657889189906,41.76641949286128],[-72.55661789191554,41.766485492872796],[-72.5566298919227,41.76654249288344],[-72.5566178919233,41.76662149289909],[-72.5562558918011,41.76654849289654],[-72.55603189172557,41.7665044928952],[-72.55516689143572,41.766366492896154],[-72.55482989132283,41.766313492896685],[-72.55480389131418,41.766310492896935],[-72.55453189122368,41.76627849289944],[-72.55371789095297,41.76618449290727],[-72.55344689086284,41.76615349290993],[-72.5528578906669,41.766084492915404],[-72.5517218902891,41.76595349292637],[-72.55109389007941,41.76586649292962],[-72.5505078898838,41.7657864929329],[-72.54997288970529,41.76571449293605],[-72.54836988917056,41.76550149294608],[-72.54783588899241,41.76543049294942],[-72.54746188886772,41.76538149295188],[-72.54648488854201,41.76525549295871],[-72.54634488849477,41.76522749295778],[-72.54597588837032,41.765154492955446],[-72.54513988808597,41.76494749294214],[-72.54513688808494,41.764946492942045],[-72.54352288754014,41.76461949293035],[-72.54303088737666,41.764565492935624],[-72.54258188722874,41.76453849294475],[-72.54238288716324,41.76452749294897],[-72.54171888694518,41.76449949296476],[-72.54146188686076,41.76448849297085],[-72.54069088660769,41.76445849298966],[-72.54043488652366,41.76444849299591],[-72.54014488642844,41.76443649300283],[-72.53927688614341,41.7644004930236],[-72.53898788604856,41.7643894930307],[-72.53873488596561,41.764381493037234],[-72.53797688571726,41.764359493057185],[-72.5377248856347,41.76435249306387],[-72.53747388555223,41.76434149306975],[-72.536872885355,41.7643184930845],[-72.5367208853055,41.76431949308954],[-72.53646988522388,41.76432349309833],[-72.53621688514231,41.7643394931095],[-72.53545988489832,41.76438849314313],[-72.53520788481711,41.76440549315447],[-72.53475188467097,41.76444949317754],[-72.5342568845166,41.76457249321712],[-72.53421988450549,41.76458949322159],[-72.53376988437103,41.76480449327754],[-72.5334668842838,41.76500749332646],[-72.53312688418355,41.765193493373275],[-72.53293988412742,41.76527849339569],[-72.53274988406781,41.765319493409685],[-72.53242088396307,41.765363493428694],[-72.53212388386584,41.76535649343682],[-72.53185188377465,41.765312493436994],[-72.5315288836642,41.76522249342991],[-72.5314048836206,41.765166493423024],[-72.53105388349721,41.76500949340387],[-72.5307988834094,41.764927493396144],[-72.53063488335371,41.76488849339384],[-72.53044988329185,41.764861493394534],[-72.53036388326349,41.76485549339612],[-72.53029188323973,41.76485049339745],[-72.53013288318937,41.76487649340754],[-72.5301078831815,41.76488149340933],[-72.53002488315563,41.764902493416024],[-72.52976088306922,41.764896493423294],[-72.52959888301623,41.764893493427884],[-72.52897088280967,41.76486149344173],[-72.52870788272318,41.76484849344761],[-72.52851988265951,41.764806493445484],[-72.52795888246948,41.76468149343922],[-72.52777188240619,41.76464049343725],[-72.52702888215273,41.76444349342289],[-72.52697088213296,41.76442849342184],[-72.52674388205605,41.764377493419204],[-72.52642688195009,41.76433149342043],[-72.52613688185444,41.76431249342601],[-72.52515588154155,41.764434493480884],[-72.52474588140925,41.76445849349863],[-72.52397988116206,41.76450349353177],[-72.52326988093422,41.764567493566794],[-72.52303688085951,41.76458949357849],[-72.52235488063663,41.764580493598515],[-72.52220888058818,41.764565493600266],[-72.52187588047768,41.764531493604316],[-72.52129388028565,41.76449149361515],[-72.52113888023595,41.76450649362299],[-72.52089788015886,41.76453249363571],[-72.52043188001018,41.764589493661596]]]},"properties":{"name":5151.01,"geoid":"09003515101"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.57983690029607,41.780696494877205],[-72.57984490030377,41.78078549489415],[-72.57984490030445,41.780797494896454],[-72.57984990030917,41.78085149490673],[-72.57985290031147,41.78087449491107],[-72.57989290034982,41.78131749499541],[-72.57990790036361,41.78147349502508],[-72.57991590037444,41.78161749505266],[-72.57994090040744,41.78205249513592],[-72.57994990041867,41.78219749516364],[-72.57942890023818,41.78201149514438],[-72.57924690017542,41.781951495138614],[-72.57879490001962,41.78180349512447],[-72.57711689944247,41.78127649507633],[-72.57688789936374,41.78120549506994],[-72.57640489919794,41.78105949505718],[-72.57630389916324,41.781028495054414],[-72.57600089905915,41.780935495046144],[-72.57589989902449,41.78090549504358],[-72.57585289900832,41.78089049504218],[-72.57571389896056,41.78084749503831],[-72.57566789894476,41.78083349503709],[-72.57490789868488,41.78062149502044],[-72.57356689822635,41.78024749499105],[-72.57329989813648,41.78019849499012],[-72.57295889802297,41.78015749499312],[-72.57259989790423,41.780127494998816],[-72.5719848977008,41.780076495008636],[-72.57181389764477,41.78007149501313],[-72.57176789762966,41.78006949501422],[-72.57162989758446,41.780065495017865],[-72.57158489756972,41.780064495019104],[-72.57153689755395,41.78006249502025],[-72.57139589750774,41.78005849502399],[-72.57134889749238,41.780057495025304],[-72.57123289745411,41.78004949502747],[-72.5710888974066,41.78003949503015],[-72.57088789734122,41.780042495037165],[-72.5707728973039,41.78004549504141],[-72.57061289725162,41.780043495046144],[-72.57013489709556,41.78003949506068],[-72.56997589704368,41.78003849506555],[-72.5698428970002,41.780036495069425],[-72.56952789689726,41.78003249507872],[-72.56944689687082,41.78003149508111],[-72.56931489682776,41.780031495085346],[-72.56921489679512,41.78003049508835],[-72.56891789669828,41.78003049509785],[-72.56884089667318,41.78003049510031],[-72.56881889666589,41.78002849510062],[-72.56829489649472,41.780022495116235],[-72.56799689639796,41.78002949512712],[-72.56758889626803,41.7800834951506],[-72.56696289606695,41.78013649518088],[-72.56688889604317,41.78014249518441],[-72.56681389601911,41.780149495188155],[-72.56672989599213,41.780156495192195],[-72.56664589596521,41.78016449519641],[-72.56605489577538,41.780214495224996],[-72.56429189521373,41.78044449532582],[-72.5628638947606,41.780662495413644],[-72.56252489465298,41.78071349543432],[-72.56190689445395,41.780756495462384],[-72.56166889437738,41.78077449547349],[-72.56139589428832,41.780773495482],[-72.56090189412448,41.780724495488336],[-72.5604948939864,41.7806304954832],[-72.5600798938446,41.78051649547443],[-72.55982389375718,41.780447495469275],[-72.5595108936458,41.780283495447584],[-72.55902189347756,41.780129495433464],[-72.55868889336243,41.78001449542188],[-72.55788489308364,41.779722495391155],[-72.55763889299739,41.779616495378534],[-72.55771289301701,41.77953749536089],[-72.55793389307114,41.77922349529315],[-72.55774589298478,41.77878449521429],[-72.55765089294269,41.77858949517964],[-72.55736489282748,41.77820449511437],[-72.55693489265985,41.77772349503515],[-72.55644089247049,41.77722749495507],[-72.55632389242516,41.777101494934456],[-72.55614789235632,41.77690049490121],[-72.55599189228404,41.77652549483373],[-72.55593289225226,41.77630549479311],[-72.5558768922117,41.77591449471931],[-72.55587789217745,41.77530849460213],[-72.55598289215386,41.77429449440277],[-72.55599189215205,41.77421149438645],[-72.55597489213903,41.77408049436164],[-72.55593189210603,41.77374749429866],[-72.55588189207639,41.77351349425502],[-72.55581689205383,41.77348949425246],[-72.5557268920226,41.773456494248954],[-72.55562289198548,41.77340049424145],[-72.55587489206326,41.7733234942185],[-72.55591589207594,41.77331149421488],[-72.55646689224257,41.773083494153205],[-72.55660789228489,41.773019494136314],[-72.55684889235725,41.77291049410754],[-72.55692789238095,41.77287449409806],[-72.55738789251129,41.77253049401685],[-72.557460892532,41.772476494004096],[-72.55815089272959,41.77199649388924],[-72.55908089300469,41.771504493764404],[-72.55935689308642,41.771359493727545],[-72.55962989316298,41.771141493676666],[-72.55967889317523,41.77107649366255],[-72.55973789318838,41.77096949363996],[-72.55984789320924,41.77070649358561],[-72.55985889321059,41.77066749357771],[-72.5598648932114,41.770647493573655],[-72.5599418932181,41.77032449350875],[-72.55997589320151,41.7698394934139],[-72.55995289317319,41.76947449334409],[-72.5599088931503,41.769324493316496],[-72.55986589312442,41.76911649327765],[-72.55986089312215,41.769105493275674],[-72.55966389302999,41.76861549318725],[-72.55964589302161,41.76857149317933],[-72.55964089301919,41.76855749317677],[-72.55957789298866,41.768382493144955],[-72.55955689297852,41.768324493134415],[-72.55948389294343,41.76812649309847],[-72.55946989293656,41.768086493091175],[-72.55928589286223,41.76783449304833],[-72.55919789282805,41.76773849303259],[-72.55907789278398,41.767651493019606],[-72.55902289276382,41.767612493013836],[-72.55891289272277,41.76752149299975],[-72.55856589259744,41.76730749296947],[-72.55848589256912,41.76726849296449],[-72.55795989238341,41.76701849293296],[-72.5572188921276,41.76676849290829],[-72.55709889208676,41.766738492906335],[-72.5566178919233,41.76662149289909],[-72.5566298919227,41.76654249288344],[-72.55661789191554,41.766485492872796],[-72.55657889189906,41.76641949286128],[-72.55641889183731,41.766251492833916],[-72.55549889148199,41.765279492675376],[-72.5552798913974,41.76504849263772],[-72.55518589136192,41.76496349262429],[-72.55500989129486,41.764793492597036],[-72.55482389122396,41.76461349256816],[-72.55462389114695,41.764406492534555],[-72.55449589109764,41.76427349251291],[-72.55432689103259,41.76409849248447],[-72.55413489095972,41.7639184924558],[-72.55381089083684,41.76361549240757],[-72.5535488907387,41.76339249237282],[-72.55334989066421,41.763223492346505],[-72.55339689067856,41.763206492341716],[-72.55339989067947,41.76320549234143],[-72.55344489069346,41.76319349233767],[-72.55353889072057,41.76313149232268],[-72.55358389073359,41.76310249231563],[-72.55333489064232,41.76292549228936],[-72.5533128906282,41.762803492266485],[-72.55331389062817,41.76279749226528],[-72.55335689063017,41.76258649222311],[-72.55339389063187,41.76240449218673],[-72.55337189061547,41.76224249215612],[-72.55332689059532,41.76214649213899],[-72.55334289059591,41.762065492122815],[-72.55342289061157,41.761882492084865],[-72.55337189058976,41.7617914920689],[-72.55317189051613,41.76164349204668],[-72.55293189042786,41.761467492020316],[-72.552880890404,41.76134049199737],[-72.55257289028906,41.761085491957914],[-72.55233789020475,41.76095049193931],[-72.55216089014394,41.76089549193433],[-72.55196489007655,41.76083449192879],[-72.55157688994625,41.760767491928235],[-72.55128988984774,41.760680491920574],[-72.55062388961439,41.760395491886754],[-72.5501168894339,41.760128491851304],[-72.54980988932829,41.76003149184235],[-72.54976288931218,41.76001749184115],[-72.54944288920255,41.75992449183337],[-72.54903988906274,41.75977649181763],[-72.5489618890344,41.75972549181027],[-72.54886988901097,41.75984049183543],[-72.54859588894142,41.760187491911296],[-72.54850488891836,41.76030349193665],[-72.54835188886632,41.76026549193417],[-72.54807388877428,41.76024049193821],[-72.54788688871257,41.760227491941684],[-72.54778288867827,41.760220491943656],[-72.54749388858023,41.76015349193993],[-72.54728788850848,41.76007249193084],[-72.5470938884389,41.759961491915575],[-72.54702288841165,41.75988949190392],[-72.54686588835507,41.75979449189056],[-72.54662188827164,41.75972649188521],[-72.54614288811008,41.759631491882125],[-72.54581988800119,41.75956849188025],[-72.54553088790402,41.759516491879424],[-72.54532888783744,41.759503491883365],[-72.54499688772813,41.7594844918903],[-72.54472588764115,41.7595084919036],[-72.54452588757702,41.75952749191365],[-72.54440388753783,41.75953749191948],[-72.54431088750802,41.75954649192419],[-72.5436658873011,41.7596054919562],[-72.54345188723246,41.759625491966894],[-72.54316988714197,41.75965049198075],[-72.54232588687121,41.75972749202258],[-72.5420448867811,41.75975349203657],[-72.54204188676513,41.759490491985815],[-72.54203588673299,41.75896049188352],[-72.54202388671452,41.758704491834386],[-72.54201188669568,41.758442491784116],[-72.54194588665781,41.75815549173071],[-72.54174888654455,41.75729449157048],[-72.54168388650707,41.75700849151725],[-72.54162188647217,41.75675049146932],[-72.54150088640358,41.756238491374155],[-72.54143488636737,41.755980491326355],[-72.54137088633193,41.75572449127889],[-72.54125688626932,41.755277491196075],[-72.5410508861557,41.754461491044836],[-72.54089888607655,41.7539414909491],[-72.54077088600964,41.7534994908677],[-72.54045388583833,41.752305490646876],[-72.54009988565264,41.751070490419295],[-72.54007888564254,41.75101349040894],[-72.54001188562115,41.75102149041263],[-72.5398828855791,41.751021490416754],[-72.53980488555403,41.75102749042039],[-72.53964188550192,41.75104549042907],[-72.53956488547749,41.751057490433844],[-72.53948088545097,41.751072490439434],[-72.53938988542194,41.75108349044447],[-72.53929988539333,41.75109649044985],[-72.53911588533539,41.751132490462695],[-72.53901788530436,41.75114849046892],[-72.53891288527105,41.75116449047536],[-72.53880388523626,41.751177490481346],[-72.53870288520368,41.751183490485744],[-72.53851988514532,41.75120649049604],[-72.53820388504454,41.75124549051366],[-72.53795388496481,41.75127649052764],[-72.5378008849162,41.75129849053678],[-72.53766388487199,41.751306490542696],[-72.53739688478649,41.75133349055645],[-72.53726388474388,41.75134649056319],[-72.53712988470109,41.751362490570585],[-72.53699788465931,41.75138449057905],[-72.53686788461809,41.75140449058706],[-72.53673888457695,41.75142049059426],[-72.53660288453318,41.75143049060054],[-72.53633688444684,41.75143749061038],[-72.53620788440492,41.75143949061489],[-72.53607188436041,41.751436490618644],[-72.53594288431898,41.751447490624905],[-72.5358148842779,41.75145849063112],[-72.53570188424162,41.751468490636654],[-72.53537288413443,41.75146949064735],[-72.53527988410349,41.75145849064818],[-72.53517588406838,41.75143749064743],[-72.53503288403975,41.75175349071314],[-72.53494188401778,41.751888490742154],[-72.53474588396124,41.752017490773355],[-72.53445088387166,41.75213349080521],[-72.53387488369032,41.75224649084545],[-72.53366688362485,41.75228749086003],[-72.53279288334772,41.75242449091441],[-72.53150588293558,41.75255449098062],[-72.53021288251873,41.75263649103775],[-72.52905488214608,41.75272149109113],[-72.5289588821154,41.752732491096324],[-72.52855088198513,41.75278049111862],[-72.52840388193908,41.7528134911297],[-72.5282868819044,41.75287449114522],[-72.52820588188045,41.75291749115614],[-72.52803788183496,41.753080491193025],[-72.52797588181929,41.75316049121049],[-72.52795688181692,41.75322749122407],[-72.52797988185041,41.753684491311695],[-72.52798288185491,41.75374649132361],[-72.52799188186837,41.7539314913591],[-72.52799488187294,41.75399449137119],[-72.52785388182828,41.75401749138014],[-72.52776688180494,41.75410549139994],[-72.5276858817833,41.754189491418764],[-72.52767988179136,41.754365491453],[-72.52770788181921,41.75469449151575],[-72.52773288183728,41.75486849154861],[-72.52777088186467,41.75513249159845],[-72.52755488179119,41.755078491594894],[-72.52690988157187,41.75491949158474],[-72.52669488149876,41.75486649158133],[-72.52666688147808,41.75466349154296],[-72.52658388141649,41.75405649142821],[-72.52655688139619,41.75385449138998],[-72.52653888137849,41.75364649135033],[-72.52651988135977,41.75342649130839],[-72.52644388132049,41.753171491261476],[-72.52642988131039,41.75307449124316],[-72.52641088130217,41.7530384912368],[-72.52635488127764,41.75292849121732],[-72.5262878812529,41.75287749120958],[-72.5262318812322,41.75283449120306],[-72.52612588119555,41.75279749119928],[-72.52605488117183,41.752787491199605],[-72.52593488113116,41.752760491198224],[-72.525508880991,41.75273749120735],[-72.52493688080537,41.75275249122852],[-72.52484988077718,41.75275549123186],[-72.52435888062035,41.75281249125856],[-72.52328788028014,41.75296949132309],[-72.52288488015466,41.75307349135605],[-72.52259988006779,41.75317949138564],[-72.52251888004228,41.75319549139133],[-72.52228387997256,41.753316491422225],[-72.52207887991779,41.75352849146977],[-72.52146287976282,41.75433449164533],[-72.52140187974639,41.75439549165908],[-72.52097187963113,41.754833491757516],[-72.52049487949729,41.755214491846424],[-72.52036287945847,41.755288491864945],[-72.52028587941858,41.75502849181709],[-72.52005687929962,41.75424949167373],[-72.51998987926486,41.75402249163196],[-72.51998087926009,41.75399049162605],[-72.5199678792534,41.75394749161815],[-72.51975487914284,41.75322449148509],[-72.51964387908511,41.75284549141533],[-72.51904187878053,41.75094049106601],[-72.51880187865905,41.75018049092663],[-72.51879087865404,41.75015549092215],[-72.5187598786398,41.750082490909016],[-72.51874987863518,41.7500584909047],[-72.51874487863263,41.75004249090175],[-72.51873087862552,41.74999749089348],[-72.51872687862337,41.74998249089072],[-72.5186238785705,41.74964349082843],[-72.51831487841194,41.74862649064152],[-72.51821287835946,41.748288490579384],[-72.51815787833115,41.74810549054575],[-72.51792487822334,41.74754549044483],[-72.51769487811674,41.7469894903446],[-72.51762987808586,41.74681849031358],[-72.51740087797657,41.746209490203064],[-72.51733887794641,41.74603449017119],[-72.51728087791415,41.74579949012755],[-72.51729687790345,41.74551949007287],[-72.5173318779036,41.74532149003345],[-72.5173478779063,41.745277490024435],[-72.51747987793007,41.744938489954635],[-72.517565877934,41.74451448986986],[-72.5175488779076,41.74414748979938],[-72.5175398778921,41.743926489756916],[-72.51742387781883,41.74330248963988],[-72.5173888777937,41.74306148959436],[-72.51733687775621,41.74269948952598],[-72.51730087773059,41.7424554894799],[-72.51719587765488,41.741725489342],[-72.51716087762965,41.7414824892961],[-72.51715787762765,41.74146448929272],[-72.51709687759127,41.74117448923853],[-72.51701987754527,41.74080648916978],[-72.51702887752616,41.74041848909443],[-72.51702587751721,41.74027848906742],[-72.51703387751768,41.74024048905981],[-72.5170608775204,41.74013348903824],[-72.51713287753306,41.73994348899919],[-72.51752387766375,41.74000048899775],[-72.51769287771981,41.74001748899566],[-72.51790687779042,41.74003248899173],[-72.51800687782297,41.74003148898835],[-72.51813687786529,41.740030488984004],[-72.51838687794098,41.73992848895631],[-72.5188448780784,41.73971948890127],[-72.519664878332,41.73947848882848],[-72.51968187833748,41.739477488827745],[-72.52054187861236,41.73938148878177],[-72.52141687889208,41.73928448873508],[-72.52179387901259,41.73924248871495],[-72.52292487937403,41.739115488654306],[-72.52330287949492,41.73907448863431],[-72.52391687969097,41.73900248860081],[-72.52576188028033,41.73879048850095],[-72.52637688047676,41.73871948846761],[-72.52655488053358,41.738698488457864],[-72.52709088070476,41.73863648842876],[-72.5272358807511,41.73862048842104],[-72.52726988076203,41.73861748841937],[-72.52819488106036,41.73856148837904],[-72.53097288195654,41.73839748825871],[-72.5318988822553,41.73834348821871],[-72.53279688254091,41.73821848816587],[-72.53549288339856,41.737847488008086],[-72.5363918836846,41.737724487955596],[-72.53895988450331,41.73740248781135],[-72.54173988538963,41.73705448765529],[-72.54666588696007,41.736437487378694],[-72.54923488777912,41.73611648723459],[-72.55291988896006,41.73576348704862],[-72.55534988973876,41.73553048692593],[-72.55673489018264,41.73539848685617],[-72.55695489025321,41.73537848684527],[-72.56397789250386,41.734707486491104],[-72.5676648936854,41.73435548630521],[-72.56837789391152,41.73424548626115],[-72.57051989459084,41.73391648612904],[-72.57123389481733,41.73380748608512],[-72.57132789487501,41.734282486174045],[-72.57133689488023,41.73432248618149],[-72.57134589488548,41.734363486189125],[-72.57134789488661,41.734371486190604],[-72.57168689508195,41.73586148646808],[-72.57180389514936,41.7363754865638],[-72.57206089531914,41.73788548684773],[-72.5728318958287,41.74241848770005],[-72.57308889599858,41.74392948798414],[-72.57430389674407,41.75006048913122],[-72.57431789675267,41.750131489144486],[-72.57465589698239,41.75222848953927],[-72.57463389699215,41.752525489597396],[-72.57561589756473,41.75695249042214],[-72.57562589757477,41.75707149044482],[-72.5758068976964,41.75816949065137],[-72.57634989806142,41.76146549127131],[-72.57653089818314,41.76256449147802],[-72.57664289825827,41.76324149160532],[-72.57698089848441,41.765273491987394],[-72.57709389855995,41.76595149211485],[-72.57836089939838,41.773403493514884],[-72.57838289941256,41.77352649353795],[-72.5784498994557,41.7738994936079],[-72.57847289947028,41.77402349363115],[-72.57862289955504,41.77465149374772],[-72.57878889964897,41.775348493877125],[-72.57912389983846,41.77675449413815],[-72.57956990011694,41.77908449457419],[-72.57961390014655,41.77935149462441],[-72.57981490028126,41.780562494852006],[-72.57982590028865,41.7806294948646],[-72.57983690029607,41.780696494877205]]]},"properties":{"name":5151.02,"geoid":"09003515102"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.50445387480299,41.76463249417944],[-72.50431687476015,41.76466449419],[-72.50405287467629,41.764703494205946],[-72.5040038746606,41.76470849420848],[-72.50363787454343,41.7647464942275],[-72.50308587436332,41.76474449424471],[-72.50263487421587,41.764737494257716],[-72.5021788740668,41.76473049427091],[-72.50134987379893,41.76477349430564],[-72.50015487341194,41.764820494352826],[-72.4995328732101,41.76483749437593],[-72.49868787293605,41.76486349440788],[-72.4960818720911,41.76494749450717],[-72.49369987131853,41.765020494597195],[-72.49276187101354,41.76503549462998],[-72.49257587095471,41.76506749464208],[-72.49201487078359,41.76527549470019],[-72.49074687040066,41.76581249484445],[-72.49018087022837,41.76602849490424],[-72.48924386993761,41.766288494984366],[-72.4886198697418,41.76642349503036],[-72.4878208694874,41.7665314950767],[-72.4872048692955,41.76668949512687],[-72.48680286917339,41.76684749517024],[-72.48657486910513,41.766954495198185],[-72.48598486892536,41.76717649525992],[-72.48551886878691,41.767414495320786],[-72.48490686860389,41.76770549539655],[-72.48410586836185,41.76804249548723],[-72.48355486819045,41.768188495533025],[-72.48302086802052,41.76826249556435],[-72.4826988679158,41.768267495575564],[-72.48246786784043,41.768266495582715],[-72.4822368677651,41.76826649559008],[-72.48183686763113,41.76820449559082],[-72.48178286761289,41.76819349559041],[-72.48155786753702,41.76814949558907],[-72.4813308674609,41.76811249558916],[-72.48122086742406,41.76809549558936],[-72.48099786734942,41.76806149558988],[-72.48074786726555,41.76802049558992],[-72.4803878671444,41.76795449558861],[-72.4802138670858,41.76792149558778],[-72.4798798669734,41.76786049558661],[-72.47970486691491,41.76783549558736],[-72.47917986673957,41.767762495589956],[-72.47900486668114,41.767738495590876],[-72.4789278666554,41.76772749559121],[-72.47833586645986,41.767683495601545],[-72.47824186642931,41.76768549560492],[-72.47729686612286,41.767715495640815],[-72.47655486588832,41.767846495689774],[-72.47598586571044,41.767981495734],[-72.47597586570735,41.767984495734886],[-72.47552986556998,41.768126495776556],[-72.47525186548515,41.76822949580533],[-72.47472886532938,41.76848949587226],[-72.47445986524932,41.768624495906934],[-72.47318686487344,41.76931549608108],[-72.47301586482301,41.76940949610469],[-72.47267186472111,41.769590496150656],[-72.47194586450638,41.769978496248804],[-72.47189086449015,41.77000849625637],[-72.47105686423377,41.770283496336084],[-72.47029886399523,41.77043549638962],[-72.46955586375621,41.77049349642448],[-72.46954586375296,41.770493496424805],[-72.4690738635997,41.770505496442134],[-72.46872486348464,41.77048349644899],[-72.46858386339851,41.76977649631675],[-72.46839886328439,41.768829496139496],[-72.46816486314104,41.767648495918536],[-72.46806586307996,41.76714149582362],[-72.46802586305539,41.76693849578563],[-72.46786486295662,41.76612349563313],[-72.46738186266036,41.76367949517577],[-72.46722986256692,41.762906495031096],[-72.46722686256474,41.76288549502714],[-72.46722286256224,41.7628644950232],[-72.46679786227797,41.76029749454017],[-72.46552486142592,41.75259649309081],[-72.46512986116154,41.750206492640935],[-72.46509086113903,41.75003349260871],[-72.46500386109902,41.74982849257181],[-72.46475286098247,41.749216492461365],[-72.46466986094394,41.749014492424934],[-72.4647268609602,41.748973492415175],[-72.46474586096248,41.74890449240122],[-72.4647488609581,41.74880949238275],[-72.46474286095267,41.74874849237112],[-72.46473186094529,41.74868149235852],[-72.46472486093907,41.748612492345394],[-72.46470186092303,41.7484614923169],[-72.46468186091185,41.74837949230167],[-72.46467086090374,41.74829949228653],[-72.46465086089239,41.74821449227072],[-72.46462686087884,41.74811349225194],[-72.4646018608645,41.74800449223165],[-72.46458686085309,41.747889492209865],[-72.46457086084199,41.74778549219025],[-72.46454986082792,41.74765849216635],[-72.46452786081406,41.7475404921442],[-72.46447686078342,41.74729349209804],[-72.46441586074948,41.74704549205198],[-72.46439886073651,41.74691449202718],[-72.46437686071963,41.74674349199479],[-72.46389986049816,41.7455804917849],[-72.4726288632925,41.74466749133057],[-72.47422786380437,41.74450049124739],[-72.47720686475861,41.74420049109454],[-72.4781128650489,41.7441104910483],[-72.4803348657607,41.74388749093444],[-72.48614386762151,41.74330449063673],[-72.48912386857614,41.7430064904842],[-72.49003186886723,41.74291949043845],[-72.4904008689855,41.74288349041974],[-72.49145486932332,41.74278149036645],[-72.49426687022473,41.74251149022464],[-72.49688387106366,41.74226049009275],[-72.49735987121623,41.74221449006867],[-72.4984488715653,41.74210949001368],[-72.50078087231282,41.74188548989604],[-72.50076187229448,41.741671489855236],[-72.50086487232133,41.74155348982912],[-72.5012898724558,41.741481489801664],[-72.50182987262804,41.74141448977149],[-72.50188287264497,41.74140848976866],[-72.50249587284209,41.741360489739826],[-72.50330987309921,41.741215489685835],[-72.504725873561,41.741218489641305],[-72.50565187386383,41.74123548961509],[-72.50585687392969,41.74121848960527],[-72.50597187396667,41.74120948959986],[-72.50632587407758,41.741130489573294],[-72.507169874348,41.74104748953035],[-72.50719187435494,41.74104348952887],[-72.50780887455014,41.74093848948888],[-72.50941687505899,41.74066848938541],[-72.50965887513446,41.74060848936609],[-72.50981887518446,41.74057048935363],[-72.51027787533069,41.74051048932739],[-72.51076887548705,41.74044548929917],[-72.51105187557765,41.74041648928453],[-72.51240087600964,41.74027948921504],[-72.51338487632715,41.74022248917263],[-72.51349387636235,41.740216489168],[-72.51395187650851,41.74016148914278],[-72.514158876574,41.7401264891294],[-72.51452987669143,41.74006448910558],[-72.51475087676147,41.74002948909176],[-72.51571587706758,41.73988048903216],[-72.5162568772412,41.73983248900563],[-72.51653887733443,41.7398554890011],[-72.51680987742408,41.7398784889969],[-72.51713287753306,41.73994348899919],[-72.5170608775204,41.74013348903824],[-72.51703387751768,41.74024048905981],[-72.51702587751721,41.74027848906742],[-72.51702887752616,41.74041848909443],[-72.51701987754527,41.74080648916978],[-72.51709687759127,41.74117448923853],[-72.51715787762765,41.74146448929272],[-72.51716087762965,41.7414824892961],[-72.51719587765488,41.741725489342],[-72.51730087773059,41.7424554894799],[-72.51733687775621,41.74269948952598],[-72.5173888777937,41.74306148959436],[-72.51742387781883,41.74330248963988],[-72.5175398778921,41.743926489756916],[-72.5175488779076,41.74414748979938],[-72.517565877934,41.74451448986986],[-72.51747987793007,41.744938489954635],[-72.5173478779063,41.745277490024435],[-72.5173318779036,41.74532149003345],[-72.51729687790345,41.74551949007287],[-72.51728087791415,41.74579949012755],[-72.51733887794641,41.74603449017119],[-72.51740087797657,41.746209490203064],[-72.51762987808586,41.74681849031358],[-72.51769487811674,41.7469894903446],[-72.51792487822334,41.74754549044483],[-72.51815787833115,41.74810549054575],[-72.51821287835946,41.748288490579384],[-72.51831487841194,41.74862649064152],[-72.5186238785705,41.74964349082843],[-72.51872687862337,41.74998249089072],[-72.51873087862552,41.74999749089348],[-72.51874487863263,41.75004249090175],[-72.51874987863518,41.7500584909047],[-72.5187598786398,41.750082490909016],[-72.51879087865404,41.75015549092215],[-72.51880187865905,41.75018049092663],[-72.51904187878053,41.75094049106601],[-72.51964387908511,41.75284549141533],[-72.51975487914284,41.75322449148509],[-72.5199678792534,41.75394749161815],[-72.51998087926009,41.75399049162605],[-72.51998987926486,41.75402249163196],[-72.52005687929962,41.75424949167373],[-72.52028587941858,41.75502849181709],[-72.52036287945847,41.755288491864945],[-72.52038787947163,41.75537649188116],[-72.52046287951127,41.75564349193042],[-72.5204878795245,41.755732491946844],[-72.52053587955326,41.755963491989995],[-72.52053787955448,41.75597349199187],[-72.52062887962364,41.7566674921232],[-72.5206598796471,41.75690249216765],[-72.520675879657,41.75698449218301],[-72.52072387968674,41.757232492229456],[-72.52074087969703,41.75731549224496],[-72.52075087970363,41.75737449225604],[-72.52078287972431,41.75755449228985],[-72.52079387973131,41.7576144923011],[-72.5208388797557,41.75778549233274],[-72.52097687983006,41.75830149242814],[-72.52102287985484,41.75847349245993],[-72.5210458798711,41.758627492489],[-72.52106387988357,41.75874349251084],[-72.52108087990054,41.75894449254919],[-72.5210758799075,41.759095492578545],[-72.52107187991513,41.75925249260905],[-72.52107387992938,41.759491492655194],[-72.52107087993102,41.759537492664194],[-72.52102687996545,41.760394492831324],[-72.52101287997715,41.7606804928871],[-72.52098187997888,41.76088849292832],[-72.52089187998521,41.76151549305244],[-72.52085987998686,41.76172749309447],[-72.5208458799878,41.76182449311367],[-72.5207458799895,41.76242749323349],[-72.52068987999014,41.76275949329947],[-72.52060687999541,41.763327493411964],[-72.52059887999565,41.76337749342189],[-72.52057687999712,41.76352949345198],[-72.52056987999774,41.76358049346207],[-72.5205388799991,41.76378149350193],[-72.52053287999941,41.76382149350986],[-72.52051088000447,41.76403649355215],[-72.52045988000782,41.76438749362163],[-72.52043188001018,41.764589493661596],[-72.51989687983803,41.7646294936864],[-72.51829487932265,41.7647514937611],[-72.51790587919753,41.7647814937793],[-72.5177618791512,41.764792493786025],[-72.51730787900507,41.76482549380688],[-72.51706587892724,41.76484449381827],[-72.5167428788205,41.764819493823744],[-72.51618587863206,41.76469949381831],[-72.5159648785571,41.764648493815486],[-72.51552287840731,41.764548493810246],[-72.51508087825613,41.76442449380036],[-72.5137548778028,41.7640554937713],[-72.51331387765208,41.763933493761776],[-72.51305687756464,41.76386949375758],[-72.51228587730239,41.763678493745246],[-72.51202987721534,41.76361549374121],[-72.51179487713532,41.7635554937371],[-72.5113878769998,41.76350649374061],[-72.511286876967,41.76350849374421],[-72.51100087687428,41.76351749375507],[-72.51054387672805,41.76356649377912],[-72.50904887625367,41.76379649387127],[-72.5089788762315,41.763807493875625],[-72.50856287609903,41.76386349389973],[-72.50830387601657,41.76389849391475],[-72.50820587598542,41.76391249392058],[-72.50791487589298,41.76395549393817],[-72.50781887586254,41.76397049394413],[-72.50779887585612,41.76397249394516],[-72.50773987583734,41.76398049394859],[-72.50772087583138,41.76398449394997],[-72.5073978757285,41.764027493968584],[-72.50683087554795,41.764103494001354],[-72.50643087542055,41.76415649402437],[-72.50610887531806,41.76420049404313],[-72.50577587521404,41.76428049406921],[-72.50539687509574,41.76437349409929],[-72.5047858749067,41.764552494153385],[-72.50477987490491,41.76455549415416],[-72.50445387480299,41.76463249417944]]]},"properties":{"name":5152,"geoid":"09003515200"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.5090818779651,41.79367149964561],[-72.50878087784912,41.79335849959473],[-72.50787887750145,41.79241949944205],[-72.50757887738584,41.79210749939133],[-72.50731387728557,41.79186449935282],[-72.50651887698477,41.791135499237306],[-72.50636087692504,41.790991499214506],[-72.50626887688867,41.790879499195796],[-72.50622087686976,41.790822499186305],[-72.50612087683025,41.79070149916612],[-72.50609687681907,41.790642499155474],[-72.50606887680614,41.79057549914342],[-72.50599187677297,41.790434499118625],[-72.50576287667431,41.790013499044576],[-72.50568687664155,41.78987349901993],[-72.50567487663217,41.789777499001765],[-72.50563987660448,41.78949149894762],[-72.50562887659548,41.7893964989296],[-72.50560987658034,41.78923949889987],[-72.5056408765773,41.78900849885424],[-72.50568887657319,41.788661498785636],[-72.50572687655767,41.78817149868972],[-72.50574587654502,41.787840498625144],[-72.5057608765363,41.78760149857847],[-72.50575587652607,41.78745049854944],[-72.50574487651264,41.78727749851635],[-72.50571187647232,41.78675849841709],[-72.50571187647226,41.7867574984169],[-72.50572887646807,41.7865864983833],[-72.50573487646695,41.78653249837268],[-72.50575387646408,41.78637349834134],[-72.50576087646336,41.78632049833087],[-72.50579287645847,41.78605149827786],[-72.50585387644952,41.78554449817792],[-72.50586687643673,41.785245498119714],[-72.50587987642564,41.78497649806731],[-72.50582587636909,41.78429249793681],[-72.50578687628821,41.78309549770667],[-72.50569087621211,41.782308497557615],[-72.50568487620731,41.782258497548135],[-72.50562487613445,41.78132249736912],[-72.50573587614231,41.780824497269315],[-72.50581187614398,41.7804184971884],[-72.50590587615312,41.78004049711233],[-72.50592387615391,41.779951497094544],[-72.50594887615758,41.779872497078486],[-72.50597187616104,41.77980149706402],[-72.50599287615815,41.7796304970303],[-72.50600387615712,41.779549497014294],[-72.50600187614987,41.77943349699193],[-72.50599887612925,41.779088496925326],[-72.50599787612238,41.778973496903134],[-72.5067048763292,41.778556496799965],[-72.50688487638249,41.77846149677586],[-72.50708387644202,41.77836749675133],[-72.50768487662418,41.778124496685194],[-72.50802387672876,41.778019496654096],[-72.508213876789,41.77798949664223],[-72.50864687692643,41.77792349661565],[-72.50885487699348,41.77790949660631],[-72.5109628776676,41.77767649649404],[-72.51121287774724,41.777643496479676],[-72.511964877987,41.777547496437144],[-72.51210887803286,41.77752849642888],[-72.51221587806702,41.77751549642294],[-72.51234387810797,41.77750149641616],[-72.51272987823161,41.77746249639631],[-72.51285887827294,41.77744949638968],[-72.51296087830539,41.7774354963837],[-72.51326987840388,41.77739549636613],[-72.51337287843673,41.77738249636031],[-72.51351387848163,41.77736349635216],[-72.5139378786167,41.7773074963278],[-72.51407987866199,41.77728949631978],[-72.51418687869612,41.77727649631387],[-72.51451087879968,41.77723949629639],[-72.51461887883421,41.77722749629061],[-72.51485887891036,41.77719049627581],[-72.51557887913893,41.77708149623176],[-72.51581987921546,41.77704549621712],[-72.51604287928636,41.77701349620381],[-72.51671487950024,41.77692149616459],[-72.51693887957153,41.776890496151445],[-72.51714487963693,41.77685949613887],[-72.51776587983424,41.77676849610147],[-72.51797287990003,41.77673849608907],[-72.51822087997812,41.776689496071675],[-72.51896588021283,41.77654549602007],[-72.51921488029129,41.77649749600285],[-72.51926588031554,41.776631496027136],[-72.51929588033286,41.77676349605169],[-72.51930588033851,41.7768054960595],[-72.51937888037695,41.77706249610684],[-72.51953888045776,41.77756549619898],[-72.51958688048202,41.77771649622663],[-72.5196158804982,41.77783449624851],[-72.51958588049608,41.77796949627558],[-72.51956388049125,41.77801049628421],[-72.51952088048219,41.77809749630241],[-72.5193008804334,41.778500496387316],[-72.51921288041399,41.77866349642164],[-72.51917188040387,41.77872049643396],[-72.51914288039681,41.778762496443015],[-72.5190968803904,41.77891349647366],[-72.51907788038808,41.778981496487425],[-72.519061880386,41.77903649649856],[-72.5190728804007,41.77923149653591],[-72.51907388040193,41.77924749653897],[-72.51917488047673,41.77998249667783],[-72.51920988050244,41.78023349672523],[-72.51922688051437,41.78034549674634],[-72.51927788055015,41.78068149680966],[-72.51929488056211,41.780794496830964],[-72.51929988056592,41.78083249683813],[-72.51931788057838,41.78094849686001],[-72.51932388058256,41.78098749686735],[-72.51935088060321,41.781195496906676],[-72.51943488066625,41.78182149702501],[-72.5194628806873,41.78203049706451],[-72.51950288071937,41.78236449712781],[-72.51962388081603,41.78336849731799],[-72.51966488084847,41.783703497381445],[-72.51969988087117,41.78390149741859],[-72.51980788094036,41.784497497530346],[-72.51984388096342,41.78469649756766],[-72.51990488099841,41.78496149761693],[-72.52009088110452,41.78575949776524],[-72.52015288113991,41.786025497814684],[-72.5201988811658,41.78621649785011],[-72.52033788124395,41.786792497957],[-72.52038488127022,41.786984497992606],[-72.52042388129381,41.78717549802828],[-72.52054188136505,41.78775049813565],[-72.52058188138903,41.78794249817148],[-72.52081988152587,41.78898149836467],[-72.5211578817197,41.79044849863738],[-72.52149088191722,41.792008498928226],[-72.52149388192389,41.79210849894746],[-72.52150188193723,41.792296498983525],[-72.52141088192454,41.792594499044014],[-72.52137888192064,41.79270949906726],[-72.52132088191024,41.792858499097896],[-72.52130888192272,41.79314649915394],[-72.52134388194452,41.793328499188],[-72.52137888196755,41.793532499226295],[-72.52148388203682,41.79414649934158],[-72.52151888205991,41.79435149938008],[-72.52079588182777,41.79441549941553],[-72.51862988113245,41.79460949952217],[-72.51832188103361,41.79463749953741],[-72.51790788090035,41.794668499556614],[-72.51765288081714,41.79466749956457],[-72.51762988080964,41.79466749956529],[-72.51734688071787,41.79467649957607],[-72.51688988056847,41.794670499589486],[-72.51663588048551,41.794668499597215],[-72.51636188039593,41.79466449960518],[-72.51554288012814,41.79465249962901],[-72.51526988003894,41.79464949963714],[-72.51344087944491,41.794692499703835],[-72.51322887937462,41.79467249970672],[-72.51291687927122,41.794643499711086],[-72.51240587909778,41.79452449970441],[-72.51211287899801,41.794450499699444],[-72.5112348786992,41.794231499685125],[-72.51094287859979,41.79415849968035],[-72.51056987847274,41.79406349967388],[-72.50945087809163,41.79377949965472],[-72.50930087804053,41.79374149965216],[-72.5090818779651,41.79367149964561]]]},"properties":{"name":5143,"geoid":"09003514300"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.01271204108959,41.777125480190016],[-73.01260704105522,41.77712248019288],[-73.01222304092734,41.77707248019578],[-73.0121500409029,41.77706048019585],[-73.01202404086067,41.77703948019591],[-73.01156804070848,41.77697448019826],[-73.01078404044598,41.77684848019956],[-73.0103310402944,41.776777480200664],[-73.01001504018878,41.77672948020172],[-73.00955104003367,41.77665948020338],[-73.00921903992433,41.77663748020996],[-73.00906203987262,41.77662648021296],[-73.00874403976796,41.7766064802195],[-73.00854303970242,41.77660448022568],[-73.00816903958257,41.77663648024406],[-73.00786603948706,41.77668948026418],[-73.00624703897698,41.77697848037284],[-73.00570103880582,41.77709048041226],[-73.00525803866584,41.777162480440616],[-73.00438603839044,41.77730648049687],[-73.0036700381594,41.777340480526824],[-73.00302103794834,41.777343480548595],[-73.00229103770883,41.77731048056607],[-73.00222403768645,41.777300480566325],[-73.00208303763947,41.77728148056725],[-73.0011990373447,41.77716048057277],[-73.00010603697895,41.77698848057528],[-72.99967403683445,41.77692148057646],[-72.99923003668687,41.77686848058071],[-72.99860603648068,41.776815480590855],[-72.99815603633404,41.77681248060498],[-72.9974740361168,41.77689348064286],[-72.9969100359421,41.7770454806906],[-72.99602203567248,41.777378480783845],[-72.99586203562373,41.77743548080006],[-72.99382703500416,41.778169481008106],[-72.99365903495303,41.778230481025375],[-72.99334703485714,41.77832748105426],[-72.99273903467031,41.778517481110775],[-72.99197403442977,41.778662481163714],[-72.99187403439785,41.77867348116911],[-72.99137203423786,41.77873148119668],[-72.99091203408906,41.778747481214786],[-72.99025003387108,41.77870448122808],[-72.99023103386473,41.778701481228126],[-72.98962903366319,41.77860548122925],[-72.98943003359513,41.778548481224746],[-72.98832103321575,41.77823248119995],[-72.98753603294534,41.77797648117618],[-72.98612803246027,41.77751648113337],[-72.98382703166803,41.77677248106487],[-72.98196503102687,41.776169481009255],[-72.98081003062929,41.77579748097513],[-72.9797620302681,41.775452480942754],[-72.97570202887016,41.77413848082158],[-72.97513602867559,41.773960480805684],[-72.97460602849131,41.77375848078399],[-72.9741180283184,41.773516480753194],[-72.97378202819753,41.77331848072592],[-72.97367402815772,41.77323848071403],[-72.97333602803309,41.772987480676605],[-72.97289302786308,41.77254348060535],[-72.97256402773226,41.772135480537344],[-72.97223602760182,41.771728480469484],[-72.97196502749598,41.77142548041985],[-72.9717510274125,41.77118748038088],[-72.97125402722816,41.770799480322204],[-72.97102502714566,41.77066248030322],[-72.9709660271244,41.770627480298394],[-72.97066402701746,41.77047848027947],[-72.97000402678232,41.77012948023365],[-72.96864002629646,41.76940848013895],[-72.96835102619494,41.769280480123655],[-72.96799302607144,41.76916048011216],[-72.96799102607073,41.769159480112044],[-72.9675830259331,41.76907648010932],[-72.96725602582458,41.76904048011301],[-72.96709402577143,41.76903348011694],[-72.96704402575504,41.76903148011819],[-72.96691202571186,41.769027480121714],[-72.96644702555986,41.76901648013475],[-72.96625602550002,41.769056480148706],[-72.96627902550323,41.768982480133666],[-72.9648070250166,41.76885348015673],[-72.96450802491667,41.768808480157794],[-72.96422402482149,41.76876148015798],[-72.96386502470122,41.76870248015828],[-72.96368702464044,41.768653480154626],[-72.96294402438052,41.76834248011879],[-72.9625920242531,41.76812148008762],[-72.96209302407254,41.76780948004366],[-72.96157902388367,41.767438479988805],[-72.9610380236849,41.76704847993114],[-72.96029702341508,41.766555479860116],[-72.96000502330939,41.76637247983431],[-72.9594690231154,41.766036479786905],[-72.95911802298953,41.76583647975974],[-72.95854602278453,41.76551247971584],[-72.95805902261085,41.76525147968131],[-72.95792902256453,41.76518247967221],[-72.95769602248264,41.76507847965974],[-72.9574690224019,41.76496047964435],[-72.95679002216046,41.764608479598515],[-72.9565640220801,41.76449147958329],[-72.95589502184126,41.76412847953501],[-72.95578402180192,41.764073479528],[-72.9555740217276,41.76397047951497],[-72.95546602168938,41.76391747950825],[-72.95488002147842,41.76356947946014],[-72.9546450213928,41.7634124794375],[-72.95454202135154,41.76327947941517],[-72.95443902130064,41.762980479360806],[-72.95422602118403,41.76216647921059],[-72.95422202118219,41.762157479208994],[-72.95414602114637,41.76196647917459],[-72.95405802111006,41.761834479151965],[-72.95371702097624,41.761441479087196],[-72.95368502096008,41.76134247906913],[-72.95358902091169,41.7610474790153],[-72.95355802089593,41.7609494789974],[-72.95303102070434,41.760604478947954],[-72.95296102068035,41.76058347894616],[-72.95094501998875,41.75997347889404],[-72.95027401975858,41.759770478876696],[-72.94979701959484,41.75962447886404],[-72.94881201925578,41.75930647883472],[-72.94820101904547,41.759109478816555],[-72.94712201868398,41.758932478817506],[-72.94596101829775,41.7587884788275],[-72.94592701828647,41.758784478827835],[-72.9452670180822,41.75896647888446],[-72.94482701794009,41.75898547890246],[-72.94430701776561,41.75889547890199],[-72.94430001776318,41.75889247890163],[-72.94369901755559,41.75868647888143],[-72.94327301740996,41.758566478872126],[-72.94281901726121,41.75854947888362],[-72.94243401713742,41.758575478901165],[-72.94228501708949,41.75858547890793],[-72.94209801703181,41.75864047892465],[-72.94197601699328,41.7586604789325],[-72.9410810167112,41.75881947899233],[-72.940722016594,41.75881347900283],[-72.9404070164835,41.75867647898664],[-72.93984501627406,41.75821947891667],[-72.9393250160899,41.75796247888398],[-72.93893901595742,41.757844478873764],[-72.93831901574946,41.75773847887345],[-72.93828201573707,41.75773247887349],[-72.93821001571304,41.75772247887391],[-72.93689101527288,41.75753547888071],[-72.93670901521213,41.75750947888162],[-72.93653501515404,41.75748447888246],[-72.93616601503034,41.75742247888249],[-72.93598601497001,41.75739247888256],[-72.93546401479709,41.757340478889496],[-72.9338980142785,41.75718747891089],[-72.93337601410563,41.757136478918035],[-72.9333610141027,41.75717047892508],[-72.93331801409458,41.75727147894599],[-72.93330401409204,41.75730647895322],[-72.93314201402771,41.75710647891986],[-72.93254201382314,41.75694647890847],[-72.93165501352298,41.75674947889928],[-72.92898701261159,41.756008478842965],[-72.92781301221427,41.75574647883055],[-72.9275220121142,41.75565447882225],[-72.92708701196462,41.75551647880975],[-72.92628601168202,41.75513947876299],[-72.92555301141357,41.75462447868737],[-72.9248510111519,41.75405247859973],[-72.92462301106505,41.75383447856505],[-72.92427901093359,41.75349847851134],[-72.92375301072921,41.75292647841798],[-72.92285201040272,41.75235347833661],[-72.92264001032585,41.75221747831722],[-72.92233901021743,41.75203747829226],[-72.92154300993074,41.7515614782262],[-72.92107300975242,41.75112447815707],[-72.9208800096815,41.75098447813631],[-72.92079500965023,41.75092247812709],[-72.92037700949864,41.75065447808891],[-72.91946400917313,41.75016547802416],[-72.91924900909648,41.75005047800893],[-72.91710900833606,41.74894847786563],[-72.91669500819076,41.74876647784392],[-72.91574800785847,41.74835147779454],[-72.91548000776521,41.74824747778315],[-72.91515600765563,41.74817647777997],[-72.91512400764482,41.74816947777966],[-72.91459600746826,41.74808847778119],[-72.91409700730192,41.74802047778424],[-72.91340800707404,41.74795847779466],[-72.91331600704353,41.747948477795724],[-72.91270200683996,41.74788447780331],[-72.91195900658931,41.74773247779809],[-72.90973300583845,41.747278477782714],[-72.9096110057973,41.74725347778185],[-72.90927300568329,41.7471844777795],[-72.90909800562355,41.74713647777592],[-72.9089960055887,41.74710847777382],[-72.90895100557343,41.74709747777317],[-72.90881600552757,41.74706447777117],[-72.90877100551235,41.74705447777069],[-72.90841000538981,41.74696747776562],[-72.90795300523388,41.7468434777565],[-72.90763200512099,41.746698477738924],[-72.90737700502659,41.74650147770914],[-72.90695900486946,41.74613747765242],[-72.90652600470587,41.74574647759094],[-72.90553600433834,41.744964477472024],[-72.90539500428653,41.74486247745692],[-72.90522400422428,41.74474847744044],[-72.90467900402992,41.74445547740154],[-72.90449200396175,41.74432947738328],[-72.90401900378937,41.7440114773372],[-72.90376600369794,41.743854477315075],[-72.9036840036683,41.743803477307885],[-72.90340600357226,41.743707477298365],[-72.90305900345712,41.7436694773023],[-72.90290600340666,41.74365847730515],[-72.90277600336383,41.74364947730763],[-72.90262600331086,41.743577477298594],[-72.90262300330518,41.74349647728303],[-72.90261400328825,41.74325447723657],[-72.90261200328295,41.74317447722119],[-72.902503003226,41.74280347715305],[-72.90244400319504,41.74260047711575],[-72.90227600310708,41.74202547701012],[-72.90217800305584,41.74169147694876],[-72.90217000305157,41.741662476943425],[-72.9021580030271,41.74130747687521],[-72.90216000302624,41.741281476870135],[-72.90216600302368,41.741203476854864],[-72.90216900302323,41.741178476849946],[-72.90215400300659,41.740975476811215],[-72.90211200295836,41.74037847669724],[-72.9021130029581,41.74036847669527],[-72.90214800295799,41.74016947665569],[-72.9021340029485,41.74008447663972],[-72.90209400292073,41.73982947659173],[-72.90208100291163,41.73974547657593],[-72.90200300287664,41.7395794765464],[-72.90192100283616,41.73934147650307],[-72.90149800262708,41.73810747627837],[-72.90135800255771,41.73769647620352],[-72.9013020025278,41.7374944761663],[-72.90113600243876,41.736889476054785],[-72.90108100240923,41.73668847601773],[-72.90102200238292,41.736565475995874],[-72.90073100223432,41.735634475825435],[-72.90062600218018,41.735289475762194],[-72.89983100173428,41.73205447516284],[-72.89929700138498,41.729020474593824],[-72.89827100071365,41.723185473499335],[-72.8996210011414,41.72298447341667],[-72.90367500242603,41.722384473169136],[-72.90502600285416,41.72218547308682],[-72.9057910030995,41.7221224730498],[-72.90809000383672,41.72193347293864],[-72.90885600408244,41.721871472901796],[-72.90998000444415,41.72180147285177],[-72.91093200475053,41.72174247280946],[-72.91335200552932,41.721591472701675],[-72.91340400554608,41.721588472699416],[-72.91447700589137,41.72152147265163],[-72.9148570060137,41.72149847263484],[-72.91599900638158,41.72143347258519],[-72.91638000650433,41.72141247256876],[-72.91709500673278,41.72133947253143],[-72.9192420074189,41.721122472419765],[-72.91995800764772,41.72105047238258],[-72.92007700768576,41.72103847237639],[-72.9204350078003,41.721004472358175],[-72.92055500783869,41.72099347235218],[-72.92136700809853,41.7209174723111],[-72.92380300887814,41.7206914721883],[-72.92461600913838,41.72061647214737],[-72.9250830092876,41.72056947212313],[-72.92648400973545,41.720430472050744],[-72.92695200988507,41.72038447202664],[-72.92740901002955,41.72031147199769],[-72.92878201046372,41.72009347191094],[-72.92924001060857,41.72002147188215],[-72.93048601100405,41.719849471808395],[-72.93300501181243,41.71965447168885],[-72.93484701240357,41.71951247160153],[-72.93507901247801,41.719494471590515],[-72.93531101255246,41.719476471579505],[-72.93581001271258,41.719437471555736],[-72.93692801307104,41.71934547150162],[-72.94056301423666,41.71904947132622],[-72.9430820150444,41.718844471204704],[-72.943283015101,41.71869247116879],[-72.94388701527133,41.71824047106179],[-72.94408901532837,41.718090471026244],[-72.94458401548538,41.71802047099662],[-72.94606901595664,41.7178144709085],[-72.94656501611401,41.717745470879045],[-72.94687001621162,41.71771747086371],[-72.94778501650465,41.71763647081829],[-72.94809101660265,41.71760947080312],[-72.95032701731951,41.717425470694835],[-72.95703501947011,41.716875470370326],[-72.95909502013056,41.716706470270644],[-72.95927102018689,41.71669047026181],[-72.95952702026953,41.71667947025137],[-72.96136502085645,41.71648847015463],[-72.96953902346684,41.71564446972548],[-72.96991602359552,41.7157484697333],[-72.96997002361397,41.71576346973445],[-72.97108602397113,41.71566146967841],[-72.97147702409629,41.715626469658915],[-72.97296802456943,41.71542046957055],[-72.97744302598944,41.71480346930559],[-72.97893502646293,41.71459846921739],[-72.98811602939024,41.71357546872061],[-72.9901160300279,41.71335246861234],[-72.99092403028553,41.71326246856862],[-72.99173103054274,41.71317146852475],[-72.99257403081154,41.71307746847911],[-72.9934170310803,41.71298346843348],[-72.99444303140847,41.71288746838148],[-72.99752403239403,41.71260046822561],[-72.99795403253164,41.71256146820405],[-72.99832203264937,41.71252746818549],[-72.99855103272265,41.712506468173956],[-72.99863203277101,41.712885468244565],[-72.99874803284031,41.713429468345936],[-72.99887203291524,41.71402546845707],[-72.99895103296308,41.71440646852812],[-72.99955303333648,41.71746446909948],[-72.99970003342843,41.71822446924154],[-73.00109803430117,41.725419470586196],[-73.00192703481882,41.72968647138351],[-73.0026240352539,41.73327047205312],[-73.0026500352702,41.73340547207834],[-73.00269703529085,41.73349747209457],[-73.00275003531436,41.7336054721137],[-73.00329403565631,41.73644247264393],[-73.00503203663395,41.74352947395595],[-73.00664603754176,41.75010647517325],[-73.00764703812068,41.754456475980405],[-73.00789103826207,41.75552147617805],[-73.00791403827526,41.75561947619621],[-73.00905803898625,41.76143647728174],[-73.00912903902513,41.76170747733172],[-73.009499039223,41.76303747757635],[-73.0098280393995,41.76422947779567],[-73.00985803941036,41.76424847779836],[-73.00999603948172,41.76470247788147],[-73.01003803951298,41.76500447793839],[-73.0100940395457,41.765253477984615],[-73.01021803962364,41.76589847810506],[-73.01024003963768,41.76601647812711],[-73.01033503969701,41.766504478218195],[-73.01039403973067,41.7667524782641],[-73.01050303979044,41.76716947834103],[-73.01056303982574,41.767440478391386],[-73.01072203992754,41.76829947855197],[-73.01086704001813,41.76904447869101],[-73.01112404017094,41.77023147891167],[-73.01125604024804,41.77081747902045],[-73.01153504041059,41.77204847924887],[-73.01161804046127,41.77245447932449],[-73.01165004047697,41.77254547934103],[-73.0116880404919,41.77258947934825],[-73.0117110405016,41.77262747935485],[-73.01171604050376,41.77263647935643],[-73.0117290405102,41.77267447936332],[-73.01174204052097,41.7727864793845],[-73.01174004052608,41.77288547940368],[-73.01174504053469,41.773005479426665],[-73.01177904055831,41.77322047946704],[-73.01178004055875,41.7732224794674],[-73.01181604058026,41.773390479498644],[-73.01182504058463,41.77341547950316],[-73.01185204061208,41.77373547956404],[-73.01186504061977,41.773794479575],[-73.01188704063051,41.773856479586236],[-73.01194604065682,41.77397847960785],[-73.01197904067095,41.77403647961796],[-73.01205104070179,41.774163479640116],[-73.0120800407149,41.774226479651325],[-73.01210304072612,41.774290479662916],[-73.01212604074135,41.774423479687826],[-73.01218804078788,41.77487547977302],[-73.01222204080787,41.77502847980143],[-73.01225704082577,41.77514047982191],[-73.0122830408374,41.77519447983147],[-73.01231904085125,41.77523147983743],[-73.01237104086964,41.77525647984056],[-73.01242604088824,41.77526847984106],[-73.0124690409034,41.775288479843525],[-73.01250704091775,41.775322479848846],[-73.01253004092793,41.77536847985698],[-73.01253504093248,41.77541847986645],[-73.01253104093558,41.775494479881246],[-73.01253304094224,41.77559747990106],[-73.01252004094955,41.77579547993969],[-73.01251804095159,41.77584147994862],[-73.01250404095181,41.775923479964895],[-73.0124260409403,41.77616148001337],[-73.01240704093861,41.77623848002885],[-73.01240904094146,41.77627648003612],[-73.01241304094383,41.77629448003945],[-73.01243704095279,41.77631448004253],[-73.01246104096114,41.77632348004348],[-73.01253804098701,41.77633748004367],[-73.01257704100087,41.776357480046244],[-73.01262004101686,41.77639148005141],[-73.01263504102306,41.77641448005536],[-73.01264304102713,41.77643948005992],[-73.0126450410287,41.77645548006295],[-73.01265004103244,41.77649148006972],[-73.0126490410397,41.77662148009485],[-73.01268704107171,41.77695848015861],[-73.0126940410772,41.777013480168996],[-73.01271204108959,41.777125480190016]]]},"properties":{"name":4101.01,"geoid":"09003410101"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.01271204108959,41.777125480190016],[-73.01262204107014,41.777294480225564],[-73.01263404108403,41.77746548025817],[-73.01270204112481,41.7777854803177],[-73.01283804120865,41.77846448044424],[-73.0129130412533,41.778811480508736],[-73.0129180412561,41.77883148051244],[-73.01301304130953,41.77921748058381],[-73.0131000413544,41.77950148063575],[-73.01315604138516,41.77971648067541],[-73.01320304141298,41.77993148071534],[-73.01337204151825,41.78079348087613],[-73.01354504162914,41.78172948105103],[-73.01363504168269,41.782145481128346],[-73.01391904185847,41.78357448139474],[-73.01400404191051,41.78399248147259],[-73.01416504200894,41.784781481619504],[-73.01434104212093,41.785719481794715],[-73.01440804216368,41.78607848186177],[-73.01450504222291,41.78655248195004],[-73.01452604223546,41.78665048196825],[-73.0147320423566,41.78757748214031],[-73.01491704246097,41.78833448228029],[-73.01506504255116,41.78905448241432],[-73.01514504259924,41.7894324824846],[-73.01534304271794,41.790362482657514],[-73.01534404271905,41.79037548265998],[-73.0153500427234,41.79041648266769],[-73.01535204272486,41.79043048267033],[-73.01550804281268,41.791065482787694],[-73.01553804282943,41.79118548280988],[-73.01592204305602,41.792926483133094],[-73.01593304306289,41.79298248314352],[-73.01606304314265,41.79362448326309],[-73.01607204315003,41.793700483277455],[-73.01625804325668,41.79449048342373],[-73.0165350434153,41.79566348364088],[-73.01660104345922,41.79604748371277],[-73.01678204357982,41.79710448391067],[-73.0169020436594,41.79779848404057],[-73.0169280436786,41.79798248407522],[-73.01693404368297,41.798023484082925],[-73.01693604369098,41.798149484107164],[-73.01693704369373,41.798191484115236],[-73.01667604360878,41.79819148412376],[-73.0141070427887,41.79846748426095],[-73.01345804258148,41.79853648429547],[-73.00900804116093,41.799015484533264],[-73.00302703925149,41.79965748485248],[-72.99955003814148,41.8000314850382],[-72.99902603797506,41.80010248506902],[-72.99745603747652,41.800317485161756],[-72.99693303731053,41.800390485192914],[-72.99601103701774,41.80051648524733],[-72.99542303683104,41.80059748528214],[-72.99324503613936,41.800894485410545],[-72.99232403584695,41.80102148546511],[-72.99068803532742,41.80124548556172],[-72.99011803514648,41.80132448559558],[-72.98843803461298,41.80155448569478],[-72.98577903376685,41.801888485845986],[-72.98485103347154,41.80200548589885],[-72.98414103324538,41.80209048593841],[-72.98084303219402,41.80247348611992],[-72.97800503128933,41.80280348627618],[-72.97729703106326,41.80287948631395],[-72.97473603024571,41.80315748645111],[-72.9727470296105,41.803369486556896],[-72.96180102612777,41.8047604871822],[-72.95850602507821,41.80515948736658],[-72.9569500245876,41.805434487470336],[-72.95611802432282,41.80553948751771],[-72.95542402410197,41.80562748755732],[-72.95352802349856,41.80586648766521],[-72.95334202343933,41.805889487675714],[-72.95264902321895,41.80597948771564],[-72.94902502206574,41.806439487922496],[-72.94862602193874,41.80648948794513],[-72.94763002162182,41.806616488002085],[-72.94742902155777,41.80664048801328],[-72.94703102143103,41.80668948803569],[-72.94664902130931,41.80673548805701],[-72.94550402094465,41.80687548812132],[-72.94512302082339,41.80692348814299],[-72.94373502038167,41.80709948822215],[-72.93957401905755,41.80762848845975],[-72.93818701861623,41.80780548853906],[-72.93800101855678,41.80782448854879],[-72.93744401837866,41.807880488577744],[-72.93725901831957,41.80790048858761],[-72.93542301773313,41.80809648868523],[-72.9299170159745,41.808686488978324],[-72.92808201538847,41.80888448907627],[-72.92764601524982,41.808941489101464],[-72.92633701483349,41.80911248917706],[-72.92590201469515,41.809169489202205],[-72.9258460146775,41.80917948920596],[-72.92567901462486,41.809209489217196],[-72.92562401460759,41.80922048922109],[-72.92555801457272,41.808990489178896],[-72.92551401455513,41.80893448916952],[-72.92547801454062,41.80888648916144],[-72.9253240144818,41.80873748913771],[-72.92497201435509,41.80852948910906],[-72.9247810142874,41.80843548909716],[-72.92474901427646,41.80842648909646],[-72.92427901411556,41.80829148908574],[-72.92406101403964,41.80820648907643],[-72.9238070139553,41.8081784890793],[-72.92364501390661,41.808248489098084],[-72.9236450139144,41.80838248912393],[-72.92380701397711,41.80855348915162],[-72.92413401409394,41.808731489175294],[-72.92405401407098,41.80878448918813],[-72.92384201400031,41.80875648918964],[-72.92373001395643,41.80862948916878],[-72.92362401391168,41.8084534891383],[-72.9232860137852,41.80817148909491],[-72.92307401370962,41.808058489080025],[-72.92275101359674,41.80792648906508],[-72.92231001344501,41.80778648905244],[-72.92118401303989,41.80712548896161],[-72.92118701303212,41.8069754889326],[-72.92118901302406,41.80682548890359],[-72.92095901293906,41.80665148887753],[-72.92084901289554,41.806519488855656],[-72.92084901288601,41.80635548882402],[-72.92073201282973,41.80604248876747],[-72.92070301280975,41.80586148873349],[-72.92073201281183,41.80573448870805],[-72.92084201283839,41.80557548867381],[-72.92101101288324,41.80540048863455],[-72.9213920129958,41.80520248858398],[-72.92231001328649,41.805060488526685],[-72.92274201342617,41.80504348850934],[-72.92385701378035,41.80489048844355],[-72.92425401390452,41.804802488413664],[-72.9253100142299,41.80448448831793],[-72.92591201441697,41.80433048826863],[-72.92682101469411,41.80400648817656],[-72.92722001481266,41.80381048812577],[-72.92741501487063,41.8037154881011],[-72.92776001496576,41.803419488032766],[-72.9278040149756,41.80334248801648],[-72.92791401500412,41.803216487988614],[-72.92810501504488,41.802848487911405],[-72.92818601505184,41.802514487844356],[-72.92818601503365,41.80220148778398],[-72.92808301497521,41.80177348770478],[-72.92789301488905,41.80135548763036],[-72.92765101478699,41.80095548756108],[-72.92744501469502,41.80052748748521],[-72.92735701465998,41.800417487466866],[-72.92721101459999,41.80020348743034],[-72.92688101446984,41.79981348736586],[-72.92660201436463,41.7995664873273],[-72.9263240142639,41.799390487302404],[-72.92597901413882,41.79917148727139],[-72.92572901404498,41.79895748723825],[-72.92565301401488,41.798865487222976],[-72.92552401396387,41.79871048719727],[-72.92542101391533,41.79845248715085],[-72.92539201388925,41.79816648709664],[-72.92545101388872,41.79782648702911],[-72.92542901386207,41.79749148696521],[-72.92528201377368,41.796794486835545],[-72.9252750137194,41.79589948666312],[-72.92525301369758,41.79564748661522],[-72.9250560135687,41.79453348640673],[-72.92490901349147,41.79402848631407],[-72.92488701347153,41.793808486272354],[-72.9248140134369,41.79362148623864],[-72.92471801336292,41.79288648609998],[-72.92466001332873,41.79262348605112],[-72.9246820133212,41.792370486001595],[-72.92473301332636,41.79217348596193],[-72.92464601324633,41.791283485793045],[-72.92458001319869,41.79083348570838],[-72.92457201316006,41.790213485589014],[-72.92453201314129,41.790114485571216],[-72.9244920131225,41.79001548555342],[-72.92454301311395,41.78958248546821],[-72.92477101316139,41.78912148537185],[-72.92488801318132,41.78880848530765],[-72.92499801317726,41.788122485171705],[-72.92499101316285,41.78791348513159],[-72.92494701314155,41.78779348510989],[-72.92458001298341,41.7871284849935],[-72.92450001294658,41.786942484960214],[-72.92425001284415,41.786580484898515],[-72.92414801279624,41.78632748485299],[-72.92408201276069,41.78608548480845],[-72.92405901274991,41.78602848479821],[-72.92377201264269,41.7857914847618],[-72.92348501253548,41.78555448472543],[-72.92328601246115,41.785390484700244],[-72.92308801238711,41.78522548467485],[-72.92306201236708,41.7850264846373],[-72.92301601233154,41.78467248457047],[-72.92299801231732,41.78452848454327],[-72.92294101229523,41.78446748453335],[-72.922930012291,41.78445648453159],[-72.92285301226123,41.78437548451847],[-72.92279201223771,41.784312484508284],[-72.92271201220096,41.78412848447539],[-72.92268301218765,41.7840614844634],[-72.92239801205578,41.78338848434281],[-72.92236301203961,41.783306484328115],[-72.92232701202303,41.78322248431308],[-72.92225701199052,41.78305548428312],[-72.9222050119701,41.78299548427324],[-72.92178001181422,41.78269348422879],[-72.92159701174603,41.78254548420618],[-72.92151601170943,41.78236948417485],[-72.9213180116013,41.78161748403617],[-72.92126001157702,41.78152448402011],[-72.92123801156538,41.78144748400596],[-72.92085701140059,41.780745483882875],[-72.92081301137824,41.78060748385768],[-72.92079801135836,41.78034948380837],[-72.9206590112953,41.78004248375366],[-72.92063701127955,41.7798944837258],[-72.92047601120895,41.77958148367064],[-72.92037301116967,41.779482483654874],[-72.92032901114995,41.77938948363835],[-72.92026301112271,41.779290483621395],[-72.92005801104355,41.77907648358675],[-72.91940501080164,41.77857148351053],[-72.91902401066227,41.77830748347196],[-72.91813701035339,41.777961483434034],[-72.91795401028843,41.77786848342203],[-72.9176530101834,41.777747483408476],[-72.91678800989065,41.77755548339956],[-72.91570300952782,41.77739048340298],[-72.9151600093504,41.77737948341853],[-72.9149180092697,41.77734648342002],[-72.91458100915457,41.77725348341303],[-72.91438300908501,41.77716548340248],[-72.91315900866834,41.77685248338187],[-72.91209500831107,41.77666548338036],[-72.91170700818157,41.77661048338237],[-72.91096600792918,41.776418483369405],[-72.91014500765232,41.776253483364236],[-72.90950700743885,41.77615448336588],[-72.90933900738509,41.77617048337442],[-72.9092510073587,41.77620948338481],[-72.90908900730689,41.77622548339315],[-72.90884700722427,41.77615948338829],[-72.90863500715012,41.776071483378196],[-72.90848100709884,41.77605148337934],[-72.90842500705848,41.775670483307614],[-72.9083290070002,41.77520448322079],[-72.90792400675448,41.773241482855035],[-72.90770000661885,41.77216048265363],[-72.90698500618495,41.76869248200737],[-72.90624800572517,41.76490048129917],[-72.90604200559672,41.763841481101394],[-72.90561000532706,41.761615480685606],[-72.90492800490122,41.7580984800286],[-72.90479100476541,41.75652447972908],[-72.90424700422454,41.750244478533844],[-72.90416600418676,41.75004747849841],[-72.9039730040874,41.7494164783828],[-72.90387700403264,41.74901047830749],[-72.90366800391377,41.74813247814466],[-72.90364900390294,41.748052478129836],[-72.90361700388478,41.74791847810501],[-72.90358600386696,41.74778547808031],[-72.90336400374079,41.74685447790768],[-72.90298700354512,41.74559447767651],[-72.9028910034994,41.74534447763135],[-72.902727003407,41.74467047750646],[-72.90271900340154,41.74462147749727],[-72.9026950033854,41.74447747747021],[-72.90268700338004,41.74442947746119],[-72.90267400336589,41.744258477428595],[-72.90263800332458,41.74374747733104],[-72.90262600331086,41.743577477298594],[-72.90277600336383,41.74364947730763],[-72.90290600340666,41.74365847730515],[-72.90305900345712,41.7436694773023],[-72.90340600357226,41.743707477298365],[-72.9036840036683,41.743803477307885],[-72.90376600369794,41.743854477315075],[-72.90401900378937,41.7440114773372],[-72.90449200396175,41.74432947738328],[-72.90467900402992,41.74445547740154],[-72.90522400422428,41.74474847744044],[-72.90539500428653,41.74486247745692],[-72.90553600433834,41.744964477472024],[-72.90652600470587,41.74574647759094],[-72.90695900486946,41.74613747765242],[-72.90737700502659,41.74650147770914],[-72.90763200512099,41.746698477738924],[-72.90795300523388,41.7468434777565],[-72.90841000538981,41.74696747776562],[-72.90877100551235,41.74705447777069],[-72.90881600552757,41.74706447777117],[-72.90895100557343,41.74709747777317],[-72.9089960055887,41.74710847777382],[-72.90909800562355,41.74713647777592],[-72.90927300568329,41.7471844777795],[-72.9096110057973,41.74725347778185],[-72.90973300583845,41.747278477782714],[-72.91195900658931,41.74773247779809],[-72.91270200683996,41.74788447780331],[-72.91331600704353,41.747948477795724],[-72.91340800707404,41.74795847779466],[-72.91409700730192,41.74802047778424],[-72.91459600746826,41.74808847778119],[-72.91512400764482,41.74816947777966],[-72.91515600765563,41.74817647777997],[-72.91548000776521,41.74824747778315],[-72.91574800785847,41.74835147779454],[-72.91669500819076,41.74876647784392],[-72.91710900833606,41.74894847786563],[-72.91924900909648,41.75005047800893],[-72.91946400917313,41.75016547802416],[-72.92037700949864,41.75065447808891],[-72.92079500965023,41.75092247812709],[-72.9208800096815,41.75098447813631],[-72.92107300975242,41.75112447815707],[-72.92154300993074,41.7515614782262],[-72.92233901021743,41.75203747829226],[-72.92264001032585,41.75221747831722],[-72.92285201040272,41.75235347833661],[-72.92375301072921,41.75292647841798],[-72.92427901093359,41.75349847851134],[-72.92462301106505,41.75383447856505],[-72.9248510111519,41.75405247859973],[-72.92555301141357,41.75462447868737],[-72.92628601168202,41.75513947876299],[-72.92708701196462,41.75551647880975],[-72.9275220121142,41.75565447882225],[-72.92781301221427,41.75574647883055],[-72.92898701261159,41.756008478842965],[-72.93165501352298,41.75674947889928],[-72.93254201382314,41.75694647890847],[-72.93314201402771,41.75710647891986],[-72.93330401409204,41.75730647895322],[-72.93331801409458,41.75727147894599],[-72.9333610141027,41.75717047892508],[-72.93337601410563,41.757136478918035],[-72.9338980142785,41.75718747891089],[-72.93546401479709,41.757340478889496],[-72.93598601497001,41.75739247888256],[-72.93616601503034,41.75742247888249],[-72.93653501515404,41.75748447888246],[-72.93670901521213,41.75750947888162],[-72.93689101527288,41.75753547888071],[-72.93821001571304,41.75772247887391],[-72.93828201573707,41.75773247887349],[-72.93831901574946,41.75773847887345],[-72.93893901595742,41.757844478873764],[-72.9393250160899,41.75796247888398],[-72.93984501627406,41.75821947891667],[-72.9404070164835,41.75867647898664],[-72.940722016594,41.75881347900283],[-72.9410810167112,41.75881947899233],[-72.94197601699328,41.7586604789325],[-72.94209801703181,41.75864047892465],[-72.94228501708949,41.75858547890793],[-72.94243401713742,41.758575478901165],[-72.94281901726121,41.75854947888362],[-72.94327301740996,41.758566478872126],[-72.94369901755559,41.75868647888143],[-72.94430001776318,41.75889247890163],[-72.94430701776561,41.75889547890199],[-72.94482701794009,41.75898547890246],[-72.9452670180822,41.75896647888446],[-72.94592701828647,41.758784478827835],[-72.94596101829775,41.7587884788275],[-72.94712201868398,41.758932478817506],[-72.94820101904547,41.759109478816555],[-72.94881201925578,41.75930647883472],[-72.94979701959484,41.75962447886404],[-72.95027401975858,41.759770478876696],[-72.95094501998875,41.75997347889404],[-72.95296102068035,41.76058347894616],[-72.95303102070434,41.760604478947954],[-72.95355802089593,41.7609494789974],[-72.95358902091169,41.7610474790153],[-72.95368502096008,41.76134247906913],[-72.95371702097624,41.761441479087196],[-72.95405802111006,41.761834479151965],[-72.95414602114637,41.76196647917459],[-72.95422202118219,41.762157479208994],[-72.95422602118403,41.76216647921059],[-72.95443902130064,41.762980479360806],[-72.95454202135154,41.76327947941517],[-72.9546450213928,41.7634124794375],[-72.95488002147842,41.76356947946014],[-72.95546602168938,41.76391747950825],[-72.9555740217276,41.76397047951497],[-72.95578402180192,41.764073479528],[-72.95589502184126,41.76412847953501],[-72.9565640220801,41.76449147958329],[-72.95679002216046,41.764608479598515],[-72.9574690224019,41.76496047964435],[-72.95769602248264,41.76507847965974],[-72.95792902256453,41.76518247967221],[-72.95805902261085,41.76525147968131],[-72.95854602278453,41.76551247971584],[-72.95911802298953,41.76583647975974],[-72.9594690231154,41.766036479786905],[-72.96000502330939,41.76637247983431],[-72.96029702341508,41.766555479860116],[-72.9610380236849,41.76704847993114],[-72.96157902388367,41.767438479988805],[-72.96209302407254,41.76780948004366],[-72.9625920242531,41.76812148008762],[-72.96294402438052,41.76834248011879],[-72.96368702464044,41.768653480154626],[-72.96386502470122,41.76870248015828],[-72.96422402482149,41.76876148015798],[-72.96450802491667,41.768808480157794],[-72.9648070250166,41.76885348015673],[-72.96627902550323,41.768982480133666],[-72.96625602550002,41.769056480148706],[-72.96644702555986,41.76901648013475],[-72.96691202571186,41.769027480121714],[-72.96704402575504,41.76903148011819],[-72.96709402577143,41.76903348011694],[-72.96725602582458,41.76904048011301],[-72.9675830259331,41.76907648010932],[-72.96799102607073,41.769159480112044],[-72.96799302607144,41.76916048011216],[-72.96835102619494,41.769280480123655],[-72.96864002629646,41.76940848013895],[-72.97000402678232,41.77012948023365],[-72.97066402701746,41.77047848027947],[-72.9709660271244,41.770627480298394],[-72.97102502714566,41.77066248030322],[-72.97125402722816,41.770799480322204],[-72.9717510274125,41.77118748038088],[-72.97196502749598,41.77142548041985],[-72.97223602760182,41.771728480469484],[-72.97256402773226,41.772135480537344],[-72.97289302786308,41.77254348060535],[-72.97333602803309,41.772987480676605],[-72.97367402815772,41.77323848071403],[-72.97378202819753,41.77331848072592],[-72.9741180283184,41.773516480753194],[-72.97460602849131,41.77375848078399],[-72.97513602867559,41.773960480805684],[-72.97570202887016,41.77413848082158],[-72.9797620302681,41.775452480942754],[-72.98081003062929,41.77579748097513],[-72.98196503102687,41.776169481009255],[-72.98382703166803,41.77677248106487],[-72.98612803246027,41.77751648113337],[-72.98753603294534,41.77797648117618],[-72.98832103321575,41.77823248119995],[-72.98943003359513,41.778548481224746],[-72.98962903366319,41.77860548122925],[-72.99023103386473,41.778701481228126],[-72.99025003387108,41.77870448122808],[-72.99091203408906,41.778747481214786],[-72.99137203423786,41.77873148119668],[-72.99187403439785,41.77867348116911],[-72.99197403442977,41.778662481163714],[-72.99273903467031,41.778517481110775],[-72.99334703485714,41.77832748105426],[-72.99365903495303,41.778230481025375],[-72.99382703500416,41.778169481008106],[-72.99586203562373,41.77743548080006],[-72.99602203567248,41.777378480783845],[-72.9969100359421,41.7770454806906],[-72.9974740361168,41.77689348064286],[-72.99815603633404,41.77681248060498],[-72.99860603648068,41.776815480590855],[-72.99923003668687,41.77686848058071],[-72.99967403683445,41.77692148057646],[-73.00010603697895,41.77698848057528],[-73.0011990373447,41.77716048057277],[-73.00208303763947,41.77728148056725],[-73.00222403768645,41.777300480566325],[-73.00229103770883,41.77731048056607],[-73.00302103794834,41.777343480548595],[-73.0036700381594,41.777340480526824],[-73.00438603839044,41.77730648049687],[-73.00525803866584,41.777162480440616],[-73.00570103880582,41.77709048041226],[-73.00624703897698,41.77697848037284],[-73.00786603948706,41.77668948026418],[-73.00816903958257,41.77663648024406],[-73.00854303970242,41.77660448022568],[-73.00874403976796,41.7766064802195],[-73.00906203987262,41.77662648021296],[-73.00921903992433,41.77663748020996],[-73.00955104003367,41.77665948020338],[-73.01001504018878,41.77672948020172],[-73.0103310402944,41.776777480200664],[-73.01078404044598,41.77684848019956],[-73.01156804070848,41.77697448019826],[-73.01202404086067,41.77703948019591],[-73.0121500409029,41.77706048019585],[-73.01222304092734,41.77707248019578],[-73.01260704105522,41.77712248019288],[-73.01271204108959,41.777125480190016]]]},"properties":{"name":4101.02,"geoid":"09003410102"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.8619409891646,41.727953475598916],[-72.86184298916966,41.72859347572581],[-72.86155098918552,41.730514476106585],[-72.86145398919095,41.73115547623363],[-72.86115598919592,41.73292147658461],[-72.86110898919713,41.73320747664141],[-72.86058398918648,41.735982477194746],[-72.86024298920458,41.738217477637725],[-72.85997298921905,41.7399894779889],[-72.85995898921806,41.74005147800134],[-72.85991798921563,41.74024047803918],[-72.85990498921504,41.74030347805179],[-72.8598939892144,41.74035447806199],[-72.85986298921316,41.740507478092574],[-72.85985298921291,41.74055947810293],[-72.85935798920946,41.7432894786465],[-72.85894298920934,41.74562547911131],[-72.85825398920986,41.749516479885415],[-72.85816198920996,41.75003647998886],[-72.85798798919717,41.75079548014113],[-72.85777398918171,41.75173348032928],[-72.85772098917792,41.751966480375984],[-72.85766698917385,41.752200480422964],[-72.8575729891669,41.752609480505],[-72.85740098915454,41.75336448065644],[-72.85708998914399,41.75493348096961],[-72.85697098912921,41.75534848105364],[-72.85679698909709,41.75577248114116],[-72.85675698908828,41.75584548115657],[-72.8563939890095,41.75652748130008],[-72.85617698896,41.7568934813778],[-72.85545698879561,41.75810448163506],[-72.8552989887597,41.758373481692125],[-72.85480998864912,41.75921448187043],[-72.85447698857409,41.759792481992854],[-72.85347698834886,41.76152848236056],[-72.85314498827422,41.76210748248315],[-72.85226998798338,41.76200448249162],[-72.84863598677546,41.76157848252709],[-72.84806398658529,41.76151048253251],[-72.84624398598037,41.76129748255033],[-72.83782898318321,41.76031048263228],[-72.83561198244622,41.760049482653656],[-72.83282298151912,41.75972148268061],[-72.82999498057912,41.759390482708234],[-72.82774297983055,41.759126482730125],[-72.82078797750061,41.75799848273733],[-72.82046197739191,41.757954482739365],[-72.82042897736837,41.75773248269754],[-72.82099497745352,41.75601448234733],[-72.82103897746025,41.755882482320416],[-72.82108297746693,41.75575048229348],[-72.82110697747054,41.7556774822786],[-72.82122797749408,41.75540248222156],[-72.82143397753427,41.75493648212485],[-72.82170497758713,41.75432348199766],[-72.82175597759525,41.75417648196761],[-72.82243797770607,41.752248481573055],[-72.82245797758324,41.75000648113921],[-72.82240597753434,41.74945248103385],[-72.82250597754158,41.74901348094576],[-72.82226897736513,41.747292480620914],[-72.82207597714891,41.744633480113315],[-72.82193197698794,41.742655479735724],[-72.82193897696763,41.74226347965973],[-72.82195897691507,41.74123947946118],[-72.82224497694985,41.74022747925634],[-72.82226897695276,41.74014247923913],[-72.8228619771038,41.739413479079076],[-72.82342097724366,41.7386824789197],[-72.82375197732645,41.7382494788253],[-72.82413097741393,41.73762647869263],[-72.82447397747877,41.73681447852459],[-72.82537497766869,41.735020478148684],[-72.82555297771097,41.73474847809033],[-72.82588497778988,41.73424247798179],[-72.82758397822407,41.732179477528064],[-72.82794297830323,41.73152547739002],[-72.82784097822726,41.7307834772499],[-72.82793197821066,41.72998147709192],[-72.8280239782209,41.72963947702281],[-72.82814797823492,41.72918247693046],[-72.82841097830087,41.728841476856026],[-72.82811197818977,41.72860247681949],[-72.82780897807717,41.72836047678252],[-72.82689997773952,41.72763647667194],[-72.82659797762732,41.7273954766351],[-72.82672097766118,41.727288476610454],[-72.82707597775907,41.72698147653961],[-72.82708997776288,41.72696847653665],[-72.82721397779713,41.72686247651215],[-72.82745197786181,41.72664047646152],[-72.82816597805592,41.72597547630987],[-72.82831097809536,41.72584047627908],[-72.82841297812418,41.72576447626108],[-72.82866997819464,41.725535476208485],[-72.82944097840598,41.72484747605054],[-72.82969897847683,41.72461947599811],[-72.82927297832721,41.72442947597516],[-72.82799497787842,41.723861475906666],[-72.82756897772887,41.7236724758839],[-72.8275459777208,41.72366247588272],[-72.82747997769758,41.72363247587906],[-72.82745797768989,41.72362347587802],[-72.82774897777057,41.72337947582144],[-72.82834297793536,41.72288347570631],[-72.82861397800963,41.72264147565076],[-72.82889797808757,41.722389475592855],[-72.82868597800822,41.7222104755651],[-72.82805097777074,41.721676475482376],[-72.82783997769188,41.721499475454976],[-72.82805697775636,41.72139247542728],[-72.82823797781222,41.721339475411185],[-72.82888297801135,41.72115147535396],[-72.82900397805062,41.721149475349655],[-72.82941197819991,41.721435475391765],[-72.82976497832905,41.7216824754281],[-72.8305119785392,41.72110947529315],[-72.82861497786078,41.72005247515013],[-72.82879497790826,41.71985947510698],[-72.829335978051,41.719280474977516],[-72.82951697809887,41.719088474934544],[-72.83055997846402,41.71953347498686],[-72.83137397874697,41.71984547502086],[-72.8317069788634,41.71998447503697],[-72.83289697917809,41.71872347475464],[-72.83307097922562,41.71856547471846],[-72.83359297936823,41.71809147460993],[-72.83376697941577,41.71793347457374],[-72.83400297948128,41.71773747452821],[-72.83470997967761,41.71715047439183],[-72.83494697974352,41.71695547434644],[-72.83500597975954,41.71690047433391],[-72.83518597980868,41.71673647429637],[-72.83524597982512,41.71668247428399],[-72.8354359798759,41.716490474240715],[-72.83566997993859,41.716256474187894],[-72.83600998003169,41.71595147411791],[-72.83602698003635,41.71593647411446],[-72.83623598009454,41.71576547407463],[-72.83651298019103,41.71587547408694],[-72.83654998020393,41.715890474088646],[-72.83683698030323,41.71599247409909],[-72.83719598042516,41.716080474104494],[-72.83737498048544,41.716115474105486],[-72.83766798058423,41.7161744741074],[-72.83811498073334,41.71623747410512],[-72.83867298091954,41.71631647410234],[-72.83899298102628,41.716361474100694],[-72.83945598118133,41.71643647410021],[-72.83946398118404,41.71643847410034],[-72.83981398130251,41.71651747410429],[-72.83989798133089,41.71653547410505],[-72.84011498140435,41.71658447410752],[-72.84013498141114,41.71658947410784],[-72.84031798147349,41.7166374741112],[-72.8405439815523,41.716728474121474],[-72.84228998217283,41.71763447424017],[-72.84236698219947,41.71766147424292],[-72.84643198360652,41.719116474392685],[-72.84684998375364,41.719308474416295],[-72.8475579840071,41.719707474470525],[-72.84883798446373,41.72040047456307],[-72.84977698479928,41.72091947463303],[-72.8498259848169,41.72094847463705],[-72.85070898513449,41.72147147470959],[-72.85219698566625,41.72229347482034],[-72.8532299860362,41.72287747489978],[-72.85582798696673,41.72434847510005],[-72.85633298714716,41.72462647513743],[-72.85737298751874,41.725199475214524],[-72.85776798766139,41.72544347524889],[-72.8587869880295,41.726074475337875],[-72.8589519880892,41.726178475352626],[-72.85934498823144,41.726426475387846],[-72.85970398836139,41.72665347542009],[-72.85984798841353,41.72674447543302],[-72.85988898842844,41.726771475436905],[-72.86057098867634,41.72722047550162],[-72.86077498875014,41.72734847551975],[-72.8609579888164,41.727464475536244],[-72.8611469888831,41.72755447554752],[-72.86123998891587,41.72759747555281],[-72.86130698893953,41.72762947555683],[-72.86134598895332,41.72764847555925],[-72.86178198910811,41.72787147558822],[-72.8619409891646,41.727953475598916]]]},"properties":{"name":4602.03,"geoid":"09003460203"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.50263287813836,41.83359750756304],[-72.50264887813947,41.83352550754863],[-72.50293087816189,41.8323065073043],[-72.50303887816564,41.831754507194276],[-72.50321187817194,41.83087650701924],[-72.50376487819284,41.82808150646196],[-72.5038848781974,41.82747550634113],[-72.50409187820468,41.82641950613063],[-72.50443587821779,41.824682505784246],[-72.50460687823313,41.82397350564188],[-72.505093878278,41.82197550524054],[-72.50525587829326,41.82131650510807],[-72.50525687829322,41.8213105051069],[-72.50530487829754,41.82111150506694],[-72.50533087829997,41.82100550504564],[-72.50540187829472,41.82050750494721],[-72.50541687829346,41.82039950492586],[-72.50543087829271,41.820306504907464],[-72.50560887834884,41.820272504895215],[-72.5057378783895,41.820247504886275],[-72.50666187868099,41.820073504823185],[-72.50697087877855,41.820016504802304],[-72.50832387919884,41.81964750468785],[-72.51238688046115,41.81854250434474],[-72.51374088088183,41.81817450423044],[-72.51432988106295,41.81798150417434],[-72.51609788160678,41.817405504006665],[-72.51668788178827,41.81721350395074],[-72.51721288195478,41.81713050391796],[-72.51878988245521,41.81688550382027],[-72.5193158826221,41.81680350378763],[-72.51966788273401,41.81675250376654],[-72.52072488307027,41.81660350370401],[-72.52107788318256,41.81655350368307],[-72.52153388332519,41.816446503647846],[-72.52290288375353,41.81612750354251],[-72.52335988389655,41.816021503507436],[-72.52366388399182,41.815953503484586],[-72.52457688427808,41.81575150341641],[-72.52488188437374,41.81568450339372],[-72.525680884621,41.815450503323014],[-72.52807888536331,41.81475250311159],[-72.52887888561094,41.81451950304104],[-72.52892088562537,41.8145325030422],[-72.52904988566966,41.81457150304561],[-72.52909288568449,41.814585503046956],[-72.52947588581506,41.81468450305383],[-72.53062788620777,41.81498150307437],[-72.53068488622722,41.814996503075456],[-72.53076388625412,41.815016503076784],[-72.53101188633873,41.81508150308141],[-72.53107788636136,41.81510050308298],[-72.53127788642989,41.815158503087794],[-72.53134488645289,41.815178503089506],[-72.53177388659995,41.81530350309993],[-72.53212788672124,41.81540550310831],[-72.53215188672952,41.8154135031091],[-72.5324228868234,41.81550950311897],[-72.53272188692782,41.81563050313279],[-72.53288488698523,41.81570450314187],[-72.53356288722881,41.8160975031961],[-72.53430888750593,41.81668950328657],[-72.53496888775112,41.81721350336667],[-72.53562488798892,41.81763050342622],[-72.53654988832723,41.81827150352044],[-72.53660088834559,41.8183015035246],[-72.53672388838993,41.81837550353495],[-72.53813488888672,41.819015503613436],[-72.53916388924755,41.81945650366569],[-72.54007488956518,41.81981550370588],[-72.54080288981669,41.8200615037301],[-72.54130088998684,41.82019650374024],[-72.54167489011935,41.82038050376383],[-72.5419768902267,41.820535503784086],[-72.5420228902436,41.82056850378899],[-72.54240789038515,41.82084850383074],[-72.54269089049026,41.82107250386495],[-72.54356189081517,41.821786503974955],[-72.543668890855,41.82187250398813],[-72.54399289097547,41.82213150402777],[-72.544101891016,41.82221850404108],[-72.5450428913659,41.82297050415619],[-72.54513689140084,41.82304550416765],[-72.54685289203996,41.824434504380946],[-72.54745089226161,41.82489950445158],[-72.5477478923694,41.82509050447895],[-72.54790389242514,41.82517550449039],[-72.54895589280115,41.825750504567736],[-72.54896189280328,41.82575350456811],[-72.54944289297475,41.826008504601965],[-72.54949989299506,41.826038504605926],[-72.54987889312937,41.8262255046299],[-72.55036289329651,41.82638750464568],[-72.55086989346839,41.826501504651475],[-72.55098689350793,41.82652550465236],[-72.55152089368846,41.82663650465671],[-72.55160189371567,41.82665050465682],[-72.5518228937901,41.82669150465767],[-72.5518468937981,41.82669450465747],[-72.55192989382591,41.82670750465733],[-72.55188589382394,41.826923504700446],[-72.55188589384194,41.827238504761254],[-72.55185689384199,41.82740450479422],[-72.55187189386052,41.827643504839884],[-72.55189389387806,41.82782450487412],[-72.55193689391245,41.82818050494147],[-72.5519778939376,41.82838650497992],[-72.55131089378573,41.82953450522285],[-72.55111389373576,41.82978450527741],[-72.55111389374503,41.82994650530869],[-72.55111389376306,41.8302615053695],[-72.5511108937727,41.8304475054055],[-72.55110589379458,41.83085850548498],[-72.5509198937389,41.83094550550774],[-72.55058189363963,41.83113750555561],[-72.55039489358721,41.83128750559055],[-72.55021789354025,41.831475505632504],[-72.55019889353524,41.831496505637176],[-72.55010289351142,41.83162750566552],[-72.54988989345486,41.83185350571596],[-72.54951389335497,41.83225150580482],[-72.54847889306279,41.83304550599119],[-72.54712989268192,41.83407950623393],[-72.54642789248176,41.83458350635368],[-72.54576089228632,41.83497050644971],[-72.5445418919262,41.83562650661531],[-72.54439089188163,41.83570850663599],[-72.54428989185212,41.835768506650794],[-72.543530891623,41.836091506737404],[-72.54274189138393,41.83641150682442],[-72.54238389127498,41.8365485068623],[-72.54097389083843,41.836957506986344],[-72.54062289072964,41.83705750701688],[-72.54013589058123,41.83724050706779],[-72.53914989028601,41.83770250718848],[-72.53769588985236,41.838413507372216],[-72.53739988976403,41.83855750740947],[-72.53709088967244,41.83871850745044],[-72.53529088913905,41.8396595076896],[-72.53469088896134,41.83997450776958],[-72.53456688892527,41.840051507788424],[-72.53444688889041,41.840126507806715],[-72.53419488881714,41.84028250784488],[-72.53407188878141,41.84035950786369],[-72.53410188878152,41.840190507830116],[-72.53419288878233,41.83968550772975],[-72.53422388878285,41.83951750769631],[-72.53416788876223,41.83947650769019],[-72.53398888869886,41.839389507679115],[-72.53397488869395,41.83938350767842],[-72.53375688861797,41.83929850766899],[-72.53324088843813,41.8390975076467],[-72.53299188835136,41.839000507635944],[-72.53285788830512,41.83895650763173],[-72.5326848882455,41.83890050762646],[-72.53176988793003,41.83860350759838],[-72.53139488780042,41.83847650758586],[-72.5281178866679,41.83736650747642],[-72.52664388615416,41.83679150741254],[-72.52605688594963,41.83656350738729],[-72.52550888575465,41.83627950734999],[-72.5251368856206,41.83605750731902],[-72.52504988558924,41.836005507311775],[-72.52465888544722,41.83575250727544],[-72.52431688532273,41.835526507242754],[-72.52370988510621,41.835202507199604],[-72.52318188491834,41.83492950716381],[-72.52174688440066,41.834062507042276],[-72.52006688379868,41.83311850691374],[-72.51997888376717,41.833069506907115],[-72.51953188361026,41.83287550688393],[-72.51891588339359,41.832600506850525],[-72.515818882331,41.831685506772835],[-72.51572988231162,41.8318545068083],[-72.51529988221817,41.832674506980325],[-72.51479688211671,41.833771507208176],[-72.51444088202526,41.834203507302924],[-72.51439088201792,41.83436050733483],[-72.5143658820225,41.83458350737869],[-72.51430688201691,41.83482250742669],[-72.51399488191014,41.83473550741987],[-72.51312688161326,41.83449550740127],[-72.51306088159122,41.83448650740164],[-72.51291788154347,41.83446750740255],[-72.51273988148614,41.834480507410746],[-72.51261488144772,41.83452150742265],[-72.51224288133344,41.83464550745847],[-72.51211888129538,41.83468750747053],[-72.51193888123962,41.834739507486326],[-72.51189288122542,41.8347535074905],[-72.51170188116573,41.834799507505465],[-72.51150488110346,41.83483450751852],[-72.51138988106598,41.83483550752239],[-72.51120388100553,41.8348395075291],[-72.51095488092396,41.83483350753589],[-72.51070088083813,41.834781507533975],[-72.51060688080591,41.834754507531756],[-72.51011288063692,41.834617507521095],[-72.50886488020808,41.8342375074876],[-72.5084448800638,41.834110507476495],[-72.50830388001285,41.8340235074642],[-72.50807887993903,41.834016507470025],[-72.50769487981421,41.83402450748384],[-72.50764687979814,41.83401750748402],[-72.50744087972933,41.83398950748519],[-72.50710087961312,41.8338965074781],[-72.5066328794493,41.8337015074554],[-72.50578987915581,41.833378507419965],[-72.50517687894242,41.833143507394176],[-72.50489187884425,41.83305250738571],[-72.50403687854973,41.8327795073603],[-72.50375187845158,41.83268950735203],[-72.50367187843068,41.832780507372156],[-72.50356587840558,41.832946507407584],[-72.50356387840506,41.83294850740802],[-72.50345987838476,41.833187507457495],[-72.50336687836366,41.83334950749174],[-72.5032838783435,41.83347050751774],[-72.50318587831609,41.833550507536316],[-72.50306287827843,41.83359350754854],[-72.5029518782422,41.83359350755208],[-72.50268987815701,41.833598507561426],[-72.50263287813836,41.83359750756304]]]},"properties":{"name":4872.01,"geoid":"09003487201"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.53407188878141,41.84035950786369],[-72.53390788873516,41.84048650789344],[-72.53341688859678,41.84086750798266],[-72.53325388855093,41.84099550801258],[-72.53303488848857,41.84115450805027],[-72.53301088848175,41.84117250805452],[-72.53258788835973,41.84145150812189],[-72.53235188829096,41.841595508157205],[-72.53212188822413,41.84173850819219],[-72.53087488786126,41.84250750838046],[-72.5307028878119,41.84262550840874],[-72.53033588770676,41.84288050846967],[-72.52992488758565,41.843107508526614],[-72.52936688742173,41.84342450860564],[-72.52855188718335,41.84390550872453],[-72.52789288699579,41.84438550883823],[-72.52741888686828,41.84485950894486],[-72.52702188676435,41.845307509044005],[-72.5267828867035,41.84560650910934],[-72.52675188669537,41.84564150911709],[-72.52626588656884,41.84620150924068],[-72.52564588640635,41.84689750939481],[-72.52545788635607,41.84709050943807],[-72.52489688620614,41.84766950956772],[-72.52470988615622,41.84786350961115],[-72.52383188592786,41.84887950983526],[-72.5219448854373,41.85106751031776],[-72.52118588523828,41.85191751050605],[-72.52029188500394,41.85292051072813],[-72.52015788497104,41.85310951076888],[-72.52008688495128,41.853169510782735],[-72.5193458847456,41.85380051092815],[-72.51924188471676,41.85388951094867],[-72.51866288455614,41.854384511062655],[-72.5183018844563,41.85469851113479],[-72.517826884325,41.85511251122984],[-72.51691088407377,41.85594551141985],[-72.51595588381126,41.85680451161609],[-72.51566788373216,41.85706451167547],[-72.51540888365903,41.857263511722124],[-72.51514288358402,41.857469511770375],[-72.5151318835805,41.85747051177092],[-72.51493088351697,41.85750651178429],[-72.51404288323499,41.857642511838904],[-72.51077288219673,41.85814551204044],[-72.50968388185099,41.858313512107664],[-72.50813188135768,41.85854351220162],[-72.50347887987884,41.859234512483596],[-72.50192787938592,41.859465512577714],[-72.50187287936865,41.85947751258178],[-72.50104587910953,41.85966551264447],[-72.49681087778234,41.86062451296475],[-72.4969268777962,41.86020451288001],[-72.49700487780221,41.85986451281193],[-72.49724487782224,41.858844512607476],[-72.49726287782372,41.85876751259205],[-72.4973258778293,41.8585055125395],[-72.4976068778619,41.857471512331024],[-72.49845187796042,41.85436951170553],[-72.49873387799346,41.85333751149741],[-72.49879487797882,41.85273251137872],[-72.4989868779379,41.85091951102274],[-72.49905087792432,41.85031651090434],[-72.49909887792668,41.850083510857836],[-72.49970387795953,41.84720251028256],[-72.50138287805066,41.839205508685495],[-72.50166487806612,41.83786450841764],[-72.50232087810255,41.83475350779616],[-72.50233087810307,41.83470550778658],[-72.50237387810756,41.83453850775297],[-72.50238187810837,41.83450650774654],[-72.50258487813262,41.83377150759818],[-72.50263087813833,41.83360850756523],[-72.50263287813836,41.83359750756304],[-72.50268987815701,41.833598507561426],[-72.5029518782422,41.83359350755208],[-72.50306287827843,41.83359350754854],[-72.50318587831609,41.833550507536316],[-72.5032838783435,41.83347050751774],[-72.50336687836366,41.83334950749174],[-72.50345987838476,41.833187507457495],[-72.50356387840506,41.83294850740802],[-72.50356587840558,41.832946507407584],[-72.50367187843068,41.832780507372156],[-72.50375187845158,41.83268950735203],[-72.50403687854973,41.8327795073603],[-72.50489187884425,41.83305250738571],[-72.50517687894242,41.833143507394176],[-72.50578987915581,41.833378507419965],[-72.5066328794493,41.8337015074554],[-72.50710087961312,41.8338965074781],[-72.50744087972933,41.83398950748519],[-72.50764687979814,41.83401750748402],[-72.50769487981421,41.83402450748384],[-72.50807887993903,41.834016507470025],[-72.50830388001285,41.8340235074642],[-72.5084448800638,41.834110507476495],[-72.50886488020808,41.8342375074876],[-72.51011288063692,41.834617507521095],[-72.51060688080591,41.834754507531756],[-72.51070088083813,41.834781507533975],[-72.51095488092396,41.83483350753589],[-72.51120388100553,41.8348395075291],[-72.51138988106598,41.83483550752239],[-72.51150488110346,41.83483450751852],[-72.51170188116573,41.834799507505465],[-72.51189288122542,41.8347535074905],[-72.51193888123962,41.834739507486326],[-72.51211888129538,41.83468750747053],[-72.51224288133344,41.83464550745847],[-72.51261488144772,41.83452150742265],[-72.51273988148614,41.834480507410746],[-72.51291788154347,41.83446750740255],[-72.51306088159122,41.83448650740164],[-72.51312688161326,41.83449550740127],[-72.51399488191014,41.83473550741987],[-72.51430688201691,41.83482250742669],[-72.5143658820225,41.83458350737869],[-72.51439088201792,41.83436050733483],[-72.51444088202526,41.834203507302924],[-72.51479688211671,41.833771507208176],[-72.51529988221817,41.832674506980325],[-72.51572988231162,41.8318545068083],[-72.515818882331,41.831685506772835],[-72.51891588339359,41.832600506850525],[-72.51953188361026,41.83287550688393],[-72.51997888376717,41.833069506907115],[-72.52006688379868,41.83311850691374],[-72.52174688440066,41.834062507042276],[-72.52318188491834,41.83492950716381],[-72.52370988510621,41.835202507199604],[-72.52431688532273,41.835526507242754],[-72.52465888544722,41.83575250727544],[-72.52504988558924,41.836005507311775],[-72.5251368856206,41.83605750731902],[-72.52550888575465,41.83627950734999],[-72.52605688594963,41.83656350738729],[-72.52664388615416,41.83679150741254],[-72.5281178866679,41.83736650747642],[-72.53139488780042,41.83847650758586],[-72.53176988793003,41.83860350759838],[-72.5326848882455,41.83890050762646],[-72.53285788830512,41.83895650763173],[-72.53299188835136,41.839000507635944],[-72.53324088843813,41.8390975076467],[-72.53375688861797,41.83929850766899],[-72.53397488869395,41.83938350767842],[-72.53398888869886,41.839389507679115],[-72.53416788876223,41.83947650769019],[-72.53422388878285,41.83951750769631],[-72.53419288878233,41.83968550772975],[-72.53410188878152,41.840190507830116],[-72.53407188878141,41.84035950786369]]]},"properties":{"name":4872.02,"geoid":"09003487202"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.50255987677897,41.81018450304411],[-72.50233087670553,41.81020650305569],[-72.50156787646172,41.81029550309721],[-72.4985948755119,41.81064550325968],[-72.49760387519531,41.810762503313896],[-72.49759587519274,41.81076350331434],[-72.49733587510966,41.81079350332842],[-72.49723087507616,41.810806503334305],[-72.4965318748523,41.81087950337069],[-72.49626487476685,41.81090850338482],[-72.49571487459075,41.81096650341356],[-72.49539987448988,41.81099950342999],[-72.49280487365893,41.81127250356548],[-72.49195987338838,41.81136150360961],[-72.49194187338256,41.8113625036104],[-72.49161987327953,41.81139750362742],[-72.49157487326512,41.81140250362982],[-72.4906538729684,41.81146750367176],[-72.49033287286511,41.811492503686814],[-72.49009087278354,41.811446503685644],[-72.49004387276793,41.811441503686176],[-72.48954287260639,41.81147450370854],[-72.48943187257069,41.8114835037138],[-72.48791087208598,41.81168450380115],[-72.487869872073,41.81169150380379],[-72.4878428720643,41.81169350380505],[-72.48736487191213,41.811759503833045],[-72.48697287178967,41.81185450386389],[-72.48579587142218,41.81214350395725],[-72.48540487130022,41.81224150398863],[-72.4852078712384,41.81228450400324],[-72.48511187120754,41.812292504007836],[-72.4842258709233,41.81237650405232],[-72.48393087082871,41.812405504067314],[-72.48367687074695,41.81242450407908],[-72.4822088702743,41.81253450414714],[-72.4770458686124,41.812927504387616],[-72.4760298682854,41.81300550443507],[-72.47599886826275,41.81278550439357],[-72.47592986821293,41.81230550430303],[-72.4758038681306,41.81158150416719],[-72.47553586795588,41.810048503879564],[-72.47435686718593,41.803278502609146],[-72.474129867038,41.80198050236557],[-72.47396386692942,41.80102350218593],[-72.47394786691908,41.80093350216906],[-72.47390086688844,41.80066450211857],[-72.47388586687849,41.80057550210186],[-72.47383486684518,41.80028250204685],[-72.4736848667463,41.79940450188198],[-72.47364086671743,41.79914950183409],[-72.47372886674579,41.79914350183013],[-72.47380786677112,41.79913550182605],[-72.47431186693312,41.799093501801906],[-72.47438286695599,41.79908850179865],[-72.47448086698729,41.79907650179323],[-72.47747986794931,41.79879150164262],[-72.478513868281,41.79869350159072],[-72.47858486830256,41.79866550158305],[-72.47883986837995,41.798563501555215],[-72.47905786844166,41.79839850151639],[-72.4793528685302,41.79826350148089],[-72.479660868628,41.798216501461994],[-72.4810988690901,41.798094501392605],[-72.48133286916466,41.798063501379154],[-72.48155986923437,41.79798750135723],[-72.48169186926971,41.797851501326754],[-72.48197786933875,41.79742550123532],[-72.48233086942201,41.79686550111585],[-72.48259086949778,41.796706501076834],[-72.48282486956857,41.79660950105062],[-72.48323986969848,41.79651350101884],[-72.4837078698439,41.796386500979395],[-72.48433087003203,41.79612150090832],[-72.48490287020594,41.79589950084719],[-72.48532887034371,41.79587850082955],[-72.48559887043132,41.79587050081941],[-72.48747387103975,41.79581550074902],[-72.48860787140434,41.79572250069489],[-72.48922787160355,41.7956695006649],[-72.48973487176582,41.7956155006383],[-72.49050187200989,41.79550850059318],[-72.49047387198813,41.79528650055116],[-72.49044287196425,41.795044500505384],[-72.492411872604,41.795001500434296],[-72.49462187332419,41.79499050036171],[-72.4966458739858,41.7950165003022],[-72.49726787418633,41.79497550027445],[-72.49807187444316,41.794880500230434],[-72.49957487492266,41.79469250014618],[-72.50165687558786,41.79444950003283],[-72.50427487642536,41.794162499893865],[-72.5053128767579,41.794057499840456],[-72.50640187710304,41.7938814997717],[-72.50698187728634,41.7937784997333],[-72.50862287781342,41.793636499653495],[-72.5090818779651,41.79367149964561],[-72.50930087804053,41.79374149965216],[-72.50945087809163,41.79377949965472],[-72.51056987847274,41.79406349967388],[-72.51094287859979,41.79415849968035],[-72.5112348786992,41.794231499685125],[-72.51211287899801,41.794450499699444],[-72.51240587909778,41.79452449970441],[-72.51291687927122,41.794643499711086],[-72.51322887937462,41.79467249970672],[-72.51344087944491,41.794692499703835],[-72.51526988003894,41.79464949963714],[-72.51554288012814,41.79465249962901],[-72.51636188039593,41.79466449960518],[-72.51663588048551,41.794668499597215],[-72.51688988056847,41.794670499589486],[-72.51734688071787,41.79467649957607],[-72.51762988080964,41.79466749956529],[-72.51765288081714,41.79466749956457],[-72.51790788090035,41.794668499556614],[-72.51832188103361,41.79463749953741],[-72.51862988113245,41.79460949952217],[-72.52079588182777,41.79441549941553],[-72.52151888205991,41.79435149938008],[-72.5215378820766,41.794535499415026],[-72.5191648813128,41.79471249952499],[-72.51803988095423,41.79485849958912],[-72.51767588083825,41.794906499610015],[-72.51682488056704,41.79501749965862],[-72.51559188017428,41.79518149972966],[-72.51493887996897,41.79531549977639],[-72.51435087978545,41.79546049982318],[-72.51362887956395,41.79570549989357],[-72.51329087946192,41.795849499932174],[-72.51265687927071,41.79612250000517],[-72.51193487905627,41.7964915000995],[-72.51131587887502,41.79685350018923],[-72.5109148787577,41.797089500247615],[-72.51043387861891,41.797407500324404],[-72.51013387853249,41.79760750037262],[-72.50954487836661,41.79806750048031],[-72.50954087836554,41.7980715004812],[-72.50901487822122,41.79854950059035],[-72.5086958781381,41.798916500671425],[-72.50856587810428,41.79906750070476],[-72.50797387795824,41.79989250088306],[-72.50786787793632,41.800114500929325],[-72.5076588778932,41.800554501021004],[-72.50731087781932,41.80124950116638],[-72.50727287781069,41.801315501180355],[-72.50600587752432,41.803541501650855],[-72.50558387742903,41.80428450180787],[-72.5053248773714,41.80475550190711],[-72.50494687728755,41.80544750205288],[-72.50477187724864,41.80576650212008],[-72.50470287723343,41.80589450214703],[-72.50314387690156,41.80899350279543],[-72.50291087685203,41.80945750289249],[-72.50255987677897,41.81018450304411]]]},"properties":{"name":5141.01,"geoid":"09003514101"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.55041389097305,41.78542349673177],[-72.55272189168171,41.78465449650939],[-72.55294089174991,41.784598496491576],[-72.55343789190462,41.784469496450754],[-72.55351089192739,41.78445149644495],[-72.55430189218238,41.784400496409795],[-72.55497489240291,41.78441949639195],[-72.55505489242915,41.784422496389986],[-72.55548489257295,41.7844854963884],[-72.55552089257927,41.7843904963689],[-72.55563289259959,41.78410649631043],[-72.55566989260626,41.784012496291076],[-72.55581789263296,41.7836344962133],[-72.5559388926549,41.783327496150086],[-72.55614189270332,41.7830164960835],[-72.55644289277784,41.782602495993864],[-72.55644589277858,41.782598495993014],[-72.55673189285547,41.7823114959284],[-72.55683689288523,41.78223349590995],[-72.5569758929248,41.78213249588599],[-72.55716089297849,41.78201649585766],[-72.55727189301075,41.781947495840775],[-72.55772589314707,41.781742495786645],[-72.55794689321432,41.78165849576336],[-72.5582278932999,41.781552495733855],[-72.55898089353433,41.781358495672286],[-72.55963489373976,41.781221495624905],[-72.55992389382992,41.78115049560194],[-72.56008389388076,41.78112749559238],[-72.56034189396283,41.78109149557718],[-72.5608098941109,41.78101249554695],[-72.56115489422093,41.780969495527614],[-72.56122089424198,41.780961495523954],[-72.56218189454488,41.78077849545785],[-72.56252489465298,41.78071349543432],[-72.5628638947606,41.780662495413644],[-72.56429189521373,41.78044449532582],[-72.56605489577538,41.780214495224996],[-72.56664589596521,41.78016449519641],[-72.56672989599213,41.780156495192195],[-72.56681389601911,41.780149495188155],[-72.56688889604317,41.78014249518441],[-72.56696289606695,41.78013649518088],[-72.56758889626803,41.7800834951506],[-72.56799689639796,41.78002949512712],[-72.56829489649472,41.780022495116235],[-72.56881889666589,41.78002849510062],[-72.56884089667318,41.78003049510031],[-72.56891789669828,41.78003049509785],[-72.56921489679512,41.78003049508835],[-72.56931489682776,41.780031495085346],[-72.56944689687082,41.78003149508111],[-72.56952789689726,41.78003249507872],[-72.5698428970002,41.780036495069425],[-72.56997589704368,41.78003849506555],[-72.57013489709556,41.78003949506068],[-72.57061289725162,41.780043495046144],[-72.5707728973039,41.78004549504141],[-72.57088789734122,41.780042495037165],[-72.5710888974066,41.78003949503015],[-72.57123289745411,41.78004949502747],[-72.57134889749238,41.780057495025304],[-72.57139589750774,41.78005849502399],[-72.57153689755395,41.78006249502025],[-72.57158489756972,41.780064495019104],[-72.57162989758446,41.780065495017865],[-72.57176789762966,41.78006949501422],[-72.57181389764477,41.78007149501313],[-72.5719848977008,41.780076495008636],[-72.57259989790423,41.780127494998816],[-72.57295889802297,41.78015749499312],[-72.57329989813648,41.78019849499012],[-72.57356689822635,41.78024749499105],[-72.57490789868488,41.78062149502044],[-72.57566789894476,41.78083349503709],[-72.57571389896056,41.78084749503831],[-72.57585289900832,41.78089049504218],[-72.57589989902449,41.78090549504358],[-72.57600089905915,41.780935495046144],[-72.57630389916324,41.781028495054414],[-72.57640489919794,41.78105949505718],[-72.57688789936374,41.78120549506994],[-72.57711689944247,41.78127649507633],[-72.57879490001962,41.78180349512447],[-72.57924690017542,41.781951495138614],[-72.57942890023818,41.78201149514438],[-72.57994990041867,41.78219749516364],[-72.57999090046214,41.78272449526417],[-72.58143290126844,41.7886074963548],[-72.58145890128836,41.78880749639259],[-72.58144090132274,41.789511496529194],[-72.58151590136283,41.78978549657975],[-72.58153290137535,41.78990749660277],[-72.58155890139207,41.79005149662975],[-72.5815669013969,41.79009049663703],[-72.58158790141016,41.790202496658],[-72.58158790141033,41.79020549665858],[-72.58167790146784,41.79069849675095],[-72.58169490147887,41.79079449676895],[-72.58177190152811,41.79121649684802],[-72.58180090154679,41.791377496878184],[-72.5818729015927,41.79177049695181],[-72.58189490160679,41.7918914969745],[-72.58196390165114,41.792273497046075],[-72.5819999016742,41.79247149708318],[-72.5820749017222,41.792883497160375],[-72.58210590174214,41.793055497192626],[-72.58222090181582,41.79368849731121],[-72.58224090182857,41.79379749733164],[-72.58232090187958,41.794233497413316],[-72.58234490189524,41.794370497439004],[-72.58240590193417,41.79470349750137],[-72.58242190194441,41.79479149751787],[-72.58248890198719,41.795157497586416],[-72.58249890199377,41.79521549759732],[-72.58251990200706,41.79532849761847],[-72.5825979020572,41.79576049769941],[-72.58262490207443,41.79590749772696],[-72.58269590211998,41.796299497800405],[-72.58270490212561,41.79634649780919],[-72.58272590213926,41.79646549783152],[-72.5827909021807,41.79681949789782],[-72.58281190219435,41.79693849792014],[-72.58287090223189,41.79725849798006],[-72.58290090225111,41.797423498010964],[-72.5829409022769,41.797646498052764],[-72.58300990232101,41.79802449812357],[-72.583034902337,41.79816149814923],[-72.58307690236407,41.7983954981931],[-72.58342290258568,41.8002974985494],[-72.5834359025938,41.80036549856211],[-72.5834669026137,41.800536498594155],[-72.58348190262248,41.80060449860681],[-72.58348590262523,41.800629498611514],[-72.58348990262783,41.80065249861582],[-72.5829819024713,41.80081149866279],[-72.58114990190666,41.80138349883195],[-72.58053990171875,41.80157549888858],[-72.5803489016623,41.8016774989144],[-72.57977890149404,41.80198549899214],[-72.579588901438,41.802088499018105],[-72.5788539012076,41.80225049907294],[-72.57665090051717,41.80273849923773],[-72.57591690028721,41.8029024992929],[-72.5741358997318,41.80334549943549],[-72.56879589806667,41.80467749986369],[-72.56770589772678,41.80494949995111],[-72.56726589759045,41.80507449998934],[-72.56702189751489,41.80514450001066],[-72.56683989745834,41.80519350002596],[-72.56629289728848,41.805342500072236],[-72.56611189723232,41.80539250008769],[-72.5639568965605,41.80593350026113],[-72.56254389612002,41.80628850037494],[-72.55854989487489,41.80729150069643],[-72.55749289454532,41.80755650078142],[-72.55676189431746,41.80774050084036],[-72.5553388938738,41.80809750095481],[-72.55138289263928,41.809070501269275],[-72.55120289258315,41.80911550128373],[-72.53951888893752,41.81200250221488],[-72.53578988777394,41.81292450251215],[-72.53556488770376,41.812980502530145],[-72.53095888625882,41.81398450287127],[-72.53023788603427,41.8141705029302],[-72.52925188572831,41.81444450301465],[-72.52915988569882,41.814453503019315],[-72.52910288568096,41.81446650302364],[-72.52893488562839,41.814505503036536],[-72.52887888561094,41.81451950304104],[-72.52807888536331,41.81475250311159],[-72.525680884621,41.815450503323014],[-72.52488188437374,41.81568450339372],[-72.52457688427808,41.81575150341641],[-72.52366388399182,41.815953503484586],[-72.52335988389655,41.816021503507436],[-72.52290288375353,41.81612750354251],[-72.52153388332519,41.816446503647846],[-72.52107788318256,41.81655350368307],[-72.52072488307027,41.81660350370401],[-72.51966788273401,41.81675250376654],[-72.5193158826221,41.81680350378763],[-72.51878988245521,41.81688550382027],[-72.51721288195478,41.81713050391796],[-72.51668788178827,41.81721350395074],[-72.51609788160678,41.817405504006665],[-72.51432988106295,41.81798150417434],[-72.51374088088183,41.81817450423044],[-72.51238688046115,41.81854250434474],[-72.50832387919884,41.81964750468785],[-72.50697087877855,41.820016504802304],[-72.50666187868099,41.820073504823185],[-72.5057378783895,41.820247504886275],[-72.50560887834884,41.820272504895215],[-72.50543087829271,41.820306504907464],[-72.50555187829738,41.819696504785796],[-72.50591787831256,41.81786950442129],[-72.5060308783173,41.81730650430894],[-72.50604087831795,41.817260504299746],[-72.50611687832296,41.816913504230314],[-72.50634887833932,41.81587350402203],[-72.5064258783447,41.81552750395275],[-72.50642887834493,41.81551450395015],[-72.50643087834513,41.815506503948534],[-72.50650787834464,41.81505750385936],[-72.5067528783443,41.8136505035798],[-72.50682887834445,41.81321850349392],[-72.50683187834476,41.813206503491514],[-72.50683687834496,41.81318150348652],[-72.5071708783584,41.811506503152344],[-72.50753187837351,41.809706502793134],[-72.5042588773238,41.81002050295822],[-72.50255987677897,41.81018450304411],[-72.50291087685203,41.80945750289249],[-72.50314387690156,41.80899350279543],[-72.50470287723343,41.80589450214703],[-72.50477187724864,41.80576650212008],[-72.50494687728755,41.80544750205288],[-72.5053248773714,41.80475550190711],[-72.50558387742903,41.80428450180787],[-72.50600587752432,41.803541501650855],[-72.50727287781069,41.801315501180355],[-72.50731087781932,41.80124950116638],[-72.5076588778932,41.800554501021004],[-72.50786787793632,41.800114500929325],[-72.50797387795824,41.79989250088306],[-72.50856587810428,41.79906750070476],[-72.5086958781381,41.798916500671425],[-72.50901487822122,41.79854950059035],[-72.50954087836554,41.7980715004812],[-72.50954487836661,41.79806750048031],[-72.51013387853249,41.79760750037262],[-72.51043387861891,41.797407500324404],[-72.5109148787577,41.797089500247615],[-72.51131587887502,41.79685350018923],[-72.51193487905627,41.7964915000995],[-72.51265687927071,41.79612250000517],[-72.51329087946192,41.795849499932174],[-72.51362887956395,41.79570549989357],[-72.51435087978545,41.79546049982318],[-72.51493887996897,41.79531549977639],[-72.51559188017428,41.79518149972966],[-72.51682488056704,41.79501749965862],[-72.51767588083825,41.794906499610015],[-72.51803988095423,41.79485849958912],[-72.5191648813128,41.79471249952499],[-72.5215378820766,41.794535499415026],[-72.52154888208611,41.79463949943477],[-72.52154988208707,41.79465049943686],[-72.52155288209003,41.794685499443545],[-72.52155488209138,41.7946974994458],[-72.5215358820931,41.79483649947325],[-72.52147888209845,41.79525649955623],[-72.52146088210056,41.79539649958386],[-72.52145888210038,41.795404499585466],[-72.52145288209991,41.79543049959069],[-72.5214518821001,41.79543949959246],[-72.52128488208923,41.7962044997456],[-72.52108188205102,41.79669549984696],[-72.52092088201664,41.79701349991354],[-72.5208448819999,41.79715449994321],[-72.52022688187544,41.798506500224164],[-72.51987488180616,41.79930450038958],[-72.51983488179835,41.799396500408655],[-72.51980188179188,41.799471500424175],[-72.51958488174972,41.799973500528125],[-72.51951388173615,41.800141500562816],[-72.51934188170256,41.80053650064464],[-72.51923888168268,41.8007765006943],[-72.51888188161071,41.80155650085638],[-72.51881188159695,41.80171550088934],[-72.51863988156343,41.80211150097134],[-72.51854888154602,41.802326501015784],[-72.51839888151756,41.80268550108992],[-72.51834588151785,41.80299350115112],[-72.51830788151862,41.80322450119697],[-72.51828388152192,41.803419501235396],[-72.51821388153262,41.804007501351236],[-72.51819088153627,41.80420350138982],[-72.51816588154212,41.80444850143795],[-72.51809188156001,41.80518550158269],[-72.51806788156622,41.80543150163098],[-72.51803788156668,41.80561150166671],[-72.51797988156808,41.805967501737335],[-72.5179348815638,41.80614950177392],[-72.5178918815599,41.80632750180968],[-72.51777088153786,41.80663250187247],[-72.5176498815159,41.806939501935624],[-72.51743788147851,41.80749650204999],[-72.51742788147851,41.80755350206133],[-72.51737388147939,41.807877502125635],[-72.51735988148285,41.80801850215332],[-72.51733488148503,41.80819950218908],[-72.51731588149018,41.80839850222814],[-72.5172968814958,41.808605502268726],[-72.51716588148952,41.809244502396325],[-72.51710188150918,41.809955502535715],[-72.5170548815237,41.81047850263823],[-72.5171738815616,41.81046250263134],[-72.51721288157427,41.810461502629906],[-72.51746688165706,41.81046050262161],[-72.51768988173109,41.810483502618936],[-72.5177878817637,41.810494502617914],[-72.51783688177997,41.810499502617326],[-72.51784888178399,41.81050150261733],[-72.51789488179934,41.81050750261702],[-72.5181878818973,41.81054950261577],[-72.51821588190671,41.81055450261584],[-72.51858488203175,41.8106365026199],[-72.51898088216812,41.8107625026316],[-72.51917388223539,41.810838502640095],[-72.5194928823467,41.81096550265445],[-72.51957188236726,41.810874502634356],[-72.51968688239981,41.81078750261387],[-72.519890882459,41.810658502582434],[-72.51991388246564,41.810643502578806],[-72.52006388250948,41.81055450255683],[-72.52029888258163,41.810475502534075],[-72.52053988265772,41.81043150251787],[-72.52084288275586,41.810419502505866],[-72.5211638828621,41.810446502500845],[-72.52128388290181,41.81045650249895],[-72.52147088296388,41.81047550249664],[-72.52157088299712,41.81048650249555],[-72.52183988308651,41.81051550249258],[-72.52200288313973,41.81051650248756],[-72.52221388320868,41.81051850248121],[-72.52238488326456,41.81052050247614],[-72.52275488338324,41.810485502457546],[-72.52284488341151,41.81046650245102],[-72.52305288347691,41.810423502436066],[-72.52331788355946,41.81035550241445],[-72.52408988379402,41.81005350233148],[-72.52440388388571,41.809865502285135],[-72.52476988398944,41.80959150222052],[-72.52506288406805,41.80929450215379],[-72.52536188414425,41.808920502072],[-72.52549388417599,41.80872250202954],[-72.5257558842473,41.80847450197326],[-72.52616488436198,41.80814650189685],[-72.5265958844829,41.807802501816646],[-72.52719188464934,41.807312501702945],[-72.52723588466168,41.807277501694784],[-72.5275598847524,41.80701550163382],[-72.52840188498817,41.80633450147538],[-72.52877488509361,41.806050501408606],[-72.52882888510892,41.80601050139914],[-72.52920388521675,41.8057565013381],[-72.52950588530419,41.80556250129098],[-72.52996388543852,41.805299501225555],[-72.53037088555803,41.80506750116773],[-72.53069088565178,41.80488150112158],[-72.53101588574825,41.80471450107893],[-72.53108688576917,41.80467550106913],[-72.53117888579632,41.804625501056535],[-72.53324388640644,41.80351550077613],[-72.53396388661923,41.803129500678544],[-72.53410088665974,41.80305650066008],[-72.5345138867821,41.80284050060515],[-72.53465188682306,41.80276950058703],[-72.53482788687515,41.80267650056345],[-72.53496188691491,41.80260750054584],[-72.53531388701403,41.802332500481455],[-72.53533588702022,41.80231550047747],[-72.53546588705713,41.802219500454775],[-72.53547288705902,41.8022125004532],[-72.5357288871288,41.801972500398655],[-72.53588988717092,41.80179050035835],[-72.53661388735775,41.80092650016831],[-72.53671388738354,41.80080750014211],[-72.5367388873901,41.80077950013592],[-72.53698188745582,41.80054250008235],[-72.53719088751313,41.800352500038976],[-72.53764688764348,41.800030499962205],[-72.54040788846345,41.79862149960176],[-72.54157588881033,41.798025499449295],[-72.54206888895676,41.797774499385035],[-72.54254888909938,41.797530499322555],[-72.5432828893228,41.79725149924519],[-72.54341788936385,41.79719949923083],[-72.54382388948747,41.7970454991881],[-72.5439598895289,41.7969944991739],[-72.54401388954531,41.79697349916812],[-72.54476288977432,41.7967064990926],[-72.54584889010643,41.79632049898331],[-72.54723989054804,41.796110498898265],[-72.5478578907443,41.79601849886074],[-72.5480858908174,41.795996498849206],[-72.54870889102129,41.796009498831786],[-72.54888489107893,41.796013498826944],[-72.54962989132403,41.79605149881046],[-72.55033489155824,41.79612749880261],[-72.55056889163747,41.796178498804984],[-72.55117789184378,41.7963134988116],[-72.55121589185651,41.79631949881153],[-72.5513298918947,41.79633749881137],[-72.55136889190781,41.796344498811465],[-72.55142189191601,41.79618549877906],[-72.55146289192368,41.79608549875843],[-72.55153389193708,41.79591449872312],[-72.55169089196868,41.79557149865184],[-72.55174789198138,41.795468498630115],[-72.55179789198982,41.795330498601835],[-72.55189389200639,41.79507249854894],[-72.55191589201019,41.79501349853683],[-72.55191889201043,41.79500049853423],[-72.55193089201184,41.79495649852534],[-72.55199889202528,41.79480349849361],[-72.55200189202556,41.79479149849118],[-72.55202089202758,41.794718498476485],[-72.55202489202821,41.794706498474035],[-72.55203589202975,41.79467049846672],[-72.55204089203073,41.79465949846444],[-72.55205189203232,41.79462449845733],[-72.55207589203621,41.79455549844323],[-72.55208489203721,41.79452149843637],[-72.55209489203854,41.79448749842949],[-72.55213389204339,41.79434949840157],[-72.55234689206858,41.793574498245015],[-72.55227389202838,41.7932874981919],[-72.55225289201675,41.79320349817635],[-72.55220489198364,41.79289749811875],[-72.55215789195523,41.79266849807601],[-72.55201989187194,41.79199749795078],[-72.55193189177477,41.790798497721916],[-72.55191289175353,41.790534497671516],[-72.5518568917147,41.790174497603736],[-72.55179289166843,41.7897294975198],[-72.55178189166143,41.78966949750855],[-72.55175189164216,41.78950349747744],[-72.55161689156881,41.788989497382424],[-72.55143889148549,41.78854649730252],[-72.55126889141248,41.788238497248436],[-72.55118889137812,41.78809349722297],[-72.55111689134499,41.78792449719261],[-72.55102089130638,41.787796497170966],[-72.55099789129622,41.7877494971626],[-72.55094889127463,41.78765149714523],[-72.55092889126584,41.787611497138144],[-72.55090589125572,41.78756549712998],[-72.55087589124257,41.78750649711954],[-72.55074989118704,41.78725349707468],[-72.55066989114282,41.78693549701579],[-72.55041389097305,41.78542349673177]]]},"properties":{"name":5141.02,"geoid":"09003514102"}} +]} \ No newline at end of file diff --git a/docs/data/hartfordcounty-tracts-2010.png b/docs/data/hartfordcounty-tracts-2010.png new file mode 100644 index 000000000..61d51fd1a Binary files /dev/null and b/docs/data/hartfordcounty-tracts-2010.png differ diff --git a/docs/data/name-lat-lon-info.csv b/docs/data/name-lat-lon-info.csv new file mode 100644 index 000000000..19a73bb3f --- /dev/null +++ b/docs/data/name-lat-lon-info.csv @@ -0,0 +1,4 @@ +name,lat,lon,optional,optional2 +Hartford,41.76,-72.67,city,"https://en.wikipedia.org/wiki/Hartford,_Connecticut" +Bloomfield,41.85,-72.73,suburb,"https://en.wikipedia.org/wiki/Bloomfield,_Connecticut" +West Hartford,41.76,-72.75,suburb,"https://en.wikipedia.org/wiki/West_Hartford,_Connecticut" \ No newline at end of file diff --git a/map/sample-address-data.csv b/docs/data/sample-address-data.csv similarity index 100% rename from map/sample-address-data.csv rename to docs/data/sample-address-data.csv diff --git a/docs/data/sample-filtered-line-chart.csv b/docs/data/sample-filtered-line-chart.csv new file mode 100644 index 000000000..6d12a774a --- /dev/null +++ b/docs/data/sample-filtered-line-chart.csv @@ -0,0 +1 @@ +School,Year,Score Achievement First,2007, Achievement First,2008, Achievement First,2009,61.3 Achievement First,2010,81.7 Achievement First,2011,85.5 Achievement First,2012,89.7 Asian Studies,2007,59.8 Asian Studies,2008,70.6 Asian Studies,2009,47.3 Asian Studies,2010,60.9 Asian Studies,2011,41.9 Asian Studies,2012,40.2 Batchelder,2007,62.6 Batchelder,2008,48.3 Batchelder,2009,59.7 Batchelder,2010,60.3 Batchelder,2011,66.2 Batchelder,2012,58.6 Betances,2007,50 Betances,2008,40.1 Betances,2009,36.9 Betances,2010, Betances,2011, Betances,2012, Breakthrough,2007,73.3 Breakthrough,2008,72.9 Breakthrough,2009,72.1 Breakthrough,2010,86 Breakthrough,2011,75.8 Breakthrough,2012,80.6 Breakthrough (Hartford Residents),2007,61.5 Breakthrough (Hartford Residents),2008,68.3 Breakthrough (Hartford Residents),2009,63.8 Breakthrough (Hartford Residents),2010,80.9 Breakthrough (Hartford Residents),2011,69 Breakthrough (Hartford Residents),2012,75 Burns,2007,35.6 Burns,2008,28.5 Burns,2009,41.1 Burns,2010,50.3 Burns,2011,39.7 Burns,2012,39.1 Burr,2007,56.7 Burr,2008,56.3 Burr,2009,56.7 Burr,2010,73.2 Burr,2011,61.8 Burr,2012,47.8 Capital,2007, Capital,2008, Capital,2009, Capital,2010,66.2 Capital,2011,73.2 Capital,2012,74.3 Capital (Hartford Residents),2007, Capital (Hartford Residents),2008, Capital (Hartford Residents),2009, Capital (Hartford Residents),2010,61.5 Capital (Hartford Residents),2011,69.1 Capital (Hartford Residents),2012,69.4 Clark,2007,53.4 Clark,2008,17.4 Clark,2009,29.7 Clark,2010,42.4 Clark,2011,50.5 Clark,2012,34.8 Classical,2007, Classical,2008, Classical,2009, Classical,2010,80.9 Classical,2011,76.8 Classical,2012,73.2 Classical (Hartford Residents),2007, Classical (Hartford Residents),2008, Classical (Hartford Residents),2009, Classical (Hartford Residents),2010,74.8 Classical (Hartford Residents),2011,67.5 Classical (Hartford Residents),2012,61.4 Hartford,2007,46.3 Hartford,2008,47.8 Hartford,2009,54.1 Hartford,2010,69.2 Hartford,2011,64 Hartford,2012,61.3 HMMS,2007, HMMS,2008, HMMS,2009, HMMS,2010,85.3 HMMS,2011,83 HMMS,2012,80.2 HMMS (Hartford Residents),2007, HMMS (Hartford Residents),2008, HMMS (Hartford Residents),2009, HMMS (Hartford Residents),2010,76.9 HMMS (Hartford Residents),2011,76.3 HMMS (Hartford Residents),2012,72.5 Hooker,2007,57 Hooker,2008,54.6 Hooker,2009,70.3 Hooker,2010,70.2 Hooker,2011,56.7 Hooker,2012,64.1 Hooker (Hartford Residents),2007, Hooker (Hartford Residents),2008, Hooker (Hartford Residents),2009, Hooker (Hartford Residents),2010, Hooker (Hartford Residents),2011,56.7 Hooker (Hartford Residents),2012,69 Kennelly,2007,52.7 Kennelly,2008,47.9 Kennelly,2009,67.2 Kennelly,2010,66.4 Kennelly,2011,47 Kennelly,2012,48.4 Kinsella,2007,38.3 Kinsella,2008,46.3 Kinsella,2009,67 Kinsella,2010,77.8 Kinsella,2011,90.4 Kinsella,2012,79 Kinsella (Hartford Residents),2007,38.6 Kinsella (Hartford Residents),2008,45.3 Kinsella (Hartford Residents),2009,62 Kinsella (Hartford Residents),2010,68.5 Kinsella (Hartford Residents),2011,86.7 Kinsella (Hartford Residents),2012,69.2 McDonough,2007,43.3 McDonough,2008,57.3 McDonough,2009,46.2 McDonough,2010,58.9 McDonough,2011,39.4 McDonough,2012,34.2 MD Fox,2007,38.2 MD Fox,2008,42.3 MD Fox,2009,52.7 MD Fox,2010,53.8 MD Fox,2011, MD Fox,2012, Milner,2007,30.8 Milner,2008,29.7 Milner,2009,21.4 Milner,2010,44 Milner,2011,24.4 Milner,2012,38.3 ML King,2007,33.8 ML King,2008,45.9 ML King,2009,53.2 ML King,2010,77.4 ML King,2011,49 ML King,2012,58.5 Moylan,2007,41.7 Moylan,2008,40.1 Moylan,2009,50 Moylan,2010,63.5 Moylan,2011,54.4 Moylan,2012, Naylor,2007,50 Naylor,2008,56.9 Naylor,2009,65.7 Naylor,2010,57.4 Naylor,2011,45.7 Naylor,2012,47.8 Parkville,2007,55.6 Parkville,2008,69.9 Parkville,2009,76.3 Parkville,2010,78 Parkville,2011, Parkville,2012, Rawson,2007,66.7 Rawson,2008,58.3 Rawson,2009,54.8 Rawson,2010,67.5 Rawson,2011,64 Rawson,2012,46.6 Sanchez,2007,33.5 Sanchez,2008,38.2 Sanchez,2009,40.7 Sanchez,2010,51.6 Sanchez,2011, Sanchez,2012, SAND,2007,45.4 SAND,2008,38.2 SAND,2009,28.7 SAND,2010,58.1 SAND,2011,48.4 SAND,2012,56.5 Simpson-Waverly,2007,42.9 Simpson-Waverly,2008,53.4 Simpson-Waverly,2009,64 Simpson-Waverly,2010,89.5 Simpson-Waverly,2011,76.9 Simpson-Waverly,2012,64.3 Sports & Med,2007, Sports & Med,2008, Sports & Med,2009, Sports & Med,2010, Sports & Med,2011,78.3 Sports & Med,2012,80.7 Sports & Med (Hartford Residents),2007, Sports & Med (Hartford Residents),2008, Sports & Med (Hartford Residents),2009, Sports & Med (Hartford Residents),2010, Sports & Med (Hartford Residents),2011,68 Sports & Med (Hartford Residents),2012,68.8 STEM at AF,2007,35.8 STEM at AF,2008,42 STEM at AF,2009,56.5 STEM at AF,2010,70.3 STEM at AF,2011,84.1 STEM at AF,2012,84.7 STEM at AF (Hartford Residents),2007, STEM at AF (Hartford Residents),2008, STEM at AF (Hartford Residents),2009, STEM at AF (Hartford Residents),2010, STEM at AF (Hartford Residents),2011,80 STEM at AF (Hartford Residents),2012,80.3 Webster,2007,66.2 Webster,2008,66.7 Webster,2009,68.6 Webster,2010,87.9 Webster,2011,87 Webster,2012,90.9 Webster (Hartford Residents),2007,63.1 Webster (Hartford Residents),2008,64.4 Webster (Hartford Residents),2009,63.3 Webster (Hartford Residents),2010,83.7 Webster (Hartford Residents),2011,81.3 Webster (Hartford Residents),2012,87.5 West Middle,2007,46.4 West Middle,2008,50.7 West Middle,2009,57.6 West Middle,2010,57.4 West Middle,2011,62.3 West Middle,2012,69.4 Wish,2007,51.7 Wish,2008,58.6 Wish,2009,73.5 Wish,2010,80 Wish,2011,62.2 Wish,2012,59.6 \ No newline at end of file diff --git a/docs/data/sample-students-nations.ods b/docs/data/sample-students-nations.ods new file mode 100644 index 000000000..d607c5562 Binary files /dev/null and b/docs/data/sample-students-nations.ods differ diff --git a/docs/data/sample-students.csv b/docs/data/sample-students.csv new file mode 100644 index 000000000..2f354ca9a --- /dev/null +++ b/docs/data/sample-students.csv @@ -0,0 +1,101 @@ +studentID,year,gender,country +1,1980,m,KR +2,1988,f,US +3,1981,m,CO +4,1984,f, +5,1976,m,MX +6,,m,IN +7,,, +8,1979,f,KE +9,1983,f,AR +10,1986,f,DK +11,1997,f,FR +12,1995,m,PK +13,1992,m,CN +14,1981,,CN +15,1984,m,CM +16,,f,AU +17,1980,m,GR +18,1953,m, +19,1990,o,US +20,1989,m,IN +21,1992,f,BR +22,1982,f, +23,1982,m,US +24,1998,f,BY +25,1972,m,HU +26,1977,m, +27,,,DE +28,,m, +29,1979,m,MK +30,1967,f,US +31,1967,f,US +32,1976,f,IN +33,1991,f,IT +34,1990,f,DO +35,1969,f,US +36,1994,m,IN +37,,,DE +38,1982,m,PE +39,1990,m,IN +40,1976,m,AR +41,1959,f,US +42,1977,f,CN +43,,,AE +44,,,SA +45,1955,m, +46,,, +47,,f,VN +48,,,SA +49,1990,f,SK +50,,m, +51,1992,f,HU +52,1989,m,IN +53,1953,f,US +54,1989,m,NL +55,1982,m,IN +56,1991,m,AZ +57,1982,m,MY +58,1971,m, +59,1983,m,AU +60,1991,f,AG +61,1988,f,IN +62,1989,f,EG +63,1982,m,CA +64,1986,f,US +65,,, +66,1988,m,GB +67,1974,m, +68,1981,f, +69,1991,m, +70,,f, +71,1979,m, +72,1961,m,US +73,1994,f,US +74,1989,f,IN +75,1996,f, +76,1978,m, +77,1991,m, +78,1990,m, +79,1959,m,US +80,1968,f,US +81,1987,m,US +82,1969,m,US +83,1984,m,UG +84,1984,f, +85,1980,m, +86,1991,m,US +87,1967,m,KR +88,1971,f,IN +89,1987,f,UA +90,1983,f,CA +91,1988,f,MX +92,1981,f,NL +93,1991,f, +94,1990,f,UA +95,1985,m,US +96,1987,f,HR +97,1990,m,IN +98,,,US +99,,,US +100,1965,m,US \ No newline at end of file diff --git a/docs/data/us-gross-domestic-product-per-capita.csv b/docs/data/us-gross-domestic-product-per-capita.csv new file mode 100644 index 000000000..a699d1713 --- /dev/null +++ b/docs/data/us-gross-domestic-product-per-capita.csv @@ -0,0 +1,22 @@ +Year,Gross Domestic Product per capita (constant 2010 US$) +1995,38678 +1996,39682 +1997,40966 +1998,42293 +1999,43769 +2000,45056 +2001,45047 +2002,45429 +2003,46304 +2004,47614 +2005,48756 +2006,49575 +2007,49980 +2008,49365 +2009,47576 +2010,48374 +2011,48775 +2012,49481 +2013,49941 +2014,50728 +2015,51638 \ No newline at end of file diff --git a/docs/detect.html b/docs/detect.html new file mode 100644 index 000000000..9852202fb --- /dev/null +++ b/docs/detect.html @@ -0,0 +1,312 @@ + + + + + + + + Detect Bias in Data Stories | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Detect Bias in Data Stories

+

by Jack Dougherty with Stacy Lam, and David Tatem, last updated March 17, 2017

+

While we like to believe data visualizations simply “tell the truth,” when you dig further into this topic, you realize that there are multiple ways to represent reality. In this chapter, you will learn how visualizations display the biases of the people and the software that create them. Although we cannot stop bias, we can teach people to look for and detect it, and be aware of our own.

+

Sections in this chapter:

+ +

Enroll in our free online course TO DO add link, which introduces these topics in the brief video below, and offers more exercises and opportunities to interact with instructors and other learners.

+ +
+

Learn more

+ + +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/draw.html b/docs/draw.html new file mode 100644 index 000000000..acfd1ab17 --- /dev/null +++ b/docs/draw.html @@ -0,0 +1,311 @@ + + + + + + + + Draw and Write Your Data Story | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Draw and Write Your Data Story

+

last updated February 20, 2017

+

Before you dive deeply into software, think about the most important item in your toolkit: your story. The primary reason we’re designing visualizations is to improve how we communicate our data story to other people, so let’s begin there.

+

Push away the computer and pick up some old-school tools:

+
    +
  • colored markers or pencils
  • +
  • lots of blank paper
  • +
  • your imagination
  • +
+

First, at the top of the page, write down your data story.

+
    +
  • Is it in the form of a question? If so, figure out how to pose the question.
  • +
  • Or maybe it’s in the form of an answer to that question? If so, spell out your clearest statement.
  • +
  • If you’re lucky, perhaps you already can envision a full story, with a beginning, middle, and end.
  • +
  • Whatever form it takes in your head, write out the words that come to mind.
  • +
+

Further down the page (or on a separate sheet), draw quick pictures of the visualizations that comes to your mind, even if you don’t yet have any data. No artistic skills are required. Just use your imagination. - Do you envision some type of chart? Sketch a picture. - Or do you imagine some type of map? Show what it might look like. - Will your visualization be interactive? Insert arrows, buttons, whatever.

+

Finally, share your data story with someone else and talk through your preliminary ideas. Does your sketch and sentences help to convey the broader idea that you’re trying to communicate? If so, this is one good sign that your data story is worth pursuing, with the visualization tools, templates, and techniques in other chapters of this book.

+ +
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/embed.html b/docs/embed.html new file mode 100644 index 000000000..839672704 --- /dev/null +++ b/docs/embed.html @@ -0,0 +1,306 @@ + + + + + + + + Embed On Your Web | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Embed On Your Web

+

by Jack Dougherty, Stacy Lam, and David Tatem, last updated on March 15, 2017

+

After you create a chart or map, how do display it inside your website as an interactive visualization? Our goal is not a static picture, but a live chart or map that users can explore. This is an important question for beginners, since data visualizations are not valuable unless you can control where and how your work appears. This chapter walks you through the key steps.

+

First, you need to own a website that supports iframe codes (which we’ll explain below). If you do not have a website that supports this, then follow this quick tutorial to Create a simple web page with GitHub Pages. Even if you already have a website, still do this tutorial, because it introduces a tool used many times in this book.

+

Second, you need to copy or create an iframe code from your chart or map. An iframe is one line of HTML code with instructions on how to display a web page from a specific address (called a URL). A simple iframe looks like this:

+
<iframe src="https://www.datavizforall.org/embed/index.html"></iframe>
+

No coding skills are necessary. See these easy-to-follow examples:

+

-Copy iframe from a Google Sheets chart -Convert a link into an iframe

+

Finally, you need to paste (or embed) the iframe code inside your website. Like a picture frame, an iframe allows you to display one web page (your data visualization) inside another web page (your personal website). But unlike a picture frame, where the image is static, an iframe makes content interactive, so visitors can explore the chart or map on your site, even though it may actually be hosted on an entirely different website. Go to this third tutorial, which combines the two steps above, called Embed iFrame in GitHub Pages.

+

See more tutorials in this chapter to copy iframes from other visualization tools (such as Tableau Public and embed them in other common websites (such as WordPress, etc.) ** TO DO: add more tutorials and links **

+

Enroll in our free online course link to do, which introduces these topics in the brief video below, and offers more exercises and opportunities to interact with instructors and other learners.

+ + +
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/filtered-line-chart-tableau.html b/docs/filtered-line-chart-tableau.html new file mode 100644 index 000000000..d4fc662d7 --- /dev/null +++ b/docs/filtered-line-chart-tableau.html @@ -0,0 +1,350 @@ + + + + + + + + Create Filtered Line Chart with Tableau Public | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Create Filtered Line Chart with Tableau Public

+

by Veronica X. Armendariz and Jack Dougherty, last updated March 16, 2017

+

An interactive filtered line chart provides checkboxes to turn on/off selected data lines to make specific comparisons, since displaying all of the lines at once would be overwhelming. Readers can float their cursor over each line to identify the school name and data details. We created this tutorial to help a Hartford non-profit education advocacy group compare cohorts of student achievement levels over time across forty schools. You can create your own version with a free downloadable tool for Mac and Windows computers, Tableau Public https://public.tableau.com.

+
+

Try it

+ +

Or right-click the link to view full-size in a new tab

+
+
+

Video with step-by-step tutorial

+ +
    +
  1. Read the Tableau Public tool review in this book, then download and install the free application on a Mac or Windows computer from http://public.tableau.com. Requires a free account.

  2. +
  3. Click link and Save file to download to your computer: sample-filtered-line-chart in CSV format. CSV means comma-separated values, a generic spreadsheet format that most data tools can easily open.

  4. +
+

Hint: When preparing your own spreadsheet, format your data so that Tableau Public can read it. For example, make sure that Year data is entered as “2007” instead of “1/1/2007”. Leave all blank spaces as-is so that Tableau automatically converts them to “null” values during the data import.

+
    +
  1. In Tableau Public, click Connect to import the data file you downloaded to your computer. If you downloaded a CSV file, Connect to Text. Or if you downloaded an Excel file, Connect to Excel. Or click “More…” to connect to Google Sheets.

  2. +
  3. Your data sheet should automatically appear in Tableau Public. Any blanks will automatically convert to “null.”

  4. +
  5. In bottom-left corner, below the “Go to Worksheet” reminder, click Sheet 1.

  6. +
  7. Welcome to the Tableau Public Worksheet. Although it may feel overwhelming at first, the key is learning where to drag-and-drop items from the data tab into the main worksheet. Dimensions are any information that is qualitative or categorical, while measures are quantitative information about the dimensions. In this example, we are creating a line chart with two dimensions (year and school) and one measure (scores).

  8. +
  9. Drag-and-drop Year into the Column field.

  10. +
  11. Drag-and-drop Schools into the Row field.

  12. +
  13. Drag-and-drop Scores into the middle of the grid.

  14. +
  15. Select Score (but not its drop-down menu), then go to the Analysis menu and turn off Aggregated Measures. We need to do this so that the numbers are displayed individually, and not aggregated by default.

  16. +
  17. In the upper-right corner, go to the Show Me window. (If it is closed, then open it.) Then select Lines (continuous).

  18. +
  19. Initially, each School row appears at its own chart. To blend all of them together into one master chart, drag School to the Marks window and drop it on the Color button. All of the School lines will appear in one chart, with identifying colors.

  20. +
  21. To filter the line chart to display only selected items, go to the Marks window, select the School Cohort drop-down menu, and choose Filter.

  22. +
  23. The Filter window should appear in the far-right side. (If necessary, close the Show Me window to view the Filter window.) Select only a few schools to display by default.

  24. +
  25. Since users can identify schools by turning them on in the Filter window, or floating their cursors to view tooltips for each line, we do not need to show the color legend for each school. In bottom-right School window, select the drop-down menu and choose Hide Card.

  26. +
  27. Confirm or enter text for the axes, title, and caption to describe the data source.

  28. +
  29. To publish your chart on the public web, select File > Save to Tableau Public As. Requires signup for a free Tableau account.

  30. +
  31. Give your workbook a meaningful title, since this name will appear in the URL for your published work on the Tableau Public server, and Save.

  32. +
  33. After publishing your work on the web, Tableau Public will automatically open the web link in your default browser. Click Edit Details to enter more information. Under Toolbar settings, see checkbox to Allow your workbook and its data to be downloaded by others.

  34. +
+
+Screenshot: Toolbar settings in Tableau Public +

Screenshot: Toolbar settings in Tableau Public

+
+

Checking this box enables the Download button at the bottom of your published work, which allows users to access your data and workbook, to see how you constructed the visualization.

+
+Screenshot: Download button in Tableau Public +

Screenshot: Download button in Tableau Public

+
+
    +
  1. To insert your Tableau Public visualization in your own website, see the Embed On Your Web chapter of this book, and in particular, Embed Tableau Public on your Website.

  2. +
  3. To see all of your published visualizations, go to your Tableau Public online profile, which follows this format:

    +
    https://public.tableau.com/profile/USERNAME
    +

    Learn more

  4. +
+ + +
+
+ +
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/filtered-point-map-socrata.html b/docs/filtered-point-map-socrata.html new file mode 100644 index 000000000..5a0bab083 --- /dev/null +++ b/docs/filtered-point-map-socrata.html @@ -0,0 +1,375 @@ + + + + + + + + Filtered Point Map with Socrata Open Data | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Filtered Point Map with Socrata Open Data

+

by Veronica X. Armendariz and Jack Dougherty, last updated March 16, 2016

+

Open data repositories recently launched by the State of Connecticut and the City of Hartford both use the Socrata platform, which offer user-friendly ways to view, filter, and export data. Also, the Socrata platform includes built-in support to create interactive charts and maps, and to embed them on your own websites. This tutorial demonstrates these features by creating an interactive point map of selected schools from the Connecticut Education Directory in the state data portal. The final product looks like this:

+
+ +

+Powered by Socrata +

+
+

One advantage of creating data visualizations directly on an open data platform is that the chart or map is linked to the data repository. For example, if the Socrata platform administrator updates the data table, then a Socrata dataviz based on that data will be automatically updated, too. This may be especially useful for “live” data that is continuously updated by agency administrators, such as fire, crime, and property data repositories.

+

But there are limitations to creating your chart or map on an open data repository platform. First, if the agency stops using the platform, or changes the structure of the underlying data, your online chart or map may stop functioning. Second, you are usually limited to using data tables and geographic boundaries that already exist on that platform, since importing your own may not be an option.

+

If these limitations concern you, a simple alternative is to export data from the open repository (which means that any “live” data would become “static” data), and import it into your preferred dataviz tool, such as those described in other chapters of this book. A second, more advanced alternative, is to learn how to pull live data from the repository directly into your dataviz, using an Application Programming Interface (API), which requires coding skills that are beyond the scope of this tutorial. To learn more about the Socrata API: https://dev.socrata.com/.

+
+

Steps to create a filtered point map

+

Sign up for a free account ID on any Socrata platform, such as https://data.ct.gov/signup. One account will work on all Socrata sites.

+
+ + +
+

Select your desired dataset in Socrata. In this tutorial, we will use CT Open Data > Education > CT Education Directory. The data table must include a location column that includes geocoordinates. If there is address data but no geocoordinates, then post a suggestion to the Socrata site administrator to add a geocoded column.

+
+ + +
+

Filter the data to display only the desired rows. The CT Education Directory lists both district offices and school addresses, but for this map we only wish to display the latter. On the top-right corner of the table, click the Filter tab.

+
+ + +
+

Add a New Filter Condition, which displays only the rows you select. In this tutorial, select “Organization Type” and “is”, then type the exact name from the table, such as “Public Schools.” Be sure to type it correctly or the filter may not work. If you wish to select multiple types, add a new filter condition for each. In this tutorial, we also will filter for other types: Public Charter Schools, CT Technical High Schools, Regional Schools, State Agency Facilities, Endowed and Incorporated Academies Schools, and Regional Education Service Center Schools.

+
+ + +
+

Select the Visualize tab and choose Map, which will display several options. First, under Config for Education Direction, select Point Map as the Plot Style, and choose the Location column to identify the geocoordinates.

+
+ + +
+

Further below in the Visualize > Map options, select the checkbox for Advanced Config for the Education Directory to edit the Flyout Details (similar to a pop-up information window) that displays details when users click on a map point. Select data items you wish to display, such as Title: Name, and additional Flyout Details: Organization Type, Location I, and Website. Further down, select the “w/o labels” checkbox to avoid displaying the column headers in your flyout details.

+
+ + +
+

In Visualize > Map > Base Maps, select your desired background map, such as Google Roadmap.

+
+ + +
+

Add a legend to display once you build the map. In the Advanced Configuration area, select the Legend Configuration checkbox and mark its position. After selecting all of these map options, click Apply. Socrata will generate your map with default point colors. Double-check to make sure your data appear, and that your Visualize settings are correct, before moving to the next step.

+
+ + +
+

Assign point colors and legend labels by returning to the Filter tab, and select Conditional Formatting. Understand the difference between these two features. Previously, we used Filter to display only selected types of data (in this case, school buildings, rather than district administrative offices). Now, we will use Conditional Formatting to assign color codes and labels to our filtered data.

+
+ + +
+

In the Conditional Formatting section, type a name into the Description that you wish to display in the legend. You may type a shorter name than the longer name that appears in the data table, such as “Charter Schools” instead of the longer “Public Charter Schools.” Also, select a color for each Description.

+
+ + +
+

Continue to add Conditional Formatting by defining the data columns. In this example, select “All Conditions Apply,” choose “Organization Type” and “Is”, then type the category exactly as it appears in the data table (such as Public Charter Schools). For this map of schools in the CT Education Directory data table, we added several more types (Regional Schools, CT Technical High Schools, etc.) and also added a second rule to identify Magnet Schools (where Organization Type is Public Schools, and Interdistrict Schools is 1).

+
+ + +
+

After setting all of your Conditional Formatting, press Apply at the bottom of the tab. Double-check that your visualization appears exactly as you wish, then Save As under an appropriate name. Note that your visualization will become publicly visible to other users on the Socrata open data platform, though you have the option to remove it via your individual profile view.

+
+ + +
+

Visualizations created in the Socrata platform produce HTML iframe codes, which allows you to embed the dataviz in your own website. Select the Embed tab to view and copy the code. Then go to the Embed on the Web chapters in this book.

+
+ + +
+ +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/find.html b/docs/find.html new file mode 100644 index 000000000..0bfb2ed1b --- /dev/null +++ b/docs/find.html @@ -0,0 +1,342 @@ + + + + + + + + Find and Know Your Data | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Find and Know Your Data

+

by Jack Dougherty, last updated March 1, 2017

+
+

Searching for Open Data

+

Increasing numbers of governmental agencies and non-profit organizations are publicly sharing open data on the web. When starting a new data visualization project, ask yourself these questions:

+
    +
  • Do I have the most relevant data for my project?
  • +
  • Is it the most current data, in the most user-friendly format?
  • +
  • Is data available at the individual level, or aggregated into larger groups?
  • +
  • Which organizations might have collected data for my topic?
  • +
  • Which open data repositories might have published this data?
  • +
+
+
+

What features do open repositories offer?

+
    +
  • View and export: At minimum, most open data repositories allow users to view their data and export it into common spreadsheet formats. Some also provide geographical boundaries for polygon maps.
  • +
  • Built-in visualization tools: Some repositories offer built-in tools for users to create interactive charts or maps on the platform site. Some also provide code snippets for users to embed these built-in visualizations into their own websites.
  • +
  • Static and Live data: Most repositories offer static datasets for a specific time period, but some also provide “live” data that is continuously updated.
  • +
  • Application Programming Interface (APIs): Some repositories provide endpoints with code instructions that allow users to pull data directly from the platform into an external sites or online visualization, which is ideal for continuously updated data.
  • +
+
+
+

Know Your Data

+

Before starting to create charts or maps, get to know your data.

+
    +
  • Where did it come from?
  • +
  • Who compiled the data, and for what purpose?
  • +
  • What do the data labels really mean?
  • +
  • Ask yourself: Am I working with the most recent version, in the best available format?
  • +
+

TO DO add resource https://github.com/Quartz/bad-data-guide

+

open data inception 1600+ sites portal http://opendatainception.io/

+
    +
  • Know your data: go out into the field to directly observe how the original data is measured and collected
  • +
+

https://www.opendatanetwork.com/

+

Closely examine your data files to understand their meaning, sources of origin, and limitations. TO DO expand on this theme with examples of bad and misleading data

+
    +
  1. Always ask: Am I using the best available data?
  2. +
+
    +
  • Compare the HFS list to the City of Hartford’s current list of food establishments: https://data.hartford.gov/browse
  • +
  • go to Public Health Category
  • +
  • click on the “dataset” version (updated 10 Feb 2016), which is same data but different view than the “map” version
  • +
  • click on light blue “export” button into any format you wish to compare with the HFS list (see screenshot)
  • +
  • decide which list is best for your organization’s goal
  • +
+ +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/fix-code.html b/docs/fix-code.html new file mode 100644 index 000000000..221eaf87f --- /dev/null +++ b/docs/fix-code.html @@ -0,0 +1,428 @@ + + + + + + + + Fix Common GitHub and Code Errors | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Fix Common GitHub and Code Errors

+

By Jack Dougherty, last updated March 25, 2017

+

What happens if you cannot view your published GitHub repository, or if your code breaks and no longer displays what it was designed to show? These are common problems, especially for newer students, because accidentally clicking the wrong box or mistakenly erasing a single character (such as a semicolon) can make your visualization seem to vanish, even though your work is usually still there. Breaking your code—and figuring out how to fix it—is a great way to learn, even if it requires trial and error.

+
+

Safely Delete your GitHub Repo and Start Over

+

If you need to delete your GitHub repo and start over, here’s a simple way to safely save your work: - Go to the top-level of your GitHub repository, similar to https://github.com/USERNAME/REPOSITORY - Click the green “Clone or Download” button, and select Download Zip to receive a compressed folder of your repo contents on your computer. - In your GitHub repo, click on Settings (upper-right area) and scroll down to Delete This Repository. - To prevent accidental deletions, GitHub requires you to type in the REPOSITORY name. - Now you can start over in one of these ways: - If you wish to Create a Simple Web Page with GitHub Pages, follow that tutorial again. - OR - Fork another copy of the original GitHub repository to your account. After you create your copy, if you wish to add selected files that you previously downloaded to your computer, follow directions to Upload Code with GitHub in the second half of this tutorial in this book

+
+
+

Problems with Creating a Simple Web Page with GitHub Pages

+

If you followed the Create a Simple Web Page with GitHub Pages tutorial, it should have created two web links (or URLs): - your code repository, in this format: https://github.com/USERNAME/REPOSITORY - your published web page, in this format: https://USERNAME.github.io/REPOSITORY

+

Be sure to insert your GitHub username, and your GitHub repository name, in the general formats above.

+

These URLs are NOT case-sensitive, which means that https://github.com/USERNAME and https://gitub.com/username point to the same location.

+
+
My simple GitHub web page does not appear
+
    +
  • Make sure that you are pointing to the correct URL for your published web page, in the format shown above.
  • +
  • Be patient. During busy periods on GitHub, it may take up to 1 minute for new content to appear in your browser.
  • +
  • Do a “hard refresh” to bypass any saved content in your browser cache.
  • +
  • Ctrl + F5 (most Windows-Linux browsers)
  • +
  • Command + Shift + R (Chrome or Firefox for Mac)
  • +
  • Shift + Reload button toolbar (Safari for Mac)
  • +
  • Test the link to your published web page in a different browser. If you normally use Chrome, try Firefox.
  • +
  • On rare occasions, the GitHub service or GitHub Pages feature may be down. Check https://status.github.com.
  • +
+
+
+
My simple GitHub web page does not display my iFrame
+
    +
  • If you followed the Create a Simple Web Page with GitHub Pages tutorial and inserted an iframe in the README.md file, it will appear in your published web page, under these conditions:
  • +
  • Ideally, your README.md should be the ONLY file in this GitHub repository
  • +
  • Any other files in your repo (such as index.html, default.html, or index.md) will block the iFrame HTML code in your README.md from being published on the web. If you accidentally selected a GitHub Pages Theme, you need to delete any extra files it created: click each file, select trash can to delete it, and commit changes.
  • +
+
+Screenshot: Extra files in GitHub repo will block iFrame in your README +

Screenshot: Extra files in GitHub repo will block iFrame in your README

+
+
+
+
+

Problems with iFrames

+
+
My iFrame does not appear in my web page
+
    +
  • Go back to the Embed tutorials in this book to double-check the directions
  • +
  • Items listed in your iFrame (such as the URL, width, or height) should be enclosed inside straight quotation marks (single or double)
  • +
  • BROKEN iFrame (missing quotation marks for width and height) <iframe src="https://jackdougherty.github.io/leaflet-map-simple" width=90% height=350></iframe>
  • +
  • FIXED iFrame (with correct quotation marks) <iframe src="https://jackdougherty.github.io/leaflet-map-simple" width="90%" height="350"></iframe>
  • +
  • Use only https (the extra ‘s’ means ‘secure’), not http. Some web browsers will block content if it mixes http and https resources, and some code templates in this book require https.
  • +
+
+Screenshot: Replace http with https +

Screenshot: Replace http with https

+
+
    +
  • Use only straight quotes, not curly quotes. Avoid pasting text from a word-processor into GitHub, which can accidentally carry over curly quotes. Typing directly into the GitHub editor will create straight quotes.
  • +
+
+Screenshot: Curly quotes versus straight quotes +

Screenshot: Curly quotes versus straight quotes

+
+
+
+
+

Problems with Leaflet Maps with Google Sheets template

+
+
My map does not appear
+
    +
  1. Confirm that you have completed all of the key steps in the Leaflet Maps with Google Sheets tutorial in this book, especially these:
  2. +
+
    +
  • Sign in to Google and File > Make a Copy of the Google Sheet to your Google Drive.
  • +
  • File > Publish your Google Sheet (Jack often forgets this key step!)
  • +
  • Copy your Google Sheet web address from top of your browser (usually ends with ...XYZ/edit#gid=0) and paste into your google-doc-url.js file in your GitHub repo. Do NOT copy the Published web address (which usually ends with ...XYZ/pubhtml)
  • +
  • When you paste your Google Sheet web address into google-doc-url.js, be careful not to erase single-quote marks or semicolon
  • +
  • Go to your live map link, which should follow this format: https://USERNAME.github.io/REPOSITORY, refresh the browser, and wait at least 30 seconds.
  • +
+
    +
  1. Check your Google Sheet for errors:
  2. +
+
    +
  • Do NOT rename column headers (in row 1) of any sheet, because the Leaflet Map code looks for these exact words.
  • +
+
+Screenshot: User accidentally renamed column headers in the Points tab +

Screenshot: User accidentally renamed column headers in the Points tab

+
+
    +
  • Do NOT rename row labels (in column A) of any sheet, due to the same reason above.
  • +
+
+Screenshot: Do not rename or delete +

Screenshot: Do not rename or delete

+
+
    +
  • In your Points tab, DO NOT leave any blank rows
  • +
+
    +
  1. Confirm on GitHub Status (https://status.github.com/) that all systems are operational.

  2. +
  3. If you cannot find the problem, go to the top of this page to Safely Delete Your GitHub Repo and Start Over. Also, make a new copy of the Google Sheet template, give it a new name, and copy data from your old sheet using File > Paste Special > Values Only.

  4. +
+
+
+
+

Problems with Highcharts code templates

+
+
Chart displays old data
+

If you upload new data to your Highcharts code template on GitHub Pages, and it does not appear in your browser after refreshing and waiting up to one minute, then GitHub Pages is probably not the cause of the problem. Instead, some browsers continue to show “old” Highcharts in the web cache. The simplest solution is to File > Quit your browser and re-open the link to your Highcharts.

+
+
+
+

Problems with Mac Computers

+
+
No file extensions
+

Several tools in this book will not work properly if your Mac Finder does not display file extensions. In other words, every file should include a period followed by several letters (such as data.csv and map.geojson). If you do not see these extensions at the end of each file name, then go to Finder > Preferences > Advanced and check the box to turn them on, as show below:

+
+Screenshot: Checkbox to show filename extensions +

Screenshot: Checkbox to show filename extensions

+
+
+
+
+

Solve Problems with Browser Developer Tools

+

Peek inside any website and view the web code under the hood with the browser developer tools.

+

In Chrome for Mac, go to View > Developer > Developer Tools

+
+ + +
+

In Firefox for Mac, go to Tools > Web Developer > Inspector

+
+ + +
+ +
+
+ +
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/fork-and-edit-a-highcharts-scatter-chart-with-github.html b/docs/fork-and-edit-a-highcharts-scatter-chart-with-github.html new file mode 100644 index 000000000..2bd962891 --- /dev/null +++ b/docs/fork-and-edit-a-highcharts-scatter-chart-with-github.html @@ -0,0 +1,374 @@ + + + + + + + + Fork and Edit a Highcharts Scatter Chart with GitHub | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Fork and Edit a Highcharts Scatter Chart with GitHub

+

By Jack Dougherty, last updated March 25, 2017

+

This tutorial introduces the basic steps of working with code templates, using a simple Highcharts scatter chart code (http://highcharts.com) and GitHub in your browser (http://github.com). You will learn how to:

+
    +
    1. +
    2. Fork (copy) the Highcharts template to your GitHub account
    3. +
  • +
    1. +
    2. Publish your live chart to the public web with GitHub Pages
    3. +
  • +
    1. +
    2. Modify the chart title, subtitle, and axis labels
    3. +
  • +
    1. +
    2. Upload new data points from a comma-separated values (.csv) spreadsheet
    3. +
  • +
+

Code templates help us to move beyond the limits of drag-and-drop web tools (such as Google Sheets and Tableau Public) and to create more customized visualizations on a web server that you control. Before you begin, learn the broad concepts in the chapter introduction Modify and Host Code Templates with GitHub. For more advanced examples, see the Highcharts Templates chapter in this book. If you have problems with this tutorial, go to the Fix Common GitHub and Code Errors chapter in this book.

+
+

Try it

+

You will begin this tutorial with a basic chart template that includes only 7 points. Right-click to open full-size chart in new tab.

+ +

By the end of this tutorial, you will learn how to modify the chart and add a new CSV spreadsheet with over 160 points. Right-click to open full-size chart in new tab.

+ +
+
+

Video with step-by-step tutorial

+ +
+
+

A) Fork (copy) the Highcharts template to your GitHub account

+

Before you begin, sign up for a free GitHub account: http://github.com

+
    +
  1. Right-click to open this GitHub code template in a new tab: https://github.com/JackDougherty/highcharts-scatter-csv

  2. +
  3. In the upper-right corner of the code template, sign in to your free GitHub account

  4. +
  5. In the upper-right corner, click Fork to copy the template (also called a code repository, or repo) into your GitHub account. The web address (URL) of the new copy in your account will follow this format:

    +
    https://github.com/USERNAME/REPOSITORY
  6. +
+

Reminder: You can only fork a GitHub repo one time. If needed, see how to make a second copy in the Create a New Repo in GitHub chapter in this book.

+
+
+

B) Publish your live chart to the web with GitHub Pages

+
    +
  1. In your new copy of the code repo, click on Settings, scroll down to the GitHub Pages area, select Master, and Save. This publishes your code template to a live map on a public website that you control.

  2. +
  3. Scroll down to GitHub Pages section again, to select and copy the link to your published web site, which will follow this format:

    +
    https://USERNAME.github.io/REPOSITORY
  4. +
  5. Scroll up to the top, and click on your repo name to go back to its main page.

  6. +
  7. At the top level of your repo main page, click on README.md, and click the pencil icon to edit this file, written in easy-to-read Markdown code.

  8. +
  9. Delete the existing link to the live site, and paste in the link to your site. Scroll down and Commit to save your edits.

  10. +
  11. On your repo main page, right-click on the link to your published site to open in a new tab. Be patient during busy periods, when your website may take up to 1 minute to appear the first time.

  12. +
+
+
+

C) Modify the chart title, subtitle, and axis labels

+
    +
  1. Go back to your browser tab for your code repo. Click on the index.html file (which contains the chart code), and click the pencil icon to edit it.

  2. +
  3. Explore the chart code, which contains HTML, CSS, and JavaScript. Look for code comments that begin with “EDIT” for sections that you can easily change, such as title, subtitle, x-axis and y-axis labels, and tooltip data labels. Scroll down to Commit your changes.

  4. +
  5. Go to your live website browser tab and refresh the page to view your edits. Be patient during busy periods, when some edits may take up to 1 minute to appear.

  6. +
+
+
+

D) Upload new data points from a .CSV spreadsheet

+
    +
  1. Go to your GitHub code repository tab and click to view the file named: data-scatter.csv

  2. +
  3. GitHub automatically opens CSV files. Although it’s possible to edit the file inside GitHub, let’s upload a larger data file with the same name. Click this link and Save to download to your computer: data-scatter in CSV format.

  4. +
  5. In your GitHub code repo, click Upload Files, and drag the new data-scatter.csv into the folder, and Commit changes to replace the existing file with the same name.

  6. +
  7. In your GitHub repo, click the new data-scatter.csv file to inspect the changes. Then go to your live website tab and refresh to see the updated scatter chart. ** Be patient** during busy periods, when changes make take up to 1 minute to appear.

  8. +
+
+
+

Learn more

+ + +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/fork-leaflet.html b/docs/fork-leaflet.html new file mode 100644 index 000000000..5e71f90eb --- /dev/null +++ b/docs/fork-leaflet.html @@ -0,0 +1,428 @@ + + + + + + + + Fork and Edit a Simple Leaflet Map with GitHub | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Fork and Edit a Simple Leaflet Map with GitHub

+

by Jack Dougherty, last updated March 25, 2017

+

This tutorial introduces the basic steps of working with code templates, using a simple Leaflet map code (http://leafletjs.com) and GitHub in your browser (http://github.com). You will learn how to:

+
    +
    1. +
    2. Fork (copy) Leaflet template to your GitHub account
    3. +
  • +
    1. +
    2. Publish your live map to public web with GitHub Pages
    3. +
  • +
    1. +
    2. Modify your map title and add layer controls
    3. +
  • +
    1. +
    2. Geocode addresses in a Google Sheet and upload points from data.csv
    3. +
  • +
+

Code templates help us to move beyond the limits of drag-and-drop web mapping services (such as BatchGeo and Google MyMaps) and to create more customized visualizations on a web server that you control. Before you begin, learn the broad concepts in the chapter introduction Modify and Host Code Templates with GitHub. For more advanced examples, see the Leaflet Map Templates chapter in this book. If you have problems with this tutorial, go to the Fix Common GitHub and Code Errors chapter in this book.

+
+

Try it

+

You will begin this tutorial with a simple interactive map that includes one pop-up point:

+

By the end of this tutorial, you will learn how to modify the map, then geocode and upload more data points:

+
+
+

Video with step-by-step tutorial

+ +
+
+

A) Fork (copy) Leaflet template to your GitHub account

+

Before you begin, sign up for a free GitHub account: http://github.com

+
    +
  1. Right-click to open this GitHub code template in a new tab: https://github.com/JackDougherty/leaflet-map-simple

  2. +
  3. In the upper-right corner of the code template, sign in to your free GitHub account

  4. +
  5. In the upper-right corner, click Fork to copy the template (also called a code repository, or repo) into your GitHub account. The web address (URL) of the new copy in your account will follow this format:

    +
    https://github.com/USERNAME/REPOSITORY
  6. +
+

Reminder: You can only fork a GitHub repo one time. If needed, see how to make a second copy in the Create a New Repo in GitHub chapter in this book.

+
+
+

B) Publish your live map to public web with GitHub Pages

+
    +
  1. In your new copy of the code repo, click on Settings, scroll down to the GitHub Pages area, select Master, and Save. This publishes your code template to a live map on a public website that you control.

  2. +
  3. Scroll down to GitHub Pages section again, to select and copy the link to your published web site, which will follow this format:

    +
    https://USERNAME.github.io/REPOSITORY
  4. +
  5. Scroll up to the top, and click on your repo name to go back to its main page.

  6. +
  7. At the top level of your repo main page, click on README.md, and click the pencil icon to edit this file, written in easy-to-read Markdown code.

  8. +
  9. Delete the link to the current live site, and paste in the link to your site. Scroll down and Commit to save your edits.

  10. +
  11. On your repo main page, right-click on the link to your published site to open in a new tab. Be patient during busy periods, because your website may take up to 1 minute to appear the first time.

  12. +
+
+
+

C) Modify your map title and add layer controls

+
    +
  1. Go back to your browser tab for your code repo. Click on the index.html file (which contains the map code), and click the pencil icon to edit it.

  2. +
  3. Explore the map code, which contains HTML, CSS, and JavaScript. Look for sections that begin with “EDIT” for items that you can easily change. Scroll down to Commit your changes.

  4. +
  5. Go to your live website browser tab and refresh the page to view your edits. Be patient during busy periods, when some edits may take up to 1 minute to appear.

  6. +
  7. To change your map title in the index.html file, click the pencil symbol (to edit) and go to lines 23-25. Replace “EDIT your map title” with your new title:

    +
    <!-- Display the map and title with HTML division tags  -->
    +<div id="map-title">EDIT your map title</div>
    +<div id="map"></div>
  8. +
  9. To change your initial map zoom level, edit the index.html file and go to line 33. The zoom range for this map is from 1 (max zoom out) to 18 (max zoom in).

    +
    // Set up initial map center and zoom level
    +var map = L.map('map', {
    +  center: [41.77, -72.69], // EDIT latitude, longitude to re-center map
    +  zoom: 12,  // EDIT from 1 to 18 -- decrease to zoom out, increase to zoom in
    +  scrollWheelZoom: false
    +});
  10. +
  11. To change the default basemap, edit lines 46 and 52 to delete “.addTo(map)” from the Carto light layer, then add it to the Stamen colored terrain layer. DO NOT erase the semicolons!

  12. +
+

Your original code looks like this (scroll to right to see all):

+
/* Carto light-gray basemap tiles with labels */
+  var light = L.tileLayer('https://cartodb-basemaps-{s}.global.ssl.fastly.net/light_all/{z}/{x}/{y}.png', {
+    attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>, &copy; <a href="https://carto.com/attribution">CARTO</a>'
+  }).addTo(map); // EDIT - insert or remove ".addTo(map)" before last semicolon to display by default
+  // controlLayers.addBaseLayer(light, 'Carto Light basemap');
+  /* Stamen colored terrain basemap tiles with labels */
+  var terrain = L.tileLayer('https://stamen-tiles.a.ssl.fastly.net/terrain/{z}/{x}/{y}.png', {
+    attribution: 'Map tiles by <a href="http://stamen.com">Stamen Design</a>, under <a href="http://creativecommons.org/licenses/by/3.0">CC BY 3.0</a>. Data by <a href="http://openstreetmap.org">OpenStreetMap</a>, under <a href="http://www.openstreetmap.org/copyright">ODbL</a>.'
+  }); // EDIT - insert or remove ".addTo(map)" before last semicolon to display by default
+  // controlLayers.addBaseLayer(terrain, 'Stamen Terrain basemap');
+

After you edit the code, it should look like this (scroll to right to see all):

+
/* Carto light-gray basemap tiles with labels */
+var light = L.tileLayer('https://cartodb-basemaps-{s}.global.ssl.fastly.net/light_all/{z}/{x}/{y}.png', {
+  attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>, &copy; <a href="https://carto.com/attribution">CARTO</a>'
+}); // EDIT - insert or remove ".addTo(map)" before last semicolon to display by default
+// controlLayers.addBaseLayer(light, 'Carto Light basemap');
+/* Stamen colored terrain basemap tiles with labels */
+var terrain = L.tileLayer('https://stamen-tiles.a.ssl.fastly.net/terrain/{z}/{x}/{y}.png', {
+  attribution: 'Map tiles by <a href="http://stamen.com">Stamen Design</a>, under <a href="http://creativecommons.org/licenses/by/3.0">CC BY 3.0</a>. Data by <a href="http://openstreetmap.org">OpenStreetMap</a>, under <a href="http://www.openstreetmap.org/copyright">ODbL</a>.'
+}).addTo(map); // EDIT - insert or remove ".addTo(map)" before last semicolon to display by default
+// controlLayers.addBaseLayer(terrain, 'Stamen Terrain basemap');
+
    +
  1. To add a control panel that turns on/off map layers, delete the code comment symbols (//) that appear in front of lines 38-41, 47, and 53 to activate these sections. When you remove code comments in GitHub, the color changes from gray text (inactive code) to colored text (active code). After you remove the code comments, your file should look like this (scroll to right to see all): ```JavaScript /* Control panel to display map layers */ var controlLayers = L.control.layers( null, null, { position: “topright”, collapsed: false }).addTo(map);
  2. +
+

/* Carto light-gray basemap tiles with labels / var light = L.tileLayer(‘https://cartodb-basemaps-{s}.global.ssl.fastly.net/light_all/{z}/{x}/{y}.png’, { attribution: ‘© OpenStreetMap, © CARTO’ }); // EDIT - insert or remove “.addTo(map)” before last semicolon to display by default controlLayers.addBaseLayer(light, ‘Carto Light basemap’); / Stamen colored terrain basemap tiles with labels */ var terrain = L.tileLayer(‘https://stamen-tiles.a.ssl.fastly.net/terrain/{z}/{x}/{y}.png’, { attribution: ‘Map tiles by Stamen Design, under CC BY 3.0. Data by OpenStreetMap, under ODbL.’ }).addTo(map); // EDIT - insert or remove “.addTo(map)” before last semicolon to display by default controlLayers.addBaseLayer(terrain, ‘Stamen Terrain basemap’); ``` 17) To change one point on the map, you could edit the latitude and longitude coordinates of the single marker in lines 55-57. To find coordinates for any location and to learn more, go to http://www.latlong.net

+
/* Display a blue point marker with pop-up text */
+L.marker([41.77, -72.69]).addTo(map) // EDIT latitude, longitude to re-position marker
+.bindPopup("Insert pop-up text here"); // EDIT pop-up text message
+

But a better way to display several points is to remove the code comment symbols (//) in front of lines 60-69 to activate this section of code, which pulls map points from the data.csv file in your GitHub repository. After your edits, this section should look like this (scroll right to see all):

+
/* Upload Latitude/Longitude markers from data.csv file, show Title in pop-up, and override initial center and zoom to fit all in map */
+ var customLayer = L.geoJson(null, {
+  onEachFeature: function(feature, layer) {
+    layer.bindPopup(feature.properties.Title);
+  }
+ });
+ var runLayer = omnivore.csv('data.csv', null, customLayer)
+ .on('ready', function() {
+  map.fitBounds(runLayer.getBounds());
+ }).addTo(map);
+ controlLayers.addOverlay(customLayer, 'Markers from data.csv');
+
+
+

D) Geocode addresses in Google Sheet and upload points from data.csv

+
    +
  1. A better way to display multiple points on your map is to prepare and upload a new data.csv file to your GitHub repository. First, right-click to open this Google Sheets template in a new tab: Leaflet Maps Simple data points with Geocoder

  2. +
  3. Since this sheet is view-only, you cannot edit it. Instead, sign in to your Google account in the upper-right corner.

  4. +
  5. Go to File > Make a Copy, which will save a duplicate version to your Google Drive, which you can edit.

  6. +
  7. In your copy of the Google Sheet, select any cells and press Delete on your keyboard to erase contents. Type new titles and addresses into columns A and B.

  8. +
  9. To geocode your new addresses (which means converting them into latitude and longitude coordinates), select all of the contents across 6 columns, from Address (B) to Source (G).

  10. +
  11. Go to the Geocoder menu that appears in this special Google Sheet template, and select any service, such as US Census (for US addresses) or Google Maps. The first time you run the geocoder, the script will ask for permission.

  12. +
  13. After you have geocoded your addresses, go to File > Download As > Comma-separated values (.CSV format) to save the file to your computer.

  14. +
  15. In your computer, right-click the downloaded file to rename it to: data.csv

  16. +
  17. In your GitHub repository, click Upload Files, then drag-and-drop your new data.csv file, and Commit to upload it. Go to your live map browser tab and refresh to view changes. **Be patient* during busy periods, when some edits may take up to 1 minute to appear.

  18. +
+
+
+

Learn more

+ + +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/forms.html b/docs/forms.html new file mode 100644 index 000000000..3aefe3224 --- /dev/null +++ b/docs/forms.html @@ -0,0 +1,296 @@ + + + + + + + + Collect and Share Data with Google Forms | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Collect and Share Data with Google Forms

+

TO DO write simple tutorial for Google Forms and explain how to share the spreadsheet; also mention other web form services

+ +
+ +
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/geocode.html b/docs/geocode.html new file mode 100644 index 000000000..1b016a4e4 --- /dev/null +++ b/docs/geocode.html @@ -0,0 +1,436 @@ + + + + + + + + Geocode Locations into Coordinates with US Census or Google | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Geocode Locations into Coordinates with US Census or Google

+

By Ilya Ilyankou and Jack Dougherty, last updated September 28, 2017

+

Many free map tools geocode locations by placing them on a map, such as the BatchGeo and Google My Maps tutorials in this book. But those tools typically do not allow you to easily extract the latitude-longitude coordinates for each point.

+

We created two free Google Sheets Geocoder scripts that have several advantages:

+
    +
  • convert locations (Hartford CT) or addresses (300 Summit St, Hartford CT) into latitude-longitude coordinates (41.748, -72.692) inside your Google Sheet
  • +
  • show the location found in the geocoding database, and match quality, to review your results
  • +
  • convert US addresses into US Census geography, such as census tracts, block groups, and blocks
  • +
+

As with any geocoding service, accuracy is not guaranteed. Inspect your results in the Found and Quality columns.

+
+

Google Sheets Geocoder: US Census or Google

+ +
+Screencast: Google Sheets Geocoder: US Census or Google +

Screencast: Google Sheets Geocoder: US Census or Google

+
+
+
+

Google Sheets Geocoder: US Census Geographies

+ +
+Screencast: GoogleSheets Geocoder: US Census Geographies +

Screencast: GoogleSheets Geocoder: US Census Geographies

+
+
+
About US Census 15-character GeoID
+
    +
  • Make sure that column G is formatted as text (to preserve leading zeros), not number
  • +
  • Break down a sample GeoID: 090035245022001
  • +
  • state = 09
  • +
  • county = 003
  • +
  • tract = 524502 = 5245.02
  • +
  • block group = 2
  • +
  • block = 001
  • +
+
+
+
How it works
+

The Google Sheet Geocoder runs from a script insert in the Google Sheet, which calls one of two free geocoding services:

+ +
+
+
How to insert the Geocoder Script into any Google Sheet
+

If you do not wish to File > Make a Copy of the Google Sheet templates above, you can insert the open-source Geocoder Scripts into your own Google Sheet:

+
    +
  • Go to Google Sheets Geocoder repo on GitHub
  • +
  • Sign in to your Google Sheets, then select Tools > Script Editor
  • +
  • File > Create New Script File
  • +
  • Open and copy a script (such as geocoder-census-google.gs) and paste into your Script Editor
  • +
  • Save and rename to geocoder-census-google.gs
  • +
  • Refresh your Google Sheet and look for new Geocoder menu
  • +
+
+
+
TO DO
+ +
+
+
+

See also: Batch upload to US Census

+ +
AnyID | Street | City | State | Zip | +:—– | :—– | :— | :—- | : — | +1 | 300 Summit St | Hartford | CT | 06106 |
+
    +
  • Find Locations using > Address Batch (returns latitude, longitude coordinates)
  • +
  • Find Geographies using > Address Batch (returns lat, lng, census geographies)
  • +
  • Limitations:
  • +
  • Inputs and outputs have no column headers, which may confuse novices
  • +
  • Large batches may be delayed a few minutes during peak time periods
  • +
  • Unmatched addresses need to be manually corrected and re-submitted
  • +
+
+
+

Try it: Batch Upload to US Census

+
    +
  1. Right-click and Save this CSV file to your computer: sample-addresses-50. CSV means comma-separated values, a generic spreadsheet format that most data tools can easily open.

  2. +
  3. Use any spreadsheet tool to organize your address data into five columns: any ID number, street, city, state, zip code. Remove all column headers.

  4. +
+
+ + +
+

Hints:

+
    +
  • If your data lacks ID numbers, quickly create a column of consecutive numbers, as shown in this book.
  • +
  • If your address data includes apartment numbers, leave them in.
  • +
  • Only the ID and address fields are required. City, state, and zip code may be blank if you lack any of this information, but fewer matches will be exact.
  • +
  • If your address data is combined into one cell, such as: 300 Summit St, Hartford, CT 06106
  • +
  • then try to clean your data with the split column method in this book.
  • +
  • If you need to temporarily move other non-address data columns into a second spreadsheet, remember to paste the column of ID numbers into the second sheet. After geocoding, sort both sheets by the ID column, then paste to rematch the data.
  • +
+
    +
  1. Save the file in CSV generic spreadsheet format, in batches of no more than 1,0000 rows per file. Learn more about saving in CSV format in this book.

  2. +
  3. Go to US Census Geocoder (https://www.census.gov/geo/maps-data/data/geocoder.html)

  4. +
  5. Select the Find Geographies Using…Address Batch button for maximum results, including lat-long coordinates and census geography (tracts and block groups). If census geography is not needed, select Find Locations Using…Address Batch.

  6. +
  7. Click the Choose button to upload your CSV file. Use the default benchmark and vintage settings for the most current data. Click the Get Results button, and be patient if using the service during busy weekday hours.

  8. +
+
+ + +
+
    +
  1. Census Geocoder will download the results through your web browser in a file named: GeocodeResults.csv. Since these results do not contain column headers, use the screenshot below for guidance, or read the Census Geocoder documentation for more details.
  2. +
+
+ + +
+
    +
  1. Use a spreadsheet tool to open the CSV file. Sort results by the match quality (columns C and D), with these entries: match exact, match non-exact, tie, no-match.

  2. +
  3. For results without an exact match, check the address for typos, and try to re-geocode in a separate CSV file. The US Census Geocoder tool is very good, but not perfect. For a few rows of hard-to-match data, use a different geocoding tool, such as the Google Maps > What’s Here feature described at the top of this page, to look up individual addresses and coordinates.

  4. +
+
+
+

Learn more

+
    +
  • Aggregate individual rows of data into groups by census area with pivot tables.
  • +
  • Download census data by tract or block group, and use the VLOOKUP formula to join or merge this rows of data that you have geocoded by census tract or block group.
  • +
+ +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/github-pages.html b/docs/github-pages.html new file mode 100644 index 000000000..3f7c713b3 --- /dev/null +++ b/docs/github-pages.html @@ -0,0 +1,346 @@ + + + + + + + + Create a Simple Web Page with GitHub Pages | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Create a Simple Web Page with GitHub Pages

+

last updated March 15, 2017

+

Question: After you create an interactive chart or map, how do you embed the live version in a website that you control?

+

The full answer requires three steps:

+
    +
    1. +
    2. Create a web page that supports iframe codes
    3. +
  • +
    1. +
    2. Copy or create an iframe code from your visualization
    3. +
  • +
    1. +
    2. Embed (or paste) the iframe code into your web page
    3. +
  • +
+

This tutorial focuses on the first step. If you don’t already have your own website, or if you are not sure whether your site supports iframe codes, then follow the steps below. We will create a simple web page with a free and friendly tool called GitHub http://github.com, and host it on the public web with the built-in GitHub Pages feature. For steps 2 and 3, see the Copy iframe from Google Sheets tutorial and the Embed iFrame in GitHub Pages tutorial in this chapter.

+
+

Tool Review

+

GitHub http://github.com is a versatile tool that can be used to create simple web pages.

+
    +
  • Pros:
  • +
  • Free and easy-to-learn tool to edit and host simple pages on the public web.
  • +
  • All steps below can be completed in your web browser.
  • +
  • Cons:
  • +
  • All work on GitHub is public by default. Private repositories (folders) require payment.
  • +
  • New users sometimes confuse the links for code repositories versus published web pages.
  • +
+
+
+

Video with step-by-step tutorial

+ +
    +
  1. Sign up for free GitHub account, then sign in, at http://github.com.

  2. +
  3. Create a new repository (also called a “project” or similar to a “folder”).

  4. +
  5. Name your repository (or “repo”), and select Initialize with a README file. Optional steps: add a description and select a license.

  6. +
  7. Scroll down and click the green button to Create your repo, which will appear in a new browser tab, with this URL format:

    +
    https://github.com/YOUR-USERNAME/YOUR-REPO-NAME
  8. +
  9. In your GitHub repo, click on Settings, scroll down to GitHub Pages, select Master branch as your source, then Save. This publishes the code from your repo to the public web.

  10. +
+

Hint: Do NOT select Theme Chooser for this exercise. It will create additional files that will interfere with displaying an iframe in your README.md file.

+
    +
  1. When the Settings page refreshes, scroll back down to GitHub Pages to see the new link to your published website, which will appear in this format:

    +
    https://YOUR-USERNAME.github.io/YOUR-REPO-NAME
  2. +
  3. Right-click and Copy the link to your published web site.

  4. +
  5. At the top of the page, click on the repo name to return to the main level.

  6. +
  7. Click the README.md file to open it in your browser, and click the pencil symbol to edit it.

  8. +
  9. Inside your README.md file, paste the link to your published web site, and type any text you wish to appear. The .md extension refers to Markdown, an easy-to-read computer language that GitHub Pages can process.

  10. +
  11. Scroll down and click the green Commit button to save your edits.

  12. +
  13. When your GitHub repo page refreshes, click on the new link to go to your published web site. BE PATIENT! Your new site may not appear instantly. Refresh the browser every 10 seconds. You may need to wait up to 1 minute for a new site to appear the first time, but later changes will be much faster.

  14. +
+

Remember that GitHub Pages is designed to create simple web pages and sites. See other web publishing tools mentioned in this chapter to create more sophisticated web sites.

+ +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/github.html b/docs/github.html new file mode 100644 index 000000000..b5dafb91c --- /dev/null +++ b/docs/github.html @@ -0,0 +1,327 @@ + + + + + + + + Modify and Host Code with GitHub | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Modify and Host Code with GitHub

+

by Jack Dougherty, Stacy Lam, and David Tatem, last updated March 11, 2017

+

In the first half of this book, we explored free web services that offer easy drag-and-drop tools to create interactive charts and maps, such as Google Sheets, Google My Maps, BatchGeo, Carto, and Tableau Public. But these web services have limited options for designing and customizing your visualizations, and also make you dependent on their web servers to host your work. In this second half of the book, we’ll explore how to copy, edit, and host code templates, meaning pre-written software instructions to create visualizations. With templates, no prior coding skills are necessary. You will learn how to make simple edits to insert your data, customize its appearance, and display it on the web on a site you control.

+

Enroll in our free online course to do: link, which introduces these topics in the brief video below, and offers more exercises and opportunities to interact with instructors and other learners.

+
+

Video overview

+ +
+
+

Tool Review

+

GitHub (http://github.com) is a versatile tool to share, edit, and host simple code templates on the public web. Requires a free account. Although advanced coders use more powerful command-line versions of this tool, this introduction demonstrates all of the basic steps using GitHub in the web browser.

+
    +
  • Pros:
  • +
  • Free and easy-to-learn tool that beginners can use in the web browser.
  • +
  • Popular tool to share, copy, and edit open-source code repositories (project folders).
  • +
  • Host simple code (such as HTML/CSS/JavaScript) on the live web with GitHub Pages.
  • +
  • Built-in support to quickly display open-data formats: CSV tables and GeoJSON geography.
  • +
  • Easy to migrate code repositories to a different web server.
  • +
  • Cons:
  • +
  • By default, all work on GitHub is public. Private repositories require payment.
  • +
  • New users often confuse web addresses for code repository versus published web page.
  • +
+

In this chapter, you will learn how to:

+ + +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/google-analytics-datavizforall.html b/docs/google-analytics-datavizforall.html new file mode 100644 index 000000000..7b0a3b995 --- /dev/null +++ b/docs/google-analytics-datavizforall.html @@ -0,0 +1,9 @@ + + + diff --git a/docs/highcharts.html b/docs/highcharts.html new file mode 100644 index 000000000..5018843af --- /dev/null +++ b/docs/highcharts.html @@ -0,0 +1,332 @@ + + + + + + + + Highcharts Code Templates | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Highcharts Code Templates

+

by Ilya Ilyankou and Jack Dougherty, last updated March 21, 2017

+

While beginners appreciate the drag-and-drop chart tools and tutorials described earlier in this book, such as Google Sheets and Tableau Public, more advanced users may wish to customize their visualizations, add more complex data, and control exactly how and where their work appears on the web. A more powerful and relatively easy-to-learn solution is to use code templates built with Highcharts https://highcharts.com, an open-source library, which you can modify and host on GitHub, as described in this book.

+
+

Tool Review

+
    +
  • Pros of working with Highcharts (http://highcharts.com):
  • +
  • Open-source code that is free for individuals, schools, and non-profits to use online or download
  • +
  • Easier for beginners to understand than more complex visualization code libraries
  • +
  • Cons:
  • +
  • For commercial use, you must purchase a license http://www.highcharts.com/products/highcharts
  • +
  • Must host your own code repositories to publish to the web (with a free service such as GitHub Pages)
  • +
+ + + + + + + + + + + + + +
Highcharts templatesBest use and tutorial chapters
to cometo come
+
+
+

Inside Highcharts code templates

+

The templates featured above vary from simple to complex, but all of them include three basic types of code: - HTML: to structure content on the web (example: index.html) - CSS, or Cascading Style Sheet: to shape how content appears on the web (example: style.css) - JavaScript: to create the chart and interactivity (example: script.js)

+

Also, these templates refer to other code elements: - library: link to online instructions to complete routine tasks (example: Highcharts) - data: content to appear in chart, typically in CSV format (example: data.csv) or pulled from Google Sheets

+
+
+

Learn more

+ + +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/how-to-lie-with-charts.html b/docs/how-to-lie-with-charts.html new file mode 100644 index 000000000..44fdd8f38 --- /dev/null +++ b/docs/how-to-lie-with-charts.html @@ -0,0 +1,314 @@ + + + + + + + + How to Lie with Charts | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

How to Lie with Charts

+

By Jack Dougherty, last updated March 25, 2017

+

One of the best ways to learn how to detect bias in data visualization is to intentionally manipulate a chart, and tell two (or more) opposing stories with the same data. You’ll learn what to watch out for when viewing other people’s charts, and think more carefully about the ethical issues when you design your own.

+

This exercise was inspired by a classic book published more than fifty years ago: Darrell Huff, How to Lie with Statistics (W. W. Norton & Company, 1954), http://books.google.com/books?isbn=0393070875

+

Right-click this link and Save to download this sample data in CSV format to your computer: us-gross-domestic-product-per-capita. This historical data on economic productivity comes from the World Bank, World Development Indicators, http://data.worldbank.org/data-catalog/world-development-indicators

+

Upload the CSV file to your Google Drive (with Settings to Convert to Google format) to create a Google Sheet.

+

Select the data cells and Insert > Chart > Line chart, similar to the default version shown below:

+ +

In your Google Sheet chart, double-click the vertical y-axis to edit the Minimum and Maximum values.

+
+Screenshot: Edit the Min and Max values of the Y-axis +

Screenshot: Edit the Min and Max values of the Y-axis

+
+

Make the line look “flatter” (slower economic growth) by lowering the minimum to $36,000, and increasing the maximum to $100,000, as shown below:

+ +

Make the line look like a “sharper increase” (faster economic growth) by increasing the minimum to $38,000, and lowering maximum to $52,000, as shown below:

+ +

** TO DO – add conclusion **

+ +
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/how-to-lie-with-maps.html b/docs/how-to-lie-with-maps.html new file mode 100644 index 000000000..0b75911cf --- /dev/null +++ b/docs/how-to-lie-with-maps.html @@ -0,0 +1,307 @@ + + + + + + + + How to Lie with Maps | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

How to Lie with Maps

+

By Jack Dougherty, last updated March 20, 2017

+

One of the best ways to learn how to detect bias in data visualization is to intentionally manipulate a map, and tell two (or more) opposing stories with the same data. You’ll learn what to watch out for when viewing other people’s maps, and think more carefully about the ethical issues when you design your own.

+

This exercise was inspired by Mark S. Monmonier, How to Lie with Maps, 2nd ed. (University of Chicago Press, 1996), http://books.google.com/books?isbn=0226534219

+

First, scroll through this data on Median Household Income for Hartford-area towns, 2011-15, from American Community Survey 5-year estimates. Or right-click to open this Google Sheet in a new tab.

+ +

Next, explore two different polygon maps of the same data. Use the drop-down menu to compare “Extreme Differences” versus “Uniform Equality”

+ +

Why are these two maps portray the same data so differently? To see the answer, look at the data ranges. . ..

+

** TO DO **

+

Create your own version…

+ +
+ +
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/iframe-github.html b/docs/iframe-github.html new file mode 100644 index 000000000..b1bc16ee1 --- /dev/null +++ b/docs/iframe-github.html @@ -0,0 +1,335 @@ + + + + + + + + Embed an iframe in GitHub Pages | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Embed an iframe in GitHub Pages

+

last updated March 6, 2017

+

Question: After you create an interactive chart or map, how do you embed the live version in a website that you control?

+

Here’s the full three-step answer that combines lessons from the Embed on the Web chapter introduction and the two previous tutorials:

+
    +
  1. First, create a web page that supports iFrame embed codes. If you don’t know what that means or don’t yet have a personal website, go back to the previous tutorial, Create a Simple Web Page with GitHub Pages, or see the video and step-by-step instructions below.

  2. +
  3. Second, copy or create an iframe code from your data visualization. Go back to the previous tutorial, Copy an iframe code from a Google Sheets interactive chart, or see the video and step-by-step instructions below.

  4. +
  5. Third, embed (or paste) the iframe code into your website. The video and instructions below show how to paste an iframe from a Google Sheets interactive chart into a simple web page with GitHub Pages.

  6. +
+
+

Try it

+

The goal is to embed the iframe code from a Google Sheets interactive chart, which resides on a Google web server, into your GitHub Pages web site. The result will be similar to the one below:

+ +
+
+

Video tutorial and step-by-step instructions

+ +
    +
  1. Sign up for free GitHub account, then sign in, at http://github.com.

  2. +
  3. Create a new repository (also called a “project” or similar to a “folder”)

  4. +
  5. Name your repository (or “repo”), and select Initialize with a README file. Optional steps: add a description and select a license.

  6. +
  7. Scroll down and click the green button to Create your repo, which will appear in a new browser tab, with this URL format:

    +
    https://github.com/YOUR-USERNAME/YOUR-REPO-NAME
  8. +
  9. In your GitHub repo, click on Settings, scroll down to GitHub Pages, select Master branch as your source, then Save. This publishes the code from your repo to the public web.

  10. +
  11. When the Settings page refreshes, scroll back down to GitHub Pages to see the new link to your published website, which will appear in this format:

    +
    https://YOUR-USERNAME.github.io/YOUR-REPO-NAME
  12. +
  13. Right-click and Copy this link to your published web site.

  14. +
  15. At the top of the page, click on the repo name to return to the main level.

  16. +
  17. Click the README.md file to open it in your browser, and click the pencil symbol to edit it.

  18. +
  19. Inside your README.md file, paste the link to your published web site, and type any text you wish to appear. The .md extension refers to Markdown, an easy-to-read computer language that GitHub Pages can process.

  20. +
  21. Go to a data visualization you have created, such as a Google Sheets chart, select Publish > Embed, and copy the iframe code. This line of HTML code displays the interactive visualization website inside your personal website.

  22. +
  23. Scroll down and click Commit to save your edits.

  24. +
  25. When your GitHub repo page refreshes, click on the new link to go to your published web site. BE PATIENT! Your new site may not appear instantly. Refresh the browser every 10 seconds. You may need to wait up to 1 minute for a new site to appear the first time, but later changes will be much faster.

  26. +
+

Important:

+
    +
  • A published README.md file will display an HTML iframe code, unless you add other HTML files (such as index.html) to your repository.
  • +
+

Remember that GitHub Pages is designed to create simple web pages and sites. See other web publishing tools mentioned in this chapter to create more sophisticated web sites.

+ +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/iframe-google-sheets.html b/docs/iframe-google-sheets.html new file mode 100644 index 000000000..90d8778e3 --- /dev/null +++ b/docs/iframe-google-sheets.html @@ -0,0 +1,343 @@ + + + + + + + + Copy an iframe code from a Google Sheets interactive chart | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Copy an iframe code from a Google Sheets interactive chart

+

last updated March 6, 2017

+

Question: After you create an interactive chart or map, how do you embed the live version in a website that you control?

+

The full answer requires three steps:

+
    +
    1. +
    2. Create a web page that supports iframe codes
    3. +
  • +
    1. +
    2. Copy the iframe code from your visualization
    3. +
  • +
    1. +
    2. Embed (or paste) the iframe code into your web page
    3. +
  • +
+

This tutorial focuses on the second step, and shows how to publish a Google Sheets interactive chart, and copy its iFrame code. Details may differ for other visualization tools, but the general iframe concept will be similar to most cases. For steps 1 and 3, see the Create a Simple Web Page with GitHub Pages tutorial and the Embed iFrame in GitHub Pages tutorial in this chapter.

+
+

Tutorial

+
    +
  1. Create a Google Sheets chart, which requires a free Google Drive account. Learn more in the Google Sheets Charts tutorial in this book.

  2. +
  3. Click the drop-down menu in the upper-right corner of the interactive chart and select Publish chart. Click OK on next screen.

  4. +
+
+Screenshot: Drop-down menu to publish a Google Sheets chart +

Screenshot: Drop-down menu to publish a Google Sheets chart

+
+
    +
  1. Select the Embed tab, select the Interactive version, and click the blue Publish button. If you make changes to the chart, they will continue to be published to the web automatically, unless you click the Stop button or checkbox at the bottom.
  2. +
+
+Screenshot: Publish to the web for a Google Sheets chart +

Screenshot: Publish to the web for a Google Sheets chart

+
+
    +
  1. Copy the iframe embed code.
  2. +
+
+Screenshot: Copy the iframe code from a Google Sheets chart +

Screenshot: Copy the iframe code from a Google Sheets chart

+
+

No coding skills are necessary, but it helps to be code-curious. This iframe is a line of HTML code that contains these instructions:

+
    +
  • iframe tags to mark the beginning and end
  • +
  • width and height: to display your chart in a second site, in pixels
  • +
  • seamless frameborder: “0” means no border will appear around the chart in the second site
  • +
  • scrolling: “no” means the chart will not include its own web scrolling feature
  • +
  • src: the web address (or URL) of the visualization to be displayed in the second site
  • +
+

See the next tutorial in this chapter, Embed iFrame in GitHub Pages, to learn how to paste the iframe into a simple web page. Or see related tutorials in this chapter to embed an iframe in other common web sites.

+ +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/iframe-tableau.html b/docs/iframe-tableau.html new file mode 100644 index 000000000..33bfdf92d --- /dev/null +++ b/docs/iframe-tableau.html @@ -0,0 +1,387 @@ + + + + + + + + Embed Tableau Public on your Website | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Embed Tableau Public on your Website

+

last updated March 10, 2017

+

Question: After learning how to create an interactive data visualization with Tableau Public in this book, how do I embed it on my website?

+

Answer: Tableau Public supports two embedding methods, and your choice depends on your type of website.

+
    +
    1. +
    2. Embed code: if you can paste directly into an HTML web page
    3. +
  • +
    1. +
    2. Convert Link to iFrame: to paste into WordPress.org, Wix, SquareSpace, Weebly, and many other web platforms
    3. +
  • +
+
+

Try it

+

Both methods produce an embedded visualization like the one below. Float your cursor over points to view data details.

+ +
+
+

A) Embed code method for HTML web pages

+
    +
  1. Use this method if you can paste HTML and JavaScript code directly into a website with HTML pages.

  2. +
  3. Go to the public web page of any Tableau Public visualization, such as this sample: https://public.tableau.com/profile/jackdougherty#!/vizhome/CTSchoolDistrictsbyIncomeandGradeLevels2009-13/Sheet1

  4. +
  5. Before you begin the embed process, click the upper-right Edit Details button to make any final modifications to the title or toolbar settings.

  6. +
  7. Click the bottom-right Share button, click inside the Embed Code field, and copy its contents. A typical embed code is a long string of HTML and JavaScript instructions to display the visualization.

  8. +
+
+Screenshot: Edit and Share buttons in Tableau Public web page +

Screenshot: Edit and Share buttons in Tableau Public web page

+
+
    +
  1. Open an HTML page on your website and paste the embed code in the body section. Below is an example of a sample Tableau Public embed code pasted between the body tags of a simple HTML page.
  2. +
+
<!DOCTYPE html>
+<html>
+<head>
+  <title>sample web page</title>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  <meta charset="utf-8">
+</head>
+<body>
+  <div class='tableauPlaceholder' id='viz1489158014225' style='position: relative'><noscript><a href='https:&#47;&#47;www.datavizforall.org&#47;chart&#47;scatter-chart-tableau&#47;'><img alt='CT School Districts by Income and Grade Level Equivalents, 2009-13 ' src='https:&#47;&#47;public.tableau.com&#47;static&#47;images&#47;CT&#47;CTSchoolDistrictsbyIncomeandGradeLevels2009-13&#47;Sheet1&#47;1_rss.png' style='border: none' /></a></noscript><object class='tableauViz'  style='display:none;'><param name='host_url' value='https%3A%2F%2Fpublic.tableau.com%2F' /> <param name='site_root' value='' /><param name='name' value='CTSchoolDistrictsbyIncomeandGradeLevels2009-13&#47;Sheet1' /><param name='tabs' value='no' /><param name='toolbar' value='yes' /><param name='static_image' value='https:&#47;&#47;public.tableau.com&#47;static&#47;images&#47;CT&#47;CTSchoolDistrictsbyIncomeandGradeLevels2009-13&#47;Sheet1&#47;1.png' /> <param name='animate_transition' value='yes' /><param name='display_static_image' value='yes' /><param name='display_spinner' value='yes' /><param name='display_overlay' value='yes' /><param name='display_count' value='yes' /></object></div>                <script type='text/javascript'>                    var divElement = document.getElementById('viz1489158014225');                    var vizElement = divElement.getElementsByTagName('object')[0];                    vizElement.style.width='100%';vizElement.style.height=(divElement.offsetWidth*0.75)+'px';                    var scriptElement = document.createElement('script');                    scriptElement.src = 'https://public.tableau.com/javascripts/api/viz_v1.js';                    vizElement.parentNode.insertBefore(scriptElement, vizElement);                </script>
+</body>
+</html>
+
+ +
+

Learn more

+

Embedding Tableau Public Views in iFrame, Tableau Support page http://kb.tableau.com/articles/howto/embedding-tableau-public-views-in-iframes

+ +
+
+ +
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/iframe-wordpress.html b/docs/iframe-wordpress.html new file mode 100644 index 000000000..63819b00a --- /dev/null +++ b/docs/iframe-wordpress.html @@ -0,0 +1,339 @@ + + + + + + + + Embed an iFrame on WordPress.org | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Embed an iFrame on WordPress.org

+

Last updated February 11, 2016

+
+

TO DO

+
    +
  • rewrite this tutorial to merge the two versions (top and bottom)
  • +
  • then update all links and check all code tags
  • +
+

To embed one web page (the data visualization) inside a second web page (the organization’s website), we use a simple HTML code known as iframe. (Read more about the iframetag at W3Schools.)

+

The general iframe concept works across many data visualization tools and many websites: - Copy the embed code or URL from your dataviz website - Paste (and modify) the code as an iframe in your destination website

+

To embed your dataviz in a self-hosted Wordpress.org site, the [iframe plugin] (http://wordpress.org/plugins/iframe/) must be installed and activated. This plugin allows authors to embed iframe codes inside posts/pages, in a modified “shortcode” format surrounded by square brackets. Without the plugin, self-hosted WordPress.org sites will usually “strip out” iframe codes for all users except the site administrator. I have already installed and activated the iframe plugin on my site, and the Dashboard view looks like this:

+
+ + +
+

Note that most WordPress.com sites do NOT support an iframe embed code.

+

But details vary, so read and experiment with the examples that follow.

+
    +
  1. To embed the iframe in a WordPress.org site, the iframe plugin must be installed, as explained in the Embed with iframe on WordPress.org chapter. TO DO fix self-reference

  2. +
  3. Log into your Wordpress.org site and create a new post. In the editor window, switch from the Visual to the Text tab, which allows users to modify the code behind your post. Paste the iframe code from your interactive dataviz.

  4. +
+
+ + +
+
    +
  1. Initially, the code you pasted includes HTML iframe tags at the front <iframe... and the end ...></iframe>, which looks like this:
  2. +
+
<iframe width="600" height="371" seamless frameborder="0" scrolling="no" src="https://docs.google.com/spreadsheets/d/1fwnl5hvkkwz-YDZrogyGnx274BqmozGlIeXyjJ2TKmE/pubchart?oid=462316012&amp;format=interactive"></iframe>
+
    +
  1. Modify the front end of the iframe code by replacing the less-than symbol ( < ) with a square opening bracket ( [ ). Modify the back end by erasing the greater-than symbol ( > ) and the end tag ( ). Replace the back end with a square closing bracket ( ] ).
  2. +
+
+ + +
+

Your modified code should look like this:

+
[iframe width="600" height="371" seamless frameborder="0" scrolling="no" src="https://docs.google.com/spreadsheets/d/1fwnl5hvkkwz-YDZrogyGnx274BqmozGlIeXyjJ2TKmE/pubchart?oid=462316012&amp;format=interactive"]
+
    +
  1. Click Preview or Publish/View Post to see how it appears on the web.

  2. +
  3. If desired, continue to modify the iframe code to improve the display of your dataviz on your website. For example, the initial code was 600 pixels wide (width=“600”). To display the dataviz across the full width of your website, change this part of the code to 100% (width=“100%”).

  4. +
+

The goal is to embed an interactive chart inside your website, so that users can explore the data. This tutorial displays a very basic chart to simplify the process, and the end result will appear like the one below. Try it.

+ + +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/introduction/ArmendarizVeronica-96.jpg b/docs/images/0-introduction/ArmendarizVeronica-96.jpg similarity index 100% rename from introduction/ArmendarizVeronica-96.jpg rename to docs/images/0-introduction/ArmendarizVeronica-96.jpg diff --git a/enroll/DoughertyJack-96.jpg b/docs/images/0-introduction/DoughertyJack-96.jpg similarity index 100% rename from enroll/DoughertyJack-96.jpg rename to docs/images/0-introduction/DoughertyJack-96.jpg diff --git a/introduction/GitBook-comments-2016-02.gif b/docs/images/0-introduction/GitBook-comments-2016-02.gif similarity index 100% rename from introduction/GitBook-comments-2016-02.gif rename to docs/images/0-introduction/GitBook-comments-2016-02.gif diff --git a/introduction/GitBook-edit-on-github.png b/docs/images/0-introduction/GitBook-edit-on-github.png similarity index 100% rename from introduction/GitBook-edit-on-github.png rename to docs/images/0-introduction/GitBook-edit-on-github.png diff --git a/introduction/GitHub-edit-file.png b/docs/images/0-introduction/GitHub-edit-file.png similarity index 100% rename from introduction/GitHub-edit-file.png rename to docs/images/0-introduction/GitHub-edit-file.png diff --git a/introduction/IlyankouIlya-96.jpg b/docs/images/0-introduction/IlyankouIlya-96.jpg similarity index 100% rename from introduction/IlyankouIlya-96.jpg rename to docs/images/0-introduction/IlyankouIlya-96.jpg diff --git a/enroll/LamStacy-96.jpg b/docs/images/0-introduction/LamStacy-96.jpg similarity index 100% rename from enroll/LamStacy-96.jpg rename to docs/images/0-introduction/LamStacy-96.jpg diff --git a/enroll/TatemDavid-96.jpg b/docs/images/0-introduction/TatemDavid-96.jpg similarity index 100% rename from enroll/TatemDavid-96.jpg rename to docs/images/0-introduction/TatemDavid-96.jpg diff --git a/introduction/contextual-menu.png b/docs/images/0-introduction/contextual-menu.png similarity index 100% rename from introduction/contextual-menu.png rename to docs/images/0-introduction/contextual-menu.png diff --git a/docs/images/0-introduction/cover-400wide.jpg b/docs/images/0-introduction/cover-400wide.jpg new file mode 100644 index 000000000..b4996ab07 Binary files /dev/null and b/docs/images/0-introduction/cover-400wide.jpg differ diff --git a/introduction/examples-Minard-Snow.png b/docs/images/0-introduction/examples-Minard-Snow.png similarity index 100% rename from introduction/examples-Minard-Snow.png rename to docs/images/0-introduction/examples-Minard-Snow.png diff --git a/introduction/laptop-and-monitor-and-tablet.jpg b/docs/images/0-introduction/laptop-and-monitor-and-tablet.jpg similarity index 100% rename from introduction/laptop-and-monitor-and-tablet.jpg rename to docs/images/0-introduction/laptop-and-monitor-and-tablet.jpg diff --git a/choose/rate/sample-address-screenshot.png b/docs/images/01-choose/sample-address-screenshot.png similarity index 100% rename from choose/rate/sample-address-screenshot.png rename to docs/images/01-choose/sample-address-screenshot.png diff --git a/choose/ask/tool-sweet-spot.png b/docs/images/01-choose/tool-sweet-spot.png similarity index 100% rename from choose/ask/tool-sweet-spot.png rename to docs/images/01-choose/tool-sweet-spot.png diff --git a/spreadsheet/calculate/SpreadsheetFormula640w.gif b/docs/images/02-spreadsheet/SpreadsheetFormula640w.gif similarity index 100% rename from spreadsheet/calculate/SpreadsheetFormula640w.gif rename to docs/images/02-spreadsheet/SpreadsheetFormula640w.gif diff --git a/spreadsheet/calculate/SpreadsheetPasteSpecialValues640w.gif b/docs/images/02-spreadsheet/SpreadsheetPasteSpecialValues640w.gif similarity index 100% rename from spreadsheet/calculate/SpreadsheetPasteSpecialValues640w.gif rename to docs/images/02-spreadsheet/SpreadsheetPasteSpecialValues640w.gif diff --git a/spreadsheet/sort/SpreadsheetSort640w.gif b/docs/images/02-spreadsheet/SpreadsheetSort640w.gif similarity index 100% rename from spreadsheet/sort/SpreadsheetSort640w.gif rename to docs/images/02-spreadsheet/SpreadsheetSort640w.gif diff --git a/spreadsheet/calculate/excel-drag-consec.gif b/docs/images/02-spreadsheet/excel-drag-consec.gif similarity index 100% rename from spreadsheet/calculate/excel-drag-consec.gif rename to docs/images/02-spreadsheet/excel-drag-consec.gif diff --git a/spreadsheet/csv/excel-quit-csv.png b/docs/images/02-spreadsheet/excel-quit-csv.png similarity index 100% rename from spreadsheet/csv/excel-quit-csv.png rename to docs/images/02-spreadsheet/excel-quit-csv.png diff --git a/spreadsheet/csv/excel-save-as-csv-continue.png b/docs/images/02-spreadsheet/excel-save-as-csv-continue.png similarity index 100% rename from spreadsheet/csv/excel-save-as-csv-continue.png rename to docs/images/02-spreadsheet/excel-save-as-csv-continue.png diff --git a/spreadsheet/csv/excel-save-as-csv.png b/docs/images/02-spreadsheet/excel-save-as-csv.png similarity index 100% rename from spreadsheet/csv/excel-save-as-csv.png rename to docs/images/02-spreadsheet/excel-save-as-csv.png diff --git a/spreadsheet/csv/excel-save-as-ods.png b/docs/images/02-spreadsheet/excel-save-as-ods.png similarity index 100% rename from spreadsheet/csv/excel-save-as-ods.png rename to docs/images/02-spreadsheet/excel-save-as-ods.png diff --git a/spreadsheet/upload/google-drive-settings-convert-uploads.png b/docs/images/02-spreadsheet/google-drive-settings-convert-uploads.png similarity index 100% rename from spreadsheet/upload/google-drive-settings-convert-uploads.png rename to docs/images/02-spreadsheet/google-drive-settings-convert-uploads.png diff --git a/spreadsheet/upload/google-drive-sheets-icon-rename.png b/docs/images/02-spreadsheet/google-drive-sheets-icon-rename.png similarity index 100% rename from spreadsheet/upload/google-drive-sheets-icon-rename.png rename to docs/images/02-spreadsheet/google-drive-sheets-icon-rename.png diff --git a/spreadsheet/upload/google-drive-spreadsheet-icons.png b/docs/images/02-spreadsheet/google-drive-spreadsheet-icons.png similarity index 100% rename from spreadsheet/upload/google-drive-spreadsheet-icons.png rename to docs/images/02-spreadsheet/google-drive-spreadsheet-icons.png diff --git a/spreadsheet/upload/google-drive-upload-methods.png b/docs/images/02-spreadsheet/google-drive-upload-methods.png similarity index 100% rename from spreadsheet/upload/google-drive-upload-methods.png rename to docs/images/02-spreadsheet/google-drive-upload-methods.png diff --git a/spreadsheet/copy/google-sheets-copy1.png b/docs/images/02-spreadsheet/google-sheets-copy1.png similarity index 100% rename from spreadsheet/copy/google-sheets-copy1.png rename to docs/images/02-spreadsheet/google-sheets-copy1.png diff --git a/spreadsheet/copy/google-sheets-copy2.png b/docs/images/02-spreadsheet/google-sheets-copy2.png similarity index 100% rename from spreadsheet/copy/google-sheets-copy2.png rename to docs/images/02-spreadsheet/google-sheets-copy2.png diff --git a/spreadsheet/csv/google-sheets-download-ods-csv.png b/docs/images/02-spreadsheet/google-sheets-download-ods-csv.png similarity index 100% rename from spreadsheet/csv/google-sheets-download-ods-csv.png rename to docs/images/02-spreadsheet/google-sheets-download-ods-csv.png diff --git a/spreadsheet/pivot/spreadsheet-google-pivot-year.png b/docs/images/02-spreadsheet/spreadsheet-google-pivot-year.png similarity index 100% rename from spreadsheet/pivot/spreadsheet-google-pivot-year.png rename to docs/images/02-spreadsheet/spreadsheet-google-pivot-year.png diff --git a/spreadsheet/pivot/spreadsheet-pivot-google-advanced.png b/docs/images/02-spreadsheet/spreadsheet-pivot-google-advanced.png similarity index 100% rename from spreadsheet/pivot/spreadsheet-pivot-google-advanced.png rename to docs/images/02-spreadsheet/spreadsheet-pivot-google-advanced.png diff --git a/spreadsheet/pivot/spreadsheet-pivot-intro.png b/docs/images/02-spreadsheet/spreadsheet-pivot-intro.png similarity index 100% rename from spreadsheet/pivot/spreadsheet-pivot-intro.png rename to docs/images/02-spreadsheet/spreadsheet-pivot-intro.png diff --git a/spreadsheet/vlookup/vlookup-problem.png b/docs/images/02-spreadsheet/vlookup-problem.png similarity index 100% rename from spreadsheet/vlookup/vlookup-problem.png rename to docs/images/02-spreadsheet/vlookup-problem.png diff --git a/spreadsheet/vlookup/vlookup-solution.png b/docs/images/02-spreadsheet/vlookup-solution.png similarity index 100% rename from spreadsheet/vlookup/vlookup-solution.png rename to docs/images/02-spreadsheet/vlookup-solution.png diff --git a/find/us/Census-geographies.png b/docs/images/03-find/Census-geographies.png similarity index 100% rename from find/us/Census-geographies.png rename to docs/images/03-find/Census-geographies.png diff --git a/find/source/SpreadsheetCopySheet640w.gif b/docs/images/03-find/SpreadsheetCopySheet640w.gif similarity index 100% rename from find/source/SpreadsheetCopySheet640w.gif rename to docs/images/03-find/SpreadsheetCopySheet640w.gif diff --git a/find/source/SpreadsheetSourceTab.png b/docs/images/03-find/SpreadsheetSourceTab.png similarity index 100% rename from find/source/SpreadsheetSourceTab.png rename to docs/images/03-find/SpreadsheetSourceTab.png diff --git a/chart/column-bar-google/bar-chart-data.png b/docs/images/05-chart/bar-chart-data.png similarity index 100% rename from chart/column-bar-google/bar-chart-data.png rename to docs/images/05-chart/bar-chart-data.png diff --git a/chart/scatter-bubble-google/bubble-chart-3-column-data.png b/docs/images/05-chart/bubble-chart-3-column-data.png similarity index 100% rename from chart/scatter-bubble-google/bubble-chart-3-column-data.png rename to docs/images/05-chart/bubble-chart-3-column-data.png diff --git a/chart/scatter-bubble-google/bubble-chart-5-column-data.png b/docs/images/05-chart/bubble-chart-5-column-data.png similarity index 100% rename from chart/scatter-bubble-google/bubble-chart-5-column-data.png rename to docs/images/05-chart/bubble-chart-5-column-data.png diff --git a/chart/scatter-bubble-google/bubble-chart-hide-labels.png b/docs/images/05-chart/bubble-chart-hide-labels.png similarity index 100% rename from chart/scatter-bubble-google/bubble-chart-hide-labels.png rename to docs/images/05-chart/bubble-chart-hide-labels.png diff --git a/chart/scatter-bubble-google/bubble-chart-types.png b/docs/images/05-chart/bubble-chart-types.png similarity index 100% rename from chart/scatter-bubble-google/bubble-chart-types.png rename to docs/images/05-chart/bubble-chart-types.png diff --git a/chart/chart-bubble.png b/docs/images/05-chart/chart-bubble.png similarity index 100% rename from chart/chart-bubble.png rename to docs/images/05-chart/chart-bubble.png diff --git a/chart/chart-filtered-line.png b/docs/images/05-chart/chart-filtered-line.png similarity index 100% rename from chart/chart-filtered-line.png rename to docs/images/05-chart/chart-filtered-line.png diff --git a/chart/chart-grouped-column.png b/docs/images/05-chart/chart-grouped-column.png similarity index 100% rename from chart/chart-grouped-column.png rename to docs/images/05-chart/chart-grouped-column.png diff --git a/chart/chart-histogram.png b/docs/images/05-chart/chart-histogram.png similarity index 100% rename from chart/chart-histogram.png rename to docs/images/05-chart/chart-histogram.png diff --git a/chart/chart-line.png b/docs/images/05-chart/chart-line.png similarity index 100% rename from chart/chart-line.png rename to docs/images/05-chart/chart-line.png diff --git a/chart/chart-pie.png b/docs/images/05-chart/chart-pie.png similarity index 100% rename from chart/chart-pie.png rename to docs/images/05-chart/chart-pie.png diff --git a/chart/chart-scatter.png b/docs/images/05-chart/chart-scatter.png similarity index 100% rename from chart/chart-scatter.png rename to docs/images/05-chart/chart-scatter.png diff --git a/chart/chart-separated-column.png b/docs/images/05-chart/chart-separated-column.png similarity index 100% rename from chart/chart-separated-column.png rename to docs/images/05-chart/chart-separated-column.png diff --git a/chart/chart-stacked-area.png b/docs/images/05-chart/chart-stacked-area.png similarity index 100% rename from chart/chart-stacked-area.png rename to docs/images/05-chart/chart-stacked-area.png diff --git a/chart/chart-stacked-column.png b/docs/images/05-chart/chart-stacked-column.png similarity index 100% rename from chart/chart-stacked-column.png rename to docs/images/05-chart/chart-stacked-column.png diff --git a/chart/column-bar-google/column-chart-types.png b/docs/images/05-chart/column-chart-types.png similarity index 100% rename from chart/column-bar-google/column-chart-types.png rename to docs/images/05-chart/column-chart-types.png diff --git a/chart/column-bar-google/column-edit-chart.png b/docs/images/05-chart/column-edit-chart.png similarity index 100% rename from chart/column-bar-google/column-edit-chart.png rename to docs/images/05-chart/column-edit-chart.png diff --git a/chart/column-bar-google/column-insert-chart.png b/docs/images/05-chart/column-insert-chart.png similarity index 100% rename from chart/column-bar-google/column-insert-chart.png rename to docs/images/05-chart/column-insert-chart.png diff --git a/chart/column-bar-google/column-make-copy.png b/docs/images/05-chart/column-make-copy.png similarity index 100% rename from chart/column-bar-google/column-make-copy.png rename to docs/images/05-chart/column-make-copy.png diff --git a/chart/column-bar-google/column-share.gif b/docs/images/05-chart/column-share.gif similarity index 100% rename from chart/column-bar-google/column-share.gif rename to docs/images/05-chart/column-share.gif diff --git a/chart/column-bar-google/grouped-column-chart-data.png b/docs/images/05-chart/grouped-column-chart-data.png similarity index 100% rename from chart/column-bar-google/grouped-column-chart-data.png rename to docs/images/05-chart/grouped-column-chart-data.png diff --git a/chart/pie-line-area-google/line-chart-data.png b/docs/images/05-chart/line-chart-data.png similarity index 100% rename from chart/pie-line-area-google/line-chart-data.png rename to docs/images/05-chart/line-chart-data.png diff --git a/chart/scatter-bubble-google/scatter-chart-custom-data-labels.png b/docs/images/05-chart/scatter-chart-custom-data-labels.png similarity index 100% rename from chart/scatter-bubble-google/scatter-chart-custom-data-labels.png rename to docs/images/05-chart/scatter-chart-custom-data-labels.png diff --git a/chart/scatter-bubble-google/scatter-chart-data.png b/docs/images/05-chart/scatter-chart-data.png similarity index 100% rename from chart/scatter-bubble-google/scatter-chart-data.png rename to docs/images/05-chart/scatter-chart-data.png diff --git a/chart/column-bar-google/stacked-column-data.png b/docs/images/05-chart/stacked-column-data.png similarity index 100% rename from chart/column-bar-google/stacked-column-data.png rename to docs/images/05-chart/stacked-column-data.png diff --git a/chart/filtered-line-chart-tableau/tableau-download.png b/docs/images/05-chart/tableau-download.png similarity index 100% rename from chart/filtered-line-chart-tableau/tableau-download.png rename to docs/images/05-chart/tableau-download.png diff --git a/chart/scatter-chart-tableau/tableau-standard-fit-width.png b/docs/images/05-chart/tableau-standard-fit-width.png similarity index 100% rename from chart/scatter-chart-tableau/tableau-standard-fit-width.png rename to docs/images/05-chart/tableau-standard-fit-width.png diff --git a/chart/filtered-line-chart-tableau/tableau-toolbar-settings-allow.png b/docs/images/05-chart/tableau-toolbar-settings-allow.png similarity index 100% rename from chart/filtered-line-chart-tableau/tableau-toolbar-settings-allow.png rename to docs/images/05-chart/tableau-toolbar-settings-allow.png diff --git a/map/socialexplorer/SE-data-levels.png b/docs/images/06-map/SE-data-levels.png similarity index 100% rename from map/socialexplorer/SE-data-levels.png rename to docs/images/06-map/SE-data-levels.png diff --git a/map/socialexplorer/SE-default-map.png b/docs/images/06-map/SE-default-map.png similarity index 100% rename from map/socialexplorer/SE-default-map.png rename to docs/images/06-map/SE-default-map.png diff --git a/map/socialexplorer/SE-home.png b/docs/images/06-map/SE-home.png similarity index 100% rename from map/socialexplorer/SE-home.png rename to docs/images/06-map/SE-home.png diff --git a/map/socialexplorer/SE-share-embed.png b/docs/images/06-map/SE-share-embed.png similarity index 100% rename from map/socialexplorer/SE-share-embed.png rename to docs/images/06-map/SE-share-embed.png diff --git a/docs/images/06-map/SE-tell-a-story.png b/docs/images/06-map/SE-tell-a-story.png new file mode 100644 index 000000000..38ddcf099 Binary files /dev/null and b/docs/images/06-map/SE-tell-a-story.png differ diff --git a/map/socrata/SocrataMap1.png b/docs/images/06-map/SocrataMap1.png similarity index 100% rename from map/socrata/SocrataMap1.png rename to docs/images/06-map/SocrataMap1.png diff --git a/map/socrata/SocrataMap10.png b/docs/images/06-map/SocrataMap10.png similarity index 100% rename from map/socrata/SocrataMap10.png rename to docs/images/06-map/SocrataMap10.png diff --git a/map/socrata/SocrataMap11.png b/docs/images/06-map/SocrataMap11.png similarity index 100% rename from map/socrata/SocrataMap11.png rename to docs/images/06-map/SocrataMap11.png diff --git a/map/socrata/SocrataMap12.png b/docs/images/06-map/SocrataMap12.png similarity index 100% rename from map/socrata/SocrataMap12.png rename to docs/images/06-map/SocrataMap12.png diff --git a/map/socrata/SocrataMap13.jpg b/docs/images/06-map/SocrataMap13.jpg similarity index 100% rename from map/socrata/SocrataMap13.jpg rename to docs/images/06-map/SocrataMap13.jpg diff --git a/map/socrata/SocrataMap2.png b/docs/images/06-map/SocrataMap2.png similarity index 100% rename from map/socrata/SocrataMap2.png rename to docs/images/06-map/SocrataMap2.png diff --git a/map/socrata/SocrataMap3.png b/docs/images/06-map/SocrataMap3.png similarity index 100% rename from map/socrata/SocrataMap3.png rename to docs/images/06-map/SocrataMap3.png diff --git a/map/socrata/SocrataMap4.png b/docs/images/06-map/SocrataMap4.png similarity index 100% rename from map/socrata/SocrataMap4.png rename to docs/images/06-map/SocrataMap4.png diff --git a/map/socrata/SocrataMap5.png b/docs/images/06-map/SocrataMap5.png similarity index 100% rename from map/socrata/SocrataMap5.png rename to docs/images/06-map/SocrataMap5.png diff --git a/map/socrata/SocrataMap6.png b/docs/images/06-map/SocrataMap6.png similarity index 100% rename from map/socrata/SocrataMap6.png rename to docs/images/06-map/SocrataMap6.png diff --git a/map/socrata/SocrataMap7.png b/docs/images/06-map/SocrataMap7.png similarity index 100% rename from map/socrata/SocrataMap7.png rename to docs/images/06-map/SocrataMap7.png diff --git a/map/socrata/SocrataMap8.png b/docs/images/06-map/SocrataMap8.png similarity index 100% rename from map/socrata/SocrataMap8.png rename to docs/images/06-map/SocrataMap8.png diff --git a/map/socrata/SocrataMap9.png b/docs/images/06-map/SocrataMap9.png similarity index 100% rename from map/socrata/SocrataMap9.png rename to docs/images/06-map/SocrataMap9.png diff --git a/map/carto/carto-dashboard-maps-datasets.png b/docs/images/06-map/carto-dashboard-maps-datasets.png similarity index 100% rename from map/carto/carto-dashboard-maps-datasets.png rename to docs/images/06-map/carto-dashboard-maps-datasets.png diff --git a/map/carto/carto-point-style-value.png b/docs/images/06-map/carto-point-style-value.png similarity index 100% rename from map/carto/carto-point-style-value.png rename to docs/images/06-map/carto-point-style-value.png diff --git a/map/carto/carto-publish-map.png b/docs/images/06-map/carto-publish-map.png similarity index 100% rename from map/carto/carto-publish-map.png rename to docs/images/06-map/carto-publish-map.png diff --git a/map/design/colorbrewer.png b/docs/images/06-map/colorbrewer.png similarity index 100% rename from map/design/colorbrewer.png rename to docs/images/06-map/colorbrewer.png diff --git a/map/map-point-polygon-polyline.png b/docs/images/06-map/map-point-polygon-polyline.png similarity index 100% rename from map/map-point-polygon-polyline.png rename to docs/images/06-map/map-point-polygon-polyline.png diff --git a/map/map-point.png b/docs/images/06-map/map-point.png similarity index 100% rename from map/map-point.png rename to docs/images/06-map/map-point.png diff --git a/map/map-polygon.png b/docs/images/06-map/map-polygon.png similarity index 100% rename from map/map-polygon.png rename to docs/images/06-map/map-polygon.png diff --git a/map/map-polyline.png b/docs/images/06-map/map-polyline.png similarity index 100% rename from map/map-polyline.png rename to docs/images/06-map/map-polyline.png diff --git a/map/mymaps/mymaps-choose-import.png b/docs/images/06-map/mymaps-choose-import.png similarity index 100% rename from map/mymaps/mymaps-choose-import.png rename to docs/images/06-map/mymaps-choose-import.png diff --git a/map/mymaps/mymaps-choose-position.png b/docs/images/06-map/mymaps-choose-position.png similarity index 100% rename from map/mymaps/mymaps-choose-position.png rename to docs/images/06-map/mymaps-choose-position.png diff --git a/map/mymaps/mymaps-choose-title.png b/docs/images/06-map/mymaps-choose-title.png similarity index 100% rename from map/mymaps/mymaps-choose-title.png rename to docs/images/06-map/mymaps-choose-title.png diff --git a/map/mymaps/mymaps-create-map.png b/docs/images/06-map/mymaps-create-map.png similarity index 100% rename from map/mymaps/mymaps-create-map.png rename to docs/images/06-map/mymaps-create-map.png diff --git a/map/mymaps/mymaps-embed.png b/docs/images/06-map/mymaps-embed.png similarity index 100% rename from map/mymaps/mymaps-embed.png rename to docs/images/06-map/mymaps-embed.png diff --git a/map/mymaps/mymaps-fix-errors.png b/docs/images/06-map/mymaps-fix-errors.png similarity index 100% rename from map/mymaps/mymaps-fix-errors.png rename to docs/images/06-map/mymaps-fix-errors.png diff --git a/map/mymaps/mymaps-import.png b/docs/images/06-map/mymaps-import.png similarity index 100% rename from map/mymaps/mymaps-import.png rename to docs/images/06-map/mymaps-import.png diff --git a/map/mymaps/mymaps-share.png b/docs/images/06-map/mymaps-share.png similarity index 100% rename from map/mymaps/mymaps-share.png rename to docs/images/06-map/mymaps-share.png diff --git a/map/mymaps/mymaps-style-groups-640w.gif b/docs/images/06-map/mymaps-style-groups-640w.gif similarity index 100% rename from map/mymaps/mymaps-style-groups-640w.gif rename to docs/images/06-map/mymaps-style-groups-640w.gif diff --git a/embed/iframe-wordpress/WordPressOrg-iframe-plugin-activate.jpg b/docs/images/07-embed/WordPressOrg-iframe-plugin-activate.jpg similarity index 100% rename from embed/iframe-wordpress/WordPressOrg-iframe-plugin-activate.jpg rename to docs/images/07-embed/WordPressOrg-iframe-plugin-activate.jpg diff --git a/embed/iframe-wordpress/WordPressOrg-replace-with-bracket.png b/docs/images/07-embed/WordPressOrg-replace-with-bracket.png similarity index 100% rename from embed/iframe-wordpress/WordPressOrg-replace-with-bracket.png rename to docs/images/07-embed/WordPressOrg-replace-with-bracket.png diff --git a/embed/iframe-wordpress/WordPressOrg-text-tab-paste-iframe.png b/docs/images/07-embed/WordPressOrg-text-tab-paste-iframe.png similarity index 100% rename from embed/iframe-wordpress/WordPressOrg-text-tab-paste-iframe.png rename to docs/images/07-embed/WordPressOrg-text-tab-paste-iframe.png diff --git a/embed/iframe-google-sheets/google-sheets-chart-menu-publish.png b/docs/images/07-embed/google-sheets-chart-menu-publish.png similarity index 100% rename from embed/iframe-google-sheets/google-sheets-chart-menu-publish.png rename to docs/images/07-embed/google-sheets-chart-menu-publish.png diff --git a/embed/iframe-google-sheets/google-sheets-publish-copy-iframe.png b/docs/images/07-embed/google-sheets-publish-copy-iframe.png similarity index 100% rename from embed/iframe-google-sheets/google-sheets-publish-copy-iframe.png rename to docs/images/07-embed/google-sheets-publish-copy-iframe.png diff --git a/embed/iframe-google-sheets/google-sheets-publish.png b/docs/images/07-embed/google-sheets-publish.png similarity index 100% rename from embed/iframe-google-sheets/google-sheets-publish.png rename to docs/images/07-embed/google-sheets-publish.png diff --git a/embed/tableau/tableau-edit-share.png b/docs/images/07-embed/tableau-edit-share.png similarity index 100% rename from embed/tableau/tableau-edit-share.png rename to docs/images/07-embed/tableau-edit-share.png diff --git a/github/fix/Chrome-developer-tools.png b/docs/images/08-github/Chrome-developer-tools.png similarity index 100% rename from github/fix/Chrome-developer-tools.png rename to docs/images/08-github/Chrome-developer-tools.png diff --git a/github/fix/Firefox-tools-inspector.png b/docs/images/08-github/Firefox-tools-inspector.png similarity index 100% rename from github/fix/Firefox-tools-inspector.png rename to docs/images/08-github/Firefox-tools-inspector.png diff --git a/github/pull-request/GitHub-CommitButton.png b/docs/images/08-github/GitHub-CommitButton.png similarity index 100% rename from github/pull-request/GitHub-CommitButton.png rename to docs/images/08-github/GitHub-CommitButton.png diff --git a/github/pull-request/GitHub-CreateBranch.png b/docs/images/08-github/GitHub-CreateBranch.png similarity index 100% rename from github/pull-request/GitHub-CreateBranch.png rename to docs/images/08-github/GitHub-CreateBranch.png diff --git a/github/pull-request/GitHub-CreateFile.png b/docs/images/08-github/GitHub-CreateFile.png similarity index 100% rename from github/pull-request/GitHub-CreateFile.png rename to docs/images/08-github/GitHub-CreateFile.png diff --git a/github/pull-request/GitHub-CreateNewFile.png b/docs/images/08-github/GitHub-CreateNewFile.png similarity index 100% rename from github/pull-request/GitHub-CreateNewFile.png rename to docs/images/08-github/GitHub-CreateNewFile.png diff --git a/github/pull-request/GitHub-CreateRepo.png b/docs/images/08-github/GitHub-CreateRepo.png similarity index 100% rename from github/pull-request/GitHub-CreateRepo.png rename to docs/images/08-github/GitHub-CreateRepo.png diff --git a/github/pull-request/GitHub-EditFile.png b/docs/images/08-github/GitHub-EditFile.png similarity index 100% rename from github/pull-request/GitHub-EditFile.png rename to docs/images/08-github/GitHub-EditFile.png diff --git a/github/pull-request/GitHub-EditFile2.png b/docs/images/08-github/GitHub-EditFile2.png similarity index 100% rename from github/pull-request/GitHub-EditFile2.png rename to docs/images/08-github/GitHub-EditFile2.png diff --git a/github/pull-request/GitHub-EditReadMe.png b/docs/images/08-github/GitHub-EditReadMe.png similarity index 100% rename from github/pull-request/GitHub-EditReadMe.png rename to docs/images/08-github/GitHub-EditReadMe.png diff --git a/github/pull-request/GitHub-ForkCloneDownload.png b/docs/images/08-github/GitHub-ForkCloneDownload.png similarity index 100% rename from github/pull-request/GitHub-ForkCloneDownload.png rename to docs/images/08-github/GitHub-ForkCloneDownload.png diff --git a/github/pull-request/GitHub-NewRepo.png b/docs/images/08-github/GitHub-NewRepo.png similarity index 100% rename from github/pull-request/GitHub-NewRepo.png rename to docs/images/08-github/GitHub-NewRepo.png diff --git a/github/pull-request/GitHub-PullRequest.png b/docs/images/08-github/GitHub-PullRequest.png similarity index 100% rename from github/pull-request/GitHub-PullRequest.png rename to docs/images/08-github/GitHub-PullRequest.png diff --git a/github/pull-request/GitHub-SelectRepoName2.png b/docs/images/08-github/GitHub-SelectRepoName2.png similarity index 100% rename from github/pull-request/GitHub-SelectRepoName2.png rename to docs/images/08-github/GitHub-SelectRepoName2.png diff --git a/github/pull-request/GitHub-ToFrom.png b/docs/images/08-github/GitHub-ToFrom.png similarity index 100% rename from github/pull-request/GitHub-ToFrom.png rename to docs/images/08-github/GitHub-ToFrom.png diff --git a/github/pull-request/Github-settings-rename.png b/docs/images/08-github/Github-settings-rename.png similarity index 100% rename from github/pull-request/Github-settings-rename.png rename to docs/images/08-github/Github-settings-rename.png diff --git a/github/fix/curly-vs-straight-quotes.png b/docs/images/08-github/curly-vs-straight-quotes.png similarity index 100% rename from github/fix/curly-vs-straight-quotes.png rename to docs/images/08-github/curly-vs-straight-quotes.png diff --git a/github/fix/extra-files-block-readme-iframe.png b/docs/images/08-github/extra-files-block-readme-iframe.png similarity index 100% rename from github/fix/extra-files-block-readme-iframe.png rename to docs/images/08-github/extra-files-block-readme-iframe.png diff --git a/github/fix/http-vs-https.png b/docs/images/08-github/http-vs-https.png similarity index 100% rename from github/fix/http-vs-https.png rename to docs/images/08-github/http-vs-https.png diff --git a/github/fix/lmwgs-fix-column-headers.png b/docs/images/08-github/lmwgs-fix-column-headers.png similarity index 100% rename from github/fix/lmwgs-fix-column-headers.png rename to docs/images/08-github/lmwgs-fix-column-headers.png diff --git a/transform/geocode/address-no-column-headers.png b/docs/images/09-transform/address-no-column-headers.png similarity index 100% rename from transform/geocode/address-no-column-headers.png rename to docs/images/09-transform/address-no-column-headers.png diff --git a/transform/geocode/census-geocoder-batch.png b/docs/images/09-transform/census-geocoder-batch.png similarity index 100% rename from transform/geocode/census-geocoder-batch.png rename to docs/images/09-transform/census-geocoder-batch.png diff --git a/transform/mapshaper/ct-towns-merged-csv.png b/docs/images/09-transform/ct-towns-merged-csv.png similarity index 100% rename from transform/mapshaper/ct-towns-merged-csv.png rename to docs/images/09-transform/ct-towns-merged-csv.png diff --git a/transform/geojsonio/dataviz-geojsonio-640.gif b/docs/images/09-transform/dataviz-geojsonio-640.gif similarity index 100% rename from transform/geojsonio/dataviz-geojsonio-640.gif rename to docs/images/09-transform/dataviz-geojsonio-640.gif diff --git a/transform/geocode/geocode-results.png b/docs/images/09-transform/geocode-results.png similarity index 100% rename from transform/geocode/geocode-results.png rename to docs/images/09-transform/geocode-results.png diff --git a/transform/geojsonio/geojson-save-as.png b/docs/images/09-transform/geojson-save-as.png similarity index 100% rename from transform/geojsonio/geojson-save-as.png rename to docs/images/09-transform/geojson-save-as.png diff --git a/transform/geocode/google-sheets-geocoder-census-geographies.gif b/docs/images/09-transform/google-sheets-geocoder-census-geographies.gif similarity index 100% rename from transform/geocode/google-sheets-geocoder-census-geographies.gif rename to docs/images/09-transform/google-sheets-geocoder-census-geographies.gif diff --git a/transform/geocode/google-sheets-geocoder-census-google.gif b/docs/images/09-transform/google-sheets-geocoder-census-google.gif similarity index 100% rename from transform/geocode/google-sheets-geocoder-census-google.gif rename to docs/images/09-transform/google-sheets-geocoder-census-google.gif diff --git a/transform/pivot/hospital-pivot-table.png b/docs/images/09-transform/hospital-pivot-table.png similarity index 100% rename from transform/pivot/hospital-pivot-table.png rename to docs/images/09-transform/hospital-pivot-table.png diff --git a/transform/pivot/hospital-socrata-export.png b/docs/images/09-transform/hospital-socrata-export.png similarity index 100% rename from transform/pivot/hospital-socrata-export.png rename to docs/images/09-transform/hospital-socrata-export.png diff --git a/transform/mapshaper/mapshaper-clip-640.gif b/docs/images/09-transform/mapshaper-clip-640.gif similarity index 100% rename from transform/mapshaper/mapshaper-clip-640.gif rename to docs/images/09-transform/mapshaper-clip-640.gif diff --git a/transform/mapshaper/mapshaper-convert-640.gif b/docs/images/09-transform/mapshaper-convert-640.gif similarity index 100% rename from transform/mapshaper/mapshaper-convert-640.gif rename to docs/images/09-transform/mapshaper-convert-640.gif diff --git a/transform/mapshaper/mapshaper-dissolve-simple-640.gif b/docs/images/09-transform/mapshaper-dissolve-simple-640.gif similarity index 100% rename from transform/mapshaper/mapshaper-dissolve-simple-640.gif rename to docs/images/09-transform/mapshaper-dissolve-simple-640.gif diff --git a/transform/mapshaper/mapshaper-edit-info.png b/docs/images/09-transform/mapshaper-edit-info.png similarity index 100% rename from transform/mapshaper/mapshaper-edit-info.png rename to docs/images/09-transform/mapshaper-edit-info.png diff --git a/transform/mapshaper/mapshaper-join-confirm.png b/docs/images/09-transform/mapshaper-join-confirm.png similarity index 100% rename from transform/mapshaper/mapshaper-join-confirm.png rename to docs/images/09-transform/mapshaper-join-confirm.png diff --git a/transform/mapshaper/mapshaper-join-console.png b/docs/images/09-transform/mapshaper-join-console.png similarity index 100% rename from transform/mapshaper/mapshaper-join-console.png rename to docs/images/09-transform/mapshaper-join-console.png diff --git a/transform/mapshaper/mapshaper-join-select-map-layer.png b/docs/images/09-transform/mapshaper-join-select-map-layer.png similarity index 100% rename from transform/mapshaper/mapshaper-join-select-map-layer.png rename to docs/images/09-transform/mapshaper-join-select-map-layer.png diff --git a/transform/mapshaper/mapshaper-join-table-concept.png b/docs/images/09-transform/mapshaper-join-table-concept.png similarity index 100% rename from transform/mapshaper/mapshaper-join-table-concept.png rename to docs/images/09-transform/mapshaper-join-table-concept.png diff --git a/transform/mapshaper/mapshaper-simplify.png b/docs/images/09-transform/mapshaper-simplify.png similarity index 100% rename from transform/mapshaper/mapshaper-simplify.png rename to docs/images/09-transform/mapshaper-simplify.png diff --git a/transform/mapshaper/mapshaper-towns-merged.png b/docs/images/09-transform/mapshaper-towns-merged.png similarity index 100% rename from transform/mapshaper/mapshaper-towns-merged.png rename to docs/images/09-transform/mapshaper-towns-merged.png diff --git a/transform/mapshaper/mapshaper-two-layers.png b/docs/images/09-transform/mapshaper-two-layers.png similarity index 100% rename from transform/mapshaper/mapshaper-two-layers.png rename to docs/images/09-transform/mapshaper-two-layers.png diff --git a/transform/mapshaper/mapshaper-unmatched-unjoined.png b/docs/images/09-transform/mapshaper-unmatched-unjoined.png similarity index 100% rename from transform/mapshaper/mapshaper-unmatched-unjoined.png rename to docs/images/09-transform/mapshaper-unmatched-unjoined.png diff --git a/transform/geojsonio/name-lat-lon-info.png b/docs/images/09-transform/name-lat-lon-info.png similarity index 100% rename from transform/geojsonio/name-lat-lon-info.png rename to docs/images/09-transform/name-lat-lon-info.png diff --git a/transform/mapshaper/towns-export-csv.png b/docs/images/09-transform/towns-export-csv.png similarity index 100% rename from transform/mapshaper/towns-export-csv.png rename to docs/images/09-transform/towns-export-csv.png diff --git a/transform/normalize/us-population-area-2015.png b/docs/images/09-transform/us-population-area-2015.png similarity index 100% rename from transform/normalize/us-population-area-2015.png rename to docs/images/09-transform/us-population-area-2015.png diff --git a/detect/how-to-lie-with-charts/y-axis-min-max.png b/docs/images/10-detect/y-axis-min-max.png similarity index 100% rename from detect/how-to-lie-with-charts/y-axis-min-max.png rename to docs/images/10-detect/y-axis-min-max.png diff --git a/leaflet/data-apis/ct-open-data-api-endpoint.png b/docs/images/12-leaflet/ct-open-data-api-endpoint.png similarity index 100% rename from leaflet/data-apis/ct-open-data-api-endpoint.png rename to docs/images/12-leaflet/ct-open-data-api-endpoint.png diff --git a/leaflet/data-apis/ct-open-data-geojson.png b/docs/images/12-leaflet/ct-open-data-geojson.png similarity index 100% rename from leaflet/data-apis/ct-open-data-geojson.png rename to docs/images/12-leaflet/ct-open-data-geojson.png diff --git a/leaflet/leaflet-maps-with-google-sheets.png b/docs/images/12-leaflet/leaflet-maps-with-google-sheets.png similarity index 100% rename from leaflet/leaflet-maps-with-google-sheets.png rename to docs/images/12-leaflet/leaflet-maps-with-google-sheets.png diff --git a/leaflet/with-google-sheets/lmwgs-1-fork-640.gif b/docs/images/12-leaflet/lmwgs-1-fork-640.gif similarity index 100% rename from leaflet/with-google-sheets/lmwgs-1-fork-640.gif rename to docs/images/12-leaflet/lmwgs-1-fork-640.gif diff --git a/leaflet/with-google-sheets/lmwgs-2-make-copy-640.gif b/docs/images/12-leaflet/lmwgs-2-make-copy-640.gif similarity index 100% rename from leaflet/with-google-sheets/lmwgs-2-make-copy-640.gif rename to docs/images/12-leaflet/lmwgs-2-make-copy-640.gif diff --git a/leaflet/storymaps/lmwgs-copy-sheet-url-not-pub-url.png b/docs/images/12-leaflet/lmwgs-copy-sheet-url-not-pub-url.png similarity index 100% rename from leaflet/storymaps/lmwgs-copy-sheet-url-not-pub-url.png rename to docs/images/12-leaflet/lmwgs-copy-sheet-url-not-pub-url.png diff --git a/leaflet/storymaps/lmwgs-file-publish.png b/docs/images/12-leaflet/lmwgs-file-publish.png similarity index 100% rename from leaflet/storymaps/lmwgs-file-publish.png rename to docs/images/12-leaflet/lmwgs-file-publish.png diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 000000000..f77475e38 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,316 @@ + + + + + + + + Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+ +
+

Introduction

+
+ + +
+

This textbook-in-progress was last updated on: 2019-01-27

+

All pages and links were revised in January 2019.

+
+

Tell your data story with free and easy-to-learn tools.

+

Data Visualization for All, an open-access textbook, shows how to design interactive charts and maps for your website. We begin with drag-and-drop tools and gradually work our way up to editing open-source code templates. This friendly introduction includes step-by-step tutorials, video screencasts, and real-world examples. Featured tools include Google Sheets, Tableau Public, Highcharts, Leaflet, GitHub, and more.

+

About the authors and contributors from Trinity College, Hartford CT: Jack Dougherty, Ilya Ilyankou, Veronica X. Armendariz, Stacy Lam, and David Tatem.

+

Read for free online (recommended) or download PDF/eBook editions (to come).

+
+ Creative Commons License +
+
+

Data Visualization for All is copyrighted by Jack Dougherty and Ilya Ilyankou and contributors and distributed under a Creative Commons BY-NC 4.0 International License. You may freely share and modify this content for non-commercial purposes, with a source credit to http://DataVizForAll.org.

+ +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/know.html b/docs/know.html new file mode 100644 index 000000000..41c2ae459 --- /dev/null +++ b/docs/know.html @@ -0,0 +1,298 @@ + + + + + + + + Know Your Data: Is It Good or Bad? | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Know Your Data: Is It Good or Bad?

+

Before starting to create charts or maps, get to know your data. - Where did it come from? - Who compiled the data, and for what purpose? - What do the data labels really mean? - Ask yourself: Am I working with the most recent version, in the best available format?

+

Closely examine your data files to understand their meaning, sources of origin, and limitations. TO DO expand on this theme with examples of bad and misleading data

+

** TO DO ** cite and explain this resource https://github.com/Quartz/bad-data-guide

+

Dangers of using Excel https://www.washingtonpost.com/news/wonk/wp/2016/08/26/an-alarming-number-of-scientific-papers-contain-excel-errors/

+ +
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/leaflet-maps-open-apis.html b/docs/leaflet-maps-open-apis.html new file mode 100644 index 000000000..f732b32ba --- /dev/null +++ b/docs/leaflet-maps-open-apis.html @@ -0,0 +1,348 @@ + + + + + + + + Pull Open Data into Leaflet Map with APIs | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Pull Open Data into Leaflet Map with APIs

+

By Jack Dougherty and Ilya Ilyankou, last updated April 10, 2017

+

Up to this point in the book, we’ve built charts and maps using static data that you have downloaded from other sites. But some open data repositories have APIs, or application program interfaces, which means the software that allows computers to communicate with one another. Below is a Leaflet Map template that uses APIs to pull in the most current data from three different open repository platforms: Socrata, Esri ArcGIS Online, and USGS.

+
+

Try it

+

Explore the map below or view full-screen version in a new tab

+ +
+
+

How it works

+
    +
  1. Go to the GitHub repo for the map above: https://github.com/JackDougherty/leaflet-data-apis

  2. +
  3. Explore the code to see how different APIs work. For example, see the first map overlay, which pulls Connecticut School Directory data from the CT Open Data repository on a Socrata open data platform: https://data.ct.gov/resource/v4tt-nt9n

  4. +
  5. Inside the open data repo, look for an API button and copy the endpoint.

  6. +
+
+Screenshot: Sample API endpoint in Socrata open data repo +

Screenshot: Sample API endpoint in Socrata open data repo

+
+
    +
  1. Paste the endpoint link into your browser, change the suffix from .json to .geojson and press return. In order to show the endpoint data as points on a map in this simple Leaflet template, the points must already be geocoded inside the open data repo, and the platform must support a GeoJSON endpoint. In your browser, one sign of success is a long stream of GeoJSON data like this:
  2. +
+
+Screenshot: API endpoint with .geojson suffix in Chrome browser +

Screenshot: API endpoint with .geojson suffix in Chrome browser

+
+
    +
  1. In this section of the Leaflet map template, the code includes a jQuery function $.getJSON to call the open data endpoint in GeoJSON format: https://data.ct.gov/resource/v4tt-nt9n.geojson. It also requires a Socrata app token, and you can get your own token for free at: https://dev.socrata.com/register. Each geocoded school in the Socrata data repository is displayed as a blue circle, with data properties (such as: name) in a clickable pop-up.
  2. +
+
// load open data from Socrata endpoint in GeoJSON format
+// with simple marker styling: blue circles
+// register your own Socrata app token at https://dev.socrata.com/register
+// Connecticut School Directory, CT Open Data, https://data.ct.gov/resource/v4tt-nt9n
+$.getJSON("https://data.ct.gov/resource/v4tt-nt9n.geojson?&$$app_token=QVVY3I72SVPbxBYlTM8fA7eet", function (data){
+  var geoJsonLayer = L.geoJson(data, {
+    pointToLayer: function( feature, latlng) {
+      var circle = L.circleMarker(latlng, {
+        radius: 6,
+        fillColor: "blue",
+        color: "blue",
+        weight: 2,
+        opacity: 1,
+        fillOpacity: 0.7
+      });
+      circle.bindPopup(feature.properties.name + '<br>' + feature.properties.district_name); // replace last term with property data labels to display from GeoJSON file
+      return circle;
+    }
+  }).addTo(map); // display by default
+  controlLayers.addOverlay(geoJsonLayer, 'Public Schools (CT Open Data-Socrata)');
+});
+
    +
  1. Fork a copy of this repo, play with the code, and try to insert GeoJSON endpoints from other open data repositories.
  2. +
+ +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/leaflet-maps-with-google-sheets.html b/docs/leaflet-maps-with-google-sheets.html new file mode 100644 index 000000000..73616a848 --- /dev/null +++ b/docs/leaflet-maps-with-google-sheets.html @@ -0,0 +1,578 @@ + + + + + + + + Leaflet Maps with Google Sheets template | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Leaflet Maps with Google Sheets template

+

by Ilya Ilyankou and Jack Dougherty, last updated April 10, 2017

+

Question: If you have moved beyond simple drag-and-drop point map tools, such as the BatchGeo and Google My Maps tutorials in this book, and want to create point and/or polygon and/or polyline maps, where should you go?

+

Answer: Copy and customize our open-source template for Leaflet Maps with Google Sheets. Control the map options display data that you upload to your Google Sheet and GitHub repository. No coding skills required, other than pasting one line of code to link your map with your sheet. Requires two free accounts: Google and GitHub.

+
+

Video and list of features

+ +
    +
  • Best to show points, polygons, and/or polylines, with table of points in map view
  • +
  • Free and open-source code template, built on Leaflet and linked to Google Sheets
  • +
  • Fork the code and host your live map on the web for free with GitHub Pages
  • +
  • Geocode location data with US Census or Google, using script inside the Google Sheet
  • +
  • Easy-to-modify data labels and map options in Google Sheet tabs or uploaded CSV files
  • +
  • Upload your polygon and polyline GeoJSON files, and custom markers, to your GitHub repo
  • +
  • Show multiple polygon layers, each with their own color legend and ranges (numerical or text)
  • +
  • Responsive design resizes your maps to display inside most mobile devices
  • +
+
+
+

Try it

+

Explore the map or right-click to view full-screen map in a new tab

+

The map pulls the point data and settings from a linked Google Sheet, which you can explore below or right-click to view full-screen Sheet in a new tab

+
+
+

Part 1: Create and customize your map

+

In the first part of this tutorial, you will learn how to create your own copy of the Leaflet Maps with Google Sheets template, publish your Google Sheet, and paste its web address into your GitHub repo.

+
    +
    1. +
    2. Fork (copy) the code template and publish your version with GitHub Pages
    3. +
  • +
    1. +
    2. File > Make a Copy of Google Sheet template, Share, and File > Publish
    3. +
  • +
    1. +
    2. Paste your Google Sheet URL in two places in your GitHub repo
    3. +
  • +
    1. +
    2. Modify your map settings in the Options tab and test your live map
    3. +
  • +
+ +
+
+

Part 2: Upload and display your map data

+

In the second part of this tutorial, you will learn how to geocode and customize your own point markers, and either hide or upload your own polygon and/or polyline GeoJSON data.

+
    +
    1. +
    2. Geocode locations and customize new markers in the Points tab
    3. +
  • +
    1. +
    2. Hide the polygon and polyline legends and default GeoJSON data
    3. +
  • +
    1. +
    2. Upload and display your own polygon GeoJSON data
    3. +
  • +
    1. +
    2. Upload and display your own polyline GeoJSON data
    3. +
  • +
    1. +
    2. Upload and display customized marker icons
    3. +
  • +
    1. +
    2. Optional: Save Google Sheets as CSV and upload to GitHub
    3. +
  • +
  • ** TO DO: second half video**
  • +
+

To solve problems, see Fix Common GitHub and Code Errors chapter in this book.

+
+
+

A) Fork (copy) the code template and publish your version with GitHub Pages

+

Before you begin, this tutorial assumes that you:

+ +
    +
  1. Right-click to open this GitHub code template in a new tab: https://github.com/JackDougherty/leaflet-maps-with-google-sheets

  2. +
  3. In the upper-right corner of the code template, sign in to your free GitHub account

  4. +
  5. In the upper-right corner, click Fork to copy the template (also called a code repository, or repo) into your own account. The web address (URL) of the new copy in your account will follow this format:

    +
    https://github.com/USERNAME/leaflet-maps-with-google-sheets
  6. +
+

Reminder: You can only fork a GitHub repo one time. If needed, see how to make a second copy in the Create a New Repo in GitHub chapter in this book.

+
    +
  1. In your new copy of the code repo, click on Settings, scroll down to the GitHub Pages area, select Master, and Save. This publishes your code to a live map on a public website that you control.

  2. +
  3. Scroll down to GitHub Pages section again, and copy the link to your published web site, which will follow this format:

    +
    https://USERNAME.github.io/leaflet-maps-with-google-sheets
  4. +
+
+Screencast +

Screencast

+
+
    +
  1. Scroll up to the top, and click on your repo name to go back to its main page.

  2. +
  3. At the top level of your repo main page, click on README.md, and click the pencil icon to edit this file, written in easy-to-read Markdown code.

  4. +
  5. Delete the link to the current live site, and paste in the link to YOUR site. Scroll down and Commit to save your edits.

  6. +
  7. On your repo main page, right-click the link to your live map to open in a new tab. Be patient during busy periods on GitHub, when your website may take up to 1 minute to appear the first time.

  8. +
+
+
+

B) File > Make a Copy of Google Sheet template, Share, and File > Publish

+
    +
  1. Right-click to open this Google Sheets template in a new tab: https://docs.google.com/spreadsheets/d/1ZxvU8eGyuN9M8GxTU9acKVJv70iC3px_m3EVFsOHN9g

  2. +
  3. Sign into your Google account

  4. +
  5. File > Make a Copy of the Google Sheet template to your Google Drive

  6. +
  7. Click the blue Share button, click Advanced, click to change Private to Anyone with the link > Can View the Sheet. This will make your public data easier to view in your map.

  8. +
+
+Screencast: Share Google Sheet for anyone with the link to view +

Screencast: Share Google Sheet for anyone with the link to view

+
+
    +
  1. File > Publish the Link to your Google Sheet to the public web, so the Leaflet map code can read it.
  2. +
+
+Screenshot: File > Publish the link to your Google Sheet +

Screenshot: File > Publish the link to your Google Sheet

+
+
    +
  1. At the top of your browser, copy your Google Sheet web address or URL (which usually ends in ...XYZ/edit#gid=0). Do NOT copy the published URL (which usually ends in ...XYZ/pubhtml).
  2. +
+
+Screenshot: Copy the Google Sheet URL, not the Publish URL +

Screenshot: Copy the Google Sheet URL, not the Publish URL

+
+
+
+

C) Paste your Google Sheet URL in two places in your GitHub repo

+
    +
  1. First, connect your Google Sheet directly to your Leaflet Map code. In your Github code repo, click to open this file: google-doc-url.js

  2. +
  3. Click the pencil symbol to edit the file.

  4. +
  5. Paste your Google Sheet URL into the code to replace the current URL. Do not delete the single-quotation marks or semicolon.

  6. +
  7. Scroll to bottom of page and press Commit to save your changes. Now the Leaflet Map code can locate your published Google Sheet.

  8. +
+
+Screencast: Copy Google Sheet URL and paste into GitHub code +

Screencast: Copy Google Sheet URL and paste into GitHub code

+
+
    +
  1. Next, let’s paste your Google Sheet URL in a second place to keep track of it. Go to the README.md file in your GitHub repo, click to open and edit, and paste your Google Sheet web address to replace the existing link near the top. Commit to save your changes.
  2. +
+
+
+

D) Modify your map settings in the Options tab and test your live map

+

In the top-level of your GitHub repo, test the new links to your map and your Google Sheet to make sure they work and point to your versions.

+

** TO DO - redo GIF **

+

In your linked Google Sheet, go to the Options Tab and modify these items:

+
    +
  1. Map Title – insert your own title

  2. +
  3. Map Subtitle – insert your own version

  4. +
  5. Author Name – insert your own name, or first name, or initials (will be public)

  6. +
  7. Author Email or Website – insert your own (will be public), or delete the current name to make it blank

  8. +
+

Open the link to your live map in a new browser tab and refresh to see your changes.

+
+
+

E) Geocode locations and customize new markers in the Points tab

+

In your new map, our next goal is to add and modify the appearance of a new set of point markers, based on new addresses that you will enter and geocode.

+

In the Points tab of your Google Sheet:

+
    +
  1. Think of a simple data story that involves at least four geocodeable locations, divided into at least two groups. If you need an example, use this sample table of “Famous Places in New York City”:
  2. +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupNameLocation
LandmarkEmpire State Building350 5th Ave, New York, NY 10118
LandmarkMetropolitan Museum of Art1000 5th Ave, New York, NY 10028
TransitGrand Central Terminal89 E 42nd St, New York, NY 10017
TransitPenn Station159 West 33rd Street, New York, NY 10120
+
    +
  1. Enter your Group, Name, and Location data into new rows below the current data.

  2. +
  3. Go to the Font Awesome Icons site, http://fontawesome.io/icons, scroll down to Search Icons, find your desired icon code name, and insert this into the Marker Icon (column B) of your Points sheet. For example, search for and insert the icon code “train” or “building” to display markers with either of these symbols in your map. (To upload your own customized marker, see section H further below.)

  4. +
  5. In Marker Color (column C), use the drop-down menu to select a marker color.

  6. +
  7. In Icon Color (column D), insert a color word (example: white) or hex code (example: #fff) to color the icon symbol inside your marker. Recommended: use white icon colors with dark marker colors.

  8. +
  9. Leave Custom Size (column E) blank.

  10. +
  11. Optional:
  12. +
+ +
    +
  1. Do NOT delete or rename any column headers. However, you have the option to add new column headers to display in your map table.

  2. +
  3. Geocode your new data inside your Google Sheet by dragging your cursor to select 6 columns of data: Location - Latitude - Longitude - Found - Quality - Source

  4. +
  5. In the Geocoder menu that appears in this Google Sheet template, select one of the geocoding services. If one service cannot locate your data, try the other. Always inspect the accuracy of the Found column.

  6. +
+

Open the link to your live map in a new browser tab and refresh to see your changes. If your new markers appear correctly, then delete the existing rows that came with this template.

+
+
+

F) Hide the polygon and polyline legends and default GeoJSON data

+

To show a simple point map, learn how to turn off and hide the polygon and polyline legend and default data that came with this template. (See how to add your own GeoJSON data in section G below.)

+

In your linked Google Sheet:

+
    +
  1. In the Options tab, Polyline Legend Position (cell B 35) – select Off to hide the legend

  2. +
  3. In the Polygons tab, Polygon Legend Position (cell B 4) – select Off to hide the legend

  4. +
  5. In the Polygons tab, Polygon GeoJSON URL (cell B 6) – delete contents to remove polygons

  6. +
  7. Go to the next tab, named Polygons1, in its drop-down menu, select Delete to remove sheet

  8. +
  9. In the Polylines tab, delete the entire row (rows 2 and 3) to remove the existing lines

  10. +
+

Go to the browser tab with your new map, and refresh the page to see your changes.

+

Optional:

+
    +
  • in the Options tab, Display Table (cell B 29), turn off to hide the table in your map
  • +
  • or modify the list of item in Table Columns (cell B 30) to change the display in your table
  • +
+
+
+

G) Upload and display your own polygon GeoJSON data

+
    +
  1. Prepare your polygon file in GeoJSON format. View or modify the GeoJSON file properties (such as name, data fields, etc.) with one of these tools:
  2. +
+ +
    +
  1. In your GitHub repo, click to open the Geometry subfolder, then click Upload Files, drag-and-drop your geojson file, and Commit changes
  2. +
+

** TO DO ** - turn on settings that you turned off in step F above

+
    +
  1. In your linked Google sheet, go to Polygons tab to adjust these settings:
  2. +
+
    +
  • change Polygon GeoJSON URL (cell B 6) to match the pathname of the file you uploaded above
  • +
  • change Polygon GeoJSON Name (cell B 5) to the title to be displayed for this polygon layer
  • +
  • change Polygon Legend Title (cell B 3) for the title in the polygon legend box
  • +
+
    +
  1. To adjust the polygon legend colors and range, see the Polygon Data and Color Settings sections of the Polygon tab in Google Sheets.

  2. +
  3. The code supports multiple polygon layers, which you can add (or delete) by duplicating the Polygons tab. Name them Polygons1, Polygons2, etc.

  4. +
+
    +
  • TO DO *
  • +
  • Explain: To use both the automatic ColorBrewer Palette and manual colors, insert blanks (goes to automatic palette above), separated by semicolons.
  • +
+
+
+

H) Upload and display your own polyline GeoJSON data

+

Follow similar steps as described in the Polygon section above, but adjust settings in the Polylines tab of your linked Google Sheet.

+
+
+

I) Upload and display customized marker icons

+

** TO DO **

+
+
+

J) Optional: Save Google Sheets as CSV and upload to GitHub

+

If desired, you can save your table data with your code, rather than in a separate Google Sheet. Go to each Sheet tab and File > Save As in CSV format, with these file names:

+
    +
  • options.csv
  • +
  • points.csv
  • +
  • polygons.csv (also: polygons1.csv, polygons2.csv, etc.)
  • +
  • polylines.csv
  • +
  • notes.csv (or .txt)
  • +
+

Upload these files into the main level of your GitHub code repository, where the template will process them automatically.

+
+
+

Learn more

+

To solve problems, see Fix Common GitHub and Code Errors chapter in this book.

+ +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/leaflet-maps-with-socrata.html b/docs/leaflet-maps-with-socrata.html new file mode 100644 index 000000000..965e0a605 --- /dev/null +++ b/docs/leaflet-maps-with-socrata.html @@ -0,0 +1,378 @@ + + + + + + + + Leaflet Maps with Socrata API Open Data | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Leaflet Maps with Socrata API Open Data

+

By Jack Dougherty and Ilya Ilyankou, last updated December 21, 2016

+

TO DO insert sample map iframe

+
+

Why pair Leaflet maps with Socrata data?

+

Leaflet, a friendly and flexible open-source code library for creating interactive web maps, plays nicely with Socrata, an open data platform used by several government agencies and organizations. Benefits of pairing Leaflet and Socrata:

+
    +
  • Although the Socrata data platform includes built-in visualization tools for anyone to create charts and maps, Leaflet gives you more control over your map design. Furthermore, Leaflet allows you to create maps that bring together data from both Socrata and non-Socrata sources.
  • +
  • Socrata datasets include an API (application program interface) endpoint, in the form of a web address. This endpoint enables other computers to easily access the most recent data online, instead of a static version that was manually downloaded.
  • +
  • Newer Socrata datasets that include locations (such as latitude and longitude coordinates) also provide endpoints in GeoJSON format. Since Leaflet maps easily process GeoJSON data, only a few lines of code are required.

  • +
  • However, Socrata GeoJSON endpoints do not currently support “real-time” data, such as up-to-the-minute locations of public transportation, etc. In these cases, you may need to access data through a provider other than Socrata, most likely in a different format, which may require more coding skills.

  • +
+
+
+

About Socrata API endpoints

+

TODO clean up rough notes and add visuals

+

Go to any Socrata open data platform, find a dataset, and click the API tab

+

Copy the API endpoint. The default version ends in .json

+

If you’re new to APIs, test the endpoint by pasting it into your browser (Chrome works best at this), and you will see its data stream in JSON format.

+

Test if this Socrata endpoint supports GeoJSON format by changing the suffix in your browser from .json to .geojson. GeoJSON format works best with Leaflet because the coding is simpler.

+

If your endpoint supports GeoJSON format, your browser will display a data stream similar to the one below:

+

add sample GeoJSON stream

+

Or if you receive the following error, you probably are viewing an older Socrata endpoint that does not support GeoJSON format, but only JSON format:

+

GeoJSON/SoQLPack MimeType is only supported for new backend views

+

If your Socrata endpoint only supports JSON format, but includes data columns with latitude and longitude, see other Leaflet examples further below.

+
+
+

Register for Socrata App Token

+ +
+
+

Demonstration Maps

+
+
+

GeoJSON endpoint with default markers and pop-up info window

+ +
+ + + + +
+

Thanks to

+ + +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/leaflet-polygon-map-click.html b/docs/leaflet-polygon-map-click.html new file mode 100644 index 000000000..4773eefb5 --- /dev/null +++ b/docs/leaflet-polygon-map-click.html @@ -0,0 +1,359 @@ + + + + + + + + Leaflet Thematic Polygon Map with Clickable Info Window template | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Leaflet Thematic Polygon Map with Clickable Info Window template

+

By Jack Dougherty and Ilya Ilyankou, last updated March 17, 2016

+
+

Try it

+ +
+
+

View demo in new page

+ +

To Do

+

-Insert internal references to prior steps in this book. See the Edit and Host Code Templates section in this book. - Requires a free GitHub account to host your own version on the web.

+
+
+

Create Your Own: Fork a copy of the code template on GitHub

+ +
+
+

Obtain a polygon boundary map in GeoJSON format

+
    +
  • Find open data repositories to download maps in geojson and other formats
  • +
  • If map is in shapefile or KML or other format, convert with http://geojson.io or http://mapshaper.org
  • +
  • Import polygon map into http://mapshaper.org. In this example, map filename is: ct-towns-simple.geojson
  • +
  • See tutorial on Mapshaper.org to delete unwanted data columns or simplify file size
  • +
  • Export as CSV to create generic spreadsheet of polygon names. In this example, column header is “town”
  • +
+
+
+

Prepare your spreadsheet data and join with the polygon map

+
    +
  • Open CSV with any spreadsheet tool to view data column of polygon names.
  • +
  • Download or prepare your new spreadsheet data in rows to match polygon names.
  • +
  • Insert columns of data into the CSV sheet. Use VLOOKUP function if needed.
  • +
  • Save CSV with new name. In this example: ct-towns.csv
  • +
  • Import ct-towns.csv as second layer into MapShaper.org.
  • +
  • Use the drop-down to select the polygon map (ct-towns-simple.geojson) as the active, displayed layer.
  • +
  • Click the Console and enter command to join the CSV table to the GeoJSON polygon, where the matching data columns are both named “town” -join ct-towns.csv keys=town,town
  • +
  • Export the newly joined map with a new filename in GeoJSON format
  • +
  • Change the file suffix from .json to .geojson to avoid confusion. The new joined map data file is now named: ct-towns-density.geojson
  • +
+
+
+

Upload your map data and edit template in your GitHub repo

+
    +
  • The GitHub repo you created in the first step contains these files:
  • +
  • ct-towns-density-2010.csv (the spreadsheet joined into the polygon map)
  • +
  • ct-towns-density.geojson (the joined map data file)
  • +
  • index.html (the primary web page)
  • +
  • script.js (code to operate the map, to be modified below)
  • +
  • style.css (code that styles the map)
  • +
  • README.md (edit to insert a link to your own version)
  • +
  • LICENSE (terms of use for this free and open-source code)

  • +
  • Upload your own map data geojson file
  • +
  • Recommended: upload your own CSV spreadsheet file to
  • +
  • In the script.js file, look for code comments labeled “Edit” to change references to geojson map data and its column headers, and also colors and ranges for the polygons and legend
  • +
  • In GitHub, go to Branches and delete the existing “gh-pages” branch
  • +
  • In GitHub, go to drop-down menu for Master branch, and type “gh-pages” to create new branch
  • +
  • Content in the gh-pages branch will be hosted on the live web
  • +
  • Edit the README.md link to point to your own gh-pages branch, in this format: https://USERNAME.github.io/REPO-NAME/

  • +
+ +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/leaflet-polygon-map-hover.html b/docs/leaflet-polygon-map-hover.html new file mode 100644 index 000000000..39ebb1619 --- /dev/null +++ b/docs/leaflet-polygon-map-hover.html @@ -0,0 +1,319 @@ + + + + + + + + Leaflet Thematic Polygon Map with Hover Info Window template | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Leaflet Thematic Polygon Map with Hover Info Window template

+

By Jack Dougherty and Ilya Ilyankou, last updated March 17, 2016

+
+

Try it

+ +
+
+

View demo in new page

+ +

To Do

+
    +
  • Insert internal references to prior steps in this book. See the Edit and Host Code Templates section in this book.
  • +
  • Requires a free GitHub account to host your own version on the web.
  • +
+
+
+

Create Your Own: Fork a copy of the code template on GitHub

+ +

TO DO - describe all steps, which are similar to click version

+ +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/leaflet-polygon-map-multi-year-tabs.html b/docs/leaflet-polygon-map-multi-year-tabs.html new file mode 100644 index 000000000..42480b0ea --- /dev/null +++ b/docs/leaflet-polygon-map-multi-year-tabs.html @@ -0,0 +1,315 @@ + + + + + + + + Leaflet Thematic Polygon Map with Multi-Year Tabs template | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Leaflet Thematic Polygon Map with Multi-Year Tabs template

+

By Jack Dougherty and Ilya Ilyankou, last updated March 17, 2016

+
+

Try it

+ +
+
+

View demo in new page

+ +

** To Do ** - Insert internal references to prior steps in this book. See the Edit and Host Code Templates section in this book. - Requires a free GitHub account to host your own version on the web. - describe all steps, which are similar to the prior chapter

+
+
+

Create Your Own: Fork a copy of the code template on GitHub

+ + +
+
+ +
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/leaflet-storymaps-with-google-sheets.html b/docs/leaflet-storymaps-with-google-sheets.html new file mode 100644 index 000000000..8cced4fc9 --- /dev/null +++ b/docs/leaflet-storymaps-with-google-sheets.html @@ -0,0 +1,415 @@ + + + + + + + + Leaflet Storymaps with Google Sheets and Scrolling Narrative | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Leaflet Storymaps with Google Sheets and Scrolling Narrative

+

By Ilya Ilyankou and Jack Dougherty, last updated September 28, 2017

+
+

Try it

+

Explore the map or right-click to view full-screen map in a new tab

+

The map pulls the point data and settings from a linked Google Sheet, which you can explore below or right-click to view full-screen Sheet in a new tab

+
+
+

Features

+
    +
  • Show map points, text, images, and links with scrolling narrative
  • +
  • Free and open-source code template, built on Leaflet and linked to Google Sheets
  • +
  • Fork the code and host your live map on the web for free with GitHub Pages
  • +
  • Geocode location data with US Census or Google, using script inside the Google Sheet
  • +
  • Easy-to-modify data and map options in Google Sheet tabs or uploaded CSV files
  • +
  • Responsive design resizes your maps to display inside most mobile devices
  • +
+
+
+

Create Your Own

+
    +
    1. +
    2. Fork (copy) the code template and publish your version with GitHub Pages
    3. +
  • +
    1. +
    2. File > Make a Copy of Google Sheet template, Share, and File > Publish
    3. +
  • +
    1. +
    2. Paste your Google Sheet URL in two places in your GitHub repo
    3. +
  • +
    1. +
    2. Modify your map settings in the Options tab and test your live map
    3. +
  • +
    1. +
    2. Geocode locations in the Points tab
    3. +
  • +
+

To solve problems, see Fix Common GitHub and Code Errors in this book.

+
+
+

A) Fork (copy) the code template and publish your version with GitHub Pages

+

Before you begin, this tutorial assumes that you:

+ +
    +
  1. Right-click to open this GitHub code template in a new tab: https://github.com/datavizforall/leaflet-storymaps-with-google-sheets

  2. +
  3. In the upper-right corner of the code template, sign in to your free GitHub account

  4. +
  5. In the upper-right corner, click Fork to copy the template (also called a code repository, or repo) into your own account. The web address (URL) of the new copy in your account will follow this format:

    +
    https://github.com/USERNAME/leaflet-storymaps-with-google-sheets
  6. +
+

Reminder: You can only fork a GitHub repo one time. If needed, see how to make a second copy in the Create a New Repo in GitHub chapter in this book.

+
    +
  1. In your new copy of the code repo, click on Settings, scroll down to the GitHub Pages area, select Master, and Save. This publishes your code to a live map on a public website that you control.

  2. +
  3. Scroll down to GitHub Pages section again, and copy the link to your published web site, which will follow this format:

    +
    https://USERNAME.github.io/leaflet-storymaps-with-google-sheets
  4. +
  5. Scroll up to the top, and click on your repo name to go back to its main page.

  6. +
  7. At the top level of your repo main page, click on README.md, and click the pencil icon to edit this file, written in easy-to-read Markdown code.

  8. +
  9. Delete the link to the current live site, and paste in the link to YOUR site. Scroll down and Commit to save your edits.

  10. +
  11. On your repo main page, right-click the link to your live map to open in a new tab. Be patient during busy periods on GitHub, when your website may take up to 1 minute to appear the first time.

  12. +
+
+
+

B) File > Make a Copy of Google Sheet template, Share, and File > Publish

+
    +
  1. Right-click to open this Google Sheets template in a new tab: https://docs.google.com/spreadsheets/d/1AO6XHL_0JafWZF4KEejkdDNqfuZWUk3SlNlQ6MjlRFM/

  2. +
  3. Sign into your Google account

  4. +
  5. File > Make a Copy of the Google Sheet template to your Google Drive

  6. +
  7. Click the blue Share button, click Advanced, click to change Private to Anyone with the link > Can View the Sheet. This will make your public data easier to view in your map.

  8. +
  9. File > Publish the Link to your Google Sheet to the public web, so the Leaflet map code can read it.

  10. +
+
+Screenshot: File > Publish the link to your Google Sheet +

Screenshot: File > Publish the link to your Google Sheet

+
+
    +
  1. At the top of your browser, copy your Google Sheet web address or URL (which usually ends in ...XYZ/edit#gid=0). Do NOT copy the published URL (which usually ends in ...XYZ/pubhtml).
  2. +
+
+Screenshot: Copy the Google Sheet URL, not the Publish URL +

Screenshot: Copy the Google Sheet URL, not the Publish URL

+
+
+
+

C) Paste your Google Sheet URL in two places in your GitHub repo

+
    +
  1. First, connect your Google Sheet directly to your Leaflet Map code. In your Github code repo, click to open this file: google-doc-url.js

  2. +
  3. Click the pencil symbol to edit the file.

  4. +
  5. Paste your Google Sheet URL into the code to replace the current URL. Do not delete the single-quotation marks or semicolon.

  6. +
  7. Scroll to bottom of page and press Commit to save your changes. Now the Leaflet Map code can locate your published Google Sheet.

  8. +
  9. Next, let’s paste your Google Sheet URL in a second place to keep track of it. Go to the README.md file in your GitHub repo, click to open and edit, and paste your Google Sheet web address to replace the existing link near the top. Commit to save your changes.

  10. +
+
+
+

D) Modify your map settings in the Options tab and test your live map

+

In the top-level of your GitHub repo, test the new links to your map and your Google Sheet to make sure they work and point to your versions.

+

** TO DO - redo GIF **

+

In your linked Google Sheet, go to the Options Tab and modify these items:

+
    +
  1. Map Title – insert your own title

  2. +
  3. Map Subtitle – insert your own version

  4. +
  5. Author Name – insert your own name, or first name, or initials (will be public)

  6. +
  7. Author Email or Website – insert your own (will be public), or delete the current name to make it blank

  8. +
+

Open the link to your live map in a new browser tab and refresh to see your changes.

+
+
+

E) Geocode locations and customize new markers in the Points tab

+

In your new map, our next goal is to add and modify the appearance of a new set of point markers, based on new addresses that you will enter and geocode.

+

In the Points tab of your Google Sheet:

+
    +
  1. Do NOT delete or rename any column headers. However, you have the option to add new column headers to display in your map table.

  2. +
  3. Geocode your new data inside your Google Sheet by dragging your cursor to select 6 columns of data: Location - Latitude - Longitude - Found - Quality - Source

  4. +
  5. In the Geocoder menu that appears in this Google Sheet template, select one of the geocoding services. If one service cannot locate your data, try the other. Always inspect the accuracy of the Found column.

  6. +
+

Open the link to your live map in a new browser tab and refresh to see your changes. If your new markers appear correctly, then delete the existing rows that came with this template.

+
+
+

Learn more

+

To solve problems, see Fix Common GitHub and Code Errors chapter in this book.

+ +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/leaflet.html b/docs/leaflet.html new file mode 100644 index 000000000..62a08a439 --- /dev/null +++ b/docs/leaflet.html @@ -0,0 +1,342 @@ + + + + + + + + Leaflet Map Templates | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Leaflet Map Templates

+

by Ilya Ilyankou and Jack Dougherty, last updated March 21, 2017

+

While beginners appreciate the drag-and-drop map tools and tutorials described earlier in this book, such as BatchGeo, Google My Maps and Carto, more advanced users may wish to customize their visualizations, add more complex data and interactivity, and control exactly how and where their work appears on the web. A more powerful and relatively easy-to-learn solution is to use code templates built with Leaflet https://leafletjs.com, an open-source library, which you can modify and host on GitHub, as described in this book.

+
+

Tool Review

+
    +
  • Pros of working with Leaflet (https://leafletjs.com):
  • +
  • Open-source code, which anyone can freely use online, download, modify, or expand with plugins
  • +
  • Easier for beginners to understand than some other map code libraries
  • +
  • Compact code library (less than 40 KB) that runs on JavaScript in all modern web browsers
  • +
  • Cons:
  • +
  • Must host your own code repositories to publish to the web (with a free service such as GitHub Pages)
  • +
  • Must rely on open-source community of developers to maintain the core code or specific plugins
  • +
+ ++++ + + + + + + + + + + + + +
Leaflet map templatesBest use and tutorial chapters
Leaflet Maps with Google Sheets
Best to show points, polygons, polylines, or point table data. Upload your GeoJSON data and modify settings in linked Google Sheet (or CSV) and GitHub repo.
Template with tutorial: Leaflet Maps with Google Sheets
+

** TO DO ** - more template links to come. . .

+
+
+

Inside Leaflet code templates

+

The templates featured below vary from simple to complex, but all of them include three basic types of code:

+
    +
  • HTML: to structure content on the web (example: index.html)
  • +
  • CSS, or Cascading Style Sheet: to shape how content appears on the web (example: style.css)
  • +
  • JavaScript: to create the map and interactivity (example: script.js)
  • +
+

Also, these templates refer to other types of code:

+
    +
  • library: link to online instructions to complete routine tasks (examples: Leaflet, jQuery)
  • +
  • basemap tiles: link to online background map (example: Carto Positron, a light-gray street map)
  • +
  • data: content to appear on map, typically in CSV or GeoJSON format (examples: data.csv, data.geojson)
  • +
+ +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/libs/gitbook-2.6.7/css/fontawesome/fontawesome-webfont.ttf b/docs/libs/gitbook-2.6.7/css/fontawesome/fontawesome-webfont.ttf new file mode 100644 index 000000000..35acda2fa Binary files /dev/null and b/docs/libs/gitbook-2.6.7/css/fontawesome/fontawesome-webfont.ttf differ diff --git a/docs/libs/gitbook-2.6.7/css/plugin-bookdown.css b/docs/libs/gitbook-2.6.7/css/plugin-bookdown.css new file mode 100644 index 000000000..8e5bb8a3c --- /dev/null +++ b/docs/libs/gitbook-2.6.7/css/plugin-bookdown.css @@ -0,0 +1,99 @@ +.book .book-header h1 { + padding-left: 20px; + padding-right: 20px; +} +.book .book-header.fixed { + position: fixed; + right: 0; + top: 0; + left: 0; + border-bottom: 1px solid rgba(0,0,0,.07); +} +span.search-highlight { + background-color: #ffff88; +} +@media (min-width: 600px) { + .book.with-summary .book-header.fixed { + left: 300px; + } +} +@media (max-width: 1240px) { + .book .book-body.fixed { + top: 50px; + } + .book .book-body.fixed .body-inner { + top: auto; + } +} +@media (max-width: 600px) { + .book.with-summary .book-header.fixed { + left: calc(100% - 60px); + min-width: 300px; + } + .book.with-summary .book-body { + transform: none; + left: calc(100% - 60px); + min-width: 300px; + } + .book .book-body.fixed { + top: 0; + } +} + +.book .book-body.fixed .body-inner { + top: 50px; +} +.book .book-body .page-wrapper .page-inner section.normal sub, .book .book-body .page-wrapper .page-inner section.normal sup { + font-size: 85%; +} + +@media print { + .book .book-summary, .book .book-body .book-header, .fa { + display: none !important; + } + .book .book-body.fixed { + left: 0px; + } + .book .book-body,.book .book-body .body-inner, .book.with-summary { + overflow: visible !important; + } +} +.kable_wrapper { + border-spacing: 20px 0; + border-collapse: separate; + border: none; + margin: auto; +} +.kable_wrapper > tbody > tr > td { + vertical-align: top; +} +.book .book-body .page-wrapper .page-inner section.normal table tr.header { + border-top-width: 2px; +} +.book .book-body .page-wrapper .page-inner section.normal table tr:last-child td { + border-bottom-width: 2px; +} +.book .book-body .page-wrapper .page-inner section.normal table td, .book .book-body .page-wrapper .page-inner section.normal table th { + border-left: none; + border-right: none; +} +.book .book-body .page-wrapper .page-inner section.normal table.kable_wrapper > tbody > tr, .book .book-body .page-wrapper .page-inner section.normal table.kable_wrapper > tbody > tr > td { + border-top: none; +} +.book .book-body .page-wrapper .page-inner section.normal table.kable_wrapper > tbody > tr:last-child > td { + border-bottom: none; +} + +div.theorem, div.lemma, div.corollary, div.proposition, div.conjecture { + font-style: italic; +} +span.theorem, span.lemma, span.corollary, span.proposition, span.conjecture { + font-style: normal; +} +div.proof:after { + content: "\25a2"; + float: right; +} +.header-section-number { + padding-right: .5em; +} diff --git a/docs/libs/gitbook-2.6.7/css/plugin-fontsettings.css b/docs/libs/gitbook-2.6.7/css/plugin-fontsettings.css new file mode 100644 index 000000000..87236b4c0 --- /dev/null +++ b/docs/libs/gitbook-2.6.7/css/plugin-fontsettings.css @@ -0,0 +1,292 @@ +/* + * Theme 1 + */ +.color-theme-1 .dropdown-menu { + background-color: #111111; + border-color: #7e888b; +} +.color-theme-1 .dropdown-menu .dropdown-caret .caret-inner { + border-bottom: 9px solid #111111; +} +.color-theme-1 .dropdown-menu .buttons { + border-color: #7e888b; +} +.color-theme-1 .dropdown-menu .button { + color: #afa790; +} +.color-theme-1 .dropdown-menu .button:hover { + color: #73553c; +} +/* + * Theme 2 + */ +.color-theme-2 .dropdown-menu { + background-color: #2d3143; + border-color: #272a3a; +} +.color-theme-2 .dropdown-menu .dropdown-caret .caret-inner { + border-bottom: 9px solid #2d3143; +} +.color-theme-2 .dropdown-menu .buttons { + border-color: #272a3a; +} +.color-theme-2 .dropdown-menu .button { + color: #62677f; +} +.color-theme-2 .dropdown-menu .button:hover { + color: #f4f4f5; +} +.book .book-header .font-settings .font-enlarge { + line-height: 30px; + font-size: 1.4em; +} +.book .book-header .font-settings .font-reduce { + line-height: 30px; + font-size: 1em; +} +.book.color-theme-1 .book-body { + color: #704214; + background: #f3eacb; +} +.book.color-theme-1 .book-body .page-wrapper .page-inner section { + background: #f3eacb; +} +.book.color-theme-2 .book-body { + color: #bdcadb; + background: #1c1f2b; +} +.book.color-theme-2 .book-body .page-wrapper .page-inner section { + background: #1c1f2b; +} +.book.font-size-0 .book-body .page-inner section { + font-size: 1.2rem; +} +.book.font-size-1 .book-body .page-inner section { + font-size: 1.4rem; +} +.book.font-size-2 .book-body .page-inner section { + font-size: 1.6rem; +} +.book.font-size-3 .book-body .page-inner section { + font-size: 2.2rem; +} +.book.font-size-4 .book-body .page-inner section { + font-size: 4rem; +} +.book.font-family-0 { + font-family: Georgia, serif; +} +.book.font-family-1 { + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; +} +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal { + color: #704214; +} +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal a { + color: inherit; +} +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal h1, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal h2, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal h3, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal h4, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal h5, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal h6 { + color: inherit; +} +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal h1, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal h2 { + border-color: inherit; +} +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal h6 { + color: inherit; +} +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal hr { + background-color: inherit; +} +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal blockquote { + border-color: #c4b29f; + opacity: 0.9; +} +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code { + background: #fdf6e3; + color: #657b83; + border-color: #f8df9c; +} +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal .highlight { + background-color: inherit; +} +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal table th, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal table td { + border-color: #f5d06c; +} +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal table tr { + color: inherit; + background-color: #fdf6e3; + border-color: #444444; +} +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal table tr:nth-child(2n) { + background-color: #fbeecb; +} +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal { + color: #bdcadb; +} +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal a { + color: #3eb1d0; +} +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal h1, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal h2, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal h3, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal h4, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal h5, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal h6 { + color: #fffffa; +} +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal h1, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal h2 { + border-color: #373b4e; +} +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal h6 { + color: #373b4e; +} +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal hr { + background-color: #373b4e; +} +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal blockquote { + border-color: #373b4e; +} +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code { + color: #9dbed8; + background: #2d3143; + border-color: #2d3143; +} +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal .highlight { + background-color: #282a39; +} +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal table th, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal table td { + border-color: #3b3f54; +} +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal table tr { + color: #b6c2d2; + background-color: #2d3143; + border-color: #3b3f54; +} +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal table tr:nth-child(2n) { + background-color: #35394b; +} +.book.color-theme-1 .book-header { + color: #afa790; + background: transparent; +} +.book.color-theme-1 .book-header .btn { + color: #afa790; +} +.book.color-theme-1 .book-header .btn:hover { + color: #73553c; + background: none; +} +.book.color-theme-1 .book-header h1 { + color: #704214; +} +.book.color-theme-2 .book-header { + color: #7e888b; + background: transparent; +} +.book.color-theme-2 .book-header .btn { + color: #3b3f54; +} +.book.color-theme-2 .book-header .btn:hover { + color: #fffff5; + background: none; +} +.book.color-theme-2 .book-header h1 { + color: #bdcadb; +} +.book.color-theme-1 .book-body .navigation { + color: #afa790; +} +.book.color-theme-1 .book-body .navigation:hover { + color: #73553c; +} +.book.color-theme-2 .book-body .navigation { + color: #383f52; +} +.book.color-theme-2 .book-body .navigation:hover { + color: #fffff5; +} +/* + * Theme 1 + */ +.book.color-theme-1 .book-summary { + color: #afa790; + background: #111111; + border-right: 1px solid rgba(0, 0, 0, 0.07); +} +.book.color-theme-1 .book-summary .book-search { + background: transparent; +} +.book.color-theme-1 .book-summary .book-search input, +.book.color-theme-1 .book-summary .book-search input:focus { + border: 1px solid transparent; +} +.book.color-theme-1 .book-summary ul.summary li.divider { + background: #7e888b; + box-shadow: none; +} +.book.color-theme-1 .book-summary ul.summary li i.fa-check { + color: #33cc33; +} +.book.color-theme-1 .book-summary ul.summary li.done > a { + color: #877f6a; +} +.book.color-theme-1 .book-summary ul.summary li a, +.book.color-theme-1 .book-summary ul.summary li span { + color: #877f6a; + background: transparent; + font-weight: normal; +} +.book.color-theme-1 .book-summary ul.summary li.active > a, +.book.color-theme-1 .book-summary ul.summary li a:hover { + color: #704214; + background: transparent; + font-weight: normal; +} +/* + * Theme 2 + */ +.book.color-theme-2 .book-summary { + color: #bcc1d2; + background: #2d3143; + border-right: none; +} +.book.color-theme-2 .book-summary .book-search { + background: transparent; +} +.book.color-theme-2 .book-summary .book-search input, +.book.color-theme-2 .book-summary .book-search input:focus { + border: 1px solid transparent; +} +.book.color-theme-2 .book-summary ul.summary li.divider { + background: #272a3a; + box-shadow: none; +} +.book.color-theme-2 .book-summary ul.summary li i.fa-check { + color: #33cc33; +} +.book.color-theme-2 .book-summary ul.summary li.done > a { + color: #62687f; +} +.book.color-theme-2 .book-summary ul.summary li a, +.book.color-theme-2 .book-summary ul.summary li span { + color: #c1c6d7; + background: transparent; + font-weight: 600; +} +.book.color-theme-2 .book-summary ul.summary li.active > a, +.book.color-theme-2 .book-summary ul.summary li a:hover { + color: #f4f4f5; + background: #252737; + font-weight: 600; +} diff --git a/docs/libs/gitbook-2.6.7/css/plugin-highlight.css b/docs/libs/gitbook-2.6.7/css/plugin-highlight.css new file mode 100644 index 000000000..2aabd3deb --- /dev/null +++ b/docs/libs/gitbook-2.6.7/css/plugin-highlight.css @@ -0,0 +1,426 @@ +.book .book-body .page-wrapper .page-inner section.normal pre, +.book .book-body .page-wrapper .page-inner section.normal code { + /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */ + /* Tomorrow Comment */ + /* Tomorrow Red */ + /* Tomorrow Orange */ + /* Tomorrow Yellow */ + /* Tomorrow Green */ + /* Tomorrow Aqua */ + /* Tomorrow Blue */ + /* Tomorrow Purple */ +} +.book .book-body .page-wrapper .page-inner section.normal pre .hljs-comment, +.book .book-body .page-wrapper .page-inner section.normal code .hljs-comment, +.book .book-body .page-wrapper .page-inner section.normal pre .hljs-title, +.book .book-body .page-wrapper .page-inner section.normal code .hljs-title { + color: #8e908c; +} +.book .book-body .page-wrapper .page-inner section.normal pre .hljs-variable, +.book .book-body .page-wrapper .page-inner section.normal code .hljs-variable, +.book .book-body .page-wrapper .page-inner section.normal pre .hljs-attribute, +.book .book-body .page-wrapper .page-inner section.normal code .hljs-attribute, +.book .book-body .page-wrapper .page-inner section.normal pre .hljs-tag, +.book .book-body .page-wrapper .page-inner section.normal code .hljs-tag, +.book .book-body .page-wrapper .page-inner section.normal pre .hljs-regexp, +.book .book-body .page-wrapper .page-inner section.normal code .hljs-regexp, +.book .book-body .page-wrapper .page-inner section.normal pre .ruby .hljs-constant, +.book .book-body .page-wrapper .page-inner section.normal code .ruby .hljs-constant, +.book .book-body .page-wrapper .page-inner section.normal pre .xml .hljs-tag .hljs-title, +.book .book-body .page-wrapper .page-inner section.normal code .xml .hljs-tag .hljs-title, +.book .book-body .page-wrapper .page-inner section.normal pre .xml .hljs-pi, +.book .book-body .page-wrapper .page-inner section.normal code .xml .hljs-pi, +.book .book-body .page-wrapper .page-inner section.normal pre .xml .hljs-doctype, +.book .book-body .page-wrapper .page-inner section.normal code .xml .hljs-doctype, +.book .book-body .page-wrapper .page-inner section.normal pre .html .hljs-doctype, +.book .book-body .page-wrapper .page-inner section.normal code .html .hljs-doctype, +.book .book-body .page-wrapper .page-inner section.normal pre .css .hljs-id, +.book .book-body .page-wrapper .page-inner section.normal code .css .hljs-id, +.book .book-body .page-wrapper .page-inner section.normal pre .css .hljs-class, +.book .book-body .page-wrapper .page-inner section.normal code .css .hljs-class, +.book .book-body .page-wrapper .page-inner section.normal pre .css .hljs-pseudo, +.book .book-body .page-wrapper .page-inner section.normal code .css .hljs-pseudo { + color: #c82829; +} +.book .book-body .page-wrapper .page-inner section.normal pre .hljs-number, +.book .book-body .page-wrapper .page-inner section.normal code .hljs-number, +.book .book-body .page-wrapper .page-inner section.normal pre .hljs-preprocessor, +.book .book-body .page-wrapper .page-inner section.normal code .hljs-preprocessor, +.book .book-body .page-wrapper .page-inner section.normal pre .hljs-pragma, +.book .book-body .page-wrapper .page-inner section.normal code .hljs-pragma, +.book .book-body .page-wrapper .page-inner section.normal pre .hljs-built_in, +.book .book-body .page-wrapper .page-inner section.normal code .hljs-built_in, +.book .book-body .page-wrapper .page-inner section.normal pre .hljs-literal, +.book .book-body .page-wrapper .page-inner section.normal code .hljs-literal, +.book .book-body .page-wrapper .page-inner section.normal pre .hljs-params, +.book .book-body .page-wrapper .page-inner section.normal code .hljs-params, +.book .book-body .page-wrapper .page-inner section.normal pre .hljs-constant, +.book .book-body .page-wrapper .page-inner section.normal code .hljs-constant { + color: #f5871f; +} +.book .book-body .page-wrapper .page-inner section.normal pre .ruby .hljs-class .hljs-title, +.book .book-body .page-wrapper .page-inner section.normal code .ruby .hljs-class .hljs-title, +.book .book-body .page-wrapper .page-inner section.normal pre .css .hljs-rules .hljs-attribute, +.book .book-body .page-wrapper .page-inner section.normal code .css .hljs-rules .hljs-attribute { + color: #eab700; +} +.book .book-body .page-wrapper .page-inner section.normal pre .hljs-string, +.book .book-body .page-wrapper .page-inner section.normal code .hljs-string, +.book .book-body .page-wrapper .page-inner section.normal pre .hljs-value, +.book .book-body .page-wrapper .page-inner section.normal code .hljs-value, +.book .book-body .page-wrapper .page-inner section.normal pre .hljs-inheritance, +.book .book-body .page-wrapper .page-inner section.normal code .hljs-inheritance, +.book .book-body .page-wrapper .page-inner section.normal pre .hljs-header, +.book .book-body .page-wrapper .page-inner section.normal code .hljs-header, +.book .book-body .page-wrapper .page-inner section.normal pre .ruby .hljs-symbol, +.book .book-body .page-wrapper .page-inner section.normal code .ruby .hljs-symbol, +.book .book-body .page-wrapper .page-inner section.normal pre .xml .hljs-cdata, +.book .book-body .page-wrapper .page-inner section.normal code .xml .hljs-cdata { + color: #718c00; +} +.book .book-body .page-wrapper .page-inner section.normal pre .css .hljs-hexcolor, +.book .book-body .page-wrapper .page-inner section.normal code .css .hljs-hexcolor { + color: #3e999f; +} +.book .book-body .page-wrapper .page-inner section.normal pre .hljs-function, +.book .book-body .page-wrapper .page-inner section.normal code .hljs-function, +.book .book-body .page-wrapper .page-inner section.normal pre .python .hljs-decorator, +.book .book-body .page-wrapper .page-inner section.normal code .python .hljs-decorator, +.book .book-body .page-wrapper .page-inner section.normal pre .python .hljs-title, +.book .book-body .page-wrapper .page-inner section.normal code .python .hljs-title, +.book .book-body .page-wrapper .page-inner section.normal pre .ruby .hljs-function .hljs-title, +.book .book-body .page-wrapper .page-inner section.normal code .ruby .hljs-function .hljs-title, +.book .book-body .page-wrapper .page-inner section.normal pre .ruby .hljs-title .hljs-keyword, +.book .book-body .page-wrapper .page-inner section.normal code .ruby .hljs-title .hljs-keyword, +.book .book-body .page-wrapper .page-inner section.normal pre .perl .hljs-sub, +.book .book-body .page-wrapper .page-inner section.normal code .perl .hljs-sub, +.book .book-body .page-wrapper .page-inner section.normal pre .javascript .hljs-title, +.book .book-body .page-wrapper .page-inner section.normal code .javascript .hljs-title, +.book .book-body .page-wrapper .page-inner section.normal pre .coffeescript .hljs-title, +.book .book-body .page-wrapper .page-inner section.normal code .coffeescript .hljs-title { + color: #4271ae; +} +.book .book-body .page-wrapper .page-inner section.normal pre .hljs-keyword, +.book .book-body .page-wrapper .page-inner section.normal code .hljs-keyword, +.book .book-body .page-wrapper .page-inner section.normal pre .javascript .hljs-function, +.book .book-body .page-wrapper .page-inner section.normal code .javascript .hljs-function { + color: #8959a8; +} +.book .book-body .page-wrapper .page-inner section.normal pre .hljs, +.book .book-body .page-wrapper .page-inner section.normal code .hljs { + display: block; + background: white; + color: #4d4d4c; + padding: 0.5em; +} +.book .book-body .page-wrapper .page-inner section.normal pre .coffeescript .javascript, +.book .book-body .page-wrapper .page-inner section.normal code .coffeescript .javascript, +.book .book-body .page-wrapper .page-inner section.normal pre .javascript .xml, +.book .book-body .page-wrapper .page-inner section.normal code .javascript .xml, +.book .book-body .page-wrapper .page-inner section.normal pre .tex .hljs-formula, +.book .book-body .page-wrapper .page-inner section.normal code .tex .hljs-formula, +.book .book-body .page-wrapper .page-inner section.normal pre .xml .javascript, +.book .book-body .page-wrapper .page-inner section.normal code .xml .javascript, +.book .book-body .page-wrapper .page-inner section.normal pre .xml .vbscript, +.book .book-body .page-wrapper .page-inner section.normal code .xml .vbscript, +.book .book-body .page-wrapper .page-inner section.normal pre .xml .css, +.book .book-body .page-wrapper .page-inner section.normal code .xml .css, +.book .book-body .page-wrapper .page-inner section.normal pre .xml .hljs-cdata, +.book .book-body .page-wrapper .page-inner section.normal code .xml .hljs-cdata { + opacity: 0.5; +} +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code { + /* + +Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull + +*/ + /* Solarized Green */ + /* Solarized Cyan */ + /* Solarized Blue */ + /* Solarized Yellow */ + /* Solarized Orange */ + /* Solarized Red */ + /* Solarized Violet */ +} +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs { + display: block; + padding: 0.5em; + background: #fdf6e3; + color: #657b83; +} +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-comment, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-comment, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-template_comment, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-template_comment, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .diff .hljs-header, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .diff .hljs-header, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-doctype, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-doctype, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-pi, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-pi, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .lisp .hljs-string, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .lisp .hljs-string, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-javadoc, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-javadoc { + color: #93a1a1; +} +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-keyword, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-keyword, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-winutils, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-winutils, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .method, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .method, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-addition, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-addition, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .css .hljs-tag, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .css .hljs-tag, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-request, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-request, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-status, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-status, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .nginx .hljs-title, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .nginx .hljs-title { + color: #859900; +} +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-number, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-number, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-command, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-command, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-string, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-string, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-tag .hljs-value, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-tag .hljs-value, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-rules .hljs-value, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-rules .hljs-value, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-phpdoc, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-phpdoc, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .tex .hljs-formula, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .tex .hljs-formula, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-regexp, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-regexp, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-hexcolor, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-hexcolor, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-link_url, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-link_url { + color: #2aa198; +} +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-title, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-title, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-localvars, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-localvars, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-chunk, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-chunk, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-decorator, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-decorator, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-built_in, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-built_in, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-identifier, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-identifier, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .vhdl .hljs-literal, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .vhdl .hljs-literal, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-id, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-id, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .css .hljs-function, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .css .hljs-function { + color: #268bd2; +} +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-attribute, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-attribute, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-variable, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-variable, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .lisp .hljs-body, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .lisp .hljs-body, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .smalltalk .hljs-number, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .smalltalk .hljs-number, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-constant, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-constant, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-class .hljs-title, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-class .hljs-title, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-parent, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-parent, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .haskell .hljs-type, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .haskell .hljs-type, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-link_reference, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-link_reference { + color: #b58900; +} +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-preprocessor, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-preprocessor, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-preprocessor .hljs-keyword, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-preprocessor .hljs-keyword, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-pragma, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-pragma, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-shebang, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-shebang, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-symbol, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-symbol, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-symbol .hljs-string, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-symbol .hljs-string, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .diff .hljs-change, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .diff .hljs-change, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-special, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-special, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-attr_selector, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-attr_selector, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-subst, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-subst, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-cdata, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-cdata, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .clojure .hljs-title, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .clojure .hljs-title, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .css .hljs-pseudo, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .css .hljs-pseudo, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-header, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-header { + color: #cb4b16; +} +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-deletion, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-deletion, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-important, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-important { + color: #dc322f; +} +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-link_label, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-link_label { + color: #6c71c4; +} +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .tex .hljs-formula, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .tex .hljs-formula { + background: #eee8d5; +} +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code { + /* Tomorrow Night Bright Theme */ + /* Original theme - https://github.com/chriskempson/tomorrow-theme */ + /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */ + /* Tomorrow Comment */ + /* Tomorrow Red */ + /* Tomorrow Orange */ + /* Tomorrow Yellow */ + /* Tomorrow Green */ + /* Tomorrow Aqua */ + /* Tomorrow Blue */ + /* Tomorrow Purple */ +} +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs-comment, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs-comment, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs-title, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs-title { + color: #969896; +} +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs-variable, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs-variable, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs-attribute, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs-attribute, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs-tag, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs-tag, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs-regexp, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs-regexp, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .ruby .hljs-constant, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .ruby .hljs-constant, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .xml .hljs-tag .hljs-title, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .xml .hljs-tag .hljs-title, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .xml .hljs-pi, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .xml .hljs-pi, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .xml .hljs-doctype, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .xml .hljs-doctype, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .html .hljs-doctype, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .html .hljs-doctype, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .css .hljs-id, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .css .hljs-id, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .css .hljs-class, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .css .hljs-class, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .css .hljs-pseudo, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .css .hljs-pseudo { + color: #d54e53; +} +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs-number, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs-number, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs-preprocessor, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs-preprocessor, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs-pragma, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs-pragma, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs-built_in, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs-built_in, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs-literal, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs-literal, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs-params, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs-params, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs-constant, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs-constant { + color: #e78c45; +} +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .ruby .hljs-class .hljs-title, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .ruby .hljs-class .hljs-title, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .css .hljs-rules .hljs-attribute, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .css .hljs-rules .hljs-attribute { + color: #e7c547; +} +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs-string, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs-string, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs-value, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs-value, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs-inheritance, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs-inheritance, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs-header, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs-header, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .ruby .hljs-symbol, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .ruby .hljs-symbol, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .xml .hljs-cdata, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .xml .hljs-cdata { + color: #b9ca4a; +} +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .css .hljs-hexcolor, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .css .hljs-hexcolor { + color: #70c0b1; +} +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs-function, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs-function, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .python .hljs-decorator, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .python .hljs-decorator, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .python .hljs-title, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .python .hljs-title, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .ruby .hljs-function .hljs-title, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .ruby .hljs-function .hljs-title, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .ruby .hljs-title .hljs-keyword, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .ruby .hljs-title .hljs-keyword, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .perl .hljs-sub, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .perl .hljs-sub, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .javascript .hljs-title, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .javascript .hljs-title, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .coffeescript .hljs-title, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .coffeescript .hljs-title { + color: #7aa6da; +} +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs-keyword, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs-keyword, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .javascript .hljs-function, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .javascript .hljs-function { + color: #c397d8; +} +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs { + display: block; + background: black; + color: #eaeaea; + padding: 0.5em; +} +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .coffeescript .javascript, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .coffeescript .javascript, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .javascript .xml, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .javascript .xml, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .tex .hljs-formula, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .tex .hljs-formula, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .xml .javascript, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .xml .javascript, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .xml .vbscript, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .xml .vbscript, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .xml .css, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .xml .css, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .xml .hljs-cdata, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .xml .hljs-cdata { + opacity: 0.5; +} diff --git a/docs/libs/gitbook-2.6.7/css/plugin-search.css b/docs/libs/gitbook-2.6.7/css/plugin-search.css new file mode 100644 index 000000000..d7ff2d991 --- /dev/null +++ b/docs/libs/gitbook-2.6.7/css/plugin-search.css @@ -0,0 +1,28 @@ +.book .book-summary .book-search { + padding: 6px; + background: transparent; + position: absolute; + top: -50px; + left: 0px; + right: 0px; + transition: top 0.5s ease; +} +.book .book-summary .book-search input, +.book .book-summary .book-search input:focus, +.book .book-summary .book-search input:hover { + width: 100%; + background: transparent; + border: 1px solid #ccc; + box-shadow: none; + outline: none; + line-height: 22px; + padding: 7px 4px; + color: inherit; + box-sizing: border-box; +} +.book.with-search .book-summary .book-search { + top: 0px; +} +.book.with-search .book-summary ul.summary { + top: 50px; +} diff --git a/docs/libs/gitbook-2.6.7/css/plugin-table.css b/docs/libs/gitbook-2.6.7/css/plugin-table.css new file mode 100644 index 000000000..7fba1b9fb --- /dev/null +++ b/docs/libs/gitbook-2.6.7/css/plugin-table.css @@ -0,0 +1 @@ +.book .book-body .page-wrapper .page-inner section.normal table{display:table;width:100%;border-collapse:collapse;border-spacing:0;overflow:auto}.book .book-body .page-wrapper .page-inner section.normal table td,.book .book-body .page-wrapper .page-inner section.normal table th{padding:6px 13px;border:1px solid #ddd}.book .book-body .page-wrapper .page-inner section.normal table tr{background-color:#fff;border-top:1px solid #ccc}.book .book-body .page-wrapper .page-inner section.normal table tr:nth-child(2n){background-color:#f8f8f8}.book .book-body .page-wrapper .page-inner section.normal table th{font-weight:700} diff --git a/docs/libs/gitbook-2.6.7/css/style.css b/docs/libs/gitbook-2.6.7/css/style.css new file mode 100644 index 000000000..b89689209 --- /dev/null +++ b/docs/libs/gitbook-2.6.7/css/style.css @@ -0,0 +1,10 @@ +/*! normalize.css v2.1.0 | MIT License | git.io/normalize */img,legend{border:0}*,.fa{-webkit-font-smoothing:antialiased}.fa-ul>li,sub,sup{position:relative}.book .book-body .page-wrapper .page-inner section.normal hr:after,.book-langs-index .inner .languages:after,.buttons:after,.dropdown-menu .buttons:after{clear:both}body,html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}.hidden,[hidden]{display:none}audio:not([controls]){display:none;height:0}html{font-family:sans-serif}body,figure{margin:0}a:focus{outline:dotted thin}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button{margin-right:10px;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}/*! + * Preboot v2 + * + * Open sourced under MIT license by @mdo. + * Some variables and mixins from Bootstrap (Apache 2 license). + */.link-inherit,.link-inherit:focus,.link-inherit:hover{color:inherit}.fa,.fa-stack{display:inline-block}/*! + * Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */@font-face{font-family:FontAwesome;src:url(./fontawesome/fontawesome-webfont.ttf?v=4.1.0) format('truetype');font-weight:400;font-style:normal}.fa{font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-moz-osx-font-smoothing:grayscale}.book .book-header,.book .book-summary{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.fa-stack{position:relative;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-square:before,.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.book-langs-index{width:100%;height:100%;padding:40px 0;margin:0;overflow:auto}@media (max-width:600px){.book-langs-index{padding:0}}.book-langs-index .inner{max-width:600px;width:100%;margin:0 auto;padding:30px;background:#fff;border-radius:3px}.book-langs-index .inner h3{margin:0}.book-langs-index .inner .languages{list-style:none;padding:20px 30px;margin-top:20px;border-top:1px solid #eee}.book-langs-index .inner .languages:after,.book-langs-index .inner .languages:before{content:" ";display:table;line-height:0}.book-langs-index .inner .languages li{width:50%;float:left;padding:10px 5px;font-size:16px}@media (max-width:600px){.book-langs-index .inner .languages li{width:100%;max-width:100%}}.book .book-header{overflow:visible;height:50px;padding:0 8px;z-index:2;font-size:.85em;color:#7e888b;background:0 0}.book .book-header .btn{display:block;height:50px;padding:0 15px;border-bottom:none;color:#ccc;text-transform:uppercase;line-height:50px;-webkit-box-shadow:none!important;box-shadow:none!important;position:relative;font-size:14px}.book .book-header .btn:hover{position:relative;text-decoration:none;color:#444;background:0 0}.book .book-header h1{margin:0;font-size:20px;font-weight:200;text-align:center;line-height:50px;opacity:0;padding-left:200px;padding-right:200px;-webkit-transition:opacity .2s ease;-moz-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.book .book-header h1 a,.book .book-header h1 a:hover{color:inherit;text-decoration:none}@media (max-width:1000px){.book .book-header h1{display:none}}.book .book-header h1 i{display:none}.book .book-header:hover h1{opacity:1}.book.is-loading .book-header h1 i{display:inline-block}.book.is-loading .book-header h1 a{display:none}.dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;left:0;z-index:100;display:none;float:left;min-width:160px;padding:0;margin:2px 0 0;list-style:none;font-size:14px;background-color:#fafafa;border:1px solid rgba(0,0,0,.07);border-radius:1px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.dropdown-menu.open{display:block}.dropdown-menu.dropdown-left{left:auto;right:4%}.dropdown-menu.dropdown-left .dropdown-caret{right:14px;left:auto}.dropdown-menu .dropdown-caret{position:absolute;top:-8px;left:14px;width:18px;height:10px;float:left;overflow:hidden}.dropdown-menu .dropdown-caret .caret-inner,.dropdown-menu .dropdown-caret .caret-outer{display:inline-block;top:0;border-left:9px solid transparent;border-right:9px solid transparent;position:absolute}.dropdown-menu .dropdown-caret .caret-outer{border-bottom:9px solid rgba(0,0,0,.1);height:auto;left:0;width:auto;margin-left:-1px}.dropdown-menu .dropdown-caret .caret-inner{margin-top:-1px;top:1px;border-bottom:9px solid #fafafa}.dropdown-menu .buttons{border-bottom:1px solid rgba(0,0,0,.07)}.dropdown-menu .buttons:after,.dropdown-menu .buttons:before{content:" ";display:table;line-height:0}.dropdown-menu .buttons:last-child{border-bottom:none}.dropdown-menu .buttons .button{border:0;background-color:transparent;color:#a6a6a6;width:100%;text-align:center;float:left;line-height:1.42857143;padding:8px 4px}.alert,.dropdown-menu .buttons .button:hover{color:#444}.dropdown-menu .buttons .button:focus,.dropdown-menu .buttons .button:hover{outline:0}.dropdown-menu .buttons .button.size-2{width:50%}.dropdown-menu .buttons .button.size-3{width:33%}.alert{padding:15px;margin-bottom:20px;background:#eee;border-bottom:5px solid #ddd}.alert-success{background:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-info{background:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-danger{background:#f2dede;border-color:#ebccd1;color:#a94442}.alert-warning{background:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.book .book-summary{position:absolute;top:0;left:-300px;bottom:0;z-index:1;width:300px;color:#364149;background:#fafafa;border-right:1px solid rgba(0,0,0,.07);-webkit-transition:left 250ms ease;-moz-transition:left 250ms ease;-o-transition:left 250ms ease;transition:left 250ms ease}.book .book-summary ul.summary{position:absolute;top:0;left:0;right:0;bottom:0;overflow-y:auto;list-style:none;margin:0;padding:0;-webkit-transition:top .5s ease;-moz-transition:top .5s ease;-o-transition:top .5s ease;transition:top .5s ease}.book .book-summary ul.summary li{list-style:none}.book .book-summary ul.summary li.divider{height:1px;margin:7px 0;overflow:hidden;background:rgba(0,0,0,.07)}.book .book-summary ul.summary li i.fa-check{display:none;position:absolute;right:9px;top:16px;font-size:9px;color:#3c3}.book .book-summary ul.summary li.done>a{color:#364149;font-weight:400}.book .book-summary ul.summary li.done>a i{display:inline}.book .book-summary ul.summary li a,.book .book-summary ul.summary li span{display:block;padding:10px 15px;border-bottom:none;color:#364149;background:0 0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;position:relative}.book .book-summary ul.summary li span{cursor:not-allowed;opacity:.3;filter:alpha(opacity=30)}.book .book-summary ul.summary li a:hover,.book .book-summary ul.summary li.active>a{color:#008cff;background:0 0;text-decoration:none}.book .book-summary ul.summary li ul{padding-left:20px}@media (max-width:600px){.book .book-summary{width:calc(100% - 60px);bottom:0;left:-100%}}.book.with-summary .book-summary{left:0}.book.without-animation .book-summary{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;transition:none!important}.book{position:relative;width:100%;height:100%}.book .book-body,.book .book-body .body-inner{position:absolute;top:0;left:0;overflow-y:auto;bottom:0;right:0}.book .book-body{color:#000;background:#fff;-webkit-transition:left 250ms ease;-moz-transition:left 250ms ease;-o-transition:left 250ms ease;transition:left 250ms ease}.book .book-body .page-wrapper{position:relative;outline:0}.book .book-body .page-wrapper .page-inner{max-width:800px;margin:0 auto;padding:20px 0 40px}.book .book-body .page-wrapper .page-inner section{margin:0;padding:5px 15px;background:#fff;border-radius:2px;line-height:1.7;font-size:1.6rem}.book .book-body .page-wrapper .page-inner .btn-group .btn{border-radius:0;background:#eee;border:0}@media (max-width:1240px){.book .book-body{-webkit-transition:-webkit-transform 250ms ease;-moz-transition:-moz-transform 250ms ease;-o-transition:-o-transform 250ms ease;transition:transform 250ms ease;padding-bottom:20px}.book .book-body .body-inner{position:static;min-height:calc(100% - 50px)}}@media (min-width:600px){.book.with-summary .book-body{left:300px}}@media (max-width:600px){.book.with-summary{overflow:hidden}.book.with-summary .book-body{-webkit-transform:translate(calc(100% - 60px),0);-moz-transform:translate(calc(100% - 60px),0);-ms-transform:translate(calc(100% - 60px),0);-o-transform:translate(calc(100% - 60px),0);transform:translate(calc(100% - 60px),0)}}.book.without-animation .book-body{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;transition:none!important}.buttons:after,.buttons:before{content:" ";display:table;line-height:0}.button{border:0;background:#eee;color:#666;width:100%;text-align:center;float:left;line-height:1.42857143;padding:8px 4px}.button:hover{color:#444}.button:focus,.button:hover{outline:0}.button.size-2{width:50%}.button.size-3{width:33%}.book .book-body .page-wrapper .page-inner section{display:none}.book .book-body .page-wrapper .page-inner section.normal{display:block;word-wrap:break-word;overflow:hidden;color:#333;line-height:1.7;text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%}.book .book-body .page-wrapper .page-inner section.normal *{box-sizing:border-box;-webkit-box-sizing:border-box;}.book .book-body .page-wrapper .page-inner section.normal>:first-child{margin-top:0!important}.book .book-body .page-wrapper .page-inner section.normal>:last-child{margin-bottom:0!important}.book .book-body .page-wrapper .page-inner section.normal blockquote,.book .book-body .page-wrapper .page-inner section.normal code,.book .book-body .page-wrapper .page-inner section.normal figure,.book .book-body .page-wrapper .page-inner section.normal img,.book .book-body .page-wrapper .page-inner section.normal pre,.book .book-body .page-wrapper .page-inner section.normal table,.book .book-body .page-wrapper .page-inner section.normal tr{page-break-inside:avoid}.book .book-body .page-wrapper .page-inner section.normal h2,.book .book-body .page-wrapper .page-inner section.normal h3,.book .book-body .page-wrapper .page-inner section.normal h4,.book .book-body .page-wrapper .page-inner section.normal h5,.book .book-body .page-wrapper .page-inner section.normal p{orphans:3;widows:3}.book .book-body .page-wrapper .page-inner section.normal h1,.book .book-body .page-wrapper .page-inner section.normal h2,.book .book-body .page-wrapper .page-inner section.normal h3,.book .book-body .page-wrapper .page-inner section.normal h4,.book .book-body .page-wrapper .page-inner section.normal h5{page-break-after:avoid}.book .book-body .page-wrapper .page-inner section.normal b,.book .book-body .page-wrapper .page-inner section.normal strong{font-weight:700}.book .book-body .page-wrapper .page-inner section.normal em{font-style:italic}.book .book-body .page-wrapper .page-inner section.normal blockquote,.book .book-body .page-wrapper .page-inner section.normal dl,.book .book-body .page-wrapper .page-inner section.normal ol,.book .book-body .page-wrapper .page-inner section.normal p,.book .book-body .page-wrapper .page-inner section.normal table,.book .book-body .page-wrapper .page-inner section.normal ul{margin-top:0;margin-bottom:.85em}.book .book-body .page-wrapper .page-inner section.normal a{color:#4183c4;text-decoration:none;background:0 0}.book .book-body .page-wrapper .page-inner section.normal a:active,.book .book-body .page-wrapper .page-inner section.normal a:focus,.book .book-body .page-wrapper .page-inner section.normal a:hover{outline:0;text-decoration:underline}.book .book-body .page-wrapper .page-inner section.normal img{border:0;max-width:100%}.book .book-body .page-wrapper .page-inner section.normal hr{height:4px;padding:0;margin:1.7em 0;overflow:hidden;background-color:#e7e7e7;border:none}.book .book-body .page-wrapper .page-inner section.normal hr:after,.book .book-body .page-wrapper .page-inner section.normal hr:before{display:table;content:" "}.book .book-body .page-wrapper .page-inner section.normal h1,.book .book-body .page-wrapper .page-inner section.normal h2,.book .book-body .page-wrapper .page-inner section.normal h3,.book .book-body .page-wrapper .page-inner section.normal h4,.book .book-body .page-wrapper .page-inner section.normal h5,.book .book-body .page-wrapper .page-inner section.normal h6{margin-top:1.275em;margin-bottom:.85em;}.book .book-body .page-wrapper .page-inner section.normal h1{font-size:2em}.book .book-body .page-wrapper .page-inner section.normal h2{font-size:1.75em}.book .book-body .page-wrapper .page-inner section.normal h3{font-size:1.5em}.book .book-body .page-wrapper .page-inner section.normal h4{font-size:1.25em}.book .book-body .page-wrapper .page-inner section.normal h5{font-size:1em}.book .book-body .page-wrapper .page-inner section.normal h6{font-size:1em;color:#777}.book .book-body .page-wrapper .page-inner section.normal code,.book .book-body .page-wrapper .page-inner section.normal pre{font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace;direction:ltr;border:none;color:inherit}.book .book-body .page-wrapper .page-inner section.normal pre{overflow:auto;word-wrap:normal;margin:0 0 1.275em;padding:.85em 1em;background:#f7f7f7}.book .book-body .page-wrapper .page-inner section.normal pre>code{display:inline;max-width:initial;padding:0;margin:0;overflow:initial;line-height:inherit;font-size:.85em;white-space:pre;background:0 0}.book .book-body .page-wrapper .page-inner section.normal pre>code:after,.book .book-body .page-wrapper .page-inner section.normal pre>code:before{content:normal}.book .book-body .page-wrapper .page-inner section.normal code{padding:.2em;margin:0;font-size:.85em;background-color:#f7f7f7}.book .book-body .page-wrapper .page-inner section.normal code:after,.book .book-body .page-wrapper .page-inner section.normal code:before{letter-spacing:-.2em;content:"\00a0"}.book .book-body .page-wrapper .page-inner section.normal ol,.book .book-body .page-wrapper .page-inner section.normal ul{padding:0 0 0 2em;margin:0 0 .85em}.book .book-body .page-wrapper .page-inner section.normal ol ol,.book .book-body .page-wrapper .page-inner section.normal ol ul,.book .book-body .page-wrapper .page-inner section.normal ul ol,.book .book-body .page-wrapper .page-inner section.normal ul ul{margin-top:0;margin-bottom:0}.book .book-body .page-wrapper .page-inner section.normal ol ol{list-style-type:lower-roman}.book .book-body .page-wrapper .page-inner section.normal blockquote{margin:0 0 .85em;padding:0 15px;opacity:0.75;border-left:4px solid #dcdcdc}.book .book-body .page-wrapper .page-inner section.normal blockquote:first-child{margin-top:0}.book .book-body .page-wrapper .page-inner section.normal blockquote:last-child{margin-bottom:0}.book .book-body .page-wrapper .page-inner section.normal dl{padding:0}.book .book-body .page-wrapper .page-inner section.normal dl dt{padding:0;margin-top:.85em;font-style:italic;font-weight:700}.book .book-body .page-wrapper .page-inner section.normal dl dd{padding:0 .85em;margin-bottom:.85em}.book .book-body .page-wrapper .page-inner section.normal dd{margin-left:0}.book .book-body .page-wrapper .page-inner section.normal .glossary-term{cursor:help;text-decoration:underline}.book .book-body .navigation{position:absolute;top:50px;bottom:0;margin:0;max-width:150px;min-width:90px;display:flex;justify-content:center;align-content:center;flex-direction:column;font-size:40px;color:#ccc;text-align:center;-webkit-transition:all 350ms ease;-moz-transition:all 350ms ease;-o-transition:all 350ms ease;transition:all 350ms ease}.book .book-body .navigation:hover{text-decoration:none;color:#444}.book .book-body .navigation.navigation-next{right:0}.book .book-body .navigation.navigation-prev{left:0}@media (max-width:1240px){.book .book-body .navigation{position:static;top:auto;max-width:50%;width:50%;display:inline-block;float:left}.book .book-body .navigation.navigation-unique{max-width:100%;width:100%}}.book .book-body .page-wrapper .page-inner section.glossary{margin-bottom:40px}.book .book-body .page-wrapper .page-inner section.glossary h2 a,.book .book-body .page-wrapper .page-inner section.glossary h2 a:hover{color:inherit;text-decoration:none}.book .book-body .page-wrapper .page-inner section.glossary .glossary-index{list-style:none;margin:0;padding:0}.book .book-body .page-wrapper .page-inner section.glossary .glossary-index li{display:inline;margin:0 8px;white-space:nowrap}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:none;-webkit-touch-callout:none}a{text-decoration:none}body,html{height:100%}html{font-size:62.5%}body{text-rendering:optimizeLegibility;font-smoothing:antialiased;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;letter-spacing:.2px;text-size-adjust:100%} +.book .book-summary ul.summary li a span {display:inline;padding:initial;overflow:visible;cursor:auto;opacity:1;} diff --git a/docs/libs/gitbook-2.6.7/js/app.min.js b/docs/libs/gitbook-2.6.7/js/app.min.js new file mode 100644 index 000000000..9ace197e9 --- /dev/null +++ b/docs/libs/gitbook-2.6.7/js/app.min.js @@ -0,0 +1,6 @@ +(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o"'`]/g,reHasEscapedHtml=RegExp(reEscapedHtml.source),reHasUnescapedHtml=RegExp(reUnescapedHtml.source);var reEscape=/<%-([\s\S]+?)%>/g,reEvaluate=/<%([\s\S]+?)%>/g,reInterpolate=/<%=([\s\S]+?)%>/g;var reIsDeepProp=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\n\\]|\\.)*?\1)\]/,reIsPlainProp=/^\w*$/,rePropName=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\n\\]|\\.)*?)\2)\]/g;var reRegExpChars=/^[:!,]|[\\^$.*+?()[\]{}|\/]|(^[0-9a-fA-Fnrtuvx])|([\n\r\u2028\u2029])/g,reHasRegExpChars=RegExp(reRegExpChars.source);var reComboMark=/[\u0300-\u036f\ufe20-\ufe23]/g;var reEscapeChar=/\\(\\)?/g;var reEsTemplate=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g;var reFlags=/\w*$/;var reHasHexPrefix=/^0[xX]/;var reIsHostCtor=/^\[object .+?Constructor\]$/;var reIsUint=/^\d+$/;var reLatin1=/[\xc0-\xd6\xd8-\xde\xdf-\xf6\xf8-\xff]/g;var reNoMatch=/($^)/;var reUnescapedString=/['\n\r\u2028\u2029\\]/g;var reWords=function(){var upper="[A-Z\\xc0-\\xd6\\xd8-\\xde]",lower="[a-z\\xdf-\\xf6\\xf8-\\xff]+";return RegExp(upper+"+(?="+upper+lower+")|"+upper+"?"+lower+"|"+upper+"+|[0-9]+","g")}();var contextProps=["Array","ArrayBuffer","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Math","Number","Object","RegExp","Set","String","_","clearTimeout","isFinite","parseFloat","parseInt","setTimeout","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap"];var templateCounter=-1;var typedArrayTags={};typedArrayTags[float32Tag]=typedArrayTags[float64Tag]=typedArrayTags[int8Tag]=typedArrayTags[int16Tag]=typedArrayTags[int32Tag]=typedArrayTags[uint8Tag]=typedArrayTags[uint8ClampedTag]=typedArrayTags[uint16Tag]=typedArrayTags[uint32Tag]=true;typedArrayTags[argsTag]=typedArrayTags[arrayTag]=typedArrayTags[arrayBufferTag]=typedArrayTags[boolTag]=typedArrayTags[dateTag]=typedArrayTags[errorTag]=typedArrayTags[funcTag]=typedArrayTags[mapTag]=typedArrayTags[numberTag]=typedArrayTags[objectTag]=typedArrayTags[regexpTag]=typedArrayTags[setTag]=typedArrayTags[stringTag]=typedArrayTags[weakMapTag]=false;var cloneableTags={};cloneableTags[argsTag]=cloneableTags[arrayTag]=cloneableTags[arrayBufferTag]=cloneableTags[boolTag]=cloneableTags[dateTag]=cloneableTags[float32Tag]=cloneableTags[float64Tag]=cloneableTags[int8Tag]=cloneableTags[int16Tag]=cloneableTags[int32Tag]=cloneableTags[numberTag]=cloneableTags[objectTag]=cloneableTags[regexpTag]=cloneableTags[stringTag]=cloneableTags[uint8Tag]=cloneableTags[uint8ClampedTag]=cloneableTags[uint16Tag]=cloneableTags[uint32Tag]=true;cloneableTags[errorTag]=cloneableTags[funcTag]=cloneableTags[mapTag]=cloneableTags[setTag]=cloneableTags[weakMapTag]=false;var deburredLetters={"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss"};var htmlEscapes={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`"};var htmlUnescapes={"&":"&","<":"<",">":">",""":'"',"'":"'","`":"`"};var objectTypes={"function":true,object:true};var regexpEscapes={0:"x30",1:"x31",2:"x32",3:"x33",4:"x34",5:"x35",6:"x36",7:"x37",8:"x38",9:"x39",A:"x41",B:"x42",C:"x43",D:"x44",E:"x45",F:"x46",a:"x61",b:"x62",c:"x63",d:"x64",e:"x65",f:"x66",n:"x6e",r:"x72",t:"x74",u:"x75",v:"x76",x:"x78"};var stringEscapes={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"};var freeExports=objectTypes[typeof exports]&&exports&&!exports.nodeType&&exports;var freeModule=objectTypes[typeof module]&&module&&!module.nodeType&&module;var freeGlobal=freeExports&&freeModule&&typeof global=="object"&&global&&global.Object&&global;var freeSelf=objectTypes[typeof self]&&self&&self.Object&&self;var freeWindow=objectTypes[typeof window]&&window&&window.Object&&window;var moduleExports=freeModule&&freeModule.exports===freeExports&&freeExports;var root=freeGlobal||freeWindow!==(this&&this.window)&&freeWindow||freeSelf||this;function baseCompareAscending(value,other){if(value!==other){var valIsNull=value===null,valIsUndef=value===undefined,valIsReflexive=value===value;var othIsNull=other===null,othIsUndef=other===undefined,othIsReflexive=other===other;if(value>other&&!othIsNull||!valIsReflexive||valIsNull&&!othIsUndef&&othIsReflexive||valIsUndef&&othIsReflexive){return 1}if(value-1){}return index}function charsRightIndex(string,chars){var index=string.length;while(index--&&chars.indexOf(string.charAt(index))>-1){}return index}function compareAscending(object,other){return baseCompareAscending(object.criteria,other.criteria)||object.index-other.index}function compareMultiple(object,other,orders){var index=-1,objCriteria=object.criteria,othCriteria=other.criteria,length=objCriteria.length,ordersLength=orders.length;while(++index=ordersLength){return result}var order=orders[index];return result*(order==="asc"||order===true?1:-1)}}return object.index-other.index}function deburrLetter(letter){return deburredLetters[letter]}function escapeHtmlChar(chr){return htmlEscapes[chr]}function escapeRegExpChar(chr,leadingChar,whitespaceChar){if(leadingChar){chr=regexpEscapes[chr]}else if(whitespaceChar){chr=stringEscapes[chr]}return"\\"+chr}function escapeStringChar(chr){return"\\"+stringEscapes[chr]}function indexOfNaN(array,fromIndex,fromRight){var length=array.length,index=fromIndex+(fromRight?0:-1);while(fromRight?index--:++index=9&&charCode<=13)||charCode==32||charCode==160||charCode==5760||charCode==6158||charCode>=8192&&(charCode<=8202||charCode==8232||charCode==8233||charCode==8239||charCode==8287||charCode==12288||charCode==65279)}function replaceHolders(array,placeholder){var index=-1,length=array.length,resIndex=-1,result=[];while(++index>>1;var MAX_SAFE_INTEGER=9007199254740991;var metaMap=WeakMap&&new WeakMap;var realNames={};function lodash(value){if(isObjectLike(value)&&!isArray(value)&&!(value instanceof LazyWrapper)){if(value instanceof LodashWrapper){return value}if(hasOwnProperty.call(value,"__chain__")&&hasOwnProperty.call(value,"__wrapped__")){return wrapperClone(value)}}return new LodashWrapper(value)}function baseLodash(){}function LodashWrapper(value,chainAll,actions){this.__wrapped__=value;this.__actions__=actions||[];this.__chain__=!!chainAll}var support=lodash.support={};lodash.templateSettings={escape:reEscape,evaluate:reEvaluate,interpolate:reInterpolate,variable:"",imports:{_:lodash}};function LazyWrapper(value){this.__wrapped__=value;this.__actions__=[];this.__dir__=1;this.__filtered__=false;this.__iteratees__=[];this.__takeCount__=POSITIVE_INFINITY;this.__views__=[]}function lazyClone(){var result=new LazyWrapper(this.__wrapped__);result.__actions__=arrayCopy(this.__actions__);result.__dir__=this.__dir__;result.__filtered__=this.__filtered__;result.__iteratees__=arrayCopy(this.__iteratees__);result.__takeCount__=this.__takeCount__;result.__views__=arrayCopy(this.__views__);return result}function lazyReverse(){if(this.__filtered__){var result=new LazyWrapper(this);result.__dir__=-1;result.__filtered__=true}else{result=this.clone();result.__dir__*=-1}return result}function lazyValue(){var array=this.__wrapped__.value(),dir=this.__dir__,isArr=isArray(array),isRight=dir<0,arrLength=isArr?array.length:0,view=getView(0,arrLength,this.__views__),start=view.start,end=view.end,length=end-start,index=isRight?end:start-1,iteratees=this.__iteratees__,iterLength=iteratees.length,resIndex=0,takeCount=nativeMin(length,this.__takeCount__);if(!isArr||arrLength=LARGE_ARRAY_SIZE?createCache(values):null,valuesLength=values.length;if(cache){indexOf=cacheIndexOf;isCommon=false;values=cache}outer:while(++indexlength?0:length+start}end=end===undefined||end>length?length:+end||0;if(end<0){end+=length}length=start>end?0:end>>>0;start>>>=0;while(startlength?0:length+start}end=end===undefined||end>length?length:+end||0;if(end<0){end+=length}length=start>end?0:end-start>>>0;start>>>=0;var result=Array(length);while(++index=LARGE_ARRAY_SIZE,seen=isLarge?createCache():null,result=[];if(seen){indexOf=cacheIndexOf;isCommon=false}else{isLarge=false;seen=iteratee?[]:result}outer:while(++index>>1,computed=array[mid];if((retHighest?computed<=value:computed2?sources[length-2]:undefined,guard=length>2?sources[2]:undefined,thisArg=length>1?sources[length-1]:undefined;if(typeof customizer=="function"){customizer=bindCallback(customizer,thisArg,5);length-=2}else{customizer=typeof thisArg=="function"?thisArg:undefined;length-=customizer?1:0}if(guard&&isIterateeCall(sources[0],sources[1],guard)){customizer=length<3?undefined:customizer;length=1}while(++index-1?collection[index]:undefined}return baseFind(collection,predicate,eachFunc)}}function createFindIndex(fromRight){return function(array,predicate,thisArg){if(!(array&&array.length)){return-1}predicate=getCallback(predicate,thisArg,3);return baseFindIndex(array,predicate,fromRight)}}function createFindKey(objectFunc){return function(object,predicate,thisArg){predicate=getCallback(predicate,thisArg,3);return baseFind(object,predicate,objectFunc,true)}}function createFlow(fromRight){return function(){var wrapper,length=arguments.length,index=fromRight?length:-1,leftIndex=0,funcs=Array(length);while(fromRight?index--:++index=LARGE_ARRAY_SIZE){return wrapper.plant(value).value()}var index=0,result=length?funcs[index].apply(this,args):value;while(++index=length||!nativeIsFinite(length)){return""}var padLength=length-strLength;chars=chars==null?" ":chars+"";return repeat(chars,nativeCeil(padLength/chars.length)).slice(0,padLength)}function createPartialWrapper(func,bitmask,thisArg,partials){var isBind=bitmask&BIND_FLAG,Ctor=createCtorWrapper(func);function wrapper(){var argsIndex=-1,argsLength=arguments.length,leftIndex=-1,leftLength=partials.length,args=Array(leftLength+argsLength);while(++leftIndexarrLength)){return false}while(++index-1&&value%1==0&&value-1&&value%1==0&&value<=MAX_SAFE_INTEGER}function isStrictComparable(value){return value===value&&!isObject(value)}function mergeData(data,source){var bitmask=data[1],srcBitmask=source[1],newBitmask=bitmask|srcBitmask,isCommon=newBitmask0){if(++count>=HOT_COUNT){return key}}else{count=0}return baseSetData(key,value)}}();function shimKeys(object){var props=keysIn(object),propsLength=props.length,length=propsLength&&object.length;var allowIndexes=!!length&&isLength(length)&&(isArray(object)||isArguments(object));var index=-1,result=[];while(++index=120?createCache(othIndex&&value):null}var array=arrays[0],index=-1,length=array?array.length:0,seen=caches[0];outer:while(++index-1){splice.call(array,fromIndex,1)}}return array}var pullAt=restParam(function(array,indexes){indexes=baseFlatten(indexes);var result=baseAt(array,indexes);basePullAt(array,indexes.sort(baseCompareAscending));return result});function remove(array,predicate,thisArg){var result=[];if(!(array&&array.length)){return result}var index=-1,indexes=[],length=array.length;predicate=getCallback(predicate,thisArg,3);while(++index2?arrays[length-2]:undefined,thisArg=length>1?arrays[length-1]:undefined;if(length>2&&typeof iteratee=="function"){length-=2}else{iteratee=length>1&&typeof thisArg=="function"?(--length,thisArg):undefined;thisArg=undefined}arrays.length=length;return unzipWith(arrays,iteratee,thisArg)});function chain(value){var result=lodash(value);result.__chain__=true;return result}function tap(value,interceptor,thisArg){interceptor.call(thisArg,value);return value}function thru(value,interceptor,thisArg){return interceptor.call(thisArg,value)}function wrapperChain(){return chain(this)}function wrapperCommit(){return new LodashWrapper(this.value(),this.__chain__)}var wrapperConcat=restParam(function(values){values=baseFlatten(values);return this.thru(function(array){return arrayConcat(isArray(array)?array:[toObject(array)],values)})});function wrapperPlant(value){var result,parent=this;while(parent instanceof baseLodash){var clone=wrapperClone(parent);if(result){previous.__wrapped__=clone}else{result=clone}var previous=clone;parent=parent.__wrapped__}previous.__wrapped__=value;return result}function wrapperReverse(){var value=this.__wrapped__;var interceptor=function(value){return wrapped&&wrapped.__dir__<0?value:value.reverse()};if(value instanceof LazyWrapper){var wrapped=value;if(this.__actions__.length){wrapped=new LazyWrapper(this)}wrapped=wrapped.reverse();wrapped.__actions__.push({func:thru,args:[interceptor],thisArg:undefined});return new LodashWrapper(wrapped,this.__chain__)}return this.thru(interceptor)}function wrapperToString(){return this.value()+""}function wrapperValue(){return baseWrapperValue(this.__wrapped__,this.__actions__)}var at=restParam(function(collection,props){return baseAt(collection,baseFlatten(props))});var countBy=createAggregator(function(result,value,key){hasOwnProperty.call(result,key)?++result[key]:result[key]=1});function every(collection,predicate,thisArg){var func=isArray(collection)?arrayEvery:baseEvery;if(thisArg&&isIterateeCall(collection,predicate,thisArg)){predicate=undefined}if(typeof predicate!="function"||thisArg!==undefined){predicate=getCallback(predicate,thisArg,3)}return func(collection,predicate)}function filter(collection,predicate,thisArg){var func=isArray(collection)?arrayFilter:baseFilter;predicate=getCallback(predicate,thisArg,3);return func(collection,predicate)}var find=createFind(baseEach);var findLast=createFind(baseEachRight,true);function findWhere(collection,source){return find(collection,baseMatches(source))}var forEach=createForEach(arrayEach,baseEach);var forEachRight=createForEach(arrayEachRight,baseEachRight); +var groupBy=createAggregator(function(result,value,key){if(hasOwnProperty.call(result,key)){result[key].push(value)}else{result[key]=[value]}});function includes(collection,target,fromIndex,guard){var length=collection?getLength(collection):0;if(!isLength(length)){collection=values(collection);length=collection.length}if(typeof fromIndex!="number"||guard&&isIterateeCall(target,fromIndex,guard)){fromIndex=0}else{fromIndex=fromIndex<0?nativeMax(length+fromIndex,0):fromIndex||0}return typeof collection=="string"||!isArray(collection)&&isString(collection)?fromIndex<=length&&collection.indexOf(target,fromIndex)>-1:!!length&&getIndexOf(collection,target,fromIndex)>-1}var indexBy=createAggregator(function(result,value,key){result[key]=value});var invoke=restParam(function(collection,path,args){var index=-1,isFunc=typeof path=="function",isProp=isKey(path),result=isArrayLike(collection)?Array(collection.length):[];baseEach(collection,function(value){var func=isFunc?path:isProp&&value!=null?value[path]:undefined;result[++index]=func?func.apply(value,args):invokePath(value,path,args)});return result});function map(collection,iteratee,thisArg){var func=isArray(collection)?arrayMap:baseMap;iteratee=getCallback(iteratee,thisArg,3);return func(collection,iteratee)}var partition=createAggregator(function(result,value,key){result[key?0:1].push(value)},function(){return[[],[]]});function pluck(collection,path){return map(collection,property(path))}var reduce=createReduce(arrayReduce,baseEach);var reduceRight=createReduce(arrayReduceRight,baseEachRight);function reject(collection,predicate,thisArg){var func=isArray(collection)?arrayFilter:baseFilter;predicate=getCallback(predicate,thisArg,3);return func(collection,function(value,index,collection){return!predicate(value,index,collection)})}function sample(collection,n,guard){if(guard?isIterateeCall(collection,n,guard):n==null){collection=toIterable(collection);var length=collection.length;return length>0?collection[baseRandom(0,length-1)]:undefined}var index=-1,result=toArray(collection),length=result.length,lastIndex=length-1;n=nativeMin(n<0?0:+n||0,length);while(++index0){result=func.apply(this,arguments)}if(n<=1){func=undefined}return result}}var bind=restParam(function(func,thisArg,partials){var bitmask=BIND_FLAG;if(partials.length){var holders=replaceHolders(partials,bind.placeholder);bitmask|=PARTIAL_FLAG}return createWrapper(func,bitmask,thisArg,partials,holders)});var bindAll=restParam(function(object,methodNames){methodNames=methodNames.length?baseFlatten(methodNames):functions(object);var index=-1,length=methodNames.length;while(++indexwait){complete(trailingCall,maxTimeoutId)}else{timeoutId=setTimeout(delayed,remaining)}}function maxDelayed(){complete(trailing,timeoutId)}function debounced(){args=arguments;stamp=now();thisArg=this;trailingCall=trailing&&(timeoutId||!leading);if(maxWait===false){var leadingCall=leading&&!timeoutId}else{if(!maxTimeoutId&&!leading){lastCalled=stamp}var remaining=maxWait-(stamp-lastCalled),isCalled=remaining<=0||remaining>maxWait;if(isCalled){if(maxTimeoutId){maxTimeoutId=clearTimeout(maxTimeoutId)}lastCalled=stamp;result=func.apply(thisArg,args)}else if(!maxTimeoutId){maxTimeoutId=setTimeout(maxDelayed,remaining)}}if(isCalled&&timeoutId){timeoutId=clearTimeout(timeoutId)}else if(!timeoutId&&wait!==maxWait){timeoutId=setTimeout(delayed,wait)}if(leadingCall){isCalled=true;result=func.apply(thisArg,args)}if(isCalled&&!timeoutId&&!maxTimeoutId){args=thisArg=undefined}return result}debounced.cancel=cancel;return debounced}var defer=restParam(function(func,args){return baseDelay(func,1,args)});var delay=restParam(function(func,wait,args){return baseDelay(func,wait,args)});var flow=createFlow();var flowRight=createFlow(true);function memoize(func,resolver){if(typeof func!="function"||resolver&&typeof resolver!="function"){throw new TypeError(FUNC_ERROR_TEXT)}var memoized=function(){var args=arguments,key=resolver?resolver.apply(this,args):args[0],cache=memoized.cache;if(cache.has(key)){return cache.get(key)}var result=func.apply(this,args);memoized.cache=cache.set(key,result);return result};memoized.cache=new memoize.Cache;return memoized}var modArgs=restParam(function(func,transforms){transforms=baseFlatten(transforms);if(typeof func!="function"||!arrayEvery(transforms,baseIsFunction)){throw new TypeError(FUNC_ERROR_TEXT)}var length=transforms.length;return restParam(function(args){var index=nativeMin(args.length,length);while(index--){args[index]=transforms[index](args[index])}return func.apply(this,args)})});function negate(predicate){if(typeof predicate!="function"){throw new TypeError(FUNC_ERROR_TEXT)}return function(){return!predicate.apply(this,arguments)}}function once(func){return before(2,func)}var partial=createPartial(PARTIAL_FLAG);var partialRight=createPartial(PARTIAL_RIGHT_FLAG);var rearg=restParam(function(func,indexes){return createWrapper(func,REARG_FLAG,undefined,undefined,undefined,baseFlatten(indexes))});function restParam(func,start){if(typeof func!="function"){throw new TypeError(FUNC_ERROR_TEXT)}start=nativeMax(start===undefined?func.length-1:+start||0,0);return function(){var args=arguments,index=-1,length=nativeMax(args.length-start,0),rest=Array(length);while(++indexother}function gte(value,other){return value>=other}function isArguments(value){return isObjectLike(value)&&isArrayLike(value)&&hasOwnProperty.call(value,"callee")&&!propertyIsEnumerable.call(value,"callee")}var isArray=nativeIsArray||function(value){return isObjectLike(value)&&isLength(value.length)&&objToString.call(value)==arrayTag};function isBoolean(value){return value===true||value===false||isObjectLike(value)&&objToString.call(value)==boolTag}function isDate(value){return isObjectLike(value)&&objToString.call(value)==dateTag}function isElement(value){return!!value&&value.nodeType===1&&isObjectLike(value)&&!isPlainObject(value)}function isEmpty(value){if(value==null){return true}if(isArrayLike(value)&&(isArray(value)||isString(value)||isArguments(value)||isObjectLike(value)&&isFunction(value.splice))){return!value.length}return!keys(value).length}function isEqual(value,other,customizer,thisArg){customizer=typeof customizer=="function"?bindCallback(customizer,thisArg,3):undefined;var result=customizer?customizer(value,other):undefined;return result===undefined?baseIsEqual(value,other,customizer):!!result}function isError(value){return isObjectLike(value)&&typeof value.message=="string"&&objToString.call(value)==errorTag}function isFinite(value){return typeof value=="number"&&nativeIsFinite(value)}function isFunction(value){return isObject(value)&&objToString.call(value)==funcTag}function isObject(value){var type=typeof value;return!!value&&(type=="object"||type=="function")}function isMatch(object,source,customizer,thisArg){customizer=typeof customizer=="function"?bindCallback(customizer,thisArg,3):undefined;return baseIsMatch(object,getMatchData(source),customizer)}function isNaN(value){return isNumber(value)&&value!=+value}function isNative(value){if(value==null){return false}if(isFunction(value)){return reIsNative.test(fnToString.call(value))}return isObjectLike(value)&&reIsHostCtor.test(value)}function isNull(value){return value===null}function isNumber(value){return typeof value=="number"||isObjectLike(value)&&objToString.call(value)==numberTag}function isPlainObject(value){var Ctor;if(!(isObjectLike(value)&&objToString.call(value)==objectTag&&!isArguments(value))||!hasOwnProperty.call(value,"constructor")&&(Ctor=value.constructor,typeof Ctor=="function"&&!(Ctor instanceof Ctor))){return false}var result;baseForIn(value,function(subValue,key){result=key});return result===undefined||hasOwnProperty.call(value,result)}function isRegExp(value){return isObject(value)&&objToString.call(value)==regexpTag}function isString(value){return typeof value=="string"||isObjectLike(value)&&objToString.call(value)==stringTag}function isTypedArray(value){return isObjectLike(value)&&isLength(value.length)&&!!typedArrayTags[objToString.call(value)]}function isUndefined(value){return value===undefined}function lt(value,other){return value0;while(++index=nativeMin(start,end)&&value=0&&string.indexOf(target,position)==position}function escape(string){string=baseToString(string);return string&&reHasUnescapedHtml.test(string)?string.replace(reUnescapedHtml,escapeHtmlChar):string}function escapeRegExp(string){string=baseToString(string);return string&&reHasRegExpChars.test(string)?string.replace(reRegExpChars,escapeRegExpChar):string||"(?:)"}var kebabCase=createCompounder(function(result,word,index){return result+(index?"-":"")+word.toLowerCase()});function pad(string,length,chars){string=baseToString(string);length=+length;var strLength=string.length;if(strLength>=length||!nativeIsFinite(length)){return string}var mid=(length-strLength)/2,leftLength=nativeFloor(mid),rightLength=nativeCeil(mid);chars=createPadding("",rightLength,chars);return chars.slice(0,leftLength)+string+chars}var padLeft=createPadDir();var padRight=createPadDir(true);function parseInt(string,radix,guard){if(guard?isIterateeCall(string,radix,guard):radix==null){radix=0}else if(radix){radix=+radix}string=trim(string);return nativeParseInt(string,radix||(reHasHexPrefix.test(string)?16:10))}function repeat(string,n){var result="";string=baseToString(string);n=+n;if(n<1||!string||!nativeIsFinite(n)){return result}do{if(n%2){result+=string}n=nativeFloor(n/2);string+=string}while(n);return result}var snakeCase=createCompounder(function(result,word,index){return result+(index?"_":"")+word.toLowerCase()});var startCase=createCompounder(function(result,word,index){return result+(index?" ":"")+(word.charAt(0).toUpperCase()+word.slice(1))});function startsWith(string,target,position){string=baseToString(string);position=position==null?0:nativeMin(position<0?0:+position||0,string.length);return string.lastIndexOf(target,position)==position}function template(string,options,otherOptions){var settings=lodash.templateSettings;if(otherOptions&&isIterateeCall(string,options,otherOptions)){options=otherOptions=undefined}string=baseToString(string);options=assignWith(baseAssign({},otherOptions||options),settings,assignOwnDefaults);var imports=assignWith(baseAssign({},options.imports),settings.imports,assignOwnDefaults),importsKeys=keys(imports),importsValues=baseValues(imports,importsKeys);var isEscaping,isEvaluating,index=0,interpolate=options.interpolate||reNoMatch,source="__p += '";var reDelimiters=RegExp((options.escape||reNoMatch).source+"|"+interpolate.source+"|"+(interpolate===reInterpolate?reEsTemplate:reNoMatch).source+"|"+(options.evaluate||reNoMatch).source+"|$","g");var sourceURL="//# sourceURL="+("sourceURL"in options?options.sourceURL:"lodash.templateSources["+ ++templateCounter+"]")+"\n";string.replace(reDelimiters,function(match,escapeValue,interpolateValue,esTemplateValue,evaluateValue,offset){interpolateValue||(interpolateValue=esTemplateValue);source+=string.slice(index,offset).replace(reUnescapedString,escapeStringChar);if(escapeValue){isEscaping=true;source+="' +\n__e("+escapeValue+") +\n'"}if(evaluateValue){isEvaluating=true;source+="';\n"+evaluateValue+";\n__p += '"}if(interpolateValue){source+="' +\n((__t = ("+interpolateValue+")) == null ? '' : __t) +\n'"}index=offset+match.length;return match});source+="';\n";var variable=options.variable;if(!variable){source="with (obj) {\n"+source+"\n}\n"}source=(isEvaluating?source.replace(reEmptyStringLeading,""):source).replace(reEmptyStringMiddle,"$1").replace(reEmptyStringTrailing,"$1;");source="function("+(variable||"obj")+") {\n"+(variable?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(isEscaping?", __e = _.escape":"")+(isEvaluating?", __j = Array.prototype.join;\n"+"function print() { __p += __j.call(arguments, '') }\n":";\n")+source+"return __p\n}";var result=attempt(function(){return Function(importsKeys,sourceURL+"return "+source).apply(undefined,importsValues)});result.source=source;if(isError(result)){throw result}return result}function trim(string,chars,guard){var value=string;string=baseToString(string);if(!string){return string}if(guard?isIterateeCall(value,chars,guard):chars==null){return string.slice(trimmedLeftIndex(string),trimmedRightIndex(string)+1)}chars=chars+"";return string.slice(charsLeftIndex(string,chars),charsRightIndex(string,chars)+1)}function trimLeft(string,chars,guard){var value=string;string=baseToString(string);if(!string){return string}if(guard?isIterateeCall(value,chars,guard):chars==null){return string.slice(trimmedLeftIndex(string))}return string.slice(charsLeftIndex(string,chars+""))}function trimRight(string,chars,guard){var value=string;string=baseToString(string);if(!string){return string}if(guard?isIterateeCall(value,chars,guard):chars==null){return string.slice(0,trimmedRightIndex(string)+1)}return string.slice(0,charsRightIndex(string,chars+"")+1)}function trunc(string,options,guard){if(guard&&isIterateeCall(string,options,guard)){options=undefined}var length=DEFAULT_TRUNC_LENGTH,omission=DEFAULT_TRUNC_OMISSION;if(options!=null){if(isObject(options)){var separator="separator"in options?options.separator:separator;length="length"in options?+options.length||0:length;omission="omission"in options?baseToString(options.omission):omission}else{length=+options||0}}string=baseToString(string);if(length>=string.length){return string}var end=length-omission.length;if(end<1){return omission}var result=string.slice(0,end);if(separator==null){return result+omission}if(isRegExp(separator)){if(string.slice(end).search(separator)){var match,newEnd,substring=string.slice(0,end);if(!separator.global){separator=RegExp(separator.source,(reFlags.exec(separator)||"")+"g")}separator.lastIndex=0;while(match=separator.exec(substring)){newEnd=match.index}result=result.slice(0,newEnd==null?end:newEnd)}}else if(string.indexOf(separator,end)!=end){var index=result.lastIndexOf(separator);if(index>-1){result=result.slice(0,index)}}return result+omission}function unescape(string){string=baseToString(string);return string&&reHasEscapedHtml.test(string)?string.replace(reEscapedHtml,unescapeHtmlChar):string}function words(string,pattern,guard){if(guard&&isIterateeCall(string,pattern,guard)){pattern=undefined}string=baseToString(string);return string.match(pattern||reWords)||[]}var attempt=restParam(function(func,args){try{return func.apply(undefined,args)}catch(e){return isError(e)?e:new Error(e)}});function callback(func,thisArg,guard){if(guard&&isIterateeCall(func,thisArg,guard)){thisArg=undefined}return isObjectLike(func)?matches(func):baseCallback(func,thisArg)}function constant(value){return function(){return value}}function identity(value){return value}function matches(source){return baseMatches(baseClone(source,true))}function matchesProperty(path,srcValue){return baseMatchesProperty(path,baseClone(srcValue,true))}var method=restParam(function(path,args){return function(object){return invokePath(object,path,args)}});var methodOf=restParam(function(object,args){return function(path){return invokePath(object,path,args)}});function mixin(object,source,options){if(options==null){var isObj=isObject(source),props=isObj?keys(source):undefined,methodNames=props&&props.length?baseFunctions(source,props):undefined;if(!(methodNames?methodNames.length:isObj)){methodNames=false;options=source;source=object;object=this}}if(!methodNames){methodNames=baseFunctions(source,keys(source))}var chain=true,index=-1,isFunc=isFunction(object),length=methodNames.length;if(options===false){chain=false}else if(isObject(options)&&"chain"in options){chain=options.chain}while(++index0||end<0)){return new LazyWrapper(result)}if(start<0){result=result.takeRight(-start)}else if(start){result=result.drop(start)}if(end!==undefined){end=+end||0;result=end<0?result.dropRight(-end):result.take(end-start)}return result};LazyWrapper.prototype.takeRightWhile=function(predicate,thisArg){return this.reverse().takeWhile(predicate,thisArg).reverse()};LazyWrapper.prototype.toArray=function(){return this.take(POSITIVE_INFINITY)};baseForOwn(LazyWrapper.prototype,function(func,methodName){var checkIteratee=/^(?:filter|map|reject)|While$/.test(methodName),retUnwrapped=/^(?:first|last)$/.test(methodName),lodashFunc=lodash[retUnwrapped?"take"+(methodName=="last"?"Right":""):methodName];if(!lodashFunc){return}lodash.prototype[methodName]=function(){var args=retUnwrapped?[1]:arguments,chainAll=this.__chain__,value=this.__wrapped__,isHybrid=!!this.__actions__.length,isLazy=value instanceof LazyWrapper,iteratee=args[0],useLazy=isLazy||isArray(value);if(useLazy&&checkIteratee&&typeof iteratee=="function"&&iteratee.length!=1){isLazy=useLazy=false}var interceptor=function(value){return retUnwrapped&&chainAll?lodashFunc(value,1)[0]:lodashFunc.apply(undefined,arrayPush([value],args))};var action={func:thru,args:[interceptor],thisArg:undefined},onlyLazy=isLazy&&!isHybrid;if(retUnwrapped&&!chainAll){if(onlyLazy){value=value.clone();value.__actions__.push(action);return func.call(value)}return lodashFunc.call(undefined,this.value())[0]}if(!retUnwrapped&&useLazy){value=onlyLazy?value:new LazyWrapper(this);var result=func.apply(value,args);result.__actions__.push(action);return new LodashWrapper(result,chainAll)}return this.thru(interceptor)}});arrayEach(["join","pop","push","replace","shift","sort","splice","split","unshift"],function(methodName){var func=(/^(?:replace|split)$/.test(methodName)?stringProto:arrayProto)[methodName],chainName=/^(?:push|sort|unshift)$/.test(methodName)?"tap":"thru",retUnwrapped=/^(?:join|pop|replace|shift)$/.test(methodName);lodash.prototype[methodName]=function(){var args=arguments;if(retUnwrapped&&!this.__chain__){return func.apply(this.value(),args)}return this[chainName](function(value){return func.apply(value,args)})}});baseForOwn(LazyWrapper.prototype,function(func,methodName){var lodashFunc=lodash[methodName];if(lodashFunc){var key=lodashFunc.name,names=realNames[key]||(realNames[key]=[]);names.push({name:methodName,func:lodashFunc})}});realNames[createHybridWrapper(undefined,BIND_KEY_FLAG).name]=[{name:"wrapper",func:undefined}];LazyWrapper.prototype.clone=lazyClone;LazyWrapper.prototype.reverse=lazyReverse;LazyWrapper.prototype.value=lazyValue;lodash.prototype.chain=wrapperChain;lodash.prototype.commit=wrapperCommit;lodash.prototype.concat=wrapperConcat;lodash.prototype.plant=wrapperPlant;lodash.prototype.reverse=wrapperReverse;lodash.prototype.toString=wrapperToString;lodash.prototype.run=lodash.prototype.toJSON=lodash.prototype.valueOf=lodash.prototype.value=wrapperValue;lodash.prototype.collect=lodash.prototype.map;lodash.prototype.head=lodash.prototype.first;lodash.prototype.select=lodash.prototype.filter;lodash.prototype.tail=lodash.prototype.rest;return lodash}var _=runInContext();if(typeof define=="function"&&typeof define.amd=="object"&&define.amd){root._=_;define(function(){return _})}else if(freeExports&&freeModule){if(moduleExports){(freeModule.exports=_)._=_}else{freeExports._=_}}else{root._=_}}).call(this)}).call(this,typeof global!=="undefined"?global:typeof self!=="undefined"?self:typeof window!=="undefined"?window:{})},{}],3:[function(require,module,exports){(function(window,document,undefined){var _MAP={8:"backspace",9:"tab",13:"enter",16:"shift",17:"ctrl",18:"alt",20:"capslock",27:"esc",32:"space",33:"pageup",34:"pagedown",35:"end",36:"home",37:"left",38:"up",39:"right",40:"down",45:"ins",46:"del",91:"meta",93:"meta",224:"meta"};var _KEYCODE_MAP={106:"*",107:"+",109:"-",110:".",111:"/",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'"};var _SHIFT_MAP={"~":"`","!":"1","@":"2","#":"3",$:"4","%":"5","^":"6","&":"7","*":"8","(":"9",")":"0",_:"-","+":"=",":":";",'"':"'","<":",",">":".","?":"/","|":"\\"};var _SPECIAL_ALIASES={option:"alt",command:"meta","return":"enter",escape:"esc",plus:"+",mod:/Mac|iPod|iPhone|iPad/.test(navigator.platform)?"meta":"ctrl"};var _REVERSE_MAP;for(var i=1;i<20;++i){_MAP[111+i]="f"+i}for(i=0;i<=9;++i){_MAP[i+96]=i}function _addEvent(object,type,callback){if(object.addEventListener){object.addEventListener(type,callback,false);return}object.attachEvent("on"+type,callback)}function _characterFromEvent(e){if(e.type=="keypress"){var character=String.fromCharCode(e.which);if(!e.shiftKey){character=character.toLowerCase()}return character}if(_MAP[e.which]){return _MAP[e.which]}if(_KEYCODE_MAP[e.which]){return _KEYCODE_MAP[e.which]}return String.fromCharCode(e.which).toLowerCase()}function _modifiersMatch(modifiers1,modifiers2){return modifiers1.sort().join(",")===modifiers2.sort().join(",")}function _eventModifiers(e){var modifiers=[];if(e.shiftKey){modifiers.push("shift")}if(e.altKey){modifiers.push("alt")}if(e.ctrlKey){modifiers.push("ctrl")}if(e.metaKey){modifiers.push("meta")}return modifiers}function _preventDefault(e){if(e.preventDefault){e.preventDefault();return}e.returnValue=false}function _stopPropagation(e){if(e.stopPropagation){e.stopPropagation();return}e.cancelBubble=true}function _isModifier(key){return key=="shift"||key=="ctrl"||key=="alt"||key=="meta"}function _getReverseMap(){if(!_REVERSE_MAP){_REVERSE_MAP={};for(var key in _MAP){if(key>95&&key<112){continue}if(_MAP.hasOwnProperty(key)){_REVERSE_MAP[_MAP[key]]=key}}}return _REVERSE_MAP}function _pickBestAction(key,modifiers,action){if(!action){action=_getReverseMap()[key]?"keydown":"keypress"}if(action=="keypress"&&modifiers.length){action="keydown"}return action}function _keysFromString(combination){if(combination==="+"){return["+"]}combination=combination.replace(/\+{2}/g,"+plus");return combination.split("+")}function _getKeyInfo(combination,action){var keys;var key;var i;var modifiers=[];keys=_keysFromString(combination);for(i=0;i1){_bindSequence(combination,sequence,callback,action);return}info=_getKeyInfo(combination,action);self._callbacks[info.key]=self._callbacks[info.key]||[];_getMatches(info.key,info.modifiers,{type:info.action},sequenceName,combination,level);self._callbacks[info.key][sequenceName?"unshift":"push"]({callback:callback,modifiers:info.modifiers,action:info.action,seq:sequenceName,level:level,combo:combination})}self._bindMultiple=function(combinations,callback,action){for(var i=0;i-1){return false}if(_belongsTo(element,self.target)){return false}return element.tagName=="INPUT"||element.tagName=="SELECT"||element.tagName=="TEXTAREA"||element.isContentEditable};Mousetrap.prototype.handleKey=function(){var self=this;return self._handleKey.apply(self,arguments)};Mousetrap.init=function(){var documentMousetrap=Mousetrap(document);for(var method in documentMousetrap){if(method.charAt(0)!=="_"){Mousetrap[method]=function(method){return function(){return documentMousetrap[method].apply(documentMousetrap,arguments)}}(method)}}};Mousetrap.init();window.Mousetrap=Mousetrap;if(typeof module!=="undefined"&&module.exports){module.exports=Mousetrap}if(typeof define==="function"&&define.amd){define(function(){return Mousetrap})}})(window,document)},{}],4:[function(require,module,exports){(function(process){function normalizeArray(parts,allowAboveRoot){var up=0;for(var i=parts.length-1;i>=0;i--){var last=parts[i];if(last==="."){parts.splice(i,1)}else if(last===".."){parts.splice(i,1);up++}else if(up){parts.splice(i,1);up--}}if(allowAboveRoot){for(;up--;up){parts.unshift("..")}}return parts}var splitPathRe=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/;var splitPath=function(filename){return splitPathRe.exec(filename).slice(1)};exports.resolve=function(){var resolvedPath="",resolvedAbsolute=false;for(var i=arguments.length-1;i>=-1&&!resolvedAbsolute;i--){var path=i>=0?arguments[i]:process.cwd();if(typeof path!=="string"){throw new TypeError("Arguments to path.resolve must be strings")}else if(!path){continue}resolvedPath=path+"/"+resolvedPath;resolvedAbsolute=path.charAt(0)==="/"}resolvedPath=normalizeArray(filter(resolvedPath.split("/"),function(p){return!!p}),!resolvedAbsolute).join("/");return(resolvedAbsolute?"/":"")+resolvedPath||"."};exports.normalize=function(path){var isAbsolute=exports.isAbsolute(path),trailingSlash=substr(path,-1)==="/";path=normalizeArray(filter(path.split("/"),function(p){return!!p}),!isAbsolute).join("/");if(!path&&!isAbsolute){path="."}if(path&&trailingSlash){path+="/"}return(isAbsolute?"/":"")+path};exports.isAbsolute=function(path){return path.charAt(0)==="/"};exports.join=function(){var paths=Array.prototype.slice.call(arguments,0);return exports.normalize(filter(paths,function(p,index){if(typeof p!=="string"){throw new TypeError("Arguments to path.join must be strings")}return p}).join("/"))};exports.relative=function(from,to){from=exports.resolve(from).substr(1);to=exports.resolve(to).substr(1);function trim(arr){var start=0;for(;start=0;end--){if(arr[end]!=="")break}if(start>end)return[];return arr.slice(start,end-start+1)}var fromParts=trim(from.split("/"));var toParts=trim(to.split("/"));var length=Math.min(fromParts.length,toParts.length);var samePartsLength=length;for(var i=0;i1){for(var i=1;i= 0x80 (not a basic code point)","invalid-input":"Invalid input"},baseMinusTMin=base-tMin,floor=Math.floor,stringFromCharCode=String.fromCharCode,key;function error(type){throw RangeError(errors[type])}function map(array,fn){var length=array.length;var result=[];while(length--){result[length]=fn(array[length])}return result}function mapDomain(string,fn){var parts=string.split("@");var result="";if(parts.length>1){result=parts[0]+"@";string=parts[1]}string=string.replace(regexSeparators,".");var labels=string.split(".");var encoded=map(labels,fn).join(".");return result+encoded}function ucs2decode(string){var output=[],counter=0,length=string.length,value,extra;while(counter=55296&&value<=56319&&counter65535){value-=65536;output+=stringFromCharCode(value>>>10&1023|55296);value=56320|value&1023}output+=stringFromCharCode(value);return output}).join("")}function basicToDigit(codePoint){if(codePoint-48<10){return codePoint-22}if(codePoint-65<26){return codePoint-65}if(codePoint-97<26){return codePoint-97}return base}function digitToBasic(digit,flag){return digit+22+75*(digit<26)-((flag!=0)<<5)}function adapt(delta,numPoints,firstTime){var k=0;delta=firstTime?floor(delta/damp):delta>>1;delta+=floor(delta/numPoints);for(;delta>baseMinusTMin*tMax>>1;k+=base){delta=floor(delta/baseMinusTMin)}return floor(k+(baseMinusTMin+1)*delta/(delta+skew))}function decode(input){var output=[],inputLength=input.length,out,i=0,n=initialN,bias=initialBias,basic,j,index,oldi,w,k,digit,t,baseMinusT;basic=input.lastIndexOf(delimiter);if(basic<0){basic=0}for(j=0;j=128){error("not-basic")}output.push(input.charCodeAt(j))}for(index=basic>0?basic+1:0;index=inputLength){error("invalid-input")}digit=basicToDigit(input.charCodeAt(index++));if(digit>=base||digit>floor((maxInt-i)/w)){error("overflow")}i+=digit*w;t=k<=bias?tMin:k>=bias+tMax?tMax:k-bias;if(digitfloor(maxInt/baseMinusT)){error("overflow")}w*=baseMinusT}out=output.length+1;bias=adapt(i-oldi,out,oldi==0);if(floor(i/out)>maxInt-n){error("overflow")}n+=floor(i/out);i%=out;output.splice(i++,0,n)}return ucs2encode(output)}function encode(input){var n,delta,handledCPCount,basicLength,bias,j,m,q,k,t,currentValue,output=[],inputLength,handledCPCountPlusOne,baseMinusT,qMinusT;input=ucs2decode(input);inputLength=input.length;n=initialN;delta=0;bias=initialBias;for(j=0;j=n&¤tValuefloor((maxInt-delta)/handledCPCountPlusOne)){error("overflow")}delta+=(m-n)*handledCPCountPlusOne;n=m;for(j=0;jmaxInt){error("overflow")}if(currentValue==n){for(q=delta,k=base;;k+=base){t=k<=bias?tMin:k>=bias+tMax?tMax:k-bias;if(q0&&len>maxKeys){len=maxKeys}for(var i=0;i=0){kstr=x.substr(0,idx);vstr=x.substr(idx+1)}else{kstr=x;vstr=""}k=decodeURIComponent(kstr);v=decodeURIComponent(vstr);if(!hasOwnProperty(obj,k)){obj[k]=v}else if(isArray(obj[k])){obj[k].push(v)}else{obj[k]=[obj[k],v]}}return obj};var isArray=Array.isArray||function(xs){return Object.prototype.toString.call(xs)==="[object Array]"}},{}],8:[function(require,module,exports){"use strict";var stringifyPrimitive=function(v){switch(typeof v){case"string":return v;case"boolean":return v?"true":"false";case"number":return isFinite(v)?v:"";default:return""}};module.exports=function(obj,sep,eq,name){sep=sep||"&";eq=eq||"=";if(obj===null){obj=undefined}if(typeof obj==="object"){return map(objectKeys(obj),function(k){var ks=encodeURIComponent(stringifyPrimitive(k))+eq;if(isArray(obj[k])){return map(obj[k],function(v){return ks+encodeURIComponent(stringifyPrimitive(v))}).join(sep)}else{return ks+encodeURIComponent(stringifyPrimitive(obj[k]))}}).join(sep)}if(!name)return"";return encodeURIComponent(stringifyPrimitive(name))+eq+encodeURIComponent(stringifyPrimitive(obj))};var isArray=Array.isArray||function(xs){return Object.prototype.toString.call(xs)==="[object Array]"};function map(xs,f){if(xs.map)return xs.map(f);var res=[];for(var i=0;i",'"',"`"," ","\r","\n"," "],unwise=["{","}","|","\\","^","`"].concat(delims),autoEscape=["'"].concat(unwise),nonHostChars=["%","/","?",";","#"].concat(autoEscape),hostEndingChars=["/","?","#"],hostnameMaxLen=255,hostnamePartPattern=/^[a-z0-9A-Z_-]{0,63}$/,hostnamePartStart=/^([a-z0-9A-Z_-]{0,63})(.*)$/,unsafeProtocol={javascript:true,"javascript:":true},hostlessProtocol={javascript:true,"javascript:":true},slashedProtocol={http:true,https:true,ftp:true,gopher:true,file:true,"http:":true,"https:":true,"ftp:":true,"gopher:":true,"file:":true},querystring=require("querystring");function urlParse(url,parseQueryString,slashesDenoteHost){if(url&&isObject(url)&&url instanceof Url)return url;var u=new Url;u.parse(url,parseQueryString,slashesDenoteHost);return u}Url.prototype.parse=function(url,parseQueryString,slashesDenoteHost){if(!isString(url)){throw new TypeError("Parameter 'url' must be a string, not "+typeof url)}var rest=url;rest=rest.trim();var proto=protocolPattern.exec(rest);if(proto){proto=proto[0];var lowerProto=proto.toLowerCase();this.protocol=lowerProto;rest=rest.substr(proto.length)}if(slashesDenoteHost||proto||rest.match(/^\/\/[^@\/]+@[^@\/]+/)){var slashes=rest.substr(0,2)==="//";if(slashes&&!(proto&&hostlessProtocol[proto])){rest=rest.substr(2);this.slashes=true}}if(!hostlessProtocol[proto]&&(slashes||proto&&!slashedProtocol[proto])){var hostEnd=-1;for(var i=0;i127){newpart+="x"}else{newpart+=part[j]}}if(!newpart.match(hostnamePartPattern)){var validParts=hostparts.slice(0,i);var notHost=hostparts.slice(i+1);var bit=part.match(hostnamePartStart);if(bit){validParts.push(bit[1]);notHost.unshift(bit[2])}if(notHost.length){rest="/"+notHost.join(".")+rest}this.hostname=validParts.join(".");break}}}}if(this.hostname.length>hostnameMaxLen){this.hostname=""}else{this.hostname=this.hostname.toLowerCase()}if(!ipv6Hostname){var domainArray=this.hostname.split(".");var newOut=[];for(var i=0;i0?result.host.split("@"):false;if(authInHost){result.auth=authInHost.shift();result.host=result.hostname=authInHost.shift()}}result.search=relative.search;result.query=relative.query;if(!isNull(result.pathname)||!isNull(result.search)){result.path=(result.pathname?result.pathname:"")+(result.search?result.search:"")}result.href=result.format();return result}if(!srcPath.length){result.pathname=null;if(result.search){result.path="/"+result.search}else{result.path=null}result.href=result.format();return result}var last=srcPath.slice(-1)[0];var hasTrailingSlash=(result.host||relative.host)&&(last==="."||last==="..")||last==="";var up=0;for(var i=srcPath.length;i>=0;i--){last=srcPath[i];if(last=="."){srcPath.splice(i,1)}else if(last===".."){srcPath.splice(i,1);up++}else if(up){srcPath.splice(i,1);up--}}if(!mustEndAbs&&!removeAllDots){for(;up--;up){srcPath.unshift("..")}}if(mustEndAbs&&srcPath[0]!==""&&(!srcPath[0]||srcPath[0].charAt(0)!=="/")){srcPath.unshift("")}if(hasTrailingSlash&&srcPath.join("/").substr(-1)!=="/"){srcPath.push("")}var isAbsolute=srcPath[0]===""||srcPath[0]&&srcPath[0].charAt(0)==="/";if(psychotic){result.hostname=result.host=isAbsolute?"":srcPath.length?srcPath.shift():"";var authInHost=result.host&&result.host.indexOf("@")>0?result.host.split("@"):false;if(authInHost){result.auth=authInHost.shift();result.host=result.hostname=authInHost.shift()}}mustEndAbs=mustEndAbs||result.host&&srcPath.length;if(mustEndAbs&&!isAbsolute){srcPath.unshift("")}if(!srcPath.length){result.pathname=null;result.path=null}else{result.pathname=srcPath.join("/")}if(!isNull(result.pathname)||!isNull(result.search)){result.path=(result.pathname?result.pathname:"")+(result.search?result.search:"")}result.auth=relative.auth||result.auth;result.slashes=result.slashes||relative.slashes;result.href=result.format();return result};Url.prototype.parseHost=function(){var host=this.host;var port=portPattern.exec(host);if(port){port=port[0];if(port!==":"){this.port=port.substr(1)}host=host.substr(0,host.length-port.length)}if(host)this.hostname=host};function isString(arg){return typeof arg==="string"}function isObject(arg){return typeof arg==="object"&&arg!==null}function isNull(arg){return arg===null}function isNullOrUndefined(arg){return arg==null}},{punycode:6,querystring:9}],11:[function(require,module,exports){var $=require("jquery");function toggleDropdown(e){var $dropdown=$(e.currentTarget).parent().find(".dropdown-menu");$dropdown.toggleClass("open");e.stopPropagation();e.preventDefault()}function closeDropdown(e){$(".dropdown-menu").removeClass("open")}function init(){$(document).on("click",".toggle-dropdown",toggleDropdown);$(document).on("click",".dropdown-menu",function(e){e.stopPropagation()});$(document).on("click",closeDropdown)}module.exports={init:init}},{jquery:1}],12:[function(require,module,exports){var $=require("jquery");module.exports=$({})},{jquery:1}],13:[function(require,module,exports){var $=require("jquery");var _=require("lodash");var storage=require("./storage");var dropdown=require("./dropdown");var events=require("./events");var state=require("./state");var keyboard=require("./keyboard");var navigation=require("./navigation");var sidebar=require("./sidebar");var toolbar=require("./toolbar");function start(config){sidebar.init();keyboard.init();dropdown.init();navigation.init();toolbar.createButton({index:0,icon:"fa fa-align-justify",onClick:function(e){e.preventDefault();sidebar.toggle()}});events.trigger("start",config);navigation.notify()}var gitbook={start:start,events:events,state:state,toolbar:toolbar,sidebar:sidebar,storage:storage,keyboard:keyboard};var MODULES={gitbook:gitbook,jquery:$,lodash:_};window.gitbook=gitbook;window.$=$;window.jQuery=$;gitbook.require=function(mods,fn){mods=_.map(mods,function(mod){mod=mod.toLowerCase();if(!MODULES[mod]){throw new Error("GitBook module "+mod+" doesn't exist")}return MODULES[mod]});fn.apply(null,mods)};module.exports={}},{"./dropdown":11,"./events":12,"./keyboard":14,"./navigation":16,"./sidebar":18,"./state":19,"./storage":20,"./toolbar":21,jquery:1,lodash:2}],14:[function(require,module,exports){var Mousetrap=require("mousetrap");var navigation=require("./navigation");var sidebar=require("./sidebar");function bindShortcut(keys,fn){Mousetrap.bind(keys,function(e){fn();return false})}function init(){bindShortcut(["right"],function(e){navigation.goNext()});bindShortcut(["left"],function(e){navigation.goPrev()});bindShortcut(["s"],function(e){sidebar.toggle()})}module.exports={init:init,bind:bindShortcut}},{"./navigation":16,"./sidebar":18,mousetrap:3}],15:[function(require,module,exports){var state=require("./state");function showLoading(p){state.$book.addClass("is-loading");p.always(function(){state.$book.removeClass("is-loading")});return p}module.exports={show:showLoading}},{"./state":19}],16:[function(require,module,exports){var $=require("jquery");var url=require("url");var events=require("./events");var state=require("./state");var loading=require("./loading");var usePushState=typeof history.pushState!=="undefined";function handleNavigation(relativeUrl,push){var uri=url.resolve(window.location.pathname,relativeUrl);notifyPageChange();location.href=relativeUrl;return;return loading.show($.get(uri).done(function(html){if(push)history.pushState({path:uri},null,uri);html=html.replace(/<(\/?)(html|head|body)([^>]*)>/gi,function(a,b,c,d){return"<"+b+"div"+(b?"":' data-element="'+c+'"')+d+">"});var $page=$(html);var $pageHead=$page.find("[data-element=head]");var $pageBody=$page.find(".book");document.title=$pageHead.find("title").text();var $head=$("head");$head.find("link[rel=prev]").remove();$head.find("link[rel=next]").remove();$head.append($pageHead.find("link[rel=prev]"));$head.append($pageHead.find("link[rel=next]"));var bodyClass=$(".book").attr("class");var scrollPosition=$(".book-summary .summary").scrollTop();$pageBody.toggleClass("with-summary",$(".book").hasClass("with-summary"));$(".book").replaceWith($pageBody);$(".book").attr("class",bodyClass);$(".book-summary .summary").scrollTop(scrollPosition);state.update($("html"));preparePage()}).fail(function(e){location.href=relativeUrl}))}function updateNavigationPosition(){var bodyInnerWidth,pageWrapperWidth;bodyInnerWidth=parseInt($(".body-inner").css("width"),10);pageWrapperWidth=parseInt($(".page-wrapper").css("width"),10);$(".navigation-next").css("margin-right",bodyInnerWidth-pageWrapperWidth+"px")}function notifyPageChange(){events.trigger("page.change")}function preparePage(notify){var $bookBody=$(".book-body");var $bookInner=$bookBody.find(".body-inner");var $pageWrapper=$bookInner.find(".page-wrapper");updateNavigationPosition();$bookInner.scrollTop(0);$bookBody.scrollTop(0);if(notify!==false)notifyPageChange()}function isLeftClickEvent(e){return e.button===0}function isModifiedEvent(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}function handlePagination(e){if(isModifiedEvent(e)||!isLeftClickEvent(e)){return}e.stopPropagation();e.preventDefault();var url=$(this).attr("href");if(url)handleNavigation(url,true)}function goNext(){var url=$(".navigation-next").attr("href");if(url)handleNavigation(url,true)}function goPrev(){var url=$(".navigation-prev").attr("href");if(url)handleNavigation(url,true)}function init(){$.ajaxSetup({});if(location.protocol!=="file:"){history.replaceState({path:window.location.href},"")}window.onpopstate=function(event){if(event.state===null){return}return handleNavigation(event.state.path,false)};$(document).on("click",".navigation-prev",handlePagination);$(document).on("click",".navigation-next",handlePagination);$(document).on("click",".summary [data-path] a",handlePagination);$(window).resize(updateNavigationPosition);preparePage(false)}module.exports={init:init,goNext:goNext,goPrev:goPrev,notify:notifyPageChange}},{"./events":12,"./loading":15,"./state":19,jquery:1,url:10}],17:[function(require,module,exports){module.exports={isMobile:function(){return document.body.clientWidth<=600}}},{}],18:[function(require,module,exports){var $=require("jquery");var _=require("lodash");var storage=require("./storage");var platform=require("./platform");var state=require("./state");function toggleSidebar(_state,animation){if(state!=null&&isOpen()==_state)return;if(animation==null)animation=true;state.$book.toggleClass("without-animation",!animation);state.$book.toggleClass("with-summary",_state);storage.set("sidebar",isOpen())}function isOpen(){return state.$book.hasClass("with-summary")}function init(){if(platform.isMobile()){toggleSidebar(false,false)}else{toggleSidebar(storage.get("sidebar",true),false)}$(document).on("click",".book-summary li.chapter a",function(e){if(platform.isMobile())toggleSidebar(false,false)})}function filterSummary(paths){var $summary=$(".book-summary");$summary.find("li").each(function(){var path=$(this).data("path");var st=paths==null||_.contains(paths,path);$(this).toggle(st);if(st)$(this).parents("li").show()})}module.exports={init:init,isOpen:isOpen,toggle:toggleSidebar,filter:filterSummary}},{"./platform":17,"./state":19,"./storage":20,jquery:1,lodash:2}],19:[function(require,module,exports){var $=require("jquery");var url=require("url");var path=require("path");var state={};state.update=function(dom){var $book=$(dom.find(".book"));state.$book=$book;state.level=$book.data("level");state.basePath=$book.data("basepath");state.innerLanguage=$book.data("innerlanguage");state.revision=$book.data("revision");state.filepath=$book.data("filepath");state.chapterTitle=$book.data("chapter-title");state.root=url.resolve(location.protocol+"//"+location.host,path.dirname(path.resolve(location.pathname.replace(/\/$/,"/index.html"),state.basePath))).replace(/\/?$/,"/");state.bookRoot=state.innerLanguage?url.resolve(state.root,".."):state.root};state.update($);module.exports=state},{jquery:1,path:4,url:10}],20:[function(require,module,exports){var baseKey="";module.exports={setBaseKey:function(key){baseKey=key},set:function(key,value){key=baseKey+":"+key;try{localStorage[key]=JSON.stringify(value)}catch(e){}},get:function(key,def){key=baseKey+":"+key;if(localStorage[key]===undefined)return def;try{var v=JSON.parse(localStorage[key]);return v==null?def:v}catch(err){return localStorage[key]||def}},remove:function(key){key=baseKey+":"+key;localStorage.removeItem(key)}}},{}],21:[function(require,module,exports){var $=require("jquery");var _=require("lodash");var events=require("./events");var buttons=[];function insertAt(parent,selector,index,element){var lastIndex=parent.children(selector).size();if(index<0){index=Math.max(0,lastIndex+1+index)}parent.append(element);if(index",{"class":"dropdown-menu",html:''});if(_.isString(dropdown)){$menu.append(dropdown)}else{var groups=_.map(dropdown,function(group){if(_.isArray(group))return group;else return[group]});_.each(groups,function(group){var $group=$("
",{"class":"buttons"});var sizeClass="size-"+group.length;_.each(group,function(btn){btn=_.defaults(btn||{},{text:"",className:"",onClick:defaultOnClick});var $btn=$("
+ + + + + + + + + + + + + + + + + + diff --git a/docs/normalize-data-to-create-meaningful-polygon-maps.html b/docs/normalize-data-to-create-meaningful-polygon-maps.html new file mode 100644 index 000000000..9cb97622d --- /dev/null +++ b/docs/normalize-data-to-create-meaningful-polygon-maps.html @@ -0,0 +1,394 @@ + + + + + + + + Normalize Data to Create Meaningful Polygon Maps | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Normalize Data to Create Meaningful Polygon Maps

+

By Jack Dougherty, last updated March 31, 2017

+

When preparing polygon maps, normalize your data to create more meaningful comparisons. Learn the difference between:

+
    +
  • **Raw data:** absolute values, such as the population of each US state (example: Connecticut population in 2015 = 3,590,886 people)
  • +
  • **Normalized data:** represented on a standard scale (also known as standardized data), such as the population density of each US state (example: Connecticut 2015 population density = 3,590,886 people / 4,482 square miles = 742 people per square mile, equivalent to 1,922 people per square kilometer)
  • +
+

The difference between raw versus normalized data matters, especially in polygon maps. For example, the US states of Connecticut and Iowa have similar populations of about 3 million people each. But the rural midwestern state of Iowa has a much larger land area of over 55,000 square miles, while the more urbanized eastern state of Connecticut has a smaller land area of around 4,000 square miles. We can display all of this data in a table (as show below), but when making a polygon map, it makes most sense to show a normalized value, such as population density.

+ ++++++ + + + + + + + + + + + + + + + + + + + + + + +
US StatePopulation 2015Land Area (in square miles)Density (pop per square mile)
Iowa3,123,89955,85756
Connecticut3,590,8864,842741
+

But raw data still matters, too. Although normalized data allows for easier comparisons across regions of different size, it can hide very low raw data values. For example, imagine two city neighborhoods with equally high unemployment rates of 20%, a normalized value. But if one neighborhood has a labor market population of 5,000 people while the other has only 500, the actual number of unemployed people in the second neighborhood is much smaller, as shown in the table below.

+ ++++++ + + + + + + + + + + + + + + + + + + + + + + +
NeighborhoodLabor Market PopulationUnemployment RateActual Unemployed People
First5,00020%1,000
Second50020%100
+
+

Different ways to normalize data

+

After you understand the basic concept, also think about different ways to normalize the same data. Your method depends on the type of data story you wish to emphasize. Look at the table excerpt below on US population and land area by state in 2015:

+
+Screenshot: US population and land area +

Screenshot: US population and land area

+
+

There are at two acceptable ways to normalize this raw data:

+
    +
  • Normalized by area: Population per square mile in each state (calculate = pop / square miles)
  • +
  • Normalized by total: Percent of total US population in each state (calculate = state pop / total US pop)
  • +
+

For example:

+ + + + + + + + + + + + + + + + + +
US StatePopulation 2015Land Area (sq. mi)Density (per square mile)
Connecticut3,590,8864,842741
+ +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/open-refine.html b/docs/open-refine.html new file mode 100644 index 000000000..5d9c09f64 --- /dev/null +++ b/docs/open-refine.html @@ -0,0 +1,295 @@ + + + + + + + + Clean Data with Open Refine | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Clean Data with Open Refine

+

TO DO show basic tutorial with Open Refine; link to Alvin Chang’s fabulous Open Refine tutorial in CT Mirror

+ +
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/peer.html b/docs/peer.html new file mode 100644 index 000000000..077e38395 --- /dev/null +++ b/docs/peer.html @@ -0,0 +1,297 @@ + + + + + + + + Peer Review Samples | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Peer Review Samples

+
    +
  • to do *
  • +
+ +
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/pie-line-area-google.html b/docs/pie-line-area-google.html new file mode 100644 index 000000000..85c00681f --- /dev/null +++ b/docs/pie-line-area-google.html @@ -0,0 +1,324 @@ + + + + + + + + Pie, Line, and Area Charts with Google Sheets | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Pie, Line, and Area Charts with Google Sheets

+

last updated February 12, 2017

+
+

Pie Chart

+

Best to show parts of a whole, but hard to estimate size of slices.

+

Try it – to come

+

Tutorial - to come

+
+
+

Line Chart

+

Best to show change over time with continuous data.

+

Try it: In this line chart, the level of chicken (shown in orange) rises steadily and surpasses beef (red) and pork (blue). Float your cursor over lines to view data details.

+

+ +View source data from USDA +

+

Tutorial:

+
    +
  • Begin by opening this link in a new tab: Google Sheet Line chart template
  • +
  • Follow most of the same steps in first tutorial above.
  • +
  • Format your data in a similar way as shown below. Each column is a data series, which displays as a separate color in the chart.
    Line chart data table
  • +
  • In the Chart Editor > Recommendations tab, choose Line chart, or see more options in Chart Types tab.
  • +
+
+
+

Stacked Area Chart

+

Best to show part-to-whole relationships that change over time.

+

Try it: to come

+

Tutorial: to come

+ +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/pivot-point-to-polygon.html b/docs/pivot-point-to-polygon.html new file mode 100644 index 000000000..22901d9f8 --- /dev/null +++ b/docs/pivot-point-to-polygon.html @@ -0,0 +1,323 @@ + + + + + + + + Pivot Address-Level Point Data into Polygon Data | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Pivot Address-Level Point Data into Polygon Data

+

By Jack Dougherty, last updated March 30, 2017

+

Problem: If I begin with address-level point data, how can I transform this into polygon map data?

+

One solution: In any spreadsheet, split your address data into separate columns (such as Street, City, State), then create a pivot table to aggregate rows into groups (such as the number of addresses in each City or State).

+

If your location data is combined into one column (example: 300 Summit St, Hartford CT), then see the Spreadsheets: Split Data Columns tutorial in this book.

+

Here’s an example using a long list of US hospitals from the Medicare open data repository, which is already split into separate columns: https://data.medicare.gov/Hospital-Compare/Hospital-General-Information/xubh-q36u

+
    +
  1. Open the link above, see columns of data (Address, City, State, etc.), and click the blue Export button to download in the CSV generic spreadsheet format.
  2. +
+
+Screenshot: Export US Hospital data into CSV format +

Screenshot: Export US Hospital data into CSV format

+
+
    +
  1. Open the file with any spreadsheet tool, and create a pivot table to count up the number of hospitals in each state. For help, see the Pivot Table tutorial in this book.
  2. +
+
+Screenshot: Pivot Table of US Hospitals by State +

Screenshot: Pivot Table of US Hospitals by State

+
+
    +
  1. Now you can copy and paste the pivot table raw data of hospitals by US states. See the Normalize Data tutorial and also the Edit and Join Spreadsheet with Polygon Map using Mapshaper tutorial in this book.
  2. +
+
+

Other Solutions

+ + +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/pivot.html b/docs/pivot.html new file mode 100644 index 000000000..77fbc7c77 --- /dev/null +++ b/docs/pivot.html @@ -0,0 +1,336 @@ + + + + + + + + Group Data with Pivot Tables | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Group Data with Pivot Tables

+

last updated March 16, 2017

+

Here’s a common problem: You open a large spreadsheet with many rows of data, such as a list of students. Your goal is to count students by categories, such as the number of students by each year of birth. What’s the most efficient way to do this?

+
+Screenshot: Long spreadsheet of student data +

Screenshot: Long spreadsheet of student data

+
+

A solution: Create a pivot table to aggregate (or group together) and summarize data in another spreadsheet tab.

+
+Screenshot: Pivot table of count by year of birth +

Screenshot: Pivot table of count by year of birth

+
+

While pivot tables may look different across spreadsheet tools, the concept is the same.

+
+

Video with step-by-step tutorial for Google Sheets

+ +
    +
  1. Click this link and Save to download to your computer: sample-students in CSV format. CSV means comma-separated values, a generic spreadsheet format that most tools can easily open.

  2. +
  3. Sign into Google Drive (requires free account) and drag-and-drop the sample CSV file to instantly upload. Before you do this, make sure your Settings (gear symbol) is set to Convert Uploads to Google Docs editor format (the default setting).

  4. +
  5. Shift-click to select all columns that you wish to pivot.

  6. +
  7. Select Data > Pivot Table…, which opens a new spreadsheet tab.

  8. +
  9. In Report Editor, select Rows > Add Field > Year to list all entries in order.

  10. +
  11. In Report Editor, select Values > Add Field > Year to summarize all values for each entry.

  12. +
  13. Change Summarize by SUM to Summarize by COUNTA (to count alphabetical or numerical entries), or COUNT (to count only numeric values).

  14. +
+
+
+

More Advanced Pivot Table with Google Sheets

+

In addition to grouping by rows, you can create more advanced pivot tables by grouping by columns and filtering results. For example, the pivot table shown below shows rows by birth year, columns by gender (blank, female, male, other), and filters results to show only 18 students from one country: US.

+
+Screenshot: Advanced pivot table by year of birth and gender for US +

Screenshot: Advanced pivot table by year of birth and gender for US

+
+
+
+

Learn More

+ + +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/public.html b/docs/public.html new file mode 100644 index 000000000..c7c6d8b6e --- /dev/null +++ b/docs/public.html @@ -0,0 +1,306 @@ + + + + + + + + Public or Private Data? | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Public or Private Data?

+

Many of the free web-based tools in this book require that your publicly share your data. Check each tool and decide whether it is appropriate for your data, which may have some privacy restrictions.

+

In some cases, individual data privacy is protected by law, but a government agency may aggregate (sort into larger groups) or anonymize (remove personally identifiable details) data to make it public. For example:

+
    +
  • Individual-level census data is private for about 70 years, but the US Census Bureau publicly releases anonymous data for aggregated areas (such as census blocks, tracts, towns, etc.)
  • +
  • Patient-level health records are private, but public health officials share town- and county-level health data.
  • +
  • Student-level education data is private, but school districts and state agencies publicly share grade-level and school-level data.
  • +
+

In other cases, individual data is not private. For example:

+
    +
  • When individuals contribute to political campaigns, most US and state laws require that the donor name, address, and amount is public data.
  • +
  • When an individual buys home in Connecticut, the owner’s name, address, purchase amount, and other details about the home are public data.
  • +
+ +
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/pull-request.html b/docs/pull-request.html new file mode 100644 index 000000000..17b18d212 --- /dev/null +++ b/docs/pull-request.html @@ -0,0 +1,423 @@ + + + + + + + + Pull Request to Merge Changes on GitHub | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Pull Request to Merge Changes on GitHub

+

By Jack Dougherty, last updated March 5, 2016

+

** TO DO ** - REWRITE this out-of-date page to focus solely on pull requests, branches, and merge changes

+

Sign up for a free GitHub account, a free multi-purpose tool that allows you to:

+
    +
  • View and fork a copy of open-source code from other users
  • +
  • Make simple edits to your code directly in the browser
  • +
  • Share your code and receive or suggest revisions to others
  • +
  • Host a live version of your web code with GitHub Pages
  • +
+

GitHub is free if you publicly share your work. Private accounts require a subscription.

+

This chapter shows the basic steps to use GitHub entirely in your browser, which works well for new users on nearly any computer (Mac, Windows, Chromebook, etc.) Intermediate users will want to read the next chapter with supplemental tools: GitHub Desktop and Atom editor. Advanced users may prefer to use GitHub command-line instructions, which are beyond the scope of this book.

+

TO DO: REWRITE directions below to point users to GitHub Desktop and Atom Editor for editing on personal computer

+

Newcomers can host their code on GitHub, and publish to the web using the GitHub Pages feature, by following step-by-step instructions or this YouTube video screencast.

+ +

This basic tutorial demonstrates how to work with GitHub entirely through the browser. More advanced GitHub users may download other free tools (such as GitHub for Mac or GitHub for Windows) or use other methods (such as the terminal command line) to work more efficiently.

+
    +
  1. Inside your free GitHub account, create a new repository (also known as a repo) to host your project’s code (such as an index.html file and more).
  2. +
+
+ + +
+
    +
  1. Enter a repository name and description and check the box to automatically add a README file. If desired, select an open-source license (such as MIT), and click the Create Repository button.
  2. +
+
+ + +
+
    +
  1. Your new repository automatically starts opens the “master” branch. Use the drop-down menu to create a new branch, and name it “gh-pages” (which is short for GitHub Pages), and press enter or return on your keyboard.
  2. +
+
+ + +
+

In this tutorial, we do all of our editing and testing work in the gh-pages branch, which automatically appears on the public web. When we’re done, we will pull a copy (or sync) our completed work to the master branch for safekeeping and open sharing.

+
    +
  1. To add ONE NEW FILE to the gh-pages branch, click the + button next to the repository name and enter the file name. For example, index.html is the default file name for most web projects.
  2. +
+
+ + +
+
    +
  1. Select the “soft wrap” option (which makes long code strings more readable), and paste code into the editor. In this example, I pasted HTML code that was generated by publishing an interactive chart from a Google Spreadsheet.
  2. +
+
+ + +
+
    +
  1. At the bottom, select the “commit” button (which means you are making a code change). Optionally, name and describe your commit, if you wish to track changes to your work.
  2. +
+
+ + +
+
    +
  1. Edit an existing file in the gh-pages branch by selecting its title. For example, select the README filename (which should have been automatically generated when you created the repository and the gh-pages branch). On the next screen, select the Edit button.
  2. +
+
+ + +
+
+ + +
+
    +
  1. When editing the README file, type a link to the live web version of this repository, so that visitors may easily click to view it. The GitHub generic public web address is a combination of your username and “.github.io/” and your repository name, like this: http://USERNAME.github.io/REPOSITORYNAME
  2. +
+

In my README file, I typically write it this way so that visitors know to click the link: View live demonstration site at http://JackDougherty.github.io/demo

+

Commit your change to the README file in the gh-pages branch by pressing the green button at the bottom of the editor page.

+
+ + +
+

Hint: If you named your file “index.html” then you don’t need to add anything else to the web address, because the site will automatically point to this default file. But if you entered a different file name, such as “sample.html”, then you need to add it to the web address in this way: http://Username.github.io/Repositoryname/sample.html

+
    +
  1. Select the repository name to go to the upper-most file in the gh-pages branch.

  2. +
  3. To view your live index.html code on the public web, click the link you created in your README file. (Hint: use the right-click feature to open in a new tab/window). Important: The very first time you create a gh-pages branch, it may take up to 10 minutes for its content to appear on the open web. Afterwards, when you add or edit files in this branch, they should appear nearly instantly on the web, though you may need to refresh your browser to view any changes you have made.

  4. +
+
+ + +
+
    +
  1. To add MULTIPLE FILES to the gh-pages branch, you could copy and paste each one individually as shown above, or choose one of these labor-saving options:
  2. +
+
+ + +
+

If a code template already exists somewhere on GitHub, “fork” a copy of the repository to your own account, create a gh-pages branch for the live web, and edit/modify the files as desired.

+

To sync and upload multiple files from your desktop to a GitHub repository, use the free GitHub for Mac or GitHub for Windows tool, which features a graphical user interface to do tasks above very easily. Advanced coders may use command-line instructions to upload and sync files to GitHub most efficiently.

+
    +
  1. To BACKUP and SHARE your work: After adding or editing files in the gh-pages branch, create a “pull request” (to merge files) to the master branch.
  2. +
+
+ + +
+
    +
  1. Use the drop-down menus to CAREFULLY select the direction of the merge in this TO-FROM format: TO master branch FROM gh-pages branch
  2. +
+
+ + +
+
    +
  1. Follow these steps to finish the pull request, which merges all content TO the master branch FROM gh-pages branch:
  2. +
+
    +
  • Create the pull request (select green button)
  • +
  • Give it a title (such as “updated index and ReadMe”)
  • +
  • Send pull request (green button)
  • +
  • Merge pull request (another green button)
  • +
  • Confirm merge (and another green button!)
  • +
  • Always double-check your repository branch names to do editing and live web testing in the gh-pages branch, then make sync a copy to public share in the master branch.
  • +
+

To embed an interactive data visualization from a GitHub Pages host site into a secondary website (such as an organization’s WordPress.org site), see the Embed iframe with WordPress tutorial in this book.

+

See my sample repositories, with links to live demo sites, at https://github.com/JackDougherty?tab=repositories. Learn more about GitHub general features to share and collaborate on other users’ public code repositories.

+

TO DO Reminder: GitHub allows users to create one fork of a repo to your account. To create a second copy, go to the repo of your first copy, click Settings, and rename it. But if you rename your repo, you also will need to change any links you created to its live version in the next section.

+
+ + +
+ +
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/rate.html b/docs/rate.html new file mode 100644 index 000000000..f11a74f02 --- /dev/null +++ b/docs/rate.html @@ -0,0 +1,336 @@ + + + + + + + + Rate Three Simple Map Tools | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Rate Three Simple Map Tools

+

last updated March 16, 2017

+

Let’s explore criteria from the previous chapter by comparing three different tools, and reflecting on which factors you feel are most important when making decisions about your toolkit. We’ll test three drag-and-drop tools to transform sample address data into a simple interactive point map.

+

Each tool can geocode address data by looking up a location (such as 500 Main Street, Hartford CT) in a large database, deciding on the best match, and converting this data into latitude and longitude coordinates (such as 41.762, -72.674).

+

For our sample data, we’ll use this table of 9 locations in North America, with 3 intentional mistakes to test for geocoding errors.

+
+Image: Sample address data screenshot +

Image: Sample address data screenshot

+
+

First, click this link and Save to download the sample file to your computer: sample-address-data in CSV format. CSV means comma-separated-values, a generic spreadsheet format that many tools can easily open. If you need help with downloading, see this short video tutorial.

+

Next, build a point map with the sample data, by following the tutorials for the three tools below.

+ + + + + + + + + + + + + + + + + + + + + +
ToolStep-by-step tutorial in this book
BatchGeoBatchGeo tutorial
Google My MapsMy Maps tutorial
Carto BuilderCarto tutorial
+

Finally, rate your experience using each tool with these selected criteria:

+
    +
  • Easy-to-learn: Which tool was the simplest for creating a basic point map?
  • +
  • Price: Which of these free tools provided the most services at no cost?
  • +
  • Customization: Which tool enabled you to modify the most details about your map?
  • +
  • Data Migration: Which tool most easily allowed you to import and export your data?
  • +
  • Error-friendly: Which tool geocoded most accurately or signaled possible errors?
  • +
+

Recommended: Enroll in our free online course LINK TO DO to compare your ratings to other students.

+ +
+ +
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/read.html b/docs/read.html new file mode 100644 index 000000000..52e19e5a9 --- /dev/null +++ b/docs/read.html @@ -0,0 +1,358 @@ + + + + + + + + How to Read and Comment | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

How to Read and Comment

+

last updated February 28, 2017

+

** TO DO: update section **

+

Data Visualization for All refers to both this open-access digital book and a free online course by the same name. We refer to them as “the book” and “the course.” TO DO: add link to course

+ + +
+

Use a second monitor

+

If you have a small screen, consider connecting a second monitor, or work next to a second computer or tablet. This allows you to view tutorials in one screen and build visualizations in the other screen.

+
+Image: Laptop with second monitor, and with tablet +

Image: Laptop with second monitor, and with tablet

+
+
+
+

Refresh browser

+

To view the most up-to-date content in your web browser, do a “hard refresh” to bypass any saved content in your browser cache. - Ctrl + F5 (most Windows-Linux browsers) - Command + Shift + R (Chrome or Firefox for Mac) - Shift + Reload button toolbar (Safari for Mac)

+
+
+

UPDATE Comment on any paragraph

+
    +
  • Requires a free account on GitHub http://github.com
  • +
  • Select text and click the plus symbol (+) in margin.
  • +
  • GitBook section headers and lists cannot accept comments.
  • +
  • View other comments in the margins, or all in Discussions.
  • +
  • Constructive criticism and suggestions are welcome.
  • +
+
+Animation: Comment on GitBook +

Animation: Comment on GitBook

+
+
+
+

UPDATE Suggest revisions on any page

+
    +
  • Click “Edit on GitHub” at top of any page, which opens new tab.
  • +
  • To view the code behind the page, click Raw button.
  • +
  • To suggest revisions, click Editor button (pencil symbol). Requires free GitHub account.
  • +
  • After entering revisions, scroll down to click Propose File Change.
  • +
  • On next screen, click Create Pull Request to submit proposed changes to the book owner.
  • +
  • On next screen, click Create Pull Request again to confirm.
  • +
  • The book owner will review your suggested revisions, and you will receive automatic notification on any changes.
  • +
+
+
+

Propose additional chapters

+
    +
  • Contact the authors with a summary of your proposed chapter.
  • +
  • On the book GitHub repository, fork a copy to your own GitHub account (requires free signup).
  • +
  • Create your proposed chapter following the book’s existing folder/file structure.
  • +
  • If accepted, the contributing author retains the copyright to their work but agrees to publish it under the Creative Commons BY-NC license. Authors do not receive royalties, but enjoy the eternal rewards of sharing knowledge.
  • +
+ +
+
+ +
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/scatter-bubble-google.html b/docs/scatter-bubble-google.html new file mode 100644 index 000000000..94efec668 --- /dev/null +++ b/docs/scatter-bubble-google.html @@ -0,0 +1,342 @@ + + + + + + + + Scatter and Bubble Charts with Google Sheets | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Scatter and Bubble Charts with Google Sheets

+

Last updated Spring 2017

+

Follow these tutorials to create different types scatter and bubble charts with Google Sheets

+
+

Scatter chart

+

Best to show relationships between two series of data. Also called an XY chart, because each point represents a coordinate value plotted along the horizontal x-axis and the vertical y-axis.

+

Try it: This scatter chart reveals a downward slope: nations with lower fertility also tend to have higher life expectancy. But remember that a data correlation does not necessarily show causation. Float your cursor over points to view data details. However, the Google Sheet scatter chart only displays static labels for each country, rather than interactive tooltips. See alternative tools below.

+

+ +View source data from World Bank +

+

Tutorial:

+
    +
  • Begin by opening this link in a new tab: Google Sheets Scatter chart with static data labels
  • +
  • Follow most of the same steps in first tutorial above.
  • +
  • Format your data in a similar way as shown below. The first column (life expectancy) is the x-axis data series, and the second column (fertility) is the y-axis data series. The third column consists of data labels (names of countries).
    Scatter chart table data
  • +
  • In the Chart Editor > Recommendations tab, choose Scatter chart, or see more options in Chart Types tab.
  • +
  • To display static labels for each point, click the upper-right charter corner for Advanced Editing tools > Customization tab, the scroll down to Series > Data labels > Custom, and press Update. Display static point labels
  • +
  • Since the Google Sheets scatter chart is not ideal, consider using the 3-column bubble chart below, or the Scatter Chart with Tableau Public tutorial in this book.
  • +
+
+
+

Bubble chart with 3 columns

+

Best to show the relationship between two series of data, similar to the scatter chart above, with labels in tooltips.

+

Try it: This bubble chart shows the same data as above on fertility and life expectancy. Float your cursor over each bubble to reveal a tooltip with the country name and the two data points.

+

+ +View source data from World Bank +

+

Tutorial: - Begin by opening this link a new tab: Google Sheets Bubble chart with 3 columns template - Format your data in a similar way as shown below, with three columns in this order: - A: label for each bubble - B: numeric data on horizontal x-axis - C: numeric data on vertical y-axis
Bubble chart with 3 columns data table - Follow most of the same steps in the first tutorial above. - In the Chart Editor, skip the Recommendation tab, select the Chart Types tab, then choose Bubble chart (near Scatter chart).
Bubble chart types menu - Labels will appear on each bubble by default. To hide labels initially, so that they appear only in the interactive tooltips when floating the cursor over data, customize your chart. Click the editing controls in the upper-right corner, scroll down to Series, and change Labels > Color > None.
Hide labels in Google Sheets bubble chart - Unfortunately, there is no easy way to reduce all bubbles to a uniformly smaller size. See the Google Sheets Bubble chart with 5 columns below, or create a Scatter Chart with Tableau Public in this book.

+
+
+

Bubble chart with 5 columns

+

Best to show the relationship between three or four series of data. Similar to a scatter chart, but with bubble size and color to represent additional variables.

+

Try it: This bubble chart shows fertility and life expectancy for a subset of the nations above, with population (shown by bubble size) and region (shown by bubble color). Float your cursor over bubbles to view data details.

+

+ +View data from World Bank +

+

** Tutorial ** - Begin by opening this link a new tab: Google Sheets Bubble chart with 5 columns template - Follow most of the same steps in the tutorials above. - Format your data in a similar way as shown below, with 5 columns in this order: - A: label for each bubble - B: numeric data on horizontal x-axis - C: numeric data on vertical y-axis - D: text data to represent bubble color (each category will appear as a new color, or leave blank to display all as one color)
+- E: numeric data to represent bubble size
Bubble chart with 5 columns data table - Labels will appear on each bubble by default. To hide labels in the default display (and show them only in the interactive tooltips when floating the cursor over data), see the 3-column bubble chart tutorial above.

+
+
+

Learn more

+

See additional chart types in this Google Sheets help page

+ +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/scatter-chart-tableau.html b/docs/scatter-chart-tableau.html new file mode 100644 index 000000000..197625349 --- /dev/null +++ b/docs/scatter-chart-tableau.html @@ -0,0 +1,351 @@ + + + + + + + + Create XY Scatter Chart with Tableau Public | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Create XY Scatter Chart with Tableau Public

+

last updated March 16, 2017

+

An interactive scatter chart shows the relationship between two variables by displaying a series of XY coordinates. Readers can float their cursor over points to view specific details. The chart below, which illustrates the strong relationship between Connecticut school district income and test scores, was created with the free downloadable tool for Mac and Windows, Tableau Public http://public.tableau.com.

+
+

Try it

+ +
+
+

Video with step-by-step tutorial

+ +
    +
  1. Read the Tableau Public tool review in this book, then download and install the free application on a Mac or Windows computer from http://public.tableau.com. Requires a free account.

  2. +
  3. Click the link and Save to download the sample file to your computer: ct-districts-income-grades-2009-13 in Excel format.

  4. +
  5. Open the sample file to view three columns: district, median household income, and grade levels (above/below national average for 6th grade Math and English test scores). The Notes tab explains how this data is based on the work of Sean Reardon et al. at the Stanford Education Data Archive, Motoko Rich et al. at The New York Times, Andrew Ba Tran at TrendCT, and the American Community Survey 2009-13 via Social Explorer.

  6. +
+

Hint: To prepare your own scatter chart data from different sources, see the Match Spreadsheet Columns with VLookup Function chapter in this book.

+
    +
  1. In Tableau Public, click Connect to import the data file from your computer. If you downloaded an Excel file, Connect to Excel. Or if you downloaded a CSV file, Connect to Text. Or click “More…” to connect to Google Sheets.

  2. +
  3. Drag the Data sheet into the Data Source field.

  4. +
  5. In bottom-left corner, below the “Go to Worksheet” reminder, click Sheet 1.

  6. +
  7. Welcome to the Tableau Public Worksheet. Although it may feel overwhelming at first, the key is learning where to drag items from the data tab into the main worksheet. Dimensions are any information that is qualitative or categorical, while measures are quantitative information about the dimensions.

  8. +
  9. Drag the Grade Levels measure into the Rows field.

  10. +
  11. Drag the Median Household Income measure into the Columns field. The initial chart will appear as one point, but that’s because all of the data is aggregated together. We’re not done yet.

  12. +
  13. Drag the District dimension into the lower portion of the Marks area. Now your scatter chart will appear, and float your cursor over each point to view details.

  14. +
  15. Click Sheet 1 to rename the title of your chart.

  16. +
  17. Click the Worksheet menu to Show Caption and type in data sources.

  18. +
  19. Recommended: Click the Standard menu (above Columns) to change view to Fit Width.

  20. +
+
+ + +
+
    +
  1. To publish your chart on the public web, select File > Save to Tableau Public As. Requires signup for a free Tableau account.

  2. +
  3. Give your workbook a meaningful title, since this name will appear in the URL for your published work on the Tableau Public server, and press Save.

  4. +
  5. After publishing your work on the web, Tableau Public will automatically open the web link in your default browser. Click Edit Details to enter more information. Under Toolbar settings, see checkbox to Allow your workbook and its data to be downloaded by others.

  6. +
+
+Screenshot: Toolbar settings in Tableau Public +

Screenshot: Toolbar settings in Tableau Public

+
+

Checking this box enables the Download button at the bottom of your published work, which allows users to access your data and workbook, to see how you constructed the visualization.

+
+Screenshot: Download button in Tableau Public +

Screenshot: Download button in Tableau Public

+
+
    +
  1. To insert your Tableau Public visualization in your own website, see the Embed On Your Web chapter of this book, and in particular, Embed Tableau Public on your Website.

  2. +
  3. To see all of your published visualizations, go to your Tableau Public online profile, which follows this format:

    +
    https://public.tableau.com/profile/USERNAME
    +

    Learn more

  4. +
+ + +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/scatter-chart-with-csv-data-in-highcharts-template.html b/docs/scatter-chart-with-csv-data-in-highcharts-template.html new file mode 100644 index 000000000..3a264cd91 --- /dev/null +++ b/docs/scatter-chart-with-csv-data-in-highcharts-template.html @@ -0,0 +1,308 @@ + + + + + + + + Scatter Chart with CSV Data in Highcharts Template | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Scatter Chart with CSV Data in Highcharts Template

+
+

Try it

+

You will begin this tutorial with a basic chart template that includes only 7 points

+

By the end of this tutorial, you will learn how to modify the chart and add a new CSV spreadsheet with over 160 points:

+
+
+

Tutorial

+
    +
  1. Right-click to open this GitHub code template in a new tab: https://github.com/JackDougherty/highcharts-scatter-csv

  2. +
  3. Go to the Fork and Edit a Highcharts Scatter Chart with GitHub tutorial in this book.

  4. +
+

TO DO: finish this

+ +
+
+ +
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/search_index.json b/docs/search_index.json new file mode 100644 index 000000000..3c4c28590 --- /dev/null +++ b/docs/search_index.json @@ -0,0 +1,86 @@ +[ +["index.html", "Data Visualization for All Introduction", " Data Visualization for All Jack Dougherty Ilya Ilyankou Introduction This textbook-in-progress was last updated on: 2019-01-27 All pages and links were revised in January 2019. Tell your data story with free and easy-to-learn tools. Data Visualization for All, an open-access textbook, shows how to design interactive charts and maps for your website. We begin with drag-and-drop tools and gradually work our way up to editing open-source code templates. This friendly introduction includes step-by-step tutorials, video screencasts, and real-world examples. Featured tools include Google Sheets, Tableau Public, Highcharts, Leaflet, GitHub, and more. About the authors and contributors from Trinity College, Hartford CT: Jack Dougherty, Ilya Ilyankou, Veronica X. Armendariz, Stacy Lam, and David Tatem. Read for free online (recommended) or download PDF/eBook editions (to come). Data Visualization for All is copyrighted by Jack Dougherty and Ilya Ilyankou and contributors and distributed under a Creative Commons BY-NC 4.0 International License. You may freely share and modify this content for non-commercial purposes, with a source credit to http://DataVizForAll.org. "], +["what.html", "What is Data Visualization?", " What is Data Visualization? last updated February 28, 2017 Data visualization is broadly defined as a method of encoding quantitative, relational, or spatial information into images. Classic examples include Charles Menard’s figurative map of Napoleon’s defeat and retreat during the Russian campaign of 1812, and John Snow’s dot map of cholera cases during the London epidemic of 1854. Images: Menard’s figurative map (left) and Snow’s dot map (right), from Wikimedia This free online introductory book focuses on selected topics in data visualization: Charts and maps Despite the growing variety of visualization types, this book features chapters on creating charts and maps, and a wide range of ways to communicate with these classic models. Reusable tools and templates: Unlike infographics created for one-time use, all of the tools and templates in this book are recyclable, and allow you to upload a new dataset to display your story. Free and easy-to-learn: We have selected data visualization tools that are free to use (or work on a freemium model, where advanced features or higher usage requires payment), and searched for those that we believe are easy-to-learn, based on our teaching experience with undergraduate students and non-profit community organizations. Interactive on the open web: Many books assume that you will deliver your data visualizations to in-person audiences on printed paper or presentation slides. But in this book, we show how to embed interactive charts and maps on your website, to share with the wider public. Storytelling: Data visualization is more than pretty pictures. In this book, the best visualizations are those that tell your data story – and pull readers’ attention to what really matters – by combining images and text, and offering exploration with explanation. Learn more Michael Friendly and Daniel J. Denis, “Milestones in the History of Thematic Cartography, Statistical Graphics, and Data Visualization,” 2001, http://www.datavis.ca/milestones/ Isabel Meirelles, Design for Information: An Introduction to the Histories, Theories, and Best Practices Behind Effective Information Visualizations (Rockport Publishers, 2013), http://isabelmeirelles.com/book-design-for-information/ Edward Tufte, The Visual Display of Quantitative Information (Graphics Press, 1983), and subsequent works at https://www.edwardtufte.com "], +["why.html", "Why this book?", " Why this book? last updated February 20, 2017 Data Visualization for All, an open-access online textbook, seeks to help you tell your story – and show your data – through the power of the public web. This open-access book reflects what I’ve learned while teaching data visualization to undergraduate students at Trinity College, and now to a global online class on the Trinity edX platform. Over the past few years, Trinity students and I have built interactive charts and maps in partnership with non-profit organizations in Hartford, Connecticut, to help them share their stories with data on the public web. Also, my students and colleagues have used these tools to create On The Line: How Schooling, Housing, and Civil Rights Shaped Hartford and its Suburbs, an open-access book-in-progress that features interactive historical maps of urban-suburban change. Students and colleagues who wrote tutorials, designed learning exercises, or developed code templates for Data Visualization for All are listed as authors and contributors. Although my outstanding colleagues have professional training, do not confuse them with me, the proverbial “Jack of all trades, master of none.” I do not consider myself an expert in data visualization, nor should anyone mistake me for a computer scientist or data scientist. Inspect my higher education transcripts and you’ll see only one computer science class (something called FORTRAN77 back in 1982), and not a single course in statistics, sadly. Instead, my desire to learn data visualization was driven by my need as an historian to tell stories about urban-suburban places and change over time. If you’ve ever watched me teach a class or deliver a presentation on these topics – always talking with my hands in the air – you’ll understand my primal need to create charts and maps. Stories become more persuasive when supported with data, especially well-crafted images that convey data relationships more clearly than words. Furthermore, these data stories become more powerful when we share them online, where they reach broader audiences who can interact with and evaluate our evidence. In the early 2000s, when I began to dabble in data visualization, our tools were expensive, not easy to learn, and not designed to share our stories on the public web. (One of my well-worn jokes is point to the bald spot on my head, and claim that it was caused while tearing out my hair in frustration while using ArcGIS.) But everything began to change around 2005 when Google Maps publicly released its application programming interface (API) that allowed people with some coding skills to show data points on an interactive web map. Gradually, between 2008-11, I began learning what was possible by working on map projects with talented programmers and geographers, such as Jean-Pierre Haeberly at Trinity, and Michael Howser at the University of Connecticut Libraries Map and Geographic Information Center (MAGIC, my favorite acronym), thanks to a grant from the National Endowment for the Humanities. Free and low-cost workshops sponsored by The Humanities and Technology Camp (THATCamp) at the Center for History and New Media at George Mason University, and Transparency Camp by the Sunlight Foundation, introduced me to many people (especially Mano Marks and Derek Eder) who demonstrated easier-to-use tools and templates, such as Google Fusion Tables and GitHub. Closer to home, Alvin Chang and other data journalists at the Connecticut Mirror showed me how to tell stories on the web with more flexible open-source tools, such as Leaflet and Highcharts. All of these data visualization lessons I learned have been so valuable – to me, my students, our community partners, and thousands of readers on the web – that my co-authors and I have agreed to share our knowledge with everyone, for free. This open-access book is guided by the principle of democratization of knowledge for the public good, hence the book’s title: Data Visualization for All. Not everyone can afford to make this choice, I realize. But the mission of Trinity College is to engage, connect, and transform, with both our local city of Hartford and the world at large. Since Trinity already pays my salary as a tenured professor, the right thing to do with the knowledge my students and I have gained is to pay it forward. That’s why we created Data Visualization for All. If this free book is valuable for your education, then join us by sharing and supporting it for future readers: - Tell your friends about the book and share the link via social media, text, or email - Improve the book by adding comments or suggesting new chapters on our GitBook platform Try out the tutorials, explore the online examples, share what you’ve learned with others, and dream about better ways to tell your data stories. "], +["authors.html", "Authors and Contributors", " Authors and Contributors UPDATE THIS: Contributors to Data Visualization for All are credited in the byline to specific pages they authored (or co-authored), hold the copyright to those pages (jointly if co-authored), and have agreed to freely share the work as an open-access book. Data Visualization for All is copyrighted by Jack Dougherty and contributors and distributed under a Creative Commons BY-NC 4.0 International License. You may freely share and modify this content for non-commercial purposes, with a source credit to: http://DataVizForAll.org Co-Authors About Us Jack Dougherty is Professor of Educational Studies at Trinity College in Hartford, Connecticut. He and his DataViz students partner with community organizations to help tell their data stories on the web. Follow him on Twitter and on GitHub. Ilya Ilyankou is completing a double major in Computer Science and Studio Arts in the Class of 2018 at Trinity College. He developed Leaflet and Highcharts code templates for this book. Follow ilyankou on GitHub. Contributors Veronica X. Armendariz earned her bachelor’s degree in Educational Studies in 2016 from Trinity College, where she also served as a teaching assistant for the DataViz internship seminar. She contributed tutorials for this book. Stacy Lam is a co-instructor for the Data Visualization for All online course at Trinity College, where she is a prospective Engineering major in the Class of 2019. She contributed to chapters for this book. David Tatem is a co-instructor for the Data Visualization for All online course at Trinity College, where he is an Instructional Technologist who specializes in the Social Sciences. He contributed to chapters for this book. Funding for student contributions to this book was generously provided by the Community Learning Initiative and Information Technology Services at Trinity College in Hartford, Connecticut. Live videos were produced with Trinity College Information Technology staff and friends: Angie Wolf, Sean Donnelly, Ron Perkins, Samuel Oyebefun, Phil Duffy, and Christopher Brown. Trademarks Any use of a trademarked name without a trademark symbol is for readability purposes only. We have no intention of infringing on the trademark. BatchGeo is a registered trademark of BatchGeo, LLC CARTO is a registered trademark of CartoDB, Inc. GitBook is a registered trademark of FriendCode, Inc. GitHub and the GitHub logo are registered trademarks of GitHub, Inc. Google and the Google logo are registered trademarks of Google Inc. Highcharts is a registered trademark of Highsoft, Norway Social Explorer is a registered trademark of Social Explorer, Inc. WordPress is a registered trademark of the WordPress Foundation Disclaimer The information is this book is provided without warranty. The lead author, contributors, and publisher have neither liability nor responsibility to any person or entity related to any loss or damages arising from the information contained in this book. "], +["read.html", "How to Read and Comment", " How to Read and Comment last updated February 28, 2017 ** TO DO: update section ** Data Visualization for All refers to both this open-access digital book and a free online course by the same name. We refer to them as “the book” and “the course.” TO DO: add link to course Recommended: Read the online edition We designed the book to be read online, in any modern web browser, on desktops, laptops, or mobile devices. The online edition features interactive charts and maps that you can explore, and video tutorials that you can view at your own pace. If desired, readers can freely download any of the ebook editions–but these do not include the interactive features in the online web edition. Learn more about how GitBook works and publish your own book. Open links in new tabs Keep your place when reading online and moving between pages. - Two-finger trackpad click - or Control + click (Mac) - or Alt + click (Chromebook) - or right-click (Windows and others) Screenshot: Open link in new tab (on Mac) Use a second monitor If you have a small screen, consider connecting a second monitor, or work next to a second computer or tablet. This allows you to view tutorials in one screen and build visualizations in the other screen. Image: Laptop with second monitor, and with tablet Refresh browser To view the most up-to-date content in your web browser, do a “hard refresh” to bypass any saved content in your browser cache. - Ctrl + F5 (most Windows-Linux browsers) - Command + Shift + R (Chrome or Firefox for Mac) - Shift + Reload button toolbar (Safari for Mac) UPDATE Comment on any paragraph Requires a free account on GitHub http://github.com Select text and click the plus symbol (+) in margin. GitBook section headers and lists cannot accept comments. View other comments in the margins, or all in Discussions. Constructive criticism and suggestions are welcome. Animation: Comment on GitBook UPDATE Suggest revisions on any page Click “Edit on GitHub” at top of any page, which opens new tab. To view the code behind the page, click Raw button. To suggest revisions, click Editor button (pencil symbol). Requires free GitHub account. After entering revisions, scroll down to click Propose File Change. On next screen, click Create Pull Request to submit proposed changes to the book owner. On next screen, click Create Pull Request again to confirm. The book owner will review your suggested revisions, and you will receive automatic notification on any changes. Propose additional chapters Contact the authors with a summary of your proposed chapter. On the book GitHub repository, fork a copy to your own GitHub account (requires free signup). Create your proposed chapter following the book’s existing folder/file structure. If accepted, the contributing author retains the copyright to their work but agrees to publish it under the Creative Commons BY-NC license. Authors do not receive royalties, but enjoy the eternal rewards of sharing knowledge. "], +["choose.html", "Choose Tools to Tell Your Data Story", " Choose Tools to Tell Your Data Story by Jack Dougherty with Stacy Lam and David Tatem, last updated February 10, 2017 Do you feel overwhelmed by the enormous range of data visualization tools? There’s been so many different tools released in recent years that anyone would have a hard time deciding which ones to use. Even if you limit your choices to the dozen or so tools specifically mentioned in this book, how do you make wise decisions? Draw and Write Your Data Story reminds us to start with the most important item in your toolkit: your story. Begin by drawing pictures and writing questions or sentences to capture your ideas on paper, and then choose the most appropriate tools to create your vision. Ask Questions When Choosing Tools lists several criteria to consider when making software decisions. Many of us look for free or affordable tools in the perfect sweet spot—easy-to-learn, yet powerful—and that’s the focus of this book. Rate Three Simple Map Tools invites readers to create a basic interactive point map using three different online tools, and to evaluate each one using selected criteria from the chapter above. Enroll in our free online course TO DO add link, which introduces these topics in the brief video below, and offers more exercises and opportunities to interact with instructors and other learners. Watch the YouTube Video "], +["draw.html", "Draw and Write Your Data Story", " Draw and Write Your Data Story last updated February 20, 2017 Before you dive deeply into software, think about the most important item in your toolkit: your story. The primary reason we’re designing visualizations is to improve how we communicate our data story to other people, so let’s begin there. Push away the computer and pick up some old-school tools: colored markers or pencils lots of blank paper your imagination First, at the top of the page, write down your data story. Is it in the form of a question? If so, figure out how to pose the question. Or maybe it’s in the form of an answer to that question? If so, spell out your clearest statement. If you’re lucky, perhaps you already can envision a full story, with a beginning, middle, and end. Whatever form it takes in your head, write out the words that come to mind. Further down the page (or on a separate sheet), draw quick pictures of the visualizations that comes to your mind, even if you don’t yet have any data. No artistic skills are required. Just use your imagination. - Do you envision some type of chart? Sketch a picture. - Or do you imagine some type of map? Show what it might look like. - Will your visualization be interactive? Insert arrows, buttons, whatever. Finally, share your data story with someone else and talk through your preliminary ideas. Does your sketch and sentences help to convey the broader idea that you’re trying to communicate? If so, this is one good sign that your data story is worth pursuing, with the visualization tools, templates, and techniques in other chapters of this book. "], +["ask.html", "Ask Questions When Choosing Tools", " Ask Questions When Choosing Tools last updated February 6, 2017 When each of us decides which digital tools best fit our needs, we often face trade-offs. On one hand, many of us prefer easy-to-learn tools, especially those with a drag-and-drop interface, but they often force us to settle for limited options. On the other hand, we also favor powerful tools that allow us to control and customize our work, yet most of these require higher-level coding skills. The goal of this book is to find the best of both worlds: that “sweet spot” where tools are both friendly and flexible. Diagram: the ‘sweet spot’ for easy-to-learn and powerful tools Before testing out new tools, try listing the criteria that guide your decision-making process. What are the most important factors that influence whether or not you add another item to your digital toolkit? Here’s the list that came to our minds: 1) Price: Is the tool free, or is there a “freemium” model to pay for more features or higher usage? 2) Easy-to-learn: Is the tool relatively simple for new users without coding skills? 3) Power: Does the tool support large amounts of data, and various types of visualizations? 4) Customization: Can I modify details about how my work appears? 5) Data Migration: Can I easily move my data in and out, in case I switch to a different tool? *** 6) Hosting:*** Can I decide exactly where my data and visualizations will be stored online? *** 7) Support:*** Is the tool actively maintained by its creators, and do they answer questions? *** 8) Open Source:*** Is the tool’s software visible, can it be modified, and redistributed? *** 9) Security:*** Is the tool and my data protected from malicious hackers and malware? *** 10) Collaborative:*** Does the tool allow several people to work together on one shared product? *** 11) Privacy:*** Under the terms of service, is my data and work private or public? *** 12) Error-friendly:*** When something fails, does the tool point out possible problems and solutions? *** 13) Cross-platform:*** Does this tool work across different computer operating systems? *** 14) Mobile-friendly:*** Will it correctly display my work on various mobile devices and browsers? That’s a long list! It’s even longer than the number of tools we’ll mention in this book. But don’t let it overwhelm you. The diagram at the top of the page illustrates the two most important criteria for the many free tools that are currently available: easy-to-learn and powerful features. Learn more about choosing tools Carl V. Lewis, Dataviz.tools: A curated guide to the best tools, resources and technologies for data visualization, http://dataviz.tools Lincoln Mullen, “How to Make Prudent Choices About Your Tools,” ProfHacker blog, Chronicle of Higher Education, August 14, 2013, http://www.chronicle.com/blogs/profhacker/how-to-make-prudent-choices-about-your-tools Lisa Charlotte Rost, “What I Learned Recreating One Chart Using 24 Tools,” Source, December 8, 2016, https://source.opennews.org/en-US/articles/what-i-learned-recreating-one-chart-using-24-tools/ Lisa Spiro and colleagues, DiRT: Digital Research Tools Directory (formerly Bamboo), http://dirtdirectory.org Audrey Watters, “‘The Audrey Test’: Or, What Should Every Techie Know About Education?,” Hack Education, March 17, 2012, http://hackeducation.com/2012/03/17/what-every-techie-should-know-about-education "], +["rate.html", "Rate Three Simple Map Tools", " Rate Three Simple Map Tools last updated March 16, 2017 Let’s explore criteria from the previous chapter by comparing three different tools, and reflecting on which factors you feel are most important when making decisions about your toolkit. We’ll test three drag-and-drop tools to transform sample address data into a simple interactive point map. Each tool can geocode address data by looking up a location (such as 500 Main Street, Hartford CT) in a large database, deciding on the best match, and converting this data into latitude and longitude coordinates (such as 41.762, -72.674). For our sample data, we’ll use this table of 9 locations in North America, with 3 intentional mistakes to test for geocoding errors. Image: Sample address data screenshot First, click this link and Save to download the sample file to your computer: sample-address-data in CSV format. CSV means comma-separated-values, a generic spreadsheet format that many tools can easily open. If you need help with downloading, see this short video tutorial. Next, build a point map with the sample data, by following the tutorials for the three tools below. Tool Step-by-step tutorial in this book BatchGeo BatchGeo tutorial Google My Maps My Maps tutorial Carto Builder Carto tutorial Finally, rate your experience using each tool with these selected criteria: Easy-to-learn: Which tool was the simplest for creating a basic point map? Price: Which of these free tools provided the most services at no cost? Customization: Which tool enabled you to modify the most details about your map? Data Migration: Which tool most easily allowed you to import and export your data? Error-friendly: Which tool geocoded most accurately or signaled possible errors? Recommended: Enroll in our free online course LINK TO DO to compare your ratings to other students. "], +["spreadsheet.html", "Improve Your Spreadsheet Skills", " Improve Your Spreadsheet Skills by Jack Dougherty, last updated March 1, 2017 Spreadsheets are wonderful tools to organize data into tables of rows and columns. With a spreadsheet, you can sort, filter, calculate, aggregate, and reorganize information to help you find the stories buried inside. Four common spreadsheet tools: Tool Features Google Sheets Free, online collaborative spreadsheet on Google Drive. Requires free account. Microsoft Excel Online Free online spreadsheet on Microsoft OneDrive. Requires free account. Cannot open CSV generic spreadsheet files. Microsoft Excel desktop Not free (US $100+) spreadsheet for Mac or Windows desktop, as part of Microsoft Office. LibreOffice Free, open-source alternative to Microsoft Office desktop. Donation requested during download. Which spreadsheet tool should you use? That depends on how you wish to share and store data for your project. If you are the only person working on a data project, use any spreadsheet tool. If you need to protect private data, avoid online tools and use any desktop spreadsheet. If you need to share live data with others, use Google Sheets. This introductory online book features Google Sheets because it’s a free and easy-to-learn tool for collaborating and sharing data with others. The basic spreadsheet methods shown here are very similar across all spreadsheet tools. But advanced users may need more complex tools to manage very large datasets, or relational databases, or to perform deeper analysis. If you’re new to spreadsheets or want to refresh your skills, see the following chapters: Upload and Convert to Google Sheets Make a Copy with Google Sheets Share with Google Sheets Save as CSV or ODS Format Sort and Filter Data Calculate with Formulas Group Data with Pivot Tables Match Data with VLookup Collect and Share Survey Data with Google Forms Enroll in our free online course] which offers more spreadsheet exercises and opportunities to interact with instructors and other learners. "], +["upload.html", "Upload Files and Convert to Google Sheets", " Upload Files and Convert to Google Sheets last updated March 2, 2017 Google Drive can convert many file types into Google Sheets format: Microsoft Excel (.xls and .xlsx) OpenDocument Spreadsheet (.ods) Comma-separated values (.csv) Tab-separated values (.tab) Text files (.txt) into Google Sheets format Tutorial Sign in to your free Google Drive account (http://drive.google.com) To convert files into Google Sheets format, open the Settings (upper-right gear symbol), and check the box to Convert uploaded files to Google Docs. Screenshot: Check the box to Convert uploaded files to Google Docs format To upload your file, use the New > File Upload menu OR drag-and-drop it into your Google Drive screen. Screenshot: New > File upload OR Drag-and-drop the file When your file is successfully converted, the Google Sheets icon will appear. Recommended: Right-click to rename the file and remove the old extension (.xlsx or .csv or other), since it is no longer in this old format. Screenshot: Right-click the Google Sheets icon to remove old file extension Google Drive files that display different icons have not been converted into Google Sheets format. Screenshot: Spreadsheet format icons in Google Drive Beware: A different way to convert spreadsheets into Google Sheets format is the File > Import menu, but this creates two files in your Google Drive (such as data and data.csv), which is confusing. "], +["copy.html", "Make a Copy with Google Sheets", " Make a Copy with Google Sheets last updated March 17, 2017 In this book, you will open links to Google Sheets that allow you to view – but not edit – the contents. How can you quickly make your own version that you can edit? Screenshot: View-only in Google Sheets Best solution Sign in to your Google account in the upper-right corner. Requires a free account. Go to File > Make a Copy to save a duplicate of the spreadsheet to your Google Drive. By default, your copy will be private to you. Go to the Share Data with Google Sheets chapter in this book to allow others to view, comment, or edit your spreadsheet. Highly recommended: Create folders in your Google Drive to keep your files organized and easily findable. Screenshot: Sign in and File > Make a Copy in Google Sheets Alternate solution Another option is to File > Download As into a different format, such as: - Microsoft Excel (.xlsx) - OpenData System (.ods), a generic multi-tab spreadsheet - Comma-separated values (.csv), a generic single sheet No Google account is required. "], +["share.html", "Share Data with Google Sheets", " Share Data with Google Sheets last updated March 1, 2017 To share live spreadsheet data with other people, use Google Sheets (https://www.google.com/sheets/about/). Requires a free Google Drive account. Video with step-by-step tutorial Sign in to your Google Drive (http://drive.google.com), and in the New menu, select Google Sheets. New spreadsheets are private by default. Only the owner can view and edit. To open your spreadsheet to others, click the blue Share button. To share data with specific individuals, enter their Google usernames. Or, to share data more widely, click the Advanced button on the next screen. (I wish Google made this button larger!) Click the Change button and decide on Link Sharing settings: Public on the web (anyone can find your data) Anyone with the link (similar to an unlisted phone number) Off (only specific people you list by Google usernames) Below those settings, select the Access level: - Can view - Can comment - Can edit (for co-authored data) Select Save, and scroll down on the next screen to select Done. **Tip:** To avoid sending a long Google Sheets link to others, use a free link-shortening service such as Bit.ly (http://bit.ly). Requires a free account. Learn more “Share Files from Google Drive,” Google help page, https://support.google.com/docs/answer/2494822 Jack Dougherty, “How to Co-Author and Peer Edit with Google Docs,” Web Writing: How and Why for Liberal Arts Teaching and Learning, (2015), http://epress.trincoll.edu/webwriting/chapter/how-to-google-docs "], +["csv.html", "Save Spreadsheets in CSV or ODS", " Save Spreadsheets in CSV or ODS last updated March 2, 2017* To transfer spreadsheet data to another platform, or import it into a visualization tool, you may need to convert your file into a different format. Consider two options: Comma-separated values (.csv) to transfer only one sheet of data, with no formulas or formatting, into a wide range of spreadsheet and visualization tools OpenDocument Spreadsheet (.ods) to transfer multiple sheets, with basic formulas and formatting, into many spreadsheet tools (Excel, Google Sheets, LibreOffice) Convert to CSV or ODS with Google Sheets In the File > Download As menu, select either ODS (to convert a Google Sheets file with multiple tabs, formulas, and formatting) or CSV (to capture only the data in the current sheet). Screenshot: Download Google Sheets data in ODS or CSV format Convert to ODS with Microsoft Excel In the File > Save As menu, select ODS format. Screenshot: Save as ODS with Excel for Mac Convert to CSV with Microsoft Excel Note that CSV format will save only the first sheet of a multi-sheet Excel workbook. If you have source information or other data in other tabs, keep your original Excel file for backup purposes. You can give them parallel file names: data.csv data.xlsx In the Excel file, select the File > Save As menu, and select CSV format. Screenshot: Save as CSV in Excel for Mac Older versions of Excel may warn you that some features (such as formulas and formatting) will not be saved in a generic CSV data file. Be sure to keep a backup Excel version, then click Continue to save your data into CSV format. Screenshot: Older Excel warning before saving in CSV format In older versions of Excel, when you quit the application, another screen will ask if you wish to save the CSV file a second time. Don’t let Excel confuse you. If you have not made any changes to the Excel file since the step above, click Don’t Save, because you already saved the file in CSV format. Screenshot: Older Excel version: click Don’t Save "], +["sort.html", "Sort and Filter Data", " Sort and Filter Data last updated January 13, 2017 TO DO - write intro on the title concepts - when possible, start text by posing a common problem, and how this method can solve it - redo visuals: Google Sheets with better example - add Filter data Sort data by columns To sort data rows by a column, select the entire spreadsheet (top-left corner icon), then right-click or look for the sort menu. Be sure to select the entire sheet to avoid accidentally sorting one column without the adjacent ones. Filter data by columns TO DO "], +["calculate.html", "Calculate with Formulas and Functions", " Calculate with Formulas and Functions last updated March 16, 2016 TO DO - when possible, start text by posing a common problem, and how this method can solve it - redo visuals: Google Sheets with better examples - see other notes inserted below Simple formulas can save you lots of time. The big advantage of spreadsheet tools is the ability to insert simple formulas to calculate numbers, or combine columns of text, for entire rows and columns. Write a simple formula In most spreadsheets, begin writing a simple formula with an equal sign, and refer to specific cells and functions, such as: = A2 + B2 + C2 Write formulas with built-in functions TO DO rewrite to show how this is same as above = Sum(A2:C2) ** TO DO ** rewrite to show common numerical and textual functions = Average(A2:C2) Copy and paste, or drag formulas If you’ve inserted a formula into one row, how can you quickly do the same calculation across all rows? Spreadsheets can magically automate calculations across rows or columns. In most cases, you can copy and paste a formula into new cells. Sometimes you can click-and-drag the lower-right corner of a formula cell (which may appear as a cross-hair) to automate calculations. Copy and Paste > Special > Values to replace formulas with data After inserting calculations in a spreadsheet, sometimes dynamic formulas must be replaced with static data before the results can be visualized. One solution is to select and copy a column (or the entire sheet), then paste > special > values to replace the formula with numerical results. Remember that if you need to check or run the calculations again at a later point, click (or right-click) the tab to save a copy to the spreadsheet as a backup. Create a column of consecutive numbers To quickly create a column of consecutive numbers, such as unique ID numbers, in most spreadsheet tools: Insert the number 1 into a cell and press Return Click the cell and float the cursor over the bottom-right corner, where it will change into a cross-hair symbol On a Mac, hold down the Option key and drag the cross-hair down to create consecutive numbers TO DO insert equivalent commands for Windows, Chromebook "], +["pivot.html", "Group Data with Pivot Tables", " Group Data with Pivot Tables last updated March 16, 2017 Here’s a common problem: You open a large spreadsheet with many rows of data, such as a list of students. Your goal is to count students by categories, such as the number of students by each year of birth. What’s the most efficient way to do this? Screenshot: Long spreadsheet of student data A solution: Create a pivot table to aggregate (or group together) and summarize data in another spreadsheet tab. Screenshot: Pivot table of count by year of birth While pivot tables may look different across spreadsheet tools, the concept is the same. Video with step-by-step tutorial for Google Sheets Click this link and Save to download to your computer: sample-students in CSV format. CSV means comma-separated values, a generic spreadsheet format that most tools can easily open. Sign into Google Drive (requires free account) and drag-and-drop the sample CSV file to instantly upload. Before you do this, make sure your Settings (gear symbol) is set to Convert Uploads to Google Docs editor format (the default setting). Shift-click to select all columns that you wish to pivot. Select Data > Pivot Table…, which opens a new spreadsheet tab. In Report Editor, select Rows > Add Field > Year to list all entries in order. In Report Editor, select Values > Add Field > Year to summarize all values for each entry. Change Summarize by SUM to Summarize by COUNTA (to count alphabetical or numerical entries), or COUNT (to count only numeric values). More Advanced Pivot Table with Google Sheets In addition to grouping by rows, you can create more advanced pivot tables by grouping by columns and filtering results. For example, the pivot table shown below shows rows by birth year, columns by gender (blank, female, male, other), and filters results to show only 18 students from one country: US. Screenshot: Advanced pivot table by year of birth and gender for US Learn More Google, Create and Use Pivot Tables Help Page https://support.google.com/docs/answer/1272898 LibreOffice, Creating Pivot Tables Help Page https://help.libreoffice.org/Calc/Creating_Pivot_Tables Andrew Ba Tran, “Tutorial: How to Make Pivot Tables in Google Sheets,” TrendCT, September 4, 2015, http://trendct.org/2015/09/04/tutorial-how-to-make-pivot-tables-in-google-sheets "], +["vlookup.html", "Match Columns with VLOOKUP", " Match Columns with VLOOKUP last updated March 16, 2017 Here’s a common problem: Sheet 1 contains a long roster of students enrolled in our Data Visualization For All course, with a two-letter code for their nation. Sheet 2 contains the list of codes for each nation. How can we quickly match up this information in one sheet, so that each row contains the nation for each student? Screenshot: Problem - How to match columns in two sheets? One solution: Spreadsheets contain a VLOOKUP function, which “looks up” data across two or more vertical columns, and automatically fills in matching entries. This tutorial demonstrates how to set up this calculation in Google Sheets and Excel Screenshot: Solution - Use the VLookup function Video with step-by-step tutorial for Google Sheets Click this link and Save to download to your computer: sample-students-nations in .ODS format. ODS means OpenDocument System, a generic multi-tab format that most spreadsheet tools can easily open. To upload the downloaded file to Google Sheets, see the Upload Files and Convert tutorial in this book, and remember that Settings (gear symbol) must be set to Convert files to Google format. Or, open the file with Microsoft Excel or LibreOffice, and the directions below will be similar. In the students sheet, type “nation” as a column header into cell E1. Click in cell E2, start typing “=VLOOKUP” and the spreadsheet tool will suggest that you complete the formula in this format: VLOOKUP(search_key, range, index, [is_sorted]) search_key = the Sheet 1 cell we are trying to match range = the columns in Sheet 2 where matches may exist index = the column in the Sheet 2 range that contains the desired result, where 1 = first column, 2 = second column, etc. [is_sorted] = if the first column of the range is sorted, enter “true” to find the closest match; otherwise enter “false” to return exact matches only You can type in the formula, or fill it out by clicking on cells, columns, and sheets as shown in the video above. "], +["forms.html", "Collect and Share Data with Google Forms", " Collect and Share Data with Google Forms TO DO write simple tutorial for Google Forms and explain how to share the spreadsheet; also mention other web form services "], +["find.html", "Find and Know Your Data", " Find and Know Your Data by Jack Dougherty, last updated March 1, 2017 Searching for Open Data Increasing numbers of governmental agencies and non-profit organizations are publicly sharing open data on the web. When starting a new data visualization project, ask yourself these questions: Do I have the most relevant data for my project? Is it the most current data, in the most user-friendly format? Is data available at the individual level, or aggregated into larger groups? Which organizations might have collected data for my topic? Which open data repositories might have published this data? What features do open repositories offer? View and export: At minimum, most open data repositories allow users to view their data and export it into common spreadsheet formats. Some also provide geographical boundaries for polygon maps. Built-in visualization tools: Some repositories offer built-in tools for users to create interactive charts or maps on the platform site. Some also provide code snippets for users to embed these built-in visualizations into their own websites. Static and Live data: Most repositories offer static datasets for a specific time period, but some also provide “live” data that is continuously updated. Application Programming Interface (APIs): Some repositories provide endpoints with code instructions that allow users to pull data directly from the platform into an external sites or online visualization, which is ideal for continuously updated data. Know Your Data Before starting to create charts or maps, get to know your data. Where did it come from? Who compiled the data, and for what purpose? What do the data labels really mean? Ask yourself: Am I working with the most recent version, in the best available format? TO DO add resource https://github.com/Quartz/bad-data-guide open data inception 1600+ sites portal http://opendatainception.io/ Know your data: go out into the field to directly observe how the original data is measured and collected https://www.opendatanetwork.com/ Closely examine your data files to understand their meaning, sources of origin, and limitations. TO DO expand on this theme with examples of bad and misleading data Always ask: Am I using the best available data? Compare the HFS list to the City of Hartford’s current list of food establishments: https://data.hartford.gov/browse go to Public Health Category click on the “dataset” version (updated 10 Feb 2016), which is same data but different view than the “map” version click on light blue “export” button into any format you wish to compare with the HFS list (see screenshot) decide which list is best for your organization’s goal "], +["census.html", "US and Census Bureau Open Data", " US and Census Bureau Open Data last updated March 1, 2017 The U.S. Census Bureau (http://census.gov) collects and shares population, housing, and economic data on its open repositories. - American FactFinder (http://factfinder.census.gov) provides quick facts for a specific location, or links to download more detailed datasets - The Decennial Census is a full count of the population every ten years, most recently in 2010. - The American Community Survey (ACS) (https://www.census.gov/programs-surveys/acs/) is annual sample count, which produces: - 1-year estimates for areas with populations of 65,000+ - 3-year estimates for areas with populations of 20,000+ - 5-year estimates for all census areas Census areas are geographic divisions in this general format: - State - County - County subdivisions (equivalent to Connecticut towns and cities) - Census tracts (designated areas, roughly 2,500 to 8,000 people) - Block groups (sub-unit of tract, roughly 600 to 3,000 people) - Census blocks (sub-unit of block group, but not always a city block) Common census areas, as shown in American FactFinder download tool. TO DO Create interactive map of hierarchical census areas in the Hartford region, with buttons to display colors as panes with z-levels Learn more: Explore this visual interactive of US Census geographic areas and definitions (http://www.census.gov/geo/reference/webatlas/) See also in this book: Geocode addresses with the US Census Geocoder Social Explorer public version (http://socialexplorer.com) is another reputable source for census and related demographic data, past and present. The platform allows users to create data maps that may be exported as static images or presentation slides. Several academic institutions subscribe to the professional version with additional features. TO DO create tutorial on how to cleanly download census data from Social Explorer and Census.gov to join with geography, especially census tract numbers Data.gov (https://www.data.gov/) is the official open data repository for US federal government agencies, managed by the US General Services Administration, and powered by an open-source CKAN and WordPress platform. National Center for Education Statistics (NCES) (http://nces.ed.gov/) is the primary federal agency for collecting and reporting education data. - Elementary/Secondary Information System (ELSi) (http://nces.ed.gov/ccd/elsi) - create custom tables and charts from the Common Core of Data (CCD) and Private School Survey Boundaries ** TO DO ** - link and source files and scale - http://mapstarter.com/ "], +["source.html", "Source Your Data Files", " Source Your Data Files last updated March 1, 2017 Source your data. Spell out exactly where it came from, so that someone other than you, several years in the future, could understand its origin. Label the file name Everyone has seen examples of bad file names: - data.xls - bldgdatalist.csv - data77.xls Write a short but meaningful file name. If different versions of the data are floating around, add the current date at the end, in YYYY-MM-DD format, perhaps like this: - town-demographics-2016-03-08.xls Save source data in separate sheet If you have doubts when cleaning up columns, click (or right-click) on the spreadsheet tab to copy the sheet to another tab as a backup, to avoid destroying any data. Add a source tab, after the data, with notes to remind you and others about its origins and when it was last updated. ** TO DO ** Source your data - explain that data cannot be copyrighted, but representations of data can be - open-source and creative commons - credit sources and collaborators on dataviz products and readme files - Whose perspectives does your data privilege? Whose stories remain untold? "], +["public.html", "Public or Private Data?", " Public or Private Data? Many of the free web-based tools in this book require that your publicly share your data. Check each tool and decide whether it is appropriate for your data, which may have some privacy restrictions. In some cases, individual data privacy is protected by law, but a government agency may aggregate (sort into larger groups) or anonymize (remove personally identifiable details) data to make it public. For example: Individual-level census data is private for about 70 years, but the US Census Bureau publicly releases anonymous data for aggregated areas (such as census blocks, tracts, towns, etc.) Patient-level health records are private, but public health officials share town- and county-level health data. Student-level education data is private, but school districts and state agencies publicly share grade-level and school-level data. In other cases, individual data is not private. For example: When individuals contribute to political campaigns, most US and state laws require that the donor name, address, and amount is public data. When an individual buys home in Connecticut, the owner’s name, address, purchase amount, and other details about the home are public data. "], +["know.html", "Know Your Data: Is It Good or Bad?", " Know Your Data: Is It Good or Bad? Before starting to create charts or maps, get to know your data. - Where did it come from? - Who compiled the data, and for what purpose? - What do the data labels really mean? - Ask yourself: Am I working with the most recent version, in the best available format? Closely examine your data files to understand their meaning, sources of origin, and limitations. TO DO expand on this theme with examples of bad and misleading data ** TO DO ** cite and explain this resource https://github.com/Quartz/bad-data-guide Dangers of using Excel https://www.washingtonpost.com/news/wonk/wp/2016/08/26/an-alarming-number-of-scientific-papers-contain-excel-errors/ "], +["ct.html", "Connecticut Open Data", " Connecticut Open Data last updated April 5, 2017 Since this book was created in Hartford, Connecticut, we include state and municipal open data repositories and boundary files. Connecticut Open Data (http://data.ct.gov), the official portal for state government agencies, is hosted on the Socrata platform, which offers built-in data visualization tools and APIs. See also how to create a filtered point map with Socrata in this book. See also separate repositories for individual state agencies: - Office of the State Comptroller (http://www.osc.ct.gov/openCT.html) - CT State Department of Education (http://www.sde.ct.gov/sde/cwp/view.asp?a=2758&q=334520) - Office of Policy and Management (http://ct.gov/opm/cwp/view.asp?a=3006&Q=383258&opmNav_GID=1386) - link to all CT state government agencies (http://portal.ct.gov/Department-and-Agencies/) Connecticut State Data Center (http://ctsdc.uconn.edu/), part of the U.S. Census Data Center Network, is the lead agency for US Census data and other socioeconomic data for Connecticut, and is based at the University of Connecticut Libraries. The site also features data visualizations created on the Tableau platform and provides population projections for the state of Connecticut. MAGIC: The Map and Geographic Information Center (http://magic.lib.uconn.edu), based at the University of Connecticut Libraries, specializes in providing geographic, aerial photography, and map images for the state, past and present. The site also features interactive maps. DataHaven (http://ctdatahaven.org/), a non-profit organization, collects and interprets information about Connecticut neighborhoods, such as its Community Wellbeing Survey. Data resources feature neighborhood profiles for densely-populated areas (New Haven and Hartford-West Hartford), and town profiles for other areas across the state. Connecticut Data Collaborative (http://ctdata.org) is a public-private partnership that advocates for open data access to drive planning, policy, budgeting and decision making in Connecticut at the state, regional and local levels. We democratize public data through custom data exploration tools and a dynamic town profile tool, hosted on the open-source CKAN platform. Users can find state and federal data on topics such as public health, education, crime, municipal data, and racial profiling data. Hartford Data (http://data.hartford.gov), the official portal of the City of Hartford municipal government, is hosted on the Socrata platform, which features built-in visualizations and APIs. See also how to create a filtered point map with Socrata in this book. Also, the Hartford Data site links to the City’s ArcGIS Online geographic data (http://gisdata.hartford.gov/) and the City’s financial data (http://checkbook.hartford.gov/) and budget (http://budget.hartford.gov/). In addition to the official repositories above, Connecticut news organizations that create data visualizations often include links to download data files. Connecticut Mirror / Trend CT (http://ctmirror.org/) and (http://trendct.org/) are publications of the Connecticut News Project, an independent, nonpartisan, nonprofit organization that focuses on state policy issues. Most of their data visualizations are built with open-source code, with publicly accessible data files. See also their GitHub repository (https://github.com/trendct). Hartford Courant Data Desk (http://www.courant.com/data-desk) produces digital visualizations for the Hartford Courant, the largest daily newspaper in Connecticut, owned by Tribune Publishing. Many of these data visualizations are published on the Tableau platform, which allows readers to download the underlying data. Boundaries Converted from shapefile WGS84 to GeoJSON format To download a GeoJSON file, right-click the link and Save to your computer If you accidentally open the GeoJSON code in your browser, select File > Save Web Page to download it To view or edit, drag files into http://geojson.io or http://mapshaper.org Learn more in the Transform Your Map Data chapter of this book Geography Year-Source-Size Right-click + Save to download GeoJSON CT outline 2010 Census UConn MAGIC WGS84 1:100,000 ct-outline.geojson CT counties 2010 Census UConn MAGIC WGS84 1:100,000 ct-counties.geojson CT towns 2010 Census UConn MAGIC WGS84 simplified to 224k ct-towns.geojson CT census tracts 2010 Census UConn MAGIC WGS84 1:100,000 ct-tracts-2010.geojson Hartford County outline 2010 Census UConn MAGIC WGS84 1:100,000 hartfordcounty-outline.geojson Hartford County towns 2010 Census UConn MAGIC WGS84 1:100,000 hartfordcounty-towns.geojson Hartford County tracts 2010 Census UConn MAGIC WGS84 1:100,000 hartfordcounty-tracts-2010.geojson Hartford outline 2010 Census UConn MAGIC WGS84 1:100,000 hartford-outline.geojson Hartford census tracts 2010 Census UConn MAGIC WGS84 1:100,000 hartford-tracts-2010.geojson Hartford neighborhoods 2015 Hartford Open Data 1:50,000 hartford-neighborhoods.geojson TO DO - add Capitol Region Council of Governments (CRCOG) http://www.crcog.org/ - add school districts (and clarify elementary-secondary) - add Capitol Region Education Council (CREC) http://www.crec.org/ - add school attendance areas from federal site - describe Freedom of Information Act (FOIA) data requests in Connecticut "], +["clean.html", "Clean Up Messy Data", " Clean Up Messy Data By Jack Dougherty, last updated April 2016 TO DO write a new intro to match content that I moved into subfolders http://trendct.org/2015/08/28/getting-rid-of-duplicate-rows-using-google-sheets/ Clean up data that contains stray commas, or mistyped entries Advanced clean up with Open Refine; see Alvin Chang’s CT Mirror guide http://trendct.org/2015/04/24/john-jonathan-and-johnny-how-to-merge-them-in-open-refine/ rethink formatting data see Jake Kara’s “Data Structure Whining” https://github.com/jakekara/publishing-data-for-journalists "], +["clean-spreadsheets.html", "Clean Data with Spreadsheets", " Clean Data with Spreadsheets last updated April 16, 2016 TO DO reorganize this to feature Google Sheets whenever possible, or Excel Online if needed Sometimes we receive a spreadsheet with problematic data that needs to be cleaned up before we can successfully upload it into a visualization tool. Find and Replace with a blank A common problem with census data is that geographic names contain unnecessary words. For example, when downloading Connecticut county subdivisions (towns), each row appears as: Andover town Ansonia town Ashford town Our goal is to remove the word “town” from each row, to produce a clean spreadsheet that we can match with other data, like this: Andover Ansonia Ashford Here’s one quick solution: In any spreadsheet tool, use the Find and Replace command to remove unwanted characters. Try it! Click this link and Save to download to your computer:find-replace-town-geonames in CSV format. This tutorial shows screens from Excel, but other tools are very similar. Open the Find and Replace command. In the Find field, type " town“, leaving a space before the word, since we wish to remove only that word when by itself. (Otherwise, we would accidentally remove the”town" in Newtown.) In the Replace field, leave it blank, to represent a blank space. Press the Replace All button. Since this sample file lists 169 towns, the screen will states that 169 instances of “town” have been replaced. Split one column into two with Excel One common problem is when multiple pieces of data appear in one column, and your goal is to split them into separate columns. If those data pieces are separated by commas (or similar punctuation), you might be able to fix this with a simple spreadsheet command: split text into columns. Try it! Click this link and Save to download to your computer: split-coordinate-pairs in CSV format, and open with Excel. (TO DO test with other spreadsheet tools) Select the data column you wish to split. Select Data > Split Text to Column In the wizard screen, select Delimited data and click next. In step 2 of the wizard screen, check the “comma” box, since this symbol divides the data column. Click next. In step 3 of the wizard screen, accept the default General format, and Finish. The coordinate pairs column is now split into two separate columns. Relabel the headers: longitude and latitude. Animated example from Excel for Windows (thanks @f3mlat): TO DO write directions to split a single address cell “300 Summit St, Hartford CT 06106” into separate columns for address, city, state, zip Combine separate data columns into one Another common data cleaning problem is when you receive address data in separate columns, like this: Street City State Zip 100 Main St Hartford CT 06106 But your data visualization tool requires you to combine all of this terms into one location column, like this: Location 100 Main St, Hartford, CT 06106 One easy solution is to write a simple spreadsheet formula to combine (or concatenate) terms, using ampersands (&) as connectors, and quotation marks around blank spaces as separators. For example, if a spreadsheet contained four columns, Address, City, State Zip (A-D), then in column E insert a new header named Location and a formula in this format: =A2 &" " & B2 &" " &C2 &" " &D2 TO DO - Confirm that Google Fusion Tables geocoder does not require commas between terms - Clarify what happens with zip code in the example above Convert Connecticut town names with CTNamecleaner In Connecticut, residents often list their village or neighborhood names in their address, but these do not necessarily match the official list of 169 Connecticut town governments (called county subdivisions by the US Census). For example, the Elmwood neighborhood is located in the town of West Hartford, and the Rockville village is located in the town of Vernon. To solve this problem, the data experts at TrendCT/CT Mirror have openly shared a wonderful tool to convert village/neighborhood names into official towns, called CTNamecleaner. Open CTNamecleaner with your browser at http://shiny.trendct.org/ctnamecleaner/ Upload a CSV generic spreadsheet. Learn more about CSV format in this book TO DO add link. Select the data column to be converted into town names, and download the results. Learn more about CTNamecleaner on GitHub, and view the underlying list of Connecticut place names in a public Google sheet. "], +["open-refine.html", "Clean Data with Open Refine", " Clean Data with Open Refine TO DO show basic tutorial with Open Refine; link to Alvin Chang’s fabulous Open Refine tutorial in CT Mirror "], +["ctnamecleaner.html", "Fix Connecticut Town Names with CTNamecleaner", " Fix Connecticut Town Names with CTNamecleaner last updated April 16, 2016 TO DO update this page; avoid duplication in main chapter text Here’s a wonderful data-cleaning tool that’s specific to Connecticut, but the idea (and open-source code from TrendCT/CT Mirror) may inspire others to create similar tools for other locations. In Connecticut, residents often list their village or neighborhood names in their address, but these do not necessarily match the official list of 169 Connecticut town governments (called county subdivisions by the US Census). For example, the Elmwood neighborhood is located in the town of West Hartford, and the Rockville village is located in the town of Vernon. To solve this problem, the data experts at TrendCT/CT Mirror have openly shared a wonderful tool to convert village/neighborhood names into official towns, called CTNamecleaner. Open CTNamecleaner with your browser at http://shiny.trendct.org/ctnamecleaner/ Upload a CSV generic spreadsheet. Learn more about CSV format in this book TO DO fix link Select the data column to be converted into town names, and download the results. Learn more about CTNamecleaner on GitHub, and view the underlying list of Connecticut place names in a public Google sheet. "], +["chart.html", "Chart Your Data", " Chart Your Data by Jack Dougherty, last updated March 21, 2017 Charts pull readers deeper into your story. Even if your data contains geographical information, sometimes a chart tells your story better than a map. But designing meaningful, interactive charts requires careful thought about how to communicate your data story with your audience. In this chapter, you will learn how to: Practice principles of chart design. Learn to identify good charts from bad ones. Choose a chart type that matches your story and data format, and follow tutorials in the table below. Beginners may start with easy-to-learn tools such as Google Sheets or Tableau Public, then move up to more powerful tools, such as Highcharts, which require you to Modify and Host Code Templates with GitHub or another web host. See also related chapters in this book: Draw and write your data story to capture your ideas on paper Improve spreadsheet skills, Find and know your data, and Clean your data Embed your interactive chart on your website Detect bias in data stories, including How to lie with charts Tell your data story, including its most meaningful insights and limitations Basic chart types Best use and tutorial chapters Grouped column or bar Best to compare categories side-by-side. Vertical columns, or horizontal bars for long labels. Easy tool: Google Sheets bar and column tutorialPower tool: Highcharts templates Separated column or bar Best to compare categories in separate clusters. Vertical columns, or horizontal bars for long labels.Easy tool: Google Sheets bar and column tutorialPower tool: Highcharts templates Stacked column or bar Best to compare sub-categories, or parts of a whole. Vertical columns, or horizontal bars for long labels.Easy tool: Google Sheets bar and column tutorialPower tool: Highcharts templates Histogram Best to show distribution of raw data, with number of values in each bucket.Easy tool: Google Sheets bar and column tutorialPower tool: Highcharts templates Pie chart Best to show parts of a whole, but hard to estimate size of slices.Easy tool: Google Sheets pie chart tutorialPower tool: Highcharts templates Line chart Best to show continuous data, such as change over time.Easy tool: Google Sheets line chart tutorialPower tool: Highcharts templates Filtered line chart Best to show multiple lines of continuous data, with on-off toggle buttons. Easy tool: Tableau Public filtered line chart tutorial Stacked area chart Best to show parts of a whole, with change over time. Easy tool: Google Sheets stacked area tutorialPower tool: Highcharts templates Scatter chart Best to show relationship between two sets of data. Also called an XY chart. Easy tool: Google Sheets scatter chart tutorial or Tableau Public scatter chart tutorialPower tool: Highcharts templates Bubble chart Best to show relationship between three or four sets of data, using bubble size and color.Easy tool: Google Sheets bubble chart tutorialPower tool: Highcharts templates For more advanced chart types and tutorials Google Sheets Chart types help page Tableau Public resources page Highcharts demo page "], +["chart-design.html", "Chart Design Principles", " Chart Design Principles last updated March 9, 2017 Spot the difference between good and bad charts, based on this compilation of design principles from leading experts, with citations listed below to learn more. Remember the most important principle: Find meaningful insights in your data, and create visualizations that help you tell these stories. All of the other details below are secondary. Before you begin, ask yourself: Do I really need a chart to tell this data story? Or would a table or text alone do a better job? Decide if the best way to communicate with your audience is with static charts (such as images printed on paper) or interactive charts (embedded in a website, with tooltip details and source links). Most of these principles apply to both types, but this book features tools and tutorials to create interactive charts. Understand basic chart vocabulary: title, labels, horizontal x-axis and vertical y-axis, data series, tooltip, source and credits. image to come Identify the chart type that best matches your story and data format. Draw visual comparisons that are easy for readers to understand, rather than confusing them (adapted from Gourley p. 19). image to come Do the math for your readers. Based on your data story, decide if you should show absolute numbers, percentages, or percent change (Wong pp. 23-25, 104-107). image and link to come Order categories logically—either alphabetically, by value, or sequentially—depending on your data story (Gourley, p. 19; Wong pp. 70-71). image to come For long labels, use horizontal bar charts instead of vertical column charts (Wong p. 66). image to come On bar and column charts, start the vertical y-axis at zero, and choose natural increments (Wong pp. 51-52). But line charts do not need to start at zero, and can focus on specific ranges. See also the How to Lie with Charts and Maps chapter in this book. image and link to come Beware of pie charts. Most readers cannot accurately estimate sizes of different slices. Consider other ways to show part-to-whole relationships, such as bar/column charts, or stacked bar/column charts (Few 2007, pp. 2-4; Wong p. 79). image to come If you choose to use a pie chart, then show no more than 5 slices, and places the largest slices closest to the top at 12 o’clock (Wong, pp. 74-75). image to come Words matter as much as pictures. Add meaningful titles, labels, and annotations to draw attention to your data story. Keep typography simple, and use bold type sparingly to highlight your key insights (Wong p. 32; Knaflic pp. 107, 111). image to come On static charts, label items directly when possible. (On interactive charts, designers may need to rely on tooltips and text.) Insert a legend in a logical place for readers (Wong, p. 56). Add source credits and bylines—with links to view data tables and details—to build credibility and accountability. Avoid “chart junk”–such as 3D perspective, shadows, and unnecessary ornaments—which distract readers from your data story. Never use 3D unless you are plotting three-dimensional data (Tufte p. to come, Wong p. 62, Knaflic p. 65). image to come De-clutter charts (Knaflic pp. 91-98, 130-135). Choose colors wisely. Use color to logically organize your data. Avoid random colors (Wong pp. 40, 44). Avoid bad combinations from opposite sides of color wheel, such as red/green or yellow/blue (Wong pp. 40, 44). Use contrast (such as color vs gray) to call attention to your data story (Knaflic pp. 87-88) image to come See also Map Design Principles and Tell Your Data Story chapters in this book. References Stephanie D. H. Evergreen, Effective Data Visualization: The Right Chart for the Right Data, (Los Angeles: SAGE Publications, Inc, 2016) Stephen Few, Now You See It: Simple Visualization Techniques for Quantitative Analysis, (Oakland, Calif: Analytics Press, 2009) Stephen Few, “Save the Pies for Dessert [critique of pie charts],” Visual Business Intelligence Newsletter, 2007, 1–14, http://www.perceptualedge.com/articles/visual_business_intelligence/save_the_pies_for_dessert.pdf Stephen Few, Show Me the Numbers: Designing Tables and Graphs to Enlighten, Second edition (Burlingame, CA: Analytics Press, 2012) Drew Gourley, How to Use Data Visualization to Win Over Your Audience, (Visage and Hubspot, June 2015), https://visage.co/content/data-viz-win-audience Cole Nussbaumer Knaflic, Storytelling with Data: A Data Visualization Guide for Business Professionals, (Hoboken, New Jersey: Wiley, 2015) Cole Nussbaumer Knalfic, “An Updated Post on Pies,” StoryTelling with Data, February 16, 2017, http://www.storytellingwithdata.com/blog/2017/1/10/an-updated-post-on-pies Wayne Lytle, Viz-O-Matic: The Dangers of Glitziness and Other Visualization Faux Pas, 1993 video shared on YouTube, https://www.youtube.com/watch?v=fP-7rhb-qMg Isabel Meirelles, Design for Information: An Introduction to the Histories, Theories, and Best Practices Behind Effective Information Visualizations (Rockport Publishers, 2013), http://isabelmeirelles.com/book-design-for-information/ Tableau, Visual Analysis Best Practices: A Guidebook, n.d., http://www.tableau.com/sites/default/files/media/whitepaper_visual-analysis-guidebook_0.pdf. Edward R. Tufte, Beautiful Evidence (Graphics Press, 2006) “WTF Visualizations: Visualizations That Make No Sense,” 2017, http://viz.wtf. xkcd, “University Website,” accessed February 12, 2017, https://xkcd.com/773/ Nathan Yau, “One Dataset, Visualized 25 Ways,” FlowingData, January 24, 2017, http://flowingdata.com/2017/01/24/one-dataset-visualized-25-ways/ Nathan Yau, “Best Data Visualization Projects of 2016,” FlowingData, December 29, 2016, http://flowingdata.com/2016/12/29/best-data-visualization-projects-of-2016/ "], +["chart-google-sheets.html", "Google Sheets Charts", " Google Sheets Charts last updated February 12, 2017 Use Google Sheets (http://sheets.google.com), an easy drag-and-drop tool, to create basic interactive charts that you can embed in your website. Tool Review Pros: Free and easy-to-learn tool on the collaborative Google Drive platform. Edit, share, and publish interactive charts from your data, all in one spreadsheet. Cons: Limited control over chart appearance. Scatter charts cannot show data in tooltips. Bubble charts cannot show small, uniform bubbles. Cannot cite or link to source data inside the chart. Cannot add annotations to highlight items inside charts. For more powerful tools that require more skills, see tutorials in this book on Tableau Public and Highcharts. Tutorials Follow the Google Sheet Chart tutorials in this book to create: - Column and Bar Charts - Grouped - Separated - Stacked - Histograms - Pie, Line and Area Charts - Scatter and Bubble Charts Learn more Google Sheet chart types help page "], +["column-bar-google.html", "Column and Bar Charts with Google Sheets", " Column and Bar Charts with Google Sheets last updated April 4, 2017 Follow these tutorials to create different types of column and bar charts with Google Sheets http://sheets.google.com on the Google Drive platform. Requires free account. Grouped Separated Stacked Histograms Grouped Column and Bar Charts Best to compare categories side-by-side. Vertical columns, or horizontal bars for long labels. Try it: This grouped column chart shows differences in obesity between men and women in each age bracket. Float your cursor over columns to view data details. View data from CDC and StateOfObesity.org Tutorial: Right-click to open link in new tab: Google Sheet Column chart with grouped data template Sign in to your Google Drive or sign up for a free account Select File > Make a Copy to save your own version to your Google Drive. Sign in to Google and File > Make a Copy To remove the current chart from your copy of the spreadsheet, select it and press the delete. Format your data in a similar way as shown below. Each row is a data series, which displays as a separate color in the chart. Grouped column chart data table Use your cursor to select only the data you wish to chart, then select Insert > Chart. Select data and Insert > Chart In the Chart Editor > Recommendations tab, choose your preferred Column chart (or horizontal Bar chart for longer labels), or see more options in Chart Types tab. Press the Insert button. See more options in Chart Types tab To customize title, labels, and more, click the editing controls in the upper-right corner. Customize with editing controls To make your data public, select the blue Share button > Advanced, then Change from Private to Public On the Web, with Anyone Can View. Screencast: Share your Google Sheet To embed your chart in another website, click the upper-right chart editing controls, select Publish Chart, select Embed, and press the Publish button. Copy the iframe code and see the Embed on Your Web chapter in this book. Reminder: Currently, there is no easy way to cite or link to your source data inside a Google Sheets chart. Instead, cite and link to your source data in the text of the web page, as shown in the example at the top. Separated Column and Bar Charts Best to compare categories in separate clusters. Vertical columns, or horizontal bars for long labels. Try it: This separated bar chart shows calorie counts of fast food items, separated by restaurant chains. The horizontal bar offers more space for longer labels. Float your cursor over bars to explore data details. View data from Starbucks and McDonalds ** Tutorial:** Right-click to open this link in a new tab: Google Sheet Column chart with separated data template Follow similar steps in the first tutorial above. Format your data in a similar way as shown below. Each column is a data series, which displays as a separate color in the chart. Bar chart data table In the Chart Editor > Recommendations tab, choose your preferred Bar chart, or see more options in Chart Types tab. Stacked Column and Bar Charts Best to compare sub-categories, or parts of a whole. Vertical columns, or horizontal bars for long labels. Try it: This stacked column chart compares the percentage of overweight residents across nations. Float your cursor over columns to view data details. View data from WHO and CDC Tutorial: Begin by opening this link in a new tab: Google Sheets Stacked column chart template Follow most of the same steps in first tutorial above. Format your data in a similar way as shown below. Each column is a data series, which displays as a separate color in the chart. Stacked column chart data table In the Chart Editor > Recommendations tab, choose Stacked column chart (or Stacked bar chart if you prefer a horizontal orientation), or see more options in Chart Types tab. Histograms Best to show the distribution of raw data, with number of values in each bucket. Typically displayed in vertical columns. Try it to come* Tutorial: to come * Format data into two columns data labels in the first column numeric values in second column "], +["pie-line-area-google.html", "Pie, Line, and Area Charts with Google Sheets", " Pie, Line, and Area Charts with Google Sheets last updated February 12, 2017 Pie Chart Best to show parts of a whole, but hard to estimate size of slices. Try it – to come Tutorial - to come Line Chart Best to show change over time with continuous data. Try it: In this line chart, the level of chicken (shown in orange) rises steadily and surpasses beef (red) and pork (blue). Float your cursor over lines to view data details. View source data from USDA Tutorial: Begin by opening this link in a new tab: Google Sheet Line chart template Follow most of the same steps in first tutorial above. Format your data in a similar way as shown below. Each column is a data series, which displays as a separate color in the chart. In the Chart Editor > Recommendations tab, choose Line chart, or see more options in Chart Types tab. Stacked Area Chart Best to show part-to-whole relationships that change over time. Try it: to come Tutorial: to come "], +["scatter-bubble-google.html", "Scatter and Bubble Charts with Google Sheets", " Scatter and Bubble Charts with Google Sheets Last updated Spring 2017 Follow these tutorials to create different types scatter and bubble charts with Google Sheets Scatter chart Best to show relationships between two series of data. Also called an XY chart, because each point represents a coordinate value plotted along the horizontal x-axis and the vertical y-axis. Try it: This scatter chart reveals a downward slope: nations with lower fertility also tend to have higher life expectancy. But remember that a data correlation does not necessarily show causation. Float your cursor over points to view data details. However, the Google Sheet scatter chart only displays static labels for each country, rather than interactive tooltips. See alternative tools below. View source data from World Bank Tutorial: Begin by opening this link in a new tab: Google Sheets Scatter chart with static data labels Follow most of the same steps in first tutorial above. Format your data in a similar way as shown below. The first column (life expectancy) is the x-axis data series, and the second column (fertility) is the y-axis data series. The third column consists of data labels (names of countries). In the Chart Editor > Recommendations tab, choose Scatter chart, or see more options in Chart Types tab. To display static labels for each point, click the upper-right charter corner for Advanced Editing tools > Customization tab, the scroll down to Series > Data labels > Custom, and press Update. Since the Google Sheets scatter chart is not ideal, consider using the 3-column bubble chart below, or the Scatter Chart with Tableau Public tutorial in this book. Bubble chart with 3 columns Best to show the relationship between two series of data, similar to the scatter chart above, with labels in tooltips. Try it: This bubble chart shows the same data as above on fertility and life expectancy. Float your cursor over each bubble to reveal a tooltip with the country name and the two data points. View source data from World Bank Tutorial: - Begin by opening this link a new tab: Google Sheets Bubble chart with 3 columns template - Format your data in a similar way as shown below, with three columns in this order: - A: label for each bubble - B: numeric data on horizontal x-axis - C: numeric data on vertical y-axis - Follow most of the same steps in the first tutorial above. - In the Chart Editor, skip the Recommendation tab, select the Chart Types tab, then choose Bubble chart (near Scatter chart). - Labels will appear on each bubble by default. To hide labels initially, so that they appear only in the interactive tooltips when floating the cursor over data, customize your chart. Click the editing controls in the upper-right corner, scroll down to Series, and change Labels > Color > None. - Unfortunately, there is no easy way to reduce all bubbles to a uniformly smaller size. See the Google Sheets Bubble chart with 5 columns below, or create a Scatter Chart with Tableau Public in this book. Bubble chart with 5 columns Best to show the relationship between three or four series of data. Similar to a scatter chart, but with bubble size and color to represent additional variables. Try it: This bubble chart shows fertility and life expectancy for a subset of the nations above, with population (shown by bubble size) and region (shown by bubble color). Float your cursor over bubbles to view data details. View data from World Bank ** Tutorial ** - Begin by opening this link a new tab: Google Sheets Bubble chart with 5 columns template - Follow most of the same steps in the tutorials above. - Format your data in a similar way as shown below, with 5 columns in this order: - A: label for each bubble - B: numeric data on horizontal x-axis - C: numeric data on vertical y-axis - D: text data to represent bubble color (each category will appear as a new color, or leave blank to display all as one color) - E: numeric data to represent bubble size - Labels will appear on each bubble by default. To hide labels in the default display (and show them only in the interactive tooltips when floating the cursor over data), see the 3-column bubble chart tutorial above. Learn more See additional chart types in this Google Sheets help page "], +["tableau-public.html", "Create Charts with Tableau Public", " Create Charts with Tableau Public last updated March 10, 2017 This book includes tutorials to create interactive charts with Tableau Public https://public.tableau.com. Free download requires email signup. Create an XY Scatter Chart with Tableau Public Create a Filtered Line Chart with Tableau Public Tool Review Pros Easy-to-learn tool for basic charts, with power to create more advanced visualizations Tableau Public (free version) includes most features found in Tableau Desktop (US $999+) Connect to multiple data formats: Text (CSV), Google Sheets, Excel, and more Combine multiple visualizations and tell stories with dashboard and story point features Cons Only available as a downloadable application for Mac or Windows New users may be overwhelmed by extensive options Saving your work online makes it public (hence the name Tableau Public) Limited support for maps below the nation or state levels Dependent upon Tableau web servers Learn more Embed Tableau Public on Your Website chapter in this book Tableau Public Resources, with how-to videos and sample data https://public.tableau.com/en-us/s/resources Tableau Public Support page https://www.tableau.com/support/public "], +["scatter-chart-tableau.html", "Create XY Scatter Chart with Tableau Public", " Create XY Scatter Chart with Tableau Public last updated March 16, 2017 An interactive scatter chart shows the relationship between two variables by displaying a series of XY coordinates. Readers can float their cursor over points to view specific details. The chart below, which illustrates the strong relationship between Connecticut school district income and test scores, was created with the free downloadable tool for Mac and Windows, Tableau Public http://public.tableau.com. Try it Video with step-by-step tutorial Read the Tableau Public tool review in this book, then download and install the free application on a Mac or Windows computer from http://public.tableau.com. Requires a free account. Click the link and Save to download the sample file to your computer: ct-districts-income-grades-2009-13 in Excel format. Open the sample file to view three columns: district, median household income, and grade levels (above/below national average for 6th grade Math and English test scores). The Notes tab explains how this data is based on the work of Sean Reardon et al. at the Stanford Education Data Archive, Motoko Rich et al. at The New York Times, Andrew Ba Tran at TrendCT, and the American Community Survey 2009-13 via Social Explorer. Hint: To prepare your own scatter chart data from different sources, see the Match Spreadsheet Columns with VLookup Function chapter in this book. In Tableau Public, click Connect to import the data file from your computer. If you downloaded an Excel file, Connect to Excel. Or if you downloaded a CSV file, Connect to Text. Or click “More…” to connect to Google Sheets. Drag the Data sheet into the Data Source field. In bottom-left corner, below the “Go to Worksheet” reminder, click Sheet 1. Welcome to the Tableau Public Worksheet. Although it may feel overwhelming at first, the key is learning where to drag items from the data tab into the main worksheet. Dimensions are any information that is qualitative or categorical, while measures are quantitative information about the dimensions. Drag the Grade Levels measure into the Rows field. Drag the Median Household Income measure into the Columns field. The initial chart will appear as one point, but that’s because all of the data is aggregated together. We’re not done yet. Drag the District dimension into the lower portion of the Marks area. Now your scatter chart will appear, and float your cursor over each point to view details. Click Sheet 1 to rename the title of your chart. Click the Worksheet menu to Show Caption and type in data sources. Recommended: Click the Standard menu (above Columns) to change view to Fit Width. To publish your chart on the public web, select File > Save to Tableau Public As. Requires signup for a free Tableau account. Give your workbook a meaningful title, since this name will appear in the URL for your published work on the Tableau Public server, and press Save. After publishing your work on the web, Tableau Public will automatically open the web link in your default browser. Click Edit Details to enter more information. Under Toolbar settings, see checkbox to Allow your workbook and its data to be downloaded by others. Screenshot: Toolbar settings in Tableau Public Checking this box enables the Download button at the bottom of your published work, which allows users to access your data and workbook, to see how you constructed the visualization. Screenshot: Download button in Tableau Public To insert your Tableau Public visualization in your own website, see the Embed On Your Web chapter of this book, and in particular, Embed Tableau Public on your Website. To see all of your published visualizations, go to your Tableau Public online profile, which follows this format: https://public.tableau.com/profile/USERNAME Learn more Combine multiple visualizations and tell stories with Tableau Public dashboard and story point features. See Tableau Public Resources, with how-to videos and sample data https://public.tableau.com/en-us/s/resources. "], +["filtered-line-chart-tableau.html", "Create Filtered Line Chart with Tableau Public", " Create Filtered Line Chart with Tableau Public by Veronica X. Armendariz and Jack Dougherty, last updated March 16, 2017 An interactive filtered line chart provides checkboxes to turn on/off selected data lines to make specific comparisons, since displaying all of the lines at once would be overwhelming. Readers can float their cursor over each line to identify the school name and data details. We created this tutorial to help a Hartford non-profit education advocacy group compare cohorts of student achievement levels over time across forty schools. You can create your own version with a free downloadable tool for Mac and Windows computers, Tableau Public https://public.tableau.com. Try it Or right-click the link to view full-size in a new tab Video with step-by-step tutorial Read the Tableau Public tool review in this book, then download and install the free application on a Mac or Windows computer from http://public.tableau.com. Requires a free account. Click link and Save file to download to your computer: sample-filtered-line-chart in CSV format. CSV means comma-separated values, a generic spreadsheet format that most data tools can easily open. Hint: When preparing your own spreadsheet, format your data so that Tableau Public can read it. For example, make sure that Year data is entered as “2007” instead of “1/1/2007”. Leave all blank spaces as-is so that Tableau automatically converts them to “null” values during the data import. In Tableau Public, click Connect to import the data file you downloaded to your computer. If you downloaded a CSV file, Connect to Text. Or if you downloaded an Excel file, Connect to Excel. Or click “More…” to connect to Google Sheets. Your data sheet should automatically appear in Tableau Public. Any blanks will automatically convert to “null.” In bottom-left corner, below the “Go to Worksheet” reminder, click Sheet 1. Welcome to the Tableau Public Worksheet. Although it may feel overwhelming at first, the key is learning where to drag-and-drop items from the data tab into the main worksheet. Dimensions are any information that is qualitative or categorical, while measures are quantitative information about the dimensions. In this example, we are creating a line chart with two dimensions (year and school) and one measure (scores). Drag-and-drop Year into the Column field. Drag-and-drop Schools into the Row field. Drag-and-drop Scores into the middle of the grid. Select Score (but not its drop-down menu), then go to the Analysis menu and turn off Aggregated Measures. We need to do this so that the numbers are displayed individually, and not aggregated by default. In the upper-right corner, go to the Show Me window. (If it is closed, then open it.) Then select Lines (continuous). Initially, each School row appears at its own chart. To blend all of them together into one master chart, drag School to the Marks window and drop it on the Color button. All of the School lines will appear in one chart, with identifying colors. To filter the line chart to display only selected items, go to the Marks window, select the School Cohort drop-down menu, and choose Filter. The Filter window should appear in the far-right side. (If necessary, close the Show Me window to view the Filter window.) Select only a few schools to display by default. Since users can identify schools by turning them on in the Filter window, or floating their cursors to view tooltips for each line, we do not need to show the color legend for each school. In bottom-right School window, select the drop-down menu and choose Hide Card. Confirm or enter text for the axes, title, and caption to describe the data source. To publish your chart on the public web, select File > Save to Tableau Public As. Requires signup for a free Tableau account. Give your workbook a meaningful title, since this name will appear in the URL for your published work on the Tableau Public server, and Save. After publishing your work on the web, Tableau Public will automatically open the web link in your default browser. Click Edit Details to enter more information. Under Toolbar settings, see checkbox to Allow your workbook and its data to be downloaded by others. Screenshot: Toolbar settings in Tableau Public Checking this box enables the Download button at the bottom of your published work, which allows users to access your data and workbook, to see how you constructed the visualization. Screenshot: Download button in Tableau Public To insert your Tableau Public visualization in your own website, see the Embed On Your Web chapter of this book, and in particular, Embed Tableau Public on your Website. To see all of your published visualizations, go to your Tableau Public online profile, which follows this format: https://public.tableau.com/profile/USERNAME Learn more Combine multiple visualizations and tell stories with Tableau Public dashboard and story point features. See Tableau Public Resources, with how-to videos and sample data https://public.tableau.com/en-us/s/resources. "], +["map.html", "Map Your Data", " Map Your Data by Jack Dougherty, Stacy Lam, and David Tatem, last updated March 21, 2017 Maps entice readers to explore your data story and develop a stronger sense of place. But good maps require careful thought about how to clearly communicate spatial concepts with your audience. This book features free tools to create interactive maps that you can embed in your website. In this chapter, you will learn how to: Practice key principles of map design. Choose a map type that matches your data story and format, with tutorial links in the table below. Beginners may start with easy-to-learn tools such as BatchGeo or Google My Maps, then move up to more powerful tools, such as Leaflet, which require you to Modify and Host Code Templates with GitHub or other web servers. See also related chapters in this book: - Draw and write your data story to capture your ideas on paper - Improve spreadsheet skills, Find and know your data, and Clean your data - Transform your map data - Embed your interactive chart on your website - Detect bias in data stories, including How to lie with maps - Tell your data story, including its most meaningful insights and limitations Basic map types Best use and tutorial chapters Point map Best to show specific locations, such as addresses with geocoded coordinates, with colors for different categories. Easy tools: BatchGeo tutorial or Google My Maps tutorialPower tool: Leaflet Maps with Google Sheets and other Leaflet templates Polygon map Best to show regions (such as nations or neighborhoods), with colors or shading to represent data values. Also known as choropleth map. Easy tool: n/a Power tool: Leaflet Maps with Google Sheets and other Leaflet templates Polyline map Best to show routes (such as trails or transit), with colors for different categories. Easy tool: n/a Power tool: Leaflet Maps with Google Sheets and other Leaflet templates Combination map Best to show any combination of points, polygons, or polylines. Easy tool: n/a Power tool: Leaflet Maps with Google Sheets and other Leaflet templates ** TO DO ** story map heat map tab-view map for historical change synchronized side-by-side map "], +["map-design-principles.html", "Map Design Principles", " Map Design Principles last updated March 21, 2017 Ask Before You Map Before you leap into a mapping project, consider these questions: Does your data contain geographic information? Common examples: Specific locations or addresses (examples: Trinity College, or 300 Summit St, Hartford, CT) Latitude and longitude coordinates (example: 41.756, -72.675) Regions that are legally recognized (such as nations, states, counties, census tracts) or that correspond to a boundary map in your possession (such as designated neighborhoods or health districts) While there are many more types of geographic information, these examples above are the most common. If your data lacks geographic information, or if you do not possess the corresponding boundary information, it may not be possible to map it. Does location really matter to your data story? Sometimes a well-designed chart, rather than a map, may be the best way to visualize your data story. Consider these alternatives: to show change over time across different locations, consider a line chart insert population change line chart to show the relationship between two or more datasets across different locations, consider an XY scatter chart or bubble chart insert income and test score scatter chart If a map is the best way to tell your data story, then choose an appropriate type. See table of basic map types in this book. ** TO DO** - Pull in relevant principles from the Chart Design chapter in this book - Add more map-specific design principles, such as choosing among basemaps to highlight your story Design polygon maps with ColorBrewer One of the most useful tools for creating meaningful polygon (or choropleth) maps is ColorBrewer http://colorbrewer2.org created by Cynthia Brewer, Mark Harrower and the Pennsylvania State University. Screenshot: ColorBrewer web interface Number of data classes (or “dividers” or “buckets”). More does not necessarily mean better. Try different numbers and color schemes, and decide if you (and your audience) can easily distinguish between them. a smaller number sorts your data into fewer buckets, and shows a more coarse map, but differences in colored ranges become more visible a larger number sorts your data into more buckets, and shows a more granular map, but differences in colored ranges become less visible ** add screenshot** Nature of data: Sequential: best to show steps from lower values (light color) to higher values (dark color) example: a scale that increases from 1 to 100 Diverging: best to show extremes (dark colors) around a neutral middle (light color) example: a scale that highlights extremes from -100 to 0 to 100 Qualitative: best to show different categories, represented by their own color example: a map legend of the dominant crop in each area: apples, oranges, bananas ** add screenshot ** Pick a color scheme, with options for colorblind-safe and print-friendly. Think about the ideal format for your audiences. Are readers more likely to view your visualization on a computer screen, or in print, or both? Click the Export tab to view all options. Some Leaflet map templates in this book use specific color names (such as “red” or “darkgreen”) and some use hexadecimal codes, abbreviated as “hex codes” (such as #ff0000 or #336600). To learn more, use a Color Picker tool, such as https://www.w3schools.com/colors/colors_picker.asp Beware that polygon map design choices about data classes and colors reflect the biases of the author and the software. Read the Detect Bias in Data Stories chapter in this book, especially How to Lie with Maps Learn more Axis Maps, “The Basics of Data Classification,” 2010, http://axismaps.github.io/thematic-cartography/articles/classification.html Lisa Charlotte Rost, “Your Friendly Guide to Colors in Data Visualisation,” Lisa Charlotte Rost, April 22, 2016, https://lisacharlotterost.github.io/2016/04/22/Colors-for-DataVis/. Josh Stevens, “Bivariate Choropleth Maps: A How-To Guide,” February 18, 2015, http://www.joshuastevens.net/cartography/make-a-bivariate-choropleth-map/. "], +["batchgeo.html", "Simple Point Map with BatchGeo", " Simple Point Map with BatchGeo last updated March 16, 2017 TO DO: BatchGeo changed terms of service to limit free map views to 100. This means that my demo maps may no longer be viewable by users. We should consider pros and cons of dropping this tool from the book. Try It Explore the interactive point map below, or view the full-screen version, created with BatchGeo http://batchgeo.com. Tool Review Pros: Very easy-to-learn free mapping tool for beginners Copy and paste data directly into the web interface, or upload with the spreadsheet template Many data column labels are automatically recognized, and values are grouped into colored map markers Cons: Free version limited to simple point maps, with few editing tools Free version cannot process more than 250 rows of data Must manually disable advertisements on your free maps Cannot extract geocoded data to migrate to another tool More advanced mapping features require an expensive license Tutorial Let’s build a simple point map with sample data. This tool is so easy that most readers probably will skip over this tutorial. Click the link and Save the file to your computer: sample-address-data in CSV format. CSV means comma-separated-values, a generic spreadsheet format that many tools can easily open. Open BatchGeo in your browser at http://batchgeo.com Drag-and-drop the address file into BatchGeo. Or, open the CSV file with any spreadsheet tool, then copy and paste the address data into the web interface. Or, use the BatchGeo template if needed. Click the Validate & Set Options button to review your data, or the Map Now button. BatchGeo will attempt to geocode your address data and display an interactive point map. Colored markers include pop-up data windows. Click the Save and Continue button. Add map title, select Public or Unlisted, and insert your email address. BatchGeo emails you a link to edit your map, or to embed the iframe code in your own website. To learn more, go to the Embed on Your Web chapters in this book. "], +["mymaps.html", "Point Map with Google My Maps", " Point Map with Google My Maps last updated March 16, 2017 Try It Explore the interactive point map below, or view the full-screen version, created with Google My Maps https://www.google.com/maps/d/. Tool Review Pros Easy-to learn free mapping tool to import and style point, polyline, and polygon layers and basemap layers Share and collaborate through the Google Drive platform Geocoding error warning Cons Limited options to customize map markers Cannot easily create colored polygon maps from data values Cannot extract geocoded data to migrate to another tool Video with Step-by-Step Tutorial Let’s build a simple point map with sample data, using Google My Maps https://www.google.com/maps/d/. Requires signing up for a free Google Drive account. Click this link and Save to download to your computer: sample-address-data in CSV format. CSV means comma-separated values, a generic spreadsheet format that most tools can easily open. For help with downloading, see this short video tutorial. Open and sign in to Google My Maps https://www.google.com/maps/d/ Click the red + symbol to create a new map, which will be saved automatically to your Google Drive folder. Image: Create a new map In the map layers area, click the blue Import link. Drag-and-drop the CSV address data file into the web interface to import it. Image: Import a data layer Image: Drag-and-drop data into My Maps Choose columns to position your placements. Select “Address” for this sample data, then Continue. Image: Choose columns to position placemarks Choose a column to title your markers. Select “Description” for this sample data, then Finish. Image: Choose column to title markers After My Maps uploads and geocodes your sample data, click Open Data Table to inspect the results. Image: Open Data Table to inspect geocoding errors To style the map markers, click Individual Styles. In this sample data, you can select Group Places By > Style By > Group. This will color markers according to the three categories. Animation: Style markers by group To publish your map on the web, click Share, add a map title, change from Private to Public on the Web, so that anyone can view your map. Click Save and Done. Image: Share link To embed the map on your own website, click the three vertical dots next to the map title for more options, and select Embed On My Site. The tool will generate an iframe code for you to copy. For next steps, go to the Embed on Your Web chapters in this book. Image: Embed map on your site Learn more Google My Maps Help Page https://support.google.com/mymaps/answer/3024396 "], +["carto.html", "Point Map with Carto Builder", " Point Map with Carto Builder last updated March 15, 2017 TO DO Test this tool and decide if it still warrants inclusion in this book See note about old versus newer Cartobuilder – still relevant? if this tool stays in the book, check the iframe below to see if update is needed Try It Explore the interactive point map below, or view the full-screen version ,created with Carto Builder https://carto.com. Tool Review Pros: Free and powerful drag-and-drop map tool in the browser Customize point markers and polygon colors by data values Additional features include geographic analysis tools Cons: Several steps required to create simple point or polygon map New users may get lost when moving through multiple screens Free account allows only 400 geocodes per month Video with Step-By-Step Tutorial Before you begin: This tutorial uses the newer Carto Builder, rather than older Carto Editor tool. Learn more at https://carto.com/learn/guides/intro/migrating-from-carto-editor-to-carto-builder. If you have an old Carto account that has not automatically updated to the new Builder tool, you may need to create a brand-new account to use this tutorial. Let’s build a simple point map with sample data, using Carto Builder https:/carto.com. Requires signing up for a free account. Click this link and Save to download to your computer: sample-address-data in CSV format. CSV means comma-separated-values, a generic spreadsheet format that many tools can easily open. Open Carto in your browser https://carto.com. The Carto Dashboard displays two views: Maps and Datasets. Always begin with Datasets, then move to Maps. (Hint: If your dashboard looks very different than mine, then you might still be using the older Carto Editor, rather than the newer Carto Builder.) Image: Carto Builder dashboard: Begin with Datasets First, connect your dataset, and soon we’ll turn it into a map. Click blue button to add New Dataset. Drag-and-drop the CSV sample address data to upload it, and select Connect Dataset. (Be patient. Sometimes this takes more than 30 seconds.) Inspect your connected dataset. Click the blue Create Map button. Click the Edit Your Map button. In your map data layer, click Add Analysis. In the next screen of Analysis options, select Georeference, then click the Add Analysis button. Back in your map data layer, under Georeference options, select Type > Street Addresses (scroll down to the bottom) for this sample data. Under Parameters, for Column Street Address (abbreviated as Col. Street Ad.), select the “address” field for this sample data. Press the Apply button. After Carto has attempted to geocode your address data, click Style This Analysis. Or, go to the map data layer and click the Style tab. In Style options, for Aggregation select none (the default). Under Style options: select Fill Number to change circle sizes enter a larger size, such as 13, to make our sample points more visible select Fill Color to change circle color switch from Solid (all points are same color) to By Value, and scroll down to Group (at the bottom) to automatically color by categories for this sample data. (Hint: If you don’t see Group in the menu, click somewhere else and try it again.) Image: Style points by value In the Pop-up tab, select a Window Style, then select boxes in Show Items to display. In the Legend tab, click Select a Style to display information, and your color-coded groups from above should automatically appear on your map. (Hint: A legend may automatically appear after styling your markers by color.) Before publishing your map: If you wish to rename it, do it now by selecting the three vertical dots next to the file name, and select Rename. To publish your map on the web: Next to your map file name, click the blue “back” arrow (NOT your browser back button) to return to the data layer. Click the green Public button, and on the next screen, click the blue Publish button. Image: Click to rename or publish your map On the next screen, Get The Link generates a weblink to your map, and Embed It generates an iframe code to insert the live map in your website. For next steps, go to the Embed on Your Web chapters in this book. If you make edits to your map, you must click the blue Update button to republish your map to the web. Learn more Getting Started with Carto Builder https://carto.com/learn/guides/intro/getting-started-with-carto-builder "], +["filtered-point-map-socrata.html", "Filtered Point Map with Socrata Open Data", " Filtered Point Map with Socrata Open Data by Veronica X. Armendariz and Jack Dougherty, last updated March 16, 2016 Open data repositories recently launched by the State of Connecticut and the City of Hartford both use the Socrata platform, which offer user-friendly ways to view, filter, and export data. Also, the Socrata platform includes built-in support to create interactive charts and maps, and to embed them on your own websites. This tutorial demonstrates these features by creating an interactive point map of selected schools from the Connecticut Education Directory in the state data portal. The final product looks like this: CT Schools Map 2015 Powered by Socrata One advantage of creating data visualizations directly on an open data platform is that the chart or map is linked to the data repository. For example, if the Socrata platform administrator updates the data table, then a Socrata dataviz based on that data will be automatically updated, too. This may be especially useful for “live” data that is continuously updated by agency administrators, such as fire, crime, and property data repositories. But there are limitations to creating your chart or map on an open data repository platform. First, if the agency stops using the platform, or changes the structure of the underlying data, your online chart or map may stop functioning. Second, you are usually limited to using data tables and geographic boundaries that already exist on that platform, since importing your own may not be an option. If these limitations concern you, a simple alternative is to export data from the open repository (which means that any “live” data would become “static” data), and import it into your preferred dataviz tool, such as those described in other chapters of this book. A second, more advanced alternative, is to learn how to pull live data from the repository directly into your dataviz, using an Application Programming Interface (API), which requires coding skills that are beyond the scope of this tutorial. To learn more about the Socrata API: https://dev.socrata.com/. Steps to create a filtered point map Sign up for a free account ID on any Socrata platform, such as https://data.ct.gov/signup. One account will work on all Socrata sites. Select your desired dataset in Socrata. In this tutorial, we will use CT Open Data > Education > CT Education Directory. The data table must include a location column that includes geocoordinates. If there is address data but no geocoordinates, then post a suggestion to the Socrata site administrator to add a geocoded column. Filter the data to display only the desired rows. The CT Education Directory lists both district offices and school addresses, but for this map we only wish to display the latter. On the top-right corner of the table, click the Filter tab. Add a New Filter Condition, which displays only the rows you select. In this tutorial, select “Organization Type” and “is”, then type the exact name from the table, such as “Public Schools.” Be sure to type it correctly or the filter may not work. If you wish to select multiple types, add a new filter condition for each. In this tutorial, we also will filter for other types: Public Charter Schools, CT Technical High Schools, Regional Schools, State Agency Facilities, Endowed and Incorporated Academies Schools, and Regional Education Service Center Schools. Select the Visualize tab and choose Map, which will display several options. First, under Config for Education Direction, select Point Map as the Plot Style, and choose the Location column to identify the geocoordinates. Further below in the Visualize > Map options, select the checkbox for Advanced Config for the Education Directory to edit the Flyout Details (similar to a pop-up information window) that displays details when users click on a map point. Select data items you wish to display, such as Title: Name, and additional Flyout Details: Organization Type, Location I, and Website. Further down, select the “w/o labels” checkbox to avoid displaying the column headers in your flyout details. In Visualize > Map > Base Maps, select your desired background map, such as Google Roadmap. Add a legend to display once you build the map. In the Advanced Configuration area, select the Legend Configuration checkbox and mark its position. After selecting all of these map options, click Apply. Socrata will generate your map with default point colors. Double-check to make sure your data appear, and that your Visualize settings are correct, before moving to the next step. Assign point colors and legend labels by returning to the Filter tab, and select Conditional Formatting. Understand the difference between these two features. Previously, we used Filter to display only selected types of data (in this case, school buildings, rather than district administrative offices). Now, we will use Conditional Formatting to assign color codes and labels to our filtered data. In the Conditional Formatting section, type a name into the Description that you wish to display in the legend. You may type a shorter name than the longer name that appears in the data table, such as “Charter Schools” instead of the longer “Public Charter Schools.” Also, select a color for each Description. Continue to add Conditional Formatting by defining the data columns. In this example, select “All Conditions Apply,” choose “Organization Type” and “Is”, then type the category exactly as it appears in the data table (such as Public Charter Schools). For this map of schools in the CT Education Directory data table, we added several more types (Regional Schools, CT Technical High Schools, etc.) and also added a second rule to identify Magnet Schools (where Organization Type is Public Schools, and Interdistrict Schools is 1). After setting all of your Conditional Formatting, press Apply at the bottom of the tab. Double-check that your visualization appears exactly as you wish, then Save As under an appropriate name. Note that your visualization will become publicly visible to other users on the Socrata open data platform, though you have the option to remove it via your individual profile view. Visualizations created in the Socrata platform produce HTML iframe codes, which allows you to embed the dataviz in your own website. Select the Embed tab to view and copy the code. Then go to the Embed on the Web chapters in this book. "], +["social-explorer.html", "Polygon Maps and Storyboards with Social Explorer", " Polygon Maps and Storyboards with Social Explorer last updated February 2016 The Social Explorer free edition http://socialexplorer.com offers one solution to creating colored polygon maps with US Census demographic data. Explore the embedded sample map below. Advantages Quick and easy-to-learn Free edition includes basic census data Export your static maps into presentation slides Share link or embed iframe to your interactive map Limitations Maps are limited to the demographic data inside the tool. Polygon map boundaries are limited to state, county, census tract. The tool does not display municipal data for cities, towns, etc. Full census and historical data requires professional subscription. Pro subscription available through several academic libraries, but few public libraries. Quick overview of features Start at the Social Explorer website http://socialexplorer.com and click on Maps. This tutorial demonstrates features available on the free edition. The default map view shows US population density, based on the American Community Survey (ACS) 5-year estimates. Click the Change Data button to explore other options. Geographic boundaries automatically change with the zoom level. As you zoom in, the data levels automatically shift from state, to county, to census tract. Click the Share button to copy the link to your map, or the iframe code to embed it inside your own website. Create a free account to save your online map views. Click the Tell a Story button, add a series of interactive map views, and show change over time. All of the steps above can be done with the free version, but data is limited. Check if an academic library near you has a professional subscription. "], +["embed.html", "Embed On Your Web", " Embed On Your Web by Jack Dougherty, Stacy Lam, and David Tatem, last updated on March 15, 2017 After you create a chart or map, how do display it inside your website as an interactive visualization? Our goal is not a static picture, but a live chart or map that users can explore. This is an important question for beginners, since data visualizations are not valuable unless you can control where and how your work appears. This chapter walks you through the key steps. First, you need to own a website that supports iframe codes (which we’ll explain below). If you do not have a website that supports this, then follow this quick tutorial to Create a simple web page with GitHub Pages. Even if you already have a website, still do this tutorial, because it introduces a tool used many times in this book. Second, you need to copy or create an iframe code from your chart or map. An iframe is one line of HTML code with instructions on how to display a web page from a specific address (called a URL). A simple iframe looks like this: <iframe src="https://www.datavizforall.org/embed/index.html"></iframe> No coding skills are necessary. See these easy-to-follow examples: -Copy iframe from a Google Sheets chart -Convert a link into an iframe Finally, you need to paste (or embed) the iframe code inside your website. Like a picture frame, an iframe allows you to display one web page (your data visualization) inside another web page (your personal website). But unlike a picture frame, where the image is static, an iframe makes content interactive, so visitors can explore the chart or map on your site, even though it may actually be hosted on an entirely different website. Go to this third tutorial, which combines the two steps above, called Embed iFrame in GitHub Pages. See more tutorials in this chapter to copy iframes from other visualization tools (such as Tableau Public and embed them in other common websites (such as WordPress, etc.) ** TO DO: add more tutorials and links ** Enroll in our free online course link to do, which introduces these topics in the brief video below, and offers more exercises and opportunities to interact with instructors and other learners. "], +["github-pages.html", "Create a Simple Web Page with GitHub Pages", " Create a Simple Web Page with GitHub Pages last updated March 15, 2017 Question: After you create an interactive chart or map, how do you embed the live version in a website that you control? The full answer requires three steps: Create a web page that supports iframe codes Copy or create an iframe code from your visualization Embed (or paste) the iframe code into your web page This tutorial focuses on the first step. If you don’t already have your own website, or if you are not sure whether your site supports iframe codes, then follow the steps below. We will create a simple web page with a free and friendly tool called GitHub http://github.com, and host it on the public web with the built-in GitHub Pages feature. For steps 2 and 3, see the Copy iframe from Google Sheets tutorial and the Embed iFrame in GitHub Pages tutorial in this chapter. Tool Review GitHub http://github.com is a versatile tool that can be used to create simple web pages. Pros: Free and easy-to-learn tool to edit and host simple pages on the public web. All steps below can be completed in your web browser. Cons: All work on GitHub is public by default. Private repositories (folders) require payment. New users sometimes confuse the links for code repositories versus published web pages. Video with step-by-step tutorial Sign up for free GitHub account, then sign in, at http://github.com. Create a new repository (also called a “project” or similar to a “folder”). Name your repository (or “repo”), and select Initialize with a README file. Optional steps: add a description and select a license. Scroll down and click the green button to Create your repo, which will appear in a new browser tab, with this URL format: https://github.com/YOUR-USERNAME/YOUR-REPO-NAME In your GitHub repo, click on Settings, scroll down to GitHub Pages, select Master branch as your source, then Save. This publishes the code from your repo to the public web. Hint: Do NOT select Theme Chooser for this exercise. It will create additional files that will interfere with displaying an iframe in your README.md file. When the Settings page refreshes, scroll back down to GitHub Pages to see the new link to your published website, which will appear in this format: https://YOUR-USERNAME.github.io/YOUR-REPO-NAME Right-click and Copy the link to your published web site. At the top of the page, click on the repo name to return to the main level. Click the README.md file to open it in your browser, and click the pencil symbol to edit it. Inside your README.md file, paste the link to your published web site, and type any text you wish to appear. The .md extension refers to Markdown, an easy-to-read computer language that GitHub Pages can process. Scroll down and click the green Commit button to save your edits. When your GitHub repo page refreshes, click on the new link to go to your published web site. BE PATIENT! Your new site may not appear instantly. Refresh the browser every 10 seconds. You may need to wait up to 1 minute for a new site to appear the first time, but later changes will be much faster. Remember that GitHub Pages is designed to create simple web pages and sites. See other web publishing tools mentioned in this chapter to create more sophisticated web sites. "], +["iframe-google-sheets.html", "Copy an iframe code from a Google Sheets interactive chart", " Copy an iframe code from a Google Sheets interactive chart last updated March 6, 2017 Question: After you create an interactive chart or map, how do you embed the live version in a website that you control? The full answer requires three steps: Create a web page that supports iframe codes Copy the iframe code from your visualization Embed (or paste) the iframe code into your web page This tutorial focuses on the second step, and shows how to publish a Google Sheets interactive chart, and copy its iFrame code. Details may differ for other visualization tools, but the general iframe concept will be similar to most cases. For steps 1 and 3, see the Create a Simple Web Page with GitHub Pages tutorial and the Embed iFrame in GitHub Pages tutorial in this chapter. Tutorial Create a Google Sheets chart, which requires a free Google Drive account. Learn more in the Google Sheets Charts tutorial in this book. Click the drop-down menu in the upper-right corner of the interactive chart and select Publish chart. Click OK on next screen. Screenshot: Drop-down menu to publish a Google Sheets chart Select the Embed tab, select the Interactive version, and click the blue Publish button. If you make changes to the chart, they will continue to be published to the web automatically, unless you click the Stop button or checkbox at the bottom. Screenshot: Publish to the web for a Google Sheets chart Copy the iframe embed code. Screenshot: Copy the iframe code from a Google Sheets chart No coding skills are necessary, but it helps to be code-curious. This iframe is a line of HTML code that contains these instructions: iframe tags to mark the beginning and end width and height: to display your chart in a second site, in pixels seamless frameborder: “0” means no border will appear around the chart in the second site scrolling: “no” means the chart will not include its own web scrolling feature src: the web address (or URL) of the visualization to be displayed in the second site See the next tutorial in this chapter, Embed iFrame in GitHub Pages, to learn how to paste the iframe into a simple web page. Or see related tutorials in this chapter to embed an iframe in other common web sites. "], +["link-to-iframe.html", "Convert a Weblink into an iFrame", " Convert a Weblink into an iFrame last updated March 15, 2017 After you publish your data visualization to the web, how do you convert its weblink (or URL) into an iFrame, to embed in your personal website? The answer depends: did you publish your visualization as a code template on GitHub Pages? Or did you publish it using a drop-and-drag tool such as Google Sheets or Tableau Public? Published with a code template on GitHub Pages If you published your visualization from a code template (such as Leaflet or Highcharts) with GitHub Pages, follow these easy steps: Copy the URL of your published visualization on GitHub, which will be in this format: https://USERNAME.github.io/REPOSITORY Add iframe tags to the beginning and end, insert src= and enclose the URL inside quotation marks, like this: <iframe src="https://USERNAME.github.io/RESPOSITORY"></iframe> Optional: Insert preferred width and height (in pixels by default, or percentages), like this: <iframe src="https://USERNAME.github.io/RESPOSITORY" width="90%" height="400"></iframe> Go to the appropriate tutorial to embed your iframe in your personal website: Embed an iframe in GitHub Pages Embed an iframe in WordPress.org Published with Google Sheets or Tableau Public Or, if you published your visualization using a drop-and-drag tool, see these tutorials: Copy an iframe code from a Google Sheets interactive chart Embed Tableau Public on your Website "], +["iframe-github.html", "Embed an iframe in GitHub Pages", " Embed an iframe in GitHub Pages last updated March 6, 2017 Question: After you create an interactive chart or map, how do you embed the live version in a website that you control? Here’s the full three-step answer that combines lessons from the Embed on the Web chapter introduction and the two previous tutorials: First, create a web page that supports iFrame embed codes. If you don’t know what that means or don’t yet have a personal website, go back to the previous tutorial, Create a Simple Web Page with GitHub Pages, or see the video and step-by-step instructions below. Second, copy or create an iframe code from your data visualization. Go back to the previous tutorial, Copy an iframe code from a Google Sheets interactive chart, or see the video and step-by-step instructions below. Third, embed (or paste) the iframe code into your website. The video and instructions below show how to paste an iframe from a Google Sheets interactive chart into a simple web page with GitHub Pages. Try it The goal is to embed the iframe code from a Google Sheets interactive chart, which resides on a Google web server, into your GitHub Pages web site. The result will be similar to the one below: Video tutorial and step-by-step instructions Sign up for free GitHub account, then sign in, at http://github.com. Create a new repository (also called a “project” or similar to a “folder”) Name your repository (or “repo”), and select Initialize with a README file. Optional steps: add a description and select a license. Scroll down and click the green button to Create your repo, which will appear in a new browser tab, with this URL format: https://github.com/YOUR-USERNAME/YOUR-REPO-NAME In your GitHub repo, click on Settings, scroll down to GitHub Pages, select Master branch as your source, then Save. This publishes the code from your repo to the public web. When the Settings page refreshes, scroll back down to GitHub Pages to see the new link to your published website, which will appear in this format: https://YOUR-USERNAME.github.io/YOUR-REPO-NAME Right-click and Copy this link to your published web site. At the top of the page, click on the repo name to return to the main level. Click the README.md file to open it in your browser, and click the pencil symbol to edit it. Inside your README.md file, paste the link to your published web site, and type any text you wish to appear. The .md extension refers to Markdown, an easy-to-read computer language that GitHub Pages can process. Go to a data visualization you have created, such as a Google Sheets chart, select Publish > Embed, and copy the iframe code. This line of HTML code displays the interactive visualization website inside your personal website. Scroll down and click Commit to save your edits. When your GitHub repo page refreshes, click on the new link to go to your published web site. BE PATIENT! Your new site may not appear instantly. Refresh the browser every 10 seconds. You may need to wait up to 1 minute for a new site to appear the first time, but later changes will be much faster. Important: A published README.md file will display an HTML iframe code, unless you add other HTML files (such as index.html) to your repository. Remember that GitHub Pages is designed to create simple web pages and sites. See other web publishing tools mentioned in this chapter to create more sophisticated web sites. "], +["iframe-wordpress.html", "Embed an iFrame on WordPress.org", " Embed an iFrame on WordPress.org Last updated February 11, 2016 TO DO rewrite this tutorial to merge the two versions (top and bottom) then update all links and check all code tags To embed one web page (the data visualization) inside a second web page (the organization’s website), we use a simple HTML code known as iframe. (Read more about the iframetag at W3Schools.) The general iframe concept works across many data visualization tools and many websites: - Copy the embed code or URL from your dataviz website - Paste (and modify) the code as an iframe in your destination website To embed your dataviz in a self-hosted Wordpress.org site, the [iframe plugin] (http://wordpress.org/plugins/iframe/) must be installed and activated. This plugin allows authors to embed iframe codes inside posts/pages, in a modified “shortcode” format surrounded by square brackets. Without the plugin, self-hosted WordPress.org sites will usually “strip out” iframe codes for all users except the site administrator. I have already installed and activated the iframe plugin on my site, and the Dashboard view looks like this: Note that most WordPress.com sites do NOT support an iframe embed code. But details vary, so read and experiment with the examples that follow. To embed the iframe in a WordPress.org site, the iframe plugin must be installed, as explained in the Embed with iframe on WordPress.org chapter. TO DO fix self-reference Log into your Wordpress.org site and create a new post. In the editor window, switch from the Visual to the Text tab, which allows users to modify the code behind your post. Paste the iframe code from your interactive dataviz. Initially, the code you pasted includes HTML iframe tags at the front <iframe... and the end ...></iframe>, which looks like this: <iframe width="600" height="371" seamless frameborder="0" scrolling="no" src="https://docs.google.com/spreadsheets/d/1fwnl5hvkkwz-YDZrogyGnx274BqmozGlIeXyjJ2TKmE/pubchart?oid=462316012&amp;format=interactive"></iframe> Modify the front end of the iframe code by replacing the less-than symbol ( < ) with a square opening bracket ( [ ). Modify the back end by erasing the greater-than symbol ( > ) and the end tag ( ). Replace the back end with a square closing bracket ( ] ). Your modified code should look like this: [iframe width="600" height="371" seamless frameborder="0" scrolling="no" src="https://docs.google.com/spreadsheets/d/1fwnl5hvkkwz-YDZrogyGnx274BqmozGlIeXyjJ2TKmE/pubchart?oid=462316012&amp;format=interactive"] Click Preview or Publish/View Post to see how it appears on the web. If desired, continue to modify the iframe code to improve the display of your dataviz on your website. For example, the initial code was 600 pixels wide (width=“600”). To display the dataviz across the full width of your website, change this part of the code to 100% (width=“100%”). The goal is to embed an interactive chart inside your website, so that users can explore the data. This tutorial displays a very basic chart to simplify the process, and the end result will appear like the one below. Try it. "], +["iframe-tableau.html", "Embed Tableau Public on your Website", " Embed Tableau Public on your Website last updated March 10, 2017 Question: After learning how to create an interactive data visualization with Tableau Public in this book, how do I embed it on my website? Answer: Tableau Public supports two embedding methods, and your choice depends on your type of website. Embed code: if you can paste directly into an HTML web page Convert Link to iFrame: to paste into WordPress.org, Wix, SquareSpace, Weebly, and many other web platforms Try it Both methods produce an embedded visualization like the one below. Float your cursor over points to view data details. A) Embed code method for HTML web pages Use this method if you can paste HTML and JavaScript code directly into a website with HTML pages. Go to the public web page of any Tableau Public visualization, such as this sample: https://public.tableau.com/profile/jackdougherty#!/vizhome/CTSchoolDistrictsbyIncomeandGradeLevels2009-13/Sheet1 Before you begin the embed process, click the upper-right Edit Details button to make any final modifications to the title or toolbar settings. Click the bottom-right Share button, click inside the Embed Code field, and copy its contents. A typical embed code is a long string of HTML and JavaScript instructions to display the visualization. Screenshot: Edit and Share buttons in Tableau Public web page Open an HTML page on your website and paste the embed code in the body section. Below is an example of a sample Tableau Public embed code pasted between the body tags of a simple HTML page. <!DOCTYPE html> <html> <head> <title>sample web page</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta charset="utf-8"> </head> <body> <div class='tableauPlaceholder' id='viz1489158014225' style='position: relative'><noscript><a href='https:&#47;&#47;www.datavizforall.org&#47;chart&#47;scatter-chart-tableau&#47;'><img alt='CT School Districts by Income and Grade Level Equivalents, 2009-13 ' src='https:&#47;&#47;public.tableau.com&#47;static&#47;images&#47;CT&#47;CTSchoolDistrictsbyIncomeandGradeLevels2009-13&#47;Sheet1&#47;1_rss.png' style='border: none' /></a></noscript><object class='tableauViz' style='display:none;'><param name='host_url' value='https%3A%2F%2Fpublic.tableau.com%2F' /> <param name='site_root' value='' /><param name='name' value='CTSchoolDistrictsbyIncomeandGradeLevels2009-13&#47;Sheet1' /><param name='tabs' value='no' /><param name='toolbar' value='yes' /><param name='static_image' value='https:&#47;&#47;public.tableau.com&#47;static&#47;images&#47;CT&#47;CTSchoolDistrictsbyIncomeandGradeLevels2009-13&#47;Sheet1&#47;1.png' /> <param name='animate_transition' value='yes' /><param name='display_static_image' value='yes' /><param name='display_spinner' value='yes' /><param name='display_overlay' value='yes' /><param name='display_count' value='yes' /></object></div> <script type='text/javascript'> var divElement = document.getElementById('viz1489158014225'); var vizElement = divElement.getElementsByTagName('object')[0]; vizElement.style.width='100%';vizElement.style.height=(divElement.offsetWidth*0.75)+'px'; var scriptElement = document.createElement('script'); scriptElement.src = 'https://public.tableau.com/javascripts/api/viz_v1.js'; vizElement.parentNode.insertBefore(scriptElement, vizElement); </script> </body> </html> B) Convert Link to iFrame method Use this method if you need to paste an iframe into common web authoring platforms (such as WordPress.org, Squarespace, Wix, Weebly, etc.), since these platforms typically do not support HTML and JavaScript code pasted directly into content. Go to the public web page of any Tableau Public visualization, such as this sample: https://public.tableau.com/profile/jackdougherty#!/vizhome/CTSchoolDistrictsbyIncomeandGradeLevels2009-13/Sheet1 Before you begin the embed process, click the upper-right Edit Details button to make any final modifications to the title or toolbar settings. Click the bottom-right Share button, click inside the Link field (NOT the Embed Code field), and copy its contents. Screenshot: Edit and Share buttons in Tableau Public web page A typical link will look similar to this example (scroll to right to see all): https://public.tableau.com/views/CTSchoolDistrictsbyIncomeandGradeLevels2009-13/Sheet1?:embed=y&:display_count=yes We need to edit the link to convert it into an iframe format. First, delete any code that appears after the question mark, to make it look like this (scroll to right to see all): https://public.tableau.com/views/CTSchoolDistrictsbyIncomeandGradeLevels2009-13/Sheet1? Add this snippet of code to the end, to replace what you deleted above: :showVizHome=no&:embed=true Now your edited link should look similar to this (scroll to right to see all): https://public.tableau.com/views/CTSchoolDistrictsbyIncomeandGradeLevels2009-13/Sheet1?:showVizHome=no&:embed=true Enclose the link inside an iframe source tag src= with quotes, to make it look similar to this (scroll to right to see all): src="https://public.tableau.com/views/CTSchoolDistrictsbyIncomeandGradeLevels2009-13/Sheet1?:showVizHome=no&:embed=true" Add iframe tags for width and height in percentages or pixels (default), to make it look similar to this (scroll to right to see all): src="https://public.tableau.com/views/CTSchoolDistrictsbyIncomeandGradeLevels2009-13/Sheet1?:showVizHome=no&:embed=true" width="90%" height="500" Hint: Insert 90% width, rather than 100, to help readers easily scroll down your web page Add iframe tags at the beginning and end, to make it look similar to this (scroll to right to see all): <iframe src="https://public.tableau.com/views/CTSchoolDistrictsbyIncomeandGradeLevels2009-13/Sheet1?:showVizHome=no&:embed=true" width="90%" height="500"></iframe> Exceptions to the last step above. As described in the Embed iFrame on WordPress chapter in this book, in a self-hosted WordPress.org site, with the iframe plugin, insert iframe brackets rather than HTML tags to make a shortcode like this (scroll to right to see all): [iframe src="https://public.tableau.com/views/CTSchoolDistrictsbyIncomeandGradeLevels2009-13/Sheet1?:showVizHome=no&:embed=true" width="90%" height="500"] Learn more Embedding Tableau Public Views in iFrame, Tableau Support page http://kb.tableau.com/articles/howto/embedding-tableau-public-views-in-iframes "], +["github.html", "Modify and Host Code with GitHub", " Modify and Host Code with GitHub by Jack Dougherty, Stacy Lam, and David Tatem, last updated March 11, 2017 In the first half of this book, we explored free web services that offer easy drag-and-drop tools to create interactive charts and maps, such as Google Sheets, Google My Maps, BatchGeo, Carto, and Tableau Public. But these web services have limited options for designing and customizing your visualizations, and also make you dependent on their web servers to host your work. In this second half of the book, we’ll explore how to copy, edit, and host code templates, meaning pre-written software instructions to create visualizations. With templates, no prior coding skills are necessary. You will learn how to make simple edits to insert your data, customize its appearance, and display it on the web on a site you control. Enroll in our free online course to do: link, which introduces these topics in the brief video below, and offers more exercises and opportunities to interact with instructors and other learners. Video overview Tool Review GitHub (http://github.com) is a versatile tool to share, edit, and host simple code templates on the public web. Requires a free account. Although advanced coders use more powerful command-line versions of this tool, this introduction demonstrates all of the basic steps using GitHub in the web browser. Pros: Free and easy-to-learn tool that beginners can use in the web browser. Popular tool to share, copy, and edit open-source code repositories (project folders). Host simple code (such as HTML/CSS/JavaScript) on the live web with GitHub Pages. Built-in support to quickly display open-data formats: CSV tables and GeoJSON geography. Easy to migrate code repositories to a different web server. Cons: By default, all work on GitHub is public. Private repositories require payment. New users often confuse web addresses for code repository versus published web page. In this chapter, you will learn how to: Fork and edit a simple Leaflet map with GitHub Fork and edit a Highcharts scatter chart with GitHub Create a new repository and upload code with GitHub Choose an open-source code license Pull request to merge changes on GitHub Work more efficiently with Atom editor and GitHub Desktop Fix Common Code and GitHub Errors "], +["fork-leaflet.html", "Fork and Edit a Simple Leaflet Map with GitHub", " Fork and Edit a Simple Leaflet Map with GitHub by Jack Dougherty, last updated March 25, 2017 This tutorial introduces the basic steps of working with code templates, using a simple Leaflet map code (http://leafletjs.com) and GitHub in your browser (http://github.com). You will learn how to: Fork (copy) Leaflet template to your GitHub account Publish your live map to public web with GitHub Pages Modify your map title and add layer controls Geocode addresses in a Google Sheet and upload points from data.csv Code templates help us to move beyond the limits of drag-and-drop web mapping services (such as BatchGeo and Google MyMaps) and to create more customized visualizations on a web server that you control. Before you begin, learn the broad concepts in the chapter introduction Modify and Host Code Templates with GitHub. For more advanced examples, see the Leaflet Map Templates chapter in this book. If you have problems with this tutorial, go to the Fix Common GitHub and Code Errors chapter in this book. Try it You will begin this tutorial with a simple interactive map that includes one pop-up point: By the end of this tutorial, you will learn how to modify the map, then geocode and upload more data points: Video with step-by-step tutorial A) Fork (copy) Leaflet template to your GitHub account Before you begin, sign up for a free GitHub account: http://github.com Right-click to open this GitHub code template in a new tab: https://github.com/JackDougherty/leaflet-map-simple In the upper-right corner of the code template, sign in to your free GitHub account In the upper-right corner, click Fork to copy the template (also called a code repository, or repo) into your GitHub account. The web address (URL) of the new copy in your account will follow this format: https://github.com/USERNAME/REPOSITORY Reminder: You can only fork a GitHub repo one time. If needed, see how to make a second copy in the Create a New Repo in GitHub chapter in this book. B) Publish your live map to public web with GitHub Pages In your new copy of the code repo, click on Settings, scroll down to the GitHub Pages area, select Master, and Save. This publishes your code template to a live map on a public website that you control. Scroll down to GitHub Pages section again, to select and copy the link to your published web site, which will follow this format: https://USERNAME.github.io/REPOSITORY Scroll up to the top, and click on your repo name to go back to its main page. At the top level of your repo main page, click on README.md, and click the pencil icon to edit this file, written in easy-to-read Markdown code. Delete the link to the current live site, and paste in the link to your site. Scroll down and Commit to save your edits. On your repo main page, right-click on the link to your published site to open in a new tab. Be patient during busy periods, because your website may take up to 1 minute to appear the first time. C) Modify your map title and add layer controls Go back to your browser tab for your code repo. Click on the index.html file (which contains the map code), and click the pencil icon to edit it. Explore the map code, which contains HTML, CSS, and JavaScript. Look for sections that begin with “EDIT” for items that you can easily change. Scroll down to Commit your changes. Go to your live website browser tab and refresh the page to view your edits. Be patient during busy periods, when some edits may take up to 1 minute to appear. To change your map title in the index.html file, click the pencil symbol (to edit) and go to lines 23-25. Replace “EDIT your map title” with your new title: <!-- Display the map and title with HTML division tags --> <div id="map-title">EDIT your map title</div> <div id="map"></div> To change your initial map zoom level, edit the index.html file and go to line 33. The zoom range for this map is from 1 (max zoom out) to 18 (max zoom in). // Set up initial map center and zoom level var map = L.map('map', { center: [41.77, -72.69], // EDIT latitude, longitude to re-center map zoom: 12, // EDIT from 1 to 18 -- decrease to zoom out, increase to zoom in scrollWheelZoom: false }); To change the default basemap, edit lines 46 and 52 to delete “.addTo(map)” from the Carto light layer, then add it to the Stamen colored terrain layer. DO NOT erase the semicolons! Your original code looks like this (scroll to right to see all): /* Carto light-gray basemap tiles with labels */ var light = L.tileLayer('https://cartodb-basemaps-{s}.global.ssl.fastly.net/light_all/{z}/{x}/{y}.png', { attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>, &copy; <a href="https://carto.com/attribution">CARTO</a>' }).addTo(map); // EDIT - insert or remove ".addTo(map)" before last semicolon to display by default // controlLayers.addBaseLayer(light, 'Carto Light basemap'); /* Stamen colored terrain basemap tiles with labels */ var terrain = L.tileLayer('https://stamen-tiles.a.ssl.fastly.net/terrain/{z}/{x}/{y}.png', { attribution: 'Map tiles by <a href="http://stamen.com">Stamen Design</a>, under <a href="http://creativecommons.org/licenses/by/3.0">CC BY 3.0</a>. Data by <a href="http://openstreetmap.org">OpenStreetMap</a>, under <a href="http://www.openstreetmap.org/copyright">ODbL</a>.' }); // EDIT - insert or remove ".addTo(map)" before last semicolon to display by default // controlLayers.addBaseLayer(terrain, 'Stamen Terrain basemap'); After you edit the code, it should look like this (scroll to right to see all): /* Carto light-gray basemap tiles with labels */ var light = L.tileLayer('https://cartodb-basemaps-{s}.global.ssl.fastly.net/light_all/{z}/{x}/{y}.png', { attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>, &copy; <a href="https://carto.com/attribution">CARTO</a>' }); // EDIT - insert or remove ".addTo(map)" before last semicolon to display by default // controlLayers.addBaseLayer(light, 'Carto Light basemap'); /* Stamen colored terrain basemap tiles with labels */ var terrain = L.tileLayer('https://stamen-tiles.a.ssl.fastly.net/terrain/{z}/{x}/{y}.png', { attribution: 'Map tiles by <a href="http://stamen.com">Stamen Design</a>, under <a href="http://creativecommons.org/licenses/by/3.0">CC BY 3.0</a>. Data by <a href="http://openstreetmap.org">OpenStreetMap</a>, under <a href="http://www.openstreetmap.org/copyright">ODbL</a>.' }).addTo(map); // EDIT - insert or remove ".addTo(map)" before last semicolon to display by default // controlLayers.addBaseLayer(terrain, 'Stamen Terrain basemap'); To add a control panel that turns on/off map layers, delete the code comment symbols (//) that appear in front of lines 38-41, 47, and 53 to activate these sections. When you remove code comments in GitHub, the color changes from gray text (inactive code) to colored text (active code). After you remove the code comments, your file should look like this (scroll to right to see all): ```JavaScript /* Control panel to display map layers */ var controlLayers = L.control.layers( null, null, { position: “topright”, collapsed: false }).addTo(map); /* Carto light-gray basemap tiles with labels / var light = L.tileLayer(‘https://cartodb-basemaps-{s}.global.ssl.fastly.net/light_all/{z}/{x}/{y}.png’, { attribution: ‘© OpenStreetMap, © CARTO’ }); // EDIT - insert or remove “.addTo(map)” before last semicolon to display by default controlLayers.addBaseLayer(light, ‘Carto Light basemap’); / Stamen colored terrain basemap tiles with labels */ var terrain = L.tileLayer(‘https://stamen-tiles.a.ssl.fastly.net/terrain/{z}/{x}/{y}.png’, { attribution: ‘Map tiles by Stamen Design, under CC BY 3.0. Data by OpenStreetMap, under ODbL.’ }).addTo(map); // EDIT - insert or remove “.addTo(map)” before last semicolon to display by default controlLayers.addBaseLayer(terrain, ‘Stamen Terrain basemap’); ``` 17) To change one point on the map, you could edit the latitude and longitude coordinates of the single marker in lines 55-57. To find coordinates for any location and to learn more, go to http://www.latlong.net /* Display a blue point marker with pop-up text */ L.marker([41.77, -72.69]).addTo(map) // EDIT latitude, longitude to re-position marker .bindPopup("Insert pop-up text here"); // EDIT pop-up text message But a better way to display several points is to remove the code comment symbols (//) in front of lines 60-69 to activate this section of code, which pulls map points from the data.csv file in your GitHub repository. After your edits, this section should look like this (scroll right to see all): /* Upload Latitude/Longitude markers from data.csv file, show Title in pop-up, and override initial center and zoom to fit all in map */ var customLayer = L.geoJson(null, { onEachFeature: function(feature, layer) { layer.bindPopup(feature.properties.Title); } }); var runLayer = omnivore.csv('data.csv', null, customLayer) .on('ready', function() { map.fitBounds(runLayer.getBounds()); }).addTo(map); controlLayers.addOverlay(customLayer, 'Markers from data.csv'); D) Geocode addresses in Google Sheet and upload points from data.csv A better way to display multiple points on your map is to prepare and upload a new data.csv file to your GitHub repository. First, right-click to open this Google Sheets template in a new tab: Leaflet Maps Simple data points with Geocoder Since this sheet is view-only, you cannot edit it. Instead, sign in to your Google account in the upper-right corner. Go to File > Make a Copy, which will save a duplicate version to your Google Drive, which you can edit. In your copy of the Google Sheet, select any cells and press Delete on your keyboard to erase contents. Type new titles and addresses into columns A and B. To geocode your new addresses (which means converting them into latitude and longitude coordinates), select all of the contents across 6 columns, from Address (B) to Source (G). Go to the Geocoder menu that appears in this special Google Sheet template, and select any service, such as US Census (for US addresses) or Google Maps. The first time you run the geocoder, the script will ask for permission. After you have geocoded your addresses, go to File > Download As > Comma-separated values (.CSV format) to save the file to your computer. In your computer, right-click the downloaded file to rename it to: data.csv In your GitHub repository, click Upload Files, then drag-and-drop your new data.csv file, and Commit to upload it. Go to your live map browser tab and refresh to view changes. **Be patient* during busy periods, when some edits may take up to 1 minute to appear. Learn more To solve problems, see Fix Common GitHub and Code Errors chapter in this book. See more advanced Leaflet Map Templates in this book About Leaflet https://leafletjs.com GitHub Pages features and tutorial, https://pages.github.com "], +["fork-and-edit-a-highcharts-scatter-chart-with-github.html", "Fork and Edit a Highcharts Scatter Chart with GitHub", " Fork and Edit a Highcharts Scatter Chart with GitHub By Jack Dougherty, last updated March 25, 2017 This tutorial introduces the basic steps of working with code templates, using a simple Highcharts scatter chart code (http://highcharts.com) and GitHub in your browser (http://github.com). You will learn how to: Fork (copy) the Highcharts template to your GitHub account Publish your live chart to the public web with GitHub Pages Modify the chart title, subtitle, and axis labels Upload new data points from a comma-separated values (.csv) spreadsheet Code templates help us to move beyond the limits of drag-and-drop web tools (such as Google Sheets and Tableau Public) and to create more customized visualizations on a web server that you control. Before you begin, learn the broad concepts in the chapter introduction Modify and Host Code Templates with GitHub. For more advanced examples, see the Highcharts Templates chapter in this book. If you have problems with this tutorial, go to the Fix Common GitHub and Code Errors chapter in this book. Try it You will begin this tutorial with a basic chart template that includes only 7 points. Right-click to open full-size chart in new tab. By the end of this tutorial, you will learn how to modify the chart and add a new CSV spreadsheet with over 160 points. Right-click to open full-size chart in new tab. Video with step-by-step tutorial A) Fork (copy) the Highcharts template to your GitHub account Before you begin, sign up for a free GitHub account: http://github.com Right-click to open this GitHub code template in a new tab: https://github.com/JackDougherty/highcharts-scatter-csv In the upper-right corner of the code template, sign in to your free GitHub account In the upper-right corner, click Fork to copy the template (also called a code repository, or repo) into your GitHub account. The web address (URL) of the new copy in your account will follow this format: https://github.com/USERNAME/REPOSITORY Reminder: You can only fork a GitHub repo one time. If needed, see how to make a second copy in the Create a New Repo in GitHub chapter in this book. B) Publish your live chart to the web with GitHub Pages In your new copy of the code repo, click on Settings, scroll down to the GitHub Pages area, select Master, and Save. This publishes your code template to a live map on a public website that you control. Scroll down to GitHub Pages section again, to select and copy the link to your published web site, which will follow this format: https://USERNAME.github.io/REPOSITORY Scroll up to the top, and click on your repo name to go back to its main page. At the top level of your repo main page, click on README.md, and click the pencil icon to edit this file, written in easy-to-read Markdown code. Delete the existing link to the live site, and paste in the link to your site. Scroll down and Commit to save your edits. On your repo main page, right-click on the link to your published site to open in a new tab. Be patient during busy periods, when your website may take up to 1 minute to appear the first time. C) Modify the chart title, subtitle, and axis labels Go back to your browser tab for your code repo. Click on the index.html file (which contains the chart code), and click the pencil icon to edit it. Explore the chart code, which contains HTML, CSS, and JavaScript. Look for code comments that begin with “EDIT” for sections that you can easily change, such as title, subtitle, x-axis and y-axis labels, and tooltip data labels. Scroll down to Commit your changes. Go to your live website browser tab and refresh the page to view your edits. Be patient during busy periods, when some edits may take up to 1 minute to appear. D) Upload new data points from a .CSV spreadsheet Go to your GitHub code repository tab and click to view the file named: data-scatter.csv GitHub automatically opens CSV files. Although it’s possible to edit the file inside GitHub, let’s upload a larger data file with the same name. Click this link and Save to download to your computer: data-scatter in CSV format. In your GitHub code repo, click Upload Files, and drag the new data-scatter.csv into the folder, and Commit changes to replace the existing file with the same name. In your GitHub repo, click the new data-scatter.csv file to inspect the changes. Then go to your live website tab and refresh to see the updated scatter chart. ** Be patient** during busy periods, when changes make take up to 1 minute to appear. Learn more To solve problems, see the Fix Common GitHub and Code Errors chapter in this book. See more Highcharts Templates in this book Highcharts Demos http://highcharts.com/demo and Highcharts Docs http://www.highcharts.com/docs GitHub Pages features and tutorial, https://pages.github.com "], +["create-a-new-repo-and-upload-code-with-github.html", "Create a New Repo and Upload Code with GitHub", " Create a New Repo and Upload Code with GitHub by Jack Dougherty, last updated March 14, 2017 Question: If I already forked one copy of a GitHub code repository, GitHub will not allow me to fork it a second time. So how do I make a second copy of a repo? Answer: GitHub has a “one-fork” rule for good reasons, but here’s a simple way for beginners to work around it, using only your web browser and any computer (such as Mac, Windows, or Chromebook). Create a brand-new repository on GitHub in your browser Download an existing code repository and unzip the folder Upload the contents of that folder to your new repository and Commit Changes Video with step-by-step tutorial Follow these steps if you have already forked a GitHub repository and wish to make a second copy of it. For example, imagine that you have already forked a copy of the Leaflet Maps with Google Sheets repository from https://github.com/jackdougherty/leaflet-maps-with-google-sheets TO DO change repo address If you try to “fork” it again, GitHub will simply send you back to the first forked copy you already made. Clicking the “fork” button a second time is useless here. Instead, go to your GitHub account and Create a New Repository. Give it a different name, and click the box to create a README.md file, then scroll down to click the Create button. Go to the original repository where you wish to make a second copy, and click the Clone or Download button, and Download a zipped (compressed) file to your computer. In your computer downloads folder, unzip the compressed file, typically by double-clicking it. Go to the top level of your brand-new GitHub repository, and click the Upload Files button. Drag-and-drop all of the contents of the code repo you downloaded, EXCEPT the README.md file, because you have already created a new one. Click the Commit Changes button and be patient. During busy periods, a large upload may take 1 minute or more for GitHub to process. When the upload is done, inspect the contents that you copied into your brand-new repository. To publish your new repo to the live web, go to Settings > GitHub Pages > select Master branch > Save. Then copy the link to your published live site and paste into your README.md file for future reference. If you need to review these last steps, see Part B: Publish section of the Fork and Edit a Leaflet Map chapter in this book. "], +["choose-license.html", "Choose an Open-Source Code License", " Choose an Open-Source Code License By Jack Dougherty, last updated March 25, 2017 Whether you create a new code repository on GitHub, or fork a copy of someone else’s code, you should understand the basic concepts of a software license. Developers have the option to add a LICENSE file to their GitHub repo, which explains what other people can (or cannot) do with their code. On GitHub, free repos are publicly viewable and forkable by other users, so the platform encourages the use of open-source licenses. One example that is commonly used for code templates linked to this book is the MIT License: it allows anyone to copy, modify, and redistribute the code, as long as they credit the author(s) and do not hold them liable. Learn more about different types of open-source code licenses at http://choosealicense.com Learn more Licensing a Repository, GitHub Help page, https://help.github.com/articles/licensing-a-repository/ "], +["pull-request.html", "Pull Request to Merge Changes on GitHub", " Pull Request to Merge Changes on GitHub By Jack Dougherty, last updated March 5, 2016 ** TO DO ** - REWRITE this out-of-date page to focus solely on pull requests, branches, and merge changes Sign up for a free GitHub account, a free multi-purpose tool that allows you to: View and fork a copy of open-source code from other users Make simple edits to your code directly in the browser Share your code and receive or suggest revisions to others Host a live version of your web code with GitHub Pages GitHub is free if you publicly share your work. Private accounts require a subscription. This chapter shows the basic steps to use GitHub entirely in your browser, which works well for new users on nearly any computer (Mac, Windows, Chromebook, etc.) Intermediate users will want to read the next chapter with supplemental tools: GitHub Desktop and Atom editor. Advanced users may prefer to use GitHub command-line instructions, which are beyond the scope of this book. TO DO: REWRITE directions below to point users to GitHub Desktop and Atom Editor for editing on personal computer Newcomers can host their code on GitHub, and publish to the web using the GitHub Pages feature, by following step-by-step instructions or this YouTube video screencast. This basic tutorial demonstrates how to work with GitHub entirely through the browser. More advanced GitHub users may download other free tools (such as GitHub for Mac or GitHub for Windows) or use other methods (such as the terminal command line) to work more efficiently. Inside your free GitHub account, create a new repository (also known as a repo) to host your project’s code (such as an index.html file and more). Enter a repository name and description and check the box to automatically add a README file. If desired, select an open-source license (such as MIT), and click the Create Repository button. Your new repository automatically starts opens the “master” branch. Use the drop-down menu to create a new branch, and name it “gh-pages” (which is short for GitHub Pages), and press enter or return on your keyboard. In this tutorial, we do all of our editing and testing work in the gh-pages branch, which automatically appears on the public web. When we’re done, we will pull a copy (or sync) our completed work to the master branch for safekeeping and open sharing. To add ONE NEW FILE to the gh-pages branch, click the + button next to the repository name and enter the file name. For example, index.html is the default file name for most web projects. Select the “soft wrap” option (which makes long code strings more readable), and paste code into the editor. In this example, I pasted HTML code that was generated by publishing an interactive chart from a Google Spreadsheet. At the bottom, select the “commit” button (which means you are making a code change). Optionally, name and describe your commit, if you wish to track changes to your work. Edit an existing file in the gh-pages branch by selecting its title. For example, select the README filename (which should have been automatically generated when you created the repository and the gh-pages branch). On the next screen, select the Edit button. When editing the README file, type a link to the live web version of this repository, so that visitors may easily click to view it. The GitHub generic public web address is a combination of your username and “.github.io/” and your repository name, like this: http://USERNAME.github.io/REPOSITORYNAME In my README file, I typically write it this way so that visitors know to click the link: View live demonstration site at http://JackDougherty.github.io/demo Commit your change to the README file in the gh-pages branch by pressing the green button at the bottom of the editor page. Hint: If you named your file “index.html” then you don’t need to add anything else to the web address, because the site will automatically point to this default file. But if you entered a different file name, such as “sample.html”, then you need to add it to the web address in this way: http://Username.github.io/Repositoryname/sample.html Select the repository name to go to the upper-most file in the gh-pages branch. To view your live index.html code on the public web, click the link you created in your README file. (Hint: use the right-click feature to open in a new tab/window). Important: The very first time you create a gh-pages branch, it may take up to 10 minutes for its content to appear on the open web. Afterwards, when you add or edit files in this branch, they should appear nearly instantly on the web, though you may need to refresh your browser to view any changes you have made. To add MULTIPLE FILES to the gh-pages branch, you could copy and paste each one individually as shown above, or choose one of these labor-saving options: If a code template already exists somewhere on GitHub, “fork” a copy of the repository to your own account, create a gh-pages branch for the live web, and edit/modify the files as desired. To sync and upload multiple files from your desktop to a GitHub repository, use the free GitHub for Mac or GitHub for Windows tool, which features a graphical user interface to do tasks above very easily. Advanced coders may use command-line instructions to upload and sync files to GitHub most efficiently. To BACKUP and SHARE your work: After adding or editing files in the gh-pages branch, create a “pull request” (to merge files) to the master branch. Use the drop-down menus to CAREFULLY select the direction of the merge in this TO-FROM format: TO master branch FROM gh-pages branch Follow these steps to finish the pull request, which merges all content TO the master branch FROM gh-pages branch: Create the pull request (select green button) Give it a title (such as “updated index and ReadMe”) Send pull request (green button) Merge pull request (another green button) Confirm merge (and another green button!) Always double-check your repository branch names to do editing and live web testing in the gh-pages branch, then make sync a copy to public share in the master branch. To embed an interactive data visualization from a GitHub Pages host site into a secondary website (such as an organization’s WordPress.org site), see the Embed iframe with WordPress tutorial in this book. See my sample repositories, with links to live demo sites, at https://github.com/JackDougherty?tab=repositories. Learn more about GitHub general features to share and collaborate on other users’ public code repositories. TO DO Reminder: GitHub allows users to create one fork of a repo to your account. To create a second copy, go to the repo of your first copy, click Settings, and rename it. But if you rename your repo, you also will need to change any links you created to its live version in the next section. "], +["atom-desktop.html", "Work more efficiently with Atom editor and GitHub Desktop", " Work more efficiently with Atom editor and GitHub Desktop TO DO: revise this outdated page * While you can do nearly everything in this book with GitHub in your browser, several steps will be faster and more efficient with two related free tools: download Atom Editor from GitHub (https://atom.io) download GitHub Desktop for Mac or Windows (https://desktop.github.com) OLD INSTRUCTIONS Download the free GitHub Desktop tool to sync and additional GitHub repos on your local Mac or Windows computer. GitHub allows users to create one fork of the basic Searchable Map template repository. To create a second template, or to move and edit multiple files for more advanced versions, download the GitHub for Mac/Windows tool. 1. Download the free tool: GitHub for Mac or GitHub for Windows 1. In the Searchable Map Template in GitHub, click Clone and save to your hard drive 1. In your GitHub browser, create a new repository for your second template, and select options to create a README.MD and license (recommended: MIT). 1. Clone your second template repository to your hard drive 1. In your hard drive, copy and paste the files from the cloned Searchable Map Template to your cloned second template. Replace the existing README.MD and license files. 1. In your GitHub for Mac/Windows tool, Commit and Sync your second template to your GitHub online account. Title the commit before clicking the button. 1. Refresh your browser to view the synced files in your GitHub account. Start at the top of these directions to remove an old gh-pages branch, create a new gh-pages branch, and edit files. "], +["fix-code.html", "Fix Common GitHub and Code Errors", " Fix Common GitHub and Code Errors By Jack Dougherty, last updated March 25, 2017 What happens if you cannot view your published GitHub repository, or if your code breaks and no longer displays what it was designed to show? These are common problems, especially for newer students, because accidentally clicking the wrong box or mistakenly erasing a single character (such as a semicolon) can make your visualization seem to vanish, even though your work is usually still there. Breaking your code—and figuring out how to fix it—is a great way to learn, even if it requires trial and error. Safely Delete your GitHub Repo and Start Over If you need to delete your GitHub repo and start over, here’s a simple way to safely save your work: - Go to the top-level of your GitHub repository, similar to https://github.com/USERNAME/REPOSITORY - Click the green “Clone or Download” button, and select Download Zip to receive a compressed folder of your repo contents on your computer. - In your GitHub repo, click on Settings (upper-right area) and scroll down to Delete This Repository. - To prevent accidental deletions, GitHub requires you to type in the REPOSITORY name. - Now you can start over in one of these ways: - If you wish to Create a Simple Web Page with GitHub Pages, follow that tutorial again. - OR - Fork another copy of the original GitHub repository to your account. After you create your copy, if you wish to add selected files that you previously downloaded to your computer, follow directions to Upload Code with GitHub in the second half of this tutorial in this book Problems with Creating a Simple Web Page with GitHub Pages If you followed the Create a Simple Web Page with GitHub Pages tutorial, it should have created two web links (or URLs): - your code repository, in this format: https://github.com/USERNAME/REPOSITORY - your published web page, in this format: https://USERNAME.github.io/REPOSITORY Be sure to insert your GitHub username, and your GitHub repository name, in the general formats above. These URLs are NOT case-sensitive, which means that https://github.com/USERNAME and https://gitub.com/username point to the same location. My simple GitHub web page does not appear Make sure that you are pointing to the correct URL for your published web page, in the format shown above. Be patient. During busy periods on GitHub, it may take up to 1 minute for new content to appear in your browser. Do a “hard refresh” to bypass any saved content in your browser cache. Ctrl + F5 (most Windows-Linux browsers) Command + Shift + R (Chrome or Firefox for Mac) Shift + Reload button toolbar (Safari for Mac) Test the link to your published web page in a different browser. If you normally use Chrome, try Firefox. On rare occasions, the GitHub service or GitHub Pages feature may be down. Check https://status.github.com. My simple GitHub web page does not display my iFrame If you followed the Create a Simple Web Page with GitHub Pages tutorial and inserted an iframe in the README.md file, it will appear in your published web page, under these conditions: Ideally, your README.md should be the ONLY file in this GitHub repository Any other files in your repo (such as index.html, default.html, or index.md) will block the iFrame HTML code in your README.md from being published on the web. If you accidentally selected a GitHub Pages Theme, you need to delete any extra files it created: click each file, select trash can to delete it, and commit changes. Screenshot: Extra files in GitHub repo will block iFrame in your README Problems with iFrames My iFrame does not appear in my web page Go back to the Embed tutorials in this book to double-check the directions Items listed in your iFrame (such as the URL, width, or height) should be enclosed inside straight quotation marks (single or double) BROKEN iFrame (missing quotation marks for width and height) <iframe src="https://jackdougherty.github.io/leaflet-map-simple" width=90% height=350></iframe> FIXED iFrame (with correct quotation marks) <iframe src="https://jackdougherty.github.io/leaflet-map-simple" width="90%" height="350"></iframe> Use only https (the extra ‘s’ means ‘secure’), not http. Some web browsers will block content if it mixes http and https resources, and some code templates in this book require https. Screenshot: Replace http with https Use only straight quotes, not curly quotes. Avoid pasting text from a word-processor into GitHub, which can accidentally carry over curly quotes. Typing directly into the GitHub editor will create straight quotes. Screenshot: Curly quotes versus straight quotes Problems with Leaflet Maps with Google Sheets template My map does not appear Confirm that you have completed all of the key steps in the Leaflet Maps with Google Sheets tutorial in this book, especially these: Sign in to Google and File > Make a Copy of the Google Sheet to your Google Drive. File > Publish your Google Sheet (Jack often forgets this key step!) Copy your Google Sheet web address from top of your browser (usually ends with ...XYZ/edit#gid=0) and paste into your google-doc-url.js file in your GitHub repo. Do NOT copy the Published web address (which usually ends with ...XYZ/pubhtml) When you paste your Google Sheet web address into google-doc-url.js, be careful not to erase single-quote marks or semicolon Go to your live map link, which should follow this format: https://USERNAME.github.io/REPOSITORY, refresh the browser, and wait at least 30 seconds. Check your Google Sheet for errors: Do NOT rename column headers (in row 1) of any sheet, because the Leaflet Map code looks for these exact words. Screenshot: User accidentally renamed column headers in the Points tab Do NOT rename row labels (in column A) of any sheet, due to the same reason above. Screenshot: Do not rename or delete In your Points tab, DO NOT leave any blank rows Confirm on GitHub Status (https://status.github.com/) that all systems are operational. If you cannot find the problem, go to the top of this page to Safely Delete Your GitHub Repo and Start Over. Also, make a new copy of the Google Sheet template, give it a new name, and copy data from your old sheet using File > Paste Special > Values Only. Problems with Highcharts code templates Chart displays old data If you upload new data to your Highcharts code template on GitHub Pages, and it does not appear in your browser after refreshing and waiting up to one minute, then GitHub Pages is probably not the cause of the problem. Instead, some browsers continue to show “old” Highcharts in the web cache. The simplest solution is to File > Quit your browser and re-open the link to your Highcharts. Problems with Mac Computers No file extensions Several tools in this book will not work properly if your Mac Finder does not display file extensions. In other words, every file should include a period followed by several letters (such as data.csv and map.geojson). If you do not see these extensions at the end of each file name, then go to Finder > Preferences > Advanced and check the box to turn them on, as show below: Screenshot: Checkbox to show filename extensions Solve Problems with Browser Developer Tools Peek inside any website and view the web code under the hood with the browser developer tools. In Chrome for Mac, go to View > Developer > Developer Tools In Firefox for Mac, go to Tools > Web Developer > Inspector "], +["transform.html", "Transform Your Map Data", " Transform Your Map Data by Jack Dougherty with Stacy Lam and David Tatem, last updated March 30, 2017 Interactive web maps are made up of different layers, such as background basemaps, colored or shaded polygons, and/or colored point markers. This chapter describes how to transform your data into layers that you can upload into online map tools and templates. Specifically, you will learn how to: Geocode locations into coordinates with US Census or Google Pivot address-level point data into polygon data Normalize data to create more meaningful polygon maps Convert map data with GeoJSON.io or Mapshaper.org Join spreadsheets and polygon boundaries with MapShaper.org Enroll in our free online course TO DO add link, which introduces these topics in the brief video below, and offers more exercises and opportunities to interact with instructors and other learners. "], +["geocode.html", "Geocode Locations into Coordinates with US Census or Google", " Geocode Locations into Coordinates with US Census or Google By Ilya Ilyankou and Jack Dougherty, last updated September 28, 2017 Many free map tools geocode locations by placing them on a map, such as the BatchGeo and Google My Maps tutorials in this book. But those tools typically do not allow you to easily extract the latitude-longitude coordinates for each point. We created two free Google Sheets Geocoder scripts that have several advantages: convert locations (Hartford CT) or addresses (300 Summit St, Hartford CT) into latitude-longitude coordinates (41.748, -72.692) inside your Google Sheet show the location found in the geocoding database, and match quality, to review your results convert US addresses into US Census geography, such as census tracts, block groups, and blocks As with any geocoding service, accuracy is not guaranteed. Inspect your results in the Found and Quality columns. Google Sheets Geocoder: US Census or Google Geocode locations into latitude, longitude, with source and match quality, inside a Google Sheet Go to Google Sheet template, sign in to your account, and File > Make a Copy to your Google Drive https://docs.google.com/spreadsheets/d/1XvtkzuVyQ_7Ud47ypDJ4KOmz_5lOpC9sqeEDBbJ5Pbg/edit#gid=0 Insert locations, select 6 columns, and select Geocoder menu: US Census or Google (limit 1000 daily per user) Google Sheets script will ask for permission to run the first time Note: The Leaflet Maps with Google Sheets template in this book includes this Geocoder script. Screencast: Google Sheets Geocoder: US Census or Google Google Sheets Geocoder: US Census Geographies Geocode US addresses into latitude, longitude, GeoID, census tract, inside a Google Sheet Go to Google Sheet template, sign in to your account, and File > Make a Copy to your Google Drive https://docs.google.com/spreadsheets/d/1x_E9KwZ88c_kZvhZ13IF7BNwYKTJFxbfDu77sU1vn5w/edit#gid=0 Insert locations, select 8 columns, and select Geocoder menu: US Census 2010 Geographies Google Sheets script will ask for permission to run the first time Screencast: GoogleSheets Geocoder: US Census Geographies About US Census 15-character GeoID Make sure that column G is formatted as text (to preserve leading zeros), not number Break down a sample GeoID: 090035245022001 state = 09 county = 003 tract = 524502 = 5245.02 block group = 2 block = 001 How it works The Google Sheet Geocoder runs from a script insert in the Google Sheet, which calls one of two free geocoding services: US Census Geocoder https://geocoding.geo.census.gov/geocoder. See more detailed documentation at http://www.census.gov/geo/maps-data/data/geocoder.html Geocode with Google Apps: The Maps Service of Google Apps allows users to geocode street addresses without using the Google Maps API, with a limit of 1,000 searches daily per user, https://developers.google.com/apps-script/reference/maps/geocoder How to insert the Geocoder Script into any Google Sheet If you do not wish to File > Make a Copy of the Google Sheet templates above, you can insert the open-source Geocoder Scripts into your own Google Sheet: Go to Google Sheets Geocoder repo on GitHub Sign in to your Google Sheets, then select Tools > Script Editor File > Create New Script File Open and copy a script (such as geocoder-census-google.gs) and paste into your Script Editor Save and rename to geocoder-census-google.gs Refresh your Google Sheet and look for new Geocoder menu TO DO Also describe and link back how to split columns to form multi-columns addresses also describe and link back to how to unify columns to form a one-column address add this https://developers.google.com/maps/faq#geocoder_queryformat See also: Batch upload to US Census Available at US Census Geocoder https://geocoding.geo.census.gov/geocoder/ Upload CSV table with up to 1000 rows for faster processing, in this format, WITHOUT column headers: AnyID | Street | City | State | Zip | :—– | :—– | :— | :—- | : — | 1 | 300 Summit St | Hartford | CT | 06106 | Find Locations using > Address Batch (returns latitude, longitude coordinates) Find Geographies using > Address Batch (returns lat, lng, census geographies) Limitations: Inputs and outputs have no column headers, which may confuse novices Large batches may be delayed a few minutes during peak time periods Unmatched addresses need to be manually corrected and re-submitted Try it: Batch Upload to US Census Right-click and Save this CSV file to your computer: sample-addresses-50. CSV means comma-separated values, a generic spreadsheet format that most data tools can easily open. Use any spreadsheet tool to organize your address data into five columns: any ID number, street, city, state, zip code. Remove all column headers. Hints: If your data lacks ID numbers, quickly create a column of consecutive numbers, as shown in this book. If your address data includes apartment numbers, leave them in. Only the ID and address fields are required. City, state, and zip code may be blank if you lack any of this information, but fewer matches will be exact. If your address data is combined into one cell, such as: 300 Summit St, Hartford, CT 06106 then try to clean your data with the split column method in this book. If you need to temporarily move other non-address data columns into a second spreadsheet, remember to paste the column of ID numbers into the second sheet. After geocoding, sort both sheets by the ID column, then paste to rematch the data. Save the file in CSV generic spreadsheet format, in batches of no more than 1,0000 rows per file. Learn more about saving in CSV format in this book. Go to US Census Geocoder (https://www.census.gov/geo/maps-data/data/geocoder.html) Select the Find Geographies Using…Address Batch button for maximum results, including lat-long coordinates and census geography (tracts and block groups). If census geography is not needed, select Find Locations Using…Address Batch. Click the Choose button to upload your CSV file. Use the default benchmark and vintage settings for the most current data. Click the Get Results button, and be patient if using the service during busy weekday hours. Census Geocoder will download the results through your web browser in a file named: GeocodeResults.csv. Since these results do not contain column headers, use the screenshot below for guidance, or read the Census Geocoder documentation for more details. Use a spreadsheet tool to open the CSV file. Sort results by the match quality (columns C and D), with these entries: match exact, match non-exact, tie, no-match. For results without an exact match, check the address for typos, and try to re-geocode in a separate CSV file. The US Census Geocoder tool is very good, but not perfect. For a few rows of hard-to-match data, use a different geocoding tool, such as the Google Maps > What’s Here feature described at the top of this page, to look up individual addresses and coordinates. Learn more Aggregate individual rows of data into groups by census area with pivot tables. Download census data by tract or block group, and use the VLOOKUP formula to join or merge this rows of data that you have geocoded by census tract or block group. "], +["pivot-point-to-polygon.html", "Pivot Address-Level Point Data into Polygon Data", " Pivot Address-Level Point Data into Polygon Data By Jack Dougherty, last updated March 30, 2017 Problem: If I begin with address-level point data, how can I transform this into polygon map data? One solution: In any spreadsheet, split your address data into separate columns (such as Street, City, State), then create a pivot table to aggregate rows into groups (such as the number of addresses in each City or State). If your location data is combined into one column (example: 300 Summit St, Hartford CT), then see the Spreadsheets: Split Data Columns tutorial in this book. Here’s an example using a long list of US hospitals from the Medicare open data repository, which is already split into separate columns: https://data.medicare.gov/Hospital-Compare/Hospital-General-Information/xubh-q36u Open the link above, see columns of data (Address, City, State, etc.), and click the blue Export button to download in the CSV generic spreadsheet format. Screenshot: Export US Hospital data into CSV format Open the file with any spreadsheet tool, and create a pivot table to count up the number of hospitals in each state. For help, see the Pivot Table tutorial in this book. Screenshot: Pivot Table of US Hospitals by State Now you can copy and paste the pivot table raw data of hospitals by US states. See the Normalize Data tutorial and also the Edit and Join Spreadsheet with Polygon Map using Mapshaper tutorial in this book. Other Solutions use the Google Sheets Geocoder: US Census Geographies tutorial in this book to convert addresses into census tracts, etc., and then pivot do a polygons-to-points spatial join with Mapshaper.org ** TO DO ** "], +["normalize-data-to-create-meaningful-polygon-maps.html", "Normalize Data to Create Meaningful Polygon Maps", " Normalize Data to Create Meaningful Polygon Maps By Jack Dougherty, last updated March 31, 2017 When preparing polygon maps, normalize your data to create more meaningful comparisons. Learn the difference between: **Raw data:** absolute values, such as the population of each US state (example: Connecticut population in 2015 = 3,590,886 people) **Normalized data:** represented on a standard scale (also known as standardized data), such as the population density of each US state (example: Connecticut 2015 population density = 3,590,886 people / 4,482 square miles = 742 people per square mile, equivalent to 1,922 people per square kilometer) The difference between raw versus normalized data matters, especially in polygon maps. For example, the US states of Connecticut and Iowa have similar populations of about 3 million people each. But the rural midwestern state of Iowa has a much larger land area of over 55,000 square miles, while the more urbanized eastern state of Connecticut has a smaller land area of around 4,000 square miles. We can display all of this data in a table (as show below), but when making a polygon map, it makes most sense to show a normalized value, such as population density. US State Population 2015 Land Area (in square miles) Density (pop per square mile) Iowa 3,123,899 55,857 56 Connecticut 3,590,886 4,842 741 But raw data still matters, too. Although normalized data allows for easier comparisons across regions of different size, it can hide very low raw data values. For example, imagine two city neighborhoods with equally high unemployment rates of 20%, a normalized value. But if one neighborhood has a labor market population of 5,000 people while the other has only 500, the actual number of unemployed people in the second neighborhood is much smaller, as shown in the table below. Neighborhood Labor Market Population Unemployment Rate Actual Unemployed People First 5,000 20% 1,000 Second 500 20% 100 Different ways to normalize data After you understand the basic concept, also think about different ways to normalize the same data. Your method depends on the type of data story you wish to emphasize. Look at the table excerpt below on US population and land area by state in 2015: Screenshot: US population and land area There are at two acceptable ways to normalize this raw data: Normalized by area: Population per square mile in each state (calculate = pop / square miles) Normalized by total: Percent of total US population in each state (calculate = state pop / total US pop) For example: US State Population 2015 Land Area (sq. mi) Density (per square mile) Connecticut 3,590,886 4,842 741 "], +["convert-geojson.html", "Convert Map Data into GeoJSON format", " Convert Map Data into GeoJSON format By Jack Dougherty, last updated April 3, 2017 When you find map data, it may be stored in one of these common data formats below: GeoJSON GeoJSON is newer, popular open format for map data, and works across many tools, so is our top recommendation in this book. GeoJSON files can be used with Leaflet map code, Google Maps JS API code, Carto map tools, and more. Also, your GitHub repository will automatically display any GeoJSON files in a map view. GeoJSON data must follow a structured format, but the file name may end with either .geojson or .json. The GeoJSON structured format orders coordinates in longitude-latitude format, the same as X-Y coordinates in mathematics. This is the opposite of Google Maps and several other web map tools, which order points in latitude-longitude format. For example, Hartford Connecticut is located at (-72.67, 41.76) in GeoJSON, but (41.76, -72.67) in Google Maps. Shapefiles The shapefile format was created in the 1990s by ESRI, the company that developed ArcGIS software. Shapefiles typically appear as a folder of subfiles with suffixes such as .shp, .shx, .dbf, and others. Although government agencies commonly distribute map data in shapefile format, the standard tools for editing these files—ArcGIS and its free and open-source cousin, QGIS—are not as easy to learn as other tools in this book. For this reason, this book recommends converting shapefiles into one of the more friendlier formats below. Keyhole Markup Language (or KML) The KML format rose in popularity during the late 2000s. Google Earth, a free and user-friendly tool, allowed many people to view and edit geographic data. KML files are commonly used in the Google Fusion Tables maps described in this book. Sometimes .kml files are distributed in a compressed .kmz format. See the chapter on converting from KMZ to KML format in this book. "], +["convert-edit-and-create-map-data-with-geojson-io.html", "Convert, Edit, and Create Map Data with GeoJson.io", " Convert, Edit, and Create Map Data with GeoJson.io By Jack Dougherty, last updated March 26, 2017 ** TO DO ** rewrite into tool review and tutorial format place polygon conversion at top and specify import-export formats Go to http://geojson.io to explore this open-source web tool to convert, edit, and create GeoJSON map data. The tool was originally developed by Tom MacWright, and is supported by Mapbox.com. Convert a CSV spreadsheet of point data into GeoJSON Use any spreadsheet tool and prepare a list of coordinate points (known as features). You must include column headers lat and lon, or a fuller spelling, such as latitude and longitude. The order of the columns does not matter. Also, you can add more headers to identify each point (example: name) and include more details (known as the properties of the features). Save your spreadsheet in generic CSV format. Hint: see Save Spreadsheet as CSV chapter in this book. Try it! Click this link and Save to download this sample file to your computer: name-lat-lon-info in CSV format. CSV means comma-separated values, a generic spreadsheet format that most data tools can easily open. Drag the CSV file into the GeoJSON.io map window. Flip between the JSON and Table tabs to view or edit the data. Screencast Select the Save menu and export into GeoJSON format. Optional: Login to GeoJSON.io with your GitHub account and save directly to your repository. Convert Shapefile or KML polygons into GeoJSON Polygon boundary data is often shared as ArcGIS Shapefiles (.shp) or Keyhole Markup Language (.kml) files. Drag any of these (and other) files into the http://GeoJSON.io map window. Flip between the JSON and Table tabs to view or edit the data. Select the Save menu and export into GeoJSON format. Create GeoJSON data with drawing tools Use the http://GeoJSON.io drawing tools to create points, polygons, and polylines. Flip between the JSON and Table tabs to view or edit the data. Learn more about GeoJSON.io Read about more advanced features and view the code at https://github.com/mapbox/geojson.io "], +["convert-edit-join-and-dissolve-with-mapshaper-org.html", "Convert, Edit, Join, and Dissolve with MapShaper.org", " Convert, Edit, Join, and Dissolve with MapShaper.org By Jack Dougherty, last updated April 10, 2017 ** TO DO ** rewrite into tool review/tutorial format put conversion at top and clarify import-export formats recommended browsers: Firefox or Chrome Mac users: go to Finder > Preferences > Advanced > turn on Show file extensions MapShaper (http://MapShaper.org) is another versatile open-source mapping tool, developed and maintained by Matthew Bloch on GitHub. Using the web interface, users can: Import and export map layers in multiple formats: Shapefile, GeoJSON, CSV, and more Simplify (or smooth out) geographic details to reduce map file size Edit geography with powerful commands (dissolve, clip, join files, etc.) This free and easy-to-learn MapShaper.org web tool has replaced many of my map preparation tasks that previously required expensive and hard-to-learn ArcGIS software, or its free but still-challenging-to-learn cousin, QGIS. Even advanced GIS users may discover MapShaper.org to be a quick alternative for some common time-consuming tasks. The examples below focus on polygon boundary data to illustrate common map editing tasks. But MapShaper.org also works with other data layers, such as tables, points, and lines. Import and convert map boundary files Try it! Right-click the link and Save to download this sample file to your computer: ct-towns in GeoJSON format. If you accidentally open a page of GeoJSON code in your browser, select File > Save Page As to download to your computer. Drag-and-drop any map layer into the http://MapShaper.org browser window. Import GeoJSON (.geojson or .json), TopoJSON, CSV, or Shapefile formats For Shapefiles, import the .shp (features), .dbf (attribute data), and .prj (projection) files. Reminder: the WGS84 projection is most portable across multiple platforms. KML/KMZ files are not compatible. To convert these into a format that Mapshaper can import, see the Convert KMZ to KML and Geojson.io chapters in this book. Click the Export button and select your preferred format: Shapefile (best for ArcGIS/QGIS software) GeoJSON (best for Leaflet and GitHub tools in this book) TopoJSON (similar to GeoJSON, with topographical data) SVG (Scalable Vector Graphics, for print or online) CSV (Comma Separated Values, generic spreadsheet format) Screencast Edit data for specific polygons To edit data for any polygon in MapShaper.org: Click the “i” information button Select the polygon Click inside its pop-up info window to directly edit the data Simplify map boundaries to reduce file size If your data visualization project displays a zoomed-out state or national or world map, small geographic details that are invisible at these zoom levels may not be necessary. Consider using the Simplify command to reduce the file size, which may help your interactive web map to load faster for web visitors. The example below began with a detailed map of Connecticut town boundaries (1:100,000 scale) at 2MB, which MapShaper simplified – without visibly sacrificing details at the statewide zoom level – to a reduced size of about 200KB. Try it! Download and upload the sample GeoJSON file as described in the Import section above. Click the Simplify button to review options, and in most cases, accept the default settings. Click Next. Slide the Simplify button from 100 percent down to an appropriate number for your map zoom level. If important geographic details disappear, you may have gone too far. Look in the upper-left corner and click on recommended Repairs to your map file. Complete the process by clicking Simplify once again. Export your file in the preferred format for your project. Dissolve internal polygons to create an outline map MapShaper.org also includes a Console button to type in commands for common map editing tasks. Imagine that you begin with a boundary map that includes internal polygons, but your goal is to remove all of them to create an outline map. Click the Console button, which opens a window to type in commands. Enter the command below, then press return. Close the Console window and Export your outline map. -dissolve Screencast Clip a map to match an outline layer Imagine that you start with a polygon map of all towns in Connecticut, and an outline map of Hartford County, a larger region that includes some (but not all) of those smaller towns. Your goal is to create a polygon map of all towns inside Hartford County. In other words, we will “clip” the statewide town map using the county outline map. Try it! Right-click the link and Save to download both sample files to your computer: ct-towns in GeoJSON format hartfordcounty-outline in GeoJSON format If you accidentally open a page of GeoJSON code in your browser, select File > Save Page As to download to your computer. Refresh the browser to start a new session in http://MapShaper.org. Drag-and-drop the ct-towns.geojson file to import to MapShaper. Drag-and-drop the hartfordcounty-outline.geojson map to MapShaper, and click Import to add this second layer. In the drop-down menu, select the first map (ct-towns) to display it as the active layer. Click the Console button, type or paste in the command below, and press enter. -clip hartfordcounty-outline.geojson The command above instructs MapShaper to clip the active map layer (ct-towns) using the second layer (hartfordcounty-outline). Sometimes the boundaries of the clip layer do not precisely match up with your active layer, due to differences between their sources. If necessary, add the cleanup command to remove any null features or small “slivers” that remain after the clip. - clip hartfordcounty-outline.geojson cleanup Removed 3 null features and 5 slivers TO DO fix animation to match new file names Screencast Remove unwanted data columns Sometimes your polygon map contains several columns of unwanted data. To quickly remove them, enter the “-filter-fields” Console command to keep only the columns you list. The example below deletes all columns except “town”: -filter-fields town Join spreadsheet data with polygon map ** TO DO ** - fix images and animations to map the new file names and column headers A common mapping task is to join (or merge) new data columns into a polygon boundary map, and MapShaper.org makes this very easy. Imagine that you have two files: Connecticut town boundary map a spreadsheet of town population data Your goal is to unite these files, so that you can later display them in a thematic polygon map. Since these two files share a common column of data – the town names – you can join them together into one merged file. Try it! Right-click each link and Save to download two sample files to your computer: ct-towns in GeoJSON format ct-towns-popdensity in CSV format If you accidentally open a page of GeoJSON code in your browser, select File > Save Page As to download to your computer. Refresh the browser to start a new session in http://MapShaper.org. Drag-and-drop the ct-towns.geojson boundary file into MapShaper. Select the “i” info button and click on any polygon to confirm that the column header is “name”. Open the ct-towns-popdensity.csv file with any spreadsheet tool and confirm that first column header also is “name”. Close this file. Drag-and-drop the ct-towns-popdensity.csv file into MapShaper.org, and select the Import button to add it as a second layer. This table layer will appear as rectangular cells, because it does not contain geographic information. Click the drop-down menu and select the map to display it as the active layer. Click the Console button, type this command, and press return: -join ct-towns-popdensity.csv keys=name,name Type this precisely, with no spaces between the words in your keys. This command instructs MapShaper to join the active map layer to the CSV table layer, based on their shared column of data, labeled as “name” in both files. In this example, 169 rows are merged together. Click the Console button to close the command window. Select the “i” info button and click any polygon to confirm that it now contains the new table data. Export the file in your preferred format. More about joins If you don’t have a CSV table that matches the columns in your boundary map data, you can easily create one. Upload the boundary map to MapShaper.org, and export in CSV format, and open with any spreadsheet tool. To match data columns in the CSV spreadsheet, use the VLOOKUP method in this book. The simple join example above uses identical keys (name,name) because the two columns headers are the same. But if you need to join data where the headers are not the same, enter the first key (the polygon map) and the second key (the CSV table). Mapshaper also helps you to keep track of data that are not properly joined or matched. For example, if the polygon map contains 169 rows (one for each town in Connecticut), but the CSV table contains only 168 rows of data, Mapshaper will join all of those with matching keys, and then display this message: Joined 168 data records 1/169 target records received no data To capture data records that are not properly joined, add these terms at the end of your join command: unjoined unmatched -info. The first term saves a copy of each unmatched record from the target table to a new layer named “unmatched,” and the second term saves a copy of each unjoined record from the source table into another layer named “unjoined.” In the example below, see the console command and results, and a screenshot of the two new layers. $ -join towns-data.csv keys=name,name unmatched unjoined -info Joined 27 data records 2/29 target records received no data 2/29 source records could not be joined Layer 1 ... Merge selected polygons with join and dissolve commands ** TO DO ** fix screenshots to match new data files and column headers Another common task is to merge selected polygons in a boundary map, which you can do in MapShaper with the join and dissolve commands you learned above. Imagine that you wish to create regional “cluster” boundaries from smaller polygon areas. For example, the Connecticut Department of Public Health has grouped individual towns, such as Bloomfield and West Hartford, into regional health districts. Your task is to begin with a statewide polygon map of all town boundaries, and to create a new polygon map that displays these regional clusters. Try it! Right-click the link and Save to download the sample files to your computer: ct-towns in GeoJSON format. If you accidentally open a page of GeoJSON code in your browser, select File > Save Page As to download to your computer. Refresh the browser to start a new session in http://MapShaper.org. Import the ct-towns.geojson map file into http://MapShaper.org. Export in CSV format. This steps creates a spreadsheet that lists all of the polygon town names, without geographic details. Open the CSV file with any spreadsheet tool. Copy the contents of the “name” column, paste it into a second column, and change the header of this second column to “merged”. In the new “merged” column, create new listings for towns you wish to merge together. In this example, Bloomfield and West Hartford are merged into Bloomfield-West Hartford. Leave other towns unchanged. Save this spreadsheet in CSV format with a new file name, such as: ct-towns-merged.csv. Drag this new ct-towns-merged.csv file into MapShaper, and click Import. Use the drop-down menu to manage multiple layers in MapShaper. Since the CSV file has no geography, it appears as a series of rectangular cells. Instead, select the ct-towns.geojson map to display it as the active layer. Click on the Console button, type in both of the commands below, and press Return at the end of each line: -join CT-towns-merged.csv keys=name,name -dissolve merged How to understand the commands above: The first line “joins” the active layer (the polygon map) to the CSV spreadsheet, with “keys” to match their shared data columns, which are both labeled as “name”. The second line dissolves the polygons of towns listed in the “merged” column of the CSV file. In this simple example, only Bloomfield and West Hartford are dissolved into a combined “Bloomfield-West Hartford” regional health district, and all of the other polygons remain the same. Click the Console button to close its window. Select the “i” information button to inspect your merged polygons. Export the map in your preferred format. Learn more advanced MapShaper methods See the MapShaper GitHub project wiki (https://github.com/mbloch/mapshaper/wiki/) for more command references and tips about map simplification TO DO: illustrate concept of a point-to-polygon spatial join. When using the join command, “If the keys= option is missing, Mapshaper will perform a point-to-polygon or polygon-to-point spatial join.” "], +["detect.html", "Detect Bias in Data Stories", " Detect Bias in Data Stories by Jack Dougherty with Stacy Lam, and David Tatem, last updated March 17, 2017 While we like to believe data visualizations simply “tell the truth,” when you dig further into this topic, you realize that there are multiple ways to represent reality. In this chapter, you will learn how visualizations display the biases of the people and the software that create them. Although we cannot stop bias, we can teach people to look for and detect it, and be aware of our own. Sections in this chapter: How to Lie with Charts, inspired by Darrell Huff (1954) How to Lie with Maps, inspired by Mark Monmonier (1996) Enroll in our free online course TO DO add link, which introduces these topics in the brief video below, and offers more exercises and opportunities to interact with instructors and other learners. Learn more Darrell Huff, How to Lie with Statistics (W. W. Norton & Company, 1954), http://books.google.com/books?isbn=0393070875 Mark S. Monmonier, How to Lie with Maps, 2nd ed. (University of Chicago Press, 1996), http://books.google.com/books?isbn=0226534219 Nathan Yau, “How to Spot Visualization Lies,” FlowingData, February 9, 2017, http://flowingdata.com/2017/02/09/how-to-spot-visualization-lies/ "], +["how-to-lie-with-charts.html", "How to Lie with Charts", " How to Lie with Charts By Jack Dougherty, last updated March 25, 2017 One of the best ways to learn how to detect bias in data visualization is to intentionally manipulate a chart, and tell two (or more) opposing stories with the same data. You’ll learn what to watch out for when viewing other people’s charts, and think more carefully about the ethical issues when you design your own. This exercise was inspired by a classic book published more than fifty years ago: Darrell Huff, How to Lie with Statistics (W. W. Norton & Company, 1954), http://books.google.com/books?isbn=0393070875 Right-click this link and Save to download this sample data in CSV format to your computer: us-gross-domestic-product-per-capita. This historical data on economic productivity comes from the World Bank, World Development Indicators, http://data.worldbank.org/data-catalog/world-development-indicators Upload the CSV file to your Google Drive (with Settings to Convert to Google format) to create a Google Sheet. Select the data cells and Insert > Chart > Line chart, similar to the default version shown below: In your Google Sheet chart, double-click the vertical y-axis to edit the Minimum and Maximum values. Screenshot: Edit the Min and Max values of the Y-axis Make the line look “flatter” (slower economic growth) by lowering the minimum to $36,000, and increasing the maximum to $100,000, as shown below: Make the line look like a “sharper increase” (faster economic growth) by increasing the minimum to $38,000, and lowering maximum to $52,000, as shown below: ** TO DO – add conclusion ** "], +["how-to-lie-with-maps.html", "How to Lie with Maps", " How to Lie with Maps By Jack Dougherty, last updated March 20, 2017 One of the best ways to learn how to detect bias in data visualization is to intentionally manipulate a map, and tell two (or more) opposing stories with the same data. You’ll learn what to watch out for when viewing other people’s maps, and think more carefully about the ethical issues when you design your own. This exercise was inspired by Mark S. Monmonier, How to Lie with Maps, 2nd ed. (University of Chicago Press, 1996), http://books.google.com/books?isbn=0226534219 First, scroll through this data on Median Household Income for Hartford-area towns, 2011-15, from American Community Survey 5-year estimates. Or right-click to open this Google Sheet in a new tab. Next, explore two different polygon maps of the same data. Use the drop-down menu to compare “Extreme Differences” versus “Uniform Equality” Why are these two maps portray the same data so differently? To see the answer, look at the data ranges. . .. ** TO DO ** Create your own version… "], +["story.html", "Tell Your Data Story", " Tell Your Data Story Tell the story about your data, including its most meaningful insights and limitations Write compelling titles, labels, and sentences to accompany your visualization. Call attention to the most meaningful insights in your chart, and explain any data limitations. This chapter draws inspiration from Cole Nussbaumer Knaflic, Storytelling with Data: A Data Visualization Guide for Business Professionals (Wiley, 2015), http://www.storytellingwithdata.com/book/ Beginning, Middle, and End Draw Attention to Meaning TO DO "], +["highcharts.html", "Highcharts Code Templates", " Highcharts Code Templates by Ilya Ilyankou and Jack Dougherty, last updated March 21, 2017 While beginners appreciate the drag-and-drop chart tools and tutorials described earlier in this book, such as Google Sheets and Tableau Public, more advanced users may wish to customize their visualizations, add more complex data, and control exactly how and where their work appears on the web. A more powerful and relatively easy-to-learn solution is to use code templates built with Highcharts https://highcharts.com, an open-source library, which you can modify and host on GitHub, as described in this book. Tool Review Pros of working with Highcharts (http://highcharts.com): Open-source code that is free for individuals, schools, and non-profits to use online or download Easier for beginners to understand than more complex visualization code libraries Cons: For commercial use, you must purchase a license http://www.highcharts.com/products/highcharts Must host your own code repositories to publish to the web (with a free service such as GitHub Pages) Highcharts templates Best use and tutorial chapters to come to come Inside Highcharts code templates The templates featured above vary from simple to complex, but all of them include three basic types of code: - HTML: to structure content on the web (example: index.html) - CSS, or Cascading Style Sheet: to shape how content appears on the web (example: style.css) - JavaScript: to create the chart and interactivity (example: script.js) Also, these templates refer to other code elements: - library: link to online instructions to complete routine tasks (example: Highcharts) - data: content to appear in chart, typically in CSV format (example: data.csv) or pulled from Google Sheets Learn more Highcharts Demos, http://www.highcharts.com/demo "], +["scatter-chart-with-csv-data-in-highcharts-template.html", "Scatter Chart with CSV Data in Highcharts Template", " Scatter Chart with CSV Data in Highcharts Template Try it You will begin this tutorial with a basic chart template that includes only 7 points By the end of this tutorial, you will learn how to modify the chart and add a new CSV spreadsheet with over 160 points: Tutorial Right-click to open this GitHub code template in a new tab: https://github.com/JackDougherty/highcharts-scatter-csv Go to the Fork and Edit a Highcharts Scatter Chart with GitHub tutorial in this book. TO DO: finish this "], +["leaflet.html", "Leaflet Map Templates", " Leaflet Map Templates by Ilya Ilyankou and Jack Dougherty, last updated March 21, 2017 While beginners appreciate the drag-and-drop map tools and tutorials described earlier in this book, such as BatchGeo, Google My Maps and Carto, more advanced users may wish to customize their visualizations, add more complex data and interactivity, and control exactly how and where their work appears on the web. A more powerful and relatively easy-to-learn solution is to use code templates built with Leaflet https://leafletjs.com, an open-source library, which you can modify and host on GitHub, as described in this book. Tool Review Pros of working with Leaflet (https://leafletjs.com): Open-source code, which anyone can freely use online, download, modify, or expand with plugins Easier for beginners to understand than some other map code libraries Compact code library (less than 40 KB) that runs on JavaScript in all modern web browsers Cons: Must host your own code repositories to publish to the web (with a free service such as GitHub Pages) Must rely on open-source community of developers to maintain the core code or specific plugins Leaflet map templates Best use and tutorial chapters Leaflet Maps with Google Sheets Best to show points, polygons, polylines, or point table data. Upload your GeoJSON data and modify settings in linked Google Sheet (or CSV) and GitHub repo. Template with tutorial: Leaflet Maps with Google Sheets ** TO DO ** - more template links to come. . . Inside Leaflet code templates The templates featured below vary from simple to complex, but all of them include three basic types of code: HTML: to structure content on the web (example: index.html) CSS, or Cascading Style Sheet: to shape how content appears on the web (example: style.css) JavaScript: to create the map and interactivity (example: script.js) Also, these templates refer to other types of code: library: link to online instructions to complete routine tasks (examples: Leaflet, jQuery) basemap tiles: link to online background map (example: Carto Positron, a light-gray street map) data: content to appear on map, typically in CSV or GeoJSON format (examples: data.csv, data.geojson) "], +["leaflet-maps-with-google-sheets.html", "Leaflet Maps with Google Sheets template", " Leaflet Maps with Google Sheets template by Ilya Ilyankou and Jack Dougherty, last updated April 10, 2017 Question: If you have moved beyond simple drag-and-drop point map tools, such as the BatchGeo and Google My Maps tutorials in this book, and want to create point and/or polygon and/or polyline maps, where should you go? Answer: Copy and customize our open-source template for Leaflet Maps with Google Sheets. Control the map options display data that you upload to your Google Sheet and GitHub repository. No coding skills required, other than pasting one line of code to link your map with your sheet. Requires two free accounts: Google and GitHub. Video and list of features Best to show points, polygons, and/or polylines, with table of points in map view Free and open-source code template, built on Leaflet and linked to Google Sheets Fork the code and host your live map on the web for free with GitHub Pages Geocode location data with US Census or Google, using script inside the Google Sheet Easy-to-modify data labels and map options in Google Sheet tabs or uploaded CSV files Upload your polygon and polyline GeoJSON files, and custom markers, to your GitHub repo Show multiple polygon layers, each with their own color legend and ranges (numerical or text) Responsive design resizes your maps to display inside most mobile devices Try it Explore the map or right-click to view full-screen map in a new tab The map pulls the point data and settings from a linked Google Sheet, which you can explore below or right-click to view full-screen Sheet in a new tab Part 1: Create and customize your map In the first part of this tutorial, you will learn how to create your own copy of the Leaflet Maps with Google Sheets template, publish your Google Sheet, and paste its web address into your GitHub repo. Fork (copy) the code template and publish your version with GitHub Pages File > Make a Copy of Google Sheet template, Share, and File > Publish Paste your Google Sheet URL in two places in your GitHub repo Modify your map settings in the Options tab and test your live map Part 2: Upload and display your map data In the second part of this tutorial, you will learn how to geocode and customize your own point markers, and either hide or upload your own polygon and/or polyline GeoJSON data. Geocode locations and customize new markers in the Points tab Hide the polygon and polyline legends and default GeoJSON data Upload and display your own polygon GeoJSON data Upload and display your own polyline GeoJSON data Upload and display customized marker icons Optional: Save Google Sheets as CSV and upload to GitHub ** TO DO: second half video** To solve problems, see Fix Common GitHub and Code Errors chapter in this book. A) Fork (copy) the code template and publish your version with GitHub Pages Before you begin, this tutorial assumes that you: have a free Google Drive account, and learned the File > Make a Copy in Google Sheets tutorial in this book have a free GitHub account, and understand concepts from the Modify and Host Code with GitHub chapter in this book Right-click to open this GitHub code template in a new tab: https://github.com/JackDougherty/leaflet-maps-with-google-sheets In the upper-right corner of the code template, sign in to your free GitHub account In the upper-right corner, click Fork to copy the template (also called a code repository, or repo) into your own account. The web address (URL) of the new copy in your account will follow this format: https://github.com/USERNAME/leaflet-maps-with-google-sheets Reminder: You can only fork a GitHub repo one time. If needed, see how to make a second copy in the Create a New Repo in GitHub chapter in this book. In your new copy of the code repo, click on Settings, scroll down to the GitHub Pages area, select Master, and Save. This publishes your code to a live map on a public website that you control. Scroll down to GitHub Pages section again, and copy the link to your published web site, which will follow this format: https://USERNAME.github.io/leaflet-maps-with-google-sheets Screencast Scroll up to the top, and click on your repo name to go back to its main page. At the top level of your repo main page, click on README.md, and click the pencil icon to edit this file, written in easy-to-read Markdown code. Delete the link to the current live site, and paste in the link to YOUR site. Scroll down and Commit to save your edits. On your repo main page, right-click the link to your live map to open in a new tab. Be patient during busy periods on GitHub, when your website may take up to 1 minute to appear the first time. B) File > Make a Copy of Google Sheet template, Share, and File > Publish Right-click to open this Google Sheets template in a new tab: https://docs.google.com/spreadsheets/d/1ZxvU8eGyuN9M8GxTU9acKVJv70iC3px_m3EVFsOHN9g Sign into your Google account File > Make a Copy of the Google Sheet template to your Google Drive Click the blue Share button, click Advanced, click to change Private to Anyone with the link > Can View the Sheet. This will make your public data easier to view in your map. Screencast: Share Google Sheet for anyone with the link to view File > Publish the Link to your Google Sheet to the public web, so the Leaflet map code can read it. Screenshot: File > Publish the link to your Google Sheet At the top of your browser, copy your Google Sheet web address or URL (which usually ends in ...XYZ/edit#gid=0). Do NOT copy the published URL (which usually ends in ...XYZ/pubhtml). Screenshot: Copy the Google Sheet URL, not the Publish URL C) Paste your Google Sheet URL in two places in your GitHub repo First, connect your Google Sheet directly to your Leaflet Map code. In your Github code repo, click to open this file: google-doc-url.js Click the pencil symbol to edit the file. Paste your Google Sheet URL into the code to replace the current URL. Do not delete the single-quotation marks or semicolon. Scroll to bottom of page and press Commit to save your changes. Now the Leaflet Map code can locate your published Google Sheet. Screencast: Copy Google Sheet URL and paste into GitHub code Next, let’s paste your Google Sheet URL in a second place to keep track of it. Go to the README.md file in your GitHub repo, click to open and edit, and paste your Google Sheet web address to replace the existing link near the top. Commit to save your changes. D) Modify your map settings in the Options tab and test your live map In the top-level of your GitHub repo, test the new links to your map and your Google Sheet to make sure they work and point to your versions. ** TO DO - redo GIF ** In your linked Google Sheet, go to the Options Tab and modify these items: Map Title – insert your own title Map Subtitle – insert your own version Author Name – insert your own name, or first name, or initials (will be public) Author Email or Website – insert your own (will be public), or delete the current name to make it blank Open the link to your live map in a new browser tab and refresh to see your changes. E) Geocode locations and customize new markers in the Points tab In your new map, our next goal is to add and modify the appearance of a new set of point markers, based on new addresses that you will enter and geocode. In the Points tab of your Google Sheet: Think of a simple data story that involves at least four geocodeable locations, divided into at least two groups. If you need an example, use this sample table of “Famous Places in New York City”: Group Name Location Landmark Empire State Building 350 5th Ave, New York, NY 10118 Landmark Metropolitan Museum of Art 1000 5th Ave, New York, NY 10028 Transit Grand Central Terminal 89 E 42nd St, New York, NY 10017 Transit Penn Station 159 West 33rd Street, New York, NY 10120 Enter your Group, Name, and Location data into new rows below the current data. Go to the Font Awesome Icons site, http://fontawesome.io/icons, scroll down to Search Icons, find your desired icon code name, and insert this into the Marker Icon (column B) of your Points sheet. For example, search for and insert the icon code “train” or “building” to display markers with either of these symbols in your map. (To upload your own customized marker, see section H further below.) In Marker Color (column C), use the drop-down menu to select a marker color. In Icon Color (column D), insert a color word (example: white) or hex code (example: #fff) to color the icon symbol inside your marker. Recommended: use white icon colors with dark marker colors. Leave Custom Size (column E) blank. Optional: In Image (column G), insert the URL (preferably https://, not http://) of a small-to-medium sized image on the web In Description (column G), insert text and/or a web link enclosed with an HTML a href tag with target set to blank Do NOT delete or rename any column headers. However, you have the option to add new column headers to display in your map table. Geocode your new data inside your Google Sheet by dragging your cursor to select 6 columns of data: Location - Latitude - Longitude - Found - Quality - Source In the Geocoder menu that appears in this Google Sheet template, select one of the geocoding services. If one service cannot locate your data, try the other. Always inspect the accuracy of the Found column. Open the link to your live map in a new browser tab and refresh to see your changes. If your new markers appear correctly, then delete the existing rows that came with this template. F) Hide the polygon and polyline legends and default GeoJSON data To show a simple point map, learn how to turn off and hide the polygon and polyline legend and default data that came with this template. (See how to add your own GeoJSON data in section G below.) In your linked Google Sheet: In the Options tab, Polyline Legend Position (cell B 35) – select Off to hide the legend In the Polygons tab, Polygon Legend Position (cell B 4) – select Off to hide the legend In the Polygons tab, Polygon GeoJSON URL (cell B 6) – delete contents to remove polygons Go to the next tab, named Polygons1, in its drop-down menu, select Delete to remove sheet In the Polylines tab, delete the entire row (rows 2 and 3) to remove the existing lines Go to the browser tab with your new map, and refresh the page to see your changes. Optional: in the Options tab, Display Table (cell B 29), turn off to hide the table in your map or modify the list of item in Table Columns (cell B 30) to change the display in your table G) Upload and display your own polygon GeoJSON data Prepare your polygon file in GeoJSON format. View or modify the GeoJSON file properties (such as name, data fields, etc.) with one of these tools: GeoJSON.io, http://geojson.io – Drag-and-drop your file, and select the Table tab to view or rename properties. See GeoJSON.io tutorial in this book, OR MapShaper, http://mapshaper.org – Drag-and-drop your file. To edit, see MapShaper tutorial in this book In your GitHub repo, click to open the Geometry subfolder, then click Upload Files, drag-and-drop your geojson file, and Commit changes ** TO DO ** - turn on settings that you turned off in step F above In your linked Google sheet, go to Polygons tab to adjust these settings: change Polygon GeoJSON URL (cell B 6) to match the pathname of the file you uploaded above change Polygon GeoJSON Name (cell B 5) to the title to be displayed for this polygon layer change Polygon Legend Title (cell B 3) for the title in the polygon legend box To adjust the polygon legend colors and range, see the Polygon Data and Color Settings sections of the Polygon tab in Google Sheets. The code supports multiple polygon layers, which you can add (or delete) by duplicating the Polygons tab. Name them Polygons1, Polygons2, etc. TO DO * Explain: To use both the automatic ColorBrewer Palette and manual colors, insert blanks (goes to automatic palette above), separated by semicolons. H) Upload and display your own polyline GeoJSON data Follow similar steps as described in the Polygon section above, but adjust settings in the Polylines tab of your linked Google Sheet. I) Upload and display customized marker icons ** TO DO ** J) Optional: Save Google Sheets as CSV and upload to GitHub If desired, you can save your table data with your code, rather than in a separate Google Sheet. Go to each Sheet tab and File > Save As in CSV format, with these file names: options.csv points.csv polygons.csv (also: polygons1.csv, polygons2.csv, etc.) polylines.csv notes.csv (or .txt) Upload these files into the main level of your GitHub code repository, where the template will process them automatically. Learn more To solve problems, see Fix Common GitHub and Code Errors chapter in this book. "], +["leaflet-storymaps-with-google-sheets.html", "Leaflet Storymaps with Google Sheets and Scrolling Narrative", " Leaflet Storymaps with Google Sheets and Scrolling Narrative By Ilya Ilyankou and Jack Dougherty, last updated September 28, 2017 Try it Explore the map or right-click to view full-screen map in a new tab The map pulls the point data and settings from a linked Google Sheet, which you can explore below or right-click to view full-screen Sheet in a new tab Features Show map points, text, images, and links with scrolling narrative Free and open-source code template, built on Leaflet and linked to Google Sheets Fork the code and host your live map on the web for free with GitHub Pages Geocode location data with US Census or Google, using script inside the Google Sheet Easy-to-modify data and map options in Google Sheet tabs or uploaded CSV files Responsive design resizes your maps to display inside most mobile devices Create Your Own Fork (copy) the code template and publish your version with GitHub Pages File > Make a Copy of Google Sheet template, Share, and File > Publish Paste your Google Sheet URL in two places in your GitHub repo Modify your map settings in the Options tab and test your live map Geocode locations in the Points tab To solve problems, see Fix Common GitHub and Code Errors in this book. A) Fork (copy) the code template and publish your version with GitHub Pages Before you begin, this tutorial assumes that you: have a free Google Drive account, and learned the File > Make a Copy in Google Sheets tutorial in this book have a free GitHub account, and understand concepts from the Modify and Host Code with GitHub chapter in this book Right-click to open this GitHub code template in a new tab: https://github.com/datavizforall/leaflet-storymaps-with-google-sheets In the upper-right corner of the code template, sign in to your free GitHub account In the upper-right corner, click Fork to copy the template (also called a code repository, or repo) into your own account. The web address (URL) of the new copy in your account will follow this format: https://github.com/USERNAME/leaflet-storymaps-with-google-sheets Reminder: You can only fork a GitHub repo one time. If needed, see how to make a second copy in the Create a New Repo in GitHub chapter in this book. In your new copy of the code repo, click on Settings, scroll down to the GitHub Pages area, select Master, and Save. This publishes your code to a live map on a public website that you control. Scroll down to GitHub Pages section again, and copy the link to your published web site, which will follow this format: https://USERNAME.github.io/leaflet-storymaps-with-google-sheets Scroll up to the top, and click on your repo name to go back to its main page. At the top level of your repo main page, click on README.md, and click the pencil icon to edit this file, written in easy-to-read Markdown code. Delete the link to the current live site, and paste in the link to YOUR site. Scroll down and Commit to save your edits. On your repo main page, right-click the link to your live map to open in a new tab. Be patient during busy periods on GitHub, when your website may take up to 1 minute to appear the first time. B) File > Make a Copy of Google Sheet template, Share, and File > Publish Right-click to open this Google Sheets template in a new tab: https://docs.google.com/spreadsheets/d/1AO6XHL_0JafWZF4KEejkdDNqfuZWUk3SlNlQ6MjlRFM/ Sign into your Google account File > Make a Copy of the Google Sheet template to your Google Drive Click the blue Share button, click Advanced, click to change Private to Anyone with the link > Can View the Sheet. This will make your public data easier to view in your map. File > Publish the Link to your Google Sheet to the public web, so the Leaflet map code can read it. Screenshot: File > Publish the link to your Google Sheet At the top of your browser, copy your Google Sheet web address or URL (which usually ends in ...XYZ/edit#gid=0). Do NOT copy the published URL (which usually ends in ...XYZ/pubhtml). Screenshot: Copy the Google Sheet URL, not the Publish URL C) Paste your Google Sheet URL in two places in your GitHub repo First, connect your Google Sheet directly to your Leaflet Map code. In your Github code repo, click to open this file: google-doc-url.js Click the pencil symbol to edit the file. Paste your Google Sheet URL into the code to replace the current URL. Do not delete the single-quotation marks or semicolon. Scroll to bottom of page and press Commit to save your changes. Now the Leaflet Map code can locate your published Google Sheet. Next, let’s paste your Google Sheet URL in a second place to keep track of it. Go to the README.md file in your GitHub repo, click to open and edit, and paste your Google Sheet web address to replace the existing link near the top. Commit to save your changes. D) Modify your map settings in the Options tab and test your live map In the top-level of your GitHub repo, test the new links to your map and your Google Sheet to make sure they work and point to your versions. ** TO DO - redo GIF ** In your linked Google Sheet, go to the Options Tab and modify these items: Map Title – insert your own title Map Subtitle – insert your own version Author Name – insert your own name, or first name, or initials (will be public) Author Email or Website – insert your own (will be public), or delete the current name to make it blank Open the link to your live map in a new browser tab and refresh to see your changes. E) Geocode locations and customize new markers in the Points tab In your new map, our next goal is to add and modify the appearance of a new set of point markers, based on new addresses that you will enter and geocode. In the Points tab of your Google Sheet: Do NOT delete or rename any column headers. However, you have the option to add new column headers to display in your map table. Geocode your new data inside your Google Sheet by dragging your cursor to select 6 columns of data: Location - Latitude - Longitude - Found - Quality - Source In the Geocoder menu that appears in this Google Sheet template, select one of the geocoding services. If one service cannot locate your data, try the other. Always inspect the accuracy of the Found column. Open the link to your live map in a new browser tab and refresh to see your changes. If your new markers appear correctly, then delete the existing rows that came with this template. Learn more To solve problems, see Fix Common GitHub and Code Errors chapter in this book. "], +["leaflet-maps-with-socrata.html", "Leaflet Maps with Socrata API Open Data", " Leaflet Maps with Socrata API Open Data By Jack Dougherty and Ilya Ilyankou, last updated December 21, 2016 TO DO insert sample map iframe Why pair Leaflet maps with Socrata data? Leaflet, a friendly and flexible open-source code library for creating interactive web maps, plays nicely with Socrata, an open data platform used by several government agencies and organizations. Benefits of pairing Leaflet and Socrata: Although the Socrata data platform includes built-in visualization tools for anyone to create charts and maps, Leaflet gives you more control over your map design. Furthermore, Leaflet allows you to create maps that bring together data from both Socrata and non-Socrata sources. Socrata datasets include an API (application program interface) endpoint, in the form of a web address. This endpoint enables other computers to easily access the most recent data online, instead of a static version that was manually downloaded. Newer Socrata datasets that include locations (such as latitude and longitude coordinates) also provide endpoints in GeoJSON format. Since Leaflet maps easily process GeoJSON data, only a few lines of code are required. However, Socrata GeoJSON endpoints do not currently support “real-time” data, such as up-to-the-minute locations of public transportation, etc. In these cases, you may need to access data through a provider other than Socrata, most likely in a different format, which may require more coding skills. About Socrata API endpoints TODO clean up rough notes and add visuals Go to any Socrata open data platform, find a dataset, and click the API tab Copy the API endpoint. The default version ends in .json If you’re new to APIs, test the endpoint by pasting it into your browser (Chrome works best at this), and you will see its data stream in JSON format. Test if this Socrata endpoint supports GeoJSON format by changing the suffix in your browser from .json to .geojson. GeoJSON format works best with Leaflet because the coding is simpler. If your endpoint supports GeoJSON format, your browser will display a data stream similar to the one below: add sample GeoJSON stream Or if you receive the following error, you probably are viewing an older Socrata endpoint that does not support GeoJSON format, but only JSON format: GeoJSON/SoQLPack MimeType is only supported for new backend views If your Socrata endpoint only supports JSON format, but includes data columns with latitude and longitude, see other Leaflet examples further below. Register for Socrata App Token Socrata requires developers to register for a free app token at https://dev.socrata.com/register Demonstration Maps GeoJSON endpoint with default markers and pop-up info window map https://jackdougherty.github.io/leaflet-socrata/index.html code https://github.com/jackdoughety/leaflet-socrata/index.html data https://data.hartford.gov/Public-Health/Current-Class-1-Class-4-Food-Establishments/xkvv-76v8 note: location data appears as latitude and longitude coordinates in the geom column steps to create your own (MORE TODO HERE) select API button, copy endpoint, and change suffix from .json to .geojson copy this Leaflet map template, which includes this key section of code: paste and explain the code GeoJSON endpoint with simple data filter, circle marker styling and pop-up info map https://jackdougherty.github.io/leaflet-socrata/index-geojson-filter-circle.html code https://github.com/jackdoughety/leaflet-socrata/ data https://data.ct.gov/Environment-and-Natural-Resources/Agricultural-Commoditites-Grown-By-Farmer/y6p2-px98 Multiple Socrata datasets with Leaflet control layers legend map https://jackdougherty.github.io/leaflet-socrata/index-control-layers.html code https://github.com/jackdoughety/leaflet-socrata/index-control-layers.html Older JSON-only endpoint, with separate columns for latitude, longitude map https://jackdougherty.github.io/leaflet-socrata/index-json.html code https://github.com/jackdoughety/leaflet-socrata/index-json.html data https://opendata.demo.socrata.com/Government/Kentucky-Farmers-Market-Map/3bfj-rqn7 Learn more https://dev.socrata.com/ https://github.com/chriswhong/simpleSodaLeaflet Thanks to Chris Metcalf https://github.com/chrismetcalf Tyler Klyeklamp https://data.ct.gov/ "], +["leaflet-maps-open-apis.html", "Pull Open Data into Leaflet Map with APIs", " Pull Open Data into Leaflet Map with APIs By Jack Dougherty and Ilya Ilyankou, last updated April 10, 2017 Up to this point in the book, we’ve built charts and maps using static data that you have downloaded from other sites. But some open data repositories have APIs, or application program interfaces, which means the software that allows computers to communicate with one another. Below is a Leaflet Map template that uses APIs to pull in the most current data from three different open repository platforms: Socrata, Esri ArcGIS Online, and USGS. Try it Explore the map below or view full-screen version in a new tab How it works Go to the GitHub repo for the map above: https://github.com/JackDougherty/leaflet-data-apis Explore the code to see how different APIs work. For example, see the first map overlay, which pulls Connecticut School Directory data from the CT Open Data repository on a Socrata open data platform: https://data.ct.gov/resource/v4tt-nt9n Inside the open data repo, look for an API button and copy the endpoint. Screenshot: Sample API endpoint in Socrata open data repo Paste the endpoint link into your browser, change the suffix from .json to .geojson and press return. In order to show the endpoint data as points on a map in this simple Leaflet template, the points must already be geocoded inside the open data repo, and the platform must support a GeoJSON endpoint. In your browser, one sign of success is a long stream of GeoJSON data like this: Screenshot: API endpoint with .geojson suffix in Chrome browser In this section of the Leaflet map template, the code includes a jQuery function $.getJSON to call the open data endpoint in GeoJSON format: https://data.ct.gov/resource/v4tt-nt9n.geojson. It also requires a Socrata app token, and you can get your own token for free at: https://dev.socrata.com/register. Each geocoded school in the Socrata data repository is displayed as a blue circle, with data properties (such as: name) in a clickable pop-up. // load open data from Socrata endpoint in GeoJSON format // with simple marker styling: blue circles // register your own Socrata app token at https://dev.socrata.com/register // Connecticut School Directory, CT Open Data, https://data.ct.gov/resource/v4tt-nt9n $.getJSON("https://data.ct.gov/resource/v4tt-nt9n.geojson?&$$app_token=QVVY3I72SVPbxBYlTM8fA7eet", function (data){ var geoJsonLayer = L.geoJson(data, { pointToLayer: function( feature, latlng) { var circle = L.circleMarker(latlng, { radius: 6, fillColor: "blue", color: "blue", weight: 2, opacity: 1, fillOpacity: 0.7 }); circle.bindPopup(feature.properties.name + '<br>' + feature.properties.district_name); // replace last term with property data labels to display from GeoJSON file return circle; } }).addTo(map); // display by default controlLayers.addOverlay(geoJsonLayer, 'Public Schools (CT Open Data-Socrata)'); }); Fork a copy of this repo, play with the code, and try to insert GeoJSON endpoints from other open data repositories. "], +["leaflet-polygon-map-click.html", "Leaflet Thematic Polygon Map with Clickable Info Window template", " Leaflet Thematic Polygon Map with Clickable Info Window template By Jack Dougherty and Ilya Ilyankou, last updated March 17, 2016 Try it View demo in new page https://jackdougherty.github.io/leaflet-map-polygon-click/ To Do -Insert internal references to prior steps in this book. See the Edit and Host Code Templates section in this book. - Requires a free GitHub account to host your own version on the web. Create Your Own: Fork a copy of the code template on GitHub https://github.com/jackdougherty/leaflet-map-polygon-click Remember, if you have already forked one copy, go to your GitHub repository Settings to rename it, or create a new GitHub repo and use GitHub Desktop to upload template Files Obtain a polygon boundary map in GeoJSON format Find open data repositories to download maps in geojson and other formats If map is in shapefile or KML or other format, convert with http://geojson.io or http://mapshaper.org Import polygon map into http://mapshaper.org. In this example, map filename is: ct-towns-simple.geojson See tutorial on Mapshaper.org to delete unwanted data columns or simplify file size Export as CSV to create generic spreadsheet of polygon names. In this example, column header is “town” Prepare your spreadsheet data and join with the polygon map Open CSV with any spreadsheet tool to view data column of polygon names. Download or prepare your new spreadsheet data in rows to match polygon names. Insert columns of data into the CSV sheet. Use VLOOKUP function if needed. Save CSV with new name. In this example: ct-towns.csv Import ct-towns.csv as second layer into MapShaper.org. Use the drop-down to select the polygon map (ct-towns-simple.geojson) as the active, displayed layer. Click the Console and enter command to join the CSV table to the GeoJSON polygon, where the matching data columns are both named “town” -join ct-towns.csv keys=town,town Export the newly joined map with a new filename in GeoJSON format Change the file suffix from .json to .geojson to avoid confusion. The new joined map data file is now named: ct-towns-density.geojson Upload your map data and edit template in your GitHub repo The GitHub repo you created in the first step contains these files: ct-towns-density-2010.csv (the spreadsheet joined into the polygon map) ct-towns-density.geojson (the joined map data file) index.html (the primary web page) script.js (code to operate the map, to be modified below) style.css (code that styles the map) README.md (edit to insert a link to your own version) LICENSE (terms of use for this free and open-source code) Upload your own map data geojson file Recommended: upload your own CSV spreadsheet file to In the script.js file, look for code comments labeled “Edit” to change references to geojson map data and its column headers, and also colors and ranges for the polygons and legend In GitHub, go to Branches and delete the existing “gh-pages” branch In GitHub, go to drop-down menu for Master branch, and type “gh-pages” to create new branch Content in the gh-pages branch will be hosted on the live web Edit the README.md link to point to your own gh-pages branch, in this format: https://USERNAME.github.io/REPO-NAME/ "], +["leaflet-polygon-map-hover.html", "Leaflet Thematic Polygon Map with Hover Info Window template", " Leaflet Thematic Polygon Map with Hover Info Window template By Jack Dougherty and Ilya Ilyankou, last updated March 17, 2016 Try it View demo in new page https://jackdougherty.github.io/leaflet-map-polygon-hover/ To Do Insert internal references to prior steps in this book. See the Edit and Host Code Templates section in this book. Requires a free GitHub account to host your own version on the web. Create Your Own: Fork a copy of the code template on GitHub https://github.com/jackdougherty/leaflet-map-polygon-hover/ Remember, if you have already forked one copy, go to your GitHub repository Settings to rename it, or create a new GitHub repo and use GitHub Desktop to upload template Files TO DO - describe all steps, which are similar to click version "], +["leaflet-polygon-map-multi-year-tabs.html", "Leaflet Thematic Polygon Map with Multi-Year Tabs template", " Leaflet Thematic Polygon Map with Multi-Year Tabs template By Jack Dougherty and Ilya Ilyankou, last updated March 17, 2016 Try it View demo in new page https://jackdougherty.github.io/leaflet-map-polygon-tabs/ ** To Do ** - Insert internal references to prior steps in this book. See the Edit and Host Code Templates section in this book. - Requires a free GitHub account to host your own version on the web. - describe all steps, which are similar to the prior chapter Create Your Own: Fork a copy of the code template on GitHub https://github.com/jackdougherty/leaflet-map-polygon-tabs/ Remember, if you have already forked one copy, go to your GitHub repository Settings to rename it, or create a new GitHub repo and use GitHub Desktop to upload template Files "], +["peer.html", "Peer Review Samples", " Peer Review Samples to do * "], +["bookdown.html", "Publishing with Bookdown", " Publishing with Bookdown by Jack Dougherty and Ilya Ilyankou, last updated January 26, 2019 For a general introduction to publishing with Bookdown and RStudio in Markdown format, see Yihui Xie, Bookdown: Authoring Books and Technical Documents with R Markdown, 2018, https://bookdown.org/yihui/bookdown/. GitHub and Bookdown workflow ROUGH NOTES Install Atom editor, GitHub Desktop, R, RStudio, bookdown package, and tinytex package (to create PDFs) show steps Compose in Atom editor, following syntax and style guide below. Build the book as often as desired with RStudio bookdown. Bookdown settings: build all book formats into the docs folder. Push changes to repo with GitHub Desktop. In your online book repo, set GitHub Pages to publish from master/docs GitHub Pages custom domain setting adds CNAME file to docs folder; do not delete Manually transfer 404.html into ‘docs’ folder, since not auto-built; do not delete Manually add google-analytics-otl.html to root (where bookdown looks for it) and also to docs folder (since bookdown does not appear to copy it to there on each build) If you have a footer, manually transfer X.X-footer.Rmd to end of each chapter For final PDF and eBook builds: at present, book builds are not creating PDF versions TO DO review lessons from Tracey Wilson book, and pehaps create a “printbook” fork on GitHub, remove cover image and footers, and learn more about modifying biblio output across different formats. See solution notes https://stackoverflow.com/questions/48965247/use-csl-file-for-pdf-output-in-bookdown/49145699#49145699 Syntax and Style Guide Links with brackets and parentheses Use brackets and parentheses for an embedded link Use parentheses only for a non-embedded link (http://example.com) Similarly, display URL with angle brackets: http://example.com If necessary, use HTML to create link that opens in a new page Headers with Cross-Reference Links This DataVizForAll book, each chapter and section is a separate .Rmd file. The numerical order of the file names (index.Rmd, 0.1-x.Rmd, 0.2-y.Rmd, 01-z.Rmd, etc) determines the sequence that they will appear in the built book. In the index.Rmd file, the settings for the web book state that each chapter and section will be split into its own HTML page, with no automatic numbering. split_by: section number_sections: false Chapters begin with a first-level header (one hashtag: #) and sections begin with a second-level header (two hashtags: ##). Both chapter and section titles are immediately followed by short ID in curly brackets to enable easy cross-reference links inside the book. The short IDs MUST be unique, and ideally SHOULD match the .Rmd file name. Although each hashtag chapter/section title is the default ID (such as #Introduction in index.Rmd), it’s safer to create a unique short ID for each chapter/section to avoid confusion. Bylines appear in italics at the top of each chapter or section, with an embedded cross-reference links to the authors page, followed by the last updated date. Examples of chapter and section headers, with short IDs, bylines, and dates: # Chapter Title {#chapter} *by [Jack Dougherty and Ilya Ilyankou](authors), last updated January 22, 2019* ## Section Title {#section} *by [Jack Dougherty and Ilya Ilyankou](authors), last updated January 22, 2019* Subheadings inside the chapters/sections must begin with 4 hashtags and end with a no-numbering symbol {-}. Note: Using three hashtags makes the subheader appear in the TOC because I have not found way to control toc_depth in web output. Use the no-number symbol to prevent automatic numbering of subheaders (in case we switch the book settings from no-auto-numbering to auto-numbering in the future). #### Subheadings: use 4 hashtags and a no-number symbol {-} To embed an internal cross-reference to any chapter or section in the book, embed a link with brackets [for the text] and parentheses (with the short ID). If the cross-ref appears in the body of the text, ADD THE PHRASE “in this book” to the end of the sentence to allow us to search/find all cross-refs in future if needed: See the [GitHub tutorial](github) in this book. NOTE that cross-reference links above are designed for HOSTED WEB BOOKS, and may not work the same in local repo versions, or in ebook/PDF versions. Bookdown-flavored Markdown Syntax For an em-dash, use three hyphens—like this—rather than two hyphens. For a block quote, start each line with a caret AND add two spaces to insert a line break: Code: > I thoroughly disapprove of duels. If a man should challenge me, I would take him kindly and forgivingly by the hand and lead him to a quiet place and kill him. > --- Mark Twain > --- notable American author Demo: I thoroughly disapprove of duels. If a man should challenge me, I would take him kindly and forgivingly by the hand and lead him to a quiet place and kill him. — Mark Twain — notable American author Simple footnote Code: A text-only footnote.^[This is a footnote, with no reference] Demo: A text-only footnote.1 See On The Line book (http://OnTheLine.trincoll.edu) for more details about footnotes using Zotero and Better BibTeX. Embed images and iframes Insert image using Markdown syntax: Code: ![Caption using markdown: auto-number does not appear in web, but appears in pdf, text *with italics*, no center-alignment on web, but centered in PDF, with [source link](https://google.com)](images/sample.jpg) Demo: Caption using markdown: auto-number does not appear in web, but appears in pdf, text with italics, no center-alignment on web, but centered in PDF, with source link Explore the Chart: embedded HTML iframe Code: <iframe src="https://jackdougherty.github.io/highcharts-scatter-csv-instructor-sample/" width="90%" height="420px"></iframe> Recommended: Insert caption and link to view the full-screen version. Demo: Recommended: Insert caption and link to view the full-screen version. Scroll the Map: embedded HTML iframe Code: <iframe src="https://ontheline.github.io/otl-town-borders/" width="90%" height="525px"></iframe> Recommended: Insert caption and link to view the full-screen version. Demo: Recommended: Insert caption and link to view the full-screen version. Watch the YouTube Video: embedded HTML iframe from secure https Code: <iframe width="560" height="315" src="https://www.youtube.com/embed/Gl3uIRYYUmI?rel=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> Recommended: Insert caption and link to view the full-screen version. Demo: Recommended: Insert caption and link to view the full-screen version. Output in other formats This book is being built primarily for the web edition, and will require more work to create formatted PDF and EPUB versions. Add this later to index.Rmd, and correctly place and indent it download: [pdf, epub, mobi, docx] And also add this to index.Rmd, and correctly place and indent it bookdown::pdf_book: default bookdown::epub_book: dev: svglite stylesheet: css/style.css bookdown::word_document2: default This is a footnote, with no reference↩ "], +["stuff-to-do.html", "Stuff To Do", " Stuff To Do for book-in-progress Discuss with Ilya review our Bookdown workflow and style guide and clarify this in chapter 15-bookdown.Rmd confirm if my internal cross-reference link format is properly designed compare with bookdown guide: https://bookdown.org/yihui/bookdown/cross-references.html note that cross-ref for to-do points to first instance of any section in book named #to-do decide on header style decide if we want to include automated footer (authors, website, licensing, etc.) discuss pros/cons of inserting images in Markdown format (current version) vs. bookdown templating (better support for future PDF version?) discuss the relationship between the book and the edX course https://www.edx.org/course/data-visualization-all-trinityx-t005x I have no interest in updating the edX course, but Trinity offers a small financial incentive to do so the edX course has some quiz-type content that we could integrate into the book discuss if/how we wish to link to the edX course: internal chapter, external site, or neither. Search project for “Enroll” and implement study analytics for edX, GitBook, Google, and YouTube to identify most frequently-used pages & resources to prioritize what we work on move all of the code templates on GitHub from JackDougherty to DataVizForAll, and change book references (am willing to pay hourly for these not-so-interesting but important tasks) discuss next steps toward publication of print version Jack’s list migrate chapters and images from old to new repo improve the index.Rmd page to include elements from old https://www.datavizforall.org/ modify the GitBook file to note that book has moved to http://datavizforall.org update config file to upload contents to new repo update 404.html file (if needed) and manually transfer to docs folder update Google Analytics file and manually transfer to docs folder update ReclaimHosting DNS CNAME file to point to GitHub new repo search project for “TO DO” and “TODO” and “to come” and “UPDATE” references, and write content search project for “Donate” and decide whether to delete or change references to our own Donate button html <br /><strong>Improve this book: <a href="https://www.datavizforall.org/donate">Donate to DataViz students</a></strong> and <strong><a href="https://www.datavizforall.org/introduction/how.html">add comments or revisions</a></strong>. </div> rewrite introductory sections to shift perspective from “I” to “We” update licensing and About the Authors decide if unwritten “Upload GeoJSON Data to a Leaflet Map template on GitHub” chapter belongs in Leaflet section rethink BatchGeo chapter, since they now have strict limits on free maps (100 views) and our Batch Geo Demo no longer works decide whether to remove all reference to Google Fusion Templates, or keep page to explain how Google deprecated them data folder includes us-states files, but not yet listed or linked in 03.1-census decide if book will include .bib references. If yes, then restore these lines in index.Rmd markdown bibliography: book.bib biblio-style: apalike link-citations: true "] +] diff --git a/docs/share.html b/docs/share.html new file mode 100644 index 000000000..5c0e7208a --- /dev/null +++ b/docs/share.html @@ -0,0 +1,326 @@ + + + + + + + + Share Data with Google Sheets | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Share Data with Google Sheets

+

last updated March 1, 2017

+

To share live spreadsheet data with other people, use Google Sheets (https://www.google.com/sheets/about/). Requires a free Google Drive account.

+
+

Video with step-by-step tutorial

+ +
    +
  1. Sign in to your Google Drive (http://drive.google.com), and in the New menu, select Google Sheets.

  2. +
  3. New spreadsheets are private by default. Only the owner can view and edit.

  4. +
  5. To open your spreadsheet to others, click the blue Share button.

  6. +
  7. To share data with specific individuals, enter their Google usernames.

  8. +
  9. Or, to share data more widely, click the Advanced button on the next screen. (I wish Google made this button larger!)

  10. +
  11. Click the Change button and decide on Link Sharing settings:
  12. +
+
    +
  • Public on the web (anyone can find your data)
  • +
  • Anyone with the link (similar to an unlisted phone number)
  • +
  • Off (only specific people you list by Google usernames)
  • +
+

Below those settings, select the Access level: - Can view - Can comment - Can edit (for co-authored data)

+
    +
  1. Select Save, and scroll down on the next screen to select Done.
  2. +
+

**Tip:** To avoid sending a long Google Sheets link to others, use a free link-shortening service such as Bit.ly (http://bit.ly). Requires a free account.

+
+
+

Learn more

+ + +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/social-explorer.html b/docs/social-explorer.html new file mode 100644 index 000000000..a09d6071f --- /dev/null +++ b/docs/social-explorer.html @@ -0,0 +1,346 @@ + + + + + + + + Polygon Maps and Storyboards with Social Explorer | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Polygon Maps and Storyboards with Social Explorer

+

last updated February 2016

+

The Social Explorer free edition http://socialexplorer.com offers one solution to creating colored polygon maps with US Census demographic data. Explore the embedded sample map below.

+ +
+

Advantages

+
    +
  • Quick and easy-to-learn
  • +
  • Free edition includes basic census data
  • +
  • Export your static maps into presentation slides
  • +
  • Share link or embed iframe to your interactive map
  • +
+
+
+

Limitations

+
    +
  • Maps are limited to the demographic data inside the tool.
  • +
  • Polygon map boundaries are limited to state, county, census tract. The tool does not display municipal data for cities, towns, etc.
  • +
  • Full census and historical data requires professional subscription.
  • +
  • Pro subscription available through several academic libraries, but few public libraries.
  • +
+
+
+

Quick overview of features

+

Start at the Social Explorer website http://socialexplorer.com and click on Maps. This tutorial demonstrates features available on the free edition.

+
+ + +
+

The default map view shows US population density, based on the American Community Survey (ACS) 5-year estimates. Click the Change Data button to explore other options.

+
+ + +
+

Geographic boundaries automatically change with the zoom level. As you zoom in, the data levels automatically shift from state, to county, to census tract.

+
+ + +
+

Click the Share button to copy the link to your map, or the iframe code to embed it inside your own website.

+
+ + +
+

Create a free account to save your online map views. Click the Tell a Story button, add a series of interactive map views, and show change over time.

+
+ + +
+

All of the steps above can be done with the free version, but data is limited. Check if an academic library near you has a professional subscription.

+ +
+
+ +
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/sort.html b/docs/sort.html new file mode 100644 index 000000000..f10f46cdc --- /dev/null +++ b/docs/sort.html @@ -0,0 +1,308 @@ + + + + + + + + Sort and Filter Data | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Sort and Filter Data

+

last updated January 13, 2017

+

TO DO - write intro on the title concepts - when possible, start text by posing a common problem, and how this method can solve it - redo visuals: Google Sheets with better example - add Filter data

+
+

Sort data by columns

+

To sort data rows by a column, select the entire spreadsheet (top-left corner icon), then right-click or look for the sort menu. Be sure to select the entire sheet to avoid accidentally sorting one column without the adjacent ones.

+
+ + +
+
+
+

Filter data by columns

+

TO DO

+ +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/source.html b/docs/source.html new file mode 100644 index 000000000..793a48988 --- /dev/null +++ b/docs/source.html @@ -0,0 +1,316 @@ + + + + + + + + Source Your Data Files | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Source Your Data Files

+

last updated March 1, 2017

+

Source your data. Spell out exactly where it came from, so that someone other than you, several years in the future, could understand its origin.

+
+

Label the file name

+

Everyone has seen examples of bad file names: - data.xls - bldgdatalist.csv - data77.xls

+

Write a short but meaningful file name. If different versions of the data are floating around, add the current date at the end, in YYYY-MM-DD format, perhaps like this: - town-demographics-2016-03-08.xls

+
+
+

Save source data in separate sheet

+

If you have doubts when cleaning up columns, click (or right-click) on the spreadsheet tab to copy the sheet to another tab as a backup, to avoid destroying any data.

+
+ + +
+

Add a source tab, after the data, with notes to remind you and others about its origins and when it was last updated.

+
+ + +
+

** TO DO **

+

Source your data - explain that data cannot be copyrighted, but representations of data can be - open-source and creative commons - credit sources and collaborators on dataviz products and readme files - Whose perspectives does your data privilege? Whose stories remain untold?

+ +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/spreadsheet.html b/docs/spreadsheet.html new file mode 100644 index 000000000..23ee9264d --- /dev/null +++ b/docs/spreadsheet.html @@ -0,0 +1,347 @@ + + + + + + + + Improve Your Spreadsheet Skills | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Improve Your Spreadsheet Skills

+

by Jack Dougherty, last updated March 1, 2017

+

Spreadsheets are wonderful tools to organize data into tables of rows and columns. With a spreadsheet, you can sort, filter, calculate, aggregate, and reorganize information to help you find the stories buried inside.

+

Four common spreadsheet tools:

+ ++++ + + + + + + + + + + + + + + + + + + + + + + + + +
ToolFeatures
Google SheetsFree, online collaborative spreadsheet on Google Drive. Requires free account.
Microsoft Excel OnlineFree online spreadsheet on Microsoft OneDrive. Requires free account. Cannot open CSV generic spreadsheet files.
Microsoft Excel desktopNot free (US $100+) spreadsheet for Mac or Windows desktop, as part of Microsoft Office.
LibreOfficeFree, open-source alternative to Microsoft Office desktop. Donation requested during download.
+

Which spreadsheet tool should you use? That depends on how you wish to share and store data for your project.

+
    +
  • If you are the only person working on a data project, use any spreadsheet tool.
  • +
  • If you need to protect private data, avoid online tools and use any desktop spreadsheet.
  • +
  • If you need to share live data with others, use Google Sheets.
  • +
+

This introductory online book features Google Sheets because it’s a free and easy-to-learn tool for collaborating and sharing data with others. The basic spreadsheet methods shown here are very similar across all spreadsheet tools. But advanced users may need more complex tools to manage very large datasets, or relational databases, or to perform deeper analysis.

+

If you’re new to spreadsheets or want to refresh your skills, see the following chapters:

+ +

Enroll in our free online course] which offers more spreadsheet exercises and opportunities to interact with instructors and other learners.

+ +
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/story.html b/docs/story.html new file mode 100644 index 000000000..4db5056a5 --- /dev/null +++ b/docs/story.html @@ -0,0 +1,301 @@ + + + + + + + + Tell Your Data Story | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Tell Your Data Story

+

Tell the story about your data, including its most meaningful insights and limitations Write compelling titles, labels, and sentences to accompany your visualization. Call attention to the most meaningful insights in your chart, and explain any data limitations.

+

This chapter draws inspiration from Cole Nussbaumer Knaflic, Storytelling with Data: A Data Visualization Guide for Business Professionals (Wiley, 2015), http://www.storytellingwithdata.com/book/

+
    +
  • Beginning, Middle, and End
  • +
  • Draw Attention to Meaning
  • +
+

TO DO

+ +
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/stuff-to-do.html b/docs/stuff-to-do.html new file mode 100644 index 000000000..d1c89fbe0 --- /dev/null +++ b/docs/stuff-to-do.html @@ -0,0 +1,343 @@ + + + + + + + + Stuff To Do | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Stuff To Do

+

for book-in-progress

+
+

Discuss with Ilya

+
    +
  • review our Bookdown workflow and style guide and clarify this in chapter 15-bookdown.Rmd
  • +
  • confirm if my internal cross-reference link format is properly designed +
  • +
  • decide on header style
  • +
  • decide if we want to include automated footer (authors, website, licensing, etc.)
  • +
  • discuss pros/cons of inserting images in Markdown format (current version) vs. bookdown templating (better support for future PDF version?)
  • +
  • discuss the relationship between the book and the edX course https://www.edx.org/course/data-visualization-all-trinityx-t005x
  • +
  • I have no interest in updating the edX course, but Trinity offers a small financial incentive to do so
  • +
  • the edX course has some quiz-type content that we could integrate into the book
  • +
  • discuss if/how we wish to link to the edX course: internal chapter, external site, or neither. Search project for “Enroll” and implement
  • +
  • study analytics for edX, GitBook, Google, and YouTube to identify most frequently-used pages & resources to prioritize what we work on
  • +
  • move all of the code templates on GitHub from JackDougherty to DataVizForAll, and change book references (am willing to pay hourly for these not-so-interesting but important tasks)
  • +
  • discuss next steps toward publication of print version
  • +
+
+
+

Jack’s list

+
    +
  • migrate chapters and images from old to new repo
  • +
  • improve the index.Rmd page to include elements from old https://www.datavizforall.org/
  • +
  • modify the GitBook file to note that book has moved to http://datavizforall.org
  • +
  • update config file to upload contents to new repo
  • +
  • update 404.html file (if needed) and manually transfer to docs folder
  • +
  • update Google Analytics file and manually transfer to docs folder
  • +
  • update ReclaimHosting DNS CNAME file to point to GitHub new repo
  • +
  • search project for “TO DO” and “TODO” and “to come” and “UPDATE” references, and write content
  • +
  • search project for “Donate” and decide whether to delete or change references to our own Donate button html <br /><strong>Improve this book: <a href="https://www.datavizforall.org/donate">Donate to DataViz students</a></strong> and <strong><a href="https://www.datavizforall.org/introduction/how.html">add comments or revisions</a></strong>. </div>
  • +
  • rewrite introductory sections to shift perspective from “I” to “We”
  • +
  • update licensing and About the Authors
  • +
  • decide if unwritten “Upload GeoJSON Data to a Leaflet Map template on GitHub” chapter belongs in Leaflet section
  • +
  • rethink BatchGeo chapter, since they now have strict limits on free maps (100 views) and our Batch Geo Demo no longer works
  • +
  • decide whether to remove all reference to Google Fusion Templates, or keep page to explain how Google deprecated them
  • +
  • data folder includes us-states files, but not yet listed or linked in 03.1-census
  • +
  • decide if book will include .bib references. If yes, then restore these lines in index.Rmd markdown bibliography: book.bib biblio-style: apalike link-citations: true
  • +
+ +
+
+ + + + + + +
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/tableau-public.html b/docs/tableau-public.html new file mode 100644 index 000000000..92bb48b8d --- /dev/null +++ b/docs/tableau-public.html @@ -0,0 +1,324 @@ + + + + + + + + Create Charts with Tableau Public | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Create Charts with Tableau Public

+

last updated March 10, 2017

+

This book includes tutorials to create interactive charts with Tableau Public https://public.tableau.com. Free download requires email signup.

+ +
+

Tool Review

+
    +
  • Pros
  • +
  • Easy-to-learn tool for basic charts, with power to create more advanced visualizations
  • +
  • Tableau Public (free version) includes most features found in Tableau Desktop (US $999+)
  • +
  • Connect to multiple data formats: Text (CSV), Google Sheets, Excel, and more
  • +
  • Combine multiple visualizations and tell stories with dashboard and story point features
  • +
  • Cons
  • +
  • Only available as a downloadable application for Mac or Windows
  • +
  • New users may be overwhelmed by extensive options
  • +
  • Saving your work online makes it public (hence the name Tableau Public)
  • +
  • Limited support for maps below the nation or state levels
  • +
  • Dependent upon Tableau web servers
  • +
+
+
+

Learn more

+ + +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/transform.html b/docs/transform.html new file mode 100644 index 000000000..9eb79bee6 --- /dev/null +++ b/docs/transform.html @@ -0,0 +1,306 @@ + + + + + + + + Transform Your Map Data | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Transform Your Map Data

+

by Jack Dougherty with Stacy Lam and David Tatem, last updated March 30, 2017

+

Interactive web maps are made up of different layers, such as background basemaps, colored or shaded polygons, and/or colored point markers. This chapter describes how to transform your data into layers that you can upload into online map tools and templates. Specifically, you will learn how to:

+ +

Enroll in our free online course TO DO add link, which introduces these topics in the brief video below, and offers more exercises and opportunities to interact with instructors and other learners.

+ + +
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/upload.html b/docs/upload.html new file mode 100644 index 000000000..d1b3f5cd1 --- /dev/null +++ b/docs/upload.html @@ -0,0 +1,336 @@ + + + + + + + + Upload Files and Convert to Google Sheets | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Upload Files and Convert to Google Sheets

+

last updated March 2, 2017

+

Google Drive can convert many file types into Google Sheets format:

+
    +
  • Microsoft Excel (.xls and .xlsx)
  • +
  • OpenDocument Spreadsheet (.ods)
  • +
  • Comma-separated values (.csv)
  • +
  • Tab-separated values (.tab)
  • +
  • Text files (.txt) into Google Sheets format
  • +
+
+

Tutorial

+
    +
  1. Sign in to your free Google Drive account (http://drive.google.com)

  2. +
  3. To convert files into Google Sheets format, open the Settings (upper-right gear symbol), and check the box to Convert uploaded files to Google Docs.

  4. +
+
+Screenshot: Check the box to Convert uploaded files to Google Docs format +

Screenshot: Check the box to Convert uploaded files to Google Docs format

+
+
    +
  1. To upload your file, use the New > File Upload menu OR drag-and-drop it into your Google Drive screen.
  2. +
+
+Screenshot: New > File upload OR Drag-and-drop the file +

Screenshot: New > File upload OR Drag-and-drop the file

+
+
    +
  1. When your file is successfully converted, the Google Sheets icon will appear. Recommended: Right-click to rename the file and remove the old extension (.xlsx or .csv or other), since it is no longer in this old format.
  2. +
+
+Screenshot: Right-click the Google Sheets icon to remove old file extension +

Screenshot: Right-click the Google Sheets icon to remove old file extension

+
+
    +
  1. Google Drive files that display different icons have not been converted into Google Sheets format.
  2. +
+
+Screenshot: Spreadsheet format icons in Google Drive +

Screenshot: Spreadsheet format icons in Google Drive

+
+

Beware: A different way to convert spreadsheets into Google Sheets format is the File > Import menu, but this creates two files in your Google Drive (such as data and data.csv), which is confusing.

+ +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/vlookup.html b/docs/vlookup.html new file mode 100644 index 000000000..e43cceb15 --- /dev/null +++ b/docs/vlookup.html @@ -0,0 +1,326 @@ + + + + + + + + Match Columns with VLOOKUP | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Match Columns with VLOOKUP

+

last updated March 16, 2017

+

Here’s a common problem: Sheet 1 contains a long roster of students enrolled in our Data Visualization For All course, with a two-letter code for their nation. Sheet 2 contains the list of codes for each nation. How can we quickly match up this information in one sheet, so that each row contains the nation for each student?

+
+Screenshot: Problem - How to match columns in two sheets? +

Screenshot: Problem - How to match columns in two sheets?

+
+

One solution: Spreadsheets contain a VLOOKUP function, which “looks up” data across two or more vertical columns, and automatically fills in matching entries. This tutorial demonstrates how to set up this calculation in Google Sheets and Excel

+
+Screenshot: Solution - Use the VLookup function +

Screenshot: Solution - Use the VLookup function

+
+
+

Video with step-by-step tutorial for Google Sheets

+ +
    +
  1. Click this link and Save to download to your computer: sample-students-nations in .ODS format. ODS means OpenDocument System, a generic multi-tab format that most spreadsheet tools can easily open.

  2. +
  3. To upload the downloaded file to Google Sheets, see the Upload Files and Convert tutorial in this book, and remember that Settings (gear symbol) must be set to Convert files to Google format. Or, open the file with Microsoft Excel or LibreOffice, and the directions below will be similar.

  4. +
  5. In the students sheet, type “nation” as a column header into cell E1.

  6. +
  7. Click in cell E2, start typing “=VLOOKUP” and the spreadsheet tool will suggest that you complete the formula in this format:

  8. +
+
VLOOKUP(search_key, range, index, [is_sorted])
+
    +
  • search_key = the Sheet 1 cell we are trying to match
  • +
  • range = the columns in Sheet 2 where matches may exist
  • +
  • index = the column in the Sheet 2 range that contains the desired result, where 1 = first column, 2 = second column, etc.
  • +
  • [is_sorted] = if the first column of the range is sorted, enter “true” to find the closest match; otherwise enter “false” to return exact matches only
  • +
+
    +
  1. You can type in the formula, or fill it out by clicking on cells, columns, and sheets as shown in the video above.
  2. +
+ +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/what.html b/docs/what.html new file mode 100644 index 000000000..45b42a881 --- /dev/null +++ b/docs/what.html @@ -0,0 +1,314 @@ + + + + + + + + What is Data Visualization? | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

What is Data Visualization?

+

last updated February 28, 2017

+

Data visualization is broadly defined as a method of encoding quantitative, relational, or spatial information into images. Classic examples include Charles Menard’s figurative map of Napoleon’s defeat and retreat during the Russian campaign of 1812, and John Snow’s dot map of cholera cases during the London epidemic of 1854.

+
+Images: Menard’s figurative map (left) and Snow’s dot map (right), from Wikimedia +

Images: Menard’s figurative map (left) and Snow’s dot map (right), from Wikimedia

+
+

This free online introductory book focuses on selected topics in data visualization:

+

Charts and maps Despite the growing variety of visualization types, this book features chapters on creating charts and maps, and a wide range of ways to communicate with these classic models.

+

Reusable tools and templates: Unlike infographics created for one-time use, all of the tools and templates in this book are recyclable, and allow you to upload a new dataset to display your story.

+

Free and easy-to-learn: We have selected data visualization tools that are free to use (or work on a freemium model, where advanced features or higher usage requires payment), and searched for those that we believe are easy-to-learn, based on our teaching experience with undergraduate students and non-profit community organizations.

+

Interactive on the open web: Many books assume that you will deliver your data visualizations to in-person audiences on printed paper or presentation slides. But in this book, we show how to embed interactive charts and maps on your website, to share with the wider public.

+

Storytelling: Data visualization is more than pretty pictures. In this book, the best visualizations are those that tell your data story – and pull readers’ attention to what really matters – by combining images and text, and offering exploration with explanation.

+
+

Learn more

+ + +
+
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/docs/why.html b/docs/why.html new file mode 100644 index 000000000..0abbd0324 --- /dev/null +++ b/docs/why.html @@ -0,0 +1,302 @@ + + + + + + + + Why this book? | Data Visualization for All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+

Why this book?

+

last updated February 20, 2017

+

Data Visualization for All, an open-access online textbook, seeks to help you tell your story – and show your data – through the power of the public web.

+

This open-access book reflects what I’ve learned while teaching data visualization to undergraduate students at Trinity College, and now to a global online class on the Trinity edX platform. Over the past few years, Trinity students and I have built interactive charts and maps in partnership with non-profit organizations in Hartford, Connecticut, to help them share their stories with data on the public web. Also, my students and colleagues have used these tools to create On The Line: How Schooling, Housing, and Civil Rights Shaped Hartford and its Suburbs, an open-access book-in-progress that features interactive historical maps of urban-suburban change. Students and colleagues who wrote tutorials, designed learning exercises, or developed code templates for Data Visualization for All are listed as authors and contributors.

+

Although my outstanding colleagues have professional training, do not confuse them with me, the proverbial “Jack of all trades, master of none.” I do not consider myself an expert in data visualization, nor should anyone mistake me for a computer scientist or data scientist. Inspect my higher education transcripts and you’ll see only one computer science class (something called FORTRAN77 back in 1982), and not a single course in statistics, sadly. Instead, my desire to learn data visualization was driven by my need as an historian to tell stories about urban-suburban places and change over time. If you’ve ever watched me teach a class or deliver a presentation on these topics – always talking with my hands in the air – you’ll understand my primal need to create charts and maps. Stories become more persuasive when supported with data, especially well-crafted images that convey data relationships more clearly than words. Furthermore, these data stories become more powerful when we share them online, where they reach broader audiences who can interact with and evaluate our evidence.

+

In the early 2000s, when I began to dabble in data visualization, our tools were expensive, not easy to learn, and not designed to share our stories on the public web. (One of my well-worn jokes is point to the bald spot on my head, and claim that it was caused while tearing out my hair in frustration while using ArcGIS.) But everything began to change around 2005 when Google Maps publicly released its application programming interface (API) that allowed people with some coding skills to show data points on an interactive web map. Gradually, between 2008-11, I began learning what was possible by working on map projects with talented programmers and geographers, such as Jean-Pierre Haeberly at Trinity, and Michael Howser at the University of Connecticut Libraries Map and Geographic Information Center (MAGIC, my favorite acronym), thanks to a grant from the National Endowment for the Humanities. Free and low-cost workshops sponsored by The Humanities and Technology Camp (THATCamp) at the Center for History and New Media at George Mason University, and Transparency Camp by the Sunlight Foundation, introduced me to many people (especially Mano Marks and Derek Eder) who demonstrated easier-to-use tools and templates, such as Google Fusion Tables and GitHub. Closer to home, Alvin Chang and other data journalists at the Connecticut Mirror showed me how to tell stories on the web with more flexible open-source tools, such as Leaflet and Highcharts.

+

All of these data visualization lessons I learned have been so valuable – to me, my students, our community partners, and thousands of readers on the web – that my co-authors and I have agreed to share our knowledge with everyone, for free. This open-access book is guided by the principle of democratization of knowledge for the public good, hence the book’s title: Data Visualization for All. Not everyone can afford to make this choice, I realize. But the mission of Trinity College is to engage, connect, and transform, with both our local city of Hartford and the world at large. Since Trinity already pays my salary as a tenured professor, the right thing to do with the knowledge my students and I have gained is to pay it forward. That’s why we created Data Visualization for All.

+

If this free book is valuable for your education, then join us by sharing and supporting it for future readers: - Tell your friends about the book and share the link via social media, text, or email - Improve the book by adding comments or suggesting new chapters on our GitBook platform

+

Try out the tutorials, explore the online examples, share what you’ve learned with others, and dream about better ways to tell your data stories.

+ +
+
+ +
+
+
+ + +
+
+ + + + + + + + + + + + diff --git a/embed/iframe-batchgeo/README.md b/embed/iframe-batchgeo/README.md deleted file mode 100644 index 80324b012..000000000 --- a/embed/iframe-batchgeo/README.md +++ /dev/null @@ -1,12 +0,0 @@ -# Embed a BatchGeo data visualization - -If you're using BatchGeo or similar tools, look for "Embed code" and copy it, like this: - -Embed-BatchGeo - -Then paste the BatchGeo iframe embed code into a WordPress.org post/page, with the iframe plugin installed, and modify it like this: - -BatchGeoIFrameEmbed - -{% footer %} -{% endfooter %} diff --git a/embed/iframe-gft/README.md b/embed/iframe-gft/README.md deleted file mode 100644 index 8f7cec740..000000000 --- a/embed/iframe-gft/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# Embed a Google Fusion Table data visualization - -**Clean up** - -If you're using Google Fusion Tables, modify your Sharing Settings to make your data visualization Public on the Web or to Anyone with the link. Then Publish your data visualization, and modify the width and height to fit the space allowed by the WordPress theme. (For most WordPress.org sites, 600 x 400 pixels looks best.) Copy the long string of code from the "Paste HTML to embed" field, like this: - -GFT_PublishHTML - -Then paste your Google Fusion Tables embed iframe code into a WordPress.org post/page, with the iframe plugin installed, and modify the shortcode, like this: - -GFT_iFrameEmbedCode - -{% footer %} -{% endfooter %} diff --git a/find/ct/ct-counties.geojson b/find/ct/ct-counties.geojson deleted file mode 100644 index 3a4318a94..000000000 --- a/find/ct/ct-counties.geojson +++ /dev/null @@ -1,10 +0,0 @@ -{"type":"FeatureCollection","features":[ -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.31047411986685,41.46882341074967],[-73.31036911983523,41.46886541076129],[-73.30954611958735,41.46919141085166],[-73.30856411929946,41.4697164109859],[-73.30817011918397,41.46992741103983],[-73.30760911901551,41.470158411103135],[-73.30653811869388,41.47059941122399],[-73.30503411823878,41.47115941138218],[-73.30431411801369,41.47130341143382],[-73.30397811790569,41.47131941144797],[-73.30276211751885,41.47144741151279],[-73.30180311719901,41.47129441151459],[-73.3015621171186,41.47125541151493],[-73.3006021167841,41.47085541146879],[-73.30012211660807,41.47050441141638],[-73.29959411641453,41.47011941135896],[-73.29917811624618,41.469543411260744],[-73.29826611583992,41.467639410920874],[-73.29823411574313,41.466151410632875],[-73.29831411568918,41.464775410362954],[-73.29889011576911,41.46293540998659],[-73.29933811585305,41.46187940976673],[-73.2998341159507,41.46079140953906],[-73.2998611158231,41.458442409081805],[-73.30079411597869,41.4559114085594],[-73.3005701158225,41.454471408286956],[-73.30007411554658,41.45248740791773],[-73.29951411528054,41.451031407653176],[-73.29893811502234,41.449799407432685],[-73.29866611490544,41.44930440734543],[-73.29840411479846,41.44892440728018],[-73.29826911474339,41.44872940724672],[-73.29776111455288,41.44828440717693],[-73.29593411392773,41.44771740712672],[-73.29535611373056,41.44754840711285],[-73.29528611370682,41.44753040711164],[-73.29470811351057,41.44737740710088],[-73.2939491132637,41.44736340712308],[-73.29126411243692,41.448116407357574],[-73.28779911144156,41.450323407900214],[-73.28319611002445,41.451620408303356],[-73.28073910926793,41.45231140851827],[-73.27825410848148,41.45264340866431],[-73.27390910701803,41.4516994086234],[-73.27369710694664,41.45165340862141],[-73.27355110689044,41.451500408596466],[-73.2724071064497,41.450295408399796],[-73.27126410600928,41.44909040820309],[-73.27024410561619,41.448013408027215],[-73.26923210519436,41.4463954077459],[-73.26830810480925,41.444918407489105],[-73.26797210466852,41.44436940739341],[-73.2678721046266,41.4442054073648],[-73.26777110458436,41.444041407336236],[-73.26749410446838,41.44358940725747],[-73.26740810442062,41.443246407193605],[-73.2669791041826,41.44153740687545],[-73.26654910394434,41.439830406557704],[-73.26649010391185,41.43959940651472],[-73.26643210387968,41.439368406471715],[-73.26627510379265,41.43874440635554],[-73.26611810370558,41.438119406239174],[-73.26598810363332,41.43759940614234],[-73.2658581035612,41.437081406045884],[-73.2657891035232,41.436811405995655],[-73.26551710343409,41.43679540600147],[-73.2654661034018,41.43652340595026],[-73.26513710325331,41.435800405820466],[-73.26452510301324,41.435080405700525],[-73.26367910270773,41.434540405623274],[-73.26265710235245,41.434126405576265],[-73.26226610221654,41.43396840555835],[-73.26029010154984,41.43351740553542],[-73.25920610118801,41.43333740553594],[-73.25843910094137,41.433372405567866],[-73.25773510072472,41.43357240562982],[-73.25695110048721,41.433860405711506],[-73.25652410036282,41.43410340577275],[-73.25639110032417,41.43418040579208],[-73.2555271000746,41.434708405923054],[-73.25527210000459,41.434927405974],[-73.25472709985505,41.435396406083015],[-73.2539590996403,41.435988406223295],[-73.2535560995275,41.436297406296575],[-73.25352309951825,41.43632240630252],[-73.25347909950595,41.43635640631059],[-73.2532610994446,41.436517406349026],[-73.25298309936646,41.436724406398376],[-73.25243909920859,41.43704440647842],[-73.25146509892593,41.43761740662174],[-73.2513940989053,41.43765840663204],[-73.25119109884653,41.4377804066624],[-73.2504430986235,41.43811740675241],[-73.25023109856028,41.43821240677785],[-73.25000109848855,41.4382614067949],[-73.24978109841994,41.43830840681125],[-73.24956009835105,41.43835640682783],[-73.24807909790651,41.4389724069961],[-73.24760809776498,41.43916540704906],[-73.24744109771483,41.43923440706793],[-73.24693009756076,41.43943540712375],[-73.24676009750958,41.43950340714254],[-73.2462690973579,41.43963340718389],[-73.24526009704637,41.439903407269455],[-73.24481109689131,41.43973940725225],[-73.24433509672697,41.43956640723421],[-73.24383409652746,41.43892540712598],[-73.24355809641756,41.43857240706639],[-73.24351409639335,41.43840040703439],[-73.24329809627457,41.437557406877545],[-73.2428710960979,41.436896406763005],[-73.24278509606233,41.436763406739956],[-73.24260809598904,41.43648840669229],[-73.2423450958802,41.43608040662156],[-73.2423320957882,41.434562406326805],[-73.24233109578499,41.43451240631711],[-73.24231809569591,41.43304440603208],[-73.24231109564775,41.4322504058779],[-73.24230409559964,41.43145740572393],[-73.24229009550217,41.42984940541166],[-73.24226409549199,41.42981940540668],[-73.24123409508981,41.42863840521072],[-73.24090909496704,41.42833740516282],[-73.23993709459974,41.427434405019014],[-73.23961409447763,41.42713340497103],[-73.23910709429198,41.42676540491604],[-73.2390120942572,41.42669640490574],[-73.23841209403756,41.42626140484077],[-73.23754109375315,41.426226404862476],[-73.23739609370574,41.42621940486586],[-73.23715709362774,41.42621040487192],[-73.23677209350205,41.426195404881604],[-73.23659609344459,41.426188404886],[-73.23607109327315,41.42616740489912],[-73.23593709322944,41.426162404902506],[-73.23591209322127,41.426161404903134],[-73.23589809321709,41.426167404904774],[-73.23402509266391,41.42710340514812],[-73.22997009146644,41.42913240567543],[-73.22826309093453,41.42950540580381],[-73.22677009046934,41.429832405916244],[-73.22674109046271,41.42988040592654],[-73.2266110904332,41.4300994059734],[-73.22648009040333,41.43031740602007],[-73.22379208951429,41.430014406049075],[-73.2220790889478,41.42982240606775],[-73.22085808853822,41.429585406061584],[-73.21823608765882,41.429078406048724],[-73.21713608726175,41.428378405948536],[-73.2163940869688,41.427471405796375],[-73.214682086293,41.425379405445426],[-73.21443608619585,41.425078405394906],[-73.21344308582323,41.424200405256585],[-73.21209208531626,41.42300540506828],[-73.21183608522014,41.42277840503249],[-73.21150808510365,41.42260240500896],[-73.20982708450654,41.42169940488822],[-73.20919808428316,41.42136240484324],[-73.20814508390914,41.42079740476772],[-73.20791708382815,41.420674404751246],[-73.20768908374718,41.42055240473496],[-73.20745908366402,41.420403404713475],[-73.20657908333914,41.41971740460877],[-73.20369408227407,41.41746840426545],[-73.2015580814856,41.41580440401146],[-73.19975808075215,41.413204403564315],[-73.19818008016665,41.41192240336638],[-73.19815808015846,41.41190440336359],[-73.19675807967576,41.41140440331201],[-73.19630707952518,41.411328403311934],[-73.19371907866086,41.4108904033112],[-73.19113007779623,41.410452403310494],[-73.1911160777915,41.410449403310366],[-73.19025807750498,41.41030440331014],[-73.18870607696071,41.409591403222045],[-73.18655807620745,41.40860440310004],[-73.18649607618252,41.408520403085724],[-73.18615507604541,41.40805940300712],[-73.1858140759083,41.407598402928535],[-73.18485807552385,41.406304402707875],[-73.18535807544997,41.402204401893485],[-73.18755807601356,41.39960440131556],[-73.1881580761275,41.39820440102343],[-73.18795807601087,41.39730440085474],[-73.1842260745452,41.392858400110896],[-73.18386607440382,41.3924294000391],[-73.18350607426243,41.3920003999673],[-73.18338807421613,41.3918603999439],[-73.18327007416978,41.3917193999203],[-73.18159407353009,41.390044399648794],[-73.18120007337973,41.38965039958492],[-73.18116907336788,41.3896193995799],[-73.17602707147185,41.385634398971526],[-73.1757250713605,41.385400398935786],[-73.17494007107108,41.384792398842976],[-73.17415507078162,41.38418339874996],[-73.17388007068097,41.38398339871998],[-73.17335707048964,41.3836043986632],[-73.17299407036731,41.383523398659264],[-73.17266307025582,41.38345039865582],[-73.17241707018188,41.38355139868353],[-73.17168506996198,41.3838543987664],[-73.17144206988908,41.383956398794176],[-73.17134006985526,41.383943398794976],[-73.16895306906477,41.3836533988163],[-73.16656606827436,41.383364398837784],[-73.16655706826225,41.38320439880692],[-73.16125406658085,41.38386139910766],[-73.15865706571266,41.38340439910324],[-73.15797806546745,41.38296739904024],[-73.15883306555656,41.37969239837447],[-73.15792406512062,41.37723139792467],[-73.15705606480898,41.376704397850276],[-73.15665806465579,41.376283397781215],[-73.15555406423024,41.37510439758748],[-73.15095606245855,41.3702043967825],[-73.1494920619222,41.36912739662027],[-73.14852406156763,41.36841639651324],[-73.147556061213,41.367704396406005],[-73.14356505973333,41.3644613959039],[-73.14226805925246,41.36340739574069],[-73.13957405825379,41.361219395401896],[-73.1395560582471,41.361204395399575],[-73.13954705824153,41.36115839539087],[-73.13815605737507,41.35390439402217],[-73.13771105719806,41.353332393925136],[-73.13706705694189,41.352504393784656],[-73.13642205668542,41.35167639364421],[-73.13605505653942,41.35120439356412],[-73.1326620553494,41.34962839336718],[-73.13053305460264,41.34863839324336],[-73.12956105426176,41.348187393187025],[-73.12646005317414,41.34674639300683],[-73.12615505306715,41.34660439298906],[-73.12489105259478,41.345509392816616],[-73.12477305255064,41.34540639280036],[-73.12465505250657,41.3453043927843],[-73.12455505246604,41.34516239275987],[-73.12442905241501,41.34498439272926],[-73.12427705235338,41.344768392692075],[-73.12403605225582,41.344428392633596],[-73.1237960521585,41.34408739257492],[-73.12375305214108,41.3440263925644],[-73.12366205210421,41.34389739254221],[-73.1235280520499,41.34370739250951],[-73.12345505202035,41.3436043924918],[-73.12305705180782,41.34214439222002],[-73.12285505170004,41.341404392082275],[-73.12240105151416,41.340727391965004],[-73.12219205142927,41.340427391913266],[-73.12085505088592,41.33850439158169],[-73.1158100488945,41.33227239052998],[-73.11575504887278,41.3322043905185],[-73.11475504851438,41.331604390433924],[-73.11462904846995,41.331541390425734],[-73.11173504744883,41.33008639023584],[-73.108842046428,41.328630390045696],[-73.10558204527784,41.32699238983192],[-73.10232304412804,41.325354389618084],[-73.10177304393402,41.32507838958208],[-73.10122304373994,41.324801389545875],[-73.09798904259895,41.32317538933351],[-73.09742104239854,41.32288938929612],[-73.09685404219849,41.3226043892589],[-73.09664904212714,41.32251838924878],[-73.09644504205616,41.3224333892388],[-73.0956570417821,41.32210638920055],[-73.0932410409368,41.321015389066],[-73.09093904009079,41.31926438879894],[-73.08918003941781,41.31746038850391],[-73.08904403936529,41.317312388479436],[-73.08867803922196,41.3168793884068],[-73.08866203921576,41.31686138840379],[-73.08831003907801,41.31644638833422],[-73.0871210386132,41.315053388100885],[-73.08665803843226,41.31451138801011],[-73.08665103842952,41.31450338800876],[-73.08660503841311,41.31447738800518],[-73.08526003793337,41.313708387898686],[-73.0831860372389,41.313317387889576],[-73.08262003704934,41.313210387887025],[-73.08205303685952,41.313104387884714],[-73.07955303598658,41.312004387750996],[-73.0789530357693,41.31160438769237],[-73.07812103535754,41.30911038723248],[-73.07765303512576,41.30770438697316],[-73.07706403490428,41.30716738688741],[-73.07680603480722,41.30693138684969],[-73.07654803471016,41.30669538681198],[-73.07535303426073,41.3056043866377],[-73.07070703259268,41.3027543862317],[-73.06785203156774,41.301004385982445],[-73.06709703128516,41.300338385876834],[-73.06665203111858,41.2999453858145],[-73.06634203100256,41.29967238577123],[-73.06615203093142,41.29950438574457],[-73.0650520304668,41.29760438540916],[-73.0650770304555,41.29726338534176],[-73.06519403040288,41.295672385027274],[-73.065252030378,41.29490438487542],[-73.06568603047847,41.2941983847235],[-73.0657700304979,41.29406138469401],[-73.06585403051731,41.29392438466454],[-73.06709603080473,41.29190138422925],[-73.06711103080823,41.29187738422409],[-73.06836803109906,41.28982938378342],[-73.06875203118794,41.289204383648936],[-73.06947903139215,41.28865238351758],[-73.07125203189003,41.2873043831969],[-73.07267303232064,41.28677938304836],[-73.07292203239612,41.28668838302253],[-73.075452033163,41.28575738275878],[-73.07672103354759,41.2852893826263],[-73.07885303419377,41.28450438240395],[-73.08037703463445,41.283570382172165],[-73.08120903487507,41.2830613820458],[-73.08137003492162,41.282962382021246],[-73.08153103496822,41.282864381996895],[-73.08296403538257,41.28198638177899],[-73.0837530356108,41.28150438165929],[-73.08595403612597,41.278024380908214],[-73.08672903630736,41.276799380643794],[-73.08679103632194,41.27670238062283],[-73.08685303633644,41.27660438060168],[-73.08721903639973,41.27563238039995],[-73.08831603658926,41.2727163797947],[-73.08868303665292,41.2717453795931],[-73.08867703665047,41.271736379591545],[-73.08865903664328,41.27171237958743],[-73.08865303664088,41.271704379586055],[-73.08852903655031,41.27081837941697],[-73.08840403645948,41.26993337924809],[-73.08829103637707,41.269128379094454],[-73.08817803629469,41.26832337894081],[-73.08817203629046,41.268283378933184],[-73.0877530359853,41.26530437836463],[-73.0878350357706,41.261060377532566],[-73.08785303572208,41.26010437734515],[-73.08763003558633,41.25898737713405],[-73.08743003546493,41.257991376945846],[-73.08719103531958,41.25679637672001],[-73.08675303505312,41.254604376305714],[-73.08692203506259,41.25380737614445],[-73.0870920350725,41.25301237598355],[-73.08735103508751,41.25180037573825],[-73.08857003538563,41.25009737536588],[-73.08858603538951,41.25007437536087],[-73.0887660354335,41.24982237530578],[-73.08894603547755,41.249571375250866],[-73.09115103601683,41.246491374577374],[-73.09121603603379,41.2464193745612],[-73.09161403614588,41.246123374490445],[-73.09340303664027,41.24462537413967],[-73.09340403664046,41.24462337413923],[-73.09562603728811,41.24335437381921],[-73.09916803832026,41.24132837330843],[-73.09949503841663,41.241160373265],[-73.10157403902956,41.24009637298967],[-73.10405503968737,41.23753137240777],[-73.10495303992549,41.23660337219725],[-73.107554040535,41.23250437131146],[-73.1089540409032,41.23100437097277],[-73.10995404113613,41.229404370627485],[-73.11002504114575,41.22916837057903],[-73.11013204115993,41.228808370505156],[-73.11055404121684,41.227404370216895],[-73.1104540410652,41.22530436980938],[-73.11019704092614,41.22432136962542],[-73.10993904078677,41.22333836944149],[-73.10956504058449,41.22190936917407],[-73.10935404047048,41.22110436902343],[-73.10835403998767,41.218304368508036],[-73.10925404017127,41.21640436810719],[-73.10958404023317,41.21561236794157],[-73.11025404035887,41.21400436760526],[-73.11034104034718,41.213302367465104],[-73.11050404032619,41.212002367205464],[-73.11065404030677,41.2108043669662],[-73.1106540401762,41.20850336651595],[-73.1106540401736,41.208457366506956],[-73.11065404016583,41.208320366480145],[-73.11065404016327,41.20827536647135],[-73.1106540401366,41.20780536637936],[-73.11058504010539,41.20764936635108],[-73.10981103975503,41.2058913660321],[-73.1095540396386,41.205305365925746],[-73.10953403962661,41.205208365907396],[-73.10947703959192,41.20492236585327],[-73.10945803958039,41.2048273658353],[-73.10945703957961,41.20481936583376],[-73.10945403957786,41.20480536583112],[-73.10941803955915,41.20468136580801],[-73.10938503954176,41.204563365785994],[-73.10925403947337,41.2041053657006],[-73.10929503947422,41.20388636565641],[-73.10953903948085,41.20261036539879],[-73.10965403948377,41.20200536527667],[-73.11012303958532,41.20111836508789],[-73.11055403967875,41.20030536491483],[-73.11057303968337,41.20027836490893],[-73.11064303970038,41.200178364887094],[-73.11070203971475,41.200095364868936],[-73.11153403991727,41.19891636461125],[-73.11168303995345,41.19870336456475],[-73.11236604011978,41.197737364353564],[-73.11307804029308,41.196728364133044],[-73.11346104038635,41.19618636401455],[-73.11455604065291,41.19463536367552],[-73.11498404075704,41.194028363542856],[-73.11535404084718,41.193505363428514],[-73.11623404108043,41.192594363221694],[-73.11725204135021,41.19154036298244],[-73.11825404161591,41.19050536274741],[-73.11892304180216,41.189970362621025],[-73.119113041855,41.18981736258492],[-73.11930404190821,41.189665362548986],[-73.12056204225837,41.18865836231114],[-73.12075404231183,41.188505362274974],[-73.121353042449,41.18750436205961],[-73.12136704245059,41.18745236204899],[-73.12179004249157,41.18576036170404],[-73.12195404250753,41.18510536157049],[-73.12245404254466,41.18290536112356],[-73.12237904239011,41.180607360676035],[-73.12235404233655,41.1798053605198],[-73.12199804217201,41.17893536036095],[-73.12145404192054,41.17760536011812],[-73.12073504163946,41.17675235997434],[-73.11985404129496,41.17570535979779],[-73.11795404061195,41.174505359624234],[-73.11605403995159,41.17370535952901],[-73.11435103934342,41.172700359387264],[-73.11409503925205,41.17255035936616],[-73.11312403890537,41.17197835928551],[-73.11215303855859,41.17140535920469],[-73.11132003825882,41.17087335912741],[-73.10882103735955,41.169277358895606],[-73.10798803705985,41.16874635881852],[-73.10794603704474,41.16871935881457],[-73.10782103699972,41.16863935880294],[-73.10778003698499,41.168613358799185],[-73.10771403696126,41.1685713587931],[-73.10751803689074,41.168446358774936],[-73.10745303686737,41.16840535876901],[-73.10462503583288,41.166301358448244],[-73.10136803464151,41.16387835807882],[-73.0961410327296,41.159989357485756],[-73.09331403169558,41.1578853571648],[-73.08442802844876,41.15132835616672],[-73.05777201871116,41.13166035317048],[-73.04888701546614,41.12510535217108],[-73.04882501544341,41.12505835216386],[-73.04876301542066,41.12501035215644],[-73.04681201470461,41.12350835192465],[-73.04363901354012,41.12106535154758],[-73.04059001242113,41.1187173511851],[-73.03851601166001,41.117120350938514],[-73.03784201141268,41.11660135085838],[-73.03582001067066,41.11504435061797],[-73.03514701042373,41.11452635053797],[-73.03352700982926,41.113279350345415],[-73.02866800804632,41.10953834976763],[-73.02704900745223,41.108291349574976],[-73.0215480054339,41.104056348920686],[-73.00504799938071,41.09135134695667],[-72.99954799736324,41.087116346301656],[-73.00454299891108,41.08589234590095],[-73.01952900355462,41.0822213446988],[-73.0245250051026,41.08099834429812],[-73.03000900680162,41.07965434385796],[-73.04646401189933,41.075623342537355],[-73.05194901359846,41.074280342097204],[-73.0652010177032,41.07103334103314],[-73.10495803001528,41.061293337839686],[-73.11821103411872,41.05804733677483],[-73.12405703592859,41.056614336304804],[-73.14159504135779,41.052317334894845],[-73.14744204316777,41.05088633442498],[-73.14979204389516,41.05031033423597],[-73.1568450460782,41.048582333668755],[-73.15919604680593,41.04800733347987],[-73.16232304777374,41.04724133322839],[-73.17170405067701,41.04494233247365],[-73.1748310516448,41.044177332222304],[-73.17536605181037,41.04404633217929],[-73.17697105230707,41.043653332050205],[-73.17750605247264,41.04352233200717],[-73.17765105251749,41.04348633199543],[-73.1780870526524,41.0433793319603],[-73.17823305269764,41.04334433194869],[-73.17928105302192,41.04308733186434],[-73.18242805399578,41.042316331611154],[-73.18347705432045,41.04206033152694],[-73.1910860566724,41.04015033090567],[-73.20203606005695,41.03740433001198],[-73.21391506372821,41.034423329041886],[-73.22059506579255,41.032747328496356],[-73.22106006593624,41.03263032845831],[-73.22152506607998,41.03251432842046],[-73.22304006654811,41.03213332829655],[-73.22758906795383,41.03099232792506],[-73.22910506842229,41.030612327801315],[-73.22964306859024,41.03050732776325],[-73.23125906909486,41.0301953276496],[-73.23179806926319,41.0300913276117],[-73.2330810696598,41.029772327507466],[-73.23693007084982,41.02881932719554],[-73.23821407124686,41.028502327091644],[-73.23884107144121,41.02835632704266],[-73.24072607202575,41.02792032689592],[-73.2413540722205,41.02777532684707],[-73.24259707260585,41.02748632675],[-73.24632907376301,41.02662232645931],[-73.2475730741487,41.02633432636239],[-73.24796907427142,41.02624132633128],[-73.24916107464102,41.02596532623843],[-73.24955807476415,41.02587432620767],[-73.2547250763801,41.024924325853505],[-73.26128907843294,41.023719325403896],[-73.27022608122773,41.02207732479138],[-73.27302008210144,41.02156432459994],[-73.27420708247264,41.02134632451859],[-73.27539308284348,41.021128324437264],[-73.27859508384131,41.020479324205844],[-73.28820408683582,41.01853632351216],[-73.29140708783392,41.01788832328085],[-73.29243808815515,41.01767932320631],[-73.2955330891196,41.0170533229828],[-73.29656508944123,41.0168453229084],[-73.29657108944305,41.01684332290783],[-73.29659108944927,41.016839322906385],[-73.29659808945148,41.01683832290596],[-73.31219009430966,41.0136833217795],[-73.35896810888178,41.00422231839886],[-73.37456111373818,41.00106831727125],[-73.37528311396035,41.00087531720981],[-73.3774501146273,41.000297317025634],[-73.37817311484983,41.00010531696435],[-73.37902011511416,40.99994331690491],[-73.38156111590726,40.99946131672739],[-73.382409116172,40.99930131666832],[-73.38268611625843,40.99924831664888],[-73.3835171165178,40.99909031659075],[-73.38379511660459,40.99903831657147],[-73.38495311696602,40.9988183164905],[-73.38843011805128,40.99815931624768],[-73.38958911841306,40.997940316166854],[-73.39805512104512,40.99615531554008],[-73.42345312894041,40.99080131365934],[-73.4319201315722,40.989017313032335],[-73.43247413174433,40.98889931299105],[-73.43413613226093,40.988549312868],[-73.43469113243349,40.98843331282707],[-73.43621813290802,40.98811031271373],[-73.44080213433278,40.98714531237437],[-73.44233013480768,40.98682331226121],[-73.4451561356859,40.98622631205155],[-73.45363413832067,40.98443931142336],[-73.45646113919923,40.98384431121403],[-73.46438114166034,40.98217431062693],[-73.48814114904296,40.97716630886555],[-73.49606215150386,40.9754973082783],[-73.49956615259214,40.97475330801735],[-73.50026015280787,40.97460930796634],[-73.51286615672633,40.97199530703977],[-73.51706815803243,40.97112430673092],[-73.51920715869717,40.97067930657339],[-73.52562716069257,40.96934830610143],[-73.52776716135772,40.96890530594422],[-73.53105216237813,40.968215305700944],[-73.54090716543944,40.966147304971365],[-73.54419316646015,40.96545830472821],[-73.54608916704902,40.96505930458759],[-73.55177916881641,40.96386630416648],[-73.55367616940562,40.963468304026],[-73.5551131698519,40.963166303919515],[-73.55942617119146,40.962261303600116],[-73.56086417163812,40.961960303493754],[-73.56114017172378,40.9619013034731],[-73.5619721719822,40.96172730341159],[-73.56224917206823,40.961669303391105],[-73.56385117256573,40.961332303272286],[-73.56866017405923,40.96032330291614],[-73.57026317455707,40.95998730279745],[-73.57369817562382,40.95926630254297],[-73.58400317882392,40.957104301779594],[-73.58743917989092,40.956384301525205],[-73.59007418070904,40.955830301329755],[-73.59067018089416,40.955706301285794],[-73.59797718316165,40.954149300739644],[-73.60061118397901,40.9535883005428],[-73.6015621842739,40.953382300471056],[-73.60251318456874,40.95317530039912],[-73.60306418473957,40.95305530035741],[-73.60833818637477,40.951909299958764],[-73.6104281870235,40.95146829980337],[-73.61288618778656,40.95095129962092],[-73.61289718779061,40.95096029962233],[-73.64621019999299,40.97643730353073],[-73.64802120065652,40.97782230374302],[-73.64983320132036,40.97920730395528],[-73.65636920371533,40.984209304721894],[-73.65638020371928,40.984216304722906],[-73.65641320373138,40.98424130472672],[-73.65642420373548,40.98425130472832],[-73.6567002038366,40.984462304760655],[-73.65677220386297,40.98451730476908],[-73.65691420391832,40.984683304796974],[-73.65739120410424,40.98524230489099],[-73.65761620419202,40.9855073049356],[-73.65938120488009,40.98757630528357],[-73.65967220499354,40.987917305340915],[-73.6595322049597,40.98811430538421],[-73.65947520494603,40.988196305402184],[-73.65929220490207,40.988458305459666],[-73.6589122048106,40.9889993055784],[-73.65887920480168,40.989029305585376],[-73.65877120477276,40.989132305609175],[-73.65863120473526,40.989265305639876],[-73.65780020452362,40.990246305859884],[-73.65722920437832,40.99092230601142],[-73.6579732046805,40.992005306199474],[-73.6590332050944,40.99325930641065],[-73.65904320509833,40.99327130641267],[-73.65910720512328,40.9933463064253],[-73.65963720534518,40.994233306581904],[-73.65964020534955,40.99429230659339],[-73.65965320536748,40.99453130663988],[-73.65958520537008,40.99495830672592],[-73.65951820537309,40.99538630681214],[-73.65950820537336,40.99544730682444],[-73.6594952053741,40.99553330684176],[-73.65938420539503,40.99652030703913],[-73.65931020540904,40.997179307170924],[-73.65941720546529,40.99755730724157],[-73.6597282056289,40.99865830744741],[-73.65973720563363,40.998690307453394],[-73.65994020574044,40.999409307587804],[-73.66005820580236,40.99982430766535],[-73.66013520584272,41.0000943077158],[-73.6602112058828,41.00036530776648],[-73.66024220589678,41.00043430777899],[-73.66026920590882,41.000492307789486],[-73.66017520588638,41.00062930781947],[-73.6601332058765,41.00069330783343],[-73.65969220578182,41.00152030801028],[-73.65855620555953,41.004026308539544],[-73.65808320544889,41.00475530869821],[-73.65802120543597,41.004878308724386],[-73.65796020542341,41.00500230875075],[-73.65791720541444,41.005087308768836],[-73.65787520540577,41.00517230878692],[-73.65778220538569,41.00534430882373],[-73.65769120536626,41.005517308860675],[-73.65721520526421,41.00641230905202],[-73.65684720519187,41.007218309222324],[-73.65606620503848,41.008931309584206],[-73.65527720494525,41.01173531016042],[-73.65524220494116,41.011860310186094],[-73.65525620496834,41.01225431026294],[-73.65532120499454,41.01234531027864],[-73.65541420503075,41.01245331029677],[-73.65565120512059,41.01268631033467],[-73.65611820529752,41.0131433104089],[-73.65620520533457,41.013299310436636],[-73.65629420537218,41.01345431046411],[-73.65690220563037,41.014533310655736],[-73.65737320581522,41.0151053107524],[-73.65787320601677,41.015805310873226],[-73.65814020612015,41.01610531092326],[-73.6586802063294,41.01671431102491],[-73.65877320636653,41.01683831104617],[-73.65899320645752,41.01718631110717],[-73.65907920649043,41.017276311122004],[-73.65944820663152,41.017659311184936],[-73.66045520700763,41.01855031132647],[-73.66173620748576,41.01967831150545],[-73.6618482075276,41.019777311521175],[-73.66267320783562,41.02050531163671],[-73.6627572078671,41.02058131164886],[-73.66351120816641,41.02155531181501],[-73.66352320817131,41.021573311818145],[-73.6636052082035,41.02167331183504],[-73.66385920830145,41.021951311881196],[-73.66407520838517,41.02219531192191],[-73.66418020842475,41.02229431193787],[-73.66467320862472,41.02300531206104],[-73.66519020882822,41.0236433121691],[-73.66524120884824,41.02370531217958],[-73.6652582088549,41.02372531218293],[-73.66560720899207,41.02415231225516],[-73.66654020935891,41.025296312448724],[-73.666716209428,41.02551031248487],[-73.66678320945434,41.02559231249873],[-73.66917321039313,41.02850531299107],[-73.66977321063852,41.029405313147734],[-73.67037821087183,41.03006731325758],[-73.67051221093978,41.030496313337274],[-73.67060721099011,41.0308383134012],[-73.67107521118126,41.031535313522404],[-73.67135121128901,41.03186031357703],[-73.6714122113129,41.03193331358932],[-73.6717682114519,41.03235231365971],[-73.6718332114773,41.03242931367265],[-73.67192721151409,41.03254131369151],[-73.67192821151447,41.032542313691685],[-73.67199921154118,41.032608313702276],[-73.67218821161482,41.03282831373918],[-73.67223821163567,41.03291031375359],[-73.67223921163605,41.03291131375374],[-73.67224121163687,41.03291431375428],[-73.67234821167716,41.03301431377035],[-73.67249921173594,41.033189313799674],[-73.67263221178865,41.03335931382862],[-73.6727192118237,41.03348031384946],[-73.67275721183854,41.033525313857034],[-73.67275821183887,41.033525313857005],[-73.67288921189042,41.03368631388423],[-73.67300421193599,41.03383331390927],[-73.67309821197126,41.03391931392302],[-73.67370821220989,41.0346453140452],[-73.67371221221147,41.03465031404607],[-73.6745182125282,41.03563431421235],[-73.67480521263894,41.03594931426464],[-73.67481021264085,41.03595431426543],[-73.6749232126853,41.03609331428896],[-73.67498821271084,41.0361723143023],[-73.67499121271203,41.03617631430298],[-73.67505921273923,41.03626731431858],[-73.67512421276435,41.03633931433055],[-73.67519221279066,41.03641531434319],[-73.67531221283708,41.03654931436551],[-73.67548821290441,41.03673231439557],[-73.67554721292696,41.03679331440558],[-73.675600212947,41.03684431441383],[-73.67565221296718,41.036903314423675],[-73.67574421300303,41.037010314441616],[-73.67591921307702,41.037314314495426],[-73.67600821311201,41.03742331451386],[-73.67611821315477,41.03754931453492],[-73.67618621318114,41.03762631454777],[-73.67625421320822,41.03771531456298],[-73.6763502132465,41.037842314584694],[-73.67637521325433,41.03783831458309],[-73.67638421325726,41.03783831458279],[-73.67641721327043,41.03788231459033],[-73.67658021333587,41.03810531462865],[-73.67705821352206,41.03866031472166],[-73.67744521367287,41.0391103147971],[-73.67746421368027,41.039132314800774],[-73.6775482137129,41.039228314816825],[-73.67776621379953,41.039511314865095],[-73.67778321380618,41.03953131486845],[-73.67787921384199,41.03961531488174],[-73.67788121384277,41.039617314882065],[-73.67805221390941,41.039816314915434],[-73.67853821409865,41.04037931500974],[-73.6785632141084,41.0404083150146],[-73.67856521410921,41.04041131501512],[-73.67856521410927,41.04041231501532],[-73.67877721419664,41.04074131507279],[-73.67890521424768,41.0409103151017],[-73.67927621439517,41.04139231518391],[-73.67951321448697,41.04165831522823],[-73.67975521458078,41.04193131527375],[-73.67977221458749,41.041952315277314],[-73.68184621537338,41.04397731560568],[-73.68247421561799,41.044705315727604],[-73.68294821580587,41.045311315830716],[-73.68296121581069,41.04532231583244],[-73.68571921690389,41.04884731643213],[-73.68676621731878,41.05018331665933],[-73.68683421734575,41.05027031667414],[-73.6869022173727,41.050357316688924],[-73.68695621739413,41.05042631670067],[-73.68701021741552,41.05049531671241],[-73.68717421748056,41.05070531674814],[-73.6879672177895,41.05162531690221],[-73.68953021840352,41.05352631722303],[-73.6898272185214,41.05390831728805],[-73.69071821887509,41.055055317483344],[-73.69101521899303,41.05543831754857],[-73.69125221908682,41.055738317599506],[-73.6914822191779,41.05603031764911],[-73.6918612193287,41.05652431773336],[-73.69195321936562,41.05664931775481],[-73.69218221945728,41.056957317807594],[-73.69226121948789,41.057046317822426],[-73.69227721949409,41.05706431782543],[-73.69234721952172,41.057151317840145],[-73.692505219582,41.05731231786646],[-73.69259021961439,41.057398317880505],[-73.6926692196445,41.05747831789355],[-73.69270821965985,41.057526317901676],[-73.69304121979079,41.057933317970395],[-73.6931532198348,41.058069317993336],[-73.69349121996763,41.058481318062896],[-73.69395322014738,41.05901231815163],[-73.69420722024822,41.05933931820731],[-73.69468222042798,41.0597983182815],[-73.6961742210137,41.061604318585964],[-73.6962532210448,41.06170131860234],[-73.6964162211089,41.061900318635935],[-73.70507422451537,41.07250332042622],[-73.70554522470223,41.07310632052872],[-73.70557522471411,41.073144320535164],[-73.70570622476615,41.07331332056393],[-73.70630522500373,41.074079320694096],[-73.71039422662584,41.07931132158322],[-73.71153722707928,41.080773321831614],[-73.71161422710985,41.08087232184844],[-73.71184722720221,41.08116932189889],[-73.71192522723318,41.08126932191589],[-73.71379722797467,41.08364332231867],[-73.71514922851237,41.08539532261687],[-73.71545122863218,41.08578132268244],[-73.71547922864333,41.085818322688745],[-73.71581122877501,41.08624232276075],[-73.71706422926952,41.08779932302403],[-73.71773822954563,41.08881132319982],[-73.71787622960133,41.08900432323301],[-73.71798922964602,41.089146323257054],[-73.71804722966893,41.08921832326923],[-73.71806122967442,41.089235323272106],[-73.7186762299174,41.090004323402255],[-73.71884022997911,41.090155323426366],[-73.71935523017285,41.09063132350247],[-73.71940123019014,41.09067332350917],[-73.72057723063246,41.091758323682555],[-73.72101923079869,41.09216532374756],[-73.72122523087668,41.09236432377969],[-73.72166723104382,41.09278732384784],[-73.72172723106652,41.09284532385718],[-73.72211023121135,41.093211323916115],[-73.72271123143848,41.09378432400836],[-73.72338323169363,41.09444532411543],[-73.72347223172966,41.09457132413717],[-73.72361723178838,41.09477732417266],[-73.72477823226134,41.0964733244661],[-73.72496123233594,41.096741324512486],[-73.72514323241002,41.0970063245583],[-73.72533523248822,41.097286324606735],[-73.72617323282954,41.0985093248183],[-73.72621323284581,41.09856732482832],[-73.72651623296758,41.09898132489929],[-73.72682223309064,41.09940032497114],[-73.7268462331003,41.0994333249768],[-73.72777623347412,41.10070432519468],[-73.71376622933265,41.107252326940895],[-73.71365022929794,41.10729932695393],[-73.71355122926848,41.10734232696564],[-73.71340422922505,41.107411326984],[-73.71296122909402,41.10761732703901],[-73.71227322888885,41.10790832711879],[-73.71222622887484,41.10792832712426],[-73.7060222270415,41.110842327900194],[-73.70590122700571,41.11089832791517],[-73.70587122699682,41.11091232791891],[-73.70581522698026,41.11093832792586],[-73.70567522693891,41.11100432794342],[-73.7055352268975,41.11106932796078],[-73.70362022632197,41.11180332816788],[-73.70354322629886,41.11183332817631],[-73.70344622627044,41.11188332818932],[-73.70330022622761,41.111957328208625],[-73.7031542261848,41.112031328227964],[-73.70284122609301,41.11219132826963],[-73.7027342260619,41.11225032828474],[-73.7007042254725,41.113385328574125],[-73.70000422526299,41.11366832865269],[-73.69605422408057,41.115264329095936],[-73.69595922405267,41.11531232910847],[-73.69500622377225,41.11578132923182],[-73.68947522214475,41.11850432994792],[-73.68607522113999,41.120104330373636],[-73.67902321905618,41.1234283312576],[-73.67677521839282,41.124504331542596],[-73.67641821828748,41.12467533158786],[-73.66993521636698,41.127651332384794],[-73.66980621632875,41.12771033240062],[-73.66968821629384,41.12776533241527],[-73.66802721580174,41.128527332619356],[-73.66780521573638,41.128636332648036],[-73.66721321556177,41.128921332723394],[-73.665932215184,41.1295393328867],[-73.6656482151003,41.1296773329231],[-73.66497421490165,41.130004333009396],[-73.66177021394871,41.131411333390716],[-73.66160821390054,41.13148233340996],[-73.66112221375589,41.13169433346752],[-73.66096121370809,41.13176633348694],[-73.6608742136822,41.131804333497264],[-73.66057421359693,41.13200433354633],[-73.65613721227852,41.133975334078755],[-73.6561232122743,41.13398033408019],[-73.65608521226301,41.133997334084775],[-73.65607321225947,41.134003334086344],[-73.65607221225913,41.13400333408639],[-73.65597121222856,41.13403833409657],[-73.65563421212624,41.134150334129636],[-73.6554742120777,41.134204334145494],[-73.65543721206693,41.13422433415064],[-73.65535421204278,41.13427033416239],[-73.6543742117573,41.134804334299275],[-73.65167421096079,41.136104334642916],[-73.65158221093347,41.13614533465399],[-73.64459720885907,41.13927133549659],[-73.64407520870431,41.13950933556041],[-73.63967320739835,41.14150433609627],[-73.63776620682975,41.142319336318764],[-73.63774920682465,41.1423263363207],[-73.63774820682438,41.14232733632093],[-73.63772720681848,41.142342336324546],[-73.63772420681768,41.14234533632524],[-73.63735420671522,41.14263933639497],[-73.63601520631745,41.14323733655623],[-73.63563720619868,41.14329433657988],[-73.63550220615868,41.143356336596476],[-73.63486020596663,41.14362033666936],[-73.63475020593344,41.14366033668081],[-73.63473720593069,41.14368533668613],[-73.63471620592398,41.14368633668702],[-73.63471620592402,41.14368733668722],[-73.63464920590296,41.14369733669139],[-73.63445720584507,41.14376833671163],[-73.63440520583164,41.1438263367247],[-73.63428620579403,41.14384033673136],[-73.63396720569929,41.143983336769885],[-73.6338592056669,41.14402633678186],[-73.63385820566657,41.14402633678189],[-73.63382820565758,41.14403833678526],[-73.6337012056193,41.14408533679864],[-73.63352820556835,41.14417033682099],[-73.63232920521537,41.14476133697623],[-73.63021120459153,41.145800337249476],[-73.62948720437613,41.146118337335615],[-73.62928220431571,41.14621833736195],[-73.62906120425014,41.14631833738883],[-73.62879720417176,41.14643733742083],[-73.6282692040148,41.14667133748405],[-73.62668620354431,41.147375337674085],[-73.62615920338779,41.147611337737665],[-73.62576420327034,41.14778633778496],[-73.62458220291913,41.148313337927114],[-73.6245722029162,41.14831833792842],[-73.62436220284599,41.14827733792733],[-73.62417520279052,41.14836233795015],[-73.6224902022905,41.14912533815508],[-73.62209020217185,41.14930733820391],[-73.61743520079045,41.15141533877005],[-73.61575020029045,41.152179338975166],[-73.61547320020809,41.152302339008365],[-73.61464419996166,41.15267033910775],[-73.61436819987969,41.152794339141124],[-73.61420719983207,41.1528703391613],[-73.61419719982908,41.1528743391624],[-73.61404619978441,41.152945339181294],[-73.61401219977436,41.152961339185545],[-73.61396019975896,41.15298533919195],[-73.61368419967728,41.153114339226306],[-73.6136201996584,41.153145339234484],[-73.61351319962655,41.153192339247205],[-73.61237519928846,41.15370133938436],[-73.60896219827445,41.15522833979576],[-73.60853319814707,41.155421339847685],[-73.60782519793678,41.15573933993328],[-73.60778719792543,41.15575533993764],[-73.60767619789249,41.1558053399511],[-73.60763919788153,41.15582233995564],[-73.60721619775582,41.15601134000659],[-73.60617919744779,41.15647634013179],[-73.60594819737908,41.156578340159356],[-73.60552619725375,41.156768340210455],[-73.6044591969367,41.157245340339],[-73.6012571959854,41.15867934072519],[-73.60019119566873,41.15915734085389],[-73.5998761955763,41.15931834089578],[-73.59977219554575,41.159371340909566],[-73.5985181951779,41.16001434107674],[-73.59833519512422,41.16010834110116],[-73.59815119507029,41.16020334112582],[-73.598099195055,41.160229341132606],[-73.5978951949951,41.1603333411597],[-73.59728419481591,41.16064734124128],[-73.5972461948048,41.16066734124644],[-73.59711119476853,41.16079434127574],[-73.59709919476472,41.16079534127631],[-73.59708919476257,41.160814341280386],[-73.59702319474479,41.16087534129447],[-73.5970021947392,41.160896341299285],[-73.5959671944293,41.16131834141598],[-73.59286319349997,41.16258634176645],[-73.59182919319048,41.163010341883506],[-73.59069419285352,41.1635233420213],[-73.58932219244622,41.16414434218804],[-73.58841119217564,41.164554342298295],[-73.58728819184225,41.1650623424347],[-73.58615419150563,41.16557634257264],[-73.58608719148573,41.165606342580716],[-73.58602019146586,41.165637342588994],[-73.58588019142428,41.16570034260594],[-73.58581319140438,41.16573034261401],[-73.58561319134503,41.16582134263841],[-73.5852421912349,41.16598934268352],[-73.58475119108905,41.16621034274293],[-73.5847121910775,41.16622834274774],[-73.58455019102945,41.16630234276756],[-73.58421019092852,41.16645634280891],[-73.58054318983979,41.168115343254335],[-73.57914118942358,41.16875034342476],[-73.57905718939858,41.168787343434786],[-73.5788051893237,41.1689003434652],[-73.57880018932227,41.16890334346595],[-73.57872218929909,41.168938343475354],[-73.57736018889514,41.169562343642326],[-73.57327718768427,41.17143434414309],[-73.57191618728069,41.172059344310206],[-73.57087618697227,41.17253634443778],[-73.57076518693928,41.17258634445122],[-73.5673131859155,41.17416934487462],[-73.56616318557451,41.17469834501598],[-73.56588118548976,41.17480834504681],[-73.56503618523593,41.17514034513958],[-73.56494318520804,41.1751773451499],[-73.56476018515386,41.17526334517274],[-73.5644791850706,41.17539334520743],[-73.56363718482122,41.175785345311844],[-73.56335718473836,41.17591734534688],[-73.56239518445344,41.1763653454662],[-73.55950918359879,41.177712345824766],[-73.55854818331423,41.17816134594423],[-73.55837118326178,41.17824334596611],[-73.55784218310511,41.17849034603184],[-73.55766618305304,41.17857334605387],[-73.55610818259164,41.179300346247366],[-73.55602818256794,41.179337346257235],[-73.55595518254631,41.179371346266294],[-73.55548918240828,41.179588346324095],[-73.55537518237456,41.17964234633841],[-73.55526018234046,41.179695346352574],[-73.5551601823109,41.17974234636505],[-73.55506018228128,41.17978934637754],[-73.55487518222641,41.17987434640026],[-73.55478418219948,41.17991734641168],[-73.55471218217814,41.17995034642049],[-73.5540101819703,41.18027934650796],[-73.55389118193504,41.18033434652264],[-73.5537731819001,41.180389346537275],[-73.55146918121784,41.18146634682379],[-73.54899918048383,41.18257634712223],[-73.54005117782496,41.18660334820444],[-73.54001317781331,41.18661434820785],[-73.53599717662114,41.18844334869774],[-73.53588517658807,41.18849734871199],[-73.52910817458185,41.19168234955786],[-73.52629017374768,41.19300834990991],[-73.52603017367001,41.19311834993995],[-73.52530417345298,41.193423350023494],[-73.52529417344998,41.1934273500246],[-73.52484117331467,41.193619350077064],[-73.52454317322783,41.193783350118935],[-73.52426117314575,41.1939403501589],[-73.52377117299697,41.19410635020749],[-73.52375117299079,41.19411135020912],[-73.5236761729685,41.19414535021824],[-73.52334317286967,41.19429735025894],[-73.5230831727928,41.19442135029173],[-73.52256417264117,41.194700350363355],[-73.52252417262943,41.19472135036878],[-73.52233817257522,41.194823350394856],[-73.52159817235511,41.195153350483714],[-73.52116517222638,41.195347350535904],[-73.52098117217157,41.19542835055779],[-73.51706917101717,41.19733335105896],[-73.51692817097552,41.197401351076905],[-73.51678717093394,41.197470351095035],[-73.51418017016464,41.198740351429116],[-73.51399417011156,41.19886235145907],[-73.5138641700722,41.19890835147234],[-73.51386417007225,41.19890935147254],[-73.51386317007191,41.198909351472565],[-73.51280416975699,41.19938335160009],[-73.51280416975706,41.19938435160028],[-73.51280316975678,41.19938535160052],[-73.51173116943535,41.19981935172063],[-73.51170516942855,41.199847351726966],[-73.51160916939989,41.199888351738146],[-73.51157716938954,41.1998883517392],[-73.5115771693896,41.199889351739394],[-73.51157616938927,41.19988935173942],[-73.51156916938709,41.19989035173984],[-73.51015016896426,41.20051135190795],[-73.51014916896395,41.20051135190797],[-73.51014816896368,41.20051235190819],[-73.50917516867378,41.20093835202349],[-73.50395916712523,41.203320352660725],[-73.49590216472097,41.20678935360389],[-73.49556616462066,41.20693335364308],[-73.49545316458695,41.206982353656386],[-73.49500316445268,41.207176353709094],[-73.49461416433662,41.20734435375473],[-73.49456016432043,41.207366353760804],[-73.49422516422057,41.20751235380036],[-73.49396316414234,41.20762435383087],[-73.49172916347558,41.208585354092186],[-73.48841316248604,41.21001435448055],[-73.48747516221414,41.210557354617514],[-73.48683816202933,41.210923354709976],[-73.48534416158256,41.21155135488185],[-73.48511016151319,41.21166035491084],[-73.48500316148136,41.21170835492374],[-73.48489916145053,41.21175635493655],[-73.48269616079737,41.21278035520911],[-73.48392616128396,41.21432035546947],[-73.48632816223433,41.21732935597815],[-73.48797816288713,41.21939535632736],[-73.48854116310896,41.220084356443394],[-73.49140816423885,41.223596357034864],[-73.49645316622755,41.22978135807645],[-73.49889116718879,41.23277135857988],[-73.50101316802532,41.23537135901756],[-73.5012341681125,41.23564335906337],[-73.50140116817832,41.2358473590977],[-73.50147416820717,41.235938359113064],[-73.50170016829624,41.236214359159476],[-73.50176516832188,41.23629435917296],[-73.50253316862471,41.237236359331526],[-73.50263716866569,41.23736335935291],[-73.50266016867508,41.23739735935878],[-73.50340416896883,41.238316359513654],[-73.50437516935207,41.2395133597153],[-73.50499016959485,41.24027235984318],[-73.5064921701878,41.242125360155356],[-73.50832317091063,41.24438436053589],[-73.50986317151863,41.246284360855896],[-73.5099631715581,41.246407360876624],[-73.51054917178958,41.24713236099879],[-73.51230917248483,41.249310361365765],[-73.51289617271672,41.25003636148808],[-73.51290617272072,41.25004936149028],[-73.51293817273336,41.250089361497025],[-73.51294917273773,41.2501033614994],[-73.51745717450608,41.25546336239653],[-73.51746517450924,41.25547336239823],[-73.51749717452208,41.255516362405565],[-73.51750717452613,41.25553036240796],[-73.51751017452733,41.255534362408646],[-73.52341917685321,41.26269236361005],[-73.52366317694872,41.26297836365778],[-73.5237461769814,41.26307936367474],[-73.5247641773776,41.26423436386644],[-73.52520917755074,41.26473836395005],[-73.52523117755983,41.26477236395596],[-73.52529817758544,41.26484036396703],[-73.52571317774958,41.26535636405396],[-73.52628417797565,41.26607036417437],[-73.5263171779886,41.266109364180885],[-73.52855517886601,41.268757364623454],[-73.536678182051,41.2783683662293],[-73.53670418206123,41.27839936623449],[-73.53688318213148,41.2786123662701],[-73.53838818272168,41.28039336656761],[-73.54059818358829,41.283007367004195],[-73.54071818363553,41.2831523670285],[-73.54355618475292,41.28658536760391],[-73.54811518654826,41.29210336852869],[-73.54884618683553,41.29297736867486],[-73.5488501868371,41.2929823686757],[-73.55096318766287,41.2954293690827],[-73.54988018766755,41.301530370307475],[-73.54986018768342,41.301914370382946],[-73.54968818783055,41.30539837106749],[-73.54960318790313,41.307117371405226],[-73.54948118842478,41.316754373286635],[-73.5492941885294,41.31958937384503],[-73.54908918878658,41.3251423749333],[-73.54897418881687,41.3263003751626],[-73.54897418881716,41.326305375163585],[-73.54861018891414,41.32999037589322],[-73.54824218899464,41.33341437657209],[-73.54823718899613,41.33346737658257],[-73.54814318902284,41.33444737677649],[-73.54805018904734,41.33538437696201],[-73.54790518906832,41.33654837719344],[-73.54712418918274,41.34284437844496],[-73.54709018918813,41.34312537850077],[-73.5469201892395,41.34494937886145],[-73.54628318943473,41.35182938022161],[-73.5462101894569,41.35261438037681],[-73.54597118951011,41.35485138082005],[-73.54596918951023,41.35486438082265],[-73.54565018958102,41.35784638141349],[-73.54529418968052,41.36152438214092],[-73.5452591896899,41.36187938221116],[-73.54515618971885,41.36294638242217],[-73.54512218972864,41.36330238249255],[-73.54504318973903,41.36391838261502],[-73.54480718977057,41.36576638298236],[-73.54472918978135,41.36638338310498],[-73.5445331898076,41.3679193834103],[-73.5439461898868,41.3725283843263],[-73.54375118991346,41.37406538463172],[-73.54374518991408,41.37410938464049],[-73.54372818991648,41.37424438466731],[-73.54372318991749,41.37428938467623],[-73.54366018992596,41.37478338477439],[-73.54362018993163,41.375102384837774],[-73.54347218995174,41.37626638506907],[-73.54342618995813,41.376630385141404],[-73.54341718996291,41.37676238516736],[-73.54326519005483,41.379177385642095],[-73.54281019033117,41.38642638706683],[-73.54265919042355,41.3888423875416],[-73.54265819042496,41.38887238754748],[-73.54262919043813,41.3892583876235],[-73.54262319044466,41.38940338765188],[-73.54262319044578,41.389422387655564],[-73.5426021904418,41.38947038766559],[-73.54257219044855,41.38975238772142],[-73.54256319047174,41.39019838780843],[-73.542587190483,41.3902583878193],[-73.54257319048976,41.39045138785728],[-73.5425611904971,41.390643387895025],[-73.54253719051009,41.390998387964835],[-73.54247019058218,41.392602388278895],[-73.54236319062134,41.39386438852781],[-73.54152019093,41.40380739048852],[-73.54147019094863,41.40440239060583],[-73.54134119095595,41.40524139077316],[-73.54132919095686,41.405323390789505],[-73.54114519095405,41.40629339098413],[-73.54112019095163,41.406390391003804],[-73.54110319095152,41.406482391022244],[-73.54046919104178,41.41153239202466],[-73.54044719104498,41.411708392059616],[-73.54042419104775,41.41188339209435],[-73.5404111910497,41.41198839211521],[-73.54008719109459,41.4145473926232],[-73.54007619109659,41.41464239264204],[-73.53994519111464,41.41567539284708],[-73.53975119114153,41.41720739315119],[-73.53888819126198,41.42403639450655],[-73.53838419132153,41.42783939526202],[-73.53840519132898,41.42785039526344],[-73.53812919136747,41.430033395696626],[-73.53806719137587,41.430519395793084],[-73.53788919139873,41.43189339606586],[-73.53774319143172,41.43326339633679],[-73.53773219143436,41.43336939635773],[-73.53767419144746,41.433913396465314],[-73.53763319145739,41.43430939654358],[-73.53751019148741,41.43550139677916],[-73.53747019149772,41.43589839685759],[-73.53726219154875,41.43791839725678],[-73.5370941915996,41.43971439761112],[-73.53702719162368,41.440495397765],[-73.53681419169186,41.442835398226435],[-73.53673419171163,41.443614398380355],[-73.5367331917113,41.44361439838039],[-73.53658519174041,41.444928398640435],[-73.53658419174008,41.44492839864047],[-73.53640719174996,41.446074398868845],[-73.53633519175983,41.446640398981124],[-73.53628819177868,41.44722139909548],[-73.53606519188101,41.45019839968084],[-73.53605619190577,41.45067039977279],[-73.5360471919214,41.45098639983441],[-73.53603719193927,41.451346399904644],[-73.53600119201354,41.452811400190235],[-73.53598719202408,41.45306840024058],[-73.53597719203357,41.453285400283036],[-73.53589319210947,41.45504340062708],[-73.53587219212737,41.4554644007095],[-73.53586319213436,41.45563340074261],[-73.53584319213998,41.45583940078324],[-73.53583719215206,41.45607840082985],[-73.53582319215931,41.45627940086933],[-73.53579919217238,41.45663440093903],[-73.53579119217697,41.45675740096317],[-73.53578419218177,41.4568774009867],[-73.53577019219425,41.45716740104344],[-73.5357321922159,41.45774640115709],[-73.5356071922839,41.45959540152012],[-73.53556919232656,41.46053240170324],[-73.53540919236511,41.462072402007436],[-73.53535519239162,41.46282240215479],[-73.53530519239298,41.463121402214476],[-73.535287192404,41.46340840227078],[-73.53527019240401,41.46350240228958],[-73.53527019243923,41.46410240240603],[-73.53526619243898,41.46412040240964],[-73.5352521924486,41.46436140245688],[-73.53522219244896,41.464533402491256],[-73.53521119244846,41.46458540250171],[-73.53517119245997,41.46500240258397],[-73.53512919247642,41.46551440268471],[-73.5350701924977,41.466202402820194],[-73.53507019249963,41.46623540282659],[-73.53507319253781,41.46686940294952],[-73.5350501925411,41.46705240298579],[-73.53497019255333,41.46770240311459],[-73.53497019255997,41.46781540313652],[-73.53497019257746,41.46811340319435],[-73.53497019259449,41.46840340325062],[-73.53490319260814,41.46900540336966],[-73.53487019261487,41.46930240342839],[-73.53485719262005,41.469462403459865],[-73.53480819264188,41.47010440358605],[-73.53475219265702,41.470671403697935],[-73.53467019267654,41.471456403852976],[-73.53461619270531,41.472244404007654],[-73.53457019272905,41.47290240413686],[-73.53453319274072,41.473305404216276],[-73.53436819280832,41.47536640462163],[-73.53432219281235,41.47568940468582],[-73.53429119281508,41.47590640472895],[-73.53420219282623,41.47658740486403],[-73.53412019283854,41.477249404995185],[-73.53406119285161,41.47779740510345],[-73.53404519285581,41.47795740513502],[-73.53397619289197,41.47895340533054],[-73.53396619289848,41.479119405363065],[-73.5339561929037,41.47926340539132],[-73.53395319291,41.4793874054155],[-73.53394819295163,41.48012340555844],[-73.5338581930188,41.48176340587957],[-73.53325119331076,41.490079407512695],[-73.53322319332473,41.49047140758964],[-73.53318619334453,41.491012407695806],[-73.53287719348978,41.4951864085155],[-73.5327361935572,41.49711040889327],[-73.53269319357554,41.49765940900115],[-73.53260719361106,41.498737409213035],[-73.53260419361153,41.49876240921799],[-73.53260319361276,41.49878840922305],[-73.53257019362769,41.499224409308695],[-73.53256319363054,41.499311409325806],[-73.53250519365633,41.50006940947468],[-73.53245219366559,41.500519409563694],[-73.5317781938909,41.50806341104866],[-73.53177819389096,41.50806441104884],[-73.53112919410799,41.51532741247823],[-73.53095919416506,41.51723341285329],[-73.5309051941831,41.517837412972135],[-73.53074319423726,41.51964941332869],[-73.53068919425532,41.520253413447534],[-73.53060919428226,41.52115141362422],[-73.53056919429595,41.52160441371333],[-73.53053519430748,41.521987413788686],[-73.5303671943626,41.52384841415491],[-73.53028719438959,41.524747414331756],[-73.53028419438974,41.524766414335545],[-73.53027919439165,41.52482641434734],[-73.5302781943925,41.524846414351245],[-73.53023519440629,41.52531741444394],[-73.53011019444898,41.52673041472188],[-73.53006819446318,41.52720241481473],[-73.52945519466839,41.53406041616378],[-73.52945019467018,41.5341184161752],[-73.52944519467198,41.534176416186604],[-73.52931419471558,41.53563741647398],[-73.52922919472451,41.53625641659672],[-73.52896219475049,41.53816641697559],[-73.52895119475087,41.53823341698892],[-73.52769319503419,41.54995941930181],[-73.52742519519346,41.55413442011916],[-73.52740619520063,41.55436042016355],[-73.52609819561357,41.56854942295393],[-73.52600219578176,41.571926423610726],[-73.5259951957914,41.57212842365006],[-73.52475219609249,41.58405442599923],[-73.52386619631491,41.5926834276981],[-73.52232519671108,41.607840430680795],[-73.52147919693309,41.616233432331704],[-73.5214591969382,41.61642943237024],[-73.52143619694203,41.61662043240793],[-73.52104219700126,41.619781433032124],[-73.52101919702267,41.620269433127234],[-73.52097219706495,41.62124143331668],[-73.52083319719242,41.62415743388495],[-73.52078819723368,41.62510143406892],[-73.52078619723476,41.625130434074585],[-73.52063419737313,41.62830143469252],[-73.52017919778885,41.63781543654617],[-73.52002819792774,41.64098743716406],[-73.5200251979293,41.641030437172475],[-73.52001919793513,41.64116143719797],[-73.5200181979374,41.641205437206516],[-73.51996319795967,41.64188243733914],[-73.51980119802768,41.6439174377377],[-73.51974719805031,41.644595437870464],[-73.51965319809369,41.6458424381145],[-73.51937519822536,41.64958643884698],[-73.51928319826946,41.650834439091106],[-73.51814619880763,41.66613344208351],[-73.51812219881386,41.66636944212987],[-73.5180981988206,41.66661444217797],[-73.51808119882202,41.66673144220111],[-73.5180741988197,41.666730442201164],[-73.51762419867332,41.66672444221502],[-73.51728419855355,41.666565442195655],[-73.51672719835587,41.666279442159],[-73.51602019810827,41.66597244212332],[-73.51595119808565,41.66596844212484],[-73.5152791978654,41.665931442140106],[-73.5147851977029,41.66589444214944],[-73.5138211973967,41.666005442203],[-73.51115019655914,41.66649644238687],[-73.51038019630987,41.66650644241445],[-73.5098211961183,41.666334442399894],[-73.5093561959622,41.66624644239841],[-73.5091661958993,41.66622544240067],[-73.50804019552682,41.666105442415045],[-73.50702219518224,41.66586544240265],[-73.5069241951472,41.66581044239529],[-73.5068341951087,41.66565344236796],[-73.50680219507079,41.665189442279434],[-73.50686619506216,41.66469344218154],[-73.50693019504405,41.66403744205272],[-73.50673819496657,41.66378144200971],[-73.50669719495083,41.663740442003146],[-73.50629019479466,41.66333344193812],[-73.50502519433675,41.662533441825786],[-73.50441319411277,41.66210444176334],[-73.50395319394435,41.66178144171629],[-73.5032351936907,41.661432441672815],[-73.50285019355465,41.661244441649345],[-73.50161719311906,41.66064544157476],[-73.50152819308722,41.66059544156807],[-73.50107719292583,41.660341441534044],[-73.50062519276413,41.660087441500046],[-73.49956919238628,41.659493441420516],[-73.49876919210111,41.65906144136374],[-73.49855319202588,41.65897444135413],[-73.49828919193399,41.65886944134264],[-73.49795319182685,41.65890144136001],[-73.49748919169056,41.659142441422034],[-73.49686519151463,41.65959044152933],[-73.49620919133778,41.660198441668605],[-73.4954411911246,41.66080644181161],[-73.49514519104122,41.6610204418628],[-73.49486519096233,41.661222441911136],[-73.49472119091845,41.66127044192521],[-73.49445819083572,41.66131444194246],[-73.49443319082783,41.66131844194406],[-73.4943081907842,41.66126644193818],[-73.49396919066591,41.661126441922434],[-73.4936491905469,41.66087044188367],[-73.49339319043067,41.66031044178402],[-73.49302519024302,41.65915844157381],[-73.49274519011048,41.658454441447155],[-73.4924011899477,41.65759044129175],[-73.4919821897356,41.65630444105731],[-73.49188918968873,41.65602244100594],[-73.49180218965019,41.655848440975234],[-73.49140918947612,41.655062440836495],[-73.49086518924373,41.65411844067227],[-73.49032118901796,41.653286440529676],[-73.48942418866801,41.65229144036734],[-73.48929718861847,41.65215044034432],[-73.48771318800034,41.65039044005708],[-73.48636918749041,41.64914243986072],[-73.48551418715772,41.64820843970874],[-73.48515318701727,41.64781443964462],[-73.48468718684384,41.6474384395875],[-73.4847971868735,41.64733643956412],[-73.48495018691845,41.64725743954378],[-73.48503818693665,41.64708243950704],[-73.48508918694954,41.64702043949336],[-73.48540418704079,41.64683543944714],[-73.48565318712154,41.646834439438656],[-73.48633318734969,41.64696143944056],[-73.48653118741724,41.647017439444795],[-73.48658218743384,41.647018439443286],[-73.48672918748407,41.6470614394467],[-73.48680918750956,41.647053439442494],[-73.48683818751684,41.64701743943458],[-73.48691118752858,41.64681543939311],[-73.48698518755033,41.64677743938332],[-73.48708018757986,41.646755439375895],[-73.48721818762506,41.64676243937266],[-73.48737218766236,41.64654843932617],[-73.48754218771072,41.64643343929832],[-73.48773118776286,41.64627843926207],[-73.48779018777455,41.64615243923577],[-73.48773918775184,41.64604843921737],[-73.48798718781704,41.64579043915926],[-73.48807518783768,41.645656439130455],[-73.48814818785989,41.645631439123186],[-73.48828018790496,41.64566943912613],[-73.48829418791831,41.64581843915446],[-73.48838318795204,41.64590043916733],[-73.48860318802863,41.645988439177],[-73.48910718819766,41.64608143917821],[-73.48929018825508,41.64604843916574],[-73.48933418826807,41.64602643916002],[-73.48945218830032,41.64592443913639],[-73.4895321883239,41.645884439126],[-73.48967818837009,41.64586443911727],[-73.48973718839035,41.645883439118975],[-73.48975918839986,41.645923439125966],[-73.4897741884197,41.64617643917436],[-73.48978818842582,41.64620343917912],[-73.48989818846933,41.646335439200946],[-73.49003018851731,41.64642243921337],[-73.49013218854998,41.6464154392086],[-73.49033018861121,41.64636443919217],[-73.49068118871102,41.646126439134505],[-73.49087918875088,41.645714439048305],[-73.49139618890821,41.6455384389971],[-73.49144018892142,41.645520438992165],[-73.49147718893282,41.64551043898899],[-73.49156618895988,41.64547943898005],[-73.49183718904253,41.645390438953825],[-73.49210718912516,41.64530643892859],[-73.49226718917295,41.645236438909755],[-73.4925001892397,41.6450874388732],[-73.49252318924634,41.64507343886973],[-73.49267718929248,41.645008438852045],[-73.49297718938092,41.64485843881308],[-73.49329918947954,41.644759438783225],[-73.49376718962799,41.64470243875665],[-73.49386318965655,41.64465843874495],[-73.49411118972735,41.644495438705206],[-73.49444418981658,41.64417743863266],[-73.4944701898236,41.644153438627164],[-73.49477718991515,41.64401743859067],[-73.49482818992881,41.6439684385795],[-73.49496418995767,41.64371043852512],[-73.49498818996273,41.64366443851545],[-73.49500818996769,41.64363843850974],[-73.49516619000723,41.643440438466236],[-73.49520119001603,41.643397438456766],[-73.4952241900225,41.64338043845271],[-73.49528919004062,41.643330438440884],[-73.49548619009578,41.64318243840574],[-73.4955521901143,41.643133438394074],[-73.49558219012266,41.64311043838862],[-73.49562519013472,41.64307843838101],[-73.4956721901479,41.64304343837268],[-73.49570319015665,41.64302143836739],[-73.49573519016568,41.6429984383619],[-73.49583119019275,41.64292943834536],[-73.49586319020177,41.64290643833984],[-73.49604219025218,41.642777438308975],[-73.4961881902904,41.64262243827416],[-73.49621219029648,41.64259343826776],[-73.49629019031661,41.64250643824834],[-73.49636319033023,41.64233643821308],[-73.49634219031569,41.64220543818846],[-73.49634819030136,41.64193043813513],[-73.49634619029241,41.64179043810814],[-73.49634119027405,41.64150743805362],[-73.49634919026002,41.641226437999066],[-73.49635519024983,41.64102143795926],[-73.49637019025121,41.64096243794736],[-73.4962811902162,41.64085843793023],[-73.49625019020512,41.640841437927975],[-73.49622819019662,41.640818437924274],[-73.49619519018552,41.640811437924],[-73.49617119017695,41.6407984379223],[-73.49606919014055,41.64074243791486],[-73.4960401901277,41.64068443790463],[-73.49602519012095,41.640652437898936],[-73.49602119011824,41.64062843789443],[-73.49599419010072,41.64048043786673],[-73.49598119009194,41.64040343785229],[-73.49604019009806,41.64018343780782],[-73.4960971901088,41.64005243778061],[-73.49615719012016,41.63991543775215],[-73.49637019016046,41.639428437650956],[-73.49640419016693,41.63935143763494],[-73.49654319019982,41.6391454375905],[-73.49666019022322,41.63889943753909],[-73.49671119022624,41.638670437493126],[-73.49676319023433,41.6385224374628],[-73.49684219025738,41.63847843745167],[-73.49704819031959,41.63840043742974],[-73.49729219038976,41.638248437392235],[-73.49733319040159,41.63822343738604],[-73.49768519051342,41.638183437366585],[-73.49781119055251,41.63815343735661],[-73.49772119051124,41.637949437320174],[-73.49745219038778,41.637337437210874],[-73.49736319034682,41.63713343717442],[-73.4957141895898,41.63337943650385],[-73.49208118792235,41.62511043502652],[-73.49069318729728,41.6221524345009],[-73.48895218651326,41.618441433841376],[-73.48891318649571,41.61835843382662],[-73.48890218649068,41.61833343382215],[-73.4887681864277,41.6180034337628],[-73.48872418640698,41.6178944337432],[-73.48852918631539,41.617414433656876],[-73.48834518623502,41.617064433595324],[-73.48678618555437,41.61410243307446],[-73.48198818345969,41.60498243147031],[-73.48083618295676,41.60279143108482],[-73.47979218250103,41.60080643073557],[-73.47894118211718,41.598978430410256],[-73.47795418167168,41.596852430031774],[-73.47499318033528,41.59047442889619],[-73.47400617988991,41.5883494285178],[-73.47307217946643,41.58630342815292],[-73.47027317819726,41.580168427058574],[-73.46946817783221,41.57840242674347],[-73.4693191777681,41.57813442669655],[-73.46927617774962,41.578057426683074],[-73.46914917769487,41.57782742664278],[-73.46910717767679,41.57775142662947],[-73.46896817761704,41.57750242658588],[-73.46872817750531,41.576926426482345],[-73.46796817715143,41.57510242615453],[-73.4676531770092,41.57442142603316],[-73.46727317683741,41.573596425886066],[-73.46641117644792,41.571728425553054],[-73.46382517527955,41.566124424553934],[-73.46296317489018,41.56425742422102],[-73.46136817416975,41.56080242360493],[-73.46133417415433,41.560727423591544],[-73.4576041724644,41.55255542213259],[-73.45741017237646,41.55212942205651],[-73.45604217175679,41.54913242152133],[-73.45516417135876,41.54720342117677],[-73.45447117097072,41.54442242066099],[-73.45401817072239,41.54269542034142],[-73.4527021701256,41.53979841982373],[-73.45197916979778,41.53820741953943],[-73.45056516915702,41.53510141898441],[-73.44894916843157,41.53166741837247],[-73.44736616772114,41.5283064177735],[-73.44667916741291,41.526848417513676],[-73.44593116707738,41.52526241723103],[-73.44576216699114,41.52472641713273],[-73.4452551667325,41.52311841683781],[-73.44508716664662,41.52258241673948],[-73.44357116583022,41.51704041571529],[-73.44303616554231,41.515087415354344],[-73.44276716539738,41.51410241517226],[-73.44526716593822,41.50950241419751],[-73.44456716567615,41.50890241410434],[-73.44356716505908,41.503902413167786],[-73.44406716509815,41.50180241274394],[-73.4438331649976,41.501380412669846],[-73.44369216493706,41.50112741262545],[-73.44306716466862,41.50000241242791],[-73.44226116415068,41.4956184116042],[-73.44210216404856,41.494754411441846],[-73.44162516374242,41.49216541095537],[-73.4414671636407,41.49130241079316],[-73.44112416354245,41.49152341084739],[-73.44009516324782,41.49218741101026],[-73.43975316314996,41.492409411064656],[-73.43970116313459,41.492434411071216],[-73.43954916308982,41.492511411091186],[-73.43949816307482,41.492537411097906],[-73.43936716303615,41.49260241111486],[-73.43936116303438,41.49260541111563],[-73.43897016292136,41.49283941117396],[-73.43884016288385,41.49291841119359],[-73.43878916286907,41.492948411201105],[-73.43863916282571,41.49303841122353],[-73.43858916281133,41.4930694112312],[-73.43844516276968,41.49315541125265],[-73.43836716274716,41.49320241126435],[-73.438023162649,41.493430411319956],[-73.4378841626094,41.49352341134261],[-73.4377671625761,41.49360241136179],[-73.43775116257149,41.49361241136426],[-73.43736116246141,41.49389141143129],[-73.43723216242506,41.493984411453596],[-73.43706716237848,41.49410241148196],[-73.43686316231961,41.49422641151276],[-73.43573216199347,41.49491741168423],[-73.43535516188479,41.495148411741525],[-73.43088916059988,41.497927412428346],[-73.43078616056964,41.497981412442236],[-73.43076616056439,41.498002412446965],[-73.42999716032772,41.49821741251411],[-73.42937416013591,41.49839041256827],[-73.42896816000979,41.49848441259993],[-73.42785215966332,41.49874541268748],[-73.42586415904601,41.499208412843046],[-73.42546615892252,41.49930241287444],[-73.42484715873404,41.49951041293526],[-73.42369415838293,41.49989741304845],[-73.42216415791711,41.50041241319893],[-73.42023815733057,41.50105841338795],[-73.41908615697983,41.50144641350129],[-73.41899615695264,41.501480413510876],[-73.41759415653141,41.502048413667396],[-73.41746615649306,41.5021024136821],[-73.41666115625664,41.50252141378999],[-73.41655415622516,41.502576413804206],[-73.4149661557587,41.503402414016925],[-73.41482615571535,41.50343741402835],[-73.41477215569863,41.50345041403265],[-73.41461315564948,41.50349141404584],[-73.41461015564855,41.50349241404614],[-73.41456015563305,41.50350441405013],[-73.41447215560581,41.50352641405732],[-73.41416615551105,41.50360241408216],[-73.41404615547545,41.50365841409698],[-73.41259115504448,41.50435441428008],[-73.41210615490088,41.50458741434132],[-73.41186415482909,41.504701414371425],[-73.41166615477665,41.50490241441697],[-73.41155015474075,41.50493141442642],[-73.41126615465284,41.50500241444958],[-73.4026721521009,41.50900641551022],[-73.40246515203941,41.509102415535686],[-73.40210215192938,41.50923341557308],[-73.40037315140573,41.50986441575259],[-73.39979715123133,41.510075415812544],[-73.39506514979811,41.51180241630382],[-73.39454514964203,41.51201641636251],[-73.39377114940974,41.51233541644995],[-73.39336514928787,41.51250241649575],[-73.39304814919228,41.51262541653007],[-73.39182314881609,41.512984416640165],[-73.391213148642,41.51338941673886],[-73.38836814776697,41.51420041699012],[-73.3881301476958,41.514303417017956],[-73.3876231475441,41.51452041707677],[-73.38711614739239,41.5147374171356],[-73.38704114737001,41.51477041714449],[-73.38696514734724,41.5148024171532],[-73.38635414710586,41.514062417029855],[-73.38574314686451,41.51332241690651],[-73.38506514659674,41.51250241676988],[-73.38496514647666,41.51100241648224],[-73.38746514717619,41.509102416031155],[-73.38757914719743,41.508833415975225],[-73.38804514728416,41.50773241574627],[-73.38851014737061,41.50663141551735],[-73.3885651473809,41.50650241549051],[-73.38836314730518,41.506327415463225],[-73.38816714723175,41.50615841543692],[-73.38797014715794,41.505988415410464],[-73.38759714701808,41.50566441535992],[-73.38722314687784,41.50533941530922],[-73.3872001468692,41.505319415306104],[-73.3870651468186,41.50520241528787],[-73.38196514507163,41.50360241514585],[-73.379562144213,41.50224041496092],[-73.37896514399971,41.501902414915044],[-73.37852614382362,41.5013244148174],[-73.37802714362341,41.5006664147062],[-73.37752814342316,41.50000741459481],[-73.37729314332893,41.49969841454263],[-73.37705814323469,41.49938941449042],[-73.37676514311711,41.499002414425],[-73.37669114306755,41.498564414342475],[-73.37644114290028,41.49708741406411],[-73.37619014273268,41.49561041378582],[-73.37576414244819,41.493102413313196],[-73.37566714237175,41.492331413166774],[-73.37562714234099,41.49202641310892],[-73.37558714231024,41.491721413051025],[-73.37547114221992,41.49081841287963],[-73.37535514212958,41.48991441270801],[-73.37526414205853,41.48920241257284],[-73.37500114196756,41.48910441256249],[-73.37456414181631,41.48894041254508],[-73.37356414147177,41.48859141251031],[-73.3725441411183,41.48820041246807],[-73.37152414076475,41.48780841242565],[-73.37123714066523,41.48769741241356],[-73.37095014056567,41.48758541240128],[-73.3704451403912,41.48740141238223],[-73.36987714019517,41.48719741236136],[-73.36661913907896,41.48616841226907],[-73.36420413824689,41.48532541218506],[-73.36410413821243,41.48529041218158],[-73.36204613747225,41.48403841200639],[-73.36043313689215,41.48305741186913],[-73.35997313672664,41.48277641182974],[-73.35951213656088,41.482496411790564],[-73.35933313649647,41.48238741177531],[-73.35915513643249,41.48227941176022],[-73.35907713640447,41.482232411753664],[-73.35900013637676,41.482185411747096],[-73.35886313632751,41.48210241173548],[-73.35860813624069,41.48203141173012],[-73.3568201356318,41.48152941169157],[-73.35503113502256,41.481027411653066],[-73.35284013427649,41.480413411606065],[-73.35065813353343,41.479801411559144],[-73.35065113353107,41.47979941155897],[-73.35034213342577,41.47971141155205],[-73.3500351333211,41.47962341154509],[-73.34926413305833,41.47940341152777],[-73.34870913285214,41.47895241145849],[-73.34859913281123,41.47886241144464],[-73.34848813277006,41.478773411431014],[-73.34810313262702,41.47846041138293],[-73.3477171324836,41.47814641133467],[-73.3476641324639,41.47810341132808],[-73.34751113241268,41.47807541132768],[-73.34716313229613,41.47801141132672],[-73.34696813223081,41.47797541132615],[-73.34681613217991,41.47794741132573],[-73.34582813184902,41.47776541132291],[-73.3448401315181,41.477583411320126],[-73.34439913137041,41.477502411318916],[-73.34434513135233,41.47749241131875],[-73.34395813122266,41.47742041131753],[-73.34296613089047,41.47723841131485],[-73.3419741305582,41.477055411311966],[-73.34087113018875,41.47685141130867],[-73.34006312991819,41.47670341130655],[-73.33892612953012,41.47636941127913],[-73.33864112943283,41.47628541127221],[-73.33666312875768,41.47570341122431],[-73.3354081283075,41.47495941112116],[-73.33488512811992,41.474649411078175],[-73.33386112775261,41.47404241099399],[-73.3323131271974,41.47312541086688],[-73.3317881270091,41.47281441082376],[-73.33157012693091,41.47268541080588],[-73.32930712611112,41.47120441059275],[-73.32755912547694,41.470044410424975],[-73.3273501254011,41.46990541040486],[-73.32677512519247,41.46952341034958],[-73.32415512432253,41.46917041036721],[-73.32320312400645,41.46904241037365],[-73.32225012369005,41.468914410380144],[-73.32215012365681,41.46890041038071],[-73.32205012362363,41.46888741038148],[-73.32157512346592,41.46882341038467],[-73.32095712325973,41.46872341038558],[-73.31902112261402,41.46841241038884],[-73.31632712171537,41.46797841039313],[-73.31451912111228,41.467687410396046],[-73.31363212081645,41.467545410397626],[-73.3128741205636,41.467423410398844],[-73.31175312023818,41.46807741056273],[-73.31111312005233,41.46845041065621],[-73.31047411986685,41.46882341074967]]]},"properties":{"name":"Fairfield"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.46673085229405,41.583907460343376],[-72.46412485146375,41.5842324604891],[-72.46065385035796,41.584667460683576],[-72.45630684897294,41.58521046092677],[-72.45393084821595,41.58550746105972],[-72.45370184814317,41.58553946107319],[-72.45189784756988,41.585791461179284],[-72.45066084717678,41.58596446125206],[-72.44648584584995,41.5865474614975],[-72.44468284527701,41.58680046160375],[-72.44462284525787,41.586807461607016],[-72.44444284520065,41.58683246161757],[-72.44441284519117,41.586837461619496],[-72.44438384518196,41.586841461621184],[-72.44407484508375,41.58688446163931],[-72.44381884500234,41.586919461654226],[-72.44356284492095,41.58695446166912],[-72.4427028446475,41.587072461719266],[-72.43766284304527,41.58776846201401],[-72.43598284251118,41.58800046211225],[-72.43592984249432,41.588007462115286],[-72.43583384246372,41.58801946212067],[-72.43538784232189,41.58808046214663],[-72.43523984227488,41.58810146215538],[-72.43397284187192,41.58827346222889],[-72.43190384121394,41.588555462349134],[-72.43181284118504,41.58856846235455],[-72.43172084115575,41.58858046235978],[-72.43162784112617,41.58859346236526],[-72.43153584109696,41.58860646237069],[-72.43017484066405,41.58879046244949],[-72.42932984039534,41.58890646249877],[-72.42891284026393,41.588984462527115],[-72.42886084024757,41.58899446253071],[-72.42826084005843,41.589106462571436],[-72.42772983989111,41.58920646260767],[-72.42628983943155,41.589374462685875],[-72.4256318392216,41.58945146272163],[-72.42442583883667,41.58959146278697],[-72.42080783768212,41.59001546298377],[-72.42002983743384,41.59010646302605],[-72.4196058373,41.59018246305422],[-72.4191298371497,41.590266463085605],[-72.4177048366999,41.590521463180195],[-72.41722983654996,41.59060646321173],[-72.41687083646943,41.591255463349185],[-72.41579583622864,41.5932044637619],[-72.4156298361915,41.59350646382584],[-72.41541183612577,41.593600463851],[-72.41533183610746,41.593738463880335],[-72.4153118361028,41.59377146388738],[-72.4152528360892,41.59387146390868],[-72.41523383608492,41.59390546391589],[-72.41517883607227,41.59399946393587],[-72.41510083605428,41.594131463964],[-72.41431183587318,41.59548446425184],[-72.41154983523951,41.600225465260294],[-72.41062983502856,41.60180646559652],[-72.4102888349186,41.60182646561119],[-72.40926883458967,41.60188546565489],[-72.40892883448011,41.60190646566972],[-72.40860783434748,41.60140646558273],[-72.40791583406138,41.60032446539439],[-72.40764783395063,41.59990646532165],[-72.40732883381867,41.5994064652346],[-72.40675483360657,41.59895846516569],[-72.40503483297113,41.59761746495949],[-72.40446183275941,41.59717046489076],[-72.4043728327279,41.597125464884805],[-72.40410683263369,41.59699046486698],[-72.4040188326025,41.596945464861015],[-72.40391283256494,41.596891464853876],[-72.40359483245244,41.59673246483303],[-72.40348983241526,41.59667946482605],[-72.40323583232518,41.59654846480861],[-72.40247683205592,41.59615546475624],[-72.40222383196624,41.596025464738965],[-72.40131683164478,41.595561464677445],[-72.4011958316019,41.59549946466923],[-72.39978883111814,41.59504546462546],[-72.39934583096408,41.59487146460565],[-72.39410382914119,41.5928114643709],[-72.39325982883858,41.59231746430155],[-72.39208082842583,41.591805464239286],[-72.39179082832439,41.59168046422413],[-72.39174482830835,41.59166146422189],[-72.387398826785,41.58973846398538],[-72.386057826315,41.58914546391244],[-72.38593582627223,41.58909146390581],[-72.38589382625726,41.58906846390268],[-72.38573882620209,41.58898446389122],[-72.38515082599261,41.58866446384759],[-72.38503882595279,41.58860446383947],[-72.38495482592283,41.58855846383318],[-72.38489182590278,41.58856646383672],[-72.38479382587151,41.58857846384215],[-72.3843108257176,41.58863946386925],[-72.38429682571315,41.58864146387009],[-72.38422382568994,41.58865146387433],[-72.38415082566667,41.58866046387837],[-72.38409182565188,41.58873946389559],[-72.3837618255664,41.589132463982395],[-72.38375682557417,41.58930046401521],[-72.38374082560513,41.58994646414127],[-72.38346882553405,41.590259464210675],[-72.38351482555525,41.5903704642308],[-72.38390282568002,41.59034146421291],[-72.38395782571025,41.59056146425394],[-72.38385982569106,41.59078846430114],[-72.38363882563003,41.59098446434623],[-72.38362582562652,41.59099746434916],[-72.38348282559362,41.5912414644011],[-72.38331782554876,41.59140046443719],[-72.38308482547791,41.59149046446205],[-72.38272582538477,41.59191546455598],[-72.38266882536759,41.59194046456264],[-72.3823698252777,41.592074464598106],[-72.38233182529198,41.59255046469181],[-72.38228482530171,41.59299746478016],[-72.3820198252393,41.59342446487151],[-72.38208982526584,41.59349146488234],[-72.38222782531827,41.593624464903804],[-72.38203582526641,41.593815464947],[-72.38188882522148,41.593868464961936],[-72.3815418251154,41.59399246499699],[-72.38106282496906,41.59416546504571],[-72.38098982495026,41.59425446506531],[-72.38079682491194,41.59469246515654],[-72.38073482489968,41.594834465186075],[-72.38067682488952,41.594990465218224],[-72.3806908248966,41.595035465226516],[-72.38069582489914,41.59505146522948],[-72.38071082490687,41.595102465238924],[-72.38071682490978,41.59511946524203],[-72.38072582491439,41.59514946524758],[-72.38075282492822,41.59523946526421],[-72.38076282493316,41.59526946526974],[-72.38077882494125,41.59532046527913],[-72.38078982494677,41.595355465285586],[-72.38067482491206,41.59540446529874],[-72.38062582489734,41.59542646530455],[-72.38051782486478,41.5954734653171],[-72.38010682473353,41.59552046533921],[-72.37898682437607,41.595652465400214],[-72.3785448242401,41.59579546544195],[-72.37804082408516,41.5959604654899],[-72.37761382396202,41.596245465558766],[-72.37753882394554,41.59638746558874],[-72.3775278239432,41.596409465593354],[-72.37745582392746,41.59654746562245],[-72.37739782393623,41.59704146572026],[-72.37722782388701,41.597151465747004],[-72.37673982373545,41.59728346578805],[-72.3765888237021,41.597566465847834],[-72.37659582371238,41.59770946587539],[-72.3767048237553,41.59784146589759],[-72.37680482379464,41.59796246591795],[-72.37708882389842,41.59816346594804],[-72.37708782390763,41.598333465981106],[-72.37708682391438,41.598460466005825],[-72.37691382386392,41.59856546603169],[-72.37677682382325,41.598636466049804],[-72.3766718237921,41.59869046606362],[-72.37636882370224,41.598848466103874],[-72.37618682367552,41.599430466222714],[-72.37615582369142,41.59989446631384],[-72.37612882370429,41.600281466389895],[-72.37612882370486,41.600291466391845],[-72.37604082368459,41.60044146642377],[-72.37585882364641,41.600818466502766],[-72.37579182363237,41.60095746653189],[-72.37570482361103,41.601082466558914],[-72.3756448235964,41.60117046657791],[-72.37544782354132,41.6013324666156],[-72.37521182346867,41.60140846663783],[-72.37500082340198,41.601444466651465],[-72.37498082339567,41.601448466652876],[-72.37490182336964,41.6014434666544],[-72.37459582326913,41.60142846666114],[-72.37454382325203,41.6014254666622],[-72.37438782320075,41.60141746666557],[-72.3743358231837,41.601415466666815],[-72.37426282315052,41.60124746663648],[-72.37418182311364,41.601060466602696],[-72.37405682306569,41.600931466581585],[-72.37393982302466,41.60087946657516],[-72.37390582301263,41.600862466572934],[-72.37374182295468,41.600781466562374],[-72.37357882289699,41.60069946655159],[-72.37330382279977,41.600563466533835],[-72.37309482273152,41.60056046653985],[-72.37306482272164,41.600558466540406],[-72.37292382267549,41.600554466544075],[-72.37288482266221,41.60054446654337],[-72.37277082262347,41.60051546654132],[-72.3727448226141,41.600499466539034],[-72.37250682252855,41.600356466518754],[-72.37239882248652,41.600234466498456],[-72.37233082246011,41.600158466485844],[-72.37231582245288,41.600116466478156],[-72.37225782242463,41.59994946644755],[-72.37221482240783,41.599899466439176],[-72.37161482219517,41.59959246639845],[-72.37136682210878,41.59949246638684],[-72.37109582201988,41.59948146639324],[-72.37086882194895,41.5995354664109],[-72.37077282192031,41.599582466423065],[-72.37067982189265,41.59962946643514],[-72.37066382189951,41.59984546647762],[-72.370546821862,41.599856466483445],[-72.37036482180149,41.5998344664849],[-72.37021082174887,41.59979046648122],[-72.37005682169999,41.599813466490545],[-72.36973682159406,41.599783466494806],[-72.36961882155674,41.59980346650241],[-72.36945082150532,41.599862466519184],[-72.36931182146317,41.59991846653445],[-72.3690568213835,41.59997946655434],[-72.36872682127583,41.599976466564165],[-72.36844182118386,41.59999246657627],[-72.3683168211455,41.600034466588376],[-72.36819982111254,41.60012646660994],[-72.3679888210476,41.60019446662981],[-72.36782082099366,41.60020846663784],[-72.36725782081001,41.60020446665481],[-72.36697982071784,41.60017546665795],[-72.36680482065908,41.60014446665745],[-72.36651082055535,41.60000246663912],[-72.36597082036616,41.5997654666101],[-72.36578082030326,41.59974746661259],[-72.36577582030158,41.599746466612565],[-72.36569282027448,41.59974546661499],[-72.36521782012214,41.59978846663832],[-72.36504282007016,41.59987846666133],[-72.36496882004772,41.5999084666695],[-72.3648238200066,41.60001746669524],[-72.36434781986881,41.600326466770305],[-72.36428181984799,41.60033846677473],[-72.36416281981364,41.60041746679382],[-72.36407781978907,41.60047346680737],[-72.36395381975507,41.60058746683344],[-72.3639528197638,41.60074946686496],[-72.36392481976074,41.60085746688683],[-72.36380881973268,41.6010314669243],[-72.3637198197113,41.601167466953534],[-72.36357381966711,41.60122746696979],[-72.3634418196247,41.6012384669761],[-72.36333981959008,41.60121346697446],[-72.36300381947031,41.6010294669493],[-72.36290881943924,41.60102746695191],[-72.36279081940242,41.60105646696126],[-72.36261681935308,41.60118746699221],[-72.36249181931268,41.6011934669973],[-72.36209681917724,41.60107246698626],[-72.36179381906932,41.60090846696395],[-72.36159181899741,41.60079946694913],[-72.36137281891422,41.60058746691484],[-72.36125581886736,41.60043146688822],[-72.3612448188627,41.60041246688486],[-72.36117481883278,41.6002854668624],[-72.36078681867616,41.599745466769704],[-72.36075781865883,41.599604466743216],[-72.36070681863539,41.59948246672112],[-72.36069981862852,41.59940046670541],[-72.36061181859498,41.59931346669128],[-72.36018081844416,41.59912746666872],[-72.36003181838963,41.599020466652625],[-72.36001881838489,41.59901146665129],[-72.3596828182682,41.5988824666368],[-72.35938281815245,41.59856046658369],[-72.35927381811224,41.598476466570816],[-72.35900281801757,41.598362466557205],[-72.35888581797553,41.59829246654728],[-72.35863781789341,41.598268466550444],[-72.35831481778922,41.59828746656431],[-72.35789781764734,41.59817946655648],[-72.35771581758631,41.59814846655619],[-72.35756281753804,41.59817646656646],[-72.35727681744217,41.598128466566145],[-72.35718181740937,41.598095466562725],[-72.35688881730294,41.59789946653386],[-72.35676581725639,41.59778346651521],[-72.35645781714584,41.59760146648954],[-72.35620881706238,41.597559466489244],[-72.35597481698761,41.59758546650168],[-72.35585181694938,41.59761846651196],[-72.35571281690997,41.597723466536735],[-72.35553781686863,41.59800346659667],[-72.35536981681848,41.5980854666179],[-72.3552228167729,41.598126466630504],[-72.35508381673628,41.59828146666501],[-72.35491681668186,41.59828146667028],[-72.35491581668153,41.59828146667031],[-72.35477681663559,41.598269466672356],[-72.35462981658975,41.59830646668418],[-72.35446981654322,41.59840646670866],[-72.35441081652769,41.59847246672335],[-72.35432481650106,41.59849746673092],[-72.35398681639128,41.59850346674275],[-72.35340281621491,41.59875146680934],[-72.35311181612636,41.59886346684028],[-72.3529688160828,41.59891746685527],[-72.3528618160503,41.59895946686681],[-72.35252481594465,41.59903346689182],[-72.35243781591741,41.59905346689844],[-72.35237481589716,41.5990584669014],[-72.35235181588973,41.599059466902304],[-72.35228481586823,41.599065466905586],[-72.35226281586118,41.59906746690667],[-72.35095381543515,41.59907546694951],[-72.34712781419182,41.59913246708114],[-72.3435408130302,41.59925846721865],[-72.34334881297184,41.59933346723928],[-72.34249081271115,41.59967046733179],[-72.33988681192069,41.60070746761536],[-72.33976781188461,41.60075546762843],[-72.33915881169983,41.60099946769503],[-72.33802981135715,41.60144946781804],[-72.33800981135109,41.601457467820225],[-72.33660081092347,41.60202046797401],[-72.33622581080972,41.60217146801517],[-72.33142080935288,41.60411746854467],[-72.33088280918984,41.604336468604146],[-72.33084380917808,41.604353468608686],[-72.3295708087924,41.60487446875002],[-72.32910480865124,41.605065468801804],[-72.32816580836673,41.60544946890599],[-72.3280958083456,41.60547946891403],[-72.32728180823979,41.608331469493834],[-72.32700480820408,41.6093074696922],[-72.32692280819361,41.60959846975132],[-72.32680680818004,41.610031469839114],[-72.3262278081132,41.612210470280694],[-72.32615580810504,41.6124844703362],[-72.32603580809125,41.612937470427994],[-72.32594680808077,41.61326847049509],[-72.32568380805058,41.614261470696306],[-72.32559580804046,41.61459347076357],[-72.32555380803552,41.614749470795196],[-72.32548380802751,41.61501447084888],[-72.32547980802683,41.61502547085114],[-72.32512680798426,41.61632147111404],[-72.32500980797035,41.61675447120185],[-72.32495480796321,41.616947471241055],[-72.32491980795879,41.617072471266454],[-72.3247988079451,41.61753247135961],[-72.32474780793939,41.61772747139911],[-72.32471480793495,41.6178404714221],[-72.32461780792252,41.61818347149179],[-72.32458580791847,41.618297471514936],[-72.32456980791638,41.61835347152632],[-72.32452580791144,41.61852147156033],[-72.32451080790975,41.61857847157187],[-72.32466980798472,41.618992471647296],[-72.32482880805973,41.61940747172291],[-72.325011808146,41.61988347180961],[-72.32541580833643,41.62093447200103],[-72.32600280861315,41.62246147227915],[-72.32651080885272,41.62378447252012],[-72.32651680885557,41.62380047252302],[-72.32701880909224,41.62510647276088],[-72.32921381005798,41.62958047356062],[-72.32922681006362,41.629605473565064],[-72.33257281167653,41.63893547527125],[-72.3325958116879,41.639004475283926],[-72.3334888121204,41.64152947574597],[-72.33357581216258,41.641776475791204],[-72.33366681220642,41.64202947583744],[-72.33370381222419,41.642131475856075],[-72.33376581225444,41.64231047588887],[-72.3338268122839,41.64248147592015],[-72.33391181232481,41.64271747596327],[-72.3339198123287,41.64274047596748],[-72.3339348123359,41.64278147597498],[-72.3342268124773,41.643606476125925],[-72.33217781184703,41.64427747632077],[-72.33163881168083,41.644446476370575],[-72.33081381142647,41.64470647644704],[-72.33007081119857,41.64496147651997],[-72.30904580474706,41.652140478575895],[-72.30364380308957,41.65399047910508],[-72.30323880297365,41.65427847917373],[-72.29963180194075,41.656833479783195],[-72.29771880139191,41.658170480102896],[-72.29486380057286,41.66016748058034],[-72.29465480051424,41.66033748061991],[-72.29430680041673,41.66062248068616],[-72.29399380032913,41.66088048074609],[-72.29362480023345,41.66132048084308],[-72.29303180006478,41.66176148094735],[-72.29261779993804,41.6619084809889],[-72.29249479990045,41.6619534810015],[-72.29204079977332,41.66232648108817],[-72.29067379937635,41.66319748130022],[-72.29062779936297,41.663226481307305],[-72.29059279935319,41.66325548131403],[-72.29051179932985,41.66331048132726],[-72.28634179814252,41.66638948205597],[-72.28628779812729,41.66643148206581],[-72.27866979595397,41.671983483382796],[-72.27254779393112,41.6715094834834],[-72.2723227938568,41.67149248348719],[-72.27209879378275,41.671474483490734],[-72.27150079358518,41.67142848350062],[-72.27099979341979,41.67139248350939],[-72.27036279320954,41.671347483520684],[-72.26949879292432,41.67128548353583],[-72.26914979280913,41.67126048354194],[-72.2690007927592,41.671236483541975],[-72.26888379271999,41.67121748354198],[-72.26879279268951,41.67120348354212],[-72.26858479261989,41.67117148354245],[-72.26853479260316,41.671163483542465],[-72.2684757925834,41.67115448354258],[-72.26841879256432,41.67114548354264],[-72.26840679256846,41.67128948357093],[-72.26840579256874,41.67130048357311],[-72.26839579257293,41.671433483599216],[-72.26838879257573,41.67152448361711],[-72.26837279258164,41.67172348365622],[-72.26836879258275,41.6717664836647],[-72.26835679258755,41.67192248369533],[-72.26836279259108,41.671950483700584],[-72.26842179262525,41.67221748375053],[-72.26835179260875,41.67233048377466],[-72.26830479259785,41.67240948379146],[-72.26805479253349,41.672716483858885],[-72.26804079253357,41.67279948387544],[-72.26812779257021,41.67294748390142],[-72.26812079257286,41.67303548391871],[-72.26798179253949,41.673249483964604],[-72.26782579249713,41.673401483998994],[-72.26770379246416,41.67352348402651],[-72.26750379240845,41.67369348406579],[-72.26727879234582,41.67388548411011],[-72.26716179231623,41.67403848414347],[-72.26705879230965,41.674521484240415],[-72.26702179230223,41.67460448425769],[-72.2670217923056,41.67466448426933],[-72.26705479231926,41.674716484278385],[-72.26720479238155,41.67495548432004],[-72.26748979251069,41.6756024844366],[-72.26752579253042,41.67574548446322],[-72.26747479252329,41.67591548449781],[-72.26696979238626,41.67640948460952],[-72.26635479220006,41.67666648467872],[-72.26622979216422,41.676754484699735],[-72.26614879215013,41.67697448474496],[-72.266141792165,41.67728148480474],[-72.26624379220819,41.67745848483587],[-72.26630279223319,41.67756148485399],[-72.26642679228162,41.677704484877836],[-72.2665727923369,41.677841484899815],[-72.26668979237779,41.67789048490565],[-72.2669977924829,41.67797348491207],[-72.26708179251179,41.67800048491466],[-72.26712379252577,41.67800548491431],[-72.26712779252713,41.678006484914384],[-72.26716979254206,41.678028484917334],[-72.26722679256164,41.67804648491903],[-72.26725379257097,41.67805548491992],[-72.26739279262307,41.67817648493902],[-72.2674147926336,41.67823648494998],[-72.26742179264477,41.6783954849806],[-72.26732679263007,41.67868648504005],[-72.26736279265194,41.67886748507402],[-72.26748679269888,41.67898348509263],[-72.26758979274075,41.6791314851181],[-72.26765479277358,41.67933948515641],[-72.26762579276938,41.679433485175544],[-72.26761879277663,41.679603485208744],[-72.26766179280473,41.67985548525629],[-72.26761779280208,41.68006448529821],[-72.2676177928182,41.68035248535409],[-72.26761779281892,41.68036548535661],[-72.26767579284646,41.68051948538465],[-72.26783679290726,41.680667485408314],[-72.26788079292591,41.680744485421855],[-72.26790979294339,41.680887485448686],[-72.26785179294258,41.68121148551336],[-72.26785879296327,41.681540485576974],[-72.26801179302578,41.681765485615784],[-72.26834879314978,41.68201748565409],[-72.26854579323003,41.682303485703365],[-72.26873579332883,41.682961485825025],[-72.26871379335053,41.683477485925806],[-72.26876479338071,41.68371948597113],[-72.26884479341139,41.68380148598453],[-72.26900579347156,41.68393848600605],[-72.26935679359863,41.68416348603864],[-72.2694227936263,41.684273486057904],[-72.26946679365633,41.68455348611084],[-72.26959879371014,41.68474548614392],[-72.26956879370432,41.68481648615863],[-72.26937879365038,41.68495948619234],[-72.26925379361698,41.685091486221886],[-72.26921679361567,41.685283486260296],[-72.2693927936973,41.68571648633874],[-72.26953879375294,41.68585948636188],[-72.26988979387725,41.686035486384974],[-72.2701457939715,41.68622748641417],[-72.27038279406088,41.68644348644861],[-72.27044579408468,41.68650148645787],[-72.27075379420695,41.68689148652383],[-72.27092179428482,41.68730348659845],[-72.27110479435648,41.687517486634206],[-72.27154379452115,41.68790148669487],[-72.27166779457605,41.68815948674099],[-72.27180679463001,41.6883134867665],[-72.27189479466331,41.688395486779626],[-72.27190679466777,41.68840548678119],[-72.27215779476201,41.68862648681616],[-72.27244279486139,41.688741486829485],[-72.27276479497532,41.688900486850194],[-72.27283079500116,41.68897748686306],[-72.2729627950494,41.68907048687694],[-72.27313079510576,41.68909848687708],[-72.2733867951951,41.6892024868892],[-72.27360679527513,41.689350486910975],[-72.27370879531763,41.68951548693977],[-72.27405279545168,41.68990548700458],[-72.27422879551523,41.690015487020375],[-72.27455079563559,41.69028948706338],[-72.27475479572028,41.69061348711978],[-72.2747627957272,41.69069048713447],[-72.27463079569765,41.690931487185374],[-72.27457879568837,41.69106848721357],[-72.27460879570643,41.69121648724132],[-72.27457179570422,41.69139248727662],[-72.27435979564304,41.69153448731084],[-72.27427179561954,41.691627487331644],[-72.27410279556963,41.69172048735499],[-72.27403679555304,41.69180848737414],[-72.27409579558612,41.692055487420184],[-72.27420479563119,41.69222548744973],[-72.2742997956751,41.69245648749153],[-72.27425579566379,41.69251048750339],[-72.27430779568662,41.69261548752211],[-72.27403679560128,41.69266948754111],[-72.27387479555857,41.69285048758131],[-72.27374379551927,41.692911487597264],[-72.27359679547284,41.692938487607115],[-72.27331879537846,41.692872487603076],[-72.27325279535079,41.69276248758382],[-72.27320879532662,41.69258748755126],[-72.27314379530014,41.692493487535074],[-72.27300479525147,41.692433487527815],[-72.2728727952084,41.69243348753197],[-72.27266079514112,41.692466487545026],[-72.27226479500854,41.69240548754568],[-72.27219179498815,41.6924664875598],[-72.27212579496786,41.69248848756616],[-72.27200879492874,41.69247148756653],[-72.27184079486902,41.69238348755476],[-72.27170979481554,41.69219148752164],[-72.27170979481001,41.69209248750245],[-72.27165179478956,41.69206548749902],[-72.27111679460981,41.69197148749763],[-72.27094879454953,41.69187348748392],[-72.2708977945181,41.69160948743431],[-72.27082479448602,41.691461487407906],[-72.27070779444233,41.691362487392404],[-72.2705897944026,41.691340487391834],[-72.27012179424968,41.6913354874056],[-72.26990979418206,41.69136248741751],[-72.26937479401366,41.69147148745547],[-72.26921379396518,41.69154348747451],[-72.269088793937,41.69176848752207],[-72.2690447939343,41.691976487563785],[-72.26882579388656,41.69239948765272],[-72.26829179373262,41.69276048773951],[-72.26819579370253,41.692782487746804],[-72.26815279368728,41.69276048774388],[-72.26812279367446,41.69270648773437],[-72.26813079367031,41.692585487710666],[-72.2682187936938,41.69249248768985],[-72.26826279370013,41.69234948766073],[-72.26818979367113,41.69225648764498],[-72.26793279358264,41.69217348763697],[-72.26766979348825,41.69201948761539],[-72.26749379342381,41.6918934875965],[-72.26748679341384,41.691756487570146],[-72.26758279343042,41.69149348751612],[-72.26758279342427,41.69138348749478],[-72.26752379340161,41.69132248748481],[-72.26730379332376,41.691213487470584],[-72.2671287932608,41.691108487455736],[-72.2667477931172,41.6907634874008],[-72.26656479305295,41.690681487390655],[-72.26649979303174,41.69068148739271],[-72.26626479295906,41.690752487413874],[-72.26604679289352,41.69085148743993],[-72.26576079280292,41.69089948745823],[-72.2656727927779,41.6909654874738],[-72.26565779277608,41.69102048748493],[-72.26567979280019,41.69132248754282],[-72.26565779279484,41.6913554875499],[-72.2655777927718,41.691409487562886],[-72.26540879271637,41.69140448756724],[-72.26533579269407,41.691431487574775],[-72.26524779267585,41.69161848761381],[-72.26518179265584,41.69164548762112],[-72.2649037925655,41.69165148763103],[-72.26461779246915,41.691596487629354],[-72.26446479241986,41.69160748763629],[-72.26438379239494,41.69163448764409],[-72.2643107923742,41.69168948765705],[-72.26401079228158,41.69178248768451],[-72.26393679226081,41.69184248769849],[-72.26368079220127,41.692270487789536],[-72.26348979216046,41.69265448787001],[-72.26349679217138,41.69280848789968],[-72.26356279220057,41.69294548792415],[-72.2635627922187,41.69326948798698],[-72.26351879220894,41.69335148800428],[-72.26337979216882,41.69344448802669],[-72.26325379212952,41.69347648803685],[-72.26315979210008,41.69349848804408],[-72.26269879195739,41.69363548808514],[-72.26258779192455,41.69369548810027],[-72.2623527918596,41.693904488148185],[-72.26231679185464,41.69402548817277],[-72.26233879186798,41.694135488193425],[-72.26234579187792,41.69427248821979],[-72.26225679185595,41.694398488247],[-72.26204379179694,41.69458548828996],[-72.26213879183312,41.694678488305016],[-72.26204379181083,41.69483348833808],[-72.2619477917832,41.694899488353876],[-72.26180079174014,41.694986488375385],[-72.261771791735,41.69506348839122],[-72.26171279171793,41.69510248840064],[-72.26146379163822,41.69512948841371],[-72.26127979159081,41.69535448846314],[-72.26128679160568,41.69557948850654],[-72.26133879162722,41.6956614885208],[-72.2615647917074,41.695776488536005],[-72.26163079173296,41.69584848854788],[-72.26167479175312,41.69595248856666],[-72.26168179176184,41.69606748858874],[-72.26163779175461,41.69619448861475],[-72.26150579172075,41.696358488650716],[-72.26143279170029,41.696418488664634],[-72.26102279157395,41.69655048870314],[-72.26092779154665,41.69661648871893],[-72.26088379153626,41.69668748873407],[-72.26090579155147,41.69683048876111],[-72.2609707915834,41.697022488796286],[-72.26099979161067,41.69734048885705],[-72.26100579163531,41.69774548893539],[-72.26103879167049,41.69818148901891],[-72.26093579165516,41.69850748908535],[-72.26075479160326,41.69863548911586],[-72.2607287915958,41.69865348912016],[-72.26016479140921,41.6986064891288],[-72.25932979112396,41.69837648911046],[-72.25902979102487,41.69835448911564],[-72.25873679093115,41.698387489131235],[-72.25842179083176,41.69844748915279],[-72.2582897907976,41.69860648918777],[-72.25811379075559,41.69888148924662],[-72.25804779075585,41.69927048932413],[-72.25794479073944,41.69957748938689],[-72.25787179071932,41.699643489402],[-72.25772479067999,41.69979748943646],[-72.25754979062718,41.699873489456714],[-72.25727879054156,41.69992348947494],[-72.25698679044662,41.69992848948509],[-72.256692790351,41.69993348949531],[-72.25656079031071,41.69998348950914],[-72.25644379027653,41.70005448952659],[-72.25617279020102,41.70028448957971],[-72.25579879008731,41.70043248962017],[-72.255374789953,41.70050348964726],[-72.25485478978432,41.70052048966691],[-72.25481378977088,41.70051948966801],[-72.25426878959216,41.70050248968186],[-72.25409278953504,41.70050748968836],[-72.25384378944983,41.700436489682424],[-72.25360278936164,41.70026548965684],[-72.25343378930074,41.700162489642175],[-72.25332478925937,41.70005848962545],[-72.25306878915801,41.69973948957164],[-72.2528857890888,41.69956948954442],[-72.2524097889145,41.69922948949346],[-72.25200778877536,41.69908648947839],[-72.25180978870982,41.6990694894813],[-72.25158278863613,41.69907548948961],[-72.25126078853076,41.69906948949858],[-72.25066078833655,41.69909648952265],[-72.25035178824419,41.69924748956166],[-72.25016778818922,41.699337489584885],[-72.25011178818168,41.699529489623885],[-72.25004578816755,41.69966148965156],[-72.25023578824427,41.69992448969657],[-72.25047778833428,41.70012248972736],[-72.25062378839141,41.70029248975574],[-72.25080578847104,41.70065448982022],[-72.25109178857541,41.700852489849616],[-72.25135478868243,41.70123148991482],[-72.25144278872557,41.70148948996209],[-72.25147178874606,41.701686489999375],[-72.2513837887355,41.702010490064964],[-72.2513687887469,41.70230149012186],[-72.25141178878796,41.70278449021415],[-72.25140378879917,41.70303149026229],[-72.25124978876579,41.7033324903255],[-72.25111878872859,41.70343149034881],[-72.25083978864315,41.70353049037679],[-72.25077378862373,41.70356849038621],[-72.25026078846501,41.7037224904322],[-72.25000478838328,41.70375449044646],[-72.24957678824691,41.70381249047115],[-72.24952578823067,41.70381949047411],[-72.2489177880357,41.703879490504875],[-72.24856178792277,41.703936490527106],[-72.24744678756912,41.70411649059707],[-72.24724878750543,41.7041324906064],[-72.24703678743413,41.7040944906057],[-72.24654578726015,41.70384749057323],[-72.24622378714962,41.70374949056437],[-72.24598178706943,41.703727490567694],[-72.24585778703884,41.703903490605725],[-72.24576278701625,41.70405349063779],[-72.24574078701107,41.70408949064546],[-72.2453237868938,41.70442449072351],[-72.24527978688374,41.70450149073984],[-72.24528478690532,41.70485749080869],[-72.24528678691212,41.704967490829965],[-72.24519178688973,41.70512149086281],[-72.24511178686706,41.705182490877164],[-72.24491378680247,41.70518249088339],[-72.24451878666719,41.70506749087349],[-72.24437978662368,41.70510049088427],[-72.24428378659697,41.70518249090319],[-72.2442847865989,41.705211490908766],[-72.24429178660723,41.70531949092949],[-72.24443778666316,41.70546749095359],[-72.24442378666318,41.70554949096993],[-72.24439478665556,41.70558249097724],[-72.24433578663972,41.70564349099092],[-72.24406478655378,41.70568749100796],[-72.24402078654249,41.70574249102002],[-72.24397678653645,41.70589049105009],[-72.2440287865623,41.706049491079284],[-72.24403578658485,41.706411491149254],[-72.24402178658275,41.70645549115822],[-72.24402178658735,41.70653749117412],[-72.24422678666558,41.706740491207036],[-72.24432978670163,41.706784491212325],[-72.24476878684361,41.70676249119426],[-72.24490778689233,41.706822491201535],[-72.24499578692445,41.70688349121058],[-72.24516278697998,41.70690249120901],[-72.24519378699033,41.7069064912088],[-72.2453477870368,41.70683949119099],[-72.24570578714957,41.70676749116578],[-72.24608878727328,41.70674549114947],[-72.24609378727492,41.70674549114932],[-72.24677478750071,41.7068104911405],[-72.24720678764565,41.70688249114088],[-72.24730278768,41.706936491148326],[-72.24733878769466,41.7069884911573],[-72.2475447877786,41.70728749120878],[-72.24755878779028,41.70741449123296],[-72.2474277877678,41.70777649130726],[-72.24745678778282,41.70787549132554],[-72.24759578783151,41.70793549133281],[-72.24780878790408,41.70799049133678],[-72.24780878790773,41.70805549134938],[-72.2477717879055,41.70823149138466],[-72.24783078793213,41.70836349140838],[-72.24780878792771,41.708412491418564],[-72.24769978789858,41.70852749144432],[-72.24769178790248,41.70864349146704],[-72.24767778790525,41.70877449149288],[-72.24758978787962,41.70882949150631],[-72.24740678781963,41.70882449151109],[-72.2473117877859,41.708775491504575],[-72.24692978763575,41.70831949142817],[-72.24676878757775,41.70822149141426],[-72.24665878754152,41.70821549141656],[-72.24657178751656,41.7082764914311],[-72.24649078750672,41.70857249149105],[-72.24640378750688,41.709082491592646],[-72.24615478745795,41.70965949171233],[-72.24601578742705,41.70991749176671],[-72.24592878740695,41.71006549179814],[-72.2458407874016,41.710482491881734],[-72.24571678736731,41.710592491906965],[-72.24552578730959,41.71067449192887],[-72.24550478730548,41.71072349193902],[-72.24554078732001,41.7107734919476],[-72.24568778737044,41.71081749195149],[-72.24572378738554,41.71087749196199],[-72.24570178738296,41.71095949197858],[-72.24551878733065,41.71109149200993],[-72.24535078727926,41.71115249202702],[-72.24523378724075,41.71114649202954],[-72.24507978718592,41.711064492018494],[-72.2448597871012,41.71083349198064],[-72.24472778705514,41.710779491974314],[-72.24461778702047,41.71080149198202],[-72.24458878701589,41.7108884919998],[-72.24465478704515,41.71102649202448],[-72.24485978712337,41.711229492057385],[-72.24489678714401,41.711382492085896],[-72.2448827871456,41.71149249210765],[-72.24483678713398,41.71155249212073],[-72.24466278708981,41.711777492169816],[-72.2444797870338,41.71184349218835],[-72.24362378676042,41.711948492235635],[-72.24335278667756,41.71204749226333],[-72.2432937866626,41.71212449228012],[-72.24326478666083,41.71226149230758],[-72.24347778674874,41.712590492364676],[-72.24360178680857,41.712936492427836],[-72.24371978685438,41.713067492449525],[-72.24386578690907,41.71319349246936],[-72.24417378702218,41.7134184925033],[-72.24439378710038,41.71353349251866],[-72.2447527872301,41.71375849255099],[-72.2449377872933,41.71380949255506],[-72.24496578730675,41.71388649256912],[-72.24492478729472,41.713910492575046],[-72.24481878726363,41.7139724925904],[-72.24472378723817,41.714071492612575],[-72.24462078720792,41.714131492627445],[-72.244379787133,41.71419749264781],[-72.24433578712019,41.71422549265463],[-72.24413078706252,41.71438949269287],[-72.24401378702619,41.71442249270294],[-72.24382278696208,41.71439049270274],[-72.24371278692155,41.71430749269012],[-72.24356678686043,41.71406649264799],[-72.24351478683576,41.71392949262307],[-72.24344178680826,41.71386349261255],[-72.24330978676494,41.71385849261574],[-72.24319978673334,41.71393549263412],[-72.24300978668026,41.714094492670924],[-72.24286378663292,41.714099492676475],[-72.2426657865616,41.71397949265944],[-72.24254778651661,41.713863492640655],[-72.24252578650176,41.7137264926148],[-72.24256978650878,41.71359549258801],[-72.24271678654716,41.71342449255025],[-72.24284778658098,41.71326549251532],[-72.24286278658158,41.713188492499924],[-72.24281078656034,41.713112492486836],[-72.24266478651087,41.713079492485015],[-72.24247478645076,41.713112492497395],[-72.24221078637228,41.71324949253224],[-72.24185978627159,41.71349649259113],[-72.24167678621409,41.71353549260446],[-72.24162478619495,41.713496492598544],[-72.24163978619339,41.713381492575785],[-72.24167678619902,41.71326649255231],[-72.24157378616079,41.713183492539464],[-72.24147078612874,41.713211492548126],[-72.24136878609853,41.713266492562],[-72.2412737860789,41.71346949260434],[-72.24119278605646,41.71354049262067],[-72.24112678603342,41.71351349261748],[-72.24099578598513,41.71341449260242],[-72.2408857859474,41.71338149259949],[-72.24076878591019,41.713398492606444],[-72.24061478586515,41.71349149262932],[-72.24057078585722,41.713606492653],[-72.2404687858286,41.7136894926723],[-72.24032178577907,41.71366149267148],[-72.24010178570457,41.713612492668894],[-72.24000678567664,41.71366749268255],[-72.2400067856828,41.71377749270387],[-72.24006578571246,41.71396349273807],[-72.2400067856969,41.71402949275273],[-72.23990478566424,41.71404049275806],[-72.23978978562971,41.71409349277194],[-72.23968278559754,41.714142492784816],[-72.23957578556544,41.71419249279786],[-72.23955978556059,41.714199492799715],[-72.23942078551194,41.71414049279266],[-72.23928078546297,41.71408149278561],[-72.23921378543919,41.71404749278113],[-72.23882678530259,41.71386249275742],[-72.23816178506485,41.713491492706424],[-72.23806478502644,41.71337049268601],[-72.23805878502398,41.713361492684456],[-72.23794778497735,41.713175492651885],[-72.23788978495563,41.71312549264402],[-72.2376017848478,41.71287749260499],[-72.23745378479235,41.71274949258483],[-72.23730478473657,41.7126214925647],[-72.23725678471857,41.71257949255806],[-72.2372087847006,41.71253849255164],[-72.23638378439159,41.71182649243953],[-72.2361717843128,41.71165449241286],[-72.23499778387638,41.710700492264806],[-72.23248778295786,41.708919491998394],[-72.23172278267795,41.70837749191734],[-72.23159178263006,41.708285491903624],[-72.22919578175436,41.706604491652975],[-72.2288997816462,41.70639749162214],[-72.22800378131873,41.70576849152832],[-72.22799178131437,41.70576049152714],[-72.22718578101968,41.705193491442515],[-72.22616178064541,41.70447449133526],[-72.22472778012207,41.70348149118774],[-72.22390677982247,41.70291349110339],[-72.22349677967205,41.70261549105848],[-72.22281777942302,41.70212349098439],[-72.21955277822528,41.6997514906269],[-72.21921777810242,41.699508490590304],[-72.21846577782641,41.69895949050745],[-72.21842577781173,41.698930490503066],[-72.2182067777314,41.69877149047912],[-72.21743377744771,41.69820749039399],[-72.2171767773534,41.69802049036579],[-72.21665877716578,41.697686490317274],[-72.21510477660281,41.69668449017171],[-72.21458777641556,41.69635149012336],[-72.21398877619853,41.695964490067084],[-72.21219377554831,41.694807489898984],[-72.21159577533173,41.69442248984309],[-72.21158977532956,41.69441848984251],[-72.21151177530126,41.69436748983505],[-72.21126177521064,41.694205489811466],[-72.21117877518066,41.694153489804016],[-72.21046777492307,41.693694489737275],[-72.21042377490717,41.693666489733225],[-72.20833677415118,41.692320489537614],[-72.20823977411605,41.692258489528626],[-72.20782177396266,41.69195348948257],[-72.20765077389991,41.691828489463695],[-72.20763277389331,41.69181548946173],[-72.20664777353178,41.69109548935296],[-72.20364477242954,41.688899489021146],[-72.20266577207016,41.688182488912744],[-72.20264477206236,41.68816548891011],[-72.20188877178487,41.68761248882653],[-72.19962177095276,41.68595348857575],[-72.19886677067572,41.6854024884925],[-72.19848377053522,41.68512348845039],[-72.19786777030912,41.68467248838218],[-72.19553176945179,41.68296448812402],[-72.19488276921285,41.68247648804967],[-72.19389676884994,41.681736487936995],[-72.19367176876717,41.68156848791144],[-72.19215376820836,41.6804274877376],[-72.1869317662861,41.67650248713953],[-72.18665276618337,41.6762924871075],[-72.186651766183,41.676291487107356],[-72.18546576575443,41.67554348699934],[-72.18511176562653,41.67532048696713],[-72.1851077656251,41.67531848696688],[-72.18391776519502,41.674566486858204],[-72.18369776511557,41.674428486838316],[-72.1802907638912,41.67240048655138],[-72.17908076345645,41.671681486449714],[-72.17892576340081,41.6715904864369],[-72.17846076323416,41.67132148639925],[-72.17831876318321,41.67123848638759],[-72.17830676317897,41.67123248638679],[-72.17827676316818,41.67121448638424],[-72.17821276314457,41.67116548637672],[-72.17793776304316,41.67095548634459],[-72.1778467630097,41.67088748633424],[-72.17747776287301,41.670594486288906],[-72.17710776273599,41.67030148624363],[-72.17709976273305,41.67029548624269],[-72.1754697621294,41.66900348604294],[-72.17478076188449,41.66864148599423],[-72.1740047616087,41.668234485939514],[-72.17393876158515,41.668198485934596],[-72.17381776154198,41.66813148592537],[-72.17345476141251,41.667933485898295],[-72.17333476136972,41.667867485889246],[-72.17309976128404,41.66770548586515],[-72.1728417611899,41.667526485838486],[-72.17276776116303,41.66747748583128],[-72.1720697609099,41.667020485764404],[-72.16893975977476,41.66496948546419],[-72.16824775952432,41.664525485399636],[-72.16697575906412,41.66371148528139],[-72.16696775906124,41.66370648528067],[-72.16678975899676,41.663591485263915],[-72.16622775879229,41.663211485207725],[-72.16534775847376,41.66264548512535],[-72.16309775765937,41.661199484914974],[-72.16046175670532,41.65950548466848],[-72.159131756224,41.658651484544265],[-72.15883175611553,41.65846048451654],[-72.15882775611401,41.658456484515895],[-72.15857475602246,41.658294484492345],[-72.15780375574344,41.65779948442032],[-72.15754675565049,41.65763548439653],[-72.15751375564389,41.657710484412114],[-72.15747275563585,41.657806484432044],[-72.15741575562438,41.65793448445868],[-72.15738375561817,41.65801048447444],[-72.15730575560274,41.65819048451183],[-72.15701575554522,41.65885748465041],[-72.1567937555012,41.659368484756584],[-72.15673875549032,41.65949548478295],[-72.15501075510336,41.662674485454254],[-72.15469475503409,41.66328248558218],[-72.15401275488475,41.664597485858806],[-72.15386475485042,41.66484848591217],[-72.15379775483484,41.66496148593622],[-72.15342475474841,41.66559548607095],[-72.15339175474075,41.66565148608286],[-72.1529227545866,41.66563048609345],[-72.15257675447289,41.66561548610135],[-72.15250075444793,41.66561248610314],[-72.15249175444498,41.66561248610341],[-72.14875275321617,41.66544948618866],[-72.14819875303415,41.665426486201504],[-72.14795075294614,41.665298486184405],[-72.14737775275482,41.66521948618698],[-72.14723275270636,41.66519848618742],[-72.14713375267333,41.665185486188],[-72.1470217526359,41.6651694861884],[-72.14603475230642,41.66503448619303],[-72.14584675224457,41.66502548619716],[-72.14560675216352,41.66497548619495],[-72.14538975209103,41.664945486195904],[-72.14015875034458,41.664226486219754],[-72.13874174987153,41.66403248622636],[-72.13841574976273,41.66398848622799],[-72.13779174955432,41.6639014862306],[-72.13634874907228,41.663698486236264],[-72.13014974700172,41.66283048626132],[-72.1282207463574,41.66256048626913],[-72.12808374631165,41.6625414862697],[-72.12759974614991,41.66247248627143],[-72.12696174593687,41.66238448627424],[-72.1261507456659,41.662269486277246],[-72.12577374554007,41.662218486279116],[-72.12566874550498,41.662203486279466],[-72.12549374544595,41.66216848627815],[-72.12548274544218,41.662165486277914],[-72.12524374536162,41.66211848627625],[-72.1249617452683,41.66209448628038],[-72.12478374520943,41.66208048628322],[-72.12389074491638,41.66204948630507],[-72.12342974476509,41.66203348631636],[-72.12121874403975,41.66196148637138],[-72.12032874374783,41.66193348639373],[-72.11856674315693,41.66164448639261],[-72.11328374138527,41.660778486389276],[-72.11203074096508,41.66057348638855],[-72.11152274079475,41.66049048638828],[-72.11144474076858,41.660477486388196],[-72.11121274069073,41.660438486387854],[-72.11117874067935,41.66043348638794],[-72.11113474066455,41.660425486387766],[-72.11105874063911,41.660413486387796],[-72.1109337405971,41.66039148638743],[-72.11033774039693,41.66028848638602],[-72.11027174037478,41.66027748638595],[-72.11013974033055,41.660256486385975],[-72.11011174032114,41.66025148638589],[-72.1100277402929,41.66023648638558],[-72.11000074028388,41.66023248638565],[-72.109941740264,41.66022148638536],[-72.10976974020618,41.66019048638471],[-72.10971474018778,41.66018248638487],[-72.1094247400904,41.6601324863842],[-72.10890073991484,41.660049486384445],[-72.10646373909836,41.65966448638567],[-72.10565173882637,41.65953648638613],[-72.10535573872814,41.65950648638953],[-72.10522673868527,41.659492486390846],[-72.10432673838635,41.65939748640046],[-72.10394973826112,41.65935748640445],[-72.1035237381197,41.65931348640918],[-72.10325373802873,41.659261486407516],[-72.10244373775596,41.65910848640305],[-72.10217373766504,41.659057486401565],[-72.10172573751402,41.65896948639844],[-72.1009947372677,41.65882848639385],[-72.10071373717341,41.658781486393465],[-72.10037773706111,41.65873348639463],[-72.10016473698994,41.65870348639544],[-72.09992873691073,41.65866348639503],[-72.09969573683254,41.658624486394714],[-72.0994557367517,41.65857848639327],[-72.0980437362762,41.65831148638542],[-72.09757373611798,41.658223486383],[-72.09735973604587,41.65818248638169],[-72.09653773576872,41.658020486375854],[-72.09343173472163,41.65741248635457],[-72.09306273459724,41.65734048635208],[-72.09271873448124,41.6572724863496],[-72.0924077343756,41.65719748634472],[-72.09239973437282,41.65719448634438],[-72.08808273292541,41.656492486342565],[-72.07569472877196,41.65447948633739],[-72.07513172858316,41.654387486337036],[-72.07123872727794,41.65375548633546],[-72.07081572713611,41.65368648633523],[-72.07061572706904,41.65365348633504],[-72.06910172656124,41.6534044863338],[-72.063960724837,41.65255948632962],[-72.06224772426253,41.652278486328335],[-72.06220372424778,41.65227148632833],[-72.06207372420421,41.65225048632832],[-72.06205172419686,41.65224748632841],[-72.0620297241895,41.65224448632852],[-72.0615977240451,41.65218248632989],[-72.06090572381396,41.652085486332595],[-72.06030372361282,41.65200048633481],[-72.06000972351463,41.651959486335976],[-72.05987472346935,41.65193748633592],[-72.05964072339091,41.65189948633582],[-72.05954172335773,41.65188348633578],[-72.05920872324602,41.65182848633547],[-72.05893872315542,41.65178348633511],[-72.05881572311418,41.65176348633506],[-72.0587057230773,41.65174548633499],[-72.05870372307665,41.65174548633505],[-72.05808972287072,41.651644486334526],[-72.05625172225434,41.651343486333204],[-72.05565972205584,41.65124748633298],[-72.05563872204877,41.65124348633286],[-72.05543072197898,41.65120848633253],[-72.05075672041158,41.65044448632945],[-72.03610871549951,41.648050486319576],[-72.03122771386263,41.64725148631594],[-72.03121671385898,41.647250486316096],[-72.02871171301904,41.64684248631462],[-72.0254207119156,41.64630848631307],[-72.02116771048951,41.645615486310426],[-72.01865470964698,41.64520848630933],[-72.01865370964667,41.64520848630936],[-72.01849970959502,41.6451834863093],[-72.0179027093948,41.64508548630879],[-72.0156527086402,41.64471648630691],[-72.01492070839471,41.64459648630629],[-72.01490270838866,41.64459348630628],[-72.01056970693546,41.643882486302566],[-72.01027270683583,41.64383348630225],[-71.99951970322948,41.64207048629312],[-71.99637970217667,41.641560486291354],[-71.99478470164192,41.64130248629066],[-71.99410770141495,41.64119248629028],[-71.99175370062561,41.64080948628879],[-71.99174870062399,41.64080948628894],[-71.98978469996538,41.64048948628762],[-71.98389269798966,41.63952948628359],[-71.98192869733118,41.63921148628262],[-71.98137469714531,41.639119486281906],[-71.97971269658804,41.63884948628092],[-71.97937569647502,41.638794486280645],[-71.9791596964026,41.638759486280534],[-71.979041696363,41.6387394862803],[-71.97868769624432,41.63868248628019],[-71.97857169620548,41.63866448628028],[-71.97790669598244,41.63855548627969],[-71.97704369569315,41.63841648627939],[-71.97591669531526,41.63823348627873],[-71.97551669518116,41.63816848627849],[-71.9753846951368,41.63814548627809],[-71.97525369509295,41.63812548627826],[-71.97501669501347,41.63808648627801],[-71.97430869477606,41.63797148627758],[-71.97407269469696,41.6379334862775],[-71.97391369464363,41.63790748627736],[-71.97343969448464,41.63782948627689],[-71.97328369443234,41.63780448627687],[-71.97324969442097,41.63779948627695],[-71.97309869437032,41.63777448627677],[-71.97255069418651,41.63768448627624],[-71.9723676941252,41.637655486276266],[-71.97200069400213,41.63759548627595],[-71.97090169363359,41.63741648627519],[-71.97053569351091,41.63735748627505],[-71.96811969270078,41.636964486273435],[-71.96087269027083,41.635787486268924],[-71.95845868946142,41.63539548626739],[-71.95806768933028,41.63533148626704],[-71.95689768893797,41.635141486266306],[-71.956736688884,41.63511548626624],[-71.95650868880739,41.635075486265514],[-71.95649168880166,41.635072486265464],[-71.95624468871864,41.63502848626453],[-71.95545868845436,41.634887486261434],[-71.95519668836631,41.634841486260605],[-71.9551536883519,41.63483448626059],[-71.95502568830896,41.63481348626045],[-71.95498368829493,41.63480748626058],[-71.95444268811374,41.63472348626098],[-71.95366668785387,41.634603486261646],[-71.9528216875709,41.634472486262325],[-71.9522816873901,41.63438948626289],[-71.95225068737969,41.63438448626288],[-71.95216368735058,41.63437148626304],[-71.9521346873409,41.634367486263166],[-71.95209468732745,41.63436048626304],[-71.95202768730505,41.634350486263166],[-71.9519746872873,41.63434248626325],[-71.95193668727457,41.63433648626325],[-71.95135168708688,41.634395486292824],[-71.95081668691519,41.63444848631968],[-71.94961668653026,41.63457148638071],[-71.94745868583792,41.63478948648985],[-71.94633968547889,41.634902486546416],[-71.94633468547732,41.634903486546776],[-71.94622568544236,41.63491448655229],[-71.94600868537268,41.63493548656307],[-71.94501868505499,41.63503448661294],[-71.94468868494916,41.63506848662975],[-71.94370068463205,41.63516648667935],[-71.94127568385407,41.635412486802174],[-71.94073768368143,41.635466486829294],[-71.94008168347099,41.63553348686262],[-71.93974968336461,41.635569486879874],[-71.939741683362,41.635569486880115],[-71.93914268316978,41.6356294869103],[-71.93732468258645,41.6358124870021],[-71.93674168239944,41.635872487031776],[-71.93671968239236,41.63587448703286],[-71.9337226814308,41.63617748718439],[-71.92768267949285,41.63678948749005],[-71.92604567896763,41.6369554875729],[-71.92473167854595,41.637087487639164],[-71.92173467758437,41.63739148779086],[-71.9212236774204,41.637443487816746],[-71.91919867677059,41.63764748791897],[-71.9115936743303,41.63841748830353],[-71.90906967352042,41.63867348843123],[-71.90906167351787,41.638674488431676],[-71.9090586735169,41.63867448843177],[-71.9086576733887,41.63872448845387],[-71.9074546730043,41.638875488520355],[-71.90720067292314,41.638907488534414],[-71.9070646728795,41.63892148854133],[-71.90705367287596,41.63892248854188],[-71.90252667142319,41.639379488770466],[-71.89968967051283,41.63966748891401],[-71.8889486670658,41.64075348945653],[-71.88442266561334,41.64121248968536],[-71.88439366560404,41.641215489686836],[-71.88430966557709,41.641224489691176],[-71.88430766557643,41.64122448969123],[-71.88427966556748,41.64122748969269],[-71.87899466386897,41.6417194899513],[-71.87451666242984,41.642137490170605],[-71.86318265880766,41.64356949079829],[-71.85791765712503,41.64423549108997],[-71.85783165709651,41.64422749109104],[-71.85771065705646,41.64421749109282],[-71.85757365701144,41.64421249109607],[-71.8574876569832,41.644209491098145],[-71.85748165698124,41.64420949109832],[-71.85715765687485,41.64419849110616],[-71.85617065655059,41.644162491129556],[-71.85584165644268,41.64415349113793],[-71.85566165638348,41.64414549114193],[-71.85539565629603,41.64413449114799],[-71.85512065620546,41.64412049115373],[-71.85494165614651,41.64411149115749],[-71.8546266560429,41.64409749116445],[-71.85368165573203,41.64405549118539],[-71.85336765562877,41.64404249119253],[-71.85209365520974,41.64398649122085],[-71.8482776539547,41.64382149130624],[-71.84703365354552,41.643767491334025],[-71.84700565353627,41.64376549133449],[-71.84699265353203,41.64376549133489],[-71.8416326517609,41.64338349142555],[-71.82551864643635,41.64223749169828],[-71.82014864466193,41.64185649178924],[-71.8201436446603,41.6418564917894],[-71.82008964464244,41.64185249179029],[-71.81958064447646,41.641856491806706],[-71.81787664392075,41.64187049186179],[-71.81743764377761,41.64187449187607],[-71.8173106437357,41.64186649187842],[-71.81730564373407,41.64186649187856],[-71.81684864358309,41.64183449188638],[-71.81546864312739,41.641742491910904],[-71.81500864297564,41.641714491919586],[-71.81430264274255,41.64166749193213],[-71.81343764245693,41.641610491947624],[-71.8125036421486,41.64154949196445],[-71.80872464090103,41.6413024920325],[-71.80715564038306,41.64120049206086],[-71.80709664036331,41.64119149206093],[-71.80679664026385,41.64116449206487],[-71.80501163967449,41.64104649209674],[-71.8049576396567,41.64104349209782],[-71.79854563753976,41.640623492212995],[-71.79640863683427,41.640484492251574],[-71.796401636832,41.64048449225179],[-71.79632063680525,41.64047949225331],[-71.79570063660044,41.64043649226397],[-71.79357663589914,41.64029649230196],[-71.7934036358421,41.6402864923053],[-71.7928696356658,41.640251492314874],[-71.79222763545378,41.64020849232623],[-71.79030363481844,41.64008049236036],[-71.78966263460681,41.64003849237187],[-71.78952363456095,41.640029492374374],[-71.78910963442425,41.640002492381846],[-71.78897263437908,41.639994492384474],[-71.78885463434003,41.63998549238636],[-71.78850663422513,41.63996249239255],[-71.78839063418685,41.639955492394755],[-71.78837463418158,41.63995449239505],[-71.78832363416483,41.63995249239622],[-71.78824563413914,41.639948492397835],[-71.78780463399417,41.63993149240806],[-71.78765863394621,41.63992649241158],[-71.78767163392892,41.63953149233433],[-71.78771263387782,41.638348492102935],[-71.7877266338609,41.63795449202585],[-71.78773163385327,41.637784491992626],[-71.78774863383106,41.637275491893064],[-71.78775563382413,41.637106491859974],[-71.78776063381699,41.63694549182851],[-71.78777763379632,41.636464491734394],[-71.78778363378954,41.636304491703086],[-71.78779563377333,41.635934491630735],[-71.78779863376904,41.63583849161197],[-71.78783463372571,41.63482749141416],[-71.78784363371561,41.63458849136739],[-71.7878466337095,41.634458491341995],[-71.7878646336786,41.633783491210124],[-71.78787363366264,41.63343749114253],[-71.78792263357985,41.631624490788255],[-71.78795663352288,41.63037549054419],[-71.78798463347643,41.629355490344835],[-71.78798663347338,41.62928749033154],[-71.78798863347038,41.629220490318446],[-71.78799063346682,41.629143490303406],[-71.78799363346367,41.62906749028853],[-71.78799763345712,41.628923490260384],[-71.7880366333926,41.62750548998325],[-71.78810863327243,41.62486848946786],[-71.78812763324206,41.62419748933671],[-71.78814463321304,41.62356248921259],[-71.78819563312601,41.62165948884066],[-71.78821363309734,41.621025488716704],[-71.7882166330961,41.62098448870863],[-71.78829163302515,41.61923248836534],[-71.78837663294719,41.617291487984915],[-71.78855463281825,41.61385648731081],[-71.7886476327511,41.612065486959295],[-71.78866663273567,41.611668486881435],[-71.78866963273448,41.611628486873556],[-71.78872363268954,41.61047948664821],[-71.7887426326742,41.61008348657053],[-71.78876163265808,41.609673486490124],[-71.78877663264593,41.609360486428734],[-71.78880363262269,41.60877148631322],[-71.78885363258186,41.60772148610727],[-71.78885663257994,41.607668486096856],[-71.78890263257624,41.60732448602848],[-71.78899463247107,41.60484048554201],[-71.78904463241604,41.60352948528519],[-71.78908463235646,41.60219448502401],[-71.78920663217835,41.59818948424037],[-71.78924763211916,41.59685548397931],[-71.7892916321061,41.596351483879815],[-71.78941763207015,41.59493448359998],[-71.78942463206732,41.59484048358146],[-71.7894626320523,41.59433648348213],[-71.78948063203404,41.5938924833951],[-71.78950163201472,41.593411483300784],[-71.78953663197997,41.59256248313435],[-71.78955563196207,41.592119483047476],[-71.78957563194267,41.591642482953965],[-71.78960263191678,41.59100448282886],[-71.78963563188442,41.59021148267338],[-71.7896566318654,41.589735482580025],[-71.78968863183532,41.58899048243393],[-71.7897066318201,41.58860248235781],[-71.78970863181873,41.58856548235053],[-71.78978863174648,41.586756481995685],[-71.7898216317168,41.58601248184974],[-71.78984563169423,41.5854534817401],[-71.78986763167534,41.58497348164593],[-71.78987963166402,41.584693481591025],[-71.78990563164031,41.58410148147488],[-71.78991963162737,41.58377948141174],[-71.78993763161122,41.58337448133228],[-71.7899446316052,41.58322148130225],[-71.78995263159818,41.583044481267535],[-71.78997563157694,41.58251548116376],[-71.7899846315703,41.582339481129196],[-71.78998663156813,41.582287481119],[-71.78999263156155,41.58213048108823],[-71.78999563155976,41.5820794810782],[-71.79000063155495,41.581960481054864],[-71.79004363151601,41.580986480863785],[-71.7901216314463,41.57923548052024],[-71.79018763138484,41.57770848022069],[-71.79021963135555,41.576977480077275],[-71.79022763134834,41.57679648004177],[-71.79023563134115,41.576616480006464],[-71.79027463130454,41.57570847982834],[-71.79030063128107,41.575120479712965],[-71.79036463122067,41.57362447941948],[-71.79039163119471,41.572984479293936],[-71.79039663119009,41.57286947927138],[-71.79042863115943,41.572113479123075],[-71.79043063115816,41.572077479116],[-71.79043063115724,41.57206047911268],[-71.79043163115483,41.57201047910291],[-71.79043263115429,41.57199447909976],[-71.79043263115287,41.57196847909469],[-71.79043463114934,41.57189147907963],[-71.79043663114865,41.5718664790747],[-71.79043763114755,41.5718404790696],[-71.79044263113985,41.57166847903592],[-71.79045263112637,41.571360478975606],[-71.7904606311136,41.57107747892021],[-71.79046763110517,41.570880478881605],[-71.79047263109585,41.570678478842076],[-71.79049063106895,41.570075478724014],[-71.7904956310625,41.56992647869482],[-71.7904986310607,41.56987547868478],[-71.79053763103454,41.56915947854405],[-71.79065663095675,41.567012478121974],[-71.79069663093097,41.56629747798138],[-71.79069163092679,41.56625047797239],[-71.79068263091878,41.566157477954526],[-71.79067763091471,41.56611247794591],[-71.79067263091058,41.56606647793711],[-71.79069363089721,41.56569447786397],[-71.79076063085851,41.56457947764459],[-71.79078363084588,41.56420847757157],[-71.79077763083703,41.564081477547],[-71.79079863082086,41.563657477463714],[-71.79081363081065,41.56337947740907],[-71.79088463078195,41.56242447722074],[-71.79093663077634,41.562008477138065],[-71.79095663077435,41.56185147710684],[-71.79097863076566,41.56155947704926],[-71.79097263075828,41.56145947702995],[-71.79098363070457,41.560404476823955],[-71.79102063054479,41.55723947620586],[-71.79103363049182,41.55618547599996],[-71.79104563047446,41.555793475923174],[-71.79108363042307,41.55461847569294],[-71.79109663040609,41.55422747561631],[-71.79110463039565,41.553987475569265],[-71.79111863037825,41.553582475489875],[-71.7911296303648,41.55326847542833],[-71.79113863035478,41.55302947538146],[-71.79114663034434,41.5527894753344],[-71.79117363031408,41.5520694751932],[-71.79118263030402,41.551830475146346],[-71.79118663029865,41.551707475122235],[-71.79119263029182,41.55154547509045],[-71.79119963028293,41.551339475050064],[-71.79120463027795,41.55121747502614],[-71.79122163025787,41.55074547493359],[-71.79127663019904,41.549330474655996],[-71.79129463017934,41.5488594745636],[-71.79131863015357,41.54824047444219],[-71.79139163007667,41.54638447407803],[-71.7914166300513,41.54576647395677],[-71.79142063004605,41.54564547393303],[-71.79143563003142,41.54528547386237],[-71.79144063002653,41.54516547383881],[-71.79158362987377,41.54148947311756],[-71.79165362980102,41.53972747277177],[-71.79193662954567,41.53331647151264],[-71.79205362942926,41.53046547095291],[-71.79220662928,41.526791470231466],[-71.79224862924454,41.52588447005322],[-71.79237362914283,41.523255469536444],[-71.7923756291386,41.52316546951884],[-71.7924056290993,41.522259469341144],[-71.79244562904466,41.521010469096204],[-71.79248562899106,41.51978046885496],[-71.79255062893911,41.51843046858955],[-71.79260662889443,41.517268468361074],[-71.79266762884676,41.51602146811588],[-71.79276162877261,41.51408646773536],[-71.79276662876737,41.51395946771042],[-71.79298962856598,41.50889846671583],[-71.79299462856149,41.50878546669361],[-71.7930466285236,41.507772466494295],[-71.7931506284483,41.505755466097405],[-71.79316062844924,41.50571246608871],[-71.79322262845513,41.50544746603508],[-71.79322462845327,41.50540146602603],[-71.79326662841316,41.504407465830724],[-71.79335862832689,41.50225946540858],[-71.79341662827579,41.500966465154384],[-71.79343962825655,41.50047246505725],[-71.79350262820614,41.49916146479937],[-71.79353362818124,41.4985144646721],[-71.79362862810727,41.496575464290615],[-71.79366062808276,41.495929464163495],[-71.7936986280524,41.4951394640081],[-71.79377562799237,41.493566463698585],[-71.79381462796209,41.49277146354216],[-71.79385362793211,41.491982463386904],[-71.7939636278468,41.48974246294612],[-71.79400762781137,41.488822462765114],[-71.79401862780263,41.48859446272025],[-71.79405262777671,41.48791046258564],[-71.79453862747204,41.479346460898114],[-71.79467962738376,41.476863460408794],[-71.79471762735965,41.47618846027576],[-71.79477862732078,41.47510146006155],[-71.79496362720494,41.47184245941922],[-71.79502562716647,41.47075645920514],[-71.79510362711828,41.46939445893665],[-71.79533762697379,41.46530845813111],[-71.79541562692562,41.4639464578626],[-71.7954616268979,41.46315545770661],[-71.79560062681502,41.460782457238636],[-71.79564762678767,41.45999245708281],[-71.79584062671415,41.45746645658325],[-71.79629662654195,41.451524455407906],[-71.79636362647545,41.44988845508607],[-71.79638862644985,41.44926345496312],[-71.79646862637308,41.44735845458829],[-71.79650362633845,41.44650545442046],[-71.7966096262349,41.44394645391693],[-71.79664562620063,41.44309445374926],[-71.79664962619552,41.44297545372587],[-71.79666462618124,41.44262045365599],[-71.79666962617651,41.442502453632784],[-71.79667062617575,41.44248245362882],[-71.79667162617399,41.442443453621166],[-71.79667862616682,41.442268453586756],[-71.79668162616466,41.44221045357531],[-71.79668462616095,41.44212345355822],[-71.79669562615065,41.44186645350763],[-71.79669962614733,41.4417804534907],[-71.79669962614598,41.44175545348582],[-71.7967026261429,41.441680453471065],[-71.79670362614192,41.44165645346633],[-71.79670862613672,41.44152945344135],[-71.79672462612159,41.44115245336715],[-71.79673062611674,41.44102645334233],[-71.79673062611616,41.44101545334017],[-71.79673162611469,41.44098245333369],[-71.79673262611446,41.44097245333172],[-71.7967376261093,41.44084645330691],[-71.79675262609402,41.44047245323334],[-71.79675862608923,41.44034745320872],[-71.79675962608717,41.44030345320008],[-71.79676562608232,41.44017745317526],[-71.79676562608216,41.44017445317467],[-71.79676762608057,41.440132453166406],[-71.79677862606883,41.439848453110514],[-71.79681362603425,41.438996452942874],[-71.79682562602291,41.438713452887164],[-71.79687262597788,41.43759545266712],[-71.79688062596469,41.437302452609586],[-71.79690262592815,41.43649245245052],[-71.7969106259128,41.436159452385155],[-71.79693862586814,41.43516245218933],[-71.79694862585349,41.4348304521241],[-71.79697162581432,41.433965451954265],[-71.79697962580323,41.43371145190435],[-71.79707662570867,41.43137245144394],[-71.7971126256738,41.43050845127389],[-71.79714762564092,41.42968745111225],[-71.79725362554282,41.42722745062787],[-71.79728662551281,41.42647145047899],[-71.79728762550967,41.42640745046644],[-71.79728762550843,41.426384450461946],[-71.79729662550183,41.42620745042704],[-71.79732662547941,41.425610450309364],[-71.79733762547228,41.4254114502701],[-71.79734962546237,41.42515545021966],[-71.79736062545366,41.42492745017472],[-71.79736162545271,41.42490345016999],[-71.79738062543818,41.424519450094316],[-71.79738662543319,41.424390450068906],[-71.79739862542336,41.42413545001865],[-71.79746262537175,41.4227914497538],[-71.79765562521729,41.41875944895915],[-71.79771662516974,41.417508448712546],[-71.7977206251661,41.41741644869442],[-71.79772362516317,41.417344448680254],[-71.79773862515093,41.417026448617584],[-71.79774262514825,41.41695244860299],[-71.79774462514706,41.41691844859626],[-71.79774762514394,41.416842448581306],[-71.79774562513752,41.41673544856042],[-71.79812062525691,41.41668244853861],[-71.79839162533302,41.41645544848591],[-71.79926862559324,41.415979448366],[-71.79951362566592,41.4158464483325],[-71.79985262577185,41.41576144830552],[-71.80023662589186,41.415665448275014],[-71.80073962604914,41.41554144823537],[-71.80143962627795,41.41555344821636],[-71.80169362636614,41.41565344822815],[-71.8017266263776,41.415666448229686],[-71.802065626504,41.415961448277045],[-71.80208362651796,41.416111448305834],[-71.80249762667232,41.41647144836363],[-71.80290762683201,41.41695444844559],[-71.80325362696426,41.41731544850565],[-71.80368462711127,41.417436448516156],[-71.80434862732129,41.41731744847259],[-71.80517762758208,41.41714244841303],[-71.80581062777424,41.41687944834223],[-71.80588162779577,41.41684944833419],[-71.80589562780006,41.416844448332775],[-71.80610862786739,41.41680544831865],[-71.8061856278918,41.41679244831375],[-71.80681262809019,41.41668144827288],[-71.80696062814144,41.416737448279314],[-71.80723762823742,41.41684244829138],[-71.807754628425,41.41719644834484],[-71.80805262853289,41.41739544837467],[-71.80857662871195,41.417548448388594],[-71.80908762889068,41.4177744484172],[-71.80921262893446,41.41783044842432],[-71.80979162914012,41.418144448468034],[-71.81050062939201,41.41852944852169],[-71.81073762947497,41.41863544853519],[-71.81145462972611,41.41895844857646],[-71.81215062996719,41.41922144860664],[-71.81290063022195,41.41941244862109],[-71.81379863051546,41.419427448596565],[-71.81400463058284,41.41943144859104],[-71.81486363086618,41.419493448576915],[-71.81488963087477,41.419495448576505],[-71.81495363089634,41.4195084485771],[-71.8152246309878,41.41956644858015],[-71.81527363100436,41.41957744858082],[-71.81531563101844,41.419584448580906],[-71.81612063128844,41.419725448583876],[-71.81641163138751,41.41980344859022],[-71.81690463155532,41.41993544860099],[-71.81808863193723,41.419860448550104],[-71.819389632348,41.4196144484622],[-71.81971663245038,41.41953644843695],[-71.82033063264265,41.41939044838962],[-71.82070663274841,41.419079448317284],[-71.82077363276724,41.41902344830428],[-71.82097463282369,41.41885544826527],[-71.82104263284288,41.41880044825243],[-71.8217656330492,41.41825644812391],[-71.82276763335484,41.41786844801737],[-71.82336963353272,41.41752844793244],[-71.823418633546,41.41747844792116],[-71.82373163363786,41.41729044787483],[-71.82387363367778,41.4171724478474],[-71.82398163370564,41.41703644781749],[-71.82414663374519,41.41677244776079],[-71.8242736337592,41.41626544765774],[-71.82430463374642,41.41584144757383],[-71.82438463375243,41.41546944749862],[-71.82457363380185,41.41524344744863],[-71.82492063390013,41.41496944738441],[-71.8253846340366,41.414695447316625],[-71.82593663421159,41.41460444728193],[-71.82612863427251,41.41457344726999],[-71.82721863462383,41.414500447222366],[-71.82790263483825,41.41434244717054],[-71.8292886352602,41.41379044702017],[-71.83062863566444,41.4131884468614],[-71.83141263589908,41.41280144676171],[-71.83184363603021,41.41262844671466],[-71.83341663650651,41.4119544465347],[-71.83410763671208,41.41159044644234],[-71.83456063686036,41.41160244643083],[-71.83465863689246,41.41160544642842],[-71.83498663701037,41.41180944645829],[-71.83523863710033,41.41195444647895],[-71.83567163725338,41.41217544650894],[-71.83579763729796,41.412240446517806],[-71.8363856374897,41.41224244650021],[-71.83688363765168,41.41223644648379],[-71.83789063799365,41.412491446502855],[-71.83925863843449,41.4123984464428],[-71.8393986384772,41.412344446427944],[-71.8396976385685,41.41223044639651],[-71.84038863875902,41.41158844624975],[-71.8404406387734,41.41154044623878],[-71.84054863880552,41.411483446224324],[-71.84106363895891,41.41121644615632],[-71.84123563901018,41.41112744613363],[-71.84163263912838,41.410920446081],[-71.84177163916974,41.41084744606246],[-71.84202963924665,41.41071444602855],[-71.84242663935196,41.41026844592914],[-71.84262763939029,41.40976544582458],[-71.84260763937557,41.409613445795465],[-71.84257663935288,41.40938044575082],[-71.8424996392954,41.408780445635784],[-71.84249663929376,41.40876844563352],[-71.84249063928992,41.40873344562687],[-71.84248863928867,41.40872244562477],[-71.84235263921033,41.40809244550567],[-71.84244663922725,41.407838445453095],[-71.84293563934996,41.40715944530528],[-71.84322963939339,41.40618944510649],[-71.84337663942559,41.40589844504506],[-71.84359163946549,41.405339444929105],[-71.84346063941386,41.40517444490082],[-71.84325663930933,41.40446944476911],[-71.84280063914302,41.404141444718896],[-71.84232763897194,41.403827444671926],[-71.8423266389715,41.403825444671575],[-71.84219663892087,41.40367244464562],[-71.84173963875051,41.40327544458191],[-71.84172663874486,41.40324944457723],[-71.84155363867796,41.403054444544345],[-71.84150663864241,41.40267944447241],[-71.84138063853487,41.40144744423518],[-71.84121963842652,41.40041244403756],[-71.84106863833705,41.3996664438962],[-71.84115063834068,41.39923844380995],[-71.84195663851732,41.397644443473325],[-71.84200463852541,41.39750444344446],[-71.8422446385703,41.39688744331636],[-71.84225763853587,41.39617044317565],[-71.84221163849979,41.39577944310053],[-71.84220963847804,41.39538844302405],[-71.84219863847352,41.39537144302107],[-71.8417226382786,41.39463344289119],[-71.84141463816906,41.39446344286734],[-71.84137263815413,41.39444044286413],[-71.84112463805914,41.39417744282023],[-71.8410426380281,41.39409744280709],[-71.84103463802505,41.394089442805765],[-71.84099163800798,41.394032442795925],[-71.84096863799941,41.39401244279272],[-71.8406086378615,41.39363044272896],[-71.83998763760862,41.392694442564746],[-71.83962363746208,41.3921764424745],[-71.83874963711719,41.391062442283186],[-71.83817063690374,41.39060344221105],[-71.8381186368846,41.390562442204605],[-71.83671663640489,41.390138442164485],[-71.83605763618034,41.389956442149014],[-71.83570863606143,41.3898604421409],[-71.83538463594564,41.38967144211382],[-71.8353486359328,41.38965044211079],[-71.83524063589421,41.38958744210177],[-71.83520463588133,41.38956644209877],[-71.83455763565019,41.38918944204475],[-71.83433263556608,41.38898944201248],[-71.83367563532045,41.38840444191805],[-71.83313063511284,41.38784744182569],[-71.83265563492124,41.38716444170649],[-71.832600634868,41.38650944157995],[-71.83259163485882,41.3863934415575],[-71.83266663486444,41.386044441486895],[-71.83287263490261,41.385507441375466],[-71.83288263490437,41.38547944136968],[-71.83291363491016,41.385399441353066],[-71.83292463491227,41.38537244134745],[-71.83295863491855,41.385283441328994],[-71.83295563491663,41.38526544132555],[-71.8329706349207,41.38525044132216],[-71.83316663495702,41.38473944121611],[-71.83339563498309,41.38383844103272],[-71.83344963497584,41.383377440940805],[-71.83346563497672,41.38329744092467],[-71.83348163497762,41.38321744090852],[-71.83349263497797,41.383157440896426],[-71.8335276349799,41.3829814408609],[-71.83353963498064,41.382922440849],[-71.8335506349811,41.382864440837295],[-71.83355363498153,41.382854440835246],[-71.8335456349701,41.38269044080338],[-71.83354363496629,41.38263244079208],[-71.83354063496188,41.38256844077966],[-71.8335316349486,41.382376440742334],[-71.83352963494454,41.38231344073005],[-71.83352763494169,41.38227244072208],[-71.83351763493735,41.38225244071848],[-71.83343163490021,41.382083440688035],[-71.83340363488807,41.38202744067792],[-71.83336063486954,41.38194344066278],[-71.83323563481557,41.381697440618446],[-71.83323263481441,41.38169444061795],[-71.83316863478996,41.381627440606785],[-71.8331036347651,41.381559440595446],[-71.83291063469123,41.381355440561414],[-71.83284663466677,41.38128844055025],[-71.83275163463041,41.38118844053358],[-71.83273663462468,41.3811724405309],[-71.8325286345391,41.38084244047264],[-71.83245663450938,41.38072644045214],[-71.83236963447361,41.38058844042776],[-71.83233963446136,41.38054244041969],[-71.83208263435634,41.38014744035021],[-71.8319526343073,41.38002344032989],[-71.83179663424843,41.37987444030549],[-71.83178363424351,41.37986144030334],[-71.83174463422884,41.379825440297495],[-71.83173163422397,41.379813440295536],[-71.83159163417113,41.37967944027356],[-71.83144363411529,41.37953844025049],[-71.83112963400211,41.37933644022055],[-71.83096763394373,41.37923244020513],[-71.83083163389473,41.379145440192254],[-71.8307326338525,41.37896044015905],[-71.83063763381185,41.37878044012671],[-71.830666633811,41.37858944008842],[-71.83079763384113,41.37835644003879],[-71.83109763392099,41.37802443996461],[-71.83129763397432,41.377804439915415],[-71.83135663399118,41.377760439905],[-71.83147063402379,41.377676439885064],[-71.83186263413143,41.37730343980005],[-71.83213463420734,41.37706743974552],[-71.83238863425883,41.376487439624185],[-71.83239763426086,41.37647043962058],[-71.8325896343043,41.376115439545195],[-71.83265663431229,41.375858439492816],[-71.8326746343058,41.37562943944743],[-71.83269963429714,41.375317439385576],[-71.83262363426385,41.37515943935694],[-71.83253163422377,41.374971439322955],[-71.83250863421249,41.374901439309944],[-71.83246863419272,41.37477643928669],[-71.83237463414638,41.374484439232376],[-71.83177963385296,41.37263643888867],[-71.83177563385097,41.37262343888624],[-71.83171263381976,41.372425438849405],[-71.83165263378991,41.37223443881382],[-71.83165363378284,41.37209643878677],[-71.83165663376198,41.37169143870736],[-71.83165763375095,41.371480438666005],[-71.8316606337404,41.371266438624],[-71.83166563374053,41.37123843861836],[-71.83168163374154,41.3711604386026],[-71.83184463375113,41.37035243843937],[-71.83195463377432,41.37011743838999],[-71.83199763378337,41.37002543837067],[-71.83206963379851,41.369871438338286],[-71.83249963391586,41.3694484382423],[-71.83254163392738,41.36940843823319],[-71.8327766339915,41.36917743818077],[-71.83317963410805,41.368903438114785],[-71.83386963430765,41.36843543800203],[-71.83433763444305,41.36811843792566],[-71.83437563445398,41.3680914379192],[-71.83501363463836,41.36765543781431],[-71.83573263484652,41.367171437697536],[-71.83653663507941,41.36663143756719],[-71.83697163520522,41.3663364374961],[-71.83703463522349,41.36629443748596],[-71.8375366353515,41.365634437341335],[-71.83763363537626,41.36550743731349],[-71.8376356353747,41.36546643730541],[-71.83766763535309,41.364871437187894],[-71.83767463534808,41.36473643716124],[-71.83768263534343,41.364601437134546],[-71.83768563534025,41.36452443711937],[-71.83769763533178,41.36429443707395],[-71.837701635329,41.36421843705895],[-71.8377116353224,41.3640354370228],[-71.8377226353158,41.36384643698544],[-71.83773163530978,41.36368043695265],[-71.83774163530259,41.36348643691434],[-71.83774463530165,41.3634504369072],[-71.83775163529604,41.363304436878394],[-71.83775263529505,41.363279436873455],[-71.83775463529417,41.36325143686791],[-71.83775663529237,41.363205436858856],[-71.8377586352917,41.36318143685408],[-71.83775963529004,41.3631444368468],[-71.83776663528647,41.36303543682524],[-71.83776863528517,41.36299943681813],[-71.83777763527905,41.362831436784944],[-71.83787363516615,41.36015343625741],[-71.83780763508267,41.359002436033954],[-71.83765463499675,41.35833243590738],[-71.83733263481574,41.356918435640196],[-71.83728663478986,41.35671643560203],[-71.83676863453472,41.35511143530342],[-71.83604463423886,41.35399643510709],[-71.83390163347521,41.352778434933924],[-71.83130363254952,41.35130343472427],[-71.83118663249033,41.35091143465103],[-71.83116063247729,41.35082643463517],[-71.8306096321994,41.3489974342936],[-71.83016963197738,41.34753443402035],[-71.82990263184253,41.346644433854095],[-71.82977963178057,41.346237433778114],[-71.8297676317708,41.346128433757116],[-71.82941863148481,41.34292443313984],[-71.8294046314734,41.3427964331152],[-71.82936563144155,41.342440433046605],[-71.8293846314467,41.34242143304232],[-71.82947963147298,41.34233443302235],[-71.82953663148864,41.34228043301003],[-71.82970963153633,41.34211943297319],[-71.82976763155237,41.34206643296103],[-71.8299396315998,41.341906432924425],[-71.83045563174208,41.341426432814586],[-71.8306276317895,41.341266432777964],[-71.83178163210759,41.34019143253204],[-71.83342763256147,41.338661432181894],[-71.83524563306267,41.33696943179471],[-71.83622763333342,41.33605643158575],[-71.83631363335707,41.335975431567256],[-71.83640063338112,41.33589543154892],[-71.83728063362369,41.3350764313615],[-71.83879763406952,41.33417843113914],[-71.84004463443598,41.33344043095638],[-71.84103563472718,41.33285343081104],[-71.84129263480278,41.33270243077358],[-71.84461163577815,41.330738430287184],[-71.84494063587886,41.330618430253594],[-71.84770963672658,41.32961242997179],[-71.84882963702073,41.32829942968016],[-71.85192363783331,41.32467242887452],[-71.85417763848243,41.323093428496044],[-71.85480763866383,41.32265142839013],[-71.85624863907894,41.32164442814865],[-71.85745863942742,41.320797427945585],[-71.85899563991337,41.32052642784548],[-71.8591756399702,41.3204934278335],[-71.8597156401409,41.32039742779818],[-71.85989664019817,41.32036642778656],[-71.86106764056831,41.320158427709984],[-71.86458264167959,41.31953842748096],[-71.86575464205016,41.319332427404724],[-71.86620064219109,41.3192524273754],[-71.86653864229797,41.3191934273535],[-71.86750264262932,41.319517427387545],[-71.86793264277713,41.319662427402825],[-71.86935364326558,41.320140427453104],[-71.87361864473162,41.321575427604],[-71.87451364503926,41.32187642763564],[-71.87501164521484,41.32212542766922],[-71.87643564571677,41.32283542776486],[-71.87828664636929,41.32376042788957],[-71.88070764722276,41.324969428052505],[-71.8821316477248,41.32568142814849],[-71.88392164835213,41.32650642825544],[-71.88929265023454,41.32898342857656],[-71.89108365086227,41.329809428683625],[-71.89118065089627,41.329854428689465],[-71.89147265099864,41.329989428706995],[-71.89157065103298,41.330034428712814],[-71.89200565118804,41.33028342874829],[-71.89206765119746,41.33008342870721],[-71.89283165132396,41.327814428239044],[-71.89310565138983,41.32738142814578],[-71.89365765152273,41.32651242795855],[-71.89432565168366,41.32546242773226],[-71.89880765276276,41.31840542621151],[-71.90030165312251,41.31605442570481],[-71.90129165331257,41.31359942519312],[-71.90165865338312,41.31269142500385],[-71.90558465435153,41.306941423756044],[-71.90707765471984,41.3047554232816],[-71.9071136547287,41.3047024232701],[-71.90722165475529,41.304543423235614],[-71.90725865476455,41.304491423224285],[-71.90966765558332,41.30513242327621],[-71.91689565803995,41.30705542343186],[-71.91930565885906,41.307696423483705],[-71.92337866024337,41.30877942357124],[-71.9294516623075,41.3103954237019],[-71.93567766426423,41.30909742325644],[-71.93980466556124,41.3082374229612],[-71.94767266803386,41.3065974223982],[-71.95674667088538,41.304707421749065],[-71.97127867545164,41.30167942070898],[-71.9736896762092,41.30117742053647],[-71.97641867706662,41.300608420341035],[-71.97914767792409,41.30004042014578],[-71.9865616802534,41.29849541961493],[-71.99948668431388,41.295802418689355],[-71.99951768432356,41.29579441868684],[-72.0077656868899,41.293620418006746],[-72.00868868717703,41.293376417930496],[-72.01601268945578,41.29144641732658],[-72.01739968988726,41.29108041721211],[-72.01921469045196,41.2906024170625],[-72.02142469111679,41.28960041679795],[-72.02273169151,41.289008416641614],[-72.02819669315397,41.28653041598733],[-72.04459269808584,41.279099414024714],[-72.05005869972982,41.27662241337038],[-72.0504786998561,41.27643141331996],[-72.05173970023532,41.27585941316889],[-72.05216070036198,41.27566941311865],[-72.05274370053728,41.27540441304869],[-72.05449370106358,41.27461141283918],[-72.05507770123926,41.27434741276939],[-72.057477701961,41.27325941248196],[-72.0646787041265,41.269995411619604],[-72.06707970484855,41.26890841133231],[-72.06877870535945,41.26813841112883],[-72.07001870573224,41.267575410980136],[-72.07047770587033,41.267368410925364],[-72.07612670756892,41.264808410248826],[-72.07883570838337,41.26357940992412],[-72.0817757092674,41.26224840957224],[-72.0817927092727,41.26224440957095],[-72.08184770928995,41.26223240956687],[-72.08186570929563,41.262229409565734],[-72.08205570935532,41.26219040955222],[-72.08262970953565,41.262073409511544],[-72.08282070959572,41.26203540949819],[-72.08414071001047,41.26176740940487],[-72.08546071042524,41.26149940931155],[-72.08736871102472,41.26111140917653],[-72.09551071358294,41.25945840860083],[-72.10101271531154,41.25834040821153],[-72.10556071674037,41.25741640788975],[-72.10628971696936,41.257267407837986],[-72.10847671765643,41.2568234076833],[-72.10920671788578,41.256675407631704],[-72.11567171991666,41.255360407173896],[-72.13506872600964,41.25141940580085],[-72.14153472804058,41.25010640534318],[-72.14373772873509,41.24970640519651],[-72.15034673081861,41.2485074047567],[-72.15255073151346,41.248108404610186],[-72.15901273355053,41.24693640418013],[-72.17840073966214,41.243424402890355],[-72.18486374169922,41.24225340246026],[-72.18508274176818,41.242212402445425],[-72.18574274197624,41.242093402401615],[-72.18596274204563,41.242054402387126],[-72.18605174207363,41.24203740238102],[-72.18632174215878,41.24198940236323],[-72.18641174218716,41.241973402357324],[-72.19320774432914,41.24074240190503],[-72.1953007449888,41.24036340176574],[-72.20418874778991,41.2387524011739],[-72.21229075034321,41.23728540063459],[-72.21359675075475,41.23704840054755],[-72.22039375289661,41.23581640009478],[-72.2260207546697,41.23479639971987],[-72.24290175998873,41.231738398595304],[-72.24852976176193,41.2307193982204],[-72.24873376182614,41.23068139820659],[-72.24934876201999,41.23057139816589],[-72.24955376208457,41.23053439815225],[-72.26593376723741,41.22742939703349],[-72.3150727826923,41.218116393675395],[-72.33145378784326,41.2150123925553],[-72.33145478795439,41.21703739295267],[-72.33145678806592,41.219063393350204],[-72.33145778822865,41.22203039393238],[-72.33146678891633,41.23453539638545],[-72.33147178938654,41.24308739806268],[-72.33147678976748,41.25000739941952],[-72.3314767897729,41.25010639943895],[-72.33148078997439,41.25375740015469],[-72.33149279057915,41.264711402301685],[-72.33149779078117,41.26836340301735],[-72.33148279079012,41.26861540306719],[-72.33149779080586,41.268813403105526],[-72.33149779081383,41.268958403133944],[-72.3315127908321,41.26920240318129],[-72.33152479084077,41.26928940319797],[-72.33152779084267,41.26930640320121],[-72.33154379085309,41.269401403219334],[-72.33155879086505,41.26953040324415],[-72.33160479088966,41.2697064032772],[-72.33165079091881,41.26996540332652],[-72.33171179095372,41.27024040337852],[-72.3318187910036,41.270515403429066],[-72.33189479104084,41.270744403471575],[-72.33207779111497,41.27101140351818],[-72.33215379114509,41.27111040353521],[-72.33230679120277,41.27125540355885],[-72.33245979125957,41.27138440357935],[-72.33255079129374,41.27146840359296],[-72.33265779133359,41.27156040360765],[-72.33278079137882,41.27165640362261],[-72.33279479138396,41.27166740362434],[-72.33287179141233,41.27172840363388],[-72.33296279144652,41.2718124036475],[-72.33309979149685,41.271918403664],[-72.3332377915463,41.27200240367614],[-72.33352779165175,41.272206403707045],[-72.33366479170225,41.272315403724136],[-72.3338937917878,41.27251840375676],[-72.3341227918733,41.272720403789194],[-72.33477879210696,41.27309340384179],[-72.335099792223,41.2733074038737],[-72.33550079236804,41.27357540391368],[-72.33557179239367,41.273622403920676],[-72.33569379243781,41.27370440393294],[-72.3357867924715,41.27376740394238],[-72.33585879249759,41.27381640394973],[-72.33617679261272,41.274031403981915],[-72.33624979263912,41.27408040398923],[-72.33663979278042,41.27434540402897],[-72.33711679295503,41.274702404084024],[-72.33725079300406,41.27480240409943],[-72.33732779304029,41.275006404136995],[-72.33783079321388,41.27519140415753],[-72.33831879339137,41.27553540420969],[-72.33860879349982,41.27579440425137],[-72.3388227935829,41.27604140429309],[-72.33886779360033,41.27609240430166],[-72.33915779372056,41.27656540438528],[-72.33944779384032,41.27703040446733],[-72.33976779396991,41.27749640454865],[-72.34031779419303,41.27830440468977],[-72.3406527943266,41.278754404767454],[-72.34126379458344,41.279815404956246],[-72.34170579476437,41.280494405075466],[-72.34178879480365,41.28071840511676],[-72.34196579488699,41.28118840520332],[-72.34219479501174,41.2821044053756],[-72.34222779504454,41.282506405453326],[-72.34270479531305,41.28457140584297],[-72.34314079555811,41.28645240619781],[-72.34555379654634,41.29016440684946],[-72.34670979701978,41.29194240716155],[-72.34739779730161,41.293001407347454],[-72.34946479814828,41.29618140790558],[-72.34954879818267,41.29631040792821],[-72.34972779830113,41.297406408137256],[-72.34980879837251,41.2982254082951],[-72.34993079850994,41.300002408639266],[-72.34992479851252,41.3000844086555],[-72.34940679878687,41.308128410246745],[-72.34932179883218,41.3094534105088],[-72.34926379885427,41.310197410656286],[-72.34923179887758,41.31080941077709],[-72.34923179888357,41.31091841079842],[-72.34878779882096,41.312402411102845],[-72.34872779881269,41.31260641114467],[-72.34843479878215,41.31378141138382],[-72.34826779876708,41.31449341152843],[-72.34793079872388,41.315698411774875],[-72.34768779871449,41.31696241202989],[-72.34764479871583,41.317240412085646],[-72.3474447987229,41.31854941234812],[-72.34743779873902,41.31888341241371],[-72.34742779875357,41.31920641247725],[-72.34745779881416,41.32012941265697],[-72.34772279895306,41.32108741283616],[-72.34791679905497,41.32179241296808],[-72.34866379938731,41.32341741326271],[-72.34912179959586,41.32450041346032],[-72.34966679979901,41.32497241353563],[-72.35055580013054,41.325744413658875],[-72.35124280038873,41.32637741376123],[-72.35203680072715,41.32783441402147],[-72.35337980127433,41.32984141437215],[-72.35479880183657,41.33167241468595],[-72.35647880248922,41.33360441501133],[-72.3578348030149,41.335143415269954],[-72.35796280306258,41.335253415287454],[-72.3585578032843,41.33576641536917],[-72.3591458035033,41.336271415449545],[-72.35927080354983,41.33637841546657],[-72.35986680377236,41.33690041555001],[-72.36084180413634,41.33775241568613],[-72.36238780470089,41.33887541585737],[-72.36248980473817,41.338950415868844],[-72.36321980499851,41.33936741592753],[-72.36441280542397,41.340049416023554],[-72.36561680585731,41.34080941613447],[-72.36605880601634,41.341087416175],[-72.36805880671574,41.34197941628678],[-72.36914780708997,41.34234541632422],[-72.36932880715217,41.342406416330476],[-72.36979880731724,41.34262841635916],[-72.37215880812931,41.34344141644417],[-72.37278380834934,41.34374641648424],[-72.37336880855526,41.344031416521624],[-72.3745288089641,41.34460641659771],[-72.37620680955582,41.34544341670877],[-72.37760881006545,41.346418416855485],[-72.37768781009416,41.346473416863766],[-72.37877181053126,41.34800641712955],[-72.37907881067846,41.348864417287714],[-72.37939781083135,41.349754417451756],[-72.37932981083421,41.350206417542275],[-72.37924581087299,41.351402417778786],[-72.37922981088039,41.35163041782387],[-72.37913981087638,41.35208741791605],[-72.37842281084681,41.35577041865869],[-72.37840881084635,41.35584441867359],[-72.37839381084557,41.35591841868855],[-72.37825181083986,41.35665041883612],[-72.37791581082934,41.358436419195854],[-72.37779081083185,41.35921741935246],[-72.37771581083297,41.359678419444954],[-72.37762681083487,41.36023641955683],[-72.37759781088094,41.361240419754026],[-72.37756481093406,41.36239541998084],[-72.3773668109853,41.36448642039582],[-72.37712281097514,41.36573742064802],[-72.37709081097817,41.36598042069653],[-72.37696981098954,41.36689742087957],[-72.37667981097073,41.368262421155485],[-72.37642881093578,41.369106421328325],[-72.3762908109068,41.36939342138876],[-72.37597881084113,41.370040421525],[-72.37557781075421,41.370826421691206],[-72.37548981073529,41.371001421728174],[-72.37518481068294,41.3718484219033],[-72.37497181065126,41.37252742204268],[-72.37490981067455,41.37331342219824],[-72.37492581071395,41.37393142231852],[-72.37509381080086,41.37451542242739],[-72.37512381081633,41.374618422446574],[-72.3751278108184,41.37463242244919],[-72.37522381086926,41.37498742251553],[-72.37525681088657,41.37510642253777],[-72.37544581095916,41.375307422571126],[-72.37545481096262,41.3753174225728],[-72.37576181109287,41.37586742267064],[-72.3758598111336,41.376027422698826],[-72.37600481119381,41.37626342274041],[-72.3774468117261,41.37740942291908],[-72.37891981226988,41.37858042310167],[-72.38091381300201,41.38009342333471],[-72.38160181325458,41.38061442341492],[-72.38173181331047,41.380860423458905],[-72.38259481368121,41.38248842374989],[-72.38299581385141,41.38320742387778],[-72.38363481409752,41.38389942399292],[-72.38483381455934,41.38519842420906],[-72.38605981498819,41.38574342427701],[-72.38718081537039,41.386062424304136],[-72.38930381608385,41.3864794243189],[-72.39118481671605,41.38685042433228],[-72.39323781740603,41.38725442434669],[-72.39489381796136,41.38755842435405],[-72.395929818301,41.387608424331276],[-72.39724681873281,41.38767242430238],[-72.4007608199142,41.38837142432846],[-72.40202282033468,41.38855342432434],[-72.40274982057117,41.38855542430188],[-72.40379882090717,41.388463424250936],[-72.40447182112574,41.388458424228794],[-72.40529582139334,41.38845242420171],[-72.40677282188244,41.38861142418634],[-72.4101488230135,41.38921242419757],[-72.41175182355249,41.38953242420965],[-72.41246782378724,41.389567424193956],[-72.41309982398886,41.38949742416042],[-72.41334782406888,41.389486424150476],[-72.41362782415919,41.38947342413913],[-72.41621382499352,41.389355424034726],[-72.41755082543928,41.38955442403152],[-72.41960082612277,41.389859424026604],[-72.42143482675434,41.390494424092914],[-72.42155282679497,41.39053542409722],[-72.42167682683434,41.390518424090004],[-72.42189182691627,41.39073442412543],[-72.42279782724685,41.391383424223676],[-72.42351482750844,41.39189642430131],[-72.42459582795502,41.39360942460183],[-72.42516282820134,41.39472542480193],[-72.42568382842762,41.39575042498569],[-72.42575382846294,41.39597642502764],[-72.42629282873499,41.39771942535105],[-72.42633982880979,41.39879142555891],[-72.42619482881634,41.399758425752296],[-72.42566382870224,41.40081342597501],[-72.42542582865028,41.40127142607194],[-72.4252508286332,41.401988426217436],[-72.42524882863522,41.40203642622689],[-72.42524182864733,41.40229542627768],[-72.42522982866664,41.402713426359675],[-72.42521782868596,41.403131426441675],[-72.42515482878643,41.40530942686888],[-72.425143828818,41.40594242699283],[-72.42512382888388,41.40724542724785],[-72.42510282895087,41.408574427507965],[-72.42518082901586,41.409287427644706],[-72.4252768290898,41.41005642779181],[-72.42547982924515,41.41166442809932],[-72.42610282952629,41.41307742835552],[-72.42685582983806,41.41428142856684],[-72.4283188304174,41.41614442888439],[-72.42896883067486,41.41697342902572],[-72.42923383078184,41.41734742909038],[-72.43033783122742,41.41890442935949],[-72.43049283130159,41.41933142943793],[-72.43052883131878,41.41943042945612],[-72.43056383133568,41.419529429474345],[-72.43060683135619,41.41964642949583],[-72.43064883137632,41.41976342951734],[-72.43067683138965,41.419839429531265],[-72.43078983144491,41.42017242959272],[-72.43116383159382,41.42066242967656],[-72.4330738323543,41.423167430105245],[-72.43371083260796,41.424003430248305],[-72.43316983242846,41.42393943025287],[-72.43154683189012,41.42375043026713],[-72.43100683171102,41.42368843027205],[-72.43052183155018,41.4236324302764],[-72.42906883106828,41.423464430289386],[-72.42858483090774,41.42340843029371],[-72.42838983084306,41.423385430295355],[-72.42780683064977,41.42331943030085],[-72.42761283058545,41.42329743030266],[-72.42738583051296,41.42332143031451],[-72.42670783029651,41.423394430350115],[-72.42648183022442,41.4234194303621],[-72.42585283002356,41.423486430394995],[-72.42564782995817,41.423509430405936],[-72.42396782942183,41.42369043049417],[-72.42333982922142,41.42375943052742],[-72.42300882911582,41.42379643054506],[-72.42280882905207,41.423819430555845],[-72.42121682854479,41.42400843064288],[-72.42096182846356,41.424039430656954],[-72.42068682837579,41.42406943067146],[-72.41841882765198,41.42431843079148],[-72.41161582548098,41.425068431152035],[-72.41067282518004,41.42517243120201],[-72.40947782479863,41.425303431265185],[-72.40934982475595,41.42528443126551],[-72.40856882449576,41.42517343126844],[-72.40846482446136,41.42516343126976],[-72.40675582389444,41.424964431284714],[-72.40521782338641,41.424824431305794],[-72.4051718233714,41.42482343130703],[-72.40302982267241,41.42478243136645],[-72.39979382169405,41.426118431728995],[-72.39052181873767,41.42719243223025],[-72.3878038178698,41.427485432372904],[-72.38740481774241,41.42752843239384],[-72.38621181736148,41.42765743245652],[-72.38612981733532,41.42766643246086],[-72.38581381723439,41.42770043247743],[-72.38484381692464,41.42780443252823],[-72.38193781599668,41.42811743268067],[-72.38096881568731,41.42822243273163],[-72.37706481444062,41.428642432936314],[-72.37452381362921,41.42891643306963],[-72.37194481280554,41.42919243320454],[-72.36535581070109,41.42989743354915],[-72.36145280945459,41.43031643375352],[-72.36133480941685,41.43032843375955],[-72.36098380930481,41.43036743377819],[-72.3608678092678,41.43038043378437],[-72.35997780898342,41.43047343383047],[-72.35072680602894,41.43147043431551],[-72.33955980246225,41.43267143490038],[-72.33944880242679,41.4326834349062],[-72.33925080236315,41.43269743491515],[-72.33880580222004,41.43272743493496],[-72.33848180211655,41.43276243495197],[-72.33837680208299,41.4327734349574],[-72.33806480198336,41.43280743497383],[-72.33796080195017,41.432819434979436],[-72.33737280176231,41.43288143500999],[-72.3356118011998,41.43307043510211],[-72.3350248010123,41.43313343513282],[-72.33456880086656,41.43318143515649],[-72.33444680082766,41.433195435163064],[-72.33320380043058,41.433328435228],[-72.33274980028564,41.43337843525199],[-72.3295537992646,41.433719435418794],[-72.31996979620286,41.43474443591935],[-72.31677479518214,41.435086436086245],[-72.31627079502107,41.43513943611239],[-72.31475879453808,41.43530243619158],[-72.3142557943774,41.43535643621789],[-72.31406379431601,41.43537643622781],[-72.31348979413261,41.4354374362577],[-72.31329879407163,41.43545843626778],[-72.31212479369661,41.43558543632936],[-72.311922793632,41.43560543633959],[-72.31128179342723,41.43567443637315],[-72.31082079327997,41.43572443639736],[-72.3108007932736,41.435726436398376],[-72.31067079323206,41.43574043640519],[-72.31052079318412,41.435756436413016],[-72.30802679238734,41.436023436543245],[-72.30684879201097,41.43614943660476],[-72.3055317915902,41.436290436673545],[-72.3057327917228,41.43750543690438],[-72.3058867918241,41.43843043708007],[-72.3062427920583,41.44056943748637],[-72.3063387921218,41.44115243759713],[-72.30654179225516,41.44236843782808],[-72.30657479227713,41.442571437866654],[-72.30667679234413,41.44318243798269],[-72.30671079236649,41.44338643802144],[-72.30706479259965,41.44551743842618],[-72.30812779329958,41.45191143964043],[-72.30848279353316,41.45404344004524],[-72.3087807937298,41.45584244038684],[-72.30898379386322,41.457058440617686],[-72.30967879432103,41.46123944141145],[-72.30997879451837,41.46303844175293],[-72.31048279485047,41.46607144232866],[-72.31199779584814,41.475172444055865],[-72.3125027961808,41.47820644463157],[-72.312537796204,41.478419444672],[-72.31524679706808,41.47809944452462],[-72.31561379729186,41.479979444879625],[-72.31841279899712,41.494286447580464],[-72.31934579956572,41.499055448480476],[-72.31936279957671,41.49915344849904],[-72.31956479969502,41.50009944867702],[-72.31984779987548,41.501689448977935],[-72.32023680012308,41.50386644938989],[-72.32125680073575,41.50891545034149],[-72.32137680081223,41.509588450468826],[-72.32184880111274,41.51222945096845],[-72.32191580115538,41.51260445103939],[-72.32207380125149,41.51340745119083],[-72.32260580157399,41.51609245169709],[-72.32274880166781,41.51694245185815],[-72.32293380178899,41.518038452065795],[-72.32293180179332,41.518127452083185],[-72.32292380182929,41.5188214522186],[-72.32295380191121,41.52011845247024],[-72.32298380199028,41.52136445271195],[-72.3229908020085,41.52165145276764],[-72.32303280209895,41.523031453035046],[-72.3230798021972,41.52452245332391],[-72.32317580236256,41.52693245379017],[-72.32320780241666,41.52771745394202],[-72.32327580267709,41.53199945477356],[-72.32328680269326,41.53222545481723],[-72.32330680272064,41.532600454889604],[-72.32337280281226,41.533860455132825],[-72.32339480284158,41.534258455209624],[-72.32371780294513,41.53422845519364],[-72.32686680395477,41.53394445503937],[-72.33114280532584,41.533559454829984],[-72.33175380552183,41.53350645480048],[-72.33234580571235,41.53346545477389],[-72.33412280628427,41.53334445469444],[-72.33471580647517,41.53330445466803],[-72.33586780684494,41.53320845461311],[-72.33668580710719,41.53313445457299],[-72.33931980795174,41.532897454444004],[-72.34089180845571,41.532755454366935],[-72.342595809002,41.53260145428335],[-72.34262980901296,41.532599454281886],[-72.34456680963402,41.53242545418707],[-72.34498580977261,41.5324644541815],[-72.3454188099117,41.53243045416126],[-72.34797781073419,41.53223645404298],[-72.34883181100868,41.53217245400365],[-72.34927381115078,41.53213945398333],[-72.3498248113279,41.53209845395801],[-72.35142881184368,41.53198145388477],[-72.35280381228583,41.53188145382202],[-72.35379781260549,41.531809453776724],[-72.3541338127135,41.531784453761276],[-72.35514581303887,41.531710453715014],[-72.35548281314728,41.53168645369974],[-72.35610081334578,41.53163745367075],[-72.35795781394235,41.53149245358408],[-72.35857681414122,41.531444453555245],[-72.35901281427772,41.53134645352244],[-72.35911181430873,41.53132445351504],[-72.36032181468777,41.53105645342479],[-72.3607588148247,41.53096045339233],[-72.36084281485128,41.53094645338697],[-72.3610058149029,41.53092045337677],[-72.36109581493147,41.53090745337142],[-72.36118081495847,41.53089545336641],[-72.36128881499276,41.53087945335987],[-72.3615728150835,41.530848453344916],[-72.36162281509979,41.53084845334334],[-72.36163481510246,41.530826453338676],[-72.36874481738946,41.53032445301709],[-72.37452881924995,41.529917452755676],[-72.37729482013543,41.52964745261597],[-72.37741682017449,41.529635452609796],[-72.37762882024256,41.5296184525998],[-72.37771182026921,41.52961145259584],[-72.3782888204545,41.5295654525687],[-72.37894582066545,41.52951245253768],[-72.37896382067119,41.52951045253673],[-72.37916382073546,41.52949545252749],[-72.37938182080543,41.52947745251713],[-72.3795978208748,41.52946045250702],[-72.37990582097287,41.52942045248952],[-72.38011782104034,41.52939245247739],[-72.38129882141618,41.52923745241002],[-72.38232282174214,41.52910445235184],[-72.38305782197607,41.52900845231],[-72.38328982204999,41.528979452297044],[-72.38412182231662,41.52890345225603],[-72.38731882334132,41.528614452099006],[-72.38838482368301,41.52851845204671],[-72.39117782457812,41.52826445190924],[-72.39405882550147,41.528003451767596],[-72.39933082719114,41.52752645150851],[-72.39955982726453,41.52750545149719],[-72.40235482816028,41.52725245135979],[-72.40459182887723,41.52705045124991],[-72.41130683102949,41.52644745092067],[-72.41338783169645,41.52626045081861],[-72.4135448317468,41.52624645081092],[-72.41449783205188,41.52615445076294],[-72.41735783296765,41.52588245061972],[-72.4183118332732,41.525792450572105],[-72.41890983346353,41.52571545053823],[-72.41954683366731,41.52565145050568],[-72.42018483387152,41.525589450473454],[-72.42057983399788,41.525549450453205],[-72.42097483412422,41.52550945043297],[-72.42102383413994,41.52550545043063],[-72.42130183422853,41.52547145041523],[-72.42212383448839,41.525333450362425],[-72.42226183453201,41.52531045035359],[-72.43076783725968,41.52457544994193],[-72.43095883733872,41.52487744999469],[-72.43108683739268,41.52509745003347],[-72.43141583753699,41.525762450152506],[-72.4315878376099,41.52606545020605],[-72.43159783761418,41.526083450209235],[-72.43198283777501,41.52671845032068],[-72.43249783799456,41.52764645048501],[-72.43267583806973,41.52795445053934],[-72.43403183863369,41.530145450922916],[-72.43422283871246,41.53044245097469],[-72.43487383898093,41.53145345115086],[-72.435138839091,41.531878451225204],[-72.43520983912093,41.53200045124669],[-72.43542383921118,41.53236845131155],[-72.43549583924153,41.532491451333215],[-72.43562483929335,41.53266745136338],[-72.43591683941358,41.533117451441726],[-72.43610683949188,41.53341145149293],[-72.43669783973736,41.53436045165893],[-72.43705183988564,41.53495045176254],[-72.43710783990917,41.53504545177927],[-72.43749284007089,41.535695451893574],[-72.43818284036088,41.53686345209905],[-72.43945684089637,41.539020452478475],[-72.44028084123924,41.54035345271178],[-72.44029384124465,41.54037445271545],[-72.44057884136375,41.540844452797884],[-72.44063584138752,41.54093745281418],[-72.44080984145904,41.54120345286042],[-72.44099884153754,41.5415064529134],[-72.44114884159987,41.541747452955555],[-72.44159884178686,41.54247045308198],[-72.44165084180842,41.542553453096495],[-72.44174984184956,41.54271245312428],[-72.44182784188202,41.542838453146324],[-72.44206484198033,41.54321645321238],[-72.44214384201311,41.543342453234395],[-72.44216884202348,41.543382453241385],[-72.44217984202807,41.54340045324452],[-72.44228784207314,41.54357745327555],[-72.44232384208823,41.543637453286095],[-72.44237184210833,41.54371745330013],[-72.44241684212707,41.54379045331292],[-72.44251284216784,41.543960453342955],[-72.44255984218773,41.544042453357406],[-72.44264084222218,41.544186453382885],[-72.4428848423258,41.5446184534592],[-72.44296684236062,41.54476345348482],[-72.44302084238352,41.54485845350159],[-72.44318284245239,41.54514645355249],[-72.44323784247568,41.54524245356943],[-72.44324984248081,41.54526445357332],[-72.44328884249727,41.54533145358513],[-72.44330184250279,41.54535445358919],[-72.44335884252628,41.54544245360451],[-72.44343484255796,41.54556645362623],[-72.44377284269875,41.54611545372234],[-72.44382484272099,41.546210453739185],[-72.44394684277304,41.546430453778115],[-72.4458978435514,41.5489864542136],[-72.44600384359458,41.54914145424041],[-72.44685384394101,41.55038545445547],[-72.44655484385937,41.55066545451941],[-72.44686084399918,41.551382454649186],[-72.44785084439633,41.552717454877516],[-72.44794584443592,41.552872454904666],[-72.44819884452994,41.553080454937124],[-72.44842484461401,41.55326745496634],[-72.44848084463499,41.553316454974095],[-72.44853784465623,41.55336445498162],[-72.44873784473131,41.553542455009904],[-72.44876884474468,41.55360045502021],[-72.44905984485874,41.553945455078114],[-72.4491828449045,41.55404745509405],[-72.44925084493286,41.5541584551135],[-72.45042184542024,41.55605145544458],[-72.45081284558297,41.556683455555124],[-72.45101984567157,41.55706145562209],[-72.45164284593803,41.558196455823094],[-72.451850846027,41.558575455890214],[-72.45244684627528,41.5595424560594],[-72.45423684702095,41.56244645656743],[-72.45478084724756,41.56332845672169],[-72.4548168472646,41.56342345673904],[-72.4548338472726,41.56346745674704],[-72.45484284727694,41.56349245675162],[-72.45492084731401,41.56370045678958],[-72.45494784732672,41.56377045680234],[-72.45516684741878,41.56414045686734],[-72.45582684769613,41.56525345706286],[-72.45604684778857,41.565624457128024],[-72.45637584792688,41.56618045722571],[-72.45736484834272,41.567852457519464],[-72.45769484848144,41.5684094576173],[-72.45910884906526,41.570608458000024],[-72.46062484969113,41.57296445841],[-72.46308085073831,41.57737145918881],[-72.4636708509899,41.578430459375944],[-72.46378485103838,41.57863245941158],[-72.46389985108712,41.578833459447],[-72.46435785128237,41.57965445959206],[-72.46483185148446,41.58050445974223],[-72.46573485186941,41.58212246002807],[-72.46625585209154,41.58305646019304],[-72.46673085229405,41.583907460343376]]]},"properties":{"name":"New London"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.00874605516776,42.03886253064831],[-73.00956305527562,42.036180530107465],[-73.01149205552963,42.029836528828156],[-73.01206905560583,42.02794252844614],[-73.01973105661621,42.00275752336527],[-73.02054005672319,42.00010252282941],[-73.0215500568115,41.99602152201338],[-73.02217305689909,41.994064521617474],[-73.0222730569088,41.99367652153975],[-73.02228905691047,41.993616521527706],[-73.02229405691091,41.99359652152371],[-73.02230505691219,41.99355752151587],[-73.02234105691568,41.99341752148783],[-73.02235605691695,41.993356521475626],[-73.02237705691914,41.99327752145978],[-73.02264305694511,41.99224852125362],[-73.02308705698863,41.990533520910006],[-73.02344705702527,41.9891655206357],[-73.02371905705338,41.9881395204299],[-73.02488205717844,41.98383451956562],[-73.02837405755477,41.97091851697199],[-73.02953805768036,41.96661451610753],[-73.02720105692866,41.96678451621691],[-73.02019205467423,41.96729651654534],[-73.01785605392287,41.96746751665488],[-73.01777705389745,41.96747351665861],[-73.01771005387597,41.96747951666195],[-73.01758605383573,41.96748251666661],[-73.01754005382081,41.96748351666831],[-73.01746205379548,41.967485516671246],[-73.01736905376528,41.967487516674694],[-73.01727705373541,41.9674895166781],[-73.01719605370914,41.96749151668114],[-73.01681205358454,41.96750151669565],[-73.00140204861307,41.968380517370065],[-72.99955004801511,41.96847851744962],[-72.99837504763525,41.968532517498524],[-72.99030404502868,41.96894951784324],[-72.98623704371511,41.96915851801669],[-72.98018204175963,41.96947351827563],[-72.97622704048082,41.96965351843977],[-72.97353003960993,41.9697965185556],[-72.96831103792479,41.97007551878012],[-72.96544203699833,41.97022751890326],[-72.9627460361278,41.9703715190192],[-72.96268703610878,41.97037551902189],[-72.96137003567974,41.970381519066166],[-72.96112303559926,41.97038251907445],[-72.95919803497746,41.97048151915648],[-72.95897103490414,41.970493519166205],[-72.95874403483083,41.970505519175944],[-72.9577680345156,41.97055651921769],[-72.95415803334966,41.970745519372144],[-72.95408003332446,41.97074951937547],[-72.95398203329252,41.97074951937868],[-72.95345703312134,41.97074951939585],[-72.95328203306426,41.970749519401586],[-72.95328103306366,41.97074451940065],[-72.95328003306263,41.97073251939839],[-72.95328003306238,41.970728519397625],[-72.95099303231976,41.97078051948244],[-72.94760403121931,41.97085851960832],[-72.94413503009282,41.97093751973699],[-72.94184902935055,41.970990519821946],[-72.94183802934694,41.970990519822315],[-72.94180702933697,41.97099251982372],[-72.94179702933377,41.97099351982424],[-72.94036902887183,41.97105651988303],[-72.93608602748647,41.97124752005979],[-72.9346590270249,41.97131152011874],[-72.93360302668339,41.97135952016251],[-72.93236102628127,41.97140852021252],[-72.92925502527572,41.97153252033787],[-72.92546802404961,41.971682520490475],[-72.92317102330595,41.97177452058323],[-72.92246402307705,41.97180252061169],[-72.92034602239201,41.97189852069935],[-72.91964002216373,41.971931520728766],[-72.91907002197946,41.97195952075277],[-72.91736102142723,41.97204552082512],[-72.91691302128247,41.97206852084418],[-72.9167920212433,41.97207352084911],[-72.91640702111891,41.972093520865506],[-72.91612802102884,41.972108520877505],[-72.91525302074464,41.972128520909926],[-72.91486902062002,41.972138520924396],[-72.91425302041999,41.97215352094741],[-72.91356702019813,41.972184520975766],[-72.91347402016808,41.97218952097976],[-72.91338102013805,41.97219452098377],[-72.91111801940515,41.97228152107441],[-72.89986401576058,41.97271852152584],[-72.89611401454614,41.97286452167629],[-72.8949810141792,41.97290852172173],[-72.89430301395913,41.97292652174732],[-72.88887101219645,41.97307852195378],[-72.8870610116091,41.973129522022624],[-72.88771701172045,41.97137852166494],[-72.88968501205474,41.966128520592314],[-72.89034201216649,41.96437852023469],[-72.89272601257935,41.95815351896101],[-72.89284701259925,41.957819518892904],[-72.89343101269495,41.95620151856297],[-72.89392401277584,41.95483751828481],[-72.89628901316466,41.94830651695266],[-72.89635201317465,41.94812651691601],[-72.89787901343882,41.944133516098795],[-72.89852501355143,41.94245851575579],[-72.89859601356318,41.942263515716],[-72.89861901356682,41.94219751570255],[-72.89960101372553,41.939438515140225],[-72.90222801415001,41.932055513635255],[-72.90224501415251,41.932003513624714],[-72.90296901435146,41.931369513479204],[-72.90538901466566,41.92325351183978],[-72.90594601475665,41.92170451152373],[-72.90664601489712,41.920204511212454],[-72.90675501491575,41.91991551115333],[-72.90685301493195,41.91964651109839],[-72.90860701522784,41.91492851013382],[-72.90931101534659,41.913034509746566],[-72.90962501539973,41.91219250957438],[-72.91379801610404,41.900971507279685],[-72.91534701636544,41.89680550642761],[-72.92004301787908,41.896518506219216],[-72.9201670179191,41.89651150621382],[-72.92684802007255,41.89610450591757],[-72.92737102024147,41.896078505895474],[-72.92884402071506,41.89596850582625],[-72.929363020882,41.895930505802],[-72.9293740208855,41.89592950580146],[-72.92940702089597,41.89592450579941],[-72.9295460209401,41.89590450579103],[-72.93021702115631,41.89586250576105],[-72.93914702403349,41.89530050536143],[-72.93922802405982,41.895299505358594],[-72.9397750242359,41.89526250533362],[-72.940648024517,41.895204505293954],[-72.94241002478809,41.89002250423933],[-72.94244002479242,41.88992950422045],[-72.94251602479584,41.889564504147735],[-72.94252902479622,41.8894985041346],[-72.94284802483035,41.88830450389442],[-72.94348102491335,41.88619650346808],[-72.94389502496797,41.88482350319033],[-72.946179025269,41.87724250165664],[-72.94627402519188,41.8753935012976],[-72.94634302513502,41.874035501033944],[-72.94733602530408,41.871392500492725],[-72.9482550254497,41.86876049995599],[-72.95060102582177,41.862046498586665],[-72.951013025887,41.86086549834579],[-72.95193302603302,41.8582344978091],[-72.95196002603721,41.858155497793014],[-72.95220202608031,41.857543497667244],[-72.95273302617512,41.85620549739224],[-72.95301802622534,41.85547549724234],[-72.95320502625853,41.85500049714476],[-72.95322002626165,41.854970497138495],[-72.95324802626698,41.85490549712507],[-72.9532500262674,41.854901497124224],[-72.95329502627546,41.85478849710099],[-72.9533630262875,41.85461549706546],[-72.95352402631657,41.85421549698315],[-72.95357102632506,41.8540984969591],[-72.95364102633788,41.85392749692387],[-72.95364802633819,41.8538934969171],[-72.95378702616416,41.850137496189106],[-72.95384502609252,41.84858649588847],[-72.95385002608684,41.84846149586423],[-72.95381202607219,41.84842249585795],[-72.95377402605124,41.848275495830876],[-72.95372902602789,41.84812649580364],[-72.95369102600768,41.84799249577905],[-72.95366002598983,41.847859495754456],[-72.95361402597261,41.84782149574865],[-72.9535070259275,41.847645495718226],[-72.95339302586743,41.847252495646245],[-72.95338502585415,41.84706949561125],[-72.95343102586247,41.84695549558779],[-72.95361402591156,41.84677549554715],[-72.95365202591887,41.84668849552915],[-72.95355302587659,41.84651649549924],[-72.95327902575681,41.845993495407434],[-72.95274102556016,41.84562649535428],[-72.95268502553509,41.84550949533357],[-72.95234702538404,41.84480749520936],[-72.95225602533193,41.84442249513816],[-72.95208102524528,41.843914495046015],[-72.95193602515116,41.84311049489584],[-72.95189002512745,41.842961494868646],[-72.95177302508345,41.842860494853014],[-72.95157002501188,41.84276649484151],[-72.95118802488388,41.84270549484223],[-72.95063102470316,41.842717494862704],[-72.95033402460906,41.84276249488105],[-72.9498610244659,41.84294949493252],[-72.94930402429232,41.84308349497651],[-72.94871602410191,41.84310249499935],[-72.94795302386184,41.84324749505218],[-72.94652702342007,41.843636495173634],[-72.94616802330314,41.843636495185336],[-72.94592402322233,41.84361349518887],[-72.94514602296805,41.843598495211374],[-72.94461902279814,41.84362849523434],[-72.9442070226686,41.843708495263186],[-72.94333002237829,41.84362849527638],[-72.94224602201501,41.843453495278006],[-72.94169002182703,41.8433354952734],[-72.94144502174139,41.84323549526212],[-72.94117102164795,41.84316349525718],[-72.94088102155082,41.84311749525779],[-72.94028602134279,41.84287349523018],[-72.93977502116986,41.84276249522544],[-72.93958402110393,41.842698495219345],[-72.93909602093424,41.84251449519982],[-72.93872202079643,41.84224049515921],[-72.93859202075188,41.84220249515614],[-72.93853902072837,41.84209549513724],[-72.93830202063957,41.84189649510663],[-72.93820302060023,41.84177449508635],[-72.93811902057065,41.84173649508177],[-72.93805002054239,41.841637495064944],[-72.93793602050036,41.84155349505248],[-72.93790502048404,41.84144649503287],[-72.93779102044357,41.841389495025616],[-72.93757002036757,41.84132049501952],[-72.93726402025547,41.84110749498846],[-72.93702802016772,41.84092049496011],[-72.93679102008026,41.840744494933936],[-72.93650301995886,41.840271494852175],[-72.93642001991739,41.8400234948071],[-72.93641101991287,41.8399964948022],[-72.9363490198816,41.8398064947676],[-72.93655801992402,41.83936649467602],[-72.93718702005212,41.83804949440173],[-72.93744202010323,41.837501494287814],[-72.93753002011903,41.83728049424237],[-72.93771402014934,41.836772494138486],[-72.93826702024074,41.83525049382717],[-72.93845202027143,41.83474349372342],[-72.93954602045255,41.831737493108456],[-72.93956002045483,41.831698493100475],[-72.93979402049118,41.83101449296103],[-72.94022802055852,41.82974449270212],[-72.94029602056906,41.829545492661545],[-72.94037202058084,41.8293224926161],[-72.94038702058316,41.82927849260713],[-72.94040302058625,41.82924249259967],[-72.940454020594,41.82909049256871],[-72.94047602059722,41.82902249255489],[-72.94054502060699,41.82880449251061],[-72.94068402063455,41.82850049244749],[-72.9410950207152,41.82758749225813],[-72.94123302074243,41.82728349219504],[-72.94127602075083,41.827187492175135],[-72.94140402077579,41.82690049211564],[-72.94144802078459,41.8268054920959],[-72.94156002080155,41.826470492027674],[-72.94164802081465,41.826203491973345],[-72.94345202112424,41.82143349099508],[-72.94451102130587,41.81863149042039],[-72.94556902148726,41.815830489845894],[-72.94576202152057,41.81532348974185],[-72.94595302155322,41.81481648963788],[-72.94610002157845,41.8144274895581],[-72.94624702160374,41.814039489478496],[-72.94636402162375,41.813729489414904],[-72.94648202164407,41.81341848935109],[-72.94651302164958,41.81333948933486],[-72.94680502170232,41.81261248918518],[-72.94684302170906,41.81251548916523],[-72.94692402172342,41.81230948912286],[-72.94700602173819,41.81210448908066],[-72.94710702175597,41.81184548902744],[-72.94713802176159,41.81176848901158],[-72.94717102176786,41.81169148899565],[-72.94801402190338,41.80930448850792],[-72.94885502203822,41.8069174880202],[-72.94894002205197,41.80667848797134],[-72.94902502206574,41.806439487922496],[-72.95264902321895,41.80597948771564],[-72.95334202343933,41.805889487675714],[-72.95352802349856,41.80586648766521],[-72.95542402410197,41.80562748755732],[-72.95611802432282,41.80553948751771],[-72.9569500245876,41.805434487470336],[-72.95850602507821,41.80515948736658],[-72.96180102612777,41.8047604871822],[-72.9727470296105,41.803369486556896],[-72.97473603024571,41.80315748645111],[-72.97729703106326,41.80287948631395],[-72.97800503128933,41.80280348627618],[-72.98084303219402,41.80247348611992],[-72.98414103324538,41.80209048593841],[-72.98485103347154,41.80200548589885],[-72.98577903376685,41.801888485845986],[-72.98843803461298,41.80155448569478],[-72.99011803514648,41.80132448559558],[-72.99068803532742,41.80124548556172],[-72.99232403584695,41.80102148546511],[-72.99324503613936,41.800894485410545],[-72.99542303683104,41.80059748528214],[-72.99601103701774,41.80051648524733],[-72.99693303731053,41.800390485192914],[-72.99745603747652,41.800317485161756],[-72.99902603797506,41.80010248506902],[-72.99955003814148,41.8000314850382],[-73.00302703925149,41.79965748485248],[-73.00900804116093,41.799015484533264],[-73.01345804258148,41.79853648429547],[-73.0141070427887,41.79846748426095],[-73.01667604360878,41.79819148412376],[-73.01693704369373,41.798191484115236],[-73.01693604369098,41.798149484107164],[-73.01693404368297,41.798023484082925],[-73.0169280436786,41.79798248407522],[-73.0169020436594,41.79779848404057],[-73.01678204357982,41.79710448391067],[-73.01660104345922,41.79604748371277],[-73.0165350434153,41.79566348364088],[-73.01625804325668,41.79449048342373],[-73.01607204315003,41.793700483277455],[-73.01606304314265,41.79362448326309],[-73.01593304306289,41.79298248314352],[-73.01592204305602,41.792926483133094],[-73.01553804282943,41.79118548280988],[-73.01550804281268,41.791065482787694],[-73.01535204272486,41.79043048267033],[-73.0153500427234,41.79041648266769],[-73.01534404271905,41.79037548265998],[-73.01534304271794,41.790362482657514],[-73.01514504259924,41.7894324824846],[-73.01506504255116,41.78905448241432],[-73.01491704246097,41.78833448228029],[-73.0147320423566,41.78757748214031],[-73.01452604223546,41.78665048196825],[-73.01450504222291,41.78655248195004],[-73.01440804216368,41.78607848186177],[-73.01434104212093,41.785719481794715],[-73.01416504200894,41.784781481619504],[-73.01400404191051,41.78399248147259],[-73.01391904185847,41.78357448139474],[-73.01363504168269,41.782145481128346],[-73.01354504162914,41.78172948105103],[-73.01337204151825,41.78079348087613],[-73.01320304141298,41.77993148071534],[-73.01315604138516,41.77971648067541],[-73.0131000413544,41.77950148063575],[-73.01301304130953,41.77921748058381],[-73.0129180412561,41.77883148051244],[-73.0129130412533,41.778811480508736],[-73.01283804120865,41.77846448044424],[-73.01270204112481,41.7777854803177],[-73.01263404108403,41.77746548025817],[-73.01262204107014,41.777294480225564],[-73.01271204108959,41.777125480190016],[-73.0126940410772,41.777013480168996],[-73.01268704107171,41.77695848015861],[-73.0126490410397,41.77662148009485],[-73.01265004103244,41.77649148006972],[-73.0126450410287,41.77645548006295],[-73.01264304102713,41.77643948005992],[-73.01263504102306,41.77641448005536],[-73.01262004101686,41.77639148005141],[-73.01257704100087,41.776357480046244],[-73.01253804098701,41.77633748004367],[-73.01246104096114,41.77632348004348],[-73.01243704095279,41.77631448004253],[-73.01241304094383,41.77629448003945],[-73.01240904094146,41.77627648003612],[-73.01240704093861,41.77623848002885],[-73.0124260409403,41.77616148001337],[-73.01250404095181,41.775923479964895],[-73.01251804095159,41.77584147994862],[-73.01252004094955,41.77579547993969],[-73.01253304094224,41.77559747990106],[-73.01253104093558,41.775494479881246],[-73.01253504093248,41.77541847986645],[-73.01253004092793,41.77536847985698],[-73.01250704091775,41.775322479848846],[-73.0124690409034,41.775288479843525],[-73.01242604088824,41.77526847984106],[-73.01237104086964,41.77525647984056],[-73.01231904085125,41.77523147983743],[-73.0122830408374,41.77519447983147],[-73.01225704082577,41.77514047982191],[-73.01222204080787,41.77502847980143],[-73.01218804078788,41.77487547977302],[-73.01212604074135,41.774423479687826],[-73.01210304072612,41.774290479662916],[-73.0120800407149,41.774226479651325],[-73.01205104070179,41.774163479640116],[-73.01197904067095,41.77403647961796],[-73.01194604065682,41.77397847960785],[-73.01188704063051,41.773856479586236],[-73.01186504061977,41.773794479575],[-73.01185204061208,41.77373547956404],[-73.01182504058463,41.77341547950316],[-73.01181604058026,41.773390479498644],[-73.01178004055875,41.7732224794674],[-73.01177904055831,41.77322047946704],[-73.01174504053469,41.773005479426665],[-73.01174004052608,41.77288547940368],[-73.01174204052097,41.7727864793845],[-73.0117290405102,41.77267447936332],[-73.01171604050376,41.77263647935643],[-73.0117110405016,41.77262747935485],[-73.0116880404919,41.77258947934825],[-73.01165004047697,41.77254547934103],[-73.01161804046127,41.77245447932449],[-73.01153504041059,41.77204847924887],[-73.01125604024804,41.77081747902045],[-73.01112404017094,41.77023147891167],[-73.01086704001813,41.76904447869101],[-73.01072203992754,41.76829947855197],[-73.01056303982574,41.767440478391386],[-73.01050303979044,41.76716947834103],[-73.01039403973067,41.7667524782641],[-73.01033503969701,41.766504478218195],[-73.01024003963768,41.76601647812711],[-73.01021803962364,41.76589847810506],[-73.0100940395457,41.765253477984615],[-73.01003803951298,41.76500447793839],[-73.00999603948172,41.76470247788147],[-73.00985803941036,41.76424847779836],[-73.0098280393995,41.76422947779567],[-73.009499039223,41.76303747757635],[-73.00912903902513,41.76170747733172],[-73.00905803898625,41.76143647728174],[-73.00791403827526,41.75561947619621],[-73.00789103826207,41.75552147617805],[-73.00764703812068,41.754456475980405],[-73.00664603754176,41.75010647517325],[-73.00503203663395,41.74352947395595],[-73.00329403565631,41.73644247264393],[-73.00275003531436,41.7336054721137],[-73.00269703529085,41.73349747209457],[-73.0026500352702,41.73340547207834],[-73.0026240352539,41.73327047205312],[-73.00192703481882,41.72968647138351],[-73.00109803430117,41.725419470586196],[-72.99970003342843,41.71822446924154],[-72.99955303333648,41.71746446909948],[-72.99895103296308,41.71440646852812],[-72.99887203291524,41.71402546845707],[-72.99874803284031,41.713429468345936],[-72.99863203277101,41.712885468244565],[-72.99855103272265,41.712506468173956],[-72.99843403265595,41.71201346808249],[-72.99839103263164,41.71183546804949],[-72.99832803259572,41.71156946800013],[-72.99830803258428,41.71148446798435],[-72.99791303235949,41.70982546767658],[-72.99775403226896,41.70915646755245],[-72.99755103215358,41.70830646739476],[-72.99745403209317,41.70780946730187],[-72.9973320320174,41.70718746718562],[-72.99677703167202,41.70434646665453],[-72.99617403129683,41.701260466077585],[-72.99610103125123,41.70088346600706],[-72.99585103109577,41.69960546576814],[-72.99577203105167,41.69928846570944],[-72.99576503104791,41.69926246570463],[-72.9957470310377,41.69918746569071],[-72.99574103103436,41.69916346568628],[-72.99529903078579,41.6973564653513],[-72.9943550302547,41.69349246463492],[-72.99397403004068,41.69193846434683],[-72.9935510298027,41.69020646402567],[-72.99355002980231,41.6902054640255],[-72.99354102979508,41.690131464011486],[-72.99350402976583,41.68983446395525],[-72.99349702976049,41.689781463945245],[-72.99336602965715,41.68873346374683],[-72.99332302962291,41.68838446368074],[-72.99325102956601,41.687806463571306],[-72.99313902950415,41.68736746349005],[-72.99237102908003,41.68435946293328],[-72.99211502893874,41.683357462747814],[-72.99207402891606,41.683196462718016],[-72.9920510289033,41.683105462701164],[-72.99200002886349,41.68270446262526],[-72.9919800288475,41.68254046259419],[-72.9919510288245,41.68230646254987],[-72.99188102878487,41.68201546249588],[-72.99151002857475,41.68047146220928],[-72.99150602857256,41.68045546220632],[-72.99137302849695,41.67989746210271],[-72.99135102848447,41.67980546208563],[-72.99124302840922,41.67911246195509],[-72.99085102813663,41.676607461483265],[-72.9908290281256,41.67654046147102],[-72.99077502809861,41.67637746144125],[-72.99075102808668,41.676306461428304],[-72.98962102738105,41.670466460335206],[-72.98947402728241,41.66958846017011],[-72.98947002727996,41.66956846016637],[-72.98935002720812,41.669001460060564],[-72.98928402717144,41.668738460011824],[-72.98916802709255,41.66802745987802],[-72.98913502706833,41.66779445983402],[-72.98908302703221,41.667462459771464],[-72.9889290269246,41.666468459584124],[-72.98891502691465,41.666375459566595],[-72.98887802688886,41.66613745952174],[-72.9887520268116,41.6655104594045],[-72.98837502658026,41.663631459053164],[-72.9882500265034,41.66300545893607],[-72.98763702615571,41.660441458459815],[-72.98757902613066,41.66033445844099],[-72.9875100260989,41.660173458412075],[-72.98739502603306,41.6596814583206],[-72.98733902598592,41.65918145822565],[-72.98727402594731,41.65887945816932],[-72.98719302589801,41.658482458095115],[-72.98715802587697,41.65831545806392],[-72.98705602581498,41.65781745797085],[-72.98702202579435,41.657651457939835],[-72.98695002575056,41.65729945787404],[-72.9867540256316,41.65634445769557],[-72.98673402561926,41.656243457676666],[-72.98666202557554,41.655892457611074],[-72.98662702555485,41.65573145758105],[-72.98652402549358,41.65525145749149],[-72.98649002547329,41.65509145746162],[-72.98634602539181,41.65449245735037],[-72.98607702523906,41.65336345714058],[-72.98595302515977,41.65268945701414],[-72.98584302508901,41.652084456900596],[-72.9855510248393,41.649407456391856],[-72.98515402462355,41.647908456114585],[-72.98484902446063,41.64680545591095],[-72.98430902414403,41.64436545545608],[-72.98356702371005,41.64103045483448],[-72.98325102352506,41.639606454569005],[-72.98644502446543,41.637910454136716],[-72.99064802570294,41.63568045356819],[-72.9960280272869,41.632825452840294],[-72.99916902821165,41.63115945241547],[-72.99922302822755,41.631130452408094],[-72.9995510283241,41.63095645236371],[-73.00000602845837,41.63072045230321],[-73.00236302915407,41.629501451990436],[-73.00302302934895,41.62916145190311],[-73.00314702938522,41.62909145188552],[-73.00315502938759,41.62908745188449],[-73.00404702964853,41.62858545175824],[-73.00702303060129,41.62833345161259],[-73.02147203522713,41.62711245090579],[-73.0206080347159,41.62312845016226],[-73.01865103355826,41.61410544847803],[-73.0314550377669,41.61492744822042],[-73.03433003871191,41.615112448162634],[-73.03477803885923,41.61514244815385],[-73.03482303887397,41.61514444815276],[-73.0357520391794,41.61520544813432],[-73.03602503926813,41.61520544812543],[-73.036157039311,41.615205448121124],[-73.04553704215213,41.61162644712216],[-73.04566104218958,41.61157744710862],[-73.04577204222322,41.611535447096884],[-73.04640504241503,41.61129544702976],[-73.05036304361211,41.60975644660261],[-73.0572710456998,41.60704444585201],[-73.05771604583427,41.60686944580359],[-73.05777104585086,41.606847445797534],[-73.05789704588891,41.606797445783734],[-73.05802504592766,41.60674844577007],[-73.05807604594291,41.60672544576395],[-73.05877504615266,41.606425445683044],[-73.0594700463647,41.60618744561428],[-73.05966604640615,41.605803445533475],[-73.05969904640797,41.605649445502564],[-73.05963204636247,41.60523944542532],[-73.05904404609521,41.60392244518928],[-73.05893504601448,41.60313944504112],[-73.05894704599464,41.6027294449613],[-73.05902204600521,41.60249044491255],[-73.05909804601605,41.602251444863754],[-73.05913804603836,41.60241244489366],[-73.05917704606041,41.602574444923754],[-73.05940404612838,41.602474444897],[-73.05977404623476,41.60223544483861],[-73.06041804639575,41.60140144465603],[-73.06070104645403,41.60081944453402],[-73.06067004640303,41.600112444398015],[-73.0605600463018,41.59898044418225],[-73.06056004626627,41.59836644406327],[-73.06024504610667,41.59737644388167],[-73.06016704603857,41.59663744374101],[-73.06018204601158,41.596086443633745],[-73.06040304604612,41.59544244350172],[-73.06038704599634,41.59467144335282],[-73.06015104585146,41.59349244313201],[-73.05975804566467,41.592470442946734],[-73.05955304556349,41.59187244283752],[-73.05945904551797,41.59161344279038],[-73.05883804528119,41.59100744269315],[-73.05841304511719,41.590559442620176],[-73.05811504498814,41.59000144252173],[-73.05787104489387,41.58974244247949],[-73.05742504472528,41.589332442414545],[-73.05747304473809,41.589284442403674],[-73.05748804474204,41.5892684424001],[-73.05752104475091,41.589236442392796],[-73.05755304475946,41.58920444238557],[-73.05801104487651,41.58865544226421],[-73.05839004499836,41.58863344224761],[-73.06111704587151,41.588412442115896],[-73.06230804626053,41.58844844208406],[-73.06415004686215,41.588504442034875],[-73.06421004688134,41.58849944203195],[-73.06607504747741,41.58832944193821],[-73.06635304756627,41.58830444192429],[-73.06666504766675,41.58828944191123],[-73.06686504773121,41.58828044190295],[-73.06843504823446,41.5881634418291],[-73.06902504842365,41.58812044180153],[-73.06918904847691,41.58812044179618],[-73.06968104863672,41.58812044178014],[-73.06984504869004,41.588120441774784],[-73.0699850487355,41.58812044177023],[-73.07407605004502,41.5877844415717],[-73.0744030501497,41.587757441555794],[-73.07525705042261,41.58767944151284],[-73.07576305058339,41.58761744148432],[-73.07585605061297,41.58760644147915],[-73.07585405061221,41.587604441478824],[-73.07759405117181,41.58750744140328],[-73.07765405119115,41.58750444140073],[-73.07782605124609,41.58748844139203],[-73.07813205130607,41.586807441250045],[-73.07997105190805,41.58688644120537],[-73.08034705202172,41.586740441164814],[-73.08040205203837,41.58671944115895],[-73.08295605280465,41.585624440863384],[-73.08325405287134,41.58510444075288],[-73.08326405287362,41.58508744074925],[-73.08337505289958,41.58491344071191],[-73.08372905298216,41.58435344059181],[-73.08479105323003,41.58267544023189],[-73.08514605331301,41.582116440111946],[-73.08523805333517,41.581983440083164],[-73.0855140534018,41.58158543999701],[-73.08560705342438,41.581453439968385],[-73.08566305343788,41.58137243995085],[-73.08583405347947,41.58113143989857],[-73.0858540534844,41.58110443989267],[-73.08588705349194,41.58104943988093],[-73.08594005350402,41.58096043986195],[-73.08610005354048,41.58069243980478],[-73.08615405355292,41.580604439785965],[-73.08618405356076,41.58057143977858],[-73.08627805358554,41.580472439756335],[-73.08630905359378,41.58044043974911],[-73.08634605360365,41.580403439740735],[-73.08640805361662,41.58027943971467],[-73.08666905367188,41.57976943960729],[-73.08675605369037,41.57960043957169],[-73.08685505371326,41.57944043953744],[-73.08715405378277,41.57896343943521],[-73.08725405380605,41.578804439401125],[-73.08735805383017,41.57863743936536],[-73.08749205386137,41.5784244393197],[-73.0876710539028,41.57813543925782],[-73.08775405392217,41.578004439229716],[-73.08777305392621,41.57796743922193],[-73.08786005394455,41.57779643918594],[-73.08806605398856,41.57740043910244],[-73.08811805399867,41.57728343907807],[-73.0881540540058,41.57720443906158],[-73.0882080540182,41.57711543904257],[-73.0883010540393,41.57695843900909],[-73.08858105410323,41.576491438909414],[-73.08867505412475,41.5763354388761],[-73.08875405414283,41.57620443884813],[-73.08881705415779,41.576109438827665],[-73.08911405422839,41.5756624387313],[-73.0892610542634,41.57544243868385],[-73.08935405428564,41.57530443865408],[-73.08940705429794,41.575219438635855],[-73.08960905434485,41.57489643856663],[-73.09015805447224,41.574016438378116],[-73.0923540549823,41.57050443762552],[-73.09246305501642,41.570482437617706],[-73.09385405545211,41.570204437518406],[-73.0947890557416,41.5699594374404],[-73.09759405661028,41.569228437207144],[-73.09853005690016,41.568984437129274],[-73.10941306027134,41.56616543622744],[-73.1142440617678,41.56491543582731],[-73.11425306177054,41.56491243582645],[-73.11505606201926,41.56470443575989],[-73.115187062053,41.56455243572613],[-73.1164550624504,41.564304435636636],[-73.11648906246097,41.564296435633985],[-73.11696206260856,41.56419243559837],[-73.11714606266604,41.56415343558478],[-73.1183840630525,41.56388443549219],[-73.11875506316834,41.56380443546456],[-73.11885806320026,41.56377843545618],[-73.12051806371522,41.56336243532128],[-73.12455706496834,41.56235343499368],[-73.12549806526025,41.562117434917184],[-73.12715906577559,41.56170343478264],[-73.12750106588247,41.56163143475751],[-73.12853006620416,41.5614164346822],[-73.12887306631143,41.56134543465722],[-73.1289140663242,41.561336434654145],[-73.12904106636388,41.56130943464477],[-73.12908306637706,41.561301434641834],[-73.12931006644799,41.561253434625115],[-73.12999406666181,41.56111043457502],[-73.13022206673311,41.56106343455846],[-73.13035306677403,41.561035434548735],[-73.13074706689716,41.560952434519784],[-73.13087906693845,41.56092543451023],[-73.13096406696495,41.560906434503764],[-73.13121906704467,41.560853434485175],[-73.13130506707161,41.56083643447906],[-73.13137806709439,41.56082043447357],[-73.13262106748249,41.56055243438098],[-73.13657206871606,41.55970143408685],[-73.13788906912727,41.55941843398892],[-73.13795606914822,41.559404433984],[-73.13931806957288,41.55910143388074],[-73.14018306984262,41.55890943381522],[-73.1418250703546,41.55854443369077],[-73.14360707091016,41.55814743355553],[-73.14503707135609,41.557830433447315],[-73.14515607139323,41.55780443343836],[-73.14876007255535,41.557666433293775],[-73.14919107269435,41.55765043327658],[-73.15993707615931,41.55723843284521],[-73.16207807684962,41.55715643275925],[-73.16365307735747,41.5570964326961],[-73.16366307736071,41.557096432695765],[-73.1646770776899,41.55709643266258],[-73.16441707753545,41.55588843243684],[-73.16299707669187,41.54929043120372],[-73.16252407641083,41.54709143079269],[-73.16210107615676,41.54507643041569],[-73.16120307561735,41.540798429615194],[-73.16083207539467,41.539033429284935],[-73.16070507531816,41.53842442917094],[-73.1604530751669,41.53722542894657],[-73.16040007513789,41.53702142890871],[-73.16031507509321,41.53672642885426],[-73.16023207504918,41.536431428799744],[-73.16016807501538,41.53620642875818],[-73.16010407498149,41.53598042871642],[-73.16011907498232,41.53591042870235],[-73.16002907492965,41.53550542862672],[-73.15992707486954,41.53503942853963],[-73.15979707479265,41.534440428427665],[-73.15970807474108,41.53404842835453],[-73.15961607468776,41.53364342827893],[-73.15952507463487,41.53324042820373],[-73.15951007462647,41.533179428192376],[-73.15931607451833,41.53239942804738],[-73.15955107459455,41.53239842803951],[-73.15954707459308,41.53239542803904],[-73.15943607455179,41.53230442802501],[-73.15925807448312,41.53211642799435],[-73.1580050737207,41.52597242684305],[-73.15800007371696,41.525935426836035],[-73.15797307369795,41.52575842680256],[-73.1578920736411,41.52523042670274],[-73.15787707363033,41.52512842668345],[-73.15786107362092,41.5250554266698],[-73.15785407361712,41.52502942666497],[-73.15777007356729,41.52463942659204],[-73.15631007275114,41.518724425491705],[-73.15624407272499,41.51864242547794],[-73.15621407271114,41.51857142546514],[-73.1561710726913,41.51846942544673],[-73.1560620726459,41.51829642541672],[-73.15605507263946,41.51822442540297],[-73.1560400726299,41.51814342538775],[-73.15605007262891,41.51807042537325],[-73.15607707262733,41.51789142533762],[-73.15597207252314,41.516679425105785],[-73.15591707249301,41.51646742506642],[-73.15587207245817,41.51611742499996],[-73.15577607240157,41.51567742491768],[-73.1557700723984,41.51565642491381],[-73.15576007239315,41.51562142490733],[-73.1557430723767,41.5154324248712],[-73.1557310723644,41.51528742484345],[-73.15549307223075,41.51431242466194],[-73.15581307232907,41.514216424632856],[-73.1579210729992,41.51397442451699],[-73.15832507312767,41.51392842449485],[-73.15917307339744,41.51383442444891],[-73.16041107379128,41.513697424381846],[-73.1616340741804,41.51356242431567],[-73.16529007534345,41.51315742411755],[-73.16788107616769,41.51287042397714],[-73.17037207696018,41.5125954238423],[-73.17077207708749,41.51255242382088],[-73.17126907724484,41.51248442379144],[-73.17395907809679,41.512121423633005],[-73.17480507836478,41.512008423583396],[-73.17485607838097,41.51200242358058],[-73.17612407878424,41.51186042351153],[-73.1767880789955,41.51178742347564],[-73.17993107999517,41.51143742330492],[-73.18120108039912,41.51129642323599],[-73.18128808042671,41.511285423231016],[-73.1815520805106,41.51125442321636],[-73.18164008053863,41.51124542321173],[-73.18197408064486,41.51120842319362],[-73.18247008080303,41.511160423168064],[-73.18295208095599,41.51110042314066],[-73.1830890809994,41.5110824231327],[-73.18363808117395,41.51102042310269],[-73.18442808142487,41.510926423058606],[-73.18501108161028,41.51086142302691],[-73.18760308243493,41.51057742288697],[-73.19605208511656,41.50954242240956],[-73.19787808569613,41.509319422306504],[-73.20419808770136,41.5085354219474],[-73.20684108857492,41.50881142191442],[-73.20709008865717,41.50883642191112],[-73.20711108866416,41.50883942191101],[-73.20782908890529,41.50898042191488],[-73.20800708896509,41.509015421915834],[-73.20807708898813,41.50902142191471],[-73.20879708922534,41.50908342190317],[-73.21095708993703,41.50927042186872],[-73.21152809012519,41.50932042185972],[-73.21153009012578,41.509319421859466],[-73.21163209015968,41.50933342185884],[-73.21388709090994,41.50965442184729],[-73.2139560909328,41.50966242184657],[-73.213996090946,41.509666421846035],[-73.21403609095927,41.50967142184569],[-73.21418309100795,41.50968842184416],[-73.21583109155274,41.50986242182396],[-73.21703109194772,41.50995942180347],[-73.21743109207934,41.50999142179657],[-73.21972509283768,41.51023342176839],[-73.22089409322491,41.510370421756676],[-73.22951309608005,41.511383421670764],[-73.23512809794467,41.51212242163009],[-73.23667409845808,41.51232642161899],[-73.23673309847763,41.51233342161841],[-73.23714209861309,41.51238142161431],[-73.23723109864261,41.51239242161353],[-73.23778709882677,41.51245742160791],[-73.23807109892084,41.512490421604994],[-73.23835609901528,41.51252442160225],[-73.23854909907917,41.51254642160018],[-73.23868709912493,41.51256342159897],[-73.23901809923456,41.51260242159568],[-73.24210410025604,41.51295142156217],[-73.24224810030326,41.51296042155921],[-73.24225110030424,41.512960421559114],[-73.24228310031481,41.51296342155863],[-73.24236710034344,41.51298742156053],[-73.24259210041625,41.51298442155256],[-73.24269010044804,41.51298442154935],[-73.24276610047322,41.51299342154861],[-73.24604910152608,41.51278242139994],[-73.24956010264907,41.512506421231194],[-73.24970510269338,41.5124594212173],[-73.2501971028436,41.51229742116973],[-73.25031010287816,41.51226142115903],[-73.25174810333955,41.51217342109475],[-73.25226610350579,41.51214242107174],[-73.25266410363356,41.51211942105421],[-73.25290710371154,41.512104421043325],[-73.25447210421359,41.512007420973134],[-73.25632110480187,41.51180842087383],[-73.26845210866135,41.51050442022247],[-73.26965710904472,41.510375420157864],[-73.27249510994696,41.51005942000331],[-73.27357911029155,41.50993841994422],[-73.27461811062183,41.5098224198876],[-73.27962511221364,41.509266419615194],[-73.28099011264754,41.50911441954085],[-73.28311411332277,41.50887841942525],[-73.28362611348571,41.50882441939794],[-73.28406011362311,41.508766419372435],[-73.28493611390039,41.508648419320735],[-73.2941801168393,41.507627418818736],[-73.29918611842959,41.50705441854294],[-73.29938611849313,41.507031418531895],[-73.29958211855507,41.50700341852002],[-73.30077011893061,41.506835418448354],[-73.30085811895844,41.506823418443126],[-73.30116811905695,41.50678841842614],[-73.3024121194521,41.50664541835748],[-73.30614612063816,41.50621641815141],[-73.3072741209965,41.506087418089265],[-73.30739112103358,41.50607241808249],[-73.30742612104461,41.506067418080384],[-73.30753112107791,41.506054418074406],[-73.30756712108936,41.50605041807246],[-73.30789812119421,41.506007418053215],[-73.30962512174692,41.505880417971746],[-73.31580812372589,41.50542941768077],[-73.31786912438554,41.50527941758386],[-73.31889012471191,41.505197417534326],[-73.31938712487056,41.50515441750963],[-73.31991212500925,41.50461241738718],[-73.32052012517015,41.50398941724627],[-73.32087512526397,41.503623417163574],[-73.32105112529494,41.50317541707085],[-73.32121112532445,41.502791416991066],[-73.3213071253239,41.50224741688234],[-73.32143512531883,41.501447416722876],[-73.32144512531455,41.501318416697515],[-73.32148312530178,41.50088741661262],[-73.32155312530473,41.50054841654453],[-73.32157912530589,41.50042341651941],[-73.32172012533297,41.500103416452674],[-73.32179712535364,41.50002941643577],[-73.32202912541601,41.49980841638526],[-73.32210712543703,41.49973541636853],[-73.32250712552576,41.49903141621872],[-73.3231151256577,41.49791141598136],[-73.32461912604946,41.496263415612006],[-73.32517012619435,41.49568341548132],[-73.32525512621673,41.495594415461234],[-73.32534012623904,41.495504415440976],[-73.32551512628503,41.495319415399315],[-73.3258541263628,41.494767415281004],[-73.3262031264429,41.494199415159294],[-73.32633412647047,41.493943415105285],[-73.32653012651178,41.49356141502469],[-73.32672712655342,41.493179414944066],[-73.32676112656065,41.493114414930325],[-73.32679512656777,41.493047414916205],[-73.32680412656751,41.49299241490523],[-73.32682712656698,41.49285541487788],[-73.32684312656379,41.4927114148494],[-73.32679512654356,41.492631414835444],[-73.32663512647399,41.492327414781734],[-73.32621912630556,41.4917514146836],[-73.32559512606502,41.49109541457682],[-73.32535512596391,41.49069541450707],[-73.32508312584869,41.49023141442596],[-73.3249391257834,41.48991141436859],[-73.32487512575051,41.489703414330315],[-73.32477912571473,41.48962341431794],[-73.32487512574308,41.48957541430547],[-73.32498712576263,41.489287414245865],[-73.32522712581157,41.48879141414169],[-73.32543512585667,41.4884074140603],[-73.3257391259245,41.4878794139478],[-73.32599512598702,41.48752741387106],[-73.32612312601178,41.487239413810926],[-73.32642712608053,41.48672741370153],[-73.3266191261223,41.48637541362688],[-73.32684312617165,41.485975413541844],[-73.32692312618455,41.48575141349574],[-73.32695512618375,41.48555941345741],[-73.32703512619945,41.4853834134206],[-73.32706712619027,41.48504741335434],[-73.32705112617577,41.48488741332379],[-73.32706212617579,41.48482641331159],[-73.32711512617603,41.484535413253354],[-73.3264591259233,41.48384741314137],[-73.32465112526631,41.48263141296478],[-73.3234681248273,41.48167841281869],[-73.32341912480913,41.481639412812726],[-73.32266712451505,41.480775412669715],[-73.32221912431207,41.47978341249185],[-73.321755124076,41.47831141222129],[-73.32140012392932,41.47776841212753],[-73.32123512386127,41.47751841208441],[-73.32106912379285,41.47726741204114],[-73.32090712372568,41.477015411997534],[-73.31975512329261,41.475991411836596],[-73.31885612295909,41.475268411725764],[-73.31862712287415,41.47508441169755],[-73.3183991227896,41.474901411669514],[-73.31827512274356,41.47480141165418],[-73.31815112269757,41.474701411638826],[-73.31812312268718,41.474679411635485],[-73.31766512251602,41.474289411574794],[-73.31766012251417,41.47428541157419],[-73.31760412249322,41.47423741156671],[-73.3170271222776,41.47374641149033],[-73.31639412204102,41.47320741140649],[-73.3152261216028,41.47218341124602],[-73.31479412143392,41.47168741116389],[-73.31428212123444,41.47111141106887],[-73.31277812067891,41.469943410891474],[-73.31121012012312,41.469127410784516],[-73.31095312003366,41.469021410772385],[-73.31071311995008,41.46892241076103],[-73.31047411986685,41.46882341074967],[-73.31111312005233,41.46845041065621],[-73.31175312023818,41.46807741056273],[-73.3128741205636,41.467423410398844],[-73.31363212081645,41.467545410397626],[-73.31451912111228,41.467687410396046],[-73.31632712171537,41.46797841039313],[-73.31902112261402,41.46841241038884],[-73.32095712325973,41.46872341038558],[-73.32157512346592,41.46882341038467],[-73.32205012362363,41.46888741038148],[-73.32215012365681,41.46890041038071],[-73.32225012369005,41.468914410380144],[-73.32320312400645,41.46904241037365],[-73.32415512432253,41.46917041036721],[-73.32677512519247,41.46952341034958],[-73.3273501254011,41.46990541040486],[-73.32755912547694,41.470044410424975],[-73.32930712611112,41.47120441059275],[-73.33157012693091,41.47268541080588],[-73.3317881270091,41.47281441082376],[-73.3323131271974,41.47312541086688],[-73.33386112775261,41.47404241099399],[-73.33488512811992,41.474649411078175],[-73.3354081283075,41.47495941112116],[-73.33666312875768,41.47570341122431],[-73.33864112943283,41.47628541127221],[-73.33892612953012,41.47636941127913],[-73.34006312991819,41.47670341130655],[-73.34087113018875,41.47685141130867],[-73.3419741305582,41.477055411311966],[-73.34296613089047,41.47723841131485],[-73.34395813122266,41.47742041131753],[-73.34434513135233,41.47749241131875],[-73.34439913137041,41.477502411318916],[-73.3448401315181,41.477583411320126],[-73.34582813184902,41.47776541132291],[-73.34681613217991,41.47794741132573],[-73.34696813223081,41.47797541132615],[-73.34716313229613,41.47801141132672],[-73.34751113241268,41.47807541132768],[-73.3476641324639,41.47810341132808],[-73.3477171324836,41.47814641133467],[-73.34810313262702,41.47846041138293],[-73.34848813277006,41.478773411431014],[-73.34859913281123,41.47886241144464],[-73.34870913285214,41.47895241145849],[-73.34926413305833,41.47940341152777],[-73.3500351333211,41.47962341154509],[-73.35034213342577,41.47971141155205],[-73.35065113353107,41.47979941155897],[-73.35065813353343,41.479801411559144],[-73.35284013427649,41.480413411606065],[-73.35503113502256,41.481027411653066],[-73.3568201356318,41.48152941169157],[-73.35860813624069,41.48203141173012],[-73.35886313632751,41.48210241173548],[-73.35900013637676,41.482185411747096],[-73.35907713640447,41.482232411753664],[-73.35915513643249,41.48227941176022],[-73.35933313649647,41.48238741177531],[-73.35951213656088,41.482496411790564],[-73.35997313672664,41.48277641182974],[-73.36043313689215,41.48305741186913],[-73.36204613747225,41.48403841200639],[-73.36410413821243,41.48529041218158],[-73.36420413824689,41.48532541218506],[-73.36661913907896,41.48616841226907],[-73.36987714019517,41.48719741236136],[-73.3704451403912,41.48740141238223],[-73.37095014056567,41.48758541240128],[-73.37123714066523,41.48769741241356],[-73.37152414076475,41.48780841242565],[-73.3725441411183,41.48820041246807],[-73.37356414147177,41.48859141251031],[-73.37456414181631,41.48894041254508],[-73.37500114196756,41.48910441256249],[-73.37526414205853,41.48920241257284],[-73.37535514212958,41.48991441270801],[-73.37547114221992,41.49081841287963],[-73.37558714231024,41.491721413051025],[-73.37562714234099,41.49202641310892],[-73.37566714237175,41.492331413166774],[-73.37576414244819,41.493102413313196],[-73.37619014273268,41.49561041378582],[-73.37644114290028,41.49708741406411],[-73.37669114306755,41.498564414342475],[-73.37676514311711,41.499002414425],[-73.37705814323469,41.49938941449042],[-73.37729314332893,41.49969841454263],[-73.37752814342316,41.50000741459481],[-73.37802714362341,41.5006664147062],[-73.37852614382362,41.5013244148174],[-73.37896514399971,41.501902414915044],[-73.379562144213,41.50224041496092],[-73.38196514507163,41.50360241514585],[-73.3870651468186,41.50520241528787],[-73.3872001468692,41.505319415306104],[-73.38722314687784,41.50533941530922],[-73.38759714701808,41.50566441535992],[-73.38797014715794,41.505988415410464],[-73.38816714723175,41.50615841543692],[-73.38836314730518,41.506327415463225],[-73.3885651473809,41.50650241549051],[-73.38851014737061,41.50663141551735],[-73.38804514728416,41.50773241574627],[-73.38757914719743,41.508833415975225],[-73.38746514717619,41.509102416031155],[-73.38496514647666,41.51100241648224],[-73.38506514659674,41.51250241676988],[-73.38574314686451,41.51332241690651],[-73.38635414710586,41.514062417029855],[-73.38696514734724,41.5148024171532],[-73.38704114737001,41.51477041714449],[-73.38711614739239,41.5147374171356],[-73.3876231475441,41.51452041707677],[-73.3881301476958,41.514303417017956],[-73.38836814776697,41.51420041699012],[-73.391213148642,41.51338941673886],[-73.39182314881609,41.512984416640165],[-73.39304814919228,41.51262541653007],[-73.39336514928787,41.51250241649575],[-73.39377114940974,41.51233541644995],[-73.39454514964203,41.51201641636251],[-73.39506514979811,41.51180241630382],[-73.39979715123133,41.510075415812544],[-73.40037315140573,41.50986441575259],[-73.40210215192938,41.50923341557308],[-73.40246515203941,41.509102415535686],[-73.4026721521009,41.50900641551022],[-73.41126615465284,41.50500241444958],[-73.41155015474075,41.50493141442642],[-73.41166615477665,41.50490241441697],[-73.41186415482909,41.504701414371425],[-73.41210615490088,41.50458741434132],[-73.41259115504448,41.50435441428008],[-73.41404615547545,41.50365841409698],[-73.41416615551105,41.50360241408216],[-73.41447215560581,41.50352641405732],[-73.41456015563305,41.50350441405013],[-73.41461015564855,41.50349241404614],[-73.41461315564948,41.50349141404584],[-73.41477215569863,41.50345041403265],[-73.41482615571535,41.50343741402835],[-73.4149661557587,41.503402414016925],[-73.41655415622516,41.502576413804206],[-73.41666115625664,41.50252141378999],[-73.41746615649306,41.5021024136821],[-73.41759415653141,41.502048413667396],[-73.41899615695264,41.501480413510876],[-73.41908615697983,41.50144641350129],[-73.42023815733057,41.50105841338795],[-73.42216415791711,41.50041241319893],[-73.42369415838293,41.49989741304845],[-73.42484715873404,41.49951041293526],[-73.42546615892252,41.49930241287444],[-73.42586415904601,41.499208412843046],[-73.42785215966332,41.49874541268748],[-73.42896816000979,41.49848441259993],[-73.42937416013591,41.49839041256827],[-73.42999716032772,41.49821741251411],[-73.43076616056439,41.498002412446965],[-73.43078616056964,41.497981412442236],[-73.43088916059988,41.497927412428346],[-73.43535516188479,41.495148411741525],[-73.43573216199347,41.49491741168423],[-73.43686316231961,41.49422641151276],[-73.43706716237848,41.49410241148196],[-73.43723216242506,41.493984411453596],[-73.43736116246141,41.49389141143129],[-73.43775116257149,41.49361241136426],[-73.4377671625761,41.49360241136179],[-73.4378841626094,41.49352341134261],[-73.438023162649,41.493430411319956],[-73.43836716274716,41.49320241126435],[-73.43844516276968,41.49315541125265],[-73.43858916281133,41.4930694112312],[-73.43863916282571,41.49303841122353],[-73.43878916286907,41.492948411201105],[-73.43884016288385,41.49291841119359],[-73.43897016292136,41.49283941117396],[-73.43936116303438,41.49260541111563],[-73.43936716303615,41.49260241111486],[-73.43949816307482,41.492537411097906],[-73.43954916308982,41.492511411091186],[-73.43970116313459,41.492434411071216],[-73.43975316314996,41.492409411064656],[-73.44009516324782,41.49218741101026],[-73.44112416354245,41.49152341084739],[-73.4414671636407,41.49130241079316],[-73.44162516374242,41.49216541095537],[-73.44210216404856,41.494754411441846],[-73.44226116415068,41.4956184116042],[-73.44306716466862,41.50000241242791],[-73.44369216493706,41.50112741262545],[-73.4438331649976,41.501380412669846],[-73.44406716509815,41.50180241274394],[-73.44356716505908,41.503902413167786],[-73.44456716567615,41.50890241410434],[-73.44526716593822,41.50950241419751],[-73.44276716539738,41.51410241517226],[-73.44303616554231,41.515087415354344],[-73.44357116583022,41.51704041571529],[-73.44508716664662,41.52258241673948],[-73.4452551667325,41.52311841683781],[-73.44576216699114,41.52472641713273],[-73.44593116707738,41.52526241723103],[-73.44667916741291,41.526848417513676],[-73.44736616772114,41.5283064177735],[-73.44894916843157,41.53166741837247],[-73.45056516915702,41.53510141898441],[-73.45197916979778,41.53820741953943],[-73.4527021701256,41.53979841982373],[-73.45401817072239,41.54269542034142],[-73.45447117097072,41.54442242066099],[-73.45516417135876,41.54720342117677],[-73.45604217175679,41.54913242152133],[-73.45741017237646,41.55212942205651],[-73.4576041724644,41.55255542213259],[-73.46133417415433,41.560727423591544],[-73.46136817416975,41.56080242360493],[-73.46296317489018,41.56425742422102],[-73.46382517527955,41.566124424553934],[-73.46641117644792,41.571728425553054],[-73.46727317683741,41.573596425886066],[-73.4676531770092,41.57442142603316],[-73.46796817715143,41.57510242615453],[-73.46872817750531,41.576926426482345],[-73.46896817761704,41.57750242658588],[-73.46910717767679,41.57775142662947],[-73.46914917769487,41.57782742664278],[-73.46927617774962,41.578057426683074],[-73.4693191777681,41.57813442669655],[-73.46946817783221,41.57840242674347],[-73.47027317819726,41.580168427058574],[-73.47307217946643,41.58630342815292],[-73.47400617988991,41.5883494285178],[-73.47499318033528,41.59047442889619],[-73.47795418167168,41.596852430031774],[-73.47894118211718,41.598978430410256],[-73.47979218250103,41.60080643073557],[-73.48083618295676,41.60279143108482],[-73.48198818345969,41.60498243147031],[-73.48678618555437,41.61410243307446],[-73.48834518623502,41.617064433595324],[-73.48852918631539,41.617414433656876],[-73.48872418640698,41.6178944337432],[-73.4887681864277,41.6180034337628],[-73.48890218649068,41.61833343382215],[-73.48891318649571,41.61835843382662],[-73.48895218651326,41.618441433841376],[-73.49069318729728,41.6221524345009],[-73.49208118792235,41.62511043502652],[-73.4957141895898,41.63337943650385],[-73.49736319034682,41.63713343717442],[-73.49745219038778,41.637337437210874],[-73.49772119051124,41.637949437320174],[-73.49781119055251,41.63815343735661],[-73.49768519051342,41.638183437366585],[-73.49733319040159,41.63822343738604],[-73.49729219038976,41.638248437392235],[-73.49704819031959,41.63840043742974],[-73.49684219025738,41.63847843745167],[-73.49676319023433,41.6385224374628],[-73.49671119022624,41.638670437493126],[-73.49666019022322,41.63889943753909],[-73.49654319019982,41.6391454375905],[-73.49640419016693,41.63935143763494],[-73.49637019016046,41.639428437650956],[-73.49615719012016,41.63991543775215],[-73.4960971901088,41.64005243778061],[-73.49604019009806,41.64018343780782],[-73.49598119009194,41.64040343785229],[-73.49599419010072,41.64048043786673],[-73.49602119011824,41.64062843789443],[-73.49602519012095,41.640652437898936],[-73.4960401901277,41.64068443790463],[-73.49606919014055,41.64074243791486],[-73.49617119017695,41.6407984379223],[-73.49619519018552,41.640811437924],[-73.49622819019662,41.640818437924274],[-73.49625019020512,41.640841437927975],[-73.4962811902162,41.64085843793023],[-73.49637019025121,41.64096243794736],[-73.49635519024983,41.64102143795926],[-73.49634919026002,41.641226437999066],[-73.49634119027405,41.64150743805362],[-73.49634619029241,41.64179043810814],[-73.49634819030136,41.64193043813513],[-73.49634219031569,41.64220543818846],[-73.49636319033023,41.64233643821308],[-73.49629019031661,41.64250643824834],[-73.49621219029648,41.64259343826776],[-73.4961881902904,41.64262243827416],[-73.49604219025218,41.642777438308975],[-73.49586319020177,41.64290643833984],[-73.49583119019275,41.64292943834536],[-73.49573519016568,41.6429984383619],[-73.49570319015665,41.64302143836739],[-73.4956721901479,41.64304343837268],[-73.49562519013472,41.64307843838101],[-73.49558219012266,41.64311043838862],[-73.4955521901143,41.643133438394074],[-73.49548619009578,41.64318243840574],[-73.49528919004062,41.643330438440884],[-73.4952241900225,41.64338043845271],[-73.49520119001603,41.643397438456766],[-73.49516619000723,41.643440438466236],[-73.49500818996769,41.64363843850974],[-73.49498818996273,41.64366443851545],[-73.49496418995767,41.64371043852512],[-73.49482818992881,41.6439684385795],[-73.49477718991515,41.64401743859067],[-73.4944701898236,41.644153438627164],[-73.49444418981658,41.64417743863266],[-73.49411118972735,41.644495438705206],[-73.49386318965655,41.64465843874495],[-73.49376718962799,41.64470243875665],[-73.49329918947954,41.644759438783225],[-73.49297718938092,41.64485843881308],[-73.49267718929248,41.645008438852045],[-73.49252318924634,41.64507343886973],[-73.4925001892397,41.6450874388732],[-73.49226718917295,41.645236438909755],[-73.49210718912516,41.64530643892859],[-73.49183718904253,41.645390438953825],[-73.49156618895988,41.64547943898005],[-73.49147718893282,41.64551043898899],[-73.49144018892142,41.645520438992165],[-73.49139618890821,41.6455384389971],[-73.49087918875088,41.645714439048305],[-73.49068118871102,41.646126439134505],[-73.49033018861121,41.64636443919217],[-73.49013218854998,41.6464154392086],[-73.49003018851731,41.64642243921337],[-73.48989818846933,41.646335439200946],[-73.48978818842582,41.64620343917912],[-73.4897741884197,41.64617643917436],[-73.48975918839986,41.645923439125966],[-73.48973718839035,41.645883439118975],[-73.48967818837009,41.64586443911727],[-73.4895321883239,41.645884439126],[-73.48945218830032,41.64592443913639],[-73.48933418826807,41.64602643916002],[-73.48929018825508,41.64604843916574],[-73.48910718819766,41.64608143917821],[-73.48860318802863,41.645988439177],[-73.48838318795204,41.64590043916733],[-73.48829418791831,41.64581843915446],[-73.48828018790496,41.64566943912613],[-73.48814818785989,41.645631439123186],[-73.48807518783768,41.645656439130455],[-73.48798718781704,41.64579043915926],[-73.48773918775184,41.64604843921737],[-73.48779018777455,41.64615243923577],[-73.48773118776286,41.64627843926207],[-73.48754218771072,41.64643343929832],[-73.48737218766236,41.64654843932617],[-73.48721818762506,41.64676243937266],[-73.48708018757986,41.646755439375895],[-73.48698518755033,41.64677743938332],[-73.48691118752858,41.64681543939311],[-73.48683818751684,41.64701743943458],[-73.48680918750956,41.647053439442494],[-73.48672918748407,41.6470614394467],[-73.48658218743384,41.647018439443286],[-73.48653118741724,41.647017439444795],[-73.48633318734969,41.64696143944056],[-73.48565318712154,41.646834439438656],[-73.48540418704079,41.64683543944714],[-73.48508918694954,41.64702043949336],[-73.48503818693665,41.64708243950704],[-73.48495018691845,41.64725743954378],[-73.4847971868735,41.64733643956412],[-73.48468718684384,41.6474384395875],[-73.48515318701727,41.64781443964462],[-73.48551418715772,41.64820843970874],[-73.48636918749041,41.64914243986072],[-73.48771318800034,41.65039044005708],[-73.48929718861847,41.65215044034432],[-73.48942418866801,41.65229144036734],[-73.49032118901796,41.653286440529676],[-73.49086518924373,41.65411844067227],[-73.49140918947612,41.655062440836495],[-73.49180218965019,41.655848440975234],[-73.49188918968873,41.65602244100594],[-73.4919821897356,41.65630444105731],[-73.4924011899477,41.65759044129175],[-73.49274519011048,41.658454441447155],[-73.49302519024302,41.65915844157381],[-73.49339319043067,41.66031044178402],[-73.4936491905469,41.66087044188367],[-73.49396919066591,41.661126441922434],[-73.4943081907842,41.66126644193818],[-73.49443319082783,41.66131844194406],[-73.49445819083572,41.66131444194246],[-73.49472119091845,41.66127044192521],[-73.49486519096233,41.661222441911136],[-73.49514519104122,41.6610204418628],[-73.4954411911246,41.66080644181161],[-73.49620919133778,41.660198441668605],[-73.49686519151463,41.65959044152933],[-73.49748919169056,41.659142441422034],[-73.49795319182685,41.65890144136001],[-73.49828919193399,41.65886944134264],[-73.49855319202588,41.65897444135413],[-73.49876919210111,41.65906144136374],[-73.49956919238628,41.659493441420516],[-73.50062519276413,41.660087441500046],[-73.50107719292583,41.660341441534044],[-73.50152819308722,41.66059544156807],[-73.50161719311906,41.66064544157476],[-73.50285019355465,41.661244441649345],[-73.5032351936907,41.661432441672815],[-73.50395319394435,41.66178144171629],[-73.50441319411277,41.66210444176334],[-73.50502519433675,41.662533441825786],[-73.50629019479466,41.66333344193812],[-73.50669719495083,41.663740442003146],[-73.50673819496657,41.66378144200971],[-73.50693019504405,41.66403744205272],[-73.50686619506216,41.66469344218154],[-73.50680219507079,41.665189442279434],[-73.5068341951087,41.66565344236796],[-73.5069241951472,41.66581044239529],[-73.50702219518224,41.66586544240265],[-73.50804019552682,41.666105442415045],[-73.5091661958993,41.66622544240067],[-73.5093561959622,41.66624644239841],[-73.5098211961183,41.666334442399894],[-73.51038019630987,41.66650644241445],[-73.51115019655914,41.66649644238687],[-73.5138211973967,41.666005442203],[-73.5147851977029,41.66589444214944],[-73.5152791978654,41.665931442140106],[-73.51595119808565,41.66596844212484],[-73.51602019810827,41.66597244212332],[-73.51672719835587,41.666279442159],[-73.51728419855355,41.666565442195655],[-73.51762419867332,41.66672444221502],[-73.5180741988197,41.666730442201164],[-73.51808119882202,41.66673144220111],[-73.5180721988226,41.66679044221282],[-73.51806519882395,41.66685144222483],[-73.51801219884999,41.66758044236734],[-73.51783119894242,41.67012844286532],[-73.51777119897338,41.67097844303141],[-73.51776819897454,41.67101444303846],[-73.51776219897917,41.67112544306009],[-73.51776019898072,41.67116244306732],[-73.51756419911203,41.67444744370798],[-73.51698019950751,41.684303445629816],[-73.51678619963967,41.68758944627042],[-73.51674019964997,41.68801444635396],[-73.51660619968233,41.68929144660485],[-73.51656219969334,41.68971744668853],[-73.51645219973575,41.69103244694593],[-73.51612619986427,41.69497744771798],[-73.5160591998904,41.69578344787572],[-73.51601819990739,41.696293447975485],[-73.51542920006797,41.702213449137204],[-73.51506820016665,41.705845449849846],[-73.51429020037924,41.713669451384774],[-73.51421120040563,41.71454445155615],[-73.51388920051491,41.71813945226014],[-73.51372320057064,41.71998245262104],[-73.51319120075053,41.72590945378152],[-73.51297220083497,41.72852345429275],[-73.51270820093792,41.73169345491264],[-73.51231820108944,41.73636645582637],[-73.51211520116863,41.73880345630282],[-73.51210020117438,41.738981456337626],[-73.51205920118767,41.739428456425145],[-73.5119372012279,41.740769456687644],[-73.51193120123054,41.740846456702684],[-73.51192220123377,41.74094945672284],[-73.51190820124515,41.74121745677495],[-73.51183920130262,41.74255845703568],[-73.51163320147552,41.74658445781834],[-73.51156520153336,41.74792645807919],[-73.51151420157531,41.7489084582701],[-73.5114542016269,41.75010145850196],[-73.51136420170212,41.7518544588427],[-73.51131420174447,41.75283745903375],[-73.5113032017478,41.752953459056464],[-73.51127320175871,41.75330045912431],[-73.51126320176245,41.753417459147194],[-73.51125020176752,41.75357345917767],[-73.51119920180524,41.75448445935489],[-73.51102120193839,41.757688459978056],[-73.51096220198293,41.75875746018593],[-73.51041720216483,41.76477746136364],[-73.50961620243254,41.77362846309489],[-73.50878120271084,41.78283846489597],[-73.50848220281134,41.786149465543325],[-73.50817820287399,41.78885346607395],[-73.50811620289387,41.78952346620498],[-73.5079312029537,41.79153246659786],[-73.50787020297396,41.792203466729035],[-73.50771320302523,41.79391646706395],[-73.50746220310798,41.796667467601765],[-73.50724120317899,41.79905846806927],[-73.50708920322823,41.800709468392036],[-73.50708420323038,41.80077246840432],[-73.50588220366278,41.81454347109385],[-73.50524620389183,41.82183047251666],[-73.50525020389476,41.82185847252191],[-73.50525820390588,41.82200047254895],[-73.5053162040405,41.823936472919314],[-73.50531320404023,41.82394847292173],[-73.50528820403834,41.824052472942554],[-73.50528120404168,41.82414647296088],[-73.50525720405045,41.824423473014946],[-73.50430820432226,41.8341214749114],[-73.50193820500213,41.858339479645316],[-73.5019542050153,41.85847247967034],[-73.50198520504053,41.85872547971792],[-73.50179320508406,41.86049348006402],[-73.50113720523433,41.86655848125113],[-73.50102120526145,41.86764048146287],[-73.50094520527877,41.86834148160006],[-73.50091820528435,41.86858048164688],[-73.50078220531357,41.86980548188673],[-73.50037320540106,41.873482482606676],[-73.50023820543069,41.87470848284667],[-73.50016120544666,41.8753924829806],[-73.49993320549575,41.877446483382705],[-73.49990520550193,41.877701483432624],[-73.499892205507,41.877856483462814],[-73.49986420551444,41.878132483516765],[-73.49978520553405,41.878887483664386],[-73.49955020559352,41.881152484107204],[-73.49947320561382,41.881908484254964],[-73.49944520561961,41.88215648430353],[-73.4993642056381,41.88290348444966],[-73.49933720564425,41.883152484498375],[-73.49918420567822,41.88454748477136],[-73.49872620578053,41.88873448559059],[-73.49857420581486,41.89013048586369],[-73.49857320581474,41.89013348586431],[-73.49857220581495,41.89014248586607],[-73.49857220581518,41.89014648586686],[-73.49851820582607,41.89062048595964],[-73.4983582058594,41.89204248623799],[-73.49830520587068,41.89251748633096],[-73.4982962058761,41.89265648635793],[-73.49732020639202,41.90653448905428],[-73.49731720639356,41.90657648906245],[-73.4970542065762,41.911040489927856],[-73.49705720657953,41.91107948993524],[-73.49705820658104,41.91109948993905],[-73.4970572065853,41.911175489953656],[-73.4967562069073,41.91816349130446],[-73.49667920699024,41.91995949165158],[-73.49660220707321,41.92175649199888],[-73.4966002070755,41.921805492008346],[-73.49659320707467,41.92182949201318],[-73.49653020708784,41.92238949212272],[-73.4965272070885,41.92241649212799],[-73.49600820724726,41.92786449319037],[-73.494592207681,41.94273049608853],[-73.49445120772414,41.9442094963768],[-73.49444820772545,41.9442474963842],[-73.49393820788171,41.949599497427286],[-73.49393120788297,41.94965849743882],[-73.49392920788274,41.94966549744023],[-73.49392720788342,41.94968749744451],[-73.49392620788358,41.94969549744607],[-73.49385020789263,41.95025649755616],[-73.49362620792115,41.95194049788647],[-73.4935512079306,41.95250249799671],[-73.49352820793322,41.95267049802968],[-73.49347020794133,41.9531184981175],[-73.49346220794209,41.9531744981285],[-73.49344020794511,41.95334349816163],[-73.49343320795224,41.95349949819177],[-73.49342720795885,41.95364149821919],[-73.4934162079699,41.95388449826613],[-73.49341220797369,41.953969498282554],[-73.49340520798087,41.95412649831289],[-73.49339920798555,41.95423649833416],[-73.49339620798891,41.95430849834806],[-73.49338820799728,41.95449049838322],[-73.4933842080006,41.9545674983981],[-73.49338120800324,41.95462749840972],[-73.49339320801009,41.9546764984187],[-73.4933832080119,41.95476049843513],[-73.49338220801206,41.954768498436714],[-73.49331420802643,41.95537449855514],[-73.49308020807659,41.95747149896487],[-73.49300220809337,41.958171499101645],[-73.49299820809382,41.95820049910734],[-73.49298920809632,41.95829049912489],[-73.49298920809662,41.958295499125846],[-73.4929882080978,41.95832049913068],[-73.49297620810667,41.95853249917171],[-73.49296420811078,41.95866549919758],[-73.4928742081439,41.95970149939915],[-73.49284520815529,41.96004749946642],[-73.49283520815825,41.96015049948651],[-73.49272220820045,41.96146149974153],[-73.49255820826234,41.963374500113595],[-73.49235620833707,41.965705500567054],[-73.4922422083792,41.96702050082282],[-73.4922362083822,41.96710250083873],[-73.49222720838434,41.96718650085514],[-73.49222420839311,41.967348500886274],[-73.49167620862929,41.97422550222219],[-73.49150320870373,41.976394502643494],[-73.49111520887179,41.981275503591434],[-73.49064120907627,41.98722350474649],[-73.49042220917087,41.98997350528047],[-73.48961620951971,42.00010050724648],[-73.48951820962743,42.00241350769256],[-73.48947220967838,42.003505507903135],[-73.4892242099509,42.0093555090312],[-73.48912721005908,42.01166950947733],[-73.48912321006327,42.01176050949489],[-73.48911921006753,42.01185250951261],[-73.48907821011295,42.012825509700214],[-73.48894521026098,42.01599251031073],[-73.48893221027504,42.01629551036916],[-73.4889082103021,42.01687251048038],[-73.48890121030132,42.01689751048539],[-73.48887321032568,42.017451510592345],[-73.48886021033667,42.017703510641],[-73.48882321037037,42.0184605107871],[-73.48881121038174,42.018713510835916],[-73.4887842104066,42.01927051094339],[-73.48870421048174,42.02094451126639],[-73.48868221050255,42.02140751135572],[-73.48868421050675,42.02146651136694],[-73.48868221050834,42.021503511374085],[-73.48866921051977,42.021762511424086],[-73.48863121055442,42.02254051157422],[-73.48862121056432,42.02275851161626],[-73.48861421056455,42.02279951162433],[-73.48854321062912,42.02425051190433],[-73.488333210824,42.02860551274454],[-73.48826321088899,42.03005751302466],[-73.48807321106399,42.03397451378029],[-73.48761721148665,42.04341651560137],[-73.48750421158974,42.04572851604726],[-73.48748921160374,42.046040516107425],[-73.48747321161973,42.04639051617488],[-73.48731521176532,42.04964651680277],[-73.48341921050313,42.049749516953426],[-73.48272521027832,42.04976851698038],[-73.47732720852335,42.04980951716964],[-73.47173020670819,42.04992751738027],[-73.46783520544503,42.05001051752698],[-73.4676552053866,42.05001351753359],[-73.46711820521249,42.05002551755393],[-73.46694020515477,42.050029517560674],[-73.465767204774,42.05004851760371],[-73.46225020363255,42.050109517733496],[-73.46107820325216,42.05012951777667],[-73.45842120238974,42.05017451787448],[-73.45045019980249,42.050310518168075],[-73.44779419894041,42.05035651826602],[-73.4459621983457,42.05038651833324],[-73.44046719656204,42.050480518535586],[-73.43863619596773,42.05051251860312],[-73.43826619584762,42.05051851861668],[-73.4371581954881,42.05053951865786],[-73.43678919536835,42.050546518671574],[-73.43678019536542,42.05054651867187],[-73.43675319535663,42.050546518672775],[-73.43674519535408,42.05054751867325],[-73.43511519482443,42.05056651873154],[-73.43281319407656,42.0505955188143],[-73.43022819323224,42.050553518892954],[-73.42860019270057,42.050528518942755],[-73.42859419269861,42.05052851894296],[-73.42857719269307,42.050528518943544],[-73.42857219269145,42.0505285189437],[-73.42638819197812,42.05049351901023],[-73.42622919192635,42.05049351901555],[-73.42616919190674,42.05049251901738],[-73.42605519186944,42.05048951902063],[-73.42262519074718,42.05040251911899],[-73.42248419070103,42.05039851912294],[-73.42072819012647,42.0503535191732],[-73.41504018826535,42.05020851933609],[-73.41314418764497,42.050160519390424],[-73.41153618711884,42.050119519436464],[-73.40671418554122,42.049999519575046],[-73.40510718501551,42.04996051962141],[-73.4008551836228,42.04982951973876],[-73.39166718061337,42.049547519992416],[-73.3881011794461,42.04945052009322],[-73.3838501780546,42.049335520213475],[-73.38213217749221,42.04928852026197],[-73.37697817580506,42.0491485204076],[-73.37526117524303,42.04910252045623],[-73.37517517521485,42.04909952045853],[-73.37502317516503,42.04909452046265],[-73.3749471751405,42.04909852046598],[-73.37491817513107,42.049098520466934],[-73.37483317510363,42.04910252047054],[-73.37456217501597,42.04911252048152],[-73.37293417448353,42.04907652052908],[-73.36723717262053,42.04895452069624],[-73.36533817199957,42.04891452075208],[-73.36139817071108,42.04882952086751],[-73.35637216906748,42.04872252101501],[-73.349583166843,42.048506521200515],[-73.34564516555274,42.04838252130833],[-73.34484616529161,42.04836852133234],[-73.34244916450837,42.04832852140474],[-73.34165016424731,42.04831552142894],[-73.34159716422998,42.04831452143053],[-73.34151916420451,42.04831352143294],[-73.34143916417833,42.048311521435224],[-73.3413871641614,42.04831152143694],[-73.3412831641274,42.048309521440046],[-73.34097316402611,42.048304521449445],[-73.3408701639925,42.04830352145268],[-73.3408281639787,42.048301521453716],[-73.34076516395811,42.048300521455616],[-73.34070216393752,42.04829952145753],[-73.34066016392386,42.04829952145893],[-73.34062516391239,42.048298521459905],[-73.3405751638961,42.04829852146158],[-73.34052316387911,42.04829752146313],[-73.34048916386801,42.04829752146426],[-73.34008316373553,42.048293521477056],[-73.33958316357149,42.048274521490114],[-73.33686816268123,42.04817752156221],[-73.33596416238481,42.04814552158626],[-73.32833815989056,42.04798052180924],[-73.32772915969144,42.04796852182725],[-73.32763015965897,42.0479645218298],[-73.3267451593692,42.04794052185474],[-73.32564815900979,42.04790652188483],[-73.32416615852433,42.04786252192587],[-73.31972015706796,42.047730522048944],[-73.31924715691302,42.047716522062046],[-73.31823915658283,42.04768652208992],[-73.31698815617307,42.047649522124566],[-73.31323615494401,42.04753852222847],[-73.31198615453455,42.04750152226307],[-73.31197015452928,42.04750052226342],[-73.31192515451455,42.047499522264715],[-73.31191015450966,42.04749952226521],[-73.31188915450277,42.04749852226573],[-73.31182715448244,42.047496522267416],[-73.31180715447591,42.0474965222681],[-73.31029015397924,42.04745552231081],[-73.30877415348286,42.04741452235351],[-73.30540115237794,42.04731452244683],[-73.30416515197301,42.04727752248096],[-73.29626614938556,42.04704652270001],[-73.29589414926365,42.0470345227101],[-73.29558914916264,42.04700752271511],[-73.29474614888366,42.046935522729406],[-73.29460914883806,42.046919522730924],[-73.29383114857913,42.046828522739425],[-73.29338714843267,42.046798522748475],[-73.28850114683722,42.046740522900144],[-73.2884721468277,42.046739522900914],[-73.288239146751,42.04672652290619],[-73.28820614674014,42.0467245229069],[-73.28812914671487,42.04672152290891],[-73.28785814662574,42.04670752291525],[-73.28754314652251,42.04669752292383],[-73.28731114644654,42.046691522930416],[-73.28715514639542,42.04668652293464],[-73.28699914634427,42.04668152293888],[-73.28659014621034,42.04667052295041],[-73.28618114607644,42.04665952296192],[-73.28615414606759,42.04665852296263],[-73.28607314604099,42.046655522964755],[-73.28604714603253,42.04665552296562],[-73.286021146024,42.04665452296628],[-73.28594414599874,42.04665152296828],[-73.28591914599059,42.046651522969114],[-73.28321114510356,42.04657352304438],[-73.27508614244216,42.046340523270295],[-73.2723791415555,42.04626352334567],[-73.27221914150313,42.04625952335022],[-73.27190714140086,42.046249523358696],[-73.27049414093793,42.0462075233977],[-73.2700231407836,42.046193523410686],[-73.26860514031897,42.04615052344965],[-73.26435313892584,42.04602352356681],[-73.26293613846158,42.045981523605924],[-73.26168013805004,42.04594352364043],[-73.25791413681608,42.04583052374408],[-73.25665913640489,42.04579352377875],[-73.25641913632674,42.045794523786924],[-73.25570013609286,42.045801523812166],[-73.2554611360151,42.045803523820496],[-73.25523713594163,42.04579552382642],[-73.25456513572121,42.045771523844174],[-73.25434213564806,42.045763523850056],[-73.25020213428836,42.04558652395385],[-73.24953313406868,42.045558523970726],[-73.24220813166923,42.04535152417459],[-73.23777913021473,42.04516552428618],[-73.23745413010806,42.0451525242945],[-73.23363712886065,42.04509452441022],[-73.23357612884072,42.045093524412046],[-73.23339512878157,42.04509052441749],[-73.233335128762,42.04509052441948],[-73.23325712873647,42.04508852442169],[-73.23302312865994,42.04508452442871],[-73.23294512863448,42.0450835244311],[-73.23256612850933,42.04505652443853],[-73.23143212813494,42.044975524460696],[-73.2313531281089,42.044970524462364],[-73.2310541280102,42.04494952446827],[-73.23080312792762,42.04493652447412],[-73.23005012767989,42.04489752449165],[-73.22979912759739,42.0448855244977],[-73.22933312744503,42.044877524511655],[-73.22863112721552,42.044865524532675],[-73.22682512662522,42.04483652458709],[-73.22513012607006,42.04479052463459],[-73.22396312568793,42.0447605246676],[-73.22026812447803,42.04466552477212],[-73.21951512423148,42.044646524793464],[-73.21098212143798,42.044438525036895],[-73.20918612084947,42.04438552508635],[-73.2054931196395,42.044279525188585],[-73.203573119011,42.04423452524368],[-73.20292611879923,42.044219525262264],[-73.19781611712568,42.04408552540611],[-73.19589811649756,42.04403552546015],[-73.19575211644975,42.04403152546424],[-73.195533116378,42.044025525470346],[-73.19531411630626,42.04401952547646],[-73.1951681162585,42.04401652548072],[-73.19511911624241,42.04401452548196],[-73.19504611621848,42.04401252548402],[-73.19497311619457,42.04401052548604],[-73.19492511617888,42.044009525487446],[-73.19482711614675,42.04400652549012],[-73.19468111609899,42.044003525494375],[-73.19453411605083,42.0439995254985],[-73.1944371160191,42.043997525501325],[-73.19416411592964,42.043989525508856],[-73.19375511579572,42.0439795255205],[-73.19334811566242,42.043968525531895],[-73.19307611557339,42.043962525539754],[-73.19288911551209,42.04395652554481],[-73.19114011493889,42.04390452559285],[-73.18533511303656,42.04373352575254],[-73.18340011240248,42.04367752580598],[-73.18116311166938,42.04361152586746],[-73.17780911057025,42.04351352595983],[-73.17445510947107,42.04341452605202],[-73.17221910873833,42.04334952611364],[-73.17175010858443,42.04333252612592],[-73.17034210812253,42.04328352616317],[-73.16987410796904,42.04326752617562],[-73.16928910777719,42.043248526191356],[-73.16901510768734,42.04323952619872],[-73.16644010684318,42.04315952626867],[-73.16558210656194,42.04313352629211],[-73.16325410579879,42.04306152635541],[-73.15864110428654,42.04291952648094],[-73.15627110351102,42.04287052655001],[-73.15394310274932,42.042823526618065],[-73.15019510152288,42.042746526727356],[-73.14817410086162,42.04270552678638],[-73.13895409783952,42.042431527038914],[-73.13594109685192,42.04234252712151],[-73.13572909678157,42.04232152712449],[-73.13520909661138,42.042310527139584],[-73.13512309658321,42.04230852714205],[-73.13486509649893,42.042305527150006],[-73.13477909647084,42.04230452715265],[-73.1339400961957,42.042277527175244],[-73.13259409575438,42.042235527211695],[-73.13142509537117,42.04220052724366],[-73.13058709509654,42.042176527266754],[-73.13036609502402,42.04216852727254],[-73.12970609480747,42.04214552728994],[-73.12948609473534,42.042138527295876],[-73.12903809458832,42.04212252730761],[-73.12836809436857,42.04210052732555],[-73.12769709414844,42.04207752734333],[-73.12725009400181,42.042062527355235],[-73.1257910935243,42.04203152739753],[-73.12455309311913,42.042005527433446],[-73.12141709208943,42.04188352751372],[-73.12022709169872,42.041837527544246],[-73.11996009161172,42.04183852755326],[-73.11973409153822,42.04184152756129],[-73.1177600908924,42.041804527619455],[-73.11675509056296,42.0417745276469],[-73.10714208741173,42.04148952790984],[-73.10393808636141,42.04139452799744],[-73.10320108611982,42.04137252801756],[-73.10209608575755,42.04133952804773],[-73.10099008539497,42.04130652807791],[-73.10025408515368,42.041284528098004],[-73.09634808387318,42.04116852820472],[-73.09551508360002,42.04114252822723],[-73.09345808292564,42.04108052828324],[-73.0870560808267,42.0408885284577],[-73.0812980789381,42.04070252861201],[-73.07656007738402,42.04054952873897],[-73.07644507734634,42.04054652874217],[-73.07440907667701,42.04045552879188],[-73.06795707455602,42.0401685289496],[-73.0676640744597,42.04015552895677],[-73.06580507385188,42.04012852901287],[-73.06383407320735,42.04009852907207],[-73.05940407175883,42.04003352920561],[-73.05792207127323,42.039994529246954],[-73.05595207062781,42.039944529302275],[-73.05579007057467,42.03993952930664],[-73.05530707041646,42.039927529320266],[-73.05514607036373,42.039923529324795],[-73.05333006976882,42.039878529376],[-73.05325506974384,42.03986952937674],[-73.05298906965527,42.03983852937956],[-73.05272406956712,42.03980952938273],[-73.05203806933872,42.039730529390205],[-73.05000806867407,42.03968652944863],[-73.04896306833203,42.039665529479024],[-73.04887006830158,42.03966352948169],[-73.04827806810776,42.03965052949871],[-73.04622606743594,42.03960652955784],[-73.04554206721203,42.039592529577675],[-73.04539806716484,42.03958852958166],[-73.04428806679994,42.0395395296088],[-73.04085606567591,42.039459529706484],[-73.03689106437727,42.03936652981917],[-73.03684406436193,42.03936652982071],[-73.03671306431903,42.03936352982445],[-73.0361430641323,42.03934952984053],[-73.03295806308905,42.039273529930774],[-73.03006406214115,42.03920553001298],[-73.02470706038983,42.0391355301758],[-73.02340505996418,42.03911853021537],[-73.02022105892325,42.03907753031223],[-73.01834505830897,42.03903653036605],[-73.01271905646666,42.03891353052746],[-73.01133405601314,42.038883530567254],[-73.01107905592986,42.038881530575246],[-73.01084405585308,42.038879530582584],[-73.01042405571587,42.03887553059563],[-73.00916505530462,42.03886553063511],[-73.00874605516776,42.03886253064831]]]},"properties":{"name":"Litchfield"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.78765863394621,41.63992649241158],[-71.78780463399417,41.63993149240806],[-71.78824563413914,41.639948492397835],[-71.78832363416483,41.63995249239622],[-71.78837463418158,41.63995449239505],[-71.78839063418685,41.639955492394755],[-71.78850663422513,41.63996249239255],[-71.78885463434003,41.63998549238636],[-71.78897263437908,41.639994492384474],[-71.78910963442425,41.640002492381846],[-71.78952363456095,41.640029492374374],[-71.78966263460681,41.64003849237187],[-71.79030363481844,41.64008049236036],[-71.79222763545378,41.64020849232623],[-71.7928696356658,41.640251492314874],[-71.7934036358421,41.6402864923053],[-71.79357663589914,41.64029649230196],[-71.79570063660044,41.64043649226397],[-71.79632063680525,41.64047949225331],[-71.796401636832,41.64048449225179],[-71.79640863683427,41.640484492251574],[-71.79854563753976,41.640623492212995],[-71.8049576396567,41.64104349209782],[-71.80501163967449,41.64104649209674],[-71.80679664026385,41.64116449206487],[-71.80709664036331,41.64119149206093],[-71.80715564038306,41.64120049206086],[-71.80872464090103,41.6413024920325],[-71.8125036421486,41.64154949196445],[-71.81343764245693,41.641610491947624],[-71.81430264274255,41.64166749193213],[-71.81500864297564,41.641714491919586],[-71.81546864312739,41.641742491910904],[-71.81684864358309,41.64183449188638],[-71.81730564373407,41.64186649187856],[-71.8173106437357,41.64186649187842],[-71.81743764377761,41.64187449187607],[-71.81787664392075,41.64187049186179],[-71.81958064447646,41.641856491806706],[-71.82008964464244,41.64185249179029],[-71.8201436446603,41.6418564917894],[-71.82014864466193,41.64185649178924],[-71.82551864643635,41.64223749169828],[-71.8416326517609,41.64338349142555],[-71.84699265353203,41.64376549133489],[-71.84700565353627,41.64376549133449],[-71.84703365354552,41.643767491334025],[-71.8482776539547,41.64382149130624],[-71.85209365520974,41.64398649122085],[-71.85336765562877,41.64404249119253],[-71.85368165573203,41.64405549118539],[-71.8546266560429,41.64409749116445],[-71.85494165614651,41.64411149115749],[-71.85512065620546,41.64412049115373],[-71.85539565629603,41.64413449114799],[-71.85566165638348,41.64414549114193],[-71.85584165644268,41.64415349113793],[-71.85617065655059,41.644162491129556],[-71.85715765687485,41.64419849110616],[-71.85748165698124,41.64420949109832],[-71.8574876569832,41.644209491098145],[-71.85757365701144,41.64421249109607],[-71.85771065705646,41.64421749109282],[-71.85783165709651,41.64422749109104],[-71.85791765712503,41.64423549108997],[-71.86318265880766,41.64356949079829],[-71.87451666242984,41.642137490170605],[-71.87899466386897,41.6417194899513],[-71.88427966556748,41.64122748969269],[-71.88430766557643,41.64122448969123],[-71.88430966557709,41.641224489691176],[-71.88439366560404,41.641215489686836],[-71.88442266561334,41.64121248968536],[-71.8889486670658,41.64075348945653],[-71.89968967051283,41.63966748891401],[-71.90252667142319,41.639379488770466],[-71.90705367287596,41.63892248854188],[-71.9070646728795,41.63892148854133],[-71.90720067292314,41.638907488534414],[-71.9074546730043,41.638875488520355],[-71.9086576733887,41.63872448845387],[-71.9090586735169,41.63867448843177],[-71.90906167351787,41.638674488431676],[-71.90906967352042,41.63867348843123],[-71.9115936743303,41.63841748830353],[-71.91919867677059,41.63764748791897],[-71.9212236774204,41.637443487816746],[-71.92173467758437,41.63739148779086],[-71.92473167854595,41.637087487639164],[-71.92604567896763,41.6369554875729],[-71.92768267949285,41.63678948749005],[-71.9337226814308,41.63617748718439],[-71.93671968239236,41.63587448703286],[-71.93674168239944,41.635872487031776],[-71.93732468258645,41.6358124870021],[-71.93914268316978,41.6356294869103],[-71.939741683362,41.635569486880115],[-71.93974968336461,41.635569486879874],[-71.94008168347099,41.63553348686262],[-71.94073768368143,41.635466486829294],[-71.94127568385407,41.635412486802174],[-71.94370068463205,41.63516648667935],[-71.94468868494916,41.63506848662975],[-71.94501868505499,41.63503448661294],[-71.94600868537268,41.63493548656307],[-71.94622568544236,41.63491448655229],[-71.94633468547732,41.634903486546776],[-71.94633968547889,41.634902486546416],[-71.94745868583792,41.63478948648985],[-71.94961668653026,41.63457148638071],[-71.95081668691519,41.63444848631968],[-71.95135168708688,41.634395486292824],[-71.95193668727457,41.63433648626325],[-71.9519746872873,41.63434248626325],[-71.95202768730505,41.634350486263166],[-71.95209468732745,41.63436048626304],[-71.9521346873409,41.634367486263166],[-71.95216368735058,41.63437148626304],[-71.95225068737969,41.63438448626288],[-71.9522816873901,41.63438948626289],[-71.9528216875709,41.634472486262325],[-71.95366668785387,41.634603486261646],[-71.95444268811374,41.63472348626098],[-71.95498368829493,41.63480748626058],[-71.95502568830896,41.63481348626045],[-71.9551536883519,41.63483448626059],[-71.95519668836631,41.634841486260605],[-71.95545868845436,41.634887486261434],[-71.95624468871864,41.63502848626453],[-71.95649168880166,41.635072486265464],[-71.95650868880739,41.635075486265514],[-71.956736688884,41.63511548626624],[-71.95689768893797,41.635141486266306],[-71.95806768933028,41.63533148626704],[-71.95845868946142,41.63539548626739],[-71.96087269027083,41.635787486268924],[-71.96811969270078,41.636964486273435],[-71.97053569351091,41.63735748627505],[-71.97090169363359,41.63741648627519],[-71.97200069400213,41.63759548627595],[-71.9723676941252,41.637655486276266],[-71.97255069418651,41.63768448627624],[-71.97309869437032,41.63777448627677],[-71.97324969442097,41.63779948627695],[-71.97328369443234,41.63780448627687],[-71.97343969448464,41.63782948627689],[-71.97391369464363,41.63790748627736],[-71.97407269469696,41.6379334862775],[-71.97430869477606,41.63797148627758],[-71.97501669501347,41.63808648627801],[-71.97525369509295,41.63812548627826],[-71.9753846951368,41.63814548627809],[-71.97551669518116,41.63816848627849],[-71.97591669531526,41.63823348627873],[-71.97704369569315,41.63841648627939],[-71.97790669598244,41.63855548627969],[-71.97857169620548,41.63866448628028],[-71.97868769624432,41.63868248628019],[-71.979041696363,41.6387394862803],[-71.9791596964026,41.638759486280534],[-71.97937569647502,41.638794486280645],[-71.97971269658804,41.63884948628092],[-71.98137469714531,41.639119486281906],[-71.98192869733118,41.63921148628262],[-71.98389269798966,41.63952948628359],[-71.98978469996538,41.64048948628762],[-71.99174870062399,41.64080948628894],[-71.99175370062561,41.64080948628879],[-71.99410770141495,41.64119248629028],[-71.99478470164192,41.64130248629066],[-71.99637970217667,41.641560486291354],[-71.99951970322948,41.64207048629312],[-72.01027270683583,41.64383348630225],[-72.01056970693546,41.643882486302566],[-72.01490270838866,41.64459348630628],[-72.01492070839471,41.64459648630629],[-72.0156527086402,41.64471648630691],[-72.0179027093948,41.64508548630879],[-72.01849970959502,41.6451834863093],[-72.01865370964667,41.64520848630936],[-72.01865470964698,41.64520848630933],[-72.02116771048951,41.645615486310426],[-72.0254207119156,41.64630848631307],[-72.02871171301904,41.64684248631462],[-72.03121671385898,41.647250486316096],[-72.03122771386263,41.64725148631594],[-72.03610871549951,41.648050486319576],[-72.05075672041158,41.65044448632945],[-72.05543072197898,41.65120848633253],[-72.05563872204877,41.65124348633286],[-72.05565972205584,41.65124748633298],[-72.05625172225434,41.651343486333204],[-72.05808972287072,41.651644486334526],[-72.05870372307665,41.65174548633505],[-72.0587057230773,41.65174548633499],[-72.05881572311418,41.65176348633506],[-72.05893872315542,41.65178348633511],[-72.05920872324602,41.65182848633547],[-72.05954172335773,41.65188348633578],[-72.05964072339091,41.65189948633582],[-72.05987472346935,41.65193748633592],[-72.06000972351463,41.651959486335976],[-72.06030372361282,41.65200048633481],[-72.06090572381396,41.652085486332595],[-72.0615977240451,41.65218248632989],[-72.0620297241895,41.65224448632852],[-72.06205172419686,41.65224748632841],[-72.06207372420421,41.65225048632832],[-72.06220372424778,41.65227148632833],[-72.06224772426253,41.652278486328335],[-72.063960724837,41.65255948632962],[-72.06910172656124,41.6534044863338],[-72.07061572706904,41.65365348633504],[-72.07081572713611,41.65368648633523],[-72.07123872727794,41.65375548633546],[-72.07513172858316,41.654387486337036],[-72.07569472877196,41.65447948633739],[-72.08808273292541,41.656492486342565],[-72.09239973437282,41.65719448634438],[-72.0924077343756,41.65719748634472],[-72.09271873448124,41.6572724863496],[-72.09306273459724,41.65734048635208],[-72.09343173472163,41.65741248635457],[-72.09653773576872,41.658020486375854],[-72.09735973604587,41.65818248638169],[-72.09757373611798,41.658223486383],[-72.0980437362762,41.65831148638542],[-72.0994557367517,41.65857848639327],[-72.09969573683254,41.658624486394714],[-72.09992873691073,41.65866348639503],[-72.10016473698994,41.65870348639544],[-72.10037773706111,41.65873348639463],[-72.10071373717341,41.658781486393465],[-72.1009947372677,41.65882848639385],[-72.10172573751402,41.65896948639844],[-72.10217373766504,41.659057486401565],[-72.10244373775596,41.65910848640305],[-72.10325373802873,41.659261486407516],[-72.1035237381197,41.65931348640918],[-72.10394973826112,41.65935748640445],[-72.10432673838635,41.65939748640046],[-72.10522673868527,41.659492486390846],[-72.10535573872814,41.65950648638953],[-72.10565173882637,41.65953648638613],[-72.10646373909836,41.65966448638567],[-72.10890073991484,41.660049486384445],[-72.1094247400904,41.6601324863842],[-72.10971474018778,41.66018248638487],[-72.10976974020618,41.66019048638471],[-72.109941740264,41.66022148638536],[-72.11000074028388,41.66023248638565],[-72.1100277402929,41.66023648638558],[-72.11011174032114,41.66025148638589],[-72.11013974033055,41.660256486385975],[-72.11027174037478,41.66027748638595],[-72.11033774039693,41.66028848638602],[-72.1109337405971,41.66039148638743],[-72.11105874063911,41.660413486387796],[-72.11113474066455,41.660425486387766],[-72.11117874067935,41.66043348638794],[-72.11121274069073,41.660438486387854],[-72.11144474076858,41.660477486388196],[-72.11152274079475,41.66049048638828],[-72.11203074096508,41.66057348638855],[-72.11328374138527,41.660778486389276],[-72.11856674315693,41.66164448639261],[-72.12032874374783,41.66193348639373],[-72.12121874403975,41.66196148637138],[-72.12342974476509,41.66203348631636],[-72.12389074491638,41.66204948630507],[-72.12478374520943,41.66208048628322],[-72.1249617452683,41.66209448628038],[-72.12524374536162,41.66211848627625],[-72.12548274544218,41.662165486277914],[-72.12549374544595,41.66216848627815],[-72.12566874550498,41.662203486279466],[-72.12577374554007,41.662218486279116],[-72.1261507456659,41.662269486277246],[-72.12696174593687,41.66238448627424],[-72.12759974614991,41.66247248627143],[-72.12808374631165,41.6625414862697],[-72.1282207463574,41.66256048626913],[-72.13014974700172,41.66283048626132],[-72.13634874907228,41.663698486236264],[-72.13779174955432,41.6639014862306],[-72.13841574976273,41.66398848622799],[-72.13874174987153,41.66403248622636],[-72.14015875034458,41.664226486219754],[-72.14538975209103,41.664945486195904],[-72.14560675216352,41.66497548619495],[-72.14584675224457,41.66502548619716],[-72.14603475230642,41.66503448619303],[-72.1470217526359,41.6651694861884],[-72.14713375267333,41.665185486188],[-72.14723275270636,41.66519848618742],[-72.14737775275482,41.66521948618698],[-72.14795075294614,41.665298486184405],[-72.14819875303415,41.665426486201504],[-72.14875275321617,41.66544948618866],[-72.15249175444498,41.66561248610341],[-72.15250075444793,41.66561248610314],[-72.15257675447289,41.66561548610135],[-72.1529227545866,41.66563048609345],[-72.15339175474075,41.66565148608286],[-72.15342475474841,41.66559548607095],[-72.15379775483484,41.66496148593622],[-72.15386475485042,41.66484848591217],[-72.15401275488475,41.664597485858806],[-72.15469475503409,41.66328248558218],[-72.15501075510336,41.662674485454254],[-72.15673875549032,41.65949548478295],[-72.1567937555012,41.659368484756584],[-72.15701575554522,41.65885748465041],[-72.15730575560274,41.65819048451183],[-72.15738375561817,41.65801048447444],[-72.15741575562438,41.65793448445868],[-72.15747275563585,41.657806484432044],[-72.15751375564389,41.657710484412114],[-72.15754675565049,41.65763548439653],[-72.15780375574344,41.65779948442032],[-72.15857475602246,41.658294484492345],[-72.15882775611401,41.658456484515895],[-72.15883175611553,41.65846048451654],[-72.159131756224,41.658651484544265],[-72.16046175670532,41.65950548466848],[-72.16309775765937,41.661199484914974],[-72.16534775847376,41.66264548512535],[-72.16622775879229,41.663211485207725],[-72.16678975899676,41.663591485263915],[-72.16696775906124,41.66370648528067],[-72.16697575906412,41.66371148528139],[-72.16824775952432,41.664525485399636],[-72.16893975977476,41.66496948546419],[-72.1720697609099,41.667020485764404],[-72.17276776116303,41.66747748583128],[-72.1728417611899,41.667526485838486],[-72.17309976128404,41.66770548586515],[-72.17333476136972,41.667867485889246],[-72.17345476141251,41.667933485898295],[-72.17381776154198,41.66813148592537],[-72.17393876158515,41.668198485934596],[-72.1740047616087,41.668234485939514],[-72.17478076188449,41.66864148599423],[-72.1754697621294,41.66900348604294],[-72.17709976273305,41.67029548624269],[-72.17710776273599,41.67030148624363],[-72.17747776287301,41.670594486288906],[-72.1778467630097,41.67088748633424],[-72.17793776304316,41.67095548634459],[-72.17821276314457,41.67116548637672],[-72.17827676316818,41.67121448638424],[-72.17830676317897,41.67123248638679],[-72.17831876318321,41.67123848638759],[-72.17846076323416,41.67132148639925],[-72.17892576340081,41.6715904864369],[-72.17908076345645,41.671681486449714],[-72.1802907638912,41.67240048655138],[-72.18369776511557,41.674428486838316],[-72.18391776519502,41.674566486858204],[-72.1851077656251,41.67531848696688],[-72.18511176562653,41.67532048696713],[-72.18546576575443,41.67554348699934],[-72.186651766183,41.676291487107356],[-72.18665276618337,41.6762924871075],[-72.1869317662861,41.67650248713953],[-72.19215376820836,41.6804274877376],[-72.19367176876717,41.68156848791144],[-72.19389676884994,41.681736487936995],[-72.19488276921285,41.68247648804967],[-72.19553176945179,41.68296448812402],[-72.19786777030912,41.68467248838218],[-72.19848377053522,41.68512348845039],[-72.19886677067572,41.6854024884925],[-72.19962177095276,41.68595348857575],[-72.20188877178487,41.68761248882653],[-72.20264477206236,41.68816548891011],[-72.20266577207016,41.688182488912744],[-72.20364477242954,41.688899489021146],[-72.20664777353178,41.69109548935296],[-72.20763277389331,41.69181548946173],[-72.20765077389991,41.691828489463695],[-72.20782177396266,41.69195348948257],[-72.20823977411605,41.692258489528626],[-72.20833677415118,41.692320489537614],[-72.21042377490717,41.693666489733225],[-72.21046777492307,41.693694489737275],[-72.21117877518066,41.694153489804016],[-72.21126177521064,41.694205489811466],[-72.21151177530126,41.69436748983505],[-72.21158977532956,41.69441848984251],[-72.21159577533173,41.69442248984309],[-72.21219377554831,41.694807489898984],[-72.21398877619853,41.695964490067084],[-72.21458777641556,41.69635149012336],[-72.21510477660281,41.69668449017171],[-72.21665877716578,41.697686490317274],[-72.2171767773534,41.69802049036579],[-72.21743377744771,41.69820749039399],[-72.2182067777314,41.69877149047912],[-72.21842577781173,41.698930490503066],[-72.21846577782641,41.69895949050745],[-72.21921777810242,41.699508490590304],[-72.21955277822528,41.6997514906269],[-72.22281777942302,41.70212349098439],[-72.22349677967205,41.70261549105848],[-72.22390677982247,41.70291349110339],[-72.22472778012207,41.70348149118774],[-72.22616178064541,41.70447449133526],[-72.22718578101968,41.705193491442515],[-72.22799178131437,41.70576049152714],[-72.22800378131873,41.70576849152832],[-72.2288997816462,41.70639749162214],[-72.22919578175436,41.706604491652975],[-72.23159178263006,41.708285491903624],[-72.23172278267795,41.70837749191734],[-72.23248778295786,41.708919491998394],[-72.23499778387638,41.710700492264806],[-72.2361717843128,41.71165449241286],[-72.23638378439159,41.71182649243953],[-72.2372087847006,41.71253849255164],[-72.23725678471857,41.71257949255806],[-72.23730478473657,41.7126214925647],[-72.23745378479235,41.71274949258483],[-72.2376017848478,41.71287749260499],[-72.23788978495563,41.71312549264402],[-72.23794778497735,41.713175492651885],[-72.23805878502398,41.713361492684456],[-72.23806478502644,41.71337049268601],[-72.23816178506485,41.713491492706424],[-72.23882678530259,41.71386249275742],[-72.23921378543919,41.71404749278113],[-72.23928078546297,41.71408149278561],[-72.23942078551194,41.71414049279266],[-72.23955978556059,41.714199492799715],[-72.24023078579845,41.71453749284415],[-72.24137978621697,41.71531749295923],[-72.24185778639387,41.7156914930167],[-72.24219778652069,41.71597549306106],[-72.24229378655654,41.716056493073744],[-72.24281478674881,41.716454493134506],[-72.24290178677921,41.716490493138735],[-72.24320978688685,41.716618493153874],[-72.2435407870004,41.716717493162655],[-72.24392578713154,41.71681649316973],[-72.2442467872427,41.71693149318194],[-72.24431178727635,41.71715349322293],[-72.24432878728527,41.71721349323401],[-72.24437178730624,41.717337493256686],[-72.24444278734053,41.71753649329303],[-72.24459678742149,41.7180844933944],[-72.24467278746057,41.718339493441434],[-72.24473178749096,41.71853849347815],[-72.2447907875213,41.71873649351469],[-72.24503978764953,41.71957549366945],[-72.24511078768788,41.71984649371974],[-72.2451827877269,41.72012349377118],[-72.24528578778127,41.72049449383982],[-72.24549578786834,41.72082549389737],[-72.2461157881299,41.72188349408292],[-72.2463447882376,41.72247249418987],[-72.24659678834432,41.722909494266624],[-72.2468517884456,41.723232494321195],[-72.2470947885399,41.723500494365496],[-72.24750878868412,41.72366349438406],[-72.2478787888115,41.723782494395486],[-72.24817378892153,41.724028494433874],[-72.24848378902644,41.724095494437115],[-72.24952378938698,41.724474494477846],[-72.25181779012384,41.72426749436558],[-72.25191479015497,41.72425849436077],[-72.25201279018646,41.72424949435595],[-72.25212279023603,41.72449349439978],[-72.25259079040165,41.724724494429815],[-72.25282679048537,41.724844494445634],[-72.25299479054496,41.72492949445683],[-72.25316479061976,41.72527449451833],[-72.25320179066155,41.72580449461986],[-72.25302279062434,41.72618249469875],[-72.25269279053673,41.726540494778504],[-72.25236579044558,41.72681749484245],[-72.25208379036775,41.72707049490036],[-72.25200379034658,41.727158494919934],[-72.251976790345,41.72728749494578],[-72.25199479035625,41.7273834949638],[-72.25200379036161,41.727426494971866],[-72.25211679040683,41.727575494997176],[-72.25264379061437,41.728210495103625],[-72.2525037905687,41.72821049510802],[-72.2524007905351,41.72821049511128],[-72.25167479029822,41.728210495134114],[-72.25143379021964,41.728211495141885],[-72.25132479018397,41.72820949514493],[-72.25099779007711,41.728206495154645],[-72.2508887900415,41.72820549515788],[-72.25088179003919,41.72820549515811],[-72.25086279003305,41.72820649515889],[-72.25085679003115,41.72820749515927],[-72.25077279000368,41.72820649516172],[-72.25074078999326,41.72820649516272],[-72.25039178987937,41.7282064951737],[-72.25027678984186,41.72820649517732],[-72.25012578979259,41.728206495182086],[-72.24967378964512,41.72820649519629],[-72.24952378959617,41.728206495201],[-72.24812078913858,41.72820949524572],[-72.24509178815566,41.72830549535959],[-72.24446778794639,41.72820449535965],[-72.2434607876166,41.72818249538707],[-72.24320878753403,41.72817649539382],[-72.24245378728679,41.728160495414464],[-72.24220278720462,41.72815549542138],[-72.24210878717383,41.728153495423946],[-72.24209178716835,41.72815449542468],[-72.24175978706171,41.72818449544093],[-72.24164978702642,41.72819549544653],[-72.24029378658331,41.72818349548684],[-72.23644878532694,41.72815149560153],[-72.23642078531775,41.728150495602215],[-72.23624878526157,41.728149495607425],[-72.23453178470047,41.728134495658495],[-72.2325817840633,41.72811849571669],[-72.22850278273042,41.728084495838296],[-72.22734278235174,41.72808149587417],[-72.22485178153849,41.728073495950895],[-72.21776877922603,41.72805249616932],[-72.21644377879318,41.728043496209196],[-72.21631777875201,41.728042496212964],[-72.20961977656636,41.728043496423474],[-72.20954277654128,41.72804449642609],[-72.20629677548209,41.72804549652819],[-72.20623477546192,41.72804649653032],[-72.20588477534804,41.728052496542475],[-72.20572377529567,41.7280554965481],[-72.20511977509912,41.728065496569],[-72.20455077491394,41.728074496588604],[-72.20445477488268,41.72807549659181],[-72.20416977478995,41.72808049660173],[-72.20407477475905,41.728082496605104],[-72.20265777429798,41.728106496654235],[-72.20191577405652,41.72811849667984],[-72.20161877395988,41.72812349669014],[-72.20154077393452,41.72812549669297],[-72.20012277347234,41.72813549673941],[-72.19996077341948,41.72813549674449],[-72.1989207730816,41.728162496782346],[-72.19863477298873,41.72817049679288],[-72.19853177295522,41.7281724967965],[-72.19822677285613,41.72818049680763],[-72.19812677282373,41.72818449681154],[-72.19800877278784,41.72823149682435],[-72.19788877275316,41.72831149684362],[-72.19776977272102,41.72843149687061],[-72.19774877272037,41.72854249689278],[-72.19774677272068,41.72855949689613],[-72.19773377272544,41.72872049692775],[-72.1977417727375,41.72888949696024],[-72.19787977279024,41.72902749698266],[-72.19809277286525,41.72912549699495],[-72.19835977295791,41.72922449700578],[-72.1984457729871,41.729244497006945],[-72.19857377303049,41.72927349700856],[-72.1988837731372,41.729372497018005],[-72.19893477315456,41.72938549701894],[-72.1990127731812,41.72940649702055],[-72.19915377323845,41.72960749705509],[-72.19915977324091,41.72961649705664],[-72.19916777325565,41.72983349709845],[-72.19916377325569,41.729857497103225],[-72.19912577325553,41.73007649714684],[-72.19908777325543,41.73029649719068],[-72.19904677325547,41.73053649723847],[-72.19900577325545,41.73077549728608],[-72.19899277325554,41.73085249730142],[-72.19896877326022,41.73107649734557],[-72.1989647732606,41.7311064973515],[-72.19891777326471,41.73145449742043],[-72.19888177325561,41.73150149743067],[-72.19879777323413,41.73160749745384],[-72.19851877315112,41.73175149749049],[-72.19836677310369,41.73179049750282],[-72.19817577304416,41.7318404975185],[-72.1978957729546,41.731872497533494],[-72.19771277288987,41.73178349752199],[-72.1976587728676,41.73170049750759],[-72.19757977283523,41.7315824974872],[-72.19749677280122,41.73145849746577],[-72.19726277270499,41.731103497404334],[-72.19721777268644,41.73103449739237],[-72.19717277266797,41.730966497380614],[-72.1970817726306,41.730829497356915],[-72.19681677253416,41.73065149733074],[-72.19676677251678,41.73063249732863],[-72.19669477249182,41.73060649732585],[-72.19645977240523,41.73042949729892],[-72.196236772329,41.730367497293905],[-72.19607577227185,41.73028549728306],[-72.19554177208563,41.73007149725834],[-72.19519677196845,41.729989497253264],[-72.19496977189377,41.72997849725827],[-72.19447177173582,41.73006049728978],[-72.1943397716952,41.73010449730244],[-72.19409877161807,41.730131497315234],[-72.19381277152351,41.730109497319944],[-72.19323377133456,41.73010949733811],[-72.1927947711949,41.730174497364494],[-72.1924427710868,41.73029549739897],[-72.19210477098353,41.730421497434],[-72.19181177089742,41.730591497476134],[-72.19132877075968,41.73094749756029],[-72.19111577070275,41.731172497610565],[-72.19096177066541,41.73140349766017],[-72.1908957706543,41.73158949769827],[-72.19090377068511,41.732094497795885],[-72.19097677073191,41.732505497873234],[-72.19099877074375,41.73258849788863],[-72.19128977086304,41.733023497963806],[-72.1914827709424,41.73331649801454],[-72.19150977095205,41.73333149801658],[-72.19151077095383,41.733357498021604],[-72.19173777104682,41.73369549807998],[-72.19209177118269,41.7340594981394],[-72.19250577134433,41.734533498218255],[-72.19291177148769,41.734727498243124],[-72.19326977160497,41.734735498233434],[-72.1940027718467,41.73478049821915],[-72.19443977199901,41.73495349823897],[-72.19483177214869,41.735342498302046],[-72.19510677225925,41.7357144983655],[-72.19531677234764,41.73606949842768],[-72.19546677241532,41.7364044984879],[-72.19549377242755,41.73646549849887],[-72.19568977252358,41.73703849860373],[-72.19567777256911,41.73792249877539],[-72.19572077262772,41.738719498928475],[-72.19564477265327,41.73961949910524],[-72.19544477261356,41.74007649920006],[-72.19514677254124,41.74052249929581],[-72.1950067725073,41.74073249934091],[-72.19478677245978,41.741166499431884],[-72.1945767724145,41.74158249951908],[-72.19431177235941,41.74214349963607],[-72.1940997723225,41.74272049975451],[-72.19384577226741,41.74321749985877],[-72.19372177223532,41.743367499891725],[-72.19343177216042,41.74372049996919],[-72.19298677204343,41.744225500081],[-72.19291577202479,41.74430650009893],[-72.19287577201433,41.7443525001091],[-72.19266677195495,41.744510500146255],[-72.19258177193089,41.74457650016172],[-72.19233277186025,41.744766500206325],[-72.19164977166625,41.74528350032793],[-72.19104277148905,41.74565750041942],[-72.1903287712795,41.74607750052319],[-72.18989477115481,41.7463805005955],[-72.18943577102294,41.74670150067209],[-72.18941877101801,41.74671250067476],[-72.18941777101779,41.746714500675175],[-72.1890477709198,41.74712150076562],[-72.18877177085842,41.74763450087366],[-72.1887717709025,41.748422501026305],[-72.18939777120005,41.75008850132937],[-72.18940477120329,41.75010550133245],[-72.18930077118088,41.750311501375606],[-72.1892487711696,41.75041350139701],[-72.18922377116277,41.75043750140243],[-72.18890277107502,41.75074150147139],[-72.18835177091033,41.75101250154116],[-72.18759877067103,41.75112850158727],[-72.1874407706203,41.75114350159514],[-72.18665477036798,41.751219501634516],[-72.18604777018352,41.75146350170083],[-72.18573077010572,41.751922501799676],[-72.18588677018104,41.75235850187923],[-72.18651077041176,41.752841501953206],[-72.18655777042918,41.7528785019589],[-72.18708077061449,41.75313950199303],[-72.18743677074086,41.753321502017116],[-72.18755977078455,41.753384502025455],[-72.18798577094404,41.75374950208278],[-72.18808777099814,41.754121502151634],[-72.18814977103098,41.754346502193265],[-72.18809777102503,41.754543502233034],[-72.18802677101696,41.75481350228757],[-72.18765677091724,41.75518950237201],[-72.18697777070936,41.75543550244095],[-72.18647077054952,41.75553650247643],[-72.18611577043761,41.75560750250133],[-72.18514277012459,41.755689502547725],[-72.18479677001605,41.75576850257389],[-72.18445076990753,41.75584750260003],[-72.18427476985232,41.75588750261333],[-72.18363876965293,41.756034502661734],[-72.18319976951535,41.75613650269527],[-72.18227476921804,41.75621950274038],[-72.18161976899907,41.7561275027431],[-72.18140476892307,41.75602350272971],[-72.1811687688396,41.75590850271483],[-72.18109676881419,41.75587450271051],[-72.18041276857579,41.755604502679674],[-72.17998376843201,41.75553750268015],[-72.17941576824323,41.755477502686354],[-72.17914976815582,41.75546750269275],[-72.17837476790122,41.75543850271145],[-72.17787076773334,41.755378502715644],[-72.17764676765294,41.7552485026975],[-72.17765876764092,41.7549635026419],[-72.17771276764536,41.75472750259452],[-72.17766476761793,41.75451750255534],[-72.17765176761044,41.75445950254453],[-72.17747576753489,41.75413550248729],[-72.1774767675206,41.753874502436695],[-72.17759376754738,41.75367050239352],[-72.17811676770849,41.7534985023438],[-72.17814276771647,41.75348950234124],[-72.17833276777054,41.75334750230777],[-72.17831376775027,41.75309550225956],[-72.17799076762091,41.75266850218699],[-72.17798676761944,41.752665502186524],[-72.17693376723568,41.75194950208085],[-72.176468767074,41.75177250206117],[-72.17630176701314,41.751659502044504],[-72.17603776691494,41.75144450201115],[-72.17608676691886,41.75122850196776],[-72.17624376696206,41.751084501934955],[-72.17640476700628,41.75093550190103],[-72.17656076704557,41.75072750185585],[-72.17654576702306,41.75041250179532],[-72.17641176696647,41.75018250175496],[-72.17638576694728,41.74999150171878],[-72.17595576679987,41.749865501707866],[-72.17570976671443,41.749773501697746],[-72.17524576657034,41.749905501737864],[-72.17475776642553,41.750164501803354],[-72.17472476642332,41.75031750183402],[-72.17472376643116,41.750463501862335],[-72.17468976642907,41.75062450189459],[-72.17468976642941,41.75063050189574],[-72.17468876644094,41.750842501936845],[-72.17463376643282,41.751018501972666],[-72.17448176639087,41.75115550200396],[-72.17430976633727,41.751201502018276],[-72.17412676627706,41.751192502022256],[-72.17398776622625,41.751095502007836],[-72.17382876615662,41.75077850195141],[-72.17368976609906,41.75056050191354],[-72.17362876607483,41.75048350190054],[-72.17347676601447,41.750291501868126],[-72.17328376594348,41.75014850184647],[-72.1730247658222,41.749491501727306],[-72.17241776559527,41.74897650164658],[-72.17210876548026,41.74872350160726],[-72.17181976537799,41.748581501588816],[-72.17164876531623,41.74847550157364],[-72.17122876518876,41.74864750162014],[-72.17089176509614,41.74895850169094],[-72.17057376501687,41.74939750178596],[-72.17006076491398,41.750552502025776],[-72.16962276480074,41.75108450214256],[-72.16921276469067,41.75150950223773],[-72.16900276463407,41.751723502285785],[-72.16876676457197,41.75199050234489],[-72.16848476449384,41.752239502401956],[-72.16812376438098,41.75232850243053],[-72.16764376422461,41.75233450244673],[-72.1670817640368,41.75225650244925],[-72.1662917637684,41.7520685024376],[-72.16607176369111,41.751970502425515],[-72.16581176359189,41.75171450238408],[-72.16557076345616,41.75069350219384],[-72.1653147633528,41.7503395021333],[-72.16498276323101,41.7500995020972],[-72.16485976318587,41.75001050208381],[-72.16480376316588,41.74997950207958],[-72.16461676310237,41.74993550207691],[-72.16451776306855,41.749908502074796],[-72.16403576290399,41.7497795020649],[-72.16342076270172,41.74975250207895],[-72.1630137625739,41.74984250210913],[-72.1628767625309,41.749873502119435],[-72.1626027624508,41.75004050216036],[-72.16255476243522,41.750042502162266],[-72.16221476232485,41.75005350217504],[-72.16216076231086,41.750118502189345],[-72.16148376209024,41.75012550221191],[-72.16145376208034,41.75012350221246],[-72.1610927619616,41.750107502220686],[-72.16080176186794,41.75013150223443],[-72.16050876177704,41.75021650226009],[-72.16008576165125,41.750436502315964],[-72.15993876160752,41.75051250233529],[-72.15931376141393,41.7506995023911],[-72.15915376136438,41.75074750240541],[-72.15903376133326,41.75089150243707],[-72.15896876132881,41.75119150249722],[-72.15889576131917,41.751445502548705],[-72.1587157612671,41.75156550257759],[-72.15861876123913,41.751631502593426],[-72.15823176111961,41.7517535026292],[-72.15762676092541,41.75181250265957],[-72.15755076090545,41.7518995026788],[-72.15753176090043,41.75192050268346],[-72.15632176059364,41.75349950302725],[-72.15689376079865,41.75382650307266],[-72.15723976117154,41.75847750396269],[-72.1572647611979,41.75880250402485],[-72.15772876161859,41.76361850494301],[-72.15777576166113,41.76410450503567],[-72.15788676176143,41.76525050525411],[-72.15792576179688,41.76565650533151],[-72.15822576206877,41.768766505924305],[-72.15823576207772,41.76886850594374],[-72.15834176217369,41.76996550615282],[-72.1583637621934,41.77018950619551],[-72.15836776219712,41.77023250620371],[-72.15879176258115,41.77462250704036],[-72.15879476258404,41.77465650704686],[-72.15922876297783,41.779161507905364],[-72.15937976311372,41.78070850820009],[-72.15941676314723,41.78109150827306],[-72.15942876315792,41.78121250829611],[-72.15942876315826,41.78121850829728],[-72.16051376414194,41.7924595104388],[-72.16067776429038,41.79415351076145],[-72.16162876513495,41.80368351257545],[-72.16315276648882,41.81895151548066],[-72.16315976649459,41.81901351549242],[-72.16345576675761,41.82197851605647],[-72.16345776675932,41.82199751606008],[-72.16356576685463,41.82306751626358],[-72.16365676693577,41.82398351643784],[-72.16367176694834,41.82412051646386],[-72.16412476734966,41.828634517322364],[-72.16414476736757,41.828837517360974],[-72.16428176748853,41.830194517619],[-72.1642857674936,41.830261517631826],[-72.1645587678444,41.83492151852406],[-72.16600676831573,41.8348915184728],[-72.16608276834046,41.83488951847002],[-72.16615976836555,41.8348885184674],[-72.1662237683864,41.83488751846521],[-72.16901976930106,41.83491051838183],[-72.16917676935235,41.83491051837691],[-72.17357077078883,41.834930518242714],[-72.18054877307002,41.83496151802945],[-72.1872077752469,41.8349925178261],[-72.18764877539108,41.83499451781263],[-72.18808977553523,41.83499651779915],[-72.18855077568591,41.834998517785046],[-72.18861677570749,41.83499851778297],[-72.19028677625344,41.835006517732],[-72.19042777629954,41.83500751772777],[-72.19206677683532,41.83501451767758],[-72.192218776885,41.83501551767299],[-72.19254877699287,41.835016517662794],[-72.19273077705236,41.83501751765727],[-72.19291277711186,41.83501851765174],[-72.19299177713766,41.83501851764925],[-72.19302377714817,41.83501951764846],[-72.19323077721585,41.83502051764214],[-72.19331077724205,41.8350215176398],[-72.19351277730809,41.835022517633654],[-72.19384377741632,41.835024517623616],[-72.19397677745974,41.83502451761943],[-72.19411077750357,41.83502551761543],[-72.19411677750547,41.83502451761503],[-72.20023377950513,41.83505351742823],[-72.20029277952446,41.83505451742658],[-72.2066197815943,41.8351125172387],[-72.21046578285251,41.8351485171246],[-72.21058478289146,41.83515051712126],[-72.21771978522423,41.83519251690476],[-72.2177017852729,41.83616151709258],[-72.21757778562299,41.84309751843675],[-72.21746578596935,41.84989551975362],[-72.21744278603954,41.85127452002074],[-72.21737678624402,41.855285520797594],[-72.21737378625525,41.855502520839615],[-72.21737278625827,41.855561520851055],[-72.21737178626121,41.85561952086227],[-72.21726378659814,41.86222252214095],[-72.21726078660883,41.86242952218101],[-72.21715278694448,41.86900752345464],[-72.21710078711371,41.87230852409364],[-72.21710078713126,41.87261952415368],[-72.21709978713373,41.87266952416336],[-72.21701878724471,41.87510552463621],[-72.21695378755639,41.881005525777205],[-72.21692878764097,41.88264852609511],[-72.21692578764632,41.882760526116826],[-72.21690078773477,41.884472526448064],[-72.21645678779281,41.888070527156465],[-72.21633478793132,41.891229527769944],[-72.21632978793731,41.89136452779615],[-72.21632778793936,41.89141252780549],[-72.21630678801236,41.89282652807899],[-72.21635978817126,41.895333528561096],[-72.2164447882581,41.896379528760235],[-72.2164537882675,41.896493528781946],[-72.21663978844956,41.89864052919033],[-72.21663778845777,41.89879752922068],[-72.21660478853715,41.90039352952966],[-72.21659278865673,41.902579529951744],[-72.21656478894985,41.90792853098448],[-72.21654878903107,41.90945753127991],[-72.21653478909737,41.910711531522225],[-72.2165377891074,41.91087153155299],[-72.2166507895853,41.91867053305351],[-72.21665078958559,41.91867553305448],[-72.21668078970986,41.92069953344384],[-72.21668078971183,41.92073453345059],[-72.21670378985449,41.923123533910506],[-72.21672078987893,41.92345753397437],[-72.21677278995278,41.924462534166494],[-72.21678178996545,41.924634534199384],[-72.21678078997435,41.92479753423084],[-72.21677978998025,41.92490753425209],[-72.21677678998414,41.92499353426876],[-72.21676379001315,41.92558153438254],[-72.21676179001774,41.92567453440053],[-72.21676479002461,41.925778534420495],[-72.21676779003344,41.92591753444721],[-72.2168157901437,41.92758853476784],[-72.2168477902159,41.92867953497717],[-72.2168497902205,41.9287495349906],[-72.21699179060859,41.93478653614988],[-72.21699779062457,41.9350345361975],[-72.21702679067826,41.93581553634712],[-72.21728879118483,41.943249537771635],[-72.21726079152187,41.949361538950285],[-72.2169807919294,41.958169540656094],[-72.2077587889384,41.95859654102948],[-72.20715778874313,41.958618541052694],[-72.20708078871814,41.95862154105571],[-72.19895478608977,41.9591265414094],[-72.1971307854996,41.95923654148813],[-72.19678578538826,41.95926254150401],[-72.19653278530637,41.95927754151489],[-72.19577678506191,41.959325541548],[-72.19565778502401,41.959343541555214],[-72.1955207849804,41.95936454156358],[-72.1952807849,41.9593305415646],[-72.19516478486184,41.95932654156749],[-72.1945477846587,41.95930154158212],[-72.19439878460969,41.95929654158587],[-72.19430878458007,41.95929354158813],[-72.19398078447209,41.95928054159597],[-72.19393378445663,41.95927854159707],[-72.19330878425083,41.95925354161195],[-72.19292778412544,41.95923954162129],[-72.19236078393887,41.959218541635124],[-72.19179478375256,41.95919654164874],[-72.19155278367286,41.95918654165444],[-72.19129478358792,41.95917654166064],[-72.19066178337958,41.95915254167599],[-72.19062378336723,41.95915354167738],[-72.18753678236182,41.959224541788394],[-72.18291678085443,41.959283541945425],[-72.18127578031908,41.95930554200139],[-72.17777077917555,41.95935154212072],[-72.17712877896606,41.9593595421425],[-72.17673377883723,41.959365542156114],[-72.17599377859581,41.959375542181355],[-72.17597877859092,41.95937554218183],[-72.17239077742003,41.959418542303155],[-72.17162077716874,41.95942754232915],[-72.16896277629733,41.95938854240538],[-72.1687677762334,41.95938554241094],[-72.16818577604263,41.95937754242773],[-72.16799177597906,41.95937554243348],[-72.16791677595448,41.95937454243564],[-72.1640967747042,41.959355542552295],[-72.16235877413534,41.959346542605296],[-72.16230677411833,41.95934654260693],[-72.15714477242877,41.959320542764466],[-72.15586877201113,41.959314542803476],[-72.15438177152478,41.9593135428501],[-72.15165477063277,41.95931054293536],[-72.15152477059027,41.959310542939456],[-72.14855476961912,41.95931354303352],[-72.14616876883899,41.95931654310918],[-72.14319876786705,41.95930554320049],[-72.1348957651498,41.9592745434557],[-72.12810076291953,41.95913454364237],[-72.12722176263102,41.95911654366655],[-72.12718476261892,41.95911654366771],[-72.12634476234317,41.95909854369064],[-72.12550476206735,41.959079543713386],[-72.12452076174434,41.95905854374027],[-72.12363276144995,41.958988543754685],[-72.12347276139762,41.95898854375971],[-72.11606875897536,41.95897754399027],[-72.11565875884125,41.95897754400316],[-72.10713475605247,41.9589645442684],[-72.10698875600475,41.958965544273184],[-72.10548375551237,41.958963544320056],[-72.10532975546195,41.95896254432471],[-72.09922975346633,41.95895654451508],[-72.09947075387053,41.96472954562001],[-72.09952575396277,41.96604654587206],[-72.09991075460889,41.97527154763727],[-72.1002397551605,41.98314154914286],[-72.1002547551864,41.98351354921404],[-72.10030275526526,41.98463254942804],[-72.10031775529,41.98498454949537],[-72.10031775529126,41.9850065494996],[-72.10031775530514,41.985252549546985],[-72.10031775531671,41.98545754958646],[-72.10032875533132,41.985652549623666],[-72.10062275569472,41.99038655052608],[-72.10063375570864,41.99056955056098],[-72.10078075589048,41.99293855101253],[-72.10089475603213,41.99478655136477],[-72.10116075636172,41.99908155218333],[-72.10119675640559,41.99964955229154],[-72.10119975640956,41.999702552301656],[-72.10122175644246,42.000157552388565],[-72.10125575653537,42.00160555266625],[-72.10126775656803,42.00211455276385],[-72.10127175669844,42.00439955320357],[-72.10129675675017,42.00517055335121],[-72.10146975711476,42.010620554394755],[-72.10155375721408,42.01189155463673],[-72.10188075759926,42.01681255557345],[-72.10188175760982,42.016993555608245],[-72.1018897576621,42.01787155577695],[-72.1019027577529,42.019402556071135],[-72.10191875785897,42.02118555641371],[-72.10194175800522,42.02363855688495],[-72.10206375820472,42.02645955742384],[-72.10216675837141,42.02881055787289],[-72.10206675833835,42.02880455787487],[-72.09981175759619,42.02873155793174],[-72.09512675605,42.028505558035576],[-72.09498875600451,42.028499558038746],[-72.09040575449204,42.028279558140476],[-72.08966675424904,42.02825955815985],[-72.08940975416454,42.02825255816659],[-72.08915275407996,42.028244558173135],[-72.08914575407765,42.02824455817335],[-72.08913375407373,42.02824455817373],[-72.08603775305552,42.02815855825446],[-72.08583475298875,42.0281525582597],[-72.08477175263789,42.02810055828309],[-72.08453575256036,42.02809555828955],[-72.08176675165087,42.02803955836576],[-72.07342674889455,42.027570558537484],[-72.07204974844211,42.02754055857496],[-72.07183974837311,42.02753555858058],[-72.06698974677964,42.02743055871266],[-72.06349674563202,42.02735555880787],[-72.06246374529377,42.02735355883991],[-72.05975074440549,42.02734955892428],[-72.05944874430675,42.02735155893413],[-72.05313274224213,42.02740255914211],[-72.05287174215681,42.0274045591507],[-72.05283874214605,42.027405559151916],[-72.0479477405442,42.02739155930264],[-72.04677874016136,42.02738855933873],[-72.04655274008736,42.02738855934582],[-72.04632774001365,42.027387559352675],[-72.04486973953615,42.027383559397634],[-72.04477473950504,42.02738355940062],[-72.04247973875344,42.027377559471425],[-72.0408677382237,42.02734155951504],[-72.03954773778995,42.02731255955082],[-72.03481973623647,42.02721155967959],[-72.03464673617962,42.02720755968425],[-72.03464473617896,42.02720755968431],[-72.03276473556124,42.02716755973553],[-72.02980273458864,42.027115559818355],[-72.02965673454067,42.027112559822356],[-72.02951073449277,42.02711055982654],[-72.02808873402581,42.02708555986628],[-72.02802673400548,42.02708455986803],[-72.02374473259947,42.02701055998793],[-72.02261873223101,42.027013560023775],[-72.01325872916954,42.0270645603267],[-72.01044672824587,42.02701056040436],[-72.0103447282123,42.027007560406965],[-72.01011472813485,42.026969560406854],[-72.01003672810933,42.02696956040929],[-72.00598072677884,42.026924560527576],[-72.00596872677492,42.02692456052796],[-72.00142872529025,42.026955560675994],[-71.99951872466563,42.02696856073825],[-71.99833472427979,42.027000560781445],[-71.99310272256314,42.026936560932796],[-71.9921617222546,42.026928560960684],[-71.98893572119688,42.02690256105657],[-71.98768072078539,42.02689256109388],[-71.98764872077486,42.02689156109469],[-71.98682872050509,42.026868561115904],[-71.97878271785758,42.02663756132297],[-71.97862271780491,42.026632561327006],[-71.97647571710034,42.02660456138872],[-71.97596071693133,42.02659756140347],[-71.97509071664582,42.02658656142853],[-71.97422171636062,42.02657456145339],[-71.97399471628616,42.02657256146008],[-71.97376871621199,42.02656956146657],[-71.97226271571775,42.02654956150976],[-71.97135171541878,42.026537561535925],[-71.97123071537877,42.02653056153836],[-71.96743671412446,42.02631756161588],[-71.96739671411126,42.026315561616734],[-71.96672071388906,42.02630056163498],[-71.963021712674,42.026232561737416],[-71.96134371212213,42.026189561781536],[-71.95982971162417,42.026150561821304],[-71.95876571127418,42.02612256184914],[-71.95866971124264,42.02612056185174],[-71.95857171121042,42.02611856185442],[-71.95844671116933,42.02611556185774],[-71.95832171112824,42.02611256186107],[-71.95794971100597,42.02610456187114],[-71.95646671051888,42.02607856191244],[-71.95621871043745,42.026074561919415],[-71.9560937103964,42.02607256192292],[-71.95538871016521,42.02606656194378],[-71.95524971011963,42.02606556194793],[-71.95445970986056,42.02605856197124],[-71.95441570984615,42.02605856197261],[-71.95428470980313,42.026056561976326],[-71.9521997091126,42.025918562014844],[-71.95207870907272,42.02591356201765],[-71.94655170725838,42.02583456217492],[-71.94649170723861,42.025832562176426],[-71.94453270659254,42.02575156222195],[-71.94442370655656,42.025746562224384],[-71.94413670646192,42.02573456223103],[-71.93991770507233,42.0255925623353],[-71.93930270487037,42.02558256235256],[-71.93790070441005,42.025561562392255],[-71.93789470440811,42.02556156239245],[-71.93692570408804,42.025512562413226],[-71.92885670143522,42.02532856262941],[-71.92571870040358,42.02525756271357],[-71.92094369883367,42.0251485628414],[-71.92078169878037,42.02514456284566],[-71.91911069823074,42.02510156288947],[-71.91697069752674,42.02504556294535],[-71.91311569625859,42.0249455630462],[-71.90318069299035,42.02468856330612],[-71.90286069288507,42.02468056331454],[-71.90101269227816,42.0246505633663],[-71.90076569219686,42.024643563372635],[-71.89554769048004,42.024504563508295],[-71.89135668910112,42.024392563617155],[-71.89078068891155,42.02437656363199],[-71.89033368876571,42.024386563647816],[-71.89020468872361,42.02438956365242],[-71.89015668870795,42.024390563654094],[-71.89007668868186,42.02439256365698],[-71.88994868863992,42.02439256366097],[-71.8898276886003,42.02439256366473],[-71.88970668856066,42.02439256366849],[-71.88946868848271,42.0243925636759],[-71.88802368801154,42.02443056372817],[-71.88797968799722,42.02443156372972],[-71.88440768682035,42.02430856381717],[-71.88409468671938,42.024336563832286],[-71.88380468662575,42.024360563845924],[-71.88330668646023,42.02431756385313],[-71.88306868638111,42.02429656385649],[-71.88283568630557,42.02431056386643],[-71.88264868624528,42.02432756387553],[-71.88217368608947,42.02432356388953],[-71.87959368524322,42.02430256396571],[-71.87738268451801,42.024284564031014],[-71.87727468448291,42.02428956403532],[-71.87443968355174,42.02424356411461],[-71.8729726830778,42.02436156418294],[-71.8714096825588,42.02423556420727],[-71.87118068248276,42.024217564210915],[-71.86598068077409,42.024121564354054],[-71.86591768075347,42.02412156435601],[-71.86191967944387,42.02412156448024],[-71.86090667911203,42.02412156451171],[-71.86039867894564,42.02412156452748],[-71.85932367859351,42.024121564560886],[-71.85499067717213,42.024085564688555],[-71.853852676799,42.024079564722726],[-71.85335467663559,42.02407456473724],[-71.8525536763728,42.02406756476077],[-71.85077267578849,42.02405156481299],[-71.8507026757655,42.02405056481497],[-71.8498216754765,42.02404356484097],[-71.84572667413322,42.02401056496176],[-71.84571767413026,42.02401056496204],[-71.84561767409745,42.02400956496494],[-71.84559567409026,42.024009564965645],[-71.84430167366524,42.02398956500195],[-71.84413867361167,42.02398656500643],[-71.84397567355816,42.023984565011105],[-71.84284567318704,42.0239675650429],[-71.84256767309576,42.023963565050764],[-71.8416476727937,42.023951565077006],[-71.84164667279337,42.02395156507704],[-71.8403156723569,42.02394356511682],[-71.83928167201789,42.02393856514795],[-71.83925067200772,42.0239385651489],[-71.83786767155422,42.02393056519028],[-71.83761467147129,42.023929565197946],[-71.83760367146768,42.02392956519828],[-71.83746767142314,42.0239295652025],[-71.83575067086151,42.023945565258856],[-71.8357236708527,42.023945565259694],[-71.83535567073122,42.02392956526804],[-71.83458767047782,42.0238965652855],[-71.8345226704564,42.023894565287144],[-71.8334166700918,42.023853565313566],[-71.83340467008784,42.02385356531394],[-71.83332267006088,42.023851565316086],[-71.83230766972736,42.023833565344106],[-71.83229966972473,42.02383356534435],[-71.83223466970345,42.02383356534637],[-71.8308596692539,42.023849565392105],[-71.83063766918048,42.02383756539669],[-71.83056366915602,42.023833565398206],[-71.83055666915374,42.02383356539841],[-71.82848966847487,42.023803565456774],[-71.82732266809157,42.023785565489504],[-71.82721966805774,42.02378356549231],[-71.8238676669561,42.02372156558432],[-71.82324366675519,42.023784565615806],[-71.82121466608885,42.023755565673135],[-71.80865166196268,42.02357156602709],[-71.80466666065384,42.02351356613937],[-71.80258665997152,42.023498566200914],[-71.80255965996268,42.02349856620176],[-71.80254565995814,42.02349956620238],[-71.80064965934129,42.023577566276145],[-71.80028165913242,42.021992565982245],[-71.8002806591315,42.021981565980155],[-71.80028165913177,42.02198056597992],[-71.79989865864611,42.01551356474602],[-71.79989365864134,42.01545756473539],[-71.7998926586408,42.01545356473464],[-71.7998026585635,42.014594564571944],[-71.7997586585254,42.014169564491446],[-71.79956265835696,42.01229756413683],[-71.799242658017,42.00807356333288],[-71.79919565778751,42.00422656259301],[-71.7991936577828,42.00415356257901],[-71.79919265777723,42.004059562560926],[-71.7991086575297,42.00010556180152],[-71.7989966572586,41.99589156099279],[-71.79881565682193,41.989105559690266],[-71.7987636565853,41.98515555893034],[-71.7987636565839,41.985130558925505],[-71.79876365658217,41.98509955891954],[-71.7987366564565,41.98299755851508],[-71.79869265629337,41.98032155800044],[-71.79864665609247,41.97697755735703],[-71.7986466560893,41.97692055734605],[-71.7986466560868,41.976875557337365],[-71.79857965578893,41.971908556381514],[-71.79854965569727,41.97043555609834],[-71.79854865569517,41.970403556092194],[-71.79854565568704,41.970274556067395],[-71.79841065527879,41.96371955480715],[-71.79837965522617,41.96295455466052],[-71.7983596551914,41.96244655456316],[-71.79834265516169,41.96201155447976],[-71.79832965513928,41.96168455441707],[-71.79832865513791,41.96166555441344],[-71.79832865513708,41.96165055441055],[-71.79831365510972,41.96124655433306],[-71.79831265510806,41.96122255432848],[-71.79830565509512,41.961030554291646],[-71.79830365509167,41.96098055428206],[-71.79830265506959,41.96058855420646],[-71.79830265506754,41.96055155419932],[-71.79829965496687,41.95875555385292],[-71.79829965496654,41.95874955385174],[-71.79829865490397,41.957628553635494],[-71.79825165482742,41.95652655342432],[-71.79822265478074,41.95585655329595],[-71.79820065474624,41.9553645532017],[-71.79818865466012,41.953883552916295],[-71.79816865465295,41.953872552914795],[-71.79809965462758,41.953822552907276],[-71.79806865461279,41.953738552892034],[-71.79805865448384,41.95147355245527],[-71.79805565434063,41.94891055196075],[-71.79812665436144,41.948866551950076],[-71.79808965424935,41.94706455160345],[-71.79807565421659,41.94655655150583],[-71.79807465421406,41.946516551498156],[-71.79803865412299,41.94508755122346],[-71.79803865412228,41.94507455122094],[-71.798015653929,41.94172555057525],[-71.79801465392573,41.941672550565045],[-71.79801465392369,41.94163555055791],[-71.79801465391954,41.94156055054344],[-71.79800565388621,41.94101255043793],[-71.79793665360478,41.936344549538966],[-71.79793565360247,41.93630854953205],[-71.79793565360086,41.93627954952645],[-71.79792665356392,41.93566654940838],[-71.79792465355534,41.93552354938083],[-71.79792265354803,41.935403549357744],[-71.79791065347315,41.934123549111],[-71.79791065342333,41.93322454893745],[-71.79791065341871,41.93314154892142],[-71.79789765338586,41.93262554882221],[-71.79789465337086,41.932372548773444],[-71.79789365336232,41.932224548744884],[-71.79789365336188,41.93221654874335],[-71.797892653358,41.93215254873103],[-71.79789165334763,41.931971548696104],[-71.79788665331263,41.93136954858003],[-71.79788365329226,41.93101954851256],[-71.79777465312036,41.92856154804132],[-71.79773265305336,41.92760054785706],[-71.7977266530433,41.92745454782906],[-71.7977256530412,41.92742254782292],[-71.7975476527593,41.92338654704905],[-71.79746265258547,41.92075054654259],[-71.79735565236783,41.91745354590914],[-71.79730065232047,41.91692354580848],[-71.79729965231881,41.916899545803865],[-71.7972686522817,41.916412545710756],[-71.79726565227661,41.91633854569657],[-71.79726265227104,41.91625554568063],[-71.79726165226988,41.91624054567775],[-71.79711265200993,41.91242654494565],[-71.79710565199728,41.91223954490974],[-71.7971056519959,41.912214544904906],[-71.79702465185427,41.9101355445058],[-71.79690065163491,41.906905543885635],[-71.79682865147568,41.90445454341431],[-71.79675665131428,41.90196354293525],[-71.79671165121441,41.90042454263926],[-71.79669865118275,41.89992954254401],[-71.7966956511763,41.89983054252498],[-71.79668365114775,41.899385542439354],[-71.79657365099104,41.897203542021096],[-71.7965666509857,41.897148542010676],[-71.79655565097801,41.89707454199671],[-71.79656365097514,41.89697554197733],[-71.79652265086887,41.89529654165414],[-71.79652065086621,41.89526054164725],[-71.79643465064271,41.8917285409673],[-71.79619165025476,41.88615053989664],[-71.79595664987274,41.8806305388368],[-71.79586364968017,41.87769653827241],[-71.79574464949808,41.875105537775106],[-71.79542864903678,41.868626536531984],[-71.79540864900669,41.868200536450225],[-71.7954046490008,41.868117536434305],[-71.79535664893082,41.86713453624568],[-71.79535364892695,41.86708253623571],[-71.7953236488835,41.866473536118875],[-71.79531664887323,41.866328536091025],[-71.79528964883407,41.86577953598568],[-71.79528764883214,41.865756535981305],[-71.79528664882987,41.86572153597455],[-71.7949666484082,41.85998053487401],[-71.79494164837259,41.85948353477864],[-71.79493364836219,41.859342534751626],[-71.79491464833565,41.858974534681025],[-71.79491164833159,41.85891853467029],[-71.79490664832414,41.85881353465013],[-71.7946806480076,41.85441753380669],[-71.79452464773689,41.850436533041304],[-71.79448064766015,41.849306532824016],[-71.79447764765548,41.84923953281114],[-71.79447464765052,41.84916753279732],[-71.79447164764564,41.849096532783655],[-71.79446364763163,41.848890532744036],[-71.7942376472351,41.843041531619214],[-71.79422964722106,41.84283453157939],[-71.79417964713923,41.84164753135125],[-71.79417764713455,41.84157453133717],[-71.79417364712498,41.84142453130826],[-71.7941216470907,41.84111153124928],[-71.79411564708117,41.84097453122297],[-71.79412164706488,41.840643531158726],[-71.79413464703457,41.84001653103697],[-71.79411764702279,41.83990353101563],[-71.79407764697964,41.8393585309114],[-71.7937966465285,41.83284252965885],[-71.79379064651927,41.83271052963349],[-71.79368964637514,41.83069452924636],[-71.79361564626882,41.8292045289602],[-71.79353264615294,41.82759452865106],[-71.7934786460738,41.82647852843668],[-71.79344064601545,41.82564552827658],[-71.79334364583526,41.82295052775778],[-71.79331064576157,41.82180852753769],[-71.7933156457616,41.82177952753191],[-71.79330264574611,41.82157552749282],[-71.79329664573392,41.821389527456994],[-71.79328464572315,41.82126552743334],[-71.79326564568295,41.82064852731447],[-71.79316164545777,41.817177526645544],[-71.79316064545678,41.817165526643244],[-71.79314464540889,41.816390526493656],[-71.79314364540673,41.8163575264873],[-71.7931016453122,41.81489052620452],[-71.7930976453025,41.814737526175],[-71.79311464530413,41.81466652616073],[-71.79312764530536,41.81461152614967],[-71.7928946451145,41.81252952575363],[-71.79286764502095,41.810990525456404],[-71.79285564499875,41.81065852539247],[-71.79280064490608,41.80930152513134],[-71.7928046449027,41.80921652511475],[-71.79259364454794,41.804024524115555],[-71.792364644255,41.80006152335487],[-71.79236064425012,41.7999965233424],[-71.79213564393649,41.79563252250382],[-71.79212464392046,41.79540652246039],[-71.79207964388836,41.79509052240055],[-71.79207964388803,41.79508452239937],[-71.79207664388616,41.795068522396356],[-71.79207064387562,41.794912522366324],[-71.79205864385453,41.79460052230625],[-71.79200664376313,41.793247522045675],[-71.79191964359586,41.79072352155927],[-71.79191164358033,41.79048852151398],[-71.79193664354938,41.78977652137523],[-71.7919406435422,41.78962252134528],[-71.79192764352125,41.78931852128676],[-71.79192164350971,41.78914452125323],[-71.7915736429643,41.78129251974214],[-71.79147764282921,41.779405519379345],[-71.79137264268118,41.777336518981514],[-71.79137064267877,41.77730451897538],[-71.79125464248706,41.774505518436335],[-71.79106664218968,41.770210517609435],[-71.79106664218848,41.77018851760518],[-71.79064764115587,41.75387451445437],[-71.79063364112189,41.75333851435083],[-71.79055464091978,41.75012551373001],[-71.79032764072302,41.74789151330362],[-71.79032364071672,41.74780051328608],[-71.79031464070061,41.747560513239804],[-71.79019564048932,41.74441751263371],[-71.79015064041077,41.743253512409254],[-71.79013464038184,41.74282151232592],[-71.7901176403509,41.74235851223661],[-71.79007064033176,41.74228951222467],[-71.79008964026723,41.74099951197379],[-71.79009464024918,41.74064051190398],[-71.79007164021579,41.74016851181311],[-71.79005564018995,41.739792511740646],[-71.7900166401274,41.73888451156565],[-71.78990263991679,41.735722510955576],[-71.7898716398532,41.734747510767306],[-71.7898616398329,41.734436510707276],[-71.78976863964509,41.731564510152765],[-71.78972963940805,41.72747150935954],[-71.78971163939073,41.72726250931952],[-71.78970963935929,41.72670050921052],[-71.78970363924067,41.72457150879744],[-71.78967563918754,41.723768508642415],[-71.78959263902861,41.72136250817791],[-71.78956563897584,41.72056050802306],[-71.78956363897214,41.72050450801225],[-71.78955763896109,41.7203385079802],[-71.78953463891726,41.719675507852195],[-71.78952763890287,41.71945450780951],[-71.78947663880382,41.717950507519085],[-71.78932363850687,41.71344050664814],[-71.78927463841174,41.71199550636908],[-71.78927263840792,41.71193750635786],[-71.78924463835541,41.711145506204936],[-71.78916363819894,41.70877050574623],[-71.78913663814683,41.70797950559344],[-71.78912863813073,41.70773350554592],[-71.78912863813046,41.70772850554494],[-71.7890636381038,41.70762950552771],[-71.78907063810237,41.7075615055143],[-71.78907863810105,41.70748950550008],[-71.78911763810936,41.707408505483144],[-71.78906963801508,41.705972505205764],[-71.7890326379458,41.704927505003944],[-71.78892363773865,41.701792504398405],[-71.78888763766972,41.70074750419653],[-71.78880463751112,41.69834450373233],[-71.78871863733852,41.69570250322177],[-71.78871563733227,41.695606503203216],[-71.78871463732993,41.695569503196054],[-71.78869263728893,41.694951503076666],[-71.78868563727528,41.6947435030365],[-71.78866363723299,41.69410150291243],[-71.7885986371064,41.692175502540266],[-71.78857963706876,41.69160050242914],[-71.7885776370645,41.69153450241638],[-71.78857563706127,41.69148750240732],[-71.78854063699433,41.69047250221119],[-71.7884326367849,41.68728750159569],[-71.78839763671547,41.6862265013906],[-71.78838163668563,41.685776501303664],[-71.78834663661608,41.684713501098194],[-71.78833663659731,41.68442950104331],[-71.78832163656787,41.683980500956515],[-71.78822563638178,41.68114950040933],[-71.7879386358239,41.67265549876732],[-71.7878436356383,41.66982549822014],[-71.78784263563672,41.6698024982157],[-71.78781063558955,41.669130498086055],[-71.7877126354438,41.66704749768412],[-71.78768263539801,41.666388497556945],[-71.78768163539664,41.66636949755328],[-71.78768063539545,41.66635349755019],[-71.78764363533804,41.66552349738997],[-71.78753463516647,41.663033496909236],[-71.78749863510947,41.662204496749155],[-71.78744463502484,41.660977496512245],[-71.78743063500286,41.66065849645065],[-71.78728863477306,41.657298495801676],[-71.78723963469271,41.65611949557393],[-71.7872476346928,41.65607349556473],[-71.78730763458309,41.653703495102015],[-71.7874886342543,41.64659349371366],[-71.78754163415887,41.64452649330999],[-71.78754963414501,41.644224493251],[-71.78756163412083,41.643709493150446],[-71.78760163404975,41.64216649284907],[-71.78761463402596,41.6416524927487],[-71.78762163401332,41.641378492695175],[-71.78763863398288,41.64071849256627],[-71.78764263397534,41.64055649253462],[-71.7876496339627,41.640282492481106],[-71.78765163396035,41.640227492470345],[-71.78765163395941,41.64021049246703],[-71.78765663394944,41.63999749242545],[-71.78765863394621,41.63992649241158]]]},"properties":{"name":"Windham"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.10216675837141,42.02881055787289],[-72.10206375820472,42.02645955742384],[-72.10194175800522,42.02363855688495],[-72.10191875785897,42.02118555641371],[-72.1019027577529,42.019402556071135],[-72.1018897576621,42.01787155577695],[-72.10188175760982,42.016993555608245],[-72.10188075759926,42.01681255557345],[-72.10155375721408,42.01189155463673],[-72.10146975711476,42.010620554394755],[-72.10129675675017,42.00517055335121],[-72.10127175669844,42.00439955320357],[-72.10126775656803,42.00211455276385],[-72.10125575653537,42.00160555266625],[-72.10122175644246,42.000157552388565],[-72.10119975640956,41.999702552301656],[-72.10119675640559,41.99964955229154],[-72.10116075636172,41.99908155218333],[-72.10089475603213,41.99478655136477],[-72.10078075589048,41.99293855101253],[-72.10063375570864,41.99056955056098],[-72.10062275569472,41.99038655052608],[-72.10032875533132,41.985652549623666],[-72.10031775531671,41.98545754958646],[-72.10031775530514,41.985252549546985],[-72.10031775529126,41.9850065494996],[-72.10031775529,41.98498454949537],[-72.10030275526526,41.98463254942804],[-72.1002547551864,41.98351354921404],[-72.1002397551605,41.98314154914286],[-72.09991075460889,41.97527154763727],[-72.09952575396277,41.96604654587206],[-72.09947075387053,41.96472954562001],[-72.09922975346633,41.95895654451508],[-72.10532975546195,41.95896254432471],[-72.10548375551237,41.958963544320056],[-72.10698875600475,41.958965544273184],[-72.10713475605247,41.9589645442684],[-72.11565875884125,41.95897754400316],[-72.11606875897536,41.95897754399027],[-72.12347276139762,41.95898854375971],[-72.12363276144995,41.958988543754685],[-72.12452076174434,41.95905854374027],[-72.12550476206735,41.959079543713386],[-72.12634476234317,41.95909854369064],[-72.12718476261892,41.95911654366771],[-72.12722176263102,41.95911654366655],[-72.12810076291953,41.95913454364237],[-72.1348957651498,41.9592745434557],[-72.14319876786705,41.95930554320049],[-72.14616876883899,41.95931654310918],[-72.14855476961912,41.95931354303352],[-72.15152477059027,41.959310542939456],[-72.15165477063277,41.95931054293536],[-72.15438177152478,41.9593135428501],[-72.15586877201113,41.959314542803476],[-72.15714477242877,41.959320542764466],[-72.16230677411833,41.95934654260693],[-72.16235877413534,41.959346542605296],[-72.1640967747042,41.959355542552295],[-72.16791677595448,41.95937454243564],[-72.16799177597906,41.95937554243348],[-72.16818577604263,41.95937754242773],[-72.1687677762334,41.95938554241094],[-72.16896277629733,41.95938854240538],[-72.17162077716874,41.95942754232915],[-72.17239077742003,41.959418542303155],[-72.17597877859092,41.95937554218183],[-72.17599377859581,41.959375542181355],[-72.17673377883723,41.959365542156114],[-72.17712877896606,41.9593595421425],[-72.17777077917555,41.95935154212072],[-72.18127578031908,41.95930554200139],[-72.18291678085443,41.959283541945425],[-72.18753678236182,41.959224541788394],[-72.19062378336723,41.95915354167738],[-72.19066178337958,41.95915254167599],[-72.19129478358792,41.95917654166064],[-72.19155278367286,41.95918654165444],[-72.19179478375256,41.95919654164874],[-72.19236078393887,41.959218541635124],[-72.19292778412544,41.95923954162129],[-72.19330878425083,41.95925354161195],[-72.19393378445663,41.95927854159707],[-72.19398078447209,41.95928054159597],[-72.19430878458007,41.95929354158813],[-72.19439878460969,41.95929654158587],[-72.1945477846587,41.95930154158212],[-72.19516478486184,41.95932654156749],[-72.1952807849,41.9593305415646],[-72.1955207849804,41.95936454156358],[-72.19565778502401,41.959343541555214],[-72.19577678506191,41.959325541548],[-72.19653278530637,41.95927754151489],[-72.19678578538826,41.95926254150401],[-72.1971307854996,41.95923654148813],[-72.19895478608977,41.9591265414094],[-72.20708078871814,41.95862154105571],[-72.20715778874313,41.958618541052694],[-72.2077587889384,41.95859654102948],[-72.2169807919294,41.958169540656094],[-72.21726079152187,41.949361538950285],[-72.21728879118483,41.943249537771635],[-72.21702679067826,41.93581553634712],[-72.21699779062457,41.9350345361975],[-72.21699179060859,41.93478653614988],[-72.2168497902205,41.9287495349906],[-72.2168477902159,41.92867953497717],[-72.2168157901437,41.92758853476784],[-72.21676779003344,41.92591753444721],[-72.21676479002461,41.925778534420495],[-72.21676179001774,41.92567453440053],[-72.21676379001315,41.92558153438254],[-72.21677678998414,41.92499353426876],[-72.21677978998025,41.92490753425209],[-72.21678078997435,41.92479753423084],[-72.21678178996545,41.924634534199384],[-72.21677278995278,41.924462534166494],[-72.21672078987893,41.92345753397437],[-72.21670378985449,41.923123533910506],[-72.21668078971183,41.92073453345059],[-72.21668078970986,41.92069953344384],[-72.21665078958559,41.91867553305448],[-72.2166507895853,41.91867053305351],[-72.2165377891074,41.91087153155299],[-72.21653478909737,41.910711531522225],[-72.21654878903107,41.90945753127991],[-72.21656478894985,41.90792853098448],[-72.21659278865673,41.902579529951744],[-72.21660478853715,41.90039352952966],[-72.21663778845777,41.89879752922068],[-72.21663978844956,41.89864052919033],[-72.2164537882675,41.896493528781946],[-72.2164447882581,41.896379528760235],[-72.21635978817126,41.895333528561096],[-72.21630678801236,41.89282652807899],[-72.21632778793936,41.89141252780549],[-72.21632978793731,41.89136452779615],[-72.21633478793132,41.891229527769944],[-72.21645678779281,41.888070527156465],[-72.21690078773477,41.884472526448064],[-72.21692578764632,41.882760526116826],[-72.21692878764097,41.88264852609511],[-72.21695378755639,41.881005525777205],[-72.21701878724471,41.87510552463621],[-72.21709978713373,41.87266952416336],[-72.21710078713126,41.87261952415368],[-72.21710078711371,41.87230852409364],[-72.21715278694448,41.86900752345464],[-72.21726078660883,41.86242952218101],[-72.21726378659814,41.86222252214095],[-72.21737178626121,41.85561952086227],[-72.21737278625827,41.855561520851055],[-72.21737378625525,41.855502520839615],[-72.21737678624402,41.855285520797594],[-72.21744278603954,41.85127452002074],[-72.21746578596935,41.84989551975362],[-72.21757778562299,41.84309751843675],[-72.2177017852729,41.83616151709258],[-72.21771978522423,41.83519251690476],[-72.21058478289146,41.83515051712126],[-72.21046578285251,41.8351485171246],[-72.2066197815943,41.8351125172387],[-72.20029277952446,41.83505451742658],[-72.20023377950513,41.83505351742823],[-72.19411677750547,41.83502451761503],[-72.19411077750357,41.83502551761543],[-72.19397677745974,41.83502451761943],[-72.19384377741632,41.835024517623616],[-72.19351277730809,41.835022517633654],[-72.19331077724205,41.8350215176398],[-72.19323077721585,41.83502051764214],[-72.19302377714817,41.83501951764846],[-72.19299177713766,41.83501851764925],[-72.19291277711186,41.83501851765174],[-72.19273077705236,41.83501751765727],[-72.19254877699287,41.835016517662794],[-72.192218776885,41.83501551767299],[-72.19206677683532,41.83501451767758],[-72.19042777629954,41.83500751772777],[-72.19028677625344,41.835006517732],[-72.18861677570749,41.83499851778297],[-72.18855077568591,41.834998517785046],[-72.18808977553523,41.83499651779915],[-72.18764877539108,41.83499451781263],[-72.1872077752469,41.8349925178261],[-72.18054877307002,41.83496151802945],[-72.17357077078883,41.834930518242714],[-72.16917676935235,41.83491051837691],[-72.16901976930106,41.83491051838183],[-72.1662237683864,41.83488751846521],[-72.16615976836555,41.8348885184674],[-72.16608276834046,41.83488951847002],[-72.16600676831573,41.8348915184728],[-72.1645587678444,41.83492151852406],[-72.1642857674936,41.830261517631826],[-72.16428176748853,41.830194517619],[-72.16414476736757,41.828837517360974],[-72.16412476734966,41.828634517322364],[-72.16367176694834,41.82412051646386],[-72.16365676693577,41.82398351643784],[-72.16356576685463,41.82306751626358],[-72.16345776675932,41.82199751606008],[-72.16345576675761,41.82197851605647],[-72.16315976649459,41.81901351549242],[-72.16315276648882,41.81895151548066],[-72.16162876513495,41.80368351257545],[-72.16067776429038,41.79415351076145],[-72.16051376414194,41.7924595104388],[-72.15942876315826,41.78121850829728],[-72.15942876315792,41.78121250829611],[-72.15941676314723,41.78109150827306],[-72.15937976311372,41.78070850820009],[-72.15922876297783,41.779161507905364],[-72.15879476258404,41.77465650704686],[-72.15879176258115,41.77462250704036],[-72.15836776219712,41.77023250620371],[-72.1583637621934,41.77018950619551],[-72.15834176217369,41.76996550615282],[-72.15823576207772,41.76886850594374],[-72.15822576206877,41.768766505924305],[-72.15792576179688,41.76565650533151],[-72.15788676176143,41.76525050525411],[-72.15777576166113,41.76410450503567],[-72.15772876161859,41.76361850494301],[-72.1572647611979,41.75880250402485],[-72.15723976117154,41.75847750396269],[-72.15689376079865,41.75382650307266],[-72.15632176059364,41.75349950302725],[-72.15753176090043,41.75192050268346],[-72.15755076090545,41.7518995026788],[-72.15762676092541,41.75181250265957],[-72.15823176111961,41.7517535026292],[-72.15861876123913,41.751631502593426],[-72.1587157612671,41.75156550257759],[-72.15889576131917,41.751445502548705],[-72.15896876132881,41.75119150249722],[-72.15903376133326,41.75089150243707],[-72.15915376136438,41.75074750240541],[-72.15931376141393,41.7506995023911],[-72.15993876160752,41.75051250233529],[-72.16008576165125,41.750436502315964],[-72.16050876177704,41.75021650226009],[-72.16080176186794,41.75013150223443],[-72.1610927619616,41.750107502220686],[-72.16145376208034,41.75012350221246],[-72.16148376209024,41.75012550221191],[-72.16216076231086,41.750118502189345],[-72.16221476232485,41.75005350217504],[-72.16255476243522,41.750042502162266],[-72.1626027624508,41.75004050216036],[-72.1628767625309,41.749873502119435],[-72.1630137625739,41.74984250210913],[-72.16342076270172,41.74975250207895],[-72.16403576290399,41.7497795020649],[-72.16451776306855,41.749908502074796],[-72.16461676310237,41.74993550207691],[-72.16480376316588,41.74997950207958],[-72.16485976318587,41.75001050208381],[-72.16498276323101,41.7500995020972],[-72.1653147633528,41.7503395021333],[-72.16557076345616,41.75069350219384],[-72.16581176359189,41.75171450238408],[-72.16607176369111,41.751970502425515],[-72.1662917637684,41.7520685024376],[-72.1670817640368,41.75225650244925],[-72.16764376422461,41.75233450244673],[-72.16812376438098,41.75232850243053],[-72.16848476449384,41.752239502401956],[-72.16876676457197,41.75199050234489],[-72.16900276463407,41.751723502285785],[-72.16921276469067,41.75150950223773],[-72.16962276480074,41.75108450214256],[-72.17006076491398,41.750552502025776],[-72.17057376501687,41.74939750178596],[-72.17089176509614,41.74895850169094],[-72.17122876518876,41.74864750162014],[-72.17164876531623,41.74847550157364],[-72.17181976537799,41.748581501588816],[-72.17210876548026,41.74872350160726],[-72.17241776559527,41.74897650164658],[-72.1730247658222,41.749491501727306],[-72.17328376594348,41.75014850184647],[-72.17347676601447,41.750291501868126],[-72.17362876607483,41.75048350190054],[-72.17368976609906,41.75056050191354],[-72.17382876615662,41.75077850195141],[-72.17398776622625,41.751095502007836],[-72.17412676627706,41.751192502022256],[-72.17430976633727,41.751201502018276],[-72.17448176639087,41.75115550200396],[-72.17463376643282,41.751018501972666],[-72.17468876644094,41.750842501936845],[-72.17468976642941,41.75063050189574],[-72.17468976642907,41.75062450189459],[-72.17472376643116,41.750463501862335],[-72.17472476642332,41.75031750183402],[-72.17475776642553,41.750164501803354],[-72.17524576657034,41.749905501737864],[-72.17570976671443,41.749773501697746],[-72.17595576679987,41.749865501707866],[-72.17638576694728,41.74999150171878],[-72.17641176696647,41.75018250175496],[-72.17654576702306,41.75041250179532],[-72.17656076704557,41.75072750185585],[-72.17640476700628,41.75093550190103],[-72.17624376696206,41.751084501934955],[-72.17608676691886,41.75122850196776],[-72.17603776691494,41.75144450201115],[-72.17630176701314,41.751659502044504],[-72.176468767074,41.75177250206117],[-72.17693376723568,41.75194950208085],[-72.17798676761944,41.752665502186524],[-72.17799076762091,41.75266850218699],[-72.17831376775027,41.75309550225956],[-72.17833276777054,41.75334750230777],[-72.17814276771647,41.75348950234124],[-72.17811676770849,41.7534985023438],[-72.17759376754738,41.75367050239352],[-72.1774767675206,41.753874502436695],[-72.17747576753489,41.75413550248729],[-72.17765176761044,41.75445950254453],[-72.17766476761793,41.75451750255534],[-72.17771276764536,41.75472750259452],[-72.17765876764092,41.7549635026419],[-72.17764676765294,41.7552485026975],[-72.17787076773334,41.755378502715644],[-72.17837476790122,41.75543850271145],[-72.17914976815582,41.75546750269275],[-72.17941576824323,41.755477502686354],[-72.17998376843201,41.75553750268015],[-72.18041276857579,41.755604502679674],[-72.18109676881419,41.75587450271051],[-72.1811687688396,41.75590850271483],[-72.18140476892307,41.75602350272971],[-72.18161976899907,41.7561275027431],[-72.18227476921804,41.75621950274038],[-72.18319976951535,41.75613650269527],[-72.18363876965293,41.756034502661734],[-72.18427476985232,41.75588750261333],[-72.18445076990753,41.75584750260003],[-72.18479677001605,41.75576850257389],[-72.18514277012459,41.755689502547725],[-72.18611577043761,41.75560750250133],[-72.18647077054952,41.75553650247643],[-72.18697777070936,41.75543550244095],[-72.18765677091724,41.75518950237201],[-72.18802677101696,41.75481350228757],[-72.18809777102503,41.754543502233034],[-72.18814977103098,41.754346502193265],[-72.18808777099814,41.754121502151634],[-72.18798577094404,41.75374950208278],[-72.18755977078455,41.753384502025455],[-72.18743677074086,41.753321502017116],[-72.18708077061449,41.75313950199303],[-72.18655777042918,41.7528785019589],[-72.18651077041176,41.752841501953206],[-72.18588677018104,41.75235850187923],[-72.18573077010572,41.751922501799676],[-72.18604777018352,41.75146350170083],[-72.18665477036798,41.751219501634516],[-72.1874407706203,41.75114350159514],[-72.18759877067103,41.75112850158727],[-72.18835177091033,41.75101250154116],[-72.18890277107502,41.75074150147139],[-72.18922377116277,41.75043750140243],[-72.1892487711696,41.75041350139701],[-72.18930077118088,41.750311501375606],[-72.18940477120329,41.75010550133245],[-72.18939777120005,41.75008850132937],[-72.1887717709025,41.748422501026305],[-72.18877177085842,41.74763450087366],[-72.1890477709198,41.74712150076562],[-72.18941777101779,41.746714500675175],[-72.18941877101801,41.74671250067476],[-72.18943577102294,41.74670150067209],[-72.18989477115481,41.7463805005955],[-72.1903287712795,41.74607750052319],[-72.19104277148905,41.74565750041942],[-72.19164977166625,41.74528350032793],[-72.19233277186025,41.744766500206325],[-72.19258177193089,41.74457650016172],[-72.19266677195495,41.744510500146255],[-72.19287577201433,41.7443525001091],[-72.19291577202479,41.74430650009893],[-72.19298677204343,41.744225500081],[-72.19343177216042,41.74372049996919],[-72.19372177223532,41.743367499891725],[-72.19384577226741,41.74321749985877],[-72.1940997723225,41.74272049975451],[-72.19431177235941,41.74214349963607],[-72.1945767724145,41.74158249951908],[-72.19478677245978,41.741166499431884],[-72.1950067725073,41.74073249934091],[-72.19514677254124,41.74052249929581],[-72.19544477261356,41.74007649920006],[-72.19564477265327,41.73961949910524],[-72.19572077262772,41.738719498928475],[-72.19567777256911,41.73792249877539],[-72.19568977252358,41.73703849860373],[-72.19549377242755,41.73646549849887],[-72.19546677241532,41.7364044984879],[-72.19531677234764,41.73606949842768],[-72.19510677225925,41.7357144983655],[-72.19483177214869,41.735342498302046],[-72.19443977199901,41.73495349823897],[-72.1940027718467,41.73478049821915],[-72.19326977160497,41.734735498233434],[-72.19291177148769,41.734727498243124],[-72.19250577134433,41.734533498218255],[-72.19209177118269,41.7340594981394],[-72.19173777104682,41.73369549807998],[-72.19151077095383,41.733357498021604],[-72.19150977095205,41.73333149801658],[-72.1914827709424,41.73331649801454],[-72.19128977086304,41.733023497963806],[-72.19099877074375,41.73258849788863],[-72.19097677073191,41.732505497873234],[-72.19090377068511,41.732094497795885],[-72.1908957706543,41.73158949769827],[-72.19096177066541,41.73140349766017],[-72.19111577070275,41.731172497610565],[-72.19132877075968,41.73094749756029],[-72.19181177089742,41.730591497476134],[-72.19210477098353,41.730421497434],[-72.1924427710868,41.73029549739897],[-72.1927947711949,41.730174497364494],[-72.19323377133456,41.73010949733811],[-72.19381277152351,41.730109497319944],[-72.19409877161807,41.730131497315234],[-72.1943397716952,41.73010449730244],[-72.19447177173582,41.73006049728978],[-72.19496977189377,41.72997849725827],[-72.19519677196845,41.729989497253264],[-72.19554177208563,41.73007149725834],[-72.19607577227185,41.73028549728306],[-72.196236772329,41.730367497293905],[-72.19645977240523,41.73042949729892],[-72.19669477249182,41.73060649732585],[-72.19676677251678,41.73063249732863],[-72.19681677253416,41.73065149733074],[-72.1970817726306,41.730829497356915],[-72.19717277266797,41.730966497380614],[-72.19721777268644,41.73103449739237],[-72.19726277270499,41.731103497404334],[-72.19749677280122,41.73145849746577],[-72.19757977283523,41.7315824974872],[-72.1976587728676,41.73170049750759],[-72.19771277288987,41.73178349752199],[-72.1978957729546,41.731872497533494],[-72.19817577304416,41.7318404975185],[-72.19836677310369,41.73179049750282],[-72.19851877315112,41.73175149749049],[-72.19879777323413,41.73160749745384],[-72.19888177325561,41.73150149743067],[-72.19891777326471,41.73145449742043],[-72.1989647732606,41.7311064973515],[-72.19896877326022,41.73107649734557],[-72.19899277325554,41.73085249730142],[-72.19900577325545,41.73077549728608],[-72.19904677325547,41.73053649723847],[-72.19908777325543,41.73029649719068],[-72.19912577325553,41.73007649714684],[-72.19916377325569,41.729857497103225],[-72.19916777325565,41.72983349709845],[-72.19915977324091,41.72961649705664],[-72.19915377323845,41.72960749705509],[-72.1990127731812,41.72940649702055],[-72.19893477315456,41.72938549701894],[-72.1988837731372,41.729372497018005],[-72.19857377303049,41.72927349700856],[-72.1984457729871,41.729244497006945],[-72.19835977295791,41.72922449700578],[-72.19809277286525,41.72912549699495],[-72.19787977279024,41.72902749698266],[-72.1977417727375,41.72888949696024],[-72.19773377272544,41.72872049692775],[-72.19774677272068,41.72855949689613],[-72.19774877272037,41.72854249689278],[-72.19776977272102,41.72843149687061],[-72.19788877275316,41.72831149684362],[-72.19800877278784,41.72823149682435],[-72.19812677282373,41.72818449681154],[-72.19822677285613,41.72818049680763],[-72.19853177295522,41.7281724967965],[-72.19863477298873,41.72817049679288],[-72.1989207730816,41.728162496782346],[-72.19996077341948,41.72813549674449],[-72.20012277347234,41.72813549673941],[-72.20154077393452,41.72812549669297],[-72.20161877395988,41.72812349669014],[-72.20191577405652,41.72811849667984],[-72.20265777429798,41.728106496654235],[-72.20407477475905,41.728082496605104],[-72.20416977478995,41.72808049660173],[-72.20445477488268,41.72807549659181],[-72.20455077491394,41.728074496588604],[-72.20511977509912,41.728065496569],[-72.20572377529567,41.7280554965481],[-72.20588477534804,41.728052496542475],[-72.20623477546192,41.72804649653032],[-72.20629677548209,41.72804549652819],[-72.20954277654128,41.72804449642609],[-72.20961977656636,41.728043496423474],[-72.21631777875201,41.728042496212964],[-72.21644377879318,41.728043496209196],[-72.21776877922603,41.72805249616932],[-72.22485178153849,41.728073495950895],[-72.22734278235174,41.72808149587417],[-72.22850278273042,41.728084495838296],[-72.2325817840633,41.72811849571669],[-72.23453178470047,41.728134495658495],[-72.23624878526157,41.728149495607425],[-72.23642078531775,41.728150495602215],[-72.23644878532694,41.72815149560153],[-72.24029378658331,41.72818349548684],[-72.24164978702642,41.72819549544653],[-72.24175978706171,41.72818449544093],[-72.24209178716835,41.72815449542468],[-72.24210878717383,41.728153495423946],[-72.24220278720462,41.72815549542138],[-72.24245378728679,41.728160495414464],[-72.24320878753403,41.72817649539382],[-72.2434607876166,41.72818249538707],[-72.24446778794639,41.72820449535965],[-72.24509178815566,41.72830549535959],[-72.24812078913858,41.72820949524572],[-72.24952378959617,41.728206495201],[-72.24967378964512,41.72820649519629],[-72.25012578979259,41.728206495182086],[-72.25027678984186,41.72820649517732],[-72.25039178987937,41.7282064951737],[-72.25074078999326,41.72820649516272],[-72.25077279000368,41.72820649516172],[-72.25085679003115,41.72820749515927],[-72.25086279003305,41.72820649515889],[-72.25088179003919,41.72820549515811],[-72.2508887900415,41.72820549515788],[-72.25099779007711,41.728206495154645],[-72.25132479018397,41.72820949514493],[-72.25143379021964,41.728211495141885],[-72.25167479029822,41.728210495134114],[-72.2524007905351,41.72821049511128],[-72.2525037905687,41.72821049510802],[-72.25264379061437,41.728210495103625],[-72.25211679040683,41.727575494997176],[-72.25200379036161,41.727426494971866],[-72.25199479035625,41.7273834949638],[-72.251976790345,41.72728749494578],[-72.25200379034658,41.727158494919934],[-72.25208379036775,41.72707049490036],[-72.25236579044558,41.72681749484245],[-72.25269279053673,41.726540494778504],[-72.25302279062434,41.72618249469875],[-72.25320179066155,41.72580449461986],[-72.25316479061976,41.72527449451833],[-72.25299479054496,41.72492949445683],[-72.25282679048537,41.724844494445634],[-72.25259079040165,41.724724494429815],[-72.25212279023603,41.72449349439978],[-72.25201279018646,41.72424949435595],[-72.25191479015497,41.72425849436077],[-72.25181779012384,41.72426749436558],[-72.24952378938698,41.724474494477846],[-72.24848378902644,41.724095494437115],[-72.24817378892153,41.724028494433874],[-72.2478787888115,41.723782494395486],[-72.24750878868412,41.72366349438406],[-72.2470947885399,41.723500494365496],[-72.2468517884456,41.723232494321195],[-72.24659678834432,41.722909494266624],[-72.2463447882376,41.72247249418987],[-72.2461157881299,41.72188349408292],[-72.24549578786834,41.72082549389737],[-72.24528578778127,41.72049449383982],[-72.2451827877269,41.72012349377118],[-72.24511078768788,41.71984649371974],[-72.24503978764953,41.71957549366945],[-72.2447907875213,41.71873649351469],[-72.24473178749096,41.71853849347815],[-72.24467278746057,41.718339493441434],[-72.24459678742149,41.7180844933944],[-72.24444278734053,41.71753649329303],[-72.24437178730624,41.717337493256686],[-72.24432878728527,41.71721349323401],[-72.24431178727635,41.71715349322293],[-72.2442467872427,41.71693149318194],[-72.24392578713154,41.71681649316973],[-72.2435407870004,41.716717493162655],[-72.24320978688685,41.716618493153874],[-72.24290178677921,41.716490493138735],[-72.24281478674881,41.716454493134506],[-72.24229378655654,41.716056493073744],[-72.24219778652069,41.71597549306106],[-72.24185778639387,41.7156914930167],[-72.24137978621697,41.71531749295923],[-72.24023078579845,41.71453749284415],[-72.23955978556059,41.714199492799715],[-72.23957578556544,41.71419249279786],[-72.23968278559754,41.714142492784816],[-72.23978978562971,41.71409349277194],[-72.23990478566424,41.71404049275806],[-72.2400067856969,41.71402949275273],[-72.24006578571246,41.71396349273807],[-72.2400067856828,41.71377749270387],[-72.24000678567664,41.71366749268255],[-72.24010178570457,41.713612492668894],[-72.24032178577907,41.71366149267148],[-72.2404687858286,41.7136894926723],[-72.24057078585722,41.713606492653],[-72.24061478586515,41.71349149262932],[-72.24076878591019,41.713398492606444],[-72.2408857859474,41.71338149259949],[-72.24099578598513,41.71341449260242],[-72.24112678603342,41.71351349261748],[-72.24119278605646,41.71354049262067],[-72.2412737860789,41.71346949260434],[-72.24136878609853,41.713266492562],[-72.24147078612874,41.713211492548126],[-72.24157378616079,41.713183492539464],[-72.24167678619902,41.71326649255231],[-72.24163978619339,41.713381492575785],[-72.24162478619495,41.713496492598544],[-72.24167678621409,41.71353549260446],[-72.24185978627159,41.71349649259113],[-72.24221078637228,41.71324949253224],[-72.24247478645076,41.713112492497395],[-72.24266478651087,41.713079492485015],[-72.24281078656034,41.713112492486836],[-72.24286278658158,41.713188492499924],[-72.24284778658098,41.71326549251532],[-72.24271678654716,41.71342449255025],[-72.24256978650878,41.71359549258801],[-72.24252578650176,41.7137264926148],[-72.24254778651661,41.713863492640655],[-72.2426657865616,41.71397949265944],[-72.24286378663292,41.714099492676475],[-72.24300978668026,41.714094492670924],[-72.24319978673334,41.71393549263412],[-72.24330978676494,41.71385849261574],[-72.24344178680826,41.71386349261255],[-72.24351478683576,41.71392949262307],[-72.24356678686043,41.71406649264799],[-72.24371278692155,41.71430749269012],[-72.24382278696208,41.71439049270274],[-72.24401378702619,41.71442249270294],[-72.24413078706252,41.71438949269287],[-72.24433578712019,41.71422549265463],[-72.244379787133,41.71419749264781],[-72.24462078720792,41.714131492627445],[-72.24472378723817,41.714071492612575],[-72.24481878726363,41.7139724925904],[-72.24492478729472,41.713910492575046],[-72.24496578730675,41.71388649256912],[-72.2449377872933,41.71380949255506],[-72.2447527872301,41.71375849255099],[-72.24439378710038,41.71353349251866],[-72.24417378702218,41.7134184925033],[-72.24386578690907,41.71319349246936],[-72.24371978685438,41.713067492449525],[-72.24360178680857,41.712936492427836],[-72.24347778674874,41.712590492364676],[-72.24326478666083,41.71226149230758],[-72.2432937866626,41.71212449228012],[-72.24335278667756,41.71204749226333],[-72.24362378676042,41.711948492235635],[-72.2444797870338,41.71184349218835],[-72.24466278708981,41.711777492169816],[-72.24483678713398,41.71155249212073],[-72.2448827871456,41.71149249210765],[-72.24489678714401,41.711382492085896],[-72.24485978712337,41.711229492057385],[-72.24465478704515,41.71102649202448],[-72.24458878701589,41.7108884919998],[-72.24461778702047,41.71080149198202],[-72.24472778705514,41.710779491974314],[-72.2448597871012,41.71083349198064],[-72.24507978718592,41.711064492018494],[-72.24523378724075,41.71114649202954],[-72.24535078727926,41.71115249202702],[-72.24551878733065,41.71109149200993],[-72.24570178738296,41.71095949197858],[-72.24572378738554,41.71087749196199],[-72.24568778737044,41.71081749195149],[-72.24554078732001,41.7107734919476],[-72.24550478730548,41.71072349193902],[-72.24552578730959,41.71067449192887],[-72.24571678736731,41.710592491906965],[-72.2458407874016,41.710482491881734],[-72.24592878740695,41.71006549179814],[-72.24601578742705,41.70991749176671],[-72.24615478745795,41.70965949171233],[-72.24640378750688,41.709082491592646],[-72.24649078750672,41.70857249149105],[-72.24657178751656,41.7082764914311],[-72.24665878754152,41.70821549141656],[-72.24676878757775,41.70822149141426],[-72.24692978763575,41.70831949142817],[-72.2473117877859,41.708775491504575],[-72.24740678781963,41.70882449151109],[-72.24758978787962,41.70882949150631],[-72.24767778790525,41.70877449149288],[-72.24769178790248,41.70864349146704],[-72.24769978789858,41.70852749144432],[-72.24780878792771,41.708412491418564],[-72.24783078793213,41.70836349140838],[-72.2477717879055,41.70823149138466],[-72.24780878790773,41.70805549134938],[-72.24780878790408,41.70799049133678],[-72.24759578783151,41.70793549133281],[-72.24745678778282,41.70787549132554],[-72.2474277877678,41.70777649130726],[-72.24755878779028,41.70741449123296],[-72.2475447877786,41.70728749120878],[-72.24733878769466,41.7069884911573],[-72.24730278768,41.706936491148326],[-72.24720678764565,41.70688249114088],[-72.24677478750071,41.7068104911405],[-72.24609378727492,41.70674549114932],[-72.24608878727328,41.70674549114947],[-72.24570578714957,41.70676749116578],[-72.2453477870368,41.70683949119099],[-72.24519378699033,41.7069064912088],[-72.24516278697998,41.70690249120901],[-72.24499578692445,41.70688349121058],[-72.24490778689233,41.706822491201535],[-72.24476878684361,41.70676249119426],[-72.24432978670163,41.706784491212325],[-72.24422678666558,41.706740491207036],[-72.24402178658735,41.70653749117412],[-72.24402178658275,41.70645549115822],[-72.24403578658485,41.706411491149254],[-72.2440287865623,41.706049491079284],[-72.24397678653645,41.70589049105009],[-72.24402078654249,41.70574249102002],[-72.24406478655378,41.70568749100796],[-72.24433578663972,41.70564349099092],[-72.24439478665556,41.70558249097724],[-72.24442378666318,41.70554949096993],[-72.24443778666316,41.70546749095359],[-72.24429178660723,41.70531949092949],[-72.2442847865989,41.705211490908766],[-72.24428378659697,41.70518249090319],[-72.24437978662368,41.70510049088427],[-72.24451878666719,41.70506749087349],[-72.24491378680247,41.70518249088339],[-72.24511178686706,41.705182490877164],[-72.24519178688973,41.70512149086281],[-72.24528678691212,41.704967490829965],[-72.24528478690532,41.70485749080869],[-72.24527978688374,41.70450149073984],[-72.2453237868938,41.70442449072351],[-72.24574078701107,41.70408949064546],[-72.24576278701625,41.70405349063779],[-72.24585778703884,41.703903490605725],[-72.24598178706943,41.703727490567694],[-72.24622378714962,41.70374949056437],[-72.24654578726015,41.70384749057323],[-72.24703678743413,41.7040944906057],[-72.24724878750543,41.7041324906064],[-72.24744678756912,41.70411649059707],[-72.24856178792277,41.703936490527106],[-72.2489177880357,41.703879490504875],[-72.24952578823067,41.70381949047411],[-72.24957678824691,41.70381249047115],[-72.25000478838328,41.70375449044646],[-72.25026078846501,41.7037224904322],[-72.25077378862373,41.70356849038621],[-72.25083978864315,41.70353049037679],[-72.25111878872859,41.70343149034881],[-72.25124978876579,41.7033324903255],[-72.25140378879917,41.70303149026229],[-72.25141178878796,41.70278449021415],[-72.2513687887469,41.70230149012186],[-72.2513837887355,41.702010490064964],[-72.25147178874606,41.701686489999375],[-72.25144278872557,41.70148948996209],[-72.25135478868243,41.70123148991482],[-72.25109178857541,41.700852489849616],[-72.25080578847104,41.70065448982022],[-72.25062378839141,41.70029248975574],[-72.25047778833428,41.70012248972736],[-72.25023578824427,41.69992448969657],[-72.25004578816755,41.69966148965156],[-72.25011178818168,41.699529489623885],[-72.25016778818922,41.699337489584885],[-72.25035178824419,41.69924748956166],[-72.25066078833655,41.69909648952265],[-72.25126078853076,41.69906948949858],[-72.25158278863613,41.69907548948961],[-72.25180978870982,41.6990694894813],[-72.25200778877536,41.69908648947839],[-72.2524097889145,41.69922948949346],[-72.2528857890888,41.69956948954442],[-72.25306878915801,41.69973948957164],[-72.25332478925937,41.70005848962545],[-72.25343378930074,41.700162489642175],[-72.25360278936164,41.70026548965684],[-72.25384378944983,41.700436489682424],[-72.25409278953504,41.70050748968836],[-72.25426878959216,41.70050248968186],[-72.25481378977088,41.70051948966801],[-72.25485478978432,41.70052048966691],[-72.255374789953,41.70050348964726],[-72.25579879008731,41.70043248962017],[-72.25617279020102,41.70028448957971],[-72.25644379027653,41.70005448952659],[-72.25656079031071,41.69998348950914],[-72.256692790351,41.69993348949531],[-72.25698679044662,41.69992848948509],[-72.25727879054156,41.69992348947494],[-72.25754979062718,41.699873489456714],[-72.25772479067999,41.69979748943646],[-72.25787179071932,41.699643489402],[-72.25794479073944,41.69957748938689],[-72.25804779075585,41.69927048932413],[-72.25811379075559,41.69888148924662],[-72.2582897907976,41.69860648918777],[-72.25842179083176,41.69844748915279],[-72.25873679093115,41.698387489131235],[-72.25902979102487,41.69835448911564],[-72.25932979112396,41.69837648911046],[-72.26016479140921,41.6986064891288],[-72.2607287915958,41.69865348912016],[-72.26075479160326,41.69863548911586],[-72.26093579165516,41.69850748908535],[-72.26103879167049,41.69818148901891],[-72.26100579163531,41.69774548893539],[-72.26099979161067,41.69734048885705],[-72.2609707915834,41.697022488796286],[-72.26090579155147,41.69683048876111],[-72.26088379153626,41.69668748873407],[-72.26092779154665,41.69661648871893],[-72.26102279157395,41.69655048870314],[-72.26143279170029,41.696418488664634],[-72.26150579172075,41.696358488650716],[-72.26163779175461,41.69619448861475],[-72.26168179176184,41.69606748858874],[-72.26167479175312,41.69595248856666],[-72.26163079173296,41.69584848854788],[-72.2615647917074,41.695776488536005],[-72.26133879162722,41.6956614885208],[-72.26128679160568,41.69557948850654],[-72.26127979159081,41.69535448846314],[-72.26146379163822,41.69512948841371],[-72.26171279171793,41.69510248840064],[-72.261771791735,41.69506348839122],[-72.26180079174014,41.694986488375385],[-72.2619477917832,41.694899488353876],[-72.26204379181083,41.69483348833808],[-72.26213879183312,41.694678488305016],[-72.26204379179694,41.69458548828996],[-72.26225679185595,41.694398488247],[-72.26234579187792,41.69427248821979],[-72.26233879186798,41.694135488193425],[-72.26231679185464,41.69402548817277],[-72.2623527918596,41.693904488148185],[-72.26258779192455,41.69369548810027],[-72.26269879195739,41.69363548808514],[-72.26315979210008,41.69349848804408],[-72.26325379212952,41.69347648803685],[-72.26337979216882,41.69344448802669],[-72.26351879220894,41.69335148800428],[-72.2635627922187,41.69326948798698],[-72.26356279220057,41.69294548792415],[-72.26349679217138,41.69280848789968],[-72.26348979216046,41.69265448787001],[-72.26368079220127,41.692270487789536],[-72.26393679226081,41.69184248769849],[-72.26401079228158,41.69178248768451],[-72.2643107923742,41.69168948765705],[-72.26438379239494,41.69163448764409],[-72.26446479241986,41.69160748763629],[-72.26461779246915,41.691596487629354],[-72.2649037925655,41.69165148763103],[-72.26518179265584,41.69164548762112],[-72.26524779267585,41.69161848761381],[-72.26533579269407,41.691431487574775],[-72.26540879271637,41.69140448756724],[-72.2655777927718,41.691409487562886],[-72.26565779279484,41.6913554875499],[-72.26567979280019,41.69132248754282],[-72.26565779277608,41.69102048748493],[-72.2656727927779,41.6909654874738],[-72.26576079280292,41.69089948745823],[-72.26604679289352,41.69085148743993],[-72.26626479295906,41.690752487413874],[-72.26649979303174,41.69068148739271],[-72.26656479305295,41.690681487390655],[-72.2667477931172,41.6907634874008],[-72.2671287932608,41.691108487455736],[-72.26730379332376,41.691213487470584],[-72.26752379340161,41.69132248748481],[-72.26758279342427,41.69138348749478],[-72.26758279343042,41.69149348751612],[-72.26748679341384,41.691756487570146],[-72.26749379342381,41.6918934875965],[-72.26766979348825,41.69201948761539],[-72.26793279358264,41.69217348763697],[-72.26818979367113,41.69225648764498],[-72.26826279370013,41.69234948766073],[-72.2682187936938,41.69249248768985],[-72.26813079367031,41.692585487710666],[-72.26812279367446,41.69270648773437],[-72.26815279368728,41.69276048774388],[-72.26819579370253,41.692782487746804],[-72.26829179373262,41.69276048773951],[-72.26882579388656,41.69239948765272],[-72.2690447939343,41.691976487563785],[-72.269088793937,41.69176848752207],[-72.26921379396518,41.69154348747451],[-72.26937479401366,41.69147148745547],[-72.26990979418206,41.69136248741751],[-72.27012179424968,41.6913354874056],[-72.2705897944026,41.691340487391834],[-72.27070779444233,41.691362487392404],[-72.27082479448602,41.691461487407906],[-72.2708977945181,41.69160948743431],[-72.27094879454953,41.69187348748392],[-72.27111679460981,41.69197148749763],[-72.27165179478956,41.69206548749902],[-72.27170979481001,41.69209248750245],[-72.27170979481554,41.69219148752164],[-72.27184079486902,41.69238348755476],[-72.27200879492874,41.69247148756653],[-72.27212579496786,41.69248848756616],[-72.27219179498815,41.6924664875598],[-72.27226479500854,41.69240548754568],[-72.27266079514112,41.692466487545026],[-72.2728727952084,41.69243348753197],[-72.27300479525147,41.692433487527815],[-72.27314379530014,41.692493487535074],[-72.27320879532662,41.69258748755126],[-72.27325279535079,41.69276248758382],[-72.27331879537846,41.692872487603076],[-72.27359679547284,41.692938487607115],[-72.27374379551927,41.692911487597264],[-72.27387479555857,41.69285048758131],[-72.27403679560128,41.69266948754111],[-72.27430779568662,41.69261548752211],[-72.27425579566379,41.69251048750339],[-72.2742997956751,41.69245648749153],[-72.27420479563119,41.69222548744973],[-72.27409579558612,41.692055487420184],[-72.27403679555304,41.69180848737414],[-72.27410279556963,41.69172048735499],[-72.27427179561954,41.691627487331644],[-72.27435979564304,41.69153448731084],[-72.27457179570422,41.69139248727662],[-72.27460879570643,41.69121648724132],[-72.27457879568837,41.69106848721357],[-72.27463079569765,41.690931487185374],[-72.2747627957272,41.69069048713447],[-72.27475479572028,41.69061348711978],[-72.27455079563559,41.69028948706338],[-72.27422879551523,41.690015487020375],[-72.27405279545168,41.68990548700458],[-72.27370879531763,41.68951548693977],[-72.27360679527513,41.689350486910975],[-72.2733867951951,41.6892024868892],[-72.27313079510576,41.68909848687708],[-72.2729627950494,41.68907048687694],[-72.27283079500116,41.68897748686306],[-72.27276479497532,41.688900486850194],[-72.27244279486139,41.688741486829485],[-72.27215779476201,41.68862648681616],[-72.27190679466777,41.68840548678119],[-72.27189479466331,41.688395486779626],[-72.27180679463001,41.6883134867665],[-72.27166779457605,41.68815948674099],[-72.27154379452115,41.68790148669487],[-72.27110479435648,41.687517486634206],[-72.27092179428482,41.68730348659845],[-72.27075379420695,41.68689148652383],[-72.27044579408468,41.68650148645787],[-72.27038279406088,41.68644348644861],[-72.2701457939715,41.68622748641417],[-72.26988979387725,41.686035486384974],[-72.26953879375294,41.68585948636188],[-72.2693927936973,41.68571648633874],[-72.26921679361567,41.685283486260296],[-72.26925379361698,41.685091486221886],[-72.26937879365038,41.68495948619234],[-72.26956879370432,41.68481648615863],[-72.26959879371014,41.68474548614392],[-72.26946679365633,41.68455348611084],[-72.2694227936263,41.684273486057904],[-72.26935679359863,41.68416348603864],[-72.26900579347156,41.68393848600605],[-72.26884479341139,41.68380148598453],[-72.26876479338071,41.68371948597113],[-72.26871379335053,41.683477485925806],[-72.26873579332883,41.682961485825025],[-72.26854579323003,41.682303485703365],[-72.26834879314978,41.68201748565409],[-72.26801179302578,41.681765485615784],[-72.26785879296327,41.681540485576974],[-72.26785179294258,41.68121148551336],[-72.26790979294339,41.680887485448686],[-72.26788079292591,41.680744485421855],[-72.26783679290726,41.680667485408314],[-72.26767579284646,41.68051948538465],[-72.26761779281892,41.68036548535661],[-72.2676177928182,41.68035248535409],[-72.26761779280208,41.68006448529821],[-72.26766179280473,41.67985548525629],[-72.26761879277663,41.679603485208744],[-72.26762579276938,41.679433485175544],[-72.26765479277358,41.67933948515641],[-72.26758979274075,41.6791314851181],[-72.26748679269888,41.67898348509263],[-72.26736279265194,41.67886748507402],[-72.26732679263007,41.67868648504005],[-72.26742179264477,41.6783954849806],[-72.2674147926336,41.67823648494998],[-72.26739279262307,41.67817648493902],[-72.26725379257097,41.67805548491992],[-72.26722679256164,41.67804648491903],[-72.26716979254206,41.678028484917334],[-72.26712779252713,41.678006484914384],[-72.26712379252577,41.67800548491431],[-72.26708179251179,41.67800048491466],[-72.2669977924829,41.67797348491207],[-72.26668979237779,41.67789048490565],[-72.2665727923369,41.677841484899815],[-72.26642679228162,41.677704484877836],[-72.26630279223319,41.67756148485399],[-72.26624379220819,41.67745848483587],[-72.266141792165,41.67728148480474],[-72.26614879215013,41.67697448474496],[-72.26622979216422,41.676754484699735],[-72.26635479220006,41.67666648467872],[-72.26696979238626,41.67640948460952],[-72.26747479252329,41.67591548449781],[-72.26752579253042,41.67574548446322],[-72.26748979251069,41.6756024844366],[-72.26720479238155,41.67495548432004],[-72.26705479231926,41.674716484278385],[-72.2670217923056,41.67466448426933],[-72.26702179230223,41.67460448425769],[-72.26705879230965,41.674521484240415],[-72.26716179231623,41.67403848414347],[-72.26727879234582,41.67388548411011],[-72.26750379240845,41.67369348406579],[-72.26770379246416,41.67352348402651],[-72.26782579249713,41.673401483998994],[-72.26798179253949,41.673249483964604],[-72.26812079257286,41.67303548391871],[-72.26812779257021,41.67294748390142],[-72.26804079253357,41.67279948387544],[-72.26805479253349,41.672716483858885],[-72.26830479259785,41.67240948379146],[-72.26835179260875,41.67233048377466],[-72.26842179262525,41.67221748375053],[-72.26836279259108,41.671950483700584],[-72.26835679258755,41.67192248369533],[-72.26836879258275,41.6717664836647],[-72.26837279258164,41.67172348365622],[-72.26838879257573,41.67152448361711],[-72.26839579257293,41.671433483599216],[-72.26840579256874,41.67130048357311],[-72.26840679256846,41.67128948357093],[-72.26841879256432,41.67114548354264],[-72.2684757925834,41.67115448354258],[-72.26853479260316,41.671163483542465],[-72.26858479261989,41.67117148354245],[-72.26879279268951,41.67120348354212],[-72.26888379271999,41.67121748354198],[-72.2690007927592,41.671236483541975],[-72.26914979280913,41.67126048354194],[-72.26949879292432,41.67128548353583],[-72.27036279320954,41.671347483520684],[-72.27099979341979,41.67139248350939],[-72.27150079358518,41.67142848350062],[-72.27209879378275,41.671474483490734],[-72.2723227938568,41.67149248348719],[-72.27254779393112,41.6715094834834],[-72.27866979595397,41.671983483382796],[-72.28628779812729,41.66643148206581],[-72.28634179814252,41.66638948205597],[-72.29051179932985,41.66331048132726],[-72.29059279935319,41.66325548131403],[-72.29062779936297,41.663226481307305],[-72.29067379937635,41.66319748130022],[-72.29204079977332,41.66232648108817],[-72.29249479990045,41.6619534810015],[-72.29261779993804,41.6619084809889],[-72.29303180006478,41.66176148094735],[-72.29362480023345,41.66132048084308],[-72.29399380032913,41.66088048074609],[-72.29430680041673,41.66062248068616],[-72.29465480051424,41.66033748061991],[-72.29486380057286,41.66016748058034],[-72.29771880139191,41.658170480102896],[-72.29963180194075,41.656833479783195],[-72.30323880297365,41.65427847917373],[-72.30364380308957,41.65399047910508],[-72.30904580474706,41.652140478575895],[-72.33007081119857,41.64496147651997],[-72.33081381142647,41.64470647644704],[-72.33163881168083,41.644446476370575],[-72.33217781184703,41.64427747632077],[-72.3342268124773,41.643606476125925],[-72.3339348123359,41.64278147597498],[-72.3339198123287,41.64274047596748],[-72.33391181232481,41.64271747596327],[-72.3338268122839,41.64248147592015],[-72.33376581225444,41.64231047588887],[-72.33370381222419,41.642131475856075],[-72.33366681220642,41.64202947583744],[-72.33357581216258,41.641776475791204],[-72.3334888121204,41.64152947574597],[-72.3325958116879,41.639004475283926],[-72.33257281167653,41.63893547527125],[-72.32922681006362,41.629605473565064],[-72.32921381005798,41.62958047356062],[-72.32701880909224,41.62510647276088],[-72.32651680885557,41.62380047252302],[-72.32651080885272,41.62378447252012],[-72.32600280861315,41.62246147227915],[-72.32541580833643,41.62093447200103],[-72.325011808146,41.61988347180961],[-72.32482880805973,41.61940747172291],[-72.32466980798472,41.618992471647296],[-72.32451080790975,41.61857847157187],[-72.32452580791144,41.61852147156033],[-72.32456980791638,41.61835347152632],[-72.32458580791847,41.618297471514936],[-72.32461780792252,41.61818347149179],[-72.32471480793495,41.6178404714221],[-72.32474780793939,41.61772747139911],[-72.3247988079451,41.61753247135961],[-72.32491980795879,41.617072471266454],[-72.32495480796321,41.616947471241055],[-72.32500980797035,41.61675447120185],[-72.32512680798426,41.61632147111404],[-72.32547980802683,41.61502547085114],[-72.32548380802751,41.61501447084888],[-72.32555380803552,41.614749470795196],[-72.32559580804046,41.61459347076357],[-72.32568380805058,41.614261470696306],[-72.32594680808077,41.61326847049509],[-72.32603580809125,41.612937470427994],[-72.32615580810504,41.6124844703362],[-72.3262278081132,41.612210470280694],[-72.32680680818004,41.610031469839114],[-72.32692280819361,41.60959846975132],[-72.32700480820408,41.6093074696922],[-72.32728180823979,41.608331469493834],[-72.3280958083456,41.60547946891403],[-72.32816580836673,41.60544946890599],[-72.32910480865124,41.605065468801804],[-72.3295708087924,41.60487446875002],[-72.33084380917808,41.604353468608686],[-72.33088280918984,41.604336468604146],[-72.33142080935288,41.60411746854467],[-72.33622581080972,41.60217146801517],[-72.33660081092347,41.60202046797401],[-72.33800981135109,41.601457467820225],[-72.33802981135715,41.60144946781804],[-72.33915881169983,41.60099946769503],[-72.33976781188461,41.60075546762843],[-72.33988681192069,41.60070746761536],[-72.34249081271115,41.59967046733179],[-72.34334881297184,41.59933346723928],[-72.3435408130302,41.59925846721865],[-72.34712781419182,41.59913246708114],[-72.35095381543515,41.59907546694951],[-72.35226281586118,41.59906746690667],[-72.35228481586823,41.599065466905586],[-72.35235181588973,41.599059466902304],[-72.35237481589716,41.5990584669014],[-72.35243781591741,41.59905346689844],[-72.35252481594465,41.59903346689182],[-72.3528618160503,41.59895946686681],[-72.3529688160828,41.59891746685527],[-72.35311181612636,41.59886346684028],[-72.35340281621491,41.59875146680934],[-72.35398681639128,41.59850346674275],[-72.35432481650106,41.59849746673092],[-72.35441081652769,41.59847246672335],[-72.35446981654322,41.59840646670866],[-72.35462981658975,41.59830646668418],[-72.35477681663559,41.598269466672356],[-72.35491581668153,41.59828146667031],[-72.35491681668186,41.59828146667028],[-72.35508381673628,41.59828146666501],[-72.3552228167729,41.598126466630504],[-72.35536981681848,41.5980854666179],[-72.35553781686863,41.59800346659667],[-72.35571281690997,41.597723466536735],[-72.35585181694938,41.59761846651196],[-72.35597481698761,41.59758546650168],[-72.35620881706238,41.597559466489244],[-72.35645781714584,41.59760146648954],[-72.35676581725639,41.59778346651521],[-72.35688881730294,41.59789946653386],[-72.35718181740937,41.598095466562725],[-72.35727681744217,41.598128466566145],[-72.35756281753804,41.59817646656646],[-72.35771581758631,41.59814846655619],[-72.35789781764734,41.59817946655648],[-72.35831481778922,41.59828746656431],[-72.35863781789341,41.598268466550444],[-72.35888581797553,41.59829246654728],[-72.35900281801757,41.598362466557205],[-72.35927381811224,41.598476466570816],[-72.35938281815245,41.59856046658369],[-72.3596828182682,41.5988824666368],[-72.36001881838489,41.59901146665129],[-72.36003181838963,41.599020466652625],[-72.36018081844416,41.59912746666872],[-72.36061181859498,41.59931346669128],[-72.36069981862852,41.59940046670541],[-72.36070681863539,41.59948246672112],[-72.36075781865883,41.599604466743216],[-72.36078681867616,41.599745466769704],[-72.36117481883278,41.6002854668624],[-72.3612448188627,41.60041246688486],[-72.36125581886736,41.60043146688822],[-72.36137281891422,41.60058746691484],[-72.36159181899741,41.60079946694913],[-72.36179381906932,41.60090846696395],[-72.36209681917724,41.60107246698626],[-72.36249181931268,41.6011934669973],[-72.36261681935308,41.60118746699221],[-72.36279081940242,41.60105646696126],[-72.36290881943924,41.60102746695191],[-72.36300381947031,41.6010294669493],[-72.36333981959008,41.60121346697446],[-72.3634418196247,41.6012384669761],[-72.36357381966711,41.60122746696979],[-72.3637198197113,41.601167466953534],[-72.36380881973268,41.6010314669243],[-72.36392481976074,41.60085746688683],[-72.3639528197638,41.60074946686496],[-72.36395381975507,41.60058746683344],[-72.36407781978907,41.60047346680737],[-72.36416281981364,41.60041746679382],[-72.36428181984799,41.60033846677473],[-72.36434781986881,41.600326466770305],[-72.3648238200066,41.60001746669524],[-72.36496882004772,41.5999084666695],[-72.36504282007016,41.59987846666133],[-72.36521782012214,41.59978846663832],[-72.36569282027448,41.59974546661499],[-72.36577582030158,41.599746466612565],[-72.36578082030326,41.59974746661259],[-72.36597082036616,41.5997654666101],[-72.36651082055535,41.60000246663912],[-72.36680482065908,41.60014446665745],[-72.36697982071784,41.60017546665795],[-72.36725782081001,41.60020446665481],[-72.36782082099366,41.60020846663784],[-72.3679888210476,41.60019446662981],[-72.36819982111254,41.60012646660994],[-72.3683168211455,41.600034466588376],[-72.36844182118386,41.59999246657627],[-72.36872682127583,41.599976466564165],[-72.3690568213835,41.59997946655434],[-72.36931182146317,41.59991846653445],[-72.36945082150532,41.599862466519184],[-72.36961882155674,41.59980346650241],[-72.36973682159406,41.599783466494806],[-72.37005682169999,41.599813466490545],[-72.37021082174887,41.59979046648122],[-72.37036482180149,41.5998344664849],[-72.370546821862,41.599856466483445],[-72.37066382189951,41.59984546647762],[-72.37067982189265,41.59962946643514],[-72.37077282192031,41.599582466423065],[-72.37086882194895,41.5995354664109],[-72.37109582201988,41.59948146639324],[-72.37136682210878,41.59949246638684],[-72.37161482219517,41.59959246639845],[-72.37221482240783,41.599899466439176],[-72.37225782242463,41.59994946644755],[-72.37231582245288,41.600116466478156],[-72.37233082246011,41.600158466485844],[-72.37239882248652,41.600234466498456],[-72.37250682252855,41.600356466518754],[-72.3727448226141,41.600499466539034],[-72.37277082262347,41.60051546654132],[-72.37288482266221,41.60054446654337],[-72.37292382267549,41.600554466544075],[-72.37306482272164,41.600558466540406],[-72.37309482273152,41.60056046653985],[-72.37330382279977,41.600563466533835],[-72.37357882289699,41.60069946655159],[-72.37374182295468,41.600781466562374],[-72.37390582301263,41.600862466572934],[-72.37393982302466,41.60087946657516],[-72.37405682306569,41.600931466581585],[-72.37418182311364,41.601060466602696],[-72.37426282315052,41.60124746663648],[-72.3743358231837,41.601415466666815],[-72.37438782320075,41.60141746666557],[-72.37454382325203,41.6014254666622],[-72.37459582326913,41.60142846666114],[-72.37490182336964,41.6014434666544],[-72.37498082339567,41.601448466652876],[-72.37500082340198,41.601444466651465],[-72.37521182346867,41.60140846663783],[-72.37544782354132,41.6013324666156],[-72.3756448235964,41.60117046657791],[-72.37570482361103,41.601082466558914],[-72.37579182363237,41.60095746653189],[-72.37585882364641,41.600818466502766],[-72.37604082368459,41.60044146642377],[-72.37612882370486,41.600291466391845],[-72.37612882370429,41.600281466389895],[-72.37615582369142,41.59989446631384],[-72.37618682367552,41.599430466222714],[-72.37636882370224,41.598848466103874],[-72.3766718237921,41.59869046606362],[-72.37677682382325,41.598636466049804],[-72.37691382386392,41.59856546603169],[-72.37708682391438,41.598460466005825],[-72.37708782390763,41.598333465981106],[-72.37708882389842,41.59816346594804],[-72.37680482379464,41.59796246591795],[-72.3767048237553,41.59784146589759],[-72.37659582371238,41.59770946587539],[-72.3765888237021,41.597566465847834],[-72.37673982373545,41.59728346578805],[-72.37722782388701,41.597151465747004],[-72.37739782393623,41.59704146572026],[-72.37745582392746,41.59654746562245],[-72.3775278239432,41.596409465593354],[-72.37753882394554,41.59638746558874],[-72.37761382396202,41.596245465558766],[-72.37804082408516,41.5959604654899],[-72.3785448242401,41.59579546544195],[-72.37898682437607,41.595652465400214],[-72.38010682473353,41.59552046533921],[-72.38051782486478,41.5954734653171],[-72.38062582489734,41.59542646530455],[-72.38067482491206,41.59540446529874],[-72.38078982494677,41.595355465285586],[-72.38077882494125,41.59532046527913],[-72.38076282493316,41.59526946526974],[-72.38075282492822,41.59523946526421],[-72.38072582491439,41.59514946524758],[-72.38071682490978,41.59511946524203],[-72.38071082490687,41.595102465238924],[-72.38069582489914,41.59505146522948],[-72.3806908248966,41.595035465226516],[-72.38067682488952,41.594990465218224],[-72.38073482489968,41.594834465186075],[-72.38079682491194,41.59469246515654],[-72.38098982495026,41.59425446506531],[-72.38106282496906,41.59416546504571],[-72.3815418251154,41.59399246499699],[-72.38188882522148,41.593868464961936],[-72.38203582526641,41.593815464947],[-72.38222782531827,41.593624464903804],[-72.38208982526584,41.59349146488234],[-72.3820198252393,41.59342446487151],[-72.38228482530171,41.59299746478016],[-72.38233182529198,41.59255046469181],[-72.3823698252777,41.592074464598106],[-72.38266882536759,41.59194046456264],[-72.38272582538477,41.59191546455598],[-72.38308482547791,41.59149046446205],[-72.38331782554876,41.59140046443719],[-72.38348282559362,41.5912414644011],[-72.38362582562652,41.59099746434916],[-72.38363882563003,41.59098446434623],[-72.38385982569106,41.59078846430114],[-72.38395782571025,41.59056146425394],[-72.38390282568002,41.59034146421291],[-72.38351482555525,41.5903704642308],[-72.38346882553405,41.590259464210675],[-72.38374082560513,41.58994646414127],[-72.38375682557417,41.58930046401521],[-72.3837618255664,41.589132463982395],[-72.38409182565188,41.58873946389559],[-72.38415082566667,41.58866046387837],[-72.38422382568994,41.58865146387433],[-72.38429682571315,41.58864146387009],[-72.3843108257176,41.58863946386925],[-72.38479382587151,41.58857846384215],[-72.38489182590278,41.58856646383672],[-72.38495482592283,41.58855846383318],[-72.38503882595279,41.58860446383947],[-72.38515082599261,41.58866446384759],[-72.38573882620209,41.58898446389122],[-72.38589382625726,41.58906846390268],[-72.38593582627223,41.58909146390581],[-72.386057826315,41.58914546391244],[-72.387398826785,41.58973846398538],[-72.39174482830835,41.59166146422189],[-72.39179082832439,41.59168046422413],[-72.39208082842583,41.591805464239286],[-72.39325982883858,41.59231746430155],[-72.39410382914119,41.5928114643709],[-72.39934583096408,41.59487146460565],[-72.39978883111814,41.59504546462546],[-72.4011958316019,41.59549946466923],[-72.40131683164478,41.595561464677445],[-72.40222383196624,41.596025464738965],[-72.40247683205592,41.59615546475624],[-72.40323583232518,41.59654846480861],[-72.40348983241526,41.59667946482605],[-72.40359483245244,41.59673246483303],[-72.40391283256494,41.596891464853876],[-72.4040188326025,41.596945464861015],[-72.40410683263369,41.59699046486698],[-72.4043728327279,41.597125464884805],[-72.40446183275941,41.59717046489076],[-72.40503483297113,41.59761746495949],[-72.40675483360657,41.59895846516569],[-72.40732883381867,41.5994064652346],[-72.40764783395063,41.59990646532165],[-72.40791583406138,41.60032446539439],[-72.40860783434748,41.60140646558273],[-72.40892883448011,41.60190646566972],[-72.40926883458967,41.60188546565489],[-72.4102888349186,41.60182646561119],[-72.41062983502856,41.60180646559652],[-72.41057583501983,41.601964465628924],[-72.4105368350138,41.60208346565329],[-72.41041783499496,41.602438465726],[-72.41036783498714,41.60258946575693],[-72.41036583498695,41.602597465758556],[-72.41035183498461,41.602637465766755],[-72.41032983498133,41.60270646578085],[-72.4103218349818,41.6027614657918],[-72.41031583498227,41.60280446580033],[-72.41026183498543,41.60317446587392],[-72.41010383499626,41.60428446609456],[-72.41006583499869,41.60454846614705],[-72.41005083499981,41.604655466168296],[-72.40956883503091,41.60800746683468],[-72.40948583503733,41.60860346695306],[-72.40944083534094,41.614273468055764],[-72.40942583544022,41.616128468416484],[-72.40944283547174,41.616591468505874],[-72.40944683548081,41.61672946853255],[-72.40951383563244,41.619041468979404],[-72.40950883568772,41.62005446917627],[-72.40900883566258,41.622507469668406],[-72.40897183565777,41.62263646969463],[-72.40888983564157,41.62282346973354],[-72.40863583559167,41.62340846985516],[-72.40862283558894,41.62343546986081],[-72.40848183556082,41.623752469926806],[-72.40834483553361,41.62406246999134],[-72.40802383546952,41.62478347014148],[-72.40792583545004,41.62500547018769],[-72.40788183544129,41.6251044702083],[-72.40787483544607,41.62523047023299],[-72.40819583558795,41.62589447035176],[-72.40848083571879,41.62657047047399],[-72.4085518357653,41.626986470552524],[-72.40861283580495,41.62733847061893],[-72.40861183582894,41.627771470703024],[-72.40862483584066,41.62790447072844],[-72.40897483601346,41.62895047092043],[-72.4090858360999,41.629845471090675],[-72.40925583616367,41.62999447111424],[-72.4092748361748,41.63008247113071],[-72.40925983617188,41.63011747113798],[-72.40916483615447,41.630358471187776],[-72.40917083616964,41.6305934712332],[-72.40921783619416,41.630757471263564],[-72.4095298363143,41.63108647131755],[-72.40969983637807,41.63123547134111],[-72.40989683645525,41.6314664713797],[-72.41020883657161,41.631728471420715],[-72.41069083674782,41.63206947147165],[-72.41086083681158,41.63221847149521],[-72.4110848369004,41.63250047154286],[-72.41123983696704,41.632787471593666],[-72.41129483698873,41.63285447160493],[-72.41153283707526,41.633014471628464],[-72.41162083710968,41.633116471645494],[-72.41179083717238,41.63324647166534],[-72.41264083747971,41.63378747174346],[-72.41287083756878,41.63403847178492],[-72.41323783770397,41.63431647182727],[-72.41343483777428,41.63442547184219],[-72.4135518378173,41.63451247185537],[-72.41372083788421,41.63472347189098],[-72.41377483791047,41.634877471919175],[-72.41382683795125,41.63530147199983],[-72.41378983794802,41.635458472031466],[-72.4137718379466,41.63553747204736],[-72.41382383798855,41.635982472132106],[-72.41382283799919,41.63617747216998],[-72.41376683798809,41.6363044721964],[-72.41376683799527,41.63643247222127],[-72.41384783802775,41.636540472239645],[-72.41405283810063,41.63664847225413],[-72.41405283810523,41.63673047227005],[-72.41402483809868,41.636776472279855],[-72.41388183805317,41.63679547228807],[-72.41384683804407,41.636836472297134],[-72.41385283805096,41.636924472314035],[-72.41396183809599,41.63709347234337],[-72.41421983818988,41.63726847236919],[-72.41435583824263,41.637418472394],[-72.41464483835917,41.6378164724621],[-72.41551283870935,41.63901447266715],[-72.41560183874533,41.6391384726884],[-72.41572883879621,41.639307472717185],[-72.41576283881533,41.63945047274385],[-72.41587083887477,41.63988147282409],[-72.41590683889459,41.640025472850915],[-72.41589283890066,41.640214472888026],[-72.41649783915183,41.64117547305538],[-72.41688183931126,41.64178547316161],[-72.41712783941318,41.64217247322894],[-72.41749683956633,41.642757473330796],[-72.41985684054583,41.64649947398223],[-72.42084084095437,41.64806147425416],[-72.42084784095734,41.64807347425628],[-72.42092784099091,41.64820747427975],[-72.42218584152415,41.65039847466505],[-72.42619284322295,41.657379475892476],[-72.42747984376854,41.65962047628643],[-72.42752984378976,41.65970747630171],[-72.42793584395359,41.660267476397486],[-72.42821884406763,41.660654476463584],[-72.42923184447565,41.662037476699744],[-72.42942984455539,41.66230747674582],[-72.43071684501423,41.663007476840825],[-72.4317468453815,41.663568476916986],[-72.43185384541965,41.66362647692486],[-72.432805845759,41.66414347699495],[-72.43598484689258,41.6658754772301],[-72.43697084724413,41.6664114773028],[-72.4370448472705,41.66645147730821],[-72.43732984737208,41.66660647732924],[-72.43828284770994,41.6670904773929],[-72.4420118490319,41.66898347764175],[-72.44325484947261,41.66961547772489],[-72.44382984967645,41.66990747776329],[-72.44422184981445,41.67008947778615],[-72.44715285084645,41.671451477957284],[-72.44812985119049,41.671906478014506],[-72.44814285119789,41.671962478024966],[-72.44821885124145,41.67229547808713],[-72.44848585139408,41.673458478304156],[-72.44857585144537,41.673847478376715],[-72.44870785152078,41.67442147848382],[-72.44910085174553,41.676134478803476],[-72.44911785175519,41.676207478817076],[-72.44966385206736,41.67858547926079],[-72.4506768526467,41.6829994800843],[-72.45120285294733,41.6852874805111],[-72.45122985296291,41.6854074805335],[-72.45123685296689,41.685437480539086],[-72.45134185302653,41.68588748062298],[-72.45137785304674,41.6860374806509],[-72.4514368530802,41.686289480697894],[-72.45161485318101,41.687047480839155],[-72.45162985318929,41.68710748085031],[-72.45169585322138,41.687294480884454],[-72.45174885324711,41.68744448091185],[-72.45180185327298,41.68759648093964],[-72.45212285342889,41.68850448110542],[-72.45222985348087,41.68880748116075],[-72.45237785356565,41.68945448128145],[-72.45282185382037,41.69140148164469],[-72.45297085390554,41.692049481765544],[-72.4529728539067,41.692058481767205],[-72.45302985393936,41.692307481813664],[-72.45311385399046,41.69272748189237],[-72.45352085423815,41.69476348227402],[-72.45352785424235,41.69479748228037],[-72.45365685432085,41.695442482401276],[-72.45413385461113,41.697827482848254],[-72.45417485463602,41.698031482886485],[-72.45421585466092,41.6982354829247],[-72.45426485469062,41.69847848297025],[-72.45431285471994,41.69872048301562],[-72.4543298547304,41.698807483031935],[-72.4543788547596,41.69904148307572],[-72.45441885478365,41.69923648311222],[-72.45467785493842,41.700480483345025],[-72.45557485547492,41.70479848415312],[-72.45587585565453,41.70623948442271],[-72.45608085577734,41.70722948460797],[-72.45669885614679,41.71019948516366],[-72.45690485626987,41.71118848534868],[-72.45690585627032,41.71119048534905],[-72.45692985628477,41.71130748537094],[-72.45735085654222,41.71343248576916],[-72.45868485735797,41.720162487030144],[-72.45874185739306,41.720454487084886],[-72.45893785751265,41.7214384872692],[-72.4591298576301,41.72240748745074],[-72.4593298577508,41.723387487634156],[-72.45992885811253,41.72632748818438],[-72.46012985823357,41.727307488367735],[-72.46051385846653,41.72921048872395],[-72.46166585916558,41.734920489792735],[-72.4618978593062,41.736067490007386],[-72.46205085939899,41.73682449014904],[-72.46232985956827,41.73820649040767],[-72.46235785958574,41.73835349043524],[-72.46236385958944,41.73838449044104],[-72.46301786000201,41.74190149110096],[-72.46320586010775,41.74268549124671],[-72.46325586013597,41.74289549128576],[-72.46389986049816,41.7455804917849],[-72.46437686071963,41.74674349199479],[-72.46439886073651,41.74691449202718],[-72.46441586074948,41.74704549205198],[-72.46447686078342,41.74729349209804],[-72.46452786081406,41.7475404921442],[-72.46454986082792,41.74765849216635],[-72.46457086084199,41.74778549219025],[-72.46458686085309,41.747889492209865],[-72.4646018608645,41.74800449223165],[-72.46462686087884,41.74811349225194],[-72.46465086089239,41.74821449227072],[-72.46467086090374,41.74829949228653],[-72.46468186091185,41.74837949230167],[-72.46470186092303,41.7484614923169],[-72.46472486093907,41.748612492345394],[-72.46473186094529,41.74868149235852],[-72.46474286095267,41.74874849237112],[-72.4647488609581,41.74880949238275],[-72.46474586096248,41.74890449240122],[-72.4647268609602,41.748973492415175],[-72.46466986094394,41.749014492424934],[-72.46475286098247,41.749216492461365],[-72.46500386109902,41.74982849257181],[-72.46509086113903,41.75003349260871],[-72.46512986116154,41.750206492640935],[-72.46552486142592,41.75259649309081],[-72.46679786227797,41.76029749454017],[-72.46722286256224,41.7628644950232],[-72.46722686256474,41.76288549502714],[-72.46722986256692,41.762906495031096],[-72.46738186266036,41.76367949517577],[-72.46786486295662,41.76612349563313],[-72.46802586305539,41.76693849578563],[-72.46806586307996,41.76714149582362],[-72.46816486314104,41.767648495918536],[-72.46839886328439,41.768829496139496],[-72.46858386339851,41.76977649631675],[-72.46872486348464,41.77048349644899],[-72.46872486348475,41.77048549644938],[-72.46872886348726,41.7705064964533],[-72.4687518635069,41.770720496493965],[-72.46882886357099,41.771406496624174],[-72.46882886357217,41.77142749662825],[-72.46882986358595,41.77166449667403],[-72.46882986358612,41.77166749667462],[-72.46882986358897,41.77171749668428],[-72.46882986359402,41.771806496701494],[-72.46884586360329,41.771877496714716],[-72.4688588636105,41.77193049672454],[-72.46889986363394,41.772107496757485],[-72.4690228637044,41.772641496856835],[-72.46906086372614,41.77280649688753],[-72.46906386372791,41.77282049689014],[-72.46912986376569,41.77310649694334],[-72.46932886389398,41.77422249715282],[-72.47008386437962,41.7784364979436],[-72.47032986453769,41.77980649820066],[-72.4703358645417,41.77984249820743],[-72.47072186479856,41.782147498640775],[-72.4708248648795,41.78298049879854],[-72.47085286489778,41.78314149882878],[-72.47102986501606,41.78420649902903],[-72.47106286503666,41.78437949906142],[-72.47127786517089,41.78550749927265],[-72.47176786547658,41.78807349975305],[-72.47192686557587,41.78890749990922],[-72.47214386571117,41.790042500121686],[-72.4721588657222,41.79015050014208],[-72.47218086573773,41.7902975001698],[-72.47220386575546,41.790477500203856],[-72.47221886576656,41.790586500224435],[-72.4722688658001,41.79088950028143],[-72.47228186580884,41.79096850029628],[-72.47234386584952,41.79132850036389],[-72.47240686589087,41.791694500432634],[-72.47243086590476,41.79180050045234],[-72.47249786594365,41.79210050050819],[-72.47250486594912,41.7921565005188],[-72.47250986595225,41.79218250052366],[-72.47253486596858,41.79232650055069],[-72.47254686597573,41.79238350056134],[-72.47255986598367,41.79244850057348],[-72.47260786602429,41.7928875006568],[-72.47277286616415,41.794400500943965],[-72.47281486619947,41.79478050101607],[-72.47303486630274,41.79533450111613],[-72.47333486651272,41.797305501487486],[-72.47334286652114,41.797407501506946],[-72.47336986655286,41.79781050158396],[-72.47339886657126,41.79796750161338],[-72.47342786658855,41.79810550163913],[-72.4734468665993,41.79818550165398],[-72.47346886661143,41.798272501670084],[-72.47350086663052,41.79842450169845],[-72.47351786664066,41.79850550171357],[-72.47353986665468,41.798625501736055],[-72.47360986669821,41.798989501804165],[-72.47363386671293,41.79911050182678],[-72.47364086671743,41.79914950183409],[-72.4736848667463,41.79940450188198],[-72.47383486684518,41.80028250204685],[-72.47388586687849,41.80057550210186],[-72.47390086688844,41.80066450211857],[-72.47394786691908,41.80093350216906],[-72.47396386692942,41.80102350218593],[-72.474129867038,41.80198050236557],[-72.47435686718593,41.803278502609146],[-72.47553586795588,41.810048503879564],[-72.4758038681306,41.81158150416719],[-72.47592986821293,41.81230550430303],[-72.47599886826275,41.81278550439357],[-72.4760298682854,41.81300550443507],[-72.4770458686124,41.812927504387616],[-72.4822088702743,41.81253450414714],[-72.48367687074695,41.81242450407908],[-72.48393087082871,41.812405504067314],[-72.4842258709233,41.81237650405232],[-72.48511187120754,41.812292504007836],[-72.4852078712384,41.81228450400324],[-72.48540487130022,41.81224150398863],[-72.48579587142218,41.81214350395725],[-72.48697287178967,41.81185450386389],[-72.48736487191213,41.811759503833045],[-72.4878428720643,41.81169350380505],[-72.487869872073,41.81169150380379],[-72.48791087208598,41.81168450380115],[-72.48943187257069,41.8114835037138],[-72.48954287260639,41.81147450370854],[-72.49004387276793,41.811441503686176],[-72.49009087278354,41.811446503685644],[-72.49033287286511,41.811492503686814],[-72.4906538729684,41.81146750367176],[-72.49157487326512,41.81140250362982],[-72.49161987327953,41.81139750362742],[-72.49194187338256,41.8113625036104],[-72.49195987338838,41.81136150360961],[-72.49280487365893,41.81127250356548],[-72.49539987448988,41.81099950342999],[-72.49571487459075,41.81096650341356],[-72.49626487476685,41.81090850338482],[-72.4965318748523,41.81087950337069],[-72.49723087507616,41.810806503334305],[-72.49733587510966,41.81079350332842],[-72.49759587519274,41.81076350331434],[-72.49760387519531,41.810762503313896],[-72.4985948755119,41.81064550325968],[-72.50156787646172,41.81029550309721],[-72.50233087670553,41.81020650305569],[-72.50255987677897,41.81018450304411],[-72.5042588773238,41.81002050295822],[-72.50753187837351,41.809706502793134],[-72.5071708783584,41.811506503152344],[-72.50683687834496,41.81318150348652],[-72.50683187834476,41.813206503491514],[-72.50682887834445,41.81321850349392],[-72.5067528783443,41.8136505035798],[-72.50650787834464,41.81505750385936],[-72.50643087834513,41.815506503948534],[-72.50642887834493,41.81551450395015],[-72.5064258783447,41.81552750395275],[-72.50634887833932,41.81587350402203],[-72.50611687832296,41.816913504230314],[-72.50604087831795,41.817260504299746],[-72.5060308783173,41.81730650430894],[-72.50591787831256,41.81786950442129],[-72.50555187829738,41.819696504785796],[-72.50543087829271,41.820306504907464],[-72.50541687829346,41.82039950492586],[-72.50540187829472,41.82050750494721],[-72.50533087829997,41.82100550504564],[-72.50530487829754,41.82111150506694],[-72.50525687829322,41.8213105051069],[-72.50525587829326,41.82131650510807],[-72.505093878278,41.82197550524054],[-72.50460687823313,41.82397350564188],[-72.50443587821779,41.824682505784246],[-72.50409187820468,41.82641950613063],[-72.5038848781974,41.82747550634113],[-72.50376487819284,41.82808150646196],[-72.50321187817194,41.83087650701924],[-72.50303887816564,41.831754507194276],[-72.50293087816189,41.8323065073043],[-72.50264887813947,41.83352550754863],[-72.50263287813836,41.83359750756304],[-72.50263087813833,41.83360850756523],[-72.50258487813262,41.83377150759818],[-72.50238187810837,41.83450650774654],[-72.50237387810756,41.83453850775297],[-72.50233087810307,41.83470550778658],[-72.50232087810255,41.83475350779616],[-72.50166487806612,41.83786450841764],[-72.50138287805066,41.839205508685495],[-72.49970387795953,41.84720251028256],[-72.49909887792668,41.850083510857836],[-72.49905087792432,41.85031651090434],[-72.4989868779379,41.85091951102274],[-72.49879487797882,41.85273251137872],[-72.49873387799346,41.85333751149741],[-72.49845187796042,41.85436951170553],[-72.4976068778619,41.857471512331024],[-72.4973258778293,41.8585055125395],[-72.49726287782372,41.85876751259205],[-72.49724487782224,41.858844512607476],[-72.49700487780221,41.85986451281193],[-72.4969268777962,41.86020451288001],[-72.49681087778234,41.86062451296475],[-72.50104587910953,41.85966551264447],[-72.50187287936865,41.85947751258178],[-72.50192787938592,41.859465512577714],[-72.50347887987884,41.859234512483596],[-72.50813188135768,41.85854351220162],[-72.50968388185099,41.858313512107664],[-72.51077288219673,41.85814551204044],[-72.51404288323499,41.857642511838904],[-72.51493088351697,41.85750651178429],[-72.5151318835805,41.85747051177092],[-72.51514288358402,41.857469511770375],[-72.5156088837314,41.85738751173964],[-72.51833088459212,41.856907511560046],[-72.51832988459225,41.856915511561624],[-72.51757988490489,41.866657513464794],[-72.51733088500953,41.869905514099194],[-72.51724688502492,41.87065351424614],[-72.51699688507196,41.872900514687466],[-72.51693088508505,41.87350551480624],[-72.51692488509123,41.87364751483381],[-72.51692388509105,41.87365051483443],[-72.5168838851278,41.87452051500348],[-72.51685988515341,41.875104515116846],[-72.51676788523957,41.87713351551105],[-72.51673188527774,41.87800551568034],[-72.51672088528605,41.878213515720795],[-72.5167128852923,41.87836851575095],[-72.51670488529851,41.87852251578089],[-72.51662988536052,41.88003251607443],[-72.51662188536736,41.8801975161065],[-72.51632788561064,41.8861205172578],[-72.51622988569237,41.888105517643595],[-72.5162278856943,41.88815051765233],[-72.51616788572366,41.88900451781887],[-72.51598788581174,41.89156751831867],[-72.51592888584148,41.89242251848536],[-72.51592888584194,41.892430518486904],[-72.51578288587463,41.8938325187618],[-72.51534788597525,41.89806551959154],[-72.5152308860024,41.89920551981497],[-72.51522688601658,41.899475519867146],[-72.51513288635952,41.90599252112594],[-72.51512988636503,41.906105521147815],[-72.51473188665379,41.913405522566975],[-72.51471788667276,41.9138155226464],[-72.51462888680571,41.91663952319324],[-72.51453388690437,41.9188995236316],[-72.51424688720583,41.92578452496683],[-72.51415388730726,41.92808052541197],[-72.5141308873298,41.92860352551341],[-72.51413088735114,41.928975525585045],[-72.51413188750632,41.931672526104336],[-72.51413088755372,41.93250352626438],[-72.51412888755704,41.93257252627774],[-72.51406988759719,41.93360752647891],[-72.51389688771904,41.93671252708226],[-72.51383988775999,41.93774952728374],[-72.51383488776324,41.93783452730026],[-72.513830887766,41.93790552731406],[-72.51383088777676,41.93809252735006],[-72.51383088778175,41.93817952736681],[-72.51382988778626,41.938263527383015],[-72.51382988778873,41.93830652739129],[-72.51382088779785,41.93851652743201],[-72.51381788780176,41.93860152744847],[-72.51377988783989,41.939481527619115],[-72.51366688795484,41.942124528131515],[-72.51363388799003,41.94292452828657],[-72.5136308879937,41.94300552830225],[-72.51357088800168,41.94348552839659],[-72.5133898880255,41.94492852868014],[-72.51333088803386,41.945409528774604],[-72.51179388754322,41.94560552886156],[-72.51157688747396,41.945633528873906],[-72.50718588607224,41.946193529122304],[-72.50572088560457,41.9463805292052],[-72.50564988558196,41.946390529209395],[-72.50552888554331,41.94640552921616],[-72.5030658847511,41.946616529335614],[-72.49531388225772,41.947281529711724],[-72.49272988142671,41.947505529837535],[-72.49343888185699,41.950966530481026],[-72.49556888314933,41.96135353241177],[-72.49627988358058,41.96481653305531],[-72.4962958835904,41.96489653307019],[-72.49634588362063,41.96513853311516],[-72.49636288363085,41.96521953313019],[-72.49644388368013,41.96561653320398],[-72.49668888382861,41.96680753342527],[-72.49672988385326,41.967003533461664],[-72.49677088387827,41.96720553349922],[-72.49677888388301,41.96724253350608],[-72.49709088407438,41.96879853379544],[-72.4980588846656,41.97358153468452],[-72.49832688482904,41.97490153492985],[-72.49838388486359,41.97517853498131],[-72.49850688493943,41.975798535096615],[-72.49888088516896,41.977664535443544],[-72.49892888519825,41.97790153548758],[-72.4989548852293,41.97829353556216],[-72.49895488522941,41.97829553556253],[-72.49896988524819,41.9785365356084],[-72.49901488530459,41.979261535746396],[-72.49903088532378,41.97950453579263],[-72.49905088533953,41.979664535822764],[-72.49911088538676,41.98014453591315],[-72.49913088540248,41.98030453594328],[-72.49917588542938,41.9805165359826],[-72.4993118855104,41.98115253610057],[-72.49935788553763,41.98136453613986],[-72.49936388554133,41.981394536145444],[-72.49937788554939,41.98145553615673],[-72.49938288555275,41.98148553616234],[-72.49938988555684,41.98151653616807],[-72.49940688556711,41.98159853618329],[-72.49942888558027,41.98170253620259],[-72.49946988561403,41.98205653626936],[-72.49965888576969,41.98368853657714],[-72.49972288582183,41.98423153667954],[-72.49972288582201,41.9842345366801],[-72.4997308858286,41.9843035366931],[-72.5002378861494,41.98699953719528],[-72.50180088713765,41.99529553874022],[-72.50232088746603,41.99804753925259],[-72.50232288746754,41.998062539255415],[-72.50233088747258,41.99810453926324],[-72.50234888748676,41.99824853929034],[-72.50241888754192,41.99880953939594],[-72.50243088755128,41.998903539413604],[-72.50244788756224,41.99899753943113],[-72.50259888766024,41.99984253958873],[-72.50306088795742,42.00238054006175],[-72.50321588805691,42.00322854021977],[-72.5032288880655,42.00330354023378],[-72.50335188813915,42.0038845403415],[-72.50376988838934,42.00585654070711],[-72.50390388846927,42.00648354082332],[-72.5039108884734,42.006515540829234],[-72.50392988848473,42.00660454084573],[-72.50405188855393,42.00711354093964],[-72.50448488879876,42.008906541270335],[-72.50463088888094,42.009504541380565],[-72.50478288897752,42.01031854153212],[-72.50523888926729,42.01276054198675],[-72.50539088936395,42.01357554213848],[-72.50549988943312,42.014157542246814],[-72.5058278896412,42.015907542572535],[-72.50593588970987,42.01648654268033],[-72.50593688971054,42.01649254268145],[-72.50646789005029,42.01937454321812],[-72.50647589005567,42.019422543227094],[-72.50692589034341,42.02186154368122],[-72.50809689109252,42.02821254486362],[-72.50863789143848,42.0311435454092],[-72.50874889150944,42.031744545521065],[-72.50908189172235,42.033547545856656],[-72.50919289179339,42.03414954596871],[-72.49958888864884,42.034047546257206],[-72.49284388644213,42.03400754646582],[-72.49274588641005,42.034006546468774],[-72.49207088618904,42.03399954648907],[-72.49203888617859,42.0339995464901],[-72.48469488377513,42.03394354671474],[-72.47985688219177,42.033906546862674],[-72.46958987884166,42.03400354721018],[-72.46957787883774,42.034003547210574],[-72.46012187574905,42.03403954752026],[-72.45973387562256,42.03404554753383],[-72.45972887562094,42.034045547533985],[-72.45818587511808,42.034071547588375],[-72.45668087462248,42.034007547624256],[-72.45637687452309,42.03400754763398],[-72.45635387451551,42.034006547634526],[-72.45608887442803,42.03399154764013],[-72.45583887434603,42.03398654764716],[-72.4494478722499,42.03386354782805],[-72.4445998706606,42.033783547967765],[-72.44226386989423,42.03373554803326],[-72.44174286972392,42.03373554804993],[-72.44165386969485,42.03373554805277],[-72.44144786962744,42.033734548059165],[-72.43786486844887,42.03360754814934],[-72.43639286796679,42.033591548193336],[-72.43576886776373,42.03360754821636],[-72.43550486767725,42.03360454822423],[-72.43544886765896,42.03360454822602],[-72.4341468672326,42.033591548265164],[-72.43274386677321,42.0335785483075],[-72.42813186526303,42.03353454844647],[-72.41880986221035,42.03344354872686],[-72.41878786220317,42.03344354872756],[-72.41687386157585,42.03341554878333],[-72.41635086140435,42.0334065487983],[-72.415803861225,42.03339754881405],[-72.41553286113619,42.033393548821934],[-72.39743185520135,42.03309554934257],[-72.39307985377575,42.03304754947222],[-72.39303385376058,42.03304554947331],[-72.39203985343296,42.03299954949618],[-72.39192285339466,42.03299854949972],[-72.3895758526264,42.03298254957152],[-72.38925785252174,42.03297054957935],[-72.38925485252075,42.03297054957945],[-72.38599185144633,42.032838549658166],[-72.38595685143495,42.032839549659485],[-72.37452684769335,42.03276155000894],[-72.36774184547278,42.03272555021827],[-72.36771884546525,42.03272555021901],[-72.36707084525285,42.03271655023793],[-72.36699184522686,42.032713550239876],[-72.36573084481248,42.03267755027313],[-72.36559684476853,42.032675550277006],[-72.36557384476103,42.03267555027774],[-72.3550308413044,42.03251455058265],[-72.35367084085799,42.03248455062019],[-72.35356084082191,42.0324825506233],[-72.34840883913331,42.03241455077428],[-72.3389268360161,42.03212455102034],[-72.33888183600138,42.03212455102177],[-72.33885683599324,42.032125551022766],[-72.33725483546984,42.03213355107526],[-72.33371083431209,42.03215455119205],[-72.3248018313914,42.032027551451],[-72.32196083046003,42.03198755153364],[-72.32182183041463,42.031988551538255],[-72.32125783023065,42.03199655155772],[-72.32124983022803,42.03199655155798],[-72.32104383016085,42.03199955156511],[-72.31714882888224,42.03191555167277],[-72.31708582886162,42.03191555167477],[-72.30846382603858,42.03185755193764],[-72.30572482514177,42.0318395520212],[-72.29992882324406,42.03180255219819],[-72.2999218232417,42.03180155219821],[-72.29963882314904,42.03179955220683],[-72.29155982050544,42.031777552459126],[-72.2915438205002,42.03177755245964],[-72.28743481915565,42.031766552587946],[-72.28028281681527,42.031746552811065],[-72.27984581667228,42.03174555282474],[-72.27894381637714,42.03174355285297],[-72.27163481398537,42.03172455308117],[-72.27157781396673,42.031724553082974],[-72.27067581366964,42.03168855310466],[-72.27059981364461,42.031685553106485],[-72.26212981087292,42.03166455337101],[-72.24952380674763,42.03163455376473],[-72.24897180655927,42.03149755375587],[-72.24881380650535,42.03145855375339],[-72.24722780598563,42.03144255380055],[-72.24129280404074,42.03138255397699],[-72.24128680403878,42.03138255397718],[-72.24098180393894,42.03138155398664],[-72.23978580354706,42.03137055402241],[-72.23947680344583,42.03136755403161],[-72.23226880108459,42.03131055424883],[-72.22858279987715,42.03128255436014],[-72.22830779978707,42.03128055436846],[-72.22830679978676,42.03128055436849],[-72.22688679932158,42.03126955441131],[-72.22687579931792,42.031268554411454],[-72.22677979928645,42.0312675544143],[-72.2125787946323,42.03112255483565],[-72.21257079462968,42.0311225548359],[-72.21240179457433,42.03112155484106],[-72.21088979407914,42.03111255488714],[-72.20508179217697,42.03107755506403],[-72.20461179202303,42.031074555078305],[-72.19892079015887,42.031035555250675],[-72.19889579015067,42.03103555525146],[-72.19882779012838,42.03103455525343],[-72.19876579010808,42.03103455525539],[-72.19519278893765,42.03100955536348],[-72.18802278658809,42.03094555557767],[-72.18668678615033,42.030934555617755],[-72.18464878548265,42.03091955567921],[-72.17850378346964,42.03087755586515],[-72.17548978248225,42.03085655595626],[-72.1754357824645,42.030855555957785],[-72.17543378246386,42.03085555595784],[-72.17406478201558,42.0308495559999],[-72.17100378101291,42.03083055609285],[-72.17059878088027,42.03082855610524],[-72.16875678027459,42.03077655615337],[-72.16839678015623,42.0307665561628],[-72.16833378013554,42.0307655561646],[-72.16610177940339,42.030733556228874],[-72.16562377924664,42.0307275562428],[-72.16295777837216,42.03069055631978],[-72.15783077669091,42.03062755646938],[-72.15112777449363,42.03055955666765],[-72.1500807741505,42.03055055669893],[-72.15007177414756,42.03055055669921],[-72.14866477368643,42.03053855674125],[-72.14837477359187,42.03054455675155],[-72.14742477328203,42.030562556784965],[-72.14731177324522,42.03056555678909],[-72.14652077298744,42.03058455681768],[-72.14572877272941,42.03060455684649],[-72.14502877250143,42.0306235568722],[-72.14480077242715,42.03062955688055],[-72.14479877242648,42.03062955688061],[-72.14400877216694,42.03061155690205],[-72.143238771914,42.03059455692304],[-72.14319177189857,42.03059355692433],[-72.14310477187016,42.03059455692726],[-72.14229677160353,42.030555556945224],[-72.14197777149829,42.0305405569524],[-72.14010777088119,42.03044955699381],[-72.13681776979618,42.03030255706919],[-72.13681376979484,42.03030155706914],[-72.13621376959684,42.030272557082455],[-72.13621176959613,42.03027155708232],[-72.13571576943284,42.03025455709467],[-72.1356877694236,42.03025355709537],[-72.13507476922148,42.030226557109486],[-72.13503176920723,42.03022355711026],[-72.13111576791698,42.030069557203994],[-72.12617676628658,42.02982155731181],[-72.12612776627037,42.02981855731279],[-72.12452076574162,42.02976855735377],[-72.12446776572445,42.02977155735601],[-72.12400976557531,42.02978455737293],[-72.12258876510798,42.02974455740997],[-72.12237376503728,42.02973855741559],[-72.1198597642105,42.029667557481055],[-72.11861676380173,42.02963255751347],[-72.11856776378563,42.02963155751482],[-72.11184376156679,42.02930955766446],[-72.10949876079373,42.0292105577192],[-72.1063897597687,42.02907855779162],[-72.10369675887766,42.028907557843425],[-72.10360375884687,42.0289015578452],[-72.10339575877806,42.028888557849235],[-72.10309475867848,42.02886955785505],[-72.10277875857393,42.028849557861136],[-72.10274075856138,42.02884755786194],[-72.10246175846905,42.028829557867255],[-72.10216675837141,42.02881055787289]]]},"properties":{"name":"Tolland"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.00874605516776,42.03886253064831],[-73.0085530551047,42.03886053065426],[-73.00010505233902,42.038689530899106],[-72.99955005215634,42.03866153091196],[-72.99647905115309,42.03863553100788],[-72.99623705107405,42.038633531015435],[-72.98416604713042,42.0385305313921],[-72.98415604712716,42.03853053139243],[-72.98412804711802,42.038530531393334],[-72.98411904711509,42.03853053139365],[-72.97900804544523,42.038486531553],[-72.97779404504861,42.038476531590916],[-72.97759504498363,42.03847553159726],[-72.97740404492122,42.03847353160314],[-72.9747320440484,42.038453531687],[-72.96639304132424,42.03838953194834],[-72.96628304128829,42.03838853195174],[-72.94871603557247,42.03864653257719],[-72.9443220341428,42.038712532733825],[-72.94351303387573,42.03865953275019],[-72.94281803364329,42.038563532754566],[-72.94005403271949,42.03818953277342],[-72.93977603262866,42.03818753278215],[-72.93229503018452,42.038130533016265],[-72.93192003006197,42.03812753302796],[-72.92719602851811,42.03808453317442],[-72.92677202837955,42.03808053318753],[-72.9254190279375,42.03807053322991],[-72.92541802793717,42.03807053322994],[-72.92411102751014,42.0380605332708],[-72.92403902748663,42.03806053327317],[-72.92087102645155,42.03803653337228],[-72.91627902495124,42.038002533516035],[-72.90250302045013,42.03790053394714],[-72.89791201895001,42.037866534090746],[-72.89627001841345,42.03785353414192],[-72.89134401680379,42.03781653429587],[-72.89006501638589,42.03780753433593],[-72.8897030162676,42.037804534347195],[-72.88276601400084,42.037753534564104],[-72.88269901397891,42.0377525345661],[-72.8747710113863,42.03766053480744],[-72.87454501131359,42.03767853481827],[-72.87442901127585,42.037680534822435],[-72.8695640096897,42.037706534986285],[-72.86535700831725,42.03771553512536],[-72.8636200077505,42.03771753518245],[-72.86340900768145,42.03771453518876],[-72.86277800747499,42.03770553520763],[-72.86256800740628,42.03770253521392],[-72.86219600728487,42.03770253522606],[-72.86185000717194,42.037702535237344],[-72.86119400695576,42.03766653525186],[-72.86100900689479,42.03765653525599],[-72.85304900427148,42.03722353543269],[-72.84745300242723,42.03691953555694],[-72.84714300232505,42.03690253556378],[-72.84635300206652,42.036890535587254],[-72.84585200190253,42.03688253560206],[-72.84434900141068,42.03686053564686],[-72.84384900124708,42.03685353566182],[-72.84223800071987,42.036829535709764],[-72.83740699913888,42.036757535853454],[-72.83579699861197,42.03673353590133],[-72.83561599855271,42.036730535906656],[-72.83507299837503,42.03672253592283],[-72.83489199831583,42.036720535928346],[-72.83337599781967,42.03669753597335],[-72.82882799633133,42.036631536108914],[-72.82731299583554,42.03660953615405],[-72.82695299571768,42.036603536164634],[-72.82684199568139,42.03660253616806],[-72.82587299536509,42.03660253619964],[-72.8255129952476,42.03660253621136],[-72.82464799496526,42.03660253623954],[-72.82430399485287,42.036600536250376],[-72.82422699482773,42.036600536252884],[-72.8239759947458,42.03660053626107],[-72.81702899247435,42.03653453647469],[-72.8168929924299,42.036533536478935],[-72.81675799238577,42.036532536483136],[-72.81662299234158,42.036530536487156],[-72.81648899229779,42.03652953649134],[-72.81576099205981,42.03652353651388],[-72.81354199133426,42.03650253658211],[-72.81566799051467,42.01065553155384],[-72.81600699038412,42.006533530751625],[-72.8161539903276,42.00474753040403],[-72.81659499015811,41.999389529361125],[-72.81674199010163,41.99760352901344],[-72.81599098986126,41.99768352905324],[-72.8137379891403,41.99792652917319],[-72.81298798890036,41.99800852921335],[-72.8086069874935,41.998397529430534],[-72.80854198747264,41.998403529433794],[-72.79492398311515,41.999883530160744],[-72.79482998308505,41.99989353016573],[-72.79454898299517,41.99992453018082],[-72.79445598296546,41.99993553018595],[-72.79384098276874,42.00000353021899],[-72.79051198170464,42.00038553040054],[-72.78972998145474,42.000476530443414],[-72.78490397991224,42.001032530706986],[-72.7799209783195,42.001606530979075],[-72.77868297792375,42.00174853104656],[-72.77473997666343,42.00220353126199],[-72.77109897549812,42.00259853145607],[-72.77052297531044,42.00260353147573],[-72.77025797522394,42.00260353148434],[-72.77025697522362,42.00260353148437],[-72.77023897521774,42.002603531484944],[-72.76673897409874,42.00300353167539],[-72.76668397410343,42.00339153175167],[-72.76625497413889,42.00639853234292],[-72.7661399741484,42.0072045325014],[-72.76613997418792,42.00788153263135],[-72.76609797417431,42.007883532633116],[-72.76587497410755,42.00798653266012],[-72.76569097405583,42.008129532693545],[-72.765522974008,42.00824953272204],[-72.76523897392028,42.00833453274759],[-72.76473297376077,42.00843153278262],[-72.76468197374423,42.008433532784665],[-72.76350597336324,42.00848253283226],[-72.76303897321378,42.0085335328572],[-72.7625559730605,42.008608532887266],[-72.7622029729533,42.00874553292505],[-72.76177397282756,42.008990532986],[-72.76159697277812,42.0091335330192],[-72.76147397274866,42.00931653305833],[-72.76137497272866,42.00952753310204],[-72.76132097272502,42.00976753314987],[-72.7613669727471,42.00988853317161],[-72.76152797280562,42.00999053318595],[-72.7618189729073,42.01010553319858],[-72.76194897295674,42.0102255332174],[-72.76196097296179,42.01024453322066],[-72.76206397300462,42.01040253324765],[-72.76207897301688,42.01052853327137],[-72.76206397301833,42.010637533292766],[-72.7621399730541,42.0108255333264],[-72.7624159731749,42.011351533418406],[-72.76265697326986,42.01163053346414],[-72.76276797331357,42.01175853348511],[-72.76286797335054,42.011832533496055],[-72.76295497338516,42.01193953351379],[-72.76307397343248,42.01208453353775],[-72.76315097346725,42.01224953356692],[-72.76324297351765,42.012598533630914],[-72.7632199735175,42.012724533655856],[-72.7631119735036,42.013090533729624],[-72.76307997349602,42.01313953374007],[-72.76284897344198,42.013505533817835],[-72.76278997342816,42.013598533837595],[-72.76268997340152,42.01370153386059],[-72.76237497331405,42.01396453392131],[-72.76204497321434,42.014101533958325],[-72.76192997317848,42.01413053396763],[-72.76155497306534,42.01428953401032],[-72.76144397303509,42.014391534033514],[-72.76097897290839,42.01482153413112],[-72.76087897288876,42.01504453417719],[-72.7607949728837,42.01542753425343],[-72.76066397285162,42.015610534292804],[-72.76057997282781,42.01567253430744],[-72.75985997264557,42.0165765345043],[-72.75986697264898,42.01659553450776],[-72.75987397265213,42.0166105345104],[-72.75974297262367,42.016855534561685],[-72.75971997262683,42.017038534597546],[-72.75975797264661,42.0171645346205],[-72.75988097270047,42.0173995346616],[-72.76009597277633,42.01749653467324],[-72.76050997290413,42.01737053463562],[-72.76058497292702,42.017343534628004],[-72.76065497294847,42.01731953462112],[-72.76079197299154,42.01729153461132],[-72.76099897305977,42.0173025346067],[-72.76153597324644,42.01749753462669],[-72.76193397338903,42.01771453465542],[-72.76230997353582,42.01812653472229],[-72.76238597357197,42.01832053475703],[-72.7626009737009,42.01932653494314],[-72.76280797379322,42.0197505350178],[-72.76296097384684,42.019813535024916],[-72.76365097407951,42.01994053502688],[-72.76407997422417,42.020019535028126],[-72.76443997434401,42.02005953502411],[-72.76466297441384,42.02000853500708],[-72.76487797447767,42.019899534979174],[-72.7652919745964,42.01961853491181],[-72.76553897467917,42.01965553491088],[-72.76554097469106,42.019847534947665],[-72.76556997470408,42.019908534958425],[-72.76554397469938,42.01997353497175],[-72.76548297468787,42.02011753500137],[-72.76539097466217,42.02019153501856],[-72.76527597463733,42.02040853506395],[-72.76515297460283,42.02050553508655],[-72.76481597449983,42.020625535120516],[-72.76460897443756,42.02071653514472],[-72.76452397441918,42.02087653517818],[-72.7644469744234,42.0213795352772],[-72.76447797444257,42.021534535305946],[-72.76453097446453,42.02161453531957],[-72.76462297449892,42.0216885353308],[-72.7647609745463,42.02172853533398],[-72.7648609745798,42.02174353533361],[-72.76498397462113,42.021763535333456],[-72.76515997468292,42.02183753534195],[-72.7652519747203,42.02196353536315],[-72.76525897473194,42.02212353539362],[-72.76522097472922,42.02228953542671],[-72.76513597470884,42.02241553545365],[-72.76503697467915,42.02246053546551],[-72.7648529746154,42.0223975354594],[-72.76466897454436,42.02220953542929],[-72.764377974441,42.02206653541129],[-72.76408597434265,42.022014535410804],[-72.76394097429129,42.02194553540227],[-72.76387897426707,42.021877535391226],[-72.76377197421444,42.02157453533656],[-72.76374897419589,42.02138553530103],[-72.7636649741558,42.021168535262106],[-72.76354297411528,42.02115653526377],[-72.76340497407325,42.02120853527823],[-72.76285197391172,42.02153353535856],[-72.76233797376462,42.02188753544319],[-72.76230797375713,42.021927535451844],[-72.76182397362088,42.022299535538934],[-72.7616939735894,42.02248753557925],[-72.76167997358543,42.02249753558162],[-72.76155597355108,42.02260253560579],[-72.76131797348039,42.02272253563656],[-72.76127797346756,42.022726535638625],[-72.76109897341036,42.02274753564848],[-72.76098097337268,42.022761535654986],[-72.76073497329027,42.02272553565606],[-72.76062797325446,42.02271053565666],[-72.75995297301938,42.02245853563021],[-72.7597049729307,42.02232653561293],[-72.75958597288819,42.0222635356047],[-72.75940897282075,42.022098535578785],[-72.75920297272981,42.021692535507555],[-72.75917197270667,42.02146953546576],[-72.75917997269626,42.021246535422705],[-72.75911097266439,42.02108653539423],[-72.75893497260023,42.02097153537788],[-72.75872797252761,42.02088553536811],[-72.75851297245545,42.02085153536856],[-72.75805297230661,42.020874535387904],[-72.75791397226214,42.020889535395305],[-72.7576949721921,42.020914535407194],[-72.75750397213301,42.02097053542415],[-72.75737097209193,42.021010535436154],[-72.75707197200133,42.021130535468885],[-72.75687197194672,42.0213135355105],[-72.75684897194189,42.02135953552007],[-72.75672597191675,42.021616535573386],[-72.75658097187713,42.021748535603436],[-72.75642697183781,42.021936535644514],[-72.75638897183413,42.02208553567433],[-72.75641897185191,42.022222535699655],[-72.75660297193068,42.02254253575511],[-72.75667197196621,42.022765535795656],[-72.75664097196308,42.0228855358197],[-72.75656397194666,42.02303453585078],[-72.75655197194374,42.023051535854435],[-72.75620397186184,42.02359453596993],[-72.75614397184768,42.02368753598973],[-72.75597297180745,42.02395453604652],[-72.75596597180592,42.02396753604923],[-72.75591897179648,42.02406853607014],[-72.75588097178874,42.024148536086734],[-72.75582697178706,42.02442153614086],[-72.75578797178612,42.024623536180904],[-72.75570397176868,42.02479453621645],[-72.75537397168061,42.025131536291845],[-72.75519097162959,42.02528053632637],[-72.75506697159511,42.02538353635017],[-72.75489597154606,42.02549953637796],[-72.75479297151647,42.02556853639455],[-72.75471397149389,42.02562353640768],[-72.75452997143977,42.02572553643323],[-72.75449097143009,42.02577753644447],[-72.75446797142455,42.02581153645174],[-72.75442997141647,42.025885536467165],[-72.75431497139697,42.0261945365302],[-72.75420797137214,42.02636753656687],[-72.7539849713206,42.02673153664397],[-72.75396897132238,42.02685153666751],[-72.75389997130954,42.0270175367016],[-72.75377697128071,42.027211536742826],[-72.75356997122282,42.02737753678141],[-72.75326197113482,42.02759253683266],[-72.75293297104092,42.02782353688767],[-72.75284397101747,42.02791953690898],[-72.75269897097913,42.02807353694324],[-72.75253397093566,42.028251536982744],[-72.75232397088654,42.02858453705344],[-72.75226497087287,42.0286805370738],[-72.75221397086119,42.028765537091765],[-72.75212597084092,42.028910537122435],[-72.75202697081818,42.02907453715713],[-72.75191897080033,42.02937253721781],[-72.75186197079105,42.029532537250354],[-72.75178097077774,42.029757537296156],[-72.75176597077537,42.0298005373049],[-72.75185697083714,42.0303495374073],[-72.75192897086595,42.0304405374224],[-72.75195697087713,42.03047553742822],[-72.7520409709149,42.03065253745944],[-72.752277971008,42.03092153750336],[-72.75245497107313,42.03104753752181],[-72.75252997110195,42.03112153753355],[-72.7528379712202,42.03142453758171],[-72.7530229712892,42.03157153760391],[-72.75323597136855,42.031739537629235],[-72.75370297154039,42.03207153767777],[-72.75414797170035,42.03232253771149],[-72.75416797170735,42.032330537712355],[-72.75479497192782,42.032600537743804],[-72.75512097204243,42.032740537760084],[-72.75514697205146,42.03274953776097],[-72.75587997230559,42.033003537785895],[-72.75623897242819,42.03309553779189],[-72.75660997255494,42.033191537798274],[-72.7570839727168,42.03331353780628],[-72.75717597274918,42.03335353781096],[-72.75717597275188,42.03339953781978],[-72.7570759727247,42.03349353784108],[-72.75696097269365,42.0336045378661],[-72.75685297268579,42.034073537959586],[-72.75679197267253,42.03418753798344],[-72.75659197262125,42.03442753803599],[-72.7562239725198,42.0347475381093],[-72.75616197250324,42.03481053812342],[-72.75600897247163,42.035124538188626],[-72.7559399724615,42.03533653823154],[-72.75594797246913,42.035422538247786],[-72.75597797249594,42.03571353830263],[-72.75599497252959,42.036194538394376],[-72.75585097248305,42.03620253840056],[-72.75583897247918,42.03620353840116],[-72.75541897234328,42.03622453841882],[-72.75527497229675,42.03623253842503],[-72.75503997222071,42.03624453843496],[-72.7543349719927,42.036281538464955],[-72.75410097191705,42.03629453847505],[-72.75393897186468,42.03630353848203],[-72.7516059710977,42.036213538540515],[-72.7513409710106,42.036203538547205],[-72.74784396987128,42.03624553866878],[-72.74555996912724,42.03627453874847],[-72.74509396897544,42.03628053876476],[-72.74149896780413,42.036323538889675],[-72.724254962186,42.0365365394899],[-72.72217996150994,42.036562539562155],[-72.7218979614181,42.036566539572085],[-72.71916496052764,42.036600539667205],[-72.71893796045369,42.036603539675134],[-72.71591195946019,42.03651153975556],[-72.71589295945394,42.03651053975599],[-72.71563795937027,42.036503539762904],[-72.71552395933348,42.036511539768135],[-72.71436495896023,42.03660053982278],[-72.71433795895159,42.03660353982423],[-72.71413795890375,42.036903539888286],[-72.71339695866179,42.03690353991229],[-72.71231595830879,42.03690353994732],[-72.71190395817426,42.036903539960676],[-72.71100895788199,42.03690353998967],[-72.70887595718544,42.03690354005878],[-72.70398395558792,42.036903540217274],[-72.70247895509644,42.036903540266024],[-72.70034695440022,42.03690354033507],[-72.7002449543669,42.03690354033838],[-72.70003695429897,42.036903540345115],[-72.69994095426645,42.036883540344384],[-72.69984095423268,42.036864540344],[-72.69953695412984,42.03680354034211],[-72.69945295410241,42.03680354034485],[-72.69661795317688,42.03680854043761],[-72.69638895310216,42.03680954044521],[-72.69629195307013,42.03680354044721],[-72.68775595025323,42.03630154062723],[-72.6862409497531,42.036209540658604],[-72.68613694971879,42.03620354066082],[-72.68602094968038,42.036194540662855],[-72.68288294864129,42.035949540717375],[-72.68288194864097,42.03594954071741],[-72.67843494716847,42.0356035407949],[-72.67833194713425,42.035593540796306],[-72.67554794621006,42.03533654083705],[-72.67303494537578,42.035103540873614],[-72.67301594536944,42.035101540873846],[-72.66328894214115,42.03421754101872],[-72.66320494211325,42.0342095410199],[-72.6574839402213,42.033806541127475],[-72.65743594020543,42.03380354112844],[-72.64718593679899,42.032795541266154],[-72.64345693556004,42.032434541317286],[-72.64314893545794,42.032408541322255],[-72.64299093540562,42.03239654132505],[-72.6416509349626,42.03230454135066],[-72.64163393495699,42.03230354135102],[-72.63982493436029,42.032203541390246],[-72.63925493417186,42.03216454140116],[-72.63754493360669,42.03205054143449],[-72.63697593341863,42.03201254144556],[-72.63683393337173,42.03200354144842],[-72.63319993217456,42.03182854153213],[-72.62187492844366,42.03128354179297],[-72.61813492721154,42.03110354187906],[-72.6180999272001,42.0311035418802],[-72.6178629271227,42.03110354188784],[-72.61715192689043,42.031103541910774],[-72.6169479268238,42.03110354191735],[-72.61691492681302,42.03110354191842],[-72.61683392678655,42.03110354192103],[-72.61675292675997,42.03110154192325],[-72.61626792660104,42.03109254193716],[-72.61610692654833,42.03109054194198],[-72.61523292626195,42.03107554196727],[-72.61261092540298,42.03103254204358],[-72.61173792511697,42.03101854206905],[-72.61159092506877,42.03101554207319],[-72.61115292492529,42.03100854208598],[-72.6110069248775,42.0310065420903],[-72.6108339248208,42.03100354209531],[-72.61051892471663,42.03098154210125],[-72.60905592423286,42.03088054212902],[-72.60856892407185,42.0308475421384],[-72.60844092402952,42.03083854214078],[-72.6082509239667,42.03082554214443],[-72.60805992390348,42.030811542147894],[-72.60793392386188,42.030803542150416],[-72.60777492375685,42.02988854197987],[-72.6075389236002,42.02851654172405],[-72.60730192344315,42.027143541468085],[-72.60714492333881,42.026228541297456],[-72.60713592333303,42.02617954128836],[-72.60712392332488,42.026106541274714],[-72.60711092331634,42.02603254126092],[-72.6071029233109,42.025983541251776],[-72.60706892328837,42.02578654121504],[-72.60701892325505,42.025493541160394],[-72.60696692322095,42.02519854110542],[-72.60693392319887,42.02500354106905],[-72.60641692302998,42.02500354108572],[-72.60486692252368,42.025003541135675],[-72.60435092235512,42.0250035411523],[-72.60433392234957,42.02500354115284],[-72.60404592225538,42.02500154116175],[-72.60313292195679,42.024995541190016],[-72.60285492186593,42.024994541198794],[-72.60282892185742,42.02499454119963],[-72.60244792173279,42.02499154121132],[-72.60130592135934,42.02498454124678],[-72.60095192124365,42.024983541257996],[-72.60092592123516,42.02498354125883],[-72.60040692106584,42.024987541276325],[-72.59885192055853,42.02499854132854],[-72.5983339203896,42.025003541346194],[-72.59830792038105,42.02500254134685],[-72.59822892035507,42.02499954134881],[-72.59820392034685,42.02499854134942],[-72.59662191982665,42.02493954138906],[-72.59187891826706,42.02476354150806],[-72.59029791774724,42.024705541547824],[-72.59023291772588,42.02470354154956],[-72.59020891771804,42.02470354155032],[-72.58994391763146,42.02470354155885],[-72.58985591760273,42.0247035415617],[-72.58984991760076,42.0247035415619],[-72.58983491759587,42.02470354156237],[-72.58982991759423,42.02470354156253],[-72.58959491751746,42.0247035415701],[-72.5893109174247,42.024703541579235],[-72.58910291735675,42.02470354158595],[-72.58775591691672,42.02470354162933],[-72.5872379167475,42.02470354164601],[-72.58659191653645,42.02470354166681],[-72.58465591590401,42.024703541729146],[-72.5840109156933,42.024703541749915],[-72.58393291566782,42.02470354175242],[-72.58387391564855,42.02470354175432],[-72.5834639155146,42.02470354176752],[-72.58282391530553,42.02470354178813],[-72.58279091529477,42.02470354178918],[-72.58233291514513,42.02470354180394],[-72.58163291494542,42.025203541922465],[-72.581549914921,42.025250541934184],[-72.58085491471661,42.025641542031636],[-72.57951891432376,42.026394542219236],[-72.57612591332592,42.02830554269542],[-72.57590691326267,42.02844854272992],[-72.5750809130232,42.02897354285733],[-72.57426891278787,42.029490542982735],[-72.57417091275948,42.02955354299799],[-72.57323591248846,42.03014854314233],[-72.56812891085028,42.030672543407285],[-72.56177690881707,42.031400543751424],[-72.5613869086926,42.03145154377376],[-72.56135690868292,42.03145354377513],[-72.56099590856613,42.03147354379056],[-72.55995190822779,42.03152154383337],[-72.55943490806195,42.03157454386018],[-72.55323090607126,42.032203544180476],[-72.55301090600042,42.032221544190996],[-72.54124790221377,42.033205544758076],[-72.54105890215287,42.03322054476703],[-72.54087090209232,42.033235544775955],[-72.54087090209238,42.03323654477613],[-72.53930390158797,42.03336854485185],[-72.53665090073379,42.03358854497934],[-72.53594090050531,42.03364954501386],[-72.53157589910008,42.03401454522417],[-72.5308898988792,42.03407154525716],[-72.5288318982167,42.034244545356486],[-72.52814689799618,42.034302545389615],[-72.52813089799102,42.03430354539033],[-72.52743989776522,42.03430354541252],[-72.52532089707276,42.034303545480576],[-72.52461489684207,42.03430354550324],[-72.52370389654438,42.034303545532495],[-72.52097389565223,42.034303545620155],[-72.52023289541009,42.03430354564394],[-72.52006389535521,42.03430954565052],[-72.51947889516518,42.03432954567314],[-72.51772389459515,42.034389545741],[-72.51733089446752,42.0344035457563],[-72.51713989440476,42.03439754576128],[-72.51554989388227,42.03434754580272],[-72.51078189231548,42.03419854592712],[-72.50919289179339,42.03414954596871],[-72.50908189172235,42.033547545856656],[-72.50874889150944,42.031744545521065],[-72.50863789143848,42.0311435454092],[-72.50809689109252,42.02821254486362],[-72.50692589034341,42.02186154368122],[-72.50647589005567,42.019422543227094],[-72.50646789005029,42.01937454321812],[-72.50593688971054,42.01649254268145],[-72.50593588970987,42.01648654268033],[-72.5058278896412,42.015907542572535],[-72.50549988943312,42.014157542246814],[-72.50539088936395,42.01357554213848],[-72.50523888926729,42.01276054198675],[-72.50478288897752,42.01031854153212],[-72.50463088888094,42.009504541380565],[-72.50448488879876,42.008906541270335],[-72.50405188855393,42.00711354093964],[-72.50392988848473,42.00660454084573],[-72.5039108884734,42.006515540829234],[-72.50390388846927,42.00648354082332],[-72.50376988838934,42.00585654070711],[-72.50335188813915,42.0038845403415],[-72.5032288880655,42.00330354023378],[-72.50321588805691,42.00322854021977],[-72.50306088795742,42.00238054006175],[-72.50259888766024,41.99984253958873],[-72.50244788756224,41.99899753943113],[-72.50243088755128,41.998903539413604],[-72.50241888754192,41.99880953939594],[-72.50234888748676,41.99824853929034],[-72.50233088747258,41.99810453926324],[-72.50232288746754,41.998062539255415],[-72.50232088746603,41.99804753925259],[-72.50180088713765,41.99529553874022],[-72.5002378861494,41.98699953719528],[-72.4997308858286,41.9843035366931],[-72.49972288582201,41.9842345366801],[-72.49972288582183,41.98423153667954],[-72.49965888576969,41.98368853657714],[-72.49946988561403,41.98205653626936],[-72.49942888558027,41.98170253620259],[-72.49940688556711,41.98159853618329],[-72.49938988555684,41.98151653616807],[-72.49938288555275,41.98148553616234],[-72.49937788554939,41.98145553615673],[-72.49936388554133,41.981394536145444],[-72.49935788553763,41.98136453613986],[-72.4993118855104,41.98115253610057],[-72.49917588542938,41.9805165359826],[-72.49913088540248,41.98030453594328],[-72.49911088538676,41.98014453591315],[-72.49905088533953,41.979664535822764],[-72.49903088532378,41.97950453579263],[-72.49901488530459,41.979261535746396],[-72.49896988524819,41.9785365356084],[-72.49895488522941,41.97829553556253],[-72.4989548852293,41.97829353556216],[-72.49892888519825,41.97790153548758],[-72.49888088516896,41.977664535443544],[-72.49850688493943,41.975798535096615],[-72.49838388486359,41.97517853498131],[-72.49832688482904,41.97490153492985],[-72.4980588846656,41.97358153468452],[-72.49709088407438,41.96879853379544],[-72.49677888388301,41.96724253350608],[-72.49677088387827,41.96720553349922],[-72.49672988385326,41.967003533461664],[-72.49668888382861,41.96680753342527],[-72.49644388368013,41.96561653320398],[-72.49636288363085,41.96521953313019],[-72.49634588362063,41.96513853311516],[-72.4962958835904,41.96489653307019],[-72.49627988358058,41.96481653305531],[-72.49556888314933,41.96135353241177],[-72.49343888185699,41.950966530481026],[-72.49272988142671,41.947505529837535],[-72.49531388225772,41.947281529711724],[-72.5030658847511,41.946616529335614],[-72.50552888554331,41.94640552921616],[-72.50564988558196,41.946390529209395],[-72.50572088560457,41.9463805292052],[-72.50718588607224,41.946193529122304],[-72.51157688747396,41.945633528873906],[-72.51179388754322,41.94560552886156],[-72.51333088803386,41.945409528774604],[-72.5133898880255,41.94492852868014],[-72.51357088800168,41.94348552839659],[-72.5136308879937,41.94300552830225],[-72.51363388799003,41.94292452828657],[-72.51366688795484,41.942124528131515],[-72.51377988783989,41.939481527619115],[-72.51381788780176,41.93860152744847],[-72.51382088779785,41.93851652743201],[-72.51382988778873,41.93830652739129],[-72.51382988778626,41.938263527383015],[-72.51383088778175,41.93817952736681],[-72.51383088777676,41.93809252735006],[-72.513830887766,41.93790552731406],[-72.51383488776324,41.93783452730026],[-72.51383988775999,41.93774952728374],[-72.51389688771904,41.93671252708226],[-72.51406988759719,41.93360752647891],[-72.51412888755704,41.93257252627774],[-72.51413088755372,41.93250352626438],[-72.51413188750632,41.931672526104336],[-72.51413088735114,41.928975525585045],[-72.5141308873298,41.92860352551341],[-72.51415388730726,41.92808052541197],[-72.51424688720583,41.92578452496683],[-72.51453388690437,41.9188995236316],[-72.51462888680571,41.91663952319324],[-72.51471788667276,41.9138155226464],[-72.51473188665379,41.913405522566975],[-72.51512988636503,41.906105521147815],[-72.51513288635952,41.90599252112594],[-72.51522688601658,41.899475519867146],[-72.5152308860024,41.89920551981497],[-72.51534788597525,41.89806551959154],[-72.51578288587463,41.8938325187618],[-72.51592888584194,41.892430518486904],[-72.51592888584148,41.89242251848536],[-72.51598788581174,41.89156751831867],[-72.51616788572366,41.88900451781887],[-72.5162278856943,41.88815051765233],[-72.51622988569237,41.888105517643595],[-72.51632788561064,41.8861205172578],[-72.51662188536736,41.8801975161065],[-72.51662988536052,41.88003251607443],[-72.51670488529851,41.87852251578089],[-72.5167128852923,41.87836851575095],[-72.51672088528605,41.878213515720795],[-72.51673188527774,41.87800551568034],[-72.51676788523957,41.87713351551105],[-72.51685988515341,41.875104515116846],[-72.5168838851278,41.87452051500348],[-72.51692388509105,41.87365051483443],[-72.51692488509123,41.87364751483381],[-72.51693088508505,41.87350551480624],[-72.51699688507196,41.872900514687466],[-72.51724688502492,41.87065351424614],[-72.51733088500953,41.869905514099194],[-72.51757988490489,41.866657513464794],[-72.51832988459225,41.856915511561624],[-72.51833088459212,41.856907511560046],[-72.5156088837314,41.85738751173964],[-72.51514288358402,41.857469511770375],[-72.5151318835805,41.85747051177092],[-72.51493088351697,41.85750651178429],[-72.51404288323499,41.857642511838904],[-72.51077288219673,41.85814551204044],[-72.50968388185099,41.858313512107664],[-72.50813188135768,41.85854351220162],[-72.50347887987884,41.859234512483596],[-72.50192787938592,41.859465512577714],[-72.50187287936865,41.85947751258178],[-72.50104587910953,41.85966551264447],[-72.49681087778234,41.86062451296475],[-72.4969268777962,41.86020451288001],[-72.49700487780221,41.85986451281193],[-72.49724487782224,41.858844512607476],[-72.49726287782372,41.85876751259205],[-72.4973258778293,41.8585055125395],[-72.4976068778619,41.857471512331024],[-72.49845187796042,41.85436951170553],[-72.49873387799346,41.85333751149741],[-72.49879487797882,41.85273251137872],[-72.4989868779379,41.85091951102274],[-72.49905087792432,41.85031651090434],[-72.49909887792668,41.850083510857836],[-72.49970387795953,41.84720251028256],[-72.50138287805066,41.839205508685495],[-72.50166487806612,41.83786450841764],[-72.50232087810255,41.83475350779616],[-72.50233087810307,41.83470550778658],[-72.50237387810756,41.83453850775297],[-72.50238187810837,41.83450650774654],[-72.50258487813262,41.83377150759818],[-72.50263087813833,41.83360850756523],[-72.50263287813836,41.83359750756304],[-72.50264887813947,41.83352550754863],[-72.50293087816189,41.8323065073043],[-72.50303887816564,41.831754507194276],[-72.50321187817194,41.83087650701924],[-72.50376487819284,41.82808150646196],[-72.5038848781974,41.82747550634113],[-72.50409187820468,41.82641950613063],[-72.50443587821779,41.824682505784246],[-72.50460687823313,41.82397350564188],[-72.505093878278,41.82197550524054],[-72.50525587829326,41.82131650510807],[-72.50525687829322,41.8213105051069],[-72.50530487829754,41.82111150506694],[-72.50533087829997,41.82100550504564],[-72.50540187829472,41.82050750494721],[-72.50541687829346,41.82039950492586],[-72.50543087829271,41.820306504907464],[-72.50555187829738,41.819696504785796],[-72.50591787831256,41.81786950442129],[-72.5060308783173,41.81730650430894],[-72.50604087831795,41.817260504299746],[-72.50611687832296,41.816913504230314],[-72.50634887833932,41.81587350402203],[-72.5064258783447,41.81552750395275],[-72.50642887834493,41.81551450395015],[-72.50643087834513,41.815506503948534],[-72.50650787834464,41.81505750385936],[-72.5067528783443,41.8136505035798],[-72.50682887834445,41.81321850349392],[-72.50683187834476,41.813206503491514],[-72.50683687834496,41.81318150348652],[-72.5071708783584,41.811506503152344],[-72.50753187837351,41.809706502793134],[-72.5042588773238,41.81002050295822],[-72.50255987677897,41.81018450304411],[-72.50233087670553,41.81020650305569],[-72.50156787646172,41.81029550309721],[-72.4985948755119,41.81064550325968],[-72.49760387519531,41.810762503313896],[-72.49759587519274,41.81076350331434],[-72.49733587510966,41.81079350332842],[-72.49723087507616,41.810806503334305],[-72.4965318748523,41.81087950337069],[-72.49626487476685,41.81090850338482],[-72.49571487459075,41.81096650341356],[-72.49539987448988,41.81099950342999],[-72.49280487365893,41.81127250356548],[-72.49195987338838,41.81136150360961],[-72.49194187338256,41.8113625036104],[-72.49161987327953,41.81139750362742],[-72.49157487326512,41.81140250362982],[-72.4906538729684,41.81146750367176],[-72.49033287286511,41.811492503686814],[-72.49009087278354,41.811446503685644],[-72.49004387276793,41.811441503686176],[-72.48954287260639,41.81147450370854],[-72.48943187257069,41.8114835037138],[-72.48791087208598,41.81168450380115],[-72.487869872073,41.81169150380379],[-72.4878428720643,41.81169350380505],[-72.48736487191213,41.811759503833045],[-72.48697287178967,41.81185450386389],[-72.48579587142218,41.81214350395725],[-72.48540487130022,41.81224150398863],[-72.4852078712384,41.81228450400324],[-72.48511187120754,41.812292504007836],[-72.4842258709233,41.81237650405232],[-72.48393087082871,41.812405504067314],[-72.48367687074695,41.81242450407908],[-72.4822088702743,41.81253450414714],[-72.4770458686124,41.812927504387616],[-72.4760298682854,41.81300550443507],[-72.47599886826275,41.81278550439357],[-72.47592986821293,41.81230550430303],[-72.4758038681306,41.81158150416719],[-72.47553586795588,41.810048503879564],[-72.47435686718593,41.803278502609146],[-72.474129867038,41.80198050236557],[-72.47396386692942,41.80102350218593],[-72.47394786691908,41.80093350216906],[-72.47390086688844,41.80066450211857],[-72.47388586687849,41.80057550210186],[-72.47383486684518,41.80028250204685],[-72.4736848667463,41.79940450188198],[-72.47364086671743,41.79914950183409],[-72.47363386671293,41.79911050182678],[-72.47360986669821,41.798989501804165],[-72.47353986665468,41.798625501736055],[-72.47351786664066,41.79850550171357],[-72.47350086663052,41.79842450169845],[-72.47346886661143,41.798272501670084],[-72.4734468665993,41.79818550165398],[-72.47342786658855,41.79810550163913],[-72.47339886657126,41.79796750161338],[-72.47336986655286,41.79781050158396],[-72.47334286652114,41.797407501506946],[-72.47333486651272,41.797305501487486],[-72.47303486630274,41.79533450111613],[-72.47281486619947,41.79478050101607],[-72.47277286616415,41.794400500943965],[-72.47260786602429,41.7928875006568],[-72.47255986598367,41.79244850057348],[-72.47254686597573,41.79238350056134],[-72.47253486596858,41.79232650055069],[-72.47250986595225,41.79218250052366],[-72.47250486594912,41.7921565005188],[-72.47249786594365,41.79210050050819],[-72.47243086590476,41.79180050045234],[-72.47240686589087,41.791694500432634],[-72.47234386584952,41.79132850036389],[-72.47228186580884,41.79096850029628],[-72.4722688658001,41.79088950028143],[-72.47221886576656,41.790586500224435],[-72.47220386575546,41.790477500203856],[-72.47218086573773,41.7902975001698],[-72.4721588657222,41.79015050014208],[-72.47214386571117,41.790042500121686],[-72.47192686557587,41.78890749990922],[-72.47176786547658,41.78807349975305],[-72.47127786517089,41.78550749927265],[-72.47106286503666,41.78437949906142],[-72.47102986501606,41.78420649902903],[-72.47085286489778,41.78314149882878],[-72.4708248648795,41.78298049879854],[-72.47072186479856,41.782147498640775],[-72.4703358645417,41.77984249820743],[-72.47032986453769,41.77980649820066],[-72.47008386437962,41.7784364979436],[-72.46932886389398,41.77422249715282],[-72.46912986376569,41.77310649694334],[-72.46906386372791,41.77282049689014],[-72.46906086372614,41.77280649688753],[-72.4690228637044,41.772641496856835],[-72.46889986363394,41.772107496757485],[-72.4688588636105,41.77193049672454],[-72.46884586360329,41.771877496714716],[-72.46882986359402,41.771806496701494],[-72.46882986358897,41.77171749668428],[-72.46882986358612,41.77166749667462],[-72.46882986358595,41.77166449667403],[-72.46882886357217,41.77142749662825],[-72.46882886357099,41.771406496624174],[-72.4687518635069,41.770720496493965],[-72.46872886348726,41.7705064964533],[-72.46872486348475,41.77048549644938],[-72.46872486348464,41.77048349644899],[-72.46858386339851,41.76977649631675],[-72.46839886328439,41.768829496139496],[-72.46816486314104,41.767648495918536],[-72.46806586307996,41.76714149582362],[-72.46802586305539,41.76693849578563],[-72.46786486295662,41.76612349563313],[-72.46738186266036,41.76367949517577],[-72.46722986256692,41.762906495031096],[-72.46722686256474,41.76288549502714],[-72.46722286256224,41.7628644950232],[-72.46679786227797,41.76029749454017],[-72.46552486142592,41.75259649309081],[-72.46512986116154,41.750206492640935],[-72.46509086113903,41.75003349260871],[-72.46500386109902,41.74982849257181],[-72.46475286098247,41.749216492461365],[-72.46466986094394,41.749014492424934],[-72.4647268609602,41.748973492415175],[-72.46474586096248,41.74890449240122],[-72.4647488609581,41.74880949238275],[-72.46474286095267,41.74874849237112],[-72.46473186094529,41.74868149235852],[-72.46472486093907,41.748612492345394],[-72.46470186092303,41.7484614923169],[-72.46468186091185,41.74837949230167],[-72.46467086090374,41.74829949228653],[-72.46465086089239,41.74821449227072],[-72.46462686087884,41.74811349225194],[-72.4646018608645,41.74800449223165],[-72.46458686085309,41.747889492209865],[-72.46457086084199,41.74778549219025],[-72.46454986082792,41.74765849216635],[-72.46452786081406,41.7475404921442],[-72.46447686078342,41.74729349209804],[-72.46441586074948,41.74704549205198],[-72.46439886073651,41.74691449202718],[-72.46437686071963,41.74674349199479],[-72.46389986049816,41.7455804917849],[-72.46325586013597,41.74289549128576],[-72.46320586010775,41.74268549124671],[-72.46301786000201,41.74190149110096],[-72.46236385958944,41.73838449044104],[-72.46235785958574,41.73835349043524],[-72.46232985956827,41.73820649040767],[-72.46205085939899,41.73682449014904],[-72.4618978593062,41.736067490007386],[-72.46166585916558,41.734920489792735],[-72.46051385846653,41.72921048872395],[-72.46012985823357,41.727307488367735],[-72.45992885811253,41.72632748818438],[-72.4593298577508,41.723387487634156],[-72.4591298576301,41.72240748745074],[-72.45893785751265,41.7214384872692],[-72.45874185739306,41.720454487084886],[-72.45868485735797,41.720162487030144],[-72.45735085654222,41.71343248576916],[-72.45692985628477,41.71130748537094],[-72.45690585627032,41.71119048534905],[-72.45690485626987,41.71118848534868],[-72.45669885614679,41.71019948516366],[-72.45608085577734,41.70722948460797],[-72.45587585565453,41.70623948442271],[-72.45557485547492,41.70479848415312],[-72.45467785493842,41.700480483345025],[-72.45441885478365,41.69923648311222],[-72.4543788547596,41.69904148307572],[-72.4543298547304,41.698807483031935],[-72.45431285471994,41.69872048301562],[-72.45426485469062,41.69847848297025],[-72.45421585466092,41.6982354829247],[-72.45417485463602,41.698031482886485],[-72.45413385461113,41.697827482848254],[-72.45365685432085,41.695442482401276],[-72.45352785424235,41.69479748228037],[-72.45352085423815,41.69476348227402],[-72.45311385399046,41.69272748189237],[-72.45302985393936,41.692307481813664],[-72.4529728539067,41.692058481767205],[-72.45297085390554,41.692049481765544],[-72.45282185382037,41.69140148164469],[-72.45237785356565,41.68945448128145],[-72.45222985348087,41.68880748116075],[-72.45212285342889,41.68850448110542],[-72.45180185327298,41.68759648093964],[-72.45174885324711,41.68744448091185],[-72.45169585322138,41.687294480884454],[-72.45162985318929,41.68710748085031],[-72.45161485318101,41.687047480839155],[-72.4514368530802,41.686289480697894],[-72.45137785304674,41.6860374806509],[-72.45134185302653,41.68588748062298],[-72.45123685296689,41.685437480539086],[-72.45122985296291,41.6854074805335],[-72.45120285294733,41.6852874805111],[-72.4506768526467,41.6829994800843],[-72.44966385206736,41.67858547926079],[-72.44911785175519,41.676207478817076],[-72.44910085174553,41.676134478803476],[-72.44870785152078,41.67442147848382],[-72.44857585144537,41.673847478376715],[-72.44848585139408,41.673458478304156],[-72.44821885124145,41.67229547808713],[-72.44814285119789,41.671962478024966],[-72.44812985119049,41.671906478014506],[-72.44715285084645,41.671451477957284],[-72.44422184981445,41.67008947778615],[-72.44382984967645,41.66990747776329],[-72.44325484947261,41.66961547772489],[-72.4420118490319,41.66898347764175],[-72.43828284770994,41.6670904773929],[-72.43732984737208,41.66660647732924],[-72.4370448472705,41.66645147730821],[-72.43697084724413,41.6664114773028],[-72.43598484689258,41.6658754772301],[-72.432805845759,41.66414347699495],[-72.43185384541965,41.66362647692486],[-72.4317468453815,41.663568476916986],[-72.43071684501423,41.663007476840825],[-72.42942984455539,41.66230747674582],[-72.42923184447565,41.662037476699744],[-72.42821884406763,41.660654476463584],[-72.42793584395359,41.660267476397486],[-72.42752984378976,41.65970747630171],[-72.42747984376854,41.65962047628643],[-72.42619284322295,41.657379475892476],[-72.42218584152415,41.65039847466505],[-72.42092784099091,41.64820747427975],[-72.42084784095734,41.64807347425628],[-72.42084084095437,41.64806147425416],[-72.41985684054583,41.64649947398223],[-72.41749683956633,41.642757473330796],[-72.41712783941318,41.64217247322894],[-72.41688183931126,41.64178547316161],[-72.41649783915183,41.64117547305538],[-72.41589283890066,41.640214472888026],[-72.41590683889459,41.640025472850915],[-72.41587083887477,41.63988147282409],[-72.41576283881533,41.63945047274385],[-72.41572883879621,41.639307472717185],[-72.41560183874533,41.6391384726884],[-72.41551283870935,41.63901447266715],[-72.41464483835917,41.6378164724621],[-72.41435583824263,41.637418472394],[-72.41421983818988,41.63726847236919],[-72.41396183809599,41.63709347234337],[-72.41385283805096,41.636924472314035],[-72.41384683804407,41.636836472297134],[-72.41388183805317,41.63679547228807],[-72.41402483809868,41.636776472279855],[-72.41405283810523,41.63673047227005],[-72.41405283810063,41.63664847225413],[-72.41384783802775,41.636540472239645],[-72.41376683799527,41.63643247222127],[-72.41376683798809,41.6363044721964],[-72.41382283799919,41.63617747216998],[-72.41382383798855,41.635982472132106],[-72.4137718379466,41.63553747204736],[-72.41378983794802,41.635458472031466],[-72.41382683795125,41.63530147199983],[-72.41377483791047,41.634877471919175],[-72.41372083788421,41.63472347189098],[-72.4135518378173,41.63451247185537],[-72.41343483777428,41.63442547184219],[-72.41323783770397,41.63431647182727],[-72.41287083756878,41.63403847178492],[-72.41264083747971,41.63378747174346],[-72.41179083717238,41.63324647166534],[-72.41162083710968,41.633116471645494],[-72.41153283707526,41.633014471628464],[-72.41129483698873,41.63285447160493],[-72.41123983696704,41.632787471593666],[-72.4110848369004,41.63250047154286],[-72.41086083681158,41.63221847149521],[-72.41069083674782,41.63206947147165],[-72.41020883657161,41.631728471420715],[-72.40989683645525,41.6314664713797],[-72.40969983637807,41.63123547134111],[-72.4095298363143,41.63108647131755],[-72.40921783619416,41.630757471263564],[-72.40917083616964,41.6305934712332],[-72.40916483615447,41.630358471187776],[-72.40925983617188,41.63011747113798],[-72.4092748361748,41.63008247113071],[-72.40925583616367,41.62999447111424],[-72.4090858360999,41.629845471090675],[-72.40897483601346,41.62895047092043],[-72.40862483584066,41.62790447072844],[-72.40861183582894,41.627771470703024],[-72.40861283580495,41.62733847061893],[-72.4085518357653,41.626986470552524],[-72.40848083571879,41.62657047047399],[-72.40819583558795,41.62589447035176],[-72.40787483544607,41.62523047023299],[-72.40788183544129,41.6251044702083],[-72.40792583545004,41.62500547018769],[-72.40802383546952,41.62478347014148],[-72.40834483553361,41.62406246999134],[-72.40848183556082,41.623752469926806],[-72.40862283558894,41.62343546986081],[-72.40863583559167,41.62340846985516],[-72.40888983564157,41.62282346973354],[-72.40897183565777,41.62263646969463],[-72.40900883566258,41.622507469668406],[-72.40950883568772,41.62005446917627],[-72.40951383563244,41.619041468979404],[-72.40944683548081,41.61672946853255],[-72.40944283547174,41.616591468505874],[-72.40942583544022,41.616128468416484],[-72.40944083534094,41.614273468055764],[-72.40948583503733,41.60860346695306],[-72.40956883503091,41.60800746683468],[-72.41005083499981,41.604655466168296],[-72.41006583499869,41.60454846614705],[-72.41010383499626,41.60428446609456],[-72.41026183498543,41.60317446587392],[-72.41031583498227,41.60280446580033],[-72.4103218349818,41.6027614657918],[-72.41032983498133,41.60270646578085],[-72.41035183498461,41.602637465766755],[-72.41036583498695,41.602597465758556],[-72.41036783498714,41.60258946575693],[-72.41041783499496,41.602438465726],[-72.4105368350138,41.60208346565329],[-72.41057583501983,41.601964465628924],[-72.41062983502856,41.60180646559652],[-72.41154983523951,41.600225465260294],[-72.41431183587318,41.59548446425184],[-72.41510083605428,41.594131463964],[-72.41517883607227,41.59399946393587],[-72.41523383608492,41.59390546391589],[-72.4152528360892,41.59387146390868],[-72.4153118361028,41.59377146388738],[-72.41533183610746,41.593738463880335],[-72.41541183612577,41.593600463851],[-72.4156298361915,41.59350646382584],[-72.41579583622864,41.5932044637619],[-72.41687083646943,41.591255463349185],[-72.41722983654996,41.59060646321173],[-72.4177048366999,41.590521463180195],[-72.4191298371497,41.590266463085605],[-72.4196058373,41.59018246305422],[-72.42002983743384,41.59010646302605],[-72.42080783768212,41.59001546298377],[-72.42442583883667,41.58959146278697],[-72.4256318392216,41.58945146272163],[-72.42628983943155,41.589374462685875],[-72.42772983989111,41.58920646260767],[-72.42826084005843,41.589106462571436],[-72.42886084024757,41.58899446253071],[-72.42891284026393,41.588984462527115],[-72.42932984039534,41.58890646249877],[-72.43017484066405,41.58879046244949],[-72.43153584109696,41.58860646237069],[-72.43162784112617,41.58859346236526],[-72.43172084115575,41.58858046235978],[-72.43181284118504,41.58856846235455],[-72.43190384121394,41.588555462349134],[-72.43397284187192,41.58827346222889],[-72.43523984227488,41.58810146215538],[-72.43538784232189,41.58808046214663],[-72.43583384246372,41.58801946212067],[-72.43592984249432,41.588007462115286],[-72.43598284251118,41.58800046211225],[-72.43766284304527,41.58776846201401],[-72.4427028446475,41.587072461719266],[-72.44356284492095,41.58695446166912],[-72.44381884500234,41.586919461654226],[-72.44407484508375,41.58688446163931],[-72.44438384518196,41.586841461621184],[-72.44441284519117,41.586837461619496],[-72.44444284520065,41.58683246161757],[-72.44462284525787,41.586807461607016],[-72.44468284527701,41.58680046160375],[-72.44648584584995,41.5865474614975],[-72.45066084717678,41.58596446125206],[-72.45189784756988,41.585791461179284],[-72.45370184814317,41.58553946107319],[-72.45393084821595,41.58550746105972],[-72.45630684897294,41.58521046092677],[-72.46065385035796,41.584667460683576],[-72.46412485146375,41.5842324604891],[-72.46673085229405,41.583907460343376],[-72.46723085249837,41.58464646047114],[-72.4687308531116,41.58686646085499],[-72.46876985312755,41.58692446086502],[-72.4689908532179,41.58725146092156],[-72.46904285323895,41.5873244609341],[-72.46923185331633,41.5876064609829],[-72.46990585358962,41.58856346114749],[-72.47192785440964,41.59143746164179],[-72.47260285468337,41.59239646180669],[-72.4729508548278,41.592949461903096],[-72.47399485526124,41.59461146219289],[-72.47434285540574,41.59516546228947],[-72.47479485560065,41.59601346243986],[-72.47615385618634,41.598557462890945],[-72.47660785638196,41.59940646304147],[-72.47666985640873,41.59952346306221],[-72.4768588564902,41.59987746312498],[-72.47686485649277,41.59988846312693],[-72.47692185651735,41.59999546314591],[-72.47783685690179,41.60153146341522],[-72.48058385805616,41.60614646422441],[-72.48149985844108,41.60768446449401],[-72.48151985844952,41.60771846449997],[-72.48156485846843,41.60779446451332],[-72.48163185849657,41.607906464532924],[-72.48178585855827,41.608111464567855],[-72.48184285858117,41.608188464581],[-72.48186385858958,41.60821646458578],[-72.48190385860559,41.608269464594805],[-72.48193185861686,41.60830746460129],[-72.48364985933513,41.61112646509417],[-72.48628186043554,41.61544346584884],[-72.48898486156571,41.61987646662367],[-72.48967986185633,41.62101646682292],[-72.49076286230927,41.62279346713348],[-72.49083186233815,41.62290746715341],[-72.4917518627235,41.62442746741924],[-72.49471786396622,41.629332468277056],[-72.49569686437631,41.63094946855977],[-72.49570886438129,41.63096846856307],[-72.49573086439067,41.63100746856995],[-72.4970948649588,41.63320246895258],[-72.50126086669405,41.639903470120444],[-72.50263086726476,41.6421074705045],[-72.50265086727298,41.64213747050969],[-72.50267086728117,41.64216747051487],[-72.50309586745638,41.64281847062767],[-72.50442986800626,41.644860470981406],[-72.50476686814513,41.6453754710706],[-72.50487586819007,41.64554247109953],[-72.50498686824272,41.64583447115265],[-72.50505286827399,41.6460074711841],[-72.50531986840086,41.646713471312566],[-72.50543186845395,41.647007471366045],[-72.50551086847923,41.64699947136197],[-72.50698486895106,41.64685247128661],[-72.51164687044357,41.64639147104895],[-72.51320187094142,41.64623847096981],[-72.51453187136724,41.64610747090211],[-72.5149258714937,41.64607447088317],[-72.52010587315685,41.64564847063579],[-72.52183287371139,41.64550747055349],[-72.52248587391708,41.64538347050866],[-72.52445087453623,41.64501447037456],[-72.52503187471935,41.64490647033513],[-72.52506187472899,41.64490447033379],[-72.52510687474349,41.64490147033178],[-72.52549387486835,41.64488047031541],[-72.52665787524397,41.64481847026634],[-72.52693187533241,41.6448044702549],[-72.52704687536902,41.64478947024832],[-72.52806287569099,41.64463147018535],[-72.52963087618812,41.6443914700889],[-72.53111487665852,41.64416246999725],[-72.5321328769813,41.64400746993479],[-72.53216987699318,41.64400446993303],[-72.53228187702938,41.64399946992848],[-72.5323198770417,41.64399846992708],[-72.5323428770489,41.64399346992539],[-72.53240387706828,41.64398446992169],[-72.53242387707466,41.64398246992067],[-72.53276987718559,41.64395146990365],[-72.5338958775469,41.64385546984919],[-72.53426087766402,41.64382446983155],[-72.53475787782357,41.64378346980777],[-72.53436887769955,41.64383046982928],[-72.5350998779336,41.643759469792236],[-72.53886687913993,41.64339646960192],[-72.54315688050572,41.64284146935765],[-72.54423088084772,41.64270446929688],[-72.5473498818451,41.64237946913451],[-72.54843188219108,41.64226646907813],[-72.55167188322717,41.64192946890956],[-72.55269888355556,41.64182246885608],[-72.55670988483809,41.641403468647],[-72.55944388571233,41.641119468504805],[-72.55982988583577,41.64107946848474],[-72.5598488858406,41.64105546847949],[-72.55990688585558,41.640986468464256],[-72.55992688586078,41.640963468459155],[-72.55996888587414,41.640957468456655],[-72.56009688591502,41.64094346844986],[-72.56012288592336,41.640941468448645],[-72.56013988592879,41.640939468447705],[-72.56111488624003,41.640828468395114],[-72.56404188717455,41.64049946823801],[-72.5650178874862,41.64039046818575],[-72.56685788807368,41.640183468086946],[-72.56718288817741,41.640146468069425],[-72.57367889025133,41.63941546772052],[-72.57553489084388,41.63920746762098],[-72.57584489094265,41.63916846760352],[-72.57611289102798,41.639134467588384],[-72.57633489109875,41.639107467576075],[-72.57679089124423,41.63905446755124],[-72.57691989128544,41.63904046754441],[-72.57718989137165,41.63901046752999],[-72.57936189206497,41.638764467413],[-72.58587789414496,41.638028467062384],[-72.58783489476964,41.637807466957064],[-72.58805089483867,41.63778446694571],[-72.59144989592492,41.637423466767224],[-72.60164789918416,41.63634446623243],[-72.60483590020301,41.63600746606525],[-72.60504790027076,41.635985466054215],[-72.60506490027613,41.6359824660531],[-72.60508390028227,41.6359814660523],[-72.61063390205665,41.6354074657637],[-72.61081990211608,41.635387465753894],[-72.61279290274645,41.63517646564995],[-72.61417190318714,41.635030465577564],[-72.61751790425625,41.6346744654016],[-72.62422890640049,41.63395946504849],[-72.62453690649895,41.633927465032436],[-72.6275369074574,41.63360746487448],[-72.62758090747128,41.633599464871516],[-72.62758590747279,41.633597464870974],[-72.62760390747854,41.63359546487002],[-72.62760990748043,41.63359446486963],[-72.62761290748135,41.633593464869335],[-72.62782490754816,41.633554464854996],[-72.6284709077518,41.633437464811664],[-72.62863690780415,41.63340746480053],[-72.62868790782058,41.633404464798325],[-72.62869790782379,41.63340346479781],[-72.62872790783344,41.633401464796464],[-72.62873890783702,41.63340146479611],[-72.63023690831935,41.63330746472998],[-72.63052490841214,41.633290464717476],[-72.62783690793,41.64020746614487],[-72.62808390800853,41.64017446613057],[-72.62814090802577,41.64015146612429],[-72.629331908402,41.63994846604683],[-72.6295599084731,41.639893466028894],[-72.62970990852176,41.63989046602351],[-72.63014990865945,41.63979246599043],[-72.63037390873117,41.6397714659792],[-72.6330499095789,41.63935846581354],[-72.63403690989163,41.63920746575269],[-72.63510791023097,41.63904346568664],[-72.63544791033867,41.638990465665486],[-72.63667191072656,41.638804465590276],[-72.6421119124503,41.637973465255115],[-72.64457891323202,41.637597465103276],[-72.64713691404258,41.6372074649458],[-72.647215914068,41.637202464942305],[-72.6475169141649,41.63718346492898],[-72.64842191445628,41.63712646488898],[-72.64872391455354,41.637108464875816],[-72.64873791455807,41.63710746487517],[-72.64876491456673,41.63710546487391],[-72.64914891468958,41.63706746485427],[-72.65042491509809,41.63694646478997],[-72.6508379152303,41.63690746476919],[-72.6508509152344,41.6369054647684],[-72.65585391681972,41.63614446446067],[-72.65764091738602,41.63587346435091],[-72.6599829181281,41.635517464206906],[-72.66364491928842,41.634960463981635],[-72.67062592150036,41.63389946355232],[-72.67086592157638,41.63386246353745],[-72.67355092242708,41.63345446337231],[-72.6756829231026,41.63313046324117],[-72.67583892315207,41.63310746323173],[-72.67587092316225,41.633103463229936],[-72.67588492316669,41.63310146322908],[-72.67588792316762,41.63310046322879],[-72.67594192318478,41.63309346322572],[-72.67596092319087,41.633091463224716],[-72.67792192381444,41.63283346311186],[-72.68380492568521,41.63206046277344],[-72.68573892630026,41.63180746266239],[-72.68576692630909,41.63180246266052],[-72.68578692631537,41.63179846265909],[-72.68584992633525,41.63178746265495],[-72.68587092634192,41.63178446265368],[-72.68624292645929,41.63171946262915],[-72.68632492648513,41.63170446262363],[-72.68768792691525,41.631467462533976],[-72.68803892702606,41.63140746251109],[-72.68814392706022,41.63140746250773],[-72.68815192706282,41.63140746250746],[-72.68816692706771,41.631407462506985],[-72.68817892707162,41.631407462506594],[-72.68818792707455,41.63140746250632],[-72.68821492708335,41.63140746250545],[-72.68829692711002,41.63140746250282],[-72.68832492711914,41.631407462501926],[-72.68834492712564,41.631407462501286],[-72.68840492714517,41.631407462499354],[-72.68842592715202,41.631407462498686],[-72.68863892722135,41.63140746249186],[-72.69098092796324,41.63105046234755],[-72.69863893038931,41.62988746187646],[-72.70113993118159,41.629507461722554],[-72.701191931198,41.629498461719145],[-72.7011959311992,41.62949646171862],[-72.70120393120179,41.629496461718375],[-72.70120993120368,41.629495461717966],[-72.70121493120531,41.62949546171781],[-72.70125593121827,41.62948846171515],[-72.70138293125835,41.629466461706805],[-72.70142493127162,41.6294594617041],[-72.70143293127408,41.62945746170348],[-72.70145993128266,41.629453461701814],[-72.70146893128553,41.629452461701334],[-72.70230793155059,41.62931246164726],[-72.70233993156072,41.629307461645276],[-72.7039509320723,41.62908446155035],[-72.71141093444143,41.628056461111655],[-72.7137549351858,41.6277334609738],[-72.71382693520867,41.62772346096955],[-72.71389793523122,41.62771346096534],[-72.71415793529496,41.62734746088602],[-72.71488493547326,41.62632546066452],[-72.71493993548697,41.62625146064839],[-72.71521093555472,41.625893460570275],[-72.71534593559039,41.6257484605378],[-72.71550093563133,41.62558146050044],[-72.7157069356858,41.625361460451174],[-72.71570793568613,41.62536146045114],[-72.71575193569788,41.625316460441006],[-72.71575693569923,41.62531146043988],[-72.71584493571822,41.62514246040428],[-72.71585893572124,41.6251154603986],[-72.71590093573029,41.625034460381535],[-72.7159149357333,41.625007460375855],[-72.71579993562325,41.623733460132485],[-72.71574993559759,41.62356846010209],[-72.71552793548322,41.62282945996587],[-72.71476993519936,41.62217645986357],[-72.71328793464136,41.620847459653376],[-72.71315593456569,41.620273459546276],[-72.71308393452442,41.619960459487885],[-72.71307993448517,41.619294459358834],[-72.71284693438896,41.618936459296876],[-72.71284493438824,41.61893545929674],[-72.71281093437696,41.61893145929706],[-72.71254193428726,41.61889345929831],[-72.71217693416564,41.61884345930033],[-72.71196893409125,41.618725459284114],[-72.71194093408064,41.61869945927998],[-72.71184693404766,41.61865745927485],[-72.71179093402762,41.61862545927044],[-72.71155593394357,41.618492459252174],[-72.71147593391493,41.618446459245824],[-72.7113659338756,41.61838445923732],[-72.71127693384156,41.618295459222914],[-72.71126693383728,41.61827745921974],[-72.71122893382109,41.618210459207965],[-72.71122193381812,41.61819845920588],[-72.71116093379217,41.61809145918707],[-72.71113493378105,41.61804445917878],[-72.71125193380266,41.61775545911899],[-72.71127493380706,41.617701459107764],[-72.71131193381615,41.6176494590965],[-72.71152393386735,41.617337459029166],[-72.71174893393447,41.617230459001206],[-72.71178493394528,41.61721445899694],[-72.71181093395316,41.61720445899417],[-72.71239093413038,41.61700245893638],[-72.71246893415173,41.61693145892011],[-72.71256793417031,41.61669245887057],[-72.71262493414135,41.61585845870697],[-72.71266693412045,41.61525145858788],[-72.71266793411974,41.615233458584335],[-72.7126789341142,41.61507345855298],[-72.71280393412532,41.61455445844828],[-72.71276793408614,41.61407245835593],[-72.71288193410399,41.613734458286714],[-72.71331093417201,41.61247845802931],[-72.71359593420108,41.611360457803265],[-72.71364493418193,41.6107444576822],[-72.71398093425367,41.61008445754337],[-72.71432793432791,41.60940545740053],[-72.71479293442738,41.60849545720906],[-72.71509893450359,41.60808545711969],[-72.71510093450408,41.60808245711905],[-72.71524993454116,41.60788245707547],[-72.71558393462442,41.60743645697822],[-72.71566593464063,41.6072524569399],[-72.71576993466137,41.60702245689193],[-72.71592493467821,41.60643245677248],[-72.71591793467495,41.60641545676941],[-72.71560893453251,41.60567945663652],[-72.71533093442487,41.605377456586844],[-72.71492693426266,41.604837456495034],[-72.71455193411208,41.60433545640965],[-72.71454893411087,41.60433145640898],[-72.7145409341077,41.604321456407305],[-72.71453893410686,41.604318456406794],[-72.71461293413039,41.60430845640246],[-72.71468793415421,41.60429845639812],[-72.71526693433822,41.6042214563646],[-72.71745393503342,41.60393445623876],[-72.71814293525246,41.60384445619922],[-72.71818293526513,41.60383845619675],[-72.71858493539244,41.60377745617201],[-72.71979393577561,41.6035984560985],[-72.7201969359033,41.603538456073935],[-72.72098493615336,41.6034274560271],[-72.72303293680349,41.60314345590628],[-72.72335293690503,41.60309845588728],[-72.72367993700885,41.60305345586806],[-72.72394193709171,41.603011455851515],[-72.72413993715361,41.60296745583662],[-72.72414693715578,41.60296545583601],[-72.72416993716304,41.602961455834496],[-72.72417793716558,41.60296045583403],[-72.72474993734536,41.60284945579415],[-72.72506793744535,41.60278845577211],[-72.72646893788564,41.602516455674376],[-72.7270419380658,41.60240645563463],[-72.72717593808638,41.602002455551954],[-72.7272809381111,41.60183645551637],[-72.72729793811524,41.60181245551117],[-72.72994093895767,41.601506455366966],[-72.7316109391801,41.59587345422029],[-72.73167093919606,41.595811454206334],[-72.73167193919502,41.59578745420165],[-72.73448094008758,41.5954144540391],[-72.73539994037954,41.59529145398572],[-72.73815794125575,41.594923453825785],[-72.73904094153632,41.59480645377473],[-72.73907794154813,41.594802453772765],[-72.74039594196896,41.59466345370346],[-72.74284094274967,41.59440645357508],[-72.74421694318255,41.594148453480834],[-72.74421794318283,41.594147453480616],[-72.74433394321932,41.59412545347262],[-72.7456369436292,41.593880453383235],[-72.74954194485761,41.59314645311537],[-72.74978294493339,41.59310045309871],[-72.75294194592703,41.592505452881774],[-72.75259194547469,41.58656645174039],[-72.75238694520922,41.583077451069755],[-72.75214194489192,41.57890645026796],[-72.75218194490469,41.57890245026589],[-72.755308945904,41.5785914501051],[-72.75845194690844,41.578279449943594],[-72.76013194744527,41.578111449857005],[-72.76469194890248,41.577658449622554],[-72.76756494982058,41.57737344947492],[-72.7678219499027,41.577347449461605],[-72.76838495008259,41.57729144943264],[-72.76887195023824,41.57724344940768],[-72.76919795034237,41.57721044939079],[-72.76973395051293,41.57714444936076],[-72.77082395085961,41.577007449299124],[-72.7709469508989,41.57699544929284],[-72.77246095138221,41.57683644921331],[-72.77274295147222,41.576806449198415],[-72.77309595158457,41.57676344917874],[-72.77312895159501,41.5767584491767],[-72.77500195219119,41.57653144907243],[-72.7756379523937,41.576455449037226],[-72.77563895239396,41.576454449036994],[-72.77581495244999,41.57643344902727],[-72.77604295252259,41.5764064490147],[-72.77634895261983,41.57636644899709],[-72.77652695267639,41.576343448986904],[-72.77708895285488,41.57626844895427],[-72.7783409532527,41.57610444888219],[-72.77877795339182,41.576052448858036],[-72.77900995346576,41.57602544884534],[-72.77917595351865,41.57600644883631],[-72.77934395357225,41.575988448827424],[-72.77941695359536,41.57597744882295],[-72.77964495366803,41.57595144881057],[-72.77972195369267,41.575944448806716],[-72.77982695372613,41.575932448801034],[-72.78004295379488,41.57590644878903],[-72.78009195381043,41.575899448786096],[-72.78107495412273,41.57577044872946],[-72.78205895443531,41.57564044867257],[-72.78226195449979,41.5756134486608],[-72.78246495456425,41.575586448649034],[-72.78688195596732,41.575002448393626],[-72.7959289588411,41.573808447870796],[-72.7970539591984,41.57365944780568],[-72.79874395973523,41.573436447708],[-72.8012439605293,41.57310644756348],[-72.80262396085001,41.57086344708365],[-72.80500596140354,41.56699144625529],[-72.80524396145896,41.56660644617288],[-72.80627396172622,41.565421445909664],[-72.80924396249694,41.56200544515082],[-72.8098689627144,41.56225544517925],[-72.80996096274644,41.562292445183466],[-72.81024296284457,41.562405445196326],[-72.81260196348906,41.56025944470371],[-72.8191459652768,41.55430644333704],[-72.82124396595297,41.55420344324948],[-72.8251429672891,41.55540544335736],[-72.82614196764239,41.55590544342227],[-72.8261449676766,41.55648744353518],[-72.82614496767762,41.55650544353868],[-72.82584496785421,41.56130644448055],[-72.82583796786425,41.56152244452272],[-72.82582396788123,41.56189944459636],[-72.8257859679337,41.56303444481795],[-72.82577496795183,41.56341444489209],[-72.82575296798042,41.56404044501432],[-72.8257439679927,41.56430644506626],[-72.82615896811608,41.564104445013676],[-72.82719696842464,41.563598444882],[-72.82776096859234,41.56332444481062],[-72.8295669691291,41.5624424445812],[-72.82964496915235,41.56240544457151],[-72.8289629691038,41.56543744518212],[-72.8283399690594,41.56820544573955],[-72.82789896902777,41.57016144613345],[-72.82764496899354,41.57100744630584],[-72.8285949692905,41.57079944623486],[-72.82911796945524,41.57070644619996],[-72.8293999695443,41.57066044618193],[-72.83096997004188,41.570435446087664],[-72.83435097111412,41.56996344588708],[-72.83862997247033,41.56935244563056],[-72.8402449729813,41.56910644553072],[-72.84262197372492,41.56859644535509],[-72.84633697488752,41.56780744508216],[-72.84854197557748,41.567337444919815],[-72.84614697413213,41.555672442732394],[-72.84603997406661,41.555134442631385],[-72.84600597403978,41.554858442578876],[-72.84596697400882,41.55453844251801],[-72.8459229739819,41.5543174424765],[-72.84574197387667,41.55350544232466],[-72.8457319738648,41.553354442295664],[-72.84566397379292,41.552483442128725],[-72.84556697370326,41.55146544193417],[-72.84534297348358,41.54889444144211],[-72.84529597344785,41.54853644137409],[-72.8451779733581,41.5476364412031],[-72.8451499733366,41.54741944116187],[-72.84511197331861,41.54732044114387],[-72.84497397325399,41.54697444108112],[-72.84480697317589,41.546557441005504],[-72.8447569731526,41.54643444098324],[-72.84446897301241,41.54561844083403],[-72.84414797285594,41.54470544066706],[-72.84551997331421,41.54492144066479],[-72.84679397373972,41.54512144066258],[-72.84703597381942,41.54513944065827],[-72.84811097417327,41.545217440638766],[-72.84954497464524,41.54532044061254],[-72.84983197473954,41.54533844060679],[-72.85220397555348,41.54609044067638],[-72.85246397564295,41.546177440684886],[-72.85270797572923,41.546299440700714],[-72.85329097594003,41.54667244075436],[-72.8546699763804,41.54653544068329],[-72.85968197804922,41.54723244065702],[-72.86025297824185,41.547355440662486],[-72.86113097853807,41.54754544067107],[-72.86196597881974,41.547725440679095],[-72.86253797901274,41.54784944068473],[-72.86469797974131,41.54831344070514],[-72.86558898003878,41.548451440703204],[-72.86820298091146,41.54885544069731],[-72.86824898099427,41.550042440926326],[-72.8683819811214,41.55150944120689],[-72.86833698111877,41.55171944124911],[-72.86836998115643,41.552190441339505],[-72.86847598120336,41.55240844137842],[-72.86864798127264,41.55264244141829],[-72.8692959815336,41.55352244156825],[-72.86940198159635,41.554017441660946],[-72.86951498166293,41.55453944175865],[-72.86999398182273,41.55461144175717],[-72.8702659819135,41.55465244175635],[-72.87129798225756,41.55480344175237],[-72.87143498230306,41.55482044175124],[-72.8717679824137,41.554862441748654],[-72.8718429824386,41.55487144174797],[-72.87191698246322,41.554881441747526],[-72.87189898246525,41.55501944177491],[-72.87188998246644,41.55509144178916],[-72.87186698247876,41.55543744185709],[-72.87185798248385,41.55557744188457],[-72.87185098248708,41.55567344190343],[-72.87183098249704,41.55596144195999],[-72.87182498250066,41.55605844197902],[-72.87182298250205,41.55609444198606],[-72.87182398254099,41.55676944211707],[-72.87189698257816,41.55700444216034],[-72.8720189826244,41.557119442178745],[-72.87215698266935,41.557121442174676],[-72.8722379826958,41.55712344217246],[-72.8724589827649,41.55707544215599],[-72.8728299828611,41.55664944206131],[-72.87309998293925,41.55648144201998],[-72.87330698300728,41.55649444201583],[-72.8734709830766,41.55677444206489],[-72.87383898323665,41.55748144219027],[-72.87411298337109,41.55827444233538],[-72.87410498338234,41.558516442382604],[-72.87400198335801,41.55867644241699],[-72.87399598335669,41.558687442419334],[-72.87391998334384,41.558894442461984],[-72.8739569833712,41.55916244251279],[-72.8741239834351,41.559330442540016],[-72.87453098358169,41.559580442575424],[-72.87457298359638,41.55959844257757],[-72.87459998360585,41.55961044257901],[-72.87468098363424,41.55964644258338],[-72.87470898364401,41.559658442584805],[-72.87500098374619,41.55978544260004],[-72.87501898375251,41.55979344260101],[-72.87547598391248,41.55999344262508],[-72.87593398407515,41.56023444265708],[-72.87623398418175,41.560393442678254],[-72.87649498427993,41.560626442715055],[-72.87694098444092,41.56090644275501],[-72.87760398468171,41.56134844281941],[-72.8779059847837,41.56141544282265],[-72.87822598489859,41.56160544284922],[-72.87877898509797,41.56194844289794],[-72.87892598515073,41.562035442910066],[-72.87942398532554,41.56226144293785],[-72.87974898544269,41.56246244296637],[-72.87979198547366,41.562759443022635],[-72.87966198544098,41.56292644305926],[-72.87925698532274,41.56316044311776],[-72.87974598548432,41.56320644311089],[-72.88087398585935,41.563353443103],[-72.88283298651224,41.563635443094455],[-72.8838859868651,41.56382044309636],[-72.88404598691619,41.56380444308808],[-72.88498198721516,41.56371244303998],[-72.88720198792421,41.563494442925965],[-72.88895498848413,41.563322442835926],[-72.89007498884186,41.5632124427784],[-72.89013898886226,41.56320544277497],[-72.8912339892125,41.56310644272037],[-72.89203098946741,41.563034442680646],[-72.89234398956742,41.56300444266472],[-72.89950199184936,41.56222744228255],[-72.90140899245726,41.56202044218073],[-72.9014869924821,41.562011442176455],[-72.90321399302871,41.56175544207094],[-72.90347099311,41.56171644205506],[-72.90356999314133,41.56170144204895],[-72.90386999323881,41.56170144203925],[-72.90582899386312,41.56148544193399],[-72.91006599521336,41.56101844170633],[-72.91564899699252,41.56040444140659],[-72.9163899972243,41.56024644135194],[-72.91668699731713,41.560182441329914],[-72.91704799743003,41.5601054413033],[-72.91725199749506,41.560083441292434],[-72.92206899903204,41.559587441040314],[-72.9264300004234,41.559137440811845],[-72.92715400065438,41.55906244077385],[-72.92853900109509,41.55889944069739],[-72.93580100340563,41.55804044029559],[-72.94627500673869,41.556814439718444],[-72.94635100676287,41.55680543971426],[-72.94570700667607,41.558938440149085],[-72.94558800666039,41.55933844023056],[-72.94551300665036,41.5595884402815],[-72.94543000664049,41.559886440342034],[-72.94468300656912,41.56287044094532],[-72.94371700647734,41.56673844172719],[-72.94359300646423,41.567211441822984],[-72.94290500639943,41.56997544238157],[-72.94261600637209,41.571134442615815],[-72.94160600628781,41.57538044347229],[-72.9411000062449,41.57749544389897],[-72.94104200624001,41.57773844394798],[-72.94094700623269,41.578148444030596],[-72.93804700600622,41.59060544654065],[-72.93803800600524,41.59063944654754],[-72.9358480057285,41.5982054480856],[-72.93580400572478,41.5983894481227],[-72.93563200571022,41.599108448267685],[-72.93511800566722,41.60126544870253],[-72.93494700565304,41.601985448847664],[-72.9347020056323,41.60300944905412],[-72.93396800557056,41.606083449673825],[-72.93384500556049,41.60660344977862],[-72.93376100556269,41.607116449880806],[-72.93364500556447,41.60780245001753],[-72.93365300557288,41.60790345003685],[-72.93386600577942,41.610289450492424],[-72.93392600583675,41.610946450617845],[-72.93393800584876,41.61108745064477],[-72.93394700585841,41.61120445066717],[-72.93397300588214,41.611469450717685],[-72.93404700594843,41.61220345085755],[-72.93413500600064,41.61261345093416],[-72.9342170060491,41.61299245100497],[-72.93429800609749,41.61337545107658],[-72.93431400610677,41.6134464510898],[-72.93463800629938,41.61496245137311],[-72.9346870063377,41.61535145144691],[-72.9346940063431,41.61540545145717],[-72.93497400655876,41.61757045186765],[-72.93498200656511,41.61763545188],[-72.93499100657176,41.61770045189229],[-72.93500300658103,41.617793451909925],[-72.93501500659033,41.61788745192775],[-72.93501800659243,41.61790645193135],[-72.93502100659448,41.61792545193493],[-72.93506000662559,41.61824545199568],[-72.93510000665705,41.618566452056584],[-72.93518500672415,41.619251452186575],[-72.93520800674176,41.619427452219924],[-72.93539100687634,41.620731452466686],[-72.93541400689287,41.62088845249636],[-72.93544500691544,41.6211054525374],[-72.93598600731274,41.624949453264705],[-72.93600800732888,41.6251054532942],[-72.9371600081755,41.63329845484408],[-72.93760900850509,41.63648345544649],[-72.93814800890068,41.64030545616927],[-72.93815000890267,41.64032845617366],[-72.93850200924727,41.64431945693516],[-72.9404260098598,41.64409245682878],[-72.94143401018079,41.64397445677321],[-72.94306601070038,41.64378245668306],[-72.9432560107609,41.64376045667264],[-72.94379001093091,41.64369745664309],[-72.94414701104463,41.64365645662357],[-72.9477530121926,41.643230456424035],[-72.94794401225333,41.64320645641318],[-72.94809101230112,41.6432064564084],[-72.94844901241748,41.643205456396586],[-72.9494660127398,41.6430604563355],[-72.94999301290683,41.642985456303855],[-72.95051901307355,41.642910456272276],[-72.950549013083,41.64290545627032],[-72.95431101428548,41.64254545607845],[-72.96021001617073,41.64197745577688],[-72.96393201734334,41.64132645552993],[-72.9640500173805,41.64130545552202],[-72.96585301795189,41.641048455413674],[-72.96615001804602,41.64100645539588],[-72.9686370188403,41.64075845526706],[-72.96989101924073,41.64063245520192],[-72.97114601964154,41.640507455136934],[-72.97297402023369,41.640469455070175],[-72.97670602142804,41.640140454885156],[-72.97711602155775,41.64007845485984],[-72.97903602217012,41.639873454757726],[-72.97951702232483,41.63984445473647],[-72.97969702238323,41.63984245473024],[-72.98020402254652,41.63981545470853],[-72.98027602256963,41.63981045470521],[-72.98201502312817,41.63969245462582],[-72.98259502331449,41.63965345459942],[-72.9827220233552,41.639643454593354],[-72.98275602336615,41.63964145459186],[-72.98310302347751,41.63961645457573],[-72.98323102351858,41.63960745456985],[-72.98323502351984,41.63960645456952],[-72.98324602352342,41.63960645456917],[-72.98325102352506,41.639606454569005],[-72.98356702371005,41.64103045483448],[-72.98430902414403,41.64436545545608],[-72.98484902446063,41.64680545591095],[-72.98515402462355,41.647908456114585],[-72.9855510248393,41.649407456391856],[-72.98584302508901,41.652084456900596],[-72.98595302515977,41.65268945701414],[-72.98607702523906,41.65336345714058],[-72.98634602539181,41.65449245735037],[-72.98649002547329,41.65509145746162],[-72.98652402549358,41.65525145749149],[-72.98662702555485,41.65573145758105],[-72.98666202557554,41.655892457611074],[-72.98673402561926,41.656243457676666],[-72.9867540256316,41.65634445769557],[-72.98695002575056,41.65729945787404],[-72.98702202579435,41.657651457939835],[-72.98705602581498,41.65781745797085],[-72.98715802587697,41.65831545806392],[-72.98719302589801,41.658482458095115],[-72.98727402594731,41.65887945816932],[-72.98733902598592,41.65918145822565],[-72.98739502603306,41.6596814583206],[-72.9875100260989,41.660173458412075],[-72.98757902613066,41.66033445844099],[-72.98763702615571,41.660441458459815],[-72.9882500265034,41.66300545893607],[-72.98837502658026,41.663631459053164],[-72.9887520268116,41.6655104594045],[-72.98887802688886,41.66613745952174],[-72.98891502691465,41.666375459566595],[-72.9889290269246,41.666468459584124],[-72.98908302703221,41.667462459771464],[-72.98913502706833,41.66779445983402],[-72.98916802709255,41.66802745987802],[-72.98928402717144,41.668738460011824],[-72.98935002720812,41.669001460060564],[-72.98947002727996,41.66956846016637],[-72.98947402728241,41.66958846017011],[-72.98962102738105,41.670466460335206],[-72.99075102808668,41.676306461428304],[-72.99077502809861,41.67637746144125],[-72.9908290281256,41.67654046147102],[-72.99085102813663,41.676607461483265],[-72.99124302840922,41.67911246195509],[-72.99135102848447,41.67980546208563],[-72.99137302849695,41.67989746210271],[-72.99150602857256,41.68045546220632],[-72.99151002857475,41.68047146220928],[-72.99188102878487,41.68201546249588],[-72.9919510288245,41.68230646254987],[-72.9919800288475,41.68254046259419],[-72.99200002886349,41.68270446262526],[-72.9920510289033,41.683105462701164],[-72.99207402891606,41.683196462718016],[-72.99211502893874,41.683357462747814],[-72.99237102908003,41.68435946293328],[-72.99313902950415,41.68736746349005],[-72.99325102956601,41.687806463571306],[-72.99332302962291,41.68838446368074],[-72.99336602965715,41.68873346374683],[-72.99349702976049,41.689781463945245],[-72.99350402976583,41.68983446395525],[-72.99354102979508,41.690131464011486],[-72.99355002980231,41.6902054640255],[-72.9935510298027,41.69020646402567],[-72.99397403004068,41.69193846434683],[-72.9943550302547,41.69349246463492],[-72.99529903078579,41.6973564653513],[-72.99574103103436,41.69916346568628],[-72.9957470310377,41.69918746569071],[-72.99576503104791,41.69926246570463],[-72.99577203105167,41.69928846570944],[-72.99585103109577,41.69960546576814],[-72.99610103125123,41.70088346600706],[-72.99617403129683,41.701260466077585],[-72.99677703167202,41.70434646665453],[-72.9973320320174,41.70718746718562],[-72.99745403209317,41.70780946730187],[-72.99755103215358,41.70830646739476],[-72.99775403226896,41.70915646755245],[-72.99791303235949,41.70982546767658],[-72.99830803258428,41.71148446798435],[-72.99832803259572,41.71156946800013],[-72.99839103263164,41.71183546804949],[-72.99843403265595,41.71201346808249],[-72.99855103272265,41.712506468173956],[-72.99863203277101,41.712885468244565],[-72.99874803284031,41.713429468345936],[-72.99887203291524,41.71402546845707],[-72.99895103296308,41.71440646852812],[-72.99955303333648,41.71746446909948],[-72.99970003342843,41.71822446924154],[-73.00109803430117,41.725419470586196],[-73.00192703481882,41.72968647138351],[-73.0026240352539,41.73327047205312],[-73.0026500352702,41.73340547207834],[-73.00269703529085,41.73349747209457],[-73.00275003531436,41.7336054721137],[-73.00329403565631,41.73644247264393],[-73.00503203663395,41.74352947395595],[-73.00664603754176,41.75010647517325],[-73.00764703812068,41.754456475980405],[-73.00789103826207,41.75552147617805],[-73.00791403827526,41.75561947619621],[-73.00905803898625,41.76143647728174],[-73.00912903902513,41.76170747733172],[-73.009499039223,41.76303747757635],[-73.0098280393995,41.76422947779567],[-73.00985803941036,41.76424847779836],[-73.00999603948172,41.76470247788147],[-73.01003803951298,41.76500447793839],[-73.0100940395457,41.765253477984615],[-73.01021803962364,41.76589847810506],[-73.01024003963768,41.76601647812711],[-73.01033503969701,41.766504478218195],[-73.01039403973067,41.7667524782641],[-73.01050303979044,41.76716947834103],[-73.01056303982574,41.767440478391386],[-73.01072203992754,41.76829947855197],[-73.01086704001813,41.76904447869101],[-73.01112404017094,41.77023147891167],[-73.01125604024804,41.77081747902045],[-73.01153504041059,41.77204847924887],[-73.01161804046127,41.77245447932449],[-73.01165004047697,41.77254547934103],[-73.0116880404919,41.77258947934825],[-73.0117110405016,41.77262747935485],[-73.01171604050376,41.77263647935643],[-73.0117290405102,41.77267447936332],[-73.01174204052097,41.7727864793845],[-73.01174004052608,41.77288547940368],[-73.01174504053469,41.773005479426665],[-73.01177904055831,41.77322047946704],[-73.01178004055875,41.7732224794674],[-73.01181604058026,41.773390479498644],[-73.01182504058463,41.77341547950316],[-73.01185204061208,41.77373547956404],[-73.01186504061977,41.773794479575],[-73.01188704063051,41.773856479586236],[-73.01194604065682,41.77397847960785],[-73.01197904067095,41.77403647961796],[-73.01205104070179,41.774163479640116],[-73.0120800407149,41.774226479651325],[-73.01210304072612,41.774290479662916],[-73.01212604074135,41.774423479687826],[-73.01218804078788,41.77487547977302],[-73.01222204080787,41.77502847980143],[-73.01225704082577,41.77514047982191],[-73.0122830408374,41.77519447983147],[-73.01231904085125,41.77523147983743],[-73.01237104086964,41.77525647984056],[-73.01242604088824,41.77526847984106],[-73.0124690409034,41.775288479843525],[-73.01250704091775,41.775322479848846],[-73.01253004092793,41.77536847985698],[-73.01253504093248,41.77541847986645],[-73.01253104093558,41.775494479881246],[-73.01253304094224,41.77559747990106],[-73.01252004094955,41.77579547993969],[-73.01251804095159,41.77584147994862],[-73.01250404095181,41.775923479964895],[-73.0124260409403,41.77616148001337],[-73.01240704093861,41.77623848002885],[-73.01240904094146,41.77627648003612],[-73.01241304094383,41.77629448003945],[-73.01243704095279,41.77631448004253],[-73.01246104096114,41.77632348004348],[-73.01253804098701,41.77633748004367],[-73.01257704100087,41.776357480046244],[-73.01262004101686,41.77639148005141],[-73.01263504102306,41.77641448005536],[-73.01264304102713,41.77643948005992],[-73.0126450410287,41.77645548006295],[-73.01265004103244,41.77649148006972],[-73.0126490410397,41.77662148009485],[-73.01268704107171,41.77695848015861],[-73.0126940410772,41.777013480168996],[-73.01271204108959,41.777125480190016],[-73.01262204107014,41.777294480225564],[-73.01263404108403,41.77746548025817],[-73.01270204112481,41.7777854803177],[-73.01283804120865,41.77846448044424],[-73.0129130412533,41.778811480508736],[-73.0129180412561,41.77883148051244],[-73.01301304130953,41.77921748058381],[-73.0131000413544,41.77950148063575],[-73.01315604138516,41.77971648067541],[-73.01320304141298,41.77993148071534],[-73.01337204151825,41.78079348087613],[-73.01354504162914,41.78172948105103],[-73.01363504168269,41.782145481128346],[-73.01391904185847,41.78357448139474],[-73.01400404191051,41.78399248147259],[-73.01416504200894,41.784781481619504],[-73.01434104212093,41.785719481794715],[-73.01440804216368,41.78607848186177],[-73.01450504222291,41.78655248195004],[-73.01452604223546,41.78665048196825],[-73.0147320423566,41.78757748214031],[-73.01491704246097,41.78833448228029],[-73.01506504255116,41.78905448241432],[-73.01514504259924,41.7894324824846],[-73.01534304271794,41.790362482657514],[-73.01534404271905,41.79037548265998],[-73.0153500427234,41.79041648266769],[-73.01535204272486,41.79043048267033],[-73.01550804281268,41.791065482787694],[-73.01553804282943,41.79118548280988],[-73.01592204305602,41.792926483133094],[-73.01593304306289,41.79298248314352],[-73.01606304314265,41.79362448326309],[-73.01607204315003,41.793700483277455],[-73.01625804325668,41.79449048342373],[-73.0165350434153,41.79566348364088],[-73.01660104345922,41.79604748371277],[-73.01678204357982,41.79710448391067],[-73.0169020436594,41.79779848404057],[-73.0169280436786,41.79798248407522],[-73.01693404368297,41.798023484082925],[-73.01693604369098,41.798149484107164],[-73.01693704369373,41.798191484115236],[-73.01667604360878,41.79819148412376],[-73.0141070427887,41.79846748426095],[-73.01345804258148,41.79853648429547],[-73.00900804116093,41.799015484533264],[-73.00302703925149,41.79965748485248],[-72.99955003814148,41.8000314850382],[-72.99902603797506,41.80010248506902],[-72.99745603747652,41.800317485161756],[-72.99693303731053,41.800390485192914],[-72.99601103701774,41.80051648524733],[-72.99542303683104,41.80059748528214],[-72.99324503613936,41.800894485410545],[-72.99232403584695,41.80102148546511],[-72.99068803532742,41.80124548556172],[-72.99011803514648,41.80132448559558],[-72.98843803461298,41.80155448569478],[-72.98577903376685,41.801888485845986],[-72.98485103347154,41.80200548589885],[-72.98414103324538,41.80209048593841],[-72.98084303219402,41.80247348611992],[-72.97800503128933,41.80280348627618],[-72.97729703106326,41.80287948631395],[-72.97473603024571,41.80315748645111],[-72.9727470296105,41.803369486556896],[-72.96180102612777,41.8047604871822],[-72.95850602507821,41.80515948736658],[-72.9569500245876,41.805434487470336],[-72.95611802432282,41.80553948751771],[-72.95542402410197,41.80562748755732],[-72.95352802349856,41.80586648766521],[-72.95334202343933,41.805889487675714],[-72.95264902321895,41.80597948771564],[-72.94902502206574,41.806439487922496],[-72.94894002205197,41.80667848797134],[-72.94885502203822,41.8069174880202],[-72.94801402190338,41.80930448850792],[-72.94717102176786,41.81169148899565],[-72.94713802176159,41.81176848901158],[-72.94710702175597,41.81184548902744],[-72.94700602173819,41.81210448908066],[-72.94692402172342,41.81230948912286],[-72.94684302170906,41.81251548916523],[-72.94680502170232,41.81261248918518],[-72.94651302164958,41.81333948933486],[-72.94648202164407,41.81341848935109],[-72.94636402162375,41.813729489414904],[-72.94624702160374,41.814039489478496],[-72.94610002157845,41.8144274895581],[-72.94595302155322,41.81481648963788],[-72.94576202152057,41.81532348974185],[-72.94556902148726,41.815830489845894],[-72.94451102130587,41.81863149042039],[-72.94345202112424,41.82143349099508],[-72.94164802081465,41.826203491973345],[-72.94156002080155,41.826470492027674],[-72.94144802078459,41.8268054920959],[-72.94140402077579,41.82690049211564],[-72.94127602075083,41.827187492175135],[-72.94123302074243,41.82728349219504],[-72.9410950207152,41.82758749225813],[-72.94068402063455,41.82850049244749],[-72.94054502060699,41.82880449251061],[-72.94047602059722,41.82902249255489],[-72.940454020594,41.82909049256871],[-72.94040302058625,41.82924249259967],[-72.94038702058316,41.82927849260713],[-72.94037202058084,41.8293224926161],[-72.94029602056906,41.829545492661545],[-72.94022802055852,41.82974449270212],[-72.93979402049118,41.83101449296103],[-72.93956002045483,41.831698493100475],[-72.93954602045255,41.831737493108456],[-72.93845202027143,41.83474349372342],[-72.93826702024074,41.83525049382717],[-72.93771402014934,41.836772494138486],[-72.93753002011903,41.83728049424237],[-72.93744202010323,41.837501494287814],[-72.93718702005212,41.83804949440173],[-72.93655801992402,41.83936649467602],[-72.9363490198816,41.8398064947676],[-72.93641101991287,41.8399964948022],[-72.93642001991739,41.8400234948071],[-72.93650301995886,41.840271494852175],[-72.93679102008026,41.840744494933936],[-72.93702802016772,41.84092049496011],[-72.93726402025547,41.84110749498846],[-72.93757002036757,41.84132049501952],[-72.93779102044357,41.841389495025616],[-72.93790502048404,41.84144649503287],[-72.93793602050036,41.84155349505248],[-72.93805002054239,41.841637495064944],[-72.93811902057065,41.84173649508177],[-72.93820302060023,41.84177449508635],[-72.93830202063957,41.84189649510663],[-72.93853902072837,41.84209549513724],[-72.93859202075188,41.84220249515614],[-72.93872202079643,41.84224049515921],[-72.93909602093424,41.84251449519982],[-72.93958402110393,41.842698495219345],[-72.93977502116986,41.84276249522544],[-72.94028602134279,41.84287349523018],[-72.94088102155082,41.84311749525779],[-72.94117102164795,41.84316349525718],[-72.94144502174139,41.84323549526212],[-72.94169002182703,41.8433354952734],[-72.94224602201501,41.843453495278006],[-72.94333002237829,41.84362849527638],[-72.9442070226686,41.843708495263186],[-72.94461902279814,41.84362849523434],[-72.94514602296805,41.843598495211374],[-72.94592402322233,41.84361349518887],[-72.94616802330314,41.843636495185336],[-72.94652702342007,41.843636495173634],[-72.94795302386184,41.84324749505218],[-72.94871602410191,41.84310249499935],[-72.94930402429232,41.84308349497651],[-72.9498610244659,41.84294949493252],[-72.95033402460906,41.84276249488105],[-72.95063102470316,41.842717494862704],[-72.95118802488388,41.84270549484223],[-72.95157002501188,41.84276649484151],[-72.95177302508345,41.842860494853014],[-72.95189002512745,41.842961494868646],[-72.95193602515116,41.84311049489584],[-72.95208102524528,41.843914495046015],[-72.95225602533193,41.84442249513816],[-72.95234702538404,41.84480749520936],[-72.95268502553509,41.84550949533357],[-72.95274102556016,41.84562649535428],[-72.95327902575681,41.845993495407434],[-72.95355302587659,41.84651649549924],[-72.95365202591887,41.84668849552915],[-72.95361402591156,41.84677549554715],[-72.95343102586247,41.84695549558779],[-72.95338502585415,41.84706949561125],[-72.95339302586743,41.847252495646245],[-72.9535070259275,41.847645495718226],[-72.95361402597261,41.84782149574865],[-72.95366002598983,41.847859495754456],[-72.95369102600768,41.84799249577905],[-72.95372902602789,41.84812649580364],[-72.95377402605124,41.848275495830876],[-72.95381202607219,41.84842249585795],[-72.95385002608684,41.84846149586423],[-72.95384502609252,41.84858649588847],[-72.95378702616416,41.850137496189106],[-72.95364802633819,41.8538934969171],[-72.95364102633788,41.85392749692387],[-72.95357102632506,41.8540984969591],[-72.95352402631657,41.85421549698315],[-72.9533630262875,41.85461549706546],[-72.95329502627546,41.85478849710099],[-72.9532500262674,41.854901497124224],[-72.95324802626698,41.85490549712507],[-72.95322002626165,41.854970497138495],[-72.95320502625853,41.85500049714476],[-72.95301802622534,41.85547549724234],[-72.95273302617512,41.85620549739224],[-72.95220202608031,41.857543497667244],[-72.95196002603721,41.858155497793014],[-72.95193302603302,41.8582344978091],[-72.951013025887,41.86086549834579],[-72.95060102582177,41.862046498586665],[-72.9482550254497,41.86876049995599],[-72.94733602530408,41.871392500492725],[-72.94634302513502,41.874035501033944],[-72.94627402519188,41.8753935012976],[-72.946179025269,41.87724250165664],[-72.94389502496797,41.88482350319033],[-72.94348102491335,41.88619650346808],[-72.94284802483035,41.88830450389442],[-72.94252902479622,41.8894985041346],[-72.94251602479584,41.889564504147735],[-72.94244002479242,41.88992950422045],[-72.94241002478809,41.89002250423933],[-72.940648024517,41.895204505293954],[-72.9397750242359,41.89526250533362],[-72.93922802405982,41.895299505358594],[-72.93914702403349,41.89530050536143],[-72.93021702115631,41.89586250576105],[-72.9295460209401,41.89590450579103],[-72.92940702089597,41.89592450579941],[-72.9293740208855,41.89592950580146],[-72.929363020882,41.895930505802],[-72.92884402071506,41.89596850582625],[-72.92737102024147,41.896078505895474],[-72.92684802007255,41.89610450591757],[-72.9201670179191,41.89651150621382],[-72.92004301787908,41.896518506219216],[-72.91534701636544,41.89680550642761],[-72.91379801610404,41.900971507279685],[-72.90962501539973,41.91219250957438],[-72.90931101534659,41.913034509746566],[-72.90860701522784,41.91492851013382],[-72.90685301493195,41.91964651109839],[-72.90675501491575,41.91991551115333],[-72.90664601489712,41.920204511212454],[-72.90594601475665,41.92170451152373],[-72.90538901466566,41.92325351183978],[-72.90296901435146,41.931369513479204],[-72.90224501415251,41.932003513624714],[-72.90222801415001,41.932055513635255],[-72.89960101372553,41.939438515140225],[-72.89861901356682,41.94219751570255],[-72.89859601356318,41.942263515716],[-72.89852501355143,41.94245851575579],[-72.89787901343882,41.944133516098795],[-72.89635201317465,41.94812651691601],[-72.89628901316466,41.94830651695266],[-72.89392401277584,41.95483751828481],[-72.89343101269495,41.95620151856297],[-72.89284701259925,41.957819518892904],[-72.89272601257935,41.95815351896101],[-72.89034201216649,41.96437852023469],[-72.88968501205474,41.966128520592314],[-72.88771701172045,41.97137852166494],[-72.8870610116091,41.973129522022624],[-72.88887101219645,41.97307852195378],[-72.89430301395913,41.97292652174732],[-72.8949810141792,41.97290852172173],[-72.89611401454614,41.97286452167629],[-72.89986401576058,41.97271852152584],[-72.91111801940515,41.97228152107441],[-72.91338102013805,41.97219452098377],[-72.91347402016808,41.97218952097976],[-72.91356702019813,41.972184520975766],[-72.91425302041999,41.97215352094741],[-72.91486902062002,41.972138520924396],[-72.91525302074464,41.972128520909926],[-72.91612802102884,41.972108520877505],[-72.91640702111891,41.972093520865506],[-72.9167920212433,41.97207352084911],[-72.91691302128247,41.97206852084418],[-72.91736102142723,41.97204552082512],[-72.91907002197946,41.97195952075277],[-72.91964002216373,41.971931520728766],[-72.92034602239201,41.97189852069935],[-72.92246402307705,41.97180252061169],[-72.92317102330595,41.97177452058323],[-72.92546802404961,41.971682520490475],[-72.92925502527572,41.97153252033787],[-72.93236102628127,41.97140852021252],[-72.93360302668339,41.97135952016251],[-72.9346590270249,41.97131152011874],[-72.93608602748647,41.97124752005979],[-72.94036902887183,41.97105651988303],[-72.94179702933377,41.97099351982424],[-72.94180702933697,41.97099251982372],[-72.94183802934694,41.970990519822315],[-72.94184902935055,41.970990519821946],[-72.94413503009282,41.97093751973699],[-72.94760403121931,41.97085851960832],[-72.95099303231976,41.97078051948244],[-72.95328003306238,41.970728519397625],[-72.95328003306263,41.97073251939839],[-72.95328103306366,41.97074451940065],[-72.95328203306426,41.970749519401586],[-72.95345703312134,41.97074951939585],[-72.95398203329252,41.97074951937868],[-72.95408003332446,41.97074951937547],[-72.95415803334966,41.970745519372144],[-72.9577680345156,41.97055651921769],[-72.95874403483083,41.970505519175944],[-72.95897103490414,41.970493519166205],[-72.95919803497746,41.97048151915648],[-72.96112303559926,41.97038251907445],[-72.96137003567974,41.970381519066166],[-72.96268703610878,41.97037551902189],[-72.9627460361278,41.9703715190192],[-72.96544203699833,41.97022751890326],[-72.96831103792479,41.97007551878012],[-72.97353003960993,41.9697965185556],[-72.97622704048082,41.96965351843977],[-72.98018204175963,41.96947351827563],[-72.98623704371511,41.96915851801669],[-72.99030404502868,41.96894951784324],[-72.99837504763525,41.968532517498524],[-72.99955004801511,41.96847851744962],[-73.00140204861307,41.968380517370065],[-73.01681205358454,41.96750151669565],[-73.01719605370914,41.96749151668114],[-73.01727705373541,41.9674895166781],[-73.01736905376528,41.967487516674694],[-73.01746205379548,41.967485516671246],[-73.01754005382081,41.96748351666831],[-73.01758605383573,41.96748251666661],[-73.01771005387597,41.96747951666195],[-73.01777705389745,41.96747351665861],[-73.01785605392287,41.96746751665488],[-73.02019205467423,41.96729651654534],[-73.02720105692866,41.96678451621691],[-73.02953805768036,41.96661451610753],[-73.02837405755477,41.97091851697199],[-73.02488205717844,41.98383451956562],[-73.02371905705338,41.9881395204299],[-73.02344705702527,41.9891655206357],[-73.02308705698863,41.990533520910006],[-73.02264305694511,41.99224852125362],[-73.02237705691914,41.99327752145978],[-73.02235605691695,41.993356521475626],[-73.02234105691568,41.99341752148783],[-73.02230505691219,41.99355752151587],[-73.02229405691091,41.99359652152371],[-73.02228905691047,41.993616521527706],[-73.0222730569088,41.99367652153975],[-73.02217305689909,41.994064521617474],[-73.0215500568115,41.99602152201338],[-73.02054005672319,42.00010252282941],[-73.01973105661621,42.00275752336527],[-73.01206905560583,42.02794252844614],[-73.01149205552963,42.029836528828156],[-73.00956305527562,42.036180530107465],[-73.00874605516776,42.03886253064831]]]},"properties":{"name":"Hartford"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-72.75218194490469,41.57890245026589],[-72.75214194489192,41.57890645026796],[-72.75238694520922,41.583077451069755],[-72.75259194547469,41.58656645174039],[-72.75294194592703,41.592505452881774],[-72.74978294493339,41.59310045309871],[-72.74954194485761,41.59314645311537],[-72.7456369436292,41.593880453383235],[-72.74433394321932,41.59412545347262],[-72.74421794318283,41.594147453480616],[-72.74421694318255,41.594148453480834],[-72.74284094274967,41.59440645357508],[-72.74039594196896,41.59466345370346],[-72.73907794154813,41.594802453772765],[-72.73904094153632,41.59480645377473],[-72.73815794125575,41.594923453825785],[-72.73539994037954,41.59529145398572],[-72.73448094008758,41.5954144540391],[-72.73167193919502,41.59578745420165],[-72.73167093919606,41.595811454206334],[-72.7316109391801,41.59587345422029],[-72.72994093895767,41.601506455366966],[-72.72729793811524,41.60181245551117],[-72.7272809381111,41.60183645551637],[-72.72717593808638,41.602002455551954],[-72.7270419380658,41.60240645563463],[-72.72646893788564,41.602516455674376],[-72.72506793744535,41.60278845577211],[-72.72474993734536,41.60284945579415],[-72.72417793716558,41.60296045583403],[-72.72416993716304,41.602961455834496],[-72.72414693715578,41.60296545583601],[-72.72413993715361,41.60296745583662],[-72.72394193709171,41.603011455851515],[-72.72367993700885,41.60305345586806],[-72.72335293690503,41.60309845588728],[-72.72303293680349,41.60314345590628],[-72.72098493615336,41.6034274560271],[-72.7201969359033,41.603538456073935],[-72.71979393577561,41.6035984560985],[-72.71858493539244,41.60377745617201],[-72.71818293526513,41.60383845619675],[-72.71814293525246,41.60384445619922],[-72.71745393503342,41.60393445623876],[-72.71526693433822,41.6042214563646],[-72.71468793415421,41.60429845639812],[-72.71461293413039,41.60430845640246],[-72.71453893410686,41.604318456406794],[-72.7145409341077,41.604321456407305],[-72.71454893411087,41.60433145640898],[-72.71455193411208,41.60433545640965],[-72.71492693426266,41.604837456495034],[-72.71533093442487,41.605377456586844],[-72.71560893453251,41.60567945663652],[-72.71591793467495,41.60641545676941],[-72.71592493467821,41.60643245677248],[-72.71576993466137,41.60702245689193],[-72.71566593464063,41.6072524569399],[-72.71558393462442,41.60743645697822],[-72.71524993454116,41.60788245707547],[-72.71510093450408,41.60808245711905],[-72.71509893450359,41.60808545711969],[-72.71479293442738,41.60849545720906],[-72.71432793432791,41.60940545740053],[-72.71398093425367,41.61008445754337],[-72.71364493418193,41.6107444576822],[-72.71359593420108,41.611360457803265],[-72.71331093417201,41.61247845802931],[-72.71288193410399,41.613734458286714],[-72.71276793408614,41.61407245835593],[-72.71280393412532,41.61455445844828],[-72.7126789341142,41.61507345855298],[-72.71266793411974,41.615233458584335],[-72.71266693412045,41.61525145858788],[-72.71262493414135,41.61585845870697],[-72.71256793417031,41.61669245887057],[-72.71246893415173,41.61693145892011],[-72.71239093413038,41.61700245893638],[-72.71181093395316,41.61720445899417],[-72.71178493394528,41.61721445899694],[-72.71174893393447,41.617230459001206],[-72.71152393386735,41.617337459029166],[-72.71131193381615,41.6176494590965],[-72.71127493380706,41.617701459107764],[-72.71125193380266,41.61775545911899],[-72.71113493378105,41.61804445917878],[-72.71116093379217,41.61809145918707],[-72.71122193381812,41.61819845920588],[-72.71122893382109,41.618210459207965],[-72.71126693383728,41.61827745921974],[-72.71127693384156,41.618295459222914],[-72.7113659338756,41.61838445923732],[-72.71147593391493,41.618446459245824],[-72.71155593394357,41.618492459252174],[-72.71179093402762,41.61862545927044],[-72.71184693404766,41.61865745927485],[-72.71194093408064,41.61869945927998],[-72.71196893409125,41.618725459284114],[-72.71217693416564,41.61884345930033],[-72.71254193428726,41.61889345929831],[-72.71281093437696,41.61893145929706],[-72.71284493438824,41.61893545929674],[-72.71284693438896,41.618936459296876],[-72.71307993448517,41.619294459358834],[-72.71308393452442,41.619960459487885],[-72.71315593456569,41.620273459546276],[-72.71328793464136,41.620847459653376],[-72.71476993519936,41.62217645986357],[-72.71552793548322,41.62282945996587],[-72.71574993559759,41.62356846010209],[-72.71579993562325,41.623733460132485],[-72.7159149357333,41.625007460375855],[-72.71590093573029,41.625034460381535],[-72.71585893572124,41.6251154603986],[-72.71584493571822,41.62514246040428],[-72.71575693569923,41.62531146043988],[-72.71575193569788,41.625316460441006],[-72.71570793568613,41.62536146045114],[-72.7157069356858,41.625361460451174],[-72.71550093563133,41.62558146050044],[-72.71534593559039,41.6257484605378],[-72.71521093555472,41.625893460570275],[-72.71493993548697,41.62625146064839],[-72.71488493547326,41.62632546066452],[-72.71415793529496,41.62734746088602],[-72.71389793523122,41.62771346096534],[-72.71382693520867,41.62772346096955],[-72.7137549351858,41.6277334609738],[-72.71141093444143,41.628056461111655],[-72.7039509320723,41.62908446155035],[-72.70233993156072,41.629307461645276],[-72.70230793155059,41.62931246164726],[-72.70146893128553,41.629452461701334],[-72.70145993128266,41.629453461701814],[-72.70143293127408,41.62945746170348],[-72.70142493127162,41.6294594617041],[-72.70138293125835,41.629466461706805],[-72.70125593121827,41.62948846171515],[-72.70121493120531,41.62949546171781],[-72.70120993120368,41.629495461717966],[-72.70120393120179,41.629496461718375],[-72.7011959311992,41.62949646171862],[-72.701191931198,41.629498461719145],[-72.70113993118159,41.629507461722554],[-72.69863893038931,41.62988746187646],[-72.69098092796324,41.63105046234755],[-72.68863892722135,41.63140746249186],[-72.68842592715202,41.631407462498686],[-72.68840492714517,41.631407462499354],[-72.68834492712564,41.631407462501286],[-72.68832492711914,41.631407462501926],[-72.68829692711002,41.63140746250282],[-72.68821492708335,41.63140746250545],[-72.68818792707455,41.63140746250632],[-72.68817892707162,41.631407462506594],[-72.68816692706771,41.631407462506985],[-72.68815192706282,41.63140746250746],[-72.68814392706022,41.63140746250773],[-72.68803892702606,41.63140746251109],[-72.68768792691525,41.631467462533976],[-72.68632492648513,41.63170446262363],[-72.68624292645929,41.63171946262915],[-72.68587092634192,41.63178446265368],[-72.68584992633525,41.63178746265495],[-72.68578692631537,41.63179846265909],[-72.68576692630909,41.63180246266052],[-72.68573892630026,41.63180746266239],[-72.68380492568521,41.63206046277344],[-72.67792192381444,41.63283346311186],[-72.67596092319087,41.633091463224716],[-72.67594192318478,41.63309346322572],[-72.67588792316762,41.63310046322879],[-72.67588492316669,41.63310146322908],[-72.67587092316225,41.633103463229936],[-72.67583892315207,41.63310746323173],[-72.6756829231026,41.63313046324117],[-72.67355092242708,41.63345446337231],[-72.67086592157638,41.63386246353745],[-72.67062592150036,41.63389946355232],[-72.66364491928842,41.634960463981635],[-72.6599829181281,41.635517464206906],[-72.65764091738602,41.63587346435091],[-72.65585391681972,41.63614446446067],[-72.6508509152344,41.6369054647684],[-72.6508379152303,41.63690746476919],[-72.65042491509809,41.63694646478997],[-72.64914891468958,41.63706746485427],[-72.64876491456673,41.63710546487391],[-72.64873791455807,41.63710746487517],[-72.64872391455354,41.637108464875816],[-72.64842191445628,41.63712646488898],[-72.6475169141649,41.63718346492898],[-72.647215914068,41.637202464942305],[-72.64713691404258,41.6372074649458],[-72.64457891323202,41.637597465103276],[-72.6421119124503,41.637973465255115],[-72.63667191072656,41.638804465590276],[-72.63544791033867,41.638990465665486],[-72.63510791023097,41.63904346568664],[-72.63403690989163,41.63920746575269],[-72.6330499095789,41.63935846581354],[-72.63037390873117,41.6397714659792],[-72.63014990865945,41.63979246599043],[-72.62970990852176,41.63989046602351],[-72.6295599084731,41.639893466028894],[-72.629331908402,41.63994846604683],[-72.62814090802577,41.64015146612429],[-72.62808390800853,41.64017446613057],[-72.62783690793,41.64020746614487],[-72.63052490841214,41.633290464717476],[-72.63023690831935,41.63330746472998],[-72.62873890783702,41.63340146479611],[-72.62872790783344,41.633401464796464],[-72.62869790782379,41.63340346479781],[-72.62868790782058,41.633404464798325],[-72.62863690780415,41.63340746480053],[-72.6284709077518,41.633437464811664],[-72.62782490754816,41.633554464854996],[-72.62761290748135,41.633593464869335],[-72.62760990748043,41.63359446486963],[-72.62760390747854,41.63359546487002],[-72.62758590747279,41.633597464870974],[-72.62758090747128,41.633599464871516],[-72.6275369074574,41.63360746487448],[-72.62453690649895,41.633927465032436],[-72.62422890640049,41.63395946504849],[-72.61751790425625,41.6346744654016],[-72.61417190318714,41.635030465577564],[-72.61279290274645,41.63517646564995],[-72.61081990211608,41.635387465753894],[-72.61063390205665,41.6354074657637],[-72.60508390028227,41.6359814660523],[-72.60506490027613,41.6359824660531],[-72.60504790027076,41.635985466054215],[-72.60483590020301,41.63600746606525],[-72.60164789918416,41.63634446623243],[-72.59144989592492,41.637423466767224],[-72.58805089483867,41.63778446694571],[-72.58783489476964,41.637807466957064],[-72.58587789414496,41.638028467062384],[-72.57936189206497,41.638764467413],[-72.57718989137165,41.63901046752999],[-72.57691989128544,41.63904046754441],[-72.57679089124423,41.63905446755124],[-72.57633489109875,41.639107467576075],[-72.57611289102798,41.639134467588384],[-72.57584489094265,41.63916846760352],[-72.57553489084388,41.63920746762098],[-72.57367889025133,41.63941546772052],[-72.56718288817741,41.640146468069425],[-72.56685788807368,41.640183468086946],[-72.5650178874862,41.64039046818575],[-72.56404188717455,41.64049946823801],[-72.56111488624003,41.640828468395114],[-72.56013988592879,41.640939468447705],[-72.56012288592336,41.640941468448645],[-72.56009688591502,41.64094346844986],[-72.55996888587414,41.640957468456655],[-72.55992688586078,41.640963468459155],[-72.55990688585558,41.640986468464256],[-72.5598488858406,41.64105546847949],[-72.55982988583577,41.64107946848474],[-72.55944388571233,41.641119468504805],[-72.55670988483809,41.641403468647],[-72.55269888355556,41.64182246885608],[-72.55167188322717,41.64192946890956],[-72.54843188219108,41.64226646907813],[-72.5473498818451,41.64237946913451],[-72.54423088084772,41.64270446929688],[-72.54315688050572,41.64284146935765],[-72.53886687913993,41.64339646960192],[-72.5350998779336,41.643759469792236],[-72.53436887769955,41.64383046982928],[-72.53475787782357,41.64378346980777],[-72.53426087766402,41.64382446983155],[-72.5338958775469,41.64385546984919],[-72.53276987718559,41.64395146990365],[-72.53242387707466,41.64398246992067],[-72.53240387706828,41.64398446992169],[-72.5323428770489,41.64399346992539],[-72.5323198770417,41.64399846992708],[-72.53228187702938,41.64399946992848],[-72.53216987699318,41.64400446993303],[-72.5321328769813,41.64400746993479],[-72.53111487665852,41.64416246999725],[-72.52963087618812,41.6443914700889],[-72.52806287569099,41.64463147018535],[-72.52704687536902,41.64478947024832],[-72.52693187533241,41.6448044702549],[-72.52665787524397,41.64481847026634],[-72.52549387486835,41.64488047031541],[-72.52510687474349,41.64490147033178],[-72.52506187472899,41.64490447033379],[-72.52503187471935,41.64490647033513],[-72.52445087453623,41.64501447037456],[-72.52248587391708,41.64538347050866],[-72.52183287371139,41.64550747055349],[-72.52010587315685,41.64564847063579],[-72.5149258714937,41.64607447088317],[-72.51453187136724,41.64610747090211],[-72.51320187094142,41.64623847096981],[-72.51164687044357,41.64639147104895],[-72.50698486895106,41.64685247128661],[-72.50551086847923,41.64699947136197],[-72.50543186845395,41.647007471366045],[-72.50531986840086,41.646713471312566],[-72.50505286827399,41.6460074711841],[-72.50498686824272,41.64583447115265],[-72.50487586819007,41.64554247109953],[-72.50476686814513,41.6453754710706],[-72.50442986800626,41.644860470981406],[-72.50309586745638,41.64281847062767],[-72.50267086728117,41.64216747051487],[-72.50265086727298,41.64213747050969],[-72.50263086726476,41.6421074705045],[-72.50126086669405,41.639903470120444],[-72.4970948649588,41.63320246895258],[-72.49573086439067,41.63100746856995],[-72.49570886438129,41.63096846856307],[-72.49569686437631,41.63094946855977],[-72.49471786396622,41.629332468277056],[-72.4917518627235,41.62442746741924],[-72.49083186233815,41.62290746715341],[-72.49076286230927,41.62279346713348],[-72.48967986185633,41.62101646682292],[-72.48898486156571,41.61987646662367],[-72.48628186043554,41.61544346584884],[-72.48364985933513,41.61112646509417],[-72.48193185861686,41.60830746460129],[-72.48190385860559,41.608269464594805],[-72.48186385858958,41.60821646458578],[-72.48184285858117,41.608188464581],[-72.48178585855827,41.608111464567855],[-72.48163185849657,41.607906464532924],[-72.48156485846843,41.60779446451332],[-72.48151985844952,41.60771846449997],[-72.48149985844108,41.60768446449401],[-72.48058385805616,41.60614646422441],[-72.47783685690179,41.60153146341522],[-72.47692185651735,41.59999546314591],[-72.47686485649277,41.59988846312693],[-72.4768588564902,41.59987746312498],[-72.47666985640873,41.59952346306221],[-72.47660785638196,41.59940646304147],[-72.47615385618634,41.598557462890945],[-72.47479485560065,41.59601346243986],[-72.47434285540574,41.59516546228947],[-72.47399485526124,41.59461146219289],[-72.4729508548278,41.592949461903096],[-72.47260285468337,41.59239646180669],[-72.47192785440964,41.59143746164179],[-72.46990585358962,41.58856346114749],[-72.46923185331633,41.5876064609829],[-72.46904285323895,41.5873244609341],[-72.4689908532179,41.58725146092156],[-72.46876985312755,41.58692446086502],[-72.4687308531116,41.58686646085499],[-72.46723085249837,41.58464646047114],[-72.46673085229405,41.583907460343376],[-72.46625585209154,41.58305646019304],[-72.46573485186941,41.58212246002807],[-72.46483185148446,41.58050445974223],[-72.46435785128237,41.57965445959206],[-72.46389985108712,41.578833459447],[-72.46378485103838,41.57863245941158],[-72.4636708509899,41.578430459375944],[-72.46308085073831,41.57737145918881],[-72.46062484969113,41.57296445841],[-72.45910884906526,41.570608458000024],[-72.45769484848144,41.5684094576173],[-72.45736484834272,41.567852457519464],[-72.45637584792688,41.56618045722571],[-72.45604684778857,41.565624457128024],[-72.45582684769613,41.56525345706286],[-72.45516684741878,41.56414045686734],[-72.45494784732672,41.56377045680234],[-72.45492084731401,41.56370045678958],[-72.45484284727694,41.56349245675162],[-72.4548338472726,41.56346745674704],[-72.4548168472646,41.56342345673904],[-72.45478084724756,41.56332845672169],[-72.45423684702095,41.56244645656743],[-72.45244684627528,41.5595424560594],[-72.451850846027,41.558575455890214],[-72.45164284593803,41.558196455823094],[-72.45101984567157,41.55706145562209],[-72.45081284558297,41.556683455555124],[-72.45042184542024,41.55605145544458],[-72.44925084493286,41.5541584551135],[-72.4491828449045,41.55404745509405],[-72.44905984485874,41.553945455078114],[-72.44876884474468,41.55360045502021],[-72.44873784473131,41.553542455009904],[-72.44853784465623,41.55336445498162],[-72.44848084463499,41.553316454974095],[-72.44842484461401,41.55326745496634],[-72.44819884452994,41.553080454937124],[-72.44794584443592,41.552872454904666],[-72.44785084439633,41.552717454877516],[-72.44686084399918,41.551382454649186],[-72.44655484385937,41.55066545451941],[-72.44685384394101,41.55038545445547],[-72.44600384359458,41.54914145424041],[-72.4458978435514,41.5489864542136],[-72.44394684277304,41.546430453778115],[-72.44382484272099,41.546210453739185],[-72.44377284269875,41.54611545372234],[-72.44343484255796,41.54556645362623],[-72.44335884252628,41.54544245360451],[-72.44330184250279,41.54535445358919],[-72.44328884249727,41.54533145358513],[-72.44324984248081,41.54526445357332],[-72.44323784247568,41.54524245356943],[-72.44318284245239,41.54514645355249],[-72.44302084238352,41.54485845350159],[-72.44296684236062,41.54476345348482],[-72.4428848423258,41.5446184534592],[-72.44264084222218,41.544186453382885],[-72.44255984218773,41.544042453357406],[-72.44251284216784,41.543960453342955],[-72.44241684212707,41.54379045331292],[-72.44237184210833,41.54371745330013],[-72.44232384208823,41.543637453286095],[-72.44228784207314,41.54357745327555],[-72.44217984202807,41.54340045324452],[-72.44216884202348,41.543382453241385],[-72.44214384201311,41.543342453234395],[-72.44206484198033,41.54321645321238],[-72.44182784188202,41.542838453146324],[-72.44174984184956,41.54271245312428],[-72.44165084180842,41.542553453096495],[-72.44159884178686,41.54247045308198],[-72.44114884159987,41.541747452955555],[-72.44099884153754,41.5415064529134],[-72.44080984145904,41.54120345286042],[-72.44063584138752,41.54093745281418],[-72.44057884136375,41.540844452797884],[-72.44029384124465,41.54037445271545],[-72.44028084123924,41.54035345271178],[-72.43945684089637,41.539020452478475],[-72.43818284036088,41.53686345209905],[-72.43749284007089,41.535695451893574],[-72.43710783990917,41.53504545177927],[-72.43705183988564,41.53495045176254],[-72.43669783973736,41.53436045165893],[-72.43610683949188,41.53341145149293],[-72.43591683941358,41.533117451441726],[-72.43562483929335,41.53266745136338],[-72.43549583924153,41.532491451333215],[-72.43542383921118,41.53236845131155],[-72.43520983912093,41.53200045124669],[-72.435138839091,41.531878451225204],[-72.43487383898093,41.53145345115086],[-72.43422283871246,41.53044245097469],[-72.43403183863369,41.530145450922916],[-72.43267583806973,41.52795445053934],[-72.43249783799456,41.52764645048501],[-72.43198283777501,41.52671845032068],[-72.43159783761418,41.526083450209235],[-72.4315878376099,41.52606545020605],[-72.43141583753699,41.525762450152506],[-72.43108683739268,41.52509745003347],[-72.43095883733872,41.52487744999469],[-72.43076783725968,41.52457544994193],[-72.42226183453201,41.52531045035359],[-72.42212383448839,41.525333450362425],[-72.42130183422853,41.52547145041523],[-72.42102383413994,41.52550545043063],[-72.42097483412422,41.52550945043297],[-72.42057983399788,41.525549450453205],[-72.42018483387152,41.525589450473454],[-72.41954683366731,41.52565145050568],[-72.41890983346353,41.52571545053823],[-72.4183118332732,41.525792450572105],[-72.41735783296765,41.52588245061972],[-72.41449783205188,41.52615445076294],[-72.4135448317468,41.52624645081092],[-72.41338783169645,41.52626045081861],[-72.41130683102949,41.52644745092067],[-72.40459182887723,41.52705045124991],[-72.40235482816028,41.52725245135979],[-72.39955982726453,41.52750545149719],[-72.39933082719114,41.52752645150851],[-72.39405882550147,41.528003451767596],[-72.39117782457812,41.52826445190924],[-72.38838482368301,41.52851845204671],[-72.38731882334132,41.528614452099006],[-72.38412182231662,41.52890345225603],[-72.38328982204999,41.528979452297044],[-72.38305782197607,41.52900845231],[-72.38232282174214,41.52910445235184],[-72.38129882141618,41.52923745241002],[-72.38011782104034,41.52939245247739],[-72.37990582097287,41.52942045248952],[-72.3795978208748,41.52946045250702],[-72.37938182080543,41.52947745251713],[-72.37916382073546,41.52949545252749],[-72.37896382067119,41.52951045253673],[-72.37894582066545,41.52951245253768],[-72.3782888204545,41.5295654525687],[-72.37771182026921,41.52961145259584],[-72.37762882024256,41.5296184525998],[-72.37741682017449,41.529635452609796],[-72.37729482013543,41.52964745261597],[-72.37452881924995,41.529917452755676],[-72.36874481738946,41.53032445301709],[-72.36163481510246,41.530826453338676],[-72.36162281509979,41.53084845334334],[-72.3615728150835,41.530848453344916],[-72.36128881499276,41.53087945335987],[-72.36118081495847,41.53089545336641],[-72.36109581493147,41.53090745337142],[-72.3610058149029,41.53092045337677],[-72.36084281485128,41.53094645338697],[-72.3607588148247,41.53096045339233],[-72.36032181468777,41.53105645342479],[-72.35911181430873,41.53132445351504],[-72.35901281427772,41.53134645352244],[-72.35857681414122,41.531444453555245],[-72.35795781394235,41.53149245358408],[-72.35610081334578,41.53163745367075],[-72.35548281314728,41.53168645369974],[-72.35514581303887,41.531710453715014],[-72.3541338127135,41.531784453761276],[-72.35379781260549,41.531809453776724],[-72.35280381228583,41.53188145382202],[-72.35142881184368,41.53198145388477],[-72.3498248113279,41.53209845395801],[-72.34927381115078,41.53213945398333],[-72.34883181100868,41.53217245400365],[-72.34797781073419,41.53223645404298],[-72.3454188099117,41.53243045416126],[-72.34498580977261,41.5324644541815],[-72.34456680963402,41.53242545418707],[-72.34262980901296,41.532599454281886],[-72.342595809002,41.53260145428335],[-72.34089180845571,41.532755454366935],[-72.33931980795174,41.532897454444004],[-72.33668580710719,41.53313445457299],[-72.33586780684494,41.53320845461311],[-72.33471580647517,41.53330445466803],[-72.33412280628427,41.53334445469444],[-72.33234580571235,41.53346545477389],[-72.33175380552183,41.53350645480048],[-72.33114280532584,41.533559454829984],[-72.32686680395477,41.53394445503937],[-72.32371780294513,41.53422845519364],[-72.32339480284158,41.534258455209624],[-72.32337280281226,41.533860455132825],[-72.32330680272064,41.532600454889604],[-72.32328680269326,41.53222545481723],[-72.32327580267709,41.53199945477356],[-72.32320780241666,41.52771745394202],[-72.32317580236256,41.52693245379017],[-72.3230798021972,41.52452245332391],[-72.32303280209895,41.523031453035046],[-72.3229908020085,41.52165145276764],[-72.32298380199028,41.52136445271195],[-72.32295380191121,41.52011845247024],[-72.32292380182929,41.5188214522186],[-72.32293180179332,41.518127452083185],[-72.32293380178899,41.518038452065795],[-72.32274880166781,41.51694245185815],[-72.32260580157399,41.51609245169709],[-72.32207380125149,41.51340745119083],[-72.32191580115538,41.51260445103939],[-72.32184880111274,41.51222945096845],[-72.32137680081223,41.509588450468826],[-72.32125680073575,41.50891545034149],[-72.32023680012308,41.50386644938989],[-72.31984779987548,41.501689448977935],[-72.31956479969502,41.50009944867702],[-72.31936279957671,41.49915344849904],[-72.31934579956572,41.499055448480476],[-72.31841279899712,41.494286447580464],[-72.31561379729186,41.479979444879625],[-72.31524679706808,41.47809944452462],[-72.312537796204,41.478419444672],[-72.3125027961808,41.47820644463157],[-72.31199779584814,41.475172444055865],[-72.31048279485047,41.46607144232866],[-72.30997879451837,41.46303844175293],[-72.30967879432103,41.46123944141145],[-72.30898379386322,41.457058440617686],[-72.3087807937298,41.45584244038684],[-72.30848279353316,41.45404344004524],[-72.30812779329958,41.45191143964043],[-72.30706479259965,41.44551743842618],[-72.30671079236649,41.44338643802144],[-72.30667679234413,41.44318243798269],[-72.30657479227713,41.442571437866654],[-72.30654179225516,41.44236843782808],[-72.3063387921218,41.44115243759713],[-72.3062427920583,41.44056943748637],[-72.3058867918241,41.43843043708007],[-72.3057327917228,41.43750543690438],[-72.3055317915902,41.436290436673545],[-72.30684879201097,41.43614943660476],[-72.30802679238734,41.436023436543245],[-72.31052079318412,41.435756436413016],[-72.31067079323206,41.43574043640519],[-72.3108007932736,41.435726436398376],[-72.31082079327997,41.43572443639736],[-72.31128179342723,41.43567443637315],[-72.311922793632,41.43560543633959],[-72.31212479369661,41.43558543632936],[-72.31329879407163,41.43545843626778],[-72.31348979413261,41.4354374362577],[-72.31406379431601,41.43537643622781],[-72.3142557943774,41.43535643621789],[-72.31475879453808,41.43530243619158],[-72.31627079502107,41.43513943611239],[-72.31677479518214,41.435086436086245],[-72.31996979620286,41.43474443591935],[-72.3295537992646,41.433719435418794],[-72.33274980028564,41.43337843525199],[-72.33320380043058,41.433328435228],[-72.33444680082766,41.433195435163064],[-72.33456880086656,41.43318143515649],[-72.3350248010123,41.43313343513282],[-72.3356118011998,41.43307043510211],[-72.33737280176231,41.43288143500999],[-72.33796080195017,41.432819434979436],[-72.33806480198336,41.43280743497383],[-72.33837680208299,41.4327734349574],[-72.33848180211655,41.43276243495197],[-72.33880580222004,41.43272743493496],[-72.33925080236315,41.43269743491515],[-72.33944880242679,41.4326834349062],[-72.33955980246225,41.43267143490038],[-72.35072680602894,41.43147043431551],[-72.35997780898342,41.43047343383047],[-72.3608678092678,41.43038043378437],[-72.36098380930481,41.43036743377819],[-72.36133480941685,41.43032843375955],[-72.36145280945459,41.43031643375352],[-72.36535581070109,41.42989743354915],[-72.37194481280554,41.42919243320454],[-72.37452381362921,41.42891643306963],[-72.37706481444062,41.428642432936314],[-72.38096881568731,41.42822243273163],[-72.38193781599668,41.42811743268067],[-72.38484381692464,41.42780443252823],[-72.38581381723439,41.42770043247743],[-72.38612981733532,41.42766643246086],[-72.38621181736148,41.42765743245652],[-72.38740481774241,41.42752843239384],[-72.3878038178698,41.427485432372904],[-72.39052181873767,41.42719243223025],[-72.39979382169405,41.426118431728995],[-72.40302982267241,41.42478243136645],[-72.4051718233714,41.42482343130703],[-72.40521782338641,41.424824431305794],[-72.40675582389444,41.424964431284714],[-72.40846482446136,41.42516343126976],[-72.40856882449576,41.42517343126844],[-72.40934982475595,41.42528443126551],[-72.40947782479863,41.425303431265185],[-72.41067282518004,41.42517243120201],[-72.41161582548098,41.425068431152035],[-72.41841882765198,41.42431843079148],[-72.42068682837579,41.42406943067146],[-72.42096182846356,41.424039430656954],[-72.42121682854479,41.42400843064288],[-72.42280882905207,41.423819430555845],[-72.42300882911582,41.42379643054506],[-72.42333982922142,41.42375943052742],[-72.42396782942183,41.42369043049417],[-72.42564782995817,41.423509430405936],[-72.42585283002356,41.423486430394995],[-72.42648183022442,41.4234194303621],[-72.42670783029651,41.423394430350115],[-72.42738583051296,41.42332143031451],[-72.42761283058545,41.42329743030266],[-72.42780683064977,41.42331943030085],[-72.42838983084306,41.423385430295355],[-72.42858483090774,41.42340843029371],[-72.42906883106828,41.423464430289386],[-72.43052183155018,41.4236324302764],[-72.43100683171102,41.42368843027205],[-72.43154683189012,41.42375043026713],[-72.43316983242846,41.42393943025287],[-72.43371083260796,41.424003430248305],[-72.4330738323543,41.423167430105245],[-72.43116383159382,41.42066242967656],[-72.43078983144491,41.42017242959272],[-72.43067683138965,41.419839429531265],[-72.43064883137632,41.41976342951734],[-72.43060683135619,41.41964642949583],[-72.43056383133568,41.419529429474345],[-72.43052883131878,41.41943042945612],[-72.43049283130159,41.41933142943793],[-72.43033783122742,41.41890442935949],[-72.42923383078184,41.41734742909038],[-72.42896883067486,41.41697342902572],[-72.4283188304174,41.41614442888439],[-72.42685582983806,41.41428142856684],[-72.42610282952629,41.41307742835552],[-72.42547982924515,41.41166442809932],[-72.4252768290898,41.41005642779181],[-72.42518082901586,41.409287427644706],[-72.42510282895087,41.408574427507965],[-72.42512382888388,41.40724542724785],[-72.425143828818,41.40594242699283],[-72.42515482878643,41.40530942686888],[-72.42521782868596,41.403131426441675],[-72.42522982866664,41.402713426359675],[-72.42524182864733,41.40229542627768],[-72.42524882863522,41.40203642622689],[-72.4252508286332,41.401988426217436],[-72.42542582865028,41.40127142607194],[-72.42566382870224,41.40081342597501],[-72.42619482881634,41.399758425752296],[-72.42633982880979,41.39879142555891],[-72.42629282873499,41.39771942535105],[-72.42575382846294,41.39597642502764],[-72.42568382842762,41.39575042498569],[-72.42516282820134,41.39472542480193],[-72.42459582795502,41.39360942460183],[-72.42351482750844,41.39189642430131],[-72.42279782724685,41.391383424223676],[-72.42189182691627,41.39073442412543],[-72.42167682683434,41.390518424090004],[-72.42155282679497,41.39053542409722],[-72.42143482675434,41.390494424092914],[-72.41960082612277,41.389859424026604],[-72.41755082543928,41.38955442403152],[-72.41621382499352,41.389355424034726],[-72.41362782415919,41.38947342413913],[-72.41334782406888,41.389486424150476],[-72.41309982398886,41.38949742416042],[-72.41246782378724,41.389567424193956],[-72.41175182355249,41.38953242420965],[-72.4101488230135,41.38921242419757],[-72.40677282188244,41.38861142418634],[-72.40529582139334,41.38845242420171],[-72.40447182112574,41.388458424228794],[-72.40379882090717,41.388463424250936],[-72.40274982057117,41.38855542430188],[-72.40202282033468,41.38855342432434],[-72.4007608199142,41.38837142432846],[-72.39724681873281,41.38767242430238],[-72.395929818301,41.387608424331276],[-72.39489381796136,41.38755842435405],[-72.39323781740603,41.38725442434669],[-72.39118481671605,41.38685042433228],[-72.38930381608385,41.3864794243189],[-72.38718081537039,41.386062424304136],[-72.38605981498819,41.38574342427701],[-72.38483381455934,41.38519842420906],[-72.38363481409752,41.38389942399292],[-72.38299581385141,41.38320742387778],[-72.38259481368121,41.38248842374989],[-72.38173181331047,41.380860423458905],[-72.38160181325458,41.38061442341492],[-72.38091381300201,41.38009342333471],[-72.37891981226988,41.37858042310167],[-72.3774468117261,41.37740942291908],[-72.37600481119381,41.37626342274041],[-72.3758598111336,41.376027422698826],[-72.37576181109287,41.37586742267064],[-72.37545481096262,41.3753174225728],[-72.37544581095916,41.375307422571126],[-72.37525681088657,41.37510642253777],[-72.37522381086926,41.37498742251553],[-72.3751278108184,41.37463242244919],[-72.37512381081633,41.374618422446574],[-72.37509381080086,41.37451542242739],[-72.37492581071395,41.37393142231852],[-72.37490981067455,41.37331342219824],[-72.37497181065126,41.37252742204268],[-72.37518481068294,41.3718484219033],[-72.37548981073529,41.371001421728174],[-72.37557781075421,41.370826421691206],[-72.37597881084113,41.370040421525],[-72.3762908109068,41.36939342138876],[-72.37642881093578,41.369106421328325],[-72.37667981097073,41.368262421155485],[-72.37696981098954,41.36689742087957],[-72.37709081097817,41.36598042069653],[-72.37712281097514,41.36573742064802],[-72.3773668109853,41.36448642039582],[-72.37756481093406,41.36239541998084],[-72.37759781088094,41.361240419754026],[-72.37762681083487,41.36023641955683],[-72.37771581083297,41.359678419444954],[-72.37779081083185,41.35921741935246],[-72.37791581082934,41.358436419195854],[-72.37825181083986,41.35665041883612],[-72.37839381084557,41.35591841868855],[-72.37840881084635,41.35584441867359],[-72.37842281084681,41.35577041865869],[-72.37913981087638,41.35208741791605],[-72.37922981088039,41.35163041782387],[-72.37924581087299,41.351402417778786],[-72.37932981083421,41.350206417542275],[-72.37939781083135,41.349754417451756],[-72.37907881067846,41.348864417287714],[-72.37877181053126,41.34800641712955],[-72.37768781009416,41.346473416863766],[-72.37760881006545,41.346418416855485],[-72.37620680955582,41.34544341670877],[-72.3745288089641,41.34460641659771],[-72.37336880855526,41.344031416521624],[-72.37278380834934,41.34374641648424],[-72.37215880812931,41.34344141644417],[-72.36979880731724,41.34262841635916],[-72.36932880715217,41.342406416330476],[-72.36914780708997,41.34234541632422],[-72.36805880671574,41.34197941628678],[-72.36605880601634,41.341087416175],[-72.36561680585731,41.34080941613447],[-72.36441280542397,41.340049416023554],[-72.36321980499851,41.33936741592753],[-72.36248980473817,41.338950415868844],[-72.36238780470089,41.33887541585737],[-72.36084180413634,41.33775241568613],[-72.35986680377236,41.33690041555001],[-72.35927080354983,41.33637841546657],[-72.3591458035033,41.336271415449545],[-72.3585578032843,41.33576641536917],[-72.35796280306258,41.335253415287454],[-72.3578348030149,41.335143415269954],[-72.35647880248922,41.33360441501133],[-72.35479880183657,41.33167241468595],[-72.35337980127433,41.32984141437215],[-72.35203680072715,41.32783441402147],[-72.35124280038873,41.32637741376123],[-72.35055580013054,41.325744413658875],[-72.34966679979901,41.32497241353563],[-72.34912179959586,41.32450041346032],[-72.34866379938731,41.32341741326271],[-72.34791679905497,41.32179241296808],[-72.34772279895306,41.32108741283616],[-72.34745779881416,41.32012941265697],[-72.34742779875357,41.31920641247725],[-72.34743779873902,41.31888341241371],[-72.3474447987229,41.31854941234812],[-72.34764479871583,41.317240412085646],[-72.34768779871449,41.31696241202989],[-72.34793079872388,41.315698411774875],[-72.34826779876708,41.31449341152843],[-72.34843479878215,41.31378141138382],[-72.34872779881269,41.31260641114467],[-72.34878779882096,41.312402411102845],[-72.34923179888357,41.31091841079842],[-72.34923179887758,41.31080941077709],[-72.34926379885427,41.310197410656286],[-72.34932179883218,41.3094534105088],[-72.34940679878687,41.308128410246745],[-72.34992479851252,41.3000844086555],[-72.34993079850994,41.300002408639266],[-72.34980879837251,41.2982254082951],[-72.34972779830113,41.297406408137256],[-72.34954879818267,41.29631040792821],[-72.34946479814828,41.29618140790558],[-72.34739779730161,41.293001407347454],[-72.34670979701978,41.29194240716155],[-72.34555379654634,41.29016440684946],[-72.34314079555811,41.28645240619781],[-72.34270479531305,41.28457140584297],[-72.34222779504454,41.282506405453326],[-72.34219479501174,41.2821044053756],[-72.34196579488699,41.28118840520332],[-72.34178879480365,41.28071840511676],[-72.34170579476437,41.280494405075466],[-72.34126379458344,41.279815404956246],[-72.3406527943266,41.278754404767454],[-72.34031779419303,41.27830440468977],[-72.33976779396991,41.27749640454865],[-72.33944779384032,41.27703040446733],[-72.33915779372056,41.27656540438528],[-72.33886779360033,41.27609240430166],[-72.3388227935829,41.27604140429309],[-72.33860879349982,41.27579440425137],[-72.33831879339137,41.27553540420969],[-72.33783079321388,41.27519140415753],[-72.33732779304029,41.275006404136995],[-72.33725079300406,41.27480240409943],[-72.33711679295503,41.274702404084024],[-72.33663979278042,41.27434540402897],[-72.33624979263912,41.27408040398923],[-72.33617679261272,41.274031403981915],[-72.33585879249759,41.27381640394973],[-72.3357867924715,41.27376740394238],[-72.33569379243781,41.27370440393294],[-72.33557179239367,41.273622403920676],[-72.33550079236804,41.27357540391368],[-72.335099792223,41.2733074038737],[-72.33477879210696,41.27309340384179],[-72.3341227918733,41.272720403789194],[-72.3338937917878,41.27251840375676],[-72.33366479170225,41.272315403724136],[-72.33352779165175,41.272206403707045],[-72.3332377915463,41.27200240367614],[-72.33309979149685,41.271918403664],[-72.33296279144652,41.2718124036475],[-72.33287179141233,41.27172840363388],[-72.33279479138396,41.27166740362434],[-72.33278079137882,41.27165640362261],[-72.33265779133359,41.27156040360765],[-72.33255079129374,41.27146840359296],[-72.33245979125957,41.27138440357935],[-72.33230679120277,41.27125540355885],[-72.33215379114509,41.27111040353521],[-72.33207779111497,41.27101140351818],[-72.33189479104084,41.270744403471575],[-72.3318187910036,41.270515403429066],[-72.33171179095372,41.27024040337852],[-72.33165079091881,41.26996540332652],[-72.33160479088966,41.2697064032772],[-72.33155879086505,41.26953040324415],[-72.33154379085309,41.269401403219334],[-72.33152779084267,41.26930640320121],[-72.33152479084077,41.26928940319797],[-72.3315127908321,41.26920240318129],[-72.33149779081383,41.268958403133944],[-72.33149779080586,41.268813403105526],[-72.33148279079012,41.26861540306719],[-72.33149779078117,41.26836340301735],[-72.33149279057915,41.264711402301685],[-72.33148078997439,41.25375740015469],[-72.3314767897729,41.25010639943895],[-72.33147678976748,41.25000739941952],[-72.33147178938654,41.24308739806268],[-72.33146678891633,41.23453539638545],[-72.33145778822865,41.22203039393238],[-72.33145678806592,41.219063393350204],[-72.33145478795439,41.21703739295267],[-72.33145378784326,41.2150123925553],[-72.33145878784482,41.215011392554956],[-72.33147478784981,41.215007392553666],[-72.33148078785176,41.21500739255348],[-72.34448979194192,41.21254139166351],[-72.38351980421133,41.20514438899226],[-72.39652980830047,41.202679388101515],[-72.39769280866595,41.202458388021746],[-72.40118080976217,41.201797387782875],[-72.40234481012804,41.20157738770325],[-72.40551481112426,41.20097638748609],[-72.41502381411252,41.1991733868345],[-72.41819481510905,41.19857338661743],[-72.41889281532836,41.198440386569466],[-72.42098981598734,41.19804338642587],[-72.42168881620702,41.19791138637807],[-72.43124381920946,41.196100385723255],[-72.4599088282155,41.1906663837579],[-72.46946483121752,41.18885638310275],[-72.47085483165414,41.1885923830073],[-72.47502783296498,41.18780138272104],[-72.47641983340228,41.18753838262571],[-72.48671583663632,41.18558638191923],[-72.51760484633748,41.179732379799276],[-72.52790184957105,41.177782379092555],[-72.5279018495905,41.17813537916185],[-72.5279018496099,41.17848737923096],[-72.52790184994916,41.18464038043863],[-72.52790185053604,41.19528038252652],[-72.52790185108437,41.20521538447558],[-72.5279018514631,41.2120743858209],[-72.52790185176838,41.21760138690478],[-72.52790185268474,41.23418139015534],[-72.52790185299044,41.23970939123883],[-72.5279018531056,41.24179139164687],[-72.52790185345134,41.24804039287142],[-72.52790285356694,41.25012339327952],[-72.52880785388858,41.25062639334954],[-72.53152285485368,41.2521383935602],[-72.53228185512346,41.25256039361894],[-72.53242785517538,41.25264239363041],[-72.5324838551953,41.252673393634716],[-72.53265285525535,41.252767393647794],[-72.53270985527564,41.252799393652275],[-72.53335585550529,41.25315939370243],[-72.53529485619453,41.25423839385268],[-72.5352958561949,41.25423939385284],[-72.53594285642494,41.25460039390316],[-72.53613485649315,41.25470639391787],[-72.53688185675954,41.25513739397874],[-72.54187385853997,41.25802239438643],[-72.54202085859242,41.25810739439845],[-72.54216885864518,41.25819239441042],[-72.5457348599167,41.26024639470023],[-72.54583785995379,41.260312394709906],[-72.5461528600835,41.26080739479691],[-72.54618686009748,41.260860394806244],[-72.54621986011107,41.260912394815364],[-72.54672786032022,41.26171039495566],[-72.54723586052933,41.26250739509572],[-72.54725486054032,41.262594395112146],[-72.5473138605741,41.262858395162],[-72.54733386058547,41.2629463951786],[-72.54734686059291,41.26300439518954],[-72.54735986060024,41.263060395200114],[-72.54739786062144,41.263220395230235],[-72.54743486064227,41.26337939526022],[-72.54761386074335,41.26415439540635],[-72.54765586076678,41.26433139543969],[-72.54636086051683,41.26740639608279],[-72.5463878605369,41.26761039612188],[-72.54645786058897,41.268139396223255],[-72.54650386062343,41.268491396290734],[-72.54655086065814,41.26884239635798],[-72.54654886065906,41.26887039636354],[-72.54653586066635,41.26907839640468],[-72.54654986067551,41.269161396420486],[-72.54655486068795,41.26935639645852],[-72.5465578606939,41.26944639647604],[-72.54653186068924,41.26951439649019],[-72.54664686073811,41.269722396527285],[-72.54676186078704,41.26993139656457],[-72.54677586079619,41.27001439658039],[-72.54678986080532,41.27009739659621],[-72.54684286084056,41.27042239665817],[-72.547035860969,41.271608396884325],[-72.54678286090032,41.27185139693989],[-72.54648686081974,41.27213139700406],[-72.54572186059906,41.272630397125916],[-72.54568486058902,41.272666397134145],[-72.5450018604058,41.27336139729178],[-72.54492986038525,41.27341239730404],[-72.54433986020994,41.27370539738003],[-72.54474486039612,41.2746913975603],[-72.54481386042596,41.274825397584365],[-72.54483186043369,41.274859397590454],[-72.5449918605035,41.275181397648446],[-72.54514386056967,41.27548439770297],[-72.54578286079817,41.275863397757014],[-72.54625386095785,41.27598539776603],[-72.54660986108932,41.276271397810795],[-72.54768786148719,41.27713439794572],[-72.54804686161981,41.27742339799097],[-72.547736861541,41.27781739807789],[-72.5468058613044,41.27900139833909],[-72.54649686122598,41.27939639842617],[-72.5463368611838,41.27957239846569],[-72.54619786115508,41.279868398528016],[-72.54610386113345,41.28002839856231],[-72.54608886113766,41.28019239859488],[-72.54604286112657,41.28026139860986],[-72.54598686111292,41.280343398627664],[-72.54608786114872,41.28039739863505],[-72.54655686131504,41.280650398669785],[-72.54702586148137,41.28090339870449],[-72.54734486159448,41.281075398728106],[-72.54766286170731,41.28124739875173],[-72.54805686184706,41.281460398780986],[-72.54845086198675,41.28167239881004],[-72.54855086202221,41.281726398817455],[-72.54865186205798,41.28178039882484],[-72.54876286209736,41.28184039883307],[-72.54887386213674,41.28190039884132],[-72.5488748621369,41.281897398840705],[-72.5488848621392,41.28188039883705],[-72.54889486214151,41.28186339883341],[-72.54892486215043,41.28184839882953],[-72.54902686218065,41.28179639881612],[-72.54910886220483,41.281752398804926],[-72.54917086222325,41.281721398796904],[-72.54928286225599,41.28165639878064],[-72.5511288627963,41.28059139851385],[-72.55134286286567,41.280589398506706],[-72.55149486291509,41.28059039850209],[-72.55158586294463,41.28059039849922],[-72.5516778629745,41.28059039849632],[-72.55202086308587,41.28059039848549],[-72.5523638631973,41.28059139847485],[-72.55256686326322,41.28059139846845],[-72.55276886332881,41.28059139846207],[-72.55289686337042,41.28059239845821],[-72.55302486341198,41.28059239845417],[-72.55370686363347,41.28059339843282],[-72.5541208637679,41.28059339841974],[-72.55438886385498,41.28059439841149],[-72.55464186393714,41.280594398403494],[-72.55489486401932,41.280595398395704],[-72.55502886406401,41.28061639839558],[-72.55543586420615,41.280796398417955],[-72.5557638643268,41.28105139845752],[-72.55622886449777,41.2814113985133],[-72.55723686485777,41.28200039859675],[-72.55732286492693,41.282743398739484],[-72.55733786493884,41.28287039876387],[-72.55735286495077,41.28299739878826],[-72.55735486495794,41.2831143988111],[-72.55735886496727,41.283259398839355],[-72.5574348650166,41.28370339892386],[-72.55860086543318,41.284387399020915],[-72.55882286551314,41.28452939904169],[-72.55904586559349,41.28467239906264],[-72.55913386562557,41.2847353990722],[-72.55913986562774,41.284739399072784],[-72.55929186568653,41.28490939910126],[-72.55931286569852,41.28500239911879],[-72.5593198657024,41.28503139912425],[-72.55928686569585,41.285106399139984],[-72.55981286590458,41.28578939925704],[-72.56002986599076,41.286072399305574],[-72.56034086611417,41.28647639937483],[-72.56113286642865,41.28750839955179],[-72.56270986699204,41.2884323996828],[-72.56274086700243,41.288438399682995],[-72.5635458672733,41.288609399691026],[-72.56373986733905,41.28865839969448],[-72.56393486740502,41.28870639969771],[-72.5639778674338,41.2889733997486],[-72.56401386744562,41.288975399747855],[-72.5641658674957,41.288988399745584],[-72.56430186754048,41.288999399743446],[-72.56453486763645,41.289365399807714],[-72.5645858676574,41.28944439982157],[-72.56463086767562,41.289509399832866],[-72.56462886767598,41.28952739983645],[-72.56455686767156,41.28986839990546],[-72.56452886767006,41.290005399933165],[-72.5645338676718,41.290007399933415],[-72.56454286767534,41.290018399935256],[-72.56459286769757,41.29012639995482],[-72.56474386776453,41.29044940001326],[-72.56475486776945,41.290473400017596],[-72.56481386779274,41.29054740003022],[-72.56531586800746,41.29147840019657],[-72.56536986804787,41.291890400275484],[-72.56555986813015,41.29226040034188],[-72.56562886816039,41.29240140036729],[-72.56571286818976,41.29243940037208],[-72.56607886831833,41.292614400394754],[-72.56644486844718,41.29279440041841],[-72.56667386852743,41.292900400431904],[-72.56690286860797,41.293011400446396],[-72.56707886866978,41.29309540045727],[-72.56742186882634,41.293908400605524],[-72.56755986888639,41.294182400654776],[-72.56806986905666,41.29426640065508],[-72.56876486928888,41.29438440065621],[-72.56901386937004,41.29438940064932],[-72.56934986947562,41.29432640062636],[-72.5699398696717,41.29440740062354],[-72.57014686974004,41.29442740062091],[-72.57063686995262,41.29538940079368],[-72.57080887003043,41.29578440086552],[-72.56997786980897,41.29665440106202],[-72.57019586988613,41.29676940107765],[-72.57041286996294,41.2968834010931],[-72.57066387005167,41.29701340111059],[-72.57090887013842,41.29714240112807],[-72.57123687025425,41.29731040115059],[-72.57156487037032,41.29748240117387],[-72.57173987043221,41.29757340118613],[-72.57177787044776,41.2976314011963],[-72.57174787044076,41.29768040120681],[-72.57142687033864,41.2977184012244],[-72.57094687018598,41.297776401250935],[-72.57078687014294,41.297936401287295],[-72.57070287011989,41.29801240130483],[-72.57085487017201,41.29806240130981],[-72.57109887025547,41.29813840131696],[-72.57135087034153,41.29821440132386],[-72.57165587044614,41.29831440133377],[-72.57196387055211,41.298421401344974],[-72.57259487077306,41.29871040138157],[-72.5727398708255,41.29880640139576],[-72.57344887107669,41.29918340144709],[-72.57368587116554,41.29939740148148],[-72.57418987135205,41.29980840154595],[-72.57454087147944,41.300049401581994],[-72.57495887162914,41.30030040161788],[-72.57556887184819,41.30067740167235],[-72.57595387198722,41.30092940170947],[-72.57608687204154,41.301129401744376],[-72.57618187208838,41.30141740179773],[-72.57629187213826,41.30167140184395],[-72.57635087217426,41.30197440190137],[-72.57628687216739,41.3022244019523],[-72.57634087219657,41.302433401991465],[-72.57717087249912,41.30302740208142],[-72.57726087253195,41.3030924020913],[-72.57762787266387,41.303321402124475],[-72.57861687300506,41.30368140216361],[-72.57973487338435,41.30397340218537],[-72.5798758734322,41.30401040218815],[-72.58149887395264,41.303892402113696],[-72.5817618740389,41.30390740210833],[-72.58182287405887,41.30391040210697],[-72.58182187405936,41.30392540210995],[-72.58180287406996,41.30422640216943],[-72.58147387398232,41.304571402247326],[-72.5811238738892,41.30494040233058],[-72.58125787395915,41.30541540241927],[-72.58128787397469,41.30551940243867],[-72.58134087399401,41.30555740244441],[-72.58140887401882,41.30560640245185],[-72.58147787404398,41.30565640245944],[-72.58168387411914,41.305804402481876],[-72.58188887419394,41.30595240250434],[-72.58196187422054,41.30600440251221],[-72.582231874319,41.30619840254161],[-72.58232087435152,41.306263402551515],[-72.58241187438469,41.30632840256135],[-72.58250287441791,41.30639440257137],[-72.58315787463485,41.30647040256551],[-72.5835368747622,41.30654740256859],[-72.58403887493651,41.3067504025924],[-72.5842648750105,41.3067614025874],[-72.5846428751394,41.30687140259696],[-72.58518187532755,41.30710740262605],[-72.58539987540625,41.307249402646924],[-72.5854598754275,41.307281402651284],[-72.58551987544877,41.307313402655645],[-72.58559987547714,41.30735640266153],[-72.58561287548633,41.307445402678525],[-72.5856438755084,41.307661402719795],[-72.58561087551202,41.307918402771115],[-72.58555587551852,41.30835640285852],[-72.58615787575872,41.30915940299654],[-72.5861088757452,41.30920240300651],[-72.58602687572258,41.309274403023174],[-72.58594487570001,41.30934740304006],[-72.58576887565155,41.309503403076135],[-72.58565587562217,41.30963440310534],[-72.5856258756144,41.30967040311333],[-72.58565787563539,41.30986040314948],[-72.5856928756502,41.30992240316049],[-72.58580187569629,41.310114403194596],[-72.58683287607971,41.3109874033327],[-72.58689587610311,41.31104040334108],[-72.58820787655338,41.311475403384634],[-72.58850987666216,41.31166740341262],[-72.58857487668554,41.31170840341859],[-72.58852187667095,41.31175540342945],[-72.58837087662937,41.31188940346044],[-72.58785987646911,41.31199140349655],[-72.58782287646021,41.312047403508686],[-72.58775187644312,41.31215440353186],[-72.58768087642602,41.31226140355504],[-72.58761787641086,41.31235640357562],[-72.58755487639563,41.31245040359598],[-72.58752887638941,41.31249040360464],[-72.58656587610197,41.31294440372391],[-72.58645187606501,41.31294540372772],[-72.5848858755563,41.31294240377671],[-72.58485487554802,41.31297440378394],[-72.5847598755225,41.31307040380573],[-72.58466487549703,41.31316640382751],[-72.58461687548431,41.313218403839194],[-72.58464287549648,41.31328540385148],[-72.58474287554343,41.31354540389917],[-72.5848428755904,41.31380540394686],[-72.584903875619,41.31396340397582],[-72.58520687573284,41.3142404040204],[-72.58527887575632,41.31424240401851],[-72.58536287578372,41.31424440401624],[-72.58544587581082,41.3142474040142],[-72.58570487589472,41.31424340400522],[-72.58596287597828,41.314239403996275],[-72.58617687604755,41.31423540398871],[-72.58706287630625,41.313714403858775],[-72.58724687636622,41.313718403853734],[-72.58740887642082,41.31375440385565],[-72.58755287647162,41.31382640386516],[-72.5877178765316,41.31394140388243],[-72.58788987659813,41.31413340391453],[-72.58809187667885,41.31440440396115],[-72.58832087676419,41.31460140399241],[-72.5885548768482,41.31474540401316],[-72.58880087693454,41.314861404028065],[-72.58941587714985,41.315141404063354],[-72.58956287720527,41.315279404085686],[-72.58957887721488,41.31535840410063],[-72.5896088772328,41.31550540412842],[-72.58959687723988,41.31570240416733],[-72.58941487719241,41.31591140421396],[-72.58928487715738,41.31604040424332],[-72.58904487708875,41.31620740428357],[-72.58890087704552,41.316270404300454],[-72.58877687700416,41.31625140430065],[-72.58864187695536,41.316162404287525],[-72.58853087691396,41.316066404272284],[-72.5884868768967,41.3160124042631],[-72.58845487688623,41.31601140426391],[-72.58827987682618,41.31595340425812],[-72.58809987676727,41.31594540426226],[-72.58788887670165,41.3159974042791],[-72.5878098766791,41.31605340429255],[-72.5873988765741,41.31656440440551],[-72.58735787656285,41.31660140441403],[-72.58682787642434,41.31720440454873],[-72.58618287624556,41.317755404676895],[-72.58531887601349,41.31862640487459],[-72.58514987597711,41.318958404944865],[-72.58508287597337,41.31928240501034],[-72.58514087600697,41.31954740506033],[-72.5851838760269,41.31965440507989],[-72.58527887608678,41.32017540517875],[-72.58530987610793,41.32037440521669],[-72.58533787612733,41.32055940525197],[-72.58540087615961,41.320771405291445],[-72.5854818761975,41.32097940532954],[-72.58556487623403,41.32115140536056],[-72.58568087628825,41.32144840541494],[-72.58585587635578,41.32164040544695],[-72.58588887636957,41.32169540545666],[-72.58595787639838,41.32181040547697],[-72.5857328763608,41.322447405608635],[-72.5857328763715,41.32263940564619],[-72.58576887640241,41.3229844057125],[-72.58591487646238,41.32320940575186],[-72.58607487653053,41.323500405803706],[-72.58611187654992,41.32363240582833],[-72.58584187647266,41.32381940587345],[-72.58584187647695,41.32389640588851],[-72.58594387651709,41.32402240590991],[-72.58619887660875,41.32418140593291],[-72.58634487666012,41.32425240594219],[-72.58635887666433,41.32424640594058],[-72.58637687666986,41.324240405938816],[-72.58640287667775,41.324230405936056],[-72.58641787668233,41.3242254059346],[-72.5865488767178,41.32409840590562],[-72.58672287676762,41.323978405876645],[-72.5868908768222,41.32397840587131],[-72.58703587687296,41.32404440587963],[-72.58723287694914,41.32426340591621],[-72.5873418769885,41.324334405926656],[-72.5875098770434,41.3243404059225],[-72.58780987713419,41.32422140588972],[-72.58787387715364,41.32419740588301],[-72.58802687719721,41.324087405856645],[-72.58834687728246,41.323752405781015],[-72.58829587725185,41.32350040573336],[-72.58830987725088,41.32340140571356],[-72.58836787726604,41.32333540569883],[-72.58851387730917,41.32325840567915],[-72.58886287741058,41.32304440562624],[-72.58906687746585,41.322847405581264],[-72.58920487750481,41.32274240555637],[-72.58944587757912,41.32267140553486],[-72.59006887777866,41.32262140550535],[-72.59062487795677,41.32257740547916],[-72.59074887799801,41.32259440547853],[-72.59110587811394,41.32259440546723],[-72.59149887824555,41.32266540546867],[-72.59180487835165,41.32278640548263],[-72.59185887837153,41.32282840548914],[-72.5921908784938,41.32308740552925],[-72.59234387855268,41.32325240555667],[-72.59268587869647,41.32383940566061],[-72.59286087876583,41.324064405699055],[-72.59286687876828,41.324073405700624],[-72.59287587877199,41.32408740570307],[-72.59312287887265,41.32445440576701],[-72.59345087900883,41.32498640586063],[-72.59366887909151,41.32519940589537],[-72.59398987921325,41.32551340594659],[-72.59436087934506,41.32571640597453],[-72.59455087941564,41.32587540599959],[-72.59479087950797,41.32613340604243],[-72.59495387958336,41.326536406116055],[-72.59500187960553,41.3266544061376],[-72.59500187961349,41.32679740616557],[-72.5950238796317,41.32699540620358],[-72.59524287971442,41.327203406237295],[-72.59565087985912,41.32742240626719],[-72.5957888799098,41.32752740628333],[-72.59588387994829,41.327664406307115],[-72.59588387995164,41.32772440631884],[-72.59573087990903,41.32785140634853],[-72.59567287989383,41.32791640636306],[-72.59570887991259,41.328043406386755],[-72.59577487993614,41.32808140639207],[-72.59585487996341,41.328104406394054],[-72.59597888000575,41.32814140639736],[-72.59626288010745,41.32831140642159],[-72.59667088024793,41.32845440643661],[-72.59700588036225,41.32855340644536],[-72.59713688040479,41.32855340644121],[-72.59719388042264,41.32854140643706],[-72.59741988049052,41.32844240641054],[-72.59769588057554,41.32835940638557],[-72.59784888062126,41.32828840636684],[-72.59856888082297,41.32771240623141],[-72.59885988090765,41.3275364061878],[-72.59925888102953,41.32739840614818],[-72.59951388110528,41.327271406115266],[-72.59959388112573,41.32717240609337],[-72.5997758811696,41.32689940603424],[-72.60006588124538,41.326569405960534],[-72.60036388133447,41.326431405924104],[-72.6004438813528,41.3262944058948],[-72.60053888137078,41.326063405846625],[-72.60050188134967,41.32590040581592],[-72.60056788136805,41.325845405803086],[-72.60078488143722,41.325822405791705],[-72.60096688149784,41.325849405791224],[-72.60146988167347,41.32606940581828],[-72.60166588174012,41.326123405822635],[-72.60181888178914,41.32611140581544],[-72.60193588182379,41.32605140580001],[-72.60208888187042,41.3259964057844],[-72.60251088200684,41.32598540576888],[-72.60277188209591,41.32606240577566],[-72.60299788217421,41.3261504057857],[-72.60357288237863,41.326467405829455],[-72.60375488244749,41.3266424058579],[-72.60403888255009,41.32682840588526],[-72.60411988258187,41.32692640590185],[-72.60429388264669,41.32707540592545],[-72.60492788287422,41.32746340598121],[-72.60522688297992,41.32761740600185],[-72.60575088315711,41.32774340600987],[-72.60585288319297,41.327792406016215],[-72.60597688323503,41.327824406018536],[-72.60627488333364,41.32785740601555],[-72.60660288343921,41.32784040600183],[-72.60697288354928,41.3276594059547],[-72.60720588362582,41.32767540595045],[-72.60734388367368,41.32772940595663],[-72.60790488387454,41.32806440600434],[-72.60810888394475,41.32813540601175],[-72.60839988404227,41.32818940601308],[-72.60865488412476,41.328183406003824],[-72.60906188425017,41.328062405967266],[-72.6094988843783,41.32781540590513],[-72.60984088448323,41.32770540587277],[-72.61026888462126,41.32768840585588],[-72.6108298847918,41.327479405797234],[-72.61099688484386,41.32744040578434],[-72.61128888493808,41.327429405772925],[-72.61149088500673,41.32748440577726],[-72.61151888501752,41.327514405782246],[-72.61152788502098,41.32752440578391],[-72.61161088505303,41.32761540579907],[-72.6116688850844,41.32784040584122],[-72.61166188511243,41.32838340594759],[-72.61171288513788,41.32854240597704],[-72.61194688523653,41.328948406048994],[-72.6120778852947,41.32922840609957],[-72.6122308853508,41.329343406117204],[-72.61247888543718,41.329448406129856],[-72.61279888554506,41.329519406133585],[-72.6132358856876,41.32953040612189],[-72.61391988590448,41.329436406081825],[-72.61414588598093,41.3294914060854],[-72.61426988602885,41.32962840610824],[-72.61440788609298,41.3299744061715],[-72.6144518861324,41.330424406258075],[-72.61451788617677,41.33083540633632],[-72.61469288625202,41.33116540639528],[-72.61475888628506,41.33137340643383],[-72.61475888631051,41.33182940652297],[-72.61461388628486,41.33221340660263],[-72.61449788626037,41.33244940665242],[-72.61443188624843,41.332619406687755],[-72.61443188625104,41.33266640669694],[-72.61443188626221,41.332866406736024],[-72.61454888631796,41.333184406794466],[-72.61463688635178,41.33327840681006],[-72.61483288642397,41.33343140683374],[-72.61496388647575,41.33359640686184],[-72.61492788646342,41.333585406860834],[-72.61488388645098,41.33361840686867],[-72.6144768863283,41.33378840691481],[-72.61426588627111,41.33399140696118],[-72.61411288623765,41.33428240702291],[-72.61395288623076,41.3350894071857],[-72.61381488620648,41.33545740726201],[-72.61374988620346,41.335781407327396],[-72.61363388618264,41.336083407390106],[-72.61360488618149,41.336231407419945],[-72.61365588620544,41.33636340744413],[-72.6137938862585,41.33651140746868],[-72.61415888639111,41.336763407506346],[-72.61440588648512,41.33701040754678],[-72.61442788649747,41.337103407564264],[-72.61440588650225,41.33731740760678],[-72.61420988646164,41.33772940769351],[-72.61417388645116,41.33775140769896],[-72.61397688641476,41.33824540780175],[-72.61388288639189,41.3383824078315],[-72.6138178863806,41.33855840786796],[-72.61374488636208,41.338651407888456],[-72.61370088635395,41.33876140791134],[-72.61369388636791,41.33905240796844],[-72.61364288636821,41.339354408029074],[-72.61356288634744,41.339447408049786],[-72.61349788633213,41.339551408072175],[-72.61346088632625,41.33966140809484],[-72.61350488634878,41.33980940812237],[-72.61360688638841,41.3399254081418],[-72.61370888643377,41.34014440818137],[-72.61371688644218,41.34024840820145],[-72.6134258863566,41.34040840824194],[-72.6129228862064,41.340644408304],[-72.6127628861612,41.34076540833272],[-72.6126898861436,41.34087440835634],[-72.61263288615851,41.34147340847521],[-72.61274188622883,41.34209840859388],[-72.61270588623522,41.342422408658344],[-72.61261088621141,41.34254840868597],[-72.6123858861448,41.34266440871578],[-72.61177388595465,41.34281840876528],[-72.61146088586098,41.34296140880316],[-72.61130088581571,41.34308140883168],[-72.61121388579639,41.343241408865694],[-72.61111988583389,41.3444594091067],[-72.61114888585341,41.34464040914115],[-72.61130188592087,41.344958409198426],[-72.61143388598094,41.34526640925442],[-72.61147688600899,41.345518409302294],[-72.6114188860079,41.345836409366264],[-72.61139088606964,41.347104409614914],[-72.61153688613365,41.34740140966831],[-72.61162488617386,41.34760940970616],[-72.61165388621824,41.348235409827545],[-72.61171988626387,41.348668409910054],[-72.61172888626842,41.34869740991544],[-72.6118368863212,41.34901440997395],[-72.6119898863838,41.34924541001422],[-72.61222288648341,41.34967341009045],[-72.61243488656694,41.34993641013511],[-72.61266788664939,41.35005741015136],[-72.61283488671312,41.35022741017928],[-72.6128788867378,41.35041341021421],[-72.61281388672408,41.35054541024206],[-72.61264588667778,41.350693410276314],[-72.61231888657805,41.35080941030935],[-72.6121998865428,41.350870410325044],[-72.6120568865006,41.35094641034441],[-72.6119248864651,41.35107841037441],[-72.61169988640275,41.35127041041906],[-72.6114958863567,41.35163241049625],[-72.61146688636143,41.35188541054659],[-72.61151088638705,41.35208841058487],[-72.61160588643172,41.35233541063009],[-72.61175188648586,41.35245541064891],[-72.61188288653393,41.35255441066409],[-72.61222488664775,41.35260341066282],[-72.61234888669296,41.35269141067608],[-72.61242888673,41.352889410712216],[-72.61250988678606,41.353421410813574],[-72.61256288681086,41.35355741083847],[-72.61265588685698,41.3538424108912],[-72.61263388685924,41.35401041092471],[-72.61261188686149,41.35417841095822],[-72.61268488691096,41.354639411045966],[-72.61265588690986,41.354788411076],[-72.61255488692183,41.35558941123568],[-72.61255088693332,41.35581841128054],[-72.61254788694497,41.35604441132477],[-72.61277388703742,41.356385411384224],[-72.61281788706677,41.356654411435365],[-72.61281788708057,41.356901411483626],[-72.61275288706159,41.3569394114931],[-72.61260688702428,41.35712041153309],[-72.6125748870178,41.35719041154779],[-72.61256388701551,41.35721341155263],[-72.612475886998,41.35741141159409],[-72.61249288701698,41.35765241164063],[-72.61252788705691,41.35816341173933],[-72.61223788701508,41.35910041193155],[-72.6124598871122,41.359547412011835],[-72.61253588714533,41.359698412038895],[-72.61263488722192,41.36049341219105],[-72.61223388721405,41.362682412631315],[-72.61217988719818,41.36271241263889],[-72.61120088691007,41.363247412774456],[-72.61054288668687,41.36307841276232],[-72.60974688644497,41.363376412845795],[-72.60934688642624,41.36536541324694],[-72.61053888686354,41.366261413384095],[-72.61063788692356,41.36675941347821],[-72.61034888684259,41.366990413532505],[-72.61014088678431,41.36715641357151],[-72.60813288614631,41.36741241368524],[-72.60924188668133,41.3705374142603],[-72.60874388655287,41.37113341439248],[-72.60877288660224,41.37184741453099],[-72.60884088671796,41.37352141485569],[-72.6101828872375,41.375015415104805],[-72.61094688753333,41.37586641524672],[-72.61152488775703,41.376508415353726],[-72.61147888776237,41.37687141542605],[-72.61142388776875,41.37730441551234],[-72.61183388791532,41.37754341554597],[-72.61261688819539,41.378002415610744],[-72.6130148883581,41.37859941571465],[-72.6131018883971,41.37879141574938],[-72.61322888845409,41.3790724158002],[-72.6133568885114,41.37935341585101],[-72.61400688880289,41.38078841611051],[-72.61395388883626,41.38169241628866],[-72.61390588886479,41.38248041644401],[-72.61383788895051,41.384406416822145],[-72.61377588893652,41.38451641684558],[-72.61371588892324,41.38462741686916],[-72.61369088891679,41.38465741687581],[-72.61355988887983,41.38475741689949],[-72.6129328886858,41.38493041695317],[-72.61287488867238,41.38502741697395],[-72.61286788868098,41.38522141701202],[-72.61281688867673,41.3854414170566],[-72.6125838886222,41.38581941713778],[-72.61246088858809,41.38592441716218],[-72.61232888855994,41.38618741721771],[-72.61273088871222,41.38657441728049],[-72.61281388874126,41.38661141728507],[-72.61296388879374,41.38667841729337],[-72.61342288895094,41.386822417306924],[-72.61375088906746,41.38700041733124],[-72.61403488917296,41.38723641736829],[-72.61438488929664,41.38741441739192],[-72.61452288934667,41.387507417405686],[-72.61476488943443,41.387670417429824],[-72.61499788952173,41.38787741746282],[-72.61501788952955,41.38790141746687],[-72.61502188953172,41.38791641746966],[-72.61503788953748,41.387926417471114],[-72.6150728895513,41.38797041747859],[-72.61515888958506,41.388074417496156],[-72.61553788972556,41.388384417544636],[-72.6157048897853,41.38848241755846],[-72.61603288990689,41.388750417600335],[-72.61614988995386,41.388910417627855],[-72.61609888995106,41.38915641767748],[-72.61612888996693,41.38926541769782],[-72.61633989004736,41.389477417732465],[-72.6163328900569,41.389688417773904],[-72.616435890095,41.38977141778681],[-72.61652989012543,41.38976941778344],[-72.61673389019417,41.38981341778555],[-72.61682089022558,41.38986941779371],[-72.6168798902481,41.38992941780355],[-72.61692389027152,41.39009241783398],[-72.61696689030471,41.39043541789954],[-72.61701889032571,41.39050841791215],[-72.6171718903799,41.39058841792289],[-72.6173688904444,41.3905974179184],[-72.61749989048938,41.39064041792261],[-72.61771089056421,41.390752417937776],[-72.61779189059695,41.39086741795765],[-72.61780089060224,41.39090941796557],[-72.61784289062669,41.391102418001886],[-72.61795989067468,41.391280418032935],[-72.61802489070342,41.3914164180574],[-72.61801089071275,41.39166441810623],[-72.6180768907388,41.39174641812014],[-72.61830289081402,41.39177841811922],[-72.61845589087173,41.39192141814225],[-72.61870289096083,41.392079418165245],[-72.61892289103557,41.392137418169575],[-72.61916989111538,41.39212941816017],[-72.61946889121113,41.39210441814579],[-72.61962889126657,41.39216641815281],[-72.61989889135738,41.39222141815497],[-72.62002289139957,41.39225541815767],[-72.62021189147231,41.392457418191086],[-72.62041589154536,41.39257841820822],[-72.62064289162166,41.39262341820978],[-72.62067989163675,41.39267841821935],[-72.62089089172676,41.393061418287374],[-72.62101489177552,41.393212418312906],[-72.6212778918739,41.393443418349634],[-72.62131389188487,41.393430418345964],[-72.62166389199747,41.39341041833092],[-72.62211589214712,41.393460418326335],[-72.62234889222616,41.39351941833044],[-72.62245889226654,41.39360241834314],[-72.62253889230092,41.39375241836988],[-72.62271389237414,41.394044418421295],[-72.62277189240167,41.394199418449695],[-72.62273589239597,41.39430641847172],[-72.62269989239509,41.394499418510534],[-72.62270689240522,41.39463941853763],[-72.62280189244072,41.39472241855081],[-72.62302789251719,41.39477641855417],[-72.62333889262511,41.39489941856828],[-72.62362889272198,41.39494641856823],[-72.62388789281074,41.395028418576004],[-72.62405989287312,41.39514441859318],[-72.6240958928884,41.39520841860454],[-72.62410989289697,41.395280418618135],[-72.62404489288966,41.39552641866819],[-72.62408789290902,41.39562241868556],[-72.62427589297889,41.39577941871023],[-72.62439289303063,41.39602441875432],[-72.62442889304334,41.39604241875669],[-72.62453889308227,41.39609941876431],[-72.62462589311244,41.39613341876818],[-72.62479289317322,41.39624941878552],[-72.62490289321187,41.39630141879216],[-72.62494689322723,41.39632041879448],[-72.62500089324836,41.39638441880525],[-72.62520989332961,41.39662241884505],[-72.6255528934586,41.396935418895225],[-72.62581489355264,41.39709441891793],[-72.62590989358792,41.39717341893032],[-72.62593889360518,41.397313418956706],[-72.62571289354386,41.39752941900604],[-72.62565389353244,41.397667419034846],[-72.62548589348698,41.397830419071994],[-72.62531789344663,41.3980844191269],[-72.62510389340586,41.3985974192338],[-72.62503189340394,41.39898041931082],[-72.62502789340405,41.39900541931583],[-72.62502789340938,41.39910041933436],[-72.62511689345274,41.39935841938186],[-72.62526589351121,41.39953741941206],[-72.62553489360701,41.39968741943277],[-72.62567389365508,41.39973941943849],[-72.62593589374833,41.39988441945847],[-72.62608089380574,41.40006741948957],[-72.62627889387736,41.400197419508636],[-72.62686289407614,41.40035841952149],[-72.62730589423043,41.400543419543496],[-72.62786689442018,41.400676419551615],[-72.62809389449924,41.40077141956293],[-72.6281738945286,41.40083141957211],[-72.62827489456686,41.40092841958782],[-72.62865389469424,41.401003419590396],[-72.62879989474537,41.40106941959865],[-72.62901789482578,41.40124041962506],[-72.62915689488148,41.401428419657336],[-72.62919289490206,41.401586419687014],[-72.62925089492903,41.401731419713464],[-72.6298478951515,41.4022394197936],[-72.6300228952194,41.402436419826465],[-72.6302848953185,41.40268541986671],[-72.63041589537205,41.402881419900794],[-72.63054589542685,41.403105419940346],[-72.63083089554705,41.403597420027275],[-72.63083889556127,41.40380442006741],[-72.6307358955383,41.40399142010717],[-72.63074289555418,41.40423442015436],[-72.63083789559806,41.4044664201966],[-72.63086689561612,41.404620420225726],[-72.63071989558054,41.40483742027273],[-72.63069889557825,41.40491842028919],[-72.6307498956085,41.40516242033517],[-72.63076289565771,41.40596442049121],[-72.63068989564829,41.40621942054327],[-72.63055089561334,41.40640142058321],[-72.6304268955858,41.40662842063143],[-72.63044189559828,41.40676442065749],[-72.6305878956562,41.40695142068931],[-72.63126589590183,41.40740242075573],[-72.63150589599726,41.40771342080878],[-72.63176789609408,41.40792142084103],[-72.63200889617973,41.4080524208589],[-72.63226989626891,41.408130420865824],[-72.63232089628778,41.4081714208722],[-72.63233589629978,41.4082984208965],[-72.63223389627382,41.4084264209247],[-72.63223289628034,41.40854842094854],[-72.63234989632984,41.408753420984816],[-72.63232189632575,41.408842421003065],[-72.63220389629336,41.40894842102749],[-72.63211689627181,41.40906842105367],[-72.63211689627887,41.409194421078254],[-72.6322188963177,41.4092954210947],[-72.63253989642794,41.40940142110518],[-72.63261989645754,41.40946542111511],[-72.63265589647332,41.409538421128204],[-72.63265189647433,41.409579421136335],[-72.63261289648936,41.41007342123393],[-72.63251689647977,41.41045842131208],[-72.6323628964427,41.41068942136206],[-72.63207889635996,41.41085942140423],[-72.63165689624056,41.41117542147928],[-72.63157589622604,41.411385421522816],[-72.63160489624913,41.4116294215695],[-72.63172789630033,41.41182942160459],[-72.63191189637085,41.412020421635994],[-72.63203389641755,41.4121464216567],[-72.63232589652236,41.41232342168193],[-72.63258089661208,41.41244542169761],[-72.63263989663288,41.41247442170138],[-72.63283889669917,41.41250342170073],[-72.63287789671215,41.41250842170046],[-72.6329678967421,41.412521421700156],[-72.6333238968552,41.41247542167982],[-72.63359389694348,41.412485421673196],[-72.63365989696422,41.41247242166857],[-72.63380489700695,41.41239442164873],[-72.63407489708744,41.41226542161499],[-72.63410489709568,41.41223842160877],[-72.63424389713899,41.41220542159792],[-72.63453489723467,41.412225421592545],[-72.6352558974804,41.41242942160941],[-72.63578889765826,41.412512421608646],[-72.63623989780763,41.41256242160406],[-72.63680189800021,41.4127404216209],[-72.63698389805954,41.412743421615694],[-72.63753189822003,41.41243042153721],[-72.63780189830204,41.412328421508725],[-72.63813589841753,41.41245242152229],[-72.63832589848049,41.412474421520535],[-72.63852189855221,41.412617421542194],[-72.63875489863197,41.41268942154882],[-72.63885089866484,41.41271942155162],[-72.63904089873238,41.41282242156566],[-72.63936089884527,41.4129814215865],[-72.64011089910403,41.413249421614914],[-72.6406148992762,41.41339942162812],[-72.64112489944704,41.413490421629646],[-72.64135089952532,41.41357642163923],[-72.64163489962702,41.41374442166296],[-72.64261189998027,41.414381421756104],[-72.64306390014285,41.41466142179633],[-72.64367490036177,41.41502442184768],[-72.64397390046662,41.41516142186487],[-72.64438190060318,41.41523242186574],[-72.64453490065212,41.41521842185816],[-72.64468090069792,41.415189421847835],[-72.64476090072526,41.41521342185],[-72.64481090074472,41.4152704218595],[-72.64486290076488,41.41532842186917],[-72.64492090079591,41.415545421909634],[-72.64498690082506,41.41568242193425],[-72.64507390086051,41.41581042195645],[-72.64516890089396,41.4158564219624],[-72.64532290094495,41.41587342196082],[-72.64562090104039,41.41584842194644],[-72.64578990109648,41.41586942194517],[-72.6458609011232,41.41593442195559],[-72.64608090119569,41.4159524219521],[-72.64637990128836,41.41587242192698],[-72.64687590144277,41.41575242188778],[-72.64699090149016,41.41593042191883],[-72.64704290151722,41.41611142195248],[-72.64703590152202,41.416237421977286],[-72.64694090149789,41.41635742200371],[-72.6469269014968,41.41641942201623],[-72.64719590160327,41.41675842207379],[-72.64740690168375,41.41697042210842],[-72.6475519017353,41.4170494221192],[-72.6478149018294,41.41720342214087],[-72.64817290195478,41.417364422160865],[-72.64848590206087,41.417442422166125],[-72.64869690213017,41.41745542216193],[-72.64900390222829,41.41742642214651],[-72.64906790224711,41.41739142213764],[-72.64921490229274,41.41735342212555],[-72.64939790236356,41.41755542215912],[-72.64952090242694,41.41797242223653],[-72.6496959024972,41.41821042227737],[-72.64973990252187,41.41839542231204],[-72.64980490255272,41.418568422343704],[-72.65004590263585,41.4186544223528],[-72.65008890265393,41.41872742236568],[-72.65013990267411,41.41879142237653],[-72.65031490273495,41.418862422384805],[-72.65041690277428,41.418972422402994],[-72.65048290280444,41.41912742243113],[-72.65044690280128,41.41927942246192],[-72.65016890273061,41.419629422539025],[-72.64981890263368,41.41992842260846],[-72.64954890256813,41.42032342269408],[-72.64933690252684,41.420814422796575],[-72.64912390247842,41.4211844228755],[-72.6489709024505,41.42157242295603],[-72.64878990241607,41.42200642304642],[-72.64855490235583,41.422293423109856],[-72.64851490234484,41.42232942311816],[-72.64831490229048,41.42251842316137],[-72.64822690227015,41.42266542319284],[-72.64813890225084,41.42283042322781],[-72.64794290219524,41.42297442326213],[-72.64729290202857,41.42376742343743],[-72.64692890192607,41.42404842350381],[-72.64680490189197,41.42415842352922],[-72.64671690187568,41.42437742357471],[-72.6466439018579,41.42448342359771],[-72.64626490174803,41.42471942365578],[-72.64599490167313,41.424948423709026],[-72.64551990154631,41.425438423819685],[-72.64542590152396,41.425584423851156],[-72.64518490145858,41.425814423903674],[-72.64514790145127,41.42589842392121],[-72.64511890145246,41.426087423959],[-72.6450449014382,41.42626142399527],[-72.64450590129124,41.426763424110305],[-72.64448090128454,41.426788424115976],[-72.64442990127088,41.42684042412773],[-72.64439690126083,41.426852424131134],[-72.64437790125695,41.42689342413972],[-72.64434490124815,41.4269274241474],[-72.64411190118075,41.427075424183684],[-72.64398090114514,41.42719942421201],[-72.64390790113626,41.4274634242658],[-72.64370290107851,41.42762142430314],[-72.64343990101676,41.428043424393806],[-72.64313390093237,41.42831142445578],[-72.64301690090262,41.428458424488156],[-72.64300890091266,41.42868342453229],[-72.64292890089466,41.42882542456251],[-72.64259990079823,41.429012424609446],[-72.64247590075989,41.429047424620215],[-72.64230890070839,41.42909642463509],[-72.6422659006974,41.42914942464679],[-72.64225790070014,41.42924442466556],[-72.64235190073556,41.42933142467953],[-72.64280490089571,41.42956142470995],[-72.64299390096471,41.42969642473025],[-72.64326390105981,41.4298274247472],[-72.64352590115642,41.43003142477864],[-72.64393490129234,41.43008442477595],[-72.64417490137896,41.43023842479832],[-72.64445890148703,41.430518424843875],[-72.6446639015574,41.4305854248504],[-72.64492590164137,41.43056442483796],[-72.64529090176015,41.430567424826926],[-72.645406901801,41.43062342483417],[-72.64544290181962,41.430746424856984],[-72.64550790184786,41.43087342487967],[-72.6455899018784,41.43094242489052],[-72.64593090199062,41.43096742488454],[-72.64604090203103,41.43105042489721],[-72.64613490206625,41.43113342491039],[-72.64628990211301,41.431069424892996],[-72.64638390214317,41.43106242488862],[-72.64650090218362,41.431105424893296],[-72.64658790221048,41.43108042488566],[-72.64671990225196,41.43105542487657],[-72.64684390229822,41.43116142489328],[-72.64707690236867,41.43106742486754],[-72.64737490246634,41.43108242486097],[-72.64755090252146,41.43104542484815],[-72.64821490273016,41.430919424802454],[-72.6484989028228,41.43092542479458],[-72.64950490315012,41.43093242476391],[-72.64959190318305,41.431015424777314],[-72.6495479031778,41.43117642481011],[-72.64955690318556,41.43126242482658],[-72.64962190320753,41.431277424827435],[-72.6496939032325,41.431305424830605],[-72.64966490323421,41.43150342487012],[-72.64965290323741,41.431629424895085],[-72.64962190324599,41.43196142496078],[-72.6495559032288,41.432037424977686],[-72.64911090309604,41.43224842503301],[-72.64897990305793,41.43232742505257],[-72.64883390302448,41.432576425105765],[-72.64860590298076,41.43311642521828],[-72.64849690297252,41.43360042531611],[-72.6484819029707,41.433654425327106],[-72.64847590299406,41.434104425415015],[-72.64843190298555,41.43420742543648],[-72.64844190299257,41.434274425449246],[-72.64844190299638,41.43434242546249],[-72.64846290300625,41.434396425472364],[-72.64853490303354,41.4344654254835],[-72.64860090305937,41.43454342549661],[-72.6486439030772,41.43461242550869],[-72.6486429030855,41.43476542553855],[-72.64858390306931,41.43481842555075],[-72.64852890305542,41.43488942556635],[-72.64848590304466,41.43494642557882],[-72.6484199030287,41.43504442560002],[-72.64836390301681,41.43515642562363],[-72.64864190312089,41.43540042566236],[-72.64887490319688,41.4354054256559],[-72.64908690327438,41.43555842567897],[-72.64929090334415,41.435620425684576],[-72.64951690341435,41.435562425666056],[-72.64962590345141,41.43559142566825],[-72.64980190350956,41.43560842566596],[-72.65020990363682,41.43551342563443],[-72.65026890365486,41.43549342562867],[-72.65045790371286,41.43543242561076],[-72.65055990374212,41.435363425594055],[-72.65074190378755,41.43511942554071],[-72.65087390382577,41.43503642552031],[-72.65088990383126,41.43504142552078],[-72.65090690383666,41.43503942551985],[-72.65090890383732,41.43503942551979],[-72.65094790385017,41.43504242551912],[-72.65103390387642,41.43501242551055],[-72.6510709038867,41.43498142550333],[-72.65121690393056,41.43491742548619],[-72.6514139039945,41.434916425479734],[-72.65166190407263,41.43487242546325],[-72.6519179041447,41.43467442541651],[-72.65206290418644,41.43457842539318],[-72.65213690420929,41.434557425386714],[-72.65221590423378,41.43453642538012],[-72.65252290434023,41.434655425393515],[-72.65266190438811,41.43470342539847],[-72.65301890451646,41.43492242542979],[-72.65326590460764,41.43511642545972],[-72.65338990465742,41.43528542548872],[-72.65355790472107,41.43544642551475],[-72.65398090487301,41.43570342555136],[-72.6544619050524,41.43611342561595],[-72.65456390509425,41.43626842564293],[-72.65457790510747,41.43642242567249],[-72.65454890510637,41.436570425702264],[-72.65436690505487,41.43670642573457],[-72.65417690499869,41.43680542575992],[-72.65401690495389,41.43693342578996],[-72.6539729049451,41.43703142581047],[-72.6540029049562,41.43705542581418],[-72.65405990497727,41.437100425821136],[-72.65409590499536,41.4372144258422],[-72.65405290498488,41.437276425855664],[-72.65384090491976,41.43734342587548],[-72.65379090490627,41.43739242588663],[-72.65365190489129,41.43792942599572],[-72.65367290490961,41.4381334260348],[-72.6541939050863,41.43826442604373],[-72.65651390581381,41.437794425878224],[-72.65843690641682,41.43740442574096],[-72.6650559084923,41.43606242526846],[-72.66683390904983,41.43570242514163],[-72.66791890939561,41.43558142508346],[-72.66803690943311,41.43556642507677],[-72.66839190954606,41.43552342505707],[-72.66840190954926,41.435522425056554],[-72.66851090958393,41.43550942505056],[-72.66894090972258,41.435490425033144],[-72.67023191013898,41.43543442498109],[-72.67066291027795,41.435415424963644],[-72.67083591033368,41.435406424956376],[-72.67109291041527,41.43537242494155],[-72.6719289106772,41.43519942488117],[-72.67228291078811,41.435126424855646],[-72.67247891084956,41.43508642484162],[-72.6737159112373,41.43483342475287],[-72.67712491230574,41.43413542450813],[-72.67873991281195,41.433805424392304],[-72.67950791306151,41.43380542436781],[-72.68181391381088,41.43380642429445],[-72.68182791381548,41.43380742429422],[-72.68253991404673,41.433805424271114],[-72.68258191406,41.4337984242684],[-72.68270691409941,41.433777424260334],[-72.6832249142629,41.43369142422705],[-72.68391891448186,41.43357542418228],[-72.68793591574945,41.43290642392378],[-72.68853591593877,41.43280642388514],[-72.68903891610226,41.432807423869285],[-72.68928191617901,41.43276842385392],[-72.68953391625865,41.43272842383809],[-72.69029191649858,41.43261542379187],[-72.69054591657903,41.43257842377657],[-72.69055591658224,41.43257742377607],[-72.69099591672193,41.432519423750705],[-72.69155891690069,41.432445423718335],[-72.69234891715158,41.43234242367304],[-72.69263891724373,41.43230542365658],[-72.69279591729247,41.43226542364378],[-72.69279691729281,41.43226542364374],[-72.69291491732942,41.43223442363393],[-72.69295291734117,41.432224423630764],[-72.69342391748746,41.43210442359235],[-72.69342791748876,41.432104423592214],[-72.69351391751592,41.43209042358675],[-72.69358391753804,41.43207942358238],[-72.69587791826206,41.43170042343531],[-72.70276192043472,41.43056442299415],[-72.70493992112213,41.43020542285465],[-72.70505592115853,41.43018242284648],[-72.70514892118766,41.4301634228398],[-72.70516492119269,41.430160422838696],[-72.70527192122617,41.430137422830796],[-72.70539892126602,41.43011242282188],[-72.705430921276,41.43010542281948],[-72.70552592130592,41.43008842281314],[-72.70608492148122,41.429976422773464],[-72.70776292200765,41.429643422654976],[-72.70793892206291,41.42960942264273],[-72.70804092209036,41.4295084226198],[-72.70828492216697,41.42946142260285],[-72.70834392218559,41.429451422598994],[-72.70871192230143,41.42938542257439],[-72.7099929227047,41.42915642248886],[-72.71042092283953,41.42908142246057],[-72.71246492348467,41.42874542232979],[-72.71859592541985,41.427740421938104],[-72.72064092606534,41.42740542180747],[-72.72258692668038,41.42710142168605],[-72.72775992831556,41.42629742136404],[-72.72842692852633,41.42619242132224],[-72.73037492914212,41.425890421201146],[-72.73047192917622,41.425936421207],[-72.73055092920104,41.42592142120156],[-72.7310559293602,41.42583442116847],[-72.73281492991438,41.42552942105278],[-72.73340193009946,41.425429421014535],[-72.73370893019663,41.42538442099594],[-72.73463293048917,41.4252494209401],[-72.73494093058675,41.425205420921685],[-72.73496693059498,41.425201420920054],[-72.73500093060575,41.42519642091799],[-72.73553793077491,41.425103420882714],[-72.73732893133928,41.424794420765224],[-72.73792693152775,41.424691420726035],[-72.73801093155423,41.42467742072061],[-72.73826693163497,41.42463442070405],[-72.73928593195629,41.42446242063794],[-72.73962693206389,41.42440642061614],[-72.74027793226944,41.42430142057484],[-72.74034093228934,41.42429142057088],[-72.74064893238662,41.42424242055148],[-72.74371493335491,41.42375242035794],[-72.74464193364774,41.423605420299644],[-72.74473693367753,41.42358642029289],[-72.74501793376558,41.4235294202728],[-72.7458599340296,41.42336142021312],[-72.74614193411806,41.42330542019321],[-72.74497593388519,41.425889420734116],[-72.74479393384904,41.426296420819256],[-72.74345193358177,41.42928342144429],[-72.7418879332703,41.43276542217284],[-72.74148993319089,41.43364842235764],[-72.74034093296197,41.43620442289244],[-72.74033093296057,41.4362374228992],[-72.74025993294954,41.43645042294296],[-72.74025693294914,41.43646042294501],[-72.7402419329468,41.43650542295425],[-72.73929793272545,41.438016423278846],[-72.7391209326841,41.43830242334025],[-72.73896593274944,41.44035042374422],[-72.73852893293672,41.44617842489355],[-72.73803093305862,41.45119842588732],[-72.73801193306348,41.45139342592591],[-72.73782193309015,41.4529574262366],[-72.73775593309978,41.45350742634584],[-72.73772093310474,41.45379642640324],[-72.73771493310585,41.453850426413965],[-72.7376619331153,41.454322426507574],[-72.73751993314136,41.45559942676081],[-72.7373169331629,41.45714742706879],[-72.73708793321516,41.45938742751232],[-72.73656893333514,41.4644914285228],[-72.73636093335877,41.46610442884351],[-72.73607493339222,41.46833842928761],[-72.73602993339728,41.46868642935681],[-72.73589493341252,41.46973142956457],[-72.73585093341796,41.47008042963392],[-72.73579993342278,41.470458429709154],[-72.73576493342613,41.47071842976087],[-72.73575093342772,41.47082742978255],[-72.73568293343534,41.47135242988693],[-72.73553293345267,41.472520430119104],[-72.73551693345415,41.472638430142595],[-72.73543793346485,41.47328143027029],[-72.73542793346483,41.47333843028171],[-72.7354059334676,41.47351343031648],[-72.73539993346898,41.47357243032817],[-72.73511893350198,41.475769430764814],[-72.73509793350436,41.47593243079722],[-72.73502493351279,41.47650043091012],[-72.73451093357333,41.48052143170923],[-72.73418893360986,41.48301543220493],[-72.73398393363362,41.48461243252229],[-72.73388693364537,41.48537643267407],[-72.73428993377091,41.48528043264248],[-72.73862593512155,41.48424543230225],[-72.74307693650798,41.48318343195304],[-72.74333093658707,41.48312243193303],[-72.74359293682525,41.48582443245048],[-72.74427293744468,41.492856433796966],[-72.7447429378723,41.49770643472547],[-72.74491993805732,41.499955435157304],[-72.74493193806957,41.50010243518552],[-72.74547593862063,41.50670243645184],[-72.74566093880715,41.50893043687924],[-72.74566193880865,41.50895143688327],[-72.74573793888611,41.5098814370617],[-72.74596693911899,41.51267443759752],[-72.74602993918309,41.513443437745046],[-72.74603893919284,41.51356343776809],[-72.74604093919586,41.51360543777619],[-72.74616293934243,41.51548943813864],[-72.74650293974805,41.52068943913878],[-72.74654993978906,41.521142439225365],[-72.7467489399606,41.52302443958487],[-72.74675393996438,41.52306243959209],[-72.74675893996765,41.52309143959758],[-72.74703894021232,41.52579744011465],[-72.74703994024176,41.526310440214345],[-72.74704194027682,41.52691644033207],[-72.74704294029316,41.52719844038686],[-72.74705694030334,41.527297440405654],[-72.74711694034725,41.52772744048733],[-72.74714294036593,41.52790744052149],[-72.74720094039463,41.52808044055326],[-72.74724694041785,41.52822644058016],[-72.7472429404416,41.52866744066601],[-72.74724294044978,41.528811440694],[-72.74756094072191,41.53178244126128],[-72.74774494087914,41.53349744158871],[-72.74856894158249,41.54116144305169],[-72.74886594183576,41.54391844357787],[-72.74887894186097,41.544287443649154],[-72.74893194195744,41.54568144391831],[-72.74894294198523,41.546107444000725],[-72.74898194200719,41.546270444031144],[-72.74899194201305,41.54631644403976],[-72.74915994210753,41.547017444170564],[-72.74917094211371,41.54706344417915],[-72.74926994217036,41.54749344425952],[-72.74934894232521,41.54976544469839],[-72.74938094235524,41.550110444764385],[-72.74939494236816,41.55025744479249],[-72.74939694237028,41.550283444797486],[-72.74941594238727,41.550473444833784],[-72.74952894249064,41.55164544505785],[-72.74958094253913,41.55220044516399],[-72.75006994299305,41.55738544615548],[-72.75023394314474,41.55911444648605],[-72.75024094315103,41.55918544649962],[-72.75024294315297,41.55920744650382],[-72.75031894321371,41.559841446624525],[-72.75057994342266,41.56202144703955],[-72.75066794349269,41.5627494471781],[-72.75070294352064,41.56304044723349],[-72.75080794360458,41.563915447400056],[-72.75084294363258,41.56420744745564],[-72.7508649436535,41.56444944750193],[-72.75087494366302,41.56455944752299],[-72.75111094388696,41.56714544801758],[-72.75168194442887,41.57340244921417],[-72.7519139446501,41.57596244970375],[-72.75218194490469,41.57890245026589]]]},"properties":{"name":"Middlesex"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.31047411986685,41.46882341074967],[-73.31071311995008,41.46892241076103],[-73.31095312003366,41.469021410772385],[-73.31121012012312,41.469127410784516],[-73.31277812067891,41.469943410891474],[-73.31428212123444,41.47111141106887],[-73.31479412143392,41.47168741116389],[-73.3152261216028,41.47218341124602],[-73.31639412204102,41.47320741140649],[-73.3170271222776,41.47374641149033],[-73.31760412249322,41.47423741156671],[-73.31766012251417,41.47428541157419],[-73.31766512251602,41.474289411574794],[-73.31812312268718,41.474679411635485],[-73.31815112269757,41.474701411638826],[-73.31827512274356,41.47480141165418],[-73.3183991227896,41.474901411669514],[-73.31862712287415,41.47508441169755],[-73.31885612295909,41.475268411725764],[-73.31975512329261,41.475991411836596],[-73.32090712372568,41.477015411997534],[-73.32106912379285,41.47726741204114],[-73.32123512386127,41.47751841208441],[-73.32140012392932,41.47776841212753],[-73.321755124076,41.47831141222129],[-73.32221912431207,41.47978341249185],[-73.32266712451505,41.480775412669715],[-73.32341912480913,41.481639412812726],[-73.3234681248273,41.48167841281869],[-73.32465112526631,41.48263141296478],[-73.3264591259233,41.48384741314137],[-73.32711512617603,41.484535413253354],[-73.32706212617579,41.48482641331159],[-73.32705112617577,41.48488741332379],[-73.32706712619027,41.48504741335434],[-73.32703512619945,41.4853834134206],[-73.32695512618375,41.48555941345741],[-73.32692312618455,41.48575141349574],[-73.32684312617165,41.485975413541844],[-73.3266191261223,41.48637541362688],[-73.32642712608053,41.48672741370153],[-73.32612312601178,41.487239413810926],[-73.32599512598702,41.48752741387106],[-73.3257391259245,41.4878794139478],[-73.32543512585667,41.4884074140603],[-73.32522712581157,41.48879141414169],[-73.32498712576263,41.489287414245865],[-73.32487512574308,41.48957541430547],[-73.32477912571473,41.48962341431794],[-73.32487512575051,41.489703414330315],[-73.3249391257834,41.48991141436859],[-73.32508312584869,41.49023141442596],[-73.32535512596391,41.49069541450707],[-73.32559512606502,41.49109541457682],[-73.32621912630556,41.4917514146836],[-73.32663512647399,41.492327414781734],[-73.32679512654356,41.492631414835444],[-73.32684312656379,41.4927114148494],[-73.32682712656698,41.49285541487788],[-73.32680412656751,41.49299241490523],[-73.32679512656777,41.493047414916205],[-73.32676112656065,41.493114414930325],[-73.32672712655342,41.493179414944066],[-73.32653012651178,41.49356141502469],[-73.32633412647047,41.493943415105285],[-73.3262031264429,41.494199415159294],[-73.3258541263628,41.494767415281004],[-73.32551512628503,41.495319415399315],[-73.32534012623904,41.495504415440976],[-73.32525512621673,41.495594415461234],[-73.32517012619435,41.49568341548132],[-73.32461912604946,41.496263415612006],[-73.3231151256577,41.49791141598136],[-73.32250712552576,41.49903141621872],[-73.32210712543703,41.49973541636853],[-73.32202912541601,41.49980841638526],[-73.32179712535364,41.50002941643577],[-73.32172012533297,41.500103416452674],[-73.32157912530589,41.50042341651941],[-73.32155312530473,41.50054841654453],[-73.32148312530178,41.50088741661262],[-73.32144512531455,41.501318416697515],[-73.32143512531883,41.501447416722876],[-73.3213071253239,41.50224741688234],[-73.32121112532445,41.502791416991066],[-73.32105112529494,41.50317541707085],[-73.32087512526397,41.503623417163574],[-73.32052012517015,41.50398941724627],[-73.31991212500925,41.50461241738718],[-73.31938712487056,41.50515441750963],[-73.31889012471191,41.505197417534326],[-73.31786912438554,41.50527941758386],[-73.31580812372589,41.50542941768077],[-73.30962512174692,41.505880417971746],[-73.30789812119421,41.506007418053215],[-73.30756712108936,41.50605041807246],[-73.30753112107791,41.506054418074406],[-73.30742612104461,41.506067418080384],[-73.30739112103358,41.50607241808249],[-73.3072741209965,41.506087418089265],[-73.30614612063816,41.50621641815141],[-73.3024121194521,41.50664541835748],[-73.30116811905695,41.50678841842614],[-73.30085811895844,41.506823418443126],[-73.30077011893061,41.506835418448354],[-73.29958211855507,41.50700341852002],[-73.29938611849313,41.507031418531895],[-73.29918611842959,41.50705441854294],[-73.2941801168393,41.507627418818736],[-73.28493611390039,41.508648419320735],[-73.28406011362311,41.508766419372435],[-73.28362611348571,41.50882441939794],[-73.28311411332277,41.50887841942525],[-73.28099011264754,41.50911441954085],[-73.27962511221364,41.509266419615194],[-73.27461811062183,41.5098224198876],[-73.27357911029155,41.50993841994422],[-73.27249510994696,41.51005942000331],[-73.26965710904472,41.510375420157864],[-73.26845210866135,41.51050442022247],[-73.25632110480187,41.51180842087383],[-73.25447210421359,41.512007420973134],[-73.25290710371154,41.512104421043325],[-73.25266410363356,41.51211942105421],[-73.25226610350579,41.51214242107174],[-73.25174810333955,41.51217342109475],[-73.25031010287816,41.51226142115903],[-73.2501971028436,41.51229742116973],[-73.24970510269338,41.5124594212173],[-73.24956010264907,41.512506421231194],[-73.24604910152608,41.51278242139994],[-73.24276610047322,41.51299342154861],[-73.24269010044804,41.51298442154935],[-73.24259210041625,41.51298442155256],[-73.24236710034344,41.51298742156053],[-73.24228310031481,41.51296342155863],[-73.24225110030424,41.512960421559114],[-73.24224810030326,41.51296042155921],[-73.24210410025604,41.51295142156217],[-73.23901809923456,41.51260242159568],[-73.23868709912493,41.51256342159897],[-73.23854909907917,41.51254642160018],[-73.23835609901528,41.51252442160225],[-73.23807109892084,41.512490421604994],[-73.23778709882677,41.51245742160791],[-73.23723109864261,41.51239242161353],[-73.23714209861309,41.51238142161431],[-73.23673309847763,41.51233342161841],[-73.23667409845808,41.51232642161899],[-73.23512809794467,41.51212242163009],[-73.22951309608005,41.511383421670764],[-73.22089409322491,41.510370421756676],[-73.21972509283768,41.51023342176839],[-73.21743109207934,41.50999142179657],[-73.21703109194772,41.50995942180347],[-73.21583109155274,41.50986242182396],[-73.21418309100795,41.50968842184416],[-73.21403609095927,41.50967142184569],[-73.213996090946,41.509666421846035],[-73.2139560909328,41.50966242184657],[-73.21388709090994,41.50965442184729],[-73.21163209015968,41.50933342185884],[-73.21153009012578,41.509319421859466],[-73.21152809012519,41.50932042185972],[-73.21095708993703,41.50927042186872],[-73.20879708922534,41.50908342190317],[-73.20807708898813,41.50902142191471],[-73.20800708896509,41.509015421915834],[-73.20782908890529,41.50898042191488],[-73.20711108866416,41.50883942191101],[-73.20709008865717,41.50883642191112],[-73.20684108857492,41.50881142191442],[-73.20419808770136,41.5085354219474],[-73.19787808569613,41.509319422306504],[-73.19605208511656,41.50954242240956],[-73.18760308243493,41.51057742288697],[-73.18501108161028,41.51086142302691],[-73.18442808142487,41.510926423058606],[-73.18363808117395,41.51102042310269],[-73.1830890809994,41.5110824231327],[-73.18295208095599,41.51110042314066],[-73.18247008080303,41.511160423168064],[-73.18197408064486,41.51120842319362],[-73.18164008053863,41.51124542321173],[-73.1815520805106,41.51125442321636],[-73.18128808042671,41.511285423231016],[-73.18120108039912,41.51129642323599],[-73.17993107999517,41.51143742330492],[-73.1767880789955,41.51178742347564],[-73.17612407878424,41.51186042351153],[-73.17485607838097,41.51200242358058],[-73.17480507836478,41.512008423583396],[-73.17395907809679,41.512121423633005],[-73.17126907724484,41.51248442379144],[-73.17077207708749,41.51255242382088],[-73.17037207696018,41.5125954238423],[-73.16788107616769,41.51287042397714],[-73.16529007534345,41.51315742411755],[-73.1616340741804,41.51356242431567],[-73.16041107379128,41.513697424381846],[-73.15917307339744,41.51383442444891],[-73.15832507312767,41.51392842449485],[-73.1579210729992,41.51397442451699],[-73.15581307232907,41.514216424632856],[-73.15549307223075,41.51431242466194],[-73.1557310723644,41.51528742484345],[-73.1557430723767,41.5154324248712],[-73.15576007239315,41.51562142490733],[-73.1557700723984,41.51565642491381],[-73.15577607240157,41.51567742491768],[-73.15587207245817,41.51611742499996],[-73.15591707249301,41.51646742506642],[-73.15597207252314,41.516679425105785],[-73.15607707262733,41.51789142533762],[-73.15605007262891,41.51807042537325],[-73.1560400726299,41.51814342538775],[-73.15605507263946,41.51822442540297],[-73.1560620726459,41.51829642541672],[-73.1561710726913,41.51846942544673],[-73.15621407271114,41.51857142546514],[-73.15624407272499,41.51864242547794],[-73.15631007275114,41.518724425491705],[-73.15777007356729,41.52463942659204],[-73.15785407361712,41.52502942666497],[-73.15786107362092,41.5250554266698],[-73.15787707363033,41.52512842668345],[-73.1578920736411,41.52523042670274],[-73.15797307369795,41.52575842680256],[-73.15800007371696,41.525935426836035],[-73.1580050737207,41.52597242684305],[-73.15925807448312,41.53211642799435],[-73.15943607455179,41.53230442802501],[-73.15954707459308,41.53239542803904],[-73.15955107459455,41.53239842803951],[-73.15931607451833,41.53239942804738],[-73.15951007462647,41.533179428192376],[-73.15952507463487,41.53324042820373],[-73.15961607468776,41.53364342827893],[-73.15970807474108,41.53404842835453],[-73.15979707479265,41.534440428427665],[-73.15992707486954,41.53503942853963],[-73.16002907492965,41.53550542862672],[-73.16011907498232,41.53591042870235],[-73.16010407498149,41.53598042871642],[-73.16016807501538,41.53620642875818],[-73.16023207504918,41.536431428799744],[-73.16031507509321,41.53672642885426],[-73.16040007513789,41.53702142890871],[-73.1604530751669,41.53722542894657],[-73.16070507531816,41.53842442917094],[-73.16083207539467,41.539033429284935],[-73.16120307561735,41.540798429615194],[-73.16210107615676,41.54507643041569],[-73.16252407641083,41.54709143079269],[-73.16299707669187,41.54929043120372],[-73.16441707753545,41.55588843243684],[-73.1646770776899,41.55709643266258],[-73.16366307736071,41.557096432695765],[-73.16365307735747,41.5570964326961],[-73.16207807684962,41.55715643275925],[-73.15993707615931,41.55723843284521],[-73.14919107269435,41.55765043327658],[-73.14876007255535,41.557666433293775],[-73.14515607139323,41.55780443343836],[-73.14503707135609,41.557830433447315],[-73.14360707091016,41.55814743355553],[-73.1418250703546,41.55854443369077],[-73.14018306984262,41.55890943381522],[-73.13931806957288,41.55910143388074],[-73.13795606914822,41.559404433984],[-73.13788906912727,41.55941843398892],[-73.13657206871606,41.55970143408685],[-73.13262106748249,41.56055243438098],[-73.13137806709439,41.56082043447357],[-73.13130506707161,41.56083643447906],[-73.13121906704467,41.560853434485175],[-73.13096406696495,41.560906434503764],[-73.13087906693845,41.56092543451023],[-73.13074706689716,41.560952434519784],[-73.13035306677403,41.561035434548735],[-73.13022206673311,41.56106343455846],[-73.12999406666181,41.56111043457502],[-73.12931006644799,41.561253434625115],[-73.12908306637706,41.561301434641834],[-73.12904106636388,41.56130943464477],[-73.1289140663242,41.561336434654145],[-73.12887306631143,41.56134543465722],[-73.12853006620416,41.5614164346822],[-73.12750106588247,41.56163143475751],[-73.12715906577559,41.56170343478264],[-73.12549806526025,41.562117434917184],[-73.12455706496834,41.56235343499368],[-73.12051806371522,41.56336243532128],[-73.11885806320026,41.56377843545618],[-73.11875506316834,41.56380443546456],[-73.1183840630525,41.56388443549219],[-73.11714606266604,41.56415343558478],[-73.11696206260856,41.56419243559837],[-73.11648906246097,41.564296435633985],[-73.1164550624504,41.564304435636636],[-73.115187062053,41.56455243572613],[-73.11505606201926,41.56470443575989],[-73.11425306177054,41.56491243582645],[-73.1142440617678,41.56491543582731],[-73.10941306027134,41.56616543622744],[-73.09853005690016,41.568984437129274],[-73.09759405661028,41.569228437207144],[-73.0947890557416,41.5699594374404],[-73.09385405545211,41.570204437518406],[-73.09246305501642,41.570482437617706],[-73.0923540549823,41.57050443762552],[-73.09015805447224,41.574016438378116],[-73.08960905434485,41.57489643856663],[-73.08940705429794,41.575219438635855],[-73.08935405428564,41.57530443865408],[-73.0892610542634,41.57544243868385],[-73.08911405422839,41.5756624387313],[-73.08881705415779,41.576109438827665],[-73.08875405414283,41.57620443884813],[-73.08867505412475,41.5763354388761],[-73.08858105410323,41.576491438909414],[-73.0883010540393,41.57695843900909],[-73.0882080540182,41.57711543904257],[-73.0881540540058,41.57720443906158],[-73.08811805399867,41.57728343907807],[-73.08806605398856,41.57740043910244],[-73.08786005394455,41.57779643918594],[-73.08777305392621,41.57796743922193],[-73.08775405392217,41.578004439229716],[-73.0876710539028,41.57813543925782],[-73.08749205386137,41.5784244393197],[-73.08735805383017,41.57863743936536],[-73.08725405380605,41.578804439401125],[-73.08715405378277,41.57896343943521],[-73.08685505371326,41.57944043953744],[-73.08675605369037,41.57960043957169],[-73.08666905367188,41.57976943960729],[-73.08640805361662,41.58027943971467],[-73.08634605360365,41.580403439740735],[-73.08630905359378,41.58044043974911],[-73.08627805358554,41.580472439756335],[-73.08618405356076,41.58057143977858],[-73.08615405355292,41.580604439785965],[-73.08610005354048,41.58069243980478],[-73.08594005350402,41.58096043986195],[-73.08588705349194,41.58104943988093],[-73.0858540534844,41.58110443989267],[-73.08583405347947,41.58113143989857],[-73.08566305343788,41.58137243995085],[-73.08560705342438,41.581453439968385],[-73.0855140534018,41.58158543999701],[-73.08523805333517,41.581983440083164],[-73.08514605331301,41.582116440111946],[-73.08479105323003,41.58267544023189],[-73.08372905298216,41.58435344059181],[-73.08337505289958,41.58491344071191],[-73.08326405287362,41.58508744074925],[-73.08325405287134,41.58510444075288],[-73.08295605280465,41.585624440863384],[-73.08040205203837,41.58671944115895],[-73.08034705202172,41.586740441164814],[-73.07997105190805,41.58688644120537],[-73.07813205130607,41.586807441250045],[-73.07782605124609,41.58748844139203],[-73.07765405119115,41.58750444140073],[-73.07759405117181,41.58750744140328],[-73.07585405061221,41.587604441478824],[-73.07585605061297,41.58760644147915],[-73.07576305058339,41.58761744148432],[-73.07525705042261,41.58767944151284],[-73.0744030501497,41.587757441555794],[-73.07407605004502,41.5877844415717],[-73.0699850487355,41.58812044177023],[-73.06984504869004,41.588120441774784],[-73.06968104863672,41.58812044178014],[-73.06918904847691,41.58812044179618],[-73.06902504842365,41.58812044180153],[-73.06843504823446,41.5881634418291],[-73.06686504773121,41.58828044190295],[-73.06666504766675,41.58828944191123],[-73.06635304756627,41.58830444192429],[-73.06607504747741,41.58832944193821],[-73.06421004688134,41.58849944203195],[-73.06415004686215,41.588504442034875],[-73.06230804626053,41.58844844208406],[-73.06111704587151,41.588412442115896],[-73.05839004499836,41.58863344224761],[-73.05801104487651,41.58865544226421],[-73.05755304475946,41.58920444238557],[-73.05752104475091,41.589236442392796],[-73.05748804474204,41.5892684424001],[-73.05747304473809,41.589284442403674],[-73.05742504472528,41.589332442414545],[-73.05787104489387,41.58974244247949],[-73.05811504498814,41.59000144252173],[-73.05841304511719,41.590559442620176],[-73.05883804528119,41.59100744269315],[-73.05945904551797,41.59161344279038],[-73.05955304556349,41.59187244283752],[-73.05975804566467,41.592470442946734],[-73.06015104585146,41.59349244313201],[-73.06038704599634,41.59467144335282],[-73.06040304604612,41.59544244350172],[-73.06018204601158,41.596086443633745],[-73.06016704603857,41.59663744374101],[-73.06024504610667,41.59737644388167],[-73.06056004626627,41.59836644406327],[-73.0605600463018,41.59898044418225],[-73.06067004640303,41.600112444398015],[-73.06070104645403,41.60081944453402],[-73.06041804639575,41.60140144465603],[-73.05977404623476,41.60223544483861],[-73.05940404612838,41.602474444897],[-73.05917704606041,41.602574444923754],[-73.05913804603836,41.60241244489366],[-73.05909804601605,41.602251444863754],[-73.05902204600521,41.60249044491255],[-73.05894704599464,41.6027294449613],[-73.05893504601448,41.60313944504112],[-73.05904404609521,41.60392244518928],[-73.05963204636247,41.60523944542532],[-73.05969904640797,41.605649445502564],[-73.05966604640615,41.605803445533475],[-73.0594700463647,41.60618744561428],[-73.05877504615266,41.606425445683044],[-73.05807604594291,41.60672544576395],[-73.05802504592766,41.60674844577007],[-73.05789704588891,41.606797445783734],[-73.05777104585086,41.606847445797534],[-73.05771604583427,41.60686944580359],[-73.0572710456998,41.60704444585201],[-73.05036304361211,41.60975644660261],[-73.04640504241503,41.61129544702976],[-73.04577204222322,41.611535447096884],[-73.04566104218958,41.61157744710862],[-73.04553704215213,41.61162644712216],[-73.036157039311,41.615205448121124],[-73.03602503926813,41.61520544812543],[-73.0357520391794,41.61520544813432],[-73.03482303887397,41.61514444815276],[-73.03477803885923,41.61514244815385],[-73.03433003871191,41.615112448162634],[-73.0314550377669,41.61492744822042],[-73.01865103355826,41.61410544847803],[-73.0206080347159,41.62312845016226],[-73.02147203522713,41.62711245090579],[-73.00702303060129,41.62833345161259],[-73.00404702964853,41.62858545175824],[-73.00315502938759,41.62908745188449],[-73.00314702938522,41.62909145188552],[-73.00302302934895,41.62916145190311],[-73.00236302915407,41.629501451990436],[-73.00000602845837,41.63072045230321],[-72.9995510283241,41.63095645236371],[-72.99922302822755,41.631130452408094],[-72.99916902821165,41.63115945241547],[-72.9960280272869,41.632825452840294],[-72.99064802570294,41.63568045356819],[-72.98644502446543,41.637910454136716],[-72.98325102352506,41.639606454569005],[-72.98324602352342,41.63960645456917],[-72.98323502351984,41.63960645456952],[-72.98323102351858,41.63960745456985],[-72.98310302347751,41.63961645457573],[-72.98275602336615,41.63964145459186],[-72.9827220233552,41.639643454593354],[-72.98259502331449,41.63965345459942],[-72.98201502312817,41.63969245462582],[-72.98027602256963,41.63981045470521],[-72.98020402254652,41.63981545470853],[-72.97969702238323,41.63984245473024],[-72.97951702232483,41.63984445473647],[-72.97903602217012,41.639873454757726],[-72.97711602155775,41.64007845485984],[-72.97670602142804,41.640140454885156],[-72.97297402023369,41.640469455070175],[-72.97114601964154,41.640507455136934],[-72.96989101924073,41.64063245520192],[-72.9686370188403,41.64075845526706],[-72.96615001804602,41.64100645539588],[-72.96585301795189,41.641048455413674],[-72.9640500173805,41.64130545552202],[-72.96393201734334,41.64132645552993],[-72.96021001617073,41.64197745577688],[-72.95431101428548,41.64254545607845],[-72.950549013083,41.64290545627032],[-72.95051901307355,41.642910456272276],[-72.94999301290683,41.642985456303855],[-72.9494660127398,41.6430604563355],[-72.94844901241748,41.643205456396586],[-72.94809101230112,41.6432064564084],[-72.94794401225333,41.64320645641318],[-72.9477530121926,41.643230456424035],[-72.94414701104463,41.64365645662357],[-72.94379001093091,41.64369745664309],[-72.9432560107609,41.64376045667264],[-72.94306601070038,41.64378245668306],[-72.94143401018079,41.64397445677321],[-72.9404260098598,41.64409245682878],[-72.93850200924727,41.64431945693516],[-72.93815000890267,41.64032845617366],[-72.93814800890068,41.64030545616927],[-72.93760900850509,41.63648345544649],[-72.9371600081755,41.63329845484408],[-72.93600800732888,41.6251054532942],[-72.93598600731274,41.624949453264705],[-72.93544500691544,41.6211054525374],[-72.93541400689287,41.62088845249636],[-72.93539100687634,41.620731452466686],[-72.93520800674176,41.619427452219924],[-72.93518500672415,41.619251452186575],[-72.93510000665705,41.618566452056584],[-72.93506000662559,41.61824545199568],[-72.93502100659448,41.61792545193493],[-72.93501800659243,41.61790645193135],[-72.93501500659033,41.61788745192775],[-72.93500300658103,41.617793451909925],[-72.93499100657176,41.61770045189229],[-72.93498200656511,41.61763545188],[-72.93497400655876,41.61757045186765],[-72.9346940063431,41.61540545145717],[-72.9346870063377,41.61535145144691],[-72.93463800629938,41.61496245137311],[-72.93431400610677,41.6134464510898],[-72.93429800609749,41.61337545107658],[-72.9342170060491,41.61299245100497],[-72.93413500600064,41.61261345093416],[-72.93404700594843,41.61220345085755],[-72.93397300588214,41.611469450717685],[-72.93394700585841,41.61120445066717],[-72.93393800584876,41.61108745064477],[-72.93392600583675,41.610946450617845],[-72.93386600577942,41.610289450492424],[-72.93365300557288,41.60790345003685],[-72.93364500556447,41.60780245001753],[-72.93376100556269,41.607116449880806],[-72.93384500556049,41.60660344977862],[-72.93396800557056,41.606083449673825],[-72.9347020056323,41.60300944905412],[-72.93494700565304,41.601985448847664],[-72.93511800566722,41.60126544870253],[-72.93563200571022,41.599108448267685],[-72.93580400572478,41.5983894481227],[-72.9358480057285,41.5982054480856],[-72.93803800600524,41.59063944654754],[-72.93804700600622,41.59060544654065],[-72.94094700623269,41.578148444030596],[-72.94104200624001,41.57773844394798],[-72.9411000062449,41.57749544389897],[-72.94160600628781,41.57538044347229],[-72.94261600637209,41.571134442615815],[-72.94290500639943,41.56997544238157],[-72.94359300646423,41.567211441822984],[-72.94371700647734,41.56673844172719],[-72.94468300656912,41.56287044094532],[-72.94543000664049,41.559886440342034],[-72.94551300665036,41.5595884402815],[-72.94558800666039,41.55933844023056],[-72.94570700667607,41.558938440149085],[-72.94635100676287,41.55680543971426],[-72.94627500673869,41.556814439718444],[-72.93580100340563,41.55804044029559],[-72.92853900109509,41.55889944069739],[-72.92715400065438,41.55906244077385],[-72.9264300004234,41.559137440811845],[-72.92206899903204,41.559587441040314],[-72.91725199749506,41.560083441292434],[-72.91704799743003,41.5601054413033],[-72.91668699731713,41.560182441329914],[-72.9163899972243,41.56024644135194],[-72.91564899699252,41.56040444140659],[-72.91006599521336,41.56101844170633],[-72.90582899386312,41.56148544193399],[-72.90386999323881,41.56170144203925],[-72.90356999314133,41.56170144204895],[-72.90347099311,41.56171644205506],[-72.90321399302871,41.56175544207094],[-72.9014869924821,41.562011442176455],[-72.90140899245726,41.56202044218073],[-72.89950199184936,41.56222744228255],[-72.89234398956742,41.56300444266472],[-72.89203098946741,41.563034442680646],[-72.8912339892125,41.56310644272037],[-72.89013898886226,41.56320544277497],[-72.89007498884186,41.5632124427784],[-72.88895498848413,41.563322442835926],[-72.88720198792421,41.563494442925965],[-72.88498198721516,41.56371244303998],[-72.88404598691619,41.56380444308808],[-72.8838859868651,41.56382044309636],[-72.88283298651224,41.563635443094455],[-72.88087398585935,41.563353443103],[-72.87974598548432,41.56320644311089],[-72.87925698532274,41.56316044311776],[-72.87966198544098,41.56292644305926],[-72.87979198547366,41.562759443022635],[-72.87974898544269,41.56246244296637],[-72.87942398532554,41.56226144293785],[-72.87892598515073,41.562035442910066],[-72.87877898509797,41.56194844289794],[-72.87822598489859,41.56160544284922],[-72.8779059847837,41.56141544282265],[-72.87760398468171,41.56134844281941],[-72.87694098444092,41.56090644275501],[-72.87649498427993,41.560626442715055],[-72.87623398418175,41.560393442678254],[-72.87593398407515,41.56023444265708],[-72.87547598391248,41.55999344262508],[-72.87501898375251,41.55979344260101],[-72.87500098374619,41.55978544260004],[-72.87470898364401,41.559658442584805],[-72.87468098363424,41.55964644258338],[-72.87459998360585,41.55961044257901],[-72.87457298359638,41.55959844257757],[-72.87453098358169,41.559580442575424],[-72.8741239834351,41.559330442540016],[-72.8739569833712,41.55916244251279],[-72.87391998334384,41.558894442461984],[-72.87399598335669,41.558687442419334],[-72.87400198335801,41.55867644241699],[-72.87410498338234,41.558516442382604],[-72.87411298337109,41.55827444233538],[-72.87383898323665,41.55748144219027],[-72.8734709830766,41.55677444206489],[-72.87330698300728,41.55649444201583],[-72.87309998293925,41.55648144201998],[-72.8728299828611,41.55664944206131],[-72.8724589827649,41.55707544215599],[-72.8722379826958,41.55712344217246],[-72.87215698266935,41.557121442174676],[-72.8720189826244,41.557119442178745],[-72.87189698257816,41.55700444216034],[-72.87182398254099,41.55676944211707],[-72.87182298250205,41.55609444198606],[-72.87182498250066,41.55605844197902],[-72.87183098249704,41.55596144195999],[-72.87185098248708,41.55567344190343],[-72.87185798248385,41.55557744188457],[-72.87186698247876,41.55543744185709],[-72.87188998246644,41.55509144178916],[-72.87189898246525,41.55501944177491],[-72.87191698246322,41.554881441747526],[-72.8718429824386,41.55487144174797],[-72.8717679824137,41.554862441748654],[-72.87143498230306,41.55482044175124],[-72.87129798225756,41.55480344175237],[-72.8702659819135,41.55465244175635],[-72.86999398182273,41.55461144175717],[-72.86951498166293,41.55453944175865],[-72.86940198159635,41.554017441660946],[-72.8692959815336,41.55352244156825],[-72.86864798127264,41.55264244141829],[-72.86847598120336,41.55240844137842],[-72.86836998115643,41.552190441339505],[-72.86833698111877,41.55171944124911],[-72.8683819811214,41.55150944120689],[-72.86824898099427,41.550042440926326],[-72.86820298091146,41.54885544069731],[-72.86558898003878,41.548451440703204],[-72.86469797974131,41.54831344070514],[-72.86253797901274,41.54784944068473],[-72.86196597881974,41.547725440679095],[-72.86113097853807,41.54754544067107],[-72.86025297824185,41.547355440662486],[-72.85968197804922,41.54723244065702],[-72.8546699763804,41.54653544068329],[-72.85329097594003,41.54667244075436],[-72.85270797572923,41.546299440700714],[-72.85246397564295,41.546177440684886],[-72.85220397555348,41.54609044067638],[-72.84983197473954,41.54533844060679],[-72.84954497464524,41.54532044061254],[-72.84811097417327,41.545217440638766],[-72.84703597381942,41.54513944065827],[-72.84679397373972,41.54512144066258],[-72.84551997331421,41.54492144066479],[-72.84414797285594,41.54470544066706],[-72.84446897301241,41.54561844083403],[-72.8447569731526,41.54643444098324],[-72.84480697317589,41.546557441005504],[-72.84497397325399,41.54697444108112],[-72.84511197331861,41.54732044114387],[-72.8451499733366,41.54741944116187],[-72.8451779733581,41.5476364412031],[-72.84529597344785,41.54853644137409],[-72.84534297348358,41.54889444144211],[-72.84556697370326,41.55146544193417],[-72.84566397379292,41.552483442128725],[-72.8457319738648,41.553354442295664],[-72.84574197387667,41.55350544232466],[-72.8459229739819,41.5543174424765],[-72.84596697400882,41.55453844251801],[-72.84600597403978,41.554858442578876],[-72.84603997406661,41.555134442631385],[-72.84614697413213,41.555672442732394],[-72.84854197557748,41.567337444919815],[-72.84633697488752,41.56780744508216],[-72.84262197372492,41.56859644535509],[-72.8402449729813,41.56910644553072],[-72.83862997247033,41.56935244563056],[-72.83435097111412,41.56996344588708],[-72.83096997004188,41.570435446087664],[-72.8293999695443,41.57066044618193],[-72.82911796945524,41.57070644619996],[-72.8285949692905,41.57079944623486],[-72.82764496899354,41.57100744630584],[-72.82789896902777,41.57016144613345],[-72.8283399690594,41.56820544573955],[-72.8289629691038,41.56543744518212],[-72.82964496915235,41.56240544457151],[-72.8295669691291,41.5624424445812],[-72.82776096859234,41.56332444481062],[-72.82719696842464,41.563598444882],[-72.82615896811608,41.564104445013676],[-72.8257439679927,41.56430644506626],[-72.82575296798042,41.56404044501432],[-72.82577496795183,41.56341444489209],[-72.8257859679337,41.56303444481795],[-72.82582396788123,41.56189944459636],[-72.82583796786425,41.56152244452272],[-72.82584496785421,41.56130644448055],[-72.82614496767762,41.55650544353868],[-72.8261449676766,41.55648744353518],[-72.82614196764239,41.55590544342227],[-72.8251429672891,41.55540544335736],[-72.82124396595297,41.55420344324948],[-72.8191459652768,41.55430644333704],[-72.81260196348906,41.56025944470371],[-72.81024296284457,41.562405445196326],[-72.80996096274644,41.562292445183466],[-72.8098689627144,41.56225544517925],[-72.80924396249694,41.56200544515082],[-72.80627396172622,41.565421445909664],[-72.80524396145896,41.56660644617288],[-72.80500596140354,41.56699144625529],[-72.80262396085001,41.57086344708365],[-72.8012439605293,41.57310644756348],[-72.79874395973523,41.573436447708],[-72.7970539591984,41.57365944780568],[-72.7959289588411,41.573808447870796],[-72.78688195596732,41.575002448393626],[-72.78246495456425,41.575586448649034],[-72.78226195449979,41.5756134486608],[-72.78205895443531,41.57564044867257],[-72.78107495412273,41.57577044872946],[-72.78009195381043,41.575899448786096],[-72.78004295379488,41.57590644878903],[-72.77982695372613,41.575932448801034],[-72.77972195369267,41.575944448806716],[-72.77964495366803,41.57595144881057],[-72.77941695359536,41.57597744882295],[-72.77934395357225,41.575988448827424],[-72.77917595351865,41.57600644883631],[-72.77900995346576,41.57602544884534],[-72.77877795339182,41.576052448858036],[-72.7783409532527,41.57610444888219],[-72.77708895285488,41.57626844895427],[-72.77652695267639,41.576343448986904],[-72.77634895261983,41.57636644899709],[-72.77604295252259,41.5764064490147],[-72.77581495244999,41.57643344902727],[-72.77563895239396,41.576454449036994],[-72.7756379523937,41.576455449037226],[-72.77500195219119,41.57653144907243],[-72.77312895159501,41.5767584491767],[-72.77309595158457,41.57676344917874],[-72.77274295147222,41.576806449198415],[-72.77246095138221,41.57683644921331],[-72.7709469508989,41.57699544929284],[-72.77082395085961,41.577007449299124],[-72.76973395051293,41.57714444936076],[-72.76919795034237,41.57721044939079],[-72.76887195023824,41.57724344940768],[-72.76838495008259,41.57729144943264],[-72.7678219499027,41.577347449461605],[-72.76756494982058,41.57737344947492],[-72.76469194890248,41.577658449622554],[-72.76013194744527,41.578111449857005],[-72.75845194690844,41.578279449943594],[-72.755308945904,41.5785914501051],[-72.75218194490469,41.57890245026589],[-72.7519139446501,41.57596244970375],[-72.75168194442887,41.57340244921417],[-72.75111094388696,41.56714544801758],[-72.75087494366302,41.56455944752299],[-72.7508649436535,41.56444944750193],[-72.75084294363258,41.56420744745564],[-72.75080794360458,41.563915447400056],[-72.75070294352064,41.56304044723349],[-72.75066794349269,41.5627494471781],[-72.75057994342266,41.56202144703955],[-72.75031894321371,41.559841446624525],[-72.75024294315297,41.55920744650382],[-72.75024094315103,41.55918544649962],[-72.75023394314474,41.55911444648605],[-72.75006994299305,41.55738544615548],[-72.74958094253913,41.55220044516399],[-72.74952894249064,41.55164544505785],[-72.74941594238727,41.550473444833784],[-72.74939694237028,41.550283444797486],[-72.74939494236816,41.55025744479249],[-72.74938094235524,41.550110444764385],[-72.74934894232521,41.54976544469839],[-72.74926994217036,41.54749344425952],[-72.74917094211371,41.54706344417915],[-72.74915994210753,41.547017444170564],[-72.74899194201305,41.54631644403976],[-72.74898194200719,41.546270444031144],[-72.74894294198523,41.546107444000725],[-72.74893194195744,41.54568144391831],[-72.74887894186097,41.544287443649154],[-72.74886594183576,41.54391844357787],[-72.74856894158249,41.54116144305169],[-72.74774494087914,41.53349744158871],[-72.74756094072191,41.53178244126128],[-72.74724294044978,41.528811440694],[-72.7472429404416,41.52866744066601],[-72.74724694041785,41.52822644058016],[-72.74720094039463,41.52808044055326],[-72.74714294036593,41.52790744052149],[-72.74711694034725,41.52772744048733],[-72.74705694030334,41.527297440405654],[-72.74704294029316,41.52719844038686],[-72.74704194027682,41.52691644033207],[-72.74703994024176,41.526310440214345],[-72.74703894021232,41.52579744011465],[-72.74675893996765,41.52309143959758],[-72.74675393996438,41.52306243959209],[-72.7467489399606,41.52302443958487],[-72.74654993978906,41.521142439225365],[-72.74650293974805,41.52068943913878],[-72.74616293934243,41.51548943813864],[-72.74604093919586,41.51360543777619],[-72.74603893919284,41.51356343776809],[-72.74602993918309,41.513443437745046],[-72.74596693911899,41.51267443759752],[-72.74573793888611,41.5098814370617],[-72.74566193880865,41.50895143688327],[-72.74566093880715,41.50893043687924],[-72.74547593862063,41.50670243645184],[-72.74493193806957,41.50010243518552],[-72.74491993805732,41.499955435157304],[-72.7447429378723,41.49770643472547],[-72.74427293744468,41.492856433796966],[-72.74359293682525,41.48582443245048],[-72.74333093658707,41.48312243193303],[-72.74307693650798,41.48318343195304],[-72.73862593512155,41.48424543230225],[-72.73428993377091,41.48528043264248],[-72.73388693364537,41.48537643267407],[-72.73398393363362,41.48461243252229],[-72.73418893360986,41.48301543220493],[-72.73451093357333,41.48052143170923],[-72.73502493351279,41.47650043091012],[-72.73509793350436,41.47593243079722],[-72.73511893350198,41.475769430764814],[-72.73539993346898,41.47357243032817],[-72.7354059334676,41.47351343031648],[-72.73542793346483,41.47333843028171],[-72.73543793346485,41.47328143027029],[-72.73551693345415,41.472638430142595],[-72.73553293345267,41.472520430119104],[-72.73568293343534,41.47135242988693],[-72.73575093342772,41.47082742978255],[-72.73576493342613,41.47071842976087],[-72.73579993342278,41.470458429709154],[-72.73585093341796,41.47008042963392],[-72.73589493341252,41.46973142956457],[-72.73602993339728,41.46868642935681],[-72.73607493339222,41.46833842928761],[-72.73636093335877,41.46610442884351],[-72.73656893333514,41.4644914285228],[-72.73708793321516,41.45938742751232],[-72.7373169331629,41.45714742706879],[-72.73751993314136,41.45559942676081],[-72.7376619331153,41.454322426507574],[-72.73771493310585,41.453850426413965],[-72.73772093310474,41.45379642640324],[-72.73775593309978,41.45350742634584],[-72.73782193309015,41.4529574262366],[-72.73801193306348,41.45139342592591],[-72.73803093305862,41.45119842588732],[-72.73852893293672,41.44617842489355],[-72.73896593274944,41.44035042374422],[-72.7391209326841,41.43830242334025],[-72.73929793272545,41.438016423278846],[-72.7402419329468,41.43650542295425],[-72.74025693294914,41.43646042294501],[-72.74025993294954,41.43645042294296],[-72.74033093296057,41.4362374228992],[-72.74034093296197,41.43620442289244],[-72.74148993319089,41.43364842235764],[-72.7418879332703,41.43276542217284],[-72.74345193358177,41.42928342144429],[-72.74479393384904,41.426296420819256],[-72.74497593388519,41.425889420734116],[-72.74614193411806,41.42330542019321],[-72.7458599340296,41.42336142021312],[-72.74501793376558,41.4235294202728],[-72.74473693367753,41.42358642029289],[-72.74464193364774,41.423605420299644],[-72.74371493335491,41.42375242035794],[-72.74064893238662,41.42424242055148],[-72.74034093228934,41.42429142057088],[-72.74027793226944,41.42430142057484],[-72.73962693206389,41.42440642061614],[-72.73928593195629,41.42446242063794],[-72.73826693163497,41.42463442070405],[-72.73801093155423,41.42467742072061],[-72.73792693152775,41.424691420726035],[-72.73732893133928,41.424794420765224],[-72.73553793077491,41.425103420882714],[-72.73500093060575,41.42519642091799],[-72.73496693059498,41.425201420920054],[-72.73494093058675,41.425205420921685],[-72.73463293048917,41.4252494209401],[-72.73370893019663,41.42538442099594],[-72.73340193009946,41.425429421014535],[-72.73281492991438,41.42552942105278],[-72.7310559293602,41.42583442116847],[-72.73055092920104,41.42592142120156],[-72.73047192917622,41.425936421207],[-72.73037492914212,41.425890421201146],[-72.72842692852633,41.42619242132224],[-72.72775992831556,41.42629742136404],[-72.72258692668038,41.42710142168605],[-72.72064092606534,41.42740542180747],[-72.71859592541985,41.427740421938104],[-72.71246492348467,41.42874542232979],[-72.71042092283953,41.42908142246057],[-72.7099929227047,41.42915642248886],[-72.70871192230143,41.42938542257439],[-72.70834392218559,41.429451422598994],[-72.70828492216697,41.42946142260285],[-72.70804092209036,41.4295084226198],[-72.70793892206291,41.42960942264273],[-72.70776292200765,41.429643422654976],[-72.70608492148122,41.429976422773464],[-72.70552592130592,41.43008842281314],[-72.705430921276,41.43010542281948],[-72.70539892126602,41.43011242282188],[-72.70527192122617,41.430137422830796],[-72.70516492119269,41.430160422838696],[-72.70514892118766,41.4301634228398],[-72.70505592115853,41.43018242284648],[-72.70493992112213,41.43020542285465],[-72.70276192043472,41.43056442299415],[-72.69587791826206,41.43170042343531],[-72.69358391753804,41.43207942358238],[-72.69351391751592,41.43209042358675],[-72.69342791748876,41.432104423592214],[-72.69342391748746,41.43210442359235],[-72.69295291734117,41.432224423630764],[-72.69291491732942,41.43223442363393],[-72.69279691729281,41.43226542364374],[-72.69279591729247,41.43226542364378],[-72.69263891724373,41.43230542365658],[-72.69234891715158,41.43234242367304],[-72.69155891690069,41.432445423718335],[-72.69099591672193,41.432519423750705],[-72.69055591658224,41.43257742377607],[-72.69054591657903,41.43257842377657],[-72.69029191649858,41.43261542379187],[-72.68953391625865,41.43272842383809],[-72.68928191617901,41.43276842385392],[-72.68903891610226,41.432807423869285],[-72.68853591593877,41.43280642388514],[-72.68793591574945,41.43290642392378],[-72.68391891448186,41.43357542418228],[-72.6832249142629,41.43369142422705],[-72.68270691409941,41.433777424260334],[-72.68258191406,41.4337984242684],[-72.68253991404673,41.433805424271114],[-72.68182791381548,41.43380742429422],[-72.68181391381088,41.43380642429445],[-72.67950791306151,41.43380542436781],[-72.67873991281195,41.433805424392304],[-72.67712491230574,41.43413542450813],[-72.6737159112373,41.43483342475287],[-72.67247891084956,41.43508642484162],[-72.67228291078811,41.435126424855646],[-72.6719289106772,41.43519942488117],[-72.67109291041527,41.43537242494155],[-72.67083591033368,41.435406424956376],[-72.67066291027795,41.435415424963644],[-72.67023191013898,41.43543442498109],[-72.66894090972258,41.435490425033144],[-72.66851090958393,41.43550942505056],[-72.66840190954926,41.435522425056554],[-72.66839190954606,41.43552342505707],[-72.66803690943311,41.43556642507677],[-72.66791890939561,41.43558142508346],[-72.66683390904983,41.43570242514163],[-72.6650559084923,41.43606242526846],[-72.65843690641682,41.43740442574096],[-72.65651390581381,41.437794425878224],[-72.6541939050863,41.43826442604373],[-72.65367290490961,41.4381334260348],[-72.65365190489129,41.43792942599572],[-72.65379090490627,41.43739242588663],[-72.65384090491976,41.43734342587548],[-72.65405290498488,41.437276425855664],[-72.65409590499536,41.4372144258422],[-72.65405990497727,41.437100425821136],[-72.6540029049562,41.43705542581418],[-72.6539729049451,41.43703142581047],[-72.65401690495389,41.43693342578996],[-72.65417690499869,41.43680542575992],[-72.65436690505487,41.43670642573457],[-72.65454890510637,41.436570425702264],[-72.65457790510747,41.43642242567249],[-72.65456390509425,41.43626842564293],[-72.6544619050524,41.43611342561595],[-72.65398090487301,41.43570342555136],[-72.65355790472107,41.43544642551475],[-72.65338990465742,41.43528542548872],[-72.65326590460764,41.43511642545972],[-72.65301890451646,41.43492242542979],[-72.65266190438811,41.43470342539847],[-72.65252290434023,41.434655425393515],[-72.65221590423378,41.43453642538012],[-72.65213690420929,41.434557425386714],[-72.65206290418644,41.43457842539318],[-72.6519179041447,41.43467442541651],[-72.65166190407263,41.43487242546325],[-72.6514139039945,41.434916425479734],[-72.65121690393056,41.43491742548619],[-72.6510709038867,41.43498142550333],[-72.65103390387642,41.43501242551055],[-72.65094790385017,41.43504242551912],[-72.65090890383732,41.43503942551979],[-72.65090690383666,41.43503942551985],[-72.65088990383126,41.43504142552078],[-72.65087390382577,41.43503642552031],[-72.65074190378755,41.43511942554071],[-72.65055990374212,41.435363425594055],[-72.65045790371286,41.43543242561076],[-72.65026890365486,41.43549342562867],[-72.65020990363682,41.43551342563443],[-72.64980190350956,41.43560842566596],[-72.64962590345141,41.43559142566825],[-72.64951690341435,41.435562425666056],[-72.64929090334415,41.435620425684576],[-72.64908690327438,41.43555842567897],[-72.64887490319688,41.4354054256559],[-72.64864190312089,41.43540042566236],[-72.64836390301681,41.43515642562363],[-72.6484199030287,41.43504442560002],[-72.64848590304466,41.43494642557882],[-72.64852890305542,41.43488942556635],[-72.64858390306931,41.43481842555075],[-72.6486429030855,41.43476542553855],[-72.6486439030772,41.43461242550869],[-72.64860090305937,41.43454342549661],[-72.64853490303354,41.4344654254835],[-72.64846290300625,41.434396425472364],[-72.64844190299638,41.43434242546249],[-72.64844190299257,41.434274425449246],[-72.64843190298555,41.43420742543648],[-72.64847590299406,41.434104425415015],[-72.6484819029707,41.433654425327106],[-72.64849690297252,41.43360042531611],[-72.64860590298076,41.43311642521828],[-72.64883390302448,41.432576425105765],[-72.64897990305793,41.43232742505257],[-72.64911090309604,41.43224842503301],[-72.6495559032288,41.432037424977686],[-72.64962190324599,41.43196142496078],[-72.64965290323741,41.431629424895085],[-72.64966490323421,41.43150342487012],[-72.6496939032325,41.431305424830605],[-72.64962190320753,41.431277424827435],[-72.64955690318556,41.43126242482658],[-72.6495479031778,41.43117642481011],[-72.64959190318305,41.431015424777314],[-72.64950490315012,41.43093242476391],[-72.6484989028228,41.43092542479458],[-72.64821490273016,41.430919424802454],[-72.64755090252146,41.43104542484815],[-72.64737490246634,41.43108242486097],[-72.64707690236867,41.43106742486754],[-72.64684390229822,41.43116142489328],[-72.64671990225196,41.43105542487657],[-72.64658790221048,41.43108042488566],[-72.64650090218362,41.431105424893296],[-72.64638390214317,41.43106242488862],[-72.64628990211301,41.431069424892996],[-72.64613490206625,41.43113342491039],[-72.64604090203103,41.43105042489721],[-72.64593090199062,41.43096742488454],[-72.6455899018784,41.43094242489052],[-72.64550790184786,41.43087342487967],[-72.64544290181962,41.430746424856984],[-72.645406901801,41.43062342483417],[-72.64529090176015,41.430567424826926],[-72.64492590164137,41.43056442483796],[-72.6446639015574,41.4305854248504],[-72.64445890148703,41.430518424843875],[-72.64417490137896,41.43023842479832],[-72.64393490129234,41.43008442477595],[-72.64352590115642,41.43003142477864],[-72.64326390105981,41.4298274247472],[-72.64299390096471,41.42969642473025],[-72.64280490089571,41.42956142470995],[-72.64235190073556,41.42933142467953],[-72.64225790070014,41.42924442466556],[-72.6422659006974,41.42914942464679],[-72.64230890070839,41.42909642463509],[-72.64247590075989,41.429047424620215],[-72.64259990079823,41.429012424609446],[-72.64292890089466,41.42882542456251],[-72.64300890091266,41.42868342453229],[-72.64301690090262,41.428458424488156],[-72.64313390093237,41.42831142445578],[-72.64343990101676,41.428043424393806],[-72.64370290107851,41.42762142430314],[-72.64390790113626,41.4274634242658],[-72.64398090114514,41.42719942421201],[-72.64411190118075,41.427075424183684],[-72.64434490124815,41.4269274241474],[-72.64437790125695,41.42689342413972],[-72.64439690126083,41.426852424131134],[-72.64442990127088,41.42684042412773],[-72.64448090128454,41.426788424115976],[-72.64450590129124,41.426763424110305],[-72.6450449014382,41.42626142399527],[-72.64511890145246,41.426087423959],[-72.64514790145127,41.42589842392121],[-72.64518490145858,41.425814423903674],[-72.64542590152396,41.425584423851156],[-72.64551990154631,41.425438423819685],[-72.64599490167313,41.424948423709026],[-72.64626490174803,41.42471942365578],[-72.6466439018579,41.42448342359771],[-72.64671690187568,41.42437742357471],[-72.64680490189197,41.42415842352922],[-72.64692890192607,41.42404842350381],[-72.64729290202857,41.42376742343743],[-72.64794290219524,41.42297442326213],[-72.64813890225084,41.42283042322781],[-72.64822690227015,41.42266542319284],[-72.64831490229048,41.42251842316137],[-72.64851490234484,41.42232942311816],[-72.64855490235583,41.422293423109856],[-72.64878990241607,41.42200642304642],[-72.6489709024505,41.42157242295603],[-72.64912390247842,41.4211844228755],[-72.64933690252684,41.420814422796575],[-72.64954890256813,41.42032342269408],[-72.64981890263368,41.41992842260846],[-72.65016890273061,41.419629422539025],[-72.65044690280128,41.41927942246192],[-72.65048290280444,41.41912742243113],[-72.65041690277428,41.418972422402994],[-72.65031490273495,41.418862422384805],[-72.65013990267411,41.41879142237653],[-72.65008890265393,41.41872742236568],[-72.65004590263585,41.4186544223528],[-72.64980490255272,41.418568422343704],[-72.64973990252187,41.41839542231204],[-72.6496959024972,41.41821042227737],[-72.64952090242694,41.41797242223653],[-72.64939790236356,41.41755542215912],[-72.64921490229274,41.41735342212555],[-72.64906790224711,41.41739142213764],[-72.64900390222829,41.41742642214651],[-72.64869690213017,41.41745542216193],[-72.64848590206087,41.417442422166125],[-72.64817290195478,41.417364422160865],[-72.6478149018294,41.41720342214087],[-72.6475519017353,41.4170494221192],[-72.64740690168375,41.41697042210842],[-72.64719590160327,41.41675842207379],[-72.6469269014968,41.41641942201623],[-72.64694090149789,41.41635742200371],[-72.64703590152202,41.416237421977286],[-72.64704290151722,41.41611142195248],[-72.64699090149016,41.41593042191883],[-72.64687590144277,41.41575242188778],[-72.64637990128836,41.41587242192698],[-72.64608090119569,41.4159524219521],[-72.6458609011232,41.41593442195559],[-72.64578990109648,41.41586942194517],[-72.64562090104039,41.41584842194644],[-72.64532290094495,41.41587342196082],[-72.64516890089396,41.4158564219624],[-72.64507390086051,41.41581042195645],[-72.64498690082506,41.41568242193425],[-72.64492090079591,41.415545421909634],[-72.64486290076488,41.41532842186917],[-72.64481090074472,41.4152704218595],[-72.64476090072526,41.41521342185],[-72.64468090069792,41.415189421847835],[-72.64453490065212,41.41521842185816],[-72.64438190060318,41.41523242186574],[-72.64397390046662,41.41516142186487],[-72.64367490036177,41.41502442184768],[-72.64306390014285,41.41466142179633],[-72.64261189998027,41.414381421756104],[-72.64163489962702,41.41374442166296],[-72.64135089952532,41.41357642163923],[-72.64112489944704,41.413490421629646],[-72.6406148992762,41.41339942162812],[-72.64011089910403,41.413249421614914],[-72.63936089884527,41.4129814215865],[-72.63904089873238,41.41282242156566],[-72.63885089866484,41.41271942155162],[-72.63875489863197,41.41268942154882],[-72.63852189855221,41.412617421542194],[-72.63832589848049,41.412474421520535],[-72.63813589841753,41.41245242152229],[-72.63780189830204,41.412328421508725],[-72.63753189822003,41.41243042153721],[-72.63698389805954,41.412743421615694],[-72.63680189800021,41.4127404216209],[-72.63623989780763,41.41256242160406],[-72.63578889765826,41.412512421608646],[-72.6352558974804,41.41242942160941],[-72.63453489723467,41.412225421592545],[-72.63424389713899,41.41220542159792],[-72.63410489709568,41.41223842160877],[-72.63407489708744,41.41226542161499],[-72.63380489700695,41.41239442164873],[-72.63365989696422,41.41247242166857],[-72.63359389694348,41.412485421673196],[-72.6333238968552,41.41247542167982],[-72.6329678967421,41.412521421700156],[-72.63287789671215,41.41250842170046],[-72.63283889669917,41.41250342170073],[-72.63263989663288,41.41247442170138],[-72.63258089661208,41.41244542169761],[-72.63232589652236,41.41232342168193],[-72.63203389641755,41.4121464216567],[-72.63191189637085,41.412020421635994],[-72.63172789630033,41.41182942160459],[-72.63160489624913,41.4116294215695],[-72.63157589622604,41.411385421522816],[-72.63165689624056,41.41117542147928],[-72.63207889635996,41.41085942140423],[-72.6323628964427,41.41068942136206],[-72.63251689647977,41.41045842131208],[-72.63261289648936,41.41007342123393],[-72.63265189647433,41.409579421136335],[-72.63265589647332,41.409538421128204],[-72.63261989645754,41.40946542111511],[-72.63253989642794,41.40940142110518],[-72.6322188963177,41.4092954210947],[-72.63211689627887,41.409194421078254],[-72.63211689627181,41.40906842105367],[-72.63220389629336,41.40894842102749],[-72.63232189632575,41.408842421003065],[-72.63234989632984,41.408753420984816],[-72.63223289628034,41.40854842094854],[-72.63223389627382,41.4084264209247],[-72.63233589629978,41.4082984208965],[-72.63232089628778,41.4081714208722],[-72.63226989626891,41.408130420865824],[-72.63200889617973,41.4080524208589],[-72.63176789609408,41.40792142084103],[-72.63150589599726,41.40771342080878],[-72.63126589590183,41.40740242075573],[-72.6305878956562,41.40695142068931],[-72.63044189559828,41.40676442065749],[-72.6304268955858,41.40662842063143],[-72.63055089561334,41.40640142058321],[-72.63068989564829,41.40621942054327],[-72.63076289565771,41.40596442049121],[-72.6307498956085,41.40516242033517],[-72.63069889557825,41.40491842028919],[-72.63071989558054,41.40483742027273],[-72.63086689561612,41.404620420225726],[-72.63083789559806,41.4044664201966],[-72.63074289555418,41.40423442015436],[-72.6307358955383,41.40399142010717],[-72.63083889556127,41.40380442006741],[-72.63083089554705,41.403597420027275],[-72.63054589542685,41.403105419940346],[-72.63041589537205,41.402881419900794],[-72.6302848953185,41.40268541986671],[-72.6300228952194,41.402436419826465],[-72.6298478951515,41.4022394197936],[-72.62925089492903,41.401731419713464],[-72.62919289490206,41.401586419687014],[-72.62915689488148,41.401428419657336],[-72.62901789482578,41.40124041962506],[-72.62879989474537,41.40106941959865],[-72.62865389469424,41.401003419590396],[-72.62827489456686,41.40092841958782],[-72.6281738945286,41.40083141957211],[-72.62809389449924,41.40077141956293],[-72.62786689442018,41.400676419551615],[-72.62730589423043,41.400543419543496],[-72.62686289407614,41.40035841952149],[-72.62627889387736,41.400197419508636],[-72.62608089380574,41.40006741948957],[-72.62593589374833,41.39988441945847],[-72.62567389365508,41.39973941943849],[-72.62553489360701,41.39968741943277],[-72.62526589351121,41.39953741941206],[-72.62511689345274,41.39935841938186],[-72.62502789340938,41.39910041933436],[-72.62502789340405,41.39900541931583],[-72.62503189340394,41.39898041931082],[-72.62510389340586,41.3985974192338],[-72.62531789344663,41.3980844191269],[-72.62548589348698,41.397830419071994],[-72.62565389353244,41.397667419034846],[-72.62571289354386,41.39752941900604],[-72.62593889360518,41.397313418956706],[-72.62590989358792,41.39717341893032],[-72.62581489355264,41.39709441891793],[-72.6255528934586,41.396935418895225],[-72.62520989332961,41.39662241884505],[-72.62500089324836,41.39638441880525],[-72.62494689322723,41.39632041879448],[-72.62490289321187,41.39630141879216],[-72.62479289317322,41.39624941878552],[-72.62462589311244,41.39613341876818],[-72.62453889308227,41.39609941876431],[-72.62442889304334,41.39604241875669],[-72.62439289303063,41.39602441875432],[-72.62427589297889,41.39577941871023],[-72.62408789290902,41.39562241868556],[-72.62404489288966,41.39552641866819],[-72.62410989289697,41.395280418618135],[-72.6240958928884,41.39520841860454],[-72.62405989287312,41.39514441859318],[-72.62388789281074,41.395028418576004],[-72.62362889272198,41.39494641856823],[-72.62333889262511,41.39489941856828],[-72.62302789251719,41.39477641855417],[-72.62280189244072,41.39472241855081],[-72.62270689240522,41.39463941853763],[-72.62269989239509,41.394499418510534],[-72.62273589239597,41.39430641847172],[-72.62277189240167,41.394199418449695],[-72.62271389237414,41.394044418421295],[-72.62253889230092,41.39375241836988],[-72.62245889226654,41.39360241834314],[-72.62234889222616,41.39351941833044],[-72.62211589214712,41.393460418326335],[-72.62166389199747,41.39341041833092],[-72.62131389188487,41.393430418345964],[-72.6212778918739,41.393443418349634],[-72.62101489177552,41.393212418312906],[-72.62089089172676,41.393061418287374],[-72.62067989163675,41.39267841821935],[-72.62064289162166,41.39262341820978],[-72.62041589154536,41.39257841820822],[-72.62021189147231,41.392457418191086],[-72.62002289139957,41.39225541815767],[-72.61989889135738,41.39222141815497],[-72.61962889126657,41.39216641815281],[-72.61946889121113,41.39210441814579],[-72.61916989111538,41.39212941816017],[-72.61892289103557,41.392137418169575],[-72.61870289096083,41.392079418165245],[-72.61845589087173,41.39192141814225],[-72.61830289081402,41.39177841811922],[-72.6180768907388,41.39174641812014],[-72.61801089071275,41.39166441810623],[-72.61802489070342,41.3914164180574],[-72.61795989067468,41.391280418032935],[-72.61784289062669,41.391102418001886],[-72.61780089060224,41.39090941796557],[-72.61779189059695,41.39086741795765],[-72.61771089056421,41.390752417937776],[-72.61749989048938,41.39064041792261],[-72.6173688904444,41.3905974179184],[-72.6171718903799,41.39058841792289],[-72.61701889032571,41.39050841791215],[-72.61696689030471,41.39043541789954],[-72.61692389027152,41.39009241783398],[-72.6168798902481,41.38992941780355],[-72.61682089022558,41.38986941779371],[-72.61673389019417,41.38981341778555],[-72.61652989012543,41.38976941778344],[-72.616435890095,41.38977141778681],[-72.6163328900569,41.389688417773904],[-72.61633989004736,41.389477417732465],[-72.61612888996693,41.38926541769782],[-72.61609888995106,41.38915641767748],[-72.61614988995386,41.388910417627855],[-72.61603288990689,41.388750417600335],[-72.6157048897853,41.38848241755846],[-72.61553788972556,41.388384417544636],[-72.61515888958506,41.388074417496156],[-72.6150728895513,41.38797041747859],[-72.61503788953748,41.387926417471114],[-72.61502188953172,41.38791641746966],[-72.61501788952955,41.38790141746687],[-72.61499788952173,41.38787741746282],[-72.61476488943443,41.387670417429824],[-72.61452288934667,41.387507417405686],[-72.61438488929664,41.38741441739192],[-72.61403488917296,41.38723641736829],[-72.61375088906746,41.38700041733124],[-72.61342288895094,41.386822417306924],[-72.61296388879374,41.38667841729337],[-72.61281388874126,41.38661141728507],[-72.61273088871222,41.38657441728049],[-72.61232888855994,41.38618741721771],[-72.61246088858809,41.38592441716218],[-72.6125838886222,41.38581941713778],[-72.61281688867673,41.3854414170566],[-72.61286788868098,41.38522141701202],[-72.61287488867238,41.38502741697395],[-72.6129328886858,41.38493041695317],[-72.61355988887983,41.38475741689949],[-72.61369088891679,41.38465741687581],[-72.61371588892324,41.38462741686916],[-72.61377588893652,41.38451641684558],[-72.61383788895051,41.384406416822145],[-72.61390588886479,41.38248041644401],[-72.61395388883626,41.38169241628866],[-72.61400688880289,41.38078841611051],[-72.6133568885114,41.37935341585101],[-72.61322888845409,41.3790724158002],[-72.6131018883971,41.37879141574938],[-72.6130148883581,41.37859941571465],[-72.61261688819539,41.378002415610744],[-72.61183388791532,41.37754341554597],[-72.61142388776875,41.37730441551234],[-72.61147888776237,41.37687141542605],[-72.61152488775703,41.376508415353726],[-72.61094688753333,41.37586641524672],[-72.6101828872375,41.375015415104805],[-72.60884088671796,41.37352141485569],[-72.60877288660224,41.37184741453099],[-72.60874388655287,41.37113341439248],[-72.60924188668133,41.3705374142603],[-72.60813288614631,41.36741241368524],[-72.61014088678431,41.36715641357151],[-72.61034888684259,41.366990413532505],[-72.61063788692356,41.36675941347821],[-72.61053888686354,41.366261413384095],[-72.60934688642624,41.36536541324694],[-72.60974688644497,41.363376412845795],[-72.61054288668687,41.36307841276232],[-72.61120088691007,41.363247412774456],[-72.61217988719818,41.36271241263889],[-72.61223388721405,41.362682412631315],[-72.61263488722192,41.36049341219105],[-72.61253588714533,41.359698412038895],[-72.6124598871122,41.359547412011835],[-72.61223788701508,41.35910041193155],[-72.61252788705691,41.35816341173933],[-72.61249288701698,41.35765241164063],[-72.612475886998,41.35741141159409],[-72.61256388701551,41.35721341155263],[-72.6125748870178,41.35719041154779],[-72.61260688702428,41.35712041153309],[-72.61275288706159,41.3569394114931],[-72.61281788708057,41.356901411483626],[-72.61281788706677,41.356654411435365],[-72.61277388703742,41.356385411384224],[-72.61254788694497,41.35604441132477],[-72.61255088693332,41.35581841128054],[-72.61255488692183,41.35558941123568],[-72.61265588690986,41.354788411076],[-72.61268488691096,41.354639411045966],[-72.61261188686149,41.35417841095822],[-72.61263388685924,41.35401041092471],[-72.61265588685698,41.3538424108912],[-72.61256288681086,41.35355741083847],[-72.61250988678606,41.353421410813574],[-72.61242888673,41.352889410712216],[-72.61234888669296,41.35269141067608],[-72.61222488664775,41.35260341066282],[-72.61188288653393,41.35255441066409],[-72.61175188648586,41.35245541064891],[-72.61160588643172,41.35233541063009],[-72.61151088638705,41.35208841058487],[-72.61146688636143,41.35188541054659],[-72.6114958863567,41.35163241049625],[-72.61169988640275,41.35127041041906],[-72.6119248864651,41.35107841037441],[-72.6120568865006,41.35094641034441],[-72.6121998865428,41.350870410325044],[-72.61231888657805,41.35080941030935],[-72.61264588667778,41.350693410276314],[-72.61281388672408,41.35054541024206],[-72.6128788867378,41.35041341021421],[-72.61283488671312,41.35022741017928],[-72.61266788664939,41.35005741015136],[-72.61243488656694,41.34993641013511],[-72.61222288648341,41.34967341009045],[-72.6119898863838,41.34924541001422],[-72.6118368863212,41.34901440997395],[-72.61172888626842,41.34869740991544],[-72.61171988626387,41.348668409910054],[-72.61165388621824,41.348235409827545],[-72.61162488617386,41.34760940970616],[-72.61153688613365,41.34740140966831],[-72.61139088606964,41.347104409614914],[-72.6114188860079,41.345836409366264],[-72.61147688600899,41.345518409302294],[-72.61143388598094,41.34526640925442],[-72.61130188592087,41.344958409198426],[-72.61114888585341,41.34464040914115],[-72.61111988583389,41.3444594091067],[-72.61121388579639,41.343241408865694],[-72.61130088581571,41.34308140883168],[-72.61146088586098,41.34296140880316],[-72.61177388595465,41.34281840876528],[-72.6123858861448,41.34266440871578],[-72.61261088621141,41.34254840868597],[-72.61270588623522,41.342422408658344],[-72.61274188622883,41.34209840859388],[-72.61263288615851,41.34147340847521],[-72.6126898861436,41.34087440835634],[-72.6127628861612,41.34076540833272],[-72.6129228862064,41.340644408304],[-72.6134258863566,41.34040840824194],[-72.61371688644218,41.34024840820145],[-72.61370888643377,41.34014440818137],[-72.61360688638841,41.3399254081418],[-72.61350488634878,41.33980940812237],[-72.61346088632625,41.33966140809484],[-72.61349788633213,41.339551408072175],[-72.61356288634744,41.339447408049786],[-72.61364288636821,41.339354408029074],[-72.61369388636791,41.33905240796844],[-72.61370088635395,41.33876140791134],[-72.61374488636208,41.338651407888456],[-72.6138178863806,41.33855840786796],[-72.61388288639189,41.3383824078315],[-72.61397688641476,41.33824540780175],[-72.61417388645116,41.33775140769896],[-72.61420988646164,41.33772940769351],[-72.61440588650225,41.33731740760678],[-72.61442788649747,41.337103407564264],[-72.61440588648512,41.33701040754678],[-72.61415888639111,41.336763407506346],[-72.6137938862585,41.33651140746868],[-72.61365588620544,41.33636340744413],[-72.61360488618149,41.336231407419945],[-72.61363388618264,41.336083407390106],[-72.61374988620346,41.335781407327396],[-72.61381488620648,41.33545740726201],[-72.61395288623076,41.3350894071857],[-72.61411288623765,41.33428240702291],[-72.61426588627111,41.33399140696118],[-72.6144768863283,41.33378840691481],[-72.61488388645098,41.33361840686867],[-72.61492788646342,41.333585406860834],[-72.61496388647575,41.33359640686184],[-72.61483288642397,41.33343140683374],[-72.61463688635178,41.33327840681006],[-72.61454888631796,41.333184406794466],[-72.61443188626221,41.332866406736024],[-72.61443188625104,41.33266640669694],[-72.61443188624843,41.332619406687755],[-72.61449788626037,41.33244940665242],[-72.61461388628486,41.33221340660263],[-72.61475888631051,41.33182940652297],[-72.61475888628506,41.33137340643383],[-72.61469288625202,41.33116540639528],[-72.61451788617677,41.33083540633632],[-72.6144518861324,41.330424406258075],[-72.61440788609298,41.3299744061715],[-72.61426988602885,41.32962840610824],[-72.61414588598093,41.3294914060854],[-72.61391988590448,41.329436406081825],[-72.6132358856876,41.32953040612189],[-72.61279888554506,41.329519406133585],[-72.61247888543718,41.329448406129856],[-72.6122308853508,41.329343406117204],[-72.6120778852947,41.32922840609957],[-72.61194688523653,41.328948406048994],[-72.61171288513788,41.32854240597704],[-72.61166188511243,41.32838340594759],[-72.6116688850844,41.32784040584122],[-72.61161088505303,41.32761540579907],[-72.61152788502098,41.32752440578391],[-72.61151888501752,41.327514405782246],[-72.61149088500673,41.32748440577726],[-72.61128888493808,41.327429405772925],[-72.61099688484386,41.32744040578434],[-72.6108298847918,41.327479405797234],[-72.61026888462126,41.32768840585588],[-72.60984088448323,41.32770540587277],[-72.6094988843783,41.32781540590513],[-72.60906188425017,41.328062405967266],[-72.60865488412476,41.328183406003824],[-72.60839988404227,41.32818940601308],[-72.60810888394475,41.32813540601175],[-72.60790488387454,41.32806440600434],[-72.60734388367368,41.32772940595663],[-72.60720588362582,41.32767540595045],[-72.60697288354928,41.3276594059547],[-72.60660288343921,41.32784040600183],[-72.60627488333364,41.32785740601555],[-72.60597688323503,41.327824406018536],[-72.60585288319297,41.327792406016215],[-72.60575088315711,41.32774340600987],[-72.60522688297992,41.32761740600185],[-72.60492788287422,41.32746340598121],[-72.60429388264669,41.32707540592545],[-72.60411988258187,41.32692640590185],[-72.60403888255009,41.32682840588526],[-72.60375488244749,41.3266424058579],[-72.60357288237863,41.326467405829455],[-72.60299788217421,41.3261504057857],[-72.60277188209591,41.32606240577566],[-72.60251088200684,41.32598540576888],[-72.60208888187042,41.3259964057844],[-72.60193588182379,41.32605140580001],[-72.60181888178914,41.32611140581544],[-72.60166588174012,41.326123405822635],[-72.60146988167347,41.32606940581828],[-72.60096688149784,41.325849405791224],[-72.60078488143722,41.325822405791705],[-72.60056788136805,41.325845405803086],[-72.60050188134967,41.32590040581592],[-72.60053888137078,41.326063405846625],[-72.6004438813528,41.3262944058948],[-72.60036388133447,41.326431405924104],[-72.60006588124538,41.326569405960534],[-72.5997758811696,41.32689940603424],[-72.59959388112573,41.32717240609337],[-72.59951388110528,41.327271406115266],[-72.59925888102953,41.32739840614818],[-72.59885988090765,41.3275364061878],[-72.59856888082297,41.32771240623141],[-72.59784888062126,41.32828840636684],[-72.59769588057554,41.32835940638557],[-72.59741988049052,41.32844240641054],[-72.59719388042264,41.32854140643706],[-72.59713688040479,41.32855340644121],[-72.59700588036225,41.32855340644536],[-72.59667088024793,41.32845440643661],[-72.59626288010745,41.32831140642159],[-72.59597888000575,41.32814140639736],[-72.59585487996341,41.328104406394054],[-72.59577487993614,41.32808140639207],[-72.59570887991259,41.328043406386755],[-72.59567287989383,41.32791640636306],[-72.59573087990903,41.32785140634853],[-72.59588387995164,41.32772440631884],[-72.59588387994829,41.327664406307115],[-72.5957888799098,41.32752740628333],[-72.59565087985912,41.32742240626719],[-72.59524287971442,41.327203406237295],[-72.5950238796317,41.32699540620358],[-72.59500187961349,41.32679740616557],[-72.59500187960553,41.3266544061376],[-72.59495387958336,41.326536406116055],[-72.59479087950797,41.32613340604243],[-72.59455087941564,41.32587540599959],[-72.59436087934506,41.32571640597453],[-72.59398987921325,41.32551340594659],[-72.59366887909151,41.32519940589537],[-72.59345087900883,41.32498640586063],[-72.59312287887265,41.32445440576701],[-72.59287587877199,41.32408740570307],[-72.59286687876828,41.324073405700624],[-72.59286087876583,41.324064405699055],[-72.59268587869647,41.32383940566061],[-72.59234387855268,41.32325240555667],[-72.5921908784938,41.32308740552925],[-72.59185887837153,41.32282840548914],[-72.59180487835165,41.32278640548263],[-72.59149887824555,41.32266540546867],[-72.59110587811394,41.32259440546723],[-72.59074887799801,41.32259440547853],[-72.59062487795677,41.32257740547916],[-72.59006887777866,41.32262140550535],[-72.58944587757912,41.32267140553486],[-72.58920487750481,41.32274240555637],[-72.58906687746585,41.322847405581264],[-72.58886287741058,41.32304440562624],[-72.58851387730917,41.32325840567915],[-72.58836787726604,41.32333540569883],[-72.58830987725088,41.32340140571356],[-72.58829587725185,41.32350040573336],[-72.58834687728246,41.323752405781015],[-72.58802687719721,41.324087405856645],[-72.58787387715364,41.32419740588301],[-72.58780987713419,41.32422140588972],[-72.5875098770434,41.3243404059225],[-72.5873418769885,41.324334405926656],[-72.58723287694914,41.32426340591621],[-72.58703587687296,41.32404440587963],[-72.5868908768222,41.32397840587131],[-72.58672287676762,41.323978405876645],[-72.5865488767178,41.32409840590562],[-72.58641787668233,41.3242254059346],[-72.58640287667775,41.324230405936056],[-72.58637687666986,41.324240405938816],[-72.58635887666433,41.32424640594058],[-72.58634487666012,41.32425240594219],[-72.58619887660875,41.32418140593291],[-72.58594387651709,41.32402240590991],[-72.58584187647695,41.32389640588851],[-72.58584187647266,41.32381940587345],[-72.58611187654992,41.32363240582833],[-72.58607487653053,41.323500405803706],[-72.58591487646238,41.32320940575186],[-72.58576887640241,41.3229844057125],[-72.5857328763715,41.32263940564619],[-72.5857328763608,41.322447405608635],[-72.58595787639838,41.32181040547697],[-72.58588887636957,41.32169540545666],[-72.58585587635578,41.32164040544695],[-72.58568087628825,41.32144840541494],[-72.58556487623403,41.32115140536056],[-72.5854818761975,41.32097940532954],[-72.58540087615961,41.320771405291445],[-72.58533787612733,41.32055940525197],[-72.58530987610793,41.32037440521669],[-72.58527887608678,41.32017540517875],[-72.5851838760269,41.31965440507989],[-72.58514087600697,41.31954740506033],[-72.58508287597337,41.31928240501034],[-72.58514987597711,41.318958404944865],[-72.58531887601349,41.31862640487459],[-72.58618287624556,41.317755404676895],[-72.58682787642434,41.31720440454873],[-72.58735787656285,41.31660140441403],[-72.5873988765741,41.31656440440551],[-72.5878098766791,41.31605340429255],[-72.58788887670165,41.3159974042791],[-72.58809987676727,41.31594540426226],[-72.58827987682618,41.31595340425812],[-72.58845487688623,41.31601140426391],[-72.5884868768967,41.3160124042631],[-72.58853087691396,41.316066404272284],[-72.58864187695536,41.316162404287525],[-72.58877687700416,41.31625140430065],[-72.58890087704552,41.316270404300454],[-72.58904487708875,41.31620740428357],[-72.58928487715738,41.31604040424332],[-72.58941487719241,41.31591140421396],[-72.58959687723988,41.31570240416733],[-72.5896088772328,41.31550540412842],[-72.58957887721488,41.31535840410063],[-72.58956287720527,41.315279404085686],[-72.58941587714985,41.315141404063354],[-72.58880087693454,41.314861404028065],[-72.5885548768482,41.31474540401316],[-72.58832087676419,41.31460140399241],[-72.58809187667885,41.31440440396115],[-72.58788987659813,41.31413340391453],[-72.5877178765316,41.31394140388243],[-72.58755287647162,41.31382640386516],[-72.58740887642082,41.31375440385565],[-72.58724687636622,41.313718403853734],[-72.58706287630625,41.313714403858775],[-72.58617687604755,41.31423540398871],[-72.58596287597828,41.314239403996275],[-72.58570487589472,41.31424340400522],[-72.58544587581082,41.3142474040142],[-72.58536287578372,41.31424440401624],[-72.58527887575632,41.31424240401851],[-72.58520687573284,41.3142404040204],[-72.584903875619,41.31396340397582],[-72.5848428755904,41.31380540394686],[-72.58474287554343,41.31354540389917],[-72.58464287549648,41.31328540385148],[-72.58461687548431,41.313218403839194],[-72.58466487549703,41.31316640382751],[-72.5847598755225,41.31307040380573],[-72.58485487554802,41.31297440378394],[-72.5848858755563,41.31294240377671],[-72.58645187606501,41.31294540372772],[-72.58656587610197,41.31294440372391],[-72.58752887638941,41.31249040360464],[-72.58755487639563,41.31245040359598],[-72.58761787641086,41.31235640357562],[-72.58768087642602,41.31226140355504],[-72.58775187644312,41.31215440353186],[-72.58782287646021,41.312047403508686],[-72.58785987646911,41.31199140349655],[-72.58837087662937,41.31188940346044],[-72.58852187667095,41.31175540342945],[-72.58857487668554,41.31170840341859],[-72.58850987666216,41.31166740341262],[-72.58820787655338,41.311475403384634],[-72.58689587610311,41.31104040334108],[-72.58683287607971,41.3109874033327],[-72.58580187569629,41.310114403194596],[-72.5856928756502,41.30992240316049],[-72.58565787563539,41.30986040314948],[-72.5856258756144,41.30967040311333],[-72.58565587562217,41.30963440310534],[-72.58576887565155,41.309503403076135],[-72.58594487570001,41.30934740304006],[-72.58602687572258,41.309274403023174],[-72.5861088757452,41.30920240300651],[-72.58615787575872,41.30915940299654],[-72.58555587551852,41.30835640285852],[-72.58561087551202,41.307918402771115],[-72.5856438755084,41.307661402719795],[-72.58561287548633,41.307445402678525],[-72.58559987547714,41.30735640266153],[-72.58551987544877,41.307313402655645],[-72.5854598754275,41.307281402651284],[-72.58539987540625,41.307249402646924],[-72.58518187532755,41.30710740262605],[-72.5846428751394,41.30687140259696],[-72.5842648750105,41.3067614025874],[-72.58403887493651,41.3067504025924],[-72.5835368747622,41.30654740256859],[-72.58315787463485,41.30647040256551],[-72.58250287441791,41.30639440257137],[-72.58241187438469,41.30632840256135],[-72.58232087435152,41.306263402551515],[-72.582231874319,41.30619840254161],[-72.58196187422054,41.30600440251221],[-72.58188887419394,41.30595240250434],[-72.58168387411914,41.305804402481876],[-72.58147787404398,41.30565640245944],[-72.58140887401882,41.30560640245185],[-72.58134087399401,41.30555740244441],[-72.58128787397469,41.30551940243867],[-72.58125787395915,41.30541540241927],[-72.5811238738892,41.30494040233058],[-72.58147387398232,41.304571402247326],[-72.58180287406996,41.30422640216943],[-72.58182187405936,41.30392540210995],[-72.58182287405887,41.30391040210697],[-72.5817618740389,41.30390740210833],[-72.58149887395264,41.303892402113696],[-72.5798758734322,41.30401040218815],[-72.57973487338435,41.30397340218537],[-72.57861687300506,41.30368140216361],[-72.57762787266387,41.303321402124475],[-72.57726087253195,41.3030924020913],[-72.57717087249912,41.30302740208142],[-72.57634087219657,41.302433401991465],[-72.57628687216739,41.3022244019523],[-72.57635087217426,41.30197440190137],[-72.57629187213826,41.30167140184395],[-72.57618187208838,41.30141740179773],[-72.57608687204154,41.301129401744376],[-72.57595387198722,41.30092940170947],[-72.57556887184819,41.30067740167235],[-72.57495887162914,41.30030040161788],[-72.57454087147944,41.300049401581994],[-72.57418987135205,41.29980840154595],[-72.57368587116554,41.29939740148148],[-72.57344887107669,41.29918340144709],[-72.5727398708255,41.29880640139576],[-72.57259487077306,41.29871040138157],[-72.57196387055211,41.298421401344974],[-72.57165587044614,41.29831440133377],[-72.57135087034153,41.29821440132386],[-72.57109887025547,41.29813840131696],[-72.57085487017201,41.29806240130981],[-72.57070287011989,41.29801240130483],[-72.57078687014294,41.297936401287295],[-72.57094687018598,41.297776401250935],[-72.57142687033864,41.2977184012244],[-72.57174787044076,41.29768040120681],[-72.57177787044776,41.2976314011963],[-72.57173987043221,41.29757340118613],[-72.57156487037032,41.29748240117387],[-72.57123687025425,41.29731040115059],[-72.57090887013842,41.29714240112807],[-72.57066387005167,41.29701340111059],[-72.57041286996294,41.2968834010931],[-72.57019586988613,41.29676940107765],[-72.56997786980897,41.29665440106202],[-72.57080887003043,41.29578440086552],[-72.57063686995262,41.29538940079368],[-72.57014686974004,41.29442740062091],[-72.5699398696717,41.29440740062354],[-72.56934986947562,41.29432640062636],[-72.56901386937004,41.29438940064932],[-72.56876486928888,41.29438440065621],[-72.56806986905666,41.29426640065508],[-72.56755986888639,41.294182400654776],[-72.56742186882634,41.293908400605524],[-72.56707886866978,41.29309540045727],[-72.56690286860797,41.293011400446396],[-72.56667386852743,41.292900400431904],[-72.56644486844718,41.29279440041841],[-72.56607886831833,41.292614400394754],[-72.56571286818976,41.29243940037208],[-72.56562886816039,41.29240140036729],[-72.56555986813015,41.29226040034188],[-72.56536986804787,41.291890400275484],[-72.56531586800746,41.29147840019657],[-72.56481386779274,41.29054740003022],[-72.56475486776945,41.290473400017596],[-72.56474386776453,41.29044940001326],[-72.56459286769757,41.29012639995482],[-72.56454286767534,41.290018399935256],[-72.5645338676718,41.290007399933415],[-72.56452886767006,41.290005399933165],[-72.56455686767156,41.28986839990546],[-72.56462886767598,41.28952739983645],[-72.56463086767562,41.289509399832866],[-72.5645858676574,41.28944439982157],[-72.56453486763645,41.289365399807714],[-72.56430186754048,41.288999399743446],[-72.5641658674957,41.288988399745584],[-72.56401386744562,41.288975399747855],[-72.5639778674338,41.2889733997486],[-72.56393486740502,41.28870639969771],[-72.56373986733905,41.28865839969448],[-72.5635458672733,41.288609399691026],[-72.56274086700243,41.288438399682995],[-72.56270986699204,41.2884323996828],[-72.56113286642865,41.28750839955179],[-72.56034086611417,41.28647639937483],[-72.56002986599076,41.286072399305574],[-72.55981286590458,41.28578939925704],[-72.55928686569585,41.285106399139984],[-72.5593198657024,41.28503139912425],[-72.55931286569852,41.28500239911879],[-72.55929186568653,41.28490939910126],[-72.55913986562774,41.284739399072784],[-72.55913386562557,41.2847353990722],[-72.55904586559349,41.28467239906264],[-72.55882286551314,41.28452939904169],[-72.55860086543318,41.284387399020915],[-72.5574348650166,41.28370339892386],[-72.55735886496727,41.283259398839355],[-72.55735486495794,41.2831143988111],[-72.55735286495077,41.28299739878826],[-72.55733786493884,41.28287039876387],[-72.55732286492693,41.282743398739484],[-72.55723686485777,41.28200039859675],[-72.55622886449777,41.2814113985133],[-72.5557638643268,41.28105139845752],[-72.55543586420615,41.280796398417955],[-72.55502886406401,41.28061639839558],[-72.55489486401932,41.280595398395704],[-72.55464186393714,41.280594398403494],[-72.55438886385498,41.28059439841149],[-72.5541208637679,41.28059339841974],[-72.55370686363347,41.28059339843282],[-72.55302486341198,41.28059239845417],[-72.55289686337042,41.28059239845821],[-72.55276886332881,41.28059139846207],[-72.55256686326322,41.28059139846845],[-72.5523638631973,41.28059139847485],[-72.55202086308587,41.28059039848549],[-72.5516778629745,41.28059039849632],[-72.55158586294463,41.28059039849922],[-72.55149486291509,41.28059039850209],[-72.55134286286567,41.280589398506706],[-72.5511288627963,41.28059139851385],[-72.54928286225599,41.28165639878064],[-72.54917086222325,41.281721398796904],[-72.54910886220483,41.281752398804926],[-72.54902686218065,41.28179639881612],[-72.54892486215043,41.28184839882953],[-72.54889486214151,41.28186339883341],[-72.5488848621392,41.28188039883705],[-72.5488748621369,41.281897398840705],[-72.54887386213674,41.28190039884132],[-72.54876286209736,41.28184039883307],[-72.54865186205798,41.28178039882484],[-72.54855086202221,41.281726398817455],[-72.54845086198675,41.28167239881004],[-72.54805686184706,41.281460398780986],[-72.54766286170731,41.28124739875173],[-72.54734486159448,41.281075398728106],[-72.54702586148137,41.28090339870449],[-72.54655686131504,41.280650398669785],[-72.54608786114872,41.28039739863505],[-72.54598686111292,41.280343398627664],[-72.54604286112657,41.28026139860986],[-72.54608886113766,41.28019239859488],[-72.54610386113345,41.28002839856231],[-72.54619786115508,41.279868398528016],[-72.5463368611838,41.27957239846569],[-72.54649686122598,41.27939639842617],[-72.5468058613044,41.27900139833909],[-72.547736861541,41.27781739807789],[-72.54804686161981,41.27742339799097],[-72.54768786148719,41.27713439794572],[-72.54660986108932,41.276271397810795],[-72.54625386095785,41.27598539776603],[-72.54578286079817,41.275863397757014],[-72.54514386056967,41.27548439770297],[-72.5449918605035,41.275181397648446],[-72.54483186043369,41.274859397590454],[-72.54481386042596,41.274825397584365],[-72.54474486039612,41.2746913975603],[-72.54433986020994,41.27370539738003],[-72.54492986038525,41.27341239730404],[-72.5450018604058,41.27336139729178],[-72.54568486058902,41.272666397134145],[-72.54572186059906,41.272630397125916],[-72.54648686081974,41.27213139700406],[-72.54678286090032,41.27185139693989],[-72.547035860969,41.271608396884325],[-72.54684286084056,41.27042239665817],[-72.54678986080532,41.27009739659621],[-72.54677586079619,41.27001439658039],[-72.54676186078704,41.26993139656457],[-72.54664686073811,41.269722396527285],[-72.54653186068924,41.26951439649019],[-72.5465578606939,41.26944639647604],[-72.54655486068795,41.26935639645852],[-72.54654986067551,41.269161396420486],[-72.54653586066635,41.26907839640468],[-72.54654886065906,41.26887039636354],[-72.54655086065814,41.26884239635798],[-72.54650386062343,41.268491396290734],[-72.54645786058897,41.268139396223255],[-72.5463878605369,41.26761039612188],[-72.54636086051683,41.26740639608279],[-72.54765586076678,41.26433139543969],[-72.54761386074335,41.26415439540635],[-72.54743486064227,41.26337939526022],[-72.54739786062144,41.263220395230235],[-72.54735986060024,41.263060395200114],[-72.54734686059291,41.26300439518954],[-72.54733386058547,41.2629463951786],[-72.5473138605741,41.262858395162],[-72.54725486054032,41.262594395112146],[-72.54723586052933,41.26250739509572],[-72.54672786032022,41.26171039495566],[-72.54621986011107,41.260912394815364],[-72.54618686009748,41.260860394806244],[-72.5461528600835,41.26080739479691],[-72.54583785995379,41.260312394709906],[-72.5457348599167,41.26024639470023],[-72.54216885864518,41.25819239441042],[-72.54202085859242,41.25810739439845],[-72.54187385853997,41.25802239438643],[-72.53688185675954,41.25513739397874],[-72.53613485649315,41.25470639391787],[-72.53594285642494,41.25460039390316],[-72.5352958561949,41.25423939385284],[-72.53529485619453,41.25423839385268],[-72.53335585550529,41.25315939370243],[-72.53270985527564,41.252799393652275],[-72.53265285525535,41.252767393647794],[-72.5324838551953,41.252673393634716],[-72.53242785517538,41.25264239363041],[-72.53228185512346,41.25256039361894],[-72.53152285485368,41.2521383935602],[-72.52880785388858,41.25062639334954],[-72.52790285356694,41.25012339327952],[-72.52790185345134,41.24804039287142],[-72.5279018531056,41.24179139164687],[-72.52790185299044,41.23970939123883],[-72.52790185268474,41.23418139015534],[-72.52790185176838,41.21760138690478],[-72.5279018514631,41.2120743858209],[-72.52790185108437,41.20521538447558],[-72.52790185053604,41.19528038252652],[-72.52790184994916,41.18464038043863],[-72.5279018496099,41.17848737923096],[-72.5279018495905,41.17813537916185],[-72.52790184957105,41.177782379092555],[-72.55156385699772,41.17324637745724],[-72.5518168570771,41.17319737743966],[-72.57522586442326,41.16871137582133],[-72.61135287575816,41.16178637332195],[-72.6235628795884,41.15944537247672],[-72.64747888708999,41.15486237082101],[-72.65618188981944,41.15319337021807],[-72.68229289800755,41.14818836840891],[-72.69099690073678,41.14652136780591],[-72.69174090097002,41.146378367754245],[-72.69397290166984,41.14595036759951],[-72.69471790190345,41.14580836754802],[-72.7029379044805,41.14423036697768],[-72.72759691221044,41.13949636526613],[-72.7358179147873,41.13791936469558],[-72.73853291563819,41.13739736450691],[-72.74667791819094,41.13583336394121],[-72.74939391904222,41.13531336375284],[-72.75851992190317,41.133578363122275],[-72.78589793048504,41.12837536123029],[-72.7950249333457,41.12664236059962],[-72.79664293385277,41.126334360487654],[-72.80149693537403,41.12541236015212],[-72.80311593588145,41.1251053600403],[-72.8033689359607,41.125056360022626],[-72.80362093603961,41.12500736000498],[-72.80805793742923,41.12414835969505],[-72.81572493983047,41.12266635915991],[-72.82288594207307,41.12128135865983],[-72.82782894362107,41.12032635831482],[-72.83145794475747,41.11962435806133],[-72.84234594816678,41.1175173573005],[-72.84597594930347,41.116816357047114],[-72.84663394950944,41.11668835700098],[-72.84860695012725,41.11630735686325],[-72.84926595033362,41.11618035681729],[-72.8514289510108,41.11576135666603],[-72.85791795304247,41.11450635621258],[-72.86008195372001,41.11408835606146],[-72.86060695388434,41.113986356024675],[-72.86218295437774,41.11368135591449],[-72.86270895454248,41.113580355877865],[-72.86290795460474,41.11354135586386],[-72.86350795479258,41.113425355821946],[-72.86370795485523,41.113387355808094],[-72.86748595603801,41.11265635554397],[-72.87882295958708,41.11046335475138],[-72.88260196077009,41.10973335448736],[-72.88339296101763,41.10957935443185],[-72.88576896176139,41.109119354265616],[-72.88656096200936,41.108967354210485],[-72.89130296349364,41.10804935387873],[-72.9055319679473,41.10529735288355],[-72.91027496943184,41.10438135255202],[-72.92408097375255,41.101711351586125],[-72.96549998671243,41.093700348686625],[-72.97930699103185,41.091031347719856],[-72.98335499229815,41.09024834743628],[-72.99549899609673,41.08789834658518],[-72.99954799736324,41.087116346301656],[-73.00504799938071,41.09135134695667],[-73.0215480054339,41.104056348920686],[-73.02704900745223,41.108291349574976],[-73.02866800804632,41.10953834976763],[-73.03352700982926,41.113279350345415],[-73.03514701042373,41.11452635053797],[-73.03582001067066,41.11504435061797],[-73.03784201141268,41.11660135085838],[-73.03851601166001,41.117120350938514],[-73.04059001242113,41.1187173511851],[-73.04363901354012,41.12106535154758],[-73.04681201470461,41.12350835192465],[-73.04876301542066,41.12501035215644],[-73.04882501544341,41.12505835216386],[-73.04888701546614,41.12510535217108],[-73.05777201871116,41.13166035317048],[-73.08442802844876,41.15132835616672],[-73.09331403169558,41.1578853571648],[-73.0961410327296,41.159989357485756],[-73.10136803464151,41.16387835807882],[-73.10462503583288,41.166301358448244],[-73.10745303686737,41.16840535876901],[-73.10751803689074,41.168446358774936],[-73.10771403696126,41.1685713587931],[-73.10778003698499,41.168613358799185],[-73.10782103699972,41.16863935880294],[-73.10794603704474,41.16871935881457],[-73.10798803705985,41.16874635881852],[-73.10882103735955,41.169277358895606],[-73.11132003825882,41.17087335912741],[-73.11215303855859,41.17140535920469],[-73.11312403890537,41.17197835928551],[-73.11409503925205,41.17255035936616],[-73.11435103934342,41.172700359387264],[-73.11605403995159,41.17370535952901],[-73.11795404061195,41.174505359624234],[-73.11985404129496,41.17570535979779],[-73.12073504163946,41.17675235997434],[-73.12145404192054,41.17760536011812],[-73.12199804217201,41.17893536036095],[-73.12235404233655,41.1798053605198],[-73.12237904239011,41.180607360676035],[-73.12245404254466,41.18290536112356],[-73.12195404250753,41.18510536157049],[-73.12179004249157,41.18576036170404],[-73.12136704245059,41.18745236204899],[-73.121353042449,41.18750436205961],[-73.12075404231183,41.188505362274974],[-73.12056204225837,41.18865836231114],[-73.11930404190821,41.189665362548986],[-73.119113041855,41.18981736258492],[-73.11892304180216,41.189970362621025],[-73.11825404161591,41.19050536274741],[-73.11725204135021,41.19154036298244],[-73.11623404108043,41.192594363221694],[-73.11535404084718,41.193505363428514],[-73.11498404075704,41.194028363542856],[-73.11455604065291,41.19463536367552],[-73.11346104038635,41.19618636401455],[-73.11307804029308,41.196728364133044],[-73.11236604011978,41.197737364353564],[-73.11168303995345,41.19870336456475],[-73.11153403991727,41.19891636461125],[-73.11070203971475,41.200095364868936],[-73.11064303970038,41.200178364887094],[-73.11057303968337,41.20027836490893],[-73.11055403967875,41.20030536491483],[-73.11012303958532,41.20111836508789],[-73.10965403948377,41.20200536527667],[-73.10953903948085,41.20261036539879],[-73.10929503947422,41.20388636565641],[-73.10925403947337,41.2041053657006],[-73.10938503954176,41.204563365785994],[-73.10941803955915,41.20468136580801],[-73.10945403957786,41.20480536583112],[-73.10945703957961,41.20481936583376],[-73.10945803958039,41.2048273658353],[-73.10947703959192,41.20492236585327],[-73.10953403962661,41.205208365907396],[-73.1095540396386,41.205305365925746],[-73.10981103975503,41.2058913660321],[-73.11058504010539,41.20764936635108],[-73.1106540401366,41.20780536637936],[-73.11065404016327,41.20827536647135],[-73.11065404016583,41.208320366480145],[-73.1106540401736,41.208457366506956],[-73.1106540401762,41.20850336651595],[-73.11065404030677,41.2108043669662],[-73.11050404032619,41.212002367205464],[-73.11034104034718,41.213302367465104],[-73.11025404035887,41.21400436760526],[-73.10958404023317,41.21561236794157],[-73.10925404017127,41.21640436810719],[-73.10835403998767,41.218304368508036],[-73.10935404047048,41.22110436902343],[-73.10956504058449,41.22190936917407],[-73.10993904078677,41.22333836944149],[-73.11019704092614,41.22432136962542],[-73.1104540410652,41.22530436980938],[-73.11055404121684,41.227404370216895],[-73.11013204115993,41.228808370505156],[-73.11002504114575,41.22916837057903],[-73.10995404113613,41.229404370627485],[-73.1089540409032,41.23100437097277],[-73.107554040535,41.23250437131146],[-73.10495303992549,41.23660337219725],[-73.10405503968737,41.23753137240777],[-73.10157403902956,41.24009637298967],[-73.09949503841663,41.241160373265],[-73.09916803832026,41.24132837330843],[-73.09562603728811,41.24335437381921],[-73.09340403664046,41.24462337413923],[-73.09340303664027,41.24462537413967],[-73.09161403614588,41.246123374490445],[-73.09121603603379,41.2464193745612],[-73.09115103601683,41.246491374577374],[-73.08894603547755,41.249571375250866],[-73.0887660354335,41.24982237530578],[-73.08858603538951,41.25007437536087],[-73.08857003538563,41.25009737536588],[-73.08735103508751,41.25180037573825],[-73.0870920350725,41.25301237598355],[-73.08692203506259,41.25380737614445],[-73.08675303505312,41.254604376305714],[-73.08719103531958,41.25679637672001],[-73.08743003546493,41.257991376945846],[-73.08763003558633,41.25898737713405],[-73.08785303572208,41.26010437734515],[-73.0878350357706,41.261060377532566],[-73.0877530359853,41.26530437836463],[-73.08817203629046,41.268283378933184],[-73.08817803629469,41.26832337894081],[-73.08829103637707,41.269128379094454],[-73.08840403645948,41.26993337924809],[-73.08852903655031,41.27081837941697],[-73.08865303664088,41.271704379586055],[-73.08865903664328,41.27171237958743],[-73.08867703665047,41.271736379591545],[-73.08868303665292,41.2717453795931],[-73.08831603658926,41.2727163797947],[-73.08721903639973,41.27563238039995],[-73.08685303633644,41.27660438060168],[-73.08679103632194,41.27670238062283],[-73.08672903630736,41.276799380643794],[-73.08595403612597,41.278024380908214],[-73.0837530356108,41.28150438165929],[-73.08296403538257,41.28198638177899],[-73.08153103496822,41.282864381996895],[-73.08137003492162,41.282962382021246],[-73.08120903487507,41.2830613820458],[-73.08037703463445,41.283570382172165],[-73.07885303419377,41.28450438240395],[-73.07672103354759,41.2852893826263],[-73.075452033163,41.28575738275878],[-73.07292203239612,41.28668838302253],[-73.07267303232064,41.28677938304836],[-73.07125203189003,41.2873043831969],[-73.06947903139215,41.28865238351758],[-73.06875203118794,41.289204383648936],[-73.06836803109906,41.28982938378342],[-73.06711103080823,41.29187738422409],[-73.06709603080473,41.29190138422925],[-73.06585403051731,41.29392438466454],[-73.0657700304979,41.29406138469401],[-73.06568603047847,41.2941983847235],[-73.065252030378,41.29490438487542],[-73.06519403040288,41.295672385027274],[-73.0650770304555,41.29726338534176],[-73.0650520304668,41.29760438540916],[-73.06615203093142,41.29950438574457],[-73.06634203100256,41.29967238577123],[-73.06665203111858,41.2999453858145],[-73.06709703128516,41.300338385876834],[-73.06785203156774,41.301004385982445],[-73.07070703259268,41.3027543862317],[-73.07535303426073,41.3056043866377],[-73.07654803471016,41.30669538681198],[-73.07680603480722,41.30693138684969],[-73.07706403490428,41.30716738688741],[-73.07765303512576,41.30770438697316],[-73.07812103535754,41.30911038723248],[-73.0789530357693,41.31160438769237],[-73.07955303598658,41.312004387750996],[-73.08205303685952,41.313104387884714],[-73.08262003704934,41.313210387887025],[-73.0831860372389,41.313317387889576],[-73.08526003793337,41.313708387898686],[-73.08660503841311,41.31447738800518],[-73.08665103842952,41.31450338800876],[-73.08665803843226,41.31451138801011],[-73.0871210386132,41.315053388100885],[-73.08831003907801,41.31644638833422],[-73.08866203921576,41.31686138840379],[-73.08867803922196,41.3168793884068],[-73.08904403936529,41.317312388479436],[-73.08918003941781,41.31746038850391],[-73.09093904009079,41.31926438879894],[-73.0932410409368,41.321015389066],[-73.0956570417821,41.32210638920055],[-73.09644504205616,41.3224333892388],[-73.09664904212714,41.32251838924878],[-73.09685404219849,41.3226043892589],[-73.09742104239854,41.32288938929612],[-73.09798904259895,41.32317538933351],[-73.10122304373994,41.324801389545875],[-73.10177304393402,41.32507838958208],[-73.10232304412804,41.325354389618084],[-73.10558204527784,41.32699238983192],[-73.108842046428,41.328630390045696],[-73.11173504744883,41.33008639023584],[-73.11462904846995,41.331541390425734],[-73.11475504851438,41.331604390433924],[-73.11575504887278,41.3322043905185],[-73.1158100488945,41.33227239052998],[-73.12085505088592,41.33850439158169],[-73.12219205142927,41.340427391913266],[-73.12240105151416,41.340727391965004],[-73.12285505170004,41.341404392082275],[-73.12305705180782,41.34214439222002],[-73.12345505202035,41.3436043924918],[-73.1235280520499,41.34370739250951],[-73.12366205210421,41.34389739254221],[-73.12375305214108,41.3440263925644],[-73.1237960521585,41.34408739257492],[-73.12403605225582,41.344428392633596],[-73.12427705235338,41.344768392692075],[-73.12442905241501,41.34498439272926],[-73.12455505246604,41.34516239275987],[-73.12465505250657,41.3453043927843],[-73.12477305255064,41.34540639280036],[-73.12489105259478,41.345509392816616],[-73.12615505306715,41.34660439298906],[-73.12646005317414,41.34674639300683],[-73.12956105426176,41.348187393187025],[-73.13053305460264,41.34863839324336],[-73.1326620553494,41.34962839336718],[-73.13605505653942,41.35120439356412],[-73.13642205668542,41.35167639364421],[-73.13706705694189,41.352504393784656],[-73.13771105719806,41.353332393925136],[-73.13815605737507,41.35390439402217],[-73.13954705824153,41.36115839539087],[-73.1395560582471,41.361204395399575],[-73.13957405825379,41.361219395401896],[-73.14226805925246,41.36340739574069],[-73.14356505973333,41.3644613959039],[-73.147556061213,41.367704396406005],[-73.14852406156763,41.36841639651324],[-73.1494920619222,41.36912739662027],[-73.15095606245855,41.3702043967825],[-73.15555406423024,41.37510439758748],[-73.15665806465579,41.376283397781215],[-73.15705606480898,41.376704397850276],[-73.15792406512062,41.37723139792467],[-73.15883306555656,41.37969239837447],[-73.15797806546745,41.38296739904024],[-73.15865706571266,41.38340439910324],[-73.16125406658085,41.38386139910766],[-73.16655706826225,41.38320439880692],[-73.16656606827436,41.383364398837784],[-73.16895306906477,41.3836533988163],[-73.17134006985526,41.383943398794976],[-73.17144206988908,41.383956398794176],[-73.17168506996198,41.3838543987664],[-73.17241707018188,41.38355139868353],[-73.17266307025582,41.38345039865582],[-73.17299407036731,41.383523398659264],[-73.17335707048964,41.3836043986632],[-73.17388007068097,41.38398339871998],[-73.17415507078162,41.38418339874996],[-73.17494007107108,41.384792398842976],[-73.1757250713605,41.385400398935786],[-73.17602707147185,41.385634398971526],[-73.18116907336788,41.3896193995799],[-73.18120007337973,41.38965039958492],[-73.18159407353009,41.390044399648794],[-73.18327007416978,41.3917193999203],[-73.18338807421613,41.3918603999439],[-73.18350607426243,41.3920003999673],[-73.18386607440382,41.3924294000391],[-73.1842260745452,41.392858400110896],[-73.18795807601087,41.39730440085474],[-73.1881580761275,41.39820440102343],[-73.18755807601356,41.39960440131556],[-73.18535807544997,41.402204401893485],[-73.18485807552385,41.406304402707875],[-73.1858140759083,41.407598402928535],[-73.18615507604541,41.40805940300712],[-73.18649607618252,41.408520403085724],[-73.18655807620745,41.40860440310004],[-73.18870607696071,41.409591403222045],[-73.19025807750498,41.41030440331014],[-73.1911160777915,41.410449403310366],[-73.19113007779623,41.410452403310494],[-73.19371907866086,41.4108904033112],[-73.19630707952518,41.411328403311934],[-73.19675807967576,41.41140440331201],[-73.19815808015846,41.41190440336359],[-73.19818008016665,41.41192240336638],[-73.19975808075215,41.413204403564315],[-73.2015580814856,41.41580440401146],[-73.20369408227407,41.41746840426545],[-73.20657908333914,41.41971740460877],[-73.20745908366402,41.420403404713475],[-73.20768908374718,41.42055240473496],[-73.20791708382815,41.420674404751246],[-73.20814508390914,41.42079740476772],[-73.20919808428316,41.42136240484324],[-73.20982708450654,41.42169940488822],[-73.21150808510365,41.42260240500896],[-73.21183608522014,41.42277840503249],[-73.21209208531626,41.42300540506828],[-73.21344308582323,41.424200405256585],[-73.21443608619585,41.425078405394906],[-73.214682086293,41.425379405445426],[-73.2163940869688,41.427471405796375],[-73.21713608726175,41.428378405948536],[-73.21823608765882,41.429078406048724],[-73.22085808853822,41.429585406061584],[-73.2220790889478,41.42982240606775],[-73.22379208951429,41.430014406049075],[-73.22648009040333,41.43031740602007],[-73.2266110904332,41.4300994059734],[-73.22674109046271,41.42988040592654],[-73.22677009046934,41.429832405916244],[-73.22826309093453,41.42950540580381],[-73.22997009146644,41.42913240567543],[-73.23402509266391,41.42710340514812],[-73.23589809321709,41.426167404904774],[-73.23591209322127,41.426161404903134],[-73.23593709322944,41.426162404902506],[-73.23607109327315,41.42616740489912],[-73.23659609344459,41.426188404886],[-73.23677209350205,41.426195404881604],[-73.23715709362774,41.42621040487192],[-73.23739609370574,41.42621940486586],[-73.23754109375315,41.426226404862476],[-73.23841209403756,41.42626140484077],[-73.2390120942572,41.42669640490574],[-73.23910709429198,41.42676540491604],[-73.23961409447763,41.42713340497103],[-73.23993709459974,41.427434405019014],[-73.24090909496704,41.42833740516282],[-73.24123409508981,41.42863840521072],[-73.24226409549199,41.42981940540668],[-73.24229009550217,41.42984940541166],[-73.24230409559964,41.43145740572393],[-73.24231109564775,41.4322504058779],[-73.24231809569591,41.43304440603208],[-73.24233109578499,41.43451240631711],[-73.2423320957882,41.434562406326805],[-73.2423450958802,41.43608040662156],[-73.24260809598904,41.43648840669229],[-73.24278509606233,41.436763406739956],[-73.2428710960979,41.436896406763005],[-73.24329809627457,41.437557406877545],[-73.24351409639335,41.43840040703439],[-73.24355809641756,41.43857240706639],[-73.24383409652746,41.43892540712598],[-73.24433509672697,41.43956640723421],[-73.24481109689131,41.43973940725225],[-73.24526009704637,41.439903407269455],[-73.2462690973579,41.43963340718389],[-73.24676009750958,41.43950340714254],[-73.24693009756076,41.43943540712375],[-73.24744109771483,41.43923440706793],[-73.24760809776498,41.43916540704906],[-73.24807909790651,41.4389724069961],[-73.24956009835105,41.43835640682783],[-73.24978109841994,41.43830840681125],[-73.25000109848855,41.4382614067949],[-73.25023109856028,41.43821240677785],[-73.2504430986235,41.43811740675241],[-73.25119109884653,41.4377804066624],[-73.2513940989053,41.43765840663204],[-73.25146509892593,41.43761740662174],[-73.25243909920859,41.43704440647842],[-73.25298309936646,41.436724406398376],[-73.2532610994446,41.436517406349026],[-73.25347909950595,41.43635640631059],[-73.25352309951825,41.43632240630252],[-73.2535560995275,41.436297406296575],[-73.2539590996403,41.435988406223295],[-73.25472709985505,41.435396406083015],[-73.25527210000459,41.434927405974],[-73.2555271000746,41.434708405923054],[-73.25639110032417,41.43418040579208],[-73.25652410036282,41.43410340577275],[-73.25695110048721,41.433860405711506],[-73.25773510072472,41.43357240562982],[-73.25843910094137,41.433372405567866],[-73.25920610118801,41.43333740553594],[-73.26029010154984,41.43351740553542],[-73.26226610221654,41.43396840555835],[-73.26265710235245,41.434126405576265],[-73.26367910270773,41.434540405623274],[-73.26452510301324,41.435080405700525],[-73.26513710325331,41.435800405820466],[-73.2654661034018,41.43652340595026],[-73.26551710343409,41.43679540600147],[-73.2657891035232,41.436811405995655],[-73.2658581035612,41.437081406045884],[-73.26598810363332,41.43759940614234],[-73.26611810370558,41.438119406239174],[-73.26627510379265,41.43874440635554],[-73.26643210387968,41.439368406471715],[-73.26649010391185,41.43959940651472],[-73.26654910394434,41.439830406557704],[-73.2669791041826,41.44153740687545],[-73.26740810442062,41.443246407193605],[-73.26749410446838,41.44358940725747],[-73.26777110458436,41.444041407336236],[-73.2678721046266,41.4442054073648],[-73.26797210466852,41.44436940739341],[-73.26830810480925,41.444918407489105],[-73.26923210519436,41.4463954077459],[-73.27024410561619,41.448013408027215],[-73.27126410600928,41.44909040820309],[-73.2724071064497,41.450295408399796],[-73.27355110689044,41.451500408596466],[-73.27369710694664,41.45165340862141],[-73.27390910701803,41.4516994086234],[-73.27825410848148,41.45264340866431],[-73.28073910926793,41.45231140851827],[-73.28319611002445,41.451620408303356],[-73.28779911144156,41.450323407900214],[-73.29126411243692,41.448116407357574],[-73.2939491132637,41.44736340712308],[-73.29470811351057,41.44737740710088],[-73.29528611370682,41.44753040711164],[-73.29535611373056,41.44754840711285],[-73.29593411392773,41.44771740712672],[-73.29776111455288,41.44828440717693],[-73.29826911474339,41.44872940724672],[-73.29840411479846,41.44892440728018],[-73.29866611490544,41.44930440734543],[-73.29893811502234,41.449799407432685],[-73.29951411528054,41.451031407653176],[-73.30007411554658,41.45248740791773],[-73.3005701158225,41.454471408286956],[-73.30079411597869,41.4559114085594],[-73.2998611158231,41.458442409081805],[-73.2998341159507,41.46079140953906],[-73.29933811585305,41.46187940976673],[-73.29889011576911,41.46293540998659],[-73.29831411568918,41.464775410362954],[-73.29823411574313,41.466151410632875],[-73.29826611583992,41.467639410920874],[-73.29917811624618,41.469543411260744],[-73.29959411641453,41.47011941135896],[-73.30012211660807,41.47050441141638],[-73.3006021167841,41.47085541146879],[-73.3015621171186,41.47125541151493],[-73.30180311719901,41.47129441151459],[-73.30276211751885,41.47144741151279],[-73.30397811790569,41.47131941144797],[-73.30431411801369,41.47130341143382],[-73.30503411823878,41.47115941138218],[-73.30653811869388,41.47059941122399],[-73.30760911901551,41.470158411103135],[-73.30817011918397,41.46992741103983],[-73.30856411929946,41.4697164109859],[-73.30954611958735,41.46919141085166],[-73.31036911983523,41.46886541076129],[-73.31047411986685,41.46882341074967]]]},"properties":{"name":"New Haven"}} -]} \ No newline at end of file diff --git a/google-analytics-datavizforall.html b/google-analytics-datavizforall.html new file mode 100644 index 000000000..7b0a3b995 --- /dev/null +++ b/google-analytics-datavizforall.html @@ -0,0 +1,9 @@ + + + diff --git a/images/.DS_Store b/images/.DS_Store new file mode 100644 index 000000000..17197f97e Binary files /dev/null and b/images/.DS_Store differ diff --git a/images/0-introduction/.DS_Store b/images/0-introduction/.DS_Store new file mode 100644 index 000000000..5008ddfcf Binary files /dev/null and b/images/0-introduction/.DS_Store differ diff --git a/images/0-introduction/ArmendarizVeronica-96.jpg b/images/0-introduction/ArmendarizVeronica-96.jpg new file mode 100644 index 000000000..cecbc503f Binary files /dev/null and b/images/0-introduction/ArmendarizVeronica-96.jpg differ diff --git a/introduction/DoughertyJack-96.jpg b/images/0-introduction/DoughertyJack-96.jpg similarity index 100% rename from introduction/DoughertyJack-96.jpg rename to images/0-introduction/DoughertyJack-96.jpg diff --git a/introduction/EderDerek-96.jpg b/images/0-introduction/EderDerek-96.jpg similarity index 100% rename from introduction/EderDerek-96.jpg rename to images/0-introduction/EderDerek-96.jpg diff --git a/images/0-introduction/GitBook-comments-2016-02.gif b/images/0-introduction/GitBook-comments-2016-02.gif new file mode 100644 index 000000000..871939c41 Binary files /dev/null and b/images/0-introduction/GitBook-comments-2016-02.gif differ diff --git a/images/0-introduction/GitBook-edit-on-github.png b/images/0-introduction/GitBook-edit-on-github.png new file mode 100644 index 000000000..ca528d576 Binary files /dev/null and b/images/0-introduction/GitBook-edit-on-github.png differ diff --git a/images/0-introduction/GitHub-edit-file.png b/images/0-introduction/GitHub-edit-file.png new file mode 100644 index 000000000..ddb003092 Binary files /dev/null and b/images/0-introduction/GitHub-edit-file.png differ diff --git a/images/0-introduction/IlyankouIlya-96.jpg b/images/0-introduction/IlyankouIlya-96.jpg new file mode 100644 index 000000000..aee3e0193 Binary files /dev/null and b/images/0-introduction/IlyankouIlya-96.jpg differ diff --git a/introduction/LamStacy-96.jpg b/images/0-introduction/LamStacy-96.jpg similarity index 100% rename from introduction/LamStacy-96.jpg rename to images/0-introduction/LamStacy-96.jpg diff --git a/introduction/TatemDavid-96.jpg b/images/0-introduction/TatemDavid-96.jpg similarity index 100% rename from introduction/TatemDavid-96.jpg rename to images/0-introduction/TatemDavid-96.jpg diff --git a/images/0-introduction/contextual-menu.png b/images/0-introduction/contextual-menu.png new file mode 100644 index 000000000..2a0e0e871 Binary files /dev/null and b/images/0-introduction/contextual-menu.png differ diff --git a/images/0-introduction/cover-400wide.jpg b/images/0-introduction/cover-400wide.jpg new file mode 100644 index 000000000..b4996ab07 Binary files /dev/null and b/images/0-introduction/cover-400wide.jpg differ diff --git a/images/0-introduction/cover-map-background.tiff b/images/0-introduction/cover-map-background.tiff new file mode 100644 index 000000000..ae5ab1b74 Binary files /dev/null and b/images/0-introduction/cover-map-background.tiff differ diff --git a/images/0-introduction/cover-red-map-marker.png b/images/0-introduction/cover-red-map-marker.png new file mode 100644 index 000000000..59373698c Binary files /dev/null and b/images/0-introduction/cover-red-map-marker.png differ diff --git a/images/0-introduction/cover-square-2019.psd b/images/0-introduction/cover-square-2019.psd new file mode 100644 index 000000000..9f897dfcf Binary files /dev/null and b/images/0-introduction/cover-square-2019.psd differ diff --git a/images/0-introduction/examples-Minard-Snow.png b/images/0-introduction/examples-Minard-Snow.png new file mode 100644 index 000000000..643622b23 Binary files /dev/null and b/images/0-introduction/examples-Minard-Snow.png differ diff --git a/images/0-introduction/laptop-and-monitor-and-tablet.jpg b/images/0-introduction/laptop-and-monitor-and-tablet.jpg new file mode 100644 index 000000000..280c061b2 Binary files /dev/null and b/images/0-introduction/laptop-and-monitor-and-tablet.jpg differ diff --git a/images/01-choose/.DS_Store b/images/01-choose/.DS_Store new file mode 100644 index 000000000..3fe053a99 Binary files /dev/null and b/images/01-choose/.DS_Store differ diff --git a/images/01-choose/sample-address-screenshot.png b/images/01-choose/sample-address-screenshot.png new file mode 100644 index 000000000..a28611936 Binary files /dev/null and b/images/01-choose/sample-address-screenshot.png differ diff --git a/images/01-choose/tool-sweet-spot.png b/images/01-choose/tool-sweet-spot.png new file mode 100644 index 000000000..0064d35d8 Binary files /dev/null and b/images/01-choose/tool-sweet-spot.png differ diff --git a/images/02-spreadsheet/SpreadsheetFormula640w.gif b/images/02-spreadsheet/SpreadsheetFormula640w.gif new file mode 100644 index 000000000..17a7c6882 Binary files /dev/null and b/images/02-spreadsheet/SpreadsheetFormula640w.gif differ diff --git a/images/02-spreadsheet/SpreadsheetPasteSpecialValues640w.gif b/images/02-spreadsheet/SpreadsheetPasteSpecialValues640w.gif new file mode 100644 index 000000000..e16f8b9b9 Binary files /dev/null and b/images/02-spreadsheet/SpreadsheetPasteSpecialValues640w.gif differ diff --git a/images/02-spreadsheet/SpreadsheetSort640w.gif b/images/02-spreadsheet/SpreadsheetSort640w.gif new file mode 100644 index 000000000..b1578a1c7 Binary files /dev/null and b/images/02-spreadsheet/SpreadsheetSort640w.gif differ diff --git a/images/02-spreadsheet/excel-drag-consec.gif b/images/02-spreadsheet/excel-drag-consec.gif new file mode 100644 index 000000000..116e693ed Binary files /dev/null and b/images/02-spreadsheet/excel-drag-consec.gif differ diff --git a/images/02-spreadsheet/excel-quit-csv.png b/images/02-spreadsheet/excel-quit-csv.png new file mode 100644 index 000000000..053abcb77 Binary files /dev/null and b/images/02-spreadsheet/excel-quit-csv.png differ diff --git a/images/02-spreadsheet/excel-save-as-csv-continue.png b/images/02-spreadsheet/excel-save-as-csv-continue.png new file mode 100644 index 000000000..d8ff4bed6 Binary files /dev/null and b/images/02-spreadsheet/excel-save-as-csv-continue.png differ diff --git a/images/02-spreadsheet/excel-save-as-csv.png b/images/02-spreadsheet/excel-save-as-csv.png new file mode 100644 index 000000000..9663570a5 Binary files /dev/null and b/images/02-spreadsheet/excel-save-as-csv.png differ diff --git a/images/02-spreadsheet/excel-save-as-ods.png b/images/02-spreadsheet/excel-save-as-ods.png new file mode 100644 index 000000000..c2702b874 Binary files /dev/null and b/images/02-spreadsheet/excel-save-as-ods.png differ diff --git a/images/02-spreadsheet/google-drive-settings-convert-uploads.png b/images/02-spreadsheet/google-drive-settings-convert-uploads.png new file mode 100644 index 000000000..0f1ca47a0 Binary files /dev/null and b/images/02-spreadsheet/google-drive-settings-convert-uploads.png differ diff --git a/images/02-spreadsheet/google-drive-sheets-icon-rename.png b/images/02-spreadsheet/google-drive-sheets-icon-rename.png new file mode 100644 index 000000000..d68a26467 Binary files /dev/null and b/images/02-spreadsheet/google-drive-sheets-icon-rename.png differ diff --git a/images/02-spreadsheet/google-drive-spreadsheet-icons.png b/images/02-spreadsheet/google-drive-spreadsheet-icons.png new file mode 100644 index 000000000..20b620ec4 Binary files /dev/null and b/images/02-spreadsheet/google-drive-spreadsheet-icons.png differ diff --git a/images/02-spreadsheet/google-drive-upload-methods.png b/images/02-spreadsheet/google-drive-upload-methods.png new file mode 100644 index 000000000..27d842ca9 Binary files /dev/null and b/images/02-spreadsheet/google-drive-upload-methods.png differ diff --git a/images/02-spreadsheet/google-sheets-copy1.png b/images/02-spreadsheet/google-sheets-copy1.png new file mode 100644 index 000000000..87ef71b29 Binary files /dev/null and b/images/02-spreadsheet/google-sheets-copy1.png differ diff --git a/images/02-spreadsheet/google-sheets-copy2.png b/images/02-spreadsheet/google-sheets-copy2.png new file mode 100644 index 000000000..afbfa480c Binary files /dev/null and b/images/02-spreadsheet/google-sheets-copy2.png differ diff --git a/images/02-spreadsheet/google-sheets-download-ods-csv.png b/images/02-spreadsheet/google-sheets-download-ods-csv.png new file mode 100644 index 000000000..5ea1e90c3 Binary files /dev/null and b/images/02-spreadsheet/google-sheets-download-ods-csv.png differ diff --git a/images/02-spreadsheet/spreadsheet-google-pivot-year.png b/images/02-spreadsheet/spreadsheet-google-pivot-year.png new file mode 100644 index 000000000..328eff5ad Binary files /dev/null and b/images/02-spreadsheet/spreadsheet-google-pivot-year.png differ diff --git a/images/02-spreadsheet/spreadsheet-pivot-google-advanced.png b/images/02-spreadsheet/spreadsheet-pivot-google-advanced.png new file mode 100644 index 000000000..c12fa2870 Binary files /dev/null and b/images/02-spreadsheet/spreadsheet-pivot-google-advanced.png differ diff --git a/images/02-spreadsheet/spreadsheet-pivot-intro.png b/images/02-spreadsheet/spreadsheet-pivot-intro.png new file mode 100644 index 000000000..3b661a199 Binary files /dev/null and b/images/02-spreadsheet/spreadsheet-pivot-intro.png differ diff --git a/images/02-spreadsheet/vlookup-problem.png b/images/02-spreadsheet/vlookup-problem.png new file mode 100644 index 000000000..589dd433c Binary files /dev/null and b/images/02-spreadsheet/vlookup-problem.png differ diff --git a/images/02-spreadsheet/vlookup-solution.png b/images/02-spreadsheet/vlookup-solution.png new file mode 100644 index 000000000..3bd70e38f Binary files /dev/null and b/images/02-spreadsheet/vlookup-solution.png differ diff --git a/images/03-find/.DS_Store b/images/03-find/.DS_Store new file mode 100644 index 000000000..c549289f9 Binary files /dev/null and b/images/03-find/.DS_Store differ diff --git a/images/03-find/Census-geographies.png b/images/03-find/Census-geographies.png new file mode 100644 index 000000000..ddffb1724 Binary files /dev/null and b/images/03-find/Census-geographies.png differ diff --git a/images/03-find/SpreadsheetCopySheet640w.gif b/images/03-find/SpreadsheetCopySheet640w.gif new file mode 100644 index 000000000..6a91e1804 Binary files /dev/null and b/images/03-find/SpreadsheetCopySheet640w.gif differ diff --git a/images/03-find/SpreadsheetSourceTab.png b/images/03-find/SpreadsheetSourceTab.png new file mode 100644 index 000000000..317e6c296 Binary files /dev/null and b/images/03-find/SpreadsheetSourceTab.png differ diff --git a/images/04-clean/.DS_Store b/images/04-clean/.DS_Store new file mode 100644 index 000000000..b9bd152f4 Binary files /dev/null and b/images/04-clean/.DS_Store differ diff --git a/images/05-chart/bar-chart-data.png b/images/05-chart/bar-chart-data.png new file mode 100644 index 000000000..4d3054e3d Binary files /dev/null and b/images/05-chart/bar-chart-data.png differ diff --git a/images/05-chart/bubble-chart-3-column-data.png b/images/05-chart/bubble-chart-3-column-data.png new file mode 100644 index 000000000..fb6713eb7 Binary files /dev/null and b/images/05-chart/bubble-chart-3-column-data.png differ diff --git a/images/05-chart/bubble-chart-5-column-data.png b/images/05-chart/bubble-chart-5-column-data.png new file mode 100644 index 000000000..2db3da9cc Binary files /dev/null and b/images/05-chart/bubble-chart-5-column-data.png differ diff --git a/images/05-chart/bubble-chart-hide-labels.png b/images/05-chart/bubble-chart-hide-labels.png new file mode 100644 index 000000000..1c04a8f50 Binary files /dev/null and b/images/05-chart/bubble-chart-hide-labels.png differ diff --git a/images/05-chart/bubble-chart-types.png b/images/05-chart/bubble-chart-types.png new file mode 100644 index 000000000..505d0be08 Binary files /dev/null and b/images/05-chart/bubble-chart-types.png differ diff --git a/images/05-chart/chart-bubble.png b/images/05-chart/chart-bubble.png new file mode 100644 index 000000000..329801929 Binary files /dev/null and b/images/05-chart/chart-bubble.png differ diff --git a/images/05-chart/chart-filtered-line.png b/images/05-chart/chart-filtered-line.png new file mode 100644 index 000000000..5d1c474c2 Binary files /dev/null and b/images/05-chart/chart-filtered-line.png differ diff --git a/images/05-chart/chart-grouped-column.png b/images/05-chart/chart-grouped-column.png new file mode 100644 index 000000000..a28ddd36f Binary files /dev/null and b/images/05-chart/chart-grouped-column.png differ diff --git a/images/05-chart/chart-histogram.png b/images/05-chart/chart-histogram.png new file mode 100644 index 000000000..29cd91c90 Binary files /dev/null and b/images/05-chart/chart-histogram.png differ diff --git a/images/05-chart/chart-line.png b/images/05-chart/chart-line.png new file mode 100644 index 000000000..6b263dca8 Binary files /dev/null and b/images/05-chart/chart-line.png differ diff --git a/images/05-chart/chart-pie.png b/images/05-chart/chart-pie.png new file mode 100644 index 000000000..1191a5533 Binary files /dev/null and b/images/05-chart/chart-pie.png differ diff --git a/images/05-chart/chart-scatter.png b/images/05-chart/chart-scatter.png new file mode 100644 index 000000000..fa479b3b8 Binary files /dev/null and b/images/05-chart/chart-scatter.png differ diff --git a/images/05-chart/chart-separated-column.png b/images/05-chart/chart-separated-column.png new file mode 100644 index 000000000..bf59f6ea2 Binary files /dev/null and b/images/05-chart/chart-separated-column.png differ diff --git a/images/05-chart/chart-stacked-area.png b/images/05-chart/chart-stacked-area.png new file mode 100644 index 000000000..acc15c95a Binary files /dev/null and b/images/05-chart/chart-stacked-area.png differ diff --git a/images/05-chart/chart-stacked-column.png b/images/05-chart/chart-stacked-column.png new file mode 100644 index 000000000..ed11efb29 Binary files /dev/null and b/images/05-chart/chart-stacked-column.png differ diff --git a/chart/column-bar-google/column-chart-data.png b/images/05-chart/column-chart-data.png similarity index 100% rename from chart/column-bar-google/column-chart-data.png rename to images/05-chart/column-chart-data.png diff --git a/images/05-chart/column-chart-types.png b/images/05-chart/column-chart-types.png new file mode 100644 index 000000000..5a6d6de46 Binary files /dev/null and b/images/05-chart/column-chart-types.png differ diff --git a/images/05-chart/column-edit-chart.png b/images/05-chart/column-edit-chart.png new file mode 100644 index 000000000..fd035aa3f Binary files /dev/null and b/images/05-chart/column-edit-chart.png differ diff --git a/images/05-chart/column-insert-chart.png b/images/05-chart/column-insert-chart.png new file mode 100644 index 000000000..98d8692f0 Binary files /dev/null and b/images/05-chart/column-insert-chart.png differ diff --git a/images/05-chart/column-make-copy.png b/images/05-chart/column-make-copy.png new file mode 100644 index 000000000..86e1f5056 Binary files /dev/null and b/images/05-chart/column-make-copy.png differ diff --git a/images/05-chart/column-share.gif b/images/05-chart/column-share.gif new file mode 100644 index 000000000..3b56428dd Binary files /dev/null and b/images/05-chart/column-share.gif differ diff --git a/images/05-chart/grouped-column-chart-data.png b/images/05-chart/grouped-column-chart-data.png new file mode 100644 index 000000000..f096b88a5 Binary files /dev/null and b/images/05-chart/grouped-column-chart-data.png differ diff --git a/images/05-chart/line-chart-data.png b/images/05-chart/line-chart-data.png new file mode 100644 index 000000000..474797cb5 Binary files /dev/null and b/images/05-chart/line-chart-data.png differ diff --git a/images/05-chart/scatter-chart-custom-data-labels.png b/images/05-chart/scatter-chart-custom-data-labels.png new file mode 100644 index 000000000..e5e46b93f Binary files /dev/null and b/images/05-chart/scatter-chart-custom-data-labels.png differ diff --git a/images/05-chart/scatter-chart-data.png b/images/05-chart/scatter-chart-data.png new file mode 100644 index 000000000..a9989cd58 Binary files /dev/null and b/images/05-chart/scatter-chart-data.png differ diff --git a/images/05-chart/stacked-column-data.png b/images/05-chart/stacked-column-data.png new file mode 100644 index 000000000..6e565b77a Binary files /dev/null and b/images/05-chart/stacked-column-data.png differ diff --git a/chart/scatter-chart-tableau/tableau-download.png b/images/05-chart/tableau-download.png similarity index 100% rename from chart/scatter-chart-tableau/tableau-download.png rename to images/05-chart/tableau-download.png diff --git a/images/05-chart/tableau-standard-fit-width.png b/images/05-chart/tableau-standard-fit-width.png new file mode 100644 index 000000000..9384d83cb Binary files /dev/null and b/images/05-chart/tableau-standard-fit-width.png differ diff --git a/chart/scatter-chart-tableau/tableau-toolbar-settings-allow.png b/images/05-chart/tableau-toolbar-settings-allow.png similarity index 100% rename from chart/scatter-chart-tableau/tableau-toolbar-settings-allow.png rename to images/05-chart/tableau-toolbar-settings-allow.png diff --git a/images/06-map/.DS_Store b/images/06-map/.DS_Store new file mode 100644 index 000000000..004a36fe1 Binary files /dev/null and b/images/06-map/.DS_Store differ diff --git a/images/06-map/SE-data-levels.png b/images/06-map/SE-data-levels.png new file mode 100644 index 000000000..ffc3b8e36 Binary files /dev/null and b/images/06-map/SE-data-levels.png differ diff --git a/images/06-map/SE-default-map.png b/images/06-map/SE-default-map.png new file mode 100644 index 000000000..b455a1a2a Binary files /dev/null and b/images/06-map/SE-default-map.png differ diff --git a/images/06-map/SE-home.png b/images/06-map/SE-home.png new file mode 100644 index 000000000..1de160825 Binary files /dev/null and b/images/06-map/SE-home.png differ diff --git a/images/06-map/SE-share-embed.png b/images/06-map/SE-share-embed.png new file mode 100644 index 000000000..8d0ec1725 Binary files /dev/null and b/images/06-map/SE-share-embed.png differ diff --git a/images/06-map/SE-tell-a-story.png b/images/06-map/SE-tell-a-story.png new file mode 100644 index 000000000..38ddcf099 Binary files /dev/null and b/images/06-map/SE-tell-a-story.png differ diff --git a/map/socrata/Socrata-static-map.png b/images/06-map/Socrata-static-map.png similarity index 100% rename from map/socrata/Socrata-static-map.png rename to images/06-map/Socrata-static-map.png diff --git a/images/06-map/SocrataMap1.png b/images/06-map/SocrataMap1.png new file mode 100644 index 000000000..5e2548d43 Binary files /dev/null and b/images/06-map/SocrataMap1.png differ diff --git a/images/06-map/SocrataMap10.png b/images/06-map/SocrataMap10.png new file mode 100644 index 000000000..c467f704c Binary files /dev/null and b/images/06-map/SocrataMap10.png differ diff --git a/images/06-map/SocrataMap11.png b/images/06-map/SocrataMap11.png new file mode 100644 index 000000000..9a78293ff Binary files /dev/null and b/images/06-map/SocrataMap11.png differ diff --git a/images/06-map/SocrataMap12.png b/images/06-map/SocrataMap12.png new file mode 100644 index 000000000..0ab4c5fa5 Binary files /dev/null and b/images/06-map/SocrataMap12.png differ diff --git a/images/06-map/SocrataMap13.jpg b/images/06-map/SocrataMap13.jpg new file mode 100644 index 000000000..1a20a8f7f Binary files /dev/null and b/images/06-map/SocrataMap13.jpg differ diff --git a/images/06-map/SocrataMap2.png b/images/06-map/SocrataMap2.png new file mode 100644 index 000000000..f66e84229 Binary files /dev/null and b/images/06-map/SocrataMap2.png differ diff --git a/images/06-map/SocrataMap3.png b/images/06-map/SocrataMap3.png new file mode 100644 index 000000000..65a555e54 Binary files /dev/null and b/images/06-map/SocrataMap3.png differ diff --git a/images/06-map/SocrataMap4.png b/images/06-map/SocrataMap4.png new file mode 100644 index 000000000..a2d7170bf Binary files /dev/null and b/images/06-map/SocrataMap4.png differ diff --git a/images/06-map/SocrataMap5.png b/images/06-map/SocrataMap5.png new file mode 100644 index 000000000..d6b8fa97b Binary files /dev/null and b/images/06-map/SocrataMap5.png differ diff --git a/images/06-map/SocrataMap6.png b/images/06-map/SocrataMap6.png new file mode 100644 index 000000000..50f4d5188 Binary files /dev/null and b/images/06-map/SocrataMap6.png differ diff --git a/images/06-map/SocrataMap7.png b/images/06-map/SocrataMap7.png new file mode 100644 index 000000000..50853f970 Binary files /dev/null and b/images/06-map/SocrataMap7.png differ diff --git a/images/06-map/SocrataMap8.png b/images/06-map/SocrataMap8.png new file mode 100644 index 000000000..86792b7fb Binary files /dev/null and b/images/06-map/SocrataMap8.png differ diff --git a/images/06-map/SocrataMap9.png b/images/06-map/SocrataMap9.png new file mode 100644 index 000000000..d1fbb3122 Binary files /dev/null and b/images/06-map/SocrataMap9.png differ diff --git a/images/06-map/carto-dashboard-maps-datasets.png b/images/06-map/carto-dashboard-maps-datasets.png new file mode 100644 index 000000000..9ac1575fa Binary files /dev/null and b/images/06-map/carto-dashboard-maps-datasets.png differ diff --git a/images/06-map/carto-point-style-value.png b/images/06-map/carto-point-style-value.png new file mode 100644 index 000000000..47ad9ae48 Binary files /dev/null and b/images/06-map/carto-point-style-value.png differ diff --git a/images/06-map/carto-publish-map.png b/images/06-map/carto-publish-map.png new file mode 100644 index 000000000..c36953f87 Binary files /dev/null and b/images/06-map/carto-publish-map.png differ diff --git a/images/06-map/colorbrewer.png b/images/06-map/colorbrewer.png new file mode 100644 index 000000000..7d16a8b02 Binary files /dev/null and b/images/06-map/colorbrewer.png differ diff --git a/images/06-map/map-point-polygon-polyline.png b/images/06-map/map-point-polygon-polyline.png new file mode 100644 index 000000000..214bd8b8f Binary files /dev/null and b/images/06-map/map-point-polygon-polyline.png differ diff --git a/images/06-map/map-point.png b/images/06-map/map-point.png new file mode 100644 index 000000000..e18a82655 Binary files /dev/null and b/images/06-map/map-point.png differ diff --git a/images/06-map/map-polygon.png b/images/06-map/map-polygon.png new file mode 100644 index 000000000..405b8f7fe Binary files /dev/null and b/images/06-map/map-polygon.png differ diff --git a/images/06-map/map-polyline.png b/images/06-map/map-polyline.png new file mode 100644 index 000000000..594c86599 Binary files /dev/null and b/images/06-map/map-polyline.png differ diff --git a/images/06-map/mymaps-choose-import.png b/images/06-map/mymaps-choose-import.png new file mode 100644 index 000000000..4350cb565 Binary files /dev/null and b/images/06-map/mymaps-choose-import.png differ diff --git a/images/06-map/mymaps-choose-position.png b/images/06-map/mymaps-choose-position.png new file mode 100644 index 000000000..8ccbe7708 Binary files /dev/null and b/images/06-map/mymaps-choose-position.png differ diff --git a/images/06-map/mymaps-choose-title.png b/images/06-map/mymaps-choose-title.png new file mode 100644 index 000000000..f34e33173 Binary files /dev/null and b/images/06-map/mymaps-choose-title.png differ diff --git a/images/06-map/mymaps-create-map.png b/images/06-map/mymaps-create-map.png new file mode 100644 index 000000000..11e03ce5d Binary files /dev/null and b/images/06-map/mymaps-create-map.png differ diff --git a/images/06-map/mymaps-embed.png b/images/06-map/mymaps-embed.png new file mode 100644 index 000000000..ddae54a8e Binary files /dev/null and b/images/06-map/mymaps-embed.png differ diff --git a/images/06-map/mymaps-fix-errors.png b/images/06-map/mymaps-fix-errors.png new file mode 100644 index 000000000..e030b795c Binary files /dev/null and b/images/06-map/mymaps-fix-errors.png differ diff --git a/images/06-map/mymaps-import.png b/images/06-map/mymaps-import.png new file mode 100644 index 000000000..e74b81dfa Binary files /dev/null and b/images/06-map/mymaps-import.png differ diff --git a/images/06-map/mymaps-share.png b/images/06-map/mymaps-share.png new file mode 100644 index 000000000..26433e563 Binary files /dev/null and b/images/06-map/mymaps-share.png differ diff --git a/images/06-map/mymaps-style-groups-640w.gif b/images/06-map/mymaps-style-groups-640w.gif new file mode 100644 index 000000000..4ec208730 Binary files /dev/null and b/images/06-map/mymaps-style-groups-640w.gif differ diff --git a/map/sample-address-data-download.png b/images/06-map/sample-address-data-download.png similarity index 100% rename from map/sample-address-data-download.png rename to images/06-map/sample-address-data-download.png diff --git a/embed/iframe-batchgeo/4-Embed-BatchGeo.png b/images/07-embed/4-Embed-BatchGeo.png similarity index 100% rename from embed/iframe-batchgeo/4-Embed-BatchGeo.png rename to images/07-embed/4-Embed-BatchGeo.png diff --git a/embed/iframe-batchgeo/5-BatchGeoIFrameEmbed.png b/images/07-embed/5-BatchGeoIFrameEmbed.png similarity index 100% rename from embed/iframe-batchgeo/5-BatchGeoIFrameEmbed.png rename to images/07-embed/5-BatchGeoIFrameEmbed.png diff --git a/embed/iframe-gft/6-GFT_PublishHTML.png b/images/07-embed/6-GFT_PublishHTML.png similarity index 100% rename from embed/iframe-gft/6-GFT_PublishHTML.png rename to images/07-embed/6-GFT_PublishHTML.png diff --git a/embed/iframe-gft/7-GFT_iFrameEmbedCode.png b/images/07-embed/7-GFT_iFrameEmbedCode.png similarity index 100% rename from embed/iframe-gft/7-GFT_iFrameEmbedCode.png rename to images/07-embed/7-GFT_iFrameEmbedCode.png diff --git a/fusion/polygon/GFTPoly15.jpg b/images/07-embed/WordPressOrg-iframe-plugin-activate.jpg similarity index 100% rename from fusion/polygon/GFTPoly15.jpg rename to images/07-embed/WordPressOrg-iframe-plugin-activate.jpg diff --git a/images/07-embed/WordPressOrg-replace-with-bracket.png b/images/07-embed/WordPressOrg-replace-with-bracket.png new file mode 100644 index 000000000..2694e350f Binary files /dev/null and b/images/07-embed/WordPressOrg-replace-with-bracket.png differ diff --git a/images/07-embed/WordPressOrg-text-tab-paste-iframe.png b/images/07-embed/WordPressOrg-text-tab-paste-iframe.png new file mode 100644 index 000000000..a337780d6 Binary files /dev/null and b/images/07-embed/WordPressOrg-text-tab-paste-iframe.png differ diff --git a/images/07-embed/google-sheets-chart-menu-publish.png b/images/07-embed/google-sheets-chart-menu-publish.png new file mode 100644 index 000000000..b86391f10 Binary files /dev/null and b/images/07-embed/google-sheets-chart-menu-publish.png differ diff --git a/images/07-embed/google-sheets-publish-copy-iframe.png b/images/07-embed/google-sheets-publish-copy-iframe.png new file mode 100644 index 000000000..9ae488b78 Binary files /dev/null and b/images/07-embed/google-sheets-publish-copy-iframe.png differ diff --git a/images/07-embed/google-sheets-publish.png b/images/07-embed/google-sheets-publish.png new file mode 100644 index 000000000..2fb1c38f8 Binary files /dev/null and b/images/07-embed/google-sheets-publish.png differ diff --git a/images/07-embed/tableau-edit-share.png b/images/07-embed/tableau-edit-share.png new file mode 100644 index 000000000..6f468b456 Binary files /dev/null and b/images/07-embed/tableau-edit-share.png differ diff --git a/images/08-github/Chrome-developer-tools.png b/images/08-github/Chrome-developer-tools.png new file mode 100644 index 000000000..ff2e11c70 Binary files /dev/null and b/images/08-github/Chrome-developer-tools.png differ diff --git a/images/08-github/Firefox-tools-inspector.png b/images/08-github/Firefox-tools-inspector.png new file mode 100644 index 000000000..dcf375ddb Binary files /dev/null and b/images/08-github/Firefox-tools-inspector.png differ diff --git a/images/08-github/GitHub-CommitButton.png b/images/08-github/GitHub-CommitButton.png new file mode 100644 index 000000000..3aa427cec Binary files /dev/null and b/images/08-github/GitHub-CommitButton.png differ diff --git a/images/08-github/GitHub-CreateBranch.png b/images/08-github/GitHub-CreateBranch.png new file mode 100644 index 000000000..7c0fd6257 Binary files /dev/null and b/images/08-github/GitHub-CreateBranch.png differ diff --git a/images/08-github/GitHub-CreateFile.png b/images/08-github/GitHub-CreateFile.png new file mode 100644 index 000000000..9010e788b Binary files /dev/null and b/images/08-github/GitHub-CreateFile.png differ diff --git a/images/08-github/GitHub-CreateNewFile.png b/images/08-github/GitHub-CreateNewFile.png new file mode 100644 index 000000000..59a7c5272 Binary files /dev/null and b/images/08-github/GitHub-CreateNewFile.png differ diff --git a/images/08-github/GitHub-CreateRepo.png b/images/08-github/GitHub-CreateRepo.png new file mode 100644 index 000000000..f8bbab9a6 Binary files /dev/null and b/images/08-github/GitHub-CreateRepo.png differ diff --git a/images/08-github/GitHub-EditFile.png b/images/08-github/GitHub-EditFile.png new file mode 100644 index 000000000..be04d8730 Binary files /dev/null and b/images/08-github/GitHub-EditFile.png differ diff --git a/images/08-github/GitHub-EditFile2.png b/images/08-github/GitHub-EditFile2.png new file mode 100644 index 000000000..efe8759b2 Binary files /dev/null and b/images/08-github/GitHub-EditFile2.png differ diff --git a/images/08-github/GitHub-EditReadMe.png b/images/08-github/GitHub-EditReadMe.png new file mode 100644 index 000000000..79ae3d63a Binary files /dev/null and b/images/08-github/GitHub-EditReadMe.png differ diff --git a/images/08-github/GitHub-ForkCloneDownload.png b/images/08-github/GitHub-ForkCloneDownload.png new file mode 100644 index 000000000..1fd7e4f9d Binary files /dev/null and b/images/08-github/GitHub-ForkCloneDownload.png differ diff --git a/images/08-github/GitHub-NewRepo.png b/images/08-github/GitHub-NewRepo.png new file mode 100644 index 000000000..034069775 Binary files /dev/null and b/images/08-github/GitHub-NewRepo.png differ diff --git a/images/08-github/GitHub-PullRequest.png b/images/08-github/GitHub-PullRequest.png new file mode 100644 index 000000000..3237b0e93 Binary files /dev/null and b/images/08-github/GitHub-PullRequest.png differ diff --git a/images/08-github/GitHub-SelectRepoName2.png b/images/08-github/GitHub-SelectRepoName2.png new file mode 100644 index 000000000..75245b37e Binary files /dev/null and b/images/08-github/GitHub-SelectRepoName2.png differ diff --git a/images/08-github/GitHub-ToFrom.png b/images/08-github/GitHub-ToFrom.png new file mode 100644 index 000000000..0b43ba5c5 Binary files /dev/null and b/images/08-github/GitHub-ToFrom.png differ diff --git a/images/08-github/Github-settings-rename.png b/images/08-github/Github-settings-rename.png new file mode 100644 index 000000000..df3f58951 Binary files /dev/null and b/images/08-github/Github-settings-rename.png differ diff --git a/github/pull-request/Github_comparing_changes.png b/images/08-github/Github_comparing_changes.png similarity index 100% rename from github/pull-request/Github_comparing_changes.png rename to images/08-github/Github_comparing_changes.png diff --git a/images/08-github/curly-vs-straight-quotes.png b/images/08-github/curly-vs-straight-quotes.png new file mode 100644 index 000000000..6b5604d2c Binary files /dev/null and b/images/08-github/curly-vs-straight-quotes.png differ diff --git a/images/08-github/extra-files-block-readme-iframe.png b/images/08-github/extra-files-block-readme-iframe.png new file mode 100644 index 000000000..ff655e349 Binary files /dev/null and b/images/08-github/extra-files-block-readme-iframe.png differ diff --git a/images/08-github/http-vs-https.png b/images/08-github/http-vs-https.png new file mode 100644 index 000000000..dbe18b746 Binary files /dev/null and b/images/08-github/http-vs-https.png differ diff --git a/github/fix/lmwgs-do-not-rename-labels.png b/images/08-github/lmwgs-do-not-rename-labels.png similarity index 100% rename from github/fix/lmwgs-do-not-rename-labels.png rename to images/08-github/lmwgs-do-not-rename-labels.png diff --git a/images/08-github/lmwgs-fix-column-headers.png b/images/08-github/lmwgs-fix-column-headers.png new file mode 100644 index 000000000..a52c707ca Binary files /dev/null and b/images/08-github/lmwgs-fix-column-headers.png differ diff --git a/github/fix/mac-finder-filename-extensions.png b/images/08-github/mac-finder-filename-extensions.png similarity index 100% rename from github/fix/mac-finder-filename-extensions.png rename to images/08-github/mac-finder-filename-extensions.png diff --git a/images/09-transform/address-no-column-headers.png b/images/09-transform/address-no-column-headers.png new file mode 100644 index 000000000..636216a6e Binary files /dev/null and b/images/09-transform/address-no-column-headers.png differ diff --git a/images/09-transform/census-geocoder-batch.png b/images/09-transform/census-geocoder-batch.png new file mode 100644 index 000000000..797fede4b Binary files /dev/null and b/images/09-transform/census-geocoder-batch.png differ diff --git a/transform/geocode/census-geocoder-home.png b/images/09-transform/census-geocoder-home.png similarity index 100% rename from transform/geocode/census-geocoder-home.png rename to images/09-transform/census-geocoder-home.png diff --git a/images/09-transform/ct-towns-merged-csv.png b/images/09-transform/ct-towns-merged-csv.png new file mode 100644 index 000000000..53a26e62e Binary files /dev/null and b/images/09-transform/ct-towns-merged-csv.png differ diff --git a/images/09-transform/dataviz-geojsonio-640.gif b/images/09-transform/dataviz-geojsonio-640.gif new file mode 100644 index 000000000..2aa49284e Binary files /dev/null and b/images/09-transform/dataviz-geojsonio-640.gif differ diff --git a/images/09-transform/geocode-results.png b/images/09-transform/geocode-results.png new file mode 100644 index 000000000..8ed0a599f Binary files /dev/null and b/images/09-transform/geocode-results.png differ diff --git a/images/09-transform/geojson-save-as.png b/images/09-transform/geojson-save-as.png new file mode 100644 index 000000000..a1d3912f6 Binary files /dev/null and b/images/09-transform/geojson-save-as.png differ diff --git a/transform/convert-kmz/google-earth-convert-kmz.png b/images/09-transform/google-earth-convert-kmz.png similarity index 100% rename from transform/convert-kmz/google-earth-convert-kmz.png rename to images/09-transform/google-earth-convert-kmz.png diff --git a/transform/convert-kmz/google-earth-save-kml.png b/images/09-transform/google-earth-save-kml.png similarity index 100% rename from transform/convert-kmz/google-earth-save-kml.png rename to images/09-transform/google-earth-save-kml.png diff --git a/transform/geocode/google-maps-whats-here.png b/images/09-transform/google-maps-whats-here.png similarity index 100% rename from transform/geocode/google-maps-whats-here.png rename to images/09-transform/google-maps-whats-here.png diff --git a/images/09-transform/google-sheets-geocoder-census-geographies.gif b/images/09-transform/google-sheets-geocoder-census-geographies.gif new file mode 100644 index 000000000..660ed79ef Binary files /dev/null and b/images/09-transform/google-sheets-geocoder-census-geographies.gif differ diff --git a/images/09-transform/google-sheets-geocoder-census-google.gif b/images/09-transform/google-sheets-geocoder-census-google.gif new file mode 100644 index 000000000..1879a4cbf Binary files /dev/null and b/images/09-transform/google-sheets-geocoder-census-google.gif differ diff --git a/images/09-transform/hospital-pivot-table.png b/images/09-transform/hospital-pivot-table.png new file mode 100644 index 000000000..eceae3b64 Binary files /dev/null and b/images/09-transform/hospital-pivot-table.png differ diff --git a/images/09-transform/hospital-socrata-export.png b/images/09-transform/hospital-socrata-export.png new file mode 100644 index 000000000..3f8e2a4d2 Binary files /dev/null and b/images/09-transform/hospital-socrata-export.png differ diff --git a/images/09-transform/mapshaper-clip-640.gif b/images/09-transform/mapshaper-clip-640.gif new file mode 100644 index 000000000..aea57b6bf Binary files /dev/null and b/images/09-transform/mapshaper-clip-640.gif differ diff --git a/images/09-transform/mapshaper-convert-640.gif b/images/09-transform/mapshaper-convert-640.gif new file mode 100644 index 000000000..c8c3d3263 Binary files /dev/null and b/images/09-transform/mapshaper-convert-640.gif differ diff --git a/transform/mapshaper/mapshaper-dissolve-selected-640.gif b/images/09-transform/mapshaper-dissolve-selected-640.gif similarity index 100% rename from transform/mapshaper/mapshaper-dissolve-selected-640.gif rename to images/09-transform/mapshaper-dissolve-selected-640.gif diff --git a/images/09-transform/mapshaper-dissolve-simple-640.gif b/images/09-transform/mapshaper-dissolve-simple-640.gif new file mode 100644 index 000000000..00054135b Binary files /dev/null and b/images/09-transform/mapshaper-dissolve-simple-640.gif differ diff --git a/images/09-transform/mapshaper-edit-info.png b/images/09-transform/mapshaper-edit-info.png new file mode 100644 index 000000000..71bf8d65c Binary files /dev/null and b/images/09-transform/mapshaper-edit-info.png differ diff --git a/images/09-transform/mapshaper-join-confirm.png b/images/09-transform/mapshaper-join-confirm.png new file mode 100644 index 000000000..ca61c349c Binary files /dev/null and b/images/09-transform/mapshaper-join-confirm.png differ diff --git a/images/09-transform/mapshaper-join-console.png b/images/09-transform/mapshaper-join-console.png new file mode 100644 index 000000000..ead720a32 Binary files /dev/null and b/images/09-transform/mapshaper-join-console.png differ diff --git a/images/09-transform/mapshaper-join-select-map-layer.png b/images/09-transform/mapshaper-join-select-map-layer.png new file mode 100644 index 000000000..72054516e Binary files /dev/null and b/images/09-transform/mapshaper-join-select-map-layer.png differ diff --git a/images/09-transform/mapshaper-join-table-concept.png b/images/09-transform/mapshaper-join-table-concept.png new file mode 100644 index 000000000..e35187949 Binary files /dev/null and b/images/09-transform/mapshaper-join-table-concept.png differ diff --git a/images/09-transform/mapshaper-simplify.png b/images/09-transform/mapshaper-simplify.png new file mode 100644 index 000000000..5ff2bd0d4 Binary files /dev/null and b/images/09-transform/mapshaper-simplify.png differ diff --git a/images/09-transform/mapshaper-towns-merged.png b/images/09-transform/mapshaper-towns-merged.png new file mode 100644 index 000000000..bcc0434bb Binary files /dev/null and b/images/09-transform/mapshaper-towns-merged.png differ diff --git a/images/09-transform/mapshaper-two-layers.png b/images/09-transform/mapshaper-two-layers.png new file mode 100644 index 000000000..21c4f5ea3 Binary files /dev/null and b/images/09-transform/mapshaper-two-layers.png differ diff --git a/images/09-transform/mapshaper-unmatched-unjoined.png b/images/09-transform/mapshaper-unmatched-unjoined.png new file mode 100644 index 000000000..0b9e63b1e Binary files /dev/null and b/images/09-transform/mapshaper-unmatched-unjoined.png differ diff --git a/images/09-transform/name-lat-lon-info.png b/images/09-transform/name-lat-lon-info.png new file mode 100644 index 000000000..c49ff8172 Binary files /dev/null and b/images/09-transform/name-lat-lon-info.png differ diff --git a/images/09-transform/towns-export-csv.png b/images/09-transform/towns-export-csv.png new file mode 100644 index 000000000..14aec784a Binary files /dev/null and b/images/09-transform/towns-export-csv.png differ diff --git a/images/09-transform/us-population-area-2015.png b/images/09-transform/us-population-area-2015.png new file mode 100644 index 000000000..7c21a5568 Binary files /dev/null and b/images/09-transform/us-population-area-2015.png differ diff --git a/images/10-detect/y-axis-min-max.png b/images/10-detect/y-axis-min-max.png new file mode 100644 index 000000000..d4fe9a4c8 Binary files /dev/null and b/images/10-detect/y-axis-min-max.png differ diff --git a/images/11-highcharts/.DS_Store b/images/11-highcharts/.DS_Store new file mode 100644 index 000000000..f65d81f1b Binary files /dev/null and b/images/11-highcharts/.DS_Store differ diff --git a/images/12-leaflet/ct-open-data-api-endpoint.png b/images/12-leaflet/ct-open-data-api-endpoint.png new file mode 100644 index 000000000..96cbd0031 Binary files /dev/null and b/images/12-leaflet/ct-open-data-api-endpoint.png differ diff --git a/images/12-leaflet/ct-open-data-geojson.png b/images/12-leaflet/ct-open-data-geojson.png new file mode 100644 index 000000000..9dc839d61 Binary files /dev/null and b/images/12-leaflet/ct-open-data-geojson.png differ diff --git a/leaflet/with-google-sheets/google-sheet-id.jpg b/images/12-leaflet/google-sheet-id.jpg similarity index 100% rename from leaflet/with-google-sheets/google-sheet-id.jpg rename to images/12-leaflet/google-sheet-id.jpg diff --git a/images/12-leaflet/leaflet-maps-with-google-sheets.png b/images/12-leaflet/leaflet-maps-with-google-sheets.png new file mode 100644 index 000000000..604b30130 Binary files /dev/null and b/images/12-leaflet/leaflet-maps-with-google-sheets.png differ diff --git a/images/12-leaflet/lmwgs-1-fork-640.gif b/images/12-leaflet/lmwgs-1-fork-640.gif new file mode 100644 index 000000000..e8e13183a Binary files /dev/null and b/images/12-leaflet/lmwgs-1-fork-640.gif differ diff --git a/images/12-leaflet/lmwgs-2-make-copy-640.gif b/images/12-leaflet/lmwgs-2-make-copy-640.gif new file mode 100644 index 000000000..7ee6d38c9 Binary files /dev/null and b/images/12-leaflet/lmwgs-2-make-copy-640.gif differ diff --git a/leaflet/with-google-sheets/lmwgs-4-options-640.gif b/images/12-leaflet/lmwgs-4-options-640.gif similarity index 100% rename from leaflet/with-google-sheets/lmwgs-4-options-640.gif rename to images/12-leaflet/lmwgs-4-options-640.gif diff --git a/leaflet/with-google-sheets/lmwgs-copy-sheet-url-not-pub-url.png b/images/12-leaflet/lmwgs-copy-sheet-url-not-pub-url.png similarity index 100% rename from leaflet/with-google-sheets/lmwgs-copy-sheet-url-not-pub-url.png rename to images/12-leaflet/lmwgs-copy-sheet-url-not-pub-url.png diff --git a/leaflet/with-google-sheets/lmwgs-file-publish.png b/images/12-leaflet/lmwgs-file-publish.png similarity index 100% rename from leaflet/with-google-sheets/lmwgs-file-publish.png rename to images/12-leaflet/lmwgs-file-publish.png diff --git a/leaflet/with-google-sheets/lmwgs-paste-google-sheet-into-code.gif b/images/12-leaflet/lmwgs-paste-google-sheet-into-code.gif similarity index 100% rename from leaflet/with-google-sheets/lmwgs-paste-google-sheet-into-code.gif rename to images/12-leaflet/lmwgs-paste-google-sheet-into-code.gif diff --git a/leaflet/with-google-sheets/lmwgs-sheet-share.gif b/images/12-leaflet/lmwgs-sheet-share.gif similarity index 100% rename from leaflet/with-google-sheets/lmwgs-sheet-share.gif rename to images/12-leaflet/lmwgs-sheet-share.gif diff --git a/images/15-bookdown/1-r-download.png b/images/15-bookdown/1-r-download.png new file mode 100644 index 000000000..765074fa2 Binary files /dev/null and b/images/15-bookdown/1-r-download.png differ diff --git a/images/15-bookdown/10-packages-update.png b/images/15-bookdown/10-packages-update.png new file mode 100644 index 000000000..ff790b8b1 Binary files /dev/null and b/images/15-bookdown/10-packages-update.png differ diff --git a/images/15-bookdown/2-download-rstudio.png b/images/15-bookdown/2-download-rstudio.png new file mode 100644 index 000000000..d5da628f9 Binary files /dev/null and b/images/15-bookdown/2-download-rstudio.png differ diff --git a/images/15-bookdown/3-packages-install.png b/images/15-bookdown/3-packages-install.png new file mode 100644 index 000000000..2caaee20d Binary files /dev/null and b/images/15-bookdown/3-packages-install.png differ diff --git a/images/15-bookdown/4-install-bookdown.png b/images/15-bookdown/4-install-bookdown.png new file mode 100644 index 000000000..165d485ac Binary files /dev/null and b/images/15-bookdown/4-install-bookdown.png differ diff --git a/images/15-bookdown/5-installed.png b/images/15-bookdown/5-installed.png new file mode 100644 index 000000000..347a1350b Binary files /dev/null and b/images/15-bookdown/5-installed.png differ diff --git a/images/15-bookdown/6-install-tinytex.png b/images/15-bookdown/6-install-tinytex.png new file mode 100644 index 000000000..d4504f806 Binary files /dev/null and b/images/15-bookdown/6-install-tinytex.png differ diff --git a/images/15-bookdown/7-project-open.png b/images/15-bookdown/7-project-open.png new file mode 100644 index 000000000..36aab8a20 Binary files /dev/null and b/images/15-bookdown/7-project-open.png differ diff --git a/images/15-bookdown/8-build-format.png b/images/15-bookdown/8-build-format.png new file mode 100644 index 000000000..52ab2f2c7 Binary files /dev/null and b/images/15-bookdown/8-build-format.png differ diff --git a/images/15-bookdown/9-successful-build.png b/images/15-bookdown/9-successful-build.png new file mode 100644 index 000000000..bd00b3ff0 Binary files /dev/null and b/images/15-bookdown/9-successful-build.png differ diff --git a/images/sample.png b/images/sample.png new file mode 100644 index 000000000..db5b42ebf Binary files /dev/null and b/images/sample.png differ diff --git a/index.Rmd b/index.Rmd new file mode 100644 index 000000000..e001342ff --- /dev/null +++ b/index.Rmd @@ -0,0 +1,64 @@ +--- +lang: "en" +title: "Data Visualization for All" +author: ["Jack Dougherty", "Ilya Ilyankou"] +twitter-handle: datavizforall +knit: "bookdown::render_book" +site: bookdown::bookdown_site +documentclass: book + +url: 'http\://datavizforall.github.io/' +github-repo: datavizforall/datavizforall-bookdown +description: 'Tell your data story with free and easy-to-learn tools. "Data Visualization for All," an open-access textbook, shows how to design interactive charts and maps for your website. We begin with drag-and-drop tools and gradually work our way up to editing open-source code templates. This friendly introduction includes step-by-step tutorials, video screencasts, and real-world examples. Featured tools include Google Sheets, Tableau Public, Highcharts, Leaflet, GitHub, and more.' + +output: + bookdown::gitbook: + dev: svglite + css: css/style.css + includes: + in_header: google-analytics-datavizforall.html + split_by: section + number_sections: false + split_bib: true + config: + toc: + scroll_highlight: yes + collapse: section + before: | +
  • Data Visualization for All
    by Jack Dougherty & Ilya Ilyankou
  • + after: | +
  • Open access book-in-progress
  • +
  • Creative Commons License
  • +
  • Built with Bookdown + RStudio
  • + edit: + link: https://github.com/datavizforall/datavizforall-bookdown/edit/master/%s + text: "Edit on GitHub" + search: yes + sharing: + facebook: yes + github: yes + twitter: yes +--- +# Introduction {-} + +![ ](images/0-introduction/cover-400wide.jpg) + +**This textbook-in-progress was last updated on: `r Sys.Date()`**. All pages and links were revised in January 2019. + +#### Tell your data story with free and easy-to-learn tools. {-} + +*Data Visualization for All*, an open-access textbook, shows how to design interactive charts and maps for your website. We begin with drag-and-drop tools and gradually work our way up to editing open-source code templates. This friendly introduction includes step-by-step tutorials, video screencasts, and real-world examples. Featured tools include Google Sheets, Tableau Public, Highcharts, Leaflet, GitHub, and more. + +[About the authors and contributors](authors) from [Trinity College, Hartford CT](http://www.trincoll.edu): Jack Dougherty, Ilya Ilyankou, Veronica X. Armendariz, Stacy Lam, and David Tatem. + +[Read for free online](https://datavizforall.org) (recommended) or download PDF/eBook editions (to come). + + +
    +Data Visualization for All is copyrighted +by Jack Dougherty and Ilya Ilyankou and contributors +and distributed under a Creative Commons BY-NC 4.0 International License. +You may freely share and modify this content for non-commercial purposes, with a source credit to http://DataVizForAll.org. diff --git a/introduction/who.md b/introduction/who.md deleted file mode 100644 index 7fc51570d..000000000 --- a/introduction/who.md +++ /dev/null @@ -1,33 +0,0 @@ -# Who created this book? - -Contributors to *Data Visualization for All* are credited in the byline to specific pages they authored (or co-authored), hold the copyright to those pages (jointly if co-authored), and have agreed to freely share the work as an open-access book. *Data Visualization for All* is copyrighted by Jack Dougherty and contributors and distributed under a [Creative Commons BY-NC 4.0 International License](http://creativecommons.org/licenses/by-nc/4.0/). You may freely share and modify this content for non-commercial purposes, with a source credit to: http://DataVizForAll.org - -| Authors | About Us | -| ---: | :--- | -| ![](DoughertyJack-96.jpg) | [Jack Dougherty](http://bit.ly/jackdougherty), the lead author, is Professor of Educational Studies at Trinity College in Hartford, Connecticut. He and his [DataViz students](http://commons.trincoll.edu/dataviz) partner with community organizations to help tell their data stories on the web. Follow [@DoughertyJack on Twitter](https://twitter.com/doughertyjack) and [JackDougherty on GitHub](https://github/com/jackdougherty).| -| ![](ArmendarizVeronica-96.jpg) | [Veronica X. Armendariz](https://www.linkedin.com/in/veronica-armendariz-4b814899) earned her bachelor's degree in Educational Studies in 2016 from Trinity College, where she also served as a teaching assistant for the [DataViz internship seminar](http://commons.trincoll.edu/dataviz). She authored tutorials for this book. | -| ![](IlyankouIlya-96.jpg) | [Ilya Ilyankou](https://www.linkedin.com/in/ilya-ilyankou-a64675ab) is completing a double major in Computer Science and Studio Arts in the Class of 2018 at Trinity College. He developed Leaflet and Highcharts code templates for this book. Follow [ilyankou on GitHub](https://github.com/ilyankou). | -| ![](LamStacy-96.jpg) | Stacy Lam is a co-instructor for the [Data Visualization for All online course](http://www.datavizforall.org/enroll) at Trinity College, where she is a prospective Engineering major in the Class of 2019. She co-authored chapters for this book.| -| ![](TatemDavid-96.jpg) | [David Tatem](http://www.trincoll.edu/LITC/its/about/Pages/Learn.aspx) is a co-instructor for the [Data Visualization for All online course](http://www.datavizforall.org/enroll) at Trinity College, where he is an Instructional Technologist who specializes in the Social Sciences. He co-authored chapters for this book.| -| ![](EderDerek-96.jpg) | [Derek Eder](http://derekeder.com) is an entrepreneur and civic technology developer in Chicago, where he runs [DataMade](http://datamade.us) and organizes [Chi Hack Night](http://chihacknight.org) events. He developed Searchable Map templates with Google Fusion Tables in this book. Follow [@DerekEder on Twitter](https://twitter.com/derekeder) and [DerekEder on GitHub](https://github.com/derekeder). | - -Funding for student contributions to this book was generously provided by the [Community Learning Initiative](http://www.trincoll.edu/urbanglobal/cugs/students/cli/Pages/default.aspx) and [Information Technology Services](http://www.trincoll.edu/LITC/its/Pages/default.aspx) at [Trinity College in Hartford, Connecticut](http://www.trincoll.edu). - -Live videos were produced with Trinity College Information Technology staff and friends: Angie Wolf, Sean Donnelly, Ron Perkins, Samuel Oyebefun, Phil Duffy, and Christopher Brown. - -## Trademarks -Any use of a trademarked name without a trademark symbol is for readability purposes only. We have no intention of infringing on the trademark. -- BatchGeo is a registered trademark of BatchGeo, LLC -- CARTO is a registered trademark of CartoDB, Inc. -- GitBook is a registered trademark of FriendCode, Inc. -- GitHub and the GitHub logo are registered trademarks of GitHub, Inc. -- Google and the Google logo are registered trademarks of Google Inc. -- Highcharts is a registered trademark of Highsoft, Norway -- Social Explorer is a registered trademark of Social Explorer, Inc. -- WordPress is a registered trademark of the WordPress Foundation - -## Disclaimer -The information is this book is provided without warranty. The lead author, contributors, and publisher have neither liability nor responsibility to any person or entity related to any loss or damages arising from the information contained in this book. - -{% footer %} -{% endfooter %} diff --git a/map/README.md b/map/README.md deleted file mode 100644 index d31c9d9ab..000000000 --- a/map/README.md +++ /dev/null @@ -1,32 +0,0 @@ -# Map Your Data -*by [Jack Dougherty, Stacy Lam, and David Tatem](../introduction/who.md), last updated March 21, 2017* - -Maps entice readers to explore your data story and develop a stronger sense of place. But good maps require careful thought about how to clearly communicate spatial concepts with your audience. This book features free tools to create interactive maps that you can embed in your website. In this chapter, you will learn how to: -- Practice key [principles of map design](design). -- Choose a map type that matches your data story and format, with tutorial links in the table below. -Beginners may start with easy-to-learn tools such as [BatchGeo](batchgeo) or [Google My Maps](mymaps), then move up to more powerful tools, such as [Leaflet](../leaflet), which require you to [Modify and Host Code Templates with GitHub](../github) or other web servers. - -See also related chapters in this book: -- [Draw and write your data story](../../choose/draw) to capture your ideas on paper -- [Improve spreadsheet skills](../spreadsheet), [Find and know your data](../find), and [Clean your data](../clean) -- [Transform your map data](../transform) -- [Embed your interactive chart on your website](../embed) -- [Detect bias in data stories](../detect), including [How to lie with maps](../detect/how-to-lie-with-maps) -- [Tell your data story](../story), including its most meaningful insights and limitations - -| Basic map types | Best use and tutorial chapters | -| --- | --- | -| Point map
    ![](map-point.png) | Best to show specific locations, such as addresses with geocoded coordinates, with colors for different categories.
    Easy tools: [BatchGeo tutorial](batchgeo) or [Google My Maps tutorial](mymaps)
    Power tool: [Leaflet Maps with Google Sheets](../leaflet/with-google-sheets) and other [Leaflet templates](..leaflet) | -| Polygon map
    ![](map-polygon.png) | Best to show regions (such as nations or neighborhoods), with colors or shading to represent data values. Also known as choropleth map.
    Easy tool: ??
    Power tool: [Leaflet Maps with Google Sheets](../leaflet/with-google-sheets) and other [Leaflet templates](..leaflet) | -| Polyline map
    ![](map-polyline.png) | Best to show routes (such as trails or transit), with colors for different categories.
    Easy tool: ??
    Power tool: [Leaflet Maps with Google Sheets](../leaflet/with-google-sheets) and other [Leaflet templates](..leaflet)| -| Combination map
    ![](map-point-polygon-polyline.png) | Best to show any combination of points, polygons, or polylines.
    Easy tool: ??
    Power tool: [Leaflet Maps with Google Sheets](../leaflet/with-google-sheets) and other [Leaflet templates](..leaflet) | - -** TO DO ** -- story map -- heat map -- tab-view map for historical change -- synchronized side-by-side map -- - -{% footer %} -{% endfooter %} diff --git a/map/socialexplorer/SE-tell-a-story.jpg b/map/socialexplorer/SE-tell-a-story.jpg deleted file mode 100644 index 38f0873f9..000000000 Binary files a/map/socialexplorer/SE-tell-a-story.jpg and /dev/null differ diff --git a/styles/website.css b/styles/website.css deleted file mode 100644 index d63ca22d5..000000000 --- a/styles/website.css +++ /dev/null @@ -1 +0,0 @@ -/* CSS for website */ diff --git a/to-decide-and-to-do/.DS_Store b/to-decide-and-to-do/.DS_Store new file mode 100644 index 000000000..5008ddfcf Binary files /dev/null and b/to-decide-and-to-do/.DS_Store differ diff --git a/TODO/CT_Transit_Bus_Routes.geojson b/to-decide-and-to-do/CT_Transit_Bus_Routes.geojson similarity index 100% rename from TODO/CT_Transit_Bus_Routes.geojson rename to to-decide-and-to-do/CT_Transit_Bus_Routes.geojson diff --git a/TODO/CT_Transit_Bus_Routes.kml b/to-decide-and-to-do/CT_Transit_Bus_Routes.kml similarity index 100% rename from TODO/CT_Transit_Bus_Routes.kml rename to to-decide-and-to-do/CT_Transit_Bus_Routes.kml diff --git a/TODO/Hartford-neighborhoods-HartGov.geojson b/to-decide-and-to-do/Hartford-neighborhoods-HartGov.geojson similarity index 100% rename from TODO/Hartford-neighborhoods-HartGov.geojson rename to to-decide-and-to-do/Hartford-neighborhoods-HartGov.geojson diff --git a/TODO/bike-lanes.geojson b/to-decide-and-to-do/bike-lanes.geojson similarity index 100% rename from TODO/bike-lanes.geojson rename to to-decide-and-to-do/bike-lanes.geojson diff --git a/TODO/blank-space-problem.png b/to-decide-and-to-do/blank-space-problem.png similarity index 100% rename from TODO/blank-space-problem.png rename to to-decide-and-to-do/blank-space-problem.png diff --git a/TODO/custom-scatter-chart-Google-Spreadsheet.md b/to-decide-and-to-do/custom-scatter-chart-Google-Spreadsheet.md similarity index 100% rename from TODO/custom-scatter-chart-Google-Spreadsheet.md rename to to-decide-and-to-do/custom-scatter-chart-Google-Spreadsheet.md diff --git a/TODO/dangers.md b/to-decide-and-to-do/dangers.md similarity index 100% rename from TODO/dangers.md rename to to-decide-and-to-do/dangers.md diff --git a/donate/README.md b/to-decide-and-to-do/donate/README.md similarity index 100% rename from donate/README.md rename to to-decide-and-to-do/donate/README.md diff --git a/donate/donate-designations.png b/to-decide-and-to-do/donate/donate-designations.png similarity index 100% rename from donate/donate-designations.png rename to to-decide-and-to-do/donate/donate-designations.png diff --git a/donate/donate.png b/to-decide-and-to-do/donate/donate.png similarity index 100% rename from donate/donate.png rename to to-decide-and-to-do/donate/donate.png diff --git a/TODO/download-census-social-explorer/ct-towns-density-2010.xlsx b/to-decide-and-to-do/download-census-social-explorer/ct-towns-density-2010.xlsx similarity index 100% rename from TODO/download-census-social-explorer/ct-towns-density-2010.xlsx rename to to-decide-and-to-do/download-census-social-explorer/ct-towns-density-2010.xlsx diff --git a/to-decide-and-to-do/enroll/DoughertyJack-96.jpg b/to-decide-and-to-do/enroll/DoughertyJack-96.jpg new file mode 100644 index 000000000..6a1272efa Binary files /dev/null and b/to-decide-and-to-do/enroll/DoughertyJack-96.jpg differ diff --git a/to-decide-and-to-do/enroll/LamStacy-96.jpg b/to-decide-and-to-do/enroll/LamStacy-96.jpg new file mode 100644 index 000000000..cd3f90658 Binary files /dev/null and b/to-decide-and-to-do/enroll/LamStacy-96.jpg differ diff --git a/enroll/README.md b/to-decide-and-to-do/enroll/README.md similarity index 100% rename from enroll/README.md rename to to-decide-and-to-do/enroll/README.md diff --git a/to-decide-and-to-do/enroll/TatemDavid-96.jpg b/to-decide-and-to-do/enroll/TatemDavid-96.jpg new file mode 100644 index 000000000..abb14dcce Binary files /dev/null and b/to-decide-and-to-do/enroll/TatemDavid-96.jpg differ diff --git a/enroll/trinity-edx-logos.png b/to-decide-and-to-do/enroll/trinity-edx-logos.png similarity index 100% rename from enroll/trinity-edx-logos.png rename to to-decide-and-to-do/enroll/trinity-edx-logos.png diff --git a/fusion/README.md b/to-decide-and-to-do/fusion/README.md similarity index 100% rename from fusion/README.md rename to to-decide-and-to-do/fusion/README.md diff --git a/fusion/point-polygon-legend/README.md b/to-decide-and-to-do/fusion/point-polygon-legend/README.md similarity index 100% rename from fusion/point-polygon-legend/README.md rename to to-decide-and-to-do/fusion/point-polygon-legend/README.md diff --git a/fusion/point-polygon-legend/fusion-point-polygon-legend.png b/to-decide-and-to-do/fusion/point-polygon-legend/fusion-point-polygon-legend.png similarity index 100% rename from fusion/point-polygon-legend/fusion-point-polygon-legend.png rename to to-decide-and-to-do/fusion/point-polygon-legend/fusion-point-polygon-legend.png diff --git a/fusion/point-polygon-list/README.md b/to-decide-and-to-do/fusion/point-polygon-list/README.md similarity index 100% rename from fusion/point-polygon-list/README.md rename to to-decide-and-to-do/fusion/point-polygon-list/README.md diff --git a/fusion/point-polygon-list/fusion-point-polygon-list-demo.gif b/to-decide-and-to-do/fusion/point-polygon-list/fusion-point-polygon-list-demo.gif similarity index 100% rename from fusion/point-polygon-list/fusion-point-polygon-list-demo.gif rename to to-decide-and-to-do/fusion/point-polygon-list/fusion-point-polygon-list-demo.gif diff --git a/fusion/point-polygon/README.md b/to-decide-and-to-do/fusion/point-polygon/README.md similarity index 100% rename from fusion/point-polygon/README.md rename to to-decide-and-to-do/fusion/point-polygon/README.md diff --git a/fusion/point-polygon/fusion-point-polygon.png b/to-decide-and-to-do/fusion/point-polygon/fusion-point-polygon.png similarity index 100% rename from fusion/point-polygon/fusion-point-polygon.png rename to to-decide-and-to-do/fusion/point-polygon/fusion-point-polygon.png diff --git a/fusion/point/GFTPoint1.png b/to-decide-and-to-do/fusion/point/GFTPoint1.png similarity index 100% rename from fusion/point/GFTPoint1.png rename to to-decide-and-to-do/fusion/point/GFTPoint1.png diff --git a/fusion/point/GFTPoint10.png b/to-decide-and-to-do/fusion/point/GFTPoint10.png similarity index 100% rename from fusion/point/GFTPoint10.png rename to to-decide-and-to-do/fusion/point/GFTPoint10.png diff --git a/fusion/point/GFTPoint11.png b/to-decide-and-to-do/fusion/point/GFTPoint11.png similarity index 100% rename from fusion/point/GFTPoint11.png rename to to-decide-and-to-do/fusion/point/GFTPoint11.png diff --git a/fusion/point/GFTPoint11b.png b/to-decide-and-to-do/fusion/point/GFTPoint11b.png similarity index 100% rename from fusion/point/GFTPoint11b.png rename to to-decide-and-to-do/fusion/point/GFTPoint11b.png diff --git a/fusion/point/GFTPoint12.png b/to-decide-and-to-do/fusion/point/GFTPoint12.png similarity index 100% rename from fusion/point/GFTPoint12.png rename to to-decide-and-to-do/fusion/point/GFTPoint12.png diff --git a/fusion/point/GFTPoint13.png b/to-decide-and-to-do/fusion/point/GFTPoint13.png similarity index 100% rename from fusion/point/GFTPoint13.png rename to to-decide-and-to-do/fusion/point/GFTPoint13.png diff --git a/fusion/point/GFTPoint14.png b/to-decide-and-to-do/fusion/point/GFTPoint14.png similarity index 100% rename from fusion/point/GFTPoint14.png rename to to-decide-and-to-do/fusion/point/GFTPoint14.png diff --git a/fusion/point/GFTPoint15.png b/to-decide-and-to-do/fusion/point/GFTPoint15.png similarity index 100% rename from fusion/point/GFTPoint15.png rename to to-decide-and-to-do/fusion/point/GFTPoint15.png diff --git a/fusion/point/GFTPoint2.png b/to-decide-and-to-do/fusion/point/GFTPoint2.png similarity index 100% rename from fusion/point/GFTPoint2.png rename to to-decide-and-to-do/fusion/point/GFTPoint2.png diff --git a/fusion/point/GFTPoint3.jpg b/to-decide-and-to-do/fusion/point/GFTPoint3.jpg similarity index 100% rename from fusion/point/GFTPoint3.jpg rename to to-decide-and-to-do/fusion/point/GFTPoint3.jpg diff --git a/fusion/point/GFTPoint4.png b/to-decide-and-to-do/fusion/point/GFTPoint4.png similarity index 100% rename from fusion/point/GFTPoint4.png rename to to-decide-and-to-do/fusion/point/GFTPoint4.png diff --git a/fusion/point/GFTPoint5.png b/to-decide-and-to-do/fusion/point/GFTPoint5.png similarity index 100% rename from fusion/point/GFTPoint5.png rename to to-decide-and-to-do/fusion/point/GFTPoint5.png diff --git a/fusion/point/GFTPoint6.png b/to-decide-and-to-do/fusion/point/GFTPoint6.png similarity index 100% rename from fusion/point/GFTPoint6.png rename to to-decide-and-to-do/fusion/point/GFTPoint6.png diff --git a/fusion/point/GFTPoint7.png b/to-decide-and-to-do/fusion/point/GFTPoint7.png similarity index 100% rename from fusion/point/GFTPoint7.png rename to to-decide-and-to-do/fusion/point/GFTPoint7.png diff --git a/fusion/point/GFTPoint8.png b/to-decide-and-to-do/fusion/point/GFTPoint8.png similarity index 100% rename from fusion/point/GFTPoint8.png rename to to-decide-and-to-do/fusion/point/GFTPoint8.png diff --git a/fusion/point/GFTPoint9.png b/to-decide-and-to-do/fusion/point/GFTPoint9.png similarity index 100% rename from fusion/point/GFTPoint9.png rename to to-decide-and-to-do/fusion/point/GFTPoint9.png diff --git a/fusion/point/README.md b/to-decide-and-to-do/fusion/point/README.md similarity index 100% rename from fusion/point/README.md rename to to-decide-and-to-do/fusion/point/README.md diff --git a/fusion/polygon/CT-town-borders-2010-MAGIC.kml b/to-decide-and-to-do/fusion/polygon/CT-town-borders-2010-MAGIC.kml similarity index 100% rename from fusion/polygon/CT-town-borders-2010-MAGIC.kml rename to to-decide-and-to-do/fusion/polygon/CT-town-borders-2010-MAGIC.kml diff --git a/fusion/polygon/CT-town-data-2014-ACS-5YearEstimates.csv b/to-decide-and-to-do/fusion/polygon/CT-town-data-2014-ACS-5YearEstimates.csv similarity index 100% rename from fusion/polygon/CT-town-data-2014-ACS-5YearEstimates.csv rename to to-decide-and-to-do/fusion/polygon/CT-town-data-2014-ACS-5YearEstimates.csv diff --git a/fusion/polygon/CT-town-data-2014-ACS-5YearEstimates.xlsx b/to-decide-and-to-do/fusion/polygon/CT-town-data-2014-ACS-5YearEstimates.xlsx similarity index 100% rename from fusion/polygon/CT-town-data-2014-ACS-5YearEstimates.xlsx rename to to-decide-and-to-do/fusion/polygon/CT-town-data-2014-ACS-5YearEstimates.xlsx diff --git a/fusion/polygon/GFT-automatic-legend.png b/to-decide-and-to-do/fusion/polygon/GFT-automatic-legend.png similarity index 100% rename from fusion/polygon/GFT-automatic-legend.png rename to to-decide-and-to-do/fusion/polygon/GFT-automatic-legend.png diff --git a/fusion/polygon/GFT-change-info-window.png b/to-decide-and-to-do/fusion/polygon/GFT-change-info-window.png similarity index 100% rename from fusion/polygon/GFT-change-info-window.png rename to to-decide-and-to-do/fusion/polygon/GFT-change-info-window.png diff --git a/fusion/polygon/GFT-change-location.png b/to-decide-and-to-do/fusion/polygon/GFT-change-location.png similarity index 100% rename from fusion/polygon/GFT-change-location.png rename to to-decide-and-to-do/fusion/polygon/GFT-change-location.png diff --git a/fusion/polygon/GFT-connect-fusion.png b/to-decide-and-to-do/fusion/polygon/GFT-connect-fusion.png similarity index 100% rename from fusion/polygon/GFT-connect-fusion.png rename to to-decide-and-to-do/fusion/polygon/GFT-connect-fusion.png diff --git a/fusion/polygon/GFT-connect-more-apps.png b/to-decide-and-to-do/fusion/polygon/GFT-connect-more-apps.png similarity index 100% rename from fusion/polygon/GFT-connect-more-apps.png rename to to-decide-and-to-do/fusion/polygon/GFT-connect-more-apps.png diff --git a/fusion/polygon/GFT-import-new-table.png b/to-decide-and-to-do/fusion/polygon/GFT-import-new-table.png similarity index 100% rename from fusion/polygon/GFT-import-new-table.png rename to to-decide-and-to-do/fusion/polygon/GFT-import-new-table.png diff --git a/fusion/polygon/GFT-info-window-automatic.png b/to-decide-and-to-do/fusion/polygon/GFT-info-window-automatic.png similarity index 100% rename from fusion/polygon/GFT-info-window-automatic.png rename to to-decide-and-to-do/fusion/polygon/GFT-info-window-automatic.png diff --git a/fusion/polygon/GFT-info-window-sample.png b/to-decide-and-to-do/fusion/polygon/GFT-info-window-sample.png similarity index 100% rename from fusion/polygon/GFT-info-window-sample.png rename to to-decide-and-to-do/fusion/polygon/GFT-info-window-sample.png diff --git a/fusion/polygon/GFT-map-change-feature-styles.png b/to-decide-and-to-do/fusion/polygon/GFT-map-change-feature-styles.png similarity index 100% rename from fusion/polygon/GFT-map-change-feature-styles.png rename to to-decide-and-to-do/fusion/polygon/GFT-map-change-feature-styles.png diff --git a/fusion/polygon/GFT-map-publish.png b/to-decide-and-to-do/fusion/polygon/GFT-map-publish.png similarity index 100% rename from fusion/polygon/GFT-map-publish.png rename to to-decide-and-to-do/fusion/polygon/GFT-map-publish.png diff --git a/fusion/polygon/GFT-merge-data-and-borders.png b/to-decide-and-to-do/fusion/polygon/GFT-merge-data-and-borders.png similarity index 100% rename from fusion/polygon/GFT-merge-data-and-borders.png rename to to-decide-and-to-do/fusion/polygon/GFT-merge-data-and-borders.png diff --git a/fusion/polygon/GFT-merge-table-created.png b/to-decide-and-to-do/fusion/polygon/GFT-merge-table-created.png similarity index 100% rename from fusion/polygon/GFT-merge-table-created.png rename to to-decide-and-to-do/fusion/polygon/GFT-merge-table-created.png diff --git a/fusion/polygon/GFT-merge-table.png b/to-decide-and-to-do/fusion/polygon/GFT-merge-table.png similarity index 100% rename from fusion/polygon/GFT-merge-table.png rename to to-decide-and-to-do/fusion/polygon/GFT-merge-table.png diff --git a/fusion/polygon/GFT-merge-types.png b/to-decide-and-to-do/fusion/polygon/GFT-merge-types.png similarity index 100% rename from fusion/polygon/GFT-merge-types.png rename to to-decide-and-to-do/fusion/polygon/GFT-merge-types.png diff --git a/fusion/polygon/GFT-new-more-gft.png b/to-decide-and-to-do/fusion/polygon/GFT-new-more-gft.png similarity index 100% rename from fusion/polygon/GFT-new-more-gft.png rename to to-decide-and-to-do/fusion/polygon/GFT-new-more-gft.png diff --git a/fusion/polygon/GFT-polygons-fill-color.png b/to-decide-and-to-do/fusion/polygon/GFT-polygons-fill-color.png similarity index 100% rename from fusion/polygon/GFT-polygons-fill-color.png rename to to-decide-and-to-do/fusion/polygon/GFT-polygons-fill-color.png diff --git a/fusion/polygon/GFT-share-settings.png b/to-decide-and-to-do/fusion/polygon/GFT-share-settings.png similarity index 100% rename from fusion/polygon/GFT-share-settings.png rename to to-decide-and-to-do/fusion/polygon/GFT-share-settings.png diff --git a/fusion/polygon/GFTPoly1.png b/to-decide-and-to-do/fusion/polygon/GFTPoly1.png similarity index 100% rename from fusion/polygon/GFTPoly1.png rename to to-decide-and-to-do/fusion/polygon/GFTPoly1.png diff --git a/fusion/polygon/GFTPoly10.png b/to-decide-and-to-do/fusion/polygon/GFTPoly10.png similarity index 100% rename from fusion/polygon/GFTPoly10.png rename to to-decide-and-to-do/fusion/polygon/GFTPoly10.png diff --git a/fusion/polygon/GFTPoly11.png b/to-decide-and-to-do/fusion/polygon/GFTPoly11.png similarity index 100% rename from fusion/polygon/GFTPoly11.png rename to to-decide-and-to-do/fusion/polygon/GFTPoly11.png diff --git a/fusion/polygon/GFTPoly11b.png b/to-decide-and-to-do/fusion/polygon/GFTPoly11b.png similarity index 100% rename from fusion/polygon/GFTPoly11b.png rename to to-decide-and-to-do/fusion/polygon/GFTPoly11b.png diff --git a/fusion/polygon/GFTPoly12.png b/to-decide-and-to-do/fusion/polygon/GFTPoly12.png similarity index 100% rename from fusion/polygon/GFTPoly12.png rename to to-decide-and-to-do/fusion/polygon/GFTPoly12.png diff --git a/fusion/polygon/GFTPoly13.png b/to-decide-and-to-do/fusion/polygon/GFTPoly13.png similarity index 100% rename from fusion/polygon/GFTPoly13.png rename to to-decide-and-to-do/fusion/polygon/GFTPoly13.png diff --git a/fusion/polygon/GFTPoly14.png b/to-decide-and-to-do/fusion/polygon/GFTPoly14.png similarity index 100% rename from fusion/polygon/GFTPoly14.png rename to to-decide-and-to-do/fusion/polygon/GFTPoly14.png diff --git a/to-decide-and-to-do/fusion/polygon/GFTPoly15.jpg b/to-decide-and-to-do/fusion/polygon/GFTPoly15.jpg new file mode 100644 index 000000000..db4e85048 Binary files /dev/null and b/to-decide-and-to-do/fusion/polygon/GFTPoly15.jpg differ diff --git a/fusion/polygon/GFTPoly16.png b/to-decide-and-to-do/fusion/polygon/GFTPoly16.png similarity index 100% rename from fusion/polygon/GFTPoly16.png rename to to-decide-and-to-do/fusion/polygon/GFTPoly16.png diff --git a/fusion/polygon/GFTPoly2.png b/to-decide-and-to-do/fusion/polygon/GFTPoly2.png similarity index 100% rename from fusion/polygon/GFTPoly2.png rename to to-decide-and-to-do/fusion/polygon/GFTPoly2.png diff --git a/fusion/polygon/GFTPoly3.png b/to-decide-and-to-do/fusion/polygon/GFTPoly3.png similarity index 100% rename from fusion/polygon/GFTPoly3.png rename to to-decide-and-to-do/fusion/polygon/GFTPoly3.png diff --git a/fusion/polygon/GFTPoly4.png b/to-decide-and-to-do/fusion/polygon/GFTPoly4.png similarity index 100% rename from fusion/polygon/GFTPoly4.png rename to to-decide-and-to-do/fusion/polygon/GFTPoly4.png diff --git a/fusion/polygon/GFTPoly5.png b/to-decide-and-to-do/fusion/polygon/GFTPoly5.png similarity index 100% rename from fusion/polygon/GFTPoly5.png rename to to-decide-and-to-do/fusion/polygon/GFTPoly5.png diff --git a/fusion/polygon/GFTPoly6.png b/to-decide-and-to-do/fusion/polygon/GFTPoly6.png similarity index 100% rename from fusion/polygon/GFTPoly6.png rename to to-decide-and-to-do/fusion/polygon/GFTPoly6.png diff --git a/fusion/polygon/GFTPoly7.png b/to-decide-and-to-do/fusion/polygon/GFTPoly7.png similarity index 100% rename from fusion/polygon/GFTPoly7.png rename to to-decide-and-to-do/fusion/polygon/GFTPoly7.png diff --git a/fusion/polygon/GFTPoly8.png b/to-decide-and-to-do/fusion/polygon/GFTPoly8.png similarity index 100% rename from fusion/polygon/GFTPoly8.png rename to to-decide-and-to-do/fusion/polygon/GFTPoly8.png diff --git a/fusion/polygon/GFTPoly9.png b/to-decide-and-to-do/fusion/polygon/GFTPoly9.png similarity index 100% rename from fusion/polygon/GFTPoly9.png rename to to-decide-and-to-do/fusion/polygon/GFTPoly9.png diff --git a/fusion/polygon/GFTPolyStatic.png b/to-decide-and-to-do/fusion/polygon/GFTPolyStatic.png similarity index 100% rename from fusion/polygon/GFTPolyStatic.png rename to to-decide-and-to-do/fusion/polygon/GFTPolyStatic.png diff --git a/fusion/polygon/README.md b/to-decide-and-to-do/fusion/polygon/README.md similarity index 100% rename from fusion/polygon/README.md rename to to-decide-and-to-do/fusion/polygon/README.md diff --git a/fusion/searchable-point-map/GitHub-Create-Pull-Request.png b/to-decide-and-to-do/fusion/searchable-point-map/GitHub-Create-Pull-Request.png similarity index 100% rename from fusion/searchable-point-map/GitHub-Create-Pull-Request.png rename to to-decide-and-to-do/fusion/searchable-point-map/GitHub-Create-Pull-Request.png diff --git a/fusion/searchable-point-map/README.md b/to-decide-and-to-do/fusion/searchable-point-map/README.md similarity index 100% rename from fusion/searchable-point-map/README.md rename to to-decide-and-to-do/fusion/searchable-point-map/README.md diff --git a/fusion/searchable-point-map/SearchableMapTemplateCheckboxDemo.png b/to-decide-and-to-do/fusion/searchable-point-map/SearchableMapTemplateCheckboxDemo.png similarity index 100% rename from fusion/searchable-point-map/SearchableMapTemplateCheckboxDemo.png rename to to-decide-and-to-do/fusion/searchable-point-map/SearchableMapTemplateCheckboxDemo.png diff --git a/fusion/searchable-point-map/searchable-map-screenshot.png b/to-decide-and-to-do/fusion/searchable-point-map/searchable-map-screenshot.png similarity index 100% rename from fusion/searchable-point-map/searchable-map-screenshot.png rename to to-decide-and-to-do/fusion/searchable-point-map/searchable-map-screenshot.png diff --git a/fusion/wizard/FusionTablesLayerWizard.png b/to-decide-and-to-do/fusion/wizard/FusionTablesLayerWizard.png similarity index 100% rename from fusion/wizard/FusionTablesLayerWizard.png rename to to-decide-and-to-do/fusion/wizard/FusionTablesLayerWizard.png diff --git a/fusion/wizard/README.md b/to-decide-and-to-do/fusion/wizard/README.md similarity index 100% rename from fusion/wizard/README.md rename to to-decide-and-to-do/fusion/wizard/README.md diff --git a/gitbook/README.md b/to-decide-and-to-do/gitbook/README.md similarity index 100% rename from gitbook/README.md rename to to-decide-and-to-do/gitbook/README.md diff --git a/gitbook/structure.md b/to-decide-and-to-do/gitbook/structure.md similarity index 100% rename from gitbook/structure.md rename to to-decide-and-to-do/gitbook/structure.md diff --git a/gitbook/workflow.md b/to-decide-and-to-do/gitbook/workflow.md similarity index 100% rename from gitbook/workflow.md rename to to-decide-and-to-do/gitbook/workflow.md diff --git a/TODO/improve-book-old-text.md b/to-decide-and-to-do/improve-book-old-text.md similarity index 100% rename from TODO/improve-book-old-text.md rename to to-decide-and-to-do/improve-book-old-text.md diff --git a/TODO/oldOpenRefine/Geocoding1.png b/to-decide-and-to-do/oldOpenRefine/Geocoding1.png similarity index 100% rename from TODO/oldOpenRefine/Geocoding1.png rename to to-decide-and-to-do/oldOpenRefine/Geocoding1.png diff --git a/TODO/oldOpenRefine/Geocoding10.png b/to-decide-and-to-do/oldOpenRefine/Geocoding10.png similarity index 100% rename from TODO/oldOpenRefine/Geocoding10.png rename to to-decide-and-to-do/oldOpenRefine/Geocoding10.png diff --git a/TODO/oldOpenRefine/Geocoding2.png b/to-decide-and-to-do/oldOpenRefine/Geocoding2.png similarity index 100% rename from TODO/oldOpenRefine/Geocoding2.png rename to to-decide-and-to-do/oldOpenRefine/Geocoding2.png diff --git a/TODO/oldOpenRefine/Geocoding3.png b/to-decide-and-to-do/oldOpenRefine/Geocoding3.png similarity index 100% rename from TODO/oldOpenRefine/Geocoding3.png rename to to-decide-and-to-do/oldOpenRefine/Geocoding3.png diff --git a/TODO/oldOpenRefine/Geocoding4.png b/to-decide-and-to-do/oldOpenRefine/Geocoding4.png similarity index 100% rename from TODO/oldOpenRefine/Geocoding4.png rename to to-decide-and-to-do/oldOpenRefine/Geocoding4.png diff --git a/TODO/oldOpenRefine/Geocoding5.png b/to-decide-and-to-do/oldOpenRefine/Geocoding5.png similarity index 100% rename from TODO/oldOpenRefine/Geocoding5.png rename to to-decide-and-to-do/oldOpenRefine/Geocoding5.png diff --git a/TODO/oldOpenRefine/Geocoding6.png b/to-decide-and-to-do/oldOpenRefine/Geocoding6.png similarity index 100% rename from TODO/oldOpenRefine/Geocoding6.png rename to to-decide-and-to-do/oldOpenRefine/Geocoding6.png diff --git a/TODO/oldOpenRefine/Geocoding7.png b/to-decide-and-to-do/oldOpenRefine/Geocoding7.png similarity index 100% rename from TODO/oldOpenRefine/Geocoding7.png rename to to-decide-and-to-do/oldOpenRefine/Geocoding7.png diff --git a/TODO/oldOpenRefine/Geocoding8.png b/to-decide-and-to-do/oldOpenRefine/Geocoding8.png similarity index 100% rename from TODO/oldOpenRefine/Geocoding8.png rename to to-decide-and-to-do/oldOpenRefine/Geocoding8.png diff --git a/TODO/oldOpenRefine/Geocoding9.png b/to-decide-and-to-do/oldOpenRefine/Geocoding9.png similarity index 100% rename from TODO/oldOpenRefine/Geocoding9.png rename to to-decide-and-to-do/oldOpenRefine/Geocoding9.png diff --git a/TODO/oldOpenRefine/tutorial.md b/to-decide-and-to-do/oldOpenRefine/tutorial.md similarity index 100% rename from TODO/oldOpenRefine/tutorial.md rename to to-decide-and-to-do/oldOpenRefine/tutorial.md diff --git a/peer/2-chart-1-notes.md b/to-decide-and-to-do/peer/2-chart-1-notes.md similarity index 100% rename from peer/2-chart-1-notes.md rename to to-decide-and-to-do/peer/2-chart-1-notes.md diff --git a/peer/2-chart-1.md b/to-decide-and-to-do/peer/2-chart-1.md similarity index 100% rename from peer/2-chart-1.md rename to to-decide-and-to-do/peer/2-chart-1.md diff --git a/peer/2-chart-1.png b/to-decide-and-to-do/peer/2-chart-1.png similarity index 100% rename from peer/2-chart-1.png rename to to-decide-and-to-do/peer/2-chart-1.png diff --git a/peer/2-chart-2-notes.md b/to-decide-and-to-do/peer/2-chart-2-notes.md similarity index 100% rename from peer/2-chart-2-notes.md rename to to-decide-and-to-do/peer/2-chart-2-notes.md diff --git a/peer/2-chart-2.md b/to-decide-and-to-do/peer/2-chart-2.md similarity index 100% rename from peer/2-chart-2.md rename to to-decide-and-to-do/peer/2-chart-2.md diff --git a/peer/3-sample-1-notes.md b/to-decide-and-to-do/peer/3-sample-1-notes.md similarity index 100% rename from peer/3-sample-1-notes.md rename to to-decide-and-to-do/peer/3-sample-1-notes.md diff --git a/peer/3-sample-1.md b/to-decide-and-to-do/peer/3-sample-1.md similarity index 100% rename from peer/3-sample-1.md rename to to-decide-and-to-do/peer/3-sample-1.md diff --git a/peer/3-sample-2-notes.md b/to-decide-and-to-do/peer/3-sample-2-notes.md similarity index 100% rename from peer/3-sample-2-notes.md rename to to-decide-and-to-do/peer/3-sample-2-notes.md diff --git a/peer/3-sample-2.md b/to-decide-and-to-do/peer/3-sample-2.md similarity index 100% rename from peer/3-sample-2.md rename to to-decide-and-to-do/peer/3-sample-2.md diff --git a/peer/README.md b/to-decide-and-to-do/peer/README.md similarity index 100% rename from peer/README.md rename to to-decide-and-to-do/peer/README.md diff --git a/TODO/points-hartford-dups.csv b/to-decide-and-to-do/points-hartford-dups.csv similarity index 100% rename from TODO/points-hartford-dups.csv rename to to-decide-and-to-do/points-hartford-dups.csv diff --git a/TODO/polygon-map-tableau/README.md b/to-decide-and-to-do/polygon-map-tableau/README.md similarity index 100% rename from TODO/polygon-map-tableau/README.md rename to to-decide-and-to-do/polygon-map-tableau/README.md diff --git a/TODO/polygon-map-tableau/Tableau-polygon-map-Steve-Batt-UConn2015.pdf b/to-decide-and-to-do/polygon-map-tableau/Tableau-polygon-map-Steve-Batt-UConn2015.pdf similarity index 100% rename from TODO/polygon-map-tableau/Tableau-polygon-map-Steve-Batt-UConn2015.pdf rename to to-decide-and-to-do/polygon-map-tableau/Tableau-polygon-map-Steve-Batt-UConn2015.pdf diff --git a/TODO/polygon-map-tableau/polygon-maps-tableau.pdf b/to-decide-and-to-do/polygon-map-tableau/polygon-maps-tableau.pdf similarity index 100% rename from TODO/polygon-map-tableau/polygon-maps-tableau.pdf rename to to-decide-and-to-do/polygon-map-tableau/polygon-maps-tableau.pdf diff --git a/TODO/simple-scatter-chart.md b/to-decide-and-to-do/simple-scatter-chart.md similarity index 100% rename from TODO/simple-scatter-chart.md rename to to-decide-and-to-do/simple-scatter-chart.md diff --git a/TODO/story/README.md b/to-decide-and-to-do/story/README.md similarity index 100% rename from TODO/story/README.md rename to to-decide-and-to-do/story/README.md diff --git a/TODO/us-states-veltman.geojson b/to-decide-and-to-do/us-states-veltman.geojson similarity index 100% rename from TODO/us-states-veltman.geojson rename to to-decide-and-to-do/us-states-veltman.geojson diff --git a/TODO/ways-to-visualize.md b/to-decide-and-to-do/ways-to-visualize.md similarity index 100% rename from TODO/ways-to-visualize.md rename to to-decide-and-to-do/ways-to-visualize.md diff --git a/transfer-manually/404.html b/transfer-manually/404.html new file mode 100644 index 000000000..9cc092f7f --- /dev/null +++ b/transfer-manually/404.html @@ -0,0 +1,14 @@ + + + + + + + Redirect + + + That page does not exist. If you are not redirected, follow this link. + + diff --git a/transfer-manually/CNAME b/transfer-manually/CNAME new file mode 100644 index 000000000..6f90db554 --- /dev/null +++ b/transfer-manually/CNAME @@ -0,0 +1 @@ +datavizforall.org diff --git a/transfer-manually/google-analytics-datavizforall.html b/transfer-manually/google-analytics-datavizforall.html new file mode 100644 index 000000000..7b0a3b995 --- /dev/null +++ b/transfer-manually/google-analytics-datavizforall.html @@ -0,0 +1,9 @@ + + + diff --git a/transfer-manually/style.css b/transfer-manually/style.css new file mode 100644 index 000000000..d51801c5e --- /dev/null +++ b/transfer-manually/style.css @@ -0,0 +1,119 @@ +p.caption { + margin-top: 10px; + margin-left: 20px; + font-style: italic; +} + +.book .book-summary ul.summary li span { + cursor: default; +} + +h3.subtitle { + margin-top: -20px !important; +} + +h3.subtitle em { + font-style: normal !important; +} + +p code { + white-space: inherit; +} +pre { + word-break: normal; + word-wrap: normal; +} +pre code { + white-space: inherit; +} +p.flushright { + text-align: right; +} +/* remove blockquote last-child right alignment */ +/* blockquote > p:last-child { + text-align: right; +} */ +/* darken block quote text, but same light border */ +.book .book-body .page-wrapper .page-inner section.normal blockquote { + color: #4d4d4d; + border-left: 4px solid #e5e5e5; +} +blockquote > p:first-child { + text-align: inherit; +} +.h-icon-chevron-left { + background: white; + padding: 3px; + border: #eee 1px solid; + color: #666; + } + +.fa-rotate-315 { + -webkit-transform: rotate(315deg); + -moz-transform: rotate(315deg); + -ms-transform: rotate(315deg); + -o-transform: rotate(315deg); + transform: rotate(315deg); +} + +.rmdreview { + padding: 1em 1em 1em 5em; + margin-bottom: 0px; + background: #f5f5f5 5px center/3em no-repeat; + position:relative; +} + +.rmdreview:before { + content: "\f0e6"; + font-family: FontAwesome; + left:10px; + position:absolute; + top:10px; + bottom: 0px; + font-size: 60px; + } + /* footnote counter to restart numbering for each chapter + thanks @romles https://stackoverflow.com/questions/50616517/restart-endnote-numbering-after-each-gitbook-style-web-chapter-in-r-bookdown */ + + /* don't show the wrong footnote calls */ + .footnote-ref sup { + display: none; + } + + /* use a counter for footnote calls */ + .level1 { + counter-reset: fn-call; + } + + .footnote-ref { + counter-increment: fn-call; + } + + /* generate new footnote calls */ + .footnote-ref::after { + content: counter(fn-call); + position: relative; + top: -.5em; + font-size: 85%; + line-height: 0; + vertical-align: baseline; + } + + /* use a counter for footnotes numbering */ + .footnotes ol { + list-style: none; + counter-reset: fn-number; + } + + .footnotes li { + counter-increment: fn-number; + } + + .footnotes p::before { + content: counter(fn-number) '. '; + } + +/* increase table width */ + table { + width: 100% !important; + } diff --git a/transform/convert-geojson/README.md b/transform/convert-geojson/README.md deleted file mode 100644 index 7578db12c..000000000 --- a/transform/convert-geojson/README.md +++ /dev/null @@ -1,18 +0,0 @@ -# Convert Map Data into GeoJSON format -*By [Jack Dougherty](../../introduction/who.md), last updated April 3, 2017* - -When you find map data, it may be stored in one of these common data formats below: - -## GeoJSON -GeoJSON is newer, popular open format for map data, and works across many tools, so is our top recommendation in this book. GeoJSON files can be used with Leaflet map code, Google Maps JS API code, Carto map tools, and more. Also, your GitHub repository will automatically display any GeoJSON files in a map view. - -GeoJSON data must follow a [structured format](http://geojson.org/), but the file name may end with either .geojson or .json. The GeoJSON structured format orders coordinates in *longitude-latitude* format, the same as X-Y coordinates in mathematics. This is the opposite of Google Maps and several other web map tools, which order points in *latitude-longitude* format. For example, Hartford Connecticut is located at (-72.67, 41.76) in GeoJSON, but (41.76, -72.67) in Google Maps. - -## Shapefiles -The shapefile format was created in the 1990s by ESRI, the company that developed ArcGIS software. Shapefiles typically appear as a folder of subfiles with suffixes such as .shp, .shx, .dbf, and others. Although government agencies commonly distribute map data in shapefile format, the standard tools for editing these files -- ArcGIS and its free and open-source cousin, QGIS -- are not as easy to learn as other tools in this book. For this reason, this book recommends converting shapefiles into one of the more friendlier formats below. - -## Keyhole Markup Language (or KML) -The KML format rose in popularity during the late 2000s. Google Earth, a free and user-friendly tool, allowed many people to view and edit geographic data. KML files are commonly used in the Google Fusion Tables maps described in this book. Sometimes .kml files are distributed in a compressed .kmz format. See the chapter on [converting from KMZ to KML format](../../transform/convert-kmz) in this book. - -{% footer %} -{% endfooter %} diff --git a/transform/convert-kmz/README.md b/transform/convert-kmz/README.md deleted file mode 100644 index 9c66268c3..000000000 --- a/transform/convert-kmz/README.md +++ /dev/null @@ -1,20 +0,0 @@ -# Convert a Compressed KMZ file to KML format - -*By [Jack Dougherty](../../introduction/who.md), last updated March 17, 2016* - -Sometimes KML files are distributed in compressed KMZ format. One easy conversion method: - -- Install the free [Google Earth tool](https://www.google.com/earth/) -- Double-click on any .kmz file to open it in Google Earth -- Right-click (or control-click) on the .kmz layer and select Save As - - ![](google-earth-convert.kmz.png) - -- Use the Save As drop down menu to select .kml format - - ![](google-earth-save-kml.png) - -Or use any zip-utility and simply unzip the kmz file. Kmz is simply a 'zipped' version of a kml file! - -{% footer %} -{% endfooter %} diff --git a/transform/open-data-api/README.md b/transform/open-data-api/README.md deleted file mode 100644 index cfe31005b..000000000 --- a/transform/open-data-api/README.md +++ /dev/null @@ -1 +0,0 @@ -# Pull Live Open Data into Leaflet Map with API Endpoint diff --git a/transform/upload/README.md b/transform/upload/README.md deleted file mode 100644 index a9e1bf6ee..000000000 --- a/transform/upload/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# Upload GeoJSON Polygons to Leaflet Map templates on GitHub -*By [Jack Dougherty](../../introduction/who.md), last updated March 30, 2017*